diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc8eaa..6c027f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log --- +### v2.0.0b4 (September 2, 2019 GMT) + +* Changed the order of priority of overwriting to "hook function > event params > colorScheme.event object". +* Fixed a bug that does not hide the loader when empty event. +* Fixed a bug that does not overflow the event container. +* Added optional option type definition to the documentation of an esdoc. + ### v2.0.0b3 (August 23, 2019 GMT) * Fixed a bug that occurred error if an option does not have the ruler settings when binding the Timeline. diff --git a/dist/jquery.timeline.min.css b/dist/jquery.timeline.min.css index b6f2d83..49d7d2f 100644 --- a/dist/jquery.timeline.min.css +++ b/dist/jquery.timeline.min.css @@ -1,8 +1,8 @@ /*! * jQuery Timeline Plugin * ------------------------ - * Version: 2.0.0b3 + * Version: 2.0.0b4 * Coded by: ka2 ( https://ka2.org/ ) * Repository: https://github.com/ka215/jquery.timeline * Lisenced: MIT - */.timeline-events{display:none;visibility:hidden;position:asolute;left:-9999px;top:-9999px;width:0;height:0;opacity:0;z-index:-9999}.jqtl-hide{display:none;visibility:hidden;opacity:0}.jqtl-align-self-left{clear:both;float:left;display:inline-block;text-align:left;align-self:left}.jqtl-align-self-right{clear:both;float:right;display:inline-block;text-align:right;align-self:right}.jqtl-align-self-center{clear:both;display:inline-block;text-align:center;align-self:center}.jqtl-headline{width:100%;margin-top:0.25rem;margin-bottom:0.25rem;padding-left:5px;padding-right:5px}.jqtl-headline-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.jqtl-timeline-title{align-self:center;font-size:26px;color:#333}.jqtl-range-meta{align-self:center;font-size:86%;color:#777}.jqtl-range-span{position:relative;display:inline-block;margin-left:calc(1em / 4);margin-right:calc(1em / 4);width:1em;height:1em}.jqtl-range-span::before{content:"\2013";position:absolute;left:20%;top:calc(50% - 0.5rem);font-size:1rem;color:#bbb}.jqtl-container{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;border:solid 1px #DDD;overflow-x:auto;overflow-y:hidden;background-color:#FFFFFF;box-sizing:content-box}.jqtl-container *,.jqtl-container ::after,.jqtl-container ::before{box-sizing:inherit !important}.jqtl-hide-scrollbar{-ms-overflow-style:-ms-autohiding-scrollbar}.jqtl-hide-scrollbar::-webkit-scrollbar{display:none}.jqtl-main{position:relative;cursor:ew-resize}.jqtl-ruler-top,.jqtl-ruler-bottom{position:relative;outline:solid 1px #DDD;overflow:hidden;z-index:20}.jqtl-ruler-bg-top,.jqtl-ruler-bg-bottom{position:relative;z-index:21}.jqtl-ruler-top{bottom:0}.jqtl-ruler-bottom{top:0}.jqtl-ruler-content-top,.jqtl-ruler-content-bottom{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;z-index:22}.jqtl-ruler-line-rows{position:relative;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.jqtl-ruler-line-rows:nth-child(even){background-color:rgba(247,247,247,0.25)}.jqtl-ruler-line-item{position:relative;margin:0;padding:0;min-width:0;text-align:center;align-self:center;font-family:"Courier New", monospace !important;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:0;outline:0}.jqtl-ruler-line-item span{display:inline-block}.jqtl-rli-left{text-align:left;align-self:left !important}.jqtl-ruler-line-item:nth-child(even){background-color:rgba(240,240,240,0.25)}.jqtl-event-container{position:relative;outline:solid 1px #DDD;z-index:1}.jqtl-bg-grid{position:relative;z-index:2}.jqtl-relation-lines,.jqtl-events{position:absolute;display:block;left:0;top:0;width:100%;height:100%;visibility:hidden;opacity:0;transition:all 0.3s}.jqtl-relation-lines[data-state^=show],.jqtl-events[data-state^=show]{visibility:visible;opacity:1}.jqtl-relation-lines{z-index:3}.jqtl-events{z-index:4}.jqtl-event-node{position:absolute;display:flex;justify-content:flex-start;align-items:center;align-content:center;padding-left:0;padding-right:0;border-radius:2px;overflow:hidden;z-index:7;cursor:pointer;transition:all .5s ease}.jqtl-event-node:not(.jqtl-event-type-pointer).active{color:#FEFEFE;background-color:#F73333}.jqtl-event-label,.jqtl-event-node>*{align-self:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;min-width:0;padding-left:0.5em;padding-right:0.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:1rem}.jqtl-event-thumbnail{margin-right:4px;border-radius:3px;transition:all 0.5s ease}.jqtl-event-node:hover{color:#FEFEFE;background-color:#F73333}.jqtl-event-node:hover::after{z-index:6;background-color:rgba(0,0,0,0.1)}.jqtl-event-node:hover .jqtl-event-thumbnail{opacity:0.75}.jqtl-event-node::before{content:attr(data-meta);position:absolute;right:4px;top:2px;text-align:right;font-size:0.625rem;color:#999999}.jqtl-event-node::after{content:'';position:absolute;display:block;z-index:6;top:0;right:0;bottom:0;left:0;border-radius:2px;background-color:transparent;transition:all 0.5s ease}.jqtl-event-node.jqtl-event-type-pointer{padding:0;border-radius:50%;border:solid 3px #6C757D;background-image:none;background-repeat:no-repeat;background-size:cover;background-position:center center;transition:all 0.1s linear}.jqtl-event-node.jqtl-event-type-pointer.active{border-color:#DC3545 !important}.jqtl-event-node.jqtl-event-type-pointer:hover{border-color:#DC3545}.jqtl-event-node.jqtl-event-type-pointer::after{transition:all .1s linear}.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-label{display:none}.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-thumbnail{display:none}.jqtl-side-index{position:relative;left:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;outline:solid 1px #DDD;z-index:25}.jqtl-side-index>[class^="jqtl-side-index-"]{padding:0;width:100%;font-size:14px;vertical-align:middle;border-bottom:dotted 1px #DDD;background-color:#FFFFFF;white-space:nowrap}.jqtl-side-index .jqtl-side-index-item:nth-child(odd){background-color:#F7F7F7}.jqtl-side-index .jqtl-side-index-item:first-child{border-top:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-item img{position:relative;display:inline-block;margin-right:0.5rem;height:calc( 100% - 6px);width:auto;text-align:left;vertical-align:middle}.jqtl-side-index .jqtl-side-index-margin{outline:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-margin:first-child{border-bottom:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-margin:last-child{border-top:solid 1px #DDD;border-bottom:0}.jqtl-sticky-left{position:-webkit-sticky;position:sticky}.jqtl-overlay{background-color:rgba(255,255,255,0.65) !important}.jqtl-overlay:nth-child(odd){background-color:rgba(247,247,247,0.45) !important}.jqtl-event-view,.timeline-event-view{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;align-content:space-between;transition:all 0.5s ease}.jqtl-event-image-wrapper{flex-order:0;flex-grow:1;align-self:center}.jqtl-event-image{width:100%;height:auto}.jqtl-event-title{flex-order:0;flex-grow:1;align-self:flex-start;padding:1rem}.jqtl-event-title>.event-content{color:#C0C0C0}.jqtl-event-content{flex-order:0;flex-grow:1;align-self:stretch;padding:1rem}.jqtl-event-meta{flex-order:0;flex-grow:1;align-self:flex-end;padding:0.5rem 1rem}.jqtl-present-time{position:absolute;left:-9999px;top:-9999px;width:1px;border-left:dotted 1px #2c7cff;z-index:21}.jqtl-present-time::before,.jqtl-present-time::after{content:'';position:absolute;border-radius:50%;width:5px;height:5px;background-color:#2c7cff;z-index:22}.jqtl-present-time::before{top:calc(5px / -2);left:-3px}.jqtl-present-time::after{bottom:calc(5px / -2);left:-3px}.jqtl-footer{margin:15px auto;padding:0;width:100%}.jqtl-footer-content{clear:both;text-align:center}.jqtl-loader{position:absolute;display:block;visibility:hidden;top:0;left:0;width:100%;height:100%;margin:auto;opacity:0;z-index:30;transition:all 0.3s}.jqtl-loader[data-state^=show]{visibility:visible;opacity:1}.jqtl-loader[data-state^=hid]{visibility:hidden;opacity:0}.jqtl-loading{position:relative;top:50%;left:50%;margin:auto}.jqtl-loading span{display:block;bottom:0px;width:9px;height:5px;background:rgba(51,51,51,0.15);position:absolute;-webkit-animation:loader 1.5s infinite ease-in-out;animation:loader 1.5s infinite ease-in-out}.jqtl-loading span:nth-child(2){left:11px;-webkit-animation-delay:0.2s;animation-delay:0.2s}.jqtl-loading span:nth-child(3){left:22px;-webkit-animation-delay:0.4s;animation-delay:0.4s}.jqtl-loading span:nth-child(4){left:33px;-webkit-animation-delay:0.6s;animation-delay:0.6s}.jqtl-loading span:nth-child(5){left:44px;-webkit-animation-delay:0.8s;animation-delay:0.8s}@-webkit-keyframes loader{0%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}25%{height:30px;transform:translateY(15px);background:rgba(51,51,51,0.3)}50%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}100%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}}@keyframes loader{0%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}25%{height:30px;transform:translateY(15px);background:rgba(51,51,51,0.3)}50%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}100%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}}#jqtl-str-ruler{position:absolute;left:-9999px;top:-9999px;visibility:hidden;white-space:nowrap} + */.timeline-events{display:none;visibility:hidden;position:asolute;left:-9999px;top:-9999px;width:0;height:0;opacity:0;z-index:-9999}.jqtl-hide{display:none;visibility:hidden;opacity:0}.jqtl-align-self-left{clear:both;float:left;display:inline-block;text-align:left;align-self:left}.jqtl-align-self-right{clear:both;float:right;display:inline-block;text-align:right;align-self:right}.jqtl-align-self-center{clear:both;display:inline-block;text-align:center;align-self:center}.jqtl-headline{width:100%;margin-top:0.25rem;margin-bottom:0.25rem;padding-left:5px;padding-right:5px}.jqtl-headline-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.jqtl-timeline-title{align-self:center;font-size:26px;color:#333}.jqtl-range-meta{align-self:center;font-size:86%;color:#777}.jqtl-range-span{position:relative;display:inline-block;margin-left:calc(1em / 4);margin-right:calc(1em / 4);width:1em;height:1em}.jqtl-range-span::before{content:"\2013";position:absolute;left:20%;top:calc(50% - 0.5rem);font-size:1rem;color:#bbb}.jqtl-container{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;border:solid 1px #DDD;overflow-x:auto;overflow-y:hidden;background-color:#FFFFFF;box-sizing:content-box}.jqtl-container *,.jqtl-container ::after,.jqtl-container ::before{box-sizing:inherit !important}.jqtl-hide-scrollbar{-ms-overflow-style:-ms-autohiding-scrollbar}.jqtl-hide-scrollbar::-webkit-scrollbar{display:none}.jqtl-main{position:relative;cursor:ew-resize}.jqtl-ruler-top,.jqtl-ruler-bottom{position:relative;outline:solid 1px #DDD;overflow:hidden;z-index:20}.jqtl-ruler-bg-top,.jqtl-ruler-bg-bottom{position:relative;z-index:21}.jqtl-ruler-top{bottom:0}.jqtl-ruler-bottom{top:0}.jqtl-ruler-content-top,.jqtl-ruler-content-bottom{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;z-index:22}.jqtl-ruler-line-rows{position:relative;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.jqtl-ruler-line-rows:nth-child(even){background-color:rgba(247,247,247,0.25)}.jqtl-ruler-line-item{position:relative;margin:0;padding:0;min-width:0;text-align:center;align-self:center;font-family:"Courier New", monospace !important;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:0;outline:0}.jqtl-ruler-line-item span{display:inline-block}.jqtl-rli-left{text-align:left;align-self:left !important}.jqtl-ruler-line-item:nth-child(even){background-color:rgba(240,240,240,0.25)}.jqtl-event-container{position:relative;outline:solid 1px #DDD;z-index:1}.jqtl-bg-grid{position:relative;z-index:2}.jqtl-relation-lines,.jqtl-events{position:absolute;display:block;left:0;top:0;width:100%;height:100%;transition:all 0.3s}.jqtl-relation-lines{z-index:3}.jqtl-events{overflow-x:hidden;visibility:hidden;opacity:0;z-index:4}.jqtl-events[data-state^=shown]{visibility:visible;opacity:1}.jqtl-event-node{position:absolute;display:flex;justify-content:flex-start;align-items:center;align-content:center;padding-left:0;padding-right:0;border-radius:2px;overflow:hidden;visibility:visible;opacity:1;z-index:7;cursor:pointer;transition:all 0.3s ease}.jqtl-event-node:not(.jqtl-event-type-pointer).active{color:#FEFEFE;background-color:#F73333}.jqtl-event-label,.jqtl-event-node>*{align-self:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;min-width:0;padding-left:0.5em;padding-right:0.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:1rem}.jqtl-event-thumbnail{margin-right:4px;border-radius:3px;transition:all 0.5s ease}.jqtl-event-node:hover{color:#FEFEFE;background-color:#F73333}.jqtl-event-node:hover::after{z-index:6;background-color:rgba(0,0,0,0.1)}.jqtl-event-node:hover .jqtl-event-thumbnail{opacity:0.75}.jqtl-event-node::before{content:attr(data-meta);position:absolute;right:4px;top:2px;text-align:right;font-size:0.625rem;color:#999999}.jqtl-event-node::after{content:'';position:absolute;display:block;z-index:6;top:0;right:0;bottom:0;left:0;border-radius:2px;background-color:transparent;transition:all 0.5s ease}.jqtl-event-node.jqtl-event-type-pointer{padding:0;border-radius:50%;border:solid 3px #6C757D;background-image:none;background-repeat:no-repeat;background-size:cover;background-position:center center;transition:all 0.1s linear}.jqtl-event-node.jqtl-event-type-pointer.active{border-color:#DC3545 !important}.jqtl-event-node.jqtl-event-type-pointer:hover{border-color:#DC3545}.jqtl-event-node.jqtl-event-type-pointer::after{transition:all .1s linear}.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-label{display:none}.jqtl-event-node.jqtl-event-type-pointer>.jqtl-event-thumbnail{display:none}.jqtl-side-index{position:relative;left:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;outline:solid 1px #DDD;z-index:25}.jqtl-side-index>[class^="jqtl-side-index-"]{padding:0;width:100%;font-size:14px;vertical-align:middle;border-bottom:dotted 1px #DDD;background-color:#FFFFFF;white-space:nowrap}.jqtl-side-index .jqtl-side-index-item:nth-child(odd){background-color:#F7F7F7}.jqtl-side-index .jqtl-side-index-item:first-child{border-top:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-item img{position:relative;display:inline-block;margin-right:0.5rem;height:calc( 100% - 6px);width:auto;text-align:left;vertical-align:middle}.jqtl-side-index .jqtl-side-index-margin{outline:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-margin:first-child{border-bottom:solid 1px #DDD}.jqtl-side-index .jqtl-side-index-margin:last-child{border-top:solid 1px #DDD;border-bottom:0}.jqtl-sticky-left{position:-webkit-sticky;position:sticky}.jqtl-overlay{background-color:rgba(255,255,255,0.65) !important}.jqtl-overlay:nth-child(odd){background-color:rgba(247,247,247,0.45) !important}.jqtl-event-view,.timeline-event-view{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;align-content:space-between;transition:all 0.5s ease}.jqtl-event-image-wrapper{flex-order:0;flex-grow:1;align-self:center}.jqtl-event-image{width:100%;height:auto}.jqtl-event-title{flex-order:0;flex-grow:1;align-self:flex-start;padding:1rem}.jqtl-event-title>.event-content{color:#C0C0C0}.jqtl-event-content{flex-order:0;flex-grow:1;align-self:stretch;padding:1rem}.jqtl-event-meta{flex-order:0;flex-grow:1;align-self:flex-end;padding:0.5rem 1rem}.jqtl-present-time{position:absolute;left:-9999px;top:-9999px;width:1px;border-left:dotted 1px #2c7cff;z-index:21}.jqtl-present-time::before,.jqtl-present-time::after{content:'';position:absolute;border-radius:50%;width:5px;height:5px;background-color:#2c7cff;z-index:22}.jqtl-present-time::before{top:calc(5px / -2);left:-3px}.jqtl-present-time::after{bottom:calc(5px / -2);left:-3px}.jqtl-footer{margin:15px auto;padding:0;width:100%}.jqtl-footer-content{clear:both;text-align:center}.jqtl-loader{position:absolute;display:block;visibility:hidden;top:0;left:0;width:100%;height:100%;margin:auto;opacity:0;z-index:30;transition:all 0.3s}.jqtl-loader[data-state^=show]{visibility:visible;opacity:1}.jqtl-loader[data-state^=hid]{visibility:hidden;opacity:0}.jqtl-loading{position:relative;top:50%;left:50%;margin:auto}.jqtl-loading span{display:block;bottom:0px;width:9px;height:5px;background:rgba(51,51,51,0.15);position:absolute;-webkit-animation:loader 1.5s infinite ease-in-out;animation:loader 1.5s infinite ease-in-out}.jqtl-loading span:nth-child(2){left:11px;-webkit-animation-delay:0.2s;animation-delay:0.2s}.jqtl-loading span:nth-child(3){left:22px;-webkit-animation-delay:0.4s;animation-delay:0.4s}.jqtl-loading span:nth-child(4){left:33px;-webkit-animation-delay:0.6s;animation-delay:0.6s}.jqtl-loading span:nth-child(5){left:44px;-webkit-animation-delay:0.8s;animation-delay:0.8s}@-webkit-keyframes loader{0%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}25%{height:30px;transform:translateY(15px);background:rgba(51,51,51,0.3)}50%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}100%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}}@keyframes loader{0%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}25%{height:30px;transform:translateY(15px);background:rgba(51,51,51,0.3)}50%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}100%{height:5px;transform:translateY(0px);background:rgba(51,51,51,0.15)}}#jqtl-str-ruler{position:absolute;left:-9999px;top:-9999px;visibility:hidden;white-space:nowrap} diff --git a/dist/jquery.timeline.min.js b/dist/jquery.timeline.min.js index 60418b5..d3ea95e 100644 --- a/dist/jquery.timeline.min.js +++ b/dist/jquery.timeline.min.js @@ -1,10 +1,10 @@ -!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=172)}([function(t,e,n){var r=n(2),i=n(15).f,o=n(13),a=n(16),c=n(80),s=n(105),u=n(53);t.exports=function(t,e){var n,l,f,h,d,p=t.target,g=t.global,v=t.stat;if(n=g?r:v?r[p]||c(p,{}):(r[p]||{}).prototype)for(l in e){if(h=e[l],f=t.noTargetGet?(d=i(n,l))&&d.value:n[l],!u(g?l:p+(v?".":"#")+l,t.forced)&&void 0!==f){if(typeof h==typeof f)continue;s(h,f)}(t.sham||f&&f.sham)&&o(h,"sham",!0),a(n,l,h,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){(function(e){var n="object",r=function(t){return t&&t.Math==Math&&t};t.exports=r(typeof globalThis==n&&globalThis)||r(typeof window==n&&window)||r(typeof self==n&&self)||r(typeof e==n&&e)||Function("return this")()}).call(this,n(173))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(3);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){"use strict";var r,i=n(6),o=n(2),a=n(3),c=n(11),s=n(59),u=n(13),l=n(16),f=n(9).f,h=n(27),d=n(44),p=n(7),g=n(50),v=o.DataView,y=v&&v.prototype,m=o.Int8Array,b=m&&m.prototype,E=o.Uint8ClampedArray,w=E&&E.prototype,_=m&&h(m),S=b&&h(b),I=Object.prototype,x=I.isPrototypeOf,T=p("toStringTag"),O=g("TYPED_ARRAY_TAG"),k=!(!o.ArrayBuffer||!v),M=k&&!!d,N=!1,R={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},D=function(t){return a(t)&&c(R,s(t))};for(r in R)o[r]||(M=!1);if((!M||"function"!=typeof _||_===Function.prototype)&&(_=function(){throw TypeError("Incorrect invocation")},M))for(r in R)o[r]&&d(o[r],_);if((!M||!S||S===I)&&(S=_.prototype,M))for(r in R)o[r]&&d(o[r].prototype,S);if(M&&h(w)!==S&&d(w,S),i&&!c(S,T))for(r in N=!0,f(S,T,{get:function(){return a(this)?this[O]:void 0}}),R)o[r]&&u(o[r],O,r);k&&d&&h(y)!==I&&d(y,I),t.exports={NATIVE_ARRAY_BUFFER:k,NATIVE_ARRAY_BUFFER_VIEWS:M,TYPED_ARRAY_TAG:N&&O,aTypedArray:function(t){if(D(t))return t;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(t){if(d){if(x.call(_,t))return t}else for(var e in R)if(c(R,r)){var n=o[e];if(n&&(t===n||x.call(n,t)))return t}throw TypeError("Target is not a typed array constructor")},exportProto:function(t,e,n){if(i){if(n)for(var r in R){var a=o[r];a&&c(a.prototype,t)&&delete a.prototype[t]}S[t]&&!n||l(S,t,n?e:M&&b[t]||e)}},exportStatic:function(t,e,n){var r,a;if(i){if(d){if(n)for(r in R)(a=o[r])&&c(a,t)&&delete a[t];if(_[t]&&!n)return;try{return l(_,t,n?e:M&&m[t]||e)}catch(t){}}for(r in R)!(a=o[r])||a[t]&&!n||l(a,t,e)}},isView:function(t){var e=s(t);return"DataView"===e||c(R,e)},isTypedArray:D,TypedArray:_,TypedArrayPrototype:S}},function(t,e,n){var r=n(1);t.exports=!r(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(2),i=n(49),o=n(50),a=n(107),c=r.Symbol,s=i("wks");t.exports=function(t){return s[t]||(s[t]=a&&c[t]||(a?c:o)("Symbol."+t))}},function(t,e,n){var r=n(23),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(6),i=n(102),o=n(4),a=n(25),c=Object.defineProperty;e.f=r?c:function(t,e,n){if(o(t),e=a(e,!0),o(n),i)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(14);t.exports=function(t){return Object(r(t))}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(35),i=n(48),o=n(10),a=n(8),c=n(55),s=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,l=4==t,f=6==t,h=5==t||f;return function(d,p,g,v){for(var y,m,b=o(d),E=i(b),w=r(p,g,3),_=a(E.length),S=0,I=v||c,x=e?I(d,_):n?I(d,0):void 0;_>S;S++)if((h||S in E)&&(m=w(y=E[S],S,b),t))if(e)x[S]=m;else if(m)switch(t){case 3:return!0;case 5:return y;case 6:return S;case 2:s.call(x,y)}else if(l)return!1;return f?-1:u||l?l:x}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},function(t,e,n){var r=n(6),i=n(9),o=n(38);t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(6),i=n(64),o=n(38),a=n(18),c=n(25),s=n(11),u=n(102),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=c(e,!0),u)try{return l(t,e)}catch(t){}if(s(t,e))return o(!i.f.call(t,e),t[e])}},function(t,e,n){var r=n(2),i=n(49),o=n(13),a=n(11),c=n(80),s=n(103),u=n(19),l=u.get,f=u.enforce,h=String(s).split("toString");i("inspectSource",function(t){return s.call(t)}),(t.exports=function(t,e,n,i){var s=!!i&&!!i.unsafe,u=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof n&&("string"!=typeof e||a(n,"name")||o(n,"name",e),f(n).source=h.join("string"==typeof e?e:"")),t!==r?(s?!l&&t[e]&&(u=!0):delete t[e],u?t[e]=n:o(t,e,n)):u?t[e]=n:c(e,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&l(this).source||s.call(this)})},function(t,e,n){var r=n(43),i=n(11),o=n(110),a=n(9).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||a(e,t,{value:o.f(t)})}},function(t,e,n){var r=n(48),i=n(14);t.exports=function(t){return r(i(t))}},function(t,e,n){var r,i,o,a=n(104),c=n(2),s=n(3),u=n(13),l=n(11),f=n(65),h=n(51),d=c.WeakMap;if(a){var p=new d,g=p.get,v=p.has,y=p.set;r=function(t,e){return y.call(p,t,e),e},i=function(t){return g.call(p,t)||{}},o=function(t){return v.call(p,t)}}else{var m=f("state");h[m]=!0,r=function(t,e){return u(t,m,e),e},i=function(t){return l(t,m)?t[m]:{}},o=function(t){return l(t,m)}}t.exports={set:r,get:i,has:o,enforce:function(t){return o(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!s(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(14),i=/"/g;t.exports=function(t,e,n,o){var a=String(r(t)),c="<"+e;return""!==n&&(c+=" "+n+'="'+String(o).replace(i,""")+'"'),c+">"+a+""}},function(t,e,n){var r=n(1);t.exports=function(t){return r(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3})}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(3);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(9).f,i=n(11),o=n(7)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(11),i=n(10),o=n(65),a=n(88),c=o("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,c)?t[c]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){var n=[][t];return!n||!r(function(){n.call(null,e||function(){throw 1},1)})}},function(t,e,n){var r=n(4),i=n(20),o=n(7)("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||null==(n=r(a)[o])?e:i(n)}},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(6),a=n(100),c=n(5),s=n(78),u=n(37),l=n(38),f=n(13),h=n(8),d=n(167),p=n(168),g=n(25),v=n(11),y=n(59),m=n(3),b=n(34),E=n(44),w=n(39).f,_=n(169),S=n(12).forEach,I=n(47),x=n(9),T=n(15),O=n(19),k=O.get,M=O.set,N=x.f,R=T.f,D=Math.round,A=i.RangeError,$=s.ArrayBuffer,L=s.DataView,P=c.NATIVE_ARRAY_BUFFER_VIEWS,j=c.TYPED_ARRAY_TAG,C=c.TypedArray,F=c.TypedArrayPrototype,U=c.aTypedArrayConstructor,V=c.isTypedArray,Y=function(t,e){for(var n=0,r=e.length,i=new(U(t))(r);r>n;)i[n]=e[n++];return i},z=function(t,e){N(t,e,{get:function(){return k(this)[e]}})},W=function(t){var e;return t instanceof $||"ArrayBuffer"==(e=y(t))||"SharedArrayBuffer"==e},H=function(t,e){return V(t)&&"symbol"!=typeof e&&e in t&&String(+e)==String(e)},B=function(t,e){return H(t,e=g(e,!0))?l(2,t[e]):R(t,e)},G=function(t,e,n){return!(H(t,e=g(e,!0))&&m(n)&&v(n,"value"))||v(n,"get")||v(n,"set")||n.configurable||v(n,"writable")&&!n.writable||v(n,"enumerable")&&!n.enumerable?N(t,e,n):(t[e]=n.value,t)};o?(P||(T.f=B,x.f=G,z(F,"buffer"),z(F,"byteOffset"),z(F,"byteLength"),z(F,"length")),r({target:"Object",stat:!0,forced:!P},{getOwnPropertyDescriptor:B,defineProperty:G}),t.exports=function(t,e,n,o){var c=t+(o?"Clamped":"")+"Array",s="get"+t,l="set"+t,g=i[c],v=g,y=v&&v.prototype,x={},T=function(t,n){N(t,n,{get:function(){return function(t,n){var r=k(t);return r.view[s](n*e+r.byteOffset,!0)}(this,n)},set:function(t){return function(t,n,r){var i=k(t);o&&(r=(r=D(r))<0?0:r>255?255:255&r),i.view[l](n*e+i.byteOffset,r,!0)}(this,n,t)},enumerable:!0})};P?a&&(v=n(function(t,n,r,i){return u(t,v,c),m(n)?W(n)?void 0!==i?new g(n,p(r,e),i):void 0!==r?new g(n,p(r,e)):new g(n):V(n)?Y(v,n):_.call(v,n):new g(d(n))}),E&&E(v,C),S(w(g),function(t){t in v||f(v,t,g[t])}),v.prototype=y):(v=n(function(t,n,r,i){u(t,v,c);var o,a,s,l=0,f=0;if(m(n)){if(!W(n))return V(n)?Y(v,n):_.call(v,n);o=n,f=p(r,e);var g=n.byteLength;if(void 0===i){if(g%e)throw A("Wrong length");if((a=g-f)<0)throw A("Wrong length")}else if((a=h(i)*e)+f>g)throw A("Wrong length");s=a/e}else s=d(n),o=new $(a=s*e);for(M(t,{buffer:o,byteOffset:f,byteLength:a,length:s,view:new L(o)});ldocument.F=Object<\/script>"),t.close(),f=t.F;n--;)delete f.prototype[o[n]];return f()};t.exports=Object.create||function(t,e){var n;return null!==t?(l.prototype=r(t),n=new l,l.prototype=null,n[u]=t):n=f(),void 0===e?n:i(n,e)},a[u]=!0},function(t,e,n){var r=n(20);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(7),i=n(34),o=n(13),a=r("unscopables"),c=Array.prototype;null==c[a]&&o(c,a,i(null)),t.exports=function(t){c[a][t]=!0}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(106),i=n(82).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(24);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){"use strict";var r=n(25),i=n(9),o=n(38);t.exports=function(t,e,n){var a=r(e);a in t?i.f(t,a,o(0,n)):t[a]=n}},function(t,e,n){var r=n(51),i=n(3),o=n(11),a=n(9).f,c=n(50),s=n(63),u=c("meta"),l=0,f=Object.isExtensible||function(){return!0},h=function(t){a(t,u,{value:{objectID:"O"+ ++l,weakData:{}}})},d=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,u)){if(!f(t))return"F";if(!e)return"E";h(t)}return t[u].objectID},getWeakData:function(t,e){if(!o(t,u)){if(!f(t))return!0;if(!e)return!1;h(t)}return t[u].weakData},onFreeze:function(t){return s&&d.REQUIRED&&f(t)&&!o(t,u)&&h(t),t}};r[u]=!0},function(t,e,n){t.exports=n(2)},function(t,e,n){var r=n(4),i=n(123);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},function(t,e,n){var r=n(14),i="["+n(67)+"]",o=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),c=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(o,"")),2&t&&(n=n.replace(a,"")),n}};t.exports={start:c(1),end:c(2),trim:c(3)}},function(t,e,n){var r=n(16);t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},function(t,e,n){"use strict";var r=n(32),i=n(9),o=n(7),a=n(6),c=o("species");t.exports=function(t){var e=r(t),n=i.f;a&&e&&!e[c]&&n(e,c,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(1),i=n(24),o="".split;t.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(2),i=n(80),o=n(31),a=r["__core-js_shared__"]||i("__core-js_shared__",{});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.1.3",mode:o?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports={}},function(t,e,n){var r=n(18),i=n(8),o=n(33),a=function(t){return function(e,n,a){var c,s=r(e),u=i(s.length),l=o(a,u);if(t&&n!=n){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((t||l in s)&&s[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(1),i=/#|\.prototype\./,o=function(t,e){var n=c[a(t)];return n==u||n!=s&&("function"==typeof e?r(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},s=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},function(t,e,n){var r=n(106),i=n(82);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(3),i=n(40),o=n(7)("species");t.exports=function(t,e){var n;return i(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(1),i=n(7)("species");t.exports=function(t){return!r(function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo})}},function(t,e){t.exports={}},function(t,e,n){var r=n(59),i=n(57),o=n(7)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,e,n){var r=n(24),i=n(7)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e,n){"use strict";var r=n(18),i=n(36),o=n(57),a=n(19),c=n(86),s=a.set,u=a.getterFor("Array Iterator");t.exports=c(Array,"Array",function(t,e){s(this,{type:"Array Iterator",target:r(t),index:0,kind:e})},function(){var t=u(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e,n){var r=n(4),i=n(85),o=n(8),a=n(35),c=n(58),s=n(119),u=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,n,l,f){var h,d,p,g,v,y,m=a(e,n,l?2:1);if(f)h=t;else{if("function"!=typeof(d=c(t)))throw TypeError("Target is not iterable");if(i(d)){for(p=0,g=o(t.length);g>p;p++)if((v=l?m(r(y=t[p])[0],y[1]):m(t[p]))&&v instanceof u)return v;return new u(!1)}h=d.call(t)}for(;!(y=h.next()).done;)if((v=s(h,m,y.value,l))&&v instanceof u)return v;return new u(!1)}).stop=function(t){return new u(!0,t)}},function(t,e,n){"use strict";var r=n(4);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(1);t.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(49),i=n(50),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},function(t,e,n){var r=n(7)("iterator"),i=!1;try{var o=0,a={next:function(){return{done:!!o++}},return:function(){i=!0}};a[r]=function(){return this},Array.from(a,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o={};o[r]=function(){return{next:function(){return{done:n=!0}}}},t(o)}catch(t){}return n}},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){var r=n(32);t.exports=r("navigator","userAgent")||""},function(t,e,n){var r=n(23),i=n(14),o=function(t){return function(e,n){var o,a,c=String(i(e)),s=r(n),u=c.length;return s<0||s>=u?t?"":void 0:(o=c.charCodeAt(s))<55296||o>56319||s+1===u||(a=c.charCodeAt(s+1))<56320||a>57343?t?c.charAt(s):o:t?c.slice(s,s+2):a-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},function(t,e,n){"use strict";var r=n(13),i=n(16),o=n(1),a=n(7),c=n(71),s=a("species"),u=!o(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}),l=!o(function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});t.exports=function(t,e,n,f){var h=a(t),d=!o(function(){var e={};return e[h]=function(){return 7},7!=""[t](e)}),p=d&&!o(function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[h](""),!e});if(!d||!p||"replace"===t&&!u||"split"===t&&!l){var g=/./[h],v=n(h,""[t],function(t,e,n,r,i){return e.exec===c?d&&!i?{done:!0,value:g.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),y=v[0],m=v[1];i(String.prototype,t,y),i(RegExp.prototype,h,2==e?function(t,e){return m.call(t,this,e)}:function(t){return m.call(t,this)}),f&&r(RegExp.prototype[h],"sham",!0)}}},function(t,e,n){"use strict";var r,i,o=n(62),a=RegExp.prototype.exec,c=String.prototype.replace,s=a,u=(r=/a/,i=/b*/g,a.call(r,"a"),a.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),l=void 0!==/()??/.exec("")[1];(u||l)&&(s=function(t){var e,n,r,i,s=this;return l&&(n=new RegExp("^"+s.source+"$(?!\\s)",o.call(s))),u&&(e=s.lastIndex),r=a.call(s,t),u&&r&&(s.lastIndex=s.global?r.index+r[0].length:e),l&&r&&r.length>1&&c.call(r[0],n,function(){for(i=1;i=0:f>h;h+=d)h in l&&(s=n(s,l[h],h,u));return s}};t.exports={left:c(!1),right:c(!0)}},function(t,e){var n=Math.expm1,r=Math.exp;t.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:r(t)-1}:n},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(53),a=n(16),c=n(42),s=n(61),u=n(37),l=n(3),f=n(1),h=n(66),d=n(26),p=n(89);t.exports=function(t,e,n,g,v){var y=i[t],m=y&&y.prototype,b=y,E=g?"set":"add",w={},_=function(t){var e=m[t];a(m,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(v&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return v&&!l(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(v&&!l(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(o(t,"function"!=typeof y||!(v||m.forEach&&!f(function(){(new y).entries().next()}))))b=n.getConstructor(e,t,g,E),c.REQUIRED=!0;else if(o(t,!0)){var S=new b,I=S[E](v?{}:-0,1)!=S,x=f(function(){S.has(1)}),T=h(function(t){new y(t)}),O=!v&&f(function(){for(var t=new y,e=5;e--;)t[E](e,e);return!t.has(-0)});T||((b=e(function(e,n){u(e,b,t);var r=p(new y,e,b);return null!=n&&s(n,r[E],r,g),r})).prototype=m,m.constructor=b),(x||O)&&(_("delete"),_("has"),g&&_("get")),(O||I)&&_(E),v&&m.clear&&delete m.clear}return w[t]=b,r({global:!0,forced:b!=y},w),d(b,t),v||n.setStrong(b,t,g),b}},function(t,e,n){"use strict";var r=n(2),i=n(6),o=n(5).NATIVE_ARRAY_BUFFER,a=n(13),c=n(46),s=n(1),u=n(37),l=n(23),f=n(8),h=n(167),d=n(39).f,p=n(9).f,g=n(95),v=n(26),y=n(19),m=y.get,b=y.set,E=r.ArrayBuffer,w=E,_=r.DataView,S=r.Math,I=r.RangeError,x=S.abs,T=S.pow,O=S.floor,k=S.log,M=S.LN2,N=function(t,e,n){var r,i,o,a=new Array(n),c=8*n-e-1,s=(1<>1,l=23===e?T(2,-24)-T(2,-77):0,f=t<0||0===t&&1/t<0?1:0,h=0;for((t=x(t))!=t||t===1/0?(i=t!=t?1:0,r=s):(r=O(k(t)/M),t*(o=T(2,-r))<1&&(r--,o*=2),(t+=r+u>=1?l/o:l*T(2,1-u))*o>=2&&(r++,o/=2),r+u>=s?(i=0,r=s):r+u>=1?(i=(t*o-1)*T(2,e),r+=u):(i=t*T(2,u-1)*T(2,e),r=0));e>=8;a[h++]=255&i,i/=256,e-=8);for(r=r<0;a[h++]=255&r,r/=256,c-=8);return a[--h]|=128*f,a},R=function(t,e){var n,r=t.length,i=8*r-e-1,o=(1<>1,c=i-7,s=r-1,u=t[s--],l=127&u;for(u>>=7;c>0;l=256*l+t[s],s--,c-=8);for(n=l&(1<<-c)-1,l>>=-c,c+=e;c>0;n=256*n+t[s],s--,c-=8);if(0===l)l=1-a;else{if(l===o)return n?NaN:u?-1/0:1/0;n+=T(2,e),l-=a}return(u?-1:1)*n*T(2,l-e)},D=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},A=function(t){return[255&t]},$=function(t){return[255&t,t>>8&255]},L=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},P=function(t){return N(t,23,4)},j=function(t){return N(t,52,8)},C=function(t,e){p(t.prototype,e,{get:function(){return m(this)[e]}})},F=function(t,e,n,r){var i=h(+n),o=m(t);if(i+e>o.byteLength)throw I("Wrong index");var a=m(o.buffer).bytes,c=i+o.byteOffset,s=a.slice(c,c+e);return r?s:s.reverse()},U=function(t,e,n,r,i,o){var a=h(+n),c=m(t);if(a+e>c.byteLength)throw I("Wrong index");for(var s=m(c.buffer).bytes,u=a+c.byteOffset,l=r(+i),f=0;fW;)(V=z[W++])in w||a(w,V,E[V]);Y.constructor=w}var H=new _(new w(2)),B=_.prototype.setInt8;H.setInt8(0,2147483648),H.setInt8(1,2147483649),!H.getInt8(0)&&H.getInt8(1)||c(_.prototype,{setInt8:function(t,e){B.call(this,t,e<<24>>24)},setUint8:function(t,e){B.call(this,t,e<<24>>24)}},{unsafe:!0})}else w=function(t){u(this,w,"ArrayBuffer");var e=h(t);b(this,{bytes:g.call(new Array(e),0),byteLength:e}),i||(this.byteLength=e)},_=function(t,e,n){u(this,_,"DataView"),u(t,w,"DataView");var r=m(t).byteLength,o=l(e);if(o<0||o>r)throw I("Wrong offset");if(o+(n=void 0===n?r-o:f(n))>r)throw I("Wrong length");b(this,{buffer:t,byteLength:n,byteOffset:o}),i||(this.buffer=t,this.byteLength=n,this.byteOffset=o)},i&&(C(w,"byteLength"),C(_,"buffer"),C(_,"byteLength"),C(_,"byteOffset")),c(_.prototype,{getInt8:function(t){return F(this,1,t)[0]<<24>>24},getUint8:function(t){return F(this,1,t)[0]},getInt16:function(t){var e=F(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=F(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return D(F(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return D(F(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return R(F(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return R(F(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){U(this,1,t,A,e)},setUint8:function(t,e){U(this,1,t,A,e)},setInt16:function(t,e){U(this,2,t,$,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){U(this,2,t,$,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){U(this,4,t,L,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){U(this,4,t,L,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){U(this,4,t,P,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){U(this,8,t,j,e,arguments.length>2?arguments[2]:void 0)}});v(w,"ArrayBuffer"),v(_,"DataView"),e.ArrayBuffer=w,e.DataView=_},function(t,e,n){var r=n(2),i=n(3),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},function(t,e,n){var r=n(2),i=n(13);t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(32),i=n(39),o=n(83),a=n(4);t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(a(t)),n=o.f;return n?e.concat(n(t)):e}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(6),i=n(9),o=n(4),a=n(54);t.exports=r?Object.defineProperties:function(t,e){o(t);for(var n,r=a(e),c=r.length,s=0;c>s;)i.f(t,n=r[s++],e[n]);return t}},function(t,e,n){var r=n(7),i=n(57),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},function(t,e,n){"use strict";var r=n(0),i=n(87),o=n(27),a=n(44),c=n(26),s=n(13),u=n(16),l=n(7),f=n(31),h=n(57),d=n(122),p=d.IteratorPrototype,g=d.BUGGY_SAFARI_ITERATORS,v=l("iterator"),y=function(){return this};t.exports=function(t,e,n,l,d,m,b){i(n,e,l);var E,w,_,S=function(t){if(t===d&&k)return k;if(!g&&t in T)return T[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},I=e+" Iterator",x=!1,T=t.prototype,O=T[v]||T["@@iterator"]||d&&T[d],k=!g&&O||S(d),M="Array"==e&&T.entries||O;if(M&&(E=o(M.call(new t)),p!==Object.prototype&&E.next&&(f||o(E)===p||(a?a(E,p):"function"!=typeof E[v]&&s(E,v,y)),c(E,I,!0,!0),f&&(h[I]=y))),"values"==d&&O&&"values"!==O.name&&(x=!0,k=function(){return O.call(this)}),f&&!b||T[v]===k||s(T,v,k),h[e]=k,d)if(w={values:S("values"),keys:m?k:S("keys"),entries:S("entries")},b)for(_ in w)!g&&!x&&_ in T||u(T,_,w[_]);else r({target:e,proto:!0,forced:g||x},w);return w}},function(t,e,n){"use strict";var r=n(122).IteratorPrototype,i=n(34),o=n(38),a=n(26),c=n(57),s=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),a(t,u,!1,!0),c[u]=s,t}},function(t,e,n){var r=n(1);t.exports=!r(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,n){var r=n(3),i=n(44);t.exports=function(t,e,n){var o,a;return i&&"function"==typeof(o=e.constructor)&&o!==n&&r(a=o.prototype)&&a!==n.prototype&&i(t,a),t}},function(t,e,n){var r,i,o,a=n(2),c=n(1),s=n(24),u=n(35),l=n(108),f=n(79),h=a.location,d=a.setImmediate,p=a.clearImmediate,g=a.process,v=a.MessageChannel,y=a.Dispatch,m=0,b={},E=function(t){if(b.hasOwnProperty(t)){var e=b[t];delete b[t],e()}},w=function(t){return function(){E(t)}},_=function(t){E(t.data)},S=function(t){a.postMessage(t+"",h.protocol+"//"+h.host)};d&&p||(d=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return b[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(m),m},p=function(t){delete b[t]},"process"==s(g)?r=function(t){g.nextTick(w(t))}:y&&y.now?r=function(t){y.now(w(t))}:v?(o=(i=new v).port2,i.port1.onmessage=_,r=u(o.postMessage,o,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||c(S)?r="onreadystatechange"in f("script")?function(t){l.appendChild(f("script")).onreadystatechange=function(){l.removeChild(this),E(t)}}:function(t){setTimeout(w(t),0)}:(r=S,a.addEventListener("message",_,!1))),t.exports={set:d,clear:p}},function(t,e,n){var r=n(3),i=n(24),o=n(7)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){var r=n(91);t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,n){var r=n(7)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,n){"use strict";var r=n(69).charAt,i=n(19),o=n(86),a=i.set,c=i.getterFor("String Iterator");o(String,"String",function(t){a(this,{type:"String Iterator",string:String(t),index:0})},function(){var t,e=c(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=r(n,i),e.index+=t.length,{value:t,done:!1})})},function(t,e,n){"use strict";var r=n(10),i=n(33),o=n(8);t.exports=function(t){for(var e=r(this),n=o(e.length),a=arguments.length,c=i(a>1?arguments[1]:void 0,n),s=a>2?arguments[2]:void 0,u=void 0===s?n:i(s,n);u>c;)e[c++]=t;return e}},function(t,e,n){var r=n(8),i=n(97),o=n(14),a=Math.ceil,c=function(t){return function(e,n,c){var s,u,l=String(o(e)),f=l.length,h=void 0===c?" ":String(c),d=r(n);return d<=f||""==h?l:(s=d-f,(u=i.call(h,a(s/h.length))).length>s&&(u=u.slice(0,s)),t?l+u:u+l)}};t.exports={start:c(!1),end:c(!0)}},function(t,e,n){"use strict";var r=n(23),i=n(14);t.exports="".repeat||function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},function(t,e,n){var r=n(1),i=n(67);t.exports=function(t){return r(function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t})}},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){var r=n(2),i=n(1),o=n(66),a=n(5).NATIVE_ARRAY_BUFFER_VIEWS,c=r.ArrayBuffer,s=r.Int8Array;t.exports=!a||!i(function(){s(1)})||!i(function(){new s(-1)})||!o(function(t){new s,new s(null),new s(1.5),new s(t)},!0)||i(function(){return 1!==new s(new c(2),1,void 0).length})},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(31),a=n(6),c=n(107),s=n(1),u=n(11),l=n(40),f=n(3),h=n(4),d=n(10),p=n(18),g=n(25),v=n(38),y=n(34),m=n(54),b=n(39),E=n(109),w=n(83),_=n(15),S=n(9),I=n(64),x=n(13),T=n(16),O=n(49),k=n(65),M=n(51),N=n(50),R=n(7),D=n(110),A=n(17),$=n(26),L=n(19),P=n(12).forEach,j=k("hidden"),C=R("toPrimitive"),F=L.set,U=L.getterFor("Symbol"),V=Object.prototype,Y=i.Symbol,z=i.JSON,W=z&&z.stringify,H=_.f,B=S.f,G=E.f,q=I.f,X=O("symbols"),K=O("op-symbols"),J=O("string-to-symbol-registry"),Z=O("symbol-to-string-registry"),Q=O("wks"),tt=i.QObject,et=!tt||!tt.prototype||!tt.prototype.findChild,nt=a&&s(function(){return 7!=y(B({},"a",{get:function(){return B(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=H(V,e);r&&delete V[e],B(t,e,n),r&&t!==V&&B(V,e,r)}:B,rt=function(t,e){var n=X[t]=y(Y.prototype);return F(n,{type:"Symbol",tag:t,description:e}),a||(n.description=e),n},it=c&&"symbol"==typeof Y.iterator?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof Y},ot=function(t,e,n){t===V&&ot(K,e,n),h(t);var r=g(e,!0);return h(n),u(X,r)?(n.enumerable?(u(t,j)&&t[j][r]&&(t[j][r]=!1),n=y(n,{enumerable:v(0,!1)})):(u(t,j)||B(t,j,v(1,{})),t[j][r]=!0),nt(t,r,n)):B(t,r,n)},at=function(t,e){h(t);var n=p(e),r=m(n).concat(lt(n));return P(r,function(e){a&&!ct.call(n,e)||ot(t,e,n[e])}),t},ct=function(t){var e=g(t,!0),n=q.call(this,e);return!(this===V&&u(X,e)&&!u(K,e))&&(!(n||!u(this,e)||!u(X,e)||u(this,j)&&this[j][e])||n)},st=function(t,e){var n=p(t),r=g(e,!0);if(n!==V||!u(X,r)||u(K,r)){var i=H(n,r);return!i||!u(X,r)||u(n,j)&&n[j][r]||(i.enumerable=!0),i}},ut=function(t){var e=G(p(t)),n=[];return P(e,function(t){u(X,t)||u(M,t)||n.push(t)}),n},lt=function(t){var e=t===V,n=G(e?K:p(t)),r=[];return P(n,function(t){!u(X,t)||e&&!u(V,t)||r.push(X[t])}),r};c||(T((Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=N(t),n=function(t){this===V&&n.call(K,t),u(this,j)&&u(this[j],e)&&(this[j][e]=!1),nt(this,e,v(1,t))};return a&&et&&nt(V,e,{configurable:!0,set:n}),rt(e,t)}).prototype,"toString",function(){return U(this).tag}),I.f=ct,S.f=ot,_.f=st,b.f=E.f=ut,w.f=lt,a&&(B(Y.prototype,"description",{configurable:!0,get:function(){return U(this).description}}),o||T(V,"propertyIsEnumerable",ct,{unsafe:!0})),D.f=function(t){return rt(R(t),t)}),r({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:Y}),P(m(Q),function(t){A(t)}),r({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=String(t);if(u(J,e))return J[e];var n=Y(e);return J[e]=n,Z[n]=e,n},keyFor:function(t){if(!it(t))throw TypeError(t+" is not a symbol");if(u(Z,t))return Z[t]},useSetter:function(){et=!0},useSimple:function(){et=!1}}),r({target:"Object",stat:!0,forced:!c,sham:!a},{create:function(t,e){return void 0===e?y(t):at(y(t),e)},defineProperty:ot,defineProperties:at,getOwnPropertyDescriptor:st}),r({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:ut,getOwnPropertySymbols:lt}),r({target:"Object",stat:!0,forced:s(function(){w.f(1)})},{getOwnPropertySymbols:function(t){return w.f(d(t))}}),z&&r({target:"JSON",stat:!0,forced:!c||s(function(){var t=Y();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))})},{stringify:function(t){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);if(n=e=r[1],(f(e)||void 0!==t)&&!it(t))return l(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!it(e))return e}),r[1]=e,W.apply(z,r)}}),Y.prototype[C]||x(Y.prototype,C,Y.prototype.valueOf),$(Y,"Symbol"),M[j]=!0},function(t,e,n){var r=n(6),i=n(1),o=n(79);t.exports=!r&&!i(function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(49);t.exports=r("native-function-to-string",Function.toString)},function(t,e,n){var r=n(2),i=n(103),o=r.WeakMap;t.exports="function"==typeof o&&/native code/.test(i.call(o))},function(t,e,n){var r=n(11),i=n(81),o=n(15),a=n(9);t.exports=function(t,e){for(var n=i(e),c=a.f,s=o.f,u=0;us;)r(c,n=e[s++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(1);t.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!String(Symbol())})},function(t,e,n){var r=n(32);t.exports=r("document","documentElement")},function(t,e,n){var r=n(18),i=n(39).f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"[object Window]"==o.call(t)?function(t){try{return i(t)}catch(t){return a.slice()}}(t):i(r(t))}},function(t,e,n){e.f=n(7)},function(t,e,n){"use strict";var r=n(0),i=n(6),o=n(2),a=n(11),c=n(3),s=n(9).f,u=n(105),l=o.Symbol;if(i&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},h=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof h?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};u(h,l);var d=h.prototype=l.prototype;d.constructor=h;var p=d.toString,g="Symbol(test)"==String(l("test")),v=/^Symbol\((.*)\)[^)]+$/;s(d,"description",{configurable:!0,get:function(){var t=c(this)?this.valueOf():this,e=p.call(t);if(a(f,t))return"";var n=g?e.slice(7,-1):e.replace(v,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:h})}},function(t,e,n){n(17)("iterator")},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(40),a=n(3),c=n(10),s=n(8),u=n(41),l=n(55),f=n(56),h=n(7)("isConcatSpreadable"),d=!i(function(){var t=[];return t[h]=!1,t.concat()[0]!==t}),p=f("concat"),g=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:o(t)};r({target:"Array",proto:!0,forced:!d||!p},{concat:function(t){var e,n,r,i,o,a=c(this),f=l(a,0),h=0;for(e=-1,r=arguments.length;e9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(f,h++,o)}return f.length=h,f}})},function(t,e,n){"use strict";var r=n(0),i=n(12).filter;r({target:"Array",proto:!0,forced:!n(56)("filter")},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(12).find,o=n(36),a=!0;"find"in[]&&Array(1).find(function(){a=!1}),r({target:"Array",proto:!0,forced:a},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("find")},function(t,e,n){"use strict";var r=n(0),i=n(12).findIndex,o=n(36),a=!0;"findIndex"in[]&&Array(1).findIndex(function(){a=!1}),r({target:"Array",proto:!0,forced:a},{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("findIndex")},function(t,e,n){var r=n(0),i=n(118);r({target:"Array",stat:!0,forced:!n(66)(function(t){Array.from(t)})},{from:i})},function(t,e,n){"use strict";var r=n(35),i=n(10),o=n(119),a=n(85),c=n(8),s=n(41),u=n(58);t.exports=function(t){var e,n,l,f,h=i(t),d="function"==typeof this?this:Array,p=arguments.length,g=p>1?arguments[1]:void 0,v=void 0!==g,y=0,m=u(h);if(v&&(g=r(g,p>2?arguments[2]:void 0,2)),null==m||d==Array&&a(m))for(n=new d(e=c(h.length));e>y;y++)s(n,y,v?g(h[y],y):h[y]);else for(f=m.call(h),n=new d;!(l=f.next()).done;y++)s(n,y,v?o(f,g,[l.value,y],!0):l.value);return n.length=y,n}},function(t,e,n){var r=n(4);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(0),i=n(52).includes,o=n(36);r({target:"Array",proto:!0},{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("includes")},function(t,e,n){"use strict";var r=n(0),i=n(52).indexOf,o=n(28),a=[].indexOf,c=!!a&&1/[1].indexOf(1,-0)<0,s=o("indexOf");r({target:"Array",proto:!0,forced:c||s},{indexOf:function(t){return c?a.apply(this,arguments)||0:i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r,i,o,a=n(27),c=n(13),s=n(11),u=n(7),l=n(31),f=u("iterator"),h=!1;[].keys&&("next"in(o=[].keys())?(i=a(a(o)))!==Object.prototype&&(r=i):h=!0),null==r&&(r={}),l||s(r,f)||c(r,f,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},function(t,e,n){var r=n(3);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(0),i=n(48),o=n(18),a=n(28),c=[].join,s=i!=Object,u=a("join",",");r({target:"Array",proto:!0,forced:s||u},{join:function(t){return c.call(o(this),void 0===t?",":t)}})},function(t,e,n){"use strict";var r=n(0),i=n(3),o=n(40),a=n(33),c=n(8),s=n(18),u=n(41),l=n(56),f=n(7)("species"),h=[].slice,d=Math.max;r({target:"Array",proto:!0,forced:!l("slice")},{slice:function(t,e){var n,r,l,p=s(this),g=c(p.length),v=a(t,g),y=a(void 0===e?g:e,g);if(o(p)&&("function"!=typeof(n=p.constructor)||n!==Array&&!o(n.prototype)?i(n)&&null===(n=n[f])&&(n=void 0):n=void 0,n===Array||void 0===n))return h.call(p,v,y);for(r=new(void 0===n?Array:n)(d(y-v,0)),l=0;v2)if(43===(e=(u=v(u)).charCodeAt(0))||45===e){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(a=(o=u.slice(2)).length,c=0;ci)return NaN;return parseInt(o,r)}return+u};if(o("Number",!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var w,_=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof _&&(b?f(function(){m.valueOf.call(n)}):"Number"!=s(n))?u(new y(E(e)),n,_):E(e)},S=r?d(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),I=0;S.length>I;I++)c(y,w=S[I])&&!c(_,w)&&g(_,w,p(y,w));_.prototype=m,m.constructor=_,a(i,"Number",_)}},function(t,e,n){var r=n(0),i=n(130);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(t,e,n){"use strict";var r=n(6),i=n(1),o=n(54),a=n(83),c=n(64),s=n(10),u=n(48),l=Object.assign;t.exports=!l||i(function(){var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach(function(t){e[t]=t}),7!=l({},t)[n]||"abcdefghijklmnopqrst"!=o(l({},e)).join("")})?function(t,e){for(var n=s(t),i=arguments.length,l=1,f=a.f,h=c.f;i>l;)for(var d,p=u(arguments[l++]),g=f?o(p).concat(f(p)):o(p),v=g.length,y=0;v>y;)d=g[y++],r&&!h.call(p,d)||(n[d]=p[d]);return n}:l},function(t,e,n){var r=n(0),i=n(1),o=n(18),a=n(15).f,c=n(6),s=i(function(){a(1)});r({target:"Object",stat:!0,forced:!c||s,sham:!c},{getOwnPropertyDescriptor:function(t,e){return a(o(t),e)}})},function(t,e,n){var r=n(0),i=n(6),o=n(81),a=n(18),c=n(15),s=n(41);r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(t){for(var e,n,r=a(t),i=c.f,u=o(r),l={},f=0;u.length>f;)void 0!==(n=i(r,e=u[f++]))&&s(l,e,n);return l}})},function(t,e,n){var r=n(0),i=n(10),o=n(54);r({target:"Object",stat:!0,forced:n(1)(function(){o(1)})},{keys:function(t){return o(i(t))}})},function(t,e,n){n(0)({target:"Object",stat:!0},{setPrototypeOf:n(44)})},function(t,e,n){var r=n(16),i=n(174),o=Object.prototype;i!==o.toString&&r(o,"toString",i,{unsafe:!0})},function(t,e,n){var r=n(0),i=n(137).values;r({target:"Object",stat:!0},{values:function(t){return i(t)}})},function(t,e,n){var r=n(6),i=n(54),o=n(18),a=n(64).f,c=function(t){return function(e){for(var n,c=o(e),s=i(c),u=s.length,l=0,f=[];u>l;)n=s[l++],r&&!a.call(c,n)||f.push(t?[n,c[n]]:c[n]);return f}};t.exports={entries:c(!0),values:c(!1)}},function(t,e,n){var r=n(0),i=n(139);r({global:!0,forced:parseInt!=i},{parseInt:i})},function(t,e,n){var r=n(2),i=n(45).trim,o=n(67),a=r.parseInt,c=/^[+-]?0[Xx]/,s=8!==a(o+"08")||22!==a(o+"0x16");t.exports=s?function(t,e){var n=i(String(t));return a(n,e>>>0||(c.test(n)?16:10))}:a},function(t,e,n){"use strict";var r,i,o,a=n(0),c=n(31),s=n(2),u=n(43),l=n(46),f=n(26),h=n(47),d=n(3),p=n(20),g=n(37),v=n(24),y=n(61),m=n(66),b=n(29),E=n(90).set,w=n(141),_=n(142),S=n(175),I=n(143),x=n(176),T=n(68),O=n(19),k=n(53),M=n(7)("species"),N="Promise",R=O.get,D=O.set,A=O.getterFor(N),$=s.Promise,L=s.TypeError,P=s.document,j=s.process,C=s.fetch,F=j&&j.versions,U=F&&F.v8||"",V=I.f,Y=V,z="process"==v(j),W=!!(P&&P.createEvent&&s.dispatchEvent),H=k(N,function(){var t=$.resolve(1),e=function(){},n=(t.constructor={})[M]=function(t){t(e,e)};return!((z||"function"==typeof PromiseRejectionEvent)&&(!c||t.finally)&&t.then(e)instanceof n&&0!==U.indexOf("6.6")&&-1===T.indexOf("Chrome/66"))}),B=H||!m(function(t){$.all(t).catch(function(){})}),G=function(t){var e;return!(!d(t)||"function"!=typeof(e=t.then))&&e},q=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;w(function(){for(var i=e.value,o=1==e.state,a=0;r.length>a;){var c,s,u,l=r[a++],f=o?l.ok:l.fail,h=l.resolve,d=l.reject,p=l.domain;try{f?(o||(2===e.rejection&&Z(t,e),e.rejection=1),!0===f?c=i:(p&&p.enter(),c=f(i),p&&(p.exit(),u=!0)),c===l.promise?d(L("Promise-chain cycle")):(s=G(c))?s.call(c,h,d):h(c)):d(i)}catch(t){p&&!u&&p.exit(),d(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&K(t,e)})}},X=function(t,e,n){var r,i;W?((r=P.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),s.dispatchEvent(r)):r={promise:e,reason:n},(i=s["on"+t])?i(r):"unhandledrejection"===t&&S("Unhandled promise rejection",n)},K=function(t,e){E.call(s,function(){var n,r=e.value;if(J(e)&&(n=x(function(){z?j.emit("unhandledRejection",r,t):X("unhandledrejection",t,r)}),e.rejection=z||J(e)?2:1,n.error))throw n.value})},J=function(t){return 1!==t.rejection&&!t.parent},Z=function(t,e){E.call(s,function(){z?j.emit("rejectionHandled",t):X("rejectionhandled",t,e.value)})},Q=function(t,e,n,r){return function(i){t(e,n,i,r)}},tt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,q(t,e,!0))},et=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw L("Promise can't be resolved itself");var i=G(n);i?w(function(){var r={done:!1};try{i.call(n,Q(et,t,r,e),Q(tt,t,r,e))}catch(n){tt(t,r,n,e)}}):(e.value=n,e.state=1,q(t,e,!1))}catch(n){tt(t,{done:!1},n,e)}}};H&&($=function(t){g(this,$,N),p(t),r.call(this);var e=R(this);try{t(Q(et,this,e),Q(tt,this,e))}catch(t){tt(this,e,t)}},(r=function(t){D(this,{type:N,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=l($.prototype,{then:function(t,e){var n=A(this),r=V(b(this,$));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=z?j.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&q(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r,e=R(t);this.promise=t,this.resolve=Q(et,t,e),this.reject=Q(tt,t,e)},I.f=V=function(t){return t===$||t===o?new i(t):Y(t)},c||"function"!=typeof C||a({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return _($,C.apply(s,arguments))}})),a({global:!0,wrap:!0,forced:H},{Promise:$}),f($,N,!1,!0),h(N),o=u.Promise,a({target:N,stat:!0,forced:H},{reject:function(t){var e=V(this);return e.reject.call(void 0,t),e.promise}}),a({target:N,stat:!0,forced:c||H},{resolve:function(t){return _(c&&this===o?$:this,t)}}),a({target:N,stat:!0,forced:B},{all:function(t){var e=this,n=V(e),r=n.resolve,i=n.reject,o=x(function(){var n=p(e.resolve),o=[],a=0,c=1;y(t,function(t){var s=a++,u=!1;o.push(void 0),c++,n.call(e,t).then(function(t){u||(u=!0,o[s]=t,--c||r(o))},i)}),--c||r(o)});return o.error&&i(o.value),n.promise},race:function(t){var e=this,n=V(e),r=n.reject,i=x(function(){var i=p(e.resolve);y(t,function(t){i.call(e,t).then(n.resolve,r)})});return i.error&&r(i.value),n.promise}})},function(t,e,n){var r,i,o,a,c,s,u,l=n(2),f=n(15).f,h=n(24),d=n(90).set,p=n(68),g=l.MutationObserver||l.WebKitMutationObserver,v=l.process,y=l.Promise,m="process"==h(v),b=f(l,"queueMicrotask"),E=b&&b.value;E||(r=function(){var t,e;for(m&&(t=v.domain)&&t.exit();i;){e=i.fn,i=i.next;try{e()}catch(t){throw i?a():o=void 0,t}}o=void 0,t&&t.enter()},m?a=function(){v.nextTick(r)}:g&&!/(iphone|ipod|ipad).*applewebkit/i.test(p)?(c=!0,s=document.createTextNode(""),new g(r).observe(s,{characterData:!0}),a=function(){s.data=c=!c}):y&&y.resolve?(u=y.resolve(void 0),a=function(){u.then(r)}):a=function(){d.call(l,r)}),t.exports=E||function(t){var e={fn:t,next:void 0};o&&(o.next=e),i||(i=e,a()),o=e}},function(t,e,n){var r=n(4),i=n(3),o=n(143);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){"use strict";var r=n(20),i=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new i(t)}},function(t,e,n){var r=n(0),i=n(32),o=n(20),a=n(4),c=n(3),s=n(34),u=n(145),l=n(1),f=i("Reflect","construct"),h=l(function(){function t(){}return!(f(function(){},[],t)instanceof t)}),d=!l(function(){f(function(){})}),p=h||d;r({target:"Reflect",stat:!0,forced:p,sham:p},{construct:function(t,e){o(t),a(e);var n=arguments.length<3?t:o(arguments[2]);if(d&&!h)return f(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(u.apply(t,r))}var i=n.prototype,l=s(c(i)?i:Object.prototype),p=Function.apply.call(t,l,e);return c(p)?p:l}})},function(t,e,n){"use strict";var r=n(20),i=n(3),o=[].slice,a={},c=function(t,e,n){if(!(e in a)){for(var r=[],i=0;iS;)w(_[S++]);v.constructor=E,E.prototype=v,f(i,"RegExp",E)}d("RegExp")},function(t,e,n){"use strict";var r=n(16),i=n(4),o=n(1),a=n(62),c=RegExp.prototype,s=c.toString,u=o(function(){return"/a/b"!=s.call({source:"a",flags:"b"})}),l="toString"!=s.name;(u||l)&&r(RegExp.prototype,"toString",function(){var t=i(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in c)?a.call(t):n)},{unsafe:!0})},function(t,e,n){"use strict";var r=n(0),i=n(92),o=n(14);r({target:"String",proto:!0,forced:!n(93)("includes")},{includes:function(t){return!!~String(o(this)).indexOf(i(t),arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(10),a=n(8),c=n(23),s=n(14),u=n(72),l=n(73),f=Math.max,h=Math.min,d=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,g=/\$([$&'`]|\d\d?)/g;r("replace",2,function(t,e,n){return[function(n,r){var i=s(this),o=null==n?void 0:n[t];return void 0!==o?o.call(n,i,r):e.call(String(i),n,r)},function(t,o){var s=n(e,t,this,o);if(s.done)return s.value;var d=i(t),p=String(this),g="function"==typeof o;g||(o=String(o));var v=d.global;if(v){var y=d.unicode;d.lastIndex=0}for(var m=[];;){var b=l(d,p);if(null===b)break;if(m.push(b),!v)break;""===String(b[0])&&(d.lastIndex=u(p,a(d.lastIndex),y))}for(var E,w="",_=0,S=0;S=_&&(w+=p.slice(_,x)+N,_=x+I.length)}return w+p.slice(_)}];function r(t,n,r,i,a,c){var s=r+t.length,u=i.length,l=g;return void 0!==a&&(a=o(a),l=p),e.call(c,l,function(e,o){var c;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(s);case"<":c=a[o.slice(1,-1)];break;default:var l=+o;if(0===l)return e;if(l>u){var f=d(l/10);return 0===f?e:f<=u?void 0===i[f-1]?o.charAt(1):i[f-1]+o.charAt(1):e}c=i[l-1]}return void 0===c?"":c})}})},function(t,e,n){"use strict";var r=n(70),i=n(91),o=n(4),a=n(14),c=n(29),s=n(72),u=n(8),l=n(73),f=n(71),h=n(1),d=[].push,p=Math.min,g=!h(function(){return!RegExp(4294967295,"y")});r("split",2,function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(a(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!i(t))return e.call(r,t,o);for(var c,s,u,l=[],h=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),p=0,g=new RegExp(t.source,h+"g");(c=f.call(g,r))&&!((s=g.lastIndex)>p&&(l.push(r.slice(p,c.index)),c.length>1&&c.index=o));)g.lastIndex===c.index&&g.lastIndex++;return p===r.length?!u&&g.test("")||l.push(""):l.push(r.slice(p)),l.length>o?l.slice(0,o):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var i=a(this),o=null==e?void 0:e[t];return void 0!==o?o.call(e,i,n):r.call(String(i),e,n)},function(t,i){var a=n(r,t,this,i,r!==e);if(a.done)return a.value;var f=o(t),h=String(this),d=c(f,RegExp),v=f.unicode,y=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(g?"y":"g"),m=new d(g?f:"^(?:"+f.source+")",y),b=void 0===i?4294967295:i>>>0;if(0===b)return[];if(0===h.length)return null===l(m,h)?[h]:[];for(var E=0,w=0,_=[];w1?arguments[1]:void 0)}:[].forEach},function(t,e,n){var r=n(2),i=n(152),o=n(60),a=n(13),c=n(7),s=c("iterator"),u=c("toStringTag"),l=o.values;for(var f in i){var h=r[f],d=h&&h.prototype;if(d){if(d[s]!==l)try{a(d,s,l)}catch(t){d[s]=l}if(d[u]||a(d,u,f),i[f])for(var p in o)if(d[p]!==o[p])try{a(d,p,o[p])}catch(t){d[p]=o[p]}}}},function(t,e,n){var r=function(t){"use strict";var e,n=Object.prototype,r=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",c=i.toStringTag||"@@toStringTag";function s(t,e,n,r){var i=e&&e.prototype instanceof g?e:g,o=Object.create(i.prototype),a=new O(r||[]);return o._invoke=function(t,e,n){var r=l;return function(i,o){if(r===h)throw new Error("Generator is already running");if(r===d){if("throw"===i)throw o;return M()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var c=I(a,n);if(c){if(c===p)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=h;var s=u(t,e,n);if("normal"===s.type){if(r=n.done?d:f,s.arg===p)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r=d,n.method="throw",n.arg=s.arg)}}}(t,n,a),o}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",f="suspendedYield",h="executing",d="completed",p={};function g(){}function v(){}function y(){}var m={};m[o]=function(){return this};var b=Object.getPrototypeOf,E=b&&b(b(k([])));E&&E!==n&&r.call(E,o)&&(m=E);var w=y.prototype=g.prototype=Object.create(m);function _(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function S(t){var e;this._invoke=function(n,i){function o(){return new Promise(function(e,o){!function e(n,i,o,a){var c=u(t[n],t,i);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&r.call(l,"__await")?Promise.resolve(l.__await).then(function(t){e("next",t,o,a)},function(t){e("throw",t,o,a)}):Promise.resolve(l).then(function(t){s.value=t,o(s)},function(t){return e("throw",t,o,a)})}a(c.arg)}(n,i,e,o)})}return e=e?e.then(o,o):o()}}function I(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,I(t,n),"throw"===n.method))return p;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var i=u(r,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,p;var o=i.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,p):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,p)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function k(t){if(t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(s&&u){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),T(n),p}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;T(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:k(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),p}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){"use strict";var r=n(10),i=n(33),o=n(8),a=Math.min;t.exports=[].copyWithin||function(t,e){var n=r(this),c=o(n.length),s=i(t,c),u=i(e,c),l=arguments.length>2?arguments[2]:void 0,f=a((void 0===l?c:i(l,c))-u,c-s),h=1;for(u0;)u in n?n[s]=n[u]:delete n[s],s+=h,u+=h;return n}},function(t,e,n){"use strict";var r=n(40),i=n(8),o=n(35),a=function(t,e,n,c,s,u,l,f){for(var h,d=s,p=0,g=!!l&&o(l,f,3);p0&&r(h))d=a(t,e,h,i(h.length),d,u-1)-1;else{if(d>=9007199254740991)throw TypeError("Exceed the acceptable array length");t[d]=h}d++}p++}return d};t.exports=a},function(t,e,n){"use strict";var r=n(18),i=n(23),o=n(8),a=n(28),c=Math.min,s=[].lastIndexOf,u=!!s&&1/[1].lastIndexOf(1,-0)<0,l=a("lastIndexOf");t.exports=u||l?function(t){if(u)return s.apply(this,arguments)||0;var e=r(this),n=o(e.length),a=n-1;for(arguments.length>1&&(a=c(a,i(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:s},function(t,e,n){var r=n(68);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(r)},function(t,e,n){var r=n(2),i=n(45).trim,o=n(67),a=r.parseFloat,c=1/a(o+"-0")!=-1/0;t.exports=c?function(t){var e=i(String(t)),n=a(e);return 0===n&&"-"==e.charAt(0)?-0:n}:a},function(t,e,n){var r=n(3),i=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&i(t)===t}},function(t,e,n){var r=n(24);t.exports=function(t){if("number"!=typeof t&&"Number"!=r(t))throw TypeError("Incorrect invocation");return+t}},function(t,e){var n=Math.log;t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:n(1+t)}},function(t,e,n){"use strict";var r=n(9).f,i=n(34),o=n(46),a=n(35),c=n(37),s=n(61),u=n(86),l=n(47),f=n(6),h=n(42).fastKey,d=n(19),p=d.set,g=d.getterFor;t.exports={getConstructor:function(t,e,n,u){var l=t(function(t,r){c(t,l,e),p(t,{type:e,index:i(null),first:void 0,last:void 0,size:0}),f||(t.size=0),null!=r&&s(r,t[u],t,n)}),d=g(e),v=function(t,e,n){var r,i,o=d(t),a=y(t,e);return a?a.value=n:(o.last=a={index:i=h(e,!0),key:e,value:n,previous:r=o.last,next:void 0,removed:!1},o.first||(o.first=a),r&&(r.next=a),f?o.size++:t.size++,"F"!==i&&(o.index[i]=a)),t},y=function(t,e){var n,r=d(t),i=h(e);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==e)return n};return o(l.prototype,{clear:function(){for(var t=d(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,f?t.size=0:this.size=0},delete:function(t){var e=d(this),n=y(this,t);if(n){var r=n.next,i=n.previous;delete e.index[n.index],n.removed=!0,i&&(i.next=r),r&&(r.previous=i),e.first==n&&(e.first=r),e.last==n&&(e.last=i),f?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=d(this),r=a(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!y(this,t)}}),o(l.prototype,n?{get:function(t){var e=y(this,t);return e&&e.value},set:function(t,e){return v(this,0===t?0:t,e)}}:{add:function(t){return v(this,t=0===t?0:t,t)}}),f&&r(l.prototype,"size",{get:function(){return d(this).size}}),l},setStrong:function(t,e,n){var r=e+" Iterator",i=g(e),o=g(r);u(t,e,function(t,e){p(this,{type:r,target:t,state:i(t),kind:e,last:void 0})},function(){for(var t=o(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})},n?"entries":"values",!n,!0),l(e)}}},function(t,e,n){"use strict";var r=n(46),i=n(42).getWeakData,o=n(4),a=n(3),c=n(37),s=n(61),u=n(12),l=n(11),f=n(19),h=f.set,d=f.getterFor,p=u.find,g=u.findIndex,v=0,y=function(t){return t.frozen||(t.frozen=new m)},m=function(){this.entries=[]},b=function(t,e){return p(t.entries,function(t){return t[0]===e})};m.prototype={get:function(t){var e=b(this,t);if(e)return e[1]},has:function(t){return!!b(this,t)},set:function(t,e){var n=b(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=g(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,u){var f=t(function(t,r){c(t,f,e),h(t,{type:e,id:v++,frozen:void 0}),null!=r&&s(r,t[u],t,n)}),p=d(e),g=function(t,e,n){var r=p(t),a=i(o(e),!0);return!0===a?y(r).set(e,n):a[r.id]=n,t};return r(f.prototype,{delete:function(t){var e=p(this);if(!a(t))return!1;var n=i(t);return!0===n?y(e).delete(t):n&&l(n,e.id)&&delete n[e.id]},has:function(t){var e=p(this);if(!a(t))return!1;var n=i(t);return!0===n?y(e).has(t):n&&l(n,e.id)}}),r(f.prototype,n?{get:function(t){var e=p(this);if(a(t)){var n=i(t);return!0===n?y(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return g(this,t,e)}}:{add:function(t){return g(this,t,!0)}}),f}}},function(t,e,n){var r=n(23),i=n(8);t.exports=function(t){if(void 0===t)return 0;var e=r(t),n=i(e);if(e!==n)throw RangeError("Wrong length or index");return n}},function(t,e,n){var r=n(23);t.exports=function(t,e){var n=r(t);if(n<0||n%e)throw RangeError("Wrong offset");return n}},function(t,e,n){var r=n(10),i=n(8),o=n(58),a=n(85),c=n(35),s=n(5).aTypedArrayConstructor;t.exports=function(t){var e,n,u,l,f,h=r(t),d=arguments.length,p=d>1?arguments[1]:void 0,g=void 0!==p,v=o(h);if(null!=v&&!a(v))for(f=v.call(h),h=[];!(l=f.next()).done;)h.push(l.value);for(g&&d>2&&(p=c(p,arguments[2],2)),n=i(h.length),u=new(s(this))(n),e=0;n>e;e++)u[e]=g?p(h[e],e):h[e];return u}},function(t,e,n){var r=n(1),i=n(7),o=n(31),a=i("iterator");t.exports=!r(function(){var t=new URL("b?e=1","http://a"),e=t.searchParams;return t.pathname="c%20d",o&&!t.toJSON||!e.sort||"http://a/c%20d?e=1"!==t.href||"1"!==e.get("e")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash})},function(t,e,n){"use strict";n(60);var r=n(0),i=n(170),o=n(16),a=n(46),c=n(26),s=n(87),u=n(19),l=n(37),f=n(11),h=n(35),d=n(4),p=n(3),g=n(359),v=n(58),y=n(7)("iterator"),m=u.set,b=u.getterFor("URLSearchParams"),E=u.getterFor("URLSearchParamsIterator"),w=/\+/g,_=Array(4),S=function(t){return _[t-1]||(_[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},I=function(t){try{return decodeURIComponent(t)}catch(e){return t}},x=function(t){var e=t.replace(w," "),n=4;try{return decodeURIComponent(e)}catch(t){for(;n;)e=e.replace(S(n--),I);return e}},T=/[!'()~]|%20/g,O={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},k=function(t){return O[t]},M=function(t){return encodeURIComponent(t).replace(T,k)},N=function(t,e){if(e)for(var n,r,i=e.split("&"),o=0;o0?arguments[0]:void 0,s=this,u=[];if(m(s,{type:"URLSearchParams",entries:u,updateURL:function(){},updateSearchParams:R}),void 0!==c)if(p(c))if("function"==typeof(t=v(c)))for(e=t.call(c);!(n=e.next()).done;){if((i=(r=g(d(n.value))).next()).done||(o=r.next()).done||!r.next().done)throw TypeError("Expected sequence with length 2");u.push({key:i.value+"",value:o.value+""})}else for(a in c)f(c,a)&&u.push({key:a,value:c[a]+""});else N(u,"string"==typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},L=$.prototype;a(L,{append:function(t,e){D(arguments.length,2);var n=b(this);n.entries.push({key:t+"",value:e+""}),n.updateURL()},delete:function(t){D(arguments.length,1);for(var e=b(this),n=e.entries,r=t+"",i=0;it.key){i.splice(e,0,t);break}e===n&&i.push(t)}r.updateURL()},forEach:function(t){for(var e,n=b(this).entries,r=h(t,arguments.length>1?arguments[1]:void 0,3),i=0;i0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(6),i=n(102),o=n(4),a=n(25),c=Object.defineProperty;e.f=r?c:function(t,e,n){if(o(t),e=a(e,!0),o(n),i)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(14);t.exports=function(t){return Object(r(t))}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(35),i=n(48),o=n(10),a=n(8),c=n(55),s=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,l=4==t,f=6==t,h=5==t||f;return function(d,p,g,v){for(var y,m,b=o(d),E=i(b),w=r(p,g,3),_=a(E.length),S=0,I=v||c,x=e?I(d,_):n?I(d,0):void 0;_>S;S++)if((h||S in E)&&(m=w(y=E[S],S,b),t))if(e)x[S]=m;else if(m)switch(t){case 3:return!0;case 5:return y;case 6:return S;case 2:s.call(x,y)}else if(l)return!1;return f?-1:u||l?l:x}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},function(t,e,n){var r=n(6),i=n(9),o=n(38);t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(6),i=n(64),o=n(38),a=n(18),c=n(25),s=n(11),u=n(102),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=c(e,!0),u)try{return l(t,e)}catch(t){}if(s(t,e))return o(!i.f.call(t,e),t[e])}},function(t,e,n){var r=n(2),i=n(49),o=n(13),a=n(11),c=n(80),s=n(103),u=n(19),l=u.get,f=u.enforce,h=String(s).split("toString");i("inspectSource",function(t){return s.call(t)}),(t.exports=function(t,e,n,i){var s=!!i&&!!i.unsafe,u=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof n&&("string"!=typeof e||a(n,"name")||o(n,"name",e),f(n).source=h.join("string"==typeof e?e:"")),t!==r?(s?!l&&t[e]&&(u=!0):delete t[e],u?t[e]=n:o(t,e,n)):u?t[e]=n:c(e,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&l(this).source||s.call(this)})},function(t,e,n){var r=n(43),i=n(11),o=n(110),a=n(9).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||a(e,t,{value:o.f(t)})}},function(t,e,n){var r=n(48),i=n(14);t.exports=function(t){return r(i(t))}},function(t,e,n){var r,i,o,a=n(104),c=n(2),s=n(3),u=n(13),l=n(11),f=n(65),h=n(51),d=c.WeakMap;if(a){var p=new d,g=p.get,v=p.has,y=p.set;r=function(t,e){return y.call(p,t,e),e},i=function(t){return g.call(p,t)||{}},o=function(t){return v.call(p,t)}}else{var m=f("state");h[m]=!0,r=function(t,e){return u(t,m,e),e},i=function(t){return l(t,m)?t[m]:{}},o=function(t){return l(t,m)}}t.exports={set:r,get:i,has:o,enforce:function(t){return o(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!s(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(14),i=/"/g;t.exports=function(t,e,n,o){var a=String(r(t)),c="<"+e;return""!==n&&(c+=" "+n+'="'+String(o).replace(i,""")+'"'),c+">"+a+""}},function(t,e,n){var r=n(1);t.exports=function(t){return r(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3})}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(3);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(9).f,i=n(11),o=n(7)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(11),i=n(10),o=n(65),a=n(88),c=o("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,c)?t[c]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){var n=[][t];return!n||!r(function(){n.call(null,e||function(){throw 1},1)})}},function(t,e,n){var r=n(4),i=n(20),o=n(7)("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||null==(n=r(a)[o])?e:i(n)}},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(6),a=n(100),c=n(5),s=n(78),u=n(37),l=n(38),f=n(13),h=n(8),d=n(167),p=n(168),g=n(25),v=n(11),y=n(59),m=n(3),b=n(34),E=n(44),w=n(39).f,_=n(169),S=n(12).forEach,I=n(47),x=n(9),T=n(15),O=n(19),k=O.get,M=O.set,N=x.f,R=T.f,D=Math.round,A=i.RangeError,$=s.ArrayBuffer,L=s.DataView,P=c.NATIVE_ARRAY_BUFFER_VIEWS,j=c.TYPED_ARRAY_TAG,C=c.TypedArray,F=c.TypedArrayPrototype,U=c.aTypedArrayConstructor,V=c.isTypedArray,Y=function(t,e){for(var n=0,r=e.length,i=new(U(t))(r);r>n;)i[n]=e[n++];return i},z=function(t,e){N(t,e,{get:function(){return k(this)[e]}})},W=function(t){var e;return t instanceof $||"ArrayBuffer"==(e=y(t))||"SharedArrayBuffer"==e},H=function(t,e){return V(t)&&"symbol"!=typeof e&&e in t&&String(+e)==String(e)},B=function(t,e){return H(t,e=g(e,!0))?l(2,t[e]):R(t,e)},G=function(t,e,n){return!(H(t,e=g(e,!0))&&m(n)&&v(n,"value"))||v(n,"get")||v(n,"set")||n.configurable||v(n,"writable")&&!n.writable||v(n,"enumerable")&&!n.enumerable?N(t,e,n):(t[e]=n.value,t)};o?(P||(T.f=B,x.f=G,z(F,"buffer"),z(F,"byteOffset"),z(F,"byteLength"),z(F,"length")),r({target:"Object",stat:!0,forced:!P},{getOwnPropertyDescriptor:B,defineProperty:G}),t.exports=function(t,e,n,o){var c=t+(o?"Clamped":"")+"Array",s="get"+t,l="set"+t,g=i[c],v=g,y=v&&v.prototype,x={},T=function(t,n){N(t,n,{get:function(){return function(t,n){var r=k(t);return r.view[s](n*e+r.byteOffset,!0)}(this,n)},set:function(t){return function(t,n,r){var i=k(t);o&&(r=(r=D(r))<0?0:r>255?255:255&r),i.view[l](n*e+i.byteOffset,r,!0)}(this,n,t)},enumerable:!0})};P?a&&(v=n(function(t,n,r,i){return u(t,v,c),m(n)?W(n)?void 0!==i?new g(n,p(r,e),i):void 0!==r?new g(n,p(r,e)):new g(n):V(n)?Y(v,n):_.call(v,n):new g(d(n))}),E&&E(v,C),S(w(g),function(t){t in v||f(v,t,g[t])}),v.prototype=y):(v=n(function(t,n,r,i){u(t,v,c);var o,a,s,l=0,f=0;if(m(n)){if(!W(n))return V(n)?Y(v,n):_.call(v,n);o=n,f=p(r,e);var g=n.byteLength;if(void 0===i){if(g%e)throw A("Wrong length");if((a=g-f)<0)throw A("Wrong length")}else if((a=h(i)*e)+f>g)throw A("Wrong length");s=a/e}else s=d(n),o=new $(a=s*e);for(M(t,{buffer:o,byteOffset:f,byteLength:a,length:s,view:new L(o)});ldocument.F=Object<\/script>"),t.close(),f=t.F;n--;)delete f.prototype[o[n]];return f()};t.exports=Object.create||function(t,e){var n;return null!==t?(l.prototype=r(t),n=new l,l.prototype=null,n[u]=t):n=f(),void 0===e?n:i(n,e)},a[u]=!0},function(t,e,n){var r=n(20);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(7),i=n(34),o=n(13),a=r("unscopables"),c=Array.prototype;null==c[a]&&o(c,a,i(null)),t.exports=function(t){c[a][t]=!0}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(106),i=n(82).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(24);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){"use strict";var r=n(25),i=n(9),o=n(38);t.exports=function(t,e,n){var a=r(e);a in t?i.f(t,a,o(0,n)):t[a]=n}},function(t,e,n){var r=n(51),i=n(3),o=n(11),a=n(9).f,c=n(50),s=n(63),u=c("meta"),l=0,f=Object.isExtensible||function(){return!0},h=function(t){a(t,u,{value:{objectID:"O"+ ++l,weakData:{}}})},d=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,u)){if(!f(t))return"F";if(!e)return"E";h(t)}return t[u].objectID},getWeakData:function(t,e){if(!o(t,u)){if(!f(t))return!0;if(!e)return!1;h(t)}return t[u].weakData},onFreeze:function(t){return s&&d.REQUIRED&&f(t)&&!o(t,u)&&h(t),t}};r[u]=!0},function(t,e,n){t.exports=n(2)},function(t,e,n){var r=n(4),i=n(123);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},function(t,e,n){var r=n(14),i="["+n(67)+"]",o=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),c=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(o,"")),2&t&&(n=n.replace(a,"")),n}};t.exports={start:c(1),end:c(2),trim:c(3)}},function(t,e,n){var r=n(16);t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},function(t,e,n){"use strict";var r=n(32),i=n(9),o=n(7),a=n(6),c=o("species");t.exports=function(t){var e=r(t),n=i.f;a&&e&&!e[c]&&n(e,c,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(1),i=n(24),o="".split;t.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(2),i=n(80),o=n(31),a=r["__core-js_shared__"]||i("__core-js_shared__",{});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.1.3",mode:o?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports={}},function(t,e,n){var r=n(18),i=n(8),o=n(33),a=function(t){return function(e,n,a){var c,s=r(e),u=i(s.length),l=o(a,u);if(t&&n!=n){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((t||l in s)&&s[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){var r=n(1),i=/#|\.prototype\./,o=function(t,e){var n=c[a(t)];return n==u||n!=s&&("function"==typeof e?r(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},s=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},function(t,e,n){var r=n(106),i=n(82);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(3),i=n(40),o=n(7)("species");t.exports=function(t,e){var n;return i(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(1),i=n(7)("species");t.exports=function(t){return!r(function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo})}},function(t,e){t.exports={}},function(t,e,n){var r=n(59),i=n(57),o=n(7)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,e,n){var r=n(24),i=n(7)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e,n){"use strict";var r=n(18),i=n(36),o=n(57),a=n(19),c=n(86),s=a.set,u=a.getterFor("Array Iterator");t.exports=c(Array,"Array",function(t,e){s(this,{type:"Array Iterator",target:r(t),index:0,kind:e})},function(){var t=u(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e,n){var r=n(4),i=n(85),o=n(8),a=n(35),c=n(58),s=n(119),u=function(t,e){this.stopped=t,this.result=e};(t.exports=function(t,e,n,l,f){var h,d,p,g,v,y,m=a(e,n,l?2:1);if(f)h=t;else{if("function"!=typeof(d=c(t)))throw TypeError("Target is not iterable");if(i(d)){for(p=0,g=o(t.length);g>p;p++)if((v=l?m(r(y=t[p])[0],y[1]):m(t[p]))&&v instanceof u)return v;return new u(!1)}h=d.call(t)}for(;!(y=h.next()).done;)if((v=s(h,m,y.value,l))&&v instanceof u)return v;return new u(!1)}).stop=function(t){return new u(!0,t)}},function(t,e,n){"use strict";var r=n(4);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(1);t.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(49),i=n(50),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},function(t,e,n){var r=n(7)("iterator"),i=!1;try{var o=0,a={next:function(){return{done:!!o++}},return:function(){i=!0}};a[r]=function(){return this},Array.from(a,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o={};o[r]=function(){return{next:function(){return{done:n=!0}}}},t(o)}catch(t){}return n}},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){var r=n(32);t.exports=r("navigator","userAgent")||""},function(t,e,n){var r=n(23),i=n(14),o=function(t){return function(e,n){var o,a,c=String(i(e)),s=r(n),u=c.length;return s<0||s>=u?t?"":void 0:(o=c.charCodeAt(s))<55296||o>56319||s+1===u||(a=c.charCodeAt(s+1))<56320||a>57343?t?c.charAt(s):o:t?c.slice(s,s+2):a-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},function(t,e,n){"use strict";var r=n(13),i=n(16),o=n(1),a=n(7),c=n(71),s=a("species"),u=!o(function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}),l=!o(function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]});t.exports=function(t,e,n,f){var h=a(t),d=!o(function(){var e={};return e[h]=function(){return 7},7!=""[t](e)}),p=d&&!o(function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[h](""),!e});if(!d||!p||"replace"===t&&!u||"split"===t&&!l){var g=/./[h],v=n(h,""[t],function(t,e,n,r,i){return e.exec===c?d&&!i?{done:!0,value:g.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),y=v[0],m=v[1];i(String.prototype,t,y),i(RegExp.prototype,h,2==e?function(t,e){return m.call(t,this,e)}:function(t){return m.call(t,this)}),f&&r(RegExp.prototype[h],"sham",!0)}}},function(t,e,n){"use strict";var r,i,o=n(62),a=RegExp.prototype.exec,c=String.prototype.replace,s=a,u=(r=/a/,i=/b*/g,a.call(r,"a"),a.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),l=void 0!==/()??/.exec("")[1];(u||l)&&(s=function(t){var e,n,r,i,s=this;return l&&(n=new RegExp("^"+s.source+"$(?!\\s)",o.call(s))),u&&(e=s.lastIndex),r=a.call(s,t),u&&r&&(s.lastIndex=s.global?r.index+r[0].length:e),l&&r&&r.length>1&&c.call(r[0],n,function(){for(i=1;i=0:f>h;h+=d)h in l&&(s=n(s,l[h],h,u));return s}};t.exports={left:c(!1),right:c(!0)}},function(t,e){var n=Math.expm1,r=Math.exp;t.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:r(t)-1}:n},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(53),a=n(16),c=n(42),s=n(61),u=n(37),l=n(3),f=n(1),h=n(66),d=n(26),p=n(89);t.exports=function(t,e,n,g,v){var y=i[t],m=y&&y.prototype,b=y,E=g?"set":"add",w={},_=function(t){var e=m[t];a(m,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(v&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return v&&!l(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(v&&!l(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(o(t,"function"!=typeof y||!(v||m.forEach&&!f(function(){(new y).entries().next()}))))b=n.getConstructor(e,t,g,E),c.REQUIRED=!0;else if(o(t,!0)){var S=new b,I=S[E](v?{}:-0,1)!=S,x=f(function(){S.has(1)}),T=h(function(t){new y(t)}),O=!v&&f(function(){for(var t=new y,e=5;e--;)t[E](e,e);return!t.has(-0)});T||((b=e(function(e,n){u(e,b,t);var r=p(new y,e,b);return null!=n&&s(n,r[E],r,g),r})).prototype=m,m.constructor=b),(x||O)&&(_("delete"),_("has"),g&&_("get")),(O||I)&&_(E),v&&m.clear&&delete m.clear}return w[t]=b,r({global:!0,forced:b!=y},w),d(b,t),v||n.setStrong(b,t,g),b}},function(t,e,n){"use strict";var r=n(2),i=n(6),o=n(5).NATIVE_ARRAY_BUFFER,a=n(13),c=n(46),s=n(1),u=n(37),l=n(23),f=n(8),h=n(167),d=n(39).f,p=n(9).f,g=n(95),v=n(26),y=n(19),m=y.get,b=y.set,E=r.ArrayBuffer,w=E,_=r.DataView,S=r.Math,I=r.RangeError,x=S.abs,T=S.pow,O=S.floor,k=S.log,M=S.LN2,N=function(t,e,n){var r,i,o,a=new Array(n),c=8*n-e-1,s=(1<>1,l=23===e?T(2,-24)-T(2,-77):0,f=t<0||0===t&&1/t<0?1:0,h=0;for((t=x(t))!=t||t===1/0?(i=t!=t?1:0,r=s):(r=O(k(t)/M),t*(o=T(2,-r))<1&&(r--,o*=2),(t+=r+u>=1?l/o:l*T(2,1-u))*o>=2&&(r++,o/=2),r+u>=s?(i=0,r=s):r+u>=1?(i=(t*o-1)*T(2,e),r+=u):(i=t*T(2,u-1)*T(2,e),r=0));e>=8;a[h++]=255&i,i/=256,e-=8);for(r=r<0;a[h++]=255&r,r/=256,c-=8);return a[--h]|=128*f,a},R=function(t,e){var n,r=t.length,i=8*r-e-1,o=(1<>1,c=i-7,s=r-1,u=t[s--],l=127&u;for(u>>=7;c>0;l=256*l+t[s],s--,c-=8);for(n=l&(1<<-c)-1,l>>=-c,c+=e;c>0;n=256*n+t[s],s--,c-=8);if(0===l)l=1-a;else{if(l===o)return n?NaN:u?-1/0:1/0;n+=T(2,e),l-=a}return(u?-1:1)*n*T(2,l-e)},D=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},A=function(t){return[255&t]},$=function(t){return[255&t,t>>8&255]},L=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},P=function(t){return N(t,23,4)},j=function(t){return N(t,52,8)},C=function(t,e){p(t.prototype,e,{get:function(){return m(this)[e]}})},F=function(t,e,n,r){var i=h(+n),o=m(t);if(i+e>o.byteLength)throw I("Wrong index");var a=m(o.buffer).bytes,c=i+o.byteOffset,s=a.slice(c,c+e);return r?s:s.reverse()},U=function(t,e,n,r,i,o){var a=h(+n),c=m(t);if(a+e>c.byteLength)throw I("Wrong index");for(var s=m(c.buffer).bytes,u=a+c.byteOffset,l=r(+i),f=0;fW;)(V=z[W++])in w||a(w,V,E[V]);Y.constructor=w}var H=new _(new w(2)),B=_.prototype.setInt8;H.setInt8(0,2147483648),H.setInt8(1,2147483649),!H.getInt8(0)&&H.getInt8(1)||c(_.prototype,{setInt8:function(t,e){B.call(this,t,e<<24>>24)},setUint8:function(t,e){B.call(this,t,e<<24>>24)}},{unsafe:!0})}else w=function(t){u(this,w,"ArrayBuffer");var e=h(t);b(this,{bytes:g.call(new Array(e),0),byteLength:e}),i||(this.byteLength=e)},_=function(t,e,n){u(this,_,"DataView"),u(t,w,"DataView");var r=m(t).byteLength,o=l(e);if(o<0||o>r)throw I("Wrong offset");if(o+(n=void 0===n?r-o:f(n))>r)throw I("Wrong length");b(this,{buffer:t,byteLength:n,byteOffset:o}),i||(this.buffer=t,this.byteLength=n,this.byteOffset=o)},i&&(C(w,"byteLength"),C(_,"buffer"),C(_,"byteLength"),C(_,"byteOffset")),c(_.prototype,{getInt8:function(t){return F(this,1,t)[0]<<24>>24},getUint8:function(t){return F(this,1,t)[0]},getInt16:function(t){var e=F(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=F(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return D(F(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return D(F(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return R(F(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return R(F(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){U(this,1,t,A,e)},setUint8:function(t,e){U(this,1,t,A,e)},setInt16:function(t,e){U(this,2,t,$,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){U(this,2,t,$,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){U(this,4,t,L,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){U(this,4,t,L,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){U(this,4,t,P,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){U(this,8,t,j,e,arguments.length>2?arguments[2]:void 0)}});v(w,"ArrayBuffer"),v(_,"DataView"),e.ArrayBuffer=w,e.DataView=_},function(t,e,n){var r=n(2),i=n(3),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},function(t,e,n){var r=n(2),i=n(13);t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(32),i=n(39),o=n(83),a=n(4);t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(a(t)),n=o.f;return n?e.concat(n(t)):e}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(6),i=n(9),o=n(4),a=n(54);t.exports=r?Object.defineProperties:function(t,e){o(t);for(var n,r=a(e),c=r.length,s=0;c>s;)i.f(t,n=r[s++],e[n]);return t}},function(t,e,n){var r=n(7),i=n(57),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},function(t,e,n){"use strict";var r=n(0),i=n(87),o=n(27),a=n(44),c=n(26),s=n(13),u=n(16),l=n(7),f=n(31),h=n(57),d=n(122),p=d.IteratorPrototype,g=d.BUGGY_SAFARI_ITERATORS,v=l("iterator"),y=function(){return this};t.exports=function(t,e,n,l,d,m,b){i(n,e,l);var E,w,_,S=function(t){if(t===d&&k)return k;if(!g&&t in T)return T[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},I=e+" Iterator",x=!1,T=t.prototype,O=T[v]||T["@@iterator"]||d&&T[d],k=!g&&O||S(d),M="Array"==e&&T.entries||O;if(M&&(E=o(M.call(new t)),p!==Object.prototype&&E.next&&(f||o(E)===p||(a?a(E,p):"function"!=typeof E[v]&&s(E,v,y)),c(E,I,!0,!0),f&&(h[I]=y))),"values"==d&&O&&"values"!==O.name&&(x=!0,k=function(){return O.call(this)}),f&&!b||T[v]===k||s(T,v,k),h[e]=k,d)if(w={values:S("values"),keys:m?k:S("keys"),entries:S("entries")},b)for(_ in w)!g&&!x&&_ in T||u(T,_,w[_]);else r({target:e,proto:!0,forced:g||x},w);return w}},function(t,e,n){"use strict";var r=n(122).IteratorPrototype,i=n(34),o=n(38),a=n(26),c=n(57),s=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),a(t,u,!1,!0),c[u]=s,t}},function(t,e,n){var r=n(1);t.exports=!r(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},function(t,e,n){var r=n(3),i=n(44);t.exports=function(t,e,n){var o,a;return i&&"function"==typeof(o=e.constructor)&&o!==n&&r(a=o.prototype)&&a!==n.prototype&&i(t,a),t}},function(t,e,n){var r,i,o,a=n(2),c=n(1),s=n(24),u=n(35),l=n(108),f=n(79),h=a.location,d=a.setImmediate,p=a.clearImmediate,g=a.process,v=a.MessageChannel,y=a.Dispatch,m=0,b={},E=function(t){if(b.hasOwnProperty(t)){var e=b[t];delete b[t],e()}},w=function(t){return function(){E(t)}},_=function(t){E(t.data)},S=function(t){a.postMessage(t+"",h.protocol+"//"+h.host)};d&&p||(d=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return b[++m]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(m),m},p=function(t){delete b[t]},"process"==s(g)?r=function(t){g.nextTick(w(t))}:y&&y.now?r=function(t){y.now(w(t))}:v?(o=(i=new v).port2,i.port1.onmessage=_,r=u(o.postMessage,o,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||c(S)?r="onreadystatechange"in f("script")?function(t){l.appendChild(f("script")).onreadystatechange=function(){l.removeChild(this),E(t)}}:function(t){setTimeout(w(t),0)}:(r=S,a.addEventListener("message",_,!1))),t.exports={set:d,clear:p}},function(t,e,n){var r=n(3),i=n(24),o=n(7)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){var r=n(91);t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,n){var r=n(7)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,n){"use strict";var r=n(69).charAt,i=n(19),o=n(86),a=i.set,c=i.getterFor("String Iterator");o(String,"String",function(t){a(this,{type:"String Iterator",string:String(t),index:0})},function(){var t,e=c(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=r(n,i),e.index+=t.length,{value:t,done:!1})})},function(t,e,n){"use strict";var r=n(10),i=n(33),o=n(8);t.exports=function(t){for(var e=r(this),n=o(e.length),a=arguments.length,c=i(a>1?arguments[1]:void 0,n),s=a>2?arguments[2]:void 0,u=void 0===s?n:i(s,n);u>c;)e[c++]=t;return e}},function(t,e,n){var r=n(8),i=n(97),o=n(14),a=Math.ceil,c=function(t){return function(e,n,c){var s,u,l=String(o(e)),f=l.length,h=void 0===c?" ":String(c),d=r(n);return d<=f||""==h?l:(s=d-f,(u=i.call(h,a(s/h.length))).length>s&&(u=u.slice(0,s)),t?l+u:u+l)}};t.exports={start:c(!1),end:c(!0)}},function(t,e,n){"use strict";var r=n(23),i=n(14);t.exports="".repeat||function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},function(t,e,n){var r=n(1),i=n(67);t.exports=function(t){return r(function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t})}},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){var r=n(2),i=n(1),o=n(66),a=n(5).NATIVE_ARRAY_BUFFER_VIEWS,c=r.ArrayBuffer,s=r.Int8Array;t.exports=!a||!i(function(){s(1)})||!i(function(){new s(-1)})||!o(function(t){new s,new s(null),new s(1.5),new s(t)},!0)||i(function(){return 1!==new s(new c(2),1,void 0).length})},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(31),a=n(6),c=n(107),s=n(1),u=n(11),l=n(40),f=n(3),h=n(4),d=n(10),p=n(18),g=n(25),v=n(38),y=n(34),m=n(54),b=n(39),E=n(109),w=n(83),_=n(15),S=n(9),I=n(64),x=n(13),T=n(16),O=n(49),k=n(65),M=n(51),N=n(50),R=n(7),D=n(110),A=n(17),$=n(26),L=n(19),P=n(12).forEach,j=k("hidden"),C=R("toPrimitive"),F=L.set,U=L.getterFor("Symbol"),V=Object.prototype,Y=i.Symbol,z=i.JSON,W=z&&z.stringify,H=_.f,B=S.f,G=E.f,q=I.f,X=O("symbols"),K=O("op-symbols"),J=O("string-to-symbol-registry"),Z=O("symbol-to-string-registry"),Q=O("wks"),tt=i.QObject,et=!tt||!tt.prototype||!tt.prototype.findChild,nt=a&&s(function(){return 7!=y(B({},"a",{get:function(){return B(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=H(V,e);r&&delete V[e],B(t,e,n),r&&t!==V&&B(V,e,r)}:B,rt=function(t,e){var n=X[t]=y(Y.prototype);return F(n,{type:"Symbol",tag:t,description:e}),a||(n.description=e),n},it=c&&"symbol"==typeof Y.iterator?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof Y},ot=function(t,e,n){t===V&&ot(K,e,n),h(t);var r=g(e,!0);return h(n),u(X,r)?(n.enumerable?(u(t,j)&&t[j][r]&&(t[j][r]=!1),n=y(n,{enumerable:v(0,!1)})):(u(t,j)||B(t,j,v(1,{})),t[j][r]=!0),nt(t,r,n)):B(t,r,n)},at=function(t,e){h(t);var n=p(e),r=m(n).concat(lt(n));return P(r,function(e){a&&!ct.call(n,e)||ot(t,e,n[e])}),t},ct=function(t){var e=g(t,!0),n=q.call(this,e);return!(this===V&&u(X,e)&&!u(K,e))&&(!(n||!u(this,e)||!u(X,e)||u(this,j)&&this[j][e])||n)},st=function(t,e){var n=p(t),r=g(e,!0);if(n!==V||!u(X,r)||u(K,r)){var i=H(n,r);return!i||!u(X,r)||u(n,j)&&n[j][r]||(i.enumerable=!0),i}},ut=function(t){var e=G(p(t)),n=[];return P(e,function(t){u(X,t)||u(M,t)||n.push(t)}),n},lt=function(t){var e=t===V,n=G(e?K:p(t)),r=[];return P(n,function(t){!u(X,t)||e&&!u(V,t)||r.push(X[t])}),r};c||(T((Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=N(t),n=function(t){this===V&&n.call(K,t),u(this,j)&&u(this[j],e)&&(this[j][e]=!1),nt(this,e,v(1,t))};return a&&et&&nt(V,e,{configurable:!0,set:n}),rt(e,t)}).prototype,"toString",function(){return U(this).tag}),I.f=ct,S.f=ot,_.f=st,b.f=E.f=ut,w.f=lt,a&&(B(Y.prototype,"description",{configurable:!0,get:function(){return U(this).description}}),o||T(V,"propertyIsEnumerable",ct,{unsafe:!0})),D.f=function(t){return rt(R(t),t)}),r({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:Y}),P(m(Q),function(t){A(t)}),r({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=String(t);if(u(J,e))return J[e];var n=Y(e);return J[e]=n,Z[n]=e,n},keyFor:function(t){if(!it(t))throw TypeError(t+" is not a symbol");if(u(Z,t))return Z[t]},useSetter:function(){et=!0},useSimple:function(){et=!1}}),r({target:"Object",stat:!0,forced:!c,sham:!a},{create:function(t,e){return void 0===e?y(t):at(y(t),e)},defineProperty:ot,defineProperties:at,getOwnPropertyDescriptor:st}),r({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:ut,getOwnPropertySymbols:lt}),r({target:"Object",stat:!0,forced:s(function(){w.f(1)})},{getOwnPropertySymbols:function(t){return w.f(d(t))}}),z&&r({target:"JSON",stat:!0,forced:!c||s(function(){var t=Y();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))})},{stringify:function(t){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);if(n=e=r[1],(f(e)||void 0!==t)&&!it(t))return l(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!it(e))return e}),r[1]=e,W.apply(z,r)}}),Y.prototype[C]||x(Y.prototype,C,Y.prototype.valueOf),$(Y,"Symbol"),M[j]=!0},function(t,e,n){var r=n(6),i=n(1),o=n(79);t.exports=!r&&!i(function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(49);t.exports=r("native-function-to-string",Function.toString)},function(t,e,n){var r=n(2),i=n(103),o=r.WeakMap;t.exports="function"==typeof o&&/native code/.test(i.call(o))},function(t,e,n){var r=n(11),i=n(81),o=n(15),a=n(9);t.exports=function(t,e){for(var n=i(e),c=a.f,s=o.f,u=0;us;)r(c,n=e[s++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(1);t.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!String(Symbol())})},function(t,e,n){var r=n(32);t.exports=r("document","documentElement")},function(t,e,n){var r=n(18),i=n(39).f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"[object Window]"==o.call(t)?function(t){try{return i(t)}catch(t){return a.slice()}}(t):i(r(t))}},function(t,e,n){e.f=n(7)},function(t,e,n){"use strict";var r=n(0),i=n(6),o=n(2),a=n(11),c=n(3),s=n(9).f,u=n(105),l=o.Symbol;if(i&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},h=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof h?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};u(h,l);var d=h.prototype=l.prototype;d.constructor=h;var p=d.toString,g="Symbol(test)"==String(l("test")),v=/^Symbol\((.*)\)[^)]+$/;s(d,"description",{configurable:!0,get:function(){var t=c(this)?this.valueOf():this,e=p.call(t);if(a(f,t))return"";var n=g?e.slice(7,-1):e.replace(v,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:h})}},function(t,e,n){n(17)("iterator")},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(40),a=n(3),c=n(10),s=n(8),u=n(41),l=n(55),f=n(56),h=n(7)("isConcatSpreadable"),d=!i(function(){var t=[];return t[h]=!1,t.concat()[0]!==t}),p=f("concat"),g=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:o(t)};r({target:"Array",proto:!0,forced:!d||!p},{concat:function(t){var e,n,r,i,o,a=c(this),f=l(a,0),h=0;for(e=-1,r=arguments.length;e9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(f,h++,o)}return f.length=h,f}})},function(t,e,n){"use strict";var r=n(0),i=n(12).filter;r({target:"Array",proto:!0,forced:!n(56)("filter")},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(12).find,o=n(36),a=!0;"find"in[]&&Array(1).find(function(){a=!1}),r({target:"Array",proto:!0,forced:a},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("find")},function(t,e,n){"use strict";var r=n(0),i=n(12).findIndex,o=n(36),a=!0;"findIndex"in[]&&Array(1).findIndex(function(){a=!1}),r({target:"Array",proto:!0,forced:a},{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("findIndex")},function(t,e,n){var r=n(0),i=n(118);r({target:"Array",stat:!0,forced:!n(66)(function(t){Array.from(t)})},{from:i})},function(t,e,n){"use strict";var r=n(35),i=n(10),o=n(119),a=n(85),c=n(8),s=n(41),u=n(58);t.exports=function(t){var e,n,l,f,h=i(t),d="function"==typeof this?this:Array,p=arguments.length,g=p>1?arguments[1]:void 0,v=void 0!==g,y=0,m=u(h);if(v&&(g=r(g,p>2?arguments[2]:void 0,2)),null==m||d==Array&&a(m))for(n=new d(e=c(h.length));e>y;y++)s(n,y,v?g(h[y],y):h[y]);else for(f=m.call(h),n=new d;!(l=f.next()).done;y++)s(n,y,v?o(f,g,[l.value,y],!0):l.value);return n.length=y,n}},function(t,e,n){var r=n(4);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(0),i=n(52).includes,o=n(36);r({target:"Array",proto:!0},{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("includes")},function(t,e,n){"use strict";var r=n(0),i=n(52).indexOf,o=n(28),a=[].indexOf,c=!!a&&1/[1].indexOf(1,-0)<0,s=o("indexOf");r({target:"Array",proto:!0,forced:c||s},{indexOf:function(t){return c?a.apply(this,arguments)||0:i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r,i,o,a=n(27),c=n(13),s=n(11),u=n(7),l=n(31),f=u("iterator"),h=!1;[].keys&&("next"in(o=[].keys())?(i=a(a(o)))!==Object.prototype&&(r=i):h=!0),null==r&&(r={}),l||s(r,f)||c(r,f,function(){return this}),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},function(t,e,n){var r=n(3);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(0),i=n(48),o=n(18),a=n(28),c=[].join,s=i!=Object,u=a("join",",");r({target:"Array",proto:!0,forced:s||u},{join:function(t){return c.call(o(this),void 0===t?",":t)}})},function(t,e,n){"use strict";var r=n(0),i=n(3),o=n(40),a=n(33),c=n(8),s=n(18),u=n(41),l=n(56),f=n(7)("species"),h=[].slice,d=Math.max;r({target:"Array",proto:!0,forced:!l("slice")},{slice:function(t,e){var n,r,l,p=s(this),g=c(p.length),v=a(t,g),y=a(void 0===e?g:e,g);if(o(p)&&("function"!=typeof(n=p.constructor)||n!==Array&&!o(n.prototype)?i(n)&&null===(n=n[f])&&(n=void 0):n=void 0,n===Array||void 0===n))return h.call(p,v,y);for(r=new(void 0===n?Array:n)(d(y-v,0)),l=0;v2)if(43===(e=(u=v(u)).charCodeAt(0))||45===e){if(88===(n=u.charCodeAt(2))||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(a=(o=u.slice(2)).length,c=0;ci)return NaN;return parseInt(o,r)}return+u};if(o("Number",!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var w,_=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof _&&(b?f(function(){m.valueOf.call(n)}):"Number"!=s(n))?u(new y(E(e)),n,_):E(e)},S=r?d(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),I=0;S.length>I;I++)c(y,w=S[I])&&!c(_,w)&&g(_,w,p(y,w));_.prototype=m,m.constructor=_,a(i,"Number",_)}},function(t,e,n){var r=n(0),i=n(130);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(t,e,n){"use strict";var r=n(6),i=n(1),o=n(54),a=n(83),c=n(64),s=n(10),u=n(48),l=Object.assign;t.exports=!l||i(function(){var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach(function(t){e[t]=t}),7!=l({},t)[n]||"abcdefghijklmnopqrst"!=o(l({},e)).join("")})?function(t,e){for(var n=s(t),i=arguments.length,l=1,f=a.f,h=c.f;i>l;)for(var d,p=u(arguments[l++]),g=f?o(p).concat(f(p)):o(p),v=g.length,y=0;v>y;)d=g[y++],r&&!h.call(p,d)||(n[d]=p[d]);return n}:l},function(t,e,n){var r=n(0),i=n(1),o=n(18),a=n(15).f,c=n(6),s=i(function(){a(1)});r({target:"Object",stat:!0,forced:!c||s,sham:!c},{getOwnPropertyDescriptor:function(t,e){return a(o(t),e)}})},function(t,e,n){var r=n(0),i=n(6),o=n(81),a=n(18),c=n(15),s=n(41);r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(t){for(var e,n,r=a(t),i=c.f,u=o(r),l={},f=0;u.length>f;)void 0!==(n=i(r,e=u[f++]))&&s(l,e,n);return l}})},function(t,e,n){var r=n(0),i=n(10),o=n(54);r({target:"Object",stat:!0,forced:n(1)(function(){o(1)})},{keys:function(t){return o(i(t))}})},function(t,e,n){n(0)({target:"Object",stat:!0},{setPrototypeOf:n(44)})},function(t,e,n){var r=n(16),i=n(174),o=Object.prototype;i!==o.toString&&r(o,"toString",i,{unsafe:!0})},function(t,e,n){var r=n(0),i=n(137).values;r({target:"Object",stat:!0},{values:function(t){return i(t)}})},function(t,e,n){var r=n(6),i=n(54),o=n(18),a=n(64).f,c=function(t){return function(e){for(var n,c=o(e),s=i(c),u=s.length,l=0,f=[];u>l;)n=s[l++],r&&!a.call(c,n)||f.push(t?[n,c[n]]:c[n]);return f}};t.exports={entries:c(!0),values:c(!1)}},function(t,e,n){var r=n(0),i=n(139);r({global:!0,forced:parseInt!=i},{parseInt:i})},function(t,e,n){var r=n(2),i=n(45).trim,o=n(67),a=r.parseInt,c=/^[+-]?0[Xx]/,s=8!==a(o+"08")||22!==a(o+"0x16");t.exports=s?function(t,e){var n=i(String(t));return a(n,e>>>0||(c.test(n)?16:10))}:a},function(t,e,n){"use strict";var r,i,o,a=n(0),c=n(31),s=n(2),u=n(43),l=n(46),f=n(26),h=n(47),d=n(3),p=n(20),g=n(37),v=n(24),y=n(61),m=n(66),b=n(29),E=n(90).set,w=n(141),_=n(142),S=n(175),I=n(143),x=n(176),T=n(68),O=n(19),k=n(53),M=n(7)("species"),N="Promise",R=O.get,D=O.set,A=O.getterFor(N),$=s.Promise,L=s.TypeError,P=s.document,j=s.process,C=s.fetch,F=j&&j.versions,U=F&&F.v8||"",V=I.f,Y=V,z="process"==v(j),W=!!(P&&P.createEvent&&s.dispatchEvent),H=k(N,function(){var t=$.resolve(1),e=function(){},n=(t.constructor={})[M]=function(t){t(e,e)};return!((z||"function"==typeof PromiseRejectionEvent)&&(!c||t.finally)&&t.then(e)instanceof n&&0!==U.indexOf("6.6")&&-1===T.indexOf("Chrome/66"))}),B=H||!m(function(t){$.all(t).catch(function(){})}),G=function(t){var e;return!(!d(t)||"function"!=typeof(e=t.then))&&e},q=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;w(function(){for(var i=e.value,o=1==e.state,a=0;r.length>a;){var c,s,u,l=r[a++],f=o?l.ok:l.fail,h=l.resolve,d=l.reject,p=l.domain;try{f?(o||(2===e.rejection&&Z(t,e),e.rejection=1),!0===f?c=i:(p&&p.enter(),c=f(i),p&&(p.exit(),u=!0)),c===l.promise?d(L("Promise-chain cycle")):(s=G(c))?s.call(c,h,d):h(c)):d(i)}catch(t){p&&!u&&p.exit(),d(t)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&K(t,e)})}},X=function(t,e,n){var r,i;W?((r=P.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),s.dispatchEvent(r)):r={promise:e,reason:n},(i=s["on"+t])?i(r):"unhandledrejection"===t&&S("Unhandled promise rejection",n)},K=function(t,e){E.call(s,function(){var n,r=e.value;if(J(e)&&(n=x(function(){z?j.emit("unhandledRejection",r,t):X("unhandledrejection",t,r)}),e.rejection=z||J(e)?2:1,n.error))throw n.value})},J=function(t){return 1!==t.rejection&&!t.parent},Z=function(t,e){E.call(s,function(){z?j.emit("rejectionHandled",t):X("rejectionhandled",t,e.value)})},Q=function(t,e,n,r){return function(i){t(e,n,i,r)}},tt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=2,q(t,e,!0))},et=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw L("Promise can't be resolved itself");var i=G(n);i?w(function(){var r={done:!1};try{i.call(n,Q(et,t,r,e),Q(tt,t,r,e))}catch(n){tt(t,r,n,e)}}):(e.value=n,e.state=1,q(t,e,!1))}catch(n){tt(t,{done:!1},n,e)}}};H&&($=function(t){g(this,$,N),p(t),r.call(this);var e=R(this);try{t(Q(et,this,e),Q(tt,this,e))}catch(t){tt(this,e,t)}},(r=function(t){D(this,{type:N,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=l($.prototype,{then:function(t,e){var n=A(this),r=V(b(this,$));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=z?j.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&q(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r,e=R(t);this.promise=t,this.resolve=Q(et,t,e),this.reject=Q(tt,t,e)},I.f=V=function(t){return t===$||t===o?new i(t):Y(t)},c||"function"!=typeof C||a({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return _($,C.apply(s,arguments))}})),a({global:!0,wrap:!0,forced:H},{Promise:$}),f($,N,!1,!0),h(N),o=u.Promise,a({target:N,stat:!0,forced:H},{reject:function(t){var e=V(this);return e.reject.call(void 0,t),e.promise}}),a({target:N,stat:!0,forced:c||H},{resolve:function(t){return _(c&&this===o?$:this,t)}}),a({target:N,stat:!0,forced:B},{all:function(t){var e=this,n=V(e),r=n.resolve,i=n.reject,o=x(function(){var n=p(e.resolve),o=[],a=0,c=1;y(t,function(t){var s=a++,u=!1;o.push(void 0),c++,n.call(e,t).then(function(t){u||(u=!0,o[s]=t,--c||r(o))},i)}),--c||r(o)});return o.error&&i(o.value),n.promise},race:function(t){var e=this,n=V(e),r=n.reject,i=x(function(){var i=p(e.resolve);y(t,function(t){i.call(e,t).then(n.resolve,r)})});return i.error&&r(i.value),n.promise}})},function(t,e,n){var r,i,o,a,c,s,u,l=n(2),f=n(15).f,h=n(24),d=n(90).set,p=n(68),g=l.MutationObserver||l.WebKitMutationObserver,v=l.process,y=l.Promise,m="process"==h(v),b=f(l,"queueMicrotask"),E=b&&b.value;E||(r=function(){var t,e;for(m&&(t=v.domain)&&t.exit();i;){e=i.fn,i=i.next;try{e()}catch(t){throw i?a():o=void 0,t}}o=void 0,t&&t.enter()},m?a=function(){v.nextTick(r)}:g&&!/(iphone|ipod|ipad).*applewebkit/i.test(p)?(c=!0,s=document.createTextNode(""),new g(r).observe(s,{characterData:!0}),a=function(){s.data=c=!c}):y&&y.resolve?(u=y.resolve(void 0),a=function(){u.then(r)}):a=function(){d.call(l,r)}),t.exports=E||function(t){var e={fn:t,next:void 0};o&&(o.next=e),i||(i=e,a()),o=e}},function(t,e,n){var r=n(4),i=n(3),o=n(143);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){"use strict";var r=n(20),i=function(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new i(t)}},function(t,e,n){var r=n(0),i=n(32),o=n(20),a=n(4),c=n(3),s=n(34),u=n(145),l=n(1),f=i("Reflect","construct"),h=l(function(){function t(){}return!(f(function(){},[],t)instanceof t)}),d=!l(function(){f(function(){})}),p=h||d;r({target:"Reflect",stat:!0,forced:p,sham:p},{construct:function(t,e){o(t),a(e);var n=arguments.length<3?t:o(arguments[2]);if(d&&!h)return f(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(u.apply(t,r))}var i=n.prototype,l=s(c(i)?i:Object.prototype),p=Function.apply.call(t,l,e);return c(p)?p:l}})},function(t,e,n){"use strict";var r=n(20),i=n(3),o=[].slice,a={},c=function(t,e,n){if(!(e in a)){for(var r=[],i=0;iS;)w(_[S++]);v.constructor=E,E.prototype=v,f(i,"RegExp",E)}d("RegExp")},function(t,e,n){"use strict";var r=n(16),i=n(4),o=n(1),a=n(62),c=RegExp.prototype,s=c.toString,u=o(function(){return"/a/b"!=s.call({source:"a",flags:"b"})}),l="toString"!=s.name;(u||l)&&r(RegExp.prototype,"toString",function(){var t=i(this),e=String(t.source),n=t.flags;return"/"+e+"/"+String(void 0===n&&t instanceof RegExp&&!("flags"in c)?a.call(t):n)},{unsafe:!0})},function(t,e,n){"use strict";var r=n(0),i=n(92),o=n(14);r({target:"String",proto:!0,forced:!n(93)("includes")},{includes:function(t){return!!~String(o(this)).indexOf(i(t),arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(10),a=n(8),c=n(23),s=n(14),u=n(72),l=n(73),f=Math.max,h=Math.min,d=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,g=/\$([$&'`]|\d\d?)/g;r("replace",2,function(t,e,n){return[function(n,r){var i=s(this),o=null==n?void 0:n[t];return void 0!==o?o.call(n,i,r):e.call(String(i),n,r)},function(t,o){var s=n(e,t,this,o);if(s.done)return s.value;var d=i(t),p=String(this),g="function"==typeof o;g||(o=String(o));var v=d.global;if(v){var y=d.unicode;d.lastIndex=0}for(var m=[];;){var b=l(d,p);if(null===b)break;if(m.push(b),!v)break;""===String(b[0])&&(d.lastIndex=u(p,a(d.lastIndex),y))}for(var E,w="",_=0,S=0;S=_&&(w+=p.slice(_,x)+N,_=x+I.length)}return w+p.slice(_)}];function r(t,n,r,i,a,c){var s=r+t.length,u=i.length,l=g;return void 0!==a&&(a=o(a),l=p),e.call(c,l,function(e,o){var c;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(s);case"<":c=a[o.slice(1,-1)];break;default:var l=+o;if(0===l)return e;if(l>u){var f=d(l/10);return 0===f?e:f<=u?void 0===i[f-1]?o.charAt(1):i[f-1]+o.charAt(1):e}c=i[l-1]}return void 0===c?"":c})}})},function(t,e,n){"use strict";var r=n(70),i=n(91),o=n(4),a=n(14),c=n(29),s=n(72),u=n(8),l=n(73),f=n(71),h=n(1),d=[].push,p=Math.min,g=!h(function(){return!RegExp(4294967295,"y")});r("split",2,function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(a(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!i(t))return e.call(r,t,o);for(var c,s,u,l=[],h=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),p=0,g=new RegExp(t.source,h+"g");(c=f.call(g,r))&&!((s=g.lastIndex)>p&&(l.push(r.slice(p,c.index)),c.length>1&&c.index=o));)g.lastIndex===c.index&&g.lastIndex++;return p===r.length?!u&&g.test("")||l.push(""):l.push(r.slice(p)),l.length>o?l.slice(0,o):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var i=a(this),o=null==e?void 0:e[t];return void 0!==o?o.call(e,i,n):r.call(String(i),e,n)},function(t,i){var a=n(r,t,this,i,r!==e);if(a.done)return a.value;var f=o(t),h=String(this),d=c(f,RegExp),v=f.unicode,y=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(g?"y":"g"),m=new d(g?f:"^(?:"+f.source+")",y),b=void 0===i?4294967295:i>>>0;if(0===b)return[];if(0===h.length)return null===l(m,h)?[h]:[];for(var E=0,w=0,_=[];w1?arguments[1]:void 0)}:[].forEach},function(t,e,n){var r=n(2),i=n(152),o=n(60),a=n(13),c=n(7),s=c("iterator"),u=c("toStringTag"),l=o.values;for(var f in i){var h=r[f],d=h&&h.prototype;if(d){if(d[s]!==l)try{a(d,s,l)}catch(t){d[s]=l}if(d[u]||a(d,u,f),i[f])for(var p in o)if(d[p]!==o[p])try{a(d,p,o[p])}catch(t){d[p]=o[p]}}}},function(t,e,n){var r=function(t){"use strict";var e,n=Object.prototype,r=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",c=i.toStringTag||"@@toStringTag";function s(t,e,n,r){var i=e&&e.prototype instanceof g?e:g,o=Object.create(i.prototype),a=new O(r||[]);return o._invoke=function(t,e,n){var r=l;return function(i,o){if(r===h)throw new Error("Generator is already running");if(r===d){if("throw"===i)throw o;return M()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var c=I(a,n);if(c){if(c===p)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=h;var s=u(t,e,n);if("normal"===s.type){if(r=n.done?d:f,s.arg===p)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r=d,n.method="throw",n.arg=s.arg)}}}(t,n,a),o}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l="suspendedStart",f="suspendedYield",h="executing",d="completed",p={};function g(){}function v(){}function y(){}var m={};m[o]=function(){return this};var b=Object.getPrototypeOf,E=b&&b(b(k([])));E&&E!==n&&r.call(E,o)&&(m=E);var w=y.prototype=g.prototype=Object.create(m);function _(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function S(t){var e;this._invoke=function(n,i){function o(){return new Promise(function(e,o){!function e(n,i,o,a){var c=u(t[n],t,i);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&r.call(l,"__await")?Promise.resolve(l.__await).then(function(t){e("next",t,o,a)},function(t){e("throw",t,o,a)}):Promise.resolve(l).then(function(t){s.value=t,o(s)},function(t){return e("throw",t,o,a)})}a(c.arg)}(n,i,e,o)})}return e=e?e.then(o,o):o()}}function I(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,I(t,n),"throw"===n.method))return p;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var i=u(r,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,p;var o=i.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,p):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,p)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function k(t){if(t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(s&&u){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),T(n),p}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;T(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:k(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),p}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){"use strict";var r=n(10),i=n(33),o=n(8),a=Math.min;t.exports=[].copyWithin||function(t,e){var n=r(this),c=o(n.length),s=i(t,c),u=i(e,c),l=arguments.length>2?arguments[2]:void 0,f=a((void 0===l?c:i(l,c))-u,c-s),h=1;for(u0;)u in n?n[s]=n[u]:delete n[s],s+=h,u+=h;return n}},function(t,e,n){"use strict";var r=n(40),i=n(8),o=n(35),a=function(t,e,n,c,s,u,l,f){for(var h,d=s,p=0,g=!!l&&o(l,f,3);p0&&r(h))d=a(t,e,h,i(h.length),d,u-1)-1;else{if(d>=9007199254740991)throw TypeError("Exceed the acceptable array length");t[d]=h}d++}p++}return d};t.exports=a},function(t,e,n){"use strict";var r=n(18),i=n(23),o=n(8),a=n(28),c=Math.min,s=[].lastIndexOf,u=!!s&&1/[1].lastIndexOf(1,-0)<0,l=a("lastIndexOf");t.exports=u||l?function(t){if(u)return s.apply(this,arguments)||0;var e=r(this),n=o(e.length),a=n-1;for(arguments.length>1&&(a=c(a,i(arguments[1]))),a<0&&(a=n+a);a>=0;a--)if(a in e&&e[a]===t)return a||0;return-1}:s},function(t,e,n){var r=n(68);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(r)},function(t,e,n){var r=n(2),i=n(45).trim,o=n(67),a=r.parseFloat,c=1/a(o+"-0")!=-1/0;t.exports=c?function(t){var e=i(String(t)),n=a(e);return 0===n&&"-"==e.charAt(0)?-0:n}:a},function(t,e,n){var r=n(3),i=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&i(t)===t}},function(t,e,n){var r=n(24);t.exports=function(t){if("number"!=typeof t&&"Number"!=r(t))throw TypeError("Incorrect invocation");return+t}},function(t,e){var n=Math.log;t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:n(1+t)}},function(t,e,n){"use strict";var r=n(9).f,i=n(34),o=n(46),a=n(35),c=n(37),s=n(61),u=n(86),l=n(47),f=n(6),h=n(42).fastKey,d=n(19),p=d.set,g=d.getterFor;t.exports={getConstructor:function(t,e,n,u){var l=t(function(t,r){c(t,l,e),p(t,{type:e,index:i(null),first:void 0,last:void 0,size:0}),f||(t.size=0),null!=r&&s(r,t[u],t,n)}),d=g(e),v=function(t,e,n){var r,i,o=d(t),a=y(t,e);return a?a.value=n:(o.last=a={index:i=h(e,!0),key:e,value:n,previous:r=o.last,next:void 0,removed:!1},o.first||(o.first=a),r&&(r.next=a),f?o.size++:t.size++,"F"!==i&&(o.index[i]=a)),t},y=function(t,e){var n,r=d(t),i=h(e);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==e)return n};return o(l.prototype,{clear:function(){for(var t=d(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,f?t.size=0:this.size=0},delete:function(t){var e=d(this),n=y(this,t);if(n){var r=n.next,i=n.previous;delete e.index[n.index],n.removed=!0,i&&(i.next=r),r&&(r.previous=i),e.first==n&&(e.first=r),e.last==n&&(e.last=i),f?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=d(this),r=a(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!y(this,t)}}),o(l.prototype,n?{get:function(t){var e=y(this,t);return e&&e.value},set:function(t,e){return v(this,0===t?0:t,e)}}:{add:function(t){return v(this,t=0===t?0:t,t)}}),f&&r(l.prototype,"size",{get:function(){return d(this).size}}),l},setStrong:function(t,e,n){var r=e+" Iterator",i=g(e),o=g(r);u(t,e,function(t,e){p(this,{type:r,target:t,state:i(t),kind:e,last:void 0})},function(){for(var t=o(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})},n?"entries":"values",!n,!0),l(e)}}},function(t,e,n){"use strict";var r=n(46),i=n(42).getWeakData,o=n(4),a=n(3),c=n(37),s=n(61),u=n(12),l=n(11),f=n(19),h=f.set,d=f.getterFor,p=u.find,g=u.findIndex,v=0,y=function(t){return t.frozen||(t.frozen=new m)},m=function(){this.entries=[]},b=function(t,e){return p(t.entries,function(t){return t[0]===e})};m.prototype={get:function(t){var e=b(this,t);if(e)return e[1]},has:function(t){return!!b(this,t)},set:function(t,e){var n=b(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=g(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,u){var f=t(function(t,r){c(t,f,e),h(t,{type:e,id:v++,frozen:void 0}),null!=r&&s(r,t[u],t,n)}),p=d(e),g=function(t,e,n){var r=p(t),a=i(o(e),!0);return!0===a?y(r).set(e,n):a[r.id]=n,t};return r(f.prototype,{delete:function(t){var e=p(this);if(!a(t))return!1;var n=i(t);return!0===n?y(e).delete(t):n&&l(n,e.id)&&delete n[e.id]},has:function(t){var e=p(this);if(!a(t))return!1;var n=i(t);return!0===n?y(e).has(t):n&&l(n,e.id)}}),r(f.prototype,n?{get:function(t){var e=p(this);if(a(t)){var n=i(t);return!0===n?y(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return g(this,t,e)}}:{add:function(t){return g(this,t,!0)}}),f}}},function(t,e,n){var r=n(23),i=n(8);t.exports=function(t){if(void 0===t)return 0;var e=r(t),n=i(e);if(e!==n)throw RangeError("Wrong length or index");return n}},function(t,e,n){var r=n(23);t.exports=function(t,e){var n=r(t);if(n<0||n%e)throw RangeError("Wrong offset");return n}},function(t,e,n){var r=n(10),i=n(8),o=n(58),a=n(85),c=n(35),s=n(5).aTypedArrayConstructor;t.exports=function(t){var e,n,u,l,f,h=r(t),d=arguments.length,p=d>1?arguments[1]:void 0,g=void 0!==p,v=o(h);if(null!=v&&!a(v))for(f=v.call(h),h=[];!(l=f.next()).done;)h.push(l.value);for(g&&d>2&&(p=c(p,arguments[2],2)),n=i(h.length),u=new(s(this))(n),e=0;n>e;e++)u[e]=g?p(h[e],e):h[e];return u}},function(t,e,n){var r=n(1),i=n(7),o=n(31),a=i("iterator");t.exports=!r(function(){var t=new URL("b?e=1","http://a"),e=t.searchParams;return t.pathname="c%20d",o&&!t.toJSON||!e.sort||"http://a/c%20d?e=1"!==t.href||"1"!==e.get("e")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash})},function(t,e,n){"use strict";n(60);var r=n(0),i=n(170),o=n(16),a=n(46),c=n(26),s=n(87),u=n(19),l=n(37),f=n(11),h=n(35),d=n(4),p=n(3),g=n(359),v=n(58),y=n(7)("iterator"),m=u.set,b=u.getterFor("URLSearchParams"),E=u.getterFor("URLSearchParamsIterator"),w=/\+/g,_=Array(4),S=function(t){return _[t-1]||(_[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},I=function(t){try{return decodeURIComponent(t)}catch(e){return t}},x=function(t){var e=t.replace(w," "),n=4;try{return decodeURIComponent(e)}catch(t){for(;n;)e=e.replace(S(n--),I);return e}},T=/[!'()~]|%20/g,O={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},k=function(t){return O[t]},M=function(t){return encodeURIComponent(t).replace(T,k)},N=function(t,e){if(e)for(var n,r,i=e.split("&"),o=0;o0?arguments[0]:void 0,s=this,u=[];if(m(s,{type:"URLSearchParams",entries:u,updateURL:function(){},updateSearchParams:R}),void 0!==c)if(p(c))if("function"==typeof(t=v(c)))for(e=t.call(c);!(n=e.next()).done;){if((i=(r=g(d(n.value))).next()).done||(o=r.next()).done||!r.next().done)throw TypeError("Expected sequence with length 2");u.push({key:i.value+"",value:o.value+""})}else for(a in c)f(c,a)&&u.push({key:a,value:c[a]+""});else N(u,"string"==typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},L=$.prototype;a(L,{append:function(t,e){D(arguments.length,2);var n=b(this);n.entries.push({key:t+"",value:e+""}),n.updateURL()},delete:function(t){D(arguments.length,1);for(var e=b(this),n=e.entries,r=t+"",i=0;it.key){i.splice(e,0,t);break}e===n&&i.push(t)}r.updateURL()},forEach:function(t){for(var e,n=b(this).entries,r=h(t,arguments.length>1?arguments[1]:void 0,3),i=0;i0?"".concat(n.width<=n.fullwidth?n.width:n.fullwidth,"px"):"100%",n.visibleHeight=n.height>0?"".concat(n.height<=n.fullheight?n.height:n.fullheight,"px"):"auto",n)if(!/^(width|height|variableScale|absX|moveX)$/.test(f)&&this.is_empty(n[f]))throw new TypeError('Property "'.concat(f,'" cannot set because undefined or invalid variable.'));if(n.fullwidth<2||n.fullheight<2)throw new TypeError("The range of the timeline to be rendered is incorrect.");this._instanceProps=n}},{key:"_getPluggableDatetime",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=this._config,r=null,i=function(t,e){var n,r=t.getFullYear(),i=r>=0&&Math.abs(r)<100;switch(!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):case/^years?$/i.test(e):n=new Date(r,0,1);break;case/^months?$/i.test(e):n=new Date(r,t.getMonth(),1);break;case/^(week|day)s?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate());break;case/^(|half|quarter)-?hours?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours());break;case/^minutes?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes());break;case/^seconds?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds());break;default:n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds())}return i&&n.setFullYear(r),n},o=function(t,e){var n,r=t.getFullYear(),i=r>=0&&Math.abs(r)<100,o=r>=0?-1:1;switch(!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):case/^years?$/i.test(e):n=new Date(r+1,0,1),i=r+1>=0&&Math.abs(r+1)<100,o=r+1>=0?-1:1;break;case/^months?$/i.test(e):n=new Date(r,t.getMonth()+1,1);break;case/^(week|day)s?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate()+1);break;case/^(|half|quarter)-?hours?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours()+1);break;case/^minutes?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes()+1);break;case/^seconds?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds()+1);break;default:n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()+1)}return i&&n.setFullYear(r),new Date(n.getTime()+o)};switch(!0){case/^current(|ly)$/i.test(t):r=new Date;break;case/^auto$/i.test(t):var a=n.range&&n.range>0?parseInt(n.range,10):3,c=/^(|week)days?$/i.test(n.scale)?"month":this.getHigherScale(n.scale);r=/^current(|ly)$/i.test(n.startDatetime)?i(new Date,n.scale):this.getCorrectDatetime(n.startDatetime),r=this.modifyDate(r,a,c);break;default:r=this.getCorrectDatetime(t)}return this.is_empty(e)||("first"===e?r=i(r,n.scale):"last"===e&&(r=o(r,n.scale))),r.getTime()}},{key:"_getPluggableParams",value:function(t){var e={};if("string"==typeof t&&t)try{e=JSON.parse(JSON.stringify(new Function("return ".concat(t))())),Object.hasOwnProperty.call(e,"extend")&&"string"==typeof e.extend&&(e.extend=JSON.parse(JSON.stringify(new Function("return ".concat(e.extend))())))}catch(t){console.warn("Can not parse to object therefor invalid param.")}return e}},{key:"_getPluggableRows",value:function(){var t=this._config,e=this.supplement("auto",t.rows,this.validateNumeric);return"auto"===e&&(e=t.sidebar.list.length),e>0?e:1}},{key:"_verifyMaxRenderableRange",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._config.scale;return this._debug("Verify max renderable range::".concat(t,": ").concat(this._instanceProps.grids," / ").concat(S[this._filterScaleKeyName(t)])),this._instanceProps.grids<=S[this._filterScaleKeyName(t)]}},{key:"_renderView",value:function(){this._debug("_renderView");var t=this._element,e=this._config,n=this._instanceProps,r=$("
",{class:T.TIMELINE_CONTAINER,style:"width: ".concat(n.visibleWidth,"; height: ").concat(n.visibleHeight,";")}),i=$("
",{class:T.TIMELINE_MAIN});if(0==$(t).length)throw new TypeError("Does not exist the element to render a timeline container.");this._debug("Timeline:{ fullWidth: ".concat(n.fullwidth,"px, fullHeight: ").concat(n.fullheight,"px, viewWidth: ").concat(n.visibleWidth,", viewHeight: ").concat(n.visibleHeight," }")),$(t).css("position","relative"),e.hideScrollbar&&r.addClass(T.HIDE_SCROLLBAR),$(t).prepend(this._createHeadline()),i.append(this._createEventContainer()),Object.hasOwnProperty.call(e.ruler,"top")&&Object.hasOwnProperty.call(e.ruler.top,"lines")&&!this.is_empty(e.ruler.top.lines)&&i.prepend(this._createRuler("top")),Object.hasOwnProperty.call(e.ruler,"bottom")&&Object.hasOwnProperty.call(e.ruler.bottom,"lines")&&!this.is_empty(e.ruler.bottom.lines)&&i.append(this._createRuler("bottom"));var o={top:parseInt(i.find(O.RULER_TOP).height(),10)-1,bottom:parseInt(i.find(O.RULER_BOTTOM).height(),10)-1};e.sidebar.list.length>0&&r.prepend(this._createSideIndex(o)),r.append(i),$(t).append(r),$(t).append(this._createFooter()),this._isShown=!0}},{key:"_createHeadline",value:function(){var t=this._config,e=this._instanceProps,n=this.supplement(_.headline.display,t.headline.display,this.validateBoolean),r=this.supplement(null,t.headline.title),i=this.supplement(_.headline.range,t.headline.range,this.validateBoolean),o=this.supplement(_.headline.locale,t.headline.locale),a=this.supplement(_.headline.format,t.headline.format),c=this.supplement(null,e.begin),s=this.supplement(null,e.end),u=t.scale,l=$("
",{class:T.TIMELINE_HEADLINE}),f=$("
",{class:T.TIMELINE_HEADLINE_WRAPPER});if(r&&f.append('

').concat(t.headline.title,"

")),i&&c&&s){Object.hasOwnProperty.call(a,"custom")&&(u="custom");var h="".concat(this.getLocaleString(c,u,o,a),'').concat(this.getLocaleString(s,u,o,a));f.append('
').concat(h,"
"))}return n||l.addClass(T.HIDE),l.append(f)}},{key:"_createEventContainer",value:function(){var t,e,n=this,r=this._config,i=this._instanceProps,o=i.fullheight+Math.ceil(i.rows/2),a=$("
",{class:T.TIMELINE_EVENT_CONTAINER,style:"height:".concat(o,"px;")}),c=$('')),s=$('')),u=$("
",{class:T.TIMELINE_EVENTS}),l=0,f=c[0].getContext("2d"),h={horizontal:"dotted",vertical:"solid"},d=function(t,e){switch(!0){case/^solid$/i.test(e):e="solid";break;case/^dotted$/i.test(e):e="dotted";break;case/^none$/i.test(e):default:return}f.strokeStyle="rgba( 51, 51, 51, 0.1 )",f.lineWidth=1,f.filter="url(#crisp)",f.beginPath(),"dotted"===e?f.setLineDash([1,2]):f.setLineDash([]),f.moveTo(0,t+.5),f.lineTo(i.fullwidth,t+.5),f.closePath(),f.stroke()},p=function(t,e){switch(!0){case/^solid$/i.test(e):e="solid";break;case/^dotted$/i.test(e):e="dotted";break;case/^none$/i.test(e):default:return}f.strokeStyle="rgba( 51, 51, 51, 0.025 )",f.lineWidth=1,f.filter="url(#crisp)",f.beginPath(),"dotted"===e?f.setLineDash([1,2]):f.setLineDash([]),f.moveTo(t+-.5,0),f.lineTo(t+-.5,i.fullheight),f.closePath(),f.stroke()};Object.hasOwnProperty.call(r.effects,"horizontalGridStyle")&&(h.horizontal=r.effects.horizontalGridStyle),Object.hasOwnProperty.call(r.effects,"verticalGridStyle")&&(h.vertical=r.effects.verticalGridStyle),l=0;for(var g=0;g0){if(Object.hasOwnProperty.call(n.ruler,"truncateLowers")&&n.ruler.truncateLowers){var i=e.findScale(n.scale,"lower all"),o=r.filter(function(t){return!i.includes(e._filterScaleKeyName(t))});r=o}return r}return t}),o=this.supplement(_.ruler.top.height,n.ruler[t].height),a=this.supplement(_.ruler.top.fontSize,n.ruler[t].fontSize),c=this.supplement(_.ruler.top.color,n.ruler[t].color),s=this.supplement(_.ruler.top.background,n.ruler[t].background),u=this.supplement(_.ruler.top.locale,n.ruler[t].locale),l=this.supplement(_.ruler.top.format,n.ruler[t].format),f={lines:i,height:o,fontSize:a,color:c,background:s,locale:u,format:l},h=r.fullwidth-1,d=i.length*o,p=$("
",{class:"".concat(b,"ruler-").concat(t),style:"height:".concat(d,"px;")}),g=$('')),v=$("
",{class:"".concat(b,"ruler-content-").concat(t)}),y=0,m=g[0].getContext("2d");return m.fillStyle=s,m.fillRect(0,0,m.canvas.width,m.canvas.height),m.strokeStyle="rgba( 51, 51, 51, 0.1 )",m.lineWidth=1,m.filter="url(#crisp)",i.some(function(n,r){if(/^(quarter|half)-?(|hour)$/i.test(n))return!0;m.beginPath();var i="top"===t?o*(r+1)-.5:o*r+.5;m.moveTo(0,i),m.lineTo(m.canvas.width,i);var a,c=0;a=e._filterVariableScale(n);for(var s=0,u=Object.keys(a);s",{class:T.TIMELINE_RULER_LINES,style:"width:100%;height:".concat(r,"px;")}),u=0,l=Object.keys(t);u",{class:T.TIMELINE_RULER_ITEM,style:"width:".concat(h,"px;height:").concat(r,"px;line-height:").concat(r,"px;font-size:").concat(i,"px;color:").concat(o,";")}),p=this.getLocaleString(f,this._filterScaleKeyName(e),a,c),g="";g="".concat(e,"-").concat(""===g?String(f):g),d.attr("data-ruler-item",g).html("".concat(p,"")),this.strWidth(p),s.append(d).attr("data-ruler-scope",e)}return s}},{key:"_createSideIndex",value:function(t){var e=this._config,n=this._instanceProps,r=this.supplement(_.sidebar.sticky,e.sidebar.sticky),i=this.supplement(_.sidebar.overlay,e.sidebar.overlay),o=this.supplement(_.sidebar.list,e.sidebar.list),a=$("
",{class:T.TIMELINE_SIDEBAR}),c=$("
",{class:T.TIMELINE_SIDEBAR_MARGIN}),s=$("
",{class:T.TIMELINE_SIDEBAR_ITEM}),u=this.numRound((n.fullheight+Math.ceil(n.rows/2))/n.rows,2);r&&a.addClass(T.STICKY_LEFT),i&&s.addClass(T.OVERLAY),t.top>0&&a.prepend(c.clone().css("height","".concat(t.top,"px")));for(var l=0;l0&&a.append(c.clone().css("height","".concat(t.bottom+-.5,"px"))),a}},{key:"_createFooter",value:function(){var t=this._config,e=this._instanceProps,n=this.supplement(_.footer.display,t.footer.display),r=this.supplement(null,t.footer.content),i=this.supplement(_.footer.range,t.footer.range),o=this.supplement(_.footer.locale,t.footer.locale),a=this.supplement(_.footer.format,t.footer.format),c=this.supplement(null,e.begin),s=this.supplement(null,e.end),u=t.scale,l=$("
",{class:T.TIMELINE_FOOTER});if(i&&c&&s){Object.hasOwnProperty.call(a,"custom")&&(u="custom");var f="".concat(this.getLocaleString(c,u,o,a),'').concat(this.getLocaleString(s,u,o,a));l.append('
').concat(f,"
"))}return r&&l.append('")),n||l.addClass(T.HIDE),l}},{key:"_loadEvent",value:function(){var t=this;this._debug("_loadEvent");var e=this,n=this._element,r=this._config,i=r.eventData,o=$(n).find(O.DEFAULT_EVENTS),a=i.length,c=[],s=0;o.children().each(function(){var t=$(this).attr("data-timeline-node");void 0!==t&&!1!==t&&a++}),0==a&&console.warn("Enable event does not exist."),i.length>0&&i.forEach(function(e){var n={};t.is_empty(e)||(n=t._registerEventData("
",e),c.push(n),s=Math.max(s,parseInt(n.eventId,10)))}),o.children().each(function(){var t=e._getPluggableParams($(this).attr("data-timeline-node")),n={};e.is_empty(t)||(n=e._registerEventData(this,t),c.push(n),s=Math.max(s,parseInt(n.eventId,10)))});var l=[];c.forEach(function(t,e,n){var r=parseInt(n[e].eventId,10);0==r||l.includes(r)?(s++,n[e].eventId=s):n[e].eventId=r,l.push(n[e].eventId)}),c.forEach(function(t,e,n){if(Object.hasOwnProperty.call(r.colorScheme,"event")&&"object"===u(r.colorScheme.event)&&(Object.hasOwnProperty.call(r.colorScheme.event,"text")&&t.color!==r.colorScheme.event.text&&(n[e].color=r.colorScheme.event.text),Object.hasOwnProperty.call(r.colorScheme.event,"background")&&t.bgColor!==r.colorScheme.event.background&&(n[e].bgColor=r.colorScheme.event.background),Object.hasOwnProperty.call(r.colorScheme.event,"border")&&t.bdColor!==r.colorScheme.event.border&&(n[e].bdColor=r.colorScheme.event.border)),Object.hasOwnProperty.call(r.colorScheme,"hookEventColors")&&"function"==typeof r.colorScheme.hookEventColors){var i=r.colorScheme.hookEventColors(t,r.colorScheme.event)||void 0;"object"===u(i)&&(Object.hasOwnProperty.call(i,"text")&&t.color!==i.text&&(n[e].color=i.text),Object.hasOwnProperty.call(i,"background")&&t.bgColor!==i.background&&(n[e].bgColor=i.background),Object.hasOwnProperty.call(i,"border")&&t.bdColor!==i.border&&(n[e].bdColor=i.border))}}),this._isCached=this._saveToCache(c)}},{key:"_registerEventData",value:function(t,e){var n,r,i,o,a=this,s=this._config,u=this._instanceProps,l=c({},I,{},{uid:this.generateUniqueID(),label:$(t).html()}),f={};return Object.hasOwnProperty.call(e,"start")&&!this.is_empty(e.start)&&(n=this._getCoordinateX(e.start),l.x=this.numRound(n,2),Object.hasOwnProperty.call(e,"end")&&!this.is_empty(e.end)?(r=(n=this._getCoordinateX(e.end))-l.x,l.width=this.numRound(r,2),s.eventMeta.display&&(this.is_empty(s.eventMeta.content)&&!Object.hasOwnProperty.call(e,"rangeMeta")?(l.rangeMeta+=this.getLocaleString(e.start,s.eventMeta.scale,s.eventMeta.locale,s.eventMeta.format),l.rangeMeta+=" - ".concat(this.getLocaleString(e.end,s.eventMeta.scale,s.eventMeta.locale,s.eventMeta.format))):l.rangeMeta=s.eventMeta.content)):l.width=0,i=Object.hasOwnProperty.call(e,"row")?parseInt(e.row,10):1,o=Math.floor(i/2),l.y=(i-1)*s.rowHeight+l.margin+o,Object.keys(l).forEach(function(n){switch(!0){case/^eventId$/i.test(n):Object.hasOwnProperty.call(e,"id")?l.eventId=parseInt(e.id,10):l.eventId=parseInt(e[n],10)||0;break;case/^(label|content)$/i.test(n):Object.hasOwnProperty.call(e,n)&&!a.is_empty(e[n])&&(l[n]=e[n]),$(t).children(".event-".concat(n)).length>0&&(l[n]=$(t).children(".event-".concat(n)).html());break;case/^relation$/i.test(n):(/^mix(|ed)$/i.test(s.type)||/^point(|er)$/i.test(s.type))&&(f.x=a.numRound(l.x,2),f.y=a.numRound(u.rowSize*((e.row||1)-1)+u.rowSize/2,2)+.5*((e.row||1)-1),l[n]=c({},e[n],{},f));break;default:Object.hasOwnProperty.call(e,n)&&!a.is_empty(e[n])&&(l[n]=e[n])}})),l}},{key:"_getCoordinateX",value:function(t){var e=this._instanceProps,n=this.supplement(null,this._getPluggableDatetime(t)),r=0;return n?r=n-e.begin>=0&&e.end-n>=0?Math.abs(n-e.begin)/e.scale*e.scaleSize:(n-e.begin)/e.scale*e.scaleSize:console.warn("Cannot parse date because invalid format or undefined."),r}},{key:"_saveToCache",value:function(t){var e=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(e in window&&null!==("localStorage"===e?window.localStorage:window.sessionStorage))return"localStorage"===e?localStorage.setItem(this._selector,JSON.stringify(t)):sessionStorage.setItem(this._selector,JSON.stringify(t)),!0;throw new TypeError('The storage named "'.concat(e,'" can not be available.'))}},{key:"_loadToCache",value:function(){var t=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(!(t in window&&null!==("localStorage"===t?window.localStorage:window.sessionStorage)))throw new TypeError('The storage named "'.concat(t,'" can not be available.'));return"localStorage"===t?JSON.parse(localStorage.getItem(this._selector)):JSON.parse(sessionStorage.getItem(this._selector))}},{key:"_removeCache",value:function(){var t=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(!(t in window&&null!==("localStorage"===t?window.localStorage:window.sessionStorage)))throw new TypeError('The storage named "'.concat(t,'" can not be available.'));"localStorage"===t?localStorage.removeItem(this._selector):sessionStorage.removeItem(this._selector)}},{key:"_placeEvent",value:function(){var t=this;return new Promise(function(e,n){t._debug("_placeEvent"),t._isCached||n("No Cached Event");var r=t._element,i=t._config,o=$(r).find(O.TIMELINE_EVENTS),a=$(r).find(O.TIMELINE_RELATION_LINES),c=t._loadToCache(),s=[];t._observer=new MutationObserver(function(t){t.forEach(function(t){var n=t.target;switch(t.type){case"childList":t.addedNodes.length==s.length&&(a.attr("data-state","show"),o.attr("data-state","show"));break;case"attributes":"data-state"===t.attributeName&&("shown"===$(n).attr("data-state")?e("Completed Placing"):"show"===$(n).attr("data-state")&&setTimeout(function(){o.attr("data-state","shown")},300))}})}),t._observer.observe(o.get(0),{childList:!0,attributes:!0,subtree:!0,attributeOldValue:!0}),c.length>0&&(o.empty(),c.forEach(function(e){var n=t._createEventNode(e);n&&s.push(n)}),s.length>0&&o.append.apply(o,s)),(/^mix(|ed)$/i.test(i.type)||/^point(|er)$/i.test(i.type))&&t._drawRelationLine(c),Object.hasOwnProperty.call(i.effects,"presentTime")&&i.effects.presentTime&&t._viewPresentTime()})}},{key:"_createEventNode",value:function(t){var e=this._config,n=this._instanceProps,r=$("
",{class:T.TIMELINE_EVENT_NODE,id:"evt-".concat(t.eventId),css:{left:"".concat(t.x,"px"),top:"".concat(t.y,"px"),width:"".concat(t.width,"px"),height:"".concat(t.height,"px"),color:this.hexToRgbA(t.color),backgroundColor:this.hexToRgbA(t.bgColor)},html:'
').concat(t.label,"
")}),i=!0;if(/^point(|er)$/i.test(e.type)?i=!1:/^mix(|ed)$/i.test(e.type)&&(/^point(|er)$/i.test(t.type)?i=!1:t.width<1&&(i=!!/^bar$/i.test(t.type))),t.x>=0?t.x<=n.fullwidth?t.x+t.width<=n.fullwidth||(t.width=n.fullwidth-t.x):t.width=-1:i?t.x+t.width<=0?t.width=-1:t.x+t.width<=n.fullwidth?(t.width=Math.abs(t.x+t.width),t.x=0):(t.width=n.fullwidth,t.x=0):t.width=-1,i){if(t.width<1)return null;r.css("left","".concat(t.x,"px")).css("width","".concat(t.width,"px"))}else{if(t.width<0)return null;var o=this._getPointerSize(t.size,t.margin),a=this.numRound(t.x-o/2,2)-t.margin,c=this.numRound(t.y+(t.height-o)/2,2)-t.margin;r.addClass(T.VIEWER_EVENT_TYPE_POINTER).css("border-color",t.bdColor).css("left","".concat(a,"px")).css("top","".concat(c,"px")).css("width","".concat(o,"px")).css("height","".concat(o,"px")).attr("data-base-size",o).attr("data-base-left",a).attr("data-base-top",c)}if(r.attr("data-uid",t.uid),!this.is_empty(t.image))if(i){var s=t.height-2*t.margin;r.prepend(''))}else r.css("background-image","url(".concat(t.image,")"));if(i&&e.eventMeta.display&&(t.extend.meta=t.rangeMeta),!this.is_empty(t.extend))for(var u=0,l=Object.keys(t.extend);ua?t>o?"lb":to?"lt":to?"rt+rb":null:r>a?to?"rb+rt":null:null))}}if(Math.abs(a-r)>n.rowSize&&(a+=Math.floor(Math.abs(a-r)/n.rowSize)),i.beginPath(),e.is_empty(u))i.moveTo(t,r),i.lineTo(o,a);else switch(!0){case/^lt$/i.test(u[s]):i.moveTo(t,r),Math.abs(t-o)>l&&i.lineTo(o-l,r),Math.abs(a-r)>l?(i.quadraticCurveTo(o,r,o,r+l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^lb$/i.test(u[s]):i.moveTo(t,r),Math.abs(t-o)>l&&i.lineTo(o+l,r),Math.abs(r-a)>l?(i.quadraticCurveTo(o,r,o,r-l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^rt$/i.test(u[s]):i.moveTo(t,r),Math.abs(o-t)>l&&i.lineTo(o-l,r),Math.abs(a-r)>l?(i.quadraticCurveTo(o,r,o,r+l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^rb$/i.test(u[s]):i.moveTo(t,r),Math.abs(o-t)>l&&i.lineTo(o-l,r),Math.abs(r-a)>l?(i.quadraticCurveTo(o,r,o,r-l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^lt\+lb$/i.test(u[s]):case/^lb\+lt$/i.test(u[s]):i.moveTo(t,r),i.lineTo(t-l,r),i.bezierCurveTo(t-2*l,r,t-2*l,a,t-l,a),i.lineTo(o,a);break;case/^rt\+rb$/i.test(u[s]):case/^rb\+rt$/i.test(u[s]):i.moveTo(t,r),i.lineTo(t+l,r),i.bezierCurveTo(t+2*l,r,t+2*l,a,t+l,a),i.lineTo(o,a)}i.stroke()};i.clearRect(0,0,r[0].width,r[0].height),t.forEach(function(r){var i,a,c,s,u,l,f=r.relation;Object.hasOwnProperty.call(f,"before")&&(i=f.x+e.numRound(r.margin/2,2),a=f.y+e.numRound(r.margin/2,2),(u=parseInt(f.before,10))<0?(c=0,s=a+e.numRound(r.margin/2,2)):(l=t.find(function(t){return parseInt(t.eventId,10)==u}),!e.is_empty(l)&&l.relation&&(c=l.relation.x<0?0:l.relation.x+e.numRound(r.margin/2,2),s=l.relation.y+e.numRound(r.margin/2,2))),i>=0&&a>=0&&c>=0&&s>=0&&o(i,a,c,s,r,"before")),Object.hasOwnProperty.call(f,"after")&&(i=f.x+e.numRound(r.margin/2,2),a=f.y+e.numRound(r.margin/2,2),(u=parseInt(f.after,10))<0?(c=n.fullwidth,s=a+e.numRound(r.margin/2,2)):(l=t.find(function(t){return parseInt(t.eventId,10)==u}),!e.is_empty(l)&&l.relation&&(c=l.relation.x>n.fullwidth?n.fullwidth:l.relation.x+e.numRound(r.margin/2,2),s=l.relation.y+e.numRound(r.margin/2,2))),i>=0&&a>=0&&c>=0&&s>=0&&o(i,a,c,s,r,"after"))})}},{key:"_viewPresentTime",value:function(){var t=this._element,e=this._instanceProps,n=new Date;if(!(this.diffDate(e.begin,n)<0||this.diffDate(n,e.end)<0)){var r=$("
",{class:T.PRESENT_TIME_MARKER,style:"left:".concat(this.numRound(this._getCoordinateX(n),2),"px;top:").concat($(t).find(O.TIMELINE_RULER_TOP).height(),"px;height:").concat($(t).find(O.TIMELINE_EVENT_CONTAINER).height(),"px;")});$(t).find(O.TIMELINE_MAIN).append(r)}}},{key:"_mapPlacedEvents",value:function(){var t=this,e=$(this._element).find(O.TIMELINE_EVENTS).children(),n=this._loadToCache(),r=[];return!this._isCached||this.is_empty(n)?r:(e.each(function(){var e=$(this).data("uid"),i=null;i=n?n.find(function(t){return t.uid===e})||null:$(this).data(),t.is_empty(i)||r.push(i)}),r)}},{key:"_activeEvent",value:function(t){this._debug("_activeEvent@Event");var e=t.target;"focusin"===t.type?($(O.TIMELINE_EVENT_NODE).removeClass("active"),$(e).addClass("active")):"focusout"===t.type&&$(e).removeClass("active")}},{key:"_scrollTimeline",value:function(t){this._debug("_scrollTimeline@Event");var e=t.target;this._debug(e.scrollLeft)}},{key:"_swipeStart",value:function(t){this._debug("_swipeStart@Event"),t.preventDefault();var e=this._instanceProps;e.absX=E?t.changedTouches[0].pageX:t.pageX,e.moveX=-1*$(t.currentTarget).parent(O.TIMELINE_CONTAINER).scrollLeft(),this._isTouched=!0}},{key:"_swipeMove",value:function(t){if(this._isTouched){this._debug("_swipeMove@Event"),t.preventDefault();var e=this._instanceProps;e.moveX-=e.absX-(E?t.changedTouches[0].pageX:t.pageX),$(t.currentTarget).parent(O.TIMELINE_CONTAINER).scrollLeft(-1*e.moveX),e.absX=E?t.changedTouches[0].pageX:t.pageX}}},{key:"_swipeEnd",value:function(){this._isTouched&&(this._debug("_swipeEnd@Event"),this._isTouched=!1)}},{key:"_hoverPointer",value:function(t){if(this._config.effects.hoverEvent){this._debug("_hoverPointer@Event");var e=this._instanceProps,n=t.target,r={left:$(n).data("baseLeft"),top:$(n).data("baseTop"),width:$(n).data("baseSize")},i=r.left,o=r.top,a=r.width,c=5;"mouseenter"===t.type?(a=Math.min(this.numRound(1.25*a,"ceil"),Math.min(e.rowSize,e.scaleSize)),i=this.numRound(i-(a-r.width)/2,2),o=this.numRound(o-(a-r.width)/2,2),c=9,$(n).trigger(x.FOCUSIN_EVENT)):$(n).trigger(x.FOCUSOUT_EVENT),$(n).css("left","".concat(i,"px")).css("top","".concat(o,"px")).css("width","".concat(a,"px")).css("height","".concat(a,"px")).css("z-index",c)}}},{key:"_debug",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"Notice";if(this._config.debug&&(t=this.supplement(null,t))){var n=void 0!==$(this._element).data(y)[t]?'Called method "'.concat(t,'".'):t,r=/^Called method "/.test(n)?"font-weight:600;color:blue;":"",i="";if(window.console&&window.console.log){if("Notice"!==e)throw new Error("".concat(n));window.console.log("%c%s%c",r,n,i)}}}},{key:"initialized",value:function(){var t=this._isInitialized?'Skipped because method "initialized" already has been called once':"initialized";if(this._debug(t),!this._isInitialized){var e=this._element,n=this._config,r=arguments.length<=0?void 0:arguments[0],i=r.length>0&&"function"==typeof r[0]?r[0]:null,o=r.length>1?r.slice(1):null;return i&&!this._isInitialized&&(this._debug("Fired your callback function after initializing this plugin."),i(e,n,o)),this._isInitialized=!0,this}}},{key:"destroy",value:function(){this._debug("destroy"),$.removeData(this._element,y),$(window,document,this._element).off(m),$(this._element).remove(),this._removeCache();for(var t=0,e=Object.keys(this);t1&&"function"==typeof r[1]?r[1]:null,c=r.length>2?r.slice(2):null,s={};switch(this.is_empty(o)?o={scale:i.scale,range:i.range,shift:!0}:(Object.hasOwnProperty.call(o,"shift")&&!1===o.shift||(o.shift=!0),Object.hasOwnProperty.call(o,"scale")&&this.verifyScale(o.scale)||(o.scale=i.scale),(!Object.hasOwnProperty.call(o,"range")||parseInt(o.range,10)>S[o.scale])&&(o.range=i.range)),n=new Date(i.startDatetime),!0){case/^years?$/i.test(o.scale):t=new Date(n.setFullYear(n.getFullYear()-parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):t=new Date(n.setMonth(n.getMonth()-parseInt(o.range,10)));break;default:t=new Date(n.getTime()-this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}if(s.startDatetime=t.toString(),o.shift){switch(n=new Date(i.endDatetime),!0){case/^years?$/i.test(o.scale):e=new Date(n.setFullYear(n.getFullYear()-parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):e=new Date(n.setMonth(n.getMonth()-parseInt(o.range,10)));break;default:e=new Date(n.getTime()-this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}s.endDatetime=e.toString()}o.scale!==i.scale&&(s.moveScale=o.scale),this.reload([s]),a&&(this._debug("Fired your callback function after datebacking."),a(this._element,i,c))}},{key:"dateforth",value:function(){this._debug("dateforth");var t,e,n,r=arguments.length<=0?void 0:arguments[0],i=this._config,o=this.supplement(null,r[0],this.validateObject),a=r.length>1&&"function"==typeof r[1]?r[1]:null,c=r.length>2?r.slice(2):null,s={};switch(this.is_empty(o)?o={scale:i.scale,range:i.range,shift:!0}:(Object.hasOwnProperty.call(o,"shift")&&!1===o.shift||(o.shift=!0),Object.hasOwnProperty.call(o,"scale")&&this.verifyScale(o.scale)||(o.scale=i.scale),(!Object.hasOwnProperty.call(o,"range")||parseInt(o.range,10)>S[o.scale])&&(o.range=i.range)),n=new Date(i.endDatetime),!0){case/^years?$/i.test(o.scale):e=new Date(n.setFullYear(n.getFullYear()+parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):e=new Date(n.setMonth(n.getMonth()+parseInt(o.range,10)));break;default:e=new Date(n.getTime()+this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}if(s.endDatetime=e.toString(),o.shift){switch(n=new Date(i.startDatetime),!0){case/^years?$/i.test(o.scale):t=new Date(n.setFullYear(n.getFullYear()+parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):t=new Date(n.setMonth(n.getMonth()+parseInt(o.range,10)));break;default:t=new Date(n.getTime()+this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}s.startDatetime=t.toString()}o.scale!==i.scale&&(s.moveScale=o.scale),this.reload([s]),a&&(this._debug("Fired your callback function after dateforthing."),a(this._element,this._config,c))}},{key:"alignment",value:function(){this._debug("alignment");for(var t=arguments.length,e=new Array(t),n=0;n0&&"string"==typeof s[0]?s[0]:r.rangeAlign,l=s.length>1&&/^(\d{1,}|fast|normal|slow)$/i.test(s[1])?s[1]:0;if(!(i.fullwidth<=o.scrollWidth)){switch(!0){case/^(left|begin)$/i.test(u):c=0;break;case/^center$/i.test(u):c=(a[0].scrollWidth-o.scrollWidth)/2+1;break;case/^(right|end)$/i.test(u):c=a[0].scrollWidth-o.scrollWidth+1;break;case/^latest$/i.test(u):var f=this._mapPlacedEvents().sort(this.compareValues("x")),h=f[f.length-1];c=this.is_empty(h)?0:h.x,o.scrollWidth/20&&(p=d.find(function(t){return t.eventId==parseInt(u,10)})),c=this.is_empty(p)?0:p.x,Math.ceil(o.scrollWidth/2)=0?a[0].scrollWidth-o.scrollWidth+11&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a=0,c=!1,!this.is_empty(n)&&this._isCompleted){t.next=4;break}return t.abrupt("return");case 4:if(this.is_empty(o)||(o.sort(this.compareValues("eventId")),a=parseInt(o[o.length-1].eventId,10)),n.forEach(function(t){var e=s._registerEventData("
",t);s.is_empty(e)||(e.eventId=Math.max(a+1,parseInt(e.eventId,10)),o.push(e),a=parseInt(e.eventId,10),c=!0)}),c){t.next=8;break}return t.abrupt("return");case 8:return this._saveToCache(o),t.next=11,this._placeEvent();case 11:r&&(this._debug("Fired your callback function after replacing events."),r(this._element,this._config,i));case 12:case"end":return t.stop()}},t,this)})),function(){return g.apply(this,arguments)})},{key:"removeEvent",value:(p=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c,s=this,u=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("removeEvent"),e=u.length<=0?void 0:u[0],n=this.supplement(null,e[0],this.validateArray),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a={},c=[],!this.is_empty(n)&&this._isCompleted&&!this.is_empty(o)){t.next=4;break}return t.abrupt("return");case 4:if(n.forEach(function(t){switch(!0){case/^\d{1,}$/.test(t):a.type="eventId",a.value=parseInt(t,10);break;case/^(|\d{1,}(-|\/)\d{1,2}(-|\/)\d{1,2}(|\s\d{1,2}:\d{1,2}(|:\d{1,2})))(|,\d{1,}(-|\/)\d{1,2}(-|\/)\d{1,2}(|\s\d{1,2}:\d{1,2}(|:\d{1,2})))$/.test(t):var e=t.split(",");a.type="daterange",a.value={},a.value.from=s.is_empty(e[0])?null:new Date(e[0]),a.value.to=s.is_empty(e[1])?null:new Date(e[1]);break;default:a.type="regex",a.value=new RegExp(t)}o.forEach(function(t){var e=!1;switch(a.type){case"eventId":parseInt(t.eventId,10)==a.value&&(e=!0);break;case"daterange":var n=a.value.from?Math.ceil(s._getCoordinateX(a.value.from.toString())):0,r=a.value.to?Math.floor(s._getCoordinateX(a.value.to.toString())):n;n<=t.x&&t.x<=r&&(e=!0);break;case"regex":a.value.test(JSON.stringify(t))&&(e=!0)}e||c.push(t)})}),c.length!==o.length){t.next=8;break}return t.abrupt("return");case 8:return this._saveToCache(c),t.next=11,this._placeEvent();case 11:r&&(this._debug("Fired your callback function after placing additional events."),r(this._element,this._config,i));case 12:case"end":return t.stop()}},t,this)})),function(){return p.apply(this,arguments)})},{key:"updateEvent",value:(f=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c=this,s=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("updateEvent"),e=s.length<=0?void 0:s[0],n=this.supplement(null,e[0],this.validateArray),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a=!1,!this.is_empty(n)&&this._isCompleted&&!this.is_empty(o)){t.next=4;break}return t.abrupt("return");case 4:if(n.forEach(function(t){var e=c._registerEventData("
",t),n=null,r=o.find(function(t,r){return n=r,t.eventId==e.eventId}),i={};c.is_empty(r)||c.is_empty(e)||(Object.hasOwnProperty.call(e,"uid")&&delete e.uid,i=Object.assign(i,r,e),o[n]=i,a=!0)}),a){t.next=7;break}return t.abrupt("return");case 7:return this._saveToCache(o),t.next=10,this._placeEvent();case 10:r&&(this._debug("Fired your callback function after updating events."),r(this._element,this._config,i));case 11:case"end":return t.stop()}},t,this)})),function(){return f.apply(this,arguments)})},{key:"reload",value:(a=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c,s,u,l,f,h=this,d=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("reload"),e=d.length<=0?void 0:d[0],n=this.supplement(null,e[0],this.validateObject),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._element,a=$(o).find(O.DEFAULT_EVENTS),c=this._config,s={},this.is_empty(n)||(s=this.mergeDeep(c,n),this._config=s),this._isInitialized=!1,this._isCached=!1,this._isCompleted=!1,this._instanceProps={},this._countEventinCell={},$(o).empty().append(a),this._calcVars(),this.showLoader(),Object.hasOwnProperty.call(this._config,"moveScale")?(u=this._config.moveScale,delete this._config.moveScale):u=this._config.scale,this._verifyMaxRenderableRange(u)){t.next=14;break}throw new RangeError("Timeline display period exceeds maximum renderable range.");case 14:return this._isInitialized||(this._renderView(),this._isInitialized=!0),this._config.reloadCacheKeep?(l=this._loadToCache(),f=[],this.is_empty(l)||l.forEach(function(t){delete t.uid,delete t.x,delete t.Y,delete t.width,delete t.height,delete t.relation.x,delete t.relation.y,f.push(h._registerEventData("
",t))}),this._isCached=this._saveToCache(f)):this._loadEvent(),t.next=18,this._placeEvent();case 18:return this._isCompleted=!0,t.next=21,this.hideLoader();case 21:r&&(this._debug("Fired your callback function after reloading timeline."),r(this._element,this._config,i)),$.fn.popover&&$('[data-toggle="popover"]').popover();case 23:case"end":return t.stop()}},t,this)})),function(){return a.apply(this,arguments)})},{key:"openEvent",value:function(t){this._debug("openEvent");var e=this,n=t.target,r=$(document).find(O.EVENT_VIEW),i=$(n).data("uid"),o=this.supplement(null,$(n).data("callback")),a=e._loadToCache().find(function(t){return t.uid===i});if(r.length>0&&r.each(function(){var t=$("
",{class:T.VIEWER_EVENT_TITLE}),n=$("
",{class:T.VIEWER_EVENT_CONTENT}),r=$("
",{class:T.VIEWER_EVENT_META}),i=$("
",{class:T.VIEWER_EVENT_IMAGE_WRAPPER});$(this).empty(),e.is_empty(a.image)||(i.append('')),$(this).append(i)),e.is_empty(a.label)||(t.html(a.label),$(this).append(t)),e.is_empty(a.content)||(n.html(a.content),$(this).append(n)),e.is_empty(a.rangeMeta)||(r.html(a.rangeMeta),$(this).append(r))}),o){this._debug('The callback "'.concat(o,'" was called by the "openEvent" method.'));try{Function.call(null,"return ".concat(o))()}catch(t){throw new TypeError(t)}}else this._config.onOpenEvent(a)}},{key:"zoomScale",value:function(t){var e=this;this._debug("zoomScale");var n=t.currentTarget,r=$(n).data("ruler-item"),i={millennium:{years:1e3,lower:"century",minGrids:10},century:{years:100,lower:"decade",minGrids:10},decade:{years:10,lower:"lustrum",minGrids:2},lustrum:{years:5,lower:"year",minGrids:5},year:{years:1,lower:"month",minGrids:12},month:{lower:"day",minGrids:28},week:{lower:"day",minGrids:7},day:{lower:"hour",minGrids:24},weekday:{lower:"hour",minGrids:24},hour:{lower:"minute",minGrids:60},minute:{lower:"second",minGrids:60},second:{lower:null,minGrids:60},millisecond:{lower:null,minGrids:1e3}},a=function(t){var n,r,a,c,s=o(t.split("-"),2),u=s[0],l=s[1],f=e._filterScaleKeyName(u),h=i[f].minGrids;switch(!0){case/^millennium$/i.test(f):case/^century$/i.test(f):case/^decade$/i.test(f):case/^lustrum$/i.test(f):n="".concat((l-1)*i[f].years+1,"/1/1 0:00:00"),r=new Date(e.modifyDate(n,i[f].years,"year").getTime()-1).toString();break;case/^year$/i.test(f):n="".concat(l,"/1/1 0:00:00"),r=new Date(e.modifyDate(n,i[f].years,"year").getTime()-1).toString();break;case/^month$/i.test(f):n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,"month").getTime()-1).toString();break;case/^week$/i.test(f):var d=o(l.split(","),2);a=d[0],c=d[1],n=e.getFirstDayOfWeek(c,a).toString(),r=new Date(e.modifyDate(n,7,"day").getTime()-1).toString();break;case/^day$/i.test(f):case/^weekday$/i.test(f):l="weekday"===f?l.substring(0,l.indexOf(",")):l,n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,"day").getTime()-1).toString();break;case/^hour$/i.test(f):case/^minute$/i.test(f):case/^second$/i.test(f):case/^millisecond$/i.test(f):default:n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,f).getTime()-1).toString()}return[f=Object.hasOwnProperty.call(i,f)?i[f].lower:f,n,r,h]}(r),c=o(a,4),s=c[0],u=c[1],l=c[2],f=c[3],h={startDatetime:u,endDatetime:l,scale:s};if(!this.is_empty(h.scale)){if(this._config.wrapScale){var d,p=Math.ceil(($(this._element).find(O.TIMELINE_CONTAINER).width()-$(this._element).find(O.TIMELINE_SIDEBAR).width())/f);Object.hasOwnProperty.call(this._config,"originMinGridSize")||(this._config.originMinGridSize=this._config.minGridSize),d=this._config.originMinGridSize,h.minGridSize=Math.max(p,d)}this.reload([h])}}},{key:"showLoader",value:function(){this._debug("showLoader");var t=$(this._element),e=this._config,n=this._instanceProps,r=t.find(O.TIMELINE_CONTAINER),i=n.scaleSize*n.grids,o=n.rowSize*n.rows,a=$("
",{class:"jqtl-loader",style:"max-width:".concat(i,"px;min-height:").concat(o,"px;")}),c=null,s="";!1!==e.loader&&(0==r.length&&(r=r.prevObject),0==t.find(O.LOADER).length?(0==$(e.loader).length?(s=this.is_empty(e.loadingMessage)?"":e.loadingMessage,c=$("
",{class:T.LOADER_ITEM}).html(s)):c=$(e.loader).clone().prop("hidden",!1).css("display","block"),a.append(c),r.append(a)):t.find(O.LOADER).css({width:"100%",height:"100%"}),t.find(O.LOADER).attr("data-state","show"))}},{key:"hideLoader",value:function(){var t=this;return new Promise(function(e){t._debug("hideLoader"),$(t._element).find(O.LOADER).attr("data-state","hide"),setTimeout(function(){e()},300)})}},{key:"is_empty",value:function(t){if(null==t)return!0;switch(u(t)){case"object":return Array.isArray(t)?0===t.length:!(Object.keys(t).length>0||Object.getOwnPropertySymbols(t).length>0)&&(void 0!==t.valueOf().length?0===t.valueOf().length:"object"===u(t.valueOf())||this.is_empty(t.valueOf()));case"string":return""===t;case"number":return 0==t;case"boolean":return!t;case"undefined":case"null":return!0;case"symbol":case"function":default:return!1}}},{key:"is_Object",value:function(t){return t&&"object"===u(t)&&!Array.isArray(t)}},{key:"mergeDeep",value:function(t,e){var n=Object.assign({},t);if(this.is_Object(t)&&this.is_Object(e))for(var r=0,i=Object.keys(e);r0&&void 0!==arguments[0]?arguments[0]:1e3;return(new Date).getTime().toString(16)+Math.floor(t*Math.random()).toString(16)}},{key:"numRound",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"round";e=this.supplement(0,e,this.validateNumeric);var r=Math.pow(10,e);switch(!0){case/^ceil$/i.test(n):return Math.ceil(t*r)/r;case/^floor$/i.test(n):return Math.floor(t*r)/r;case/^round$/i.test(n):default:return Math.round(t*r)/r}}},{key:"hexToRgbA",value:function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return/^#([A-Fa-f0-9]{3}){1,2}$/.test(t)?(3==(e=t.substring(1).split("")).length&&(e=[e[0],e[0],e[1],e[1],e[2],e[2]]),e="0x".concat(e.join("")),"rgba(".concat([e>>16&255,e>>8&255,255&e].join(","),",").concat(n,")")):t}},{key:"getCorrectDatetime",value:function(t){var e;switch(u(t)){case"number":e=new Date(t);break;case"string":e=function(t){var e,n,i,a,c=function(t){var e,n=/^-/.test(t),r=n?"-":"";switch(n&&(t=t.replace(/^-/,"")),e=t.replace(/-/g,"/"),!0){case/^\d{1,4}\/\d{1,2}$/.test(e):return"".concat(r).concat(e,"/1");case/^.+(\.\d{1,3})$/.test(e):return isNaN(Date.parse(e))&&(e=e.replace(RegExp.$1,"")),"".concat(r).concat(e);default:return"".concat(r).concat(e)}}(t),s=0;switch(!0){case/^-?\d{1,}\/\d{1,2}(|\/\d{1,2})(| \d{1,2}(|:\d{1,2}(|:\d{1,2})))$/i.test(c):var u=o(c.split(" "),2);e=u[0],n=u[1],(i=e.split("/"))[1]&&(s=Math.floor(i[1]/13),i[1]=parseInt(i[1],10)-1);var f,h,d=[0,0,0];n?(f=i).push.apply(f,l(Object.assign(d,n.split(":")))):(h=i).push.apply(h,d),a=new Date(r(Date,l(i)).setFullYear(parseInt(i[0],10)+s));break;case/^-?\d+$/.test(c):a=new Date(c,0,1,0,0,0,0).setFullYear(parseInt(c,10));break;default:a=new Date(c.toString())}return a}(t);break;case"object":t instanceof Date&&(e=t)}return isNaN(e)||!e?(console.warn('"'.concat(t,'" Cannot parse date because invalid format.')),null):(e instanceof Date==0&&(e=new Date(e)),e)}},{key:"getWeek",value:function(t){if(this.is_empty(t))return!1;for(var e=this._config.firstDayOfWeek,n=this.getCorrectDatetime(t),r=this.getCorrectDatetime("".concat(n.getFullYear(),"/1/1")),i=n.toDateString(),o=1,a=r,c=0;c<367&&(c>0&&(a=this.modifyDate(r,c,"day")),a.getDay()==e&&o++,a.toDateString()!==i);c++);return o}},{key:"getFirstDayOfWeek",value:function(t,e){if(this.is_empty(t))return!1;e=this.is_empty(e)?(new Date).getFullYear():parseInt(e,10);var n,r=this._config.firstDayOfWeek,i=this.getCorrectDatetime("".concat(e,"/1/1")),o=i.getDay(),a=i,c=o>r?o-r:0,s=c<=0?0:1;if(s==t&&o==r)n=i;else{for(var u=c;uc&&(a=this.modifyDate(i,u,"day")),a.getDay()==r){s++;break}n=s==t?a:this.modifyDate(a,7*(t-s),"day")}return n}},{key:"modifyDate",value:function(t,e,n){if(this.is_empty(t)||this.is_empty(e)||this.is_empty(n)||!this.verifyScale(n))return!1;var i,o=this.getCorrectDatetime(t),a=this.validateNumeric(0,e),c=[o.getFullYear(),o.getMonth(),o.getDate(),o.getHours(),o.getMinutes(),o.getSeconds(),o.getMilliseconds()],s=new Date(r(Date,c).setFullYear(c[0]));switch(!0){case/^millenniums?|millennia$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+1e3*a));break;case/^century$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+100*a));break;case/^dec(ade|ennium)$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+10*a));break;case/^lustrum$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+5*a));break;case/^years?$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+a));break;case/^months?$/i.test(n):i=new Date(s.setMonth(s.getMonth()+a));break;case/^weeks?$/i.test(n):(i=new Date(s.setDate(s.getDate()+7*a))).setHours(c[3]),i.setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^(|week)days?$/i.test(n):(i=new Date(s.setDate(s.getDate()+a))).setHours(c[3]),i.setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^hours?$/i.test(n):(i=new Date(s.setTime(s.getTime()+60*a*60*1e3))).setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^minutes?$/i.test(n):(i=new Date(s.setTime(s.getTime()+60*a*1e3))).setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^seconds?$/i.test(n):(i=new Date(s.setTime(s.getTime()+1e3*a))).setMilliseconds(c[6]);break;default:i=new Date(s.setTime(s.getTime()+a))}return i}},{key:"diffDate",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"millisecond",r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=void 0===t?null:t,o=void 0===e?null:e,a=0,c=!1,s=function(t){var e=new Date(t.getFullYear(),t.getMonth()+1,1);return e.setTime(e.getTime()-1),e.getDate()},u=function(t){for(var e=new Date(t.getFullYear(),0,1),n=0,r=0;r<12;r++)e.setMonth(r),n+=s(e);return 365!=n};if(!i||!o)return console.warn("Cannot parse date to get difference because undefined."),!1;if(a=o-i,isNaN(a))return console.warn("Cannot parse date to get difference because invalid format."),!1;r&&(a=Math.abs(a));var l=i instanceof Date?i:new Date(i),f=o instanceof Date?o:new Date(o),h=f.getFullYear()-l.getFullYear(),d={};switch(!0){case/^millenniums?|millennia$/i.test(n):var p=l.getFullYear(),g=f.getFullYear(),v=Math.ceil((0==p?1:p)/1e3),y=Math.ceil((0==g?1:g)/1e3),m=v;for(d[v]=y-v>0?1e3*v-p:g-p,m++;m<=y;)d[m]=y-m>0?1e3:g-1e3*(m-1),m++;c=d;break;case/^century$/i.test(n):var b=l.getFullYear(),E=f.getFullYear(),w=Math.ceil((0==b?1:b)/100),_=Math.ceil((0==E?1:E)/100),S=w;for(d[w]=_-w>0?100*w-b:E-b,S++;S<=_;)d[S]=_-S>0?100:E-100*(S-1),S++;c=d;break;case/^dec(ade|ennium)$/i.test(n):for(var I,x,T=l.getFullYear(),O=f.getFullYear(),k=0==T?1:T;k<=O;)x=u(new Date(k,0,1))?366:365,I=Math.ceil(k/10),Object.hasOwnProperty.call(d,I)?d[I]+=x:d[I]=x,k++;c=d;break;case/^lustrum$/i.test(n):for(var M,N,R=l.getFullYear(),D=f.getFullYear(),A=0==R?1:R;A<=D;)N=u(new Date(A,0,1))?366:365,M=Math.ceil(A/5),Object.hasOwnProperty.call(d,M)?d[M]+=N:d[M]=N,A++;c=d;break;case/^years?$/i.test(n):if(h>0)for(var $=0;$<=h;$++){var L=new Date(l.getFullYear()+$,0,1);d["".concat(l.getFullYear()+$)]=u(L)?366:365}else d["".concat(l.getFullYear())]=u(l)?366:365;c=d;break;case/^months?$/i.test(n):if(h>0){for(var P=l.getMonth();P<12;P++){var j=new Date(l.getFullYear(),P,1);d["".concat(l.getFullYear(),"/").concat(P+1)]=s(j)}if(h>1)for(var C=1;C1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=-1,o=this.is_empty(e)||this.is_empty(n),a=!!r&&this.diffDate(e,n,t);if(void 0===t||"string"!=typeof t)return!1;switch(!0){case/^millisec(|ond)s?$/i.test(t):i=1;break;case/^seconds?$/i.test(t):i=1e3;break;case/^minutes?$/i.test(t):i=6e4;break;case/^quarter-?(|hour)$/i.test(t):i=9e5;break;case/^half-?(|hour)$/i.test(t):i=18e5;break;case/^hours?$/i.test(t):i=36e5;break;case/^(|week)days?$/i.test(t):i=864e5;break;case/^weeks?$/i.test(t):i=6048e5;break;case/^months?$/i.test(t):i=2630016000.0000005;break;case/^years?$/i.test(t):i=315576e5;break;case/^lustrum$/i.test(t):i=157788e6;break;case/^dec(ade|ennium)$/i.test(t):i=315576e6;break;case/^century$/i.test(t):i=315576e7;break;case/^millenniums?|millennia$/i.test(t):i=315576e8;break;default:console.warn('Specified an invalid "'.concat(t,'" scale.')),i=-1}return o?i>0:r?a:i}},{key:"getHigherScale",value:function(t){return this.findScale(t,"higher")}},{key:"getLowerScale",value:function(t){return this.findScale(t,"lower")}},{key:"findScale",value:function(t,e){var n,r=[["millisecond","^millisec(|ond)s?$"],["second","^seconds?$"],["minute","^minutes?$"],["hour","^(|half|quarter)-?(|hour)s?$"],["day","^(|week)days?$"],["week","^weeks?$"],["month","^months?$"],["year","^years?$"],["lustrum","^lustrum$"],["decade","^dec(ade|ennium)$"],["century","^century$"],["millennium","^millenniums?|millennia$"]],i=r.findIndex(function(e){return new RegExp("".concat(e[1]),"i").test(t)});switch(!0){case/^higher$/i.test(e):return r[i=r[i+1]?i+1:i][0];case/^higher\s?all$/i.test(e):return(n=(n=r.slice(i+1)).reduce(function(t,e){return t.concat(e[0])},[])).includes("day")&&n.push("weekday"),n;case/^lower$/i.test(e):return r[i=r[i-1]?i-1:i][0];case/^lower\s?all$/i.test(e):return(n=(n=r.slice(0,i)).reduce(function(t,e){return t.concat(e[0])},[])).includes("day")&&n.push("weekday"),n;default:return r[i][0]}}},{key:"getLocaleString",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"en-US",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};function i(){try{(new Date).toLocaleString("i")}catch(t){return"RangeError"===t.name}return!1}var a,c,s,u,l,f,h,d=i(),p="",g={},v=!1,y=function(t){var e=["th","st","nd","rd"],n=t%100;return t+(e[(n-20)%10]||e[n]||e[0])},m=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4,n=function(t,e){return Array(t+1).join(e)},r=n(e-String(t).length,"0");return String(t).length==e?String(t):(r+t).substr(-1*t)};if(this.is_empty(t))return!1;for(a in n=this.supplement("en-US",n,this.validateString),r=this.supplement({},r,this.validateObject))/^(localeMatcher|timeZone|hour12|formatMatcher|era|timeZoneName)$/.test(a)&&(g[a]=r[a]);switch(Object.keys(g).length>0&&(v=!0),!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):l=this.getCorrectDatetime(t).getFullYear(),c=/^millenniums?|millennia$/i.test(e)?1e3:/^century$/i.test(e)?100:/^dec(ade|ennium)$/i.test(e)?10:5,u=this.numRound(l/c,0,"ceil"),p=Object.hasOwnProperty.call(r,e)&&"ordinal"===r[e]?y(u):u;break;case/^years?$/i.test(e):l=(c=this.getCorrectDatetime(t)).getFullYear(),d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit)$/i.test(r[e])?(g.year=r[e],p=c.toLocaleString(n,g)):/^zerofill$/i.test(r[e])?(p=l.toString().length>3?l:m(l,4),v&&(p=c.toLocaleDateString(n,g).replace(l,p))):p=l:v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?l:p;break;case/^months?$/i.test(e):f=(c=this.getCorrectDatetime(t)).getMonth()+1,d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit|narrow|short|long)$/i.test(r[e])?(g.month=r[e],p=c.toLocaleString(n,g)):p=f:v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?f:p;break;case/^weeks?$/i.test(e):if("string"==typeof t&&/^(.*)+,\d{1,2}$/.test(t)){var b=t.split(","),E=o(b,2);s=E[0],u=E[1],h=parseInt(u,10)}else h=this.getWeek(this.getCorrectDatetime(t));p=Object.hasOwnProperty.call(r,e)&&"ordinal"===r[e]?y(h):h;break;case/^weekdays?$/i.test(e):if("string"==typeof t&&/^(.*)+,\d{1}$/.test(t)){var w=t.split(","),_=o(w,2);s=_[0],u=_[1],c=this.getCorrectDatetime(s),u=parseInt(u,10)}else c=this.getCorrectDatetime(t);d&&(Object.hasOwnProperty.call(r,e)?/^(narrow|short|long)$/i.test(r[e])&&(g.weekday=r[e],p=c.toLocaleString(n,g)):v&&(p=c.toLocaleDateString(n,g))),this.is_empty(p)&&(s=c.toLocaleDateString(n,{weekday:"long"}),p=/^short$/i.test(r[e])?s.substring(0,3):/^long$/i.test(r[e])?s:s.substring(0,1));break;case/^days?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit)$/i.test(r[e])?(g.day=r[e],p=c.toLocaleString(n,g)):/^ordinal$/i.test(r[e])&&(p=y(parseInt(c.getDate(),10))):v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?c.getDate():p;break;case/^hours?$/i.test(e):case/^(half|quarter)-?hours?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.hour=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getHours():p;break;case/^minutes?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.minute=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getMinutes():p;break;case/^seconds?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.second=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric",g.second="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getSeconds():p;break;case/^millisec(|ond)s?$/i.test(e):c=this.getCorrectDatetime(t),Object.hasOwnProperty.call(r,e)&&(p=/^numeric$/i.test(r[e])?parseInt(c.getMilliseconds(),10):m(parseInt(c.getMilliseconds(),10),3)),p=this.is_empty(p)?c.getMilliseconds():p;break;case/^custom$/i.test(e):c=this.getCorrectDatetime(t),Object.hasOwnProperty.call(r,e)&&(p=this.datetimeFormat(c,r[e],n)),p=this.is_empty(p)?c.toString():p;break;default:c=this.getCorrectDatetime(t),p=v?c.toLocaleString(n,g):c.toString()}return p.toString()}},{key:"datetimeFormat",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"en-US",i=t instanceof Date?t:this.getCorrectDatetime(t),o=n.toString().split(""),a="YyZmBbdwWAaIHMSj".split(""),c="",s=function(t){var e=new Date(t.getFullYear(),t.getMonth()+1,1);return e.setTime(e.getTime()-1),e.getDate()};return this.is_empty(o)?i.toString():(o.forEach(function(t,n,o){var u=!1,l="";if(a.includes(t)&&!e.is_empty(o[n-1])&&"%"===o[n-1]&&(u=e.is_empty(o[n-2])||"\\"!==o[n-2]),u){switch(t){case"Y":case"y":case"Z":var f=i.getFullYear();l="Z"===t?f<10?"000".concat(f):f<100?"00".concat(f):f<1e3?"0".concat(f):f:"Y"===t?f:f.toString().slice(-2);break;case"m":case"B":case"b":if("m"===t){var h=i.getMonth()+1;l=h<10?"0".concat(h):h}else{var d={month:"B"===t?"long":"short"};l=i.toLocaleDateString(r,d)}break;case"d":var p=i.getDate();l=p<10?"0".concat(p):p;break;case"w":case"A":case"a":if("w"===t)l=i.getDay();else{var g={weekday:"A"===t?"long":"short"};l=i.toLocaleDateString(r,g)}break;case"W":l=e.getWeek(i);break;case"I":case"H":var v={hour12:"I"===t,hour:"numeric"};l=i.toLocaleTimeString(r,v);break;case"M":l=i.toLocaleTimeString(r,{minute:"numeric"});break;case"S":l=i.toLocaleTimeString(r,{second:"numeric"});break;case"j":var y,m=new Date(i.getFullYear(),0,1),b=i.getMonth(),E=0;for(y=0;y');return 0==$("#jqtl-str-ruler").length&&$("body").append(n),e=$("#jqtl-str-ruler").text(t).get(0).offsetWidth,$("#jqtl-str-ruler").empty(),e}},{key:"compareValues",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";return function(n,r){if(!Object.hasOwnProperty.call(n,t)||!Object.hasOwnProperty.call(r,t))return 0;var i="string"==typeof n[t]?n[t].toUpperCase():n[t],o="string"==typeof r[t]?r[t].toUpperCase():r[t],a=0;return i>o?a=1:i1?n-1:0),i=1;it;)o(n,t,arguments[t++]);return n.length=e,n}})},function(t,e,n){var r=n(0),i=n(157),o=n(36);r({target:"Array",proto:!0},{copyWithin:i}),o("copyWithin")},function(t,e,n){"use strict";var r=n(0),i=n(12).every;r({target:"Array",proto:!0,forced:n(28)("every")},{every:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(0),i=n(95),o=n(36);r({target:"Array",proto:!0},{fill:i}),o("fill")},function(t,e,n){"use strict";var r=n(0),i=n(158),o=n(10),a=n(8),c=n(23),s=n(55);r({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),n=a(e.length),r=s(e,0);return r.length=i(r,e,e,n,0,void 0===t?1:c(t)),r}})},function(t,e,n){"use strict";var r=n(0),i=n(158),o=n(10),a=n(8),c=n(20),s=n(55);r({target:"Array",proto:!0},{flatMap:function(t){var e,n=o(this),r=a(n.length);return c(t),(e=s(n,0)).length=i(e,n,n,r,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},function(t,e,n){"use strict";var r=n(0),i=n(153);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(t,e,n){var r=n(0),i=n(159);r({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},function(t,e,n){"use strict";var r=n(0),i=n(12).map;r({target:"Array",proto:!0,forced:!n(56)("map")},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(75).left;r({target:"Array",proto:!0,forced:n(28)("reduce")},{reduce:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(75).right;r({target:"Array",proto:!0,forced:n(28)("reduceRight")},{reduceRight:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(40),o=[].reverse,a=[1,2];r({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),o.call(this)}})},function(t,e,n){"use strict";var r=n(0),i=n(12).some;r({target:"Array",proto:!0,forced:n(28)("some")},{some:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(33),o=n(23),a=n(8),c=n(10),s=n(55),u=n(41),l=n(56),f=Math.max,h=Math.min;r({target:"Array",proto:!0,forced:!l("splice")},{splice:function(t,e){var n,r,l,d,p,g,v=c(this),y=a(v.length),m=i(t,y),b=arguments.length;if(0===b?n=r=0:1===b?(n=0,r=y-m):(n=b-2,r=h(f(o(e),0),y-m)),y+n-r>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=s(v,r),d=0;dy-r+n;d--)delete v[d-1]}else if(n>r)for(d=y-r;d>m;d--)g=d+n-1,(p=d+r-1)in v?v[g]=v[p]:delete v[g];for(d=0;da;){if(e=+arguments[a++],i(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(55296+((e-=65536)>>10),e%1024+56320))}return n.join("")}})},function(t,e,n){var r=n(0),i=n(18),o=n(8);r({target:"String",stat:!0},{raw:function(t){for(var e=i(t.raw),n=o(e.length),r=arguments.length,a=[],c=0;n>c;)a.push(String(e[c++])),c1?arguments[1]:void 0,r=i(e.length),c=void 0===n?r:u(i(n),r),l=String(t);return s?s.call(e,l,c):e.slice(c-l.length,c)===l}})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(8),a=n(14),c=n(72),s=n(73);r("match",1,function(t,e,n){return[function(e){var n=a(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=i(t),u=String(this);if(!a.global)return s(a,u);var l=a.unicode;a.lastIndex=0;for(var f,h=[],d=0;null!==(f=s(a,u));){var p=String(f[0]);h[d]=p,""===p&&(a.lastIndex=c(u,o(a.lastIndex),l)),d++}return 0===d?null:h}]})},function(t,e,n){"use strict";var r=n(0),i=n(87),o=n(14),a=n(8),c=n(20),s=n(4),u=n(59),l=n(62),f=n(13),h=n(7),d=n(29),p=n(72),g=n(19),v=n(31),y=h("matchAll"),m=g.set,b=g.getterFor("RegExp String Iterator"),E=RegExp.prototype,w=E.exec,_=i(function(t,e,n,r){m(this,{type:"RegExp String Iterator",regexp:t,string:e,global:n,unicode:r,done:!1})},"RegExp String",function(){var t=b(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=function(t,e){var n,r=t.exec;if("function"==typeof r){if("object"!=typeof(n=r.call(t,e)))throw TypeError("Incorrect exec result");return n}return w.call(t,e)}(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""==String(r[0])&&(e.lastIndex=p(n,a(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})}),S=function(t){var e,n,r,i,o,c,u=s(this),f=String(t);return e=d(u,RegExp),void 0===(n=u.flags)&&u instanceof RegExp&&!("flags"in E)&&(n=l.call(u)),r=void 0===n?"":String(n),i=new e(e===RegExp?u.source:u,r),o=!!~r.indexOf("g"),c=!!~r.indexOf("u"),i.lastIndex=a(u.lastIndex),new _(i,f,o,c)};r({target:"String",proto:!0},{matchAll:function(t){var e,n,r,i=o(this);return null!=t&&(void 0===(n=t[y])&&v&&"RegExp"==u(t)&&(n=S),null!=n)?c(n).call(t,i):(e=String(i),r=new RegExp(t,"g"),v?S.call(r,e):r[y](e))}}),v||y in E||f(E,y,S)},function(t,e,n){"use strict";var r=n(0),i=n(96).end;r({target:"String",proto:!0,forced:n(160)},{padEnd:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(96).start;r({target:"String",proto:!0,forced:n(160)},{padStart:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){n(0)({target:"String",proto:!0},{repeat:n(97)})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(14),a=n(156),c=n(73);r("search",1,function(t,e,n){return[function(e){var n=o(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=i(t),s=String(this),u=o.lastIndex;a(u,0)||(o.lastIndex=0);var l=c(o,s);return a(o.lastIndex,u)||(o.lastIndex=u),null===l?-1:l.index}]})},function(t,e,n){"use strict";var r=n(0),i=n(8),o=n(92),a=n(14),c=n(93),s="".startsWith,u=Math.min;r({target:"String",proto:!0,forced:!c("startsWith")},{startsWith:function(t){var e=String(a(this));o(t);var n=i(u(arguments.length>1?arguments[1]:void 0,e.length)),r=String(t);return s?s.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){"use strict";var r=n(0),i=n(45).trim;r({target:"String",proto:!0,forced:n(98)("trim")},{trim:function(){return i(this)}})},function(t,e,n){"use strict";var r=n(0),i=n(45).start,o=n(98)("trimStart"),a=o?function(){return i(this)}:"".trimStart;r({target:"String",proto:!0,forced:o},{trimStart:a,trimLeft:a})},function(t,e,n){"use strict";var r=n(0),i=n(45).end,o=n(98)("trimEnd"),a=o?function(){return i(this)}:"".trimEnd;r({target:"String",proto:!0,forced:o},{trimEnd:a,trimRight:a})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("anchor")},{anchor:function(t){return i(this,"a","name",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("big")},{big:function(){return i(this,"big","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("blink")},{blink:function(){return i(this,"blink","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("bold")},{bold:function(){return i(this,"b","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fixed")},{fixed:function(){return i(this,"tt","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fontcolor")},{fontcolor:function(t){return i(this,"font","color",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fontsize")},{fontsize:function(t){return i(this,"font","size",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("italics")},{italics:function(){return i(this,"i","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("link")},{link:function(t){return i(this,"a","href",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("small")},{small:function(){return i(this,"small","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("strike")},{strike:function(){return i(this,"strike","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("sub")},{sub:function(){return i(this,"sub","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("sup")},{sup:function(){return i(this,"sup","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(71);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(t,e,n){var r=n(6),i=n(9),o=n(62);r&&"g"!=/./g.flags&&i.f(RegExp.prototype,"flags",{configurable:!0,get:o})},function(t,e,n){var r=n(0),i=n(161);r({global:!0,forced:parseFloat!=i},{parseFloat:i})},function(t,e,n){n(0)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(t,e,n){n(0)({target:"Number",stat:!0},{isFinite:n(261)})},function(t,e,n){var r=n(2).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&r(t)}},function(t,e,n){n(0)({target:"Number",stat:!0},{isInteger:n(162)})},function(t,e,n){n(0)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},function(t,e,n){var r=n(0),i=n(162),o=Math.abs;r({target:"Number",stat:!0},{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,e,n){n(0)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,n){n(0)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,n){var r=n(0),i=n(161);r({target:"Number",stat:!0,forced:Number.parseFloat!=i},{parseFloat:i})},function(t,e,n){var r=n(0),i=n(139);r({target:"Number",stat:!0,forced:Number.parseInt!=i},{parseInt:i})},function(t,e,n){"use strict";var r=n(0),i=n(23),o=n(163),a=n(97),c=n(1),s=1..toFixed,u=Math.floor,l=function(t,e,n){return 0===e?n:e%2==1?l(t,e-1,n*t):l(t*t,e/2,n)};r({target:"Number",proto:!0,forced:s&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!c(function(){s.call({})})},{toFixed:function(t){var e,n,r,c,s=o(this),f=i(t),h=[0,0,0,0,0,0],d="",p="0",g=function(t,e){for(var n=-1,r=e;++n<6;)r+=t*h[n],h[n]=r%1e7,r=u(r/1e7)},v=function(t){for(var e=6,n=0;--e>=0;)n+=h[e],h[e]=u(n/t),n=n%t*1e7},y=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==h[t]){var n=String(h[t]);e=""===e?n:e+a.call("0",7-n.length)+n}return e};if(f<0||f>20)throw RangeError("Incorrect fraction digits");if(s!=s)return"NaN";if(s<=-1e21||s>=1e21)return String(s);if(s<0&&(d="-",s=-s),s>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(s*l(2,69,1))-69)<0?s*l(2,-e,1):s/l(2,e,1),n*=4503599627370496,(e=52-e)>0){for(g(0,n),r=f;r>=7;)g(1e7,0),r-=7;for(g(l(10,r,1),0),r=e-1;r>=23;)v(1<<23),r-=23;v(1<0?d+((c=p.length)<=f?"0."+a.call("0",f-c)+p:p.slice(0,c-f)+"."+p.slice(c-f)):d+p}})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(163),a=1..toPrecision;r({target:"Number",proto:!0,forced:i(function(){return"1"!==a.call(1,void 0)})||!i(function(){a.call({})})},{toPrecision:function(t){return void 0===t?a.call(o(this)):a.call(o(this),t)}})},function(t,e,n){var r=n(0),i=n(164),o=Math.acosh,a=Math.log,c=Math.sqrt,s=Math.LN2;r({target:"Math",stat:!0,forced:!o||710!=Math.floor(o(Number.MAX_VALUE))||o(1/0)!=1/0},{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?a(t)+s:i(t-1+c(t-1)*c(t+1))}})},function(t,e,n){var r=n(0),i=Math.asinh,o=Math.log,a=Math.sqrt;r({target:"Math",stat:!0,forced:!(i&&1/i(0)>0)},{asinh:function t(e){return isFinite(e=+e)&&0!=e?e<0?-t(-e):o(e+a(e*e+1)):e}})},function(t,e,n){var r=n(0),i=Math.atanh,o=Math.log;r({target:"Math",stat:!0,forced:!(i&&1/i(-0)<0)},{atanh:function(t){return 0==(t=+t)?t:o((1+t)/(1-t))/2}})},function(t,e,n){var r=n(0),i=n(99),o=Math.abs,a=Math.pow;r({target:"Math",stat:!0},{cbrt:function(t){return i(t=+t)*a(o(t),1/3)}})},function(t,e,n){var r=n(0),i=Math.floor,o=Math.log,a=Math.LOG2E;r({target:"Math",stat:!0},{clz32:function(t){return(t>>>=0)?31-i(o(t+.5)*a):32}})},function(t,e,n){var r=n(0),i=n(76),o=Math.cosh,a=Math.abs,c=Math.E;r({target:"Math",stat:!0,forced:!o||o(710)===1/0},{cosh:function(t){var e=i(a(t)-1)+1;return(e+1/(e*c*c))*(c/2)}})},function(t,e,n){var r=n(0),i=n(76);r({target:"Math",stat:!0,forced:i!=Math.expm1},{expm1:i})},function(t,e,n){n(0)({target:"Math",stat:!0},{fround:n(279)})},function(t,e,n){var r=n(99),i=Math.abs,o=Math.pow,a=o(2,-52),c=o(2,-23),s=o(2,127)*(2-c),u=o(2,-126);t.exports=Math.fround||function(t){var e,n,o=i(t),l=r(t);return os||n!=n?l*(1/0):l*n}},function(t,e,n){var r=n(0),i=Math.abs,o=Math.sqrt;r({target:"Math",stat:!0},{hypot:function(t,e){for(var n,r,a=0,c=0,s=arguments.length,u=0;c0?(r=n/u)*r:n;return u===1/0?1/0:u*o(a)}})},function(t,e,n){var r=n(0),i=n(1),o=Math.imul;r({target:"Math",stat:!0,forced:i(function(){return-5!=o(4294967295,5)||2!=o.length})},{imul:function(t,e){var n=+t,r=+e,i=65535&n,o=65535&r;return 0|i*o+((65535&n>>>16)*o+i*(65535&r>>>16)<<16>>>0)}})},function(t,e,n){var r=n(0),i=Math.log,o=Math.LOG10E;r({target:"Math",stat:!0},{log10:function(t){return i(t)*o}})},function(t,e,n){n(0)({target:"Math",stat:!0},{log1p:n(164)})},function(t,e,n){var r=n(0),i=Math.log,o=Math.LN2;r({target:"Math",stat:!0},{log2:function(t){return i(t)/o}})},function(t,e,n){n(0)({target:"Math",stat:!0},{sign:n(99)})},function(t,e,n){var r=n(0),i=n(1),o=n(76),a=Math.abs,c=Math.exp,s=Math.E;r({target:"Math",stat:!0,forced:i(function(){return-2e-17!=Math.sinh(-2e-17)})},{sinh:function(t){return a(t=+t)<1?(o(t)-o(-t))/2:(c(t-1)-c(-t-1))*(s/2)}})},function(t,e,n){var r=n(0),i=n(76),o=Math.exp;r({target:"Math",stat:!0},{tanh:function(t){var e=i(t=+t),n=i(-t);return e==1/0?1:n==1/0?-1:(e-n)/(o(t)+o(-t))}})},function(t,e,n){n(26)(Math,"Math",!0)},function(t,e,n){var r=n(0),i=Math.ceil,o=Math.floor;r({target:"Math",stat:!0},{trunc:function(t){return(t>0?o:i)(t)}})},function(t,e,n){n(0)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(10),a=n(25);r({target:"Date",proto:!0,forced:i(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})})},{toJSON:function(t){var e=o(this),n=a(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},function(t,e,n){var r=n(0),i=n(293);r({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},function(t,e,n){"use strict";var r=n(1),i=n(96).start,o=Math.abs,a=Date.prototype,c=a.getTime,s=a.toISOString;t.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=s.call(new Date(-5e13-1))})||!r(function(){s.call(new Date(NaN))})?function(){if(!isFinite(c.call(this)))throw RangeError("Invalid time value");var t=this.getUTCFullYear(),e=this.getUTCMilliseconds(),n=t<0?"-":t>9999?"+":"";return n+i(o(t),n?6:4,0)+"-"+i(this.getUTCMonth()+1,2,0)+"-"+i(this.getUTCDate(),2,0)+"T"+i(this.getUTCHours(),2,0)+":"+i(this.getUTCMinutes(),2,0)+":"+i(this.getUTCSeconds(),2,0)+"."+i(e,3,0)+"Z"}:s},function(t,e,n){var r=n(16),i=Date.prototype,o=i.toString,a=i.getTime;new Date(NaN)+""!="Invalid Date"&&r(i,"toString",function(){var t=a.call(this);return t==t?o.call(this):"Invalid Date"})},function(t,e,n){var r=n(13),i=n(296),o=n(7)("toPrimitive"),a=Date.prototype;o in a||r(a,o,i)},function(t,e,n){"use strict";var r=n(4),i=n(25);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return i(r(this),"number"!==t)}},function(t,e,n){var r=n(2);n(26)(r.JSON,"JSON",!0)},function(t,e,n){"use strict";var r=n(0),i=n(32),o=n(29),a=n(142);r({target:"Promise",proto:!0,real:!0},{finally:function(t){var e=o(this,i("Promise")),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then(function(){return n})}:t,n?function(n){return a(e,t()).then(function(){throw n})}:t)}})},function(t,e,n){"use strict";var r=n(77),i=n(165);t.exports=r("Map",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},i,!0)},function(t,e,n){"use strict";var r=n(77),i=n(165);t.exports=r("Set",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},i)},function(t,e,n){"use strict";var r,i=n(2),o=n(46),a=n(42),c=n(77),s=n(166),u=n(3),l=n(19).enforce,f=n(104),h=!i.ActiveXObject&&"ActiveXObject"in i,d=Object.isExtensible,p=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},g=t.exports=c("WeakMap",p,s,!0,!0);if(f&&h){r=s.getConstructor(p,"WeakMap",!0),a.REQUIRED=!0;var v=g.prototype,y=v.delete,m=v.has,b=v.get,E=v.set;o(v,{delete:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),y.call(this,t)||e.frozen.delete(t)}return y.call(this,t)},has:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),m.call(this,t)||e.frozen.has(t)}return m.call(this,t)},get:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),m.call(this,t)?b.call(this,t):e.frozen.get(t)}return b.call(this,t)},set:function(t,e){if(u(t)&&!d(t)){var n=l(this);n.frozen||(n.frozen=new r),m.call(this,t)?E.call(this,t,e):n.frozen.set(t,e)}else E.call(this,t,e);return this}})}},function(t,e,n){"use strict";n(77)("WeakSet",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},n(166),!1,!0)},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(78),a=n(47),c=o.ArrayBuffer;r({global:!0,forced:i.ArrayBuffer!==c},{ArrayBuffer:c}),a("ArrayBuffer")},function(t,e,n){var r=n(0),i=n(5);r({target:"ArrayBuffer",stat:!0,forced:!i.NATIVE_ARRAY_BUFFER_VIEWS},{isView:i.isView})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(78),a=n(4),c=n(33),s=n(8),u=n(29),l=o.ArrayBuffer,f=o.DataView,h=l.prototype.slice;r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i(function(){return!new l(2).slice(1,void 0).byteLength})},{slice:function(t,e){if(void 0!==h&&void 0===e)return h.call(a(this),t);for(var n=a(this).byteLength,r=c(t,n),i=c(void 0===e?n:e,n),o=new(u(this,l))(s(i-r)),d=new f(this),p=new f(o),g=0;rt;)n[t]=arguments[t++];return n},i)},function(t,e,n){"use strict";var r=n(5),i=n(157),o=r.aTypedArray;r.exportProto("copyWithin",function(t,e){return i.call(o(this),t,e,arguments.length>2?arguments[2]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).every,o=r.aTypedArray;r.exportProto("every",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(95),o=r.aTypedArray;r.exportProto("fill",function(t){return i.apply(o(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(12).filter,o=n(29),a=r.aTypedArray,c=r.aTypedArrayConstructor;r.exportProto("filter",function(t){for(var e=i(a(this),t,arguments.length>1?arguments[1]:void 0),n=o(this,this.constructor),r=0,s=e.length,u=new(c(n))(s);s>r;)u[r]=e[r++];return u})},function(t,e,n){"use strict";var r=n(5),i=n(12).find,o=r.aTypedArray;r.exportProto("find",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).findIndex,o=r.aTypedArray;r.exportProto("findIndex",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).forEach,o=r.aTypedArray;r.exportProto("forEach",function(t){i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(52).includes,o=r.aTypedArray;r.exportProto("includes",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(52).indexOf,o=r.aTypedArray;r.exportProto("indexOf",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(60),a=n(7)("iterator"),c=r.Uint8Array,s=o.values,u=o.keys,l=o.entries,f=i.aTypedArray,h=i.exportProto,d=c&&c.prototype[a],p=!!d&&("values"==d.name||null==d.name),g=function(){return s.call(f(this))};h("entries",function(){return l.call(f(this))}),h("keys",function(){return u.call(f(this))}),h("values",g,!p),h(a,g,!p)},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=[].join;r.exportProto("join",function(t){return o.apply(i(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(159),o=r.aTypedArray;r.exportProto("lastIndexOf",function(t){return i.apply(o(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(12).map,o=n(29),a=r.aTypedArray,c=r.aTypedArrayConstructor;r.exportProto("map",function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0,function(t,e){return new(c(o(t,t.constructor)))(e)})})},function(t,e,n){"use strict";var r=n(5),i=n(75).left,o=r.aTypedArray;r.exportProto("reduce",function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(75).right,o=r.aTypedArray;r.exportProto("reduceRight",function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=Math.floor;r.exportProto("reverse",function(){for(var t,e=i(this).length,n=o(e/2),r=0;r1?arguments[1]:void 0,1),n=this.length,r=a(t),c=i(r.length),u=0;if(c+e>n)throw RangeError("Wrong length");for(;uo;)l[o]=n[o++];return l},u)},function(t,e,n){"use strict";var r=n(5),i=n(12).some,o=r.aTypedArray;r.exportProto("some",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=[].sort;r.exportProto("sort",function(t){return o.call(i(this),t)})},function(t,e,n){"use strict";var r=n(5),i=n(8),o=n(33),a=n(29),c=r.aTypedArray;r.exportProto("subarray",function(t,e){var n=c(this),r=n.length,s=o(t,r);return new(a(n,n.constructor))(n.buffer,n.byteOffset+s*n.BYTES_PER_ELEMENT,i((void 0===e?r:o(e,r))-s))})},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(1),a=r.Int8Array,c=i.aTypedArray,s=[].toLocaleString,u=[].slice,l=!!a&&o(function(){s.call(new a(1))}),f=o(function(){return[1,2].toLocaleString()!=new a([1,2]).toLocaleString()})||!o(function(){a.prototype.toLocaleString.call([1,2])});i.exportProto("toLocaleString",function(){return s.apply(l?u.call(c(this)):c(this),arguments)},f)},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(1),a=r.Uint8Array,c=a&&a.prototype,s=[].toString,u=[].join;o(function(){s.call({})})&&(s=function(){return u.call(this)}),i.exportProto("toString",s,(c||{}).toString!=s)},function(t,e,n){var r=n(0),i=n(32),o=n(20),a=n(4),c=n(1),s=i("Reflect","apply"),u=Function.apply;r({target:"Reflect",stat:!0,forced:!c(function(){s(function(){})})},{apply:function(t,e,n){return o(t),a(n),s?s(t,e,n):u.call(t,e,n)}})},function(t,e,n){var r=n(0),i=n(6),o=n(4),a=n(25),c=n(9);r({target:"Reflect",stat:!0,forced:n(1)(function(){Reflect.defineProperty(c.f({},1,{value:1}),1,{value:2})}),sham:!i},{defineProperty:function(t,e,n){o(t);var r=a(e,!0);o(n);try{return c.f(t,r,n),!0}catch(t){return!1}}})},function(t,e,n){var r=n(0),i=n(4),o=n(15).f;r({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var n=o(i(t),e);return!(n&&!n.configurable)&&delete t[e]}})},function(t,e,n){var r=n(0),i=n(3),o=n(4),a=n(11),c=n(15),s=n(27);r({target:"Reflect",stat:!0},{get:function t(e,n){var r,u,l=arguments.length<3?e:arguments[2];return o(e)===l?e[n]:(r=c.f(e,n))?a(r,"value")?r.value:void 0===r.get?void 0:r.get.call(l):i(u=s(e))?t(u,n,l):void 0}})},function(t,e,n){var r=n(0),i=n(6),o=n(4),a=n(15);r({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(t,e){return a.f(o(t),e)}})},function(t,e,n){var r=n(0),i=n(4),o=n(27);r({target:"Reflect",stat:!0,sham:!n(88)},{getPrototypeOf:function(t){return o(i(t))}})},function(t,e,n){n(0)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},function(t,e,n){var r=n(0),i=n(4),o=Object.isExtensible;r({target:"Reflect",stat:!0},{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,e,n){n(0)({target:"Reflect",stat:!0},{ownKeys:n(81)})},function(t,e,n){var r=n(0),i=n(32),o=n(4);r({target:"Reflect",stat:!0,sham:!n(63)},{preventExtensions:function(t){o(t);try{var e=i("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},function(t,e,n){var r=n(0),i=n(4),o=n(3),a=n(11),c=n(9),s=n(15),u=n(27),l=n(38);r({target:"Reflect",stat:!0},{set:function t(e,n,r){var f,h,d=arguments.length<4?e:arguments[3],p=s.f(i(e),n);if(!p){if(o(h=u(e)))return t(h,n,r,d);p=l(0)}if(a(p,"value")){if(!1===p.writable||!o(d))return!1;if(f=s.f(d,n)){if(f.get||f.set||!1===f.writable)return!1;f.value=r,c.f(d,n,f)}else c.f(d,n,l(0,r));return!0}return void 0!==p.set&&(p.set.call(d,r),!0)}})},function(t,e,n){var r=n(0),i=n(4),o=n(123),a=n(44);a&&r({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){i(t),o(e);try{return a(t,e),!0}catch(t){return!1}}})},function(t,e,n){n(151),n(154),n(354),n(355),n(356),n(357),n(360),n(171),t.exports=n(43)},function(t,e,n){var r=n(2),i=n(90),o=!r.setImmediate||!r.clearImmediate;n(0)({global:!0,bind:!0,enumerable:!0,forced:o},{setImmediate:i.set,clearImmediate:i.clear})},function(t,e,n){var r=n(0),i=n(2),o=n(141),a=n(24),c=i.process,s="process"==a(c);r({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(t){var e=s&&c.domain;o(e?e.bind(t):t)}})},function(t,e,n){var r=n(0),i=n(2),o=n(68),a=[].slice,c=function(t){return function(e,n){var r=arguments.length>2,i=r?a.call(arguments,2):void 0;return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,i)}:e,n)}};r({global:!0,bind:!0,forced:/MSIE .\./.test(o)},{setTimeout:c(i.setTimeout),setInterval:c(i.setInterval)})},function(t,e,n){"use strict";n(94);var r,i=n(0),o=n(6),a=n(170),c=n(2),s=n(84),u=n(16),l=n(37),f=n(11),h=n(130),d=n(118),p=n(69).codeAt,g=n(358),v=n(26),y=n(171),m=n(19),b=c.URL,E=y.URLSearchParams,w=y.getState,_=m.set,S=m.getterFor("URL"),I=Math.floor,x=Math.pow,T=/[A-Za-z]/,O=/[\d+\-.A-Za-z]/,k=/\d/,M=/^(0x|0X)/,N=/^[0-7]+$/,R=/^\d+$/,D=/^[\dA-Fa-f]+$/,A=/[\u0000\u0009\u000A\u000D #%\/:?@[\\]]/,$=/[\u0000\u0009\u000A\u000D #\/:?@[\\]]/,L=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,P=/[\u0009\u000A\u000D]/g,j=function(t,e){var n,r,i;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return"Invalid host";if(!(n=F(e.slice(1,-1))))return"Invalid host";t.host=n}else if(G(t)){if(e=g(e),A.test(e))return"Invalid host";if(null===(n=C(e)))return"Invalid host";t.host=n}else{if($.test(e))return"Invalid host";for(n="",r=d(e),i=0;i4)return t;for(n=[],r=0;r1&&"0"==i.charAt(0)&&(o=M.test(i)?16:8,i=i.slice(8==o?1:2)),""===i)a=0;else{if(!(10==o?R:8==o?N:D).test(i))return t;a=parseInt(i,o)}n.push(a)}for(r=0;r=x(256,5-e))return null}else if(a>255)return null;for(c=n.pop(),r=0;r6)return;for(r=0;h();){if(i=null,r>0){if(!("."==h()&&r<4))return;f++}if(!k.test(h()))return;for(;k.test(h());){if(o=parseInt(h(),10),null===i)i=o;else{if(0==i)return;i=10*i+o}if(i>255)return;f++}s[u]=256*s[u]+i,2!=++r&&4!=r||u++}if(4!=r)return;break}if(":"==h()){if(f++,!h())return}else if(h())return;s[u++]=e}else{if(null!==l)return;f++,l=++u}}if(null!==l)for(a=u-l,u=7;0!=u&&a>0;)c=s[u],s[u--]=s[l+a-1],s[l+--a]=c;else if(8!=u)return;return s},U=function(t){var e,n,r,i;if("number"==typeof t){for(e=[],n=0;n<4;n++)e.unshift(t%256),t=I(t/256);return e.join(".")}if("object"==typeof t){for(e="",r=function(t){for(var e=null,n=1,r=null,i=0,o=0;o<8;o++)0!==t[o]?(i>n&&(e=r,n=i),r=null,i=0):(null===r&&(r=o),++i);return i>n&&(e=r,n=i),e}(t),n=0;n<8;n++)i&&0===t[n]||(i&&(i=!1),r===n?(e+=n?":":"::",i=!0):(e+=t[n].toString(16),n<7&&(e+=":")));return"["+e+"]"}return t},V={},Y=h({},V,{" ":1,'"':1,"<":1,">":1,"`":1}),z=h({},Y,{"#":1,"?":1,"{":1,"}":1}),W=h({},z,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),H=function(t,e){var n=p(t,0);return n>32&&n<127&&!f(e,t)?t:encodeURIComponent(t)},B={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},G=function(t){return f(B,t.scheme)},q=function(t){return""!=t.username||""!=t.password},X=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},K=function(t,e){var n;return 2==t.length&&T.test(t.charAt(0))&&(":"==(n=t.charAt(1))||!e&&"|"==n)},J=function(t){var e;return t.length>1&&K(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},Z=function(t){var e=t.path,n=e.length;!n||"file"==t.scheme&&1==n&&K(e[0],!0)||e.pop()},Q=function(t){return"."===t||"%2e"===t.toLowerCase()},tt={},et={},nt={},rt={},it={},ot={},at={},ct={},st={},ut={},lt={},ft={},ht={},dt={},pt={},gt={},vt={},yt={},mt={},bt={},Et={},wt=function(t,e,n,i){var o,a,c,s,u,l=n||tt,h=0,p="",g=!1,v=!1,y=!1;for(n||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(L,"")),e=e.replace(P,""),o=d(e);h<=o.length;){switch(a=o[h],l){case tt:if(!a||!T.test(a)){if(n)return"Invalid scheme";l=nt;continue}p+=a.toLowerCase(),l=et;break;case et:if(a&&(O.test(a)||"+"==a||"-"==a||"."==a))p+=a.toLowerCase();else{if(":"!=a){if(n)return"Invalid scheme";p="",l=nt,h=0;continue}if(n&&(G(t)!=f(B,p)||"file"==p&&(q(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=p,n)return void(G(t)&&B[t.scheme]==t.port&&(t.port=null));p="","file"==t.scheme?l=dt:G(t)&&i&&i.scheme==t.scheme?l=rt:G(t)?l=ct:"/"==o[h+1]?(l=it,h++):(t.cannotBeABaseURL=!0,t.path.push(""),l=mt)}break;case nt:if(!i||i.cannotBeABaseURL&&"#"!=a)return"Invalid scheme";if(i.cannotBeABaseURL&&"#"==a){t.scheme=i.scheme,t.path=i.path.slice(),t.query=i.query,t.fragment="",t.cannotBeABaseURL=!0,l=Et;break}l="file"==i.scheme?dt:ot;continue;case rt:if("/"!=a||"/"!=o[h+1]){l=ot;continue}l=st,h++;break;case it:if("/"==a){l=ut;break}l=yt;continue;case ot:if(t.scheme=i.scheme,a==r)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query;else if("/"==a||"\\"==a&&G(t))l=at;else if("?"==a)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query="",l=bt;else{if("#"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.path.pop(),l=yt;continue}t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=Et}break;case at:if(!G(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,l=yt;continue}l=ut}else l=st;break;case ct:if(l=st,"/"!=a||"/"!=p.charAt(h+1))continue;h++;break;case st:if("/"!=a&&"\\"!=a){l=ut;continue}break;case ut:if("@"==a){g&&(p="%40"+p),g=!0,c=d(p);for(var m=0;m65535)return"Invalid port";t.port=G(t)&&w===B[t.scheme]?null:w,p=""}if(n)return;l=vt;continue}return"Invalid port"}p+=a;break;case dt:if(t.scheme="file","/"==a||"\\"==a)l=pt;else{if(!i||"file"!=i.scheme){l=yt;continue}if(a==r)t.host=i.host,t.path=i.path.slice(),t.query=i.query;else if("?"==a)t.host=i.host,t.path=i.path.slice(),t.query="",l=bt;else{if("#"!=a){J(o.slice(h).join(""))||(t.host=i.host,t.path=i.path.slice(),Z(t)),l=yt;continue}t.host=i.host,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=Et}}break;case pt:if("/"==a||"\\"==a){l=gt;break}i&&"file"==i.scheme&&!J(o.slice(h).join(""))&&(K(i.path[0],!0)?t.path.push(i.path[0]):t.host=i.host),l=yt;continue;case gt:if(a==r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&K(p))l=yt;else if(""==p){if(t.host="",n)return;l=vt}else{if(s=j(t,p))return s;if("localhost"==t.host&&(t.host=""),n)return;p="",l=vt}continue}p+=a;break;case vt:if(G(t)){if(l=yt,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=r&&(l=yt,"/"!=a))continue}else t.fragment="",l=Et;else t.query="",l=bt;break;case yt:if(a==r||"/"==a||"\\"==a&&G(t)||!n&&("?"==a||"#"==a)){if(".."===(u=(u=p).toLowerCase())||"%2e."===u||".%2e"===u||"%2e%2e"===u?(Z(t),"/"==a||"\\"==a&&G(t)||t.path.push("")):Q(p)?"/"==a||"\\"==a&&G(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&K(p)&&(t.host&&(t.host=""),p=p.charAt(0)+":"),t.path.push(p)),p="","file"==t.scheme&&(a==r||"?"==a||"#"==a))for(;t.path.length>1&&""===t.path[0];)t.path.shift();"?"==a?(t.query="",l=bt):"#"==a&&(t.fragment="",l=Et)}else p+=H(a,z);break;case mt:"?"==a?(t.query="",l=bt):"#"==a?(t.fragment="",l=Et):a!=r&&(t.path[0]+=H(a,V));break;case bt:n||"#"!=a?a!=r&&("'"==a&&G(t)?t.query+="%27":t.query+="#"==a?"%23":H(a,V)):(t.fragment="",l=Et);break;case Et:a!=r&&(t.fragment+=H(a,Y))}h++}},_t=function(t){var e,n,r=l(this,_t,"URL"),i=arguments.length>1?arguments[1]:void 0,a=String(t),c=_(r,{type:"URL"});if(void 0!==i)if(i instanceof _t)e=S(i);else if(n=wt(e={},String(i)))throw TypeError(n);if(n=wt(c,a,null,e))throw TypeError(n);var s=c.searchParams=new E,u=w(s);u.updateSearchParams(c.query),u.updateURL=function(){c.query=String(s)||null},o||(r.href=It.call(r),r.origin=xt.call(r),r.protocol=Tt.call(r),r.username=Ot.call(r),r.password=kt.call(r),r.host=Mt.call(r),r.hostname=Nt.call(r),r.port=Rt.call(r),r.pathname=Dt.call(r),r.search=At.call(r),r.searchParams=$t.call(r),r.hash=Lt.call(r))},St=_t.prototype,It=function(){var t=S(this),e=t.scheme,n=t.username,r=t.password,i=t.host,o=t.port,a=t.path,c=t.query,s=t.fragment,u=e+":";return null!==i?(u+="//",q(t)&&(u+=n+(r?":"+r:"")+"@"),u+=U(i),null!==o&&(u+=":"+o)):"file"==e&&(u+="//"),u+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==c&&(u+="?"+c),null!==s&&(u+="#"+s),u},xt=function(){var t=S(this),e=t.scheme,n=t.port;if("blob"==e)try{return new URL(e.path[0]).origin}catch(t){return"null"}return"file"!=e&&G(t)?e+"://"+U(t.host)+(null!==n?":"+n:""):"null"},Tt=function(){return S(this).scheme+":"},Ot=function(){return S(this).username},kt=function(){return S(this).password},Mt=function(){var t=S(this),e=t.host,n=t.port;return null===e?"":null===n?U(e):U(e)+":"+n},Nt=function(){var t=S(this).host;return null===t?"":U(t)},Rt=function(){var t=S(this).port;return null===t?"":String(t)},Dt=function(){var t=S(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},At=function(){var t=S(this).query;return t?"?"+t:""},$t=function(){return S(this).searchParams},Lt=function(){var t=S(this).fragment;return t?"#"+t:""},Pt=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(o&&s(St,{href:Pt(It,function(t){var e=S(this),n=String(t),r=wt(e,n);if(r)throw TypeError(r);w(e.searchParams).updateSearchParams(e.query)}),origin:Pt(xt),protocol:Pt(Tt,function(t){var e=S(this);wt(e,String(t)+":",tt)}),username:Pt(Ot,function(t){var e=S(this),n=d(String(t));if(!X(e)){e.username="";for(var r=0;r>1,t+=a(t/e);t>455;r+=36)t=a(t/35);return a(r+36*t/(t+38))},l=function(t){var e,n,r=[],i=(t=function(t){for(var e=[],n=0,r=t.length;n=55296&&i<=56319&&n=l&&na((2147483647-f)/v))throw RangeError(o);for(f+=(g-l)*v,l=g,e=0;e2147483647)throw RangeError(o);if(n==l){for(var y=f,m=36;;m+=36){var b=m<=h?1:m>=h+26?26:m-h;if(y0?"".concat(n.width<=n.fullwidth?n.width:n.fullwidth,"px"):"100%",n.visibleHeight=n.height>0?"".concat(n.height<=n.fullheight?n.height:n.fullheight,"px"):"auto",n)if(!/^(width|height|variableScale|absX|moveX)$/.test(f)&&this.is_empty(n[f]))throw new TypeError('Property "'.concat(f,'" cannot set because undefined or invalid variable.'));if(n.fullwidth<2||n.fullheight<2)throw new TypeError("The range of the timeline to be rendered is incorrect.");this._instanceProps=n}},{key:"_getPluggableDatetime",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=this._config,r=null,i=function(t,e){var n,r=t.getFullYear(),i=r>=0&&Math.abs(r)<100;switch(!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):case/^years?$/i.test(e):n=new Date(r,0,1);break;case/^months?$/i.test(e):n=new Date(r,t.getMonth(),1);break;case/^(week|day)s?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate());break;case/^(|half|quarter)-?hours?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours());break;case/^minutes?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes());break;case/^seconds?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds());break;default:n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds())}return i&&n.setFullYear(r),n},o=function(t,e){var n,r=t.getFullYear(),i=r>=0&&Math.abs(r)<100,o=r>=0?-1:1;switch(!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):case/^years?$/i.test(e):n=new Date(r+1,0,1),i=r+1>=0&&Math.abs(r+1)<100,o=r+1>=0?-1:1;break;case/^months?$/i.test(e):n=new Date(r,t.getMonth()+1,1);break;case/^(week|day)s?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate()+1);break;case/^(|half|quarter)-?hours?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours()+1);break;case/^minutes?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes()+1);break;case/^seconds?$/i.test(e):n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds()+1);break;default:n=new Date(r,t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()+1)}return i&&n.setFullYear(r),new Date(n.getTime()+o)};switch(!0){case/^current(|ly)$/i.test(t):r=new Date;break;case/^auto$/i.test(t):var a=n.range&&n.range>0?parseInt(n.range,10):3,c=/^(|week)days?$/i.test(n.scale)?"month":this.getHigherScale(n.scale);r=/^current(|ly)$/i.test(n.startDatetime)?i(new Date,n.scale):this.getCorrectDatetime(n.startDatetime),r=this.modifyDate(r,a,c);break;default:r=this.getCorrectDatetime(t)}return this.is_empty(e)||("first"===e?r=i(r,n.scale):"last"===e&&(r=o(r,n.scale))),r.getTime()}},{key:"_getPluggableParams",value:function(t){var e={};if("string"==typeof t&&t)try{e=JSON.parse(JSON.stringify(new Function("return ".concat(t))())),Object.hasOwnProperty.call(e,"extend")&&"string"==typeof e.extend&&(e.extend=JSON.parse(JSON.stringify(new Function("return ".concat(e.extend))())))}catch(t){console.warn("Can not parse to object therefor invalid param.")}return e}},{key:"_getPluggableRows",value:function(){var t=this._config,e=this.supplement("auto",t.rows,this.validateNumeric);return"auto"===e&&(e=t.sidebar.list.length),e>0?e:1}},{key:"_verifyMaxRenderableRange",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this._config.scale;return this._debug("Verify max renderable range::".concat(t,": ").concat(this._instanceProps.grids," / ").concat(S[this._filterScaleKeyName(t)])),this._instanceProps.grids<=S[this._filterScaleKeyName(t)]}},{key:"_renderView",value:function(){this._debug("_renderView");var t=this._element,e=this._config,n=this._instanceProps,r=$("
",{class:T.TIMELINE_CONTAINER,style:"width: ".concat(n.visibleWidth,"; height: ").concat(n.visibleHeight,";")}),i=$("
",{class:T.TIMELINE_MAIN});if(0==$(t).length)throw new TypeError("Does not exist the element to render a timeline container.");this._debug("Timeline:{ fullWidth: ".concat(n.fullwidth,"px, fullHeight: ").concat(n.fullheight,"px, viewWidth: ").concat(n.visibleWidth,", viewHeight: ").concat(n.visibleHeight," }")),$(t).css("position","relative"),e.hideScrollbar&&r.addClass(T.HIDE_SCROLLBAR),$(t).prepend(this._createHeadline()),i.append(this._createEventContainer()),Object.hasOwnProperty.call(e.ruler,"top")&&Object.hasOwnProperty.call(e.ruler.top,"lines")&&!this.is_empty(e.ruler.top.lines)&&i.prepend(this._createRuler("top")),Object.hasOwnProperty.call(e.ruler,"bottom")&&Object.hasOwnProperty.call(e.ruler.bottom,"lines")&&!this.is_empty(e.ruler.bottom.lines)&&i.append(this._createRuler("bottom"));var o={top:parseInt(i.find(O.RULER_TOP).height(),10)-1,bottom:parseInt(i.find(O.RULER_BOTTOM).height(),10)-1};e.sidebar.list.length>0&&r.prepend(this._createSideIndex(o)),r.append(i),$(t).append(r),$(t).append(this._createFooter()),this._isShown=!0}},{key:"_createHeadline",value:function(){var t=this._config,e=this._instanceProps,n=this.supplement(_.headline.display,t.headline.display,this.validateBoolean),r=this.supplement(null,t.headline.title),i=this.supplement(_.headline.range,t.headline.range,this.validateBoolean),o=this.supplement(_.headline.locale,t.headline.locale),a=this.supplement(_.headline.format,t.headline.format),c=this.supplement(null,e.begin),s=this.supplement(null,e.end),u=t.scale,l=$("
",{class:T.TIMELINE_HEADLINE}),f=$("
",{class:T.TIMELINE_HEADLINE_WRAPPER});if(r&&f.append('

').concat(t.headline.title,"

")),i&&c&&s){Object.hasOwnProperty.call(a,"custom")&&(u="custom");var h="".concat(this.getLocaleString(c,u,o,a),'').concat(this.getLocaleString(s,u,o,a));f.append('
').concat(h,"
"))}return n||l.addClass(T.HIDE),l.append(f)}},{key:"_createEventContainer",value:function(){var t,e,n=this,r=this._config,i=this._instanceProps,o=i.fullheight+Math.ceil(i.rows/2),a=$("
",{class:T.TIMELINE_EVENT_CONTAINER,style:"height:".concat(o,"px;")}),c=$('')),s=$('')),u=$("
",{class:T.TIMELINE_EVENTS}),l=0,f=c[0].getContext("2d"),h={horizontal:"dotted",vertical:"solid"},d=function(t,e){switch(!0){case/^solid$/i.test(e):e="solid";break;case/^dotted$/i.test(e):e="dotted";break;case/^none$/i.test(e):default:return}f.strokeStyle="rgba( 51, 51, 51, 0.1 )",f.lineWidth=1,f.filter="url(#crisp)",f.beginPath(),"dotted"===e?f.setLineDash([1,2]):f.setLineDash([]),f.moveTo(0,t+.5),f.lineTo(i.fullwidth,t+.5),f.closePath(),f.stroke()},p=function(t,e){switch(!0){case/^solid$/i.test(e):e="solid";break;case/^dotted$/i.test(e):e="dotted";break;case/^none$/i.test(e):default:return}f.strokeStyle="rgba( 51, 51, 51, 0.025 )",f.lineWidth=1,f.filter="url(#crisp)",f.beginPath(),"dotted"===e?f.setLineDash([1,2]):f.setLineDash([]),f.moveTo(t+-.5,0),f.lineTo(t+-.5,i.fullheight),f.closePath(),f.stroke()};Object.hasOwnProperty.call(r.effects,"horizontalGridStyle")&&(h.horizontal=r.effects.horizontalGridStyle),Object.hasOwnProperty.call(r.effects,"verticalGridStyle")&&(h.vertical=r.effects.verticalGridStyle),l=0;for(var g=0;g0){if(Object.hasOwnProperty.call(n.ruler,"truncateLowers")&&n.ruler.truncateLowers){var i=e.findScale(n.scale,"lower all"),o=r.filter(function(t){return!i.includes(e._filterScaleKeyName(t))});r=o}return r}return t}),o=this.supplement(_.ruler.top.height,n.ruler[t].height),a=this.supplement(_.ruler.top.fontSize,n.ruler[t].fontSize),c=this.supplement(_.ruler.top.color,n.ruler[t].color),s=this.supplement(_.ruler.top.background,n.ruler[t].background),u=this.supplement(_.ruler.top.locale,n.ruler[t].locale),l=this.supplement(_.ruler.top.format,n.ruler[t].format),f={lines:i,height:o,fontSize:a,color:c,background:s,locale:u,format:l},h=r.fullwidth-1,d=i.length*o,p=$("
",{class:"".concat(b,"ruler-").concat(t),style:"height:".concat(d,"px;")}),g=$('')),v=$("
",{class:"".concat(b,"ruler-content-").concat(t)}),y=0,m=g[0].getContext("2d");return m.fillStyle=s,m.fillRect(0,0,m.canvas.width,m.canvas.height),m.strokeStyle="rgba( 51, 51, 51, 0.1 )",m.lineWidth=1,m.filter="url(#crisp)",i.some(function(n,r){if(/^(quarter|half)-?(|hour)$/i.test(n))return!0;m.beginPath();var i="top"===t?o*(r+1)-.5:o*r+.5;m.moveTo(0,i),m.lineTo(m.canvas.width,i);var a,c=0;a=e._filterVariableScale(n);for(var s=0,u=Object.keys(a);s",{class:T.TIMELINE_RULER_LINES,style:"width:100%;height:".concat(r,"px;")}),u=0,l=Object.keys(t);u",{class:T.TIMELINE_RULER_ITEM,style:"width:".concat(h,"px;height:").concat(r,"px;line-height:").concat(r,"px;font-size:").concat(i,"px;color:").concat(o,";")}),p=this.getLocaleString(f,this._filterScaleKeyName(e),a,c),g="";g="".concat(e,"-").concat(""===g?String(f):g),d.attr("data-ruler-item",g).html("".concat(p,"")),this.strWidth(p),s.append(d).attr("data-ruler-scope",e)}return s}},{key:"_createSideIndex",value:function(t){var e=this._config,n=this._instanceProps,r=this.supplement(_.sidebar.sticky,e.sidebar.sticky),i=this.supplement(_.sidebar.overlay,e.sidebar.overlay),o=this.supplement(_.sidebar.list,e.sidebar.list),a=$("
",{class:T.TIMELINE_SIDEBAR}),c=$("
",{class:T.TIMELINE_SIDEBAR_MARGIN}),s=$("
",{class:T.TIMELINE_SIDEBAR_ITEM}),u=this.numRound((n.fullheight+Math.ceil(n.rows/2))/n.rows,2);r&&a.addClass(T.STICKY_LEFT),i&&s.addClass(T.OVERLAY),t.top>0&&a.prepend(c.clone().css("height","".concat(t.top,"px")));for(var l=0;l0&&a.append(c.clone().css("height","".concat(t.bottom+-.5,"px"))),a}},{key:"_createFooter",value:function(){var t=this._config,e=this._instanceProps,n=this.supplement(_.footer.display,t.footer.display),r=this.supplement(null,t.footer.content),i=this.supplement(_.footer.range,t.footer.range),o=this.supplement(_.footer.locale,t.footer.locale),a=this.supplement(_.footer.format,t.footer.format),c=this.supplement(null,e.begin),s=this.supplement(null,e.end),u=t.scale,l=$("
",{class:T.TIMELINE_FOOTER});if(i&&c&&s){Object.hasOwnProperty.call(a,"custom")&&(u="custom");var f="".concat(this.getLocaleString(c,u,o,a),'').concat(this.getLocaleString(s,u,o,a));l.append('
').concat(f,"
"))}return r&&l.append('")),n||l.addClass(T.HIDE),l}},{key:"_loadEvent",value:function(){var t=this;this._debug("_loadEvent");var e=this,n=this._element,r=this._config,i=r.eventData,o=$(n).find(O.DEFAULT_EVENTS),a=i.length,c=[],s=0;o.children().each(function(){var t=$(this).attr("data-timeline-node");void 0!==t&&!1!==t&&a++}),0==a&&console.warn("Enable event does not exist."),i.length>0&&i.forEach(function(e){var n={};t.is_empty(e)||(n=t._registerEventData("
",e),c.push(n),s=Math.max(s,parseInt(n.eventId,10)))}),o.children().each(function(){var t=e._getPluggableParams($(this).attr("data-timeline-node")),n={};e.is_empty(t)||(n=e._registerEventData(this,t),c.push(n),s=Math.max(s,parseInt(n.eventId,10)))});var l=[];c.forEach(function(t,e,n){var r=parseInt(n[e].eventId,10);0==r||l.includes(r)?(s++,n[e].eventId=s):n[e].eventId=r,l.push(n[e].eventId)}),c.forEach(function(t,e,n){if(Object.hasOwnProperty.call(r.colorScheme,"event")&&"object"===u(r.colorScheme.event)&&(Object.hasOwnProperty.call(r.colorScheme.event,"text")&&t.color===_.colorScheme.event.text&&_.colorScheme.event.text!==r.colorScheme.event.text&&(n[e].color=r.colorScheme.event.text),Object.hasOwnProperty.call(r.colorScheme.event,"background")&&t.bgColor===_.colorScheme.event.background&&_.colorScheme.event.background!==r.colorScheme.event.background&&(n[e].bgColor=r.colorScheme.event.background),Object.hasOwnProperty.call(r.colorScheme.event,"border")&&t.bdColor===_.colorScheme.event.border&&_.colorScheme.event.border!==r.colorScheme.event.border&&(n[e].bdColor=r.colorScheme.event.border)),Object.hasOwnProperty.call(r.colorScheme,"hookEventColors")&&"function"==typeof r.colorScheme.hookEventColors){var i=r.colorScheme.hookEventColors(t,{text:n[e].color,border:n[e].bdColor,background:n[e].bgColor})||void 0;"object"===u(i)&&(Object.hasOwnProperty.call(i,"text")&&t.color!==i.text&&(n[e].color=i.text),Object.hasOwnProperty.call(i,"background")&&t.bgColor!==i.background&&(n[e].bgColor=i.background),Object.hasOwnProperty.call(i,"border")&&t.bdColor!==i.border&&(n[e].bdColor=i.border))}}),this._isCached=this._saveToCache(c)}},{key:"_registerEventData",value:function(t,e){var n,r,i,o,a=this,s=this._config,u=this._instanceProps,l=c({},I,{},{uid:this.generateUniqueID(),label:$(t).html()}),f={};return Object.hasOwnProperty.call(e,"start")&&!this.is_empty(e.start)&&(n=this._getCoordinateX(e.start),l.x=this.numRound(n,2),Object.hasOwnProperty.call(e,"end")&&!this.is_empty(e.end)?(r=(n=this._getCoordinateX(e.end))-l.x,l.width=this.numRound(r,2),s.eventMeta.display&&(this.is_empty(s.eventMeta.content)&&!Object.hasOwnProperty.call(e,"rangeMeta")?(l.rangeMeta+=this.getLocaleString(e.start,s.eventMeta.scale,s.eventMeta.locale,s.eventMeta.format),l.rangeMeta+=" - ".concat(this.getLocaleString(e.end,s.eventMeta.scale,s.eventMeta.locale,s.eventMeta.format))):l.rangeMeta=s.eventMeta.content)):l.width=0,i=Object.hasOwnProperty.call(e,"row")?parseInt(e.row,10):1,o=Math.floor(i/2),l.y=(i-1)*s.rowHeight+l.margin+o,Object.keys(l).forEach(function(n){switch(!0){case/^eventId$/i.test(n):Object.hasOwnProperty.call(e,"id")?l.eventId=parseInt(e.id,10):l.eventId=parseInt(e[n],10)||0;break;case/^(label|content)$/i.test(n):Object.hasOwnProperty.call(e,n)&&!a.is_empty(e[n])&&(l[n]=e[n]),$(t).children(".event-".concat(n)).length>0&&(l[n]=$(t).children(".event-".concat(n)).html());break;case/^relation$/i.test(n):(/^mix(|ed)$/i.test(s.type)||/^point(|er)$/i.test(s.type))&&(f.x=a.numRound(l.x,2),f.y=a.numRound(u.rowSize*((e.row||1)-1)+u.rowSize/2,2)+.5*((e.row||1)-1),l[n]=c({},e[n],{},f));break;default:Object.hasOwnProperty.call(e,n)&&!a.is_empty(e[n])&&(l[n]=e[n])}})),l}},{key:"_getCoordinateX",value:function(t){var e=this._instanceProps,n=this.supplement(null,this._getPluggableDatetime(t)),r=0;return n?r=n-e.begin>=0&&e.end-n>=0?Math.abs(n-e.begin)/e.scale*e.scaleSize:(n-e.begin)/e.scale*e.scaleSize:console.warn("Cannot parse date because invalid format or undefined."),r}},{key:"_saveToCache",value:function(t){var e=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(e in window&&null!==("localStorage"===e?window.localStorage:window.sessionStorage))return"localStorage"===e?localStorage.setItem(this._selector,JSON.stringify(t)):sessionStorage.setItem(this._selector,JSON.stringify(t)),!0;throw new TypeError('The storage named "'.concat(e,'" can not be available.'))}},{key:"_loadToCache",value:function(){var t=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(!(t in window&&null!==("localStorage"===t?window.localStorage:window.sessionStorage)))throw new TypeError('The storage named "'.concat(t,'" can not be available.'));return"localStorage"===t?JSON.parse(localStorage.getItem(this._selector)):JSON.parse(sessionStorage.getItem(this._selector))}},{key:"_removeCache",value:function(){var t=/^local(|Storage)$/i.test(this._config.storage)?"localStorage":"sessionStorage";if(!(t in window&&null!==("localStorage"===t?window.localStorage:window.sessionStorage)))throw new TypeError('The storage named "'.concat(t,'" can not be available.'));"localStorage"===t?localStorage.removeItem(this._selector):sessionStorage.removeItem(this._selector)}},{key:"_placeEvent",value:function(){var t=this;return new Promise(function(e,n){t._debug("_placeEvent"),t._isCached||n("No Cached Event");var r=t._element,i=t._config,o=$(r).find(O.TIMELINE_EVENTS),a=$(r).find(O.TIMELINE_RELATION_LINES),c=t._loadToCache(),s=[];t._observer=new MutationObserver(function(t){t.forEach(function(t){var n=t.target;switch(t.type){case"childList":t.addedNodes.length==s.length&&(a.attr("data-state","show"),o.attr("data-state","show"));break;case"attributes":"data-state"===t.attributeName&&("shown"===$(n).attr("data-state")?e("Completed Placing"):"show"===$(n).attr("data-state")&&setTimeout(function(){o.attr("data-state","shown")},300))}})}),t._observer.observe(o.get(0),{childList:!0,attributes:!0,subtree:!0,attributeOldValue:!0}),c.length>0?(o.empty(),c.forEach(function(e){var n=t._createEventNode(e);n&&s.push(n)}),s.length>0&&o.append.apply(o,s)):(a.attr("data-state","show"),o.attr("data-state","show")),(/^mix(|ed)$/i.test(i.type)||/^point(|er)$/i.test(i.type))&&t._drawRelationLine(c),Object.hasOwnProperty.call(i.effects,"presentTime")&&i.effects.presentTime&&t._viewPresentTime()})}},{key:"_createEventNode",value:function(t){var e=this._config,n=this._instanceProps,r=$("
",{class:T.TIMELINE_EVENT_NODE,id:"evt-".concat(t.eventId),css:{left:"".concat(t.x,"px"),top:"".concat(t.y,"px"),width:"".concat(t.width,"px"),height:"".concat(t.height,"px"),color:this.hexToRgbA(t.color),backgroundColor:this.hexToRgbA(t.bgColor)},html:'
').concat(t.label,"
")}),i=!0;if(/^point(|er)$/i.test(e.type)?i=!1:/^mix(|ed)$/i.test(e.type)&&(/^point(|er)$/i.test(t.type)?i=!1:t.width<1&&(i=!!/^bar$/i.test(t.type))),t.x>=0?t.x<=n.fullwidth?t.x+t.width<=n.fullwidth||(t.width=n.fullwidth-t.x):t.width=-1:i?t.x+t.width<=0?t.width=-1:t.x+t.width<=n.fullwidth?(t.width=Math.abs(t.x+t.width),t.x=0):(t.width=n.fullwidth,t.x=0):t.width=-1,i){if(t.width<1)return null;r.css("left","".concat(t.x,"px")).css("width","".concat(t.width,"px"))}else{if(t.width<0)return null;var o=this._getPointerSize(t.size,t.margin),a=this.numRound(t.x-o/2,2)-t.margin,c=this.numRound(t.y+(t.height-o)/2,2)-t.margin;r.addClass(T.VIEWER_EVENT_TYPE_POINTER).css("border-color",t.bdColor).css("left","".concat(a,"px")).css("top","".concat(c,"px")).css("width","".concat(o,"px")).css("height","".concat(o,"px")).attr("data-base-size",o).attr("data-base-left",a).attr("data-base-top",c)}if(r.attr("data-uid",t.uid),!this.is_empty(t.image))if(i){var s=t.height-2*t.margin;r.prepend(''))}else r.css("background-image","url(".concat(t.image,")"));if(i&&e.eventMeta.display&&(t.extend.meta=t.rangeMeta),!this.is_empty(t.extend))for(var u=0,l=Object.keys(t.extend);ua?t>o?"lb":to?"lt":to?"rt+rb":null:r>a?to?"rb+rt":null:null))}}if(Math.abs(a-r)>n.rowSize&&(a+=Math.floor(Math.abs(a-r)/n.rowSize)),i.beginPath(),e.is_empty(u))i.moveTo(t,r),i.lineTo(o,a);else switch(!0){case/^lt$/i.test(u[s]):i.moveTo(t,r),Math.abs(t-o)>l&&i.lineTo(o-l,r),Math.abs(a-r)>l?(i.quadraticCurveTo(o,r,o,r+l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^lb$/i.test(u[s]):i.moveTo(t,r),Math.abs(t-o)>l&&i.lineTo(o+l,r),Math.abs(r-a)>l?(i.quadraticCurveTo(o,r,o,r-l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^rt$/i.test(u[s]):i.moveTo(t,r),Math.abs(o-t)>l&&i.lineTo(o-l,r),Math.abs(a-r)>l?(i.quadraticCurveTo(o,r,o,r+l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^rb$/i.test(u[s]):i.moveTo(t,r),Math.abs(o-t)>l&&i.lineTo(o-l,r),Math.abs(r-a)>l?(i.quadraticCurveTo(o,r,o,r-l),i.lineTo(o,a)):i.quadraticCurveTo(o,r,o,a);break;case/^lt\+lb$/i.test(u[s]):case/^lb\+lt$/i.test(u[s]):i.moveTo(t,r),i.lineTo(t-l,r),i.bezierCurveTo(t-2*l,r,t-2*l,a,t-l,a),i.lineTo(o,a);break;case/^rt\+rb$/i.test(u[s]):case/^rb\+rt$/i.test(u[s]):i.moveTo(t,r),i.lineTo(t+l,r),i.bezierCurveTo(t+2*l,r,t+2*l,a,t+l,a),i.lineTo(o,a)}i.stroke()};i.clearRect(0,0,r[0].width,r[0].height),t.forEach(function(r){var i,a,c,s,u,l,f=r.relation;Object.hasOwnProperty.call(f,"before")&&(i=f.x+e.numRound(r.margin/2,2),a=f.y+e.numRound(r.margin/2,2),(u=parseInt(f.before,10))<0?(c=0,s=a+e.numRound(r.margin/2,2)):(l=t.find(function(t){return parseInt(t.eventId,10)==u}),!e.is_empty(l)&&l.relation&&(c=l.relation.x<0?0:l.relation.x+e.numRound(r.margin/2,2),s=l.relation.y+e.numRound(r.margin/2,2))),i>=0&&a>=0&&c>=0&&s>=0&&o(i,a,c,s,r,"before")),Object.hasOwnProperty.call(f,"after")&&(i=f.x+e.numRound(r.margin/2,2),a=f.y+e.numRound(r.margin/2,2),(u=parseInt(f.after,10))<0?(c=n.fullwidth,s=a+e.numRound(r.margin/2,2)):(l=t.find(function(t){return parseInt(t.eventId,10)==u}),!e.is_empty(l)&&l.relation&&(c=l.relation.x>n.fullwidth?n.fullwidth:l.relation.x+e.numRound(r.margin/2,2),s=l.relation.y+e.numRound(r.margin/2,2))),i>=0&&a>=0&&c>=0&&s>=0&&o(i,a,c,s,r,"after"))})}},{key:"_viewPresentTime",value:function(){var t=this._element,e=this._instanceProps,n=new Date;if(!(this.diffDate(e.begin,n)<0||this.diffDate(n,e.end)<0)){var r=$("
",{class:T.PRESENT_TIME_MARKER,style:"left:".concat(this.numRound(this._getCoordinateX(n),2),"px;top:").concat($(t).find(O.TIMELINE_RULER_TOP).height(),"px;height:").concat($(t).find(O.TIMELINE_EVENT_CONTAINER).height(),"px;")});$(t).find(O.TIMELINE_MAIN).append(r)}}},{key:"_mapPlacedEvents",value:function(){var t=this,e=$(this._element).find(O.TIMELINE_EVENTS).children(),n=this._loadToCache(),r=[];return!this._isCached||this.is_empty(n)?r:(e.each(function(){var e=$(this).data("uid"),i=null;i=n?n.find(function(t){return t.uid===e})||null:$(this).data(),t.is_empty(i)||r.push(i)}),r)}},{key:"_activeEvent",value:function(t){this._debug("_activeEvent@Event");var e=t.target;"focusin"===t.type?($(O.TIMELINE_EVENT_NODE).removeClass("active"),$(e).addClass("active")):"focusout"===t.type&&$(e).removeClass("active")}},{key:"_scrollTimeline",value:function(t){this._debug("_scrollTimeline@Event");var e=t.target;this._debug(e.scrollLeft)}},{key:"_swipeStart",value:function(t){this._debug("_swipeStart@Event"),t.preventDefault();var e=this._instanceProps;e.absX=E?t.changedTouches[0].pageX:t.pageX,e.moveX=-1*$(t.currentTarget).parent(O.TIMELINE_CONTAINER).scrollLeft(),this._isTouched=!0}},{key:"_swipeMove",value:function(t){if(this._isTouched){this._debug("_swipeMove@Event"),t.preventDefault();var e=this._instanceProps;e.moveX-=e.absX-(E?t.changedTouches[0].pageX:t.pageX),$(t.currentTarget).parent(O.TIMELINE_CONTAINER).scrollLeft(-1*e.moveX),e.absX=E?t.changedTouches[0].pageX:t.pageX}}},{key:"_swipeEnd",value:function(){this._isTouched&&(this._debug("_swipeEnd@Event"),this._isTouched=!1)}},{key:"_hoverPointer",value:function(t){if(this._config.effects.hoverEvent){this._debug("_hoverPointer@Event");var e=this._instanceProps,n=t.target,r={left:$(n).data("baseLeft"),top:$(n).data("baseTop"),width:$(n).data("baseSize")},i=r.left,o=r.top,a=r.width,c=5;"mouseenter"===t.type?(a=Math.min(this.numRound(1.25*a,"ceil"),Math.min(e.rowSize,e.scaleSize)),i=this.numRound(i-(a-r.width)/2,2),o=this.numRound(o-(a-r.width)/2,2),c=9,$(n).trigger(x.FOCUSIN_EVENT)):$(n).trigger(x.FOCUSOUT_EVENT),$(n).css("left","".concat(i,"px")).css("top","".concat(o,"px")).css("width","".concat(a,"px")).css("height","".concat(a,"px")).css("z-index",c)}}},{key:"_debug",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"Notice";if(this._config.debug&&(t=this.supplement(null,t))){var n=void 0!==$(this._element).data(y)[t]?'Called method "'.concat(t,'".'):t,r=/^Called method "/.test(n)?"font-weight:600;color:blue;":"",i="";if(window.console&&window.console.log){if("Notice"!==e)throw new Error("".concat(n));window.console.log("%c%s%c",r,n,i)}}}},{key:"initialized",value:function(){var t=this._isInitialized?'Skipped because method "initialized" already has been called once':"initialized";if(this._debug(t),!this._isInitialized){var e=this._element,n=this._config,r=arguments.length<=0?void 0:arguments[0],i=r.length>0&&"function"==typeof r[0]?r[0]:null,o=r.length>1?r.slice(1):null;return i&&!this._isInitialized&&(this._debug("Fired your callback function after initializing this plugin."),i(e,n,o)),this._isInitialized=!0,this}}},{key:"destroy",value:function(){this._debug("destroy"),$.removeData(this._element,y),$(window,document,this._element).off(m),$(this._element).remove(),this._removeCache();for(var t=0,e=Object.keys(this);t1&&"function"==typeof r[1]?r[1]:null,c=r.length>2?r.slice(2):null,s={};switch(this.is_empty(o)?o={scale:i.scale,range:i.range,shift:!0}:(Object.hasOwnProperty.call(o,"shift")&&!1===o.shift||(o.shift=!0),Object.hasOwnProperty.call(o,"scale")&&this.verifyScale(o.scale)||(o.scale=i.scale),(!Object.hasOwnProperty.call(o,"range")||parseInt(o.range,10)>S[o.scale])&&(o.range=i.range)),n=new Date(i.startDatetime),!0){case/^years?$/i.test(o.scale):t=new Date(n.setFullYear(n.getFullYear()-parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):t=new Date(n.setMonth(n.getMonth()-parseInt(o.range,10)));break;default:t=new Date(n.getTime()-this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}if(s.startDatetime=t.toString(),o.shift){switch(n=new Date(i.endDatetime),!0){case/^years?$/i.test(o.scale):e=new Date(n.setFullYear(n.getFullYear()-parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):e=new Date(n.setMonth(n.getMonth()-parseInt(o.range,10)));break;default:e=new Date(n.getTime()-this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}s.endDatetime=e.toString()}o.scale!==i.scale&&(s.moveScale=o.scale),this.reload([s]),a&&(this._debug("Fired your callback function after datebacking."),a(this._element,i,c))}},{key:"dateforth",value:function(){this._debug("dateforth");var t,e,n,r=arguments.length<=0?void 0:arguments[0],i=this._config,o=this.supplement(null,r[0],this.validateObject),a=r.length>1&&"function"==typeof r[1]?r[1]:null,c=r.length>2?r.slice(2):null,s={};switch(this.is_empty(o)?o={scale:i.scale,range:i.range,shift:!0}:(Object.hasOwnProperty.call(o,"shift")&&!1===o.shift||(o.shift=!0),Object.hasOwnProperty.call(o,"scale")&&this.verifyScale(o.scale)||(o.scale=i.scale),(!Object.hasOwnProperty.call(o,"range")||parseInt(o.range,10)>S[o.scale])&&(o.range=i.range)),n=new Date(i.endDatetime),!0){case/^years?$/i.test(o.scale):e=new Date(n.setFullYear(n.getFullYear()+parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):e=new Date(n.setMonth(n.getMonth()+parseInt(o.range,10)));break;default:e=new Date(n.getTime()+this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}if(s.endDatetime=e.toString(),o.shift){switch(n=new Date(i.startDatetime),!0){case/^years?$/i.test(o.scale):t=new Date(n.setFullYear(n.getFullYear()+parseInt(o.range,10)));break;case/^months?$/i.test(o.scale):t=new Date(n.setMonth(n.getMonth()+parseInt(o.range,10)));break;default:t=new Date(n.getTime()+this.verifyScale(o.scale,n.getTime(),n.getTime(),!1)*parseInt(o.range,10))}s.startDatetime=t.toString()}o.scale!==i.scale&&(s.moveScale=o.scale),this.reload([s]),a&&(this._debug("Fired your callback function after dateforthing."),a(this._element,this._config,c))}},{key:"alignment",value:function(){this._debug("alignment");for(var t=arguments.length,e=new Array(t),n=0;n0&&"string"==typeof s[0]?s[0]:r.rangeAlign,l=s.length>1&&/^(\d{1,}|fast|normal|slow)$/i.test(s[1])?s[1]:0;if(!(i.fullwidth<=o.scrollWidth)){switch(!0){case/^(left|begin)$/i.test(u):c=0;break;case/^center$/i.test(u):c=(a[0].scrollWidth-o.scrollWidth)/2+1;break;case/^(right|end)$/i.test(u):c=a[0].scrollWidth-o.scrollWidth+1;break;case/^latest$/i.test(u):var f=this._mapPlacedEvents().sort(this.compareValues("x")),h=f[f.length-1];c=this.is_empty(h)?0:h.x,o.scrollWidth/20&&(p=d.find(function(t){return t.eventId==parseInt(u,10)})),c=this.is_empty(p)?0:p.x,Math.ceil(o.scrollWidth/2)=0?a[0].scrollWidth-o.scrollWidth+11&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a=0,c=!1,!this.is_empty(n)&&this._isCompleted){t.next=4;break}return t.abrupt("return");case 4:if(this.is_empty(o)||(o.sort(this.compareValues("eventId")),a=parseInt(o[o.length-1].eventId,10)),n.forEach(function(t){var e=s._registerEventData("
",t);s.is_empty(e)||(e.eventId=Math.max(a+1,parseInt(e.eventId,10)),o.push(e),a=parseInt(e.eventId,10),c=!0)}),c){t.next=8;break}return t.abrupt("return");case 8:return this._saveToCache(o),t.next=11,this._placeEvent();case 11:r&&(this._debug("Fired your callback function after replacing events."),r(this._element,this._config,i));case 12:case"end":return t.stop()}},t,this)})),function(){return g.apply(this,arguments)})},{key:"removeEvent",value:(p=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c,s=this,u=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("removeEvent"),e=u.length<=0?void 0:u[0],n=this.supplement(null,e[0],this.validateArray),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a={},c=[],!1,!this.is_empty(n)&&this._isCompleted&&!this.is_empty(o)){t.next=4;break}return t.abrupt("return");case 4:if(n.forEach(function(t){switch(!0){case/^\d{1,}$/.test(t):a.type="eventId",a.value=parseInt(t,10);break;case/^(|\d{1,}(-|\/)\d{1,2}(-|\/)\d{1,2}(|\s\d{1,2}:\d{1,2}(|:\d{1,2})))(|,\d{1,}(-|\/)\d{1,2}(-|\/)\d{1,2}(|\s\d{1,2}:\d{1,2}(|:\d{1,2})))$/.test(t):var e=t.split(",");a.type="daterange",a.value={},a.value.from=s.is_empty(e[0])?null:new Date(e[0]),a.value.to=s.is_empty(e[1])?null:new Date(e[1]);break;default:a.type="regex",a.value=new RegExp(t)}o.forEach(function(t){var e=!1;switch(a.type){case"eventId":parseInt(t.eventId,10)==a.value&&(e=!0);break;case"daterange":var n=a.value.from?Math.ceil(s._getCoordinateX(a.value.from.toString())):0,r=a.value.to?Math.floor(s._getCoordinateX(a.value.to.toString())):n;n<=t.x&&t.x<=r&&(e=!0);break;case"regex":a.value.test(JSON.stringify(t))&&(e=!0)}e||c.push(t)})}),c.length!==o.length){t.next=8;break}return t.abrupt("return");case 8:return this._saveToCache(c),t.next=11,this._placeEvent();case 11:r&&(this._debug("Fired your callback function after placing additional events."),r(this._element,this._config,i));case 12:case"end":return t.stop()}},t,this)})),function(){return p.apply(this,arguments)})},{key:"updateEvent",value:(f=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c=this,s=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("updateEvent"),e=s.length<=0?void 0:s[0],n=this.supplement(null,e[0],this.validateArray),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._loadToCache(),a=!1,!this.is_empty(n)&&this._isCompleted&&!this.is_empty(o)){t.next=4;break}return t.abrupt("return");case 4:if(n.forEach(function(t){var e=c._registerEventData("
",t),n=null,r=o.find(function(t,r){return n=r,t.eventId==e.eventId}),i={};c.is_empty(r)||c.is_empty(e)||(Object.hasOwnProperty.call(e,"uid")&&delete e.uid,i=Object.assign(i,r,e),o[n]=i,a=!0)}),a){t.next=7;break}return t.abrupt("return");case 7:return this._saveToCache(o),t.next=10,this._placeEvent();case 10:r&&(this._debug("Fired your callback function after updating events."),r(this._element,this._config,i));case 11:case"end":return t.stop()}},t,this)})),function(){return f.apply(this,arguments)})},{key:"reload",value:(a=h(regeneratorRuntime.mark(function t(){var e,n,r,i,o,a,c,s,u,l,f,h=this,d=arguments;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this._debug("reload"),e=d.length<=0?void 0:d[0],n=this.supplement(null,e[0],this.validateObject),r=e.length>1&&"function"==typeof e[1]?e[1]:null,i=e.length>2?e.slice(2):null,o=this._element,a=$(o).find(O.DEFAULT_EVENTS),c=this._config,s={},this.is_empty(n)||(s=this.mergeDeep(c,n),this._config=s),this._isInitialized=!1,this._isCached=!1,this._isCompleted=!1,this._instanceProps={},this._countEventinCell={},$(o).empty().append(a),this._calcVars(),this.showLoader(),Object.hasOwnProperty.call(this._config,"moveScale")?(u=this._config.moveScale,delete this._config.moveScale):u=this._config.scale,this._verifyMaxRenderableRange(u)){t.next=14;break}throw new RangeError("Timeline display period exceeds maximum renderable range.");case 14:return this._isInitialized||(this._renderView(),this._isInitialized=!0),this._config.reloadCacheKeep?(l=this._loadToCache(),f=[],this.is_empty(l)||l.forEach(function(t){delete t.uid,delete t.x,delete t.Y,delete t.width,delete t.height,delete t.relation.x,delete t.relation.y,f.push(h._registerEventData("
",t))}),this._isCached=this._saveToCache(f)):this._loadEvent(),t.next=18,this._placeEvent();case 18:return this._isCompleted=!0,t.next=21,this.hideLoader();case 21:r&&(this._debug("Fired your callback function after reloading timeline."),r(this._element,this._config,i)),$.fn.popover&&$('[data-toggle="popover"]').popover();case 23:case"end":return t.stop()}},t,this)})),function(){return a.apply(this,arguments)})},{key:"openEvent",value:function(t){this._debug("openEvent");var e=this,n=t.target,r=$(document).find(O.EVENT_VIEW),i=$(n).data("uid"),o=this.supplement(null,$(n).data("callback")),a=e._loadToCache().find(function(t){return t.uid===i});if(r.length>0&&r.each(function(){var t=$("
",{class:T.VIEWER_EVENT_TITLE}),n=$("
",{class:T.VIEWER_EVENT_CONTENT}),r=$("
",{class:T.VIEWER_EVENT_META}),i=$("
",{class:T.VIEWER_EVENT_IMAGE_WRAPPER});$(this).empty(),e.is_empty(a.image)||(i.append('')),$(this).append(i)),e.is_empty(a.label)||(t.html(a.label),$(this).append(t)),e.is_empty(a.content)||(n.html(a.content),$(this).append(n)),e.is_empty(a.rangeMeta)||(r.html(a.rangeMeta),$(this).append(r))}),o){this._debug('The callback "'.concat(o,'" was called by the "openEvent" method.'));try{Function.call(null,"return ".concat(o))()}catch(t){throw new TypeError(t)}}else this._config.onOpenEvent(a)}},{key:"zoomScale",value:function(t){var e=this;this._debug("zoomScale");var n=t.currentTarget,r=$(n).data("ruler-item"),i={millennium:{years:1e3,lower:"century",minGrids:10},century:{years:100,lower:"decade",minGrids:10},decade:{years:10,lower:"lustrum",minGrids:2},lustrum:{years:5,lower:"year",minGrids:5},year:{years:1,lower:"month",minGrids:12},month:{lower:"day",minGrids:28},week:{lower:"day",minGrids:7},day:{lower:"hour",minGrids:24},weekday:{lower:"hour",minGrids:24},hour:{lower:"minute",minGrids:60},minute:{lower:"second",minGrids:60},second:{lower:null,minGrids:60},millisecond:{lower:null,minGrids:1e3}},a=function(t){var n,r,a,c,s=o(t.split("-"),2),u=s[0],l=s[1],f=e._filterScaleKeyName(u),h=i[f].minGrids;switch(!0){case/^millennium$/i.test(f):case/^century$/i.test(f):case/^decade$/i.test(f):case/^lustrum$/i.test(f):n="".concat((l-1)*i[f].years+1,"/1/1 0:00:00"),r=new Date(e.modifyDate(n,i[f].years,"year").getTime()-1).toString();break;case/^year$/i.test(f):n="".concat(l,"/1/1 0:00:00"),r=new Date(e.modifyDate(n,i[f].years,"year").getTime()-1).toString();break;case/^month$/i.test(f):n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,"month").getTime()-1).toString();break;case/^week$/i.test(f):var d=o(l.split(","),2);a=d[0],c=d[1],n=e.getFirstDayOfWeek(c,a).toString(),r=new Date(e.modifyDate(n,7,"day").getTime()-1).toString();break;case/^day$/i.test(f):case/^weekday$/i.test(f):l="weekday"===f?l.substring(0,l.indexOf(",")):l,n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,"day").getTime()-1).toString();break;case/^hour$/i.test(f):case/^minute$/i.test(f):case/^second$/i.test(f):case/^millisecond$/i.test(f):default:n=e.getCorrectDatetime(l).toString(),r=new Date(e.modifyDate(n,1,f).getTime()-1).toString()}return[f=Object.hasOwnProperty.call(i,f)?i[f].lower:f,n,r,h]}(r),c=o(a,4),s=c[0],u=c[1],l=c[2],f=c[3],h={startDatetime:u,endDatetime:l,scale:s};if(!this.is_empty(h.scale)){if(this._config.wrapScale){var d,p=Math.ceil(($(this._element).find(O.TIMELINE_CONTAINER).width()-$(this._element).find(O.TIMELINE_SIDEBAR).width())/f);Object.hasOwnProperty.call(this._config,"originMinGridSize")||(this._config.originMinGridSize=this._config.minGridSize),d=this._config.originMinGridSize,h.minGridSize=Math.max(p,d)}this.reload([h])}}},{key:"showLoader",value:function(){this._debug("showLoader");var t=$(this._element),e=this._config,n=this._instanceProps,r=t.find(O.TIMELINE_CONTAINER),i=n.scaleSize*n.grids,o=n.rowSize*n.rows,a=$("
",{class:"jqtl-loader",style:"max-width:".concat(i,"px;min-height:").concat(o,"px;")}),c=null,s="";!1!==e.loader&&(0==r.length&&(r=r.prevObject),0==t.find(O.LOADER).length?(0==$(e.loader).length?(s=this.is_empty(e.loadingMessage)?"":e.loadingMessage,c=$("
",{class:T.LOADER_ITEM}).html(s)):c=$(e.loader).clone().prop("hidden",!1).css("display","block"),a.append(c),r.append(a)):t.find(O.LOADER).css({width:"100%",height:"100%"}),t.find(O.LOADER).attr("data-state","show"))}},{key:"hideLoader",value:function(){var t=this;return new Promise(function(e){t._debug("hideLoader"),$(t._element).find(O.LOADER).attr("data-state","hide"),setTimeout(function(){e()},300)})}},{key:"is_empty",value:function(t){if(null==t)return!0;switch(u(t)){case"object":return Array.isArray(t)?0===t.length:!(Object.keys(t).length>0||Object.getOwnPropertySymbols(t).length>0)&&(void 0!==t.valueOf().length?0===t.valueOf().length:"object"===u(t.valueOf())||this.is_empty(t.valueOf()));case"string":return""===t;case"number":return 0==t;case"boolean":return!t;case"undefined":case"null":return!0;case"symbol":case"function":default:return!1}}},{key:"is_Object",value:function(t){return t&&"object"===u(t)&&!Array.isArray(t)}},{key:"mergeDeep",value:function(t,e){var n=Object.assign({},t);if(this.is_Object(t)&&this.is_Object(e))for(var r=0,i=Object.keys(e);r0&&void 0!==arguments[0]?arguments[0]:1e3;return(new Date).getTime().toString(16)+Math.floor(t*Math.random()).toString(16)}},{key:"numRound",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"round";e=this.supplement(0,e,this.validateNumeric);var r=Math.pow(10,e);switch(!0){case/^ceil$/i.test(n):return Math.ceil(t*r)/r;case/^floor$/i.test(n):return Math.floor(t*r)/r;case/^round$/i.test(n):default:return Math.round(t*r)/r}}},{key:"hexToRgbA",value:function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return/^#([A-Fa-f0-9]{3}){1,2}$/.test(t)?(3==(e=t.substring(1).split("")).length&&(e=[e[0],e[0],e[1],e[1],e[2],e[2]]),e="0x".concat(e.join("")),"rgba(".concat([e>>16&255,e>>8&255,255&e].join(","),",").concat(n,")")):t}},{key:"getCorrectDatetime",value:function(t){var e;switch(u(t)){case"number":e=new Date(t);break;case"string":e=function(t){var e,n,i,a,c=function(t){var e,n=/^-/.test(t),r=n?"-":"";switch(n&&(t=t.replace(/^-/,"")),e=t.replace(/-/g,"/"),!0){case/^\d{1,4}\/\d{1,2}$/.test(e):return"".concat(r).concat(e,"/1");case/^.+(\.\d{1,3})$/.test(e):return isNaN(Date.parse(e))&&(e=e.replace(RegExp.$1,"")),"".concat(r).concat(e);default:return"".concat(r).concat(e)}}(t),s=0;switch(!0){case/^-?\d{1,}\/\d{1,2}(|\/\d{1,2})(| \d{1,2}(|:\d{1,2}(|:\d{1,2})))$/i.test(c):var u=o(c.split(" "),2);e=u[0],n=u[1],(i=e.split("/"))[1]&&(s=Math.floor(i[1]/13),i[1]=parseInt(i[1],10)-1);var f,h,d=[0,0,0];n?(f=i).push.apply(f,l(Object.assign(d,n.split(":")))):(h=i).push.apply(h,d),a=new Date(r(Date,l(i)).setFullYear(parseInt(i[0],10)+s));break;case/^-?\d+$/.test(c):a=new Date(c,0,1,0,0,0,0).setFullYear(parseInt(c,10));break;default:a=new Date(c.toString())}return a}(t);break;case"object":t instanceof Date&&(e=t)}return isNaN(e)||!e?(console.warn('"'.concat(t,'" Cannot parse date because invalid format.')),null):(e instanceof Date==!1&&(e=new Date(e)),e)}},{key:"getWeek",value:function(t){if(this.is_empty(t))return!1;for(var e=this._config.firstDayOfWeek,n=this.getCorrectDatetime(t),r=this.getCorrectDatetime("".concat(n.getFullYear(),"/1/1")),i=n.toDateString(),o=1,a=r,c=0;c<367&&(c>0&&(a=this.modifyDate(r,c,"day")),a.getDay()==e&&o++,a.toDateString()!==i);c++);return o}},{key:"getFirstDayOfWeek",value:function(t,e){if(this.is_empty(t))return!1;e=this.is_empty(e)?(new Date).getFullYear():parseInt(e,10);var n,r=this._config.firstDayOfWeek,i=this.getCorrectDatetime("".concat(e,"/1/1")),o=i.getDay(),a=i,c=o>r?o-r:0,s=c<=0?0:1;if(s==t&&o==r)n=i;else{for(var u=c;uc&&(a=this.modifyDate(i,u,"day")),a.getDay()==r){s++;break}n=s==t?a:this.modifyDate(a,7*(t-s),"day")}return n}},{key:"modifyDate",value:function(t,e,n){if(this.is_empty(t)||this.is_empty(e)||this.is_empty(n)||!this.verifyScale(n))return!1;var i,o=this.getCorrectDatetime(t),a=this.validateNumeric(0,e),c=[o.getFullYear(),o.getMonth(),o.getDate(),o.getHours(),o.getMinutes(),o.getSeconds(),o.getMilliseconds()],s=new Date(r(Date,c).setFullYear(c[0]));switch(!0){case/^millenniums?|millennia$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+1e3*a));break;case/^century$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+100*a));break;case/^dec(ade|ennium)$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+10*a));break;case/^lustrum$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+5*a));break;case/^years?$/i.test(n):i=new Date(s.setFullYear(s.getFullYear()+a));break;case/^months?$/i.test(n):i=new Date(s.setMonth(s.getMonth()+a));break;case/^weeks?$/i.test(n):(i=new Date(s.setDate(s.getDate()+7*a))).setHours(c[3]),i.setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^(|week)days?$/i.test(n):(i=new Date(s.setDate(s.getDate()+a))).setHours(c[3]),i.setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^hours?$/i.test(n):(i=new Date(s.setTime(s.getTime()+60*a*60*1e3))).setMinutes(c[4]),i.setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^minutes?$/i.test(n):(i=new Date(s.setTime(s.getTime()+60*a*1e3))).setSeconds(c[5]),i.setMilliseconds(c[6]);break;case/^seconds?$/i.test(n):(i=new Date(s.setTime(s.getTime()+1e3*a))).setMilliseconds(c[6]);break;default:i=new Date(s.setTime(s.getTime()+a))}return i}},{key:"diffDate",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"millisecond",r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=void 0===t?null:t,o=void 0===e?null:e,a=0,c=!1,s=function(t){var e=new Date(t.getFullYear(),t.getMonth()+1,1);return e.setTime(e.getTime()-1),e.getDate()},u=function(t){for(var e=new Date(t.getFullYear(),0,1),n=0,r=0;r<12;r++)e.setMonth(r),n+=s(e);return 365!=n};if(!i||!o)return console.warn("Cannot parse date to get difference because undefined."),!1;if(a=o-i,isNaN(a))return console.warn("Cannot parse date to get difference because invalid format."),!1;r&&(a=Math.abs(a));var l=i instanceof Date?i:new Date(i),f=o instanceof Date?o:new Date(o),h=f.getFullYear()-l.getFullYear(),d={};switch(!0){case/^millenniums?|millennia$/i.test(n):var p=l.getFullYear(),g=f.getFullYear(),v=Math.ceil((0==p?1:p)/1e3),y=Math.ceil((0==g?1:g)/1e3),m=v;for(d[v]=y-v>0?1e3*v-p:g-p,m++;m<=y;)d[m]=y-m>0?1e3:g-1e3*(m-1),m++;c=d;break;case/^century$/i.test(n):var b=l.getFullYear(),E=f.getFullYear(),w=Math.ceil((0==b?1:b)/100),_=Math.ceil((0==E?1:E)/100),S=w;for(d[w]=_-w>0?100*w-b:E-b,S++;S<=_;)d[S]=_-S>0?100:E-100*(S-1),S++;c=d;break;case/^dec(ade|ennium)$/i.test(n):for(var I,x,T=l.getFullYear(),O=f.getFullYear(),k=0==T?1:T;k<=O;)x=u(new Date(k,0,1))?366:365,I=Math.ceil(k/10),Object.hasOwnProperty.call(d,I)?d[I]+=x:d[I]=x,k++;c=d;break;case/^lustrum$/i.test(n):for(var M,N,R=l.getFullYear(),D=f.getFullYear(),A=0==R?1:R;A<=D;)N=u(new Date(A,0,1))?366:365,M=Math.ceil(A/5),Object.hasOwnProperty.call(d,M)?d[M]+=N:d[M]=N,A++;c=d;break;case/^years?$/i.test(n):if(h>0)for(var $=0;$<=h;$++){var L=new Date(l.getFullYear()+$,0,1);d["".concat(l.getFullYear()+$)]=u(L)?366:365}else d["".concat(l.getFullYear())]=u(l)?366:365;c=d;break;case/^months?$/i.test(n):if(h>0){for(var P=l.getMonth();P<12;P++){var j=new Date(l.getFullYear(),P,1);d["".concat(l.getFullYear(),"/").concat(P+1)]=s(j)}if(h>1)for(var C=1;C1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=-1,o=this.is_empty(e)||this.is_empty(n),a=!!r&&this.diffDate(e,n,t);if(void 0===t||"string"!=typeof t)return!1;switch(!0){case/^millisec(|ond)s?$/i.test(t):i=1;break;case/^seconds?$/i.test(t):i=1e3;break;case/^minutes?$/i.test(t):i=6e4;break;case/^quarter-?(|hour)$/i.test(t):i=9e5;break;case/^half-?(|hour)$/i.test(t):i=18e5;break;case/^hours?$/i.test(t):i=36e5;break;case/^(|week)days?$/i.test(t):i=864e5;break;case/^weeks?$/i.test(t):i=6048e5;break;case/^months?$/i.test(t):i=2630016000.0000005;break;case/^years?$/i.test(t):i=315576e5;break;case/^lustrum$/i.test(t):i=157788e6;break;case/^dec(ade|ennium)$/i.test(t):i=315576e6;break;case/^century$/i.test(t):i=315576e7;break;case/^millenniums?|millennia$/i.test(t):i=315576e8;break;default:console.warn('Specified an invalid "'.concat(t,'" scale.')),i=-1}return o?i>0:r?a:i}},{key:"getHigherScale",value:function(t){return this.findScale(t,"higher")}},{key:"getLowerScale",value:function(t){return this.findScale(t,"lower")}},{key:"findScale",value:function(t,e){var n,r=[["millisecond","^millisec(|ond)s?$"],["second","^seconds?$"],["minute","^minutes?$"],["hour","^(|half|quarter)-?(|hour)s?$"],["day","^(|week)days?$"],["week","^weeks?$"],["month","^months?$"],["year","^years?$"],["lustrum","^lustrum$"],["decade","^dec(ade|ennium)$"],["century","^century$"],["millennium","^millenniums?|millennia$"]],i=r.findIndex(function(e){return new RegExp("".concat(e[1]),"i").test(t)});switch(!0){case/^higher$/i.test(e):return r[i=r[i+1]?i+1:i][0];case/^higher\s?all$/i.test(e):return(n=(n=r.slice(i+1)).reduce(function(t,e){return t.concat(e[0])},[])).includes("day")&&n.push("weekday"),n;case/^lower$/i.test(e):return r[i=r[i-1]?i-1:i][0];case/^lower\s?all$/i.test(e):return(n=(n=r.slice(0,i)).reduce(function(t,e){return t.concat(e[0])},[])).includes("day")&&n.push("weekday"),n;default:return r[i][0]}}},{key:"getLocaleString",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"en-US",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};function i(){try{(new Date).toLocaleString("i")}catch(t){return"RangeError"===t.name}return!1}var a,c,s,u,l,f,h,d=i(),p="",g={},v=!1,y=function(t){var e=["th","st","nd","rd"],n=t%100;return t+(e[(n-20)%10]||e[n]||e[0])},m=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4,n=function(t,e){return Array(t+1).join(e)},r=n(e-String(t).length,"0");return String(t).length==e?String(t):(r+t).substr(-1*t)};if(this.is_empty(t))return!1;for(a in n=this.supplement("en-US",n,this.validateString),r=this.supplement({},r,this.validateObject))/^(localeMatcher|timeZone|hour12|formatMatcher|era|timeZoneName)$/.test(a)&&(g[a]=r[a]);switch(Object.keys(g).length>0&&(v=!0),!0){case/^millenniums?|millennia$/i.test(e):case/^century$/i.test(e):case/^dec(ade|ennium)$/i.test(e):case/^lustrum$/i.test(e):l=this.getCorrectDatetime(t).getFullYear(),c=/^millenniums?|millennia$/i.test(e)?1e3:/^century$/i.test(e)?100:/^dec(ade|ennium)$/i.test(e)?10:5,u=this.numRound(l/c,0,"ceil"),p=Object.hasOwnProperty.call(r,e)&&"ordinal"===r[e]?y(u):u;break;case/^years?$/i.test(e):l=(c=this.getCorrectDatetime(t)).getFullYear(),d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit)$/i.test(r[e])?(g.year=r[e],p=c.toLocaleString(n,g)):/^zerofill$/i.test(r[e])?(p=l.toString().length>3?l:m(l,4),v&&(p=c.toLocaleDateString(n,g).replace(l,p))):p=l:v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?l:p;break;case/^months?$/i.test(e):f=(c=this.getCorrectDatetime(t)).getMonth()+1,d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit|narrow|short|long)$/i.test(r[e])?(g.month=r[e],p=c.toLocaleString(n,g)):p=f:v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?f:p;break;case/^weeks?$/i.test(e):if("string"==typeof t&&/^(.*)+,\d{1,2}$/.test(t)){var b=t.split(","),E=o(b,2);s=E[0],u=E[1],h=parseInt(u,10)}else h=this.getWeek(this.getCorrectDatetime(t));p=Object.hasOwnProperty.call(r,e)&&"ordinal"===r[e]?y(h):h;break;case/^weekdays?$/i.test(e):if("string"==typeof t&&/^(.*)+,\d{1}$/.test(t)){var w=t.split(","),_=o(w,2);s=_[0],u=_[1],c=this.getCorrectDatetime(s),u=parseInt(u,10)}else c=this.getCorrectDatetime(t);d&&(Object.hasOwnProperty.call(r,e)?/^(narrow|short|long)$/i.test(r[e])&&(g.weekday=r[e],p=c.toLocaleString(n,g)):v&&(p=c.toLocaleDateString(n,g))),this.is_empty(p)&&(s=c.toLocaleDateString(n,{weekday:"long"}),p=/^short$/i.test(r[e])?s.substring(0,3):/^long$/i.test(r[e])?s:s.substring(0,1));break;case/^days?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?/^(numeric|2-digit)$/i.test(r[e])?(g.day=r[e],p=c.toLocaleString(n,g)):/^ordinal$/i.test(r[e])&&(p=y(parseInt(c.getDate(),10))):v&&(p=c.toLocaleDateString(n,g))),p=this.is_empty(p)?c.getDate():p;break;case/^hours?$/i.test(e):case/^(half|quarter)-?hours?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.hour=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getHours():p;break;case/^minutes?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.minute=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getMinutes():p;break;case/^seconds?$/i.test(e):c=this.getCorrectDatetime(t),d&&(Object.hasOwnProperty.call(r,e)?(/^(numeric|2-digit)$/i.test(r[e])?g.second=r[e]:/^fulltime$/i.test(r[e])&&(g.hour="numeric",g.minute="numeric",g.second="numeric"),p=c.toLocaleString(n,g)):v&&(p=c.toLocaleString(n,g))),p=this.is_empty(p)?c.getSeconds():p;break;case/^millisec(|ond)s?$/i.test(e):c=this.getCorrectDatetime(t),Object.hasOwnProperty.call(r,e)&&(p=/^numeric$/i.test(r[e])?parseInt(c.getMilliseconds(),10):m(parseInt(c.getMilliseconds(),10),3)),p=this.is_empty(p)?c.getMilliseconds():p;break;case/^custom$/i.test(e):c=this.getCorrectDatetime(t),Object.hasOwnProperty.call(r,e)&&(p=this.datetimeFormat(c,r[e],n)),p=this.is_empty(p)?c.toString():p;break;default:c=this.getCorrectDatetime(t),p=v?c.toLocaleString(n,g):c.toString()}return p.toString()}},{key:"datetimeFormat",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"en-US",i=t instanceof Date?t:this.getCorrectDatetime(t),o=n.toString().split(""),a="YyZmBbdwWAaIHMSj".split(""),c="",s=function(t){var e=new Date(t.getFullYear(),t.getMonth()+1,1);return e.setTime(e.getTime()-1),e.getDate()};return this.is_empty(o)?i.toString():(o.forEach(function(t,n,o){var u=!1,l="";if(a.includes(t)&&!e.is_empty(o[n-1])&&"%"===o[n-1]&&(u=e.is_empty(o[n-2])||"\\"!==o[n-2]),u){switch(t){case"Y":case"y":case"Z":var f=i.getFullYear();l="Z"===t?f<10?"000".concat(f):f<100?"00".concat(f):f<1e3?"0".concat(f):f:"Y"===t?f:f.toString().slice(-2);break;case"m":case"B":case"b":if("m"===t){var h=i.getMonth()+1;l=h<10?"0".concat(h):h}else{var d={month:"B"===t?"long":"short"};l=i.toLocaleDateString(r,d)}break;case"d":var p=i.getDate();l=p<10?"0".concat(p):p;break;case"w":case"A":case"a":if("w"===t){l=i.getDay()}else{var g={weekday:"A"===t?"long":"short"};l=i.toLocaleDateString(r,g)}break;case"W":l=e.getWeek(i);break;case"I":case"H":var v={hour12:"I"===t,hour:"numeric"};l=i.toLocaleTimeString(r,v);break;case"M":l=i.toLocaleTimeString(r,{minute:"numeric"});break;case"S":l=i.toLocaleTimeString(r,{second:"numeric"});break;case"j":var y,m=new Date(i.getFullYear(),0,1),b=i.getMonth(),E=0;for(y=0;y');return 0==$("#jqtl-str-ruler").length&&$("body").append(n),e=$("#jqtl-str-ruler").text(t).get(0).offsetWidth,$("#jqtl-str-ruler").empty(),e}},{key:"compareValues",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";return function(n,r){if(!Object.hasOwnProperty.call(n,t)||!Object.hasOwnProperty.call(r,t))return 0;var i="string"==typeof n[t]?n[t].toUpperCase():n[t],o="string"==typeof r[t]?r[t].toUpperCase():r[t],a=0;return i>o?a=1:i1?n-1:0),i=1;it;)o(n,t,arguments[t++]);return n.length=e,n}})},function(t,e,n){var r=n(0),i=n(157),o=n(36);r({target:"Array",proto:!0},{copyWithin:i}),o("copyWithin")},function(t,e,n){"use strict";var r=n(0),i=n(12).every;r({target:"Array",proto:!0,forced:n(28)("every")},{every:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(0),i=n(95),o=n(36);r({target:"Array",proto:!0},{fill:i}),o("fill")},function(t,e,n){"use strict";var r=n(0),i=n(158),o=n(10),a=n(8),c=n(23),s=n(55);r({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),n=a(e.length),r=s(e,0);return r.length=i(r,e,e,n,0,void 0===t?1:c(t)),r}})},function(t,e,n){"use strict";var r=n(0),i=n(158),o=n(10),a=n(8),c=n(20),s=n(55);r({target:"Array",proto:!0},{flatMap:function(t){var e,n=o(this),r=a(n.length);return c(t),(e=s(n,0)).length=i(e,n,n,r,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},function(t,e,n){"use strict";var r=n(0),i=n(153);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(t,e,n){var r=n(0),i=n(159);r({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},function(t,e,n){"use strict";var r=n(0),i=n(12).map;r({target:"Array",proto:!0,forced:!n(56)("map")},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(75).left;r({target:"Array",proto:!0,forced:n(28)("reduce")},{reduce:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(75).right;r({target:"Array",proto:!0,forced:n(28)("reduceRight")},{reduceRight:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(40),o=[].reverse,a=[1,2];r({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),o.call(this)}})},function(t,e,n){"use strict";var r=n(0),i=n(12).some;r({target:"Array",proto:!0,forced:n(28)("some")},{some:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(33),o=n(23),a=n(8),c=n(10),s=n(55),u=n(41),l=n(56),f=Math.max,h=Math.min;r({target:"Array",proto:!0,forced:!l("splice")},{splice:function(t,e){var n,r,l,d,p,g,v=c(this),y=a(v.length),m=i(t,y),b=arguments.length;if(0===b?n=r=0:1===b?(n=0,r=y-m):(n=b-2,r=h(f(o(e),0),y-m)),y+n-r>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=s(v,r),d=0;dy-r+n;d--)delete v[d-1]}else if(n>r)for(d=y-r;d>m;d--)g=d+n-1,(p=d+r-1)in v?v[g]=v[p]:delete v[g];for(d=0;da;){if(e=+arguments[a++],i(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(55296+((e-=65536)>>10),e%1024+56320))}return n.join("")}})},function(t,e,n){var r=n(0),i=n(18),o=n(8);r({target:"String",stat:!0},{raw:function(t){for(var e=i(t.raw),n=o(e.length),r=arguments.length,a=[],c=0;n>c;)a.push(String(e[c++])),c1?arguments[1]:void 0,r=i(e.length),c=void 0===n?r:u(i(n),r),l=String(t);return s?s.call(e,l,c):e.slice(c-l.length,c)===l}})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(8),a=n(14),c=n(72),s=n(73);r("match",1,function(t,e,n){return[function(e){var n=a(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var a=i(t),u=String(this);if(!a.global)return s(a,u);var l=a.unicode;a.lastIndex=0;for(var f,h=[],d=0;null!==(f=s(a,u));){var p=String(f[0]);h[d]=p,""===p&&(a.lastIndex=c(u,o(a.lastIndex),l)),d++}return 0===d?null:h}]})},function(t,e,n){"use strict";var r=n(0),i=n(87),o=n(14),a=n(8),c=n(20),s=n(4),u=n(59),l=n(62),f=n(13),h=n(7),d=n(29),p=n(72),g=n(19),v=n(31),y=h("matchAll"),m=g.set,b=g.getterFor("RegExp String Iterator"),E=RegExp.prototype,w=E.exec,_=i(function(t,e,n,r){m(this,{type:"RegExp String Iterator",regexp:t,string:e,global:n,unicode:r,done:!1})},"RegExp String",function(){var t=b(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=function(t,e){var n,r=t.exec;if("function"==typeof r){if("object"!=typeof(n=r.call(t,e)))throw TypeError("Incorrect exec result");return n}return w.call(t,e)}(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""==String(r[0])&&(e.lastIndex=p(n,a(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})}),S=function(t){var e,n,r,i,o,c,u=s(this),f=String(t);return e=d(u,RegExp),void 0===(n=u.flags)&&u instanceof RegExp&&!("flags"in E)&&(n=l.call(u)),r=void 0===n?"":String(n),i=new e(e===RegExp?u.source:u,r),o=!!~r.indexOf("g"),c=!!~r.indexOf("u"),i.lastIndex=a(u.lastIndex),new _(i,f,o,c)};r({target:"String",proto:!0},{matchAll:function(t){var e,n,r,i=o(this);return null!=t&&(void 0===(n=t[y])&&v&&"RegExp"==u(t)&&(n=S),null!=n)?c(n).call(t,i):(e=String(i),r=new RegExp(t,"g"),v?S.call(r,e):r[y](e))}}),v||y in E||f(E,y,S)},function(t,e,n){"use strict";var r=n(0),i=n(96).end;r({target:"String",proto:!0,forced:n(160)},{padEnd:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(0),i=n(96).start;r({target:"String",proto:!0,forced:n(160)},{padStart:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){n(0)({target:"String",proto:!0},{repeat:n(97)})},function(t,e,n){"use strict";var r=n(70),i=n(4),o=n(14),a=n(156),c=n(73);r("search",1,function(t,e,n){return[function(e){var n=o(this),r=null==e?void 0:e[t];return void 0!==r?r.call(e,n):new RegExp(e)[t](String(n))},function(t){var r=n(e,t,this);if(r.done)return r.value;var o=i(t),s=String(this),u=o.lastIndex;a(u,0)||(o.lastIndex=0);var l=c(o,s);return a(o.lastIndex,u)||(o.lastIndex=u),null===l?-1:l.index}]})},function(t,e,n){"use strict";var r=n(0),i=n(8),o=n(92),a=n(14),c=n(93),s="".startsWith,u=Math.min;r({target:"String",proto:!0,forced:!c("startsWith")},{startsWith:function(t){var e=String(a(this));o(t);var n=i(u(arguments.length>1?arguments[1]:void 0,e.length)),r=String(t);return s?s.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){"use strict";var r=n(0),i=n(45).trim;r({target:"String",proto:!0,forced:n(98)("trim")},{trim:function(){return i(this)}})},function(t,e,n){"use strict";var r=n(0),i=n(45).start,o=n(98)("trimStart"),a=o?function(){return i(this)}:"".trimStart;r({target:"String",proto:!0,forced:o},{trimStart:a,trimLeft:a})},function(t,e,n){"use strict";var r=n(0),i=n(45).end,o=n(98)("trimEnd"),a=o?function(){return i(this)}:"".trimEnd;r({target:"String",proto:!0,forced:o},{trimEnd:a,trimRight:a})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("anchor")},{anchor:function(t){return i(this,"a","name",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("big")},{big:function(){return i(this,"big","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("blink")},{blink:function(){return i(this,"blink","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("bold")},{bold:function(){return i(this,"b","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fixed")},{fixed:function(){return i(this,"tt","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fontcolor")},{fontcolor:function(t){return i(this,"font","color",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("fontsize")},{fontsize:function(t){return i(this,"font","size",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("italics")},{italics:function(){return i(this,"i","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("link")},{link:function(t){return i(this,"a","href",t)}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("small")},{small:function(){return i(this,"small","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("strike")},{strike:function(){return i(this,"strike","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("sub")},{sub:function(){return i(this,"sub","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(21);r({target:"String",proto:!0,forced:n(22)("sup")},{sup:function(){return i(this,"sup","","")}})},function(t,e,n){"use strict";var r=n(0),i=n(71);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(t,e,n){var r=n(6),i=n(9),o=n(62);r&&"g"!=/./g.flags&&i.f(RegExp.prototype,"flags",{configurable:!0,get:o})},function(t,e,n){var r=n(0),i=n(161);r({global:!0,forced:parseFloat!=i},{parseFloat:i})},function(t,e,n){n(0)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},function(t,e,n){n(0)({target:"Number",stat:!0},{isFinite:n(261)})},function(t,e,n){var r=n(2).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&r(t)}},function(t,e,n){n(0)({target:"Number",stat:!0},{isInteger:n(162)})},function(t,e,n){n(0)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},function(t,e,n){var r=n(0),i=n(162),o=Math.abs;r({target:"Number",stat:!0},{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,e,n){n(0)({target:"Number",stat:!0},{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,n){n(0)({target:"Number",stat:!0},{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,n){var r=n(0),i=n(161);r({target:"Number",stat:!0,forced:Number.parseFloat!=i},{parseFloat:i})},function(t,e,n){var r=n(0),i=n(139);r({target:"Number",stat:!0,forced:Number.parseInt!=i},{parseInt:i})},function(t,e,n){"use strict";var r=n(0),i=n(23),o=n(163),a=n(97),c=n(1),s=1..toFixed,u=Math.floor,l=function(t,e,n){return 0===e?n:e%2==1?l(t,e-1,n*t):l(t*t,e/2,n)};r({target:"Number",proto:!0,forced:s&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!c(function(){s.call({})})},{toFixed:function(t){var e,n,r,c,s=o(this),f=i(t),h=[0,0,0,0,0,0],d="",p="0",g=function(t,e){for(var n=-1,r=e;++n<6;)r+=t*h[n],h[n]=r%1e7,r=u(r/1e7)},v=function(t){for(var e=6,n=0;--e>=0;)n+=h[e],h[e]=u(n/t),n=n%t*1e7},y=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==h[t]){var n=String(h[t]);e=""===e?n:e+a.call("0",7-n.length)+n}return e};if(f<0||f>20)throw RangeError("Incorrect fraction digits");if(s!=s)return"NaN";if(s<=-1e21||s>=1e21)return String(s);if(s<0&&(d="-",s=-s),s>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(s*l(2,69,1))-69)<0?s*l(2,-e,1):s/l(2,e,1),n*=4503599627370496,(e=52-e)>0){for(g(0,n),r=f;r>=7;)g(1e7,0),r-=7;for(g(l(10,r,1),0),r=e-1;r>=23;)v(1<<23),r-=23;v(1<0?d+((c=p.length)<=f?"0."+a.call("0",f-c)+p:p.slice(0,c-f)+"."+p.slice(c-f)):d+p}})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(163),a=1..toPrecision;r({target:"Number",proto:!0,forced:i(function(){return"1"!==a.call(1,void 0)})||!i(function(){a.call({})})},{toPrecision:function(t){return void 0===t?a.call(o(this)):a.call(o(this),t)}})},function(t,e,n){var r=n(0),i=n(164),o=Math.acosh,a=Math.log,c=Math.sqrt,s=Math.LN2;r({target:"Math",stat:!0,forced:!o||710!=Math.floor(o(Number.MAX_VALUE))||o(1/0)!=1/0},{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?a(t)+s:i(t-1+c(t-1)*c(t+1))}})},function(t,e,n){var r=n(0),i=Math.asinh,o=Math.log,a=Math.sqrt;r({target:"Math",stat:!0,forced:!(i&&1/i(0)>0)},{asinh:function t(e){return isFinite(e=+e)&&0!=e?e<0?-t(-e):o(e+a(e*e+1)):e}})},function(t,e,n){var r=n(0),i=Math.atanh,o=Math.log;r({target:"Math",stat:!0,forced:!(i&&1/i(-0)<0)},{atanh:function(t){return 0==(t=+t)?t:o((1+t)/(1-t))/2}})},function(t,e,n){var r=n(0),i=n(99),o=Math.abs,a=Math.pow;r({target:"Math",stat:!0},{cbrt:function(t){return i(t=+t)*a(o(t),1/3)}})},function(t,e,n){var r=n(0),i=Math.floor,o=Math.log,a=Math.LOG2E;r({target:"Math",stat:!0},{clz32:function(t){return(t>>>=0)?31-i(o(t+.5)*a):32}})},function(t,e,n){var r=n(0),i=n(76),o=Math.cosh,a=Math.abs,c=Math.E;r({target:"Math",stat:!0,forced:!o||o(710)===1/0},{cosh:function(t){var e=i(a(t)-1)+1;return(e+1/(e*c*c))*(c/2)}})},function(t,e,n){var r=n(0),i=n(76);r({target:"Math",stat:!0,forced:i!=Math.expm1},{expm1:i})},function(t,e,n){n(0)({target:"Math",stat:!0},{fround:n(279)})},function(t,e,n){var r=n(99),i=Math.abs,o=Math.pow,a=o(2,-52),c=o(2,-23),s=o(2,127)*(2-c),u=o(2,-126);t.exports=Math.fround||function(t){var e,n,o=i(t),l=r(t);return os||n!=n?l*(1/0):l*n}},function(t,e,n){var r=n(0),i=Math.abs,o=Math.sqrt;r({target:"Math",stat:!0},{hypot:function(t,e){for(var n,r,a=0,c=0,s=arguments.length,u=0;c0?(r=n/u)*r:n;return u===1/0?1/0:u*o(a)}})},function(t,e,n){var r=n(0),i=n(1),o=Math.imul;r({target:"Math",stat:!0,forced:i(function(){return-5!=o(4294967295,5)||2!=o.length})},{imul:function(t,e){var n=+t,r=+e,i=65535&n,o=65535&r;return 0|i*o+((65535&n>>>16)*o+i*(65535&r>>>16)<<16>>>0)}})},function(t,e,n){var r=n(0),i=Math.log,o=Math.LOG10E;r({target:"Math",stat:!0},{log10:function(t){return i(t)*o}})},function(t,e,n){n(0)({target:"Math",stat:!0},{log1p:n(164)})},function(t,e,n){var r=n(0),i=Math.log,o=Math.LN2;r({target:"Math",stat:!0},{log2:function(t){return i(t)/o}})},function(t,e,n){n(0)({target:"Math",stat:!0},{sign:n(99)})},function(t,e,n){var r=n(0),i=n(1),o=n(76),a=Math.abs,c=Math.exp,s=Math.E;r({target:"Math",stat:!0,forced:i(function(){return-2e-17!=Math.sinh(-2e-17)})},{sinh:function(t){return a(t=+t)<1?(o(t)-o(-t))/2:(c(t-1)-c(-t-1))*(s/2)}})},function(t,e,n){var r=n(0),i=n(76),o=Math.exp;r({target:"Math",stat:!0},{tanh:function(t){var e=i(t=+t),n=i(-t);return e==1/0?1:n==1/0?-1:(e-n)/(o(t)+o(-t))}})},function(t,e,n){n(26)(Math,"Math",!0)},function(t,e,n){var r=n(0),i=Math.ceil,o=Math.floor;r({target:"Math",stat:!0},{trunc:function(t){return(t>0?o:i)(t)}})},function(t,e,n){n(0)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(10),a=n(25);r({target:"Date",proto:!0,forced:i(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})})},{toJSON:function(t){var e=o(this),n=a(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},function(t,e,n){var r=n(0),i=n(293);r({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},function(t,e,n){"use strict";var r=n(1),i=n(96).start,o=Math.abs,a=Date.prototype,c=a.getTime,s=a.toISOString;t.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=s.call(new Date(-5e13-1))})||!r(function(){s.call(new Date(NaN))})?function(){if(!isFinite(c.call(this)))throw RangeError("Invalid time value");var t=this.getUTCFullYear(),e=this.getUTCMilliseconds(),n=t<0?"-":t>9999?"+":"";return n+i(o(t),n?6:4,0)+"-"+i(this.getUTCMonth()+1,2,0)+"-"+i(this.getUTCDate(),2,0)+"T"+i(this.getUTCHours(),2,0)+":"+i(this.getUTCMinutes(),2,0)+":"+i(this.getUTCSeconds(),2,0)+"."+i(e,3,0)+"Z"}:s},function(t,e,n){var r=n(16),i=Date.prototype,o=i.toString,a=i.getTime;new Date(NaN)+""!="Invalid Date"&&r(i,"toString",function(){var t=a.call(this);return t==t?o.call(this):"Invalid Date"})},function(t,e,n){var r=n(13),i=n(296),o=n(7)("toPrimitive"),a=Date.prototype;o in a||r(a,o,i)},function(t,e,n){"use strict";var r=n(4),i=n(25);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return i(r(this),"number"!==t)}},function(t,e,n){var r=n(2);n(26)(r.JSON,"JSON",!0)},function(t,e,n){"use strict";var r=n(0),i=n(32),o=n(29),a=n(142);r({target:"Promise",proto:!0,real:!0},{finally:function(t){var e=o(this,i("Promise")),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then(function(){return n})}:t,n?function(n){return a(e,t()).then(function(){throw n})}:t)}})},function(t,e,n){"use strict";var r=n(77),i=n(165);t.exports=r("Map",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},i,!0)},function(t,e,n){"use strict";var r=n(77),i=n(165);t.exports=r("Set",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},i)},function(t,e,n){"use strict";var r,i=n(2),o=n(46),a=n(42),c=n(77),s=n(166),u=n(3),l=n(19).enforce,f=n(104),h=!i.ActiveXObject&&"ActiveXObject"in i,d=Object.isExtensible,p=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},g=t.exports=c("WeakMap",p,s,!0,!0);if(f&&h){r=s.getConstructor(p,"WeakMap",!0),a.REQUIRED=!0;var v=g.prototype,y=v.delete,m=v.has,b=v.get,E=v.set;o(v,{delete:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),y.call(this,t)||e.frozen.delete(t)}return y.call(this,t)},has:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),m.call(this,t)||e.frozen.has(t)}return m.call(this,t)},get:function(t){if(u(t)&&!d(t)){var e=l(this);return e.frozen||(e.frozen=new r),m.call(this,t)?b.call(this,t):e.frozen.get(t)}return b.call(this,t)},set:function(t,e){if(u(t)&&!d(t)){var n=l(this);n.frozen||(n.frozen=new r),m.call(this,t)?E.call(this,t,e):n.frozen.set(t,e)}else E.call(this,t,e);return this}})}},function(t,e,n){"use strict";n(77)("WeakSet",function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},n(166),!1,!0)},function(t,e,n){"use strict";var r=n(0),i=n(2),o=n(78),a=n(47),c=o.ArrayBuffer;r({global:!0,forced:i.ArrayBuffer!==c},{ArrayBuffer:c}),a("ArrayBuffer")},function(t,e,n){var r=n(0),i=n(5);r({target:"ArrayBuffer",stat:!0,forced:!i.NATIVE_ARRAY_BUFFER_VIEWS},{isView:i.isView})},function(t,e,n){"use strict";var r=n(0),i=n(1),o=n(78),a=n(4),c=n(33),s=n(8),u=n(29),l=o.ArrayBuffer,f=o.DataView,h=l.prototype.slice;r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i(function(){return!new l(2).slice(1,void 0).byteLength})},{slice:function(t,e){if(void 0!==h&&void 0===e)return h.call(a(this),t);for(var n=a(this).byteLength,r=c(t,n),i=c(void 0===e?n:e,n),o=new(u(this,l))(s(i-r)),d=new f(this),p=new f(o),g=0;rt;)n[t]=arguments[t++];return n},i)},function(t,e,n){"use strict";var r=n(5),i=n(157),o=r.aTypedArray;r.exportProto("copyWithin",function(t,e){return i.call(o(this),t,e,arguments.length>2?arguments[2]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).every,o=r.aTypedArray;r.exportProto("every",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(95),o=r.aTypedArray;r.exportProto("fill",function(t){return i.apply(o(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(12).filter,o=n(29),a=r.aTypedArray,c=r.aTypedArrayConstructor;r.exportProto("filter",function(t){for(var e=i(a(this),t,arguments.length>1?arguments[1]:void 0),n=o(this,this.constructor),r=0,s=e.length,u=new(c(n))(s);s>r;)u[r]=e[r++];return u})},function(t,e,n){"use strict";var r=n(5),i=n(12).find,o=r.aTypedArray;r.exportProto("find",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).findIndex,o=r.aTypedArray;r.exportProto("findIndex",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(12).forEach,o=r.aTypedArray;r.exportProto("forEach",function(t){i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(52).includes,o=r.aTypedArray;r.exportProto("includes",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(52).indexOf,o=r.aTypedArray;r.exportProto("indexOf",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(60),a=n(7)("iterator"),c=r.Uint8Array,s=o.values,u=o.keys,l=o.entries,f=i.aTypedArray,h=i.exportProto,d=c&&c.prototype[a],p=!!d&&("values"==d.name||null==d.name),g=function(){return s.call(f(this))};h("entries",function(){return l.call(f(this))}),h("keys",function(){return u.call(f(this))}),h("values",g,!p),h(a,g,!p)},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=[].join;r.exportProto("join",function(t){return o.apply(i(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(159),o=r.aTypedArray;r.exportProto("lastIndexOf",function(t){return i.apply(o(this),arguments)})},function(t,e,n){"use strict";var r=n(5),i=n(12).map,o=n(29),a=r.aTypedArray,c=r.aTypedArrayConstructor;r.exportProto("map",function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0,function(t,e){return new(c(o(t,t.constructor)))(e)})})},function(t,e,n){"use strict";var r=n(5),i=n(75).left,o=r.aTypedArray;r.exportProto("reduce",function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=n(75).right,o=r.aTypedArray;r.exportProto("reduceRight",function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=Math.floor;r.exportProto("reverse",function(){for(var t,e=i(this).length,n=o(e/2),r=0;r1?arguments[1]:void 0,1),n=this.length,r=a(t),c=i(r.length),u=0;if(c+e>n)throw RangeError("Wrong length");for(;uo;)l[o]=n[o++];return l},u)},function(t,e,n){"use strict";var r=n(5),i=n(12).some,o=r.aTypedArray;r.exportProto("some",function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)})},function(t,e,n){"use strict";var r=n(5),i=r.aTypedArray,o=[].sort;r.exportProto("sort",function(t){return o.call(i(this),t)})},function(t,e,n){"use strict";var r=n(5),i=n(8),o=n(33),a=n(29),c=r.aTypedArray;r.exportProto("subarray",function(t,e){var n=c(this),r=n.length,s=o(t,r);return new(a(n,n.constructor))(n.buffer,n.byteOffset+s*n.BYTES_PER_ELEMENT,i((void 0===e?r:o(e,r))-s))})},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(1),a=r.Int8Array,c=i.aTypedArray,s=[].toLocaleString,u=[].slice,l=!!a&&o(function(){s.call(new a(1))}),f=o(function(){return[1,2].toLocaleString()!=new a([1,2]).toLocaleString()})||!o(function(){a.prototype.toLocaleString.call([1,2])});i.exportProto("toLocaleString",function(){return s.apply(l?u.call(c(this)):c(this),arguments)},f)},function(t,e,n){"use strict";var r=n(2),i=n(5),o=n(1),a=r.Uint8Array,c=a&&a.prototype,s=[].toString,u=[].join;o(function(){s.call({})})&&(s=function(){return u.call(this)}),i.exportProto("toString",s,(c||{}).toString!=s)},function(t,e,n){var r=n(0),i=n(32),o=n(20),a=n(4),c=n(1),s=i("Reflect","apply"),u=Function.apply;r({target:"Reflect",stat:!0,forced:!c(function(){s(function(){})})},{apply:function(t,e,n){return o(t),a(n),s?s(t,e,n):u.call(t,e,n)}})},function(t,e,n){var r=n(0),i=n(6),o=n(4),a=n(25),c=n(9);r({target:"Reflect",stat:!0,forced:n(1)(function(){Reflect.defineProperty(c.f({},1,{value:1}),1,{value:2})}),sham:!i},{defineProperty:function(t,e,n){o(t);var r=a(e,!0);o(n);try{return c.f(t,r,n),!0}catch(t){return!1}}})},function(t,e,n){var r=n(0),i=n(4),o=n(15).f;r({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var n=o(i(t),e);return!(n&&!n.configurable)&&delete t[e]}})},function(t,e,n){var r=n(0),i=n(3),o=n(4),a=n(11),c=n(15),s=n(27);r({target:"Reflect",stat:!0},{get:function t(e,n){var r,u,l=arguments.length<3?e:arguments[2];return o(e)===l?e[n]:(r=c.f(e,n))?a(r,"value")?r.value:void 0===r.get?void 0:r.get.call(l):i(u=s(e))?t(u,n,l):void 0}})},function(t,e,n){var r=n(0),i=n(6),o=n(4),a=n(15);r({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(t,e){return a.f(o(t),e)}})},function(t,e,n){var r=n(0),i=n(4),o=n(27);r({target:"Reflect",stat:!0,sham:!n(88)},{getPrototypeOf:function(t){return o(i(t))}})},function(t,e,n){n(0)({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},function(t,e,n){var r=n(0),i=n(4),o=Object.isExtensible;r({target:"Reflect",stat:!0},{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,e,n){n(0)({target:"Reflect",stat:!0},{ownKeys:n(81)})},function(t,e,n){var r=n(0),i=n(32),o=n(4);r({target:"Reflect",stat:!0,sham:!n(63)},{preventExtensions:function(t){o(t);try{var e=i("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}})},function(t,e,n){var r=n(0),i=n(4),o=n(3),a=n(11),c=n(9),s=n(15),u=n(27),l=n(38);r({target:"Reflect",stat:!0},{set:function t(e,n,r){var f,h,d=arguments.length<4?e:arguments[3],p=s.f(i(e),n);if(!p){if(o(h=u(e)))return t(h,n,r,d);p=l(0)}if(a(p,"value")){if(!1===p.writable||!o(d))return!1;if(f=s.f(d,n)){if(f.get||f.set||!1===f.writable)return!1;f.value=r,c.f(d,n,f)}else c.f(d,n,l(0,r));return!0}return void 0!==p.set&&(p.set.call(d,r),!0)}})},function(t,e,n){var r=n(0),i=n(4),o=n(123),a=n(44);a&&r({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){i(t),o(e);try{return a(t,e),!0}catch(t){return!1}}})},function(t,e,n){n(151),n(154),n(354),n(355),n(356),n(357),n(360),n(171),t.exports=n(43)},function(t,e,n){var r=n(2),i=n(90),o=!r.setImmediate||!r.clearImmediate;n(0)({global:!0,bind:!0,enumerable:!0,forced:o},{setImmediate:i.set,clearImmediate:i.clear})},function(t,e,n){var r=n(0),i=n(2),o=n(141),a=n(24),c=i.process,s="process"==a(c);r({global:!0,enumerable:!0,noTargetGet:!0},{queueMicrotask:function(t){var e=s&&c.domain;o(e?e.bind(t):t)}})},function(t,e,n){var r=n(0),i=n(2),o=n(68),a=[].slice,c=function(t){return function(e,n){var r=arguments.length>2,i=r?a.call(arguments,2):void 0;return t(r?function(){("function"==typeof e?e:Function(e)).apply(this,i)}:e,n)}};r({global:!0,bind:!0,forced:/MSIE .\./.test(o)},{setTimeout:c(i.setTimeout),setInterval:c(i.setInterval)})},function(t,e,n){"use strict";n(94);var r,i=n(0),o=n(6),a=n(170),c=n(2),s=n(84),u=n(16),l=n(37),f=n(11),h=n(130),d=n(118),p=n(69).codeAt,g=n(358),v=n(26),y=n(171),m=n(19),b=c.URL,E=y.URLSearchParams,w=y.getState,_=m.set,S=m.getterFor("URL"),I=Math.floor,x=Math.pow,T=/[A-Za-z]/,O=/[\d+\-.A-Za-z]/,k=/\d/,M=/^(0x|0X)/,N=/^[0-7]+$/,R=/^\d+$/,D=/^[\dA-Fa-f]+$/,A=/[\u0000\u0009\u000A\u000D #%\/:?@[\\]]/,$=/[\u0000\u0009\u000A\u000D #\/:?@[\\]]/,L=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,P=/[\u0009\u000A\u000D]/g,j=function(t,e){var n,r,i;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return"Invalid host";if(!(n=F(e.slice(1,-1))))return"Invalid host";t.host=n}else if(G(t)){if(e=g(e),A.test(e))return"Invalid host";if(null===(n=C(e)))return"Invalid host";t.host=n}else{if($.test(e))return"Invalid host";for(n="",r=d(e),i=0;i4)return t;for(n=[],r=0;r1&&"0"==i.charAt(0)&&(o=M.test(i)?16:8,i=i.slice(8==o?1:2)),""===i)a=0;else{if(!(10==o?R:8==o?N:D).test(i))return t;a=parseInt(i,o)}n.push(a)}for(r=0;r=x(256,5-e))return null}else if(a>255)return null;for(c=n.pop(),r=0;r6)return;for(r=0;h();){if(i=null,r>0){if(!("."==h()&&r<4))return;f++}if(!k.test(h()))return;for(;k.test(h());){if(o=parseInt(h(),10),null===i)i=o;else{if(0==i)return;i=10*i+o}if(i>255)return;f++}s[u]=256*s[u]+i,2!=++r&&4!=r||u++}if(4!=r)return;break}if(":"==h()){if(f++,!h())return}else if(h())return;s[u++]=e}else{if(null!==l)return;f++,l=++u}}if(null!==l)for(a=u-l,u=7;0!=u&&a>0;)c=s[u],s[u--]=s[l+a-1],s[l+--a]=c;else if(8!=u)return;return s},U=function(t){var e,n,r,i;if("number"==typeof t){for(e=[],n=0;n<4;n++)e.unshift(t%256),t=I(t/256);return e.join(".")}if("object"==typeof t){for(e="",r=function(t){for(var e=null,n=1,r=null,i=0,o=0;o<8;o++)0!==t[o]?(i>n&&(e=r,n=i),r=null,i=0):(null===r&&(r=o),++i);return i>n&&(e=r,n=i),e}(t),n=0;n<8;n++)i&&0===t[n]||(i&&(i=!1),r===n?(e+=n?":":"::",i=!0):(e+=t[n].toString(16),n<7&&(e+=":")));return"["+e+"]"}return t},V={},Y=h({},V,{" ":1,'"':1,"<":1,">":1,"`":1}),z=h({},Y,{"#":1,"?":1,"{":1,"}":1}),W=h({},z,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),H=function(t,e){var n=p(t,0);return n>32&&n<127&&!f(e,t)?t:encodeURIComponent(t)},B={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},G=function(t){return f(B,t.scheme)},q=function(t){return""!=t.username||""!=t.password},X=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},K=function(t,e){var n;return 2==t.length&&T.test(t.charAt(0))&&(":"==(n=t.charAt(1))||!e&&"|"==n)},J=function(t){var e;return t.length>1&&K(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},Z=function(t){var e=t.path,n=e.length;!n||"file"==t.scheme&&1==n&&K(e[0],!0)||e.pop()},Q=function(t){return"."===t||"%2e"===t.toLowerCase()},tt={},et={},nt={},rt={},it={},ot={},at={},ct={},st={},ut={},lt={},ft={},ht={},dt={},pt={},gt={},vt={},yt={},mt={},bt={},Et={},wt=function(t,e,n,i){var o,a,c,s,u,l=n||tt,h=0,p="",g=!1,v=!1,y=!1;for(n||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(L,"")),e=e.replace(P,""),o=d(e);h<=o.length;){switch(a=o[h],l){case tt:if(!a||!T.test(a)){if(n)return"Invalid scheme";l=nt;continue}p+=a.toLowerCase(),l=et;break;case et:if(a&&(O.test(a)||"+"==a||"-"==a||"."==a))p+=a.toLowerCase();else{if(":"!=a){if(n)return"Invalid scheme";p="",l=nt,h=0;continue}if(n&&(G(t)!=f(B,p)||"file"==p&&(q(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=p,n)return void(G(t)&&B[t.scheme]==t.port&&(t.port=null));p="","file"==t.scheme?l=dt:G(t)&&i&&i.scheme==t.scheme?l=rt:G(t)?l=ct:"/"==o[h+1]?(l=it,h++):(t.cannotBeABaseURL=!0,t.path.push(""),l=mt)}break;case nt:if(!i||i.cannotBeABaseURL&&"#"!=a)return"Invalid scheme";if(i.cannotBeABaseURL&&"#"==a){t.scheme=i.scheme,t.path=i.path.slice(),t.query=i.query,t.fragment="",t.cannotBeABaseURL=!0,l=Et;break}l="file"==i.scheme?dt:ot;continue;case rt:if("/"!=a||"/"!=o[h+1]){l=ot;continue}l=st,h++;break;case it:if("/"==a){l=ut;break}l=yt;continue;case ot:if(t.scheme=i.scheme,a==r)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query;else if("/"==a||"\\"==a&&G(t))l=at;else if("?"==a)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query="",l=bt;else{if("#"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.path.pop(),l=yt;continue}t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=Et}break;case at:if(!G(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,l=yt;continue}l=ut}else l=st;break;case ct:if(l=st,"/"!=a||"/"!=p.charAt(h+1))continue;h++;break;case st:if("/"!=a&&"\\"!=a){l=ut;continue}break;case ut:if("@"==a){g&&(p="%40"+p),g=!0,c=d(p);for(var m=0;m65535)return"Invalid port";t.port=G(t)&&w===B[t.scheme]?null:w,p=""}if(n)return;l=vt;continue}return"Invalid port"}p+=a;break;case dt:if(t.scheme="file","/"==a||"\\"==a)l=pt;else{if(!i||"file"!=i.scheme){l=yt;continue}if(a==r)t.host=i.host,t.path=i.path.slice(),t.query=i.query;else if("?"==a)t.host=i.host,t.path=i.path.slice(),t.query="",l=bt;else{if("#"!=a){J(o.slice(h).join(""))||(t.host=i.host,t.path=i.path.slice(),Z(t)),l=yt;continue}t.host=i.host,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=Et}}break;case pt:if("/"==a||"\\"==a){l=gt;break}i&&"file"==i.scheme&&!J(o.slice(h).join(""))&&(K(i.path[0],!0)?t.path.push(i.path[0]):t.host=i.host),l=yt;continue;case gt:if(a==r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&K(p))l=yt;else if(""==p){if(t.host="",n)return;l=vt}else{if(s=j(t,p))return s;if("localhost"==t.host&&(t.host=""),n)return;p="",l=vt}continue}p+=a;break;case vt:if(G(t)){if(l=yt,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=r&&(l=yt,"/"!=a))continue}else t.fragment="",l=Et;else t.query="",l=bt;break;case yt:if(a==r||"/"==a||"\\"==a&&G(t)||!n&&("?"==a||"#"==a)){if(".."===(u=(u=p).toLowerCase())||"%2e."===u||".%2e"===u||"%2e%2e"===u?(Z(t),"/"==a||"\\"==a&&G(t)||t.path.push("")):Q(p)?"/"==a||"\\"==a&&G(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&K(p)&&(t.host&&(t.host=""),p=p.charAt(0)+":"),t.path.push(p)),p="","file"==t.scheme&&(a==r||"?"==a||"#"==a))for(;t.path.length>1&&""===t.path[0];)t.path.shift();"?"==a?(t.query="",l=bt):"#"==a&&(t.fragment="",l=Et)}else p+=H(a,z);break;case mt:"?"==a?(t.query="",l=bt):"#"==a?(t.fragment="",l=Et):a!=r&&(t.path[0]+=H(a,V));break;case bt:n||"#"!=a?a!=r&&("'"==a&&G(t)?t.query+="%27":t.query+="#"==a?"%23":H(a,V)):(t.fragment="",l=Et);break;case Et:a!=r&&(t.fragment+=H(a,Y))}h++}},_t=function(t){var e,n,r=l(this,_t,"URL"),i=arguments.length>1?arguments[1]:void 0,a=String(t),c=_(r,{type:"URL"});if(void 0!==i)if(i instanceof _t)e=S(i);else if(n=wt(e={},String(i)))throw TypeError(n);if(n=wt(c,a,null,e))throw TypeError(n);var s=c.searchParams=new E,u=w(s);u.updateSearchParams(c.query),u.updateURL=function(){c.query=String(s)||null},o||(r.href=It.call(r),r.origin=xt.call(r),r.protocol=Tt.call(r),r.username=Ot.call(r),r.password=kt.call(r),r.host=Mt.call(r),r.hostname=Nt.call(r),r.port=Rt.call(r),r.pathname=Dt.call(r),r.search=At.call(r),r.searchParams=$t.call(r),r.hash=Lt.call(r))},St=_t.prototype,It=function(){var t=S(this),e=t.scheme,n=t.username,r=t.password,i=t.host,o=t.port,a=t.path,c=t.query,s=t.fragment,u=e+":";return null!==i?(u+="//",q(t)&&(u+=n+(r?":"+r:"")+"@"),u+=U(i),null!==o&&(u+=":"+o)):"file"==e&&(u+="//"),u+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==c&&(u+="?"+c),null!==s&&(u+="#"+s),u},xt=function(){var t=S(this),e=t.scheme,n=t.port;if("blob"==e)try{return new URL(e.path[0]).origin}catch(t){return"null"}return"file"!=e&&G(t)?e+"://"+U(t.host)+(null!==n?":"+n:""):"null"},Tt=function(){return S(this).scheme+":"},Ot=function(){return S(this).username},kt=function(){return S(this).password},Mt=function(){var t=S(this),e=t.host,n=t.port;return null===e?"":null===n?U(e):U(e)+":"+n},Nt=function(){var t=S(this).host;return null===t?"":U(t)},Rt=function(){var t=S(this).port;return null===t?"":String(t)},Dt=function(){var t=S(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},At=function(){var t=S(this).query;return t?"?"+t:""},$t=function(){return S(this).searchParams},Lt=function(){var t=S(this).fragment;return t?"#"+t:""},Pt=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(o&&s(St,{href:Pt(It,function(t){var e=S(this),n=String(t),r=wt(e,n);if(r)throw TypeError(r);w(e.searchParams).updateSearchParams(e.query)}),origin:Pt(xt),protocol:Pt(Tt,function(t){var e=S(this);wt(e,String(t)+":",tt)}),username:Pt(Ot,function(t){var e=S(this),n=d(String(t));if(!X(e)){e.username="";for(var r=0;r>1,t+=a(t/e);t>455;r+=36)t=a(t/35);return a(r+36*t/(t+38))},l=function(t){var e,n,r=[],i=(t=function(t){for(var e=[],n=0,r=t.length;n=55296&&i<=56319&&n=l&&na((2147483647-f)/v))throw RangeError(o);for(f+=(g-l)*v,l=g,e=0;e2147483647)throw RangeError(o);if(n==l){for(var y=f,m=36;;m+=36){var b=m<=h?1:m>=h+26?26:m-h;if(y 単位あたりの量の値が可変長であるスケールの場合", - "start": 20114, - "end": 20211, + "start": 22504, + "end": 22601, "loc": { "start": { - "line": 461, + "line": 503, "column": 12 }, "end": { - "line": 461, + "line": 503, "column": 109 } } @@ -11362,15 +11498,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -11379,57 +11515,57 @@ }, { "type": "ExpressionStatement", - "start": 20674, - "end": 20817, + "start": 23064, + "end": 23207, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 471, + "line": 513, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 20674, - "end": 20817, + "start": 23064, + "end": 23207, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 471, + "line": 513, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 20674, - "end": 20689, + "start": 23064, + "end": 23079, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 469, + "line": 511, "column": 27 } }, "object": { "type": "Identifier", - "start": 20674, - "end": 20681, + "start": 23064, + "end": 23071, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 469, + "line": 511, "column": 19 }, "identifierName": "_values" @@ -11439,15 +11575,15 @@ }, "property": { "type": "Identifier", - "start": 20682, - "end": 20689, + "start": 23072, + "end": 23079, "loc": { "start": { - "line": 469, + "line": 511, "column": 20 }, "end": { - "line": 469, + "line": 511, "column": 27 }, "identifierName": "forEach" @@ -11460,15 +11596,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 20691, - "end": 20816, + "start": 23081, + "end": 23206, "loc": { "start": { - "line": 469, + "line": 511, "column": 29 }, "end": { - "line": 471, + "line": 513, "column": 13 } }, @@ -11479,15 +11615,15 @@ "params": [ { "type": "Identifier", - "start": 20693, - "end": 20697, + "start": 23083, + "end": 23087, "loc": { "start": { - "line": 469, + "line": 511, "column": 31 }, "end": { - "line": 469, + "line": 511, "column": 35 }, "identifierName": "days" @@ -11497,59 +11633,59 @@ ], "body": { "type": "BlockStatement", - "start": 20703, - "end": 20816, + "start": 23093, + "end": 23206, "loc": { "start": { - "line": 469, + "line": 511, "column": 41 }, "end": { - "line": 471, + "line": 513, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 20721, - "end": 20802, + "start": 23111, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 20721, - "end": 20802, + "start": 23111, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 20721, - "end": 20732, + "start": 23111, + "end": 23122, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 27 }, "identifierName": "_totalWidth" @@ -11558,58 +11694,58 @@ }, "right": { "type": "CallExpression", - "start": 20736, - "end": 20802, + "start": 23126, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 20736, - "end": 20749, + "start": 23126, + "end": 23139, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 20736, - "end": 20740, + "start": 23126, + "end": 23130, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 35 } } }, "property": { "type": "Identifier", - "start": 20741, - "end": 20749, + "start": 23131, + "end": 23139, "loc": { "start": { - "line": 470, + "line": 512, "column": 36 }, "end": { - "line": 470, + "line": 512, "column": 44 }, "identifierName": "numRound" @@ -11621,43 +11757,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 20751, - "end": 20797, + "start": 23141, + "end": 23187, "loc": { "start": { - "line": 470, + "line": 512, "column": 46 }, "end": { - "line": 470, + "line": 512, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 20753, - "end": 20776, + "start": 23143, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 48 }, "end": { - "line": 470, + "line": 512, "column": 71 } }, "left": { "type": "Identifier", - "start": 20753, - "end": 20757, + "start": 23143, + "end": 23147, "loc": { "start": { - "line": 470, + "line": 512, "column": 48 }, "end": { - "line": 470, + "line": 512, "column": 52 }, "identifierName": "days" @@ -11667,29 +11803,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 20760, - "end": 20776, + "start": 23150, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 55 }, "end": { - "line": 470, + "line": 512, "column": 71 } }, "object": { "type": "Identifier", - "start": 20760, - "end": 20766, + "start": 23150, + "end": 23156, "loc": { "start": { - "line": 470, + "line": 512, "column": 55 }, "end": { - "line": 470, + "line": 512, "column": 61 }, "identifierName": "_props" @@ -11698,15 +11834,15 @@ }, "property": { "type": "Identifier", - "start": 20767, - "end": 20776, + "start": 23157, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 62 }, "end": { - "line": 470, + "line": 512, "column": 71 }, "identifierName": "scaleSize" @@ -11717,21 +11853,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 20751 + "parenStart": 23141 } }, "operator": "/", "right": { "type": "Identifier", - "start": 20781, - "end": 20797, + "start": 23171, + "end": 23187, "loc": { "start": { - "line": 470, + "line": 512, "column": 76 }, "end": { - "line": 470, + "line": 512, "column": 92 }, "identifierName": "_baseDaysOfScale" @@ -11741,15 +11877,15 @@ }, { "type": "NumericLiteral", - "start": 20799, - "end": 20800, + "start": 23189, + "end": 23190, "loc": { "start": { - "line": 470, + "line": 512, "column": 94 }, "end": { - "line": 470, + "line": 512, "column": 95 } }, @@ -11774,15 +11910,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -11791,58 +11927,58 @@ }, { "type": "ExpressionStatement", - "start": 20843, - "end": 20904, + "start": 23233, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 20843, - "end": 20904, + "start": 23233, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20843, - "end": 20855, + "start": 23233, + "end": 23245, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 24 } }, "object": { "type": "Identifier", - "start": 20843, - "end": 20849, + "start": 23233, + "end": 23239, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 18 }, "identifierName": "_props" @@ -11851,15 +11987,15 @@ }, "property": { "type": "Identifier", - "start": 20850, - "end": 20855, + "start": 23240, + "end": 23245, "loc": { "start": { - "line": 473, + "line": 515, "column": 19 }, "end": { - "line": 473, + "line": 515, "column": 24 }, "identifierName": "scale" @@ -11870,29 +12006,29 @@ }, "right": { "type": "BinaryExpression", - "start": 20866, - "end": 20904, + "start": 23256, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 35 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "left": { "type": "Identifier", - "start": 20866, - "end": 20878, + "start": 23256, + "end": 23268, "loc": { "start": { - "line": 473, + "line": 515, "column": 35 }, "end": { - "line": 473, + "line": 515, "column": 47 }, "identifierName": "_averageDays" @@ -11902,57 +12038,57 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 20883, - "end": 20902, + "start": 23273, + "end": 23292, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 20883, - "end": 20895, + "start": 23273, + "end": 23285, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 20883, - "end": 20890, + "start": 23273, + "end": 23280, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 59 } }, "left": { "type": "NumericLiteral", - "start": 20883, - "end": 20885, + "start": 23273, + "end": 23275, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 54 } }, @@ -11965,15 +12101,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20888, - "end": 20890, + "start": 23278, + "end": 23280, "loc": { "start": { - "line": 473, + "line": 515, "column": 57 }, "end": { - "line": 473, + "line": 515, "column": 59 } }, @@ -11987,15 +12123,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20893, - "end": 20895, + "start": 23283, + "end": 23285, "loc": { "start": { - "line": 473, + "line": 515, "column": 62 }, "end": { - "line": 473, + "line": 515, "column": 64 } }, @@ -12009,15 +12145,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20898, - "end": 20902, + "start": 23288, + "end": 23292, "loc": { "start": { - "line": 473, + "line": 515, "column": 67 }, "end": { - "line": 473, + "line": 515, "column": 71 } }, @@ -12029,7 +12165,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 20881 + "parenStart": 23271 } } } @@ -12037,58 +12173,58 @@ }, { "type": "ExpressionStatement", - "start": 20917, - "end": 20954, + "start": 23307, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 20917, - "end": 20954, + "start": 23307, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20917, - "end": 20929, + "start": 23307, + "end": 23319, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 24 } }, "object": { "type": "Identifier", - "start": 20917, - "end": 20923, + "start": 23307, + "end": 23313, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 18 }, "identifierName": "_props" @@ -12097,15 +12233,15 @@ }, "property": { "type": "Identifier", - "start": 20924, - "end": 20929, + "start": 23314, + "end": 23319, "loc": { "start": { - "line": 474, + "line": 516, "column": 19 }, "end": { - "line": 474, + "line": 516, "column": 24 }, "identifierName": "grids" @@ -12116,29 +12252,29 @@ }, "right": { "type": "MemberExpression", - "start": 20940, - "end": 20954, + "start": 23330, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 35 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "object": { "type": "Identifier", - "start": 20940, - "end": 20947, + "start": 23330, + "end": 23337, "loc": { "start": { - "line": 474, + "line": 516, "column": 35 }, "end": { - "line": 474, + "line": 516, "column": 42 }, "identifierName": "_values" @@ -12147,15 +12283,15 @@ }, "property": { "type": "Identifier", - "start": 20948, - "end": 20954, + "start": 23338, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 43 }, "end": { - "line": 474, + "line": 516, "column": 49 }, "identifierName": "length" @@ -12168,58 +12304,58 @@ }, { "type": "ExpressionStatement", - "start": 20967, - "end": 20995, + "start": 23357, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 20967, - "end": 20995, + "start": 23357, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20967, - "end": 20987, + "start": 23357, + "end": 23377, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 32 } }, "object": { "type": "Identifier", - "start": 20967, - "end": 20973, + "start": 23357, + "end": 23363, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 18 }, "identifierName": "_props" @@ -12228,15 +12364,15 @@ }, "property": { "type": "Identifier", - "start": 20974, - "end": 20987, + "start": 23364, + "end": 23377, "loc": { "start": { - "line": 475, + "line": 517, "column": 19 }, "end": { - "line": 475, + "line": 517, "column": 32 }, "identifierName": "variableScale" @@ -12247,15 +12383,15 @@ }, "right": { "type": "Identifier", - "start": 20990, - "end": 20995, + "start": 23380, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 35 }, "end": { - "line": 475, + "line": 517, "column": 40 }, "identifierName": "_temp" @@ -12266,58 +12402,58 @@ }, { "type": "ExpressionStatement", - "start": 21008, - "end": 21042, + "start": 23398, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 21008, - "end": 21042, + "start": 23398, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21008, - "end": 21024, + "start": 23398, + "end": 23414, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 28 } }, "object": { "type": "Identifier", - "start": 21008, - "end": 21014, + "start": 23398, + "end": 23404, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 18 }, "identifierName": "_props" @@ -12326,15 +12462,15 @@ }, "property": { "type": "Identifier", - "start": 21015, - "end": 21024, + "start": 23405, + "end": 23414, "loc": { "start": { - "line": 476, + "line": 518, "column": 19 }, "end": { - "line": 476, + "line": 518, "column": 28 }, "identifierName": "fullwidth" @@ -12345,15 +12481,15 @@ }, "right": { "type": "Identifier", - "start": 21031, - "end": 21042, + "start": 23421, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 35 }, "end": { - "line": 476, + "line": 518, "column": 46 }, "identifierName": "_totalWidth" @@ -12367,73 +12503,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 21058, - "end": 21397, + "start": 23448, + "end": 23787, "loc": { "start": { - "line": 477, + "line": 519, "column": 15 }, "end": { - "line": 483, + "line": 525, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 21132, - "end": 21187, + "start": 23522, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 21132, - "end": 21187, + "start": 23522, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21132, - "end": 21144, + "start": 23522, + "end": 23534, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 24 } }, "object": { "type": "Identifier", - "start": 21132, - "end": 21138, + "start": 23522, + "end": 23528, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 18 }, "identifierName": "_props" @@ -12443,15 +12579,15 @@ }, "property": { "type": "Identifier", - "start": 21139, - "end": 21144, + "start": 23529, + "end": 23534, "loc": { "start": { - "line": 479, + "line": 521, "column": 19 }, "end": { - "line": 479, + "line": 521, "column": 24 }, "identifierName": "scale" @@ -12463,58 +12599,58 @@ }, "right": { "type": "CallExpression", - "start": 21155, - "end": 21187, + "start": 23545, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 21155, - "end": 21172, + "start": 23545, + "end": 23562, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 21155, - "end": 21159, + "start": 23545, + "end": 23549, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 39 } } }, "property": { "type": "Identifier", - "start": 21160, - "end": 21172, + "start": 23550, + "end": 23562, "loc": { "start": { - "line": 479, + "line": 521, "column": 40 }, "end": { - "line": 479, + "line": 521, "column": 52 }, "identifierName": "_verifyScale" @@ -12526,29 +12662,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 21174, - "end": 21185, + "start": 23564, + "end": 23575, "loc": { "start": { - "line": 479, + "line": 521, "column": 54 }, "end": { - "line": 479, + "line": 521, "column": 65 } }, "object": { "type": "Identifier", - "start": 21174, - "end": 21179, + "start": 23564, + "end": 23569, "loc": { "start": { - "line": 479, + "line": 521, "column": 54 }, "end": { - "line": 479, + "line": 521, "column": 59 }, "identifierName": "_opts" @@ -12557,15 +12693,15 @@ }, "property": { "type": "Identifier", - "start": 21180, - "end": 21185, + "start": 23570, + "end": 23575, "loc": { "start": { - "line": 479, + "line": 521, "column": 60 }, "end": { - "line": 479, + "line": 521, "column": 65 }, "identifierName": "scale" @@ -12582,15 +12718,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 21072, - "end": 21119, + "start": 23462, + "end": 23509, "loc": { "start": { - "line": 478, + "line": 520, "column": 12 }, "end": { - "line": 478, + "line": 520, "column": 59 } } @@ -12599,58 +12735,58 @@ }, { "type": "ExpressionStatement", - "start": 21200, - "end": 21280, + "start": 23590, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 21200, - "end": 21280, + "start": 23590, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21200, - "end": 21212, + "start": 23590, + "end": 23602, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 24 } }, "object": { "type": "Identifier", - "start": 21200, - "end": 21206, + "start": 23590, + "end": 23596, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 18 }, "identifierName": "_props" @@ -12659,15 +12795,15 @@ }, "property": { "type": "Identifier", - "start": 21207, - "end": 21212, + "start": 23597, + "end": 23602, "loc": { "start": { - "line": 480, + "line": 522, "column": 19 }, "end": { - "line": 480, + "line": 522, "column": 24 }, "identifierName": "grids" @@ -12678,43 +12814,43 @@ }, "right": { "type": "CallExpression", - "start": 21223, - "end": 21280, + "start": 23613, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 21223, - "end": 21232, + "start": 23613, + "end": 23622, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 44 } }, "object": { "type": "Identifier", - "start": 21223, - "end": 21227, + "start": 23613, + "end": 23617, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 39 }, "identifierName": "Math" @@ -12723,15 +12859,15 @@ }, "property": { "type": "Identifier", - "start": 21228, - "end": 21232, + "start": 23618, + "end": 23622, "loc": { "start": { - "line": 480, + "line": 522, "column": 40 }, "end": { - "line": 480, + "line": 522, "column": 44 }, "identifierName": "ceil" @@ -12743,57 +12879,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 21234, - "end": 21278, + "start": 23624, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 46 }, "end": { - "line": 480, + "line": 522, "column": 90 } }, "left": { "type": "BinaryExpression", - "start": 21236, - "end": 21261, + "start": 23626, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 21236, - "end": 21246, + "start": 23626, + "end": 23636, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 58 } }, "object": { "type": "Identifier", - "start": 21236, - "end": 21242, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 54 }, "identifierName": "_props" @@ -12802,15 +12938,15 @@ }, "property": { "type": "Identifier", - "start": 21243, - "end": 21246, + "start": 23633, + "end": 23636, "loc": { "start": { - "line": 480, + "line": 522, "column": 55 }, "end": { - "line": 480, + "line": 522, "column": 58 }, "identifierName": "end" @@ -12822,29 +12958,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 21249, - "end": 21261, + "start": 23639, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 61 }, "end": { - "line": 480, + "line": 522, "column": 73 } }, "object": { "type": "Identifier", - "start": 21249, - "end": 21255, + "start": 23639, + "end": 23645, "loc": { "start": { - "line": 480, + "line": 522, "column": 61 }, "end": { - "line": 480, + "line": 522, "column": 67 }, "identifierName": "_props" @@ -12853,15 +12989,15 @@ }, "property": { "type": "Identifier", - "start": 21256, - "end": 21261, + "start": 23646, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 68 }, "end": { - "line": 480, + "line": 522, "column": 73 }, "identifierName": "begin" @@ -12872,35 +13008,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 21234 + "parenStart": 23624 } }, "operator": "/", "right": { "type": "MemberExpression", - "start": 21266, - "end": 21278, + "start": 23656, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 78 }, "end": { - "line": 480, + "line": 522, "column": 90 } }, "object": { "type": "Identifier", - "start": 21266, - "end": 21272, + "start": 23656, + "end": 23662, "loc": { "start": { - "line": 480, + "line": 522, "column": 78 }, "end": { - "line": 480, + "line": 522, "column": 84 }, "identifierName": "_props" @@ -12909,15 +13045,15 @@ }, "property": { "type": "Identifier", - "start": 21273, - "end": 21278, + "start": 23663, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 85 }, "end": { - "line": 480, + "line": 522, "column": 90 }, "identifierName": "scale" @@ -12933,58 +13069,58 @@ }, { "type": "ExpressionStatement", - "start": 21293, - "end": 21320, + "start": 23683, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 21293, - "end": 21320, + "start": 23683, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 39 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21293, - "end": 21313, + "start": 23683, + "end": 23703, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 32 } }, "object": { "type": "Identifier", - "start": 21293, - "end": 21299, + "start": 23683, + "end": 23689, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 18 }, "identifierName": "_props" @@ -12993,15 +13129,15 @@ }, "property": { "type": "Identifier", - "start": 21300, - "end": 21313, + "start": 23690, + "end": 23703, "loc": { "start": { - "line": 481, + "line": 523, "column": 19 }, "end": { - "line": 481, + "line": 523, "column": 32 }, "identifierName": "variableScale" @@ -13012,15 +13148,15 @@ }, "right": { "type": "NullLiteral", - "start": 21316, - "end": 21320, + "start": 23706, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 35 }, "end": { - "line": 481, + "line": 523, "column": 39 } } @@ -13029,58 +13165,58 @@ }, { "type": "ExpressionStatement", - "start": 21333, - "end": 21387, + "start": 23723, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 21333, - "end": 21387, + "start": 23723, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21333, - "end": 21349, + "start": 23723, + "end": 23739, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 28 } }, "object": { "type": "Identifier", - "start": 21333, - "end": 21339, + "start": 23723, + "end": 23729, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 18 }, "identifierName": "_props" @@ -13089,15 +13225,15 @@ }, "property": { "type": "Identifier", - "start": 21340, - "end": 21349, + "start": 23730, + "end": 23739, "loc": { "start": { - "line": 482, + "line": 524, "column": 19 }, "end": { - "line": 482, + "line": 524, "column": 28 }, "identifierName": "fullwidth" @@ -13108,43 +13244,43 @@ }, "right": { "type": "BinaryExpression", - "start": 21356, - "end": 21387, + "start": 23746, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 21356, - "end": 21368, + "start": 23746, + "end": 23758, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 47 } }, "object": { "type": "Identifier", - "start": 21356, - "end": 21362, + "start": 23746, + "end": 23752, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 41 }, "identifierName": "_props" @@ -13153,15 +13289,15 @@ }, "property": { "type": "Identifier", - "start": 21363, - "end": 21368, + "start": 23753, + "end": 23758, "loc": { "start": { - "line": 482, + "line": 524, "column": 42 }, "end": { - "line": 482, + "line": 524, "column": 47 }, "identifierName": "grids" @@ -13173,29 +13309,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 21371, - "end": 21387, + "start": 23761, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 50 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "object": { "type": "Identifier", - "start": 21371, - "end": 21377, + "start": 23761, + "end": 23767, "loc": { "start": { - "line": 482, + "line": 524, "column": 50 }, "end": { - "line": 482, + "line": 524, "column": 56 }, "identifierName": "_props" @@ -13204,15 +13340,15 @@ }, "property": { "type": "Identifier", - "start": 21378, - "end": 21387, + "start": 23768, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 57 }, "end": { - "line": 482, + "line": 524, "column": 66 }, "identifierName": "scaleSize" @@ -13231,15 +13367,15 @@ { "type": "CommentLine", "value": " pre-cache", - "start": 20023, - "end": 20035, + "start": 22413, + "end": 22425, "loc": { "start": { - "line": 458, + "line": 500, "column": 37 }, "end": { - "line": 458, + "line": 500, "column": 49 } } @@ -13248,58 +13384,58 @@ }, { "type": "ExpressionStatement", - "start": 21406, - "end": 21454, + "start": 23796, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 21406, - "end": 21454, + "start": 23796, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21406, - "end": 21423, + "start": 23796, + "end": 23813, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 25 } }, "object": { "type": "Identifier", - "start": 21406, - "end": 21412, + "start": 23796, + "end": 23802, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 14 }, "identifierName": "_props" @@ -13308,15 +13444,15 @@ }, "property": { "type": "Identifier", - "start": 21413, - "end": 21423, + "start": 23803, + "end": 23813, "loc": { "start": { - "line": 484, + "line": 526, "column": 15 }, "end": { - "line": 484, + "line": 526, "column": 25 }, "identifierName": "fullheight" @@ -13327,43 +13463,43 @@ }, "right": { "type": "BinaryExpression", - "start": 21426, - "end": 21454, + "start": 23816, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 21426, - "end": 21437, + "start": 23816, + "end": 23827, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 39 } }, "object": { "type": "Identifier", - "start": 21426, - "end": 21432, + "start": 23816, + "end": 23822, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 34 }, "identifierName": "_props" @@ -13372,15 +13508,15 @@ }, "property": { "type": "Identifier", - "start": 21433, - "end": 21437, + "start": 23823, + "end": 23827, "loc": { "start": { - "line": 484, + "line": 526, "column": 35 }, "end": { - "line": 484, + "line": 526, "column": 39 }, "identifierName": "rows" @@ -13392,29 +13528,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 21440, - "end": 21454, + "start": 23830, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 42 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "object": { "type": "Identifier", - "start": 21440, - "end": 21446, + "start": 23830, + "end": 23836, "loc": { "start": { - "line": 484, + "line": 526, "column": 42 }, "end": { - "line": 484, + "line": 526, "column": 48 }, "identifierName": "_props" @@ -13423,15 +13559,15 @@ }, "property": { "type": "Identifier", - "start": 21447, - "end": 21454, + "start": 23837, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 49 }, "end": { - "line": 484, + "line": 526, "column": 56 }, "identifierName": "rowSize" @@ -13451,15 +13587,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -13468,58 +13604,58 @@ }, { "type": "ExpressionStatement", - "start": 21558, - "end": 21687, + "start": 23948, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "expression": { "type": "AssignmentExpression", - "start": 21558, - "end": 21687, + "start": 23948, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21558, - "end": 21577, + "start": 23948, + "end": 23967, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 27 } }, "object": { "type": "Identifier", - "start": 21558, - "end": 21564, + "start": 23948, + "end": 23954, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 14 }, "identifierName": "_props" @@ -13529,15 +13665,15 @@ }, "property": { "type": "Identifier", - "start": 21565, - "end": 21577, + "start": 23955, + "end": 23967, "loc": { "start": { - "line": 486, + "line": 528, "column": 15 }, "end": { - "line": 486, + "line": 528, "column": 27 }, "identifierName": "visibleWidth" @@ -13549,57 +13685,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 21581, - "end": 21687, + "start": 23971, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "test": { "type": "BinaryExpression", - "start": 21581, - "end": 21597, + "start": 23971, + "end": 23987, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 21581, - "end": 21593, + "start": 23971, + "end": 23983, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 43 } }, "object": { "type": "Identifier", - "start": 21581, - "end": 21587, + "start": 23971, + "end": 23977, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 37 }, "identifierName": "_props" @@ -13608,15 +13744,15 @@ }, "property": { "type": "Identifier", - "start": 21588, - "end": 21593, + "start": 23978, + "end": 23983, "loc": { "start": { - "line": 486, + "line": 528, "column": 38 }, "end": { - "line": 486, + "line": 528, "column": 43 }, "identifierName": "width" @@ -13628,15 +13764,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 21596, - "end": 21597, + "start": 23986, + "end": 23987, "loc": { "start": { - "line": 486, + "line": 528, "column": 46 }, "end": { - "line": 486, + "line": 528, "column": 47 } }, @@ -13649,72 +13785,72 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 21601, - "end": 21678, + "start": 23991, + "end": 24068, "loc": { "start": { - "line": 486, + "line": 528, "column": 51 }, "end": { - "line": 486, + "line": 528, "column": 128 } }, "expressions": [ { "type": "ConditionalExpression", - "start": 21606, - "end": 21672, + "start": 23996, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 122 } }, "test": { "type": "BinaryExpression", - "start": 21606, - "end": 21638, + "start": 23996, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 88 } }, "left": { "type": "MemberExpression", - "start": 21606, - "end": 21618, + "start": 23996, + "end": 24008, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 68 } }, "object": { "type": "Identifier", - "start": 21606, - "end": 21612, + "start": 23996, + "end": 24002, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 62 }, "identifierName": "_props" @@ -13723,15 +13859,15 @@ }, "property": { "type": "Identifier", - "start": 21613, - "end": 21618, + "start": 24003, + "end": 24008, "loc": { "start": { - "line": 486, + "line": 528, "column": 63 }, "end": { - "line": 486, + "line": 528, "column": 68 }, "identifierName": "width" @@ -13743,29 +13879,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 21622, - "end": 21638, + "start": 24012, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 72 }, "end": { - "line": 486, + "line": 528, "column": 88 } }, "object": { "type": "Identifier", - "start": 21622, - "end": 21628, + "start": 24012, + "end": 24018, "loc": { "start": { - "line": 486, + "line": 528, "column": 72 }, "end": { - "line": 486, + "line": 528, "column": 78 }, "identifierName": "_props" @@ -13774,15 +13910,15 @@ }, "property": { "type": "Identifier", - "start": 21629, - "end": 21638, + "start": 24019, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 79 }, "end": { - "line": 486, + "line": 528, "column": 88 }, "identifierName": "fullwidth" @@ -13794,29 +13930,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 21641, - "end": 21653, + "start": 24031, + "end": 24043, "loc": { "start": { - "line": 486, + "line": 528, "column": 91 }, "end": { - "line": 486, + "line": 528, "column": 103 } }, "object": { "type": "Identifier", - "start": 21641, - "end": 21647, + "start": 24031, + "end": 24037, "loc": { "start": { - "line": 486, + "line": 528, "column": 91 }, "end": { - "line": 486, + "line": 528, "column": 97 }, "identifierName": "_props" @@ -13825,15 +13961,15 @@ }, "property": { "type": "Identifier", - "start": 21648, - "end": 21653, + "start": 24038, + "end": 24043, "loc": { "start": { - "line": 486, + "line": 528, "column": 98 }, "end": { - "line": 486, + "line": 528, "column": 103 }, "identifierName": "width" @@ -13844,29 +13980,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 21656, - "end": 21672, + "start": 24046, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 106 }, "end": { - "line": 486, + "line": 528, "column": 122 } }, "object": { "type": "Identifier", - "start": 21656, - "end": 21662, + "start": 24046, + "end": 24052, "loc": { "start": { - "line": 486, + "line": 528, "column": 106 }, "end": { - "line": 486, + "line": 528, "column": 112 }, "identifierName": "_props" @@ -13875,15 +14011,15 @@ }, "property": { "type": "Identifier", - "start": 21663, - "end": 21672, + "start": 24053, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 113 }, "end": { - "line": 486, + "line": 528, "column": 122 }, "identifierName": "fullwidth" @@ -13894,22 +14030,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 21604 + "parenStart": 23994 } } ], "quasis": [ { "type": "TemplateElement", - "start": 21602, - "end": 21602, + "start": 23992, + "end": 23992, "loc": { "start": { - "line": 486, + "line": 528, "column": 52 }, "end": { - "line": 486, + "line": 528, "column": 52 } }, @@ -13921,15 +14057,15 @@ }, { "type": "TemplateElement", - "start": 21675, - "end": 21677, + "start": 24065, + "end": 24067, "loc": { "start": { - "line": 486, + "line": 528, "column": 125 }, "end": { - "line": 486, + "line": 528, "column": 127 } }, @@ -13943,15 +14079,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 21681, - "end": 21687, + "start": 24071, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 131 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, @@ -13968,15 +14104,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -13985,58 +14121,58 @@ }, { "type": "ExpressionStatement", - "start": 21696, - "end": 21829, + "start": 24086, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "expression": { "type": "AssignmentExpression", - "start": 21696, - "end": 21829, + "start": 24086, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21696, - "end": 21716, + "start": 24086, + "end": 24106, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 28 } }, "object": { "type": "Identifier", - "start": 21696, - "end": 21702, + "start": 24086, + "end": 24092, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 14 }, "identifierName": "_props" @@ -14045,15 +14181,15 @@ }, "property": { "type": "Identifier", - "start": 21703, - "end": 21716, + "start": 24093, + "end": 24106, "loc": { "start": { - "line": 487, + "line": 529, "column": 15 }, "end": { - "line": 487, + "line": 529, "column": 28 }, "identifierName": "visibleHeight" @@ -14064,57 +14200,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 21719, - "end": 21829, + "start": 24109, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "test": { "type": "BinaryExpression", - "start": 21719, - "end": 21736, + "start": 24109, + "end": 24126, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 21719, - "end": 21732, + "start": 24109, + "end": 24122, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 44 } }, "object": { "type": "Identifier", - "start": 21719, - "end": 21725, + "start": 24109, + "end": 24115, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 37 }, "identifierName": "_props" @@ -14123,15 +14259,15 @@ }, "property": { "type": "Identifier", - "start": 21726, - "end": 21732, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 487, + "line": 529, "column": 38 }, "end": { - "line": 487, + "line": 529, "column": 44 }, "identifierName": "height" @@ -14143,15 +14279,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 21735, - "end": 21736, + "start": 24125, + "end": 24126, "loc": { "start": { - "line": 487, + "line": 529, "column": 47 }, "end": { - "line": 487, + "line": 529, "column": 48 } }, @@ -14164,72 +14300,72 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 21739, - "end": 21820, + "start": 24129, + "end": 24210, "loc": { "start": { - "line": 487, + "line": 529, "column": 51 }, "end": { - "line": 487, + "line": 529, "column": 132 } }, "expressions": [ { "type": "ConditionalExpression", - "start": 21744, - "end": 21814, + "start": 24134, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 126 } }, "test": { "type": "BinaryExpression", - "start": 21744, - "end": 21778, + "start": 24134, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 90 } }, "left": { "type": "MemberExpression", - "start": 21744, - "end": 21757, + "start": 24134, + "end": 24147, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 69 } }, "object": { "type": "Identifier", - "start": 21744, - "end": 21750, + "start": 24134, + "end": 24140, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 62 }, "identifierName": "_props" @@ -14238,15 +14374,15 @@ }, "property": { "type": "Identifier", - "start": 21751, - "end": 21757, + "start": 24141, + "end": 24147, "loc": { "start": { - "line": 487, + "line": 529, "column": 63 }, "end": { - "line": 487, + "line": 529, "column": 69 }, "identifierName": "height" @@ -14258,29 +14394,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 21761, - "end": 21778, + "start": 24151, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 73 }, "end": { - "line": 487, + "line": 529, "column": 90 } }, "object": { "type": "Identifier", - "start": 21761, - "end": 21767, + "start": 24151, + "end": 24157, "loc": { "start": { - "line": 487, + "line": 529, "column": 73 }, "end": { - "line": 487, + "line": 529, "column": 79 }, "identifierName": "_props" @@ -14289,15 +14425,15 @@ }, "property": { "type": "Identifier", - "start": 21768, - "end": 21778, + "start": 24158, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 80 }, "end": { - "line": 487, + "line": 529, "column": 90 }, "identifierName": "fullheight" @@ -14309,29 +14445,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 21781, - "end": 21794, + "start": 24171, + "end": 24184, "loc": { "start": { - "line": 487, + "line": 529, "column": 93 }, "end": { - "line": 487, + "line": 529, "column": 106 } }, "object": { "type": "Identifier", - "start": 21781, - "end": 21787, + "start": 24171, + "end": 24177, "loc": { "start": { - "line": 487, + "line": 529, "column": 93 }, "end": { - "line": 487, + "line": 529, "column": 99 }, "identifierName": "_props" @@ -14340,15 +14476,15 @@ }, "property": { "type": "Identifier", - "start": 21788, - "end": 21794, + "start": 24178, + "end": 24184, "loc": { "start": { - "line": 487, + "line": 529, "column": 100 }, "end": { - "line": 487, + "line": 529, "column": 106 }, "identifierName": "height" @@ -14359,29 +14495,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 21797, - "end": 21814, + "start": 24187, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 109 }, "end": { - "line": 487, + "line": 529, "column": 126 } }, "object": { "type": "Identifier", - "start": 21797, - "end": 21803, + "start": 24187, + "end": 24193, "loc": { "start": { - "line": 487, + "line": 529, "column": 109 }, "end": { - "line": 487, + "line": 529, "column": 115 }, "identifierName": "_props" @@ -14390,15 +14526,15 @@ }, "property": { "type": "Identifier", - "start": 21804, - "end": 21814, + "start": 24194, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 116 }, "end": { - "line": 487, + "line": 529, "column": 126 }, "identifierName": "fullheight" @@ -14409,22 +14545,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 21742 + "parenStart": 24132 } } ], "quasis": [ { "type": "TemplateElement", - "start": 21740, - "end": 21740, + "start": 24130, + "end": 24130, "loc": { "start": { - "line": 487, + "line": 529, "column": 52 }, "end": { - "line": 487, + "line": 529, "column": 52 } }, @@ -14436,15 +14572,15 @@ }, { "type": "TemplateElement", - "start": 21817, - "end": 21819, + "start": 24207, + "end": 24209, "loc": { "start": { - "line": 487, + "line": 529, "column": 129 }, "end": { - "line": 487, + "line": 529, "column": 131 } }, @@ -14458,15 +14594,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 21823, - "end": 21829, + "start": 24213, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 135 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, @@ -14481,58 +14617,58 @@ }, { "type": "ForInStatement", - "start": 21847, - "end": 22192, + "start": 24237, + "end": 24582, "loc": { "start": { - "line": 489, + "line": 531, "column": 8 }, "end": { - "line": 496, + "line": 538, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 21853, - "end": 21862, + "start": 24243, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 14 }, "end": { - "line": 489, + "line": 531, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 21857, - "end": 21862, + "start": 24247, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 18 }, "end": { - "line": 489, + "line": 531, "column": 23 } }, "id": { "type": "Identifier", - "start": 21857, - "end": 21862, + "start": 24247, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 18 }, "end": { - "line": 489, + "line": 531, "column": 23 }, "identifierName": "_prop" @@ -14546,15 +14682,15 @@ }, "right": { "type": "Identifier", - "start": 21866, - "end": 21872, + "start": 24256, + "end": 24262, "loc": { "start": { - "line": 489, + "line": 531, "column": 27 }, "end": { - "line": 489, + "line": 531, "column": 33 }, "identifierName": "_props" @@ -14563,86 +14699,86 @@ }, "body": { "type": "BlockStatement", - "start": 21875, - "end": 22192, + "start": 24265, + "end": 24582, "loc": { "start": { - "line": 489, + "line": 531, "column": 36 }, "end": { - "line": 496, + "line": 538, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 21889, - "end": 22005, + "start": 24279, + "end": 24395, "loc": { "start": { - "line": 490, + "line": 532, "column": 12 }, "end": { - "line": 492, + "line": 534, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 21894, - "end": 21962, + "start": 24284, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, "left": { "type": "LogicalExpression", - "start": 21894, - "end": 21933, + "start": 24284, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, "left": { "type": "BinaryExpression", - "start": 21894, - "end": 21911, + "start": 24284, + "end": 24301, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 34 } }, "left": { "type": "Identifier", - "start": 21894, - "end": 21899, + "start": 24284, + "end": 24289, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 22 }, "identifierName": "_prop" @@ -14652,15 +14788,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21904, - "end": 21911, + "start": 24294, + "end": 24301, "loc": { "start": { - "line": 490, + "line": 532, "column": 27 }, "end": { - "line": 490, + "line": 532, "column": 34 } }, @@ -14674,29 +14810,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 21915, - "end": 21933, + "start": 24305, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 38 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, "left": { "type": "Identifier", - "start": 21915, - "end": 21920, + "start": 24305, + "end": 24310, "loc": { "start": { - "line": 490, + "line": 532, "column": 38 }, "end": { - "line": 490, + "line": 532, "column": 43 }, "identifierName": "_prop" @@ -14706,15 +14842,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21925, - "end": 21933, + "start": 24315, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 48 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, @@ -14729,29 +14865,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 21937, - "end": 21962, + "start": 24327, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 60 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, "left": { "type": "Identifier", - "start": 21937, - "end": 21942, + "start": 24327, + "end": 24332, "loc": { "start": { - "line": 490, + "line": 532, "column": 60 }, "end": { - "line": 490, + "line": 532, "column": 65 }, "identifierName": "_prop" @@ -14761,15 +14897,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21947, - "end": 21962, + "start": 24337, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 70 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, @@ -14783,30 +14919,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 21965, - "end": 22005, + "start": 24355, + "end": 24395, "loc": { "start": { - "line": 490, + "line": 532, "column": 88 }, "end": { - "line": 492, + "line": 534, "column": 13 } }, "body": [ { "type": "ContinueStatement", - "start": 21983, - "end": 21991, + "start": 24373, + "end": 24381, "loc": { "start": { - "line": 491, + "line": 533, "column": 16 }, "end": { - "line": 491, + "line": 533, "column": 24 } }, @@ -14819,72 +14955,72 @@ }, { "type": "IfStatement", - "start": 22018, - "end": 22182, + "start": 24408, + "end": 24572, "loc": { "start": { - "line": 493, + "line": 535, "column": 12 }, "end": { - "line": 495, + "line": 537, "column": 13 } }, "test": { "type": "CallExpression", - "start": 22023, - "end": 22053, + "start": 24413, + "end": 24443, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 22023, - "end": 22036, + "start": 24413, + "end": 24426, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22023, - "end": 22027, + "start": 24413, + "end": 24417, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 21 } } }, "property": { "type": "Identifier", - "start": 22028, - "end": 22036, + "start": 24418, + "end": 24426, "loc": { "start": { - "line": 493, + "line": 535, "column": 22 }, "end": { - "line": 493, + "line": 535, "column": 30 }, "identifierName": "is_empty" @@ -14896,29 +15032,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 22038, - "end": 22051, + "start": 24428, + "end": 24441, "loc": { "start": { - "line": 493, + "line": 535, "column": 32 }, "end": { - "line": 493, + "line": 535, "column": 45 } }, "object": { "type": "Identifier", - "start": 22038, - "end": 22044, + "start": 24428, + "end": 24434, "loc": { "start": { - "line": 493, + "line": 535, "column": 32 }, "end": { - "line": 493, + "line": 535, "column": 38 }, "identifierName": "_props" @@ -14927,15 +15063,15 @@ }, "property": { "type": "Identifier", - "start": 22045, - "end": 22050, + "start": 24435, + "end": 24440, "loc": { "start": { - "line": 493, + "line": 535, "column": 39 }, "end": { - "line": 493, + "line": 535, "column": 44 }, "identifierName": "_prop" @@ -14948,58 +15084,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 22056, - "end": 22182, + "start": 24446, + "end": 24572, "loc": { "start": { - "line": 493, + "line": 535, "column": 50 }, "end": { - "line": 495, + "line": 537, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 22074, - "end": 22168, + "start": 24464, + "end": 24558, "loc": { "start": { - "line": 494, + "line": 536, "column": 16 }, "end": { - "line": 494, + "line": 536, "column": 110 } }, "argument": { "type": "NewExpression", - "start": 22080, - "end": 22168, + "start": 24470, + "end": 24558, "loc": { "start": { - "line": 494, + "line": 536, "column": 22 }, "end": { - "line": 494, + "line": 536, "column": 110 } }, "callee": { "type": "Identifier", - "start": 22084, - "end": 22093, + "start": 24474, + "end": 24483, "loc": { "start": { - "line": 494, + "line": 536, "column": 26 }, "end": { - "line": 494, + "line": 536, "column": 35 }, "identifierName": "TypeError" @@ -15009,30 +15145,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 22095, - "end": 22166, + "start": 24485, + "end": 24556, "loc": { "start": { - "line": 494, + "line": 536, "column": 37 }, "end": { - "line": 494, + "line": 536, "column": 108 } }, "expressions": [ { "type": "Identifier", - "start": 22108, - "end": 22113, + "start": 24498, + "end": 24503, "loc": { "start": { - "line": 494, + "line": 536, "column": 50 }, "end": { - "line": 494, + "line": 536, "column": 55 }, "identifierName": "_prop" @@ -15043,15 +15179,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 22096, - "end": 22106, + "start": 24486, + "end": 24496, "loc": { "start": { - "line": 494, + "line": 536, "column": 38 }, "end": { - "line": 494, + "line": 536, "column": 48 } }, @@ -15063,15 +15199,15 @@ }, { "type": "TemplateElement", - "start": 22114, - "end": 22165, + "start": 24504, + "end": 24555, "loc": { "start": { - "line": 494, + "line": 536, "column": 56 }, "end": { - "line": 494, + "line": 536, "column": 107 } }, @@ -15097,71 +15233,71 @@ }, { "type": "IfStatement", - "start": 22210, - "end": 22366, + "start": 24600, + "end": 24756, "loc": { "start": { - "line": 498, + "line": 540, "column": 8 }, "end": { - "line": 500, + "line": 542, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 22215, - "end": 22260, + "start": 24605, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 22215, - "end": 22235, + "start": 24605, + "end": 24625, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 22215, - "end": 22231, + "start": 24605, + "end": 24621, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 29 } }, "object": { "type": "Identifier", - "start": 22215, - "end": 22221, + "start": 24605, + "end": 24611, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 19 }, "identifierName": "_props" @@ -15170,15 +15306,15 @@ }, "property": { "type": "Identifier", - "start": 22222, - "end": 22231, + "start": 24612, + "end": 24621, "loc": { "start": { - "line": 498, + "line": 540, "column": 20 }, "end": { - "line": 498, + "line": 540, "column": 29 }, "identifierName": "fullwidth" @@ -15190,15 +15326,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 22234, - "end": 22235, + "start": 24624, + "end": 24625, "loc": { "start": { - "line": 498, + "line": 540, "column": 32 }, "end": { - "line": 498, + "line": 540, "column": 33 } }, @@ -15212,43 +15348,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 22239, - "end": 22260, + "start": 24629, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, "left": { "type": "MemberExpression", - "start": 22239, - "end": 22256, + "start": 24629, + "end": 24646, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 54 } }, "object": { "type": "Identifier", - "start": 22239, - "end": 22245, + "start": 24629, + "end": 24635, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 43 }, "identifierName": "_props" @@ -15257,15 +15393,15 @@ }, "property": { "type": "Identifier", - "start": 22246, - "end": 22256, + "start": 24636, + "end": 24646, "loc": { "start": { - "line": 498, + "line": 540, "column": 44 }, "end": { - "line": 498, + "line": 540, "column": 54 }, "identifierName": "fullheight" @@ -15277,15 +15413,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 22259, - "end": 22260, + "start": 24649, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 57 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, @@ -15299,58 +15435,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 22263, - "end": 22366, + "start": 24653, + "end": 24756, "loc": { "start": { - "line": 498, + "line": 540, "column": 61 }, "end": { - "line": 500, + "line": 542, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 22277, - "end": 22356, + "start": 24667, + "end": 24746, "loc": { "start": { - "line": 499, + "line": 541, "column": 12 }, "end": { - "line": 499, + "line": 541, "column": 91 } }, "argument": { "type": "NewExpression", - "start": 22283, - "end": 22356, + "start": 24673, + "end": 24746, "loc": { "start": { - "line": 499, + "line": 541, "column": 18 }, "end": { - "line": 499, + "line": 541, "column": 91 } }, "callee": { "type": "Identifier", - "start": 22287, - "end": 22296, + "start": 24677, + "end": 24686, "loc": { "start": { - "line": 499, + "line": 541, "column": 22 }, "end": { - "line": 499, + "line": 541, "column": 31 }, "identifierName": "TypeError" @@ -15360,15 +15496,15 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 22298, - "end": 22354, + "start": 24688, + "end": 24744, "loc": { "start": { - "line": 499, + "line": 541, "column": 33 }, "end": { - "line": 499, + "line": 541, "column": 89 } }, @@ -15376,15 +15512,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 22299, - "end": 22353, + "start": 24689, + "end": 24743, "loc": { "start": { - "line": 499, + "line": 541, "column": 34 }, "end": { - "line": 499, + "line": 541, "column": 88 } }, @@ -15406,73 +15542,73 @@ }, { "type": "ExpressionStatement", - "start": 22384, - "end": 22412, + "start": 24774, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 22384, - "end": 22412, + "start": 24774, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22384, - "end": 22403, + "start": 24774, + "end": 24793, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 22384, - "end": 22388, + "start": 24774, + "end": 24778, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 12 } } }, "property": { "type": "Identifier", - "start": 22389, - "end": 22403, + "start": 24779, + "end": 24793, "loc": { "start": { - "line": 502, + "line": 544, "column": 13 }, "end": { - "line": 502, + "line": 544, "column": 27 }, "identifierName": "_instanceProps" @@ -15483,15 +15619,15 @@ }, "right": { "type": "Identifier", - "start": 22406, - "end": 22412, + "start": 24796, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 30 }, "end": { - "line": 502, + "line": 544, "column": 36 }, "identifierName": "_props" @@ -15508,15 +15644,15 @@ { "type": "CommentBlock", "value": "*\n * Calculate each properties of the timeline instance\n * @private\n ", - "start": 19172, - "end": 19257, + "start": 21562, + "end": 21647, "loc": { "start": { - "line": 442, + "line": 484, "column": 4 }, "end": { - "line": 445, + "line": 487, "column": 7 } } @@ -15526,15 +15662,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -15543,15 +15679,15 @@ }, { "type": "ClassMethod", - "start": 22711, - "end": 29513, + "start": 25101, + "end": 31903, "loc": { "start": { - "line": 512, + "line": 554, "column": 4 }, "end": { - "line": 646, + "line": 688, "column": 5 } }, @@ -15559,15 +15695,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22711, - "end": 22732, + "start": 25101, + "end": 25122, "loc": { "start": { - "line": 512, + "line": 554, "column": 4 }, "end": { - "line": 512, + "line": 554, "column": 25 }, "identifierName": "_getPluggableDatetime" @@ -15583,15 +15719,15 @@ "params": [ { "type": "Identifier", - "start": 22734, - "end": 22737, + "start": 25124, + "end": 25127, "loc": { "start": { - "line": 512, + "line": 554, "column": 27 }, "end": { - "line": 512, + "line": 554, "column": 30 }, "identifierName": "key" @@ -15600,29 +15736,29 @@ }, { "type": "AssignmentPattern", - "start": 22739, - "end": 22754, + "start": 25129, + "end": 25144, "loc": { "start": { - "line": 512, + "line": 554, "column": 32 }, "end": { - "line": 512, + "line": 554, "column": 47 } }, "left": { "type": "Identifier", - "start": 22739, - "end": 22749, + "start": 25129, + "end": 25139, "loc": { "start": { - "line": 512, + "line": 554, "column": 32 }, "end": { - "line": 512, + "line": 554, "column": 42 }, "identifierName": "round_type" @@ -15631,15 +15767,15 @@ }, "right": { "type": "StringLiteral", - "start": 22752, - "end": 22754, + "start": 25142, + "end": 25144, "loc": { "start": { - "line": 512, + "line": 554, "column": 45 }, "end": { - "line": 512, + "line": 554, "column": 47 } }, @@ -15653,59 +15789,59 @@ ], "body": { "type": "BlockStatement", - "start": 22757, - "end": 29513, + "start": 25147, + "end": 31903, "loc": { "start": { - "line": 512, + "line": 554, "column": 50 }, "end": { - "line": 646, + "line": 688, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 22767, - "end": 26307, + "start": 25157, + "end": 28697, "loc": { "start": { - "line": 513, + "line": 555, "column": 8 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22771, - "end": 22798, + "start": 25161, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 12 }, "end": { - "line": 513, + "line": 555, "column": 39 } }, "id": { "type": "Identifier", - "start": 22771, - "end": 22776, + "start": 25161, + "end": 25166, "loc": { "start": { - "line": 513, + "line": 555, "column": 12 }, "end": { - "line": 513, + "line": 555, "column": 17 }, "identifierName": "_opts" @@ -15714,44 +15850,44 @@ }, "init": { "type": "MemberExpression", - "start": 22786, - "end": 22798, + "start": 25176, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 27 }, "end": { - "line": 513, + "line": 555, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 22786, - "end": 22790, + "start": 25176, + "end": 25180, "loc": { "start": { - "line": 513, + "line": 555, "column": 27 }, "end": { - "line": 513, + "line": 555, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22791, - "end": 22798, + "start": 25181, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 32 }, "end": { - "line": 513, + "line": 555, "column": 39 }, "identifierName": "_config" @@ -15763,29 +15899,29 @@ }, { "type": "VariableDeclarator", - "start": 22812, - "end": 22831, + "start": 25202, + "end": 25221, "loc": { "start": { - "line": 514, + "line": 556, "column": 12 }, "end": { - "line": 514, + "line": 556, "column": 31 } }, "id": { "type": "Identifier", - "start": 22812, - "end": 22817, + "start": 25202, + "end": 25207, "loc": { "start": { - "line": 514, + "line": 556, "column": 12 }, "end": { - "line": 514, + "line": 556, "column": 17 }, "identifierName": "_date" @@ -15794,15 +15930,15 @@ }, "init": { "type": "NullLiteral", - "start": 22827, - "end": 22831, + "start": 25217, + "end": 25221, "loc": { "start": { - "line": 514, + "line": 556, "column": 27 }, "end": { - "line": 514, + "line": 556, "column": 31 } } @@ -15810,29 +15946,29 @@ }, { "type": "VariableDeclarator", - "start": 22845, - "end": 24507, + "start": 25235, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 12 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, "id": { "type": "Identifier", - "start": 22845, - "end": 22857, + "start": 25235, + "end": 25247, "loc": { "start": { - "line": 515, + "line": 557, "column": 12 }, "end": { - "line": 515, + "line": 557, "column": 24 }, "identifierName": "getFirstDate" @@ -15841,15 +15977,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 22860, - "end": 24507, + "start": 25250, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 27 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, @@ -15860,15 +15996,15 @@ "params": [ { "type": "Identifier", - "start": 22862, - "end": 22869, + "start": 25252, + "end": 25259, "loc": { "start": { - "line": 515, + "line": 557, "column": 29 }, "end": { - "line": 515, + "line": 557, "column": 36 }, "identifierName": "dateObj" @@ -15877,15 +16013,15 @@ }, { "type": "Identifier", - "start": 22871, - "end": 22876, + "start": 25261, + "end": 25266, "loc": { "start": { - "line": 515, + "line": 557, "column": 38 }, "end": { - "line": 515, + "line": 557, "column": 43 }, "identifierName": "scale" @@ -15895,59 +16031,59 @@ ], "body": { "type": "BlockStatement", - "start": 22882, - "end": 24507, + "start": 25272, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 49 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 22900, - "end": 22912, + "start": 25290, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 16 }, "end": { - "line": 516, + "line": 558, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22904, - "end": 22912, + "start": 25294, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 20 }, "end": { - "line": 516, + "line": 558, "column": 28 } }, "id": { "type": "Identifier", - "start": 22904, - "end": 22912, + "start": 25294, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 20 }, "end": { - "line": 516, + "line": 558, "column": 28 }, "identifierName": "_tmpDate" @@ -15961,29 +16097,29 @@ }, { "type": "SwitchStatement", - "start": 22946, - "end": 24461, + "start": 25336, + "end": 26851, "loc": { "start": { - "line": 518, + "line": 560, "column": 16 }, "end": { - "line": 541, + "line": 583, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 22955, - "end": 22959, + "start": 25345, + "end": 25349, "loc": { "start": { - "line": 518, + "line": 560, "column": 25 }, "end": { - "line": 518, + "line": 560, "column": 29 } }, @@ -15992,58 +16128,58 @@ "cases": [ { "type": "SwitchCase", - "start": 22984, - "end": 23031, + "start": 25374, + "end": 25421, "loc": { "start": { - "line": 519, + "line": 561, "column": 20 }, "end": { - "line": 519, + "line": 561, "column": 67 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 22989, - "end": 23030, + "start": 25379, + "end": 25420, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 22989, - "end": 23021, + "start": 25379, + "end": 25411, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 57 } }, "object": { "type": "RegExpLiteral", - "start": 22989, - "end": 23016, + "start": 25379, + "end": 25406, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 52 } }, @@ -16055,15 +16191,15 @@ }, "property": { "type": "Identifier", - "start": 23017, - "end": 23021, + "start": 25407, + "end": 25411, "loc": { "start": { - "line": 519, + "line": 561, "column": 53 }, "end": { - "line": 519, + "line": 561, "column": 57 }, "identifierName": "test" @@ -16075,15 +16211,15 @@ "arguments": [ { "type": "Identifier", - "start": 23023, - "end": 23028, + "start": 25413, + "end": 25418, "loc": { "start": { - "line": 519, + "line": 561, "column": 59 }, "end": { - "line": 519, + "line": 561, "column": 64 }, "identifierName": "scale" @@ -16095,58 +16231,58 @@ }, { "type": "SwitchCase", - "start": 23052, - "end": 23084, + "start": 25442, + "end": 25474, "loc": { "start": { - "line": 520, + "line": 562, "column": 20 }, "end": { - "line": 520, + "line": 562, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23057, - "end": 23083, + "start": 25447, + "end": 25473, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23057, - "end": 23074, + "start": 25447, + "end": 25464, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23057, - "end": 23069, + "start": 25447, + "end": 25459, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 37 } }, @@ -16158,15 +16294,15 @@ }, "property": { "type": "Identifier", - "start": 23070, - "end": 23074, + "start": 25460, + "end": 25464, "loc": { "start": { - "line": 520, + "line": 562, "column": 38 }, "end": { - "line": 520, + "line": 562, "column": 42 }, "identifierName": "test" @@ -16178,15 +16314,15 @@ "arguments": [ { "type": "Identifier", - "start": 23076, - "end": 23081, + "start": 25466, + "end": 25471, "loc": { "start": { - "line": 520, + "line": 562, "column": 44 }, "end": { - "line": 520, + "line": 562, "column": 49 }, "identifierName": "scale" @@ -16198,58 +16334,58 @@ }, { "type": "SwitchCase", - "start": 23105, - "end": 23145, + "start": 25495, + "end": 25535, "loc": { "start": { - "line": 521, + "line": 563, "column": 20 }, "end": { - "line": 521, + "line": 563, "column": 60 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23110, - "end": 23144, + "start": 25500, + "end": 25534, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 23110, - "end": 23135, + "start": 25500, + "end": 25525, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 23110, - "end": 23130, + "start": 25500, + "end": 25520, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 45 } }, @@ -16261,15 +16397,15 @@ }, "property": { "type": "Identifier", - "start": 23131, - "end": 23135, + "start": 25521, + "end": 25525, "loc": { "start": { - "line": 521, + "line": 563, "column": 46 }, "end": { - "line": 521, + "line": 563, "column": 50 }, "identifierName": "test" @@ -16281,15 +16417,15 @@ "arguments": [ { "type": "Identifier", - "start": 23137, - "end": 23142, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 521, + "line": 563, "column": 52 }, "end": { - "line": 521, + "line": 563, "column": 57 }, "identifierName": "scale" @@ -16301,58 +16437,58 @@ }, { "type": "SwitchCase", - "start": 23166, - "end": 23198, + "start": 25556, + "end": 25588, "loc": { "start": { - "line": 522, + "line": 564, "column": 20 }, "end": { - "line": 522, + "line": 564, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23171, - "end": 23197, + "start": 25561, + "end": 25587, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23171, - "end": 23188, + "start": 25561, + "end": 25578, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23171, - "end": 23183, + "start": 25561, + "end": 25573, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 37 } }, @@ -16364,15 +16500,15 @@ }, "property": { "type": "Identifier", - "start": 23184, - "end": 23188, + "start": 25574, + "end": 25578, "loc": { "start": { - "line": 522, + "line": 564, "column": 38 }, "end": { - "line": 522, + "line": 564, "column": 42 }, "identifierName": "test" @@ -16384,15 +16520,15 @@ "arguments": [ { "type": "Identifier", - "start": 23190, - "end": 23195, + "start": 25580, + "end": 25585, "loc": { "start": { - "line": 522, + "line": 564, "column": 44 }, "end": { - "line": 522, + "line": 564, "column": 49 }, "identifierName": "scale" @@ -16404,59 +16540,59 @@ }, { "type": "SwitchCase", - "start": 23219, - "end": 23355, + "start": 25609, + "end": 25745, "loc": { "start": { - "line": 523, + "line": 565, "column": 20 }, "end": { - "line": 525, + "line": 567, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23275, - "end": 23325, + "start": 25665, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 23275, - "end": 23325, + "start": 25665, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23275, - "end": 23283, + "start": 25665, + "end": 25673, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 32 }, "identifierName": "_tmpDate" @@ -16465,29 +16601,29 @@ }, "right": { "type": "NewExpression", - "start": 23286, - "end": 23325, + "start": 25676, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 35 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "callee": { "type": "Identifier", - "start": 23290, - "end": 23294, + "start": 25680, + "end": 25684, "loc": { "start": { - "line": 524, + "line": 566, "column": 39 }, "end": { - "line": 524, + "line": 566, "column": 43 }, "identifierName": "Date" @@ -16497,43 +16633,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23296, - "end": 23317, + "start": 25686, + "end": 25707, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23296, - "end": 23315, + "start": 25686, + "end": 25705, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 64 } }, "object": { "type": "Identifier", - "start": 23296, - "end": 23303, + "start": 25686, + "end": 25693, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 52 }, "identifierName": "dateObj" @@ -16542,15 +16678,15 @@ }, "property": { "type": "Identifier", - "start": 23304, - "end": 23315, + "start": 25694, + "end": 25705, "loc": { "start": { - "line": 524, + "line": 566, "column": 53 }, "end": { - "line": 524, + "line": 566, "column": 64 }, "identifierName": "getFullYear" @@ -16563,15 +16699,15 @@ }, { "type": "NumericLiteral", - "start": 23319, - "end": 23320, + "start": 25709, + "end": 25710, "loc": { "start": { - "line": 524, + "line": 566, "column": 68 }, "end": { - "line": 524, + "line": 566, "column": 69 } }, @@ -16583,15 +16719,15 @@ }, { "type": "NumericLiteral", - "start": 23322, - "end": 23323, + "start": 25712, + "end": 25713, "loc": { "start": { - "line": 524, + "line": 566, "column": 71 }, "end": { - "line": 524, + "line": 566, "column": 72 } }, @@ -16607,15 +16743,15 @@ }, { "type": "BreakStatement", - "start": 23350, - "end": 23355, + "start": 25740, + "end": 25745, "loc": { "start": { - "line": 525, + "line": 567, "column": 24 }, "end": { - "line": 525, + "line": 567, "column": 29 } }, @@ -16624,43 +16760,43 @@ ], "test": { "type": "CallExpression", - "start": 23224, - "end": 23249, + "start": 25614, + "end": 25639, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 23224, - "end": 23240, + "start": 25614, + "end": 25630, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 23224, - "end": 23235, + "start": 25614, + "end": 25625, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 36 } }, @@ -16672,15 +16808,15 @@ }, "property": { "type": "Identifier", - "start": 23236, - "end": 23240, + "start": 25626, + "end": 25630, "loc": { "start": { - "line": 523, + "line": 565, "column": 37 }, "end": { - "line": 523, + "line": 565, "column": 41 }, "identifierName": "test" @@ -16692,15 +16828,15 @@ "arguments": [ { "type": "Identifier", - "start": 23242, - "end": 23247, + "start": 25632, + "end": 25637, "loc": { "start": { - "line": 523, + "line": 565, "column": 43 }, "end": { - "line": 523, + "line": 565, "column": 48 }, "identifierName": "scale" @@ -16712,59 +16848,59 @@ }, { "type": "SwitchCase", - "start": 23376, - "end": 23530, + "start": 25766, + "end": 25920, "loc": { "start": { - "line": 526, + "line": 568, "column": 20 }, "end": { - "line": 528, + "line": 570, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23433, - "end": 23500, + "start": 25823, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 23433, - "end": 23500, + "start": 25823, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23433, - "end": 23441, + "start": 25823, + "end": 25831, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 32 }, "identifierName": "_tmpDate" @@ -16773,29 +16909,29 @@ }, "right": { "type": "NewExpression", - "start": 23444, - "end": 23500, + "start": 25834, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 35 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "callee": { "type": "Identifier", - "start": 23448, - "end": 23452, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 527, + "line": 569, "column": 39 }, "end": { - "line": 527, + "line": 569, "column": 43 }, "identifierName": "Date" @@ -16805,43 +16941,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23454, - "end": 23475, + "start": 25844, + "end": 25865, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23454, - "end": 23473, + "start": 25844, + "end": 25863, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 64 } }, "object": { "type": "Identifier", - "start": 23454, - "end": 23461, + "start": 25844, + "end": 25851, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 52 }, "identifierName": "dateObj" @@ -16850,15 +16986,15 @@ }, "property": { "type": "Identifier", - "start": 23462, - "end": 23473, + "start": 25852, + "end": 25863, "loc": { "start": { - "line": 527, + "line": 569, "column": 53 }, "end": { - "line": 527, + "line": 569, "column": 64 }, "identifierName": "getFullYear" @@ -16871,43 +17007,43 @@ }, { "type": "CallExpression", - "start": 23477, - "end": 23495, + "start": 25867, + "end": 25885, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23477, - "end": 23493, + "start": 25867, + "end": 25883, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 84 } }, "object": { "type": "Identifier", - "start": 23477, - "end": 23484, + "start": 25867, + "end": 25874, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 75 }, "identifierName": "dateObj" @@ -16916,15 +17052,15 @@ }, "property": { "type": "Identifier", - "start": 23485, - "end": 23493, + "start": 25875, + "end": 25883, "loc": { "start": { - "line": 527, + "line": 569, "column": 76 }, "end": { - "line": 527, + "line": 569, "column": 84 }, "identifierName": "getMonth" @@ -16937,15 +17073,15 @@ }, { "type": "NumericLiteral", - "start": 23497, - "end": 23498, + "start": 25887, + "end": 25888, "loc": { "start": { - "line": 527, + "line": 569, "column": 88 }, "end": { - "line": 527, + "line": 569, "column": 89 } }, @@ -16961,15 +17097,15 @@ }, { "type": "BreakStatement", - "start": 23525, - "end": 23530, + "start": 25915, + "end": 25920, "loc": { "start": { - "line": 528, + "line": 570, "column": 24 }, "end": { - "line": 528, + "line": 570, "column": 29 } }, @@ -16978,43 +17114,43 @@ ], "test": { "type": "CallExpression", - "start": 23381, - "end": 23407, + "start": 25771, + "end": 25797, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23381, - "end": 23398, + "start": 25771, + "end": 25788, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23381, - "end": 23393, + "start": 25771, + "end": 25783, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 37 } }, @@ -17026,15 +17162,15 @@ }, "property": { "type": "Identifier", - "start": 23394, - "end": 23398, + "start": 25784, + "end": 25788, "loc": { "start": { - "line": 526, + "line": 568, "column": 38 }, "end": { - "line": 526, + "line": 568, "column": 42 }, "identifierName": "test" @@ -17046,15 +17182,15 @@ "arguments": [ { "type": "Identifier", - "start": 23400, - "end": 23405, + "start": 25790, + "end": 25795, "loc": { "start": { - "line": 526, + "line": 568, "column": 44 }, "end": { - "line": 526, + "line": 568, "column": 49 }, "identifierName": "scale" @@ -17066,59 +17202,59 @@ }, { "type": "SwitchCase", - "start": 23551, - "end": 23726, + "start": 25941, + "end": 26116, "loc": { "start": { - "line": 529, + "line": 571, "column": 20 }, "end": { - "line": 531, + "line": 573, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23613, - "end": 23696, + "start": 26003, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "expression": { "type": "AssignmentExpression", - "start": 23613, - "end": 23696, + "start": 26003, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23613, - "end": 23621, + "start": 26003, + "end": 26011, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 32 }, "identifierName": "_tmpDate" @@ -17127,29 +17263,29 @@ }, "right": { "type": "NewExpression", - "start": 23624, - "end": 23696, + "start": 26014, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 35 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "callee": { "type": "Identifier", - "start": 23628, - "end": 23632, + "start": 26018, + "end": 26022, "loc": { "start": { - "line": 530, + "line": 572, "column": 39 }, "end": { - "line": 530, + "line": 572, "column": 43 }, "identifierName": "Date" @@ -17159,43 +17295,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23634, - "end": 23655, + "start": 26024, + "end": 26045, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23634, - "end": 23653, + "start": 26024, + "end": 26043, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 64 } }, "object": { "type": "Identifier", - "start": 23634, - "end": 23641, + "start": 26024, + "end": 26031, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 52 }, "identifierName": "dateObj" @@ -17204,15 +17340,15 @@ }, "property": { "type": "Identifier", - "start": 23642, - "end": 23653, + "start": 26032, + "end": 26043, "loc": { "start": { - "line": 530, + "line": 572, "column": 53 }, "end": { - "line": 530, + "line": 572, "column": 64 }, "identifierName": "getFullYear" @@ -17225,43 +17361,43 @@ }, { "type": "CallExpression", - "start": 23657, - "end": 23675, + "start": 26047, + "end": 26065, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23657, - "end": 23673, + "start": 26047, + "end": 26063, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 84 } }, "object": { "type": "Identifier", - "start": 23657, - "end": 23664, + "start": 26047, + "end": 26054, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 75 }, "identifierName": "dateObj" @@ -17270,15 +17406,15 @@ }, "property": { "type": "Identifier", - "start": 23665, - "end": 23673, + "start": 26055, + "end": 26063, "loc": { "start": { - "line": 530, + "line": 572, "column": 76 }, "end": { - "line": 530, + "line": 572, "column": 84 }, "identifierName": "getMonth" @@ -17291,43 +17427,43 @@ }, { "type": "CallExpression", - "start": 23677, - "end": 23694, + "start": 26067, + "end": 26084, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 23677, - "end": 23692, + "start": 26067, + "end": 26082, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 103 } }, "object": { "type": "Identifier", - "start": 23677, - "end": 23684, + "start": 26067, + "end": 26074, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 95 }, "identifierName": "dateObj" @@ -17336,15 +17472,15 @@ }, "property": { "type": "Identifier", - "start": 23685, - "end": 23692, + "start": 26075, + "end": 26082, "loc": { "start": { - "line": 530, + "line": 572, "column": 96 }, "end": { - "line": 530, + "line": 572, "column": 103 }, "identifierName": "getDate" @@ -17361,15 +17497,15 @@ }, { "type": "BreakStatement", - "start": 23721, - "end": 23726, + "start": 26111, + "end": 26116, "loc": { "start": { - "line": 531, + "line": 573, "column": 24 }, "end": { - "line": 531, + "line": 573, "column": 29 } }, @@ -17378,43 +17514,43 @@ ], "test": { "type": "CallExpression", - "start": 23556, - "end": 23587, + "start": 25946, + "end": 25977, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 23556, - "end": 23578, + "start": 25946, + "end": 25968, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 47 } }, "object": { "type": "RegExpLiteral", - "start": 23556, - "end": 23573, + "start": 25946, + "end": 25963, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 42 } }, @@ -17426,15 +17562,15 @@ }, "property": { "type": "Identifier", - "start": 23574, - "end": 23578, + "start": 25964, + "end": 25968, "loc": { "start": { - "line": 529, + "line": 571, "column": 43 }, "end": { - "line": 529, + "line": 571, "column": 47 }, "identifierName": "test" @@ -17446,15 +17582,15 @@ "arguments": [ { "type": "Identifier", - "start": 23580, - "end": 23585, + "start": 25970, + "end": 25975, "loc": { "start": { - "line": 529, + "line": 571, "column": 49 }, "end": { - "line": 529, + "line": 571, "column": 54 }, "identifierName": "scale" @@ -17466,59 +17602,59 @@ }, { "type": "SwitchCase", - "start": 23747, - "end": 23953, + "start": 26137, + "end": 26343, "loc": { "start": { - "line": 532, + "line": 574, "column": 20 }, "end": { - "line": 534, + "line": 576, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23820, - "end": 23923, + "start": 26210, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "expression": { "type": "AssignmentExpression", - "start": 23820, - "end": 23923, + "start": 26210, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23820, - "end": 23828, + "start": 26210, + "end": 26218, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 32 }, "identifierName": "_tmpDate" @@ -17527,29 +17663,29 @@ }, "right": { "type": "NewExpression", - "start": 23831, - "end": 23923, + "start": 26221, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 35 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "callee": { "type": "Identifier", - "start": 23835, - "end": 23839, + "start": 26225, + "end": 26229, "loc": { "start": { - "line": 533, + "line": 575, "column": 39 }, "end": { - "line": 533, + "line": 575, "column": 43 }, "identifierName": "Date" @@ -17559,43 +17695,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23841, - "end": 23862, + "start": 26231, + "end": 26252, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23841, - "end": 23860, + "start": 26231, + "end": 26250, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 64 } }, "object": { "type": "Identifier", - "start": 23841, - "end": 23848, + "start": 26231, + "end": 26238, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 52 }, "identifierName": "dateObj" @@ -17604,15 +17740,15 @@ }, "property": { "type": "Identifier", - "start": 23849, - "end": 23860, + "start": 26239, + "end": 26250, "loc": { "start": { - "line": 533, + "line": 575, "column": 53 }, "end": { - "line": 533, + "line": 575, "column": 64 }, "identifierName": "getFullYear" @@ -17625,43 +17761,43 @@ }, { "type": "CallExpression", - "start": 23864, - "end": 23882, + "start": 26254, + "end": 26272, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23864, - "end": 23880, + "start": 26254, + "end": 26270, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 84 } }, "object": { "type": "Identifier", - "start": 23864, - "end": 23871, + "start": 26254, + "end": 26261, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 75 }, "identifierName": "dateObj" @@ -17670,15 +17806,15 @@ }, "property": { "type": "Identifier", - "start": 23872, - "end": 23880, + "start": 26262, + "end": 26270, "loc": { "start": { - "line": 533, + "line": 575, "column": 76 }, "end": { - "line": 533, + "line": 575, "column": 84 }, "identifierName": "getMonth" @@ -17691,43 +17827,43 @@ }, { "type": "CallExpression", - "start": 23884, - "end": 23901, + "start": 26274, + "end": 26291, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 23884, - "end": 23899, + "start": 26274, + "end": 26289, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 103 } }, "object": { "type": "Identifier", - "start": 23884, - "end": 23891, + "start": 26274, + "end": 26281, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 95 }, "identifierName": "dateObj" @@ -17736,15 +17872,15 @@ }, "property": { "type": "Identifier", - "start": 23892, - "end": 23899, + "start": 26282, + "end": 26289, "loc": { "start": { - "line": 533, + "line": 575, "column": 96 }, "end": { - "line": 533, + "line": 575, "column": 103 }, "identifierName": "getDate" @@ -17757,43 +17893,43 @@ }, { "type": "CallExpression", - "start": 23903, - "end": 23921, + "start": 26293, + "end": 26311, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 23903, - "end": 23919, + "start": 26293, + "end": 26309, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 123 } }, "object": { "type": "Identifier", - "start": 23903, - "end": 23910, + "start": 26293, + "end": 26300, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 114 }, "identifierName": "dateObj" @@ -17802,15 +17938,15 @@ }, "property": { "type": "Identifier", - "start": 23911, - "end": 23919, + "start": 26301, + "end": 26309, "loc": { "start": { - "line": 533, + "line": 575, "column": 115 }, "end": { - "line": 533, + "line": 575, "column": 123 }, "identifierName": "getHours" @@ -17827,15 +17963,15 @@ }, { "type": "BreakStatement", - "start": 23948, - "end": 23953, + "start": 26338, + "end": 26343, "loc": { "start": { - "line": 534, + "line": 576, "column": 24 }, "end": { - "line": 534, + "line": 576, "column": 29 } }, @@ -17844,43 +17980,43 @@ ], "test": { "type": "CallExpression", - "start": 23752, - "end": 23794, + "start": 26142, + "end": 26184, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 23752, - "end": 23785, + "start": 26142, + "end": 26175, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 58 } }, "object": { "type": "RegExpLiteral", - "start": 23752, - "end": 23780, + "start": 26142, + "end": 26170, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 53 } }, @@ -17892,15 +18028,15 @@ }, "property": { "type": "Identifier", - "start": 23781, - "end": 23785, + "start": 26171, + "end": 26175, "loc": { "start": { - "line": 532, + "line": 574, "column": 54 }, "end": { - "line": 532, + "line": 574, "column": 58 }, "identifierName": "test" @@ -17912,15 +18048,15 @@ "arguments": [ { "type": "Identifier", - "start": 23787, - "end": 23792, + "start": 26177, + "end": 26182, "loc": { "start": { - "line": 532, + "line": 574, "column": 60 }, "end": { - "line": 532, + "line": 574, "column": 65 }, "identifierName": "scale" @@ -17932,59 +18068,59 @@ }, { "type": "SwitchCase", - "start": 23974, - "end": 24187, + "start": 26364, + "end": 26577, "loc": { "start": { - "line": 535, + "line": 577, "column": 20 }, "end": { - "line": 537, + "line": 579, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24032, - "end": 24157, + "start": 26422, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "expression": { "type": "AssignmentExpression", - "start": 24032, - "end": 24157, + "start": 26422, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24032, - "end": 24040, + "start": 26422, + "end": 26430, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 32 }, "identifierName": "_tmpDate" @@ -17993,29 +18129,29 @@ }, "right": { "type": "NewExpression", - "start": 24043, - "end": 24157, + "start": 26433, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 35 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "callee": { "type": "Identifier", - "start": 24047, - "end": 24051, + "start": 26437, + "end": 26441, "loc": { "start": { - "line": 536, + "line": 578, "column": 39 }, "end": { - "line": 536, + "line": 578, "column": 43 }, "identifierName": "Date" @@ -18025,43 +18161,43 @@ "arguments": [ { "type": "CallExpression", - "start": 24053, - "end": 24074, + "start": 26443, + "end": 26464, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24053, - "end": 24072, + "start": 26443, + "end": 26462, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 64 } }, "object": { "type": "Identifier", - "start": 24053, - "end": 24060, + "start": 26443, + "end": 26450, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 52 }, "identifierName": "dateObj" @@ -18070,15 +18206,15 @@ }, "property": { "type": "Identifier", - "start": 24061, - "end": 24072, + "start": 26451, + "end": 26462, "loc": { "start": { - "line": 536, + "line": 578, "column": 53 }, "end": { - "line": 536, + "line": 578, "column": 64 }, "identifierName": "getFullYear" @@ -18091,43 +18227,43 @@ }, { "type": "CallExpression", - "start": 24076, - "end": 24094, + "start": 26466, + "end": 26484, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 24076, - "end": 24092, + "start": 26466, + "end": 26482, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 84 } }, "object": { "type": "Identifier", - "start": 24076, - "end": 24083, + "start": 26466, + "end": 26473, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 75 }, "identifierName": "dateObj" @@ -18136,15 +18272,15 @@ }, "property": { "type": "Identifier", - "start": 24084, - "end": 24092, + "start": 26474, + "end": 26482, "loc": { "start": { - "line": 536, + "line": 578, "column": 76 }, "end": { - "line": 536, + "line": 578, "column": 84 }, "identifierName": "getMonth" @@ -18157,43 +18293,43 @@ }, { "type": "CallExpression", - "start": 24096, - "end": 24113, + "start": 26486, + "end": 26503, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 24096, - "end": 24111, + "start": 26486, + "end": 26501, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 103 } }, "object": { "type": "Identifier", - "start": 24096, - "end": 24103, + "start": 26486, + "end": 26493, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 95 }, "identifierName": "dateObj" @@ -18202,15 +18338,15 @@ }, "property": { "type": "Identifier", - "start": 24104, - "end": 24111, + "start": 26494, + "end": 26501, "loc": { "start": { - "line": 536, + "line": 578, "column": 96 }, "end": { - "line": 536, + "line": 578, "column": 103 }, "identifierName": "getDate" @@ -18223,43 +18359,43 @@ }, { "type": "CallExpression", - "start": 24115, - "end": 24133, + "start": 26505, + "end": 26523, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 24115, - "end": 24131, + "start": 26505, + "end": 26521, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 123 } }, "object": { "type": "Identifier", - "start": 24115, - "end": 24122, + "start": 26505, + "end": 26512, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 114 }, "identifierName": "dateObj" @@ -18268,15 +18404,15 @@ }, "property": { "type": "Identifier", - "start": 24123, - "end": 24131, + "start": 26513, + "end": 26521, "loc": { "start": { - "line": 536, + "line": 578, "column": 115 }, "end": { - "line": 536, + "line": 578, "column": 123 }, "identifierName": "getHours" @@ -18289,43 +18425,43 @@ }, { "type": "CallExpression", - "start": 24135, - "end": 24155, + "start": 26525, + "end": 26545, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 24135, - "end": 24153, + "start": 26525, + "end": 26543, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 145 } }, "object": { "type": "Identifier", - "start": 24135, - "end": 24142, + "start": 26525, + "end": 26532, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 134 }, "identifierName": "dateObj" @@ -18334,15 +18470,15 @@ }, "property": { "type": "Identifier", - "start": 24143, - "end": 24153, + "start": 26533, + "end": 26543, "loc": { "start": { - "line": 536, + "line": 578, "column": 135 }, "end": { - "line": 536, + "line": 578, "column": 145 }, "identifierName": "getMinutes" @@ -18359,15 +18495,15 @@ }, { "type": "BreakStatement", - "start": 24182, - "end": 24187, + "start": 26572, + "end": 26577, "loc": { "start": { - "line": 537, + "line": 579, "column": 24 }, "end": { - "line": 537, + "line": 579, "column": 29 } }, @@ -18376,43 +18512,43 @@ ], "test": { "type": "CallExpression", - "start": 23979, - "end": 24006, + "start": 26369, + "end": 26396, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 23979, - "end": 23997, + "start": 26369, + "end": 26387, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 23979, - "end": 23992, + "start": 26369, + "end": 26382, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 38 } }, @@ -18424,15 +18560,15 @@ }, "property": { "type": "Identifier", - "start": 23993, - "end": 23997, + "start": 26383, + "end": 26387, "loc": { "start": { - "line": 535, + "line": 577, "column": 39 }, "end": { - "line": 535, + "line": 577, "column": 43 }, "identifierName": "test" @@ -18444,15 +18580,15 @@ "arguments": [ { "type": "Identifier", - "start": 23999, - "end": 24004, + "start": 26389, + "end": 26394, "loc": { "start": { - "line": 535, + "line": 577, "column": 45 }, "end": { - "line": 535, + "line": 577, "column": 50 }, "identifierName": "scale" @@ -18464,59 +18600,59 @@ }, { "type": "SwitchCase", - "start": 24208, - "end": 24443, + "start": 26598, + "end": 26833, "loc": { "start": { - "line": 538, + "line": 580, "column": 20 }, "end": { - "line": 540, + "line": 582, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24266, - "end": 24413, + "start": 26656, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "expression": { "type": "AssignmentExpression", - "start": 24266, - "end": 24413, + "start": 26656, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24266, - "end": 24274, + "start": 26656, + "end": 26664, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 32 }, "identifierName": "_tmpDate" @@ -18525,29 +18661,29 @@ }, "right": { "type": "NewExpression", - "start": 24277, - "end": 24413, + "start": 26667, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 35 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "callee": { "type": "Identifier", - "start": 24281, - "end": 24285, + "start": 26671, + "end": 26675, "loc": { "start": { - "line": 539, + "line": 581, "column": 39 }, "end": { - "line": 539, + "line": 581, "column": 43 }, "identifierName": "Date" @@ -18557,43 +18693,43 @@ "arguments": [ { "type": "CallExpression", - "start": 24287, - "end": 24308, + "start": 26677, + "end": 26698, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24287, - "end": 24306, + "start": 26677, + "end": 26696, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 64 } }, "object": { "type": "Identifier", - "start": 24287, - "end": 24294, + "start": 26677, + "end": 26684, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 52 }, "identifierName": "dateObj" @@ -18602,15 +18738,15 @@ }, "property": { "type": "Identifier", - "start": 24295, - "end": 24306, + "start": 26685, + "end": 26696, "loc": { "start": { - "line": 539, + "line": 581, "column": 53 }, "end": { - "line": 539, + "line": 581, "column": 64 }, "identifierName": "getFullYear" @@ -18623,43 +18759,43 @@ }, { "type": "CallExpression", - "start": 24310, - "end": 24328, + "start": 26700, + "end": 26718, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 24310, - "end": 24326, + "start": 26700, + "end": 26716, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 84 } }, "object": { "type": "Identifier", - "start": 24310, - "end": 24317, + "start": 26700, + "end": 26707, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 75 }, "identifierName": "dateObj" @@ -18668,15 +18804,15 @@ }, "property": { "type": "Identifier", - "start": 24318, - "end": 24326, + "start": 26708, + "end": 26716, "loc": { "start": { - "line": 539, + "line": 581, "column": 76 }, "end": { - "line": 539, + "line": 581, "column": 84 }, "identifierName": "getMonth" @@ -18689,43 +18825,43 @@ }, { "type": "CallExpression", - "start": 24330, - "end": 24347, + "start": 26720, + "end": 26737, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 24330, - "end": 24345, + "start": 26720, + "end": 26735, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 103 } }, "object": { "type": "Identifier", - "start": 24330, - "end": 24337, + "start": 26720, + "end": 26727, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 95 }, "identifierName": "dateObj" @@ -18734,15 +18870,15 @@ }, "property": { "type": "Identifier", - "start": 24338, - "end": 24345, + "start": 26728, + "end": 26735, "loc": { "start": { - "line": 539, + "line": 581, "column": 96 }, "end": { - "line": 539, + "line": 581, "column": 103 }, "identifierName": "getDate" @@ -18755,43 +18891,43 @@ }, { "type": "CallExpression", - "start": 24349, - "end": 24367, + "start": 26739, + "end": 26757, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 24349, - "end": 24365, + "start": 26739, + "end": 26755, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 123 } }, "object": { "type": "Identifier", - "start": 24349, - "end": 24356, + "start": 26739, + "end": 26746, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 114 }, "identifierName": "dateObj" @@ -18800,15 +18936,15 @@ }, "property": { "type": "Identifier", - "start": 24357, - "end": 24365, + "start": 26747, + "end": 26755, "loc": { "start": { - "line": 539, + "line": 581, "column": 115 }, "end": { - "line": 539, + "line": 581, "column": 123 }, "identifierName": "getHours" @@ -18821,43 +18957,43 @@ }, { "type": "CallExpression", - "start": 24369, - "end": 24389, + "start": 26759, + "end": 26779, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 24369, - "end": 24387, + "start": 26759, + "end": 26777, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 145 } }, "object": { "type": "Identifier", - "start": 24369, - "end": 24376, + "start": 26759, + "end": 26766, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 134 }, "identifierName": "dateObj" @@ -18866,15 +19002,15 @@ }, "property": { "type": "Identifier", - "start": 24377, - "end": 24387, + "start": 26767, + "end": 26777, "loc": { "start": { - "line": 539, + "line": 581, "column": 135 }, "end": { - "line": 539, + "line": 581, "column": 145 }, "identifierName": "getMinutes" @@ -18887,43 +19023,43 @@ }, { "type": "CallExpression", - "start": 24391, - "end": 24411, + "start": 26781, + "end": 26801, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 169 } }, "callee": { "type": "MemberExpression", - "start": 24391, - "end": 24409, + "start": 26781, + "end": 26799, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 167 } }, "object": { "type": "Identifier", - "start": 24391, - "end": 24398, + "start": 26781, + "end": 26788, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 156 }, "identifierName": "dateObj" @@ -18932,15 +19068,15 @@ }, "property": { "type": "Identifier", - "start": 24399, - "end": 24409, + "start": 26789, + "end": 26799, "loc": { "start": { - "line": 539, + "line": 581, "column": 157 }, "end": { - "line": 539, + "line": 581, "column": 167 }, "identifierName": "getSeconds" @@ -18957,15 +19093,15 @@ }, { "type": "BreakStatement", - "start": 24438, - "end": 24443, + "start": 26828, + "end": 26833, "loc": { "start": { - "line": 540, + "line": 582, "column": 24 }, "end": { - "line": 540, + "line": 582, "column": 29 } }, @@ -18974,43 +19110,43 @@ ], "test": { "type": "CallExpression", - "start": 24213, - "end": 24240, + "start": 26603, + "end": 26630, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24213, - "end": 24231, + "start": 26603, + "end": 26621, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 24213, - "end": 24226, + "start": 26603, + "end": 26616, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 38 } }, @@ -19022,15 +19158,15 @@ }, "property": { "type": "Identifier", - "start": 24227, - "end": 24231, + "start": 26617, + "end": 26621, "loc": { "start": { - "line": 538, + "line": 580, "column": 39 }, "end": { - "line": 538, + "line": 580, "column": 43 }, "identifierName": "test" @@ -19042,15 +19178,15 @@ "arguments": [ { "type": "Identifier", - "start": 24233, - "end": 24238, + "start": 26623, + "end": 26628, "loc": { "start": { - "line": 538, + "line": 580, "column": 45 }, "end": { - "line": 538, + "line": 580, "column": 50 }, "identifierName": "scale" @@ -19064,29 +19200,29 @@ }, { "type": "ReturnStatement", - "start": 24478, - "end": 24493, + "start": 26868, + "end": 26883, "loc": { "start": { - "line": 542, + "line": 584, "column": 16 }, "end": { - "line": 542, + "line": 584, "column": 31 } }, "argument": { "type": "Identifier", - "start": 24485, - "end": 24493, + "start": 26875, + "end": 26883, "loc": { "start": { - "line": 542, + "line": 584, "column": 23 }, "end": { - "line": 542, + "line": 584, "column": 31 }, "identifierName": "_tmpDate" @@ -19101,29 +19237,29 @@ }, { "type": "VariableDeclarator", - "start": 24521, - "end": 26233, + "start": 26911, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 12 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, "id": { "type": "Identifier", - "start": 24521, - "end": 24532, + "start": 26911, + "end": 26922, "loc": { "start": { - "line": 544, + "line": 586, "column": 12 }, "end": { - "line": 544, + "line": 586, "column": 23 }, "identifierName": "getLastDate" @@ -19132,15 +19268,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 24536, - "end": 26233, + "start": 26926, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 27 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, @@ -19151,15 +19287,15 @@ "params": [ { "type": "Identifier", - "start": 24538, - "end": 24545, + "start": 26928, + "end": 26935, "loc": { "start": { - "line": 544, + "line": 586, "column": 29 }, "end": { - "line": 544, + "line": 586, "column": 36 }, "identifierName": "dateObj" @@ -19168,15 +19304,15 @@ }, { "type": "Identifier", - "start": 24547, - "end": 24552, + "start": 26937, + "end": 26942, "loc": { "start": { - "line": 544, + "line": 586, "column": 38 }, "end": { - "line": 544, + "line": 586, "column": 43 }, "identifierName": "scale" @@ -19186,59 +19322,59 @@ ], "body": { "type": "BlockStatement", - "start": 24558, - "end": 26233, + "start": 26948, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 49 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 24576, - "end": 24588, + "start": 26966, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 16 }, "end": { - "line": 545, + "line": 587, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 24580, - "end": 24588, + "start": 26970, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 20 }, "end": { - "line": 545, + "line": 587, "column": 28 } }, "id": { "type": "Identifier", - "start": 24580, - "end": 24588, + "start": 26970, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 20 }, "end": { - "line": 545, + "line": 587, "column": 28 }, "identifierName": "_tmpDate" @@ -19252,29 +19388,29 @@ }, { "type": "SwitchStatement", - "start": 24622, - "end": 26161, + "start": 27012, + "end": 28551, "loc": { "start": { - "line": 547, + "line": 589, "column": 16 }, "end": { - "line": 570, + "line": 612, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 24631, - "end": 24635, + "start": 27021, + "end": 27025, "loc": { "start": { - "line": 547, + "line": 589, "column": 25 }, "end": { - "line": 547, + "line": 589, "column": 29 } }, @@ -19283,58 +19419,58 @@ "cases": [ { "type": "SwitchCase", - "start": 24660, - "end": 24707, + "start": 27050, + "end": 27097, "loc": { "start": { - "line": 548, + "line": 590, "column": 20 }, "end": { - "line": 548, + "line": 590, "column": 67 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24665, - "end": 24706, + "start": 27055, + "end": 27096, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24665, - "end": 24697, + "start": 27055, + "end": 27087, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 57 } }, "object": { "type": "RegExpLiteral", - "start": 24665, - "end": 24692, + "start": 27055, + "end": 27082, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 52 } }, @@ -19346,15 +19482,15 @@ }, "property": { "type": "Identifier", - "start": 24693, - "end": 24697, + "start": 27083, + "end": 27087, "loc": { "start": { - "line": 548, + "line": 590, "column": 53 }, "end": { - "line": 548, + "line": 590, "column": 57 }, "identifierName": "test" @@ -19366,15 +19502,15 @@ "arguments": [ { "type": "Identifier", - "start": 24699, - "end": 24704, + "start": 27089, + "end": 27094, "loc": { "start": { - "line": 548, + "line": 590, "column": 59 }, "end": { - "line": 548, + "line": 590, "column": 64 }, "identifierName": "scale" @@ -19386,58 +19522,58 @@ }, { "type": "SwitchCase", - "start": 24728, - "end": 24760, + "start": 27118, + "end": 27150, "loc": { "start": { - "line": 549, + "line": 591, "column": 20 }, "end": { - "line": 549, + "line": 591, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24733, - "end": 24759, + "start": 27123, + "end": 27149, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 24733, - "end": 24750, + "start": 27123, + "end": 27140, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 24733, - "end": 24745, + "start": 27123, + "end": 27135, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 37 } }, @@ -19449,15 +19585,15 @@ }, "property": { "type": "Identifier", - "start": 24746, - "end": 24750, + "start": 27136, + "end": 27140, "loc": { "start": { - "line": 549, + "line": 591, "column": 38 }, "end": { - "line": 549, + "line": 591, "column": 42 }, "identifierName": "test" @@ -19469,15 +19605,15 @@ "arguments": [ { "type": "Identifier", - "start": 24752, - "end": 24757, + "start": 27142, + "end": 27147, "loc": { "start": { - "line": 549, + "line": 591, "column": 44 }, "end": { - "line": 549, + "line": 591, "column": 49 }, "identifierName": "scale" @@ -19489,58 +19625,58 @@ }, { "type": "SwitchCase", - "start": 24781, - "end": 24821, + "start": 27171, + "end": 27211, "loc": { "start": { - "line": 550, + "line": 592, "column": 20 }, "end": { - "line": 550, + "line": 592, "column": 60 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24786, - "end": 24820, + "start": 27176, + "end": 27210, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 24786, - "end": 24811, + "start": 27176, + "end": 27201, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 24786, - "end": 24806, + "start": 27176, + "end": 27196, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 45 } }, @@ -19552,15 +19688,15 @@ }, "property": { "type": "Identifier", - "start": 24807, - "end": 24811, + "start": 27197, + "end": 27201, "loc": { "start": { - "line": 550, + "line": 592, "column": 46 }, "end": { - "line": 550, + "line": 592, "column": 50 }, "identifierName": "test" @@ -19572,15 +19708,15 @@ "arguments": [ { "type": "Identifier", - "start": 24813, - "end": 24818, + "start": 27203, + "end": 27208, "loc": { "start": { - "line": 550, + "line": 592, "column": 52 }, "end": { - "line": 550, + "line": 592, "column": 57 }, "identifierName": "scale" @@ -19592,58 +19728,58 @@ }, { "type": "SwitchCase", - "start": 24842, - "end": 24874, + "start": 27232, + "end": 27264, "loc": { "start": { - "line": 551, + "line": 593, "column": 20 }, "end": { - "line": 551, + "line": 593, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24847, - "end": 24873, + "start": 27237, + "end": 27263, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 24847, - "end": 24864, + "start": 27237, + "end": 27254, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 24847, - "end": 24859, + "start": 27237, + "end": 27249, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 37 } }, @@ -19655,15 +19791,15 @@ }, "property": { "type": "Identifier", - "start": 24860, - "end": 24864, + "start": 27250, + "end": 27254, "loc": { "start": { - "line": 551, + "line": 593, "column": 38 }, "end": { - "line": 551, + "line": 593, "column": 42 }, "identifierName": "test" @@ -19675,15 +19811,15 @@ "arguments": [ { "type": "Identifier", - "start": 24866, - "end": 24871, + "start": 27256, + "end": 27261, "loc": { "start": { - "line": 551, + "line": 593, "column": 44 }, "end": { - "line": 551, + "line": 593, "column": 49 }, "identifierName": "scale" @@ -19695,59 +19831,59 @@ }, { "type": "SwitchCase", - "start": 24895, - "end": 25035, + "start": 27285, + "end": 27425, "loc": { "start": { - "line": 552, + "line": 594, "column": 20 }, "end": { - "line": 554, + "line": 596, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24951, - "end": 25005, + "start": 27341, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 24951, - "end": 25005, + "start": 27341, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24951, - "end": 24959, + "start": 27341, + "end": 27349, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 32 }, "identifierName": "_tmpDate" @@ -19756,29 +19892,29 @@ }, "right": { "type": "NewExpression", - "start": 24962, - "end": 25005, + "start": 27352, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 35 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "callee": { "type": "Identifier", - "start": 24966, - "end": 24970, + "start": 27356, + "end": 27360, "loc": { "start": { - "line": 553, + "line": 595, "column": 39 }, "end": { - "line": 553, + "line": 595, "column": 43 }, "identifierName": "Date" @@ -19788,57 +19924,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 24972, - "end": 24997, + "start": 27362, + "end": 27387, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 70 } }, "left": { "type": "CallExpression", - "start": 24972, - "end": 24993, + "start": 27362, + "end": 27383, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24972, - "end": 24991, + "start": 27362, + "end": 27381, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 64 } }, "object": { "type": "Identifier", - "start": 24972, - "end": 24979, + "start": 27362, + "end": 27369, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 52 }, "identifierName": "dateObj" @@ -19847,15 +19983,15 @@ }, "property": { "type": "Identifier", - "start": 24980, - "end": 24991, + "start": 27370, + "end": 27381, "loc": { "start": { - "line": 553, + "line": 595, "column": 53 }, "end": { - "line": 553, + "line": 595, "column": 64 }, "identifierName": "getFullYear" @@ -19869,15 +20005,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 24996, - "end": 24997, + "start": 27386, + "end": 27387, "loc": { "start": { - "line": 553, + "line": 595, "column": 69 }, "end": { - "line": 553, + "line": 595, "column": 70 } }, @@ -19890,15 +20026,15 @@ }, { "type": "NumericLiteral", - "start": 24999, - "end": 25000, + "start": 27389, + "end": 27390, "loc": { "start": { - "line": 553, + "line": 595, "column": 72 }, "end": { - "line": 553, + "line": 595, "column": 73 } }, @@ -19910,15 +20046,15 @@ }, { "type": "NumericLiteral", - "start": 25002, - "end": 25003, + "start": 27392, + "end": 27393, "loc": { "start": { - "line": 553, + "line": 595, "column": 75 }, "end": { - "line": 553, + "line": 595, "column": 76 } }, @@ -19934,15 +20070,15 @@ }, { "type": "BreakStatement", - "start": 25030, - "end": 25035, + "start": 27420, + "end": 27425, "loc": { "start": { - "line": 554, + "line": 596, "column": 24 }, "end": { - "line": 554, + "line": 596, "column": 29 } }, @@ -19951,43 +20087,43 @@ ], "test": { "type": "CallExpression", - "start": 24900, - "end": 24925, + "start": 27290, + "end": 27315, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 24900, - "end": 24916, + "start": 27290, + "end": 27306, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 24900, - "end": 24911, + "start": 27290, + "end": 27301, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 36 } }, @@ -19999,15 +20135,15 @@ }, "property": { "type": "Identifier", - "start": 24912, - "end": 24916, + "start": 27302, + "end": 27306, "loc": { "start": { - "line": 552, + "line": 594, "column": 37 }, "end": { - "line": 552, + "line": 594, "column": 41 }, "identifierName": "test" @@ -20019,15 +20155,15 @@ "arguments": [ { "type": "Identifier", - "start": 24918, - "end": 24923, + "start": 27308, + "end": 27313, "loc": { "start": { - "line": 552, + "line": 594, "column": 43 }, "end": { - "line": 552, + "line": 594, "column": 48 }, "identifierName": "scale" @@ -20039,59 +20175,59 @@ }, { "type": "SwitchCase", - "start": 25056, - "end": 25214, + "start": 27446, + "end": 27604, "loc": { "start": { - "line": 555, + "line": 597, "column": 20 }, "end": { - "line": 557, + "line": 599, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25113, - "end": 25184, + "start": 27503, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 25113, - "end": 25184, + "start": 27503, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25113, - "end": 25121, + "start": 27503, + "end": 27511, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 32 }, "identifierName": "_tmpDate" @@ -20100,29 +20236,29 @@ }, "right": { "type": "NewExpression", - "start": 25124, - "end": 25184, + "start": 27514, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 35 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "callee": { "type": "Identifier", - "start": 25128, - "end": 25132, + "start": 27518, + "end": 27522, "loc": { "start": { - "line": 556, + "line": 598, "column": 39 }, "end": { - "line": 556, + "line": 598, "column": 43 }, "identifierName": "Date" @@ -20132,43 +20268,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25134, - "end": 25155, + "start": 27524, + "end": 27545, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25134, - "end": 25153, + "start": 27524, + "end": 27543, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 64 } }, "object": { "type": "Identifier", - "start": 25134, - "end": 25141, + "start": 27524, + "end": 27531, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 52 }, "identifierName": "dateObj" @@ -20177,15 +20313,15 @@ }, "property": { "type": "Identifier", - "start": 25142, - "end": 25153, + "start": 27532, + "end": 27543, "loc": { "start": { - "line": 556, + "line": 598, "column": 53 }, "end": { - "line": 556, + "line": 598, "column": 64 }, "identifierName": "getFullYear" @@ -20198,57 +20334,57 @@ }, { "type": "BinaryExpression", - "start": 25157, - "end": 25179, + "start": 27547, + "end": 27569, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 90 } }, "left": { "type": "CallExpression", - "start": 25157, - "end": 25175, + "start": 27547, + "end": 27565, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25157, - "end": 25173, + "start": 27547, + "end": 27563, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 84 } }, "object": { "type": "Identifier", - "start": 25157, - "end": 25164, + "start": 27547, + "end": 27554, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 75 }, "identifierName": "dateObj" @@ -20257,15 +20393,15 @@ }, "property": { "type": "Identifier", - "start": 25165, - "end": 25173, + "start": 27555, + "end": 27563, "loc": { "start": { - "line": 556, + "line": 598, "column": 76 }, "end": { - "line": 556, + "line": 598, "column": 84 }, "identifierName": "getMonth" @@ -20279,15 +20415,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25178, - "end": 25179, + "start": 27568, + "end": 27569, "loc": { "start": { - "line": 556, + "line": 598, "column": 89 }, "end": { - "line": 556, + "line": 598, "column": 90 } }, @@ -20300,15 +20436,15 @@ }, { "type": "NumericLiteral", - "start": 25181, - "end": 25182, + "start": 27571, + "end": 27572, "loc": { "start": { - "line": 556, + "line": 598, "column": 92 }, "end": { - "line": 556, + "line": 598, "column": 93 } }, @@ -20324,15 +20460,15 @@ }, { "type": "BreakStatement", - "start": 25209, - "end": 25214, + "start": 27599, + "end": 27604, "loc": { "start": { - "line": 557, + "line": 599, "column": 24 }, "end": { - "line": 557, + "line": 599, "column": 29 } }, @@ -20341,43 +20477,43 @@ ], "test": { "type": "CallExpression", - "start": 25061, - "end": 25087, + "start": 27451, + "end": 27477, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 25061, - "end": 25078, + "start": 27451, + "end": 27468, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 25061, - "end": 25073, + "start": 27451, + "end": 27463, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 37 } }, @@ -20389,15 +20525,15 @@ }, "property": { "type": "Identifier", - "start": 25074, - "end": 25078, + "start": 27464, + "end": 27468, "loc": { "start": { - "line": 555, + "line": 597, "column": 38 }, "end": { - "line": 555, + "line": 597, "column": 42 }, "identifierName": "test" @@ -20409,15 +20545,15 @@ "arguments": [ { "type": "Identifier", - "start": 25080, - "end": 25085, + "start": 27470, + "end": 27475, "loc": { "start": { - "line": 555, + "line": 597, "column": 44 }, "end": { - "line": 555, + "line": 597, "column": 49 }, "identifierName": "scale" @@ -20429,59 +20565,59 @@ }, { "type": "SwitchCase", - "start": 25235, - "end": 25414, + "start": 27625, + "end": 27804, "loc": { "start": { - "line": 558, + "line": 600, "column": 20 }, "end": { - "line": 560, + "line": 602, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25297, - "end": 25384, + "start": 27687, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "expression": { "type": "AssignmentExpression", - "start": 25297, - "end": 25384, + "start": 27687, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25297, - "end": 25305, + "start": 27687, + "end": 27695, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 32 }, "identifierName": "_tmpDate" @@ -20490,29 +20626,29 @@ }, "right": { "type": "NewExpression", - "start": 25308, - "end": 25384, + "start": 27698, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 35 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "callee": { "type": "Identifier", - "start": 25312, - "end": 25316, + "start": 27702, + "end": 27706, "loc": { "start": { - "line": 559, + "line": 601, "column": 39 }, "end": { - "line": 559, + "line": 601, "column": 43 }, "identifierName": "Date" @@ -20522,43 +20658,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25318, - "end": 25339, + "start": 27708, + "end": 27729, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25318, - "end": 25337, + "start": 27708, + "end": 27727, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 64 } }, "object": { "type": "Identifier", - "start": 25318, - "end": 25325, + "start": 27708, + "end": 27715, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 52 }, "identifierName": "dateObj" @@ -20567,15 +20703,15 @@ }, "property": { "type": "Identifier", - "start": 25326, - "end": 25337, + "start": 27716, + "end": 27727, "loc": { "start": { - "line": 559, + "line": 601, "column": 53 }, "end": { - "line": 559, + "line": 601, "column": 64 }, "identifierName": "getFullYear" @@ -20588,43 +20724,43 @@ }, { "type": "CallExpression", - "start": 25341, - "end": 25359, + "start": 27731, + "end": 27749, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25341, - "end": 25357, + "start": 27731, + "end": 27747, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 84 } }, "object": { "type": "Identifier", - "start": 25341, - "end": 25348, + "start": 27731, + "end": 27738, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 75 }, "identifierName": "dateObj" @@ -20633,15 +20769,15 @@ }, "property": { "type": "Identifier", - "start": 25349, - "end": 25357, + "start": 27739, + "end": 27747, "loc": { "start": { - "line": 559, + "line": 601, "column": 76 }, "end": { - "line": 559, + "line": 601, "column": 84 }, "identifierName": "getMonth" @@ -20654,57 +20790,57 @@ }, { "type": "BinaryExpression", - "start": 25361, - "end": 25382, + "start": 27751, + "end": 27772, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 109 } }, "left": { "type": "CallExpression", - "start": 25361, - "end": 25378, + "start": 27751, + "end": 27768, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25361, - "end": 25376, + "start": 27751, + "end": 27766, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 103 } }, "object": { "type": "Identifier", - "start": 25361, - "end": 25368, + "start": 27751, + "end": 27758, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 95 }, "identifierName": "dateObj" @@ -20713,15 +20849,15 @@ }, "property": { "type": "Identifier", - "start": 25369, - "end": 25376, + "start": 27759, + "end": 27766, "loc": { "start": { - "line": 559, + "line": 601, "column": 96 }, "end": { - "line": 559, + "line": 601, "column": 103 }, "identifierName": "getDate" @@ -20735,15 +20871,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25381, - "end": 25382, + "start": 27771, + "end": 27772, "loc": { "start": { - "line": 559, + "line": 601, "column": 108 }, "end": { - "line": 559, + "line": 601, "column": 109 } }, @@ -20760,15 +20896,15 @@ }, { "type": "BreakStatement", - "start": 25409, - "end": 25414, + "start": 27799, + "end": 27804, "loc": { "start": { - "line": 560, + "line": 602, "column": 24 }, "end": { - "line": 560, + "line": 602, "column": 29 } }, @@ -20777,43 +20913,43 @@ ], "test": { "type": "CallExpression", - "start": 25240, - "end": 25271, + "start": 27630, + "end": 27661, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 25240, - "end": 25262, + "start": 27630, + "end": 27652, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 47 } }, "object": { "type": "RegExpLiteral", - "start": 25240, - "end": 25257, + "start": 27630, + "end": 27647, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 42 } }, @@ -20825,15 +20961,15 @@ }, "property": { "type": "Identifier", - "start": 25258, - "end": 25262, + "start": 27648, + "end": 27652, "loc": { "start": { - "line": 558, + "line": 600, "column": 43 }, "end": { - "line": 558, + "line": 600, "column": 47 }, "identifierName": "test" @@ -20845,15 +20981,15 @@ "arguments": [ { "type": "Identifier", - "start": 25264, - "end": 25269, + "start": 27654, + "end": 27659, "loc": { "start": { - "line": 558, + "line": 600, "column": 49 }, "end": { - "line": 558, + "line": 600, "column": 54 }, "identifierName": "scale" @@ -20865,59 +21001,59 @@ }, { "type": "SwitchCase", - "start": 25435, - "end": 25645, + "start": 27825, + "end": 28035, "loc": { "start": { - "line": 561, + "line": 603, "column": 20 }, "end": { - "line": 563, + "line": 605, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25508, - "end": 25615, + "start": 27898, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "expression": { "type": "AssignmentExpression", - "start": 25508, - "end": 25615, + "start": 27898, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25508, - "end": 25516, + "start": 27898, + "end": 27906, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 32 }, "identifierName": "_tmpDate" @@ -20926,29 +21062,29 @@ }, "right": { "type": "NewExpression", - "start": 25519, - "end": 25615, + "start": 27909, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 35 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "callee": { "type": "Identifier", - "start": 25523, - "end": 25527, + "start": 27913, + "end": 27917, "loc": { "start": { - "line": 562, + "line": 604, "column": 39 }, "end": { - "line": 562, + "line": 604, "column": 43 }, "identifierName": "Date" @@ -20958,43 +21094,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25529, - "end": 25550, + "start": 27919, + "end": 27940, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25529, - "end": 25548, + "start": 27919, + "end": 27938, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 64 } }, "object": { "type": "Identifier", - "start": 25529, - "end": 25536, + "start": 27919, + "end": 27926, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 52 }, "identifierName": "dateObj" @@ -21003,15 +21139,15 @@ }, "property": { "type": "Identifier", - "start": 25537, - "end": 25548, + "start": 27927, + "end": 27938, "loc": { "start": { - "line": 562, + "line": 604, "column": 53 }, "end": { - "line": 562, + "line": 604, "column": 64 }, "identifierName": "getFullYear" @@ -21024,43 +21160,43 @@ }, { "type": "CallExpression", - "start": 25552, - "end": 25570, + "start": 27942, + "end": 27960, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25552, - "end": 25568, + "start": 27942, + "end": 27958, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 84 } }, "object": { "type": "Identifier", - "start": 25552, - "end": 25559, + "start": 27942, + "end": 27949, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 75 }, "identifierName": "dateObj" @@ -21069,15 +21205,15 @@ }, "property": { "type": "Identifier", - "start": 25560, - "end": 25568, + "start": 27950, + "end": 27958, "loc": { "start": { - "line": 562, + "line": 604, "column": 76 }, "end": { - "line": 562, + "line": 604, "column": 84 }, "identifierName": "getMonth" @@ -21090,43 +21226,43 @@ }, { "type": "CallExpression", - "start": 25572, - "end": 25589, + "start": 27962, + "end": 27979, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25572, - "end": 25587, + "start": 27962, + "end": 27977, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 103 } }, "object": { "type": "Identifier", - "start": 25572, - "end": 25579, + "start": 27962, + "end": 27969, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 95 }, "identifierName": "dateObj" @@ -21135,15 +21271,15 @@ }, "property": { "type": "Identifier", - "start": 25580, - "end": 25587, + "start": 27970, + "end": 27977, "loc": { "start": { - "line": 562, + "line": 604, "column": 96 }, "end": { - "line": 562, + "line": 604, "column": 103 }, "identifierName": "getDate" @@ -21156,57 +21292,57 @@ }, { "type": "BinaryExpression", - "start": 25591, - "end": 25613, + "start": 27981, + "end": 28003, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 129 } }, "left": { "type": "CallExpression", - "start": 25591, - "end": 25609, + "start": 27981, + "end": 27999, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 25591, - "end": 25607, + "start": 27981, + "end": 27997, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 123 } }, "object": { "type": "Identifier", - "start": 25591, - "end": 25598, + "start": 27981, + "end": 27988, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 114 }, "identifierName": "dateObj" @@ -21215,15 +21351,15 @@ }, "property": { "type": "Identifier", - "start": 25599, - "end": 25607, + "start": 27989, + "end": 27997, "loc": { "start": { - "line": 562, + "line": 604, "column": 115 }, "end": { - "line": 562, + "line": 604, "column": 123 }, "identifierName": "getHours" @@ -21237,15 +21373,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25612, - "end": 25613, + "start": 28002, + "end": 28003, "loc": { "start": { - "line": 562, + "line": 604, "column": 128 }, "end": { - "line": 562, + "line": 604, "column": 129 } }, @@ -21262,15 +21398,15 @@ }, { "type": "BreakStatement", - "start": 25640, - "end": 25645, + "start": 28030, + "end": 28035, "loc": { "start": { - "line": 563, + "line": 605, "column": 24 }, "end": { - "line": 563, + "line": 605, "column": 29 } }, @@ -21279,43 +21415,43 @@ ], "test": { "type": "CallExpression", - "start": 25440, - "end": 25482, + "start": 27830, + "end": 27872, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 25440, - "end": 25473, + "start": 27830, + "end": 27863, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 58 } }, "object": { "type": "RegExpLiteral", - "start": 25440, - "end": 25468, + "start": 27830, + "end": 27858, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 53 } }, @@ -21327,15 +21463,15 @@ }, "property": { "type": "Identifier", - "start": 25469, - "end": 25473, + "start": 27859, + "end": 27863, "loc": { "start": { - "line": 561, + "line": 603, "column": 54 }, "end": { - "line": 561, + "line": 603, "column": 58 }, "identifierName": "test" @@ -21347,15 +21483,15 @@ "arguments": [ { "type": "Identifier", - "start": 25475, - "end": 25480, + "start": 27865, + "end": 27870, "loc": { "start": { - "line": 561, + "line": 603, "column": 60 }, "end": { - "line": 561, + "line": 603, "column": 65 }, "identifierName": "scale" @@ -21367,59 +21503,59 @@ }, { "type": "SwitchCase", - "start": 25666, - "end": 25883, + "start": 28056, + "end": 28273, "loc": { "start": { - "line": 564, + "line": 606, "column": 20 }, "end": { - "line": 566, + "line": 608, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25724, - "end": 25853, + "start": 28114, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "expression": { "type": "AssignmentExpression", - "start": 25724, - "end": 25853, + "start": 28114, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25724, - "end": 25732, + "start": 28114, + "end": 28122, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 32 }, "identifierName": "_tmpDate" @@ -21428,29 +21564,29 @@ }, "right": { "type": "NewExpression", - "start": 25735, - "end": 25853, + "start": 28125, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 35 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "callee": { "type": "Identifier", - "start": 25739, - "end": 25743, + "start": 28129, + "end": 28133, "loc": { "start": { - "line": 565, + "line": 607, "column": 39 }, "end": { - "line": 565, + "line": 607, "column": 43 }, "identifierName": "Date" @@ -21460,43 +21596,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25745, - "end": 25766, + "start": 28135, + "end": 28156, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25745, - "end": 25764, + "start": 28135, + "end": 28154, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 64 } }, "object": { "type": "Identifier", - "start": 25745, - "end": 25752, + "start": 28135, + "end": 28142, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 52 }, "identifierName": "dateObj" @@ -21505,15 +21641,15 @@ }, "property": { "type": "Identifier", - "start": 25753, - "end": 25764, + "start": 28143, + "end": 28154, "loc": { "start": { - "line": 565, + "line": 607, "column": 53 }, "end": { - "line": 565, + "line": 607, "column": 64 }, "identifierName": "getFullYear" @@ -21526,43 +21662,43 @@ }, { "type": "CallExpression", - "start": 25768, - "end": 25786, + "start": 28158, + "end": 28176, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25768, - "end": 25784, + "start": 28158, + "end": 28174, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 84 } }, "object": { "type": "Identifier", - "start": 25768, - "end": 25775, + "start": 28158, + "end": 28165, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 75 }, "identifierName": "dateObj" @@ -21571,15 +21707,15 @@ }, "property": { "type": "Identifier", - "start": 25776, - "end": 25784, + "start": 28166, + "end": 28174, "loc": { "start": { - "line": 565, + "line": 607, "column": 76 }, "end": { - "line": 565, + "line": 607, "column": 84 }, "identifierName": "getMonth" @@ -21592,43 +21728,43 @@ }, { "type": "CallExpression", - "start": 25788, - "end": 25805, + "start": 28178, + "end": 28195, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25788, - "end": 25803, + "start": 28178, + "end": 28193, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 103 } }, "object": { "type": "Identifier", - "start": 25788, - "end": 25795, + "start": 28178, + "end": 28185, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 95 }, "identifierName": "dateObj" @@ -21637,15 +21773,15 @@ }, "property": { "type": "Identifier", - "start": 25796, - "end": 25803, + "start": 28186, + "end": 28193, "loc": { "start": { - "line": 565, + "line": 607, "column": 96 }, "end": { - "line": 565, + "line": 607, "column": 103 }, "identifierName": "getDate" @@ -21658,43 +21794,43 @@ }, { "type": "CallExpression", - "start": 25807, - "end": 25825, + "start": 28197, + "end": 28215, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 25807, - "end": 25823, + "start": 28197, + "end": 28213, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 123 } }, "object": { "type": "Identifier", - "start": 25807, - "end": 25814, + "start": 28197, + "end": 28204, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 114 }, "identifierName": "dateObj" @@ -21703,15 +21839,15 @@ }, "property": { "type": "Identifier", - "start": 25815, - "end": 25823, + "start": 28205, + "end": 28213, "loc": { "start": { - "line": 565, + "line": 607, "column": 115 }, "end": { - "line": 565, + "line": 607, "column": 123 }, "identifierName": "getHours" @@ -21724,57 +21860,57 @@ }, { "type": "BinaryExpression", - "start": 25827, - "end": 25851, + "start": 28217, + "end": 28241, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 151 } }, "left": { "type": "CallExpression", - "start": 25827, - "end": 25847, + "start": 28217, + "end": 28237, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 25827, - "end": 25845, + "start": 28217, + "end": 28235, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 145 } }, "object": { "type": "Identifier", - "start": 25827, - "end": 25834, + "start": 28217, + "end": 28224, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 134 }, "identifierName": "dateObj" @@ -21783,15 +21919,15 @@ }, "property": { "type": "Identifier", - "start": 25835, - "end": 25845, + "start": 28225, + "end": 28235, "loc": { "start": { - "line": 565, + "line": 607, "column": 135 }, "end": { - "line": 565, + "line": 607, "column": 145 }, "identifierName": "getMinutes" @@ -21805,15 +21941,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25850, - "end": 25851, + "start": 28240, + "end": 28241, "loc": { "start": { - "line": 565, + "line": 607, "column": 150 }, "end": { - "line": 565, + "line": 607, "column": 151 } }, @@ -21830,15 +21966,15 @@ }, { "type": "BreakStatement", - "start": 25878, - "end": 25883, + "start": 28268, + "end": 28273, "loc": { "start": { - "line": 566, + "line": 608, "column": 24 }, "end": { - "line": 566, + "line": 608, "column": 29 } }, @@ -21847,43 +21983,43 @@ ], "test": { "type": "CallExpression", - "start": 25671, - "end": 25698, + "start": 28061, + "end": 28088, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 25671, - "end": 25689, + "start": 28061, + "end": 28079, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 25671, - "end": 25684, + "start": 28061, + "end": 28074, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 38 } }, @@ -21895,15 +22031,15 @@ }, "property": { "type": "Identifier", - "start": 25685, - "end": 25689, + "start": 28075, + "end": 28079, "loc": { "start": { - "line": 564, + "line": 606, "column": 39 }, "end": { - "line": 564, + "line": 606, "column": 43 }, "identifierName": "test" @@ -21915,15 +22051,15 @@ "arguments": [ { "type": "Identifier", - "start": 25691, - "end": 25696, + "start": 28081, + "end": 28086, "loc": { "start": { - "line": 564, + "line": 606, "column": 45 }, "end": { - "line": 564, + "line": 606, "column": 50 }, "identifierName": "scale" @@ -21935,59 +22071,59 @@ }, { "type": "SwitchCase", - "start": 25904, - "end": 26143, + "start": 28294, + "end": 28533, "loc": { "start": { - "line": 567, + "line": 609, "column": 20 }, "end": { - "line": 569, + "line": 611, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25962, - "end": 26113, + "start": 28352, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "expression": { "type": "AssignmentExpression", - "start": 25962, - "end": 26113, + "start": 28352, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25962, - "end": 25970, + "start": 28352, + "end": 28360, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 32 }, "identifierName": "_tmpDate" @@ -21996,29 +22132,29 @@ }, "right": { "type": "NewExpression", - "start": 25973, - "end": 26113, + "start": 28363, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 35 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "callee": { "type": "Identifier", - "start": 25977, - "end": 25981, + "start": 28367, + "end": 28371, "loc": { "start": { - "line": 568, + "line": 610, "column": 39 }, "end": { - "line": 568, + "line": 610, "column": 43 }, "identifierName": "Date" @@ -22028,43 +22164,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25983, - "end": 26004, + "start": 28373, + "end": 28394, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25983, - "end": 26002, + "start": 28373, + "end": 28392, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 64 } }, "object": { "type": "Identifier", - "start": 25983, - "end": 25990, + "start": 28373, + "end": 28380, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 52 }, "identifierName": "dateObj" @@ -22073,15 +22209,15 @@ }, "property": { "type": "Identifier", - "start": 25991, - "end": 26002, + "start": 28381, + "end": 28392, "loc": { "start": { - "line": 568, + "line": 610, "column": 53 }, "end": { - "line": 568, + "line": 610, "column": 64 }, "identifierName": "getFullYear" @@ -22094,43 +22230,43 @@ }, { "type": "CallExpression", - "start": 26006, - "end": 26024, + "start": 28396, + "end": 28414, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 26006, - "end": 26022, + "start": 28396, + "end": 28412, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 84 } }, "object": { "type": "Identifier", - "start": 26006, - "end": 26013, + "start": 28396, + "end": 28403, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 75 }, "identifierName": "dateObj" @@ -22139,15 +22275,15 @@ }, "property": { "type": "Identifier", - "start": 26014, - "end": 26022, + "start": 28404, + "end": 28412, "loc": { "start": { - "line": 568, + "line": 610, "column": 76 }, "end": { - "line": 568, + "line": 610, "column": 84 }, "identifierName": "getMonth" @@ -22160,43 +22296,43 @@ }, { "type": "CallExpression", - "start": 26026, - "end": 26043, + "start": 28416, + "end": 28433, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 26026, - "end": 26041, + "start": 28416, + "end": 28431, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 103 } }, "object": { "type": "Identifier", - "start": 26026, - "end": 26033, + "start": 28416, + "end": 28423, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 95 }, "identifierName": "dateObj" @@ -22205,15 +22341,15 @@ }, "property": { "type": "Identifier", - "start": 26034, - "end": 26041, + "start": 28424, + "end": 28431, "loc": { "start": { - "line": 568, + "line": 610, "column": 96 }, "end": { - "line": 568, + "line": 610, "column": 103 }, "identifierName": "getDate" @@ -22226,43 +22362,43 @@ }, { "type": "CallExpression", - "start": 26045, - "end": 26063, + "start": 28435, + "end": 28453, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 26045, - "end": 26061, + "start": 28435, + "end": 28451, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 123 } }, "object": { "type": "Identifier", - "start": 26045, - "end": 26052, + "start": 28435, + "end": 28442, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 114 }, "identifierName": "dateObj" @@ -22271,15 +22407,15 @@ }, "property": { "type": "Identifier", - "start": 26053, - "end": 26061, + "start": 28443, + "end": 28451, "loc": { "start": { - "line": 568, + "line": 610, "column": 115 }, "end": { - "line": 568, + "line": 610, "column": 123 }, "identifierName": "getHours" @@ -22292,43 +22428,43 @@ }, { "type": "CallExpression", - "start": 26065, - "end": 26085, + "start": 28455, + "end": 28475, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 26065, - "end": 26083, + "start": 28455, + "end": 28473, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 145 } }, "object": { "type": "Identifier", - "start": 26065, - "end": 26072, + "start": 28455, + "end": 28462, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 134 }, "identifierName": "dateObj" @@ -22337,15 +22473,15 @@ }, "property": { "type": "Identifier", - "start": 26073, - "end": 26083, + "start": 28463, + "end": 28473, "loc": { "start": { - "line": 568, + "line": 610, "column": 135 }, "end": { - "line": 568, + "line": 610, "column": 145 }, "identifierName": "getMinutes" @@ -22358,57 +22494,57 @@ }, { "type": "BinaryExpression", - "start": 26087, - "end": 26111, + "start": 28477, + "end": 28501, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 173 } }, "left": { "type": "CallExpression", - "start": 26087, - "end": 26107, + "start": 28477, + "end": 28497, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 169 } }, "callee": { "type": "MemberExpression", - "start": 26087, - "end": 26105, + "start": 28477, + "end": 28495, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 167 } }, "object": { "type": "Identifier", - "start": 26087, - "end": 26094, + "start": 28477, + "end": 28484, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 156 }, "identifierName": "dateObj" @@ -22417,15 +22553,15 @@ }, "property": { "type": "Identifier", - "start": 26095, - "end": 26105, + "start": 28485, + "end": 28495, "loc": { "start": { - "line": 568, + "line": 610, "column": 157 }, "end": { - "line": 568, + "line": 610, "column": 167 }, "identifierName": "getSeconds" @@ -22439,15 +22575,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 26110, - "end": 26111, + "start": 28500, + "end": 28501, "loc": { "start": { - "line": 568, + "line": 610, "column": 172 }, "end": { - "line": 568, + "line": 610, "column": 173 } }, @@ -22464,15 +22600,15 @@ }, { "type": "BreakStatement", - "start": 26138, - "end": 26143, + "start": 28528, + "end": 28533, "loc": { "start": { - "line": 569, + "line": 611, "column": 24 }, "end": { - "line": 569, + "line": 611, "column": 29 } }, @@ -22481,43 +22617,43 @@ ], "test": { "type": "CallExpression", - "start": 25909, - "end": 25936, + "start": 28299, + "end": 28326, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 25909, - "end": 25927, + "start": 28299, + "end": 28317, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 25909, - "end": 25922, + "start": 28299, + "end": 28312, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 38 } }, @@ -22529,15 +22665,15 @@ }, "property": { "type": "Identifier", - "start": 25923, - "end": 25927, + "start": 28313, + "end": 28317, "loc": { "start": { - "line": 567, + "line": 609, "column": 39 }, "end": { - "line": 567, + "line": 609, "column": 43 }, "identifierName": "test" @@ -22549,15 +22685,15 @@ "arguments": [ { "type": "Identifier", - "start": 25929, - "end": 25934, + "start": 28319, + "end": 28324, "loc": { "start": { - "line": 567, + "line": 609, "column": 45 }, "end": { - "line": 567, + "line": 609, "column": 50 }, "identifierName": "scale" @@ -22571,43 +22707,43 @@ }, { "type": "ReturnStatement", - "start": 26178, - "end": 26219, + "start": 28568, + "end": 28609, "loc": { "start": { - "line": 571, + "line": 613, "column": 16 }, "end": { - "line": 571, + "line": 613, "column": 57 } }, "argument": { "type": "NewExpression", - "start": 26185, - "end": 26219, + "start": 28575, + "end": 28609, "loc": { "start": { - "line": 571, + "line": 613, "column": 23 }, "end": { - "line": 571, + "line": 613, "column": 57 } }, "callee": { "type": "Identifier", - "start": 26189, - "end": 26193, + "start": 28579, + "end": 28583, "loc": { "start": { - "line": 571, + "line": 613, "column": 27 }, "end": { - "line": 571, + "line": 613, "column": 31 }, "identifierName": "Date" @@ -22617,57 +22753,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26195, - "end": 26217, + "start": 28585, + "end": 28607, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 55 } }, "left": { "type": "CallExpression", - "start": 26195, - "end": 26213, + "start": 28585, + "end": 28603, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 26195, - "end": 26211, + "start": 28585, + "end": 28601, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 49 } }, "object": { "type": "Identifier", - "start": 26195, - "end": 26203, + "start": 28585, + "end": 28593, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 41 }, "identifierName": "_tmpDate" @@ -22676,15 +22812,15 @@ }, "property": { "type": "Identifier", - "start": 26204, - "end": 26211, + "start": 28594, + "end": 28601, "loc": { "start": { - "line": 571, + "line": 613, "column": 42 }, "end": { - "line": 571, + "line": 613, "column": 49 }, "identifierName": "getTime" @@ -22698,15 +22834,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 26216, - "end": 26217, + "start": 28606, + "end": 28607, "loc": { "start": { - "line": 571, + "line": 613, "column": 54 }, "end": { - "line": 571, + "line": 613, "column": 55 } }, @@ -22727,29 +22863,29 @@ }, { "type": "VariableDeclarator", - "start": 26247, - "end": 26307, + "start": 28637, + "end": 28697, "loc": { "start": { - "line": 573, + "line": 615, "column": 12 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "id": { "type": "Identifier", - "start": 26247, - "end": 26259, + "start": 28637, + "end": 28649, "loc": { "start": { - "line": 573, + "line": 615, "column": 12 }, "end": { - "line": 573, + "line": 615, "column": 24 }, "identifierName": "is_remapping" @@ -22758,43 +22894,43 @@ }, "init": { "type": "CallExpression", - "start": 26262, - "end": 26307, + "start": 28652, + "end": 28697, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 26262, - "end": 26289, + "start": 28652, + "end": 28679, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 54 } }, "object": { "type": "RegExpLiteral", - "start": 26262, - "end": 26284, + "start": 28652, + "end": 28674, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 49 } }, @@ -22806,15 +22942,15 @@ }, "property": { "type": "Identifier", - "start": 26285, - "end": 26289, + "start": 28675, + "end": 28679, "loc": { "start": { - "line": 573, + "line": 615, "column": 50 }, "end": { - "line": 573, + "line": 615, "column": 54 }, "identifierName": "test" @@ -22826,43 +22962,43 @@ "arguments": [ { "type": "CallExpression", - "start": 26291, - "end": 26305, + "start": 28681, + "end": 28695, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 26291, - "end": 26303, + "start": 28681, + "end": 28693, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 68 } }, "object": { "type": "Identifier", - "start": 26291, - "end": 26294, + "start": 28681, + "end": 28684, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 59 }, "identifierName": "key" @@ -22871,15 +23007,15 @@ }, "property": { "type": "Identifier", - "start": 26295, - "end": 26303, + "start": 28685, + "end": 28693, "loc": { "start": { - "line": 573, + "line": 615, "column": 60 }, "end": { - "line": 573, + "line": 615, "column": 68 }, "identifierName": "toString" @@ -22901,15 +23037,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -22918,29 +23054,29 @@ }, { "type": "SwitchStatement", - "start": 26399, - "end": 28551, + "start": 28789, + "end": 30941, "loc": { "start": { - "line": 576, + "line": 618, "column": 8 }, "end": { - "line": 621, + "line": 663, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 26408, - "end": 26412, + "start": 28798, + "end": 28802, "loc": { "start": { - "line": 576, + "line": 618, "column": 17 }, "end": { - "line": 576, + "line": 618, "column": 21 } }, @@ -22950,59 +23086,59 @@ "cases": [ { "type": "SwitchCase", - "start": 26429, - "end": 26646, + "start": 28819, + "end": 29036, "loc": { "start": { - "line": 577, + "line": 619, "column": 12 }, "end": { - "line": 580, + "line": 622, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 26481, - "end": 26499, + "start": 28871, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 26481, - "end": 26499, + "start": 28871, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26481, - "end": 26486, + "start": 28871, + "end": 28876, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 21 }, "identifierName": "_date" @@ -23011,29 +23147,29 @@ }, "right": { "type": "NewExpression", - "start": 26489, - "end": 26499, + "start": 28879, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 24 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "callee": { "type": "Identifier", - "start": 26493, - "end": 26497, + "start": 28883, + "end": 28887, "loc": { "start": { - "line": 578, + "line": 620, "column": 28 }, "end": { - "line": 578, + "line": 620, "column": 32 }, "identifierName": "Date" @@ -23049,15 +23185,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -23066,15 +23202,15 @@ }, { "type": "BreakStatement", - "start": 26641, - "end": 26646, + "start": 29031, + "end": 29036, "loc": { "start": { - "line": 580, + "line": 622, "column": 16 }, "end": { - "line": 580, + "line": 622, "column": 21 } }, @@ -23083,15 +23219,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -23101,43 +23237,43 @@ ], "test": { "type": "CallExpression", - "start": 26434, - "end": 26463, + "start": 28824, + "end": 28853, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 26434, - "end": 26456, + "start": 28824, + "end": 28846, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 26434, - "end": 26451, + "start": 28824, + "end": 28841, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 34 } }, @@ -23149,15 +23285,15 @@ }, "property": { "type": "Identifier", - "start": 26452, - "end": 26456, + "start": 28842, + "end": 28846, "loc": { "start": { - "line": 577, + "line": 619, "column": 35 }, "end": { - "line": 577, + "line": 619, "column": 39 }, "identifierName": "test" @@ -23169,15 +23305,15 @@ "arguments": [ { "type": "Identifier", - "start": 26458, - "end": 26461, + "start": 28848, + "end": 28851, "loc": { "start": { - "line": 577, + "line": 619, "column": 41 }, "end": { - "line": 577, + "line": 619, "column": 44 }, "identifierName": "key" @@ -23189,74 +23325,74 @@ }, { "type": "SwitchCase", - "start": 26659, - "end": 28443, + "start": 29049, + "end": 30833, "loc": { "start": { - "line": 581, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 659, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 26687, - "end": 28443, + "start": 29077, + "end": 30833, "loc": { "start": { - "line": 581, + "line": 623, "column": 40 }, "end": { - "line": 617, + "line": 659, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 26705, - "end": 26799, + "start": 29095, + "end": 29189, "loc": { "start": { - "line": 582, + "line": 624, "column": 16 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 26709, - "end": 26728, + "start": 29099, + "end": 29118, "loc": { "start": { - "line": 582, + "line": 624, "column": 20 }, "end": { - "line": 582, + "line": 624, "column": 39 } }, "id": { "type": "Identifier", - "start": 26709, - "end": 26712, + "start": 29099, + "end": 29102, "loc": { "start": { - "line": 582, + "line": 624, "column": 20 }, "end": { - "line": 582, + "line": 624, "column": 23 }, "identifierName": "_ms" @@ -23265,15 +23401,15 @@ }, "init": { "type": "NullLiteral", - "start": 26724, - "end": 26728, + "start": 29114, + "end": 29118, "loc": { "start": { - "line": 582, + "line": 624, "column": 35 }, "end": { - "line": 582, + "line": 624, "column": 39 } } @@ -23281,29 +23417,29 @@ }, { "type": "VariableDeclarator", - "start": 26750, - "end": 26799, + "start": 29140, + "end": 29189, "loc": { "start": { - "line": 583, + "line": 625, "column": 20 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "id": { "type": "Identifier", - "start": 26750, - "end": 26762, + "start": 29140, + "end": 29152, "loc": { "start": { - "line": 583, + "line": 625, "column": 20 }, "end": { - "line": 583, + "line": 625, "column": 32 }, "identifierName": "_higherScale" @@ -23312,58 +23448,58 @@ }, "init": { "type": "CallExpression", - "start": 26765, - "end": 26799, + "start": 29155, + "end": 29189, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 26765, - "end": 26784, + "start": 29155, + "end": 29174, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 26765, - "end": 26769, + "start": 29155, + "end": 29159, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 39 } } }, "property": { "type": "Identifier", - "start": 26770, - "end": 26784, + "start": 29160, + "end": 29174, "loc": { "start": { - "line": 583, + "line": 625, "column": 40 }, "end": { - "line": 583, + "line": 625, "column": 54 }, "identifierName": "getHigherScale" @@ -23375,29 +23511,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26786, - "end": 26797, + "start": 29176, + "end": 29187, "loc": { "start": { - "line": 583, + "line": 625, "column": 56 }, "end": { - "line": 583, + "line": 625, "column": 67 } }, "object": { "type": "Identifier", - "start": 26786, - "end": 26791, + "start": 29176, + "end": 29181, "loc": { "start": { - "line": 583, + "line": 625, "column": 56 }, "end": { - "line": 583, + "line": 625, "column": 61 }, "identifierName": "_opts" @@ -23406,15 +23542,15 @@ }, "property": { "type": "Identifier", - "start": 26792, - "end": 26797, + "start": 29182, + "end": 29187, "loc": { "start": { - "line": 583, + "line": 625, "column": 62 }, "end": { - "line": 583, + "line": 625, "column": 67 }, "identifierName": "scale" @@ -23431,57 +23567,57 @@ }, { "type": "IfStatement", - "start": 26833, - "end": 27206, + "start": 29223, + "end": 29596, "loc": { "start": { - "line": 585, + "line": 627, "column": 16 }, "end": { - "line": 592, + "line": 634, "column": 17 } }, "test": { "type": "CallExpression", - "start": 26838, - "end": 26883, + "start": 29228, + "end": 29273, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 26838, - "end": 26860, + "start": 29228, + "end": 29250, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 26838, - "end": 26855, + "start": 29228, + "end": 29245, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 38 } }, @@ -23493,15 +23629,15 @@ }, "property": { "type": "Identifier", - "start": 26856, - "end": 26860, + "start": 29246, + "end": 29250, "loc": { "start": { - "line": 585, + "line": 627, "column": 39 }, "end": { - "line": 585, + "line": 627, "column": 43 }, "identifierName": "test" @@ -23513,29 +23649,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26862, - "end": 26881, + "start": 29252, + "end": 29271, "loc": { "start": { - "line": 585, + "line": 627, "column": 45 }, "end": { - "line": 585, + "line": 627, "column": 64 } }, "object": { "type": "Identifier", - "start": 26862, - "end": 26867, + "start": 29252, + "end": 29257, "loc": { "start": { - "line": 585, + "line": 627, "column": 45 }, "end": { - "line": 585, + "line": 627, "column": 50 }, "identifierName": "_opts" @@ -23544,15 +23680,15 @@ }, "property": { "type": "Identifier", - "start": 26868, - "end": 26881, + "start": 29258, + "end": 29271, "loc": { "start": { - "line": 585, + "line": 627, "column": 51 }, "end": { - "line": 585, + "line": 627, "column": 64 }, "identifierName": "startDatetime" @@ -23565,59 +23701,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 26886, - "end": 27106, + "start": 29276, + "end": 29496, "loc": { "start": { - "line": 585, + "line": 627, "column": 69 }, "end": { - "line": 590, + "line": 632, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 26908, - "end": 26926, + "start": 29298, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 26908, - "end": 26926, + "start": 29298, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26908, - "end": 26913, + "start": 29298, + "end": 29303, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 25 }, "identifierName": "_date" @@ -23626,29 +23762,29 @@ }, "right": { "type": "NewExpression", - "start": 26916, - "end": 26926, + "start": 29306, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 28 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "callee": { "type": "Identifier", - "start": 26920, - "end": 26924, + "start": 29310, + "end": 29314, "loc": { "start": { - "line": 586, + "line": 628, "column": 32 }, "end": { - "line": 586, + "line": 628, "column": 36 }, "identifierName": "Date" @@ -23664,15 +23800,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -23681,44 +23817,44 @@ }, { "type": "ExpressionStatement", - "start": 27022, - "end": 27064, + "start": 29412, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 27022, - "end": 27064, + "start": 29412, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27022, - "end": 27027, + "start": 29412, + "end": 29417, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 29 }, "identifierName": "_date" @@ -23728,29 +23864,29 @@ }, "right": { "type": "CallExpression", - "start": 27030, - "end": 27064, + "start": 29420, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 32 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "callee": { "type": "Identifier", - "start": 27030, - "end": 27042, + "start": 29420, + "end": 29432, "loc": { "start": { - "line": 588, + "line": 630, "column": 32 }, "end": { - "line": 588, + "line": 630, "column": 44 }, "identifierName": "getFirstDate" @@ -23760,15 +23896,15 @@ "arguments": [ { "type": "Identifier", - "start": 27044, - "end": 27049, + "start": 29434, + "end": 29439, "loc": { "start": { - "line": 588, + "line": 630, "column": 46 }, "end": { - "line": 588, + "line": 630, "column": 51 }, "identifierName": "_date" @@ -23777,29 +23913,29 @@ }, { "type": "MemberExpression", - "start": 27051, - "end": 27062, + "start": 29441, + "end": 29452, "loc": { "start": { - "line": 588, + "line": 630, "column": 53 }, "end": { - "line": 588, + "line": 630, "column": 64 } }, "object": { "type": "Identifier", - "start": 27051, - "end": 27056, + "start": 29441, + "end": 29446, "loc": { "start": { - "line": 588, + "line": 630, "column": 53 }, "end": { - "line": 588, + "line": 630, "column": 58 }, "identifierName": "_opts" @@ -23808,15 +23944,15 @@ }, "property": { "type": "Identifier", - "start": 27057, - "end": 27062, + "start": 29447, + "end": 29452, "loc": { "start": { - "line": 588, + "line": 630, "column": 59 }, "end": { - "line": 588, + "line": 630, "column": 64 }, "identifierName": "scale" @@ -23835,15 +23971,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -23853,15 +23989,15 @@ { "type": "CommentLine", "value": "}", - "start": 27085, - "end": 27088, + "start": 29475, + "end": 29478, "loc": { "start": { - "line": 589, + "line": 631, "column": 20 }, "end": { - "line": 589, + "line": 631, "column": 23 } } @@ -23873,59 +24009,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 27112, - "end": 27206, + "start": 29502, + "end": 29596, "loc": { "start": { - "line": 590, + "line": 632, "column": 23 }, "end": { - "line": 592, + "line": 634, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 27134, - "end": 27188, + "start": 29524, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 27134, - "end": 27188, + "start": 29524, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27134, - "end": 27139, + "start": 29524, + "end": 29529, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 25 }, "identifierName": "_date" @@ -23934,58 +24070,58 @@ }, "right": { "type": "CallExpression", - "start": 27142, - "end": 27188, + "start": 29532, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 27142, - "end": 27165, + "start": 29532, + "end": 29555, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 27142, - "end": 27146, + "start": 29532, + "end": 29536, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 32 } } }, "property": { "type": "Identifier", - "start": 27147, - "end": 27165, + "start": 29537, + "end": 29555, "loc": { "start": { - "line": 591, + "line": 633, "column": 33 }, "end": { - "line": 591, + "line": 633, "column": 51 }, "identifierName": "getCorrectDatetime" @@ -23997,29 +24133,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27167, - "end": 27186, + "start": 29557, + "end": 29576, "loc": { "start": { - "line": 591, + "line": 633, "column": 53 }, "end": { - "line": 591, + "line": 633, "column": 72 } }, "object": { "type": "Identifier", - "start": 27167, - "end": 27172, + "start": 29557, + "end": 29562, "loc": { "start": { - "line": 591, + "line": 633, "column": 53 }, "end": { - "line": 591, + "line": 633, "column": 58 }, "identifierName": "_opts" @@ -24028,15 +24164,15 @@ }, "property": { "type": "Identifier", - "start": 27173, - "end": 27186, + "start": 29563, + "end": 29576, "loc": { "start": { - "line": 591, + "line": 633, "column": 59 }, "end": { - "line": 591, + "line": 633, "column": 72 }, "identifierName": "startDatetime" @@ -24055,57 +24191,57 @@ }, { "type": "IfStatement", - "start": 27240, - "end": 28286, + "start": 29630, + "end": 30676, "loc": { "start": { - "line": 594, + "line": 636, "column": 16 }, "end": { - "line": 614, + "line": 656, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 27245, - "end": 27275, + "start": 29635, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 27245, - "end": 27256, + "start": 29635, + "end": 29646, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 32 } }, "object": { "type": "Identifier", - "start": 27245, - "end": 27250, + "start": 29635, + "end": 29640, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 26 }, "identifierName": "_opts" @@ -24114,15 +24250,15 @@ }, "property": { "type": "Identifier", - "start": 27251, - "end": 27256, + "start": 29641, + "end": 29646, "loc": { "start": { - "line": 594, + "line": 636, "column": 27 }, "end": { - "line": 594, + "line": 636, "column": 32 }, "identifierName": "range" @@ -24134,43 +24270,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 27260, - "end": 27275, + "start": 29650, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 27260, - "end": 27271, + "start": 29650, + "end": 29661, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 47 } }, "object": { "type": "Identifier", - "start": 27260, - "end": 27265, + "start": 29650, + "end": 29655, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 41 }, "identifierName": "_opts" @@ -24179,15 +24315,15 @@ }, "property": { "type": "Identifier", - "start": 27266, - "end": 27271, + "start": 29656, + "end": 29661, "loc": { "start": { - "line": 594, + "line": 636, "column": 42 }, "end": { - "line": 594, + "line": 636, "column": 47 }, "identifierName": "range" @@ -24199,15 +24335,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 27274, - "end": 27275, + "start": 29664, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 50 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, @@ -24221,72 +24357,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 27278, - "end": 27758, + "start": 29668, + "end": 30148, "loc": { "start": { - "line": 594, + "line": 636, "column": 54 }, "end": { - "line": 604, + "line": 646, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 27300, - "end": 27663, + "start": 29690, + "end": 30053, "loc": { "start": { - "line": 595, + "line": 637, "column": 20 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27305, - "end": 27337, + "start": 29695, + "end": 29727, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 27305, - "end": 27321, + "start": 29695, + "end": 29711, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 27305, - "end": 27316, + "start": 29695, + "end": 29706, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 36 } }, @@ -24298,15 +24434,15 @@ }, "property": { "type": "Identifier", - "start": 27317, - "end": 27321, + "start": 29707, + "end": 29711, "loc": { "start": { - "line": 595, + "line": 637, "column": 37 }, "end": { - "line": 595, + "line": 637, "column": 41 }, "identifierName": "test" @@ -24318,15 +24454,15 @@ "arguments": [ { "type": "Identifier", - "start": 27323, - "end": 27335, + "start": 29713, + "end": 29725, "loc": { "start": { - "line": 595, + "line": 637, "column": 43 }, "end": { - "line": 595, + "line": 637, "column": 55 }, "identifierName": "_higherScale" @@ -24337,59 +24473,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27340, - "end": 27422, + "start": 29730, + "end": 29812, "loc": { "start": { - "line": 595, + "line": 637, "column": 60 }, "end": { - "line": 597, + "line": 639, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27366, - "end": 27400, + "start": 29756, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 27366, - "end": 27400, + "start": 29756, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27366, - "end": 27369, + "start": 29756, + "end": 29759, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 27 }, "identifierName": "_ms" @@ -24398,71 +24534,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27372, - "end": 27400, + "start": 29762, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27393, + "start": 29762, + "end": 29783, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27388, + "start": 29762, + "end": 29778, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27383, + "start": 29762, + "end": 29773, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 41 } }, "left": { "type": "NumericLiteral", - "start": 27372, - "end": 27378, + "start": 29762, + "end": 29768, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 36 } }, @@ -24475,15 +24611,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27381, - "end": 27383, + "start": 29771, + "end": 29773, "loc": { "start": { - "line": 596, + "line": 638, "column": 39 }, "end": { - "line": 596, + "line": 638, "column": 41 } }, @@ -24497,15 +24633,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27386, - "end": 27388, + "start": 29776, + "end": 29778, "loc": { "start": { - "line": 596, + "line": 638, "column": 44 }, "end": { - "line": 596, + "line": 638, "column": 46 } }, @@ -24519,15 +24655,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27391, - "end": 27393, + "start": 29781, + "end": 29783, "loc": { "start": { - "line": 596, + "line": 638, "column": 49 }, "end": { - "line": 596, + "line": 638, "column": 51 } }, @@ -24541,15 +24677,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27396, - "end": 27400, + "start": 29786, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 54 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, @@ -24567,57 +24703,57 @@ }, "alternate": { "type": "IfStatement", - "start": 27448, - "end": 27663, + "start": 29838, + "end": 30053, "loc": { "start": { - "line": 598, + "line": 640, "column": 20 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27453, - "end": 27486, + "start": 29843, + "end": 29876, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 27453, - "end": 27470, + "start": 29843, + "end": 29860, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 27453, - "end": 27465, + "start": 29843, + "end": 29855, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 37 } }, @@ -24629,15 +24765,15 @@ }, "property": { "type": "Identifier", - "start": 27466, - "end": 27470, + "start": 29856, + "end": 29860, "loc": { "start": { - "line": 598, + "line": 640, "column": 38 }, "end": { - "line": 598, + "line": 640, "column": 42 }, "identifierName": "test" @@ -24649,15 +24785,15 @@ "arguments": [ { "type": "Identifier", - "start": 27472, - "end": 27484, + "start": 29862, + "end": 29874, "loc": { "start": { - "line": 598, + "line": 640, "column": 44 }, "end": { - "line": 598, + "line": 640, "column": 56 }, "identifierName": "_higherScale" @@ -24668,59 +24804,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27489, - "end": 27570, + "start": 29879, + "end": 29960, "loc": { "start": { - "line": 598, + "line": 640, "column": 61 }, "end": { - "line": 600, + "line": 642, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27515, - "end": 27548, + "start": 29905, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27515, - "end": 27548, + "start": 29905, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27515, - "end": 27518, + "start": 29905, + "end": 29908, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 27 }, "identifierName": "_ms" @@ -24729,71 +24865,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27521, - "end": 27548, + "start": 29911, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27541, + "start": 29911, + "end": 29931, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27536, + "start": 29911, + "end": 29926, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27531, + "start": 29911, + "end": 29921, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 40 } }, "left": { "type": "NumericLiteral", - "start": 27521, - "end": 27526, + "start": 29911, + "end": 29916, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 35 } }, @@ -24806,15 +24942,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27529, - "end": 27531, + "start": 29919, + "end": 29921, "loc": { "start": { - "line": 599, + "line": 641, "column": 38 }, "end": { - "line": 599, + "line": 641, "column": 40 } }, @@ -24828,15 +24964,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27534, - "end": 27536, + "start": 29924, + "end": 29926, "loc": { "start": { - "line": 599, + "line": 641, "column": 43 }, "end": { - "line": 599, + "line": 641, "column": 45 } }, @@ -24850,15 +24986,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27539, - "end": 27541, + "start": 29929, + "end": 29931, "loc": { "start": { - "line": 599, + "line": 641, "column": 48 }, "end": { - "line": 599, + "line": 641, "column": 50 } }, @@ -24872,15 +25008,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27544, - "end": 27548, + "start": 29934, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 53 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, @@ -24898,59 +25034,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 27576, - "end": 27663, + "start": 29966, + "end": 30053, "loc": { "start": { - "line": 600, + "line": 642, "column": 27 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27602, - "end": 27641, + "start": 29992, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 27602, - "end": 27641, + "start": 29992, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27602, - "end": 27605, + "start": 29992, + "end": 29995, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 27 }, "identifierName": "_ms" @@ -24959,58 +25095,58 @@ }, "right": { "type": "CallExpression", - "start": 27608, - "end": 27641, + "start": 29998, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 27608, - "end": 27625, + "start": 29998, + "end": 30015, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 27608, - "end": 27612, + "start": 29998, + "end": 30002, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 34 } } }, "property": { "type": "Identifier", - "start": 27613, - "end": 27625, + "start": 30003, + "end": 30015, "loc": { "start": { - "line": 601, + "line": 643, "column": 35 }, "end": { - "line": 601, + "line": 643, "column": 47 }, "identifierName": "_verifyScale" @@ -25022,15 +25158,15 @@ "arguments": [ { "type": "Identifier", - "start": 27627, - "end": 27639, + "start": 30017, + "end": 30029, "loc": { "start": { - "line": 601, + "line": 643, "column": 49 }, "end": { - "line": 601, + "line": 643, "column": 61 }, "identifierName": "_higherScale" @@ -25048,57 +25184,57 @@ }, { "type": "ExpressionStatement", - "start": 27684, - "end": 27740, + "start": 30074, + "end": 30130, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 27684, - "end": 27740, + "start": 30074, + "end": 30130, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 27684, - "end": 27697, + "start": 30074, + "end": 30087, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 33 } }, "object": { "type": "Identifier", - "start": 27684, - "end": 27689, + "start": 30074, + "end": 30079, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 25 }, "identifierName": "_date" @@ -25107,15 +25243,15 @@ }, "property": { "type": "Identifier", - "start": 27690, - "end": 27697, + "start": 30080, + "end": 30087, "loc": { "start": { - "line": 603, + "line": 645, "column": 26 }, "end": { - "line": 603, + "line": 645, "column": 33 }, "identifierName": "setTime" @@ -25127,57 +25263,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 27699, - "end": 27738, + "start": 30089, + "end": 30128, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 74 } }, "left": { "type": "CallExpression", - "start": 27699, - "end": 27714, + "start": 30089, + "end": 30104, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 27699, - "end": 27712, + "start": 30089, + "end": 30102, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 48 } }, "object": { "type": "Identifier", - "start": 27699, - "end": 27704, + "start": 30089, + "end": 30094, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 40 }, "identifierName": "_date" @@ -25186,15 +25322,15 @@ }, "property": { "type": "Identifier", - "start": 27705, - "end": 27712, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 603, + "line": 645, "column": 41 }, "end": { - "line": 603, + "line": 645, "column": 48 }, "identifierName": "getTime" @@ -25208,29 +25344,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 27719, - "end": 27736, + "start": 30109, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 55 }, "end": { - "line": 603, + "line": 645, "column": 72 } }, "left": { "type": "Identifier", - "start": 27719, - "end": 27722, + "start": 30109, + "end": 30112, "loc": { "start": { - "line": 603, + "line": 645, "column": 55 }, "end": { - "line": 603, + "line": 645, "column": 58 }, "identifierName": "_ms" @@ -25240,29 +25376,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 27725, - "end": 27736, + "start": 30115, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 61 }, "end": { - "line": 603, + "line": 645, "column": 72 } }, "object": { "type": "Identifier", - "start": 27725, - "end": 27730, + "start": 30115, + "end": 30120, "loc": { "start": { - "line": 603, + "line": 645, "column": 61 }, "end": { - "line": 603, + "line": 645, "column": 66 }, "identifierName": "_opts" @@ -25271,15 +25407,15 @@ }, "property": { "type": "Identifier", - "start": 27731, - "end": 27736, + "start": 30121, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 67 }, "end": { - "line": 603, + "line": 645, "column": 72 }, "identifierName": "range" @@ -25290,7 +25426,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 27717 + "parenStart": 30107 } } } @@ -25302,72 +25438,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 27764, - "end": 28286, + "start": 30154, + "end": 30676, "loc": { "start": { - "line": 604, + "line": 646, "column": 23 }, "end": { - "line": 614, + "line": 656, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 27786, - "end": 28146, + "start": 30176, + "end": 30536, "loc": { "start": { - "line": 605, + "line": 647, "column": 20 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27791, - "end": 27822, + "start": 30181, + "end": 30212, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 27791, - "end": 27807, + "start": 30181, + "end": 30197, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 27791, - "end": 27802, + "start": 30181, + "end": 30192, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 36 } }, @@ -25379,15 +25515,15 @@ }, "property": { "type": "Identifier", - "start": 27803, - "end": 27807, + "start": 30193, + "end": 30197, "loc": { "start": { - "line": 605, + "line": 647, "column": 37 }, "end": { - "line": 605, + "line": 647, "column": 41 }, "identifierName": "test" @@ -25399,29 +25535,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27809, - "end": 27820, + "start": 30199, + "end": 30210, "loc": { "start": { - "line": 605, + "line": 647, "column": 43 }, "end": { - "line": 605, + "line": 647, "column": 54 } }, "object": { "type": "Identifier", - "start": 27809, - "end": 27814, + "start": 30199, + "end": 30204, "loc": { "start": { - "line": 605, + "line": 647, "column": 43 }, "end": { - "line": 605, + "line": 647, "column": 48 }, "identifierName": "_opts" @@ -25430,15 +25566,15 @@ }, "property": { "type": "Identifier", - "start": 27815, - "end": 27820, + "start": 30205, + "end": 30210, "loc": { "start": { - "line": 605, + "line": 647, "column": 49 }, "end": { - "line": 605, + "line": 647, "column": 54 }, "identifierName": "scale" @@ -25451,59 +25587,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27825, - "end": 27907, + "start": 30215, + "end": 30297, "loc": { "start": { - "line": 605, + "line": 647, "column": 59 }, "end": { - "line": 607, + "line": 649, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27851, - "end": 27885, + "start": 30241, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 27851, - "end": 27885, + "start": 30241, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27851, - "end": 27854, + "start": 30241, + "end": 30244, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 27 }, "identifierName": "_ms" @@ -25512,71 +25648,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27857, - "end": 27885, + "start": 30247, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27878, + "start": 30247, + "end": 30268, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27873, + "start": 30247, + "end": 30263, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27868, + "start": 30247, + "end": 30258, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 41 } }, "left": { "type": "NumericLiteral", - "start": 27857, - "end": 27863, + "start": 30247, + "end": 30253, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 36 } }, @@ -25589,15 +25725,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27866, - "end": 27868, + "start": 30256, + "end": 30258, "loc": { "start": { - "line": 606, + "line": 648, "column": 39 }, "end": { - "line": 606, + "line": 648, "column": 41 } }, @@ -25611,15 +25747,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27871, - "end": 27873, + "start": 30261, + "end": 30263, "loc": { "start": { - "line": 606, + "line": 648, "column": 44 }, "end": { - "line": 606, + "line": 648, "column": 46 } }, @@ -25633,15 +25769,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27876, - "end": 27878, + "start": 30266, + "end": 30268, "loc": { "start": { - "line": 606, + "line": 648, "column": 49 }, "end": { - "line": 606, + "line": 648, "column": 51 } }, @@ -25655,15 +25791,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27881, - "end": 27885, + "start": 30271, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 54 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, @@ -25681,57 +25817,57 @@ }, "alternate": { "type": "IfStatement", - "start": 27933, - "end": 28146, + "start": 30323, + "end": 30536, "loc": { "start": { - "line": 608, + "line": 650, "column": 20 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27938, - "end": 27970, + "start": 30328, + "end": 30360, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 27938, - "end": 27955, + "start": 30328, + "end": 30345, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 27938, - "end": 27950, + "start": 30328, + "end": 30340, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 37 } }, @@ -25743,15 +25879,15 @@ }, "property": { "type": "Identifier", - "start": 27951, - "end": 27955, + "start": 30341, + "end": 30345, "loc": { "start": { - "line": 608, + "line": 650, "column": 38 }, "end": { - "line": 608, + "line": 650, "column": 42 }, "identifierName": "test" @@ -25763,29 +25899,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27957, - "end": 27968, + "start": 30347, + "end": 30358, "loc": { "start": { - "line": 608, + "line": 650, "column": 44 }, "end": { - "line": 608, + "line": 650, "column": 55 } }, "object": { "type": "Identifier", - "start": 27957, - "end": 27962, + "start": 30347, + "end": 30352, "loc": { "start": { - "line": 608, + "line": 650, "column": 44 }, "end": { - "line": 608, + "line": 650, "column": 49 }, "identifierName": "_opts" @@ -25794,15 +25930,15 @@ }, "property": { "type": "Identifier", - "start": 27963, - "end": 27968, + "start": 30353, + "end": 30358, "loc": { "start": { - "line": 608, + "line": 650, "column": 50 }, "end": { - "line": 608, + "line": 650, "column": 55 }, "identifierName": "scale" @@ -25815,59 +25951,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27973, - "end": 28054, + "start": 30363, + "end": 30444, "loc": { "start": { - "line": 608, + "line": 650, "column": 60 }, "end": { - "line": 610, + "line": 652, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27999, - "end": 28032, + "start": 30389, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27999, - "end": 28032, + "start": 30389, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27999, - "end": 28002, + "start": 30389, + "end": 30392, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 27 }, "identifierName": "_ms" @@ -25876,71 +26012,71 @@ }, "right": { "type": "BinaryExpression", - "start": 28005, - "end": 28032, + "start": 30395, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28025, + "start": 30395, + "end": 30415, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28020, + "start": 30395, + "end": 30410, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28015, + "start": 30395, + "end": 30405, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 40 } }, "left": { "type": "NumericLiteral", - "start": 28005, - "end": 28010, + "start": 30395, + "end": 30400, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 35 } }, @@ -25953,15 +26089,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28013, - "end": 28015, + "start": 30403, + "end": 30405, "loc": { "start": { - "line": 609, + "line": 651, "column": 38 }, "end": { - "line": 609, + "line": 651, "column": 40 } }, @@ -25975,15 +26111,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28018, - "end": 28020, + "start": 30408, + "end": 30410, "loc": { "start": { - "line": 609, + "line": 651, "column": 43 }, "end": { - "line": 609, + "line": 651, "column": 45 } }, @@ -25997,15 +26133,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28023, - "end": 28025, + "start": 30413, + "end": 30415, "loc": { "start": { - "line": 609, + "line": 651, "column": 48 }, "end": { - "line": 609, + "line": 651, "column": 50 } }, @@ -26019,15 +26155,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28028, - "end": 28032, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 53 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, @@ -26045,59 +26181,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 28060, - "end": 28146, + "start": 30450, + "end": 30536, "loc": { "start": { - "line": 610, + "line": 652, "column": 27 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 28086, - "end": 28124, + "start": 30476, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 28086, - "end": 28124, + "start": 30476, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28086, - "end": 28089, + "start": 30476, + "end": 30479, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 27 }, "identifierName": "_ms" @@ -26106,58 +26242,58 @@ }, "right": { "type": "CallExpression", - "start": 28092, - "end": 28124, + "start": 30482, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 28092, - "end": 28109, + "start": 30482, + "end": 30499, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 28092, - "end": 28096, + "start": 30482, + "end": 30486, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28097, - "end": 28109, + "start": 30487, + "end": 30499, "loc": { "start": { - "line": 611, + "line": 653, "column": 35 }, "end": { - "line": 611, + "line": 653, "column": 47 }, "identifierName": "_verifyScale" @@ -26169,29 +26305,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 28111, - "end": 28122, + "start": 30501, + "end": 30512, "loc": { "start": { - "line": 611, + "line": 653, "column": 49 }, "end": { - "line": 611, + "line": 653, "column": 60 } }, "object": { "type": "Identifier", - "start": 28111, - "end": 28116, + "start": 30501, + "end": 30506, "loc": { "start": { - "line": 611, + "line": 653, "column": 49 }, "end": { - "line": 611, + "line": 653, "column": 54 }, "identifierName": "_opts" @@ -26200,15 +26336,15 @@ }, "property": { "type": "Identifier", - "start": 28117, - "end": 28122, + "start": 30507, + "end": 30512, "loc": { "start": { - "line": 611, + "line": 653, "column": 55 }, "end": { - "line": 611, + "line": 653, "column": 60 }, "identifierName": "scale" @@ -26228,57 +26364,57 @@ }, { "type": "ExpressionStatement", - "start": 28167, - "end": 28268, + "start": 30557, + "end": 30658, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 28167, - "end": 28268, + "start": 30557, + "end": 30658, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 121 } }, "callee": { "type": "MemberExpression", - "start": 28167, - "end": 28180, + "start": 30557, + "end": 30570, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 33 } }, "object": { "type": "Identifier", - "start": 28167, - "end": 28172, + "start": 30557, + "end": 30562, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 25 }, "identifierName": "_date" @@ -26287,15 +26423,15 @@ }, "property": { "type": "Identifier", - "start": 28173, - "end": 28180, + "start": 30563, + "end": 30570, "loc": { "start": { - "line": 613, + "line": 655, "column": 26 }, "end": { - "line": 613, + "line": 655, "column": 33 }, "identifierName": "setTime" @@ -26307,57 +26443,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28182, - "end": 28266, + "start": 30572, + "end": 30656, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 119 } }, "left": { "type": "CallExpression", - "start": 28182, - "end": 28197, + "start": 30572, + "end": 30587, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 28182, - "end": 28195, + "start": 30572, + "end": 30585, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 48 } }, "object": { "type": "Identifier", - "start": 28182, - "end": 28187, + "start": 30572, + "end": 30577, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 40 }, "identifierName": "_date" @@ -26366,15 +26502,15 @@ }, "property": { "type": "Identifier", - "start": 28188, - "end": 28195, + "start": 30578, + "end": 30585, "loc": { "start": { - "line": 613, + "line": 655, "column": 41 }, "end": { - "line": 613, + "line": 655, "column": 48 }, "identifierName": "getTime" @@ -26388,29 +26524,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 28202, - "end": 28264, + "start": 30592, + "end": 30654, "loc": { "start": { - "line": 613, + "line": 655, "column": 55 }, "end": { - "line": 613, + "line": 655, "column": 117 } }, "left": { "type": "Identifier", - "start": 28202, - "end": 28205, + "start": 30592, + "end": 30595, "loc": { "start": { - "line": 613, + "line": 655, "column": 55 }, "end": { - "line": 613, + "line": 655, "column": 58 }, "identifierName": "_ms" @@ -26420,29 +26556,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 28208, - "end": 28264, + "start": 30598, + "end": 30654, "loc": { "start": { - "line": 613, + "line": 655, "column": 61 }, "end": { - "line": 613, + "line": 655, "column": 117 } }, "object": { "type": "Identifier", - "start": 28208, - "end": 28223, + "start": 30598, + "end": 30613, "loc": { "start": { - "line": 613, + "line": 655, "column": 61 }, "end": { - "line": 613, + "line": 655, "column": 76 }, "identifierName": "LimitScaleGrids" @@ -26451,58 +26587,58 @@ }, "property": { "type": "CallExpression", - "start": 28224, - "end": 28263, + "start": 30614, + "end": 30653, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 28224, - "end": 28248, + "start": 30614, + "end": 30638, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 28224, - "end": 28228, + "start": 30614, + "end": 30618, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 81 } } }, "property": { "type": "Identifier", - "start": 28229, - "end": 28248, + "start": 30619, + "end": 30638, "loc": { "start": { - "line": 613, + "line": 655, "column": 82 }, "end": { - "line": 613, + "line": 655, "column": 101 }, "identifierName": "_filterScaleKeyName" @@ -26514,29 +26650,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 28250, - "end": 28261, + "start": 30640, + "end": 30651, "loc": { "start": { - "line": 613, + "line": 655, "column": 103 }, "end": { - "line": 613, + "line": 655, "column": 114 } }, "object": { "type": "Identifier", - "start": 28250, - "end": 28255, + "start": 30640, + "end": 30645, "loc": { "start": { - "line": 613, + "line": 655, "column": 103 }, "end": { - "line": 613, + "line": 655, "column": 108 }, "identifierName": "_opts" @@ -26545,15 +26681,15 @@ }, "property": { "type": "Identifier", - "start": 28256, - "end": 28261, + "start": 30646, + "end": 30651, "loc": { "start": { - "line": 613, + "line": 655, "column": 109 }, "end": { - "line": 613, + "line": 655, "column": 114 }, "identifierName": "scale" @@ -26568,7 +26704,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 28200 + "parenStart": 30590 } } } @@ -26583,15 +26719,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -26600,15 +26736,15 @@ }, { "type": "BreakStatement", - "start": 28424, - "end": 28429, + "start": 30814, + "end": 30819, "loc": { "start": { - "line": 616, + "line": 658, "column": 16 }, "end": { - "line": 616, + "line": 658, "column": 21 } }, @@ -26617,15 +26753,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -26638,43 +26774,43 @@ ], "test": { "type": "CallExpression", - "start": 26664, - "end": 26685, + "start": 29054, + "end": 29075, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 26664, - "end": 26678, + "start": 29054, + "end": 29068, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 31 } }, "object": { "type": "RegExpLiteral", - "start": 26664, - "end": 26673, + "start": 29054, + "end": 29063, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 26 } }, @@ -26686,15 +26822,15 @@ }, "property": { "type": "Identifier", - "start": 26674, - "end": 26678, + "start": 29064, + "end": 29068, "loc": { "start": { - "line": 581, + "line": 623, "column": 27 }, "end": { - "line": 581, + "line": 623, "column": 31 }, "identifierName": "test" @@ -26706,15 +26842,15 @@ "arguments": [ { "type": "Identifier", - "start": 26680, - "end": 26683, + "start": 29070, + "end": 29073, "loc": { "start": { - "line": 581, + "line": 623, "column": 33 }, "end": { - "line": 581, + "line": 623, "column": 36 }, "identifierName": "key" @@ -26726,59 +26862,59 @@ }, { "type": "SwitchCase", - "start": 28456, - "end": 28541, + "start": 30846, + "end": 30931, "loc": { "start": { - "line": 618, + "line": 660, "column": 12 }, "end": { - "line": 620, + "line": 662, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 28481, - "end": 28519, + "start": 30871, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 28481, - "end": 28519, + "start": 30871, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28481, - "end": 28486, + "start": 30871, + "end": 30876, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 21 }, "identifierName": "_date" @@ -26787,58 +26923,58 @@ }, "right": { "type": "CallExpression", - "start": 28489, - "end": 28519, + "start": 30879, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 28489, - "end": 28512, + "start": 30879, + "end": 30902, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 28489, - "end": 28493, + "start": 30879, + "end": 30883, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28494, - "end": 28512, + "start": 30884, + "end": 30902, "loc": { "start": { - "line": 619, + "line": 661, "column": 29 }, "end": { - "line": 619, + "line": 661, "column": 47 }, "identifierName": "getCorrectDatetime" @@ -26850,15 +26986,15 @@ "arguments": [ { "type": "Identifier", - "start": 28514, - "end": 28517, + "start": 30904, + "end": 30907, "loc": { "start": { - "line": 619, + "line": 661, "column": 49 }, "end": { - "line": 619, + "line": 661, "column": 52 }, "identifierName": "key" @@ -26871,15 +27007,15 @@ }, { "type": "BreakStatement", - "start": 28536, - "end": 28541, + "start": 30926, + "end": 30931, "loc": { "start": { - "line": 620, + "line": 662, "column": 16 }, "end": { - "line": 620, + "line": 662, "column": 21 } }, @@ -26893,15 +27029,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -26910,29 +27046,29 @@ }, { "type": "IfStatement", - "start": 28569, - "end": 28655, + "start": 30959, + "end": 31045, "loc": { "start": { - "line": 623, + "line": 665, "column": 8 }, "end": { - "line": 625, + "line": 667, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 28574, - "end": 28588, + "start": 30964, + "end": 30978, "loc": { "start": { - "line": 623, + "line": 665, "column": 13 }, "end": { - "line": 623, + "line": 665, "column": 27 } }, @@ -26940,15 +27076,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 28576, - "end": 28588, + "start": 30966, + "end": 30978, "loc": { "start": { - "line": 623, + "line": 665, "column": 15 }, "end": { - "line": 623, + "line": 665, "column": 27 }, "identifierName": "is_remapping" @@ -26961,59 +27097,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28591, - "end": 28655, + "start": 30981, + "end": 31045, "loc": { "start": { - "line": 623, + "line": 665, "column": 30 }, "end": { - "line": 625, + "line": 667, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 28605, - "end": 28645, + "start": 30995, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 28605, - "end": 28645, + "start": 30995, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28605, - "end": 28617, + "start": 30995, + "end": 31007, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 24 }, "identifierName": "is_remapping" @@ -27022,57 +27158,57 @@ }, "right": { "type": "BinaryExpression", - "start": 28620, - "end": 28645, + "start": 31010, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "left": { "type": "CallExpression", - "start": 28620, - "end": 28639, + "start": 31010, + "end": 31029, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 28620, - "end": 28637, + "start": 31010, + "end": 31027, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 44 } }, "object": { "type": "Identifier", - "start": 28620, - "end": 28625, + "start": 31010, + "end": 31015, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 32 }, "identifierName": "_date" @@ -27081,15 +27217,15 @@ }, "property": { "type": "Identifier", - "start": 28626, - "end": 28637, + "start": 31016, + "end": 31027, "loc": { "start": { - "line": 624, + "line": 666, "column": 33 }, "end": { - "line": 624, + "line": 666, "column": 44 }, "identifierName": "getFullYear" @@ -27103,15 +27239,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 28642, - "end": 28645, + "start": 31032, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 49 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, @@ -27131,29 +27267,29 @@ }, { "type": "IfStatement", - "start": 28673, - "end": 29286, + "start": 31063, + "end": 31676, "loc": { "start": { - "line": 627, + "line": 669, "column": 8 }, "end": { - "line": 638, + "line": 680, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 28678, - "end": 28707, + "start": 31068, + "end": 31097, "loc": { "start": { - "line": 627, + "line": 669, "column": 13 }, "end": { - "line": 627, + "line": 669, "column": 42 } }, @@ -27161,58 +27297,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 28680, - "end": 28707, + "start": 31070, + "end": 31097, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 28680, - "end": 28693, + "start": 31070, + "end": 31083, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 28680, - "end": 28684, + "start": 31070, + "end": 31074, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 19 } } }, "property": { "type": "Identifier", - "start": 28685, - "end": 28693, + "start": 31075, + "end": 31083, "loc": { "start": { - "line": 627, + "line": 669, "column": 20 }, "end": { - "line": 627, + "line": 669, "column": 28 }, "identifierName": "is_empty" @@ -27224,15 +27360,15 @@ "arguments": [ { "type": "Identifier", - "start": 28695, - "end": 28705, + "start": 31085, + "end": 31095, "loc": { "start": { - "line": 627, + "line": 669, "column": 30 }, "end": { - "line": 627, + "line": 669, "column": 40 }, "identifierName": "round_type" @@ -27247,58 +27383,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 28710, - "end": 29286, + "start": 31100, + "end": 31676, "loc": { "start": { - "line": 627, + "line": 669, "column": 45 }, "end": { - "line": 638, + "line": 680, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 28724, - "end": 29276, + "start": 31114, + "end": 31666, "loc": { "start": { - "line": 628, + "line": 670, "column": 12 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28729, - "end": 28751, + "start": 31119, + "end": 31141, "loc": { "start": { - "line": 628, + "line": 670, "column": 17 }, "end": { - "line": 628, + "line": 670, "column": 39 } }, "left": { "type": "StringLiteral", - "start": 28729, - "end": 28736, + "start": 31119, + "end": 31126, "loc": { "start": { - "line": 628, + "line": 670, "column": 17 }, "end": { - "line": 628, + "line": 670, "column": 24 } }, @@ -27311,15 +27447,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 28741, - "end": 28751, + "start": 31131, + "end": 31141, "loc": { "start": { - "line": 628, + "line": 670, "column": 29 }, "end": { - "line": 628, + "line": 670, "column": 39 }, "identifierName": "round_type" @@ -27329,59 +27465,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28754, - "end": 28993, + "start": 31144, + "end": 31383, "loc": { "start": { - "line": 628, + "line": 670, "column": 42 }, "end": { - "line": 632, + "line": 674, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28855, - "end": 28897, + "start": 31245, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 28855, - "end": 28897, + "start": 31245, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28855, - "end": 28860, + "start": 31245, + "end": 31250, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 21 }, "identifierName": "_date" @@ -27391,29 +27527,29 @@ }, "right": { "type": "CallExpression", - "start": 28863, - "end": 28897, + "start": 31253, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 24 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "callee": { "type": "Identifier", - "start": 28863, - "end": 28875, + "start": 31253, + "end": 31265, "loc": { "start": { - "line": 630, + "line": 672, "column": 24 }, "end": { - "line": 630, + "line": 672, "column": 36 }, "identifierName": "getFirstDate" @@ -27423,15 +27559,15 @@ "arguments": [ { "type": "Identifier", - "start": 28877, - "end": 28882, + "start": 31267, + "end": 31272, "loc": { "start": { - "line": 630, + "line": 672, "column": 38 }, "end": { - "line": 630, + "line": 672, "column": 43 }, "identifierName": "_date" @@ -27440,29 +27576,29 @@ }, { "type": "MemberExpression", - "start": 28884, - "end": 28895, + "start": 31274, + "end": 31285, "loc": { "start": { - "line": 630, + "line": 672, "column": 45 }, "end": { - "line": 630, + "line": 672, "column": 56 } }, "object": { "type": "Identifier", - "start": 28884, - "end": 28889, + "start": 31274, + "end": 31279, "loc": { "start": { - "line": 630, + "line": 672, "column": 45 }, "end": { - "line": 630, + "line": 672, "column": 50 }, "identifierName": "_opts" @@ -27471,15 +27607,15 @@ }, "property": { "type": "Identifier", - "start": 28890, - "end": 28895, + "start": 31280, + "end": 31285, "loc": { "start": { - "line": 630, + "line": 672, "column": 51 }, "end": { - "line": 630, + "line": 672, "column": 56 }, "identifierName": "scale" @@ -27498,15 +27634,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )", - "start": 28756, - "end": 28838, + "start": 31146, + "end": 31228, "loc": { "start": { - "line": 629, + "line": 671, "column": 0 }, "end": { - "line": 629, + "line": 671, "column": 82 } } @@ -27516,15 +27652,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )", - "start": 28898, - "end": 28979, + "start": 31288, + "end": 31369, "loc": { "start": { - "line": 631, + "line": 673, "column": 0 }, "end": { - "line": 631, + "line": 673, "column": 81 } } @@ -27536,43 +27672,43 @@ }, "alternate": { "type": "IfStatement", - "start": 29011, - "end": 29276, + "start": 31401, + "end": 31666, "loc": { "start": { - "line": 633, + "line": 675, "column": 12 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 29016, - "end": 29037, + "start": 31406, + "end": 31427, "loc": { "start": { - "line": 633, + "line": 675, "column": 17 }, "end": { - "line": 633, + "line": 675, "column": 38 } }, "left": { "type": "StringLiteral", - "start": 29016, - "end": 29022, + "start": 31406, + "end": 31412, "loc": { "start": { - "line": 633, + "line": 675, "column": 17 }, "end": { - "line": 633, + "line": 675, "column": 23 } }, @@ -27585,15 +27721,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 29027, - "end": 29037, + "start": 31417, + "end": 31427, "loc": { "start": { - "line": 633, + "line": 675, "column": 28 }, "end": { - "line": 633, + "line": 675, "column": 38 }, "identifierName": "round_type" @@ -27603,59 +27739,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 29040, - "end": 29276, + "start": 31430, + "end": 31666, "loc": { "start": { - "line": 633, + "line": 675, "column": 41 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29140, - "end": 29181, + "start": 31530, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29140, - "end": 29181, + "start": 31530, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29140, - "end": 29145, + "start": 31530, + "end": 31535, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 21 }, "identifierName": "_date" @@ -27665,29 +27801,29 @@ }, "right": { "type": "CallExpression", - "start": 29148, - "end": 29181, + "start": 31538, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 24 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "callee": { "type": "Identifier", - "start": 29148, - "end": 29159, + "start": 31538, + "end": 31549, "loc": { "start": { - "line": 635, + "line": 677, "column": 24 }, "end": { - "line": 635, + "line": 677, "column": 35 }, "identifierName": "getLastDate" @@ -27697,15 +27833,15 @@ "arguments": [ { "type": "Identifier", - "start": 29161, - "end": 29166, + "start": 31551, + "end": 31556, "loc": { "start": { - "line": 635, + "line": 677, "column": 37 }, "end": { - "line": 635, + "line": 677, "column": 42 }, "identifierName": "_date" @@ -27714,29 +27850,29 @@ }, { "type": "MemberExpression", - "start": 29168, - "end": 29179, + "start": 31558, + "end": 31569, "loc": { "start": { - "line": 635, + "line": 677, "column": 44 }, "end": { - "line": 635, + "line": 677, "column": 55 } }, "object": { "type": "Identifier", - "start": 29168, - "end": 29173, + "start": 31558, + "end": 31563, "loc": { "start": { - "line": 635, + "line": 677, "column": 44 }, "end": { - "line": 635, + "line": 677, "column": 49 }, "identifierName": "_opts" @@ -27745,15 +27881,15 @@ }, "property": { "type": "Identifier", - "start": 29174, - "end": 29179, + "start": 31564, + "end": 31569, "loc": { "start": { - "line": 635, + "line": 677, "column": 50 }, "end": { - "line": 635, + "line": 677, "column": 55 }, "identifierName": "scale" @@ -27772,15 +27908,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )", - "start": 29042, - "end": 29123, + "start": 31432, + "end": 31513, "loc": { "start": { - "line": 634, + "line": 676, "column": 0 }, "end": { - "line": 634, + "line": 676, "column": 81 } } @@ -27790,15 +27926,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )", - "start": 29182, - "end": 29262, + "start": 31572, + "end": 31652, "loc": { "start": { - "line": 636, + "line": 678, "column": 0 }, "end": { - "line": 636, + "line": 678, "column": 80 } } @@ -27818,29 +27954,29 @@ }, { "type": "IfStatement", - "start": 29304, - "end": 29409, + "start": 31694, + "end": 31799, "loc": { "start": { - "line": 640, + "line": 682, "column": 8 }, "end": { - "line": 642, + "line": 684, "column": 9 } }, "test": { "type": "Identifier", - "start": 29309, - "end": 29321, + "start": 31699, + "end": 31711, "loc": { "start": { - "line": 640, + "line": 682, "column": 13 }, "end": { - "line": 640, + "line": 682, "column": 25 }, "identifierName": "is_remapping" @@ -27849,72 +27985,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 29324, - "end": 29409, + "start": 31714, + "end": 31799, "loc": { "start": { - "line": 640, + "line": 682, "column": 28 }, "end": { - "line": 642, + "line": 684, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29338, - "end": 29399, + "start": 31728, + "end": 31789, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 29338, - "end": 29399, + "start": 31728, + "end": 31789, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 29338, - "end": 29355, + "start": 31728, + "end": 31745, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 29 } }, "object": { "type": "Identifier", - "start": 29338, - "end": 29343, + "start": 31728, + "end": 31733, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 17 }, "identifierName": "_date" @@ -27923,15 +28059,15 @@ }, "property": { "type": "Identifier", - "start": 29344, - "end": 29355, + "start": 31734, + "end": 31745, "loc": { "start": { - "line": 641, + "line": 683, "column": 18 }, "end": { - "line": 641, + "line": 683, "column": 29 }, "identifierName": "setFullYear" @@ -27943,57 +28079,57 @@ "arguments": [ { "type": "CallExpression", - "start": 29357, - "end": 29397, + "start": 31747, + "end": 31787, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 29357, - "end": 29393, + "start": 31747, + "end": 31783, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 67 } }, "object": { "type": "CallExpression", - "start": 29357, - "end": 29386, + "start": 31747, + "end": 31776, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 60 } }, "callee": { "type": "Identifier", - "start": 29357, - "end": 29363, + "start": 31747, + "end": 31753, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 37 }, "identifierName": "String" @@ -28003,43 +28139,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29365, - "end": 29384, + "start": 31755, + "end": 31774, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 29365, - "end": 29382, + "start": 31755, + "end": 31772, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 56 } }, "object": { "type": "Identifier", - "start": 29365, - "end": 29370, + "start": 31755, + "end": 31760, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 44 }, "identifierName": "_date" @@ -28048,15 +28184,15 @@ }, "property": { "type": "Identifier", - "start": 29371, - "end": 29382, + "start": 31761, + "end": 31772, "loc": { "start": { - "line": 641, + "line": 683, "column": 45 }, "end": { - "line": 641, + "line": 683, "column": 56 }, "identifierName": "getFullYear" @@ -28071,15 +28207,15 @@ }, "property": { "type": "Identifier", - "start": 29387, - "end": 29393, + "start": 31777, + "end": 31783, "loc": { "start": { - "line": 641, + "line": 683, "column": 61 }, "end": { - "line": 641, + "line": 683, "column": 67 }, "identifierName": "substr" @@ -28091,15 +28227,15 @@ "arguments": [ { "type": "UnaryExpression", - "start": 29394, - "end": 29396, + "start": 31784, + "end": 31786, "loc": { "start": { - "line": 641, + "line": 683, "column": 68 }, "end": { - "line": 641, + "line": 683, "column": 70 } }, @@ -28107,15 +28243,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 29395, - "end": 29396, + "start": 31785, + "end": 31786, "loc": { "start": { - "line": 641, + "line": 683, "column": 69 }, "end": { - "line": 641, + "line": 683, "column": 70 } }, @@ -28143,15 +28279,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -28160,57 +28296,57 @@ }, { "type": "ReturnStatement", - "start": 29485, - "end": 29507, + "start": 31875, + "end": 31897, "loc": { "start": { - "line": 645, + "line": 687, "column": 8 }, "end": { - "line": 645, + "line": 687, "column": 30 } }, "argument": { "type": "CallExpression", - "start": 29492, - "end": 29507, + "start": 31882, + "end": 31897, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 29492, - "end": 29505, + "start": 31882, + "end": 31895, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 28 } }, "object": { "type": "Identifier", - "start": 29492, - "end": 29497, + "start": 31882, + "end": 31887, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 20 }, "identifierName": "_date" @@ -28220,15 +28356,15 @@ }, "property": { "type": "Identifier", - "start": 29498, - "end": 29505, + "start": 31888, + "end": 31895, "loc": { "start": { - "line": 645, + "line": 687, "column": 21 }, "end": { - "line": 645, + "line": 687, "column": 28 }, "identifierName": "getTime" @@ -28245,15 +28381,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -28268,15 +28404,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -28286,15 +28422,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -28303,15 +28439,15 @@ }, { "type": "ClassMethod", - "start": 29722, - "end": 30346, + "start": 32112, + "end": 32736, "loc": { "start": { - "line": 654, + "line": 696, "column": 4 }, "end": { - "line": 668, + "line": 710, "column": 5 } }, @@ -28319,15 +28455,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 29722, - "end": 29741, + "start": 32112, + "end": 32131, "loc": { "start": { - "line": 654, + "line": 696, "column": 4 }, "end": { - "line": 654, + "line": 696, "column": 23 }, "identifierName": "_getPluggableParams" @@ -28343,15 +28479,15 @@ "params": [ { "type": "Identifier", - "start": 29743, - "end": 29758, + "start": 32133, + "end": 32148, "loc": { "start": { - "line": 654, + "line": 696, "column": 25 }, "end": { - "line": 654, + "line": 696, "column": 40 }, "identifierName": "str_like_params" @@ -28361,59 +28497,59 @@ ], "body": { "type": "BlockStatement", - "start": 29761, - "end": 30346, + "start": 32151, + "end": 32736, "loc": { "start": { - "line": 654, + "line": 696, "column": 43 }, "end": { - "line": 668, + "line": 710, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 29771, - "end": 29786, + "start": 32161, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 8 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29775, - "end": 29786, + "start": 32165, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 12 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, "id": { "type": "Identifier", - "start": 29775, - "end": 29781, + "start": 32165, + "end": 32171, "loc": { "start": { - "line": 655, + "line": 697, "column": 12 }, "end": { - "line": 655, + "line": 697, "column": 18 }, "identifierName": "params" @@ -28422,15 +28558,15 @@ }, "init": { "type": "ObjectExpression", - "start": 29784, - "end": 29786, + "start": 32174, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 21 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, @@ -28442,57 +28578,57 @@ }, { "type": "IfStatement", - "start": 29804, - "end": 30318, + "start": 32194, + "end": 32708, "loc": { "start": { - "line": 657, + "line": 699, "column": 8 }, "end": { - "line": 666, + "line": 708, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 29809, - "end": 29863, + "start": 32199, + "end": 32253, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 67 } }, "left": { "type": "BinaryExpression", - "start": 29809, - "end": 29844, + "start": 32199, + "end": 32234, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 48 } }, "left": { "type": "UnaryExpression", - "start": 29809, - "end": 29831, + "start": 32199, + "end": 32221, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 35 } }, @@ -28500,15 +28636,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 29816, - "end": 29831, + "start": 32206, + "end": 32221, "loc": { "start": { - "line": 657, + "line": 699, "column": 20 }, "end": { - "line": 657, + "line": 699, "column": 35 }, "identifierName": "str_like_params" @@ -28522,15 +28658,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 29836, - "end": 29844, + "start": 32226, + "end": 32234, "loc": { "start": { - "line": 657, + "line": 699, "column": 40 }, "end": { - "line": 657, + "line": 699, "column": 48 } }, @@ -28544,15 +28680,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 29848, - "end": 29863, + "start": 32238, + "end": 32253, "loc": { "start": { - "line": 657, + "line": 699, "column": 52 }, "end": { - "line": 657, + "line": 699, "column": 67 }, "identifierName": "str_like_params" @@ -28562,88 +28698,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 29866, - "end": 30318, + "start": 32256, + "end": 32708, "loc": { "start": { - "line": 657, + "line": 699, "column": 70 }, "end": { - "line": 666, + "line": 708, "column": 9 } }, "body": [ { "type": "TryStatement", - "start": 29880, - "end": 30308, + "start": 32270, + "end": 32698, "loc": { "start": { - "line": 658, + "line": 700, "column": 12 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 29884, - "end": 30199, + "start": 32274, + "end": 32589, "loc": { "start": { - "line": 658, + "line": 700, "column": 16 }, "end": { - "line": 663, + "line": 705, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29902, - "end": 29992, + "start": 32292, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 29902, - "end": 29992, + "start": 32292, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29902, - "end": 29908, + "start": 32292, + "end": 32298, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 22 }, "identifierName": "params" @@ -28652,43 +28788,43 @@ }, "right": { "type": "CallExpression", - "start": 29911, - "end": 29992, + "start": 32301, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 29911, - "end": 29921, + "start": 32301, + "end": 32311, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 35 } }, "object": { "type": "Identifier", - "start": 29911, - "end": 29915, + "start": 32301, + "end": 32305, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 29 }, "identifierName": "JSON" @@ -28697,15 +28833,15 @@ }, "property": { "type": "Identifier", - "start": 29916, - "end": 29921, + "start": 32306, + "end": 32311, "loc": { "start": { - "line": 659, + "line": 701, "column": 30 }, "end": { - "line": 659, + "line": 701, "column": 35 }, "identifierName": "parse" @@ -28717,43 +28853,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29923, - "end": 29990, + "start": 32313, + "end": 32380, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 29923, - "end": 29937, + "start": 32313, + "end": 32327, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 51 } }, "object": { "type": "Identifier", - "start": 29923, - "end": 29927, + "start": 32313, + "end": 32317, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 41 }, "identifierName": "JSON" @@ -28762,15 +28898,15 @@ }, "property": { "type": "Identifier", - "start": 29928, - "end": 29937, + "start": 32318, + "end": 32327, "loc": { "start": { - "line": 659, + "line": 701, "column": 42 }, "end": { - "line": 659, + "line": 701, "column": 51 }, "identifierName": "stringify" @@ -28782,43 +28918,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29939, - "end": 29988, + "start": 32329, + "end": 32378, "loc": { "start": { - "line": 659, + "line": 701, "column": 53 }, "end": { - "line": 659, + "line": 701, "column": 102 } }, "callee": { "type": "NewExpression", - "start": 29941, - "end": 29984, + "start": 32331, + "end": 32374, "loc": { "start": { - "line": 659, + "line": 701, "column": 55 }, "end": { - "line": 659, + "line": 701, "column": 98 } }, "callee": { "type": "Identifier", - "start": 29945, - "end": 29953, + "start": 32335, + "end": 32343, "loc": { "start": { - "line": 659, + "line": 701, "column": 59 }, "end": { - "line": 659, + "line": 701, "column": 67 }, "identifierName": "Function" @@ -28828,30 +28964,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 29955, - "end": 29982, + "start": 32345, + "end": 32372, "loc": { "start": { - "line": 659, + "line": 701, "column": 69 }, "end": { - "line": 659, + "line": 701, "column": 96 } }, "expressions": [ { "type": "Identifier", - "start": 29965, - "end": 29980, + "start": 32355, + "end": 32370, "loc": { "start": { - "line": 659, + "line": 701, "column": 79 }, "end": { - "line": 659, + "line": 701, "column": 94 }, "identifierName": "str_like_params" @@ -28862,15 +28998,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 29956, - "end": 29963, + "start": 32346, + "end": 32353, "loc": { "start": { - "line": 659, + "line": 701, "column": 70 }, "end": { - "line": 659, + "line": 701, "column": 77 } }, @@ -28882,15 +29018,15 @@ }, { "type": "TemplateElement", - "start": 29981, - "end": 29981, + "start": 32371, + "end": 32371, "loc": { "start": { - "line": 659, + "line": 701, "column": 95 }, "end": { - "line": 659, + "line": 701, "column": 95 } }, @@ -28905,7 +29041,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 29939 + "parenStart": 32329 } }, "arguments": [] @@ -28918,57 +29054,57 @@ }, { "type": "IfStatement", - "start": 30009, - "end": 30185, + "start": 32399, + "end": 32575, "loc": { "start": { - "line": 660, + "line": 702, "column": 16 }, "end": { - "line": 662, + "line": 704, "column": 17 } }, "test": { "type": "CallExpression", - "start": 30014, - "end": 30047, + "start": 32404, + "end": 32437, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 30014, - "end": 30035, + "start": 32404, + "end": 32425, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 42 } }, "object": { "type": "Identifier", - "start": 30014, - "end": 30020, + "start": 32404, + "end": 32410, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 27 }, "identifierName": "params" @@ -28977,15 +29113,15 @@ }, "property": { "type": "Identifier", - "start": 30021, - "end": 30035, + "start": 32411, + "end": 32425, "loc": { "start": { - "line": 660, + "line": 702, "column": 28 }, "end": { - "line": 660, + "line": 702, "column": 42 }, "identifierName": "hasOwnProperty" @@ -28997,15 +29133,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30037, - "end": 30045, + "start": 32427, + "end": 32435, "loc": { "start": { - "line": 660, + "line": 702, "column": 44 }, "end": { - "line": 660, + "line": 702, "column": 52 } }, @@ -29019,73 +29155,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30050, - "end": 30185, + "start": 32440, + "end": 32575, "loc": { "start": { - "line": 660, + "line": 702, "column": 57 }, "end": { - "line": 662, + "line": 704, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 30072, - "end": 30167, + "start": 32462, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "expression": { "type": "AssignmentExpression", - "start": 30072, - "end": 30167, + "start": 32462, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30072, - "end": 30085, + "start": 32462, + "end": 32475, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 33 } }, "object": { "type": "Identifier", - "start": 30072, - "end": 30078, + "start": 32462, + "end": 32468, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 26 }, "identifierName": "params" @@ -29094,15 +29230,15 @@ }, "property": { "type": "Identifier", - "start": 30079, - "end": 30085, + "start": 32469, + "end": 32475, "loc": { "start": { - "line": 661, + "line": 703, "column": 27 }, "end": { - "line": 661, + "line": 703, "column": 33 }, "identifierName": "extend" @@ -29113,43 +29249,43 @@ }, "right": { "type": "CallExpression", - "start": 30088, - "end": 30167, + "start": 32478, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 30088, - "end": 30098, + "start": 32478, + "end": 32488, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 46 } }, "object": { "type": "Identifier", - "start": 30088, - "end": 30092, + "start": 32478, + "end": 32482, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 40 }, "identifierName": "JSON" @@ -29158,15 +29294,15 @@ }, "property": { "type": "Identifier", - "start": 30093, - "end": 30098, + "start": 32483, + "end": 32488, "loc": { "start": { - "line": 661, + "line": 703, "column": 41 }, "end": { - "line": 661, + "line": 703, "column": 46 }, "identifierName": "parse" @@ -29178,43 +29314,43 @@ "arguments": [ { "type": "CallExpression", - "start": 30100, - "end": 30165, + "start": 32490, + "end": 32555, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 113 } }, "callee": { "type": "MemberExpression", - "start": 30100, - "end": 30114, + "start": 32490, + "end": 32504, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 62 } }, "object": { "type": "Identifier", - "start": 30100, - "end": 30104, + "start": 32490, + "end": 32494, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 52 }, "identifierName": "JSON" @@ -29223,15 +29359,15 @@ }, "property": { "type": "Identifier", - "start": 30105, - "end": 30114, + "start": 32495, + "end": 32504, "loc": { "start": { - "line": 661, + "line": 703, "column": 53 }, "end": { - "line": 661, + "line": 703, "column": 62 }, "identifierName": "stringify" @@ -29243,43 +29379,43 @@ "arguments": [ { "type": "CallExpression", - "start": 30116, - "end": 30163, + "start": 32506, + "end": 32553, "loc": { "start": { - "line": 661, + "line": 703, "column": 64 }, "end": { - "line": 661, + "line": 703, "column": 111 } }, "callee": { "type": "NewExpression", - "start": 30118, - "end": 30159, + "start": 32508, + "end": 32549, "loc": { "start": { - "line": 661, + "line": 703, "column": 66 }, "end": { - "line": 661, + "line": 703, "column": 107 } }, "callee": { "type": "Identifier", - "start": 30122, - "end": 30130, + "start": 32512, + "end": 32520, "loc": { "start": { - "line": 661, + "line": 703, "column": 70 }, "end": { - "line": 661, + "line": 703, "column": 78 }, "identifierName": "Function" @@ -29289,44 +29425,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 30132, - "end": 30157, + "start": 32522, + "end": 32547, "loc": { "start": { - "line": 661, + "line": 703, "column": 80 }, "end": { - "line": 661, + "line": 703, "column": 105 } }, "expressions": [ { "type": "MemberExpression", - "start": 30142, - "end": 30155, + "start": 32532, + "end": 32545, "loc": { "start": { - "line": 661, + "line": 703, "column": 90 }, "end": { - "line": 661, + "line": 703, "column": 103 } }, "object": { "type": "Identifier", - "start": 30142, - "end": 30148, + "start": 32532, + "end": 32538, "loc": { "start": { - "line": 661, + "line": 703, "column": 90 }, "end": { - "line": 661, + "line": 703, "column": 96 }, "identifierName": "params" @@ -29335,15 +29471,15 @@ }, "property": { "type": "Identifier", - "start": 30149, - "end": 30155, + "start": 32539, + "end": 32545, "loc": { "start": { - "line": 661, + "line": 703, "column": 97 }, "end": { - "line": 661, + "line": 703, "column": 103 }, "identifierName": "extend" @@ -29356,15 +29492,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 30133, - "end": 30140, + "start": 32523, + "end": 32530, "loc": { "start": { - "line": 661, + "line": 703, "column": 81 }, "end": { - "line": 661, + "line": 703, "column": 88 } }, @@ -29376,15 +29512,15 @@ }, { "type": "TemplateElement", - "start": 30156, - "end": 30156, + "start": 32546, + "end": 32546, "loc": { "start": { - "line": 661, + "line": 703, "column": 104 }, "end": { - "line": 661, + "line": 703, "column": 104 } }, @@ -29399,7 +29535,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 30116 + "parenStart": 32506 } }, "arguments": [] @@ -29420,29 +29556,29 @@ }, "handler": { "type": "CatchClause", - "start": 30200, - "end": 30308, + "start": 32590, + "end": 32698, "loc": { "start": { - "line": 663, + "line": 705, "column": 14 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "param": { "type": "Identifier", - "start": 30207, - "end": 30208, + "start": 32597, + "end": 32598, "loc": { "start": { - "line": 663, + "line": 705, "column": 21 }, "end": { - "line": 663, + "line": 705, "column": 22 }, "identifierName": "e" @@ -29451,72 +29587,72 @@ }, "body": { "type": "BlockStatement", - "start": 30211, - "end": 30308, + "start": 32601, + "end": 32698, "loc": { "start": { - "line": 663, + "line": 705, "column": 25 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30229, - "end": 30294, + "start": 32619, + "end": 32684, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 81 } }, "expression": { "type": "CallExpression", - "start": 30229, - "end": 30294, + "start": 32619, + "end": 32684, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 30229, - "end": 30241, + "start": 32619, + "end": 32631, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 28 } }, "object": { "type": "Identifier", - "start": 30229, - "end": 30236, + "start": 32619, + "end": 32626, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 23 }, "identifierName": "console" @@ -29525,15 +29661,15 @@ }, "property": { "type": "Identifier", - "start": 30237, - "end": 30241, + "start": 32627, + "end": 32631, "loc": { "start": { - "line": 664, + "line": 706, "column": 24 }, "end": { - "line": 664, + "line": 706, "column": 28 }, "identifierName": "warn" @@ -29545,15 +29681,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30243, - "end": 30292, + "start": 32633, + "end": 32682, "loc": { "start": { - "line": 664, + "line": 706, "column": 30 }, "end": { - "line": 664, + "line": 706, "column": 79 } }, @@ -29580,29 +29716,29 @@ }, { "type": "ReturnStatement", - "start": 30327, - "end": 30340, + "start": 32717, + "end": 32730, "loc": { "start": { - "line": 667, + "line": 709, "column": 8 }, "end": { - "line": 667, + "line": 709, "column": 21 } }, "argument": { "type": "Identifier", - "start": 30334, - "end": 30340, + "start": 32724, + "end": 32730, "loc": { "start": { - "line": 667, + "line": 709, "column": 15 }, "end": { - "line": 667, + "line": 709, "column": 21 }, "identifierName": "params" @@ -29618,15 +29754,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -29636,15 +29772,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -29653,15 +29789,15 @@ }, { "type": "ClassMethod", - "start": 30463, - "end": 30770, + "start": 32853, + "end": 33160, "loc": { "start": { - "line": 675, + "line": 717, "column": 4 }, "end": { - "line": 683, + "line": 725, "column": 5 } }, @@ -29669,15 +29805,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 30463, - "end": 30480, + "start": 32853, + "end": 32870, "loc": { "start": { - "line": 675, + "line": 717, "column": 4 }, "end": { - "line": 675, + "line": 717, "column": 21 }, "identifierName": "_getPluggableRows" @@ -29693,59 +29829,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 30483, - "end": 30770, + "start": 32873, + "end": 33160, "loc": { "start": { - "line": 675, + "line": 717, "column": 24 }, "end": { - "line": 683, + "line": 725, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 30493, - "end": 30608, + "start": 32883, + "end": 32998, "loc": { "start": { - "line": 676, + "line": 718, "column": 8 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 30497, - "end": 30522, + "start": 32887, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 12 }, "end": { - "line": 676, + "line": 718, "column": 37 } }, "id": { "type": "Identifier", - "start": 30497, - "end": 30502, + "start": 32887, + "end": 32892, "loc": { "start": { - "line": 676, + "line": 718, "column": 12 }, "end": { - "line": 676, + "line": 718, "column": 17 }, "identifierName": "_opts" @@ -29754,44 +29890,44 @@ }, "init": { "type": "MemberExpression", - "start": 30510, - "end": 30522, + "start": 32900, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 25 }, "end": { - "line": 676, + "line": 718, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30510, - "end": 30514, + "start": 32900, + "end": 32904, "loc": { "start": { - "line": 676, + "line": 718, "column": 25 }, "end": { - "line": 676, + "line": 718, "column": 29 } } }, "property": { "type": "Identifier", - "start": 30515, - "end": 30522, + "start": 32905, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 30 }, "end": { - "line": 676, + "line": 718, "column": 37 }, "identifierName": "_config" @@ -29803,29 +29939,29 @@ }, { "type": "VariableDeclarator", - "start": 30536, - "end": 30608, + "start": 32926, + "end": 32998, "loc": { "start": { - "line": 677, + "line": 719, "column": 12 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "id": { "type": "Identifier", - "start": 30536, - "end": 30546, + "start": 32926, + "end": 32936, "loc": { "start": { - "line": 677, + "line": 719, "column": 12 }, "end": { - "line": 677, + "line": 719, "column": 22 }, "identifierName": "fixed_rows" @@ -29834,58 +29970,58 @@ }, "init": { "type": "CallExpression", - "start": 30549, - "end": 30608, + "start": 32939, + "end": 32998, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 30549, - "end": 30564, + "start": 32939, + "end": 32954, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 30549, - "end": 30553, + "start": 32939, + "end": 32943, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 29 } } }, "property": { "type": "Identifier", - "start": 30554, - "end": 30564, + "start": 32944, + "end": 32954, "loc": { "start": { - "line": 677, + "line": 719, "column": 30 }, "end": { - "line": 677, + "line": 719, "column": 40 }, "identifierName": "supplement" @@ -29897,15 +30033,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30566, - "end": 30572, + "start": 32956, + "end": 32962, "loc": { "start": { - "line": 677, + "line": 719, "column": 42 }, "end": { - "line": 677, + "line": 719, "column": 48 } }, @@ -29917,29 +30053,29 @@ }, { "type": "MemberExpression", - "start": 30574, - "end": 30584, + "start": 32964, + "end": 32974, "loc": { "start": { - "line": 677, + "line": 719, "column": 50 }, "end": { - "line": 677, + "line": 719, "column": 60 } }, "object": { "type": "Identifier", - "start": 30574, - "end": 30579, + "start": 32964, + "end": 32969, "loc": { "start": { - "line": 677, + "line": 719, "column": 50 }, "end": { - "line": 677, + "line": 719, "column": 55 }, "identifierName": "_opts" @@ -29948,15 +30084,15 @@ }, "property": { "type": "Identifier", - "start": 30580, - "end": 30584, + "start": 32970, + "end": 32974, "loc": { "start": { - "line": 677, + "line": 719, "column": 56 }, "end": { - "line": 677, + "line": 719, "column": 60 }, "identifierName": "rows" @@ -29967,44 +30103,44 @@ }, { "type": "MemberExpression", - "start": 30586, - "end": 30606, + "start": 32976, + "end": 32996, "loc": { "start": { - "line": 677, + "line": 719, "column": 62 }, "end": { - "line": 677, + "line": 719, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 30586, - "end": 30590, + "start": 32976, + "end": 32980, "loc": { "start": { - "line": 677, + "line": 719, "column": 62 }, "end": { - "line": 677, + "line": 719, "column": 66 } } }, "property": { "type": "Identifier", - "start": 30591, - "end": 30606, + "start": 32981, + "end": 32996, "loc": { "start": { - "line": 677, + "line": 719, "column": 67 }, "end": { - "line": 677, + "line": 719, "column": 82 }, "identifierName": "validateNumeric" @@ -30021,43 +30157,43 @@ }, { "type": "IfStatement", - "start": 30626, - "end": 30717, + "start": 33016, + "end": 33107, "loc": { "start": { - "line": 679, + "line": 721, "column": 8 }, "end": { - "line": 681, + "line": 723, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30631, - "end": 30652, + "start": 33021, + "end": 33042, "loc": { "start": { - "line": 679, + "line": 721, "column": 13 }, "end": { - "line": 679, + "line": 721, "column": 34 } }, "left": { "type": "Identifier", - "start": 30631, - "end": 30641, + "start": 33021, + "end": 33031, "loc": { "start": { - "line": 679, + "line": 721, "column": 13 }, "end": { - "line": 679, + "line": 721, "column": 23 }, "identifierName": "fixed_rows" @@ -30067,15 +30203,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 30646, - "end": 30652, + "start": 33036, + "end": 33042, "loc": { "start": { - "line": 679, + "line": 721, "column": 28 }, "end": { - "line": 679, + "line": 721, "column": 34 } }, @@ -30088,59 +30224,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 30655, - "end": 30717, + "start": 33045, + "end": 33107, "loc": { "start": { - "line": 679, + "line": 721, "column": 37 }, "end": { - "line": 681, + "line": 723, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30669, - "end": 30707, + "start": 33059, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 30669, - "end": 30707, + "start": 33059, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 30669, - "end": 30679, + "start": 33059, + "end": 33069, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 22 }, "identifierName": "fixed_rows" @@ -30149,57 +30285,57 @@ }, "right": { "type": "MemberExpression", - "start": 30682, - "end": 30707, + "start": 33072, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 30682, - "end": 30700, + "start": 33072, + "end": 33090, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 30682, - "end": 30695, + "start": 33072, + "end": 33085, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 38 } }, "object": { "type": "Identifier", - "start": 30682, - "end": 30687, + "start": 33072, + "end": 33077, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 30 }, "identifierName": "_opts" @@ -30208,15 +30344,15 @@ }, "property": { "type": "Identifier", - "start": 30688, - "end": 30695, + "start": 33078, + "end": 33085, "loc": { "start": { - "line": 680, + "line": 722, "column": 31 }, "end": { - "line": 680, + "line": 722, "column": 38 }, "identifierName": "sidebar" @@ -30227,15 +30363,15 @@ }, "property": { "type": "Identifier", - "start": 30696, - "end": 30700, + "start": 33086, + "end": 33090, "loc": { "start": { - "line": 680, + "line": 722, "column": 39 }, "end": { - "line": 680, + "line": 722, "column": 43 }, "identifierName": "list" @@ -30246,15 +30382,15 @@ }, "property": { "type": "Identifier", - "start": 30701, - "end": 30707, + "start": 33091, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 44 }, "end": { - "line": 680, + "line": 722, "column": 50 }, "identifierName": "length" @@ -30272,57 +30408,57 @@ }, { "type": "ReturnStatement", - "start": 30726, - "end": 30764, + "start": 33116, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 8 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, "argument": { "type": "ConditionalExpression", - "start": 30733, - "end": 30764, + "start": 33123, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, "test": { "type": "BinaryExpression", - "start": 30733, - "end": 30747, + "start": 33123, + "end": 33137, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 29 } }, "left": { "type": "Identifier", - "start": 30733, - "end": 30743, + "start": 33123, + "end": 33133, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 25 }, "identifierName": "fixed_rows" @@ -30332,15 +30468,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 30746, - "end": 30747, + "start": 33136, + "end": 33137, "loc": { "start": { - "line": 682, + "line": 724, "column": 28 }, "end": { - "line": 682, + "line": 724, "column": 29 } }, @@ -30353,15 +30489,15 @@ }, "consequent": { "type": "Identifier", - "start": 30750, - "end": 30760, + "start": 33140, + "end": 33150, "loc": { "start": { - "line": 682, + "line": 724, "column": 32 }, "end": { - "line": 682, + "line": 724, "column": 42 }, "identifierName": "fixed_rows" @@ -30370,15 +30506,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 30763, - "end": 30764, + "start": 33153, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 45 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, @@ -30398,15 +30534,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -30416,15 +30552,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -30433,15 +30569,15 @@ }, { "type": "ClassMethod", - "start": 31002, - "end": 34773, + "start": 33392, + "end": 37163, "loc": { "start": { - "line": 691, + "line": 733, "column": 4 }, "end": { - "line": 777, + "line": 819, "column": 5 } }, @@ -30449,15 +30585,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31002, - "end": 31014, + "start": 33392, + "end": 33404, "loc": { "start": { - "line": 691, + "line": 733, "column": 4 }, "end": { - "line": 691, + "line": 733, "column": 16 }, "identifierName": "_verifyScale" @@ -30473,15 +30609,15 @@ "params": [ { "type": "Identifier", - "start": 31016, - "end": 31021, + "start": 33406, + "end": 33411, "loc": { "start": { - "line": 691, + "line": 733, "column": 18 }, "end": { - "line": 691, + "line": 733, "column": 23 }, "identifierName": "scale" @@ -30491,59 +30627,59 @@ ], "body": { "type": "BlockStatement", - "start": 31024, - "end": 34773, + "start": 33414, + "end": 37163, "loc": { "start": { - "line": 691, + "line": 733, "column": 26 }, "end": { - "line": 777, + "line": 819, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 31034, - "end": 31126, + "start": 33424, + "end": 33516, "loc": { "start": { - "line": 692, + "line": 734, "column": 8 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 31038, - "end": 31059, + "start": 33428, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 12 }, "end": { - "line": 692, + "line": 734, "column": 33 } }, "id": { "type": "Identifier", - "start": 31038, - "end": 31043, + "start": 33428, + "end": 33433, "loc": { "start": { - "line": 692, + "line": 734, "column": 12 }, "end": { - "line": 692, + "line": 734, "column": 17 }, "identifierName": "_opts" @@ -30552,44 +30688,44 @@ }, "init": { "type": "MemberExpression", - "start": 31047, - "end": 31059, + "start": 33437, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 21 }, "end": { - "line": 692, + "line": 734, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31047, - "end": 31051, + "start": 33437, + "end": 33441, "loc": { "start": { - "line": 692, + "line": 734, "column": 21 }, "end": { - "line": 692, + "line": 734, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31052, - "end": 31059, + "start": 33442, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 26 }, "end": { - "line": 692, + "line": 734, "column": 33 }, "identifierName": "_config" @@ -30601,29 +30737,29 @@ }, { "type": "VariableDeclarator", - "start": 31073, - "end": 31101, + "start": 33463, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 12 }, "end": { - "line": 693, + "line": 735, "column": 40 } }, "id": { "type": "Identifier", - "start": 31073, - "end": 31079, + "start": 33463, + "end": 33469, "loc": { "start": { - "line": 693, + "line": 735, "column": 12 }, "end": { - "line": 693, + "line": 735, "column": 18 }, "identifierName": "_props" @@ -30632,44 +30768,44 @@ }, "init": { "type": "MemberExpression", - "start": 31082, - "end": 31101, + "start": 33472, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 21 }, "end": { - "line": 693, + "line": 735, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 31082, - "end": 31086, + "start": 33472, + "end": 33476, "loc": { "start": { - "line": 693, + "line": 735, "column": 21 }, "end": { - "line": 693, + "line": 735, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31087, - "end": 31101, + "start": 33477, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 26 }, "end": { - "line": 693, + "line": 735, "column": 40 }, "identifierName": "_instanceProps" @@ -30681,29 +30817,29 @@ }, { "type": "VariableDeclarator", - "start": 31115, - "end": 31126, + "start": 33505, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 12 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, "id": { "type": "Identifier", - "start": 31115, - "end": 31118, + "start": 33505, + "end": 33508, "loc": { "start": { - "line": 694, + "line": 736, "column": 12 }, "end": { - "line": 694, + "line": 736, "column": 15 }, "identifierName": "_ms" @@ -30712,15 +30848,15 @@ }, "init": { "type": "UnaryExpression", - "start": 31124, - "end": 31126, + "start": 33514, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 21 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, @@ -30728,15 +30864,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 31125, - "end": 31126, + "start": 33515, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 22 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, @@ -30756,57 +30892,57 @@ }, { "type": "IfStatement", - "start": 31144, - "end": 31245, + "start": 33534, + "end": 33635, "loc": { "start": { - "line": 696, + "line": 738, "column": 8 }, "end": { - "line": 698, + "line": 740, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 31149, - "end": 31206, + "start": 33539, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 31149, - "end": 31177, + "start": 33539, + "end": 33567, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 41 } }, "left": { "type": "UnaryExpression", - "start": 31149, - "end": 31161, + "start": 33539, + "end": 33551, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 25 } }, @@ -30814,15 +30950,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 31156, - "end": 31161, + "start": 33546, + "end": 33551, "loc": { "start": { - "line": 696, + "line": 738, "column": 20 }, "end": { - "line": 696, + "line": 738, "column": 25 }, "identifierName": "scale" @@ -30836,15 +30972,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 31166, - "end": 31177, + "start": 33556, + "end": 33567, "loc": { "start": { - "line": 696, + "line": 738, "column": 30 }, "end": { - "line": 696, + "line": 738, "column": 41 } }, @@ -30858,29 +30994,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 31181, - "end": 31206, + "start": 33571, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 45 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, "left": { "type": "UnaryExpression", - "start": 31181, - "end": 31193, + "start": 33571, + "end": 33583, "loc": { "start": { - "line": 696, + "line": 738, "column": 45 }, "end": { - "line": 696, + "line": 738, "column": 57 } }, @@ -30888,15 +31024,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 31188, - "end": 31193, + "start": 33578, + "end": 33583, "loc": { "start": { - "line": 696, + "line": 738, "column": 52 }, "end": { - "line": 696, + "line": 738, "column": 57 }, "identifierName": "scale" @@ -30910,15 +31046,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 31198, - "end": 31206, + "start": 33588, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 62 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, @@ -30932,44 +31068,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 31209, - "end": 31245, + "start": 33599, + "end": 33635, "loc": { "start": { - "line": 696, + "line": 738, "column": 73 }, "end": { - "line": 698, + "line": 740, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 31223, - "end": 31235, + "start": 33613, + "end": 33625, "loc": { "start": { - "line": 697, + "line": 739, "column": 12 }, "end": { - "line": 697, + "line": 739, "column": 24 } }, "argument": { "type": "BooleanLiteral", - "start": 31230, - "end": 31235, + "start": 33620, + "end": 33625, "loc": { "start": { - "line": 697, + "line": 739, "column": 19 }, "end": { - "line": 697, + "line": 739, "column": 24 } }, @@ -30983,29 +31119,29 @@ }, { "type": "SwitchStatement", - "start": 31254, - "end": 34730, + "start": 33644, + "end": 37120, "loc": { "start": { - "line": 699, + "line": 741, "column": 8 }, "end": { - "line": 775, + "line": 817, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 31263, - "end": 31267, + "start": 33653, + "end": 33657, "loc": { "start": { - "line": 699, + "line": 741, "column": 17 }, "end": { - "line": 699, + "line": 741, "column": 21 } }, @@ -31014,59 +31150,59 @@ "cases": [ { "type": "SwitchCase", - "start": 31284, - "end": 31410, + "start": 33674, + "end": 33800, "loc": { "start": { - "line": 700, + "line": 742, "column": 12 }, "end": { - "line": 703, + "line": 745, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31381, - "end": 31388, + "start": 33771, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, "expression": { "type": "AssignmentExpression", - "start": 31381, - "end": 31388, + "start": 33771, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31381, - "end": 31384, + "start": 33771, + "end": 33774, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 19 }, "identifierName": "_ms" @@ -31076,15 +31212,15 @@ }, "right": { "type": "NumericLiteral", - "start": 31387, - "end": 31388, + "start": 33777, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 22 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, @@ -31100,15 +31236,15 @@ { "type": "CommentLine", "value": " Millisecond (:> ミリ秒", - "start": 31342, - "end": 31364, + "start": 33732, + "end": 33754, "loc": { "start": { - "line": 701, + "line": 743, "column": 16 }, "end": { - "line": 701, + "line": 743, "column": 38 } } @@ -31117,15 +31253,15 @@ }, { "type": "BreakStatement", - "start": 31405, - "end": 31410, + "start": 33795, + "end": 33800, "loc": { "start": { - "line": 703, + "line": 745, "column": 16 }, "end": { - "line": 703, + "line": 745, "column": 21 } }, @@ -31134,43 +31270,43 @@ ], "test": { "type": "CallExpression", - "start": 31289, - "end": 31324, + "start": 33679, + "end": 33714, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 31289, - "end": 31315, + "start": 33679, + "end": 33705, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 31289, - "end": 31310, + "start": 33679, + "end": 33700, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 38 } }, @@ -31182,15 +31318,15 @@ }, "property": { "type": "Identifier", - "start": 31311, - "end": 31315, + "start": 33701, + "end": 33705, "loc": { "start": { - "line": 700, + "line": 742, "column": 39 }, "end": { - "line": 700, + "line": 742, "column": 43 }, "identifierName": "test" @@ -31202,15 +31338,15 @@ "arguments": [ { "type": "Identifier", - "start": 31317, - "end": 31322, + "start": 33707, + "end": 33712, "loc": { "start": { - "line": 700, + "line": 742, "column": 45 }, "end": { - "line": 700, + "line": 742, "column": 50 }, "identifierName": "scale" @@ -31222,59 +31358,59 @@ }, { "type": "SwitchCase", - "start": 31423, - "end": 31537, + "start": 33813, + "end": 33927, "loc": { "start": { - "line": 704, + "line": 746, "column": 12 }, "end": { - "line": 707, + "line": 749, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31505, - "end": 31515, + "start": 33895, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 31505, - "end": 31515, + "start": 33895, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31505, - "end": 31508, + "start": 33895, + "end": 33898, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 19 }, "identifierName": "_ms" @@ -31284,15 +31420,15 @@ }, "right": { "type": "NumericLiteral", - "start": 31511, - "end": 31515, + "start": 33901, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 22 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, @@ -31308,15 +31444,15 @@ { "type": "CommentLine", "value": " Second (:> 秒", - "start": 31473, - "end": 31488, + "start": 33863, + "end": 33878, "loc": { "start": { - "line": 705, + "line": 747, "column": 16 }, "end": { - "line": 705, + "line": 747, "column": 31 } } @@ -31325,15 +31461,15 @@ }, { "type": "BreakStatement", - "start": 31532, - "end": 31537, + "start": 33922, + "end": 33927, "loc": { "start": { - "line": 707, + "line": 749, "column": 16 }, "end": { - "line": 707, + "line": 749, "column": 21 } }, @@ -31342,43 +31478,43 @@ ], "test": { "type": "CallExpression", - "start": 31428, - "end": 31455, + "start": 33818, + "end": 33845, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 31428, - "end": 31446, + "start": 33818, + "end": 33836, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 31428, - "end": 31441, + "start": 33818, + "end": 33831, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 30 } }, @@ -31390,15 +31526,15 @@ }, "property": { "type": "Identifier", - "start": 31442, - "end": 31446, + "start": 33832, + "end": 33836, "loc": { "start": { - "line": 704, + "line": 746, "column": 31 }, "end": { - "line": 704, + "line": 746, "column": 35 }, "identifierName": "test" @@ -31410,15 +31546,15 @@ "arguments": [ { "type": "Identifier", - "start": 31448, - "end": 31453, + "start": 33838, + "end": 33843, "loc": { "start": { - "line": 704, + "line": 746, "column": 37 }, "end": { - "line": 704, + "line": 746, "column": 42 }, "identifierName": "scale" @@ -31430,59 +31566,59 @@ }, { "type": "SwitchCase", - "start": 31550, - "end": 31669, + "start": 33940, + "end": 34059, "loc": { "start": { - "line": 708, + "line": 750, "column": 12 }, "end": { - "line": 711, + "line": 753, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31632, - "end": 31647, + "start": 34022, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 31632, - "end": 31647, + "start": 34022, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31632, - "end": 31635, + "start": 34022, + "end": 34025, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 19 }, "identifierName": "_ms" @@ -31492,29 +31628,29 @@ }, "right": { "type": "BinaryExpression", - "start": 31638, - "end": 31647, + "start": 34028, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 22 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "left": { "type": "NumericLiteral", - "start": 31638, - "end": 31640, + "start": 34028, + "end": 34030, "loc": { "start": { - "line": 710, + "line": 752, "column": 22 }, "end": { - "line": 710, + "line": 752, "column": 24 } }, @@ -31527,15 +31663,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31643, - "end": 31647, + "start": 34033, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 27 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, @@ -31552,15 +31688,15 @@ { "type": "CommentLine", "value": " Minute (:> 分", - "start": 31600, - "end": 31615, + "start": 33990, + "end": 34005, "loc": { "start": { - "line": 709, + "line": 751, "column": 16 }, "end": { - "line": 709, + "line": 751, "column": 31 } } @@ -31569,15 +31705,15 @@ }, { "type": "BreakStatement", - "start": 31664, - "end": 31669, + "start": 34054, + "end": 34059, "loc": { "start": { - "line": 711, + "line": 753, "column": 16 }, "end": { - "line": 711, + "line": 753, "column": 21 } }, @@ -31586,43 +31722,43 @@ ], "test": { "type": "CallExpression", - "start": 31555, - "end": 31582, + "start": 33945, + "end": 33972, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 31555, - "end": 31573, + "start": 33945, + "end": 33963, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 31555, - "end": 31568, + "start": 33945, + "end": 33958, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 30 } }, @@ -31634,15 +31770,15 @@ }, "property": { "type": "Identifier", - "start": 31569, - "end": 31573, + "start": 33959, + "end": 33963, "loc": { "start": { - "line": 708, + "line": 750, "column": 31 }, "end": { - "line": 708, + "line": 750, "column": 35 }, "identifierName": "test" @@ -31654,15 +31790,15 @@ "arguments": [ { "type": "Identifier", - "start": 31575, - "end": 31580, + "start": 33965, + "end": 33970, "loc": { "start": { - "line": 708, + "line": 750, "column": 37 }, "end": { - "line": 708, + "line": 750, "column": 42 }, "identifierName": "scale" @@ -31674,59 +31810,59 @@ }, { "type": "SwitchCase", - "start": 31682, - "end": 31828, + "start": 34072, + "end": 34218, "loc": { "start": { - "line": 712, + "line": 754, "column": 12 }, "end": { - "line": 715, + "line": 757, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31786, - "end": 31806, + "start": 34176, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 31786, - "end": 31806, + "start": 34176, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31786, - "end": 31789, + "start": 34176, + "end": 34179, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 19 }, "identifierName": "_ms" @@ -31736,43 +31872,43 @@ }, "right": { "type": "BinaryExpression", - "start": 31792, - "end": 31806, + "start": 34182, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 31792, - "end": 31799, + "start": 34182, + "end": 34189, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 31792, - "end": 31794, + "start": 34182, + "end": 34184, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 24 } }, @@ -31785,15 +31921,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31797, - "end": 31799, + "start": 34187, + "end": 34189, "loc": { "start": { - "line": 714, + "line": 756, "column": 27 }, "end": { - "line": 714, + "line": 756, "column": 29 } }, @@ -31807,15 +31943,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31802, - "end": 31806, + "start": 34192, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 32 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, @@ -31832,15 +31968,15 @@ { "type": "CommentLine", "value": " Quarter of an hour (:> 15分", - "start": 31740, - "end": 31769, + "start": 34130, + "end": 34159, "loc": { "start": { - "line": 713, + "line": 755, "column": 16 }, "end": { - "line": 713, + "line": 755, "column": 45 } } @@ -31849,15 +31985,15 @@ }, { "type": "BreakStatement", - "start": 31823, - "end": 31828, + "start": 34213, + "end": 34218, "loc": { "start": { - "line": 715, + "line": 757, "column": 16 }, "end": { - "line": 715, + "line": 757, "column": 21 } }, @@ -31866,43 +32002,43 @@ ], "test": { "type": "CallExpression", - "start": 31687, - "end": 31722, + "start": 34077, + "end": 34112, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 31687, - "end": 31713, + "start": 34077, + "end": 34103, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 31687, - "end": 31708, + "start": 34077, + "end": 34098, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 38 } }, @@ -31914,15 +32050,15 @@ }, "property": { "type": "Identifier", - "start": 31709, - "end": 31713, + "start": 34099, + "end": 34103, "loc": { "start": { - "line": 712, + "line": 754, "column": 39 }, "end": { - "line": 712, + "line": 754, "column": 43 }, "identifierName": "test" @@ -31934,15 +32070,15 @@ "arguments": [ { "type": "Identifier", - "start": 31715, - "end": 31720, + "start": 34105, + "end": 34110, "loc": { "start": { - "line": 712, + "line": 754, "column": 45 }, "end": { - "line": 712, + "line": 754, "column": 50 }, "identifierName": "scale" @@ -31954,59 +32090,59 @@ }, { "type": "SwitchCase", - "start": 31841, - "end": 31978, + "start": 34231, + "end": 34368, "loc": { "start": { - "line": 716, + "line": 758, "column": 12 }, "end": { - "line": 719, + "line": 761, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31936, - "end": 31956, + "start": 34326, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 31936, - "end": 31956, + "start": 34326, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31936, - "end": 31939, + "start": 34326, + "end": 34329, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 19 }, "identifierName": "_ms" @@ -32016,43 +32152,43 @@ }, "right": { "type": "BinaryExpression", - "start": 31942, - "end": 31956, + "start": 34332, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 31942, - "end": 31949, + "start": 34332, + "end": 34339, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 31942, - "end": 31944, + "start": 34332, + "end": 34334, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 24 } }, @@ -32065,15 +32201,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31947, - "end": 31949, + "start": 34337, + "end": 34339, "loc": { "start": { - "line": 718, + "line": 760, "column": 27 }, "end": { - "line": 718, + "line": 760, "column": 29 } }, @@ -32087,15 +32223,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31952, - "end": 31956, + "start": 34342, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 32 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, @@ -32112,15 +32248,15 @@ { "type": "CommentLine", "value": " Half an hour (:> 30分", - "start": 31896, - "end": 31919, + "start": 34286, + "end": 34309, "loc": { "start": { - "line": 717, + "line": 759, "column": 16 }, "end": { - "line": 717, + "line": 759, "column": 39 } } @@ -32129,15 +32265,15 @@ }, { "type": "BreakStatement", - "start": 31973, - "end": 31978, + "start": 34363, + "end": 34368, "loc": { "start": { - "line": 719, + "line": 761, "column": 16 }, "end": { - "line": 719, + "line": 761, "column": 21 } }, @@ -32146,43 +32282,43 @@ ], "test": { "type": "CallExpression", - "start": 31846, - "end": 31878, + "start": 34236, + "end": 34268, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 31846, - "end": 31869, + "start": 34236, + "end": 34259, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 31846, - "end": 31864, + "start": 34236, + "end": 34254, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 35 } }, @@ -32194,15 +32330,15 @@ }, "property": { "type": "Identifier", - "start": 31865, - "end": 31869, + "start": 34255, + "end": 34259, "loc": { "start": { - "line": 716, + "line": 758, "column": 36 }, "end": { - "line": 716, + "line": 758, "column": 40 }, "identifierName": "test" @@ -32214,15 +32350,15 @@ "arguments": [ { "type": "Identifier", - "start": 31871, - "end": 31876, + "start": 34261, + "end": 34266, "loc": { "start": { - "line": 716, + "line": 758, "column": 42 }, "end": { - "line": 716, + "line": 758, "column": 47 }, "identifierName": "scale" @@ -32234,59 +32370,59 @@ }, { "type": "SwitchCase", - "start": 31991, - "end": 32115, + "start": 34381, + "end": 34505, "loc": { "start": { - "line": 720, + "line": 762, "column": 12 }, "end": { - "line": 723, + "line": 765, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32073, - "end": 32093, + "start": 34463, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 32073, - "end": 32093, + "start": 34463, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32073, - "end": 32076, + "start": 34463, + "end": 34466, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 19 }, "identifierName": "_ms" @@ -32296,43 +32432,43 @@ }, "right": { "type": "BinaryExpression", - "start": 32079, - "end": 32093, + "start": 34469, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 32079, - "end": 32086, + "start": 34469, + "end": 34476, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 32079, - "end": 32081, + "start": 34469, + "end": 34471, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 24 } }, @@ -32345,15 +32481,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32084, - "end": 32086, + "start": 34474, + "end": 34476, "loc": { "start": { - "line": 722, + "line": 764, "column": 27 }, "end": { - "line": 722, + "line": 764, "column": 29 } }, @@ -32367,15 +32503,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32089, - "end": 32093, + "start": 34479, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 32 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, @@ -32392,15 +32528,15 @@ { "type": "CommentLine", "value": " Hour (:> 時(時間)", - "start": 32039, - "end": 32056, + "start": 34429, + "end": 34446, "loc": { "start": { - "line": 721, + "line": 763, "column": 16 }, "end": { - "line": 721, + "line": 763, "column": 33 } } @@ -32409,15 +32545,15 @@ }, { "type": "BreakStatement", - "start": 32110, - "end": 32115, + "start": 34500, + "end": 34505, "loc": { "start": { - "line": 723, + "line": 765, "column": 16 }, "end": { - "line": 723, + "line": 765, "column": 21 } }, @@ -32426,43 +32562,43 @@ ], "test": { "type": "CallExpression", - "start": 31996, - "end": 32021, + "start": 34386, + "end": 34411, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 31996, - "end": 32012, + "start": 34386, + "end": 34402, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 31996, - "end": 32007, + "start": 34386, + "end": 34397, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 28 } }, @@ -32474,15 +32610,15 @@ }, "property": { "type": "Identifier", - "start": 32008, - "end": 32012, + "start": 34398, + "end": 34402, "loc": { "start": { - "line": 720, + "line": 762, "column": 29 }, "end": { - "line": 720, + "line": 762, "column": 33 }, "identifierName": "test" @@ -32494,15 +32630,15 @@ "arguments": [ { "type": "Identifier", - "start": 32014, - "end": 32019, + "start": 34404, + "end": 34409, "loc": { "start": { - "line": 720, + "line": 762, "column": 35 }, "end": { - "line": 720, + "line": 762, "column": 40 }, "identifierName": "scale" @@ -32514,59 +32650,59 @@ }, { "type": "SwitchCase", - "start": 32128, - "end": 32251, + "start": 34518, + "end": 34641, "loc": { "start": { - "line": 724, + "line": 766, "column": 12 }, "end": { - "line": 727, + "line": 769, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32204, - "end": 32229, + "start": 34594, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 32204, - "end": 32229, + "start": 34594, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32204, - "end": 32207, + "start": 34594, + "end": 34597, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 19 }, "identifierName": "_ms" @@ -32576,57 +32712,57 @@ }, "right": { "type": "BinaryExpression", - "start": 32210, - "end": 32229, + "start": 34600, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 32210, - "end": 32222, + "start": 34600, + "end": 34612, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 34 } }, "left": { "type": "BinaryExpression", - "start": 32210, - "end": 32217, + "start": 34600, + "end": 34607, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 32210, - "end": 32212, + "start": 34600, + "end": 34602, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 24 } }, @@ -32639,15 +32775,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32215, - "end": 32217, + "start": 34605, + "end": 34607, "loc": { "start": { - "line": 726, + "line": 768, "column": 27 }, "end": { - "line": 726, + "line": 768, "column": 29 } }, @@ -32661,15 +32797,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32220, - "end": 32222, + "start": 34610, + "end": 34612, "loc": { "start": { - "line": 726, + "line": 768, "column": 32 }, "end": { - "line": 726, + "line": 768, "column": 34 } }, @@ -32683,15 +32819,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32225, - "end": 32229, + "start": 34615, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 37 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, @@ -32708,15 +32844,15 @@ { "type": "CommentLine", "value": " Day (:> 日", - "start": 32175, - "end": 32187, + "start": 34565, + "end": 34577, "loc": { "start": { - "line": 725, + "line": 767, "column": 16 }, "end": { - "line": 725, + "line": 767, "column": 28 } } @@ -32725,15 +32861,15 @@ }, { "type": "BreakStatement", - "start": 32246, - "end": 32251, + "start": 34636, + "end": 34641, "loc": { "start": { - "line": 727, + "line": 769, "column": 16 }, "end": { - "line": 727, + "line": 769, "column": 21 } }, @@ -32742,43 +32878,43 @@ ], "test": { "type": "CallExpression", - "start": 32133, - "end": 32157, + "start": 34523, + "end": 34547, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 32133, - "end": 32148, + "start": 34523, + "end": 34538, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 32133, - "end": 32143, + "start": 34523, + "end": 34533, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 27 } }, @@ -32790,15 +32926,15 @@ }, "property": { "type": "Identifier", - "start": 32144, - "end": 32148, + "start": 34534, + "end": 34538, "loc": { "start": { - "line": 724, + "line": 766, "column": 28 }, "end": { - "line": 724, + "line": 766, "column": 32 }, "identifierName": "test" @@ -32810,15 +32946,15 @@ "arguments": [ { "type": "Identifier", - "start": 32150, - "end": 32155, + "start": 34540, + "end": 34545, "loc": { "start": { - "line": 724, + "line": 766, "column": 34 }, "end": { - "line": 724, + "line": 766, "column": 39 }, "identifierName": "scale" @@ -32830,59 +32966,59 @@ }, { "type": "SwitchCase", - "start": 32264, - "end": 32393, + "start": 34654, + "end": 34783, "loc": { "start": { - "line": 728, + "line": 770, "column": 12 }, "end": { - "line": 731, + "line": 773, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32342, - "end": 32371, + "start": 34732, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 32342, - "end": 32371, + "start": 34732, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32342, - "end": 32345, + "start": 34732, + "end": 34735, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 19 }, "identifierName": "_ms" @@ -32892,71 +33028,71 @@ }, "right": { "type": "BinaryExpression", - "start": 32348, - "end": 32371, + "start": 34738, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32364, + "start": 34738, + "end": 34754, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 38 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32359, + "start": 34738, + "end": 34749, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32354, + "start": 34738, + "end": 34744, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 28 } }, "left": { "type": "NumericLiteral", - "start": 32348, - "end": 32349, + "start": 34738, + "end": 34739, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 23 } }, @@ -32969,15 +33105,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32352, - "end": 32354, + "start": 34742, + "end": 34744, "loc": { "start": { - "line": 730, + "line": 772, "column": 26 }, "end": { - "line": 730, + "line": 772, "column": 28 } }, @@ -32991,15 +33127,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32357, - "end": 32359, + "start": 34747, + "end": 34749, "loc": { "start": { - "line": 730, + "line": 772, "column": 31 }, "end": { - "line": 730, + "line": 772, "column": 33 } }, @@ -33013,15 +33149,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32362, - "end": 32364, + "start": 34752, + "end": 34754, "loc": { "start": { - "line": 730, + "line": 772, "column": 36 }, "end": { - "line": 730, + "line": 772, "column": 38 } }, @@ -33035,15 +33171,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32367, - "end": 32371, + "start": 34757, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 41 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, @@ -33060,15 +33196,15 @@ { "type": "CommentLine", "value": " Week (:> 週", - "start": 32312, - "end": 32325, + "start": 34702, + "end": 34715, "loc": { "start": { - "line": 729, + "line": 771, "column": 16 }, "end": { - "line": 729, + "line": 771, "column": 29 } } @@ -33077,15 +33213,15 @@ }, { "type": "BreakStatement", - "start": 32388, - "end": 32393, + "start": 34778, + "end": 34783, "loc": { "start": { - "line": 731, + "line": 773, "column": 16 }, "end": { - "line": 731, + "line": 773, "column": 21 } }, @@ -33094,43 +33230,43 @@ ], "test": { "type": "CallExpression", - "start": 32269, - "end": 32294, + "start": 34659, + "end": 34684, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 32269, - "end": 32285, + "start": 34659, + "end": 34675, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 32269, - "end": 32280, + "start": 34659, + "end": 34670, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 28 } }, @@ -33142,15 +33278,15 @@ }, "property": { "type": "Identifier", - "start": 32281, - "end": 32285, + "start": 34671, + "end": 34675, "loc": { "start": { - "line": 728, + "line": 770, "column": 29 }, "end": { - "line": 728, + "line": 770, "column": 33 }, "identifierName": "test" @@ -33162,15 +33298,15 @@ "arguments": [ { "type": "Identifier", - "start": 32287, - "end": 32292, + "start": 34677, + "end": 34682, "loc": { "start": { - "line": 728, + "line": 770, "column": 35 }, "end": { - "line": 728, + "line": 770, "column": 40 }, "identifierName": "scale" @@ -33182,72 +33318,72 @@ }, { "type": "SwitchCase", - "start": 32406, - "end": 32849, + "start": 34796, + "end": 35239, "loc": { "start": { - "line": 732, + "line": 774, "column": 12 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 32601, - "end": 32849, + "start": 34991, + "end": 35239, "loc": { "start": { - "line": 735, + "line": 777, "column": 16 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "test": { "type": "CallExpression", - "start": 32606, - "end": 32645, + "start": 34996, + "end": 35035, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 32606, - "end": 32630, + "start": 34996, + "end": 35020, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 32606, - "end": 32625, + "start": 34996, + "end": 35015, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 40 } }, @@ -33260,15 +33396,15 @@ }, "property": { "type": "Identifier", - "start": 32626, - "end": 32630, + "start": 35016, + "end": 35020, "loc": { "start": { - "line": 735, + "line": 777, "column": 41 }, "end": { - "line": 735, + "line": 777, "column": 45 }, "identifierName": "test" @@ -33281,29 +33417,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32632, - "end": 32643, + "start": 35022, + "end": 35033, "loc": { "start": { - "line": 735, + "line": 777, "column": 47 }, "end": { - "line": 735, + "line": 777, "column": 58 } }, "object": { "type": "Identifier", - "start": 32632, - "end": 32637, + "start": 35022, + "end": 35027, "loc": { "start": { - "line": 735, + "line": 777, "column": 47 }, "end": { - "line": 735, + "line": 777, "column": 52 }, "identifierName": "_opts" @@ -33312,15 +33448,15 @@ }, "property": { "type": "Identifier", - "start": 32638, - "end": 32643, + "start": 35028, + "end": 35033, "loc": { "start": { - "line": 735, + "line": 777, "column": 53 }, "end": { - "line": 735, + "line": 777, "column": 58 }, "identifierName": "scale" @@ -33334,87 +33470,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32648, - "end": 32744, + "start": 35038, + "end": 35134, "loc": { "start": { - "line": 735, + "line": 777, "column": 63 }, "end": { - "line": 737, + "line": 779, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 32670, - "end": 32726, + "start": 35060, + "end": 35116, "loc": { "start": { - "line": 736, + "line": 778, "column": 20 }, "end": { - "line": 736, + "line": 778, "column": 76 } }, "argument": { "type": "CallExpression", - "start": 32677, - "end": 32726, + "start": 35067, + "end": 35116, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32677, - "end": 32691, + "start": 35067, + "end": 35081, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 32677, - "end": 32681, + "start": 35067, + "end": 35071, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 31 } } }, "property": { "type": "Identifier", - "start": 32682, - "end": 32691, + "start": 35072, + "end": 35081, "loc": { "start": { - "line": 736, + "line": 778, "column": 32 }, "end": { - "line": 736, + "line": 778, "column": 41 }, "identifierName": "_diffDate" @@ -33426,29 +33562,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32693, - "end": 32705, + "start": 35083, + "end": 35095, "loc": { "start": { - "line": 736, + "line": 778, "column": 43 }, "end": { - "line": 736, + "line": 778, "column": 55 } }, "object": { "type": "Identifier", - "start": 32693, - "end": 32699, + "start": 35083, + "end": 35089, "loc": { "start": { - "line": 736, + "line": 778, "column": 43 }, "end": { - "line": 736, + "line": 778, "column": 49 }, "identifierName": "_props" @@ -33457,15 +33593,15 @@ }, "property": { "type": "Identifier", - "start": 32700, - "end": 32705, + "start": 35090, + "end": 35095, "loc": { "start": { - "line": 736, + "line": 778, "column": 50 }, "end": { - "line": 736, + "line": 778, "column": 55 }, "identifierName": "begin" @@ -33476,29 +33612,29 @@ }, { "type": "MemberExpression", - "start": 32707, - "end": 32717, + "start": 35097, + "end": 35107, "loc": { "start": { - "line": 736, + "line": 778, "column": 57 }, "end": { - "line": 736, + "line": 778, "column": 67 } }, "object": { "type": "Identifier", - "start": 32707, - "end": 32713, + "start": 35097, + "end": 35103, "loc": { "start": { - "line": 736, + "line": 778, "column": 57 }, "end": { - "line": 736, + "line": 778, "column": 63 }, "identifierName": "_props" @@ -33507,15 +33643,15 @@ }, "property": { "type": "Identifier", - "start": 32714, - "end": 32717, + "start": 35104, + "end": 35107, "loc": { "start": { - "line": 736, + "line": 778, "column": 64 }, "end": { - "line": 736, + "line": 778, "column": 67 }, "identifierName": "end" @@ -33526,15 +33662,15 @@ }, { "type": "Identifier", - "start": 32719, - "end": 32724, + "start": 35109, + "end": 35114, "loc": { "start": { - "line": 736, + "line": 778, "column": 69 }, "end": { - "line": 736, + "line": 778, "column": 74 }, "identifierName": "scale" @@ -33549,59 +33685,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 32750, - "end": 32849, + "start": 35140, + "end": 35239, "loc": { "start": { - "line": 737, + "line": 779, "column": 23 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 32772, - "end": 32805, + "start": 35162, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 32772, - "end": 32805, + "start": 35162, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32772, - "end": 32775, + "start": 35162, + "end": 35165, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 23 }, "identifierName": "_ms" @@ -33610,71 +33746,71 @@ }, "right": { "type": "BinaryExpression", - "start": 32778, - "end": 32805, + "start": 35168, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32798, + "start": 35168, + "end": 35188, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32793, + "start": 35168, + "end": 35183, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32788, + "start": 35168, + "end": 35178, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 36 } }, "left": { "type": "NumericLiteral", - "start": 32778, - "end": 32783, + "start": 35168, + "end": 35173, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 31 } }, @@ -33687,15 +33823,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32786, - "end": 32788, + "start": 35176, + "end": 35178, "loc": { "start": { - "line": 738, + "line": 780, "column": 34 }, "end": { - "line": 738, + "line": 780, "column": 36 } }, @@ -33709,15 +33845,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32791, - "end": 32793, + "start": 35181, + "end": 35183, "loc": { "start": { - "line": 738, + "line": 780, "column": 39 }, "end": { - "line": 738, + "line": 780, "column": 41 } }, @@ -33731,15 +33867,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32796, - "end": 32798, + "start": 35186, + "end": 35188, "loc": { "start": { - "line": 738, + "line": 780, "column": 44 }, "end": { - "line": 738, + "line": 780, "column": 46 } }, @@ -33753,15 +33889,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32801, - "end": 32805, + "start": 35191, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 49 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, @@ -33776,15 +33912,15 @@ }, { "type": "BreakStatement", - "start": 32826, - "end": 32831, + "start": 35216, + "end": 35221, "loc": { "start": { - "line": 739, + "line": 781, "column": 20 }, "end": { - "line": 739, + "line": 781, "column": 25 } }, @@ -33797,15 +33933,15 @@ { "type": "CommentLine", "value": " Month (is the variable length scale) (:> 月(可変長スケール)", - "start": 32455, - "end": 32509, + "start": 34845, + "end": 34899, "loc": { "start": { - "line": 733, + "line": 775, "column": 16 }, "end": { - "line": 733, + "line": 775, "column": 70 } } @@ -33813,15 +33949,15 @@ { "type": "CommentLine", "value": "console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )", - "start": 32510, - "end": 32584, + "start": 34900, + "end": 34974, "loc": { "start": { - "line": 734, + "line": 776, "column": 0 }, "end": { - "line": 734, + "line": 776, "column": 74 } } @@ -33831,43 +33967,43 @@ ], "test": { "type": "CallExpression", - "start": 32411, - "end": 32437, + "start": 34801, + "end": 34827, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 32411, - "end": 32428, + "start": 34801, + "end": 34818, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 32411, - "end": 32423, + "start": 34801, + "end": 34813, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 29 } }, @@ -33879,15 +34015,15 @@ }, "property": { "type": "Identifier", - "start": 32424, - "end": 32428, + "start": 34814, + "end": 34818, "loc": { "start": { - "line": 732, + "line": 774, "column": 30 }, "end": { - "line": 732, + "line": 774, "column": 34 }, "identifierName": "test" @@ -33899,15 +34035,15 @@ "arguments": [ { "type": "Identifier", - "start": 32430, - "end": 32435, + "start": 34820, + "end": 34825, "loc": { "start": { - "line": 732, + "line": 774, "column": 36 }, "end": { - "line": 732, + "line": 774, "column": 41 }, "identifierName": "scale" @@ -33919,72 +34055,72 @@ }, { "type": "SwitchCase", - "start": 32862, - "end": 33229, + "start": 35252, + "end": 35619, "loc": { "start": { - "line": 741, + "line": 783, "column": 12 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 32980, - "end": 33229, + "start": 35370, + "end": 35619, "loc": { "start": { - "line": 743, + "line": 785, "column": 16 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "test": { "type": "CallExpression", - "start": 32985, - "end": 33024, + "start": 35375, + "end": 35414, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 32985, - "end": 33009, + "start": 35375, + "end": 35399, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 32985, - "end": 33004, + "start": 35375, + "end": 35394, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 40 } }, @@ -33997,15 +34133,15 @@ }, "property": { "type": "Identifier", - "start": 33005, - "end": 33009, + "start": 35395, + "end": 35399, "loc": { "start": { - "line": 743, + "line": 785, "column": 41 }, "end": { - "line": 743, + "line": 785, "column": 45 }, "identifierName": "test" @@ -34018,29 +34154,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33011, - "end": 33022, + "start": 35401, + "end": 35412, "loc": { "start": { - "line": 743, + "line": 785, "column": 47 }, "end": { - "line": 743, + "line": 785, "column": 58 } }, "object": { "type": "Identifier", - "start": 33011, - "end": 33016, + "start": 35401, + "end": 35406, "loc": { "start": { - "line": 743, + "line": 785, "column": 47 }, "end": { - "line": 743, + "line": 785, "column": 52 }, "identifierName": "_opts" @@ -34049,15 +34185,15 @@ }, "property": { "type": "Identifier", - "start": 33017, - "end": 33022, + "start": 35407, + "end": 35412, "loc": { "start": { - "line": 743, + "line": 785, "column": 53 }, "end": { - "line": 743, + "line": 785, "column": 58 }, "identifierName": "scale" @@ -34071,87 +34207,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 33027, - "end": 33123, + "start": 35417, + "end": 35513, "loc": { "start": { - "line": 743, + "line": 785, "column": 63 }, "end": { - "line": 745, + "line": 787, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 33049, - "end": 33105, + "start": 35439, + "end": 35495, "loc": { "start": { - "line": 744, + "line": 786, "column": 20 }, "end": { - "line": 744, + "line": 786, "column": 76 } }, "argument": { "type": "CallExpression", - "start": 33056, - "end": 33105, + "start": 35446, + "end": 35495, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 33056, - "end": 33070, + "start": 35446, + "end": 35460, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 33056, - "end": 33060, + "start": 35446, + "end": 35450, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 31 } } }, "property": { "type": "Identifier", - "start": 33061, - "end": 33070, + "start": 35451, + "end": 35460, "loc": { "start": { - "line": 744, + "line": 786, "column": 32 }, "end": { - "line": 744, + "line": 786, "column": 41 }, "identifierName": "_diffDate" @@ -34163,29 +34299,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33072, - "end": 33084, + "start": 35462, + "end": 35474, "loc": { "start": { - "line": 744, + "line": 786, "column": 43 }, "end": { - "line": 744, + "line": 786, "column": 55 } }, "object": { "type": "Identifier", - "start": 33072, - "end": 33078, + "start": 35462, + "end": 35468, "loc": { "start": { - "line": 744, + "line": 786, "column": 43 }, "end": { - "line": 744, + "line": 786, "column": 49 }, "identifierName": "_props" @@ -34194,15 +34330,15 @@ }, "property": { "type": "Identifier", - "start": 33079, - "end": 33084, + "start": 35469, + "end": 35474, "loc": { "start": { - "line": 744, + "line": 786, "column": 50 }, "end": { - "line": 744, + "line": 786, "column": 55 }, "identifierName": "begin" @@ -34213,29 +34349,29 @@ }, { "type": "MemberExpression", - "start": 33086, - "end": 33096, + "start": 35476, + "end": 35486, "loc": { "start": { - "line": 744, + "line": 786, "column": 57 }, "end": { - "line": 744, + "line": 786, "column": 67 } }, "object": { "type": "Identifier", - "start": 33086, - "end": 33092, + "start": 35476, + "end": 35482, "loc": { "start": { - "line": 744, + "line": 786, "column": 57 }, "end": { - "line": 744, + "line": 786, "column": 63 }, "identifierName": "_props" @@ -34244,15 +34380,15 @@ }, "property": { "type": "Identifier", - "start": 33093, - "end": 33096, + "start": 35483, + "end": 35486, "loc": { "start": { - "line": 744, + "line": 786, "column": 64 }, "end": { - "line": 744, + "line": 786, "column": 67 }, "identifierName": "end" @@ -34263,15 +34399,15 @@ }, { "type": "Identifier", - "start": 33098, - "end": 33103, + "start": 35488, + "end": 35493, "loc": { "start": { - "line": 744, + "line": 786, "column": 69 }, "end": { - "line": 744, + "line": 786, "column": 74 }, "identifierName": "scale" @@ -34286,59 +34422,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 33129, - "end": 33229, + "start": 35519, + "end": 35619, "loc": { "start": { - "line": 745, + "line": 787, "column": 23 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 33151, - "end": 33185, + "start": 35541, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 33151, - "end": 33185, + "start": 35541, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 33151, - "end": 33154, + "start": 35541, + "end": 35544, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 23 }, "identifierName": "_ms" @@ -34347,71 +34483,71 @@ }, "right": { "type": "BinaryExpression", - "start": 33157, - "end": 33185, + "start": 35547, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33178, + "start": 35547, + "end": 35568, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 47 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33173, + "start": 35547, + "end": 35563, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33168, + "start": 35547, + "end": 35558, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 37 } }, "left": { "type": "NumericLiteral", - "start": 33157, - "end": 33163, + "start": 35547, + "end": 35553, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 32 } }, @@ -34424,15 +34560,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33166, - "end": 33168, + "start": 35556, + "end": 35558, "loc": { "start": { - "line": 746, + "line": 788, "column": 35 }, "end": { - "line": 746, + "line": 788, "column": 37 } }, @@ -34446,15 +34582,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33171, - "end": 33173, + "start": 35561, + "end": 35563, "loc": { "start": { - "line": 746, + "line": 788, "column": 40 }, "end": { - "line": 746, + "line": 788, "column": 42 } }, @@ -34468,15 +34604,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33176, - "end": 33178, + "start": 35566, + "end": 35568, "loc": { "start": { - "line": 746, + "line": 788, "column": 45 }, "end": { - "line": 746, + "line": 788, "column": 47 } }, @@ -34490,15 +34626,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33181, - "end": 33185, + "start": 35571, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 50 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, @@ -34513,15 +34649,15 @@ }, { "type": "BreakStatement", - "start": 33206, - "end": 33211, + "start": 35596, + "end": 35601, "loc": { "start": { - "line": 747, + "line": 789, "column": 20 }, "end": { - "line": 747, + "line": 789, "column": 25 } }, @@ -34534,15 +34670,15 @@ { "type": "CommentLine", "value": " Year (is the variable length scale) (:> 年(可変長スケール)", - "start": 32910, - "end": 32963, + "start": 35300, + "end": 35353, "loc": { "start": { - "line": 742, + "line": 784, "column": 16 }, "end": { - "line": 742, + "line": 784, "column": 69 } } @@ -34552,43 +34688,43 @@ ], "test": { "type": "CallExpression", - "start": 32867, - "end": 32892, + "start": 35257, + "end": 35282, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 32867, - "end": 32883, + "start": 35257, + "end": 35273, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 32867, - "end": 32878, + "start": 35257, + "end": 35268, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 28 } }, @@ -34600,15 +34736,15 @@ }, "property": { "type": "Identifier", - "start": 32879, - "end": 32883, + "start": 35269, + "end": 35273, "loc": { "start": { - "line": 741, + "line": 783, "column": 29 }, "end": { - "line": 741, + "line": 783, "column": 33 }, "identifierName": "test" @@ -34620,15 +34756,15 @@ "arguments": [ { "type": "Identifier", - "start": 32885, - "end": 32890, + "start": 35275, + "end": 35280, "loc": { "start": { - "line": 741, + "line": 783, "column": 35 }, "end": { - "line": 741, + "line": 783, "column": 40 }, "identifierName": "scale" @@ -34640,59 +34776,59 @@ }, { "type": "SwitchCase", - "start": 33242, - "end": 33682, + "start": 35632, + "end": 36072, "loc": { "start": { - "line": 749, + "line": 791, "column": 12 }, "end": { - "line": 754, + "line": 796, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33638, - "end": 33660, + "start": 36028, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 33638, - "end": 33660, + "start": 36028, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 33638, - "end": 33641, + "start": 36028, + "end": 36031, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 19 }, "identifierName": "_ms" @@ -34702,29 +34838,29 @@ }, "right": { "type": "BinaryExpression", - "start": 33644, - "end": 33660, + "start": 36034, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 22 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "left": { "type": "NumericLiteral", - "start": 33644, - "end": 33653, + "start": 36034, + "end": 36043, "loc": { "start": { - "line": 753, + "line": 795, "column": 22 }, "end": { - "line": 753, + "line": 795, "column": 31 } }, @@ -34737,15 +34873,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33656, - "end": 33660, + "start": 36046, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 34 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, @@ -34762,15 +34898,15 @@ { "type": "CommentLine", "value": " Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)", - "start": 33291, - "end": 33394, + "start": 35681, + "end": 35784, "loc": { "start": { - "line": 750, + "line": 792, "column": 16 }, "end": { - "line": 750, + "line": 792, "column": 119 } } @@ -34778,15 +34914,15 @@ { "type": "CommentLine", "value": " 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000", - "start": 33411, - "end": 33514, + "start": 35801, + "end": 35904, "loc": { "start": { - "line": 751, + "line": 793, "column": 16 }, "end": { - "line": 751, + "line": 793, "column": 119 } } @@ -34794,15 +34930,15 @@ { "type": "CommentLine", "value": "_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia", - "start": 33531, - "end": 33621, + "start": 35921, + "end": 36011, "loc": { "start": { - "line": 752, + "line": 794, "column": 16 }, "end": { - "line": 752, + "line": 794, "column": 106 } } @@ -34811,15 +34947,15 @@ }, { "type": "BreakStatement", - "start": 33677, - "end": 33682, + "start": 36067, + "end": 36072, "loc": { "start": { - "line": 754, + "line": 796, "column": 16 }, "end": { - "line": 754, + "line": 796, "column": 21 } }, @@ -34828,43 +34964,43 @@ ], "test": { "type": "CallExpression", - "start": 33247, - "end": 33273, + "start": 35637, + "end": 35663, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 33247, - "end": 33264, + "start": 35637, + "end": 35654, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 33247, - "end": 33259, + "start": 35637, + "end": 35649, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 29 } }, @@ -34876,15 +35012,15 @@ }, "property": { "type": "Identifier", - "start": 33260, - "end": 33264, + "start": 35650, + "end": 35654, "loc": { "start": { - "line": 749, + "line": 791, "column": 30 }, "end": { - "line": 749, + "line": 791, "column": 34 }, "identifierName": "test" @@ -34896,15 +35032,15 @@ "arguments": [ { "type": "Identifier", - "start": 33266, - "end": 33271, + "start": 35656, + "end": 35661, "loc": { "start": { - "line": 749, + "line": 791, "column": 36 }, "end": { - "line": 749, + "line": 791, "column": 41 }, "identifierName": "scale" @@ -34916,59 +35052,59 @@ }, { "type": "SwitchCase", - "start": 33695, - "end": 34138, + "start": 36085, + "end": 36528, "loc": { "start": { - "line": 755, + "line": 797, "column": 12 }, "end": { - "line": 760, + "line": 802, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34094, - "end": 34116, + "start": 36484, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 34094, - "end": 34116, + "start": 36484, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34094, - "end": 34097, + "start": 36484, + "end": 36487, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 19 }, "identifierName": "_ms" @@ -34978,29 +35114,29 @@ }, "right": { "type": "BinaryExpression", - "start": 34100, - "end": 34116, + "start": 36490, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 22 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "left": { "type": "NumericLiteral", - "start": 34100, - "end": 34109, + "start": 36490, + "end": 36499, "loc": { "start": { - "line": 759, + "line": 801, "column": 22 }, "end": { - "line": 759, + "line": 801, "column": 31 } }, @@ -35013,15 +35149,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34112, - "end": 34116, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 34 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, @@ -35038,15 +35174,15 @@ { "type": "CommentLine", "value": " Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)", - "start": 33752, - "end": 33854, + "start": 36142, + "end": 36244, "loc": { "start": { - "line": 756, + "line": 798, "column": 16 }, "end": { - "line": 756, + "line": 798, "column": 118 } } @@ -35054,15 +35190,15 @@ { "type": "CommentLine", "value": " 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000", - "start": 33871, - "end": 33977, + "start": 36261, + "end": 36367, "loc": { "start": { - "line": 757, + "line": 799, "column": 16 }, "end": { - "line": 757, + "line": 799, "column": 122 } } @@ -35070,15 +35206,15 @@ { "type": "CommentLine", "value": " _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia", - "start": 33994, - "end": 34077, + "start": 36384, + "end": 36467, "loc": { "start": { - "line": 758, + "line": 800, "column": 16 }, "end": { - "line": 758, + "line": 800, "column": 99 } } @@ -35087,15 +35223,15 @@ }, { "type": "BreakStatement", - "start": 34133, - "end": 34138, + "start": 36523, + "end": 36528, "loc": { "start": { - "line": 760, + "line": 802, "column": 16 }, "end": { - "line": 760, + "line": 802, "column": 21 } }, @@ -35104,43 +35240,43 @@ ], "test": { "type": "CallExpression", - "start": 33700, - "end": 33734, + "start": 36090, + "end": 36124, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33700, - "end": 33725, + "start": 36090, + "end": 36115, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 33700, - "end": 33720, + "start": 36090, + "end": 36110, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 37 } }, @@ -35152,15 +35288,15 @@ }, "property": { "type": "Identifier", - "start": 33721, - "end": 33725, + "start": 36111, + "end": 36115, "loc": { "start": { - "line": 755, + "line": 797, "column": 38 }, "end": { - "line": 755, + "line": 797, "column": 42 }, "identifierName": "test" @@ -35172,15 +35308,15 @@ "arguments": [ { "type": "Identifier", - "start": 33727, - "end": 33732, + "start": 36117, + "end": 36122, "loc": { "start": { - "line": 755, + "line": 797, "column": 44 }, "end": { - "line": 755, + "line": 797, "column": 49 }, "identifierName": "scale" @@ -35192,59 +35328,59 @@ }, { "type": "SwitchCase", - "start": 34151, - "end": 34351, + "start": 36541, + "end": 36741, "loc": { "start": { - "line": 761, + "line": 803, "column": 12 }, "end": { - "line": 765, + "line": 807, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34306, - "end": 34329, + "start": 36696, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 34306, - "end": 34329, + "start": 36696, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34306, - "end": 34309, + "start": 36696, + "end": 36699, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 19 }, "identifierName": "_ms" @@ -35254,29 +35390,29 @@ }, "right": { "type": "BinaryExpression", - "start": 34312, - "end": 34329, + "start": 36702, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 22 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "left": { "type": "NumericLiteral", - "start": 34312, - "end": 34322, + "start": 36702, + "end": 36712, "loc": { "start": { - "line": 764, + "line": 806, "column": 22 }, "end": { - "line": 764, + "line": 806, "column": 32 } }, @@ -35289,15 +35425,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34325, - "end": 34329, + "start": 36715, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 35 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, @@ -35314,15 +35450,15 @@ { "type": "CommentLine", "value": " Century (:> 世紀(百年紀)", - "start": 34200, - "end": 34222, + "start": 36590, + "end": 36612, "loc": { "start": { - "line": 762, + "line": 804, "column": 16 }, "end": { - "line": 762, + "line": 804, "column": 38 } } @@ -35330,15 +35466,15 @@ { "type": "CommentLine", "value": " 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000", - "start": 34239, - "end": 34289, + "start": 36629, + "end": 36679, "loc": { "start": { - "line": 763, + "line": 805, "column": 16 }, "end": { - "line": 763, + "line": 805, "column": 66 } } @@ -35347,15 +35483,15 @@ }, { "type": "BreakStatement", - "start": 34346, - "end": 34351, + "start": 36736, + "end": 36741, "loc": { "start": { - "line": 765, + "line": 807, "column": 16 }, "end": { - "line": 765, + "line": 807, "column": 21 } }, @@ -35364,43 +35500,43 @@ ], "test": { "type": "CallExpression", - "start": 34156, - "end": 34182, + "start": 36546, + "end": 36572, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 34156, - "end": 34173, + "start": 36546, + "end": 36563, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 34156, - "end": 34168, + "start": 36546, + "end": 36558, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 29 } }, @@ -35412,15 +35548,15 @@ }, "property": { "type": "Identifier", - "start": 34169, - "end": 34173, + "start": 36559, + "end": 36563, "loc": { "start": { - "line": 761, + "line": 803, "column": 30 }, "end": { - "line": 761, + "line": 803, "column": 34 }, "identifierName": "test" @@ -35432,15 +35568,15 @@ "arguments": [ { "type": "Identifier", - "start": 34175, - "end": 34180, + "start": 36565, + "end": 36570, "loc": { "start": { - "line": 761, + "line": 803, "column": 36 }, "end": { - "line": 761, + "line": 803, "column": 41 }, "identifierName": "scale" @@ -35452,59 +35588,59 @@ }, { "type": "SwitchCase", - "start": 34364, - "end": 34612, + "start": 36754, + "end": 37002, "loc": { "start": { - "line": 766, + "line": 808, "column": 12 }, "end": { - "line": 771, + "line": 813, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34562, - "end": 34590, + "start": 36952, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 34562, - "end": 34590, + "start": 36952, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34562, - "end": 34565, + "start": 36952, + "end": 36955, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 19 }, "identifierName": "_ms" @@ -35514,43 +35650,43 @@ }, "right": { "type": "BinaryExpression", - "start": 34568, - "end": 34590, + "start": 36958, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "left": { "type": "BinaryExpression", - "start": 34568, - "end": 34583, + "start": 36958, + "end": 36973, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 37 } }, "left": { "type": "NumericLiteral", - "start": 34568, - "end": 34578, + "start": 36958, + "end": 36968, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 32 } }, @@ -35563,15 +35699,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34581, - "end": 34583, + "start": 36971, + "end": 36973, "loc": { "start": { - "line": 770, + "line": 812, "column": 35 }, "end": { - "line": 770, + "line": 812, "column": 37 } }, @@ -35585,15 +35721,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34586, - "end": 34590, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 40 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, @@ -35610,15 +35746,15 @@ { "type": "CommentLine", "value": " Millennium (:> 千年紀", - "start": 34428, - "end": 34449, + "start": 36818, + "end": 36839, "loc": { "start": { - "line": 767, + "line": 809, "column": 16 }, "end": { - "line": 767, + "line": 809, "column": 37 } } @@ -35626,15 +35762,15 @@ { "type": "CommentLine", "value": " 100y = 365250", - "start": 34466, - "end": 34482, + "start": 36856, + "end": 36872, "loc": { "start": { - "line": 768, + "line": 810, "column": 16 }, "end": { - "line": 768, + "line": 810, "column": 32 } } @@ -35642,15 +35778,15 @@ { "type": "CommentLine", "value": "_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000", - "start": 34499, - "end": 34545, + "start": 36889, + "end": 36935, "loc": { "start": { - "line": 769, + "line": 811, "column": 16 }, "end": { - "line": 769, + "line": 811, "column": 62 } } @@ -35659,15 +35795,15 @@ }, { "type": "BreakStatement", - "start": 34607, - "end": 34612, + "start": 36997, + "end": 37002, "loc": { "start": { - "line": 771, + "line": 813, "column": 16 }, "end": { - "line": 771, + "line": 813, "column": 21 } }, @@ -35676,43 +35812,43 @@ ], "test": { "type": "CallExpression", - "start": 34369, - "end": 34410, + "start": 36759, + "end": 36800, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 34369, - "end": 34401, + "start": 36759, + "end": 36791, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 34369, - "end": 34396, + "start": 36759, + "end": 36786, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 44 } }, @@ -35724,15 +35860,15 @@ }, "property": { "type": "Identifier", - "start": 34397, - "end": 34401, + "start": 36787, + "end": 36791, "loc": { "start": { - "line": 766, + "line": 808, "column": 45 }, "end": { - "line": 766, + "line": 808, "column": 49 }, "identifierName": "test" @@ -35744,15 +35880,15 @@ "arguments": [ { "type": "Identifier", - "start": 34403, - "end": 34408, + "start": 36793, + "end": 36798, "loc": { "start": { - "line": 766, + "line": 808, "column": 51 }, "end": { - "line": 766, + "line": 808, "column": 56 }, "identifierName": "scale" @@ -35764,72 +35900,72 @@ }, { "type": "SwitchCase", - "start": 34625, - "end": 34720, + "start": 37015, + "end": 37110, "loc": { "start": { - "line": 772, + "line": 814, "column": 12 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34650, - "end": 34695, + "start": 37040, + "end": 37085, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 34650, - "end": 34695, + "start": 37040, + "end": 37085, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 34650, - "end": 34662, + "start": 37040, + "end": 37052, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 28 } }, "object": { "type": "Identifier", - "start": 34650, - "end": 34657, + "start": 37040, + "end": 37047, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 23 }, "identifierName": "console" @@ -35838,15 +35974,15 @@ }, "property": { "type": "Identifier", - "start": 34658, - "end": 34662, + "start": 37048, + "end": 37052, "loc": { "start": { - "line": 773, + "line": 815, "column": 24 }, "end": { - "line": 773, + "line": 815, "column": 28 }, "identifierName": "warn" @@ -35858,15 +35994,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 34664, - "end": 34693, + "start": 37054, + "end": 37083, "loc": { "start": { - "line": 773, + "line": 815, "column": 30 }, "end": { - "line": 773, + "line": 815, "column": 59 } }, @@ -35881,44 +36017,44 @@ }, { "type": "ExpressionStatement", - "start": 34712, - "end": 34720, + "start": 37102, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "expression": { "type": "AssignmentExpression", - "start": 34712, - "end": 34720, + "start": 37102, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34712, - "end": 34715, + "start": 37102, + "end": 37105, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 19 }, "identifierName": "_ms" @@ -35927,15 +36063,15 @@ }, "right": { "type": "UnaryExpression", - "start": 34718, - "end": 34720, + "start": 37108, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 22 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, @@ -35943,15 +36079,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 34719, - "end": 34720, + "start": 37109, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 23 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, @@ -35974,57 +36110,57 @@ }, { "type": "ReturnStatement", - "start": 34739, - "end": 34767, + "start": 37129, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 8 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, "argument": { "type": "ConditionalExpression", - "start": 34746, - "end": 34767, + "start": 37136, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, "test": { "type": "BinaryExpression", - "start": 34746, - "end": 34753, + "start": 37136, + "end": 37143, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 22 } }, "left": { "type": "Identifier", - "start": 34746, - "end": 34749, + "start": 37136, + "end": 37139, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 18 }, "identifierName": "_ms" @@ -36034,15 +36170,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 34752, - "end": 34753, + "start": 37142, + "end": 37143, "loc": { "start": { - "line": 776, + "line": 818, "column": 21 }, "end": { - "line": 776, + "line": 818, "column": 22 } }, @@ -36055,15 +36191,15 @@ }, "consequent": { "type": "Identifier", - "start": 34756, - "end": 34759, + "start": 37146, + "end": 37149, "loc": { "start": { - "line": 776, + "line": 818, "column": 25 }, "end": { - "line": 776, + "line": 818, "column": 28 }, "identifierName": "_ms" @@ -36072,15 +36208,15 @@ }, "alternate": { "type": "BooleanLiteral", - "start": 34762, - "end": 34767, + "start": 37152, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 31 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, @@ -36096,15 +36232,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -36114,15 +36250,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -36131,15 +36267,15 @@ }, { "type": "ClassMethod", - "start": 34934, - "end": 35191, + "start": 37324, + "end": 37581, "loc": { "start": { - "line": 784, + "line": 826, "column": 4 }, "end": { - "line": 787, + "line": 829, "column": 5 } }, @@ -36147,15 +36283,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 34934, - "end": 34959, + "start": 37324, + "end": 37349, "loc": { "start": { - "line": 784, + "line": 826, "column": 4 }, "end": { - "line": 784, + "line": 826, "column": 29 }, "identifierName": "_verifyMaxRenderableRange" @@ -36171,86 +36307,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 34962, - "end": 35191, + "start": 37352, + "end": 37581, "loc": { "start": { - "line": 784, + "line": 826, "column": 32 }, "end": { - "line": 787, + "line": 829, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 35086, - "end": 35185, + "start": 37476, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 8 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "argument": { "type": "BinaryExpression", - "start": 35093, - "end": 35185, + "start": 37483, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "left": { "type": "MemberExpression", - "start": 35093, - "end": 35118, + "start": 37483, + "end": 37508, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 35093, - "end": 35112, + "start": 37483, + "end": 37502, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 35093, - "end": 35097, + "start": 37483, + "end": 37487, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 19 } }, @@ -36258,15 +36394,15 @@ }, "property": { "type": "Identifier", - "start": 35098, - "end": 35112, + "start": 37488, + "end": 37502, "loc": { "start": { - "line": 786, + "line": 828, "column": 20 }, "end": { - "line": 786, + "line": 828, "column": 34 }, "identifierName": "_instanceProps" @@ -36278,15 +36414,15 @@ }, "property": { "type": "Identifier", - "start": 35113, - "end": 35118, + "start": 37503, + "end": 37508, "loc": { "start": { - "line": 786, + "line": 828, "column": 35 }, "end": { - "line": 786, + "line": 828, "column": 40 }, "identifierName": "grids" @@ -36299,29 +36435,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 35122, - "end": 35185, + "start": 37512, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 44 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "object": { "type": "Identifier", - "start": 35122, - "end": 35137, + "start": 37512, + "end": 37527, "loc": { "start": { - "line": 786, + "line": 828, "column": 44 }, "end": { - "line": 786, + "line": 828, "column": 59 }, "identifierName": "LimitScaleGrids" @@ -36330,58 +36466,58 @@ }, "property": { "type": "CallExpression", - "start": 35138, - "end": 35184, + "start": 37528, + "end": 37574, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 35138, - "end": 35162, + "start": 37528, + "end": 37552, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 35138, - "end": 35142, + "start": 37528, + "end": 37532, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 64 } } }, "property": { "type": "Identifier", - "start": 35143, - "end": 35162, + "start": 37533, + "end": 37552, "loc": { "start": { - "line": 786, + "line": 828, "column": 65 }, "end": { - "line": 786, + "line": 828, "column": 84 }, "identifierName": "_filterScaleKeyName" @@ -36393,58 +36529,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 35164, - "end": 35182, + "start": 37554, + "end": 37572, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 104 } }, "object": { "type": "MemberExpression", - "start": 35164, - "end": 35176, + "start": 37554, + "end": 37566, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 98 } }, "object": { "type": "ThisExpression", - "start": 35164, - "end": 35168, + "start": 37554, + "end": 37558, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 90 } } }, "property": { "type": "Identifier", - "start": 35169, - "end": 35176, + "start": 37559, + "end": 37566, "loc": { "start": { - "line": 786, + "line": 828, "column": 91 }, "end": { - "line": 786, + "line": 828, "column": 98 }, "identifierName": "_config" @@ -36455,15 +36591,15 @@ }, "property": { "type": "Identifier", - "start": 35177, - "end": 35182, + "start": 37567, + "end": 37572, "loc": { "start": { - "line": 786, + "line": 828, "column": 99 }, "end": { - "line": 786, + "line": 828, "column": 104 }, "identifierName": "scale" @@ -36482,15 +36618,15 @@ { "type": "CommentLine", "value": " console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )", - "start": 34964, - "end": 35077, + "start": 37354, + "end": 37467, "loc": { "start": { - "line": 785, + "line": 827, "column": 0 }, "end": { - "line": 785, + "line": 827, "column": 113 } } @@ -36505,15 +36641,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -36523,15 +36659,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -36540,15 +36676,15 @@ }, { "type": "ClassMethod", - "start": 35278, - "end": 37679, + "start": 37668, + "end": 40069, "loc": { "start": { - "line": 793, + "line": 835, "column": 4 }, "end": { - "line": 848, + "line": 890, "column": 5 } }, @@ -36556,15 +36692,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35278, - "end": 35289, + "start": 37668, + "end": 37679, "loc": { "start": { - "line": 793, + "line": 835, "column": 4 }, "end": { - "line": 793, + "line": 835, "column": 15 }, "identifierName": "_renderView" @@ -36580,87 +36716,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35292, - "end": 37679, + "start": 37682, + "end": 40069, "loc": { "start": { - "line": 793, + "line": 835, "column": 18 }, "end": { - "line": 848, + "line": 890, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35302, - "end": 35330, + "start": 37692, + "end": 37720, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 35302, - "end": 35330, + "start": 37692, + "end": 37720, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 35302, - "end": 35313, + "start": 37692, + "end": 37703, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35302, - "end": 35306, + "start": 37692, + "end": 37696, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35307, - "end": 35313, + "start": 37697, + "end": 37703, "loc": { "start": { - "line": 794, + "line": 836, "column": 13 }, "end": { - "line": 794, + "line": 836, "column": 19 }, "identifierName": "_debug" @@ -36672,15 +36808,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35315, - "end": 35328, + "start": 37705, + "end": 37718, "loc": { "start": { - "line": 794, + "line": 836, "column": 21 }, "end": { - "line": 794, + "line": 836, "column": 34 } }, @@ -36695,44 +36831,44 @@ }, { "type": "VariableDeclaration", - "start": 35348, - "end": 35720, + "start": 37738, + "end": 38110, "loc": { "start": { - "line": 796, + "line": 838, "column": 8 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 35352, - "end": 35382, + "start": 37742, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 12 }, "end": { - "line": 796, + "line": 838, "column": 42 } }, "id": { "type": "Identifier", - "start": 35352, - "end": 35357, + "start": 37742, + "end": 37747, "loc": { "start": { - "line": 796, + "line": 838, "column": 12 }, "end": { - "line": 796, + "line": 838, "column": 17 }, "identifierName": "_elem" @@ -36741,44 +36877,44 @@ }, "init": { "type": "MemberExpression", - "start": 35369, - "end": 35382, + "start": 37759, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 29 }, "end": { - "line": 796, + "line": 838, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 35369, - "end": 35373, + "start": 37759, + "end": 37763, "loc": { "start": { - "line": 796, + "line": 838, "column": 29 }, "end": { - "line": 796, + "line": 838, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35374, - "end": 35382, + "start": 37764, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 34 }, "end": { - "line": 796, + "line": 838, "column": 42 }, "identifierName": "_element" @@ -36790,29 +36926,29 @@ }, { "type": "VariableDeclarator", - "start": 35396, - "end": 35425, + "start": 37786, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 12 }, "end": { - "line": 797, + "line": 839, "column": 41 } }, "id": { "type": "Identifier", - "start": 35396, - "end": 35401, + "start": 37786, + "end": 37791, "loc": { "start": { - "line": 797, + "line": 839, "column": 12 }, "end": { - "line": 797, + "line": 839, "column": 17 }, "identifierName": "_opts" @@ -36821,44 +36957,44 @@ }, "init": { "type": "MemberExpression", - "start": 35413, - "end": 35425, + "start": 37803, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 29 }, "end": { - "line": 797, + "line": 839, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 35413, - "end": 35417, + "start": 37803, + "end": 37807, "loc": { "start": { - "line": 797, + "line": 839, "column": 29 }, "end": { - "line": 797, + "line": 839, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35418, - "end": 35425, + "start": 37808, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 34 }, "end": { - "line": 797, + "line": 839, "column": 41 }, "identifierName": "_config" @@ -36870,29 +37006,29 @@ }, { "type": "VariableDeclarator", - "start": 35439, - "end": 35475, + "start": 37829, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 12 }, "end": { - "line": 798, + "line": 840, "column": 48 } }, "id": { "type": "Identifier", - "start": 35439, - "end": 35445, + "start": 37829, + "end": 37835, "loc": { "start": { - "line": 798, + "line": 840, "column": 12 }, "end": { - "line": 798, + "line": 840, "column": 18 }, "identifierName": "_props" @@ -36901,44 +37037,44 @@ }, "init": { "type": "MemberExpression", - "start": 35456, - "end": 35475, + "start": 37846, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 29 }, "end": { - "line": 798, + "line": 840, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 35456, - "end": 35460, + "start": 37846, + "end": 37850, "loc": { "start": { - "line": 798, + "line": 840, "column": 29 }, "end": { - "line": 798, + "line": 840, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35461, - "end": 35475, + "start": 37851, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 34 }, "end": { - "line": 798, + "line": 840, "column": 48 }, "identifierName": "_instanceProps" @@ -36950,29 +37086,29 @@ }, { "type": "VariableDeclarator", - "start": 35489, - "end": 35637, + "start": 37879, + "end": 38027, "loc": { "start": { - "line": 799, + "line": 841, "column": 12 }, "end": { - "line": 799, + "line": 841, "column": 160 } }, "id": { "type": "Identifier", - "start": 35489, - "end": 35502, + "start": 37879, + "end": 37892, "loc": { "start": { - "line": 799, + "line": 841, "column": 12 }, "end": { - "line": 799, + "line": 841, "column": 25 }, "identifierName": "_tl_container" @@ -36981,29 +37117,29 @@ }, "init": { "type": "CallExpression", - "start": 35506, - "end": 35637, + "start": 37896, + "end": 38027, "loc": { "start": { - "line": 799, + "line": 841, "column": 29 }, "end": { - "line": 799, + "line": 841, "column": 160 } }, "callee": { "type": "Identifier", - "start": 35506, - "end": 35507, + "start": 37896, + "end": 37897, "loc": { "start": { - "line": 799, + "line": 841, "column": 29 }, "end": { - "line": 799, + "line": 841, "column": 30 }, "identifierName": "$" @@ -37013,15 +37149,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35508, - "end": 35521, + "start": 37898, + "end": 37911, "loc": { "start": { - "line": 799, + "line": 841, "column": 31 }, "end": { - "line": 799, + "line": 841, "column": 44 } }, @@ -37033,30 +37169,30 @@ }, { "type": "ObjectExpression", - "start": 35523, - "end": 35636, + "start": 37913, + "end": 38026, "loc": { "start": { - "line": 799, + "line": 841, "column": 46 }, "end": { - "line": 799, + "line": 841, "column": 159 } }, "properties": [ { "type": "ObjectProperty", - "start": 35525, - "end": 35560, + "start": 37915, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 48 }, "end": { - "line": 799, + "line": 841, "column": 83 } }, @@ -37065,15 +37201,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35525, - "end": 35530, + "start": 37915, + "end": 37920, "loc": { "start": { - "line": 799, + "line": 841, "column": 48 }, "end": { - "line": 799, + "line": 841, "column": 53 }, "identifierName": "class" @@ -37082,29 +37218,29 @@ }, "value": { "type": "MemberExpression", - "start": 35532, - "end": 35560, + "start": 37922, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 55 }, "end": { - "line": 799, + "line": 841, "column": 83 } }, "object": { "type": "Identifier", - "start": 35532, - "end": 35541, + "start": 37922, + "end": 37931, "loc": { "start": { - "line": 799, + "line": 841, "column": 55 }, "end": { - "line": 799, + "line": 841, "column": 64 }, "identifierName": "ClassName" @@ -37113,15 +37249,15 @@ }, "property": { "type": "Identifier", - "start": 35542, - "end": 35560, + "start": 37932, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 65 }, "end": { - "line": 799, + "line": 841, "column": 83 }, "identifierName": "TIMELINE_CONTAINER" @@ -37133,15 +37269,15 @@ }, { "type": "ObjectProperty", - "start": 35562, - "end": 35634, + "start": 37952, + "end": 38024, "loc": { "start": { - "line": 799, + "line": 841, "column": 85 }, "end": { - "line": 799, + "line": 841, "column": 157 } }, @@ -37150,15 +37286,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35562, - "end": 35567, + "start": 37952, + "end": 37957, "loc": { "start": { - "line": 799, + "line": 841, "column": 85 }, "end": { - "line": 799, + "line": 841, "column": 90 }, "identifierName": "style" @@ -37167,44 +37303,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 35569, - "end": 35634, + "start": 37959, + "end": 38024, "loc": { "start": { - "line": 799, + "line": 841, "column": 92 }, "end": { - "line": 799, + "line": 841, "column": 157 } }, "expressions": [ { "type": "MemberExpression", - "start": 35579, - "end": 35598, + "start": 37969, + "end": 37988, "loc": { "start": { - "line": 799, + "line": 841, "column": 102 }, "end": { - "line": 799, + "line": 841, "column": 121 } }, "object": { "type": "Identifier", - "start": 35579, - "end": 35585, + "start": 37969, + "end": 37975, "loc": { "start": { - "line": 799, + "line": 841, "column": 102 }, "end": { - "line": 799, + "line": 841, "column": 108 }, "identifierName": "_props" @@ -37213,15 +37349,15 @@ }, "property": { "type": "Identifier", - "start": 35586, - "end": 35598, + "start": 37976, + "end": 37988, "loc": { "start": { - "line": 799, + "line": 841, "column": 109 }, "end": { - "line": 799, + "line": 841, "column": 121 }, "identifierName": "visibleWidth" @@ -37232,29 +37368,29 @@ }, { "type": "MemberExpression", - "start": 35611, - "end": 35631, + "start": 38001, + "end": 38021, "loc": { "start": { - "line": 799, + "line": 841, "column": 134 }, "end": { - "line": 799, + "line": 841, "column": 154 } }, "object": { "type": "Identifier", - "start": 35611, - "end": 35617, + "start": 38001, + "end": 38007, "loc": { "start": { - "line": 799, + "line": 841, "column": 134 }, "end": { - "line": 799, + "line": 841, "column": 140 }, "identifierName": "_props" @@ -37263,15 +37399,15 @@ }, "property": { "type": "Identifier", - "start": 35618, - "end": 35631, + "start": 38008, + "end": 38021, "loc": { "start": { - "line": 799, + "line": 841, "column": 141 }, "end": { - "line": 799, + "line": 841, "column": 154 }, "identifierName": "visibleHeight" @@ -37284,15 +37420,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 35570, - "end": 35577, + "start": 37960, + "end": 37967, "loc": { "start": { - "line": 799, + "line": 841, "column": 93 }, "end": { - "line": 799, + "line": 841, "column": 100 } }, @@ -37304,15 +37440,15 @@ }, { "type": "TemplateElement", - "start": 35599, - "end": 35609, + "start": 37989, + "end": 37999, "loc": { "start": { - "line": 799, + "line": 841, "column": 122 }, "end": { - "line": 799, + "line": 841, "column": 132 } }, @@ -37324,15 +37460,15 @@ }, { "type": "TemplateElement", - "start": 35632, - "end": 35633, + "start": 38022, + "end": 38023, "loc": { "start": { - "line": 799, + "line": 841, "column": 155 }, "end": { - "line": 799, + "line": 841, "column": 156 } }, @@ -37352,29 +37488,29 @@ }, { "type": "VariableDeclarator", - "start": 35651, - "end": 35720, + "start": 38041, + "end": 38110, "loc": { "start": { - "line": 800, + "line": 842, "column": 12 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "id": { "type": "Identifier", - "start": 35651, - "end": 35659, + "start": 38041, + "end": 38049, "loc": { "start": { - "line": 800, + "line": 842, "column": 12 }, "end": { - "line": 800, + "line": 842, "column": 20 }, "identifierName": "_tl_main" @@ -37383,29 +37519,29 @@ }, "init": { "type": "CallExpression", - "start": 35668, - "end": 35720, + "start": 38058, + "end": 38110, "loc": { "start": { - "line": 800, + "line": 842, "column": 29 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "callee": { "type": "Identifier", - "start": 35668, - "end": 35669, + "start": 38058, + "end": 38059, "loc": { "start": { - "line": 800, + "line": 842, "column": 29 }, "end": { - "line": 800, + "line": 842, "column": 30 }, "identifierName": "$" @@ -37415,15 +37551,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35670, - "end": 35683, + "start": 38060, + "end": 38073, "loc": { "start": { - "line": 800, + "line": 842, "column": 31 }, "end": { - "line": 800, + "line": 842, "column": 44 } }, @@ -37435,30 +37571,30 @@ }, { "type": "ObjectExpression", - "start": 35685, - "end": 35719, + "start": 38075, + "end": 38109, "loc": { "start": { - "line": 800, + "line": 842, "column": 46 }, "end": { - "line": 800, + "line": 842, "column": 80 } }, "properties": [ { "type": "ObjectProperty", - "start": 35687, - "end": 35717, + "start": 38077, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 48 }, "end": { - "line": 800, + "line": 842, "column": 78 } }, @@ -37467,15 +37603,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35687, - "end": 35692, + "start": 38077, + "end": 38082, "loc": { "start": { - "line": 800, + "line": 842, "column": 48 }, "end": { - "line": 800, + "line": 842, "column": 53 }, "identifierName": "class" @@ -37484,29 +37620,29 @@ }, "value": { "type": "MemberExpression", - "start": 35694, - "end": 35717, + "start": 38084, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 55 }, "end": { - "line": 800, + "line": 842, "column": 78 } }, "object": { "type": "Identifier", - "start": 35694, - "end": 35703, + "start": 38084, + "end": 38093, "loc": { "start": { - "line": 800, + "line": 842, "column": 55 }, "end": { - "line": 800, + "line": 842, "column": 64 }, "identifierName": "ClassName" @@ -37515,15 +37651,15 @@ }, "property": { "type": "Identifier", - "start": 35704, - "end": 35717, + "start": 38094, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 65 }, "end": { - "line": 800, + "line": 842, "column": 78 }, "identifierName": "TIMELINE_MAIN" @@ -37546,15 +37682,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -37563,71 +37699,71 @@ }, { "type": "IfStatement", - "start": 35776, - "end": 35911, + "start": 38166, + "end": 38301, "loc": { "start": { - "line": 803, + "line": 845, "column": 8 }, "end": { - "line": 805, + "line": 847, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 35781, - "end": 35801, + "start": 38171, + "end": 38191, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 35781, - "end": 35796, + "start": 38171, + "end": 38186, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 28 } }, "object": { "type": "CallExpression", - "start": 35781, - "end": 35789, + "start": 38171, + "end": 38179, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 21 } }, "callee": { "type": "Identifier", - "start": 35781, - "end": 35782, + "start": 38171, + "end": 38172, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 14 }, "identifierName": "$" @@ -37638,15 +37774,15 @@ "arguments": [ { "type": "Identifier", - "start": 35783, - "end": 35788, + "start": 38173, + "end": 38178, "loc": { "start": { - "line": 803, + "line": 845, "column": 15 }, "end": { - "line": 803, + "line": 845, "column": 20 }, "identifierName": "_elem" @@ -37658,15 +37794,15 @@ }, "property": { "type": "Identifier", - "start": 35790, - "end": 35796, + "start": 38180, + "end": 38186, "loc": { "start": { - "line": 803, + "line": 845, "column": 22 }, "end": { - "line": 803, + "line": 845, "column": 28 }, "identifierName": "length" @@ -37679,15 +37815,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 35800, - "end": 35801, + "start": 38190, + "end": 38191, "loc": { "start": { - "line": 803, + "line": 845, "column": 32 }, "end": { - "line": 803, + "line": 845, "column": 33 } }, @@ -37701,58 +37837,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 35804, - "end": 35911, + "start": 38194, + "end": 38301, "loc": { "start": { - "line": 803, + "line": 845, "column": 36 }, "end": { - "line": 805, + "line": 847, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 35818, - "end": 35901, + "start": 38208, + "end": 38291, "loc": { "start": { - "line": 804, + "line": 846, "column": 12 }, "end": { - "line": 804, + "line": 846, "column": 95 } }, "argument": { "type": "NewExpression", - "start": 35824, - "end": 35901, + "start": 38214, + "end": 38291, "loc": { "start": { - "line": 804, + "line": 846, "column": 18 }, "end": { - "line": 804, + "line": 846, "column": 95 } }, "callee": { "type": "Identifier", - "start": 35828, - "end": 35837, + "start": 38218, + "end": 38227, "loc": { "start": { - "line": 804, + "line": 846, "column": 22 }, "end": { - "line": 804, + "line": 846, "column": 31 }, "identifierName": "TypeError" @@ -37762,15 +37898,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35839, - "end": 35899, + "start": 38229, + "end": 38289, "loc": { "start": { - "line": 804, + "line": 846, "column": 33 }, "end": { - "line": 804, + "line": 846, "column": 93 } }, @@ -37791,15 +37927,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -37808,43 +37944,43 @@ }, { "type": "IfStatement", - "start": 35929, - "end": 36151, + "start": 38319, + "end": 38541, "loc": { "start": { - "line": 807, + "line": 849, "column": 8 }, "end": { - "line": 809, + "line": 851, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 35934, - "end": 35945, + "start": 38324, + "end": 38335, "loc": { "start": { - "line": 807, + "line": 849, "column": 13 }, "end": { - "line": 807, + "line": 849, "column": 24 } }, "object": { "type": "Identifier", - "start": 35934, - "end": 35939, + "start": 38324, + "end": 38329, "loc": { "start": { - "line": 807, + "line": 849, "column": 13 }, "end": { - "line": 807, + "line": 849, "column": 18 }, "identifierName": "_opts" @@ -37853,15 +37989,15 @@ }, "property": { "type": "Identifier", - "start": 35940, - "end": 35945, + "start": 38330, + "end": 38335, "loc": { "start": { - "line": 807, + "line": 849, "column": 19 }, "end": { - "line": 807, + "line": 849, "column": 24 }, "identifierName": "debug" @@ -37872,72 +38008,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 35948, - "end": 36151, + "start": 38338, + "end": 38541, "loc": { "start": { - "line": 807, + "line": 849, "column": 27 }, "end": { - "line": 809, + "line": 851, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 35962, - "end": 36141, + "start": 38352, + "end": 38531, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 191 } }, "expression": { "type": "CallExpression", - "start": 35962, - "end": 36141, + "start": 38352, + "end": 38531, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 191 } }, "callee": { "type": "MemberExpression", - "start": 35962, - "end": 35974, + "start": 38352, + "end": 38364, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 24 } }, "object": { "type": "Identifier", - "start": 35962, - "end": 35969, + "start": 38352, + "end": 38359, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 19 }, "identifierName": "console" @@ -37946,15 +38082,15 @@ }, "property": { "type": "Identifier", - "start": 35970, - "end": 35974, + "start": 38360, + "end": 38364, "loc": { "start": { - "line": 808, + "line": 850, "column": 20 }, "end": { - "line": 808, + "line": 850, "column": 24 }, "identifierName": "info" @@ -37966,44 +38102,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 35976, - "end": 36022, + "start": 38366, + "end": 38412, "loc": { "start": { - "line": 808, + "line": 850, "column": 26 }, "end": { - "line": 808, + "line": 850, "column": 72 } }, "expressions": [ { "type": "MemberExpression", - "start": 36001, - "end": 36017, + "start": 38391, + "end": 38407, "loc": { "start": { - "line": 808, + "line": 850, "column": 51 }, "end": { - "line": 808, + "line": 850, "column": 67 } }, "object": { "type": "Identifier", - "start": 36001, - "end": 36007, + "start": 38391, + "end": 38397, "loc": { "start": { - "line": 808, + "line": 850, "column": 51 }, "end": { - "line": 808, + "line": 850, "column": 57 }, "identifierName": "_props" @@ -38012,15 +38148,15 @@ }, "property": { "type": "Identifier", - "start": 36008, - "end": 36017, + "start": 38398, + "end": 38407, "loc": { "start": { - "line": 808, + "line": 850, "column": 58 }, "end": { - "line": 808, + "line": 850, "column": 67 }, "identifierName": "fullwidth" @@ -38033,15 +38169,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 35977, - "end": 35999, + "start": 38367, + "end": 38389, "loc": { "start": { - "line": 808, + "line": 850, "column": 27 }, "end": { - "line": 808, + "line": 850, "column": 49 } }, @@ -38053,15 +38189,15 @@ }, { "type": "TemplateElement", - "start": 36018, - "end": 36021, + "start": 38408, + "end": 38411, "loc": { "start": { - "line": 808, + "line": 850, "column": 68 }, "end": { - "line": 808, + "line": 850, "column": 71 } }, @@ -38075,44 +38211,44 @@ }, { "type": "TemplateLiteral", - "start": 36024, - "end": 36061, + "start": 38414, + "end": 38451, "loc": { "start": { - "line": 808, + "line": 850, "column": 74 }, "end": { - "line": 808, + "line": 850, "column": 111 } }, "expressions": [ { "type": "MemberExpression", - "start": 36039, - "end": 36056, + "start": 38429, + "end": 38446, "loc": { "start": { - "line": 808, + "line": 850, "column": 89 }, "end": { - "line": 808, + "line": 850, "column": 106 } }, "object": { "type": "Identifier", - "start": 36039, - "end": 36045, + "start": 38429, + "end": 38435, "loc": { "start": { - "line": 808, + "line": 850, "column": 89 }, "end": { - "line": 808, + "line": 850, "column": 95 }, "identifierName": "_props" @@ -38121,15 +38257,15 @@ }, "property": { "type": "Identifier", - "start": 36046, - "end": 36056, + "start": 38436, + "end": 38446, "loc": { "start": { - "line": 808, + "line": 850, "column": 96 }, "end": { - "line": 808, + "line": 850, "column": 106 }, "identifierName": "fullheight" @@ -38142,15 +38278,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36025, - "end": 36037, + "start": 38415, + "end": 38427, "loc": { "start": { - "line": 808, + "line": 850, "column": 75 }, "end": { - "line": 808, + "line": 850, "column": 87 } }, @@ -38162,15 +38298,15 @@ }, { "type": "TemplateElement", - "start": 36057, - "end": 36060, + "start": 38447, + "end": 38450, "loc": { "start": { - "line": 808, + "line": 850, "column": 107 }, "end": { - "line": 808, + "line": 850, "column": 110 } }, @@ -38184,44 +38320,44 @@ }, { "type": "TemplateLiteral", - "start": 36063, - "end": 36098, + "start": 38453, + "end": 38488, "loc": { "start": { - "line": 808, + "line": 850, "column": 113 }, "end": { - "line": 808, + "line": 850, "column": 148 } }, "expressions": [ { "type": "MemberExpression", - "start": 36077, - "end": 36096, + "start": 38467, + "end": 38486, "loc": { "start": { - "line": 808, + "line": 850, "column": 127 }, "end": { - "line": 808, + "line": 850, "column": 146 } }, "object": { "type": "Identifier", - "start": 36077, - "end": 36083, + "start": 38467, + "end": 38473, "loc": { "start": { - "line": 808, + "line": 850, "column": 127 }, "end": { - "line": 808, + "line": 850, "column": 133 }, "identifierName": "_props" @@ -38230,15 +38366,15 @@ }, "property": { "type": "Identifier", - "start": 36084, - "end": 36096, + "start": 38474, + "end": 38486, "loc": { "start": { - "line": 808, + "line": 850, "column": 134 }, "end": { - "line": 808, + "line": 850, "column": 146 }, "identifierName": "visibleWidth" @@ -38251,15 +38387,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36064, - "end": 36075, + "start": 38454, + "end": 38465, "loc": { "start": { - "line": 808, + "line": 850, "column": 114 }, "end": { - "line": 808, + "line": 850, "column": 125 } }, @@ -38271,15 +38407,15 @@ }, { "type": "TemplateElement", - "start": 36097, - "end": 36097, + "start": 38487, + "end": 38487, "loc": { "start": { - "line": 808, + "line": 850, "column": 147 }, "end": { - "line": 808, + "line": 850, "column": 147 } }, @@ -38293,44 +38429,44 @@ }, { "type": "TemplateLiteral", - "start": 36100, - "end": 36139, + "start": 38490, + "end": 38529, "loc": { "start": { - "line": 808, + "line": 850, "column": 150 }, "end": { - "line": 808, + "line": 850, "column": 189 } }, "expressions": [ { "type": "MemberExpression", - "start": 36115, - "end": 36135, + "start": 38505, + "end": 38525, "loc": { "start": { - "line": 808, + "line": 850, "column": 165 }, "end": { - "line": 808, + "line": 850, "column": 185 } }, "object": { "type": "Identifier", - "start": 36115, - "end": 36121, + "start": 38505, + "end": 38511, "loc": { "start": { - "line": 808, + "line": 850, "column": 165 }, "end": { - "line": 808, + "line": 850, "column": 171 }, "identifierName": "_props" @@ -38339,15 +38475,15 @@ }, "property": { "type": "Identifier", - "start": 36122, - "end": 36135, + "start": 38512, + "end": 38525, "loc": { "start": { - "line": 808, + "line": 850, "column": 172 }, "end": { - "line": 808, + "line": 850, "column": 185 }, "identifierName": "visibleHeight" @@ -38360,15 +38496,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36101, - "end": 36113, + "start": 38491, + "end": 38503, "loc": { "start": { - "line": 808, + "line": 850, "column": 151 }, "end": { - "line": 808, + "line": 850, "column": 163 } }, @@ -38380,15 +38516,15 @@ }, { "type": "TemplateElement", - "start": 36136, - "end": 36138, + "start": 38526, + "end": 38528, "loc": { "start": { - "line": 808, + "line": 850, "column": 186 }, "end": { - "line": 808, + "line": 850, "column": 188 } }, @@ -38410,71 +38546,71 @@ }, { "type": "ExpressionStatement", - "start": 36169, - "end": 36207, + "start": 38559, + "end": 38597, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 36169, - "end": 36207, + "start": 38559, + "end": 38597, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 36169, - "end": 36181, + "start": 38559, + "end": 38571, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 20 } }, "object": { "type": "CallExpression", - "start": 36169, - "end": 36177, + "start": 38559, + "end": 38567, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 16 } }, "callee": { "type": "Identifier", - "start": 36169, - "end": 36170, + "start": 38559, + "end": 38560, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 9 }, "identifierName": "$" @@ -38484,15 +38620,15 @@ "arguments": [ { "type": "Identifier", - "start": 36171, - "end": 36176, + "start": 38561, + "end": 38566, "loc": { "start": { - "line": 811, + "line": 853, "column": 10 }, "end": { - "line": 811, + "line": 853, "column": 15 }, "identifierName": "_elem" @@ -38503,15 +38639,15 @@ }, "property": { "type": "Identifier", - "start": 36178, - "end": 36181, + "start": 38568, + "end": 38571, "loc": { "start": { - "line": 811, + "line": 853, "column": 17 }, "end": { - "line": 811, + "line": 853, "column": 20 }, "identifierName": "css" @@ -38523,15 +38659,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36183, - "end": 36193, + "start": 38573, + "end": 38583, "loc": { "start": { - "line": 811, + "line": 853, "column": 22 }, "end": { - "line": 811, + "line": 853, "column": 32 } }, @@ -38543,15 +38679,15 @@ }, { "type": "StringLiteral", - "start": 36195, - "end": 36205, + "start": 38585, + "end": 38595, "loc": { "start": { - "line": 811, + "line": 853, "column": 34 }, "end": { - "line": 811, + "line": 853, "column": 44 } }, @@ -38568,15 +38704,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -38585,43 +38721,43 @@ }, { "type": "IfStatement", - "start": 36244, - "end": 36345, + "start": 38634, + "end": 38735, "loc": { "start": { - "line": 812, + "line": 854, "column": 8 }, "end": { - "line": 814, + "line": 856, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 36249, - "end": 36268, + "start": 38639, + "end": 38658, "loc": { "start": { - "line": 812, + "line": 854, "column": 13 }, "end": { - "line": 812, + "line": 854, "column": 32 } }, "object": { "type": "Identifier", - "start": 36249, - "end": 36254, + "start": 38639, + "end": 38644, "loc": { "start": { - "line": 812, + "line": 854, "column": 13 }, "end": { - "line": 812, + "line": 854, "column": 18 }, "identifierName": "_opts" @@ -38631,15 +38767,15 @@ }, "property": { "type": "Identifier", - "start": 36255, - "end": 36268, + "start": 38645, + "end": 38658, "loc": { "start": { - "line": 812, + "line": 854, "column": 19 }, "end": { - "line": 812, + "line": 854, "column": 32 }, "identifierName": "hideScrollbar" @@ -38651,72 +38787,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36271, - "end": 36345, + "start": 38661, + "end": 38735, "loc": { "start": { - "line": 812, + "line": 854, "column": 35 }, "end": { - "line": 814, + "line": 856, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36285, - "end": 36335, + "start": 38675, + "end": 38725, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 36285, - "end": 36335, + "start": 38675, + "end": 38725, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 36285, - "end": 36307, + "start": 38675, + "end": 38697, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 34 } }, "object": { "type": "Identifier", - "start": 36285, - "end": 36298, + "start": 38675, + "end": 38688, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 25 }, "identifierName": "_tl_container" @@ -38725,15 +38861,15 @@ }, "property": { "type": "Identifier", - "start": 36299, - "end": 36307, + "start": 38689, + "end": 38697, "loc": { "start": { - "line": 813, + "line": 855, "column": 26 }, "end": { - "line": 813, + "line": 855, "column": 34 }, "identifierName": "addClass" @@ -38745,29 +38881,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36309, - "end": 36333, + "start": 38699, + "end": 38723, "loc": { "start": { - "line": 813, + "line": 855, "column": 36 }, "end": { - "line": 813, + "line": 855, "column": 60 } }, "object": { "type": "Identifier", - "start": 36309, - "end": 36318, + "start": 38699, + "end": 38708, "loc": { "start": { - "line": 813, + "line": 855, "column": 36 }, "end": { - "line": 813, + "line": 855, "column": 45 }, "identifierName": "ClassName" @@ -38776,15 +38912,15 @@ }, "property": { "type": "Identifier", - "start": 36319, - "end": 36333, + "start": 38709, + "end": 38723, "loc": { "start": { - "line": 813, + "line": 855, "column": 46 }, "end": { - "line": 813, + "line": 855, "column": 60 }, "identifierName": "HIDE_SCROLLBAR" @@ -38805,15 +38941,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -38823,15 +38959,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -38840,71 +38976,71 @@ }, { "type": "ExpressionStatement", - "start": 36421, - "end": 36463, + "start": 38811, + "end": 38853, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 36421, - "end": 36463, + "start": 38811, + "end": 38853, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 36421, - "end": 36437, + "start": 38811, + "end": 38827, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 24 } }, "object": { "type": "CallExpression", - "start": 36421, - "end": 36429, + "start": 38811, + "end": 38819, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 16 } }, "callee": { "type": "Identifier", - "start": 36421, - "end": 36422, + "start": 38811, + "end": 38812, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 9 }, "identifierName": "$" @@ -38915,15 +39051,15 @@ "arguments": [ { "type": "Identifier", - "start": 36423, - "end": 36428, + "start": 38813, + "end": 38818, "loc": { "start": { - "line": 817, + "line": 859, "column": 10 }, "end": { - "line": 817, + "line": 859, "column": 15 }, "identifierName": "_elem" @@ -38935,15 +39071,15 @@ }, "property": { "type": "Identifier", - "start": 36430, - "end": 36437, + "start": 38820, + "end": 38827, "loc": { "start": { - "line": 817, + "line": 859, "column": 17 }, "end": { - "line": 817, + "line": 859, "column": 24 }, "identifierName": "prepend" @@ -38956,58 +39092,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36439, - "end": 36461, + "start": 38829, + "end": 38851, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 36439, - "end": 36459, + "start": 38829, + "end": 38849, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 36439, - "end": 36443, + "start": 38829, + "end": 38833, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 30 } } }, "property": { "type": "Identifier", - "start": 36444, - "end": 36459, + "start": 38834, + "end": 38849, "loc": { "start": { - "line": 817, + "line": 859, "column": 31 }, "end": { - "line": 817, + "line": 859, "column": 46 }, "identifierName": "_createHeadline" @@ -39026,15 +39162,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -39044,15 +39180,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -39061,57 +39197,57 @@ }, { "type": "ExpressionStatement", - "start": 36551, - "end": 36598, + "start": 38941, + "end": 38988, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36551, - "end": 36598, + "start": 38941, + "end": 38988, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 36551, - "end": 36566, + "start": 38941, + "end": 38956, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 23 } }, "object": { "type": "Identifier", - "start": 36551, - "end": 36559, + "start": 38941, + "end": 38949, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 16 }, "identifierName": "_tl_main" @@ -39121,15 +39257,15 @@ }, "property": { "type": "Identifier", - "start": 36560, - "end": 36566, + "start": 38950, + "end": 38956, "loc": { "start": { - "line": 820, + "line": 862, "column": 17 }, "end": { - "line": 820, + "line": 862, "column": 23 }, "identifierName": "append" @@ -39142,58 +39278,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36568, - "end": 36596, + "start": 38958, + "end": 38986, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 36568, - "end": 36594, + "start": 38958, + "end": 38984, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 36568, - "end": 36572, + "start": 38958, + "end": 38962, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 29 } } }, "property": { "type": "Identifier", - "start": 36573, - "end": 36594, + "start": 38963, + "end": 38984, "loc": { "start": { - "line": 820, + "line": 862, "column": 30 }, "end": { - "line": 820, + "line": 862, "column": 51 }, "identifierName": "_createEventContainer" @@ -39212,15 +39348,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -39230,15 +39366,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -39247,29 +39383,29 @@ }, { "type": "IfStatement", - "start": 36670, - "end": 36782, + "start": 39060, + "end": 39172, "loc": { "start": { - "line": 823, + "line": 865, "column": 8 }, "end": { - "line": 825, + "line": 867, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36675, - "end": 36709, + "start": 39065, + "end": 39099, "loc": { "start": { - "line": 823, + "line": 865, "column": 13 }, "end": { - "line": 823, + "line": 865, "column": 47 } }, @@ -39277,43 +39413,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36677, - "end": 36709, + "start": 39067, + "end": 39099, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36677, - "end": 36690, + "start": 39067, + "end": 39080, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36677, - "end": 36681, + "start": 39067, + "end": 39071, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 19 } }, @@ -39321,15 +39457,15 @@ }, "property": { "type": "Identifier", - "start": 36682, - "end": 36690, + "start": 39072, + "end": 39080, "loc": { "start": { - "line": 823, + "line": 865, "column": 20 }, "end": { - "line": 823, + "line": 865, "column": 28 }, "identifierName": "is_empty" @@ -39342,43 +39478,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 36692, - "end": 36707, + "start": 39082, + "end": 39097, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 36692, - "end": 36703, + "start": 39082, + "end": 39093, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 41 } }, "object": { "type": "Identifier", - "start": 36692, - "end": 36697, + "start": 39082, + "end": 39087, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 35 }, "identifierName": "_opts" @@ -39387,15 +39523,15 @@ }, "property": { "type": "Identifier", - "start": 36698, - "end": 36703, + "start": 39088, + "end": 39093, "loc": { "start": { - "line": 823, + "line": 865, "column": 36 }, "end": { - "line": 823, + "line": 865, "column": 41 }, "identifierName": "ruler" @@ -39406,15 +39542,15 @@ }, "property": { "type": "Identifier", - "start": 36704, - "end": 36707, + "start": 39094, + "end": 39097, "loc": { "start": { - "line": 823, + "line": 865, "column": 42 }, "end": { - "line": 823, + "line": 865, "column": 45 }, "identifierName": "top" @@ -39433,72 +39569,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36712, - "end": 36782, + "start": 39102, + "end": 39172, "loc": { "start": { - "line": 823, + "line": 865, "column": 50 }, "end": { - "line": 825, + "line": 867, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36726, - "end": 36772, + "start": 39116, + "end": 39162, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36726, - "end": 36772, + "start": 39116, + "end": 39162, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36726, - "end": 36742, + "start": 39116, + "end": 39132, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 28 } }, "object": { "type": "Identifier", - "start": 36726, - "end": 36734, + "start": 39116, + "end": 39124, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 20 }, "identifierName": "_tl_main" @@ -39507,15 +39643,15 @@ }, "property": { "type": "Identifier", - "start": 36735, - "end": 36742, + "start": 39125, + "end": 39132, "loc": { "start": { - "line": 824, + "line": 866, "column": 21 }, "end": { - "line": 824, + "line": 866, "column": 28 }, "identifierName": "prepend" @@ -39527,58 +39663,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36744, - "end": 36770, + "start": 39134, + "end": 39160, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 36744, - "end": 36761, + "start": 39134, + "end": 39151, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 36744, - "end": 36748, + "start": 39134, + "end": 39138, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 34 } } }, "property": { "type": "Identifier", - "start": 36749, - "end": 36761, + "start": 39139, + "end": 39151, "loc": { "start": { - "line": 824, + "line": 866, "column": 35 }, "end": { - "line": 824, + "line": 866, "column": 47 }, "identifierName": "_createRuler" @@ -39590,15 +39726,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36763, - "end": 36768, + "start": 39153, + "end": 39158, "loc": { "start": { - "line": 824, + "line": 866, "column": 49 }, "end": { - "line": 824, + "line": 866, "column": 54 } }, @@ -39621,15 +39757,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -39638,29 +39774,29 @@ }, { "type": "IfStatement", - "start": 36791, - "end": 36908, + "start": 39181, + "end": 39298, "loc": { "start": { - "line": 826, + "line": 868, "column": 8 }, "end": { - "line": 828, + "line": 870, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36796, - "end": 36833, + "start": 39186, + "end": 39223, "loc": { "start": { - "line": 826, + "line": 868, "column": 13 }, "end": { - "line": 826, + "line": 868, "column": 50 } }, @@ -39668,58 +39804,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36798, - "end": 36833, + "start": 39188, + "end": 39223, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 36798, - "end": 36811, + "start": 39188, + "end": 39201, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36798, - "end": 36802, + "start": 39188, + "end": 39192, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 19 } } }, "property": { "type": "Identifier", - "start": 36803, - "end": 36811, + "start": 39193, + "end": 39201, "loc": { "start": { - "line": 826, + "line": 868, "column": 20 }, "end": { - "line": 826, + "line": 868, "column": 28 }, "identifierName": "is_empty" @@ -39731,43 +39867,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 36813, - "end": 36831, + "start": 39203, + "end": 39221, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 36813, - "end": 36824, + "start": 39203, + "end": 39214, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 41 } }, "object": { "type": "Identifier", - "start": 36813, - "end": 36818, + "start": 39203, + "end": 39208, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 35 }, "identifierName": "_opts" @@ -39776,15 +39912,15 @@ }, "property": { "type": "Identifier", - "start": 36819, - "end": 36824, + "start": 39209, + "end": 39214, "loc": { "start": { - "line": 826, + "line": 868, "column": 36 }, "end": { - "line": 826, + "line": 868, "column": 41 }, "identifierName": "ruler" @@ -39795,15 +39931,15 @@ }, "property": { "type": "Identifier", - "start": 36825, - "end": 36831, + "start": 39215, + "end": 39221, "loc": { "start": { - "line": 826, + "line": 868, "column": 42 }, "end": { - "line": 826, + "line": 868, "column": 48 }, "identifierName": "bottom" @@ -39820,72 +39956,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36836, - "end": 36908, + "start": 39226, + "end": 39298, "loc": { "start": { - "line": 826, + "line": 868, "column": 53 }, "end": { - "line": 828, + "line": 870, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36850, - "end": 36898, + "start": 39240, + "end": 39288, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 36850, - "end": 36898, + "start": 39240, + "end": 39288, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 36850, - "end": 36865, + "start": 39240, + "end": 39255, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 27 } }, "object": { "type": "Identifier", - "start": 36850, - "end": 36858, + "start": 39240, + "end": 39248, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 20 }, "identifierName": "_tl_main" @@ -39894,15 +40030,15 @@ }, "property": { "type": "Identifier", - "start": 36859, - "end": 36865, + "start": 39249, + "end": 39255, "loc": { "start": { - "line": 827, + "line": 869, "column": 21 }, "end": { - "line": 827, + "line": 869, "column": 27 }, "identifierName": "append" @@ -39914,58 +40050,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36867, - "end": 36896, + "start": 39257, + "end": 39286, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36867, - "end": 36884, + "start": 39257, + "end": 39274, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 36867, - "end": 36871, + "start": 39257, + "end": 39261, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 33 } } }, "property": { "type": "Identifier", - "start": 36872, - "end": 36884, + "start": 39262, + "end": 39274, "loc": { "start": { - "line": 827, + "line": 869, "column": 34 }, "end": { - "line": 827, + "line": 869, "column": 46 }, "identifierName": "_createRuler" @@ -39977,15 +40113,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36886, - "end": 36894, + "start": 39276, + "end": 39284, "loc": { "start": { - "line": 827, + "line": 869, "column": 48 }, "end": { - "line": 827, + "line": 869, "column": 56 } }, @@ -40009,15 +40145,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -40026,44 +40162,44 @@ }, { "type": "VariableDeclaration", - "start": 36992, - "end": 37204, + "start": 39382, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 8 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 36996, - "end": 37204, + "start": 39386, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 12 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "id": { "type": "Identifier", - "start": 36996, - "end": 37002, + "start": 39386, + "end": 39392, "loc": { "start": { - "line": 831, + "line": 873, "column": 12 }, "end": { - "line": 831, + "line": 873, "column": 18 }, "identifierName": "margin" @@ -40073,30 +40209,30 @@ }, "init": { "type": "ObjectExpression", - "start": 37005, - "end": 37204, + "start": 39395, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 21 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 37023, - "end": 37096, + "start": 39413, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 16 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, @@ -40105,15 +40241,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37023, - "end": 37026, + "start": 39413, + "end": 39416, "loc": { "start": { - "line": 832, + "line": 874, "column": 16 }, "end": { - "line": 832, + "line": 874, "column": 19 }, "identifierName": "top" @@ -40122,43 +40258,43 @@ }, "value": { "type": "BinaryExpression", - "start": 37032, - "end": 37096, + "start": 39422, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, "left": { "type": "CallExpression", - "start": 37032, - "end": 37092, + "start": 39422, + "end": 39482, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 85 } }, "callee": { "type": "Identifier", - "start": 37032, - "end": 37040, + "start": 39422, + "end": 39430, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 33 }, "identifierName": "parseInt" @@ -40168,71 +40304,71 @@ "arguments": [ { "type": "CallExpression", - "start": 37042, - "end": 37086, + "start": 39432, + "end": 39476, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 37042, - "end": 37084, + "start": 39432, + "end": 39474, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 77 } }, "object": { "type": "CallExpression", - "start": 37042, - "end": 37077, + "start": 39432, + "end": 39467, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 37042, - "end": 37055, + "start": 39432, + "end": 39445, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 48 } }, "object": { "type": "Identifier", - "start": 37042, - "end": 37050, + "start": 39432, + "end": 39440, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 43 }, "identifierName": "_tl_main" @@ -40241,15 +40377,15 @@ }, "property": { "type": "Identifier", - "start": 37051, - "end": 37055, + "start": 39441, + "end": 39445, "loc": { "start": { - "line": 832, + "line": 874, "column": 44 }, "end": { - "line": 832, + "line": 874, "column": 48 }, "identifierName": "find" @@ -40261,29 +40397,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37057, - "end": 37075, + "start": 39447, + "end": 39465, "loc": { "start": { - "line": 832, + "line": 874, "column": 50 }, "end": { - "line": 832, + "line": 874, "column": 68 } }, "object": { "type": "Identifier", - "start": 37057, - "end": 37065, + "start": 39447, + "end": 39455, "loc": { "start": { - "line": 832, + "line": 874, "column": 50 }, "end": { - "line": 832, + "line": 874, "column": 58 }, "identifierName": "Selector" @@ -40292,15 +40428,15 @@ }, "property": { "type": "Identifier", - "start": 37066, - "end": 37075, + "start": 39456, + "end": 39465, "loc": { "start": { - "line": 832, + "line": 874, "column": 59 }, "end": { - "line": 832, + "line": 874, "column": 68 }, "identifierName": "RULER_TOP" @@ -40313,15 +40449,15 @@ }, "property": { "type": "Identifier", - "start": 37078, - "end": 37084, + "start": 39468, + "end": 39474, "loc": { "start": { - "line": 832, + "line": 874, "column": 71 }, "end": { - "line": 832, + "line": 874, "column": 77 }, "identifierName": "height" @@ -40334,15 +40470,15 @@ }, { "type": "NumericLiteral", - "start": 37088, - "end": 37090, + "start": 39478, + "end": 39480, "loc": { "start": { - "line": 832, + "line": 874, "column": 81 }, "end": { - "line": 832, + "line": 874, "column": 83 } }, @@ -40357,15 +40493,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 37095, - "end": 37096, + "start": 39485, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 88 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, @@ -40379,15 +40515,15 @@ }, { "type": "ObjectProperty", - "start": 37114, - "end": 37190, + "start": 39504, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 16 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, @@ -40396,15 +40532,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37114, - "end": 37120, + "start": 39504, + "end": 39510, "loc": { "start": { - "line": 833, + "line": 875, "column": 16 }, "end": { - "line": 833, + "line": 875, "column": 22 }, "identifierName": "bottom" @@ -40413,43 +40549,43 @@ }, "value": { "type": "BinaryExpression", - "start": 37123, - "end": 37190, + "start": 39513, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, "left": { "type": "CallExpression", - "start": 37123, - "end": 37186, + "start": 39513, + "end": 39576, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 88 } }, "callee": { "type": "Identifier", - "start": 37123, - "end": 37131, + "start": 39513, + "end": 39521, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 33 }, "identifierName": "parseInt" @@ -40459,71 +40595,71 @@ "arguments": [ { "type": "CallExpression", - "start": 37133, - "end": 37180, + "start": 39523, + "end": 39570, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 37133, - "end": 37178, + "start": 39523, + "end": 39568, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 80 } }, "object": { "type": "CallExpression", - "start": 37133, - "end": 37171, + "start": 39523, + "end": 39561, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 37133, - "end": 37146, + "start": 39523, + "end": 39536, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 48 } }, "object": { "type": "Identifier", - "start": 37133, - "end": 37141, + "start": 39523, + "end": 39531, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 43 }, "identifierName": "_tl_main" @@ -40532,15 +40668,15 @@ }, "property": { "type": "Identifier", - "start": 37142, - "end": 37146, + "start": 39532, + "end": 39536, "loc": { "start": { - "line": 833, + "line": 875, "column": 44 }, "end": { - "line": 833, + "line": 875, "column": 48 }, "identifierName": "find" @@ -40552,29 +40688,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37148, - "end": 37169, + "start": 39538, + "end": 39559, "loc": { "start": { - "line": 833, + "line": 875, "column": 50 }, "end": { - "line": 833, + "line": 875, "column": 71 } }, "object": { "type": "Identifier", - "start": 37148, - "end": 37156, + "start": 39538, + "end": 39546, "loc": { "start": { - "line": 833, + "line": 875, "column": 50 }, "end": { - "line": 833, + "line": 875, "column": 58 }, "identifierName": "Selector" @@ -40583,15 +40719,15 @@ }, "property": { "type": "Identifier", - "start": 37157, - "end": 37169, + "start": 39547, + "end": 39559, "loc": { "start": { - "line": 833, + "line": 875, "column": 59 }, "end": { - "line": 833, + "line": 875, "column": 71 }, "identifierName": "RULER_BOTTOM" @@ -40604,15 +40740,15 @@ }, "property": { "type": "Identifier", - "start": 37172, - "end": 37178, + "start": 39562, + "end": 39568, "loc": { "start": { - "line": 833, + "line": 875, "column": 74 }, "end": { - "line": 833, + "line": 875, "column": 80 }, "identifierName": "height" @@ -40625,15 +40761,15 @@ }, { "type": "NumericLiteral", - "start": 37182, - "end": 37184, + "start": 39572, + "end": 39574, "loc": { "start": { - "line": 833, + "line": 875, "column": 84 }, "end": { - "line": 833, + "line": 875, "column": 86 } }, @@ -40648,15 +40784,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 37189, - "end": 37190, + "start": 39579, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 91 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, @@ -40678,15 +40814,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -40695,85 +40831,85 @@ }, { "type": "IfStatement", - "start": 37222, - "end": 37339, + "start": 39612, + "end": 39729, "loc": { "start": { - "line": 836, + "line": 878, "column": 8 }, "end": { - "line": 838, + "line": 880, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37227, - "end": 37256, + "start": 39617, + "end": 39646, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 37227, - "end": 37252, + "start": 39617, + "end": 39642, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 37227, - "end": 37245, + "start": 39617, + "end": 39635, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 37227, - "end": 37240, + "start": 39617, + "end": 39630, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 26 } }, "object": { "type": "Identifier", - "start": 37227, - "end": 37232, + "start": 39617, + "end": 39622, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 18 }, "identifierName": "_opts" @@ -40782,15 +40918,15 @@ }, "property": { "type": "Identifier", - "start": 37233, - "end": 37240, + "start": 39623, + "end": 39630, "loc": { "start": { - "line": 836, + "line": 878, "column": 19 }, "end": { - "line": 836, + "line": 878, "column": 26 }, "identifierName": "sidebar" @@ -40801,15 +40937,15 @@ }, "property": { "type": "Identifier", - "start": 37241, - "end": 37245, + "start": 39631, + "end": 39635, "loc": { "start": { - "line": 836, + "line": 878, "column": 27 }, "end": { - "line": 836, + "line": 878, "column": 31 }, "identifierName": "list" @@ -40820,15 +40956,15 @@ }, "property": { "type": "Identifier", - "start": 37246, - "end": 37252, + "start": 39636, + "end": 39642, "loc": { "start": { - "line": 836, + "line": 878, "column": 32 }, "end": { - "line": 836, + "line": 878, "column": 38 }, "identifierName": "length" @@ -40840,15 +40976,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 37255, - "end": 37256, + "start": 39645, + "end": 39646, "loc": { "start": { - "line": 836, + "line": 878, "column": 41 }, "end": { - "line": 836, + "line": 878, "column": 42 } }, @@ -40861,72 +40997,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 37259, - "end": 37339, + "start": 39649, + "end": 39729, "loc": { "start": { - "line": 836, + "line": 878, "column": 45 }, "end": { - "line": 838, + "line": 880, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37273, - "end": 37329, + "start": 39663, + "end": 39719, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 37273, - "end": 37329, + "start": 39663, + "end": 39719, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 37273, - "end": 37294, + "start": 39663, + "end": 39684, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 33 } }, "object": { "type": "Identifier", - "start": 37273, - "end": 37286, + "start": 39663, + "end": 39676, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 25 }, "identifierName": "_tl_container" @@ -40935,15 +41071,15 @@ }, "property": { "type": "Identifier", - "start": 37287, - "end": 37294, + "start": 39677, + "end": 39684, "loc": { "start": { - "line": 837, + "line": 879, "column": 26 }, "end": { - "line": 837, + "line": 879, "column": 33 }, "identifierName": "prepend" @@ -40955,58 +41091,58 @@ "arguments": [ { "type": "CallExpression", - "start": 37296, - "end": 37327, + "start": 39686, + "end": 39717, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 37296, - "end": 37317, + "start": 39686, + "end": 39707, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 37296, - "end": 37300, + "start": 39686, + "end": 39690, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 39 } } }, "property": { "type": "Identifier", - "start": 37301, - "end": 37317, + "start": 39691, + "end": 39707, "loc": { "start": { - "line": 837, + "line": 879, "column": 40 }, "end": { - "line": 837, + "line": 879, "column": 56 }, "identifierName": "_createSideIndex" @@ -41018,15 +41154,15 @@ "arguments": [ { "type": "Identifier", - "start": 37319, - "end": 37325, + "start": 39709, + "end": 39715, "loc": { "start": { - "line": 837, + "line": 879, "column": 58 }, "end": { - "line": 837, + "line": 879, "column": 64 }, "identifierName": "margin" @@ -41047,15 +41183,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -41064,57 +41200,57 @@ }, { "type": "ExpressionStatement", - "start": 37449, - "end": 37481, + "start": 39839, + "end": 39871, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 37449, - "end": 37481, + "start": 39839, + "end": 39871, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 37449, - "end": 37469, + "start": 39839, + "end": 39859, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 28 } }, "object": { "type": "Identifier", - "start": 37449, - "end": 37462, + "start": 39839, + "end": 39852, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 21 }, "identifierName": "_tl_container" @@ -41124,15 +41260,15 @@ }, "property": { "type": "Identifier", - "start": 37463, - "end": 37469, + "start": 39853, + "end": 39859, "loc": { "start": { - "line": 841, + "line": 883, "column": 22 }, "end": { - "line": 841, + "line": 883, "column": 28 }, "identifierName": "append" @@ -41145,15 +41281,15 @@ "arguments": [ { "type": "Identifier", - "start": 37471, - "end": 37479, + "start": 39861, + "end": 39869, "loc": { "start": { - "line": 841, + "line": 883, "column": 30 }, "end": { - "line": 841, + "line": 883, "column": 38 }, "identifierName": "_tl_main" @@ -41167,15 +41303,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -41184,71 +41320,71 @@ }, { "type": "ExpressionStatement", - "start": 37490, - "end": 37522, + "start": 39880, + "end": 39912, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 37490, - "end": 37522, + "start": 39880, + "end": 39912, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 37490, - "end": 37505, + "start": 39880, + "end": 39895, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 23 } }, "object": { "type": "CallExpression", - "start": 37490, - "end": 37498, + "start": 39880, + "end": 39888, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 16 } }, "callee": { "type": "Identifier", - "start": 37490, - "end": 37491, + "start": 39880, + "end": 39881, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 9 }, "identifierName": "$" @@ -41258,15 +41394,15 @@ "arguments": [ { "type": "Identifier", - "start": 37492, - "end": 37497, + "start": 39882, + "end": 39887, "loc": { "start": { - "line": 842, + "line": 884, "column": 10 }, "end": { - "line": 842, + "line": 884, "column": 15 }, "identifierName": "_elem" @@ -41277,15 +41413,15 @@ }, "property": { "type": "Identifier", - "start": 37499, - "end": 37505, + "start": 39889, + "end": 39895, "loc": { "start": { - "line": 842, + "line": 884, "column": 17 }, "end": { - "line": 842, + "line": 884, "column": 23 }, "identifierName": "append" @@ -41297,15 +41433,15 @@ "arguments": [ { "type": "Identifier", - "start": 37507, - "end": 37520, + "start": 39897, + "end": 39910, "loc": { "start": { - "line": 842, + "line": 884, "column": 25 }, "end": { - "line": 842, + "line": 884, "column": 38 }, "identifierName": "_tl_container" @@ -41319,15 +41455,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -41336,71 +41472,71 @@ }, { "type": "ExpressionStatement", - "start": 37596, - "end": 37635, + "start": 39986, + "end": 40025, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 37596, - "end": 37635, + "start": 39986, + "end": 40025, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 37596, - "end": 37611, + "start": 39986, + "end": 40001, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 23 } }, "object": { "type": "CallExpression", - "start": 37596, - "end": 37604, + "start": 39986, + "end": 39994, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 16 } }, "callee": { "type": "Identifier", - "start": 37596, - "end": 37597, + "start": 39986, + "end": 39987, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 9 }, "identifierName": "$" @@ -41411,15 +41547,15 @@ "arguments": [ { "type": "Identifier", - "start": 37598, - "end": 37603, + "start": 39988, + "end": 39993, "loc": { "start": { - "line": 845, + "line": 887, "column": 10 }, "end": { - "line": 845, + "line": 887, "column": 15 }, "identifierName": "_elem" @@ -41431,15 +41567,15 @@ }, "property": { "type": "Identifier", - "start": 37605, - "end": 37611, + "start": 39995, + "end": 40001, "loc": { "start": { - "line": 845, + "line": 887, "column": 17 }, "end": { - "line": 845, + "line": 887, "column": 23 }, "identifierName": "append" @@ -41452,58 +41588,58 @@ "arguments": [ { "type": "CallExpression", - "start": 37613, - "end": 37633, + "start": 40003, + "end": 40023, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 37613, - "end": 37631, + "start": 40003, + "end": 40021, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 37613, - "end": 37617, + "start": 40003, + "end": 40007, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 29 } } }, "property": { "type": "Identifier", - "start": 37618, - "end": 37631, + "start": 40008, + "end": 40021, "loc": { "start": { - "line": 845, + "line": 887, "column": 30 }, "end": { - "line": 845, + "line": 887, "column": 43 }, "identifierName": "_createFooter" @@ -41521,15 +41657,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -41538,73 +41674,73 @@ }, { "type": "ExpressionStatement", - "start": 37653, - "end": 37673, + "start": 40043, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 37653, - "end": 37673, + "start": 40043, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37653, - "end": 37666, + "start": 40043, + "end": 40056, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37653, - "end": 37657, + "start": 40043, + "end": 40047, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 12 } } }, "property": { "type": "Identifier", - "start": 37658, - "end": 37666, + "start": 40048, + "end": 40056, "loc": { "start": { - "line": 847, + "line": 889, "column": 13 }, "end": { - "line": 847, + "line": 889, "column": 21 }, "identifierName": "_isShown" @@ -41615,15 +41751,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37669, - "end": 37673, + "start": 40059, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 24 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, @@ -41639,15 +41775,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -41657,15 +41793,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -41674,15 +41810,15 @@ }, { "type": "ClassMethod", - "start": 37810, - "end": 39600, + "start": 40200, + "end": 41990, "loc": { "start": { - "line": 855, + "line": 897, "column": 4 }, "end": { - "line": 884, + "line": 926, "column": 5 } }, @@ -41690,15 +41826,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37810, - "end": 37825, + "start": 40200, + "end": 40215, "loc": { "start": { - "line": 855, + "line": 897, "column": 4 }, "end": { - "line": 855, + "line": 897, "column": 19 }, "identifierName": "_createHeadline" @@ -41714,59 +41850,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37828, - "end": 39600, + "start": 40218, + "end": 41990, "loc": { "start": { - "line": 855, + "line": 897, "column": 22 }, "end": { - "line": 884, + "line": 926, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 37838, - "end": 38683, + "start": 40228, + "end": 41073, "loc": { "start": { - "line": 856, + "line": 898, "column": 8 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 37842, - "end": 37865, + "start": 40232, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 12 }, "end": { - "line": 856, + "line": 898, "column": 35 } }, "id": { "type": "Identifier", - "start": 37842, - "end": 37847, + "start": 40232, + "end": 40237, "loc": { "start": { - "line": 856, + "line": 898, "column": 12 }, "end": { - "line": 856, + "line": 898, "column": 17 }, "identifierName": "_opts" @@ -41775,44 +41911,44 @@ }, "init": { "type": "MemberExpression", - "start": 37853, - "end": 37865, + "start": 40243, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 23 }, "end": { - "line": 856, + "line": 898, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 37853, - "end": 37857, + "start": 40243, + "end": 40247, "loc": { "start": { - "line": 856, + "line": 898, "column": 23 }, "end": { - "line": 856, + "line": 898, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37858, - "end": 37865, + "start": 40248, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 28 }, "end": { - "line": 856, + "line": 898, "column": 35 }, "identifierName": "_config" @@ -41824,29 +41960,29 @@ }, { "type": "VariableDeclarator", - "start": 37879, - "end": 37909, + "start": 40269, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 12 }, "end": { - "line": 857, + "line": 899, "column": 42 } }, "id": { "type": "Identifier", - "start": 37879, - "end": 37885, + "start": 40269, + "end": 40275, "loc": { "start": { - "line": 857, + "line": 899, "column": 12 }, "end": { - "line": 857, + "line": 899, "column": 18 }, "identifierName": "_props" @@ -41855,44 +41991,44 @@ }, "init": { "type": "MemberExpression", - "start": 37890, - "end": 37909, + "start": 40280, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 23 }, "end": { - "line": 857, + "line": 899, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 37890, - "end": 37894, + "start": 40280, + "end": 40284, "loc": { "start": { - "line": 857, + "line": 899, "column": 23 }, "end": { - "line": 857, + "line": 899, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37895, - "end": 37909, + "start": 40285, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 28 }, "end": { - "line": 857, + "line": 899, "column": 42 }, "identifierName": "_instanceProps" @@ -41904,29 +42040,29 @@ }, { "type": "VariableDeclarator", - "start": 37923, - "end": 38023, + "start": 40313, + "end": 40413, "loc": { "start": { - "line": 858, + "line": 900, "column": 12 }, "end": { - "line": 858, + "line": 900, "column": 112 } }, "id": { "type": "Identifier", - "start": 37923, - "end": 37931, + "start": 40313, + "end": 40321, "loc": { "start": { - "line": 858, + "line": 900, "column": 12 }, "end": { - "line": 858, + "line": 900, "column": 20 }, "identifierName": "_display" @@ -41935,58 +42071,58 @@ }, "init": { "type": "CallExpression", - "start": 37934, - "end": 38023, + "start": 40324, + "end": 40413, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 37934, - "end": 37949, + "start": 40324, + "end": 40339, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 37934, - "end": 37938, + "start": 40324, + "end": 40328, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37939, - "end": 37949, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 858, + "line": 900, "column": 28 }, "end": { - "line": 858, + "line": 900, "column": 38 }, "identifierName": "supplement" @@ -41998,43 +42134,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 37951, - "end": 37975, + "start": 40341, + "end": 40365, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 37951, - "end": 37967, + "start": 40341, + "end": 40357, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 56 } }, "object": { "type": "Identifier", - "start": 37951, - "end": 37958, + "start": 40341, + "end": 40348, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 47 }, "identifierName": "Default" @@ -42043,15 +42179,15 @@ }, "property": { "type": "Identifier", - "start": 37959, - "end": 37967, + "start": 40349, + "end": 40357, "loc": { "start": { - "line": 858, + "line": 900, "column": 48 }, "end": { - "line": 858, + "line": 900, "column": 56 }, "identifierName": "headline" @@ -42062,15 +42198,15 @@ }, "property": { "type": "Identifier", - "start": 37968, - "end": 37975, + "start": 40358, + "end": 40365, "loc": { "start": { - "line": 858, + "line": 900, "column": 57 }, "end": { - "line": 858, + "line": 900, "column": 64 }, "identifierName": "display" @@ -42081,43 +42217,43 @@ }, { "type": "MemberExpression", - "start": 37977, - "end": 37999, + "start": 40367, + "end": 40389, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 88 } }, "object": { "type": "MemberExpression", - "start": 37977, - "end": 37991, + "start": 40367, + "end": 40381, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 80 } }, "object": { "type": "Identifier", - "start": 37977, - "end": 37982, + "start": 40367, + "end": 40372, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 71 }, "identifierName": "_opts" @@ -42126,15 +42262,15 @@ }, "property": { "type": "Identifier", - "start": 37983, - "end": 37991, + "start": 40373, + "end": 40381, "loc": { "start": { - "line": 858, + "line": 900, "column": 72 }, "end": { - "line": 858, + "line": 900, "column": 80 }, "identifierName": "headline" @@ -42145,15 +42281,15 @@ }, "property": { "type": "Identifier", - "start": 37992, - "end": 37999, + "start": 40382, + "end": 40389, "loc": { "start": { - "line": 858, + "line": 900, "column": 81 }, "end": { - "line": 858, + "line": 900, "column": 88 }, "identifierName": "display" @@ -42164,44 +42300,44 @@ }, { "type": "MemberExpression", - "start": 38001, - "end": 38021, + "start": 40391, + "end": 40411, "loc": { "start": { - "line": 858, + "line": 900, "column": 90 }, "end": { - "line": 858, + "line": 900, "column": 110 } }, "object": { "type": "ThisExpression", - "start": 38001, - "end": 38005, + "start": 40391, + "end": 40395, "loc": { "start": { - "line": 858, + "line": 900, "column": 90 }, "end": { - "line": 858, + "line": 900, "column": 94 } } }, "property": { "type": "Identifier", - "start": 38006, - "end": 38021, + "start": 40396, + "end": 40411, "loc": { "start": { - "line": 858, + "line": 900, "column": 95 }, "end": { - "line": 858, + "line": 900, "column": 110 }, "identifierName": "validateBoolean" @@ -42215,29 +42351,29 @@ }, { "type": "VariableDeclarator", - "start": 38037, - "end": 38093, + "start": 40427, + "end": 40483, "loc": { "start": { - "line": 859, + "line": 901, "column": 12 }, "end": { - "line": 859, + "line": 901, "column": 68 } }, "id": { "type": "Identifier", - "start": 38037, - "end": 38043, + "start": 40427, + "end": 40433, "loc": { "start": { - "line": 859, + "line": 901, "column": 12 }, "end": { - "line": 859, + "line": 901, "column": 18 }, "identifierName": "_title" @@ -42246,58 +42382,58 @@ }, "init": { "type": "CallExpression", - "start": 38048, - "end": 38093, + "start": 40438, + "end": 40483, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 38048, - "end": 38063, + "start": 40438, + "end": 40453, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38048, - "end": 38052, + "start": 40438, + "end": 40442, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38053, - "end": 38063, + "start": 40443, + "end": 40453, "loc": { "start": { - "line": 859, + "line": 901, "column": 28 }, "end": { - "line": 859, + "line": 901, "column": 38 }, "identifierName": "supplement" @@ -42309,58 +42445,58 @@ "arguments": [ { "type": "NullLiteral", - "start": 38065, - "end": 38069, + "start": 40455, + "end": 40459, "loc": { "start": { - "line": 859, + "line": 901, "column": 40 }, "end": { - "line": 859, + "line": 901, "column": 44 } } }, { "type": "MemberExpression", - "start": 38071, - "end": 38091, + "start": 40461, + "end": 40481, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 38071, - "end": 38085, + "start": 40461, + "end": 40475, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 60 } }, "object": { "type": "Identifier", - "start": 38071, - "end": 38076, + "start": 40461, + "end": 40466, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 51 }, "identifierName": "_opts" @@ -42369,15 +42505,15 @@ }, "property": { "type": "Identifier", - "start": 38077, - "end": 38085, + "start": 40467, + "end": 40475, "loc": { "start": { - "line": 859, + "line": 901, "column": 52 }, "end": { - "line": 859, + "line": 901, "column": 60 }, "identifierName": "headline" @@ -42388,15 +42524,15 @@ }, "property": { "type": "Identifier", - "start": 38086, - "end": 38091, + "start": 40476, + "end": 40481, "loc": { "start": { - "line": 859, + "line": 901, "column": 61 }, "end": { - "line": 859, + "line": 901, "column": 66 }, "identifierName": "title" @@ -42410,29 +42546,29 @@ }, { "type": "VariableDeclarator", - "start": 38107, - "end": 38203, + "start": 40497, + "end": 40593, "loc": { "start": { - "line": 860, + "line": 902, "column": 12 }, "end": { - "line": 860, + "line": 902, "column": 108 } }, "id": { "type": "Identifier", - "start": 38107, - "end": 38113, + "start": 40497, + "end": 40503, "loc": { "start": { - "line": 860, + "line": 902, "column": 12 }, "end": { - "line": 860, + "line": 902, "column": 18 }, "identifierName": "_range" @@ -42441,58 +42577,58 @@ }, "init": { "type": "CallExpression", - "start": 38118, - "end": 38203, + "start": 40508, + "end": 40593, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 38118, - "end": 38133, + "start": 40508, + "end": 40523, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38118, - "end": 38122, + "start": 40508, + "end": 40512, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38123, - "end": 38133, + "start": 40513, + "end": 40523, "loc": { "start": { - "line": 860, + "line": 902, "column": 28 }, "end": { - "line": 860, + "line": 902, "column": 38 }, "identifierName": "supplement" @@ -42504,43 +42640,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38135, - "end": 38157, + "start": 40525, + "end": 40547, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 38135, - "end": 38151, + "start": 40525, + "end": 40541, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 56 } }, "object": { "type": "Identifier", - "start": 38135, - "end": 38142, + "start": 40525, + "end": 40532, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 47 }, "identifierName": "Default" @@ -42549,15 +42685,15 @@ }, "property": { "type": "Identifier", - "start": 38143, - "end": 38151, + "start": 40533, + "end": 40541, "loc": { "start": { - "line": 860, + "line": 902, "column": 48 }, "end": { - "line": 860, + "line": 902, "column": 56 }, "identifierName": "headline" @@ -42568,15 +42704,15 @@ }, "property": { "type": "Identifier", - "start": 38152, - "end": 38157, + "start": 40542, + "end": 40547, "loc": { "start": { - "line": 860, + "line": 902, "column": 57 }, "end": { - "line": 860, + "line": 902, "column": 62 }, "identifierName": "range" @@ -42587,43 +42723,43 @@ }, { "type": "MemberExpression", - "start": 38159, - "end": 38179, + "start": 40549, + "end": 40569, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 38159, - "end": 38173, + "start": 40549, + "end": 40563, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 78 } }, "object": { "type": "Identifier", - "start": 38159, - "end": 38164, + "start": 40549, + "end": 40554, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 69 }, "identifierName": "_opts" @@ -42632,15 +42768,15 @@ }, "property": { "type": "Identifier", - "start": 38165, - "end": 38173, + "start": 40555, + "end": 40563, "loc": { "start": { - "line": 860, + "line": 902, "column": 70 }, "end": { - "line": 860, + "line": 902, "column": 78 }, "identifierName": "headline" @@ -42651,15 +42787,15 @@ }, "property": { "type": "Identifier", - "start": 38174, - "end": 38179, + "start": 40564, + "end": 40569, "loc": { "start": { - "line": 860, + "line": 902, "column": 79 }, "end": { - "line": 860, + "line": 902, "column": 84 }, "identifierName": "range" @@ -42670,44 +42806,44 @@ }, { "type": "MemberExpression", - "start": 38181, - "end": 38201, + "start": 40571, + "end": 40591, "loc": { "start": { - "line": 860, + "line": 902, "column": 86 }, "end": { - "line": 860, + "line": 902, "column": 106 } }, "object": { "type": "ThisExpression", - "start": 38181, - "end": 38185, + "start": 40571, + "end": 40575, "loc": { "start": { - "line": 860, + "line": 902, "column": 86 }, "end": { - "line": 860, + "line": 902, "column": 90 } } }, "property": { "type": "Identifier", - "start": 38186, - "end": 38201, + "start": 40576, + "end": 40591, "loc": { "start": { - "line": 860, + "line": 902, "column": 91 }, "end": { - "line": 860, + "line": 902, "column": 106 }, "identifierName": "validateBoolean" @@ -42721,29 +42857,29 @@ }, { "type": "VariableDeclarator", - "start": 38217, - "end": 38293, + "start": 40607, + "end": 40683, "loc": { "start": { - "line": 861, + "line": 903, "column": 12 }, "end": { - "line": 861, + "line": 903, "column": 88 } }, "id": { "type": "Identifier", - "start": 38217, - "end": 38224, + "start": 40607, + "end": 40614, "loc": { "start": { - "line": 861, + "line": 903, "column": 12 }, "end": { - "line": 861, + "line": 903, "column": 19 }, "identifierName": "_locale" @@ -42752,58 +42888,58 @@ }, "init": { "type": "CallExpression", - "start": 38228, - "end": 38293, + "start": 40618, + "end": 40683, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 38228, - "end": 38243, + "start": 40618, + "end": 40633, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38228, - "end": 38232, + "start": 40618, + "end": 40622, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38233, - "end": 38243, + "start": 40623, + "end": 40633, "loc": { "start": { - "line": 861, + "line": 903, "column": 28 }, "end": { - "line": 861, + "line": 903, "column": 38 }, "identifierName": "supplement" @@ -42815,43 +42951,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38245, - "end": 38268, + "start": 40635, + "end": 40658, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 38245, - "end": 38261, + "start": 40635, + "end": 40651, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 56 } }, "object": { "type": "Identifier", - "start": 38245, - "end": 38252, + "start": 40635, + "end": 40642, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 47 }, "identifierName": "Default" @@ -42860,15 +42996,15 @@ }, "property": { "type": "Identifier", - "start": 38253, - "end": 38261, + "start": 40643, + "end": 40651, "loc": { "start": { - "line": 861, + "line": 903, "column": 48 }, "end": { - "line": 861, + "line": 903, "column": 56 }, "identifierName": "headline" @@ -42879,15 +43015,15 @@ }, "property": { "type": "Identifier", - "start": 38262, - "end": 38268, + "start": 40652, + "end": 40658, "loc": { "start": { - "line": 861, + "line": 903, "column": 57 }, "end": { - "line": 861, + "line": 903, "column": 63 }, "identifierName": "locale" @@ -42898,43 +43034,43 @@ }, { "type": "MemberExpression", - "start": 38270, - "end": 38291, + "start": 40660, + "end": 40681, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 38270, - "end": 38284, + "start": 40660, + "end": 40674, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 79 } }, "object": { "type": "Identifier", - "start": 38270, - "end": 38275, + "start": 40660, + "end": 40665, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 70 }, "identifierName": "_opts" @@ -42943,15 +43079,15 @@ }, "property": { "type": "Identifier", - "start": 38276, - "end": 38284, + "start": 40666, + "end": 40674, "loc": { "start": { - "line": 861, + "line": 903, "column": 71 }, "end": { - "line": 861, + "line": 903, "column": 79 }, "identifierName": "headline" @@ -42962,15 +43098,15 @@ }, "property": { "type": "Identifier", - "start": 38285, - "end": 38291, + "start": 40675, + "end": 40681, "loc": { "start": { - "line": 861, + "line": 903, "column": 80 }, "end": { - "line": 861, + "line": 903, "column": 86 }, "identifierName": "locale" @@ -42984,29 +43120,29 @@ }, { "type": "VariableDeclarator", - "start": 38307, - "end": 38383, + "start": 40697, + "end": 40773, "loc": { "start": { - "line": 862, + "line": 904, "column": 12 }, "end": { - "line": 862, + "line": 904, "column": 88 } }, "id": { "type": "Identifier", - "start": 38307, - "end": 38314, + "start": 40697, + "end": 40704, "loc": { "start": { - "line": 862, + "line": 904, "column": 12 }, "end": { - "line": 862, + "line": 904, "column": 19 }, "identifierName": "_format" @@ -43015,58 +43151,58 @@ }, "init": { "type": "CallExpression", - "start": 38318, - "end": 38383, + "start": 40708, + "end": 40773, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 38318, - "end": 38333, + "start": 40708, + "end": 40723, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38318, - "end": 38322, + "start": 40708, + "end": 40712, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38323, - "end": 38333, + "start": 40713, + "end": 40723, "loc": { "start": { - "line": 862, + "line": 904, "column": 28 }, "end": { - "line": 862, + "line": 904, "column": 38 }, "identifierName": "supplement" @@ -43078,43 +43214,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38335, - "end": 38358, + "start": 40725, + "end": 40748, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 38335, - "end": 38351, + "start": 40725, + "end": 40741, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 56 } }, "object": { "type": "Identifier", - "start": 38335, - "end": 38342, + "start": 40725, + "end": 40732, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 47 }, "identifierName": "Default" @@ -43123,15 +43259,15 @@ }, "property": { "type": "Identifier", - "start": 38343, - "end": 38351, + "start": 40733, + "end": 40741, "loc": { "start": { - "line": 862, + "line": 904, "column": 48 }, "end": { - "line": 862, + "line": 904, "column": 56 }, "identifierName": "headline" @@ -43142,15 +43278,15 @@ }, "property": { "type": "Identifier", - "start": 38352, - "end": 38358, + "start": 40742, + "end": 40748, "loc": { "start": { - "line": 862, + "line": 904, "column": 57 }, "end": { - "line": 862, + "line": 904, "column": 63 }, "identifierName": "format" @@ -43161,43 +43297,43 @@ }, { "type": "MemberExpression", - "start": 38360, - "end": 38381, + "start": 40750, + "end": 40771, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 38360, - "end": 38374, + "start": 40750, + "end": 40764, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 79 } }, "object": { "type": "Identifier", - "start": 38360, - "end": 38365, + "start": 40750, + "end": 40755, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 70 }, "identifierName": "_opts" @@ -43206,15 +43342,15 @@ }, "property": { "type": "Identifier", - "start": 38366, - "end": 38374, + "start": 40756, + "end": 40764, "loc": { "start": { - "line": 862, + "line": 904, "column": 71 }, "end": { - "line": 862, + "line": 904, "column": 79 }, "identifierName": "headline" @@ -43225,15 +43361,15 @@ }, "property": { "type": "Identifier", - "start": 38375, - "end": 38381, + "start": 40765, + "end": 40771, "loc": { "start": { - "line": 862, + "line": 904, "column": 80 }, "end": { - "line": 862, + "line": 904, "column": 86 }, "identifierName": "format" @@ -43247,29 +43383,29 @@ }, { "type": "VariableDeclarator", - "start": 38397, - "end": 38445, + "start": 40787, + "end": 40835, "loc": { "start": { - "line": 863, + "line": 905, "column": 12 }, "end": { - "line": 863, + "line": 905, "column": 60 } }, "id": { "type": "Identifier", - "start": 38397, - "end": 38403, + "start": 40787, + "end": 40793, "loc": { "start": { - "line": 863, + "line": 905, "column": 12 }, "end": { - "line": 863, + "line": 905, "column": 18 }, "identifierName": "_begin" @@ -43278,58 +43414,58 @@ }, "init": { "type": "CallExpression", - "start": 38408, - "end": 38445, + "start": 40798, + "end": 40835, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 38408, - "end": 38423, + "start": 40798, + "end": 40813, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38408, - "end": 38412, + "start": 40798, + "end": 40802, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38413, - "end": 38423, + "start": 40803, + "end": 40813, "loc": { "start": { - "line": 863, + "line": 905, "column": 28 }, "end": { - "line": 863, + "line": 905, "column": 38 }, "identifierName": "supplement" @@ -43341,44 +43477,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 38425, - "end": 38429, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 863, + "line": 905, "column": 40 }, "end": { - "line": 863, + "line": 905, "column": 44 } } }, { "type": "MemberExpression", - "start": 38431, - "end": 38443, + "start": 40821, + "end": 40833, "loc": { "start": { - "line": 863, + "line": 905, "column": 46 }, "end": { - "line": 863, + "line": 905, "column": 58 } }, "object": { "type": "Identifier", - "start": 38431, - "end": 38437, + "start": 40821, + "end": 40827, "loc": { "start": { - "line": 863, + "line": 905, "column": 46 }, "end": { - "line": 863, + "line": 905, "column": 52 }, "identifierName": "_props" @@ -43387,15 +43523,15 @@ }, "property": { "type": "Identifier", - "start": 38438, - "end": 38443, + "start": 40828, + "end": 40833, "loc": { "start": { - "line": 863, + "line": 905, "column": 53 }, "end": { - "line": 863, + "line": 905, "column": 58 }, "identifierName": "begin" @@ -43409,29 +43545,29 @@ }, { "type": "VariableDeclarator", - "start": 38459, - "end": 38505, + "start": 40849, + "end": 40895, "loc": { "start": { - "line": 864, + "line": 906, "column": 12 }, "end": { - "line": 864, + "line": 906, "column": 58 } }, "id": { "type": "Identifier", - "start": 38459, - "end": 38463, + "start": 40849, + "end": 40853, "loc": { "start": { - "line": 864, + "line": 906, "column": 12 }, "end": { - "line": 864, + "line": 906, "column": 16 }, "identifierName": "_end" @@ -43440,58 +43576,58 @@ }, "init": { "type": "CallExpression", - "start": 38470, - "end": 38505, + "start": 40860, + "end": 40895, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38470, - "end": 38485, + "start": 40860, + "end": 40875, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38470, - "end": 38474, + "start": 40860, + "end": 40864, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38475, - "end": 38485, + "start": 40865, + "end": 40875, "loc": { "start": { - "line": 864, + "line": 906, "column": 28 }, "end": { - "line": 864, + "line": 906, "column": 38 }, "identifierName": "supplement" @@ -43503,44 +43639,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 38487, - "end": 38491, + "start": 40877, + "end": 40881, "loc": { "start": { - "line": 864, + "line": 906, "column": 40 }, "end": { - "line": 864, + "line": 906, "column": 44 } } }, { "type": "MemberExpression", - "start": 38493, - "end": 38503, + "start": 40883, + "end": 40893, "loc": { "start": { - "line": 864, + "line": 906, "column": 46 }, "end": { - "line": 864, + "line": 906, "column": 56 } }, "object": { "type": "Identifier", - "start": 38493, - "end": 38499, + "start": 40883, + "end": 40889, "loc": { "start": { - "line": 864, + "line": 906, "column": 46 }, "end": { - "line": 864, + "line": 906, "column": 52 }, "identifierName": "_props" @@ -43549,15 +43685,15 @@ }, "property": { "type": "Identifier", - "start": 38500, - "end": 38503, + "start": 40890, + "end": 40893, "loc": { "start": { - "line": 864, + "line": 906, "column": 53 }, "end": { - "line": 864, + "line": 906, "column": 56 }, "identifierName": "end" @@ -43571,29 +43707,29 @@ }, { "type": "VariableDeclarator", - "start": 38519, - "end": 38590, + "start": 40909, + "end": 40980, "loc": { "start": { - "line": 865, + "line": 907, "column": 12 }, "end": { - "line": 865, + "line": 907, "column": 83 } }, "id": { "type": "Identifier", - "start": 38519, - "end": 38531, + "start": 40909, + "end": 40921, "loc": { "start": { - "line": 865, + "line": 907, "column": 12 }, "end": { - "line": 865, + "line": 907, "column": 24 }, "identifierName": "_tl_headline" @@ -43602,29 +43738,29 @@ }, "init": { "type": "CallExpression", - "start": 38534, - "end": 38590, + "start": 40924, + "end": 40980, "loc": { "start": { - "line": 865, + "line": 907, "column": 27 }, "end": { - "line": 865, + "line": 907, "column": 83 } }, "callee": { "type": "Identifier", - "start": 38534, - "end": 38535, + "start": 40924, + "end": 40925, "loc": { "start": { - "line": 865, + "line": 907, "column": 27 }, "end": { - "line": 865, + "line": 907, "column": 28 }, "identifierName": "$" @@ -43634,15 +43770,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 38536, - "end": 38549, + "start": 40926, + "end": 40939, "loc": { "start": { - "line": 865, + "line": 907, "column": 29 }, "end": { - "line": 865, + "line": 907, "column": 42 } }, @@ -43654,30 +43790,30 @@ }, { "type": "ObjectExpression", - "start": 38551, - "end": 38589, + "start": 40941, + "end": 40979, "loc": { "start": { - "line": 865, + "line": 907, "column": 44 }, "end": { - "line": 865, + "line": 907, "column": 82 } }, "properties": [ { "type": "ObjectProperty", - "start": 38553, - "end": 38587, + "start": 40943, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 46 }, "end": { - "line": 865, + "line": 907, "column": 80 } }, @@ -43686,15 +43822,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38553, - "end": 38558, + "start": 40943, + "end": 40948, "loc": { "start": { - "line": 865, + "line": 907, "column": 46 }, "end": { - "line": 865, + "line": 907, "column": 51 }, "identifierName": "class" @@ -43703,29 +43839,29 @@ }, "value": { "type": "MemberExpression", - "start": 38560, - "end": 38587, + "start": 40950, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 53 }, "end": { - "line": 865, + "line": 907, "column": 80 } }, "object": { "type": "Identifier", - "start": 38560, - "end": 38569, + "start": 40950, + "end": 40959, "loc": { "start": { - "line": 865, + "line": 907, "column": 53 }, "end": { - "line": 865, + "line": 907, "column": 62 }, "identifierName": "ClassName" @@ -43734,15 +43870,15 @@ }, "property": { "type": "Identifier", - "start": 38570, - "end": 38587, + "start": 40960, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 63 }, "end": { - "line": 865, + "line": 907, "column": 80 }, "identifierName": "TIMELINE_HEADLINE" @@ -43759,29 +43895,29 @@ }, { "type": "VariableDeclarator", - "start": 38604, - "end": 38683, + "start": 40994, + "end": 41073, "loc": { "start": { - "line": 866, + "line": 908, "column": 12 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "id": { "type": "Identifier", - "start": 38604, - "end": 38612, + "start": 40994, + "end": 41002, "loc": { "start": { - "line": 866, + "line": 908, "column": 12 }, "end": { - "line": 866, + "line": 908, "column": 20 }, "identifierName": "_wrapper" @@ -43790,29 +43926,29 @@ }, "init": { "type": "CallExpression", - "start": 38619, - "end": 38683, + "start": 41009, + "end": 41073, "loc": { "start": { - "line": 866, + "line": 908, "column": 27 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "callee": { "type": "Identifier", - "start": 38619, - "end": 38620, + "start": 41009, + "end": 41010, "loc": { "start": { - "line": 866, + "line": 908, "column": 27 }, "end": { - "line": 866, + "line": 908, "column": 28 }, "identifierName": "$" @@ -43822,15 +43958,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 38621, - "end": 38634, + "start": 41011, + "end": 41024, "loc": { "start": { - "line": 866, + "line": 908, "column": 29 }, "end": { - "line": 866, + "line": 908, "column": 42 } }, @@ -43842,30 +43978,30 @@ }, { "type": "ObjectExpression", - "start": 38636, - "end": 38682, + "start": 41026, + "end": 41072, "loc": { "start": { - "line": 866, + "line": 908, "column": 44 }, "end": { - "line": 866, + "line": 908, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 38638, - "end": 38680, + "start": 41028, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 46 }, "end": { - "line": 866, + "line": 908, "column": 88 } }, @@ -43874,15 +44010,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38638, - "end": 38643, + "start": 41028, + "end": 41033, "loc": { "start": { - "line": 866, + "line": 908, "column": 46 }, "end": { - "line": 866, + "line": 908, "column": 51 }, "identifierName": "class" @@ -43891,29 +44027,29 @@ }, "value": { "type": "MemberExpression", - "start": 38645, - "end": 38680, + "start": 41035, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 53 }, "end": { - "line": 866, + "line": 908, "column": 88 } }, "object": { "type": "Identifier", - "start": 38645, - "end": 38654, + "start": 41035, + "end": 41044, "loc": { "start": { - "line": 866, + "line": 908, "column": 53 }, "end": { - "line": 866, + "line": 908, "column": 62 }, "identifierName": "ClassName" @@ -43922,15 +44058,15 @@ }, "property": { "type": "Identifier", - "start": 38655, - "end": 38680, + "start": 41045, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 63 }, "end": { - "line": 866, + "line": 908, "column": 88 }, "identifierName": "TIMELINE_HEADLINE_WRAPPER" @@ -43953,15 +44089,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -43970,29 +44106,29 @@ }, { "type": "IfStatement", - "start": 38746, - "end": 38873, + "start": 41136, + "end": 41263, "loc": { "start": { - "line": 869, + "line": 911, "column": 8 }, "end": { - "line": 871, + "line": 913, "column": 9 } }, "test": { "type": "Identifier", - "start": 38751, - "end": 38757, + "start": 41141, + "end": 41147, "loc": { "start": { - "line": 869, + "line": 911, "column": 13 }, "end": { - "line": 869, + "line": 911, "column": 19 }, "identifierName": "_title" @@ -44002,72 +44138,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 38760, - "end": 38873, + "start": 41150, + "end": 41263, "loc": { "start": { - "line": 869, + "line": 911, "column": 22 }, "end": { - "line": 871, + "line": 913, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38774, - "end": 38863, + "start": 41164, + "end": 41253, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 101 } }, "expression": { "type": "CallExpression", - "start": 38774, - "end": 38863, + "start": 41164, + "end": 41253, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 38774, - "end": 38789, + "start": 41164, + "end": 41179, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 27 } }, "object": { "type": "Identifier", - "start": 38774, - "end": 38782, + "start": 41164, + "end": 41172, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 20 }, "identifierName": "_wrapper" @@ -44076,15 +44212,15 @@ }, "property": { "type": "Identifier", - "start": 38783, - "end": 38789, + "start": 41173, + "end": 41179, "loc": { "start": { - "line": 870, + "line": 912, "column": 21 }, "end": { - "line": 870, + "line": 912, "column": 27 }, "identifierName": "append" @@ -44096,44 +44232,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 38791, - "end": 38861, + "start": 41181, + "end": 41251, "loc": { "start": { - "line": 870, + "line": 912, "column": 29 }, "end": { - "line": 870, + "line": 912, "column": 99 } }, "expressions": [ { "type": "MemberExpression", - "start": 38805, - "end": 38829, + "start": 41195, + "end": 41219, "loc": { "start": { - "line": 870, + "line": 912, "column": 43 }, "end": { - "line": 870, + "line": 912, "column": 67 } }, "object": { "type": "Identifier", - "start": 38805, - "end": 38814, + "start": 41195, + "end": 41204, "loc": { "start": { - "line": 870, + "line": 912, "column": 43 }, "end": { - "line": 870, + "line": 912, "column": 52 }, "identifierName": "ClassName" @@ -44142,15 +44278,15 @@ }, "property": { "type": "Identifier", - "start": 38815, - "end": 38829, + "start": 41205, + "end": 41219, "loc": { "start": { - "line": 870, + "line": 912, "column": 53 }, "end": { - "line": 870, + "line": 912, "column": 67 }, "identifierName": "HEADLINE_TITLE" @@ -44161,43 +44297,43 @@ }, { "type": "MemberExpression", - "start": 38834, - "end": 38854, + "start": 41224, + "end": 41244, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 38834, - "end": 38848, + "start": 41224, + "end": 41238, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 86 } }, "object": { "type": "Identifier", - "start": 38834, - "end": 38839, + "start": 41224, + "end": 41229, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 77 }, "identifierName": "_opts" @@ -44206,15 +44342,15 @@ }, "property": { "type": "Identifier", - "start": 38840, - "end": 38848, + "start": 41230, + "end": 41238, "loc": { "start": { - "line": 870, + "line": 912, "column": 78 }, "end": { - "line": 870, + "line": 912, "column": 86 }, "identifierName": "headline" @@ -44225,15 +44361,15 @@ }, "property": { "type": "Identifier", - "start": 38849, - "end": 38854, + "start": 41239, + "end": 41244, "loc": { "start": { - "line": 870, + "line": 912, "column": 87 }, "end": { - "line": 870, + "line": 912, "column": 92 }, "identifierName": "title" @@ -44246,15 +44382,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 38792, - "end": 38803, + "start": 41182, + "end": 41193, "loc": { "start": { - "line": 870, + "line": 912, "column": 30 }, "end": { - "line": 870, + "line": 912, "column": 41 } }, @@ -44266,15 +44402,15 @@ }, { "type": "TemplateElement", - "start": 38830, - "end": 38832, + "start": 41220, + "end": 41222, "loc": { "start": { - "line": 870, + "line": 912, "column": 68 }, "end": { - "line": 870, + "line": 912, "column": 70 } }, @@ -44286,15 +44422,15 @@ }, { "type": "TemplateElement", - "start": 38855, - "end": 38860, + "start": 41245, + "end": 41250, "loc": { "start": { - "line": 870, + "line": 912, "column": 93 }, "end": { - "line": 870, + "line": 912, "column": 98 } }, @@ -44317,15 +44453,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -44334,29 +44470,29 @@ }, { "type": "IfStatement", - "start": 38882, - "end": 39457, + "start": 41272, + "end": 41847, "loc": { "start": { - "line": 872, + "line": 914, "column": 8 }, "end": { - "line": 879, + "line": 921, "column": 9 } }, "test": { "type": "Identifier", - "start": 38887, - "end": 38893, + "start": 41277, + "end": 41283, "loc": { "start": { - "line": 872, + "line": 914, "column": 13 }, "end": { - "line": 872, + "line": 914, "column": 19 }, "identifierName": "_range" @@ -44365,58 +44501,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 38896, - "end": 39457, + "start": 41286, + "end": 41847, "loc": { "start": { - "line": 872, + "line": 914, "column": 22 }, "end": { - "line": 879, + "line": 921, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 38910, - "end": 39447, + "start": 41300, + "end": 41837, "loc": { "start": { - "line": 873, + "line": 915, "column": 12 }, "end": { - "line": 878, + "line": 920, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 38915, - "end": 38929, + "start": 41305, + "end": 41319, "loc": { "start": { - "line": 873, + "line": 915, "column": 17 }, "end": { - "line": 873, + "line": 915, "column": 31 } }, "left": { "type": "Identifier", - "start": 38915, - "end": 38921, + "start": 41305, + "end": 41311, "loc": { "start": { - "line": 873, + "line": 915, "column": 17 }, "end": { - "line": 873, + "line": 915, "column": 23 }, "identifierName": "_begin" @@ -44426,15 +44562,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 38925, - "end": 38929, + "start": 41315, + "end": 41319, "loc": { "start": { - "line": 873, + "line": 915, "column": 27 }, "end": { - "line": 873, + "line": 915, "column": 31 }, "identifierName": "_end" @@ -44444,59 +44580,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 38932, - "end": 39447, + "start": 41322, + "end": 41837, "loc": { "start": { - "line": 873, + "line": 915, "column": 34 }, "end": { - "line": 878, + "line": 920, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 38950, - "end": 39119, + "start": 41340, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 16 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 38954, - "end": 39119, + "start": 41344, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 20 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "id": { "type": "Identifier", - "start": 38954, - "end": 38959, + "start": 41344, + "end": 41349, "loc": { "start": { - "line": 874, + "line": 916, "column": 20 }, "end": { - "line": 874, + "line": 916, "column": 25 }, "identifierName": "_meta" @@ -44505,72 +44641,72 @@ }, "init": { "type": "TemplateLiteral", - "start": 38962, - "end": 39119, + "start": 41352, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 28 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "expressions": [ { "type": "CallExpression", - "start": 38965, - "end": 39018, + "start": 41355, + "end": 41408, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 38965, - "end": 38998, + "start": 41355, + "end": 41388, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 64 } }, "object": { "type": "NewExpression", - "start": 38965, - "end": 38983, + "start": 41355, + "end": 41373, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 49 } }, "callee": { "type": "Identifier", - "start": 38969, - "end": 38973, + "start": 41359, + "end": 41363, "loc": { "start": { - "line": 874, + "line": 916, "column": 35 }, "end": { - "line": 874, + "line": 916, "column": 39 }, "identifierName": "Date" @@ -44580,15 +44716,15 @@ "arguments": [ { "type": "Identifier", - "start": 38975, - "end": 38981, + "start": 41365, + "end": 41371, "loc": { "start": { - "line": 874, + "line": 916, "column": 41 }, "end": { - "line": 874, + "line": 916, "column": 47 }, "identifierName": "_begin" @@ -44599,15 +44735,15 @@ }, "property": { "type": "Identifier", - "start": 38984, - "end": 38998, + "start": 41374, + "end": 41388, "loc": { "start": { - "line": 874, + "line": 916, "column": 50 }, "end": { - "line": 874, + "line": 916, "column": 64 }, "identifierName": "toLocaleString" @@ -44619,15 +44755,15 @@ "arguments": [ { "type": "Identifier", - "start": 39000, - "end": 39007, + "start": 41390, + "end": 41397, "loc": { "start": { - "line": 874, + "line": 916, "column": 66 }, "end": { - "line": 874, + "line": 916, "column": 73 }, "identifierName": "_locale" @@ -44636,15 +44772,15 @@ }, { "type": "Identifier", - "start": 39009, - "end": 39016, + "start": 41399, + "end": 41406, "loc": { "start": { - "line": 874, + "line": 916, "column": 75 }, "end": { - "line": 874, + "line": 916, "column": 82 }, "identifierName": "_format" @@ -44655,29 +44791,29 @@ }, { "type": "MemberExpression", - "start": 39034, - "end": 39054, + "start": 41424, + "end": 41444, "loc": { "start": { - "line": 874, + "line": 916, "column": 100 }, "end": { - "line": 874, + "line": 916, "column": 120 } }, "object": { "type": "Identifier", - "start": 39034, - "end": 39043, + "start": 41424, + "end": 41433, "loc": { "start": { - "line": 874, + "line": 916, "column": 100 }, "end": { - "line": 874, + "line": 916, "column": 109 }, "identifierName": "ClassName" @@ -44686,15 +44822,15 @@ }, "property": { "type": "Identifier", - "start": 39044, - "end": 39054, + "start": 41434, + "end": 41444, "loc": { "start": { - "line": 874, + "line": 916, "column": 110 }, "end": { - "line": 874, + "line": 916, "column": 120 }, "identifierName": "RANGE_SPAN" @@ -44705,57 +44841,57 @@ }, { "type": "CallExpression", - "start": 39066, - "end": 39117, + "start": 41456, + "end": 41507, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 183 } }, "callee": { "type": "MemberExpression", - "start": 39066, - "end": 39097, + "start": 41456, + "end": 41487, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 163 } }, "object": { "type": "NewExpression", - "start": 39066, - "end": 39082, + "start": 41456, + "end": 41472, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 148 } }, "callee": { "type": "Identifier", - "start": 39070, - "end": 39074, + "start": 41460, + "end": 41464, "loc": { "start": { - "line": 874, + "line": 916, "column": 136 }, "end": { - "line": 874, + "line": 916, "column": 140 }, "identifierName": "Date" @@ -44765,15 +44901,15 @@ "arguments": [ { "type": "Identifier", - "start": 39076, - "end": 39080, + "start": 41466, + "end": 41470, "loc": { "start": { - "line": 874, + "line": 916, "column": 142 }, "end": { - "line": 874, + "line": 916, "column": 146 }, "identifierName": "_end" @@ -44784,15 +44920,15 @@ }, "property": { "type": "Identifier", - "start": 39083, - "end": 39097, + "start": 41473, + "end": 41487, "loc": { "start": { - "line": 874, + "line": 916, "column": 149 }, "end": { - "line": 874, + "line": 916, "column": 163 }, "identifierName": "toLocaleString" @@ -44804,15 +44940,15 @@ "arguments": [ { "type": "Identifier", - "start": 39099, - "end": 39106, + "start": 41489, + "end": 41496, "loc": { "start": { - "line": 874, + "line": 916, "column": 165 }, "end": { - "line": 874, + "line": 916, "column": 172 }, "identifierName": "_locale" @@ -44821,15 +44957,15 @@ }, { "type": "Identifier", - "start": 39108, - "end": 39115, + "start": 41498, + "end": 41505, "loc": { "start": { - "line": 874, + "line": 916, "column": 174 }, "end": { - "line": 874, + "line": 916, "column": 181 }, "identifierName": "_format" @@ -44842,15 +44978,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 38963, - "end": 38963, + "start": 41353, + "end": 41353, "loc": { "start": { - "line": 874, + "line": 916, "column": 29 }, "end": { - "line": 874, + "line": 916, "column": 29 } }, @@ -44862,15 +44998,15 @@ }, { "type": "TemplateElement", - "start": 39019, - "end": 39032, + "start": 41409, + "end": 41422, "loc": { "start": { - "line": 874, + "line": 916, "column": 85 }, "end": { - "line": 874, + "line": 916, "column": 98 } }, @@ -44882,15 +45018,15 @@ }, { "type": "TemplateElement", - "start": 39055, - "end": 39064, + "start": 41445, + "end": 41454, "loc": { "start": { - "line": 874, + "line": 916, "column": 121 }, "end": { - "line": 874, + "line": 916, "column": 130 } }, @@ -44902,15 +45038,15 @@ }, { "type": "TemplateElement", - "start": 39118, - "end": 39118, + "start": 41508, + "end": 41508, "loc": { "start": { - "line": 874, + "line": 916, "column": 184 }, "end": { - "line": 874, + "line": 916, "column": 184 } }, @@ -44931,15 +45067,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -44948,57 +45084,57 @@ }, { "type": "ExpressionStatement", - "start": 39361, - "end": 39433, + "start": 41751, + "end": 41823, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 39361, - "end": 39433, + "start": 41751, + "end": 41823, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 39361, - "end": 39376, + "start": 41751, + "end": 41766, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 31 } }, "object": { "type": "Identifier", - "start": 39361, - "end": 39369, + "start": 41751, + "end": 41759, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 24 }, "identifierName": "_wrapper" @@ -45008,15 +45144,15 @@ }, "property": { "type": "Identifier", - "start": 39370, - "end": 39376, + "start": 41760, + "end": 41766, "loc": { "start": { - "line": 877, + "line": 919, "column": 25 }, "end": { - "line": 877, + "line": 919, "column": 31 }, "identifierName": "append" @@ -45029,44 +45165,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 39378, - "end": 39431, + "start": 41768, + "end": 41821, "loc": { "start": { - "line": 877, + "line": 919, "column": 33 }, "end": { - "line": 877, + "line": 919, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 39393, - "end": 39413, + "start": 41783, + "end": 41803, "loc": { "start": { - "line": 877, + "line": 919, "column": 48 }, "end": { - "line": 877, + "line": 919, "column": 68 } }, "object": { "type": "Identifier", - "start": 39393, - "end": 39402, + "start": 41783, + "end": 41792, "loc": { "start": { - "line": 877, + "line": 919, "column": 48 }, "end": { - "line": 877, + "line": 919, "column": 57 }, "identifierName": "ClassName" @@ -45075,15 +45211,15 @@ }, "property": { "type": "Identifier", - "start": 39403, - "end": 39413, + "start": 41793, + "end": 41803, "loc": { "start": { - "line": 877, + "line": 919, "column": 58 }, "end": { - "line": 877, + "line": 919, "column": 68 }, "identifierName": "RANGE_META" @@ -45094,15 +45230,15 @@ }, { "type": "Identifier", - "start": 39418, - "end": 39423, + "start": 41808, + "end": 41813, "loc": { "start": { - "line": 877, + "line": 919, "column": 73 }, "end": { - "line": 877, + "line": 919, "column": 78 }, "identifierName": "_meta" @@ -45113,15 +45249,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 39379, - "end": 39391, + "start": 41769, + "end": 41781, "loc": { "start": { - "line": 877, + "line": 919, "column": 34 }, "end": { - "line": 877, + "line": 919, "column": 46 } }, @@ -45133,15 +45269,15 @@ }, { "type": "TemplateElement", - "start": 39414, - "end": 39416, + "start": 41804, + "end": 41806, "loc": { "start": { - "line": 877, + "line": 919, "column": 69 }, "end": { - "line": 877, + "line": 919, "column": 71 } }, @@ -45153,15 +45289,15 @@ }, { "type": "TemplateElement", - "start": 39424, - "end": 39430, + "start": 41814, + "end": 41820, "loc": { "start": { - "line": 877, + "line": 919, "column": 79 }, "end": { - "line": 877, + "line": 919, "column": 85 } }, @@ -45180,15 +45316,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -45207,29 +45343,29 @@ }, { "type": "IfStatement", - "start": 39466, - "end": 39547, + "start": 41856, + "end": 41937, "loc": { "start": { - "line": 880, + "line": 922, "column": 8 }, "end": { - "line": 882, + "line": 924, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 39471, - "end": 39481, + "start": 41861, + "end": 41871, "loc": { "start": { - "line": 880, + "line": 922, "column": 13 }, "end": { - "line": 880, + "line": 922, "column": 23 } }, @@ -45237,15 +45373,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 39473, - "end": 39481, + "start": 41863, + "end": 41871, "loc": { "start": { - "line": 880, + "line": 922, "column": 15 }, "end": { - "line": 880, + "line": 922, "column": 23 }, "identifierName": "_display" @@ -45258,72 +45394,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 39484, - "end": 39547, + "start": 41874, + "end": 41937, "loc": { "start": { - "line": 880, + "line": 922, "column": 26 }, "end": { - "line": 882, + "line": 924, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39498, - "end": 39537, + "start": 41888, + "end": 41927, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 39498, - "end": 39537, + "start": 41888, + "end": 41927, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 39498, - "end": 39519, + "start": 41888, + "end": 41909, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 33 } }, "object": { "type": "Identifier", - "start": 39498, - "end": 39510, + "start": 41888, + "end": 41900, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 24 }, "identifierName": "_tl_headline" @@ -45332,15 +45468,15 @@ }, "property": { "type": "Identifier", - "start": 39511, - "end": 39519, + "start": 41901, + "end": 41909, "loc": { "start": { - "line": 881, + "line": 923, "column": 25 }, "end": { - "line": 881, + "line": 923, "column": 33 }, "identifierName": "addClass" @@ -45352,29 +45488,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39521, - "end": 39535, + "start": 41911, + "end": 41925, "loc": { "start": { - "line": 881, + "line": 923, "column": 35 }, "end": { - "line": 881, + "line": 923, "column": 49 } }, "object": { "type": "Identifier", - "start": 39521, - "end": 39530, + "start": 41911, + "end": 41920, "loc": { "start": { - "line": 881, + "line": 923, "column": 35 }, "end": { - "line": 881, + "line": 923, "column": 44 }, "identifierName": "ClassName" @@ -45383,15 +45519,15 @@ }, "property": { "type": "Identifier", - "start": 39531, - "end": 39535, + "start": 41921, + "end": 41925, "loc": { "start": { - "line": 881, + "line": 923, "column": 45 }, "end": { - "line": 881, + "line": 923, "column": 49 }, "identifierName": "HIDE" @@ -45410,57 +45546,57 @@ }, { "type": "ReturnStatement", - "start": 39556, - "end": 39594, + "start": 41946, + "end": 41984, "loc": { "start": { - "line": 883, + "line": 925, "column": 8 }, "end": { - "line": 883, + "line": 925, "column": 46 } }, "argument": { "type": "CallExpression", - "start": 39563, - "end": 39594, + "start": 41953, + "end": 41984, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 39563, - "end": 39582, + "start": 41953, + "end": 41972, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 34 } }, "object": { "type": "Identifier", - "start": 39563, - "end": 39575, + "start": 41953, + "end": 41965, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 27 }, "identifierName": "_tl_headline" @@ -45469,15 +45605,15 @@ }, "property": { "type": "Identifier", - "start": 39576, - "end": 39582, + "start": 41966, + "end": 41972, "loc": { "start": { - "line": 883, + "line": 925, "column": 28 }, "end": { - "line": 883, + "line": 925, "column": 34 }, "identifierName": "append" @@ -45489,15 +45625,15 @@ "arguments": [ { "type": "Identifier", - "start": 39584, - "end": 39592, + "start": 41974, + "end": 41982, "loc": { "start": { - "line": 883, + "line": 925, "column": 36 }, "end": { - "line": 883, + "line": 925, "column": 44 }, "identifierName": "_wrapper" @@ -45515,15 +45651,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -45533,15 +45669,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -45550,15 +45686,15 @@ }, { "type": "ClassMethod", - "start": 39738, - "end": 43694, + "start": 42128, + "end": 46084, "loc": { "start": { - "line": 891, + "line": 933, "column": 4 }, "end": { - "line": 972, + "line": 1014, "column": 5 } }, @@ -45566,15 +45702,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 39738, - "end": 39759, + "start": 42128, + "end": 42149, "loc": { "start": { - "line": 891, + "line": 933, "column": 4 }, "end": { - "line": 891, + "line": 933, "column": 25 }, "identifierName": "_createEventContainer" @@ -45590,59 +45726,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 39762, - "end": 43694, + "start": 42152, + "end": 46084, "loc": { "start": { - "line": 891, + "line": 933, "column": 28 }, "end": { - "line": 972, + "line": 1014, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 39772, - "end": 42399, + "start": 42162, + "end": 44789, "loc": { "start": { - "line": 892, + "line": 934, "column": 8 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 39776, - "end": 39804, + "start": 42166, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 12 }, "end": { - "line": 892, + "line": 934, "column": 40 } }, "id": { "type": "Identifier", - "start": 39776, - "end": 39781, + "start": 42166, + "end": 42171, "loc": { "start": { - "line": 892, + "line": 934, "column": 12 }, "end": { - "line": 892, + "line": 934, "column": 17 }, "identifierName": "_opts" @@ -45651,44 +45787,44 @@ }, "init": { "type": "MemberExpression", - "start": 39792, - "end": 39804, + "start": 42182, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 28 }, "end": { - "line": 892, + "line": 934, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 39792, - "end": 39796, + "start": 42182, + "end": 42186, "loc": { "start": { - "line": 892, + "line": 934, "column": 28 }, "end": { - "line": 892, + "line": 934, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39797, - "end": 39804, + "start": 42187, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 33 }, "end": { - "line": 892, + "line": 934, "column": 40 }, "identifierName": "_config" @@ -45700,29 +45836,29 @@ }, { "type": "VariableDeclarator", - "start": 39818, - "end": 39853, + "start": 42208, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 12 }, "end": { - "line": 893, + "line": 935, "column": 47 } }, "id": { "type": "Identifier", - "start": 39818, - "end": 39824, + "start": 42208, + "end": 42214, "loc": { "start": { - "line": 893, + "line": 935, "column": 12 }, "end": { - "line": 893, + "line": 935, "column": 18 }, "identifierName": "_props" @@ -45731,44 +45867,44 @@ }, "init": { "type": "MemberExpression", - "start": 39834, - "end": 39853, + "start": 42224, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 28 }, "end": { - "line": 893, + "line": 935, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39834, - "end": 39838, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 893, + "line": 935, "column": 28 }, "end": { - "line": 893, + "line": 935, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39839, - "end": 39853, + "start": 42229, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 33 }, "end": { - "line": 893, + "line": 935, "column": 47 }, "identifierName": "_instanceProps" @@ -45780,29 +45916,29 @@ }, { "type": "VariableDeclarator", - "start": 39867, - "end": 39931, + "start": 42257, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 12 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "id": { "type": "Identifier", - "start": 39867, - "end": 39880, + "start": 42257, + "end": 42270, "loc": { "start": { - "line": 894, + "line": 936, "column": 12 }, "end": { - "line": 894, + "line": 936, "column": 25 }, "identifierName": "_actualHeight" @@ -45811,43 +45947,43 @@ }, "init": { "type": "BinaryExpression", - "start": 39883, - "end": 39931, + "start": 42273, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 39883, - "end": 39900, + "start": 42273, + "end": 42290, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 45 } }, "object": { "type": "Identifier", - "start": 39883, - "end": 39889, + "start": 42273, + "end": 42279, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 34 }, "identifierName": "_props" @@ -45856,15 +45992,15 @@ }, "property": { "type": "Identifier", - "start": 39890, - "end": 39900, + "start": 42280, + "end": 42290, "loc": { "start": { - "line": 894, + "line": 936, "column": 35 }, "end": { - "line": 894, + "line": 936, "column": 45 }, "identifierName": "fullheight" @@ -45876,43 +46012,43 @@ "operator": "+", "right": { "type": "CallExpression", - "start": 39903, - "end": 39931, + "start": 42293, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 39903, - "end": 39912, + "start": 42293, + "end": 42302, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 57 } }, "object": { "type": "Identifier", - "start": 39903, - "end": 39907, + "start": 42293, + "end": 42297, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 52 }, "identifierName": "Math" @@ -45921,15 +46057,15 @@ }, "property": { "type": "Identifier", - "start": 39908, - "end": 39912, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 894, + "line": 936, "column": 53 }, "end": { - "line": 894, + "line": 936, "column": 57 }, "identifierName": "ceil" @@ -45941,43 +46077,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 39914, - "end": 39929, + "start": 42304, + "end": 42319, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 39914, - "end": 39925, + "start": 42304, + "end": 42315, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 70 } }, "object": { "type": "Identifier", - "start": 39914, - "end": 39920, + "start": 42304, + "end": 42310, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 65 }, "identifierName": "_props" @@ -45986,15 +46122,15 @@ }, "property": { "type": "Identifier", - "start": 39921, - "end": 39925, + "start": 42311, + "end": 42315, "loc": { "start": { - "line": 894, + "line": 936, "column": 66 }, "end": { - "line": 894, + "line": 936, "column": 70 }, "identifierName": "rows" @@ -46006,15 +46142,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 39928, - "end": 39929, + "start": 42318, + "end": 42319, "loc": { "start": { - "line": 894, + "line": 936, "column": 73 }, "end": { - "line": 894, + "line": 936, "column": 74 } }, @@ -46031,29 +46167,29 @@ }, { "type": "VariableDeclarator", - "start": 39945, - "end": 40061, + "start": 42335, + "end": 42451, "loc": { "start": { - "line": 895, + "line": 937, "column": 12 }, "end": { - "line": 895, + "line": 937, "column": 128 } }, "id": { "type": "Identifier", - "start": 39945, - "end": 39955, + "start": 42335, + "end": 42345, "loc": { "start": { - "line": 895, + "line": 937, "column": 12 }, "end": { - "line": 895, + "line": 937, "column": 22 }, "identifierName": "_container" @@ -46062,29 +46198,29 @@ }, "init": { "type": "CallExpression", - "start": 39961, - "end": 40061, + "start": 42351, + "end": 42451, "loc": { "start": { - "line": 895, + "line": 937, "column": 28 }, "end": { - "line": 895, + "line": 937, "column": 128 } }, "callee": { "type": "Identifier", - "start": 39961, - "end": 39962, + "start": 42351, + "end": 42352, "loc": { "start": { - "line": 895, + "line": 937, "column": 28 }, "end": { - "line": 895, + "line": 937, "column": 29 }, "identifierName": "$" @@ -46094,15 +46230,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39963, - "end": 39976, + "start": 42353, + "end": 42366, "loc": { "start": { - "line": 895, + "line": 937, "column": 30 }, "end": { - "line": 895, + "line": 937, "column": 43 } }, @@ -46114,30 +46250,30 @@ }, { "type": "ObjectExpression", - "start": 39978, - "end": 40060, + "start": 42368, + "end": 42450, "loc": { "start": { - "line": 895, + "line": 937, "column": 45 }, "end": { - "line": 895, + "line": 937, "column": 127 } }, "properties": [ { "type": "ObjectProperty", - "start": 39980, - "end": 40021, + "start": 42370, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 47 }, "end": { - "line": 895, + "line": 937, "column": 88 } }, @@ -46146,15 +46282,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 39980, - "end": 39985, + "start": 42370, + "end": 42375, "loc": { "start": { - "line": 895, + "line": 937, "column": 47 }, "end": { - "line": 895, + "line": 937, "column": 52 }, "identifierName": "class" @@ -46163,29 +46299,29 @@ }, "value": { "type": "MemberExpression", - "start": 39987, - "end": 40021, + "start": 42377, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 54 }, "end": { - "line": 895, + "line": 937, "column": 88 } }, "object": { "type": "Identifier", - "start": 39987, - "end": 39996, + "start": 42377, + "end": 42386, "loc": { "start": { - "line": 895, + "line": 937, "column": 54 }, "end": { - "line": 895, + "line": 937, "column": 63 }, "identifierName": "ClassName" @@ -46194,15 +46330,15 @@ }, "property": { "type": "Identifier", - "start": 39997, - "end": 40021, + "start": 42387, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 64 }, "end": { - "line": 895, + "line": 937, "column": 88 }, "identifierName": "TIMELINE_EVENT_CONTAINER" @@ -46214,15 +46350,15 @@ }, { "type": "ObjectProperty", - "start": 40023, - "end": 40058, + "start": 42413, + "end": 42448, "loc": { "start": { - "line": 895, + "line": 937, "column": 90 }, "end": { - "line": 895, + "line": 937, "column": 125 } }, @@ -46231,15 +46367,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 40023, - "end": 40028, + "start": 42413, + "end": 42418, "loc": { "start": { - "line": 895, + "line": 937, "column": 90 }, "end": { - "line": 895, + "line": 937, "column": 95 }, "identifierName": "style" @@ -46248,30 +46384,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 40030, - "end": 40058, + "start": 42420, + "end": 42448, "loc": { "start": { - "line": 895, + "line": 937, "column": 97 }, "end": { - "line": 895, + "line": 937, "column": 125 } }, "expressions": [ { "type": "Identifier", - "start": 40040, - "end": 40053, + "start": 42430, + "end": 42443, "loc": { "start": { - "line": 895, + "line": 937, "column": 107 }, "end": { - "line": 895, + "line": 937, "column": 120 }, "identifierName": "_actualHeight" @@ -46282,15 +46418,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40031, - "end": 40038, + "start": 42421, + "end": 42428, "loc": { "start": { - "line": 895, + "line": 937, "column": 98 }, "end": { - "line": 895, + "line": 937, "column": 105 } }, @@ -46302,15 +46438,15 @@ }, { "type": "TemplateElement", - "start": 40054, - "end": 40057, + "start": 42444, + "end": 42447, "loc": { "start": { - "line": 895, + "line": 937, "column": 121 }, "end": { - "line": 895, + "line": 937, "column": 124 } }, @@ -46330,29 +46466,29 @@ }, { "type": "VariableDeclarator", - "start": 40075, - "end": 40221, + "start": 42465, + "end": 42611, "loc": { "start": { - "line": 896, + "line": 938, "column": 12 }, "end": { - "line": 896, + "line": 938, "column": 158 } }, "id": { "type": "Identifier", - "start": 40075, - "end": 40085, + "start": 42465, + "end": 42475, "loc": { "start": { - "line": 896, + "line": 938, "column": 12 }, "end": { - "line": 896, + "line": 938, "column": 22 }, "identifierName": "_events_bg" @@ -46361,29 +46497,29 @@ }, "init": { "type": "CallExpression", - "start": 40091, - "end": 40221, + "start": 42481, + "end": 42611, "loc": { "start": { - "line": 896, + "line": 938, "column": 28 }, "end": { - "line": 896, + "line": 938, "column": 158 } }, "callee": { "type": "Identifier", - "start": 40091, - "end": 40092, + "start": 42481, + "end": 42482, "loc": { "start": { - "line": 896, + "line": 938, "column": 28 }, "end": { - "line": 896, + "line": 938, "column": 29 }, "identifierName": "$" @@ -46393,58 +46529,58 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 40093, - "end": 40220, + "start": 42483, + "end": 42610, "loc": { "start": { - "line": 896, + "line": 938, "column": 30 }, "end": { - "line": 896, + "line": 938, "column": 157 } }, "expressions": [ { "type": "BinaryExpression", - "start": 40113, - "end": 40133, + "start": 42503, + "end": 42523, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 40113, - "end": 40129, + "start": 42503, + "end": 42519, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 66 } }, "object": { "type": "Identifier", - "start": 40113, - "end": 40119, + "start": 42503, + "end": 42509, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 56 }, "identifierName": "_props" @@ -46453,15 +46589,15 @@ }, "property": { "type": "Identifier", - "start": 40120, - "end": 40129, + "start": 42510, + "end": 42519, "loc": { "start": { - "line": 896, + "line": 938, "column": 57 }, "end": { - "line": 896, + "line": 938, "column": 66 }, "identifierName": "fullwidth" @@ -46473,15 +46609,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 40132, - "end": 40133, + "start": 42522, + "end": 42523, "loc": { "start": { - "line": 896, + "line": 938, "column": 69 }, "end": { - "line": 896, + "line": 938, "column": 70 } }, @@ -46493,20 +46629,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 40111 + "parenStart": 42501 } }, { "type": "Identifier", - "start": 40148, - "end": 40161, + "start": 42538, + "end": 42551, "loc": { "start": { - "line": 896, + "line": 938, "column": 85 }, "end": { - "line": 896, + "line": 938, "column": 98 }, "identifierName": "_actualHeight" @@ -46515,29 +46651,29 @@ }, { "type": "MemberExpression", - "start": 40173, - "end": 40207, + "start": 42563, + "end": 42597, "loc": { "start": { - "line": 896, + "line": 938, "column": 110 }, "end": { - "line": 896, + "line": 938, "column": 144 } }, "object": { "type": "Identifier", - "start": 40173, - "end": 40182, + "start": 42563, + "end": 42572, "loc": { "start": { - "line": 896, + "line": 938, "column": 110 }, "end": { - "line": 896, + "line": 938, "column": 119 }, "identifierName": "ClassName" @@ -46546,15 +46682,15 @@ }, "property": { "type": "Identifier", - "start": 40183, - "end": 40207, + "start": 42573, + "end": 42597, "loc": { "start": { - "line": 896, + "line": 938, "column": 120 }, "end": { - "line": 896, + "line": 938, "column": 144 }, "identifierName": "TIMELINE_BACKGROUND_GRID" @@ -46567,15 +46703,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40094, - "end": 40109, + "start": 42484, + "end": 42499, "loc": { "start": { - "line": 896, + "line": 938, "column": 31 }, "end": { - "line": 896, + "line": 938, "column": 46 } }, @@ -46587,15 +46723,15 @@ }, { "type": "TemplateElement", - "start": 40136, - "end": 40146, + "start": 42526, + "end": 42536, "loc": { "start": { - "line": 896, + "line": 938, "column": 73 }, "end": { - "line": 896, + "line": 938, "column": 83 } }, @@ -46607,15 +46743,15 @@ }, { "type": "TemplateElement", - "start": 40162, - "end": 40171, + "start": 42552, + "end": 42561, "loc": { "start": { - "line": 896, + "line": 938, "column": 99 }, "end": { - "line": 896, + "line": 938, "column": 108 } }, @@ -46627,15 +46763,15 @@ }, { "type": "TemplateElement", - "start": 40208, - "end": 40219, + "start": 42598, + "end": 42609, "loc": { "start": { - "line": 896, + "line": 938, "column": 145 }, "end": { - "line": 896, + "line": 938, "column": 156 } }, @@ -46652,29 +46788,29 @@ }, { "type": "VariableDeclarator", - "start": 40235, - "end": 40380, + "start": 42625, + "end": 42770, "loc": { "start": { - "line": 897, + "line": 939, "column": 12 }, "end": { - "line": 897, + "line": 939, "column": 157 } }, "id": { "type": "Identifier", - "start": 40235, - "end": 40248, + "start": 42625, + "end": 42638, "loc": { "start": { - "line": 897, + "line": 939, "column": 12 }, "end": { - "line": 897, + "line": 939, "column": 25 }, "identifierName": "_events_lines" @@ -46683,29 +46819,29 @@ }, "init": { "type": "CallExpression", - "start": 40251, - "end": 40380, + "start": 42641, + "end": 42770, "loc": { "start": { - "line": 897, + "line": 939, "column": 28 }, "end": { - "line": 897, + "line": 939, "column": 157 } }, "callee": { "type": "Identifier", - "start": 40251, - "end": 40252, + "start": 42641, + "end": 42642, "loc": { "start": { - "line": 897, + "line": 939, "column": 28 }, "end": { - "line": 897, + "line": 939, "column": 29 }, "identifierName": "$" @@ -46715,58 +46851,58 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 40253, - "end": 40379, + "start": 42643, + "end": 42769, "loc": { "start": { - "line": 897, + "line": 939, "column": 30 }, "end": { - "line": 897, + "line": 939, "column": 156 } }, "expressions": [ { "type": "BinaryExpression", - "start": 40273, - "end": 40293, + "start": 42663, + "end": 42683, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 40273, - "end": 40289, + "start": 42663, + "end": 42679, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 66 } }, "object": { "type": "Identifier", - "start": 40273, - "end": 40279, + "start": 42663, + "end": 42669, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 56 }, "identifierName": "_props" @@ -46775,15 +46911,15 @@ }, "property": { "type": "Identifier", - "start": 40280, - "end": 40289, + "start": 42670, + "end": 42679, "loc": { "start": { - "line": 897, + "line": 939, "column": 57 }, "end": { - "line": 897, + "line": 939, "column": 66 }, "identifierName": "fullwidth" @@ -46795,15 +46931,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 40292, - "end": 40293, + "start": 42682, + "end": 42683, "loc": { "start": { - "line": 897, + "line": 939, "column": 69 }, "end": { - "line": 897, + "line": 939, "column": 70 } }, @@ -46815,20 +46951,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 40271 + "parenStart": 42661 } }, { "type": "Identifier", - "start": 40308, - "end": 40321, + "start": 42698, + "end": 42711, "loc": { "start": { - "line": 897, + "line": 939, "column": 85 }, "end": { - "line": 897, + "line": 939, "column": 98 }, "identifierName": "_actualHeight" @@ -46837,29 +46973,29 @@ }, { "type": "MemberExpression", - "start": 40333, - "end": 40366, + "start": 42723, + "end": 42756, "loc": { "start": { - "line": 897, + "line": 939, "column": 110 }, "end": { - "line": 897, + "line": 939, "column": 143 } }, "object": { "type": "Identifier", - "start": 40333, - "end": 40342, + "start": 42723, + "end": 42732, "loc": { "start": { - "line": 897, + "line": 939, "column": 110 }, "end": { - "line": 897, + "line": 939, "column": 119 }, "identifierName": "ClassName" @@ -46868,15 +47004,15 @@ }, "property": { "type": "Identifier", - "start": 40343, - "end": 40366, + "start": 42733, + "end": 42756, "loc": { "start": { - "line": 897, + "line": 939, "column": 120 }, "end": { - "line": 897, + "line": 939, "column": 143 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -46889,15 +47025,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40254, - "end": 40269, + "start": 42644, + "end": 42659, "loc": { "start": { - "line": 897, + "line": 939, "column": 31 }, "end": { - "line": 897, + "line": 939, "column": 46 } }, @@ -46909,15 +47045,15 @@ }, { "type": "TemplateElement", - "start": 40296, - "end": 40306, + "start": 42686, + "end": 42696, "loc": { "start": { - "line": 897, + "line": 939, "column": 73 }, "end": { - "line": 897, + "line": 939, "column": 83 } }, @@ -46929,15 +47065,15 @@ }, { "type": "TemplateElement", - "start": 40322, - "end": 40331, + "start": 42712, + "end": 42721, "loc": { "start": { - "line": 897, + "line": 939, "column": 99 }, "end": { - "line": 897, + "line": 939, "column": 108 } }, @@ -46949,15 +47085,15 @@ }, { "type": "TemplateElement", - "start": 40367, - "end": 40378, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 897, + "line": 939, "column": 144 }, "end": { - "line": 897, + "line": 939, "column": 155 } }, @@ -46974,29 +47110,29 @@ }, { "type": "VariableDeclarator", - "start": 40394, - "end": 40464, + "start": 42784, + "end": 42854, "loc": { "start": { - "line": 898, + "line": 940, "column": 12 }, "end": { - "line": 898, + "line": 940, "column": 82 } }, "id": { "type": "Identifier", - "start": 40394, - "end": 40406, + "start": 42784, + "end": 42796, "loc": { "start": { - "line": 898, + "line": 940, "column": 12 }, "end": { - "line": 898, + "line": 940, "column": 24 }, "identifierName": "_events_body" @@ -47005,29 +47141,29 @@ }, "init": { "type": "CallExpression", - "start": 40410, - "end": 40464, + "start": 42800, + "end": 42854, "loc": { "start": { - "line": 898, + "line": 940, "column": 28 }, "end": { - "line": 898, + "line": 940, "column": 82 } }, "callee": { "type": "Identifier", - "start": 40410, - "end": 40411, + "start": 42800, + "end": 42801, "loc": { "start": { - "line": 898, + "line": 940, "column": 28 }, "end": { - "line": 898, + "line": 940, "column": 29 }, "identifierName": "$" @@ -47037,15 +47173,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40412, - "end": 40425, + "start": 42802, + "end": 42815, "loc": { "start": { - "line": 898, + "line": 940, "column": 30 }, "end": { - "line": 898, + "line": 940, "column": 43 } }, @@ -47057,30 +47193,30 @@ }, { "type": "ObjectExpression", - "start": 40427, - "end": 40463, + "start": 42817, + "end": 42853, "loc": { "start": { - "line": 898, + "line": 940, "column": 45 }, "end": { - "line": 898, + "line": 940, "column": 81 } }, "properties": [ { "type": "ObjectProperty", - "start": 40429, - "end": 40461, + "start": 42819, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 47 }, "end": { - "line": 898, + "line": 940, "column": 79 } }, @@ -47089,15 +47225,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 40429, - "end": 40434, + "start": 42819, + "end": 42824, "loc": { "start": { - "line": 898, + "line": 940, "column": 47 }, "end": { - "line": 898, + "line": 940, "column": 52 }, "identifierName": "class" @@ -47106,29 +47242,29 @@ }, "value": { "type": "MemberExpression", - "start": 40436, - "end": 40461, + "start": 42826, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 54 }, "end": { - "line": 898, + "line": 940, "column": 79 } }, "object": { "type": "Identifier", - "start": 40436, - "end": 40445, + "start": 42826, + "end": 42835, "loc": { "start": { - "line": 898, + "line": 940, "column": 54 }, "end": { - "line": 898, + "line": 940, "column": 63 }, "identifierName": "ClassName" @@ -47137,15 +47273,15 @@ }, "property": { "type": "Identifier", - "start": 40446, - "end": 40461, + "start": 42836, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 64 }, "end": { - "line": 898, + "line": 940, "column": 79 }, "identifierName": "TIMELINE_EVENTS" @@ -47162,29 +47298,29 @@ }, { "type": "VariableDeclarator", - "start": 40478, - "end": 40495, + "start": 42868, + "end": 42885, "loc": { "start": { - "line": 899, + "line": 941, "column": 12 }, "end": { - "line": 899, + "line": 941, "column": 29 } }, "id": { "type": "Identifier", - "start": 40478, - "end": 40481, + "start": 42868, + "end": 42871, "loc": { "start": { - "line": 899, + "line": 941, "column": 12 }, "end": { - "line": 899, + "line": 941, "column": 15 }, "identifierName": "_cy" @@ -47193,15 +47329,15 @@ }, "init": { "type": "NumericLiteral", - "start": 40494, - "end": 40495, + "start": 42884, + "end": 42885, "loc": { "start": { - "line": 899, + "line": 941, "column": 28 }, "end": { - "line": 899, + "line": 941, "column": 29 } }, @@ -47214,29 +47350,29 @@ }, { "type": "VariableDeclarator", - "start": 40509, - "end": 40555, + "start": 42899, + "end": 42945, "loc": { "start": { - "line": 900, + "line": 942, "column": 12 }, "end": { - "line": 900, + "line": 942, "column": 58 } }, "id": { "type": "Identifier", - "start": 40509, - "end": 40517, + "start": 42899, + "end": 42907, "loc": { "start": { - "line": 900, + "line": 942, "column": 12 }, "end": { - "line": 900, + "line": 942, "column": 20 }, "identifierName": "ctx_grid" @@ -47245,57 +47381,57 @@ }, "init": { "type": "CallExpression", - "start": 40525, - "end": 40555, + "start": 42915, + "end": 42945, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 40525, - "end": 40549, + "start": 42915, + "end": 42939, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 40525, - "end": 40538, + "start": 42915, + "end": 42928, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 41 } }, "object": { "type": "Identifier", - "start": 40525, - "end": 40535, + "start": 42915, + "end": 42925, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 38 }, "identifierName": "_events_bg" @@ -47304,15 +47440,15 @@ }, "property": { "type": "NumericLiteral", - "start": 40536, - "end": 40537, + "start": 42926, + "end": 42927, "loc": { "start": { - "line": 900, + "line": 942, "column": 39 }, "end": { - "line": 900, + "line": 942, "column": 40 } }, @@ -47326,15 +47462,15 @@ }, "property": { "type": "Identifier", - "start": 40539, - "end": 40549, + "start": 42929, + "end": 42939, "loc": { "start": { - "line": 900, + "line": 942, "column": 42 }, "end": { - "line": 900, + "line": 942, "column": 52 }, "identifierName": "getContext" @@ -47346,15 +47482,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40550, - "end": 40554, + "start": 42940, + "end": 42944, "loc": { "start": { - "line": 900, + "line": 942, "column": 53 }, "end": { - "line": 900, + "line": 942, "column": 57 } }, @@ -47369,29 +47505,29 @@ }, { "type": "VariableDeclarator", - "start": 40569, - "end": 40922, + "start": 42959, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 12 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, "id": { "type": "Identifier", - "start": 40569, - "end": 40580, + "start": 42959, + "end": 42970, "loc": { "start": { - "line": 901, + "line": 943, "column": 12 }, "end": { - "line": 901, + "line": 943, "column": 23 }, "identifierName": "drawRowRect" @@ -47400,15 +47536,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 40585, - "end": 40922, + "start": 42975, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 28 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, @@ -47419,15 +47555,15 @@ "params": [ { "type": "Identifier", - "start": 40587, - "end": 40592, + "start": 42977, + "end": 42982, "loc": { "start": { - "line": 901, + "line": 943, "column": 30 }, "end": { - "line": 901, + "line": 943, "column": 35 }, "identifierName": "pos_y" @@ -47436,15 +47572,15 @@ }, { "type": "Identifier", - "start": 40594, - "end": 40599, + "start": 42984, + "end": 42989, "loc": { "start": { - "line": 901, + "line": 943, "column": 37 }, "end": { - "line": 901, + "line": 943, "column": 42 }, "identifierName": "color" @@ -47454,59 +47590,59 @@ ], "body": { "type": "BlockStatement", - "start": 40605, - "end": 40922, + "start": 42995, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 48 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 40623, - "end": 40666, + "start": 43013, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 40623, - "end": 40666, + "start": 43013, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "operator": "=", "left": { "type": "Identifier", - "start": 40623, - "end": 40628, + "start": 43013, + "end": 43018, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 21 }, "identifierName": "color" @@ -47515,58 +47651,58 @@ }, "right": { "type": "CallExpression", - "start": 40631, - "end": 40666, + "start": 43021, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 40631, - "end": 40646, + "start": 43021, + "end": 43036, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 40631, - "end": 40635, + "start": 43021, + "end": 43025, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 28 } } }, "property": { "type": "Identifier", - "start": 40636, - "end": 40646, + "start": 43026, + "end": 43036, "loc": { "start": { - "line": 902, + "line": 944, "column": 29 }, "end": { - "line": 902, + "line": 944, "column": 39 }, "identifierName": "supplement" @@ -47578,15 +47714,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40648, - "end": 40657, + "start": 43038, + "end": 43047, "loc": { "start": { - "line": 902, + "line": 944, "column": 41 }, "end": { - "line": 902, + "line": 944, "column": 50 } }, @@ -47598,15 +47734,15 @@ }, { "type": "Identifier", - "start": 40659, - "end": 40664, + "start": 43049, + "end": 43054, "loc": { "start": { - "line": 902, + "line": 944, "column": 52 }, "end": { - "line": 902, + "line": 944, "column": 57 }, "identifierName": "color" @@ -47622,15 +47758,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -47639,58 +47775,58 @@ }, { "type": "ExpressionStatement", - "start": 40756, - "end": 40782, + "start": 43146, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 40756, - "end": 40782, + "start": 43146, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40756, - "end": 40774, + "start": 43146, + "end": 43164, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 34 } }, "object": { "type": "Identifier", - "start": 40756, - "end": 40764, + "start": 43146, + "end": 43154, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 24 }, "identifierName": "ctx_grid" @@ -47700,15 +47836,15 @@ }, "property": { "type": "Identifier", - "start": 40765, - "end": 40774, + "start": 43155, + "end": 43164, "loc": { "start": { - "line": 904, + "line": 946, "column": 25 }, "end": { - "line": 904, + "line": 946, "column": 34 }, "identifierName": "fillStyle" @@ -47720,15 +47856,15 @@ }, "right": { "type": "Identifier", - "start": 40777, - "end": 40782, + "start": 43167, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 37 }, "end": { - "line": 904, + "line": 946, "column": 42 }, "identifierName": "color" @@ -47741,15 +47877,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -47758,57 +47894,57 @@ }, { "type": "ExpressionStatement", - "start": 40799, - "end": 40874, + "start": 43189, + "end": 43264, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 91 } }, "expression": { "type": "CallExpression", - "start": 40799, - "end": 40874, + "start": 43189, + "end": 43264, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 40799, - "end": 40816, + "start": 43189, + "end": 43206, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 33 } }, "object": { "type": "Identifier", - "start": 40799, - "end": 40807, + "start": 43189, + "end": 43197, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 24 }, "identifierName": "ctx_grid" @@ -47817,15 +47953,15 @@ }, "property": { "type": "Identifier", - "start": 40808, - "end": 40816, + "start": 43198, + "end": 43206, "loc": { "start": { - "line": 905, + "line": 947, "column": 25 }, "end": { - "line": 905, + "line": 947, "column": 33 }, "identifierName": "fillRect" @@ -47837,15 +47973,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 40818, - "end": 40819, + "start": 43208, + "end": 43209, "loc": { "start": { - "line": 905, + "line": 947, "column": 35 }, "end": { - "line": 905, + "line": 947, "column": 36 } }, @@ -47857,29 +47993,29 @@ }, { "type": "BinaryExpression", - "start": 40821, - "end": 40832, + "start": 43211, + "end": 43222, "loc": { "start": { - "line": 905, + "line": 947, "column": 38 }, "end": { - "line": 905, + "line": 947, "column": 49 } }, "left": { "type": "Identifier", - "start": 40821, - "end": 40826, + "start": 43211, + "end": 43216, "loc": { "start": { - "line": 905, + "line": 947, "column": 38 }, "end": { - "line": 905, + "line": 947, "column": 43 }, "identifierName": "pos_y" @@ -47889,15 +48025,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 40829, - "end": 40832, + "start": 43219, + "end": 43222, "loc": { "start": { - "line": 905, + "line": 947, "column": 46 }, "end": { - "line": 905, + "line": 947, "column": 49 } }, @@ -47910,29 +48046,29 @@ }, { "type": "MemberExpression", - "start": 40834, - "end": 40850, + "start": 43224, + "end": 43240, "loc": { "start": { - "line": 905, + "line": 947, "column": 51 }, "end": { - "line": 905, + "line": 947, "column": 67 } }, "object": { "type": "Identifier", - "start": 40834, - "end": 40840, + "start": 43224, + "end": 43230, "loc": { "start": { - "line": 905, + "line": 947, "column": 51 }, "end": { - "line": 905, + "line": 947, "column": 57 }, "identifierName": "_props" @@ -47941,15 +48077,15 @@ }, "property": { "type": "Identifier", - "start": 40841, - "end": 40850, + "start": 43231, + "end": 43240, "loc": { "start": { - "line": 905, + "line": 947, "column": 58 }, "end": { - "line": 905, + "line": 947, "column": 67 }, "identifierName": "fullwidth" @@ -47960,43 +48096,43 @@ }, { "type": "BinaryExpression", - "start": 40852, - "end": 40872, + "start": 43242, + "end": 43262, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 89 } }, "left": { "type": "MemberExpression", - "start": 40852, - "end": 40866, + "start": 43242, + "end": 43256, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 83 } }, "object": { "type": "Identifier", - "start": 40852, - "end": 40858, + "start": 43242, + "end": 43248, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 75 }, "identifierName": "_props" @@ -48005,15 +48141,15 @@ }, "property": { "type": "Identifier", - "start": 40859, - "end": 40866, + "start": 43249, + "end": 43256, "loc": { "start": { - "line": 905, + "line": 947, "column": 76 }, "end": { - "line": 905, + "line": 947, "column": 83 }, "identifierName": "rowSize" @@ -48025,15 +48161,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 40869, - "end": 40872, + "start": 43259, + "end": 43262, "loc": { "start": { - "line": 905, + "line": 947, "column": 86 }, "end": { - "line": 905, + "line": 947, "column": 89 } }, @@ -48049,57 +48185,57 @@ }, { "type": "ExpressionStatement", - "start": 40891, - "end": 40908, + "start": 43281, + "end": 43298, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 40891, - "end": 40908, + "start": 43281, + "end": 43298, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 40891, - "end": 40906, + "start": 43281, + "end": 43296, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 31 } }, "object": { "type": "Identifier", - "start": 40891, - "end": 40899, + "start": 43281, + "end": 43289, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 24 }, "identifierName": "ctx_grid" @@ -48108,15 +48244,15 @@ }, "property": { "type": "Identifier", - "start": 40900, - "end": 40906, + "start": 43290, + "end": 43296, "loc": { "start": { - "line": 906, + "line": 948, "column": 25 }, "end": { - "line": 906, + "line": 948, "column": 31 }, "identifierName": "stroke" @@ -48135,29 +48271,29 @@ }, { "type": "VariableDeclarator", - "start": 40936, - "end": 41660, + "start": 43326, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 12 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, "id": { "type": "Identifier", - "start": 40936, - "end": 40954, + "start": 43326, + "end": 43344, "loc": { "start": { - "line": 908, + "line": 950, "column": 12 }, "end": { - "line": 908, + "line": 950, "column": 30 }, "identifierName": "drawHorizontalLine" @@ -48166,15 +48302,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 40957, - "end": 41660, + "start": 43347, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 33 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, @@ -48185,15 +48321,15 @@ "params": [ { "type": "Identifier", - "start": 40959, - "end": 40964, + "start": 43349, + "end": 43354, "loc": { "start": { - "line": 908, + "line": 950, "column": 35 }, "end": { - "line": 908, + "line": 950, "column": 40 }, "identifierName": "pos_y" @@ -48202,15 +48338,15 @@ }, { "type": "Identifier", - "start": 40966, - "end": 40975, + "start": 43356, + "end": 43365, "loc": { "start": { - "line": 908, + "line": 950, "column": 42 }, "end": { - "line": 908, + "line": 950, "column": 51 }, "identifierName": "is_dotted" @@ -48220,59 +48356,59 @@ ], "body": { "type": "BlockStatement", - "start": 40981, - "end": 41660, + "start": 43371, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 57 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 40999, - "end": 41046, + "start": 43389, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 40999, - "end": 41046, + "start": 43389, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 40999, - "end": 41008, + "start": 43389, + "end": 43398, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 25 }, "identifierName": "is_dotted" @@ -48281,58 +48417,58 @@ }, "right": { "type": "CallExpression", - "start": 41011, - "end": 41046, + "start": 43401, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 41011, - "end": 41026, + "start": 43401, + "end": 43416, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 41011, - "end": 41015, + "start": 43401, + "end": 43405, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41016, - "end": 41026, + "start": 43406, + "end": 43416, "loc": { "start": { - "line": 909, + "line": 951, "column": 33 }, "end": { - "line": 909, + "line": 951, "column": 43 }, "identifierName": "supplement" @@ -48344,15 +48480,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41028, - "end": 41033, + "start": 43418, + "end": 43423, "loc": { "start": { - "line": 909, + "line": 951, "column": 45 }, "end": { - "line": 909, + "line": 951, "column": 50 } }, @@ -48360,15 +48496,15 @@ }, { "type": "Identifier", - "start": 41035, - "end": 41044, + "start": 43425, + "end": 43434, "loc": { "start": { - "line": 909, + "line": 951, "column": 52 }, "end": { - "line": 909, + "line": 951, "column": 61 }, "identifierName": "is_dotted" @@ -48384,15 +48520,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -48401,58 +48537,58 @@ }, { "type": "ExpressionStatement", - "start": 41114, - "end": 41162, + "start": 43504, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 41114, - "end": 41162, + "start": 43504, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41114, - "end": 41134, + "start": 43504, + "end": 43524, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 36 } }, "object": { "type": "Identifier", - "start": 41114, - "end": 41122, + "start": 43504, + "end": 43512, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 24 }, "identifierName": "ctx_grid" @@ -48462,15 +48598,15 @@ }, "property": { "type": "Identifier", - "start": 41123, - "end": 41134, + "start": 43513, + "end": 43524, "loc": { "start": { - "line": 911, + "line": 953, "column": 25 }, "end": { - "line": 911, + "line": 953, "column": 36 }, "identifierName": "strokeStyle" @@ -48482,15 +48618,15 @@ }, "right": { "type": "StringLiteral", - "start": 41137, - "end": 41162, + "start": 43527, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 39 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, @@ -48506,15 +48642,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -48523,58 +48659,58 @@ }, { "type": "ExpressionStatement", - "start": 41179, - "end": 41201, + "start": 43569, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 41179, - "end": 41201, + "start": 43569, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41179, - "end": 41197, + "start": 43569, + "end": 43587, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 34 } }, "object": { "type": "Identifier", - "start": 41179, - "end": 41187, + "start": 43569, + "end": 43577, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 24 }, "identifierName": "ctx_grid" @@ -48583,15 +48719,15 @@ }, "property": { "type": "Identifier", - "start": 41188, - "end": 41197, + "start": 43578, + "end": 43587, "loc": { "start": { - "line": 912, + "line": 954, "column": 25 }, "end": { - "line": 912, + "line": 954, "column": 34 }, "identifierName": "lineWidth" @@ -48602,15 +48738,15 @@ }, "right": { "type": "NumericLiteral", - "start": 41200, - "end": 41201, + "start": 43590, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 37 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, @@ -48624,58 +48760,58 @@ }, { "type": "ExpressionStatement", - "start": 41218, - "end": 41249, + "start": 43608, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 41218, - "end": 41249, + "start": 43608, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41218, - "end": 41233, + "start": 43608, + "end": 43623, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 31 } }, "object": { "type": "Identifier", - "start": 41218, - "end": 41226, + "start": 43608, + "end": 43616, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 24 }, "identifierName": "ctx_grid" @@ -48684,15 +48820,15 @@ }, "property": { "type": "Identifier", - "start": 41227, - "end": 41233, + "start": 43617, + "end": 43623, "loc": { "start": { - "line": 913, + "line": 955, "column": 25 }, "end": { - "line": 913, + "line": 955, "column": 31 }, "identifierName": "filter" @@ -48703,15 +48839,15 @@ }, "right": { "type": "StringLiteral", - "start": 41236, - "end": 41249, + "start": 43626, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 34 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, @@ -48725,57 +48861,57 @@ }, { "type": "ExpressionStatement", - "start": 41266, - "end": 41286, + "start": 43656, + "end": 43676, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41266, - "end": 41286, + "start": 43656, + "end": 43676, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 41266, - "end": 41284, + "start": 43656, + "end": 43674, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 34 } }, "object": { "type": "Identifier", - "start": 41266, - "end": 41274, + "start": 43656, + "end": 43664, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 24 }, "identifierName": "ctx_grid" @@ -48784,15 +48920,15 @@ }, "property": { "type": "Identifier", - "start": 41275, - "end": 41284, + "start": 43665, + "end": 43674, "loc": { "start": { - "line": 914, + "line": 956, "column": 25 }, "end": { - "line": 914, + "line": 956, "column": 34 }, "identifierName": "beginPath" @@ -48806,29 +48942,29 @@ }, { "type": "IfStatement", - "start": 41303, - "end": 41460, + "start": 43693, + "end": 43850, "loc": { "start": { - "line": 915, + "line": 957, "column": 16 }, "end": { - "line": 919, + "line": 961, "column": 17 } }, "test": { "type": "Identifier", - "start": 41308, - "end": 41317, + "start": 43698, + "end": 43707, "loc": { "start": { - "line": 915, + "line": 957, "column": 21 }, "end": { - "line": 915, + "line": 957, "column": 30 }, "identifierName": "is_dotted" @@ -48837,72 +48973,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 41320, - "end": 41390, + "start": 43710, + "end": 43780, "loc": { "start": { - "line": 915, + "line": 957, "column": 33 }, "end": { - "line": 917, + "line": 959, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 41342, - "end": 41372, + "start": 43732, + "end": 43762, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 41342, - "end": 41372, + "start": 43732, + "end": 43762, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 41342, - "end": 41362, + "start": 43732, + "end": 43752, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 40 } }, "object": { "type": "Identifier", - "start": 41342, - "end": 41350, + "start": 43732, + "end": 43740, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 28 }, "identifierName": "ctx_grid" @@ -48911,15 +49047,15 @@ }, "property": { "type": "Identifier", - "start": 41351, - "end": 41362, + "start": 43741, + "end": 43752, "loc": { "start": { - "line": 916, + "line": 958, "column": 29 }, "end": { - "line": 916, + "line": 958, "column": 40 }, "identifierName": "setLineDash" @@ -48931,30 +49067,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 41363, - "end": 41371, + "start": 43753, + "end": 43761, "loc": { "start": { - "line": 916, + "line": 958, "column": 41 }, "end": { - "line": 916, + "line": 958, "column": 49 } }, "elements": [ { "type": "NumericLiteral", - "start": 41365, - "end": 41366, + "start": 43755, + "end": 43756, "loc": { "start": { - "line": 916, + "line": 958, "column": 43 }, "end": { - "line": 916, + "line": 958, "column": 44 } }, @@ -48966,15 +49102,15 @@ }, { "type": "NumericLiteral", - "start": 41368, - "end": 41369, + "start": 43758, + "end": 43759, "loc": { "start": { - "line": 916, + "line": 958, "column": 46 }, "end": { - "line": 916, + "line": 958, "column": 47 } }, @@ -48994,72 +49130,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 41396, - "end": 41460, + "start": 43786, + "end": 43850, "loc": { "start": { - "line": 917, + "line": 959, "column": 23 }, "end": { - "line": 919, + "line": 961, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 41418, - "end": 41442, + "start": 43808, + "end": 43832, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 41418, - "end": 41442, + "start": 43808, + "end": 43832, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41418, - "end": 41438, + "start": 43808, + "end": 43828, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 40 } }, "object": { "type": "Identifier", - "start": 41418, - "end": 41426, + "start": 43808, + "end": 43816, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 28 }, "identifierName": "ctx_grid" @@ -49068,15 +49204,15 @@ }, "property": { "type": "Identifier", - "start": 41427, - "end": 41438, + "start": 43817, + "end": 43828, "loc": { "start": { - "line": 918, + "line": 960, "column": 29 }, "end": { - "line": 918, + "line": 960, "column": 40 }, "identifierName": "setLineDash" @@ -49088,15 +49224,15 @@ "arguments": [ { "type": "ArrayExpression", - "start": 41439, - "end": 41441, + "start": 43829, + "end": 43831, "loc": { "start": { - "line": 918, + "line": 960, "column": 41 }, "end": { - "line": 918, + "line": 960, "column": 43 } }, @@ -49111,57 +49247,57 @@ }, { "type": "ExpressionStatement", - "start": 41477, - "end": 41510, + "start": 43867, + "end": 43900, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41477, - "end": 41510, + "start": 43867, + "end": 43900, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 41477, - "end": 41492, + "start": 43867, + "end": 43882, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 31 } }, "object": { "type": "Identifier", - "start": 41477, - "end": 41485, + "start": 43867, + "end": 43875, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 24 }, "identifierName": "ctx_grid" @@ -49170,15 +49306,15 @@ }, "property": { "type": "Identifier", - "start": 41486, - "end": 41492, + "start": 43876, + "end": 43882, "loc": { "start": { - "line": 920, + "line": 962, "column": 25 }, "end": { - "line": 920, + "line": 962, "column": 31 }, "identifierName": "moveTo" @@ -49190,15 +49326,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 41494, - "end": 41495, + "start": 43884, + "end": 43885, "loc": { "start": { - "line": 920, + "line": 962, "column": 33 }, "end": { - "line": 920, + "line": 962, "column": 34 } }, @@ -49210,29 +49346,29 @@ }, { "type": "BinaryExpression", - "start": 41497, - "end": 41508, + "start": 43887, + "end": 43898, "loc": { "start": { - "line": 920, + "line": 962, "column": 36 }, "end": { - "line": 920, + "line": 962, "column": 47 } }, "left": { "type": "Identifier", - "start": 41497, - "end": 41502, + "start": 43887, + "end": 43892, "loc": { "start": { - "line": 920, + "line": 962, "column": 36 }, "end": { - "line": 920, + "line": 962, "column": 41 }, "identifierName": "pos_y" @@ -49242,15 +49378,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 41505, - "end": 41508, + "start": 43895, + "end": 43898, "loc": { "start": { - "line": 920, + "line": 962, "column": 44 }, "end": { - "line": 920, + "line": 962, "column": 47 } }, @@ -49266,57 +49402,57 @@ }, { "type": "ExpressionStatement", - "start": 41527, - "end": 41575, + "start": 43917, + "end": 43965, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 41527, - "end": 41575, + "start": 43917, + "end": 43965, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 41527, - "end": 41542, + "start": 43917, + "end": 43932, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 31 } }, "object": { "type": "Identifier", - "start": 41527, - "end": 41535, + "start": 43917, + "end": 43925, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 24 }, "identifierName": "ctx_grid" @@ -49325,15 +49461,15 @@ }, "property": { "type": "Identifier", - "start": 41536, - "end": 41542, + "start": 43926, + "end": 43932, "loc": { "start": { - "line": 921, + "line": 963, "column": 25 }, "end": { - "line": 921, + "line": 963, "column": 31 }, "identifierName": "lineTo" @@ -49345,29 +49481,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 41544, - "end": 41560, + "start": 43934, + "end": 43950, "loc": { "start": { - "line": 921, + "line": 963, "column": 33 }, "end": { - "line": 921, + "line": 963, "column": 49 } }, "object": { "type": "Identifier", - "start": 41544, - "end": 41550, + "start": 43934, + "end": 43940, "loc": { "start": { - "line": 921, + "line": 963, "column": 33 }, "end": { - "line": 921, + "line": 963, "column": 39 }, "identifierName": "_props" @@ -49376,15 +49512,15 @@ }, "property": { "type": "Identifier", - "start": 41551, - "end": 41560, + "start": 43941, + "end": 43950, "loc": { "start": { - "line": 921, + "line": 963, "column": 40 }, "end": { - "line": 921, + "line": 963, "column": 49 }, "identifierName": "fullwidth" @@ -49395,29 +49531,29 @@ }, { "type": "BinaryExpression", - "start": 41562, - "end": 41573, + "start": 43952, + "end": 43963, "loc": { "start": { - "line": 921, + "line": 963, "column": 51 }, "end": { - "line": 921, + "line": 963, "column": 62 } }, "left": { "type": "Identifier", - "start": 41562, - "end": 41567, + "start": 43952, + "end": 43957, "loc": { "start": { - "line": 921, + "line": 963, "column": 51 }, "end": { - "line": 921, + "line": 963, "column": 56 }, "identifierName": "pos_y" @@ -49427,15 +49563,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 41570, - "end": 41573, + "start": 43960, + "end": 43963, "loc": { "start": { - "line": 921, + "line": 963, "column": 59 }, "end": { - "line": 921, + "line": 963, "column": 62 } }, @@ -49451,57 +49587,57 @@ }, { "type": "ExpressionStatement", - "start": 41592, - "end": 41612, + "start": 43982, + "end": 44002, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41592, - "end": 41612, + "start": 43982, + "end": 44002, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 41592, - "end": 41610, + "start": 43982, + "end": 44000, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 34 } }, "object": { "type": "Identifier", - "start": 41592, - "end": 41600, + "start": 43982, + "end": 43990, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 24 }, "identifierName": "ctx_grid" @@ -49510,15 +49646,15 @@ }, "property": { "type": "Identifier", - "start": 41601, - "end": 41610, + "start": 43991, + "end": 44000, "loc": { "start": { - "line": 922, + "line": 964, "column": 25 }, "end": { - "line": 922, + "line": 964, "column": 34 }, "identifierName": "closePath" @@ -49532,57 +49668,57 @@ }, { "type": "ExpressionStatement", - "start": 41629, - "end": 41646, + "start": 44019, + "end": 44036, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 41629, - "end": 41646, + "start": 44019, + "end": 44036, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 41629, - "end": 41644, + "start": 44019, + "end": 44034, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 31 } }, "object": { "type": "Identifier", - "start": 41629, - "end": 41637, + "start": 44019, + "end": 44027, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 24 }, "identifierName": "ctx_grid" @@ -49591,15 +49727,15 @@ }, "property": { "type": "Identifier", - "start": 41638, - "end": 41644, + "start": 44028, + "end": 44034, "loc": { "start": { - "line": 923, + "line": 965, "column": 25 }, "end": { - "line": 923, + "line": 965, "column": 31 }, "identifierName": "stroke" @@ -49618,29 +49754,29 @@ }, { "type": "VariableDeclarator", - "start": 41674, - "end": 42399, + "start": 44064, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 12 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "id": { "type": "Identifier", - "start": 41674, - "end": 41690, + "start": 44064, + "end": 44080, "loc": { "start": { - "line": 925, + "line": 967, "column": 12 }, "end": { - "line": 925, + "line": 967, "column": 28 }, "identifierName": "drawVerticalLine" @@ -49649,15 +49785,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 41693, - "end": 42399, + "start": 44083, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 31 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, @@ -49668,15 +49804,15 @@ "params": [ { "type": "Identifier", - "start": 41695, - "end": 41700, + "start": 44085, + "end": 44090, "loc": { "start": { - "line": 925, + "line": 967, "column": 33 }, "end": { - "line": 925, + "line": 967, "column": 38 }, "identifierName": "pos_x" @@ -49685,15 +49821,15 @@ }, { "type": "Identifier", - "start": 41702, - "end": 41711, + "start": 44092, + "end": 44101, "loc": { "start": { - "line": 925, + "line": 967, "column": 40 }, "end": { - "line": 925, + "line": 967, "column": 49 }, "identifierName": "is_dotted" @@ -49703,59 +49839,59 @@ ], "body": { "type": "BlockStatement", - "start": 41717, - "end": 42399, + "start": 44107, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 55 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 41735, - "end": 41782, + "start": 44125, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 41735, - "end": 41782, + "start": 44125, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 41735, - "end": 41744, + "start": 44125, + "end": 44134, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 25 }, "identifierName": "is_dotted" @@ -49764,58 +49900,58 @@ }, "right": { "type": "CallExpression", - "start": 41747, - "end": 41782, + "start": 44137, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 41747, - "end": 41762, + "start": 44137, + "end": 44152, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 41747, - "end": 41751, + "start": 44137, + "end": 44141, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41752, - "end": 41762, + "start": 44142, + "end": 44152, "loc": { "start": { - "line": 926, + "line": 968, "column": 33 }, "end": { - "line": 926, + "line": 968, "column": 43 }, "identifierName": "supplement" @@ -49827,15 +49963,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41764, - "end": 41769, + "start": 44154, + "end": 44159, "loc": { "start": { - "line": 926, + "line": 968, "column": 45 }, "end": { - "line": 926, + "line": 968, "column": 50 } }, @@ -49843,15 +49979,15 @@ }, { "type": "Identifier", - "start": 41771, - "end": 41780, + "start": 44161, + "end": 44170, "loc": { "start": { - "line": 926, + "line": 968, "column": 52 }, "end": { - "line": 926, + "line": 968, "column": 61 }, "identifierName": "is_dotted" @@ -49867,15 +50003,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -49884,58 +50020,58 @@ }, { "type": "ExpressionStatement", - "start": 41850, - "end": 41900, + "start": 44240, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 41850, - "end": 41900, + "start": 44240, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41850, - "end": 41870, + "start": 44240, + "end": 44260, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 36 } }, "object": { "type": "Identifier", - "start": 41850, - "end": 41858, + "start": 44240, + "end": 44248, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 24 }, "identifierName": "ctx_grid" @@ -49945,15 +50081,15 @@ }, "property": { "type": "Identifier", - "start": 41859, - "end": 41870, + "start": 44249, + "end": 44260, "loc": { "start": { - "line": 928, + "line": 970, "column": 25 }, "end": { - "line": 928, + "line": 970, "column": 36 }, "identifierName": "strokeStyle" @@ -49965,15 +50101,15 @@ }, "right": { "type": "StringLiteral", - "start": 41873, - "end": 41900, + "start": 44263, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 39 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, @@ -49989,15 +50125,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -50006,58 +50142,58 @@ }, { "type": "ExpressionStatement", - "start": 41917, - "end": 41939, + "start": 44307, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 41917, - "end": 41939, + "start": 44307, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41917, - "end": 41935, + "start": 44307, + "end": 44325, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 34 } }, "object": { "type": "Identifier", - "start": 41917, - "end": 41925, + "start": 44307, + "end": 44315, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 24 }, "identifierName": "ctx_grid" @@ -50066,15 +50202,15 @@ }, "property": { "type": "Identifier", - "start": 41926, - "end": 41935, + "start": 44316, + "end": 44325, "loc": { "start": { - "line": 929, + "line": 971, "column": 25 }, "end": { - "line": 929, + "line": 971, "column": 34 }, "identifierName": "lineWidth" @@ -50085,15 +50221,15 @@ }, "right": { "type": "NumericLiteral", - "start": 41938, - "end": 41939, + "start": 44328, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 37 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, @@ -50107,58 +50243,58 @@ }, { "type": "ExpressionStatement", - "start": 41956, - "end": 41987, + "start": 44346, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 41956, - "end": 41987, + "start": 44346, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41956, - "end": 41971, + "start": 44346, + "end": 44361, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 31 } }, "object": { "type": "Identifier", - "start": 41956, - "end": 41964, + "start": 44346, + "end": 44354, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 24 }, "identifierName": "ctx_grid" @@ -50167,15 +50303,15 @@ }, "property": { "type": "Identifier", - "start": 41965, - "end": 41971, + "start": 44355, + "end": 44361, "loc": { "start": { - "line": 930, + "line": 972, "column": 25 }, "end": { - "line": 930, + "line": 972, "column": 31 }, "identifierName": "filter" @@ -50186,15 +50322,15 @@ }, "right": { "type": "StringLiteral", - "start": 41974, - "end": 41987, + "start": 44364, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 34 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, @@ -50208,57 +50344,57 @@ }, { "type": "ExpressionStatement", - "start": 42004, - "end": 42024, + "start": 44394, + "end": 44414, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42004, - "end": 42024, + "start": 44394, + "end": 44414, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 42004, - "end": 42022, + "start": 44394, + "end": 44412, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 34 } }, "object": { "type": "Identifier", - "start": 42004, - "end": 42012, + "start": 44394, + "end": 44402, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 24 }, "identifierName": "ctx_grid" @@ -50267,15 +50403,15 @@ }, "property": { "type": "Identifier", - "start": 42013, - "end": 42022, + "start": 44403, + "end": 44412, "loc": { "start": { - "line": 931, + "line": 973, "column": 25 }, "end": { - "line": 931, + "line": 973, "column": 34 }, "identifierName": "beginPath" @@ -50289,29 +50425,29 @@ }, { "type": "IfStatement", - "start": 42041, - "end": 42198, + "start": 44431, + "end": 44588, "loc": { "start": { - "line": 932, + "line": 974, "column": 16 }, "end": { - "line": 936, + "line": 978, "column": 17 } }, "test": { "type": "Identifier", - "start": 42046, - "end": 42055, + "start": 44436, + "end": 44445, "loc": { "start": { - "line": 932, + "line": 974, "column": 21 }, "end": { - "line": 932, + "line": 974, "column": 30 }, "identifierName": "is_dotted" @@ -50320,72 +50456,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 42058, - "end": 42128, + "start": 44448, + "end": 44518, "loc": { "start": { - "line": 932, + "line": 974, "column": 33 }, "end": { - "line": 934, + "line": 976, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 42080, - "end": 42110, + "start": 44470, + "end": 44500, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42080, - "end": 42110, + "start": 44470, + "end": 44500, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 42080, - "end": 42100, + "start": 44470, + "end": 44490, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 40 } }, "object": { "type": "Identifier", - "start": 42080, - "end": 42088, + "start": 44470, + "end": 44478, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 28 }, "identifierName": "ctx_grid" @@ -50394,15 +50530,15 @@ }, "property": { "type": "Identifier", - "start": 42089, - "end": 42100, + "start": 44479, + "end": 44490, "loc": { "start": { - "line": 933, + "line": 975, "column": 29 }, "end": { - "line": 933, + "line": 975, "column": 40 }, "identifierName": "setLineDash" @@ -50414,30 +50550,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 42101, - "end": 42109, + "start": 44491, + "end": 44499, "loc": { "start": { - "line": 933, + "line": 975, "column": 41 }, "end": { - "line": 933, + "line": 975, "column": 49 } }, "elements": [ { "type": "NumericLiteral", - "start": 42103, - "end": 42104, + "start": 44493, + "end": 44494, "loc": { "start": { - "line": 933, + "line": 975, "column": 43 }, "end": { - "line": 933, + "line": 975, "column": 44 } }, @@ -50449,15 +50585,15 @@ }, { "type": "NumericLiteral", - "start": 42106, - "end": 42107, + "start": 44496, + "end": 44497, "loc": { "start": { - "line": 933, + "line": 975, "column": 46 }, "end": { - "line": 933, + "line": 975, "column": 47 } }, @@ -50477,72 +50613,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 42134, - "end": 42198, + "start": 44524, + "end": 44588, "loc": { "start": { - "line": 934, + "line": 976, "column": 23 }, "end": { - "line": 936, + "line": 978, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 42156, - "end": 42180, + "start": 44546, + "end": 44570, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 42156, - "end": 42180, + "start": 44546, + "end": 44570, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 42156, - "end": 42176, + "start": 44546, + "end": 44566, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 40 } }, "object": { "type": "Identifier", - "start": 42156, - "end": 42164, + "start": 44546, + "end": 44554, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 28 }, "identifierName": "ctx_grid" @@ -50551,15 +50687,15 @@ }, "property": { "type": "Identifier", - "start": 42165, - "end": 42176, + "start": 44555, + "end": 44566, "loc": { "start": { - "line": 935, + "line": 977, "column": 29 }, "end": { - "line": 935, + "line": 977, "column": 40 }, "identifierName": "setLineDash" @@ -50571,15 +50707,15 @@ "arguments": [ { "type": "ArrayExpression", - "start": 42177, - "end": 42179, + "start": 44567, + "end": 44569, "loc": { "start": { - "line": 935, + "line": 977, "column": 41 }, "end": { - "line": 935, + "line": 977, "column": 43 } }, @@ -50594,57 +50730,57 @@ }, { "type": "ExpressionStatement", - "start": 42215, - "end": 42248, + "start": 44605, + "end": 44638, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 42215, - "end": 42248, + "start": 44605, + "end": 44638, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42215, - "end": 42230, + "start": 44605, + "end": 44620, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 31 } }, "object": { "type": "Identifier", - "start": 42215, - "end": 42223, + "start": 44605, + "end": 44613, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 24 }, "identifierName": "ctx_grid" @@ -50653,15 +50789,15 @@ }, "property": { "type": "Identifier", - "start": 42224, - "end": 42230, + "start": 44614, + "end": 44620, "loc": { "start": { - "line": 937, + "line": 979, "column": 25 }, "end": { - "line": 937, + "line": 979, "column": 31 }, "identifierName": "moveTo" @@ -50673,29 +50809,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 42232, - "end": 42243, + "start": 44622, + "end": 44633, "loc": { "start": { - "line": 937, + "line": 979, "column": 33 }, "end": { - "line": 937, + "line": 979, "column": 44 } }, "left": { "type": "Identifier", - "start": 42232, - "end": 42237, + "start": 44622, + "end": 44627, "loc": { "start": { - "line": 937, + "line": 979, "column": 33 }, "end": { - "line": 937, + "line": 979, "column": 38 }, "identifierName": "pos_x" @@ -50705,15 +50841,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 42240, - "end": 42243, + "start": 44630, + "end": 44633, "loc": { "start": { - "line": 937, + "line": 979, "column": 41 }, "end": { - "line": 937, + "line": 979, "column": 44 } }, @@ -50726,15 +50862,15 @@ }, { "type": "NumericLiteral", - "start": 42245, - "end": 42246, + "start": 44635, + "end": 44636, "loc": { "start": { - "line": 937, + "line": 979, "column": 46 }, "end": { - "line": 937, + "line": 979, "column": 47 } }, @@ -50749,57 +50885,57 @@ }, { "type": "ExpressionStatement", - "start": 42265, - "end": 42314, + "start": 44655, + "end": 44704, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 42265, - "end": 42314, + "start": 44655, + "end": 44704, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 42265, - "end": 42280, + "start": 44655, + "end": 44670, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 31 } }, "object": { "type": "Identifier", - "start": 42265, - "end": 42273, + "start": 44655, + "end": 44663, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 24 }, "identifierName": "ctx_grid" @@ -50808,15 +50944,15 @@ }, "property": { "type": "Identifier", - "start": 42274, - "end": 42280, + "start": 44664, + "end": 44670, "loc": { "start": { - "line": 938, + "line": 980, "column": 25 }, "end": { - "line": 938, + "line": 980, "column": 31 }, "identifierName": "lineTo" @@ -50828,29 +50964,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 42282, - "end": 42293, + "start": 44672, + "end": 44683, "loc": { "start": { - "line": 938, + "line": 980, "column": 33 }, "end": { - "line": 938, + "line": 980, "column": 44 } }, "left": { "type": "Identifier", - "start": 42282, - "end": 42287, + "start": 44672, + "end": 44677, "loc": { "start": { - "line": 938, + "line": 980, "column": 33 }, "end": { - "line": 938, + "line": 980, "column": 38 }, "identifierName": "pos_x" @@ -50860,15 +50996,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 42290, - "end": 42293, + "start": 44680, + "end": 44683, "loc": { "start": { - "line": 938, + "line": 980, "column": 41 }, "end": { - "line": 938, + "line": 980, "column": 44 } }, @@ -50881,29 +51017,29 @@ }, { "type": "MemberExpression", - "start": 42295, - "end": 42312, + "start": 44685, + "end": 44702, "loc": { "start": { - "line": 938, + "line": 980, "column": 46 }, "end": { - "line": 938, + "line": 980, "column": 63 } }, "object": { "type": "Identifier", - "start": 42295, - "end": 42301, + "start": 44685, + "end": 44691, "loc": { "start": { - "line": 938, + "line": 980, "column": 46 }, "end": { - "line": 938, + "line": 980, "column": 52 }, "identifierName": "_props" @@ -50912,15 +51048,15 @@ }, "property": { "type": "Identifier", - "start": 42302, - "end": 42312, + "start": 44692, + "end": 44702, "loc": { "start": { - "line": 938, + "line": 980, "column": 53 }, "end": { - "line": 938, + "line": 980, "column": 63 }, "identifierName": "fullheight" @@ -50934,57 +51070,57 @@ }, { "type": "ExpressionStatement", - "start": 42331, - "end": 42351, + "start": 44721, + "end": 44741, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42331, - "end": 42351, + "start": 44721, + "end": 44741, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 42331, - "end": 42349, + "start": 44721, + "end": 44739, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 34 } }, "object": { "type": "Identifier", - "start": 42331, - "end": 42339, + "start": 44721, + "end": 44729, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 24 }, "identifierName": "ctx_grid" @@ -50993,15 +51129,15 @@ }, "property": { "type": "Identifier", - "start": 42340, - "end": 42349, + "start": 44730, + "end": 44739, "loc": { "start": { - "line": 939, + "line": 981, "column": 25 }, "end": { - "line": 939, + "line": 981, "column": 34 }, "identifierName": "closePath" @@ -51015,57 +51151,57 @@ }, { "type": "ExpressionStatement", - "start": 42368, - "end": 42385, + "start": 44758, + "end": 44775, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 42368, - "end": 42385, + "start": 44758, + "end": 44775, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 42368, - "end": 42383, + "start": 44758, + "end": 44773, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 31 } }, "object": { "type": "Identifier", - "start": 42368, - "end": 42376, + "start": 44758, + "end": 44766, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 24 }, "identifierName": "ctx_grid" @@ -51074,15 +51210,15 @@ }, "property": { "type": "Identifier", - "start": 42377, - "end": 42383, + "start": 44767, + "end": 44773, "loc": { "start": { - "line": 940, + "line": 982, "column": 25 }, "end": { - "line": 940, + "line": 982, "column": 31 }, "identifierName": "stroke" @@ -51104,44 +51240,44 @@ }, { "type": "ExpressionStatement", - "start": 42417, - "end": 42424, + "start": 44807, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, "expression": { "type": "AssignmentExpression", - "start": 42417, - "end": 42424, + "start": 44807, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42417, - "end": 42420, + "start": 44807, + "end": 44810, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 11 }, "identifierName": "_cy" @@ -51150,15 +51286,15 @@ }, "right": { "type": "NumericLiteral", - "start": 42423, - "end": 42424, + "start": 44813, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 14 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, @@ -51172,58 +51308,58 @@ }, { "type": "ForStatement", - "start": 42433, - "end": 42646, + "start": 44823, + "end": 45036, "loc": { "start": { - "line": 944, + "line": 986, "column": 8 }, "end": { - "line": 948, + "line": 990, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 42439, - "end": 42448, + "start": 44829, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 14 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42443, - "end": 42448, + "start": 44833, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 18 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, "id": { "type": "Identifier", - "start": 42443, - "end": 42444, + "start": 44833, + "end": 44834, "loc": { "start": { - "line": 944, + "line": 986, "column": 18 }, "end": { - "line": 944, + "line": 986, "column": 19 }, "identifierName": "i" @@ -51232,15 +51368,15 @@ }, "init": { "type": "NumericLiteral", - "start": 42447, - "end": 42448, + "start": 44837, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 22 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, @@ -51256,29 +51392,29 @@ }, "test": { "type": "BinaryExpression", - "start": 42450, - "end": 42465, + "start": 44840, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 25 }, "end": { - "line": 944, + "line": 986, "column": 40 } }, "left": { "type": "Identifier", - "start": 42450, - "end": 42451, + "start": 44840, + "end": 44841, "loc": { "start": { - "line": 944, + "line": 986, "column": 25 }, "end": { - "line": 944, + "line": 986, "column": 26 }, "identifierName": "i" @@ -51288,29 +51424,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 42454, - "end": 42465, + "start": 44844, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 29 }, "end": { - "line": 944, + "line": 986, "column": 40 } }, "object": { "type": "Identifier", - "start": 42454, - "end": 42460, + "start": 44844, + "end": 44850, "loc": { "start": { - "line": 944, + "line": 986, "column": 29 }, "end": { - "line": 944, + "line": 986, "column": 35 }, "identifierName": "_props" @@ -51319,15 +51455,15 @@ }, "property": { "type": "Identifier", - "start": 42461, - "end": 42465, + "start": 44851, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 36 }, "end": { - "line": 944, + "line": 986, "column": 40 }, "identifierName": "rows" @@ -51339,15 +51475,15 @@ }, "update": { "type": "UpdateExpression", - "start": 42467, - "end": 42470, + "start": 44857, + "end": 44860, "loc": { "start": { - "line": 944, + "line": 986, "column": 42 }, "end": { - "line": 944, + "line": 986, "column": 45 } }, @@ -51355,15 +51491,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 42467, - "end": 42468, + "start": 44857, + "end": 44858, "loc": { "start": { - "line": 944, + "line": 986, "column": 42 }, "end": { - "line": 944, + "line": 986, "column": 43 }, "identifierName": "i" @@ -51373,59 +51509,59 @@ }, "body": { "type": "BlockStatement", - "start": 42473, - "end": 42646, + "start": 44863, + "end": 45036, "loc": { "start": { - "line": 944, + "line": 986, "column": 48 }, "end": { - "line": 948, + "line": 990, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42487, - "end": 42512, + "start": 44877, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 42487, - "end": 42512, + "start": 44877, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 42487, - "end": 42490, + "start": 44877, + "end": 44880, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 15 }, "identifierName": "_cy" @@ -51434,57 +51570,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 42494, - "end": 42512, + "start": 44884, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 42494, - "end": 42504, + "start": 44884, + "end": 44894, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 29 } }, "left": { "type": "BinaryExpression", - "start": 42494, - "end": 42499, + "start": 44884, + "end": 44889, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 24 } }, "left": { "type": "Identifier", - "start": 42494, - "end": 42495, + "start": 44884, + "end": 44885, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 20 }, "identifierName": "i" @@ -51494,15 +51630,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42498, - "end": 42499, + "start": 44888, + "end": 44889, "loc": { "start": { - "line": 945, + "line": 987, "column": 23 }, "end": { - "line": 945, + "line": 987, "column": 24 } }, @@ -51516,15 +51652,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42503, - "end": 42504, + "start": 44893, + "end": 44894, "loc": { "start": { - "line": 945, + "line": 987, "column": 28 }, "end": { - "line": 945, + "line": 987, "column": 29 } }, @@ -51537,15 +51673,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42507, - "end": 42508, + "start": 44897, + "end": 44898, "loc": { "start": { - "line": 945, + "line": 987, "column": 32 }, "end": { - "line": 945, + "line": 987, "column": 33 } }, @@ -51557,15 +51693,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 42511, - "end": 42512, + "start": 44901, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 36 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, @@ -51580,44 +51716,44 @@ }, { "type": "VariableDeclaration", - "start": 42525, - "end": 42566, + "start": 44915, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 12 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42529, - "end": 42566, + "start": 44919, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 16 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "id": { "type": "Identifier", - "start": 42529, - "end": 42535, + "start": 44919, + "end": 44925, "loc": { "start": { - "line": 946, + "line": 988, "column": 16 }, "end": { - "line": 946, + "line": 988, "column": 22 }, "identifierName": "_pos_y" @@ -51626,43 +51762,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42538, - "end": 42566, + "start": 44928, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 25 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 42540, - "end": 42558, + "start": 44930, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 27 }, "end": { - "line": 946, + "line": 988, "column": 45 } }, "left": { "type": "Identifier", - "start": 42540, - "end": 42541, + "start": 44930, + "end": 44931, "loc": { "start": { - "line": 946, + "line": 988, "column": 27 }, "end": { - "line": 946, + "line": 988, "column": 28 }, "identifierName": "i" @@ -51672,29 +51808,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 42544, - "end": 42558, + "start": 44934, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 31 }, "end": { - "line": 946, + "line": 988, "column": 45 } }, "object": { "type": "Identifier", - "start": 42544, - "end": 42550, + "start": 44934, + "end": 44940, "loc": { "start": { - "line": 946, + "line": 988, "column": 31 }, "end": { - "line": 946, + "line": 988, "column": 37 }, "identifierName": "_props" @@ -51703,15 +51839,15 @@ }, "property": { "type": "Identifier", - "start": 42551, - "end": 42558, + "start": 44941, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 38 }, "end": { - "line": 946, + "line": 988, "column": 45 }, "identifierName": "rowSize" @@ -51722,21 +51858,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 42538 + "parenStart": 44928 } }, "operator": "+", "right": { "type": "Identifier", - "start": 42563, - "end": 42566, + "start": 44953, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 50 }, "end": { - "line": 946, + "line": 988, "column": 53 }, "identifierName": "_cy" @@ -51750,43 +51886,43 @@ }, { "type": "ExpressionStatement", - "start": 42579, - "end": 42636, + "start": 44969, + "end": 45026, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42579, - "end": 42636, + "start": 44969, + "end": 45026, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 69 } }, "callee": { "type": "Identifier", - "start": 42579, - "end": 42590, + "start": 44969, + "end": 44980, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 23 }, "identifierName": "drawRowRect" @@ -51796,15 +51932,15 @@ "arguments": [ { "type": "Identifier", - "start": 42592, - "end": 42598, + "start": 44982, + "end": 44988, "loc": { "start": { - "line": 947, + "line": 989, "column": 25 }, "end": { - "line": 947, + "line": 989, "column": 31 }, "identifierName": "_pos_y" @@ -51813,57 +51949,57 @@ }, { "type": "ConditionalExpression", - "start": 42600, - "end": 42634, + "start": 44990, + "end": 45024, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 42600, - "end": 42610, + "start": 44990, + "end": 45000, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 42600, - "end": 42605, + "start": 44990, + "end": 44995, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 38 } }, "left": { "type": "Identifier", - "start": 42600, - "end": 42601, + "start": 44990, + "end": 44991, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 34 }, "identifierName": "i" @@ -51873,15 +52009,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42604, - "end": 42605, + "start": 44994, + "end": 44995, "loc": { "start": { - "line": 947, + "line": 989, "column": 37 }, "end": { - "line": 947, + "line": 989, "column": 38 } }, @@ -51895,15 +52031,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42609, - "end": 42610, + "start": 44999, + "end": 45000, "loc": { "start": { - "line": 947, + "line": 989, "column": 42 }, "end": { - "line": 947, + "line": 989, "column": 43 } }, @@ -51916,15 +52052,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 42613, - "end": 42622, + "start": 45003, + "end": 45012, "loc": { "start": { - "line": 947, + "line": 989, "column": 46 }, "end": { - "line": 947, + "line": 989, "column": 55 } }, @@ -51936,15 +52072,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 42625, - "end": 42634, + "start": 45015, + "end": 45024, "loc": { "start": { - "line": 947, + "line": 989, "column": 58 }, "end": { - "line": 947, + "line": 989, "column": 67 } }, @@ -51964,44 +52100,44 @@ }, { "type": "ExpressionStatement", - "start": 42655, - "end": 42662, + "start": 45045, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, "expression": { "type": "AssignmentExpression", - "start": 42655, - "end": 42662, + "start": 45045, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42655, - "end": 42658, + "start": 45045, + "end": 45048, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 11 }, "identifierName": "_cy" @@ -52010,15 +52146,15 @@ }, "right": { "type": "NumericLiteral", - "start": 42661, - "end": 42662, + "start": 45051, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 14 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, @@ -52032,58 +52168,58 @@ }, { "type": "ForStatement", - "start": 42671, - "end": 42861, + "start": 45061, + "end": 45251, "loc": { "start": { - "line": 950, + "line": 992, "column": 8 }, "end": { - "line": 954, + "line": 996, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 42677, - "end": 42686, + "start": 45067, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 14 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42681, - "end": 42686, + "start": 45071, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 18 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, "id": { "type": "Identifier", - "start": 42681, - "end": 42682, + "start": 45071, + "end": 45072, "loc": { "start": { - "line": 950, + "line": 992, "column": 18 }, "end": { - "line": 950, + "line": 992, "column": 19 }, "identifierName": "i" @@ -52092,15 +52228,15 @@ }, "init": { "type": "NumericLiteral", - "start": 42685, - "end": 42686, + "start": 45075, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 22 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, @@ -52116,29 +52252,29 @@ }, "test": { "type": "BinaryExpression", - "start": 42688, - "end": 42703, + "start": 45078, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 25 }, "end": { - "line": 950, + "line": 992, "column": 40 } }, "left": { "type": "Identifier", - "start": 42688, - "end": 42689, + "start": 45078, + "end": 45079, "loc": { "start": { - "line": 950, + "line": 992, "column": 25 }, "end": { - "line": 950, + "line": 992, "column": 26 }, "identifierName": "i" @@ -52148,29 +52284,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 42692, - "end": 42703, + "start": 45082, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 29 }, "end": { - "line": 950, + "line": 992, "column": 40 } }, "object": { "type": "Identifier", - "start": 42692, - "end": 42698, + "start": 45082, + "end": 45088, "loc": { "start": { - "line": 950, + "line": 992, "column": 29 }, "end": { - "line": 950, + "line": 992, "column": 35 }, "identifierName": "_props" @@ -52179,15 +52315,15 @@ }, "property": { "type": "Identifier", - "start": 42699, - "end": 42703, + "start": 45089, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 36 }, "end": { - "line": 950, + "line": 992, "column": 40 }, "identifierName": "rows" @@ -52199,15 +52335,15 @@ }, "update": { "type": "UpdateExpression", - "start": 42705, - "end": 42708, + "start": 45095, + "end": 45098, "loc": { "start": { - "line": 950, + "line": 992, "column": 42 }, "end": { - "line": 950, + "line": 992, "column": 45 } }, @@ -52215,15 +52351,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 42705, - "end": 42706, + "start": 45095, + "end": 45096, "loc": { "start": { - "line": 950, + "line": 992, "column": 42 }, "end": { - "line": 950, + "line": 992, "column": 43 }, "identifierName": "i" @@ -52233,59 +52369,59 @@ }, "body": { "type": "BlockStatement", - "start": 42711, - "end": 42861, + "start": 45101, + "end": 45251, "loc": { "start": { - "line": 950, + "line": 992, "column": 48 }, "end": { - "line": 954, + "line": 996, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42725, - "end": 42750, + "start": 45115, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 42725, - "end": 42750, + "start": 45115, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 42725, - "end": 42728, + "start": 45115, + "end": 45118, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 15 }, "identifierName": "_cy" @@ -52294,57 +52430,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 42732, - "end": 42750, + "start": 45122, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 42732, - "end": 42742, + "start": 45122, + "end": 45132, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 29 } }, "left": { "type": "BinaryExpression", - "start": 42732, - "end": 42737, + "start": 45122, + "end": 45127, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 24 } }, "left": { "type": "Identifier", - "start": 42732, - "end": 42733, + "start": 45122, + "end": 45123, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 20 }, "identifierName": "i" @@ -52354,15 +52490,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42736, - "end": 42737, + "start": 45126, + "end": 45127, "loc": { "start": { - "line": 951, + "line": 993, "column": 23 }, "end": { - "line": 951, + "line": 993, "column": 24 } }, @@ -52376,15 +52512,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42741, - "end": 42742, + "start": 45131, + "end": 45132, "loc": { "start": { - "line": 951, + "line": 993, "column": 28 }, "end": { - "line": 951, + "line": 993, "column": 29 } }, @@ -52397,15 +52533,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42745, - "end": 42746, + "start": 45135, + "end": 45136, "loc": { "start": { - "line": 951, + "line": 993, "column": 32 }, "end": { - "line": 951, + "line": 993, "column": 33 } }, @@ -52417,15 +52553,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 42749, - "end": 42750, + "start": 45139, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 36 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, @@ -52440,44 +52576,44 @@ }, { "type": "VariableDeclaration", - "start": 42763, - "end": 42804, + "start": 45153, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 12 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42767, - "end": 42804, + "start": 45157, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 16 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "id": { "type": "Identifier", - "start": 42767, - "end": 42773, + "start": 45157, + "end": 45163, "loc": { "start": { - "line": 952, + "line": 994, "column": 16 }, "end": { - "line": 952, + "line": 994, "column": 22 }, "identifierName": "_pos_y" @@ -52486,43 +52622,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42776, - "end": 42804, + "start": 45166, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 25 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 42778, - "end": 42796, + "start": 45168, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 27 }, "end": { - "line": 952, + "line": 994, "column": 45 } }, "left": { "type": "Identifier", - "start": 42778, - "end": 42779, + "start": 45168, + "end": 45169, "loc": { "start": { - "line": 952, + "line": 994, "column": 27 }, "end": { - "line": 952, + "line": 994, "column": 28 }, "identifierName": "i" @@ -52532,29 +52668,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 42782, - "end": 42796, + "start": 45172, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 31 }, "end": { - "line": 952, + "line": 994, "column": 45 } }, "object": { "type": "Identifier", - "start": 42782, - "end": 42788, + "start": 45172, + "end": 45178, "loc": { "start": { - "line": 952, + "line": 994, "column": 31 }, "end": { - "line": 952, + "line": 994, "column": 37 }, "identifierName": "_props" @@ -52563,15 +52699,15 @@ }, "property": { "type": "Identifier", - "start": 42789, - "end": 42796, + "start": 45179, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 38 }, "end": { - "line": 952, + "line": 994, "column": 45 }, "identifierName": "rowSize" @@ -52582,21 +52718,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 42776 + "parenStart": 45166 } }, "operator": "+", "right": { "type": "Identifier", - "start": 42801, - "end": 42804, + "start": 45191, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 50 }, "end": { - "line": 952, + "line": 994, "column": 53 }, "identifierName": "_cy" @@ -52610,43 +52746,43 @@ }, { "type": "ExpressionStatement", - "start": 42817, - "end": 42851, + "start": 45207, + "end": 45241, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 42817, - "end": 42851, + "start": 45207, + "end": 45241, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 46 } }, "callee": { "type": "Identifier", - "start": 42817, - "end": 42835, + "start": 45207, + "end": 45225, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 30 }, "identifierName": "drawHorizontalLine" @@ -52656,15 +52792,15 @@ "arguments": [ { "type": "Identifier", - "start": 42837, - "end": 42843, + "start": 45227, + "end": 45233, "loc": { "start": { - "line": 953, + "line": 995, "column": 32 }, "end": { - "line": 953, + "line": 995, "column": 38 }, "identifierName": "_pos_y" @@ -52673,15 +52809,15 @@ }, { "type": "BooleanLiteral", - "start": 42845, - "end": 42849, + "start": 45235, + "end": 45239, "loc": { "start": { - "line": 953, + "line": 995, "column": 40 }, "end": { - "line": 953, + "line": 995, "column": 44 } }, @@ -52696,57 +52832,57 @@ }, { "type": "IfStatement", - "start": 42870, - "end": 43585, + "start": 45260, + "end": 45975, "loc": { "start": { - "line": 955, + "line": 997, "column": 8 }, "end": { - "line": 969, + "line": 1011, "column": 9 } }, "test": { "type": "CallExpression", - "start": 42875, - "end": 42914, + "start": 45265, + "end": 45304, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 42875, - "end": 42899, + "start": 45265, + "end": 45289, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 42875, - "end": 42894, + "start": 45265, + "end": 45284, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 32 } }, @@ -52758,15 +52894,15 @@ }, "property": { "type": "Identifier", - "start": 42895, - "end": 42899, + "start": 45285, + "end": 45289, "loc": { "start": { - "line": 955, + "line": 997, "column": 33 }, "end": { - "line": 955, + "line": 997, "column": 37 }, "identifierName": "test" @@ -52778,29 +52914,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 42901, - "end": 42912, + "start": 45291, + "end": 45302, "loc": { "start": { - "line": 955, + "line": 997, "column": 39 }, "end": { - "line": 955, + "line": 997, "column": 50 } }, "object": { "type": "Identifier", - "start": 42901, - "end": 42906, + "start": 45291, + "end": 45296, "loc": { "start": { - "line": 955, + "line": 997, "column": 39 }, "end": { - "line": 955, + "line": 997, "column": 44 }, "identifierName": "_opts" @@ -52809,15 +52945,15 @@ }, "property": { "type": "Identifier", - "start": 42907, - "end": 42912, + "start": 45297, + "end": 45302, "loc": { "start": { - "line": 955, + "line": 997, "column": 45 }, "end": { - "line": 955, + "line": 997, "column": 50 }, "identifierName": "scale" @@ -52830,59 +52966,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42917, - "end": 43371, + "start": 45307, + "end": 45761, "loc": { "start": { - "line": 955, + "line": 997, "column": 55 }, "end": { - "line": 964, + "line": 1006, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 43041, - "end": 43118, + "start": 45431, + "end": 45508, "loc": { "start": { - "line": 957, + "line": 999, "column": 12 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43045, - "end": 43093, + "start": 45435, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 16 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, "id": { "type": "Identifier", - "start": 43045, - "end": 43048, + "start": 45435, + "end": 45438, "loc": { "start": { - "line": 957, + "line": 999, "column": 16 }, "end": { - "line": 957, + "line": 999, "column": 19 }, "identifierName": "_bc" @@ -52892,57 +53028,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 43051, - "end": 43093, + "start": 45441, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, "test": { "type": "CallExpression", - "start": 43051, - "end": 43082, + "start": 45441, + "end": 45472, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 43051, - "end": 43067, + "start": 45441, + "end": 45457, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 43051, - "end": 43062, + "start": 45441, + "end": 45452, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 33 } }, @@ -52954,15 +53090,15 @@ }, "property": { "type": "Identifier", - "start": 43063, - "end": 43067, + "start": 45453, + "end": 45457, "loc": { "start": { - "line": 957, + "line": 999, "column": 34 }, "end": { - "line": 957, + "line": 999, "column": 38 }, "identifierName": "test" @@ -52974,29 +53110,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43069, - "end": 43080, + "start": 45459, + "end": 45470, "loc": { "start": { - "line": 957, + "line": 999, "column": 40 }, "end": { - "line": 957, + "line": 999, "column": 51 } }, "object": { "type": "Identifier", - "start": 43069, - "end": 43074, + "start": 45459, + "end": 45464, "loc": { "start": { - "line": 957, + "line": 999, "column": 40 }, "end": { - "line": 957, + "line": 999, "column": 45 }, "identifierName": "_opts" @@ -53005,15 +53141,15 @@ }, "property": { "type": "Identifier", - "start": 43075, - "end": 43080, + "start": 45465, + "end": 45470, "loc": { "start": { - "line": 957, + "line": 999, "column": 46 }, "end": { - "line": 957, + "line": 999, "column": 51 }, "identifierName": "scale" @@ -53026,15 +53162,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43085, - "end": 43088, + "start": 45475, + "end": 45478, "loc": { "start": { - "line": 957, + "line": 999, "column": 56 }, "end": { - "line": 957, + "line": 999, "column": 59 } }, @@ -53046,15 +53182,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 43091, - "end": 43093, + "start": 45481, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 62 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, @@ -53069,29 +53205,29 @@ }, { "type": "VariableDeclarator", - "start": 43111, - "end": 43118, + "start": 45501, + "end": 45508, "loc": { "start": { - "line": 958, + "line": 1000, "column": 16 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, "id": { "type": "Identifier", - "start": 43111, - "end": 43114, + "start": 45501, + "end": 45504, "loc": { "start": { - "line": 958, + "line": 1000, "column": 16 }, "end": { - "line": 958, + "line": 1000, "column": 19 }, "identifierName": "_sy" @@ -53100,15 +53236,15 @@ }, "init": { "type": "NumericLiteral", - "start": 43117, - "end": 43118, + "start": 45507, + "end": 45508, "loc": { "start": { - "line": 958, + "line": 1000, "column": 22 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, @@ -53125,15 +53261,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 42931, - "end": 43028, + "start": 45321, + "end": 45418, "loc": { "start": { - "line": 956, + "line": 998, "column": 12 }, "end": { - "line": 956, + "line": 998, "column": 109 } } @@ -53142,58 +53278,58 @@ }, { "type": "ForOfStatement", - "start": 43144, - "end": 43361, + "start": 45534, + "end": 45751, "loc": { "start": { - "line": 960, + "line": 1002, "column": 12 }, "end": { - "line": 963, + "line": 1005, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 43150, - "end": 43158, + "start": 45540, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 18 }, "end": { - "line": 960, + "line": 1002, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43154, - "end": 43158, + "start": 45544, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 22 }, "end": { - "line": 960, + "line": 1002, "column": 26 } }, "id": { "type": "Identifier", - "start": 43154, - "end": 43158, + "start": 45544, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 22 }, "end": { - "line": 960, + "line": 1002, "column": 26 }, "identifierName": "_key" @@ -53207,43 +53343,43 @@ }, "right": { "type": "CallExpression", - "start": 43162, - "end": 43197, + "start": 45552, + "end": 45587, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 43162, - "end": 43173, + "start": 45552, + "end": 45563, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 41 } }, "object": { "type": "Identifier", - "start": 43162, - "end": 43168, + "start": 45552, + "end": 45558, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 36 }, "identifierName": "Object" @@ -53252,15 +53388,15 @@ }, "property": { "type": "Identifier", - "start": 43169, - "end": 43173, + "start": 45559, + "end": 45563, "loc": { "start": { - "line": 960, + "line": 1002, "column": 37 }, "end": { - "line": 960, + "line": 1002, "column": 41 }, "identifierName": "keys" @@ -53272,29 +53408,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43175, - "end": 43195, + "start": 45565, + "end": 45585, "loc": { "start": { - "line": 960, + "line": 1002, "column": 43 }, "end": { - "line": 960, + "line": 1002, "column": 63 } }, "object": { "type": "Identifier", - "start": 43175, - "end": 43181, + "start": 45565, + "end": 45571, "loc": { "start": { - "line": 960, + "line": 1002, "column": 43 }, "end": { - "line": 960, + "line": 1002, "column": 49 }, "identifierName": "_props" @@ -53303,15 +53439,15 @@ }, "property": { "type": "Identifier", - "start": 43182, - "end": 43195, + "start": 45572, + "end": 45585, "loc": { "start": { - "line": 960, + "line": 1002, "column": 50 }, "end": { - "line": 960, + "line": 1002, "column": 63 }, "identifierName": "variableScale" @@ -53324,59 +53460,59 @@ }, "body": { "type": "BlockStatement", - "start": 43200, - "end": 43361, + "start": 45590, + "end": 45751, "loc": { "start": { - "line": 960, + "line": 1002, "column": 68 }, "end": { - "line": 963, + "line": 1005, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43218, - "end": 43300, + "start": 45608, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 43218, - "end": 43300, + "start": 45608, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 43218, - "end": 43221, + "start": 45608, + "end": 45611, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 19 }, "identifierName": "_sy" @@ -53385,58 +53521,58 @@ }, "right": { "type": "CallExpression", - "start": 43225, - "end": 43300, + "start": 45615, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 43225, - "end": 43238, + "start": 45615, + "end": 45628, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 43225, - "end": 43229, + "start": 45615, + "end": 45619, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 27 } } }, "property": { "type": "Identifier", - "start": 43230, - "end": 43238, + "start": 45620, + "end": 45628, "loc": { "start": { - "line": 961, + "line": 1003, "column": 28 }, "end": { - "line": 961, + "line": 1003, "column": 36 }, "identifierName": "numRound" @@ -53448,71 +53584,71 @@ "arguments": [ { "type": "BinaryExpression", - "start": 43240, - "end": 43295, + "start": 45630, + "end": 45685, "loc": { "start": { - "line": 961, + "line": 1003, "column": 38 }, "end": { - "line": 961, + "line": 1003, "column": 93 } }, "left": { "type": "BinaryExpression", - "start": 43242, - "end": 43287, + "start": 45632, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 85 } }, "left": { "type": "MemberExpression", - "start": 43242, - "end": 43268, + "start": 45632, + "end": 45658, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 43242, - "end": 43262, + "start": 45632, + "end": 45652, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 60 } }, "object": { "type": "Identifier", - "start": 43242, - "end": 43248, + "start": 45632, + "end": 45638, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 46 }, "identifierName": "_props" @@ -53521,15 +53657,15 @@ }, "property": { "type": "Identifier", - "start": 43249, - "end": 43262, + "start": 45639, + "end": 45652, "loc": { "start": { - "line": 961, + "line": 1003, "column": 47 }, "end": { - "line": 961, + "line": 1003, "column": 60 }, "identifierName": "variableScale" @@ -53540,15 +53676,15 @@ }, "property": { "type": "Identifier", - "start": 43263, - "end": 43267, + "start": 45653, + "end": 45657, "loc": { "start": { - "line": 961, + "line": 1003, "column": 61 }, "end": { - "line": 961, + "line": 1003, "column": 65 }, "identifierName": "_key" @@ -53560,29 +53696,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 43271, - "end": 43287, + "start": 45661, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 69 }, "end": { - "line": 961, + "line": 1003, "column": 85 } }, "object": { "type": "Identifier", - "start": 43271, - "end": 43277, + "start": 45661, + "end": 45667, "loc": { "start": { - "line": 961, + "line": 1003, "column": 69 }, "end": { - "line": 961, + "line": 1003, "column": 75 }, "identifierName": "_props" @@ -53591,15 +53727,15 @@ }, "property": { "type": "Identifier", - "start": 43278, - "end": 43287, + "start": 45668, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 76 }, "end": { - "line": 961, + "line": 1003, "column": 85 }, "identifierName": "scaleSize" @@ -53610,21 +53746,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 43240 + "parenStart": 45630 } }, "operator": "/", "right": { "type": "Identifier", - "start": 43292, - "end": 43295, + "start": 45682, + "end": 45685, "loc": { "start": { - "line": 961, + "line": 1003, "column": 90 }, "end": { - "line": 961, + "line": 1003, "column": 93 }, "identifierName": "_bc" @@ -53634,15 +53770,15 @@ }, { "type": "NumericLiteral", - "start": 43297, - "end": 43298, + "start": 45687, + "end": 45688, "loc": { "start": { - "line": 961, + "line": 1003, "column": 95 }, "end": { - "line": 961, + "line": 1003, "column": 96 } }, @@ -53658,43 +53794,43 @@ }, { "type": "ExpressionStatement", - "start": 43317, - "end": 43347, + "start": 45707, + "end": 45737, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 43317, - "end": 43347, + "start": 45707, + "end": 45737, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 46 } }, "callee": { "type": "Identifier", - "start": 43317, - "end": 43333, + "start": 45707, + "end": 45723, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 32 }, "identifierName": "drawVerticalLine" @@ -53704,15 +53840,15 @@ "arguments": [ { "type": "Identifier", - "start": 43335, - "end": 43338, + "start": 45725, + "end": 45728, "loc": { "start": { - "line": 962, + "line": 1004, "column": 34 }, "end": { - "line": 962, + "line": 1004, "column": 37 }, "identifierName": "_sy" @@ -53721,15 +53857,15 @@ }, { "type": "BooleanLiteral", - "start": 43340, - "end": 43345, + "start": 45730, + "end": 45735, "loc": { "start": { - "line": 962, + "line": 1004, "column": 39 }, "end": { - "line": 962, + "line": 1004, "column": 44 } }, @@ -53747,73 +53883,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 43377, - "end": 43585, + "start": 45767, + "end": 45975, "loc": { "start": { - "line": 964, + "line": 1006, "column": 15 }, "end": { - "line": 969, + "line": 1011, "column": 9 } }, "body": [ { "type": "ForStatement", - "start": 43451, - "end": 43575, + "start": 45841, + "end": 45965, "loc": { "start": { - "line": 966, + "line": 1008, "column": 12 }, "end": { - "line": 968, + "line": 1010, "column": 13 } }, "init": { "type": "VariableDeclaration", - "start": 43457, - "end": 43466, + "start": 45847, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 18 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43461, - "end": 43466, + "start": 45851, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 22 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, "id": { "type": "Identifier", - "start": 43461, - "end": 43462, + "start": 45851, + "end": 45852, "loc": { "start": { - "line": 966, + "line": 1008, "column": 22 }, "end": { - "line": 966, + "line": 1008, "column": 23 }, "identifierName": "i" @@ -53823,15 +53959,15 @@ }, "init": { "type": "NumericLiteral", - "start": 43465, - "end": 43466, + "start": 45855, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 26 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, @@ -53849,29 +53985,29 @@ }, "test": { "type": "BinaryExpression", - "start": 43468, - "end": 43484, + "start": 45858, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 29 }, "end": { - "line": 966, + "line": 1008, "column": 45 } }, "left": { "type": "Identifier", - "start": 43468, - "end": 43469, + "start": 45858, + "end": 45859, "loc": { "start": { - "line": 966, + "line": 1008, "column": 29 }, "end": { - "line": 966, + "line": 1008, "column": 30 }, "identifierName": "i" @@ -53881,29 +54017,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 43472, - "end": 43484, + "start": 45862, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 33 }, "end": { - "line": 966, + "line": 1008, "column": 45 } }, "object": { "type": "Identifier", - "start": 43472, - "end": 43478, + "start": 45862, + "end": 45868, "loc": { "start": { - "line": 966, + "line": 1008, "column": 33 }, "end": { - "line": 966, + "line": 1008, "column": 39 }, "identifierName": "_props" @@ -53912,15 +54048,15 @@ }, "property": { "type": "Identifier", - "start": 43479, - "end": 43484, + "start": 45869, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 40 }, "end": { - "line": 966, + "line": 1008, "column": 45 }, "identifierName": "grids" @@ -53932,15 +54068,15 @@ }, "update": { "type": "UpdateExpression", - "start": 43486, - "end": 43489, + "start": 45876, + "end": 45879, "loc": { "start": { - "line": 966, + "line": 1008, "column": 47 }, "end": { - "line": 966, + "line": 1008, "column": 50 } }, @@ -53948,15 +54084,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 43486, - "end": 43487, + "start": 45876, + "end": 45877, "loc": { "start": { - "line": 966, + "line": 1008, "column": 47 }, "end": { - "line": 966, + "line": 1008, "column": 48 }, "identifierName": "i" @@ -53966,58 +54102,58 @@ }, "body": { "type": "BlockStatement", - "start": 43492, - "end": 43575, + "start": 45882, + "end": 45965, "loc": { "start": { - "line": 966, + "line": 1008, "column": 53 }, "end": { - "line": 968, + "line": 1010, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43510, - "end": 43561, + "start": 45900, + "end": 45951, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 43510, - "end": 43561, + "start": 45900, + "end": 45951, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 67 } }, "callee": { "type": "Identifier", - "start": 43510, - "end": 43526, + "start": 45900, + "end": 45916, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 32 }, "identifierName": "drawVerticalLine" @@ -54027,29 +54163,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 43530, - "end": 43550, + "start": 45920, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 36 }, "end": { - "line": 967, + "line": 1009, "column": 56 } }, "left": { "type": "Identifier", - "start": 43530, - "end": 43531, + "start": 45920, + "end": 45921, "loc": { "start": { - "line": 967, + "line": 1009, "column": 36 }, "end": { - "line": 967, + "line": 1009, "column": 37 }, "identifierName": "i" @@ -54059,29 +54195,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 43534, - "end": 43550, + "start": 45924, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 40 }, "end": { - "line": 967, + "line": 1009, "column": 56 } }, "object": { "type": "Identifier", - "start": 43534, - "end": 43540, + "start": 45924, + "end": 45930, "loc": { "start": { - "line": 967, + "line": 1009, "column": 40 }, "end": { - "line": 967, + "line": 1009, "column": 46 }, "identifierName": "_props" @@ -54090,15 +54226,15 @@ }, "property": { "type": "Identifier", - "start": 43541, - "end": 43550, + "start": 45931, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 47 }, "end": { - "line": 967, + "line": 1009, "column": 56 }, "identifierName": "scaleSize" @@ -54109,20 +54245,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 43528 + "parenStart": 45918 } }, { "type": "BooleanLiteral", - "start": 43554, - "end": 43559, + "start": 45944, + "end": 45949, "loc": { "start": { - "line": 967, + "line": 1009, "column": 60 }, "end": { - "line": 967, + "line": 1009, "column": 65 } }, @@ -54138,15 +54274,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 43391, - "end": 43438, + "start": 45781, + "end": 45828, "loc": { "start": { - "line": 965, + "line": 1007, "column": 12 }, "end": { - "line": 965, + "line": 1007, "column": 59 } } @@ -54159,113 +54295,113 @@ }, { "type": "ReturnStatement", - "start": 43603, - "end": 43688, + "start": 45993, + "end": 46078, "loc": { "start": { - "line": 971, + "line": 1013, "column": 8 }, "end": { - "line": 971, + "line": 1013, "column": 93 } }, "argument": { "type": "CallExpression", - "start": 43610, - "end": 43688, + "start": 46000, + "end": 46078, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43672, + "start": 46000, + "end": 46062, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 77 } }, "object": { "type": "CallExpression", - "start": 43610, - "end": 43665, + "start": 46000, + "end": 46055, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43648, + "start": 46000, + "end": 46038, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 53 } }, "object": { "type": "CallExpression", - "start": 43610, - "end": 43641, + "start": 46000, + "end": 46031, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43627, + "start": 46000, + "end": 46017, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 32 } }, "object": { "type": "Identifier", - "start": 43610, - "end": 43620, + "start": 46000, + "end": 46010, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 25 }, "identifierName": "_container" @@ -54274,15 +54410,15 @@ }, "property": { "type": "Identifier", - "start": 43621, - "end": 43627, + "start": 46011, + "end": 46017, "loc": { "start": { - "line": 971, + "line": 1013, "column": 26 }, "end": { - "line": 971, + "line": 1013, "column": 32 }, "identifierName": "append" @@ -54294,15 +54430,15 @@ "arguments": [ { "type": "Identifier", - "start": 43629, - "end": 43639, + "start": 46019, + "end": 46029, "loc": { "start": { - "line": 971, + "line": 1013, "column": 34 }, "end": { - "line": 971, + "line": 1013, "column": 44 }, "identifierName": "_events_bg" @@ -54313,15 +54449,15 @@ }, "property": { "type": "Identifier", - "start": 43642, - "end": 43648, + "start": 46032, + "end": 46038, "loc": { "start": { - "line": 971, + "line": 1013, "column": 47 }, "end": { - "line": 971, + "line": 1013, "column": 53 }, "identifierName": "append" @@ -54333,15 +54469,15 @@ "arguments": [ { "type": "Identifier", - "start": 43650, - "end": 43663, + "start": 46040, + "end": 46053, "loc": { "start": { - "line": 971, + "line": 1013, "column": 55 }, "end": { - "line": 971, + "line": 1013, "column": 68 }, "identifierName": "_events_lines" @@ -54352,15 +54488,15 @@ }, "property": { "type": "Identifier", - "start": 43666, - "end": 43672, + "start": 46056, + "end": 46062, "loc": { "start": { - "line": 971, + "line": 1013, "column": 71 }, "end": { - "line": 971, + "line": 1013, "column": 77 }, "identifierName": "append" @@ -54372,15 +54508,15 @@ "arguments": [ { "type": "Identifier", - "start": 43674, - "end": 43686, + "start": 46064, + "end": 46076, "loc": { "start": { - "line": 971, + "line": 1013, "column": 79 }, "end": { - "line": 971, + "line": 1013, "column": 91 }, "identifierName": "_events_body" @@ -54398,15 +54534,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -54416,15 +54552,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -54433,15 +54569,15 @@ }, { "type": "ClassMethod", - "start": 43910, - "end": 48708, + "start": 46300, + "end": 51098, "loc": { "start": { - "line": 980, + "line": 1022, "column": 4 }, "end": { - "line": 1067, + "line": 1109, "column": 5 } }, @@ -54449,15 +54585,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43910, - "end": 43922, + "start": 46300, + "end": 46312, "loc": { "start": { - "line": 980, + "line": 1022, "column": 4 }, "end": { - "line": 980, + "line": 1022, "column": 16 }, "identifierName": "_createRuler" @@ -54473,15 +54609,15 @@ "params": [ { "type": "Identifier", - "start": 43924, - "end": 43932, + "start": 46314, + "end": 46322, "loc": { "start": { - "line": 980, + "line": 1022, "column": 18 }, "end": { - "line": 980, + "line": 1022, "column": 26 }, "identifierName": "position" @@ -54491,59 +54627,59 @@ ], "body": { "type": "BlockStatement", - "start": 43935, - "end": 48708, + "start": 46325, + "end": 51098, "loc": { "start": { - "line": 980, + "line": 1022, "column": 29 }, "end": { - "line": 1067, + "line": 1109, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43945, - "end": 45475, + "start": 46335, + "end": 47865, "loc": { "start": { - "line": 981, + "line": 1023, "column": 8 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43949, - "end": 43975, + "start": 46339, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 12 }, "end": { - "line": 981, + "line": 1023, "column": 38 } }, "id": { "type": "Identifier", - "start": 43949, - "end": 43954, + "start": 46339, + "end": 46344, "loc": { "start": { - "line": 981, + "line": 1023, "column": 12 }, "end": { - "line": 981, + "line": 1023, "column": 17 }, "identifierName": "_opts" @@ -54552,44 +54688,44 @@ }, "init": { "type": "MemberExpression", - "start": 43963, - "end": 43975, + "start": 46353, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 26 }, "end": { - "line": 981, + "line": 1023, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 43963, - "end": 43967, + "start": 46353, + "end": 46357, "loc": { "start": { - "line": 981, + "line": 1023, "column": 26 }, "end": { - "line": 981, + "line": 1023, "column": 30 } } }, "property": { "type": "Identifier", - "start": 43968, - "end": 43975, + "start": 46358, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 31 }, "end": { - "line": 981, + "line": 1023, "column": 38 }, "identifierName": "_config" @@ -54601,29 +54737,29 @@ }, { "type": "VariableDeclarator", - "start": 43989, - "end": 44022, + "start": 46379, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 12 }, "end": { - "line": 982, + "line": 1024, "column": 45 } }, "id": { "type": "Identifier", - "start": 43989, - "end": 43995, + "start": 46379, + "end": 46385, "loc": { "start": { - "line": 982, + "line": 1024, "column": 12 }, "end": { - "line": 982, + "line": 1024, "column": 18 }, "identifierName": "_props" @@ -54632,44 +54768,44 @@ }, "init": { "type": "MemberExpression", - "start": 44003, - "end": 44022, + "start": 46393, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 26 }, "end": { - "line": 982, + "line": 1024, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 44003, - "end": 44007, + "start": 46393, + "end": 46397, "loc": { "start": { - "line": 982, + "line": 1024, "column": 26 }, "end": { - "line": 982, + "line": 1024, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44008, - "end": 44022, + "start": 46398, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 31 }, "end": { - "line": 982, + "line": 1024, "column": 45 }, "identifierName": "_instanceProps" @@ -54681,29 +54817,29 @@ }, { "type": "VariableDeclarator", - "start": 44036, - "end": 44181, + "start": 46426, + "end": 46571, "loc": { "start": { - "line": 983, + "line": 1025, "column": 12 }, "end": { - "line": 983, + "line": 1025, "column": 157 } }, "id": { "type": "Identifier", - "start": 44036, - "end": 44046, + "start": 46426, + "end": 46436, "loc": { "start": { - "line": 983, + "line": 1025, "column": 12 }, "end": { - "line": 983, + "line": 1025, "column": 22 }, "identifierName": "ruler_line" @@ -54712,58 +54848,58 @@ }, "init": { "type": "CallExpression", - "start": 44050, - "end": 44181, + "start": 46440, + "end": 46571, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 157 } }, "callee": { "type": "MemberExpression", - "start": 44050, - "end": 44065, + "start": 46440, + "end": 46455, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44050, - "end": 44054, + "start": 46440, + "end": 46444, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44055, - "end": 44065, + "start": 46445, + "end": 46455, "loc": { "start": { - "line": 983, + "line": 1025, "column": 31 }, "end": { - "line": 983, + "line": 1025, "column": 41 }, "identifierName": "supplement" @@ -54775,44 +54911,44 @@ "arguments": [ { "type": "ArrayExpression", - "start": 44067, - "end": 44082, + "start": 46457, + "end": 46472, "loc": { "start": { - "line": 983, + "line": 1025, "column": 43 }, "end": { - "line": 983, + "line": 1025, "column": 58 } }, "elements": [ { "type": "MemberExpression", - "start": 44069, - "end": 44080, + "start": 46459, + "end": 46470, "loc": { "start": { - "line": 983, + "line": 1025, "column": 45 }, "end": { - "line": 983, + "line": 1025, "column": 56 } }, "object": { "type": "Identifier", - "start": 44069, - "end": 44074, + "start": 46459, + "end": 46464, "loc": { "start": { - "line": 983, + "line": 1025, "column": 45 }, "end": { - "line": 983, + "line": 1025, "column": 50 }, "identifierName": "_opts" @@ -54821,15 +54957,15 @@ }, "property": { "type": "Identifier", - "start": 44075, - "end": 44080, + "start": 46465, + "end": 46470, "loc": { "start": { - "line": 983, + "line": 1025, "column": 51 }, "end": { - "line": 983, + "line": 1025, "column": 56 }, "identifierName": "scale" @@ -54842,57 +54978,57 @@ }, { "type": "MemberExpression", - "start": 44084, - "end": 44111, + "start": 46474, + "end": 46501, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 87 } }, "object": { "type": "MemberExpression", - "start": 44084, - "end": 44105, + "start": 46474, + "end": 46495, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 44084, - "end": 44095, + "start": 46474, + "end": 46485, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 71 } }, "object": { "type": "Identifier", - "start": 44084, - "end": 44089, + "start": 46474, + "end": 46479, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 65 }, "identifierName": "_opts" @@ -54901,15 +55037,15 @@ }, "property": { "type": "Identifier", - "start": 44090, - "end": 44095, + "start": 46480, + "end": 46485, "loc": { "start": { - "line": 983, + "line": 1025, "column": 66 }, "end": { - "line": 983, + "line": 1025, "column": 71 }, "identifierName": "ruler" @@ -54920,15 +55056,15 @@ }, "property": { "type": "Identifier", - "start": 44096, - "end": 44104, + "start": 46486, + "end": 46494, "loc": { "start": { - "line": 983, + "line": 1025, "column": 72 }, "end": { - "line": 983, + "line": 1025, "column": 80 }, "identifierName": "position" @@ -54939,15 +55075,15 @@ }, "property": { "type": "Identifier", - "start": 44106, - "end": 44111, + "start": 46496, + "end": 46501, "loc": { "start": { - "line": 983, + "line": 1025, "column": 82 }, "end": { - "line": 983, + "line": 1025, "column": 87 }, "identifierName": "lines" @@ -54958,15 +55094,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 44113, - "end": 44179, + "start": 46503, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 89 }, "end": { - "line": 983, + "line": 1025, "column": 155 } }, @@ -54977,15 +55113,15 @@ "params": [ { "type": "Identifier", - "start": 44115, - "end": 44118, + "start": 46505, + "end": 46508, "loc": { "start": { - "line": 983, + "line": 1025, "column": 91 }, "end": { - "line": 983, + "line": 1025, "column": 94 }, "identifierName": "def" @@ -54994,15 +55130,15 @@ }, { "type": "Identifier", - "start": 44120, - "end": 44123, + "start": 46510, + "end": 46513, "loc": { "start": { - "line": 983, + "line": 1025, "column": 96 }, "end": { - "line": 983, + "line": 1025, "column": 99 }, "identifierName": "val" @@ -55012,71 +55148,71 @@ ], "body": { "type": "ConditionalExpression", - "start": 44129, - "end": 44179, + "start": 46519, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 155 } }, "test": { "type": "LogicalExpression", - "start": 44129, - "end": 44167, + "start": 46519, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, "left": { "type": "CallExpression", - "start": 44129, - "end": 44149, + "start": 46519, + "end": 46539, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 44129, - "end": 44142, + "start": 46519, + "end": 46532, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 118 } }, "object": { "type": "Identifier", - "start": 44129, - "end": 44134, + "start": 46519, + "end": 46524, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 110 }, "identifierName": "Array" @@ -55085,15 +55221,15 @@ }, "property": { "type": "Identifier", - "start": 44135, - "end": 44142, + "start": 46525, + "end": 46532, "loc": { "start": { - "line": 983, + "line": 1025, "column": 111 }, "end": { - "line": 983, + "line": 1025, "column": 118 }, "identifierName": "isArray" @@ -55105,15 +55241,15 @@ "arguments": [ { "type": "Identifier", - "start": 44144, - "end": 44147, + "start": 46534, + "end": 46537, "loc": { "start": { - "line": 983, + "line": 1025, "column": 120 }, "end": { - "line": 983, + "line": 1025, "column": 123 }, "identifierName": "val" @@ -55125,43 +55261,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 44153, - "end": 44167, + "start": 46543, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, "left": { "type": "MemberExpression", - "start": 44153, - "end": 44163, + "start": 46543, + "end": 46553, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 139 } }, "object": { "type": "Identifier", - "start": 44153, - "end": 44156, + "start": 46543, + "end": 46546, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 132 }, "identifierName": "val" @@ -55170,15 +55306,15 @@ }, "property": { "type": "Identifier", - "start": 44157, - "end": 44163, + "start": 46547, + "end": 46553, "loc": { "start": { - "line": 983, + "line": 1025, "column": 133 }, "end": { - "line": 983, + "line": 1025, "column": 139 }, "identifierName": "length" @@ -55190,15 +55326,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 44166, - "end": 44167, + "start": 46556, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 142 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, @@ -55212,15 +55348,15 @@ }, "consequent": { "type": "Identifier", - "start": 44170, - "end": 44173, + "start": 46560, + "end": 46563, "loc": { "start": { - "line": 983, + "line": 1025, "column": 146 }, "end": { - "line": 983, + "line": 1025, "column": 149 }, "identifierName": "val" @@ -55229,15 +55365,15 @@ }, "alternate": { "type": "Identifier", - "start": 44176, - "end": 44179, + "start": 46566, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 152 }, "end": { - "line": 983, + "line": 1025, "column": 155 }, "identifierName": "def" @@ -55251,29 +55387,29 @@ }, { "type": "VariableDeclarator", - "start": 44195, - "end": 44282, + "start": 46585, + "end": 46672, "loc": { "start": { - "line": 984, + "line": 1026, "column": 12 }, "end": { - "line": 984, + "line": 1026, "column": 99 } }, "id": { "type": "Identifier", - "start": 44195, - "end": 44206, + "start": 46585, + "end": 46596, "loc": { "start": { - "line": 984, + "line": 1026, "column": 12 }, "end": { - "line": 984, + "line": 1026, "column": 23 }, "identifierName": "line_height" @@ -55282,58 +55418,58 @@ }, "init": { "type": "CallExpression", - "start": 44209, - "end": 44282, + "start": 46599, + "end": 46672, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44209, - "end": 44224, + "start": 46599, + "end": 46614, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44209, - "end": 44213, + "start": 46599, + "end": 46603, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44214, - "end": 44224, + "start": 46604, + "end": 46614, "loc": { "start": { - "line": 984, + "line": 1026, "column": 31 }, "end": { - "line": 984, + "line": 1026, "column": 41 }, "identifierName": "supplement" @@ -55345,57 +55481,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44226, - "end": 44250, + "start": 46616, + "end": 46640, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44226, - "end": 44243, + "start": 46616, + "end": 46633, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44226, - "end": 44239, + "start": 46616, + "end": 46629, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 56 } }, "object": { "type": "Identifier", - "start": 44226, - "end": 44233, + "start": 46616, + "end": 46623, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 50 }, "identifierName": "Default" @@ -55404,15 +55540,15 @@ }, "property": { "type": "Identifier", - "start": 44234, - "end": 44239, + "start": 46624, + "end": 46629, "loc": { "start": { - "line": 984, + "line": 1026, "column": 51 }, "end": { - "line": 984, + "line": 1026, "column": 56 }, "identifierName": "ruler" @@ -55423,15 +55559,15 @@ }, "property": { "type": "Identifier", - "start": 44240, - "end": 44243, + "start": 46630, + "end": 46633, "loc": { "start": { - "line": 984, + "line": 1026, "column": 57 }, "end": { - "line": 984, + "line": 1026, "column": 60 }, "identifierName": "top" @@ -55442,15 +55578,15 @@ }, "property": { "type": "Identifier", - "start": 44244, - "end": 44250, + "start": 46634, + "end": 46640, "loc": { "start": { - "line": 984, + "line": 1026, "column": 61 }, "end": { - "line": 984, + "line": 1026, "column": 67 }, "identifierName": "height" @@ -55461,57 +55597,57 @@ }, { "type": "MemberExpression", - "start": 44252, - "end": 44280, + "start": 46642, + "end": 46670, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44252, - "end": 44273, + "start": 46642, + "end": 46663, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44252, - "end": 44263, + "start": 46642, + "end": 46653, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 80 } }, "object": { "type": "Identifier", - "start": 44252, - "end": 44257, + "start": 46642, + "end": 46647, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 74 }, "identifierName": "_opts" @@ -55520,15 +55656,15 @@ }, "property": { "type": "Identifier", - "start": 44258, - "end": 44263, + "start": 46648, + "end": 46653, "loc": { "start": { - "line": 984, + "line": 1026, "column": 75 }, "end": { - "line": 984, + "line": 1026, "column": 80 }, "identifierName": "ruler" @@ -55539,15 +55675,15 @@ }, "property": { "type": "Identifier", - "start": 44264, - "end": 44272, + "start": 46654, + "end": 46662, "loc": { "start": { - "line": 984, + "line": 1026, "column": 81 }, "end": { - "line": 984, + "line": 1026, "column": 89 }, "identifierName": "position" @@ -55558,15 +55694,15 @@ }, "property": { "type": "Identifier", - "start": 44274, - "end": 44280, + "start": 46664, + "end": 46670, "loc": { "start": { - "line": 984, + "line": 1026, "column": 91 }, "end": { - "line": 984, + "line": 1026, "column": 97 }, "identifierName": "height" @@ -55580,29 +55716,29 @@ }, { "type": "VariableDeclarator", - "start": 44296, - "end": 44387, + "start": 46686, + "end": 46777, "loc": { "start": { - "line": 985, + "line": 1027, "column": 12 }, "end": { - "line": 985, + "line": 1027, "column": 103 } }, "id": { "type": "Identifier", - "start": 44296, - "end": 44305, + "start": 46686, + "end": 46695, "loc": { "start": { - "line": 985, + "line": 1027, "column": 12 }, "end": { - "line": 985, + "line": 1027, "column": 21 }, "identifierName": "font_size" @@ -55611,58 +55747,58 @@ }, "init": { "type": "CallExpression", - "start": 44310, - "end": 44387, + "start": 46700, + "end": 46777, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 44310, - "end": 44325, + "start": 46700, + "end": 46715, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44310, - "end": 44314, + "start": 46700, + "end": 46704, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44315, - "end": 44325, + "start": 46705, + "end": 46715, "loc": { "start": { - "line": 985, + "line": 1027, "column": 31 }, "end": { - "line": 985, + "line": 1027, "column": 41 }, "identifierName": "supplement" @@ -55674,57 +55810,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44327, - "end": 44353, + "start": 46717, + "end": 46743, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 44327, - "end": 44344, + "start": 46717, + "end": 46734, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44327, - "end": 44340, + "start": 46717, + "end": 46730, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 56 } }, "object": { "type": "Identifier", - "start": 44327, - "end": 44334, + "start": 46717, + "end": 46724, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 50 }, "identifierName": "Default" @@ -55733,15 +55869,15 @@ }, "property": { "type": "Identifier", - "start": 44335, - "end": 44340, + "start": 46725, + "end": 46730, "loc": { "start": { - "line": 985, + "line": 1027, "column": 51 }, "end": { - "line": 985, + "line": 1027, "column": 56 }, "identifierName": "ruler" @@ -55752,15 +55888,15 @@ }, "property": { "type": "Identifier", - "start": 44341, - "end": 44344, + "start": 46731, + "end": 46734, "loc": { "start": { - "line": 985, + "line": 1027, "column": 57 }, "end": { - "line": 985, + "line": 1027, "column": 60 }, "identifierName": "top" @@ -55771,15 +55907,15 @@ }, "property": { "type": "Identifier", - "start": 44345, - "end": 44353, + "start": 46735, + "end": 46743, "loc": { "start": { - "line": 985, + "line": 1027, "column": 61 }, "end": { - "line": 985, + "line": 1027, "column": 69 }, "identifierName": "fontSize" @@ -55790,57 +55926,57 @@ }, { "type": "MemberExpression", - "start": 44355, - "end": 44385, + "start": 46745, + "end": 46775, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 101 } }, "object": { "type": "MemberExpression", - "start": 44355, - "end": 44376, + "start": 46745, + "end": 46766, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 44355, - "end": 44366, + "start": 46745, + "end": 46756, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 82 } }, "object": { "type": "Identifier", - "start": 44355, - "end": 44360, + "start": 46745, + "end": 46750, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 76 }, "identifierName": "_opts" @@ -55849,15 +55985,15 @@ }, "property": { "type": "Identifier", - "start": 44361, - "end": 44366, + "start": 46751, + "end": 46756, "loc": { "start": { - "line": 985, + "line": 1027, "column": 77 }, "end": { - "line": 985, + "line": 1027, "column": 82 }, "identifierName": "ruler" @@ -55868,15 +56004,15 @@ }, "property": { "type": "Identifier", - "start": 44367, - "end": 44375, + "start": 46757, + "end": 46765, "loc": { "start": { - "line": 985, + "line": 1027, "column": 83 }, "end": { - "line": 985, + "line": 1027, "column": 91 }, "identifierName": "position" @@ -55887,15 +56023,15 @@ }, "property": { "type": "Identifier", - "start": 44377, - "end": 44385, + "start": 46767, + "end": 46775, "loc": { "start": { - "line": 985, + "line": 1027, "column": 93 }, "end": { - "line": 985, + "line": 1027, "column": 101 }, "identifierName": "fontSize" @@ -55909,29 +56045,29 @@ }, { "type": "VariableDeclarator", - "start": 44401, - "end": 44486, + "start": 46791, + "end": 46876, "loc": { "start": { - "line": 986, + "line": 1028, "column": 12 }, "end": { - "line": 986, + "line": 1028, "column": 97 } }, "id": { "type": "Identifier", - "start": 44401, - "end": 44411, + "start": 46791, + "end": 46801, "loc": { "start": { - "line": 986, + "line": 1028, "column": 12 }, "end": { - "line": 986, + "line": 1028, "column": 22 }, "identifierName": "text_color" @@ -55940,58 +56076,58 @@ }, "init": { "type": "CallExpression", - "start": 44415, - "end": 44486, + "start": 46805, + "end": 46876, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 44415, - "end": 44430, + "start": 46805, + "end": 46820, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44415, - "end": 44419, + "start": 46805, + "end": 46809, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44420, - "end": 44430, + "start": 46810, + "end": 46820, "loc": { "start": { - "line": 986, + "line": 1028, "column": 31 }, "end": { - "line": 986, + "line": 1028, "column": 41 }, "identifierName": "supplement" @@ -56003,57 +56139,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44432, - "end": 44455, + "start": 46822, + "end": 46845, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 44432, - "end": 44449, + "start": 46822, + "end": 46839, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44432, - "end": 44445, + "start": 46822, + "end": 46835, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 56 } }, "object": { "type": "Identifier", - "start": 44432, - "end": 44439, + "start": 46822, + "end": 46829, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 50 }, "identifierName": "Default" @@ -56062,15 +56198,15 @@ }, "property": { "type": "Identifier", - "start": 44440, - "end": 44445, + "start": 46830, + "end": 46835, "loc": { "start": { - "line": 986, + "line": 1028, "column": 51 }, "end": { - "line": 986, + "line": 1028, "column": 56 }, "identifierName": "ruler" @@ -56081,15 +56217,15 @@ }, "property": { "type": "Identifier", - "start": 44446, - "end": 44449, + "start": 46836, + "end": 46839, "loc": { "start": { - "line": 986, + "line": 1028, "column": 57 }, "end": { - "line": 986, + "line": 1028, "column": 60 }, "identifierName": "top" @@ -56100,15 +56236,15 @@ }, "property": { "type": "Identifier", - "start": 44450, - "end": 44455, + "start": 46840, + "end": 46845, "loc": { "start": { - "line": 986, + "line": 1028, "column": 61 }, "end": { - "line": 986, + "line": 1028, "column": 66 }, "identifierName": "color" @@ -56119,57 +56255,57 @@ }, { "type": "MemberExpression", - "start": 44457, - "end": 44484, + "start": 46847, + "end": 46874, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 95 } }, "object": { "type": "MemberExpression", - "start": 44457, - "end": 44478, + "start": 46847, + "end": 46868, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 44457, - "end": 44468, + "start": 46847, + "end": 46858, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 79 } }, "object": { "type": "Identifier", - "start": 44457, - "end": 44462, + "start": 46847, + "end": 46852, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 73 }, "identifierName": "_opts" @@ -56178,15 +56314,15 @@ }, "property": { "type": "Identifier", - "start": 44463, - "end": 44468, + "start": 46853, + "end": 46858, "loc": { "start": { - "line": 986, + "line": 1028, "column": 74 }, "end": { - "line": 986, + "line": 1028, "column": 79 }, "identifierName": "ruler" @@ -56197,15 +56333,15 @@ }, "property": { "type": "Identifier", - "start": 44469, - "end": 44477, + "start": 46859, + "end": 46867, "loc": { "start": { - "line": 986, + "line": 1028, "column": 80 }, "end": { - "line": 986, + "line": 1028, "column": 88 }, "identifierName": "position" @@ -56216,15 +56352,15 @@ }, "property": { "type": "Identifier", - "start": 44479, - "end": 44484, + "start": 46869, + "end": 46874, "loc": { "start": { - "line": 986, + "line": 1028, "column": 90 }, "end": { - "line": 986, + "line": 1028, "column": 95 }, "identifierName": "color" @@ -56238,29 +56374,29 @@ }, { "type": "VariableDeclarator", - "start": 44500, - "end": 44595, + "start": 46890, + "end": 46985, "loc": { "start": { - "line": 987, + "line": 1029, "column": 12 }, "end": { - "line": 987, + "line": 1029, "column": 107 } }, "id": { "type": "Identifier", - "start": 44500, - "end": 44510, + "start": 46890, + "end": 46900, "loc": { "start": { - "line": 987, + "line": 1029, "column": 12 }, "end": { - "line": 987, + "line": 1029, "column": 22 }, "identifierName": "background" @@ -56269,58 +56405,58 @@ }, "init": { "type": "CallExpression", - "start": 44514, - "end": 44595, + "start": 46904, + "end": 46985, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 44514, - "end": 44529, + "start": 46904, + "end": 46919, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44514, - "end": 44518, + "start": 46904, + "end": 46908, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44519, - "end": 44529, + "start": 46909, + "end": 46919, "loc": { "start": { - "line": 987, + "line": 1029, "column": 31 }, "end": { - "line": 987, + "line": 1029, "column": 41 }, "identifierName": "supplement" @@ -56332,57 +56468,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44531, - "end": 44559, + "start": 46921, + "end": 46949, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44531, - "end": 44548, + "start": 46921, + "end": 46938, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44531, - "end": 44544, + "start": 46921, + "end": 46934, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 56 } }, "object": { "type": "Identifier", - "start": 44531, - "end": 44538, + "start": 46921, + "end": 46928, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 50 }, "identifierName": "Default" @@ -56391,15 +56527,15 @@ }, "property": { "type": "Identifier", - "start": 44539, - "end": 44544, + "start": 46929, + "end": 46934, "loc": { "start": { - "line": 987, + "line": 1029, "column": 51 }, "end": { - "line": 987, + "line": 1029, "column": 56 }, "identifierName": "ruler" @@ -56410,15 +56546,15 @@ }, "property": { "type": "Identifier", - "start": 44545, - "end": 44548, + "start": 46935, + "end": 46938, "loc": { "start": { - "line": 987, + "line": 1029, "column": 57 }, "end": { - "line": 987, + "line": 1029, "column": 60 }, "identifierName": "top" @@ -56429,15 +56565,15 @@ }, "property": { "type": "Identifier", - "start": 44549, - "end": 44559, + "start": 46939, + "end": 46949, "loc": { "start": { - "line": 987, + "line": 1029, "column": 61 }, "end": { - "line": 987, + "line": 1029, "column": 71 }, "identifierName": "background" @@ -56448,57 +56584,57 @@ }, { "type": "MemberExpression", - "start": 44561, - "end": 44593, + "start": 46951, + "end": 46983, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 105 } }, "object": { "type": "MemberExpression", - "start": 44561, - "end": 44582, + "start": 46951, + "end": 46972, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 94 } }, "object": { "type": "MemberExpression", - "start": 44561, - "end": 44572, + "start": 46951, + "end": 46962, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 84 } }, "object": { "type": "Identifier", - "start": 44561, - "end": 44566, + "start": 46951, + "end": 46956, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 78 }, "identifierName": "_opts" @@ -56507,15 +56643,15 @@ }, "property": { "type": "Identifier", - "start": 44567, - "end": 44572, + "start": 46957, + "end": 46962, "loc": { "start": { - "line": 987, + "line": 1029, "column": 79 }, "end": { - "line": 987, + "line": 1029, "column": 84 }, "identifierName": "ruler" @@ -56526,15 +56662,15 @@ }, "property": { "type": "Identifier", - "start": 44573, - "end": 44581, + "start": 46963, + "end": 46971, "loc": { "start": { - "line": 987, + "line": 1029, "column": 85 }, "end": { - "line": 987, + "line": 1029, "column": 93 }, "identifierName": "position" @@ -56545,15 +56681,15 @@ }, "property": { "type": "Identifier", - "start": 44583, - "end": 44593, + "start": 46973, + "end": 46983, "loc": { "start": { - "line": 987, + "line": 1029, "column": 95 }, "end": { - "line": 987, + "line": 1029, "column": 105 }, "identifierName": "background" @@ -56567,29 +56703,29 @@ }, { "type": "VariableDeclarator", - "start": 44609, - "end": 44696, + "start": 46999, + "end": 47086, "loc": { "start": { - "line": 988, + "line": 1030, "column": 12 }, "end": { - "line": 988, + "line": 1030, "column": 99 } }, "id": { "type": "Identifier", - "start": 44609, - "end": 44615, + "start": 46999, + "end": 47005, "loc": { "start": { - "line": 988, + "line": 1030, "column": 12 }, "end": { - "line": 988, + "line": 1030, "column": 18 }, "identifierName": "locale" @@ -56598,58 +56734,58 @@ }, "init": { "type": "CallExpression", - "start": 44623, - "end": 44696, + "start": 47013, + "end": 47086, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44623, - "end": 44638, + "start": 47013, + "end": 47028, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44623, - "end": 44627, + "start": 47013, + "end": 47017, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44628, - "end": 44638, + "start": 47018, + "end": 47028, "loc": { "start": { - "line": 988, + "line": 1030, "column": 31 }, "end": { - "line": 988, + "line": 1030, "column": 41 }, "identifierName": "supplement" @@ -56661,57 +56797,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44640, - "end": 44664, + "start": 47030, + "end": 47054, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44640, - "end": 44657, + "start": 47030, + "end": 47047, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44640, - "end": 44653, + "start": 47030, + "end": 47043, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 56 } }, "object": { "type": "Identifier", - "start": 44640, - "end": 44647, + "start": 47030, + "end": 47037, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 50 }, "identifierName": "Default" @@ -56720,15 +56856,15 @@ }, "property": { "type": "Identifier", - "start": 44648, - "end": 44653, + "start": 47038, + "end": 47043, "loc": { "start": { - "line": 988, + "line": 1030, "column": 51 }, "end": { - "line": 988, + "line": 1030, "column": 56 }, "identifierName": "ruler" @@ -56739,15 +56875,15 @@ }, "property": { "type": "Identifier", - "start": 44654, - "end": 44657, + "start": 47044, + "end": 47047, "loc": { "start": { - "line": 988, + "line": 1030, "column": 57 }, "end": { - "line": 988, + "line": 1030, "column": 60 }, "identifierName": "top" @@ -56758,15 +56894,15 @@ }, "property": { "type": "Identifier", - "start": 44658, - "end": 44664, + "start": 47048, + "end": 47054, "loc": { "start": { - "line": 988, + "line": 1030, "column": 61 }, "end": { - "line": 988, + "line": 1030, "column": 67 }, "identifierName": "locale" @@ -56777,57 +56913,57 @@ }, { "type": "MemberExpression", - "start": 44666, - "end": 44694, + "start": 47056, + "end": 47084, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44666, - "end": 44687, + "start": 47056, + "end": 47077, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44666, - "end": 44677, + "start": 47056, + "end": 47067, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 80 } }, "object": { "type": "Identifier", - "start": 44666, - "end": 44671, + "start": 47056, + "end": 47061, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 74 }, "identifierName": "_opts" @@ -56836,15 +56972,15 @@ }, "property": { "type": "Identifier", - "start": 44672, - "end": 44677, + "start": 47062, + "end": 47067, "loc": { "start": { - "line": 988, + "line": 1030, "column": 75 }, "end": { - "line": 988, + "line": 1030, "column": 80 }, "identifierName": "ruler" @@ -56855,15 +56991,15 @@ }, "property": { "type": "Identifier", - "start": 44678, - "end": 44686, + "start": 47068, + "end": 47076, "loc": { "start": { - "line": 988, + "line": 1030, "column": 81 }, "end": { - "line": 988, + "line": 1030, "column": 89 }, "identifierName": "position" @@ -56874,15 +57010,15 @@ }, "property": { "type": "Identifier", - "start": 44688, - "end": 44694, + "start": 47078, + "end": 47084, "loc": { "start": { - "line": 988, + "line": 1030, "column": 91 }, "end": { - "line": 988, + "line": 1030, "column": 97 }, "identifierName": "locale" @@ -56896,29 +57032,29 @@ }, { "type": "VariableDeclarator", - "start": 44710, - "end": 44797, + "start": 47100, + "end": 47187, "loc": { "start": { - "line": 989, + "line": 1031, "column": 12 }, "end": { - "line": 989, + "line": 1031, "column": 99 } }, "id": { "type": "Identifier", - "start": 44710, - "end": 44716, + "start": 47100, + "end": 47106, "loc": { "start": { - "line": 989, + "line": 1031, "column": 12 }, "end": { - "line": 989, + "line": 1031, "column": 18 }, "identifierName": "format" @@ -56927,58 +57063,58 @@ }, "init": { "type": "CallExpression", - "start": 44724, - "end": 44797, + "start": 47114, + "end": 47187, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44724, - "end": 44739, + "start": 47114, + "end": 47129, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44724, - "end": 44728, + "start": 47114, + "end": 47118, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44729, - "end": 44739, + "start": 47119, + "end": 47129, "loc": { "start": { - "line": 989, + "line": 1031, "column": 31 }, "end": { - "line": 989, + "line": 1031, "column": 41 }, "identifierName": "supplement" @@ -56990,57 +57126,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44741, - "end": 44765, + "start": 47131, + "end": 47155, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44741, - "end": 44758, + "start": 47131, + "end": 47148, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44741, - "end": 44754, + "start": 47131, + "end": 47144, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 56 } }, "object": { "type": "Identifier", - "start": 44741, - "end": 44748, + "start": 47131, + "end": 47138, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 50 }, "identifierName": "Default" @@ -57049,15 +57185,15 @@ }, "property": { "type": "Identifier", - "start": 44749, - "end": 44754, + "start": 47139, + "end": 47144, "loc": { "start": { - "line": 989, + "line": 1031, "column": 51 }, "end": { - "line": 989, + "line": 1031, "column": 56 }, "identifierName": "ruler" @@ -57068,15 +57204,15 @@ }, "property": { "type": "Identifier", - "start": 44755, - "end": 44758, + "start": 47145, + "end": 47148, "loc": { "start": { - "line": 989, + "line": 1031, "column": 57 }, "end": { - "line": 989, + "line": 1031, "column": 60 }, "identifierName": "top" @@ -57087,15 +57223,15 @@ }, "property": { "type": "Identifier", - "start": 44759, - "end": 44765, + "start": 47149, + "end": 47155, "loc": { "start": { - "line": 989, + "line": 1031, "column": 61 }, "end": { - "line": 989, + "line": 1031, "column": 67 }, "identifierName": "format" @@ -57106,57 +57242,57 @@ }, { "type": "MemberExpression", - "start": 44767, - "end": 44795, + "start": 47157, + "end": 47185, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44767, - "end": 44788, + "start": 47157, + "end": 47178, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44767, - "end": 44778, + "start": 47157, + "end": 47168, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 80 } }, "object": { "type": "Identifier", - "start": 44767, - "end": 44772, + "start": 47157, + "end": 47162, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 74 }, "identifierName": "_opts" @@ -57165,15 +57301,15 @@ }, "property": { "type": "Identifier", - "start": 44773, - "end": 44778, + "start": 47163, + "end": 47168, "loc": { "start": { - "line": 989, + "line": 1031, "column": 75 }, "end": { - "line": 989, + "line": 1031, "column": 80 }, "identifierName": "ruler" @@ -57184,15 +57320,15 @@ }, "property": { "type": "Identifier", - "start": 44779, - "end": 44787, + "start": 47169, + "end": 47177, "loc": { "start": { - "line": 989, + "line": 1031, "column": 81 }, "end": { - "line": 989, + "line": 1031, "column": 89 }, "identifierName": "position" @@ -57203,15 +57339,15 @@ }, "property": { "type": "Identifier", - "start": 44789, - "end": 44795, + "start": 47179, + "end": 47185, "loc": { "start": { - "line": 989, + "line": 1031, "column": 91 }, "end": { - "line": 989, + "line": 1031, "column": 97 }, "identifierName": "format" @@ -57225,29 +57361,29 @@ }, { "type": "VariableDeclarator", - "start": 44811, - "end": 44935, + "start": 47201, + "end": 47325, "loc": { "start": { - "line": 990, + "line": 1032, "column": 12 }, "end": { - "line": 990, + "line": 1032, "column": 136 } }, "id": { "type": "Identifier", - "start": 44811, - "end": 44821, + "start": 47201, + "end": 47211, "loc": { "start": { - "line": 990, + "line": 1032, "column": 12 }, "end": { - "line": 990, + "line": 1032, "column": 22 }, "identifierName": "ruler_opts" @@ -57256,30 +57392,30 @@ }, "init": { "type": "ObjectExpression", - "start": 44825, - "end": 44935, + "start": 47215, + "end": 47325, "loc": { "start": { - "line": 990, + "line": 1032, "column": 26 }, "end": { - "line": 990, + "line": 1032, "column": 136 } }, "properties": [ { "type": "ObjectProperty", - "start": 44827, - "end": 44844, + "start": 47217, + "end": 47234, "loc": { "start": { - "line": 990, + "line": 1032, "column": 28 }, "end": { - "line": 990, + "line": 1032, "column": 45 } }, @@ -57288,15 +57424,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44827, - "end": 44832, + "start": 47217, + "end": 47222, "loc": { "start": { - "line": 990, + "line": 1032, "column": 28 }, "end": { - "line": 990, + "line": 1032, "column": 33 }, "identifierName": "lines" @@ -57305,15 +57441,15 @@ }, "value": { "type": "Identifier", - "start": 44834, - "end": 44844, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 990, + "line": 1032, "column": 35 }, "end": { - "line": 990, + "line": 1032, "column": 45 }, "identifierName": "ruler_line" @@ -57323,15 +57459,15 @@ }, { "type": "ObjectProperty", - "start": 44846, - "end": 44865, + "start": 47236, + "end": 47255, "loc": { "start": { - "line": 990, + "line": 1032, "column": 47 }, "end": { - "line": 990, + "line": 1032, "column": 66 } }, @@ -57340,15 +57476,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44846, - "end": 44852, + "start": 47236, + "end": 47242, "loc": { "start": { - "line": 990, + "line": 1032, "column": 47 }, "end": { - "line": 990, + "line": 1032, "column": 53 }, "identifierName": "height" @@ -57357,15 +57493,15 @@ }, "value": { "type": "Identifier", - "start": 44854, - "end": 44865, + "start": 47244, + "end": 47255, "loc": { "start": { - "line": 990, + "line": 1032, "column": 55 }, "end": { - "line": 990, + "line": 1032, "column": 66 }, "identifierName": "line_height" @@ -57375,15 +57511,15 @@ }, { "type": "ObjectProperty", - "start": 44867, - "end": 44886, + "start": 47257, + "end": 47276, "loc": { "start": { - "line": 990, + "line": 1032, "column": 68 }, "end": { - "line": 990, + "line": 1032, "column": 87 } }, @@ -57392,15 +57528,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44867, - "end": 44875, + "start": 47257, + "end": 47265, "loc": { "start": { - "line": 990, + "line": 1032, "column": 68 }, "end": { - "line": 990, + "line": 1032, "column": 76 }, "identifierName": "fontSize" @@ -57409,15 +57545,15 @@ }, "value": { "type": "Identifier", - "start": 44877, - "end": 44886, + "start": 47267, + "end": 47276, "loc": { "start": { - "line": 990, + "line": 1032, "column": 78 }, "end": { - "line": 990, + "line": 1032, "column": 87 }, "identifierName": "font_size" @@ -57427,15 +57563,15 @@ }, { "type": "ObjectProperty", - "start": 44888, - "end": 44905, + "start": 47278, + "end": 47295, "loc": { "start": { - "line": 990, + "line": 1032, "column": 89 }, "end": { - "line": 990, + "line": 1032, "column": 106 } }, @@ -57444,15 +57580,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44888, - "end": 44893, + "start": 47278, + "end": 47283, "loc": { "start": { - "line": 990, + "line": 1032, "column": 89 }, "end": { - "line": 990, + "line": 1032, "column": 94 }, "identifierName": "color" @@ -57461,15 +57597,15 @@ }, "value": { "type": "Identifier", - "start": 44895, - "end": 44905, + "start": 47285, + "end": 47295, "loc": { "start": { - "line": 990, + "line": 1032, "column": 96 }, "end": { - "line": 990, + "line": 1032, "column": 106 }, "identifierName": "text_color" @@ -57479,15 +57615,15 @@ }, { "type": "ObjectProperty", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 } }, @@ -57496,15 +57632,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 }, "identifierName": "background" @@ -57513,15 +57649,15 @@ }, "value": { "type": "Identifier", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 }, "identifierName": "background" @@ -57534,15 +57670,15 @@ }, { "type": "ObjectProperty", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 } }, @@ -57551,15 +57687,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 }, "identifierName": "locale" @@ -57568,15 +57704,15 @@ }, "value": { "type": "Identifier", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 }, "identifierName": "locale" @@ -57589,15 +57725,15 @@ }, { "type": "ObjectProperty", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 } }, @@ -57606,15 +57742,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 }, "identifierName": "format" @@ -57623,15 +57759,15 @@ }, "value": { "type": "Identifier", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 }, "identifierName": "format" @@ -57647,29 +57783,29 @@ }, { "type": "VariableDeclarator", - "start": 44949, - "end": 44983, + "start": 47339, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 12 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, "id": { "type": "Identifier", - "start": 44949, - "end": 44959, + "start": 47339, + "end": 47349, "loc": { "start": { - "line": 991, + "line": 1033, "column": 12 }, "end": { - "line": 991, + "line": 1033, "column": 22 }, "identifierName": "_fullwidth" @@ -57678,43 +57814,43 @@ }, "init": { "type": "BinaryExpression", - "start": 44963, - "end": 44983, + "start": 47353, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 44963, - "end": 44979, + "start": 47353, + "end": 47369, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 42 } }, "object": { "type": "Identifier", - "start": 44963, - "end": 44969, + "start": 47353, + "end": 47359, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 32 }, "identifierName": "_props" @@ -57723,15 +57859,15 @@ }, "property": { "type": "Identifier", - "start": 44970, - "end": 44979, + "start": 47360, + "end": 47369, "loc": { "start": { - "line": 991, + "line": 1033, "column": 33 }, "end": { - "line": 991, + "line": 1033, "column": 42 }, "identifierName": "fullwidth" @@ -57743,15 +57879,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 44982, - "end": 44983, + "start": 47372, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 45 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, @@ -57765,29 +57901,29 @@ }, { "type": "VariableDeclarator", - "start": 44997, - "end": 45042, + "start": 47387, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 12 }, "end": { - "line": 992, + "line": 1034, "column": 57 } }, "id": { "type": "Identifier", - "start": 44997, - "end": 45008, + "start": 47387, + "end": 47398, "loc": { "start": { - "line": 992, + "line": 1034, "column": 12 }, "end": { - "line": 992, + "line": 1034, "column": 23 }, "identifierName": "_fullheight" @@ -57796,43 +57932,43 @@ }, "init": { "type": "BinaryExpression", - "start": 45011, - "end": 45042, + "start": 47401, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 45011, - "end": 45028, + "start": 47401, + "end": 47418, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 43 } }, "object": { "type": "Identifier", - "start": 45011, - "end": 45021, + "start": 47401, + "end": 47411, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 36 }, "identifierName": "ruler_line" @@ -57841,15 +57977,15 @@ }, "property": { "type": "Identifier", - "start": 45022, - "end": 45028, + "start": 47412, + "end": 47418, "loc": { "start": { - "line": 992, + "line": 1034, "column": 37 }, "end": { - "line": 992, + "line": 1034, "column": 43 }, "identifierName": "length" @@ -57861,15 +57997,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 45031, - "end": 45042, + "start": 47421, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 46 }, "end": { - "line": 992, + "line": 1034, "column": 57 }, "identifierName": "line_height" @@ -57880,29 +58016,29 @@ }, { "type": "VariableDeclarator", - "start": 45056, - "end": 45162, + "start": 47446, + "end": 47552, "loc": { "start": { - "line": 993, + "line": 1035, "column": 12 }, "end": { - "line": 993, + "line": 1035, "column": 118 } }, "id": { "type": "Identifier", - "start": 45056, - "end": 45062, + "start": 47446, + "end": 47452, "loc": { "start": { - "line": 993, + "line": 1035, "column": 12 }, "end": { - "line": 993, + "line": 1035, "column": 18 }, "identifierName": "_ruler" @@ -57911,29 +58047,29 @@ }, "init": { "type": "CallExpression", - "start": 45070, - "end": 45162, + "start": 47460, + "end": 47552, "loc": { "start": { - "line": 993, + "line": 1035, "column": 26 }, "end": { - "line": 993, + "line": 1035, "column": 118 } }, "callee": { "type": "Identifier", - "start": 45070, - "end": 45071, + "start": 47460, + "end": 47461, "loc": { "start": { - "line": 993, + "line": 1035, "column": 26 }, "end": { - "line": 993, + "line": 1035, "column": 27 }, "identifierName": "$" @@ -57943,15 +58079,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45072, - "end": 45085, + "start": 47462, + "end": 47475, "loc": { "start": { - "line": 993, + "line": 1035, "column": 28 }, "end": { - "line": 993, + "line": 1035, "column": 41 } }, @@ -57963,30 +58099,30 @@ }, { "type": "ObjectExpression", - "start": 45087, - "end": 45161, + "start": 47477, + "end": 47551, "loc": { "start": { - "line": 993, + "line": 1035, "column": 43 }, "end": { - "line": 993, + "line": 1035, "column": 117 } }, "properties": [ { "type": "ObjectProperty", - "start": 45089, - "end": 45124, + "start": 47479, + "end": 47514, "loc": { "start": { - "line": 993, + "line": 1035, "column": 45 }, "end": { - "line": 993, + "line": 1035, "column": 80 } }, @@ -57995,15 +58131,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45089, - "end": 45094, + "start": 47479, + "end": 47484, "loc": { "start": { - "line": 993, + "line": 1035, "column": 45 }, "end": { - "line": 993, + "line": 1035, "column": 50 }, "identifierName": "class" @@ -58012,30 +58148,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45096, - "end": 45124, + "start": 47486, + "end": 47514, "loc": { "start": { - "line": 993, + "line": 1035, "column": 52 }, "end": { - "line": 993, + "line": 1035, "column": 80 } }, "expressions": [ { "type": "Identifier", - "start": 45099, - "end": 45105, + "start": 47489, + "end": 47495, "loc": { "start": { - "line": 993, + "line": 1035, "column": 55 }, "end": { - "line": 993, + "line": 1035, "column": 61 }, "identifierName": "PREFIX" @@ -58044,15 +58180,15 @@ }, { "type": "Identifier", - "start": 45114, - "end": 45122, + "start": 47504, + "end": 47512, "loc": { "start": { - "line": 993, + "line": 1035, "column": 70 }, "end": { - "line": 993, + "line": 1035, "column": 78 }, "identifierName": "position" @@ -58063,15 +58199,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45097, - "end": 45097, + "start": 47487, + "end": 47487, "loc": { "start": { - "line": 993, + "line": 1035, "column": 53 }, "end": { - "line": 993, + "line": 1035, "column": 53 } }, @@ -58083,15 +58219,15 @@ }, { "type": "TemplateElement", - "start": 45106, - "end": 45112, + "start": 47496, + "end": 47502, "loc": { "start": { - "line": 993, + "line": 1035, "column": 62 }, "end": { - "line": 993, + "line": 1035, "column": 68 } }, @@ -58103,15 +58239,15 @@ }, { "type": "TemplateElement", - "start": 45123, - "end": 45123, + "start": 47513, + "end": 47513, "loc": { "start": { - "line": 993, + "line": 1035, "column": 79 }, "end": { - "line": 993, + "line": 1035, "column": 79 } }, @@ -58126,15 +58262,15 @@ }, { "type": "ObjectProperty", - "start": 45126, - "end": 45159, + "start": 47516, + "end": 47549, "loc": { "start": { - "line": 993, + "line": 1035, "column": 82 }, "end": { - "line": 993, + "line": 1035, "column": 115 } }, @@ -58143,15 +58279,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45126, - "end": 45131, + "start": 47516, + "end": 47521, "loc": { "start": { - "line": 993, + "line": 1035, "column": 82 }, "end": { - "line": 993, + "line": 1035, "column": 87 }, "identifierName": "style" @@ -58160,30 +58296,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45133, - "end": 45159, + "start": 47523, + "end": 47549, "loc": { "start": { - "line": 993, + "line": 1035, "column": 89 }, "end": { - "line": 993, + "line": 1035, "column": 115 } }, "expressions": [ { "type": "Identifier", - "start": 45143, - "end": 45154, + "start": 47533, + "end": 47544, "loc": { "start": { - "line": 993, + "line": 1035, "column": 99 }, "end": { - "line": 993, + "line": 1035, "column": 110 }, "identifierName": "_fullheight" @@ -58194,15 +58330,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45134, - "end": 45141, + "start": 47524, + "end": 47531, "loc": { "start": { - "line": 993, + "line": 1035, "column": 90 }, "end": { - "line": 993, + "line": 1035, "column": 97 } }, @@ -58214,15 +58350,15 @@ }, { "type": "TemplateElement", - "start": 45155, - "end": 45158, + "start": 47545, + "end": 47548, "loc": { "start": { - "line": 993, + "line": 1035, "column": 111 }, "end": { - "line": 993, + "line": 1035, "column": 114 } }, @@ -58242,29 +58378,29 @@ }, { "type": "VariableDeclarator", - "start": 45176, - "end": 45296, + "start": 47566, + "end": 47686, "loc": { "start": { - "line": 994, + "line": 1036, "column": 12 }, "end": { - "line": 994, + "line": 1036, "column": 132 } }, "id": { "type": "Identifier", - "start": 45176, - "end": 45185, + "start": 47566, + "end": 47575, "loc": { "start": { - "line": 994, + "line": 1036, "column": 12 }, "end": { - "line": 994, + "line": 1036, "column": 21 }, "identifierName": "_ruler_bg" @@ -58273,29 +58409,29 @@ }, "init": { "type": "CallExpression", - "start": 45190, - "end": 45296, + "start": 47580, + "end": 47686, "loc": { "start": { - "line": 994, + "line": 1036, "column": 26 }, "end": { - "line": 994, + "line": 1036, "column": 132 } }, "callee": { "type": "Identifier", - "start": 45190, - "end": 45191, + "start": 47580, + "end": 47581, "loc": { "start": { - "line": 994, + "line": 1036, "column": 26 }, "end": { - "line": 994, + "line": 1036, "column": 27 }, "identifierName": "$" @@ -58305,30 +58441,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 45192, - "end": 45295, + "start": 47582, + "end": 47685, "loc": { "start": { - "line": 994, + "line": 1036, "column": 28 }, "end": { - "line": 994, + "line": 1036, "column": 131 } }, "expressions": [ { "type": "Identifier", - "start": 45210, - "end": 45216, + "start": 47600, + "end": 47606, "loc": { "start": { - "line": 994, + "line": 1036, "column": 46 }, "end": { - "line": 994, + "line": 1036, "column": 52 }, "identifierName": "PREFIX" @@ -58337,15 +58473,15 @@ }, { "type": "Identifier", - "start": 45228, - "end": 45236, + "start": 47618, + "end": 47626, "loc": { "start": { - "line": 994, + "line": 1036, "column": 64 }, "end": { - "line": 994, + "line": 1036, "column": 72 }, "identifierName": "position" @@ -58354,15 +58490,15 @@ }, { "type": "Identifier", - "start": 45248, - "end": 45258, + "start": 47638, + "end": 47648, "loc": { "start": { - "line": 994, + "line": 1036, "column": 84 }, "end": { - "line": 994, + "line": 1036, "column": 94 }, "identifierName": "_fullwidth" @@ -58371,15 +58507,15 @@ }, { "type": "Identifier", - "start": 45271, - "end": 45282, + "start": 47661, + "end": 47672, "loc": { "start": { - "line": 994, + "line": 1036, "column": 107 }, "end": { - "line": 994, + "line": 1036, "column": 118 }, "identifierName": "_fullheight" @@ -58390,15 +58526,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45193, - "end": 45208, + "start": 47583, + "end": 47598, "loc": { "start": { - "line": 994, + "line": 1036, "column": 29 }, "end": { - "line": 994, + "line": 1036, "column": 44 } }, @@ -58410,15 +58546,15 @@ }, { "type": "TemplateElement", - "start": 45217, - "end": 45226, + "start": 47607, + "end": 47616, "loc": { "start": { - "line": 994, + "line": 1036, "column": 53 }, "end": { - "line": 994, + "line": 1036, "column": 62 } }, @@ -58430,15 +58566,15 @@ }, { "type": "TemplateElement", - "start": 45237, - "end": 45246, + "start": 47627, + "end": 47636, "loc": { "start": { - "line": 994, + "line": 1036, "column": 73 }, "end": { - "line": 994, + "line": 1036, "column": 82 } }, @@ -58450,15 +58586,15 @@ }, { "type": "TemplateElement", - "start": 45259, - "end": 45269, + "start": 47649, + "end": 47659, "loc": { "start": { - "line": 994, + "line": 1036, "column": 95 }, "end": { - "line": 994, + "line": 1036, "column": 105 } }, @@ -58470,15 +58606,15 @@ }, { "type": "TemplateElement", - "start": 45283, - "end": 45294, + "start": 47673, + "end": 47684, "loc": { "start": { - "line": 994, + "line": 1036, "column": 119 }, "end": { - "line": 994, + "line": 1036, "column": 130 } }, @@ -58495,29 +58631,29 @@ }, { "type": "VariableDeclarator", - "start": 45310, - "end": 45389, + "start": 47700, + "end": 47779, "loc": { "start": { - "line": 995, + "line": 1037, "column": 12 }, "end": { - "line": 995, + "line": 1037, "column": 91 } }, "id": { "type": "Identifier", - "start": 45310, - "end": 45321, + "start": 47700, + "end": 47711, "loc": { "start": { - "line": 995, + "line": 1037, "column": 12 }, "end": { - "line": 995, + "line": 1037, "column": 23 }, "identifierName": "_ruler_body" @@ -58526,29 +58662,29 @@ }, "init": { "type": "CallExpression", - "start": 45324, - "end": 45389, + "start": 47714, + "end": 47779, "loc": { "start": { - "line": 995, + "line": 1037, "column": 26 }, "end": { - "line": 995, + "line": 1037, "column": 91 } }, "callee": { "type": "Identifier", - "start": 45324, - "end": 45325, + "start": 47714, + "end": 47715, "loc": { "start": { - "line": 995, + "line": 1037, "column": 26 }, "end": { - "line": 995, + "line": 1037, "column": 27 }, "identifierName": "$" @@ -58558,15 +58694,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45326, - "end": 45339, + "start": 47716, + "end": 47729, "loc": { "start": { - "line": 995, + "line": 1037, "column": 28 }, "end": { - "line": 995, + "line": 1037, "column": 41 } }, @@ -58578,30 +58714,30 @@ }, { "type": "ObjectExpression", - "start": 45341, - "end": 45388, + "start": 47731, + "end": 47778, "loc": { "start": { - "line": 995, + "line": 1037, "column": 43 }, "end": { - "line": 995, + "line": 1037, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 45343, - "end": 45386, + "start": 47733, + "end": 47776, "loc": { "start": { - "line": 995, + "line": 1037, "column": 45 }, "end": { - "line": 995, + "line": 1037, "column": 88 } }, @@ -58610,15 +58746,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45343, - "end": 45348, + "start": 47733, + "end": 47738, "loc": { "start": { - "line": 995, + "line": 1037, "column": 45 }, "end": { - "line": 995, + "line": 1037, "column": 50 }, "identifierName": "class" @@ -58627,30 +58763,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45350, - "end": 45386, + "start": 47740, + "end": 47776, "loc": { "start": { - "line": 995, + "line": 1037, "column": 52 }, "end": { - "line": 995, + "line": 1037, "column": 88 } }, "expressions": [ { "type": "Identifier", - "start": 45353, - "end": 45359, + "start": 47743, + "end": 47749, "loc": { "start": { - "line": 995, + "line": 1037, "column": 55 }, "end": { - "line": 995, + "line": 1037, "column": 61 }, "identifierName": "PREFIX" @@ -58659,15 +58795,15 @@ }, { "type": "Identifier", - "start": 45376, - "end": 45384, + "start": 47766, + "end": 47774, "loc": { "start": { - "line": 995, + "line": 1037, "column": 78 }, "end": { - "line": 995, + "line": 1037, "column": 86 }, "identifierName": "position" @@ -58678,15 +58814,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45351, - "end": 45351, + "start": 47741, + "end": 47741, "loc": { "start": { - "line": 995, + "line": 1037, "column": 53 }, "end": { - "line": 995, + "line": 1037, "column": 53 } }, @@ -58698,15 +58834,15 @@ }, { "type": "TemplateElement", - "start": 45360, - "end": 45374, + "start": 47750, + "end": 47764, "loc": { "start": { - "line": 995, + "line": 1037, "column": 62 }, "end": { - "line": 995, + "line": 1037, "column": 76 } }, @@ -58718,15 +58854,15 @@ }, { "type": "TemplateElement", - "start": 45385, - "end": 45385, + "start": 47775, + "end": 47775, "loc": { "start": { - "line": 995, + "line": 1037, "column": 87 }, "end": { - "line": 995, + "line": 1037, "column": 87 } }, @@ -58746,29 +58882,29 @@ }, { "type": "VariableDeclarator", - "start": 45403, - "end": 45418, + "start": 47793, + "end": 47808, "loc": { "start": { - "line": 996, + "line": 1038, "column": 12 }, "end": { - "line": 996, + "line": 1038, "column": 27 } }, "id": { "type": "Identifier", - "start": 45403, - "end": 45414, + "start": 47793, + "end": 47804, "loc": { "start": { - "line": 996, + "line": 1038, "column": 12 }, "end": { - "line": 996, + "line": 1038, "column": 23 }, "identifierName": "_finalLines" @@ -58777,15 +58913,15 @@ }, "init": { "type": "NumericLiteral", - "start": 45417, - "end": 45418, + "start": 47807, + "end": 47808, "loc": { "start": { - "line": 996, + "line": 1038, "column": 26 }, "end": { - "line": 996, + "line": 1038, "column": 27 } }, @@ -58798,29 +58934,29 @@ }, { "type": "VariableDeclarator", - "start": 45432, - "end": 45475, + "start": 47822, + "end": 47865, "loc": { "start": { - "line": 997, + "line": 1039, "column": 12 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "id": { "type": "Identifier", - "start": 45432, - "end": 45441, + "start": 47822, + "end": 47831, "loc": { "start": { - "line": 997, + "line": 1039, "column": 12 }, "end": { - "line": 997, + "line": 1039, "column": 21 }, "identifierName": "ctx_ruler" @@ -58829,57 +58965,57 @@ }, "init": { "type": "CallExpression", - "start": 45446, - "end": 45475, + "start": 47836, + "end": 47865, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 45446, - "end": 45469, + "start": 47836, + "end": 47859, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 45446, - "end": 45458, + "start": 47836, + "end": 47848, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 38 } }, "object": { "type": "Identifier", - "start": 45446, - "end": 45455, + "start": 47836, + "end": 47845, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 35 }, "identifierName": "_ruler_bg" @@ -58888,15 +59024,15 @@ }, "property": { "type": "NumericLiteral", - "start": 45456, - "end": 45457, + "start": 47846, + "end": 47847, "loc": { "start": { - "line": 997, + "line": 1039, "column": 36 }, "end": { - "line": 997, + "line": 1039, "column": 37 } }, @@ -58910,15 +59046,15 @@ }, "property": { "type": "Identifier", - "start": 45459, - "end": 45469, + "start": 47849, + "end": 47859, "loc": { "start": { - "line": 997, + "line": 1039, "column": 39 }, "end": { - "line": 997, + "line": 1039, "column": 49 }, "identifierName": "getContext" @@ -58930,15 +59066,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45470, - "end": 45474, + "start": 47860, + "end": 47864, "loc": { "start": { - "line": 997, + "line": 1039, "column": 50 }, "end": { - "line": 997, + "line": 1039, "column": 54 } }, @@ -58959,15 +59095,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -58975,15 +59111,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -58992,58 +59128,58 @@ }, { "type": "ExpressionStatement", - "start": 45687, - "end": 45719, + "start": 48077, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 45687, - "end": 45719, + "start": 48077, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45687, - "end": 45706, + "start": 48077, + "end": 48096, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 27 } }, "object": { "type": "Identifier", - "start": 45687, - "end": 45696, + "start": 48077, + "end": 48086, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 17 }, "identifierName": "ctx_ruler" @@ -59053,15 +59189,15 @@ }, "property": { "type": "Identifier", - "start": 45697, - "end": 45706, + "start": 48087, + "end": 48096, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 18 }, "end": { - "line": 1001, + "line": 1043, "column": 27 }, "identifierName": "fillStyle" @@ -59073,15 +59209,15 @@ }, "right": { "type": "Identifier", - "start": 45709, - "end": 45719, + "start": 48099, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 30 }, "end": { - "line": 1001, + "line": 1043, "column": 40 }, "identifierName": "background" @@ -59094,15 +59230,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -59110,15 +59246,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -59127,57 +59263,57 @@ }, { "type": "ExpressionStatement", - "start": 45728, - "end": 45803, + "start": 48118, + "end": 48193, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 45728, - "end": 45803, + "start": 48118, + "end": 48193, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 45728, - "end": 45746, + "start": 48118, + "end": 48136, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 26 } }, "object": { "type": "Identifier", - "start": 45728, - "end": 45737, + "start": 48118, + "end": 48127, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 17 }, "identifierName": "ctx_ruler" @@ -59186,15 +59322,15 @@ }, "property": { "type": "Identifier", - "start": 45738, - "end": 45746, + "start": 48128, + "end": 48136, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 18 }, "end": { - "line": 1002, + "line": 1044, "column": 26 }, "identifierName": "fillRect" @@ -59206,15 +59342,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 45748, - "end": 45749, + "start": 48138, + "end": 48139, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 28 }, "end": { - "line": 1002, + "line": 1044, "column": 29 } }, @@ -59226,15 +59362,15 @@ }, { "type": "NumericLiteral", - "start": 45751, - "end": 45752, + "start": 48141, + "end": 48142, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 31 }, "end": { - "line": 1002, + "line": 1044, "column": 32 } }, @@ -59246,43 +59382,43 @@ }, { "type": "MemberExpression", - "start": 45754, - "end": 45776, + "start": 48144, + "end": 48166, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 45754, - "end": 45770, + "start": 48144, + "end": 48160, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 50 } }, "object": { "type": "Identifier", - "start": 45754, - "end": 45763, + "start": 48144, + "end": 48153, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 43 }, "identifierName": "ctx_ruler" @@ -59291,15 +59427,15 @@ }, "property": { "type": "Identifier", - "start": 45764, - "end": 45770, + "start": 48154, + "end": 48160, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 44 }, "end": { - "line": 1002, + "line": 1044, "column": 50 }, "identifierName": "canvas" @@ -59310,15 +59446,15 @@ }, "property": { "type": "Identifier", - "start": 45771, - "end": 45776, + "start": 48161, + "end": 48166, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 51 }, "end": { - "line": 1002, + "line": 1044, "column": 56 }, "identifierName": "width" @@ -59329,43 +59465,43 @@ }, { "type": "MemberExpression", - "start": 45778, - "end": 45801, + "start": 48168, + "end": 48191, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 45778, - "end": 45794, + "start": 48168, + "end": 48184, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 74 } }, "object": { "type": "Identifier", - "start": 45778, - "end": 45787, + "start": 48168, + "end": 48177, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 67 }, "identifierName": "ctx_ruler" @@ -59374,15 +59510,15 @@ }, "property": { "type": "Identifier", - "start": 45788, - "end": 45794, + "start": 48178, + "end": 48184, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 68 }, "end": { - "line": 1002, + "line": 1044, "column": 74 }, "identifierName": "canvas" @@ -59393,15 +59529,15 @@ }, "property": { "type": "Identifier", - "start": 45795, - "end": 45801, + "start": 48185, + "end": 48191, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 75 }, "end": { - "line": 1002, + "line": 1044, "column": 81 }, "identifierName": "height" @@ -59417,15 +59553,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -59434,58 +59570,58 @@ }, { "type": "ExpressionStatement", - "start": 45853, - "end": 45902, + "start": 48243, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 45853, - "end": 45902, + "start": 48243, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45853, - "end": 45874, + "start": 48243, + "end": 48264, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 29 } }, "object": { "type": "Identifier", - "start": 45853, - "end": 45862, + "start": 48243, + "end": 48252, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 17 }, "identifierName": "ctx_ruler" @@ -59495,15 +59631,15 @@ }, "property": { "type": "Identifier", - "start": 45863, - "end": 45874, + "start": 48253, + "end": 48264, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 18 }, "end": { - "line": 1005, + "line": 1047, "column": 29 }, "identifierName": "strokeStyle" @@ -59515,15 +59651,15 @@ }, "right": { "type": "StringLiteral", - "start": 45877, - "end": 45902, + "start": 48267, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 32 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, @@ -59539,15 +59675,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -59556,58 +59692,58 @@ }, { "type": "ExpressionStatement", - "start": 45911, - "end": 45934, + "start": 48301, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 45911, - "end": 45934, + "start": 48301, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45911, - "end": 45930, + "start": 48301, + "end": 48320, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 27 } }, "object": { "type": "Identifier", - "start": 45911, - "end": 45920, + "start": 48301, + "end": 48310, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 17 }, "identifierName": "ctx_ruler" @@ -59616,15 +59752,15 @@ }, "property": { "type": "Identifier", - "start": 45921, - "end": 45930, + "start": 48311, + "end": 48320, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 18 }, "end": { - "line": 1006, + "line": 1048, "column": 27 }, "identifierName": "lineWidth" @@ -59635,15 +59771,15 @@ }, "right": { "type": "NumericLiteral", - "start": 45933, - "end": 45934, + "start": 48323, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 30 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, @@ -59657,58 +59793,58 @@ }, { "type": "ExpressionStatement", - "start": 45943, - "end": 45975, + "start": 48333, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 45943, - "end": 45975, + "start": 48333, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45943, - "end": 45959, + "start": 48333, + "end": 48349, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 24 } }, "object": { "type": "Identifier", - "start": 45943, - "end": 45952, + "start": 48333, + "end": 48342, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 17 }, "identifierName": "ctx_ruler" @@ -59717,15 +59853,15 @@ }, "property": { "type": "Identifier", - "start": 45953, - "end": 45959, + "start": 48343, + "end": 48349, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 18 }, "end": { - "line": 1007, + "line": 1049, "column": 24 }, "identifierName": "filter" @@ -59736,15 +59872,15 @@ }, "right": { "type": "StringLiteral", - "start": 45962, - "end": 45975, + "start": 48352, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 27 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, @@ -59758,57 +59894,57 @@ }, { "type": "ExpressionStatement", - "start": 45984, - "end": 48491, + "start": 48374, + "end": 50881, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1060, + "line": 1102, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 45984, - "end": 48491, + "start": 48374, + "end": 50881, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1060, + "line": 1102, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 45984, - "end": 45999, + "start": 48374, + "end": 48389, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1008, + "line": 1050, "column": 23 } }, "object": { "type": "Identifier", - "start": 45984, - "end": 45994, + "start": 48374, + "end": 48384, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1008, + "line": 1050, "column": 18 }, "identifierName": "ruler_line" @@ -59817,15 +59953,15 @@ }, "property": { "type": "Identifier", - "start": 45995, - "end": 45999, + "start": 48385, + "end": 48389, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 19 }, "end": { - "line": 1008, + "line": 1050, "column": 23 }, "identifierName": "some" @@ -59837,15 +59973,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 46001, - "end": 48490, + "start": 48391, + "end": 50880, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 25 }, "end": { - "line": 1060, + "line": 1102, "column": 9 } }, @@ -59856,15 +59992,15 @@ "params": [ { "type": "Identifier", - "start": 46003, - "end": 46013, + "start": 48393, + "end": 48403, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 27 }, "end": { - "line": 1008, + "line": 1050, "column": 37 }, "identifierName": "line_scale" @@ -59873,15 +60009,15 @@ }, { "type": "Identifier", - "start": 46015, - "end": 46018, + "start": 48405, + "end": 48408, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 39 }, "end": { - "line": 1008, + "line": 1050, "column": 42 }, "identifierName": "idx" @@ -59891,72 +60027,72 @@ ], "body": { "type": "BlockStatement", - "start": 46024, - "end": 48490, + "start": 48414, + "end": 50880, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 48 }, "end": { - "line": 1060, + "line": 1102, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 46038, - "end": 46145, + "start": 48428, + "end": 48535, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 12 }, "end": { - "line": 1011, + "line": 1053, "column": 13 } }, "test": { "type": "CallExpression", - "start": 46043, - "end": 46090, + "start": 48433, + "end": 48480, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 46043, - "end": 46076, + "start": 48433, + "end": 48466, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 46043, - "end": 46071, + "start": 48433, + "end": 48461, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 45 } }, @@ -59968,15 +60104,15 @@ }, "property": { "type": "Identifier", - "start": 46072, - "end": 46076, + "start": 48462, + "end": 48466, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 46 }, "end": { - "line": 1009, + "line": 1051, "column": 50 }, "identifierName": "test" @@ -59988,15 +60124,15 @@ "arguments": [ { "type": "Identifier", - "start": 46078, - "end": 46088, + "start": 48468, + "end": 48478, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 52 }, "end": { - "line": 1009, + "line": 1051, "column": 62 }, "identifierName": "line_scale" @@ -60007,44 +60143,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 46093, - "end": 46145, + "start": 48483, + "end": 48535, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 67 }, "end": { - "line": 1011, + "line": 1053, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 46111, - "end": 46122, + "start": 48501, + "end": 48512, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 16 }, "end": { - "line": 1010, + "line": 1052, "column": 27 } }, "argument": { "type": "BooleanLiteral", - "start": 46118, - "end": 46122, + "start": 48508, + "end": 48512, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 23 }, "end": { - "line": 1010, + "line": 1052, "column": 27 } }, @@ -60056,15 +60192,15 @@ { "type": "CommentLine", "value": " break", - "start": 46123, - "end": 46131, + "start": 48513, + "end": 48521, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 28 }, "end": { - "line": 1010, + "line": 1052, "column": 36 } } @@ -60078,57 +60214,57 @@ }, { "type": "ExpressionStatement", - "start": 46171, - "end": 46192, + "start": 48561, + "end": 48582, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 46171, - "end": 46192, + "start": 48561, + "end": 48582, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 46171, - "end": 46190, + "start": 48561, + "end": 48580, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 31 } }, "object": { "type": "Identifier", - "start": 46171, - "end": 46180, + "start": 48561, + "end": 48570, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 21 }, "identifierName": "ctx_ruler" @@ -60137,15 +60273,15 @@ }, "property": { "type": "Identifier", - "start": 46181, - "end": 46190, + "start": 48571, + "end": 48580, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 22 }, "end": { - "line": 1013, + "line": 1055, "column": 31 }, "identifierName": "beginPath" @@ -60161,15 +60297,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -60177,15 +60313,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -60194,44 +60330,44 @@ }, { "type": "VariableDeclaration", - "start": 46320, - "end": 46412, + "start": 48710, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 12 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 46324, - "end": 46412, + "start": 48714, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 16 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "id": { "type": "Identifier", - "start": 46324, - "end": 46331, + "start": 48714, + "end": 48721, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 16 }, "end": { - "line": 1017, + "line": 1059, "column": 23 }, "identifierName": "_line_y" @@ -60241,43 +60377,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 46334, - "end": 46412, + "start": 48724, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "test": { "type": "BinaryExpression", - "start": 46334, - "end": 46352, + "start": 48724, + "end": 48742, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 44 } }, "left": { "type": "Identifier", - "start": 46334, - "end": 46342, + "start": 48724, + "end": 48732, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 34 }, "identifierName": "position" @@ -60287,15 +60423,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 46347, - "end": 46352, + "start": 48737, + "end": 48742, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 39 }, "end": { - "line": 1017, + "line": 1059, "column": 44 } }, @@ -60308,43 +60444,43 @@ }, "consequent": { "type": "BinaryExpression", - "start": 46355, - "end": 46386, + "start": 48745, + "end": 48776, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 78 } }, "left": { "type": "BinaryExpression", - "start": 46355, - "end": 46380, + "start": 48745, + "end": 48770, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 72 } }, "left": { "type": "Identifier", - "start": 46355, - "end": 46366, + "start": 48745, + "end": 48756, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 58 }, "identifierName": "line_height" @@ -60354,29 +60490,29 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 46371, - "end": 46378, + "start": 48761, + "end": 48768, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 63 }, "end": { - "line": 1017, + "line": 1059, "column": 70 } }, "left": { "type": "Identifier", - "start": 46371, - "end": 46374, + "start": 48761, + "end": 48764, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 63 }, "end": { - "line": 1017, + "line": 1059, "column": 66 }, "identifierName": "idx" @@ -60386,15 +60522,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 46377, - "end": 46378, + "start": 48767, + "end": 48768, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 69 }, "end": { - "line": 1017, + "line": 1059, "column": 70 } }, @@ -60406,22 +60542,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 46369 + "parenStart": 48759 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 46383, - "end": 46386, + "start": 48773, + "end": 48776, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 75 }, "end": { - "line": 1017, + "line": 1059, "column": 78 } }, @@ -60434,43 +60570,43 @@ }, "alternate": { "type": "BinaryExpression", - "start": 46389, - "end": 46412, + "start": 48779, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "left": { "type": "BinaryExpression", - "start": 46389, - "end": 46406, + "start": 48779, + "end": 48796, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 98 } }, "left": { "type": "Identifier", - "start": 46389, - "end": 46400, + "start": 48779, + "end": 48790, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 92 }, "identifierName": "line_height" @@ -60480,15 +60616,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 46403, - "end": 46406, + "start": 48793, + "end": 48796, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 95 }, "end": { - "line": 1017, + "line": 1059, "column": 98 }, "identifierName": "idx" @@ -60499,15 +60635,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 46409, - "end": 46412, + "start": 48799, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 101 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, @@ -60527,15 +60663,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -60543,15 +60679,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -60560,57 +60696,57 @@ }, { "type": "ExpressionStatement", - "start": 46438, - "end": 46468, + "start": 48828, + "end": 48858, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 46438, - "end": 46468, + "start": 48828, + "end": 48858, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 46438, - "end": 46454, + "start": 48828, + "end": 48844, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 28 } }, "object": { "type": "Identifier", - "start": 46438, - "end": 46447, + "start": 48828, + "end": 48837, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 21 }, "identifierName": "ctx_ruler" @@ -60619,15 +60755,15 @@ }, "property": { "type": "Identifier", - "start": 46448, - "end": 46454, + "start": 48838, + "end": 48844, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 22 }, "end": { - "line": 1019, + "line": 1061, "column": 28 }, "identifierName": "moveTo" @@ -60639,15 +60775,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 46456, - "end": 46457, + "start": 48846, + "end": 48847, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 30 }, "end": { - "line": 1019, + "line": 1061, "column": 31 } }, @@ -60659,15 +60795,15 @@ }, { "type": "Identifier", - "start": 46459, - "end": 46466, + "start": 48849, + "end": 48856, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 33 }, "end": { - "line": 1019, + "line": 1061, "column": 40 }, "identifierName": "_line_y" @@ -60679,57 +60815,57 @@ }, { "type": "ExpressionStatement", - "start": 46481, - "end": 46532, + "start": 48871, + "end": 48922, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 63 } }, "expression": { "type": "CallExpression", - "start": 46481, - "end": 46532, + "start": 48871, + "end": 48922, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 46481, - "end": 46497, + "start": 48871, + "end": 48887, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 28 } }, "object": { "type": "Identifier", - "start": 46481, - "end": 46490, + "start": 48871, + "end": 48880, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 21 }, "identifierName": "ctx_ruler" @@ -60738,15 +60874,15 @@ }, "property": { "type": "Identifier", - "start": 46491, - "end": 46497, + "start": 48881, + "end": 48887, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 22 }, "end": { - "line": 1020, + "line": 1062, "column": 28 }, "identifierName": "lineTo" @@ -60758,43 +60894,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 46499, - "end": 46521, + "start": 48889, + "end": 48911, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 46499, - "end": 46515, + "start": 48889, + "end": 48905, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 46 } }, "object": { "type": "Identifier", - "start": 46499, - "end": 46508, + "start": 48889, + "end": 48898, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 39 }, "identifierName": "ctx_ruler" @@ -60803,15 +60939,15 @@ }, "property": { "type": "Identifier", - "start": 46509, - "end": 46515, + "start": 48899, + "end": 48905, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 40 }, "end": { - "line": 1020, + "line": 1062, "column": 46 }, "identifierName": "canvas" @@ -60822,15 +60958,15 @@ }, "property": { "type": "Identifier", - "start": 46516, - "end": 46521, + "start": 48906, + "end": 48911, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 47 }, "end": { - "line": 1020, + "line": 1062, "column": 52 }, "identifierName": "width" @@ -60841,15 +60977,15 @@ }, { "type": "Identifier", - "start": 46523, - "end": 46530, + "start": 48913, + "end": 48920, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 54 }, "end": { - "line": 1020, + "line": 1062, "column": 61 }, "identifierName": "_line_y" @@ -60863,15 +60999,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -60880,44 +61016,44 @@ }, { "type": "VariableDeclaration", - "start": 46583, - "end": 46674, + "start": 48973, + "end": 49064, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 12 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 46587, - "end": 46605, + "start": 48977, + "end": 48995, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 16 }, "end": { - "line": 1023, + "line": 1065, "column": 34 } }, "id": { "type": "Identifier", - "start": 46587, - "end": 46598, + "start": 48977, + "end": 48988, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 16 }, "end": { - "line": 1023, + "line": 1065, "column": 27 }, "identifierName": "_line_grids" @@ -60927,15 +61063,15 @@ }, "init": { "type": "NullLiteral", - "start": 46601, - "end": 46605, + "start": 48991, + "end": 48995, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 30 }, "end": { - "line": 1023, + "line": 1065, "column": 34 } } @@ -60944,29 +61080,29 @@ }, { "type": "VariableDeclarator", - "start": 46623, - "end": 46638, + "start": 49013, + "end": 49028, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 16 }, "end": { - "line": 1024, + "line": 1066, "column": 31 } }, "id": { "type": "Identifier", - "start": 46623, - "end": 46630, + "start": 49013, + "end": 49020, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 16 }, "end": { - "line": 1024, + "line": 1066, "column": 23 }, "identifierName": "_grid_x" @@ -60975,15 +61111,15 @@ }, "init": { "type": "NumericLiteral", - "start": 46637, - "end": 46638, + "start": 49027, + "end": 49028, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 30 }, "end": { - "line": 1024, + "line": 1066, "column": 31 } }, @@ -60996,29 +61132,29 @@ }, { "type": "VariableDeclarator", - "start": 46656, - "end": 46674, + "start": 49046, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 16 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, "id": { "type": "Identifier", - "start": 46656, - "end": 46667, + "start": 49046, + "end": 49057, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 16 }, "end": { - "line": 1025, + "line": 1067, "column": 27 }, "identifierName": "_correction" @@ -61027,15 +61163,15 @@ }, "init": { "type": "UnaryExpression", - "start": 46670, - "end": 46674, + "start": 49060, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 30 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, @@ -61043,15 +61179,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 46671, - "end": 46674, + "start": 49061, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 31 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, @@ -61072,15 +61208,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -61089,57 +61225,57 @@ }, { "type": "IfStatement", - "start": 46700, - "end": 48291, + "start": 49090, + "end": 50681, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 12 }, "end": { - "line": 1055, + "line": 1097, "column": 13 } }, "test": { "type": "CallExpression", - "start": 46705, - "end": 46744, + "start": 49095, + "end": 49134, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 46705, - "end": 46729, + "start": 49095, + "end": 49119, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 46705, - "end": 46724, + "start": 49095, + "end": 49114, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 36 } }, @@ -61151,15 +61287,15 @@ }, "property": { "type": "Identifier", - "start": 46725, - "end": 46729, + "start": 49115, + "end": 49119, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 37 }, "end": { - "line": 1027, + "line": 1069, "column": 41 }, "identifierName": "test" @@ -61171,29 +61307,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 46731, - "end": 46742, + "start": 49121, + "end": 49132, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 43 }, "end": { - "line": 1027, + "line": 1069, "column": 54 } }, "object": { "type": "Identifier", - "start": 46731, - "end": 46736, + "start": 49121, + "end": 49126, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 43 }, "end": { - "line": 1027, + "line": 1069, "column": 48 }, "identifierName": "_opts" @@ -61202,15 +61338,15 @@ }, "property": { "type": "Identifier", - "start": 46737, - "end": 46742, + "start": 49127, + "end": 49132, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 49 }, "end": { - "line": 1027, + "line": 1069, "column": 54 }, "identifierName": "scale" @@ -61223,59 +61359,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 46747, - "end": 47427, + "start": 49137, + "end": 49817, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 59 }, "end": { - "line": 1038, + "line": 1080, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 46879, - "end": 46932, + "start": 49269, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 46879, - "end": 46932, + "start": 49269, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46879, - "end": 46890, + "start": 49269, + "end": 49280, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 27 }, "identifierName": "_line_grids" @@ -61285,58 +61421,58 @@ }, "right": { "type": "CallExpression", - "start": 46893, - "end": 46932, + "start": 49283, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 46893, - "end": 46918, + "start": 49283, + "end": 49308, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 46893, - "end": 46897, + "start": 49283, + "end": 49287, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 34 } } }, "property": { "type": "Identifier", - "start": 46898, - "end": 46918, + "start": 49288, + "end": 49308, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 35 }, "end": { - "line": 1029, + "line": 1071, "column": 55 }, "identifierName": "_filterVariableScale" @@ -61348,15 +61484,15 @@ "arguments": [ { "type": "Identifier", - "start": 46920, - "end": 46930, + "start": 49310, + "end": 49320, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 57 }, "end": { - "line": 1029, + "line": 1071, "column": 67 }, "identifierName": "line_scale" @@ -61373,15 +61509,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 46765, - "end": 46862, + "start": 49155, + "end": 49252, "loc": { "start": { - "line": 1028, + "line": 1070, "column": 16 }, "end": { - "line": 1028, + "line": 1070, "column": 113 } } @@ -61391,15 +61527,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -61408,58 +61544,58 @@ }, { "type": "ForOfStatement", - "start": 47025, - "end": 47413, + "start": 49415, + "end": 49803, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 16 }, "end": { - "line": 1037, + "line": 1079, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 47031, - "end": 47039, + "start": 49421, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 22 }, "end": { - "line": 1032, + "line": 1074, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47035, - "end": 47039, + "start": 49425, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 26 }, "end": { - "line": 1032, + "line": 1074, "column": 30 } }, "id": { "type": "Identifier", - "start": 47035, - "end": 47039, + "start": 49425, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 26 }, "end": { - "line": 1032, + "line": 1074, "column": 30 }, "identifierName": "_key" @@ -61476,43 +61612,43 @@ }, "right": { "type": "CallExpression", - "start": 47043, - "end": 47069, + "start": 49433, + "end": 49459, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 47043, - "end": 47054, + "start": 49433, + "end": 49444, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 45 } }, "object": { "type": "Identifier", - "start": 47043, - "end": 47049, + "start": 49433, + "end": 49439, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 40 }, "identifierName": "Object" @@ -61521,15 +61657,15 @@ }, "property": { "type": "Identifier", - "start": 47050, - "end": 47054, + "start": 49440, + "end": 49444, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 41 }, "end": { - "line": 1032, + "line": 1074, "column": 45 }, "identifierName": "keys" @@ -61541,15 +61677,15 @@ "arguments": [ { "type": "Identifier", - "start": 47056, - "end": 47067, + "start": 49446, + "end": 49457, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 47 }, "end": { - "line": 1032, + "line": 1074, "column": 58 }, "identifierName": "_line_grids" @@ -61560,59 +61696,59 @@ }, "body": { "type": "BlockStatement", - "start": 47072, - "end": 47413, + "start": 49462, + "end": 49803, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 63 }, "end": { - "line": 1037, + "line": 1079, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47094, - "end": 47142, + "start": 49484, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 47094, - "end": 47142, + "start": 49484, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 47094, - "end": 47101, + "start": 49484, + "end": 49491, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 27 }, "identifierName": "_grid_x" @@ -61621,58 +61757,58 @@ }, "right": { "type": "CallExpression", - "start": 47105, - "end": 47142, + "start": 49495, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47105, - "end": 47118, + "start": 49495, + "end": 49508, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 47105, - "end": 47109, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 35 } } }, "property": { "type": "Identifier", - "start": 47110, - "end": 47118, + "start": 49500, + "end": 49508, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 36 }, "end": { - "line": 1033, + "line": 1075, "column": 44 }, "identifierName": "numRound" @@ -61684,29 +61820,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47120, - "end": 47137, + "start": 49510, + "end": 49527, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 46 }, "end": { - "line": 1033, + "line": 1075, "column": 63 } }, "object": { "type": "Identifier", - "start": 47120, - "end": 47131, + "start": 49510, + "end": 49521, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 46 }, "end": { - "line": 1033, + "line": 1075, "column": 57 }, "identifierName": "_line_grids" @@ -61715,15 +61851,15 @@ }, "property": { "type": "Identifier", - "start": 47132, - "end": 47136, + "start": 49522, + "end": 49526, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 58 }, "end": { - "line": 1033, + "line": 1075, "column": 62 }, "identifierName": "_key" @@ -61734,15 +61870,15 @@ }, { "type": "NumericLiteral", - "start": 47139, - "end": 47140, + "start": 49529, + "end": 49530, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 65 }, "end": { - "line": 1033, + "line": 1075, "column": 66 } }, @@ -61758,57 +61894,57 @@ }, { "type": "ExpressionStatement", - "start": 47184, - "end": 47279, + "start": 49574, + "end": 49669, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 47184, - "end": 47279, + "start": 49574, + "end": 49669, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 47184, - "end": 47200, + "start": 49574, + "end": 49590, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 36 } }, "object": { "type": "Identifier", - "start": 47184, - "end": 47193, + "start": 49574, + "end": 49583, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 29 }, "identifierName": "ctx_ruler" @@ -61817,15 +61953,15 @@ }, "property": { "type": "Identifier", - "start": 47194, - "end": 47200, + "start": 49584, + "end": 49590, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 30 }, "end": { - "line": 1035, + "line": 1077, "column": 36 }, "identifierName": "moveTo" @@ -61837,29 +61973,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 47202, - "end": 47223, + "start": 49592, + "end": 49613, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 38 }, "end": { - "line": 1035, + "line": 1077, "column": 59 } }, "left": { "type": "Identifier", - "start": 47202, - "end": 47209, + "start": 49592, + "end": 49599, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 38 }, "end": { - "line": 1035, + "line": 1077, "column": 45 }, "identifierName": "_grid_x" @@ -61869,15 +62005,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47212, - "end": 47223, + "start": 49602, + "end": 49613, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 48 }, "end": { - "line": 1035, + "line": 1077, "column": 59 }, "identifierName": "_correction" @@ -61887,43 +62023,43 @@ }, { "type": "ConditionalExpression", - "start": 47225, - "end": 47277, + "start": 49615, + "end": 49667, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 47225, - "end": 47243, + "start": 49615, + "end": 49633, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 79 } }, "left": { "type": "Identifier", - "start": 47225, - "end": 47233, + "start": 49615, + "end": 49623, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 69 }, "identifierName": "position" @@ -61933,15 +62069,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 47238, - "end": 47243, + "start": 49628, + "end": 49633, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 74 }, "end": { - "line": 1035, + "line": 1077, "column": 79 } }, @@ -61954,29 +62090,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 47246, - "end": 47267, + "start": 49636, + "end": 49657, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 82 }, "end": { - "line": 1035, + "line": 1077, "column": 103 } }, "left": { "type": "Identifier", - "start": 47246, - "end": 47253, + "start": 49636, + "end": 49643, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 82 }, "end": { - "line": 1035, + "line": 1077, "column": 89 }, "identifierName": "_line_y" @@ -61986,15 +62122,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 47256, - "end": 47267, + "start": 49646, + "end": 49657, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 92 }, "end": { - "line": 1035, + "line": 1077, "column": 103 }, "identifierName": "line_height" @@ -62004,15 +62140,15 @@ }, "alternate": { "type": "Identifier", - "start": 47270, - "end": 47277, + "start": 49660, + "end": 49667, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 106 }, "end": { - "line": 1035, + "line": 1077, "column": 113 }, "identifierName": "_line_y" @@ -62025,57 +62161,57 @@ }, { "type": "ExpressionStatement", - "start": 47300, - "end": 47395, + "start": 49690, + "end": 49785, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 47300, - "end": 47395, + "start": 49690, + "end": 49785, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 47300, - "end": 47316, + "start": 49690, + "end": 49706, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 36 } }, "object": { "type": "Identifier", - "start": 47300, - "end": 47309, + "start": 49690, + "end": 49699, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 29 }, "identifierName": "ctx_ruler" @@ -62084,15 +62220,15 @@ }, "property": { "type": "Identifier", - "start": 47310, - "end": 47316, + "start": 49700, + "end": 49706, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 30 }, "end": { - "line": 1036, + "line": 1078, "column": 36 }, "identifierName": "lineTo" @@ -62104,29 +62240,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 47318, - "end": 47339, + "start": 49708, + "end": 49729, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 38 }, "end": { - "line": 1036, + "line": 1078, "column": 59 } }, "left": { "type": "Identifier", - "start": 47318, - "end": 47325, + "start": 49708, + "end": 49715, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 38 }, "end": { - "line": 1036, + "line": 1078, "column": 45 }, "identifierName": "_grid_x" @@ -62136,15 +62272,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47328, - "end": 47339, + "start": 49718, + "end": 49729, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 48 }, "end": { - "line": 1036, + "line": 1078, "column": 59 }, "identifierName": "_correction" @@ -62154,43 +62290,43 @@ }, { "type": "ConditionalExpression", - "start": 47341, - "end": 47393, + "start": 49731, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 47341, - "end": 47359, + "start": 49731, + "end": 49749, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 79 } }, "left": { "type": "Identifier", - "start": 47341, - "end": 47349, + "start": 49731, + "end": 49739, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 69 }, "identifierName": "position" @@ -62200,15 +62336,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 47354, - "end": 47359, + "start": 49744, + "end": 49749, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 74 }, "end": { - "line": 1036, + "line": 1078, "column": 79 } }, @@ -62221,15 +62357,15 @@ }, "consequent": { "type": "Identifier", - "start": 47362, - "end": 47369, + "start": 49752, + "end": 49759, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 82 }, "end": { - "line": 1036, + "line": 1078, "column": 89 }, "identifierName": "_line_y" @@ -62238,29 +62374,29 @@ }, "alternate": { "type": "BinaryExpression", - "start": 47372, - "end": 47393, + "start": 49762, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 92 }, "end": { - "line": 1036, + "line": 1078, "column": 113 } }, "left": { "type": "Identifier", - "start": 47372, - "end": 47379, + "start": 49762, + "end": 49769, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 92 }, "end": { - "line": 1036, + "line": 1078, "column": 99 }, "identifierName": "_line_y" @@ -62270,15 +62406,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47382, - "end": 47393, + "start": 49772, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 102 }, "end": { - "line": 1036, + "line": 1078, "column": 113 }, "identifierName": "line_height" @@ -62297,15 +62433,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -62317,59 +62453,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 47433, - "end": 48291, + "start": 49823, + "end": 50681, "loc": { "start": { - "line": 1038, + "line": 1080, "column": 19 }, "end": { - "line": 1055, + "line": 1097, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 47515, - "end": 47565, + "start": 49905, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 47515, - "end": 47565, + "start": 49905, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 47515, - "end": 47526, + "start": 49905, + "end": 49916, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 27 }, "identifierName": "_line_grids" @@ -62379,58 +62515,58 @@ }, "right": { "type": "CallExpression", - "start": 47529, - "end": 47565, + "start": 49919, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 47529, - "end": 47551, + "start": 49919, + "end": 49941, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 47529, - "end": 47533, + "start": 49919, + "end": 49923, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 34 } } }, "property": { "type": "Identifier", - "start": 47534, - "end": 47551, + "start": 49924, + "end": 49941, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 35 }, "end": { - "line": 1040, + "line": 1082, "column": 52 }, "identifierName": "_getGridsPerScale" @@ -62442,15 +62578,15 @@ "arguments": [ { "type": "Identifier", - "start": 47553, - "end": 47563, + "start": 49943, + "end": 49953, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 54 }, "end": { - "line": 1040, + "line": 1082, "column": 64 }, "identifierName": "line_scale" @@ -62465,15 +62601,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 47451, - "end": 47498, + "start": 49841, + "end": 49888, "loc": { "start": { - "line": 1039, + "line": 1081, "column": 16 }, "end": { - "line": 1039, + "line": 1081, "column": 63 } } @@ -62482,58 +62618,58 @@ }, { "type": "ForOfStatement", - "start": 47599, - "end": 48277, + "start": 49989, + "end": 50667, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 16 }, "end": { - "line": 1054, + "line": 1096, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 47605, - "end": 47613, + "start": 49995, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 22 }, "end": { - "line": 1042, + "line": 1084, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47609, - "end": 47613, + "start": 49999, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 26 }, "end": { - "line": 1042, + "line": 1084, "column": 30 } }, "id": { "type": "Identifier", - "start": 47609, - "end": 47613, + "start": 49999, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 26 }, "end": { - "line": 1042, + "line": 1084, "column": 30 }, "identifierName": "_val" @@ -62547,15 +62683,15 @@ }, "right": { "type": "Identifier", - "start": 47617, - "end": 47628, + "start": 50007, + "end": 50018, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 34 }, "end": { - "line": 1042, + "line": 1084, "column": 45 }, "identifierName": "_line_grids" @@ -62564,101 +62700,101 @@ }, "body": { "type": "BlockStatement", - "start": 47631, - "end": 48277, + "start": 50021, + "end": 50667, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 48 }, "end": { - "line": 1054, + "line": 1096, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 47653, - "end": 47759, + "start": 50043, + "end": 50149, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 20 }, "end": { - "line": 1045, + "line": 1087, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 47658, - "end": 47703, + "start": 50048, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "left": { "type": "CallExpression", - "start": 47658, - "end": 47679, + "start": 50048, + "end": 50069, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 47658, - "end": 47671, + "start": 50048, + "end": 50061, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 47658, - "end": 47662, + "start": 50048, + "end": 50052, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 29 } } }, "property": { "type": "Identifier", - "start": 47663, - "end": 47671, + "start": 50053, + "end": 50061, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 30 }, "end": { - "line": 1043, + "line": 1085, "column": 38 }, "identifierName": "is_empty" @@ -62670,15 +62806,15 @@ "arguments": [ { "type": "Identifier", - "start": 47673, - "end": 47677, + "start": 50063, + "end": 50067, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 40 }, "end": { - "line": 1043, + "line": 1085, "column": 44 }, "identifierName": "_val" @@ -62690,29 +62826,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47683, - "end": 47703, + "start": 50073, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 50 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "left": { "type": "Identifier", - "start": 47683, - "end": 47687, + "start": 50073, + "end": 50077, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 50 }, "end": { - "line": 1043, + "line": 1085, "column": 54 }, "identifierName": "_val" @@ -62722,29 +62858,29 @@ "operator": ">=", "right": { "type": "MemberExpression", - "start": 47691, - "end": 47703, + "start": 50081, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 58 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "object": { "type": "Identifier", - "start": 47691, - "end": 47697, + "start": 50081, + "end": 50087, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 58 }, "end": { - "line": 1043, + "line": 1085, "column": 64 }, "identifierName": "_props" @@ -62753,15 +62889,15 @@ }, "property": { "type": "Identifier", - "start": 47698, - "end": 47703, + "start": 50088, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 65 }, "end": { - "line": 1043, + "line": 1085, "column": 70 }, "identifierName": "grids" @@ -62774,30 +62910,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 47706, - "end": 47759, + "start": 50096, + "end": 50149, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 73 }, "end": { - "line": 1045, + "line": 1087, "column": 21 } }, "body": [ { "type": "BreakStatement", - "start": 47732, - "end": 47737, + "start": 50122, + "end": 50127, "loc": { "start": { - "line": 1044, + "line": 1086, "column": 24 }, "end": { - "line": 1044, + "line": 1086, "column": 29 } }, @@ -62810,44 +62946,44 @@ }, { "type": "VariableDeclaration", - "start": 47780, - "end": 47821, + "start": 50170, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 20 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47784, - "end": 47821, + "start": 50174, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 24 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "id": { "type": "Identifier", - "start": 47784, - "end": 47795, + "start": 50174, + "end": 50185, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 24 }, "end": { - "line": 1046, + "line": 1088, "column": 35 }, "identifierName": "_grid_width" @@ -62856,29 +62992,29 @@ }, "init": { "type": "BinaryExpression", - "start": 47798, - "end": 47821, + "start": 50188, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 38 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "left": { "type": "Identifier", - "start": 47798, - "end": 47802, + "start": 50188, + "end": 50192, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 38 }, "end": { - "line": 1046, + "line": 1088, "column": 42 }, "identifierName": "_val" @@ -62888,29 +63024,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 47805, - "end": 47821, + "start": 50195, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 45 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "object": { "type": "Identifier", - "start": 47805, - "end": 47811, + "start": 50195, + "end": 50201, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 45 }, "end": { - "line": 1046, + "line": 1088, "column": 51 }, "identifierName": "_props" @@ -62919,15 +63055,15 @@ }, "property": { "type": "Identifier", - "start": 47812, - "end": 47821, + "start": 50202, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 52 }, "end": { - "line": 1046, + "line": 1088, "column": 61 }, "identifierName": "scaleSize" @@ -62943,44 +63079,44 @@ }, { "type": "ExpressionStatement", - "start": 47863, - "end": 47885, + "start": 50253, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 47863, - "end": 47885, + "start": 50253, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 42 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 47863, - "end": 47870, + "start": 50253, + "end": 50260, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 27 }, "identifierName": "_grid_x" @@ -62989,15 +63125,15 @@ }, "right": { "type": "Identifier", - "start": 47874, - "end": 47885, + "start": 50264, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 31 }, "end": { - "line": 1048, + "line": 1090, "column": 42 }, "identifierName": "_grid_width" @@ -63008,85 +63144,85 @@ }, { "type": "IfStatement", - "start": 47906, - "end": 48027, + "start": 50296, + "end": 50417, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 20 }, "end": { - "line": 1051, + "line": 1093, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 47911, - "end": 47971, + "start": 50301, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 47911, - "end": 47945, + "start": 50301, + "end": 50335, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 59 } }, "left": { "type": "CallExpression", - "start": 47911, - "end": 47931, + "start": 50301, + "end": 50321, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 47911, - "end": 47920, + "start": 50301, + "end": 50310, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 34 } }, "object": { "type": "Identifier", - "start": 47911, - "end": 47915, + "start": 50301, + "end": 50305, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 29 }, "identifierName": "Math" @@ -63095,15 +63231,15 @@ }, "property": { "type": "Identifier", - "start": 47916, - "end": 47920, + "start": 50306, + "end": 50310, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 30 }, "end": { - "line": 1049, + "line": 1091, "column": 34 }, "identifierName": "ceil" @@ -63115,15 +63251,15 @@ "arguments": [ { "type": "Identifier", - "start": 47922, - "end": 47929, + "start": 50312, + "end": 50319, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 36 }, "end": { - "line": 1049, + "line": 1091, "column": 43 }, "identifierName": "_grid_x" @@ -63135,15 +63271,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 47934, - "end": 47945, + "start": 50324, + "end": 50335, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 48 }, "end": { - "line": 1049, + "line": 1091, "column": 59 }, "identifierName": "_correction" @@ -63154,43 +63290,43 @@ "operator": ">=", "right": { "type": "MemberExpression", - "start": 47949, - "end": 47971, + "start": 50339, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 47949, - "end": 47965, + "start": 50339, + "end": 50355, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 79 } }, "object": { "type": "Identifier", - "start": 47949, - "end": 47958, + "start": 50339, + "end": 50348, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 72 }, "identifierName": "ctx_ruler" @@ -63199,15 +63335,15 @@ }, "property": { "type": "Identifier", - "start": 47959, - "end": 47965, + "start": 50349, + "end": 50355, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 73 }, "end": { - "line": 1049, + "line": 1091, "column": 79 }, "identifierName": "canvas" @@ -63218,15 +63354,15 @@ }, "property": { "type": "Identifier", - "start": 47966, - "end": 47971, + "start": 50356, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 80 }, "end": { - "line": 1049, + "line": 1091, "column": 85 }, "identifierName": "width" @@ -63238,30 +63374,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 47974, - "end": 48027, + "start": 50364, + "end": 50417, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 88 }, "end": { - "line": 1051, + "line": 1093, "column": 21 } }, "body": [ { "type": "BreakStatement", - "start": 48000, - "end": 48005, + "start": 50390, + "end": 50395, "loc": { "start": { - "line": 1050, + "line": 1092, "column": 24 }, "end": { - "line": 1050, + "line": 1092, "column": 29 } }, @@ -63274,57 +63410,57 @@ }, { "type": "ExpressionStatement", - "start": 48048, - "end": 48143, + "start": 50438, + "end": 50533, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 48048, - "end": 48143, + "start": 50438, + "end": 50533, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 48048, - "end": 48064, + "start": 50438, + "end": 50454, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 36 } }, "object": { "type": "Identifier", - "start": 48048, - "end": 48057, + "start": 50438, + "end": 50447, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 29 }, "identifierName": "ctx_ruler" @@ -63333,15 +63469,15 @@ }, "property": { "type": "Identifier", - "start": 48058, - "end": 48064, + "start": 50448, + "end": 50454, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 30 }, "end": { - "line": 1052, + "line": 1094, "column": 36 }, "identifierName": "moveTo" @@ -63353,29 +63489,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 48066, - "end": 48087, + "start": 50456, + "end": 50477, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 38 }, "end": { - "line": 1052, + "line": 1094, "column": 59 } }, "left": { "type": "Identifier", - "start": 48066, - "end": 48073, + "start": 50456, + "end": 50463, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 38 }, "end": { - "line": 1052, + "line": 1094, "column": 45 }, "identifierName": "_grid_x" @@ -63385,15 +63521,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48076, - "end": 48087, + "start": 50466, + "end": 50477, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 48 }, "end": { - "line": 1052, + "line": 1094, "column": 59 }, "identifierName": "_correction" @@ -63403,43 +63539,43 @@ }, { "type": "ConditionalExpression", - "start": 48089, - "end": 48141, + "start": 50479, + "end": 50531, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 48089, - "end": 48107, + "start": 50479, + "end": 50497, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 79 } }, "left": { "type": "Identifier", - "start": 48089, - "end": 48097, + "start": 50479, + "end": 50487, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 69 }, "identifierName": "position" @@ -63449,15 +63585,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48102, - "end": 48107, + "start": 50492, + "end": 50497, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 74 }, "end": { - "line": 1052, + "line": 1094, "column": 79 } }, @@ -63470,29 +63606,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 48110, - "end": 48131, + "start": 50500, + "end": 50521, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 82 }, "end": { - "line": 1052, + "line": 1094, "column": 103 } }, "left": { "type": "Identifier", - "start": 48110, - "end": 48117, + "start": 50500, + "end": 50507, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 82 }, "end": { - "line": 1052, + "line": 1094, "column": 89 }, "identifierName": "_line_y" @@ -63502,15 +63638,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 48120, - "end": 48131, + "start": 50510, + "end": 50521, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 92 }, "end": { - "line": 1052, + "line": 1094, "column": 103 }, "identifierName": "line_height" @@ -63520,15 +63656,15 @@ }, "alternate": { "type": "Identifier", - "start": 48134, - "end": 48141, + "start": 50524, + "end": 50531, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 106 }, "end": { - "line": 1052, + "line": 1094, "column": 113 }, "identifierName": "_line_y" @@ -63541,57 +63677,57 @@ }, { "type": "ExpressionStatement", - "start": 48164, - "end": 48259, + "start": 50554, + "end": 50649, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 48164, - "end": 48259, + "start": 50554, + "end": 50649, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 48164, - "end": 48180, + "start": 50554, + "end": 50570, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 36 } }, "object": { "type": "Identifier", - "start": 48164, - "end": 48173, + "start": 50554, + "end": 50563, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 29 }, "identifierName": "ctx_ruler" @@ -63600,15 +63736,15 @@ }, "property": { "type": "Identifier", - "start": 48174, - "end": 48180, + "start": 50564, + "end": 50570, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 30 }, "end": { - "line": 1053, + "line": 1095, "column": 36 }, "identifierName": "lineTo" @@ -63620,29 +63756,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 48182, - "end": 48203, + "start": 50572, + "end": 50593, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 38 }, "end": { - "line": 1053, + "line": 1095, "column": 59 } }, "left": { "type": "Identifier", - "start": 48182, - "end": 48189, + "start": 50572, + "end": 50579, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 38 }, "end": { - "line": 1053, + "line": 1095, "column": 45 }, "identifierName": "_grid_x" @@ -63652,15 +63788,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48192, - "end": 48203, + "start": 50582, + "end": 50593, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 48 }, "end": { - "line": 1053, + "line": 1095, "column": 59 }, "identifierName": "_correction" @@ -63670,43 +63806,43 @@ }, { "type": "ConditionalExpression", - "start": 48205, - "end": 48257, + "start": 50595, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 48205, - "end": 48223, + "start": 50595, + "end": 50613, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 79 } }, "left": { "type": "Identifier", - "start": 48205, - "end": 48213, + "start": 50595, + "end": 50603, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 69 }, "identifierName": "position" @@ -63716,15 +63852,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48218, - "end": 48223, + "start": 50608, + "end": 50613, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 74 }, "end": { - "line": 1053, + "line": 1095, "column": 79 } }, @@ -63737,15 +63873,15 @@ }, "consequent": { "type": "Identifier", - "start": 48226, - "end": 48233, + "start": 50616, + "end": 50623, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 82 }, "end": { - "line": 1053, + "line": 1095, "column": 89 }, "identifierName": "_line_y" @@ -63754,29 +63890,29 @@ }, "alternate": { "type": "BinaryExpression", - "start": 48236, - "end": 48257, + "start": 50626, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 92 }, "end": { - "line": 1053, + "line": 1095, "column": 113 } }, "left": { "type": "Identifier", - "start": 48236, - "end": 48243, + "start": 50626, + "end": 50633, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 92 }, "end": { - "line": 1053, + "line": 1095, "column": 99 }, "identifierName": "_line_y" @@ -63786,15 +63922,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48246, - "end": 48257, + "start": 50636, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 102 }, "end": { - "line": 1053, + "line": 1095, "column": 113 }, "identifierName": "line_height" @@ -63816,57 +63952,57 @@ }, { "type": "ExpressionStatement", - "start": 48304, - "end": 48325, + "start": 50694, + "end": 50715, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 48304, - "end": 48325, + "start": 50694, + "end": 50715, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 48304, - "end": 48323, + "start": 50694, + "end": 50713, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 31 } }, "object": { "type": "Identifier", - "start": 48304, - "end": 48313, + "start": 50694, + "end": 50703, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 21 }, "identifierName": "ctx_ruler" @@ -63875,15 +64011,15 @@ }, "property": { "type": "Identifier", - "start": 48314, - "end": 48323, + "start": 50704, + "end": 50713, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 22 }, "end": { - "line": 1056, + "line": 1098, "column": 31 }, "identifierName": "closePath" @@ -63897,57 +64033,57 @@ }, { "type": "ExpressionStatement", - "start": 48338, - "end": 48356, + "start": 50728, + "end": 50746, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 48338, - "end": 48356, + "start": 50728, + "end": 50746, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 48338, - "end": 48354, + "start": 50728, + "end": 50744, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 28 } }, "object": { "type": "Identifier", - "start": 48338, - "end": 48347, + "start": 50728, + "end": 50737, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 21 }, "identifierName": "ctx_ruler" @@ -63956,15 +64092,15 @@ }, "property": { "type": "Identifier", - "start": 48348, - "end": 48354, + "start": 50738, + "end": 50744, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 22 }, "end": { - "line": 1057, + "line": 1099, "column": 28 }, "identifierName": "stroke" @@ -63978,57 +64114,57 @@ }, { "type": "ExpressionStatement", - "start": 48369, - "end": 48454, + "start": 50759, + "end": 50844, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 97 } }, "expression": { "type": "CallExpression", - "start": 48369, - "end": 48454, + "start": 50759, + "end": 50844, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 48369, - "end": 48387, + "start": 50759, + "end": 50777, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 30 } }, "object": { "type": "Identifier", - "start": 48369, - "end": 48380, + "start": 50759, + "end": 50770, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 23 }, "identifierName": "_ruler_body" @@ -64037,15 +64173,15 @@ }, "property": { "type": "Identifier", - "start": 48381, - "end": 48387, + "start": 50771, + "end": 50777, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 24 }, "end": { - "line": 1058, + "line": 1100, "column": 30 }, "identifierName": "append" @@ -64057,58 +64193,58 @@ "arguments": [ { "type": "CallExpression", - "start": 48389, - "end": 48452, + "start": 50779, + "end": 50842, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 48389, - "end": 48413, + "start": 50779, + "end": 50803, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 48389, - "end": 48393, + "start": 50779, + "end": 50783, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 36 } } }, "property": { "type": "Identifier", - "start": 48394, - "end": 48413, + "start": 50784, + "end": 50803, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 37 }, "end": { - "line": 1058, + "line": 1100, "column": 56 }, "identifierName": "_createRulerContent" @@ -64120,15 +64256,15 @@ "arguments": [ { "type": "Identifier", - "start": 48415, - "end": 48426, + "start": 50805, + "end": 50816, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 58 }, "end": { - "line": 1058, + "line": 1100, "column": 69 }, "identifierName": "_line_grids" @@ -64137,15 +64273,15 @@ }, { "type": "Identifier", - "start": 48428, - "end": 48438, + "start": 50818, + "end": 50828, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 71 }, "end": { - "line": 1058, + "line": 1100, "column": 81 }, "identifierName": "line_scale" @@ -64154,15 +64290,15 @@ }, { "type": "Identifier", - "start": 48440, - "end": 48450, + "start": 50830, + "end": 50840, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 83 }, "end": { - "line": 1058, + "line": 1100, "column": 93 }, "identifierName": "ruler_opts" @@ -64176,29 +64312,29 @@ }, { "type": "ExpressionStatement", - "start": 48467, - "end": 48480, + "start": 50857, + "end": 50870, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 25 } }, "expression": { "type": "UpdateExpression", - "start": 48467, - "end": 48480, + "start": 50857, + "end": 50870, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 25 } }, @@ -64206,15 +64342,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 48467, - "end": 48478, + "start": 50857, + "end": 50868, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 23 }, "identifierName": "_finalLines" @@ -64232,57 +64368,57 @@ }, { "type": "IfStatement", - "start": 48509, - "end": 48629, + "start": 50899, + "end": 51019, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 8 }, "end": { - "line": 1064, + "line": 1106, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48514, - "end": 48546, + "start": 50904, + "end": 50936, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 48514, - "end": 48531, + "start": 50904, + "end": 50921, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 30 } }, "object": { "type": "Identifier", - "start": 48514, - "end": 48524, + "start": 50904, + "end": 50914, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 23 }, "identifierName": "ruler_line" @@ -64291,15 +64427,15 @@ }, "property": { "type": "Identifier", - "start": 48525, - "end": 48531, + "start": 50915, + "end": 50921, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 24 }, "end": { - "line": 1062, + "line": 1104, "column": 30 }, "identifierName": "length" @@ -64311,15 +64447,15 @@ "operator": "!=", "right": { "type": "Identifier", - "start": 48535, - "end": 48546, + "start": 50925, + "end": 50936, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 34 }, "end": { - "line": 1062, + "line": 1104, "column": 45 }, "identifierName": "_finalLines" @@ -64329,72 +64465,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 48549, - "end": 48629, + "start": 50939, + "end": 51019, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 48 }, "end": { - "line": 1064, + "line": 1106, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 48563, - "end": 48619, + "start": 50953, + "end": 51009, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 48563, - "end": 48619, + "start": 50953, + "end": 51009, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 48563, - "end": 48573, + "start": 50953, + "end": 50963, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 22 } }, "object": { "type": "Identifier", - "start": 48563, - "end": 48569, + "start": 50953, + "end": 50959, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 18 }, "identifierName": "_ruler" @@ -64403,15 +64539,15 @@ }, "property": { "type": "Identifier", - "start": 48570, - "end": 48573, + "start": 50960, + "end": 50963, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 19 }, "end": { - "line": 1063, + "line": 1105, "column": 22 }, "identifierName": "css" @@ -64423,15 +64559,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 48575, - "end": 48583, + "start": 50965, + "end": 50973, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 24 }, "end": { - "line": 1063, + "line": 1105, "column": 32 } }, @@ -64443,44 +64579,44 @@ }, { "type": "TemplateLiteral", - "start": 48585, - "end": 48617, + "start": 50975, + "end": 51007, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 34 }, "end": { - "line": 1063, + "line": 1105, "column": 66 } }, "expressions": [ { "type": "BinaryExpression", - "start": 48588, - "end": 48613, + "start": 50978, + "end": 51003, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 37 }, "end": { - "line": 1063, + "line": 1105, "column": 62 } }, "left": { "type": "Identifier", - "start": 48588, - "end": 48599, + "start": 50978, + "end": 50989, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 37 }, "end": { - "line": 1063, + "line": 1105, "column": 48 }, "identifierName": "_finalLines" @@ -64490,15 +64626,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 48602, - "end": 48613, + "start": 50992, + "end": 51003, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 51 }, "end": { - "line": 1063, + "line": 1105, "column": 62 }, "identifierName": "line_height" @@ -64510,15 +64646,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 48586, - "end": 48586, + "start": 50976, + "end": 50976, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 35 }, "end": { - "line": 1063, + "line": 1105, "column": 35 } }, @@ -64530,15 +64666,15 @@ }, { "type": "TemplateElement", - "start": 48614, - "end": 48616, + "start": 51004, + "end": 51006, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 63 }, "end": { - "line": 1063, + "line": 1105, "column": 65 } }, @@ -64560,85 +64696,85 @@ }, { "type": "ReturnStatement", - "start": 48647, - "end": 48702, + "start": 51037, + "end": 51092, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 8 }, "end": { - "line": 1066, + "line": 1108, "column": 63 } }, "argument": { "type": "CallExpression", - "start": 48654, - "end": 48702, + "start": 51044, + "end": 51092, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 48654, - "end": 48687, + "start": 51044, + "end": 51077, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 48 } }, "object": { "type": "CallExpression", - "start": 48654, - "end": 48680, + "start": 51044, + "end": 51070, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 48654, - "end": 48667, + "start": 51044, + "end": 51057, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 28 } }, "object": { "type": "Identifier", - "start": 48654, - "end": 48660, + "start": 51044, + "end": 51050, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 21 }, "identifierName": "_ruler" @@ -64647,15 +64783,15 @@ }, "property": { "type": "Identifier", - "start": 48661, - "end": 48667, + "start": 51051, + "end": 51057, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 22 }, "end": { - "line": 1066, + "line": 1108, "column": 28 }, "identifierName": "append" @@ -64667,15 +64803,15 @@ "arguments": [ { "type": "Identifier", - "start": 48669, - "end": 48678, + "start": 51059, + "end": 51068, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 30 }, "end": { - "line": 1066, + "line": 1108, "column": 39 }, "identifierName": "_ruler_bg" @@ -64686,15 +64822,15 @@ }, "property": { "type": "Identifier", - "start": 48681, - "end": 48687, + "start": 51071, + "end": 51077, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 42 }, "end": { - "line": 1066, + "line": 1108, "column": 48 }, "identifierName": "append" @@ -64706,15 +64842,15 @@ "arguments": [ { "type": "Identifier", - "start": 48689, - "end": 48700, + "start": 51079, + "end": 51090, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 50 }, "end": { - "line": 1066, + "line": 1108, "column": 61 }, "identifierName": "_ruler_body" @@ -64732,15 +64868,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -64750,15 +64886,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -64767,15 +64903,15 @@ }, { "type": "ClassMethod", - "start": 48885, - "end": 53686, + "start": 51275, + "end": 56076, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 4 }, "end": { - "line": 1168, + "line": 1210, "column": 5 } }, @@ -64783,15 +64919,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48885, - "end": 48905, + "start": 51275, + "end": 51295, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 4 }, "end": { - "line": 1075, + "line": 1117, "column": 24 }, "identifierName": "_filterVariableScale" @@ -64807,15 +64943,15 @@ "params": [ { "type": "Identifier", - "start": 48907, - "end": 48919, + "start": 51297, + "end": 51309, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 26 }, "end": { - "line": 1075, + "line": 1117, "column": 38 }, "identifierName": "target_scale" @@ -64825,59 +64961,59 @@ ], "body": { "type": "BlockStatement", - "start": 48922, - "end": 53686, + "start": 51312, + "end": 56076, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 41 }, "end": { - "line": 1168, + "line": 1210, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 48932, - "end": 49132, + "start": 51322, + "end": 51522, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 8 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 48936, - "end": 48957, + "start": 51326, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 12 }, "end": { - "line": 1076, + "line": 1118, "column": 33 } }, "id": { "type": "Identifier", - "start": 48936, - "end": 48941, + "start": 51326, + "end": 51331, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 12 }, "end": { - "line": 1076, + "line": 1118, "column": 17 }, "identifierName": "_opts" @@ -64886,44 +65022,44 @@ }, "init": { "type": "MemberExpression", - "start": 48945, - "end": 48957, + "start": 51335, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 21 }, "end": { - "line": 1076, + "line": 1118, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48945, - "end": 48949, + "start": 51335, + "end": 51339, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 21 }, "end": { - "line": 1076, + "line": 1118, "column": 25 } } }, "property": { "type": "Identifier", - "start": 48950, - "end": 48957, + "start": 51340, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 26 }, "end": { - "line": 1076, + "line": 1118, "column": 33 }, "identifierName": "_config" @@ -64935,29 +65071,29 @@ }, { "type": "VariableDeclarator", - "start": 48971, - "end": 48999, + "start": 51361, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 12 }, "end": { - "line": 1077, + "line": 1119, "column": 40 } }, "id": { "type": "Identifier", - "start": 48971, - "end": 48977, + "start": 51361, + "end": 51367, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 12 }, "end": { - "line": 1077, + "line": 1119, "column": 18 }, "identifierName": "_props" @@ -64966,44 +65102,44 @@ }, "init": { "type": "MemberExpression", - "start": 48980, - "end": 48999, + "start": 51370, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 21 }, "end": { - "line": 1077, + "line": 1119, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 48980, - "end": 48984, + "start": 51370, + "end": 51374, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 21 }, "end": { - "line": 1077, + "line": 1119, "column": 25 } } }, "property": { "type": "Identifier", - "start": 48985, - "end": 48999, + "start": 51375, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 26 }, "end": { - "line": 1077, + "line": 1119, "column": 40 }, "identifierName": "_instanceProps" @@ -65015,29 +65151,29 @@ }, { "type": "VariableDeclarator", - "start": 49013, - "end": 49064, + "start": 51403, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 12 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, "id": { "type": "Identifier", - "start": 49013, - "end": 49016, + "start": 51403, + "end": 51406, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 12 }, "end": { - "line": 1078, + "line": 1120, "column": 15 }, "identifierName": "_bc" @@ -65046,57 +65182,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 49022, - "end": 49064, + "start": 51412, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, "test": { "type": "CallExpression", - "start": 49022, - "end": 49053, + "start": 51412, + "end": 51443, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 49022, - "end": 49038, + "start": 51412, + "end": 51428, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 49022, - "end": 49033, + "start": 51412, + "end": 51423, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 32 } }, @@ -65108,15 +65244,15 @@ }, "property": { "type": "Identifier", - "start": 49034, - "end": 49038, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 33 }, "end": { - "line": 1078, + "line": 1120, "column": 37 }, "identifierName": "test" @@ -65128,29 +65264,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49040, - "end": 49051, + "start": 51430, + "end": 51441, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 39 }, "end": { - "line": 1078, + "line": 1120, "column": 50 } }, "object": { "type": "Identifier", - "start": 49040, - "end": 49045, + "start": 51430, + "end": 51435, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 39 }, "end": { - "line": 1078, + "line": 1120, "column": 44 }, "identifierName": "_opts" @@ -65159,15 +65295,15 @@ }, "property": { "type": "Identifier", - "start": 49046, - "end": 49051, + "start": 51436, + "end": 51441, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 45 }, "end": { - "line": 1078, + "line": 1120, "column": 50 }, "identifierName": "scale" @@ -65180,15 +65316,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 49056, - "end": 49059, + "start": 51446, + "end": 51449, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 55 }, "end": { - "line": 1078, + "line": 1120, "column": 58 } }, @@ -65200,15 +65336,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 49062, - "end": 49064, + "start": 51452, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 61 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, @@ -65222,29 +65358,29 @@ }, { "type": "VariableDeclarator", - "start": 49078, - "end": 49107, + "start": 51468, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 12 }, "end": { - "line": 1079, + "line": 1121, "column": 41 } }, "id": { "type": "Identifier", - "start": 49078, - "end": 49084, + "start": 51468, + "end": 51474, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 12 }, "end": { - "line": 1079, + "line": 1121, "column": 18 }, "identifierName": "scales" @@ -65253,29 +65389,29 @@ }, "init": { "type": "MemberExpression", - "start": 49087, - "end": 49107, + "start": 51477, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 21 }, "end": { - "line": 1079, + "line": 1121, "column": 41 } }, "object": { "type": "Identifier", - "start": 49087, - "end": 49093, + "start": 51477, + "end": 51483, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 21 }, "end": { - "line": 1079, + "line": 1121, "column": 27 }, "identifierName": "_props" @@ -65284,15 +65420,15 @@ }, "property": { "type": "Identifier", - "start": 49094, - "end": 49107, + "start": 51484, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 28 }, "end": { - "line": 1079, + "line": 1121, "column": 41 }, "identifierName": "variableScale" @@ -65304,29 +65440,29 @@ }, { "type": "VariableDeclarator", - "start": 49121, - "end": 49132, + "start": 51511, + "end": 51522, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 12 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, "id": { "type": "Identifier", - "start": 49121, - "end": 49127, + "start": 51511, + "end": 51517, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 12 }, "end": { - "line": 1080, + "line": 1122, "column": 18 }, "identifierName": "retObj" @@ -65335,15 +65471,15 @@ }, "init": { "type": "ObjectExpression", - "start": 49130, - "end": 49132, + "start": 51520, + "end": 51522, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 21 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, @@ -65355,58 +65491,58 @@ }, { "type": "ForOfStatement", - "start": 49150, - "end": 53649, + "start": 51540, + "end": 56039, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 8 }, "end": { - "line": 1165, + "line": 1207, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 49156, - "end": 49163, + "start": 51546, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 14 }, "end": { - "line": 1082, + "line": 1124, "column": 21 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 49160, - "end": 49163, + "start": 51550, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 18 }, "end": { - "line": 1082, + "line": 1124, "column": 21 } }, "id": { "type": "Identifier", - "start": 49160, - "end": 49163, + "start": 51550, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 18 }, "end": { - "line": 1082, + "line": 1124, "column": 21 }, "identifierName": "_dt" @@ -65420,43 +65556,43 @@ }, "right": { "type": "CallExpression", - "start": 49167, - "end": 49188, + "start": 51557, + "end": 51578, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 49167, - "end": 49178, + "start": 51557, + "end": 51568, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 36 } }, "object": { "type": "Identifier", - "start": 49167, - "end": 49173, + "start": 51557, + "end": 51563, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 31 }, "identifierName": "Object" @@ -65465,15 +65601,15 @@ }, "property": { "type": "Identifier", - "start": 49174, - "end": 49178, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 32 }, "end": { - "line": 1082, + "line": 1124, "column": 36 }, "identifierName": "keys" @@ -65485,15 +65621,15 @@ "arguments": [ { "type": "Identifier", - "start": 49180, - "end": 49186, + "start": 51570, + "end": 51576, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 38 }, "end": { - "line": 1082, + "line": 1124, "column": 44 }, "identifierName": "scales" @@ -65504,59 +65640,59 @@ }, "body": { "type": "BlockStatement", - "start": 49191, - "end": 53649, + "start": 51581, + "end": 56039, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 49 }, "end": { - "line": 1165, + "line": 1207, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 49205, - "end": 49379, + "start": 51595, + "end": 51769, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 12 }, "end": { - "line": 1086, + "line": 1128, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 49209, - "end": 49232, + "start": 51599, + "end": 51622, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 16 }, "end": { - "line": 1083, + "line": 1125, "column": 39 } }, "id": { "type": "Identifier", - "start": 49209, - "end": 49214, + "start": 51599, + "end": 51604, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 16 }, "end": { - "line": 1083, + "line": 1125, "column": 21 }, "identifierName": "_days" @@ -65565,29 +65701,29 @@ }, "init": { "type": "MemberExpression", - "start": 49221, - "end": 49232, + "start": 51611, + "end": 51622, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 28 }, "end": { - "line": 1083, + "line": 1125, "column": 39 } }, "object": { "type": "Identifier", - "start": 49221, - "end": 49227, + "start": 51611, + "end": 51617, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 28 }, "end": { - "line": 1083, + "line": 1125, "column": 34 }, "identifierName": "scales" @@ -65596,15 +65732,15 @@ }, "property": { "type": "Identifier", - "start": 49228, - "end": 49231, + "start": 51618, + "end": 51621, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 35 }, "end": { - "line": 1083, + "line": 1125, "column": 38 }, "identifierName": "_dt" @@ -65616,29 +65752,29 @@ }, { "type": "VariableDeclarator", - "start": 49250, - "end": 49316, + "start": 51640, + "end": 51706, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 16 }, "end": { - "line": 1084, + "line": 1126, "column": 82 } }, "id": { "type": "Identifier", - "start": 49250, - "end": 49259, + "start": 51640, + "end": 51649, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 16 }, "end": { - "line": 1084, + "line": 1126, "column": 25 }, "identifierName": "grid_size" @@ -65647,58 +65783,58 @@ }, "init": { "type": "CallExpression", - "start": 49262, - "end": 49316, + "start": 51652, + "end": 51706, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 49262, - "end": 49275, + "start": 51652, + "end": 51665, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 49262, - "end": 49266, + "start": 51652, + "end": 51656, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 32 } } }, "property": { "type": "Identifier", - "start": 49267, - "end": 49275, + "start": 51657, + "end": 51665, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 33 }, "end": { - "line": 1084, + "line": 1126, "column": 41 }, "identifierName": "numRound" @@ -65710,43 +65846,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 49277, - "end": 49311, + "start": 51667, + "end": 51701, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 43 }, "end": { - "line": 1084, + "line": 1126, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 49279, - "end": 49303, + "start": 51669, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 45 }, "end": { - "line": 1084, + "line": 1126, "column": 69 } }, "left": { "type": "Identifier", - "start": 49279, - "end": 49284, + "start": 51669, + "end": 51674, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 45 }, "end": { - "line": 1084, + "line": 1126, "column": 50 }, "identifierName": "_days" @@ -65756,29 +65892,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 49287, - "end": 49303, + "start": 51677, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 53 }, "end": { - "line": 1084, + "line": 1126, "column": 69 } }, "object": { "type": "Identifier", - "start": 49287, - "end": 49293, + "start": 51677, + "end": 51683, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 53 }, "end": { - "line": 1084, + "line": 1126, "column": 59 }, "identifierName": "_props" @@ -65787,15 +65923,15 @@ }, "property": { "type": "Identifier", - "start": 49294, - "end": 49303, + "start": 51684, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 60 }, "end": { - "line": 1084, + "line": 1126, "column": 69 }, "identifierName": "scaleSize" @@ -65806,21 +65942,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 49277 + "parenStart": 51667 } }, "operator": "/", "right": { "type": "Identifier", - "start": 49308, - "end": 49311, + "start": 51698, + "end": 51701, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 74 }, "end": { - "line": 1084, + "line": 1126, "column": 77 }, "identifierName": "_bc" @@ -65830,15 +65966,15 @@ }, { "type": "NumericLiteral", - "start": 49313, - "end": 49314, + "start": 51703, + "end": 51704, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 79 }, "end": { - "line": 1084, + "line": 1126, "column": 80 } }, @@ -65853,29 +65989,29 @@ }, { "type": "VariableDeclarator", - "start": 49334, - "end": 49350, + "start": 51724, + "end": 51740, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 16 }, "end": { - "line": 1085, + "line": 1127, "column": 32 } }, "id": { "type": "Identifier", - "start": 49334, - "end": 49341, + "start": 51724, + "end": 51731, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 16 }, "end": { - "line": 1085, + "line": 1127, "column": 23 }, "identifierName": "_newKey" @@ -65884,15 +66020,15 @@ }, "init": { "type": "NullLiteral", - "start": 49346, - "end": 49350, + "start": 51736, + "end": 51740, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 28 }, "end": { - "line": 1085, + "line": 1127, "column": 32 } } @@ -65900,29 +66036,29 @@ }, { "type": "VariableDeclarator", - "start": 49368, - "end": 49372, + "start": 51758, + "end": 51762, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 16 }, "end": { - "line": 1086, + "line": 1128, "column": 20 } }, "id": { "type": "Identifier", - "start": 49368, - "end": 49372, + "start": 51758, + "end": 51762, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 16 }, "end": { - "line": 1086, + "line": 1128, "column": 20 }, "identifierName": "_arr" @@ -65933,29 +66069,29 @@ }, { "type": "VariableDeclarator", - "start": 49374, - "end": 49379, + "start": 51764, + "end": 51769, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 22 }, "end": { - "line": 1086, + "line": 1128, "column": 27 } }, "id": { "type": "Identifier", - "start": 49374, - "end": 49379, + "start": 51764, + "end": 51769, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 22 }, "end": { - "line": 1086, + "line": 1128, "column": 27 }, "identifierName": "_temp" @@ -65973,15 +66109,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -65990,29 +66126,29 @@ }, { "type": "SwitchStatement", - "start": 49505, - "end": 53639, + "start": 51895, + "end": 56029, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 12 }, "end": { - "line": 1164, + "line": 1206, "column": 13 } }, "discriminant": { "type": "BooleanLiteral", - "start": 49514, - "end": 49518, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 21 }, "end": { - "line": 1089, + "line": 1131, "column": 25 } }, @@ -66022,59 +66158,59 @@ "cases": [ { "type": "SwitchCase", - "start": 49539, - "end": 49953, + "start": 51929, + "end": 52343, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 16 }, "end": { - "line": 1098, + "line": 1140, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 49614, - "end": 49688, + "start": 52004, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 49614, - "end": 49688, + "start": 52004, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "operator": "=", "left": { "type": "Identifier", - "start": 49614, - "end": 49621, + "start": 52004, + "end": 52011, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 27 }, "identifierName": "_newKey" @@ -66083,43 +66219,43 @@ }, "right": { "type": "CallExpression", - "start": 49624, - "end": 49688, + "start": 52014, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 49624, - "end": 49633, + "start": 52014, + "end": 52023, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 39 } }, "object": { "type": "Identifier", - "start": 49624, - "end": 49628, + "start": 52014, + "end": 52018, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 34 }, "identifierName": "Math" @@ -66128,15 +66264,15 @@ }, "property": { "type": "Identifier", - "start": 49629, - "end": 49633, + "start": 52019, + "end": 52023, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 35 }, "end": { - "line": 1091, + "line": 1133, "column": 39 }, "identifierName": "ceil" @@ -66148,100 +66284,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 49635, - "end": 49686, + "start": 52025, + "end": 52076, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 92 } }, "left": { "type": "CallExpression", - "start": 49635, - "end": 49679, + "start": 52025, + "end": 52069, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 49635, - "end": 49677, + "start": 52025, + "end": 52067, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 83 } }, "object": { "type": "CallExpression", - "start": 49635, - "end": 49665, + "start": 52025, + "end": 52055, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 49635, - "end": 49658, + "start": 52025, + "end": 52048, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 49635, - "end": 49639, + "start": 52025, + "end": 52029, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 45 } } }, "property": { "type": "Identifier", - "start": 49640, - "end": 49658, + "start": 52030, + "end": 52048, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 46 }, "end": { - "line": 1091, + "line": 1133, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -66253,15 +66389,15 @@ "arguments": [ { "type": "Identifier", - "start": 49660, - "end": 49663, + "start": 52050, + "end": 52053, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 66 }, "end": { - "line": 1091, + "line": 1133, "column": 69 }, "identifierName": "_dt" @@ -66272,15 +66408,15 @@ }, "property": { "type": "Identifier", - "start": 49666, - "end": 49677, + "start": 52056, + "end": 52067, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 72 }, "end": { - "line": 1091, + "line": 1133, "column": 83 }, "identifierName": "getFullYear" @@ -66294,15 +66430,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 49682, - "end": 49686, + "start": 52072, + "end": 52076, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 88 }, "end": { - "line": 1091, + "line": 1133, "column": 92 } }, @@ -66319,57 +66455,57 @@ }, { "type": "IfStatement", - "start": 49730, - "end": 49927, + "start": 52120, + "end": 52317, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 20 }, "end": { - "line": 1097, + "line": 1139, "column": 21 } }, "test": { "type": "CallExpression", - "start": 49735, - "end": 49767, + "start": 52125, + "end": 52157, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 49735, - "end": 49756, + "start": 52125, + "end": 52146, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 46 } }, "object": { "type": "Identifier", - "start": 49735, - "end": 49741, + "start": 52125, + "end": 52131, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 31 }, "identifierName": "retObj" @@ -66378,15 +66514,15 @@ }, "property": { "type": "Identifier", - "start": 49742, - "end": 49756, + "start": 52132, + "end": 52146, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 32 }, "end": { - "line": 1093, + "line": 1135, "column": 46 }, "identifierName": "hasOwnProperty" @@ -66398,15 +66534,15 @@ "arguments": [ { "type": "Identifier", - "start": 49758, - "end": 49765, + "start": 52148, + "end": 52155, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 48 }, "end": { - "line": 1093, + "line": 1135, "column": 55 }, "identifierName": "_newKey" @@ -66417,73 +66553,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 49770, - "end": 49846, + "start": 52160, + "end": 52236, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 60 }, "end": { - "line": 1095, + "line": 1137, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 49796, - "end": 49824, + "start": 52186, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 49796, - "end": 49824, + "start": 52186, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 49796, - "end": 49811, + "start": 52186, + "end": 52201, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 39 } }, "object": { "type": "Identifier", - "start": 49796, - "end": 49802, + "start": 52186, + "end": 52192, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 30 }, "identifierName": "retObj" @@ -66492,15 +66628,15 @@ }, "property": { "type": "Identifier", - "start": 49803, - "end": 49810, + "start": 52193, + "end": 52200, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 31 }, "end": { - "line": 1094, + "line": 1136, "column": 38 }, "identifierName": "_newKey" @@ -66511,15 +66647,15 @@ }, "right": { "type": "Identifier", - "start": 49815, - "end": 49824, + "start": 52205, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 43 }, "end": { - "line": 1094, + "line": 1136, "column": 52 }, "identifierName": "grid_size" @@ -66533,73 +66669,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 49852, - "end": 49927, + "start": 52242, + "end": 52317, "loc": { "start": { - "line": 1095, + "line": 1137, "column": 27 }, "end": { - "line": 1097, + "line": 1139, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 49878, - "end": 49905, + "start": 52268, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 49878, - "end": 49905, + "start": 52268, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 49878, - "end": 49893, + "start": 52268, + "end": 52283, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 39 } }, "object": { "type": "Identifier", - "start": 49878, - "end": 49884, + "start": 52268, + "end": 52274, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 30 }, "identifierName": "retObj" @@ -66608,15 +66744,15 @@ }, "property": { "type": "Identifier", - "start": 49885, - "end": 49892, + "start": 52275, + "end": 52282, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 31 }, "end": { - "line": 1096, + "line": 1138, "column": 38 }, "identifierName": "_newKey" @@ -66627,15 +66763,15 @@ }, "right": { "type": "Identifier", - "start": 49896, - "end": 49905, + "start": 52286, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 42 }, "end": { - "line": 1096, + "line": 1138, "column": 51 }, "identifierName": "grid_size" @@ -66650,15 +66786,15 @@ }, { "type": "BreakStatement", - "start": 49948, - "end": 49953, + "start": 52338, + "end": 52343, "loc": { "start": { - "line": 1098, + "line": 1140, "column": 20 }, "end": { - "line": 1098, + "line": 1140, "column": 25 } }, @@ -66667,43 +66803,43 @@ ], "test": { "type": "CallExpression", - "start": 49544, - "end": 49592, + "start": 51934, + "end": 51982, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 49544, - "end": 49576, + "start": 51934, + "end": 51966, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 53 } }, "object": { "type": "RegExpLiteral", - "start": 49544, - "end": 49571, + "start": 51934, + "end": 51961, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 48 } }, @@ -66715,15 +66851,15 @@ }, "property": { "type": "Identifier", - "start": 49572, - "end": 49576, + "start": 51962, + "end": 51966, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 49 }, "end": { - "line": 1090, + "line": 1132, "column": 53 }, "identifierName": "test" @@ -66735,15 +66871,15 @@ "arguments": [ { "type": "Identifier", - "start": 49578, - "end": 49590, + "start": 51968, + "end": 51980, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 55 }, "end": { - "line": 1090, + "line": 1132, "column": 67 }, "identifierName": "target_scale" @@ -66755,59 +66891,59 @@ }, { "type": "SwitchCase", - "start": 49970, - "end": 50368, + "start": 52360, + "end": 52758, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 16 }, "end": { - "line": 1107, + "line": 1149, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50030, - "end": 50103, + "start": 52420, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 50030, - "end": 50103, + "start": 52420, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50030, - "end": 50037, + "start": 52420, + "end": 52427, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 27 }, "identifierName": "_newKey" @@ -66816,43 +66952,43 @@ }, "right": { "type": "CallExpression", - "start": 50040, - "end": 50103, + "start": 52430, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 50040, - "end": 50049, + "start": 52430, + "end": 52439, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 39 } }, "object": { "type": "Identifier", - "start": 50040, - "end": 50044, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 34 }, "identifierName": "Math" @@ -66861,15 +66997,15 @@ }, "property": { "type": "Identifier", - "start": 50045, - "end": 50049, + "start": 52435, + "end": 52439, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 35 }, "end": { - "line": 1100, + "line": 1142, "column": 39 }, "identifierName": "ceil" @@ -66881,100 +67017,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50051, - "end": 50101, + "start": 52441, + "end": 52491, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 91 } }, "left": { "type": "CallExpression", - "start": 50051, - "end": 50095, + "start": 52441, + "end": 52485, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50051, - "end": 50093, + "start": 52441, + "end": 52483, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50051, - "end": 50081, + "start": 52441, + "end": 52471, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50051, - "end": 50074, + "start": 52441, + "end": 52464, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50051, - "end": 50055, + "start": 52441, + "end": 52445, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50056, - "end": 50074, + "start": 52446, + "end": 52464, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 46 }, "end": { - "line": 1100, + "line": 1142, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -66986,15 +67122,15 @@ "arguments": [ { "type": "Identifier", - "start": 50076, - "end": 50079, + "start": 52466, + "end": 52469, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 66 }, "end": { - "line": 1100, + "line": 1142, "column": 69 }, "identifierName": "_dt" @@ -67005,15 +67141,15 @@ }, "property": { "type": "Identifier", - "start": 50082, - "end": 50093, + "start": 52472, + "end": 52483, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 72 }, "end": { - "line": 1100, + "line": 1142, "column": 83 }, "identifierName": "getFullYear" @@ -67027,15 +67163,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50098, - "end": 50101, + "start": 52488, + "end": 52491, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 88 }, "end": { - "line": 1100, + "line": 1142, "column": 91 } }, @@ -67052,57 +67188,57 @@ }, { "type": "IfStatement", - "start": 50145, - "end": 50342, + "start": 52535, + "end": 52732, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 20 }, "end": { - "line": 1106, + "line": 1148, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50150, - "end": 50182, + "start": 52540, + "end": 52572, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50150, - "end": 50171, + "start": 52540, + "end": 52561, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 46 } }, "object": { "type": "Identifier", - "start": 50150, - "end": 50156, + "start": 52540, + "end": 52546, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 31 }, "identifierName": "retObj" @@ -67111,15 +67247,15 @@ }, "property": { "type": "Identifier", - "start": 50157, - "end": 50171, + "start": 52547, + "end": 52561, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 32 }, "end": { - "line": 1102, + "line": 1144, "column": 46 }, "identifierName": "hasOwnProperty" @@ -67131,15 +67267,15 @@ "arguments": [ { "type": "Identifier", - "start": 50173, - "end": 50180, + "start": 52563, + "end": 52570, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 48 }, "end": { - "line": 1102, + "line": 1144, "column": 55 }, "identifierName": "_newKey" @@ -67150,73 +67286,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50185, - "end": 50261, + "start": 52575, + "end": 52651, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 60 }, "end": { - "line": 1104, + "line": 1146, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50211, - "end": 50239, + "start": 52601, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 50211, - "end": 50239, + "start": 52601, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 50211, - "end": 50226, + "start": 52601, + "end": 52616, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 39 } }, "object": { "type": "Identifier", - "start": 50211, - "end": 50217, + "start": 52601, + "end": 52607, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 30 }, "identifierName": "retObj" @@ -67225,15 +67361,15 @@ }, "property": { "type": "Identifier", - "start": 50218, - "end": 50225, + "start": 52608, + "end": 52615, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 31 }, "end": { - "line": 1103, + "line": 1145, "column": 38 }, "identifierName": "_newKey" @@ -67244,15 +67380,15 @@ }, "right": { "type": "Identifier", - "start": 50230, - "end": 50239, + "start": 52620, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 43 }, "end": { - "line": 1103, + "line": 1145, "column": 52 }, "identifierName": "grid_size" @@ -67266,73 +67402,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 50267, - "end": 50342, + "start": 52657, + "end": 52732, "loc": { "start": { - "line": 1104, + "line": 1146, "column": 27 }, "end": { - "line": 1106, + "line": 1148, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50293, - "end": 50320, + "start": 52683, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 50293, - "end": 50320, + "start": 52683, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50293, - "end": 50308, + "start": 52683, + "end": 52698, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 39 } }, "object": { "type": "Identifier", - "start": 50293, - "end": 50299, + "start": 52683, + "end": 52689, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 30 }, "identifierName": "retObj" @@ -67341,15 +67477,15 @@ }, "property": { "type": "Identifier", - "start": 50300, - "end": 50307, + "start": 52690, + "end": 52697, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 31 }, "end": { - "line": 1105, + "line": 1147, "column": 38 }, "identifierName": "_newKey" @@ -67360,15 +67496,15 @@ }, "right": { "type": "Identifier", - "start": 50311, - "end": 50320, + "start": 52701, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 42 }, "end": { - "line": 1105, + "line": 1147, "column": 51 }, "identifierName": "grid_size" @@ -67383,15 +67519,15 @@ }, { "type": "BreakStatement", - "start": 50363, - "end": 50368, + "start": 52753, + "end": 52758, "loc": { "start": { - "line": 1107, + "line": 1149, "column": 20 }, "end": { - "line": 1107, + "line": 1149, "column": 25 } }, @@ -67400,43 +67536,43 @@ ], "test": { "type": "CallExpression", - "start": 49975, - "end": 50008, + "start": 52365, + "end": 52398, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 49975, - "end": 49992, + "start": 52365, + "end": 52382, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 49975, - "end": 49987, + "start": 52365, + "end": 52377, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 33 } }, @@ -67448,15 +67584,15 @@ }, "property": { "type": "Identifier", - "start": 49988, - "end": 49992, + "start": 52378, + "end": 52382, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 34 }, "end": { - "line": 1099, + "line": 1141, "column": 38 }, "identifierName": "test" @@ -67468,15 +67604,15 @@ "arguments": [ { "type": "Identifier", - "start": 49994, - "end": 50006, + "start": 52384, + "end": 52396, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 40 }, "end": { - "line": 1099, + "line": 1141, "column": 52 }, "identifierName": "target_scale" @@ -67488,59 +67624,59 @@ }, { "type": "SwitchCase", - "start": 50385, - "end": 50790, + "start": 52775, + "end": 53180, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 16 }, "end": { - "line": 1116, + "line": 1158, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50453, - "end": 50525, + "start": 52843, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 50453, - "end": 50525, + "start": 52843, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50453, - "end": 50460, + "start": 52843, + "end": 52850, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 27 }, "identifierName": "_newKey" @@ -67549,43 +67685,43 @@ }, "right": { "type": "CallExpression", - "start": 50463, - "end": 50525, + "start": 52853, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 50463, - "end": 50472, + "start": 52853, + "end": 52862, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 39 } }, "object": { "type": "Identifier", - "start": 50463, - "end": 50467, + "start": 52853, + "end": 52857, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 34 }, "identifierName": "Math" @@ -67594,15 +67730,15 @@ }, "property": { "type": "Identifier", - "start": 50468, - "end": 50472, + "start": 52858, + "end": 52862, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 35 }, "end": { - "line": 1109, + "line": 1151, "column": 39 }, "identifierName": "ceil" @@ -67614,100 +67750,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50474, - "end": 50523, + "start": 52864, + "end": 52913, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 90 } }, "left": { "type": "CallExpression", - "start": 50474, - "end": 50518, + "start": 52864, + "end": 52908, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50474, - "end": 50516, + "start": 52864, + "end": 52906, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50474, - "end": 50504, + "start": 52864, + "end": 52894, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50474, - "end": 50497, + "start": 52864, + "end": 52887, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50474, - "end": 50478, + "start": 52864, + "end": 52868, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50479, - "end": 50497, + "start": 52869, + "end": 52887, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 46 }, "end": { - "line": 1109, + "line": 1151, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -67719,15 +67855,15 @@ "arguments": [ { "type": "Identifier", - "start": 50499, - "end": 50502, + "start": 52889, + "end": 52892, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 66 }, "end": { - "line": 1109, + "line": 1151, "column": 69 }, "identifierName": "_dt" @@ -67738,15 +67874,15 @@ }, "property": { "type": "Identifier", - "start": 50505, - "end": 50516, + "start": 52895, + "end": 52906, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 72 }, "end": { - "line": 1109, + "line": 1151, "column": 83 }, "identifierName": "getFullYear" @@ -67760,15 +67896,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50521, - "end": 50523, + "start": 52911, + "end": 52913, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 88 }, "end": { - "line": 1109, + "line": 1151, "column": 90 } }, @@ -67785,57 +67921,57 @@ }, { "type": "IfStatement", - "start": 50567, - "end": 50764, + "start": 52957, + "end": 53154, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 20 }, "end": { - "line": 1115, + "line": 1157, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50572, - "end": 50604, + "start": 52962, + "end": 52994, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50572, - "end": 50593, + "start": 52962, + "end": 52983, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 46 } }, "object": { "type": "Identifier", - "start": 50572, - "end": 50578, + "start": 52962, + "end": 52968, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 31 }, "identifierName": "retObj" @@ -67844,15 +67980,15 @@ }, "property": { "type": "Identifier", - "start": 50579, - "end": 50593, + "start": 52969, + "end": 52983, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 32 }, "end": { - "line": 1111, + "line": 1153, "column": 46 }, "identifierName": "hasOwnProperty" @@ -67864,15 +68000,15 @@ "arguments": [ { "type": "Identifier", - "start": 50595, - "end": 50602, + "start": 52985, + "end": 52992, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 48 }, "end": { - "line": 1111, + "line": 1153, "column": 55 }, "identifierName": "_newKey" @@ -67883,73 +68019,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50607, - "end": 50683, + "start": 52997, + "end": 53073, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 60 }, "end": { - "line": 1113, + "line": 1155, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50633, - "end": 50661, + "start": 53023, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 50633, - "end": 50661, + "start": 53023, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 50633, - "end": 50648, + "start": 53023, + "end": 53038, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 39 } }, "object": { "type": "Identifier", - "start": 50633, - "end": 50639, + "start": 53023, + "end": 53029, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 30 }, "identifierName": "retObj" @@ -67958,15 +68094,15 @@ }, "property": { "type": "Identifier", - "start": 50640, - "end": 50647, + "start": 53030, + "end": 53037, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 31 }, "end": { - "line": 1112, + "line": 1154, "column": 38 }, "identifierName": "_newKey" @@ -67977,15 +68113,15 @@ }, "right": { "type": "Identifier", - "start": 50652, - "end": 50661, + "start": 53042, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 43 }, "end": { - "line": 1112, + "line": 1154, "column": 52 }, "identifierName": "grid_size" @@ -67999,73 +68135,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 50689, - "end": 50764, + "start": 53079, + "end": 53154, "loc": { "start": { - "line": 1113, + "line": 1155, "column": 27 }, "end": { - "line": 1115, + "line": 1157, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50715, - "end": 50742, + "start": 53105, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 50715, - "end": 50742, + "start": 53105, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50715, - "end": 50730, + "start": 53105, + "end": 53120, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 39 } }, "object": { "type": "Identifier", - "start": 50715, - "end": 50721, + "start": 53105, + "end": 53111, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 30 }, "identifierName": "retObj" @@ -68074,15 +68210,15 @@ }, "property": { "type": "Identifier", - "start": 50722, - "end": 50729, + "start": 53112, + "end": 53119, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 31 }, "end": { - "line": 1114, + "line": 1156, "column": 38 }, "identifierName": "_newKey" @@ -68093,15 +68229,15 @@ }, "right": { "type": "Identifier", - "start": 50733, - "end": 50742, + "start": 53123, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 42 }, "end": { - "line": 1114, + "line": 1156, "column": 51 }, "identifierName": "grid_size" @@ -68116,15 +68252,15 @@ }, { "type": "BreakStatement", - "start": 50785, - "end": 50790, + "start": 53175, + "end": 53180, "loc": { "start": { - "line": 1116, + "line": 1158, "column": 20 }, "end": { - "line": 1116, + "line": 1158, "column": 25 } }, @@ -68133,43 +68269,43 @@ ], "test": { "type": "CallExpression", - "start": 50390, - "end": 50431, + "start": 52780, + "end": 52821, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 50390, - "end": 50415, + "start": 52780, + "end": 52805, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 46 } }, "object": { "type": "RegExpLiteral", - "start": 50390, - "end": 50410, + "start": 52780, + "end": 52800, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 41 } }, @@ -68181,15 +68317,15 @@ }, "property": { "type": "Identifier", - "start": 50411, - "end": 50415, + "start": 52801, + "end": 52805, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 42 }, "end": { - "line": 1108, + "line": 1150, "column": 46 }, "identifierName": "test" @@ -68201,15 +68337,15 @@ "arguments": [ { "type": "Identifier", - "start": 50417, - "end": 50429, + "start": 52807, + "end": 52819, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 48 }, "end": { - "line": 1108, + "line": 1150, "column": 60 }, "identifierName": "target_scale" @@ -68221,59 +68357,59 @@ }, { "type": "SwitchCase", - "start": 50807, - "end": 51203, + "start": 53197, + "end": 53593, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 16 }, "end": { - "line": 1125, + "line": 1167, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50867, - "end": 50938, + "start": 53257, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 50867, - "end": 50938, + "start": 53257, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50867, - "end": 50874, + "start": 53257, + "end": 53264, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 27 }, "identifierName": "_newKey" @@ -68282,43 +68418,43 @@ }, "right": { "type": "CallExpression", - "start": 50877, - "end": 50938, + "start": 53267, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 50877, - "end": 50886, + "start": 53267, + "end": 53276, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 39 } }, "object": { "type": "Identifier", - "start": 50877, - "end": 50881, + "start": 53267, + "end": 53271, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 34 }, "identifierName": "Math" @@ -68327,15 +68463,15 @@ }, "property": { "type": "Identifier", - "start": 50882, - "end": 50886, + "start": 53272, + "end": 53276, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 35 }, "end": { - "line": 1118, + "line": 1160, "column": 39 }, "identifierName": "ceil" @@ -68347,100 +68483,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50888, - "end": 50936, + "start": 53278, + "end": 53326, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 89 } }, "left": { "type": "CallExpression", - "start": 50888, - "end": 50932, + "start": 53278, + "end": 53322, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50888, - "end": 50930, + "start": 53278, + "end": 53320, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50888, - "end": 50918, + "start": 53278, + "end": 53308, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50888, - "end": 50911, + "start": 53278, + "end": 53301, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50888, - "end": 50892, + "start": 53278, + "end": 53282, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50893, - "end": 50911, + "start": 53283, + "end": 53301, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 46 }, "end": { - "line": 1118, + "line": 1160, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -68452,15 +68588,15 @@ "arguments": [ { "type": "Identifier", - "start": 50913, - "end": 50916, + "start": 53303, + "end": 53306, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 66 }, "end": { - "line": 1118, + "line": 1160, "column": 69 }, "identifierName": "_dt" @@ -68471,15 +68607,15 @@ }, "property": { "type": "Identifier", - "start": 50919, - "end": 50930, + "start": 53309, + "end": 53320, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 72 }, "end": { - "line": 1118, + "line": 1160, "column": 83 }, "identifierName": "getFullYear" @@ -68493,15 +68629,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50935, - "end": 50936, + "start": 53325, + "end": 53326, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 88 }, "end": { - "line": 1118, + "line": 1160, "column": 89 } }, @@ -68518,57 +68654,57 @@ }, { "type": "IfStatement", - "start": 50980, - "end": 51177, + "start": 53370, + "end": 53567, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 20 }, "end": { - "line": 1124, + "line": 1166, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50985, - "end": 51017, + "start": 53375, + "end": 53407, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50985, - "end": 51006, + "start": 53375, + "end": 53396, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 46 } }, "object": { "type": "Identifier", - "start": 50985, - "end": 50991, + "start": 53375, + "end": 53381, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 31 }, "identifierName": "retObj" @@ -68577,15 +68713,15 @@ }, "property": { "type": "Identifier", - "start": 50992, - "end": 51006, + "start": 53382, + "end": 53396, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 32 }, "end": { - "line": 1120, + "line": 1162, "column": 46 }, "identifierName": "hasOwnProperty" @@ -68597,15 +68733,15 @@ "arguments": [ { "type": "Identifier", - "start": 51008, - "end": 51015, + "start": 53398, + "end": 53405, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 48 }, "end": { - "line": 1120, + "line": 1162, "column": 55 }, "identifierName": "_newKey" @@ -68616,73 +68752,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 51020, - "end": 51096, + "start": 53410, + "end": 53486, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 60 }, "end": { - "line": 1122, + "line": 1164, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51046, - "end": 51074, + "start": 53436, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 51046, - "end": 51074, + "start": 53436, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 51046, - "end": 51061, + "start": 53436, + "end": 53451, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 39 } }, "object": { "type": "Identifier", - "start": 51046, - "end": 51052, + "start": 53436, + "end": 53442, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 30 }, "identifierName": "retObj" @@ -68691,15 +68827,15 @@ }, "property": { "type": "Identifier", - "start": 51053, - "end": 51060, + "start": 53443, + "end": 53450, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 31 }, "end": { - "line": 1121, + "line": 1163, "column": 38 }, "identifierName": "_newKey" @@ -68710,15 +68846,15 @@ }, "right": { "type": "Identifier", - "start": 51065, - "end": 51074, + "start": 53455, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 43 }, "end": { - "line": 1121, + "line": 1163, "column": 52 }, "identifierName": "grid_size" @@ -68732,73 +68868,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 51102, - "end": 51177, + "start": 53492, + "end": 53567, "loc": { "start": { - "line": 1122, + "line": 1164, "column": 27 }, "end": { - "line": 1124, + "line": 1166, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51128, - "end": 51155, + "start": 53518, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51128, - "end": 51155, + "start": 53518, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51128, - "end": 51143, + "start": 53518, + "end": 53533, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 39 } }, "object": { "type": "Identifier", - "start": 51128, - "end": 51134, + "start": 53518, + "end": 53524, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 30 }, "identifierName": "retObj" @@ -68807,15 +68943,15 @@ }, "property": { "type": "Identifier", - "start": 51135, - "end": 51142, + "start": 53525, + "end": 53532, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 31 }, "end": { - "line": 1123, + "line": 1165, "column": 38 }, "identifierName": "_newKey" @@ -68826,15 +68962,15 @@ }, "right": { "type": "Identifier", - "start": 51146, - "end": 51155, + "start": 53536, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 42 }, "end": { - "line": 1123, + "line": 1165, "column": 51 }, "identifierName": "grid_size" @@ -68849,15 +68985,15 @@ }, { "type": "BreakStatement", - "start": 51198, - "end": 51203, + "start": 53588, + "end": 53593, "loc": { "start": { - "line": 1125, + "line": 1167, "column": 20 }, "end": { - "line": 1125, + "line": 1167, "column": 25 } }, @@ -68866,43 +69002,43 @@ ], "test": { "type": "CallExpression", - "start": 50812, - "end": 50845, + "start": 53202, + "end": 53235, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 50812, - "end": 50829, + "start": 53202, + "end": 53219, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 50812, - "end": 50824, + "start": 53202, + "end": 53214, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 33 } }, @@ -68914,15 +69050,15 @@ }, "property": { "type": "Identifier", - "start": 50825, - "end": 50829, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 34 }, "end": { - "line": 1117, + "line": 1159, "column": 38 }, "identifierName": "test" @@ -68934,15 +69070,15 @@ "arguments": [ { "type": "Identifier", - "start": 50831, - "end": 50843, + "start": 53221, + "end": 53233, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 40 }, "end": { - "line": 1117, + "line": 1159, "column": 52 }, "identifierName": "target_scale" @@ -68954,59 +69090,59 @@ }, { "type": "SwitchCase", - "start": 51220, - "end": 51603, + "start": 53610, + "end": 53993, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 16 }, "end": { - "line": 1134, + "line": 1176, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51279, - "end": 51338, + "start": 53669, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 51279, - "end": 51338, + "start": 53669, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51279, - "end": 51286, + "start": 53669, + "end": 53676, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 27 }, "identifierName": "_newKey" @@ -69015,101 +69151,101 @@ }, "right": { "type": "TemplateLiteral", - "start": 51289, - "end": 51338, + "start": 53679, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 30 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "expressions": [ { "type": "CallExpression", - "start": 51292, - "end": 51336, + "start": 53682, + "end": 53726, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 51292, - "end": 51334, + "start": 53682, + "end": 53724, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 75 } }, "object": { "type": "CallExpression", - "start": 51292, - "end": 51322, + "start": 53682, + "end": 53712, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 51292, - "end": 51315, + "start": 53682, + "end": 53705, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 51292, - "end": 51296, + "start": 53682, + "end": 53686, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 37 } } }, "property": { "type": "Identifier", - "start": 51297, - "end": 51315, + "start": 53687, + "end": 53705, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 38 }, "end": { - "line": 1127, + "line": 1169, "column": 56 }, "identifierName": "getCorrectDatetime" @@ -69121,15 +69257,15 @@ "arguments": [ { "type": "Identifier", - "start": 51317, - "end": 51320, + "start": 53707, + "end": 53710, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 58 }, "end": { - "line": 1127, + "line": 1169, "column": 61 }, "identifierName": "_dt" @@ -69140,15 +69276,15 @@ }, "property": { "type": "Identifier", - "start": 51323, - "end": 51334, + "start": 53713, + "end": 53724, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 64 }, "end": { - "line": 1127, + "line": 1169, "column": 75 }, "identifierName": "getFullYear" @@ -69163,15 +69299,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 51290, - "end": 51290, + "start": 53680, + "end": 53680, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 31 }, "end": { - "line": 1127, + "line": 1169, "column": 31 } }, @@ -69183,15 +69319,15 @@ }, { "type": "TemplateElement", - "start": 51337, - "end": 51337, + "start": 53727, + "end": 53727, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 78 }, "end": { - "line": 1127, + "line": 1169, "column": 78 } }, @@ -69207,57 +69343,57 @@ }, { "type": "IfStatement", - "start": 51380, - "end": 51577, + "start": 53770, + "end": 53967, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 20 }, "end": { - "line": 1133, + "line": 1175, "column": 21 } }, "test": { "type": "CallExpression", - "start": 51385, - "end": 51417, + "start": 53775, + "end": 53807, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 51385, - "end": 51406, + "start": 53775, + "end": 53796, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 46 } }, "object": { "type": "Identifier", - "start": 51385, - "end": 51391, + "start": 53775, + "end": 53781, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 31 }, "identifierName": "retObj" @@ -69266,15 +69402,15 @@ }, "property": { "type": "Identifier", - "start": 51392, - "end": 51406, + "start": 53782, + "end": 53796, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 32 }, "end": { - "line": 1129, + "line": 1171, "column": 46 }, "identifierName": "hasOwnProperty" @@ -69286,15 +69422,15 @@ "arguments": [ { "type": "Identifier", - "start": 51408, - "end": 51415, + "start": 53798, + "end": 53805, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 48 }, "end": { - "line": 1129, + "line": 1171, "column": 55 }, "identifierName": "_newKey" @@ -69305,73 +69441,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 51420, - "end": 51496, + "start": 53810, + "end": 53886, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 60 }, "end": { - "line": 1131, + "line": 1173, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51446, - "end": 51474, + "start": 53836, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 51446, - "end": 51474, + "start": 53836, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 51446, - "end": 51461, + "start": 53836, + "end": 53851, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 39 } }, "object": { "type": "Identifier", - "start": 51446, - "end": 51452, + "start": 53836, + "end": 53842, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 30 }, "identifierName": "retObj" @@ -69380,15 +69516,15 @@ }, "property": { "type": "Identifier", - "start": 51453, - "end": 51460, + "start": 53843, + "end": 53850, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 31 }, "end": { - "line": 1130, + "line": 1172, "column": 38 }, "identifierName": "_newKey" @@ -69399,15 +69535,15 @@ }, "right": { "type": "Identifier", - "start": 51465, - "end": 51474, + "start": 53855, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 43 }, "end": { - "line": 1130, + "line": 1172, "column": 52 }, "identifierName": "grid_size" @@ -69421,73 +69557,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 51502, - "end": 51577, + "start": 53892, + "end": 53967, "loc": { "start": { - "line": 1131, + "line": 1173, "column": 27 }, "end": { - "line": 1133, + "line": 1175, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51528, - "end": 51555, + "start": 53918, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51528, - "end": 51555, + "start": 53918, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51528, - "end": 51543, + "start": 53918, + "end": 53933, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 39 } }, "object": { "type": "Identifier", - "start": 51528, - "end": 51534, + "start": 53918, + "end": 53924, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 30 }, "identifierName": "retObj" @@ -69496,15 +69632,15 @@ }, "property": { "type": "Identifier", - "start": 51535, - "end": 51542, + "start": 53925, + "end": 53932, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 31 }, "end": { - "line": 1132, + "line": 1174, "column": 38 }, "identifierName": "_newKey" @@ -69515,15 +69651,15 @@ }, "right": { "type": "Identifier", - "start": 51546, - "end": 51555, + "start": 53936, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 42 }, "end": { - "line": 1132, + "line": 1174, "column": 51 }, "identifierName": "grid_size" @@ -69538,15 +69674,15 @@ }, { "type": "BreakStatement", - "start": 51598, - "end": 51603, + "start": 53988, + "end": 53993, "loc": { "start": { - "line": 1134, + "line": 1176, "column": 20 }, "end": { - "line": 1134, + "line": 1176, "column": 25 } }, @@ -69555,43 +69691,43 @@ ], "test": { "type": "CallExpression", - "start": 51225, - "end": 51257, + "start": 53615, + "end": 53647, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 51225, - "end": 51241, + "start": 53615, + "end": 53631, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 51225, - "end": 51236, + "start": 53615, + "end": 53626, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 32 } }, @@ -69603,15 +69739,15 @@ }, "property": { "type": "Identifier", - "start": 51237, - "end": 51241, + "start": 53627, + "end": 53631, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 33 }, "end": { - "line": 1126, + "line": 1168, "column": 37 }, "identifierName": "test" @@ -69623,15 +69759,15 @@ "arguments": [ { "type": "Identifier", - "start": 51243, - "end": 51255, + "start": 53633, + "end": 53645, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 39 }, "end": { - "line": 1126, + "line": 1168, "column": 51 }, "identifierName": "target_scale" @@ -69643,73 +69779,73 @@ }, { "type": "SwitchCase", - "start": 51620, - "end": 51824, + "start": 54010, + "end": 54214, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 16 }, "end": { - "line": 1137, + "line": 1179, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51680, - "end": 51798, + "start": 54070, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 138 } }, "expression": { "type": "AssignmentExpression", - "start": 51680, - "end": 51798, + "start": 54070, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 138 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51680, - "end": 51786, + "start": 54070, + "end": 54176, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 126 } }, "object": { "type": "Identifier", - "start": 51680, - "end": 51686, + "start": 54070, + "end": 54076, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 26 }, "identifierName": "retObj" @@ -69718,101 +69854,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 51687, - "end": 51785, + "start": 54077, + "end": 54175, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 27 }, "end": { - "line": 1136, + "line": 1178, "column": 125 } }, "expressions": [ { "type": "CallExpression", - "start": 51690, - "end": 51734, + "start": 54080, + "end": 54124, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 51690, - "end": 51732, + "start": 54080, + "end": 54122, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 72 } }, "object": { "type": "CallExpression", - "start": 51690, - "end": 51720, + "start": 54080, + "end": 54110, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 51690, - "end": 51713, + "start": 54080, + "end": 54103, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 51690, - "end": 51694, + "start": 54080, + "end": 54084, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 34 } } }, "property": { "type": "Identifier", - "start": 51695, - "end": 51713, + "start": 54085, + "end": 54103, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 35 }, "end": { - "line": 1136, + "line": 1178, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -69824,15 +69960,15 @@ "arguments": [ { "type": "Identifier", - "start": 51715, - "end": 51718, + "start": 54105, + "end": 54108, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 55 }, "end": { - "line": 1136, + "line": 1178, "column": 58 }, "identifierName": "_dt" @@ -69843,15 +69979,15 @@ }, "property": { "type": "Identifier", - "start": 51721, - "end": 51732, + "start": 54111, + "end": 54122, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 61 }, "end": { - "line": 1136, + "line": 1178, "column": 72 }, "identifierName": "getFullYear" @@ -69864,100 +70000,100 @@ }, { "type": "BinaryExpression", - "start": 51738, - "end": 51783, + "start": 54128, + "end": 54173, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 123 } }, "left": { "type": "CallExpression", - "start": 51738, - "end": 51779, + "start": 54128, + "end": 54169, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 51738, - "end": 51777, + "start": 54128, + "end": 54167, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 117 } }, "object": { "type": "CallExpression", - "start": 51738, - "end": 51768, + "start": 54128, + "end": 54158, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 51738, - "end": 51761, + "start": 54128, + "end": 54151, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 51738, - "end": 51742, + "start": 54128, + "end": 54132, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 82 } } }, "property": { "type": "Identifier", - "start": 51743, - "end": 51761, + "start": 54133, + "end": 54151, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 83 }, "end": { - "line": 1136, + "line": 1178, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -69969,15 +70105,15 @@ "arguments": [ { "type": "Identifier", - "start": 51763, - "end": 51766, + "start": 54153, + "end": 54156, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 103 }, "end": { - "line": 1136, + "line": 1178, "column": 106 }, "identifierName": "_dt" @@ -69988,15 +70124,15 @@ }, "property": { "type": "Identifier", - "start": 51769, - "end": 51777, + "start": 54159, + "end": 54167, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 109 }, "end": { - "line": 1136, + "line": 1178, "column": 117 }, "identifierName": "getMonth" @@ -70010,15 +70146,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 51782, - "end": 51783, + "start": 54172, + "end": 54173, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 122 }, "end": { - "line": 1136, + "line": 1178, "column": 123 } }, @@ -70033,15 +70169,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 51688, - "end": 51688, + "start": 54078, + "end": 54078, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 28 }, "end": { - "line": 1136, + "line": 1178, "column": 28 } }, @@ -70053,15 +70189,15 @@ }, { "type": "TemplateElement", - "start": 51735, - "end": 51736, + "start": 54125, + "end": 54126, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 75 }, "end": { - "line": 1136, + "line": 1178, "column": 76 } }, @@ -70073,15 +70209,15 @@ }, { "type": "TemplateElement", - "start": 51784, - "end": 51784, + "start": 54174, + "end": 54174, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 124 }, "end": { - "line": 1136, + "line": 1178, "column": 124 } }, @@ -70097,15 +70233,15 @@ }, "right": { "type": "Identifier", - "start": 51789, - "end": 51798, + "start": 54179, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 129 }, "end": { - "line": 1136, + "line": 1178, "column": 138 }, "identifierName": "grid_size" @@ -70116,15 +70252,15 @@ }, { "type": "BreakStatement", - "start": 51819, - "end": 51824, + "start": 54209, + "end": 54214, "loc": { "start": { - "line": 1137, + "line": 1179, "column": 20 }, "end": { - "line": 1137, + "line": 1179, "column": 25 } }, @@ -70133,43 +70269,43 @@ ], "test": { "type": "CallExpression", - "start": 51625, - "end": 51658, + "start": 54015, + "end": 54048, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 51625, - "end": 51642, + "start": 54015, + "end": 54032, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 51625, - "end": 51637, + "start": 54015, + "end": 54027, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 33 } }, @@ -70181,15 +70317,15 @@ }, "property": { "type": "Identifier", - "start": 51638, - "end": 51642, + "start": 54028, + "end": 54032, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 34 }, "end": { - "line": 1135, + "line": 1177, "column": 38 }, "identifierName": "test" @@ -70201,15 +70337,15 @@ "arguments": [ { "type": "Identifier", - "start": 51644, - "end": 51656, + "start": 54034, + "end": 54046, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 40 }, "end": { - "line": 1135, + "line": 1177, "column": 52 }, "identifierName": "target_scale" @@ -70221,59 +70357,59 @@ }, { "type": "SwitchCase", - "start": 51841, - "end": 52172, + "start": 54231, + "end": 54562, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 16 }, "end": { - "line": 1143, + "line": 1185, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51900, - "end": 51922, + "start": 54290, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 51900, - "end": 51922, + "start": 54290, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51900, - "end": 51904, + "start": 54290, + "end": 54294, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 24 }, "identifierName": "_arr" @@ -70282,43 +70418,43 @@ }, "right": { "type": "CallExpression", - "start": 51908, - "end": 51922, + "start": 54298, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 51908, - "end": 51917, + "start": 54298, + "end": 54307, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 37 } }, "object": { "type": "Identifier", - "start": 51908, - "end": 51911, + "start": 54298, + "end": 54301, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 31 }, "identifierName": "_dt" @@ -70327,15 +70463,15 @@ }, "property": { "type": "Identifier", - "start": 51912, - "end": 51917, + "start": 54302, + "end": 54307, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 32 }, "end": { - "line": 1139, + "line": 1181, "column": 37 }, "identifierName": "split" @@ -70347,15 +70483,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 51918, - "end": 51921, + "start": 54308, + "end": 54311, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 38 }, "end": { - "line": 1139, + "line": 1181, "column": 41 } }, @@ -70371,44 +70507,44 @@ }, { "type": "ExpressionStatement", - "start": 51943, - "end": 51974, + "start": 54333, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51943, - "end": 51974, + "start": 54333, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51943, - "end": 51948, + "start": 54333, + "end": 54338, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 25 }, "identifierName": "_temp" @@ -70417,58 +70553,58 @@ }, "right": { "type": "CallExpression", - "start": 51951, - "end": 51974, + "start": 54341, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 51951, - "end": 51963, + "start": 54341, + "end": 54353, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 51951, - "end": 51955, + "start": 54341, + "end": 54345, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 32 } } }, "property": { "type": "Identifier", - "start": 51956, - "end": 51963, + "start": 54346, + "end": 54353, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 33 }, "end": { - "line": 1140, + "line": 1182, "column": 40 }, "identifierName": "getWeek" @@ -70480,29 +70616,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 51965, - "end": 51972, + "start": 54355, + "end": 54362, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 42 }, "end": { - "line": 1140, + "line": 1182, "column": 49 } }, "object": { "type": "Identifier", - "start": 51965, - "end": 51969, + "start": 54355, + "end": 54359, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 42 }, "end": { - "line": 1140, + "line": 1182, "column": 46 }, "identifierName": "_arr" @@ -70511,15 +70647,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51970, - "end": 51971, + "start": 54360, + "end": 54361, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 47 }, "end": { - "line": 1140, + "line": 1182, "column": 48 } }, @@ -70540,15 +70676,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -70557,58 +70693,58 @@ }, { "type": "ExpressionStatement", - "start": 52064, - "end": 52146, + "start": 54454, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 102 } }, "expression": { "type": "AssignmentExpression", - "start": 52064, - "end": 52146, + "start": 54454, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 102 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52064, - "end": 52134, + "start": 54454, + "end": 54524, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 90 } }, "object": { "type": "Identifier", - "start": 52064, - "end": 52070, + "start": 54454, + "end": 54460, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 26 }, "identifierName": "retObj" @@ -70618,101 +70754,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52071, - "end": 52133, + "start": 54461, + "end": 54523, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 27 }, "end": { - "line": 1142, + "line": 1184, "column": 89 } }, "expressions": [ { "type": "CallExpression", - "start": 52074, - "end": 52122, + "start": 54464, + "end": 54512, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 52074, - "end": 52120, + "start": 54464, + "end": 54510, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 76 } }, "object": { "type": "CallExpression", - "start": 52074, - "end": 52108, + "start": 54464, + "end": 54498, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 52074, - "end": 52097, + "start": 54464, + "end": 54487, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52074, - "end": 52078, + "start": 54464, + "end": 54468, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52079, - "end": 52097, + "start": 54469, + "end": 54487, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 35 }, "end": { - "line": 1142, + "line": 1184, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -70724,29 +70860,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52099, - "end": 52106, + "start": 54489, + "end": 54496, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 55 }, "end": { - "line": 1142, + "line": 1184, "column": 62 } }, "object": { "type": "Identifier", - "start": 52099, - "end": 52103, + "start": 54489, + "end": 54493, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 55 }, "end": { - "line": 1142, + "line": 1184, "column": 59 }, "identifierName": "_arr" @@ -70755,15 +70891,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52104, - "end": 52105, + "start": 54494, + "end": 54495, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 60 }, "end": { - "line": 1142, + "line": 1184, "column": 61 } }, @@ -70779,15 +70915,15 @@ }, "property": { "type": "Identifier", - "start": 52109, - "end": 52120, + "start": 54499, + "end": 54510, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 65 }, "end": { - "line": 1142, + "line": 1184, "column": 76 }, "identifierName": "getFullYear" @@ -70800,15 +70936,15 @@ }, { "type": "Identifier", - "start": 52126, - "end": 52131, + "start": 54516, + "end": 54521, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 82 }, "end": { - "line": 1142, + "line": 1184, "column": 87 }, "identifierName": "_temp" @@ -70819,15 +70955,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52072, - "end": 52072, + "start": 54462, + "end": 54462, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 28 }, "end": { - "line": 1142, + "line": 1184, "column": 28 } }, @@ -70839,15 +70975,15 @@ }, { "type": "TemplateElement", - "start": 52123, - "end": 52124, + "start": 54513, + "end": 54514, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 79 }, "end": { - "line": 1142, + "line": 1184, "column": 80 } }, @@ -70859,15 +70995,15 @@ }, { "type": "TemplateElement", - "start": 52132, - "end": 52132, + "start": 54522, + "end": 54522, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 88 }, "end": { - "line": 1142, + "line": 1184, "column": 88 } }, @@ -70884,15 +71020,15 @@ }, "right": { "type": "Identifier", - "start": 52137, - "end": 52146, + "start": 54527, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 93 }, "end": { - "line": 1142, + "line": 1184, "column": 102 }, "identifierName": "grid_size" @@ -70905,15 +71041,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -70922,15 +71058,15 @@ }, { "type": "BreakStatement", - "start": 52167, - "end": 52172, + "start": 54557, + "end": 54562, "loc": { "start": { - "line": 1143, + "line": 1185, "column": 20 }, "end": { - "line": 1143, + "line": 1185, "column": 25 } }, @@ -70939,43 +71075,43 @@ ], "test": { "type": "CallExpression", - "start": 51846, - "end": 51878, + "start": 54236, + "end": 54268, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 51846, - "end": 51862, + "start": 54236, + "end": 54252, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 51846, - "end": 51857, + "start": 54236, + "end": 54247, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 32 } }, @@ -70987,15 +71123,15 @@ }, "property": { "type": "Identifier", - "start": 51858, - "end": 51862, + "start": 54248, + "end": 54252, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 33 }, "end": { - "line": 1138, + "line": 1180, "column": 37 }, "identifierName": "test" @@ -71007,15 +71143,15 @@ "arguments": [ { "type": "Identifier", - "start": 51864, - "end": 51876, + "start": 54254, + "end": 54266, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 39 }, "end": { - "line": 1138, + "line": 1180, "column": 51 }, "identifierName": "target_scale" @@ -71027,59 +71163,59 @@ }, { "type": "SwitchCase", - "start": 52189, - "end": 52529, + "start": 54579, + "end": 54919, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 16 }, "end": { - "line": 1148, + "line": 1190, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52251, - "end": 52273, + "start": 54641, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 52251, - "end": 52273, + "start": 54641, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 52251, - "end": 52255, + "start": 54641, + "end": 54645, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 24 }, "identifierName": "_arr" @@ -71088,43 +71224,43 @@ }, "right": { "type": "CallExpression", - "start": 52259, - "end": 52273, + "start": 54649, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 52259, - "end": 52268, + "start": 54649, + "end": 54658, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 37 } }, "object": { "type": "Identifier", - "start": 52259, - "end": 52262, + "start": 54649, + "end": 54652, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 31 }, "identifierName": "_dt" @@ -71133,15 +71269,15 @@ }, "property": { "type": "Identifier", - "start": 52263, - "end": 52268, + "start": 54653, + "end": 54658, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 32 }, "end": { - "line": 1145, + "line": 1187, "column": 37 }, "identifierName": "split" @@ -71153,15 +71289,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 52269, - "end": 52272, + "start": 54659, + "end": 54662, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 38 }, "end": { - "line": 1145, + "line": 1187, "column": 41 } }, @@ -71177,44 +71313,44 @@ }, { "type": "ExpressionStatement", - "start": 52294, - "end": 52345, + "start": 54684, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 52294, - "end": 52345, + "start": 54684, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "operator": "=", "left": { "type": "Identifier", - "start": 52294, - "end": 52299, + "start": 54684, + "end": 54689, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 25 }, "identifierName": "_temp" @@ -71223,86 +71359,86 @@ }, "right": { "type": "CallExpression", - "start": 52302, - "end": 52345, + "start": 54692, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 52302, - "end": 52343, + "start": 54692, + "end": 54733, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 69 } }, "object": { "type": "CallExpression", - "start": 52302, - "end": 52336, + "start": 54692, + "end": 54726, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 52302, - "end": 52325, + "start": 54692, + "end": 54715, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 52302, - "end": 52306, + "start": 54692, + "end": 54696, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 32 } } }, "property": { "type": "Identifier", - "start": 52307, - "end": 52325, + "start": 54697, + "end": 54715, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 33 }, "end": { - "line": 1146, + "line": 1188, "column": 51 }, "identifierName": "getCorrectDatetime" @@ -71314,29 +71450,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52327, - "end": 52334, + "start": 54717, + "end": 54724, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 53 }, "end": { - "line": 1146, + "line": 1188, "column": 60 } }, "object": { "type": "Identifier", - "start": 52327, - "end": 52331, + "start": 54717, + "end": 54721, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 53 }, "end": { - "line": 1146, + "line": 1188, "column": 57 }, "identifierName": "_arr" @@ -71345,15 +71481,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52332, - "end": 52333, + "start": 54722, + "end": 54723, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 58 }, "end": { - "line": 1146, + "line": 1188, "column": 59 } }, @@ -71369,15 +71505,15 @@ }, "property": { "type": "Identifier", - "start": 52337, - "end": 52343, + "start": 54727, + "end": 54733, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 63 }, "end": { - "line": 1146, + "line": 1188, "column": 69 }, "identifierName": "getDay" @@ -71392,58 +71528,58 @@ }, { "type": "ExpressionStatement", - "start": 52366, - "end": 52503, + "start": 54756, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 157 } }, "expression": { "type": "AssignmentExpression", - "start": 52366, - "end": 52503, + "start": 54756, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 157 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52366, - "end": 52491, + "start": 54756, + "end": 54881, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 145 } }, "object": { "type": "Identifier", - "start": 52366, - "end": 52372, + "start": 54756, + "end": 54762, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 26 }, "identifierName": "retObj" @@ -71452,101 +71588,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52373, - "end": 52490, + "start": 54763, + "end": 54880, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 27 }, "end": { - "line": 1147, + "line": 1189, "column": 144 } }, "expressions": [ { "type": "CallExpression", - "start": 52376, - "end": 52424, + "start": 54766, + "end": 54814, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 52376, - "end": 52422, + "start": 54766, + "end": 54812, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 76 } }, "object": { "type": "CallExpression", - "start": 52376, - "end": 52410, + "start": 54766, + "end": 54800, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 52376, - "end": 52399, + "start": 54766, + "end": 54789, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52376, - "end": 52380, + "start": 54766, + "end": 54770, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52381, - "end": 52399, + "start": 54771, + "end": 54789, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 35 }, "end": { - "line": 1147, + "line": 1189, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -71558,29 +71694,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52401, - "end": 52408, + "start": 54791, + "end": 54798, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 55 }, "end": { - "line": 1147, + "line": 1189, "column": 62 } }, "object": { "type": "Identifier", - "start": 52401, - "end": 52405, + "start": 54791, + "end": 54795, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 55 }, "end": { - "line": 1147, + "line": 1189, "column": 59 }, "identifierName": "_arr" @@ -71589,15 +71725,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52406, - "end": 52407, + "start": 54796, + "end": 54797, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 60 }, "end": { - "line": 1147, + "line": 1189, "column": 61 } }, @@ -71613,15 +71749,15 @@ }, "property": { "type": "Identifier", - "start": 52411, - "end": 52422, + "start": 54801, + "end": 54812, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 65 }, "end": { - "line": 1147, + "line": 1189, "column": 76 }, "identifierName": "getFullYear" @@ -71634,100 +71770,100 @@ }, { "type": "BinaryExpression", - "start": 52428, - "end": 52477, + "start": 54818, + "end": 54867, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 131 } }, "left": { "type": "CallExpression", - "start": 52428, - "end": 52473, + "start": 54818, + "end": 54863, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 127 } }, "callee": { "type": "MemberExpression", - "start": 52428, - "end": 52471, + "start": 54818, + "end": 54861, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 125 } }, "object": { "type": "CallExpression", - "start": 52428, - "end": 52462, + "start": 54818, + "end": 54852, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 52428, - "end": 52451, + "start": 54818, + "end": 54841, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 105 } }, "object": { "type": "ThisExpression", - "start": 52428, - "end": 52432, + "start": 54818, + "end": 54822, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 86 } } }, "property": { "type": "Identifier", - "start": 52433, - "end": 52451, + "start": 54823, + "end": 54841, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 87 }, "end": { - "line": 1147, + "line": 1189, "column": 105 }, "identifierName": "getCorrectDatetime" @@ -71739,29 +71875,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52453, - "end": 52460, + "start": 54843, + "end": 54850, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 107 }, "end": { - "line": 1147, + "line": 1189, "column": 114 } }, "object": { "type": "Identifier", - "start": 52453, - "end": 52457, + "start": 54843, + "end": 54847, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 107 }, "end": { - "line": 1147, + "line": 1189, "column": 111 }, "identifierName": "_arr" @@ -71770,15 +71906,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52458, - "end": 52459, + "start": 54848, + "end": 54849, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 112 }, "end": { - "line": 1147, + "line": 1189, "column": 113 } }, @@ -71794,15 +71930,15 @@ }, "property": { "type": "Identifier", - "start": 52463, - "end": 52471, + "start": 54853, + "end": 54861, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 117 }, "end": { - "line": 1147, + "line": 1189, "column": 125 }, "identifierName": "getMonth" @@ -71816,15 +71952,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52476, - "end": 52477, + "start": 54866, + "end": 54867, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 130 }, "end": { - "line": 1147, + "line": 1189, "column": 131 } }, @@ -71837,15 +71973,15 @@ }, { "type": "Identifier", - "start": 52483, - "end": 52488, + "start": 54873, + "end": 54878, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 137 }, "end": { - "line": 1147, + "line": 1189, "column": 142 }, "identifierName": "_temp" @@ -71856,15 +71992,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52374, - "end": 52374, + "start": 54764, + "end": 54764, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 28 }, "end": { - "line": 1147, + "line": 1189, "column": 28 } }, @@ -71876,15 +72012,15 @@ }, { "type": "TemplateElement", - "start": 52425, - "end": 52426, + "start": 54815, + "end": 54816, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 79 }, "end": { - "line": 1147, + "line": 1189, "column": 80 } }, @@ -71896,15 +72032,15 @@ }, { "type": "TemplateElement", - "start": 52478, - "end": 52481, + "start": 54868, + "end": 54871, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 132 }, "end": { - "line": 1147, + "line": 1189, "column": 135 } }, @@ -71916,15 +72052,15 @@ }, { "type": "TemplateElement", - "start": 52489, - "end": 52489, + "start": 54879, + "end": 54879, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 143 }, "end": { - "line": 1147, + "line": 1189, "column": 143 } }, @@ -71940,15 +72076,15 @@ }, "right": { "type": "Identifier", - "start": 52494, - "end": 52503, + "start": 54884, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 148 }, "end": { - "line": 1147, + "line": 1189, "column": 157 }, "identifierName": "grid_size" @@ -71959,15 +72095,15 @@ }, { "type": "BreakStatement", - "start": 52524, - "end": 52529, + "start": 54914, + "end": 54919, "loc": { "start": { - "line": 1148, + "line": 1190, "column": 20 }, "end": { - "line": 1148, + "line": 1190, "column": 25 } }, @@ -71976,43 +72112,43 @@ ], "test": { "type": "CallExpression", - "start": 52194, - "end": 52229, + "start": 54584, + "end": 54619, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 52194, - "end": 52213, + "start": 54584, + "end": 54603, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 52194, - "end": 52208, + "start": 54584, + "end": 54598, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 35 } }, @@ -72024,15 +72160,15 @@ }, "property": { "type": "Identifier", - "start": 52209, - "end": 52213, + "start": 54599, + "end": 54603, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 36 }, "end": { - "line": 1144, + "line": 1186, "column": 40 }, "identifierName": "test" @@ -72044,15 +72180,15 @@ "arguments": [ { "type": "Identifier", - "start": 52215, - "end": 52227, + "start": 54605, + "end": 54617, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 42 }, "end": { - "line": 1144, + "line": 1186, "column": 54 }, "identifierName": "target_scale" @@ -72064,73 +72200,73 @@ }, { "type": "SwitchCase", - "start": 52546, - "end": 52750, + "start": 54936, + "end": 55140, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 16 }, "end": { - "line": 1151, + "line": 1193, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52604, - "end": 52724, + "start": 54994, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 140 } }, "expression": { "type": "AssignmentExpression", - "start": 52604, - "end": 52724, + "start": 54994, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 140 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52604, - "end": 52712, + "start": 54994, + "end": 55102, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 128 } }, "object": { "type": "Identifier", - "start": 52604, - "end": 52610, + "start": 54994, + "end": 55000, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 26 }, "identifierName": "retObj" @@ -72139,101 +72275,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52611, - "end": 52711, + "start": 55001, + "end": 55101, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 27 }, "end": { - "line": 1150, + "line": 1192, "column": 127 } }, "expressions": [ { "type": "CallExpression", - "start": 52614, - "end": 52658, + "start": 55004, + "end": 55048, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52614, - "end": 52656, + "start": 55004, + "end": 55046, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 72 } }, "object": { "type": "CallExpression", - "start": 52614, - "end": 52644, + "start": 55004, + "end": 55034, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 52614, - "end": 52637, + "start": 55004, + "end": 55027, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52614, - "end": 52618, + "start": 55004, + "end": 55008, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52619, - "end": 52637, + "start": 55009, + "end": 55027, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 35 }, "end": { - "line": 1150, + "line": 1192, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -72245,15 +72381,15 @@ "arguments": [ { "type": "Identifier", - "start": 52639, - "end": 52642, + "start": 55029, + "end": 55032, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 55 }, "end": { - "line": 1150, + "line": 1192, "column": 58 }, "identifierName": "_dt" @@ -72264,15 +72400,15 @@ }, "property": { "type": "Identifier", - "start": 52645, - "end": 52656, + "start": 55035, + "end": 55046, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 61 }, "end": { - "line": 1150, + "line": 1192, "column": 72 }, "identifierName": "getFullYear" @@ -72285,100 +72421,100 @@ }, { "type": "BinaryExpression", - "start": 52662, - "end": 52707, + "start": 55052, + "end": 55097, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 123 } }, "left": { "type": "CallExpression", - "start": 52662, - "end": 52703, + "start": 55052, + "end": 55093, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 52662, - "end": 52701, + "start": 55052, + "end": 55091, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 117 } }, "object": { "type": "CallExpression", - "start": 52662, - "end": 52692, + "start": 55052, + "end": 55082, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 52662, - "end": 52685, + "start": 55052, + "end": 55075, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 52662, - "end": 52666, + "start": 55052, + "end": 55056, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 82 } } }, "property": { "type": "Identifier", - "start": 52667, - "end": 52685, + "start": 55057, + "end": 55075, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 83 }, "end": { - "line": 1150, + "line": 1192, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -72390,15 +72526,15 @@ "arguments": [ { "type": "Identifier", - "start": 52687, - "end": 52690, + "start": 55077, + "end": 55080, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 103 }, "end": { - "line": 1150, + "line": 1192, "column": 106 }, "identifierName": "_dt" @@ -72409,15 +72545,15 @@ }, "property": { "type": "Identifier", - "start": 52693, - "end": 52701, + "start": 55083, + "end": 55091, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 109 }, "end": { - "line": 1150, + "line": 1192, "column": 117 }, "identifierName": "getMonth" @@ -72431,15 +72567,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52706, - "end": 52707, + "start": 55096, + "end": 55097, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 122 }, "end": { - "line": 1150, + "line": 1192, "column": 123 } }, @@ -72454,15 +72590,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52612, - "end": 52612, + "start": 55002, + "end": 55002, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 28 }, "end": { - "line": 1150, + "line": 1192, "column": 28 } }, @@ -72474,15 +72610,15 @@ }, { "type": "TemplateElement", - "start": 52659, - "end": 52660, + "start": 55049, + "end": 55050, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 75 }, "end": { - "line": 1150, + "line": 1192, "column": 76 } }, @@ -72494,15 +72630,15 @@ }, { "type": "TemplateElement", - "start": 52708, - "end": 52710, + "start": 55098, + "end": 55100, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 124 }, "end": { - "line": 1150, + "line": 1192, "column": 126 } }, @@ -72518,15 +72654,15 @@ }, "right": { "type": "Identifier", - "start": 52715, - "end": 52724, + "start": 55105, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 131 }, "end": { - "line": 1150, + "line": 1192, "column": 140 }, "identifierName": "grid_size" @@ -72537,15 +72673,15 @@ }, { "type": "BreakStatement", - "start": 52745, - "end": 52750, + "start": 55135, + "end": 55140, "loc": { "start": { - "line": 1151, + "line": 1193, "column": 20 }, "end": { - "line": 1151, + "line": 1193, "column": 25 } }, @@ -72554,43 +72690,43 @@ ], "test": { "type": "CallExpression", - "start": 52551, - "end": 52582, + "start": 54941, + "end": 54972, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 52551, - "end": 52566, + "start": 54941, + "end": 54956, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 52551, - "end": 52561, + "start": 54941, + "end": 54951, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 31 } }, @@ -72602,15 +72738,15 @@ }, "property": { "type": "Identifier", - "start": 52562, - "end": 52566, + "start": 54952, + "end": 54956, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 32 }, "end": { - "line": 1149, + "line": 1191, "column": 36 }, "identifierName": "test" @@ -72622,15 +72758,15 @@ "arguments": [ { "type": "Identifier", - "start": 52568, - "end": 52580, + "start": 54958, + "end": 54970, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 38 }, "end": { - "line": 1149, + "line": 1191, "column": 50 }, "identifierName": "target_scale" @@ -72642,73 +72778,73 @@ }, { "type": "SwitchCase", - "start": 52767, - "end": 52974, + "start": 55157, + "end": 55364, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 16 }, "end": { - "line": 1154, + "line": 1196, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52826, - "end": 52948, + "start": 55216, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 142 } }, "expression": { "type": "AssignmentExpression", - "start": 52826, - "end": 52948, + "start": 55216, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 142 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52826, - "end": 52936, + "start": 55216, + "end": 55326, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 130 } }, "object": { "type": "Identifier", - "start": 52826, - "end": 52832, + "start": 55216, + "end": 55222, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 26 }, "identifierName": "retObj" @@ -72717,101 +72853,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52833, - "end": 52935, + "start": 55223, + "end": 55325, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 27 }, "end": { - "line": 1153, + "line": 1195, "column": 129 } }, "expressions": [ { "type": "CallExpression", - "start": 52836, - "end": 52880, + "start": 55226, + "end": 55270, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52836, - "end": 52878, + "start": 55226, + "end": 55268, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 72 } }, "object": { "type": "CallExpression", - "start": 52836, - "end": 52866, + "start": 55226, + "end": 55256, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 52836, - "end": 52859, + "start": 55226, + "end": 55249, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52836, - "end": 52840, + "start": 55226, + "end": 55230, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52841, - "end": 52859, + "start": 55231, + "end": 55249, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 35 }, "end": { - "line": 1153, + "line": 1195, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -72823,15 +72959,15 @@ "arguments": [ { "type": "Identifier", - "start": 52861, - "end": 52864, + "start": 55251, + "end": 55254, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 55 }, "end": { - "line": 1153, + "line": 1195, "column": 58 }, "identifierName": "_dt" @@ -72842,15 +72978,15 @@ }, "property": { "type": "Identifier", - "start": 52867, - "end": 52878, + "start": 55257, + "end": 55268, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 61 }, "end": { - "line": 1153, + "line": 1195, "column": 72 }, "identifierName": "getFullYear" @@ -72863,100 +72999,100 @@ }, { "type": "BinaryExpression", - "start": 52884, - "end": 52929, + "start": 55274, + "end": 55319, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 123 } }, "left": { "type": "CallExpression", - "start": 52884, - "end": 52925, + "start": 55274, + "end": 55315, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 52884, - "end": 52923, + "start": 55274, + "end": 55313, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 117 } }, "object": { "type": "CallExpression", - "start": 52884, - "end": 52914, + "start": 55274, + "end": 55304, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 52884, - "end": 52907, + "start": 55274, + "end": 55297, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 52884, - "end": 52888, + "start": 55274, + "end": 55278, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 82 } } }, "property": { "type": "Identifier", - "start": 52889, - "end": 52907, + "start": 55279, + "end": 55297, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 83 }, "end": { - "line": 1153, + "line": 1195, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -72968,15 +73104,15 @@ "arguments": [ { "type": "Identifier", - "start": 52909, - "end": 52912, + "start": 55299, + "end": 55302, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 103 }, "end": { - "line": 1153, + "line": 1195, "column": 106 }, "identifierName": "_dt" @@ -72987,15 +73123,15 @@ }, "property": { "type": "Identifier", - "start": 52915, - "end": 52923, + "start": 55305, + "end": 55313, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 109 }, "end": { - "line": 1153, + "line": 1195, "column": 117 }, "identifierName": "getMonth" @@ -73009,15 +73145,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52928, - "end": 52929, + "start": 55318, + "end": 55319, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 122 }, "end": { - "line": 1153, + "line": 1195, "column": 123 } }, @@ -73032,15 +73168,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52834, - "end": 52834, + "start": 55224, + "end": 55224, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 28 }, "end": { - "line": 1153, + "line": 1195, "column": 28 } }, @@ -73052,15 +73188,15 @@ }, { "type": "TemplateElement", - "start": 52881, - "end": 52882, + "start": 55271, + "end": 55272, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 75 }, "end": { - "line": 1153, + "line": 1195, "column": 76 } }, @@ -73072,15 +73208,15 @@ }, { "type": "TemplateElement", - "start": 52930, - "end": 52934, + "start": 55320, + "end": 55324, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 124 }, "end": { - "line": 1153, + "line": 1195, "column": 128 } }, @@ -73096,15 +73232,15 @@ }, "right": { "type": "Identifier", - "start": 52939, - "end": 52948, + "start": 55329, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 133 }, "end": { - "line": 1153, + "line": 1195, "column": 142 }, "identifierName": "grid_size" @@ -73115,15 +73251,15 @@ }, { "type": "BreakStatement", - "start": 52969, - "end": 52974, + "start": 55359, + "end": 55364, "loc": { "start": { - "line": 1154, + "line": 1196, "column": 20 }, "end": { - "line": 1154, + "line": 1196, "column": 25 } }, @@ -73132,43 +73268,43 @@ ], "test": { "type": "CallExpression", - "start": 52772, - "end": 52804, + "start": 55162, + "end": 55194, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 52772, - "end": 52788, + "start": 55162, + "end": 55178, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 52772, - "end": 52783, + "start": 55162, + "end": 55173, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 32 } }, @@ -73180,15 +73316,15 @@ }, "property": { "type": "Identifier", - "start": 52784, - "end": 52788, + "start": 55174, + "end": 55178, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 33 }, "end": { - "line": 1152, + "line": 1194, "column": 37 }, "identifierName": "test" @@ -73200,15 +73336,15 @@ "arguments": [ { "type": "Identifier", - "start": 52790, - "end": 52802, + "start": 55180, + "end": 55192, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 39 }, "end": { - "line": 1152, + "line": 1194, "column": 51 }, "identifierName": "target_scale" @@ -73220,73 +73356,73 @@ }, { "type": "SwitchCase", - "start": 52991, - "end": 53203, + "start": 55381, + "end": 55593, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 16 }, "end": { - "line": 1157, + "line": 1199, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53052, - "end": 53177, + "start": 55442, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 145 } }, "expression": { "type": "AssignmentExpression", - "start": 53052, - "end": 53177, + "start": 55442, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 145 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53052, - "end": 53165, + "start": 55442, + "end": 55555, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 133 } }, "object": { "type": "Identifier", - "start": 53052, - "end": 53058, + "start": 55442, + "end": 55448, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 26 }, "identifierName": "retObj" @@ -73295,101 +73431,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53059, - "end": 53164, + "start": 55449, + "end": 55554, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 27 }, "end": { - "line": 1156, + "line": 1198, "column": 132 } }, "expressions": [ { "type": "CallExpression", - "start": 53062, - "end": 53106, + "start": 55452, + "end": 55496, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53062, - "end": 53104, + "start": 55452, + "end": 55494, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53062, - "end": 53092, + "start": 55452, + "end": 55482, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53062, - "end": 53085, + "start": 55452, + "end": 55475, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53062, - "end": 53066, + "start": 55452, + "end": 55456, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53067, - "end": 53085, + "start": 55457, + "end": 55475, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 35 }, "end": { - "line": 1156, + "line": 1198, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -73401,15 +73537,15 @@ "arguments": [ { "type": "Identifier", - "start": 53087, - "end": 53090, + "start": 55477, + "end": 55480, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 55 }, "end": { - "line": 1156, + "line": 1198, "column": 58 }, "identifierName": "_dt" @@ -73420,15 +73556,15 @@ }, "property": { "type": "Identifier", - "start": 53093, - "end": 53104, + "start": 55483, + "end": 55494, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 61 }, "end": { - "line": 1156, + "line": 1198, "column": 72 }, "identifierName": "getFullYear" @@ -73441,100 +73577,100 @@ }, { "type": "BinaryExpression", - "start": 53110, - "end": 53155, + "start": 55500, + "end": 55545, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53110, - "end": 53151, + "start": 55500, + "end": 55541, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53110, - "end": 53149, + "start": 55500, + "end": 55539, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53110, - "end": 53140, + "start": 55500, + "end": 55530, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53110, - "end": 53133, + "start": 55500, + "end": 55523, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53110, - "end": 53114, + "start": 55500, + "end": 55504, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53115, - "end": 53133, + "start": 55505, + "end": 55523, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 83 }, "end": { - "line": 1156, + "line": 1198, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -73546,15 +73682,15 @@ "arguments": [ { "type": "Identifier", - "start": 53135, - "end": 53138, + "start": 55525, + "end": 55528, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 103 }, "end": { - "line": 1156, + "line": 1198, "column": 106 }, "identifierName": "_dt" @@ -73565,15 +73701,15 @@ }, "property": { "type": "Identifier", - "start": 53141, - "end": 53149, + "start": 55531, + "end": 55539, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 109 }, "end": { - "line": 1156, + "line": 1198, "column": 117 }, "identifierName": "getMonth" @@ -73587,15 +73723,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53154, - "end": 53155, + "start": 55544, + "end": 55545, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 122 }, "end": { - "line": 1156, + "line": 1198, "column": 123 } }, @@ -73610,15 +73746,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53060, - "end": 53060, + "start": 55450, + "end": 55450, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 28 }, "end": { - "line": 1156, + "line": 1198, "column": 28 } }, @@ -73630,15 +73766,15 @@ }, { "type": "TemplateElement", - "start": 53107, - "end": 53108, + "start": 55497, + "end": 55498, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 75 }, "end": { - "line": 1156, + "line": 1198, "column": 76 } }, @@ -73650,15 +73786,15 @@ }, { "type": "TemplateElement", - "start": 53156, - "end": 53163, + "start": 55546, + "end": 55553, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 124 }, "end": { - "line": 1156, + "line": 1198, "column": 131 } }, @@ -73674,15 +73810,15 @@ }, "right": { "type": "Identifier", - "start": 53168, - "end": 53177, + "start": 55558, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 136 }, "end": { - "line": 1156, + "line": 1198, "column": 145 }, "identifierName": "grid_size" @@ -73693,15 +73829,15 @@ }, { "type": "BreakStatement", - "start": 53198, - "end": 53203, + "start": 55588, + "end": 55593, "loc": { "start": { - "line": 1157, + "line": 1199, "column": 20 }, "end": { - "line": 1157, + "line": 1199, "column": 25 } }, @@ -73710,43 +73846,43 @@ ], "test": { "type": "CallExpression", - "start": 52996, - "end": 53030, + "start": 55386, + "end": 55420, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 52996, - "end": 53014, + "start": 55386, + "end": 55404, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 52996, - "end": 53009, + "start": 55386, + "end": 55399, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 34 } }, @@ -73758,15 +73894,15 @@ }, "property": { "type": "Identifier", - "start": 53010, - "end": 53014, + "start": 55400, + "end": 55404, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 35 }, "end": { - "line": 1155, + "line": 1197, "column": 39 }, "identifierName": "test" @@ -73778,15 +73914,15 @@ "arguments": [ { "type": "Identifier", - "start": 53016, - "end": 53028, + "start": 55406, + "end": 55418, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 41 }, "end": { - "line": 1155, + "line": 1197, "column": 53 }, "identifierName": "target_scale" @@ -73798,73 +73934,73 @@ }, { "type": "SwitchCase", - "start": 53220, - "end": 53435, + "start": 55610, + "end": 55825, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 16 }, "end": { - "line": 1160, + "line": 1202, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53281, - "end": 53409, + "start": 55671, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 148 } }, "expression": { "type": "AssignmentExpression", - "start": 53281, - "end": 53409, + "start": 55671, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 148 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53281, - "end": 53397, + "start": 55671, + "end": 55787, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 136 } }, "object": { "type": "Identifier", - "start": 53281, - "end": 53287, + "start": 55671, + "end": 55677, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 26 }, "identifierName": "retObj" @@ -73873,101 +74009,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53288, - "end": 53396, + "start": 55678, + "end": 55786, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 27 }, "end": { - "line": 1159, + "line": 1201, "column": 135 } }, "expressions": [ { "type": "CallExpression", - "start": 53291, - "end": 53335, + "start": 55681, + "end": 55725, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53291, - "end": 53333, + "start": 55681, + "end": 55723, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53291, - "end": 53321, + "start": 55681, + "end": 55711, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53291, - "end": 53314, + "start": 55681, + "end": 55704, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53291, - "end": 53295, + "start": 55681, + "end": 55685, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53296, - "end": 53314, + "start": 55686, + "end": 55704, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 35 }, "end": { - "line": 1159, + "line": 1201, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -73979,15 +74115,15 @@ "arguments": [ { "type": "Identifier", - "start": 53316, - "end": 53319, + "start": 55706, + "end": 55709, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 55 }, "end": { - "line": 1159, + "line": 1201, "column": 58 }, "identifierName": "_dt" @@ -73998,15 +74134,15 @@ }, "property": { "type": "Identifier", - "start": 53322, - "end": 53333, + "start": 55712, + "end": 55723, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 61 }, "end": { - "line": 1159, + "line": 1201, "column": 72 }, "identifierName": "getFullYear" @@ -74019,100 +74155,100 @@ }, { "type": "BinaryExpression", - "start": 53339, - "end": 53384, + "start": 55729, + "end": 55774, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53339, - "end": 53380, + "start": 55729, + "end": 55770, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53339, - "end": 53378, + "start": 55729, + "end": 55768, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53339, - "end": 53369, + "start": 55729, + "end": 55759, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53339, - "end": 53362, + "start": 55729, + "end": 55752, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53339, - "end": 53343, + "start": 55729, + "end": 55733, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53344, - "end": 53362, + "start": 55734, + "end": 55752, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 83 }, "end": { - "line": 1159, + "line": 1201, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -74124,15 +74260,15 @@ "arguments": [ { "type": "Identifier", - "start": 53364, - "end": 53367, + "start": 55754, + "end": 55757, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 103 }, "end": { - "line": 1159, + "line": 1201, "column": 106 }, "identifierName": "_dt" @@ -74143,15 +74279,15 @@ }, "property": { "type": "Identifier", - "start": 53370, - "end": 53378, + "start": 55760, + "end": 55768, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 109 }, "end": { - "line": 1159, + "line": 1201, "column": 117 }, "identifierName": "getMonth" @@ -74165,15 +74301,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53383, - "end": 53384, + "start": 55773, + "end": 55774, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 122 }, "end": { - "line": 1159, + "line": 1201, "column": 123 } }, @@ -74188,15 +74324,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53289, - "end": 53289, + "start": 55679, + "end": 55679, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 28 }, "end": { - "line": 1159, + "line": 1201, "column": 28 } }, @@ -74208,15 +74344,15 @@ }, { "type": "TemplateElement", - "start": 53336, - "end": 53337, + "start": 55726, + "end": 55727, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 75 }, "end": { - "line": 1159, + "line": 1201, "column": 76 } }, @@ -74228,15 +74364,15 @@ }, { "type": "TemplateElement", - "start": 53385, - "end": 53395, + "start": 55775, + "end": 55785, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 124 }, "end": { - "line": 1159, + "line": 1201, "column": 134 } }, @@ -74252,15 +74388,15 @@ }, "right": { "type": "Identifier", - "start": 53400, - "end": 53409, + "start": 55790, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 139 }, "end": { - "line": 1159, + "line": 1201, "column": 148 }, "identifierName": "grid_size" @@ -74271,15 +74407,15 @@ }, { "type": "BreakStatement", - "start": 53430, - "end": 53435, + "start": 55820, + "end": 55825, "loc": { "start": { - "line": 1160, + "line": 1202, "column": 20 }, "end": { - "line": 1160, + "line": 1202, "column": 25 } }, @@ -74288,43 +74424,43 @@ ], "test": { "type": "CallExpression", - "start": 53225, - "end": 53259, + "start": 55615, + "end": 55649, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 53225, - "end": 53243, + "start": 55615, + "end": 55633, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 53225, - "end": 53238, + "start": 55615, + "end": 55628, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 34 } }, @@ -74336,15 +74472,15 @@ }, "property": { "type": "Identifier", - "start": 53239, - "end": 53243, + "start": 55629, + "end": 55633, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 35 }, "end": { - "line": 1158, + "line": 1200, "column": 39 }, "identifierName": "test" @@ -74356,15 +74492,15 @@ "arguments": [ { "type": "Identifier", - "start": 53245, - "end": 53257, + "start": 55635, + "end": 55647, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 41 }, "end": { - "line": 1158, + "line": 1200, "column": 53 }, "identifierName": "target_scale" @@ -74376,73 +74512,73 @@ }, { "type": "SwitchCase", - "start": 53452, - "end": 53625, + "start": 55842, + "end": 56015, "loc": { "start": { - "line": 1161, + "line": 1203, "column": 16 }, "end": { - "line": 1163, + "line": 1205, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53481, - "end": 53599, + "start": 55871, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 138 } }, "expression": { "type": "AssignmentExpression", - "start": 53481, - "end": 53599, + "start": 55871, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 138 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53481, - "end": 53587, + "start": 55871, + "end": 55977, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 126 } }, "object": { "type": "Identifier", - "start": 53481, - "end": 53487, + "start": 55871, + "end": 55877, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 26 }, "identifierName": "retObj" @@ -74451,101 +74587,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53488, - "end": 53586, + "start": 55878, + "end": 55976, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 27 }, "end": { - "line": 1162, + "line": 1204, "column": 125 } }, "expressions": [ { "type": "CallExpression", - "start": 53491, - "end": 53535, + "start": 55881, + "end": 55925, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53491, - "end": 53533, + "start": 55881, + "end": 55923, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53491, - "end": 53521, + "start": 55881, + "end": 55911, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53491, - "end": 53514, + "start": 55881, + "end": 55904, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53491, - "end": 53495, + "start": 55881, + "end": 55885, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53496, - "end": 53514, + "start": 55886, + "end": 55904, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 35 }, "end": { - "line": 1162, + "line": 1204, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -74557,15 +74693,15 @@ "arguments": [ { "type": "Identifier", - "start": 53516, - "end": 53519, + "start": 55906, + "end": 55909, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 55 }, "end": { - "line": 1162, + "line": 1204, "column": 58 }, "identifierName": "_dt" @@ -74576,15 +74712,15 @@ }, "property": { "type": "Identifier", - "start": 53522, - "end": 53533, + "start": 55912, + "end": 55923, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 61 }, "end": { - "line": 1162, + "line": 1204, "column": 72 }, "identifierName": "getFullYear" @@ -74597,100 +74733,100 @@ }, { "type": "BinaryExpression", - "start": 53539, - "end": 53584, + "start": 55929, + "end": 55974, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53539, - "end": 53580, + "start": 55929, + "end": 55970, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53539, - "end": 53578, + "start": 55929, + "end": 55968, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53539, - "end": 53569, + "start": 55929, + "end": 55959, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53539, - "end": 53562, + "start": 55929, + "end": 55952, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53539, - "end": 53543, + "start": 55929, + "end": 55933, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53544, - "end": 53562, + "start": 55934, + "end": 55952, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 83 }, "end": { - "line": 1162, + "line": 1204, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -74702,15 +74838,15 @@ "arguments": [ { "type": "Identifier", - "start": 53564, - "end": 53567, + "start": 55954, + "end": 55957, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 103 }, "end": { - "line": 1162, + "line": 1204, "column": 106 }, "identifierName": "_dt" @@ -74721,15 +74857,15 @@ }, "property": { "type": "Identifier", - "start": 53570, - "end": 53578, + "start": 55960, + "end": 55968, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 109 }, "end": { - "line": 1162, + "line": 1204, "column": 117 }, "identifierName": "getMonth" @@ -74743,15 +74879,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53583, - "end": 53584, + "start": 55973, + "end": 55974, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 122 }, "end": { - "line": 1162, + "line": 1204, "column": 123 } }, @@ -74766,15 +74902,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53489, - "end": 53489, + "start": 55879, + "end": 55879, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 28 }, "end": { - "line": 1162, + "line": 1204, "column": 28 } }, @@ -74786,15 +74922,15 @@ }, { "type": "TemplateElement", - "start": 53536, - "end": 53537, + "start": 55926, + "end": 55927, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 75 }, "end": { - "line": 1162, + "line": 1204, "column": 76 } }, @@ -74806,15 +74942,15 @@ }, { "type": "TemplateElement", - "start": 53585, - "end": 53585, + "start": 55975, + "end": 55975, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 124 }, "end": { - "line": 1162, + "line": 1204, "column": 124 } }, @@ -74830,15 +74966,15 @@ }, "right": { "type": "Identifier", - "start": 53590, - "end": 53599, + "start": 55980, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 129 }, "end": { - "line": 1162, + "line": 1204, "column": 138 }, "identifierName": "grid_size" @@ -74849,15 +74985,15 @@ }, { "type": "BreakStatement", - "start": 53620, - "end": 53625, + "start": 56010, + "end": 56015, "loc": { "start": { - "line": 1163, + "line": 1205, "column": 20 }, "end": { - "line": 1163, + "line": 1205, "column": 25 } }, @@ -74871,15 +75007,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -74892,29 +75028,29 @@ }, { "type": "ReturnStatement", - "start": 53667, - "end": 53680, + "start": 56057, + "end": 56070, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 8 }, "end": { - "line": 1167, + "line": 1209, "column": 21 } }, "argument": { "type": "Identifier", - "start": 53674, - "end": 53680, + "start": 56064, + "end": 56070, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 15 }, "end": { - "line": 1167, + "line": 1209, "column": 21 }, "identifierName": "retObj" @@ -74930,15 +75066,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -74948,15 +75084,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -74965,15 +75101,15 @@ }, { "type": "ClassMethod", - "start": 53854, - "end": 56145, + "start": 56244, + "end": 58535, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 4 }, "end": { - "line": 1227, + "line": 1269, "column": 5 } }, @@ -74981,15 +75117,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53854, - "end": 53871, + "start": 56244, + "end": 56261, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 4 }, "end": { - "line": 1176, + "line": 1218, "column": 21 }, "identifierName": "_getGridsPerScale" @@ -75005,15 +75141,15 @@ "params": [ { "type": "Identifier", - "start": 53873, - "end": 53885, + "start": 56263, + "end": 56275, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 23 }, "end": { - "line": 1176, + "line": 1218, "column": 35 }, "identifierName": "target_scale" @@ -75023,59 +75159,59 @@ ], "body": { "type": "BlockStatement", - "start": 53888, - "end": 56145, + "start": 56278, + "end": 58535, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 38 }, "end": { - "line": 1227, + "line": 1269, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 53941, - "end": 54073, + "start": 56331, + "end": 56463, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 8 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53945, - "end": 53979, + "start": 56335, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 12 }, "end": { - "line": 1178, + "line": 1220, "column": 46 } }, "id": { "type": "Identifier", - "start": 53945, - "end": 53951, + "start": 56335, + "end": 56341, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 12 }, "end": { - "line": 1178, + "line": 1220, "column": 18 }, "identifierName": "_props" @@ -75085,44 +75221,44 @@ }, "init": { "type": "MemberExpression", - "start": 53960, - "end": 53979, + "start": 56350, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 27 }, "end": { - "line": 1178, + "line": 1220, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 53960, - "end": 53964, + "start": 56350, + "end": 56354, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 27 }, "end": { - "line": 1178, + "line": 1220, "column": 31 } } }, "property": { "type": "Identifier", - "start": 53965, - "end": 53979, + "start": 56355, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 32 }, "end": { - "line": 1178, + "line": 1220, "column": 46 }, "identifierName": "_instanceProps" @@ -75135,29 +75271,29 @@ }, { "type": "VariableDeclarator", - "start": 53993, - "end": 54010, + "start": 56383, + "end": 56400, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 12 }, "end": { - "line": 1179, + "line": 1221, "column": 29 } }, "id": { "type": "Identifier", - "start": 53993, - "end": 54000, + "start": 56383, + "end": 56390, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 12 }, "end": { - "line": 1179, + "line": 1221, "column": 19 }, "identifierName": "_scopes" @@ -75166,15 +75302,15 @@ }, "init": { "type": "ArrayExpression", - "start": 54008, - "end": 54010, + "start": 56398, + "end": 56400, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 27 }, "end": { - "line": 1179, + "line": 1221, "column": 29 } }, @@ -75183,29 +75319,29 @@ }, { "type": "VariableDeclarator", - "start": 54024, - "end": 54041, + "start": 56414, + "end": 56431, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 12 }, "end": { - "line": 1180, + "line": 1222, "column": 29 } }, "id": { "type": "Identifier", - "start": 54024, - "end": 54036, + "start": 56414, + "end": 56426, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 12 }, "end": { - "line": 1180, + "line": 1222, "column": 24 }, "identifierName": "_scale_grids" @@ -75214,15 +75350,15 @@ }, "init": { "type": "ObjectExpression", - "start": 54039, - "end": 54041, + "start": 56429, + "end": 56431, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 27 }, "end": { - "line": 1180, + "line": 1222, "column": 29 } }, @@ -75231,29 +75367,29 @@ }, { "type": "VariableDeclarator", - "start": 54055, - "end": 54073, + "start": 56445, + "end": 56463, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 12 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, "id": { "type": "Identifier", - "start": 54055, - "end": 54059, + "start": 56445, + "end": 56449, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 12 }, "end": { - "line": 1181, + "line": 1223, "column": 16 }, "identifierName": "_sep" @@ -75262,15 +75398,15 @@ }, "init": { "type": "StringLiteral", - "start": 54070, - "end": 54073, + "start": 56460, + "end": 56463, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 27 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, @@ -75287,15 +75423,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 53898, - "end": 53932, + "start": 56288, + "end": 56322, "loc": { "start": { - "line": 1177, + "line": 1219, "column": 8 }, "end": { - "line": 1177, + "line": 1219, "column": 42 } } @@ -75304,58 +75440,58 @@ }, { "type": "ForStatement", - "start": 54091, - "end": 55713, + "start": 56481, + "end": 58103, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 8 }, "end": { - "line": 1215, + "line": 1257, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 54097, - "end": 54106, + "start": 56487, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 14 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54101, - "end": 54106, + "start": 56491, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 18 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, "id": { "type": "Identifier", - "start": 54101, - "end": 54102, + "start": 56491, + "end": 56492, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 18 }, "end": { - "line": 1183, + "line": 1225, "column": 19 }, "identifierName": "i" @@ -75364,15 +75500,15 @@ }, "init": { "type": "NumericLiteral", - "start": 54105, - "end": 54106, + "start": 56495, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 22 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, @@ -75388,29 +75524,29 @@ }, "test": { "type": "BinaryExpression", - "start": 54108, - "end": 54124, + "start": 56498, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 25 }, "end": { - "line": 1183, + "line": 1225, "column": 41 } }, "left": { "type": "Identifier", - "start": 54108, - "end": 54109, + "start": 56498, + "end": 56499, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 25 }, "end": { - "line": 1183, + "line": 1225, "column": 26 }, "identifierName": "i" @@ -75420,29 +75556,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 54112, - "end": 54124, + "start": 56502, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 29 }, "end": { - "line": 1183, + "line": 1225, "column": 41 } }, "object": { "type": "Identifier", - "start": 54112, - "end": 54118, + "start": 56502, + "end": 56508, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 29 }, "end": { - "line": 1183, + "line": 1225, "column": 35 }, "identifierName": "_props" @@ -75451,15 +75587,15 @@ }, "property": { "type": "Identifier", - "start": 54119, - "end": 54124, + "start": 56509, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 36 }, "end": { - "line": 1183, + "line": 1225, "column": 41 }, "identifierName": "grids" @@ -75471,15 +75607,15 @@ }, "update": { "type": "UpdateExpression", - "start": 54126, - "end": 54129, + "start": 56516, + "end": 56519, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 43 }, "end": { - "line": 1183, + "line": 1225, "column": 46 } }, @@ -75487,15 +75623,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 54126, - "end": 54127, + "start": 56516, + "end": 56517, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 43 }, "end": { - "line": 1183, + "line": 1225, "column": 44 }, "identifierName": "i" @@ -75505,59 +75641,59 @@ }, "body": { "type": "BlockStatement", - "start": 54132, - "end": 55713, + "start": 56522, + "end": 58103, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 49 }, "end": { - "line": 1215, + "line": 1257, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 54146, - "end": 54847, + "start": 56536, + "end": 57237, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 12 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54150, - "end": 54204, + "start": 56540, + "end": 56594, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 16 }, "end": { - "line": 1184, + "line": 1226, "column": 70 } }, "id": { "type": "Identifier", - "start": 54150, - "end": 54154, + "start": 56540, + "end": 56544, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 16 }, "end": { - "line": 1184, + "line": 1226, "column": 20 }, "identifierName": "_tmp" @@ -75566,29 +75702,29 @@ }, "init": { "type": "NewExpression", - "start": 54157, - "end": 54204, + "start": 56547, + "end": 56594, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 23 }, "end": { - "line": 1184, + "line": 1226, "column": 70 } }, "callee": { "type": "Identifier", - "start": 54161, - "end": 54165, + "start": 56551, + "end": 56555, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 27 }, "end": { - "line": 1184, + "line": 1226, "column": 31 }, "identifierName": "Date" @@ -75598,43 +75734,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54167, - "end": 54202, + "start": 56557, + "end": 56592, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 54167, - "end": 54179, + "start": 56557, + "end": 56569, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 45 } }, "object": { "type": "Identifier", - "start": 54167, - "end": 54173, + "start": 56557, + "end": 56563, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 39 }, "identifierName": "_props" @@ -75643,15 +75779,15 @@ }, "property": { "type": "Identifier", - "start": 54174, - "end": 54179, + "start": 56564, + "end": 56569, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 40 }, "end": { - "line": 1184, + "line": 1226, "column": 45 }, "identifierName": "begin" @@ -75663,29 +75799,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 54184, - "end": 54200, + "start": 56574, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 50 }, "end": { - "line": 1184, + "line": 1226, "column": 66 } }, "left": { "type": "Identifier", - "start": 54184, - "end": 54185, + "start": 56574, + "end": 56575, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 50 }, "end": { - "line": 1184, + "line": 1226, "column": 51 }, "identifierName": "i" @@ -75695,29 +75831,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 54188, - "end": 54200, + "start": 56578, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 54 }, "end": { - "line": 1184, + "line": 1226, "column": 66 } }, "object": { "type": "Identifier", - "start": 54188, - "end": 54194, + "start": 56578, + "end": 56584, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 54 }, "end": { - "line": 1184, + "line": 1226, "column": 60 }, "identifierName": "_props" @@ -75726,15 +75862,15 @@ }, "property": { "type": "Identifier", - "start": 54195, - "end": 54200, + "start": 56585, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 61 }, "end": { - "line": 1184, + "line": 1226, "column": 66 }, "identifierName": "scale" @@ -75745,7 +75881,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 54182 + "parenStart": 56572 } } } @@ -75754,29 +75890,29 @@ }, { "type": "VariableDeclarator", - "start": 54311, - "end": 54336, + "start": 56701, + "end": 56726, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 16 }, "end": { - "line": 1186, + "line": 1228, "column": 41 } }, "id": { "type": "Identifier", - "start": 54311, - "end": 54313, + "start": 56701, + "end": 56703, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 16 }, "end": { - "line": 1186, + "line": 1228, "column": 18 }, "identifierName": "_y" @@ -75786,43 +75922,43 @@ }, "init": { "type": "CallExpression", - "start": 54318, - "end": 54336, + "start": 56708, + "end": 56726, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 54318, - "end": 54334, + "start": 56708, + "end": 56724, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 39 } }, "object": { "type": "Identifier", - "start": 54318, - "end": 54322, + "start": 56708, + "end": 56712, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 27 }, "identifierName": "_tmp" @@ -75831,15 +75967,15 @@ }, "property": { "type": "Identifier", - "start": 54323, - "end": 54334, + "start": 56713, + "end": 56724, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 28 }, "end": { - "line": 1186, + "line": 1228, "column": 39 }, "identifierName": "getFullYear" @@ -75854,15 +75990,15 @@ { "type": "CommentLine", "value": "let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),", - "start": 54218, - "end": 54294, + "start": 56608, + "end": 56684, "loc": { "start": { - "line": 1185, + "line": 1227, "column": 12 }, "end": { - "line": 1185, + "line": 1227, "column": 88 } } @@ -75871,29 +76007,29 @@ }, { "type": "VariableDeclarator", - "start": 54354, - "end": 54383, + "start": 56744, + "end": 56773, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 16 }, "end": { - "line": 1187, + "line": 1229, "column": 45 } }, "id": { "type": "Identifier", - "start": 54354, - "end": 54358, + "start": 56744, + "end": 56748, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 16 }, "end": { - "line": 1187, + "line": 1229, "column": 20 }, "identifierName": "_mil" @@ -75902,43 +76038,43 @@ }, "init": { "type": "CallExpression", - "start": 54361, - "end": 54383, + "start": 56751, + "end": 56773, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 54361, - "end": 54370, + "start": 56751, + "end": 56760, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 32 } }, "object": { "type": "Identifier", - "start": 54361, - "end": 54365, + "start": 56751, + "end": 56755, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 27 }, "identifierName": "Math" @@ -75947,15 +76083,15 @@ }, "property": { "type": "Identifier", - "start": 54366, - "end": 54370, + "start": 56756, + "end": 56760, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 28 }, "end": { - "line": 1187, + "line": 1229, "column": 32 }, "identifierName": "ceil" @@ -75967,29 +76103,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54372, - "end": 54381, + "start": 56762, + "end": 56771, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 34 }, "end": { - "line": 1187, + "line": 1229, "column": 43 } }, "left": { "type": "Identifier", - "start": 54372, - "end": 54374, + "start": 56762, + "end": 56764, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 34 }, "end": { - "line": 1187, + "line": 1229, "column": 36 }, "identifierName": "_y" @@ -75999,15 +76135,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54377, - "end": 54381, + "start": 56767, + "end": 56771, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 39 }, "end": { - "line": 1187, + "line": 1229, "column": 43 } }, @@ -76023,29 +76159,29 @@ }, { "type": "VariableDeclarator", - "start": 54401, - "end": 54429, + "start": 56791, + "end": 56819, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 16 }, "end": { - "line": 1188, + "line": 1230, "column": 44 } }, "id": { "type": "Identifier", - "start": 54401, - "end": 54405, + "start": 56791, + "end": 56795, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 16 }, "end": { - "line": 1188, + "line": 1230, "column": 20 }, "identifierName": "_cen" @@ -76054,43 +76190,43 @@ }, "init": { "type": "CallExpression", - "start": 54408, - "end": 54429, + "start": 56798, + "end": 56819, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 54408, - "end": 54417, + "start": 56798, + "end": 56807, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 32 } }, "object": { "type": "Identifier", - "start": 54408, - "end": 54412, + "start": 56798, + "end": 56802, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 27 }, "identifierName": "Math" @@ -76099,15 +76235,15 @@ }, "property": { "type": "Identifier", - "start": 54413, - "end": 54417, + "start": 56803, + "end": 56807, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 28 }, "end": { - "line": 1188, + "line": 1230, "column": 32 }, "identifierName": "ceil" @@ -76119,29 +76255,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54419, - "end": 54427, + "start": 56809, + "end": 56817, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 34 }, "end": { - "line": 1188, + "line": 1230, "column": 42 } }, "left": { "type": "Identifier", - "start": 54419, - "end": 54421, + "start": 56809, + "end": 56811, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 34 }, "end": { - "line": 1188, + "line": 1230, "column": 36 }, "identifierName": "_y" @@ -76151,15 +76287,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54424, - "end": 54427, + "start": 56814, + "end": 56817, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 39 }, "end": { - "line": 1188, + "line": 1230, "column": 42 } }, @@ -76175,29 +76311,29 @@ }, { "type": "VariableDeclarator", - "start": 54447, - "end": 54474, + "start": 56837, + "end": 56864, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 16 }, "end": { - "line": 1189, + "line": 1231, "column": 43 } }, "id": { "type": "Identifier", - "start": 54447, - "end": 54451, + "start": 56837, + "end": 56841, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 16 }, "end": { - "line": 1189, + "line": 1231, "column": 20 }, "identifierName": "_dec" @@ -76206,43 +76342,43 @@ }, "init": { "type": "CallExpression", - "start": 54454, - "end": 54474, + "start": 56844, + "end": 56864, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 54454, - "end": 54463, + "start": 56844, + "end": 56853, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 32 } }, "object": { "type": "Identifier", - "start": 54454, - "end": 54458, + "start": 56844, + "end": 56848, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 27 }, "identifierName": "Math" @@ -76251,15 +76387,15 @@ }, "property": { "type": "Identifier", - "start": 54459, - "end": 54463, + "start": 56849, + "end": 56853, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 28 }, "end": { - "line": 1189, + "line": 1231, "column": 32 }, "identifierName": "ceil" @@ -76271,29 +76407,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54465, - "end": 54472, + "start": 56855, + "end": 56862, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 34 }, "end": { - "line": 1189, + "line": 1231, "column": 41 } }, "left": { "type": "Identifier", - "start": 54465, - "end": 54467, + "start": 56855, + "end": 56857, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 34 }, "end": { - "line": 1189, + "line": 1231, "column": 36 }, "identifierName": "_y" @@ -76303,15 +76439,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54470, - "end": 54472, + "start": 56860, + "end": 56862, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 39 }, "end": { - "line": 1189, + "line": 1231, "column": 41 } }, @@ -76327,29 +76463,29 @@ }, { "type": "VariableDeclarator", - "start": 54492, - "end": 54518, + "start": 56882, + "end": 56908, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 16 }, "end": { - "line": 1190, + "line": 1232, "column": 42 } }, "id": { "type": "Identifier", - "start": 54492, - "end": 54496, + "start": 56882, + "end": 56886, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 16 }, "end": { - "line": 1190, + "line": 1232, "column": 20 }, "identifierName": "_lus" @@ -76358,43 +76494,43 @@ }, "init": { "type": "CallExpression", - "start": 54499, - "end": 54518, + "start": 56889, + "end": 56908, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 54499, - "end": 54508, + "start": 56889, + "end": 56898, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 32 } }, "object": { "type": "Identifier", - "start": 54499, - "end": 54503, + "start": 56889, + "end": 56893, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 27 }, "identifierName": "Math" @@ -76403,15 +76539,15 @@ }, "property": { "type": "Identifier", - "start": 54504, - "end": 54508, + "start": 56894, + "end": 56898, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 28 }, "end": { - "line": 1190, + "line": 1232, "column": 32 }, "identifierName": "ceil" @@ -76423,29 +76559,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54510, - "end": 54516, + "start": 56900, + "end": 56906, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 34 }, "end": { - "line": 1190, + "line": 1232, "column": 40 } }, "left": { "type": "Identifier", - "start": 54510, - "end": 54512, + "start": 56900, + "end": 56902, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 34 }, "end": { - "line": 1190, + "line": 1232, "column": 36 }, "identifierName": "_y" @@ -76455,15 +76591,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54515, - "end": 54516, + "start": 56905, + "end": 56906, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 39 }, "end": { - "line": 1190, + "line": 1232, "column": 40 } }, @@ -76479,29 +76615,29 @@ }, { "type": "VariableDeclarator", - "start": 54536, - "end": 54562, + "start": 56926, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 16 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, "id": { "type": "Identifier", - "start": 54536, - "end": 54538, + "start": 56926, + "end": 56928, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 16 }, "end": { - "line": 1191, + "line": 1233, "column": 18 }, "identifierName": "_m" @@ -76510,57 +76646,57 @@ }, "init": { "type": "BinaryExpression", - "start": 54543, - "end": 54562, + "start": 56933, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, "left": { "type": "CallExpression", - "start": 54543, - "end": 54558, + "start": 56933, + "end": 56948, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 54543, - "end": 54556, + "start": 56933, + "end": 56946, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 36 } }, "object": { "type": "Identifier", - "start": 54543, - "end": 54547, + "start": 56933, + "end": 56937, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 27 }, "identifierName": "_tmp" @@ -76569,15 +76705,15 @@ }, "property": { "type": "Identifier", - "start": 54548, - "end": 54556, + "start": 56938, + "end": 56946, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 28 }, "end": { - "line": 1191, + "line": 1233, "column": 36 }, "identifierName": "getMonth" @@ -76591,15 +76727,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 54561, - "end": 54562, + "start": 56951, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 41 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, @@ -76613,29 +76749,29 @@ }, { "type": "VariableDeclarator", - "start": 54580, - "end": 54600, + "start": 56970, + "end": 56990, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 16 }, "end": { - "line": 1192, + "line": 1234, "column": 36 } }, "id": { "type": "Identifier", - "start": 54580, - "end": 54583, + "start": 56970, + "end": 56973, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 16 }, "end": { - "line": 1192, + "line": 1234, "column": 19 }, "identifierName": "_wd" @@ -76644,43 +76780,43 @@ }, "init": { "type": "CallExpression", - "start": 54587, - "end": 54600, + "start": 56977, + "end": 56990, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 54587, - "end": 54598, + "start": 56977, + "end": 56988, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 34 } }, "object": { "type": "Identifier", - "start": 54587, - "end": 54591, + "start": 56977, + "end": 56981, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 27 }, "identifierName": "_tmp" @@ -76689,15 +76825,15 @@ }, "property": { "type": "Identifier", - "start": 54592, - "end": 54598, + "start": 56982, + "end": 56988, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 28 }, "end": { - "line": 1192, + "line": 1234, "column": 34 }, "identifierName": "getDay" @@ -76711,29 +76847,29 @@ }, { "type": "VariableDeclarator", - "start": 54642, - "end": 54663, + "start": 57032, + "end": 57053, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 16 }, "end": { - "line": 1193, + "line": 1235, "column": 37 } }, "id": { "type": "Identifier", - "start": 54642, - "end": 54644, + "start": 57032, + "end": 57034, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 16 }, "end": { - "line": 1193, + "line": 1235, "column": 18 }, "identifierName": "_d" @@ -76743,43 +76879,43 @@ }, "init": { "type": "CallExpression", - "start": 54649, - "end": 54663, + "start": 57039, + "end": 57053, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 54649, - "end": 54661, + "start": 57039, + "end": 57051, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 35 } }, "object": { "type": "Identifier", - "start": 54649, - "end": 54653, + "start": 57039, + "end": 57043, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 27 }, "identifierName": "_tmp" @@ -76788,15 +76924,15 @@ }, "property": { "type": "Identifier", - "start": 54654, - "end": 54661, + "start": 57044, + "end": 57051, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 28 }, "end": { - "line": 1193, + "line": 1235, "column": 35 }, "identifierName": "getDate" @@ -76811,15 +76947,15 @@ { "type": "CommentLine", "value": " 0 = Sun, ... 6 = Sat", - "start": 54602, - "end": 54625, + "start": 56992, + "end": 57015, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 38 }, "end": { - "line": 1192, + "line": 1234, "column": 61 } } @@ -76828,29 +76964,29 @@ }, { "type": "VariableDeclarator", - "start": 54681, - "end": 54723, + "start": 57071, + "end": 57113, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 16 }, "end": { - "line": 1194, + "line": 1236, "column": 58 } }, "id": { "type": "Identifier", - "start": 54681, - "end": 54683, + "start": 57071, + "end": 57073, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 16 }, "end": { - "line": 1194, + "line": 1236, "column": 18 }, "identifierName": "_w" @@ -76859,58 +76995,58 @@ }, "init": { "type": "CallExpression", - "start": 54688, - "end": 54723, + "start": 57078, + "end": 57113, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 54688, - "end": 54700, + "start": 57078, + "end": 57090, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 54688, - "end": 54692, + "start": 57078, + "end": 57082, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 27 } } }, "property": { "type": "Identifier", - "start": 54693, - "end": 54700, + "start": 57083, + "end": 57090, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 28 }, "end": { - "line": 1194, + "line": 1236, "column": 35 }, "identifierName": "getWeek" @@ -76922,30 +77058,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 54702, - "end": 54721, + "start": 57092, + "end": 57111, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 37 }, "end": { - "line": 1194, + "line": 1236, "column": 56 } }, "expressions": [ { "type": "Identifier", - "start": 54705, - "end": 54707, + "start": 57095, + "end": 57097, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 40 }, "end": { - "line": 1194, + "line": 1236, "column": 42 }, "identifierName": "_y" @@ -76954,15 +77090,15 @@ }, { "type": "Identifier", - "start": 54711, - "end": 54713, + "start": 57101, + "end": 57103, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 46 }, "end": { - "line": 1194, + "line": 1236, "column": 48 }, "identifierName": "_m" @@ -76971,15 +77107,15 @@ }, { "type": "Identifier", - "start": 54717, - "end": 54719, + "start": 57107, + "end": 57109, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 52 }, "end": { - "line": 1194, + "line": 1236, "column": 54 }, "identifierName": "_d" @@ -76990,15 +77126,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 54703, - "end": 54703, + "start": 57093, + "end": 57093, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 38 }, "end": { - "line": 1194, + "line": 1236, "column": 38 } }, @@ -77010,15 +77146,15 @@ }, { "type": "TemplateElement", - "start": 54708, - "end": 54709, + "start": 57098, + "end": 57099, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 43 }, "end": { - "line": 1194, + "line": 1236, "column": 44 } }, @@ -77030,15 +77166,15 @@ }, { "type": "TemplateElement", - "start": 54714, - "end": 54715, + "start": 57104, + "end": 57105, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 49 }, "end": { - "line": 1194, + "line": 1236, "column": 50 } }, @@ -77050,15 +77186,15 @@ }, { "type": "TemplateElement", - "start": 54720, - "end": 54720, + "start": 57110, + "end": 57110, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 55 }, "end": { - "line": 1194, + "line": 1236, "column": 55 } }, @@ -77075,29 +77211,29 @@ }, { "type": "VariableDeclarator", - "start": 54741, - "end": 54763, + "start": 57131, + "end": 57153, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 16 }, "end": { - "line": 1195, + "line": 1237, "column": 38 } }, "id": { "type": "Identifier", - "start": 54741, - "end": 54743, + "start": 57131, + "end": 57133, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 16 }, "end": { - "line": 1195, + "line": 1237, "column": 18 }, "identifierName": "_h" @@ -77106,43 +77242,43 @@ }, "init": { "type": "CallExpression", - "start": 54748, - "end": 54763, + "start": 57138, + "end": 57153, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 54748, - "end": 54761, + "start": 57138, + "end": 57151, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 36 } }, "object": { "type": "Identifier", - "start": 54748, - "end": 54752, + "start": 57138, + "end": 57142, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 27 }, "identifierName": "_tmp" @@ -77151,15 +77287,15 @@ }, "property": { "type": "Identifier", - "start": 54753, - "end": 54761, + "start": 57143, + "end": 57151, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 28 }, "end": { - "line": 1195, + "line": 1237, "column": 36 }, "identifierName": "getHours" @@ -77173,29 +77309,29 @@ }, { "type": "VariableDeclarator", - "start": 54781, - "end": 54805, + "start": 57171, + "end": 57195, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 16 }, "end": { - "line": 1196, + "line": 1238, "column": 40 } }, "id": { "type": "Identifier", - "start": 54781, - "end": 54785, + "start": 57171, + "end": 57175, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 16 }, "end": { - "line": 1196, + "line": 1238, "column": 20 }, "identifierName": "_min" @@ -77204,43 +77340,43 @@ }, "init": { "type": "CallExpression", - "start": 54788, - "end": 54805, + "start": 57178, + "end": 57195, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54788, - "end": 54803, + "start": 57178, + "end": 57193, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 38 } }, "object": { "type": "Identifier", - "start": 54788, - "end": 54792, + "start": 57178, + "end": 57182, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 27 }, "identifierName": "_tmp" @@ -77249,15 +77385,15 @@ }, "property": { "type": "Identifier", - "start": 54793, - "end": 54803, + "start": 57183, + "end": 57193, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 28 }, "end": { - "line": 1196, + "line": 1238, "column": 38 }, "identifierName": "getMinutes" @@ -77271,29 +77407,29 @@ }, { "type": "VariableDeclarator", - "start": 54823, - "end": 54847, + "start": 57213, + "end": 57237, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 16 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "id": { "type": "Identifier", - "start": 54823, - "end": 54825, + "start": 57213, + "end": 57215, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 16 }, "end": { - "line": 1197, + "line": 1239, "column": 18 }, "identifierName": "_s" @@ -77302,43 +77438,43 @@ }, "init": { "type": "CallExpression", - "start": 54830, - "end": 54847, + "start": 57220, + "end": 57237, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54830, - "end": 54845, + "start": 57220, + "end": 57235, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 38 } }, "object": { "type": "Identifier", - "start": 54830, - "end": 54834, + "start": 57220, + "end": 57224, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 27 }, "identifierName": "_tmp" @@ -77347,15 +77483,15 @@ }, "property": { "type": "Identifier", - "start": 54835, - "end": 54845, + "start": 57225, + "end": 57235, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 28 }, "end": { - "line": 1197, + "line": 1239, "column": 38 }, "identifierName": "getSeconds" @@ -77375,15 +77511,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -77392,57 +77528,57 @@ }, { "type": "ExpressionStatement", - "start": 54997, - "end": 55703, + "start": 57387, + "end": 58093, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1214, + "line": 1256, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 54997, - "end": 55703, + "start": 57387, + "end": 58093, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1214, + "line": 1256, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 54997, - "end": 55009, + "start": 57387, + "end": 57399, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1200, + "line": 1242, "column": 24 } }, "object": { "type": "Identifier", - "start": 54997, - "end": 55004, + "start": 57387, + "end": 57394, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1200, + "line": 1242, "column": 19 }, "identifierName": "_scopes" @@ -77452,15 +77588,15 @@ }, "property": { "type": "Identifier", - "start": 55005, - "end": 55009, + "start": 57395, + "end": 57399, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 20 }, "end": { - "line": 1200, + "line": 1242, "column": 24 }, "identifierName": "push" @@ -77473,30 +77609,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 55010, - "end": 55702, + "start": 57400, + "end": 58092, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 25 }, "end": { - "line": 1214, + "line": 1256, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 55028, - "end": 55045, + "start": 57418, + "end": 57435, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 16 }, "end": { - "line": 1201, + "line": 1243, "column": 33 } }, @@ -77505,15 +77641,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55028, - "end": 55038, + "start": 57418, + "end": 57428, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 16 }, "end": { - "line": 1201, + "line": 1243, "column": 26 }, "identifierName": "millennium" @@ -77522,15 +77658,15 @@ }, "value": { "type": "Identifier", - "start": 55041, - "end": 55045, + "start": 57431, + "end": 57435, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 29 }, "end": { - "line": 1201, + "line": 1243, "column": 33 }, "identifierName": "_mil" @@ -77540,15 +77676,15 @@ }, { "type": "ObjectProperty", - "start": 55063, - "end": 55080, + "start": 57453, + "end": 57470, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 16 }, "end": { - "line": 1202, + "line": 1244, "column": 33 } }, @@ -77557,15 +77693,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55063, - "end": 55070, + "start": 57453, + "end": 57460, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 16 }, "end": { - "line": 1202, + "line": 1244, "column": 23 }, "identifierName": "century" @@ -77574,15 +77710,15 @@ }, "value": { "type": "Identifier", - "start": 55076, - "end": 55080, + "start": 57466, + "end": 57470, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 29 }, "end": { - "line": 1202, + "line": 1244, "column": 33 }, "identifierName": "_cen" @@ -77592,15 +77728,15 @@ }, { "type": "ObjectProperty", - "start": 55098, - "end": 55115, + "start": 57488, + "end": 57505, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 16 }, "end": { - "line": 1203, + "line": 1245, "column": 33 } }, @@ -77609,15 +77745,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55098, - "end": 55104, + "start": 57488, + "end": 57494, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 16 }, "end": { - "line": 1203, + "line": 1245, "column": 22 }, "identifierName": "decade" @@ -77626,15 +77762,15 @@ }, "value": { "type": "Identifier", - "start": 55111, - "end": 55115, + "start": 57501, + "end": 57505, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 29 }, "end": { - "line": 1203, + "line": 1245, "column": 33 }, "identifierName": "_dec" @@ -77644,15 +77780,15 @@ }, { "type": "ObjectProperty", - "start": 55133, - "end": 55150, + "start": 57523, + "end": 57540, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 16 }, "end": { - "line": 1204, + "line": 1246, "column": 33 } }, @@ -77661,15 +77797,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55133, - "end": 55140, + "start": 57523, + "end": 57530, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 16 }, "end": { - "line": 1204, + "line": 1246, "column": 23 }, "identifierName": "lustrum" @@ -77678,15 +77814,15 @@ }, "value": { "type": "Identifier", - "start": 55146, - "end": 55150, + "start": 57536, + "end": 57540, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 29 }, "end": { - "line": 1204, + "line": 1246, "column": 33 }, "identifierName": "_lus" @@ -77696,15 +77832,15 @@ }, { "type": "ObjectProperty", - "start": 55168, - "end": 55183, + "start": 57558, + "end": 57573, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 16 }, "end": { - "line": 1205, + "line": 1247, "column": 31 } }, @@ -77713,15 +77849,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55168, - "end": 55172, + "start": 57558, + "end": 57562, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 16 }, "end": { - "line": 1205, + "line": 1247, "column": 20 }, "identifierName": "year" @@ -77730,15 +77866,15 @@ }, "value": { "type": "Identifier", - "start": 55181, - "end": 55183, + "start": 57571, + "end": 57573, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 29 }, "end": { - "line": 1205, + "line": 1247, "column": 31 }, "identifierName": "_y" @@ -77748,15 +77884,15 @@ }, { "type": "ObjectProperty", - "start": 55201, - "end": 55241, + "start": 57591, + "end": 57631, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 16 }, "end": { - "line": 1206, + "line": 1248, "column": 56 } }, @@ -77765,15 +77901,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55201, - "end": 55206, + "start": 57591, + "end": 57596, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 16 }, "end": { - "line": 1206, + "line": 1248, "column": 21 }, "identifierName": "month" @@ -77782,30 +77918,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55214, - "end": 55241, + "start": 57604, + "end": 57631, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 29 }, "end": { - "line": 1206, + "line": 1248, "column": 56 } }, "expressions": [ { "type": "Identifier", - "start": 55217, - "end": 55219, + "start": 57607, + "end": 57609, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 32 }, "end": { - "line": 1206, + "line": 1248, "column": 34 }, "identifierName": "_y" @@ -77814,15 +77950,15 @@ }, { "type": "Identifier", - "start": 55222, - "end": 55226, + "start": 57612, + "end": 57616, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 37 }, "end": { - "line": 1206, + "line": 1248, "column": 41 }, "identifierName": "_sep" @@ -77831,15 +77967,15 @@ }, { "type": "Identifier", - "start": 55229, - "end": 55231, + "start": 57619, + "end": 57621, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 44 }, "end": { - "line": 1206, + "line": 1248, "column": 46 }, "identifierName": "_m" @@ -77848,15 +77984,15 @@ }, { "type": "Identifier", - "start": 55234, - "end": 55238, + "start": 57624, + "end": 57628, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 49 }, "end": { - "line": 1206, + "line": 1248, "column": 53 }, "identifierName": "_sep" @@ -77867,15 +78003,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55215, - "end": 55215, + "start": 57605, + "end": 57605, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 30 }, "end": { - "line": 1206, + "line": 1248, "column": 30 } }, @@ -77887,15 +78023,15 @@ }, { "type": "TemplateElement", - "start": 55220, - "end": 55220, + "start": 57610, + "end": 57610, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 35 }, "end": { - "line": 1206, + "line": 1248, "column": 35 } }, @@ -77907,15 +78043,15 @@ }, { "type": "TemplateElement", - "start": 55227, - "end": 55227, + "start": 57617, + "end": 57617, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 42 }, "end": { - "line": 1206, + "line": 1248, "column": 42 } }, @@ -77927,15 +78063,15 @@ }, { "type": "TemplateElement", - "start": 55232, - "end": 55232, + "start": 57622, + "end": 57622, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 47 }, "end": { - "line": 1206, + "line": 1248, "column": 47 } }, @@ -77947,15 +78083,15 @@ }, { "type": "TemplateElement", - "start": 55239, - "end": 55240, + "start": 57629, + "end": 57630, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 54 }, "end": { - "line": 1206, + "line": 1248, "column": 55 } }, @@ -77970,15 +78106,15 @@ }, { "type": "ObjectProperty", - "start": 55259, - "end": 55285, + "start": 57649, + "end": 57675, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 16 }, "end": { - "line": 1207, + "line": 1249, "column": 42 } }, @@ -77987,15 +78123,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55259, - "end": 55263, + "start": 57649, + "end": 57653, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 16 }, "end": { - "line": 1207, + "line": 1249, "column": 20 }, "identifierName": "week" @@ -78004,30 +78140,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55272, - "end": 55285, + "start": 57662, + "end": 57675, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 29 }, "end": { - "line": 1207, + "line": 1249, "column": 42 } }, "expressions": [ { "type": "Identifier", - "start": 55275, - "end": 55277, + "start": 57665, + "end": 57667, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 32 }, "end": { - "line": 1207, + "line": 1249, "column": 34 }, "identifierName": "_y" @@ -78036,15 +78172,15 @@ }, { "type": "Identifier", - "start": 55281, - "end": 55283, + "start": 57671, + "end": 57673, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 38 }, "end": { - "line": 1207, + "line": 1249, "column": 40 }, "identifierName": "_w" @@ -78055,15 +78191,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55273, - "end": 55273, + "start": 57663, + "end": 57663, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 30 }, "end": { - "line": 1207, + "line": 1249, "column": 30 } }, @@ -78075,15 +78211,15 @@ }, { "type": "TemplateElement", - "start": 55278, - "end": 55279, + "start": 57668, + "end": 57669, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 35 }, "end": { - "line": 1207, + "line": 1249, "column": 36 } }, @@ -78095,15 +78231,15 @@ }, { "type": "TemplateElement", - "start": 55284, - "end": 55284, + "start": 57674, + "end": 57674, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 41 }, "end": { - "line": 1207, + "line": 1249, "column": 41 } }, @@ -78118,15 +78254,15 @@ }, { "type": "ObjectProperty", - "start": 55303, - "end": 55354, + "start": 57693, + "end": 57744, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 16 }, "end": { - "line": 1208, + "line": 1250, "column": 67 } }, @@ -78135,15 +78271,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55303, - "end": 55310, + "start": 57693, + "end": 57700, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 16 }, "end": { - "line": 1208, + "line": 1250, "column": 23 }, "identifierName": "weekday" @@ -78152,30 +78288,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55316, - "end": 55354, + "start": 57706, + "end": 57744, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 29 }, "end": { - "line": 1208, + "line": 1250, "column": 67 } }, "expressions": [ { "type": "Identifier", - "start": 55319, - "end": 55321, + "start": 57709, + "end": 57711, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 32 }, "end": { - "line": 1208, + "line": 1250, "column": 34 }, "identifierName": "_y" @@ -78184,15 +78320,15 @@ }, { "type": "Identifier", - "start": 55324, - "end": 55328, + "start": 57714, + "end": 57718, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 37 }, "end": { - "line": 1208, + "line": 1250, "column": 41 }, "identifierName": "_sep" @@ -78201,15 +78337,15 @@ }, { "type": "Identifier", - "start": 55331, - "end": 55333, + "start": 57721, + "end": 57723, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 44 }, "end": { - "line": 1208, + "line": 1250, "column": 46 }, "identifierName": "_m" @@ -78218,15 +78354,15 @@ }, { "type": "Identifier", - "start": 55336, - "end": 55340, + "start": 57726, + "end": 57730, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 49 }, "end": { - "line": 1208, + "line": 1250, "column": 53 }, "identifierName": "_sep" @@ -78235,15 +78371,15 @@ }, { "type": "Identifier", - "start": 55343, - "end": 55345, + "start": 57733, + "end": 57735, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 56 }, "end": { - "line": 1208, + "line": 1250, "column": 58 }, "identifierName": "_d" @@ -78252,15 +78388,15 @@ }, { "type": "Identifier", - "start": 55349, - "end": 55352, + "start": 57739, + "end": 57742, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 62 }, "end": { - "line": 1208, + "line": 1250, "column": 65 }, "identifierName": "_wd" @@ -78271,15 +78407,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55317, - "end": 55317, + "start": 57707, + "end": 57707, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 30 }, "end": { - "line": 1208, + "line": 1250, "column": 30 } }, @@ -78291,15 +78427,15 @@ }, { "type": "TemplateElement", - "start": 55322, - "end": 55322, + "start": 57712, + "end": 57712, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 35 }, "end": { - "line": 1208, + "line": 1250, "column": 35 } }, @@ -78311,15 +78447,15 @@ }, { "type": "TemplateElement", - "start": 55329, - "end": 55329, + "start": 57719, + "end": 57719, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 42 }, "end": { - "line": 1208, + "line": 1250, "column": 42 } }, @@ -78331,15 +78467,15 @@ }, { "type": "TemplateElement", - "start": 55334, - "end": 55334, + "start": 57724, + "end": 57724, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 47 }, "end": { - "line": 1208, + "line": 1250, "column": 47 } }, @@ -78351,15 +78487,15 @@ }, { "type": "TemplateElement", - "start": 55341, - "end": 55341, + "start": 57731, + "end": 57731, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 54 }, "end": { - "line": 1208, + "line": 1250, "column": 54 } }, @@ -78371,15 +78507,15 @@ }, { "type": "TemplateElement", - "start": 55346, - "end": 55347, + "start": 57736, + "end": 57737, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 59 }, "end": { - "line": 1208, + "line": 1250, "column": 60 } }, @@ -78391,15 +78527,15 @@ }, { "type": "TemplateElement", - "start": 55353, - "end": 55353, + "start": 57743, + "end": 57743, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 66 }, "end": { - "line": 1208, + "line": 1250, "column": 66 } }, @@ -78414,15 +78550,15 @@ }, { "type": "ObjectProperty", - "start": 55372, - "end": 55416, + "start": 57762, + "end": 57806, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 16 }, "end": { - "line": 1209, + "line": 1251, "column": 60 } }, @@ -78431,15 +78567,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55372, - "end": 55375, + "start": 57762, + "end": 57765, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 16 }, "end": { - "line": 1209, + "line": 1251, "column": 19 }, "identifierName": "day" @@ -78448,30 +78584,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55385, - "end": 55416, + "start": 57775, + "end": 57806, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 29 }, "end": { - "line": 1209, + "line": 1251, "column": 60 } }, "expressions": [ { "type": "Identifier", - "start": 55388, - "end": 55390, + "start": 57778, + "end": 57780, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 32 }, "end": { - "line": 1209, + "line": 1251, "column": 34 }, "identifierName": "_y" @@ -78480,15 +78616,15 @@ }, { "type": "Identifier", - "start": 55393, - "end": 55397, + "start": 57783, + "end": 57787, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 37 }, "end": { - "line": 1209, + "line": 1251, "column": 41 }, "identifierName": "_sep" @@ -78497,15 +78633,15 @@ }, { "type": "Identifier", - "start": 55400, - "end": 55402, + "start": 57790, + "end": 57792, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 44 }, "end": { - "line": 1209, + "line": 1251, "column": 46 }, "identifierName": "_m" @@ -78514,15 +78650,15 @@ }, { "type": "Identifier", - "start": 55405, - "end": 55409, + "start": 57795, + "end": 57799, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 49 }, "end": { - "line": 1209, + "line": 1251, "column": 53 }, "identifierName": "_sep" @@ -78531,15 +78667,15 @@ }, { "type": "Identifier", - "start": 55412, - "end": 55414, + "start": 57802, + "end": 57804, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 56 }, "end": { - "line": 1209, + "line": 1251, "column": 58 }, "identifierName": "_d" @@ -78550,15 +78686,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55386, - "end": 55386, + "start": 57776, + "end": 57776, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 30 }, "end": { - "line": 1209, + "line": 1251, "column": 30 } }, @@ -78570,15 +78706,15 @@ }, { "type": "TemplateElement", - "start": 55391, - "end": 55391, + "start": 57781, + "end": 57781, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 35 }, "end": { - "line": 1209, + "line": 1251, "column": 35 } }, @@ -78590,15 +78726,15 @@ }, { "type": "TemplateElement", - "start": 55398, - "end": 55398, + "start": 57788, + "end": 57788, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 42 }, "end": { - "line": 1209, + "line": 1251, "column": 42 } }, @@ -78610,15 +78746,15 @@ }, { "type": "TemplateElement", - "start": 55403, - "end": 55403, + "start": 57793, + "end": 57793, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 47 }, "end": { - "line": 1209, + "line": 1251, "column": 47 } }, @@ -78630,15 +78766,15 @@ }, { "type": "TemplateElement", - "start": 55410, - "end": 55410, + "start": 57800, + "end": 57800, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 54 }, "end": { - "line": 1209, + "line": 1251, "column": 54 } }, @@ -78650,15 +78786,15 @@ }, { "type": "TemplateElement", - "start": 55415, - "end": 55415, + "start": 57805, + "end": 57805, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 59 }, "end": { - "line": 1209, + "line": 1251, "column": 59 } }, @@ -78673,15 +78809,15 @@ }, { "type": "ObjectProperty", - "start": 55434, - "end": 55484, + "start": 57824, + "end": 57874, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 16 }, "end": { - "line": 1210, + "line": 1252, "column": 66 } }, @@ -78690,15 +78826,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55434, - "end": 55438, + "start": 57824, + "end": 57828, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 16 }, "end": { - "line": 1210, + "line": 1252, "column": 20 }, "identifierName": "hour" @@ -78707,30 +78843,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55447, - "end": 55484, + "start": 57837, + "end": 57874, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 29 }, "end": { - "line": 1210, + "line": 1252, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 55450, - "end": 55452, + "start": 57840, + "end": 57842, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 32 }, "end": { - "line": 1210, + "line": 1252, "column": 34 }, "identifierName": "_y" @@ -78739,15 +78875,15 @@ }, { "type": "Identifier", - "start": 55455, - "end": 55459, + "start": 57845, + "end": 57849, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 37 }, "end": { - "line": 1210, + "line": 1252, "column": 41 }, "identifierName": "_sep" @@ -78756,15 +78892,15 @@ }, { "type": "Identifier", - "start": 55462, - "end": 55464, + "start": 57852, + "end": 57854, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 44 }, "end": { - "line": 1210, + "line": 1252, "column": 46 }, "identifierName": "_m" @@ -78773,15 +78909,15 @@ }, { "type": "Identifier", - "start": 55467, - "end": 55471, + "start": 57857, + "end": 57861, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 49 }, "end": { - "line": 1210, + "line": 1252, "column": 53 }, "identifierName": "_sep" @@ -78790,15 +78926,15 @@ }, { "type": "Identifier", - "start": 55474, - "end": 55476, + "start": 57864, + "end": 57866, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 56 }, "end": { - "line": 1210, + "line": 1252, "column": 58 }, "identifierName": "_d" @@ -78807,15 +78943,15 @@ }, { "type": "Identifier", - "start": 55480, - "end": 55482, + "start": 57870, + "end": 57872, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 62 }, "end": { - "line": 1210, + "line": 1252, "column": 64 }, "identifierName": "_h" @@ -78826,15 +78962,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55448, - "end": 55448, + "start": 57838, + "end": 57838, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 30 }, "end": { - "line": 1210, + "line": 1252, "column": 30 } }, @@ -78846,15 +78982,15 @@ }, { "type": "TemplateElement", - "start": 55453, - "end": 55453, + "start": 57843, + "end": 57843, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 35 }, "end": { - "line": 1210, + "line": 1252, "column": 35 } }, @@ -78866,15 +79002,15 @@ }, { "type": "TemplateElement", - "start": 55460, - "end": 55460, + "start": 57850, + "end": 57850, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 42 }, "end": { - "line": 1210, + "line": 1252, "column": 42 } }, @@ -78886,15 +79022,15 @@ }, { "type": "TemplateElement", - "start": 55465, - "end": 55465, + "start": 57855, + "end": 57855, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 47 }, "end": { - "line": 1210, + "line": 1252, "column": 47 } }, @@ -78906,15 +79042,15 @@ }, { "type": "TemplateElement", - "start": 55472, - "end": 55472, + "start": 57862, + "end": 57862, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 54 }, "end": { - "line": 1210, + "line": 1252, "column": 54 } }, @@ -78926,15 +79062,15 @@ }, { "type": "TemplateElement", - "start": 55477, - "end": 55478, + "start": 57867, + "end": 57868, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 59 }, "end": { - "line": 1210, + "line": 1252, "column": 60 } }, @@ -78946,15 +79082,15 @@ }, { "type": "TemplateElement", - "start": 55483, - "end": 55483, + "start": 57873, + "end": 57873, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 65 }, "end": { - "line": 1210, + "line": 1252, "column": 65 } }, @@ -78969,15 +79105,15 @@ }, { "type": "ObjectProperty", - "start": 55502, - "end": 55560, + "start": 57892, + "end": 57950, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 16 }, "end": { - "line": 1211, + "line": 1253, "column": 74 } }, @@ -78986,15 +79122,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55502, - "end": 55508, + "start": 57892, + "end": 57898, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 16 }, "end": { - "line": 1211, + "line": 1253, "column": 22 }, "identifierName": "minute" @@ -79003,30 +79139,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55515, - "end": 55560, + "start": 57905, + "end": 57950, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 29 }, "end": { - "line": 1211, + "line": 1253, "column": 74 } }, "expressions": [ { "type": "Identifier", - "start": 55518, - "end": 55520, + "start": 57908, + "end": 57910, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 32 }, "end": { - "line": 1211, + "line": 1253, "column": 34 }, "identifierName": "_y" @@ -79035,15 +79171,15 @@ }, { "type": "Identifier", - "start": 55523, - "end": 55527, + "start": 57913, + "end": 57917, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 37 }, "end": { - "line": 1211, + "line": 1253, "column": 41 }, "identifierName": "_sep" @@ -79052,15 +79188,15 @@ }, { "type": "Identifier", - "start": 55530, - "end": 55532, + "start": 57920, + "end": 57922, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 44 }, "end": { - "line": 1211, + "line": 1253, "column": 46 }, "identifierName": "_m" @@ -79069,15 +79205,15 @@ }, { "type": "Identifier", - "start": 55535, - "end": 55539, + "start": 57925, + "end": 57929, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 49 }, "end": { - "line": 1211, + "line": 1253, "column": 53 }, "identifierName": "_sep" @@ -79086,15 +79222,15 @@ }, { "type": "Identifier", - "start": 55542, - "end": 55544, + "start": 57932, + "end": 57934, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 56 }, "end": { - "line": 1211, + "line": 1253, "column": 58 }, "identifierName": "_d" @@ -79103,15 +79239,15 @@ }, { "type": "Identifier", - "start": 55548, - "end": 55550, + "start": 57938, + "end": 57940, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 62 }, "end": { - "line": 1211, + "line": 1253, "column": 64 }, "identifierName": "_h" @@ -79120,15 +79256,15 @@ }, { "type": "Identifier", - "start": 55554, - "end": 55558, + "start": 57944, + "end": 57948, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 68 }, "end": { - "line": 1211, + "line": 1253, "column": 72 }, "identifierName": "_min" @@ -79139,15 +79275,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55516, - "end": 55516, + "start": 57906, + "end": 57906, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 30 }, "end": { - "line": 1211, + "line": 1253, "column": 30 } }, @@ -79159,15 +79295,15 @@ }, { "type": "TemplateElement", - "start": 55521, - "end": 55521, + "start": 57911, + "end": 57911, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 35 }, "end": { - "line": 1211, + "line": 1253, "column": 35 } }, @@ -79179,15 +79315,15 @@ }, { "type": "TemplateElement", - "start": 55528, - "end": 55528, + "start": 57918, + "end": 57918, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 42 }, "end": { - "line": 1211, + "line": 1253, "column": 42 } }, @@ -79199,15 +79335,15 @@ }, { "type": "TemplateElement", - "start": 55533, - "end": 55533, + "start": 57923, + "end": 57923, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 47 }, "end": { - "line": 1211, + "line": 1253, "column": 47 } }, @@ -79219,15 +79355,15 @@ }, { "type": "TemplateElement", - "start": 55540, - "end": 55540, + "start": 57930, + "end": 57930, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 54 }, "end": { - "line": 1211, + "line": 1253, "column": 54 } }, @@ -79239,15 +79375,15 @@ }, { "type": "TemplateElement", - "start": 55545, - "end": 55546, + "start": 57935, + "end": 57936, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 59 }, "end": { - "line": 1211, + "line": 1253, "column": 60 } }, @@ -79259,15 +79395,15 @@ }, { "type": "TemplateElement", - "start": 55551, - "end": 55552, + "start": 57941, + "end": 57942, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 65 }, "end": { - "line": 1211, + "line": 1253, "column": 66 } }, @@ -79279,15 +79415,15 @@ }, { "type": "TemplateElement", - "start": 55559, - "end": 55559, + "start": 57949, + "end": 57949, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 73 }, "end": { - "line": 1211, + "line": 1253, "column": 73 } }, @@ -79302,15 +79438,15 @@ }, { "type": "ObjectProperty", - "start": 55578, - "end": 55642, + "start": 57968, + "end": 58032, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 16 }, "end": { - "line": 1212, + "line": 1254, "column": 80 } }, @@ -79319,15 +79455,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55578, - "end": 55584, + "start": 57968, + "end": 57974, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 16 }, "end": { - "line": 1212, + "line": 1254, "column": 22 }, "identifierName": "second" @@ -79336,30 +79472,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55591, - "end": 55642, + "start": 57981, + "end": 58032, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 29 }, "end": { - "line": 1212, + "line": 1254, "column": 80 } }, "expressions": [ { "type": "Identifier", - "start": 55594, - "end": 55596, + "start": 57984, + "end": 57986, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 32 }, "end": { - "line": 1212, + "line": 1254, "column": 34 }, "identifierName": "_y" @@ -79368,15 +79504,15 @@ }, { "type": "Identifier", - "start": 55599, - "end": 55603, + "start": 57989, + "end": 57993, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 37 }, "end": { - "line": 1212, + "line": 1254, "column": 41 }, "identifierName": "_sep" @@ -79385,15 +79521,15 @@ }, { "type": "Identifier", - "start": 55606, - "end": 55608, + "start": 57996, + "end": 57998, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 44 }, "end": { - "line": 1212, + "line": 1254, "column": 46 }, "identifierName": "_m" @@ -79402,15 +79538,15 @@ }, { "type": "Identifier", - "start": 55611, - "end": 55615, + "start": 58001, + "end": 58005, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 49 }, "end": { - "line": 1212, + "line": 1254, "column": 53 }, "identifierName": "_sep" @@ -79419,15 +79555,15 @@ }, { "type": "Identifier", - "start": 55618, - "end": 55620, + "start": 58008, + "end": 58010, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 56 }, "end": { - "line": 1212, + "line": 1254, "column": 58 }, "identifierName": "_d" @@ -79436,15 +79572,15 @@ }, { "type": "Identifier", - "start": 55624, - "end": 55626, + "start": 58014, + "end": 58016, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 62 }, "end": { - "line": 1212, + "line": 1254, "column": 64 }, "identifierName": "_h" @@ -79453,15 +79589,15 @@ }, { "type": "Identifier", - "start": 55630, - "end": 55634, + "start": 58020, + "end": 58024, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 68 }, "end": { - "line": 1212, + "line": 1254, "column": 72 }, "identifierName": "_min" @@ -79470,15 +79606,15 @@ }, { "type": "Identifier", - "start": 55638, - "end": 55640, + "start": 58028, + "end": 58030, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 76 }, "end": { - "line": 1212, + "line": 1254, "column": 78 }, "identifierName": "_s" @@ -79489,15 +79625,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55592, - "end": 55592, + "start": 57982, + "end": 57982, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 30 }, "end": { - "line": 1212, + "line": 1254, "column": 30 } }, @@ -79509,15 +79645,15 @@ }, { "type": "TemplateElement", - "start": 55597, - "end": 55597, + "start": 57987, + "end": 57987, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 35 }, "end": { - "line": 1212, + "line": 1254, "column": 35 } }, @@ -79529,15 +79665,15 @@ }, { "type": "TemplateElement", - "start": 55604, - "end": 55604, + "start": 57994, + "end": 57994, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 42 }, "end": { - "line": 1212, + "line": 1254, "column": 42 } }, @@ -79549,15 +79685,15 @@ }, { "type": "TemplateElement", - "start": 55609, - "end": 55609, + "start": 57999, + "end": 57999, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 47 }, "end": { - "line": 1212, + "line": 1254, "column": 47 } }, @@ -79569,15 +79705,15 @@ }, { "type": "TemplateElement", - "start": 55616, - "end": 55616, + "start": 58006, + "end": 58006, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 54 }, "end": { - "line": 1212, + "line": 1254, "column": 54 } }, @@ -79589,15 +79725,15 @@ }, { "type": "TemplateElement", - "start": 55621, - "end": 55622, + "start": 58011, + "end": 58012, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 59 }, "end": { - "line": 1212, + "line": 1254, "column": 60 } }, @@ -79609,15 +79745,15 @@ }, { "type": "TemplateElement", - "start": 55627, - "end": 55628, + "start": 58017, + "end": 58018, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 65 }, "end": { - "line": 1212, + "line": 1254, "column": 66 } }, @@ -79629,15 +79765,15 @@ }, { "type": "TemplateElement", - "start": 55635, - "end": 55636, + "start": 58025, + "end": 58026, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 73 }, "end": { - "line": 1212, + "line": 1254, "column": 74 } }, @@ -79649,15 +79785,15 @@ }, { "type": "TemplateElement", - "start": 55641, - "end": 55641, + "start": 58031, + "end": 58031, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 79 }, "end": { - "line": 1212, + "line": 1254, "column": 79 } }, @@ -79672,15 +79808,15 @@ }, { "type": "ObjectProperty", - "start": 55660, - "end": 55688, + "start": 58050, + "end": 58078, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 16 }, "end": { - "line": 1213, + "line": 1255, "column": 44 } }, @@ -79689,15 +79825,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55660, - "end": 55668, + "start": 58050, + "end": 58058, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 16 }, "end": { - "line": 1213, + "line": 1255, "column": 24 }, "identifierName": "datetime" @@ -79706,43 +79842,43 @@ }, "value": { "type": "CallExpression", - "start": 55673, - "end": 55688, + "start": 58063, + "end": 58078, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 55673, - "end": 55686, + "start": 58063, + "end": 58076, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 42 } }, "object": { "type": "Identifier", - "start": 55673, - "end": 55677, + "start": 58063, + "end": 58067, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 33 }, "identifierName": "_tmp" @@ -79751,15 +79887,15 @@ }, "property": { "type": "Identifier", - "start": 55678, - "end": 55686, + "start": 58068, + "end": 58076, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 34 }, "end": { - "line": 1213, + "line": 1255, "column": 42 }, "identifierName": "toString" @@ -79780,15 +79916,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -79801,57 +79937,57 @@ }, { "type": "ExpressionStatement", - "start": 55722, - "end": 56010, + "start": 58112, + "end": 58400, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1223, + "line": 1265, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 55722, - "end": 56010, + "start": 58112, + "end": 58400, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1223, + "line": 1265, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 55722, - "end": 55737, + "start": 58112, + "end": 58127, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1216, + "line": 1258, "column": 23 } }, "object": { "type": "Identifier", - "start": 55722, - "end": 55729, + "start": 58112, + "end": 58119, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1216, + "line": 1258, "column": 15 }, "identifierName": "_scopes" @@ -79860,15 +79996,15 @@ }, "property": { "type": "Identifier", - "start": 55730, - "end": 55737, + "start": 58120, + "end": 58127, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 16 }, "end": { - "line": 1216, + "line": 1258, "column": 23 }, "identifierName": "forEach" @@ -79880,15 +80016,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55739, - "end": 56009, + "start": 58129, + "end": 58399, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 25 }, "end": { - "line": 1223, + "line": 1265, "column": 9 } }, @@ -79899,15 +80035,15 @@ "params": [ { "type": "Identifier", - "start": 55741, - "end": 55747, + "start": 58131, + "end": 58137, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 27 }, "end": { - "line": 1216, + "line": 1258, "column": 33 }, "identifierName": "_scope" @@ -79917,44 +80053,44 @@ ], "body": { "type": "BlockStatement", - "start": 55753, - "end": 56009, + "start": 58143, + "end": 58399, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 39 }, "end": { - "line": 1223, + "line": 1265, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55811, - "end": 55999, + "start": 58201, + "end": 58389, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 12 }, "end": { - "line": 1222, + "line": 1264, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 55816, - "end": 55852, + "start": 58206, + "end": 58242, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 17 }, "end": { - "line": 1218, + "line": 1260, "column": 53 } }, @@ -79962,29 +80098,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 55818, - "end": 55852, + "start": 58208, + "end": 58242, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 19 }, "end": { - "line": 1218, + "line": 1260, "column": 53 } }, "object": { "type": "Identifier", - "start": 55818, - "end": 55830, + "start": 58208, + "end": 58220, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 19 }, "end": { - "line": 1218, + "line": 1260, "column": 31 }, "identifierName": "_scale_grids" @@ -79994,29 +80130,29 @@ }, "property": { "type": "MemberExpression", - "start": 55831, - "end": 55851, + "start": 58221, + "end": 58241, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 32 }, "end": { - "line": 1218, + "line": 1260, "column": 52 } }, "object": { "type": "Identifier", - "start": 55831, - "end": 55837, + "start": 58221, + "end": 58227, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 32 }, "end": { - "line": 1218, + "line": 1260, "column": 38 }, "identifierName": "_scope" @@ -80025,15 +80161,15 @@ }, "property": { "type": "Identifier", - "start": 55838, - "end": 55850, + "start": 58228, + "end": 58240, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 39 }, "end": { - "line": 1218, + "line": 1260, "column": 51 }, "identifierName": "target_scale" @@ -80052,73 +80188,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 55855, - "end": 55925, + "start": 58245, + "end": 58315, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 56 }, "end": { - "line": 1220, + "line": 1262, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55873, - "end": 55911, + "start": 58263, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 55873, - "end": 55911, + "start": 58263, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55873, - "end": 55907, + "start": 58263, + "end": 58297, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 50 } }, "object": { "type": "Identifier", - "start": 55873, - "end": 55885, + "start": 58263, + "end": 58275, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 28 }, "identifierName": "_scale_grids" @@ -80127,29 +80263,29 @@ }, "property": { "type": "MemberExpression", - "start": 55886, - "end": 55906, + "start": 58276, + "end": 58296, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 29 }, "end": { - "line": 1219, + "line": 1261, "column": 49 } }, "object": { "type": "Identifier", - "start": 55886, - "end": 55892, + "start": 58276, + "end": 58282, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 29 }, "end": { - "line": 1219, + "line": 1261, "column": 35 }, "identifierName": "_scope" @@ -80158,15 +80294,15 @@ }, "property": { "type": "Identifier", - "start": 55893, - "end": 55905, + "start": 58283, + "end": 58295, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 36 }, "end": { - "line": 1219, + "line": 1261, "column": 48 }, "identifierName": "target_scale" @@ -80179,15 +80315,15 @@ }, "right": { "type": "NumericLiteral", - "start": 55910, - "end": 55911, + "start": 58300, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 53 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, @@ -80204,44 +80340,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 55931, - "end": 55999, + "start": 58321, + "end": 58389, "loc": { "start": { - "line": 1220, + "line": 1262, "column": 19 }, "end": { - "line": 1222, + "line": 1264, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55949, - "end": 55985, + "start": 58339, + "end": 58375, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 52 } }, "expression": { "type": "UpdateExpression", - "start": 55949, - "end": 55985, + "start": 58339, + "end": 58375, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 52 } }, @@ -80249,29 +80385,29 @@ "prefix": false, "argument": { "type": "MemberExpression", - "start": 55949, - "end": 55983, + "start": 58339, + "end": 58373, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 50 } }, "object": { "type": "Identifier", - "start": 55949, - "end": 55961, + "start": 58339, + "end": 58351, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 28 }, "identifierName": "_scale_grids" @@ -80280,29 +80416,29 @@ }, "property": { "type": "MemberExpression", - "start": 55962, - "end": 55982, + "start": 58352, + "end": 58372, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 29 }, "end": { - "line": 1221, + "line": 1263, "column": 49 } }, "object": { "type": "Identifier", - "start": 55962, - "end": 55968, + "start": 58352, + "end": 58358, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 29 }, "end": { - "line": 1221, + "line": 1263, "column": 35 }, "identifierName": "_scope" @@ -80311,15 +80447,15 @@ }, "property": { "type": "Identifier", - "start": 55969, - "end": 55981, + "start": 58359, + "end": 58371, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 36 }, "end": { - "line": 1221, + "line": 1263, "column": 48 }, "identifierName": "target_scale" @@ -80339,15 +80475,15 @@ { "type": "CommentLine", "value": "console.log( _scope[target_scale], idx );", - "start": 55755, - "end": 55798, + "start": 58145, + "end": 58188, "loc": { "start": { - "line": 1217, + "line": 1259, "column": 0 }, "end": { - "line": 1217, + "line": 1259, "column": 43 } } @@ -80365,15 +80501,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -80382,57 +80518,57 @@ }, { "type": "ReturnStatement", - "start": 56095, - "end": 56139, + "start": 58485, + "end": 58529, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 8 }, "end": { - "line": 1226, + "line": 1268, "column": 52 } }, "argument": { "type": "CallExpression", - "start": 56102, - "end": 56139, + "start": 58492, + "end": 58529, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 56102, - "end": 56123, + "start": 58492, + "end": 58513, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 56102, - "end": 56106, + "start": 58492, + "end": 58496, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 19 } }, @@ -80440,15 +80576,15 @@ }, "property": { "type": "Identifier", - "start": 56107, - "end": 56123, + "start": 58497, + "end": 58513, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 20 }, "end": { - "line": 1226, + "line": 1268, "column": 36 }, "identifierName": "toIterableObject" @@ -80461,15 +80597,15 @@ "arguments": [ { "type": "Identifier", - "start": 56125, - "end": 56137, + "start": 58515, + "end": 58527, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 38 }, "end": { - "line": 1226, + "line": 1268, "column": 50 }, "identifierName": "_scale_grids" @@ -80483,15 +80619,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -80506,15 +80642,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -80524,15 +80660,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -80541,15 +80677,15 @@ }, { "type": "ClassMethod", - "start": 56397, - "end": 58611, + "start": 58787, + "end": 61001, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 4 }, "end": { - "line": 1269, + "line": 1311, "column": 5 } }, @@ -80557,15 +80693,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56397, - "end": 56416, + "start": 58787, + "end": 58806, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 4 }, "end": { - "line": 1237, + "line": 1279, "column": 23 }, "identifierName": "_createRulerContent" @@ -80581,15 +80717,15 @@ "params": [ { "type": "Identifier", - "start": 56418, - "end": 56429, + "start": 58808, + "end": 58819, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 25 }, "end": { - "line": 1237, + "line": 1279, "column": 36 }, "identifierName": "_line_grids" @@ -80598,15 +80734,15 @@ }, { "type": "Identifier", - "start": 56431, - "end": 56441, + "start": 58821, + "end": 58831, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 38 }, "end": { - "line": 1237, + "line": 1279, "column": 48 }, "identifierName": "line_scale" @@ -80615,15 +80751,15 @@ }, { "type": "Identifier", - "start": 56443, - "end": 56448, + "start": 58833, + "end": 58838, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 50 }, "end": { - "line": 1237, + "line": 1279, "column": 55 }, "identifierName": "ruler" @@ -80633,59 +80769,59 @@ ], "body": { "type": "BlockStatement", - "start": 56451, - "end": 58611, + "start": 58841, + "end": 61001, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 58 }, "end": { - "line": 1269, + "line": 1311, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56461, - "end": 57148, + "start": 58851, + "end": 59538, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 8 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56465, - "end": 56492, + "start": 58855, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 12 }, "end": { - "line": 1238, + "line": 1280, "column": 39 } }, "id": { "type": "Identifier", - "start": 56465, - "end": 56470, + "start": 58855, + "end": 58860, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 12 }, "end": { - "line": 1238, + "line": 1280, "column": 17 }, "identifierName": "_opts" @@ -80694,44 +80830,44 @@ }, "init": { "type": "MemberExpression", - "start": 56480, - "end": 56492, + "start": 58870, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 27 }, "end": { - "line": 1238, + "line": 1280, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 56480, - "end": 56484, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 27 }, "end": { - "line": 1238, + "line": 1280, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56485, - "end": 56492, + "start": 58875, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 32 }, "end": { - "line": 1238, + "line": 1280, "column": 39 }, "identifierName": "_config" @@ -80743,29 +80879,29 @@ }, { "type": "VariableDeclarator", - "start": 56506, - "end": 56540, + "start": 58896, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 12 }, "end": { - "line": 1239, + "line": 1281, "column": 46 } }, "id": { "type": "Identifier", - "start": 56506, - "end": 56512, + "start": 58896, + "end": 58902, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 12 }, "end": { - "line": 1239, + "line": 1281, "column": 18 }, "identifierName": "_props" @@ -80774,44 +80910,44 @@ }, "init": { "type": "MemberExpression", - "start": 56521, - "end": 56540, + "start": 58911, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 27 }, "end": { - "line": 1239, + "line": 1281, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 56521, - "end": 56525, + "start": 58911, + "end": 58915, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 27 }, "end": { - "line": 1239, + "line": 1281, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56526, - "end": 56540, + "start": 58916, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 32 }, "end": { - "line": 1239, + "line": 1281, "column": 46 }, "identifierName": "_instanceProps" @@ -80823,29 +80959,29 @@ }, { "type": "VariableDeclarator", - "start": 56554, - "end": 56626, + "start": 58944, + "end": 59016, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 12 }, "end": { - "line": 1240, + "line": 1282, "column": 84 } }, "id": { "type": "Identifier", - "start": 56554, - "end": 56565, + "start": 58944, + "end": 58955, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 12 }, "end": { - "line": 1240, + "line": 1282, "column": 23 }, "identifierName": "line_height" @@ -80854,58 +80990,58 @@ }, "init": { "type": "CallExpression", - "start": 56569, - "end": 56626, + "start": 58959, + "end": 59016, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 56569, - "end": 56584, + "start": 58959, + "end": 58974, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56569, - "end": 56573, + "start": 58959, + "end": 58963, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56574, - "end": 56584, + "start": 58964, + "end": 58974, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 32 }, "end": { - "line": 1240, + "line": 1282, "column": 42 }, "identifierName": "supplement" @@ -80917,57 +81053,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56586, - "end": 56610, + "start": 58976, + "end": 59000, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56586, - "end": 56603, + "start": 58976, + "end": 58993, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56586, - "end": 56599, + "start": 58976, + "end": 58989, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 57 } }, "object": { "type": "Identifier", - "start": 56586, - "end": 56593, + "start": 58976, + "end": 58983, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 51 }, "identifierName": "Default" @@ -80976,15 +81112,15 @@ }, "property": { "type": "Identifier", - "start": 56594, - "end": 56599, + "start": 58984, + "end": 58989, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 52 }, "end": { - "line": 1240, + "line": 1282, "column": 57 }, "identifierName": "ruler" @@ -80995,15 +81131,15 @@ }, "property": { "type": "Identifier", - "start": 56600, - "end": 56603, + "start": 58990, + "end": 58993, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 58 }, "end": { - "line": 1240, + "line": 1282, "column": 61 }, "identifierName": "top" @@ -81014,15 +81150,15 @@ }, "property": { "type": "Identifier", - "start": 56604, - "end": 56610, + "start": 58994, + "end": 59000, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 62 }, "end": { - "line": 1240, + "line": 1282, "column": 68 }, "identifierName": "height" @@ -81033,29 +81169,29 @@ }, { "type": "MemberExpression", - "start": 56612, - "end": 56624, + "start": 59002, + "end": 59014, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 70 }, "end": { - "line": 1240, + "line": 1282, "column": 82 } }, "object": { "type": "Identifier", - "start": 56612, - "end": 56617, + "start": 59002, + "end": 59007, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 70 }, "end": { - "line": 1240, + "line": 1282, "column": 75 }, "identifierName": "ruler" @@ -81064,15 +81200,15 @@ }, "property": { "type": "Identifier", - "start": 56618, - "end": 56624, + "start": 59008, + "end": 59014, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 76 }, "end": { - "line": 1240, + "line": 1282, "column": 82 }, "identifierName": "height" @@ -81086,29 +81222,29 @@ }, { "type": "VariableDeclarator", - "start": 56640, - "end": 56716, + "start": 59030, + "end": 59106, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 12 }, "end": { - "line": 1241, + "line": 1283, "column": 88 } }, "id": { "type": "Identifier", - "start": 56640, - "end": 56649, + "start": 59030, + "end": 59039, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 12 }, "end": { - "line": 1241, + "line": 1283, "column": 21 }, "identifierName": "font_size" @@ -81117,58 +81253,58 @@ }, "init": { "type": "CallExpression", - "start": 56655, - "end": 56716, + "start": 59045, + "end": 59106, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 56655, - "end": 56670, + "start": 59045, + "end": 59060, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56655, - "end": 56659, + "start": 59045, + "end": 59049, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56660, - "end": 56670, + "start": 59050, + "end": 59060, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 32 }, "end": { - "line": 1241, + "line": 1283, "column": 42 }, "identifierName": "supplement" @@ -81180,57 +81316,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56672, - "end": 56698, + "start": 59062, + "end": 59088, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 56672, - "end": 56689, + "start": 59062, + "end": 59079, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56672, - "end": 56685, + "start": 59062, + "end": 59075, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 57 } }, "object": { "type": "Identifier", - "start": 56672, - "end": 56679, + "start": 59062, + "end": 59069, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 51 }, "identifierName": "Default" @@ -81239,15 +81375,15 @@ }, "property": { "type": "Identifier", - "start": 56680, - "end": 56685, + "start": 59070, + "end": 59075, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 52 }, "end": { - "line": 1241, + "line": 1283, "column": 57 }, "identifierName": "ruler" @@ -81258,15 +81394,15 @@ }, "property": { "type": "Identifier", - "start": 56686, - "end": 56689, + "start": 59076, + "end": 59079, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 58 }, "end": { - "line": 1241, + "line": 1283, "column": 61 }, "identifierName": "top" @@ -81277,15 +81413,15 @@ }, "property": { "type": "Identifier", - "start": 56690, - "end": 56698, + "start": 59080, + "end": 59088, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 62 }, "end": { - "line": 1241, + "line": 1283, "column": 70 }, "identifierName": "fontSize" @@ -81296,29 +81432,29 @@ }, { "type": "MemberExpression", - "start": 56700, - "end": 56714, + "start": 59090, + "end": 59104, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 72 }, "end": { - "line": 1241, + "line": 1283, "column": 86 } }, "object": { "type": "Identifier", - "start": 56700, - "end": 56705, + "start": 59090, + "end": 59095, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 72 }, "end": { - "line": 1241, + "line": 1283, "column": 77 }, "identifierName": "ruler" @@ -81327,15 +81463,15 @@ }, "property": { "type": "Identifier", - "start": 56706, - "end": 56714, + "start": 59096, + "end": 59104, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 78 }, "end": { - "line": 1241, + "line": 1283, "column": 86 }, "identifierName": "fontSize" @@ -81349,29 +81485,29 @@ }, { "type": "VariableDeclarator", - "start": 56730, - "end": 56800, + "start": 59120, + "end": 59190, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 12 }, "end": { - "line": 1242, + "line": 1284, "column": 82 } }, "id": { "type": "Identifier", - "start": 56730, - "end": 56740, + "start": 59120, + "end": 59130, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 12 }, "end": { - "line": 1242, + "line": 1284, "column": 22 }, "identifierName": "text_color" @@ -81380,58 +81516,58 @@ }, "init": { "type": "CallExpression", - "start": 56745, - "end": 56800, + "start": 59135, + "end": 59190, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 56745, - "end": 56760, + "start": 59135, + "end": 59150, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56745, - "end": 56749, + "start": 59135, + "end": 59139, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56750, - "end": 56760, + "start": 59140, + "end": 59150, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 32 }, "end": { - "line": 1242, + "line": 1284, "column": 42 }, "identifierName": "supplement" @@ -81443,57 +81579,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56762, - "end": 56785, + "start": 59152, + "end": 59175, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 56762, - "end": 56779, + "start": 59152, + "end": 59169, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56762, - "end": 56775, + "start": 59152, + "end": 59165, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 57 } }, "object": { "type": "Identifier", - "start": 56762, - "end": 56769, + "start": 59152, + "end": 59159, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 51 }, "identifierName": "Default" @@ -81502,15 +81638,15 @@ }, "property": { "type": "Identifier", - "start": 56770, - "end": 56775, + "start": 59160, + "end": 59165, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 52 }, "end": { - "line": 1242, + "line": 1284, "column": 57 }, "identifierName": "ruler" @@ -81521,15 +81657,15 @@ }, "property": { "type": "Identifier", - "start": 56776, - "end": 56779, + "start": 59166, + "end": 59169, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 58 }, "end": { - "line": 1242, + "line": 1284, "column": 61 }, "identifierName": "top" @@ -81540,15 +81676,15 @@ }, "property": { "type": "Identifier", - "start": 56780, - "end": 56785, + "start": 59170, + "end": 59175, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 62 }, "end": { - "line": 1242, + "line": 1284, "column": 67 }, "identifierName": "color" @@ -81559,29 +81695,29 @@ }, { "type": "MemberExpression", - "start": 56787, - "end": 56798, + "start": 59177, + "end": 59188, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 69 }, "end": { - "line": 1242, + "line": 1284, "column": 80 } }, "object": { "type": "Identifier", - "start": 56787, - "end": 56792, + "start": 59177, + "end": 59182, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 69 }, "end": { - "line": 1242, + "line": 1284, "column": 74 }, "identifierName": "ruler" @@ -81590,15 +81726,15 @@ }, "property": { "type": "Identifier", - "start": 56793, - "end": 56798, + "start": 59183, + "end": 59188, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 75 }, "end": { - "line": 1242, + "line": 1284, "column": 80 }, "identifierName": "color" @@ -81612,29 +81748,29 @@ }, { "type": "VariableDeclarator", - "start": 56814, - "end": 56907, + "start": 59204, + "end": 59297, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 12 }, "end": { - "line": 1243, + "line": 1285, "column": 105 } }, "id": { "type": "Identifier", - "start": 56814, - "end": 56820, + "start": 59204, + "end": 59210, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 12 }, "end": { - "line": 1243, + "line": 1285, "column": 18 }, "identifierName": "locale" @@ -81643,58 +81779,58 @@ }, "init": { "type": "CallExpression", - "start": 56829, - "end": 56907, + "start": 59219, + "end": 59297, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 56829, - "end": 56844, + "start": 59219, + "end": 59234, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56829, - "end": 56833, + "start": 59219, + "end": 59223, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56834, - "end": 56844, + "start": 59224, + "end": 59234, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 32 }, "end": { - "line": 1243, + "line": 1285, "column": 42 }, "identifierName": "supplement" @@ -81706,57 +81842,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56846, - "end": 56870, + "start": 59236, + "end": 59260, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56846, - "end": 56863, + "start": 59236, + "end": 59253, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56846, - "end": 56859, + "start": 59236, + "end": 59249, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 57 } }, "object": { "type": "Identifier", - "start": 56846, - "end": 56853, + "start": 59236, + "end": 59243, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 51 }, "identifierName": "Default" @@ -81765,15 +81901,15 @@ }, "property": { "type": "Identifier", - "start": 56854, - "end": 56859, + "start": 59244, + "end": 59249, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 52 }, "end": { - "line": 1243, + "line": 1285, "column": 57 }, "identifierName": "ruler" @@ -81784,15 +81920,15 @@ }, "property": { "type": "Identifier", - "start": 56860, - "end": 56863, + "start": 59250, + "end": 59253, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 58 }, "end": { - "line": 1243, + "line": 1285, "column": 61 }, "identifierName": "top" @@ -81803,15 +81939,15 @@ }, "property": { "type": "Identifier", - "start": 56864, - "end": 56870, + "start": 59254, + "end": 59260, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 62 }, "end": { - "line": 1243, + "line": 1285, "column": 68 }, "identifierName": "locale" @@ -81822,29 +81958,29 @@ }, { "type": "MemberExpression", - "start": 56872, - "end": 56884, + "start": 59262, + "end": 59274, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 70 }, "end": { - "line": 1243, + "line": 1285, "column": 82 } }, "object": { "type": "Identifier", - "start": 56872, - "end": 56877, + "start": 59262, + "end": 59267, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 70 }, "end": { - "line": 1243, + "line": 1285, "column": 75 }, "identifierName": "ruler" @@ -81853,15 +81989,15 @@ }, "property": { "type": "Identifier", - "start": 56878, - "end": 56884, + "start": 59268, + "end": 59274, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 76 }, "end": { - "line": 1243, + "line": 1285, "column": 82 }, "identifierName": "locale" @@ -81872,44 +82008,44 @@ }, { "type": "MemberExpression", - "start": 56886, - "end": 56905, + "start": 59276, + "end": 59295, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 84 }, "end": { - "line": 1243, + "line": 1285, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 56886, - "end": 56890, + "start": 59276, + "end": 59280, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 84 }, "end": { - "line": 1243, + "line": 1285, "column": 88 } } }, "property": { "type": "Identifier", - "start": 56891, - "end": 56905, + "start": 59281, + "end": 59295, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 89 }, "end": { - "line": 1243, + "line": 1285, "column": 103 }, "identifierName": "validateString" @@ -81923,29 +82059,29 @@ }, { "type": "VariableDeclarator", - "start": 56921, - "end": 57014, + "start": 59311, + "end": 59404, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 12 }, "end": { - "line": 1244, + "line": 1286, "column": 105 } }, "id": { "type": "Identifier", - "start": 56921, - "end": 56927, + "start": 59311, + "end": 59317, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 12 }, "end": { - "line": 1244, + "line": 1286, "column": 18 }, "identifierName": "format" @@ -81954,58 +82090,58 @@ }, "init": { "type": "CallExpression", - "start": 56936, - "end": 57014, + "start": 59326, + "end": 59404, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 56936, - "end": 56951, + "start": 59326, + "end": 59341, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56936, - "end": 56940, + "start": 59326, + "end": 59330, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56941, - "end": 56951, + "start": 59331, + "end": 59341, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 32 }, "end": { - "line": 1244, + "line": 1286, "column": 42 }, "identifierName": "supplement" @@ -82017,57 +82153,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56953, - "end": 56977, + "start": 59343, + "end": 59367, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56953, - "end": 56970, + "start": 59343, + "end": 59360, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56953, - "end": 56966, + "start": 59343, + "end": 59356, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 57 } }, "object": { "type": "Identifier", - "start": 56953, - "end": 56960, + "start": 59343, + "end": 59350, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 51 }, "identifierName": "Default" @@ -82076,15 +82212,15 @@ }, "property": { "type": "Identifier", - "start": 56961, - "end": 56966, + "start": 59351, + "end": 59356, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 52 }, "end": { - "line": 1244, + "line": 1286, "column": 57 }, "identifierName": "ruler" @@ -82095,15 +82231,15 @@ }, "property": { "type": "Identifier", - "start": 56967, - "end": 56970, + "start": 59357, + "end": 59360, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 58 }, "end": { - "line": 1244, + "line": 1286, "column": 61 }, "identifierName": "top" @@ -82114,15 +82250,15 @@ }, "property": { "type": "Identifier", - "start": 56971, - "end": 56977, + "start": 59361, + "end": 59367, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 62 }, "end": { - "line": 1244, + "line": 1286, "column": 68 }, "identifierName": "format" @@ -82133,29 +82269,29 @@ }, { "type": "MemberExpression", - "start": 56979, - "end": 56991, + "start": 59369, + "end": 59381, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 70 }, "end": { - "line": 1244, + "line": 1286, "column": 82 } }, "object": { "type": "Identifier", - "start": 56979, - "end": 56984, + "start": 59369, + "end": 59374, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 70 }, "end": { - "line": 1244, + "line": 1286, "column": 75 }, "identifierName": "ruler" @@ -82164,15 +82300,15 @@ }, "property": { "type": "Identifier", - "start": 56985, - "end": 56991, + "start": 59375, + "end": 59381, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 76 }, "end": { - "line": 1244, + "line": 1286, "column": 82 }, "identifierName": "format" @@ -82183,44 +82319,44 @@ }, { "type": "MemberExpression", - "start": 56993, - "end": 57012, + "start": 59383, + "end": 59402, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 84 }, "end": { - "line": 1244, + "line": 1286, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 56993, - "end": 56997, + "start": 59383, + "end": 59387, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 84 }, "end": { - "line": 1244, + "line": 1286, "column": 88 } } }, "property": { "type": "Identifier", - "start": 56998, - "end": 57012, + "start": 59388, + "end": 59402, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 89 }, "end": { - "line": 1244, + "line": 1286, "column": 103 }, "identifierName": "validateObject" @@ -82234,29 +82370,29 @@ }, { "type": "VariableDeclarator", - "start": 57028, - "end": 57148, + "start": 59418, + "end": 59538, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 12 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "id": { "type": "Identifier", - "start": 57028, - "end": 57040, + "start": 59418, + "end": 59430, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 12 }, "end": { - "line": 1245, + "line": 1287, "column": 24 }, "identifierName": "_ruler_lines" @@ -82265,29 +82401,29 @@ }, "init": { "type": "CallExpression", - "start": 57043, - "end": 57148, + "start": 59433, + "end": 59538, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 27 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "callee": { "type": "Identifier", - "start": 57043, - "end": 57044, + "start": 59433, + "end": 59434, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 27 }, "end": { - "line": 1245, + "line": 1287, "column": 28 }, "identifierName": "$" @@ -82297,15 +82433,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57045, - "end": 57058, + "start": 59435, + "end": 59448, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 29 }, "end": { - "line": 1245, + "line": 1287, "column": 42 } }, @@ -82317,30 +82453,30 @@ }, { "type": "ObjectExpression", - "start": 57060, - "end": 57147, + "start": 59450, + "end": 59537, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 44 }, "end": { - "line": 1245, + "line": 1287, "column": 131 } }, "properties": [ { "type": "ObjectProperty", - "start": 57062, - "end": 57099, + "start": 59452, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 46 }, "end": { - "line": 1245, + "line": 1287, "column": 83 } }, @@ -82349,15 +82485,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57062, - "end": 57067, + "start": 59452, + "end": 59457, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 46 }, "end": { - "line": 1245, + "line": 1287, "column": 51 }, "identifierName": "class" @@ -82366,29 +82502,29 @@ }, "value": { "type": "MemberExpression", - "start": 57069, - "end": 57099, + "start": 59459, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 53 }, "end": { - "line": 1245, + "line": 1287, "column": 83 } }, "object": { "type": "Identifier", - "start": 57069, - "end": 57078, + "start": 59459, + "end": 59468, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 53 }, "end": { - "line": 1245, + "line": 1287, "column": 62 }, "identifierName": "ClassName" @@ -82397,15 +82533,15 @@ }, "property": { "type": "Identifier", - "start": 57079, - "end": 57099, + "start": 59469, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 63 }, "end": { - "line": 1245, + "line": 1287, "column": 83 }, "identifierName": "TIMELINE_RULER_LINES" @@ -82417,15 +82553,15 @@ }, { "type": "ObjectProperty", - "start": 57101, - "end": 57145, + "start": 59491, + "end": 59535, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 85 }, "end": { - "line": 1245, + "line": 1287, "column": 129 } }, @@ -82434,15 +82570,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57101, - "end": 57106, + "start": 59491, + "end": 59496, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 85 }, "end": { - "line": 1245, + "line": 1287, "column": 90 }, "identifierName": "style" @@ -82451,30 +82587,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 57108, - "end": 57145, + "start": 59498, + "end": 59535, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 92 }, "end": { - "line": 1245, + "line": 1287, "column": 129 } }, "expressions": [ { "type": "Identifier", - "start": 57129, - "end": 57140, + "start": 59519, + "end": 59530, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 113 }, "end": { - "line": 1245, + "line": 1287, "column": 124 }, "identifierName": "line_height" @@ -82485,15 +82621,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 57109, - "end": 57127, + "start": 59499, + "end": 59517, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 93 }, "end": { - "line": 1245, + "line": 1287, "column": 111 } }, @@ -82505,15 +82641,15 @@ }, { "type": "TemplateElement", - "start": 57141, - "end": 57144, + "start": 59531, + "end": 59534, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 125 }, "end": { - "line": 1245, + "line": 1287, "column": 128 } }, @@ -82536,58 +82672,58 @@ }, { "type": "ForOfStatement", - "start": 57166, - "end": 58568, + "start": 59556, + "end": 60958, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 8 }, "end": { - "line": 1266, + "line": 1308, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 57172, - "end": 57180, + "start": 59562, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 14 }, "end": { - "line": 1247, + "line": 1289, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57176, - "end": 57180, + "start": 59566, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 18 }, "end": { - "line": 1247, + "line": 1289, "column": 22 } }, "id": { "type": "Identifier", - "start": 57176, - "end": 57180, + "start": 59566, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 18 }, "end": { - "line": 1247, + "line": 1289, "column": 22 }, "identifierName": "_key" @@ -82601,43 +82737,43 @@ }, "right": { "type": "CallExpression", - "start": 57184, - "end": 57210, + "start": 59574, + "end": 59600, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 57184, - "end": 57195, + "start": 59574, + "end": 59585, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 37 } }, "object": { "type": "Identifier", - "start": 57184, - "end": 57190, + "start": 59574, + "end": 59580, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 32 }, "identifierName": "Object" @@ -82646,15 +82782,15 @@ }, "property": { "type": "Identifier", - "start": 57191, - "end": 57195, + "start": 59581, + "end": 59585, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 33 }, "end": { - "line": 1247, + "line": 1289, "column": 37 }, "identifierName": "keys" @@ -82666,15 +82802,15 @@ "arguments": [ { "type": "Identifier", - "start": 57197, - "end": 57208, + "start": 59587, + "end": 59598, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 39 }, "end": { - "line": 1247, + "line": 1289, "column": 50 }, "identifierName": "_line_grids" @@ -82685,59 +82821,59 @@ }, "body": { "type": "BlockStatement", - "start": 57213, - "end": 58568, + "start": 59603, + "end": 60958, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 55 }, "end": { - "line": 1266, + "line": 1308, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57227, - "end": 57707, + "start": 59617, + "end": 60097, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 12 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57231, - "end": 57348, + "start": 59621, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 16 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "id": { "type": "Identifier", - "start": 57231, - "end": 57242, + "start": 59621, + "end": 59632, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 16 }, "end": { - "line": 1248, + "line": 1290, "column": 27 }, "identifierName": "_item_width" @@ -82746,57 +82882,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 57250, - "end": 57348, + "start": 59640, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "test": { "type": "CallExpression", - "start": 57250, - "end": 57289, + "start": 59640, + "end": 59679, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 57250, - "end": 57274, + "start": 59640, + "end": 59664, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 59 } }, "object": { "type": "RegExpLiteral", - "start": 57250, - "end": 57269, + "start": 59640, + "end": 59659, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 54 } }, @@ -82808,15 +82944,15 @@ }, "property": { "type": "Identifier", - "start": 57270, - "end": 57274, + "start": 59660, + "end": 59664, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 55 }, "end": { - "line": 1248, + "line": 1290, "column": 59 }, "identifierName": "test" @@ -82828,29 +82964,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 57276, - "end": 57287, + "start": 59666, + "end": 59677, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 61 }, "end": { - "line": 1248, + "line": 1290, "column": 72 } }, "object": { "type": "Identifier", - "start": 57276, - "end": 57281, + "start": 59666, + "end": 59671, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 61 }, "end": { - "line": 1248, + "line": 1290, "column": 66 }, "identifierName": "_opts" @@ -82859,15 +82995,15 @@ }, "property": { "type": "Identifier", - "start": 57282, - "end": 57287, + "start": 59672, + "end": 59677, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 67 }, "end": { - "line": 1248, + "line": 1290, "column": 72 }, "identifierName": "scale" @@ -82880,29 +83016,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 57292, - "end": 57309, + "start": 59682, + "end": 59699, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 77 }, "end": { - "line": 1248, + "line": 1290, "column": 94 } }, "object": { "type": "Identifier", - "start": 57292, - "end": 57303, + "start": 59682, + "end": 59693, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 77 }, "end": { - "line": 1248, + "line": 1290, "column": 88 }, "identifierName": "_line_grids" @@ -82911,15 +83047,15 @@ }, "property": { "type": "Identifier", - "start": 57304, - "end": 57308, + "start": 59694, + "end": 59698, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 89 }, "end": { - "line": 1248, + "line": 1290, "column": 93 }, "identifierName": "_key" @@ -82930,43 +83066,43 @@ }, "alternate": { "type": "BinaryExpression", - "start": 57312, - "end": 57348, + "start": 59702, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "left": { "type": "MemberExpression", - "start": 57312, - "end": 57329, + "start": 59702, + "end": 59719, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 114 } }, "object": { "type": "Identifier", - "start": 57312, - "end": 57323, + "start": 59702, + "end": 59713, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 108 }, "identifierName": "_line_grids" @@ -82975,15 +83111,15 @@ }, "property": { "type": "Identifier", - "start": 57324, - "end": 57328, + "start": 59714, + "end": 59718, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 109 }, "end": { - "line": 1248, + "line": 1290, "column": 113 }, "identifierName": "_key" @@ -82995,29 +83131,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 57332, - "end": 57348, + "start": 59722, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 117 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "object": { "type": "Identifier", - "start": 57332, - "end": 57338, + "start": 59722, + "end": 59728, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 117 }, "end": { - "line": 1248, + "line": 1290, "column": 123 }, "identifierName": "_props" @@ -83026,15 +83162,15 @@ }, "property": { "type": "Identifier", - "start": 57339, - "end": 57348, + "start": 59729, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 124 }, "end": { - "line": 1248, + "line": 1290, "column": 133 }, "identifierName": "scaleSize" @@ -83048,29 +83184,29 @@ }, { "type": "VariableDeclarator", - "start": 57366, - "end": 57575, + "start": 59756, + "end": 59965, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 16 }, "end": { - "line": 1249, + "line": 1291, "column": 225 } }, "id": { "type": "Identifier", - "start": 57366, - "end": 57371, + "start": 59756, + "end": 59761, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 16 }, "end": { - "line": 1249, + "line": 1291, "column": 21 }, "identifierName": "_line" @@ -83079,29 +83215,29 @@ }, "init": { "type": "CallExpression", - "start": 57385, - "end": 57575, + "start": 59775, + "end": 59965, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 35 }, "end": { - "line": 1249, + "line": 1291, "column": 225 } }, "callee": { "type": "Identifier", - "start": 57385, - "end": 57386, + "start": 59775, + "end": 59776, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 35 }, "end": { - "line": 1249, + "line": 1291, "column": 36 }, "identifierName": "$" @@ -83111,15 +83247,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57387, - "end": 57400, + "start": 59777, + "end": 59790, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 37 }, "end": { - "line": 1249, + "line": 1291, "column": 50 } }, @@ -83131,30 +83267,30 @@ }, { "type": "ObjectExpression", - "start": 57402, - "end": 57574, + "start": 59792, + "end": 59964, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 52 }, "end": { - "line": 1249, + "line": 1291, "column": 224 } }, "properties": [ { "type": "ObjectProperty", - "start": 57404, - "end": 57440, + "start": 59794, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 54 }, "end": { - "line": 1249, + "line": 1291, "column": 90 } }, @@ -83163,15 +83299,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57404, - "end": 57409, + "start": 59794, + "end": 59799, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 54 }, "end": { - "line": 1249, + "line": 1291, "column": 59 }, "identifierName": "class" @@ -83180,29 +83316,29 @@ }, "value": { "type": "MemberExpression", - "start": 57411, - "end": 57440, + "start": 59801, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 61 }, "end": { - "line": 1249, + "line": 1291, "column": 90 } }, "object": { "type": "Identifier", - "start": 57411, - "end": 57420, + "start": 59801, + "end": 59810, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 61 }, "end": { - "line": 1249, + "line": 1291, "column": 70 }, "identifierName": "ClassName" @@ -83211,15 +83347,15 @@ }, "property": { "type": "Identifier", - "start": 57421, - "end": 57440, + "start": 59811, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 71 }, "end": { - "line": 1249, + "line": 1291, "column": 90 }, "identifierName": "TIMELINE_RULER_ITEM" @@ -83231,15 +83367,15 @@ }, { "type": "ObjectProperty", - "start": 57442, - "end": 57572, + "start": 59832, + "end": 59962, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 92 }, "end": { - "line": 1249, + "line": 1291, "column": 222 } }, @@ -83248,15 +83384,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57442, - "end": 57447, + "start": 59832, + "end": 59837, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 92 }, "end": { - "line": 1249, + "line": 1291, "column": 97 }, "identifierName": "style" @@ -83265,30 +83401,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 57449, - "end": 57572, + "start": 59839, + "end": 59962, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 99 }, "end": { - "line": 1249, + "line": 1291, "column": 222 } }, "expressions": [ { "type": "Identifier", - "start": 57458, - "end": 57469, + "start": 59848, + "end": 59859, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 108 }, "end": { - "line": 1249, + "line": 1291, "column": 119 }, "identifierName": "_item_width" @@ -83297,15 +83433,15 @@ }, { "type": "Identifier", - "start": 57482, - "end": 57493, + "start": 59872, + "end": 59883, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 132 }, "end": { - "line": 1249, + "line": 1291, "column": 143 }, "identifierName": "line_height" @@ -83314,15 +83450,15 @@ }, { "type": "Identifier", - "start": 57511, - "end": 57522, + "start": 59901, + "end": 59912, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 161 }, "end": { - "line": 1249, + "line": 1291, "column": 172 }, "identifierName": "line_height" @@ -83331,15 +83467,15 @@ }, { "type": "Identifier", - "start": 57538, - "end": 57547, + "start": 59928, + "end": 59937, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 188 }, "end": { - "line": 1249, + "line": 1291, "column": 197 }, "identifierName": "font_size" @@ -83348,15 +83484,15 @@ }, { "type": "Identifier", - "start": 57559, - "end": 57569, + "start": 59949, + "end": 59959, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 209 }, "end": { - "line": 1249, + "line": 1291, "column": 219 }, "identifierName": "text_color" @@ -83367,15 +83503,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 57450, - "end": 57456, + "start": 59840, + "end": 59846, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 100 }, "end": { - "line": 1249, + "line": 1291, "column": 106 } }, @@ -83387,15 +83523,15 @@ }, { "type": "TemplateElement", - "start": 57470, - "end": 57480, + "start": 59860, + "end": 59870, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 120 }, "end": { - "line": 1249, + "line": 1291, "column": 130 } }, @@ -83407,15 +83543,15 @@ }, { "type": "TemplateElement", - "start": 57494, - "end": 57509, + "start": 59884, + "end": 59899, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 144 }, "end": { - "line": 1249, + "line": 1291, "column": 159 } }, @@ -83427,15 +83563,15 @@ }, { "type": "TemplateElement", - "start": 57523, - "end": 57536, + "start": 59913, + "end": 59926, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 173 }, "end": { - "line": 1249, + "line": 1291, "column": 186 } }, @@ -83447,15 +83583,15 @@ }, { "type": "TemplateElement", - "start": 57548, - "end": 57557, + "start": 59938, + "end": 59947, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 198 }, "end": { - "line": 1249, + "line": 1291, "column": 207 } }, @@ -83467,15 +83603,15 @@ }, { "type": "TemplateElement", - "start": 57570, - "end": 57571, + "start": 59960, + "end": 59961, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 220 }, "end": { - "line": 1249, + "line": 1291, "column": 221 } }, @@ -83495,29 +83631,29 @@ }, { "type": "VariableDeclarator", - "start": 57593, - "end": 57668, + "start": 59983, + "end": 60058, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 16 }, "end": { - "line": 1250, + "line": 1292, "column": 91 } }, "id": { "type": "Identifier", - "start": 57593, - "end": 57606, + "start": 59983, + "end": 59996, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 16 }, "end": { - "line": 1250, + "line": 1292, "column": 29 }, "identifierName": "_ruler_string" @@ -83526,58 +83662,58 @@ }, "init": { "type": "CallExpression", - "start": 57612, - "end": 57668, + "start": 60002, + "end": 60058, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 57612, - "end": 57632, + "start": 60002, + "end": 60022, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 57612, - "end": 57616, + "start": 60002, + "end": 60006, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 39 } } }, "property": { "type": "Identifier", - "start": 57617, - "end": 57632, + "start": 60007, + "end": 60022, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 40 }, "end": { - "line": 1250, + "line": 1292, "column": 55 }, "identifierName": "getLocaleString" @@ -83589,15 +83725,15 @@ "arguments": [ { "type": "Identifier", - "start": 57634, - "end": 57638, + "start": 60024, + "end": 60028, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 57 }, "end": { - "line": 1250, + "line": 1292, "column": 61 }, "identifierName": "_key" @@ -83606,15 +83742,15 @@ }, { "type": "Identifier", - "start": 57640, - "end": 57650, + "start": 60030, + "end": 60040, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 63 }, "end": { - "line": 1250, + "line": 1292, "column": 73 }, "identifierName": "line_scale" @@ -83623,15 +83759,15 @@ }, { "type": "Identifier", - "start": 57652, - "end": 57658, + "start": 60042, + "end": 60048, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 75 }, "end": { - "line": 1250, + "line": 1292, "column": 81 }, "identifierName": "locale" @@ -83640,15 +83776,15 @@ }, { "type": "Identifier", - "start": 57660, - "end": 57666, + "start": 60050, + "end": 60056, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 83 }, "end": { - "line": 1250, + "line": 1292, "column": 89 }, "identifierName": "format" @@ -83660,29 +83796,29 @@ }, { "type": "VariableDeclarator", - "start": 57686, - "end": 57707, + "start": 60076, + "end": 60097, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 16 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, "id": { "type": "Identifier", - "start": 57686, - "end": 57702, + "start": 60076, + "end": 60092, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 16 }, "end": { - "line": 1251, + "line": 1293, "column": 32 }, "identifierName": "_data_ruler_item" @@ -83691,15 +83827,15 @@ }, "init": { "type": "StringLiteral", - "start": 57705, - "end": 57707, + "start": 60095, + "end": 60097, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 35 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, @@ -83719,15 +83855,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -83736,44 +83872,44 @@ }, { "type": "ExpressionStatement", - "start": 57855, - "end": 57956, + "start": 60245, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "expression": { "type": "AssignmentExpression", - "start": 57855, - "end": 57956, + "start": 60245, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57855, - "end": 57871, + "start": 60245, + "end": 60261, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 28 }, "identifierName": "_data_ruler_item" @@ -83783,30 +83919,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 57874, - "end": 57956, + "start": 60264, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 31 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "expressions": [ { "type": "Identifier", - "start": 57877, - "end": 57887, + "start": 60267, + "end": 60277, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 34 }, "end": { - "line": 1254, + "line": 1296, "column": 44 }, "identifierName": "line_scale" @@ -83815,43 +83951,43 @@ }, { "type": "ConditionalExpression", - "start": 57893, - "end": 57952, + "start": 60283, + "end": 60342, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 109 } }, "test": { "type": "BinaryExpression", - "start": 57893, - "end": 57916, + "start": 60283, + "end": 60306, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 73 } }, "left": { "type": "Identifier", - "start": 57893, - "end": 57909, + "start": 60283, + "end": 60299, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 66 }, "identifierName": "_data_ruler_item" @@ -83861,15 +83997,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 57914, - "end": 57916, + "start": 60304, + "end": 60306, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 71 }, "end": { - "line": 1254, + "line": 1296, "column": 73 } }, @@ -83882,29 +84018,29 @@ }, "consequent": { "type": "CallExpression", - "start": 57919, - "end": 57933, + "start": 60309, + "end": 60323, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 76 }, "end": { - "line": 1254, + "line": 1296, "column": 90 } }, "callee": { "type": "Identifier", - "start": 57919, - "end": 57925, + "start": 60309, + "end": 60315, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 76 }, "end": { - "line": 1254, + "line": 1296, "column": 82 }, "identifierName": "String" @@ -83914,15 +84050,15 @@ "arguments": [ { "type": "Identifier", - "start": 57927, - "end": 57931, + "start": 60317, + "end": 60321, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 84 }, "end": { - "line": 1254, + "line": 1296, "column": 88 }, "identifierName": "_key" @@ -83933,15 +84069,15 @@ }, "alternate": { "type": "Identifier", - "start": 57936, - "end": 57952, + "start": 60326, + "end": 60342, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 93 }, "end": { - "line": 1254, + "line": 1296, "column": 109 }, "identifierName": "_data_ruler_item" @@ -83950,22 +84086,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 57891 + "parenStart": 60281 } } ], "quasis": [ { "type": "TemplateElement", - "start": 57875, - "end": 57875, + "start": 60265, + "end": 60265, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 32 }, "end": { - "line": 1254, + "line": 1296, "column": 32 } }, @@ -83977,15 +84113,15 @@ }, { "type": "TemplateElement", - "start": 57888, - "end": 57889, + "start": 60278, + "end": 60279, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 45 }, "end": { - "line": 1254, + "line": 1296, "column": 46 } }, @@ -83997,15 +84133,15 @@ }, { "type": "TemplateElement", - "start": 57955, - "end": 57955, + "start": 60345, + "end": 60345, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 112 }, "end": { - "line": 1254, + "line": 1296, "column": 112 } }, @@ -84023,15 +84159,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -84040,85 +84176,85 @@ }, { "type": "ExpressionStatement", - "start": 57969, - "end": 58040, + "start": 60359, + "end": 60430, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 57969, - "end": 58040, + "start": 60359, + "end": 60430, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 57969, - "end": 58023, + "start": 60359, + "end": 60413, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 66 } }, "object": { "type": "CallExpression", - "start": 57969, - "end": 58018, + "start": 60359, + "end": 60408, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 57969, - "end": 57979, + "start": 60359, + "end": 60369, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 22 } }, "object": { "type": "Identifier", - "start": 57969, - "end": 57974, + "start": 60359, + "end": 60364, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 17 }, "identifierName": "_line" @@ -84127,15 +84263,15 @@ }, "property": { "type": "Identifier", - "start": 57975, - "end": 57979, + "start": 60365, + "end": 60369, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 18 }, "end": { - "line": 1255, + "line": 1297, "column": 22 }, "identifierName": "attr" @@ -84147,15 +84283,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57981, - "end": 57998, + "start": 60371, + "end": 60388, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 24 }, "end": { - "line": 1255, + "line": 1297, "column": 41 } }, @@ -84167,15 +84303,15 @@ }, { "type": "Identifier", - "start": 58000, - "end": 58016, + "start": 60390, + "end": 60406, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 43 }, "end": { - "line": 1255, + "line": 1297, "column": 59 }, "identifierName": "_data_ruler_item" @@ -84186,15 +84322,15 @@ }, "property": { "type": "Identifier", - "start": 58019, - "end": 58023, + "start": 60409, + "end": 60413, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 62 }, "end": { - "line": 1255, + "line": 1297, "column": 66 }, "identifierName": "html" @@ -84206,15 +84342,15 @@ "arguments": [ { "type": "Identifier", - "start": 58025, - "end": 58038, + "start": 60415, + "end": 60428, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 68 }, "end": { - "line": 1255, + "line": 1297, "column": 81 }, "identifierName": "_ruler_string" @@ -84226,43 +84362,43 @@ }, { "type": "IfStatement", - "start": 58066, - "end": 58465, + "start": 60456, + "end": 60855, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 12 }, "end": { - "line": 1263, + "line": 1305, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 58071, - "end": 58115, + "start": 60461, + "end": 60505, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 17 }, "end": { - "line": 1257, + "line": 1299, "column": 61 } }, "left": { "type": "Identifier", - "start": 58071, - "end": 58082, + "start": 60461, + "end": 60472, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 17 }, "end": { - "line": 1257, + "line": 1299, "column": 28 }, "identifierName": "_item_width" @@ -84272,58 +84408,58 @@ "operator": ">", "right": { "type": "CallExpression", - "start": 58085, - "end": 58115, + "start": 60475, + "end": 60505, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 58085, - "end": 58098, + "start": 60475, + "end": 60488, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 58085, - "end": 58089, + "start": 60475, + "end": 60479, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 35 } } }, "property": { "type": "Identifier", - "start": 58090, - "end": 58098, + "start": 60480, + "end": 60488, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 36 }, "end": { - "line": 1257, + "line": 1299, "column": 44 }, "identifierName": "strWidth" @@ -84335,15 +84471,15 @@ "arguments": [ { "type": "Identifier", - "start": 58100, - "end": 58113, + "start": 60490, + "end": 60503, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 46 }, "end": { - "line": 1257, + "line": 1299, "column": 59 }, "identifierName": "_ruler_string" @@ -84355,58 +84491,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 58118, - "end": 58465, + "start": 60508, + "end": 60855, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 64 }, "end": { - "line": 1263, + "line": 1305, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 58316, - "end": 58451, + "start": 60706, + "end": 60841, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 16 }, "end": { - "line": 1262, + "line": 1304, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 58321, - "end": 58359, + "start": 60711, + "end": 60749, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 21 }, "end": { - "line": 1260, + "line": 1302, "column": 59 } }, "left": { "type": "Identifier", - "start": 58321, - "end": 58332, + "start": 60711, + "end": 60722, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 21 }, "end": { - "line": 1260, + "line": 1302, "column": 32 }, "identifierName": "_item_width" @@ -84417,57 +84553,57 @@ "operator": ">", "right": { "type": "CallExpression", - "start": 58335, - "end": 58359, + "start": 60725, + "end": 60749, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 58335, - "end": 58357, + "start": 60725, + "end": 60747, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 57 } }, "object": { "type": "CallExpression", - "start": 58335, - "end": 58351, + "start": 60725, + "end": 60741, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 51 } }, "callee": { "type": "Identifier", - "start": 58335, - "end": 58336, + "start": 60725, + "end": 60726, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 36 }, "identifierName": "$" @@ -84477,44 +84613,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 58337, - "end": 58350, + "start": 60727, + "end": 60740, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 37 }, "end": { - "line": 1260, + "line": 1302, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 58337, - "end": 58341, + "start": 60727, + "end": 60731, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 37 }, "end": { - "line": 1260, + "line": 1302, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58342, - "end": 58350, + "start": 60732, + "end": 60740, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 42 }, "end": { - "line": 1260, + "line": 1302, "column": 50 }, "identifierName": "_element" @@ -84527,15 +84663,15 @@ }, "property": { "type": "Identifier", - "start": 58352, - "end": 58357, + "start": 60742, + "end": 60747, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 52 }, "end": { - "line": 1260, + "line": 1302, "column": 57 }, "identifierName": "width" @@ -84550,72 +84686,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 58362, - "end": 58451, + "start": 60752, + "end": 60841, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 62 }, "end": { - "line": 1262, + "line": 1304, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 58384, - "end": 58433, + "start": 60774, + "end": 60823, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 58384, - "end": 58433, + "start": 60774, + "end": 60823, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 58384, - "end": 58398, + "start": 60774, + "end": 60788, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 34 } }, "object": { "type": "Identifier", - "start": 58384, - "end": 58389, + "start": 60774, + "end": 60779, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 25 }, "identifierName": "_line" @@ -84624,15 +84760,15 @@ }, "property": { "type": "Identifier", - "start": 58390, - "end": 58398, + "start": 60780, + "end": 60788, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 26 }, "end": { - "line": 1261, + "line": 1303, "column": 34 }, "identifierName": "addClass" @@ -84644,29 +84780,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58400, - "end": 58431, + "start": 60790, + "end": 60821, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 36 }, "end": { - "line": 1261, + "line": 1303, "column": 67 } }, "object": { "type": "Identifier", - "start": 58400, - "end": 58409, + "start": 60790, + "end": 60799, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 36 }, "end": { - "line": 1261, + "line": 1303, "column": 45 }, "identifierName": "ClassName" @@ -84675,15 +84811,15 @@ }, "property": { "type": "Identifier", - "start": 58410, - "end": 58431, + "start": 60800, + "end": 60821, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 46 }, "end": { - "line": 1261, + "line": 1303, "column": 67 }, "identifierName": "RULER_ITEM_ALIGN_LEFT" @@ -84703,15 +84839,15 @@ { "type": "CommentLine", "value": " Adjust position of ruler item string", - "start": 58136, - "end": 58175, + "start": 60526, + "end": 60565, "loc": { "start": { - "line": 1258, + "line": 1300, "column": 16 }, "end": { - "line": 1258, + "line": 1300, "column": 55 } } @@ -84719,15 +84855,15 @@ { "type": "CommentLine", "value": "console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )", - "start": 58176, - "end": 58299, + "start": 60566, + "end": 60689, "loc": { "start": { - "line": 1259, + "line": 1301, "column": 0 }, "end": { - "line": 1259, + "line": 1301, "column": 123 } } @@ -84741,85 +84877,85 @@ }, { "type": "ExpressionStatement", - "start": 58491, - "end": 58558, + "start": 60881, + "end": 60948, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 79 } }, "expression": { "type": "CallExpression", - "start": 58491, - "end": 58558, + "start": 60881, + "end": 60948, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 58491, - "end": 58524, + "start": 60881, + "end": 60914, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 45 } }, "object": { "type": "CallExpression", - "start": 58491, - "end": 58519, + "start": 60881, + "end": 60909, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 58491, - "end": 58510, + "start": 60881, + "end": 60900, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 31 } }, "object": { "type": "Identifier", - "start": 58491, - "end": 58503, + "start": 60881, + "end": 60893, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 24 }, "identifierName": "_ruler_lines" @@ -84828,15 +84964,15 @@ }, "property": { "type": "Identifier", - "start": 58504, - "end": 58510, + "start": 60894, + "end": 60900, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 25 }, "end": { - "line": 1265, + "line": 1307, "column": 31 }, "identifierName": "append" @@ -84848,15 +84984,15 @@ "arguments": [ { "type": "Identifier", - "start": 58512, - "end": 58517, + "start": 60902, + "end": 60907, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 33 }, "end": { - "line": 1265, + "line": 1307, "column": 38 }, "identifierName": "_line" @@ -84867,15 +85003,15 @@ }, "property": { "type": "Identifier", - "start": 58520, - "end": 58524, + "start": 60910, + "end": 60914, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 41 }, "end": { - "line": 1265, + "line": 1307, "column": 45 }, "identifierName": "attr" @@ -84887,15 +85023,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 58526, - "end": 58544, + "start": 60916, + "end": 60934, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 47 }, "end": { - "line": 1265, + "line": 1307, "column": 65 } }, @@ -84907,15 +85043,15 @@ }, { "type": "Identifier", - "start": 58546, - "end": 58556, + "start": 60936, + "end": 60946, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 67 }, "end": { - "line": 1265, + "line": 1307, "column": 77 }, "identifierName": "line_scale" @@ -84931,29 +85067,29 @@ }, { "type": "ReturnStatement", - "start": 58586, - "end": 58605, + "start": 60976, + "end": 60995, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 8 }, "end": { - "line": 1268, + "line": 1310, "column": 27 } }, "argument": { "type": "Identifier", - "start": 58593, - "end": 58605, + "start": 60983, + "end": 60995, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 15 }, "end": { - "line": 1268, + "line": 1310, "column": 27 }, "identifierName": "_ruler_lines" @@ -84969,15 +85105,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -84987,15 +85123,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -85004,15 +85140,15 @@ }, { "type": "ClassMethod", - "start": 58856, - "end": 60462, + "start": 61246, + "end": 62852, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 4 }, "end": { - "line": 1315, + "line": 1357, "column": 5 } }, @@ -85020,15 +85156,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58856, - "end": 58872, + "start": 61246, + "end": 61262, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 4 }, "end": { - "line": 1279, + "line": 1321, "column": 20 }, "identifierName": "_createSideIndex" @@ -85044,15 +85180,15 @@ "params": [ { "type": "Identifier", - "start": 58874, - "end": 58880, + "start": 61264, + "end": 61270, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 22 }, "end": { - "line": 1279, + "line": 1321, "column": 28 }, "identifierName": "margin" @@ -85062,59 +85198,59 @@ ], "body": { "type": "BlockStatement", - "start": 58883, - "end": 60462, + "start": 61273, + "end": 62852, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 31 }, "end": { - "line": 1315, + "line": 1357, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 58893, - "end": 59506, + "start": 61283, + "end": 61896, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 8 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 58897, - "end": 58920, + "start": 61287, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 12 }, "end": { - "line": 1280, + "line": 1322, "column": 35 } }, "id": { "type": "Identifier", - "start": 58897, - "end": 58902, + "start": 61287, + "end": 61292, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 12 }, "end": { - "line": 1280, + "line": 1322, "column": 17 }, "identifierName": "_opts" @@ -85123,44 +85259,44 @@ }, "init": { "type": "MemberExpression", - "start": 58908, - "end": 58920, + "start": 61298, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 23 }, "end": { - "line": 1280, + "line": 1322, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 58908, - "end": 58912, + "start": 61298, + "end": 61302, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 23 }, "end": { - "line": 1280, + "line": 1322, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58913, - "end": 58920, + "start": 61303, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 28 }, "end": { - "line": 1280, + "line": 1322, "column": 35 }, "identifierName": "_config" @@ -85172,29 +85308,29 @@ }, { "type": "VariableDeclarator", - "start": 58934, - "end": 58964, + "start": 61324, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 12 }, "end": { - "line": 1281, + "line": 1323, "column": 42 } }, "id": { "type": "Identifier", - "start": 58934, - "end": 58940, + "start": 61324, + "end": 61330, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 12 }, "end": { - "line": 1281, + "line": 1323, "column": 18 }, "identifierName": "_props" @@ -85203,44 +85339,44 @@ }, "init": { "type": "MemberExpression", - "start": 58945, - "end": 58964, + "start": 61335, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 23 }, "end": { - "line": 1281, + "line": 1323, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 58945, - "end": 58949, + "start": 61335, + "end": 61339, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 23 }, "end": { - "line": 1281, + "line": 1323, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58950, - "end": 58964, + "start": 61340, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 28 }, "end": { - "line": 1281, + "line": 1323, "column": 42 }, "identifierName": "_instanceProps" @@ -85252,29 +85388,29 @@ }, { "type": "VariableDeclarator", - "start": 58978, - "end": 59052, + "start": 61368, + "end": 61442, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 12 }, "end": { - "line": 1282, + "line": 1324, "column": 86 } }, "id": { "type": "Identifier", - "start": 58978, - "end": 58985, + "start": 61368, + "end": 61375, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 12 }, "end": { - "line": 1282, + "line": 1324, "column": 19 }, "identifierName": "_sticky" @@ -85283,58 +85419,58 @@ }, "init": { "type": "CallExpression", - "start": 58989, - "end": 59052, + "start": 61379, + "end": 61442, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 58989, - "end": 59004, + "start": 61379, + "end": 61394, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 58989, - "end": 58993, + "start": 61379, + "end": 61383, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58994, - "end": 59004, + "start": 61384, + "end": 61394, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 28 }, "end": { - "line": 1282, + "line": 1324, "column": 38 }, "identifierName": "supplement" @@ -85346,43 +85482,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59006, - "end": 59028, + "start": 61396, + "end": 61418, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 59006, - "end": 59021, + "start": 61396, + "end": 61411, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 55 } }, "object": { "type": "Identifier", - "start": 59006, - "end": 59013, + "start": 61396, + "end": 61403, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 47 }, "identifierName": "Default" @@ -85391,15 +85527,15 @@ }, "property": { "type": "Identifier", - "start": 59014, - "end": 59021, + "start": 61404, + "end": 61411, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 48 }, "end": { - "line": 1282, + "line": 1324, "column": 55 }, "identifierName": "sidebar" @@ -85410,15 +85546,15 @@ }, "property": { "type": "Identifier", - "start": 59022, - "end": 59028, + "start": 61412, + "end": 61418, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 56 }, "end": { - "line": 1282, + "line": 1324, "column": 62 }, "identifierName": "sticky" @@ -85429,43 +85565,43 @@ }, { "type": "MemberExpression", - "start": 59030, - "end": 59050, + "start": 61420, + "end": 61440, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 59030, - "end": 59043, + "start": 61420, + "end": 61433, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 77 } }, "object": { "type": "Identifier", - "start": 59030, - "end": 59035, + "start": 61420, + "end": 61425, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 69 }, "identifierName": "_opts" @@ -85474,15 +85610,15 @@ }, "property": { "type": "Identifier", - "start": 59036, - "end": 59043, + "start": 61426, + "end": 61433, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 70 }, "end": { - "line": 1282, + "line": 1324, "column": 77 }, "identifierName": "sidebar" @@ -85493,15 +85629,15 @@ }, "property": { "type": "Identifier", - "start": 59044, - "end": 59050, + "start": 61434, + "end": 61440, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 78 }, "end": { - "line": 1282, + "line": 1324, "column": 84 }, "identifierName": "sticky" @@ -85515,29 +85651,29 @@ }, { "type": "VariableDeclarator", - "start": 59066, - "end": 59142, + "start": 61456, + "end": 61532, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 12 }, "end": { - "line": 1283, + "line": 1325, "column": 88 } }, "id": { "type": "Identifier", - "start": 59066, - "end": 59074, + "start": 61456, + "end": 61464, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 12 }, "end": { - "line": 1283, + "line": 1325, "column": 20 }, "identifierName": "_overlay" @@ -85546,58 +85682,58 @@ }, "init": { "type": "CallExpression", - "start": 59077, - "end": 59142, + "start": 61467, + "end": 61532, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 59077, - "end": 59092, + "start": 61467, + "end": 61482, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 59077, - "end": 59081, + "start": 61467, + "end": 61471, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 27 } } }, "property": { "type": "Identifier", - "start": 59082, - "end": 59092, + "start": 61472, + "end": 61482, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 28 }, "end": { - "line": 1283, + "line": 1325, "column": 38 }, "identifierName": "supplement" @@ -85609,43 +85745,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59094, - "end": 59117, + "start": 61484, + "end": 61507, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 59094, - "end": 59109, + "start": 61484, + "end": 61499, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 55 } }, "object": { "type": "Identifier", - "start": 59094, - "end": 59101, + "start": 61484, + "end": 61491, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 47 }, "identifierName": "Default" @@ -85654,15 +85790,15 @@ }, "property": { "type": "Identifier", - "start": 59102, - "end": 59109, + "start": 61492, + "end": 61499, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 48 }, "end": { - "line": 1283, + "line": 1325, "column": 55 }, "identifierName": "sidebar" @@ -85673,15 +85809,15 @@ }, "property": { "type": "Identifier", - "start": 59110, - "end": 59117, + "start": 61500, + "end": 61507, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 56 }, "end": { - "line": 1283, + "line": 1325, "column": 63 }, "identifierName": "overlay" @@ -85692,43 +85828,43 @@ }, { "type": "MemberExpression", - "start": 59119, - "end": 59140, + "start": 61509, + "end": 61530, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 59119, - "end": 59132, + "start": 61509, + "end": 61522, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 78 } }, "object": { "type": "Identifier", - "start": 59119, - "end": 59124, + "start": 61509, + "end": 61514, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 70 }, "identifierName": "_opts" @@ -85737,15 +85873,15 @@ }, "property": { "type": "Identifier", - "start": 59125, - "end": 59132, + "start": 61515, + "end": 61522, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 71 }, "end": { - "line": 1283, + "line": 1325, "column": 78 }, "identifierName": "sidebar" @@ -85756,15 +85892,15 @@ }, "property": { "type": "Identifier", - "start": 59133, - "end": 59140, + "start": 61523, + "end": 61530, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 79 }, "end": { - "line": 1283, + "line": 1325, "column": 86 }, "identifierName": "overlay" @@ -85778,29 +85914,29 @@ }, { "type": "VariableDeclarator", - "start": 59156, - "end": 59226, + "start": 61546, + "end": 61616, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 12 }, "end": { - "line": 1284, + "line": 1326, "column": 82 } }, "id": { "type": "Identifier", - "start": 59156, - "end": 59163, + "start": 61546, + "end": 61553, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 12 }, "end": { - "line": 1284, + "line": 1326, "column": 19 }, "identifierName": "_sbList" @@ -85809,58 +85945,58 @@ }, "init": { "type": "CallExpression", - "start": 59167, - "end": 59226, + "start": 61557, + "end": 61616, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 59167, - "end": 59182, + "start": 61557, + "end": 61572, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 59167, - "end": 59171, + "start": 61557, + "end": 61561, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 27 } } }, "property": { "type": "Identifier", - "start": 59172, - "end": 59182, + "start": 61562, + "end": 61572, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 28 }, "end": { - "line": 1284, + "line": 1326, "column": 38 }, "identifierName": "supplement" @@ -85872,43 +86008,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59184, - "end": 59204, + "start": 61574, + "end": 61594, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 59184, - "end": 59199, + "start": 61574, + "end": 61589, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 55 } }, "object": { "type": "Identifier", - "start": 59184, - "end": 59191, + "start": 61574, + "end": 61581, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 47 }, "identifierName": "Default" @@ -85917,15 +86053,15 @@ }, "property": { "type": "Identifier", - "start": 59192, - "end": 59199, + "start": 61582, + "end": 61589, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 48 }, "end": { - "line": 1284, + "line": 1326, "column": 55 }, "identifierName": "sidebar" @@ -85936,15 +86072,15 @@ }, "property": { "type": "Identifier", - "start": 59200, - "end": 59204, + "start": 61590, + "end": 61594, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 56 }, "end": { - "line": 1284, + "line": 1326, "column": 60 }, "identifierName": "list" @@ -85955,43 +86091,43 @@ }, { "type": "MemberExpression", - "start": 59206, - "end": 59224, + "start": 61596, + "end": 61614, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 59206, - "end": 59219, + "start": 61596, + "end": 61609, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 75 } }, "object": { "type": "Identifier", - "start": 59206, - "end": 59211, + "start": 61596, + "end": 61601, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 67 }, "identifierName": "_opts" @@ -86000,15 +86136,15 @@ }, "property": { "type": "Identifier", - "start": 59212, - "end": 59219, + "start": 61602, + "end": 61609, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 68 }, "end": { - "line": 1284, + "line": 1326, "column": 75 }, "identifierName": "sidebar" @@ -86019,15 +86155,15 @@ }, "property": { "type": "Identifier", - "start": 59220, - "end": 59224, + "start": 61610, + "end": 61614, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 76 }, "end": { - "line": 1284, + "line": 1326, "column": 80 }, "identifierName": "list" @@ -86041,29 +86177,29 @@ }, { "type": "VariableDeclarator", - "start": 59240, - "end": 59306, + "start": 61630, + "end": 61696, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 12 }, "end": { - "line": 1285, + "line": 1327, "column": 78 } }, "id": { "type": "Identifier", - "start": 59240, - "end": 59248, + "start": 61630, + "end": 61638, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 12 }, "end": { - "line": 1285, + "line": 1327, "column": 20 }, "identifierName": "_wrapper" @@ -86072,29 +86208,29 @@ }, "init": { "type": "CallExpression", - "start": 59251, - "end": 59306, + "start": 61641, + "end": 61696, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 23 }, "end": { - "line": 1285, + "line": 1327, "column": 78 } }, "callee": { "type": "Identifier", - "start": 59251, - "end": 59252, + "start": 61641, + "end": 61642, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 23 }, "end": { - "line": 1285, + "line": 1327, "column": 24 }, "identifierName": "$" @@ -86104,15 +86240,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59253, - "end": 59266, + "start": 61643, + "end": 61656, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 25 }, "end": { - "line": 1285, + "line": 1327, "column": 38 } }, @@ -86124,30 +86260,30 @@ }, { "type": "ObjectExpression", - "start": 59268, - "end": 59305, + "start": 61658, + "end": 61695, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 40 }, "end": { - "line": 1285, + "line": 1327, "column": 77 } }, "properties": [ { "type": "ObjectProperty", - "start": 59270, - "end": 59303, + "start": 61660, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 42 }, "end": { - "line": 1285, + "line": 1327, "column": 75 } }, @@ -86156,15 +86292,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59270, - "end": 59275, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 42 }, "end": { - "line": 1285, + "line": 1327, "column": 47 }, "identifierName": "class" @@ -86173,29 +86309,29 @@ }, "value": { "type": "MemberExpression", - "start": 59277, - "end": 59303, + "start": 61667, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 49 }, "end": { - "line": 1285, + "line": 1327, "column": 75 } }, "object": { "type": "Identifier", - "start": 59277, - "end": 59286, + "start": 61667, + "end": 61676, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 49 }, "end": { - "line": 1285, + "line": 1327, "column": 58 }, "identifierName": "ClassName" @@ -86204,15 +86340,15 @@ }, "property": { "type": "Identifier", - "start": 59287, - "end": 59303, + "start": 61677, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 59 }, "end": { - "line": 1285, + "line": 1327, "column": 75 }, "identifierName": "TIMELINE_SIDEBAR" @@ -86229,29 +86365,29 @@ }, { "type": "VariableDeclarator", - "start": 59320, - "end": 59393, + "start": 61710, + "end": 61783, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 12 }, "end": { - "line": 1286, + "line": 1328, "column": 85 } }, "id": { "type": "Identifier", - "start": 59320, - "end": 59327, + "start": 61710, + "end": 61717, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 12 }, "end": { - "line": 1286, + "line": 1328, "column": 19 }, "identifierName": "_margin" @@ -86260,29 +86396,29 @@ }, "init": { "type": "CallExpression", - "start": 59331, - "end": 59393, + "start": 61721, + "end": 61783, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 23 }, "end": { - "line": 1286, + "line": 1328, "column": 85 } }, "callee": { "type": "Identifier", - "start": 59331, - "end": 59332, + "start": 61721, + "end": 61722, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 23 }, "end": { - "line": 1286, + "line": 1328, "column": 24 }, "identifierName": "$" @@ -86292,15 +86428,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59333, - "end": 59346, + "start": 61723, + "end": 61736, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 25 }, "end": { - "line": 1286, + "line": 1328, "column": 38 } }, @@ -86312,30 +86448,30 @@ }, { "type": "ObjectExpression", - "start": 59348, - "end": 59392, + "start": 61738, + "end": 61782, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 40 }, "end": { - "line": 1286, + "line": 1328, "column": 84 } }, "properties": [ { "type": "ObjectProperty", - "start": 59350, - "end": 59390, + "start": 61740, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 42 }, "end": { - "line": 1286, + "line": 1328, "column": 82 } }, @@ -86344,15 +86480,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59350, - "end": 59355, + "start": 61740, + "end": 61745, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 42 }, "end": { - "line": 1286, + "line": 1328, "column": 47 }, "identifierName": "class" @@ -86361,29 +86497,29 @@ }, "value": { "type": "MemberExpression", - "start": 59357, - "end": 59390, + "start": 61747, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 49 }, "end": { - "line": 1286, + "line": 1328, "column": 82 } }, "object": { "type": "Identifier", - "start": 59357, - "end": 59366, + "start": 61747, + "end": 61756, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 49 }, "end": { - "line": 1286, + "line": 1328, "column": 58 }, "identifierName": "ClassName" @@ -86392,15 +86528,15 @@ }, "property": { "type": "Identifier", - "start": 59367, - "end": 59390, + "start": 61757, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 59 }, "end": { - "line": 1286, + "line": 1328, "column": 82 }, "identifierName": "TIMELINE_SIDEBAR_MARGIN" @@ -86417,29 +86553,29 @@ }, { "type": "VariableDeclarator", - "start": 59407, - "end": 59478, + "start": 61797, + "end": 61868, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 12 }, "end": { - "line": 1287, + "line": 1329, "column": 83 } }, "id": { "type": "Identifier", - "start": 59407, - "end": 59412, + "start": 61797, + "end": 61802, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 12 }, "end": { - "line": 1287, + "line": 1329, "column": 17 }, "identifierName": "_list" @@ -86448,29 +86584,29 @@ }, "init": { "type": "CallExpression", - "start": 59418, - "end": 59478, + "start": 61808, + "end": 61868, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 23 }, "end": { - "line": 1287, + "line": 1329, "column": 83 } }, "callee": { "type": "Identifier", - "start": 59418, - "end": 59419, + "start": 61808, + "end": 61809, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 23 }, "end": { - "line": 1287, + "line": 1329, "column": 24 }, "identifierName": "$" @@ -86480,15 +86616,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59420, - "end": 59433, + "start": 61810, + "end": 61823, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 25 }, "end": { - "line": 1287, + "line": 1329, "column": 38 } }, @@ -86500,30 +86636,30 @@ }, { "type": "ObjectExpression", - "start": 59435, - "end": 59477, + "start": 61825, + "end": 61867, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 40 }, "end": { - "line": 1287, + "line": 1329, "column": 82 } }, "properties": [ { "type": "ObjectProperty", - "start": 59437, - "end": 59475, + "start": 61827, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 42 }, "end": { - "line": 1287, + "line": 1329, "column": 80 } }, @@ -86532,15 +86668,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59437, - "end": 59442, + "start": 61827, + "end": 61832, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 42 }, "end": { - "line": 1287, + "line": 1329, "column": 47 }, "identifierName": "class" @@ -86549,29 +86685,29 @@ }, "value": { "type": "MemberExpression", - "start": 59444, - "end": 59475, + "start": 61834, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 49 }, "end": { - "line": 1287, + "line": 1329, "column": 80 } }, "object": { "type": "Identifier", - "start": 59444, - "end": 59453, + "start": 61834, + "end": 61843, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 49 }, "end": { - "line": 1287, + "line": 1329, "column": 58 }, "identifierName": "ClassName" @@ -86580,15 +86716,15 @@ }, "property": { "type": "Identifier", - "start": 59454, - "end": 59475, + "start": 61844, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 59 }, "end": { - "line": 1287, + "line": 1329, "column": 80 }, "identifierName": "TIMELINE_SIDEBAR_ITEM" @@ -86605,29 +86741,29 @@ }, { "type": "VariableDeclarator", - "start": 59492, - "end": 59506, + "start": 61882, + "end": 61896, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 12 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, "id": { "type": "Identifier", - "start": 59492, - "end": 59494, + "start": 61882, + "end": 61884, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 12 }, "end": { - "line": 1288, + "line": 1330, "column": 14 }, "identifierName": "_c" @@ -86636,15 +86772,15 @@ }, "init": { "type": "NumericLiteral", - "start": 59503, - "end": 59506, + "start": 61893, + "end": 61896, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 23 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, @@ -86660,29 +86796,29 @@ }, { "type": "IfStatement", - "start": 59524, - "end": 59605, + "start": 61914, + "end": 61995, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 8 }, "end": { - "line": 1292, + "line": 1334, "column": 9 } }, "test": { "type": "Identifier", - "start": 59529, - "end": 59536, + "start": 61919, + "end": 61926, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 13 }, "end": { - "line": 1290, + "line": 1332, "column": 20 }, "identifierName": "_sticky" @@ -86691,72 +86827,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59539, - "end": 59605, + "start": 61929, + "end": 61995, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 23 }, "end": { - "line": 1292, + "line": 1334, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59553, - "end": 59595, + "start": 61943, + "end": 61985, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 59553, - "end": 59595, + "start": 61943, + "end": 61985, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 59553, - "end": 59570, + "start": 61943, + "end": 61960, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 29 } }, "object": { "type": "Identifier", - "start": 59553, - "end": 59561, + "start": 61943, + "end": 61951, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 20 }, "identifierName": "_wrapper" @@ -86765,15 +86901,15 @@ }, "property": { "type": "Identifier", - "start": 59562, - "end": 59570, + "start": 61952, + "end": 61960, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 21 }, "end": { - "line": 1291, + "line": 1333, "column": 29 }, "identifierName": "addClass" @@ -86785,29 +86921,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 59572, - "end": 59593, + "start": 61962, + "end": 61983, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 31 }, "end": { - "line": 1291, + "line": 1333, "column": 52 } }, "object": { "type": "Identifier", - "start": 59572, - "end": 59581, + "start": 61962, + "end": 61971, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 31 }, "end": { - "line": 1291, + "line": 1333, "column": 40 }, "identifierName": "ClassName" @@ -86816,15 +86952,15 @@ }, "property": { "type": "Identifier", - "start": 59582, - "end": 59593, + "start": 61972, + "end": 61983, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 41 }, "end": { - "line": 1291, + "line": 1333, "column": 52 }, "identifierName": "STICKY_LEFT" @@ -86843,29 +86979,29 @@ }, { "type": "IfStatement", - "start": 59623, - "end": 59698, + "start": 62013, + "end": 62088, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 8 }, "end": { - "line": 1296, + "line": 1338, "column": 9 } }, "test": { "type": "Identifier", - "start": 59628, - "end": 59636, + "start": 62018, + "end": 62026, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 13 }, "end": { - "line": 1294, + "line": 1336, "column": 21 }, "identifierName": "_overlay" @@ -86874,72 +87010,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59639, - "end": 59698, + "start": 62029, + "end": 62088, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 24 }, "end": { - "line": 1296, + "line": 1338, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59653, - "end": 59688, + "start": 62043, + "end": 62078, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 59653, - "end": 59688, + "start": 62043, + "end": 62078, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 59653, - "end": 59667, + "start": 62043, + "end": 62057, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 26 } }, "object": { "type": "Identifier", - "start": 59653, - "end": 59658, + "start": 62043, + "end": 62048, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 17 }, "identifierName": "_list" @@ -86948,15 +87084,15 @@ }, "property": { "type": "Identifier", - "start": 59659, - "end": 59667, + "start": 62049, + "end": 62057, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 18 }, "end": { - "line": 1295, + "line": 1337, "column": 26 }, "identifierName": "addClass" @@ -86968,29 +87104,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 59669, - "end": 59686, + "start": 62059, + "end": 62076, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 28 }, "end": { - "line": 1295, + "line": 1337, "column": 45 } }, "object": { "type": "Identifier", - "start": 59669, - "end": 59678, + "start": 62059, + "end": 62068, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 28 }, "end": { - "line": 1295, + "line": 1337, "column": 37 }, "identifierName": "ClassName" @@ -86999,15 +87135,15 @@ }, "property": { "type": "Identifier", - "start": 59679, - "end": 59686, + "start": 62069, + "end": 62076, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 38 }, "end": { - "line": 1295, + "line": 1337, "column": 45 }, "identifierName": "OVERLAY" @@ -87028,15 +87164,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -87045,57 +87181,57 @@ }, { "type": "IfStatement", - "start": 59819, - "end": 59943, + "start": 62209, + "end": 62333, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 8 }, "end": { - "line": 1301, + "line": 1343, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59824, - "end": 59838, + "start": 62214, + "end": 62228, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 27 } }, "left": { "type": "MemberExpression", - "start": 59824, - "end": 59834, + "start": 62214, + "end": 62224, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 23 } }, "object": { "type": "Identifier", - "start": 59824, - "end": 59830, + "start": 62214, + "end": 62220, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 19 }, "identifierName": "margin" @@ -87105,15 +87241,15 @@ }, "property": { "type": "Identifier", - "start": 59831, - "end": 59834, + "start": 62221, + "end": 62224, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 20 }, "end": { - "line": 1299, + "line": 1341, "column": 23 }, "identifierName": "top" @@ -87126,15 +87262,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 59837, - "end": 59838, + "start": 62227, + "end": 62228, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 26 }, "end": { - "line": 1299, + "line": 1341, "column": 27 } }, @@ -87148,72 +87284,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59841, - "end": 59943, + "start": 62231, + "end": 62333, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 30 }, "end": { - "line": 1301, + "line": 1343, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59855, - "end": 59933, + "start": 62245, + "end": 62323, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 90 } }, "expression": { "type": "CallExpression", - "start": 59855, - "end": 59933, + "start": 62245, + "end": 62323, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 59855, - "end": 59871, + "start": 62245, + "end": 62261, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 28 } }, "object": { "type": "Identifier", - "start": 59855, - "end": 59863, + "start": 62245, + "end": 62253, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 20 }, "identifierName": "_wrapper" @@ -87222,15 +87358,15 @@ }, "property": { "type": "Identifier", - "start": 59864, - "end": 59871, + "start": 62254, + "end": 62261, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 21 }, "end": { - "line": 1300, + "line": 1342, "column": 28 }, "identifierName": "prepend" @@ -87242,71 +87378,71 @@ "arguments": [ { "type": "CallExpression", - "start": 59873, - "end": 59931, + "start": 62263, + "end": 62321, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 59873, - "end": 59892, + "start": 62263, + "end": 62282, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 49 } }, "object": { "type": "CallExpression", - "start": 59873, - "end": 59888, + "start": 62263, + "end": 62278, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 59873, - "end": 59886, + "start": 62263, + "end": 62276, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 43 } }, "object": { "type": "Identifier", - "start": 59873, - "end": 59880, + "start": 62263, + "end": 62270, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 37 }, "identifierName": "_margin" @@ -87315,15 +87451,15 @@ }, "property": { "type": "Identifier", - "start": 59881, - "end": 59886, + "start": 62271, + "end": 62276, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 38 }, "end": { - "line": 1300, + "line": 1342, "column": 43 }, "identifierName": "clone" @@ -87336,15 +87472,15 @@ }, "property": { "type": "Identifier", - "start": 59889, - "end": 59892, + "start": 62279, + "end": 62282, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 46 }, "end": { - "line": 1300, + "line": 1342, "column": 49 }, "identifierName": "css" @@ -87356,15 +87492,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59894, - "end": 59902, + "start": 62284, + "end": 62292, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 51 }, "end": { - "line": 1300, + "line": 1342, "column": 59 } }, @@ -87376,58 +87512,58 @@ }, { "type": "TemplateLiteral", - "start": 59904, - "end": 59929, + "start": 62294, + "end": 62319, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 61 }, "end": { - "line": 1300, + "line": 1342, "column": 86 } }, "expressions": [ { "type": "BinaryExpression", - "start": 59909, - "end": 59923, + "start": 62299, + "end": 62313, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 80 } }, "left": { "type": "MemberExpression", - "start": 59909, - "end": 59919, + "start": 62299, + "end": 62309, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 76 } }, "object": { "type": "Identifier", - "start": 59909, - "end": 59915, + "start": 62299, + "end": 62305, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 72 }, "identifierName": "margin" @@ -87436,15 +87572,15 @@ }, "property": { "type": "Identifier", - "start": 59916, - "end": 59919, + "start": 62306, + "end": 62309, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 73 }, "end": { - "line": 1300, + "line": 1342, "column": 76 }, "identifierName": "top" @@ -87456,15 +87592,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 59922, - "end": 59923, + "start": 62312, + "end": 62313, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 79 }, "end": { - "line": 1300, + "line": 1342, "column": 80 } }, @@ -87476,22 +87612,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 59907 + "parenStart": 62297 } } ], "quasis": [ { "type": "TemplateElement", - "start": 59905, - "end": 59905, + "start": 62295, + "end": 62295, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 62 }, "end": { - "line": 1300, + "line": 1342, "column": 62 } }, @@ -87503,15 +87639,15 @@ }, { "type": "TemplateElement", - "start": 59926, - "end": 59928, + "start": 62316, + "end": 62318, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 83 }, "end": { - "line": 1300, + "line": 1342, "column": 85 } }, @@ -87536,15 +87672,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -87553,58 +87689,58 @@ }, { "type": "ForStatement", - "start": 59961, - "end": 60119, + "start": 62351, + "end": 62509, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 8 }, "end": { - "line": 1307, + "line": 1349, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 59967, - "end": 59976, + "start": 62357, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 14 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 59971, - "end": 59976, + "start": 62361, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 18 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, "id": { "type": "Identifier", - "start": 59971, - "end": 59972, + "start": 62361, + "end": 62362, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 18 }, "end": { - "line": 1303, + "line": 1345, "column": 19 }, "identifierName": "i" @@ -87613,15 +87749,15 @@ }, "init": { "type": "NumericLiteral", - "start": 59975, - "end": 59976, + "start": 62365, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 22 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, @@ -87637,29 +87773,29 @@ }, "test": { "type": "BinaryExpression", - "start": 59978, - "end": 59993, + "start": 62368, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 25 }, "end": { - "line": 1303, + "line": 1345, "column": 40 } }, "left": { "type": "Identifier", - "start": 59978, - "end": 59979, + "start": 62368, + "end": 62369, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 25 }, "end": { - "line": 1303, + "line": 1345, "column": 26 }, "identifierName": "i" @@ -87669,29 +87805,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 59982, - "end": 59993, + "start": 62372, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 29 }, "end": { - "line": 1303, + "line": 1345, "column": 40 } }, "object": { "type": "Identifier", - "start": 59982, - "end": 59988, + "start": 62372, + "end": 62378, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 29 }, "end": { - "line": 1303, + "line": 1345, "column": 35 }, "identifierName": "_props" @@ -87700,15 +87836,15 @@ }, "property": { "type": "Identifier", - "start": 59989, - "end": 59993, + "start": 62379, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 36 }, "end": { - "line": 1303, + "line": 1345, "column": 40 }, "identifierName": "rows" @@ -87720,15 +87856,15 @@ }, "update": { "type": "UpdateExpression", - "start": 59995, - "end": 59998, + "start": 62385, + "end": 62388, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 42 }, "end": { - "line": 1303, + "line": 1345, "column": 45 } }, @@ -87736,15 +87872,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 59995, - "end": 59996, + "start": 62385, + "end": 62386, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 42 }, "end": { - "line": 1303, + "line": 1345, "column": 43 }, "identifierName": "i" @@ -87754,59 +87890,59 @@ }, "body": { "type": "BlockStatement", - "start": 60001, - "end": 60119, + "start": 62391, + "end": 62509, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 48 }, "end": { - "line": 1307, + "line": 1349, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 60015, - "end": 60059, + "start": 62405, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 12 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60019, - "end": 60059, + "start": 62409, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 16 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "id": { "type": "Identifier", - "start": 60019, - "end": 60024, + "start": 62409, + "end": 62414, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 16 }, "end": { - "line": 1304, + "line": 1346, "column": 21 }, "identifierName": "_item" @@ -87815,71 +87951,71 @@ }, "init": { "type": "CallExpression", - "start": 60027, - "end": 60059, + "start": 62417, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 60027, - "end": 60045, + "start": 62417, + "end": 62435, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 42 } }, "object": { "type": "CallExpression", - "start": 60027, - "end": 60040, + "start": 62417, + "end": 62430, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 60027, - "end": 60038, + "start": 62417, + "end": 62428, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 35 } }, "object": { "type": "Identifier", - "start": 60027, - "end": 60032, + "start": 62417, + "end": 62422, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 29 }, "identifierName": "_list" @@ -87888,15 +88024,15 @@ }, "property": { "type": "Identifier", - "start": 60033, - "end": 60038, + "start": 62423, + "end": 62428, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 30 }, "end": { - "line": 1304, + "line": 1346, "column": 35 }, "identifierName": "clone" @@ -87909,15 +88045,15 @@ }, "property": { "type": "Identifier", - "start": 60041, - "end": 60045, + "start": 62431, + "end": 62435, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 38 }, "end": { - "line": 1304, + "line": 1346, "column": 42 }, "identifierName": "html" @@ -87929,29 +88065,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60047, - "end": 60057, + "start": 62437, + "end": 62447, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 44 }, "end": { - "line": 1304, + "line": 1346, "column": 54 } }, "object": { "type": "Identifier", - "start": 60047, - "end": 60054, + "start": 62437, + "end": 62444, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 44 }, "end": { - "line": 1304, + "line": 1346, "column": 51 }, "identifierName": "_sbList" @@ -87960,15 +88096,15 @@ }, "property": { "type": "Identifier", - "start": 60055, - "end": 60056, + "start": 62445, + "end": 62446, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 52 }, "end": { - "line": 1304, + "line": 1346, "column": 53 }, "identifierName": "i" @@ -87985,57 +88121,57 @@ }, { "type": "ExpressionStatement", - "start": 60085, - "end": 60109, + "start": 62475, + "end": 62499, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 60085, - "end": 60109, + "start": 62475, + "end": 62499, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 60085, - "end": 60100, + "start": 62475, + "end": 62490, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 27 } }, "object": { "type": "Identifier", - "start": 60085, - "end": 60093, + "start": 62475, + "end": 62483, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 20 }, "identifierName": "_wrapper" @@ -88044,15 +88180,15 @@ }, "property": { "type": "Identifier", - "start": 60094, - "end": 60100, + "start": 62484, + "end": 62490, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 21 }, "end": { - "line": 1306, + "line": 1348, "column": 27 }, "identifierName": "append" @@ -88064,15 +88200,15 @@ "arguments": [ { "type": "Identifier", - "start": 60102, - "end": 60107, + "start": 62492, + "end": 62497, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 29 }, "end": { - "line": 1306, + "line": 1348, "column": 34 }, "identifierName": "_item" @@ -88088,113 +88224,113 @@ }, { "type": "ExpressionStatement", - "start": 60128, - "end": 60276, + "start": 62518, + "end": 62666, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 156 } }, "expression": { "type": "CallExpression", - "start": 60128, - "end": 60276, + "start": 62518, + "end": 62666, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 156 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60227, + "start": 62518, + "end": 62617, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 107 } }, "object": { "type": "CallExpression", - "start": 60128, - "end": 60223, + "start": 62518, + "end": 62613, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60179, + "start": 62518, + "end": 62569, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 59 } }, "object": { "type": "CallExpression", - "start": 60128, - "end": 60175, + "start": 62518, + "end": 62565, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60141, + "start": 62518, + "end": 62531, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 21 } }, "object": { "type": "Identifier", - "start": 60128, - "end": 60136, + "start": 62518, + "end": 62526, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 16 }, "identifierName": "_wrapper" @@ -88203,15 +88339,15 @@ }, "property": { "type": "Identifier", - "start": 60137, - "end": 60141, + "start": 62527, + "end": 62531, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 17 }, "end": { - "line": 1308, + "line": 1350, "column": 21 }, "identifierName": "find" @@ -88223,29 +88359,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60143, - "end": 60173, + "start": 62533, + "end": 62563, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 23 }, "end": { - "line": 1308, + "line": 1350, "column": 53 } }, "object": { "type": "Identifier", - "start": 60143, - "end": 60151, + "start": 62533, + "end": 62541, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 23 }, "end": { - "line": 1308, + "line": 1350, "column": 31 }, "identifierName": "Selector" @@ -88254,15 +88390,15 @@ }, "property": { "type": "Identifier", - "start": 60152, - "end": 60173, + "start": 62542, + "end": 62563, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 32 }, "end": { - "line": 1308, + "line": 1350, "column": 53 }, "identifierName": "TIMELINE_SIDEBAR_ITEM" @@ -88275,15 +88411,15 @@ }, "property": { "type": "Identifier", - "start": 60176, - "end": 60179, + "start": 62566, + "end": 62569, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 56 }, "end": { - "line": 1308, + "line": 1350, "column": 59 }, "identifierName": "css" @@ -88295,15 +88431,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60181, - "end": 60189, + "start": 62571, + "end": 62579, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 61 }, "end": { - "line": 1308, + "line": 1350, "column": 69 } }, @@ -88315,58 +88451,58 @@ }, { "type": "TemplateLiteral", - "start": 60191, - "end": 60221, + "start": 62581, + "end": 62611, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 71 }, "end": { - "line": 1308, + "line": 1350, "column": 101 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60196, - "end": 60215, + "start": 62586, + "end": 62605, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 95 } }, "left": { "type": "MemberExpression", - "start": 60196, - "end": 60210, + "start": 62586, + "end": 62600, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 90 } }, "object": { "type": "Identifier", - "start": 60196, - "end": 60202, + "start": 62586, + "end": 62592, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 82 }, "identifierName": "_props" @@ -88375,15 +88511,15 @@ }, "property": { "type": "Identifier", - "start": 60203, - "end": 60210, + "start": 62593, + "end": 62600, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 83 }, "end": { - "line": 1308, + "line": 1350, "column": 90 }, "identifierName": "rowSize" @@ -88395,15 +88531,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 60213, - "end": 60215, + "start": 62603, + "end": 62605, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 93 }, "end": { - "line": 1308, + "line": 1350, "column": 95 }, "identifierName": "_c" @@ -88412,22 +88548,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60194 + "parenStart": 62584 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60192, - "end": 60192, + "start": 62582, + "end": 62582, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 72 }, "end": { - "line": 1308, + "line": 1350, "column": 72 } }, @@ -88439,15 +88575,15 @@ }, { "type": "TemplateElement", - "start": 60218, - "end": 60220, + "start": 62608, + "end": 62610, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 98 }, "end": { - "line": 1308, + "line": 1350, "column": 100 } }, @@ -88463,15 +88599,15 @@ }, "property": { "type": "Identifier", - "start": 60224, - "end": 60227, + "start": 62614, + "end": 62617, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 104 }, "end": { - "line": 1308, + "line": 1350, "column": 107 }, "identifierName": "css" @@ -88483,15 +88619,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60229, - "end": 60242, + "start": 62619, + "end": 62632, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 109 }, "end": { - "line": 1308, + "line": 1350, "column": 122 } }, @@ -88503,58 +88639,58 @@ }, { "type": "TemplateLiteral", - "start": 60244, - "end": 60274, + "start": 62634, + "end": 62664, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 124 }, "end": { - "line": 1308, + "line": 1350, "column": 154 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60249, - "end": 60268, + "start": 62639, + "end": 62658, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 148 } }, "left": { "type": "MemberExpression", - "start": 60249, - "end": 60263, + "start": 62639, + "end": 62653, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 143 } }, "object": { "type": "Identifier", - "start": 60249, - "end": 60255, + "start": 62639, + "end": 62645, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 135 }, "identifierName": "_props" @@ -88563,15 +88699,15 @@ }, "property": { "type": "Identifier", - "start": 60256, - "end": 60263, + "start": 62646, + "end": 62653, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 136 }, "end": { - "line": 1308, + "line": 1350, "column": 143 }, "identifierName": "rowSize" @@ -88583,15 +88719,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 60266, - "end": 60268, + "start": 62656, + "end": 62658, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 146 }, "end": { - "line": 1308, + "line": 1350, "column": 148 }, "identifierName": "_c" @@ -88600,22 +88736,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60247 + "parenStart": 62637 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60245, - "end": 60245, + "start": 62635, + "end": 62635, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 125 }, "end": { - "line": 1308, + "line": 1350, "column": 125 } }, @@ -88627,15 +88763,15 @@ }, { "type": "TemplateElement", - "start": 60271, - "end": 60273, + "start": 62661, + "end": 62663, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 151 }, "end": { - "line": 1308, + "line": 1350, "column": 153 } }, @@ -88652,57 +88788,57 @@ }, { "type": "IfStatement", - "start": 60294, - "end": 60423, + "start": 62684, + "end": 62813, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 8 }, "end": { - "line": 1312, + "line": 1354, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60299, - "end": 60316, + "start": 62689, + "end": 62706, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 30 } }, "left": { "type": "MemberExpression", - "start": 60299, - "end": 60312, + "start": 62689, + "end": 62702, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 26 } }, "object": { "type": "Identifier", - "start": 60299, - "end": 60305, + "start": 62689, + "end": 62695, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 19 }, "identifierName": "margin" @@ -88711,15 +88847,15 @@ }, "property": { "type": "Identifier", - "start": 60306, - "end": 60312, + "start": 62696, + "end": 62702, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 20 }, "end": { - "line": 1310, + "line": 1352, "column": 26 }, "identifierName": "bottom" @@ -88731,15 +88867,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 60315, - "end": 60316, + "start": 62705, + "end": 62706, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 29 }, "end": { - "line": 1310, + "line": 1352, "column": 30 } }, @@ -88752,72 +88888,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 60319, - "end": 60423, + "start": 62709, + "end": 62813, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 33 }, "end": { - "line": 1312, + "line": 1354, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60333, - "end": 60413, + "start": 62723, + "end": 62803, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 60333, - "end": 60413, + "start": 62723, + "end": 62803, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60348, + "start": 62723, + "end": 62738, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 27 } }, "object": { "type": "Identifier", - "start": 60333, - "end": 60341, + "start": 62723, + "end": 62731, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 20 }, "identifierName": "_wrapper" @@ -88826,15 +88962,15 @@ }, "property": { "type": "Identifier", - "start": 60342, - "end": 60348, + "start": 62732, + "end": 62738, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 21 }, "end": { - "line": 1311, + "line": 1353, "column": 27 }, "identifierName": "append" @@ -88846,71 +88982,71 @@ "arguments": [ { "type": "CallExpression", - "start": 60350, - "end": 60411, + "start": 62740, + "end": 62801, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 60350, - "end": 60369, + "start": 62740, + "end": 62759, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 48 } }, "object": { "type": "CallExpression", - "start": 60350, - "end": 60365, + "start": 62740, + "end": 62755, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 60350, - "end": 60363, + "start": 62740, + "end": 62753, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 42 } }, "object": { "type": "Identifier", - "start": 60350, - "end": 60357, + "start": 62740, + "end": 62747, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 36 }, "identifierName": "_margin" @@ -88919,15 +89055,15 @@ }, "property": { "type": "Identifier", - "start": 60358, - "end": 60363, + "start": 62748, + "end": 62753, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 37 }, "end": { - "line": 1311, + "line": 1353, "column": 42 }, "identifierName": "clone" @@ -88940,15 +89076,15 @@ }, "property": { "type": "Identifier", - "start": 60366, - "end": 60369, + "start": 62756, + "end": 62759, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 45 }, "end": { - "line": 1311, + "line": 1353, "column": 48 }, "identifierName": "css" @@ -88960,15 +89096,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60371, - "end": 60379, + "start": 62761, + "end": 62769, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 50 }, "end": { - "line": 1311, + "line": 1353, "column": 58 } }, @@ -88980,58 +89116,58 @@ }, { "type": "TemplateLiteral", - "start": 60381, - "end": 60409, + "start": 62771, + "end": 62799, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 60 }, "end": { - "line": 1311, + "line": 1353, "column": 88 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60386, - "end": 60403, + "start": 62776, + "end": 62793, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 60386, - "end": 60399, + "start": 62776, + "end": 62789, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 78 } }, "object": { "type": "Identifier", - "start": 60386, - "end": 60392, + "start": 62776, + "end": 62782, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 71 }, "identifierName": "margin" @@ -89040,15 +89176,15 @@ }, "property": { "type": "Identifier", - "start": 60393, - "end": 60399, + "start": 62783, + "end": 62789, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 72 }, "end": { - "line": 1311, + "line": 1353, "column": 78 }, "identifierName": "bottom" @@ -89060,15 +89196,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 60402, - "end": 60403, + "start": 62792, + "end": 62793, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 81 }, "end": { - "line": 1311, + "line": 1353, "column": 82 } }, @@ -89080,22 +89216,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60384 + "parenStart": 62774 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60382, - "end": 60382, + "start": 62772, + "end": 62772, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 61 }, "end": { - "line": 1311, + "line": 1353, "column": 61 } }, @@ -89107,15 +89243,15 @@ }, { "type": "TemplateElement", - "start": 60406, - "end": 60408, + "start": 62796, + "end": 62798, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 85 }, "end": { - "line": 1311, + "line": 1353, "column": 87 } }, @@ -89139,29 +89275,29 @@ }, { "type": "ReturnStatement", - "start": 60441, - "end": 60456, + "start": 62831, + "end": 62846, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 8 }, "end": { - "line": 1314, + "line": 1356, "column": 23 } }, "argument": { "type": "Identifier", - "start": 60448, - "end": 60456, + "start": 62838, + "end": 62846, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 15 }, "end": { - "line": 1314, + "line": 1356, "column": 23 }, "identifierName": "_wrapper" @@ -89177,15 +89313,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -89195,15 +89331,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -89212,15 +89348,15 @@ }, { "type": "ClassMethod", - "start": 60591, - "end": 62282, + "start": 62981, + "end": 64672, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 4 }, "end": { - "line": 1351, + "line": 1393, "column": 5 } }, @@ -89228,15 +89364,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60591, - "end": 60604, + "start": 62981, + "end": 62994, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 4 }, "end": { - "line": 1322, + "line": 1364, "column": 17 }, "identifierName": "_createFooter" @@ -89252,59 +89388,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60607, - "end": 62282, + "start": 62997, + "end": 64672, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 20 }, "end": { - "line": 1351, + "line": 1393, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 60617, - "end": 61389, + "start": 63007, + "end": 63779, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 8 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60621, - "end": 60644, + "start": 63011, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 12 }, "end": { - "line": 1323, + "line": 1365, "column": 35 } }, "id": { "type": "Identifier", - "start": 60621, - "end": 60626, + "start": 63011, + "end": 63016, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 12 }, "end": { - "line": 1323, + "line": 1365, "column": 17 }, "identifierName": "_opts" @@ -89313,44 +89449,44 @@ }, "init": { "type": "MemberExpression", - "start": 60632, - "end": 60644, + "start": 63022, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 23 }, "end": { - "line": 1323, + "line": 1365, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 60632, - "end": 60636, + "start": 63022, + "end": 63026, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 23 }, "end": { - "line": 1323, + "line": 1365, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60637, - "end": 60644, + "start": 63027, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 28 }, "end": { - "line": 1323, + "line": 1365, "column": 35 }, "identifierName": "_config" @@ -89362,29 +89498,29 @@ }, { "type": "VariableDeclarator", - "start": 60658, - "end": 60688, + "start": 63048, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 12 }, "end": { - "line": 1324, + "line": 1366, "column": 42 } }, "id": { "type": "Identifier", - "start": 60658, - "end": 60664, + "start": 63048, + "end": 63054, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 12 }, "end": { - "line": 1324, + "line": 1366, "column": 18 }, "identifierName": "_props" @@ -89393,44 +89529,44 @@ }, "init": { "type": "MemberExpression", - "start": 60669, - "end": 60688, + "start": 63059, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 23 }, "end": { - "line": 1324, + "line": 1366, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 60669, - "end": 60673, + "start": 63059, + "end": 63063, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 23 }, "end": { - "line": 1324, + "line": 1366, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60674, - "end": 60688, + "start": 63064, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 28 }, "end": { - "line": 1324, + "line": 1366, "column": 42 }, "identifierName": "_instanceProps" @@ -89442,29 +89578,29 @@ }, { "type": "VariableDeclarator", - "start": 60702, - "end": 60776, + "start": 63092, + "end": 63166, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 12 }, "end": { - "line": 1325, + "line": 1367, "column": 86 } }, "id": { "type": "Identifier", - "start": 60702, - "end": 60710, + "start": 63092, + "end": 63100, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 12 }, "end": { - "line": 1325, + "line": 1367, "column": 20 }, "identifierName": "_display" @@ -89473,58 +89609,58 @@ }, "init": { "type": "CallExpression", - "start": 60713, - "end": 60776, + "start": 63103, + "end": 63166, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 60713, - "end": 60728, + "start": 63103, + "end": 63118, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60713, - "end": 60717, + "start": 63103, + "end": 63107, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60718, - "end": 60728, + "start": 63108, + "end": 63118, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 28 }, "end": { - "line": 1325, + "line": 1367, "column": 38 }, "identifierName": "supplement" @@ -89536,43 +89672,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60730, - "end": 60752, + "start": 63120, + "end": 63142, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 60730, - "end": 60744, + "start": 63120, + "end": 63134, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 54 } }, "object": { "type": "Identifier", - "start": 60730, - "end": 60737, + "start": 63120, + "end": 63127, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 47 }, "identifierName": "Default" @@ -89581,15 +89717,15 @@ }, "property": { "type": "Identifier", - "start": 60738, - "end": 60744, + "start": 63128, + "end": 63134, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 48 }, "end": { - "line": 1325, + "line": 1367, "column": 54 }, "identifierName": "footer" @@ -89600,15 +89736,15 @@ }, "property": { "type": "Identifier", - "start": 60745, - "end": 60752, + "start": 63135, + "end": 63142, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 55 }, "end": { - "line": 1325, + "line": 1367, "column": 62 }, "identifierName": "display" @@ -89619,43 +89755,43 @@ }, { "type": "MemberExpression", - "start": 60754, - "end": 60774, + "start": 63144, + "end": 63164, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 60754, - "end": 60766, + "start": 63144, + "end": 63156, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 76 } }, "object": { "type": "Identifier", - "start": 60754, - "end": 60759, + "start": 63144, + "end": 63149, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 69 }, "identifierName": "_opts" @@ -89664,15 +89800,15 @@ }, "property": { "type": "Identifier", - "start": 60760, - "end": 60766, + "start": 63150, + "end": 63156, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 70 }, "end": { - "line": 1325, + "line": 1367, "column": 76 }, "identifierName": "footer" @@ -89683,15 +89819,15 @@ }, "property": { "type": "Identifier", - "start": 60767, - "end": 60774, + "start": 63157, + "end": 63164, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 77 }, "end": { - "line": 1325, + "line": 1367, "column": 84 }, "identifierName": "display" @@ -89705,29 +89841,29 @@ }, { "type": "VariableDeclarator", - "start": 60790, - "end": 60846, + "start": 63180, + "end": 63236, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 12 }, "end": { - "line": 1326, + "line": 1368, "column": 68 } }, "id": { "type": "Identifier", - "start": 60790, - "end": 60798, + "start": 63180, + "end": 63188, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 12 }, "end": { - "line": 1326, + "line": 1368, "column": 20 }, "identifierName": "_content" @@ -89736,58 +89872,58 @@ }, "init": { "type": "CallExpression", - "start": 60801, - "end": 60846, + "start": 63191, + "end": 63236, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 60801, - "end": 60816, + "start": 63191, + "end": 63206, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60801, - "end": 60805, + "start": 63191, + "end": 63195, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60806, - "end": 60816, + "start": 63196, + "end": 63206, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 28 }, "end": { - "line": 1326, + "line": 1368, "column": 38 }, "identifierName": "supplement" @@ -89799,58 +89935,58 @@ "arguments": [ { "type": "NullLiteral", - "start": 60818, - "end": 60822, + "start": 63208, + "end": 63212, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 40 }, "end": { - "line": 1326, + "line": 1368, "column": 44 } } }, { "type": "MemberExpression", - "start": 60824, - "end": 60844, + "start": 63214, + "end": 63234, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 60824, - "end": 60836, + "start": 63214, + "end": 63226, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 58 } }, "object": { "type": "Identifier", - "start": 60824, - "end": 60829, + "start": 63214, + "end": 63219, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 51 }, "identifierName": "_opts" @@ -89859,15 +89995,15 @@ }, "property": { "type": "Identifier", - "start": 60830, - "end": 60836, + "start": 63220, + "end": 63226, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 52 }, "end": { - "line": 1326, + "line": 1368, "column": 58 }, "identifierName": "footer" @@ -89878,15 +90014,15 @@ }, "property": { "type": "Identifier", - "start": 60837, - "end": 60844, + "start": 63227, + "end": 63234, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 59 }, "end": { - "line": 1326, + "line": 1368, "column": 66 }, "identifierName": "content" @@ -89900,29 +90036,29 @@ }, { "type": "VariableDeclarator", - "start": 60860, - "end": 60930, + "start": 63250, + "end": 63320, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 12 }, "end": { - "line": 1327, + "line": 1369, "column": 82 } }, "id": { "type": "Identifier", - "start": 60860, - "end": 60866, + "start": 63250, + "end": 63256, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 12 }, "end": { - "line": 1327, + "line": 1369, "column": 18 }, "identifierName": "_range" @@ -89931,58 +90067,58 @@ }, "init": { "type": "CallExpression", - "start": 60871, - "end": 60930, + "start": 63261, + "end": 63320, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 60871, - "end": 60886, + "start": 63261, + "end": 63276, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60871, - "end": 60875, + "start": 63261, + "end": 63265, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60876, - "end": 60886, + "start": 63266, + "end": 63276, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 28 }, "end": { - "line": 1327, + "line": 1369, "column": 38 }, "identifierName": "supplement" @@ -89994,43 +90130,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60888, - "end": 60908, + "start": 63278, + "end": 63298, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 60888, - "end": 60902, + "start": 63278, + "end": 63292, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 54 } }, "object": { "type": "Identifier", - "start": 60888, - "end": 60895, + "start": 63278, + "end": 63285, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 47 }, "identifierName": "Default" @@ -90039,15 +90175,15 @@ }, "property": { "type": "Identifier", - "start": 60896, - "end": 60902, + "start": 63286, + "end": 63292, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 48 }, "end": { - "line": 1327, + "line": 1369, "column": 54 }, "identifierName": "footer" @@ -90058,15 +90194,15 @@ }, "property": { "type": "Identifier", - "start": 60903, - "end": 60908, + "start": 63293, + "end": 63298, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 55 }, "end": { - "line": 1327, + "line": 1369, "column": 60 }, "identifierName": "range" @@ -90077,43 +90213,43 @@ }, { "type": "MemberExpression", - "start": 60910, - "end": 60928, + "start": 63300, + "end": 63318, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 60910, - "end": 60922, + "start": 63300, + "end": 63312, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 74 } }, "object": { "type": "Identifier", - "start": 60910, - "end": 60915, + "start": 63300, + "end": 63305, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 67 }, "identifierName": "_opts" @@ -90122,15 +90258,15 @@ }, "property": { "type": "Identifier", - "start": 60916, - "end": 60922, + "start": 63306, + "end": 63312, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 68 }, "end": { - "line": 1327, + "line": 1369, "column": 74 }, "identifierName": "footer" @@ -90141,15 +90277,15 @@ }, "property": { "type": "Identifier", - "start": 60923, - "end": 60928, + "start": 63313, + "end": 63318, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 75 }, "end": { - "line": 1327, + "line": 1369, "column": 80 }, "identifierName": "range" @@ -90163,29 +90299,29 @@ }, { "type": "VariableDeclarator", - "start": 60944, - "end": 61014, + "start": 63334, + "end": 63404, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 12 }, "end": { - "line": 1328, + "line": 1370, "column": 82 } }, "id": { "type": "Identifier", - "start": 60944, - "end": 60950, + "start": 63334, + "end": 63340, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 12 }, "end": { - "line": 1328, + "line": 1370, "column": 18 }, "identifierName": "_scale" @@ -90194,58 +90330,58 @@ }, "init": { "type": "CallExpression", - "start": 60955, - "end": 61014, + "start": 63345, + "end": 63404, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 60955, - "end": 60970, + "start": 63345, + "end": 63360, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60955, - "end": 60959, + "start": 63345, + "end": 63349, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60960, - "end": 60970, + "start": 63350, + "end": 63360, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 28 }, "end": { - "line": 1328, + "line": 1370, "column": 38 }, "identifierName": "supplement" @@ -90257,43 +90393,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60972, - "end": 60992, + "start": 63362, + "end": 63382, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 60972, - "end": 60986, + "start": 63362, + "end": 63376, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 54 } }, "object": { "type": "Identifier", - "start": 60972, - "end": 60979, + "start": 63362, + "end": 63369, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 47 }, "identifierName": "Default" @@ -90302,15 +90438,15 @@ }, "property": { "type": "Identifier", - "start": 60980, - "end": 60986, + "start": 63370, + "end": 63376, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 48 }, "end": { - "line": 1328, + "line": 1370, "column": 54 }, "identifierName": "footer" @@ -90321,15 +90457,15 @@ }, "property": { "type": "Identifier", - "start": 60987, - "end": 60992, + "start": 63377, + "end": 63382, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 55 }, "end": { - "line": 1328, + "line": 1370, "column": 60 }, "identifierName": "scale" @@ -90340,43 +90476,43 @@ }, { "type": "MemberExpression", - "start": 60994, - "end": 61012, + "start": 63384, + "end": 63402, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 60994, - "end": 61006, + "start": 63384, + "end": 63396, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 74 } }, "object": { "type": "Identifier", - "start": 60994, - "end": 60999, + "start": 63384, + "end": 63389, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 67 }, "identifierName": "_opts" @@ -90385,15 +90521,15 @@ }, "property": { "type": "Identifier", - "start": 61000, - "end": 61006, + "start": 63390, + "end": 63396, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 68 }, "end": { - "line": 1328, + "line": 1370, "column": 74 }, "identifierName": "footer" @@ -90404,15 +90540,15 @@ }, "property": { "type": "Identifier", - "start": 61007, - "end": 61012, + "start": 63397, + "end": 63402, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 75 }, "end": { - "line": 1328, + "line": 1370, "column": 80 }, "identifierName": "scale" @@ -90426,29 +90562,29 @@ }, { "type": "VariableDeclarator", - "start": 61028, - "end": 61100, + "start": 63418, + "end": 63490, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 12 }, "end": { - "line": 1329, + "line": 1371, "column": 84 } }, "id": { "type": "Identifier", - "start": 61028, - "end": 61035, + "start": 63418, + "end": 63425, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 12 }, "end": { - "line": 1329, + "line": 1371, "column": 19 }, "identifierName": "_locale" @@ -90457,58 +90593,58 @@ }, "init": { "type": "CallExpression", - "start": 61039, - "end": 61100, + "start": 63429, + "end": 63490, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61039, - "end": 61054, + "start": 63429, + "end": 63444, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61039, - "end": 61043, + "start": 63429, + "end": 63433, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61044, - "end": 61054, + "start": 63434, + "end": 63444, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 28 }, "end": { - "line": 1329, + "line": 1371, "column": 38 }, "identifierName": "supplement" @@ -90520,43 +90656,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 61056, - "end": 61077, + "start": 63446, + "end": 63467, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 61056, - "end": 61070, + "start": 63446, + "end": 63460, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 54 } }, "object": { "type": "Identifier", - "start": 61056, - "end": 61063, + "start": 63446, + "end": 63453, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 47 }, "identifierName": "Default" @@ -90565,15 +90701,15 @@ }, "property": { "type": "Identifier", - "start": 61064, - "end": 61070, + "start": 63454, + "end": 63460, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 48 }, "end": { - "line": 1329, + "line": 1371, "column": 54 }, "identifierName": "footer" @@ -90584,15 +90720,15 @@ }, "property": { "type": "Identifier", - "start": 61071, - "end": 61077, + "start": 63461, + "end": 63467, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 55 }, "end": { - "line": 1329, + "line": 1371, "column": 61 }, "identifierName": "locale" @@ -90603,43 +90739,43 @@ }, { "type": "MemberExpression", - "start": 61079, - "end": 61098, + "start": 63469, + "end": 63488, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 61079, - "end": 61091, + "start": 63469, + "end": 63481, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 75 } }, "object": { "type": "Identifier", - "start": 61079, - "end": 61084, + "start": 63469, + "end": 63474, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 68 }, "identifierName": "_opts" @@ -90648,15 +90784,15 @@ }, "property": { "type": "Identifier", - "start": 61085, - "end": 61091, + "start": 63475, + "end": 63481, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 69 }, "end": { - "line": 1329, + "line": 1371, "column": 75 }, "identifierName": "footer" @@ -90667,15 +90803,15 @@ }, "property": { "type": "Identifier", - "start": 61092, - "end": 61098, + "start": 63482, + "end": 63488, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 76 }, "end": { - "line": 1329, + "line": 1371, "column": 82 }, "identifierName": "locale" @@ -90689,29 +90825,29 @@ }, { "type": "VariableDeclarator", - "start": 61114, - "end": 61186, + "start": 63504, + "end": 63576, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 12 }, "end": { - "line": 1330, + "line": 1372, "column": 84 } }, "id": { "type": "Identifier", - "start": 61114, - "end": 61121, + "start": 63504, + "end": 63511, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 12 }, "end": { - "line": 1330, + "line": 1372, "column": 19 }, "identifierName": "_format" @@ -90720,58 +90856,58 @@ }, "init": { "type": "CallExpression", - "start": 61125, - "end": 61186, + "start": 63515, + "end": 63576, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61125, - "end": 61140, + "start": 63515, + "end": 63530, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61125, - "end": 61129, + "start": 63515, + "end": 63519, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61130, - "end": 61140, + "start": 63520, + "end": 63530, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 28 }, "end": { - "line": 1330, + "line": 1372, "column": 38 }, "identifierName": "supplement" @@ -90783,43 +90919,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 61142, - "end": 61163, + "start": 63532, + "end": 63553, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 61142, - "end": 61156, + "start": 63532, + "end": 63546, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 54 } }, "object": { "type": "Identifier", - "start": 61142, - "end": 61149, + "start": 63532, + "end": 63539, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 47 }, "identifierName": "Default" @@ -90828,15 +90964,15 @@ }, "property": { "type": "Identifier", - "start": 61150, - "end": 61156, + "start": 63540, + "end": 63546, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 48 }, "end": { - "line": 1330, + "line": 1372, "column": 54 }, "identifierName": "footer" @@ -90847,15 +90983,15 @@ }, "property": { "type": "Identifier", - "start": 61157, - "end": 61163, + "start": 63547, + "end": 63553, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 55 }, "end": { - "line": 1330, + "line": 1372, "column": 61 }, "identifierName": "format" @@ -90866,43 +91002,43 @@ }, { "type": "MemberExpression", - "start": 61165, - "end": 61184, + "start": 63555, + "end": 63574, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 61165, - "end": 61177, + "start": 63555, + "end": 63567, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 75 } }, "object": { "type": "Identifier", - "start": 61165, - "end": 61170, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 68 }, "identifierName": "_opts" @@ -90911,15 +91047,15 @@ }, "property": { "type": "Identifier", - "start": 61171, - "end": 61177, + "start": 63561, + "end": 63567, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 69 }, "end": { - "line": 1330, + "line": 1372, "column": 75 }, "identifierName": "footer" @@ -90930,15 +91066,15 @@ }, "property": { "type": "Identifier", - "start": 61178, - "end": 61184, + "start": 63568, + "end": 63574, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 76 }, "end": { - "line": 1330, + "line": 1372, "column": 82 }, "identifierName": "format" @@ -90952,29 +91088,29 @@ }, { "type": "VariableDeclarator", - "start": 61200, - "end": 61248, + "start": 63590, + "end": 63638, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 12 }, "end": { - "line": 1331, + "line": 1373, "column": 60 } }, "id": { "type": "Identifier", - "start": 61200, - "end": 61206, + "start": 63590, + "end": 63596, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 12 }, "end": { - "line": 1331, + "line": 1373, "column": 18 }, "identifierName": "_begin" @@ -90983,58 +91119,58 @@ }, "init": { "type": "CallExpression", - "start": 61211, - "end": 61248, + "start": 63601, + "end": 63638, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 61211, - "end": 61226, + "start": 63601, + "end": 63616, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61211, - "end": 61215, + "start": 63601, + "end": 63605, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61216, - "end": 61226, + "start": 63606, + "end": 63616, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 28 }, "end": { - "line": 1331, + "line": 1373, "column": 38 }, "identifierName": "supplement" @@ -91046,44 +91182,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 61228, - "end": 61232, + "start": 63618, + "end": 63622, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 40 }, "end": { - "line": 1331, + "line": 1373, "column": 44 } } }, { "type": "MemberExpression", - "start": 61234, - "end": 61246, + "start": 63624, + "end": 63636, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 46 }, "end": { - "line": 1331, + "line": 1373, "column": 58 } }, "object": { "type": "Identifier", - "start": 61234, - "end": 61240, + "start": 63624, + "end": 63630, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 46 }, "end": { - "line": 1331, + "line": 1373, "column": 52 }, "identifierName": "_props" @@ -91092,15 +91228,15 @@ }, "property": { "type": "Identifier", - "start": 61241, - "end": 61246, + "start": 63631, + "end": 63636, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 53 }, "end": { - "line": 1331, + "line": 1373, "column": 58 }, "identifierName": "begin" @@ -91114,29 +91250,29 @@ }, { "type": "VariableDeclarator", - "start": 61262, - "end": 61308, + "start": 63652, + "end": 63698, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 12 }, "end": { - "line": 1332, + "line": 1374, "column": 58 } }, "id": { "type": "Identifier", - "start": 61262, - "end": 61266, + "start": 63652, + "end": 63656, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 12 }, "end": { - "line": 1332, + "line": 1374, "column": 16 }, "identifierName": "_end" @@ -91145,58 +91281,58 @@ }, "init": { "type": "CallExpression", - "start": 61273, - "end": 61308, + "start": 63663, + "end": 63698, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 61273, - "end": 61288, + "start": 63663, + "end": 63678, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61273, - "end": 61277, + "start": 63663, + "end": 63667, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61278, - "end": 61288, + "start": 63668, + "end": 63678, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 28 }, "end": { - "line": 1332, + "line": 1374, "column": 38 }, "identifierName": "supplement" @@ -91208,44 +91344,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 61290, - "end": 61294, + "start": 63680, + "end": 63684, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 40 }, "end": { - "line": 1332, + "line": 1374, "column": 44 } } }, { "type": "MemberExpression", - "start": 61296, - "end": 61306, + "start": 63686, + "end": 63696, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 46 }, "end": { - "line": 1332, + "line": 1374, "column": 56 } }, "object": { "type": "Identifier", - "start": 61296, - "end": 61302, + "start": 63686, + "end": 63692, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 46 }, "end": { - "line": 1332, + "line": 1374, "column": 52 }, "identifierName": "_props" @@ -91254,15 +91390,15 @@ }, "property": { "type": "Identifier", - "start": 61303, - "end": 61306, + "start": 63693, + "end": 63696, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 53 }, "end": { - "line": 1332, + "line": 1374, "column": 56 }, "identifierName": "end" @@ -91276,29 +91412,29 @@ }, { "type": "VariableDeclarator", - "start": 61322, - "end": 61389, + "start": 63712, + "end": 63779, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 12 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "id": { "type": "Identifier", - "start": 61322, - "end": 61332, + "start": 63712, + "end": 63722, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 12 }, "end": { - "line": 1333, + "line": 1375, "column": 22 }, "identifierName": "_tl_footer" @@ -91307,29 +91443,29 @@ }, "init": { "type": "CallExpression", - "start": 61335, - "end": 61389, + "start": 63725, + "end": 63779, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 25 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "callee": { "type": "Identifier", - "start": 61335, - "end": 61336, + "start": 63725, + "end": 63726, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 25 }, "end": { - "line": 1333, + "line": 1375, "column": 26 }, "identifierName": "$" @@ -91339,15 +91475,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 61337, - "end": 61350, + "start": 63727, + "end": 63740, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 27 }, "end": { - "line": 1333, + "line": 1375, "column": 40 } }, @@ -91359,30 +91495,30 @@ }, { "type": "ObjectExpression", - "start": 61352, - "end": 61388, + "start": 63742, + "end": 63778, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 42 }, "end": { - "line": 1333, + "line": 1375, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 61354, - "end": 61386, + "start": 63744, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 44 }, "end": { - "line": 1333, + "line": 1375, "column": 76 } }, @@ -91391,15 +91527,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61354, - "end": 61359, + "start": 63744, + "end": 63749, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 44 }, "end": { - "line": 1333, + "line": 1375, "column": 49 }, "identifierName": "class" @@ -91408,29 +91544,29 @@ }, "value": { "type": "MemberExpression", - "start": 61361, - "end": 61386, + "start": 63751, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 51 }, "end": { - "line": 1333, + "line": 1375, "column": 76 } }, "object": { "type": "Identifier", - "start": 61361, - "end": 61370, + "start": 63751, + "end": 63760, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 51 }, "end": { - "line": 1333, + "line": 1375, "column": 60 }, "identifierName": "ClassName" @@ -91439,15 +91575,15 @@ }, "property": { "type": "Identifier", - "start": 61371, - "end": 61386, + "start": 63761, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 61 }, "end": { - "line": 1333, + "line": 1375, "column": 76 }, "identifierName": "TIMELINE_FOOTER" @@ -91467,29 +91603,29 @@ }, { "type": "IfStatement", - "start": 61407, - "end": 62014, + "start": 63797, + "end": 64404, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 8 }, "end": { - "line": 1342, + "line": 1384, "column": 9 } }, "test": { "type": "Identifier", - "start": 61412, - "end": 61418, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 13 }, "end": { - "line": 1335, + "line": 1377, "column": 19 }, "identifierName": "_range" @@ -91498,58 +91634,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 61421, - "end": 62014, + "start": 63811, + "end": 64404, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 22 }, "end": { - "line": 1342, + "line": 1384, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 61435, - "end": 62004, + "start": 63825, + "end": 64394, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 12 }, "end": { - "line": 1341, + "line": 1383, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 61440, - "end": 61454, + "start": 63830, + "end": 63844, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 17 }, "end": { - "line": 1336, + "line": 1378, "column": 31 } }, "left": { "type": "Identifier", - "start": 61440, - "end": 61446, + "start": 63830, + "end": 63836, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 17 }, "end": { - "line": 1336, + "line": 1378, "column": 23 }, "identifierName": "_begin" @@ -91559,15 +91695,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 61450, - "end": 61454, + "start": 63840, + "end": 63844, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 27 }, "end": { - "line": 1336, + "line": 1378, "column": 31 }, "identifierName": "_end" @@ -91577,59 +91713,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 61457, - "end": 62004, + "start": 63847, + "end": 64394, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 34 }, "end": { - "line": 1341, + "line": 1383, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 61475, - "end": 61644, + "start": 63865, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 16 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61479, - "end": 61644, + "start": 63869, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 20 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "id": { "type": "Identifier", - "start": 61479, - "end": 61484, + "start": 63869, + "end": 63874, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 20 }, "end": { - "line": 1337, + "line": 1379, "column": 25 }, "identifierName": "_meta" @@ -91638,72 +91774,72 @@ }, "init": { "type": "TemplateLiteral", - "start": 61487, - "end": 61644, + "start": 63877, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 28 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "expressions": [ { "type": "CallExpression", - "start": 61490, - "end": 61543, + "start": 63880, + "end": 63933, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61490, - "end": 61523, + "start": 63880, + "end": 63913, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 64 } }, "object": { "type": "NewExpression", - "start": 61490, - "end": 61508, + "start": 63880, + "end": 63898, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 49 } }, "callee": { "type": "Identifier", - "start": 61494, - "end": 61498, + "start": 63884, + "end": 63888, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 35 }, "end": { - "line": 1337, + "line": 1379, "column": 39 }, "identifierName": "Date" @@ -91713,15 +91849,15 @@ "arguments": [ { "type": "Identifier", - "start": 61500, - "end": 61506, + "start": 63890, + "end": 63896, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 41 }, "end": { - "line": 1337, + "line": 1379, "column": 47 }, "identifierName": "_begin" @@ -91732,15 +91868,15 @@ }, "property": { "type": "Identifier", - "start": 61509, - "end": 61523, + "start": 63899, + "end": 63913, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 50 }, "end": { - "line": 1337, + "line": 1379, "column": 64 }, "identifierName": "toLocaleString" @@ -91752,15 +91888,15 @@ "arguments": [ { "type": "Identifier", - "start": 61525, - "end": 61532, + "start": 63915, + "end": 63922, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 66 }, "end": { - "line": 1337, + "line": 1379, "column": 73 }, "identifierName": "_locale" @@ -91769,15 +91905,15 @@ }, { "type": "Identifier", - "start": 61534, - "end": 61541, + "start": 63924, + "end": 63931, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 75 }, "end": { - "line": 1337, + "line": 1379, "column": 82 }, "identifierName": "_format" @@ -91788,29 +91924,29 @@ }, { "type": "MemberExpression", - "start": 61559, - "end": 61579, + "start": 63949, + "end": 63969, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 100 }, "end": { - "line": 1337, + "line": 1379, "column": 120 } }, "object": { "type": "Identifier", - "start": 61559, - "end": 61568, + "start": 63949, + "end": 63958, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 100 }, "end": { - "line": 1337, + "line": 1379, "column": 109 }, "identifierName": "ClassName" @@ -91819,15 +91955,15 @@ }, "property": { "type": "Identifier", - "start": 61569, - "end": 61579, + "start": 63959, + "end": 63969, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 110 }, "end": { - "line": 1337, + "line": 1379, "column": 120 }, "identifierName": "RANGE_SPAN" @@ -91838,57 +91974,57 @@ }, { "type": "CallExpression", - "start": 61591, - "end": 61642, + "start": 63981, + "end": 64032, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 183 } }, "callee": { "type": "MemberExpression", - "start": 61591, - "end": 61622, + "start": 63981, + "end": 64012, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 163 } }, "object": { "type": "NewExpression", - "start": 61591, - "end": 61607, + "start": 63981, + "end": 63997, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 148 } }, "callee": { "type": "Identifier", - "start": 61595, - "end": 61599, + "start": 63985, + "end": 63989, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 136 }, "end": { - "line": 1337, + "line": 1379, "column": 140 }, "identifierName": "Date" @@ -91898,15 +92034,15 @@ "arguments": [ { "type": "Identifier", - "start": 61601, - "end": 61605, + "start": 63991, + "end": 63995, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 142 }, "end": { - "line": 1337, + "line": 1379, "column": 146 }, "identifierName": "_end" @@ -91917,15 +92053,15 @@ }, "property": { "type": "Identifier", - "start": 61608, - "end": 61622, + "start": 63998, + "end": 64012, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 149 }, "end": { - "line": 1337, + "line": 1379, "column": 163 }, "identifierName": "toLocaleString" @@ -91937,15 +92073,15 @@ "arguments": [ { "type": "Identifier", - "start": 61624, - "end": 61631, + "start": 64014, + "end": 64021, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 165 }, "end": { - "line": 1337, + "line": 1379, "column": 172 }, "identifierName": "_locale" @@ -91954,15 +92090,15 @@ }, { "type": "Identifier", - "start": 61633, - "end": 61640, + "start": 64023, + "end": 64030, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 174 }, "end": { - "line": 1337, + "line": 1379, "column": 181 }, "identifierName": "_format" @@ -91975,15 +92111,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61488, - "end": 61488, + "start": 63878, + "end": 63878, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 29 }, "end": { - "line": 1337, + "line": 1379, "column": 29 } }, @@ -91995,15 +92131,15 @@ }, { "type": "TemplateElement", - "start": 61544, - "end": 61557, + "start": 63934, + "end": 63947, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 85 }, "end": { - "line": 1337, + "line": 1379, "column": 98 } }, @@ -92015,15 +92151,15 @@ }, { "type": "TemplateElement", - "start": 61580, - "end": 61589, + "start": 63970, + "end": 63979, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 121 }, "end": { - "line": 1337, + "line": 1379, "column": 130 } }, @@ -92035,15 +92171,15 @@ }, { "type": "TemplateElement", - "start": 61643, - "end": 61643, + "start": 64033, + "end": 64033, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 184 }, "end": { - "line": 1337, + "line": 1379, "column": 184 } }, @@ -92064,15 +92200,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -92081,57 +92217,57 @@ }, { "type": "ExpressionStatement", - "start": 61886, - "end": 61990, + "start": 64276, + "end": 64380, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 120 } }, "expression": { "type": "CallExpression", - "start": 61886, - "end": 61990, + "start": 64276, + "end": 64380, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 61886, - "end": 61903, + "start": 64276, + "end": 64293, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 33 } }, "object": { "type": "Identifier", - "start": 61886, - "end": 61896, + "start": 64276, + "end": 64286, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 26 }, "identifierName": "_tl_footer" @@ -92141,15 +92277,15 @@ }, "property": { "type": "Identifier", - "start": 61897, - "end": 61903, + "start": 64287, + "end": 64293, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 27 }, "end": { - "line": 1340, + "line": 1382, "column": 33 }, "identifierName": "append" @@ -92162,44 +92298,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 61905, - "end": 61988, + "start": 64295, + "end": 64378, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 35 }, "end": { - "line": 1340, + "line": 1382, "column": 118 } }, "expressions": [ { "type": "MemberExpression", - "start": 61920, - "end": 61940, + "start": 64310, + "end": 64330, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 50 }, "end": { - "line": 1340, + "line": 1382, "column": 70 } }, "object": { "type": "Identifier", - "start": 61920, - "end": 61929, + "start": 64310, + "end": 64319, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 50 }, "end": { - "line": 1340, + "line": 1382, "column": 59 }, "identifierName": "ClassName" @@ -92208,15 +92344,15 @@ }, "property": { "type": "Identifier", - "start": 61930, - "end": 61940, + "start": 64320, + "end": 64330, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 60 }, "end": { - "line": 1340, + "line": 1382, "column": 70 }, "identifierName": "RANGE_META" @@ -92227,29 +92363,29 @@ }, { "type": "MemberExpression", - "start": 61944, - "end": 61970, + "start": 64334, + "end": 64360, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 74 }, "end": { - "line": 1340, + "line": 1382, "column": 100 } }, "object": { "type": "Identifier", - "start": 61944, - "end": 61953, + "start": 64334, + "end": 64343, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 74 }, "end": { - "line": 1340, + "line": 1382, "column": 83 }, "identifierName": "ClassName" @@ -92258,15 +92394,15 @@ }, "property": { "type": "Identifier", - "start": 61954, - "end": 61970, + "start": 64344, + "end": 64360, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 84 }, "end": { - "line": 1340, + "line": 1382, "column": 100 }, "identifierName": "ALIGN_SELF_RIGHT" @@ -92277,15 +92413,15 @@ }, { "type": "Identifier", - "start": 61975, - "end": 61980, + "start": 64365, + "end": 64370, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 105 }, "end": { - "line": 1340, + "line": 1382, "column": 110 }, "identifierName": "_meta" @@ -92296,15 +92432,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61906, - "end": 61918, + "start": 64296, + "end": 64308, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 36 }, "end": { - "line": 1340, + "line": 1382, "column": 48 } }, @@ -92316,15 +92452,15 @@ }, { "type": "TemplateElement", - "start": 61941, - "end": 61942, + "start": 64331, + "end": 64332, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 71 }, "end": { - "line": 1340, + "line": 1382, "column": 72 } }, @@ -92336,15 +92472,15 @@ }, { "type": "TemplateElement", - "start": 61971, - "end": 61973, + "start": 64361, + "end": 64363, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 101 }, "end": { - "line": 1340, + "line": 1382, "column": 103 } }, @@ -92356,15 +92492,15 @@ }, { "type": "TemplateElement", - "start": 61981, - "end": 61987, + "start": 64371, + "end": 64377, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 111 }, "end": { - "line": 1340, + "line": 1382, "column": 117 } }, @@ -92383,15 +92519,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -92410,29 +92546,29 @@ }, { "type": "IfStatement", - "start": 62023, - "end": 62153, + "start": 64413, + "end": 64543, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 8 }, "end": { - "line": 1345, + "line": 1387, "column": 9 } }, "test": { "type": "Identifier", - "start": 62028, - "end": 62036, + "start": 64418, + "end": 64426, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 13 }, "end": { - "line": 1343, + "line": 1385, "column": 21 }, "identifierName": "_content" @@ -92441,72 +92577,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 62039, - "end": 62153, + "start": 64429, + "end": 64543, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 24 }, "end": { - "line": 1345, + "line": 1387, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62053, - "end": 62143, + "start": 64443, + "end": 64533, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 102 } }, "expression": { "type": "CallExpression", - "start": 62053, - "end": 62143, + "start": 64443, + "end": 64533, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 102 } }, "callee": { "type": "MemberExpression", - "start": 62053, - "end": 62070, + "start": 64443, + "end": 64460, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 29 } }, "object": { "type": "Identifier", - "start": 62053, - "end": 62063, + "start": 64443, + "end": 64453, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 22 }, "identifierName": "_tl_footer" @@ -92515,15 +92651,15 @@ }, "property": { "type": "Identifier", - "start": 62064, - "end": 62070, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 23 }, "end": { - "line": 1344, + "line": 1386, "column": 29 }, "identifierName": "append" @@ -92535,44 +92671,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 62072, - "end": 62141, + "start": 64462, + "end": 64531, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 31 }, "end": { - "line": 1344, + "line": 1386, "column": 100 } }, "expressions": [ { "type": "MemberExpression", - "start": 62087, - "end": 62120, + "start": 64477, + "end": 64510, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 46 }, "end": { - "line": 1344, + "line": 1386, "column": 79 } }, "object": { "type": "Identifier", - "start": 62087, - "end": 62096, + "start": 64477, + "end": 64486, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 46 }, "end": { - "line": 1344, + "line": 1386, "column": 55 }, "identifierName": "ClassName" @@ -92581,15 +92717,15 @@ }, "property": { "type": "Identifier", - "start": 62097, - "end": 62120, + "start": 64487, + "end": 64510, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 56 }, "end": { - "line": 1344, + "line": 1386, "column": 79 }, "identifierName": "TIMELINE_FOOTER_CONTENT" @@ -92600,15 +92736,15 @@ }, { "type": "Identifier", - "start": 62125, - "end": 62133, + "start": 64515, + "end": 64523, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 84 }, "end": { - "line": 1344, + "line": 1386, "column": 92 }, "identifierName": "_content" @@ -92619,15 +92755,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 62073, - "end": 62085, + "start": 64463, + "end": 64475, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 32 }, "end": { - "line": 1344, + "line": 1386, "column": 44 } }, @@ -92639,15 +92775,15 @@ }, { "type": "TemplateElement", - "start": 62121, - "end": 62123, + "start": 64511, + "end": 64513, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 80 }, "end": { - "line": 1344, + "line": 1386, "column": 82 } }, @@ -92659,15 +92795,15 @@ }, { "type": "TemplateElement", - "start": 62134, - "end": 62140, + "start": 64524, + "end": 64530, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 93 }, "end": { - "line": 1344, + "line": 1386, "column": 99 } }, @@ -92689,29 +92825,29 @@ }, { "type": "IfStatement", - "start": 62162, - "end": 62241, + "start": 64552, + "end": 64631, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 8 }, "end": { - "line": 1348, + "line": 1390, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 62167, - "end": 62177, + "start": 64557, + "end": 64567, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 13 }, "end": { - "line": 1346, + "line": 1388, "column": 23 } }, @@ -92719,15 +92855,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 62169, - "end": 62177, + "start": 64559, + "end": 64567, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 15 }, "end": { - "line": 1346, + "line": 1388, "column": 23 }, "identifierName": "_display" @@ -92740,72 +92876,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 62180, - "end": 62241, + "start": 64570, + "end": 64631, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 26 }, "end": { - "line": 1348, + "line": 1390, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62194, - "end": 62231, + "start": 64584, + "end": 64621, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 62194, - "end": 62231, + "start": 64584, + "end": 64621, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 62194, - "end": 62213, + "start": 64584, + "end": 64603, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 31 } }, "object": { "type": "Identifier", - "start": 62194, - "end": 62204, + "start": 64584, + "end": 64594, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 22 }, "identifierName": "_tl_footer" @@ -92814,15 +92950,15 @@ }, "property": { "type": "Identifier", - "start": 62205, - "end": 62213, + "start": 64595, + "end": 64603, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 23 }, "end": { - "line": 1347, + "line": 1389, "column": 31 }, "identifierName": "addClass" @@ -92834,29 +92970,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62215, - "end": 62229, + "start": 64605, + "end": 64619, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 33 }, "end": { - "line": 1347, + "line": 1389, "column": 47 } }, "object": { "type": "Identifier", - "start": 62215, - "end": 62224, + "start": 64605, + "end": 64614, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 33 }, "end": { - "line": 1347, + "line": 1389, "column": 42 }, "identifierName": "ClassName" @@ -92865,15 +93001,15 @@ }, "property": { "type": "Identifier", - "start": 62225, - "end": 62229, + "start": 64615, + "end": 64619, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 43 }, "end": { - "line": 1347, + "line": 1389, "column": 47 }, "identifierName": "HIDE" @@ -92892,29 +93028,29 @@ }, { "type": "ReturnStatement", - "start": 62259, - "end": 62276, + "start": 64649, + "end": 64666, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 8 }, "end": { - "line": 1350, + "line": 1392, "column": 25 } }, "argument": { "type": "Identifier", - "start": 62266, - "end": 62276, + "start": 64656, + "end": 64666, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 15 }, "end": { - "line": 1350, + "line": 1392, "column": 25 }, "identifierName": "_tl_footer" @@ -92930,15 +93066,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -92948,15 +93084,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -92965,15 +93101,15 @@ }, { "type": "ClassMethod", - "start": 62663, - "end": 66648, + "start": 65053, + "end": 69038, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 4 }, "end": { - "line": 1460, + "line": 1502, "column": 5 } }, @@ -92981,15 +93117,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62663, - "end": 62672, + "start": 65053, + "end": 65062, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 4 }, "end": { - "line": 1362, + "line": 1404, "column": 13 }, "identifierName": "_diffDate" @@ -93005,15 +93141,15 @@ "params": [ { "type": "Identifier", - "start": 62674, - "end": 62679, + "start": 65064, + "end": 65069, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 15 }, "end": { - "line": 1362, + "line": 1404, "column": 20 }, "identifierName": "date1" @@ -93022,15 +93158,15 @@ }, { "type": "Identifier", - "start": 62681, - "end": 62686, + "start": 65071, + "end": 65076, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 22 }, "end": { - "line": 1362, + "line": 1404, "column": 27 }, "identifierName": "date2" @@ -93039,29 +93175,29 @@ }, { "type": "AssignmentPattern", - "start": 62688, - "end": 62709, + "start": 65078, + "end": 65099, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 29 }, "end": { - "line": 1362, + "line": 1404, "column": 50 } }, "left": { "type": "Identifier", - "start": 62688, - "end": 62693, + "start": 65078, + "end": 65083, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 29 }, "end": { - "line": 1362, + "line": 1404, "column": 34 }, "identifierName": "scale" @@ -93070,15 +93206,15 @@ }, "right": { "type": "StringLiteral", - "start": 62696, - "end": 62709, + "start": 65086, + "end": 65099, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 37 }, "end": { - "line": 1362, + "line": 1404, "column": 50 } }, @@ -93091,29 +93227,29 @@ }, { "type": "AssignmentPattern", - "start": 62711, - "end": 62725, + "start": 65101, + "end": 65115, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 52 }, "end": { - "line": 1362, + "line": 1404, "column": 66 } }, "left": { "type": "Identifier", - "start": 62711, - "end": 62717, + "start": 65101, + "end": 65107, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 52 }, "end": { - "line": 1362, + "line": 1404, "column": 58 }, "identifierName": "absval" @@ -93122,15 +93258,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 62720, - "end": 62725, + "start": 65110, + "end": 65115, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 61 }, "end": { - "line": 1362, + "line": 1404, "column": 66 } }, @@ -93140,59 +93276,59 @@ ], "body": { "type": "BlockStatement", - "start": 62728, - "end": 66648, + "start": 65118, + "end": 69038, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 69 }, "end": { - "line": 1460, + "line": 1502, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 62775, - "end": 63535, + "start": 65165, + "end": 65925, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 8 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 62779, - "end": 62818, + "start": 65169, + "end": 65208, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 12 }, "end": { - "line": 1364, + "line": 1406, "column": 51 } }, "id": { "type": "Identifier", - "start": 62779, - "end": 62783, + "start": 65169, + "end": 65173, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 12 }, "end": { - "line": 1364, + "line": 1406, "column": 16 }, "identifierName": "_dt1" @@ -93202,58 +93338,58 @@ }, "init": { "type": "CallExpression", - "start": 62788, - "end": 62818, + "start": 65178, + "end": 65208, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62788, - "end": 62803, + "start": 65178, + "end": 65193, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 62788, - "end": 62792, + "start": 65178, + "end": 65182, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 25 } } }, "property": { "type": "Identifier", - "start": 62793, - "end": 62803, + "start": 65183, + "end": 65193, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 26 }, "end": { - "line": 1364, + "line": 1406, "column": 36 }, "identifierName": "supplement" @@ -93265,30 +93401,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 62805, - "end": 62809, + "start": 65195, + "end": 65199, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 38 }, "end": { - "line": 1364, + "line": 1406, "column": 42 } } }, { "type": "Identifier", - "start": 62811, - "end": 62816, + "start": 65201, + "end": 65206, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 44 }, "end": { - "line": 1364, + "line": 1406, "column": 49 }, "identifierName": "date1" @@ -93301,29 +93437,29 @@ }, { "type": "VariableDeclarator", - "start": 62832, - "end": 62871, + "start": 65222, + "end": 65261, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 12 }, "end": { - "line": 1365, + "line": 1407, "column": 51 } }, "id": { "type": "Identifier", - "start": 62832, - "end": 62836, + "start": 65222, + "end": 65226, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 12 }, "end": { - "line": 1365, + "line": 1407, "column": 16 }, "identifierName": "_dt2" @@ -93332,58 +93468,58 @@ }, "init": { "type": "CallExpression", - "start": 62841, - "end": 62871, + "start": 65231, + "end": 65261, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62841, - "end": 62856, + "start": 65231, + "end": 65246, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 62841, - "end": 62845, + "start": 65231, + "end": 65235, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 25 } } }, "property": { "type": "Identifier", - "start": 62846, - "end": 62856, + "start": 65236, + "end": 65246, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 26 }, "end": { - "line": 1365, + "line": 1407, "column": 36 }, "identifierName": "supplement" @@ -93395,30 +93531,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 62858, - "end": 62862, + "start": 65248, + "end": 65252, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 38 }, "end": { - "line": 1365, + "line": 1407, "column": 42 } } }, { "type": "Identifier", - "start": 62864, - "end": 62869, + "start": 65254, + "end": 65259, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 44 }, "end": { - "line": 1365, + "line": 1407, "column": 49 }, "identifierName": "date2" @@ -93430,29 +93566,29 @@ }, { "type": "VariableDeclarator", - "start": 62885, - "end": 62895, + "start": 65275, + "end": 65285, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 12 }, "end": { - "line": 1366, + "line": 1408, "column": 22 } }, "id": { "type": "Identifier", - "start": 62885, - "end": 62891, + "start": 65275, + "end": 65281, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 12 }, "end": { - "line": 1366, + "line": 1408, "column": 18 }, "identifierName": "diffMS" @@ -93461,15 +93597,15 @@ }, "init": { "type": "NumericLiteral", - "start": 62894, - "end": 62895, + "start": 65284, + "end": 65285, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 21 }, "end": { - "line": 1366, + "line": 1408, "column": 22 } }, @@ -93482,29 +93618,29 @@ }, { "type": "VariableDeclarator", - "start": 62909, - "end": 62923, + "start": 65299, + "end": 65313, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 12 }, "end": { - "line": 1367, + "line": 1409, "column": 26 } }, "id": { "type": "Identifier", - "start": 62909, - "end": 62915, + "start": 65299, + "end": 65305, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 12 }, "end": { - "line": 1367, + "line": 1409, "column": 18 }, "identifierName": "retval" @@ -93513,15 +93649,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 62918, - "end": 62923, + "start": 65308, + "end": 65313, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 21 }, "end": { - "line": 1367, + "line": 1409, "column": 26 } }, @@ -93530,29 +93666,29 @@ }, { "type": "VariableDeclarator", - "start": 62937, - "end": 63161, + "start": 65327, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 12 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, "id": { "type": "Identifier", - "start": 62937, - "end": 62951, + "start": 65327, + "end": 65341, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 12 }, "end": { - "line": 1368, + "line": 1410, "column": 26 }, "identifierName": "lastDayOfMonth" @@ -93561,15 +93697,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 62954, - "end": 63161, + "start": 65344, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 29 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, @@ -93580,15 +93716,15 @@ "params": [ { "type": "Identifier", - "start": 62956, - "end": 62963, + "start": 65346, + "end": 65353, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 31 }, "end": { - "line": 1368, + "line": 1410, "column": 38 }, "identifierName": "dateObj" @@ -93598,59 +93734,59 @@ ], "body": { "type": "BlockStatement", - "start": 62969, - "end": 63161, + "start": 65359, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 44 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 62987, - "end": 63058, + "start": 65377, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 16 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 62991, - "end": 63058, + "start": 65381, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 20 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "id": { "type": "Identifier", - "start": 62991, - "end": 62995, + "start": 65381, + "end": 65385, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 20 }, "end": { - "line": 1369, + "line": 1411, "column": 24 }, "identifierName": "_tmp" @@ -93659,29 +93795,29 @@ }, "init": { "type": "NewExpression", - "start": 62998, - "end": 63058, + "start": 65388, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 27 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "callee": { "type": "Identifier", - "start": 63002, - "end": 63006, + "start": 65392, + "end": 65396, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 31 }, "end": { - "line": 1369, + "line": 1411, "column": 35 }, "identifierName": "Date" @@ -93691,43 +93827,43 @@ "arguments": [ { "type": "CallExpression", - "start": 63008, - "end": 63029, + "start": 65398, + "end": 65419, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 63008, - "end": 63027, + "start": 65398, + "end": 65417, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 56 } }, "object": { "type": "Identifier", - "start": 63008, - "end": 63015, + "start": 65398, + "end": 65405, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 44 }, "identifierName": "dateObj" @@ -93736,15 +93872,15 @@ }, "property": { "type": "Identifier", - "start": 63016, - "end": 63027, + "start": 65406, + "end": 65417, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 45 }, "end": { - "line": 1369, + "line": 1411, "column": 56 }, "identifierName": "getFullYear" @@ -93757,57 +93893,57 @@ }, { "type": "BinaryExpression", - "start": 63031, - "end": 63053, + "start": 65421, + "end": 65443, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 82 } }, "left": { "type": "CallExpression", - "start": 63031, - "end": 63049, + "start": 65421, + "end": 65439, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 63031, - "end": 63047, + "start": 65421, + "end": 65437, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 76 } }, "object": { "type": "Identifier", - "start": 63031, - "end": 63038, + "start": 65421, + "end": 65428, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 67 }, "identifierName": "dateObj" @@ -93816,15 +93952,15 @@ }, "property": { "type": "Identifier", - "start": 63039, - "end": 63047, + "start": 65429, + "end": 65437, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 68 }, "end": { - "line": 1369, + "line": 1411, "column": 76 }, "identifierName": "getMonth" @@ -93838,15 +93974,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 63052, - "end": 63053, + "start": 65442, + "end": 65443, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 81 }, "end": { - "line": 1369, + "line": 1411, "column": 82 } }, @@ -93859,15 +93995,15 @@ }, { "type": "NumericLiteral", - "start": 63055, - "end": 63056, + "start": 65445, + "end": 65446, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 84 }, "end": { - "line": 1369, + "line": 1411, "column": 85 } }, @@ -93885,57 +94021,57 @@ }, { "type": "ExpressionStatement", - "start": 63075, - "end": 63109, + "start": 65465, + "end": 65499, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 63075, - "end": 63109, + "start": 65465, + "end": 65499, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 63075, - "end": 63087, + "start": 65465, + "end": 65477, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 28 } }, "object": { "type": "Identifier", - "start": 63075, - "end": 63079, + "start": 65465, + "end": 65469, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 20 }, "identifierName": "_tmp" @@ -93944,15 +94080,15 @@ }, "property": { "type": "Identifier", - "start": 63080, - "end": 63087, + "start": 65470, + "end": 65477, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 21 }, "end": { - "line": 1370, + "line": 1412, "column": 28 }, "identifierName": "setTime" @@ -93964,57 +94100,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 63089, - "end": 63107, + "start": 65479, + "end": 65497, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 48 } }, "left": { "type": "CallExpression", - "start": 63089, - "end": 63103, + "start": 65479, + "end": 65493, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 63089, - "end": 63101, + "start": 65479, + "end": 65491, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 42 } }, "object": { "type": "Identifier", - "start": 63089, - "end": 63093, + "start": 65479, + "end": 65483, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 34 }, "identifierName": "_tmp" @@ -94023,15 +94159,15 @@ }, "property": { "type": "Identifier", - "start": 63094, - "end": 63101, + "start": 65484, + "end": 65491, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 35 }, "end": { - "line": 1370, + "line": 1412, "column": 42 }, "identifierName": "getTime" @@ -94045,15 +94181,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 63106, - "end": 63107, + "start": 65496, + "end": 65497, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 47 }, "end": { - "line": 1370, + "line": 1412, "column": 48 } }, @@ -94069,57 +94205,57 @@ }, { "type": "ReturnStatement", - "start": 63126, - "end": 63147, + "start": 65516, + "end": 65537, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 16 }, "end": { - "line": 1371, + "line": 1413, "column": 37 } }, "argument": { "type": "CallExpression", - "start": 63133, - "end": 63147, + "start": 65523, + "end": 65537, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 63133, - "end": 63145, + "start": 65523, + "end": 65535, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 35 } }, "object": { "type": "Identifier", - "start": 63133, - "end": 63137, + "start": 65523, + "end": 65527, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 27 }, "identifierName": "_tmp" @@ -94128,15 +94264,15 @@ }, "property": { "type": "Identifier", - "start": 63138, - "end": 63145, + "start": 65528, + "end": 65535, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 28 }, "end": { - "line": 1371, + "line": 1413, "column": 35 }, "identifierName": "getDate" @@ -94155,29 +94291,29 @@ }, { "type": "VariableDeclarator", - "start": 63175, - "end": 63535, + "start": 65565, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 12 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "id": { "type": "Identifier", - "start": 63175, - "end": 63185, + "start": 65565, + "end": 65575, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 12 }, "end": { - "line": 1373, + "line": 1415, "column": 22 }, "identifierName": "isLeapYear" @@ -94186,15 +94322,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 63188, - "end": 63535, + "start": 65578, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 25 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, @@ -94205,15 +94341,15 @@ "params": [ { "type": "Identifier", - "start": 63190, - "end": 63197, + "start": 65580, + "end": 65587, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 27 }, "end": { - "line": 1373, + "line": 1415, "column": 34 }, "identifierName": "dateObj" @@ -94223,59 +94359,59 @@ ], "body": { "type": "BlockStatement", - "start": 63203, - "end": 63535, + "start": 65593, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 40 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 63221, - "end": 63301, + "start": 65611, + "end": 65691, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 16 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63225, - "end": 63271, + "start": 65615, + "end": 65661, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 20 }, "end": { - "line": 1374, + "line": 1416, "column": 66 } }, "id": { "type": "Identifier", - "start": 63225, - "end": 63229, + "start": 65615, + "end": 65619, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 20 }, "end": { - "line": 1374, + "line": 1416, "column": 24 }, "identifierName": "_tmp" @@ -94284,29 +94420,29 @@ }, "init": { "type": "NewExpression", - "start": 63232, - "end": 63271, + "start": 65622, + "end": 65661, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 27 }, "end": { - "line": 1374, + "line": 1416, "column": 66 } }, "callee": { "type": "Identifier", - "start": 63236, - "end": 63240, + "start": 65626, + "end": 65630, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 31 }, "end": { - "line": 1374, + "line": 1416, "column": 35 }, "identifierName": "Date" @@ -94316,43 +94452,43 @@ "arguments": [ { "type": "CallExpression", - "start": 63242, - "end": 63263, + "start": 65632, + "end": 65653, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 63242, - "end": 63261, + "start": 65632, + "end": 65651, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 56 } }, "object": { "type": "Identifier", - "start": 63242, - "end": 63249, + "start": 65632, + "end": 65639, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 44 }, "identifierName": "dateObj" @@ -94361,15 +94497,15 @@ }, "property": { "type": "Identifier", - "start": 63250, - "end": 63261, + "start": 65640, + "end": 65651, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 45 }, "end": { - "line": 1374, + "line": 1416, "column": 56 }, "identifierName": "getFullYear" @@ -94382,15 +94518,15 @@ }, { "type": "NumericLiteral", - "start": 63265, - "end": 63266, + "start": 65655, + "end": 65656, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 60 }, "end": { - "line": 1374, + "line": 1416, "column": 61 } }, @@ -94402,15 +94538,15 @@ }, { "type": "NumericLiteral", - "start": 63268, - "end": 63269, + "start": 65658, + "end": 65659, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 63 }, "end": { - "line": 1374, + "line": 1416, "column": 64 } }, @@ -94425,29 +94561,29 @@ }, { "type": "VariableDeclarator", - "start": 63293, - "end": 63301, + "start": 65683, + "end": 65691, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 20 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, "id": { "type": "Identifier", - "start": 63293, - "end": 63296, + "start": 65683, + "end": 65686, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 20 }, "end": { - "line": 1375, + "line": 1417, "column": 23 }, "identifierName": "sum" @@ -94456,15 +94592,15 @@ }, "init": { "type": "NumericLiteral", - "start": 63300, - "end": 63301, + "start": 65690, + "end": 65691, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 27 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, @@ -94480,58 +94616,58 @@ }, { "type": "ForStatement", - "start": 63335, - "end": 63472, + "start": 65725, + "end": 65862, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 16 }, "end": { - "line": 1380, + "line": 1422, "column": 17 } }, "init": { "type": "VariableDeclaration", - "start": 63341, - "end": 63350, + "start": 65731, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 22 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63345, - "end": 63350, + "start": 65735, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 26 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, "id": { "type": "Identifier", - "start": 63345, - "end": 63346, + "start": 65735, + "end": 65736, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 26 }, "end": { - "line": 1377, + "line": 1419, "column": 27 }, "identifierName": "i" @@ -94540,15 +94676,15 @@ }, "init": { "type": "NumericLiteral", - "start": 63349, - "end": 63350, + "start": 65739, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 30 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, @@ -94564,29 +94700,29 @@ }, "test": { "type": "BinaryExpression", - "start": 63352, - "end": 63358, + "start": 65742, + "end": 65748, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 33 }, "end": { - "line": 1377, + "line": 1419, "column": 39 } }, "left": { "type": "Identifier", - "start": 63352, - "end": 63353, + "start": 65742, + "end": 65743, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 33 }, "end": { - "line": 1377, + "line": 1419, "column": 34 }, "identifierName": "i" @@ -94596,15 +94732,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 63356, - "end": 63358, + "start": 65746, + "end": 65748, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 37 }, "end": { - "line": 1377, + "line": 1419, "column": 39 } }, @@ -94617,15 +94753,15 @@ }, "update": { "type": "UpdateExpression", - "start": 63360, - "end": 63363, + "start": 65750, + "end": 65753, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 41 }, "end": { - "line": 1377, + "line": 1419, "column": 44 } }, @@ -94633,15 +94769,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 63360, - "end": 63361, + "start": 65750, + "end": 65751, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 41 }, "end": { - "line": 1377, + "line": 1419, "column": 42 }, "identifierName": "i" @@ -94651,72 +94787,72 @@ }, "body": { "type": "BlockStatement", - "start": 63366, - "end": 63472, + "start": 65756, + "end": 65862, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 47 }, "end": { - "line": 1380, + "line": 1422, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 63388, - "end": 63404, + "start": 65778, + "end": 65794, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 63388, - "end": 63404, + "start": 65778, + "end": 65794, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 63388, - "end": 63401, + "start": 65778, + "end": 65791, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 33 } }, "object": { "type": "Identifier", - "start": 63388, - "end": 63392, + "start": 65778, + "end": 65782, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 24 }, "identifierName": "_tmp" @@ -94725,15 +94861,15 @@ }, "property": { "type": "Identifier", - "start": 63393, - "end": 63401, + "start": 65783, + "end": 65791, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 25 }, "end": { - "line": 1378, + "line": 1420, "column": 33 }, "identifierName": "setMonth" @@ -94745,15 +94881,15 @@ "arguments": [ { "type": "Identifier", - "start": 63402, - "end": 63403, + "start": 65792, + "end": 65793, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 34 }, "end": { - "line": 1378, + "line": 1420, "column": 35 }, "identifierName": "i" @@ -94765,44 +94901,44 @@ }, { "type": "ExpressionStatement", - "start": 63425, - "end": 63454, + "start": 65815, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63425, - "end": 63454, + "start": 65815, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 63425, - "end": 63428, + "start": 65815, + "end": 65818, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 23 }, "identifierName": "sum" @@ -94811,29 +94947,29 @@ }, "right": { "type": "CallExpression", - "start": 63432, - "end": 63454, + "start": 65822, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 27 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "callee": { "type": "Identifier", - "start": 63432, - "end": 63446, + "start": 65822, + "end": 65836, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 27 }, "end": { - "line": 1379, + "line": 1421, "column": 41 }, "identifierName": "lastDayOfMonth" @@ -94843,15 +94979,15 @@ "arguments": [ { "type": "Identifier", - "start": 63448, - "end": 63452, + "start": 65838, + "end": 65842, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 43 }, "end": { - "line": 1379, + "line": 1421, "column": 47 }, "identifierName": "_tmp" @@ -94868,57 +95004,57 @@ }, { "type": "ReturnStatement", - "start": 63489, - "end": 63521, + "start": 65879, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 16 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, "argument": { "type": "ConditionalExpression", - "start": 63496, - "end": 63521, + "start": 65886, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, "test": { "type": "BinaryExpression", - "start": 63496, - "end": 63506, + "start": 65886, + "end": 65896, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 33 } }, "left": { "type": "Identifier", - "start": 63496, - "end": 63499, + "start": 65886, + "end": 65889, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 26 }, "identifierName": "sum" @@ -94928,15 +95064,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 63503, - "end": 63506, + "start": 65893, + "end": 65896, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 30 }, "end": { - "line": 1381, + "line": 1423, "column": 33 } }, @@ -94949,15 +95085,15 @@ }, "consequent": { "type": "BooleanLiteral", - "start": 63509, - "end": 63514, + "start": 65899, + "end": 65904, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 36 }, "end": { - "line": 1381, + "line": 1423, "column": 41 } }, @@ -94965,15 +95101,15 @@ }, "alternate": { "type": "BooleanLiteral", - "start": 63517, - "end": 63521, + "start": 65907, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 44 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, @@ -94992,15 +95128,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 62738, - "end": 62766, + "start": 65128, + "end": 65156, "loc": { "start": { - "line": 1363, + "line": 1405, "column": 8 }, "end": { - "line": 1363, + "line": 1405, "column": 36 } } @@ -95009,43 +95145,43 @@ }, { "type": "IfStatement", - "start": 63553, - "end": 63698, + "start": 65943, + "end": 66088, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 8 }, "end": { - "line": 1387, + "line": 1429, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 63558, - "end": 63574, + "start": 65948, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 13 }, "end": { - "line": 1384, + "line": 1426, "column": 29 } }, "left": { "type": "UnaryExpression", - "start": 63558, - "end": 63564, + "start": 65948, + "end": 65954, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 13 }, "end": { - "line": 1384, + "line": 1426, "column": 19 } }, @@ -95053,15 +95189,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 63560, - "end": 63564, + "start": 65950, + "end": 65954, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 15 }, "end": { - "line": 1384, + "line": 1426, "column": 19 }, "identifierName": "_dt1" @@ -95075,15 +95211,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 63568, - "end": 63574, + "start": 65958, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 23 }, "end": { - "line": 1384, + "line": 1426, "column": 29 } }, @@ -95091,15 +95227,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 63570, - "end": 63574, + "start": 65960, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 25 }, "end": { - "line": 1384, + "line": 1426, "column": 29 }, "identifierName": "_dt2" @@ -95113,72 +95249,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 63577, - "end": 63698, + "start": 65967, + "end": 66088, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 32 }, "end": { - "line": 1387, + "line": 1429, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63591, - "end": 63663, + "start": 65981, + "end": 66053, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 63591, - "end": 63663, + "start": 65981, + "end": 66053, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 63591, - "end": 63603, + "start": 65981, + "end": 65993, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 24 } }, "object": { "type": "Identifier", - "start": 63591, - "end": 63598, + "start": 65981, + "end": 65988, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 19 }, "identifierName": "console" @@ -95187,15 +95323,15 @@ }, "property": { "type": "Identifier", - "start": 63599, - "end": 63603, + "start": 65989, + "end": 65993, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 20 }, "end": { - "line": 1385, + "line": 1427, "column": 24 }, "identifierName": "warn" @@ -95207,15 +95343,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 63605, - "end": 63661, + "start": 65995, + "end": 66051, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 26 }, "end": { - "line": 1385, + "line": 1427, "column": 82 } }, @@ -95230,29 +95366,29 @@ }, { "type": "ReturnStatement", - "start": 63676, - "end": 63688, + "start": 66066, + "end": 66078, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 12 }, "end": { - "line": 1386, + "line": 1428, "column": 24 } }, "argument": { "type": "BooleanLiteral", - "start": 63683, - "end": 63688, + "start": 66073, + "end": 66078, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 19 }, "end": { - "line": 1386, + "line": 1428, "column": 24 } }, @@ -95266,44 +95402,44 @@ }, { "type": "ExpressionStatement", - "start": 63716, - "end": 63736, + "start": 66106, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 63716, - "end": 63736, + "start": 66106, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 63716, - "end": 63722, + "start": 66106, + "end": 66112, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 14 }, "identifierName": "diffMS" @@ -95312,29 +95448,29 @@ }, "right": { "type": "BinaryExpression", - "start": 63725, - "end": 63736, + "start": 66115, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 17 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "left": { "type": "Identifier", - "start": 63725, - "end": 63729, + "start": 66115, + "end": 66119, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 17 }, "end": { - "line": 1389, + "line": 1431, "column": 21 }, "identifierName": "_dt2" @@ -95344,15 +95480,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 63732, - "end": 63736, + "start": 66122, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 24 }, "end": { - "line": 1389, + "line": 1431, "column": 28 }, "identifierName": "_dt1" @@ -95364,29 +95500,29 @@ }, { "type": "IfStatement", - "start": 63754, - "end": 63819, + "start": 66144, + "end": 66209, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 8 }, "end": { - "line": 1393, + "line": 1435, "column": 9 } }, "test": { "type": "Identifier", - "start": 63759, - "end": 63765, + "start": 66149, + "end": 66155, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 13 }, "end": { - "line": 1391, + "line": 1433, "column": 19 }, "identifierName": "absval" @@ -95395,59 +95531,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 63768, - "end": 63819, + "start": 66158, + "end": 66209, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 22 }, "end": { - "line": 1393, + "line": 1435, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63782, - "end": 63809, + "start": 66172, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 63782, - "end": 63809, + "start": 66172, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 63782, - "end": 63788, + "start": 66172, + "end": 66178, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 18 }, "identifierName": "diffMS" @@ -95456,43 +95592,43 @@ }, "right": { "type": "CallExpression", - "start": 63791, - "end": 63809, + "start": 66181, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 63791, - "end": 63799, + "start": 66181, + "end": 66189, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 29 } }, "object": { "type": "Identifier", - "start": 63791, - "end": 63795, + "start": 66181, + "end": 66185, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 25 }, "identifierName": "Math" @@ -95501,15 +95637,15 @@ }, "property": { "type": "Identifier", - "start": 63796, - "end": 63799, + "start": 66186, + "end": 66189, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 26 }, "end": { - "line": 1392, + "line": 1434, "column": 29 }, "identifierName": "abs" @@ -95521,15 +95657,15 @@ "arguments": [ { "type": "Identifier", - "start": 63801, - "end": 63807, + "start": 66191, + "end": 66197, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 31 }, "end": { - "line": 1392, + "line": 1434, "column": 37 }, "identifierName": "diffMS" @@ -95547,44 +95683,44 @@ }, { "type": "VariableDeclaration", - "start": 63837, - "end": 63978, + "start": 66227, + "end": 66368, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 8 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63841, - "end": 63863, + "start": 66231, + "end": 66253, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 12 }, "end": { - "line": 1395, + "line": 1437, "column": 34 } }, "id": { "type": "Identifier", - "start": 63841, - "end": 63844, + "start": 66231, + "end": 66234, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 12 }, "end": { - "line": 1395, + "line": 1437, "column": 15 }, "identifierName": "_bd" @@ -95593,29 +95729,29 @@ }, "init": { "type": "NewExpression", - "start": 63847, - "end": 63863, + "start": 66237, + "end": 66253, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 18 }, "end": { - "line": 1395, + "line": 1437, "column": 34 } }, "callee": { "type": "Identifier", - "start": 63851, - "end": 63855, + "start": 66241, + "end": 66245, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 22 }, "end": { - "line": 1395, + "line": 1437, "column": 26 }, "identifierName": "Date" @@ -95625,15 +95761,15 @@ "arguments": [ { "type": "Identifier", - "start": 63857, - "end": 63861, + "start": 66247, + "end": 66251, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 28 }, "end": { - "line": 1395, + "line": 1437, "column": 32 }, "identifierName": "_dt1" @@ -95645,29 +95781,29 @@ }, { "type": "VariableDeclarator", - "start": 63877, - "end": 63899, + "start": 66267, + "end": 66289, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 12 }, "end": { - "line": 1396, + "line": 1438, "column": 34 } }, "id": { "type": "Identifier", - "start": 63877, - "end": 63880, + "start": 66267, + "end": 66270, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 12 }, "end": { - "line": 1396, + "line": 1438, "column": 15 }, "identifierName": "_ed" @@ -95676,29 +95812,29 @@ }, "init": { "type": "NewExpression", - "start": 63883, - "end": 63899, + "start": 66273, + "end": 66289, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 18 }, "end": { - "line": 1396, + "line": 1438, "column": 34 } }, "callee": { "type": "Identifier", - "start": 63887, - "end": 63891, + "start": 66277, + "end": 66281, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 22 }, "end": { - "line": 1396, + "line": 1438, "column": 26 }, "identifierName": "Date" @@ -95708,15 +95844,15 @@ "arguments": [ { "type": "Identifier", - "start": 63893, - "end": 63897, + "start": 66283, + "end": 66287, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 28 }, "end": { - "line": 1396, + "line": 1438, "column": 32 }, "identifierName": "_dt2" @@ -95728,29 +95864,29 @@ }, { "type": "VariableDeclarator", - "start": 63913, - "end": 63956, + "start": 66303, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 12 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "id": { "type": "Identifier", - "start": 63913, - "end": 63916, + "start": 66303, + "end": 66306, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 12 }, "end": { - "line": 1397, + "line": 1439, "column": 15 }, "identifierName": "_dy" @@ -95759,57 +95895,57 @@ }, "init": { "type": "BinaryExpression", - "start": 63919, - "end": 63956, + "start": 66309, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "left": { "type": "CallExpression", - "start": 63919, - "end": 63936, + "start": 66309, + "end": 66326, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 63919, - "end": 63934, + "start": 66309, + "end": 66324, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 33 } }, "object": { "type": "Identifier", - "start": 63919, - "end": 63922, + "start": 66309, + "end": 66312, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 21 }, "identifierName": "_ed" @@ -95818,15 +95954,15 @@ }, "property": { "type": "Identifier", - "start": 63923, - "end": 63934, + "start": 66313, + "end": 66324, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 22 }, "end": { - "line": 1397, + "line": 1439, "column": 33 }, "identifierName": "getFullYear" @@ -95840,43 +95976,43 @@ "operator": "-", "right": { "type": "CallExpression", - "start": 63939, - "end": 63956, + "start": 66329, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 63939, - "end": 63954, + "start": 66329, + "end": 66344, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 53 } }, "object": { "type": "Identifier", - "start": 63939, - "end": 63942, + "start": 66329, + "end": 66332, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 41 }, "identifierName": "_bd" @@ -95885,15 +96021,15 @@ }, "property": { "type": "Identifier", - "start": 63943, - "end": 63954, + "start": 66333, + "end": 66344, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 42 }, "end": { - "line": 1397, + "line": 1439, "column": 53 }, "identifierName": "getFullYear" @@ -95908,29 +96044,29 @@ }, { "type": "VariableDeclarator", - "start": 63970, - "end": 63978, + "start": 66360, + "end": 66368, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 12 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, "id": { "type": "Identifier", - "start": 63970, - "end": 63972, + "start": 66360, + "end": 66362, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 12 }, "end": { - "line": 1398, + "line": 1440, "column": 14 }, "identifierName": "_m" @@ -95939,15 +96075,15 @@ }, "init": { "type": "ObjectExpression", - "start": 63976, - "end": 63978, + "start": 66366, + "end": 66368, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 18 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, @@ -95959,29 +96095,29 @@ }, { "type": "SwitchStatement", - "start": 63996, - "end": 66572, + "start": 66386, + "end": 68962, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 8 }, "end": { - "line": 1456, + "line": 1498, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 64005, - "end": 64009, + "start": 66395, + "end": 66399, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 17 }, "end": { - "line": 1400, + "line": 1442, "column": 21 } }, @@ -95990,58 +96126,58 @@ "cases": [ { "type": "SwitchCase", - "start": 64026, - "end": 64500, + "start": 66416, + "end": 66890, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 12 }, "end": { - "line": 1411, + "line": 1453, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 64074, - "end": 64450, + "start": 66464, + "end": 66840, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 16 }, "end": { - "line": 1409, + "line": 1451, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 64079, - "end": 64086, + "start": 66469, + "end": 66476, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 21 }, "end": { - "line": 1402, + "line": 1444, "column": 28 } }, "left": { "type": "Identifier", - "start": 64079, - "end": 64082, + "start": 66469, + "end": 66472, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 21 }, "end": { - "line": 1402, + "line": 1444, "column": 24 }, "identifierName": "_dy" @@ -96051,15 +96187,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64085, - "end": 64086, + "start": 66475, + "end": 66476, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 27 }, "end": { - "line": 1402, + "line": 1444, "column": 28 } }, @@ -96072,73 +96208,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64089, - "end": 64346, + "start": 66479, + "end": 66736, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 31 }, "end": { - "line": 1407, + "line": 1449, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 64111, - "end": 64328, + "start": 66501, + "end": 66718, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 20 }, "end": { - "line": 1406, + "line": 1448, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 64117, - "end": 64126, + "start": 66507, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 26 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64121, - "end": 64126, + "start": 66511, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 30 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, "id": { "type": "Identifier", - "start": 64121, - "end": 64122, + "start": 66511, + "end": 66512, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 30 }, "end": { - "line": 1403, + "line": 1445, "column": 31 }, "identifierName": "i" @@ -96147,15 +96283,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64125, - "end": 64126, + "start": 66515, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 34 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, @@ -96171,29 +96307,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64128, - "end": 64136, + "start": 66518, + "end": 66526, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 37 }, "end": { - "line": 1403, + "line": 1445, "column": 45 } }, "left": { "type": "Identifier", - "start": 64128, - "end": 64129, + "start": 66518, + "end": 66519, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 37 }, "end": { - "line": 1403, + "line": 1445, "column": 38 }, "identifierName": "i" @@ -96203,15 +96339,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 64133, - "end": 64136, + "start": 66523, + "end": 66526, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 42 }, "end": { - "line": 1403, + "line": 1445, "column": 45 }, "identifierName": "_dy" @@ -96221,15 +96357,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64138, - "end": 64141, + "start": 66528, + "end": 66531, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 47 }, "end": { - "line": 1403, + "line": 1445, "column": 50 } }, @@ -96237,15 +96373,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64138, - "end": 64139, + "start": 66528, + "end": 66529, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 47 }, "end": { - "line": 1403, + "line": 1445, "column": 48 }, "identifierName": "i" @@ -96255,59 +96391,59 @@ }, "body": { "type": "BlockStatement", - "start": 64144, - "end": 64328, + "start": 66534, + "end": 66718, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 53 }, "end": { - "line": 1406, + "line": 1448, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 64170, - "end": 64219, + "start": 66560, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 24 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64174, - "end": 64219, + "start": 66564, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 28 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "id": { "type": "Identifier", - "start": 64174, - "end": 64177, + "start": 66564, + "end": 66567, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 28 }, "end": { - "line": 1404, + "line": 1446, "column": 31 }, "identifierName": "_cd" @@ -96316,29 +96452,29 @@ }, "init": { "type": "NewExpression", - "start": 64180, - "end": 64219, + "start": 66570, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 34 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "callee": { "type": "Identifier", - "start": 64184, - "end": 64188, + "start": 66574, + "end": 66578, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 38 }, "end": { - "line": 1404, + "line": 1446, "column": 42 }, "identifierName": "Date" @@ -96348,57 +96484,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 64190, - "end": 64211, + "start": 66580, + "end": 66601, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 65 } }, "left": { "type": "CallExpression", - "start": 64190, - "end": 64207, + "start": 66580, + "end": 66597, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 64190, - "end": 64205, + "start": 66580, + "end": 66595, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 59 } }, "object": { "type": "Identifier", - "start": 64190, - "end": 64193, + "start": 66580, + "end": 66583, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 47 }, "identifierName": "_bd" @@ -96407,15 +96543,15 @@ }, "property": { "type": "Identifier", - "start": 64194, - "end": 64205, + "start": 66584, + "end": 66595, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 48 }, "end": { - "line": 1404, + "line": 1446, "column": 59 }, "identifierName": "getFullYear" @@ -96429,15 +96565,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 64210, - "end": 64211, + "start": 66600, + "end": 66601, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 64 }, "end": { - "line": 1404, + "line": 1446, "column": 65 }, "identifierName": "i" @@ -96447,15 +96583,15 @@ }, { "type": "NumericLiteral", - "start": 64213, - "end": 64214, + "start": 66603, + "end": 66604, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 67 }, "end": { - "line": 1404, + "line": 1446, "column": 68 } }, @@ -96467,15 +96603,15 @@ }, { "type": "NumericLiteral", - "start": 64216, - "end": 64217, + "start": 66606, + "end": 66607, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 70 }, "end": { - "line": 1404, + "line": 1446, "column": 71 } }, @@ -96493,58 +96629,58 @@ }, { "type": "ExpressionStatement", - "start": 64244, - "end": 64306, + "start": 66634, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 64244, - "end": 64306, + "start": 66634, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64244, - "end": 64274, + "start": 66634, + "end": 66664, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 54 } }, "object": { "type": "Identifier", - "start": 64244, - "end": 64246, + "start": 66634, + "end": 66636, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 26 }, "identifierName": "_m" @@ -96553,72 +96689,72 @@ }, "property": { "type": "TemplateLiteral", - "start": 64247, - "end": 64273, + "start": 66637, + "end": 66663, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 27 }, "end": { - "line": 1405, + "line": 1447, "column": 53 } }, "expressions": [ { "type": "BinaryExpression", - "start": 64250, - "end": 64271, + "start": 66640, + "end": 66661, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 51 } }, "left": { "type": "CallExpression", - "start": 64250, - "end": 64267, + "start": 66640, + "end": 66657, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 64250, - "end": 64265, + "start": 66640, + "end": 66655, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 45 } }, "object": { "type": "Identifier", - "start": 64250, - "end": 64253, + "start": 66640, + "end": 66643, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 33 }, "identifierName": "_bd" @@ -96627,15 +96763,15 @@ }, "property": { "type": "Identifier", - "start": 64254, - "end": 64265, + "start": 66644, + "end": 66655, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 34 }, "end": { - "line": 1405, + "line": 1447, "column": 45 }, "identifierName": "getFullYear" @@ -96649,15 +96785,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 64270, - "end": 64271, + "start": 66660, + "end": 66661, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 50 }, "end": { - "line": 1405, + "line": 1447, "column": 51 }, "identifierName": "i" @@ -96669,15 +96805,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64248, - "end": 64248, + "start": 66638, + "end": 66638, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 28 }, "end": { - "line": 1405, + "line": 1447, "column": 28 } }, @@ -96689,15 +96825,15 @@ }, { "type": "TemplateElement", - "start": 64272, - "end": 64272, + "start": 66662, + "end": 66662, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 52 }, "end": { - "line": 1405, + "line": 1447, "column": 52 } }, @@ -96713,43 +96849,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 64277, - "end": 64306, + "start": 66667, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "test": { "type": "CallExpression", - "start": 64277, - "end": 64294, + "start": 66667, + "end": 66684, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 74 } }, "callee": { "type": "Identifier", - "start": 64277, - "end": 64287, + "start": 66667, + "end": 66677, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 67 }, "identifierName": "isLeapYear" @@ -96759,15 +96895,15 @@ "arguments": [ { "type": "Identifier", - "start": 64289, - "end": 64292, + "start": 66679, + "end": 66682, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 69 }, "end": { - "line": 1405, + "line": 1447, "column": 72 }, "identifierName": "_cd" @@ -96778,15 +96914,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 64297, - "end": 64300, + "start": 66687, + "end": 66690, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 77 }, "end": { - "line": 1405, + "line": 1447, "column": 80 } }, @@ -96798,15 +96934,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 64303, - "end": 64306, + "start": 66693, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 83 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, @@ -96828,73 +96964,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 64352, - "end": 64450, + "start": 66742, + "end": 66840, "loc": { "start": { - "line": 1407, + "line": 1449, "column": 23 }, "end": { - "line": 1409, + "line": 1451, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 64374, - "end": 64432, + "start": 66764, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 64374, - "end": 64432, + "start": 66764, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64374, - "end": 64400, + "start": 66764, + "end": 66790, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 46 } }, "object": { "type": "Identifier", - "start": 64374, - "end": 64376, + "start": 66764, + "end": 66766, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 22 }, "identifierName": "_m" @@ -96903,58 +97039,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 64377, - "end": 64399, + "start": 66767, + "end": 66789, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 23 }, "end": { - "line": 1408, + "line": 1450, "column": 45 } }, "expressions": [ { "type": "CallExpression", - "start": 64380, - "end": 64397, + "start": 66770, + "end": 66787, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 64380, - "end": 64395, + "start": 66770, + "end": 66785, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 41 } }, "object": { "type": "Identifier", - "start": 64380, - "end": 64383, + "start": 66770, + "end": 66773, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 29 }, "identifierName": "_bd" @@ -96963,15 +97099,15 @@ }, "property": { "type": "Identifier", - "start": 64384, - "end": 64395, + "start": 66774, + "end": 66785, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 30 }, "end": { - "line": 1408, + "line": 1450, "column": 41 }, "identifierName": "getFullYear" @@ -96986,15 +97122,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64378, - "end": 64378, + "start": 66768, + "end": 66768, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 24 }, "end": { - "line": 1408, + "line": 1450, "column": 24 } }, @@ -97006,15 +97142,15 @@ }, { "type": "TemplateElement", - "start": 64398, - "end": 64398, + "start": 66788, + "end": 66788, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 44 }, "end": { - "line": 1408, + "line": 1450, "column": 44 } }, @@ -97030,43 +97166,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 64403, - "end": 64432, + "start": 66793, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "test": { "type": "CallExpression", - "start": 64403, - "end": 64420, + "start": 66793, + "end": 66810, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 66 } }, "callee": { "type": "Identifier", - "start": 64403, - "end": 64413, + "start": 66793, + "end": 66803, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 59 }, "identifierName": "isLeapYear" @@ -97076,15 +97212,15 @@ "arguments": [ { "type": "Identifier", - "start": 64415, - "end": 64418, + "start": 66805, + "end": 66808, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 61 }, "end": { - "line": 1408, + "line": 1450, "column": 64 }, "identifierName": "_bd" @@ -97095,15 +97231,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 64423, - "end": 64426, + "start": 66813, + "end": 66816, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 69 }, "end": { - "line": 1408, + "line": 1450, "column": 72 } }, @@ -97115,15 +97251,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 64429, - "end": 64432, + "start": 66819, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 75 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, @@ -97142,44 +97278,44 @@ }, { "type": "ExpressionStatement", - "start": 64467, - "end": 64478, + "start": 66857, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 64467, - "end": 64478, + "start": 66857, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 64467, - "end": 64473, + "start": 66857, + "end": 66863, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 22 }, "identifierName": "retval" @@ -97188,15 +97324,15 @@ }, "right": { "type": "Identifier", - "start": 64476, - "end": 64478, + "start": 66866, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 25 }, "end": { - "line": 1410, + "line": 1452, "column": 27 }, "identifierName": "_m" @@ -97207,15 +97343,15 @@ }, { "type": "BreakStatement", - "start": 64495, - "end": 64500, + "start": 66885, + "end": 66890, "loc": { "start": { - "line": 1411, + "line": 1453, "column": 16 }, "end": { - "line": 1411, + "line": 1453, "column": 21 } }, @@ -97224,43 +97360,43 @@ ], "test": { "type": "CallExpression", - "start": 64031, - "end": 64056, + "start": 66421, + "end": 66446, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 64031, - "end": 64047, + "start": 66421, + "end": 66437, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 64031, - "end": 64042, + "start": 66421, + "end": 66432, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 28 } }, @@ -97272,15 +97408,15 @@ }, "property": { "type": "Identifier", - "start": 64043, - "end": 64047, + "start": 66433, + "end": 66437, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 29 }, "end": { - "line": 1401, + "line": 1443, "column": 33 }, "identifierName": "test" @@ -97292,15 +97428,15 @@ "arguments": [ { "type": "Identifier", - "start": 64049, - "end": 64054, + "start": 66439, + "end": 66444, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 35 }, "end": { - "line": 1401, + "line": 1443, "column": 40 }, "identifierName": "scale" @@ -97312,58 +97448,58 @@ }, { "type": "SwitchCase", - "start": 64513, - "end": 65822, + "start": 66903, + "end": 68212, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 12 }, "end": { - "line": 1437, + "line": 1479, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 64562, - "end": 65772, + "start": 66952, + "end": 68162, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 16 }, "end": { - "line": 1435, + "line": 1477, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 64567, - "end": 64574, + "start": 66957, + "end": 66964, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 21 }, "end": { - "line": 1413, + "line": 1455, "column": 28 } }, "left": { "type": "Identifier", - "start": 64567, - "end": 64570, + "start": 66957, + "end": 66960, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 21 }, "end": { - "line": 1413, + "line": 1455, "column": 24 }, "identifierName": "_dy" @@ -97373,15 +97509,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64573, - "end": 64574, + "start": 66963, + "end": 66964, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 27 }, "end": { - "line": 1413, + "line": 1455, "column": 28 } }, @@ -97394,73 +97530,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64577, - "end": 65492, + "start": 66967, + "end": 67882, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 31 }, "end": { - "line": 1430, + "line": 1472, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 64599, - "end": 64820, + "start": 66989, + "end": 67210, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 20 }, "end": { - "line": 1417, + "line": 1459, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 64605, - "end": 64627, + "start": 66995, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 26 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64609, - "end": 64627, + "start": 66999, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 30 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "id": { "type": "Identifier", - "start": 64609, - "end": 64610, + "start": 66999, + "end": 67000, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 30 }, "end": { - "line": 1414, + "line": 1456, "column": 31 }, "identifierName": "i" @@ -97469,43 +97605,43 @@ }, "init": { "type": "CallExpression", - "start": 64613, - "end": 64627, + "start": 67003, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 64613, - "end": 64625, + "start": 67003, + "end": 67015, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 46 } }, "object": { "type": "Identifier", - "start": 64613, - "end": 64616, + "start": 67003, + "end": 67006, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 37 }, "identifierName": "_bd" @@ -97514,15 +97650,15 @@ }, "property": { "type": "Identifier", - "start": 64617, - "end": 64625, + "start": 67007, + "end": 67015, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 38 }, "end": { - "line": 1414, + "line": 1456, "column": 46 }, "identifierName": "getMonth" @@ -97539,29 +97675,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64629, - "end": 64635, + "start": 67019, + "end": 67025, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 50 }, "end": { - "line": 1414, + "line": 1456, "column": 56 } }, "left": { "type": "Identifier", - "start": 64629, - "end": 64630, + "start": 67019, + "end": 67020, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 50 }, "end": { - "line": 1414, + "line": 1456, "column": 51 }, "identifierName": "i" @@ -97571,15 +97707,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 64633, - "end": 64635, + "start": 67023, + "end": 67025, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 54 }, "end": { - "line": 1414, + "line": 1456, "column": 56 } }, @@ -97592,15 +97728,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64637, - "end": 64640, + "start": 67027, + "end": 67030, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 58 }, "end": { - "line": 1414, + "line": 1456, "column": 61 } }, @@ -97608,15 +97744,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64637, - "end": 64638, + "start": 67027, + "end": 67028, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 58 }, "end": { - "line": 1414, + "line": 1456, "column": 59 }, "identifierName": "i" @@ -97626,59 +97762,59 @@ }, "body": { "type": "BlockStatement", - "start": 64643, - "end": 64820, + "start": 67033, + "end": 67210, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 64 }, "end": { - "line": 1417, + "line": 1459, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 64669, - "end": 64714, + "start": 67059, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 24 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64673, - "end": 64714, + "start": 67063, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 28 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "id": { "type": "Identifier", - "start": 64673, - "end": 64676, + "start": 67063, + "end": 67066, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 28 }, "end": { - "line": 1415, + "line": 1457, "column": 31 }, "identifierName": "_cd" @@ -97687,29 +97823,29 @@ }, "init": { "type": "NewExpression", - "start": 64679, - "end": 64714, + "start": 67069, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 34 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "callee": { "type": "Identifier", - "start": 64683, - "end": 64687, + "start": 67073, + "end": 67077, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 38 }, "end": { - "line": 1415, + "line": 1457, "column": 42 }, "identifierName": "Date" @@ -97719,43 +97855,43 @@ "arguments": [ { "type": "CallExpression", - "start": 64689, - "end": 64706, + "start": 67079, + "end": 67096, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 64689, - "end": 64704, + "start": 67079, + "end": 67094, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 59 } }, "object": { "type": "Identifier", - "start": 64689, - "end": 64692, + "start": 67079, + "end": 67082, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 47 }, "identifierName": "_bd" @@ -97764,15 +97900,15 @@ }, "property": { "type": "Identifier", - "start": 64693, - "end": 64704, + "start": 67083, + "end": 67094, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 48 }, "end": { - "line": 1415, + "line": 1457, "column": 59 }, "identifierName": "getFullYear" @@ -97785,15 +97921,15 @@ }, { "type": "Identifier", - "start": 64708, - "end": 64709, + "start": 67098, + "end": 67099, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 63 }, "end": { - "line": 1415, + "line": 1457, "column": 64 }, "identifierName": "i" @@ -97802,15 +97938,15 @@ }, { "type": "NumericLiteral", - "start": 64711, - "end": 64712, + "start": 67101, + "end": 67102, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 66 }, "end": { - "line": 1415, + "line": 1457, "column": 67 } }, @@ -97828,58 +97964,58 @@ }, { "type": "ExpressionStatement", - "start": 64739, - "end": 64798, + "start": 67129, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 64739, - "end": 64798, + "start": 67129, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64739, - "end": 64774, + "start": 67129, + "end": 67164, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 59 } }, "object": { "type": "Identifier", - "start": 64739, - "end": 64741, + "start": 67129, + "end": 67131, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 26 }, "identifierName": "_m" @@ -97888,58 +98024,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 64742, - "end": 64773, + "start": 67132, + "end": 67163, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 27 }, "end": { - "line": 1416, + "line": 1458, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 64745, - "end": 64762, + "start": 67135, + "end": 67152, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 64745, - "end": 64760, + "start": 67135, + "end": 67150, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 45 } }, "object": { "type": "Identifier", - "start": 64745, - "end": 64748, + "start": 67135, + "end": 67138, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 33 }, "identifierName": "_bd" @@ -97948,15 +98084,15 @@ }, "property": { "type": "Identifier", - "start": 64749, - "end": 64760, + "start": 67139, + "end": 67150, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 34 }, "end": { - "line": 1416, + "line": 1458, "column": 45 }, "identifierName": "getFullYear" @@ -97969,29 +98105,29 @@ }, { "type": "BinaryExpression", - "start": 64766, - "end": 64771, + "start": 67156, + "end": 67161, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 51 }, "end": { - "line": 1416, + "line": 1458, "column": 56 } }, "left": { "type": "Identifier", - "start": 64766, - "end": 64767, + "start": 67156, + "end": 67157, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 51 }, "end": { - "line": 1416, + "line": 1458, "column": 52 }, "identifierName": "i" @@ -98001,15 +98137,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 64770, - "end": 64771, + "start": 67160, + "end": 67161, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 55 }, "end": { - "line": 1416, + "line": 1458, "column": 56 } }, @@ -98024,15 +98160,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64743, - "end": 64743, + "start": 67133, + "end": 67133, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 28 }, "end": { - "line": 1416, + "line": 1458, "column": 28 } }, @@ -98044,15 +98180,15 @@ }, { "type": "TemplateElement", - "start": 64763, - "end": 64764, + "start": 67153, + "end": 67154, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 48 }, "end": { - "line": 1416, + "line": 1458, "column": 49 } }, @@ -98064,15 +98200,15 @@ }, { "type": "TemplateElement", - "start": 64772, - "end": 64772, + "start": 67162, + "end": 67162, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 57 }, "end": { - "line": 1416, + "line": 1458, "column": 57 } }, @@ -98088,29 +98224,29 @@ }, "right": { "type": "CallExpression", - "start": 64777, - "end": 64798, + "start": 67167, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 62 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "callee": { "type": "Identifier", - "start": 64777, - "end": 64791, + "start": 67167, + "end": 67181, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 62 }, "end": { - "line": 1416, + "line": 1458, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -98120,15 +98256,15 @@ "arguments": [ { "type": "Identifier", - "start": 64793, - "end": 64796, + "start": 67183, + "end": 67186, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 78 }, "end": { - "line": 1416, + "line": 1458, "column": 81 }, "identifierName": "_cd" @@ -98145,43 +98281,43 @@ }, { "type": "IfStatement", - "start": 64841, - "end": 65232, + "start": 67231, + "end": 67622, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 20 }, "end": { - "line": 1425, + "line": 1467, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 64846, - "end": 64853, + "start": 67236, + "end": 67243, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 25 }, "end": { - "line": 1418, + "line": 1460, "column": 32 } }, "left": { "type": "Identifier", - "start": 64846, - "end": 64849, + "start": 67236, + "end": 67239, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 25 }, "end": { - "line": 1418, + "line": 1460, "column": 28 }, "identifierName": "_dy" @@ -98191,15 +98327,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64852, - "end": 64853, + "start": 67242, + "end": 67243, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 31 }, "end": { - "line": 1418, + "line": 1460, "column": 32 } }, @@ -98212,73 +98348,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64856, - "end": 65232, + "start": 67246, + "end": 67622, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 35 }, "end": { - "line": 1425, + "line": 1467, "column": 21 } }, "body": [ { "type": "ForStatement", - "start": 64882, - "end": 65210, + "start": 67272, + "end": 67600, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 24 }, "end": { - "line": 1424, + "line": 1466, "column": 25 } }, "init": { "type": "VariableDeclaration", - "start": 64888, - "end": 64897, + "start": 67278, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 30 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64892, - "end": 64897, + "start": 67282, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 34 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, "id": { "type": "Identifier", - "start": 64892, - "end": 64893, + "start": 67282, + "end": 67283, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 34 }, "end": { - "line": 1419, + "line": 1461, "column": 35 }, "identifierName": "y" @@ -98287,15 +98423,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64896, - "end": 64897, + "start": 67286, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 38 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, @@ -98311,29 +98447,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64899, - "end": 64906, + "start": 67289, + "end": 67296, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 41 }, "end": { - "line": 1419, + "line": 1461, "column": 48 } }, "left": { "type": "Identifier", - "start": 64899, - "end": 64900, + "start": 67289, + "end": 67290, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 41 }, "end": { - "line": 1419, + "line": 1461, "column": 42 }, "identifierName": "y" @@ -98343,15 +98479,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 64903, - "end": 64906, + "start": 67293, + "end": 67296, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 45 }, "end": { - "line": 1419, + "line": 1461, "column": 48 }, "identifierName": "_dy" @@ -98361,15 +98497,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64908, - "end": 64911, + "start": 67298, + "end": 67301, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 50 }, "end": { - "line": 1419, + "line": 1461, "column": 53 } }, @@ -98377,15 +98513,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64908, - "end": 64909, + "start": 67298, + "end": 67299, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 50 }, "end": { - "line": 1419, + "line": 1461, "column": 51 }, "identifierName": "y" @@ -98395,73 +98531,73 @@ }, "body": { "type": "BlockStatement", - "start": 64914, - "end": 65210, + "start": 67304, + "end": 67600, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 56 }, "end": { - "line": 1424, + "line": 1466, "column": 25 } }, "body": [ { "type": "ForStatement", - "start": 64944, - "end": 65184, + "start": 67334, + "end": 67574, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 28 }, "end": { - "line": 1423, + "line": 1465, "column": 29 } }, "init": { "type": "VariableDeclaration", - "start": 64950, - "end": 64959, + "start": 67340, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 34 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64954, - "end": 64959, + "start": 67344, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 38 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, "id": { "type": "Identifier", - "start": 64954, - "end": 64955, + "start": 67344, + "end": 67345, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 38 }, "end": { - "line": 1420, + "line": 1462, "column": 39 }, "identifierName": "i" @@ -98470,15 +98606,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64958, - "end": 64959, + "start": 67348, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 42 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, @@ -98494,29 +98630,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64961, - "end": 64967, + "start": 67351, + "end": 67357, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 45 }, "end": { - "line": 1420, + "line": 1462, "column": 51 } }, "left": { "type": "Identifier", - "start": 64961, - "end": 64962, + "start": 67351, + "end": 67352, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 45 }, "end": { - "line": 1420, + "line": 1462, "column": 46 }, "identifierName": "i" @@ -98526,15 +98662,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 64965, - "end": 64967, + "start": 67355, + "end": 67357, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 49 }, "end": { - "line": 1420, + "line": 1462, "column": 51 } }, @@ -98547,15 +98683,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64969, - "end": 64972, + "start": 67359, + "end": 67362, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 53 }, "end": { - "line": 1420, + "line": 1462, "column": 56 } }, @@ -98563,15 +98699,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64969, - "end": 64970, + "start": 67359, + "end": 67360, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 53 }, "end": { - "line": 1420, + "line": 1462, "column": 54 }, "identifierName": "i" @@ -98581,59 +98717,59 @@ }, "body": { "type": "BlockStatement", - "start": 64975, - "end": 65184, + "start": 67365, + "end": 67574, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 59 }, "end": { - "line": 1423, + "line": 1465, "column": 29 } }, "body": [ { "type": "VariableDeclaration", - "start": 65009, - "end": 65058, + "start": 67399, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 32 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65013, - "end": 65058, + "start": 67403, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 36 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "id": { "type": "Identifier", - "start": 65013, - "end": 65016, + "start": 67403, + "end": 67406, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 36 }, "end": { - "line": 1421, + "line": 1463, "column": 39 }, "identifierName": "_cd" @@ -98642,29 +98778,29 @@ }, "init": { "type": "NewExpression", - "start": 65019, - "end": 65058, + "start": 67409, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 42 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "callee": { "type": "Identifier", - "start": 65023, - "end": 65027, + "start": 67413, + "end": 67417, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 46 }, "end": { - "line": 1421, + "line": 1463, "column": 50 }, "identifierName": "Date" @@ -98674,57 +98810,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 65029, - "end": 65050, + "start": 67419, + "end": 67440, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 73 } }, "left": { "type": "CallExpression", - "start": 65029, - "end": 65046, + "start": 67419, + "end": 67436, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 65029, - "end": 65044, + "start": 67419, + "end": 67434, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 67 } }, "object": { "type": "Identifier", - "start": 65029, - "end": 65032, + "start": 67419, + "end": 67422, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 55 }, "identifierName": "_bd" @@ -98733,15 +98869,15 @@ }, "property": { "type": "Identifier", - "start": 65033, - "end": 65044, + "start": 67423, + "end": 67434, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 56 }, "end": { - "line": 1421, + "line": 1463, "column": 67 }, "identifierName": "getFullYear" @@ -98755,15 +98891,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 65049, - "end": 65050, + "start": 67439, + "end": 67440, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 72 }, "end": { - "line": 1421, + "line": 1463, "column": 73 }, "identifierName": "y" @@ -98773,15 +98909,15 @@ }, { "type": "Identifier", - "start": 65052, - "end": 65053, + "start": 67442, + "end": 67443, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 75 }, "end": { - "line": 1421, + "line": 1463, "column": 76 }, "identifierName": "i" @@ -98790,15 +98926,15 @@ }, { "type": "NumericLiteral", - "start": 65055, - "end": 65056, + "start": 67445, + "end": 67446, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 78 }, "end": { - "line": 1421, + "line": 1463, "column": 79 } }, @@ -98816,58 +98952,58 @@ }, { "type": "ExpressionStatement", - "start": 65091, - "end": 65154, + "start": 67481, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 65091, - "end": 65154, + "start": 67481, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65091, - "end": 65130, + "start": 67481, + "end": 67520, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 71 } }, "object": { "type": "Identifier", - "start": 65091, - "end": 65093, + "start": 67481, + "end": 67483, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 34 }, "identifierName": "_m" @@ -98876,72 +99012,72 @@ }, "property": { "type": "TemplateLiteral", - "start": 65094, - "end": 65129, + "start": 67484, + "end": 67519, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 35 }, "end": { - "line": 1422, + "line": 1464, "column": 70 } }, "expressions": [ { "type": "BinaryExpression", - "start": 65097, - "end": 65118, + "start": 67487, + "end": 67508, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 59 } }, "left": { "type": "CallExpression", - "start": 65097, - "end": 65114, + "start": 67487, + "end": 67504, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 65097, - "end": 65112, + "start": 67487, + "end": 67502, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 53 } }, "object": { "type": "Identifier", - "start": 65097, - "end": 65100, + "start": 67487, + "end": 67490, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 41 }, "identifierName": "_bd" @@ -98950,15 +99086,15 @@ }, "property": { "type": "Identifier", - "start": 65101, - "end": 65112, + "start": 67491, + "end": 67502, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 42 }, "end": { - "line": 1422, + "line": 1464, "column": 53 }, "identifierName": "getFullYear" @@ -98972,15 +99108,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 65117, - "end": 65118, + "start": 67507, + "end": 67508, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 58 }, "end": { - "line": 1422, + "line": 1464, "column": 59 }, "identifierName": "y" @@ -98990,29 +99126,29 @@ }, { "type": "BinaryExpression", - "start": 65122, - "end": 65127, + "start": 67512, + "end": 67517, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 63 }, "end": { - "line": 1422, + "line": 1464, "column": 68 } }, "left": { "type": "Identifier", - "start": 65122, - "end": 65123, + "start": 67512, + "end": 67513, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 63 }, "end": { - "line": 1422, + "line": 1464, "column": 64 }, "identifierName": "i" @@ -99022,15 +99158,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65126, - "end": 65127, + "start": 67516, + "end": 67517, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 67 }, "end": { - "line": 1422, + "line": 1464, "column": 68 } }, @@ -99045,15 +99181,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65095, - "end": 65095, + "start": 67485, + "end": 67485, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 36 }, "end": { - "line": 1422, + "line": 1464, "column": 36 } }, @@ -99065,15 +99201,15 @@ }, { "type": "TemplateElement", - "start": 65119, - "end": 65120, + "start": 67509, + "end": 67510, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 60 }, "end": { - "line": 1422, + "line": 1464, "column": 61 } }, @@ -99085,15 +99221,15 @@ }, { "type": "TemplateElement", - "start": 65128, - "end": 65128, + "start": 67518, + "end": 67518, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 69 }, "end": { - "line": 1422, + "line": 1464, "column": 69 } }, @@ -99109,29 +99245,29 @@ }, "right": { "type": "CallExpression", - "start": 65133, - "end": 65154, + "start": 67523, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 74 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "callee": { "type": "Identifier", - "start": 65133, - "end": 65147, + "start": 67523, + "end": 67537, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 74 }, "end": { - "line": 1422, + "line": 1464, "column": 88 }, "identifierName": "lastDayOfMonth" @@ -99141,15 +99277,15 @@ "arguments": [ { "type": "Identifier", - "start": 65149, - "end": 65152, + "start": 67539, + "end": 67542, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 90 }, "end": { - "line": 1422, + "line": 1464, "column": 93 }, "identifierName": "_cd" @@ -99175,58 +99311,58 @@ }, { "type": "ForStatement", - "start": 65253, - "end": 65474, + "start": 67643, + "end": 67864, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 20 }, "end": { - "line": 1429, + "line": 1471, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 65259, - "end": 65268, + "start": 67649, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 26 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65263, - "end": 65268, + "start": 67653, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 30 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, "id": { "type": "Identifier", - "start": 65263, - "end": 65264, + "start": 67653, + "end": 67654, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 30 }, "end": { - "line": 1426, + "line": 1468, "column": 31 }, "identifierName": "i" @@ -99235,15 +99371,15 @@ }, "init": { "type": "NumericLiteral", - "start": 65267, - "end": 65268, + "start": 67657, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 34 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, @@ -99259,29 +99395,29 @@ }, "test": { "type": "BinaryExpression", - "start": 65270, - "end": 65289, + "start": 67660, + "end": 67679, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 37 }, "end": { - "line": 1426, + "line": 1468, "column": 56 } }, "left": { "type": "Identifier", - "start": 65270, - "end": 65271, + "start": 67660, + "end": 67661, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 37 }, "end": { - "line": 1426, + "line": 1468, "column": 38 }, "identifierName": "i" @@ -99291,43 +99427,43 @@ "operator": "<=", "right": { "type": "CallExpression", - "start": 65275, - "end": 65289, + "start": 67665, + "end": 67679, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 65275, - "end": 65287, + "start": 67665, + "end": 67677, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 54 } }, "object": { "type": "Identifier", - "start": 65275, - "end": 65278, + "start": 67665, + "end": 67668, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 45 }, "identifierName": "_ed" @@ -99336,15 +99472,15 @@ }, "property": { "type": "Identifier", - "start": 65279, - "end": 65287, + "start": 67669, + "end": 67677, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 46 }, "end": { - "line": 1426, + "line": 1468, "column": 54 }, "identifierName": "getMonth" @@ -99358,15 +99494,15 @@ }, "update": { "type": "UpdateExpression", - "start": 65291, - "end": 65294, + "start": 67681, + "end": 67684, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 58 }, "end": { - "line": 1426, + "line": 1468, "column": 61 } }, @@ -99374,15 +99510,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 65291, - "end": 65292, + "start": 67681, + "end": 67682, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 58 }, "end": { - "line": 1426, + "line": 1468, "column": 59 }, "identifierName": "i" @@ -99392,59 +99528,59 @@ }, "body": { "type": "BlockStatement", - "start": 65297, - "end": 65474, + "start": 67687, + "end": 67864, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 64 }, "end": { - "line": 1429, + "line": 1471, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 65323, - "end": 65368, + "start": 67713, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 24 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65327, - "end": 65368, + "start": 67717, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 28 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "id": { "type": "Identifier", - "start": 65327, - "end": 65330, + "start": 67717, + "end": 67720, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 28 }, "end": { - "line": 1427, + "line": 1469, "column": 31 }, "identifierName": "_cd" @@ -99453,29 +99589,29 @@ }, "init": { "type": "NewExpression", - "start": 65333, - "end": 65368, + "start": 67723, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 34 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "callee": { "type": "Identifier", - "start": 65337, - "end": 65341, + "start": 67727, + "end": 67731, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 38 }, "end": { - "line": 1427, + "line": 1469, "column": 42 }, "identifierName": "Date" @@ -99485,43 +99621,43 @@ "arguments": [ { "type": "CallExpression", - "start": 65343, - "end": 65360, + "start": 67733, + "end": 67750, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 65343, - "end": 65358, + "start": 67733, + "end": 67748, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 59 } }, "object": { "type": "Identifier", - "start": 65343, - "end": 65346, + "start": 67733, + "end": 67736, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 47 }, "identifierName": "_ed" @@ -99530,15 +99666,15 @@ }, "property": { "type": "Identifier", - "start": 65347, - "end": 65358, + "start": 67737, + "end": 67748, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 48 }, "end": { - "line": 1427, + "line": 1469, "column": 59 }, "identifierName": "getFullYear" @@ -99551,15 +99687,15 @@ }, { "type": "Identifier", - "start": 65362, - "end": 65363, + "start": 67752, + "end": 67753, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 63 }, "end": { - "line": 1427, + "line": 1469, "column": 64 }, "identifierName": "i" @@ -99568,15 +99704,15 @@ }, { "type": "NumericLiteral", - "start": 65365, - "end": 65366, + "start": 67755, + "end": 67756, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 66 }, "end": { - "line": 1427, + "line": 1469, "column": 67 } }, @@ -99594,58 +99730,58 @@ }, { "type": "ExpressionStatement", - "start": 65393, - "end": 65452, + "start": 67783, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 65393, - "end": 65452, + "start": 67783, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65393, - "end": 65428, + "start": 67783, + "end": 67818, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 59 } }, "object": { "type": "Identifier", - "start": 65393, - "end": 65395, + "start": 67783, + "end": 67785, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 26 }, "identifierName": "_m" @@ -99654,58 +99790,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 65396, - "end": 65427, + "start": 67786, + "end": 67817, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 27 }, "end": { - "line": 1428, + "line": 1470, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 65399, - "end": 65416, + "start": 67789, + "end": 67806, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 65399, - "end": 65414, + "start": 67789, + "end": 67804, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 45 } }, "object": { "type": "Identifier", - "start": 65399, - "end": 65402, + "start": 67789, + "end": 67792, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 33 }, "identifierName": "_ed" @@ -99714,15 +99850,15 @@ }, "property": { "type": "Identifier", - "start": 65403, - "end": 65414, + "start": 67793, + "end": 67804, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 34 }, "end": { - "line": 1428, + "line": 1470, "column": 45 }, "identifierName": "getFullYear" @@ -99735,29 +99871,29 @@ }, { "type": "BinaryExpression", - "start": 65420, - "end": 65425, + "start": 67810, + "end": 67815, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 51 }, "end": { - "line": 1428, + "line": 1470, "column": 56 } }, "left": { "type": "Identifier", - "start": 65420, - "end": 65421, + "start": 67810, + "end": 67811, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 51 }, "end": { - "line": 1428, + "line": 1470, "column": 52 }, "identifierName": "i" @@ -99767,15 +99903,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65424, - "end": 65425, + "start": 67814, + "end": 67815, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 55 }, "end": { - "line": 1428, + "line": 1470, "column": 56 } }, @@ -99790,15 +99926,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65397, - "end": 65397, + "start": 67787, + "end": 67787, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 28 }, "end": { - "line": 1428, + "line": 1470, "column": 28 } }, @@ -99810,15 +99946,15 @@ }, { "type": "TemplateElement", - "start": 65417, - "end": 65418, + "start": 67807, + "end": 67808, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 48 }, "end": { - "line": 1428, + "line": 1470, "column": 49 } }, @@ -99830,15 +99966,15 @@ }, { "type": "TemplateElement", - "start": 65426, - "end": 65426, + "start": 67816, + "end": 67816, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 57 }, "end": { - "line": 1428, + "line": 1470, "column": 57 } }, @@ -99854,29 +99990,29 @@ }, "right": { "type": "CallExpression", - "start": 65431, - "end": 65452, + "start": 67821, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 62 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "callee": { "type": "Identifier", - "start": 65431, - "end": 65445, + "start": 67821, + "end": 67835, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 62 }, "end": { - "line": 1428, + "line": 1470, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -99886,15 +100022,15 @@ "arguments": [ { "type": "Identifier", - "start": 65447, - "end": 65450, + "start": 67837, + "end": 67840, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 78 }, "end": { - "line": 1428, + "line": 1470, "column": 81 }, "identifierName": "_cd" @@ -99914,73 +100050,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 65498, - "end": 65772, + "start": 67888, + "end": 68162, "loc": { "start": { - "line": 1430, + "line": 1472, "column": 23 }, "end": { - "line": 1435, + "line": 1477, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 65520, - "end": 65754, + "start": 67910, + "end": 68144, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 20 }, "end": { - "line": 1434, + "line": 1476, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 65526, - "end": 65548, + "start": 67916, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 26 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65530, - "end": 65548, + "start": 67920, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 30 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "id": { "type": "Identifier", - "start": 65530, - "end": 65531, + "start": 67920, + "end": 67921, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 30 }, "end": { - "line": 1431, + "line": 1473, "column": 31 }, "identifierName": "i" @@ -99989,43 +100125,43 @@ }, "init": { "type": "CallExpression", - "start": 65534, - "end": 65548, + "start": 67924, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 65534, - "end": 65546, + "start": 67924, + "end": 67936, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 46 } }, "object": { "type": "Identifier", - "start": 65534, - "end": 65537, + "start": 67924, + "end": 67927, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 37 }, "identifierName": "_bd" @@ -100034,15 +100170,15 @@ }, "property": { "type": "Identifier", - "start": 65538, - "end": 65546, + "start": 67928, + "end": 67936, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 38 }, "end": { - "line": 1431, + "line": 1473, "column": 46 }, "identifierName": "getMonth" @@ -100059,29 +100195,29 @@ }, "test": { "type": "BinaryExpression", - "start": 65550, - "end": 65569, + "start": 67940, + "end": 67959, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 50 }, "end": { - "line": 1431, + "line": 1473, "column": 69 } }, "left": { "type": "Identifier", - "start": 65550, - "end": 65551, + "start": 67940, + "end": 67941, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 50 }, "end": { - "line": 1431, + "line": 1473, "column": 51 }, "identifierName": "i" @@ -100091,43 +100227,43 @@ "operator": "<=", "right": { "type": "CallExpression", - "start": 65555, - "end": 65569, + "start": 67945, + "end": 67959, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 65555, - "end": 65567, + "start": 67945, + "end": 67957, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 67 } }, "object": { "type": "Identifier", - "start": 65555, - "end": 65558, + "start": 67945, + "end": 67948, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 58 }, "identifierName": "_ed" @@ -100136,15 +100272,15 @@ }, "property": { "type": "Identifier", - "start": 65559, - "end": 65567, + "start": 67949, + "end": 67957, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 59 }, "end": { - "line": 1431, + "line": 1473, "column": 67 }, "identifierName": "getMonth" @@ -100158,15 +100294,15 @@ }, "update": { "type": "UpdateExpression", - "start": 65571, - "end": 65574, + "start": 67961, + "end": 67964, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 71 }, "end": { - "line": 1431, + "line": 1473, "column": 74 } }, @@ -100174,15 +100310,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 65571, - "end": 65572, + "start": 67961, + "end": 67962, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 71 }, "end": { - "line": 1431, + "line": 1473, "column": 72 }, "identifierName": "i" @@ -100192,59 +100328,59 @@ }, "body": { "type": "BlockStatement", - "start": 65577, - "end": 65754, + "start": 67967, + "end": 68144, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 77 }, "end": { - "line": 1434, + "line": 1476, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 65603, - "end": 65648, + "start": 67993, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 24 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65607, - "end": 65648, + "start": 67997, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 28 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "id": { "type": "Identifier", - "start": 65607, - "end": 65610, + "start": 67997, + "end": 68000, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 28 }, "end": { - "line": 1432, + "line": 1474, "column": 31 }, "identifierName": "_cd" @@ -100253,29 +100389,29 @@ }, "init": { "type": "NewExpression", - "start": 65613, - "end": 65648, + "start": 68003, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 34 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "callee": { "type": "Identifier", - "start": 65617, - "end": 65621, + "start": 68007, + "end": 68011, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 38 }, "end": { - "line": 1432, + "line": 1474, "column": 42 }, "identifierName": "Date" @@ -100285,43 +100421,43 @@ "arguments": [ { "type": "CallExpression", - "start": 65623, - "end": 65640, + "start": 68013, + "end": 68030, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 65623, - "end": 65638, + "start": 68013, + "end": 68028, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 59 } }, "object": { "type": "Identifier", - "start": 65623, - "end": 65626, + "start": 68013, + "end": 68016, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 47 }, "identifierName": "_bd" @@ -100330,15 +100466,15 @@ }, "property": { "type": "Identifier", - "start": 65627, - "end": 65638, + "start": 68017, + "end": 68028, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 48 }, "end": { - "line": 1432, + "line": 1474, "column": 59 }, "identifierName": "getFullYear" @@ -100351,15 +100487,15 @@ }, { "type": "Identifier", - "start": 65642, - "end": 65643, + "start": 68032, + "end": 68033, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 63 }, "end": { - "line": 1432, + "line": 1474, "column": 64 }, "identifierName": "i" @@ -100368,15 +100504,15 @@ }, { "type": "NumericLiteral", - "start": 65645, - "end": 65646, + "start": 68035, + "end": 68036, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 66 }, "end": { - "line": 1432, + "line": 1474, "column": 67 } }, @@ -100394,58 +100530,58 @@ }, { "type": "ExpressionStatement", - "start": 65673, - "end": 65732, + "start": 68063, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 65673, - "end": 65732, + "start": 68063, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65673, - "end": 65708, + "start": 68063, + "end": 68098, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 59 } }, "object": { "type": "Identifier", - "start": 65673, - "end": 65675, + "start": 68063, + "end": 68065, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 26 }, "identifierName": "_m" @@ -100454,58 +100590,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 65676, - "end": 65707, + "start": 68066, + "end": 68097, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 27 }, "end": { - "line": 1433, + "line": 1475, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 65679, - "end": 65696, + "start": 68069, + "end": 68086, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 65679, - "end": 65694, + "start": 68069, + "end": 68084, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 45 } }, "object": { "type": "Identifier", - "start": 65679, - "end": 65682, + "start": 68069, + "end": 68072, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 33 }, "identifierName": "_bd" @@ -100514,15 +100650,15 @@ }, "property": { "type": "Identifier", - "start": 65683, - "end": 65694, + "start": 68073, + "end": 68084, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 34 }, "end": { - "line": 1433, + "line": 1475, "column": 45 }, "identifierName": "getFullYear" @@ -100535,29 +100671,29 @@ }, { "type": "BinaryExpression", - "start": 65700, - "end": 65705, + "start": 68090, + "end": 68095, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 51 }, "end": { - "line": 1433, + "line": 1475, "column": 56 } }, "left": { "type": "Identifier", - "start": 65700, - "end": 65701, + "start": 68090, + "end": 68091, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 51 }, "end": { - "line": 1433, + "line": 1475, "column": 52 }, "identifierName": "i" @@ -100567,15 +100703,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65704, - "end": 65705, + "start": 68094, + "end": 68095, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 55 }, "end": { - "line": 1433, + "line": 1475, "column": 56 } }, @@ -100590,15 +100726,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65677, - "end": 65677, + "start": 68067, + "end": 68067, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 28 }, "end": { - "line": 1433, + "line": 1475, "column": 28 } }, @@ -100610,15 +100746,15 @@ }, { "type": "TemplateElement", - "start": 65697, - "end": 65698, + "start": 68087, + "end": 68088, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 48 }, "end": { - "line": 1433, + "line": 1475, "column": 49 } }, @@ -100630,15 +100766,15 @@ }, { "type": "TemplateElement", - "start": 65706, - "end": 65706, + "start": 68096, + "end": 68096, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 57 }, "end": { - "line": 1433, + "line": 1475, "column": 57 } }, @@ -100654,29 +100790,29 @@ }, "right": { "type": "CallExpression", - "start": 65711, - "end": 65732, + "start": 68101, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 62 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "callee": { "type": "Identifier", - "start": 65711, - "end": 65725, + "start": 68101, + "end": 68115, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 62 }, "end": { - "line": 1433, + "line": 1475, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -100686,15 +100822,15 @@ "arguments": [ { "type": "Identifier", - "start": 65727, - "end": 65730, + "start": 68117, + "end": 68120, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 78 }, "end": { - "line": 1433, + "line": 1475, "column": 81 }, "identifierName": "_cd" @@ -100715,44 +100851,44 @@ }, { "type": "ExpressionStatement", - "start": 65789, - "end": 65800, + "start": 68179, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 65789, - "end": 65800, + "start": 68179, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65789, - "end": 65795, + "start": 68179, + "end": 68185, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 22 }, "identifierName": "retval" @@ -100761,15 +100897,15 @@ }, "right": { "type": "Identifier", - "start": 65798, - "end": 65800, + "start": 68188, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 25 }, "end": { - "line": 1436, + "line": 1478, "column": 27 }, "identifierName": "_m" @@ -100780,15 +100916,15 @@ }, { "type": "BreakStatement", - "start": 65817, - "end": 65822, + "start": 68207, + "end": 68212, "loc": { "start": { - "line": 1437, + "line": 1479, "column": 16 }, "end": { - "line": 1437, + "line": 1479, "column": 21 } }, @@ -100797,43 +100933,43 @@ ], "test": { "type": "CallExpression", - "start": 64518, - "end": 64544, + "start": 66908, + "end": 66934, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 64518, - "end": 64535, + "start": 66908, + "end": 66925, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 64518, - "end": 64530, + "start": 66908, + "end": 66920, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 29 } }, @@ -100845,15 +100981,15 @@ }, "property": { "type": "Identifier", - "start": 64531, - "end": 64535, + "start": 66921, + "end": 66925, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 30 }, "end": { - "line": 1412, + "line": 1454, "column": 34 }, "identifierName": "test" @@ -100865,15 +101001,15 @@ "arguments": [ { "type": "Identifier", - "start": 64537, - "end": 64542, + "start": 66927, + "end": 66932, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 36 }, "end": { - "line": 1412, + "line": 1454, "column": 41 }, "identifierName": "scale" @@ -100885,59 +101021,59 @@ }, { "type": "SwitchCase", - "start": 65835, - "end": 65963, + "start": 68225, + "end": 68353, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 12 }, "end": { - "line": 1440, + "line": 1482, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65883, - "end": 65941, + "start": 68273, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 65883, - "end": 65941, + "start": 68273, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65883, - "end": 65889, + "start": 68273, + "end": 68279, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 22 }, "identifierName": "retval" @@ -100946,43 +101082,43 @@ }, "right": { "type": "CallExpression", - "start": 65892, - "end": 65941, + "start": 68282, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 65892, - "end": 65901, + "start": 68282, + "end": 68291, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 34 } }, "object": { "type": "Identifier", - "start": 65892, - "end": 65896, + "start": 68282, + "end": 68286, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 29 }, "identifierName": "Math" @@ -100991,15 +101127,15 @@ }, "property": { "type": "Identifier", - "start": 65897, - "end": 65901, + "start": 68287, + "end": 68291, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 30 }, "end": { - "line": 1439, + "line": 1481, "column": 34 }, "identifierName": "ceil" @@ -101011,29 +101147,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 65903, - "end": 65939, + "start": 68293, + "end": 68329, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 36 }, "end": { - "line": 1439, + "line": 1481, "column": 72 } }, "left": { "type": "Identifier", - "start": 65903, - "end": 65909, + "start": 68293, + "end": 68299, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 36 }, "end": { - "line": 1439, + "line": 1481, "column": 42 }, "identifierName": "diffMS" @@ -101043,71 +101179,71 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 65914, - "end": 65937, + "start": 68304, + "end": 68327, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65930, + "start": 68304, + "end": 68320, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65925, + "start": 68304, + "end": 68315, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65920, + "start": 68304, + "end": 68310, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 53 } }, "left": { "type": "NumericLiteral", - "start": 65914, - "end": 65915, + "start": 68304, + "end": 68305, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 48 } }, @@ -101120,15 +101256,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65918, - "end": 65920, + "start": 68308, + "end": 68310, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 51 }, "end": { - "line": 1439, + "line": 1481, "column": 53 } }, @@ -101142,15 +101278,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65923, - "end": 65925, + "start": 68313, + "end": 68315, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 56 }, "end": { - "line": 1439, + "line": 1481, "column": 58 } }, @@ -101164,15 +101300,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65928, - "end": 65930, + "start": 68318, + "end": 68320, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 61 }, "end": { - "line": 1439, + "line": 1481, "column": 63 } }, @@ -101186,15 +101322,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65933, - "end": 65937, + "start": 68323, + "end": 68327, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 66 }, "end": { - "line": 1439, + "line": 1481, "column": 70 } }, @@ -101206,7 +101342,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 65912 + "parenStart": 68302 } } } @@ -101216,15 +101352,15 @@ }, { "type": "BreakStatement", - "start": 65958, - "end": 65963, + "start": 68348, + "end": 68353, "loc": { "start": { - "line": 1440, + "line": 1482, "column": 16 }, "end": { - "line": 1440, + "line": 1482, "column": 21 } }, @@ -101233,43 +101369,43 @@ ], "test": { "type": "CallExpression", - "start": 65840, - "end": 65865, + "start": 68230, + "end": 68255, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 65840, - "end": 65856, + "start": 68230, + "end": 68246, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 65840, - "end": 65851, + "start": 68230, + "end": 68241, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 28 } }, @@ -101281,15 +101417,15 @@ }, "property": { "type": "Identifier", - "start": 65852, - "end": 65856, + "start": 68242, + "end": 68246, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 29 }, "end": { - "line": 1438, + "line": 1480, "column": 33 }, "identifierName": "test" @@ -101301,15 +101437,15 @@ "arguments": [ { "type": "Identifier", - "start": 65858, - "end": 65863, + "start": 68248, + "end": 68253, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 35 }, "end": { - "line": 1438, + "line": 1480, "column": 40 }, "identifierName": "scale" @@ -101321,59 +101457,59 @@ }, { "type": "SwitchCase", - "start": 65976, - "end": 66106, + "start": 68366, + "end": 68496, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 12 }, "end": { - "line": 1443, + "line": 1485, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66030, - "end": 66084, + "start": 68420, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 66030, - "end": 66084, + "start": 68420, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66030, - "end": 66036, + "start": 68420, + "end": 68426, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 22 }, "identifierName": "retval" @@ -101382,43 +101518,43 @@ }, "right": { "type": "CallExpression", - "start": 66039, - "end": 66084, + "start": 68429, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 66039, - "end": 66048, + "start": 68429, + "end": 68438, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 34 } }, "object": { "type": "Identifier", - "start": 66039, - "end": 66043, + "start": 68429, + "end": 68433, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 29 }, "identifierName": "Math" @@ -101427,15 +101563,15 @@ }, "property": { "type": "Identifier", - "start": 66044, - "end": 66048, + "start": 68434, + "end": 68438, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 30 }, "end": { - "line": 1442, + "line": 1484, "column": 34 }, "identifierName": "ceil" @@ -101447,29 +101583,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66050, - "end": 66082, + "start": 68440, + "end": 68472, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 36 }, "end": { - "line": 1442, + "line": 1484, "column": 68 } }, "left": { "type": "Identifier", - "start": 66050, - "end": 66056, + "start": 68440, + "end": 68446, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 36 }, "end": { - "line": 1442, + "line": 1484, "column": 42 }, "identifierName": "diffMS" @@ -101479,57 +101615,57 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66061, - "end": 66080, + "start": 68451, + "end": 68470, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 66 } }, "left": { "type": "BinaryExpression", - "start": 66061, - "end": 66073, + "start": 68451, + "end": 68463, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 66061, - "end": 66068, + "start": 68451, + "end": 68458, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 54 } }, "left": { "type": "NumericLiteral", - "start": 66061, - "end": 66063, + "start": 68451, + "end": 68453, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 49 } }, @@ -101542,15 +101678,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66066, - "end": 66068, + "start": 68456, + "end": 68458, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 52 }, "end": { - "line": 1442, + "line": 1484, "column": 54 } }, @@ -101564,15 +101700,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66071, - "end": 66073, + "start": 68461, + "end": 68463, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 57 }, "end": { - "line": 1442, + "line": 1484, "column": 59 } }, @@ -101586,15 +101722,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66076, - "end": 66080, + "start": 68466, + "end": 68470, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 62 }, "end": { - "line": 1442, + "line": 1484, "column": 66 } }, @@ -101606,7 +101742,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66059 + "parenStart": 68449 } } } @@ -101616,15 +101752,15 @@ }, { "type": "BreakStatement", - "start": 66101, - "end": 66106, + "start": 68491, + "end": 68496, "loc": { "start": { - "line": 1443, + "line": 1485, "column": 16 }, "end": { - "line": 1443, + "line": 1485, "column": 21 } }, @@ -101633,43 +101769,43 @@ ], "test": { "type": "CallExpression", - "start": 65981, - "end": 66012, + "start": 68371, + "end": 68402, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 65981, - "end": 66003, + "start": 68371, + "end": 68393, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 65981, - "end": 65998, + "start": 68371, + "end": 68388, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 34 } }, @@ -101681,15 +101817,15 @@ }, "property": { "type": "Identifier", - "start": 65999, - "end": 66003, + "start": 68389, + "end": 68393, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 35 }, "end": { - "line": 1441, + "line": 1483, "column": 39 }, "identifierName": "test" @@ -101701,15 +101837,15 @@ "arguments": [ { "type": "Identifier", - "start": 66005, - "end": 66010, + "start": 68395, + "end": 68400, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 41 }, "end": { - "line": 1441, + "line": 1483, "column": 46 }, "identifierName": "scale" @@ -101721,59 +101857,59 @@ }, { "type": "SwitchCase", - "start": 66119, - "end": 66238, + "start": 68509, + "end": 68628, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 12 }, "end": { - "line": 1446, + "line": 1488, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66167, - "end": 66216, + "start": 68557, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 66167, - "end": 66216, + "start": 68557, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66167, - "end": 66173, + "start": 68557, + "end": 68563, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 22 }, "identifierName": "retval" @@ -101782,43 +101918,43 @@ }, "right": { "type": "CallExpression", - "start": 66176, - "end": 66216, + "start": 68566, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 66176, - "end": 66185, + "start": 68566, + "end": 68575, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 34 } }, "object": { "type": "Identifier", - "start": 66176, - "end": 66180, + "start": 68566, + "end": 68570, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 29 }, "identifierName": "Math" @@ -101827,15 +101963,15 @@ }, "property": { "type": "Identifier", - "start": 66181, - "end": 66185, + "start": 68571, + "end": 68575, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 30 }, "end": { - "line": 1445, + "line": 1487, "column": 34 }, "identifierName": "ceil" @@ -101847,29 +101983,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66187, - "end": 66214, + "start": 68577, + "end": 68604, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 36 }, "end": { - "line": 1445, + "line": 1487, "column": 63 } }, "left": { "type": "Identifier", - "start": 66187, - "end": 66193, + "start": 68577, + "end": 68583, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 36 }, "end": { - "line": 1445, + "line": 1487, "column": 42 }, "identifierName": "diffMS" @@ -101879,43 +102015,43 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66198, - "end": 66212, + "start": 68588, + "end": 68602, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 61 } }, "left": { "type": "BinaryExpression", - "start": 66198, - "end": 66205, + "start": 68588, + "end": 68595, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 54 } }, "left": { "type": "NumericLiteral", - "start": 66198, - "end": 66200, + "start": 68588, + "end": 68590, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 49 } }, @@ -101928,15 +102064,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66203, - "end": 66205, + "start": 68593, + "end": 68595, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 52 }, "end": { - "line": 1445, + "line": 1487, "column": 54 } }, @@ -101950,15 +102086,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66208, - "end": 66212, + "start": 68598, + "end": 68602, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 57 }, "end": { - "line": 1445, + "line": 1487, "column": 61 } }, @@ -101970,7 +102106,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66196 + "parenStart": 68586 } } } @@ -101980,15 +102116,15 @@ }, { "type": "BreakStatement", - "start": 66233, - "end": 66238, + "start": 68623, + "end": 68628, "loc": { "start": { - "line": 1446, + "line": 1488, "column": 16 }, "end": { - "line": 1446, + "line": 1488, "column": 21 } }, @@ -101997,43 +102133,43 @@ ], "test": { "type": "CallExpression", - "start": 66124, - "end": 66149, + "start": 68514, + "end": 68539, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 66124, - "end": 66140, + "start": 68514, + "end": 68530, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 66124, - "end": 66135, + "start": 68514, + "end": 68525, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 28 } }, @@ -102045,15 +102181,15 @@ }, "property": { "type": "Identifier", - "start": 66136, - "end": 66140, + "start": 68526, + "end": 68530, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 29 }, "end": { - "line": 1444, + "line": 1486, "column": 33 }, "identifierName": "test" @@ -102065,15 +102201,15 @@ "arguments": [ { "type": "Identifier", - "start": 66142, - "end": 66147, + "start": 68532, + "end": 68537, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 35 }, "end": { - "line": 1444, + "line": 1486, "column": 40 }, "identifierName": "scale" @@ -102085,59 +102221,59 @@ }, { "type": "SwitchCase", - "start": 66251, - "end": 66367, + "start": 68641, + "end": 68757, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 12 }, "end": { - "line": 1449, + "line": 1491, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66301, - "end": 66345, + "start": 68691, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 66301, - "end": 66345, + "start": 68691, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66301, - "end": 66307, + "start": 68691, + "end": 68697, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 22 }, "identifierName": "retval" @@ -102146,43 +102282,43 @@ }, "right": { "type": "CallExpression", - "start": 66310, - "end": 66345, + "start": 68700, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 66310, - "end": 66319, + "start": 68700, + "end": 68709, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 34 } }, "object": { "type": "Identifier", - "start": 66310, - "end": 66314, + "start": 68700, + "end": 68704, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 29 }, "identifierName": "Math" @@ -102191,15 +102327,15 @@ }, "property": { "type": "Identifier", - "start": 66315, - "end": 66319, + "start": 68705, + "end": 68709, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 30 }, "end": { - "line": 1448, + "line": 1490, "column": 34 }, "identifierName": "ceil" @@ -102211,29 +102347,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66321, - "end": 66343, + "start": 68711, + "end": 68733, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 36 }, "end": { - "line": 1448, + "line": 1490, "column": 58 } }, "left": { "type": "Identifier", - "start": 66321, - "end": 66327, + "start": 68711, + "end": 68717, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 36 }, "end": { - "line": 1448, + "line": 1490, "column": 42 }, "identifierName": "diffMS" @@ -102243,29 +102379,29 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66332, - "end": 66341, + "start": 68722, + "end": 68731, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 47 }, "end": { - "line": 1448, + "line": 1490, "column": 56 } }, "left": { "type": "NumericLiteral", - "start": 66332, - "end": 66334, + "start": 68722, + "end": 68724, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 47 }, "end": { - "line": 1448, + "line": 1490, "column": 49 } }, @@ -102278,15 +102414,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66337, - "end": 66341, + "start": 68727, + "end": 68731, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 52 }, "end": { - "line": 1448, + "line": 1490, "column": 56 } }, @@ -102298,7 +102434,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66330 + "parenStart": 68720 } } } @@ -102308,15 +102444,15 @@ }, { "type": "BreakStatement", - "start": 66362, - "end": 66367, + "start": 68752, + "end": 68757, "loc": { "start": { - "line": 1449, + "line": 1491, "column": 16 }, "end": { - "line": 1449, + "line": 1491, "column": 21 } }, @@ -102325,43 +102461,43 @@ ], "test": { "type": "CallExpression", - "start": 66256, - "end": 66283, + "start": 68646, + "end": 68673, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 66256, - "end": 66274, + "start": 68646, + "end": 68664, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 66256, - "end": 66269, + "start": 68646, + "end": 68659, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 30 } }, @@ -102373,15 +102509,15 @@ }, "property": { "type": "Identifier", - "start": 66270, - "end": 66274, + "start": 68660, + "end": 68664, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 31 }, "end": { - "line": 1447, + "line": 1489, "column": 35 }, "identifierName": "test" @@ -102393,15 +102529,15 @@ "arguments": [ { "type": "Identifier", - "start": 66276, - "end": 66281, + "start": 68666, + "end": 68671, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 37 }, "end": { - "line": 1447, + "line": 1489, "column": 42 }, "identifierName": "scale" @@ -102413,59 +102549,59 @@ }, { "type": "SwitchCase", - "start": 66380, - "end": 66487, + "start": 68770, + "end": 68877, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 12 }, "end": { - "line": 1452, + "line": 1494, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66430, - "end": 66465, + "start": 68820, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 66430, - "end": 66465, + "start": 68820, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66430, - "end": 66436, + "start": 68820, + "end": 68826, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 22 }, "identifierName": "retval" @@ -102474,43 +102610,43 @@ }, "right": { "type": "CallExpression", - "start": 66439, - "end": 66465, + "start": 68829, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 66439, - "end": 66448, + "start": 68829, + "end": 68838, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 34 } }, "object": { "type": "Identifier", - "start": 66439, - "end": 66443, + "start": 68829, + "end": 68833, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 29 }, "identifierName": "Math" @@ -102519,15 +102655,15 @@ }, "property": { "type": "Identifier", - "start": 66444, - "end": 66448, + "start": 68834, + "end": 68838, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 30 }, "end": { - "line": 1451, + "line": 1493, "column": 34 }, "identifierName": "ceil" @@ -102539,29 +102675,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66450, - "end": 66463, + "start": 68840, + "end": 68853, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 36 }, "end": { - "line": 1451, + "line": 1493, "column": 49 } }, "left": { "type": "Identifier", - "start": 66450, - "end": 66456, + "start": 68840, + "end": 68846, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 36 }, "end": { - "line": 1451, + "line": 1493, "column": 42 }, "identifierName": "diffMS" @@ -102571,15 +102707,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 66459, - "end": 66463, + "start": 68849, + "end": 68853, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 45 }, "end": { - "line": 1451, + "line": 1493, "column": 49 } }, @@ -102596,15 +102732,15 @@ }, { "type": "BreakStatement", - "start": 66482, - "end": 66487, + "start": 68872, + "end": 68877, "loc": { "start": { - "line": 1452, + "line": 1494, "column": 16 }, "end": { - "line": 1452, + "line": 1494, "column": 21 } }, @@ -102613,43 +102749,43 @@ ], "test": { "type": "CallExpression", - "start": 66385, - "end": 66412, + "start": 68775, + "end": 68802, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 66385, - "end": 66403, + "start": 68775, + "end": 68793, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 66385, - "end": 66398, + "start": 68775, + "end": 68788, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 30 } }, @@ -102661,15 +102797,15 @@ }, "property": { "type": "Identifier", - "start": 66399, - "end": 66403, + "start": 68789, + "end": 68793, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 31 }, "end": { - "line": 1450, + "line": 1492, "column": 35 }, "identifierName": "test" @@ -102681,15 +102817,15 @@ "arguments": [ { "type": "Identifier", - "start": 66405, - "end": 66410, + "start": 68795, + "end": 68800, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 37 }, "end": { - "line": 1450, + "line": 1492, "column": 42 }, "identifierName": "scale" @@ -102701,59 +102837,59 @@ }, { "type": "SwitchCase", - "start": 66500, - "end": 66562, + "start": 68890, + "end": 68952, "loc": { "start": { - "line": 1453, + "line": 1495, "column": 12 }, "end": { - "line": 1455, + "line": 1497, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66525, - "end": 66540, + "start": 68915, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 66525, - "end": 66540, + "start": 68915, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66525, - "end": 66531, + "start": 68915, + "end": 68921, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 22 }, "identifierName": "retval" @@ -102762,15 +102898,15 @@ }, "right": { "type": "Identifier", - "start": 66534, - "end": 66540, + "start": 68924, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 25 }, "end": { - "line": 1454, + "line": 1496, "column": 31 }, "identifierName": "diffMS" @@ -102781,15 +102917,15 @@ }, { "type": "BreakStatement", - "start": 66557, - "end": 66562, + "start": 68947, + "end": 68952, "loc": { "start": { - "line": 1455, + "line": 1497, "column": 16 }, "end": { - "line": 1455, + "line": 1497, "column": 21 } }, @@ -102803,15 +102939,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -102820,29 +102956,29 @@ }, { "type": "ReturnStatement", - "start": 66629, - "end": 66642, + "start": 69019, + "end": 69032, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 8 }, "end": { - "line": 1459, + "line": 1501, "column": 21 } }, "argument": { "type": "Identifier", - "start": 66636, - "end": 66642, + "start": 69026, + "end": 69032, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 15 }, "end": { - "line": 1459, + "line": 1501, "column": 21 }, "identifierName": "retval" @@ -102854,15 +102990,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -102877,15 +103013,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -102895,15 +103031,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -102912,15 +103048,15 @@ }, { "type": "ClassMethod", - "start": 66772, - "end": 68581, + "start": 69162, + "end": 70971, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 4 }, "end": { - "line": 1515, + "line": 1557, "column": 5 } }, @@ -102928,15 +103064,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66772, - "end": 66782, + "start": 69162, + "end": 69172, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 4 }, "end": { - "line": 1466, + "line": 1508, "column": 14 }, "identifierName": "_loadEvent" @@ -102952,87 +103088,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 66785, - "end": 68581, + "start": 69175, + "end": 70971, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 17 }, "end": { - "line": 1515, + "line": 1557, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66795, - "end": 66822, + "start": 69185, + "end": 69212, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 66795, - "end": 66822, + "start": 69185, + "end": 69212, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 66795, - "end": 66806, + "start": 69185, + "end": 69196, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66795, - "end": 66799, + "start": 69185, + "end": 69189, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66800, - "end": 66806, + "start": 69190, + "end": 69196, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 13 }, "end": { - "line": 1467, + "line": 1509, "column": 19 }, "identifierName": "_debug" @@ -103044,15 +103180,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 66808, - "end": 66820, + "start": 69198, + "end": 69210, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 21 }, "end": { - "line": 1467, + "line": 1509, "column": 33 } }, @@ -103067,44 +103203,44 @@ }, { "type": "VariableDeclaration", - "start": 66840, - "end": 67071, + "start": 69230, + "end": 69461, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 8 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 66844, - "end": 66864, + "start": 69234, + "end": 69254, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 12 }, "end": { - "line": 1469, + "line": 1511, "column": 32 } }, "id": { "type": "Identifier", - "start": 66844, - "end": 66849, + "start": 69234, + "end": 69239, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 12 }, "end": { - "line": 1469, + "line": 1511, "column": 17 }, "identifierName": "_that" @@ -103113,15 +103249,15 @@ }, "init": { "type": "ThisExpression", - "start": 66860, - "end": 66864, + "start": 69250, + "end": 69254, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 28 }, "end": { - "line": 1469, + "line": 1511, "column": 32 } } @@ -103129,29 +103265,29 @@ }, { "type": "VariableDeclarator", - "start": 66878, - "end": 66907, + "start": 69268, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 12 }, "end": { - "line": 1470, + "line": 1512, "column": 41 } }, "id": { "type": "Identifier", - "start": 66878, - "end": 66883, + "start": 69268, + "end": 69273, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 12 }, "end": { - "line": 1470, + "line": 1512, "column": 17 }, "identifierName": "_elem" @@ -103160,44 +103296,44 @@ }, "init": { "type": "MemberExpression", - "start": 66894, - "end": 66907, + "start": 69284, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 28 }, "end": { - "line": 1470, + "line": 1512, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 66894, - "end": 66898, + "start": 69284, + "end": 69288, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 28 }, "end": { - "line": 1470, + "line": 1512, "column": 32 } } }, "property": { "type": "Identifier", - "start": 66899, - "end": 66907, + "start": 69289, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 33 }, "end": { - "line": 1470, + "line": 1512, "column": 41 }, "identifierName": "_element" @@ -103209,29 +103345,29 @@ }, { "type": "VariableDeclarator", - "start": 66921, - "end": 66977, + "start": 69311, + "end": 69367, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 12 }, "end": { - "line": 1471, + "line": 1513, "column": 68 } }, "id": { "type": "Identifier", - "start": 66921, - "end": 66932, + "start": 69311, + "end": 69322, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 12 }, "end": { - "line": 1471, + "line": 1513, "column": 23 }, "identifierName": "_event_list" @@ -103240,57 +103376,57 @@ }, "init": { "type": "CallExpression", - "start": 66937, - "end": 66977, + "start": 69327, + "end": 69367, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 66937, - "end": 66950, + "start": 69327, + "end": 69340, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 41 } }, "object": { "type": "CallExpression", - "start": 66937, - "end": 66945, + "start": 69327, + "end": 69335, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 36 } }, "callee": { "type": "Identifier", - "start": 66937, - "end": 66938, + "start": 69327, + "end": 69328, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 29 }, "identifierName": "$" @@ -103300,15 +103436,15 @@ "arguments": [ { "type": "Identifier", - "start": 66939, - "end": 66944, + "start": 69329, + "end": 69334, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 30 }, "end": { - "line": 1471, + "line": 1513, "column": 35 }, "identifierName": "_elem" @@ -103319,15 +103455,15 @@ }, "property": { "type": "Identifier", - "start": 66946, - "end": 66950, + "start": 69336, + "end": 69340, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 37 }, "end": { - "line": 1471, + "line": 1513, "column": 41 }, "identifierName": "find" @@ -103339,29 +103475,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66952, - "end": 66975, + "start": 69342, + "end": 69365, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 43 }, "end": { - "line": 1471, + "line": 1513, "column": 66 } }, "object": { "type": "Identifier", - "start": 66952, - "end": 66960, + "start": 69342, + "end": 69350, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 43 }, "end": { - "line": 1471, + "line": 1513, "column": 51 }, "identifierName": "Selector" @@ -103370,15 +103506,15 @@ }, "property": { "type": "Identifier", - "start": 66961, - "end": 66975, + "start": 69351, + "end": 69365, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 52 }, "end": { - "line": 1471, + "line": 1513, "column": 66 }, "identifierName": "DEFAULT_EVENTS" @@ -103392,29 +103528,29 @@ }, { "type": "VariableDeclarator", - "start": 66991, - "end": 67008, + "start": 69381, + "end": 69398, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 12 }, "end": { - "line": 1472, + "line": 1514, "column": 29 } }, "id": { "type": "Identifier", - "start": 66991, - "end": 66995, + "start": 69381, + "end": 69385, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 12 }, "end": { - "line": 1472, + "line": 1514, "column": 16 }, "identifierName": "_cnt" @@ -103423,15 +103559,15 @@ }, "init": { "type": "NumericLiteral", - "start": 67007, - "end": 67008, + "start": 69397, + "end": 69398, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 28 }, "end": { - "line": 1472, + "line": 1514, "column": 29 } }, @@ -103444,29 +103580,29 @@ }, { "type": "VariableDeclarator", - "start": 67022, - "end": 67040, + "start": 69412, + "end": 69430, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 12 }, "end": { - "line": 1473, + "line": 1515, "column": 30 } }, "id": { "type": "Identifier", - "start": 67022, - "end": 67028, + "start": 69412, + "end": 69418, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 12 }, "end": { - "line": 1473, + "line": 1515, "column": 18 }, "identifierName": "events" @@ -103475,15 +103611,15 @@ }, "init": { "type": "ArrayExpression", - "start": 67038, - "end": 67040, + "start": 69428, + "end": 69430, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 28 }, "end": { - "line": 1473, + "line": 1515, "column": 30 } }, @@ -103492,29 +103628,29 @@ }, { "type": "VariableDeclarator", - "start": 67054, - "end": 67071, + "start": 69444, + "end": 69461, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 12 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, "id": { "type": "Identifier", - "start": 67054, - "end": 67065, + "start": 69444, + "end": 69455, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 12 }, "end": { - "line": 1474, + "line": 1516, "column": 23 }, "identifierName": "lastEventId" @@ -103523,15 +103659,15 @@ }, "init": { "type": "NumericLiteral", - "start": 67070, - "end": 67071, + "start": 69460, + "end": 69461, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 28 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, @@ -103547,85 +103683,85 @@ }, { "type": "ExpressionStatement", - "start": 67089, - "end": 67320, + "start": 69479, + "end": 69710, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1482, + "line": 1524, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 67089, - "end": 67320, + "start": 69479, + "end": 69710, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1482, + "line": 1524, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 67089, - "end": 67116, + "start": 69479, + "end": 69506, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 35 } }, "object": { "type": "CallExpression", - "start": 67089, - "end": 67111, + "start": 69479, + "end": 69501, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 67089, - "end": 67109, + "start": 69479, + "end": 69499, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 28 } }, "object": { "type": "Identifier", - "start": 67089, - "end": 67100, + "start": 69479, + "end": 69490, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 19 }, "identifierName": "_event_list" @@ -103634,15 +103770,15 @@ }, "property": { "type": "Identifier", - "start": 67101, - "end": 67109, + "start": 69491, + "end": 69499, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 20 }, "end": { - "line": 1476, + "line": 1518, "column": 28 }, "identifierName": "children" @@ -103655,15 +103791,15 @@ }, "property": { "type": "Identifier", - "start": 67112, - "end": 67116, + "start": 69502, + "end": 69506, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 31 }, "end": { - "line": 1476, + "line": 1518, "column": 35 }, "identifierName": "each" @@ -103675,15 +103811,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 67117, - "end": 67319, + "start": 69507, + "end": 69709, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 36 }, "end": { - "line": 1482, + "line": 1524, "column": 9 } }, @@ -103694,59 +103830,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 67128, - "end": 67319, + "start": 69518, + "end": 69709, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 47 }, "end": { - "line": 1482, + "line": 1524, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 67142, - "end": 67190, + "start": 69532, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 12 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 67146, - "end": 67190, + "start": 69536, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 16 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "id": { "type": "Identifier", - "start": 67146, - "end": 67151, + "start": 69536, + "end": 69541, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 16 }, "end": { - "line": 1477, + "line": 1519, "column": 21 }, "identifierName": "_attr" @@ -103755,57 +103891,57 @@ }, "init": { "type": "CallExpression", - "start": 67154, - "end": 67190, + "start": 69544, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 67154, - "end": 67166, + "start": 69544, + "end": 69556, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 36 } }, "object": { "type": "CallExpression", - "start": 67154, - "end": 67161, + "start": 69544, + "end": 69551, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 31 } }, "callee": { "type": "Identifier", - "start": 67154, - "end": 67155, + "start": 69544, + "end": 69545, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 25 }, "identifierName": "$" @@ -103815,15 +103951,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 67156, - "end": 67160, + "start": 69546, + "end": 69550, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 26 }, "end": { - "line": 1477, + "line": 1519, "column": 30 } } @@ -103832,15 +103968,15 @@ }, "property": { "type": "Identifier", - "start": 67162, - "end": 67166, + "start": 69552, + "end": 69556, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 32 }, "end": { - "line": 1477, + "line": 1519, "column": 36 }, "identifierName": "attr" @@ -103852,15 +103988,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67168, - "end": 67188, + "start": 69558, + "end": 69578, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 38 }, "end": { - "line": 1477, + "line": 1519, "column": 58 } }, @@ -103878,57 +104014,57 @@ }, { "type": "IfStatement", - "start": 67216, - "end": 67309, + "start": 69606, + "end": 69699, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 12 }, "end": { - "line": 1481, + "line": 1523, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 67221, - "end": 67268, + "start": 69611, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 67221, - "end": 67249, + "start": 69611, + "end": 69639, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 67221, - "end": 67233, + "start": 69611, + "end": 69623, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 29 } }, @@ -103936,15 +104072,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 67228, - "end": 67233, + "start": 69618, + "end": 69623, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 24 }, "end": { - "line": 1479, + "line": 1521, "column": 29 }, "identifierName": "_attr" @@ -103958,15 +104094,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 67238, - "end": 67249, + "start": 69628, + "end": 69639, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 34 }, "end": { - "line": 1479, + "line": 1521, "column": 45 } }, @@ -103980,29 +104116,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 67253, - "end": 67268, + "start": 69643, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 49 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, "left": { "type": "Identifier", - "start": 67253, - "end": 67258, + "start": 69643, + "end": 69648, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 49 }, "end": { - "line": 1479, + "line": 1521, "column": 54 }, "identifierName": "_attr" @@ -104012,15 +104148,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 67263, - "end": 67268, + "start": 69653, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 59 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, @@ -104030,44 +104166,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 67271, - "end": 67309, + "start": 69661, + "end": 69699, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 67 }, "end": { - "line": 1481, + "line": 1523, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67289, - "end": 67295, + "start": 69679, + "end": 69685, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 22 } }, "expression": { "type": "UpdateExpression", - "start": 67289, - "end": 67295, + "start": 69679, + "end": 69685, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 22 } }, @@ -104075,15 +104211,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 67289, - "end": 67293, + "start": 69679, + "end": 69683, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 20 }, "identifierName": "_cnt" @@ -104106,71 +104242,71 @@ }, { "type": "IfStatement", - "start": 67338, - "end": 67451, + "start": 69728, + "end": 69841, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 8 }, "end": { - "line": 1486, + "line": 1528, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 67343, - "end": 67379, + "start": 69733, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 67343, - "end": 67366, + "start": 69733, + "end": 69756, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 36 } }, "left": { "type": "MemberExpression", - "start": 67343, - "end": 67361, + "start": 69733, + "end": 69751, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 31 } }, "object": { "type": "Identifier", - "start": 67343, - "end": 67354, + "start": 69733, + "end": 69744, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 24 }, "identifierName": "_event_list" @@ -104179,15 +104315,15 @@ }, "property": { "type": "Identifier", - "start": 67355, - "end": 67361, + "start": 69745, + "end": 69751, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 25 }, "end": { - "line": 1484, + "line": 1526, "column": 31 }, "identifierName": "length" @@ -104199,15 +104335,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 67365, - "end": 67366, + "start": 69755, + "end": 69756, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 35 }, "end": { - "line": 1484, + "line": 1526, "column": 36 } }, @@ -104221,29 +104357,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 67370, - "end": 67379, + "start": 69760, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 40 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, "left": { "type": "Identifier", - "start": 67370, - "end": 67374, + "start": 69760, + "end": 69764, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 40 }, "end": { - "line": 1484, + "line": 1526, "column": 44 }, "identifierName": "_cnt" @@ -104253,15 +104389,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 67378, - "end": 67379, + "start": 69768, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 48 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, @@ -104275,87 +104411,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 67382, - "end": 67451, + "start": 69772, + "end": 69841, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 52 }, "end": { - "line": 1486, + "line": 1528, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 67396, - "end": 67441, + "start": 69786, + "end": 69831, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 67396, - "end": 67441, + "start": 69786, + "end": 69831, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 67396, - "end": 67407, + "start": 69786, + "end": 69797, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67396, - "end": 67400, + "start": 69786, + "end": 69790, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67401, - "end": 67407, + "start": 69791, + "end": 69797, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 17 }, "end": { - "line": 1485, + "line": 1527, "column": 23 }, "identifierName": "_debug" @@ -104367,15 +104503,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67409, - "end": 67439, + "start": 69799, + "end": 69829, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 25 }, "end": { - "line": 1485, + "line": 1527, "column": 55 } }, @@ -104397,15 +104533,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -104414,85 +104550,85 @@ }, { "type": "ExpressionStatement", - "start": 67500, - "end": 67969, + "start": 69890, + "end": 70359, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1498, + "line": 1540, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 67500, - "end": 67968, + "start": 69890, + "end": 70358, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1498, + "line": 1540, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 67500, - "end": 67527, + "start": 69890, + "end": 69917, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 35 } }, "object": { "type": "CallExpression", - "start": 67500, - "end": 67522, + "start": 69890, + "end": 69912, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 67500, - "end": 67520, + "start": 69890, + "end": 69910, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 28 } }, "object": { "type": "Identifier", - "start": 67500, - "end": 67511, + "start": 69890, + "end": 69901, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 19 }, "identifierName": "_event_list" @@ -104502,15 +104638,15 @@ }, "property": { "type": "Identifier", - "start": 67512, - "end": 67520, + "start": 69902, + "end": 69910, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 20 }, "end": { - "line": 1489, + "line": 1531, "column": 28 }, "identifierName": "children" @@ -104525,15 +104661,15 @@ }, "property": { "type": "Identifier", - "start": 67523, - "end": 67527, + "start": 69913, + "end": 69917, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 31 }, "end": { - "line": 1489, + "line": 1531, "column": 35 }, "identifierName": "each" @@ -104546,15 +104682,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 67528, - "end": 67967, + "start": 69918, + "end": 70357, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 36 }, "end": { - "line": 1498, + "line": 1540, "column": 9 } }, @@ -104565,59 +104701,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 67539, - "end": 67967, + "start": 69929, + "end": 70357, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 47 }, "end": { - "line": 1498, + "line": 1540, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 67553, - "end": 67670, + "start": 69943, + "end": 70060, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 12 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 67557, - "end": 67636, + "start": 69947, + "end": 70026, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 16 }, "end": { - "line": 1490, + "line": 1532, "column": 95 } }, "id": { "type": "Identifier", - "start": 67557, - "end": 67568, + "start": 69947, + "end": 69958, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 16 }, "end": { - "line": 1490, + "line": 1532, "column": 27 }, "identifierName": "_evt_params" @@ -104626,43 +104762,43 @@ }, "init": { "type": "CallExpression", - "start": 67571, - "end": 67636, + "start": 69961, + "end": 70026, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 67571, - "end": 67596, + "start": 69961, + "end": 69986, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 55 } }, "object": { "type": "Identifier", - "start": 67571, - "end": 67576, + "start": 69961, + "end": 69966, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 35 }, "identifierName": "_that" @@ -104671,15 +104807,15 @@ }, "property": { "type": "Identifier", - "start": 67577, - "end": 67596, + "start": 69967, + "end": 69986, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 36 }, "end": { - "line": 1490, + "line": 1532, "column": 55 }, "identifierName": "_getPluggableParams" @@ -104691,57 +104827,57 @@ "arguments": [ { "type": "CallExpression", - "start": 67598, - "end": 67634, + "start": 69988, + "end": 70024, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 67598, - "end": 67610, + "start": 69988, + "end": 70000, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 69 } }, "object": { "type": "CallExpression", - "start": 67598, - "end": 67605, + "start": 69988, + "end": 69995, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 64 } }, "callee": { "type": "Identifier", - "start": 67598, - "end": 67599, + "start": 69988, + "end": 69989, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 58 }, "identifierName": "$" @@ -104751,15 +104887,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 67600, - "end": 67604, + "start": 69990, + "end": 69994, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 59 }, "end": { - "line": 1490, + "line": 1532, "column": 63 } } @@ -104768,15 +104904,15 @@ }, "property": { "type": "Identifier", - "start": 67606, - "end": 67610, + "start": 69996, + "end": 70000, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 65 }, "end": { - "line": 1490, + "line": 1532, "column": 69 }, "identifierName": "attr" @@ -104788,15 +104924,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67612, - "end": 67632, + "start": 70002, + "end": 70022, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 71 }, "end": { - "line": 1490, + "line": 1532, "column": 91 } }, @@ -104813,29 +104949,29 @@ }, { "type": "VariableDeclarator", - "start": 67654, - "end": 67670, + "start": 70044, + "end": 70060, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 16 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, "id": { "type": "Identifier", - "start": 67654, - "end": 67664, + "start": 70044, + "end": 70054, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 16 }, "end": { - "line": 1491, + "line": 1533, "column": 26 }, "identifierName": "_one_event" @@ -104844,15 +104980,15 @@ }, "init": { "type": "ObjectExpression", - "start": 67668, - "end": 67670, + "start": 70058, + "end": 70060, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 30 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, @@ -104864,29 +105000,29 @@ }, { "type": "IfStatement", - "start": 67696, - "end": 67957, + "start": 70086, + "end": 70347, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 12 }, "end": { - "line": 1497, + "line": 1539, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 67701, - "end": 67732, + "start": 70091, + "end": 70122, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 17 }, "end": { - "line": 1493, + "line": 1535, "column": 48 } }, @@ -104894,43 +105030,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 67703, - "end": 67732, + "start": 70093, + "end": 70122, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 67703, - "end": 67717, + "start": 70093, + "end": 70107, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 33 } }, "object": { "type": "Identifier", - "start": 67703, - "end": 67708, + "start": 70093, + "end": 70098, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 24 }, "identifierName": "_that" @@ -104939,15 +105075,15 @@ }, "property": { "type": "Identifier", - "start": 67709, - "end": 67717, + "start": 70099, + "end": 70107, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 25 }, "end": { - "line": 1493, + "line": 1535, "column": 33 }, "identifierName": "is_empty" @@ -104959,15 +105095,15 @@ "arguments": [ { "type": "Identifier", - "start": 67719, - "end": 67730, + "start": 70109, + "end": 70120, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 35 }, "end": { - "line": 1493, + "line": 1535, "column": 46 }, "identifierName": "_evt_params" @@ -104982,59 +105118,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67735, - "end": 67957, + "start": 70125, + "end": 70347, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 51 }, "end": { - "line": 1497, + "line": 1539, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67753, - "end": 67811, + "start": 70143, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 67753, - "end": 67811, + "start": 70143, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67753, - "end": 67763, + "start": 70143, + "end": 70153, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 26 }, "identifierName": "_one_event" @@ -105043,43 +105179,43 @@ }, "right": { "type": "CallExpression", - "start": 67766, - "end": 67811, + "start": 70156, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 67766, - "end": 67790, + "start": 70156, + "end": 70180, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 53 } }, "object": { "type": "Identifier", - "start": 67766, - "end": 67771, + "start": 70156, + "end": 70161, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 34 }, "identifierName": "_that" @@ -105088,15 +105224,15 @@ }, "property": { "type": "Identifier", - "start": 67772, - "end": 67790, + "start": 70162, + "end": 70180, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 35 }, "end": { - "line": 1494, + "line": 1536, "column": 53 }, "identifierName": "_registerEventData" @@ -105108,30 +105244,30 @@ "arguments": [ { "type": "ThisExpression", - "start": 67792, - "end": 67796, + "start": 70182, + "end": 70186, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 55 }, "end": { - "line": 1494, + "line": 1536, "column": 59 } } }, { "type": "Identifier", - "start": 67798, - "end": 67809, + "start": 70188, + "end": 70199, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 61 }, "end": { - "line": 1494, + "line": 1536, "column": 72 }, "identifierName": "_evt_params" @@ -105144,57 +105280,57 @@ }, { "type": "ExpressionStatement", - "start": 67828, - "end": 67853, + "start": 70218, + "end": 70243, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 67828, - "end": 67853, + "start": 70218, + "end": 70243, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 67828, - "end": 67839, + "start": 70218, + "end": 70229, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 27 } }, "object": { "type": "Identifier", - "start": 67828, - "end": 67834, + "start": 70218, + "end": 70224, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 22 }, "identifierName": "events" @@ -105203,15 +105339,15 @@ }, "property": { "type": "Identifier", - "start": 67835, - "end": 67839, + "start": 70225, + "end": 70229, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 23 }, "end": { - "line": 1495, + "line": 1537, "column": 27 }, "identifierName": "push" @@ -105223,15 +105359,15 @@ "arguments": [ { "type": "Identifier", - "start": 67841, - "end": 67851, + "start": 70231, + "end": 70241, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 29 }, "end": { - "line": 1495, + "line": 1537, "column": 39 }, "identifierName": "_one_event" @@ -105243,44 +105379,44 @@ }, { "type": "ExpressionStatement", - "start": 67870, - "end": 67943, + "start": 70260, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "expression": { "type": "AssignmentExpression", - "start": 67870, - "end": 67943, + "start": 70260, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67870, - "end": 67881, + "start": 70260, + "end": 70271, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 27 }, "identifierName": "lastEventId" @@ -105289,43 +105425,43 @@ }, "right": { "type": "CallExpression", - "start": 67884, - "end": 67943, + "start": 70274, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 67884, - "end": 67892, + "start": 70274, + "end": 70282, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 38 } }, "object": { "type": "Identifier", - "start": 67884, - "end": 67888, + "start": 70274, + "end": 70278, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 34 }, "identifierName": "Math" @@ -105334,15 +105470,15 @@ }, "property": { "type": "Identifier", - "start": 67889, - "end": 67892, + "start": 70279, + "end": 70282, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 35 }, "end": { - "line": 1496, + "line": 1538, "column": 38 }, "identifierName": "max" @@ -105354,15 +105490,15 @@ "arguments": [ { "type": "Identifier", - "start": 67894, - "end": 67905, + "start": 70284, + "end": 70295, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 40 }, "end": { - "line": 1496, + "line": 1538, "column": 51 }, "identifierName": "lastEventId" @@ -105371,29 +105507,29 @@ }, { "type": "CallExpression", - "start": 67907, - "end": 67941, + "start": 70297, + "end": 70331, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 53 }, "end": { - "line": 1496, + "line": 1538, "column": 87 } }, "callee": { "type": "Identifier", - "start": 67907, - "end": 67915, + "start": 70297, + "end": 70305, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 53 }, "end": { - "line": 1496, + "line": 1538, "column": 61 }, "identifierName": "parseInt" @@ -105403,29 +105539,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67917, - "end": 67935, + "start": 70307, + "end": 70325, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 63 }, "end": { - "line": 1496, + "line": 1538, "column": 81 } }, "object": { "type": "Identifier", - "start": 67917, - "end": 67927, + "start": 70307, + "end": 70317, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 63 }, "end": { - "line": 1496, + "line": 1538, "column": 73 }, "identifierName": "_one_event" @@ -105434,15 +105570,15 @@ }, "property": { "type": "Identifier", - "start": 67928, - "end": 67935, + "start": 70318, + "end": 70325, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 74 }, "end": { - "line": 1496, + "line": 1538, "column": 81 }, "identifierName": "eventId" @@ -105453,15 +105589,15 @@ }, { "type": "NumericLiteral", - "start": 67937, - "end": 67939, + "start": 70327, + "end": 70329, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 83 }, "end": { - "line": 1496, + "line": 1538, "column": 85 } }, @@ -105493,15 +105629,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -105511,15 +105647,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -105528,44 +105664,44 @@ }, { "type": "VariableDeclaration", - "start": 68038, - "end": 68055, + "start": 70428, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 8 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68042, - "end": 68055, + "start": 70432, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 12 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, "id": { "type": "Identifier", - "start": 68042, - "end": 68050, + "start": 70432, + "end": 70440, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 12 }, "end": { - "line": 1500, + "line": 1542, "column": 20 }, "identifierName": "cacheIds" @@ -105575,15 +105711,15 @@ }, "init": { "type": "ArrayExpression", - "start": 68053, - "end": 68055, + "start": 70443, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 23 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, @@ -105600,15 +105736,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -105618,15 +105754,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -105635,57 +105771,57 @@ }, { "type": "ExpressionStatement", - "start": 68113, - "end": 68504, + "start": 70503, + "end": 70894, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1511, + "line": 1553, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 68113, - "end": 68503, + "start": 70503, + "end": 70893, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1511, + "line": 1553, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 68113, - "end": 68127, + "start": 70503, + "end": 70517, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1501, + "line": 1543, "column": 22 } }, "object": { "type": "Identifier", - "start": 68113, - "end": 68119, + "start": 70503, + "end": 70509, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1501, + "line": 1543, "column": 14 }, "identifierName": "events" @@ -105695,15 +105831,15 @@ }, "property": { "type": "Identifier", - "start": 68120, - "end": 68127, + "start": 70510, + "end": 70517, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 15 }, "end": { - "line": 1501, + "line": 1543, "column": 22 }, "identifierName": "forEach" @@ -105716,15 +105852,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 68129, - "end": 68502, + "start": 70519, + "end": 70892, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 24 }, "end": { - "line": 1511, + "line": 1553, "column": 9 } }, @@ -105735,15 +105871,15 @@ "params": [ { "type": "Identifier", - "start": 68131, - "end": 68135, + "start": 70521, + "end": 70525, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 26 }, "end": { - "line": 1501, + "line": 1543, "column": 30 }, "identifierName": "_evt" @@ -105752,15 +105888,15 @@ }, { "type": "Identifier", - "start": 68137, - "end": 68139, + "start": 70527, + "end": 70529, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 32 }, "end": { - "line": 1501, + "line": 1543, "column": 34 }, "identifierName": "_i" @@ -105769,15 +105905,15 @@ }, { "type": "Identifier", - "start": 68141, - "end": 68146, + "start": 70531, + "end": 70536, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 36 }, "end": { - "line": 1501, + "line": 1543, "column": 41 }, "identifierName": "_this" @@ -105787,59 +105923,59 @@ ], "body": { "type": "BlockStatement", - "start": 68152, - "end": 68502, + "start": 70542, + "end": 70892, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 47 }, "end": { - "line": 1511, + "line": 1553, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 68166, - "end": 68212, + "start": 70556, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 12 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68170, - "end": 68212, + "start": 70560, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 16 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "id": { "type": "Identifier", - "start": 68170, - "end": 68176, + "start": 70560, + "end": 70566, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 16 }, "end": { - "line": 1502, + "line": 1544, "column": 22 }, "identifierName": "_chkId" @@ -105848,29 +105984,29 @@ }, "init": { "type": "CallExpression", - "start": 68179, - "end": 68212, + "start": 70569, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 25 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "callee": { "type": "Identifier", - "start": 68179, - "end": 68187, + "start": 70569, + "end": 70577, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 25 }, "end": { - "line": 1502, + "line": 1544, "column": 33 }, "identifierName": "parseInt" @@ -105880,43 +106016,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 68189, - "end": 68206, + "start": 70579, + "end": 70596, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 68189, - "end": 68198, + "start": 70579, + "end": 70588, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 44 } }, "object": { "type": "Identifier", - "start": 68189, - "end": 68194, + "start": 70579, + "end": 70584, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 40 }, "identifierName": "_this" @@ -105925,15 +106061,15 @@ }, "property": { "type": "Identifier", - "start": 68195, - "end": 68197, + "start": 70585, + "end": 70587, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 41 }, "end": { - "line": 1502, + "line": 1544, "column": 43 }, "identifierName": "_i" @@ -105944,15 +106080,15 @@ }, "property": { "type": "Identifier", - "start": 68199, - "end": 68206, + "start": 70589, + "end": 70596, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 45 }, "end": { - "line": 1502, + "line": 1544, "column": 52 }, "identifierName": "eventId" @@ -105963,15 +106099,15 @@ }, { "type": "NumericLiteral", - "start": 68208, - "end": 68210, + "start": 70598, + "end": 70600, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 54 }, "end": { - "line": 1502, + "line": 1544, "column": 56 } }, @@ -105989,57 +106125,57 @@ }, { "type": "IfStatement", - "start": 68238, - "end": 68445, + "start": 70628, + "end": 70835, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 12 }, "end": { - "line": 1509, + "line": 1551, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 68243, - "end": 68285, + "start": 70633, + "end": 70675, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 68243, - "end": 68254, + "start": 70633, + "end": 70644, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 28 } }, "left": { "type": "Identifier", - "start": 68243, - "end": 68249, + "start": 70633, + "end": 70639, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 23 }, "identifierName": "_chkId" @@ -106049,15 +106185,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 68253, - "end": 68254, + "start": 70643, + "end": 70644, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 27 }, "end": { - "line": 1504, + "line": 1546, "column": 28 } }, @@ -106071,43 +106207,43 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 68258, - "end": 68285, + "start": 70648, + "end": 70675, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 68258, - "end": 68275, + "start": 70648, + "end": 70665, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 49 } }, "object": { "type": "Identifier", - "start": 68258, - "end": 68266, + "start": 70648, + "end": 70656, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 40 }, "identifierName": "cacheIds" @@ -106116,15 +106252,15 @@ }, "property": { "type": "Identifier", - "start": 68267, - "end": 68275, + "start": 70657, + "end": 70665, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 41 }, "end": { - "line": 1504, + "line": 1546, "column": 49 }, "identifierName": "includes" @@ -106136,15 +106272,15 @@ "arguments": [ { "type": "Identifier", - "start": 68277, - "end": 68283, + "start": 70667, + "end": 70673, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 51 }, "end": { - "line": 1504, + "line": 1546, "column": 57 }, "identifierName": "_chkId" @@ -106156,44 +106292,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 68288, - "end": 68381, + "start": 70678, + "end": 70771, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 62 }, "end": { - "line": 1507, + "line": 1549, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 68306, - "end": 68319, + "start": 70696, + "end": 70709, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 29 } }, "expression": { "type": "UpdateExpression", - "start": 68306, - "end": 68319, + "start": 70696, + "end": 70709, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 29 } }, @@ -106201,15 +106337,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 68306, - "end": 68317, + "start": 70696, + "end": 70707, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 27 }, "identifierName": "lastEventId" @@ -106220,72 +106356,72 @@ }, { "type": "ExpressionStatement", - "start": 68336, - "end": 68367, + "start": 70726, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 68336, - "end": 68367, + "start": 70726, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68336, - "end": 68353, + "start": 70726, + "end": 70743, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 68336, - "end": 68345, + "start": 70726, + "end": 70735, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 25 } }, "object": { "type": "Identifier", - "start": 68336, - "end": 68341, + "start": 70726, + "end": 70731, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 21 }, "identifierName": "_this" @@ -106294,15 +106430,15 @@ }, "property": { "type": "Identifier", - "start": 68342, - "end": 68344, + "start": 70732, + "end": 70734, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 22 }, "end": { - "line": 1506, + "line": 1548, "column": 24 }, "identifierName": "_i" @@ -106313,15 +106449,15 @@ }, "property": { "type": "Identifier", - "start": 68346, - "end": 68353, + "start": 70736, + "end": 70743, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 26 }, "end": { - "line": 1506, + "line": 1548, "column": 33 }, "identifierName": "eventId" @@ -106332,15 +106468,15 @@ }, "right": { "type": "Identifier", - "start": 68356, - "end": 68367, + "start": 70746, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 36 }, "end": { - "line": 1506, + "line": 1548, "column": 47 }, "identifierName": "lastEventId" @@ -106354,87 +106490,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 68387, - "end": 68445, + "start": 70777, + "end": 70835, "loc": { "start": { - "line": 1507, + "line": 1549, "column": 19 }, "end": { - "line": 1509, + "line": 1551, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 68405, - "end": 68431, + "start": 70795, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 68405, - "end": 68431, + "start": 70795, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68405, - "end": 68422, + "start": 70795, + "end": 70812, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 68405, - "end": 68414, + "start": 70795, + "end": 70804, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 25 } }, "object": { "type": "Identifier", - "start": 68405, - "end": 68410, + "start": 70795, + "end": 70800, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 21 }, "identifierName": "_this" @@ -106443,15 +106579,15 @@ }, "property": { "type": "Identifier", - "start": 68411, - "end": 68413, + "start": 70801, + "end": 70803, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 22 }, "end": { - "line": 1508, + "line": 1550, "column": 24 }, "identifierName": "_i" @@ -106462,15 +106598,15 @@ }, "property": { "type": "Identifier", - "start": 68415, - "end": 68422, + "start": 70805, + "end": 70812, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 26 }, "end": { - "line": 1508, + "line": 1550, "column": 33 }, "identifierName": "eventId" @@ -106481,15 +106617,15 @@ }, "right": { "type": "Identifier", - "start": 68425, - "end": 68431, + "start": 70815, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 36 }, "end": { - "line": 1508, + "line": 1550, "column": 42 }, "identifierName": "_chkId" @@ -106504,57 +106640,57 @@ }, { "type": "ExpressionStatement", - "start": 68458, - "end": 68492, + "start": 70848, + "end": 70882, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 68458, - "end": 68492, + "start": 70848, + "end": 70882, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 68458, - "end": 68471, + "start": 70848, + "end": 70861, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 25 } }, "object": { "type": "Identifier", - "start": 68458, - "end": 68466, + "start": 70848, + "end": 70856, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 20 }, "identifierName": "cacheIds" @@ -106563,15 +106699,15 @@ }, "property": { "type": "Identifier", - "start": 68467, - "end": 68471, + "start": 70857, + "end": 70861, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 21 }, "end": { - "line": 1510, + "line": 1552, "column": 25 }, "identifierName": "push" @@ -106583,43 +106719,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 68473, - "end": 68490, + "start": 70863, + "end": 70880, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 68473, - "end": 68482, + "start": 70863, + "end": 70872, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 36 } }, "object": { "type": "Identifier", - "start": 68473, - "end": 68478, + "start": 70863, + "end": 70868, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 32 }, "identifierName": "_this" @@ -106628,15 +106764,15 @@ }, "property": { "type": "Identifier", - "start": 68479, - "end": 68481, + "start": 70869, + "end": 70871, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 33 }, "end": { - "line": 1510, + "line": 1552, "column": 35 }, "identifierName": "_i" @@ -106647,15 +106783,15 @@ }, "property": { "type": "Identifier", - "start": 68483, - "end": 68490, + "start": 70873, + "end": 70880, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 37 }, "end": { - "line": 1510, + "line": 1552, "column": 44 }, "identifierName": "eventId" @@ -106678,15 +106814,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -106695,73 +106831,73 @@ }, { "type": "ExpressionStatement", - "start": 68522, - "end": 68566, + "start": 70912, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 68522, - "end": 68566, + "start": 70912, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68522, - "end": 68536, + "start": 70912, + "end": 70926, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 68522, - "end": 68526, + "start": 70912, + "end": 70916, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68527, - "end": 68536, + "start": 70917, + "end": 70926, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 13 }, "end": { - "line": 1513, + "line": 1555, "column": 22 }, "identifierName": "_isCached" @@ -106772,58 +106908,58 @@ }, "right": { "type": "CallExpression", - "start": 68539, - "end": 68566, + "start": 70929, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 68539, - "end": 68556, + "start": 70929, + "end": 70946, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 68539, - "end": 68543, + "start": 70929, + "end": 70933, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 29 } } }, "property": { "type": "Identifier", - "start": 68544, - "end": 68556, + "start": 70934, + "end": 70946, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 30 }, "end": { - "line": 1513, + "line": 1555, "column": 42 }, "identifierName": "_saveToCache" @@ -106835,15 +106971,15 @@ "arguments": [ { "type": "Identifier", - "start": 68558, - "end": 68564, + "start": 70948, + "end": 70954, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 44 }, "end": { - "line": 1513, + "line": 1555, "column": 50 }, "identifierName": "events" @@ -106862,15 +106998,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -106880,15 +107016,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -106897,15 +107033,15 @@ }, { "type": "ClassMethod", - "start": 68787, - "end": 73174, + "start": 71177, + "end": 75564, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 4 }, "end": { - "line": 1608, + "line": 1650, "column": 5 } }, @@ -106913,15 +107049,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68787, - "end": 68805, + "start": 71177, + "end": 71195, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 4 }, "end": { - "line": 1524, + "line": 1566, "column": 22 }, "identifierName": "_registerEventData" @@ -106937,15 +107073,15 @@ "params": [ { "type": "Identifier", - "start": 68807, - "end": 68820, + "start": 71197, + "end": 71210, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 24 }, "end": { - "line": 1524, + "line": 1566, "column": 37 }, "identifierName": "event_element" @@ -106954,15 +107090,15 @@ }, { "type": "Identifier", - "start": 68822, - "end": 68828, + "start": 71212, + "end": 71218, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 39 }, "end": { - "line": 1524, + "line": 1566, "column": 45 }, "identifierName": "params" @@ -106972,59 +107108,59 @@ ], "body": { "type": "BlockStatement", - "start": 68831, - "end": 73174, + "start": 71221, + "end": 75564, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 48 }, "end": { - "line": 1608, + "line": 1650, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 68841, - "end": 69183, + "start": 71231, + "end": 71573, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 8 }, "end": { - "line": 1535, + "line": 1577, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68845, - "end": 68869, + "start": 71235, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 12 }, "end": { - "line": 1525, + "line": 1567, "column": 36 } }, "id": { "type": "Identifier", - "start": 68845, - "end": 68850, + "start": 71235, + "end": 71240, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 12 }, "end": { - "line": 1525, + "line": 1567, "column": 17 }, "identifierName": "_opts" @@ -107033,44 +107169,44 @@ }, "init": { "type": "MemberExpression", - "start": 68857, - "end": 68869, + "start": 71247, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 24 }, "end": { - "line": 1525, + "line": 1567, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 68857, - "end": 68861, + "start": 71247, + "end": 71251, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 24 }, "end": { - "line": 1525, + "line": 1567, "column": 28 } } }, "property": { "type": "Identifier", - "start": 68862, - "end": 68869, + "start": 71252, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 29 }, "end": { - "line": 1525, + "line": 1567, "column": 36 }, "identifierName": "_config" @@ -107082,29 +107218,29 @@ }, { "type": "VariableDeclarator", - "start": 68883, - "end": 68914, + "start": 71273, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 12 }, "end": { - "line": 1526, + "line": 1568, "column": 43 } }, "id": { "type": "Identifier", - "start": 68883, - "end": 68889, + "start": 71273, + "end": 71279, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 12 }, "end": { - "line": 1526, + "line": 1568, "column": 18 }, "identifierName": "_props" @@ -107113,44 +107249,44 @@ }, "init": { "type": "MemberExpression", - "start": 68895, - "end": 68914, + "start": 71285, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 24 }, "end": { - "line": 1526, + "line": 1568, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 68895, - "end": 68899, + "start": 71285, + "end": 71289, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 24 }, "end": { - "line": 1526, + "line": 1568, "column": 28 } } }, "property": { "type": "Identifier", - "start": 68900, - "end": 68914, + "start": 71290, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 29 }, "end": { - "line": 1526, + "line": 1568, "column": 43 }, "identifierName": "_instanceProps" @@ -107162,29 +107298,29 @@ }, { "type": "VariableDeclarator", - "start": 68928, - "end": 69131, + "start": 71318, + "end": 71521, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 12 }, "end": { - "line": 1533, + "line": 1575, "column": 13 } }, "id": { "type": "Identifier", - "start": 68928, - "end": 68937, + "start": 71318, + "end": 71327, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 12 }, "end": { - "line": 1527, + "line": 1569, "column": 21 }, "identifierName": "new_event" @@ -107193,44 +107329,44 @@ }, "init": { "type": "ObjectExpression", - "start": 68940, - "end": 69131, + "start": 71330, + "end": 71521, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 24 }, "end": { - "line": 1533, + "line": 1575, "column": 13 } }, "properties": [ { "type": "SpreadProperty", - "start": 68958, - "end": 68972, + "start": 71348, + "end": 71362, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 16 }, "end": { - "line": 1528, + "line": 1570, "column": 30 } }, "argument": { "type": "Identifier", - "start": 68961, - "end": 68972, + "start": 71351, + "end": 71362, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 19 }, "end": { - "line": 1528, + "line": 1570, "column": 30 }, "identifierName": "EventParams" @@ -107240,44 +107376,44 @@ }, { "type": "SpreadProperty", - "start": 68990, - "end": 69117, + "start": 71380, + "end": 71507, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 16 }, "end": { - "line": 1532, + "line": 1574, "column": 17 } }, "argument": { "type": "ObjectExpression", - "start": 68993, - "end": 69117, + "start": 71383, + "end": 71507, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 19 }, "end": { - "line": 1532, + "line": 1574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 69015, - "end": 69046, + "start": 71405, + "end": 71436, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 20 }, "end": { - "line": 1530, + "line": 1572, "column": 51 } }, @@ -107286,15 +107422,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 69015, - "end": 69018, + "start": 71405, + "end": 71408, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 20 }, "end": { - "line": 1530, + "line": 1572, "column": 23 }, "identifierName": "uid" @@ -107303,58 +107439,58 @@ }, "value": { "type": "CallExpression", - "start": 69023, - "end": 69046, + "start": 71413, + "end": 71436, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 69023, - "end": 69044, + "start": 71413, + "end": 71434, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 69023, - "end": 69027, + "start": 71413, + "end": 71417, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 32 } } }, "property": { "type": "Identifier", - "start": 69028, - "end": 69044, + "start": 71418, + "end": 71434, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 33 }, "end": { - "line": 1530, + "line": 1572, "column": 49 }, "identifierName": "generateUniqueID" @@ -107368,15 +107504,15 @@ }, { "type": "ObjectProperty", - "start": 69068, - "end": 69099, + "start": 71458, + "end": 71489, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 20 }, "end": { - "line": 1531, + "line": 1573, "column": 51 } }, @@ -107385,15 +107521,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 69068, - "end": 69073, + "start": 71458, + "end": 71463, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 20 }, "end": { - "line": 1531, + "line": 1573, "column": 25 }, "identifierName": "label" @@ -107402,57 +107538,57 @@ }, "value": { "type": "CallExpression", - "start": 69076, - "end": 69099, + "start": 71466, + "end": 71489, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 69076, - "end": 69097, + "start": 71466, + "end": 71487, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 49 } }, "object": { "type": "CallExpression", - "start": 69076, - "end": 69092, + "start": 71466, + "end": 71482, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 44 } }, "callee": { "type": "Identifier", - "start": 69076, - "end": 69077, + "start": 71466, + "end": 71467, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 29 }, "identifierName": "$" @@ -107462,15 +107598,15 @@ "arguments": [ { "type": "Identifier", - "start": 69078, - "end": 69091, + "start": 71468, + "end": 71481, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 30 }, "end": { - "line": 1531, + "line": 1573, "column": 43 }, "identifierName": "event_element" @@ -107481,15 +107617,15 @@ }, "property": { "type": "Identifier", - "start": 69093, - "end": 69097, + "start": 71483, + "end": 71487, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 45 }, "end": { - "line": 1531, + "line": 1573, "column": 49 }, "identifierName": "html" @@ -107509,29 +107645,29 @@ }, { "type": "VariableDeclarator", - "start": 69145, - "end": 69159, + "start": 71535, + "end": 71549, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 12 }, "end": { - "line": 1534, + "line": 1576, "column": 26 } }, "id": { "type": "Identifier", - "start": 69145, - "end": 69154, + "start": 71535, + "end": 71544, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 12 }, "end": { - "line": 1534, + "line": 1576, "column": 21 }, "identifierName": "_relation" @@ -107540,15 +107676,15 @@ }, "init": { "type": "ObjectExpression", - "start": 69157, - "end": 69159, + "start": 71547, + "end": 71549, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 24 }, "end": { - "line": 1534, + "line": 1576, "column": 26 } }, @@ -107557,29 +107693,29 @@ }, { "type": "VariableDeclarator", - "start": 69173, - "end": 69175, + "start": 71563, + "end": 71565, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 12 }, "end": { - "line": 1535, + "line": 1577, "column": 14 } }, "id": { "type": "Identifier", - "start": 69173, - "end": 69175, + "start": 71563, + "end": 71565, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 12 }, "end": { - "line": 1535, + "line": 1577, "column": 14 }, "identifierName": "_x" @@ -107590,29 +107726,29 @@ }, { "type": "VariableDeclarator", - "start": 69177, - "end": 69179, + "start": 71567, + "end": 71569, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 16 }, "end": { - "line": 1535, + "line": 1577, "column": 18 } }, "id": { "type": "Identifier", - "start": 69177, - "end": 69179, + "start": 71567, + "end": 71569, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 16 }, "end": { - "line": 1535, + "line": 1577, "column": 18 }, "identifierName": "_w" @@ -107623,29 +107759,29 @@ }, { "type": "VariableDeclarator", - "start": 69181, - "end": 69183, + "start": 71571, + "end": 71573, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 20 }, "end": { - "line": 1535, + "line": 1577, "column": 22 } }, "id": { "type": "Identifier", - "start": 69181, - "end": 69183, + "start": 71571, + "end": 71573, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 20 }, "end": { - "line": 1535, + "line": 1577, "column": 22 }, "identifierName": "_c" @@ -107663,15 +107799,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -107679,15 +107815,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -107696,71 +107832,71 @@ }, { "type": "IfStatement", - "start": 69271, - "end": 73092, + "start": 71661, + "end": 75482, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 8 }, "end": { - "line": 1605, + "line": 1647, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 69276, - "end": 69343, + "start": 71666, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, "left": { "type": "CallExpression", - "start": 69276, - "end": 69308, + "start": 71666, + "end": 71698, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 69276, - "end": 69297, + "start": 71666, + "end": 71687, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 34 } }, "object": { "type": "Identifier", - "start": 69276, - "end": 69282, + "start": 71666, + "end": 71672, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 19 }, "identifierName": "params" @@ -107770,15 +107906,15 @@ }, "property": { "type": "Identifier", - "start": 69283, - "end": 69297, + "start": 71673, + "end": 71687, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 20 }, "end": { - "line": 1538, + "line": 1580, "column": 34 }, "identifierName": "hasOwnProperty" @@ -107791,15 +107927,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69299, - "end": 69306, + "start": 71689, + "end": 71696, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 36 }, "end": { - "line": 1538, + "line": 1580, "column": 43 } }, @@ -107815,15 +107951,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69312, - "end": 69343, + "start": 71702, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 49 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, @@ -107831,58 +107967,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69314, - "end": 69343, + "start": 71704, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 69314, - "end": 69327, + "start": 71704, + "end": 71717, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 69314, - "end": 69318, + "start": 71704, + "end": 71708, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 55 } } }, "property": { "type": "Identifier", - "start": 69319, - "end": 69327, + "start": 71709, + "end": 71717, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 56 }, "end": { - "line": 1538, + "line": 1580, "column": 64 }, "identifierName": "is_empty" @@ -107894,29 +108030,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69329, - "end": 69341, + "start": 71719, + "end": 71731, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 66 }, "end": { - "line": 1538, + "line": 1580, "column": 78 } }, "object": { "type": "Identifier", - "start": 69329, - "end": 69335, + "start": 71719, + "end": 71725, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 66 }, "end": { - "line": 1538, + "line": 1580, "column": 72 }, "identifierName": "params" @@ -107925,15 +108061,15 @@ }, "property": { "type": "Identifier", - "start": 69336, - "end": 69341, + "start": 71726, + "end": 71731, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 73 }, "end": { - "line": 1538, + "line": 1580, "column": 78 }, "identifierName": "start" @@ -107952,59 +108088,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 69346, - "end": 73092, + "start": 71736, + "end": 75482, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 83 }, "end": { - "line": 1605, + "line": 1647, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 69360, - "end": 69401, + "start": 71750, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 69360, - "end": 69401, + "start": 71750, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69360, - "end": 69362, + "start": 71750, + "end": 71752, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 14 }, "identifierName": "_x" @@ -108013,58 +108149,58 @@ }, "right": { "type": "CallExpression", - "start": 69365, - "end": 69401, + "start": 71755, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 69365, - "end": 69385, + "start": 71755, + "end": 71775, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 69365, - "end": 69369, + "start": 71755, + "end": 71759, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 21 } } }, "property": { "type": "Identifier", - "start": 69370, - "end": 69385, + "start": 71760, + "end": 71775, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 22 }, "end": { - "line": 1539, + "line": 1581, "column": 37 }, "identifierName": "_getCoordinateX" @@ -108076,29 +108212,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69387, - "end": 69399, + "start": 71777, + "end": 71789, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 39 }, "end": { - "line": 1539, + "line": 1581, "column": 51 } }, "object": { "type": "Identifier", - "start": 69387, - "end": 69393, + "start": 71777, + "end": 71783, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 39 }, "end": { - "line": 1539, + "line": 1581, "column": 45 }, "identifierName": "params" @@ -108107,15 +108243,15 @@ }, "property": { "type": "Identifier", - "start": 69394, - "end": 69399, + "start": 71784, + "end": 71789, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 46 }, "end": { - "line": 1539, + "line": 1581, "column": 51 }, "identifierName": "start" @@ -108130,58 +108266,58 @@ }, { "type": "ExpressionStatement", - "start": 69414, - "end": 69450, + "start": 71804, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 69414, - "end": 69450, + "start": 71804, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 69414, - "end": 69425, + "start": 71804, + "end": 71815, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 23 } }, "object": { "type": "Identifier", - "start": 69414, - "end": 69423, + "start": 71804, + "end": 71813, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 21 }, "identifierName": "new_event" @@ -108190,15 +108326,15 @@ }, "property": { "type": "Identifier", - "start": 69424, - "end": 69425, + "start": 71814, + "end": 71815, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 22 }, "end": { - "line": 1540, + "line": 1582, "column": 23 }, "identifierName": "x" @@ -108209,58 +108345,58 @@ }, "right": { "type": "CallExpression", - "start": 69428, - "end": 69450, + "start": 71818, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 69428, - "end": 69441, + "start": 71818, + "end": 71831, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 69428, - "end": 69432, + "start": 71818, + "end": 71822, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 30 } } }, "property": { "type": "Identifier", - "start": 69433, - "end": 69441, + "start": 71823, + "end": 71831, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 31 }, "end": { - "line": 1540, + "line": 1582, "column": 39 }, "identifierName": "numRound" @@ -108272,15 +108408,15 @@ "arguments": [ { "type": "Identifier", - "start": 69443, - "end": 69445, + "start": 71833, + "end": 71835, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 41 }, "end": { - "line": 1540, + "line": 1582, "column": 43 }, "identifierName": "_x" @@ -108289,15 +108425,15 @@ }, { "type": "NumericLiteral", - "start": 69447, - "end": 69448, + "start": 71837, + "end": 71838, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 45 }, "end": { - "line": 1540, + "line": 1582, "column": 46 } }, @@ -108313,71 +108449,71 @@ }, { "type": "IfStatement", - "start": 69463, - "end": 70524, + "start": 71853, + "end": 72914, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 12 }, "end": { - "line": 1558, + "line": 1600, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 69468, - "end": 69531, + "start": 71858, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, "left": { "type": "CallExpression", - "start": 69468, - "end": 69498, + "start": 71858, + "end": 71888, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 69468, - "end": 69489, + "start": 71858, + "end": 71879, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 38 } }, "object": { "type": "Identifier", - "start": 69468, - "end": 69474, + "start": 71858, + "end": 71864, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 23 }, "identifierName": "params" @@ -108386,15 +108522,15 @@ }, "property": { "type": "Identifier", - "start": 69475, - "end": 69489, + "start": 71865, + "end": 71879, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 24 }, "end": { - "line": 1541, + "line": 1583, "column": 38 }, "identifierName": "hasOwnProperty" @@ -108406,15 +108542,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69491, - "end": 69496, + "start": 71881, + "end": 71886, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 40 }, "end": { - "line": 1541, + "line": 1583, "column": 45 } }, @@ -108429,15 +108565,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69502, - "end": 69531, + "start": 71892, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 51 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, @@ -108445,58 +108581,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69504, - "end": 69531, + "start": 71894, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 69504, - "end": 69517, + "start": 71894, + "end": 71907, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 69504, - "end": 69508, + "start": 71894, + "end": 71898, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 57 } } }, "property": { "type": "Identifier", - "start": 69509, - "end": 69517, + "start": 71899, + "end": 71907, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 58 }, "end": { - "line": 1541, + "line": 1583, "column": 66 }, "identifierName": "is_empty" @@ -108508,29 +108644,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69519, - "end": 69529, + "start": 71909, + "end": 71919, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 68 }, "end": { - "line": 1541, + "line": 1583, "column": 78 } }, "object": { "type": "Identifier", - "start": 69519, - "end": 69525, + "start": 71909, + "end": 71915, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 68 }, "end": { - "line": 1541, + "line": 1583, "column": 74 }, "identifierName": "params" @@ -108539,15 +108675,15 @@ }, "property": { "type": "Identifier", - "start": 69526, - "end": 69529, + "start": 71916, + "end": 71919, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 75 }, "end": { - "line": 1541, + "line": 1583, "column": 78 }, "identifierName": "end" @@ -108565,59 +108701,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 69534, - "end": 70467, + "start": 71924, + "end": 72857, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 83 }, "end": { - "line": 1556, + "line": 1598, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 69552, - "end": 69591, + "start": 71942, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 69552, - "end": 69591, + "start": 71942, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69552, - "end": 69554, + "start": 71942, + "end": 71944, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 18 }, "identifierName": "_x" @@ -108626,58 +108762,58 @@ }, "right": { "type": "CallExpression", - "start": 69557, - "end": 69591, + "start": 71947, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 69557, - "end": 69577, + "start": 71947, + "end": 71967, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 69557, - "end": 69561, + "start": 71947, + "end": 71951, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 25 } } }, "property": { "type": "Identifier", - "start": 69562, - "end": 69577, + "start": 71952, + "end": 71967, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 26 }, "end": { - "line": 1542, + "line": 1584, "column": 41 }, "identifierName": "_getCoordinateX" @@ -108689,29 +108825,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69579, - "end": 69589, + "start": 71969, + "end": 71979, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 43 }, "end": { - "line": 1542, + "line": 1584, "column": 53 } }, "object": { "type": "Identifier", - "start": 69579, - "end": 69585, + "start": 71969, + "end": 71975, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 43 }, "end": { - "line": 1542, + "line": 1584, "column": 49 }, "identifierName": "params" @@ -108720,15 +108856,15 @@ }, "property": { "type": "Identifier", - "start": 69586, - "end": 69589, + "start": 71976, + "end": 71979, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 50 }, "end": { - "line": 1542, + "line": 1584, "column": 53 }, "identifierName": "end" @@ -108743,44 +108879,44 @@ }, { "type": "ExpressionStatement", - "start": 69608, - "end": 69629, + "start": 71998, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 69608, - "end": 69629, + "start": 71998, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69608, - "end": 69610, + "start": 71998, + "end": 72000, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 18 }, "identifierName": "_w" @@ -108789,29 +108925,29 @@ }, "right": { "type": "BinaryExpression", - "start": 69613, - "end": 69629, + "start": 72003, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 21 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "left": { "type": "Identifier", - "start": 69613, - "end": 69615, + "start": 72003, + "end": 72005, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 21 }, "end": { - "line": 1543, + "line": 1585, "column": 23 }, "identifierName": "_x" @@ -108821,29 +108957,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 69618, - "end": 69629, + "start": 72008, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 26 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "object": { "type": "Identifier", - "start": 69618, - "end": 69627, + "start": 72008, + "end": 72017, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 26 }, "end": { - "line": 1543, + "line": 1585, "column": 35 }, "identifierName": "new_event" @@ -108852,15 +108988,15 @@ }, "property": { "type": "Identifier", - "start": 69628, - "end": 69629, + "start": 72018, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 36 }, "end": { - "line": 1543, + "line": 1585, "column": 37 }, "identifierName": "x" @@ -108874,58 +109010,58 @@ }, { "type": "ExpressionStatement", - "start": 69646, - "end": 69686, + "start": 72036, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 69646, - "end": 69686, + "start": 72036, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 69646, - "end": 69661, + "start": 72036, + "end": 72051, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 31 } }, "object": { "type": "Identifier", - "start": 69646, - "end": 69655, + "start": 72036, + "end": 72045, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 25 }, "identifierName": "new_event" @@ -108934,15 +109070,15 @@ }, "property": { "type": "Identifier", - "start": 69656, - "end": 69661, + "start": 72046, + "end": 72051, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 26 }, "end": { - "line": 1544, + "line": 1586, "column": 31 }, "identifierName": "width" @@ -108953,58 +109089,58 @@ }, "right": { "type": "CallExpression", - "start": 69664, - "end": 69686, + "start": 72054, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 69664, - "end": 69677, + "start": 72054, + "end": 72067, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 69664, - "end": 69668, + "start": 72054, + "end": 72058, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 38 } } }, "property": { "type": "Identifier", - "start": 69669, - "end": 69677, + "start": 72059, + "end": 72067, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 39 }, "end": { - "line": 1544, + "line": 1586, "column": 47 }, "identifierName": "numRound" @@ -109016,15 +109152,15 @@ "arguments": [ { "type": "Identifier", - "start": 69679, - "end": 69681, + "start": 72069, + "end": 72071, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 49 }, "end": { - "line": 1544, + "line": 1586, "column": 51 }, "identifierName": "_w" @@ -109033,15 +109169,15 @@ }, { "type": "NumericLiteral", - "start": 69683, - "end": 69684, + "start": 72073, + "end": 72074, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 53 }, "end": { - "line": 1544, + "line": 1586, "column": 54 } }, @@ -109057,57 +109193,57 @@ }, { "type": "IfStatement", - "start": 69720, - "end": 70453, + "start": 72110, + "end": 72843, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 16 }, "end": { - "line": 1555, + "line": 1597, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 69725, - "end": 69748, + "start": 72115, + "end": 72138, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 69725, - "end": 69740, + "start": 72115, + "end": 72130, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 36 } }, "object": { "type": "Identifier", - "start": 69725, - "end": 69730, + "start": 72115, + "end": 72120, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 26 }, "identifierName": "_opts" @@ -109116,15 +109252,15 @@ }, "property": { "type": "Identifier", - "start": 69731, - "end": 69740, + "start": 72121, + "end": 72130, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 27 }, "end": { - "line": 1546, + "line": 1588, "column": 36 }, "identifierName": "eventMeta" @@ -109135,15 +109271,15 @@ }, "property": { "type": "Identifier", - "start": 69741, - "end": 69748, + "start": 72131, + "end": 72138, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 37 }, "end": { - "line": 1546, + "line": 1588, "column": 44 }, "identifierName": "display" @@ -109154,101 +109290,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 69751, - "end": 70453, + "start": 72141, + "end": 72843, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 47 }, "end": { - "line": 1555, + "line": 1597, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 69773, - "end": 70435, + "start": 72163, + "end": 72825, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 20 }, "end": { - "line": 1554, + "line": 1596, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 69778, - "end": 69860, + "start": 72168, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, "left": { "type": "CallExpression", - "start": 69778, - "end": 69818, + "start": 72168, + "end": 72208, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 69778, - "end": 69791, + "start": 72168, + "end": 72181, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 69778, - "end": 69782, + "start": 72168, + "end": 72172, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 29 } } }, "property": { "type": "Identifier", - "start": 69783, - "end": 69791, + "start": 72173, + "end": 72181, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 30 }, "end": { - "line": 1547, + "line": 1589, "column": 38 }, "identifierName": "is_empty" @@ -109260,43 +109396,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 69793, - "end": 69816, + "start": 72183, + "end": 72206, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 69793, - "end": 69808, + "start": 72183, + "end": 72198, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 55 } }, "object": { "type": "Identifier", - "start": 69793, - "end": 69798, + "start": 72183, + "end": 72188, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 45 }, "identifierName": "_opts" @@ -109305,15 +109441,15 @@ }, "property": { "type": "Identifier", - "start": 69799, - "end": 69808, + "start": 72189, + "end": 72198, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 46 }, "end": { - "line": 1547, + "line": 1589, "column": 55 }, "identifierName": "eventMeta" @@ -109324,15 +109460,15 @@ }, "property": { "type": "Identifier", - "start": 69809, - "end": 69816, + "start": 72199, + "end": 72206, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 56 }, "end": { - "line": 1547, + "line": 1589, "column": 63 }, "identifierName": "content" @@ -109346,15 +109482,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69822, - "end": 69860, + "start": 72212, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 69 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, @@ -109362,43 +109498,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69824, - "end": 69860, + "start": 72214, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 69824, - "end": 69845, + "start": 72214, + "end": 72235, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 92 } }, "object": { "type": "Identifier", - "start": 69824, - "end": 69830, + "start": 72214, + "end": 72220, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 77 }, "identifierName": "params" @@ -109407,15 +109543,15 @@ }, "property": { "type": "Identifier", - "start": 69831, - "end": 69845, + "start": 72221, + "end": 72235, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 78 }, "end": { - "line": 1547, + "line": 1589, "column": 92 }, "identifierName": "hasOwnProperty" @@ -109427,15 +109563,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69847, - "end": 69858, + "start": 72237, + "end": 72248, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 94 }, "end": { - "line": 1547, + "line": 1589, "column": 105 } }, @@ -109454,73 +109590,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 69863, - "end": 70336, + "start": 72253, + "end": 72726, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 110 }, "end": { - "line": 1552, + "line": 1594, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 70023, - "end": 70153, + "start": 72413, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "expression": { "type": "AssignmentExpression", - "start": 70023, - "end": 70153, + "start": 72413, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 70023, - "end": 70042, + "start": 72413, + "end": 72432, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 43 } }, "object": { "type": "Identifier", - "start": 70023, - "end": 70032, + "start": 72413, + "end": 72422, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 33 }, "identifierName": "new_event" @@ -109530,15 +109666,15 @@ }, "property": { "type": "Identifier", - "start": 70033, - "end": 70042, + "start": 72423, + "end": 72432, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 34 }, "end": { - "line": 1550, + "line": 1592, "column": 43 }, "identifierName": "rangeMeta" @@ -109550,58 +109686,58 @@ }, "right": { "type": "CallExpression", - "start": 70046, - "end": 70153, + "start": 72436, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "callee": { "type": "MemberExpression", - "start": 70046, - "end": 70066, + "start": 72436, + "end": 72456, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 70046, - "end": 70050, + "start": 72436, + "end": 72440, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 51 } } }, "property": { "type": "Identifier", - "start": 70051, - "end": 70066, + "start": 72441, + "end": 72456, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 52 }, "end": { - "line": 1550, + "line": 1592, "column": 67 }, "identifierName": "getLocaleString" @@ -109613,29 +109749,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 70068, - "end": 70080, + "start": 72458, + "end": 72470, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 69 }, "end": { - "line": 1550, + "line": 1592, "column": 81 } }, "object": { "type": "Identifier", - "start": 70068, - "end": 70074, + "start": 72458, + "end": 72464, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 69 }, "end": { - "line": 1550, + "line": 1592, "column": 75 }, "identifierName": "params" @@ -109644,15 +109780,15 @@ }, "property": { "type": "Identifier", - "start": 70075, - "end": 70080, + "start": 72465, + "end": 72470, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 76 }, "end": { - "line": 1550, + "line": 1592, "column": 81 }, "identifierName": "start" @@ -109663,43 +109799,43 @@ }, { "type": "MemberExpression", - "start": 70082, - "end": 70103, + "start": 72472, + "end": 72493, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 104 } }, "object": { "type": "MemberExpression", - "start": 70082, - "end": 70097, + "start": 72472, + "end": 72487, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 98 } }, "object": { "type": "Identifier", - "start": 70082, - "end": 70087, + "start": 72472, + "end": 72477, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 88 }, "identifierName": "_opts" @@ -109708,15 +109844,15 @@ }, "property": { "type": "Identifier", - "start": 70088, - "end": 70097, + "start": 72478, + "end": 72487, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 89 }, "end": { - "line": 1550, + "line": 1592, "column": 98 }, "identifierName": "eventMeta" @@ -109727,15 +109863,15 @@ }, "property": { "type": "Identifier", - "start": 70098, - "end": 70103, + "start": 72488, + "end": 72493, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 99 }, "end": { - "line": 1550, + "line": 1592, "column": 104 }, "identifierName": "scale" @@ -109746,43 +109882,43 @@ }, { "type": "MemberExpression", - "start": 70105, - "end": 70127, + "start": 72495, + "end": 72517, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 128 } }, "object": { "type": "MemberExpression", - "start": 70105, - "end": 70120, + "start": 72495, + "end": 72510, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 121 } }, "object": { "type": "Identifier", - "start": 70105, - "end": 70110, + "start": 72495, + "end": 72500, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 111 }, "identifierName": "_opts" @@ -109791,15 +109927,15 @@ }, "property": { "type": "Identifier", - "start": 70111, - "end": 70120, + "start": 72501, + "end": 72510, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 112 }, "end": { - "line": 1550, + "line": 1592, "column": 121 }, "identifierName": "eventMeta" @@ -109810,15 +109946,15 @@ }, "property": { "type": "Identifier", - "start": 70121, - "end": 70127, + "start": 72511, + "end": 72517, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 122 }, "end": { - "line": 1550, + "line": 1592, "column": 128 }, "identifierName": "locale" @@ -109829,43 +109965,43 @@ }, { "type": "MemberExpression", - "start": 70129, - "end": 70151, + "start": 72519, + "end": 72541, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 152 } }, "object": { "type": "MemberExpression", - "start": 70129, - "end": 70144, + "start": 72519, + "end": 72534, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 145 } }, "object": { "type": "Identifier", - "start": 70129, - "end": 70134, + "start": 72519, + "end": 72524, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 135 }, "identifierName": "_opts" @@ -109874,15 +110010,15 @@ }, "property": { "type": "Identifier", - "start": 70135, - "end": 70144, + "start": 72525, + "end": 72534, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 136 }, "end": { - "line": 1550, + "line": 1592, "column": 145 }, "identifierName": "eventMeta" @@ -109893,15 +110029,15 @@ }, "property": { "type": "Identifier", - "start": 70145, - "end": 70151, + "start": 72535, + "end": 72541, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 146 }, "end": { - "line": 1550, + "line": 1592, "column": 152 }, "identifierName": "format" @@ -109918,15 +110054,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )", - "start": 69865, - "end": 69973, + "start": 72255, + "end": 72363, "loc": { "start": { - "line": 1548, + "line": 1590, "column": 0 }, "end": { - "line": 1548, + "line": 1590, "column": 108 } } @@ -109935,58 +110071,58 @@ }, { "type": "ExpressionStatement", - "start": 70178, - "end": 70314, + "start": 72568, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "expression": { "type": "AssignmentExpression", - "start": 70178, - "end": 70314, + "start": 72568, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 70178, - "end": 70197, + "start": 72568, + "end": 72587, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 43 } }, "object": { "type": "Identifier", - "start": 70178, - "end": 70187, + "start": 72568, + "end": 72577, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 33 }, "identifierName": "new_event" @@ -109995,15 +110131,15 @@ }, "property": { "type": "Identifier", - "start": 70188, - "end": 70197, + "start": 72578, + "end": 72587, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 34 }, "end": { - "line": 1551, + "line": 1593, "column": 43 }, "identifierName": "rangeMeta" @@ -110014,73 +110150,73 @@ }, "right": { "type": "TemplateLiteral", - "start": 70201, - "end": 70314, + "start": 72591, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 47 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "expressions": [ { "type": "CallExpression", - "start": 70207, - "end": 70312, + "start": 72597, + "end": 72702, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 158 } }, "callee": { "type": "MemberExpression", - "start": 70207, - "end": 70227, + "start": 72597, + "end": 72617, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 70207, - "end": 70211, + "start": 72597, + "end": 72601, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 57 } } }, "property": { "type": "Identifier", - "start": 70212, - "end": 70227, + "start": 72602, + "end": 72617, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 58 }, "end": { - "line": 1551, + "line": 1593, "column": 73 }, "identifierName": "getLocaleString" @@ -110092,29 +110228,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 70229, - "end": 70239, + "start": 72619, + "end": 72629, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 75 }, "end": { - "line": 1551, + "line": 1593, "column": 85 } }, "object": { "type": "Identifier", - "start": 70229, - "end": 70235, + "start": 72619, + "end": 72625, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 75 }, "end": { - "line": 1551, + "line": 1593, "column": 81 }, "identifierName": "params" @@ -110123,15 +110259,15 @@ }, "property": { "type": "Identifier", - "start": 70236, - "end": 70239, + "start": 72626, + "end": 72629, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 82 }, "end": { - "line": 1551, + "line": 1593, "column": 85 }, "identifierName": "end" @@ -110142,43 +110278,43 @@ }, { "type": "MemberExpression", - "start": 70241, - "end": 70262, + "start": 72631, + "end": 72652, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 108 } }, "object": { "type": "MemberExpression", - "start": 70241, - "end": 70256, + "start": 72631, + "end": 72646, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 102 } }, "object": { "type": "Identifier", - "start": 70241, - "end": 70246, + "start": 72631, + "end": 72636, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 92 }, "identifierName": "_opts" @@ -110187,15 +110323,15 @@ }, "property": { "type": "Identifier", - "start": 70247, - "end": 70256, + "start": 72637, + "end": 72646, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 93 }, "end": { - "line": 1551, + "line": 1593, "column": 102 }, "identifierName": "eventMeta" @@ -110206,15 +110342,15 @@ }, "property": { "type": "Identifier", - "start": 70257, - "end": 70262, + "start": 72647, + "end": 72652, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 103 }, "end": { - "line": 1551, + "line": 1593, "column": 108 }, "identifierName": "scale" @@ -110225,43 +110361,43 @@ }, { "type": "MemberExpression", - "start": 70264, - "end": 70286, + "start": 72654, + "end": 72676, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 132 } }, "object": { "type": "MemberExpression", - "start": 70264, - "end": 70279, + "start": 72654, + "end": 72669, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 125 } }, "object": { "type": "Identifier", - "start": 70264, - "end": 70269, + "start": 72654, + "end": 72659, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 115 }, "identifierName": "_opts" @@ -110270,15 +110406,15 @@ }, "property": { "type": "Identifier", - "start": 70270, - "end": 70279, + "start": 72660, + "end": 72669, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 116 }, "end": { - "line": 1551, + "line": 1593, "column": 125 }, "identifierName": "eventMeta" @@ -110289,15 +110425,15 @@ }, "property": { "type": "Identifier", - "start": 70280, - "end": 70286, + "start": 72670, + "end": 72676, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 126 }, "end": { - "line": 1551, + "line": 1593, "column": 132 }, "identifierName": "locale" @@ -110308,43 +110444,43 @@ }, { "type": "MemberExpression", - "start": 70288, - "end": 70310, + "start": 72678, + "end": 72700, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 156 } }, "object": { "type": "MemberExpression", - "start": 70288, - "end": 70303, + "start": 72678, + "end": 72693, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 149 } }, "object": { "type": "Identifier", - "start": 70288, - "end": 70293, + "start": 72678, + "end": 72683, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 139 }, "identifierName": "_opts" @@ -110353,15 +110489,15 @@ }, "property": { "type": "Identifier", - "start": 70294, - "end": 70303, + "start": 72684, + "end": 72693, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 140 }, "end": { - "line": 1551, + "line": 1593, "column": 149 }, "identifierName": "eventMeta" @@ -110372,15 +110508,15 @@ }, "property": { "type": "Identifier", - "start": 70304, - "end": 70310, + "start": 72694, + "end": 72700, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 150 }, "end": { - "line": 1551, + "line": 1593, "column": 156 }, "identifierName": "format" @@ -110395,15 +110531,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 70202, - "end": 70205, + "start": 72592, + "end": 72595, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 48 }, "end": { - "line": 1551, + "line": 1593, "column": 51 } }, @@ -110415,15 +110551,15 @@ }, { "type": "TemplateElement", - "start": 70313, - "end": 70313, + "start": 72703, + "end": 72703, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 159 }, "end": { - "line": 1551, + "line": 1593, "column": 159 } }, @@ -110442,73 +110578,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 70342, - "end": 70435, + "start": 72732, + "end": 72825, "loc": { "start": { - "line": 1552, + "line": 1594, "column": 27 }, "end": { - "line": 1554, + "line": 1596, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 70368, - "end": 70413, + "start": 72758, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 70368, - "end": 70413, + "start": 72758, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70368, - "end": 70387, + "start": 72758, + "end": 72777, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 43 } }, "object": { "type": "Identifier", - "start": 70368, - "end": 70377, + "start": 72758, + "end": 72767, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 33 }, "identifierName": "new_event" @@ -110517,15 +110653,15 @@ }, "property": { "type": "Identifier", - "start": 70378, - "end": 70387, + "start": 72768, + "end": 72777, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 34 }, "end": { - "line": 1553, + "line": 1595, "column": 43 }, "identifierName": "rangeMeta" @@ -110536,43 +110672,43 @@ }, "right": { "type": "MemberExpression", - "start": 70390, - "end": 70413, + "start": 72780, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 70390, - "end": 70405, + "start": 72780, + "end": 72795, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 61 } }, "object": { "type": "Identifier", - "start": 70390, - "end": 70395, + "start": 72780, + "end": 72785, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 51 }, "identifierName": "_opts" @@ -110581,15 +110717,15 @@ }, "property": { "type": "Identifier", - "start": 70396, - "end": 70405, + "start": 72786, + "end": 72795, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 52 }, "end": { - "line": 1553, + "line": 1595, "column": 61 }, "identifierName": "eventMeta" @@ -110600,15 +110736,15 @@ }, "property": { "type": "Identifier", - "start": 70406, - "end": 70413, + "start": 72796, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 62 }, "end": { - "line": 1553, + "line": 1595, "column": 69 }, "identifierName": "content" @@ -110633,73 +110769,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 70473, - "end": 70524, + "start": 72863, + "end": 72914, "loc": { "start": { - "line": 1556, + "line": 1598, "column": 19 }, "end": { - "line": 1558, + "line": 1600, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 70491, - "end": 70510, + "start": 72881, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 70491, - "end": 70510, + "start": 72881, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70491, - "end": 70506, + "start": 72881, + "end": 72896, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 31 } }, "object": { "type": "Identifier", - "start": 70491, - "end": 70500, + "start": 72881, + "end": 72890, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 25 }, "identifierName": "new_event" @@ -110708,15 +110844,15 @@ }, "property": { "type": "Identifier", - "start": 70501, - "end": 70506, + "start": 72891, + "end": 72896, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 26 }, "end": { - "line": 1557, + "line": 1599, "column": 31 }, "identifierName": "width" @@ -110727,15 +110863,15 @@ }, "right": { "type": "NumericLiteral", - "start": 70509, - "end": 70510, + "start": 72899, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 34 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, @@ -110755,15 +110891,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -110772,57 +110908,57 @@ }, { "type": "IfStatement", - "start": 70594, - "end": 70788, + "start": 72984, + "end": 73178, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 12 }, "end": { - "line": 1563, + "line": 1605, "column": 13 } }, "test": { "type": "CallExpression", - "start": 70599, - "end": 70629, + "start": 72989, + "end": 73019, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 70599, - "end": 70620, + "start": 72989, + "end": 73010, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 38 } }, "object": { "type": "Identifier", - "start": 70599, - "end": 70605, + "start": 72989, + "end": 72995, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 23 }, "identifierName": "params" @@ -110832,15 +110968,15 @@ }, "property": { "type": "Identifier", - "start": 70606, - "end": 70620, + "start": 72996, + "end": 73010, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 24 }, "end": { - "line": 1560, + "line": 1602, "column": 38 }, "identifierName": "hasOwnProperty" @@ -110853,15 +110989,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 70622, - "end": 70627, + "start": 73012, + "end": 73017, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 40 }, "end": { - "line": 1560, + "line": 1602, "column": 45 } }, @@ -110876,59 +111012,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 70632, - "end": 70788, + "start": 73022, + "end": 73178, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 50 }, "end": { - "line": 1563, + "line": 1605, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 70650, - "end": 70683, + "start": 73040, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 70650, - "end": 70683, + "start": 73040, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 70650, - "end": 70652, + "start": 73040, + "end": 73042, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 18 }, "identifierName": "_c" @@ -110937,43 +111073,43 @@ }, "right": { "type": "CallExpression", - "start": 70655, - "end": 70683, + "start": 73045, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 70655, - "end": 70665, + "start": 73045, + "end": 73055, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 31 } }, "object": { "type": "Identifier", - "start": 70655, - "end": 70659, + "start": 73045, + "end": 73049, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 25 }, "identifierName": "Math" @@ -110982,15 +111118,15 @@ }, "property": { "type": "Identifier", - "start": 70660, - "end": 70665, + "start": 73050, + "end": 73055, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 26 }, "end": { - "line": 1561, + "line": 1603, "column": 31 }, "identifierName": "floor" @@ -111002,43 +111138,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 70667, - "end": 70681, + "start": 73057, + "end": 73071, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 70667, - "end": 70677, + "start": 73057, + "end": 73067, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 43 } }, "object": { "type": "Identifier", - "start": 70667, - "end": 70673, + "start": 73057, + "end": 73063, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 39 }, "identifierName": "params" @@ -111047,15 +111183,15 @@ }, "property": { "type": "Identifier", - "start": 70674, - "end": 70677, + "start": 73064, + "end": 73067, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 40 }, "end": { - "line": 1561, + "line": 1603, "column": 43 }, "identifierName": "row" @@ -111067,15 +111203,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 70680, - "end": 70681, + "start": 73070, + "end": 73071, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 46 }, "end": { - "line": 1561, + "line": 1603, "column": 47 } }, @@ -111092,58 +111228,58 @@ }, { "type": "ExpressionStatement", - "start": 70700, - "end": 70774, + "start": 73090, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "expression": { "type": "AssignmentExpression", - "start": 70700, - "end": 70774, + "start": 73090, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70700, - "end": 70711, + "start": 73090, + "end": 73101, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 27 } }, "object": { "type": "Identifier", - "start": 70700, - "end": 70709, + "start": 73090, + "end": 73099, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 25 }, "identifierName": "new_event" @@ -111152,15 +111288,15 @@ }, "property": { "type": "Identifier", - "start": 70710, - "end": 70711, + "start": 73100, + "end": 73101, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 26 }, "end": { - "line": 1562, + "line": 1604, "column": 27 }, "identifierName": "y" @@ -111171,85 +111307,85 @@ }, "right": { "type": "BinaryExpression", - "start": 70714, - "end": 70774, + "start": 73104, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "left": { "type": "BinaryExpression", - "start": 70714, - "end": 70769, + "start": 73104, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 70714, - "end": 70750, + "start": 73104, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 66 } }, "left": { "type": "BinaryExpression", - "start": 70716, - "end": 70730, + "start": 73106, + "end": 73120, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 70716, - "end": 70726, + "start": 73106, + "end": 73116, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 42 } }, "object": { "type": "Identifier", - "start": 70716, - "end": 70722, + "start": 73106, + "end": 73112, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 38 }, "identifierName": "params" @@ -111258,15 +111394,15 @@ }, "property": { "type": "Identifier", - "start": 70723, - "end": 70726, + "start": 73113, + "end": 73116, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 39 }, "end": { - "line": 1562, + "line": 1604, "column": 42 }, "identifierName": "row" @@ -111278,15 +111414,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 70729, - "end": 70730, + "start": 73119, + "end": 73120, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 45 }, "end": { - "line": 1562, + "line": 1604, "column": 46 } }, @@ -111298,35 +111434,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 70714 + "parenStart": 73104 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 70735, - "end": 70750, + "start": 73125, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 51 }, "end": { - "line": 1562, + "line": 1604, "column": 66 } }, "object": { "type": "Identifier", - "start": 70735, - "end": 70740, + "start": 73125, + "end": 73130, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 51 }, "end": { - "line": 1562, + "line": 1604, "column": 56 }, "identifierName": "_opts" @@ -111335,15 +111471,15 @@ }, "property": { "type": "Identifier", - "start": 70741, - "end": 70750, + "start": 73131, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 57 }, "end": { - "line": 1562, + "line": 1604, "column": 66 }, "identifierName": "rowHeight" @@ -111356,29 +111492,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 70753, - "end": 70769, + "start": 73143, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 69 }, "end": { - "line": 1562, + "line": 1604, "column": 85 } }, "object": { "type": "Identifier", - "start": 70753, - "end": 70762, + "start": 73143, + "end": 73152, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 69 }, "end": { - "line": 1562, + "line": 1604, "column": 78 }, "identifierName": "new_event" @@ -111387,15 +111523,15 @@ }, "property": { "type": "Identifier", - "start": 70763, - "end": 70769, + "start": 73153, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 79 }, "end": { - "line": 1562, + "line": 1604, "column": 85 }, "identifierName": "margin" @@ -111408,15 +111544,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 70772, - "end": 70774, + "start": 73162, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 88 }, "end": { - "line": 1562, + "line": 1604, "column": 90 }, "identifierName": "_c" @@ -111434,15 +111570,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -111451,85 +111587,85 @@ }, { "type": "ExpressionStatement", - "start": 70814, - "end": 73082, + "start": 73204, + "end": 75472, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1604, + "line": 1646, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 70814, - "end": 73081, + "start": 73204, + "end": 75471, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1604, + "line": 1646, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 70814, - "end": 70846, + "start": 73204, + "end": 73236, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 44 } }, "object": { "type": "CallExpression", - "start": 70814, - "end": 70838, + "start": 73204, + "end": 73228, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 70814, - "end": 70825, + "start": 73204, + "end": 73215, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 23 } }, "object": { "type": "Identifier", - "start": 70814, - "end": 70820, + "start": 73204, + "end": 73210, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 18 }, "identifierName": "Object" @@ -111538,15 +111674,15 @@ }, "property": { "type": "Identifier", - "start": 70821, - "end": 70825, + "start": 73211, + "end": 73215, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 19 }, "end": { - "line": 1565, + "line": 1607, "column": 23 }, "identifierName": "keys" @@ -111558,15 +111694,15 @@ "arguments": [ { "type": "Identifier", - "start": 70827, - "end": 70836, + "start": 73217, + "end": 73226, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 25 }, "end": { - "line": 1565, + "line": 1607, "column": 34 }, "identifierName": "new_event" @@ -111577,15 +111713,15 @@ }, "property": { "type": "Identifier", - "start": 70839, - "end": 70846, + "start": 73229, + "end": 73236, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 37 }, "end": { - "line": 1565, + "line": 1607, "column": 44 }, "identifierName": "forEach" @@ -111597,15 +111733,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 70848, - "end": 73080, + "start": 73238, + "end": 75470, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 46 }, "end": { - "line": 1604, + "line": 1646, "column": 13 } }, @@ -111616,15 +111752,15 @@ "params": [ { "type": "Identifier", - "start": 70850, - "end": 70855, + "start": 73240, + "end": 73245, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 48 }, "end": { - "line": 1565, + "line": 1607, "column": 53 }, "identifierName": "_prop" @@ -111634,44 +111770,44 @@ ], "body": { "type": "BlockStatement", - "start": 70861, - "end": 73080, + "start": 73251, + "end": 75470, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 59 }, "end": { - "line": 1604, + "line": 1646, "column": 13 } }, "body": [ { "type": "SwitchStatement", - "start": 70879, - "end": 73066, + "start": 73269, + "end": 75456, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 16 }, "end": { - "line": 1603, + "line": 1645, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 70887, - "end": 70891, + "start": 73277, + "end": 73281, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 24 }, "end": { - "line": 1566, + "line": 1608, "column": 28 } }, @@ -111680,86 +111816,86 @@ "cases": [ { "type": "SwitchCase", - "start": 70916, - "end": 71295, + "start": 73306, + "end": 73685, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 20 }, "end": { - "line": 1573, + "line": 1615, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 70973, - "end": 71265, + "start": 73363, + "end": 73655, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 24 }, "end": { - "line": 1572, + "line": 1614, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 70978, - "end": 71045, + "start": 73368, + "end": 73435, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 96 } }, "left": { "type": "CallExpression", - "start": 70978, - "end": 71007, + "start": 73368, + "end": 73397, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 70978, - "end": 70999, + "start": 73368, + "end": 73389, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 50 } }, "object": { "type": "Identifier", - "start": 70978, - "end": 70984, + "start": 73368, + "end": 73374, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 35 }, "identifierName": "params" @@ -111768,15 +111904,15 @@ }, "property": { "type": "Identifier", - "start": 70985, - "end": 70999, + "start": 73375, + "end": 73389, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 36 }, "end": { - "line": 1568, + "line": 1610, "column": 50 }, "identifierName": "hasOwnProperty" @@ -111788,15 +111924,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 71001, - "end": 71005, + "start": 73391, + "end": 73395, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 52 }, "end": { - "line": 1568, + "line": 1610, "column": 56 } }, @@ -111811,58 +111947,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 71011, - "end": 71045, + "start": 73401, + "end": 73435, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 96 } }, "callee": { "type": "MemberExpression", - "start": 71011, - "end": 71024, + "start": 73401, + "end": 73414, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 71011, - "end": 71015, + "start": 73401, + "end": 73405, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 66 } } }, "property": { "type": "Identifier", - "start": 71016, - "end": 71024, + "start": 73406, + "end": 73414, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 67 }, "end": { - "line": 1568, + "line": 1610, "column": 75 }, "identifierName": "is_empty" @@ -111874,29 +112010,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71026, - "end": 71043, + "start": 73416, + "end": 73433, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 77 }, "end": { - "line": 1568, + "line": 1610, "column": 94 } }, "object": { "type": "Identifier", - "start": 71026, - "end": 71035, + "start": 73416, + "end": 73425, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 77 }, "end": { - "line": 1568, + "line": 1610, "column": 86 }, "identifierName": "new_event" @@ -111905,15 +112041,15 @@ }, "property": { "type": "Identifier", - "start": 71036, - "end": 71043, + "start": 73426, + "end": 73433, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 87 }, "end": { - "line": 1568, + "line": 1610, "column": 94 }, "identifierName": "eventId" @@ -111927,73 +112063,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71048, - "end": 71149, + "start": 73438, + "end": 73539, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 99 }, "end": { - "line": 1570, + "line": 1612, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71078, - "end": 71123, + "start": 73468, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 71078, - "end": 71123, + "start": 73468, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71078, - "end": 71095, + "start": 73468, + "end": 73485, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 45 } }, "object": { "type": "Identifier", - "start": 71078, - "end": 71087, + "start": 73468, + "end": 73477, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 37 }, "identifierName": "new_event" @@ -112002,15 +112138,15 @@ }, "property": { "type": "Identifier", - "start": 71088, - "end": 71095, + "start": 73478, + "end": 73485, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 38 }, "end": { - "line": 1569, + "line": 1611, "column": 45 }, "identifierName": "eventId" @@ -112021,29 +112157,29 @@ }, "right": { "type": "CallExpression", - "start": 71098, - "end": 71123, + "start": 73488, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 48 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "callee": { "type": "Identifier", - "start": 71098, - "end": 71106, + "start": 73488, + "end": 73496, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 48 }, "end": { - "line": 1569, + "line": 1611, "column": 56 }, "identifierName": "parseInt" @@ -112053,29 +112189,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71108, - "end": 71117, + "start": 73498, + "end": 73507, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 58 }, "end": { - "line": 1569, + "line": 1611, "column": 67 } }, "object": { "type": "Identifier", - "start": 71108, - "end": 71114, + "start": 73498, + "end": 73504, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 58 }, "end": { - "line": 1569, + "line": 1611, "column": 64 }, "identifierName": "params" @@ -112084,15 +112220,15 @@ }, "property": { "type": "Identifier", - "start": 71115, - "end": 71117, + "start": 73505, + "end": 73507, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 65 }, "end": { - "line": 1569, + "line": 1611, "column": 67 }, "identifierName": "id" @@ -112103,15 +112239,15 @@ }, { "type": "NumericLiteral", - "start": 71119, - "end": 71121, + "start": 73509, + "end": 73511, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 69 }, "end": { - "line": 1569, + "line": 1611, "column": 71 } }, @@ -112130,73 +112266,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 71155, - "end": 71265, + "start": 73545, + "end": 73655, "loc": { "start": { - "line": 1570, + "line": 1612, "column": 31 }, "end": { - "line": 1572, + "line": 1614, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71185, - "end": 71239, + "start": 73575, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 71185, - "end": 71239, + "start": 73575, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71185, - "end": 71202, + "start": 73575, + "end": 73592, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 45 } }, "object": { "type": "Identifier", - "start": 71185, - "end": 71194, + "start": 73575, + "end": 73584, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 37 }, "identifierName": "new_event" @@ -112205,15 +112341,15 @@ }, "property": { "type": "Identifier", - "start": 71195, - "end": 71202, + "start": 73585, + "end": 73592, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 38 }, "end": { - "line": 1571, + "line": 1613, "column": 45 }, "identifierName": "eventId" @@ -112224,43 +112360,43 @@ }, "right": { "type": "LogicalExpression", - "start": 71205, - "end": 71239, + "start": 73595, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "left": { "type": "CallExpression", - "start": 71205, - "end": 71234, + "start": 73595, + "end": 73624, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 77 } }, "callee": { "type": "Identifier", - "start": 71205, - "end": 71213, + "start": 73595, + "end": 73603, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 56 }, "identifierName": "parseInt" @@ -112270,29 +112406,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71215, - "end": 71228, + "start": 73605, + "end": 73618, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 58 }, "end": { - "line": 1571, + "line": 1613, "column": 71 } }, "object": { "type": "Identifier", - "start": 71215, - "end": 71221, + "start": 73605, + "end": 73611, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 58 }, "end": { - "line": 1571, + "line": 1613, "column": 64 }, "identifierName": "params" @@ -112301,15 +112437,15 @@ }, "property": { "type": "Identifier", - "start": 71222, - "end": 71227, + "start": 73612, + "end": 73617, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 65 }, "end": { - "line": 1571, + "line": 1613, "column": 70 }, "identifierName": "_prop" @@ -112320,15 +112456,15 @@ }, { "type": "NumericLiteral", - "start": 71230, - "end": 71232, + "start": 73620, + "end": 73622, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 73 }, "end": { - "line": 1571, + "line": 1613, "column": 75 } }, @@ -112343,15 +112479,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 71238, - "end": 71239, + "start": 73628, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 81 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, @@ -112370,15 +112506,15 @@ }, { "type": "BreakStatement", - "start": 71290, - "end": 71295, + "start": 73680, + "end": 73685, "loc": { "start": { - "line": 1573, + "line": 1615, "column": 24 }, "end": { - "line": 1573, + "line": 1615, "column": 29 } }, @@ -112387,43 +112523,43 @@ ], "test": { "type": "CallExpression", - "start": 70921, - "end": 70947, + "start": 73311, + "end": 73337, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 70921, - "end": 70938, + "start": 73311, + "end": 73328, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 70921, - "end": 70933, + "start": 73311, + "end": 73323, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 37 } }, @@ -112435,15 +112571,15 @@ }, "property": { "type": "Identifier", - "start": 70934, - "end": 70938, + "start": 73324, + "end": 73328, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 38 }, "end": { - "line": 1567, + "line": 1609, "column": 42 }, "identifierName": "test" @@ -112455,15 +112591,15 @@ "arguments": [ { "type": "Identifier", - "start": 70940, - "end": 70945, + "start": 73330, + "end": 73335, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 44 }, "end": { - "line": 1567, + "line": 1609, "column": 49 }, "identifierName": "_prop" @@ -112475,86 +112611,86 @@ }, { "type": "SwitchCase", - "start": 71316, - "end": 71952, + "start": 73706, + "end": 74342, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 20 }, "end": { - "line": 1583, + "line": 1625, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 71381, - "end": 71543, + "start": 73771, + "end": 73933, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 24 }, "end": { - "line": 1577, + "line": 1619, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 71386, - "end": 71452, + "start": 73776, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, "left": { "type": "CallExpression", - "start": 71386, - "end": 71416, + "start": 73776, + "end": 73806, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 71386, - "end": 71407, + "start": 73776, + "end": 73797, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 50 } }, "object": { "type": "Identifier", - "start": 71386, - "end": 71392, + "start": 73776, + "end": 73782, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 35 }, "identifierName": "params" @@ -112563,15 +112699,15 @@ }, "property": { "type": "Identifier", - "start": 71393, - "end": 71407, + "start": 73783, + "end": 73797, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 36 }, "end": { - "line": 1575, + "line": 1617, "column": 50 }, "identifierName": "hasOwnProperty" @@ -112583,15 +112719,15 @@ "arguments": [ { "type": "Identifier", - "start": 71409, - "end": 71414, + "start": 73799, + "end": 73804, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 52 }, "end": { - "line": 1575, + "line": 1617, "column": 57 }, "identifierName": "_prop" @@ -112603,15 +112739,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 71420, - "end": 71452, + "start": 73810, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 63 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, @@ -112619,58 +112755,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 71422, - "end": 71452, + "start": 73812, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 71422, - "end": 71435, + "start": 73812, + "end": 73825, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 71422, - "end": 71426, + "start": 73812, + "end": 73816, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 69 } } }, "property": { "type": "Identifier", - "start": 71427, - "end": 71435, + "start": 73817, + "end": 73825, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 70 }, "end": { - "line": 1575, + "line": 1617, "column": 78 }, "identifierName": "is_empty" @@ -112682,29 +112818,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71437, - "end": 71450, + "start": 73827, + "end": 73840, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 80 }, "end": { - "line": 1575, + "line": 1617, "column": 93 } }, "object": { "type": "Identifier", - "start": 71437, - "end": 71443, + "start": 73827, + "end": 73833, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 80 }, "end": { - "line": 1575, + "line": 1617, "column": 86 }, "identifierName": "params" @@ -112713,15 +112849,15 @@ }, "property": { "type": "Identifier", - "start": 71444, - "end": 71449, + "start": 73834, + "end": 73839, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 87 }, "end": { - "line": 1575, + "line": 1617, "column": 92 }, "identifierName": "_prop" @@ -112739,73 +112875,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71455, - "end": 71543, + "start": 73845, + "end": 73933, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 98 }, "end": { - "line": 1577, + "line": 1619, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71485, - "end": 71517, + "start": 73875, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 71485, - "end": 71517, + "start": 73875, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71485, - "end": 71501, + "start": 73875, + "end": 73891, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 44 } }, "object": { "type": "Identifier", - "start": 71485, - "end": 71494, + "start": 73875, + "end": 73884, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 37 }, "identifierName": "new_event" @@ -112814,15 +112950,15 @@ }, "property": { "type": "Identifier", - "start": 71495, - "end": 71500, + "start": 73885, + "end": 73890, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 38 }, "end": { - "line": 1576, + "line": 1618, "column": 43 }, "identifierName": "_prop" @@ -112833,29 +112969,29 @@ }, "right": { "type": "MemberExpression", - "start": 71504, - "end": 71517, + "start": 73894, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 47 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "object": { "type": "Identifier", - "start": 71504, - "end": 71510, + "start": 73894, + "end": 73900, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 47 }, "end": { - "line": 1576, + "line": 1618, "column": 53 }, "identifierName": "params" @@ -112864,15 +113000,15 @@ }, "property": { "type": "Identifier", - "start": 71511, - "end": 71516, + "start": 73901, + "end": 73906, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 54 }, "end": { - "line": 1576, + "line": 1618, "column": 59 }, "identifierName": "_prop" @@ -112892,15 +113028,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -112909,99 +113045,99 @@ }, { "type": "IfStatement", - "start": 71653, - "end": 71842, + "start": 74043, + "end": 74232, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 24 }, "end": { - "line": 1581, + "line": 1623, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 71658, - "end": 71713, + "start": 74048, + "end": 74103, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 71658, - "end": 71709, + "start": 74048, + "end": 74099, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 80 } }, "object": { "type": "CallExpression", - "start": 71658, - "end": 71702, + "start": 74048, + "end": 74092, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 71658, - "end": 71683, + "start": 74048, + "end": 74073, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 54 } }, "object": { "type": "CallExpression", - "start": 71658, - "end": 71674, + "start": 74048, + "end": 74064, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 45 } }, "callee": { "type": "Identifier", - "start": 71658, - "end": 71659, + "start": 74048, + "end": 74049, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 30 }, "identifierName": "$" @@ -113012,15 +113148,15 @@ "arguments": [ { "type": "Identifier", - "start": 71660, - "end": 71673, + "start": 74050, + "end": 74063, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 31 }, "end": { - "line": 1579, + "line": 1621, "column": 44 }, "identifierName": "event_element" @@ -113032,15 +113168,15 @@ }, "property": { "type": "Identifier", - "start": 71675, - "end": 71683, + "start": 74065, + "end": 74073, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 46 }, "end": { - "line": 1579, + "line": 1621, "column": 54 }, "identifierName": "children" @@ -113053,30 +113189,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 71684, - "end": 71701, + "start": 74074, + "end": 74091, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 55 }, "end": { - "line": 1579, + "line": 1621, "column": 72 } }, "expressions": [ { "type": "Identifier", - "start": 71694, - "end": 71699, + "start": 74084, + "end": 74089, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 65 }, "end": { - "line": 1579, + "line": 1621, "column": 70 }, "identifierName": "_prop" @@ -113087,15 +113223,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 71685, - "end": 71692, + "start": 74075, + "end": 74082, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 56 }, "end": { - "line": 1579, + "line": 1621, "column": 63 } }, @@ -113107,15 +113243,15 @@ }, { "type": "TemplateElement", - "start": 71700, - "end": 71700, + "start": 74090, + "end": 74090, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 71 }, "end": { - "line": 1579, + "line": 1621, "column": 71 } }, @@ -113132,15 +113268,15 @@ }, "property": { "type": "Identifier", - "start": 71703, - "end": 71709, + "start": 74093, + "end": 74099, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 74 }, "end": { - "line": 1579, + "line": 1621, "column": 80 }, "identifierName": "length" @@ -113153,15 +113289,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 71712, - "end": 71713, + "start": 74102, + "end": 74103, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 83 }, "end": { - "line": 1579, + "line": 1621, "column": 84 } }, @@ -113175,73 +113311,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71716, - "end": 71842, + "start": 74106, + "end": 74232, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 87 }, "end": { - "line": 1581, + "line": 1623, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71746, - "end": 71816, + "start": 74136, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 71746, - "end": 71816, + "start": 74136, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71746, - "end": 71762, + "start": 74136, + "end": 74152, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 44 } }, "object": { "type": "Identifier", - "start": 71746, - "end": 71755, + "start": 74136, + "end": 74145, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 37 }, "identifierName": "new_event" @@ -113250,15 +113386,15 @@ }, "property": { "type": "Identifier", - "start": 71756, - "end": 71761, + "start": 74146, + "end": 74151, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 38 }, "end": { - "line": 1580, + "line": 1622, "column": 43 }, "identifierName": "_prop" @@ -113269,85 +113405,85 @@ }, "right": { "type": "CallExpression", - "start": 71765, - "end": 71816, + "start": 74155, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 71765, - "end": 71814, + "start": 74155, + "end": 74204, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 96 } }, "object": { "type": "CallExpression", - "start": 71765, - "end": 71809, + "start": 74155, + "end": 74199, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 71765, - "end": 71790, + "start": 74155, + "end": 74180, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 72 } }, "object": { "type": "CallExpression", - "start": 71765, - "end": 71781, + "start": 74155, + "end": 74171, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 63 } }, "callee": { "type": "Identifier", - "start": 71765, - "end": 71766, + "start": 74155, + "end": 74156, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 48 }, "identifierName": "$" @@ -113357,15 +113493,15 @@ "arguments": [ { "type": "Identifier", - "start": 71767, - "end": 71780, + "start": 74157, + "end": 74170, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 49 }, "end": { - "line": 1580, + "line": 1622, "column": 62 }, "identifierName": "event_element" @@ -113376,15 +113512,15 @@ }, "property": { "type": "Identifier", - "start": 71782, - "end": 71790, + "start": 74172, + "end": 74180, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 64 }, "end": { - "line": 1580, + "line": 1622, "column": 72 }, "identifierName": "children" @@ -113396,30 +113532,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 71791, - "end": 71808, + "start": 74181, + "end": 74198, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 73 }, "end": { - "line": 1580, + "line": 1622, "column": 90 } }, "expressions": [ { "type": "Identifier", - "start": 71801, - "end": 71806, + "start": 74191, + "end": 74196, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 83 }, "end": { - "line": 1580, + "line": 1622, "column": 88 }, "identifierName": "_prop" @@ -113430,15 +113566,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 71792, - "end": 71799, + "start": 74182, + "end": 74189, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 74 }, "end": { - "line": 1580, + "line": 1622, "column": 81 } }, @@ -113450,15 +113586,15 @@ }, { "type": "TemplateElement", - "start": 71807, - "end": 71807, + "start": 74197, + "end": 74197, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 89 }, "end": { - "line": 1580, + "line": 1622, "column": 89 } }, @@ -113474,15 +113610,15 @@ }, "property": { "type": "Identifier", - "start": 71810, - "end": 71814, + "start": 74200, + "end": 74204, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 92 }, "end": { - "line": 1580, + "line": 1622, "column": 96 }, "identifierName": "html" @@ -113504,15 +113640,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -113522,15 +113658,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -113539,15 +113675,15 @@ }, { "type": "BreakStatement", - "start": 71947, - "end": 71952, + "start": 74337, + "end": 74342, "loc": { "start": { - "line": 1583, + "line": 1625, "column": 24 }, "end": { - "line": 1583, + "line": 1625, "column": 29 } }, @@ -113556,15 +113692,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -113574,43 +113710,43 @@ ], "test": { "type": "CallExpression", - "start": 71321, - "end": 71355, + "start": 73711, + "end": 73745, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 71321, - "end": 71346, + "start": 73711, + "end": 73736, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 71321, - "end": 71341, + "start": 73711, + "end": 73731, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 45 } }, @@ -113622,15 +113758,15 @@ }, "property": { "type": "Identifier", - "start": 71342, - "end": 71346, + "start": 73732, + "end": 73736, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 46 }, "end": { - "line": 1574, + "line": 1616, "column": 50 }, "identifierName": "test" @@ -113642,15 +113778,15 @@ "arguments": [ { "type": "Identifier", - "start": 71348, - "end": 71353, + "start": 73738, + "end": 73743, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 52 }, "end": { - "line": 1574, + "line": 1616, "column": 57 }, "identifierName": "_prop" @@ -113662,72 +113798,72 @@ }, { "type": "SwitchCase", - "start": 71973, - "end": 72802, + "start": 74363, + "end": 75192, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 20 }, "end": { - "line": 1597, + "line": 1639, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 72088, - "end": 72772, + "start": 74478, + "end": 75162, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 24 }, "end": { - "line": 1596, + "line": 1638, "column": 25 } }, "test": { "type": "CallExpression", - "start": 72093, - "end": 72127, + "start": 74483, + "end": 74517, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 72093, - "end": 72113, + "start": 74483, + "end": 74503, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 72093, - "end": 72108, + "start": 74483, + "end": 74498, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 44 } }, @@ -113740,15 +113876,15 @@ }, "property": { "type": "Identifier", - "start": 72109, - "end": 72113, + "start": 74499, + "end": 74503, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 45 }, "end": { - "line": 1586, + "line": 1628, "column": 49 }, "identifierName": "test" @@ -113761,29 +113897,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72115, - "end": 72125, + "start": 74505, + "end": 74515, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 51 }, "end": { - "line": 1586, + "line": 1628, "column": 61 } }, "object": { "type": "Identifier", - "start": 72115, - "end": 72120, + "start": 74505, + "end": 74510, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 51 }, "end": { - "line": 1586, + "line": 1628, "column": 56 }, "identifierName": "_opts" @@ -113792,15 +113928,15 @@ }, "property": { "type": "Identifier", - "start": 72121, - "end": 72125, + "start": 74511, + "end": 74515, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 57 }, "end": { - "line": 1586, + "line": 1628, "column": 61 }, "identifierName": "type" @@ -113814,73 +113950,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 72130, - "end": 72772, + "start": 74520, + "end": 75162, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 66 }, "end": { - "line": 1596, + "line": 1638, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 72265, - "end": 72310, + "start": 74655, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 72265, - "end": 72310, + "start": 74655, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72265, - "end": 72276, + "start": 74655, + "end": 74666, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 39 } }, "object": { "type": "Identifier", - "start": 72265, - "end": 72274, + "start": 74655, + "end": 74664, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 37 }, "identifierName": "_relation" @@ -113890,15 +114026,15 @@ }, "property": { "type": "Identifier", - "start": 72275, - "end": 72276, + "start": 74665, + "end": 74666, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 38 }, "end": { - "line": 1588, + "line": 1630, "column": 39 }, "identifierName": "x" @@ -113910,58 +114046,58 @@ }, "right": { "type": "CallExpression", - "start": 72279, - "end": 72310, + "start": 74669, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 72279, - "end": 72292, + "start": 74669, + "end": 74682, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 72279, - "end": 72283, + "start": 74669, + "end": 74673, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 46 } } }, "property": { "type": "Identifier", - "start": 72284, - "end": 72292, + "start": 74674, + "end": 74682, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 47 }, "end": { - "line": 1588, + "line": 1630, "column": 55 }, "identifierName": "numRound" @@ -113973,29 +114109,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72294, - "end": 72305, + "start": 74684, + "end": 74695, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 57 }, "end": { - "line": 1588, + "line": 1630, "column": 68 } }, "object": { "type": "Identifier", - "start": 72294, - "end": 72303, + "start": 74684, + "end": 74693, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 57 }, "end": { - "line": 1588, + "line": 1630, "column": 66 }, "identifierName": "new_event" @@ -114004,15 +114140,15 @@ }, "property": { "type": "Identifier", - "start": 72304, - "end": 72305, + "start": 74694, + "end": 74695, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 67 }, "end": { - "line": 1588, + "line": 1630, "column": 68 }, "identifierName": "x" @@ -114023,15 +114159,15 @@ }, { "type": "NumericLiteral", - "start": 72307, - "end": 72308, + "start": 74697, + "end": 74698, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 70 }, "end": { - "line": 1588, + "line": 1630, "column": 71 } }, @@ -114049,15 +114185,15 @@ { "type": "CommentLine", "value": "let _pointSize = this._getPointerSize( new_event.size, new_event.margin )", - "start": 72160, - "end": 72236, + "start": 74550, + "end": 74626, "loc": { "start": { - "line": 1587, + "line": 1629, "column": 28 }, "end": { - "line": 1587, + "line": 1629, "column": 104 } } @@ -114066,58 +114202,58 @@ }, { "type": "ExpressionStatement", - "start": 72339, - "end": 72446, + "start": 74729, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "expression": { "type": "AssignmentExpression", - "start": 72339, - "end": 72446, + "start": 74729, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72339, - "end": 72350, + "start": 74729, + "end": 74740, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 39 } }, "object": { "type": "Identifier", - "start": 72339, - "end": 72348, + "start": 74729, + "end": 74738, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 37 }, "identifierName": "_relation" @@ -114126,15 +114262,15 @@ }, "property": { "type": "Identifier", - "start": 72349, - "end": 72350, + "start": 74739, + "end": 74740, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 38 }, "end": { - "line": 1589, + "line": 1631, "column": 39 }, "identifierName": "y" @@ -114145,58 +114281,58 @@ }, "right": { "type": "CallExpression", - "start": 72353, - "end": 72446, + "start": 74743, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "callee": { "type": "MemberExpression", - "start": 72353, - "end": 72366, + "start": 74743, + "end": 74756, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 72353, - "end": 72357, + "start": 74743, + "end": 74747, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 46 } } }, "property": { "type": "Identifier", - "start": 72358, - "end": 72366, + "start": 74748, + "end": 74756, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 47 }, "end": { - "line": 1589, + "line": 1631, "column": 55 }, "identifierName": "numRound" @@ -114208,57 +114344,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 72368, - "end": 72441, + "start": 74758, + "end": 74831, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 57 }, "end": { - "line": 1589, + "line": 1631, "column": 130 } }, "left": { "type": "BinaryExpression", - "start": 72370, - "end": 72414, + "start": 74760, + "end": 74804, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 103 } }, "left": { "type": "MemberExpression", - "start": 72370, - "end": 72384, + "start": 74760, + "end": 74774, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 73 } }, "object": { "type": "Identifier", - "start": 72370, - "end": 72376, + "start": 74760, + "end": 74766, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 65 }, "identifierName": "_props" @@ -114267,15 +114403,15 @@ }, "property": { "type": "Identifier", - "start": 72377, - "end": 72384, + "start": 74767, + "end": 74774, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 66 }, "end": { - "line": 1589, + "line": 1631, "column": 73 }, "identifierName": "rowSize" @@ -114287,57 +114423,57 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 72389, - "end": 72412, + "start": 74779, + "end": 74802, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 78 }, "end": { - "line": 1589, + "line": 1631, "column": 101 } }, "left": { "type": "LogicalExpression", - "start": 72391, - "end": 72406, + "start": 74781, + "end": 74796, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 95 } }, "left": { "type": "MemberExpression", - "start": 72391, - "end": 72401, + "start": 74781, + "end": 74791, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 90 } }, "object": { "type": "Identifier", - "start": 72391, - "end": 72397, + "start": 74781, + "end": 74787, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 86 }, "identifierName": "params" @@ -114346,15 +114482,15 @@ }, "property": { "type": "Identifier", - "start": 72398, - "end": 72401, + "start": 74788, + "end": 74791, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 87 }, "end": { - "line": 1589, + "line": 1631, "column": 90 }, "identifierName": "row" @@ -114366,15 +114502,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 72405, - "end": 72406, + "start": 74795, + "end": 74796, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 94 }, "end": { - "line": 1589, + "line": 1631, "column": 95 } }, @@ -114386,21 +114522,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 72389 + "parenStart": 74779 } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 72411, - "end": 72412, + "start": 74801, + "end": 74802, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 100 }, "end": { - "line": 1589, + "line": 1631, "column": 101 } }, @@ -114412,54 +114548,54 @@ }, "extra": { "parenthesized": true, - "parenStart": 72387 + "parenStart": 74777 } }, "extra": { "parenthesized": true, - "parenStart": 72368 + "parenStart": 74758 } }, "operator": "+", "right": { "type": "BinaryExpression", - "start": 72421, - "end": 72439, + "start": 74811, + "end": 74829, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 128 } }, "left": { "type": "MemberExpression", - "start": 72421, - "end": 72435, + "start": 74811, + "end": 74825, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 124 } }, "object": { "type": "Identifier", - "start": 72421, - "end": 72427, + "start": 74811, + "end": 74817, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 116 }, "identifierName": "_props" @@ -114468,15 +114604,15 @@ }, "property": { "type": "Identifier", - "start": 72428, - "end": 72435, + "start": 74818, + "end": 74825, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 117 }, "end": { - "line": 1589, + "line": 1631, "column": 124 }, "identifierName": "rowSize" @@ -114488,15 +114624,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 72438, - "end": 72439, + "start": 74828, + "end": 74829, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 127 }, "end": { - "line": 1589, + "line": 1631, "column": 128 } }, @@ -114508,21 +114644,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 72419 + "parenStart": 74809 } } }, { "type": "NumericLiteral", - "start": 72443, - "end": 72444, + "start": 74833, + "end": 74834, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 132 }, "end": { - "line": 1589, + "line": 1631, "column": 133 } }, @@ -114541,15 +114677,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -114558,58 +114694,58 @@ }, { "type": "ExpressionStatement", - "start": 72601, - "end": 72746, + "start": 74991, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 72601, - "end": 72746, + "start": 74991, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72601, - "end": 72617, + "start": 74991, + "end": 75007, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1592, + "line": 1634, "column": 44 } }, "object": { "type": "Identifier", - "start": 72601, - "end": 72610, + "start": 74991, + "end": 75000, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1592, + "line": 1634, "column": 37 }, "identifierName": "new_event" @@ -114619,15 +114755,15 @@ }, "property": { "type": "Identifier", - "start": 72611, - "end": 72616, + "start": 75001, + "end": 75006, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 38 }, "end": { - "line": 1592, + "line": 1634, "column": 43 }, "identifierName": "_prop" @@ -114639,58 +114775,58 @@ }, "right": { "type": "ObjectExpression", - "start": 72620, - "end": 72746, + "start": 75010, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 47 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "properties": [ { "type": "SpreadProperty", - "start": 72654, - "end": 72670, + "start": 75044, + "end": 75060, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 32 }, "end": { - "line": 1593, + "line": 1635, "column": 48 } }, "argument": { "type": "MemberExpression", - "start": 72657, - "end": 72670, + "start": 75047, + "end": 75060, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 35 }, "end": { - "line": 1593, + "line": 1635, "column": 48 } }, "object": { "type": "Identifier", - "start": 72657, - "end": 72663, + "start": 75047, + "end": 75053, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 35 }, "end": { - "line": 1593, + "line": 1635, "column": 41 }, "identifierName": "params" @@ -114699,15 +114835,15 @@ }, "property": { "type": "Identifier", - "start": 72664, - "end": 72669, + "start": 75054, + "end": 75059, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 42 }, "end": { - "line": 1593, + "line": 1635, "column": 47 }, "identifierName": "_prop" @@ -114719,29 +114855,29 @@ }, { "type": "SpreadProperty", - "start": 72704, - "end": 72716, + "start": 75094, + "end": 75106, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 32 }, "end": { - "line": 1594, + "line": 1636, "column": 44 } }, "argument": { "type": "Identifier", - "start": 72707, - "end": 72716, + "start": 75097, + "end": 75106, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 35 }, "end": { - "line": 1594, + "line": 1636, "column": 44 }, "identifierName": "_relation" @@ -114757,15 +114893,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -114780,15 +114916,15 @@ { "type": "CommentLine", "value": " For drawing the relation line", - "start": 72031, - "end": 72063, + "start": 74421, + "end": 74453, "loc": { "start": { - "line": 1585, + "line": 1627, "column": 24 }, "end": { - "line": 1585, + "line": 1627, "column": 56 } } @@ -114797,15 +114933,15 @@ }, { "type": "BreakStatement", - "start": 72797, - "end": 72802, + "start": 75187, + "end": 75192, "loc": { "start": { - "line": 1597, + "line": 1639, "column": 24 }, "end": { - "line": 1597, + "line": 1639, "column": 29 } }, @@ -114814,43 +114950,43 @@ ], "test": { "type": "CallExpression", - "start": 71978, - "end": 72005, + "start": 74368, + "end": 74395, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 71978, - "end": 71996, + "start": 74368, + "end": 74386, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 71978, - "end": 71991, + "start": 74368, + "end": 74381, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 38 } }, @@ -114862,15 +114998,15 @@ }, "property": { "type": "Identifier", - "start": 71992, - "end": 71996, + "start": 74382, + "end": 74386, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 39 }, "end": { - "line": 1584, + "line": 1626, "column": 43 }, "identifierName": "test" @@ -114882,15 +115018,15 @@ "arguments": [ { "type": "Identifier", - "start": 71998, - "end": 72003, + "start": 74388, + "end": 74393, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 45 }, "end": { - "line": 1584, + "line": 1626, "column": 50 }, "identifierName": "_prop" @@ -114902,86 +115038,86 @@ }, { "type": "SwitchCase", - "start": 72823, - "end": 73048, + "start": 75213, + "end": 75438, "loc": { "start": { - "line": 1598, + "line": 1640, "column": 20 }, "end": { - "line": 1602, + "line": 1644, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 72856, - "end": 73018, + "start": 75246, + "end": 75408, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 24 }, "end": { - "line": 1601, + "line": 1643, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 72861, - "end": 72927, + "start": 75251, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, "left": { "type": "CallExpression", - "start": 72861, - "end": 72891, + "start": 75251, + "end": 75281, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 72861, - "end": 72882, + "start": 75251, + "end": 75272, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 50 } }, "object": { "type": "Identifier", - "start": 72861, - "end": 72867, + "start": 75251, + "end": 75257, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 35 }, "identifierName": "params" @@ -114990,15 +115126,15 @@ }, "property": { "type": "Identifier", - "start": 72868, - "end": 72882, + "start": 75258, + "end": 75272, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 36 }, "end": { - "line": 1599, + "line": 1641, "column": 50 }, "identifierName": "hasOwnProperty" @@ -115010,15 +115146,15 @@ "arguments": [ { "type": "Identifier", - "start": 72884, - "end": 72889, + "start": 75274, + "end": 75279, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 52 }, "end": { - "line": 1599, + "line": 1641, "column": 57 }, "identifierName": "_prop" @@ -115030,15 +115166,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 72895, - "end": 72927, + "start": 75285, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 63 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, @@ -115046,58 +115182,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 72897, - "end": 72927, + "start": 75287, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 72897, - "end": 72910, + "start": 75287, + "end": 75300, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 72897, - "end": 72901, + "start": 75287, + "end": 75291, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 69 } } }, "property": { "type": "Identifier", - "start": 72902, - "end": 72910, + "start": 75292, + "end": 75300, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 70 }, "end": { - "line": 1599, + "line": 1641, "column": 78 }, "identifierName": "is_empty" @@ -115109,29 +115245,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72912, - "end": 72925, + "start": 75302, + "end": 75315, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 80 }, "end": { - "line": 1599, + "line": 1641, "column": 93 } }, "object": { "type": "Identifier", - "start": 72912, - "end": 72918, + "start": 75302, + "end": 75308, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 80 }, "end": { - "line": 1599, + "line": 1641, "column": 86 }, "identifierName": "params" @@ -115140,15 +115276,15 @@ }, "property": { "type": "Identifier", - "start": 72919, - "end": 72924, + "start": 75309, + "end": 75314, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 87 }, "end": { - "line": 1599, + "line": 1641, "column": 92 }, "identifierName": "_prop" @@ -115166,73 +115302,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 72930, - "end": 73018, + "start": 75320, + "end": 75408, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 98 }, "end": { - "line": 1601, + "line": 1643, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 72960, - "end": 72992, + "start": 75350, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 72960, - "end": 72992, + "start": 75350, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72960, - "end": 72976, + "start": 75350, + "end": 75366, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 44 } }, "object": { "type": "Identifier", - "start": 72960, - "end": 72969, + "start": 75350, + "end": 75359, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 37 }, "identifierName": "new_event" @@ -115241,15 +115377,15 @@ }, "property": { "type": "Identifier", - "start": 72970, - "end": 72975, + "start": 75360, + "end": 75365, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 38 }, "end": { - "line": 1600, + "line": 1642, "column": 43 }, "identifierName": "_prop" @@ -115260,29 +115396,29 @@ }, "right": { "type": "MemberExpression", - "start": 72979, - "end": 72992, + "start": 75369, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 47 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "object": { "type": "Identifier", - "start": 72979, - "end": 72985, + "start": 75369, + "end": 75375, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 47 }, "end": { - "line": 1600, + "line": 1642, "column": 53 }, "identifierName": "params" @@ -115291,15 +115427,15 @@ }, "property": { "type": "Identifier", - "start": 72986, - "end": 72991, + "start": 75376, + "end": 75381, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 54 }, "end": { - "line": 1600, + "line": 1642, "column": 59 }, "identifierName": "_prop" @@ -115317,15 +115453,15 @@ }, { "type": "BreakStatement", - "start": 73043, - "end": 73048, + "start": 75433, + "end": 75438, "loc": { "start": { - "line": 1602, + "line": 1644, "column": 24 }, "end": { - "line": 1602, + "line": 1644, "column": 29 } }, @@ -115352,15 +115488,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -115368,15 +115504,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -115386,15 +115522,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -115403,29 +115539,29 @@ }, { "type": "ReturnStatement", - "start": 73152, - "end": 73168, + "start": 75542, + "end": 75558, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 8 }, "end": { - "line": 1607, + "line": 1649, "column": 24 } }, "argument": { "type": "Identifier", - "start": 73159, - "end": 73168, + "start": 75549, + "end": 75558, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 15 }, "end": { - "line": 1607, + "line": 1649, "column": 24 }, "identifierName": "new_event" @@ -115437,15 +115573,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -115460,15 +115596,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -115478,15 +115614,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -115495,15 +115631,15 @@ }, { "type": "ClassMethod", - "start": 73375, - "end": 74293, + "start": 75765, + "end": 76683, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 4 }, "end": { - "line": 1635, + "line": 1677, "column": 5 } }, @@ -115511,15 +115647,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 73375, - "end": 73390, + "start": 75765, + "end": 75780, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 4 }, "end": { - "line": 1616, + "line": 1658, "column": 19 }, "identifierName": "_getCoordinateX" @@ -115535,15 +115671,15 @@ "params": [ { "type": "Identifier", - "start": 73392, - "end": 73396, + "start": 75782, + "end": 75786, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 21 }, "end": { - "line": 1616, + "line": 1658, "column": 25 }, "identifierName": "date" @@ -115553,59 +115689,59 @@ ], "body": { "type": "BlockStatement", - "start": 73399, - "end": 74293, + "start": 75789, + "end": 76683, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 28 }, "end": { - "line": 1635, + "line": 1677, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 73446, - "end": 73590, + "start": 75836, + "end": 75980, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 8 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 73450, - "end": 73478, + "start": 75840, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 12 }, "end": { - "line": 1618, + "line": 1660, "column": 40 } }, "id": { "type": "Identifier", - "start": 73450, - "end": 73456, + "start": 75840, + "end": 75846, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 12 }, "end": { - "line": 1618, + "line": 1660, "column": 18 }, "identifierName": "_props" @@ -115615,44 +115751,44 @@ }, "init": { "type": "MemberExpression", - "start": 73459, - "end": 73478, + "start": 75849, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 21 }, "end": { - "line": 1618, + "line": 1660, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 73459, - "end": 73463, + "start": 75849, + "end": 75853, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 21 }, "end": { - "line": 1618, + "line": 1660, "column": 25 } } }, "property": { "type": "Identifier", - "start": 73464, - "end": 73478, + "start": 75854, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 26 }, "end": { - "line": 1618, + "line": 1660, "column": 40 }, "identifierName": "_instanceProps" @@ -115665,29 +115801,29 @@ }, { "type": "VariableDeclarator", - "start": 73492, - "end": 73560, + "start": 75882, + "end": 75950, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 12 }, "end": { - "line": 1619, + "line": 1661, "column": 80 } }, "id": { "type": "Identifier", - "start": 73492, - "end": 73497, + "start": 75882, + "end": 75887, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 12 }, "end": { - "line": 1619, + "line": 1661, "column": 17 }, "identifierName": "_date" @@ -115696,58 +115832,58 @@ }, "init": { "type": "CallExpression", - "start": 73501, - "end": 73560, + "start": 75891, + "end": 75950, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 73501, - "end": 73516, + "start": 75891, + "end": 75906, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 73501, - "end": 73505, + "start": 75891, + "end": 75895, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 25 } } }, "property": { "type": "Identifier", - "start": 73506, - "end": 73516, + "start": 75896, + "end": 75906, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 26 }, "end": { - "line": 1619, + "line": 1661, "column": 36 }, "identifierName": "supplement" @@ -115759,73 +115895,73 @@ "arguments": [ { "type": "NullLiteral", - "start": 73518, - "end": 73522, + "start": 75908, + "end": 75912, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 38 }, "end": { - "line": 1619, + "line": 1661, "column": 42 } } }, { "type": "CallExpression", - "start": 73524, - "end": 73558, + "start": 75914, + "end": 75948, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 73524, - "end": 73550, + "start": 75914, + "end": 75940, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 73524, - "end": 73528, + "start": 75914, + "end": 75918, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 48 } } }, "property": { "type": "Identifier", - "start": 73529, - "end": 73550, + "start": 75919, + "end": 75940, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 49 }, "end": { - "line": 1619, + "line": 1661, "column": 70 }, "identifierName": "_getPluggableDatetime" @@ -115837,15 +115973,15 @@ "arguments": [ { "type": "Identifier", - "start": 73552, - "end": 73556, + "start": 75942, + "end": 75946, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 72 }, "end": { - "line": 1619, + "line": 1661, "column": 76 }, "identifierName": "date" @@ -115859,29 +115995,29 @@ }, { "type": "VariableDeclarator", - "start": 73574, - "end": 73590, + "start": 75964, + "end": 75980, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 12 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, "id": { "type": "Identifier", - "start": 73574, - "end": 73586, + "start": 75964, + "end": 75976, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 12 }, "end": { - "line": 1620, + "line": 1662, "column": 24 }, "identifierName": "coordinate_x" @@ -115890,15 +116026,15 @@ }, "init": { "type": "NumericLiteral", - "start": 73589, - "end": 73590, + "start": 75979, + "end": 75980, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 27 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, @@ -115915,15 +116051,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 73409, - "end": 73437, + "start": 75799, + "end": 75827, "loc": { "start": { - "line": 1617, + "line": 1659, "column": 8 }, "end": { - "line": 1617, + "line": 1659, "column": 36 } } @@ -115932,29 +116068,29 @@ }, { "type": "IfStatement", - "start": 73608, - "end": 74250, + "start": 75998, + "end": 76640, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 8 }, "end": { - "line": 1632, + "line": 1674, "column": 9 } }, "test": { "type": "Identifier", - "start": 73613, - "end": 73618, + "start": 76003, + "end": 76008, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 13 }, "end": { - "line": 1622, + "line": 1664, "column": 18 }, "identifierName": "_date" @@ -115963,86 +116099,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 73621, - "end": 74148, + "start": 76011, + "end": 76538, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 21 }, "end": { - "line": 1630, + "line": 1672, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 73635, - "end": 74138, + "start": 76025, + "end": 76528, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 12 }, "end": { - "line": 1629, + "line": 1671, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 73640, - "end": 73692, + "start": 76030, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, "left": { "type": "BinaryExpression", - "start": 73640, - "end": 73665, + "start": 76030, + "end": 76055, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 73640, - "end": 73660, + "start": 76030, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 37 } }, "left": { "type": "Identifier", - "start": 73640, - "end": 73645, + "start": 76030, + "end": 76035, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 22 }, "identifierName": "_date" @@ -116052,29 +116188,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 73648, - "end": 73660, + "start": 76038, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 25 }, "end": { - "line": 1623, + "line": 1665, "column": 37 } }, "object": { "type": "Identifier", - "start": 73648, - "end": 73654, + "start": 76038, + "end": 76044, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 25 }, "end": { - "line": 1623, + "line": 1665, "column": 31 }, "identifierName": "_props" @@ -116083,15 +116219,15 @@ }, "property": { "type": "Identifier", - "start": 73655, - "end": 73660, + "start": 76045, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 32 }, "end": { - "line": 1623, + "line": 1665, "column": 37 }, "identifierName": "begin" @@ -116104,15 +116240,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 73664, - "end": 73665, + "start": 76054, + "end": 76055, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 41 }, "end": { - "line": 1623, + "line": 1665, "column": 42 } }, @@ -116126,57 +116262,57 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 73669, - "end": 73692, + "start": 76059, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, "left": { "type": "BinaryExpression", - "start": 73669, - "end": 73687, + "start": 76059, + "end": 76077, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 73669, - "end": 73679, + "start": 76059, + "end": 76069, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 56 } }, "object": { "type": "Identifier", - "start": 73669, - "end": 73675, + "start": 76059, + "end": 76065, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 52 }, "identifierName": "_props" @@ -116185,15 +116321,15 @@ }, "property": { "type": "Identifier", - "start": 73676, - "end": 73679, + "start": 76066, + "end": 76069, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 53 }, "end": { - "line": 1623, + "line": 1665, "column": 56 }, "identifierName": "end" @@ -116205,15 +116341,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 73682, - "end": 73687, + "start": 76072, + "end": 76077, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 59 }, "end": { - "line": 1623, + "line": 1665, "column": 64 }, "identifierName": "_date" @@ -116224,15 +116360,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 73691, - "end": 73692, + "start": 76081, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 68 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, @@ -116246,59 +116382,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 73695, - "end": 73931, + "start": 76085, + "end": 76321, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 72 }, "end": { - "line": 1626, + "line": 1668, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 73832, - "end": 73917, + "start": 76222, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "expression": { "type": "AssignmentExpression", - "start": 73832, - "end": 73917, + "start": 76222, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "operator": "=", "left": { "type": "Identifier", - "start": 73832, - "end": 73844, + "start": 76222, + "end": 76234, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 28 }, "identifierName": "coordinate_x" @@ -116308,71 +116444,71 @@ }, "right": { "type": "BinaryExpression", - "start": 73847, - "end": 73917, + "start": 76237, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 31 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 73849, - "end": 73896, + "start": 76239, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 80 } }, "left": { "type": "CallExpression", - "start": 73849, - "end": 73881, + "start": 76239, + "end": 76271, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 73849, - "end": 73857, + "start": 76239, + "end": 76247, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 41 } }, "object": { "type": "Identifier", - "start": 73849, - "end": 73853, + "start": 76239, + "end": 76243, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 37 }, "identifierName": "Math" @@ -116381,15 +116517,15 @@ }, "property": { "type": "Identifier", - "start": 73854, - "end": 73857, + "start": 76244, + "end": 76247, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 38 }, "end": { - "line": 1625, + "line": 1667, "column": 41 }, "identifierName": "abs" @@ -116401,29 +116537,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 73859, - "end": 73879, + "start": 76249, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 43 }, "end": { - "line": 1625, + "line": 1667, "column": 63 } }, "left": { "type": "Identifier", - "start": 73859, - "end": 73864, + "start": 76249, + "end": 76254, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 43 }, "end": { - "line": 1625, + "line": 1667, "column": 48 }, "identifierName": "_date" @@ -116433,29 +116569,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 73867, - "end": 73879, + "start": 76257, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 51 }, "end": { - "line": 1625, + "line": 1667, "column": 63 } }, "object": { "type": "Identifier", - "start": 73867, - "end": 73873, + "start": 76257, + "end": 76263, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 51 }, "end": { - "line": 1625, + "line": 1667, "column": 57 }, "identifierName": "_props" @@ -116464,15 +116600,15 @@ }, "property": { "type": "Identifier", - "start": 73874, - "end": 73879, + "start": 76264, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 58 }, "end": { - "line": 1625, + "line": 1667, "column": 63 }, "identifierName": "begin" @@ -116487,29 +116623,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 73884, - "end": 73896, + "start": 76274, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 68 }, "end": { - "line": 1625, + "line": 1667, "column": 80 } }, "object": { "type": "Identifier", - "start": 73884, - "end": 73890, + "start": 76274, + "end": 76280, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 68 }, "end": { - "line": 1625, + "line": 1667, "column": 74 }, "identifierName": "_props" @@ -116518,15 +116654,15 @@ }, "property": { "type": "Identifier", - "start": 73891, - "end": 73896, + "start": 76281, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 75 }, "end": { - "line": 1625, + "line": 1667, "column": 80 }, "identifierName": "scale" @@ -116537,35 +116673,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 73847 + "parenStart": 76237 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 73901, - "end": 73917, + "start": 76291, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 85 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "object": { "type": "Identifier", - "start": 73901, - "end": 73907, + "start": 76291, + "end": 76297, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 85 }, "end": { - "line": 1625, + "line": 1667, "column": 91 }, "identifierName": "_props" @@ -116574,15 +116710,15 @@ }, "property": { "type": "Identifier", - "start": 73908, - "end": 73917, + "start": 76298, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 92 }, "end": { - "line": 1625, + "line": 1667, "column": 101 }, "identifierName": "scaleSize" @@ -116598,15 +116734,15 @@ { "type": "CommentLine", "value": " When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合", - "start": 73713, - "end": 73815, + "start": 76103, + "end": 76205, "loc": { "start": { - "line": 1624, + "line": 1666, "column": 16 }, "end": { - "line": 1624, + "line": 1666, "column": 118 } } @@ -116618,59 +116754,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 73937, - "end": 74138, + "start": 76327, + "end": 76528, "loc": { "start": { - "line": 1626, + "line": 1668, "column": 19 }, "end": { - "line": 1629, + "line": 1671, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74047, - "end": 74124, + "start": 76437, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 74047, - "end": 74124, + "start": 76437, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 74047, - "end": 74059, + "start": 76437, + "end": 76449, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 28 }, "identifierName": "coordinate_x" @@ -116680,57 +116816,57 @@ }, "right": { "type": "BinaryExpression", - "start": 74062, - "end": 74124, + "start": 76452, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 31 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "left": { "type": "BinaryExpression", - "start": 74064, - "end": 74103, + "start": 76454, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 33 }, "end": { - "line": 1628, + "line": 1670, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 74066, - "end": 74086, + "start": 76456, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 35 }, "end": { - "line": 1628, + "line": 1670, "column": 55 } }, "left": { "type": "Identifier", - "start": 74066, - "end": 74071, + "start": 76456, + "end": 76461, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 35 }, "end": { - "line": 1628, + "line": 1670, "column": 40 }, "identifierName": "_date" @@ -116740,29 +116876,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 74074, - "end": 74086, + "start": 76464, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 43 }, "end": { - "line": 1628, + "line": 1670, "column": 55 } }, "object": { "type": "Identifier", - "start": 74074, - "end": 74080, + "start": 76464, + "end": 76470, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 43 }, "end": { - "line": 1628, + "line": 1670, "column": 49 }, "identifierName": "_props" @@ -116771,15 +116907,15 @@ }, "property": { "type": "Identifier", - "start": 74081, - "end": 74086, + "start": 76471, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 50 }, "end": { - "line": 1628, + "line": 1670, "column": 55 }, "identifierName": "begin" @@ -116790,35 +116926,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 74064 + "parenStart": 76454 } }, "operator": "/", "right": { "type": "MemberExpression", - "start": 74091, - "end": 74103, + "start": 76481, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 60 }, "end": { - "line": 1628, + "line": 1670, "column": 72 } }, "object": { "type": "Identifier", - "start": 74091, - "end": 74097, + "start": 76481, + "end": 76487, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 60 }, "end": { - "line": 1628, + "line": 1670, "column": 66 }, "identifierName": "_props" @@ -116827,15 +116963,15 @@ }, "property": { "type": "Identifier", - "start": 74098, - "end": 74103, + "start": 76488, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 67 }, "end": { - "line": 1628, + "line": 1670, "column": 72 }, "identifierName": "scale" @@ -116846,35 +116982,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 74062 + "parenStart": 76452 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 74108, - "end": 74124, + "start": 76498, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 77 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "object": { "type": "Identifier", - "start": 74108, - "end": 74114, + "start": 76498, + "end": 76504, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 77 }, "end": { - "line": 1628, + "line": 1670, "column": 83 }, "identifierName": "_props" @@ -116883,15 +117019,15 @@ }, "property": { "type": "Identifier", - "start": 74115, - "end": 74124, + "start": 76505, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 84 }, "end": { - "line": 1628, + "line": 1670, "column": 93 }, "identifierName": "scaleSize" @@ -116907,15 +117043,15 @@ { "type": "CommentLine", "value": " When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合", - "start": 73955, - "end": 74030, + "start": 76345, + "end": 76420, "loc": { "start": { - "line": 1627, + "line": 1669, "column": 16 }, "end": { - "line": 1627, + "line": 1669, "column": 91 } } @@ -116931,72 +117067,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 74154, - "end": 74250, + "start": 76544, + "end": 76640, "loc": { "start": { - "line": 1630, + "line": 1672, "column": 15 }, "end": { - "line": 1632, + "line": 1674, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 74168, - "end": 74240, + "start": 76558, + "end": 76630, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 74168, - "end": 74240, + "start": 76558, + "end": 76630, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 74168, - "end": 74180, + "start": 76558, + "end": 76570, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 24 } }, "object": { "type": "Identifier", - "start": 74168, - "end": 74175, + "start": 76558, + "end": 76565, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 19 }, "identifierName": "console" @@ -117005,15 +117141,15 @@ }, "property": { "type": "Identifier", - "start": 74176, - "end": 74180, + "start": 76566, + "end": 76570, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 20 }, "end": { - "line": 1631, + "line": 1673, "column": 24 }, "identifierName": "warn" @@ -117025,15 +117161,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 74182, - "end": 74238, + "start": 76572, + "end": 76628, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 26 }, "end": { - "line": 1631, + "line": 1673, "column": 82 } }, @@ -117052,29 +117188,29 @@ }, { "type": "ReturnStatement", - "start": 74268, - "end": 74287, + "start": 76658, + "end": 76677, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 8 }, "end": { - "line": 1634, + "line": 1676, "column": 27 } }, "argument": { "type": "Identifier", - "start": 74275, - "end": 74287, + "start": 76665, + "end": 76677, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 15 }, "end": { - "line": 1634, + "line": 1676, "column": 27 }, "identifierName": "coordinate_x" @@ -117090,15 +117226,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -117108,15 +117244,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -117125,15 +117261,15 @@ }, { "type": "ClassMethod", - "start": 74413, - "end": 75140, + "start": 76803, + "end": 77530, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 4 }, "end": { - "line": 1656, + "line": 1698, "column": 5 } }, @@ -117141,15 +117277,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 74413, - "end": 74425, + "start": 76803, + "end": 76815, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 4 }, "end": { - "line": 1642, + "line": 1684, "column": 16 }, "identifierName": "_saveToCache" @@ -117165,15 +117301,15 @@ "params": [ { "type": "Identifier", - "start": 74427, - "end": 74431, + "start": 76817, + "end": 76821, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 18 }, "end": { - "line": 1642, + "line": 1684, "column": 22 }, "identifierName": "data" @@ -117183,59 +117319,59 @@ ], "body": { "type": "BlockStatement", - "start": 74434, - "end": 75140, + "start": 76824, + "end": 77530, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 25 }, "end": { - "line": 1656, + "line": 1698, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 74444, - "end": 74701, + "start": 76834, + "end": 77091, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 8 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 74448, - "end": 74548, + "start": 76838, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 12 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, "id": { "type": "Identifier", - "start": 74448, - "end": 74460, + "start": 76838, + "end": 76850, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 12 }, "end": { - "line": 1643, + "line": 1685, "column": 24 }, "identifierName": "strageEngine" @@ -117244,57 +117380,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 74463, - "end": 74548, + "start": 76853, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, "test": { "type": "CallExpression", - "start": 74463, - "end": 74512, + "start": 76853, + "end": 76902, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 74463, - "end": 74488, + "start": 76853, + "end": 76878, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 74463, - "end": 74483, + "start": 76853, + "end": 76873, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 47 } }, @@ -117306,15 +117442,15 @@ }, "property": { "type": "Identifier", - "start": 74484, - "end": 74488, + "start": 76874, + "end": 76878, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 48 }, "end": { - "line": 1643, + "line": 1685, "column": 52 }, "identifierName": "test" @@ -117326,58 +117462,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 74490, - "end": 74510, + "start": 76880, + "end": 76900, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 74490, - "end": 74502, + "start": 76880, + "end": 76892, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 74490, - "end": 74494, + "start": 76880, + "end": 76884, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 58 } } }, "property": { "type": "Identifier", - "start": 74495, - "end": 74502, + "start": 76885, + "end": 76892, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 59 }, "end": { - "line": 1643, + "line": 1685, "column": 66 }, "identifierName": "_config" @@ -117388,15 +117524,15 @@ }, "property": { "type": "Identifier", - "start": 74503, - "end": 74510, + "start": 76893, + "end": 76900, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 67 }, "end": { - "line": 1643, + "line": 1685, "column": 74 }, "identifierName": "storage" @@ -117409,15 +117545,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 74515, - "end": 74529, + "start": 76905, + "end": 76919, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 79 }, "end": { - "line": 1643, + "line": 1685, "column": 93 } }, @@ -117429,15 +117565,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 74532, - "end": 74548, + "start": 76922, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 96 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, @@ -117451,29 +117587,29 @@ }, { "type": "VariableDeclarator", - "start": 74562, - "end": 74701, + "start": 76952, + "end": 77091, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 12 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "id": { "type": "Identifier", - "start": 74562, - "end": 74574, + "start": 76952, + "end": 76964, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 12 }, "end": { - "line": 1644, + "line": 1686, "column": 24 }, "identifierName": "is_available" @@ -117482,43 +117618,43 @@ }, "init": { "type": "LogicalExpression", - "start": 74577, - "end": 74701, + "start": 76967, + "end": 77091, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 27 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 74579, - "end": 74601, + "start": 76969, + "end": 76991, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 29 }, "end": { - "line": 1644, + "line": 1686, "column": 51 } }, "left": { "type": "Identifier", - "start": 74579, - "end": 74591, + "start": 76969, + "end": 76981, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 29 }, "end": { - "line": 1644, + "line": 1686, "column": 41 }, "identifierName": "strageEngine" @@ -117528,15 +117664,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 74595, - "end": 74601, + "start": 76985, + "end": 76991, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 45 }, "end": { - "line": 1644, + "line": 1686, "column": 51 }, "identifierName": "window" @@ -117545,63 +117681,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 74577 + "parenStart": 76967 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 74609, - "end": 74699, + "start": 76999, + "end": 77089, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 59 }, "end": { - "line": 1644, + "line": 1686, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 74611, - "end": 74688, + "start": 77001, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 74611, - "end": 74642, + "start": 77001, + "end": 77032, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 92 } }, "left": { "type": "Identifier", - "start": 74611, - "end": 74623, + "start": 77001, + "end": 77013, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 73 }, "identifierName": "strageEngine" @@ -117611,15 +117747,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 74628, - "end": 74642, + "start": 77018, + "end": 77032, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 78 }, "end": { - "line": 1644, + "line": 1686, "column": 92 } }, @@ -117632,29 +117768,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 74645, - "end": 74664, + "start": 77035, + "end": 77054, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 95 }, "end": { - "line": 1644, + "line": 1686, "column": 114 } }, "object": { "type": "Identifier", - "start": 74645, - "end": 74651, + "start": 77035, + "end": 77041, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 95 }, "end": { - "line": 1644, + "line": 1686, "column": 101 }, "identifierName": "window" @@ -117663,15 +117799,15 @@ }, "property": { "type": "Identifier", - "start": 74652, - "end": 74664, + "start": 77042, + "end": 77054, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 102 }, "end": { - "line": 1644, + "line": 1686, "column": 114 }, "identifierName": "localStorage" @@ -117682,29 +117818,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 74667, - "end": 74688, + "start": 77057, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 117 }, "end": { - "line": 1644, + "line": 1686, "column": 138 } }, "object": { "type": "Identifier", - "start": 74667, - "end": 74673, + "start": 77057, + "end": 77063, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 117 }, "end": { - "line": 1644, + "line": 1686, "column": 123 }, "identifierName": "window" @@ -117713,15 +117849,15 @@ }, "property": { "type": "Identifier", - "start": 74674, - "end": 74688, + "start": 77064, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 124 }, "end": { - "line": 1644, + "line": 1686, "column": 138 }, "identifierName": "sessionStorage" @@ -117732,28 +117868,28 @@ }, "extra": { "parenthesized": true, - "parenStart": 74609 + "parenStart": 76999 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 74695, - "end": 74699, + "start": 77085, + "end": 77089, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 145 }, "end": { - "line": 1644, + "line": 1686, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 74607 + "parenStart": 76997 } } } @@ -117763,29 +117899,29 @@ }, { "type": "IfStatement", - "start": 74719, - "end": 75134, + "start": 77109, + "end": 77524, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 8 }, "end": { - "line": 1655, + "line": 1697, "column": 9 } }, "test": { "type": "Identifier", - "start": 74724, - "end": 74736, + "start": 77114, + "end": 77126, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 13 }, "end": { - "line": 1646, + "line": 1688, "column": 25 }, "identifierName": "is_available" @@ -117794,58 +117930,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 74739, - "end": 75022, + "start": 77129, + "end": 77412, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 28 }, "end": { - "line": 1653, + "line": 1695, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 74753, - "end": 74988, + "start": 77143, + "end": 77378, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 12 }, "end": { - "line": 1651, + "line": 1693, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 74758, - "end": 74789, + "start": 77148, + "end": 77179, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 17 }, "end": { - "line": 1647, + "line": 1689, "column": 48 } }, "left": { "type": "Identifier", - "start": 74758, - "end": 74770, + "start": 77148, + "end": 77160, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 17 }, "end": { - "line": 1647, + "line": 1689, "column": 29 }, "identifierName": "strageEngine" @@ -117855,15 +117991,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 74775, - "end": 74789, + "start": 77165, + "end": 77179, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 34 }, "end": { - "line": 1647, + "line": 1689, "column": 48 } }, @@ -117876,72 +118012,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 74792, - "end": 74886, + "start": 77182, + "end": 77276, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 51 }, "end": { - "line": 1649, + "line": 1691, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74810, - "end": 74872, + "start": 77200, + "end": 77262, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 78 } }, "expression": { "type": "CallExpression", - "start": 74810, - "end": 74872, + "start": 77200, + "end": 77262, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 74810, - "end": 74830, + "start": 77200, + "end": 77220, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 36 } }, "object": { "type": "Identifier", - "start": 74810, - "end": 74822, + "start": 77200, + "end": 77212, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 28 }, "identifierName": "localStorage" @@ -117950,15 +118086,15 @@ }, "property": { "type": "Identifier", - "start": 74823, - "end": 74830, + "start": 77213, + "end": 77220, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 29 }, "end": { - "line": 1648, + "line": 1690, "column": 36 }, "identifierName": "setItem" @@ -117970,44 +118106,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 74832, - "end": 74846, + "start": 77222, + "end": 77236, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 38 }, "end": { - "line": 1648, + "line": 1690, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 74832, - "end": 74836, + "start": 77222, + "end": 77226, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 38 }, "end": { - "line": 1648, + "line": 1690, "column": 42 } } }, "property": { "type": "Identifier", - "start": 74837, - "end": 74846, + "start": 77227, + "end": 77236, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 43 }, "end": { - "line": 1648, + "line": 1690, "column": 52 }, "identifierName": "_selector" @@ -118018,43 +118154,43 @@ }, { "type": "CallExpression", - "start": 74848, - "end": 74870, + "start": 77238, + "end": 77260, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 74848, - "end": 74862, + "start": 77238, + "end": 77252, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 68 } }, "object": { "type": "Identifier", - "start": 74848, - "end": 74852, + "start": 77238, + "end": 77242, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 58 }, "identifierName": "JSON" @@ -118063,15 +118199,15 @@ }, "property": { "type": "Identifier", - "start": 74853, - "end": 74862, + "start": 77243, + "end": 77252, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 59 }, "end": { - "line": 1648, + "line": 1690, "column": 68 }, "identifierName": "stringify" @@ -118083,15 +118219,15 @@ "arguments": [ { "type": "Identifier", - "start": 74864, - "end": 74868, + "start": 77254, + "end": 77258, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 70 }, "end": { - "line": 1648, + "line": 1690, "column": 74 }, "identifierName": "data" @@ -118108,72 +118244,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 74892, - "end": 74988, + "start": 77282, + "end": 77378, "loc": { "start": { - "line": 1649, + "line": 1691, "column": 19 }, "end": { - "line": 1651, + "line": 1693, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74910, - "end": 74974, + "start": 77300, + "end": 77364, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 74910, - "end": 74974, + "start": 77300, + "end": 77364, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 74910, - "end": 74932, + "start": 77300, + "end": 77322, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 38 } }, "object": { "type": "Identifier", - "start": 74910, - "end": 74924, + "start": 77300, + "end": 77314, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 30 }, "identifierName": "sessionStorage" @@ -118182,15 +118318,15 @@ }, "property": { "type": "Identifier", - "start": 74925, - "end": 74932, + "start": 77315, + "end": 77322, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 31 }, "end": { - "line": 1650, + "line": 1692, "column": 38 }, "identifierName": "setItem" @@ -118202,44 +118338,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 74934, - "end": 74948, + "start": 77324, + "end": 77338, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 40 }, "end": { - "line": 1650, + "line": 1692, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 74934, - "end": 74938, + "start": 77324, + "end": 77328, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 40 }, "end": { - "line": 1650, + "line": 1692, "column": 44 } } }, "property": { "type": "Identifier", - "start": 74939, - "end": 74948, + "start": 77329, + "end": 77338, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 45 }, "end": { - "line": 1650, + "line": 1692, "column": 54 }, "identifierName": "_selector" @@ -118250,43 +118386,43 @@ }, { "type": "CallExpression", - "start": 74950, - "end": 74972, + "start": 77340, + "end": 77362, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 74950, - "end": 74964, + "start": 77340, + "end": 77354, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 70 } }, "object": { "type": "Identifier", - "start": 74950, - "end": 74954, + "start": 77340, + "end": 77344, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 60 }, "identifierName": "JSON" @@ -118295,15 +118431,15 @@ }, "property": { "type": "Identifier", - "start": 74955, - "end": 74964, + "start": 77345, + "end": 77354, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 61 }, "end": { - "line": 1650, + "line": 1692, "column": 70 }, "identifierName": "stringify" @@ -118315,15 +118451,15 @@ "arguments": [ { "type": "Identifier", - "start": 74966, - "end": 74970, + "start": 77356, + "end": 77360, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 72 }, "end": { - "line": 1650, + "line": 1692, "column": 76 }, "identifierName": "data" @@ -118341,29 +118477,29 @@ }, { "type": "ReturnStatement", - "start": 75001, - "end": 75012, + "start": 77391, + "end": 77402, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 12 }, "end": { - "line": 1652, + "line": 1694, "column": 23 } }, "argument": { "type": "BooleanLiteral", - "start": 75008, - "end": 75012, + "start": 77398, + "end": 77402, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 19 }, "end": { - "line": 1652, + "line": 1694, "column": 23 } }, @@ -118375,58 +118511,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 75028, - "end": 75134, + "start": 77418, + "end": 77524, "loc": { "start": { - "line": 1653, + "line": 1695, "column": 15 }, "end": { - "line": 1655, + "line": 1697, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 75042, - "end": 75124, + "start": 77432, + "end": 77514, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 12 }, "end": { - "line": 1654, + "line": 1696, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 75048, - "end": 75124, + "start": 77438, + "end": 77514, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 18 }, "end": { - "line": 1654, + "line": 1696, "column": 94 } }, "callee": { "type": "Identifier", - "start": 75052, - "end": 75061, + "start": 77442, + "end": 77451, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 22 }, "end": { - "line": 1654, + "line": 1696, "column": 31 }, "identifierName": "TypeError" @@ -118436,30 +118572,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 75063, - "end": 75122, + "start": 77453, + "end": 77512, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 33 }, "end": { - "line": 1654, + "line": 1696, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 75085, - "end": 75097, + "start": 77475, + "end": 77487, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 55 }, "end": { - "line": 1654, + "line": 1696, "column": 67 }, "identifierName": "strageEngine" @@ -118470,15 +118606,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 75064, - "end": 75083, + "start": 77454, + "end": 77473, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 34 }, "end": { - "line": 1654, + "line": 1696, "column": 53 } }, @@ -118490,15 +118626,15 @@ }, { "type": "TemplateElement", - "start": 75098, - "end": 75121, + "start": 77488, + "end": 77511, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 68 }, "end": { - "line": 1654, + "line": 1696, "column": 91 } }, @@ -118525,15 +118661,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -118543,15 +118679,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -118560,15 +118696,15 @@ }, { "type": "ClassMethod", - "start": 75261, - "end": 76005, + "start": 77651, + "end": 78395, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 4 }, "end": { - "line": 1678, + "line": 1720, "column": 5 } }, @@ -118576,15 +118712,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 75261, - "end": 75273, + "start": 77651, + "end": 77663, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 4 }, "end": { - "line": 1663, + "line": 1705, "column": 16 }, "identifierName": "_loadToCache" @@ -118600,59 +118736,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 75276, - "end": 76005, + "start": 77666, + "end": 78395, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 19 }, "end": { - "line": 1678, + "line": 1720, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 75286, - "end": 75576, + "start": 77676, + "end": 77966, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 8 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 75290, - "end": 75390, + "start": 77680, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 12 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, "id": { "type": "Identifier", - "start": 75290, - "end": 75302, + "start": 77680, + "end": 77692, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 12 }, "end": { - "line": 1664, + "line": 1706, "column": 24 }, "identifierName": "strageEngine" @@ -118661,57 +118797,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 75305, - "end": 75390, + "start": 77695, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, "test": { "type": "CallExpression", - "start": 75305, - "end": 75354, + "start": 77695, + "end": 77744, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 75305, - "end": 75330, + "start": 77695, + "end": 77720, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 75305, - "end": 75325, + "start": 77695, + "end": 77715, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 47 } }, @@ -118723,15 +118859,15 @@ }, "property": { "type": "Identifier", - "start": 75326, - "end": 75330, + "start": 77716, + "end": 77720, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 48 }, "end": { - "line": 1664, + "line": 1706, "column": 52 }, "identifierName": "test" @@ -118743,58 +118879,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 75332, - "end": 75352, + "start": 77722, + "end": 77742, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 75332, - "end": 75344, + "start": 77722, + "end": 77734, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 75332, - "end": 75336, + "start": 77722, + "end": 77726, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 58 } } }, "property": { "type": "Identifier", - "start": 75337, - "end": 75344, + "start": 77727, + "end": 77734, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 59 }, "end": { - "line": 1664, + "line": 1706, "column": 66 }, "identifierName": "_config" @@ -118805,15 +118941,15 @@ }, "property": { "type": "Identifier", - "start": 75345, - "end": 75352, + "start": 77735, + "end": 77742, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 67 }, "end": { - "line": 1664, + "line": 1706, "column": 74 }, "identifierName": "storage" @@ -118826,15 +118962,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 75357, - "end": 75371, + "start": 77747, + "end": 77761, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 79 }, "end": { - "line": 1664, + "line": 1706, "column": 93 } }, @@ -118846,15 +118982,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 75374, - "end": 75390, + "start": 77764, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 96 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, @@ -118868,29 +119004,29 @@ }, { "type": "VariableDeclarator", - "start": 75404, - "end": 75543, + "start": 77794, + "end": 77933, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 12 }, "end": { - "line": 1665, + "line": 1707, "column": 151 } }, "id": { "type": "Identifier", - "start": 75404, - "end": 75416, + "start": 77794, + "end": 77806, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 12 }, "end": { - "line": 1665, + "line": 1707, "column": 24 }, "identifierName": "is_available" @@ -118899,43 +119035,43 @@ }, "init": { "type": "LogicalExpression", - "start": 75419, - "end": 75543, + "start": 77809, + "end": 77933, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 27 }, "end": { - "line": 1665, + "line": 1707, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 75421, - "end": 75443, + "start": 77811, + "end": 77833, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 29 }, "end": { - "line": 1665, + "line": 1707, "column": 51 } }, "left": { "type": "Identifier", - "start": 75421, - "end": 75433, + "start": 77811, + "end": 77823, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 29 }, "end": { - "line": 1665, + "line": 1707, "column": 41 }, "identifierName": "strageEngine" @@ -118945,15 +119081,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 75437, - "end": 75443, + "start": 77827, + "end": 77833, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 45 }, "end": { - "line": 1665, + "line": 1707, "column": 51 }, "identifierName": "window" @@ -118962,63 +119098,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 75419 + "parenStart": 77809 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 75451, - "end": 75541, + "start": 77841, + "end": 77931, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 59 }, "end": { - "line": 1665, + "line": 1707, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 75453, - "end": 75530, + "start": 77843, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 75453, - "end": 75484, + "start": 77843, + "end": 77874, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 92 } }, "left": { "type": "Identifier", - "start": 75453, - "end": 75465, + "start": 77843, + "end": 77855, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 73 }, "identifierName": "strageEngine" @@ -119028,15 +119164,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 75470, - "end": 75484, + "start": 77860, + "end": 77874, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 78 }, "end": { - "line": 1665, + "line": 1707, "column": 92 } }, @@ -119049,29 +119185,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 75487, - "end": 75506, + "start": 77877, + "end": 77896, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 95 }, "end": { - "line": 1665, + "line": 1707, "column": 114 } }, "object": { "type": "Identifier", - "start": 75487, - "end": 75493, + "start": 77877, + "end": 77883, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 95 }, "end": { - "line": 1665, + "line": 1707, "column": 101 }, "identifierName": "window" @@ -119080,15 +119216,15 @@ }, "property": { "type": "Identifier", - "start": 75494, - "end": 75506, + "start": 77884, + "end": 77896, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 102 }, "end": { - "line": 1665, + "line": 1707, "column": 114 }, "identifierName": "localStorage" @@ -119099,29 +119235,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 75509, - "end": 75530, + "start": 77899, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 117 }, "end": { - "line": 1665, + "line": 1707, "column": 138 } }, "object": { "type": "Identifier", - "start": 75509, - "end": 75515, + "start": 77899, + "end": 77905, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 117 }, "end": { - "line": 1665, + "line": 1707, "column": 123 }, "identifierName": "window" @@ -119130,15 +119266,15 @@ }, "property": { "type": "Identifier", - "start": 75516, - "end": 75530, + "start": 77906, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 124 }, "end": { - "line": 1665, + "line": 1707, "column": 138 }, "identifierName": "sessionStorage" @@ -119149,57 +119285,57 @@ }, "extra": { "parenthesized": true, - "parenStart": 75451 + "parenStart": 77841 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 75537, - "end": 75541, + "start": 77927, + "end": 77931, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 145 }, "end": { - "line": 1665, + "line": 1707, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 75449 + "parenStart": 77839 } } } }, { "type": "VariableDeclarator", - "start": 75557, - "end": 75576, + "start": 77947, + "end": 77966, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 12 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } }, "id": { "type": "Identifier", - "start": 75557, - "end": 75561, + "start": 77947, + "end": 77951, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 12 }, "end": { - "line": 1666, + "line": 1708, "column": 16 }, "identifierName": "data" @@ -119208,15 +119344,15 @@ }, "init": { "type": "NullLiteral", - "start": 75572, - "end": 75576, + "start": 77962, + "end": 77966, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 27 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } } @@ -119227,29 +119363,29 @@ }, { "type": "IfStatement", - "start": 75594, - "end": 75979, + "start": 77984, + "end": 78369, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 8 }, "end": { - "line": 1676, + "line": 1718, "column": 9 } }, "test": { "type": "Identifier", - "start": 75599, - "end": 75611, + "start": 77989, + "end": 78001, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 13 }, "end": { - "line": 1668, + "line": 1710, "column": 25 }, "identifierName": "is_available" @@ -119258,58 +119394,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 75614, - "end": 75867, + "start": 78004, + "end": 78257, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 28 }, "end": { - "line": 1674, + "line": 1716, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 75628, - "end": 75857, + "start": 78018, + "end": 78247, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 12 }, "end": { - "line": 1673, + "line": 1715, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 75633, - "end": 75664, + "start": 78023, + "end": 78054, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 17 }, "end": { - "line": 1669, + "line": 1711, "column": 48 } }, "left": { "type": "Identifier", - "start": 75633, - "end": 75645, + "start": 78023, + "end": 78035, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 17 }, "end": { - "line": 1669, + "line": 1711, "column": 29 }, "identifierName": "strageEngine" @@ -119319,15 +119455,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 75650, - "end": 75664, + "start": 78040, + "end": 78054, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 34 }, "end": { - "line": 1669, + "line": 1711, "column": 48 } }, @@ -119340,59 +119476,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 75667, - "end": 75758, + "start": 78057, + "end": 78148, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 51 }, "end": { - "line": 1671, + "line": 1713, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 75685, - "end": 75744, + "start": 78075, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 75685, - "end": 75744, + "start": 78075, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "operator": "=", "left": { "type": "Identifier", - "start": 75685, - "end": 75689, + "start": 78075, + "end": 78079, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 20 }, "identifierName": "data" @@ -119401,43 +119537,43 @@ }, "right": { "type": "CallExpression", - "start": 75692, - "end": 75744, + "start": 78082, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 75692, - "end": 75702, + "start": 78082, + "end": 78092, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 33 } }, "object": { "type": "Identifier", - "start": 75692, - "end": 75696, + "start": 78082, + "end": 78086, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 27 }, "identifierName": "JSON" @@ -119446,15 +119582,15 @@ }, "property": { "type": "Identifier", - "start": 75697, - "end": 75702, + "start": 78087, + "end": 78092, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 28 }, "end": { - "line": 1670, + "line": 1712, "column": 33 }, "identifierName": "parse" @@ -119466,43 +119602,43 @@ "arguments": [ { "type": "CallExpression", - "start": 75704, - "end": 75742, + "start": 78094, + "end": 78132, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 75704, - "end": 75724, + "start": 78094, + "end": 78114, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 55 } }, "object": { "type": "Identifier", - "start": 75704, - "end": 75716, + "start": 78094, + "end": 78106, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 47 }, "identifierName": "localStorage" @@ -119511,15 +119647,15 @@ }, "property": { "type": "Identifier", - "start": 75717, - "end": 75724, + "start": 78107, + "end": 78114, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 48 }, "end": { - "line": 1670, + "line": 1712, "column": 55 }, "identifierName": "getItem" @@ -119531,44 +119667,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 75726, - "end": 75740, + "start": 78116, + "end": 78130, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 57 }, "end": { - "line": 1670, + "line": 1712, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 75726, - "end": 75730, + "start": 78116, + "end": 78120, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 57 }, "end": { - "line": 1670, + "line": 1712, "column": 61 } } }, "property": { "type": "Identifier", - "start": 75731, - "end": 75740, + "start": 78121, + "end": 78130, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 62 }, "end": { - "line": 1670, + "line": 1712, "column": 71 }, "identifierName": "_selector" @@ -119588,59 +119724,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 75764, - "end": 75857, + "start": 78154, + "end": 78247, "loc": { "start": { - "line": 1671, + "line": 1713, "column": 19 }, "end": { - "line": 1673, + "line": 1715, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 75782, - "end": 75843, + "start": 78172, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 75782, - "end": 75843, + "start": 78172, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 75782, - "end": 75786, + "start": 78172, + "end": 78176, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 20 }, "identifierName": "data" @@ -119649,43 +119785,43 @@ }, "right": { "type": "CallExpression", - "start": 75789, - "end": 75843, + "start": 78179, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 75789, - "end": 75799, + "start": 78179, + "end": 78189, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 33 } }, "object": { "type": "Identifier", - "start": 75789, - "end": 75793, + "start": 78179, + "end": 78183, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 27 }, "identifierName": "JSON" @@ -119694,15 +119830,15 @@ }, "property": { "type": "Identifier", - "start": 75794, - "end": 75799, + "start": 78184, + "end": 78189, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 28 }, "end": { - "line": 1672, + "line": 1714, "column": 33 }, "identifierName": "parse" @@ -119714,43 +119850,43 @@ "arguments": [ { "type": "CallExpression", - "start": 75801, - "end": 75841, + "start": 78191, + "end": 78231, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 75801, - "end": 75823, + "start": 78191, + "end": 78213, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 57 } }, "object": { "type": "Identifier", - "start": 75801, - "end": 75815, + "start": 78191, + "end": 78205, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 49 }, "identifierName": "sessionStorage" @@ -119759,15 +119895,15 @@ }, "property": { "type": "Identifier", - "start": 75816, - "end": 75823, + "start": 78206, + "end": 78213, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 50 }, "end": { - "line": 1672, + "line": 1714, "column": 57 }, "identifierName": "getItem" @@ -119779,44 +119915,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 75825, - "end": 75839, + "start": 78215, + "end": 78229, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 59 }, "end": { - "line": 1672, + "line": 1714, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 75825, - "end": 75829, + "start": 78215, + "end": 78219, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 59 }, "end": { - "line": 1672, + "line": 1714, "column": 63 } } }, "property": { "type": "Identifier", - "start": 75830, - "end": 75839, + "start": 78220, + "end": 78229, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 64 }, "end": { - "line": 1672, + "line": 1714, "column": 73 }, "identifierName": "_selector" @@ -119840,58 +119976,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 75873, - "end": 75979, + "start": 78263, + "end": 78369, "loc": { "start": { - "line": 1674, + "line": 1716, "column": 15 }, "end": { - "line": 1676, + "line": 1718, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 75887, - "end": 75969, + "start": 78277, + "end": 78359, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 12 }, "end": { - "line": 1675, + "line": 1717, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 75893, - "end": 75969, + "start": 78283, + "end": 78359, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 18 }, "end": { - "line": 1675, + "line": 1717, "column": 94 } }, "callee": { "type": "Identifier", - "start": 75897, - "end": 75906, + "start": 78287, + "end": 78296, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 22 }, "end": { - "line": 1675, + "line": 1717, "column": 31 }, "identifierName": "TypeError" @@ -119901,30 +120037,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 75908, - "end": 75967, + "start": 78298, + "end": 78357, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 33 }, "end": { - "line": 1675, + "line": 1717, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 75930, - "end": 75942, + "start": 78320, + "end": 78332, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 55 }, "end": { - "line": 1675, + "line": 1717, "column": 67 }, "identifierName": "strageEngine" @@ -119935,15 +120071,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 75909, - "end": 75928, + "start": 78299, + "end": 78318, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 34 }, "end": { - "line": 1675, + "line": 1717, "column": 53 } }, @@ -119955,15 +120091,15 @@ }, { "type": "TemplateElement", - "start": 75943, - "end": 75966, + "start": 78333, + "end": 78356, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 68 }, "end": { - "line": 1675, + "line": 1717, "column": 91 } }, @@ -119984,29 +120120,29 @@ }, { "type": "ReturnStatement", - "start": 75988, - "end": 75999, + "start": 78378, + "end": 78389, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 8 }, "end": { - "line": 1677, + "line": 1719, "column": 19 } }, "argument": { "type": "Identifier", - "start": 75995, - "end": 75999, + "start": 78385, + "end": 78389, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 15 }, "end": { - "line": 1677, + "line": 1719, "column": 19 }, "identifierName": "data" @@ -120022,15 +120158,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -120040,15 +120176,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -120057,15 +120193,15 @@ }, { "type": "ClassMethod", - "start": 76095, - "end": 76750, + "start": 78485, + "end": 79140, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 4 }, "end": { - "line": 1697, + "line": 1739, "column": 5 } }, @@ -120073,15 +120209,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 76095, - "end": 76107, + "start": 78485, + "end": 78497, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 4 }, "end": { - "line": 1684, + "line": 1726, "column": 16 }, "identifierName": "_removeCache" @@ -120097,59 +120233,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 76110, - "end": 76750, + "start": 78500, + "end": 79140, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 19 }, "end": { - "line": 1697, + "line": 1739, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 76120, - "end": 76377, + "start": 78510, + "end": 78767, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 8 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 76124, - "end": 76224, + "start": 78514, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 12 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, "id": { "type": "Identifier", - "start": 76124, - "end": 76136, + "start": 78514, + "end": 78526, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 12 }, "end": { - "line": 1685, + "line": 1727, "column": 24 }, "identifierName": "strageEngine" @@ -120158,57 +120294,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 76139, - "end": 76224, + "start": 78529, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, "test": { "type": "CallExpression", - "start": 76139, - "end": 76188, + "start": 78529, + "end": 78578, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 76139, - "end": 76164, + "start": 78529, + "end": 78554, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 76139, - "end": 76159, + "start": 78529, + "end": 78549, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 47 } }, @@ -120220,15 +120356,15 @@ }, "property": { "type": "Identifier", - "start": 76160, - "end": 76164, + "start": 78550, + "end": 78554, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 48 }, "end": { - "line": 1685, + "line": 1727, "column": 52 }, "identifierName": "test" @@ -120240,58 +120376,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 76166, - "end": 76186, + "start": 78556, + "end": 78576, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 76166, - "end": 76178, + "start": 78556, + "end": 78568, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 76166, - "end": 76170, + "start": 78556, + "end": 78560, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 58 } } }, "property": { "type": "Identifier", - "start": 76171, - "end": 76178, + "start": 78561, + "end": 78568, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 59 }, "end": { - "line": 1685, + "line": 1727, "column": 66 }, "identifierName": "_config" @@ -120302,15 +120438,15 @@ }, "property": { "type": "Identifier", - "start": 76179, - "end": 76186, + "start": 78569, + "end": 78576, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 67 }, "end": { - "line": 1685, + "line": 1727, "column": 74 }, "identifierName": "storage" @@ -120323,15 +120459,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 76191, - "end": 76205, + "start": 78581, + "end": 78595, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 79 }, "end": { - "line": 1685, + "line": 1727, "column": 93 } }, @@ -120343,15 +120479,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 76208, - "end": 76224, + "start": 78598, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 96 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, @@ -120365,29 +120501,29 @@ }, { "type": "VariableDeclarator", - "start": 76238, - "end": 76377, + "start": 78628, + "end": 78767, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 12 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "id": { "type": "Identifier", - "start": 76238, - "end": 76250, + "start": 78628, + "end": 78640, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 12 }, "end": { - "line": 1686, + "line": 1728, "column": 24 }, "identifierName": "is_available" @@ -120396,43 +120532,43 @@ }, "init": { "type": "LogicalExpression", - "start": 76253, - "end": 76377, + "start": 78643, + "end": 78767, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 27 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 76255, - "end": 76277, + "start": 78645, + "end": 78667, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 29 }, "end": { - "line": 1686, + "line": 1728, "column": 51 } }, "left": { "type": "Identifier", - "start": 76255, - "end": 76267, + "start": 78645, + "end": 78657, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 29 }, "end": { - "line": 1686, + "line": 1728, "column": 41 }, "identifierName": "strageEngine" @@ -120442,15 +120578,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 76271, - "end": 76277, + "start": 78661, + "end": 78667, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 45 }, "end": { - "line": 1686, + "line": 1728, "column": 51 }, "identifierName": "window" @@ -120459,63 +120595,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 76253 + "parenStart": 78643 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 76285, - "end": 76375, + "start": 78675, + "end": 78765, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 59 }, "end": { - "line": 1686, + "line": 1728, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 76287, - "end": 76364, + "start": 78677, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 76287, - "end": 76318, + "start": 78677, + "end": 78708, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 92 } }, "left": { "type": "Identifier", - "start": 76287, - "end": 76299, + "start": 78677, + "end": 78689, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 73 }, "identifierName": "strageEngine" @@ -120525,15 +120661,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 76304, - "end": 76318, + "start": 78694, + "end": 78708, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 78 }, "end": { - "line": 1686, + "line": 1728, "column": 92 } }, @@ -120546,29 +120682,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 76321, - "end": 76340, + "start": 78711, + "end": 78730, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 95 }, "end": { - "line": 1686, + "line": 1728, "column": 114 } }, "object": { "type": "Identifier", - "start": 76321, - "end": 76327, + "start": 78711, + "end": 78717, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 95 }, "end": { - "line": 1686, + "line": 1728, "column": 101 }, "identifierName": "window" @@ -120577,15 +120713,15 @@ }, "property": { "type": "Identifier", - "start": 76328, - "end": 76340, + "start": 78718, + "end": 78730, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 102 }, "end": { - "line": 1686, + "line": 1728, "column": 114 }, "identifierName": "localStorage" @@ -120596,29 +120732,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 76343, - "end": 76364, + "start": 78733, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 117 }, "end": { - "line": 1686, + "line": 1728, "column": 138 } }, "object": { "type": "Identifier", - "start": 76343, - "end": 76349, + "start": 78733, + "end": 78739, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 117 }, "end": { - "line": 1686, + "line": 1728, "column": 123 }, "identifierName": "window" @@ -120627,15 +120763,15 @@ }, "property": { "type": "Identifier", - "start": 76350, - "end": 76364, + "start": 78740, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 124 }, "end": { - "line": 1686, + "line": 1728, "column": 138 }, "identifierName": "sessionStorage" @@ -120646,28 +120782,28 @@ }, "extra": { "parenthesized": true, - "parenStart": 76285 + "parenStart": 78675 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 76371, - "end": 76375, + "start": 78761, + "end": 78765, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 145 }, "end": { - "line": 1686, + "line": 1728, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 76283 + "parenStart": 78673 } } } @@ -120677,29 +120813,29 @@ }, { "type": "IfStatement", - "start": 76395, - "end": 76744, + "start": 78785, + "end": 79134, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 8 }, "end": { - "line": 1696, + "line": 1738, "column": 9 } }, "test": { "type": "Identifier", - "start": 76400, - "end": 76412, + "start": 78790, + "end": 78802, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 13 }, "end": { - "line": 1688, + "line": 1730, "column": 25 }, "identifierName": "is_available" @@ -120708,58 +120844,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 76415, - "end": 76632, + "start": 78805, + "end": 79022, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 28 }, "end": { - "line": 1694, + "line": 1736, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 76429, - "end": 76622, + "start": 78819, + "end": 79012, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 12 }, "end": { - "line": 1693, + "line": 1735, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 76434, - "end": 76465, + "start": 78824, + "end": 78855, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 17 }, "end": { - "line": 1689, + "line": 1731, "column": 48 } }, "left": { "type": "Identifier", - "start": 76434, - "end": 76446, + "start": 78824, + "end": 78836, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 17 }, "end": { - "line": 1689, + "line": 1731, "column": 29 }, "identifierName": "strageEngine" @@ -120769,15 +120905,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 76451, - "end": 76465, + "start": 78841, + "end": 78855, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 34 }, "end": { - "line": 1689, + "line": 1731, "column": 48 } }, @@ -120790,72 +120926,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 76468, - "end": 76541, + "start": 78858, + "end": 78931, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 51 }, "end": { - "line": 1691, + "line": 1733, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 76486, - "end": 76527, + "start": 78876, + "end": 78917, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 76486, - "end": 76527, + "start": 78876, + "end": 78917, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 76486, - "end": 76509, + "start": 78876, + "end": 78899, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 39 } }, "object": { "type": "Identifier", - "start": 76486, - "end": 76498, + "start": 78876, + "end": 78888, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 28 }, "identifierName": "localStorage" @@ -120864,15 +121000,15 @@ }, "property": { "type": "Identifier", - "start": 76499, - "end": 76509, + "start": 78889, + "end": 78899, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 29 }, "end": { - "line": 1690, + "line": 1732, "column": 39 }, "identifierName": "removeItem" @@ -120884,44 +121020,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 76511, - "end": 76525, + "start": 78901, + "end": 78915, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 41 }, "end": { - "line": 1690, + "line": 1732, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 76511, - "end": 76515, + "start": 78901, + "end": 78905, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 41 }, "end": { - "line": 1690, + "line": 1732, "column": 45 } } }, "property": { "type": "Identifier", - "start": 76516, - "end": 76525, + "start": 78906, + "end": 78915, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 46 }, "end": { - "line": 1690, + "line": 1732, "column": 55 }, "identifierName": "_selector" @@ -120938,72 +121074,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 76547, - "end": 76622, + "start": 78937, + "end": 79012, "loc": { "start": { - "line": 1691, + "line": 1733, "column": 19 }, "end": { - "line": 1693, + "line": 1735, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 76565, - "end": 76608, + "start": 78955, + "end": 78998, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 76565, - "end": 76608, + "start": 78955, + "end": 78998, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 76565, - "end": 76590, + "start": 78955, + "end": 78980, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 41 } }, "object": { "type": "Identifier", - "start": 76565, - "end": 76579, + "start": 78955, + "end": 78969, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 30 }, "identifierName": "sessionStorage" @@ -121012,15 +121148,15 @@ }, "property": { "type": "Identifier", - "start": 76580, - "end": 76590, + "start": 78970, + "end": 78980, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 31 }, "end": { - "line": 1692, + "line": 1734, "column": 41 }, "identifierName": "removeItem" @@ -121032,44 +121168,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 76592, - "end": 76606, + "start": 78982, + "end": 78996, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 43 }, "end": { - "line": 1692, + "line": 1734, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 76592, - "end": 76596, + "start": 78982, + "end": 78986, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 43 }, "end": { - "line": 1692, + "line": 1734, "column": 47 } } }, "property": { "type": "Identifier", - "start": 76597, - "end": 76606, + "start": 78987, + "end": 78996, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 48 }, "end": { - "line": 1692, + "line": 1734, "column": 57 }, "identifierName": "_selector" @@ -121090,58 +121226,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 76638, - "end": 76744, + "start": 79028, + "end": 79134, "loc": { "start": { - "line": 1694, + "line": 1736, "column": 15 }, "end": { - "line": 1696, + "line": 1738, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 76652, - "end": 76734, + "start": 79042, + "end": 79124, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 12 }, "end": { - "line": 1695, + "line": 1737, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 76658, - "end": 76734, + "start": 79048, + "end": 79124, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 18 }, "end": { - "line": 1695, + "line": 1737, "column": 94 } }, "callee": { "type": "Identifier", - "start": 76662, - "end": 76671, + "start": 79052, + "end": 79061, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 22 }, "end": { - "line": 1695, + "line": 1737, "column": 31 }, "identifierName": "TypeError" @@ -121151,30 +121287,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 76673, - "end": 76732, + "start": 79063, + "end": 79122, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 33 }, "end": { - "line": 1695, + "line": 1737, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 76695, - "end": 76707, + "start": 79085, + "end": 79097, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 55 }, "end": { - "line": 1695, + "line": 1737, "column": 67 }, "identifierName": "strageEngine" @@ -121185,15 +121321,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 76674, - "end": 76693, + "start": 79064, + "end": 79083, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 34 }, "end": { - "line": 1695, + "line": 1737, "column": 53 } }, @@ -121205,15 +121341,15 @@ }, { "type": "TemplateElement", - "start": 76708, - "end": 76731, + "start": 79098, + "end": 79121, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 68 }, "end": { - "line": 1695, + "line": 1737, "column": 91 } }, @@ -121240,15 +121376,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -121258,15 +121394,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -121275,15 +121411,15 @@ }, { "type": "ClassMethod", - "start": 76851, - "end": 78050, + "start": 79241, + "end": 80440, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 4 }, "end": { - "line": 1740, + "line": 1782, "column": 5 } }, @@ -121291,15 +121427,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 76851, - "end": 76862, + "start": 79241, + "end": 79252, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 4 }, "end": { - "line": 1703, + "line": 1745, "column": 15 }, "identifierName": "_placeEvent" @@ -121315,87 +121451,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 76865, - "end": 78050, + "start": 79255, + "end": 80440, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 18 }, "end": { - "line": 1740, + "line": 1782, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 76875, - "end": 76903, + "start": 79265, + "end": 79293, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 76875, - "end": 76903, + "start": 79265, + "end": 79293, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 76875, - "end": 76886, + "start": 79265, + "end": 79276, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 76875, - "end": 76879, + "start": 79265, + "end": 79269, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 76880, - "end": 76886, + "start": 79270, + "end": 79276, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 13 }, "end": { - "line": 1704, + "line": 1746, "column": 19 }, "identifierName": "_debug" @@ -121407,15 +121543,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 76888, - "end": 76901, + "start": 79278, + "end": 79291, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 21 }, "end": { - "line": 1704, + "line": 1746, "column": 34 } }, @@ -121430,29 +121566,29 @@ }, { "type": "IfStatement", - "start": 76921, - "end": 76975, + "start": 79311, + "end": 79365, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 8 }, "end": { - "line": 1708, + "line": 1750, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 76926, - "end": 76942, + "start": 79316, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 13 }, "end": { - "line": 1706, + "line": 1748, "column": 29 } }, @@ -121460,44 +121596,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 76928, - "end": 76942, + "start": 79318, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 15 }, "end": { - "line": 1706, + "line": 1748, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 76928, - "end": 76932, + "start": 79318, + "end": 79322, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 15 }, "end": { - "line": 1706, + "line": 1748, "column": 19 } } }, "property": { "type": "Identifier", - "start": 76933, - "end": 76942, + "start": 79323, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 20 }, "end": { - "line": 1706, + "line": 1748, "column": 29 }, "identifierName": "_isCached" @@ -121512,30 +121648,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 76945, - "end": 76975, + "start": 79335, + "end": 79365, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 32 }, "end": { - "line": 1708, + "line": 1750, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 76959, - "end": 76965, + "start": 79349, + "end": 79355, "loc": { "start": { - "line": 1707, + "line": 1749, "column": 12 }, "end": { - "line": 1707, + "line": 1749, "column": 18 } }, @@ -121548,44 +121684,44 @@ }, { "type": "VariableDeclaration", - "start": 76993, - "end": 77338, + "start": 79383, + "end": 79728, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 8 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 76997, - "end": 77028, + "start": 79387, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 12 }, "end": { - "line": 1710, + "line": 1752, "column": 43 } }, "id": { "type": "Identifier", - "start": 76997, - "end": 77002, + "start": 79387, + "end": 79392, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 12 }, "end": { - "line": 1710, + "line": 1752, "column": 17 }, "identifierName": "_elem" @@ -121594,44 +121730,44 @@ }, "init": { "type": "MemberExpression", - "start": 77015, - "end": 77028, + "start": 79405, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 30 }, "end": { - "line": 1710, + "line": 1752, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 77015, - "end": 77019, + "start": 79405, + "end": 79409, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 30 }, "end": { - "line": 1710, + "line": 1752, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77020, - "end": 77028, + "start": 79410, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 35 }, "end": { - "line": 1710, + "line": 1752, "column": 43 }, "identifierName": "_element" @@ -121643,29 +121779,29 @@ }, { "type": "VariableDeclarator", - "start": 77042, - "end": 77072, + "start": 79432, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 12 }, "end": { - "line": 1711, + "line": 1753, "column": 42 } }, "id": { "type": "Identifier", - "start": 77042, - "end": 77047, + "start": 79432, + "end": 79437, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 12 }, "end": { - "line": 1711, + "line": 1753, "column": 17 }, "identifierName": "_opts" @@ -121674,44 +121810,44 @@ }, "init": { "type": "MemberExpression", - "start": 77060, - "end": 77072, + "start": 79450, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 30 }, "end": { - "line": 1711, + "line": 1753, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 77060, - "end": 77064, + "start": 79450, + "end": 79454, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 30 }, "end": { - "line": 1711, + "line": 1753, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77065, - "end": 77072, + "start": 79455, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 35 }, "end": { - "line": 1711, + "line": 1753, "column": 42 }, "identifierName": "_config" @@ -121723,29 +121859,29 @@ }, { "type": "VariableDeclarator", - "start": 77086, - "end": 77145, + "start": 79476, + "end": 79535, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 12 }, "end": { - "line": 1712, + "line": 1754, "column": 71 } }, "id": { "type": "Identifier", - "start": 77086, - "end": 77100, + "start": 79476, + "end": 79490, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 12 }, "end": { - "line": 1712, + "line": 1754, "column": 26 }, "identifierName": "_evt_container" @@ -121754,57 +121890,57 @@ }, "init": { "type": "CallExpression", - "start": 77104, - "end": 77145, + "start": 79494, + "end": 79535, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 77104, - "end": 77117, + "start": 79494, + "end": 79507, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 43 } }, "object": { "type": "CallExpression", - "start": 77104, - "end": 77112, + "start": 79494, + "end": 79502, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 38 } }, "callee": { "type": "Identifier", - "start": 77104, - "end": 77105, + "start": 79494, + "end": 79495, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 31 }, "identifierName": "$" @@ -121814,15 +121950,15 @@ "arguments": [ { "type": "Identifier", - "start": 77106, - "end": 77111, + "start": 79496, + "end": 79501, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 32 }, "end": { - "line": 1712, + "line": 1754, "column": 37 }, "identifierName": "_elem" @@ -121833,15 +121969,15 @@ }, "property": { "type": "Identifier", - "start": 77113, - "end": 77117, + "start": 79503, + "end": 79507, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 39 }, "end": { - "line": 1712, + "line": 1754, "column": 43 }, "identifierName": "find" @@ -121853,29 +121989,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77119, - "end": 77143, + "start": 79509, + "end": 79533, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 45 }, "end": { - "line": 1712, + "line": 1754, "column": 69 } }, "object": { "type": "Identifier", - "start": 77119, - "end": 77127, + "start": 79509, + "end": 79517, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 45 }, "end": { - "line": 1712, + "line": 1754, "column": 53 }, "identifierName": "Selector" @@ -121884,15 +122020,15 @@ }, "property": { "type": "Identifier", - "start": 77128, - "end": 77143, + "start": 79518, + "end": 79533, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 54 }, "end": { - "line": 1712, + "line": 1754, "column": 69 }, "identifierName": "TIMELINE_EVENTS" @@ -121906,29 +122042,29 @@ }, { "type": "VariableDeclarator", - "start": 77159, - "end": 77226, + "start": 79549, + "end": 79616, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 12 }, "end": { - "line": 1713, + "line": 1755, "column": 79 } }, "id": { "type": "Identifier", - "start": 77159, - "end": 77174, + "start": 79549, + "end": 79564, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 12 }, "end": { - "line": 1713, + "line": 1755, "column": 27 }, "identifierName": "_relation_lines" @@ -121937,57 +122073,57 @@ }, "init": { "type": "CallExpression", - "start": 77177, - "end": 77226, + "start": 79567, + "end": 79616, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 77177, - "end": 77190, + "start": 79567, + "end": 79580, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 43 } }, "object": { "type": "CallExpression", - "start": 77177, - "end": 77185, + "start": 79567, + "end": 79575, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 38 } }, "callee": { "type": "Identifier", - "start": 77177, - "end": 77178, + "start": 79567, + "end": 79568, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 31 }, "identifierName": "$" @@ -121997,15 +122133,15 @@ "arguments": [ { "type": "Identifier", - "start": 77179, - "end": 77184, + "start": 79569, + "end": 79574, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 32 }, "end": { - "line": 1713, + "line": 1755, "column": 37 }, "identifierName": "_elem" @@ -122016,15 +122152,15 @@ }, "property": { "type": "Identifier", - "start": 77186, - "end": 77190, + "start": 79576, + "end": 79580, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 39 }, "end": { - "line": 1713, + "line": 1755, "column": 43 }, "identifierName": "find" @@ -122036,29 +122172,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77192, - "end": 77224, + "start": 79582, + "end": 79614, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 45 }, "end": { - "line": 1713, + "line": 1755, "column": 77 } }, "object": { "type": "Identifier", - "start": 77192, - "end": 77200, + "start": 79582, + "end": 79590, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 45 }, "end": { - "line": 1713, + "line": 1755, "column": 53 }, "identifierName": "Selector" @@ -122067,15 +122203,15 @@ }, "property": { "type": "Identifier", - "start": 77201, - "end": 77224, + "start": 79591, + "end": 79614, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 54 }, "end": { - "line": 1713, + "line": 1755, "column": 77 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -122089,29 +122225,29 @@ }, { "type": "VariableDeclarator", - "start": 77240, - "end": 77277, + "start": 79630, + "end": 79667, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 12 }, "end": { - "line": 1714, + "line": 1756, "column": 49 } }, "id": { "type": "Identifier", - "start": 77240, - "end": 77246, + "start": 79630, + "end": 79636, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 12 }, "end": { - "line": 1714, + "line": 1756, "column": 18 }, "identifierName": "events" @@ -122120,58 +122256,58 @@ }, "init": { "type": "CallExpression", - "start": 77258, - "end": 77277, + "start": 79648, + "end": 79667, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 77258, - "end": 77275, + "start": 79648, + "end": 79665, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 77258, - "end": 77262, + "start": 79648, + "end": 79652, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77263, - "end": 77275, + "start": 79653, + "end": 79665, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 35 }, "end": { - "line": 1714, + "line": 1756, "column": 47 }, "identifierName": "_loadToCache" @@ -122185,29 +122321,29 @@ }, { "type": "VariableDeclarator", - "start": 77291, - "end": 77338, + "start": 79681, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 12 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "id": { "type": "Identifier", - "start": 77291, - "end": 77297, + "start": 79681, + "end": 79687, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 12 }, "end": { - "line": 1715, + "line": 1757, "column": 18 }, "identifierName": "_sleep" @@ -122216,43 +122352,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 77309, - "end": 77338, + "start": 79699, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "test": { "type": "MemberExpression", - "start": 77309, - "end": 77320, + "start": 79699, + "end": 79710, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 41 } }, "object": { "type": "Identifier", - "start": 77309, - "end": 77314, + "start": 79699, + "end": 79704, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 35 }, "identifierName": "_opts" @@ -122261,15 +122397,15 @@ }, "property": { "type": "Identifier", - "start": 77315, - "end": 77320, + "start": 79705, + "end": 79710, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 36 }, "end": { - "line": 1715, + "line": 1757, "column": 41 }, "identifierName": "debug" @@ -122280,15 +122416,15 @@ }, "consequent": { "type": "Identifier", - "start": 77323, - "end": 77334, + "start": 79713, + "end": 79724, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 44 }, "end": { - "line": 1715, + "line": 1757, "column": 55 }, "identifierName": "DEBUG_SLEEP" @@ -122297,15 +122433,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 77337, - "end": 77338, + "start": 79727, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 58 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, @@ -122322,57 +122458,57 @@ }, { "type": "IfStatement", - "start": 77356, - "end": 77671, + "start": 79746, + "end": 80061, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 8 }, "end": { - "line": 1726, + "line": 1768, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 77361, - "end": 77378, + "start": 79751, + "end": 79768, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 30 } }, "left": { "type": "MemberExpression", - "start": 77361, - "end": 77374, + "start": 79751, + "end": 79764, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 26 } }, "object": { "type": "Identifier", - "start": 77361, - "end": 77367, + "start": 79751, + "end": 79757, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 19 }, "identifierName": "events" @@ -122381,15 +122517,15 @@ }, "property": { "type": "Identifier", - "start": 77368, - "end": 77374, + "start": 79758, + "end": 79764, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 20 }, "end": { - "line": 1717, + "line": 1759, "column": 26 }, "identifierName": "length" @@ -122401,15 +122537,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 77377, - "end": 77378, + "start": 79767, + "end": 79768, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 29 }, "end": { - "line": 1717, + "line": 1759, "column": 30 } }, @@ -122422,72 +122558,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 77381, - "end": 77671, + "start": 79771, + "end": 80061, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 33 }, "end": { - "line": 1726, + "line": 1768, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77395, - "end": 77417, + "start": 79785, + "end": 79807, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 77395, - "end": 77417, + "start": 79785, + "end": 79807, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 77395, - "end": 77415, + "start": 79785, + "end": 79805, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 32 } }, "object": { "type": "Identifier", - "start": 77395, - "end": 77409, + "start": 79785, + "end": 79799, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 26 }, "identifierName": "_evt_container" @@ -122496,15 +122632,15 @@ }, "property": { "type": "Identifier", - "start": 77410, - "end": 77415, + "start": 79800, + "end": 79805, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 27 }, "end": { - "line": 1718, + "line": 1760, "column": 32 }, "identifierName": "empty" @@ -122518,57 +122654,57 @@ }, { "type": "ExpressionStatement", - "start": 77430, - "end": 77661, + "start": 79820, + "end": 80051, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1725, + "line": 1767, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 77430, - "end": 77661, + "start": 79820, + "end": 80051, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1725, + "line": 1767, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 77430, - "end": 77444, + "start": 79820, + "end": 79834, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1719, + "line": 1761, "column": 26 } }, "object": { "type": "Identifier", - "start": 77430, - "end": 77436, + "start": 79820, + "end": 79826, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1719, + "line": 1761, "column": 18 }, "identifierName": "events" @@ -122577,15 +122713,15 @@ }, "property": { "type": "Identifier", - "start": 77437, - "end": 77444, + "start": 79827, + "end": 79834, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 19 }, "end": { - "line": 1719, + "line": 1761, "column": 26 }, "identifierName": "forEach" @@ -122597,15 +122733,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 77446, - "end": 77660, + "start": 79836, + "end": 80050, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 28 }, "end": { - "line": 1725, + "line": 1767, "column": 13 } }, @@ -122616,15 +122752,15 @@ "params": [ { "type": "Identifier", - "start": 77448, - "end": 77452, + "start": 79838, + "end": 79842, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 30 }, "end": { - "line": 1719, + "line": 1761, "column": 34 }, "identifierName": "_evt" @@ -122634,59 +122770,59 @@ ], "body": { "type": "BlockStatement", - "start": 77458, - "end": 77660, + "start": 79848, + "end": 80050, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 40 }, "end": { - "line": 1725, + "line": 1767, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 77476, - "end": 77521, + "start": 79866, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 16 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 77480, - "end": 77521, + "start": 79870, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 20 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "id": { "type": "Identifier", - "start": 77480, - "end": 77489, + "start": 79870, + "end": 79879, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 20 }, "end": { - "line": 1720, + "line": 1762, "column": 29 }, "identifierName": "_evt_elem" @@ -122695,58 +122831,58 @@ }, "init": { "type": "CallExpression", - "start": 77492, - "end": 77521, + "start": 79882, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 77492, - "end": 77513, + "start": 79882, + "end": 79903, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 77492, - "end": 77496, + "start": 79882, + "end": 79886, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 36 } } }, "property": { "type": "Identifier", - "start": 77497, - "end": 77513, + "start": 79887, + "end": 79903, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 37 }, "end": { - "line": 1720, + "line": 1762, "column": 53 }, "identifierName": "_createEventNode" @@ -122758,15 +122894,15 @@ "arguments": [ { "type": "Identifier", - "start": 77515, - "end": 77519, + "start": 79905, + "end": 79909, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 55 }, "end": { - "line": 1720, + "line": 1762, "column": 59 }, "identifierName": "_evt" @@ -122781,29 +122917,29 @@ }, { "type": "IfStatement", - "start": 77555, - "end": 77646, + "start": 79945, + "end": 80036, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 16 }, "end": { - "line": 1724, + "line": 1766, "column": 17 } }, "test": { "type": "Identifier", - "start": 77560, - "end": 77569, + "start": 79950, + "end": 79959, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 21 }, "end": { - "line": 1722, + "line": 1764, "column": 30 }, "identifierName": "_evt_elem" @@ -122812,72 +122948,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 77572, - "end": 77646, + "start": 79962, + "end": 80036, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 33 }, "end": { - "line": 1724, + "line": 1766, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 77594, - "end": 77628, + "start": 79984, + "end": 80018, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 77594, - "end": 77628, + "start": 79984, + "end": 80018, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 77594, - "end": 77615, + "start": 79984, + "end": 80005, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 41 } }, "object": { "type": "Identifier", - "start": 77594, - "end": 77608, + "start": 79984, + "end": 79998, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 34 }, "identifierName": "_evt_container" @@ -122886,15 +123022,15 @@ }, "property": { "type": "Identifier", - "start": 77609, - "end": 77615, + "start": 79999, + "end": 80005, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 35 }, "end": { - "line": 1723, + "line": 1765, "column": 41 }, "identifierName": "append" @@ -122906,15 +123042,15 @@ "arguments": [ { "type": "Identifier", - "start": 77617, - "end": 77626, + "start": 80007, + "end": 80016, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 43 }, "end": { - "line": 1723, + "line": 1765, "column": 52 }, "identifierName": "_evt_elem" @@ -122943,57 +123079,57 @@ }, { "type": "IfStatement", - "start": 77689, - "end": 77787, + "start": 80079, + "end": 80177, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 8 }, "end": { - "line": 1730, + "line": 1772, "column": 9 } }, "test": { "type": "CallExpression", - "start": 77694, - "end": 77728, + "start": 80084, + "end": 80118, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 77694, - "end": 77714, + "start": 80084, + "end": 80104, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 77694, - "end": 77709, + "start": 80084, + "end": 80099, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 28 } }, @@ -123005,15 +123141,15 @@ }, "property": { "type": "Identifier", - "start": 77710, - "end": 77714, + "start": 80100, + "end": 80104, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 29 }, "end": { - "line": 1728, + "line": 1770, "column": 33 }, "identifierName": "test" @@ -123025,29 +123161,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77716, - "end": 77726, + "start": 80106, + "end": 80116, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 35 }, "end": { - "line": 1728, + "line": 1770, "column": 45 } }, "object": { "type": "Identifier", - "start": 77716, - "end": 77721, + "start": 80106, + "end": 80111, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 35 }, "end": { - "line": 1728, + "line": 1770, "column": 40 }, "identifierName": "_opts" @@ -123056,15 +123192,15 @@ }, "property": { "type": "Identifier", - "start": 77722, - "end": 77726, + "start": 80112, + "end": 80116, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 41 }, "end": { - "line": 1728, + "line": 1770, "column": 45 }, "identifierName": "type" @@ -123077,87 +123213,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 77731, - "end": 77787, + "start": 80121, + "end": 80177, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 50 }, "end": { - "line": 1730, + "line": 1772, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77745, - "end": 77777, + "start": 80135, + "end": 80167, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 77745, - "end": 77777, + "start": 80135, + "end": 80167, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 77745, - "end": 77767, + "start": 80135, + "end": 80157, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 77745, - "end": 77749, + "start": 80135, + "end": 80139, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 16 } } }, "property": { "type": "Identifier", - "start": 77750, - "end": 77767, + "start": 80140, + "end": 80157, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 17 }, "end": { - "line": 1729, + "line": 1771, "column": 34 }, "identifierName": "_drawRelationLine" @@ -123169,15 +123305,15 @@ "arguments": [ { "type": "Identifier", - "start": 77769, - "end": 77775, + "start": 80159, + "end": 80165, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 36 }, "end": { - "line": 1729, + "line": 1771, "column": 42 }, "identifierName": "events" @@ -123196,15 +123332,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -123213,85 +123349,85 @@ }, { "type": "ExpressionStatement", - "start": 77846, - "end": 78035, + "start": 80236, + "end": 80425, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1738, + "line": 1780, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 77846, - "end": 78035, + "start": 80236, + "end": 80425, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1738, + "line": 1780, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 77846, - "end": 77871, + "start": 80236, + "end": 80261, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 33 } }, "object": { "type": "CallExpression", - "start": 77846, - "end": 77866, + "start": 80236, + "end": 80256, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 77846, - "end": 77856, + "start": 80236, + "end": 80246, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 18 } }, "object": { "type": "ThisExpression", - "start": 77846, - "end": 77850, + "start": 80236, + "end": 80240, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 12 } }, @@ -123299,15 +123435,15 @@ }, "property": { "type": "Identifier", - "start": 77851, - "end": 77856, + "start": 80241, + "end": 80246, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 13 }, "end": { - "line": 1733, + "line": 1775, "column": 18 }, "identifierName": "sleep" @@ -123320,15 +123456,15 @@ "arguments": [ { "type": "Identifier", - "start": 77858, - "end": 77864, + "start": 80248, + "end": 80254, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 20 }, "end": { - "line": 1733, + "line": 1775, "column": 26 }, "identifierName": "_sleep" @@ -123340,15 +123476,15 @@ }, "property": { "type": "Identifier", - "start": 77867, - "end": 77871, + "start": 80257, + "end": 80261, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 29 }, "end": { - "line": 1733, + "line": 1775, "column": 33 }, "identifierName": "then" @@ -123361,15 +123497,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 77872, - "end": 78034, + "start": 80262, + "end": 80424, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 34 }, "end": { - "line": 1738, + "line": 1780, "column": 9 } }, @@ -123380,87 +123516,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 77878, - "end": 78034, + "start": 80268, + "end": 80424, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 40 }, "end": { - "line": 1738, + "line": 1780, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77892, - "end": 77909, + "start": 80282, + "end": 80299, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 77892, - "end": 77909, + "start": 80282, + "end": 80299, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 77892, - "end": 77907, + "start": 80282, + "end": 80297, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 77892, - "end": 77896, + "start": 80282, + "end": 80286, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 16 } } }, "property": { "type": "Identifier", - "start": 77897, - "end": 77907, + "start": 80287, + "end": 80297, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 17 }, "end": { - "line": 1734, + "line": 1776, "column": 27 }, "identifierName": "hideLoader" @@ -123474,57 +123610,57 @@ }, { "type": "ExpressionStatement", - "start": 77922, - "end": 78024, + "start": 80312, + "end": 80414, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1737, + "line": 1779, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 77922, - "end": 78024, + "start": 80312, + "end": 80414, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1737, + "line": 1779, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 77922, - "end": 77943, + "start": 80312, + "end": 80333, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1735, + "line": 1777, "column": 33 } }, "object": { "type": "Identifier", - "start": 77922, - "end": 77936, + "start": 80312, + "end": 80326, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1735, + "line": 1777, "column": 26 }, "identifierName": "_evt_container" @@ -123533,15 +123669,15 @@ }, "property": { "type": "Identifier", - "start": 77937, - "end": 77943, + "start": 80327, + "end": 80333, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 27 }, "end": { - "line": 1735, + "line": 1777, "column": 33 }, "identifierName": "fadeIn" @@ -123553,15 +123689,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 77945, - "end": 77951, + "start": 80335, + "end": 80341, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 35 }, "end": { - "line": 1735, + "line": 1777, "column": 41 } }, @@ -123573,15 +123709,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 77953, - "end": 78023, + "start": 80343, + "end": 80413, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 43 }, "end": { - "line": 1737, + "line": 1779, "column": 13 } }, @@ -123592,72 +123728,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 77959, - "end": 78023, + "start": 80349, + "end": 80413, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 49 }, "end": { - "line": 1737, + "line": 1779, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 77977, - "end": 78009, + "start": 80367, + "end": 80399, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 77977, - "end": 78009, + "start": 80367, + "end": 80399, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 77977, - "end": 77999, + "start": 80367, + "end": 80389, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 38 } }, "object": { "type": "Identifier", - "start": 77977, - "end": 77992, + "start": 80367, + "end": 80382, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 31 }, "identifierName": "_relation_lines" @@ -123666,15 +123802,15 @@ }, "property": { "type": "Identifier", - "start": 77993, - "end": 77999, + "start": 80383, + "end": 80389, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 32 }, "end": { - "line": 1736, + "line": 1778, "column": 38 }, "identifierName": "fadeIn" @@ -123686,15 +123822,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 78001, - "end": 78007, + "start": 80391, + "end": 80397, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 40 }, "end": { - "line": 1736, + "line": 1778, "column": 46 } }, @@ -123725,15 +123861,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -123748,15 +123884,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -123766,15 +123902,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -123783,15 +123919,15 @@ }, { "type": "ClassMethod", - "start": 78218, - "end": 84312, + "start": 80608, + "end": 86702, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 4 }, "end": { - "line": 1862, + "line": 1904, "column": 5 } }, @@ -123799,15 +123935,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78218, - "end": 78234, + "start": 80608, + "end": 80624, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 4 }, "end": { - "line": 1748, + "line": 1790, "column": 20 }, "identifierName": "_createEventNode" @@ -123823,15 +123959,15 @@ "params": [ { "type": "Identifier", - "start": 78236, - "end": 78242, + "start": 80626, + "end": 80632, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 22 }, "end": { - "line": 1748, + "line": 1790, "column": 28 }, "identifierName": "params" @@ -123841,59 +123977,59 @@ ], "body": { "type": "BlockStatement", - "start": 78245, - "end": 84312, + "start": 80635, + "end": 86702, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 31 }, "end": { - "line": 1862, + "line": 1904, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 78255, - "end": 78957, + "start": 80645, + "end": 81347, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 8 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 78259, - "end": 78283, + "start": 80649, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 12 }, "end": { - "line": 1749, + "line": 1791, "column": 36 } }, "id": { "type": "Identifier", - "start": 78259, - "end": 78264, + "start": 80649, + "end": 80654, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 12 }, "end": { - "line": 1749, + "line": 1791, "column": 17 }, "identifierName": "_opts" @@ -123902,44 +124038,44 @@ }, "init": { "type": "MemberExpression", - "start": 78271, - "end": 78283, + "start": 80661, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 24 }, "end": { - "line": 1749, + "line": 1791, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 78271, - "end": 78275, + "start": 80661, + "end": 80665, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 24 }, "end": { - "line": 1749, + "line": 1791, "column": 28 } } }, "property": { "type": "Identifier", - "start": 78276, - "end": 78283, + "start": 80666, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 29 }, "end": { - "line": 1749, + "line": 1791, "column": 36 }, "identifierName": "_config" @@ -123951,29 +124087,29 @@ }, { "type": "VariableDeclarator", - "start": 78297, - "end": 78328, + "start": 80687, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 12 }, "end": { - "line": 1750, + "line": 1792, "column": 43 } }, "id": { "type": "Identifier", - "start": 78297, - "end": 78303, + "start": 80687, + "end": 80693, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 12 }, "end": { - "line": 1750, + "line": 1792, "column": 18 }, "identifierName": "_props" @@ -123982,44 +124118,44 @@ }, "init": { "type": "MemberExpression", - "start": 78309, - "end": 78328, + "start": 80699, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 24 }, "end": { - "line": 1750, + "line": 1792, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 78309, - "end": 78313, + "start": 80699, + "end": 80703, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 24 }, "end": { - "line": 1750, + "line": 1792, "column": 28 } } }, "property": { "type": "Identifier", - "start": 78314, - "end": 78328, + "start": 80704, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 29 }, "end": { - "line": 1750, + "line": 1792, "column": 43 }, "identifierName": "_instanceProps" @@ -124031,29 +124167,29 @@ }, { "type": "VariableDeclarator", - "start": 78342, - "end": 78957, + "start": 80732, + "end": 81347, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 12 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "id": { "type": "Identifier", - "start": 78342, - "end": 78351, + "start": 80732, + "end": 80741, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 12 }, "end": { - "line": 1751, + "line": 1793, "column": 21 }, "identifierName": "_evt_elem" @@ -124062,29 +124198,29 @@ }, "init": { "type": "CallExpression", - "start": 78354, - "end": 78957, + "start": 80744, + "end": 81347, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 24 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "callee": { "type": "Identifier", - "start": 78354, - "end": 78355, + "start": 80744, + "end": 80745, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 24 }, "end": { - "line": 1751, + "line": 1793, "column": 25 }, "identifierName": "$" @@ -124094,15 +124230,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 78356, - "end": 78369, + "start": 80746, + "end": 80759, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 26 }, "end": { - "line": 1751, + "line": 1793, "column": 39 } }, @@ -124114,30 +124250,30 @@ }, { "type": "ObjectExpression", - "start": 78371, - "end": 78956, + "start": 80761, + "end": 81346, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 41 }, "end": { - "line": 1763, + "line": 1805, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 78389, - "end": 78426, + "start": 80779, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 16 }, "end": { - "line": 1752, + "line": 1794, "column": 53 } }, @@ -124146,15 +124282,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78389, - "end": 78394, + "start": 80779, + "end": 80784, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 16 }, "end": { - "line": 1752, + "line": 1794, "column": 21 }, "identifierName": "class" @@ -124163,29 +124299,29 @@ }, "value": { "type": "MemberExpression", - "start": 78397, - "end": 78426, + "start": 80787, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 24 }, "end": { - "line": 1752, + "line": 1794, "column": 53 } }, "object": { "type": "Identifier", - "start": 78397, - "end": 78406, + "start": 80787, + "end": 80796, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 24 }, "end": { - "line": 1752, + "line": 1794, "column": 33 }, "identifierName": "ClassName" @@ -124194,15 +124330,15 @@ }, "property": { "type": "Identifier", - "start": 78407, - "end": 78426, + "start": 80797, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 34 }, "end": { - "line": 1752, + "line": 1794, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -124214,15 +124350,15 @@ }, { "type": "ObjectProperty", - "start": 78444, - "end": 78475, + "start": 80834, + "end": 80865, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 16 }, "end": { - "line": 1753, + "line": 1795, "column": 47 } }, @@ -124231,15 +124367,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78444, - "end": 78446, + "start": 80834, + "end": 80836, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 16 }, "end": { - "line": 1753, + "line": 1795, "column": 18 }, "identifierName": "id" @@ -124248,44 +124384,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78452, - "end": 78475, + "start": 80842, + "end": 80865, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 24 }, "end": { - "line": 1753, + "line": 1795, "column": 47 } }, "expressions": [ { "type": "MemberExpression", - "start": 78459, - "end": 78473, + "start": 80849, + "end": 80863, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 31 }, "end": { - "line": 1753, + "line": 1795, "column": 45 } }, "object": { "type": "Identifier", - "start": 78459, - "end": 78465, + "start": 80849, + "end": 80855, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 31 }, "end": { - "line": 1753, + "line": 1795, "column": 37 }, "identifierName": "params" @@ -124294,15 +124430,15 @@ }, "property": { "type": "Identifier", - "start": 78466, - "end": 78473, + "start": 80856, + "end": 80863, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 38 }, "end": { - "line": 1753, + "line": 1795, "column": 45 }, "identifierName": "eventId" @@ -124315,15 +124451,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78453, - "end": 78457, + "start": 80843, + "end": 80847, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 25 }, "end": { - "line": 1753, + "line": 1795, "column": 29 } }, @@ -124335,15 +124471,15 @@ }, { "type": "TemplateElement", - "start": 78474, - "end": 78474, + "start": 80864, + "end": 80864, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 46 }, "end": { - "line": 1753, + "line": 1795, "column": 46 } }, @@ -124358,15 +124494,15 @@ }, { "type": "ObjectProperty", - "start": 78493, - "end": 78846, + "start": 80883, + "end": 81236, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 16 }, "end": { - "line": 1761, + "line": 1803, "column": 17 } }, @@ -124375,15 +124511,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78493, - "end": 78496, + "start": 80883, + "end": 80886, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 16 }, "end": { - "line": 1754, + "line": 1796, "column": 19 }, "identifierName": "css" @@ -124392,30 +124528,30 @@ }, "value": { "type": "ObjectExpression", - "start": 78501, - "end": 78846, + "start": 80891, + "end": 81236, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 24 }, "end": { - "line": 1761, + "line": 1803, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 78523, - "end": 78547, + "start": 80913, + "end": 80937, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 20 }, "end": { - "line": 1755, + "line": 1797, "column": 44 } }, @@ -124424,15 +124560,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78523, - "end": 78527, + "start": 80913, + "end": 80917, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 20 }, "end": { - "line": 1755, + "line": 1797, "column": 24 }, "identifierName": "left" @@ -124441,44 +124577,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78532, - "end": 78547, + "start": 80922, + "end": 80937, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 29 }, "end": { - "line": 1755, + "line": 1797, "column": 44 } }, "expressions": [ { "type": "MemberExpression", - "start": 78535, - "end": 78543, + "start": 80925, + "end": 80933, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 32 }, "end": { - "line": 1755, + "line": 1797, "column": 40 } }, "object": { "type": "Identifier", - "start": 78535, - "end": 78541, + "start": 80925, + "end": 80931, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 32 }, "end": { - "line": 1755, + "line": 1797, "column": 38 }, "identifierName": "params" @@ -124487,15 +124623,15 @@ }, "property": { "type": "Identifier", - "start": 78542, - "end": 78543, + "start": 80932, + "end": 80933, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 39 }, "end": { - "line": 1755, + "line": 1797, "column": 40 }, "identifierName": "x" @@ -124508,15 +124644,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78533, - "end": 78533, + "start": 80923, + "end": 80923, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 30 }, "end": { - "line": 1755, + "line": 1797, "column": 30 } }, @@ -124528,15 +124664,15 @@ }, { "type": "TemplateElement", - "start": 78544, - "end": 78546, + "start": 80934, + "end": 80936, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 41 }, "end": { - "line": 1755, + "line": 1797, "column": 43 } }, @@ -124551,15 +124687,15 @@ }, { "type": "ObjectProperty", - "start": 78569, - "end": 78593, + "start": 80959, + "end": 80983, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 20 }, "end": { - "line": 1756, + "line": 1798, "column": 44 } }, @@ -124568,15 +124704,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78569, - "end": 78572, + "start": 80959, + "end": 80962, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 20 }, "end": { - "line": 1756, + "line": 1798, "column": 23 }, "identifierName": "top" @@ -124585,44 +124721,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78578, - "end": 78593, + "start": 80968, + "end": 80983, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 29 }, "end": { - "line": 1756, + "line": 1798, "column": 44 } }, "expressions": [ { "type": "MemberExpression", - "start": 78581, - "end": 78589, + "start": 80971, + "end": 80979, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 32 }, "end": { - "line": 1756, + "line": 1798, "column": 40 } }, "object": { "type": "Identifier", - "start": 78581, - "end": 78587, + "start": 80971, + "end": 80977, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 32 }, "end": { - "line": 1756, + "line": 1798, "column": 38 }, "identifierName": "params" @@ -124631,15 +124767,15 @@ }, "property": { "type": "Identifier", - "start": 78588, - "end": 78589, + "start": 80978, + "end": 80979, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 39 }, "end": { - "line": 1756, + "line": 1798, "column": 40 }, "identifierName": "y" @@ -124652,15 +124788,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78579, - "end": 78579, + "start": 80969, + "end": 80969, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 30 }, "end": { - "line": 1756, + "line": 1798, "column": 30 } }, @@ -124672,15 +124808,15 @@ }, { "type": "TemplateElement", - "start": 78590, - "end": 78592, + "start": 80980, + "end": 80982, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 41 }, "end": { - "line": 1756, + "line": 1798, "column": 43 } }, @@ -124695,15 +124831,15 @@ }, { "type": "ObjectProperty", - "start": 78615, - "end": 78643, + "start": 81005, + "end": 81033, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 20 }, "end": { - "line": 1757, + "line": 1799, "column": 48 } }, @@ -124712,15 +124848,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78615, - "end": 78620, + "start": 81005, + "end": 81010, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 20 }, "end": { - "line": 1757, + "line": 1799, "column": 25 }, "identifierName": "width" @@ -124729,44 +124865,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78624, - "end": 78643, + "start": 81014, + "end": 81033, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 29 }, "end": { - "line": 1757, + "line": 1799, "column": 48 } }, "expressions": [ { "type": "MemberExpression", - "start": 78627, - "end": 78639, + "start": 81017, + "end": 81029, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 32 }, "end": { - "line": 1757, + "line": 1799, "column": 44 } }, "object": { "type": "Identifier", - "start": 78627, - "end": 78633, + "start": 81017, + "end": 81023, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 32 }, "end": { - "line": 1757, + "line": 1799, "column": 38 }, "identifierName": "params" @@ -124775,15 +124911,15 @@ }, "property": { "type": "Identifier", - "start": 78634, - "end": 78639, + "start": 81024, + "end": 81029, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 39 }, "end": { - "line": 1757, + "line": 1799, "column": 44 }, "identifierName": "width" @@ -124796,15 +124932,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78625, - "end": 78625, + "start": 81015, + "end": 81015, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 30 }, "end": { - "line": 1757, + "line": 1799, "column": 30 } }, @@ -124816,15 +124952,15 @@ }, { "type": "TemplateElement", - "start": 78640, - "end": 78642, + "start": 81030, + "end": 81032, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 45 }, "end": { - "line": 1757, + "line": 1799, "column": 47 } }, @@ -124839,15 +124975,15 @@ }, { "type": "ObjectProperty", - "start": 78665, - "end": 78694, + "start": 81055, + "end": 81084, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 20 }, "end": { - "line": 1758, + "line": 1800, "column": 49 } }, @@ -124856,15 +124992,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78665, - "end": 78671, + "start": 81055, + "end": 81061, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 20 }, "end": { - "line": 1758, + "line": 1800, "column": 26 }, "identifierName": "height" @@ -124873,44 +125009,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78674, - "end": 78694, + "start": 81064, + "end": 81084, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 29 }, "end": { - "line": 1758, + "line": 1800, "column": 49 } }, "expressions": [ { "type": "MemberExpression", - "start": 78677, - "end": 78690, + "start": 81067, + "end": 81080, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 32 }, "end": { - "line": 1758, + "line": 1800, "column": 45 } }, "object": { "type": "Identifier", - "start": 78677, - "end": 78683, + "start": 81067, + "end": 81073, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 32 }, "end": { - "line": 1758, + "line": 1800, "column": 38 }, "identifierName": "params" @@ -124919,15 +125055,15 @@ }, "property": { "type": "Identifier", - "start": 78684, - "end": 78690, + "start": 81074, + "end": 81080, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 39 }, "end": { - "line": 1758, + "line": 1800, "column": 45 }, "identifierName": "height" @@ -124940,15 +125076,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78675, - "end": 78675, + "start": 81065, + "end": 81065, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 30 }, "end": { - "line": 1758, + "line": 1800, "column": 30 } }, @@ -124960,15 +125096,15 @@ }, { "type": "TemplateElement", - "start": 78691, - "end": 78693, + "start": 81081, + "end": 81083, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 46 }, "end": { - "line": 1758, + "line": 1800, "column": 48 } }, @@ -124983,15 +125119,15 @@ }, { "type": "ObjectProperty", - "start": 78716, - "end": 78755, + "start": 81106, + "end": 81145, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 20 }, "end": { - "line": 1759, + "line": 1801, "column": 59 } }, @@ -125000,15 +125136,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78716, - "end": 78721, + "start": 81106, + "end": 81111, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 20 }, "end": { - "line": 1759, + "line": 1801, "column": 25 }, "identifierName": "color" @@ -125017,58 +125153,58 @@ }, "value": { "type": "CallExpression", - "start": 78725, - "end": 78755, + "start": 81115, + "end": 81145, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 78725, - "end": 78739, + "start": 81115, + "end": 81129, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 78725, - "end": 78729, + "start": 81115, + "end": 81119, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 33 } } }, "property": { "type": "Identifier", - "start": 78730, - "end": 78739, + "start": 81120, + "end": 81129, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 34 }, "end": { - "line": 1759, + "line": 1801, "column": 43 }, "identifierName": "hexToRgbA" @@ -125080,29 +125216,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 78741, - "end": 78753, + "start": 81131, + "end": 81143, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 45 }, "end": { - "line": 1759, + "line": 1801, "column": 57 } }, "object": { "type": "Identifier", - "start": 78741, - "end": 78747, + "start": 81131, + "end": 81137, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 45 }, "end": { - "line": 1759, + "line": 1801, "column": 51 }, "identifierName": "params" @@ -125111,15 +125247,15 @@ }, "property": { "type": "Identifier", - "start": 78748, - "end": 78753, + "start": 81138, + "end": 81143, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 52 }, "end": { - "line": 1759, + "line": 1801, "column": 57 }, "identifierName": "color" @@ -125133,15 +125269,15 @@ }, { "type": "ObjectProperty", - "start": 78777, - "end": 78827, + "start": 81167, + "end": 81217, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 20 }, "end": { - "line": 1760, + "line": 1802, "column": 70 } }, @@ -125150,15 +125286,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78777, - "end": 78792, + "start": 81167, + "end": 81182, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 20 }, "end": { - "line": 1760, + "line": 1802, "column": 35 }, "identifierName": "backgroundColor" @@ -125167,58 +125303,58 @@ }, "value": { "type": "CallExpression", - "start": 78795, - "end": 78827, + "start": 81185, + "end": 81217, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 78795, - "end": 78809, + "start": 81185, + "end": 81199, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 78795, - "end": 78799, + "start": 81185, + "end": 81189, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 42 } } }, "property": { "type": "Identifier", - "start": 78800, - "end": 78809, + "start": 81190, + "end": 81199, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 43 }, "end": { - "line": 1760, + "line": 1802, "column": 52 }, "identifierName": "hexToRgbA" @@ -125230,29 +125366,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 78811, - "end": 78825, + "start": 81201, + "end": 81215, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 54 }, "end": { - "line": 1760, + "line": 1802, "column": 68 } }, "object": { "type": "Identifier", - "start": 78811, - "end": 78817, + "start": 81201, + "end": 81207, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 54 }, "end": { - "line": 1760, + "line": 1802, "column": 60 }, "identifierName": "params" @@ -125261,15 +125397,15 @@ }, "property": { "type": "Identifier", - "start": 78818, - "end": 78825, + "start": 81208, + "end": 81215, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 61 }, "end": { - "line": 1760, + "line": 1802, "column": 68 }, "identifierName": "bgColor" @@ -125286,15 +125422,15 @@ }, { "type": "ObjectProperty", - "start": 78864, - "end": 78942, + "start": 81254, + "end": 81332, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 16 }, "end": { - "line": 1762, + "line": 1804, "column": 94 } }, @@ -125303,15 +125439,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78864, - "end": 78868, + "start": 81254, + "end": 81258, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 16 }, "end": { - "line": 1762, + "line": 1804, "column": 20 }, "identifierName": "html" @@ -125320,44 +125456,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78872, - "end": 78942, + "start": 81262, + "end": 81332, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 24 }, "end": { - "line": 1762, + "line": 1804, "column": 94 } }, "expressions": [ { "type": "MemberExpression", - "start": 78887, - "end": 78917, + "start": 81277, + "end": 81307, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 39 }, "end": { - "line": 1762, + "line": 1804, "column": 69 } }, "object": { "type": "Identifier", - "start": 78887, - "end": 78896, + "start": 81277, + "end": 81286, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 39 }, "end": { - "line": 1762, + "line": 1804, "column": 48 }, "identifierName": "ClassName" @@ -125366,15 +125502,15 @@ }, "property": { "type": "Identifier", - "start": 78897, - "end": 78917, + "start": 81287, + "end": 81307, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 49 }, "end": { - "line": 1762, + "line": 1804, "column": 69 }, "identifierName": "TIMELINE_EVENT_LABEL" @@ -125385,29 +125521,29 @@ }, { "type": "MemberExpression", - "start": 78922, - "end": 78934, + "start": 81312, + "end": 81324, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 74 }, "end": { - "line": 1762, + "line": 1804, "column": 86 } }, "object": { "type": "Identifier", - "start": 78922, - "end": 78928, + "start": 81312, + "end": 81318, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 74 }, "end": { - "line": 1762, + "line": 1804, "column": 80 }, "identifierName": "params" @@ -125416,15 +125552,15 @@ }, "property": { "type": "Identifier", - "start": 78929, - "end": 78934, + "start": 81319, + "end": 81324, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 81 }, "end": { - "line": 1762, + "line": 1804, "column": 86 }, "identifierName": "label" @@ -125437,15 +125573,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78873, - "end": 78885, + "start": 81263, + "end": 81275, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 25 }, "end": { - "line": 1762, + "line": 1804, "column": 37 } }, @@ -125457,15 +125593,15 @@ }, { "type": "TemplateElement", - "start": 78918, - "end": 78920, + "start": 81308, + "end": 81310, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 70 }, "end": { - "line": 1762, + "line": 1804, "column": 72 } }, @@ -125477,15 +125613,15 @@ }, { "type": "TemplateElement", - "start": 78935, - "end": 78941, + "start": 81325, + "end": 81331, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 87 }, "end": { - "line": 1762, + "line": 1804, "column": 93 } }, @@ -125511,15 +125647,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -125527,15 +125663,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -125543,15 +125679,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -125560,57 +125696,57 @@ }, { "type": "IfStatement", - "start": 79195, - "end": 81609, + "start": 81585, + "end": 83999, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 8 }, "end": { - "line": 1806, + "line": 1848, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 79200, - "end": 79213, + "start": 81590, + "end": 81603, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 26 } }, "left": { "type": "MemberExpression", - "start": 79200, - "end": 79208, + "start": 81590, + "end": 81598, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 21 } }, "object": { "type": "Identifier", - "start": 79200, - "end": 79206, + "start": 81590, + "end": 81596, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 19 }, "identifierName": "params" @@ -125620,15 +125756,15 @@ }, "property": { "type": "Identifier", - "start": 79207, - "end": 79208, + "start": 81597, + "end": 81598, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 20 }, "end": { - "line": 1768, + "line": 1810, "column": 21 }, "identifierName": "x" @@ -125641,15 +125777,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 79212, - "end": 79213, + "start": 81602, + "end": 81603, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 25 }, "end": { - "line": 1768, + "line": 1810, "column": 26 } }, @@ -125663,72 +125799,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 79216, - "end": 80183, + "start": 81606, + "end": 82573, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 29 }, "end": { - "line": 1783, + "line": 1825, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 79336, - "end": 80173, + "start": 81726, + "end": 82563, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 12 }, "end": { - "line": 1782, + "line": 1824, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 79341, - "end": 79369, + "start": 81731, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 79341, - "end": 79349, + "start": 81731, + "end": 81739, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 25 } }, "object": { "type": "Identifier", - "start": 79341, - "end": 79347, + "start": 81731, + "end": 81737, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 23 }, "identifierName": "params" @@ -125738,15 +125874,15 @@ }, "property": { "type": "Identifier", - "start": 79348, - "end": 79349, + "start": 81738, + "end": 81739, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 24 }, "end": { - "line": 1770, + "line": 1812, "column": 25 }, "identifierName": "x" @@ -125759,29 +125895,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 79353, - "end": 79369, + "start": 81743, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 29 }, "end": { - "line": 1770, + "line": 1812, "column": 45 } }, "object": { "type": "Identifier", - "start": 79353, - "end": 79359, + "start": 81743, + "end": 81749, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 29 }, "end": { - "line": 1770, + "line": 1812, "column": 35 }, "identifierName": "_props" @@ -125790,15 +125926,15 @@ }, "property": { "type": "Identifier", - "start": 79360, - "end": 79369, + "start": 81750, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 36 }, "end": { - "line": 1770, + "line": 1812, "column": 45 }, "identifierName": "fullwidth" @@ -125811,86 +125947,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 79372, - "end": 79991, + "start": 81762, + "end": 82381, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 48 }, "end": { - "line": 1779, + "line": 1821, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 79509, - "end": 79977, + "start": 81899, + "end": 82367, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 16 }, "end": { - "line": 1778, + "line": 1820, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 79514, - "end": 79557, + "start": 81904, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 79514, - "end": 79537, + "start": 81904, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 79514, - "end": 79522, + "start": 81904, + "end": 81912, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 29 } }, "object": { "type": "Identifier", - "start": 79514, - "end": 79520, + "start": 81904, + "end": 81910, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 27 }, "identifierName": "params" @@ -125900,15 +126036,15 @@ }, "property": { "type": "Identifier", - "start": 79521, - "end": 79522, + "start": 81911, + "end": 81912, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 28 }, "end": { - "line": 1772, + "line": 1814, "column": 29 }, "identifierName": "x" @@ -125921,29 +126057,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 79525, - "end": 79537, + "start": 81915, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 32 }, "end": { - "line": 1772, + "line": 1814, "column": 44 } }, "object": { "type": "Identifier", - "start": 79525, - "end": 79531, + "start": 81915, + "end": 81921, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 32 }, "end": { - "line": 1772, + "line": 1814, "column": 38 }, "identifierName": "params" @@ -125952,15 +126088,15 @@ }, "property": { "type": "Identifier", - "start": 79532, - "end": 79537, + "start": 81922, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 39 }, "end": { - "line": 1772, + "line": 1814, "column": 44 }, "identifierName": "width" @@ -125974,29 +126110,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 79541, - "end": 79557, + "start": 81931, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 48 }, "end": { - "line": 1772, + "line": 1814, "column": 64 } }, "object": { "type": "Identifier", - "start": 79541, - "end": 79547, + "start": 81931, + "end": 81937, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 48 }, "end": { - "line": 1772, + "line": 1814, "column": 54 }, "identifierName": "_props" @@ -126005,15 +126141,15 @@ }, "property": { "type": "Identifier", - "start": 79548, - "end": 79557, + "start": 81938, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 55 }, "end": { - "line": 1772, + "line": 1814, "column": 64 }, "identifierName": "fullwidth" @@ -126026,15 +126162,15 @@ }, "consequent": { "type": "BlockStatement", - "start": 79560, - "end": 79744, + "start": 81950, + "end": 82134, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 67 }, "end": { - "line": 1775, + "line": 1817, "column": 17 } }, @@ -126045,15 +126181,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)", - "start": 79582, - "end": 79700, + "start": 81972, + "end": 82090, "loc": { "start": { - "line": 1773, + "line": 1815, "column": 20 }, "end": { - "line": 1773, + "line": 1815, "column": 138 } } @@ -126061,15 +126197,15 @@ { "type": "CommentLine", "value": " OK", - "start": 79721, - "end": 79726, + "start": 82111, + "end": 82116, "loc": { "start": { - "line": 1774, + "line": 1816, "column": 20 }, "end": { - "line": 1774, + "line": 1816, "column": 25 } } @@ -126078,73 +126214,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 79750, - "end": 79977, + "start": 82140, + "end": 82367, "loc": { "start": { - "line": 1775, + "line": 1817, "column": 23 }, "end": { - "line": 1778, + "line": 1820, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 79917, - "end": 79959, + "start": 82307, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 79917, - "end": 79959, + "start": 82307, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 79917, - "end": 79929, + "start": 82307, + "end": 82319, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 32 } }, "object": { "type": "Identifier", - "start": 79917, - "end": 79923, + "start": 82307, + "end": 82313, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 26 }, "identifierName": "params" @@ -126154,15 +126290,15 @@ }, "property": { "type": "Identifier", - "start": 79924, - "end": 79929, + "start": 82314, + "end": 82319, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 27 }, "end": { - "line": 1777, + "line": 1819, "column": 32 }, "identifierName": "width" @@ -126174,43 +126310,43 @@ }, "right": { "type": "BinaryExpression", - "start": 79932, - "end": 79959, + "start": 82322, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "left": { "type": "MemberExpression", - "start": 79932, - "end": 79948, + "start": 82322, + "end": 82338, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 51 } }, "object": { "type": "Identifier", - "start": 79932, - "end": 79938, + "start": 82322, + "end": 82328, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 41 }, "identifierName": "_props" @@ -126219,15 +126355,15 @@ }, "property": { "type": "Identifier", - "start": 79939, - "end": 79948, + "start": 82329, + "end": 82338, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 42 }, "end": { - "line": 1777, + "line": 1819, "column": 51 }, "identifierName": "fullwidth" @@ -126239,29 +126375,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 79951, - "end": 79959, + "start": 82341, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 54 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "object": { "type": "Identifier", - "start": 79951, - "end": 79957, + "start": 82341, + "end": 82347, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 54 }, "end": { - "line": 1777, + "line": 1819, "column": 60 }, "identifierName": "params" @@ -126270,15 +126406,15 @@ }, "property": { "type": "Identifier", - "start": 79958, - "end": 79959, + "start": 82348, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 61 }, "end": { - "line": 1777, + "line": 1819, "column": 62 }, "identifierName": "x" @@ -126294,15 +126430,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)", - "start": 79772, - "end": 79896, + "start": 82162, + "end": 82286, "loc": { "start": { - "line": 1776, + "line": 1818, "column": 20 }, "end": { - "line": 1776, + "line": 1818, "column": 144 } } @@ -126316,15 +126452,15 @@ { "type": "CommentLine", "value": " The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下", - "start": 79390, - "end": 79492, + "start": 81780, + "end": 81882, "loc": { "start": { - "line": 1771, + "line": 1813, "column": 16 }, "end": { - "line": 1771, + "line": 1813, "column": 118 } } @@ -126336,73 +126472,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 79997, - "end": 80173, + "start": 82387, + "end": 82563, "loc": { "start": { - "line": 1779, + "line": 1821, "column": 19 }, "end": { - "line": 1782, + "line": 1824, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 80142, - "end": 80159, + "start": 82532, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 80142, - "end": 80159, + "start": 82532, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80142, - "end": 80154, + "start": 82532, + "end": 82544, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 28 } }, "object": { "type": "Identifier", - "start": 80142, - "end": 80148, + "start": 82532, + "end": 82538, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 22 }, "identifierName": "params" @@ -126412,15 +126548,15 @@ }, "property": { "type": "Identifier", - "start": 80149, - "end": 80154, + "start": 82539, + "end": 82544, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 23 }, "end": { - "line": 1781, + "line": 1823, "column": 28 }, "identifierName": "width" @@ -126432,15 +126568,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80157, - "end": 80159, + "start": 82547, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 31 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, @@ -126448,15 +126584,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80158, - "end": 80159, + "start": 82548, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 32 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, @@ -126476,15 +126612,15 @@ { "type": "CommentLine", "value": " The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)", - "start": 80015, - "end": 80125, + "start": 82405, + "end": 82515, "loc": { "start": { - "line": 1780, + "line": 1822, "column": 16 }, "end": { - "line": 1780, + "line": 1822, "column": 126 } } @@ -126498,15 +126634,15 @@ { "type": "CommentLine", "value": " The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上", - "start": 79230, - "end": 79323, + "start": 81620, + "end": 81713, "loc": { "start": { - "line": 1769, + "line": 1811, "column": 12 }, "end": { - "line": 1769, + "line": 1811, "column": 105 } } @@ -126518,72 +126654,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 80189, - "end": 81609, + "start": 82579, + "end": 83999, "loc": { "start": { - "line": 1783, + "line": 1825, "column": 15 }, "end": { - "line": 1806, + "line": 1848, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 80305, - "end": 81599, + "start": 82695, + "end": 83989, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 12 }, "end": { - "line": 1805, + "line": 1847, "column": 13 } }, "test": { "type": "CallExpression", - "start": 80310, - "end": 80344, + "start": 82700, + "end": 82734, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 80310, - "end": 80330, + "start": 82700, + "end": 82720, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 80310, - "end": 80325, + "start": 82700, + "end": 82715, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 32 } }, @@ -126596,15 +126732,15 @@ }, "property": { "type": "Identifier", - "start": 80326, - "end": 80330, + "start": 82716, + "end": 82720, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 33 }, "end": { - "line": 1785, + "line": 1827, "column": 37 }, "identifierName": "test" @@ -126617,29 +126753,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 80332, - "end": 80342, + "start": 82722, + "end": 82732, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 39 }, "end": { - "line": 1785, + "line": 1827, "column": 49 } }, "object": { "type": "Identifier", - "start": 80332, - "end": 80337, + "start": 82722, + "end": 82727, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 39 }, "end": { - "line": 1785, + "line": 1827, "column": 44 }, "identifierName": "_opts" @@ -126648,15 +126784,15 @@ }, "property": { "type": "Identifier", - "start": 80338, - "end": 80342, + "start": 82728, + "end": 82732, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 45 }, "end": { - "line": 1785, + "line": 1827, "column": 49 }, "identifierName": "type" @@ -126670,73 +126806,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80347, - "end": 80490, + "start": 82737, + "end": 82880, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 54 }, "end": { - "line": 1788, + "line": 1830, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 80459, - "end": 80476, + "start": 82849, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 80459, - "end": 80476, + "start": 82849, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80459, - "end": 80471, + "start": 82849, + "end": 82861, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 28 } }, "object": { "type": "Identifier", - "start": 80459, - "end": 80465, + "start": 82849, + "end": 82855, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 22 }, "identifierName": "params" @@ -126746,15 +126882,15 @@ }, "property": { "type": "Identifier", - "start": 80466, - "end": 80471, + "start": 82856, + "end": 82861, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 23 }, "end": { - "line": 1787, + "line": 1829, "column": 28 }, "identifierName": "width" @@ -126766,15 +126902,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80474, - "end": 80476, + "start": 82864, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 31 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, @@ -126782,15 +126918,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80475, - "end": 80476, + "start": 82865, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 32 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, @@ -126810,15 +126946,15 @@ { "type": "CommentLine", "value": " In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント", - "start": 80365, - "end": 80442, + "start": 82755, + "end": 82832, "loc": { "start": { - "line": 1786, + "line": 1828, "column": 16 }, "end": { - "line": 1786, + "line": 1828, "column": 93 } } @@ -126830,86 +126966,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 80496, - "end": 81599, + "start": 82886, + "end": 83989, "loc": { "start": { - "line": 1788, + "line": 1830, "column": 19 }, "end": { - "line": 1805, + "line": 1847, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 80556, - "end": 81585, + "start": 82946, + "end": 83975, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 16 }, "end": { - "line": 1804, + "line": 1846, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 80561, - "end": 80589, + "start": 82951, + "end": 82979, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 80561, - "end": 80584, + "start": 82951, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 80561, - "end": 80569, + "start": 82951, + "end": 82959, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 29 } }, "object": { "type": "Identifier", - "start": 80561, - "end": 80567, + "start": 82951, + "end": 82957, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 27 }, "identifierName": "params" @@ -126919,15 +127055,15 @@ }, "property": { "type": "Identifier", - "start": 80568, - "end": 80569, + "start": 82958, + "end": 82959, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 28 }, "end": { - "line": 1790, + "line": 1832, "column": 29 }, "identifierName": "x" @@ -126940,29 +127076,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 80572, - "end": 80584, + "start": 82962, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 32 }, "end": { - "line": 1790, + "line": 1832, "column": 44 } }, "object": { "type": "Identifier", - "start": 80572, - "end": 80578, + "start": 82962, + "end": 82968, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 32 }, "end": { - "line": 1790, + "line": 1832, "column": 38 }, "identifierName": "params" @@ -126971,15 +127107,15 @@ }, "property": { "type": "Identifier", - "start": 80579, - "end": 80584, + "start": 82969, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 39 }, "end": { - "line": 1790, + "line": 1832, "column": 44 }, "identifierName": "width" @@ -126993,15 +127129,15 @@ "operator": "<=", "right": { "type": "NumericLiteral", - "start": 80588, - "end": 80589, + "start": 82978, + "end": 82979, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 48 }, "end": { - "line": 1790, + "line": 1832, "column": 49 } }, @@ -127015,73 +127151,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80592, - "end": 80791, + "start": 82982, + "end": 83181, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 52 }, "end": { - "line": 1793, + "line": 1835, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 80756, - "end": 80773, + "start": 83146, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 80756, - "end": 80773, + "start": 83146, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80756, - "end": 80768, + "start": 83146, + "end": 83158, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 32 } }, "object": { "type": "Identifier", - "start": 80756, - "end": 80762, + "start": 83146, + "end": 83152, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 26 }, "identifierName": "params" @@ -127091,15 +127227,15 @@ }, "property": { "type": "Identifier", - "start": 80763, - "end": 80768, + "start": 83153, + "end": 83158, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 27 }, "end": { - "line": 1792, + "line": 1834, "column": 32 }, "identifierName": "width" @@ -127111,15 +127247,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80771, - "end": 80773, + "start": 83161, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 35 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, @@ -127127,15 +127263,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80772, - "end": 80773, + "start": 83162, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 36 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, @@ -127155,15 +127291,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)", - "start": 80614, - "end": 80735, + "start": 83004, + "end": 83125, "loc": { "start": { - "line": 1791, + "line": 1833, "column": 20 }, "end": { - "line": 1791, + "line": 1833, "column": 141 } } @@ -127175,86 +127311,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 80797, - "end": 81585, + "start": 83187, + "end": 83975, "loc": { "start": { - "line": 1793, + "line": 1835, "column": 23 }, "end": { - "line": 1804, + "line": 1846, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 80926, - "end": 81567, + "start": 83316, + "end": 83957, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 20 }, "end": { - "line": 1803, + "line": 1845, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 80931, - "end": 80974, + "start": 83321, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 80931, - "end": 80954, + "start": 83321, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 80931, - "end": 80939, + "start": 83321, + "end": 83329, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 33 } }, "object": { "type": "Identifier", - "start": 80931, - "end": 80937, + "start": 83321, + "end": 83327, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 31 }, "identifierName": "params" @@ -127264,15 +127400,15 @@ }, "property": { "type": "Identifier", - "start": 80938, - "end": 80939, + "start": 83328, + "end": 83329, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 32 }, "end": { - "line": 1795, + "line": 1837, "column": 33 }, "identifierName": "x" @@ -127285,29 +127421,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 80942, - "end": 80954, + "start": 83332, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 36 }, "end": { - "line": 1795, + "line": 1837, "column": 48 } }, "object": { "type": "Identifier", - "start": 80942, - "end": 80948, + "start": 83332, + "end": 83338, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 36 }, "end": { - "line": 1795, + "line": 1837, "column": 42 }, "identifierName": "params" @@ -127316,15 +127452,15 @@ }, "property": { "type": "Identifier", - "start": 80949, - "end": 80954, + "start": 83339, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 43 }, "end": { - "line": 1795, + "line": 1837, "column": 48 }, "identifierName": "width" @@ -127338,29 +127474,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 80958, - "end": 80974, + "start": 83348, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 52 }, "end": { - "line": 1795, + "line": 1837, "column": 68 } }, "object": { "type": "Identifier", - "start": 80958, - "end": 80964, + "start": 83348, + "end": 83354, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 52 }, "end": { - "line": 1795, + "line": 1837, "column": 58 }, "identifierName": "_props" @@ -127369,15 +127505,15 @@ }, "property": { "type": "Identifier", - "start": 80965, - "end": 80974, + "start": 83355, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 59 }, "end": { - "line": 1795, + "line": 1837, "column": 68 }, "identifierName": "fullwidth" @@ -127390,73 +127526,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80977, - "end": 81275, + "start": 83367, + "end": 83665, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 71 }, "end": { - "line": 1799, + "line": 1841, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 81166, - "end": 81216, + "start": 83556, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 81166, - "end": 81216, + "start": 83556, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81166, - "end": 81178, + "start": 83556, + "end": 83568, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 36 } }, "object": { "type": "Identifier", - "start": 81166, - "end": 81172, + "start": 83556, + "end": 83562, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 30 }, "identifierName": "params" @@ -127466,15 +127602,15 @@ }, "property": { "type": "Identifier", - "start": 81173, - "end": 81178, + "start": 83563, + "end": 83568, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 31 }, "end": { - "line": 1797, + "line": 1839, "column": 36 }, "identifierName": "width" @@ -127486,43 +127622,43 @@ }, "right": { "type": "CallExpression", - "start": 81181, - "end": 81216, + "start": 83571, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 81181, - "end": 81189, + "start": 83571, + "end": 83579, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 47 } }, "object": { "type": "Identifier", - "start": 81181, - "end": 81185, + "start": 83571, + "end": 83575, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 43 }, "identifierName": "Math" @@ -127531,15 +127667,15 @@ }, "property": { "type": "Identifier", - "start": 81186, - "end": 81189, + "start": 83576, + "end": 83579, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 44 }, "end": { - "line": 1797, + "line": 1839, "column": 47 }, "identifierName": "abs" @@ -127551,43 +127687,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 81191, - "end": 81214, + "start": 83581, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 81191, - "end": 81199, + "start": 83581, + "end": 83589, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 57 } }, "object": { "type": "Identifier", - "start": 81191, - "end": 81197, + "start": 83581, + "end": 83587, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 55 }, "identifierName": "params" @@ -127596,15 +127732,15 @@ }, "property": { "type": "Identifier", - "start": 81198, - "end": 81199, + "start": 83588, + "end": 83589, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 56 }, "end": { - "line": 1797, + "line": 1839, "column": 57 }, "identifierName": "x" @@ -127616,29 +127752,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 81202, - "end": 81214, + "start": 83592, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 60 }, "end": { - "line": 1797, + "line": 1839, "column": 72 } }, "object": { "type": "Identifier", - "start": 81202, - "end": 81208, + "start": 83592, + "end": 83598, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 60 }, "end": { - "line": 1797, + "line": 1839, "column": 66 }, "identifierName": "params" @@ -127647,15 +127783,15 @@ }, "property": { "type": "Identifier", - "start": 81209, - "end": 81214, + "start": 83599, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 67 }, "end": { - "line": 1797, + "line": 1839, "column": 72 }, "identifierName": "width" @@ -127673,15 +127809,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)", - "start": 81003, - "end": 81141, + "start": 83393, + "end": 83531, "loc": { "start": { - "line": 1796, + "line": 1838, "column": 24 }, "end": { - "line": 1796, + "line": 1838, "column": 162 } } @@ -127690,58 +127826,58 @@ }, { "type": "ExpressionStatement", - "start": 81241, - "end": 81253, + "start": 83631, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 81241, - "end": 81253, + "start": 83631, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81241, - "end": 81249, + "start": 83631, + "end": 83639, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 32 } }, "object": { "type": "Identifier", - "start": 81241, - "end": 81247, + "start": 83631, + "end": 83637, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 30 }, "identifierName": "params" @@ -127750,15 +127886,15 @@ }, "property": { "type": "Identifier", - "start": 81248, - "end": 81249, + "start": 83638, + "end": 83639, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 31 }, "end": { - "line": 1798, + "line": 1840, "column": 32 }, "identifierName": "x" @@ -127769,15 +127905,15 @@ }, "right": { "type": "NumericLiteral", - "start": 81252, - "end": 81253, + "start": 83642, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 35 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, @@ -127794,73 +127930,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 81281, - "end": 81567, + "start": 83671, + "end": 83957, "loc": { "start": { - "line": 1799, + "line": 1841, "column": 27 }, "end": { - "line": 1803, + "line": 1845, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 81477, - "end": 81508, + "start": 83867, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 81477, - "end": 81508, + "start": 83867, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81477, - "end": 81489, + "start": 83867, + "end": 83879, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 36 } }, "object": { "type": "Identifier", - "start": 81477, - "end": 81483, + "start": 83867, + "end": 83873, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 30 }, "identifierName": "params" @@ -127870,15 +128006,15 @@ }, "property": { "type": "Identifier", - "start": 81484, - "end": 81489, + "start": 83874, + "end": 83879, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 31 }, "end": { - "line": 1801, + "line": 1843, "column": 36 }, "identifierName": "width" @@ -127890,29 +128026,29 @@ }, "right": { "type": "MemberExpression", - "start": 81492, - "end": 81508, + "start": 83882, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 39 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "object": { "type": "Identifier", - "start": 81492, - "end": 81498, + "start": 83882, + "end": 83888, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 39 }, "end": { - "line": 1801, + "line": 1843, "column": 45 }, "identifierName": "_props" @@ -127921,15 +128057,15 @@ }, "property": { "type": "Identifier", - "start": 81499, - "end": 81508, + "start": 83889, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 46 }, "end": { - "line": 1801, + "line": 1843, "column": 55 }, "identifierName": "fullwidth" @@ -127944,15 +128080,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)", - "start": 81307, - "end": 81452, + "start": 83697, + "end": 83842, "loc": { "start": { - "line": 1800, + "line": 1842, "column": 24 }, "end": { - "line": 1800, + "line": 1842, "column": 169 } } @@ -127961,58 +128097,58 @@ }, { "type": "ExpressionStatement", - "start": 81533, - "end": 81545, + "start": 83923, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 81533, - "end": 81545, + "start": 83923, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81533, - "end": 81541, + "start": 83923, + "end": 83931, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 32 } }, "object": { "type": "Identifier", - "start": 81533, - "end": 81539, + "start": 83923, + "end": 83929, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 30 }, "identifierName": "params" @@ -128021,15 +128157,15 @@ }, "property": { "type": "Identifier", - "start": 81540, - "end": 81541, + "start": 83930, + "end": 83931, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 31 }, "end": { - "line": 1802, + "line": 1844, "column": 32 }, "identifierName": "x" @@ -128040,15 +128176,15 @@ }, "right": { "type": "NumericLiteral", - "start": 81544, - "end": 81545, + "start": 83934, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 35 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, @@ -128067,15 +128203,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後", - "start": 80819, - "end": 80905, + "start": 83209, + "end": 83295, "loc": { "start": { - "line": 1794, + "line": 1836, "column": 20 }, "end": { - "line": 1794, + "line": 1836, "column": 106 } } @@ -128089,15 +128225,15 @@ { "type": "CommentLine", "value": " The case of \"bar\" type", - "start": 80514, - "end": 80539, + "start": 82904, + "end": 82929, "loc": { "start": { - "line": 1789, + "line": 1831, "column": 16 }, "end": { - "line": 1789, + "line": 1831, "column": 41 } } @@ -128111,15 +128247,15 @@ { "type": "CommentLine", "value": " The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前", - "start": 80203, - "end": 80292, + "start": 82593, + "end": 82682, "loc": { "start": { - "line": 1784, + "line": 1826, "column": 12 }, "end": { - "line": 1784, + "line": 1826, "column": 101 } } @@ -128134,15 +128270,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -128150,15 +128286,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -128166,15 +128302,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -128184,15 +128320,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -128201,57 +128337,57 @@ }, { "type": "IfStatement", - "start": 81771, - "end": 82805, + "start": 84161, + "end": 85195, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 8 }, "end": { - "line": 1826, + "line": 1868, "column": 9 } }, "test": { "type": "CallExpression", - "start": 81776, - "end": 81810, + "start": 84166, + "end": 84200, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 81776, - "end": 81796, + "start": 84166, + "end": 84186, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 81776, - "end": 81791, + "start": 84166, + "end": 84181, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 28 } }, @@ -128264,15 +128400,15 @@ }, "property": { "type": "Identifier", - "start": 81792, - "end": 81796, + "start": 84182, + "end": 84186, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 29 }, "end": { - "line": 1809, + "line": 1851, "column": 33 }, "identifierName": "test" @@ -128285,29 +128421,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 81798, - "end": 81808, + "start": 84188, + "end": 84198, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 35 }, "end": { - "line": 1809, + "line": 1851, "column": 45 } }, "object": { "type": "Identifier", - "start": 81798, - "end": 81803, + "start": 84188, + "end": 84193, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 35 }, "end": { - "line": 1809, + "line": 1851, "column": 40 }, "identifierName": "_opts" @@ -128316,15 +128452,15 @@ }, "property": { "type": "Identifier", - "start": 81804, - "end": 81808, + "start": 84194, + "end": 84198, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 41 }, "end": { - "line": 1809, + "line": 1851, "column": 45 }, "identifierName": "type" @@ -128338,72 +128474,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 81813, - "end": 82619, + "start": 84203, + "end": 85009, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 50 }, "end": { - "line": 1821, + "line": 1863, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 81827, - "end": 81894, + "start": 84217, + "end": 84284, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 12 }, "end": { - "line": 1812, + "line": 1854, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 81832, - "end": 81848, + "start": 84222, + "end": 84238, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 81832, - "end": 81844, + "start": 84222, + "end": 84234, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 29 } }, "object": { "type": "Identifier", - "start": 81832, - "end": 81838, + "start": 84222, + "end": 84228, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 23 }, "identifierName": "params" @@ -128412,15 +128548,15 @@ }, "property": { "type": "Identifier", - "start": 81839, - "end": 81844, + "start": 84229, + "end": 84234, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 24 }, "end": { - "line": 1810, + "line": 1852, "column": 29 }, "identifierName": "width" @@ -128432,15 +128568,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 81847, - "end": 81848, + "start": 84237, + "end": 84238, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 32 }, "end": { - "line": 1810, + "line": 1852, "column": 33 } }, @@ -128453,44 +128589,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 81851, - "end": 81894, + "start": 84241, + "end": 84284, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 36 }, "end": { - "line": 1812, + "line": 1854, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 81869, - "end": 81880, + "start": 84259, + "end": 84270, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 16 }, "end": { - "line": 1811, + "line": 1853, "column": 27 } }, "argument": { "type": "NullLiteral", - "start": 81876, - "end": 81880, + "start": 84266, + "end": 84270, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 23 }, "end": { - "line": 1811, + "line": 1853, "column": 27 } } @@ -128503,44 +128639,44 @@ }, { "type": "VariableDeclaration", - "start": 81907, - "end": 82154, + "start": 84297, + "end": 84544, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 12 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 81911, - "end": 81974, + "start": 84301, + "end": 84364, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 16 }, "end": { - "line": 1813, + "line": 1855, "column": 79 } }, "id": { "type": "Identifier", - "start": 81911, - "end": 81921, + "start": 84301, + "end": 84311, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 16 }, "end": { - "line": 1813, + "line": 1855, "column": 26 }, "identifierName": "_pointSize" @@ -128549,58 +128685,58 @@ }, "init": { "type": "CallExpression", - "start": 81924, - "end": 81974, + "start": 84314, + "end": 84364, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 81924, - "end": 81944, + "start": 84314, + "end": 84334, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 81924, - "end": 81928, + "start": 84314, + "end": 84318, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 33 } } }, "property": { "type": "Identifier", - "start": 81929, - "end": 81944, + "start": 84319, + "end": 84334, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 34 }, "end": { - "line": 1813, + "line": 1855, "column": 49 }, "identifierName": "_getPointerSize" @@ -128612,29 +128748,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 81946, - "end": 81957, + "start": 84336, + "end": 84347, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 51 }, "end": { - "line": 1813, + "line": 1855, "column": 62 } }, "object": { "type": "Identifier", - "start": 81946, - "end": 81952, + "start": 84336, + "end": 84342, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 51 }, "end": { - "line": 1813, + "line": 1855, "column": 57 }, "identifierName": "params" @@ -128643,15 +128779,15 @@ }, "property": { "type": "Identifier", - "start": 81953, - "end": 81957, + "start": 84343, + "end": 84347, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 58 }, "end": { - "line": 1813, + "line": 1855, "column": 62 }, "identifierName": "size" @@ -128662,29 +128798,29 @@ }, { "type": "MemberExpression", - "start": 81959, - "end": 81972, + "start": 84349, + "end": 84362, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 64 }, "end": { - "line": 1813, + "line": 1855, "column": 77 } }, "object": { "type": "Identifier", - "start": 81959, - "end": 81965, + "start": 84349, + "end": 84355, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 64 }, "end": { - "line": 1813, + "line": 1855, "column": 70 }, "identifierName": "params" @@ -128693,15 +128829,15 @@ }, "property": { "type": "Identifier", - "start": 81966, - "end": 81972, + "start": 84356, + "end": 84362, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 71 }, "end": { - "line": 1813, + "line": 1855, "column": 77 }, "identifierName": "margin" @@ -128715,29 +128851,29 @@ }, { "type": "VariableDeclarator", - "start": 81992, - "end": 82054, + "start": 84382, + "end": 84444, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 16 }, "end": { - "line": 1814, + "line": 1856, "column": 78 } }, "id": { "type": "Identifier", - "start": 81992, - "end": 81999, + "start": 84382, + "end": 84389, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 16 }, "end": { - "line": 1814, + "line": 1856, "column": 23 }, "identifierName": "_shiftX" @@ -128746,58 +128882,58 @@ }, "init": { "type": "CallExpression", - "start": 82005, - "end": 82054, + "start": 84395, + "end": 84444, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 82005, - "end": 82018, + "start": 84395, + "end": 84408, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 82005, - "end": 82009, + "start": 84395, + "end": 84399, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 33 } } }, "property": { "type": "Identifier", - "start": 82010, - "end": 82018, + "start": 84400, + "end": 84408, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 34 }, "end": { - "line": 1814, + "line": 1856, "column": 42 }, "identifierName": "numRound" @@ -128809,43 +128945,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 82020, - "end": 82049, + "start": 84410, + "end": 84439, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 82020, - "end": 82028, + "start": 84410, + "end": 84418, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 52 } }, "object": { "type": "Identifier", - "start": 82020, - "end": 82026, + "start": 84410, + "end": 84416, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 50 }, "identifierName": "params" @@ -128854,15 +128990,15 @@ }, "property": { "type": "Identifier", - "start": 82027, - "end": 82028, + "start": 84417, + "end": 84418, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 51 }, "end": { - "line": 1814, + "line": 1856, "column": 52 }, "identifierName": "x" @@ -128874,29 +129010,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 82033, - "end": 82047, + "start": 84423, + "end": 84437, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 57 }, "end": { - "line": 1814, + "line": 1856, "column": 71 } }, "left": { "type": "Identifier", - "start": 82033, - "end": 82043, + "start": 84423, + "end": 84433, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 57 }, "end": { - "line": 1814, + "line": 1856, "column": 67 }, "identifierName": "_pointSize" @@ -128906,15 +129042,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 82046, - "end": 82047, + "start": 84436, + "end": 84437, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 70 }, "end": { - "line": 1814, + "line": 1856, "column": 71 } }, @@ -128926,21 +129062,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82031 + "parenStart": 84421 } } }, { "type": "NumericLiteral", - "start": 82051, - "end": 82052, + "start": 84441, + "end": 84442, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 75 }, "end": { - "line": 1814, + "line": 1856, "column": 76 } }, @@ -128955,29 +129091,29 @@ }, { "type": "VariableDeclarator", - "start": 82072, - "end": 82154, + "start": 84462, + "end": 84544, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 16 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "id": { "type": "Identifier", - "start": 82072, - "end": 82079, + "start": 84462, + "end": 84469, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 16 }, "end": { - "line": 1815, + "line": 1857, "column": 23 }, "identifierName": "_shiftY" @@ -128986,58 +129122,58 @@ }, "init": { "type": "CallExpression", - "start": 82085, - "end": 82154, + "start": 84475, + "end": 84544, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 82085, - "end": 82098, + "start": 84475, + "end": 84488, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 82085, - "end": 82089, + "start": 84475, + "end": 84479, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 33 } } }, "property": { "type": "Identifier", - "start": 82090, - "end": 82098, + "start": 84480, + "end": 84488, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 34 }, "end": { - "line": 1815, + "line": 1857, "column": 42 }, "identifierName": "numRound" @@ -129049,43 +129185,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 82100, - "end": 82149, + "start": 84490, + "end": 84539, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 82100, - "end": 82108, + "start": 84490, + "end": 84498, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 52 } }, "object": { "type": "Identifier", - "start": 82100, - "end": 82106, + "start": 84490, + "end": 84496, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 50 }, "identifierName": "params" @@ -129094,15 +129230,15 @@ }, "property": { "type": "Identifier", - "start": 82107, - "end": 82108, + "start": 84497, + "end": 84498, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 51 }, "end": { - "line": 1815, + "line": 1857, "column": 52 }, "identifierName": "y" @@ -129114,57 +129250,57 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 82113, - "end": 82147, + "start": 84503, + "end": 84537, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 57 }, "end": { - "line": 1815, + "line": 1857, "column": 91 } }, "left": { "type": "BinaryExpression", - "start": 82115, - "end": 82141, + "start": 84505, + "end": 84531, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 85 } }, "left": { "type": "MemberExpression", - "start": 82115, - "end": 82128, + "start": 84505, + "end": 84518, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 72 } }, "object": { "type": "Identifier", - "start": 82115, - "end": 82121, + "start": 84505, + "end": 84511, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 65 }, "identifierName": "params" @@ -129173,15 +129309,15 @@ }, "property": { "type": "Identifier", - "start": 82122, - "end": 82128, + "start": 84512, + "end": 84518, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 66 }, "end": { - "line": 1815, + "line": 1857, "column": 72 }, "identifierName": "height" @@ -129193,15 +129329,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 82131, - "end": 82141, + "start": 84521, + "end": 84531, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 75 }, "end": { - "line": 1815, + "line": 1857, "column": 85 }, "identifierName": "_pointSize" @@ -129210,21 +129346,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82113 + "parenStart": 84503 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 82146, - "end": 82147, + "start": 84536, + "end": 84537, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 90 }, "end": { - "line": 1815, + "line": 1857, "column": 91 } }, @@ -129236,21 +129372,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82111 + "parenStart": 84501 } } }, { "type": "NumericLiteral", - "start": 82151, - "end": 82152, + "start": 84541, + "end": 84542, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 95 }, "end": { - "line": 1815, + "line": 1857, "column": 96 } }, @@ -129271,15 +129407,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -129288,281 +129424,281 @@ }, { "type": "ExpressionStatement", - "start": 82256, - "end": 82609, + "start": 84646, + "end": 84999, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 116 } }, "expression": { "type": "CallExpression", - "start": 82256, - "end": 82609, + "start": 84646, + "end": 84999, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82581, + "start": 84646, + "end": 84971, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 88 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82576, + "start": 84646, + "end": 84966, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82547, + "start": 84646, + "end": 84937, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 54 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82542, + "start": 84646, + "end": 84932, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82510, + "start": 84646, + "end": 84900, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 17 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82492, + "start": 84646, + "end": 84882, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 140 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82461, + "start": 84646, + "end": 84851, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 109 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82457, + "start": 84646, + "end": 84847, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82427, + "start": 84646, + "end": 84817, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 75 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82423, + "start": 84646, + "end": 84813, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82398, + "start": 84646, + "end": 84788, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 46 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82394, + "start": 84646, + "end": 84784, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82368, + "start": 84646, + "end": 84758, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 16 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82351, + "start": 84646, + "end": 84741, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82317, + "start": 84646, + "end": 84707, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 73 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82313, + "start": 84646, + "end": 84703, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82274, + "start": 84646, + "end": 84664, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 30 } }, "object": { "type": "Identifier", - "start": 82256, - "end": 82265, + "start": 84646, + "end": 84655, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 21 }, "identifierName": "_evt_elem" @@ -129572,15 +129708,15 @@ }, "property": { "type": "Identifier", - "start": 82266, - "end": 82274, + "start": 84656, + "end": 84664, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 22 }, "end": { - "line": 1818, + "line": 1860, "column": 30 }, "identifierName": "addClass" @@ -129593,29 +129729,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82276, - "end": 82311, + "start": 84666, + "end": 84701, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 32 }, "end": { - "line": 1818, + "line": 1860, "column": 67 } }, "object": { "type": "Identifier", - "start": 82276, - "end": 82285, + "start": 84666, + "end": 84675, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 32 }, "end": { - "line": 1818, + "line": 1860, "column": 41 }, "identifierName": "ClassName" @@ -129624,15 +129760,15 @@ }, "property": { "type": "Identifier", - "start": 82286, - "end": 82311, + "start": 84676, + "end": 84701, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 42 }, "end": { - "line": 1818, + "line": 1860, "column": 67 }, "identifierName": "VIEWER_EVENT_TYPE_POINTER" @@ -129646,15 +129782,15 @@ }, "property": { "type": "Identifier", - "start": 82314, - "end": 82317, + "start": 84704, + "end": 84707, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 70 }, "end": { - "line": 1818, + "line": 1860, "column": 73 }, "identifierName": "css" @@ -129667,15 +129803,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82319, - "end": 82333, + "start": 84709, + "end": 84723, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 75 }, "end": { - "line": 1818, + "line": 1860, "column": 89 } }, @@ -129687,29 +129823,29 @@ }, { "type": "MemberExpression", - "start": 82335, - "end": 82349, + "start": 84725, + "end": 84739, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 91 }, "end": { - "line": 1818, + "line": 1860, "column": 105 } }, "object": { "type": "Identifier", - "start": 82335, - "end": 82341, + "start": 84725, + "end": 84731, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 91 }, "end": { - "line": 1818, + "line": 1860, "column": 97 }, "identifierName": "params" @@ -129718,15 +129854,15 @@ }, "property": { "type": "Identifier", - "start": 82342, - "end": 82349, + "start": 84732, + "end": 84739, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 98 }, "end": { - "line": 1818, + "line": 1860, "column": 105 }, "identifierName": "bdColor" @@ -129740,15 +129876,15 @@ }, "property": { "type": "Identifier", - "start": 82365, - "end": 82368, + "start": 84755, + "end": 84758, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 13 }, "end": { - "line": 1819, + "line": 1861, "column": 16 }, "identifierName": "css" @@ -129761,15 +129897,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82370, - "end": 82376, + "start": 84760, + "end": 84766, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 18 }, "end": { - "line": 1819, + "line": 1861, "column": 24 } }, @@ -129781,30 +129917,30 @@ }, { "type": "TemplateLiteral", - "start": 82378, - "end": 82392, + "start": 84768, + "end": 84782, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 26 }, "end": { - "line": 1819, + "line": 1861, "column": 40 } }, "expressions": [ { "type": "Identifier", - "start": 82381, - "end": 82388, + "start": 84771, + "end": 84778, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 29 }, "end": { - "line": 1819, + "line": 1861, "column": 36 }, "identifierName": "_shiftX" @@ -129815,15 +129951,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82379, - "end": 82379, + "start": 84769, + "end": 84769, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 27 }, "end": { - "line": 1819, + "line": 1861, "column": 27 } }, @@ -129835,15 +129971,15 @@ }, { "type": "TemplateElement", - "start": 82389, - "end": 82391, + "start": 84779, + "end": 84781, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 37 }, "end": { - "line": 1819, + "line": 1861, "column": 39 } }, @@ -129860,15 +129996,15 @@ }, "property": { "type": "Identifier", - "start": 82395, - "end": 82398, + "start": 84785, + "end": 84788, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 43 }, "end": { - "line": 1819, + "line": 1861, "column": 46 }, "identifierName": "css" @@ -129881,15 +130017,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82400, - "end": 82405, + "start": 84790, + "end": 84795, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 48 }, "end": { - "line": 1819, + "line": 1861, "column": 53 } }, @@ -129901,30 +130037,30 @@ }, { "type": "TemplateLiteral", - "start": 82407, - "end": 82421, + "start": 84797, + "end": 84811, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 55 }, "end": { - "line": 1819, + "line": 1861, "column": 69 } }, "expressions": [ { "type": "Identifier", - "start": 82410, - "end": 82417, + "start": 84800, + "end": 84807, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 58 }, "end": { - "line": 1819, + "line": 1861, "column": 65 }, "identifierName": "_shiftY" @@ -129935,15 +130071,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82408, - "end": 82408, + "start": 84798, + "end": 84798, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 56 }, "end": { - "line": 1819, + "line": 1861, "column": 56 } }, @@ -129955,15 +130091,15 @@ }, { "type": "TemplateElement", - "start": 82418, - "end": 82420, + "start": 84808, + "end": 84810, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 66 }, "end": { - "line": 1819, + "line": 1861, "column": 68 } }, @@ -129980,15 +130116,15 @@ }, "property": { "type": "Identifier", - "start": 82424, - "end": 82427, + "start": 84814, + "end": 84817, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 72 }, "end": { - "line": 1819, + "line": 1861, "column": 75 }, "identifierName": "css" @@ -130001,15 +130137,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82429, - "end": 82436, + "start": 84819, + "end": 84826, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 77 }, "end": { - "line": 1819, + "line": 1861, "column": 84 } }, @@ -130021,30 +130157,30 @@ }, { "type": "TemplateLiteral", - "start": 82438, - "end": 82455, + "start": 84828, + "end": 84845, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 86 }, "end": { - "line": 1819, + "line": 1861, "column": 103 } }, "expressions": [ { "type": "Identifier", - "start": 82441, - "end": 82451, + "start": 84831, + "end": 84841, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 89 }, "end": { - "line": 1819, + "line": 1861, "column": 99 }, "identifierName": "_pointSize" @@ -130055,15 +130191,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82439, - "end": 82439, + "start": 84829, + "end": 84829, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 87 }, "end": { - "line": 1819, + "line": 1861, "column": 87 } }, @@ -130075,15 +130211,15 @@ }, { "type": "TemplateElement", - "start": 82452, - "end": 82454, + "start": 84842, + "end": 84844, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 100 }, "end": { - "line": 1819, + "line": 1861, "column": 102 } }, @@ -130100,15 +130236,15 @@ }, "property": { "type": "Identifier", - "start": 82458, - "end": 82461, + "start": 84848, + "end": 84851, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 106 }, "end": { - "line": 1819, + "line": 1861, "column": 109 }, "identifierName": "css" @@ -130121,15 +130257,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82463, - "end": 82471, + "start": 84853, + "end": 84861, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 111 }, "end": { - "line": 1819, + "line": 1861, "column": 119 } }, @@ -130141,30 +130277,30 @@ }, { "type": "TemplateLiteral", - "start": 82473, - "end": 82490, + "start": 84863, + "end": 84880, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 121 }, "end": { - "line": 1819, + "line": 1861, "column": 138 } }, "expressions": [ { "type": "Identifier", - "start": 82476, - "end": 82486, + "start": 84866, + "end": 84876, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 124 }, "end": { - "line": 1819, + "line": 1861, "column": 134 }, "identifierName": "_pointSize" @@ -130175,15 +130311,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82474, - "end": 82474, + "start": 84864, + "end": 84864, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 122 }, "end": { - "line": 1819, + "line": 1861, "column": 122 } }, @@ -130195,15 +130331,15 @@ }, { "type": "TemplateElement", - "start": 82487, - "end": 82489, + "start": 84877, + "end": 84879, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 135 }, "end": { - "line": 1819, + "line": 1861, "column": 137 } }, @@ -130220,15 +130356,15 @@ }, "property": { "type": "Identifier", - "start": 82506, - "end": 82510, + "start": 84896, + "end": 84900, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 13 }, "end": { - "line": 1820, + "line": 1862, "column": 17 }, "identifierName": "attr" @@ -130241,15 +130377,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82512, - "end": 82528, + "start": 84902, + "end": 84918, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 19 }, "end": { - "line": 1820, + "line": 1862, "column": 35 } }, @@ -130261,15 +130397,15 @@ }, { "type": "Identifier", - "start": 82530, - "end": 82540, + "start": 84920, + "end": 84930, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 37 }, "end": { - "line": 1820, + "line": 1862, "column": 47 }, "identifierName": "_pointSize" @@ -130281,15 +130417,15 @@ }, "property": { "type": "Identifier", - "start": 82543, - "end": 82547, + "start": 84933, + "end": 84937, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 50 }, "end": { - "line": 1820, + "line": 1862, "column": 54 }, "identifierName": "attr" @@ -130302,15 +130438,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82549, - "end": 82565, + "start": 84939, + "end": 84955, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 56 }, "end": { - "line": 1820, + "line": 1862, "column": 72 } }, @@ -130322,15 +130458,15 @@ }, { "type": "Identifier", - "start": 82567, - "end": 82574, + "start": 84957, + "end": 84964, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 74 }, "end": { - "line": 1820, + "line": 1862, "column": 81 }, "identifierName": "_shiftX" @@ -130342,15 +130478,15 @@ }, "property": { "type": "Identifier", - "start": 82577, - "end": 82581, + "start": 84967, + "end": 84971, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 84 }, "end": { - "line": 1820, + "line": 1862, "column": 88 }, "identifierName": "attr" @@ -130363,15 +130499,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82583, - "end": 82598, + "start": 84973, + "end": 84988, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 90 }, "end": { - "line": 1820, + "line": 1862, "column": 105 } }, @@ -130383,15 +130519,15 @@ }, { "type": "Identifier", - "start": 82600, - "end": 82607, + "start": 84990, + "end": 84997, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 107 }, "end": { - "line": 1820, + "line": 1862, "column": 114 }, "identifierName": "_shiftY" @@ -130405,15 +130541,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -130425,72 +130561,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 82625, - "end": 82805, + "start": 85015, + "end": 85195, "loc": { "start": { - "line": 1821, + "line": 1863, "column": 15 }, "end": { - "line": 1826, + "line": 1868, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 82639, - "end": 82706, + "start": 85029, + "end": 85096, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 12 }, "end": { - "line": 1824, + "line": 1866, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 82644, - "end": 82660, + "start": 85034, + "end": 85050, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 82644, - "end": 82656, + "start": 85034, + "end": 85046, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 29 } }, "object": { "type": "Identifier", - "start": 82644, - "end": 82650, + "start": 85034, + "end": 85040, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 23 }, "identifierName": "params" @@ -130499,15 +130635,15 @@ }, "property": { "type": "Identifier", - "start": 82651, - "end": 82656, + "start": 85041, + "end": 85046, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 24 }, "end": { - "line": 1822, + "line": 1864, "column": 29 }, "identifierName": "width" @@ -130519,15 +130655,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 82659, - "end": 82660, + "start": 85049, + "end": 85050, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 32 }, "end": { - "line": 1822, + "line": 1864, "column": 33 } }, @@ -130540,44 +130676,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 82663, - "end": 82706, + "start": 85053, + "end": 85096, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 36 }, "end": { - "line": 1824, + "line": 1866, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 82681, - "end": 82692, + "start": 85071, + "end": 85082, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 16 }, "end": { - "line": 1823, + "line": 1865, "column": 27 } }, "argument": { "type": "NullLiteral", - "start": 82688, - "end": 82692, + "start": 85078, + "end": 85082, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 23 }, "end": { - "line": 1823, + "line": 1865, "column": 27 } } @@ -130590,85 +130726,85 @@ }, { "type": "ExpressionStatement", - "start": 82719, - "end": 82795, + "start": 85109, + "end": 85185, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 82719, - "end": 82795, + "start": 85109, + "end": 85185, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 82719, - "end": 82763, + "start": 85109, + "end": 85153, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 56 } }, "object": { "type": "CallExpression", - "start": 82719, - "end": 82759, + "start": 85109, + "end": 85149, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 82719, - "end": 82732, + "start": 85109, + "end": 85122, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 25 } }, "object": { "type": "Identifier", - "start": 82719, - "end": 82728, + "start": 85109, + "end": 85118, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 21 }, "identifierName": "_evt_elem" @@ -130677,15 +130813,15 @@ }, "property": { "type": "Identifier", - "start": 82729, - "end": 82732, + "start": 85119, + "end": 85122, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 22 }, "end": { - "line": 1825, + "line": 1867, "column": 25 }, "identifierName": "css" @@ -130697,15 +130833,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82734, - "end": 82740, + "start": 85124, + "end": 85130, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 27 }, "end": { - "line": 1825, + "line": 1867, "column": 33 } }, @@ -130717,44 +130853,44 @@ }, { "type": "TemplateLiteral", - "start": 82742, - "end": 82757, + "start": 85132, + "end": 85147, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 35 }, "end": { - "line": 1825, + "line": 1867, "column": 50 } }, "expressions": [ { "type": "MemberExpression", - "start": 82745, - "end": 82753, + "start": 85135, + "end": 85143, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 38 }, "end": { - "line": 1825, + "line": 1867, "column": 46 } }, "object": { "type": "Identifier", - "start": 82745, - "end": 82751, + "start": 85135, + "end": 85141, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 38 }, "end": { - "line": 1825, + "line": 1867, "column": 44 }, "identifierName": "params" @@ -130763,15 +130899,15 @@ }, "property": { "type": "Identifier", - "start": 82752, - "end": 82753, + "start": 85142, + "end": 85143, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 45 }, "end": { - "line": 1825, + "line": 1867, "column": 46 }, "identifierName": "x" @@ -130784,15 +130920,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82743, - "end": 82743, + "start": 85133, + "end": 85133, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 36 }, "end": { - "line": 1825, + "line": 1867, "column": 36 } }, @@ -130804,15 +130940,15 @@ }, { "type": "TemplateElement", - "start": 82754, - "end": 82756, + "start": 85144, + "end": 85146, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 47 }, "end": { - "line": 1825, + "line": 1867, "column": 49 } }, @@ -130828,15 +130964,15 @@ }, "property": { "type": "Identifier", - "start": 82760, - "end": 82763, + "start": 85150, + "end": 85153, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 53 }, "end": { - "line": 1825, + "line": 1867, "column": 56 }, "identifierName": "css" @@ -130848,15 +130984,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82765, - "end": 82772, + "start": 85155, + "end": 85162, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 58 }, "end": { - "line": 1825, + "line": 1867, "column": 65 } }, @@ -130868,44 +131004,44 @@ }, { "type": "TemplateLiteral", - "start": 82774, - "end": 82793, + "start": 85164, + "end": 85183, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 67 }, "end": { - "line": 1825, + "line": 1867, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 82777, - "end": 82789, + "start": 85167, + "end": 85179, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 70 }, "end": { - "line": 1825, + "line": 1867, "column": 82 } }, "object": { "type": "Identifier", - "start": 82777, - "end": 82783, + "start": 85167, + "end": 85173, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 70 }, "end": { - "line": 1825, + "line": 1867, "column": 76 }, "identifierName": "params" @@ -130914,15 +131050,15 @@ }, "property": { "type": "Identifier", - "start": 82784, - "end": 82789, + "start": 85174, + "end": 85179, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 77 }, "end": { - "line": 1825, + "line": 1867, "column": 82 }, "identifierName": "width" @@ -130935,15 +131071,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82775, - "end": 82775, + "start": 85165, + "end": 85165, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 68 }, "end": { - "line": 1825, + "line": 1867, "column": 68 } }, @@ -130955,15 +131091,15 @@ }, { "type": "TemplateElement", - "start": 82790, - "end": 82792, + "start": 85180, + "end": 85182, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 83 }, "end": { - "line": 1825, + "line": 1867, "column": 85 } }, @@ -130985,15 +131121,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -131002,57 +131138,57 @@ }, { "type": "ExpressionStatement", - "start": 82823, - "end": 82863, + "start": 85213, + "end": 85253, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 82823, - "end": 82863, + "start": 85213, + "end": 85253, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 82823, - "end": 82837, + "start": 85213, + "end": 85227, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 22 } }, "object": { "type": "Identifier", - "start": 82823, - "end": 82832, + "start": 85213, + "end": 85222, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 17 }, "identifierName": "_evt_elem" @@ -131061,15 +131197,15 @@ }, "property": { "type": "Identifier", - "start": 82833, - "end": 82837, + "start": 85223, + "end": 85227, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 18 }, "end": { - "line": 1828, + "line": 1870, "column": 22 }, "identifierName": "attr" @@ -131081,15 +131217,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82839, - "end": 82849, + "start": 85229, + "end": 85239, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 24 }, "end": { - "line": 1828, + "line": 1870, "column": 34 } }, @@ -131101,29 +131237,29 @@ }, { "type": "MemberExpression", - "start": 82851, - "end": 82861, + "start": 85241, + "end": 85251, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 36 }, "end": { - "line": 1828, + "line": 1870, "column": 46 } }, "object": { "type": "Identifier", - "start": 82851, - "end": 82857, + "start": 85241, + "end": 85247, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 36 }, "end": { - "line": 1828, + "line": 1870, "column": 42 }, "identifierName": "params" @@ -131132,15 +131268,15 @@ }, "property": { "type": "Identifier", - "start": 82858, - "end": 82861, + "start": 85248, + "end": 85251, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 43 }, "end": { - "line": 1828, + "line": 1870, "column": 46 }, "identifierName": "uid" @@ -131154,29 +131290,29 @@ }, { "type": "IfStatement", - "start": 82881, - "end": 83323, + "start": 85271, + "end": 85713, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 8 }, "end": { - "line": 1837, + "line": 1879, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 82886, - "end": 82917, + "start": 85276, + "end": 85307, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 13 }, "end": { - "line": 1830, + "line": 1872, "column": 44 } }, @@ -131184,58 +131320,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 82888, - "end": 82917, + "start": 85278, + "end": 85307, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 82888, - "end": 82901, + "start": 85278, + "end": 85291, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 82888, - "end": 82892, + "start": 85278, + "end": 85282, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 19 } } }, "property": { "type": "Identifier", - "start": 82893, - "end": 82901, + "start": 85283, + "end": 85291, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 20 }, "end": { - "line": 1830, + "line": 1872, "column": 28 }, "identifierName": "is_empty" @@ -131247,29 +131383,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82903, - "end": 82915, + "start": 85293, + "end": 85305, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 30 }, "end": { - "line": 1830, + "line": 1872, "column": 42 } }, "object": { "type": "Identifier", - "start": 82903, - "end": 82909, + "start": 85293, + "end": 85299, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 30 }, "end": { - "line": 1830, + "line": 1872, "column": 36 }, "identifierName": "params" @@ -131278,15 +131414,15 @@ }, "property": { "type": "Identifier", - "start": 82910, - "end": 82915, + "start": 85300, + "end": 85305, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 37 }, "end": { - "line": 1830, + "line": 1872, "column": 42 }, "identifierName": "image" @@ -131303,72 +131439,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 82920, - "end": 83323, + "start": 85310, + "end": 85713, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 47 }, "end": { - "line": 1837, + "line": 1879, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 82934, - "end": 83313, + "start": 85324, + "end": 85703, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 12 }, "end": { - "line": 1836, + "line": 1878, "column": 13 } }, "test": { "type": "CallExpression", - "start": 82939, - "end": 82973, + "start": 85329, + "end": 85363, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 82939, - "end": 82959, + "start": 85329, + "end": 85349, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 82939, - "end": 82954, + "start": 85329, + "end": 85344, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 32 } }, @@ -131380,15 +131516,15 @@ }, "property": { "type": "Identifier", - "start": 82955, - "end": 82959, + "start": 85345, + "end": 85349, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 33 }, "end": { - "line": 1831, + "line": 1873, "column": 37 }, "identifierName": "test" @@ -131400,29 +131536,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82961, - "end": 82971, + "start": 85351, + "end": 85361, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 39 }, "end": { - "line": 1831, + "line": 1873, "column": 49 } }, "object": { "type": "Identifier", - "start": 82961, - "end": 82966, + "start": 85351, + "end": 85356, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 39 }, "end": { - "line": 1831, + "line": 1873, "column": 44 }, "identifierName": "_opts" @@ -131431,15 +131567,15 @@ }, "property": { "type": "Identifier", - "start": 82967, - "end": 82971, + "start": 85357, + "end": 85361, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 45 }, "end": { - "line": 1831, + "line": 1873, "column": 49 }, "identifierName": "type" @@ -131452,72 +131588,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 82976, - "end": 83067, + "start": 85366, + "end": 85457, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 54 }, "end": { - "line": 1833, + "line": 1875, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 82994, - "end": 83053, + "start": 85384, + "end": 85443, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 82994, - "end": 83053, + "start": 85384, + "end": 85443, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 82994, - "end": 83007, + "start": 85384, + "end": 85397, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 29 } }, "object": { "type": "Identifier", - "start": 82994, - "end": 83003, + "start": 85384, + "end": 85393, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 25 }, "identifierName": "_evt_elem" @@ -131526,15 +131662,15 @@ }, "property": { "type": "Identifier", - "start": 83004, - "end": 83007, + "start": 85394, + "end": 85397, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 26 }, "end": { - "line": 1832, + "line": 1874, "column": 29 }, "identifierName": "css" @@ -131546,15 +131682,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83009, - "end": 83027, + "start": 85399, + "end": 85417, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 31 }, "end": { - "line": 1832, + "line": 1874, "column": 49 } }, @@ -131566,44 +131702,44 @@ }, { "type": "TemplateLiteral", - "start": 83029, - "end": 83051, + "start": 85419, + "end": 85441, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 51 }, "end": { - "line": 1832, + "line": 1874, "column": 73 } }, "expressions": [ { "type": "MemberExpression", - "start": 83036, - "end": 83048, + "start": 85426, + "end": 85438, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 58 }, "end": { - "line": 1832, + "line": 1874, "column": 70 } }, "object": { "type": "Identifier", - "start": 83036, - "end": 83042, + "start": 85426, + "end": 85432, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 58 }, "end": { - "line": 1832, + "line": 1874, "column": 64 }, "identifierName": "params" @@ -131612,15 +131748,15 @@ }, "property": { "type": "Identifier", - "start": 83043, - "end": 83048, + "start": 85433, + "end": 85438, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 65 }, "end": { - "line": 1832, + "line": 1874, "column": 70 }, "identifierName": "image" @@ -131633,15 +131769,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83030, - "end": 83034, + "start": 85420, + "end": 85424, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 52 }, "end": { - "line": 1832, + "line": 1874, "column": 56 } }, @@ -131653,15 +131789,15 @@ }, { "type": "TemplateElement", - "start": 83049, - "end": 83050, + "start": 85439, + "end": 85440, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 71 }, "end": { - "line": 1832, + "line": 1874, "column": 72 } }, @@ -131681,59 +131817,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 83073, - "end": 83313, + "start": 85463, + "end": 85703, "loc": { "start": { - "line": 1833, + "line": 1875, "column": 19 }, "end": { - "line": 1836, + "line": 1878, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 83091, - "end": 83143, + "start": 85481, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 16 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 83095, - "end": 83143, + "start": 85485, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 20 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "id": { "type": "Identifier", - "start": 83095, - "end": 83103, + "start": 85485, + "end": 85493, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 20 }, "end": { - "line": 1834, + "line": 1876, "column": 28 }, "identifierName": "_imgSize" @@ -131742,43 +131878,43 @@ }, "init": { "type": "BinaryExpression", - "start": 83106, - "end": 83143, + "start": 85496, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 83106, - "end": 83119, + "start": 85496, + "end": 85509, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 44 } }, "object": { "type": "Identifier", - "start": 83106, - "end": 83112, + "start": 85496, + "end": 85502, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 37 }, "identifierName": "params" @@ -131787,15 +131923,15 @@ }, "property": { "type": "Identifier", - "start": 83113, - "end": 83119, + "start": 85503, + "end": 85509, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 38 }, "end": { - "line": 1834, + "line": 1876, "column": 44 }, "identifierName": "height" @@ -131807,43 +131943,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 83124, - "end": 83141, + "start": 85514, + "end": 85531, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 83124, - "end": 83137, + "start": 85514, + "end": 85527, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 62 } }, "object": { "type": "Identifier", - "start": 83124, - "end": 83130, + "start": 85514, + "end": 85520, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 55 }, "identifierName": "params" @@ -131852,15 +131988,15 @@ }, "property": { "type": "Identifier", - "start": 83131, - "end": 83137, + "start": 85521, + "end": 85527, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 56 }, "end": { - "line": 1834, + "line": 1876, "column": 62 }, "identifierName": "margin" @@ -131872,15 +132008,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 83140, - "end": 83141, + "start": 85530, + "end": 85531, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 65 }, "end": { - "line": 1834, + "line": 1876, "column": 66 } }, @@ -131892,7 +132028,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 83122 + "parenStart": 85512 } } } @@ -131902,57 +132038,57 @@ }, { "type": "ExpressionStatement", - "start": 83160, - "end": 83299, + "start": 85550, + "end": 85689, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 155 } }, "expression": { "type": "CallExpression", - "start": 83160, - "end": 83299, + "start": 85550, + "end": 85689, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 155 } }, "callee": { "type": "MemberExpression", - "start": 83160, - "end": 83177, + "start": 85550, + "end": 85567, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 33 } }, "object": { "type": "Identifier", - "start": 83160, - "end": 83169, + "start": 85550, + "end": 85559, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 25 }, "identifierName": "_evt_elem" @@ -131961,15 +132097,15 @@ }, "property": { "type": "Identifier", - "start": 83170, - "end": 83177, + "start": 85560, + "end": 85567, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 26 }, "end": { - "line": 1835, + "line": 1877, "column": 33 }, "identifierName": "prepend" @@ -131981,44 +132117,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 83179, - "end": 83297, + "start": 85569, + "end": 85687, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 35 }, "end": { - "line": 1835, + "line": 1877, "column": 153 } }, "expressions": [ { "type": "MemberExpression", - "start": 83192, - "end": 83204, + "start": 85582, + "end": 85594, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 48 }, "end": { - "line": 1835, + "line": 1877, "column": 60 } }, "object": { "type": "Identifier", - "start": 83192, - "end": 83198, + "start": 85582, + "end": 85588, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 48 }, "end": { - "line": 1835, + "line": 1877, "column": 54 }, "identifierName": "params" @@ -132027,15 +132163,15 @@ }, "property": { "type": "Identifier", - "start": 83199, - "end": 83204, + "start": 85589, + "end": 85594, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 55 }, "end": { - "line": 1835, + "line": 1877, "column": 60 }, "identifierName": "image" @@ -132046,29 +132182,29 @@ }, { "type": "MemberExpression", - "start": 83216, - "end": 83250, + "start": 85606, + "end": 85640, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 72 }, "end": { - "line": 1835, + "line": 1877, "column": 106 } }, "object": { "type": "Identifier", - "start": 83216, - "end": 83225, + "start": 85606, + "end": 85615, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 72 }, "end": { - "line": 1835, + "line": 1877, "column": 81 }, "identifierName": "ClassName" @@ -132077,15 +132213,15 @@ }, "property": { "type": "Identifier", - "start": 83226, - "end": 83250, + "start": 85616, + "end": 85640, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 82 }, "end": { - "line": 1835, + "line": 1877, "column": 106 }, "identifierName": "TIMELINE_EVENT_THUMBNAIL" @@ -132096,15 +132232,15 @@ }, { "type": "Identifier", - "start": 83262, - "end": 83270, + "start": 85652, + "end": 85660, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 118 }, "end": { - "line": 1835, + "line": 1877, "column": 126 }, "identifierName": "_imgSize" @@ -132113,15 +132249,15 @@ }, { "type": "Identifier", - "start": 83283, - "end": 83291, + "start": 85673, + "end": 85681, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 139 }, "end": { - "line": 1835, + "line": 1877, "column": 147 }, "identifierName": "_imgSize" @@ -132132,15 +132268,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83180, - "end": 83190, + "start": 85570, + "end": 85580, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 36 }, "end": { - "line": 1835, + "line": 1877, "column": 46 } }, @@ -132152,15 +132288,15 @@ }, { "type": "TemplateElement", - "start": 83205, - "end": 83214, + "start": 85595, + "end": 85604, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 61 }, "end": { - "line": 1835, + "line": 1877, "column": 70 } }, @@ -132172,15 +132308,15 @@ }, { "type": "TemplateElement", - "start": 83251, - "end": 83260, + "start": 85641, + "end": 85650, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 107 }, "end": { - "line": 1835, + "line": 1877, "column": 116 } }, @@ -132192,15 +132328,15 @@ }, { "type": "TemplateElement", - "start": 83271, - "end": 83281, + "start": 85661, + "end": 85671, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 127 }, "end": { - "line": 1835, + "line": 1877, "column": 137 } }, @@ -132212,15 +132348,15 @@ }, { "type": "TemplateElement", - "start": 83292, - "end": 83296, + "start": 85682, + "end": 85686, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 148 }, "end": { - "line": 1835, + "line": 1877, "column": 152 } }, @@ -132246,71 +132382,71 @@ }, { "type": "IfStatement", - "start": 83341, - "end": 83510, + "start": 85731, + "end": 85900, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 8 }, "end": { - "line": 1842, + "line": 1884, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 83346, - "end": 83400, + "start": 85736, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 67 } }, "left": { "type": "CallExpression", - "start": 83346, - "end": 83373, + "start": 85736, + "end": 85763, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 83346, - "end": 83359, + "start": 85736, + "end": 85749, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 26 } }, "object": { "type": "RegExpLiteral", - "start": 83346, - "end": 83354, + "start": 85736, + "end": 85744, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 21 } }, @@ -132322,15 +132458,15 @@ }, "property": { "type": "Identifier", - "start": 83355, - "end": 83359, + "start": 85745, + "end": 85749, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 22 }, "end": { - "line": 1839, + "line": 1881, "column": 26 }, "identifierName": "test" @@ -132342,29 +132478,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83361, - "end": 83371, + "start": 85751, + "end": 85761, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 28 }, "end": { - "line": 1839, + "line": 1881, "column": 38 } }, "object": { "type": "Identifier", - "start": 83361, - "end": 83366, + "start": 85751, + "end": 85756, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 28 }, "end": { - "line": 1839, + "line": 1881, "column": 33 }, "identifierName": "_opts" @@ -132373,15 +132509,15 @@ }, "property": { "type": "Identifier", - "start": 83367, - "end": 83371, + "start": 85757, + "end": 85761, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 34 }, "end": { - "line": 1839, + "line": 1881, "column": 38 }, "identifierName": "type" @@ -132395,43 +132531,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 83377, - "end": 83400, + "start": 85767, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 83377, - "end": 83392, + "start": 85767, + "end": 85782, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 59 } }, "object": { "type": "Identifier", - "start": 83377, - "end": 83382, + "start": 85767, + "end": 85772, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 49 }, "identifierName": "_opts" @@ -132440,15 +132576,15 @@ }, "property": { "type": "Identifier", - "start": 83383, - "end": 83392, + "start": 85773, + "end": 85782, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 50 }, "end": { - "line": 1839, + "line": 1881, "column": 59 }, "identifierName": "eventMeta" @@ -132459,15 +132595,15 @@ }, "property": { "type": "Identifier", - "start": 83393, - "end": 83400, + "start": 85783, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 60 }, "end": { - "line": 1839, + "line": 1881, "column": 67 }, "identifierName": "display" @@ -132479,87 +132615,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 83403, - "end": 83510, + "start": 85793, + "end": 85900, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 70 }, "end": { - "line": 1842, + "line": 1884, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 83463, - "end": 83500, + "start": 85853, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 83463, - "end": 83500, + "start": 85853, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 83463, - "end": 83481, + "start": 85853, + "end": 85871, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 83463, - "end": 83476, + "start": 85853, + "end": 85866, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 25 } }, "object": { "type": "Identifier", - "start": 83463, - "end": 83469, + "start": 85853, + "end": 85859, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 18 }, "identifierName": "params" @@ -132569,15 +132705,15 @@ }, "property": { "type": "Identifier", - "start": 83470, - "end": 83476, + "start": 85860, + "end": 85866, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 19 }, "end": { - "line": 1841, + "line": 1883, "column": 25 }, "identifierName": "extend" @@ -132589,15 +132725,15 @@ }, "property": { "type": "Identifier", - "start": 83477, - "end": 83481, + "start": 85867, + "end": 85871, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 26 }, "end": { - "line": 1841, + "line": 1883, "column": 30 }, "identifierName": "meta" @@ -132609,29 +132745,29 @@ }, "right": { "type": "MemberExpression", - "start": 83484, - "end": 83500, + "start": 85874, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 33 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "object": { "type": "Identifier", - "start": 83484, - "end": 83490, + "start": 85874, + "end": 85880, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 33 }, "end": { - "line": 1841, + "line": 1883, "column": 39 }, "identifierName": "params" @@ -132640,15 +132776,15 @@ }, "property": { "type": "Identifier", - "start": 83491, - "end": 83500, + "start": 85881, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 40 }, "end": { - "line": 1841, + "line": 1883, "column": 49 }, "identifierName": "rangeMeta" @@ -132663,15 +132799,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 83405, - "end": 83450, + "start": 85795, + "end": 85840, "loc": { "start": { - "line": 1840, + "line": 1882, "column": 0 }, "end": { - "line": 1840, + "line": 1882, "column": 45 } } @@ -132685,29 +132821,29 @@ }, { "type": "IfStatement", - "start": 83528, - "end": 84138, + "start": 85918, + "end": 86528, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 8 }, "end": { - "line": 1855, + "line": 1897, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 83533, - "end": 83565, + "start": 85923, + "end": 85955, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 13 }, "end": { - "line": 1844, + "line": 1886, "column": 45 } }, @@ -132715,58 +132851,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 83535, - "end": 83565, + "start": 85925, + "end": 85955, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 83535, - "end": 83548, + "start": 85925, + "end": 85938, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 83535, - "end": 83539, + "start": 85925, + "end": 85929, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 19 } } }, "property": { "type": "Identifier", - "start": 83540, - "end": 83548, + "start": 85930, + "end": 85938, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 20 }, "end": { - "line": 1844, + "line": 1886, "column": 28 }, "identifierName": "is_empty" @@ -132778,29 +132914,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83550, - "end": 83563, + "start": 85940, + "end": 85953, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 30 }, "end": { - "line": 1844, + "line": 1886, "column": 43 } }, "object": { "type": "Identifier", - "start": 83550, - "end": 83556, + "start": 85940, + "end": 85946, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 30 }, "end": { - "line": 1844, + "line": 1886, "column": 36 }, "identifierName": "params" @@ -132809,15 +132945,15 @@ }, "property": { "type": "Identifier", - "start": 83557, - "end": 83563, + "start": 85947, + "end": 85953, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 37 }, "end": { - "line": 1844, + "line": 1886, "column": 43 }, "identifierName": "extend" @@ -132834,73 +132970,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 83568, - "end": 84138, + "start": 85958, + "end": 86528, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 48 }, "end": { - "line": 1855, + "line": 1897, "column": 9 } }, "body": [ { "type": "ForOfStatement", - "start": 83582, - "end": 84128, + "start": 85972, + "end": 86518, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 12 }, "end": { - "line": 1854, + "line": 1896, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 83588, - "end": 83597, + "start": 85978, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 18 }, "end": { - "line": 1845, + "line": 1887, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 83592, - "end": 83597, + "start": 85982, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 22 }, "end": { - "line": 1845, + "line": 1887, "column": 27 } }, "id": { "type": "Identifier", - "start": 83592, - "end": 83597, + "start": 85982, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 22 }, "end": { - "line": 1845, + "line": 1887, "column": 27 }, "identifierName": "_prop" @@ -132914,43 +133050,43 @@ }, "right": { "type": "CallExpression", - "start": 83601, - "end": 83629, + "start": 85991, + "end": 86019, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 83601, - "end": 83612, + "start": 85991, + "end": 86002, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 42 } }, "object": { "type": "Identifier", - "start": 83601, - "end": 83607, + "start": 85991, + "end": 85997, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 37 }, "identifierName": "Object" @@ -132959,15 +133095,15 @@ }, "property": { "type": "Identifier", - "start": 83608, - "end": 83612, + "start": 85998, + "end": 86002, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 38 }, "end": { - "line": 1845, + "line": 1887, "column": 42 }, "identifierName": "keys" @@ -132979,29 +133115,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83614, - "end": 83627, + "start": 86004, + "end": 86017, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 44 }, "end": { - "line": 1845, + "line": 1887, "column": 57 } }, "object": { "type": "Identifier", - "start": 83614, - "end": 83620, + "start": 86004, + "end": 86010, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 44 }, "end": { - "line": 1845, + "line": 1887, "column": 50 }, "identifierName": "params" @@ -133010,15 +133146,15 @@ }, "property": { "type": "Identifier", - "start": 83621, - "end": 83627, + "start": 86011, + "end": 86017, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 51 }, "end": { - "line": 1845, + "line": 1887, "column": 57 }, "identifierName": "extend" @@ -133031,72 +133167,72 @@ }, "body": { "type": "BlockStatement", - "start": 83632, - "end": 84128, + "start": 86022, + "end": 86518, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 62 }, "end": { - "line": 1854, + "line": 1896, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 83650, - "end": 83705, + "start": 86040, + "end": 86095, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 83650, - "end": 83705, + "start": 86040, + "end": 86095, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 83650, - "end": 83664, + "start": 86040, + "end": 86054, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 30 } }, "object": { "type": "Identifier", - "start": 83650, - "end": 83659, + "start": 86040, + "end": 86049, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 25 }, "identifierName": "_evt_elem" @@ -133105,15 +133241,15 @@ }, "property": { "type": "Identifier", - "start": 83660, - "end": 83664, + "start": 86050, + "end": 86054, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 26 }, "end": { - "line": 1846, + "line": 1888, "column": 30 }, "identifierName": "attr" @@ -133125,30 +133261,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 83666, - "end": 83681, + "start": 86056, + "end": 86071, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 32 }, "end": { - "line": 1846, + "line": 1888, "column": 47 } }, "expressions": [ { "type": "Identifier", - "start": 83674, - "end": 83679, + "start": 86064, + "end": 86069, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 40 }, "end": { - "line": 1846, + "line": 1888, "column": 45 }, "identifierName": "_prop" @@ -133159,15 +133295,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83667, - "end": 83672, + "start": 86057, + "end": 86062, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 33 }, "end": { - "line": 1846, + "line": 1888, "column": 38 } }, @@ -133179,15 +133315,15 @@ }, { "type": "TemplateElement", - "start": 83680, - "end": 83680, + "start": 86070, + "end": 86070, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 46 }, "end": { - "line": 1846, + "line": 1888, "column": 46 } }, @@ -133201,43 +133337,43 @@ }, { "type": "MemberExpression", - "start": 83683, - "end": 83703, + "start": 86073, + "end": 86093, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 83683, - "end": 83696, + "start": 86073, + "end": 86086, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 62 } }, "object": { "type": "Identifier", - "start": 83683, - "end": 83689, + "start": 86073, + "end": 86079, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 55 }, "identifierName": "params" @@ -133246,15 +133382,15 @@ }, "property": { "type": "Identifier", - "start": 83690, - "end": 83696, + "start": 86080, + "end": 86086, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 56 }, "end": { - "line": 1846, + "line": 1888, "column": 62 }, "identifierName": "extend" @@ -133265,15 +133401,15 @@ }, "property": { "type": "Identifier", - "start": 83697, - "end": 83702, + "start": 86087, + "end": 86092, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 63 }, "end": { - "line": 1846, + "line": 1888, "column": 68 }, "identifierName": "_prop" @@ -133287,57 +133423,57 @@ }, { "type": "IfStatement", - "start": 83722, - "end": 84114, + "start": 86112, + "end": 86504, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 16 }, "end": { - "line": 1853, + "line": 1895, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 83727, - "end": 83806, + "start": 86117, + "end": 86196, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 100 } }, "left": { "type": "BinaryExpression", - "start": 83727, - "end": 83745, + "start": 86117, + "end": 86135, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 39 } }, "left": { "type": "Identifier", - "start": 83727, - "end": 83732, + "start": 86117, + "end": 86122, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 26 }, "identifierName": "_prop" @@ -133347,15 +133483,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 83737, - "end": 83745, + "start": 86127, + "end": 86135, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 31 }, "end": { - "line": 1847, + "line": 1889, "column": 39 } }, @@ -133369,58 +133505,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 83749, - "end": 83806, + "start": 86139, + "end": 86196, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 83749, - "end": 83782, + "start": 86139, + "end": 86172, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 76 } }, "object": { "type": "ArrayExpression", - "start": 83749, - "end": 83773, + "start": 86139, + "end": 86163, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 67 } }, "elements": [ { "type": "StringLiteral", - "start": 83751, - "end": 83760, + "start": 86141, + "end": 86150, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 45 }, "end": { - "line": 1847, + "line": 1889, "column": 54 } }, @@ -133432,15 +133568,15 @@ }, { "type": "StringLiteral", - "start": 83762, - "end": 83771, + "start": 86152, + "end": 86161, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 56 }, "end": { - "line": 1847, + "line": 1889, "column": 65 } }, @@ -133454,15 +133590,15 @@ }, "property": { "type": "Identifier", - "start": 83774, - "end": 83782, + "start": 86164, + "end": 86172, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 68 }, "end": { - "line": 1847, + "line": 1889, "column": 76 }, "identifierName": "includes" @@ -133474,43 +133610,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 83784, - "end": 83804, + "start": 86174, + "end": 86194, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 98 } }, "object": { "type": "MemberExpression", - "start": 83784, - "end": 83797, + "start": 86174, + "end": 86187, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 91 } }, "object": { "type": "Identifier", - "start": 83784, - "end": 83790, + "start": 86174, + "end": 86180, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 84 }, "identifierName": "params" @@ -133519,15 +133655,15 @@ }, "property": { "type": "Identifier", - "start": 83791, - "end": 83797, + "start": 86181, + "end": 86187, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 85 }, "end": { - "line": 1847, + "line": 1889, "column": 91 }, "identifierName": "extend" @@ -133538,15 +133674,15 @@ }, "property": { "type": "Identifier", - "start": 83798, - "end": 83803, + "start": 86188, + "end": 86193, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 92 }, "end": { - "line": 1847, + "line": 1889, "column": 97 }, "identifierName": "_prop" @@ -133560,72 +133696,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 83809, - "end": 84114, + "start": 86199, + "end": 86504, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 103 }, "end": { - "line": 1853, + "line": 1895, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 83889, - "end": 83928, + "start": 86279, + "end": 86318, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 83889, - "end": 83928, + "start": 86279, + "end": 86318, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 83889, - "end": 83903, + "start": 86279, + "end": 86293, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 34 } }, "object": { "type": "Identifier", - "start": 83889, - "end": 83898, + "start": 86279, + "end": 86288, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 29 }, "identifierName": "_evt_elem" @@ -133635,15 +133771,15 @@ }, "property": { "type": "Identifier", - "start": 83899, - "end": 83903, + "start": 86289, + "end": 86293, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 30 }, "end": { - "line": 1849, + "line": 1891, "column": 34 }, "identifierName": "attr" @@ -133656,15 +133792,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83905, - "end": 83912, + "start": 86295, + "end": 86302, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 36 }, "end": { - "line": 1849, + "line": 1891, "column": 43 } }, @@ -133676,29 +133812,29 @@ }, { "type": "MemberExpression", - "start": 83914, - "end": 83926, + "start": 86304, + "end": 86316, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 45 }, "end": { - "line": 1849, + "line": 1891, "column": 57 } }, "object": { "type": "Identifier", - "start": 83914, - "end": 83920, + "start": 86304, + "end": 86310, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 45 }, "end": { - "line": 1849, + "line": 1891, "column": 51 }, "identifierName": "params" @@ -133707,15 +133843,15 @@ }, "property": { "type": "Identifier", - "start": 83921, - "end": 83926, + "start": 86311, + "end": 86316, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 52 }, "end": { - "line": 1849, + "line": 1891, "column": 57 }, "identifierName": "label" @@ -133731,15 +133867,15 @@ { "type": "CommentLine", "value": " for bootstrap's popover or tooltip", - "start": 83831, - "end": 83868, + "start": 86221, + "end": 86258, "loc": { "start": { - "line": 1848, + "line": 1890, "column": 20 }, "end": { - "line": 1848, + "line": 1890, "column": 57 } } @@ -133748,29 +133884,29 @@ }, { "type": "IfStatement", - "start": 83949, - "end": 84096, + "start": 86339, + "end": 86486, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 20 }, "end": { - "line": 1852, + "line": 1894, "column": 21 } }, "test": { "type": "UnaryExpression", - "start": 83954, - "end": 83997, + "start": 86344, + "end": 86387, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 25 }, "end": { - "line": 1850, + "line": 1892, "column": 68 } }, @@ -133778,57 +133914,57 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 83956, - "end": 83997, + "start": 86346, + "end": 86387, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 83956, - "end": 83984, + "start": 86346, + "end": 86374, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 83956, - "end": 83969, + "start": 86346, + "end": 86359, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 40 } }, "object": { "type": "Identifier", - "start": 83956, - "end": 83962, + "start": 86346, + "end": 86352, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 33 }, "identifierName": "params" @@ -133837,15 +133973,15 @@ }, "property": { "type": "Identifier", - "start": 83963, - "end": 83969, + "start": 86353, + "end": 86359, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 34 }, "end": { - "line": 1850, + "line": 1892, "column": 40 }, "identifierName": "extend" @@ -133856,15 +133992,15 @@ }, "property": { "type": "Identifier", - "start": 83970, - "end": 83984, + "start": 86360, + "end": 86374, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 41 }, "end": { - "line": 1850, + "line": 1892, "column": 55 }, "identifierName": "hasOwnProperty" @@ -133876,15 +134012,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83986, - "end": 83995, + "start": 86376, + "end": 86385, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 57 }, "end": { - "line": 1850, + "line": 1892, "column": 66 } }, @@ -133902,72 +134038,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 84000, - "end": 84096, + "start": 86390, + "end": 86486, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 71 }, "end": { - "line": 1852, + "line": 1894, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 84026, - "end": 84074, + "start": 86416, + "end": 86464, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 84026, - "end": 84074, + "start": 86416, + "end": 86464, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 84026, - "end": 84040, + "start": 86416, + "end": 86430, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 38 } }, "object": { "type": "Identifier", - "start": 84026, - "end": 84035, + "start": 86416, + "end": 86425, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 33 }, "identifierName": "_evt_elem" @@ -133976,15 +134112,15 @@ }, "property": { "type": "Identifier", - "start": 84036, - "end": 84040, + "start": 86426, + "end": 86430, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 34 }, "end": { - "line": 1851, + "line": 1893, "column": 38 }, "identifierName": "attr" @@ -133996,15 +134132,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 84042, - "end": 84056, + "start": 86432, + "end": 86446, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 40 }, "end": { - "line": 1851, + "line": 1893, "column": 54 } }, @@ -134016,29 +134152,29 @@ }, { "type": "MemberExpression", - "start": 84058, - "end": 84072, + "start": 86448, + "end": 86462, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 56 }, "end": { - "line": 1851, + "line": 1893, "column": 70 } }, "object": { "type": "Identifier", - "start": 84058, - "end": 84064, + "start": 86448, + "end": 86454, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 56 }, "end": { - "line": 1851, + "line": 1893, "column": 62 }, "identifierName": "params" @@ -134047,15 +134183,15 @@ }, "property": { "type": "Identifier", - "start": 84065, - "end": 84072, + "start": 86455, + "end": 86462, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 63 }, "end": { - "line": 1851, + "line": 1893, "column": 70 }, "identifierName": "content" @@ -134088,29 +134224,29 @@ }, { "type": "IfStatement", - "start": 84156, - "end": 84272, + "start": 86546, + "end": 86662, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 8 }, "end": { - "line": 1859, + "line": 1901, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 84161, - "end": 84195, + "start": 86551, + "end": 86585, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 13 }, "end": { - "line": 1857, + "line": 1899, "column": 47 } }, @@ -134118,58 +134254,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 84163, - "end": 84195, + "start": 86553, + "end": 86585, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 84163, - "end": 84176, + "start": 86553, + "end": 86566, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 84163, - "end": 84167, + "start": 86553, + "end": 86557, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 19 } } }, "property": { "type": "Identifier", - "start": 84168, - "end": 84176, + "start": 86558, + "end": 86566, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 20 }, "end": { - "line": 1857, + "line": 1899, "column": 28 }, "identifierName": "is_empty" @@ -134181,29 +134317,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 84178, - "end": 84193, + "start": 86568, + "end": 86583, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 30 }, "end": { - "line": 1857, + "line": 1899, "column": 45 } }, "object": { "type": "Identifier", - "start": 84178, - "end": 84184, + "start": 86568, + "end": 86574, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 30 }, "end": { - "line": 1857, + "line": 1899, "column": 36 }, "identifierName": "params" @@ -134212,15 +134348,15 @@ }, "property": { "type": "Identifier", - "start": 84185, - "end": 84193, + "start": 86575, + "end": 86583, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 37 }, "end": { - "line": 1857, + "line": 1899, "column": 45 }, "identifierName": "callback" @@ -134237,72 +134373,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 84198, - "end": 84272, + "start": 86588, + "end": 86662, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 50 }, "end": { - "line": 1859, + "line": 1901, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 84212, - "end": 84262, + "start": 86602, + "end": 86652, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 84212, - "end": 84262, + "start": 86602, + "end": 86652, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 84212, - "end": 84226, + "start": 86602, + "end": 86616, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 26 } }, "object": { "type": "Identifier", - "start": 84212, - "end": 84221, + "start": 86602, + "end": 86611, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 21 }, "identifierName": "_evt_elem" @@ -134311,15 +134447,15 @@ }, "property": { "type": "Identifier", - "start": 84222, - "end": 84226, + "start": 86612, + "end": 86616, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 22 }, "end": { - "line": 1858, + "line": 1900, "column": 26 }, "identifierName": "attr" @@ -134331,15 +134467,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 84228, - "end": 84243, + "start": 86618, + "end": 86633, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 28 }, "end": { - "line": 1858, + "line": 1900, "column": 43 } }, @@ -134351,29 +134487,29 @@ }, { "type": "MemberExpression", - "start": 84245, - "end": 84260, + "start": 86635, + "end": 86650, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 45 }, "end": { - "line": 1858, + "line": 1900, "column": 60 } }, "object": { "type": "Identifier", - "start": 84245, - "end": 84251, + "start": 86635, + "end": 86641, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 45 }, "end": { - "line": 1858, + "line": 1900, "column": 51 }, "identifierName": "params" @@ -134382,15 +134518,15 @@ }, "property": { "type": "Identifier", - "start": 84252, - "end": 84260, + "start": 86642, + "end": 86650, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 52 }, "end": { - "line": 1858, + "line": 1900, "column": 60 }, "identifierName": "callback" @@ -134409,29 +134545,29 @@ }, { "type": "ReturnStatement", - "start": 84290, - "end": 84306, + "start": 86680, + "end": 86696, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 8 }, "end": { - "line": 1861, + "line": 1903, "column": 24 } }, "argument": { "type": "Identifier", - "start": 84297, - "end": 84306, + "start": 86687, + "end": 86696, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 15 }, "end": { - "line": 1861, + "line": 1903, "column": 24 }, "identifierName": "_evt_elem" @@ -134447,15 +134583,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -134465,15 +134601,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -134482,15 +134618,15 @@ }, { "type": "ClassMethod", - "start": 84499, - "end": 85400, + "start": 86889, + "end": 87790, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 4 }, "end": { - "line": 1893, + "line": 1935, "column": 5 } }, @@ -134498,15 +134634,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 84499, - "end": 84514, + "start": 86889, + "end": 86904, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 4 }, "end": { - "line": 1871, + "line": 1913, "column": 19 }, "identifierName": "_getPointerSize" @@ -134522,15 +134658,15 @@ "params": [ { "type": "Identifier", - "start": 84516, - "end": 84519, + "start": 86906, + "end": 86909, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 21 }, "end": { - "line": 1871, + "line": 1913, "column": 24 }, "identifierName": "key" @@ -134539,15 +134675,15 @@ }, { "type": "Identifier", - "start": 84521, - "end": 84527, + "start": 86911, + "end": 86917, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 26 }, "end": { - "line": 1871, + "line": 1913, "column": 32 }, "identifierName": "margin" @@ -134557,59 +134693,59 @@ ], "body": { "type": "BlockStatement", - "start": 84530, - "end": 85400, + "start": 86920, + "end": 87790, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 35 }, "end": { - "line": 1893, + "line": 1935, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 84577, - "end": 84720, + "start": 86967, + "end": 87110, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 8 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 84581, - "end": 84609, + "start": 86971, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 12 }, "end": { - "line": 1873, + "line": 1915, "column": 40 } }, "id": { "type": "Identifier", - "start": 84581, - "end": 84587, + "start": 86971, + "end": 86977, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 12 }, "end": { - "line": 1873, + "line": 1915, "column": 18 }, "identifierName": "_props" @@ -134619,44 +134755,44 @@ }, "init": { "type": "MemberExpression", - "start": 84590, - "end": 84609, + "start": 86980, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 21 }, "end": { - "line": 1873, + "line": 1915, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 84590, - "end": 84594, + "start": 86980, + "end": 86984, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 21 }, "end": { - "line": 1873, + "line": 1915, "column": 25 } } }, "property": { "type": "Identifier", - "start": 84595, - "end": 84609, + "start": 86985, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 26 }, "end": { - "line": 1873, + "line": 1915, "column": 40 }, "identifierName": "_instanceProps" @@ -134669,29 +134805,29 @@ }, { "type": "VariableDeclarator", - "start": 84623, - "end": 84693, + "start": 87013, + "end": 87083, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 12 }, "end": { - "line": 1874, + "line": 1916, "column": 82 } }, "id": { "type": "Identifier", - "start": 84623, - "end": 84627, + "start": 87013, + "end": 87017, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 12 }, "end": { - "line": 1874, + "line": 1916, "column": 16 }, "identifierName": "_max" @@ -134700,57 +134836,57 @@ }, "init": { "type": "BinaryExpression", - "start": 84632, - "end": 84693, + "start": 87022, + "end": 87083, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 82 } }, "left": { "type": "CallExpression", - "start": 84632, - "end": 84676, + "start": 87022, + "end": 87066, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 84632, - "end": 84640, + "start": 87022, + "end": 87030, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 29 } }, "object": { "type": "Identifier", - "start": 84632, - "end": 84636, + "start": 87022, + "end": 87026, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 25 }, "identifierName": "Math" @@ -134759,15 +134895,15 @@ }, "property": { "type": "Identifier", - "start": 84637, - "end": 84640, + "start": 87027, + "end": 87030, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 26 }, "end": { - "line": 1874, + "line": 1916, "column": 29 }, "identifierName": "min" @@ -134779,29 +134915,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 84642, - "end": 84658, + "start": 87032, + "end": 87048, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 31 }, "end": { - "line": 1874, + "line": 1916, "column": 47 } }, "object": { "type": "Identifier", - "start": 84642, - "end": 84648, + "start": 87032, + "end": 87038, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 31 }, "end": { - "line": 1874, + "line": 1916, "column": 37 }, "identifierName": "_props" @@ -134810,15 +134946,15 @@ }, "property": { "type": "Identifier", - "start": 84649, - "end": 84658, + "start": 87039, + "end": 87048, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 38 }, "end": { - "line": 1874, + "line": 1916, "column": 47 }, "identifierName": "scaleSize" @@ -134829,29 +134965,29 @@ }, { "type": "MemberExpression", - "start": 84660, - "end": 84674, + "start": 87050, + "end": 87064, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 49 }, "end": { - "line": 1874, + "line": 1916, "column": 63 } }, "object": { "type": "Identifier", - "start": 84660, - "end": 84666, + "start": 87050, + "end": 87056, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 49 }, "end": { - "line": 1874, + "line": 1916, "column": 55 }, "identifierName": "_props" @@ -134860,15 +134996,15 @@ }, "property": { "type": "Identifier", - "start": 84667, - "end": 84674, + "start": 87057, + "end": 87064, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 56 }, "end": { - "line": 1874, + "line": 1916, "column": 63 }, "identifierName": "rowSize" @@ -134882,29 +135018,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 84681, - "end": 84691, + "start": 87071, + "end": 87081, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 70 }, "end": { - "line": 1874, + "line": 1916, "column": 80 } }, "left": { "type": "Identifier", - "start": 84681, - "end": 84687, + "start": 87071, + "end": 87077, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 70 }, "end": { - "line": 1874, + "line": 1916, "column": 76 }, "identifierName": "margin" @@ -134914,15 +135050,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 84690, - "end": 84691, + "start": 87080, + "end": 87081, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 79 }, "end": { - "line": 1874, + "line": 1916, "column": 80 } }, @@ -134934,36 +135070,36 @@ }, "extra": { "parenthesized": true, - "parenStart": 84679 + "parenStart": 87069 } } } }, { "type": "VariableDeclarator", - "start": 84707, - "end": 84720, + "start": 87097, + "end": 87110, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 12 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } }, "id": { "type": "Identifier", - "start": 84707, - "end": 84712, + "start": 87097, + "end": 87102, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 12 }, "end": { - "line": 1875, + "line": 1917, "column": 17 }, "identifierName": "_size" @@ -134972,15 +135108,15 @@ }, "init": { "type": "NullLiteral", - "start": 84716, - "end": 84720, + "start": 87106, + "end": 87110, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 21 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } } @@ -134992,15 +135128,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 84540, - "end": 84568, + "start": 86930, + "end": 86958, "loc": { "start": { - "line": 1872, + "line": 1914, "column": 8 }, "end": { - "line": 1872, + "line": 1914, "column": 36 } } @@ -135009,29 +135145,29 @@ }, { "type": "SwitchStatement", - "start": 84738, - "end": 85301, + "start": 87128, + "end": 87691, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 8 }, "end": { - "line": 1889, + "line": 1931, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 84747, - "end": 84751, + "start": 87137, + "end": 87141, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 17 }, "end": { - "line": 1877, + "line": 1919, "column": 21 } }, @@ -135040,59 +135176,59 @@ "cases": [ { "type": "SwitchCase", - "start": 84768, - "end": 84903, + "start": 87158, + "end": 87293, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 12 }, "end": { - "line": 1880, + "line": 1922, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 84813, - "end": 84881, + "start": 87203, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 84813, - "end": 84881, + "start": 87203, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 84813, - "end": 84818, + "start": 87203, + "end": 87208, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 21 }, "identifierName": "_size" @@ -135101,43 +135237,43 @@ }, "right": { "type": "CallExpression", - "start": 84821, - "end": 84881, + "start": 87211, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 84821, - "end": 84829, + "start": 87211, + "end": 87219, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 32 } }, "object": { "type": "Identifier", - "start": 84821, - "end": 84825, + "start": 87211, + "end": 87215, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 28 }, "identifierName": "Math" @@ -135146,15 +135282,15 @@ }, "property": { "type": "Identifier", - "start": 84826, - "end": 84829, + "start": 87216, + "end": 87219, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 29 }, "end": { - "line": 1879, + "line": 1921, "column": 32 }, "identifierName": "max" @@ -135166,58 +135302,58 @@ "arguments": [ { "type": "CallExpression", - "start": 84831, - "end": 84861, + "start": 87221, + "end": 87251, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 84831, - "end": 84844, + "start": 87221, + "end": 87234, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 84831, - "end": 84835, + "start": 87221, + "end": 87225, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 38 } } }, "property": { "type": "Identifier", - "start": 84836, - "end": 84844, + "start": 87226, + "end": 87234, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 39 }, "end": { - "line": 1879, + "line": 1921, "column": 47 }, "identifierName": "numRound" @@ -135229,29 +135365,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 84846, - "end": 84856, + "start": 87236, + "end": 87246, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 49 }, "end": { - "line": 1879, + "line": 1921, "column": 59 } }, "left": { "type": "Identifier", - "start": 84846, - "end": 84850, + "start": 87236, + "end": 87240, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 49 }, "end": { - "line": 1879, + "line": 1921, "column": 53 }, "identifierName": "_max" @@ -135261,15 +135397,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 84853, - "end": 84856, + "start": 87243, + "end": 87246, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 56 }, "end": { - "line": 1879, + "line": 1921, "column": 59 } }, @@ -135282,15 +135418,15 @@ }, { "type": "NumericLiteral", - "start": 84858, - "end": 84859, + "start": 87248, + "end": 87249, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 61 }, "end": { - "line": 1879, + "line": 1921, "column": 62 } }, @@ -135304,15 +135440,15 @@ }, { "type": "Identifier", - "start": 84863, - "end": 84879, + "start": 87253, + "end": 87269, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 66 }, "end": { - "line": 1879, + "line": 1921, "column": 82 }, "identifierName": "MIN_POINTER_SIZE" @@ -135325,15 +135461,15 @@ }, { "type": "BreakStatement", - "start": 84898, - "end": 84903, + "start": 87288, + "end": 87293, "loc": { "start": { - "line": 1880, + "line": 1922, "column": 16 }, "end": { - "line": 1880, + "line": 1922, "column": 21 } }, @@ -135342,43 +135478,43 @@ ], "test": { "type": "CallExpression", - "start": 84773, - "end": 84795, + "start": 87163, + "end": 87185, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 84773, - "end": 84788, + "start": 87163, + "end": 87178, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 84773, - "end": 84783, + "start": 87163, + "end": 87173, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 27 } }, @@ -135390,15 +135526,15 @@ }, "property": { "type": "Identifier", - "start": 84784, - "end": 84788, + "start": 87174, + "end": 87178, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 28 }, "end": { - "line": 1878, + "line": 1920, "column": 32 }, "identifierName": "test" @@ -135410,15 +135546,15 @@ "arguments": [ { "type": "Identifier", - "start": 84790, - "end": 84793, + "start": 87180, + "end": 87183, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 34 }, "end": { - "line": 1878, + "line": 1920, "column": 37 }, "identifierName": "key" @@ -135430,59 +135566,59 @@ }, { "type": "SwitchCase", - "start": 84916, - "end": 85050, + "start": 87306, + "end": 87440, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 12 }, "end": { - "line": 1883, + "line": 1925, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 84962, - "end": 85028, + "start": 87352, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 84962, - "end": 85028, + "start": 87352, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "operator": "=", "left": { "type": "Identifier", - "start": 84962, - "end": 84967, + "start": 87352, + "end": 87357, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 21 }, "identifierName": "_size" @@ -135491,43 +135627,43 @@ }, "right": { "type": "CallExpression", - "start": 84970, - "end": 85028, + "start": 87360, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 84970, - "end": 84978, + "start": 87360, + "end": 87368, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 32 } }, "object": { "type": "Identifier", - "start": 84970, - "end": 84974, + "start": 87360, + "end": 87364, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 28 }, "identifierName": "Math" @@ -135536,15 +135672,15 @@ }, "property": { "type": "Identifier", - "start": 84975, - "end": 84978, + "start": 87365, + "end": 87368, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 29 }, "end": { - "line": 1882, + "line": 1924, "column": 32 }, "identifierName": "max" @@ -135556,58 +135692,58 @@ "arguments": [ { "type": "CallExpression", - "start": 84980, - "end": 85008, + "start": 87370, + "end": 87398, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 84980, - "end": 84993, + "start": 87370, + "end": 87383, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 84980, - "end": 84984, + "start": 87370, + "end": 87374, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 38 } } }, "property": { "type": "Identifier", - "start": 84985, - "end": 84993, + "start": 87375, + "end": 87383, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 39 }, "end": { - "line": 1882, + "line": 1924, "column": 47 }, "identifierName": "numRound" @@ -135619,29 +135755,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 84995, - "end": 85003, + "start": 87385, + "end": 87393, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 49 }, "end": { - "line": 1882, + "line": 1924, "column": 57 } }, "left": { "type": "Identifier", - "start": 84995, - "end": 84999, + "start": 87385, + "end": 87389, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 49 }, "end": { - "line": 1882, + "line": 1924, "column": 53 }, "identifierName": "_max" @@ -135651,15 +135787,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85002, - "end": 85003, + "start": 87392, + "end": 87393, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 56 }, "end": { - "line": 1882, + "line": 1924, "column": 57 } }, @@ -135672,15 +135808,15 @@ }, { "type": "NumericLiteral", - "start": 85005, - "end": 85006, + "start": 87395, + "end": 87396, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 59 }, "end": { - "line": 1882, + "line": 1924, "column": 60 } }, @@ -135694,15 +135830,15 @@ }, { "type": "Identifier", - "start": 85010, - "end": 85026, + "start": 87400, + "end": 87416, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 64 }, "end": { - "line": 1882, + "line": 1924, "column": 80 }, "identifierName": "MIN_POINTER_SIZE" @@ -135715,15 +135851,15 @@ }, { "type": "BreakStatement", - "start": 85045, - "end": 85050, + "start": 87435, + "end": 87440, "loc": { "start": { - "line": 1883, + "line": 1925, "column": 16 }, "end": { - "line": 1883, + "line": 1925, "column": 21 } }, @@ -135732,43 +135868,43 @@ ], "test": { "type": "CallExpression", - "start": 84921, - "end": 84944, + "start": 87311, + "end": 87334, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 84921, - "end": 84937, + "start": 87311, + "end": 87327, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 84921, - "end": 84932, + "start": 87311, + "end": 87322, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 28 } }, @@ -135780,15 +135916,15 @@ }, "property": { "type": "Identifier", - "start": 84933, - "end": 84937, + "start": 87323, + "end": 87327, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 29 }, "end": { - "line": 1881, + "line": 1923, "column": 33 }, "identifierName": "test" @@ -135800,15 +135936,15 @@ "arguments": [ { "type": "Identifier", - "start": 84939, - "end": 84942, + "start": 87329, + "end": 87332, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 35 }, "end": { - "line": 1881, + "line": 1923, "column": 38 }, "identifierName": "key" @@ -135820,59 +135956,59 @@ }, { "type": "SwitchCase", - "start": 85063, - "end": 85196, + "start": 87453, + "end": 87586, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 12 }, "end": { - "line": 1886, + "line": 1928, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 85108, - "end": 85174, + "start": 87498, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 85108, - "end": 85174, + "start": 87498, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "operator": "=", "left": { "type": "Identifier", - "start": 85108, - "end": 85113, + "start": 87498, + "end": 87503, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 21 }, "identifierName": "_size" @@ -135881,43 +136017,43 @@ }, "right": { "type": "CallExpression", - "start": 85116, - "end": 85174, + "start": 87506, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 85116, - "end": 85124, + "start": 87506, + "end": 87514, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 32 } }, "object": { "type": "Identifier", - "start": 85116, - "end": 85120, + "start": 87506, + "end": 87510, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 28 }, "identifierName": "Math" @@ -135926,15 +136062,15 @@ }, "property": { "type": "Identifier", - "start": 85121, - "end": 85124, + "start": 87511, + "end": 87514, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 29 }, "end": { - "line": 1885, + "line": 1927, "column": 32 }, "identifierName": "max" @@ -135946,58 +136082,58 @@ "arguments": [ { "type": "CallExpression", - "start": 85126, - "end": 85154, + "start": 87516, + "end": 87544, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 85126, - "end": 85139, + "start": 87516, + "end": 87529, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 85126, - "end": 85130, + "start": 87516, + "end": 87520, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 38 } } }, "property": { "type": "Identifier", - "start": 85131, - "end": 85139, + "start": 87521, + "end": 87529, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 39 }, "end": { - "line": 1885, + "line": 1927, "column": 47 }, "identifierName": "numRound" @@ -136009,29 +136145,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 85141, - "end": 85149, + "start": 87531, + "end": 87539, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 49 }, "end": { - "line": 1885, + "line": 1927, "column": 57 } }, "left": { "type": "Identifier", - "start": 85141, - "end": 85145, + "start": 87531, + "end": 87535, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 49 }, "end": { - "line": 1885, + "line": 1927, "column": 53 }, "identifierName": "_max" @@ -136041,15 +136177,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85148, - "end": 85149, + "start": 87538, + "end": 87539, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 56 }, "end": { - "line": 1885, + "line": 1927, "column": 57 } }, @@ -136062,15 +136198,15 @@ }, { "type": "NumericLiteral", - "start": 85151, - "end": 85152, + "start": 87541, + "end": 87542, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 59 }, "end": { - "line": 1885, + "line": 1927, "column": 60 } }, @@ -136084,15 +136220,15 @@ }, { "type": "Identifier", - "start": 85156, - "end": 85172, + "start": 87546, + "end": 87562, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 64 }, "end": { - "line": 1885, + "line": 1927, "column": 80 }, "identifierName": "MIN_POINTER_SIZE" @@ -136105,15 +136241,15 @@ }, { "type": "BreakStatement", - "start": 85191, - "end": 85196, + "start": 87581, + "end": 87586, "loc": { "start": { - "line": 1886, + "line": 1928, "column": 16 }, "end": { - "line": 1886, + "line": 1928, "column": 21 } }, @@ -136122,43 +136258,43 @@ ], "test": { "type": "CallExpression", - "start": 85068, - "end": 85090, + "start": 87458, + "end": 87480, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 85068, - "end": 85083, + "start": 87458, + "end": 87473, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 85068, - "end": 85078, + "start": 87458, + "end": 87468, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 27 } }, @@ -136170,15 +136306,15 @@ }, "property": { "type": "Identifier", - "start": 85079, - "end": 85083, + "start": 87469, + "end": 87473, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 28 }, "end": { - "line": 1884, + "line": 1926, "column": 32 }, "identifierName": "test" @@ -136190,15 +136326,15 @@ "arguments": [ { "type": "Identifier", - "start": 85085, - "end": 85088, + "start": 87475, + "end": 87478, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 34 }, "end": { - "line": 1884, + "line": 1926, "column": 37 }, "identifierName": "key" @@ -136210,59 +136346,59 @@ }, { "type": "SwitchCase", - "start": 85209, - "end": 85291, + "start": 87599, + "end": 87681, "loc": { "start": { - "line": 1887, + "line": 1929, "column": 12 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 85234, - "end": 85291, + "start": 87624, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 85234, - "end": 85291, + "start": 87624, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "operator": "=", "left": { "type": "Identifier", - "start": 85234, - "end": 85239, + "start": 87624, + "end": 87629, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 21 }, "identifierName": "_size" @@ -136271,43 +136407,43 @@ }, "right": { "type": "CallExpression", - "start": 85242, - "end": 85291, + "start": 87632, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 85242, - "end": 85250, + "start": 87632, + "end": 87640, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 32 } }, "object": { "type": "Identifier", - "start": 85242, - "end": 85246, + "start": 87632, + "end": 87636, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 28 }, "identifierName": "Math" @@ -136316,15 +136452,15 @@ }, "property": { "type": "Identifier", - "start": 85247, - "end": 85250, + "start": 87637, + "end": 87640, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 29 }, "end": { - "line": 1888, + "line": 1930, "column": 32 }, "identifierName": "max" @@ -136336,29 +136472,29 @@ "arguments": [ { "type": "CallExpression", - "start": 85252, - "end": 85271, + "start": 87642, + "end": 87661, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 34 }, "end": { - "line": 1888, + "line": 1930, "column": 53 } }, "callee": { "type": "Identifier", - "start": 85252, - "end": 85260, + "start": 87642, + "end": 87650, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 34 }, "end": { - "line": 1888, + "line": 1930, "column": 42 }, "identifierName": "parseInt" @@ -136368,15 +136504,15 @@ "arguments": [ { "type": "Identifier", - "start": 85262, - "end": 85265, + "start": 87652, + "end": 87655, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 44 }, "end": { - "line": 1888, + "line": 1930, "column": 47 }, "identifierName": "key" @@ -136385,15 +136521,15 @@ }, { "type": "NumericLiteral", - "start": 85267, - "end": 85269, + "start": 87657, + "end": 87659, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 49 }, "end": { - "line": 1888, + "line": 1930, "column": 51 } }, @@ -136407,15 +136543,15 @@ }, { "type": "Identifier", - "start": 85273, - "end": 85289, + "start": 87663, + "end": 87679, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 55 }, "end": { - "line": 1888, + "line": 1930, "column": 71 }, "identifierName": "MIN_POINTER_SIZE" @@ -136434,15 +136570,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -136451,29 +136587,29 @@ }, { "type": "ReturnStatement", - "start": 85382, - "end": 85394, + "start": 87772, + "end": 87784, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 8 }, "end": { - "line": 1892, + "line": 1934, "column": 20 } }, "argument": { "type": "Identifier", - "start": 85389, - "end": 85394, + "start": 87779, + "end": 87784, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 15 }, "end": { - "line": 1892, + "line": 1934, "column": 20 }, "identifierName": "_size" @@ -136485,15 +136621,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -136508,15 +136644,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -136526,15 +136662,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -136543,15 +136679,15 @@ }, { "type": "ClassMethod", - "start": 85508, - "end": 99953, + "start": 87898, + "end": 102343, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 4 }, "end": { - "line": 2140, + "line": 2182, "column": 5 } }, @@ -136559,15 +136695,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 85508, - "end": 85525, + "start": 87898, + "end": 87915, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 4 }, "end": { - "line": 1900, + "line": 1942, "column": 21 }, "identifierName": "_drawRelationLine" @@ -136583,15 +136719,15 @@ "params": [ { "type": "Identifier", - "start": 85527, - "end": 85533, + "start": 87917, + "end": 87923, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 23 }, "end": { - "line": 1900, + "line": 1942, "column": 29 }, "identifierName": "events" @@ -136601,59 +136737,59 @@ ], "body": { "type": "BlockStatement", - "start": 85536, - "end": 99953, + "start": 87926, + "end": 102343, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 32 }, "end": { - "line": 2140, + "line": 2182, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 85546, - "end": 97586, + "start": 87936, + "end": 99976, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 8 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 85550, - "end": 85578, + "start": 87940, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 12 }, "end": { - "line": 1901, + "line": 1943, "column": 40 } }, "id": { "type": "Identifier", - "start": 85550, - "end": 85555, + "start": 87940, + "end": 87945, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 12 }, "end": { - "line": 1901, + "line": 1943, "column": 17 }, "identifierName": "_opts" @@ -136662,44 +136798,44 @@ }, "init": { "type": "MemberExpression", - "start": 85566, - "end": 85578, + "start": 87956, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 28 }, "end": { - "line": 1901, + "line": 1943, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 85566, - "end": 85570, + "start": 87956, + "end": 87960, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 28 }, "end": { - "line": 1901, + "line": 1943, "column": 32 } } }, "property": { "type": "Identifier", - "start": 85571, - "end": 85578, + "start": 87961, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 33 }, "end": { - "line": 1901, + "line": 1943, "column": 40 }, "identifierName": "_config" @@ -136711,29 +136847,29 @@ }, { "type": "VariableDeclarator", - "start": 85592, - "end": 85627, + "start": 87982, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 12 }, "end": { - "line": 1902, + "line": 1944, "column": 47 } }, "id": { "type": "Identifier", - "start": 85592, - "end": 85598, + "start": 87982, + "end": 87988, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 12 }, "end": { - "line": 1902, + "line": 1944, "column": 18 }, "identifierName": "_props" @@ -136742,44 +136878,44 @@ }, "init": { "type": "MemberExpression", - "start": 85608, - "end": 85627, + "start": 87998, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 28 }, "end": { - "line": 1902, + "line": 1944, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 85608, - "end": 85612, + "start": 87998, + "end": 88002, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 28 }, "end": { - "line": 1902, + "line": 1944, "column": 32 } } }, "property": { "type": "Identifier", - "start": 85613, - "end": 85627, + "start": 88003, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 33 }, "end": { - "line": 1902, + "line": 1944, "column": 47 }, "identifierName": "_instanceProps" @@ -136791,29 +136927,29 @@ }, { "type": "VariableDeclarator", - "start": 85641, - "end": 85714, + "start": 88031, + "end": 88104, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 12 }, "end": { - "line": 1903, + "line": 1945, "column": 85 } }, "id": { "type": "Identifier", - "start": 85641, - "end": 85648, + "start": 88031, + "end": 88038, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 12 }, "end": { - "line": 1903, + "line": 1945, "column": 19 }, "identifierName": "_canvas" @@ -136822,57 +136958,57 @@ }, "init": { "type": "CallExpression", - "start": 85657, - "end": 85714, + "start": 88047, + "end": 88104, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 85657, - "end": 85678, + "start": 88047, + "end": 88068, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 49 } }, "object": { "type": "CallExpression", - "start": 85657, - "end": 85673, + "start": 88047, + "end": 88063, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 44 } }, "callee": { "type": "Identifier", - "start": 85657, - "end": 85658, + "start": 88047, + "end": 88048, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 29 }, "identifierName": "$" @@ -136882,44 +137018,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 85659, - "end": 85672, + "start": 88049, + "end": 88062, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 30 }, "end": { - "line": 1903, + "line": 1945, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 85659, - "end": 85663, + "start": 88049, + "end": 88053, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 30 }, "end": { - "line": 1903, + "line": 1945, "column": 34 } } }, "property": { "type": "Identifier", - "start": 85664, - "end": 85672, + "start": 88054, + "end": 88062, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 35 }, "end": { - "line": 1903, + "line": 1945, "column": 43 }, "identifierName": "_element" @@ -136932,15 +137068,15 @@ }, "property": { "type": "Identifier", - "start": 85674, - "end": 85678, + "start": 88064, + "end": 88068, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 45 }, "end": { - "line": 1903, + "line": 1945, "column": 49 }, "identifierName": "find" @@ -136952,29 +137088,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 85680, - "end": 85712, + "start": 88070, + "end": 88102, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 51 }, "end": { - "line": 1903, + "line": 1945, "column": 83 } }, "object": { "type": "Identifier", - "start": 85680, - "end": 85688, + "start": 88070, + "end": 88078, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 51 }, "end": { - "line": 1903, + "line": 1945, "column": 59 }, "identifierName": "Selector" @@ -136983,15 +137119,15 @@ }, "property": { "type": "Identifier", - "start": 85689, - "end": 85712, + "start": 88079, + "end": 88102, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 60 }, "end": { - "line": 1903, + "line": 1945, "column": 83 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -137005,29 +137141,29 @@ }, { "type": "VariableDeclarator", - "start": 85728, - "end": 85771, + "start": 88118, + "end": 88161, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 12 }, "end": { - "line": 1904, + "line": 1946, "column": 55 } }, "id": { "type": "Identifier", - "start": 85728, - "end": 85741, + "start": 88118, + "end": 88131, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 12 }, "end": { - "line": 1904, + "line": 1946, "column": 25 }, "identifierName": "ctx_relations" @@ -137036,57 +137172,57 @@ }, "init": { "type": "CallExpression", - "start": 85744, - "end": 85771, + "start": 88134, + "end": 88161, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 85744, - "end": 85765, + "start": 88134, + "end": 88155, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 85744, - "end": 85754, + "start": 88134, + "end": 88144, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 38 } }, "object": { "type": "Identifier", - "start": 85744, - "end": 85751, + "start": 88134, + "end": 88141, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 35 }, "identifierName": "_canvas" @@ -137095,15 +137231,15 @@ }, "property": { "type": "NumericLiteral", - "start": 85752, - "end": 85753, + "start": 88142, + "end": 88143, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 36 }, "end": { - "line": 1904, + "line": 1946, "column": 37 } }, @@ -137117,15 +137253,15 @@ }, "property": { "type": "Identifier", - "start": 85755, - "end": 85765, + "start": 88145, + "end": 88155, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 39 }, "end": { - "line": 1904, + "line": 1946, "column": 49 }, "identifierName": "getContext" @@ -137137,15 +137273,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 85766, - "end": 85770, + "start": 88156, + "end": 88160, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 50 }, "end": { - "line": 1904, + "line": 1946, "column": 54 } }, @@ -137160,29 +137296,29 @@ }, { "type": "VariableDeclarator", - "start": 85785, - "end": 97586, + "start": 88175, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 12 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "id": { "type": "Identifier", - "start": 85785, - "end": 85793, + "start": 88175, + "end": 88183, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 12 }, "end": { - "line": 1905, + "line": 1947, "column": 20 }, "identifierName": "drawLine" @@ -137191,15 +137327,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 85801, - "end": 97586, + "start": 88191, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 28 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, @@ -137210,15 +137346,15 @@ "params": [ { "type": "Identifier", - "start": 85803, - "end": 85806, + "start": 88193, + "end": 88196, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 30 }, "end": { - "line": 1905, + "line": 1947, "column": 33 }, "identifierName": "_sx" @@ -137227,15 +137363,15 @@ }, { "type": "Identifier", - "start": 85808, - "end": 85811, + "start": 88198, + "end": 88201, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 35 }, "end": { - "line": 1905, + "line": 1947, "column": 38 }, "identifierName": "_sy" @@ -137244,15 +137380,15 @@ }, { "type": "Identifier", - "start": 85813, - "end": 85816, + "start": 88203, + "end": 88206, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 40 }, "end": { - "line": 1905, + "line": 1947, "column": 43 }, "identifierName": "_ex" @@ -137261,15 +137397,15 @@ }, { "type": "Identifier", - "start": 85818, - "end": 85821, + "start": 88208, + "end": 88211, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 45 }, "end": { - "line": 1905, + "line": 1947, "column": 48 }, "identifierName": "_ey" @@ -137278,15 +137414,15 @@ }, { "type": "Identifier", - "start": 85823, - "end": 85826, + "start": 88213, + "end": 88216, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 50 }, "end": { - "line": 1905, + "line": 1947, "column": 53 }, "identifierName": "evt" @@ -137295,15 +137431,15 @@ }, { "type": "Identifier", - "start": 85828, - "end": 85831, + "start": 88218, + "end": 88221, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 55 }, "end": { - "line": 1905, + "line": 1947, "column": 58 }, "identifierName": "_ba" @@ -137313,59 +137449,59 @@ ], "body": { "type": "BlockStatement", - "start": 85837, - "end": 97586, + "start": 88227, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 64 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 85855, - "end": 86088, + "start": 88245, + "end": 88478, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 16 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 85859, - "end": 85874, + "start": 88249, + "end": 88264, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 20 }, "end": { - "line": 1906, + "line": 1948, "column": 35 } }, "id": { "type": "Identifier", - "start": 85859, - "end": 85869, + "start": 88249, + "end": 88259, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 20 }, "end": { - "line": 1906, + "line": 1948, "column": 30 }, "identifierName": "_curveType" @@ -137374,15 +137510,15 @@ }, "init": { "type": "ObjectExpression", - "start": 85872, - "end": 85874, + "start": 88262, + "end": 88264, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 33 }, "end": { - "line": 1906, + "line": 1948, "column": 35 } }, @@ -137391,29 +137527,29 @@ }, { "type": "VariableDeclarator", - "start": 85896, - "end": 85977, + "start": 88286, + "end": 88367, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 20 }, "end": { - "line": 1907, + "line": 1949, "column": 101 } }, "id": { "type": "Identifier", - "start": 85896, - "end": 85903, + "start": 88286, + "end": 88293, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 20 }, "end": { - "line": 1907, + "line": 1949, "column": 27 }, "identifierName": "_radius" @@ -137422,58 +137558,58 @@ }, "init": { "type": "CallExpression", - "start": 85909, - "end": 85977, + "start": 88299, + "end": 88367, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 85909, - "end": 85922, + "start": 88299, + "end": 88312, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 85909, - "end": 85913, + "start": 88299, + "end": 88303, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 37 } } }, "property": { "type": "Identifier", - "start": 85914, - "end": 85922, + "start": 88304, + "end": 88312, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 38 }, "end": { - "line": 1907, + "line": 1949, "column": 46 }, "identifierName": "numRound" @@ -137485,57 +137621,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 85924, - "end": 85972, + "start": 88314, + "end": 88362, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 96 } }, "left": { "type": "CallExpression", - "start": 85924, - "end": 85968, + "start": 88314, + "end": 88358, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 85924, - "end": 85932, + "start": 88314, + "end": 88322, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 56 } }, "object": { "type": "Identifier", - "start": 85924, - "end": 85928, + "start": 88314, + "end": 88318, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 52 }, "identifierName": "Math" @@ -137544,15 +137680,15 @@ }, "property": { "type": "Identifier", - "start": 85929, - "end": 85932, + "start": 88319, + "end": 88322, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 53 }, "end": { - "line": 1907, + "line": 1949, "column": 56 }, "identifierName": "min" @@ -137564,29 +137700,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 85934, - "end": 85950, + "start": 88324, + "end": 88340, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 58 }, "end": { - "line": 1907, + "line": 1949, "column": 74 } }, "object": { "type": "Identifier", - "start": 85934, - "end": 85940, + "start": 88324, + "end": 88330, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 58 }, "end": { - "line": 1907, + "line": 1949, "column": 64 }, "identifierName": "_props" @@ -137595,15 +137731,15 @@ }, "property": { "type": "Identifier", - "start": 85941, - "end": 85950, + "start": 88331, + "end": 88340, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 65 }, "end": { - "line": 1907, + "line": 1949, "column": 74 }, "identifierName": "scaleSize" @@ -137614,29 +137750,29 @@ }, { "type": "MemberExpression", - "start": 85952, - "end": 85966, + "start": 88342, + "end": 88356, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 76 }, "end": { - "line": 1907, + "line": 1949, "column": 90 } }, "object": { "type": "Identifier", - "start": 85952, - "end": 85958, + "start": 88342, + "end": 88348, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 76 }, "end": { - "line": 1907, + "line": 1949, "column": 82 }, "identifierName": "_props" @@ -137645,15 +137781,15 @@ }, "property": { "type": "Identifier", - "start": 85959, - "end": 85966, + "start": 88349, + "end": 88356, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 83 }, "end": { - "line": 1907, + "line": 1949, "column": 90 }, "identifierName": "rowSize" @@ -137667,15 +137803,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85971, - "end": 85972, + "start": 88361, + "end": 88362, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 95 }, "end": { - "line": 1907, + "line": 1949, "column": 96 } }, @@ -137688,15 +137824,15 @@ }, { "type": "NumericLiteral", - "start": 85974, - "end": 85975, + "start": 88364, + "end": 88365, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 98 }, "end": { - "line": 1907, + "line": 1949, "column": 99 } }, @@ -137711,29 +137847,29 @@ }, { "type": "VariableDeclarator", - "start": 85999, - "end": 86088, + "start": 88389, + "end": 88478, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 20 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "id": { "type": "Identifier", - "start": 85999, - "end": 86009, + "start": 88389, + "end": 88399, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 20 }, "end": { - "line": 1908, + "line": 1950, "column": 30 }, "identifierName": "_subRadius" @@ -137742,58 +137878,58 @@ }, "init": { "type": "CallExpression", - "start": 86012, - "end": 86088, + "start": 88402, + "end": 88478, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 86012, - "end": 86025, + "start": 88402, + "end": 88415, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 86012, - "end": 86016, + "start": 88402, + "end": 88406, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 37 } } }, "property": { "type": "Identifier", - "start": 86017, - "end": 86025, + "start": 88407, + "end": 88415, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 38 }, "end": { - "line": 1908, + "line": 1950, "column": 46 }, "identifierName": "numRound" @@ -137805,72 +137941,72 @@ "arguments": [ { "type": "BinaryExpression", - "start": 86027, - "end": 86083, + "start": 88417, + "end": 88473, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 104 } }, "left": { "type": "CallExpression", - "start": 86027, - "end": 86079, + "start": 88417, + "end": 88469, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 86027, - "end": 86047, + "start": 88417, + "end": 88437, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 86027, - "end": 86031, + "start": 88417, + "end": 88421, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 52 } } }, "property": { "type": "Identifier", - "start": 86032, - "end": 86047, + "start": 88422, + "end": 88437, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 53 }, "end": { - "line": 1908, + "line": 1950, "column": 68 }, "identifierName": "_getPointerSize" @@ -137882,29 +138018,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 86049, - "end": 86057, + "start": 88439, + "end": 88447, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 70 }, "end": { - "line": 1908, + "line": 1950, "column": 78 } }, "object": { "type": "Identifier", - "start": 86049, - "end": 86052, + "start": 88439, + "end": 88442, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 70 }, "end": { - "line": 1908, + "line": 1950, "column": 73 }, "identifierName": "evt" @@ -137913,15 +138049,15 @@ }, "property": { "type": "Identifier", - "start": 86053, - "end": 86057, + "start": 88443, + "end": 88447, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 74 }, "end": { - "line": 1908, + "line": 1950, "column": 78 }, "identifierName": "size" @@ -137932,29 +138068,29 @@ }, { "type": "MemberExpression", - "start": 86059, - "end": 86077, + "start": 88449, + "end": 88467, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 80 }, "end": { - "line": 1908, + "line": 1950, "column": 98 } }, "object": { "type": "Identifier", - "start": 86059, - "end": 86064, + "start": 88449, + "end": 88454, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 80 }, "end": { - "line": 1908, + "line": 1950, "column": 85 }, "identifierName": "_opts" @@ -137963,15 +138099,15 @@ }, "property": { "type": "Identifier", - "start": 86065, - "end": 86077, + "start": 88455, + "end": 88467, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 86 }, "end": { - "line": 1908, + "line": 1950, "column": 98 }, "identifierName": "marginHeight" @@ -137985,15 +138121,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 86082, - "end": 86083, + "start": 88472, + "end": 88473, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 103 }, "end": { - "line": 1908, + "line": 1950, "column": 104 } }, @@ -138006,15 +138142,15 @@ }, { "type": "NumericLiteral", - "start": 86085, - "end": 86086, + "start": 88475, + "end": 88476, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 106 }, "end": { - "line": 1908, + "line": 1950, "column": 107 } }, @@ -138035,15 +138171,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -138052,58 +138188,58 @@ }, { "type": "ExpressionStatement", - "start": 86150, - "end": 86197, + "start": 88540, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 86150, - "end": 86197, + "start": 88540, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86150, - "end": 86175, + "start": 88540, + "end": 88565, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 41 } }, "object": { "type": "Identifier", - "start": 86150, - "end": 86163, + "start": 88540, + "end": 88553, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 29 }, "identifierName": "ctx_relations" @@ -138113,15 +138249,15 @@ }, "property": { "type": "Identifier", - "start": 86164, - "end": 86175, + "start": 88554, + "end": 88565, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 30 }, "end": { - "line": 1911, + "line": 1953, "column": 41 }, "identifierName": "strokeStyle" @@ -138133,29 +138269,29 @@ }, "right": { "type": "MemberExpression", - "start": 86178, - "end": 86197, + "start": 88568, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 44 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "object": { "type": "Identifier", - "start": 86178, - "end": 86189, + "start": 88568, + "end": 88579, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 44 }, "end": { - "line": 1911, + "line": 1953, "column": 55 }, "identifierName": "EventParams" @@ -138164,15 +138300,15 @@ }, "property": { "type": "Identifier", - "start": 86190, - "end": 86197, + "start": 88580, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 56 }, "end": { - "line": 1911, + "line": 1953, "column": 63 }, "identifierName": "bdColor" @@ -138187,15 +138323,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -138204,58 +138340,58 @@ }, { "type": "ExpressionStatement", - "start": 86214, - "end": 86245, + "start": 88604, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 86214, - "end": 86245, + "start": 88604, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86214, - "end": 86237, + "start": 88604, + "end": 88627, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 39 } }, "object": { "type": "Identifier", - "start": 86214, - "end": 86227, + "start": 88604, + "end": 88617, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 29 }, "identifierName": "ctx_relations" @@ -138264,15 +138400,15 @@ }, "property": { "type": "Identifier", - "start": 86228, - "end": 86237, + "start": 88618, + "end": 88627, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 30 }, "end": { - "line": 1912, + "line": 1954, "column": 39 }, "identifierName": "lineWidth" @@ -138283,15 +138419,15 @@ }, "right": { "type": "NumericLiteral", - "start": 86242, - "end": 86245, + "start": 88632, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 44 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, @@ -138305,58 +138441,58 @@ }, { "type": "ExpressionStatement", - "start": 86262, - "end": 86303, + "start": 88652, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 86262, - "end": 86303, + "start": 88652, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86262, - "end": 86282, + "start": 88652, + "end": 88672, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 36 } }, "object": { "type": "Identifier", - "start": 86262, - "end": 86275, + "start": 88652, + "end": 88665, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 29 }, "identifierName": "ctx_relations" @@ -138365,15 +138501,15 @@ }, "property": { "type": "Identifier", - "start": 86276, - "end": 86282, + "start": 88666, + "end": 88672, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 30 }, "end": { - "line": 1913, + "line": 1955, "column": 36 }, "identifierName": "filter" @@ -138384,15 +138520,15 @@ }, "right": { "type": "StringLiteral", - "start": 86290, - "end": 86303, + "start": 88680, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 44 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, @@ -138406,58 +138542,58 @@ }, { "type": "ForOfStatement", - "start": 86337, - "end": 92380, + "start": 88727, + "end": 94770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 16 }, "end": { - "line": 2007, + "line": 2049, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 86343, - "end": 86351, + "start": 88733, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 22 }, "end": { - "line": 1915, + "line": 1957, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 86347, - "end": 86351, + "start": 88737, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 26 }, "end": { - "line": 1915, + "line": 1957, "column": 30 } }, "id": { "type": "Identifier", - "start": 86347, - "end": 86351, + "start": 88737, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 26 }, "end": { - "line": 1915, + "line": 1957, "column": 30 }, "identifierName": "_key" @@ -138471,43 +138607,43 @@ }, "right": { "type": "CallExpression", - "start": 86355, - "end": 86382, + "start": 88745, + "end": 88772, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 86355, - "end": 86366, + "start": 88745, + "end": 88756, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 45 } }, "object": { "type": "Identifier", - "start": 86355, - "end": 86361, + "start": 88745, + "end": 88751, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 40 }, "identifierName": "Object" @@ -138516,15 +138652,15 @@ }, "property": { "type": "Identifier", - "start": 86362, - "end": 86366, + "start": 88752, + "end": 88756, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 41 }, "end": { - "line": 1915, + "line": 1957, "column": 45 }, "identifierName": "keys" @@ -138536,29 +138672,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 86368, - "end": 86380, + "start": 88758, + "end": 88770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 47 }, "end": { - "line": 1915, + "line": 1957, "column": 59 } }, "object": { "type": "Identifier", - "start": 86368, - "end": 86371, + "start": 88758, + "end": 88761, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 47 }, "end": { - "line": 1915, + "line": 1957, "column": 50 }, "identifierName": "evt" @@ -138567,15 +138703,15 @@ }, "property": { "type": "Identifier", - "start": 86372, - "end": 86380, + "start": 88762, + "end": 88770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 51 }, "end": { - "line": 1915, + "line": 1957, "column": 59 }, "identifierName": "relation" @@ -138588,44 +138724,44 @@ }, "body": { "type": "BlockStatement", - "start": 86385, - "end": 92380, + "start": 88775, + "end": 94770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 64 }, "end": { - "line": 2007, + "line": 2049, "column": 17 } }, "body": [ { "type": "SwitchStatement", - "start": 86407, - "end": 92362, + "start": 88797, + "end": 94752, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 20 }, "end": { - "line": 2006, + "line": 2048, "column": 21 } }, "discriminant": { "type": "BooleanLiteral", - "start": 86416, - "end": 86420, + "start": 88806, + "end": 88810, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 29 }, "end": { - "line": 1916, + "line": 1958, "column": 33 } }, @@ -138634,73 +138770,73 @@ "cases": [ { "type": "SwitchCase", - "start": 86449, - "end": 86594, + "start": 88839, + "end": 88984, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 24 }, "end": { - "line": 1919, + "line": 1961, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 86514, - "end": 86560, + "start": 88904, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 86514, - "end": 86560, + "start": 88904, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86514, - "end": 86539, + "start": 88904, + "end": 88929, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 53 } }, "object": { "type": "Identifier", - "start": 86514, - "end": 86527, + "start": 88904, + "end": 88917, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 41 }, "identifierName": "ctx_relations" @@ -138709,15 +138845,15 @@ }, "property": { "type": "Identifier", - "start": 86528, - "end": 86539, + "start": 88918, + "end": 88929, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 42 }, "end": { - "line": 1918, + "line": 1960, "column": 53 }, "identifierName": "strokeStyle" @@ -138728,43 +138864,43 @@ }, "right": { "type": "MemberExpression", - "start": 86542, - "end": 86560, + "start": 88932, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 86542, - "end": 86554, + "start": 88932, + "end": 88944, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 68 } }, "object": { "type": "Identifier", - "start": 86542, - "end": 86545, + "start": 88932, + "end": 88935, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 59 }, "identifierName": "evt" @@ -138773,15 +138909,15 @@ }, "property": { "type": "Identifier", - "start": 86546, - "end": 86554, + "start": 88936, + "end": 88944, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 60 }, "end": { - "line": 1918, + "line": 1960, "column": 68 }, "identifierName": "relation" @@ -138792,15 +138928,15 @@ }, "property": { "type": "Identifier", - "start": 86555, - "end": 86559, + "start": 88945, + "end": 88949, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 69 }, "end": { - "line": 1918, + "line": 1960, "column": 73 }, "identifierName": "_key" @@ -138813,15 +138949,15 @@ }, { "type": "BreakStatement", - "start": 86589, - "end": 86594, + "start": 88979, + "end": 88984, "loc": { "start": { - "line": 1919, + "line": 1961, "column": 28 }, "end": { - "line": 1919, + "line": 1961, "column": 33 } }, @@ -138830,43 +138966,43 @@ ], "test": { "type": "CallExpression", - "start": 86454, - "end": 86484, + "start": 88844, + "end": 88874, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 86454, - "end": 86476, + "start": 88844, + "end": 88866, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 51 } }, "object": { "type": "RegExpLiteral", - "start": 86454, - "end": 86471, + "start": 88844, + "end": 88861, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 46 } }, @@ -138878,15 +139014,15 @@ }, "property": { "type": "Identifier", - "start": 86472, - "end": 86476, + "start": 88862, + "end": 88866, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 47 }, "end": { - "line": 1917, + "line": 1959, "column": 51 }, "identifierName": "test" @@ -138898,15 +139034,15 @@ "arguments": [ { "type": "Identifier", - "start": 86478, - "end": 86482, + "start": 88868, + "end": 88872, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 53 }, "end": { - "line": 1917, + "line": 1959, "column": 57 }, "identifierName": "_key" @@ -138918,73 +139054,73 @@ }, { "type": "SwitchCase", - "start": 86619, - "end": 86784, + "start": 89009, + "end": 89174, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 24 }, "end": { - "line": 1922, + "line": 1964, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 86683, - "end": 86750, + "start": 89073, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 86683, - "end": 86750, + "start": 89073, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86683, - "end": 86706, + "start": 89073, + "end": 89096, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 51 } }, "object": { "type": "Identifier", - "start": 86683, - "end": 86696, + "start": 89073, + "end": 89086, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 41 }, "identifierName": "ctx_relations" @@ -138993,15 +139129,15 @@ }, "property": { "type": "Identifier", - "start": 86697, - "end": 86706, + "start": 89087, + "end": 89096, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 42 }, "end": { - "line": 1921, + "line": 1963, "column": 51 }, "identifierName": "lineWidth" @@ -139012,43 +139148,43 @@ }, "right": { "type": "LogicalExpression", - "start": 86709, - "end": 86750, + "start": 89099, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "left": { "type": "CallExpression", - "start": 86709, - "end": 86743, + "start": 89099, + "end": 89133, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 88 } }, "callee": { "type": "Identifier", - "start": 86709, - "end": 86717, + "start": 89099, + "end": 89107, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 62 }, "identifierName": "parseInt" @@ -139058,43 +139194,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 86719, - "end": 86737, + "start": 89109, + "end": 89127, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 86719, - "end": 86731, + "start": 89109, + "end": 89121, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 76 } }, "object": { "type": "Identifier", - "start": 86719, - "end": 86722, + "start": 89109, + "end": 89112, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 67 }, "identifierName": "evt" @@ -139103,15 +139239,15 @@ }, "property": { "type": "Identifier", - "start": 86723, - "end": 86731, + "start": 89113, + "end": 89121, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 68 }, "end": { - "line": 1921, + "line": 1963, "column": 76 }, "identifierName": "relation" @@ -139122,15 +139258,15 @@ }, "property": { "type": "Identifier", - "start": 86732, - "end": 86736, + "start": 89122, + "end": 89126, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 77 }, "end": { - "line": 1921, + "line": 1963, "column": 81 }, "identifierName": "_key" @@ -139141,15 +139277,15 @@ }, { "type": "NumericLiteral", - "start": 86739, - "end": 86741, + "start": 89129, + "end": 89131, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 84 }, "end": { - "line": 1921, + "line": 1963, "column": 86 } }, @@ -139164,15 +139300,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 86747, - "end": 86750, + "start": 89137, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 92 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, @@ -139187,15 +139323,15 @@ }, { "type": "BreakStatement", - "start": 86779, - "end": 86784, + "start": 89169, + "end": 89174, "loc": { "start": { - "line": 1922, + "line": 1964, "column": 28 }, "end": { - "line": 1922, + "line": 1964, "column": 33 } }, @@ -139204,43 +139340,43 @@ ], "test": { "type": "CallExpression", - "start": 86624, - "end": 86653, + "start": 89014, + "end": 89043, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 86624, - "end": 86645, + "start": 89014, + "end": 89035, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 86624, - "end": 86640, + "start": 89014, + "end": 89030, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 45 } }, @@ -139252,15 +139388,15 @@ }, "property": { "type": "Identifier", - "start": 86641, - "end": 86645, + "start": 89031, + "end": 89035, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 46 }, "end": { - "line": 1920, + "line": 1962, "column": 50 }, "identifierName": "test" @@ -139272,15 +139408,15 @@ "arguments": [ { "type": "Identifier", - "start": 86647, - "end": 86651, + "start": 89037, + "end": 89041, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 52 }, "end": { - "line": 1920, + "line": 1962, "column": 56 }, "identifierName": "_key" @@ -139292,72 +139428,72 @@ }, { "type": "SwitchCase", - "start": 86809, - "end": 92340, + "start": 89199, + "end": 94730, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 24 }, "end": { - "line": 2005, + "line": 2047, "column": 33 } }, "consequent": [ { "type": "IfStatement", - "start": 86863, - "end": 92306, + "start": 89253, + "end": 94696, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 24 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "test": { "type": "CallExpression", - "start": 86868, - "end": 86924, + "start": 89258, + "end": 89314, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 86868, - "end": 86902, + "start": 89258, + "end": 89292, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 63 } }, "object": { "type": "RegExpLiteral", - "start": 86868, - "end": 86897, + "start": 89258, + "end": 89287, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 58 } }, @@ -139369,15 +139505,15 @@ }, "property": { "type": "Identifier", - "start": 86898, - "end": 86902, + "start": 89288, + "end": 89292, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 59 }, "end": { - "line": 1924, + "line": 1966, "column": 63 }, "identifierName": "test" @@ -139389,43 +139525,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 86904, - "end": 86922, + "start": 89294, + "end": 89312, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 83 } }, "object": { "type": "MemberExpression", - "start": 86904, - "end": 86916, + "start": 89294, + "end": 89306, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 77 } }, "object": { "type": "Identifier", - "start": 86904, - "end": 86907, + "start": 89294, + "end": 89297, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 68 }, "identifierName": "evt" @@ -139434,15 +139570,15 @@ }, "property": { "type": "Identifier", - "start": 86908, - "end": 86916, + "start": 89298, + "end": 89306, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 69 }, "end": { - "line": 1924, + "line": 1966, "column": 77 }, "identifierName": "relation" @@ -139453,15 +139589,15 @@ }, "property": { "type": "Identifier", - "start": 86917, - "end": 86921, + "start": 89307, + "end": 89311, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 78 }, "end": { - "line": 1924, + "line": 1966, "column": 82 }, "identifierName": "_key" @@ -139474,59 +139610,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 86927, - "end": 87354, + "start": 89317, + "end": 89744, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 88 }, "end": { - "line": 1932, + "line": 1974, "column": 29 } }, "body": [ { "type": "VariableDeclaration", - "start": 86961, - "end": 87001, + "start": 89351, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 32 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 86965, - "end": 87001, + "start": 89355, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 36 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "id": { "type": "Identifier", - "start": 86965, - "end": 86969, + "start": 89355, + "end": 89359, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 36 }, "end": { - "line": 1925, + "line": 1967, "column": 40 }, "identifierName": "_tmp" @@ -139535,71 +139671,71 @@ }, "init": { "type": "CallExpression", - "start": 86972, - "end": 87001, + "start": 89362, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 86972, - "end": 86996, + "start": 89362, + "end": 89386, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 86972, - "end": 86990, + "start": 89362, + "end": 89380, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 86972, - "end": 86984, + "start": 89362, + "end": 89374, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 55 } }, "object": { "type": "Identifier", - "start": 86972, - "end": 86975, + "start": 89362, + "end": 89365, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 46 }, "identifierName": "evt" @@ -139608,15 +139744,15 @@ }, "property": { "type": "Identifier", - "start": 86976, - "end": 86984, + "start": 89366, + "end": 89374, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 47 }, "end": { - "line": 1925, + "line": 1967, "column": 55 }, "identifierName": "relation" @@ -139627,15 +139763,15 @@ }, "property": { "type": "Identifier", - "start": 86985, - "end": 86989, + "start": 89375, + "end": 89379, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 56 }, "end": { - "line": 1925, + "line": 1967, "column": 60 }, "identifierName": "_key" @@ -139646,15 +139782,15 @@ }, "property": { "type": "Identifier", - "start": 86991, - "end": 86996, + "start": 89381, + "end": 89386, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 62 }, "end": { - "line": 1925, + "line": 1967, "column": 67 }, "identifierName": "split" @@ -139666,15 +139802,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 86997, - "end": 87000, + "start": 89387, + "end": 89390, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 68 }, "end": { - "line": 1925, + "line": 1967, "column": 71 } }, @@ -139692,57 +139828,57 @@ }, { "type": "IfStatement", - "start": 87034, - "end": 87324, + "start": 89424, + "end": 89714, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 32 }, "end": { - "line": 1931, + "line": 1973, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 87039, - "end": 87055, + "start": 89429, + "end": 89445, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 87039, - "end": 87050, + "start": 89429, + "end": 89440, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 48 } }, "object": { "type": "Identifier", - "start": 87039, - "end": 87043, + "start": 89429, + "end": 89433, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 41 }, "identifierName": "_tmp" @@ -139751,15 +139887,15 @@ }, "property": { "type": "Identifier", - "start": 87044, - "end": 87050, + "start": 89434, + "end": 89440, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 42 }, "end": { - "line": 1926, + "line": 1968, "column": 48 }, "identifierName": "length" @@ -139771,15 +139907,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 87054, - "end": 87055, + "start": 89444, + "end": 89445, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 52 }, "end": { - "line": 1926, + "line": 1968, "column": 53 } }, @@ -139792,73 +139928,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 87058, - "end": 87221, + "start": 89448, + "end": 89611, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 56 }, "end": { - "line": 1929, + "line": 1971, "column": 33 } }, "body": [ { "type": "ExpressionStatement", - "start": 87096, - "end": 87123, + "start": 89486, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 87096, - "end": 87123, + "start": 89486, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87096, - "end": 87113, + "start": 89486, + "end": 89503, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 53 } }, "object": { "type": "Identifier", - "start": 87096, - "end": 87106, + "start": 89486, + "end": 89496, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 46 }, "identifierName": "_curveType" @@ -139867,15 +140003,15 @@ }, "property": { "type": "Identifier", - "start": 87107, - "end": 87113, + "start": 89497, + "end": 89503, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 47 }, "end": { - "line": 1927, + "line": 1969, "column": 53 }, "identifierName": "before" @@ -139886,29 +140022,29 @@ }, "right": { "type": "MemberExpression", - "start": 87116, - "end": 87123, + "start": 89506, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 56 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "object": { "type": "Identifier", - "start": 87116, - "end": 87120, + "start": 89506, + "end": 89510, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 56 }, "end": { - "line": 1927, + "line": 1969, "column": 60 }, "identifierName": "_tmp" @@ -139917,15 +140053,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87121, - "end": 87122, + "start": 89511, + "end": 89512, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 61 }, "end": { - "line": 1927, + "line": 1969, "column": 62 } }, @@ -139941,58 +140077,58 @@ }, { "type": "ExpressionStatement", - "start": 87160, - "end": 87187, + "start": 89550, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 87160, - "end": 87187, + "start": 89550, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87160, - "end": 87176, + "start": 89550, + "end": 89566, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 52 } }, "object": { "type": "Identifier", - "start": 87160, - "end": 87170, + "start": 89550, + "end": 89560, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 46 }, "identifierName": "_curveType" @@ -140001,15 +140137,15 @@ }, "property": { "type": "Identifier", - "start": 87171, - "end": 87176, + "start": 89561, + "end": 89566, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 47 }, "end": { - "line": 1928, + "line": 1970, "column": 52 }, "identifierName": "after" @@ -140020,29 +140156,29 @@ }, "right": { "type": "MemberExpression", - "start": 87180, - "end": 87187, + "start": 89570, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 56 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "object": { "type": "Identifier", - "start": 87180, - "end": 87184, + "start": 89570, + "end": 89574, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 56 }, "end": { - "line": 1928, + "line": 1970, "column": 60 }, "identifierName": "_tmp" @@ -140051,15 +140187,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87185, - "end": 87186, + "start": 89575, + "end": 89576, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 61 }, "end": { - "line": 1928, + "line": 1970, "column": 62 } }, @@ -140078,73 +140214,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 87227, - "end": 87324, + "start": 89617, + "end": 89714, "loc": { "start": { - "line": 1929, + "line": 1971, "column": 39 }, "end": { - "line": 1931, + "line": 1973, "column": 33 } }, "body": [ { "type": "ExpressionStatement", - "start": 87265, - "end": 87290, + "start": 89655, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 87265, - "end": 87290, + "start": 89655, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87265, - "end": 87280, + "start": 89655, + "end": 89670, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 51 } }, "object": { "type": "Identifier", - "start": 87265, - "end": 87275, + "start": 89655, + "end": 89665, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 46 }, "identifierName": "_curveType" @@ -140153,15 +140289,15 @@ }, "property": { "type": "Identifier", - "start": 87276, - "end": 87279, + "start": 89666, + "end": 89669, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 47 }, "end": { - "line": 1930, + "line": 1972, "column": 50 }, "identifierName": "_ba" @@ -140172,29 +140308,29 @@ }, "right": { "type": "MemberExpression", - "start": 87283, - "end": 87290, + "start": 89673, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 54 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "object": { "type": "Identifier", - "start": 87283, - "end": 87287, + "start": 89673, + "end": 89677, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 54 }, "end": { - "line": 1930, + "line": 1972, "column": 58 }, "identifierName": "_tmp" @@ -140203,15 +140339,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87288, - "end": 87289, + "start": 89678, + "end": 89679, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 59 }, "end": { - "line": 1930, + "line": 1972, "column": 60 } }, @@ -140234,71 +140370,71 @@ }, "alternate": { "type": "IfStatement", - "start": 87388, - "end": 92306, + "start": 89778, + "end": 94696, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 28 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "test": { "type": "LogicalExpression", - "start": 87393, - "end": 87537, + "start": 89783, + "end": 89927, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 33 }, "end": { - "line": 1933, + "line": 1975, "column": 177 } }, "left": { "type": "LogicalExpression", - "start": 87395, - "end": 87456, + "start": 89785, + "end": 89846, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 96 } }, "left": { "type": "BinaryExpression", - "start": 87395, - "end": 87434, + "start": 89785, + "end": 89824, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 74 } }, "left": { "type": "UnaryExpression", - "start": 87395, - "end": 87420, + "start": 89785, + "end": 89810, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 60 } }, @@ -140306,43 +140442,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 87402, - "end": 87420, + "start": 89792, + "end": 89810, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 87402, - "end": 87414, + "start": 89792, + "end": 89804, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 54 } }, "object": { "type": "Identifier", - "start": 87402, - "end": 87405, + "start": 89792, + "end": 89795, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 45 }, "identifierName": "evt" @@ -140351,15 +140487,15 @@ }, "property": { "type": "Identifier", - "start": 87406, - "end": 87414, + "start": 89796, + "end": 89804, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 46 }, "end": { - "line": 1933, + "line": 1975, "column": 54 }, "identifierName": "relation" @@ -140370,15 +140506,15 @@ }, "property": { "type": "Identifier", - "start": 87415, - "end": 87419, + "start": 89805, + "end": 89809, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 55 }, "end": { - "line": 1933, + "line": 1975, "column": 59 }, "identifierName": "_key" @@ -140394,15 +140530,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87425, - "end": 87434, + "start": 89815, + "end": 89824, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 65 }, "end": { - "line": 1933, + "line": 1975, "column": 74 } }, @@ -140416,43 +140552,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 87438, - "end": 87456, + "start": 89828, + "end": 89846, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 96 } }, "object": { "type": "MemberExpression", - "start": 87438, - "end": 87450, + "start": 89828, + "end": 89840, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 90 } }, "object": { "type": "Identifier", - "start": 87438, - "end": 87441, + "start": 89828, + "end": 89831, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 81 }, "identifierName": "evt" @@ -140461,15 +140597,15 @@ }, "property": { "type": "Identifier", - "start": 87442, - "end": 87450, + "start": 89832, + "end": 89840, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 82 }, "end": { - "line": 1933, + "line": 1975, "column": 90 }, "identifierName": "relation" @@ -140480,15 +140616,15 @@ }, "property": { "type": "Identifier", - "start": 87451, - "end": 87455, + "start": 89841, + "end": 89845, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 91 }, "end": { - "line": 1933, + "line": 1975, "column": 95 }, "identifierName": "_key" @@ -140499,49 +140635,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 87393 + "parenStart": 89783 } }, "operator": "||", "right": { "type": "LogicalExpression", - "start": 87464, - "end": 87535, + "start": 89854, + "end": 89925, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 175 } }, "left": { "type": "BinaryExpression", - "start": 87464, - "end": 87502, + "start": 89854, + "end": 89892, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 142 } }, "left": { "type": "UnaryExpression", - "start": 87464, - "end": 87489, + "start": 89854, + "end": 89879, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 129 } }, @@ -140549,43 +140685,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 87471, - "end": 87489, + "start": 89861, + "end": 89879, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 129 } }, "object": { "type": "MemberExpression", - "start": 87471, - "end": 87483, + "start": 89861, + "end": 89873, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 123 } }, "object": { "type": "Identifier", - "start": 87471, - "end": 87474, + "start": 89861, + "end": 89864, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 114 }, "identifierName": "evt" @@ -140594,15 +140730,15 @@ }, "property": { "type": "Identifier", - "start": 87475, - "end": 87483, + "start": 89865, + "end": 89873, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 115 }, "end": { - "line": 1933, + "line": 1975, "column": 123 }, "identifierName": "relation" @@ -140613,15 +140749,15 @@ }, "property": { "type": "Identifier", - "start": 87484, - "end": 87488, + "start": 89874, + "end": 89878, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 124 }, "end": { - "line": 1933, + "line": 1975, "column": 128 }, "identifierName": "_key" @@ -140637,15 +140773,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87494, - "end": 87502, + "start": 89884, + "end": 89892, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 134 }, "end": { - "line": 1933, + "line": 1975, "column": 142 } }, @@ -140659,29 +140795,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 87506, - "end": 87535, + "start": 89896, + "end": 89925, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 146 }, "end": { - "line": 1933, + "line": 1975, "column": 175 } }, "callee": { "type": "Identifier", - "start": 87506, - "end": 87513, + "start": 89896, + "end": 89903, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 146 }, "end": { - "line": 1933, + "line": 1975, "column": 153 }, "identifierName": "Boolean" @@ -140691,43 +140827,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 87515, - "end": 87533, + "start": 89905, + "end": 89923, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 173 } }, "object": { "type": "MemberExpression", - "start": 87515, - "end": 87527, + "start": 89905, + "end": 89917, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 167 } }, "object": { "type": "Identifier", - "start": 87515, - "end": 87518, + "start": 89905, + "end": 89908, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 158 }, "identifierName": "evt" @@ -140736,15 +140872,15 @@ }, "property": { "type": "Identifier", - "start": 87519, - "end": 87527, + "start": 89909, + "end": 89917, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 159 }, "end": { - "line": 1933, + "line": 1975, "column": 167 }, "identifierName": "relation" @@ -140755,15 +140891,15 @@ }, "property": { "type": "Identifier", - "start": 87528, - "end": 87532, + "start": 89918, + "end": 89922, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 168 }, "end": { - "line": 1933, + "line": 1975, "column": 172 }, "identifierName": "_key" @@ -140776,64 +140912,64 @@ }, "extra": { "parenthesized": true, - "parenStart": 87462 + "parenStart": 89852 } } }, "consequent": { "type": "BlockStatement", - "start": 87540, - "end": 92306, + "start": 89930, + "end": 94696, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 180 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "body": [ { "type": "IfStatement", - "start": 87729, - "end": 92276, + "start": 90119, + "end": 94666, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 32 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 87734, - "end": 87750, + "start": 90124, + "end": 90140, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 37 }, "end": { - "line": 1936, + "line": 1978, "column": 53 } }, "left": { "type": "Identifier", - "start": 87734, - "end": 87737, + "start": 90124, + "end": 90127, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 37 }, "end": { - "line": 1936, + "line": 1978, "column": 40 }, "identifierName": "_ba" @@ -140844,15 +140980,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87742, - "end": 87750, + "start": 90132, + "end": 90140, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 45 }, "end": { - "line": 1936, + "line": 1978, "column": 53 } }, @@ -140866,58 +141002,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 87753, - "end": 89789, + "start": 90143, + "end": 92179, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 56 }, "end": { - "line": 1969, + "line": 2011, "column": 33 } }, "body": [ { "type": "IfStatement", - "start": 87890, - "end": 89755, + "start": 90280, + "end": 92145, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 36 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 87895, - "end": 87904, + "start": 90285, + "end": 90294, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 41 }, "end": { - "line": 1938, + "line": 1980, "column": 50 } }, "left": { "type": "Identifier", - "start": 87895, - "end": 87898, + "start": 90285, + "end": 90288, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 41 }, "end": { - "line": 1938, + "line": 1980, "column": 44 }, "identifierName": "_sy" @@ -140928,15 +141064,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 87901, - "end": 87904, + "start": 90291, + "end": 90294, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 47 }, "end": { - "line": 1938, + "line": 1980, "column": 50 }, "identifierName": "_ey" @@ -140947,58 +141083,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 87907, - "end": 88696, + "start": 90297, + "end": 91086, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 53 }, "end": { - "line": 1951, + "line": 1993, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 88005, - "end": 88658, + "start": 90395, + "end": 91048, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 40 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88010, - "end": 88019, + "start": 90400, + "end": 90409, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 45 }, "end": { - "line": 1940, + "line": 1982, "column": 54 } }, "left": { "type": "Identifier", - "start": 88010, - "end": 88013, + "start": 90400, + "end": 90403, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 45 }, "end": { - "line": 1940, + "line": 1982, "column": 48 }, "identifierName": "_sx" @@ -141009,15 +141145,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 88016, - "end": 88019, + "start": 90406, + "end": 90409, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 51 }, "end": { - "line": 1940, + "line": 1982, "column": 54 }, "identifierName": "_ex" @@ -141028,73 +141164,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88022, - "end": 88222, + "start": 90412, + "end": 90612, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 57 }, "end": { - "line": 1943, + "line": 1985, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88158, - "end": 88180, + "start": 90548, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 88158, - "end": 88180, + "start": 90548, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88158, - "end": 88173, + "start": 90548, + "end": 90563, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 59 } }, "object": { "type": "Identifier", - "start": 88158, - "end": 88168, + "start": 90548, + "end": 90558, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 54 }, "identifierName": "_curveType" @@ -141104,15 +141240,15 @@ }, "property": { "type": "Identifier", - "start": 88169, - "end": 88172, + "start": 90559, + "end": 90562, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 55 }, "end": { - "line": 1942, + "line": 1984, "column": 58 }, "identifierName": "_ba" @@ -141124,15 +141260,15 @@ }, "right": { "type": "StringLiteral", - "start": 88176, - "end": 88180, + "start": 90566, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 62 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, @@ -141148,15 +141284,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"", - "start": 88068, - "end": 88113, + "start": 90458, + "end": 90503, "loc": { "start": { - "line": 1941, + "line": 1983, "column": 44 }, "end": { - "line": 1941, + "line": 1983, "column": 89 } } @@ -141168,43 +141304,43 @@ }, "alternate": { "type": "IfStatement", - "start": 88268, - "end": 88658, + "start": 90658, + "end": 91048, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 40 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88273, - "end": 88282, + "start": 90663, + "end": 90672, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 45 }, "end": { - "line": 1944, + "line": 1986, "column": 54 } }, "left": { "type": "Identifier", - "start": 88273, - "end": 88276, + "start": 90663, + "end": 90666, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 45 }, "end": { - "line": 1944, + "line": 1986, "column": 48 }, "identifierName": "_sx" @@ -141214,15 +141350,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 88279, - "end": 88282, + "start": 90669, + "end": 90672, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 51 }, "end": { - "line": 1944, + "line": 1986, "column": 54 }, "identifierName": "_ex" @@ -141232,73 +141368,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88285, - "end": 88474, + "start": 90675, + "end": 90864, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 57 }, "end": { - "line": 1947, + "line": 1989, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88407, - "end": 88432, + "start": 90797, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 88407, - "end": 88432, + "start": 90797, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88407, - "end": 88422, + "start": 90797, + "end": 90812, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 59 } }, "object": { "type": "Identifier", - "start": 88407, - "end": 88417, + "start": 90797, + "end": 90807, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 54 }, "identifierName": "_curveType" @@ -141308,15 +141444,15 @@ }, "property": { "type": "Identifier", - "start": 88418, - "end": 88421, + "start": 90808, + "end": 90811, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 55 }, "end": { - "line": 1946, + "line": 1988, "column": 58 }, "identifierName": "_ba" @@ -141328,15 +141464,15 @@ }, "right": { "type": "StringLiteral", - "start": 88425, - "end": 88432, + "start": 90815, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 62 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, @@ -141352,15 +141488,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"", - "start": 88331, - "end": 88362, + "start": 90721, + "end": 90752, "loc": { "start": { - "line": 1945, + "line": 1987, "column": 44 }, "end": { - "line": 1945, + "line": 1987, "column": 75 } } @@ -141372,73 +141508,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 88480, - "end": 88658, + "start": 90870, + "end": 91048, "loc": { "start": { - "line": 1947, + "line": 1989, "column": 47 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88594, - "end": 88616, + "start": 90984, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 88594, - "end": 88616, + "start": 90984, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88594, - "end": 88609, + "start": 90984, + "end": 90999, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 59 } }, "object": { "type": "Identifier", - "start": 88594, - "end": 88604, + "start": 90984, + "end": 90994, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 54 }, "identifierName": "_curveType" @@ -141448,15 +141584,15 @@ }, "property": { "type": "Identifier", - "start": 88605, - "end": 88608, + "start": 90995, + "end": 90998, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 55 }, "end": { - "line": 1949, + "line": 1991, "column": 58 }, "identifierName": "_ba" @@ -141468,15 +141604,15 @@ }, "right": { "type": "NullLiteral", - "start": 88612, - "end": 88616, + "start": 91002, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 62 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } } @@ -141487,15 +141623,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直上 \"│\" to top", - "start": 88526, - "end": 88549, + "start": 90916, + "end": 90939, "loc": { "start": { - "line": 1948, + "line": 1990, "column": 44 }, "end": { - "line": 1948, + "line": 1990, "column": 67 } } @@ -141510,15 +141646,15 @@ { "type": "CommentLine", "value": " 連結点が自分より上にある", - "start": 87949, - "end": 87964, + "start": 90339, + "end": 90354, "loc": { "start": { - "line": 1939, + "line": 1981, "column": 40 }, "end": { - "line": 1939, + "line": 1981, "column": 55 } } @@ -141530,43 +141666,43 @@ }, "alternate": { "type": "IfStatement", - "start": 88738, - "end": 89755, + "start": 91128, + "end": 92145, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 36 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 88743, - "end": 88752, + "start": 91133, + "end": 91142, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 41 }, "end": { - "line": 1952, + "line": 1994, "column": 50 } }, "left": { "type": "Identifier", - "start": 88743, - "end": 88746, + "start": 91133, + "end": 91136, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 41 }, "end": { - "line": 1952, + "line": 1994, "column": 44 }, "identifierName": "_sy" @@ -141576,15 +141712,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 88749, - "end": 88752, + "start": 91139, + "end": 91142, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 47 }, "end": { - "line": 1952, + "line": 1994, "column": 50 }, "identifierName": "_ey" @@ -141594,58 +141730,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 88755, - "end": 89547, + "start": 91145, + "end": 91937, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 53 }, "end": { - "line": 1965, + "line": 2007, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 88853, - "end": 89509, + "start": 91243, + "end": 91899, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 40 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88858, - "end": 88867, + "start": 91248, + "end": 91257, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 45 }, "end": { - "line": 1954, + "line": 1996, "column": 54 } }, "left": { "type": "Identifier", - "start": 88858, - "end": 88861, + "start": 91248, + "end": 91251, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 45 }, "end": { - "line": 1954, + "line": 1996, "column": 48 }, "identifierName": "_sx" @@ -141656,15 +141792,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 88864, - "end": 88867, + "start": 91254, + "end": 91257, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 51 }, "end": { - "line": 1954, + "line": 1996, "column": 54 }, "identifierName": "_ex" @@ -141675,73 +141811,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88870, - "end": 89070, + "start": 91260, + "end": 91460, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 57 }, "end": { - "line": 1957, + "line": 1999, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89006, - "end": 89028, + "start": 91396, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 89006, - "end": 89028, + "start": 91396, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89006, - "end": 89021, + "start": 91396, + "end": 91411, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 59 } }, "object": { "type": "Identifier", - "start": 89006, - "end": 89016, + "start": 91396, + "end": 91406, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 54 }, "identifierName": "_curveType" @@ -141751,15 +141887,15 @@ }, "property": { "type": "Identifier", - "start": 89017, - "end": 89020, + "start": 91407, + "end": 91410, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 55 }, "end": { - "line": 1956, + "line": 1998, "column": 58 }, "identifierName": "_ba" @@ -141771,15 +141907,15 @@ }, "right": { "type": "StringLiteral", - "start": 89024, - "end": 89028, + "start": 91414, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 62 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, @@ -141795,15 +141931,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"", - "start": 88916, - "end": 88961, + "start": 91306, + "end": 91351, "loc": { "start": { - "line": 1955, + "line": 1997, "column": 44 }, "end": { - "line": 1955, + "line": 1997, "column": 89 } } @@ -141815,43 +141951,43 @@ }, "alternate": { "type": "IfStatement", - "start": 89116, - "end": 89509, + "start": 91506, + "end": 91899, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 40 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 89121, - "end": 89130, + "start": 91511, + "end": 91520, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 45 }, "end": { - "line": 1958, + "line": 2000, "column": 54 } }, "left": { "type": "Identifier", - "start": 89121, - "end": 89124, + "start": 91511, + "end": 91514, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 45 }, "end": { - "line": 1958, + "line": 2000, "column": 48 }, "identifierName": "_sx" @@ -141861,15 +141997,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 89127, - "end": 89130, + "start": 91517, + "end": 91520, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 51 }, "end": { - "line": 1958, + "line": 2000, "column": 54 }, "identifierName": "_ex" @@ -141879,73 +142015,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 89133, - "end": 89322, + "start": 91523, + "end": 91712, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 57 }, "end": { - "line": 1961, + "line": 2003, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89255, - "end": 89280, + "start": 91645, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 89255, - "end": 89280, + "start": 91645, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89255, - "end": 89270, + "start": 91645, + "end": 91660, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 59 } }, "object": { "type": "Identifier", - "start": 89255, - "end": 89265, + "start": 91645, + "end": 91655, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 54 }, "identifierName": "_curveType" @@ -141955,15 +142091,15 @@ }, "property": { "type": "Identifier", - "start": 89266, - "end": 89269, + "start": 91656, + "end": 91659, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 55 }, "end": { - "line": 1960, + "line": 2002, "column": 58 }, "identifierName": "_ba" @@ -141975,15 +142111,15 @@ }, "right": { "type": "StringLiteral", - "start": 89273, - "end": 89280, + "start": 91663, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 62 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, @@ -141999,15 +142135,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂_\" as \"rt+rb\"", - "start": 89179, - "end": 89210, + "start": 91569, + "end": 91600, "loc": { "start": { - "line": 1959, + "line": 2001, "column": 44 }, "end": { - "line": 1959, + "line": 2001, "column": 75 } } @@ -142019,73 +142155,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 89328, - "end": 89509, + "start": 91718, + "end": 91899, "loc": { "start": { - "line": 1961, + "line": 2003, "column": 47 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89445, - "end": 89467, + "start": 91835, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 89445, - "end": 89467, + "start": 91835, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89445, - "end": 89460, + "start": 91835, + "end": 91850, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 59 } }, "object": { "type": "Identifier", - "start": 89445, - "end": 89455, + "start": 91835, + "end": 91845, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 54 }, "identifierName": "_curveType" @@ -142095,15 +142231,15 @@ }, "property": { "type": "Identifier", - "start": 89456, - "end": 89459, + "start": 91846, + "end": 91849, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 55 }, "end": { - "line": 1963, + "line": 2005, "column": 58 }, "identifierName": "_ba" @@ -142115,15 +142251,15 @@ }, "right": { "type": "NullLiteral", - "start": 89463, - "end": 89467, + "start": 91853, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 62 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } } @@ -142134,15 +142270,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直下 \"│\" to bottom", - "start": 89374, - "end": 89400, + "start": 91764, + "end": 91790, "loc": { "start": { - "line": 1962, + "line": 2004, "column": 44 }, "end": { - "line": 1962, + "line": 2004, "column": 70 } } @@ -142157,15 +142293,15 @@ { "type": "CommentLine", "value": " 連結点が自分より下にある", - "start": 88797, - "end": 88812, + "start": 91187, + "end": 91202, "loc": { "start": { - "line": 1953, + "line": 1995, "column": 40 }, "end": { - "line": 1953, + "line": 1995, "column": 55 } } @@ -142177,73 +142313,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 89553, - "end": 89755, + "start": 91943, + "end": 92145, "loc": { "start": { - "line": 1965, + "line": 2007, "column": 43 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "body": [ { "type": "ExpressionStatement", - "start": 89695, - "end": 89717, + "start": 92085, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 89695, - "end": 89717, + "start": 92085, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89695, - "end": 89710, + "start": 92085, + "end": 92100, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 55 } }, "object": { "type": "Identifier", - "start": 89695, - "end": 89705, + "start": 92085, + "end": 92095, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 50 }, "identifierName": "_curveType" @@ -142253,15 +142389,15 @@ }, "property": { "type": "Identifier", - "start": 89706, - "end": 89709, + "start": 92096, + "end": 92099, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 51 }, "end": { - "line": 1967, + "line": 2009, "column": 54 }, "identifierName": "_ba" @@ -142273,15 +142409,15 @@ }, "right": { "type": "NullLiteral", - "start": 89713, - "end": 89717, + "start": 92103, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 58 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } } @@ -142292,15 +142428,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 89595, - "end": 89654, + "start": 91985, + "end": 92044, "loc": { "start": { - "line": 1966, + "line": 2008, "column": 40 }, "end": { - "line": 1966, + "line": 2008, "column": 99 } } @@ -142315,15 +142451,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 87791, - "end": 87853, + "start": 90181, + "end": 90243, "loc": { "start": { - "line": 1937, + "line": 1979, "column": 36 }, "end": { - "line": 1937, + "line": 1979, "column": 98 } } @@ -142335,43 +142471,43 @@ }, "alternate": { "type": "IfStatement", - "start": 89827, - "end": 92276, + "start": 92217, + "end": 94666, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 32 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 89832, - "end": 89847, + "start": 92222, + "end": 92237, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 37 }, "end": { - "line": 1970, + "line": 2012, "column": 52 } }, "left": { "type": "Identifier", - "start": 89832, - "end": 89835, + "start": 92222, + "end": 92225, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 37 }, "end": { - "line": 1970, + "line": 2012, "column": 40 }, "identifierName": "_ba" @@ -142381,15 +142517,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 89840, - "end": 89847, + "start": 92230, + "end": 92237, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 45 }, "end": { - "line": 1970, + "line": 2012, "column": 52 } }, @@ -142402,58 +142538,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 89850, - "end": 92276, + "start": 92240, + "end": 94666, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 55 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "body": [ { "type": "IfStatement", - "start": 89986, - "end": 92242, + "start": 92376, + "end": 94632, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 36 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 89991, - "end": 90000, + "start": 92381, + "end": 92390, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 41 }, "end": { - "line": 1972, + "line": 2014, "column": 50 } }, "left": { "type": "Identifier", - "start": 89991, - "end": 89994, + "start": 92381, + "end": 92384, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 41 }, "end": { - "line": 1972, + "line": 2014, "column": 44 }, "identifierName": "_sy" @@ -142464,15 +142600,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 89997, - "end": 90000, + "start": 92387, + "end": 92390, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 47 }, "end": { - "line": 1972, + "line": 2014, "column": 50 }, "identifierName": "_ey" @@ -142483,58 +142619,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 90003, - "end": 90999, + "start": 92393, + "end": 93389, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 53 }, "end": { - "line": 1985, + "line": 2027, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 90148, - "end": 90961, + "start": 92538, + "end": 93351, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 40 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 90153, - "end": 90162, + "start": 92543, + "end": 92552, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 45 }, "end": { - "line": 1974, + "line": 2016, "column": 54 } }, "left": { "type": "Identifier", - "start": 90153, - "end": 90156, + "start": 92543, + "end": 92546, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 45 }, "end": { - "line": 1974, + "line": 2016, "column": 48 }, "identifierName": "_sx" @@ -142545,15 +142681,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 90159, - "end": 90162, + "start": 92549, + "end": 92552, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 51 }, "end": { - "line": 1974, + "line": 2016, "column": 54 }, "identifierName": "_ex" @@ -142564,73 +142700,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 90165, - "end": 90417, + "start": 92555, + "end": 92807, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 57 }, "end": { - "line": 1977, + "line": 2019, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90353, - "end": 90375, + "start": 92743, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 90353, - "end": 90375, + "start": 92743, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90353, - "end": 90368, + "start": 92743, + "end": 92758, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 59 } }, "object": { "type": "Identifier", - "start": 90353, - "end": 90363, + "start": 92743, + "end": 92753, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 54 }, "identifierName": "_curveType" @@ -142640,15 +142776,15 @@ }, "property": { "type": "Identifier", - "start": 90364, - "end": 90367, + "start": 92754, + "end": 92757, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 55 }, "end": { - "line": 1976, + "line": 2018, "column": 58 }, "identifierName": "_ba" @@ -142660,15 +142796,15 @@ }, "right": { "type": "StringLiteral", - "start": 90371, - "end": 90375, + "start": 92761, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 62 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, @@ -142684,15 +142820,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"", - "start": 90211, - "end": 90308, + "start": 92601, + "end": 92698, "loc": { "start": { - "line": 1975, + "line": 2017, "column": 44 }, "end": { - "line": 1975, + "line": 2017, "column": 141 } } @@ -142704,43 +142840,43 @@ }, "alternate": { "type": "IfStatement", - "start": 90463, - "end": 90961, + "start": 92853, + "end": 93351, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 40 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 90468, - "end": 90477, + "start": 92858, + "end": 92867, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 45 }, "end": { - "line": 1978, + "line": 2020, "column": 54 } }, "left": { "type": "Identifier", - "start": 90468, - "end": 90471, + "start": 92858, + "end": 92861, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 45 }, "end": { - "line": 1978, + "line": 2020, "column": 48 }, "identifierName": "_sx" @@ -142750,15 +142886,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 90474, - "end": 90477, + "start": 92864, + "end": 92867, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 51 }, "end": { - "line": 1978, + "line": 2020, "column": 54 }, "identifierName": "_ex" @@ -142768,73 +142904,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 90480, - "end": 90721, + "start": 92870, + "end": 93111, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 57 }, "end": { - "line": 1981, + "line": 2023, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90654, - "end": 90679, + "start": 93044, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 90654, - "end": 90679, + "start": 93044, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90654, - "end": 90669, + "start": 93044, + "end": 93059, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 59 } }, "object": { "type": "Identifier", - "start": 90654, - "end": 90664, + "start": 93044, + "end": 93054, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 54 }, "identifierName": "_curveType" @@ -142844,15 +142980,15 @@ }, "property": { "type": "Identifier", - "start": 90665, - "end": 90668, + "start": 93055, + "end": 93058, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 55 }, "end": { - "line": 1980, + "line": 2022, "column": 58 }, "identifierName": "_ba" @@ -142864,15 +143000,15 @@ }, "right": { "type": "StringLiteral", - "start": 90672, - "end": 90679, + "start": 93062, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 62 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, @@ -142888,15 +143024,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"", - "start": 90526, - "end": 90609, + "start": 92916, + "end": 92999, "loc": { "start": { - "line": 1979, + "line": 2021, "column": 44 }, "end": { - "line": 1979, + "line": 2021, "column": 127 } } @@ -142908,73 +143044,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 90727, - "end": 90961, + "start": 93117, + "end": 93351, "loc": { "start": { - "line": 1981, + "line": 2023, "column": 47 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90897, - "end": 90919, + "start": 93287, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 90897, - "end": 90919, + "start": 93287, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90897, - "end": 90912, + "start": 93287, + "end": 93302, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 59 } }, "object": { "type": "Identifier", - "start": 90897, - "end": 90907, + "start": 93287, + "end": 93297, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 54 }, "identifierName": "_curveType" @@ -142984,15 +143120,15 @@ }, "property": { "type": "Identifier", - "start": 90908, - "end": 90911, + "start": 93298, + "end": 93301, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 55 }, "end": { - "line": 1983, + "line": 2025, "column": 58 }, "identifierName": "_ba" @@ -143004,15 +143140,15 @@ }, "right": { "type": "NullLiteral", - "start": 90915, - "end": 90919, + "start": 93305, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 62 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } } @@ -143023,15 +143159,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom", - "start": 90773, - "end": 90852, + "start": 93163, + "end": 93242, "loc": { "start": { - "line": 1982, + "line": 2024, "column": 44 }, "end": { - "line": 1982, + "line": 2024, "column": 123 } } @@ -143046,15 +143182,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"under\" self (:> 連結点が自分の下にある", - "start": 90045, - "end": 90107, + "start": 92435, + "end": 92497, "loc": { "start": { - "line": 1973, + "line": 2015, "column": 40 }, "end": { - "line": 1973, + "line": 2015, "column": 102 } } @@ -143066,43 +143202,43 @@ }, "alternate": { "type": "IfStatement", - "start": 91041, - "end": 92242, + "start": 93431, + "end": 94632, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 36 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 91046, - "end": 91055, + "start": 93436, + "end": 93445, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 41 }, "end": { - "line": 1986, + "line": 2028, "column": 50 } }, "left": { "type": "Identifier", - "start": 91046, - "end": 91049, + "start": 93436, + "end": 93439, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 41 }, "end": { - "line": 1986, + "line": 2028, "column": 44 }, "identifierName": "_sy" @@ -143112,15 +143248,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 91052, - "end": 91055, + "start": 93442, + "end": 93445, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 47 }, "end": { - "line": 1986, + "line": 2028, "column": 50 }, "identifierName": "_ey" @@ -143130,58 +143266,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 91058, - "end": 92034, + "start": 93448, + "end": 94424, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 53 }, "end": { - "line": 1999, + "line": 2041, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 91204, - "end": 91996, + "start": 93594, + "end": 94386, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 40 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 91209, - "end": 91218, + "start": 93599, + "end": 93608, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 45 }, "end": { - "line": 1988, + "line": 2030, "column": 54 } }, "left": { "type": "Identifier", - "start": 91209, - "end": 91212, + "start": 93599, + "end": 93602, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 45 }, "end": { - "line": 1988, + "line": 2030, "column": 48 }, "identifierName": "_sx" @@ -143192,15 +143328,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 91215, - "end": 91218, + "start": 93605, + "end": 93608, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 51 }, "end": { - "line": 1988, + "line": 2030, "column": 54 }, "identifierName": "_ex" @@ -143211,73 +143347,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 91221, - "end": 91455, + "start": 93611, + "end": 93845, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 57 }, "end": { - "line": 1991, + "line": 2033, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91391, - "end": 91413, + "start": 93781, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 91391, - "end": 91413, + "start": 93781, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91391, - "end": 91406, + "start": 93781, + "end": 93796, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 59 } }, "object": { "type": "Identifier", - "start": 91391, - "end": 91401, + "start": 93781, + "end": 93791, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 54 }, "identifierName": "_curveType" @@ -143287,15 +143423,15 @@ }, "property": { "type": "Identifier", - "start": 91402, - "end": 91405, + "start": 93792, + "end": 93795, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 55 }, "end": { - "line": 1990, + "line": 2032, "column": 58 }, "identifierName": "_ba" @@ -143307,15 +143443,15 @@ }, "right": { "type": "StringLiteral", - "start": 91409, - "end": 91413, + "start": 93799, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 62 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, @@ -143331,15 +143467,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"", - "start": 91267, - "end": 91346, + "start": 93657, + "end": 93736, "loc": { "start": { - "line": 1989, + "line": 2031, "column": 44 }, "end": { - "line": 1989, + "line": 2031, "column": 123 } } @@ -143351,43 +143487,43 @@ }, "alternate": { "type": "IfStatement", - "start": 91501, - "end": 91996, + "start": 93891, + "end": 94386, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 40 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 91506, - "end": 91515, + "start": 93896, + "end": 93905, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 45 }, "end": { - "line": 1992, + "line": 2034, "column": 54 } }, "left": { "type": "Identifier", - "start": 91506, - "end": 91509, + "start": 93896, + "end": 93899, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 45 }, "end": { - "line": 1992, + "line": 2034, "column": 48 }, "identifierName": "_sx" @@ -143397,15 +143533,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 91512, - "end": 91515, + "start": 93902, + "end": 93905, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 51 }, "end": { - "line": 1992, + "line": 2034, "column": 54 }, "identifierName": "_ex" @@ -143415,73 +143551,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 91518, - "end": 91759, + "start": 93908, + "end": 94149, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 57 }, "end": { - "line": 1995, + "line": 2037, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91692, - "end": 91717, + "start": 94082, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 91692, - "end": 91717, + "start": 94082, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91692, - "end": 91707, + "start": 94082, + "end": 94097, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 59 } }, "object": { "type": "Identifier", - "start": 91692, - "end": 91702, + "start": 94082, + "end": 94092, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 54 }, "identifierName": "_curveType" @@ -143491,15 +143627,15 @@ }, "property": { "type": "Identifier", - "start": 91703, - "end": 91706, + "start": 94093, + "end": 94096, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 55 }, "end": { - "line": 1994, + "line": 2036, "column": 58 }, "identifierName": "_ba" @@ -143511,15 +143647,15 @@ }, "right": { "type": "StringLiteral", - "start": 91710, - "end": 91717, + "start": 94100, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 62 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, @@ -143535,15 +143671,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"", - "start": 91564, - "end": 91647, + "start": 93954, + "end": 94037, "loc": { "start": { - "line": 1993, + "line": 2035, "column": 44 }, "end": { - "line": 1993, + "line": 2035, "column": 127 } } @@ -143555,73 +143691,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 91765, - "end": 91996, + "start": 94155, + "end": 94386, "loc": { "start": { - "line": 1995, + "line": 2037, "column": 47 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91932, - "end": 91954, + "start": 94322, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 91932, - "end": 91954, + "start": 94322, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91932, - "end": 91947, + "start": 94322, + "end": 94337, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 59 } }, "object": { "type": "Identifier", - "start": 91932, - "end": 91942, + "start": 94322, + "end": 94332, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 54 }, "identifierName": "_curveType" @@ -143631,15 +143767,15 @@ }, "property": { "type": "Identifier", - "start": 91943, - "end": 91946, + "start": 94333, + "end": 94336, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 55 }, "end": { - "line": 1997, + "line": 2039, "column": 58 }, "identifierName": "_ba" @@ -143651,15 +143787,15 @@ }, "right": { "type": "NullLiteral", - "start": 91950, - "end": 91954, + "start": 94340, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 62 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } } @@ -143670,15 +143806,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top", - "start": 91811, - "end": 91887, + "start": 94201, + "end": 94277, "loc": { "start": { - "line": 1996, + "line": 2038, "column": 44 }, "end": { - "line": 1996, + "line": 2038, "column": 120 } } @@ -143693,15 +143829,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"above\" self (:> 連結点が自分より上にある", - "start": 91100, - "end": 91163, + "start": 93490, + "end": 93553, "loc": { "start": { - "line": 1987, + "line": 2029, "column": 40 }, "end": { - "line": 1987, + "line": 2029, "column": 103 } } @@ -143713,73 +143849,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 92040, - "end": 92242, + "start": 94430, + "end": 94632, "loc": { "start": { - "line": 1999, + "line": 2041, "column": 43 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "body": [ { "type": "ExpressionStatement", - "start": 92182, - "end": 92204, + "start": 94572, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 92182, - "end": 92204, + "start": 94572, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 92182, - "end": 92197, + "start": 94572, + "end": 94587, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 55 } }, "object": { "type": "Identifier", - "start": 92182, - "end": 92192, + "start": 94572, + "end": 94582, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 50 }, "identifierName": "_curveType" @@ -143789,15 +143925,15 @@ }, "property": { "type": "Identifier", - "start": 92193, - "end": 92196, + "start": 94583, + "end": 94586, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 51 }, "end": { - "line": 2001, + "line": 2043, "column": 54 }, "identifierName": "_ba" @@ -143809,15 +143945,15 @@ }, "right": { "type": "NullLiteral", - "start": 92200, - "end": 92204, + "start": 94590, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 58 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } } @@ -143828,15 +143964,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 92082, - "end": 92141, + "start": 94472, + "end": 94531, "loc": { "start": { - "line": 2000, + "line": 2042, "column": 40 }, "end": { - "line": 2000, + "line": 2042, "column": 99 } } @@ -143851,15 +143987,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 89888, - "end": 89949, + "start": 92278, + "end": 92339, "loc": { "start": { - "line": 1971, + "line": 2013, "column": 36 }, "end": { - "line": 1971, + "line": 2013, "column": 97 } } @@ -143875,15 +144011,15 @@ { "type": "CommentLine", "value": " Automatically set the necessary linearity type (:> 自動線形判定", - "start": 87574, - "end": 87634, + "start": 89964, + "end": 90024, "loc": { "start": { - "line": 1934, + "line": 1976, "column": 32 }, "end": { - "line": 1934, + "line": 1976, "column": 92 } } @@ -143891,15 +144027,15 @@ { "type": "CommentLine", "value": "console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )", - "start": 87635, - "end": 87696, + "start": 90025, + "end": 90086, "loc": { "start": { - "line": 1935, + "line": 1977, "column": 0 }, "end": { - "line": 1935, + "line": 1977, "column": 61 } } @@ -143914,15 +144050,15 @@ }, { "type": "BreakStatement", - "start": 92335, - "end": 92340, + "start": 94725, + "end": 94730, "loc": { "start": { - "line": 2005, + "line": 2047, "column": 28 }, "end": { - "line": 2005, + "line": 2047, "column": 33 } }, @@ -143931,43 +144067,43 @@ ], "test": { "type": "CallExpression", - "start": 86814, - "end": 86837, + "start": 89204, + "end": 89227, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 86814, - "end": 86829, + "start": 89204, + "end": 89219, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 44 } }, "object": { "type": "RegExpLiteral", - "start": 86814, - "end": 86824, + "start": 89204, + "end": 89214, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 39 } }, @@ -143979,15 +144115,15 @@ }, "property": { "type": "Identifier", - "start": 86825, - "end": 86829, + "start": 89215, + "end": 89219, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 40 }, "end": { - "line": 1923, + "line": 1965, "column": 44 }, "identifierName": "test" @@ -143999,15 +144135,15 @@ "arguments": [ { "type": "Identifier", - "start": 86831, - "end": 86835, + "start": 89221, + "end": 89225, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 46 }, "end": { - "line": 1923, + "line": 1965, "column": 50 }, "identifierName": "_key" @@ -144025,71 +144161,71 @@ }, { "type": "IfStatement", - "start": 92397, - "end": 92542, + "start": 94787, + "end": 94932, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 16 }, "end": { - "line": 2010, + "line": 2052, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 92402, - "end": 92440, + "start": 94792, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 59 } }, "left": { "type": "CallExpression", - "start": 92402, - "end": 92423, + "start": 94792, + "end": 94813, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 92402, - "end": 92410, + "start": 94792, + "end": 94800, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 29 } }, "object": { "type": "Identifier", - "start": 92402, - "end": 92406, + "start": 94792, + "end": 94796, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 25 }, "identifierName": "Math" @@ -144098,15 +144234,15 @@ }, "property": { "type": "Identifier", - "start": 92407, - "end": 92410, + "start": 94797, + "end": 94800, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 26 }, "end": { - "line": 2008, + "line": 2050, "column": 29 }, "identifierName": "abs" @@ -144118,29 +144254,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92412, - "end": 92421, + "start": 94802, + "end": 94811, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 31 }, "end": { - "line": 2008, + "line": 2050, "column": 40 } }, "left": { "type": "Identifier", - "start": 92412, - "end": 92415, + "start": 94802, + "end": 94805, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 31 }, "end": { - "line": 2008, + "line": 2050, "column": 34 }, "identifierName": "_ey" @@ -144150,15 +144286,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92418, - "end": 92421, + "start": 94808, + "end": 94811, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 37 }, "end": { - "line": 2008, + "line": 2050, "column": 40 }, "identifierName": "_sy" @@ -144171,29 +144307,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 92426, - "end": 92440, + "start": 94816, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 45 }, "end": { - "line": 2008, + "line": 2050, "column": 59 } }, "object": { "type": "Identifier", - "start": 92426, - "end": 92432, + "start": 94816, + "end": 94822, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 45 }, "end": { - "line": 2008, + "line": 2050, "column": 51 }, "identifierName": "_props" @@ -144202,15 +144338,15 @@ }, "property": { "type": "Identifier", - "start": 92433, - "end": 92440, + "start": 94823, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 52 }, "end": { - "line": 2008, + "line": 2050, "column": 59 }, "identifierName": "rowSize" @@ -144222,59 +144358,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 92443, - "end": 92542, + "start": 94833, + "end": 94932, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 62 }, "end": { - "line": 2010, + "line": 2052, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 92465, - "end": 92524, + "start": 94855, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 92465, - "end": 92524, + "start": 94855, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 92465, - "end": 92468, + "start": 94855, + "end": 94858, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 23 }, "identifierName": "_ey" @@ -144283,43 +144419,43 @@ }, "right": { "type": "CallExpression", - "start": 92472, - "end": 92524, + "start": 94862, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 92472, - "end": 92482, + "start": 94862, + "end": 94872, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 37 } }, "object": { "type": "Identifier", - "start": 92472, - "end": 92476, + "start": 94862, + "end": 94866, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 31 }, "identifierName": "Math" @@ -144328,15 +144464,15 @@ }, "property": { "type": "Identifier", - "start": 92477, - "end": 92482, + "start": 94867, + "end": 94872, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 32 }, "end": { - "line": 2009, + "line": 2051, "column": 37 }, "identifierName": "floor" @@ -144348,57 +144484,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92484, - "end": 92522, + "start": 94874, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 77 } }, "left": { "type": "CallExpression", - "start": 92484, - "end": 92505, + "start": 94874, + "end": 94895, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92484, - "end": 92492, + "start": 94874, + "end": 94882, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 47 } }, "object": { "type": "Identifier", - "start": 92484, - "end": 92488, + "start": 94874, + "end": 94878, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 43 }, "identifierName": "Math" @@ -144407,15 +144543,15 @@ }, "property": { "type": "Identifier", - "start": 92489, - "end": 92492, + "start": 94879, + "end": 94882, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 44 }, "end": { - "line": 2009, + "line": 2051, "column": 47 }, "identifierName": "abs" @@ -144427,29 +144563,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92494, - "end": 92503, + "start": 94884, + "end": 94893, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 49 }, "end": { - "line": 2009, + "line": 2051, "column": 58 } }, "left": { "type": "Identifier", - "start": 92494, - "end": 92497, + "start": 94884, + "end": 94887, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 49 }, "end": { - "line": 2009, + "line": 2051, "column": 52 }, "identifierName": "_ey" @@ -144459,15 +144595,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92500, - "end": 92503, + "start": 94890, + "end": 94893, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 55 }, "end": { - "line": 2009, + "line": 2051, "column": 58 }, "identifierName": "_sy" @@ -144480,29 +144616,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 92508, - "end": 92522, + "start": 94898, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 63 }, "end": { - "line": 2009, + "line": 2051, "column": 77 } }, "object": { "type": "Identifier", - "start": 92508, - "end": 92514, + "start": 94898, + "end": 94904, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 63 }, "end": { - "line": 2009, + "line": 2051, "column": 69 }, "identifierName": "_props" @@ -144511,15 +144647,15 @@ }, "property": { "type": "Identifier", - "start": 92515, - "end": 92522, + "start": 94905, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 70 }, "end": { - "line": 2009, + "line": 2051, "column": 77 }, "identifierName": "rowSize" @@ -144540,57 +144676,57 @@ }, { "type": "ExpressionStatement", - "start": 92559, - "end": 92584, + "start": 94949, + "end": 94974, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 92559, - "end": 92584, + "start": 94949, + "end": 94974, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 92559, - "end": 92582, + "start": 94949, + "end": 94972, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 39 } }, "object": { "type": "Identifier", - "start": 92559, - "end": 92572, + "start": 94949, + "end": 94962, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 29 }, "identifierName": "ctx_relations" @@ -144599,15 +144735,15 @@ }, "property": { "type": "Identifier", - "start": 92573, - "end": 92582, + "start": 94963, + "end": 94972, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 30 }, "end": { - "line": 2011, + "line": 2053, "column": 39 }, "identifierName": "beginPath" @@ -144621,29 +144757,29 @@ }, { "type": "IfStatement", - "start": 92601, - "end": 97489, + "start": 94991, + "end": 99879, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 16 }, "end": { - "line": 2085, + "line": 2127, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 92606, - "end": 92635, + "start": 94996, + "end": 95025, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 21 }, "end": { - "line": 2012, + "line": 2054, "column": 50 } }, @@ -144651,58 +144787,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 92608, - "end": 92635, + "start": 94998, + "end": 95025, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 92608, - "end": 92621, + "start": 94998, + "end": 95011, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 92608, - "end": 92612, + "start": 94998, + "end": 95002, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 27 } } }, "property": { "type": "Identifier", - "start": 92613, - "end": 92621, + "start": 95003, + "end": 95011, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 28 }, "end": { - "line": 2012, + "line": 2054, "column": 36 }, "identifierName": "is_empty" @@ -144714,15 +144850,15 @@ "arguments": [ { "type": "Identifier", - "start": 92623, - "end": 92633, + "start": 95013, + "end": 95023, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 38 }, "end": { - "line": 2012, + "line": 2054, "column": 48 }, "identifierName": "_curveType" @@ -144737,44 +144873,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 92638, - "end": 97358, + "start": 95028, + "end": 99748, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 53 }, "end": { - "line": 2082, + "line": 2124, "column": 17 } }, "body": [ { "type": "SwitchStatement", - "start": 92733, - "end": 97340, + "start": 95123, + "end": 99730, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 20 }, "end": { - "line": 2081, + "line": 2123, "column": 21 } }, "discriminant": { "type": "BooleanLiteral", - "start": 92742, - "end": 92746, + "start": 95132, + "end": 95136, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 29 }, "end": { - "line": 2014, + "line": 2056, "column": 33 } }, @@ -144784,72 +144920,72 @@ "cases": [ { "type": "SwitchCase", - "start": 92775, - "end": 93515, + "start": 95165, + "end": 95905, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 24 }, "end": { - "line": 2026, + "line": 2068, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 92866, - "end": 92898, + "start": 95256, + "end": 95288, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 92866, - "end": 92898, + "start": 95256, + "end": 95288, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92866, - "end": 92886, + "start": 95256, + "end": 95276, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 48 } }, "object": { "type": "Identifier", - "start": 92866, - "end": 92879, + "start": 95256, + "end": 95269, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 41 }, "identifierName": "ctx_relations" @@ -144859,15 +144995,15 @@ }, "property": { "type": "Identifier", - "start": 92880, - "end": 92886, + "start": 95270, + "end": 95276, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 42 }, "end": { - "line": 2016, + "line": 2058, "column": 48 }, "identifierName": "moveTo" @@ -144880,15 +145016,15 @@ "arguments": [ { "type": "Identifier", - "start": 92888, - "end": 92891, + "start": 95278, + "end": 95281, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 50 }, "end": { - "line": 2016, + "line": 2058, "column": 53 }, "identifierName": "_sx" @@ -144897,15 +145033,15 @@ }, { "type": "Identifier", - "start": 92893, - "end": 92896, + "start": 95283, + "end": 95286, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 55 }, "end": { - "line": 2016, + "line": 2058, "column": 58 }, "identifierName": "_sy" @@ -144919,15 +145055,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)┌(_sx,_sy)\"", - "start": 92813, - "end": 92837, + "start": 95203, + "end": 95227, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 62 }, "end": { - "line": 2015, + "line": 2057, "column": 86 } } @@ -144936,71 +145072,71 @@ }, { "type": "IfStatement", - "start": 92927, - "end": 93079, + "start": 95317, + "end": 95469, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 28 }, "end": { - "line": 2019, + "line": 2061, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 92932, - "end": 92963, + "start": 95322, + "end": 95353, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 64 } }, "left": { "type": "CallExpression", - "start": 92932, - "end": 92953, + "start": 95322, + "end": 95343, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 92932, - "end": 92940, + "start": 95322, + "end": 95330, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 41 } }, "object": { "type": "Identifier", - "start": 92932, - "end": 92936, + "start": 95322, + "end": 95326, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 37 }, "identifierName": "Math" @@ -145009,15 +145145,15 @@ }, "property": { "type": "Identifier", - "start": 92937, - "end": 92940, + "start": 95327, + "end": 95330, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 38 }, "end": { - "line": 2017, + "line": 2059, "column": 41 }, "identifierName": "abs" @@ -145029,29 +145165,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92942, - "end": 92951, + "start": 95332, + "end": 95341, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 43 }, "end": { - "line": 2017, + "line": 2059, "column": 52 } }, "left": { "type": "Identifier", - "start": 92942, - "end": 92945, + "start": 95332, + "end": 95335, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 43 }, "end": { - "line": 2017, + "line": 2059, "column": 46 }, "identifierName": "_sx" @@ -145061,15 +145197,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92948, - "end": 92951, + "start": 95338, + "end": 95341, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 49 }, "end": { - "line": 2017, + "line": 2059, "column": 52 }, "identifierName": "_ex" @@ -145082,15 +145218,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 92956, - "end": 92963, + "start": 95346, + "end": 95353, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 57 }, "end": { - "line": 2017, + "line": 2059, "column": 64 }, "identifierName": "_radius" @@ -145100,72 +145236,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 92966, - "end": 93079, + "start": 95356, + "end": 95469, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 67 }, "end": { - "line": 2019, + "line": 2061, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93000, - "end": 93042, + "start": 95390, + "end": 95432, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 93000, - "end": 93042, + "start": 95390, + "end": 95432, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 93000, - "end": 93020, + "start": 95390, + "end": 95410, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 52 } }, "object": { "type": "Identifier", - "start": 93000, - "end": 93013, + "start": 95390, + "end": 95403, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 45 }, "identifierName": "ctx_relations" @@ -145174,15 +145310,15 @@ }, "property": { "type": "Identifier", - "start": 93014, - "end": 93020, + "start": 95404, + "end": 95410, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 46 }, "end": { - "line": 2018, + "line": 2060, "column": 52 }, "identifierName": "lineTo" @@ -145194,29 +145330,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93022, - "end": 93035, + "start": 95412, + "end": 95425, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 54 }, "end": { - "line": 2018, + "line": 2060, "column": 67 } }, "left": { "type": "Identifier", - "start": 93022, - "end": 93025, + "start": 95412, + "end": 95415, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 54 }, "end": { - "line": 2018, + "line": 2060, "column": 57 }, "identifierName": "_ex" @@ -145226,15 +145362,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93028, - "end": 93035, + "start": 95418, + "end": 95425, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 60 }, "end": { - "line": 2018, + "line": 2060, "column": 67 }, "identifierName": "_radius" @@ -145244,15 +145380,15 @@ }, { "type": "Identifier", - "start": 93037, - "end": 93040, + "start": 95427, + "end": 95430, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 69 }, "end": { - "line": 2018, + "line": 2060, "column": 72 }, "identifierName": "_sy" @@ -145266,15 +145402,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93043, - "end": 93049, + "start": 95433, + "end": 95439, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 75 }, "end": { - "line": 2018, + "line": 2060, "column": 81 } } @@ -145288,71 +145424,71 @@ }, { "type": "IfStatement", - "start": 93108, - "end": 93481, + "start": 95498, + "end": 95871, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 28 }, "end": { - "line": 2025, + "line": 2067, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93113, - "end": 93144, + "start": 95503, + "end": 95534, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93113, - "end": 93134, + "start": 95503, + "end": 95524, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93113, - "end": 93121, + "start": 95503, + "end": 95511, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 41 } }, "object": { "type": "Identifier", - "start": 93113, - "end": 93117, + "start": 95503, + "end": 95507, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 37 }, "identifierName": "Math" @@ -145361,15 +145497,15 @@ }, "property": { "type": "Identifier", - "start": 93118, - "end": 93121, + "start": 95508, + "end": 95511, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 38 }, "end": { - "line": 2020, + "line": 2062, "column": 41 }, "identifierName": "abs" @@ -145381,29 +145517,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93123, - "end": 93132, + "start": 95513, + "end": 95522, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 43 }, "end": { - "line": 2020, + "line": 2062, "column": 52 } }, "left": { "type": "Identifier", - "start": 93123, - "end": 93126, + "start": 95513, + "end": 95516, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 43 }, "end": { - "line": 2020, + "line": 2062, "column": 46 }, "identifierName": "_ey" @@ -145413,15 +145549,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93129, - "end": 93132, + "start": 95519, + "end": 95522, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 49 }, "end": { - "line": 2020, + "line": 2062, "column": 52 }, "identifierName": "_sy" @@ -145434,15 +145570,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93137, - "end": 93144, + "start": 95527, + "end": 95534, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 57 }, "end": { - "line": 2020, + "line": 2062, "column": 64 }, "identifierName": "_radius" @@ -145452,72 +145588,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93147, - "end": 93352, + "start": 95537, + "end": 95742, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 67 }, "end": { - "line": 2023, + "line": 2065, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93181, - "end": 93243, + "start": 95571, + "end": 95633, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 93181, - "end": 93243, + "start": 95571, + "end": 95633, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 93181, - "end": 93211, + "start": 95571, + "end": 95601, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 62 } }, "object": { "type": "Identifier", - "start": 93181, - "end": 93194, + "start": 95571, + "end": 95584, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 45 }, "identifierName": "ctx_relations" @@ -145526,15 +145662,15 @@ }, "property": { "type": "Identifier", - "start": 93195, - "end": 93211, + "start": 95585, + "end": 95601, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 46 }, "end": { - "line": 2021, + "line": 2063, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -145546,15 +145682,15 @@ "arguments": [ { "type": "Identifier", - "start": 93213, - "end": 93216, + "start": 95603, + "end": 95606, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 64 }, "end": { - "line": 2021, + "line": 2063, "column": 67 }, "identifierName": "_ex" @@ -145563,15 +145699,15 @@ }, { "type": "Identifier", - "start": 93218, - "end": 93221, + "start": 95608, + "end": 95611, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 69 }, "end": { - "line": 2021, + "line": 2063, "column": 72 }, "identifierName": "_sy" @@ -145580,15 +145716,15 @@ }, { "type": "Identifier", - "start": 93223, - "end": 93226, + "start": 95613, + "end": 95616, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 74 }, "end": { - "line": 2021, + "line": 2063, "column": 77 }, "identifierName": "_ex" @@ -145597,29 +145733,29 @@ }, { "type": "BinaryExpression", - "start": 93228, - "end": 93241, + "start": 95618, + "end": 95631, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 79 }, "end": { - "line": 2021, + "line": 2063, "column": 92 } }, "left": { "type": "Identifier", - "start": 93228, - "end": 93231, + "start": 95618, + "end": 95621, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 79 }, "end": { - "line": 2021, + "line": 2063, "column": 82 }, "identifierName": "_sy" @@ -145629,15 +145765,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 93234, - "end": 93241, + "start": 95624, + "end": 95631, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 85 }, "end": { - "line": 2021, + "line": 2063, "column": 92 }, "identifierName": "_radius" @@ -145652,15 +145788,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -145669,57 +145805,57 @@ }, { "type": "ExpressionStatement", - "start": 93283, - "end": 93315, + "start": 95673, + "end": 95705, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 93283, - "end": 93315, + "start": 95673, + "end": 95705, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 93283, - "end": 93303, + "start": 95673, + "end": 95693, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 52 } }, "object": { "type": "Identifier", - "start": 93283, - "end": 93296, + "start": 95673, + "end": 95686, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 45 }, "identifierName": "ctx_relations" @@ -145729,15 +145865,15 @@ }, "property": { "type": "Identifier", - "start": 93297, - "end": 93303, + "start": 95687, + "end": 95693, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 46 }, "end": { - "line": 2022, + "line": 2064, "column": 52 }, "identifierName": "lineTo" @@ -145750,15 +145886,15 @@ "arguments": [ { "type": "Identifier", - "start": 93305, - "end": 93308, + "start": 95695, + "end": 95698, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 54 }, "end": { - "line": 2022, + "line": 2064, "column": 57 }, "identifierName": "_ex" @@ -145767,15 +145903,15 @@ }, { "type": "Identifier", - "start": 93310, - "end": 93313, + "start": 95700, + "end": 95703, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 59 }, "end": { - "line": 2022, + "line": 2064, "column": 62 }, "identifierName": "_ey" @@ -145790,15 +145926,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -145808,15 +145944,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 93316, - "end": 93322, + "start": 95706, + "end": 95712, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 65 }, "end": { - "line": 2022, + "line": 2064, "column": 71 } } @@ -145828,72 +145964,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 93358, - "end": 93481, + "start": 95748, + "end": 95871, "loc": { "start": { - "line": 2023, + "line": 2065, "column": 35 }, "end": { - "line": 2025, + "line": 2067, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93392, - "end": 93444, + "start": 95782, + "end": 95834, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 93392, - "end": 93444, + "start": 95782, + "end": 95834, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 93392, - "end": 93422, + "start": 95782, + "end": 95812, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 62 } }, "object": { "type": "Identifier", - "start": 93392, - "end": 93405, + "start": 95782, + "end": 95795, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 45 }, "identifierName": "ctx_relations" @@ -145902,15 +146038,15 @@ }, "property": { "type": "Identifier", - "start": 93406, - "end": 93422, + "start": 95796, + "end": 95812, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 46 }, "end": { - "line": 2024, + "line": 2066, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -145922,15 +146058,15 @@ "arguments": [ { "type": "Identifier", - "start": 93424, - "end": 93427, + "start": 95814, + "end": 95817, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 64 }, "end": { - "line": 2024, + "line": 2066, "column": 67 }, "identifierName": "_ex" @@ -145939,15 +146075,15 @@ }, { "type": "Identifier", - "start": 93429, - "end": 93432, + "start": 95819, + "end": 95822, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 69 }, "end": { - "line": 2024, + "line": 2066, "column": 72 }, "identifierName": "_sy" @@ -145956,15 +146092,15 @@ }, { "type": "Identifier", - "start": 93434, - "end": 93437, + "start": 95824, + "end": 95827, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 74 }, "end": { - "line": 2024, + "line": 2066, "column": 77 }, "identifierName": "_ex" @@ -145973,15 +146109,15 @@ }, { "type": "Identifier", - "start": 93439, - "end": 93442, + "start": 95829, + "end": 95832, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 79 }, "end": { - "line": 2024, + "line": 2066, "column": 82 }, "identifierName": "_ey" @@ -145995,15 +146131,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93445, - "end": 93451, + "start": 95835, + "end": 95841, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 85 }, "end": { - "line": 2024, + "line": 2066, "column": 91 } } @@ -146016,15 +146152,15 @@ }, { "type": "BreakStatement", - "start": 93510, - "end": 93515, + "start": 95900, + "end": 95905, "loc": { "start": { - "line": 2026, + "line": 2068, "column": 28 }, "end": { - "line": 2026, + "line": 2068, "column": 33 } }, @@ -146033,43 +146169,43 @@ ], "test": { "type": "CallExpression", - "start": 92780, - "end": 92811, + "start": 95170, + "end": 95201, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92780, - "end": 92792, + "start": 95170, + "end": 95182, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 92780, - "end": 92787, + "start": 95170, + "end": 95177, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 36 } }, @@ -146081,15 +146217,15 @@ }, "property": { "type": "Identifier", - "start": 92788, - "end": 92792, + "start": 95178, + "end": 95182, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 37 }, "end": { - "line": 2015, + "line": 2057, "column": 41 }, "identifierName": "test" @@ -146101,29 +146237,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 92794, - "end": 92809, + "start": 95184, + "end": 95199, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 43 }, "end": { - "line": 2015, + "line": 2057, "column": 58 } }, "object": { "type": "Identifier", - "start": 92794, - "end": 92804, + "start": 95184, + "end": 95194, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 43 }, "end": { - "line": 2015, + "line": 2057, "column": 53 }, "identifierName": "_curveType" @@ -146132,15 +146268,15 @@ }, "property": { "type": "Identifier", - "start": 92805, - "end": 92808, + "start": 95195, + "end": 95198, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 54 }, "end": { - "line": 2015, + "line": 2057, "column": 57 }, "identifierName": "_ba" @@ -146154,72 +146290,72 @@ }, { "type": "SwitchCase", - "start": 93540, - "end": 94280, + "start": 95930, + "end": 96670, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 24 }, "end": { - "line": 2038, + "line": 2080, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 93631, - "end": 93663, + "start": 96021, + "end": 96053, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 93631, - "end": 93663, + "start": 96021, + "end": 96053, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 93631, - "end": 93651, + "start": 96021, + "end": 96041, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 48 } }, "object": { "type": "Identifier", - "start": 93631, - "end": 93644, + "start": 96021, + "end": 96034, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 41 }, "identifierName": "ctx_relations" @@ -146229,15 +146365,15 @@ }, "property": { "type": "Identifier", - "start": 93645, - "end": 93651, + "start": 96035, + "end": 96041, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 42 }, "end": { - "line": 2028, + "line": 2070, "column": 48 }, "identifierName": "moveTo" @@ -146250,15 +146386,15 @@ "arguments": [ { "type": "Identifier", - "start": 93653, - "end": 93656, + "start": 96043, + "end": 96046, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 50 }, "end": { - "line": 2028, + "line": 2070, "column": 53 }, "identifierName": "_sx" @@ -146267,15 +146403,15 @@ }, { "type": "Identifier", - "start": 93658, - "end": 93661, + "start": 96048, + "end": 96051, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 55 }, "end": { - "line": 2028, + "line": 2070, "column": 58 }, "identifierName": "_sy" @@ -146289,15 +146425,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)└(_sx,_sy)\"", - "start": 93578, - "end": 93602, + "start": 95968, + "end": 95992, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 62 }, "end": { - "line": 2027, + "line": 2069, "column": 86 } } @@ -146306,71 +146442,71 @@ }, { "type": "IfStatement", - "start": 93692, - "end": 93844, + "start": 96082, + "end": 96234, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 28 }, "end": { - "line": 2031, + "line": 2073, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93697, - "end": 93728, + "start": 96087, + "end": 96118, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93697, - "end": 93718, + "start": 96087, + "end": 96108, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93697, - "end": 93705, + "start": 96087, + "end": 96095, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 41 } }, "object": { "type": "Identifier", - "start": 93697, - "end": 93701, + "start": 96087, + "end": 96091, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 37 }, "identifierName": "Math" @@ -146379,15 +146515,15 @@ }, "property": { "type": "Identifier", - "start": 93702, - "end": 93705, + "start": 96092, + "end": 96095, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 38 }, "end": { - "line": 2029, + "line": 2071, "column": 41 }, "identifierName": "abs" @@ -146399,29 +146535,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93707, - "end": 93716, + "start": 96097, + "end": 96106, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 43 }, "end": { - "line": 2029, + "line": 2071, "column": 52 } }, "left": { "type": "Identifier", - "start": 93707, - "end": 93710, + "start": 96097, + "end": 96100, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 43 }, "end": { - "line": 2029, + "line": 2071, "column": 46 }, "identifierName": "_sx" @@ -146431,15 +146567,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93713, - "end": 93716, + "start": 96103, + "end": 96106, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 49 }, "end": { - "line": 2029, + "line": 2071, "column": 52 }, "identifierName": "_ex" @@ -146452,15 +146588,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93721, - "end": 93728, + "start": 96111, + "end": 96118, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 57 }, "end": { - "line": 2029, + "line": 2071, "column": 64 }, "identifierName": "_radius" @@ -146470,72 +146606,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93731, - "end": 93844, + "start": 96121, + "end": 96234, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 67 }, "end": { - "line": 2031, + "line": 2073, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93765, - "end": 93807, + "start": 96155, + "end": 96197, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 93765, - "end": 93807, + "start": 96155, + "end": 96197, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 93765, - "end": 93785, + "start": 96155, + "end": 96175, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 52 } }, "object": { "type": "Identifier", - "start": 93765, - "end": 93778, + "start": 96155, + "end": 96168, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 45 }, "identifierName": "ctx_relations" @@ -146544,15 +146680,15 @@ }, "property": { "type": "Identifier", - "start": 93779, - "end": 93785, + "start": 96169, + "end": 96175, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 46 }, "end": { - "line": 2030, + "line": 2072, "column": 52 }, "identifierName": "lineTo" @@ -146564,29 +146700,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93787, - "end": 93800, + "start": 96177, + "end": 96190, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 54 }, "end": { - "line": 2030, + "line": 2072, "column": 67 } }, "left": { "type": "Identifier", - "start": 93787, - "end": 93790, + "start": 96177, + "end": 96180, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 54 }, "end": { - "line": 2030, + "line": 2072, "column": 57 }, "identifierName": "_ex" @@ -146596,15 +146732,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 93793, - "end": 93800, + "start": 96183, + "end": 96190, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 60 }, "end": { - "line": 2030, + "line": 2072, "column": 67 }, "identifierName": "_radius" @@ -146614,15 +146750,15 @@ }, { "type": "Identifier", - "start": 93802, - "end": 93805, + "start": 96192, + "end": 96195, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 69 }, "end": { - "line": 2030, + "line": 2072, "column": 72 }, "identifierName": "_sy" @@ -146636,15 +146772,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93808, - "end": 93814, + "start": 96198, + "end": 96204, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 75 }, "end": { - "line": 2030, + "line": 2072, "column": 81 } } @@ -146658,71 +146794,71 @@ }, { "type": "IfStatement", - "start": 93873, - "end": 94246, + "start": 96263, + "end": 96636, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 28 }, "end": { - "line": 2037, + "line": 2079, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93878, - "end": 93909, + "start": 96268, + "end": 96299, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93878, - "end": 93899, + "start": 96268, + "end": 96289, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93878, - "end": 93886, + "start": 96268, + "end": 96276, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 41 } }, "object": { "type": "Identifier", - "start": 93878, - "end": 93882, + "start": 96268, + "end": 96272, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 37 }, "identifierName": "Math" @@ -146731,15 +146867,15 @@ }, "property": { "type": "Identifier", - "start": 93883, - "end": 93886, + "start": 96273, + "end": 96276, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 38 }, "end": { - "line": 2032, + "line": 2074, "column": 41 }, "identifierName": "abs" @@ -146751,29 +146887,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93888, - "end": 93897, + "start": 96278, + "end": 96287, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 43 }, "end": { - "line": 2032, + "line": 2074, "column": 52 } }, "left": { "type": "Identifier", - "start": 93888, - "end": 93891, + "start": 96278, + "end": 96281, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 43 }, "end": { - "line": 2032, + "line": 2074, "column": 46 }, "identifierName": "_sy" @@ -146783,15 +146919,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93894, - "end": 93897, + "start": 96284, + "end": 96287, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 49 }, "end": { - "line": 2032, + "line": 2074, "column": 52 }, "identifierName": "_ey" @@ -146804,15 +146940,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93902, - "end": 93909, + "start": 96292, + "end": 96299, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 57 }, "end": { - "line": 2032, + "line": 2074, "column": 64 }, "identifierName": "_radius" @@ -146822,72 +146958,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93912, - "end": 94117, + "start": 96302, + "end": 96507, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 67 }, "end": { - "line": 2035, + "line": 2077, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93946, - "end": 94008, + "start": 96336, + "end": 96398, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 93946, - "end": 94008, + "start": 96336, + "end": 96398, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 93946, - "end": 93976, + "start": 96336, + "end": 96366, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 62 } }, "object": { "type": "Identifier", - "start": 93946, - "end": 93959, + "start": 96336, + "end": 96349, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 45 }, "identifierName": "ctx_relations" @@ -146896,15 +147032,15 @@ }, "property": { "type": "Identifier", - "start": 93960, - "end": 93976, + "start": 96350, + "end": 96366, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 46 }, "end": { - "line": 2033, + "line": 2075, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -146916,15 +147052,15 @@ "arguments": [ { "type": "Identifier", - "start": 93978, - "end": 93981, + "start": 96368, + "end": 96371, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 64 }, "end": { - "line": 2033, + "line": 2075, "column": 67 }, "identifierName": "_ex" @@ -146933,15 +147069,15 @@ }, { "type": "Identifier", - "start": 93983, - "end": 93986, + "start": 96373, + "end": 96376, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 69 }, "end": { - "line": 2033, + "line": 2075, "column": 72 }, "identifierName": "_sy" @@ -146950,15 +147086,15 @@ }, { "type": "Identifier", - "start": 93988, - "end": 93991, + "start": 96378, + "end": 96381, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 74 }, "end": { - "line": 2033, + "line": 2075, "column": 77 }, "identifierName": "_ex" @@ -146967,29 +147103,29 @@ }, { "type": "BinaryExpression", - "start": 93993, - "end": 94006, + "start": 96383, + "end": 96396, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 79 }, "end": { - "line": 2033, + "line": 2075, "column": 92 } }, "left": { "type": "Identifier", - "start": 93993, - "end": 93996, + "start": 96383, + "end": 96386, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 79 }, "end": { - "line": 2033, + "line": 2075, "column": 82 }, "identifierName": "_sy" @@ -146999,15 +147135,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93999, - "end": 94006, + "start": 96389, + "end": 96396, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 85 }, "end": { - "line": 2033, + "line": 2075, "column": 92 }, "identifierName": "_radius" @@ -147022,15 +147158,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -147039,57 +147175,57 @@ }, { "type": "ExpressionStatement", - "start": 94048, - "end": 94080, + "start": 96438, + "end": 96470, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 94048, - "end": 94080, + "start": 96438, + "end": 96470, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 94048, - "end": 94068, + "start": 96438, + "end": 96458, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 52 } }, "object": { "type": "Identifier", - "start": 94048, - "end": 94061, + "start": 96438, + "end": 96451, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 45 }, "identifierName": "ctx_relations" @@ -147099,15 +147235,15 @@ }, "property": { "type": "Identifier", - "start": 94062, - "end": 94068, + "start": 96452, + "end": 96458, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 46 }, "end": { - "line": 2034, + "line": 2076, "column": 52 }, "identifierName": "lineTo" @@ -147120,15 +147256,15 @@ "arguments": [ { "type": "Identifier", - "start": 94070, - "end": 94073, + "start": 96460, + "end": 96463, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 54 }, "end": { - "line": 2034, + "line": 2076, "column": 57 }, "identifierName": "_ex" @@ -147137,15 +147273,15 @@ }, { "type": "Identifier", - "start": 94075, - "end": 94078, + "start": 96465, + "end": 96468, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 59 }, "end": { - "line": 2034, + "line": 2076, "column": 62 }, "identifierName": "_ey" @@ -147160,15 +147296,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -147178,15 +147314,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 94081, - "end": 94087, + "start": 96471, + "end": 96477, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 65 }, "end": { - "line": 2034, + "line": 2076, "column": 71 } } @@ -147198,72 +147334,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 94123, - "end": 94246, + "start": 96513, + "end": 96636, "loc": { "start": { - "line": 2035, + "line": 2077, "column": 35 }, "end": { - "line": 2037, + "line": 2079, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94157, - "end": 94209, + "start": 96547, + "end": 96599, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 94157, - "end": 94209, + "start": 96547, + "end": 96599, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 94157, - "end": 94187, + "start": 96547, + "end": 96577, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 62 } }, "object": { "type": "Identifier", - "start": 94157, - "end": 94170, + "start": 96547, + "end": 96560, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 45 }, "identifierName": "ctx_relations" @@ -147272,15 +147408,15 @@ }, "property": { "type": "Identifier", - "start": 94171, - "end": 94187, + "start": 96561, + "end": 96577, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 46 }, "end": { - "line": 2036, + "line": 2078, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -147292,15 +147428,15 @@ "arguments": [ { "type": "Identifier", - "start": 94189, - "end": 94192, + "start": 96579, + "end": 96582, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 64 }, "end": { - "line": 2036, + "line": 2078, "column": 67 }, "identifierName": "_ex" @@ -147309,15 +147445,15 @@ }, { "type": "Identifier", - "start": 94194, - "end": 94197, + "start": 96584, + "end": 96587, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 69 }, "end": { - "line": 2036, + "line": 2078, "column": 72 }, "identifierName": "_sy" @@ -147326,15 +147462,15 @@ }, { "type": "Identifier", - "start": 94199, - "end": 94202, + "start": 96589, + "end": 96592, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 74 }, "end": { - "line": 2036, + "line": 2078, "column": 77 }, "identifierName": "_ex" @@ -147343,15 +147479,15 @@ }, { "type": "Identifier", - "start": 94204, - "end": 94207, + "start": 96594, + "end": 96597, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 79 }, "end": { - "line": 2036, + "line": 2078, "column": 82 }, "identifierName": "_ey" @@ -147365,15 +147501,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94210, - "end": 94216, + "start": 96600, + "end": 96606, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 85 }, "end": { - "line": 2036, + "line": 2078, "column": 91 } } @@ -147386,15 +147522,15 @@ }, { "type": "BreakStatement", - "start": 94275, - "end": 94280, + "start": 96665, + "end": 96670, "loc": { "start": { - "line": 2038, + "line": 2080, "column": 28 }, "end": { - "line": 2038, + "line": 2080, "column": 33 } }, @@ -147403,43 +147539,43 @@ ], "test": { "type": "CallExpression", - "start": 93545, - "end": 93576, + "start": 95935, + "end": 95966, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 93545, - "end": 93557, + "start": 95935, + "end": 95947, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 93545, - "end": 93552, + "start": 95935, + "end": 95942, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 36 } }, @@ -147451,15 +147587,15 @@ }, "property": { "type": "Identifier", - "start": 93553, - "end": 93557, + "start": 95943, + "end": 95947, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 37 }, "end": { - "line": 2027, + "line": 2069, "column": 41 }, "identifierName": "test" @@ -147471,29 +147607,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 93559, - "end": 93574, + "start": 95949, + "end": 95964, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 43 }, "end": { - "line": 2027, + "line": 2069, "column": 58 } }, "object": { "type": "Identifier", - "start": 93559, - "end": 93569, + "start": 95949, + "end": 95959, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 43 }, "end": { - "line": 2027, + "line": 2069, "column": 53 }, "identifierName": "_curveType" @@ -147502,15 +147638,15 @@ }, "property": { "type": "Identifier", - "start": 93570, - "end": 93573, + "start": 95960, + "end": 95963, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 54 }, "end": { - "line": 2027, + "line": 2069, "column": 57 }, "identifierName": "_ba" @@ -147524,72 +147660,72 @@ }, { "type": "SwitchCase", - "start": 94305, - "end": 95038, + "start": 96695, + "end": 97428, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 24 }, "end": { - "line": 2050, + "line": 2092, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 94396, - "end": 94428, + "start": 96786, + "end": 96818, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 94396, - "end": 94428, + "start": 96786, + "end": 96818, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 94396, - "end": 94416, + "start": 96786, + "end": 96806, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 48 } }, "object": { "type": "Identifier", - "start": 94396, - "end": 94409, + "start": 96786, + "end": 96799, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 41 }, "identifierName": "ctx_relations" @@ -147599,15 +147735,15 @@ }, "property": { "type": "Identifier", - "start": 94410, - "end": 94416, + "start": 96800, + "end": 96806, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 42 }, "end": { - "line": 2040, + "line": 2082, "column": 48 }, "identifierName": "moveTo" @@ -147620,15 +147756,15 @@ "arguments": [ { "type": "Identifier", - "start": 94418, - "end": 94421, + "start": 96808, + "end": 96811, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 50 }, "end": { - "line": 2040, + "line": 2082, "column": 53 }, "identifierName": "_sx" @@ -147637,15 +147773,15 @@ }, { "type": "Identifier", - "start": 94423, - "end": 94426, + "start": 96813, + "end": 96816, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 55 }, "end": { - "line": 2040, + "line": 2082, "column": 58 }, "identifierName": "_sy" @@ -147659,15 +147795,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┐(_ex,_ey)\"", - "start": 94343, - "end": 94367, + "start": 96733, + "end": 96757, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 62 }, "end": { - "line": 2039, + "line": 2081, "column": 86 } } @@ -147676,71 +147812,71 @@ }, { "type": "IfStatement", - "start": 94457, - "end": 94609, + "start": 96847, + "end": 96999, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 28 }, "end": { - "line": 2043, + "line": 2085, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 94462, - "end": 94493, + "start": 96852, + "end": 96883, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 64 } }, "left": { "type": "CallExpression", - "start": 94462, - "end": 94483, + "start": 96852, + "end": 96873, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 94462, - "end": 94470, + "start": 96852, + "end": 96860, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 41 } }, "object": { "type": "Identifier", - "start": 94462, - "end": 94466, + "start": 96852, + "end": 96856, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 37 }, "identifierName": "Math" @@ -147749,15 +147885,15 @@ }, "property": { "type": "Identifier", - "start": 94467, - "end": 94470, + "start": 96857, + "end": 96860, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 38 }, "end": { - "line": 2041, + "line": 2083, "column": 41 }, "identifierName": "abs" @@ -147769,29 +147905,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94472, - "end": 94481, + "start": 96862, + "end": 96871, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 43 }, "end": { - "line": 2041, + "line": 2083, "column": 52 } }, "left": { "type": "Identifier", - "start": 94472, - "end": 94475, + "start": 96862, + "end": 96865, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 43 }, "end": { - "line": 2041, + "line": 2083, "column": 46 }, "identifierName": "_ex" @@ -147801,15 +147937,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94478, - "end": 94481, + "start": 96868, + "end": 96871, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 49 }, "end": { - "line": 2041, + "line": 2083, "column": 52 }, "identifierName": "_sx" @@ -147822,15 +147958,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 94486, - "end": 94493, + "start": 96876, + "end": 96883, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 57 }, "end": { - "line": 2041, + "line": 2083, "column": 64 }, "identifierName": "_radius" @@ -147840,72 +147976,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 94496, - "end": 94609, + "start": 96886, + "end": 96999, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 67 }, "end": { - "line": 2043, + "line": 2085, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94530, - "end": 94572, + "start": 96920, + "end": 96962, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 94530, - "end": 94572, + "start": 96920, + "end": 96962, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 94530, - "end": 94550, + "start": 96920, + "end": 96940, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 52 } }, "object": { "type": "Identifier", - "start": 94530, - "end": 94543, + "start": 96920, + "end": 96933, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 45 }, "identifierName": "ctx_relations" @@ -147914,15 +148050,15 @@ }, "property": { "type": "Identifier", - "start": 94544, - "end": 94550, + "start": 96934, + "end": 96940, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 46 }, "end": { - "line": 2042, + "line": 2084, "column": 52 }, "identifierName": "lineTo" @@ -147934,29 +148070,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94552, - "end": 94565, + "start": 96942, + "end": 96955, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 54 }, "end": { - "line": 2042, + "line": 2084, "column": 67 } }, "left": { "type": "Identifier", - "start": 94552, - "end": 94555, + "start": 96942, + "end": 96945, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 54 }, "end": { - "line": 2042, + "line": 2084, "column": 57 }, "identifierName": "_ex" @@ -147966,15 +148102,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94558, - "end": 94565, + "start": 96948, + "end": 96955, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 60 }, "end": { - "line": 2042, + "line": 2084, "column": 67 }, "identifierName": "_radius" @@ -147984,15 +148120,15 @@ }, { "type": "Identifier", - "start": 94567, - "end": 94570, + "start": 96957, + "end": 96960, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 69 }, "end": { - "line": 2042, + "line": 2084, "column": 72 }, "identifierName": "_sy" @@ -148006,15 +148142,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 94573, - "end": 94579, + "start": 96963, + "end": 96969, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 75 }, "end": { - "line": 2042, + "line": 2084, "column": 81 } } @@ -148028,71 +148164,71 @@ }, { "type": "IfStatement", - "start": 94638, - "end": 95004, + "start": 97028, + "end": 97394, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 28 }, "end": { - "line": 2049, + "line": 2091, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 94643, - "end": 94674, + "start": 97033, + "end": 97064, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 64 } }, "left": { "type": "CallExpression", - "start": 94643, - "end": 94664, + "start": 97033, + "end": 97054, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 94643, - "end": 94651, + "start": 97033, + "end": 97041, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 41 } }, "object": { "type": "Identifier", - "start": 94643, - "end": 94647, + "start": 97033, + "end": 97037, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 37 }, "identifierName": "Math" @@ -148101,15 +148237,15 @@ }, "property": { "type": "Identifier", - "start": 94648, - "end": 94651, + "start": 97038, + "end": 97041, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 38 }, "end": { - "line": 2044, + "line": 2086, "column": 41 }, "identifierName": "abs" @@ -148121,29 +148257,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94653, - "end": 94662, + "start": 97043, + "end": 97052, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 43 }, "end": { - "line": 2044, + "line": 2086, "column": 52 } }, "left": { "type": "Identifier", - "start": 94653, - "end": 94656, + "start": 97043, + "end": 97046, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 43 }, "end": { - "line": 2044, + "line": 2086, "column": 46 }, "identifierName": "_ey" @@ -148153,15 +148289,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94659, - "end": 94662, + "start": 97049, + "end": 97052, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 49 }, "end": { - "line": 2044, + "line": 2086, "column": 52 }, "identifierName": "_sy" @@ -148174,15 +148310,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 94667, - "end": 94674, + "start": 97057, + "end": 97064, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 57 }, "end": { - "line": 2044, + "line": 2086, "column": 64 }, "identifierName": "_radius" @@ -148192,72 +148328,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 94677, - "end": 94875, + "start": 97067, + "end": 97265, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 67 }, "end": { - "line": 2047, + "line": 2089, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94711, - "end": 94773, + "start": 97101, + "end": 97163, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 94711, - "end": 94773, + "start": 97101, + "end": 97163, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 94711, - "end": 94741, + "start": 97101, + "end": 97131, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 62 } }, "object": { "type": "Identifier", - "start": 94711, - "end": 94724, + "start": 97101, + "end": 97114, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 45 }, "identifierName": "ctx_relations" @@ -148266,15 +148402,15 @@ }, "property": { "type": "Identifier", - "start": 94725, - "end": 94741, + "start": 97115, + "end": 97131, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 46 }, "end": { - "line": 2045, + "line": 2087, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -148286,15 +148422,15 @@ "arguments": [ { "type": "Identifier", - "start": 94743, - "end": 94746, + "start": 97133, + "end": 97136, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 64 }, "end": { - "line": 2045, + "line": 2087, "column": 67 }, "identifierName": "_ex" @@ -148303,15 +148439,15 @@ }, { "type": "Identifier", - "start": 94748, - "end": 94751, + "start": 97138, + "end": 97141, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 69 }, "end": { - "line": 2045, + "line": 2087, "column": 72 }, "identifierName": "_sy" @@ -148320,15 +148456,15 @@ }, { "type": "Identifier", - "start": 94753, - "end": 94756, + "start": 97143, + "end": 97146, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 74 }, "end": { - "line": 2045, + "line": 2087, "column": 77 }, "identifierName": "_ex" @@ -148337,29 +148473,29 @@ }, { "type": "BinaryExpression", - "start": 94758, - "end": 94771, + "start": 97148, + "end": 97161, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 79 }, "end": { - "line": 2045, + "line": 2087, "column": 92 } }, "left": { "type": "Identifier", - "start": 94758, - "end": 94761, + "start": 97148, + "end": 97151, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 79 }, "end": { - "line": 2045, + "line": 2087, "column": 82 }, "identifierName": "_sy" @@ -148369,15 +148505,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 94764, - "end": 94771, + "start": 97154, + "end": 97161, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 85 }, "end": { - "line": 2045, + "line": 2087, "column": 92 }, "identifierName": "_radius" @@ -148392,15 +148528,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -148409,57 +148545,57 @@ }, { "type": "ExpressionStatement", - "start": 94813, - "end": 94845, + "start": 97203, + "end": 97235, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 94813, - "end": 94845, + "start": 97203, + "end": 97235, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 94813, - "end": 94833, + "start": 97203, + "end": 97223, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 52 } }, "object": { "type": "Identifier", - "start": 94813, - "end": 94826, + "start": 97203, + "end": 97216, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 45 }, "identifierName": "ctx_relations" @@ -148469,15 +148605,15 @@ }, "property": { "type": "Identifier", - "start": 94827, - "end": 94833, + "start": 97217, + "end": 97223, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 46 }, "end": { - "line": 2046, + "line": 2088, "column": 52 }, "identifierName": "lineTo" @@ -148490,15 +148626,15 @@ "arguments": [ { "type": "Identifier", - "start": 94835, - "end": 94838, + "start": 97225, + "end": 97228, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 54 }, "end": { - "line": 2046, + "line": 2088, "column": 57 }, "identifierName": "_ex" @@ -148507,15 +148643,15 @@ }, { "type": "Identifier", - "start": 94840, - "end": 94843, + "start": 97230, + "end": 97233, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 59 }, "end": { - "line": 2046, + "line": 2088, "column": 62 }, "identifierName": "_ey" @@ -148529,15 +148665,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -148549,72 +148685,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 94881, - "end": 95004, + "start": 97271, + "end": 97394, "loc": { "start": { - "line": 2047, + "line": 2089, "column": 35 }, "end": { - "line": 2049, + "line": 2091, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94915, - "end": 94967, + "start": 97305, + "end": 97357, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 94915, - "end": 94967, + "start": 97305, + "end": 97357, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 94915, - "end": 94945, + "start": 97305, + "end": 97335, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 62 } }, "object": { "type": "Identifier", - "start": 94915, - "end": 94928, + "start": 97305, + "end": 97318, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 45 }, "identifierName": "ctx_relations" @@ -148623,15 +148759,15 @@ }, "property": { "type": "Identifier", - "start": 94929, - "end": 94945, + "start": 97319, + "end": 97335, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 46 }, "end": { - "line": 2048, + "line": 2090, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -148643,15 +148779,15 @@ "arguments": [ { "type": "Identifier", - "start": 94947, - "end": 94950, + "start": 97337, + "end": 97340, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 64 }, "end": { - "line": 2048, + "line": 2090, "column": 67 }, "identifierName": "_ex" @@ -148660,15 +148796,15 @@ }, { "type": "Identifier", - "start": 94952, - "end": 94955, + "start": 97342, + "end": 97345, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 69 }, "end": { - "line": 2048, + "line": 2090, "column": 72 }, "identifierName": "_sy" @@ -148677,15 +148813,15 @@ }, { "type": "Identifier", - "start": 94957, - "end": 94960, + "start": 97347, + "end": 97350, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 74 }, "end": { - "line": 2048, + "line": 2090, "column": 77 }, "identifierName": "_ex" @@ -148694,15 +148830,15 @@ }, { "type": "Identifier", - "start": 94962, - "end": 94965, + "start": 97352, + "end": 97355, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 79 }, "end": { - "line": 2048, + "line": 2090, "column": 82 }, "identifierName": "_ey" @@ -148716,15 +148852,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94968, - "end": 94974, + "start": 97358, + "end": 97364, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 85 }, "end": { - "line": 2048, + "line": 2090, "column": 91 } } @@ -148737,15 +148873,15 @@ }, { "type": "BreakStatement", - "start": 95033, - "end": 95038, + "start": 97423, + "end": 97428, "loc": { "start": { - "line": 2050, + "line": 2092, "column": 28 }, "end": { - "line": 2050, + "line": 2092, "column": 33 } }, @@ -148754,43 +148890,43 @@ ], "test": { "type": "CallExpression", - "start": 94310, - "end": 94341, + "start": 96700, + "end": 96731, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 94310, - "end": 94322, + "start": 96700, + "end": 96712, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 94310, - "end": 94317, + "start": 96700, + "end": 96707, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 36 } }, @@ -148802,15 +148938,15 @@ }, "property": { "type": "Identifier", - "start": 94318, - "end": 94322, + "start": 96708, + "end": 96712, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 37 }, "end": { - "line": 2039, + "line": 2081, "column": 41 }, "identifierName": "test" @@ -148822,29 +148958,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 94324, - "end": 94339, + "start": 96714, + "end": 96729, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 43 }, "end": { - "line": 2039, + "line": 2081, "column": 58 } }, "object": { "type": "Identifier", - "start": 94324, - "end": 94334, + "start": 96714, + "end": 96724, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 43 }, "end": { - "line": 2039, + "line": 2081, "column": 53 }, "identifierName": "_curveType" @@ -148853,15 +148989,15 @@ }, "property": { "type": "Identifier", - "start": 94335, - "end": 94338, + "start": 96725, + "end": 96728, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 54 }, "end": { - "line": 2039, + "line": 2081, "column": 57 }, "identifierName": "_ba" @@ -148875,72 +149011,72 @@ }, { "type": "SwitchCase", - "start": 95063, - "end": 95796, + "start": 97453, + "end": 98186, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 24 }, "end": { - "line": 2062, + "line": 2104, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 95154, - "end": 95186, + "start": 97544, + "end": 97576, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 95154, - "end": 95186, + "start": 97544, + "end": 97576, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95154, - "end": 95174, + "start": 97544, + "end": 97564, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 48 } }, "object": { "type": "Identifier", - "start": 95154, - "end": 95167, + "start": 97544, + "end": 97557, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 41 }, "identifierName": "ctx_relations" @@ -148950,15 +149086,15 @@ }, "property": { "type": "Identifier", - "start": 95168, - "end": 95174, + "start": 97558, + "end": 97564, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 42 }, "end": { - "line": 2052, + "line": 2094, "column": 48 }, "identifierName": "moveTo" @@ -148971,15 +149107,15 @@ "arguments": [ { "type": "Identifier", - "start": 95176, - "end": 95179, + "start": 97566, + "end": 97569, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 50 }, "end": { - "line": 2052, + "line": 2094, "column": 53 }, "identifierName": "_sx" @@ -148988,15 +149124,15 @@ }, { "type": "Identifier", - "start": 95181, - "end": 95184, + "start": 97571, + "end": 97574, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 55 }, "end": { - "line": 2052, + "line": 2094, "column": 58 }, "identifierName": "_sy" @@ -149010,15 +149146,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┘(_ex,_ey)\"", - "start": 95101, - "end": 95125, + "start": 97491, + "end": 97515, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 62 }, "end": { - "line": 2051, + "line": 2093, "column": 86 } } @@ -149027,71 +149163,71 @@ }, { "type": "IfStatement", - "start": 95215, - "end": 95367, + "start": 97605, + "end": 97757, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 28 }, "end": { - "line": 2055, + "line": 2097, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 95220, - "end": 95251, + "start": 97610, + "end": 97641, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 64 } }, "left": { "type": "CallExpression", - "start": 95220, - "end": 95241, + "start": 97610, + "end": 97631, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 95220, - "end": 95228, + "start": 97610, + "end": 97618, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 41 } }, "object": { "type": "Identifier", - "start": 95220, - "end": 95224, + "start": 97610, + "end": 97614, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 37 }, "identifierName": "Math" @@ -149100,15 +149236,15 @@ }, "property": { "type": "Identifier", - "start": 95225, - "end": 95228, + "start": 97615, + "end": 97618, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 38 }, "end": { - "line": 2053, + "line": 2095, "column": 41 }, "identifierName": "abs" @@ -149120,29 +149256,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95230, - "end": 95239, + "start": 97620, + "end": 97629, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 43 }, "end": { - "line": 2053, + "line": 2095, "column": 52 } }, "left": { "type": "Identifier", - "start": 95230, - "end": 95233, + "start": 97620, + "end": 97623, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 43 }, "end": { - "line": 2053, + "line": 2095, "column": 46 }, "identifierName": "_ex" @@ -149152,15 +149288,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95236, - "end": 95239, + "start": 97626, + "end": 97629, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 49 }, "end": { - "line": 2053, + "line": 2095, "column": 52 }, "identifierName": "_sx" @@ -149173,15 +149309,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 95244, - "end": 95251, + "start": 97634, + "end": 97641, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 57 }, "end": { - "line": 2053, + "line": 2095, "column": 64 }, "identifierName": "_radius" @@ -149191,72 +149327,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 95254, - "end": 95367, + "start": 97644, + "end": 97757, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 67 }, "end": { - "line": 2055, + "line": 2097, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95288, - "end": 95330, + "start": 97678, + "end": 97720, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 95288, - "end": 95330, + "start": 97678, + "end": 97720, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 95288, - "end": 95308, + "start": 97678, + "end": 97698, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 52 } }, "object": { "type": "Identifier", - "start": 95288, - "end": 95301, + "start": 97678, + "end": 97691, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 45 }, "identifierName": "ctx_relations" @@ -149265,15 +149401,15 @@ }, "property": { "type": "Identifier", - "start": 95302, - "end": 95308, + "start": 97692, + "end": 97698, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 46 }, "end": { - "line": 2054, + "line": 2096, "column": 52 }, "identifierName": "lineTo" @@ -149285,29 +149421,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95310, - "end": 95323, + "start": 97700, + "end": 97713, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 54 }, "end": { - "line": 2054, + "line": 2096, "column": 67 } }, "left": { "type": "Identifier", - "start": 95310, - "end": 95313, + "start": 97700, + "end": 97703, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 54 }, "end": { - "line": 2054, + "line": 2096, "column": 57 }, "identifierName": "_ex" @@ -149317,15 +149453,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95316, - "end": 95323, + "start": 97706, + "end": 97713, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 60 }, "end": { - "line": 2054, + "line": 2096, "column": 67 }, "identifierName": "_radius" @@ -149335,15 +149471,15 @@ }, { "type": "Identifier", - "start": 95325, - "end": 95328, + "start": 97715, + "end": 97718, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 69 }, "end": { - "line": 2054, + "line": 2096, "column": 72 }, "identifierName": "_sy" @@ -149357,15 +149493,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 95331, - "end": 95337, + "start": 97721, + "end": 97727, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 75 }, "end": { - "line": 2054, + "line": 2096, "column": 81 } } @@ -149379,71 +149515,71 @@ }, { "type": "IfStatement", - "start": 95396, - "end": 95762, + "start": 97786, + "end": 98152, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 28 }, "end": { - "line": 2061, + "line": 2103, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 95401, - "end": 95432, + "start": 97791, + "end": 97822, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 64 } }, "left": { "type": "CallExpression", - "start": 95401, - "end": 95422, + "start": 97791, + "end": 97812, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 95401, - "end": 95409, + "start": 97791, + "end": 97799, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 41 } }, "object": { "type": "Identifier", - "start": 95401, - "end": 95405, + "start": 97791, + "end": 97795, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 37 }, "identifierName": "Math" @@ -149452,15 +149588,15 @@ }, "property": { "type": "Identifier", - "start": 95406, - "end": 95409, + "start": 97796, + "end": 97799, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 38 }, "end": { - "line": 2056, + "line": 2098, "column": 41 }, "identifierName": "abs" @@ -149472,29 +149608,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95411, - "end": 95420, + "start": 97801, + "end": 97810, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 43 }, "end": { - "line": 2056, + "line": 2098, "column": 52 } }, "left": { "type": "Identifier", - "start": 95411, - "end": 95414, + "start": 97801, + "end": 97804, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 43 }, "end": { - "line": 2056, + "line": 2098, "column": 46 }, "identifierName": "_sy" @@ -149504,15 +149640,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95417, - "end": 95420, + "start": 97807, + "end": 97810, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 49 }, "end": { - "line": 2056, + "line": 2098, "column": 52 }, "identifierName": "_ey" @@ -149525,15 +149661,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 95425, - "end": 95432, + "start": 97815, + "end": 97822, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 57 }, "end": { - "line": 2056, + "line": 2098, "column": 64 }, "identifierName": "_radius" @@ -149543,72 +149679,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 95435, - "end": 95633, + "start": 97825, + "end": 98023, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 67 }, "end": { - "line": 2059, + "line": 2101, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95469, - "end": 95531, + "start": 97859, + "end": 97921, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 95469, - "end": 95531, + "start": 97859, + "end": 97921, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 95469, - "end": 95499, + "start": 97859, + "end": 97889, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 62 } }, "object": { "type": "Identifier", - "start": 95469, - "end": 95482, + "start": 97859, + "end": 97872, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 45 }, "identifierName": "ctx_relations" @@ -149617,15 +149753,15 @@ }, "property": { "type": "Identifier", - "start": 95483, - "end": 95499, + "start": 97873, + "end": 97889, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 46 }, "end": { - "line": 2057, + "line": 2099, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -149637,15 +149773,15 @@ "arguments": [ { "type": "Identifier", - "start": 95501, - "end": 95504, + "start": 97891, + "end": 97894, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 64 }, "end": { - "line": 2057, + "line": 2099, "column": 67 }, "identifierName": "_ex" @@ -149654,15 +149790,15 @@ }, { "type": "Identifier", - "start": 95506, - "end": 95509, + "start": 97896, + "end": 97899, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 69 }, "end": { - "line": 2057, + "line": 2099, "column": 72 }, "identifierName": "_sy" @@ -149671,15 +149807,15 @@ }, { "type": "Identifier", - "start": 95511, - "end": 95514, + "start": 97901, + "end": 97904, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 74 }, "end": { - "line": 2057, + "line": 2099, "column": 77 }, "identifierName": "_ex" @@ -149688,29 +149824,29 @@ }, { "type": "BinaryExpression", - "start": 95516, - "end": 95529, + "start": 97906, + "end": 97919, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 79 }, "end": { - "line": 2057, + "line": 2099, "column": 92 } }, "left": { "type": "Identifier", - "start": 95516, - "end": 95519, + "start": 97906, + "end": 97909, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 79 }, "end": { - "line": 2057, + "line": 2099, "column": 82 }, "identifierName": "_sy" @@ -149720,15 +149856,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95522, - "end": 95529, + "start": 97912, + "end": 97919, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 85 }, "end": { - "line": 2057, + "line": 2099, "column": 92 }, "identifierName": "_radius" @@ -149743,15 +149879,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -149760,57 +149896,57 @@ }, { "type": "ExpressionStatement", - "start": 95571, - "end": 95603, + "start": 97961, + "end": 97993, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 95571, - "end": 95603, + "start": 97961, + "end": 97993, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95571, - "end": 95591, + "start": 97961, + "end": 97981, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 52 } }, "object": { "type": "Identifier", - "start": 95571, - "end": 95584, + "start": 97961, + "end": 97974, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 45 }, "identifierName": "ctx_relations" @@ -149820,15 +149956,15 @@ }, "property": { "type": "Identifier", - "start": 95585, - "end": 95591, + "start": 97975, + "end": 97981, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 46 }, "end": { - "line": 2058, + "line": 2100, "column": 52 }, "identifierName": "lineTo" @@ -149841,15 +149977,15 @@ "arguments": [ { "type": "Identifier", - "start": 95593, - "end": 95596, + "start": 97983, + "end": 97986, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 54 }, "end": { - "line": 2058, + "line": 2100, "column": 57 }, "identifierName": "_ex" @@ -149858,15 +149994,15 @@ }, { "type": "Identifier", - "start": 95598, - "end": 95601, + "start": 97988, + "end": 97991, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 59 }, "end": { - "line": 2058, + "line": 2100, "column": 62 }, "identifierName": "_ey" @@ -149880,15 +150016,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -149900,72 +150036,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 95639, - "end": 95762, + "start": 98029, + "end": 98152, "loc": { "start": { - "line": 2059, + "line": 2101, "column": 35 }, "end": { - "line": 2061, + "line": 2103, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95673, - "end": 95725, + "start": 98063, + "end": 98115, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 95673, - "end": 95725, + "start": 98063, + "end": 98115, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 95673, - "end": 95703, + "start": 98063, + "end": 98093, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 62 } }, "object": { "type": "Identifier", - "start": 95673, - "end": 95686, + "start": 98063, + "end": 98076, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 45 }, "identifierName": "ctx_relations" @@ -149974,15 +150110,15 @@ }, "property": { "type": "Identifier", - "start": 95687, - "end": 95703, + "start": 98077, + "end": 98093, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 46 }, "end": { - "line": 2060, + "line": 2102, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -149994,15 +150130,15 @@ "arguments": [ { "type": "Identifier", - "start": 95705, - "end": 95708, + "start": 98095, + "end": 98098, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 64 }, "end": { - "line": 2060, + "line": 2102, "column": 67 }, "identifierName": "_ex" @@ -150011,15 +150147,15 @@ }, { "type": "Identifier", - "start": 95710, - "end": 95713, + "start": 98100, + "end": 98103, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 69 }, "end": { - "line": 2060, + "line": 2102, "column": 72 }, "identifierName": "_sy" @@ -150028,15 +150164,15 @@ }, { "type": "Identifier", - "start": 95715, - "end": 95718, + "start": 98105, + "end": 98108, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 74 }, "end": { - "line": 2060, + "line": 2102, "column": 77 }, "identifierName": "_ex" @@ -150045,15 +150181,15 @@ }, { "type": "Identifier", - "start": 95720, - "end": 95723, + "start": 98110, + "end": 98113, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 79 }, "end": { - "line": 2060, + "line": 2102, "column": 82 }, "identifierName": "_ey" @@ -150067,15 +150203,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95726, - "end": 95732, + "start": 98116, + "end": 98122, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 85 }, "end": { - "line": 2060, + "line": 2102, "column": 91 } } @@ -150088,15 +150224,15 @@ }, { "type": "BreakStatement", - "start": 95791, - "end": 95796, + "start": 98181, + "end": 98186, "loc": { "start": { - "line": 2062, + "line": 2104, "column": 28 }, "end": { - "line": 2062, + "line": 2104, "column": 33 } }, @@ -150105,43 +150241,43 @@ ], "test": { "type": "CallExpression", - "start": 95068, - "end": 95099, + "start": 97458, + "end": 97489, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95068, - "end": 95080, + "start": 97458, + "end": 97470, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 95068, - "end": 95075, + "start": 97458, + "end": 97465, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 36 } }, @@ -150153,15 +150289,15 @@ }, "property": { "type": "Identifier", - "start": 95076, - "end": 95080, + "start": 97466, + "end": 97470, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 37 }, "end": { - "line": 2051, + "line": 2093, "column": 41 }, "identifierName": "test" @@ -150173,29 +150309,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95082, - "end": 95097, + "start": 97472, + "end": 97487, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 43 }, "end": { - "line": 2051, + "line": 2093, "column": 58 } }, "object": { "type": "Identifier", - "start": 95082, - "end": 95092, + "start": 97472, + "end": 97482, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 43 }, "end": { - "line": 2051, + "line": 2093, "column": 53 }, "identifierName": "_curveType" @@ -150204,15 +150340,15 @@ }, "property": { "type": "Identifier", - "start": 95093, - "end": 95096, + "start": 97483, + "end": 97486, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 54 }, "end": { - "line": 2051, + "line": 2093, "column": 57 }, "identifierName": "_ba" @@ -150226,58 +150362,58 @@ }, { "type": "SwitchCase", - "start": 95821, - "end": 95862, + "start": 98211, + "end": 98252, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 24 }, "end": { - "line": 2063, + "line": 2105, "column": 65 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 95826, - "end": 95861, + "start": 98216, + "end": 98251, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95826, - "end": 95842, + "start": 98216, + "end": 98232, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 95826, - "end": 95837, + "start": 98216, + "end": 98227, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 40 } }, @@ -150289,15 +150425,15 @@ }, "property": { "type": "Identifier", - "start": 95838, - "end": 95842, + "start": 98228, + "end": 98232, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 41 }, "end": { - "line": 2063, + "line": 2105, "column": 45 }, "identifierName": "test" @@ -150309,29 +150445,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95844, - "end": 95859, + "start": 98234, + "end": 98249, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 47 }, "end": { - "line": 2063, + "line": 2105, "column": 62 } }, "object": { "type": "Identifier", - "start": 95844, - "end": 95854, + "start": 98234, + "end": 98244, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 47 }, "end": { - "line": 2063, + "line": 2105, "column": 57 }, "identifierName": "_curveType" @@ -150340,15 +150476,15 @@ }, "property": { "type": "Identifier", - "start": 95855, - "end": 95858, + "start": 98245, + "end": 98248, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 58 }, "end": { - "line": 2063, + "line": 2105, "column": 61 }, "identifierName": "_ba" @@ -150363,15 +150499,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -150380,72 +150516,72 @@ }, { "type": "SwitchCase", - "start": 95895, - "end": 96557, + "start": 98285, + "end": 98947, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 24 }, "end": { - "line": 2071, + "line": 2113, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 95973, - "end": 96005, + "start": 98363, + "end": 98395, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 95973, - "end": 96005, + "start": 98363, + "end": 98395, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95973, - "end": 95993, + "start": 98363, + "end": 98383, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 48 } }, "object": { "type": "Identifier", - "start": 95973, - "end": 95986, + "start": 98363, + "end": 98376, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 41 }, "identifierName": "ctx_relations" @@ -150455,15 +150591,15 @@ }, "property": { "type": "Identifier", - "start": 95987, - "end": 95993, + "start": 98377, + "end": 98383, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 42 }, "end": { - "line": 2065, + "line": 2107, "column": 48 }, "identifierName": "moveTo" @@ -150476,15 +150612,15 @@ "arguments": [ { "type": "Identifier", - "start": 95995, - "end": 95998, + "start": 98385, + "end": 98388, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 50 }, "end": { - "line": 2065, + "line": 2107, "column": 53 }, "identifierName": "_sx" @@ -150493,15 +150629,15 @@ }, { "type": "Identifier", - "start": 96000, - "end": 96003, + "start": 98390, + "end": 98393, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 55 }, "end": { - "line": 2065, + "line": 2107, "column": 58 }, "identifierName": "_sy" @@ -150516,15 +150652,15 @@ { "type": "CommentLine", "value": " \"⊂ ̄\"", - "start": 95937, - "end": 95944, + "start": 98327, + "end": 98334, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 66 }, "end": { - "line": 2064, + "line": 2106, "column": 73 } } @@ -150534,15 +150670,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -150551,57 +150687,57 @@ }, { "type": "ExpressionStatement", - "start": 96117, - "end": 96159, + "start": 98507, + "end": 98549, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 96117, - "end": 96159, + "start": 98507, + "end": 98549, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 96117, - "end": 96137, + "start": 98507, + "end": 98527, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 48 } }, "object": { "type": "Identifier", - "start": 96117, - "end": 96130, + "start": 98507, + "end": 98520, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 41 }, "identifierName": "ctx_relations" @@ -150611,15 +150747,15 @@ }, "property": { "type": "Identifier", - "start": 96131, - "end": 96137, + "start": 98521, + "end": 98527, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 42 }, "end": { - "line": 2067, + "line": 2109, "column": 48 }, "identifierName": "lineTo" @@ -150632,29 +150768,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96139, - "end": 96152, + "start": 98529, + "end": 98542, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 50 }, "end": { - "line": 2067, + "line": 2109, "column": 63 } }, "left": { "type": "Identifier", - "start": 96139, - "end": 96142, + "start": 98529, + "end": 98532, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 50 }, "end": { - "line": 2067, + "line": 2109, "column": 53 }, "identifierName": "_sx" @@ -150664,15 +150800,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 96145, - "end": 96152, + "start": 98535, + "end": 98542, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 56 }, "end": { - "line": 2067, + "line": 2109, "column": 63 }, "identifierName": "_radius" @@ -150682,15 +150818,15 @@ }, { "type": "Identifier", - "start": 96154, - "end": 96157, + "start": 98544, + "end": 98547, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 65 }, "end": { - "line": 2067, + "line": 2109, "column": 68 }, "identifierName": "_sy" @@ -150705,15 +150841,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -150723,15 +150859,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -150739,15 +150875,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -150756,57 +150892,57 @@ }, { "type": "ExpressionStatement", - "start": 96351, - "end": 96448, + "start": 98741, + "end": 98838, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 125 } }, "expression": { "type": "CallExpression", - "start": 96351, - "end": 96448, + "start": 98741, + "end": 98838, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 96351, - "end": 96378, + "start": 98741, + "end": 98768, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 55 } }, "object": { "type": "Identifier", - "start": 96351, - "end": 96364, + "start": 98741, + "end": 98754, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 41 }, "identifierName": "ctx_relations" @@ -150816,15 +150952,15 @@ }, "property": { "type": "Identifier", - "start": 96365, - "end": 96378, + "start": 98755, + "end": 98768, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 42 }, "end": { - "line": 2069, + "line": 2111, "column": 55 }, "identifierName": "bezierCurveTo" @@ -150837,29 +150973,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96380, - "end": 96397, + "start": 98770, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 57 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, "left": { "type": "Identifier", - "start": 96380, - "end": 96383, + "start": 98770, + "end": 98773, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 57 }, "end": { - "line": 2069, + "line": 2111, "column": 60 }, "identifierName": "_sx" @@ -150869,29 +151005,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 96386, - "end": 96397, + "start": 98776, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 63 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, "left": { "type": "Identifier", - "start": 96386, - "end": 96393, + "start": 98776, + "end": 98783, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 63 }, "end": { - "line": 2069, + "line": 2111, "column": 70 }, "identifierName": "_radius" @@ -150901,15 +151037,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 96396, - "end": 96397, + "start": 98786, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 73 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, @@ -150923,15 +151059,15 @@ }, { "type": "Identifier", - "start": 96399, - "end": 96402, + "start": 98789, + "end": 98792, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 76 }, "end": { - "line": 2069, + "line": 2111, "column": 79 }, "identifierName": "_sy" @@ -150940,29 +151076,29 @@ }, { "type": "BinaryExpression", - "start": 96404, - "end": 96421, + "start": 98794, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 81 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, "left": { "type": "Identifier", - "start": 96404, - "end": 96407, + "start": 98794, + "end": 98797, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 81 }, "end": { - "line": 2069, + "line": 2111, "column": 84 }, "identifierName": "_sx" @@ -150972,29 +151108,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 96410, - "end": 96421, + "start": 98800, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 87 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, "left": { "type": "Identifier", - "start": 96410, - "end": 96417, + "start": 98800, + "end": 98807, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 87 }, "end": { - "line": 2069, + "line": 2111, "column": 94 }, "identifierName": "_radius" @@ -151004,15 +151140,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 96420, - "end": 96421, + "start": 98810, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 97 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, @@ -151026,15 +151162,15 @@ }, { "type": "Identifier", - "start": 96423, - "end": 96426, + "start": 98813, + "end": 98816, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 100 }, "end": { - "line": 2069, + "line": 2111, "column": 103 }, "identifierName": "_ey" @@ -151043,29 +151179,29 @@ }, { "type": "BinaryExpression", - "start": 96428, - "end": 96441, + "start": 98818, + "end": 98831, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 105 }, "end": { - "line": 2069, + "line": 2111, "column": 118 } }, "left": { "type": "Identifier", - "start": 96428, - "end": 96431, + "start": 98818, + "end": 98821, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 105 }, "end": { - "line": 2069, + "line": 2111, "column": 108 }, "identifierName": "_sx" @@ -151075,15 +151211,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 96434, - "end": 96441, + "start": 98824, + "end": 98831, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 111 }, "end": { - "line": 2069, + "line": 2111, "column": 118 }, "identifierName": "_radius" @@ -151093,15 +151229,15 @@ }, { "type": "Identifier", - "start": 96443, - "end": 96446, + "start": 98833, + "end": 98836, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 120 }, "end": { - "line": 2069, + "line": 2111, "column": 123 }, "identifierName": "_ey" @@ -151116,15 +151252,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -151132,15 +151268,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -151150,15 +151286,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -151167,57 +151303,57 @@ }, { "type": "ExpressionStatement", - "start": 96484, - "end": 96516, + "start": 98874, + "end": 98906, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 96484, - "end": 96516, + "start": 98874, + "end": 98906, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 96484, - "end": 96504, + "start": 98874, + "end": 98894, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 48 } }, "object": { "type": "Identifier", - "start": 96484, - "end": 96497, + "start": 98874, + "end": 98887, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 41 }, "identifierName": "ctx_relations" @@ -151227,15 +151363,15 @@ }, "property": { "type": "Identifier", - "start": 96498, - "end": 96504, + "start": 98888, + "end": 98894, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 42 }, "end": { - "line": 2070, + "line": 2112, "column": 48 }, "identifierName": "lineTo" @@ -151248,15 +151384,15 @@ "arguments": [ { "type": "Identifier", - "start": 96506, - "end": 96509, + "start": 98896, + "end": 98899, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 50 }, "end": { - "line": 2070, + "line": 2112, "column": 53 }, "identifierName": "_ex" @@ -151265,15 +151401,15 @@ }, { "type": "Identifier", - "start": 96511, - "end": 96514, + "start": 98901, + "end": 98904, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 55 }, "end": { - "line": 2070, + "line": 2112, "column": 58 }, "identifierName": "_ey" @@ -151288,15 +151424,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -151306,15 +151442,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -151323,15 +151459,15 @@ }, { "type": "BreakStatement", - "start": 96552, - "end": 96557, + "start": 98942, + "end": 98947, "loc": { "start": { - "line": 2071, + "line": 2113, "column": 28 }, "end": { - "line": 2071, + "line": 2113, "column": 33 } }, @@ -151340,15 +151476,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -151358,43 +151494,43 @@ ], "test": { "type": "CallExpression", - "start": 95900, - "end": 95935, + "start": 98290, + "end": 98325, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95900, - "end": 95916, + "start": 98290, + "end": 98306, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 95900, - "end": 95911, + "start": 98290, + "end": 98301, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 40 } }, @@ -151407,15 +151543,15 @@ }, "property": { "type": "Identifier", - "start": 95912, - "end": 95916, + "start": 98302, + "end": 98306, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 41 }, "end": { - "line": 2064, + "line": 2106, "column": 45 }, "identifierName": "test" @@ -151428,29 +151564,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95918, - "end": 95933, + "start": 98308, + "end": 98323, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 47 }, "end": { - "line": 2064, + "line": 2106, "column": 62 } }, "object": { "type": "Identifier", - "start": 95918, - "end": 95928, + "start": 98308, + "end": 98318, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 47 }, "end": { - "line": 2064, + "line": 2106, "column": 57 }, "identifierName": "_curveType" @@ -151459,15 +151595,15 @@ }, "property": { "type": "Identifier", - "start": 95929, - "end": 95932, + "start": 98319, + "end": 98322, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 58 }, "end": { - "line": 2064, + "line": 2106, "column": 61 }, "identifierName": "_ba" @@ -151483,15 +151619,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -151500,58 +151636,58 @@ }, { "type": "SwitchCase", - "start": 96582, - "end": 96623, + "start": 98972, + "end": 99013, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 24 }, "end": { - "line": 2072, + "line": 2114, "column": 65 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 96587, - "end": 96622, + "start": 98977, + "end": 99012, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 96587, - "end": 96603, + "start": 98977, + "end": 98993, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 96587, - "end": 96598, + "start": 98977, + "end": 98988, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 40 } }, @@ -151563,15 +151699,15 @@ }, "property": { "type": "Identifier", - "start": 96599, - "end": 96603, + "start": 98989, + "end": 98993, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 41 }, "end": { - "line": 2072, + "line": 2114, "column": 45 }, "identifierName": "test" @@ -151583,29 +151719,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 96605, - "end": 96620, + "start": 98995, + "end": 99010, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 47 }, "end": { - "line": 2072, + "line": 2114, "column": 62 } }, "object": { "type": "Identifier", - "start": 96605, - "end": 96615, + "start": 98995, + "end": 99005, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 47 }, "end": { - "line": 2072, + "line": 2114, "column": 57 }, "identifierName": "_curveType" @@ -151614,15 +151750,15 @@ }, "property": { "type": "Identifier", - "start": 96616, - "end": 96619, + "start": 99006, + "end": 99009, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 58 }, "end": { - "line": 2072, + "line": 2114, "column": 61 }, "identifierName": "_ba" @@ -151637,15 +151773,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -151654,72 +151790,72 @@ }, { "type": "SwitchCase", - "start": 96656, - "end": 97318, + "start": 99046, + "end": 99708, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 24 }, "end": { - "line": 2080, + "line": 2122, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 96734, - "end": 96766, + "start": 99124, + "end": 99156, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 96734, - "end": 96766, + "start": 99124, + "end": 99156, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 96734, - "end": 96754, + "start": 99124, + "end": 99144, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 48 } }, "object": { "type": "Identifier", - "start": 96734, - "end": 96747, + "start": 99124, + "end": 99137, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 41 }, "identifierName": "ctx_relations" @@ -151729,15 +151865,15 @@ }, "property": { "type": "Identifier", - "start": 96748, - "end": 96754, + "start": 99138, + "end": 99144, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 42 }, "end": { - "line": 2074, + "line": 2116, "column": 48 }, "identifierName": "moveTo" @@ -151750,15 +151886,15 @@ "arguments": [ { "type": "Identifier", - "start": 96756, - "end": 96759, + "start": 99146, + "end": 99149, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 50 }, "end": { - "line": 2074, + "line": 2116, "column": 53 }, "identifierName": "_sx" @@ -151767,15 +151903,15 @@ }, { "type": "Identifier", - "start": 96761, - "end": 96764, + "start": 99151, + "end": 99154, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 55 }, "end": { - "line": 2074, + "line": 2116, "column": 58 }, "identifierName": "_sy" @@ -151790,15 +151926,15 @@ { "type": "CommentLine", "value": " \" ̄⊃\"", - "start": 96698, - "end": 96705, + "start": 99088, + "end": 99095, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 66 }, "end": { - "line": 2073, + "line": 2115, "column": 73 } } @@ -151808,15 +151944,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -151825,57 +151961,57 @@ }, { "type": "ExpressionStatement", - "start": 96878, - "end": 96920, + "start": 99268, + "end": 99310, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 96878, - "end": 96920, + "start": 99268, + "end": 99310, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 96878, - "end": 96898, + "start": 99268, + "end": 99288, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 48 } }, "object": { "type": "Identifier", - "start": 96878, - "end": 96891, + "start": 99268, + "end": 99281, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 41 }, "identifierName": "ctx_relations" @@ -151885,15 +152021,15 @@ }, "property": { "type": "Identifier", - "start": 96892, - "end": 96898, + "start": 99282, + "end": 99288, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 42 }, "end": { - "line": 2076, + "line": 2118, "column": 48 }, "identifierName": "lineTo" @@ -151906,29 +152042,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96900, - "end": 96913, + "start": 99290, + "end": 99303, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 50 }, "end": { - "line": 2076, + "line": 2118, "column": 63 } }, "left": { "type": "Identifier", - "start": 96900, - "end": 96903, + "start": 99290, + "end": 99293, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 50 }, "end": { - "line": 2076, + "line": 2118, "column": 53 }, "identifierName": "_sx" @@ -151938,15 +152074,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 96906, - "end": 96913, + "start": 99296, + "end": 99303, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 56 }, "end": { - "line": 2076, + "line": 2118, "column": 63 }, "identifierName": "_radius" @@ -151956,15 +152092,15 @@ }, { "type": "Identifier", - "start": 96915, - "end": 96918, + "start": 99305, + "end": 99308, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 65 }, "end": { - "line": 2076, + "line": 2118, "column": 68 }, "identifierName": "_sy" @@ -151979,15 +152115,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -151997,15 +152133,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -152013,15 +152149,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -152030,57 +152166,57 @@ }, { "type": "ExpressionStatement", - "start": 97112, - "end": 97209, + "start": 99502, + "end": 99599, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 125 } }, "expression": { "type": "CallExpression", - "start": 97112, - "end": 97209, + "start": 99502, + "end": 99599, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 97112, - "end": 97139, + "start": 99502, + "end": 99529, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 55 } }, "object": { "type": "Identifier", - "start": 97112, - "end": 97125, + "start": 99502, + "end": 99515, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 41 }, "identifierName": "ctx_relations" @@ -152090,15 +152226,15 @@ }, "property": { "type": "Identifier", - "start": 97126, - "end": 97139, + "start": 99516, + "end": 99529, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 42 }, "end": { - "line": 2078, + "line": 2120, "column": 55 }, "identifierName": "bezierCurveTo" @@ -152111,29 +152247,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 97141, - "end": 97158, + "start": 99531, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 57 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, "left": { "type": "Identifier", - "start": 97141, - "end": 97144, + "start": 99531, + "end": 99534, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 57 }, "end": { - "line": 2078, + "line": 2120, "column": 60 }, "identifierName": "_sx" @@ -152143,29 +152279,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 97147, - "end": 97158, + "start": 99537, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 63 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, "left": { "type": "Identifier", - "start": 97147, - "end": 97154, + "start": 99537, + "end": 99544, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 63 }, "end": { - "line": 2078, + "line": 2120, "column": 70 }, "identifierName": "_radius" @@ -152175,15 +152311,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 97157, - "end": 97158, + "start": 99547, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 73 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, @@ -152197,15 +152333,15 @@ }, { "type": "Identifier", - "start": 97160, - "end": 97163, + "start": 99550, + "end": 99553, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 76 }, "end": { - "line": 2078, + "line": 2120, "column": 79 }, "identifierName": "_sy" @@ -152214,29 +152350,29 @@ }, { "type": "BinaryExpression", - "start": 97165, - "end": 97182, + "start": 99555, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 81 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, "left": { "type": "Identifier", - "start": 97165, - "end": 97168, + "start": 99555, + "end": 99558, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 81 }, "end": { - "line": 2078, + "line": 2120, "column": 84 }, "identifierName": "_sx" @@ -152246,29 +152382,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 97171, - "end": 97182, + "start": 99561, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 87 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, "left": { "type": "Identifier", - "start": 97171, - "end": 97178, + "start": 99561, + "end": 99568, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 87 }, "end": { - "line": 2078, + "line": 2120, "column": 94 }, "identifierName": "_radius" @@ -152278,15 +152414,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 97181, - "end": 97182, + "start": 99571, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 97 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, @@ -152300,15 +152436,15 @@ }, { "type": "Identifier", - "start": 97184, - "end": 97187, + "start": 99574, + "end": 99577, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 100 }, "end": { - "line": 2078, + "line": 2120, "column": 103 }, "identifierName": "_ey" @@ -152317,29 +152453,29 @@ }, { "type": "BinaryExpression", - "start": 97189, - "end": 97202, + "start": 99579, + "end": 99592, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 105 }, "end": { - "line": 2078, + "line": 2120, "column": 118 } }, "left": { "type": "Identifier", - "start": 97189, - "end": 97192, + "start": 99579, + "end": 99582, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 105 }, "end": { - "line": 2078, + "line": 2120, "column": 108 }, "identifierName": "_sx" @@ -152349,15 +152485,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 97195, - "end": 97202, + "start": 99585, + "end": 99592, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 111 }, "end": { - "line": 2078, + "line": 2120, "column": 118 }, "identifierName": "_radius" @@ -152367,15 +152503,15 @@ }, { "type": "Identifier", - "start": 97204, - "end": 97207, + "start": 99594, + "end": 99597, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 120 }, "end": { - "line": 2078, + "line": 2120, "column": 123 }, "identifierName": "_ey" @@ -152390,15 +152526,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -152406,15 +152542,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -152424,15 +152560,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -152441,57 +152577,57 @@ }, { "type": "ExpressionStatement", - "start": 97245, - "end": 97277, + "start": 99635, + "end": 99667, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 97245, - "end": 97277, + "start": 99635, + "end": 99667, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 97245, - "end": 97265, + "start": 99635, + "end": 99655, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 48 } }, "object": { "type": "Identifier", - "start": 97245, - "end": 97258, + "start": 99635, + "end": 99648, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 41 }, "identifierName": "ctx_relations" @@ -152501,15 +152637,15 @@ }, "property": { "type": "Identifier", - "start": 97259, - "end": 97265, + "start": 99649, + "end": 99655, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 42 }, "end": { - "line": 2079, + "line": 2121, "column": 48 }, "identifierName": "lineTo" @@ -152522,15 +152658,15 @@ "arguments": [ { "type": "Identifier", - "start": 97267, - "end": 97270, + "start": 99657, + "end": 99660, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 50 }, "end": { - "line": 2079, + "line": 2121, "column": 53 }, "identifierName": "_ex" @@ -152539,15 +152675,15 @@ }, { "type": "Identifier", - "start": 97272, - "end": 97275, + "start": 99662, + "end": 99665, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 55 }, "end": { - "line": 2079, + "line": 2121, "column": 58 }, "identifierName": "_ey" @@ -152562,15 +152698,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -152580,15 +152716,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -152597,15 +152733,15 @@ }, { "type": "BreakStatement", - "start": 97313, - "end": 97318, + "start": 99703, + "end": 99708, "loc": { "start": { - "line": 2080, + "line": 2122, "column": 28 }, "end": { - "line": 2080, + "line": 2122, "column": 33 } }, @@ -152614,15 +152750,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -152632,43 +152768,43 @@ ], "test": { "type": "CallExpression", - "start": 96661, - "end": 96696, + "start": 99051, + "end": 99086, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 96661, - "end": 96677, + "start": 99051, + "end": 99067, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 96661, - "end": 96672, + "start": 99051, + "end": 99062, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 40 } }, @@ -152681,15 +152817,15 @@ }, "property": { "type": "Identifier", - "start": 96673, - "end": 96677, + "start": 99063, + "end": 99067, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 41 }, "end": { - "line": 2073, + "line": 2115, "column": 45 }, "identifierName": "test" @@ -152702,29 +152838,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 96679, - "end": 96694, + "start": 99069, + "end": 99084, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 47 }, "end": { - "line": 2073, + "line": 2115, "column": 62 } }, "object": { "type": "Identifier", - "start": 96679, - "end": 96689, + "start": 99069, + "end": 99079, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 47 }, "end": { - "line": 2073, + "line": 2115, "column": 57 }, "identifierName": "_curveType" @@ -152733,15 +152869,15 @@ }, "property": { "type": "Identifier", - "start": 96690, - "end": 96693, + "start": 99080, + "end": 99083, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 58 }, "end": { - "line": 2073, + "line": 2115, "column": 61 }, "identifierName": "_ba" @@ -152757,15 +152893,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -152777,15 +152913,15 @@ { "type": "CommentLine", "value": " console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )", - "start": 92640, - "end": 92712, + "start": 95030, + "end": 95102, "loc": { "start": { - "line": 2013, + "line": 2055, "column": 0 }, "end": { - "line": 2013, + "line": 2055, "column": 72 } } @@ -152797,72 +152933,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 97364, - "end": 97489, + "start": 99754, + "end": 99879, "loc": { "start": { - "line": 2082, + "line": 2124, "column": 23 }, "end": { - "line": 2085, + "line": 2127, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 97386, - "end": 97418, + "start": 99776, + "end": 99808, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 97386, - "end": 97418, + "start": 99776, + "end": 99808, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 97386, - "end": 97406, + "start": 99776, + "end": 99796, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 40 } }, "object": { "type": "Identifier", - "start": 97386, - "end": 97399, + "start": 99776, + "end": 99789, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 33 }, "identifierName": "ctx_relations" @@ -152871,15 +153007,15 @@ }, "property": { "type": "Identifier", - "start": 97400, - "end": 97406, + "start": 99790, + "end": 99796, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 34 }, "end": { - "line": 2083, + "line": 2125, "column": 40 }, "identifierName": "moveTo" @@ -152891,15 +153027,15 @@ "arguments": [ { "type": "Identifier", - "start": 97408, - "end": 97411, + "start": 99798, + "end": 99801, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 42 }, "end": { - "line": 2083, + "line": 2125, "column": 45 }, "identifierName": "_sx" @@ -152908,15 +153044,15 @@ }, { "type": "Identifier", - "start": 97413, - "end": 97416, + "start": 99803, + "end": 99806, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 47 }, "end": { - "line": 2083, + "line": 2125, "column": 50 }, "identifierName": "_sy" @@ -152928,57 +153064,57 @@ }, { "type": "ExpressionStatement", - "start": 97439, - "end": 97471, + "start": 99829, + "end": 99861, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 97439, - "end": 97471, + "start": 99829, + "end": 99861, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 97439, - "end": 97459, + "start": 99829, + "end": 99849, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 40 } }, "object": { "type": "Identifier", - "start": 97439, - "end": 97452, + "start": 99829, + "end": 99842, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 33 }, "identifierName": "ctx_relations" @@ -152987,15 +153123,15 @@ }, "property": { "type": "Identifier", - "start": 97453, - "end": 97459, + "start": 99843, + "end": 99849, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 34 }, "end": { - "line": 2084, + "line": 2126, "column": 40 }, "identifierName": "lineTo" @@ -153007,15 +153143,15 @@ "arguments": [ { "type": "Identifier", - "start": 97461, - "end": 97464, + "start": 99851, + "end": 99854, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 42 }, "end": { - "line": 2084, + "line": 2126, "column": 45 }, "identifierName": "_ex" @@ -153024,15 +153160,15 @@ }, { "type": "Identifier", - "start": 97466, - "end": 97469, + "start": 99856, + "end": 99859, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 47 }, "end": { - "line": 2084, + "line": 2126, "column": 50 }, "identifierName": "_ey" @@ -153050,15 +153186,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -153067,57 +153203,57 @@ }, { "type": "ExpressionStatement", - "start": 97550, - "end": 97572, + "start": 99940, + "end": 99962, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 97550, - "end": 97572, + "start": 99940, + "end": 99962, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 97550, - "end": 97570, + "start": 99940, + "end": 99960, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 36 } }, "object": { "type": "Identifier", - "start": 97550, - "end": 97563, + "start": 99940, + "end": 99953, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 29 }, "identifierName": "ctx_relations" @@ -153127,15 +153263,15 @@ }, "property": { "type": "Identifier", - "start": 97564, - "end": 97570, + "start": 99954, + "end": 99960, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 30 }, "end": { - "line": 2087, + "line": 2129, "column": 36 }, "identifierName": "stroke" @@ -153152,15 +153288,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -153177,57 +153313,57 @@ }, { "type": "ExpressionStatement", - "start": 97604, - "end": 97672, + "start": 99994, + "end": 100062, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 97604, - "end": 97672, + "start": 99994, + "end": 100062, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 97604, - "end": 97627, + "start": 99994, + "end": 100017, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 31 } }, "object": { "type": "Identifier", - "start": 97604, - "end": 97617, + "start": 99994, + "end": 100007, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 21 }, "identifierName": "ctx_relations" @@ -153236,15 +153372,15 @@ }, "property": { "type": "Identifier", - "start": 97618, - "end": 97627, + "start": 100008, + "end": 100017, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 22 }, "end": { - "line": 2090, + "line": 2132, "column": 31 }, "identifierName": "clearRect" @@ -153256,15 +153392,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 97629, - "end": 97630, + "start": 100019, + "end": 100020, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 33 }, "end": { - "line": 2090, + "line": 2132, "column": 34 } }, @@ -153276,15 +153412,15 @@ }, { "type": "NumericLiteral", - "start": 97632, - "end": 97633, + "start": 100022, + "end": 100023, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 36 }, "end": { - "line": 2090, + "line": 2132, "column": 37 } }, @@ -153296,43 +153432,43 @@ }, { "type": "MemberExpression", - "start": 97635, - "end": 97651, + "start": 100025, + "end": 100041, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 97635, - "end": 97645, + "start": 100025, + "end": 100035, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 49 } }, "object": { "type": "Identifier", - "start": 97635, - "end": 97642, + "start": 100025, + "end": 100032, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 46 }, "identifierName": "_canvas" @@ -153341,15 +153477,15 @@ }, "property": { "type": "NumericLiteral", - "start": 97643, - "end": 97644, + "start": 100033, + "end": 100034, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 47 }, "end": { - "line": 2090, + "line": 2132, "column": 48 } }, @@ -153363,15 +153499,15 @@ }, "property": { "type": "Identifier", - "start": 97646, - "end": 97651, + "start": 100036, + "end": 100041, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 50 }, "end": { - "line": 2090, + "line": 2132, "column": 55 }, "identifierName": "width" @@ -153382,43 +153518,43 @@ }, { "type": "MemberExpression", - "start": 97653, - "end": 97670, + "start": 100043, + "end": 100060, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 97653, - "end": 97663, + "start": 100043, + "end": 100053, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 67 } }, "object": { "type": "Identifier", - "start": 97653, - "end": 97660, + "start": 100043, + "end": 100050, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 64 }, "identifierName": "_canvas" @@ -153427,15 +153563,15 @@ }, "property": { "type": "NumericLiteral", - "start": 97661, - "end": 97662, + "start": 100051, + "end": 100052, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 65 }, "end": { - "line": 2090, + "line": 2132, "column": 66 } }, @@ -153449,15 +153585,15 @@ }, "property": { "type": "Identifier", - "start": 97664, - "end": 97670, + "start": 100054, + "end": 100060, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 68 }, "end": { - "line": 2090, + "line": 2132, "column": 74 }, "identifierName": "height" @@ -153473,15 +153609,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -153490,57 +153626,57 @@ }, { "type": "ExpressionStatement", - "start": 97745, - "end": 99938, + "start": 100135, + "end": 102328, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2138, + "line": 2180, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 97745, - "end": 99938, + "start": 100135, + "end": 102328, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2138, + "line": 2180, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 97745, - "end": 97759, + "start": 100135, + "end": 100149, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2092, + "line": 2134, "column": 22 } }, "object": { "type": "Identifier", - "start": 97745, - "end": 97751, + "start": 100135, + "end": 100141, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2092, + "line": 2134, "column": 14 }, "identifierName": "events" @@ -153550,15 +153686,15 @@ }, "property": { "type": "Identifier", - "start": 97752, - "end": 97759, + "start": 100142, + "end": 100149, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 15 }, "end": { - "line": 2092, + "line": 2134, "column": 22 }, "identifierName": "forEach" @@ -153571,15 +153707,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 97761, - "end": 99937, + "start": 100151, + "end": 102327, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 24 }, "end": { - "line": 2138, + "line": 2180, "column": 9 } }, @@ -153590,15 +153726,15 @@ "params": [ { "type": "Identifier", - "start": 97763, - "end": 97766, + "start": 100153, + "end": 100156, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 26 }, "end": { - "line": 2092, + "line": 2134, "column": 29 }, "identifierName": "evt" @@ -153608,59 +153744,59 @@ ], "body": { "type": "BlockStatement", - "start": 97772, - "end": 99937, + "start": 100162, + "end": 102327, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 35 }, "end": { - "line": 2138, + "line": 2180, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 97786, - "end": 97887, + "start": 100176, + "end": 100277, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 12 }, "end": { - "line": 2095, + "line": 2137, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 97790, - "end": 97809, + "start": 100180, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 16 }, "end": { - "line": 2093, + "line": 2135, "column": 35 } }, "id": { "type": "Identifier", - "start": 97790, - "end": 97794, + "start": 100180, + "end": 100184, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 16 }, "end": { - "line": 2093, + "line": 2135, "column": 20 }, "identifierName": "_rel" @@ -153669,29 +153805,29 @@ }, "init": { "type": "MemberExpression", - "start": 97797, - "end": 97809, + "start": 100187, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 23 }, "end": { - "line": 2093, + "line": 2135, "column": 35 } }, "object": { "type": "Identifier", - "start": 97797, - "end": 97800, + "start": 100187, + "end": 100190, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 23 }, "end": { - "line": 2093, + "line": 2135, "column": 26 }, "identifierName": "evt" @@ -153700,15 +153836,15 @@ }, "property": { "type": "Identifier", - "start": 97801, - "end": 97809, + "start": 100191, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 27 }, "end": { - "line": 2093, + "line": 2135, "column": 35 }, "identifierName": "relation" @@ -153720,29 +153856,29 @@ }, { "type": "VariableDeclarator", - "start": 97827, - "end": 97830, + "start": 100217, + "end": 100220, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 16 }, "end": { - "line": 2094, + "line": 2136, "column": 19 } }, "id": { "type": "Identifier", - "start": 97827, - "end": 97830, + "start": 100217, + "end": 100220, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 16 }, "end": { - "line": 2094, + "line": 2136, "column": 19 }, "identifierName": "_sx" @@ -153753,29 +153889,29 @@ }, { "type": "VariableDeclarator", - "start": 97832, - "end": 97835, + "start": 100222, + "end": 100225, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 21 }, "end": { - "line": 2094, + "line": 2136, "column": 24 } }, "id": { "type": "Identifier", - "start": 97832, - "end": 97835, + "start": 100222, + "end": 100225, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 21 }, "end": { - "line": 2094, + "line": 2136, "column": 24 }, "identifierName": "_sy" @@ -153786,29 +153922,29 @@ }, { "type": "VariableDeclarator", - "start": 97837, - "end": 97840, + "start": 100227, + "end": 100230, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 26 }, "end": { - "line": 2094, + "line": 2136, "column": 29 } }, "id": { "type": "Identifier", - "start": 97837, - "end": 97840, + "start": 100227, + "end": 100230, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 26 }, "end": { - "line": 2094, + "line": 2136, "column": 29 }, "identifierName": "_ex" @@ -153819,29 +153955,29 @@ }, { "type": "VariableDeclarator", - "start": 97842, - "end": 97845, + "start": 100232, + "end": 100235, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 31 }, "end": { - "line": 2094, + "line": 2136, "column": 34 } }, "id": { "type": "Identifier", - "start": 97842, - "end": 97845, + "start": 100232, + "end": 100235, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 31 }, "end": { - "line": 2094, + "line": 2136, "column": 34 }, "identifierName": "_ey" @@ -153852,29 +153988,29 @@ }, { "type": "VariableDeclarator", - "start": 97864, - "end": 97873, + "start": 100254, + "end": 100263, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 16 }, "end": { - "line": 2095, + "line": 2137, "column": 25 } }, "id": { "type": "Identifier", - "start": 97864, - "end": 97873, + "start": 100254, + "end": 100263, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 16 }, "end": { - "line": 2095, + "line": 2137, "column": 25 }, "identifierName": "_targetId" @@ -153885,29 +154021,29 @@ }, { "type": "VariableDeclarator", - "start": 97875, - "end": 97887, + "start": 100265, + "end": 100277, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 27 }, "end": { - "line": 2095, + "line": 2137, "column": 39 } }, "id": { "type": "Identifier", - "start": 97875, - "end": 97887, + "start": 100265, + "end": 100277, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 27 }, "end": { - "line": 2095, + "line": 2137, "column": 39 }, "identifierName": "_targetEvent" @@ -153921,57 +154057,57 @@ }, { "type": "IfStatement", - "start": 97913, - "end": 98887, + "start": 100303, + "end": 101277, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 12 }, "end": { - "line": 2116, + "line": 2158, "column": 13 } }, "test": { "type": "CallExpression", - "start": 97918, - "end": 97949, + "start": 100308, + "end": 100339, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 97918, - "end": 97937, + "start": 100308, + "end": 100327, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 36 } }, "object": { "type": "Identifier", - "start": 97918, - "end": 97922, + "start": 100308, + "end": 100312, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 21 }, "identifierName": "_rel" @@ -153980,15 +154116,15 @@ }, "property": { "type": "Identifier", - "start": 97923, - "end": 97937, + "start": 100313, + "end": 100327, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 22 }, "end": { - "line": 2097, + "line": 2139, "column": 36 }, "identifierName": "hasOwnProperty" @@ -154000,15 +154136,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 97939, - "end": 97947, + "start": 100329, + "end": 100337, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 38 }, "end": { - "line": 2097, + "line": 2139, "column": 46 } }, @@ -154022,59 +154158,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 97952, - "end": 98887, + "start": 100342, + "end": 101277, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 51 }, "end": { - "line": 2116, + "line": 2158, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 98128, - "end": 98140, + "start": 100518, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 98128, - "end": 98140, + "start": 100518, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98128, - "end": 98131, + "start": 100518, + "end": 100521, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 19 }, "identifierName": "_sx" @@ -154084,29 +154220,29 @@ }, "right": { "type": "MemberExpression", - "start": 98134, - "end": 98140, + "start": 100524, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 22 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "object": { "type": "Identifier", - "start": 98134, - "end": 98138, + "start": 100524, + "end": 100528, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 22 }, "end": { - "line": 2100, + "line": 2142, "column": 26 }, "identifierName": "_rel" @@ -154115,15 +154251,15 @@ }, "property": { "type": "Identifier", - "start": 98139, - "end": 98140, + "start": 100529, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 27 }, "end": { - "line": 2100, + "line": 2142, "column": 28 }, "identifierName": "x" @@ -154138,15 +154274,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 97970, - "end": 98032, + "start": 100360, + "end": 100422, "loc": { "start": { - "line": 2098, + "line": 2140, "column": 16 }, "end": { - "line": 2098, + "line": 2140, "column": 78 } } @@ -154154,15 +154290,15 @@ { "type": "CommentLine", "value": " (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 98049, - "end": 98111, + "start": 100439, + "end": 100501, "loc": { "start": { - "line": 2099, + "line": 2141, "column": 16 }, "end": { - "line": 2099, + "line": 2141, "column": 78 } } @@ -154171,44 +154307,44 @@ }, { "type": "ExpressionStatement", - "start": 98157, - "end": 98169, + "start": 100547, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 98157, - "end": 98169, + "start": 100547, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98157, - "end": 98160, + "start": 100547, + "end": 100550, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 19 }, "identifierName": "_sy" @@ -154217,29 +154353,29 @@ }, "right": { "type": "MemberExpression", - "start": 98163, - "end": 98169, + "start": 100553, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 22 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "object": { "type": "Identifier", - "start": 98163, - "end": 98167, + "start": 100553, + "end": 100557, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 22 }, "end": { - "line": 2101, + "line": 2143, "column": 26 }, "identifierName": "_rel" @@ -154248,15 +154384,15 @@ }, "property": { "type": "Identifier", - "start": 98168, - "end": 98169, + "start": 100558, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 27 }, "end": { - "line": 2101, + "line": 2143, "column": 28 }, "identifierName": "y" @@ -154269,44 +154405,44 @@ }, { "type": "ExpressionStatement", - "start": 98186, - "end": 98225, + "start": 100576, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 98186, - "end": 98225, + "start": 100576, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98186, - "end": 98195, + "start": 100576, + "end": 100585, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 25 }, "identifierName": "_targetId" @@ -154315,29 +154451,29 @@ }, "right": { "type": "CallExpression", - "start": 98198, - "end": 98225, + "start": 100588, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 28 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "callee": { "type": "Identifier", - "start": 98198, - "end": 98206, + "start": 100588, + "end": 100596, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 28 }, "end": { - "line": 2102, + "line": 2144, "column": 36 }, "identifierName": "parseInt" @@ -154347,29 +154483,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 98208, - "end": 98219, + "start": 100598, + "end": 100609, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 38 }, "end": { - "line": 2102, + "line": 2144, "column": 49 } }, "object": { "type": "Identifier", - "start": 98208, - "end": 98212, + "start": 100598, + "end": 100602, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 38 }, "end": { - "line": 2102, + "line": 2144, "column": 42 }, "identifierName": "_rel" @@ -154378,15 +154514,15 @@ }, "property": { "type": "Identifier", - "start": 98213, - "end": 98219, + "start": 100603, + "end": 100609, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 43 }, "end": { - "line": 2102, + "line": 2144, "column": 49 }, "identifierName": "before" @@ -154397,15 +154533,15 @@ }, { "type": "NumericLiteral", - "start": 98221, - "end": 98223, + "start": 100611, + "end": 100613, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 51 }, "end": { - "line": 2102, + "line": 2144, "column": 53 } }, @@ -154421,43 +154557,43 @@ }, { "type": "IfStatement", - "start": 98242, - "end": 98719, + "start": 100632, + "end": 101109, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 16 }, "end": { - "line": 2112, + "line": 2154, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 98247, - "end": 98260, + "start": 100637, + "end": 100650, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 21 }, "end": { - "line": 2103, + "line": 2145, "column": 34 } }, "left": { "type": "Identifier", - "start": 98247, - "end": 98256, + "start": 100637, + "end": 100646, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 21 }, "end": { - "line": 2103, + "line": 2145, "column": 30 }, "identifierName": "_targetId" @@ -154467,15 +154603,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 98259, - "end": 98260, + "start": 100649, + "end": 100650, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 33 }, "end": { - "line": 2103, + "line": 2145, "column": 34 } }, @@ -154488,59 +154624,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98263, - "end": 98340, + "start": 100653, + "end": 100730, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 37 }, "end": { - "line": 2106, + "line": 2148, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98285, - "end": 98292, + "start": 100675, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 98285, - "end": 98292, + "start": 100675, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98285, - "end": 98288, + "start": 100675, + "end": 100678, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 23 }, "identifierName": "_ex" @@ -154549,15 +154685,15 @@ }, "right": { "type": "NumericLiteral", - "start": 98291, - "end": 98292, + "start": 100681, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 26 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, @@ -154571,44 +154707,44 @@ }, { "type": "ExpressionStatement", - "start": 98313, - "end": 98322, + "start": 100703, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 98313, - "end": 98322, + "start": 100703, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98313, - "end": 98316, + "start": 100703, + "end": 100706, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 23 }, "identifierName": "_ey" @@ -154617,15 +154753,15 @@ }, "right": { "type": "Identifier", - "start": 98319, - "end": 98322, + "start": 100709, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 26 }, "end": { - "line": 2105, + "line": 2147, "column": 29 }, "identifierName": "_sy" @@ -154639,59 +154775,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 98346, - "end": 98719, + "start": 100736, + "end": 101109, "loc": { "start": { - "line": 2106, + "line": 2148, "column": 23 }, "end": { - "line": 2112, + "line": 2154, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98368, - "end": 98451, + "start": 100758, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 98368, - "end": 98451, + "start": 100758, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98368, - "end": 98380, + "start": 100758, + "end": 100770, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 32 }, "identifierName": "_targetEvent" @@ -154700,43 +154836,43 @@ }, "right": { "type": "CallExpression", - "start": 98383, - "end": 98451, + "start": 100773, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 98383, - "end": 98394, + "start": 100773, + "end": 100784, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 46 } }, "object": { "type": "Identifier", - "start": 98383, - "end": 98389, + "start": 100773, + "end": 100779, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 41 }, "identifierName": "events" @@ -154745,15 +154881,15 @@ }, "property": { "type": "Identifier", - "start": 98390, - "end": 98394, + "start": 100780, + "end": 100784, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 42 }, "end": { - "line": 2107, + "line": 2149, "column": 46 }, "identifierName": "find" @@ -154765,15 +154901,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 98396, - "end": 98449, + "start": 100786, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 48 }, "end": { - "line": 2107, + "line": 2149, "column": 101 } }, @@ -154784,15 +154920,15 @@ "params": [ { "type": "Identifier", - "start": 98398, - "end": 98402, + "start": 100788, + "end": 100792, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 50 }, "end": { - "line": 2107, + "line": 2149, "column": 54 }, "identifierName": "_evt" @@ -154802,43 +154938,43 @@ ], "body": { "type": "BinaryExpression", - "start": 98408, - "end": 98449, + "start": 100798, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 101 } }, "left": { "type": "CallExpression", - "start": 98408, - "end": 98436, + "start": 100798, + "end": 100826, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 88 } }, "callee": { "type": "Identifier", - "start": 98408, - "end": 98416, + "start": 100798, + "end": 100806, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 68 }, "identifierName": "parseInt" @@ -154848,29 +154984,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 98418, - "end": 98430, + "start": 100808, + "end": 100820, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 70 }, "end": { - "line": 2107, + "line": 2149, "column": 82 } }, "object": { "type": "Identifier", - "start": 98418, - "end": 98422, + "start": 100808, + "end": 100812, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 70 }, "end": { - "line": 2107, + "line": 2149, "column": 74 }, "identifierName": "_evt" @@ -154879,15 +155015,15 @@ }, "property": { "type": "Identifier", - "start": 98423, - "end": 98430, + "start": 100813, + "end": 100820, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 75 }, "end": { - "line": 2107, + "line": 2149, "column": 82 }, "identifierName": "eventId" @@ -154898,15 +155034,15 @@ }, { "type": "NumericLiteral", - "start": 98432, - "end": 98434, + "start": 100822, + "end": 100824, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 84 }, "end": { - "line": 2107, + "line": 2149, "column": 86 } }, @@ -154921,15 +155057,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 98440, - "end": 98449, + "start": 100830, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 92 }, "end": { - "line": 2107, + "line": 2149, "column": 101 }, "identifierName": "_targetId" @@ -154944,43 +155080,43 @@ }, { "type": "IfStatement", - "start": 98472, - "end": 98701, + "start": 100862, + "end": 101091, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 20 }, "end": { - "line": 2111, + "line": 2153, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 98477, - "end": 98533, + "start": 100867, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 25 }, "end": { - "line": 2108, + "line": 2150, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 98477, - "end": 98508, + "start": 100867, + "end": 100898, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 25 }, "end": { - "line": 2108, + "line": 2150, "column": 56 } }, @@ -154988,58 +155124,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 98479, - "end": 98508, + "start": 100869, + "end": 100898, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 98479, - "end": 98492, + "start": 100869, + "end": 100882, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 98479, - "end": 98483, + "start": 100869, + "end": 100873, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 31 } } }, "property": { "type": "Identifier", - "start": 98484, - "end": 98492, + "start": 100874, + "end": 100882, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 32 }, "end": { - "line": 2108, + "line": 2150, "column": 40 }, "identifierName": "is_empty" @@ -155051,15 +155187,15 @@ "arguments": [ { "type": "Identifier", - "start": 98494, - "end": 98506, + "start": 100884, + "end": 100896, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 42 }, "end": { - "line": 2108, + "line": 2150, "column": 54 }, "identifierName": "_targetEvent" @@ -155075,29 +155211,29 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 98512, - "end": 98533, + "start": 100902, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 60 }, "end": { - "line": 2108, + "line": 2150, "column": 81 } }, "object": { "type": "Identifier", - "start": 98512, - "end": 98524, + "start": 100902, + "end": 100914, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 60 }, "end": { - "line": 2108, + "line": 2150, "column": 72 }, "identifierName": "_targetEvent" @@ -155106,15 +155242,15 @@ }, "property": { "type": "Identifier", - "start": 98525, - "end": 98533, + "start": 100915, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 73 }, "end": { - "line": 2108, + "line": 2150, "column": 81 }, "identifierName": "relation" @@ -155126,59 +155262,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98536, - "end": 98701, + "start": 100926, + "end": 101091, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 84 }, "end": { - "line": 2111, + "line": 2153, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 98562, - "end": 98625, + "start": 100952, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 98562, - "end": 98625, + "start": 100952, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98562, - "end": 98565, + "start": 100952, + "end": 100955, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 27 }, "identifierName": "_ex" @@ -155187,71 +155323,71 @@ }, "right": { "type": "ConditionalExpression", - "start": 98568, - "end": 98625, + "start": 100958, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "test": { "type": "BinaryExpression", - "start": 98568, - "end": 98595, + "start": 100958, + "end": 100985, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 98568, - "end": 98591, + "start": 100958, + "end": 100981, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 98568, - "end": 98589, + "start": 100958, + "end": 100979, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 51 } }, "object": { "type": "Identifier", - "start": 98568, - "end": 98580, + "start": 100958, + "end": 100970, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 42 }, "identifierName": "_targetEvent" @@ -155260,15 +155396,15 @@ }, "property": { "type": "Identifier", - "start": 98581, - "end": 98589, + "start": 100971, + "end": 100979, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 43 }, "end": { - "line": 2109, + "line": 2151, "column": 51 }, "identifierName": "relation" @@ -155279,15 +155415,15 @@ }, "property": { "type": "Identifier", - "start": 98590, - "end": 98591, + "start": 100980, + "end": 100981, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 52 }, "end": { - "line": 2109, + "line": 2151, "column": 53 }, "identifierName": "x" @@ -155299,15 +155435,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 98594, - "end": 98595, + "start": 100984, + "end": 100985, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 56 }, "end": { - "line": 2109, + "line": 2151, "column": 57 } }, @@ -155320,15 +155456,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 98598, - "end": 98599, + "start": 100988, + "end": 100989, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 60 }, "end": { - "line": 2109, + "line": 2151, "column": 61 } }, @@ -155340,43 +155476,43 @@ }, "alternate": { "type": "MemberExpression", - "start": 98602, - "end": 98625, + "start": 100992, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "object": { "type": "MemberExpression", - "start": 98602, - "end": 98623, + "start": 100992, + "end": 101013, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 85 } }, "object": { "type": "Identifier", - "start": 98602, - "end": 98614, + "start": 100992, + "end": 101004, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 76 }, "identifierName": "_targetEvent" @@ -155385,15 +155521,15 @@ }, "property": { "type": "Identifier", - "start": 98615, - "end": 98623, + "start": 101005, + "end": 101013, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 77 }, "end": { - "line": 2109, + "line": 2151, "column": 85 }, "identifierName": "relation" @@ -155404,15 +155540,15 @@ }, "property": { "type": "Identifier", - "start": 98624, - "end": 98625, + "start": 101014, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 86 }, "end": { - "line": 2109, + "line": 2151, "column": 87 }, "identifierName": "x" @@ -155426,44 +155562,44 @@ }, { "type": "ExpressionStatement", - "start": 98650, - "end": 98679, + "start": 101040, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 98650, - "end": 98679, + "start": 101040, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98650, - "end": 98653, + "start": 101040, + "end": 101043, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 27 }, "identifierName": "_ey" @@ -155472,43 +155608,43 @@ }, "right": { "type": "MemberExpression", - "start": 98656, - "end": 98679, + "start": 101046, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 98656, - "end": 98677, + "start": 101046, + "end": 101067, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 51 } }, "object": { "type": "Identifier", - "start": 98656, - "end": 98668, + "start": 101046, + "end": 101058, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 42 }, "identifierName": "_targetEvent" @@ -155517,15 +155653,15 @@ }, "property": { "type": "Identifier", - "start": 98669, - "end": 98677, + "start": 101059, + "end": 101067, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 43 }, "end": { - "line": 2110, + "line": 2152, "column": 51 }, "identifierName": "relation" @@ -155536,15 +155672,15 @@ }, "property": { "type": "Identifier", - "start": 98678, - "end": 98679, + "start": 101068, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 52 }, "end": { - "line": 2110, + "line": 2152, "column": 53 }, "identifierName": "y" @@ -155566,85 +155702,85 @@ }, { "type": "IfStatement", - "start": 98736, - "end": 98873, + "start": 101126, + "end": 101263, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 16 }, "end": { - "line": 2115, + "line": 2157, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 98741, - "end": 98785, + "start": 101131, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, "left": { "type": "LogicalExpression", - "start": 98741, - "end": 98773, + "start": 101131, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, "left": { "type": "LogicalExpression", - "start": 98741, - "end": 98761, + "start": 101131, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 98741, - "end": 98749, + "start": 101131, + "end": 101139, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 29 } }, "left": { "type": "Identifier", - "start": 98741, - "end": 98744, + "start": 101131, + "end": 101134, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 24 }, "identifierName": "_sx" @@ -155654,15 +155790,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98748, - "end": 98749, + "start": 101138, + "end": 101139, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 28 }, "end": { - "line": 2113, + "line": 2155, "column": 29 } }, @@ -155676,29 +155812,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98753, - "end": 98761, + "start": 101143, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 33 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, "left": { "type": "Identifier", - "start": 98753, - "end": 98756, + "start": 101143, + "end": 101146, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 33 }, "end": { - "line": 2113, + "line": 2155, "column": 36 }, "identifierName": "_sy" @@ -155708,15 +155844,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98760, - "end": 98761, + "start": 101150, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 40 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, @@ -155731,29 +155867,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98765, - "end": 98773, + "start": 101155, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 45 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, "left": { "type": "Identifier", - "start": 98765, - "end": 98768, + "start": 101155, + "end": 101158, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 45 }, "end": { - "line": 2113, + "line": 2155, "column": 48 }, "identifierName": "_ex" @@ -155763,15 +155899,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98772, - "end": 98773, + "start": 101162, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 52 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, @@ -155786,29 +155922,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98777, - "end": 98785, + "start": 101167, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 57 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, "left": { "type": "Identifier", - "start": 98777, - "end": 98780, + "start": 101167, + "end": 101170, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 57 }, "end": { - "line": 2113, + "line": 2155, "column": 60 }, "identifierName": "_ey" @@ -155818,15 +155954,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98784, - "end": 98785, + "start": 101174, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 64 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, @@ -155840,58 +155976,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 98788, - "end": 98873, + "start": 101178, + "end": 101263, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 68 }, "end": { - "line": 2115, + "line": 2157, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98810, - "end": 98855, + "start": 101200, + "end": 101245, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 98810, - "end": 98855, + "start": 101200, + "end": 101245, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 65 } }, "callee": { "type": "Identifier", - "start": 98810, - "end": 98818, + "start": 101200, + "end": 101208, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 28 }, "identifierName": "drawLine" @@ -155901,15 +156037,15 @@ "arguments": [ { "type": "Identifier", - "start": 98820, - "end": 98823, + "start": 101210, + "end": 101213, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 30 }, "end": { - "line": 2114, + "line": 2156, "column": 33 }, "identifierName": "_sx" @@ -155918,15 +156054,15 @@ }, { "type": "Identifier", - "start": 98825, - "end": 98828, + "start": 101215, + "end": 101218, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 35 }, "end": { - "line": 2114, + "line": 2156, "column": 38 }, "identifierName": "_sy" @@ -155935,15 +156071,15 @@ }, { "type": "Identifier", - "start": 98830, - "end": 98833, + "start": 101220, + "end": 101223, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 40 }, "end": { - "line": 2114, + "line": 2156, "column": 43 }, "identifierName": "_ex" @@ -155952,15 +156088,15 @@ }, { "type": "Identifier", - "start": 98835, - "end": 98838, + "start": 101225, + "end": 101228, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 45 }, "end": { - "line": 2114, + "line": 2156, "column": 48 }, "identifierName": "_ey" @@ -155969,15 +156105,15 @@ }, { "type": "Identifier", - "start": 98840, - "end": 98843, + "start": 101230, + "end": 101233, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 50 }, "end": { - "line": 2114, + "line": 2156, "column": 53 }, "identifierName": "evt" @@ -155986,15 +156122,15 @@ }, { "type": "StringLiteral", - "start": 98845, - "end": 98853, + "start": 101235, + "end": 101243, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 55 }, "end": { - "line": 2114, + "line": 2156, "column": 63 } }, @@ -156019,57 +156155,57 @@ }, { "type": "IfStatement", - "start": 98900, - "end": 99914, + "start": 101290, + "end": 102304, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 12 }, "end": { - "line": 2136, + "line": 2178, "column": 13 } }, "test": { "type": "CallExpression", - "start": 98905, - "end": 98935, + "start": 101295, + "end": 101325, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 98905, - "end": 98924, + "start": 101295, + "end": 101314, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 36 } }, "object": { "type": "Identifier", - "start": 98905, - "end": 98909, + "start": 101295, + "end": 101299, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 21 }, "identifierName": "_rel" @@ -156078,15 +156214,15 @@ }, "property": { "type": "Identifier", - "start": 98910, - "end": 98924, + "start": 101300, + "end": 101314, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 22 }, "end": { - "line": 2117, + "line": 2159, "column": 36 }, "identifierName": "hasOwnProperty" @@ -156098,15 +156234,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 98926, - "end": 98933, + "start": 101316, + "end": 101323, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 38 }, "end": { - "line": 2117, + "line": 2159, "column": 45 } }, @@ -156120,59 +156256,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98938, - "end": 99914, + "start": 101328, + "end": 102304, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 50 }, "end": { - "line": 2136, + "line": 2178, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 99112, - "end": 99124, + "start": 101502, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 99112, - "end": 99124, + "start": 101502, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99112, - "end": 99115, + "start": 101502, + "end": 101505, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 19 }, "identifierName": "_sx" @@ -156182,29 +156318,29 @@ }, "right": { "type": "MemberExpression", - "start": 99118, - "end": 99124, + "start": 101508, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 22 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "object": { "type": "Identifier", - "start": 99118, - "end": 99122, + "start": 101508, + "end": 101512, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 22 }, "end": { - "line": 2120, + "line": 2162, "column": 26 }, "identifierName": "_rel" @@ -156213,15 +156349,15 @@ }, "property": { "type": "Identifier", - "start": 99123, - "end": 99124, + "start": 101513, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 27 }, "end": { - "line": 2120, + "line": 2162, "column": 28 }, "identifierName": "x" @@ -156236,15 +156372,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 98956, - "end": 99017, + "start": 101346, + "end": 101407, "loc": { "start": { - "line": 2118, + "line": 2160, "column": 16 }, "end": { - "line": 2118, + "line": 2160, "column": 77 } } @@ -156252,15 +156388,15 @@ { "type": "CommentLine", "value": " (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 99034, - "end": 99095, + "start": 101424, + "end": 101485, "loc": { "start": { - "line": 2119, + "line": 2161, "column": 16 }, "end": { - "line": 2119, + "line": 2161, "column": 77 } } @@ -156269,44 +156405,44 @@ }, { "type": "ExpressionStatement", - "start": 99141, - "end": 99153, + "start": 101531, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 99141, - "end": 99153, + "start": 101531, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99141, - "end": 99144, + "start": 101531, + "end": 101534, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 19 }, "identifierName": "_sy" @@ -156315,29 +156451,29 @@ }, "right": { "type": "MemberExpression", - "start": 99147, - "end": 99153, + "start": 101537, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 22 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "object": { "type": "Identifier", - "start": 99147, - "end": 99151, + "start": 101537, + "end": 101541, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 22 }, "end": { - "line": 2121, + "line": 2163, "column": 26 }, "identifierName": "_rel" @@ -156346,15 +156482,15 @@ }, "property": { "type": "Identifier", - "start": 99152, - "end": 99153, + "start": 101542, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 27 }, "end": { - "line": 2121, + "line": 2163, "column": 28 }, "identifierName": "y" @@ -156367,44 +156503,44 @@ }, { "type": "ExpressionStatement", - "start": 99170, - "end": 99208, + "start": 101560, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 99170, - "end": 99208, + "start": 101560, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99170, - "end": 99179, + "start": 101560, + "end": 101569, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 25 }, "identifierName": "_targetId" @@ -156413,29 +156549,29 @@ }, "right": { "type": "CallExpression", - "start": 99182, - "end": 99208, + "start": 101572, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 28 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "callee": { "type": "Identifier", - "start": 99182, - "end": 99190, + "start": 101572, + "end": 101580, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 28 }, "end": { - "line": 2122, + "line": 2164, "column": 36 }, "identifierName": "parseInt" @@ -156445,29 +156581,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 99192, - "end": 99202, + "start": 101582, + "end": 101592, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 38 }, "end": { - "line": 2122, + "line": 2164, "column": 48 } }, "object": { "type": "Identifier", - "start": 99192, - "end": 99196, + "start": 101582, + "end": 101586, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 38 }, "end": { - "line": 2122, + "line": 2164, "column": 42 }, "identifierName": "_rel" @@ -156476,15 +156612,15 @@ }, "property": { "type": "Identifier", - "start": 99197, - "end": 99202, + "start": 101587, + "end": 101592, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 43 }, "end": { - "line": 2122, + "line": 2164, "column": 48 }, "identifierName": "after" @@ -156495,15 +156631,15 @@ }, { "type": "NumericLiteral", - "start": 99204, - "end": 99206, + "start": 101594, + "end": 101596, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 50 }, "end": { - "line": 2122, + "line": 2164, "column": 52 } }, @@ -156519,43 +156655,43 @@ }, { "type": "IfStatement", - "start": 99225, - "end": 99747, + "start": 101615, + "end": 102137, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 16 }, "end": { - "line": 2132, + "line": 2174, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 99230, - "end": 99243, + "start": 101620, + "end": 101633, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 21 }, "end": { - "line": 2123, + "line": 2165, "column": 34 } }, "left": { "type": "Identifier", - "start": 99230, - "end": 99239, + "start": 101620, + "end": 101629, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 21 }, "end": { - "line": 2123, + "line": 2165, "column": 30 }, "identifierName": "_targetId" @@ -156565,15 +156701,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 99242, - "end": 99243, + "start": 101632, + "end": 101633, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 33 }, "end": { - "line": 2123, + "line": 2165, "column": 34 } }, @@ -156586,59 +156722,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 99246, - "end": 99338, + "start": 101636, + "end": 101728, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 37 }, "end": { - "line": 2126, + "line": 2168, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99268, - "end": 99290, + "start": 101658, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 99268, - "end": 99290, + "start": 101658, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99268, - "end": 99271, + "start": 101658, + "end": 101661, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 23 }, "identifierName": "_ex" @@ -156647,29 +156783,29 @@ }, "right": { "type": "MemberExpression", - "start": 99274, - "end": 99290, + "start": 101664, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 26 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "object": { "type": "Identifier", - "start": 99274, - "end": 99280, + "start": 101664, + "end": 101670, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 26 }, "end": { - "line": 2124, + "line": 2166, "column": 32 }, "identifierName": "_props" @@ -156678,15 +156814,15 @@ }, "property": { "type": "Identifier", - "start": 99281, - "end": 99290, + "start": 101671, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 33 }, "end": { - "line": 2124, + "line": 2166, "column": 42 }, "identifierName": "fullwidth" @@ -156699,44 +156835,44 @@ }, { "type": "ExpressionStatement", - "start": 99311, - "end": 99320, + "start": 101701, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 99311, - "end": 99320, + "start": 101701, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99311, - "end": 99314, + "start": 101701, + "end": 101704, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 23 }, "identifierName": "_ey" @@ -156745,15 +156881,15 @@ }, "right": { "type": "Identifier", - "start": 99317, - "end": 99320, + "start": 101707, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 26 }, "end": { - "line": 2125, + "line": 2167, "column": 29 }, "identifierName": "_sy" @@ -156767,59 +156903,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 99344, - "end": 99747, + "start": 101734, + "end": 102137, "loc": { "start": { - "line": 2126, + "line": 2168, "column": 23 }, "end": { - "line": 2132, + "line": 2174, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99366, - "end": 99449, + "start": 101756, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 99366, - "end": 99449, + "start": 101756, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99366, - "end": 99378, + "start": 101756, + "end": 101768, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 32 }, "identifierName": "_targetEvent" @@ -156828,43 +156964,43 @@ }, "right": { "type": "CallExpression", - "start": 99381, - "end": 99449, + "start": 101771, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 99381, - "end": 99392, + "start": 101771, + "end": 101782, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 46 } }, "object": { "type": "Identifier", - "start": 99381, - "end": 99387, + "start": 101771, + "end": 101777, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 41 }, "identifierName": "events" @@ -156873,15 +157009,15 @@ }, "property": { "type": "Identifier", - "start": 99388, - "end": 99392, + "start": 101778, + "end": 101782, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 42 }, "end": { - "line": 2127, + "line": 2169, "column": 46 }, "identifierName": "find" @@ -156893,15 +157029,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 99394, - "end": 99447, + "start": 101784, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 48 }, "end": { - "line": 2127, + "line": 2169, "column": 101 } }, @@ -156912,15 +157048,15 @@ "params": [ { "type": "Identifier", - "start": 99396, - "end": 99400, + "start": 101786, + "end": 101790, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 50 }, "end": { - "line": 2127, + "line": 2169, "column": 54 }, "identifierName": "_evt" @@ -156930,43 +157066,43 @@ ], "body": { "type": "BinaryExpression", - "start": 99406, - "end": 99447, + "start": 101796, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 101 } }, "left": { "type": "CallExpression", - "start": 99406, - "end": 99434, + "start": 101796, + "end": 101824, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 88 } }, "callee": { "type": "Identifier", - "start": 99406, - "end": 99414, + "start": 101796, + "end": 101804, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 68 }, "identifierName": "parseInt" @@ -156976,29 +157112,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 99416, - "end": 99428, + "start": 101806, + "end": 101818, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 70 }, "end": { - "line": 2127, + "line": 2169, "column": 82 } }, "object": { "type": "Identifier", - "start": 99416, - "end": 99420, + "start": 101806, + "end": 101810, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 70 }, "end": { - "line": 2127, + "line": 2169, "column": 74 }, "identifierName": "_evt" @@ -157007,15 +157143,15 @@ }, "property": { "type": "Identifier", - "start": 99421, - "end": 99428, + "start": 101811, + "end": 101818, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 75 }, "end": { - "line": 2127, + "line": 2169, "column": 82 }, "identifierName": "eventId" @@ -157026,15 +157162,15 @@ }, { "type": "NumericLiteral", - "start": 99430, - "end": 99432, + "start": 101820, + "end": 101822, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 84 }, "end": { - "line": 2127, + "line": 2169, "column": 86 } }, @@ -157049,15 +157185,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 99438, - "end": 99447, + "start": 101828, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 92 }, "end": { - "line": 2127, + "line": 2169, "column": 101 }, "identifierName": "_targetId" @@ -157072,43 +157208,43 @@ }, { "type": "IfStatement", - "start": 99470, - "end": 99729, + "start": 101860, + "end": 102119, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 20 }, "end": { - "line": 2131, + "line": 2173, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 99475, - "end": 99531, + "start": 101865, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 25 }, "end": { - "line": 2128, + "line": 2170, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 99475, - "end": 99506, + "start": 101865, + "end": 101896, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 25 }, "end": { - "line": 2128, + "line": 2170, "column": 56 } }, @@ -157116,58 +157252,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 99477, - "end": 99506, + "start": 101867, + "end": 101896, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 99477, - "end": 99490, + "start": 101867, + "end": 101880, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 99477, - "end": 99481, + "start": 101867, + "end": 101871, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 31 } } }, "property": { "type": "Identifier", - "start": 99482, - "end": 99490, + "start": 101872, + "end": 101880, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 32 }, "end": { - "line": 2128, + "line": 2170, "column": 40 }, "identifierName": "is_empty" @@ -157179,15 +157315,15 @@ "arguments": [ { "type": "Identifier", - "start": 99492, - "end": 99504, + "start": 101882, + "end": 101894, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 42 }, "end": { - "line": 2128, + "line": 2170, "column": 54 }, "identifierName": "_targetEvent" @@ -157203,29 +157339,29 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 99510, - "end": 99531, + "start": 101900, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 60 }, "end": { - "line": 2128, + "line": 2170, "column": 81 } }, "object": { "type": "Identifier", - "start": 99510, - "end": 99522, + "start": 101900, + "end": 101912, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 60 }, "end": { - "line": 2128, + "line": 2170, "column": 72 }, "identifierName": "_targetEvent" @@ -157234,15 +157370,15 @@ }, "property": { "type": "Identifier", - "start": 99523, - "end": 99531, + "start": 101913, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 73 }, "end": { - "line": 2128, + "line": 2170, "column": 81 }, "identifierName": "relation" @@ -157254,59 +157390,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 99534, - "end": 99729, + "start": 101924, + "end": 102119, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 84 }, "end": { - "line": 2131, + "line": 2173, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 99560, - "end": 99653, + "start": 101950, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "expression": { "type": "AssignmentExpression", - "start": 99560, - "end": 99653, + "start": 101950, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99560, - "end": 99563, + "start": 101950, + "end": 101953, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 27 }, "identifierName": "_ex" @@ -157315,71 +157451,71 @@ }, "right": { "type": "ConditionalExpression", - "start": 99566, - "end": 99653, + "start": 101956, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "test": { "type": "BinaryExpression", - "start": 99566, - "end": 99608, + "start": 101956, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 99566, - "end": 99589, + "start": 101956, + "end": 101979, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 99566, - "end": 99587, + "start": 101956, + "end": 101977, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 51 } }, "object": { "type": "Identifier", - "start": 99566, - "end": 99578, + "start": 101956, + "end": 101968, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 42 }, "identifierName": "_targetEvent" @@ -157388,15 +157524,15 @@ }, "property": { "type": "Identifier", - "start": 99579, - "end": 99587, + "start": 101969, + "end": 101977, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 43 }, "end": { - "line": 2129, + "line": 2171, "column": 51 }, "identifierName": "relation" @@ -157407,15 +157543,15 @@ }, "property": { "type": "Identifier", - "start": 99588, - "end": 99589, + "start": 101978, + "end": 101979, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 52 }, "end": { - "line": 2129, + "line": 2171, "column": 53 }, "identifierName": "x" @@ -157427,29 +157563,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 99592, - "end": 99608, + "start": 101982, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 56 }, "end": { - "line": 2129, + "line": 2171, "column": 72 } }, "object": { "type": "Identifier", - "start": 99592, - "end": 99598, + "start": 101982, + "end": 101988, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 56 }, "end": { - "line": 2129, + "line": 2171, "column": 62 }, "identifierName": "_props" @@ -157458,15 +157594,15 @@ }, "property": { "type": "Identifier", - "start": 99599, - "end": 99608, + "start": 101989, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 63 }, "end": { - "line": 2129, + "line": 2171, "column": 72 }, "identifierName": "fullwidth" @@ -157478,29 +157614,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 99611, - "end": 99627, + "start": 102001, + "end": 102017, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 75 }, "end": { - "line": 2129, + "line": 2171, "column": 91 } }, "object": { "type": "Identifier", - "start": 99611, - "end": 99617, + "start": 102001, + "end": 102007, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 75 }, "end": { - "line": 2129, + "line": 2171, "column": 81 }, "identifierName": "_props" @@ -157509,15 +157645,15 @@ }, "property": { "type": "Identifier", - "start": 99618, - "end": 99627, + "start": 102008, + "end": 102017, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 82 }, "end": { - "line": 2129, + "line": 2171, "column": 91 }, "identifierName": "fullwidth" @@ -157528,43 +157664,43 @@ }, "alternate": { "type": "MemberExpression", - "start": 99630, - "end": 99653, + "start": 102020, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "object": { "type": "MemberExpression", - "start": 99630, - "end": 99651, + "start": 102020, + "end": 102041, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 115 } }, "object": { "type": "Identifier", - "start": 99630, - "end": 99642, + "start": 102020, + "end": 102032, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 106 }, "identifierName": "_targetEvent" @@ -157573,15 +157709,15 @@ }, "property": { "type": "Identifier", - "start": 99643, - "end": 99651, + "start": 102033, + "end": 102041, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 107 }, "end": { - "line": 2129, + "line": 2171, "column": 115 }, "identifierName": "relation" @@ -157592,15 +157728,15 @@ }, "property": { "type": "Identifier", - "start": 99652, - "end": 99653, + "start": 102042, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 116 }, "end": { - "line": 2129, + "line": 2171, "column": 117 }, "identifierName": "x" @@ -157614,44 +157750,44 @@ }, { "type": "ExpressionStatement", - "start": 99678, - "end": 99707, + "start": 102068, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 99678, - "end": 99707, + "start": 102068, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99678, - "end": 99681, + "start": 102068, + "end": 102071, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 27 }, "identifierName": "_ey" @@ -157660,43 +157796,43 @@ }, "right": { "type": "MemberExpression", - "start": 99684, - "end": 99707, + "start": 102074, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 99684, - "end": 99705, + "start": 102074, + "end": 102095, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 51 } }, "object": { "type": "Identifier", - "start": 99684, - "end": 99696, + "start": 102074, + "end": 102086, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 42 }, "identifierName": "_targetEvent" @@ -157705,15 +157841,15 @@ }, "property": { "type": "Identifier", - "start": 99697, - "end": 99705, + "start": 102087, + "end": 102095, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 43 }, "end": { - "line": 2130, + "line": 2172, "column": 51 }, "identifierName": "relation" @@ -157724,15 +157860,15 @@ }, "property": { "type": "Identifier", - "start": 99706, - "end": 99707, + "start": 102096, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 52 }, "end": { - "line": 2130, + "line": 2172, "column": 53 }, "identifierName": "y" @@ -157754,85 +157890,85 @@ }, { "type": "IfStatement", - "start": 99764, - "end": 99900, + "start": 102154, + "end": 102290, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 16 }, "end": { - "line": 2135, + "line": 2177, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 99769, - "end": 99813, + "start": 102159, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, "left": { "type": "LogicalExpression", - "start": 99769, - "end": 99801, + "start": 102159, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, "left": { "type": "LogicalExpression", - "start": 99769, - "end": 99789, + "start": 102159, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 99769, - "end": 99777, + "start": 102159, + "end": 102167, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 29 } }, "left": { "type": "Identifier", - "start": 99769, - "end": 99772, + "start": 102159, + "end": 102162, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 24 }, "identifierName": "_sx" @@ -157842,15 +157978,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99776, - "end": 99777, + "start": 102166, + "end": 102167, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 28 }, "end": { - "line": 2133, + "line": 2175, "column": 29 } }, @@ -157864,29 +158000,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99781, - "end": 99789, + "start": 102171, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 33 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, "left": { "type": "Identifier", - "start": 99781, - "end": 99784, + "start": 102171, + "end": 102174, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 33 }, "end": { - "line": 2133, + "line": 2175, "column": 36 }, "identifierName": "_sy" @@ -157896,15 +158032,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99788, - "end": 99789, + "start": 102178, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 40 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, @@ -157919,29 +158055,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99793, - "end": 99801, + "start": 102183, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 45 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, "left": { "type": "Identifier", - "start": 99793, - "end": 99796, + "start": 102183, + "end": 102186, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 45 }, "end": { - "line": 2133, + "line": 2175, "column": 48 }, "identifierName": "_ex" @@ -157951,15 +158087,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99800, - "end": 99801, + "start": 102190, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 52 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, @@ -157974,29 +158110,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99805, - "end": 99813, + "start": 102195, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 57 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, "left": { "type": "Identifier", - "start": 99805, - "end": 99808, + "start": 102195, + "end": 102198, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 57 }, "end": { - "line": 2133, + "line": 2175, "column": 60 }, "identifierName": "_ey" @@ -158006,15 +158142,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99812, - "end": 99813, + "start": 102202, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 64 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, @@ -158028,58 +158164,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 99816, - "end": 99900, + "start": 102206, + "end": 102290, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 68 }, "end": { - "line": 2135, + "line": 2177, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99838, - "end": 99882, + "start": 102228, + "end": 102272, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 99838, - "end": 99882, + "start": 102228, + "end": 102272, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 64 } }, "callee": { "type": "Identifier", - "start": 99838, - "end": 99846, + "start": 102228, + "end": 102236, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 28 }, "identifierName": "drawLine" @@ -158089,15 +158225,15 @@ "arguments": [ { "type": "Identifier", - "start": 99848, - "end": 99851, + "start": 102238, + "end": 102241, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 30 }, "end": { - "line": 2134, + "line": 2176, "column": 33 }, "identifierName": "_sx" @@ -158106,15 +158242,15 @@ }, { "type": "Identifier", - "start": 99853, - "end": 99856, + "start": 102243, + "end": 102246, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 35 }, "end": { - "line": 2134, + "line": 2176, "column": 38 }, "identifierName": "_sy" @@ -158123,15 +158259,15 @@ }, { "type": "Identifier", - "start": 99858, - "end": 99861, + "start": 102248, + "end": 102251, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 40 }, "end": { - "line": 2134, + "line": 2176, "column": 43 }, "identifierName": "_ex" @@ -158140,15 +158276,15 @@ }, { "type": "Identifier", - "start": 99863, - "end": 99866, + "start": 102253, + "end": 102256, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 45 }, "end": { - "line": 2134, + "line": 2176, "column": 48 }, "identifierName": "_ey" @@ -158157,15 +158293,15 @@ }, { "type": "Identifier", - "start": 99868, - "end": 99871, + "start": 102258, + "end": 102261, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 50 }, "end": { - "line": 2134, + "line": 2176, "column": 53 }, "identifierName": "evt" @@ -158174,15 +158310,15 @@ }, { "type": "StringLiteral", - "start": 99873, - "end": 99880, + "start": 102263, + "end": 102270, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 55 }, "end": { - "line": 2134, + "line": 2176, "column": 62 } }, @@ -158216,15 +158352,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -158239,15 +158375,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -158257,15 +158393,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -158274,15 +158410,15 @@ }, { "type": "ClassMethod", - "start": 100081, - "end": 100922, + "start": 102471, + "end": 103312, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 4 }, "end": { - "line": 2174, + "line": 2216, "column": 5 } }, @@ -158290,15 +158426,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 100081, - "end": 100097, + "start": 102471, + "end": 102487, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 4 }, "end": { - "line": 2147, + "line": 2189, "column": 20 }, "identifierName": "_mapPlacedEvents" @@ -158314,59 +158450,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 100100, - "end": 100922, + "start": 102490, + "end": 103312, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 23 }, "end": { - "line": 2174, + "line": 2216, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 100110, - "end": 100293, + "start": 102500, + "end": 102683, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 8 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 100114, - "end": 100131, + "start": 102504, + "end": 102521, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 12 }, "end": { - "line": 2148, + "line": 2190, "column": 29 } }, "id": { "type": "Identifier", - "start": 100114, - "end": 100119, + "start": 102504, + "end": 102509, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 12 }, "end": { - "line": 2148, + "line": 2190, "column": 17 }, "identifierName": "_that" @@ -158375,15 +158511,15 @@ }, "init": { "type": "ThisExpression", - "start": 100127, - "end": 100131, + "start": 102517, + "end": 102521, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 25 }, "end": { - "line": 2148, + "line": 2190, "column": 29 } } @@ -158391,29 +158527,29 @@ }, { "type": "VariableDeclarator", - "start": 100145, - "end": 100218, + "start": 102535, + "end": 102608, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 12 }, "end": { - "line": 2149, + "line": 2191, "column": 85 } }, "id": { "type": "Identifier", - "start": 100145, - "end": 100155, + "start": 102535, + "end": 102545, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 12 }, "end": { - "line": 2149, + "line": 2191, "column": 22 }, "identifierName": "_tl_events" @@ -158422,85 +158558,85 @@ }, "init": { "type": "CallExpression", - "start": 100158, - "end": 100218, + "start": 102548, + "end": 102608, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 100158, - "end": 100216, + "start": 102548, + "end": 102606, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 83 } }, "object": { "type": "CallExpression", - "start": 100158, - "end": 100207, + "start": 102548, + "end": 102597, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 100158, - "end": 100179, + "start": 102548, + "end": 102569, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 46 } }, "object": { "type": "CallExpression", - "start": 100158, - "end": 100174, + "start": 102548, + "end": 102564, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 41 } }, "callee": { "type": "Identifier", - "start": 100158, - "end": 100159, + "start": 102548, + "end": 102549, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 26 }, "identifierName": "$" @@ -158510,44 +158646,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 100160, - "end": 100173, + "start": 102550, + "end": 102563, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 27 }, "end": { - "line": 2149, + "line": 2191, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 100160, - "end": 100164, + "start": 102550, + "end": 102554, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 27 }, "end": { - "line": 2149, + "line": 2191, "column": 31 } } }, "property": { "type": "Identifier", - "start": 100165, - "end": 100173, + "start": 102555, + "end": 102563, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 32 }, "end": { - "line": 2149, + "line": 2191, "column": 40 }, "identifierName": "_element" @@ -158560,15 +158696,15 @@ }, "property": { "type": "Identifier", - "start": 100175, - "end": 100179, + "start": 102565, + "end": 102569, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 42 }, "end": { - "line": 2149, + "line": 2191, "column": 46 }, "identifierName": "find" @@ -158580,29 +158716,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 100181, - "end": 100205, + "start": 102571, + "end": 102595, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 48 }, "end": { - "line": 2149, + "line": 2191, "column": 72 } }, "object": { "type": "Identifier", - "start": 100181, - "end": 100189, + "start": 102571, + "end": 102579, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 48 }, "end": { - "line": 2149, + "line": 2191, "column": 56 }, "identifierName": "Selector" @@ -158611,15 +158747,15 @@ }, "property": { "type": "Identifier", - "start": 100190, - "end": 100205, + "start": 102580, + "end": 102595, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 57 }, "end": { - "line": 2149, + "line": 2191, "column": 72 }, "identifierName": "TIMELINE_EVENTS" @@ -158632,15 +158768,15 @@ }, "property": { "type": "Identifier", - "start": 100208, - "end": 100216, + "start": 102598, + "end": 102606, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 75 }, "end": { - "line": 2149, + "line": 2191, "column": 83 }, "identifierName": "children" @@ -158654,29 +158790,29 @@ }, { "type": "VariableDeclarator", - "start": 100232, - "end": 100264, + "start": 102622, + "end": 102654, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 12 }, "end": { - "line": 2150, + "line": 2192, "column": 44 } }, "id": { "type": "Identifier", - "start": 100232, - "end": 100238, + "start": 102622, + "end": 102628, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 12 }, "end": { - "line": 2150, + "line": 2192, "column": 18 }, "identifierName": "_cache" @@ -158685,58 +158821,58 @@ }, "init": { "type": "CallExpression", - "start": 100245, - "end": 100264, + "start": 102635, + "end": 102654, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 100245, - "end": 100262, + "start": 102635, + "end": 102652, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 100245, - "end": 100249, + "start": 102635, + "end": 102639, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 29 } } }, "property": { "type": "Identifier", - "start": 100250, - "end": 100262, + "start": 102640, + "end": 102652, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 30 }, "end": { - "line": 2150, + "line": 2192, "column": 42 }, "identifierName": "_loadToCache" @@ -158750,29 +158886,29 @@ }, { "type": "VariableDeclarator", - "start": 100278, - "end": 100293, + "start": 102668, + "end": 102683, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 12 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, "id": { "type": "Identifier", - "start": 100278, - "end": 100285, + "start": 102668, + "end": 102675, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 12 }, "end": { - "line": 2151, + "line": 2193, "column": 19 }, "identifierName": "_events" @@ -158781,15 +158917,15 @@ }, "init": { "type": "ArrayExpression", - "start": 100291, - "end": 100293, + "start": 102681, + "end": 102683, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 25 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, @@ -158801,43 +158937,43 @@ }, { "type": "IfStatement", - "start": 100311, - "end": 100400, + "start": 102701, + "end": 102790, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 8 }, "end": { - "line": 2155, + "line": 2197, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 100316, - "end": 100359, + "start": 102706, + "end": 102749, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 13 }, "end": { - "line": 2153, + "line": 2195, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 100316, - "end": 100332, + "start": 102706, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 13 }, "end": { - "line": 2153, + "line": 2195, "column": 29 } }, @@ -158845,44 +158981,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 100318, - "end": 100332, + "start": 102708, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 15 }, "end": { - "line": 2153, + "line": 2195, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 100318, - "end": 100322, + "start": 102708, + "end": 102712, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 15 }, "end": { - "line": 2153, + "line": 2195, "column": 19 } } }, "property": { "type": "Identifier", - "start": 100323, - "end": 100332, + "start": 102713, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 20 }, "end": { - "line": 2153, + "line": 2195, "column": 29 }, "identifierName": "_isCached" @@ -158898,58 +159034,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 100336, - "end": 100359, + "start": 102726, + "end": 102749, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 100336, - "end": 100349, + "start": 102726, + "end": 102739, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 100336, - "end": 100340, + "start": 102726, + "end": 102730, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 37 } } }, "property": { "type": "Identifier", - "start": 100341, - "end": 100349, + "start": 102731, + "end": 102739, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 38 }, "end": { - "line": 2153, + "line": 2195, "column": 46 }, "identifierName": "is_empty" @@ -158961,15 +159097,15 @@ "arguments": [ { "type": "Identifier", - "start": 100351, - "end": 100357, + "start": 102741, + "end": 102747, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 48 }, "end": { - "line": 2153, + "line": 2195, "column": 54 }, "identifierName": "_cache" @@ -158981,44 +159117,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 100362, - "end": 100400, + "start": 102752, + "end": 102790, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 59 }, "end": { - "line": 2155, + "line": 2197, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 100376, - "end": 100390, + "start": 102766, + "end": 102780, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 12 }, "end": { - "line": 2154, + "line": 2196, "column": 26 } }, "argument": { "type": "Identifier", - "start": 100383, - "end": 100390, + "start": 102773, + "end": 102780, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 19 }, "end": { - "line": 2154, + "line": 2196, "column": 26 }, "identifierName": "_events" @@ -159033,57 +159169,57 @@ }, { "type": "ExpressionStatement", - "start": 100418, - "end": 100837, + "start": 102808, + "end": 103227, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2170, + "line": 2212, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 100418, - "end": 100837, + "start": 102808, + "end": 103227, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2170, + "line": 2212, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 100418, - "end": 100433, + "start": 102808, + "end": 102823, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2157, + "line": 2199, "column": 23 } }, "object": { "type": "Identifier", - "start": 100418, - "end": 100428, + "start": 102808, + "end": 102818, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2157, + "line": 2199, "column": 18 }, "identifierName": "_tl_events" @@ -159092,15 +159228,15 @@ }, "property": { "type": "Identifier", - "start": 100429, - "end": 100433, + "start": 102819, + "end": 102823, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 19 }, "end": { - "line": 2157, + "line": 2199, "column": 23 }, "identifierName": "each" @@ -159112,15 +159248,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 100434, - "end": 100836, + "start": 102824, + "end": 103226, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 24 }, "end": { - "line": 2170, + "line": 2212, "column": 9 } }, @@ -159131,59 +159267,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 100445, - "end": 100836, + "start": 102835, + "end": 103226, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 35 }, "end": { - "line": 2170, + "line": 2212, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 100459, - "end": 100522, + "start": 102849, + "end": 102912, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 12 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 100463, - "end": 100492, + "start": 102853, + "end": 102882, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 16 }, "end": { - "line": 2158, + "line": 2200, "column": 45 } }, "id": { "type": "Identifier", - "start": 100463, - "end": 100467, + "start": 102853, + "end": 102857, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 16 }, "end": { - "line": 2158, + "line": 2200, "column": 20 }, "identifierName": "_uid" @@ -159192,57 +159328,57 @@ }, "init": { "type": "CallExpression", - "start": 100471, - "end": 100492, + "start": 102861, + "end": 102882, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 100471, - "end": 100483, + "start": 102861, + "end": 102873, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 36 } }, "object": { "type": "CallExpression", - "start": 100471, - "end": 100478, + "start": 102861, + "end": 102868, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 31 } }, "callee": { "type": "Identifier", - "start": 100471, - "end": 100472, + "start": 102861, + "end": 102862, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 25 }, "identifierName": "$" @@ -159252,15 +159388,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 100473, - "end": 100477, + "start": 102863, + "end": 102867, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 26 }, "end": { - "line": 2158, + "line": 2200, "column": 30 } } @@ -159269,15 +159405,15 @@ }, "property": { "type": "Identifier", - "start": 100479, - "end": 100483, + "start": 102869, + "end": 102873, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 32 }, "end": { - "line": 2158, + "line": 2200, "column": 36 }, "identifierName": "data" @@ -159289,15 +159425,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 100485, - "end": 100490, + "start": 102875, + "end": 102880, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 38 }, "end": { - "line": 2158, + "line": 2200, "column": 43 } }, @@ -159312,29 +159448,29 @@ }, { "type": "VariableDeclarator", - "start": 100510, - "end": 100522, + "start": 102900, + "end": 102912, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 16 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } }, "id": { "type": "Identifier", - "start": 100510, - "end": 100515, + "start": 102900, + "end": 102905, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 16 }, "end": { - "line": 2159, + "line": 2201, "column": 21 }, "identifierName": "_data" @@ -159343,15 +159479,15 @@ }, "init": { "type": "NullLiteral", - "start": 100518, - "end": 100522, + "start": 102908, + "end": 102912, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 24 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } } @@ -159362,29 +159498,29 @@ }, { "type": "IfStatement", - "start": 100548, - "end": 100714, + "start": 102938, + "end": 103104, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 12 }, "end": { - "line": 2165, + "line": 2207, "column": 13 } }, "test": { "type": "Identifier", - "start": 100553, - "end": 100559, + "start": 102943, + "end": 102949, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 17 }, "end": { - "line": 2161, + "line": 2203, "column": 23 }, "identifierName": "_cache" @@ -159393,59 +159529,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 100562, - "end": 100654, + "start": 102952, + "end": 103044, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 26 }, "end": { - "line": 2163, + "line": 2205, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100580, - "end": 100640, + "start": 102970, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 100580, - "end": 100640, + "start": 102970, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "operator": "=", "left": { "type": "Identifier", - "start": 100580, - "end": 100585, + "start": 102970, + "end": 102975, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 21 }, "identifierName": "_data" @@ -159454,57 +159590,57 @@ }, "right": { "type": "LogicalExpression", - "start": 100588, - "end": 100640, + "start": 102978, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "left": { "type": "CallExpression", - "start": 100588, - "end": 100632, + "start": 102978, + "end": 103022, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 100588, - "end": 100599, + "start": 102978, + "end": 102989, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 35 } }, "object": { "type": "Identifier", - "start": 100588, - "end": 100594, + "start": 102978, + "end": 102984, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 30 }, "identifierName": "_cache" @@ -159513,15 +159649,15 @@ }, "property": { "type": "Identifier", - "start": 100595, - "end": 100599, + "start": 102985, + "end": 102989, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 31 }, "end": { - "line": 2162, + "line": 2204, "column": 35 }, "identifierName": "find" @@ -159533,15 +159669,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 100601, - "end": 100630, + "start": 102991, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 37 }, "end": { - "line": 2162, + "line": 2204, "column": 66 } }, @@ -159552,15 +159688,15 @@ "params": [ { "type": "Identifier", - "start": 100603, - "end": 100607, + "start": 102993, + "end": 102997, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 39 }, "end": { - "line": 2162, + "line": 2204, "column": 43 }, "identifierName": "_evt" @@ -159570,43 +159706,43 @@ ], "body": { "type": "BinaryExpression", - "start": 100613, - "end": 100630, + "start": 103003, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 100613, - "end": 100621, + "start": 103003, + "end": 103011, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 57 } }, "object": { "type": "Identifier", - "start": 100613, - "end": 100617, + "start": 103003, + "end": 103007, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 53 }, "identifierName": "_evt" @@ -159615,15 +159751,15 @@ }, "property": { "type": "Identifier", - "start": 100618, - "end": 100621, + "start": 103008, + "end": 103011, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 54 }, "end": { - "line": 2162, + "line": 2204, "column": 57 }, "identifierName": "uid" @@ -159635,15 +159771,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 100626, - "end": 100630, + "start": 103016, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 62 }, "end": { - "line": 2162, + "line": 2204, "column": 66 }, "identifierName": "_uid" @@ -159657,15 +159793,15 @@ "operator": "||", "right": { "type": "NullLiteral", - "start": 100636, - "end": 100640, + "start": 103026, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 72 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } } @@ -159678,59 +159814,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 100660, - "end": 100714, + "start": 103050, + "end": 103104, "loc": { "start": { - "line": 2163, + "line": 2205, "column": 19 }, "end": { - "line": 2165, + "line": 2207, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100678, - "end": 100700, + "start": 103068, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 100678, - "end": 100700, + "start": 103068, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 100678, - "end": 100683, + "start": 103068, + "end": 103073, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 21 }, "identifierName": "_data" @@ -159739,57 +159875,57 @@ }, "right": { "type": "CallExpression", - "start": 100686, - "end": 100700, + "start": 103076, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 100686, - "end": 100698, + "start": 103076, + "end": 103088, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 36 } }, "object": { "type": "CallExpression", - "start": 100686, - "end": 100693, + "start": 103076, + "end": 103083, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 31 } }, "callee": { "type": "Identifier", - "start": 100686, - "end": 100687, + "start": 103076, + "end": 103077, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 25 }, "identifierName": "$" @@ -159799,15 +159935,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 100688, - "end": 100692, + "start": 103078, + "end": 103082, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 26 }, "end": { - "line": 2164, + "line": 2206, "column": 30 } } @@ -159816,15 +159952,15 @@ }, "property": { "type": "Identifier", - "start": 100694, - "end": 100698, + "start": 103084, + "end": 103088, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 32 }, "end": { - "line": 2164, + "line": 2206, "column": 36 }, "identifierName": "data" @@ -159843,29 +159979,29 @@ }, { "type": "IfStatement", - "start": 100740, - "end": 100826, + "start": 103130, + "end": 103216, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 12 }, "end": { - "line": 2169, + "line": 2211, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 100745, - "end": 100770, + "start": 103135, + "end": 103160, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 17 }, "end": { - "line": 2167, + "line": 2209, "column": 42 } }, @@ -159873,43 +160009,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 100747, - "end": 100770, + "start": 103137, + "end": 103160, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 100747, - "end": 100761, + "start": 103137, + "end": 103151, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 33 } }, "object": { "type": "Identifier", - "start": 100747, - "end": 100752, + "start": 103137, + "end": 103142, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 24 }, "identifierName": "_that" @@ -159918,15 +160054,15 @@ }, "property": { "type": "Identifier", - "start": 100753, - "end": 100761, + "start": 103143, + "end": 103151, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 25 }, "end": { - "line": 2167, + "line": 2209, "column": 33 }, "identifierName": "is_empty" @@ -159938,15 +160074,15 @@ "arguments": [ { "type": "Identifier", - "start": 100763, - "end": 100768, + "start": 103153, + "end": 103158, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 35 }, "end": { - "line": 2167, + "line": 2209, "column": 40 }, "identifierName": "_data" @@ -159961,72 +160097,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 100773, - "end": 100826, + "start": 103163, + "end": 103216, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 45 }, "end": { - "line": 2169, + "line": 2211, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100791, - "end": 100812, + "start": 103181, + "end": 103202, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 100791, - "end": 100812, + "start": 103181, + "end": 103202, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 100791, - "end": 100803, + "start": 103181, + "end": 103193, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 28 } }, "object": { "type": "Identifier", - "start": 100791, - "end": 100798, + "start": 103181, + "end": 103188, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 23 }, "identifierName": "_events" @@ -160035,15 +160171,15 @@ }, "property": { "type": "Identifier", - "start": 100799, - "end": 100803, + "start": 103189, + "end": 103193, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 24 }, "end": { - "line": 2168, + "line": 2210, "column": 28 }, "identifierName": "push" @@ -160055,15 +160191,15 @@ "arguments": [ { "type": "Identifier", - "start": 100805, - "end": 100810, + "start": 103195, + "end": 103200, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 30 }, "end": { - "line": 2168, + "line": 2210, "column": 35 }, "identifierName": "_data" @@ -160089,15 +160225,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -160106,29 +160242,29 @@ }, { "type": "ReturnStatement", - "start": 100902, - "end": 100916, + "start": 103292, + "end": 103306, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 8 }, "end": { - "line": 2173, + "line": 2215, "column": 22 } }, "argument": { "type": "Identifier", - "start": 100909, - "end": 100916, + "start": 103299, + "end": 103306, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 15 }, "end": { - "line": 2173, + "line": 2215, "column": 22 }, "identifierName": "_events" @@ -160140,15 +160276,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -160163,15 +160299,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -160181,15 +160317,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -160198,15 +160334,15 @@ }, { "type": "ClassMethod", - "start": 101028, - "end": 101408, + "start": 103418, + "end": 103798, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 4 }, "end": { - "line": 2192, + "line": 2234, "column": 5 } }, @@ -160214,15 +160350,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101028, - "end": 101040, + "start": 103418, + "end": 103430, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 4 }, "end": { - "line": 2181, + "line": 2223, "column": 16 }, "identifierName": "_activeEvent" @@ -160238,15 +160374,15 @@ "params": [ { "type": "Identifier", - "start": 101042, - "end": 101047, + "start": 103432, + "end": 103437, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 18 }, "end": { - "line": 2181, + "line": 2223, "column": 23 }, "identifierName": "event" @@ -160256,59 +160392,59 @@ ], "body": { "type": "BlockStatement", - "start": 101050, - "end": 101408, + "start": 103440, + "end": 103798, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 26 }, "end": { - "line": 2192, + "line": 2234, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 101102, - "end": 101126, + "start": 103492, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 8 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 101106, - "end": 101126, + "start": 103496, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 12 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "id": { "type": "Identifier", - "start": 101106, - "end": 101111, + "start": 103496, + "end": 103501, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 12 }, "end": { - "line": 2183, + "line": 2225, "column": 17 }, "identifierName": "_elem" @@ -160318,29 +160454,29 @@ }, "init": { "type": "MemberExpression", - "start": 101114, - "end": 101126, + "start": 103504, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 20 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "object": { "type": "Identifier", - "start": 101114, - "end": 101119, + "start": 103504, + "end": 103509, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 20 }, "end": { - "line": 2183, + "line": 2225, "column": 25 }, "identifierName": "event" @@ -160349,15 +160485,15 @@ }, "property": { "type": "Identifier", - "start": 101120, - "end": 101126, + "start": 103510, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 26 }, "end": { - "line": 2183, + "line": 2225, "column": 32 }, "identifierName": "target" @@ -160374,15 +160510,15 @@ { "type": "CommentLine", "value": " console.log( '!_activeEvent:', event )", - "start": 101052, - "end": 101093, + "start": 103442, + "end": 103483, "loc": { "start": { - "line": 2182, + "line": 2224, "column": 0 }, "end": { - "line": 2182, + "line": 2224, "column": 41 } } @@ -160391,43 +160527,43 @@ }, { "type": "IfStatement", - "start": 101144, - "end": 101402, + "start": 103534, + "end": 103792, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 8 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 101149, - "end": 101173, + "start": 103539, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 13 }, "end": { - "line": 2185, + "line": 2227, "column": 37 } }, "left": { "type": "StringLiteral", - "start": 101149, - "end": 101158, + "start": 103539, + "end": 103548, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 13 }, "end": { - "line": 2185, + "line": 2227, "column": 22 } }, @@ -160440,29 +160576,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 101163, - "end": 101173, + "start": 103553, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 27 }, "end": { - "line": 2185, + "line": 2227, "column": 37 } }, "object": { "type": "Identifier", - "start": 101163, - "end": 101168, + "start": 103553, + "end": 103558, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 27 }, "end": { - "line": 2185, + "line": 2227, "column": 32 }, "identifierName": "event" @@ -160471,15 +160607,15 @@ }, "property": { "type": "Identifier", - "start": 101169, - "end": 101173, + "start": 103559, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 33 }, "end": { - "line": 2185, + "line": 2227, "column": 37 }, "identifierName": "type" @@ -160491,86 +160627,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 101176, - "end": 101299, + "start": 103566, + "end": 103689, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 40 }, "end": { - "line": 2188, + "line": 2230, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 101190, - "end": 101247, + "start": 103580, + "end": 103637, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 101190, - "end": 101247, + "start": 103580, + "end": 103637, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 101190, - "end": 101235, + "start": 103580, + "end": 103625, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 57 } }, "object": { "type": "CallExpression", - "start": 101190, - "end": 101223, + "start": 103580, + "end": 103613, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 45 } }, "callee": { "type": "Identifier", - "start": 101190, - "end": 101191, + "start": 103580, + "end": 103581, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 13 }, "identifierName": "$" @@ -160580,29 +160716,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 101193, - "end": 101221, + "start": 103583, + "end": 103611, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 15 }, "end": { - "line": 2186, + "line": 2228, "column": 43 } }, "object": { "type": "Identifier", - "start": 101193, - "end": 101201, + "start": 103583, + "end": 103591, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 15 }, "end": { - "line": 2186, + "line": 2228, "column": 23 }, "identifierName": "Selector" @@ -160611,15 +160747,15 @@ }, "property": { "type": "Identifier", - "start": 101202, - "end": 101221, + "start": 103592, + "end": 103611, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 24 }, "end": { - "line": 2186, + "line": 2228, "column": 43 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -160632,15 +160768,15 @@ }, "property": { "type": "Identifier", - "start": 101224, - "end": 101235, + "start": 103614, + "end": 103625, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 46 }, "end": { - "line": 2186, + "line": 2228, "column": 57 }, "identifierName": "removeClass" @@ -160652,15 +160788,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101237, - "end": 101245, + "start": 103627, + "end": 103635, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 59 }, "end": { - "line": 2186, + "line": 2228, "column": 67 } }, @@ -160675,71 +160811,71 @@ }, { "type": "ExpressionStatement", - "start": 101260, - "end": 101289, + "start": 103650, + "end": 103679, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 101260, - "end": 101289, + "start": 103650, + "end": 103679, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 101260, - "end": 101277, + "start": 103650, + "end": 103667, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 29 } }, "object": { "type": "CallExpression", - "start": 101260, - "end": 101268, + "start": 103650, + "end": 103658, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 20 } }, "callee": { "type": "Identifier", - "start": 101260, - "end": 101261, + "start": 103650, + "end": 103651, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 13 }, "identifierName": "$" @@ -160749,15 +160885,15 @@ "arguments": [ { "type": "Identifier", - "start": 101262, - "end": 101267, + "start": 103652, + "end": 103657, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 14 }, "end": { - "line": 2187, + "line": 2229, "column": 19 }, "identifierName": "_elem" @@ -160768,15 +160904,15 @@ }, "property": { "type": "Identifier", - "start": 101269, - "end": 101277, + "start": 103659, + "end": 103667, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 21 }, "end": { - "line": 2187, + "line": 2229, "column": 29 }, "identifierName": "addClass" @@ -160788,15 +160924,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101279, - "end": 101287, + "start": 103669, + "end": 103677, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 31 }, "end": { - "line": 2187, + "line": 2229, "column": 39 } }, @@ -160814,43 +160950,43 @@ }, "alternate": { "type": "IfStatement", - "start": 101313, - "end": 101402, + "start": 103703, + "end": 103792, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 8 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 101318, - "end": 101343, + "start": 103708, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 13 }, "end": { - "line": 2189, + "line": 2231, "column": 38 } }, "left": { "type": "StringLiteral", - "start": 101318, - "end": 101328, + "start": 103708, + "end": 103718, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 13 }, "end": { - "line": 2189, + "line": 2231, "column": 23 } }, @@ -160863,29 +160999,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 101333, - "end": 101343, + "start": 103723, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 28 }, "end": { - "line": 2189, + "line": 2231, "column": 38 } }, "object": { "type": "Identifier", - "start": 101333, - "end": 101338, + "start": 103723, + "end": 103728, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 28 }, "end": { - "line": 2189, + "line": 2231, "column": 33 }, "identifierName": "event" @@ -160894,15 +161030,15 @@ }, "property": { "type": "Identifier", - "start": 101339, - "end": 101343, + "start": 103729, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 34 }, "end": { - "line": 2189, + "line": 2231, "column": 38 }, "identifierName": "type" @@ -160914,86 +161050,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 101346, - "end": 101402, + "start": 103736, + "end": 103792, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 41 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 101360, - "end": 101392, + "start": 103750, + "end": 103782, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 101360, - "end": 101392, + "start": 103750, + "end": 103782, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 101360, - "end": 101380, + "start": 103750, + "end": 103770, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 32 } }, "object": { "type": "CallExpression", - "start": 101360, - "end": 101368, + "start": 103750, + "end": 103758, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 20 } }, "callee": { "type": "Identifier", - "start": 101360, - "end": 101361, + "start": 103750, + "end": 103751, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 13 }, "identifierName": "$" @@ -161003,15 +161139,15 @@ "arguments": [ { "type": "Identifier", - "start": 101362, - "end": 101367, + "start": 103752, + "end": 103757, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 14 }, "end": { - "line": 2190, + "line": 2232, "column": 19 }, "identifierName": "_elem" @@ -161022,15 +161158,15 @@ }, "property": { "type": "Identifier", - "start": 101369, - "end": 101380, + "start": 103759, + "end": 103770, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 21 }, "end": { - "line": 2190, + "line": 2232, "column": 32 }, "identifierName": "removeClass" @@ -161042,15 +161178,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101382, - "end": 101390, + "start": 103772, + "end": 103780, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 34 }, "end": { - "line": 2190, + "line": 2232, "column": 42 } }, @@ -161077,15 +161213,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -161095,15 +161231,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -161112,15 +161248,15 @@ }, { "type": "ClassMethod", - "start": 101532, - "end": 102595, + "start": 103922, + "end": 104985, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 4 }, "end": { - "line": 2223, + "line": 2265, "column": 5 } }, @@ -161128,15 +161264,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101532, - "end": 101545, + "start": 103922, + "end": 103935, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 4 }, "end": { - "line": 2199, + "line": 2241, "column": 17 }, "identifierName": "_hoverPointer" @@ -161152,15 +161288,15 @@ "params": [ { "type": "Identifier", - "start": 101547, - "end": 101552, + "start": 103937, + "end": 103942, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 19 }, "end": { - "line": 2199, + "line": 2241, "column": 24 }, "identifierName": "event" @@ -161170,59 +161306,59 @@ ], "body": { "type": "BlockStatement", - "start": 101555, - "end": 102595, + "start": 103945, + "end": 104985, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 27 }, "end": { - "line": 2223, + "line": 2265, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 101565, - "end": 101950, + "start": 103955, + "end": 104340, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 8 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 101569, - "end": 101597, + "start": 103959, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 12 }, "end": { - "line": 2200, + "line": 2242, "column": 40 } }, "id": { "type": "Identifier", - "start": 101569, - "end": 101575, + "start": 103959, + "end": 103965, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 12 }, "end": { - "line": 2200, + "line": 2242, "column": 18 }, "identifierName": "_props" @@ -161231,44 +161367,44 @@ }, "init": { "type": "MemberExpression", - "start": 101578, - "end": 101597, + "start": 103968, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 21 }, "end": { - "line": 2200, + "line": 2242, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 101578, - "end": 101582, + "start": 103968, + "end": 103972, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 21 }, "end": { - "line": 2200, + "line": 2242, "column": 25 } } }, "property": { "type": "Identifier", - "start": 101583, - "end": 101597, + "start": 103973, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 26 }, "end": { - "line": 2200, + "line": 2242, "column": 40 }, "identifierName": "_instanceProps" @@ -161280,29 +161416,29 @@ }, { "type": "VariableDeclarator", - "start": 101611, - "end": 101632, + "start": 104001, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 12 }, "end": { - "line": 2201, + "line": 2243, "column": 33 } }, "id": { "type": "Identifier", - "start": 101611, - "end": 101616, + "start": 104001, + "end": 104006, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 12 }, "end": { - "line": 2201, + "line": 2243, "column": 17 }, "identifierName": "_elem" @@ -161311,29 +161447,29 @@ }, "init": { "type": "MemberExpression", - "start": 101620, - "end": 101632, + "start": 104010, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 21 }, "end": { - "line": 2201, + "line": 2243, "column": 33 } }, "object": { "type": "Identifier", - "start": 101620, - "end": 101625, + "start": 104010, + "end": 104015, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 21 }, "end": { - "line": 2201, + "line": 2243, "column": 26 }, "identifierName": "event" @@ -161342,15 +161478,15 @@ }, "property": { "type": "Identifier", - "start": 101626, - "end": 101632, + "start": 104016, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 27 }, "end": { - "line": 2201, + "line": 2243, "column": 33 }, "identifierName": "target" @@ -161362,29 +161498,29 @@ }, { "type": "VariableDeclarator", - "start": 101646, - "end": 101827, + "start": 104036, + "end": 104217, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 12 }, "end": { - "line": 2206, + "line": 2248, "column": 13 } }, "id": { "type": "Identifier", - "start": 101646, - "end": 101651, + "start": 104036, + "end": 104041, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 12 }, "end": { - "line": 2202, + "line": 2244, "column": 17 }, "identifierName": "_base" @@ -161393,30 +161529,30 @@ }, "init": { "type": "ObjectExpression", - "start": 101655, - "end": 101827, + "start": 104045, + "end": 104217, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 21 }, "end": { - "line": 2206, + "line": 2248, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 101673, - "end": 101708, + "start": 104063, + "end": 104098, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 16 }, "end": { - "line": 2203, + "line": 2245, "column": 51 } }, @@ -161425,15 +161561,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101673, - "end": 101677, + "start": 104063, + "end": 104067, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 16 }, "end": { - "line": 2203, + "line": 2245, "column": 20 }, "identifierName": "left" @@ -161442,57 +161578,57 @@ }, "value": { "type": "CallExpression", - "start": 101681, - "end": 101708, + "start": 104071, + "end": 104098, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 101681, - "end": 101694, + "start": 104071, + "end": 104084, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101681, - "end": 101689, + "start": 104071, + "end": 104079, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101681, - "end": 101682, + "start": 104071, + "end": 104072, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 25 }, "identifierName": "$" @@ -161502,15 +161638,15 @@ "arguments": [ { "type": "Identifier", - "start": 101683, - "end": 101688, + "start": 104073, + "end": 104078, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 26 }, "end": { - "line": 2203, + "line": 2245, "column": 31 }, "identifierName": "_elem" @@ -161521,15 +161657,15 @@ }, "property": { "type": "Identifier", - "start": 101690, - "end": 101694, + "start": 104080, + "end": 104084, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 33 }, "end": { - "line": 2203, + "line": 2245, "column": 37 }, "identifierName": "data" @@ -161541,15 +161677,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101696, - "end": 101706, + "start": 104086, + "end": 104096, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 39 }, "end": { - "line": 2203, + "line": 2245, "column": 49 } }, @@ -161564,15 +161700,15 @@ }, { "type": "ObjectProperty", - "start": 101726, - "end": 101760, + "start": 104116, + "end": 104150, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 16 }, "end": { - "line": 2204, + "line": 2246, "column": 50 } }, @@ -161581,15 +161717,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101726, - "end": 101729, + "start": 104116, + "end": 104119, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 16 }, "end": { - "line": 2204, + "line": 2246, "column": 19 }, "identifierName": "top" @@ -161598,57 +161734,57 @@ }, "value": { "type": "CallExpression", - "start": 101734, - "end": 101760, + "start": 104124, + "end": 104150, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 101734, - "end": 101747, + "start": 104124, + "end": 104137, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101734, - "end": 101742, + "start": 104124, + "end": 104132, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101734, - "end": 101735, + "start": 104124, + "end": 104125, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 25 }, "identifierName": "$" @@ -161658,15 +161794,15 @@ "arguments": [ { "type": "Identifier", - "start": 101736, - "end": 101741, + "start": 104126, + "end": 104131, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 26 }, "end": { - "line": 2204, + "line": 2246, "column": 31 }, "identifierName": "_elem" @@ -161677,15 +161813,15 @@ }, "property": { "type": "Identifier", - "start": 101743, - "end": 101747, + "start": 104133, + "end": 104137, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 33 }, "end": { - "line": 2204, + "line": 2246, "column": 37 }, "identifierName": "data" @@ -161697,15 +161833,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101749, - "end": 101758, + "start": 104139, + "end": 104148, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 39 }, "end": { - "line": 2204, + "line": 2246, "column": 48 } }, @@ -161720,15 +161856,15 @@ }, { "type": "ObjectProperty", - "start": 101778, - "end": 101813, + "start": 104168, + "end": 104203, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 16 }, "end": { - "line": 2205, + "line": 2247, "column": 51 } }, @@ -161737,15 +161873,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101778, - "end": 101783, + "start": 104168, + "end": 104173, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 16 }, "end": { - "line": 2205, + "line": 2247, "column": 21 }, "identifierName": "width" @@ -161754,57 +161890,57 @@ }, "value": { "type": "CallExpression", - "start": 101786, - "end": 101813, + "start": 104176, + "end": 104203, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 101786, - "end": 101799, + "start": 104176, + "end": 104189, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101786, - "end": 101794, + "start": 104176, + "end": 104184, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101786, - "end": 101787, + "start": 104176, + "end": 104177, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 25 }, "identifierName": "$" @@ -161814,15 +161950,15 @@ "arguments": [ { "type": "Identifier", - "start": 101788, - "end": 101793, + "start": 104178, + "end": 104183, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 26 }, "end": { - "line": 2205, + "line": 2247, "column": 31 }, "identifierName": "_elem" @@ -161833,15 +161969,15 @@ }, "property": { "type": "Identifier", - "start": 101795, - "end": 101799, + "start": 104185, + "end": 104189, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 33 }, "end": { - "line": 2205, + "line": 2247, "column": 37 }, "identifierName": "data" @@ -161853,15 +161989,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101801, - "end": 101811, + "start": 104191, + "end": 104201, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 39 }, "end": { - "line": 2205, + "line": 2247, "column": 49 } }, @@ -161879,29 +162015,29 @@ }, { "type": "VariableDeclarator", - "start": 101841, - "end": 101860, + "start": 104231, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 12 }, "end": { - "line": 2207, + "line": 2249, "column": 31 } }, "id": { "type": "Identifier", - "start": 101841, - "end": 101843, + "start": 104231, + "end": 104233, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 12 }, "end": { - "line": 2207, + "line": 2249, "column": 14 }, "identifierName": "_x" @@ -161910,29 +162046,29 @@ }, "init": { "type": "MemberExpression", - "start": 101850, - "end": 101860, + "start": 104240, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 21 }, "end": { - "line": 2207, + "line": 2249, "column": 31 } }, "object": { "type": "Identifier", - "start": 101850, - "end": 101855, + "start": 104240, + "end": 104245, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 21 }, "end": { - "line": 2207, + "line": 2249, "column": 26 }, "identifierName": "_base" @@ -161941,15 +162077,15 @@ }, "property": { "type": "Identifier", - "start": 101856, - "end": 101860, + "start": 104246, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 27 }, "end": { - "line": 2207, + "line": 2249, "column": 31 }, "identifierName": "left" @@ -161961,29 +162097,29 @@ }, { "type": "VariableDeclarator", - "start": 101874, - "end": 101892, + "start": 104264, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 12 }, "end": { - "line": 2208, + "line": 2250, "column": 30 } }, "id": { "type": "Identifier", - "start": 101874, - "end": 101876, + "start": 104264, + "end": 104266, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 12 }, "end": { - "line": 2208, + "line": 2250, "column": 14 }, "identifierName": "_y" @@ -161992,29 +162128,29 @@ }, "init": { "type": "MemberExpression", - "start": 101883, - "end": 101892, + "start": 104273, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 21 }, "end": { - "line": 2208, + "line": 2250, "column": 30 } }, "object": { "type": "Identifier", - "start": 101883, - "end": 101888, + "start": 104273, + "end": 104278, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 21 }, "end": { - "line": 2208, + "line": 2250, "column": 26 }, "identifierName": "_base" @@ -162023,15 +162159,15 @@ }, "property": { "type": "Identifier", - "start": 101889, - "end": 101892, + "start": 104279, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 27 }, "end": { - "line": 2208, + "line": 2250, "column": 30 }, "identifierName": "top" @@ -162043,29 +162179,29 @@ }, { "type": "VariableDeclarator", - "start": 101906, - "end": 101926, + "start": 104296, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 12 }, "end": { - "line": 2209, + "line": 2251, "column": 32 } }, "id": { "type": "Identifier", - "start": 101906, - "end": 101908, + "start": 104296, + "end": 104298, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 12 }, "end": { - "line": 2209, + "line": 2251, "column": 14 }, "identifierName": "_w" @@ -162074,29 +162210,29 @@ }, "init": { "type": "MemberExpression", - "start": 101915, - "end": 101926, + "start": 104305, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 21 }, "end": { - "line": 2209, + "line": 2251, "column": 32 } }, "object": { "type": "Identifier", - "start": 101915, - "end": 101920, + "start": 104305, + "end": 104310, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 21 }, "end": { - "line": 2209, + "line": 2251, "column": 26 }, "identifierName": "_base" @@ -162105,15 +162241,15 @@ }, "property": { "type": "Identifier", - "start": 101921, - "end": 101926, + "start": 104311, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 27 }, "end": { - "line": 2209, + "line": 2251, "column": 32 }, "identifierName": "width" @@ -162125,29 +162261,29 @@ }, { "type": "VariableDeclarator", - "start": 101940, - "end": 101950, + "start": 104330, + "end": 104340, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 12 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, "id": { "type": "Identifier", - "start": 101940, - "end": 101942, + "start": 104330, + "end": 104332, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 12 }, "end": { - "line": 2210, + "line": 2252, "column": 14 }, "identifierName": "_z" @@ -162156,15 +162292,15 @@ }, "init": { "type": "NumericLiteral", - "start": 101949, - "end": 101950, + "start": 104339, + "end": 104340, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 21 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, @@ -162184,15 +162320,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -162201,43 +162337,43 @@ }, { "type": "IfStatement", - "start": 102011, - "end": 102449, + "start": 104401, + "end": 104839, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 8 }, "end": { - "line": 2221, + "line": 2263, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 102016, - "end": 102043, + "start": 104406, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 13 }, "end": { - "line": 2213, + "line": 2255, "column": 40 } }, "left": { "type": "StringLiteral", - "start": 102016, - "end": 102028, + "start": 104406, + "end": 104418, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 13 }, "end": { - "line": 2213, + "line": 2255, "column": 25 } }, @@ -162251,29 +162387,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 102033, - "end": 102043, + "start": 104423, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 30 }, "end": { - "line": 2213, + "line": 2255, "column": 40 } }, "object": { "type": "Identifier", - "start": 102033, - "end": 102038, + "start": 104423, + "end": 104428, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 30 }, "end": { - "line": 2213, + "line": 2255, "column": 35 }, "identifierName": "event" @@ -162282,15 +162418,15 @@ }, "property": { "type": "Identifier", - "start": 102039, - "end": 102043, + "start": 104429, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 36 }, "end": { - "line": 2213, + "line": 2255, "column": 40 }, "identifierName": "type" @@ -162303,59 +162439,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 102046, - "end": 102379, + "start": 104436, + "end": 104769, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 43 }, "end": { - "line": 2219, + "line": 2261, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 102060, - "end": 102156, + "start": 104450, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "expression": { "type": "AssignmentExpression", - "start": 102060, - "end": 102156, + "start": 104450, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102060, - "end": 102062, + "start": 104450, + "end": 104452, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 14 }, "identifierName": "_w" @@ -162364,43 +162500,43 @@ }, "right": { "type": "CallExpression", - "start": 102065, - "end": 102156, + "start": 104455, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 102065, - "end": 102073, + "start": 104455, + "end": 104463, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 25 } }, "object": { "type": "Identifier", - "start": 102065, - "end": 102069, + "start": 104455, + "end": 104459, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 21 }, "identifierName": "Math" @@ -162409,15 +162545,15 @@ }, "property": { "type": "Identifier", - "start": 102070, - "end": 102073, + "start": 104460, + "end": 104463, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 22 }, "end": { - "line": 2214, + "line": 2256, "column": 25 }, "identifierName": "max" @@ -162429,58 +162565,58 @@ "arguments": [ { "type": "CallExpression", - "start": 102075, - "end": 102108, + "start": 104465, + "end": 104498, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 102075, - "end": 102088, + "start": 104465, + "end": 104478, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 102075, - "end": 102079, + "start": 104465, + "end": 104469, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 31 } } }, "property": { "type": "Identifier", - "start": 102080, - "end": 102088, + "start": 104470, + "end": 104478, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 32 }, "end": { - "line": 2214, + "line": 2256, "column": 40 }, "identifierName": "numRound" @@ -162492,29 +162628,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102090, - "end": 102098, + "start": 104480, + "end": 104488, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 42 }, "end": { - "line": 2214, + "line": 2256, "column": 50 } }, "left": { "type": "Identifier", - "start": 102090, - "end": 102092, + "start": 104480, + "end": 104482, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 42 }, "end": { - "line": 2214, + "line": 2256, "column": 44 }, "identifierName": "_w" @@ -162524,15 +162660,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 102095, - "end": 102098, + "start": 104485, + "end": 104488, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 47 }, "end": { - "line": 2214, + "line": 2256, "column": 50 } }, @@ -162545,15 +162681,15 @@ }, { "type": "StringLiteral", - "start": 102100, - "end": 102106, + "start": 104490, + "end": 104496, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 52 }, "end": { - "line": 2214, + "line": 2256, "column": 58 } }, @@ -162567,43 +162703,43 @@ }, { "type": "CallExpression", - "start": 102110, - "end": 102154, + "start": 104500, + "end": 104544, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 102110, - "end": 102118, + "start": 104500, + "end": 104508, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 70 } }, "object": { "type": "Identifier", - "start": 102110, - "end": 102114, + "start": 104500, + "end": 104504, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 66 }, "identifierName": "Math" @@ -162612,15 +162748,15 @@ }, "property": { "type": "Identifier", - "start": 102115, - "end": 102118, + "start": 104505, + "end": 104508, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 67 }, "end": { - "line": 2214, + "line": 2256, "column": 70 }, "identifierName": "min" @@ -162632,29 +162768,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102120, - "end": 102134, + "start": 104510, + "end": 104524, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 72 }, "end": { - "line": 2214, + "line": 2256, "column": 86 } }, "object": { "type": "Identifier", - "start": 102120, - "end": 102126, + "start": 104510, + "end": 104516, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 72 }, "end": { - "line": 2214, + "line": 2256, "column": 78 }, "identifierName": "_props" @@ -162663,15 +162799,15 @@ }, "property": { "type": "Identifier", - "start": 102127, - "end": 102134, + "start": 104517, + "end": 104524, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 79 }, "end": { - "line": 2214, + "line": 2256, "column": 86 }, "identifierName": "rowSize" @@ -162682,29 +162818,29 @@ }, { "type": "MemberExpression", - "start": 102136, - "end": 102152, + "start": 104526, + "end": 104542, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 88 }, "end": { - "line": 2214, + "line": 2256, "column": 104 } }, "object": { "type": "Identifier", - "start": 102136, - "end": 102142, + "start": 104526, + "end": 104532, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 88 }, "end": { - "line": 2214, + "line": 2256, "column": 94 }, "identifierName": "_props" @@ -162713,15 +162849,15 @@ }, "property": { "type": "Identifier", - "start": 102143, - "end": 102152, + "start": 104533, + "end": 104542, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 95 }, "end": { - "line": 2214, + "line": 2256, "column": 104 }, "identifierName": "scaleSize" @@ -162738,44 +162874,44 @@ }, { "type": "ExpressionStatement", - "start": 102169, - "end": 102227, + "start": 104559, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 102169, - "end": 102227, + "start": 104559, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102169, - "end": 102171, + "start": 104559, + "end": 104561, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 14 }, "identifierName": "_x" @@ -162784,58 +162920,58 @@ }, "right": { "type": "CallExpression", - "start": 102174, - "end": 102227, + "start": 104564, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 102174, - "end": 102187, + "start": 104564, + "end": 104577, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 102174, - "end": 102178, + "start": 104564, + "end": 104568, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 21 } } }, "property": { "type": "Identifier", - "start": 102179, - "end": 102187, + "start": 104569, + "end": 104577, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 22 }, "end": { - "line": 2215, + "line": 2257, "column": 30 }, "identifierName": "numRound" @@ -162847,29 +162983,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102189, - "end": 102222, + "start": 104579, + "end": 104612, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 32 }, "end": { - "line": 2215, + "line": 2257, "column": 65 } }, "left": { "type": "Identifier", - "start": 102189, - "end": 102191, + "start": 104579, + "end": 104581, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 32 }, "end": { - "line": 2215, + "line": 2257, "column": 34 }, "identifierName": "_x" @@ -162879,43 +163015,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 102196, - "end": 102220, + "start": 104586, + "end": 104610, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 39 }, "end": { - "line": 2215, + "line": 2257, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 102198, - "end": 102214, + "start": 104588, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 41 }, "end": { - "line": 2215, + "line": 2257, "column": 57 } }, "left": { "type": "Identifier", - "start": 102198, - "end": 102200, + "start": 104588, + "end": 104590, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 41 }, "end": { - "line": 2215, + "line": 2257, "column": 43 }, "identifierName": "_w" @@ -162925,29 +163061,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 102203, - "end": 102214, + "start": 104593, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 46 }, "end": { - "line": 2215, + "line": 2257, "column": 57 } }, "object": { "type": "Identifier", - "start": 102203, - "end": 102208, + "start": 104593, + "end": 104598, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 46 }, "end": { - "line": 2215, + "line": 2257, "column": 51 }, "identifierName": "_base" @@ -162956,15 +163092,15 @@ }, "property": { "type": "Identifier", - "start": 102209, - "end": 102214, + "start": 104599, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 52 }, "end": { - "line": 2215, + "line": 2257, "column": 57 }, "identifierName": "width" @@ -162975,21 +163111,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102196 + "parenStart": 104586 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 102219, - "end": 102220, + "start": 104609, + "end": 104610, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 62 }, "end": { - "line": 2215, + "line": 2257, "column": 63 } }, @@ -163001,21 +163137,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102194 + "parenStart": 104584 } } }, { "type": "NumericLiteral", - "start": 102224, - "end": 102225, + "start": 104614, + "end": 104615, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 67 }, "end": { - "line": 2215, + "line": 2257, "column": 68 } }, @@ -163031,44 +163167,44 @@ }, { "type": "ExpressionStatement", - "start": 102240, - "end": 102298, + "start": 104630, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 102240, - "end": 102298, + "start": 104630, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102240, - "end": 102242, + "start": 104630, + "end": 104632, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 14 }, "identifierName": "_y" @@ -163077,58 +163213,58 @@ }, "right": { "type": "CallExpression", - "start": 102245, - "end": 102298, + "start": 104635, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 102245, - "end": 102258, + "start": 104635, + "end": 104648, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 102245, - "end": 102249, + "start": 104635, + "end": 104639, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 21 } } }, "property": { "type": "Identifier", - "start": 102250, - "end": 102258, + "start": 104640, + "end": 104648, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 22 }, "end": { - "line": 2216, + "line": 2258, "column": 30 }, "identifierName": "numRound" @@ -163140,29 +163276,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102260, - "end": 102293, + "start": 104650, + "end": 104683, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 32 }, "end": { - "line": 2216, + "line": 2258, "column": 65 } }, "left": { "type": "Identifier", - "start": 102260, - "end": 102262, + "start": 104650, + "end": 104652, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 32 }, "end": { - "line": 2216, + "line": 2258, "column": 34 }, "identifierName": "_y" @@ -163172,43 +163308,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 102267, - "end": 102291, + "start": 104657, + "end": 104681, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 39 }, "end": { - "line": 2216, + "line": 2258, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 102269, - "end": 102285, + "start": 104659, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 41 }, "end": { - "line": 2216, + "line": 2258, "column": 57 } }, "left": { "type": "Identifier", - "start": 102269, - "end": 102271, + "start": 104659, + "end": 104661, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 41 }, "end": { - "line": 2216, + "line": 2258, "column": 43 }, "identifierName": "_w" @@ -163218,29 +163354,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 102274, - "end": 102285, + "start": 104664, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 46 }, "end": { - "line": 2216, + "line": 2258, "column": 57 } }, "object": { "type": "Identifier", - "start": 102274, - "end": 102279, + "start": 104664, + "end": 104669, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 46 }, "end": { - "line": 2216, + "line": 2258, "column": 51 }, "identifierName": "_base" @@ -163249,15 +163385,15 @@ }, "property": { "type": "Identifier", - "start": 102280, - "end": 102285, + "start": 104670, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 52 }, "end": { - "line": 2216, + "line": 2258, "column": 57 }, "identifierName": "width" @@ -163268,21 +163404,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102267 + "parenStart": 104657 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 102290, - "end": 102291, + "start": 104680, + "end": 104681, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 62 }, "end": { - "line": 2216, + "line": 2258, "column": 63 } }, @@ -163294,21 +163430,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102265 + "parenStart": 104655 } } }, { "type": "NumericLiteral", - "start": 102295, - "end": 102296, + "start": 104685, + "end": 104686, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 67 }, "end": { - "line": 2216, + "line": 2258, "column": 68 } }, @@ -163324,44 +163460,44 @@ }, { "type": "ExpressionStatement", - "start": 102311, - "end": 102317, + "start": 104701, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 102311, - "end": 102317, + "start": 104701, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102311, - "end": 102313, + "start": 104701, + "end": 104703, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 14 }, "identifierName": "_z" @@ -163370,15 +163506,15 @@ }, "right": { "type": "NumericLiteral", - "start": 102316, - "end": 102317, + "start": 104706, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 17 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, @@ -163392,71 +163528,71 @@ }, { "type": "ExpressionStatement", - "start": 102330, - "end": 102369, + "start": 104720, + "end": 104759, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 102330, - "end": 102369, + "start": 104720, + "end": 104759, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 102330, - "end": 102346, + "start": 104720, + "end": 104736, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 28 } }, "object": { "type": "CallExpression", - "start": 102330, - "end": 102338, + "start": 104720, + "end": 104728, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 20 } }, "callee": { "type": "Identifier", - "start": 102330, - "end": 102331, + "start": 104720, + "end": 104721, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 13 }, "identifierName": "$" @@ -163466,15 +163602,15 @@ "arguments": [ { "type": "Identifier", - "start": 102332, - "end": 102337, + "start": 104722, + "end": 104727, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 14 }, "end": { - "line": 2218, + "line": 2260, "column": 19 }, "identifierName": "_elem" @@ -163485,15 +163621,15 @@ }, "property": { "type": "Identifier", - "start": 102339, - "end": 102346, + "start": 104729, + "end": 104736, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 21 }, "end": { - "line": 2218, + "line": 2260, "column": 28 }, "identifierName": "trigger" @@ -163505,29 +163641,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102348, - "end": 102367, + "start": 104738, + "end": 104757, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 30 }, "end": { - "line": 2218, + "line": 2260, "column": 49 } }, "object": { "type": "Identifier", - "start": 102348, - "end": 102353, + "start": 104738, + "end": 104743, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 30 }, "end": { - "line": 2218, + "line": 2260, "column": 35 }, "identifierName": "Event" @@ -163536,15 +163672,15 @@ }, "property": { "type": "Identifier", - "start": 102354, - "end": 102367, + "start": 104744, + "end": 104757, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 36 }, "end": { - "line": 2218, + "line": 2260, "column": 49 }, "identifierName": "FOCUSIN_EVENT" @@ -163561,86 +163697,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 102385, - "end": 102449, + "start": 104775, + "end": 104839, "loc": { "start": { - "line": 2219, + "line": 2261, "column": 15 }, "end": { - "line": 2221, + "line": 2263, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 102399, - "end": 102439, + "start": 104789, + "end": 104829, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 102399, - "end": 102439, + "start": 104789, + "end": 104829, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 102399, - "end": 102415, + "start": 104789, + "end": 104805, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 28 } }, "object": { "type": "CallExpression", - "start": 102399, - "end": 102407, + "start": 104789, + "end": 104797, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 20 } }, "callee": { "type": "Identifier", - "start": 102399, - "end": 102400, + "start": 104789, + "end": 104790, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 13 }, "identifierName": "$" @@ -163650,15 +163786,15 @@ "arguments": [ { "type": "Identifier", - "start": 102401, - "end": 102406, + "start": 104791, + "end": 104796, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 14 }, "end": { - "line": 2220, + "line": 2262, "column": 19 }, "identifierName": "_elem" @@ -163669,15 +163805,15 @@ }, "property": { "type": "Identifier", - "start": 102408, - "end": 102415, + "start": 104798, + "end": 104805, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 21 }, "end": { - "line": 2220, + "line": 2262, "column": 28 }, "identifierName": "trigger" @@ -163689,29 +163825,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102417, - "end": 102437, + "start": 104807, + "end": 104827, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 30 }, "end": { - "line": 2220, + "line": 2262, "column": 50 } }, "object": { "type": "Identifier", - "start": 102417, - "end": 102422, + "start": 104807, + "end": 104812, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 30 }, "end": { - "line": 2220, + "line": 2262, "column": 35 }, "identifierName": "Event" @@ -163720,15 +163856,15 @@ }, "property": { "type": "Identifier", - "start": 102423, - "end": 102437, + "start": 104813, + "end": 104827, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 36 }, "end": { - "line": 2220, + "line": 2262, "column": 50 }, "identifierName": "FOCUSOUT_EVENT" @@ -163747,15 +163883,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -163764,183 +163900,183 @@ }, { "type": "ExpressionStatement", - "start": 102458, - "end": 102589, + "start": 104848, + "end": 104979, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 139 } }, "expression": { "type": "CallExpression", - "start": 102458, - "end": 102589, + "start": 104848, + "end": 104979, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 139 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102572, + "start": 104848, + "end": 104962, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 122 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102568, + "start": 104848, + "end": 104958, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102545, + "start": 104848, + "end": 104935, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 95 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102541, + "start": 104848, + "end": 104931, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102519, + "start": 104848, + "end": 104909, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 69 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102515, + "start": 104848, + "end": 104905, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102495, + "start": 104848, + "end": 104885, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 45 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102491, + "start": 104848, + "end": 104881, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102470, + "start": 104848, + "end": 104860, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 20 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102466, + "start": 104848, + "end": 104856, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 16 } }, "callee": { "type": "Identifier", - "start": 102458, - "end": 102459, + "start": 104848, + "end": 104849, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 9 }, "identifierName": "$" @@ -163950,15 +164086,15 @@ "arguments": [ { "type": "Identifier", - "start": 102460, - "end": 102465, + "start": 104850, + "end": 104855, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 10 }, "end": { - "line": 2222, + "line": 2264, "column": 15 }, "identifierName": "_elem" @@ -163969,15 +164105,15 @@ }, "property": { "type": "Identifier", - "start": 102467, - "end": 102470, + "start": 104857, + "end": 104860, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 17 }, "end": { - "line": 2222, + "line": 2264, "column": 20 }, "identifierName": "css" @@ -163989,15 +164125,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102472, - "end": 102478, + "start": 104862, + "end": 104868, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 22 }, "end": { - "line": 2222, + "line": 2264, "column": 28 } }, @@ -164009,30 +164145,30 @@ }, { "type": "TemplateLiteral", - "start": 102480, - "end": 102489, + "start": 104870, + "end": 104879, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 30 }, "end": { - "line": 2222, + "line": 2264, "column": 39 } }, "expressions": [ { "type": "Identifier", - "start": 102483, - "end": 102485, + "start": 104873, + "end": 104875, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 33 }, "end": { - "line": 2222, + "line": 2264, "column": 35 }, "identifierName": "_x" @@ -164043,15 +164179,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102481, - "end": 102481, + "start": 104871, + "end": 104871, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 31 }, "end": { - "line": 2222, + "line": 2264, "column": 31 } }, @@ -164063,15 +164199,15 @@ }, { "type": "TemplateElement", - "start": 102486, - "end": 102488, + "start": 104876, + "end": 104878, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 36 }, "end": { - "line": 2222, + "line": 2264, "column": 38 } }, @@ -164087,15 +164223,15 @@ }, "property": { "type": "Identifier", - "start": 102492, - "end": 102495, + "start": 104882, + "end": 104885, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 42 }, "end": { - "line": 2222, + "line": 2264, "column": 45 }, "identifierName": "css" @@ -164107,15 +164243,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102497, - "end": 102502, + "start": 104887, + "end": 104892, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 47 }, "end": { - "line": 2222, + "line": 2264, "column": 52 } }, @@ -164127,30 +164263,30 @@ }, { "type": "TemplateLiteral", - "start": 102504, - "end": 102513, + "start": 104894, + "end": 104903, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 54 }, "end": { - "line": 2222, + "line": 2264, "column": 63 } }, "expressions": [ { "type": "Identifier", - "start": 102507, - "end": 102509, + "start": 104897, + "end": 104899, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 57 }, "end": { - "line": 2222, + "line": 2264, "column": 59 }, "identifierName": "_y" @@ -164161,15 +164297,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102505, - "end": 102505, + "start": 104895, + "end": 104895, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 55 }, "end": { - "line": 2222, + "line": 2264, "column": 55 } }, @@ -164181,15 +164317,15 @@ }, { "type": "TemplateElement", - "start": 102510, - "end": 102512, + "start": 104900, + "end": 104902, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 60 }, "end": { - "line": 2222, + "line": 2264, "column": 62 } }, @@ -164205,15 +164341,15 @@ }, "property": { "type": "Identifier", - "start": 102516, - "end": 102519, + "start": 104906, + "end": 104909, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 66 }, "end": { - "line": 2222, + "line": 2264, "column": 69 }, "identifierName": "css" @@ -164225,15 +164361,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102521, - "end": 102528, + "start": 104911, + "end": 104918, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 71 }, "end": { - "line": 2222, + "line": 2264, "column": 78 } }, @@ -164245,30 +164381,30 @@ }, { "type": "TemplateLiteral", - "start": 102530, - "end": 102539, + "start": 104920, + "end": 104929, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 80 }, "end": { - "line": 2222, + "line": 2264, "column": 89 } }, "expressions": [ { "type": "Identifier", - "start": 102533, - "end": 102535, + "start": 104923, + "end": 104925, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 83 }, "end": { - "line": 2222, + "line": 2264, "column": 85 }, "identifierName": "_w" @@ -164279,15 +164415,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102531, - "end": 102531, + "start": 104921, + "end": 104921, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 81 }, "end": { - "line": 2222, + "line": 2264, "column": 81 } }, @@ -164299,15 +164435,15 @@ }, { "type": "TemplateElement", - "start": 102536, - "end": 102538, + "start": 104926, + "end": 104928, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 86 }, "end": { - "line": 2222, + "line": 2264, "column": 88 } }, @@ -164323,15 +164459,15 @@ }, "property": { "type": "Identifier", - "start": 102542, - "end": 102545, + "start": 104932, + "end": 104935, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 92 }, "end": { - "line": 2222, + "line": 2264, "column": 95 }, "identifierName": "css" @@ -164343,15 +164479,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102547, - "end": 102555, + "start": 104937, + "end": 104945, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 97 }, "end": { - "line": 2222, + "line": 2264, "column": 105 } }, @@ -164363,30 +164499,30 @@ }, { "type": "TemplateLiteral", - "start": 102557, - "end": 102566, + "start": 104947, + "end": 104956, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 107 }, "end": { - "line": 2222, + "line": 2264, "column": 116 } }, "expressions": [ { "type": "Identifier", - "start": 102560, - "end": 102562, + "start": 104950, + "end": 104952, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 110 }, "end": { - "line": 2222, + "line": 2264, "column": 112 }, "identifierName": "_w" @@ -164397,15 +164533,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102558, - "end": 102558, + "start": 104948, + "end": 104948, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 108 }, "end": { - "line": 2222, + "line": 2264, "column": 108 } }, @@ -164417,15 +164553,15 @@ }, { "type": "TemplateElement", - "start": 102563, - "end": 102565, + "start": 104953, + "end": 104955, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 113 }, "end": { - "line": 2222, + "line": 2264, "column": 115 } }, @@ -164441,15 +164577,15 @@ }, "property": { "type": "Identifier", - "start": 102569, - "end": 102572, + "start": 104959, + "end": 104962, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 119 }, "end": { - "line": 2222, + "line": 2264, "column": 122 }, "identifierName": "css" @@ -164461,15 +164597,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102574, - "end": 102583, + "start": 104964, + "end": 104973, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 124 }, "end": { - "line": 2222, + "line": 2264, "column": 133 } }, @@ -164481,15 +164617,15 @@ }, { "type": "Identifier", - "start": 102585, - "end": 102587, + "start": 104975, + "end": 104977, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 135 }, "end": { - "line": 2222, + "line": 2264, "column": 137 }, "identifierName": "_z" @@ -164507,15 +164643,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -164525,15 +164661,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -164542,15 +164678,15 @@ }, { "type": "ClassMethod", - "start": 102762, - "end": 103505, + "start": 105152, + "end": 105895, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 4 }, "end": { - "line": 2249, + "line": 2291, "column": 5 } }, @@ -164558,15 +164694,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 102762, - "end": 102768, + "start": 105152, + "end": 105158, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 4 }, "end": { - "line": 2231, + "line": 2273, "column": 10 }, "identifierName": "_debug" @@ -164582,15 +164718,15 @@ "params": [ { "type": "Identifier", - "start": 102770, - "end": 102777, + "start": 105160, + "end": 105167, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 12 }, "end": { - "line": 2231, + "line": 2273, "column": 19 }, "identifierName": "message" @@ -164599,29 +164735,29 @@ }, { "type": "AssignmentPattern", - "start": 102779, - "end": 102799, + "start": 105169, + "end": 105189, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 21 }, "end": { - "line": 2231, + "line": 2273, "column": 41 } }, "left": { "type": "Identifier", - "start": 102779, - "end": 102788, + "start": 105169, + "end": 105178, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 21 }, "end": { - "line": 2231, + "line": 2273, "column": 30 }, "identifierName": "throwType" @@ -164630,15 +164766,15 @@ }, "right": { "type": "StringLiteral", - "start": 102791, - "end": 102799, + "start": 105181, + "end": 105189, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 33 }, "end": { - "line": 2231, + "line": 2273, "column": 41 } }, @@ -164652,44 +164788,44 @@ ], "body": { "type": "BlockStatement", - "start": 102802, - "end": 103505, + "start": 105192, + "end": 105895, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 44 }, "end": { - "line": 2249, + "line": 2291, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 102812, - "end": 102870, + "start": 105202, + "end": 105260, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 8 }, "end": { - "line": 2234, + "line": 2276, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 102817, - "end": 102837, + "start": 105207, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 13 }, "end": { - "line": 2232, + "line": 2274, "column": 33 } }, @@ -164697,58 +164833,58 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 102819, - "end": 102837, + "start": 105209, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 102819, - "end": 102831, + "start": 105209, + "end": 105221, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 102819, - "end": 102823, + "start": 105209, + "end": 105213, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 19 } } }, "property": { "type": "Identifier", - "start": 102824, - "end": 102831, + "start": 105214, + "end": 105221, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 20 }, "end": { - "line": 2232, + "line": 2274, "column": 27 }, "identifierName": "_config" @@ -164759,15 +164895,15 @@ }, "property": { "type": "Identifier", - "start": 102832, - "end": 102837, + "start": 105222, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 28 }, "end": { - "line": 2232, + "line": 2274, "column": 33 }, "identifierName": "debug" @@ -164782,30 +164918,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 102840, - "end": 102870, + "start": 105230, + "end": 105260, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 36 }, "end": { - "line": 2234, + "line": 2276, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 102854, - "end": 102860, + "start": 105244, + "end": 105250, "loc": { "start": { - "line": 2233, + "line": 2275, "column": 12 }, "end": { - "line": 2233, + "line": 2275, "column": 18 } }, @@ -164818,44 +164954,44 @@ }, { "type": "ExpressionStatement", - "start": 102879, - "end": 102921, + "start": 105269, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 102879, - "end": 102921, + "start": 105269, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102879, - "end": 102886, + "start": 105269, + "end": 105276, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 15 }, "identifierName": "message" @@ -164864,58 +165000,58 @@ }, "right": { "type": "CallExpression", - "start": 102889, - "end": 102921, + "start": 105279, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 102889, - "end": 102904, + "start": 105279, + "end": 105294, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 102889, - "end": 102893, + "start": 105279, + "end": 105283, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 22 } } }, "property": { "type": "Identifier", - "start": 102894, - "end": 102904, + "start": 105284, + "end": 105294, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 23 }, "end": { - "line": 2235, + "line": 2277, "column": 33 }, "identifierName": "supplement" @@ -164927,30 +165063,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 102906, - "end": 102910, + "start": 105296, + "end": 105300, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 35 }, "end": { - "line": 2235, + "line": 2277, "column": 39 } } }, { "type": "Identifier", - "start": 102912, - "end": 102919, + "start": 105302, + "end": 105309, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 41 }, "end": { - "line": 2235, + "line": 2277, "column": 48 }, "identifierName": "message" @@ -164963,29 +165099,29 @@ }, { "type": "IfStatement", - "start": 102930, - "end": 103499, + "start": 105320, + "end": 105889, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 8 }, "end": { - "line": 2248, + "line": 2290, "column": 9 } }, "test": { "type": "Identifier", - "start": 102935, - "end": 102942, + "start": 105325, + "end": 105332, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 13 }, "end": { - "line": 2236, + "line": 2278, "column": 20 }, "identifierName": "message" @@ -164994,59 +165130,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 102945, - "end": 103499, + "start": 105335, + "end": 105889, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 23 }, "end": { - "line": 2248, + "line": 2290, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 102959, - "end": 103195, + "start": 105349, + "end": 105585, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 12 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 102963, - "end": 103077, + "start": 105353, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 16 }, "end": { - "line": 2237, + "line": 2279, "column": 130 } }, "id": { "type": "Identifier", - "start": 102963, - "end": 102967, + "start": 105353, + "end": 105357, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 16 }, "end": { - "line": 2237, + "line": 2279, "column": 20 }, "identifierName": "_msg" @@ -165055,43 +165191,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 102970, - "end": 103077, + "start": 105360, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 130 } }, "test": { "type": "BinaryExpression", - "start": 102970, - "end": 103035, + "start": 105360, + "end": 105425, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 88 } }, "left": { "type": "UnaryExpression", - "start": 102970, - "end": 103019, + "start": 105360, + "end": 105409, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 72 } }, @@ -165099,71 +165235,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 102977, - "end": 103019, + "start": 105367, + "end": 105409, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 72 } }, "object": { "type": "CallExpression", - "start": 102977, - "end": 103010, + "start": 105367, + "end": 105400, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 102977, - "end": 102998, + "start": 105367, + "end": 105388, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 51 } }, "object": { "type": "CallExpression", - "start": 102977, - "end": 102993, + "start": 105367, + "end": 105383, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 46 } }, "callee": { "type": "Identifier", - "start": 102977, - "end": 102978, + "start": 105367, + "end": 105368, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 31 }, "identifierName": "$" @@ -165173,44 +165309,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 102979, - "end": 102992, + "start": 105369, + "end": 105382, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 32 }, "end": { - "line": 2237, + "line": 2279, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 102979, - "end": 102983, + "start": 105369, + "end": 105373, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 32 }, "end": { - "line": 2237, + "line": 2279, "column": 36 } } }, "property": { "type": "Identifier", - "start": 102984, - "end": 102992, + "start": 105374, + "end": 105382, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 37 }, "end": { - "line": 2237, + "line": 2279, "column": 45 }, "identifierName": "_element" @@ -165223,15 +165359,15 @@ }, "property": { "type": "Identifier", - "start": 102994, - "end": 102998, + "start": 105384, + "end": 105388, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 47 }, "end": { - "line": 2237, + "line": 2279, "column": 51 }, "identifierName": "data" @@ -165243,15 +165379,15 @@ "arguments": [ { "type": "Identifier", - "start": 103000, - "end": 103008, + "start": 105390, + "end": 105398, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 53 }, "end": { - "line": 2237, + "line": 2279, "column": 61 }, "identifierName": "DATA_KEY" @@ -165262,15 +165398,15 @@ }, "property": { "type": "Identifier", - "start": 103011, - "end": 103018, + "start": 105401, + "end": 105408, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 64 }, "end": { - "line": 2237, + "line": 2279, "column": 71 }, "identifierName": "message" @@ -165286,15 +165422,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 103024, - "end": 103035, + "start": 105414, + "end": 105425, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 77 }, "end": { - "line": 2237, + "line": 2279, "column": 88 } }, @@ -165307,30 +165443,30 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 103038, - "end": 103067, + "start": 105428, + "end": 105457, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 91 }, "end": { - "line": 2237, + "line": 2279, "column": 120 } }, "expressions": [ { "type": "Identifier", - "start": 103056, - "end": 103063, + "start": 105446, + "end": 105453, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 109 }, "end": { - "line": 2237, + "line": 2279, "column": 116 }, "identifierName": "message" @@ -165341,15 +165477,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 103039, - "end": 103054, + "start": 105429, + "end": 105444, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 92 }, "end": { - "line": 2237, + "line": 2279, "column": 107 } }, @@ -165361,15 +165497,15 @@ }, { "type": "TemplateElement", - "start": 103064, - "end": 103066, + "start": 105454, + "end": 105456, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 117 }, "end": { - "line": 2237, + "line": 2279, "column": 119 } }, @@ -165383,15 +165519,15 @@ }, "alternate": { "type": "Identifier", - "start": 103070, - "end": 103077, + "start": 105460, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 123 }, "end": { - "line": 2237, + "line": 2279, "column": 130 }, "identifierName": "message" @@ -165402,29 +165538,29 @@ }, { "type": "VariableDeclarator", - "start": 103095, - "end": 103168, + "start": 105485, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 16 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, "id": { "type": "Identifier", - "start": 103095, - "end": 103099, + "start": 105485, + "end": 105489, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 16 }, "end": { - "line": 2238, + "line": 2280, "column": 20 }, "identifierName": "_sty" @@ -165433,57 +165569,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 103102, - "end": 103168, + "start": 105492, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, "test": { "type": "CallExpression", - "start": 103102, - "end": 103131, + "start": 105492, + "end": 105521, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 103102, - "end": 103125, + "start": 105492, + "end": 105515, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 46 } }, "object": { "type": "RegExpLiteral", - "start": 103102, - "end": 103120, + "start": 105492, + "end": 105510, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 41 } }, @@ -165495,15 +165631,15 @@ }, "property": { "type": "Identifier", - "start": 103121, - "end": 103125, + "start": 105511, + "end": 105515, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 42 }, "end": { - "line": 2238, + "line": 2280, "column": 46 }, "identifierName": "test" @@ -165515,15 +165651,15 @@ "arguments": [ { "type": "Identifier", - "start": 103126, - "end": 103130, + "start": 105516, + "end": 105520, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 47 }, "end": { - "line": 2238, + "line": 2280, "column": 51 }, "identifierName": "_msg" @@ -165534,15 +165670,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 103134, - "end": 103163, + "start": 105524, + "end": 105553, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 55 }, "end": { - "line": 2238, + "line": 2280, "column": 84 } }, @@ -165554,15 +165690,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 103166, - "end": 103168, + "start": 105556, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 87 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, @@ -165576,29 +165712,29 @@ }, { "type": "VariableDeclarator", - "start": 103186, - "end": 103195, + "start": 105576, + "end": 105585, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 16 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, "id": { "type": "Identifier", - "start": 103186, - "end": 103190, + "start": 105576, + "end": 105580, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 16 }, "end": { - "line": 2239, + "line": 2281, "column": 20 }, "identifierName": "_rst" @@ -165607,15 +165743,15 @@ }, "init": { "type": "StringLiteral", - "start": 103193, - "end": 103195, + "start": 105583, + "end": 105585, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 23 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, @@ -165631,57 +165767,57 @@ }, { "type": "IfStatement", - "start": 103221, - "end": 103489, + "start": 105611, + "end": 105879, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 12 }, "end": { - "line": 2247, + "line": 2289, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 103226, - "end": 103262, + "start": 105616, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 103226, - "end": 103240, + "start": 105616, + "end": 105630, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 31 } }, "object": { "type": "Identifier", - "start": 103226, - "end": 103232, + "start": 105616, + "end": 105622, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 23 }, "identifierName": "window" @@ -165690,15 +165826,15 @@ }, "property": { "type": "Identifier", - "start": 103233, - "end": 103240, + "start": 105623, + "end": 105630, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 24 }, "end": { - "line": 2241, + "line": 2283, "column": 31 }, "identifierName": "console" @@ -165710,43 +165846,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 103244, - "end": 103262, + "start": 105634, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 103244, - "end": 103258, + "start": 105634, + "end": 105648, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 49 } }, "object": { "type": "Identifier", - "start": 103244, - "end": 103250, + "start": 105634, + "end": 105640, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 41 }, "identifierName": "window" @@ -165755,15 +165891,15 @@ }, "property": { "type": "Identifier", - "start": 103251, - "end": 103258, + "start": 105641, + "end": 105648, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 42 }, "end": { - "line": 2241, + "line": 2283, "column": 49 }, "identifierName": "console" @@ -165774,15 +165910,15 @@ }, "property": { "type": "Identifier", - "start": 103259, - "end": 103262, + "start": 105649, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 50 }, "end": { - "line": 2241, + "line": 2283, "column": 53 }, "identifierName": "log" @@ -165794,58 +165930,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 103265, - "end": 103489, + "start": 105655, + "end": 105879, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 56 }, "end": { - "line": 2247, + "line": 2289, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 103283, - "end": 103475, + "start": 105673, + "end": 105865, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 16 }, "end": { - "line": 2246, + "line": 2288, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 103288, - "end": 103310, + "start": 105678, + "end": 105700, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 21 }, "end": { - "line": 2242, + "line": 2284, "column": 43 } }, "left": { "type": "Identifier", - "start": 103288, - "end": 103297, + "start": 105678, + "end": 105687, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 21 }, "end": { - "line": 2242, + "line": 2284, "column": 30 }, "identifierName": "throwType" @@ -165855,15 +165991,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 103302, - "end": 103310, + "start": 105692, + "end": 105700, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 35 }, "end": { - "line": 2242, + "line": 2284, "column": 43 } }, @@ -165876,86 +166012,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 103313, - "end": 103401, + "start": 105703, + "end": 105791, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 46 }, "end": { - "line": 2244, + "line": 2286, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 103335, - "end": 103383, + "start": 105725, + "end": 105773, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 103335, - "end": 103383, + "start": 105725, + "end": 105773, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 103335, - "end": 103353, + "start": 105725, + "end": 105743, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 103335, - "end": 103349, + "start": 105725, + "end": 105739, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 34 } }, "object": { "type": "Identifier", - "start": 103335, - "end": 103341, + "start": 105725, + "end": 105731, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 26 }, "identifierName": "window" @@ -165964,15 +166100,15 @@ }, "property": { "type": "Identifier", - "start": 103342, - "end": 103349, + "start": 105732, + "end": 105739, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 27 }, "end": { - "line": 2243, + "line": 2285, "column": 34 }, "identifierName": "console" @@ -165983,15 +166119,15 @@ }, "property": { "type": "Identifier", - "start": 103350, - "end": 103353, + "start": 105740, + "end": 105743, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 35 }, "end": { - "line": 2243, + "line": 2285, "column": 38 }, "identifierName": "log" @@ -166003,15 +166139,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 103355, - "end": 103363, + "start": 105745, + "end": 105753, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 40 }, "end": { - "line": 2243, + "line": 2285, "column": 48 } }, @@ -166023,15 +166159,15 @@ }, { "type": "Identifier", - "start": 103365, - "end": 103369, + "start": 105755, + "end": 105759, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 50 }, "end": { - "line": 2243, + "line": 2285, "column": 54 }, "identifierName": "_sty" @@ -166040,15 +166176,15 @@ }, { "type": "Identifier", - "start": 103371, - "end": 103375, + "start": 105761, + "end": 105765, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 56 }, "end": { - "line": 2243, + "line": 2285, "column": 60 }, "identifierName": "_msg" @@ -166057,15 +166193,15 @@ }, { "type": "Identifier", - "start": 103377, - "end": 103381, + "start": 105767, + "end": 105771, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 62 }, "end": { - "line": 2243, + "line": 2285, "column": 66 }, "identifierName": "_rst" @@ -166080,58 +166216,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 103407, - "end": 103475, + "start": 105797, + "end": 105865, "loc": { "start": { - "line": 2244, + "line": 2286, "column": 23 }, "end": { - "line": 2246, + "line": 2288, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 103429, - "end": 103457, + "start": 105819, + "end": 105847, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 20 }, "end": { - "line": 2245, + "line": 2287, "column": 48 } }, "argument": { "type": "NewExpression", - "start": 103435, - "end": 103457, + "start": 105825, + "end": 105847, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 26 }, "end": { - "line": 2245, + "line": 2287, "column": 48 } }, "callee": { "type": "Identifier", - "start": 103439, - "end": 103444, + "start": 105829, + "end": 105834, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 30 }, "end": { - "line": 2245, + "line": 2287, "column": 35 }, "identifierName": "Error" @@ -166141,30 +166277,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 103446, - "end": 103455, + "start": 105836, + "end": 105845, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 37 }, "end": { - "line": 2245, + "line": 2287, "column": 46 } }, "expressions": [ { "type": "Identifier", - "start": 103449, - "end": 103453, + "start": 105839, + "end": 105843, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 40 }, "end": { - "line": 2245, + "line": 2287, "column": 44 }, "identifierName": "_msg" @@ -166175,15 +166311,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 103447, - "end": 103447, + "start": 105837, + "end": 105837, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 38 }, "end": { - "line": 2245, + "line": 2287, "column": 38 } }, @@ -166195,15 +166331,15 @@ }, { "type": "TemplateElement", - "start": 103454, - "end": 103454, + "start": 105844, + "end": 105844, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 45 }, "end": { - "line": 2245, + "line": 2287, "column": 45 } }, @@ -166240,15 +166376,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -166258,15 +166394,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -166274,15 +166410,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -166291,15 +166427,15 @@ }, { "type": "ClassMethod", - "start": 103823, - "end": 104614, + "start": 106213, + "end": 107004, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 4 }, "end": { - "line": 2278, + "line": 2320, "column": 5 } }, @@ -166307,15 +166443,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 103823, - "end": 103834, + "start": 106213, + "end": 106224, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 4 }, "end": { - "line": 2259, + "line": 2301, "column": 15 }, "identifierName": "initialized" @@ -166331,29 +166467,29 @@ "params": [ { "type": "RestElement", - "start": 103836, - "end": 103843, + "start": 106226, + "end": 106233, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 17 }, "end": { - "line": 2259, + "line": 2301, "column": 24 } }, "argument": { "type": "Identifier", - "start": 103839, - "end": 103843, + "start": 106229, + "end": 106233, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 20 }, "end": { - "line": 2259, + "line": 2301, "column": 24 }, "identifierName": "args" @@ -166364,59 +166500,59 @@ ], "body": { "type": "BlockStatement", - "start": 103846, - "end": 104614, + "start": 106236, + "end": 107004, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 27 }, "end": { - "line": 2278, + "line": 2320, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 103856, - "end": 103976, + "start": 106246, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 8 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 103860, - "end": 103976, + "start": 106250, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 12 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "id": { "type": "Identifier", - "start": 103860, - "end": 103868, + "start": 106250, + "end": 106258, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 12 }, "end": { - "line": 2260, + "line": 2302, "column": 20 }, "identifierName": "_message" @@ -166425,58 +166561,58 @@ }, "init": { "type": "ConditionalExpression", - "start": 103871, - "end": 103976, + "start": 106261, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "test": { "type": "MemberExpression", - "start": 103871, - "end": 103890, + "start": 106261, + "end": 106280, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 103871, - "end": 103875, + "start": 106261, + "end": 106265, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 27 } } }, "property": { "type": "Identifier", - "start": 103876, - "end": 103890, + "start": 106266, + "end": 106280, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 28 }, "end": { - "line": 2260, + "line": 2302, "column": 42 }, "identifierName": "_isInitialized" @@ -166487,15 +166623,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 103893, - "end": 103960, + "start": 106283, + "end": 106350, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 45 }, "end": { - "line": 2260, + "line": 2302, "column": 112 } }, @@ -166507,15 +166643,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 103963, - "end": 103976, + "start": 106353, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 115 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, @@ -166532,72 +166668,72 @@ }, { "type": "ExpressionStatement", - "start": 103985, - "end": 104008, + "start": 106375, + "end": 106398, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 103985, - "end": 104008, + "start": 106375, + "end": 106398, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 103985, - "end": 103996, + "start": 106375, + "end": 106386, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 103985, - "end": 103989, + "start": 106375, + "end": 106379, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 12 } } }, "property": { "type": "Identifier", - "start": 103990, - "end": 103996, + "start": 106380, + "end": 106386, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 13 }, "end": { - "line": 2261, + "line": 2303, "column": 19 }, "identifierName": "_debug" @@ -166609,15 +166745,15 @@ "arguments": [ { "type": "Identifier", - "start": 103998, - "end": 104006, + "start": 106388, + "end": 106396, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 21 }, "end": { - "line": 2261, + "line": 2303, "column": 29 }, "identifierName": "_message" @@ -166629,44 +166765,44 @@ }, { "type": "VariableDeclaration", - "start": 104026, - "end": 104281, + "start": 106416, + "end": 106671, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 8 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 104030, - "end": 104054, + "start": 106420, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 12 }, "end": { - "line": 2263, + "line": 2305, "column": 36 } }, "id": { "type": "Identifier", - "start": 104030, - "end": 104035, + "start": 106420, + "end": 106425, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 12 }, "end": { - "line": 2263, + "line": 2305, "column": 17 }, "identifierName": "_elem" @@ -166675,44 +166811,44 @@ }, "init": { "type": "MemberExpression", - "start": 104041, - "end": 104054, + "start": 106431, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 23 }, "end": { - "line": 2263, + "line": 2305, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 104041, - "end": 104045, + "start": 106431, + "end": 106435, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 23 }, "end": { - "line": 2263, + "line": 2305, "column": 27 } } }, "property": { "type": "Identifier", - "start": 104046, - "end": 104054, + "start": 106436, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 28 }, "end": { - "line": 2263, + "line": 2305, "column": 36 }, "identifierName": "_element" @@ -166724,29 +166860,29 @@ }, { "type": "VariableDeclarator", - "start": 104068, - "end": 104091, + "start": 106458, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 12 }, "end": { - "line": 2264, + "line": 2306, "column": 35 } }, "id": { "type": "Identifier", - "start": 104068, - "end": 104073, + "start": 106458, + "end": 106463, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 12 }, "end": { - "line": 2264, + "line": 2306, "column": 17 }, "identifierName": "_opts" @@ -166755,44 +166891,44 @@ }, "init": { "type": "MemberExpression", - "start": 104079, - "end": 104091, + "start": 106469, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 23 }, "end": { - "line": 2264, + "line": 2306, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 104079, - "end": 104083, + "start": 106469, + "end": 106473, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 23 }, "end": { - "line": 2264, + "line": 2306, "column": 27 } } }, "property": { "type": "Identifier", - "start": 104084, - "end": 104091, + "start": 106474, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 28 }, "end": { - "line": 2264, + "line": 2306, "column": 35 }, "identifierName": "_config" @@ -166804,29 +166940,29 @@ }, { "type": "VariableDeclarator", - "start": 104105, - "end": 104123, + "start": 106495, + "end": 106513, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 12 }, "end": { - "line": 2265, + "line": 2307, "column": 30 } }, "id": { "type": "Identifier", - "start": 104105, - "end": 104110, + "start": 106495, + "end": 106500, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 12 }, "end": { - "line": 2265, + "line": 2307, "column": 17 }, "identifierName": "_args" @@ -166835,29 +166971,29 @@ }, "init": { "type": "MemberExpression", - "start": 104116, - "end": 104123, + "start": 106506, + "end": 106513, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 23 }, "end": { - "line": 2265, + "line": 2307, "column": 30 } }, "object": { "type": "Identifier", - "start": 104116, - "end": 104120, + "start": 106506, + "end": 106510, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 23 }, "end": { - "line": 2265, + "line": 2307, "column": 27 }, "identifierName": "args" @@ -166866,15 +167002,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104121, - "end": 104122, + "start": 106511, + "end": 106512, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 28 }, "end": { - "line": 2265, + "line": 2307, "column": 29 } }, @@ -166889,29 +167025,29 @@ }, { "type": "VariableDeclarator", - "start": 104137, - "end": 104216, + "start": 106527, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 12 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } }, "id": { "type": "Identifier", - "start": 104137, - "end": 104145, + "start": 106527, + "end": 106535, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 12 }, "end": { - "line": 2266, + "line": 2308, "column": 20 }, "identifierName": "callback" @@ -166920,71 +167056,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 104148, - "end": 104216, + "start": 106538, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 104148, - "end": 104198, + "start": 106538, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 104148, - "end": 104164, + "start": 106538, + "end": 106554, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 104148, - "end": 104160, + "start": 106538, + "end": 106550, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 35 } }, "object": { "type": "Identifier", - "start": 104148, - "end": 104153, + "start": 106538, + "end": 106543, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 28 }, "identifierName": "_args" @@ -166993,15 +167129,15 @@ }, "property": { "type": "Identifier", - "start": 104154, - "end": 104160, + "start": 106544, + "end": 106550, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 29 }, "end": { - "line": 2266, + "line": 2308, "column": 35 }, "identifierName": "length" @@ -167013,15 +167149,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 104163, - "end": 104164, + "start": 106553, + "end": 106554, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 38 }, "end": { - "line": 2266, + "line": 2308, "column": 39 } }, @@ -167035,29 +167171,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 104168, - "end": 104198, + "start": 106558, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 43 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 104168, - "end": 104183, + "start": 106558, + "end": 106573, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 43 }, "end": { - "line": 2266, + "line": 2308, "column": 58 } }, @@ -167065,29 +167201,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 104175, - "end": 104183, + "start": 106565, + "end": 106573, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 50 }, "end": { - "line": 2266, + "line": 2308, "column": 58 } }, "object": { "type": "Identifier", - "start": 104175, - "end": 104180, + "start": 106565, + "end": 106570, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 50 }, "end": { - "line": 2266, + "line": 2308, "column": 55 }, "identifierName": "_args" @@ -167096,15 +167232,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104181, - "end": 104182, + "start": 106571, + "end": 106572, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 56 }, "end": { - "line": 2266, + "line": 2308, "column": 57 } }, @@ -167123,15 +167259,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 104188, - "end": 104198, + "start": 106578, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 63 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, @@ -167145,29 +167281,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 104201, - "end": 104209, + "start": 106591, + "end": 106599, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 76 }, "end": { - "line": 2266, + "line": 2308, "column": 84 } }, "object": { "type": "Identifier", - "start": 104201, - "end": 104206, + "start": 106591, + "end": 106596, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 76 }, "end": { - "line": 2266, + "line": 2308, "column": 81 }, "identifierName": "_args" @@ -167176,15 +167312,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104207, - "end": 104208, + "start": 106597, + "end": 106598, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 82 }, "end": { - "line": 2266, + "line": 2308, "column": 83 } }, @@ -167198,15 +167334,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 104212, - "end": 104216, + "start": 106602, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 87 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } } @@ -167215,29 +167351,29 @@ }, { "type": "VariableDeclarator", - "start": 104230, - "end": 104281, + "start": 106620, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 12 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "id": { "type": "Identifier", - "start": 104230, - "end": 104238, + "start": 106620, + "end": 106628, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 12 }, "end": { - "line": 2267, + "line": 2309, "column": 20 }, "identifierName": "userdata" @@ -167246,57 +167382,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 104241, - "end": 104281, + "start": 106631, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 104241, - "end": 104257, + "start": 106631, + "end": 106647, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 104241, - "end": 104253, + "start": 106631, + "end": 106643, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 35 } }, "object": { "type": "Identifier", - "start": 104241, - "end": 104246, + "start": 106631, + "end": 106636, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 28 }, "identifierName": "_args" @@ -167305,15 +167441,15 @@ }, "property": { "type": "Identifier", - "start": 104247, - "end": 104253, + "start": 106637, + "end": 106643, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 29 }, "end": { - "line": 2267, + "line": 2309, "column": 35 }, "identifierName": "length" @@ -167325,15 +167461,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 104256, - "end": 104257, + "start": 106646, + "end": 106647, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 38 }, "end": { - "line": 2267, + "line": 2309, "column": 39 } }, @@ -167346,43 +167482,43 @@ }, "consequent": { "type": "CallExpression", - "start": 104260, - "end": 104274, + "start": 106650, + "end": 106664, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 104260, - "end": 104271, + "start": 106650, + "end": 106661, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 53 } }, "object": { "type": "Identifier", - "start": 104260, - "end": 104265, + "start": 106650, + "end": 106655, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 47 }, "identifierName": "_args" @@ -167391,15 +167527,15 @@ }, "property": { "type": "Identifier", - "start": 104266, - "end": 104271, + "start": 106656, + "end": 106661, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 48 }, "end": { - "line": 2267, + "line": 2309, "column": 53 }, "identifierName": "slice" @@ -167411,15 +167547,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 104272, - "end": 104273, + "start": 106662, + "end": 106663, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 54 }, "end": { - "line": 2267, + "line": 2309, "column": 55 } }, @@ -167433,15 +167569,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 104277, - "end": 104281, + "start": 106667, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 59 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, @@ -167458,15 +167594,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -167475,43 +167611,43 @@ }, { "type": "IfStatement", - "start": 104353, - "end": 104555, + "start": 106743, + "end": 106945, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 8 }, "end": { - "line": 2274, + "line": 2316, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 104358, - "end": 104391, + "start": 106748, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 13 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, "left": { "type": "Identifier", - "start": 104358, - "end": 104366, + "start": 106748, + "end": 106756, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 13 }, "end": { - "line": 2270, + "line": 2312, "column": 21 }, "identifierName": "callback" @@ -167522,15 +167658,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 104370, - "end": 104391, + "start": 106760, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 25 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, @@ -167538,44 +167674,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 104372, - "end": 104391, + "start": 106762, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 27 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 104372, - "end": 104376, + "start": 106762, + "end": 106766, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 27 }, "end": { - "line": 2270, + "line": 2312, "column": 31 } } }, "property": { "type": "Identifier", - "start": 104377, - "end": 104391, + "start": 106767, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 32 }, "end": { - "line": 2270, + "line": 2312, "column": 46 }, "identifierName": "_isInitialized" @@ -167592,87 +167728,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 104394, - "end": 104555, + "start": 106784, + "end": 106945, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 49 }, "end": { - "line": 2274, + "line": 2316, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 104408, - "end": 104485, + "start": 106798, + "end": 106875, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 104408, - "end": 104485, + "start": 106798, + "end": 106875, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 104408, - "end": 104419, + "start": 106798, + "end": 106809, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 104408, - "end": 104412, + "start": 106798, + "end": 106802, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 16 } } }, "property": { "type": "Identifier", - "start": 104413, - "end": 104419, + "start": 106803, + "end": 106809, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 17 }, "end": { - "line": 2271, + "line": 2313, "column": 23 }, "identifierName": "_debug" @@ -167684,15 +167820,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 104421, - "end": 104483, + "start": 106811, + "end": 106873, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 25 }, "end": { - "line": 2271, + "line": 2313, "column": 87 } }, @@ -167707,43 +167843,43 @@ }, { "type": "ExpressionStatement", - "start": 104511, - "end": 104545, + "start": 106901, + "end": 106935, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 104511, - "end": 104545, + "start": 106901, + "end": 106935, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 46 } }, "callee": { "type": "Identifier", - "start": 104511, - "end": 104519, + "start": 106901, + "end": 106909, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 20 }, "identifierName": "callback" @@ -167753,15 +167889,15 @@ "arguments": [ { "type": "Identifier", - "start": 104521, - "end": 104526, + "start": 106911, + "end": 106916, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 22 }, "end": { - "line": 2273, + "line": 2315, "column": 27 }, "identifierName": "_elem" @@ -167770,15 +167906,15 @@ }, { "type": "Identifier", - "start": 104528, - "end": 104533, + "start": 106918, + "end": 106923, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 29 }, "end": { - "line": 2273, + "line": 2315, "column": 34 }, "identifierName": "_opts" @@ -167787,15 +167923,15 @@ }, { "type": "Identifier", - "start": 104535, - "end": 104543, + "start": 106925, + "end": 106933, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 36 }, "end": { - "line": 2273, + "line": 2315, "column": 44 }, "identifierName": "userdata" @@ -167813,15 +167949,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -167830,73 +167966,73 @@ }, { "type": "ExpressionStatement", - "start": 104573, - "end": 104599, + "start": 106963, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 104573, - "end": 104599, + "start": 106963, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 104573, - "end": 104592, + "start": 106963, + "end": 106982, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 104573, - "end": 104577, + "start": 106963, + "end": 106967, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104578, - "end": 104592, + "start": 106968, + "end": 106982, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 13 }, "end": { - "line": 2276, + "line": 2318, "column": 27 }, "identifierName": "_isInitialized" @@ -167907,15 +168043,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 104595, - "end": 104599, + "start": 106985, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 30 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, @@ -167931,15 +168067,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -167947,15 +168083,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -167965,15 +168101,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -167982,15 +168118,15 @@ }, { "type": "ClassMethod", - "start": 104712, - "end": 105100, + "start": 107102, + "end": 107490, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 4 }, "end": { - "line": 2299, + "line": 2341, "column": 5 } }, @@ -167998,15 +168134,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 104712, - "end": 104719, + "start": 107102, + "end": 107109, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 4 }, "end": { - "line": 2284, + "line": 2326, "column": 11 }, "identifierName": "destroy" @@ -168022,87 +168158,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 104722, - "end": 105100, + "start": 107112, + "end": 107490, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 14 }, "end": { - "line": 2299, + "line": 2341, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 104732, - "end": 104756, + "start": 107122, + "end": 107146, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 104732, - "end": 104756, + "start": 107122, + "end": 107146, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 104732, - "end": 104743, + "start": 107122, + "end": 107133, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 104732, - "end": 104736, + "start": 107122, + "end": 107126, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104737, - "end": 104743, + "start": 107127, + "end": 107133, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 13 }, "end": { - "line": 2285, + "line": 2327, "column": 19 }, "identifierName": "_debug" @@ -168114,15 +168250,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 104745, - "end": 104754, + "start": 107135, + "end": 107144, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 21 }, "end": { - "line": 2285, + "line": 2327, "column": 30 } }, @@ -168137,57 +168273,57 @@ }, { "type": "ExpressionStatement", - "start": 104774, - "end": 104813, + "start": 107164, + "end": 107203, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 104774, - "end": 104813, + "start": 107164, + "end": 107203, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 104774, - "end": 104786, + "start": 107164, + "end": 107176, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 20 } }, "object": { "type": "Identifier", - "start": 104774, - "end": 104775, + "start": 107164, + "end": 107165, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 9 }, "identifierName": "$" @@ -168196,15 +168332,15 @@ }, "property": { "type": "Identifier", - "start": 104776, - "end": 104786, + "start": 107166, + "end": 107176, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 10 }, "end": { - "line": 2287, + "line": 2329, "column": 20 }, "identifierName": "removeData" @@ -168216,44 +168352,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 104788, - "end": 104801, + "start": 107178, + "end": 107191, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 22 }, "end": { - "line": 2287, + "line": 2329, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 104788, - "end": 104792, + "start": 107178, + "end": 107182, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 22 }, "end": { - "line": 2287, + "line": 2329, "column": 26 } } }, "property": { "type": "Identifier", - "start": 104793, - "end": 104801, + "start": 107183, + "end": 107191, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 27 }, "end": { - "line": 2287, + "line": 2329, "column": 35 }, "identifierName": "_element" @@ -168264,15 +168400,15 @@ }, { "type": "Identifier", - "start": 104803, - "end": 104811, + "start": 107193, + "end": 107201, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 37 }, "end": { - "line": 2287, + "line": 2329, "column": 45 }, "identifierName": "DATA_KEY" @@ -168284,71 +168420,71 @@ }, { "type": "ExpressionStatement", - "start": 104831, - "end": 104882, + "start": 107221, + "end": 107272, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 104831, - "end": 104882, + "start": 107221, + "end": 107272, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 104831, - "end": 104869, + "start": 107221, + "end": 107259, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 46 } }, "object": { "type": "CallExpression", - "start": 104831, - "end": 104865, + "start": 107221, + "end": 107255, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 42 } }, "callee": { "type": "Identifier", - "start": 104831, - "end": 104832, + "start": 107221, + "end": 107222, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 9 }, "identifierName": "$" @@ -168358,15 +168494,15 @@ "arguments": [ { "type": "Identifier", - "start": 104833, - "end": 104839, + "start": 107223, + "end": 107229, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 10 }, "end": { - "line": 2289, + "line": 2331, "column": 16 }, "identifierName": "window" @@ -168375,15 +168511,15 @@ }, { "type": "Identifier", - "start": 104841, - "end": 104849, + "start": 107231, + "end": 107239, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 18 }, "end": { - "line": 2289, + "line": 2331, "column": 26 }, "identifierName": "document" @@ -168392,44 +168528,44 @@ }, { "type": "MemberExpression", - "start": 104851, - "end": 104864, + "start": 107241, + "end": 107254, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 28 }, "end": { - "line": 2289, + "line": 2331, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 104851, - "end": 104855, + "start": 107241, + "end": 107245, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 28 }, "end": { - "line": 2289, + "line": 2331, "column": 32 } } }, "property": { "type": "Identifier", - "start": 104856, - "end": 104864, + "start": 107246, + "end": 107254, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 33 }, "end": { - "line": 2289, + "line": 2331, "column": 41 }, "identifierName": "_element" @@ -168442,15 +168578,15 @@ }, "property": { "type": "Identifier", - "start": 104866, - "end": 104869, + "start": 107256, + "end": 107259, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 43 }, "end": { - "line": 2289, + "line": 2331, "column": 46 }, "identifierName": "off" @@ -168462,15 +168598,15 @@ "arguments": [ { "type": "Identifier", - "start": 104871, - "end": 104880, + "start": 107261, + "end": 107270, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 48 }, "end": { - "line": 2289, + "line": 2331, "column": 57 }, "identifierName": "EVENT_KEY" @@ -168482,71 +168618,71 @@ }, { "type": "ExpressionStatement", - "start": 104900, - "end": 104925, + "start": 107290, + "end": 107315, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 104900, - "end": 104925, + "start": 107290, + "end": 107315, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 104900, - "end": 104923, + "start": 107290, + "end": 107313, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 31 } }, "object": { "type": "CallExpression", - "start": 104900, - "end": 104916, + "start": 107290, + "end": 107306, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 24 } }, "callee": { "type": "Identifier", - "start": 104900, - "end": 104901, + "start": 107290, + "end": 107291, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 9 }, "identifierName": "$" @@ -168556,44 +168692,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 104902, - "end": 104915, + "start": 107292, + "end": 107305, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 10 }, "end": { - "line": 2291, + "line": 2333, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 104902, - "end": 104906, + "start": 107292, + "end": 107296, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 10 }, "end": { - "line": 2291, + "line": 2333, "column": 14 } } }, "property": { "type": "Identifier", - "start": 104907, - "end": 104915, + "start": 107297, + "end": 107305, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 15 }, "end": { - "line": 2291, + "line": 2333, "column": 23 }, "identifierName": "_element" @@ -168606,15 +168742,15 @@ }, "property": { "type": "Identifier", - "start": 104917, - "end": 104923, + "start": 107307, + "end": 107313, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 25 }, "end": { - "line": 2291, + "line": 2333, "column": 31 }, "identifierName": "remove" @@ -168628,72 +168764,72 @@ }, { "type": "ExpressionStatement", - "start": 104943, - "end": 104962, + "start": 107333, + "end": 107352, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 104943, - "end": 104962, + "start": 107333, + "end": 107352, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 104943, - "end": 104960, + "start": 107333, + "end": 107350, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 104943, - "end": 104947, + "start": 107333, + "end": 107337, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104948, - "end": 104960, + "start": 107338, + "end": 107350, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 13 }, "end": { - "line": 2293, + "line": 2335, "column": 25 }, "identifierName": "_removeCache" @@ -168707,58 +168843,58 @@ }, { "type": "ForOfStatement", - "start": 104980, - "end": 105094, + "start": 107370, + "end": 107484, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 8 }, "end": { - "line": 2298, + "line": 2340, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 104986, - "end": 104995, + "start": 107376, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 14 }, "end": { - "line": 2295, + "line": 2337, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 104990, - "end": 104995, + "start": 107380, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 18 }, "end": { - "line": 2295, + "line": 2337, "column": 23 } }, "id": { "type": "Identifier", - "start": 104990, - "end": 104995, + "start": 107380, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 18 }, "end": { - "line": 2295, + "line": 2337, "column": 23 }, "identifierName": "_prop" @@ -168772,43 +168908,43 @@ }, "right": { "type": "CallExpression", - "start": 104999, - "end": 105018, + "start": 107389, + "end": 107408, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 104999, - "end": 105010, + "start": 107389, + "end": 107400, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 38 } }, "object": { "type": "Identifier", - "start": 104999, - "end": 105005, + "start": 107389, + "end": 107395, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 33 }, "identifierName": "Object" @@ -168817,15 +168953,15 @@ }, "property": { "type": "Identifier", - "start": 105006, - "end": 105010, + "start": 107396, + "end": 107400, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 34 }, "end": { - "line": 2295, + "line": 2337, "column": 38 }, "identifierName": "keys" @@ -168837,15 +168973,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 105012, - "end": 105016, + "start": 107402, + "end": 107406, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 40 }, "end": { - "line": 2295, + "line": 2337, "column": 44 } } @@ -168854,88 +168990,88 @@ }, "body": { "type": "BlockStatement", - "start": 105021, - "end": 105094, + "start": 107411, + "end": 107484, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 49 }, "end": { - "line": 2298, + "line": 2340, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105035, - "end": 105053, + "start": 107425, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 105035, - "end": 105053, + "start": 107425, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105035, - "end": 105046, + "start": 107425, + "end": 107436, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 105035, - "end": 105039, + "start": 107425, + "end": 107429, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105040, - "end": 105045, + "start": 107430, + "end": 107435, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 17 }, "end": { - "line": 2296, + "line": 2338, "column": 22 }, "identifierName": "_prop" @@ -168946,15 +169082,15 @@ }, "right": { "type": "NullLiteral", - "start": 105049, - "end": 105053, + "start": 107439, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 26 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } } @@ -168963,29 +169099,29 @@ }, { "type": "ExpressionStatement", - "start": 105066, - "end": 105084, + "start": 107456, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 12 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, "expression": { "type": "UnaryExpression", - "start": 105066, - "end": 105084, + "start": 107456, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 12 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, @@ -168993,44 +169129,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 105073, - "end": 105084, + "start": 107463, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 19 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 105073, - "end": 105077, + "start": 107463, + "end": 107467, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 19 }, "end": { - "line": 2297, + "line": 2339, "column": 23 } } }, "property": { "type": "Identifier", - "start": 105078, - "end": 105083, + "start": 107468, + "end": 107473, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 24 }, "end": { - "line": 2297, + "line": 2339, "column": 29 }, "identifierName": "_prop" @@ -169056,15 +169192,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -169074,15 +169210,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -169091,15 +169227,15 @@ }, { "type": "ClassMethod", - "start": 105197, - "end": 105318, + "start": 107587, + "end": 107708, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 4 }, "end": { - "line": 2306, + "line": 2348, "column": 5 } }, @@ -169107,15 +169243,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105197, - "end": 105203, + "start": 107587, + "end": 107593, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 4 }, "end": { - "line": 2304, + "line": 2346, "column": 10 }, "identifierName": "render" @@ -169131,58 +169267,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105206, - "end": 105318, + "start": 107596, + "end": 107708, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 13 }, "end": { - "line": 2306, + "line": 2348, "column": 5 } }, "body": [ { "type": "ThrowStatement", - "start": 105216, - "end": 105312, + "start": 107606, + "end": 107702, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 8 }, "end": { - "line": 2305, + "line": 2347, "column": 104 } }, "argument": { "type": "NewExpression", - "start": 105222, - "end": 105312, + "start": 107612, + "end": 107702, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 14 }, "end": { - "line": 2305, + "line": 2347, "column": 104 } }, "callee": { "type": "Identifier", - "start": 105226, - "end": 105240, + "start": 107616, + "end": 107630, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 18 }, "end": { - "line": 2305, + "line": 2347, "column": 32 }, "identifierName": "ReferenceError" @@ -169192,15 +169328,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105242, - "end": 105310, + "start": 107632, + "end": 107700, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 34 }, "end": { - "line": 2305, + "line": 2347, "column": 102 } }, @@ -169221,15 +169357,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -169239,15 +169375,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -169256,15 +169392,15 @@ }, { "type": "ClassMethod", - "start": 105387, - "end": 105623, + "start": 107777, + "end": 108013, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 4 }, "end": { - "line": 2322, + "line": 2364, "column": 5 } }, @@ -169272,15 +169408,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105387, - "end": 105391, + "start": 107777, + "end": 107781, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 4 }, "end": { - "line": 2312, + "line": 2354, "column": 8 }, "identifierName": "show" @@ -169296,87 +169432,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105394, - "end": 105623, + "start": 107784, + "end": 108013, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 11 }, "end": { - "line": 2322, + "line": 2364, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 105404, - "end": 105425, + "start": 107794, + "end": 107815, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 105404, - "end": 105425, + "start": 107794, + "end": 107815, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 105404, - "end": 105415, + "start": 107794, + "end": 107805, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 105404, - "end": 105408, + "start": 107794, + "end": 107798, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 12 } } }, "property": { "type": "Identifier", - "start": 105409, - "end": 105415, + "start": 107799, + "end": 107805, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 13 }, "end": { - "line": 2313, + "line": 2355, "column": 19 }, "identifierName": "_debug" @@ -169388,15 +169524,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105417, - "end": 105423, + "start": 107807, + "end": 107813, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 21 }, "end": { - "line": 2313, + "line": 2355, "column": 27 } }, @@ -169411,44 +169547,44 @@ }, { "type": "VariableDeclaration", - "start": 105443, - "end": 105468, + "start": 107833, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 8 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 105447, - "end": 105468, + "start": 107837, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 12 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "id": { "type": "Identifier", - "start": 105447, - "end": 105452, + "start": 107837, + "end": 107842, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 12 }, "end": { - "line": 2315, + "line": 2357, "column": 17 }, "identifierName": "_elem" @@ -169457,44 +169593,44 @@ }, "init": { "type": "MemberExpression", - "start": 105455, - "end": 105468, + "start": 107845, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 20 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 105455, - "end": 105459, + "start": 107845, + "end": 107849, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 20 }, "end": { - "line": 2315, + "line": 2357, "column": 24 } } }, "property": { "type": "Identifier", - "start": 105460, - "end": 105468, + "start": 107850, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 25 }, "end": { - "line": 2315, + "line": 2357, "column": 33 }, "identifierName": "_element" @@ -169509,29 +169645,29 @@ }, { "type": "IfStatement", - "start": 105486, - "end": 105617, + "start": 107876, + "end": 108007, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 8 }, "end": { - "line": 2321, + "line": 2363, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 105491, - "end": 105506, + "start": 107881, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 13 }, "end": { - "line": 2317, + "line": 2359, "column": 28 } }, @@ -169539,44 +169675,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 105493, - "end": 105506, + "start": 107883, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 15 }, "end": { - "line": 2317, + "line": 2359, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 105493, - "end": 105497, + "start": 107883, + "end": 107887, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 15 }, "end": { - "line": 2317, + "line": 2359, "column": 19 } } }, "property": { "type": "Identifier", - "start": 105498, - "end": 105506, + "start": 107888, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 20 }, "end": { - "line": 2317, + "line": 2359, "column": 28 }, "identifierName": "_isShown" @@ -169591,86 +169727,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 105509, - "end": 105617, + "start": 107899, + "end": 108007, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 31 }, "end": { - "line": 2321, + "line": 2363, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105523, - "end": 105561, + "start": 107913, + "end": 107951, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 105523, - "end": 105561, + "start": 107913, + "end": 107951, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 105523, - "end": 105543, + "start": 107913, + "end": 107933, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 32 } }, "object": { "type": "CallExpression", - "start": 105523, - "end": 105531, + "start": 107913, + "end": 107921, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 20 } }, "callee": { "type": "Identifier", - "start": 105523, - "end": 105524, + "start": 107913, + "end": 107914, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 13 }, "identifierName": "$" @@ -169680,15 +169816,15 @@ "arguments": [ { "type": "Identifier", - "start": 105525, - "end": 105530, + "start": 107915, + "end": 107920, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 14 }, "end": { - "line": 2318, + "line": 2360, "column": 19 }, "identifierName": "_elem" @@ -169699,15 +169835,15 @@ }, "property": { "type": "Identifier", - "start": 105532, - "end": 105543, + "start": 107922, + "end": 107933, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 21 }, "end": { - "line": 2318, + "line": 2360, "column": 32 }, "identifierName": "removeClass" @@ -169719,29 +169855,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 105545, - "end": 105559, + "start": 107935, + "end": 107949, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 34 }, "end": { - "line": 2318, + "line": 2360, "column": 48 } }, "object": { "type": "Identifier", - "start": 105545, - "end": 105554, + "start": 107935, + "end": 107944, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 34 }, "end": { - "line": 2318, + "line": 2360, "column": 43 }, "identifierName": "ClassName" @@ -169750,15 +169886,15 @@ }, "property": { "type": "Identifier", - "start": 105555, - "end": 105559, + "start": 107945, + "end": 107949, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 44 }, "end": { - "line": 2318, + "line": 2360, "column": 48 }, "identifierName": "HIDE" @@ -169772,73 +169908,73 @@ }, { "type": "ExpressionStatement", - "start": 105587, - "end": 105607, + "start": 107977, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 105587, - "end": 105607, + "start": 107977, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105587, - "end": 105600, + "start": 107977, + "end": 107990, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 105587, - "end": 105591, + "start": 107977, + "end": 107981, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105592, - "end": 105600, + "start": 107982, + "end": 107990, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 17 }, "end": { - "line": 2320, + "line": 2362, "column": 25 }, "identifierName": "_isShown" @@ -169849,15 +169985,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 105603, - "end": 105607, + "start": 107993, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 28 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, @@ -169878,15 +170014,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -169896,15 +170032,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -169913,15 +170049,15 @@ }, { "type": "ClassMethod", - "start": 105691, - "end": 105923, + "start": 108081, + "end": 108313, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 4 }, "end": { - "line": 2338, + "line": 2380, "column": 5 } }, @@ -169929,15 +170065,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105691, - "end": 105695, + "start": 108081, + "end": 108085, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 4 }, "end": { - "line": 2328, + "line": 2370, "column": 8 }, "identifierName": "hide" @@ -169953,87 +170089,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105698, - "end": 105923, + "start": 108088, + "end": 108313, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 11 }, "end": { - "line": 2338, + "line": 2380, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 105708, - "end": 105729, + "start": 108098, + "end": 108119, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 105708, - "end": 105729, + "start": 108098, + "end": 108119, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 105708, - "end": 105719, + "start": 108098, + "end": 108109, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 105708, - "end": 105712, + "start": 108098, + "end": 108102, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 12 } } }, "property": { "type": "Identifier", - "start": 105713, - "end": 105719, + "start": 108103, + "end": 108109, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 13 }, "end": { - "line": 2329, + "line": 2371, "column": 19 }, "identifierName": "_debug" @@ -170045,15 +170181,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105721, - "end": 105727, + "start": 108111, + "end": 108117, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 21 }, "end": { - "line": 2329, + "line": 2371, "column": 27 } }, @@ -170068,44 +170204,44 @@ }, { "type": "VariableDeclaration", - "start": 105747, - "end": 105772, + "start": 108137, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 8 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 105751, - "end": 105772, + "start": 108141, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 12 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "id": { "type": "Identifier", - "start": 105751, - "end": 105756, + "start": 108141, + "end": 108146, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 12 }, "end": { - "line": 2331, + "line": 2373, "column": 17 }, "identifierName": "_elem" @@ -170114,44 +170250,44 @@ }, "init": { "type": "MemberExpression", - "start": 105759, - "end": 105772, + "start": 108149, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 20 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 105759, - "end": 105763, + "start": 108149, + "end": 108153, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 20 }, "end": { - "line": 2331, + "line": 2373, "column": 24 } } }, "property": { "type": "Identifier", - "start": 105764, - "end": 105772, + "start": 108154, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 25 }, "end": { - "line": 2331, + "line": 2373, "column": 33 }, "identifierName": "_element" @@ -170166,58 +170302,58 @@ }, { "type": "IfStatement", - "start": 105790, - "end": 105917, + "start": 108180, + "end": 108307, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 8 }, "end": { - "line": 2337, + "line": 2379, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 105795, - "end": 105808, + "start": 108185, + "end": 108198, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 13 }, "end": { - "line": 2333, + "line": 2375, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 105795, - "end": 105799, + "start": 108185, + "end": 108189, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 13 }, "end": { - "line": 2333, + "line": 2375, "column": 17 } } }, "property": { "type": "Identifier", - "start": 105800, - "end": 105808, + "start": 108190, + "end": 108198, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 18 }, "end": { - "line": 2333, + "line": 2375, "column": 26 }, "identifierName": "_isShown" @@ -170228,86 +170364,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 105811, - "end": 105917, + "start": 108201, + "end": 108307, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 29 }, "end": { - "line": 2337, + "line": 2379, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105825, - "end": 105860, + "start": 108215, + "end": 108250, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 105825, - "end": 105860, + "start": 108215, + "end": 108250, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 105825, - "end": 105842, + "start": 108215, + "end": 108232, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 29 } }, "object": { "type": "CallExpression", - "start": 105825, - "end": 105833, + "start": 108215, + "end": 108223, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 20 } }, "callee": { "type": "Identifier", - "start": 105825, - "end": 105826, + "start": 108215, + "end": 108216, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 13 }, "identifierName": "$" @@ -170317,15 +170453,15 @@ "arguments": [ { "type": "Identifier", - "start": 105827, - "end": 105832, + "start": 108217, + "end": 108222, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 14 }, "end": { - "line": 2334, + "line": 2376, "column": 19 }, "identifierName": "_elem" @@ -170336,15 +170472,15 @@ }, "property": { "type": "Identifier", - "start": 105834, - "end": 105842, + "start": 108224, + "end": 108232, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 21 }, "end": { - "line": 2334, + "line": 2376, "column": 29 }, "identifierName": "addClass" @@ -170356,29 +170492,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 105844, - "end": 105858, + "start": 108234, + "end": 108248, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 31 }, "end": { - "line": 2334, + "line": 2376, "column": 45 } }, "object": { "type": "Identifier", - "start": 105844, - "end": 105853, + "start": 108234, + "end": 108243, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 31 }, "end": { - "line": 2334, + "line": 2376, "column": 40 }, "identifierName": "ClassName" @@ -170387,15 +170523,15 @@ }, "property": { "type": "Identifier", - "start": 105854, - "end": 105858, + "start": 108244, + "end": 108248, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 41 }, "end": { - "line": 2334, + "line": 2376, "column": 45 }, "identifierName": "HIDE" @@ -170409,73 +170545,73 @@ }, { "type": "ExpressionStatement", - "start": 105886, - "end": 105907, + "start": 108276, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 105886, - "end": 105907, + "start": 108276, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105886, - "end": 105899, + "start": 108276, + "end": 108289, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 105886, - "end": 105890, + "start": 108276, + "end": 108280, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105891, - "end": 105899, + "start": 108281, + "end": 108289, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 17 }, "end": { - "line": 2336, + "line": 2378, "column": 25 }, "identifierName": "_isShown" @@ -170486,15 +170622,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 105902, - "end": 105907, + "start": 108292, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 28 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, @@ -170515,15 +170651,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -170533,15 +170669,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -170550,15 +170686,15 @@ }, { "type": "ClassMethod", - "start": 106313, - "end": 108140, + "start": 108703, + "end": 110530, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 4 }, "end": { - "line": 2387, + "line": 2429, "column": 5 } }, @@ -170566,15 +170702,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106313, - "end": 106321, + "start": 108703, + "end": 108711, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 4 }, "end": { - "line": 2347, + "line": 2389, "column": 12 }, "identifierName": "dateback" @@ -170590,29 +170726,29 @@ "params": [ { "type": "RestElement", - "start": 106323, - "end": 106330, + "start": 108713, + "end": 108720, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 14 }, "end": { - "line": 2347, + "line": 2389, "column": 21 } }, "argument": { "type": "Identifier", - "start": 106326, - "end": 106330, + "start": 108716, + "end": 108720, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 17 }, "end": { - "line": 2347, + "line": 2389, "column": 21 }, "identifierName": "args" @@ -170623,87 +170759,87 @@ ], "body": { "type": "BlockStatement", - "start": 106333, - "end": 108140, + "start": 108723, + "end": 110530, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 24 }, "end": { - "line": 2387, + "line": 2429, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 106343, - "end": 106368, + "start": 108733, + "end": 108758, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 106343, - "end": 106368, + "start": 108733, + "end": 108758, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 106343, - "end": 106354, + "start": 108733, + "end": 108744, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 106343, - "end": 106347, + "start": 108733, + "end": 108737, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 12 } } }, "property": { "type": "Identifier", - "start": 106348, - "end": 106354, + "start": 108738, + "end": 108744, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 13 }, "end": { - "line": 2348, + "line": 2390, "column": 19 }, "identifierName": "_debug" @@ -170715,15 +170851,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 106356, - "end": 106366, + "start": 108746, + "end": 108756, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 21 }, "end": { - "line": 2348, + "line": 2390, "column": 31 } }, @@ -170738,44 +170874,44 @@ }, { "type": "VariableDeclaration", - "start": 106386, - "end": 106753, + "start": 108776, + "end": 109143, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 8 }, "end": { - "line": 2356, + "line": 2398, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 106390, - "end": 106408, + "start": 108780, + "end": 108798, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 12 }, "end": { - "line": 2350, + "line": 2392, "column": 30 } }, "id": { "type": "Identifier", - "start": 106390, - "end": 106395, + "start": 108780, + "end": 108785, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 12 }, "end": { - "line": 2350, + "line": 2392, "column": 17 }, "identifierName": "_args" @@ -170784,29 +170920,29 @@ }, "init": { "type": "MemberExpression", - "start": 106401, - "end": 106408, + "start": 108791, + "end": 108798, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 23 }, "end": { - "line": 2350, + "line": 2392, "column": 30 } }, "object": { "type": "Identifier", - "start": 106401, - "end": 106405, + "start": 108791, + "end": 108795, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 23 }, "end": { - "line": 2350, + "line": 2392, "column": 27 }, "identifierName": "args" @@ -170815,15 +170951,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106406, - "end": 106407, + "start": 108796, + "end": 108797, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 28 }, "end": { - "line": 2350, + "line": 2392, "column": 29 } }, @@ -170838,29 +170974,29 @@ }, { "type": "VariableDeclarator", - "start": 106422, - "end": 106445, + "start": 108812, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 12 }, "end": { - "line": 2351, + "line": 2393, "column": 35 } }, "id": { "type": "Identifier", - "start": 106422, - "end": 106427, + "start": 108812, + "end": 108817, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 12 }, "end": { - "line": 2351, + "line": 2393, "column": 17 }, "identifierName": "_opts" @@ -170869,44 +171005,44 @@ }, "init": { "type": "MemberExpression", - "start": 106433, - "end": 106445, + "start": 108823, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 23 }, "end": { - "line": 2351, + "line": 2393, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 106433, - "end": 106437, + "start": 108823, + "end": 108827, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 23 }, "end": { - "line": 2351, + "line": 2393, "column": 27 } } }, "property": { "type": "Identifier", - "start": 106438, - "end": 106445, + "start": 108828, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 28 }, "end": { - "line": 2351, + "line": 2393, "column": 35 }, "identifierName": "_config" @@ -170918,29 +171054,29 @@ }, { "type": "VariableDeclarator", - "start": 106459, - "end": 106524, + "start": 108849, + "end": 108914, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 12 }, "end": { - "line": 2352, + "line": 2394, "column": 77 } }, "id": { "type": "Identifier", - "start": 106459, - "end": 106467, + "start": 108849, + "end": 108857, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 12 }, "end": { - "line": 2352, + "line": 2394, "column": 20 }, "identifierName": "moveOpts" @@ -170949,58 +171085,58 @@ }, "init": { "type": "CallExpression", - "start": 106470, - "end": 106524, + "start": 108860, + "end": 108914, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 106470, - "end": 106485, + "start": 108860, + "end": 108875, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 106470, - "end": 106474, + "start": 108860, + "end": 108864, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 27 } } }, "property": { "type": "Identifier", - "start": 106475, - "end": 106485, + "start": 108865, + "end": 108875, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 28 }, "end": { - "line": 2352, + "line": 2394, "column": 38 }, "identifierName": "supplement" @@ -171012,44 +171148,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 106487, - "end": 106491, + "start": 108877, + "end": 108881, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 40 }, "end": { - "line": 2352, + "line": 2394, "column": 44 } } }, { "type": "MemberExpression", - "start": 106493, - "end": 106501, + "start": 108883, + "end": 108891, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 46 }, "end": { - "line": 2352, + "line": 2394, "column": 54 } }, "object": { "type": "Identifier", - "start": 106493, - "end": 106498, + "start": 108883, + "end": 108888, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 46 }, "end": { - "line": 2352, + "line": 2394, "column": 51 }, "identifierName": "_args" @@ -171058,15 +171194,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106499, - "end": 106500, + "start": 108889, + "end": 108890, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 52 }, "end": { - "line": 2352, + "line": 2394, "column": 53 } }, @@ -171080,44 +171216,44 @@ }, { "type": "MemberExpression", - "start": 106503, - "end": 106522, + "start": 108893, + "end": 108912, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 56 }, "end": { - "line": 2352, + "line": 2394, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 106503, - "end": 106507, + "start": 108893, + "end": 108897, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 56 }, "end": { - "line": 2352, + "line": 2394, "column": 60 } } }, "property": { "type": "Identifier", - "start": 106508, - "end": 106522, + "start": 108898, + "end": 108912, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 61 }, "end": { - "line": 2352, + "line": 2394, "column": 75 }, "identifierName": "validateObject" @@ -171131,29 +171267,29 @@ }, { "type": "VariableDeclarator", - "start": 106538, - "end": 106617, + "start": 108928, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 12 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } }, "id": { "type": "Identifier", - "start": 106538, - "end": 106546, + "start": 108928, + "end": 108936, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 12 }, "end": { - "line": 2353, + "line": 2395, "column": 20 }, "identifierName": "callback" @@ -171162,71 +171298,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 106549, - "end": 106617, + "start": 108939, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 106549, - "end": 106599, + "start": 108939, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 106549, - "end": 106565, + "start": 108939, + "end": 108955, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 106549, - "end": 106561, + "start": 108939, + "end": 108951, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 35 } }, "object": { "type": "Identifier", - "start": 106549, - "end": 106554, + "start": 108939, + "end": 108944, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 28 }, "identifierName": "_args" @@ -171235,15 +171371,15 @@ }, "property": { "type": "Identifier", - "start": 106555, - "end": 106561, + "start": 108945, + "end": 108951, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 29 }, "end": { - "line": 2353, + "line": 2395, "column": 35 }, "identifierName": "length" @@ -171255,15 +171391,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 106564, - "end": 106565, + "start": 108954, + "end": 108955, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 38 }, "end": { - "line": 2353, + "line": 2395, "column": 39 } }, @@ -171277,29 +171413,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 106569, - "end": 106599, + "start": 108959, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 43 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 106569, - "end": 106584, + "start": 108959, + "end": 108974, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 43 }, "end": { - "line": 2353, + "line": 2395, "column": 58 } }, @@ -171307,29 +171443,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 106576, - "end": 106584, + "start": 108966, + "end": 108974, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 50 }, "end": { - "line": 2353, + "line": 2395, "column": 58 } }, "object": { "type": "Identifier", - "start": 106576, - "end": 106581, + "start": 108966, + "end": 108971, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 50 }, "end": { - "line": 2353, + "line": 2395, "column": 55 }, "identifierName": "_args" @@ -171338,15 +171474,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106582, - "end": 106583, + "start": 108972, + "end": 108973, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 56 }, "end": { - "line": 2353, + "line": 2395, "column": 57 } }, @@ -171365,15 +171501,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 106589, - "end": 106599, + "start": 108979, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 63 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, @@ -171387,29 +171523,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 106602, - "end": 106610, + "start": 108992, + "end": 109000, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 76 }, "end": { - "line": 2353, + "line": 2395, "column": 84 } }, "object": { "type": "Identifier", - "start": 106602, - "end": 106607, + "start": 108992, + "end": 108997, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 76 }, "end": { - "line": 2353, + "line": 2395, "column": 81 }, "identifierName": "_args" @@ -171418,15 +171554,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106608, - "end": 106609, + "start": 108998, + "end": 108999, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 82 }, "end": { - "line": 2353, + "line": 2395, "column": 83 } }, @@ -171440,15 +171576,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 106613, - "end": 106617, + "start": 109003, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 87 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } } @@ -171457,29 +171593,29 @@ }, { "type": "VariableDeclarator", - "start": 106631, - "end": 106682, + "start": 109021, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 12 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } }, "id": { "type": "Identifier", - "start": 106631, - "end": 106639, + "start": 109021, + "end": 109029, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 12 }, "end": { - "line": 2354, + "line": 2396, "column": 20 }, "identifierName": "userdata" @@ -171488,57 +171624,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 106642, - "end": 106682, + "start": 109032, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 106642, - "end": 106658, + "start": 109032, + "end": 109048, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 106642, - "end": 106654, + "start": 109032, + "end": 109044, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 35 } }, "object": { "type": "Identifier", - "start": 106642, - "end": 106647, + "start": 109032, + "end": 109037, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 28 }, "identifierName": "_args" @@ -171547,15 +171683,15 @@ }, "property": { "type": "Identifier", - "start": 106648, - "end": 106654, + "start": 109038, + "end": 109044, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 29 }, "end": { - "line": 2354, + "line": 2396, "column": 35 }, "identifierName": "length" @@ -171567,15 +171703,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 106657, - "end": 106658, + "start": 109047, + "end": 109048, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 38 }, "end": { - "line": 2354, + "line": 2396, "column": 39 } }, @@ -171588,43 +171724,43 @@ }, "consequent": { "type": "CallExpression", - "start": 106661, - "end": 106675, + "start": 109051, + "end": 109065, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 106661, - "end": 106672, + "start": 109051, + "end": 109062, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 53 } }, "object": { "type": "Identifier", - "start": 106661, - "end": 106666, + "start": 109051, + "end": 109056, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 47 }, "identifierName": "_args" @@ -171633,15 +171769,15 @@ }, "property": { "type": "Identifier", - "start": 106667, - "end": 106672, + "start": 109057, + "end": 109062, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 48 }, "end": { - "line": 2354, + "line": 2396, "column": 53 }, "identifierName": "slice" @@ -171653,15 +171789,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 106673, - "end": 106674, + "start": 109063, + "end": 109064, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 54 }, "end": { - "line": 2354, + "line": 2396, "column": 55 } }, @@ -171675,15 +171811,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 106678, - "end": 106682, + "start": 109068, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 59 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } } @@ -171692,29 +171828,29 @@ }, { "type": "VariableDeclarator", - "start": 106696, - "end": 106709, + "start": 109086, + "end": 109099, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 12 }, "end": { - "line": 2355, + "line": 2397, "column": 25 } }, "id": { "type": "Identifier", - "start": 106696, - "end": 106703, + "start": 109086, + "end": 109093, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 12 }, "end": { - "line": 2355, + "line": 2397, "column": 19 }, "identifierName": "newOpts" @@ -171723,15 +171859,15 @@ }, "init": { "type": "ObjectExpression", - "start": 106707, - "end": 106709, + "start": 109097, + "end": 109099, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 23 }, "end": { - "line": 2355, + "line": 2397, "column": 25 } }, @@ -171740,29 +171876,29 @@ }, { "type": "VariableDeclarator", - "start": 106723, - "end": 106733, + "start": 109113, + "end": 109123, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 12 }, "end": { - "line": 2356, + "line": 2398, "column": 22 } }, "id": { "type": "Identifier", - "start": 106723, - "end": 106733, + "start": 109113, + "end": 109123, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 12 }, "end": { - "line": 2356, + "line": 2398, "column": 22 }, "identifierName": "begin_date" @@ -171773,29 +171909,29 @@ }, { "type": "VariableDeclarator", - "start": 106735, - "end": 106743, + "start": 109125, + "end": 109133, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 24 }, "end": { - "line": 2356, + "line": 2398, "column": 32 } }, "id": { "type": "Identifier", - "start": 106735, - "end": 106743, + "start": 109125, + "end": 109133, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 24 }, "end": { - "line": 2356, + "line": 2398, "column": 32 }, "identifierName": "end_date" @@ -171806,29 +171942,29 @@ }, { "type": "VariableDeclarator", - "start": 106745, - "end": 106753, + "start": 109135, + "end": 109143, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 34 }, "end": { - "line": 2356, + "line": 2398, "column": 42 } }, "id": { "type": "Identifier", - "start": 106745, - "end": 106753, + "start": 109135, + "end": 109143, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 34 }, "end": { - "line": 2356, + "line": 2398, "column": 42 }, "identifierName": "_tmpDate" @@ -171842,72 +171978,72 @@ }, { "type": "IfStatement", - "start": 106771, - "end": 107386, + "start": 109161, + "end": 109776, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 8 }, "end": { - "line": 2370, + "line": 2412, "column": 9 } }, "test": { "type": "CallExpression", - "start": 106776, - "end": 106801, + "start": 109166, + "end": 109191, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 106776, - "end": 106789, + "start": 109166, + "end": 109179, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 106776, - "end": 106780, + "start": 109166, + "end": 109170, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 17 } } }, "property": { "type": "Identifier", - "start": 106781, - "end": 106789, + "start": 109171, + "end": 109179, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 18 }, "end": { - "line": 2358, + "line": 2400, "column": 26 }, "identifierName": "is_empty" @@ -171919,15 +172055,15 @@ "arguments": [ { "type": "Identifier", - "start": 106791, - "end": 106799, + "start": 109181, + "end": 109189, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 28 }, "end": { - "line": 2358, + "line": 2400, "column": 36 }, "identifierName": "moveOpts" @@ -171938,59 +172074,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 106804, - "end": 106894, + "start": 109194, + "end": 109284, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 41 }, "end": { - "line": 2360, + "line": 2402, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 106818, - "end": 106884, + "start": 109208, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 106818, - "end": 106884, + "start": 109208, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 106818, - "end": 106826, + "start": 109208, + "end": 109216, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 20 }, "identifierName": "moveOpts" @@ -171999,30 +172135,30 @@ }, "right": { "type": "ObjectExpression", - "start": 106829, - "end": 106884, + "start": 109219, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 23 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 106831, - "end": 106849, + "start": 109221, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 25 }, "end": { - "line": 2359, + "line": 2401, "column": 43 } }, @@ -172031,15 +172167,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106831, - "end": 106836, + "start": 109221, + "end": 109226, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 25 }, "end": { - "line": 2359, + "line": 2401, "column": 30 }, "identifierName": "scale" @@ -172048,29 +172184,29 @@ }, "value": { "type": "MemberExpression", - "start": 106838, - "end": 106849, + "start": 109228, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 32 }, "end": { - "line": 2359, + "line": 2401, "column": 43 } }, "object": { "type": "Identifier", - "start": 106838, - "end": 106843, + "start": 109228, + "end": 109233, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 32 }, "end": { - "line": 2359, + "line": 2401, "column": 37 }, "identifierName": "_opts" @@ -172079,15 +172215,15 @@ }, "property": { "type": "Identifier", - "start": 106844, - "end": 106849, + "start": 109234, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 38 }, "end": { - "line": 2359, + "line": 2401, "column": 43 }, "identifierName": "scale" @@ -172099,15 +172235,15 @@ }, { "type": "ObjectProperty", - "start": 106851, - "end": 106869, + "start": 109241, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 45 }, "end": { - "line": 2359, + "line": 2401, "column": 63 } }, @@ -172116,15 +172252,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106851, - "end": 106856, + "start": 109241, + "end": 109246, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 45 }, "end": { - "line": 2359, + "line": 2401, "column": 50 }, "identifierName": "range" @@ -172133,29 +172269,29 @@ }, "value": { "type": "MemberExpression", - "start": 106858, - "end": 106869, + "start": 109248, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 52 }, "end": { - "line": 2359, + "line": 2401, "column": 63 } }, "object": { "type": "Identifier", - "start": 106858, - "end": 106863, + "start": 109248, + "end": 109253, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 52 }, "end": { - "line": 2359, + "line": 2401, "column": 57 }, "identifierName": "_opts" @@ -172164,15 +172300,15 @@ }, "property": { "type": "Identifier", - "start": 106864, - "end": 106869, + "start": 109254, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 58 }, "end": { - "line": 2359, + "line": 2401, "column": 63 }, "identifierName": "range" @@ -172184,15 +172320,15 @@ }, { "type": "ObjectProperty", - "start": 106871, - "end": 106882, + "start": 109261, + "end": 109272, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 65 }, "end": { - "line": 2359, + "line": 2401, "column": 76 } }, @@ -172201,15 +172337,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106871, - "end": 106876, + "start": 109261, + "end": 109266, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 65 }, "end": { - "line": 2359, + "line": 2401, "column": 70 }, "identifierName": "shift" @@ -172218,15 +172354,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 106878, - "end": 106882, + "start": 109268, + "end": 109272, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 72 }, "end": { - "line": 2359, + "line": 2401, "column": 76 } }, @@ -172242,58 +172378,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 106900, - "end": 107386, + "start": 109290, + "end": 109776, "loc": { "start": { - "line": 2360, + "line": 2402, "column": 15 }, "end": { - "line": 2370, + "line": 2412, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 106914, - "end": 107037, + "start": 109304, + "end": 109427, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 12 }, "end": { - "line": 2363, + "line": 2405, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 106919, - "end": 106981, + "start": 109309, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 17 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 106919, - "end": 106953, + "start": 109309, + "end": 109343, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 17 }, "end": { - "line": 2361, + "line": 2403, "column": 51 } }, @@ -172301,43 +172437,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 106921, - "end": 106953, + "start": 109311, + "end": 109343, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 106921, - "end": 106944, + "start": 109311, + "end": 109334, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 42 } }, "object": { "type": "Identifier", - "start": 106921, - "end": 106929, + "start": 109311, + "end": 109319, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 27 }, "identifierName": "moveOpts" @@ -172346,15 +172482,15 @@ }, "property": { "type": "Identifier", - "start": 106930, - "end": 106944, + "start": 109320, + "end": 109334, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 28 }, "end": { - "line": 2361, + "line": 2403, "column": 42 }, "identifierName": "hasOwnProperty" @@ -172366,15 +172502,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 106945, - "end": 106952, + "start": 109335, + "end": 109342, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 43 }, "end": { - "line": 2361, + "line": 2403, "column": 50 } }, @@ -172393,43 +172529,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 106957, - "end": 106981, + "start": 109347, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, "left": { "type": "MemberExpression", - "start": 106957, - "end": 106971, + "start": 109347, + "end": 109361, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 69 } }, "object": { "type": "Identifier", - "start": 106957, - "end": 106965, + "start": 109347, + "end": 109355, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 63 }, "identifierName": "moveOpts" @@ -172438,15 +172574,15 @@ }, "property": { "type": "Identifier", - "start": 106966, - "end": 106971, + "start": 109356, + "end": 109361, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 64 }, "end": { - "line": 2361, + "line": 2403, "column": 69 }, "identifierName": "shift" @@ -172458,15 +172594,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 106976, - "end": 106981, + "start": 109366, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 74 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, @@ -172476,73 +172612,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 106984, - "end": 107037, + "start": 109374, + "end": 109427, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 82 }, "end": { - "line": 2363, + "line": 2405, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107002, - "end": 107023, + "start": 109392, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 107002, - "end": 107023, + "start": 109392, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107002, - "end": 107016, + "start": 109392, + "end": 109406, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 30 } }, "object": { "type": "Identifier", - "start": 107002, - "end": 107010, + "start": 109392, + "end": 109400, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 24 }, "identifierName": "moveOpts" @@ -172551,15 +172687,15 @@ }, "property": { "type": "Identifier", - "start": 107011, - "end": 107016, + "start": 109401, + "end": 109406, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 25 }, "end": { - "line": 2362, + "line": 2404, "column": 30 }, "identifierName": "shift" @@ -172570,15 +172706,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 107019, - "end": 107023, + "start": 109409, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 33 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, @@ -172593,43 +172729,43 @@ }, { "type": "IfStatement", - "start": 107050, - "end": 107193, + "start": 109440, + "end": 109583, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 12 }, "end": { - "line": 2366, + "line": 2408, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 107055, - "end": 107130, + "start": 109445, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 17 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, "left": { "type": "UnaryExpression", - "start": 107055, - "end": 107089, + "start": 109445, + "end": 109479, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 17 }, "end": { - "line": 2364, + "line": 2406, "column": 51 } }, @@ -172637,43 +172773,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107057, - "end": 107089, + "start": 109447, + "end": 109479, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 107057, - "end": 107080, + "start": 109447, + "end": 109470, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 42 } }, "object": { "type": "Identifier", - "start": 107057, - "end": 107065, + "start": 109447, + "end": 109455, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 27 }, "identifierName": "moveOpts" @@ -172682,15 +172818,15 @@ }, "property": { "type": "Identifier", - "start": 107066, - "end": 107080, + "start": 109456, + "end": 109470, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 28 }, "end": { - "line": 2364, + "line": 2406, "column": 42 }, "identifierName": "hasOwnProperty" @@ -172702,15 +172838,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 107081, - "end": 107088, + "start": 109471, + "end": 109478, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 43 }, "end": { - "line": 2364, + "line": 2406, "column": 50 } }, @@ -172729,15 +172865,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 107093, - "end": 107130, + "start": 109483, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 55 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, @@ -172745,58 +172881,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107095, - "end": 107130, + "start": 109485, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 107095, - "end": 107112, + "start": 109485, + "end": 109502, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 107095, - "end": 107099, + "start": 109485, + "end": 109489, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 61 } } }, "property": { "type": "Identifier", - "start": 107100, - "end": 107112, + "start": 109490, + "end": 109502, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 62 }, "end": { - "line": 2364, + "line": 2406, "column": 74 }, "identifierName": "_verifyScale" @@ -172808,29 +172944,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107114, - "end": 107128, + "start": 109504, + "end": 109518, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 76 }, "end": { - "line": 2364, + "line": 2406, "column": 90 } }, "object": { "type": "Identifier", - "start": 107114, - "end": 107122, + "start": 109504, + "end": 109512, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 76 }, "end": { - "line": 2364, + "line": 2406, "column": 84 }, "identifierName": "moveOpts" @@ -172839,15 +172975,15 @@ }, "property": { "type": "Identifier", - "start": 107123, - "end": 107128, + "start": 109513, + "end": 109518, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 85 }, "end": { - "line": 2364, + "line": 2406, "column": 90 }, "identifierName": "scale" @@ -172865,73 +173001,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 107133, - "end": 107193, + "start": 109523, + "end": 109583, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 95 }, "end": { - "line": 2366, + "line": 2408, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107151, - "end": 107179, + "start": 109541, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 107151, - "end": 107179, + "start": 109541, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107151, - "end": 107165, + "start": 109541, + "end": 109555, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 30 } }, "object": { "type": "Identifier", - "start": 107151, - "end": 107159, + "start": 109541, + "end": 109549, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 24 }, "identifierName": "moveOpts" @@ -172940,15 +173076,15 @@ }, "property": { "type": "Identifier", - "start": 107160, - "end": 107165, + "start": 109550, + "end": 109555, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 25 }, "end": { - "line": 2365, + "line": 2407, "column": 30 }, "identifierName": "scale" @@ -172959,29 +173095,29 @@ }, "right": { "type": "MemberExpression", - "start": 107168, - "end": 107179, + "start": 109558, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 33 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "object": { "type": "Identifier", - "start": 107168, - "end": 107173, + "start": 109558, + "end": 109563, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 33 }, "end": { - "line": 2365, + "line": 2407, "column": 38 }, "identifierName": "_opts" @@ -172990,15 +173126,15 @@ }, "property": { "type": "Identifier", - "start": 107174, - "end": 107179, + "start": 109564, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 39 }, "end": { - "line": 2365, + "line": 2407, "column": 44 }, "identifierName": "scale" @@ -173016,43 +173152,43 @@ }, { "type": "IfStatement", - "start": 107206, - "end": 107376, + "start": 109596, + "end": 109766, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 12 }, "end": { - "line": 2369, + "line": 2411, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 107211, - "end": 107313, + "start": 109601, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 17 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "left": { "type": "UnaryExpression", - "start": 107211, - "end": 107245, + "start": 109601, + "end": 109635, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 17 }, "end": { - "line": 2367, + "line": 2409, "column": 51 } }, @@ -173060,43 +173196,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107213, - "end": 107245, + "start": 109603, + "end": 109635, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 107213, - "end": 107236, + "start": 109603, + "end": 109626, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 42 } }, "object": { "type": "Identifier", - "start": 107213, - "end": 107221, + "start": 109603, + "end": 109611, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 27 }, "identifierName": "moveOpts" @@ -173105,15 +173241,15 @@ }, "property": { "type": "Identifier", - "start": 107222, - "end": 107236, + "start": 109612, + "end": 109626, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 28 }, "end": { - "line": 2367, + "line": 2409, "column": 42 }, "identifierName": "hasOwnProperty" @@ -173125,15 +173261,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 107237, - "end": 107244, + "start": 109627, + "end": 109634, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 43 }, "end": { - "line": 2367, + "line": 2409, "column": 50 } }, @@ -173152,43 +173288,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 107249, - "end": 107313, + "start": 109639, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "left": { "type": "CallExpression", - "start": 107249, - "end": 107279, + "start": 109639, + "end": 109669, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 85 } }, "callee": { "type": "Identifier", - "start": 107249, - "end": 107257, + "start": 109639, + "end": 109647, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 63 }, "identifierName": "parseInt" @@ -173198,29 +173334,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107259, - "end": 107273, + "start": 109649, + "end": 109663, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 65 }, "end": { - "line": 2367, + "line": 2409, "column": 79 } }, "object": { "type": "Identifier", - "start": 107259, - "end": 107267, + "start": 109649, + "end": 109657, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 65 }, "end": { - "line": 2367, + "line": 2409, "column": 73 }, "identifierName": "moveOpts" @@ -173229,15 +173365,15 @@ }, "property": { "type": "Identifier", - "start": 107268, - "end": 107273, + "start": 109658, + "end": 109663, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 74 }, "end": { - "line": 2367, + "line": 2409, "column": 79 }, "identifierName": "range" @@ -173248,15 +173384,15 @@ }, { "type": "NumericLiteral", - "start": 107275, - "end": 107277, + "start": 109665, + "end": 109667, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 81 }, "end": { - "line": 2367, + "line": 2409, "column": 83 } }, @@ -173271,29 +173407,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 107282, - "end": 107313, + "start": 109672, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 88 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "object": { "type": "Identifier", - "start": 107282, - "end": 107297, + "start": 109672, + "end": 109687, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 88 }, "end": { - "line": 2367, + "line": 2409, "column": 103 }, "identifierName": "LimitScaleGrids" @@ -173302,29 +173438,29 @@ }, "property": { "type": "MemberExpression", - "start": 107298, - "end": 107312, + "start": 109688, + "end": 109702, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 104 }, "end": { - "line": 2367, + "line": 2409, "column": 118 } }, "object": { "type": "Identifier", - "start": 107298, - "end": 107306, + "start": 109688, + "end": 109696, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 104 }, "end": { - "line": 2367, + "line": 2409, "column": 112 }, "identifierName": "moveOpts" @@ -173333,15 +173469,15 @@ }, "property": { "type": "Identifier", - "start": 107307, - "end": 107312, + "start": 109697, + "end": 109702, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 113 }, "end": { - "line": 2367, + "line": 2409, "column": 118 }, "identifierName": "scale" @@ -173356,73 +173492,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 107316, - "end": 107376, + "start": 109706, + "end": 109766, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 122 }, "end": { - "line": 2369, + "line": 2411, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107334, - "end": 107362, + "start": 109724, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 107334, - "end": 107362, + "start": 109724, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107334, - "end": 107348, + "start": 109724, + "end": 109738, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 30 } }, "object": { "type": "Identifier", - "start": 107334, - "end": 107342, + "start": 109724, + "end": 109732, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 24 }, "identifierName": "moveOpts" @@ -173431,15 +173567,15 @@ }, "property": { "type": "Identifier", - "start": 107343, - "end": 107348, + "start": 109733, + "end": 109738, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 25 }, "end": { - "line": 2368, + "line": 2410, "column": 30 }, "identifierName": "range" @@ -173450,29 +173586,29 @@ }, "right": { "type": "MemberExpression", - "start": 107351, - "end": 107362, + "start": 109741, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 33 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "object": { "type": "Identifier", - "start": 107351, - "end": 107356, + "start": 109741, + "end": 109746, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 33 }, "end": { - "line": 2368, + "line": 2410, "column": 38 }, "identifierName": "_opts" @@ -173481,15 +173617,15 @@ }, "property": { "type": "Identifier", - "start": 107357, - "end": 107362, + "start": 109747, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 39 }, "end": { - "line": 2368, + "line": 2410, "column": 44 }, "identifierName": "range" @@ -173511,44 +173647,44 @@ }, { "type": "ExpressionStatement", - "start": 107395, - "end": 107439, + "start": 109785, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 107395, - "end": 107439, + "start": 109785, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107395, - "end": 107403, + "start": 109785, + "end": 109793, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 16 }, "identifierName": "_tmpDate" @@ -173557,29 +173693,29 @@ }, "right": { "type": "NewExpression", - "start": 107408, - "end": 107439, + "start": 109798, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 21 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "callee": { "type": "Identifier", - "start": 107412, - "end": 107416, + "start": 109802, + "end": 109806, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 25 }, "end": { - "line": 2371, + "line": 2413, "column": 29 }, "identifierName": "Date" @@ -173589,29 +173725,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107418, - "end": 107437, + "start": 109808, + "end": 109827, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 31 }, "end": { - "line": 2371, + "line": 2413, "column": 50 } }, "object": { "type": "Identifier", - "start": 107418, - "end": 107423, + "start": 109808, + "end": 109813, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 31 }, "end": { - "line": 2371, + "line": 2413, "column": 36 }, "identifierName": "_opts" @@ -173620,15 +173756,15 @@ }, "property": { "type": "Identifier", - "start": 107424, - "end": 107437, + "start": 109814, + "end": 109827, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 37 }, "end": { - "line": 2371, + "line": 2413, "column": 50 }, "identifierName": "startDatetime" @@ -173643,44 +173779,44 @@ }, { "type": "ExpressionStatement", - "start": 107448, - "end": 107566, + "start": 109838, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 107448, - "end": 107566, + "start": 109838, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107448, - "end": 107458, + "start": 109838, + "end": 109848, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 18 }, "identifierName": "begin_date" @@ -173689,29 +173825,29 @@ }, "right": { "type": "NewExpression", - "start": 107461, - "end": 107566, + "start": 109851, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 21 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "callee": { "type": "Identifier", - "start": 107465, - "end": 107469, + "start": 109855, + "end": 109859, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 25 }, "end": { - "line": 2372, + "line": 2414, "column": 29 }, "identifierName": "Date" @@ -173721,57 +173857,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 107471, - "end": 107564, + "start": 109861, + "end": 109954, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 124 } }, "left": { "type": "CallExpression", - "start": 107471, - "end": 107489, + "start": 109861, + "end": 109879, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 107471, - "end": 107487, + "start": 109861, + "end": 109877, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 47 } }, "object": { "type": "Identifier", - "start": 107471, - "end": 107479, + "start": 109861, + "end": 109869, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 39 }, "identifierName": "_tmpDate" @@ -173780,15 +173916,15 @@ }, "property": { "type": "Identifier", - "start": 107480, - "end": 107487, + "start": 109870, + "end": 109877, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 40 }, "end": { - "line": 2372, + "line": 2414, "column": 47 }, "identifierName": "getTime" @@ -173802,72 +173938,72 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 107494, - "end": 107562, + "start": 109884, + "end": 109952, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 122 } }, "left": { "type": "CallExpression", - "start": 107494, - "end": 107529, + "start": 109884, + "end": 109919, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 107494, - "end": 107511, + "start": 109884, + "end": 109901, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 107494, - "end": 107498, + "start": 109884, + "end": 109888, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 58 } } }, "property": { "type": "Identifier", - "start": 107499, - "end": 107511, + "start": 109889, + "end": 109901, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 59 }, "end": { - "line": 2372, + "line": 2414, "column": 71 }, "identifierName": "_verifyScale" @@ -173879,29 +174015,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107513, - "end": 107527, + "start": 109903, + "end": 109917, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 73 }, "end": { - "line": 2372, + "line": 2414, "column": 87 } }, "object": { "type": "Identifier", - "start": 107513, - "end": 107521, + "start": 109903, + "end": 109911, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 73 }, "end": { - "line": 2372, + "line": 2414, "column": 81 }, "identifierName": "moveOpts" @@ -173910,15 +174046,15 @@ }, "property": { "type": "Identifier", - "start": 107522, - "end": 107527, + "start": 109912, + "end": 109917, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 82 }, "end": { - "line": 2372, + "line": 2414, "column": 87 }, "identifierName": "scale" @@ -173932,29 +174068,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 107532, - "end": 107562, + "start": 109922, + "end": 109952, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 92 }, "end": { - "line": 2372, + "line": 2414, "column": 122 } }, "callee": { "type": "Identifier", - "start": 107532, - "end": 107540, + "start": 109922, + "end": 109930, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 92 }, "end": { - "line": 2372, + "line": 2414, "column": 100 }, "identifierName": "parseInt" @@ -173964,29 +174100,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107542, - "end": 107556, + "start": 109932, + "end": 109946, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 102 }, "end": { - "line": 2372, + "line": 2414, "column": 116 } }, "object": { "type": "Identifier", - "start": 107542, - "end": 107550, + "start": 109932, + "end": 109940, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 102 }, "end": { - "line": 2372, + "line": 2414, "column": 110 }, "identifierName": "moveOpts" @@ -173995,15 +174131,15 @@ }, "property": { "type": "Identifier", - "start": 107551, - "end": 107556, + "start": 109941, + "end": 109946, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 111 }, "end": { - "line": 2372, + "line": 2414, "column": 116 }, "identifierName": "range" @@ -174014,15 +174150,15 @@ }, { "type": "NumericLiteral", - "start": 107558, - "end": 107560, + "start": 109948, + "end": 109950, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 118 }, "end": { - "line": 2372, + "line": 2414, "column": 120 } }, @@ -174036,7 +174172,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 107492 + "parenStart": 109882 } } } @@ -174046,58 +174182,58 @@ }, { "type": "ExpressionStatement", - "start": 107575, - "end": 107620, + "start": 109965, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 107575, - "end": 107620, + "start": 109965, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107575, - "end": 107596, + "start": 109965, + "end": 109986, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 29 } }, "object": { "type": "Identifier", - "start": 107575, - "end": 107582, + "start": 109965, + "end": 109972, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 15 }, "identifierName": "newOpts" @@ -174106,15 +174242,15 @@ }, "property": { "type": "Identifier", - "start": 107583, - "end": 107596, + "start": 109973, + "end": 109986, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 16 }, "end": { - "line": 2373, + "line": 2415, "column": 29 }, "identifierName": "startDatetime" @@ -174125,43 +174261,43 @@ }, "right": { "type": "CallExpression", - "start": 107599, - "end": 107620, + "start": 109989, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107599, - "end": 107618, + "start": 109989, + "end": 110008, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 51 } }, "object": { "type": "Identifier", - "start": 107599, - "end": 107609, + "start": 109989, + "end": 109999, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 42 }, "identifierName": "begin_date" @@ -174170,15 +174306,15 @@ }, "property": { "type": "Identifier", - "start": 107610, - "end": 107618, + "start": 110000, + "end": 110008, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 43 }, "end": { - "line": 2373, + "line": 2415, "column": 51 }, "identifierName": "toString" @@ -174193,43 +174329,43 @@ }, { "type": "IfStatement", - "start": 107629, - "end": 107902, + "start": 110019, + "end": 110292, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 8 }, "end": { - "line": 2378, + "line": 2420, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 107634, - "end": 107648, + "start": 110024, + "end": 110038, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 13 }, "end": { - "line": 2374, + "line": 2416, "column": 27 } }, "object": { "type": "Identifier", - "start": 107634, - "end": 107642, + "start": 110024, + "end": 110032, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 13 }, "end": { - "line": 2374, + "line": 2416, "column": 21 }, "identifierName": "moveOpts" @@ -174238,15 +174374,15 @@ }, "property": { "type": "Identifier", - "start": 107643, - "end": 107648, + "start": 110033, + "end": 110038, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 22 }, "end": { - "line": 2374, + "line": 2416, "column": 27 }, "identifierName": "shift" @@ -174257,59 +174393,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 107651, - "end": 107902, + "start": 110041, + "end": 110292, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 30 }, "end": { - "line": 2378, + "line": 2420, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 107665, - "end": 107707, + "start": 110055, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 107665, - "end": 107707, + "start": 110055, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107665, - "end": 107673, + "start": 110055, + "end": 110063, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 20 }, "identifierName": "_tmpDate" @@ -174318,29 +174454,29 @@ }, "right": { "type": "NewExpression", - "start": 107678, - "end": 107707, + "start": 110068, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 25 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "callee": { "type": "Identifier", - "start": 107682, - "end": 107686, + "start": 110072, + "end": 110076, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 29 }, "end": { - "line": 2375, + "line": 2417, "column": 33 }, "identifierName": "Date" @@ -174350,29 +174486,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107688, - "end": 107705, + "start": 110078, + "end": 110095, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 35 }, "end": { - "line": 2375, + "line": 2417, "column": 52 } }, "object": { "type": "Identifier", - "start": 107688, - "end": 107693, + "start": 110078, + "end": 110083, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 35 }, "end": { - "line": 2375, + "line": 2417, "column": 40 }, "identifierName": "_opts" @@ -174381,15 +174517,15 @@ }, "property": { "type": "Identifier", - "start": 107694, - "end": 107705, + "start": 110084, + "end": 110095, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 41 }, "end": { - "line": 2375, + "line": 2417, "column": 52 }, "identifierName": "endDatetime" @@ -174404,44 +174540,44 @@ }, { "type": "ExpressionStatement", - "start": 107720, - "end": 107838, + "start": 110110, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 107720, - "end": 107838, + "start": 110110, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107720, - "end": 107728, + "start": 110110, + "end": 110118, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 20 }, "identifierName": "end_date" @@ -174450,29 +174586,29 @@ }, "right": { "type": "NewExpression", - "start": 107733, - "end": 107838, + "start": 110123, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 25 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "callee": { "type": "Identifier", - "start": 107737, - "end": 107741, + "start": 110127, + "end": 110131, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 29 }, "end": { - "line": 2376, + "line": 2418, "column": 33 }, "identifierName": "Date" @@ -174482,57 +174618,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 107743, - "end": 107836, + "start": 110133, + "end": 110226, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 128 } }, "left": { "type": "CallExpression", - "start": 107743, - "end": 107761, + "start": 110133, + "end": 110151, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107743, - "end": 107759, + "start": 110133, + "end": 110149, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 51 } }, "object": { "type": "Identifier", - "start": 107743, - "end": 107751, + "start": 110133, + "end": 110141, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 43 }, "identifierName": "_tmpDate" @@ -174541,15 +174677,15 @@ }, "property": { "type": "Identifier", - "start": 107752, - "end": 107759, + "start": 110142, + "end": 110149, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 44 }, "end": { - "line": 2376, + "line": 2418, "column": 51 }, "identifierName": "getTime" @@ -174563,72 +174699,72 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 107766, - "end": 107834, + "start": 110156, + "end": 110224, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 126 } }, "left": { "type": "CallExpression", - "start": 107766, - "end": 107801, + "start": 110156, + "end": 110191, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 107766, - "end": 107783, + "start": 110156, + "end": 110173, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 107766, - "end": 107770, + "start": 110156, + "end": 110160, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 62 } } }, "property": { "type": "Identifier", - "start": 107771, - "end": 107783, + "start": 110161, + "end": 110173, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 63 }, "end": { - "line": 2376, + "line": 2418, "column": 75 }, "identifierName": "_verifyScale" @@ -174640,29 +174776,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107785, - "end": 107799, + "start": 110175, + "end": 110189, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 77 }, "end": { - "line": 2376, + "line": 2418, "column": 91 } }, "object": { "type": "Identifier", - "start": 107785, - "end": 107793, + "start": 110175, + "end": 110183, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 77 }, "end": { - "line": 2376, + "line": 2418, "column": 85 }, "identifierName": "moveOpts" @@ -174671,15 +174807,15 @@ }, "property": { "type": "Identifier", - "start": 107794, - "end": 107799, + "start": 110184, + "end": 110189, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 86 }, "end": { - "line": 2376, + "line": 2418, "column": 91 }, "identifierName": "scale" @@ -174693,29 +174829,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 107804, - "end": 107834, + "start": 110194, + "end": 110224, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 96 }, "end": { - "line": 2376, + "line": 2418, "column": 126 } }, "callee": { "type": "Identifier", - "start": 107804, - "end": 107812, + "start": 110194, + "end": 110202, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 96 }, "end": { - "line": 2376, + "line": 2418, "column": 104 }, "identifierName": "parseInt" @@ -174725,29 +174861,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107814, - "end": 107828, + "start": 110204, + "end": 110218, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 106 }, "end": { - "line": 2376, + "line": 2418, "column": 120 } }, "object": { "type": "Identifier", - "start": 107814, - "end": 107822, + "start": 110204, + "end": 110212, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 106 }, "end": { - "line": 2376, + "line": 2418, "column": 114 }, "identifierName": "moveOpts" @@ -174756,15 +174892,15 @@ }, "property": { "type": "Identifier", - "start": 107823, - "end": 107828, + "start": 110213, + "end": 110218, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 115 }, "end": { - "line": 2376, + "line": 2418, "column": 120 }, "identifierName": "range" @@ -174775,15 +174911,15 @@ }, { "type": "NumericLiteral", - "start": 107830, - "end": 107832, + "start": 110220, + "end": 110222, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 122 }, "end": { - "line": 2376, + "line": 2418, "column": 124 } }, @@ -174797,7 +174933,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 107764 + "parenStart": 110154 } } } @@ -174807,58 +174943,58 @@ }, { "type": "ExpressionStatement", - "start": 107851, - "end": 107892, + "start": 110241, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 107851, - "end": 107892, + "start": 110241, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107851, - "end": 107870, + "start": 110241, + "end": 110260, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 31 } }, "object": { "type": "Identifier", - "start": 107851, - "end": 107858, + "start": 110241, + "end": 110248, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 19 }, "identifierName": "newOpts" @@ -174867,15 +175003,15 @@ }, "property": { "type": "Identifier", - "start": 107859, - "end": 107870, + "start": 110249, + "end": 110260, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 20 }, "end": { - "line": 2377, + "line": 2419, "column": 31 }, "identifierName": "endDatetime" @@ -174886,43 +175022,43 @@ }, "right": { "type": "CallExpression", - "start": 107873, - "end": 107892, + "start": 110263, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107873, - "end": 107890, + "start": 110263, + "end": 110280, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 51 } }, "object": { "type": "Identifier", - "start": 107873, - "end": 107881, + "start": 110263, + "end": 110271, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 42 }, "identifierName": "end_date" @@ -174931,15 +175067,15 @@ }, "property": { "type": "Identifier", - "start": 107882, - "end": 107890, + "start": 110272, + "end": 110280, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 43 }, "end": { - "line": 2377, + "line": 2419, "column": 51 }, "identifierName": "toString" @@ -174959,72 +175095,72 @@ }, { "type": "ExpressionStatement", - "start": 107920, - "end": 107944, + "start": 110310, + "end": 110334, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 107920, - "end": 107944, + "start": 110310, + "end": 110334, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 107920, - "end": 107931, + "start": 110310, + "end": 110321, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 107920, - "end": 107924, + "start": 110310, + "end": 110314, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 12 } } }, "property": { "type": "Identifier", - "start": 107925, - "end": 107931, + "start": 110315, + "end": 110321, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 13 }, "end": { - "line": 2380, + "line": 2422, "column": 19 }, "identifierName": "reload" @@ -175036,30 +175172,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 107933, - "end": 107942, + "start": 110323, + "end": 110332, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 21 }, "end": { - "line": 2380, + "line": 2422, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 107934, - "end": 107941, + "start": 110324, + "end": 110331, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 22 }, "end": { - "line": 2380, + "line": 2422, "column": 29 }, "identifierName": "newOpts" @@ -175073,29 +175209,29 @@ }, { "type": "IfStatement", - "start": 107962, - "end": 108134, + "start": 110352, + "end": 110524, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 8 }, "end": { - "line": 2386, + "line": 2428, "column": 9 } }, "test": { "type": "Identifier", - "start": 107967, - "end": 107975, + "start": 110357, + "end": 110365, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 13 }, "end": { - "line": 2382, + "line": 2424, "column": 21 }, "identifierName": "callback" @@ -175104,87 +175240,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 107978, - "end": 108134, + "start": 110368, + "end": 110524, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 24 }, "end": { - "line": 2386, + "line": 2428, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 107992, - "end": 108056, + "start": 110382, + "end": 110446, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 107992, - "end": 108056, + "start": 110382, + "end": 110446, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 107992, - "end": 108003, + "start": 110382, + "end": 110393, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 107992, - "end": 107996, + "start": 110382, + "end": 110386, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 16 } } }, "property": { "type": "Identifier", - "start": 107997, - "end": 108003, + "start": 110387, + "end": 110393, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 17 }, "end": { - "line": 2383, + "line": 2425, "column": 23 }, "identifierName": "_debug" @@ -175196,15 +175332,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 108005, - "end": 108054, + "start": 110395, + "end": 110444, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 25 }, "end": { - "line": 2383, + "line": 2425, "column": 74 } }, @@ -175219,43 +175355,43 @@ }, { "type": "ExpressionStatement", - "start": 108082, - "end": 108124, + "start": 110472, + "end": 110514, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 108082, - "end": 108124, + "start": 110472, + "end": 110514, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 54 } }, "callee": { "type": "Identifier", - "start": 108082, - "end": 108090, + "start": 110472, + "end": 110480, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 20 }, "identifierName": "callback" @@ -175265,44 +175401,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 108092, - "end": 108105, + "start": 110482, + "end": 110495, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 22 }, "end": { - "line": 2385, + "line": 2427, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 108092, - "end": 108096, + "start": 110482, + "end": 110486, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 22 }, "end": { - "line": 2385, + "line": 2427, "column": 26 } } }, "property": { "type": "Identifier", - "start": 108097, - "end": 108105, + "start": 110487, + "end": 110495, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 27 }, "end": { - "line": 2385, + "line": 2427, "column": 35 }, "identifierName": "_element" @@ -175313,15 +175449,15 @@ }, { "type": "Identifier", - "start": 108107, - "end": 108112, + "start": 110497, + "end": 110502, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 37 }, "end": { - "line": 2385, + "line": 2427, "column": 42 }, "identifierName": "_opts" @@ -175330,15 +175466,15 @@ }, { "type": "Identifier", - "start": 108114, - "end": 108122, + "start": 110504, + "end": 110512, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 44 }, "end": { - "line": 2385, + "line": 2427, "column": 52 }, "identifierName": "userdata" @@ -175361,15 +175497,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -175379,15 +175515,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -175396,15 +175532,15 @@ }, { "type": "ClassMethod", - "start": 108534, - "end": 110375, + "start": 110924, + "end": 112765, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 4 }, "end": { - "line": 2436, + "line": 2478, "column": 5 } }, @@ -175412,15 +175548,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 108534, - "end": 108543, + "start": 110924, + "end": 110933, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 4 }, "end": { - "line": 2396, + "line": 2438, "column": 13 }, "identifierName": "dateforth" @@ -175436,29 +175572,29 @@ "params": [ { "type": "RestElement", - "start": 108545, - "end": 108552, + "start": 110935, + "end": 110942, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 15 }, "end": { - "line": 2396, + "line": 2438, "column": 22 } }, "argument": { "type": "Identifier", - "start": 108548, - "end": 108552, + "start": 110938, + "end": 110942, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 18 }, "end": { - "line": 2396, + "line": 2438, "column": 22 }, "identifierName": "args" @@ -175469,87 +175605,87 @@ ], "body": { "type": "BlockStatement", - "start": 108555, - "end": 110375, + "start": 110945, + "end": 112765, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 25 }, "end": { - "line": 2436, + "line": 2478, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 108565, - "end": 108591, + "start": 110955, + "end": 110981, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 108565, - "end": 108591, + "start": 110955, + "end": 110981, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 108565, - "end": 108576, + "start": 110955, + "end": 110966, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 108565, - "end": 108569, + "start": 110955, + "end": 110959, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 12 } } }, "property": { "type": "Identifier", - "start": 108570, - "end": 108576, + "start": 110960, + "end": 110966, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 13 }, "end": { - "line": 2397, + "line": 2439, "column": 19 }, "identifierName": "_debug" @@ -175561,15 +175697,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 108578, - "end": 108589, + "start": 110968, + "end": 110979, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 21 }, "end": { - "line": 2397, + "line": 2439, "column": 32 } }, @@ -175584,44 +175720,44 @@ }, { "type": "VariableDeclaration", - "start": 108609, - "end": 108980, + "start": 110999, + "end": 111370, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 8 }, "end": { - "line": 2405, + "line": 2447, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 108613, - "end": 108635, + "start": 111003, + "end": 111025, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 12 }, "end": { - "line": 2399, + "line": 2441, "column": 34 } }, "id": { "type": "Identifier", - "start": 108613, - "end": 108618, + "start": 111003, + "end": 111008, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 12 }, "end": { - "line": 2399, + "line": 2441, "column": 17 }, "identifierName": "_args" @@ -175630,29 +175766,29 @@ }, "init": { "type": "MemberExpression", - "start": 108628, - "end": 108635, + "start": 111018, + "end": 111025, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 27 }, "end": { - "line": 2399, + "line": 2441, "column": 34 } }, "object": { "type": "Identifier", - "start": 108628, - "end": 108632, + "start": 111018, + "end": 111022, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 27 }, "end": { - "line": 2399, + "line": 2441, "column": 31 }, "identifierName": "args" @@ -175661,15 +175797,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108633, - "end": 108634, + "start": 111023, + "end": 111024, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 32 }, "end": { - "line": 2399, + "line": 2441, "column": 33 } }, @@ -175684,29 +175820,29 @@ }, { "type": "VariableDeclarator", - "start": 108649, - "end": 108672, + "start": 111039, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 12 }, "end": { - "line": 2400, + "line": 2442, "column": 35 } }, "id": { "type": "Identifier", - "start": 108649, - "end": 108654, + "start": 111039, + "end": 111044, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 12 }, "end": { - "line": 2400, + "line": 2442, "column": 17 }, "identifierName": "_opts" @@ -175715,44 +175851,44 @@ }, "init": { "type": "MemberExpression", - "start": 108660, - "end": 108672, + "start": 111050, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 23 }, "end": { - "line": 2400, + "line": 2442, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 108660, - "end": 108664, + "start": 111050, + "end": 111054, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 23 }, "end": { - "line": 2400, + "line": 2442, "column": 27 } } }, "property": { "type": "Identifier", - "start": 108665, - "end": 108672, + "start": 111055, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 28 }, "end": { - "line": 2400, + "line": 2442, "column": 35 }, "identifierName": "_config" @@ -175764,29 +175900,29 @@ }, { "type": "VariableDeclarator", - "start": 108686, - "end": 108751, + "start": 111076, + "end": 111141, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 12 }, "end": { - "line": 2401, + "line": 2443, "column": 77 } }, "id": { "type": "Identifier", - "start": 108686, - "end": 108694, + "start": 111076, + "end": 111084, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 12 }, "end": { - "line": 2401, + "line": 2443, "column": 20 }, "identifierName": "moveOpts" @@ -175795,58 +175931,58 @@ }, "init": { "type": "CallExpression", - "start": 108697, - "end": 108751, + "start": 111087, + "end": 111141, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 108697, - "end": 108712, + "start": 111087, + "end": 111102, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 108697, - "end": 108701, + "start": 111087, + "end": 111091, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 27 } } }, "property": { "type": "Identifier", - "start": 108702, - "end": 108712, + "start": 111092, + "end": 111102, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 28 }, "end": { - "line": 2401, + "line": 2443, "column": 38 }, "identifierName": "supplement" @@ -175858,44 +175994,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 108714, - "end": 108718, + "start": 111104, + "end": 111108, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 40 }, "end": { - "line": 2401, + "line": 2443, "column": 44 } } }, { "type": "MemberExpression", - "start": 108720, - "end": 108728, + "start": 111110, + "end": 111118, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 46 }, "end": { - "line": 2401, + "line": 2443, "column": 54 } }, "object": { "type": "Identifier", - "start": 108720, - "end": 108725, + "start": 111110, + "end": 111115, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 46 }, "end": { - "line": 2401, + "line": 2443, "column": 51 }, "identifierName": "_args" @@ -175904,15 +176040,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108726, - "end": 108727, + "start": 111116, + "end": 111117, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 52 }, "end": { - "line": 2401, + "line": 2443, "column": 53 } }, @@ -175926,44 +176062,44 @@ }, { "type": "MemberExpression", - "start": 108730, - "end": 108749, + "start": 111120, + "end": 111139, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 56 }, "end": { - "line": 2401, + "line": 2443, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 108730, - "end": 108734, + "start": 111120, + "end": 111124, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 56 }, "end": { - "line": 2401, + "line": 2443, "column": 60 } } }, "property": { "type": "Identifier", - "start": 108735, - "end": 108749, + "start": 111125, + "end": 111139, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 61 }, "end": { - "line": 2401, + "line": 2443, "column": 75 }, "identifierName": "validateObject" @@ -175977,29 +176113,29 @@ }, { "type": "VariableDeclarator", - "start": 108765, - "end": 108844, + "start": 111155, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 12 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } }, "id": { "type": "Identifier", - "start": 108765, - "end": 108773, + "start": 111155, + "end": 111163, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 12 }, "end": { - "line": 2402, + "line": 2444, "column": 20 }, "identifierName": "callback" @@ -176008,71 +176144,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 108776, - "end": 108844, + "start": 111166, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 108776, - "end": 108826, + "start": 111166, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 108776, - "end": 108792, + "start": 111166, + "end": 111182, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 108776, - "end": 108788, + "start": 111166, + "end": 111178, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 35 } }, "object": { "type": "Identifier", - "start": 108776, - "end": 108781, + "start": 111166, + "end": 111171, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 28 }, "identifierName": "_args" @@ -176081,15 +176217,15 @@ }, "property": { "type": "Identifier", - "start": 108782, - "end": 108788, + "start": 111172, + "end": 111178, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 29 }, "end": { - "line": 2402, + "line": 2444, "column": 35 }, "identifierName": "length" @@ -176101,15 +176237,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 108791, - "end": 108792, + "start": 111181, + "end": 111182, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 38 }, "end": { - "line": 2402, + "line": 2444, "column": 39 } }, @@ -176123,29 +176259,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 108796, - "end": 108826, + "start": 111186, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 43 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 108796, - "end": 108811, + "start": 111186, + "end": 111201, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 43 }, "end": { - "line": 2402, + "line": 2444, "column": 58 } }, @@ -176153,29 +176289,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 108803, - "end": 108811, + "start": 111193, + "end": 111201, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 50 }, "end": { - "line": 2402, + "line": 2444, "column": 58 } }, "object": { "type": "Identifier", - "start": 108803, - "end": 108808, + "start": 111193, + "end": 111198, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 50 }, "end": { - "line": 2402, + "line": 2444, "column": 55 }, "identifierName": "_args" @@ -176184,15 +176320,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108809, - "end": 108810, + "start": 111199, + "end": 111200, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 56 }, "end": { - "line": 2402, + "line": 2444, "column": 57 } }, @@ -176211,15 +176347,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 108816, - "end": 108826, + "start": 111206, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 63 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, @@ -176233,29 +176369,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 108829, - "end": 108837, + "start": 111219, + "end": 111227, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 76 }, "end": { - "line": 2402, + "line": 2444, "column": 84 } }, "object": { "type": "Identifier", - "start": 108829, - "end": 108834, + "start": 111219, + "end": 111224, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 76 }, "end": { - "line": 2402, + "line": 2444, "column": 81 }, "identifierName": "_args" @@ -176264,15 +176400,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108835, - "end": 108836, + "start": 111225, + "end": 111226, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 82 }, "end": { - "line": 2402, + "line": 2444, "column": 83 } }, @@ -176286,15 +176422,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 108840, - "end": 108844, + "start": 111230, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 87 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } } @@ -176303,29 +176439,29 @@ }, { "type": "VariableDeclarator", - "start": 108858, - "end": 108909, + "start": 111248, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 12 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } }, "id": { "type": "Identifier", - "start": 108858, - "end": 108866, + "start": 111248, + "end": 111256, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 12 }, "end": { - "line": 2403, + "line": 2445, "column": 20 }, "identifierName": "userdata" @@ -176334,57 +176470,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 108869, - "end": 108909, + "start": 111259, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 108869, - "end": 108885, + "start": 111259, + "end": 111275, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 108869, - "end": 108881, + "start": 111259, + "end": 111271, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 35 } }, "object": { "type": "Identifier", - "start": 108869, - "end": 108874, + "start": 111259, + "end": 111264, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 28 }, "identifierName": "_args" @@ -176393,15 +176529,15 @@ }, "property": { "type": "Identifier", - "start": 108875, - "end": 108881, + "start": 111265, + "end": 111271, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 29 }, "end": { - "line": 2403, + "line": 2445, "column": 35 }, "identifierName": "length" @@ -176413,15 +176549,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 108884, - "end": 108885, + "start": 111274, + "end": 111275, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 38 }, "end": { - "line": 2403, + "line": 2445, "column": 39 } }, @@ -176434,43 +176570,43 @@ }, "consequent": { "type": "CallExpression", - "start": 108888, - "end": 108902, + "start": 111278, + "end": 111292, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 108888, - "end": 108899, + "start": 111278, + "end": 111289, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 53 } }, "object": { "type": "Identifier", - "start": 108888, - "end": 108893, + "start": 111278, + "end": 111283, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 47 }, "identifierName": "_args" @@ -176479,15 +176615,15 @@ }, "property": { "type": "Identifier", - "start": 108894, - "end": 108899, + "start": 111284, + "end": 111289, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 48 }, "end": { - "line": 2403, + "line": 2445, "column": 53 }, "identifierName": "slice" @@ -176499,15 +176635,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 108900, - "end": 108901, + "start": 111290, + "end": 111291, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 54 }, "end": { - "line": 2403, + "line": 2445, "column": 55 } }, @@ -176521,15 +176657,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 108905, - "end": 108909, + "start": 111295, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 59 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } } @@ -176538,29 +176674,29 @@ }, { "type": "VariableDeclarator", - "start": 108923, - "end": 108936, + "start": 111313, + "end": 111326, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 12 }, "end": { - "line": 2404, + "line": 2446, "column": 25 } }, "id": { "type": "Identifier", - "start": 108923, - "end": 108930, + "start": 111313, + "end": 111320, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 12 }, "end": { - "line": 2404, + "line": 2446, "column": 19 }, "identifierName": "newOpts" @@ -176569,15 +176705,15 @@ }, "init": { "type": "ObjectExpression", - "start": 108934, - "end": 108936, + "start": 111324, + "end": 111326, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 23 }, "end": { - "line": 2404, + "line": 2446, "column": 25 } }, @@ -176586,29 +176722,29 @@ }, { "type": "VariableDeclarator", - "start": 108950, - "end": 108960, + "start": 111340, + "end": 111350, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 12 }, "end": { - "line": 2405, + "line": 2447, "column": 22 } }, "id": { "type": "Identifier", - "start": 108950, - "end": 108960, + "start": 111340, + "end": 111350, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 12 }, "end": { - "line": 2405, + "line": 2447, "column": 22 }, "identifierName": "begin_date" @@ -176619,29 +176755,29 @@ }, { "type": "VariableDeclarator", - "start": 108962, - "end": 108970, + "start": 111352, + "end": 111360, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 24 }, "end": { - "line": 2405, + "line": 2447, "column": 32 } }, "id": { "type": "Identifier", - "start": 108962, - "end": 108970, + "start": 111352, + "end": 111360, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 24 }, "end": { - "line": 2405, + "line": 2447, "column": 32 }, "identifierName": "end_date" @@ -176652,29 +176788,29 @@ }, { "type": "VariableDeclarator", - "start": 108972, - "end": 108980, + "start": 111362, + "end": 111370, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 34 }, "end": { - "line": 2405, + "line": 2447, "column": 42 } }, "id": { "type": "Identifier", - "start": 108972, - "end": 108980, + "start": 111362, + "end": 111370, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 34 }, "end": { - "line": 2405, + "line": 2447, "column": 42 }, "identifierName": "_tmpDate" @@ -176688,72 +176824,72 @@ }, { "type": "IfStatement", - "start": 108998, - "end": 109613, + "start": 111388, + "end": 112003, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 8 }, "end": { - "line": 2419, + "line": 2461, "column": 9 } }, "test": { "type": "CallExpression", - "start": 109003, - "end": 109028, + "start": 111393, + "end": 111418, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 109003, - "end": 109016, + "start": 111393, + "end": 111406, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 109003, - "end": 109007, + "start": 111393, + "end": 111397, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 17 } } }, "property": { "type": "Identifier", - "start": 109008, - "end": 109016, + "start": 111398, + "end": 111406, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 18 }, "end": { - "line": 2407, + "line": 2449, "column": 26 }, "identifierName": "is_empty" @@ -176765,15 +176901,15 @@ "arguments": [ { "type": "Identifier", - "start": 109018, - "end": 109026, + "start": 111408, + "end": 111416, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 28 }, "end": { - "line": 2407, + "line": 2449, "column": 36 }, "identifierName": "moveOpts" @@ -176784,59 +176920,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 109031, - "end": 109121, + "start": 111421, + "end": 111511, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 41 }, "end": { - "line": 2409, + "line": 2451, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 109045, - "end": 109111, + "start": 111435, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 109045, - "end": 109111, + "start": 111435, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109045, - "end": 109053, + "start": 111435, + "end": 111443, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 20 }, "identifierName": "moveOpts" @@ -176845,30 +176981,30 @@ }, "right": { "type": "ObjectExpression", - "start": 109056, - "end": 109111, + "start": 111446, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 23 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 109058, - "end": 109076, + "start": 111448, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 25 }, "end": { - "line": 2408, + "line": 2450, "column": 43 } }, @@ -176877,15 +177013,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109058, - "end": 109063, + "start": 111448, + "end": 111453, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 25 }, "end": { - "line": 2408, + "line": 2450, "column": 30 }, "identifierName": "scale" @@ -176894,29 +177030,29 @@ }, "value": { "type": "MemberExpression", - "start": 109065, - "end": 109076, + "start": 111455, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 32 }, "end": { - "line": 2408, + "line": 2450, "column": 43 } }, "object": { "type": "Identifier", - "start": 109065, - "end": 109070, + "start": 111455, + "end": 111460, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 32 }, "end": { - "line": 2408, + "line": 2450, "column": 37 }, "identifierName": "_opts" @@ -176925,15 +177061,15 @@ }, "property": { "type": "Identifier", - "start": 109071, - "end": 109076, + "start": 111461, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 38 }, "end": { - "line": 2408, + "line": 2450, "column": 43 }, "identifierName": "scale" @@ -176945,15 +177081,15 @@ }, { "type": "ObjectProperty", - "start": 109078, - "end": 109096, + "start": 111468, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 45 }, "end": { - "line": 2408, + "line": 2450, "column": 63 } }, @@ -176962,15 +177098,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109078, - "end": 109083, + "start": 111468, + "end": 111473, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 45 }, "end": { - "line": 2408, + "line": 2450, "column": 50 }, "identifierName": "range" @@ -176979,29 +177115,29 @@ }, "value": { "type": "MemberExpression", - "start": 109085, - "end": 109096, + "start": 111475, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 52 }, "end": { - "line": 2408, + "line": 2450, "column": 63 } }, "object": { "type": "Identifier", - "start": 109085, - "end": 109090, + "start": 111475, + "end": 111480, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 52 }, "end": { - "line": 2408, + "line": 2450, "column": 57 }, "identifierName": "_opts" @@ -177010,15 +177146,15 @@ }, "property": { "type": "Identifier", - "start": 109091, - "end": 109096, + "start": 111481, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 58 }, "end": { - "line": 2408, + "line": 2450, "column": 63 }, "identifierName": "range" @@ -177030,15 +177166,15 @@ }, { "type": "ObjectProperty", - "start": 109098, - "end": 109109, + "start": 111488, + "end": 111499, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 65 }, "end": { - "line": 2408, + "line": 2450, "column": 76 } }, @@ -177047,15 +177183,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109098, - "end": 109103, + "start": 111488, + "end": 111493, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 65 }, "end": { - "line": 2408, + "line": 2450, "column": 70 }, "identifierName": "shift" @@ -177064,15 +177200,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 109105, - "end": 109109, + "start": 111495, + "end": 111499, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 72 }, "end": { - "line": 2408, + "line": 2450, "column": 76 } }, @@ -177088,58 +177224,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 109127, - "end": 109613, + "start": 111517, + "end": 112003, "loc": { "start": { - "line": 2409, + "line": 2451, "column": 15 }, "end": { - "line": 2419, + "line": 2461, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 109141, - "end": 109264, + "start": 111531, + "end": 111654, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 12 }, "end": { - "line": 2412, + "line": 2454, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109146, - "end": 109208, + "start": 111536, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 17 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 109146, - "end": 109180, + "start": 111536, + "end": 111570, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 17 }, "end": { - "line": 2410, + "line": 2452, "column": 51 } }, @@ -177147,43 +177283,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109148, - "end": 109180, + "start": 111538, + "end": 111570, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109148, - "end": 109171, + "start": 111538, + "end": 111561, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 42 } }, "object": { "type": "Identifier", - "start": 109148, - "end": 109156, + "start": 111538, + "end": 111546, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 27 }, "identifierName": "moveOpts" @@ -177192,15 +177328,15 @@ }, "property": { "type": "Identifier", - "start": 109157, - "end": 109171, + "start": 111547, + "end": 111561, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 28 }, "end": { - "line": 2410, + "line": 2452, "column": 42 }, "identifierName": "hasOwnProperty" @@ -177212,15 +177348,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109172, - "end": 109179, + "start": 111562, + "end": 111569, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 43 }, "end": { - "line": 2410, + "line": 2452, "column": 50 } }, @@ -177239,43 +177375,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 109184, - "end": 109208, + "start": 111574, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, "left": { "type": "MemberExpression", - "start": 109184, - "end": 109198, + "start": 111574, + "end": 111588, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 69 } }, "object": { "type": "Identifier", - "start": 109184, - "end": 109192, + "start": 111574, + "end": 111582, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 63 }, "identifierName": "moveOpts" @@ -177284,15 +177420,15 @@ }, "property": { "type": "Identifier", - "start": 109193, - "end": 109198, + "start": 111583, + "end": 111588, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 64 }, "end": { - "line": 2410, + "line": 2452, "column": 69 }, "identifierName": "shift" @@ -177304,15 +177440,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 109203, - "end": 109208, + "start": 111593, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 74 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, @@ -177322,73 +177458,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109211, - "end": 109264, + "start": 111601, + "end": 111654, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 82 }, "end": { - "line": 2412, + "line": 2454, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109229, - "end": 109250, + "start": 111619, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 109229, - "end": 109250, + "start": 111619, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109229, - "end": 109243, + "start": 111619, + "end": 111633, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 30 } }, "object": { "type": "Identifier", - "start": 109229, - "end": 109237, + "start": 111619, + "end": 111627, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 24 }, "identifierName": "moveOpts" @@ -177397,15 +177533,15 @@ }, "property": { "type": "Identifier", - "start": 109238, - "end": 109243, + "start": 111628, + "end": 111633, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 25 }, "end": { - "line": 2411, + "line": 2453, "column": 30 }, "identifierName": "shift" @@ -177416,15 +177552,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 109246, - "end": 109250, + "start": 111636, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 33 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, @@ -177439,43 +177575,43 @@ }, { "type": "IfStatement", - "start": 109277, - "end": 109420, + "start": 111667, + "end": 111810, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 12 }, "end": { - "line": 2415, + "line": 2457, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109282, - "end": 109357, + "start": 111672, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 17 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, "left": { "type": "UnaryExpression", - "start": 109282, - "end": 109316, + "start": 111672, + "end": 111706, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 17 }, "end": { - "line": 2413, + "line": 2455, "column": 51 } }, @@ -177483,43 +177619,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109284, - "end": 109316, + "start": 111674, + "end": 111706, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109284, - "end": 109307, + "start": 111674, + "end": 111697, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 42 } }, "object": { "type": "Identifier", - "start": 109284, - "end": 109292, + "start": 111674, + "end": 111682, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 27 }, "identifierName": "moveOpts" @@ -177528,15 +177664,15 @@ }, "property": { "type": "Identifier", - "start": 109293, - "end": 109307, + "start": 111683, + "end": 111697, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 28 }, "end": { - "line": 2413, + "line": 2455, "column": 42 }, "identifierName": "hasOwnProperty" @@ -177548,15 +177684,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109308, - "end": 109315, + "start": 111698, + "end": 111705, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 43 }, "end": { - "line": 2413, + "line": 2455, "column": 50 } }, @@ -177575,15 +177711,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 109320, - "end": 109357, + "start": 111710, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 55 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, @@ -177591,58 +177727,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109322, - "end": 109357, + "start": 111712, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 109322, - "end": 109339, + "start": 111712, + "end": 111729, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 109322, - "end": 109326, + "start": 111712, + "end": 111716, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 61 } } }, "property": { "type": "Identifier", - "start": 109327, - "end": 109339, + "start": 111717, + "end": 111729, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 62 }, "end": { - "line": 2413, + "line": 2455, "column": 74 }, "identifierName": "_verifyScale" @@ -177654,29 +177790,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109341, - "end": 109355, + "start": 111731, + "end": 111745, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 76 }, "end": { - "line": 2413, + "line": 2455, "column": 90 } }, "object": { "type": "Identifier", - "start": 109341, - "end": 109349, + "start": 111731, + "end": 111739, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 76 }, "end": { - "line": 2413, + "line": 2455, "column": 84 }, "identifierName": "moveOpts" @@ -177685,15 +177821,15 @@ }, "property": { "type": "Identifier", - "start": 109350, - "end": 109355, + "start": 111740, + "end": 111745, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 85 }, "end": { - "line": 2413, + "line": 2455, "column": 90 }, "identifierName": "scale" @@ -177711,73 +177847,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109360, - "end": 109420, + "start": 111750, + "end": 111810, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 95 }, "end": { - "line": 2415, + "line": 2457, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109378, - "end": 109406, + "start": 111768, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 109378, - "end": 109406, + "start": 111768, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109378, - "end": 109392, + "start": 111768, + "end": 111782, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 30 } }, "object": { "type": "Identifier", - "start": 109378, - "end": 109386, + "start": 111768, + "end": 111776, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 24 }, "identifierName": "moveOpts" @@ -177786,15 +177922,15 @@ }, "property": { "type": "Identifier", - "start": 109387, - "end": 109392, + "start": 111777, + "end": 111782, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 25 }, "end": { - "line": 2414, + "line": 2456, "column": 30 }, "identifierName": "scale" @@ -177805,29 +177941,29 @@ }, "right": { "type": "MemberExpression", - "start": 109395, - "end": 109406, + "start": 111785, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 33 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "object": { "type": "Identifier", - "start": 109395, - "end": 109400, + "start": 111785, + "end": 111790, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 33 }, "end": { - "line": 2414, + "line": 2456, "column": 38 }, "identifierName": "_opts" @@ -177836,15 +177972,15 @@ }, "property": { "type": "Identifier", - "start": 109401, - "end": 109406, + "start": 111791, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 39 }, "end": { - "line": 2414, + "line": 2456, "column": 44 }, "identifierName": "scale" @@ -177862,43 +177998,43 @@ }, { "type": "IfStatement", - "start": 109433, - "end": 109603, + "start": 111823, + "end": 111993, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 12 }, "end": { - "line": 2418, + "line": 2460, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109438, - "end": 109540, + "start": 111828, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 17 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "left": { "type": "UnaryExpression", - "start": 109438, - "end": 109472, + "start": 111828, + "end": 111862, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 17 }, "end": { - "line": 2416, + "line": 2458, "column": 51 } }, @@ -177906,43 +178042,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109440, - "end": 109472, + "start": 111830, + "end": 111862, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109440, - "end": 109463, + "start": 111830, + "end": 111853, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 42 } }, "object": { "type": "Identifier", - "start": 109440, - "end": 109448, + "start": 111830, + "end": 111838, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 27 }, "identifierName": "moveOpts" @@ -177951,15 +178087,15 @@ }, "property": { "type": "Identifier", - "start": 109449, - "end": 109463, + "start": 111839, + "end": 111853, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 28 }, "end": { - "line": 2416, + "line": 2458, "column": 42 }, "identifierName": "hasOwnProperty" @@ -177971,15 +178107,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109464, - "end": 109471, + "start": 111854, + "end": 111861, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 43 }, "end": { - "line": 2416, + "line": 2458, "column": 50 } }, @@ -177998,43 +178134,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 109476, - "end": 109540, + "start": 111866, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "left": { "type": "CallExpression", - "start": 109476, - "end": 109506, + "start": 111866, + "end": 111896, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 85 } }, "callee": { "type": "Identifier", - "start": 109476, - "end": 109484, + "start": 111866, + "end": 111874, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 63 }, "identifierName": "parseInt" @@ -178044,29 +178180,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109486, - "end": 109500, + "start": 111876, + "end": 111890, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 65 }, "end": { - "line": 2416, + "line": 2458, "column": 79 } }, "object": { "type": "Identifier", - "start": 109486, - "end": 109494, + "start": 111876, + "end": 111884, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 65 }, "end": { - "line": 2416, + "line": 2458, "column": 73 }, "identifierName": "moveOpts" @@ -178075,15 +178211,15 @@ }, "property": { "type": "Identifier", - "start": 109495, - "end": 109500, + "start": 111885, + "end": 111890, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 74 }, "end": { - "line": 2416, + "line": 2458, "column": 79 }, "identifierName": "range" @@ -178094,15 +178230,15 @@ }, { "type": "NumericLiteral", - "start": 109502, - "end": 109504, + "start": 111892, + "end": 111894, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 81 }, "end": { - "line": 2416, + "line": 2458, "column": 83 } }, @@ -178117,29 +178253,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 109509, - "end": 109540, + "start": 111899, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 88 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "object": { "type": "Identifier", - "start": 109509, - "end": 109524, + "start": 111899, + "end": 111914, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 88 }, "end": { - "line": 2416, + "line": 2458, "column": 103 }, "identifierName": "LimitScaleGrids" @@ -178148,29 +178284,29 @@ }, "property": { "type": "MemberExpression", - "start": 109525, - "end": 109539, + "start": 111915, + "end": 111929, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 104 }, "end": { - "line": 2416, + "line": 2458, "column": 118 } }, "object": { "type": "Identifier", - "start": 109525, - "end": 109533, + "start": 111915, + "end": 111923, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 104 }, "end": { - "line": 2416, + "line": 2458, "column": 112 }, "identifierName": "moveOpts" @@ -178179,15 +178315,15 @@ }, "property": { "type": "Identifier", - "start": 109534, - "end": 109539, + "start": 111924, + "end": 111929, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 113 }, "end": { - "line": 2416, + "line": 2458, "column": 118 }, "identifierName": "scale" @@ -178202,73 +178338,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109543, - "end": 109603, + "start": 111933, + "end": 111993, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 122 }, "end": { - "line": 2418, + "line": 2460, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109561, - "end": 109589, + "start": 111951, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 109561, - "end": 109589, + "start": 111951, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109561, - "end": 109575, + "start": 111951, + "end": 111965, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 30 } }, "object": { "type": "Identifier", - "start": 109561, - "end": 109569, + "start": 111951, + "end": 111959, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 24 }, "identifierName": "moveOpts" @@ -178277,15 +178413,15 @@ }, "property": { "type": "Identifier", - "start": 109570, - "end": 109575, + "start": 111960, + "end": 111965, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 25 }, "end": { - "line": 2417, + "line": 2459, "column": 30 }, "identifierName": "range" @@ -178296,29 +178432,29 @@ }, "right": { "type": "MemberExpression", - "start": 109578, - "end": 109589, + "start": 111968, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 33 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "object": { "type": "Identifier", - "start": 109578, - "end": 109583, + "start": 111968, + "end": 111973, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 33 }, "end": { - "line": 2417, + "line": 2459, "column": 38 }, "identifierName": "_opts" @@ -178327,15 +178463,15 @@ }, "property": { "type": "Identifier", - "start": 109584, - "end": 109589, + "start": 111974, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 39 }, "end": { - "line": 2417, + "line": 2459, "column": 44 }, "identifierName": "range" @@ -178357,44 +178493,44 @@ }, { "type": "ExpressionStatement", - "start": 109622, - "end": 109664, + "start": 112012, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 109622, - "end": 109664, + "start": 112012, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109622, - "end": 109630, + "start": 112012, + "end": 112020, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 16 }, "identifierName": "_tmpDate" @@ -178403,29 +178539,29 @@ }, "right": { "type": "NewExpression", - "start": 109635, - "end": 109664, + "start": 112025, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 21 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "callee": { "type": "Identifier", - "start": 109639, - "end": 109643, + "start": 112029, + "end": 112033, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 25 }, "end": { - "line": 2420, + "line": 2462, "column": 29 }, "identifierName": "Date" @@ -178435,29 +178571,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109645, - "end": 109662, + "start": 112035, + "end": 112052, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 31 }, "end": { - "line": 2420, + "line": 2462, "column": 48 } }, "object": { "type": "Identifier", - "start": 109645, - "end": 109650, + "start": 112035, + "end": 112040, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 31 }, "end": { - "line": 2420, + "line": 2462, "column": 36 }, "identifierName": "_opts" @@ -178466,15 +178602,15 @@ }, "property": { "type": "Identifier", - "start": 109651, - "end": 109662, + "start": 112041, + "end": 112052, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 37 }, "end": { - "line": 2420, + "line": 2462, "column": 48 }, "identifierName": "endDatetime" @@ -178489,44 +178625,44 @@ }, { "type": "ExpressionStatement", - "start": 109673, - "end": 109791, + "start": 112063, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 109673, - "end": 109791, + "start": 112063, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109673, - "end": 109681, + "start": 112063, + "end": 112071, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 16 }, "identifierName": "end_date" @@ -178535,29 +178671,29 @@ }, "right": { "type": "NewExpression", - "start": 109686, - "end": 109791, + "start": 112076, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 21 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "callee": { "type": "Identifier", - "start": 109690, - "end": 109694, + "start": 112080, + "end": 112084, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 25 }, "end": { - "line": 2421, + "line": 2463, "column": 29 }, "identifierName": "Date" @@ -178567,57 +178703,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 109696, - "end": 109789, + "start": 112086, + "end": 112179, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 124 } }, "left": { "type": "CallExpression", - "start": 109696, - "end": 109714, + "start": 112086, + "end": 112104, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 109696, - "end": 109712, + "start": 112086, + "end": 112102, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 47 } }, "object": { "type": "Identifier", - "start": 109696, - "end": 109704, + "start": 112086, + "end": 112094, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 39 }, "identifierName": "_tmpDate" @@ -178626,15 +178762,15 @@ }, "property": { "type": "Identifier", - "start": 109705, - "end": 109712, + "start": 112095, + "end": 112102, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 40 }, "end": { - "line": 2421, + "line": 2463, "column": 47 }, "identifierName": "getTime" @@ -178648,72 +178784,72 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 109719, - "end": 109787, + "start": 112109, + "end": 112177, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 122 } }, "left": { "type": "CallExpression", - "start": 109719, - "end": 109754, + "start": 112109, + "end": 112144, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 109719, - "end": 109736, + "start": 112109, + "end": 112126, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 109719, - "end": 109723, + "start": 112109, + "end": 112113, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 58 } } }, "property": { "type": "Identifier", - "start": 109724, - "end": 109736, + "start": 112114, + "end": 112126, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 59 }, "end": { - "line": 2421, + "line": 2463, "column": 71 }, "identifierName": "_verifyScale" @@ -178725,29 +178861,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109738, - "end": 109752, + "start": 112128, + "end": 112142, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 73 }, "end": { - "line": 2421, + "line": 2463, "column": 87 } }, "object": { "type": "Identifier", - "start": 109738, - "end": 109746, + "start": 112128, + "end": 112136, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 73 }, "end": { - "line": 2421, + "line": 2463, "column": 81 }, "identifierName": "moveOpts" @@ -178756,15 +178892,15 @@ }, "property": { "type": "Identifier", - "start": 109747, - "end": 109752, + "start": 112137, + "end": 112142, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 82 }, "end": { - "line": 2421, + "line": 2463, "column": 87 }, "identifierName": "scale" @@ -178778,29 +178914,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 109757, - "end": 109787, + "start": 112147, + "end": 112177, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 92 }, "end": { - "line": 2421, + "line": 2463, "column": 122 } }, "callee": { "type": "Identifier", - "start": 109757, - "end": 109765, + "start": 112147, + "end": 112155, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 92 }, "end": { - "line": 2421, + "line": 2463, "column": 100 }, "identifierName": "parseInt" @@ -178810,29 +178946,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109767, - "end": 109781, + "start": 112157, + "end": 112171, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 102 }, "end": { - "line": 2421, + "line": 2463, "column": 116 } }, "object": { "type": "Identifier", - "start": 109767, - "end": 109775, + "start": 112157, + "end": 112165, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 102 }, "end": { - "line": 2421, + "line": 2463, "column": 110 }, "identifierName": "moveOpts" @@ -178841,15 +178977,15 @@ }, "property": { "type": "Identifier", - "start": 109776, - "end": 109781, + "start": 112166, + "end": 112171, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 111 }, "end": { - "line": 2421, + "line": 2463, "column": 116 }, "identifierName": "range" @@ -178860,15 +178996,15 @@ }, { "type": "NumericLiteral", - "start": 109783, - "end": 109785, + "start": 112173, + "end": 112175, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 118 }, "end": { - "line": 2421, + "line": 2463, "column": 120 } }, @@ -178882,7 +179018,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 109717 + "parenStart": 112107 } } } @@ -178892,58 +179028,58 @@ }, { "type": "ExpressionStatement", - "start": 109800, - "end": 109841, + "start": 112190, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 109800, - "end": 109841, + "start": 112190, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109800, - "end": 109819, + "start": 112190, + "end": 112209, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 27 } }, "object": { "type": "Identifier", - "start": 109800, - "end": 109807, + "start": 112190, + "end": 112197, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 15 }, "identifierName": "newOpts" @@ -178952,15 +179088,15 @@ }, "property": { "type": "Identifier", - "start": 109808, - "end": 109819, + "start": 112198, + "end": 112209, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 16 }, "end": { - "line": 2422, + "line": 2464, "column": 27 }, "identifierName": "endDatetime" @@ -178971,43 +179107,43 @@ }, "right": { "type": "CallExpression", - "start": 109822, - "end": 109841, + "start": 112212, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 109822, - "end": 109839, + "start": 112212, + "end": 112229, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 47 } }, "object": { "type": "Identifier", - "start": 109822, - "end": 109830, + "start": 112212, + "end": 112220, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 38 }, "identifierName": "end_date" @@ -179016,15 +179152,15 @@ }, "property": { "type": "Identifier", - "start": 109831, - "end": 109839, + "start": 112221, + "end": 112229, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 39 }, "end": { - "line": 2422, + "line": 2464, "column": 47 }, "identifierName": "toString" @@ -179039,43 +179175,43 @@ }, { "type": "IfStatement", - "start": 109850, - "end": 110129, + "start": 112240, + "end": 112519, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 8 }, "end": { - "line": 2427, + "line": 2469, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 109855, - "end": 109869, + "start": 112245, + "end": 112259, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 13 }, "end": { - "line": 2423, + "line": 2465, "column": 27 } }, "object": { "type": "Identifier", - "start": 109855, - "end": 109863, + "start": 112245, + "end": 112253, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 13 }, "end": { - "line": 2423, + "line": 2465, "column": 21 }, "identifierName": "moveOpts" @@ -179084,15 +179220,15 @@ }, "property": { "type": "Identifier", - "start": 109864, - "end": 109869, + "start": 112254, + "end": 112259, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 22 }, "end": { - "line": 2423, + "line": 2465, "column": 27 }, "identifierName": "shift" @@ -179103,59 +179239,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 109872, - "end": 110129, + "start": 112262, + "end": 112519, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 30 }, "end": { - "line": 2427, + "line": 2469, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 109886, - "end": 109930, + "start": 112276, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 109886, - "end": 109930, + "start": 112276, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109886, - "end": 109894, + "start": 112276, + "end": 112284, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 20 }, "identifierName": "_tmpDate" @@ -179164,29 +179300,29 @@ }, "right": { "type": "NewExpression", - "start": 109899, - "end": 109930, + "start": 112289, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 25 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "callee": { "type": "Identifier", - "start": 109903, - "end": 109907, + "start": 112293, + "end": 112297, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 29 }, "end": { - "line": 2424, + "line": 2466, "column": 33 }, "identifierName": "Date" @@ -179196,29 +179332,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109909, - "end": 109928, + "start": 112299, + "end": 112318, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 35 }, "end": { - "line": 2424, + "line": 2466, "column": 54 } }, "object": { "type": "Identifier", - "start": 109909, - "end": 109914, + "start": 112299, + "end": 112304, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 35 }, "end": { - "line": 2424, + "line": 2466, "column": 40 }, "identifierName": "_opts" @@ -179227,15 +179363,15 @@ }, "property": { "type": "Identifier", - "start": 109915, - "end": 109928, + "start": 112305, + "end": 112318, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 41 }, "end": { - "line": 2424, + "line": 2466, "column": 54 }, "identifierName": "startDatetime" @@ -179250,44 +179386,44 @@ }, { "type": "ExpressionStatement", - "start": 109943, - "end": 110061, + "start": 112333, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 109943, - "end": 110061, + "start": 112333, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109943, - "end": 109953, + "start": 112333, + "end": 112343, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 22 }, "identifierName": "begin_date" @@ -179296,29 +179432,29 @@ }, "right": { "type": "NewExpression", - "start": 109956, - "end": 110061, + "start": 112346, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 25 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "callee": { "type": "Identifier", - "start": 109960, - "end": 109964, + "start": 112350, + "end": 112354, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 29 }, "end": { - "line": 2425, + "line": 2467, "column": 33 }, "identifierName": "Date" @@ -179328,57 +179464,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 109966, - "end": 110059, + "start": 112356, + "end": 112449, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 128 } }, "left": { "type": "CallExpression", - "start": 109966, - "end": 109984, + "start": 112356, + "end": 112374, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 109966, - "end": 109982, + "start": 112356, + "end": 112372, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 51 } }, "object": { "type": "Identifier", - "start": 109966, - "end": 109974, + "start": 112356, + "end": 112364, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 43 }, "identifierName": "_tmpDate" @@ -179387,15 +179523,15 @@ }, "property": { "type": "Identifier", - "start": 109975, - "end": 109982, + "start": 112365, + "end": 112372, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 44 }, "end": { - "line": 2425, + "line": 2467, "column": 51 }, "identifierName": "getTime" @@ -179409,72 +179545,72 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 109989, - "end": 110057, + "start": 112379, + "end": 112447, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 126 } }, "left": { "type": "CallExpression", - "start": 109989, - "end": 110024, + "start": 112379, + "end": 112414, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 109989, - "end": 110006, + "start": 112379, + "end": 112396, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 109989, - "end": 109993, + "start": 112379, + "end": 112383, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 62 } } }, "property": { "type": "Identifier", - "start": 109994, - "end": 110006, + "start": 112384, + "end": 112396, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 63 }, "end": { - "line": 2425, + "line": 2467, "column": 75 }, "identifierName": "_verifyScale" @@ -179486,29 +179622,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 110008, - "end": 110022, + "start": 112398, + "end": 112412, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 77 }, "end": { - "line": 2425, + "line": 2467, "column": 91 } }, "object": { "type": "Identifier", - "start": 110008, - "end": 110016, + "start": 112398, + "end": 112406, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 77 }, "end": { - "line": 2425, + "line": 2467, "column": 85 }, "identifierName": "moveOpts" @@ -179517,15 +179653,15 @@ }, "property": { "type": "Identifier", - "start": 110017, - "end": 110022, + "start": 112407, + "end": 112412, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 86 }, "end": { - "line": 2425, + "line": 2467, "column": 91 }, "identifierName": "scale" @@ -179539,29 +179675,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 110027, - "end": 110057, + "start": 112417, + "end": 112447, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 96 }, "end": { - "line": 2425, + "line": 2467, "column": 126 } }, "callee": { "type": "Identifier", - "start": 110027, - "end": 110035, + "start": 112417, + "end": 112425, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 96 }, "end": { - "line": 2425, + "line": 2467, "column": 104 }, "identifierName": "parseInt" @@ -179571,29 +179707,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 110037, - "end": 110051, + "start": 112427, + "end": 112441, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 106 }, "end": { - "line": 2425, + "line": 2467, "column": 120 } }, "object": { "type": "Identifier", - "start": 110037, - "end": 110045, + "start": 112427, + "end": 112435, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 106 }, "end": { - "line": 2425, + "line": 2467, "column": 114 }, "identifierName": "moveOpts" @@ -179602,15 +179738,15 @@ }, "property": { "type": "Identifier", - "start": 110046, - "end": 110051, + "start": 112436, + "end": 112441, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 115 }, "end": { - "line": 2425, + "line": 2467, "column": 120 }, "identifierName": "range" @@ -179621,15 +179757,15 @@ }, { "type": "NumericLiteral", - "start": 110053, - "end": 110055, + "start": 112443, + "end": 112445, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 122 }, "end": { - "line": 2425, + "line": 2467, "column": 124 } }, @@ -179643,7 +179779,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 109987 + "parenStart": 112377 } } } @@ -179653,58 +179789,58 @@ }, { "type": "ExpressionStatement", - "start": 110074, - "end": 110119, + "start": 112464, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 110074, - "end": 110119, + "start": 112464, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 110074, - "end": 110095, + "start": 112464, + "end": 112485, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 33 } }, "object": { "type": "Identifier", - "start": 110074, - "end": 110081, + "start": 112464, + "end": 112471, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 19 }, "identifierName": "newOpts" @@ -179713,15 +179849,15 @@ }, "property": { "type": "Identifier", - "start": 110082, - "end": 110095, + "start": 112472, + "end": 112485, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 20 }, "end": { - "line": 2426, + "line": 2468, "column": 33 }, "identifierName": "startDatetime" @@ -179732,43 +179868,43 @@ }, "right": { "type": "CallExpression", - "start": 110098, - "end": 110119, + "start": 112488, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 110098, - "end": 110117, + "start": 112488, + "end": 112507, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 55 } }, "object": { "type": "Identifier", - "start": 110098, - "end": 110108, + "start": 112488, + "end": 112498, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 46 }, "identifierName": "begin_date" @@ -179777,15 +179913,15 @@ }, "property": { "type": "Identifier", - "start": 110109, - "end": 110117, + "start": 112499, + "end": 112507, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 47 }, "end": { - "line": 2426, + "line": 2468, "column": 55 }, "identifierName": "toString" @@ -179805,72 +179941,72 @@ }, { "type": "ExpressionStatement", - "start": 110147, - "end": 110171, + "start": 112537, + "end": 112561, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 110147, - "end": 110171, + "start": 112537, + "end": 112561, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 110147, - "end": 110158, + "start": 112537, + "end": 112548, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 110147, - "end": 110151, + "start": 112537, + "end": 112541, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 12 } } }, "property": { "type": "Identifier", - "start": 110152, - "end": 110158, + "start": 112542, + "end": 112548, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 13 }, "end": { - "line": 2429, + "line": 2471, "column": 19 }, "identifierName": "reload" @@ -179882,30 +180018,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 110160, - "end": 110169, + "start": 112550, + "end": 112559, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 21 }, "end": { - "line": 2429, + "line": 2471, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 110161, - "end": 110168, + "start": 112551, + "end": 112558, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 22 }, "end": { - "line": 2429, + "line": 2471, "column": 29 }, "identifierName": "newOpts" @@ -179919,29 +180055,29 @@ }, { "type": "IfStatement", - "start": 110189, - "end": 110369, + "start": 112579, + "end": 112759, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 8 }, "end": { - "line": 2435, + "line": 2477, "column": 9 } }, "test": { "type": "Identifier", - "start": 110194, - "end": 110202, + "start": 112584, + "end": 112592, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 13 }, "end": { - "line": 2431, + "line": 2473, "column": 21 }, "identifierName": "callback" @@ -179950,87 +180086,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 110205, - "end": 110369, + "start": 112595, + "end": 112759, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 24 }, "end": { - "line": 2435, + "line": 2477, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 110219, - "end": 110284, + "start": 112609, + "end": 112674, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 110219, - "end": 110284, + "start": 112609, + "end": 112674, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 110219, - "end": 110230, + "start": 112609, + "end": 112620, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 110219, - "end": 110223, + "start": 112609, + "end": 112613, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 16 } } }, "property": { "type": "Identifier", - "start": 110224, - "end": 110230, + "start": 112614, + "end": 112620, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 17 }, "end": { - "line": 2432, + "line": 2474, "column": 23 }, "identifierName": "_debug" @@ -180042,15 +180178,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 110232, - "end": 110282, + "start": 112622, + "end": 112672, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 25 }, "end": { - "line": 2432, + "line": 2474, "column": 75 } }, @@ -180065,43 +180201,43 @@ }, { "type": "ExpressionStatement", - "start": 110310, - "end": 110359, + "start": 112700, + "end": 112749, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 110310, - "end": 110359, + "start": 112700, + "end": 112749, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 61 } }, "callee": { "type": "Identifier", - "start": 110310, - "end": 110318, + "start": 112700, + "end": 112708, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 20 }, "identifierName": "callback" @@ -180111,44 +180247,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 110320, - "end": 110333, + "start": 112710, + "end": 112723, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 22 }, "end": { - "line": 2434, + "line": 2476, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 110320, - "end": 110324, + "start": 112710, + "end": 112714, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 22 }, "end": { - "line": 2434, + "line": 2476, "column": 26 } } }, "property": { "type": "Identifier", - "start": 110325, - "end": 110333, + "start": 112715, + "end": 112723, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 27 }, "end": { - "line": 2434, + "line": 2476, "column": 35 }, "identifierName": "_element" @@ -180159,44 +180295,44 @@ }, { "type": "MemberExpression", - "start": 110335, - "end": 110347, + "start": 112725, + "end": 112737, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 37 }, "end": { - "line": 2434, + "line": 2476, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 110335, - "end": 110339, + "start": 112725, + "end": 112729, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 37 }, "end": { - "line": 2434, + "line": 2476, "column": 41 } } }, "property": { "type": "Identifier", - "start": 110340, - "end": 110347, + "start": 112730, + "end": 112737, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 42 }, "end": { - "line": 2434, + "line": 2476, "column": 49 }, "identifierName": "_config" @@ -180207,15 +180343,15 @@ }, { "type": "Identifier", - "start": 110349, - "end": 110357, + "start": 112739, + "end": 112747, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 51 }, "end": { - "line": 2434, + "line": 2476, "column": 59 }, "identifierName": "userdata" @@ -180238,15 +180374,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -180256,15 +180392,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -180273,15 +180409,15 @@ }, { "type": "ClassMethod", - "start": 110865, - "end": 114816, + "start": 113255, + "end": 117206, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 4 }, "end": { - "line": 2536, + "line": 2578, "column": 5 } }, @@ -180289,15 +180425,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 110865, - "end": 110874, + "start": 113255, + "end": 113264, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 4 }, "end": { - "line": 2444, + "line": 2486, "column": 13 }, "identifierName": "alignment" @@ -180313,29 +180449,29 @@ "params": [ { "type": "RestElement", - "start": 110876, - "end": 110883, + "start": 113266, + "end": 113273, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 15 }, "end": { - "line": 2444, + "line": 2486, "column": 22 } }, "argument": { "type": "Identifier", - "start": 110879, - "end": 110883, + "start": 113269, + "end": 113273, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 18 }, "end": { - "line": 2444, + "line": 2486, "column": 22 }, "identifierName": "args" @@ -180346,87 +180482,87 @@ ], "body": { "type": "BlockStatement", - "start": 110886, - "end": 114816, + "start": 113276, + "end": 117206, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 25 }, "end": { - "line": 2536, + "line": 2578, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 110896, - "end": 110922, + "start": 113286, + "end": 113312, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 110896, - "end": 110922, + "start": 113286, + "end": 113312, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 110896, - "end": 110907, + "start": 113286, + "end": 113297, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 110896, - "end": 110900, + "start": 113286, + "end": 113290, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 12 } } }, "property": { "type": "Identifier", - "start": 110901, - "end": 110907, + "start": 113291, + "end": 113297, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 13 }, "end": { - "line": 2445, + "line": 2487, "column": 19 }, "identifierName": "_debug" @@ -180438,15 +180574,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 110909, - "end": 110920, + "start": 113299, + "end": 113310, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 21 }, "end": { - "line": 2445, + "line": 2487, "column": 32 } }, @@ -180461,44 +180597,44 @@ }, { "type": "VariableDeclaration", - "start": 110940, - "end": 111457, + "start": 113330, + "end": 113847, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 8 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 110944, - "end": 110972, + "start": 113334, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 12 }, "end": { - "line": 2447, + "line": 2489, "column": 40 } }, "id": { "type": "Identifier", - "start": 110944, - "end": 110949, + "start": 113334, + "end": 113339, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 12 }, "end": { - "line": 2447, + "line": 2489, "column": 17 }, "identifierName": "_opts" @@ -180507,44 +180643,44 @@ }, "init": { "type": "MemberExpression", - "start": 110960, - "end": 110972, + "start": 113350, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 28 }, "end": { - "line": 2447, + "line": 2489, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 110960, - "end": 110964, + "start": 113350, + "end": 113354, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 28 }, "end": { - "line": 2447, + "line": 2489, "column": 32 } } }, "property": { "type": "Identifier", - "start": 110965, - "end": 110972, + "start": 113355, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 33 }, "end": { - "line": 2447, + "line": 2489, "column": 40 }, "identifierName": "_config" @@ -180556,29 +180692,29 @@ }, { "type": "VariableDeclarator", - "start": 110986, - "end": 111021, + "start": 113376, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 12 }, "end": { - "line": 2448, + "line": 2490, "column": 47 } }, "id": { "type": "Identifier", - "start": 110986, - "end": 110992, + "start": 113376, + "end": 113382, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 12 }, "end": { - "line": 2448, + "line": 2490, "column": 18 }, "identifierName": "_props" @@ -180587,44 +180723,44 @@ }, "init": { "type": "MemberExpression", - "start": 111002, - "end": 111021, + "start": 113392, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 28 }, "end": { - "line": 2448, + "line": 2490, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 111002, - "end": 111006, + "start": 113392, + "end": 113396, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 28 }, "end": { - "line": 2448, + "line": 2490, "column": 32 } } }, "property": { "type": "Identifier", - "start": 111007, - "end": 111021, + "start": 113397, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 33 }, "end": { - "line": 2448, + "line": 2490, "column": 47 }, "identifierName": "_instanceProps" @@ -180636,29 +180772,29 @@ }, { "type": "VariableDeclarator", - "start": 111035, - "end": 111064, + "start": 113425, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 12 }, "end": { - "line": 2449, + "line": 2491, "column": 41 } }, "id": { "type": "Identifier", - "start": 111035, - "end": 111040, + "start": 113425, + "end": 113430, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 12 }, "end": { - "line": 2449, + "line": 2491, "column": 17 }, "identifierName": "_elem" @@ -180667,44 +180803,44 @@ }, "init": { "type": "MemberExpression", - "start": 111051, - "end": 111064, + "start": 113441, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 28 }, "end": { - "line": 2449, + "line": 2491, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 111051, - "end": 111055, + "start": 113441, + "end": 113445, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 28 }, "end": { - "line": 2449, + "line": 2491, "column": 32 } } }, "property": { "type": "Identifier", - "start": 111056, - "end": 111064, + "start": 113446, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 33 }, "end": { - "line": 2449, + "line": 2491, "column": 41 }, "identifierName": "_element" @@ -180716,29 +180852,29 @@ }, { "type": "VariableDeclarator", - "start": 111078, - "end": 111138, + "start": 113468, + "end": 113528, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 12 }, "end": { - "line": 2450, + "line": 2492, "column": 72 } }, "id": { "type": "Identifier", - "start": 111078, - "end": 111091, + "start": 113468, + "end": 113481, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 12 }, "end": { - "line": 2450, + "line": 2492, "column": 25 }, "identifierName": "_tl_container" @@ -180747,57 +180883,57 @@ }, "init": { "type": "CallExpression", - "start": 111094, - "end": 111138, + "start": 113484, + "end": 113528, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 111094, - "end": 111107, + "start": 113484, + "end": 113497, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 41 } }, "object": { "type": "CallExpression", - "start": 111094, - "end": 111102, + "start": 113484, + "end": 113492, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 36 } }, "callee": { "type": "Identifier", - "start": 111094, - "end": 111095, + "start": 113484, + "end": 113485, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 29 }, "identifierName": "$" @@ -180807,15 +180943,15 @@ "arguments": [ { "type": "Identifier", - "start": 111096, - "end": 111101, + "start": 113486, + "end": 113491, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 30 }, "end": { - "line": 2450, + "line": 2492, "column": 35 }, "identifierName": "_elem" @@ -180826,15 +180962,15 @@ }, "property": { "type": "Identifier", - "start": 111103, - "end": 111107, + "start": 113493, + "end": 113497, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 37 }, "end": { - "line": 2450, + "line": 2492, "column": 41 }, "identifierName": "find" @@ -180846,29 +180982,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 111109, - "end": 111136, + "start": 113499, + "end": 113526, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 43 }, "end": { - "line": 2450, + "line": 2492, "column": 70 } }, "object": { "type": "Identifier", - "start": 111109, - "end": 111117, + "start": 113499, + "end": 113507, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 43 }, "end": { - "line": 2450, + "line": 2492, "column": 51 }, "identifierName": "Selector" @@ -180877,15 +181013,15 @@ }, "property": { "type": "Identifier", - "start": 111118, - "end": 111136, + "start": 113508, + "end": 113526, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 52 }, "end": { - "line": 2450, + "line": 2492, "column": 70 }, "identifierName": "TIMELINE_CONTAINER" @@ -180899,29 +181035,29 @@ }, { "type": "VariableDeclarator", - "start": 111152, - "end": 111169, + "start": 113542, + "end": 113559, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 12 }, "end": { - "line": 2451, + "line": 2493, "column": 29 } }, "id": { "type": "Identifier", - "start": 111152, - "end": 111157, + "start": 113542, + "end": 113547, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 12 }, "end": { - "line": 2451, + "line": 2493, "column": 17 }, "identifierName": "_movX" @@ -180930,15 +181066,15 @@ }, "init": { "type": "NumericLiteral", - "start": 111168, - "end": 111169, + "start": 113558, + "end": 113559, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 28 }, "end": { - "line": 2451, + "line": 2493, "column": 29 } }, @@ -180951,29 +181087,29 @@ }, { "type": "VariableDeclarator", - "start": 111183, - "end": 111237, + "start": 113573, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 12 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, "id": { "type": "Identifier", - "start": 111183, - "end": 111188, + "start": 113573, + "end": 113578, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 12 }, "end": { - "line": 2452, + "line": 2494, "column": 17 }, "identifierName": "_args" @@ -180982,29 +181118,29 @@ }, "init": { "type": "ConditionalExpression", - "start": 111199, - "end": 111237, + "start": 113589, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 28 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, "test": { "type": "UnaryExpression", - "start": 111199, - "end": 111222, + "start": 113589, + "end": 113612, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 28 }, "end": { - "line": 2452, + "line": 2494, "column": 51 } }, @@ -181012,58 +181148,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 111201, - "end": 111222, + "start": 113591, + "end": 113612, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 111201, - "end": 111214, + "start": 113591, + "end": 113604, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 111201, - "end": 111205, + "start": 113591, + "end": 113595, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 34 } } }, "property": { "type": "Identifier", - "start": 111206, - "end": 111214, + "start": 113596, + "end": 113604, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 35 }, "end": { - "line": 2452, + "line": 2494, "column": 43 }, "identifierName": "is_empty" @@ -181075,15 +181211,15 @@ "arguments": [ { "type": "Identifier", - "start": 111216, - "end": 111220, + "start": 113606, + "end": 113610, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 45 }, "end": { - "line": 2452, + "line": 2494, "column": 49 }, "identifierName": "args" @@ -181098,29 +181234,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111225, - "end": 111232, + "start": 113615, + "end": 113622, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 54 }, "end": { - "line": 2452, + "line": 2494, "column": 61 } }, "object": { "type": "Identifier", - "start": 111225, - "end": 111229, + "start": 113615, + "end": 113619, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 54 }, "end": { - "line": 2452, + "line": 2494, "column": 58 }, "identifierName": "args" @@ -181129,15 +181265,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111230, - "end": 111231, + "start": 113620, + "end": 113621, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 59 }, "end": { - "line": 2452, + "line": 2494, "column": 60 } }, @@ -181151,15 +181287,15 @@ }, "alternate": { "type": "ArrayExpression", - "start": 111235, - "end": 111237, + "start": 113625, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 64 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, @@ -181169,29 +181305,29 @@ }, { "type": "VariableDeclarator", - "start": 111251, - "end": 111345, + "start": 113641, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 12 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "id": { "type": "Identifier", - "start": 111251, - "end": 111259, + "start": 113641, + "end": 113649, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 12 }, "end": { - "line": 2453, + "line": 2495, "column": 20 }, "identifierName": "position" @@ -181200,71 +181336,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 111267, - "end": 111345, + "start": 113657, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "test": { "type": "LogicalExpression", - "start": 111267, - "end": 111315, + "start": 113657, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, "left": { "type": "BinaryExpression", - "start": 111267, - "end": 111283, + "start": 113657, + "end": 113673, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 111267, - "end": 111279, + "start": 113657, + "end": 113669, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 40 } }, "object": { "type": "Identifier", - "start": 111267, - "end": 111272, + "start": 113657, + "end": 113662, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 33 }, "identifierName": "_args" @@ -181273,15 +181409,15 @@ }, "property": { "type": "Identifier", - "start": 111273, - "end": 111279, + "start": 113663, + "end": 113669, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 34 }, "end": { - "line": 2453, + "line": 2495, "column": 40 }, "identifierName": "length" @@ -181293,15 +181429,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 111282, - "end": 111283, + "start": 113672, + "end": 113673, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 43 }, "end": { - "line": 2453, + "line": 2495, "column": 44 } }, @@ -181315,29 +181451,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 111287, - "end": 111315, + "start": 113677, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 48 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, "left": { "type": "UnaryExpression", - "start": 111287, - "end": 111302, + "start": 113677, + "end": 113692, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 48 }, "end": { - "line": 2453, + "line": 2495, "column": 63 } }, @@ -181345,29 +181481,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 111294, - "end": 111302, + "start": 113684, + "end": 113692, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 55 }, "end": { - "line": 2453, + "line": 2495, "column": 63 } }, "object": { "type": "Identifier", - "start": 111294, - "end": 111299, + "start": 113684, + "end": 113689, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 55 }, "end": { - "line": 2453, + "line": 2495, "column": 60 }, "identifierName": "_args" @@ -181376,15 +181512,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111300, - "end": 111301, + "start": 113690, + "end": 113691, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 61 }, "end": { - "line": 2453, + "line": 2495, "column": 62 } }, @@ -181403,15 +181539,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 111307, - "end": 111315, + "start": 113697, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 68 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, @@ -181425,29 +181561,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111318, - "end": 111326, + "start": 113708, + "end": 113716, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 79 }, "end": { - "line": 2453, + "line": 2495, "column": 87 } }, "object": { "type": "Identifier", - "start": 111318, - "end": 111323, + "start": 113708, + "end": 113713, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 79 }, "end": { - "line": 2453, + "line": 2495, "column": 84 }, "identifierName": "_args" @@ -181456,15 +181592,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111324, - "end": 111325, + "start": 113714, + "end": 113715, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 85 }, "end": { - "line": 2453, + "line": 2495, "column": 86 } }, @@ -181478,29 +181614,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 111329, - "end": 111345, + "start": 113719, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 90 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "object": { "type": "Identifier", - "start": 111329, - "end": 111334, + "start": 113719, + "end": 113724, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 90 }, "end": { - "line": 2453, + "line": 2495, "column": 95 }, "identifierName": "_opts" @@ -181509,15 +181645,15 @@ }, "property": { "type": "Identifier", - "start": 111335, - "end": 111345, + "start": 113725, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 96 }, "end": { - "line": 2453, + "line": 2495, "column": 106 }, "identifierName": "rangeAlign" @@ -181530,29 +181666,29 @@ }, { "type": "VariableDeclarator", - "start": 111359, - "end": 111457, + "start": 113749, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 12 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "id": { "type": "Identifier", - "start": 111359, - "end": 111367, + "start": 113749, + "end": 113757, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 12 }, "end": { - "line": 2454, + "line": 2496, "column": 20 }, "identifierName": "duration" @@ -181561,71 +181697,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 111375, - "end": 111457, + "start": 113765, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "test": { "type": "LogicalExpression", - "start": 111375, - "end": 111442, + "start": 113765, + "end": 113832, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 111375, - "end": 111391, + "start": 113765, + "end": 113781, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 111375, - "end": 111387, + "start": 113765, + "end": 113777, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 40 } }, "object": { "type": "Identifier", - "start": 111375, - "end": 111380, + "start": 113765, + "end": 113770, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 33 }, "identifierName": "_args" @@ -181634,15 +181770,15 @@ }, "property": { "type": "Identifier", - "start": 111381, - "end": 111387, + "start": 113771, + "end": 113777, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 34 }, "end": { - "line": 2454, + "line": 2496, "column": 40 }, "identifierName": "length" @@ -181654,15 +181790,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 111390, - "end": 111391, + "start": 113780, + "end": 113781, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 43 }, "end": { - "line": 2454, + "line": 2496, "column": 44 } }, @@ -181676,43 +181812,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 111395, - "end": 111442, + "start": 113785, + "end": 113832, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 111395, - "end": 111430, + "start": 113785, + "end": 113820, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 83 } }, "object": { "type": "RegExpLiteral", - "start": 111395, - "end": 111425, + "start": 113785, + "end": 113815, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 78 } }, @@ -181724,15 +181860,15 @@ }, "property": { "type": "Identifier", - "start": 111426, - "end": 111430, + "start": 113816, + "end": 113820, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 79 }, "end": { - "line": 2454, + "line": 2496, "column": 83 }, "identifierName": "test" @@ -181744,29 +181880,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 111432, - "end": 111440, + "start": 113822, + "end": 113830, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 85 }, "end": { - "line": 2454, + "line": 2496, "column": 93 } }, "object": { "type": "Identifier", - "start": 111432, - "end": 111437, + "start": 113822, + "end": 113827, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 85 }, "end": { - "line": 2454, + "line": 2496, "column": 90 }, "identifierName": "_args" @@ -181775,15 +181911,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111438, - "end": 111439, + "start": 113828, + "end": 113829, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 91 }, "end": { - "line": 2454, + "line": 2496, "column": 92 } }, @@ -181800,29 +181936,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111445, - "end": 111453, + "start": 113835, + "end": 113843, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 98 }, "end": { - "line": 2454, + "line": 2496, "column": 106 } }, "object": { "type": "Identifier", - "start": 111445, - "end": 111450, + "start": 113835, + "end": 113840, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 98 }, "end": { - "line": 2454, + "line": 2496, "column": 103 }, "identifierName": "_args" @@ -181831,15 +181967,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111451, - "end": 111452, + "start": 113841, + "end": 113842, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 104 }, "end": { - "line": 2454, + "line": 2496, "column": 105 } }, @@ -181853,15 +181989,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 111456, - "end": 111457, + "start": 113846, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 109 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, @@ -181883,15 +182019,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -181900,57 +182036,57 @@ }, { "type": "IfStatement", - "start": 111524, - "end": 111599, + "start": 113914, + "end": 113989, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 8 }, "end": { - "line": 2459, + "line": 2501, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 111529, - "end": 111566, + "start": 113919, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 111529, - "end": 111545, + "start": 113919, + "end": 113935, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 29 } }, "object": { "type": "Identifier", - "start": 111529, - "end": 111535, + "start": 113919, + "end": 113925, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 19 }, "identifierName": "_props" @@ -181960,15 +182096,15 @@ }, "property": { "type": "Identifier", - "start": 111536, - "end": 111545, + "start": 113926, + "end": 113935, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 20 }, "end": { - "line": 2457, + "line": 2499, "column": 29 }, "identifierName": "fullwidth" @@ -181981,29 +182117,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 111549, - "end": 111566, + "start": 113939, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 33 }, "end": { - "line": 2457, + "line": 2499, "column": 50 } }, "object": { "type": "Identifier", - "start": 111549, - "end": 111554, + "start": 113939, + "end": 113944, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 33 }, "end": { - "line": 2457, + "line": 2499, "column": 38 }, "identifierName": "_elem" @@ -182012,15 +182148,15 @@ }, "property": { "type": "Identifier", - "start": 111555, - "end": 111566, + "start": 113945, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 39 }, "end": { - "line": 2457, + "line": 2499, "column": 50 }, "identifierName": "scrollWidth" @@ -182033,30 +182169,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 111569, - "end": 111599, + "start": 113959, + "end": 113989, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 53 }, "end": { - "line": 2459, + "line": 2501, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 111583, - "end": 111589, + "start": 113973, + "end": 113979, "loc": { "start": { - "line": 2458, + "line": 2500, "column": 12 }, "end": { - "line": 2458, + "line": 2500, "column": 18 } }, @@ -182070,15 +182206,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -182087,29 +182223,29 @@ }, { "type": "SwitchStatement", - "start": 111617, - "end": 114486, + "start": 114007, + "end": 116876, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 8 }, "end": { - "line": 2529, + "line": 2571, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 111626, - "end": 111630, + "start": 114016, + "end": 114020, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 17 }, "end": { - "line": 2461, + "line": 2503, "column": 21 } }, @@ -182118,59 +182254,59 @@ "cases": [ { "type": "SwitchCase", - "start": 111647, - "end": 111735, + "start": 114037, + "end": 114125, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 12 }, "end": { - "line": 2464, + "line": 2506, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111704, - "end": 111713, + "start": 114094, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, "expression": { "type": "AssignmentExpression", - "start": 111704, - "end": 111713, + "start": 114094, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111704, - "end": 111709, + "start": 114094, + "end": 114099, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 21 }, "identifierName": "_movX" @@ -182179,15 +182315,15 @@ }, "right": { "type": "NumericLiteral", - "start": 111712, - "end": 111713, + "start": 114102, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 24 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, @@ -182201,15 +182337,15 @@ }, { "type": "BreakStatement", - "start": 111730, - "end": 111735, + "start": 114120, + "end": 114125, "loc": { "start": { - "line": 2464, + "line": 2506, "column": 16 }, "end": { - "line": 2464, + "line": 2506, "column": 21 } }, @@ -182218,43 +182354,43 @@ ], "test": { "type": "CallExpression", - "start": 111652, - "end": 111686, + "start": 114042, + "end": 114076, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 111652, - "end": 111674, + "start": 114042, + "end": 114064, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 111652, - "end": 111669, + "start": 114042, + "end": 114059, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 34 } }, @@ -182266,15 +182402,15 @@ }, "property": { "type": "Identifier", - "start": 111670, - "end": 111674, + "start": 114060, + "end": 114064, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 35 }, "end": { - "line": 2462, + "line": 2504, "column": 39 }, "identifierName": "test" @@ -182286,15 +182422,15 @@ "arguments": [ { "type": "Identifier", - "start": 111676, - "end": 111684, + "start": 114066, + "end": 114074, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 41 }, "end": { - "line": 2462, + "line": 2504, "column": 49 }, "identifierName": "position" @@ -182306,59 +182442,59 @@ }, { "type": "SwitchCase", - "start": 111748, - "end": 111889, + "start": 114138, + "end": 114279, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 12 }, "end": { - "line": 2467, + "line": 2509, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111799, - "end": 111867, + "start": 114189, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 111799, - "end": 111867, + "start": 114189, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111799, - "end": 111804, + "start": 114189, + "end": 114194, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 21 }, "identifierName": "_movX" @@ -182367,85 +182503,85 @@ }, "right": { "type": "BinaryExpression", - "start": 111807, - "end": 111867, + "start": 114197, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 24 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 111807, - "end": 111863, + "start": 114197, + "end": 114253, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 24 }, "end": { - "line": 2466, + "line": 2508, "column": 80 } }, "left": { "type": "BinaryExpression", - "start": 111809, - "end": 111857, + "start": 114199, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 111809, - "end": 111837, + "start": 114199, + "end": 114227, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 111809, - "end": 111825, + "start": 114199, + "end": 114215, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 42 } }, "object": { "type": "Identifier", - "start": 111809, - "end": 111822, + "start": 114199, + "end": 114212, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 39 }, "identifierName": "_tl_container" @@ -182454,15 +182590,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111823, - "end": 111824, + "start": 114213, + "end": 114214, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 40 }, "end": { - "line": 2466, + "line": 2508, "column": 41 } }, @@ -182476,15 +182612,15 @@ }, "property": { "type": "Identifier", - "start": 111826, - "end": 111837, + "start": 114216, + "end": 114227, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 43 }, "end": { - "line": 2466, + "line": 2508, "column": 54 }, "identifierName": "scrollWidth" @@ -182496,29 +182632,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 111840, - "end": 111857, + "start": 114230, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 57 }, "end": { - "line": 2466, + "line": 2508, "column": 74 } }, "object": { "type": "Identifier", - "start": 111840, - "end": 111845, + "start": 114230, + "end": 114235, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 57 }, "end": { - "line": 2466, + "line": 2508, "column": 62 }, "identifierName": "_elem" @@ -182527,15 +182663,15 @@ }, "property": { "type": "Identifier", - "start": 111846, - "end": 111857, + "start": 114236, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 63 }, "end": { - "line": 2466, + "line": 2508, "column": 74 }, "identifierName": "scrollWidth" @@ -182546,21 +182682,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 111807 + "parenStart": 114197 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 111862, - "end": 111863, + "start": 114252, + "end": 114253, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 79 }, "end": { - "line": 2466, + "line": 2508, "column": 80 } }, @@ -182574,15 +182710,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 111866, - "end": 111867, + "start": 114256, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 83 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, @@ -182597,15 +182733,15 @@ }, { "type": "BreakStatement", - "start": 111884, - "end": 111889, + "start": 114274, + "end": 114279, "loc": { "start": { - "line": 2467, + "line": 2509, "column": 16 }, "end": { - "line": 2467, + "line": 2509, "column": 21 } }, @@ -182614,43 +182750,43 @@ ], "test": { "type": "CallExpression", - "start": 111753, - "end": 111781, + "start": 114143, + "end": 114171, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 111753, - "end": 111769, + "start": 114143, + "end": 114159, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 111753, - "end": 111764, + "start": 114143, + "end": 114154, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 28 } }, @@ -182662,15 +182798,15 @@ }, "property": { "type": "Identifier", - "start": 111765, - "end": 111769, + "start": 114155, + "end": 114159, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 29 }, "end": { - "line": 2465, + "line": 2507, "column": 33 }, "identifierName": "test" @@ -182682,15 +182818,15 @@ "arguments": [ { "type": "Identifier", - "start": 111771, - "end": 111779, + "start": 114161, + "end": 114169, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 35 }, "end": { - "line": 2465, + "line": 2507, "column": 43 }, "identifierName": "position" @@ -182702,59 +182838,59 @@ }, { "type": "SwitchCase", - "start": 111902, - "end": 112040, + "start": 114292, + "end": 114430, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 12 }, "end": { - "line": 2470, + "line": 2512, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111958, - "end": 112018, + "start": 114348, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 111958, - "end": 112018, + "start": 114348, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111958, - "end": 111963, + "start": 114348, + "end": 114353, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 21 }, "identifierName": "_movX" @@ -182763,71 +182899,71 @@ }, "right": { "type": "BinaryExpression", - "start": 111966, - "end": 112018, + "start": 114356, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "left": { "type": "BinaryExpression", - "start": 111966, - "end": 112014, + "start": 114356, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 111966, - "end": 111994, + "start": 114356, + "end": 114384, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 111966, - "end": 111982, + "start": 114356, + "end": 114372, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 40 } }, "object": { "type": "Identifier", - "start": 111966, - "end": 111979, + "start": 114356, + "end": 114369, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 37 }, "identifierName": "_tl_container" @@ -182836,15 +182972,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111980, - "end": 111981, + "start": 114370, + "end": 114371, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 38 }, "end": { - "line": 2469, + "line": 2511, "column": 39 } }, @@ -182858,15 +182994,15 @@ }, "property": { "type": "Identifier", - "start": 111983, - "end": 111994, + "start": 114373, + "end": 114384, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 41 }, "end": { - "line": 2469, + "line": 2511, "column": 52 }, "identifierName": "scrollWidth" @@ -182878,29 +183014,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 111997, - "end": 112014, + "start": 114387, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 55 }, "end": { - "line": 2469, + "line": 2511, "column": 72 } }, "object": { "type": "Identifier", - "start": 111997, - "end": 112002, + "start": 114387, + "end": 114392, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 55 }, "end": { - "line": 2469, + "line": 2511, "column": 60 }, "identifierName": "_elem" @@ -182909,15 +183045,15 @@ }, "property": { "type": "Identifier", - "start": 112003, - "end": 112014, + "start": 114393, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 61 }, "end": { - "line": 2469, + "line": 2511, "column": 72 }, "identifierName": "scrollWidth" @@ -182930,15 +183066,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 112017, - "end": 112018, + "start": 114407, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 75 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, @@ -182953,15 +183089,15 @@ }, { "type": "BreakStatement", - "start": 112035, - "end": 112040, + "start": 114425, + "end": 114430, "loc": { "start": { - "line": 2470, + "line": 2512, "column": 16 }, "end": { - "line": 2470, + "line": 2512, "column": 21 } }, @@ -182970,43 +183106,43 @@ ], "test": { "type": "CallExpression", - "start": 111907, - "end": 111940, + "start": 114297, + "end": 114330, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 111907, - "end": 111928, + "start": 114297, + "end": 114318, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 111907, - "end": 111923, + "start": 114297, + "end": 114313, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 33 } }, @@ -183018,15 +183154,15 @@ }, "property": { "type": "Identifier", - "start": 111924, - "end": 111928, + "start": 114314, + "end": 114318, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 34 }, "end": { - "line": 2468, + "line": 2510, "column": 38 }, "identifierName": "test" @@ -183038,15 +183174,15 @@ "arguments": [ { "type": "Identifier", - "start": 111930, - "end": 111938, + "start": 114320, + "end": 114328, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 40 }, "end": { - "line": 2468, + "line": 2510, "column": 48 }, "identifierName": "position" @@ -183058,74 +183194,74 @@ }, { "type": "SwitchCase", - "start": 112053, - "end": 112910, + "start": 114443, + "end": 115300, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 12 }, "end": { - "line": 2490, + "line": 2532, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 112088, - "end": 112910, + "start": 114478, + "end": 115300, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 47 }, "end": { - "line": 2490, + "line": 2532, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 112106, - "end": 112238, + "start": 114496, + "end": 114628, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 16 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 112110, - "end": 112179, + "start": 114500, + "end": 114569, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 20 }, "end": { - "line": 2472, + "line": 2514, "column": 89 } }, "id": { "type": "Identifier", - "start": 112110, - "end": 112116, + "start": 114500, + "end": 114506, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 20 }, "end": { - "line": 2472, + "line": 2514, "column": 26 }, "identifierName": "events" @@ -183134,86 +183270,86 @@ }, "init": { "type": "CallExpression", - "start": 112122, - "end": 112179, + "start": 114512, + "end": 114569, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 112122, - "end": 112150, + "start": 114512, + "end": 114540, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 60 } }, "object": { "type": "CallExpression", - "start": 112122, - "end": 112145, + "start": 114512, + "end": 114535, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 112122, - "end": 112143, + "start": 114512, + "end": 114533, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 112122, - "end": 112126, + "start": 114512, + "end": 114516, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 36 } } }, "property": { "type": "Identifier", - "start": 112127, - "end": 112143, + "start": 114517, + "end": 114533, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 37 }, "end": { - "line": 2472, + "line": 2514, "column": 53 }, "identifierName": "_mapPlacedEvents" @@ -183226,15 +183362,15 @@ }, "property": { "type": "Identifier", - "start": 112146, - "end": 112150, + "start": 114536, + "end": 114540, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 56 }, "end": { - "line": 2472, + "line": 2514, "column": 60 }, "identifierName": "sort" @@ -183246,58 +183382,58 @@ "arguments": [ { "type": "CallExpression", - "start": 112152, - "end": 112177, + "start": 114542, + "end": 114567, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 112152, - "end": 112170, + "start": 114542, + "end": 114560, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 80 } }, "object": { "type": "ThisExpression", - "start": 112152, - "end": 112156, + "start": 114542, + "end": 114546, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 66 } } }, "property": { "type": "Identifier", - "start": 112157, - "end": 112170, + "start": 114547, + "end": 114560, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 67 }, "end": { - "line": 2472, + "line": 2514, "column": 80 }, "identifierName": "compareValues" @@ -183309,15 +183445,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 112172, - "end": 112175, + "start": 114562, + "end": 114565, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 82 }, "end": { - "line": 2472, + "line": 2514, "column": 85 } }, @@ -183334,29 +183470,29 @@ }, { "type": "VariableDeclarator", - "start": 112201, - "end": 112238, + "start": 114591, + "end": 114628, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 20 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "id": { "type": "Identifier", - "start": 112201, - "end": 112210, + "start": 114591, + "end": 114600, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 20 }, "end": { - "line": 2473, + "line": 2515, "column": 29 }, "identifierName": "lastEvent" @@ -183365,29 +183501,29 @@ }, "init": { "type": "MemberExpression", - "start": 112213, - "end": 112238, + "start": 114603, + "end": 114628, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 32 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "object": { "type": "Identifier", - "start": 112213, - "end": 112219, + "start": 114603, + "end": 114609, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 32 }, "end": { - "line": 2473, + "line": 2515, "column": 38 }, "identifierName": "events" @@ -183396,43 +183532,43 @@ }, "property": { "type": "BinaryExpression", - "start": 112220, - "end": 112237, + "start": 114610, + "end": 114627, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 112220, - "end": 112233, + "start": 114610, + "end": 114623, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 52 } }, "object": { "type": "Identifier", - "start": 112220, - "end": 112226, + "start": 114610, + "end": 114616, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 45 }, "identifierName": "events" @@ -183441,15 +183577,15 @@ }, "property": { "type": "Identifier", - "start": 112227, - "end": 112233, + "start": 114617, + "end": 114623, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 46 }, "end": { - "line": 2473, + "line": 2515, "column": 52 }, "identifierName": "length" @@ -183461,15 +183597,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 112236, - "end": 112237, + "start": 114626, + "end": 114627, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 55 }, "end": { - "line": 2473, + "line": 2515, "column": 56 } }, @@ -183488,44 +183624,44 @@ }, { "type": "ExpressionStatement", - "start": 112272, - "end": 112326, + "start": 114662, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 112272, - "end": 112326, + "start": 114662, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 112272, - "end": 112277, + "start": 114662, + "end": 114667, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 21 }, "identifierName": "_movX" @@ -183534,29 +183670,29 @@ }, "right": { "type": "ConditionalExpression", - "start": 112280, - "end": 112326, + "start": 114670, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 24 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "test": { "type": "UnaryExpression", - "start": 112280, - "end": 112308, + "start": 114670, + "end": 114698, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 24 }, "end": { - "line": 2475, + "line": 2517, "column": 52 } }, @@ -183564,58 +183700,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 112282, - "end": 112308, + "start": 114672, + "end": 114698, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 112282, - "end": 112295, + "start": 114672, + "end": 114685, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 112282, - "end": 112286, + "start": 114672, + "end": 114676, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 30 } } }, "property": { "type": "Identifier", - "start": 112287, - "end": 112295, + "start": 114677, + "end": 114685, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 31 }, "end": { - "line": 2475, + "line": 2517, "column": 39 }, "identifierName": "is_empty" @@ -183627,15 +183763,15 @@ "arguments": [ { "type": "Identifier", - "start": 112297, - "end": 112306, + "start": 114687, + "end": 114696, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 41 }, "end": { - "line": 2475, + "line": 2517, "column": 50 }, "identifierName": "lastEvent" @@ -183650,29 +183786,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 112311, - "end": 112322, + "start": 114701, + "end": 114712, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 55 }, "end": { - "line": 2475, + "line": 2517, "column": 66 } }, "object": { "type": "Identifier", - "start": 112311, - "end": 112320, + "start": 114701, + "end": 114710, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 55 }, "end": { - "line": 2475, + "line": 2517, "column": 64 }, "identifierName": "lastEvent" @@ -183681,15 +183817,15 @@ }, "property": { "type": "Identifier", - "start": 112321, - "end": 112322, + "start": 114711, + "end": 114712, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 65 }, "end": { - "line": 2475, + "line": 2517, "column": 66 }, "identifierName": "x" @@ -183700,15 +183836,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 112325, - "end": 112326, + "start": 114715, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 69 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, @@ -183728,15 +183864,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -183744,15 +183880,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -183761,71 +183897,71 @@ }, { "type": "IfStatement", - "start": 112455, - "end": 112630, + "start": 114845, + "end": 115020, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 16 }, "end": { - "line": 2483, + "line": 2525, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 112460, - "end": 112489, + "start": 114850, + "end": 114879, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 112460, - "end": 112481, + "start": 114850, + "end": 114871, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 112460, - "end": 112477, + "start": 114850, + "end": 114867, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 38 } }, "object": { "type": "Identifier", - "start": 112460, - "end": 112465, + "start": 114850, + "end": 114855, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 26 }, "identifierName": "_elem" @@ -183835,15 +183971,15 @@ }, "property": { "type": "Identifier", - "start": 112466, - "end": 112477, + "start": 114856, + "end": 114867, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 27 }, "end": { - "line": 2479, + "line": 2521, "column": 38 }, "identifierName": "scrollWidth" @@ -183856,15 +183992,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 112480, - "end": 112481, + "start": 114870, + "end": 114871, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 41 }, "end": { - "line": 2479, + "line": 2521, "column": 42 } }, @@ -183879,15 +184015,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 112484, - "end": 112489, + "start": 114874, + "end": 114879, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 45 }, "end": { - "line": 2479, + "line": 2521, "column": 50 }, "identifierName": "_movX" @@ -183898,59 +184034,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 112492, - "end": 112575, + "start": 114882, + "end": 114965, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 53 }, "end": { - "line": 2481, + "line": 2523, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112514, - "end": 112557, + "start": 114904, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 112514, - "end": 112557, + "start": 114904, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "operator": "-=", "left": { "type": "Identifier", - "start": 112514, - "end": 112519, + "start": 114904, + "end": 114909, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 25 }, "identifierName": "_movX" @@ -183959,43 +184095,43 @@ }, "right": { "type": "CallExpression", - "start": 112523, - "end": 112557, + "start": 114913, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 112523, - "end": 112532, + "start": 114913, + "end": 114922, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 38 } }, "object": { "type": "Identifier", - "start": 112523, - "end": 112527, + "start": 114913, + "end": 114917, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 33 }, "identifierName": "Math" @@ -184004,15 +184140,15 @@ }, "property": { "type": "Identifier", - "start": 112528, - "end": 112532, + "start": 114918, + "end": 114922, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 34 }, "end": { - "line": 2480, + "line": 2522, "column": 38 }, "identifierName": "ceil" @@ -184024,43 +184160,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 112534, - "end": 112555, + "start": 114924, + "end": 114945, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 112534, - "end": 112551, + "start": 114924, + "end": 114941, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 57 } }, "object": { "type": "Identifier", - "start": 112534, - "end": 112539, + "start": 114924, + "end": 114929, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 45 }, "identifierName": "_elem" @@ -184069,15 +184205,15 @@ }, "property": { "type": "Identifier", - "start": 112540, - "end": 112551, + "start": 114930, + "end": 114941, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 46 }, "end": { - "line": 2480, + "line": 2522, "column": 57 }, "identifierName": "scrollWidth" @@ -184089,15 +184225,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 112554, - "end": 112555, + "start": 114944, + "end": 114945, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 60 }, "end": { - "line": 2480, + "line": 2522, "column": 61 } }, @@ -184117,59 +184253,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 112581, - "end": 112630, + "start": 114971, + "end": 115020, "loc": { "start": { - "line": 2481, + "line": 2523, "column": 23 }, "end": { - "line": 2483, + "line": 2525, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112603, - "end": 112612, + "start": 114993, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 112603, - "end": 112612, + "start": 114993, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 112603, - "end": 112608, + "start": 114993, + "end": 114998, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 25 }, "identifierName": "_movX" @@ -184178,15 +184314,15 @@ }, "right": { "type": "NumericLiteral", - "start": 112611, - "end": 112612, + "start": 115001, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 28 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, @@ -184206,15 +184342,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -184222,15 +184358,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -184240,15 +184376,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -184257,29 +184393,29 @@ }, { "type": "IfStatement", - "start": 112702, - "end": 112874, + "start": 115092, + "end": 115264, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 16 }, "end": { - "line": 2488, + "line": 2530, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 112707, - "end": 112735, + "start": 115097, + "end": 115125, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 21 }, "end": { - "line": 2486, + "line": 2528, "column": 49 } }, @@ -184287,43 +184423,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 112709, - "end": 112735, + "start": 115099, + "end": 115125, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 112709, - "end": 112722, + "start": 115099, + "end": 115112, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 112709, - "end": 112713, + "start": 115099, + "end": 115103, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 27 } }, @@ -184331,15 +184467,15 @@ }, "property": { "type": "Identifier", - "start": 112714, - "end": 112722, + "start": 115104, + "end": 115112, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 28 }, "end": { - "line": 2486, + "line": 2528, "column": 36 }, "identifierName": "is_empty" @@ -184352,15 +184488,15 @@ "arguments": [ { "type": "Identifier", - "start": 112724, - "end": 112733, + "start": 115114, + "end": 115123, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 38 }, "end": { - "line": 2486, + "line": 2528, "column": 47 }, "identifierName": "lastEvent" @@ -184377,86 +184513,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 112738, - "end": 112874, + "start": 115128, + "end": 115264, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 52 }, "end": { - "line": 2488, + "line": 2530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112760, - "end": 112856, + "start": 115150, + "end": 115246, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 116 } }, "expression": { "type": "CallExpression", - "start": 112760, - "end": 112856, + "start": 115150, + "end": 115246, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 112760, - "end": 112833, + "start": 115150, + "end": 115223, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 93 } }, "object": { "type": "CallExpression", - "start": 112760, - "end": 112825, + "start": 115150, + "end": 115215, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 85 } }, "callee": { "type": "Identifier", - "start": 112760, - "end": 112761, + "start": 115150, + "end": 115151, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 21 }, "identifierName": "$" @@ -184466,44 +184602,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 112762, - "end": 112824, + "start": 115152, + "end": 115214, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 22 }, "end": { - "line": 2487, + "line": 2529, "column": 84 } }, "expressions": [ { "type": "MemberExpression", - "start": 112765, - "end": 112793, + "start": 115155, + "end": 115183, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 25 }, "end": { - "line": 2487, + "line": 2529, "column": 53 } }, "object": { "type": "Identifier", - "start": 112765, - "end": 112773, + "start": 115155, + "end": 115163, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 25 }, "end": { - "line": 2487, + "line": 2529, "column": 33 }, "identifierName": "Selector" @@ -184512,15 +184648,15 @@ }, "property": { "type": "Identifier", - "start": 112774, - "end": 112793, + "start": 115164, + "end": 115183, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 34 }, "end": { - "line": 2487, + "line": 2529, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -184531,29 +184667,29 @@ }, { "type": "MemberExpression", - "start": 112807, - "end": 112820, + "start": 115197, + "end": 115210, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 67 }, "end": { - "line": 2487, + "line": 2529, "column": 80 } }, "object": { "type": "Identifier", - "start": 112807, - "end": 112816, + "start": 115197, + "end": 115206, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 67 }, "end": { - "line": 2487, + "line": 2529, "column": 76 }, "identifierName": "lastEvent" @@ -184562,15 +184698,15 @@ }, "property": { "type": "Identifier", - "start": 112817, - "end": 112820, + "start": 115207, + "end": 115210, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 77 }, "end": { - "line": 2487, + "line": 2529, "column": 80 }, "identifierName": "uid" @@ -184583,15 +184719,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 112763, - "end": 112763, + "start": 115153, + "end": 115153, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 23 }, "end": { - "line": 2487, + "line": 2529, "column": 23 } }, @@ -184603,15 +184739,15 @@ }, { "type": "TemplateElement", - "start": 112794, - "end": 112805, + "start": 115184, + "end": 115195, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 54 }, "end": { - "line": 2487, + "line": 2529, "column": 65 } }, @@ -184623,15 +184759,15 @@ }, { "type": "TemplateElement", - "start": 112821, - "end": 112823, + "start": 115211, + "end": 115213, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 81 }, "end": { - "line": 2487, + "line": 2529, "column": 83 } }, @@ -184647,15 +184783,15 @@ }, "property": { "type": "Identifier", - "start": 112826, - "end": 112833, + "start": 115216, + "end": 115223, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 86 }, "end": { - "line": 2487, + "line": 2529, "column": 93 }, "identifierName": "trigger" @@ -184667,29 +184803,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 112835, - "end": 112854, + "start": 115225, + "end": 115244, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 95 }, "end": { - "line": 2487, + "line": 2529, "column": 114 } }, "object": { "type": "Identifier", - "start": 112835, - "end": 112840, + "start": 115225, + "end": 115230, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 95 }, "end": { - "line": 2487, + "line": 2529, "column": 100 }, "identifierName": "Event" @@ -184698,15 +184834,15 @@ }, "property": { "type": "Identifier", - "start": 112841, - "end": 112854, + "start": 115231, + "end": 115244, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 101 }, "end": { - "line": 2487, + "line": 2529, "column": 114 }, "identifierName": "FOCUSIN_EVENT" @@ -184726,15 +184862,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -184743,15 +184879,15 @@ }, { "type": "BreakStatement", - "start": 112891, - "end": 112896, + "start": 115281, + "end": 115286, "loc": { "start": { - "line": 2489, + "line": 2531, "column": 16 }, "end": { - "line": 2489, + "line": 2531, "column": 21 } }, @@ -184763,43 +184899,43 @@ ], "test": { "type": "CallExpression", - "start": 112058, - "end": 112086, + "start": 114448, + "end": 114476, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 112058, - "end": 112074, + "start": 114448, + "end": 114464, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 112058, - "end": 112069, + "start": 114448, + "end": 114459, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 28 } }, @@ -184811,15 +184947,15 @@ }, "property": { "type": "Identifier", - "start": 112070, - "end": 112074, + "start": 114460, + "end": 114464, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 29 }, "end": { - "line": 2471, + "line": 2513, "column": 33 }, "identifierName": "test" @@ -184831,15 +184967,15 @@ "arguments": [ { "type": "Identifier", - "start": 112076, - "end": 112084, + "start": 114466, + "end": 114474, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 35 }, "end": { - "line": 2471, + "line": 2513, "column": 43 }, "identifierName": "position" @@ -184851,74 +184987,74 @@ }, { "type": "SwitchCase", - "start": 112923, - "end": 113842, + "start": 115313, + "end": 116232, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 12 }, "end": { - "line": 2512, + "line": 2554, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 112957, - "end": 113842, + "start": 115347, + "end": 116232, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 46 }, "end": { - "line": 2512, + "line": 2554, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 112975, - "end": 113054, + "start": 115365, + "end": 115444, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 16 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 112979, - "end": 113016, + "start": 115369, + "end": 115406, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 20 }, "end": { - "line": 2492, + "line": 2534, "column": 57 } }, "id": { "type": "Identifier", - "start": 112979, - "end": 112985, + "start": 115369, + "end": 115375, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 20 }, "end": { - "line": 2492, + "line": 2534, "column": 26 }, "identifierName": "events" @@ -184927,58 +185063,58 @@ }, "init": { "type": "CallExpression", - "start": 112993, - "end": 113016, + "start": 115383, + "end": 115406, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 112993, - "end": 113014, + "start": 115383, + "end": 115404, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 112993, - "end": 112997, + "start": 115383, + "end": 115387, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 38 } } }, "property": { "type": "Identifier", - "start": 112998, - "end": 113014, + "start": 115388, + "end": 115404, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 39 }, "end": { - "line": 2492, + "line": 2534, "column": 55 }, "identifierName": "_mapPlacedEvents" @@ -184992,29 +185128,29 @@ }, { "type": "VariableDeclarator", - "start": 113038, - "end": 113054, + "start": 115428, + "end": 115444, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 20 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, "id": { "type": "Identifier", - "start": 113038, - "end": 113049, + "start": 115428, + "end": 115439, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 20 }, "end": { - "line": 2493, + "line": 2535, "column": 31 }, "identifierName": "targetEvent" @@ -185023,15 +185159,15 @@ }, "init": { "type": "ObjectExpression", - "start": 113052, - "end": 113054, + "start": 115442, + "end": 115444, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 34 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, @@ -185043,57 +185179,57 @@ }, { "type": "IfStatement", - "start": 113088, - "end": 113232, + "start": 115478, + "end": 115622, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 16 }, "end": { - "line": 2497, + "line": 2539, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 113093, - "end": 113110, + "start": 115483, + "end": 115500, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 113093, - "end": 113106, + "start": 115483, + "end": 115496, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 34 } }, "object": { "type": "Identifier", - "start": 113093, - "end": 113099, + "start": 115483, + "end": 115489, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 27 }, "identifierName": "events" @@ -185102,15 +185238,15 @@ }, "property": { "type": "Identifier", - "start": 113100, - "end": 113106, + "start": 115490, + "end": 115496, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 28 }, "end": { - "line": 2495, + "line": 2537, "column": 34 }, "identifierName": "length" @@ -185122,15 +185258,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 113109, - "end": 113110, + "start": 115499, + "end": 115500, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 37 }, "end": { - "line": 2495, + "line": 2537, "column": 38 } }, @@ -185143,59 +185279,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 113113, - "end": 113232, + "start": 115503, + "end": 115622, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 41 }, "end": { - "line": 2497, + "line": 2539, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113135, - "end": 113214, + "start": 115525, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 113135, - "end": 113214, + "start": 115525, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113135, - "end": 113146, + "start": 115525, + "end": 115536, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 31 }, "identifierName": "targetEvent" @@ -185204,43 +185340,43 @@ }, "right": { "type": "CallExpression", - "start": 113149, - "end": 113214, + "start": 115539, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 113149, - "end": 113160, + "start": 115539, + "end": 115550, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 45 } }, "object": { "type": "Identifier", - "start": 113149, - "end": 113155, + "start": 115539, + "end": 115545, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 40 }, "identifierName": "events" @@ -185249,15 +185385,15 @@ }, "property": { "type": "Identifier", - "start": 113156, - "end": 113160, + "start": 115546, + "end": 115550, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 41 }, "end": { - "line": 2496, + "line": 2538, "column": 45 }, "identifierName": "find" @@ -185269,15 +185405,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 113162, - "end": 113212, + "start": 115552, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 47 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, @@ -185288,15 +185424,15 @@ "params": [ { "type": "Identifier", - "start": 113164, - "end": 113167, + "start": 115554, + "end": 115557, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 49 }, "end": { - "line": 2496, + "line": 2538, "column": 52 }, "identifierName": "evt" @@ -185306,43 +185442,43 @@ ], "body": { "type": "BinaryExpression", - "start": 113173, - "end": 113212, + "start": 115563, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, "left": { "type": "MemberExpression", - "start": 113173, - "end": 113184, + "start": 115563, + "end": 115574, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 69 } }, "object": { "type": "Identifier", - "start": 113173, - "end": 113176, + "start": 115563, + "end": 115566, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 61 }, "identifierName": "evt" @@ -185351,15 +185487,15 @@ }, "property": { "type": "Identifier", - "start": 113177, - "end": 113184, + "start": 115567, + "end": 115574, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 62 }, "end": { - "line": 2496, + "line": 2538, "column": 69 }, "identifierName": "eventId" @@ -185371,29 +185507,29 @@ "operator": "==", "right": { "type": "CallExpression", - "start": 113188, - "end": 113212, + "start": 115578, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 73 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, "callee": { "type": "Identifier", - "start": 113188, - "end": 113196, + "start": 115578, + "end": 115586, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 73 }, "end": { - "line": 2496, + "line": 2538, "column": 81 }, "identifierName": "parseInt" @@ -185403,15 +185539,15 @@ "arguments": [ { "type": "Identifier", - "start": 113198, - "end": 113206, + "start": 115588, + "end": 115596, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 83 }, "end": { - "line": 2496, + "line": 2538, "column": 91 }, "identifierName": "position" @@ -185420,15 +185556,15 @@ }, { "type": "NumericLiteral", - "start": 113208, - "end": 113210, + "start": 115598, + "end": 115600, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 93 }, "end": { - "line": 2496, + "line": 2538, "column": 95 } }, @@ -185453,44 +185589,44 @@ }, { "type": "ExpressionStatement", - "start": 113249, - "end": 113307, + "start": 115639, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 113249, - "end": 113307, + "start": 115639, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113249, - "end": 113254, + "start": 115639, + "end": 115644, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 21 }, "identifierName": "_movX" @@ -185499,29 +185635,29 @@ }, "right": { "type": "ConditionalExpression", - "start": 113257, - "end": 113307, + "start": 115647, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 24 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "test": { "type": "UnaryExpression", - "start": 113257, - "end": 113287, + "start": 115647, + "end": 115677, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 24 }, "end": { - "line": 2498, + "line": 2540, "column": 54 } }, @@ -185529,58 +185665,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 113259, - "end": 113287, + "start": 115649, + "end": 115677, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 113259, - "end": 113272, + "start": 115649, + "end": 115662, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 113259, - "end": 113263, + "start": 115649, + "end": 115653, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 30 } } }, "property": { "type": "Identifier", - "start": 113264, - "end": 113272, + "start": 115654, + "end": 115662, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 31 }, "end": { - "line": 2498, + "line": 2540, "column": 39 }, "identifierName": "is_empty" @@ -185592,15 +185728,15 @@ "arguments": [ { "type": "Identifier", - "start": 113274, - "end": 113285, + "start": 115664, + "end": 115675, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 41 }, "end": { - "line": 2498, + "line": 2540, "column": 52 }, "identifierName": "targetEvent" @@ -185615,29 +185751,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 113290, - "end": 113303, + "start": 115680, + "end": 115693, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 57 }, "end": { - "line": 2498, + "line": 2540, "column": 70 } }, "object": { "type": "Identifier", - "start": 113290, - "end": 113301, + "start": 115680, + "end": 115691, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 57 }, "end": { - "line": 2498, + "line": 2540, "column": 68 }, "identifierName": "targetEvent" @@ -185646,15 +185782,15 @@ }, "property": { "type": "Identifier", - "start": 113302, - "end": 113303, + "start": 115692, + "end": 115693, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 69 }, "end": { - "line": 2498, + "line": 2540, "column": 70 }, "identifierName": "x" @@ -185665,15 +185801,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 113306, - "end": 113307, + "start": 115696, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 73 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, @@ -185693,15 +185829,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -185710,71 +185846,71 @@ }, { "type": "IfStatement", - "start": 113370, - "end": 113558, + "start": 115760, + "end": 115948, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 16 }, "end": { - "line": 2505, + "line": 2547, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 113375, - "end": 113417, + "start": 115765, + "end": 115807, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 63 } }, "left": { "type": "CallExpression", - "start": 113375, - "end": 113409, + "start": 115765, + "end": 115799, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 113375, - "end": 113384, + "start": 115765, + "end": 115774, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 30 } }, "object": { "type": "Identifier", - "start": 113375, - "end": 113379, + "start": 115765, + "end": 115769, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 25 }, "identifierName": "Math" @@ -185784,15 +185920,15 @@ }, "property": { "type": "Identifier", - "start": 113380, - "end": 113384, + "start": 115770, + "end": 115774, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 26 }, "end": { - "line": 2501, + "line": 2543, "column": 30 }, "identifierName": "ceil" @@ -185805,43 +185941,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 113386, - "end": 113407, + "start": 115776, + "end": 115797, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 113386, - "end": 113403, + "start": 115776, + "end": 115793, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 49 } }, "object": { "type": "Identifier", - "start": 113386, - "end": 113391, + "start": 115776, + "end": 115781, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 37 }, "identifierName": "_elem" @@ -185850,15 +185986,15 @@ }, "property": { "type": "Identifier", - "start": 113392, - "end": 113403, + "start": 115782, + "end": 115793, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 38 }, "end": { - "line": 2501, + "line": 2543, "column": 49 }, "identifierName": "scrollWidth" @@ -185870,15 +186006,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 113406, - "end": 113407, + "start": 115796, + "end": 115797, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 52 }, "end": { - "line": 2501, + "line": 2543, "column": 53 } }, @@ -185895,15 +186031,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 113412, - "end": 113417, + "start": 115802, + "end": 115807, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 58 }, "end": { - "line": 2501, + "line": 2543, "column": 63 }, "identifierName": "_movX" @@ -185914,59 +186050,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 113420, - "end": 113503, + "start": 115810, + "end": 115893, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 66 }, "end": { - "line": 2503, + "line": 2545, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113442, - "end": 113485, + "start": 115832, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 113442, - "end": 113485, + "start": 115832, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "operator": "-=", "left": { "type": "Identifier", - "start": 113442, - "end": 113447, + "start": 115832, + "end": 115837, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 25 }, "identifierName": "_movX" @@ -185975,43 +186111,43 @@ }, "right": { "type": "CallExpression", - "start": 113451, - "end": 113485, + "start": 115841, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 113451, - "end": 113460, + "start": 115841, + "end": 115850, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 38 } }, "object": { "type": "Identifier", - "start": 113451, - "end": 113455, + "start": 115841, + "end": 115845, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 33 }, "identifierName": "Math" @@ -186020,15 +186156,15 @@ }, "property": { "type": "Identifier", - "start": 113456, - "end": 113460, + "start": 115846, + "end": 115850, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 34 }, "end": { - "line": 2502, + "line": 2544, "column": 38 }, "identifierName": "ceil" @@ -186040,43 +186176,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 113462, - "end": 113483, + "start": 115852, + "end": 115873, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 113462, - "end": 113479, + "start": 115852, + "end": 115869, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 57 } }, "object": { "type": "Identifier", - "start": 113462, - "end": 113467, + "start": 115852, + "end": 115857, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 45 }, "identifierName": "_elem" @@ -186085,15 +186221,15 @@ }, "property": { "type": "Identifier", - "start": 113468, - "end": 113479, + "start": 115858, + "end": 115869, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 46 }, "end": { - "line": 2502, + "line": 2544, "column": 57 }, "identifierName": "scrollWidth" @@ -186105,15 +186241,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 113482, - "end": 113483, + "start": 115872, + "end": 115873, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 60 }, "end": { - "line": 2502, + "line": 2544, "column": 61 } }, @@ -186133,59 +186269,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 113509, - "end": 113558, + "start": 115899, + "end": 115948, "loc": { "start": { - "line": 2503, + "line": 2545, "column": 23 }, "end": { - "line": 2505, + "line": 2547, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113531, - "end": 113540, + "start": 115921, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 113531, - "end": 113540, + "start": 115921, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113531, - "end": 113536, + "start": 115921, + "end": 115926, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 25 }, "identifierName": "_movX" @@ -186194,15 +186330,15 @@ }, "right": { "type": "NumericLiteral", - "start": 113539, - "end": 113540, + "start": 115929, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 28 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, @@ -186222,15 +186358,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -186240,15 +186376,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -186257,29 +186393,29 @@ }, { "type": "IfStatement", - "start": 113630, - "end": 113806, + "start": 116020, + "end": 116196, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 16 }, "end": { - "line": 2510, + "line": 2552, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 113635, - "end": 113665, + "start": 116025, + "end": 116055, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 21 }, "end": { - "line": 2508, + "line": 2550, "column": 51 } }, @@ -186287,43 +186423,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 113637, - "end": 113665, + "start": 116027, + "end": 116055, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 113637, - "end": 113650, + "start": 116027, + "end": 116040, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 113637, - "end": 113641, + "start": 116027, + "end": 116031, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 27 } }, @@ -186331,15 +186467,15 @@ }, "property": { "type": "Identifier", - "start": 113642, - "end": 113650, + "start": 116032, + "end": 116040, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 28 }, "end": { - "line": 2508, + "line": 2550, "column": 36 }, "identifierName": "is_empty" @@ -186352,15 +186488,15 @@ "arguments": [ { "type": "Identifier", - "start": 113652, - "end": 113663, + "start": 116042, + "end": 116053, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 38 }, "end": { - "line": 2508, + "line": 2550, "column": 49 }, "identifierName": "targetEvent" @@ -186377,86 +186513,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 113668, - "end": 113806, + "start": 116058, + "end": 116196, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 54 }, "end": { - "line": 2510, + "line": 2552, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113690, - "end": 113788, + "start": 116080, + "end": 116178, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 118 } }, "expression": { "type": "CallExpression", - "start": 113690, - "end": 113788, + "start": 116080, + "end": 116178, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 113690, - "end": 113765, + "start": 116080, + "end": 116155, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 95 } }, "object": { "type": "CallExpression", - "start": 113690, - "end": 113757, + "start": 116080, + "end": 116147, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 87 } }, "callee": { "type": "Identifier", - "start": 113690, - "end": 113691, + "start": 116080, + "end": 116081, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 21 }, "identifierName": "$" @@ -186466,44 +186602,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 113692, - "end": 113756, + "start": 116082, + "end": 116146, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 22 }, "end": { - "line": 2509, + "line": 2551, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 113695, - "end": 113723, + "start": 116085, + "end": 116113, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 25 }, "end": { - "line": 2509, + "line": 2551, "column": 53 } }, "object": { "type": "Identifier", - "start": 113695, - "end": 113703, + "start": 116085, + "end": 116093, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 25 }, "end": { - "line": 2509, + "line": 2551, "column": 33 }, "identifierName": "Selector" @@ -186512,15 +186648,15 @@ }, "property": { "type": "Identifier", - "start": 113704, - "end": 113723, + "start": 116094, + "end": 116113, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 34 }, "end": { - "line": 2509, + "line": 2551, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -186531,29 +186667,29 @@ }, { "type": "MemberExpression", - "start": 113737, - "end": 113752, + "start": 116127, + "end": 116142, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 67 }, "end": { - "line": 2509, + "line": 2551, "column": 82 } }, "object": { "type": "Identifier", - "start": 113737, - "end": 113748, + "start": 116127, + "end": 116138, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 67 }, "end": { - "line": 2509, + "line": 2551, "column": 78 }, "identifierName": "targetEvent" @@ -186562,15 +186698,15 @@ }, "property": { "type": "Identifier", - "start": 113749, - "end": 113752, + "start": 116139, + "end": 116142, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 79 }, "end": { - "line": 2509, + "line": 2551, "column": 82 }, "identifierName": "uid" @@ -186583,15 +186719,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 113693, - "end": 113693, + "start": 116083, + "end": 116083, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 23 }, "end": { - "line": 2509, + "line": 2551, "column": 23 } }, @@ -186603,15 +186739,15 @@ }, { "type": "TemplateElement", - "start": 113724, - "end": 113735, + "start": 116114, + "end": 116125, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 54 }, "end": { - "line": 2509, + "line": 2551, "column": 65 } }, @@ -186623,15 +186759,15 @@ }, { "type": "TemplateElement", - "start": 113753, - "end": 113755, + "start": 116143, + "end": 116145, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 83 }, "end": { - "line": 2509, + "line": 2551, "column": 85 } }, @@ -186647,15 +186783,15 @@ }, "property": { "type": "Identifier", - "start": 113758, - "end": 113765, + "start": 116148, + "end": 116155, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 88 }, "end": { - "line": 2509, + "line": 2551, "column": 95 }, "identifierName": "trigger" @@ -186667,29 +186803,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 113767, - "end": 113786, + "start": 116157, + "end": 116176, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 97 }, "end": { - "line": 2509, + "line": 2551, "column": 116 } }, "object": { "type": "Identifier", - "start": 113767, - "end": 113772, + "start": 116157, + "end": 116162, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 97 }, "end": { - "line": 2509, + "line": 2551, "column": 102 }, "identifierName": "Event" @@ -186698,15 +186834,15 @@ }, "property": { "type": "Identifier", - "start": 113773, - "end": 113786, + "start": 116163, + "end": 116176, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 103 }, "end": { - "line": 2509, + "line": 2551, "column": 116 }, "identifierName": "FOCUSIN_EVENT" @@ -186726,15 +186862,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -186743,15 +186879,15 @@ }, { "type": "BreakStatement", - "start": 113823, - "end": 113828, + "start": 116213, + "end": 116218, "loc": { "start": { - "line": 2511, + "line": 2553, "column": 16 }, "end": { - "line": 2511, + "line": 2553, "column": 21 } }, @@ -186763,43 +186899,43 @@ ], "test": { "type": "CallExpression", - "start": 112928, - "end": 112955, + "start": 115318, + "end": 115345, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 112928, - "end": 112943, + "start": 115318, + "end": 115333, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 112928, - "end": 112938, + "start": 115318, + "end": 115328, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 27 } }, @@ -186811,15 +186947,15 @@ }, "property": { "type": "Identifier", - "start": 112939, - "end": 112943, + "start": 115329, + "end": 115333, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 28 }, "end": { - "line": 2491, + "line": 2533, "column": 32 }, "identifierName": "test" @@ -186831,15 +186967,15 @@ "arguments": [ { "type": "Identifier", - "start": 112945, - "end": 112953, + "start": 115335, + "end": 115343, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 34 }, "end": { - "line": 2491, + "line": 2533, "column": 42 }, "identifierName": "position" @@ -186851,58 +186987,58 @@ }, { "type": "SwitchCase", - "start": 113855, - "end": 113899, + "start": 116245, + "end": 116289, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 12 }, "end": { - "line": 2513, + "line": 2555, "column": 56 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 113860, - "end": 113898, + "start": 116250, + "end": 116288, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 113860, - "end": 113886, + "start": 116250, + "end": 116276, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 113860, - "end": 113881, + "start": 116250, + "end": 116271, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 38 } }, @@ -186914,15 +187050,15 @@ }, "property": { "type": "Identifier", - "start": 113882, - "end": 113886, + "start": 116272, + "end": 116276, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 39 }, "end": { - "line": 2513, + "line": 2555, "column": 43 }, "identifierName": "test" @@ -186934,15 +187070,15 @@ "arguments": [ { "type": "Identifier", - "start": 113888, - "end": 113896, + "start": 116278, + "end": 116286, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 45 }, "end": { - "line": 2513, + "line": 2555, "column": 53 }, "identifierName": "position" @@ -186954,74 +187090,74 @@ }, { "type": "SwitchCase", - "start": 113912, - "end": 114476, + "start": 116302, + "end": 116866, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 12 }, "end": { - "line": 2528, + "line": 2570, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 113921, - "end": 114476, + "start": 116311, + "end": 116866, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 21 }, "end": { - "line": 2528, + "line": 2570, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 113939, - "end": 114050, + "start": 116329, + "end": 116440, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 16 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 113943, - "end": 113972, + "start": 116333, + "end": 116362, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 20 }, "end": { - "line": 2515, + "line": 2557, "column": 49 } }, "id": { "type": "Identifier", - "start": 113943, - "end": 113947, + "start": 116333, + "end": 116337, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 20 }, "end": { - "line": 2515, + "line": 2557, "column": 24 }, "identifierName": "_now" @@ -187030,57 +187166,57 @@ }, "init": { "type": "CallExpression", - "start": 113951, - "end": 113972, + "start": 116341, + "end": 116362, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 113951, - "end": 113970, + "start": 116341, + "end": 116360, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 47 } }, "object": { "type": "NewExpression", - "start": 113951, - "end": 113961, + "start": 116341, + "end": 116351, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 38 } }, "callee": { "type": "Identifier", - "start": 113955, - "end": 113959, + "start": 116345, + "end": 116349, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 32 }, "end": { - "line": 2515, + "line": 2557, "column": 36 }, "identifierName": "Date" @@ -187091,15 +187227,15 @@ }, "property": { "type": "Identifier", - "start": 113962, - "end": 113970, + "start": 116352, + "end": 116360, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 39 }, "end": { - "line": 2515, + "line": 2557, "column": 47 }, "identifierName": "toString" @@ -187113,29 +187249,29 @@ }, { "type": "VariableDeclarator", - "start": 113994, - "end": 114050, + "start": 116384, + "end": 116440, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 20 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "id": { "type": "Identifier", - "start": 113994, - "end": 113999, + "start": 116384, + "end": 116389, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 20 }, "end": { - "line": 2516, + "line": 2558, "column": 25 }, "identifierName": "_nowX" @@ -187144,58 +187280,58 @@ }, "init": { "type": "CallExpression", - "start": 114002, - "end": 114050, + "start": 116392, + "end": 116440, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 114002, - "end": 114015, + "start": 116392, + "end": 116405, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 114002, - "end": 114006, + "start": 116392, + "end": 116396, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 32 } } }, "property": { "type": "Identifier", - "start": 114007, - "end": 114015, + "start": 116397, + "end": 116405, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 33 }, "end": { - "line": 2516, + "line": 2558, "column": 41 }, "identifierName": "numRound" @@ -187207,58 +187343,58 @@ "arguments": [ { "type": "CallExpression", - "start": 114017, - "end": 114045, + "start": 116407, + "end": 116435, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 114017, - "end": 114037, + "start": 116407, + "end": 116427, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 114017, - "end": 114021, + "start": 116407, + "end": 116411, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 47 } } }, "property": { "type": "Identifier", - "start": 114022, - "end": 114037, + "start": 116412, + "end": 116427, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 48 }, "end": { - "line": 2516, + "line": 2558, "column": 63 }, "identifierName": "_getCoordinateX" @@ -187270,15 +187406,15 @@ "arguments": [ { "type": "Identifier", - "start": 114039, - "end": 114043, + "start": 116429, + "end": 116433, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 65 }, "end": { - "line": 2516, + "line": 2558, "column": 69 }, "identifierName": "_now" @@ -187289,15 +187425,15 @@ }, { "type": "NumericLiteral", - "start": 114047, - "end": 114048, + "start": 116437, + "end": 116438, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 73 }, "end": { - "line": 2516, + "line": 2558, "column": 74 } }, @@ -187315,43 +187451,43 @@ }, { "type": "IfStatement", - "start": 114084, - "end": 114440, + "start": 116474, + "end": 116830, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 16 }, "end": { - "line": 2526, + "line": 2568, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 114089, - "end": 114099, + "start": 116479, + "end": 116489, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 21 }, "end": { - "line": 2518, + "line": 2560, "column": 31 } }, "left": { "type": "Identifier", - "start": 114089, - "end": 114094, + "start": 116479, + "end": 116484, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 21 }, "end": { - "line": 2518, + "line": 2560, "column": 26 }, "identifierName": "_nowX" @@ -187361,15 +187497,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 114098, - "end": 114099, + "start": 116488, + "end": 116489, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 30 }, "end": { - "line": 2518, + "line": 2560, "column": 31 } }, @@ -187382,114 +187518,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 114102, - "end": 114385, + "start": 116492, + "end": 116775, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 34 }, "end": { - "line": 2524, + "line": 2566, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 114124, - "end": 114367, + "start": 116514, + "end": 116757, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 20 }, "end": { - "line": 2523, + "line": 2565, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 114129, - "end": 114189, + "start": 116519, + "end": 116579, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 114129, - "end": 114181, + "start": 116519, + "end": 116571, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 114129, - "end": 114177, + "start": 116519, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 114129, - "end": 114157, + "start": 116519, + "end": 116547, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 114129, - "end": 114145, + "start": 116519, + "end": 116535, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 41 } }, "object": { "type": "Identifier", - "start": 114129, - "end": 114142, + "start": 116519, + "end": 116532, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 38 }, "identifierName": "_tl_container" @@ -187498,15 +187634,15 @@ }, "property": { "type": "NumericLiteral", - "start": 114143, - "end": 114144, + "start": 116533, + "end": 116534, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 39 }, "end": { - "line": 2519, + "line": 2561, "column": 40 } }, @@ -187520,15 +187656,15 @@ }, "property": { "type": "Identifier", - "start": 114146, - "end": 114157, + "start": 116536, + "end": 116547, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 42 }, "end": { - "line": 2519, + "line": 2561, "column": 53 }, "identifierName": "scrollWidth" @@ -187540,29 +187676,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 114160, - "end": 114177, + "start": 116550, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 56 }, "end": { - "line": 2519, + "line": 2561, "column": 73 } }, "object": { "type": "Identifier", - "start": 114160, - "end": 114165, + "start": 116550, + "end": 116555, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 56 }, "end": { - "line": 2519, + "line": 2561, "column": 61 }, "identifierName": "_elem" @@ -187571,15 +187707,15 @@ }, "property": { "type": "Identifier", - "start": 114166, - "end": 114177, + "start": 116556, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 62 }, "end": { - "line": 2519, + "line": 2561, "column": 73 }, "identifierName": "scrollWidth" @@ -187592,15 +187728,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 114180, - "end": 114181, + "start": 116570, + "end": 116571, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 76 }, "end": { - "line": 2519, + "line": 2561, "column": 77 } }, @@ -187614,15 +187750,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 114184, - "end": 114189, + "start": 116574, + "end": 116579, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 80 }, "end": { - "line": 2519, + "line": 2561, "column": 85 }, "identifierName": "_nowX" @@ -187632,59 +187768,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 114192, - "end": 114300, + "start": 116582, + "end": 116690, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 88 }, "end": { - "line": 2521, + "line": 2563, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 114218, - "end": 114278, + "start": 116608, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 114218, - "end": 114278, + "start": 116608, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114218, - "end": 114223, + "start": 116608, + "end": 116613, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 29 }, "identifierName": "_movX" @@ -187693,71 +187829,71 @@ }, "right": { "type": "BinaryExpression", - "start": 114226, - "end": 114278, + "start": 116616, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 114226, - "end": 114274, + "start": 116616, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 80 } }, "left": { "type": "MemberExpression", - "start": 114226, - "end": 114254, + "start": 116616, + "end": 116644, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 114226, - "end": 114242, + "start": 116616, + "end": 116632, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 48 } }, "object": { "type": "Identifier", - "start": 114226, - "end": 114239, + "start": 116616, + "end": 116629, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 45 }, "identifierName": "_tl_container" @@ -187766,15 +187902,15 @@ }, "property": { "type": "NumericLiteral", - "start": 114240, - "end": 114241, + "start": 116630, + "end": 116631, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 46 }, "end": { - "line": 2520, + "line": 2562, "column": 47 } }, @@ -187788,15 +187924,15 @@ }, "property": { "type": "Identifier", - "start": 114243, - "end": 114254, + "start": 116633, + "end": 116644, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 49 }, "end": { - "line": 2520, + "line": 2562, "column": 60 }, "identifierName": "scrollWidth" @@ -187808,29 +187944,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 114257, - "end": 114274, + "start": 116647, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 63 }, "end": { - "line": 2520, + "line": 2562, "column": 80 } }, "object": { "type": "Identifier", - "start": 114257, - "end": 114262, + "start": 116647, + "end": 116652, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 63 }, "end": { - "line": 2520, + "line": 2562, "column": 68 }, "identifierName": "_elem" @@ -187839,15 +187975,15 @@ }, "property": { "type": "Identifier", - "start": 114263, - "end": 114274, + "start": 116653, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 69 }, "end": { - "line": 2520, + "line": 2562, "column": 80 }, "identifierName": "scrollWidth" @@ -187860,15 +187996,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 114277, - "end": 114278, + "start": 116667, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 83 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, @@ -187886,59 +188022,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 114306, - "end": 114367, + "start": 116696, + "end": 116757, "loc": { "start": { - "line": 2521, + "line": 2563, "column": 27 }, "end": { - "line": 2523, + "line": 2565, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 114332, - "end": 114345, + "start": 116722, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 114332, - "end": 114345, + "start": 116722, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114332, - "end": 114337, + "start": 116722, + "end": 116727, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 29 }, "identifierName": "_movX" @@ -187947,15 +188083,15 @@ }, "right": { "type": "Identifier", - "start": 114340, - "end": 114345, + "start": 116730, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 32 }, "end": { - "line": 2522, + "line": 2564, "column": 37 }, "identifierName": "_nowX" @@ -187973,59 +188109,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 114391, - "end": 114440, + "start": 116781, + "end": 116830, "loc": { "start": { - "line": 2524, + "line": 2566, "column": 23 }, "end": { - "line": 2526, + "line": 2568, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 114413, - "end": 114422, + "start": 116803, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 114413, - "end": 114422, + "start": 116803, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114413, - "end": 114418, + "start": 116803, + "end": 116808, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 25 }, "identifierName": "_movX" @@ -188034,15 +188170,15 @@ }, "right": { "type": "NumericLiteral", - "start": 114421, - "end": 114422, + "start": 116811, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 28 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, @@ -188060,15 +188196,15 @@ }, { "type": "BreakStatement", - "start": 114457, - "end": 114462, + "start": 116847, + "end": 116852, "loc": { "start": { - "line": 2527, + "line": 2569, "column": 16 }, "end": { - "line": 2527, + "line": 2569, "column": 21 } }, @@ -188085,15 +188221,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -188102,43 +188238,43 @@ }, { "type": "IfStatement", - "start": 114644, - "end": 114810, + "start": 117034, + "end": 117200, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 8 }, "end": { - "line": 2535, + "line": 2577, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 114649, - "end": 114665, + "start": 117039, + "end": 117055, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 13 }, "end": { - "line": 2531, + "line": 2573, "column": 29 } }, "left": { "type": "Identifier", - "start": 114649, - "end": 114657, + "start": 117039, + "end": 117047, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 13 }, "end": { - "line": 2531, + "line": 2573, "column": 21 }, "identifierName": "duration" @@ -188149,15 +188285,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 114662, - "end": 114665, + "start": 117052, + "end": 117055, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 26 }, "end": { - "line": 2531, + "line": 2573, "column": 29 } }, @@ -188171,72 +188307,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 114668, - "end": 114725, + "start": 117058, + "end": 117115, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 32 }, "end": { - "line": 2533, + "line": 2575, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 114682, - "end": 114715, + "start": 117072, + "end": 117105, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 114682, - "end": 114715, + "start": 117072, + "end": 117105, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 114682, - "end": 114706, + "start": 117072, + "end": 117096, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 36 } }, "object": { "type": "Identifier", - "start": 114682, - "end": 114695, + "start": 117072, + "end": 117085, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 25 }, "identifierName": "_tl_container" @@ -188245,15 +188381,15 @@ }, "property": { "type": "Identifier", - "start": 114696, - "end": 114706, + "start": 117086, + "end": 117096, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 26 }, "end": { - "line": 2532, + "line": 2574, "column": 36 }, "identifierName": "scrollLeft" @@ -188265,15 +188401,15 @@ "arguments": [ { "type": "Identifier", - "start": 114708, - "end": 114713, + "start": 117098, + "end": 117103, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 38 }, "end": { - "line": 2532, + "line": 2574, "column": 43 }, "identifierName": "_movX" @@ -188288,72 +188424,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 114731, - "end": 114810, + "start": 117121, + "end": 117200, "loc": { "start": { - "line": 2533, + "line": 2575, "column": 15 }, "end": { - "line": 2535, + "line": 2577, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 114745, - "end": 114800, + "start": 117135, + "end": 117190, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 114745, - "end": 114800, + "start": 117135, + "end": 117190, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 114745, - "end": 114766, + "start": 117135, + "end": 117156, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 33 } }, "object": { "type": "Identifier", - "start": 114745, - "end": 114758, + "start": 117135, + "end": 117148, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 25 }, "identifierName": "_tl_container" @@ -188362,15 +188498,15 @@ }, "property": { "type": "Identifier", - "start": 114759, - "end": 114766, + "start": 117149, + "end": 117156, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 26 }, "end": { - "line": 2534, + "line": 2576, "column": 33 }, "identifierName": "animate" @@ -188382,30 +188518,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 114767, - "end": 114788, + "start": 117157, + "end": 117178, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 34 }, "end": { - "line": 2534, + "line": 2576, "column": 55 } }, "properties": [ { "type": "ObjectProperty", - "start": 114769, - "end": 114786, + "start": 117159, + "end": 117176, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 36 }, "end": { - "line": 2534, + "line": 2576, "column": 53 } }, @@ -188414,15 +188550,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 114769, - "end": 114779, + "start": 117159, + "end": 117169, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 36 }, "end": { - "line": 2534, + "line": 2576, "column": 46 }, "identifierName": "scrollLeft" @@ -188431,15 +188567,15 @@ }, "value": { "type": "Identifier", - "start": 114781, - "end": 114786, + "start": 117171, + "end": 117176, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 48 }, "end": { - "line": 2534, + "line": 2576, "column": 53 }, "identifierName": "_movX" @@ -188451,15 +188587,15 @@ }, { "type": "Identifier", - "start": 114790, - "end": 114798, + "start": 117180, + "end": 117188, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 57 }, "end": { - "line": 2534, + "line": 2576, "column": 65 }, "identifierName": "duration" @@ -188476,15 +188612,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -188499,15 +188635,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -188517,15 +188653,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -188534,15 +188670,15 @@ }, { "type": "ClassMethod", - "start": 114913, - "end": 115042, + "start": 117303, + "end": 117432, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 4 }, "end": { - "line": 2543, + "line": 2585, "column": 5 } }, @@ -188550,15 +188686,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 114913, - "end": 114923, + "start": 117303, + "end": 117313, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 4 }, "end": { - "line": 2541, + "line": 2583, "column": 14 }, "identifierName": "getOptions" @@ -188574,58 +188710,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 114926, - "end": 115042, + "start": 117316, + "end": 117432, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 17 }, "end": { - "line": 2543, + "line": 2585, "column": 5 } }, "body": [ { "type": "ThrowStatement", - "start": 114936, - "end": 115036, + "start": 117326, + "end": 117426, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 8 }, "end": { - "line": 2542, + "line": 2584, "column": 108 } }, "argument": { "type": "NewExpression", - "start": 114942, - "end": 115036, + "start": 117332, + "end": 117426, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 14 }, "end": { - "line": 2542, + "line": 2584, "column": 108 } }, "callee": { "type": "Identifier", - "start": 114946, - "end": 114960, + "start": 117336, + "end": 117350, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 18 }, "end": { - "line": 2542, + "line": 2584, "column": 32 }, "identifierName": "ReferenceError" @@ -188635,15 +188771,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 114962, - "end": 115034, + "start": 117352, + "end": 117424, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 34 }, "end": { - "line": 2542, + "line": 2584, "column": 106 } }, @@ -188664,15 +188800,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -188682,15 +188818,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -188699,15 +188835,15 @@ }, { "type": "ClassMethod", - "start": 115304, - "end": 117063, + "start": 117694, + "end": 119453, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 4 }, "end": { - "line": 2596, + "line": 2638, "column": 5 } }, @@ -188715,15 +188851,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 115304, - "end": 115312, + "start": 117694, + "end": 117702, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 4 }, "end": { - "line": 2551, + "line": 2593, "column": 12 }, "identifierName": "addEvent" @@ -188739,29 +188875,29 @@ "params": [ { "type": "RestElement", - "start": 115314, - "end": 115321, + "start": 117704, + "end": 117711, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 14 }, "end": { - "line": 2551, + "line": 2593, "column": 21 } }, "argument": { "type": "Identifier", - "start": 115317, - "end": 115321, + "start": 117707, + "end": 117711, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 17 }, "end": { - "line": 2551, + "line": 2593, "column": 21 }, "identifierName": "args" @@ -188772,87 +188908,87 @@ ], "body": { "type": "BlockStatement", - "start": 115324, - "end": 117063, + "start": 117714, + "end": 119453, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 24 }, "end": { - "line": 2596, + "line": 2638, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 115334, - "end": 115359, + "start": 117724, + "end": 117749, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 115334, - "end": 115359, + "start": 117724, + "end": 117749, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 115334, - "end": 115345, + "start": 117724, + "end": 117735, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 115334, - "end": 115338, + "start": 117724, + "end": 117728, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 12 } } }, "property": { "type": "Identifier", - "start": 115339, - "end": 115345, + "start": 117729, + "end": 117735, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 13 }, "end": { - "line": 2552, + "line": 2594, "column": 19 }, "identifierName": "_debug" @@ -188864,15 +189000,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 115347, - "end": 115357, + "start": 117737, + "end": 117747, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 21 }, "end": { - "line": 2552, + "line": 2594, "column": 31 } }, @@ -188887,44 +189023,44 @@ }, { "type": "VariableDeclaration", - "start": 115377, - "end": 115763, + "start": 117767, + "end": 118153, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 8 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 115381, - "end": 115403, + "start": 117771, + "end": 117793, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 12 }, "end": { - "line": 2554, + "line": 2596, "column": 34 } }, "id": { "type": "Identifier", - "start": 115381, - "end": 115386, + "start": 117771, + "end": 117776, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 12 }, "end": { - "line": 2554, + "line": 2596, "column": 17 }, "identifierName": "_args" @@ -188933,29 +189069,29 @@ }, "init": { "type": "MemberExpression", - "start": 115396, - "end": 115403, + "start": 117786, + "end": 117793, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 27 }, "end": { - "line": 2554, + "line": 2596, "column": 34 } }, "object": { "type": "Identifier", - "start": 115396, - "end": 115400, + "start": 117786, + "end": 117790, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 27 }, "end": { - "line": 2554, + "line": 2596, "column": 31 }, "identifierName": "args" @@ -188964,15 +189100,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115401, - "end": 115402, + "start": 117791, + "end": 117792, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 32 }, "end": { - "line": 2554, + "line": 2596, "column": 33 } }, @@ -188987,29 +189123,29 @@ }, { "type": "VariableDeclarator", - "start": 115417, - "end": 115485, + "start": 117807, + "end": 117875, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 12 }, "end": { - "line": 2555, + "line": 2597, "column": 80 } }, "id": { "type": "Identifier", - "start": 115417, - "end": 115423, + "start": 117807, + "end": 117813, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 12 }, "end": { - "line": 2555, + "line": 2597, "column": 18 }, "identifierName": "events" @@ -189018,58 +189154,58 @@ }, "init": { "type": "CallExpression", - "start": 115432, - "end": 115485, + "start": 117822, + "end": 117875, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 115432, - "end": 115447, + "start": 117822, + "end": 117837, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 115432, - "end": 115436, + "start": 117822, + "end": 117826, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 31 } } }, "property": { "type": "Identifier", - "start": 115437, - "end": 115447, + "start": 117827, + "end": 117837, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 32 }, "end": { - "line": 2555, + "line": 2597, "column": 42 }, "identifierName": "supplement" @@ -189081,44 +189217,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 115449, - "end": 115453, + "start": 117839, + "end": 117843, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 44 }, "end": { - "line": 2555, + "line": 2597, "column": 48 } } }, { "type": "MemberExpression", - "start": 115455, - "end": 115463, + "start": 117845, + "end": 117853, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 50 }, "end": { - "line": 2555, + "line": 2597, "column": 58 } }, "object": { "type": "Identifier", - "start": 115455, - "end": 115460, + "start": 117845, + "end": 117850, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 50 }, "end": { - "line": 2555, + "line": 2597, "column": 55 }, "identifierName": "_args" @@ -189127,15 +189263,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115461, - "end": 115462, + "start": 117851, + "end": 117852, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 56 }, "end": { - "line": 2555, + "line": 2597, "column": 57 } }, @@ -189149,44 +189285,44 @@ }, { "type": "MemberExpression", - "start": 115465, - "end": 115483, + "start": 117855, + "end": 117873, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 60 }, "end": { - "line": 2555, + "line": 2597, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 115465, - "end": 115469, + "start": 117855, + "end": 117859, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 60 }, "end": { - "line": 2555, + "line": 2597, "column": 64 } } }, "property": { "type": "Identifier", - "start": 115470, - "end": 115483, + "start": 117860, + "end": 117873, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 65 }, "end": { - "line": 2555, + "line": 2597, "column": 78 }, "identifierName": "validateArray" @@ -189200,29 +189336,29 @@ }, { "type": "VariableDeclarator", - "start": 115499, - "end": 115582, + "start": 117889, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 12 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } }, "id": { "type": "Identifier", - "start": 115499, - "end": 115507, + "start": 117889, + "end": 117897, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 12 }, "end": { - "line": 2556, + "line": 2598, "column": 20 }, "identifierName": "callback" @@ -189231,71 +189367,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 115514, - "end": 115582, + "start": 117904, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 115514, - "end": 115564, + "start": 117904, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 115514, - "end": 115530, + "start": 117904, + "end": 117920, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 115514, - "end": 115526, + "start": 117904, + "end": 117916, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 39 } }, "object": { "type": "Identifier", - "start": 115514, - "end": 115519, + "start": 117904, + "end": 117909, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 32 }, "identifierName": "_args" @@ -189304,15 +189440,15 @@ }, "property": { "type": "Identifier", - "start": 115520, - "end": 115526, + "start": 117910, + "end": 117916, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 33 }, "end": { - "line": 2556, + "line": 2598, "column": 39 }, "identifierName": "length" @@ -189324,15 +189460,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 115529, - "end": 115530, + "start": 117919, + "end": 117920, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 42 }, "end": { - "line": 2556, + "line": 2598, "column": 43 } }, @@ -189346,29 +189482,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 115534, - "end": 115564, + "start": 117924, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 47 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 115534, - "end": 115549, + "start": 117924, + "end": 117939, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 47 }, "end": { - "line": 2556, + "line": 2598, "column": 62 } }, @@ -189376,29 +189512,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 115541, - "end": 115549, + "start": 117931, + "end": 117939, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 54 }, "end": { - "line": 2556, + "line": 2598, "column": 62 } }, "object": { "type": "Identifier", - "start": 115541, - "end": 115546, + "start": 117931, + "end": 117936, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 54 }, "end": { - "line": 2556, + "line": 2598, "column": 59 }, "identifierName": "_args" @@ -189407,15 +189543,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115547, - "end": 115548, + "start": 117937, + "end": 117938, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 60 }, "end": { - "line": 2556, + "line": 2598, "column": 61 } }, @@ -189434,15 +189570,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 115554, - "end": 115564, + "start": 117944, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 67 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, @@ -189456,29 +189592,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 115567, - "end": 115575, + "start": 117957, + "end": 117965, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 80 }, "end": { - "line": 2556, + "line": 2598, "column": 88 } }, "object": { "type": "Identifier", - "start": 115567, - "end": 115572, + "start": 117957, + "end": 117962, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 80 }, "end": { - "line": 2556, + "line": 2598, "column": 85 }, "identifierName": "_args" @@ -189487,15 +189623,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115573, - "end": 115574, + "start": 117963, + "end": 117964, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 86 }, "end": { - "line": 2556, + "line": 2598, "column": 87 } }, @@ -189509,15 +189645,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 115578, - "end": 115582, + "start": 117968, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 91 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } } @@ -189526,29 +189662,29 @@ }, { "type": "VariableDeclarator", - "start": 115596, - "end": 115651, + "start": 117986, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 12 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } }, "id": { "type": "Identifier", - "start": 115596, - "end": 115604, + "start": 117986, + "end": 117994, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 12 }, "end": { - "line": 2557, + "line": 2599, "column": 20 }, "identifierName": "userdata" @@ -189557,57 +189693,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 115611, - "end": 115651, + "start": 118001, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 115611, - "end": 115627, + "start": 118001, + "end": 118017, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 115611, - "end": 115623, + "start": 118001, + "end": 118013, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 39 } }, "object": { "type": "Identifier", - "start": 115611, - "end": 115616, + "start": 118001, + "end": 118006, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 32 }, "identifierName": "_args" @@ -189616,15 +189752,15 @@ }, "property": { "type": "Identifier", - "start": 115617, - "end": 115623, + "start": 118007, + "end": 118013, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 33 }, "end": { - "line": 2557, + "line": 2599, "column": 39 }, "identifierName": "length" @@ -189636,15 +189772,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 115626, - "end": 115627, + "start": 118016, + "end": 118017, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 42 }, "end": { - "line": 2557, + "line": 2599, "column": 43 } }, @@ -189657,43 +189793,43 @@ }, "consequent": { "type": "CallExpression", - "start": 115630, - "end": 115644, + "start": 118020, + "end": 118034, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 115630, - "end": 115641, + "start": 118020, + "end": 118031, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 57 } }, "object": { "type": "Identifier", - "start": 115630, - "end": 115635, + "start": 118020, + "end": 118025, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 51 }, "identifierName": "_args" @@ -189702,15 +189838,15 @@ }, "property": { "type": "Identifier", - "start": 115636, - "end": 115641, + "start": 118026, + "end": 118031, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 52 }, "end": { - "line": 2557, + "line": 2599, "column": 57 }, "identifierName": "slice" @@ -189722,15 +189858,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 115642, - "end": 115643, + "start": 118032, + "end": 118033, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 58 }, "end": { - "line": 2557, + "line": 2599, "column": 59 } }, @@ -189744,15 +189880,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 115647, - "end": 115651, + "start": 118037, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 63 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } } @@ -189761,29 +189897,29 @@ }, { "type": "VariableDeclarator", - "start": 115665, - "end": 115699, + "start": 118055, + "end": 118089, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 12 }, "end": { - "line": 2558, + "line": 2600, "column": 46 } }, "id": { "type": "Identifier", - "start": 115665, - "end": 115677, + "start": 118055, + "end": 118067, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 12 }, "end": { - "line": 2558, + "line": 2600, "column": 24 }, "identifierName": "_cacheEvents" @@ -189792,58 +189928,58 @@ }, "init": { "type": "CallExpression", - "start": 115680, - "end": 115699, + "start": 118070, + "end": 118089, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 115680, - "end": 115697, + "start": 118070, + "end": 118087, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 115680, - "end": 115684, + "start": 118070, + "end": 118074, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 31 } } }, "property": { "type": "Identifier", - "start": 115685, - "end": 115697, + "start": 118075, + "end": 118087, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 32 }, "end": { - "line": 2558, + "line": 2600, "column": 44 }, "identifierName": "_loadToCache" @@ -189857,29 +189993,29 @@ }, { "type": "VariableDeclarator", - "start": 115713, - "end": 115729, + "start": 118103, + "end": 118119, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 12 }, "end": { - "line": 2559, + "line": 2601, "column": 28 } }, "id": { "type": "Identifier", - "start": 115713, - "end": 115724, + "start": 118103, + "end": 118114, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 12 }, "end": { - "line": 2559, + "line": 2601, "column": 23 }, "identifierName": "lastEventId" @@ -189888,15 +190024,15 @@ }, "init": { "type": "NumericLiteral", - "start": 115728, - "end": 115729, + "start": 118118, + "end": 118119, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 27 }, "end": { - "line": 2559, + "line": 2601, "column": 28 } }, @@ -189909,29 +190045,29 @@ }, { "type": "VariableDeclarator", - "start": 115743, - "end": 115763, + "start": 118133, + "end": 118153, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 12 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, "id": { "type": "Identifier", - "start": 115743, - "end": 115751, + "start": 118133, + "end": 118141, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 12 }, "end": { - "line": 2560, + "line": 2602, "column": 20 }, "identifierName": "add_done" @@ -189940,15 +190076,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 115758, - "end": 115763, + "start": 118148, + "end": 118153, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 27 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, @@ -189960,86 +190096,86 @@ }, { "type": "IfStatement", - "start": 115781, - "end": 115865, + "start": 118171, + "end": 118255, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 8 }, "end": { - "line": 2564, + "line": 2606, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 115786, - "end": 115832, + "start": 118176, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, "left": { "type": "CallExpression", - "start": 115786, - "end": 115809, + "start": 118176, + "end": 118199, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 115786, - "end": 115799, + "start": 118176, + "end": 118189, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 115786, - "end": 115790, + "start": 118176, + "end": 118180, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 17 } } }, "property": { "type": "Identifier", - "start": 115791, - "end": 115799, + "start": 118181, + "end": 118189, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 18 }, "end": { - "line": 2562, + "line": 2604, "column": 26 }, "identifierName": "is_empty" @@ -190051,15 +190187,15 @@ "arguments": [ { "type": "Identifier", - "start": 115801, - "end": 115807, + "start": 118191, + "end": 118197, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 28 }, "end": { - "line": 2562, + "line": 2604, "column": 34 }, "identifierName": "events" @@ -190071,15 +190207,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 115813, - "end": 115832, + "start": 118203, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 40 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, @@ -190087,44 +190223,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 115815, - "end": 115832, + "start": 118205, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 42 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 115815, - "end": 115819, + "start": 118205, + "end": 118209, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 42 }, "end": { - "line": 2562, + "line": 2604, "column": 46 } } }, "property": { "type": "Identifier", - "start": 115820, - "end": 115832, + "start": 118210, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 47 }, "end": { - "line": 2562, + "line": 2604, "column": 59 }, "identifierName": "_isCompleted" @@ -190140,30 +190276,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 115835, - "end": 115865, + "start": 118225, + "end": 118255, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 62 }, "end": { - "line": 2564, + "line": 2606, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 115849, - "end": 115855, + "start": 118239, + "end": 118245, "loc": { "start": { - "line": 2563, + "line": 2605, "column": 12 }, "end": { - "line": 2563, + "line": 2605, "column": 18 } }, @@ -190176,29 +190312,29 @@ }, { "type": "IfStatement", - "start": 115883, - "end": 116086, + "start": 118273, + "end": 118476, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 8 }, "end": { - "line": 2569, + "line": 2611, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 115888, - "end": 115919, + "start": 118278, + "end": 118309, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 13 }, "end": { - "line": 2566, + "line": 2608, "column": 44 } }, @@ -190206,58 +190342,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 115890, - "end": 115919, + "start": 118280, + "end": 118309, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 115890, - "end": 115903, + "start": 118280, + "end": 118293, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 115890, - "end": 115894, + "start": 118280, + "end": 118284, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 19 } } }, "property": { "type": "Identifier", - "start": 115895, - "end": 115903, + "start": 118285, + "end": 118293, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 20 }, "end": { - "line": 2566, + "line": 2608, "column": 28 }, "identifierName": "is_empty" @@ -190269,15 +190405,15 @@ "arguments": [ { "type": "Identifier", - "start": 115905, - "end": 115917, + "start": 118295, + "end": 118307, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 30 }, "end": { - "line": 2566, + "line": 2608, "column": 42 }, "identifierName": "_cacheEvents" @@ -190292,72 +190428,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 115922, - "end": 116086, + "start": 118312, + "end": 118476, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 47 }, "end": { - "line": 2569, + "line": 2611, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 115936, - "end": 115988, + "start": 118326, + "end": 118378, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 115936, - "end": 115988, + "start": 118326, + "end": 118378, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 115936, - "end": 115953, + "start": 118326, + "end": 118343, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 29 } }, "object": { "type": "Identifier", - "start": 115936, - "end": 115948, + "start": 118326, + "end": 118338, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 24 }, "identifierName": "_cacheEvents" @@ -190366,15 +190502,15 @@ }, "property": { "type": "Identifier", - "start": 115949, - "end": 115953, + "start": 118339, + "end": 118343, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 25 }, "end": { - "line": 2567, + "line": 2609, "column": 29 }, "identifierName": "sort" @@ -190386,58 +190522,58 @@ "arguments": [ { "type": "CallExpression", - "start": 115955, - "end": 115986, + "start": 118345, + "end": 118376, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 115955, - "end": 115973, + "start": 118345, + "end": 118363, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 115955, - "end": 115959, + "start": 118345, + "end": 118349, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 35 } } }, "property": { "type": "Identifier", - "start": 115960, - "end": 115973, + "start": 118350, + "end": 118363, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 36 }, "end": { - "line": 2567, + "line": 2609, "column": 49 }, "identifierName": "compareValues" @@ -190449,15 +190585,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 115975, - "end": 115984, + "start": 118365, + "end": 118374, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 51 }, "end": { - "line": 2567, + "line": 2609, "column": 60 } }, @@ -190474,44 +190610,44 @@ }, { "type": "ExpressionStatement", - "start": 116001, - "end": 116076, + "start": 118391, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 116001, - "end": 116076, + "start": 118391, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116001, - "end": 116012, + "start": 118391, + "end": 118402, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 23 }, "identifierName": "lastEventId" @@ -190520,29 +190656,29 @@ }, "right": { "type": "CallExpression", - "start": 116015, - "end": 116076, + "start": 118405, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 26 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "callee": { "type": "Identifier", - "start": 116015, - "end": 116023, + "start": 118405, + "end": 118413, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 26 }, "end": { - "line": 2568, + "line": 2610, "column": 34 }, "identifierName": "parseInt" @@ -190552,43 +190688,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 116025, - "end": 116070, + "start": 118415, + "end": 118460, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 116025, - "end": 116062, + "start": 118415, + "end": 118452, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 73 } }, "object": { "type": "Identifier", - "start": 116025, - "end": 116037, + "start": 118415, + "end": 118427, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 48 }, "identifierName": "_cacheEvents" @@ -190597,43 +190733,43 @@ }, "property": { "type": "BinaryExpression", - "start": 116038, - "end": 116061, + "start": 118428, + "end": 118451, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 116038, - "end": 116057, + "start": 118428, + "end": 118447, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 68 } }, "object": { "type": "Identifier", - "start": 116038, - "end": 116050, + "start": 118428, + "end": 118440, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 61 }, "identifierName": "_cacheEvents" @@ -190642,15 +190778,15 @@ }, "property": { "type": "Identifier", - "start": 116051, - "end": 116057, + "start": 118441, + "end": 118447, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 62 }, "end": { - "line": 2568, + "line": 2610, "column": 68 }, "identifierName": "length" @@ -190662,15 +190798,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 116060, - "end": 116061, + "start": 118450, + "end": 118451, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 71 }, "end": { - "line": 2568, + "line": 2610, "column": 72 } }, @@ -190685,15 +190821,15 @@ }, "property": { "type": "Identifier", - "start": 116063, - "end": 116070, + "start": 118453, + "end": 118460, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 74 }, "end": { - "line": 2568, + "line": 2610, "column": 81 }, "identifierName": "eventId" @@ -190704,15 +190840,15 @@ }, { "type": "NumericLiteral", - "start": 116072, - "end": 116074, + "start": 118462, + "end": 118464, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 83 }, "end": { - "line": 2568, + "line": 2610, "column": 85 } }, @@ -190735,15 +190871,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -190752,57 +190888,57 @@ }, { "type": "ExpressionStatement", - "start": 116189, - "end": 116627, + "start": 118579, + "end": 119017, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2581, + "line": 2623, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 116189, - "end": 116627, + "start": 118579, + "end": 119017, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2581, + "line": 2623, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 116189, - "end": 116203, + "start": 118579, + "end": 118593, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2572, + "line": 2614, "column": 22 } }, "object": { "type": "Identifier", - "start": 116189, - "end": 116195, + "start": 118579, + "end": 118585, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2572, + "line": 2614, "column": 14 }, "identifierName": "events" @@ -190812,15 +190948,15 @@ }, "property": { "type": "Identifier", - "start": 116196, - "end": 116203, + "start": 118586, + "end": 118593, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 15 }, "end": { - "line": 2572, + "line": 2614, "column": 22 }, "identifierName": "forEach" @@ -190833,15 +190969,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 116205, - "end": 116626, + "start": 118595, + "end": 119016, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 24 }, "end": { - "line": 2581, + "line": 2623, "column": 9 } }, @@ -190852,15 +190988,15 @@ "params": [ { "type": "Identifier", - "start": 116207, - "end": 116210, + "start": 118597, + "end": 118600, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 26 }, "end": { - "line": 2572, + "line": 2614, "column": 29 }, "identifierName": "evt" @@ -190870,59 +191006,59 @@ ], "body": { "type": "BlockStatement", - "start": 116216, - "end": 116626, + "start": 118606, + "end": 119016, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 35 }, "end": { - "line": 2581, + "line": 2623, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 116230, - "end": 116292, + "start": 118620, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 12 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 116234, - "end": 116292, + "start": 118624, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 16 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "id": { "type": "Identifier", - "start": 116234, - "end": 116244, + "start": 118624, + "end": 118634, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 16 }, "end": { - "line": 2573, + "line": 2615, "column": 26 }, "identifierName": "_one_event" @@ -190931,58 +191067,58 @@ }, "init": { "type": "CallExpression", - "start": 116247, - "end": 116292, + "start": 118637, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 116247, - "end": 116270, + "start": 118637, + "end": 118660, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 116247, - "end": 116251, + "start": 118637, + "end": 118641, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 33 } } }, "property": { "type": "Identifier", - "start": 116252, - "end": 116270, + "start": 118642, + "end": 118660, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 34 }, "end": { - "line": 2573, + "line": 2615, "column": 52 }, "identifierName": "_registerEventData" @@ -190994,15 +191130,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 116272, - "end": 116285, + "start": 118662, + "end": 118675, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 54 }, "end": { - "line": 2573, + "line": 2615, "column": 67 } }, @@ -191014,15 +191150,15 @@ }, { "type": "Identifier", - "start": 116287, - "end": 116290, + "start": 118677, + "end": 118680, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 69 }, "end": { - "line": 2573, + "line": 2615, "column": 72 }, "identifierName": "evt" @@ -191037,29 +191173,29 @@ }, { "type": "IfStatement", - "start": 116318, - "end": 116616, + "start": 118708, + "end": 119006, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 12 }, "end": { - "line": 2580, + "line": 2622, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 116323, - "end": 116352, + "start": 118713, + "end": 118742, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 17 }, "end": { - "line": 2575, + "line": 2617, "column": 46 } }, @@ -191067,58 +191203,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 116325, - "end": 116352, + "start": 118715, + "end": 118742, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 116325, - "end": 116338, + "start": 118715, + "end": 118728, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 116325, - "end": 116329, + "start": 118715, + "end": 118719, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 23 } } }, "property": { "type": "Identifier", - "start": 116330, - "end": 116338, + "start": 118720, + "end": 118728, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 24 }, "end": { - "line": 2575, + "line": 2617, "column": 32 }, "identifierName": "is_empty" @@ -191130,15 +191266,15 @@ "arguments": [ { "type": "Identifier", - "start": 116340, - "end": 116350, + "start": 118730, + "end": 118740, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 34 }, "end": { - "line": 2575, + "line": 2617, "column": 44 }, "identifierName": "_one_event" @@ -191153,73 +191289,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 116355, - "end": 116616, + "start": 118745, + "end": 119006, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 49 }, "end": { - "line": 2580, + "line": 2622, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 116373, - "end": 116457, + "start": 118763, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "expression": { "type": "AssignmentExpression", - "start": 116373, - "end": 116457, + "start": 118763, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 116373, - "end": 116391, + "start": 118763, + "end": 118781, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 34 } }, "object": { "type": "Identifier", - "start": 116373, - "end": 116383, + "start": 118763, + "end": 118773, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 26 }, "identifierName": "_one_event" @@ -191228,15 +191364,15 @@ }, "property": { "type": "Identifier", - "start": 116384, - "end": 116391, + "start": 118774, + "end": 118781, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 27 }, "end": { - "line": 2576, + "line": 2618, "column": 34 }, "identifierName": "eventId" @@ -191247,43 +191383,43 @@ }, "right": { "type": "CallExpression", - "start": 116394, - "end": 116457, + "start": 118784, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 116394, - "end": 116402, + "start": 118784, + "end": 118792, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 45 } }, "object": { "type": "Identifier", - "start": 116394, - "end": 116398, + "start": 118784, + "end": 118788, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 41 }, "identifierName": "Math" @@ -191292,15 +191428,15 @@ }, "property": { "type": "Identifier", - "start": 116399, - "end": 116402, + "start": 118789, + "end": 118792, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 42 }, "end": { - "line": 2576, + "line": 2618, "column": 45 }, "identifierName": "max" @@ -191312,29 +191448,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 116404, - "end": 116419, + "start": 118794, + "end": 118809, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 47 }, "end": { - "line": 2576, + "line": 2618, "column": 62 } }, "left": { "type": "Identifier", - "start": 116404, - "end": 116415, + "start": 118794, + "end": 118805, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 47 }, "end": { - "line": 2576, + "line": 2618, "column": 58 }, "identifierName": "lastEventId" @@ -191344,15 +191480,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 116418, - "end": 116419, + "start": 118808, + "end": 118809, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 61 }, "end": { - "line": 2576, + "line": 2618, "column": 62 } }, @@ -191365,29 +191501,29 @@ }, { "type": "CallExpression", - "start": 116421, - "end": 116455, + "start": 118811, + "end": 118845, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 64 }, "end": { - "line": 2576, + "line": 2618, "column": 98 } }, "callee": { "type": "Identifier", - "start": 116421, - "end": 116429, + "start": 118811, + "end": 118819, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 64 }, "end": { - "line": 2576, + "line": 2618, "column": 72 }, "identifierName": "parseInt" @@ -191397,29 +191533,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 116431, - "end": 116449, + "start": 118821, + "end": 118839, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 74 }, "end": { - "line": 2576, + "line": 2618, "column": 92 } }, "object": { "type": "Identifier", - "start": 116431, - "end": 116441, + "start": 118821, + "end": 118831, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 74 }, "end": { - "line": 2576, + "line": 2618, "column": 84 }, "identifierName": "_one_event" @@ -191428,15 +191564,15 @@ }, "property": { "type": "Identifier", - "start": 116442, - "end": 116449, + "start": 118832, + "end": 118839, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 85 }, "end": { - "line": 2576, + "line": 2618, "column": 92 }, "identifierName": "eventId" @@ -191447,15 +191583,15 @@ }, { "type": "NumericLiteral", - "start": 116451, - "end": 116453, + "start": 118841, + "end": 118843, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 94 }, "end": { - "line": 2576, + "line": 2618, "column": 96 } }, @@ -191473,57 +191609,57 @@ }, { "type": "ExpressionStatement", - "start": 116474, - "end": 116505, + "start": 118864, + "end": 118895, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 116474, - "end": 116505, + "start": 118864, + "end": 118895, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 116474, - "end": 116491, + "start": 118864, + "end": 118881, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 33 } }, "object": { "type": "Identifier", - "start": 116474, - "end": 116486, + "start": 118864, + "end": 118876, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 28 }, "identifierName": "_cacheEvents" @@ -191532,15 +191668,15 @@ }, "property": { "type": "Identifier", - "start": 116487, - "end": 116491, + "start": 118877, + "end": 118881, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 29 }, "end": { - "line": 2577, + "line": 2619, "column": 33 }, "identifierName": "push" @@ -191552,15 +191688,15 @@ "arguments": [ { "type": "Identifier", - "start": 116493, - "end": 116503, + "start": 118883, + "end": 118893, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 35 }, "end": { - "line": 2577, + "line": 2619, "column": 45 }, "identifierName": "_one_event" @@ -191572,44 +191708,44 @@ }, { "type": "ExpressionStatement", - "start": 116522, - "end": 116570, + "start": 118912, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 116522, - "end": 116570, + "start": 118912, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116522, - "end": 116533, + "start": 118912, + "end": 118923, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 27 }, "identifierName": "lastEventId" @@ -191618,29 +191754,29 @@ }, "right": { "type": "CallExpression", - "start": 116536, - "end": 116570, + "start": 118926, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 30 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "callee": { "type": "Identifier", - "start": 116536, - "end": 116544, + "start": 118926, + "end": 118934, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 30 }, "end": { - "line": 2578, + "line": 2620, "column": 38 }, "identifierName": "parseInt" @@ -191650,29 +191786,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 116546, - "end": 116564, + "start": 118936, + "end": 118954, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 40 }, "end": { - "line": 2578, + "line": 2620, "column": 58 } }, "object": { "type": "Identifier", - "start": 116546, - "end": 116556, + "start": 118936, + "end": 118946, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 40 }, "end": { - "line": 2578, + "line": 2620, "column": 50 }, "identifierName": "_one_event" @@ -191681,15 +191817,15 @@ }, "property": { "type": "Identifier", - "start": 116557, - "end": 116564, + "start": 118947, + "end": 118954, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 51 }, "end": { - "line": 2578, + "line": 2620, "column": 58 }, "identifierName": "eventId" @@ -191700,15 +191836,15 @@ }, { "type": "NumericLiteral", - "start": 116566, - "end": 116568, + "start": 118956, + "end": 118958, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 60 }, "end": { - "line": 2578, + "line": 2620, "column": 62 } }, @@ -191724,44 +191860,44 @@ }, { "type": "ExpressionStatement", - "start": 116587, - "end": 116602, + "start": 118977, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 116587, - "end": 116602, + "start": 118977, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116587, - "end": 116595, + "start": 118977, + "end": 118985, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 24 }, "identifierName": "add_done" @@ -191770,15 +191906,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 116598, - "end": 116602, + "start": 118988, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 27 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, @@ -191803,15 +191939,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -191821,15 +191957,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -191838,29 +191974,29 @@ }, { "type": "IfStatement", - "start": 116720, - "end": 116768, + "start": 119110, + "end": 119158, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 8 }, "end": { - "line": 2585, + "line": 2627, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 116725, - "end": 116735, + "start": 119115, + "end": 119125, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 13 }, "end": { - "line": 2583, + "line": 2625, "column": 23 } }, @@ -191868,15 +192004,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 116727, - "end": 116735, + "start": 119117, + "end": 119125, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 15 }, "end": { - "line": 2583, + "line": 2625, "column": 23 }, "identifierName": "add_done" @@ -191891,30 +192027,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 116738, - "end": 116768, + "start": 119128, + "end": 119158, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 26 }, "end": { - "line": 2585, + "line": 2627, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 116752, - "end": 116758, + "start": 119142, + "end": 119148, "loc": { "start": { - "line": 2584, + "line": 2626, "column": 12 }, "end": { - "line": 2584, + "line": 2626, "column": 18 } }, @@ -191928,15 +192064,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -191945,72 +192081,72 @@ }, { "type": "ExpressionStatement", - "start": 116786, - "end": 116819, + "start": 119176, + "end": 119209, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 116786, - "end": 116819, + "start": 119176, + "end": 119209, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 116786, - "end": 116803, + "start": 119176, + "end": 119193, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 116786, - "end": 116790, + "start": 119176, + "end": 119180, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 12 } } }, "property": { "type": "Identifier", - "start": 116791, - "end": 116803, + "start": 119181, + "end": 119193, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 13 }, "end": { - "line": 2587, + "line": 2629, "column": 25 }, "identifierName": "_saveToCache" @@ -192022,15 +192158,15 @@ "arguments": [ { "type": "Identifier", - "start": 116805, - "end": 116817, + "start": 119195, + "end": 119207, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 27 }, "end": { - "line": 2587, + "line": 2629, "column": 39 }, "identifierName": "_cacheEvents" @@ -192042,72 +192178,72 @@ }, { "type": "ExpressionStatement", - "start": 116837, - "end": 116855, + "start": 119227, + "end": 119245, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 116837, - "end": 116855, + "start": 119227, + "end": 119245, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 116837, - "end": 116853, + "start": 119227, + "end": 119243, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 116837, - "end": 116841, + "start": 119227, + "end": 119231, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 12 } } }, "property": { "type": "Identifier", - "start": 116842, - "end": 116853, + "start": 119232, + "end": 119243, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 13 }, "end": { - "line": 2589, + "line": 2631, "column": 24 }, "identifierName": "_placeEvent" @@ -192121,29 +192257,29 @@ }, { "type": "IfStatement", - "start": 116873, - "end": 117057, + "start": 119263, + "end": 119447, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 8 }, "end": { - "line": 2595, + "line": 2637, "column": 9 } }, "test": { "type": "Identifier", - "start": 116878, - "end": 116886, + "start": 119268, + "end": 119276, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 13 }, "end": { - "line": 2591, + "line": 2633, "column": 21 }, "identifierName": "callback" @@ -192152,87 +192288,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 116889, - "end": 117057, + "start": 119279, + "end": 119447, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 24 }, "end": { - "line": 2595, + "line": 2637, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 116903, - "end": 116972, + "start": 119293, + "end": 119362, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 81 } }, "expression": { "type": "CallExpression", - "start": 116903, - "end": 116972, + "start": 119293, + "end": 119362, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 116903, - "end": 116914, + "start": 119293, + "end": 119304, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 116903, - "end": 116907, + "start": 119293, + "end": 119297, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 16 } } }, "property": { "type": "Identifier", - "start": 116908, - "end": 116914, + "start": 119298, + "end": 119304, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 17 }, "end": { - "line": 2592, + "line": 2634, "column": 23 }, "identifierName": "_debug" @@ -192244,15 +192380,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 116916, - "end": 116970, + "start": 119306, + "end": 119360, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 25 }, "end": { - "line": 2592, + "line": 2634, "column": 79 } }, @@ -192267,43 +192403,43 @@ }, { "type": "ExpressionStatement", - "start": 116998, - "end": 117047, + "start": 119388, + "end": 119437, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 116998, - "end": 117047, + "start": 119388, + "end": 119437, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 61 } }, "callee": { "type": "Identifier", - "start": 116998, - "end": 117006, + "start": 119388, + "end": 119396, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 20 }, "identifierName": "callback" @@ -192313,44 +192449,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 117008, - "end": 117021, + "start": 119398, + "end": 119411, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 22 }, "end": { - "line": 2594, + "line": 2636, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 117008, - "end": 117012, + "start": 119398, + "end": 119402, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 22 }, "end": { - "line": 2594, + "line": 2636, "column": 26 } } }, "property": { "type": "Identifier", - "start": 117013, - "end": 117021, + "start": 119403, + "end": 119411, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 27 }, "end": { - "line": 2594, + "line": 2636, "column": 35 }, "identifierName": "_element" @@ -192361,44 +192497,44 @@ }, { "type": "MemberExpression", - "start": 117023, - "end": 117035, + "start": 119413, + "end": 119425, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 37 }, "end": { - "line": 2594, + "line": 2636, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 117023, - "end": 117027, + "start": 119413, + "end": 119417, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 37 }, "end": { - "line": 2594, + "line": 2636, "column": 41 } } }, "property": { "type": "Identifier", - "start": 117028, - "end": 117035, + "start": 119418, + "end": 119425, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 42 }, "end": { - "line": 2594, + "line": 2636, "column": 49 }, "identifierName": "_config" @@ -192409,15 +192545,15 @@ }, { "type": "Identifier", - "start": 117037, - "end": 117045, + "start": 119427, + "end": 119435, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 51 }, "end": { - "line": 2594, + "line": 2636, "column": 59 }, "identifierName": "userdata" @@ -192440,15 +192576,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -192458,15 +192594,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -192475,15 +192611,15 @@ }, { "type": "ClassMethod", - "start": 117327, - "end": 120838, + "start": 119717, + "end": 123228, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 4 }, "end": { - "line": 2688, + "line": 2730, "column": 5 } }, @@ -192491,15 +192627,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 117327, - "end": 117338, + "start": 119717, + "end": 119728, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 4 }, "end": { - "line": 2604, + "line": 2646, "column": 15 }, "identifierName": "removeEvent" @@ -192515,29 +192651,29 @@ "params": [ { "type": "RestElement", - "start": 117340, - "end": 117347, + "start": 119730, + "end": 119737, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 17 }, "end": { - "line": 2604, + "line": 2646, "column": 24 } }, "argument": { "type": "Identifier", - "start": 117343, - "end": 117347, + "start": 119733, + "end": 119737, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 20 }, "end": { - "line": 2604, + "line": 2646, "column": 24 }, "identifierName": "args" @@ -192548,87 +192684,87 @@ ], "body": { "type": "BlockStatement", - "start": 117350, - "end": 120838, + "start": 119740, + "end": 123228, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 27 }, "end": { - "line": 2688, + "line": 2730, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 117360, - "end": 117388, + "start": 119750, + "end": 119778, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 117360, - "end": 117388, + "start": 119750, + "end": 119778, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 117360, - "end": 117371, + "start": 119750, + "end": 119761, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 117360, - "end": 117364, + "start": 119750, + "end": 119754, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 12 } } }, "property": { "type": "Identifier", - "start": 117365, - "end": 117371, + "start": 119755, + "end": 119761, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 13 }, "end": { - "line": 2605, + "line": 2647, "column": 19 }, "identifierName": "_debug" @@ -192640,15 +192776,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 117373, - "end": 117386, + "start": 119763, + "end": 119776, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 21 }, "end": { - "line": 2605, + "line": 2647, "column": 34 } }, @@ -192663,44 +192799,44 @@ }, { "type": "VariableDeclaration", - "start": 117406, - "end": 117824, + "start": 119796, + "end": 120214, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 8 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 117410, - "end": 117432, + "start": 119800, + "end": 119822, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 12 }, "end": { - "line": 2607, + "line": 2649, "column": 34 } }, "id": { "type": "Identifier", - "start": 117410, - "end": 117415, + "start": 119800, + "end": 119805, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 12 }, "end": { - "line": 2607, + "line": 2649, "column": 17 }, "identifierName": "_args" @@ -192709,29 +192845,29 @@ }, "init": { "type": "MemberExpression", - "start": 117425, - "end": 117432, + "start": 119815, + "end": 119822, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 27 }, "end": { - "line": 2607, + "line": 2649, "column": 34 } }, "object": { "type": "Identifier", - "start": 117425, - "end": 117429, + "start": 119815, + "end": 119819, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 27 }, "end": { - "line": 2607, + "line": 2649, "column": 31 }, "identifierName": "args" @@ -192740,15 +192876,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117430, - "end": 117431, + "start": 119820, + "end": 119821, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 32 }, "end": { - "line": 2607, + "line": 2649, "column": 33 } }, @@ -192763,29 +192899,29 @@ }, { "type": "VariableDeclarator", - "start": 117446, - "end": 117514, + "start": 119836, + "end": 119904, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 12 }, "end": { - "line": 2608, + "line": 2650, "column": 80 } }, "id": { "type": "Identifier", - "start": 117446, - "end": 117453, + "start": 119836, + "end": 119843, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 12 }, "end": { - "line": 2608, + "line": 2650, "column": 19 }, "identifierName": "targets" @@ -192794,58 +192930,58 @@ }, "init": { "type": "CallExpression", - "start": 117461, - "end": 117514, + "start": 119851, + "end": 119904, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 117461, - "end": 117476, + "start": 119851, + "end": 119866, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 117461, - "end": 117465, + "start": 119851, + "end": 119855, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 31 } } }, "property": { "type": "Identifier", - "start": 117466, - "end": 117476, + "start": 119856, + "end": 119866, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 32 }, "end": { - "line": 2608, + "line": 2650, "column": 42 }, "identifierName": "supplement" @@ -192857,44 +192993,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 117478, - "end": 117482, + "start": 119868, + "end": 119872, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 44 }, "end": { - "line": 2608, + "line": 2650, "column": 48 } } }, { "type": "MemberExpression", - "start": 117484, - "end": 117492, + "start": 119874, + "end": 119882, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 50 }, "end": { - "line": 2608, + "line": 2650, "column": 58 } }, "object": { "type": "Identifier", - "start": 117484, - "end": 117489, + "start": 119874, + "end": 119879, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 50 }, "end": { - "line": 2608, + "line": 2650, "column": 55 }, "identifierName": "_args" @@ -192903,15 +193039,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117490, - "end": 117491, + "start": 119880, + "end": 119881, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 56 }, "end": { - "line": 2608, + "line": 2650, "column": 57 } }, @@ -192925,44 +193061,44 @@ }, { "type": "MemberExpression", - "start": 117494, - "end": 117512, + "start": 119884, + "end": 119902, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 60 }, "end": { - "line": 2608, + "line": 2650, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 117494, - "end": 117498, + "start": 119884, + "end": 119888, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 60 }, "end": { - "line": 2608, + "line": 2650, "column": 64 } } }, "property": { "type": "Identifier", - "start": 117499, - "end": 117512, + "start": 119889, + "end": 119902, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 65 }, "end": { - "line": 2608, + "line": 2650, "column": 78 }, "identifierName": "validateArray" @@ -192976,29 +193112,29 @@ }, { "type": "VariableDeclarator", - "start": 117528, - "end": 117611, + "start": 119918, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 12 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } }, "id": { "type": "Identifier", - "start": 117528, - "end": 117536, + "start": 119918, + "end": 119926, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 12 }, "end": { - "line": 2609, + "line": 2651, "column": 20 }, "identifierName": "callback" @@ -193007,71 +193143,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 117543, - "end": 117611, + "start": 119933, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 117543, - "end": 117593, + "start": 119933, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 117543, - "end": 117559, + "start": 119933, + "end": 119949, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 117543, - "end": 117555, + "start": 119933, + "end": 119945, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 39 } }, "object": { "type": "Identifier", - "start": 117543, - "end": 117548, + "start": 119933, + "end": 119938, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 32 }, "identifierName": "_args" @@ -193080,15 +193216,15 @@ }, "property": { "type": "Identifier", - "start": 117549, - "end": 117555, + "start": 119939, + "end": 119945, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 33 }, "end": { - "line": 2609, + "line": 2651, "column": 39 }, "identifierName": "length" @@ -193100,15 +193236,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 117558, - "end": 117559, + "start": 119948, + "end": 119949, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 42 }, "end": { - "line": 2609, + "line": 2651, "column": 43 } }, @@ -193122,29 +193258,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 117563, - "end": 117593, + "start": 119953, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 47 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 117563, - "end": 117578, + "start": 119953, + "end": 119968, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 47 }, "end": { - "line": 2609, + "line": 2651, "column": 62 } }, @@ -193152,29 +193288,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 117570, - "end": 117578, + "start": 119960, + "end": 119968, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 54 }, "end": { - "line": 2609, + "line": 2651, "column": 62 } }, "object": { "type": "Identifier", - "start": 117570, - "end": 117575, + "start": 119960, + "end": 119965, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 54 }, "end": { - "line": 2609, + "line": 2651, "column": 59 }, "identifierName": "_args" @@ -193183,15 +193319,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117576, - "end": 117577, + "start": 119966, + "end": 119967, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 60 }, "end": { - "line": 2609, + "line": 2651, "column": 61 } }, @@ -193210,15 +193346,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 117583, - "end": 117593, + "start": 119973, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 67 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, @@ -193232,29 +193368,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 117596, - "end": 117604, + "start": 119986, + "end": 119994, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 80 }, "end": { - "line": 2609, + "line": 2651, "column": 88 } }, "object": { "type": "Identifier", - "start": 117596, - "end": 117601, + "start": 119986, + "end": 119991, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 80 }, "end": { - "line": 2609, + "line": 2651, "column": 85 }, "identifierName": "_args" @@ -193263,15 +193399,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117602, - "end": 117603, + "start": 119992, + "end": 119993, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 86 }, "end": { - "line": 2609, + "line": 2651, "column": 87 } }, @@ -193285,15 +193421,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 117607, - "end": 117611, + "start": 119997, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 91 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } } @@ -193302,29 +193438,29 @@ }, { "type": "VariableDeclarator", - "start": 117625, - "end": 117680, + "start": 120015, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 12 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } }, "id": { "type": "Identifier", - "start": 117625, - "end": 117633, + "start": 120015, + "end": 120023, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 12 }, "end": { - "line": 2610, + "line": 2652, "column": 20 }, "identifierName": "userdata" @@ -193333,57 +193469,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 117640, - "end": 117680, + "start": 120030, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 117640, - "end": 117656, + "start": 120030, + "end": 120046, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 117640, - "end": 117652, + "start": 120030, + "end": 120042, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 39 } }, "object": { "type": "Identifier", - "start": 117640, - "end": 117645, + "start": 120030, + "end": 120035, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 32 }, "identifierName": "_args" @@ -193392,15 +193528,15 @@ }, "property": { "type": "Identifier", - "start": 117646, - "end": 117652, + "start": 120036, + "end": 120042, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 33 }, "end": { - "line": 2610, + "line": 2652, "column": 39 }, "identifierName": "length" @@ -193412,15 +193548,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 117655, - "end": 117656, + "start": 120045, + "end": 120046, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 42 }, "end": { - "line": 2610, + "line": 2652, "column": 43 } }, @@ -193433,43 +193569,43 @@ }, "consequent": { "type": "CallExpression", - "start": 117659, - "end": 117673, + "start": 120049, + "end": 120063, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 117659, - "end": 117670, + "start": 120049, + "end": 120060, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 57 } }, "object": { "type": "Identifier", - "start": 117659, - "end": 117664, + "start": 120049, + "end": 120054, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 51 }, "identifierName": "_args" @@ -193478,15 +193614,15 @@ }, "property": { "type": "Identifier", - "start": 117665, - "end": 117670, + "start": 120055, + "end": 120060, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 52 }, "end": { - "line": 2610, + "line": 2652, "column": 57 }, "identifierName": "slice" @@ -193498,15 +193634,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 117671, - "end": 117672, + "start": 120061, + "end": 120062, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 58 }, "end": { - "line": 2610, + "line": 2652, "column": 59 } }, @@ -193520,15 +193656,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 117676, - "end": 117680, + "start": 120066, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 63 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } } @@ -193537,29 +193673,29 @@ }, { "type": "VariableDeclarator", - "start": 117694, - "end": 117728, + "start": 120084, + "end": 120118, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 12 }, "end": { - "line": 2611, + "line": 2653, "column": 46 } }, "id": { "type": "Identifier", - "start": 117694, - "end": 117706, + "start": 120084, + "end": 120096, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 12 }, "end": { - "line": 2611, + "line": 2653, "column": 24 }, "identifierName": "_cacheEvents" @@ -193568,58 +193704,58 @@ }, "init": { "type": "CallExpression", - "start": 117709, - "end": 117728, + "start": 120099, + "end": 120118, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 117709, - "end": 117726, + "start": 120099, + "end": 120116, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 117709, - "end": 117713, + "start": 120099, + "end": 120103, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 31 } } }, "property": { "type": "Identifier", - "start": 117714, - "end": 117726, + "start": 120104, + "end": 120116, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 32 }, "end": { - "line": 2611, + "line": 2653, "column": 44 }, "identifierName": "_loadToCache" @@ -193633,29 +193769,29 @@ }, { "type": "VariableDeclarator", - "start": 117742, - "end": 117759, + "start": 120132, + "end": 120149, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 12 }, "end": { - "line": 2612, + "line": 2654, "column": 29 } }, "id": { "type": "Identifier", - "start": 117742, - "end": 117751, + "start": 120132, + "end": 120141, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 12 }, "end": { - "line": 2612, + "line": 2654, "column": 21 }, "identifierName": "condition" @@ -193664,15 +193800,15 @@ }, "init": { "type": "ObjectExpression", - "start": 117757, - "end": 117759, + "start": 120147, + "end": 120149, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 27 }, "end": { - "line": 2612, + "line": 2654, "column": 29 } }, @@ -193681,29 +193817,29 @@ }, { "type": "VariableDeclarator", - "start": 117773, - "end": 117790, + "start": 120163, + "end": 120180, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 12 }, "end": { - "line": 2613, + "line": 2655, "column": 29 } }, "id": { "type": "Identifier", - "start": 117773, - "end": 117785, + "start": 120163, + "end": 120175, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 12 }, "end": { - "line": 2613, + "line": 2655, "column": 24 }, "identifierName": "remainEvents" @@ -193712,15 +193848,15 @@ }, "init": { "type": "ArrayExpression", - "start": 117788, - "end": 117790, + "start": 120178, + "end": 120180, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 27 }, "end": { - "line": 2613, + "line": 2655, "column": 29 } }, @@ -193729,29 +193865,29 @@ }, { "type": "VariableDeclarator", - "start": 117804, - "end": 117824, + "start": 120194, + "end": 120214, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 12 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, "id": { "type": "Identifier", - "start": 117804, - "end": 117815, + "start": 120194, + "end": 120205, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 12 }, "end": { - "line": 2614, + "line": 2656, "column": 23 }, "identifierName": "remove_done" @@ -193760,15 +193896,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 117819, - "end": 117824, + "start": 120209, + "end": 120214, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 27 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, @@ -193780,100 +193916,100 @@ }, { "type": "IfStatement", - "start": 117842, - "end": 117960, + "start": 120232, + "end": 120350, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 8 }, "end": { - "line": 2618, + "line": 2660, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 117847, - "end": 117927, + "start": 120237, + "end": 120317, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 93 } }, "left": { "type": "LogicalExpression", - "start": 117847, - "end": 117894, + "start": 120237, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, "left": { "type": "CallExpression", - "start": 117847, - "end": 117871, + "start": 120237, + "end": 120261, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 117847, - "end": 117860, + "start": 120237, + "end": 120250, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 117847, - "end": 117851, + "start": 120237, + "end": 120241, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 17 } } }, "property": { "type": "Identifier", - "start": 117852, - "end": 117860, + "start": 120242, + "end": 120250, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 18 }, "end": { - "line": 2616, + "line": 2658, "column": 26 }, "identifierName": "is_empty" @@ -193885,15 +194021,15 @@ "arguments": [ { "type": "Identifier", - "start": 117862, - "end": 117869, + "start": 120252, + "end": 120259, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 28 }, "end": { - "line": 2616, + "line": 2658, "column": 35 }, "identifierName": "targets" @@ -193905,15 +194041,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 117875, - "end": 117894, + "start": 120265, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 41 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, @@ -193921,44 +194057,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 117877, - "end": 117894, + "start": 120267, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 43 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 117877, - "end": 117881, + "start": 120267, + "end": 120271, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 43 }, "end": { - "line": 2616, + "line": 2658, "column": 47 } } }, "property": { "type": "Identifier", - "start": 117882, - "end": 117894, + "start": 120272, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 48 }, "end": { - "line": 2616, + "line": 2658, "column": 60 }, "identifierName": "_isCompleted" @@ -193975,58 +194111,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 117898, - "end": 117927, + "start": 120288, + "end": 120317, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 117898, - "end": 117911, + "start": 120288, + "end": 120301, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 77 } }, "object": { "type": "ThisExpression", - "start": 117898, - "end": 117902, + "start": 120288, + "end": 120292, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 68 } } }, "property": { "type": "Identifier", - "start": 117903, - "end": 117911, + "start": 120293, + "end": 120301, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 69 }, "end": { - "line": 2616, + "line": 2658, "column": 77 }, "identifierName": "is_empty" @@ -194038,15 +194174,15 @@ "arguments": [ { "type": "Identifier", - "start": 117913, - "end": 117925, + "start": 120303, + "end": 120315, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 79 }, "end": { - "line": 2616, + "line": 2658, "column": 91 }, "identifierName": "_cacheEvents" @@ -194058,30 +194194,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 117930, - "end": 117960, + "start": 120320, + "end": 120350, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 96 }, "end": { - "line": 2618, + "line": 2660, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 117944, - "end": 117950, + "start": 120334, + "end": 120340, "loc": { "start": { - "line": 2617, + "line": 2659, "column": 12 }, "end": { - "line": 2617, + "line": 2659, "column": 18 } }, @@ -194094,57 +194230,57 @@ }, { "type": "ExpressionStatement", - "start": 117978, - "end": 120408, + "start": 120368, + "end": 122798, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2673, + "line": 2715, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 117978, - "end": 120408, + "start": 120368, + "end": 122798, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2673, + "line": 2715, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 117978, - "end": 117993, + "start": 120368, + "end": 120383, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2620, + "line": 2662, "column": 23 } }, "object": { "type": "Identifier", - "start": 117978, - "end": 117985, + "start": 120368, + "end": 120375, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2620, + "line": 2662, "column": 15 }, "identifierName": "targets" @@ -194153,15 +194289,15 @@ }, "property": { "type": "Identifier", - "start": 117986, - "end": 117993, + "start": 120376, + "end": 120383, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 16 }, "end": { - "line": 2620, + "line": 2662, "column": 23 }, "identifierName": "forEach" @@ -194173,15 +194309,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 117995, - "end": 120407, + "start": 120385, + "end": 122797, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 25 }, "end": { - "line": 2673, + "line": 2715, "column": 9 } }, @@ -194192,15 +194328,15 @@ "params": [ { "type": "Identifier", - "start": 117997, - "end": 118001, + "start": 120387, + "end": 120391, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 27 }, "end": { - "line": 2620, + "line": 2662, "column": 31 }, "identifierName": "cond" @@ -194210,44 +194346,44 @@ ], "body": { "type": "BlockStatement", - "start": 118007, - "end": 120407, + "start": 120397, + "end": 122797, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 37 }, "end": { - "line": 2673, + "line": 2715, "column": 9 } }, "body": [ { "type": "SwitchStatement", - "start": 118021, - "end": 119108, + "start": 120411, + "end": 121498, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 12 }, "end": { - "line": 2642, + "line": 2684, "column": 13 } }, "discriminant": { "type": "BooleanLiteral", - "start": 118030, - "end": 118034, + "start": 120420, + "end": 120424, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 21 }, "end": { - "line": 2621, + "line": 2663, "column": 25 } }, @@ -194256,73 +194392,73 @@ "cases": [ { "type": "SwitchCase", - "start": 118055, - "end": 118261, + "start": 120445, + "end": 120651, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 16 }, "end": { - "line": 2626, + "line": 2668, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 118149, - "end": 118176, + "start": 120539, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 118149, - "end": 118176, + "start": 120539, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118149, - "end": 118163, + "start": 120539, + "end": 120553, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 34 } }, "object": { "type": "Identifier", - "start": 118149, - "end": 118158, + "start": 120539, + "end": 120548, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 29 }, "identifierName": "condition" @@ -194332,15 +194468,15 @@ }, "property": { "type": "Identifier", - "start": 118159, - "end": 118163, + "start": 120549, + "end": 120553, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 30 }, "end": { - "line": 2624, + "line": 2666, "column": 34 }, "identifierName": "type" @@ -194352,15 +194488,15 @@ }, "right": { "type": "StringLiteral", - "start": 118167, - "end": 118176, + "start": 120557, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 38 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, @@ -194376,15 +194512,15 @@ { "type": "CommentLine", "value": " By matching event ID", - "start": 118105, - "end": 118128, + "start": 120495, + "end": 120518, "loc": { "start": { - "line": 2623, + "line": 2665, "column": 20 }, "end": { - "line": 2623, + "line": 2665, "column": 43 } } @@ -194393,58 +194529,58 @@ }, { "type": "ExpressionStatement", - "start": 118197, - "end": 118235, + "start": 120587, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 118197, - "end": 118235, + "start": 120587, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118197, - "end": 118212, + "start": 120587, + "end": 120602, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 35 } }, "object": { "type": "Identifier", - "start": 118197, - "end": 118206, + "start": 120587, + "end": 120596, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 29 }, "identifierName": "condition" @@ -194453,15 +194589,15 @@ }, "property": { "type": "Identifier", - "start": 118207, - "end": 118212, + "start": 120597, + "end": 120602, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 30 }, "end": { - "line": 2625, + "line": 2667, "column": 35 }, "identifierName": "value" @@ -194472,29 +194608,29 @@ }, "right": { "type": "CallExpression", - "start": 118215, - "end": 118235, + "start": 120605, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 38 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "callee": { "type": "Identifier", - "start": 118215, - "end": 118223, + "start": 120605, + "end": 120613, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 38 }, "end": { - "line": 2625, + "line": 2667, "column": 46 }, "identifierName": "parseInt" @@ -194504,15 +194640,15 @@ "arguments": [ { "type": "Identifier", - "start": 118225, - "end": 118229, + "start": 120615, + "end": 120619, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 48 }, "end": { - "line": 2625, + "line": 2667, "column": 52 }, "identifierName": "cond" @@ -194521,15 +194657,15 @@ }, { "type": "NumericLiteral", - "start": 118231, - "end": 118233, + "start": 120621, + "end": 120623, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 54 }, "end": { - "line": 2625, + "line": 2667, "column": 56 } }, @@ -194545,15 +194681,15 @@ }, { "type": "BreakStatement", - "start": 118256, - "end": 118261, + "start": 120646, + "end": 120651, "loc": { "start": { - "line": 2626, + "line": 2668, "column": 20 }, "end": { - "line": 2626, + "line": 2668, "column": 25 } }, @@ -194562,43 +194698,43 @@ ], "test": { "type": "CallExpression", - "start": 118060, - "end": 118083, + "start": 120450, + "end": 120473, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 118060, - "end": 118075, + "start": 120450, + "end": 120465, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 118060, - "end": 118070, + "start": 120450, + "end": 120460, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 31 } }, @@ -194610,15 +194746,15 @@ }, "property": { "type": "Identifier", - "start": 118071, - "end": 118075, + "start": 120461, + "end": 120465, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 32 }, "end": { - "line": 2622, + "line": 2664, "column": 36 }, "identifierName": "test" @@ -194630,15 +194766,15 @@ "arguments": [ { "type": "Identifier", - "start": 118077, - "end": 118081, + "start": 120467, + "end": 120471, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 38 }, "end": { - "line": 2622, + "line": 2664, "column": 42 }, "identifierName": "cond" @@ -194650,74 +194786,74 @@ }, { "type": "SwitchCase", - "start": 118278, - "end": 118892, + "start": 120668, + "end": 121282, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 16 }, "end": { - "line": 2636, + "line": 2678, "column": 17 } }, "consequent": [ { "type": "BlockStatement", - "start": 118435, - "end": 118892, + "start": 120825, + "end": 121282, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 173 }, "end": { - "line": 2636, + "line": 2678, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 118510, - "end": 118536, + "start": 120900, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 20 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 118514, - "end": 118536, + "start": 120904, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 24 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "id": { "type": "Identifier", - "start": 118514, - "end": 118518, + "start": 120904, + "end": 120908, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 24 }, "end": { - "line": 2629, + "line": 2671, "column": 28 }, "identifierName": "_tmp" @@ -194727,43 +194863,43 @@ }, "init": { "type": "CallExpression", - "start": 118521, - "end": 118536, + "start": 120911, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 118521, - "end": 118531, + "start": 120911, + "end": 120921, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 41 } }, "object": { "type": "Identifier", - "start": 118521, - "end": 118525, + "start": 120911, + "end": 120915, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 35 }, "identifierName": "cond" @@ -194772,15 +194908,15 @@ }, "property": { "type": "Identifier", - "start": 118526, - "end": 118531, + "start": 120916, + "end": 120921, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 36 }, "end": { - "line": 2629, + "line": 2671, "column": 41 }, "identifierName": "split" @@ -194792,15 +194928,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 118532, - "end": 118535, + "start": 120922, + "end": 120925, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 42 }, "end": { - "line": 2629, + "line": 2671, "column": 45 } }, @@ -194820,15 +194956,15 @@ { "type": "CommentLine", "value": " By matching range of datetime", - "start": 118457, - "end": 118489, + "start": 120847, + "end": 120879, "loc": { "start": { - "line": 2628, + "line": 2670, "column": 20 }, "end": { - "line": 2628, + "line": 2670, "column": 52 } } @@ -194837,58 +194973,58 @@ }, { "type": "ExpressionStatement", - "start": 118578, - "end": 118607, + "start": 120968, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 118578, - "end": 118607, + "start": 120968, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118578, - "end": 118592, + "start": 120968, + "end": 120982, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 34 } }, "object": { "type": "Identifier", - "start": 118578, - "end": 118587, + "start": 120968, + "end": 120977, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 29 }, "identifierName": "condition" @@ -194897,15 +195033,15 @@ }, "property": { "type": "Identifier", - "start": 118588, - "end": 118592, + "start": 120978, + "end": 120982, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 30 }, "end": { - "line": 2631, + "line": 2673, "column": 34 }, "identifierName": "type" @@ -194916,15 +195052,15 @@ }, "right": { "type": "StringLiteral", - "start": 118596, - "end": 118607, + "start": 120986, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 38 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, @@ -194938,58 +195074,58 @@ }, { "type": "ExpressionStatement", - "start": 118628, - "end": 118648, + "start": 121018, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 118628, - "end": 118648, + "start": 121018, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118628, - "end": 118643, + "start": 121018, + "end": 121033, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 35 } }, "object": { "type": "Identifier", - "start": 118628, - "end": 118637, + "start": 121018, + "end": 121027, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 29 }, "identifierName": "condition" @@ -194998,15 +195134,15 @@ }, "property": { "type": "Identifier", - "start": 118638, - "end": 118643, + "start": 121028, + "end": 121033, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 30 }, "end": { - "line": 2632, + "line": 2674, "column": 35 }, "identifierName": "value" @@ -195017,15 +195153,15 @@ }, "right": { "type": "ObjectExpression", - "start": 118646, - "end": 118648, + "start": 121036, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 38 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, @@ -195035,72 +195171,72 @@ }, { "type": "ExpressionStatement", - "start": 118669, - "end": 118748, + "start": 121059, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 118669, - "end": 118748, + "start": 121059, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118669, - "end": 118692, + "start": 121059, + "end": 121082, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 118669, - "end": 118684, + "start": 121059, + "end": 121074, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 35 } }, "object": { "type": "Identifier", - "start": 118669, - "end": 118678, + "start": 121059, + "end": 121068, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 29 }, "identifierName": "condition" @@ -195109,15 +195245,15 @@ }, "property": { "type": "Identifier", - "start": 118679, - "end": 118684, + "start": 121069, + "end": 121074, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 30 }, "end": { - "line": 2633, + "line": 2675, "column": 35 }, "identifierName": "value" @@ -195128,15 +195264,15 @@ }, "property": { "type": "StringLiteral", - "start": 118685, - "end": 118691, + "start": 121075, + "end": 121081, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 36 }, "end": { - "line": 2633, + "line": 2675, "column": 42 } }, @@ -195150,72 +195286,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 118695, - "end": 118748, + "start": 121085, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "test": { "type": "CallExpression", - "start": 118695, - "end": 118719, + "start": 121085, + "end": 121109, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 118695, - "end": 118708, + "start": 121085, + "end": 121098, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 118695, - "end": 118699, + "start": 121085, + "end": 121089, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 50 } } }, "property": { "type": "Identifier", - "start": 118700, - "end": 118708, + "start": 121090, + "end": 121098, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 51 }, "end": { - "line": 2633, + "line": 2675, "column": 59 }, "identifierName": "is_empty" @@ -195227,29 +195363,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118710, - "end": 118717, + "start": 121100, + "end": 121107, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 61 }, "end": { - "line": 2633, + "line": 2675, "column": 68 } }, "object": { "type": "Identifier", - "start": 118710, - "end": 118714, + "start": 121100, + "end": 121104, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 61 }, "end": { - "line": 2633, + "line": 2675, "column": 65 }, "identifierName": "_tmp" @@ -195258,15 +195394,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118715, - "end": 118716, + "start": 121105, + "end": 121106, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 66 }, "end": { - "line": 2633, + "line": 2675, "column": 67 } }, @@ -195282,44 +195418,44 @@ }, "consequent": { "type": "NullLiteral", - "start": 118722, - "end": 118726, + "start": 121112, + "end": 121116, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 73 }, "end": { - "line": 2633, + "line": 2675, "column": 77 } } }, "alternate": { "type": "NewExpression", - "start": 118729, - "end": 118748, + "start": 121119, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 80 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "callee": { "type": "Identifier", - "start": 118733, - "end": 118737, + "start": 121123, + "end": 121127, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 84 }, "end": { - "line": 2633, + "line": 2675, "column": 88 }, "identifierName": "Date" @@ -195329,29 +195465,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118739, - "end": 118746, + "start": 121129, + "end": 121136, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 90 }, "end": { - "line": 2633, + "line": 2675, "column": 97 } }, "object": { "type": "Identifier", - "start": 118739, - "end": 118743, + "start": 121129, + "end": 121133, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 90 }, "end": { - "line": 2633, + "line": 2675, "column": 94 }, "identifierName": "_tmp" @@ -195360,15 +195496,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118744, - "end": 118745, + "start": 121134, + "end": 121135, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 95 }, "end": { - "line": 2633, + "line": 2675, "column": 96 } }, @@ -195387,72 +195523,72 @@ }, { "type": "ExpressionStatement", - "start": 118769, - "end": 118848, + "start": 121159, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 118769, - "end": 118848, + "start": 121159, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118769, - "end": 118790, + "start": 121159, + "end": 121180, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 118769, - "end": 118784, + "start": 121159, + "end": 121174, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 35 } }, "object": { "type": "Identifier", - "start": 118769, - "end": 118778, + "start": 121159, + "end": 121168, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 29 }, "identifierName": "condition" @@ -195461,15 +195597,15 @@ }, "property": { "type": "Identifier", - "start": 118779, - "end": 118784, + "start": 121169, + "end": 121174, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 30 }, "end": { - "line": 2634, + "line": 2676, "column": 35 }, "identifierName": "value" @@ -195480,15 +195616,15 @@ }, "property": { "type": "StringLiteral", - "start": 118785, - "end": 118789, + "start": 121175, + "end": 121179, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 36 }, "end": { - "line": 2634, + "line": 2676, "column": 40 } }, @@ -195502,72 +195638,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 118795, - "end": 118848, + "start": 121185, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "test": { "type": "CallExpression", - "start": 118795, - "end": 118819, + "start": 121185, + "end": 121209, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 118795, - "end": 118808, + "start": 121185, + "end": 121198, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 118795, - "end": 118799, + "start": 121185, + "end": 121189, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 50 } } }, "property": { "type": "Identifier", - "start": 118800, - "end": 118808, + "start": 121190, + "end": 121198, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 51 }, "end": { - "line": 2634, + "line": 2676, "column": 59 }, "identifierName": "is_empty" @@ -195579,29 +195715,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118810, - "end": 118817, + "start": 121200, + "end": 121207, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 61 }, "end": { - "line": 2634, + "line": 2676, "column": 68 } }, "object": { "type": "Identifier", - "start": 118810, - "end": 118814, + "start": 121200, + "end": 121204, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 61 }, "end": { - "line": 2634, + "line": 2676, "column": 65 }, "identifierName": "_tmp" @@ -195610,15 +195746,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118815, - "end": 118816, + "start": 121205, + "end": 121206, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 66 }, "end": { - "line": 2634, + "line": 2676, "column": 67 } }, @@ -195634,44 +195770,44 @@ }, "consequent": { "type": "NullLiteral", - "start": 118822, - "end": 118826, + "start": 121212, + "end": 121216, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 73 }, "end": { - "line": 2634, + "line": 2676, "column": 77 } } }, "alternate": { "type": "NewExpression", - "start": 118829, - "end": 118848, + "start": 121219, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 80 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "callee": { "type": "Identifier", - "start": 118833, - "end": 118837, + "start": 121223, + "end": 121227, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 84 }, "end": { - "line": 2634, + "line": 2676, "column": 88 }, "identifierName": "Date" @@ -195681,29 +195817,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118839, - "end": 118846, + "start": 121229, + "end": 121236, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 90 }, "end": { - "line": 2634, + "line": 2676, "column": 97 } }, "object": { "type": "Identifier", - "start": 118839, - "end": 118843, + "start": 121229, + "end": 121233, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 90 }, "end": { - "line": 2634, + "line": 2676, "column": 94 }, "identifierName": "_tmp" @@ -195712,15 +195848,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118844, - "end": 118845, + "start": 121234, + "end": 121235, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 95 }, "end": { - "line": 2634, + "line": 2676, "column": 96 } }, @@ -195739,15 +195875,15 @@ }, { "type": "BreakStatement", - "start": 118869, - "end": 118874, + "start": 121259, + "end": 121264, "loc": { "start": { - "line": 2635, + "line": 2677, "column": 20 }, "end": { - "line": 2635, + "line": 2677, "column": 25 } }, @@ -195759,43 +195895,43 @@ ], "test": { "type": "CallExpression", - "start": 118283, - "end": 118433, + "start": 120673, + "end": 120823, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 171 } }, "callee": { "type": "MemberExpression", - "start": 118283, - "end": 118425, + "start": 120673, + "end": 120815, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 163 } }, "object": { "type": "RegExpLiteral", - "start": 118283, - "end": 118420, + "start": 120673, + "end": 120810, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 158 } }, @@ -195807,15 +195943,15 @@ }, "property": { "type": "Identifier", - "start": 118421, - "end": 118425, + "start": 120811, + "end": 120815, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 159 }, "end": { - "line": 2627, + "line": 2669, "column": 163 }, "identifierName": "test" @@ -195827,15 +195963,15 @@ "arguments": [ { "type": "Identifier", - "start": 118427, - "end": 118431, + "start": 120817, + "end": 120821, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 165 }, "end": { - "line": 2627, + "line": 2669, "column": 169 }, "identifierName": "cond" @@ -195847,73 +195983,73 @@ }, { "type": "SwitchCase", - "start": 118909, - "end": 119094, + "start": 121299, + "end": 121484, "loc": { "start": { - "line": 2637, + "line": 2679, "column": 16 }, "end": { - "line": 2641, + "line": 2683, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 118986, - "end": 119011, + "start": 121376, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 118986, - "end": 119011, + "start": 121376, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118986, - "end": 119000, + "start": 121376, + "end": 121390, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 34 } }, "object": { "type": "Identifier", - "start": 118986, - "end": 118995, + "start": 121376, + "end": 121385, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 29 }, "identifierName": "condition" @@ -195923,15 +196059,15 @@ }, "property": { "type": "Identifier", - "start": 118996, - "end": 119000, + "start": 121386, + "end": 121390, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 30 }, "end": { - "line": 2639, + "line": 2681, "column": 34 }, "identifierName": "type" @@ -195943,15 +196079,15 @@ }, "right": { "type": "StringLiteral", - "start": 119004, - "end": 119011, + "start": 121394, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 38 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, @@ -195967,15 +196103,15 @@ { "type": "CommentLine", "value": " By matching regex string", - "start": 118938, - "end": 118965, + "start": 121328, + "end": 121355, "loc": { "start": { - "line": 2638, + "line": 2680, "column": 20 }, "end": { - "line": 2638, + "line": 2680, "column": 47 } } @@ -195984,58 +196120,58 @@ }, { "type": "ExpressionStatement", - "start": 119032, - "end": 119068, + "start": 121422, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 119032, - "end": 119068, + "start": 121422, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 119032, - "end": 119047, + "start": 121422, + "end": 121437, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 35 } }, "object": { "type": "Identifier", - "start": 119032, - "end": 119041, + "start": 121422, + "end": 121431, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 29 }, "identifierName": "condition" @@ -196044,15 +196180,15 @@ }, "property": { "type": "Identifier", - "start": 119042, - "end": 119047, + "start": 121432, + "end": 121437, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 30 }, "end": { - "line": 2640, + "line": 2682, "column": 35 }, "identifierName": "value" @@ -196063,29 +196199,29 @@ }, "right": { "type": "NewExpression", - "start": 119050, - "end": 119068, + "start": 121440, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 38 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "callee": { "type": "Identifier", - "start": 119054, - "end": 119060, + "start": 121444, + "end": 121450, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 42 }, "end": { - "line": 2640, + "line": 2682, "column": 48 }, "identifierName": "RegExp" @@ -196095,15 +196231,15 @@ "arguments": [ { "type": "Identifier", - "start": 119062, - "end": 119066, + "start": 121452, + "end": 121456, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 50 }, "end": { - "line": 2640, + "line": 2682, "column": 54 }, "identifierName": "cond" @@ -196116,15 +196252,15 @@ }, { "type": "BreakStatement", - "start": 119089, - "end": 119094, + "start": 121479, + "end": 121484, "loc": { "start": { - "line": 2641, + "line": 2683, "column": 20 }, "end": { - "line": 2641, + "line": 2683, "column": 25 } }, @@ -196137,57 +196273,57 @@ }, { "type": "ExpressionStatement", - "start": 119121, - "end": 120397, + "start": 121511, + "end": 122787, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2672, + "line": 2714, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 119121, - "end": 120397, + "start": 121511, + "end": 122787, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2672, + "line": 2714, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 119121, - "end": 119141, + "start": 121511, + "end": 121531, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2643, + "line": 2685, "column": 32 } }, "object": { "type": "Identifier", - "start": 119121, - "end": 119133, + "start": 121511, + "end": 121523, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2643, + "line": 2685, "column": 24 }, "identifierName": "_cacheEvents" @@ -196196,15 +196332,15 @@ }, "property": { "type": "Identifier", - "start": 119134, - "end": 119141, + "start": 121524, + "end": 121531, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 25 }, "end": { - "line": 2643, + "line": 2685, "column": 32 }, "identifierName": "forEach" @@ -196216,15 +196352,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 119143, - "end": 120396, + "start": 121533, + "end": 122786, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 34 }, "end": { - "line": 2672, + "line": 2714, "column": 13 } }, @@ -196235,15 +196371,15 @@ "params": [ { "type": "Identifier", - "start": 119145, - "end": 119148, + "start": 121535, + "end": 121538, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 36 }, "end": { - "line": 2643, + "line": 2685, "column": 39 }, "identifierName": "evt" @@ -196252,15 +196388,15 @@ }, { "type": "Identifier", - "start": 119150, - "end": 119154, + "start": 121540, + "end": 121544, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 41 }, "end": { - "line": 2643, + "line": 2685, "column": 45 }, "identifierName": "_idx" @@ -196270,59 +196406,59 @@ ], "body": { "type": "BlockStatement", - "start": 119160, - "end": 120396, + "start": 121550, + "end": 122786, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 51 }, "end": { - "line": 2672, + "line": 2714, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 119178, - "end": 119199, + "start": 121568, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 16 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 119182, - "end": 119199, + "start": 121572, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 20 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, "id": { "type": "Identifier", - "start": 119182, - "end": 119191, + "start": 121572, + "end": 121581, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 20 }, "end": { - "line": 2644, + "line": 2686, "column": 29 }, "identifierName": "is_remove" @@ -196331,15 +196467,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 119194, - "end": 119199, + "start": 121584, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 32 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, @@ -196351,43 +196487,43 @@ }, { "type": "SwitchStatement", - "start": 119233, - "end": 120282, + "start": 121623, + "end": 122672, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 16 }, "end": { - "line": 2668, + "line": 2710, "column": 17 } }, "discriminant": { "type": "MemberExpression", - "start": 119242, - "end": 119256, + "start": 121632, + "end": 121646, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 25 }, "end": { - "line": 2646, + "line": 2688, "column": 39 } }, "object": { "type": "Identifier", - "start": 119242, - "end": 119251, + "start": 121632, + "end": 121641, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 25 }, "end": { - "line": 2646, + "line": 2688, "column": 34 }, "identifierName": "condition" @@ -196396,15 +196532,15 @@ }, "property": { "type": "Identifier", - "start": 119252, - "end": 119256, + "start": 121642, + "end": 121646, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 35 }, "end": { - "line": 2646, + "line": 2688, "column": 39 }, "identifierName": "type" @@ -196416,87 +196552,87 @@ "cases": [ { "type": "SwitchCase", - "start": 119281, - "end": 119501, + "start": 121671, + "end": 121891, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 20 }, "end": { - "line": 2652, + "line": 2694, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 119297, - "end": 119501, + "start": 121687, + "end": 121891, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 36 }, "end": { - "line": 2652, + "line": 2694, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 119323, - "end": 119449, + "start": 121713, + "end": 121839, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 24 }, "end": { - "line": 2650, + "line": 2692, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 119328, - "end": 119374, + "start": 121718, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 75 } }, "left": { "type": "CallExpression", - "start": 119328, - "end": 119355, + "start": 121718, + "end": 121745, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 56 } }, "callee": { "type": "Identifier", - "start": 119328, - "end": 119336, + "start": 121718, + "end": 121726, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 37 }, "identifierName": "parseInt" @@ -196506,29 +196642,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 119338, - "end": 119349, + "start": 121728, + "end": 121739, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 39 }, "end": { - "line": 2648, + "line": 2690, "column": 50 } }, "object": { "type": "Identifier", - "start": 119338, - "end": 119341, + "start": 121728, + "end": 121731, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 39 }, "end": { - "line": 2648, + "line": 2690, "column": 42 }, "identifierName": "evt" @@ -196537,15 +196673,15 @@ }, "property": { "type": "Identifier", - "start": 119342, - "end": 119349, + "start": 121732, + "end": 121739, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 43 }, "end": { - "line": 2648, + "line": 2690, "column": 50 }, "identifierName": "eventId" @@ -196556,15 +196692,15 @@ }, { "type": "NumericLiteral", - "start": 119351, - "end": 119353, + "start": 121741, + "end": 121743, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 52 }, "end": { - "line": 2648, + "line": 2690, "column": 54 } }, @@ -196579,29 +196715,29 @@ "operator": "==", "right": { "type": "MemberExpression", - "start": 119359, - "end": 119374, + "start": 121749, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 60 }, "end": { - "line": 2648, + "line": 2690, "column": 75 } }, "object": { "type": "Identifier", - "start": 119359, - "end": 119368, + "start": 121749, + "end": 121758, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 60 }, "end": { - "line": 2648, + "line": 2690, "column": 69 }, "identifierName": "condition" @@ -196610,15 +196746,15 @@ }, "property": { "type": "Identifier", - "start": 119369, - "end": 119374, + "start": 121759, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 70 }, "end": { - "line": 2648, + "line": 2690, "column": 75 }, "identifierName": "value" @@ -196630,59 +196766,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 119377, - "end": 119449, + "start": 121767, + "end": 121839, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 78 }, "end": { - "line": 2650, + "line": 2692, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 119407, - "end": 119423, + "start": 121797, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 119407, - "end": 119423, + "start": 121797, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 119407, - "end": 119416, + "start": 121797, + "end": 121806, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 37 }, "identifierName": "is_remove" @@ -196691,15 +196827,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 119419, - "end": 119423, + "start": 121809, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 40 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, @@ -196714,15 +196850,15 @@ }, { "type": "BreakStatement", - "start": 119474, - "end": 119479, + "start": 121864, + "end": 121869, "loc": { "start": { - "line": 2651, + "line": 2693, "column": 24 }, "end": { - "line": 2651, + "line": 2693, "column": 29 } }, @@ -196734,15 +196870,15 @@ ], "test": { "type": "StringLiteral", - "start": 119286, - "end": 119295, + "start": 121676, + "end": 121685, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 25 }, "end": { - "line": 2647, + "line": 2689, "column": 34 } }, @@ -196755,74 +196891,74 @@ }, { "type": "SwitchCase", - "start": 119522, - "end": 120026, + "start": 121912, + "end": 122416, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 20 }, "end": { - "line": 2661, + "line": 2703, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 119540, - "end": 120026, + "start": 121930, + "end": 122416, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 38 }, "end": { - "line": 2661, + "line": 2703, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 119566, - "end": 119812, + "start": 121956, + "end": 122202, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 24 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 119570, - "end": 119674, + "start": 121960, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 28 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, "id": { "type": "Identifier", - "start": 119570, - "end": 119576, + "start": 121960, + "end": 121966, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 28 }, "end": { - "line": 2654, + "line": 2696, "column": 34 }, "identifierName": "_fromX" @@ -196831,57 +196967,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 119579, - "end": 119674, + "start": 121969, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, "test": { "type": "MemberExpression", - "start": 119579, - "end": 119599, + "start": 121969, + "end": 121989, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 119579, - "end": 119594, + "start": 121969, + "end": 121984, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 52 } }, "object": { "type": "Identifier", - "start": 119579, - "end": 119588, + "start": 121969, + "end": 121978, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 46 }, "identifierName": "condition" @@ -196890,15 +197026,15 @@ }, "property": { "type": "Identifier", - "start": 119589, - "end": 119594, + "start": 121979, + "end": 121984, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 47 }, "end": { - "line": 2654, + "line": 2696, "column": 52 }, "identifierName": "value" @@ -196909,15 +197045,15 @@ }, "property": { "type": "Identifier", - "start": 119595, - "end": 119599, + "start": 121985, + "end": 121989, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 53 }, "end": { - "line": 2654, + "line": 2696, "column": 57 }, "identifierName": "from" @@ -196928,43 +197064,43 @@ }, "consequent": { "type": "CallExpression", - "start": 119602, - "end": 119670, + "start": 121992, + "end": 122060, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 128 } }, "callee": { "type": "MemberExpression", - "start": 119602, - "end": 119611, + "start": 121992, + "end": 122001, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 69 } }, "object": { "type": "Identifier", - "start": 119602, - "end": 119606, + "start": 121992, + "end": 121996, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 64 }, "identifierName": "Math" @@ -196973,15 +197109,15 @@ }, "property": { "type": "Identifier", - "start": 119607, - "end": 119611, + "start": 121997, + "end": 122001, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 65 }, "end": { - "line": 2654, + "line": 2696, "column": 69 }, "identifierName": "ceil" @@ -196993,58 +197129,58 @@ "arguments": [ { "type": "CallExpression", - "start": 119613, - "end": 119668, + "start": 122003, + "end": 122058, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 126 } }, "callee": { "type": "MemberExpression", - "start": 119613, - "end": 119633, + "start": 122003, + "end": 122023, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 119613, - "end": 119617, + "start": 122003, + "end": 122007, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 75 } } }, "property": { "type": "Identifier", - "start": 119618, - "end": 119633, + "start": 122008, + "end": 122023, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 76 }, "end": { - "line": 2654, + "line": 2696, "column": 91 }, "identifierName": "_getCoordinateX" @@ -197056,71 +197192,71 @@ "arguments": [ { "type": "CallExpression", - "start": 119635, - "end": 119666, + "start": 122025, + "end": 122056, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 124 } }, "callee": { "type": "MemberExpression", - "start": 119635, - "end": 119664, + "start": 122025, + "end": 122054, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 122 } }, "object": { "type": "MemberExpression", - "start": 119635, - "end": 119655, + "start": 122025, + "end": 122045, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 113 } }, "object": { "type": "MemberExpression", - "start": 119635, - "end": 119650, + "start": 122025, + "end": 122040, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 108 } }, "object": { "type": "Identifier", - "start": 119635, - "end": 119644, + "start": 122025, + "end": 122034, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 102 }, "identifierName": "condition" @@ -197129,15 +197265,15 @@ }, "property": { "type": "Identifier", - "start": 119645, - "end": 119650, + "start": 122035, + "end": 122040, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 103 }, "end": { - "line": 2654, + "line": 2696, "column": 108 }, "identifierName": "value" @@ -197148,15 +197284,15 @@ }, "property": { "type": "Identifier", - "start": 119651, - "end": 119655, + "start": 122041, + "end": 122045, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 109 }, "end": { - "line": 2654, + "line": 2696, "column": 113 }, "identifierName": "from" @@ -197167,15 +197303,15 @@ }, "property": { "type": "Identifier", - "start": 119656, - "end": 119664, + "start": 122046, + "end": 122054, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 114 }, "end": { - "line": 2654, + "line": 2696, "column": 122 }, "identifierName": "toString" @@ -197192,15 +197328,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 119673, - "end": 119674, + "start": 122063, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 131 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, @@ -197214,29 +197350,29 @@ }, { "type": "VariableDeclarator", - "start": 119704, - "end": 119812, + "start": 122094, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 28 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "id": { "type": "Identifier", - "start": 119704, - "end": 119708, + "start": 122094, + "end": 122098, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 28 }, "end": { - "line": 2655, + "line": 2697, "column": 32 }, "identifierName": "_toX" @@ -197245,57 +197381,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 119713, - "end": 119812, + "start": 122103, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "test": { "type": "MemberExpression", - "start": 119713, - "end": 119731, + "start": 122103, + "end": 122121, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 119713, - "end": 119728, + "start": 122103, + "end": 122118, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 52 } }, "object": { "type": "Identifier", - "start": 119713, - "end": 119722, + "start": 122103, + "end": 122112, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 46 }, "identifierName": "condition" @@ -197304,15 +197440,15 @@ }, "property": { "type": "Identifier", - "start": 119723, - "end": 119728, + "start": 122113, + "end": 122118, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 47 }, "end": { - "line": 2655, + "line": 2697, "column": 52 }, "identifierName": "value" @@ -197323,15 +197459,15 @@ }, "property": { "type": "Identifier", - "start": 119729, - "end": 119731, + "start": 122119, + "end": 122121, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 53 }, "end": { - "line": 2655, + "line": 2697, "column": 55 }, "identifierName": "to" @@ -197342,43 +197478,43 @@ }, "consequent": { "type": "CallExpression", - "start": 119736, - "end": 119803, + "start": 122126, + "end": 122193, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 127 } }, "callee": { "type": "MemberExpression", - "start": 119736, - "end": 119746, + "start": 122126, + "end": 122136, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 70 } }, "object": { "type": "Identifier", - "start": 119736, - "end": 119740, + "start": 122126, + "end": 122130, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 64 }, "identifierName": "Math" @@ -197387,15 +197523,15 @@ }, "property": { "type": "Identifier", - "start": 119741, - "end": 119746, + "start": 122131, + "end": 122136, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 65 }, "end": { - "line": 2655, + "line": 2697, "column": 70 }, "identifierName": "floor" @@ -197407,58 +197543,58 @@ "arguments": [ { "type": "CallExpression", - "start": 119748, - "end": 119801, + "start": 122138, + "end": 122191, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 119748, - "end": 119768, + "start": 122138, + "end": 122158, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 119748, - "end": 119752, + "start": 122138, + "end": 122142, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 76 } } }, "property": { "type": "Identifier", - "start": 119753, - "end": 119768, + "start": 122143, + "end": 122158, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 77 }, "end": { - "line": 2655, + "line": 2697, "column": 92 }, "identifierName": "_getCoordinateX" @@ -197470,71 +197606,71 @@ "arguments": [ { "type": "CallExpression", - "start": 119770, - "end": 119799, + "start": 122160, + "end": 122189, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 123 } }, "callee": { "type": "MemberExpression", - "start": 119770, - "end": 119797, + "start": 122160, + "end": 122187, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 121 } }, "object": { "type": "MemberExpression", - "start": 119770, - "end": 119788, + "start": 122160, + "end": 122178, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 119770, - "end": 119785, + "start": 122160, + "end": 122175, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 109 } }, "object": { "type": "Identifier", - "start": 119770, - "end": 119779, + "start": 122160, + "end": 122169, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 103 }, "identifierName": "condition" @@ -197543,15 +197679,15 @@ }, "property": { "type": "Identifier", - "start": 119780, - "end": 119785, + "start": 122170, + "end": 122175, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 104 }, "end": { - "line": 2655, + "line": 2697, "column": 109 }, "identifierName": "value" @@ -197562,15 +197698,15 @@ }, "property": { "type": "Identifier", - "start": 119786, - "end": 119788, + "start": 122176, + "end": 122178, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 110 }, "end": { - "line": 2655, + "line": 2697, "column": 112 }, "identifierName": "to" @@ -197581,15 +197717,15 @@ }, "property": { "type": "Identifier", - "start": 119789, - "end": 119797, + "start": 122179, + "end": 122187, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 113 }, "end": { - "line": 2655, + "line": 2697, "column": 121 }, "identifierName": "toString" @@ -197606,15 +197742,15 @@ }, "alternate": { "type": "Identifier", - "start": 119806, - "end": 119812, + "start": 122196, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 130 }, "end": { - "line": 2655, + "line": 2697, "column": 136 }, "identifierName": "_fromX" @@ -197628,57 +197764,57 @@ }, { "type": "IfStatement", - "start": 119862, - "end": 119974, + "start": 122252, + "end": 122364, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 24 }, "end": { - "line": 2659, + "line": 2701, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 119867, - "end": 119899, + "start": 122257, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 61 } }, "left": { "type": "BinaryExpression", - "start": 119867, - "end": 119882, + "start": 122257, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 44 } }, "left": { "type": "Identifier", - "start": 119867, - "end": 119873, + "start": 122257, + "end": 122263, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 35 }, "identifierName": "_fromX" @@ -197688,29 +197824,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 119877, - "end": 119882, + "start": 122267, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 39 }, "end": { - "line": 2657, + "line": 2699, "column": 44 } }, "object": { "type": "Identifier", - "start": 119877, - "end": 119880, + "start": 122267, + "end": 122270, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 39 }, "end": { - "line": 2657, + "line": 2699, "column": 42 }, "identifierName": "evt" @@ -197719,15 +197855,15 @@ }, "property": { "type": "Identifier", - "start": 119881, - "end": 119882, + "start": 122271, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 43 }, "end": { - "line": 2657, + "line": 2699, "column": 44 }, "identifierName": "x" @@ -197740,43 +197876,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 119886, - "end": 119899, + "start": 122276, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 119886, - "end": 119891, + "start": 122276, + "end": 122281, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 53 } }, "object": { "type": "Identifier", - "start": 119886, - "end": 119889, + "start": 122276, + "end": 122279, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 51 }, "identifierName": "evt" @@ -197785,15 +197921,15 @@ }, "property": { "type": "Identifier", - "start": 119890, - "end": 119891, + "start": 122280, + "end": 122281, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 52 }, "end": { - "line": 2657, + "line": 2699, "column": 53 }, "identifierName": "x" @@ -197805,15 +197941,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 119895, - "end": 119899, + "start": 122285, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 57 }, "end": { - "line": 2657, + "line": 2699, "column": 61 }, "identifierName": "_toX" @@ -197824,59 +197960,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 119902, - "end": 119974, + "start": 122292, + "end": 122364, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 64 }, "end": { - "line": 2659, + "line": 2701, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 119932, - "end": 119948, + "start": 122322, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 119932, - "end": 119948, + "start": 122322, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 119932, - "end": 119941, + "start": 122322, + "end": 122331, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 37 }, "identifierName": "is_remove" @@ -197885,15 +198021,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 119944, - "end": 119948, + "start": 122334, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 40 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, @@ -197908,15 +198044,15 @@ }, { "type": "BreakStatement", - "start": 119999, - "end": 120004, + "start": 122389, + "end": 122394, "loc": { "start": { - "line": 2660, + "line": 2702, "column": 24 }, "end": { - "line": 2660, + "line": 2702, "column": 29 } }, @@ -197928,15 +198064,15 @@ ], "test": { "type": "StringLiteral", - "start": 119527, - "end": 119538, + "start": 121917, + "end": 121928, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 25 }, "end": { - "line": 2653, + "line": 2695, "column": 36 } }, @@ -197949,101 +198085,101 @@ }, { "type": "SwitchCase", - "start": 120047, - "end": 120264, + "start": 122437, + "end": 122654, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 20 }, "end": { - "line": 2667, + "line": 2709, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 120061, - "end": 120264, + "start": 122451, + "end": 122654, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 34 }, "end": { - "line": 2667, + "line": 2709, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 120087, - "end": 120212, + "start": 122477, + "end": 122602, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 24 }, "end": { - "line": 2665, + "line": 2707, "column": 25 } }, "test": { "type": "CallExpression", - "start": 120092, - "end": 120137, + "start": 122482, + "end": 122527, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 120092, - "end": 120112, + "start": 122482, + "end": 122502, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 120092, - "end": 120107, + "start": 122482, + "end": 122497, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 44 } }, "object": { "type": "Identifier", - "start": 120092, - "end": 120101, + "start": 122482, + "end": 122491, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 38 }, "identifierName": "condition" @@ -198052,15 +198188,15 @@ }, "property": { "type": "Identifier", - "start": 120102, - "end": 120107, + "start": 122492, + "end": 122497, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 39 }, "end": { - "line": 2663, + "line": 2705, "column": 44 }, "identifierName": "value" @@ -198071,15 +198207,15 @@ }, "property": { "type": "Identifier", - "start": 120108, - "end": 120112, + "start": 122498, + "end": 122502, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 45 }, "end": { - "line": 2663, + "line": 2705, "column": 49 }, "identifierName": "test" @@ -198091,43 +198227,43 @@ "arguments": [ { "type": "CallExpression", - "start": 120114, - "end": 120135, + "start": 122504, + "end": 122525, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 120114, - "end": 120128, + "start": 122504, + "end": 122518, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 65 } }, "object": { "type": "Identifier", - "start": 120114, - "end": 120118, + "start": 122504, + "end": 122508, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 55 }, "identifierName": "JSON" @@ -198136,15 +198272,15 @@ }, "property": { "type": "Identifier", - "start": 120119, - "end": 120128, + "start": 122509, + "end": 122518, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 56 }, "end": { - "line": 2663, + "line": 2705, "column": 65 }, "identifierName": "stringify" @@ -198156,15 +198292,15 @@ "arguments": [ { "type": "Identifier", - "start": 120130, - "end": 120133, + "start": 122520, + "end": 122523, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 67 }, "end": { - "line": 2663, + "line": 2705, "column": 70 }, "identifierName": "evt" @@ -198177,59 +198313,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 120140, - "end": 120212, + "start": 122530, + "end": 122602, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 77 }, "end": { - "line": 2665, + "line": 2707, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 120170, - "end": 120186, + "start": 122560, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 120170, - "end": 120186, + "start": 122560, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 120170, - "end": 120179, + "start": 122560, + "end": 122569, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 37 }, "identifierName": "is_remove" @@ -198238,15 +198374,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 120182, - "end": 120186, + "start": 122572, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 40 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, @@ -198261,15 +198397,15 @@ }, { "type": "BreakStatement", - "start": 120237, - "end": 120242, + "start": 122627, + "end": 122632, "loc": { "start": { - "line": 2666, + "line": 2708, "column": 24 }, "end": { - "line": 2666, + "line": 2708, "column": 29 } }, @@ -198281,15 +198417,15 @@ ], "test": { "type": "StringLiteral", - "start": 120052, - "end": 120059, + "start": 122442, + "end": 122449, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 25 }, "end": { - "line": 2662, + "line": 2704, "column": 32 } }, @@ -198304,29 +198440,29 @@ }, { "type": "IfStatement", - "start": 120299, - "end": 120382, + "start": 122689, + "end": 122772, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 16 }, "end": { - "line": 2671, + "line": 2713, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 120304, - "end": 120315, + "start": 122694, + "end": 122705, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 21 }, "end": { - "line": 2669, + "line": 2711, "column": 32 } }, @@ -198334,15 +198470,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 120306, - "end": 120315, + "start": 122696, + "end": 122705, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 23 }, "end": { - "line": 2669, + "line": 2711, "column": 32 }, "identifierName": "is_remove" @@ -198355,72 +198491,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 120318, - "end": 120382, + "start": 122708, + "end": 122772, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 35 }, "end": { - "line": 2671, + "line": 2713, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 120340, - "end": 120364, + "start": 122730, + "end": 122754, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 120340, - "end": 120364, + "start": 122730, + "end": 122754, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 120340, - "end": 120357, + "start": 122730, + "end": 122747, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 37 } }, "object": { "type": "Identifier", - "start": 120340, - "end": 120352, + "start": 122730, + "end": 122742, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 32 }, "identifierName": "remainEvents" @@ -198429,15 +198565,15 @@ }, "property": { "type": "Identifier", - "start": 120353, - "end": 120357, + "start": 122743, + "end": 122747, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 33 }, "end": { - "line": 2670, + "line": 2712, "column": 37 }, "identifierName": "push" @@ -198449,15 +198585,15 @@ "arguments": [ { "type": "Identifier", - "start": 120359, - "end": 120362, + "start": 122749, + "end": 122752, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 39 }, "end": { - "line": 2670, + "line": 2712, "column": 42 }, "identifierName": "evt" @@ -198488,44 +198624,44 @@ }, { "type": "ExpressionStatement", - "start": 120417, - "end": 120474, + "start": 122807, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 120417, - "end": 120474, + "start": 122807, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "operator": "=", "left": { "type": "Identifier", - "start": 120417, - "end": 120428, + "start": 122807, + "end": 122818, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 19 }, "identifierName": "remove_done" @@ -198534,43 +198670,43 @@ }, "right": { "type": "BinaryExpression", - "start": 120431, - "end": 120474, + "start": 122821, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 120431, - "end": 120450, + "start": 122821, + "end": 122840, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 41 } }, "object": { "type": "Identifier", - "start": 120431, - "end": 120443, + "start": 122821, + "end": 122833, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 34 }, "identifierName": "remainEvents" @@ -198579,15 +198715,15 @@ }, "property": { "type": "Identifier", - "start": 120444, - "end": 120450, + "start": 122834, + "end": 122840, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 35 }, "end": { - "line": 2674, + "line": 2716, "column": 41 }, "identifierName": "length" @@ -198599,29 +198735,29 @@ "operator": "!==", "right": { "type": "MemberExpression", - "start": 120455, - "end": 120474, + "start": 122845, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 46 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "object": { "type": "Identifier", - "start": 120455, - "end": 120467, + "start": 122845, + "end": 122857, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 46 }, "end": { - "line": 2674, + "line": 2716, "column": 58 }, "identifierName": "_cacheEvents" @@ -198630,15 +198766,15 @@ }, "property": { "type": "Identifier", - "start": 120468, - "end": 120474, + "start": 122858, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 59 }, "end": { - "line": 2674, + "line": 2716, "column": 65 }, "identifierName": "length" @@ -198652,29 +198788,29 @@ }, { "type": "IfStatement", - "start": 120483, - "end": 120534, + "start": 122873, + "end": 122924, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 8 }, "end": { - "line": 2677, + "line": 2719, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 120488, - "end": 120501, + "start": 122878, + "end": 122891, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 13 }, "end": { - "line": 2675, + "line": 2717, "column": 26 } }, @@ -198682,15 +198818,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 120490, - "end": 120501, + "start": 122880, + "end": 122891, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 15 }, "end": { - "line": 2675, + "line": 2717, "column": 26 }, "identifierName": "remove_done" @@ -198703,30 +198839,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 120504, - "end": 120534, + "start": 122894, + "end": 122924, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 29 }, "end": { - "line": 2677, + "line": 2719, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 120518, - "end": 120524, + "start": 122908, + "end": 122914, "loc": { "start": { - "line": 2676, + "line": 2718, "column": 12 }, "end": { - "line": 2676, + "line": 2718, "column": 18 } }, @@ -198739,72 +198875,72 @@ }, { "type": "ExpressionStatement", - "start": 120552, - "end": 120585, + "start": 122942, + "end": 122975, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 120552, - "end": 120585, + "start": 122942, + "end": 122975, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 120552, - "end": 120569, + "start": 122942, + "end": 122959, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 120552, - "end": 120556, + "start": 122942, + "end": 122946, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 12 } } }, "property": { "type": "Identifier", - "start": 120557, - "end": 120569, + "start": 122947, + "end": 122959, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 13 }, "end": { - "line": 2679, + "line": 2721, "column": 25 }, "identifierName": "_saveToCache" @@ -198816,15 +198952,15 @@ "arguments": [ { "type": "Identifier", - "start": 120571, - "end": 120583, + "start": 122961, + "end": 122973, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 27 }, "end": { - "line": 2679, + "line": 2721, "column": 39 }, "identifierName": "remainEvents" @@ -198836,72 +198972,72 @@ }, { "type": "ExpressionStatement", - "start": 120603, - "end": 120621, + "start": 122993, + "end": 123011, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 120603, - "end": 120621, + "start": 122993, + "end": 123011, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 120603, - "end": 120619, + "start": 122993, + "end": 123009, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 120603, - "end": 120607, + "start": 122993, + "end": 122997, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 12 } } }, "property": { "type": "Identifier", - "start": 120608, - "end": 120619, + "start": 122998, + "end": 123009, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 13 }, "end": { - "line": 2681, + "line": 2723, "column": 24 }, "identifierName": "_placeEvent" @@ -198915,29 +199051,29 @@ }, { "type": "IfStatement", - "start": 120639, - "end": 120832, + "start": 123029, + "end": 123222, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 8 }, "end": { - "line": 2687, + "line": 2729, "column": 9 } }, "test": { "type": "Identifier", - "start": 120644, - "end": 120652, + "start": 123034, + "end": 123042, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 13 }, "end": { - "line": 2683, + "line": 2725, "column": 21 }, "identifierName": "callback" @@ -198946,87 +199082,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 120655, - "end": 120832, + "start": 123045, + "end": 123222, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 24 }, "end": { - "line": 2687, + "line": 2729, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 120669, - "end": 120747, + "start": 123059, + "end": 123137, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 90 } }, "expression": { "type": "CallExpression", - "start": 120669, - "end": 120747, + "start": 123059, + "end": 123137, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 120669, - "end": 120680, + "start": 123059, + "end": 123070, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 120669, - "end": 120673, + "start": 123059, + "end": 123063, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 16 } } }, "property": { "type": "Identifier", - "start": 120674, - "end": 120680, + "start": 123064, + "end": 123070, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 17 }, "end": { - "line": 2684, + "line": 2726, "column": 23 }, "identifierName": "_debug" @@ -199038,15 +199174,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 120682, - "end": 120745, + "start": 123072, + "end": 123135, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 25 }, "end": { - "line": 2684, + "line": 2726, "column": 88 } }, @@ -199061,43 +199197,43 @@ }, { "type": "ExpressionStatement", - "start": 120773, - "end": 120822, + "start": 123163, + "end": 123212, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 120773, - "end": 120822, + "start": 123163, + "end": 123212, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 61 } }, "callee": { "type": "Identifier", - "start": 120773, - "end": 120781, + "start": 123163, + "end": 123171, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 20 }, "identifierName": "callback" @@ -199107,44 +199243,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 120783, - "end": 120796, + "start": 123173, + "end": 123186, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 22 }, "end": { - "line": 2686, + "line": 2728, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 120783, - "end": 120787, + "start": 123173, + "end": 123177, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 22 }, "end": { - "line": 2686, + "line": 2728, "column": 26 } } }, "property": { "type": "Identifier", - "start": 120788, - "end": 120796, + "start": 123178, + "end": 123186, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 27 }, "end": { - "line": 2686, + "line": 2728, "column": 35 }, "identifierName": "_element" @@ -199155,44 +199291,44 @@ }, { "type": "MemberExpression", - "start": 120798, - "end": 120810, + "start": 123188, + "end": 123200, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 37 }, "end": { - "line": 2686, + "line": 2728, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 120798, - "end": 120802, + "start": 123188, + "end": 123192, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 37 }, "end": { - "line": 2686, + "line": 2728, "column": 41 } } }, "property": { "type": "Identifier", - "start": 120803, - "end": 120810, + "start": 123193, + "end": 123200, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 42 }, "end": { - "line": 2686, + "line": 2728, "column": 49 }, "identifierName": "_config" @@ -199203,15 +199339,15 @@ }, { "type": "Identifier", - "start": 120812, - "end": 120820, + "start": 123202, + "end": 123210, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 51 }, "end": { - "line": 2686, + "line": 2728, "column": 59 }, "identifierName": "userdata" @@ -199234,15 +199370,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -199252,15 +199388,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -199269,15 +199405,15 @@ }, { "type": "ClassMethod", - "start": 121100, - "end": 122906, + "start": 123490, + "end": 125296, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 4 }, "end": { - "line": 2743, + "line": 2785, "column": 5 } }, @@ -199285,15 +199421,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 121100, - "end": 121111, + "start": 123490, + "end": 123501, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 4 }, "end": { - "line": 2696, + "line": 2738, "column": 15 }, "identifierName": "updateEvent" @@ -199309,29 +199445,29 @@ "params": [ { "type": "RestElement", - "start": 121113, - "end": 121120, + "start": 123503, + "end": 123510, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 17 }, "end": { - "line": 2696, + "line": 2738, "column": 24 } }, "argument": { "type": "Identifier", - "start": 121116, - "end": 121120, + "start": 123506, + "end": 123510, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 20 }, "end": { - "line": 2696, + "line": 2738, "column": 24 }, "identifierName": "args" @@ -199342,87 +199478,87 @@ ], "body": { "type": "BlockStatement", - "start": 121123, - "end": 122906, + "start": 123513, + "end": 125296, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 27 }, "end": { - "line": 2743, + "line": 2785, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 121133, - "end": 121161, + "start": 123523, + "end": 123551, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 121133, - "end": 121161, + "start": 123523, + "end": 123551, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 121133, - "end": 121144, + "start": 123523, + "end": 123534, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 121133, - "end": 121137, + "start": 123523, + "end": 123527, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 12 } } }, "property": { "type": "Identifier", - "start": 121138, - "end": 121144, + "start": 123528, + "end": 123534, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 13 }, "end": { - "line": 2697, + "line": 2739, "column": 19 }, "identifierName": "_debug" @@ -199434,15 +199570,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 121146, - "end": 121159, + "start": 123536, + "end": 123549, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 21 }, "end": { - "line": 2697, + "line": 2739, "column": 34 } }, @@ -199457,44 +199593,44 @@ }, { "type": "VariableDeclaration", - "start": 121179, - "end": 121535, + "start": 123569, + "end": 123925, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 8 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 121183, - "end": 121205, + "start": 123573, + "end": 123595, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 12 }, "end": { - "line": 2699, + "line": 2741, "column": 34 } }, "id": { "type": "Identifier", - "start": 121183, - "end": 121188, + "start": 123573, + "end": 123578, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 12 }, "end": { - "line": 2699, + "line": 2741, "column": 17 }, "identifierName": "_args" @@ -199503,29 +199639,29 @@ }, "init": { "type": "MemberExpression", - "start": 121198, - "end": 121205, + "start": 123588, + "end": 123595, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 27 }, "end": { - "line": 2699, + "line": 2741, "column": 34 } }, "object": { "type": "Identifier", - "start": 121198, - "end": 121202, + "start": 123588, + "end": 123592, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 27 }, "end": { - "line": 2699, + "line": 2741, "column": 31 }, "identifierName": "args" @@ -199534,15 +199670,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121203, - "end": 121204, + "start": 123593, + "end": 123594, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 32 }, "end": { - "line": 2699, + "line": 2741, "column": 33 } }, @@ -199557,29 +199693,29 @@ }, { "type": "VariableDeclarator", - "start": 121219, - "end": 121287, + "start": 123609, + "end": 123677, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 12 }, "end": { - "line": 2700, + "line": 2742, "column": 80 } }, "id": { "type": "Identifier", - "start": 121219, - "end": 121225, + "start": 123609, + "end": 123615, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 12 }, "end": { - "line": 2700, + "line": 2742, "column": 18 }, "identifierName": "events" @@ -199588,58 +199724,58 @@ }, "init": { "type": "CallExpression", - "start": 121234, - "end": 121287, + "start": 123624, + "end": 123677, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 121234, - "end": 121249, + "start": 123624, + "end": 123639, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 121234, - "end": 121238, + "start": 123624, + "end": 123628, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 31 } } }, "property": { "type": "Identifier", - "start": 121239, - "end": 121249, + "start": 123629, + "end": 123639, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 32 }, "end": { - "line": 2700, + "line": 2742, "column": 42 }, "identifierName": "supplement" @@ -199651,44 +199787,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 121251, - "end": 121255, + "start": 123641, + "end": 123645, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 44 }, "end": { - "line": 2700, + "line": 2742, "column": 48 } } }, { "type": "MemberExpression", - "start": 121257, - "end": 121265, + "start": 123647, + "end": 123655, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 50 }, "end": { - "line": 2700, + "line": 2742, "column": 58 } }, "object": { "type": "Identifier", - "start": 121257, - "end": 121262, + "start": 123647, + "end": 123652, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 50 }, "end": { - "line": 2700, + "line": 2742, "column": 55 }, "identifierName": "_args" @@ -199697,15 +199833,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121263, - "end": 121264, + "start": 123653, + "end": 123654, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 56 }, "end": { - "line": 2700, + "line": 2742, "column": 57 } }, @@ -199719,44 +199855,44 @@ }, { "type": "MemberExpression", - "start": 121267, - "end": 121285, + "start": 123657, + "end": 123675, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 60 }, "end": { - "line": 2700, + "line": 2742, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 121267, - "end": 121271, + "start": 123657, + "end": 123661, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 60 }, "end": { - "line": 2700, + "line": 2742, "column": 64 } } }, "property": { "type": "Identifier", - "start": 121272, - "end": 121285, + "start": 123662, + "end": 123675, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 65 }, "end": { - "line": 2700, + "line": 2742, "column": 78 }, "identifierName": "validateArray" @@ -199770,29 +199906,29 @@ }, { "type": "VariableDeclarator", - "start": 121301, - "end": 121384, + "start": 123691, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 12 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } }, "id": { "type": "Identifier", - "start": 121301, - "end": 121309, + "start": 123691, + "end": 123699, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 12 }, "end": { - "line": 2701, + "line": 2743, "column": 20 }, "identifierName": "callback" @@ -199801,71 +199937,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 121316, - "end": 121384, + "start": 123706, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 121316, - "end": 121366, + "start": 123706, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 121316, - "end": 121332, + "start": 123706, + "end": 123722, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 121316, - "end": 121328, + "start": 123706, + "end": 123718, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 39 } }, "object": { "type": "Identifier", - "start": 121316, - "end": 121321, + "start": 123706, + "end": 123711, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 32 }, "identifierName": "_args" @@ -199874,15 +200010,15 @@ }, "property": { "type": "Identifier", - "start": 121322, - "end": 121328, + "start": 123712, + "end": 123718, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 33 }, "end": { - "line": 2701, + "line": 2743, "column": 39 }, "identifierName": "length" @@ -199894,15 +200030,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 121331, - "end": 121332, + "start": 123721, + "end": 123722, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 42 }, "end": { - "line": 2701, + "line": 2743, "column": 43 } }, @@ -199916,29 +200052,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 121336, - "end": 121366, + "start": 123726, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 47 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 121336, - "end": 121351, + "start": 123726, + "end": 123741, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 47 }, "end": { - "line": 2701, + "line": 2743, "column": 62 } }, @@ -199946,29 +200082,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 121343, - "end": 121351, + "start": 123733, + "end": 123741, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 54 }, "end": { - "line": 2701, + "line": 2743, "column": 62 } }, "object": { "type": "Identifier", - "start": 121343, - "end": 121348, + "start": 123733, + "end": 123738, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 54 }, "end": { - "line": 2701, + "line": 2743, "column": 59 }, "identifierName": "_args" @@ -199977,15 +200113,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121349, - "end": 121350, + "start": 123739, + "end": 123740, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 60 }, "end": { - "line": 2701, + "line": 2743, "column": 61 } }, @@ -200004,15 +200140,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 121356, - "end": 121366, + "start": 123746, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 67 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, @@ -200026,29 +200162,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 121369, - "end": 121377, + "start": 123759, + "end": 123767, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 80 }, "end": { - "line": 2701, + "line": 2743, "column": 88 } }, "object": { "type": "Identifier", - "start": 121369, - "end": 121374, + "start": 123759, + "end": 123764, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 80 }, "end": { - "line": 2701, + "line": 2743, "column": 85 }, "identifierName": "_args" @@ -200057,15 +200193,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121375, - "end": 121376, + "start": 123765, + "end": 123766, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 86 }, "end": { - "line": 2701, + "line": 2743, "column": 87 } }, @@ -200079,15 +200215,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 121380, - "end": 121384, + "start": 123770, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 91 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } } @@ -200096,29 +200232,29 @@ }, { "type": "VariableDeclarator", - "start": 121398, - "end": 121453, + "start": 123788, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 12 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } }, "id": { "type": "Identifier", - "start": 121398, - "end": 121406, + "start": 123788, + "end": 123796, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 12 }, "end": { - "line": 2702, + "line": 2744, "column": 20 }, "identifierName": "userdata" @@ -200127,57 +200263,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 121413, - "end": 121453, + "start": 123803, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 121413, - "end": 121429, + "start": 123803, + "end": 123819, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 121413, - "end": 121425, + "start": 123803, + "end": 123815, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 39 } }, "object": { "type": "Identifier", - "start": 121413, - "end": 121418, + "start": 123803, + "end": 123808, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 32 }, "identifierName": "_args" @@ -200186,15 +200322,15 @@ }, "property": { "type": "Identifier", - "start": 121419, - "end": 121425, + "start": 123809, + "end": 123815, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 33 }, "end": { - "line": 2702, + "line": 2744, "column": 39 }, "identifierName": "length" @@ -200206,15 +200342,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 121428, - "end": 121429, + "start": 123818, + "end": 123819, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 42 }, "end": { - "line": 2702, + "line": 2744, "column": 43 } }, @@ -200227,43 +200363,43 @@ }, "consequent": { "type": "CallExpression", - "start": 121432, - "end": 121446, + "start": 123822, + "end": 123836, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 121432, - "end": 121443, + "start": 123822, + "end": 123833, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 57 } }, "object": { "type": "Identifier", - "start": 121432, - "end": 121437, + "start": 123822, + "end": 123827, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 51 }, "identifierName": "_args" @@ -200272,15 +200408,15 @@ }, "property": { "type": "Identifier", - "start": 121438, - "end": 121443, + "start": 123828, + "end": 123833, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 52 }, "end": { - "line": 2702, + "line": 2744, "column": 57 }, "identifierName": "slice" @@ -200292,15 +200428,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 121444, - "end": 121445, + "start": 123834, + "end": 123835, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 58 }, "end": { - "line": 2702, + "line": 2744, "column": 59 } }, @@ -200314,15 +200450,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 121449, - "end": 121453, + "start": 123839, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 63 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } } @@ -200331,29 +200467,29 @@ }, { "type": "VariableDeclarator", - "start": 121467, - "end": 121501, + "start": 123857, + "end": 123891, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 12 }, "end": { - "line": 2703, + "line": 2745, "column": 46 } }, "id": { "type": "Identifier", - "start": 121467, - "end": 121479, + "start": 123857, + "end": 123869, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 12 }, "end": { - "line": 2703, + "line": 2745, "column": 24 }, "identifierName": "_cacheEvents" @@ -200362,58 +200498,58 @@ }, "init": { "type": "CallExpression", - "start": 121482, - "end": 121501, + "start": 123872, + "end": 123891, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 121482, - "end": 121499, + "start": 123872, + "end": 123889, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 121482, - "end": 121486, + "start": 123872, + "end": 123876, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 31 } } }, "property": { "type": "Identifier", - "start": 121487, - "end": 121499, + "start": 123877, + "end": 123889, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 32 }, "end": { - "line": 2703, + "line": 2745, "column": 44 }, "identifierName": "_loadToCache" @@ -200427,29 +200563,29 @@ }, { "type": "VariableDeclarator", - "start": 121515, - "end": 121535, + "start": 123905, + "end": 123925, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 12 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, "id": { "type": "Identifier", - "start": 121515, - "end": 121526, + "start": 123905, + "end": 123916, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 12 }, "end": { - "line": 2704, + "line": 2746, "column": 23 }, "identifierName": "update_done" @@ -200458,15 +200594,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 121530, - "end": 121535, + "start": 123920, + "end": 123925, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 27 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, @@ -200478,100 +200614,100 @@ }, { "type": "IfStatement", - "start": 121553, - "end": 121670, + "start": 123943, + "end": 124060, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 8 }, "end": { - "line": 2708, + "line": 2750, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 121558, - "end": 121637, + "start": 123948, + "end": 124027, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 92 } }, "left": { "type": "LogicalExpression", - "start": 121558, - "end": 121604, + "start": 123948, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, "left": { "type": "CallExpression", - "start": 121558, - "end": 121581, + "start": 123948, + "end": 123971, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 121558, - "end": 121571, + "start": 123948, + "end": 123961, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 121558, - "end": 121562, + "start": 123948, + "end": 123952, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 17 } } }, "property": { "type": "Identifier", - "start": 121563, - "end": 121571, + "start": 123953, + "end": 123961, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 18 }, "end": { - "line": 2706, + "line": 2748, "column": 26 }, "identifierName": "is_empty" @@ -200583,15 +200719,15 @@ "arguments": [ { "type": "Identifier", - "start": 121573, - "end": 121579, + "start": 123963, + "end": 123969, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 28 }, "end": { - "line": 2706, + "line": 2748, "column": 34 }, "identifierName": "events" @@ -200603,15 +200739,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 121585, - "end": 121604, + "start": 123975, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 40 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, @@ -200619,44 +200755,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 121587, - "end": 121604, + "start": 123977, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 42 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 121587, - "end": 121591, + "start": 123977, + "end": 123981, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 42 }, "end": { - "line": 2706, + "line": 2748, "column": 46 } } }, "property": { "type": "Identifier", - "start": 121592, - "end": 121604, + "start": 123982, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 47 }, "end": { - "line": 2706, + "line": 2748, "column": 59 }, "identifierName": "_isCompleted" @@ -200673,58 +200809,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 121608, - "end": 121637, + "start": 123998, + "end": 124027, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 121608, - "end": 121621, + "start": 123998, + "end": 124011, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 121608, - "end": 121612, + "start": 123998, + "end": 124002, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 67 } } }, "property": { "type": "Identifier", - "start": 121613, - "end": 121621, + "start": 124003, + "end": 124011, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 68 }, "end": { - "line": 2706, + "line": 2748, "column": 76 }, "identifierName": "is_empty" @@ -200736,15 +200872,15 @@ "arguments": [ { "type": "Identifier", - "start": 121623, - "end": 121635, + "start": 124013, + "end": 124025, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 78 }, "end": { - "line": 2706, + "line": 2748, "column": 90 }, "identifierName": "_cacheEvents" @@ -200756,30 +200892,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 121640, - "end": 121670, + "start": 124030, + "end": 124060, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 95 }, "end": { - "line": 2708, + "line": 2750, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 121654, - "end": 121660, + "start": 124044, + "end": 124050, "loc": { "start": { - "line": 2707, + "line": 2749, "column": 12 }, "end": { - "line": 2707, + "line": 2749, "column": 18 } }, @@ -200792,57 +200928,57 @@ }, { "type": "ExpressionStatement", - "start": 121688, - "end": 122543, + "start": 124078, + "end": 124933, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2728, + "line": 2770, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 121688, - "end": 122543, + "start": 124078, + "end": 124933, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2728, + "line": 2770, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 121688, - "end": 121702, + "start": 124078, + "end": 124092, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2710, + "line": 2752, "column": 22 } }, "object": { "type": "Identifier", - "start": 121688, - "end": 121694, + "start": 124078, + "end": 124084, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2710, + "line": 2752, "column": 14 }, "identifierName": "events" @@ -200851,15 +200987,15 @@ }, "property": { "type": "Identifier", - "start": 121695, - "end": 121702, + "start": 124085, + "end": 124092, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 15 }, "end": { - "line": 2710, + "line": 2752, "column": 22 }, "identifierName": "forEach" @@ -200871,15 +201007,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 121704, - "end": 122542, + "start": 124094, + "end": 124932, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 24 }, "end": { - "line": 2728, + "line": 2770, "column": 9 } }, @@ -200890,15 +201026,15 @@ "params": [ { "type": "Identifier", - "start": 121706, - "end": 121709, + "start": 124096, + "end": 124099, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 26 }, "end": { - "line": 2710, + "line": 2752, "column": 29 }, "identifierName": "evt" @@ -200908,59 +201044,59 @@ ], "body": { "type": "BlockStatement", - "start": 121715, - "end": 122542, + "start": 124105, + "end": 124932, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 35 }, "end": { - "line": 2728, + "line": 2770, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 121729, - "end": 122067, + "start": 124119, + "end": 124457, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 12 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 121733, - "end": 121791, + "start": 124123, + "end": 124181, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 16 }, "end": { - "line": 2711, + "line": 2753, "column": 74 } }, "id": { "type": "Identifier", - "start": 121733, - "end": 121743, + "start": 124123, + "end": 124133, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 16 }, "end": { - "line": 2711, + "line": 2753, "column": 26 }, "identifierName": "_upc_event" @@ -200969,58 +201105,58 @@ }, "init": { "type": "CallExpression", - "start": 121746, - "end": 121791, + "start": 124136, + "end": 124181, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 121746, - "end": 121769, + "start": 124136, + "end": 124159, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 121746, - "end": 121750, + "start": 124136, + "end": 124140, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 33 } } }, "property": { "type": "Identifier", - "start": 121751, - "end": 121769, + "start": 124141, + "end": 124159, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 34 }, "end": { - "line": 2711, + "line": 2753, "column": 52 }, "identifierName": "_registerEventData" @@ -201032,15 +201168,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 121771, - "end": 121784, + "start": 124161, + "end": 124174, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 54 }, "end": { - "line": 2711, + "line": 2753, "column": 67 } }, @@ -201052,15 +201188,15 @@ }, { "type": "Identifier", - "start": 121786, - "end": 121789, + "start": 124176, + "end": 124179, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 69 }, "end": { - "line": 2711, + "line": 2753, "column": 72 }, "identifierName": "evt" @@ -201072,29 +201208,29 @@ }, { "type": "VariableDeclarator", - "start": 121829, - "end": 121846, + "start": 124219, + "end": 124236, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 16 }, "end": { - "line": 2712, + "line": 2754, "column": 33 } }, "id": { "type": "Identifier", - "start": 121829, - "end": 121839, + "start": 124219, + "end": 124229, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 16 }, "end": { - "line": 2712, + "line": 2754, "column": 26 }, "identifierName": "_old_index" @@ -201104,15 +201240,15 @@ }, "init": { "type": "NullLiteral", - "start": 121842, - "end": 121846, + "start": 124232, + "end": 124236, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 29 }, "end": { - "line": 2712, + "line": 2754, "column": 33 } } @@ -201121,15 +201257,15 @@ { "type": "CommentLine", "value": " Update Candidate", - "start": 121793, - "end": 121812, + "start": 124183, + "end": 124202, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 76 }, "end": { - "line": 2711, + "line": 2753, "column": 95 } } @@ -201138,29 +201274,29 @@ }, { "type": "VariableDeclarator", - "start": 121864, - "end": 122034, + "start": 124254, + "end": 124424, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 16 }, "end": { - "line": 2716, + "line": 2758, "column": 18 } }, "id": { "type": "Identifier", - "start": 121864, - "end": 121874, + "start": 124254, + "end": 124264, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 16 }, "end": { - "line": 2713, + "line": 2755, "column": 26 }, "identifierName": "_old_event" @@ -201169,43 +201305,43 @@ }, "init": { "type": "CallExpression", - "start": 121877, - "end": 122034, + "start": 124267, + "end": 124424, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2716, + "line": 2758, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 121877, - "end": 121894, + "start": 124267, + "end": 124284, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2713, + "line": 2755, "column": 46 } }, "object": { "type": "Identifier", - "start": 121877, - "end": 121889, + "start": 124267, + "end": 124279, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2713, + "line": 2755, "column": 41 }, "identifierName": "_cacheEvents" @@ -201214,15 +201350,15 @@ }, "property": { "type": "Identifier", - "start": 121890, - "end": 121894, + "start": 124280, + "end": 124284, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 42 }, "end": { - "line": 2713, + "line": 2755, "column": 46 }, "identifierName": "find" @@ -201234,15 +201370,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 121896, - "end": 122033, + "start": 124286, + "end": 124423, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 48 }, "end": { - "line": 2716, + "line": 2758, "column": 17 } }, @@ -201253,15 +201389,15 @@ "params": [ { "type": "Identifier", - "start": 121898, - "end": 121902, + "start": 124288, + "end": 124292, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 50 }, "end": { - "line": 2713, + "line": 2755, "column": 54 }, "identifierName": "_evt" @@ -201270,15 +201406,15 @@ }, { "type": "Identifier", - "start": 121904, - "end": 121908, + "start": 124294, + "end": 124298, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 56 }, "end": { - "line": 2713, + "line": 2755, "column": 60 }, "identifierName": "_idx" @@ -201288,59 +201424,59 @@ ], "body": { "type": "BlockStatement", - "start": 121914, - "end": 122033, + "start": 124304, + "end": 124423, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 66 }, "end": { - "line": 2716, + "line": 2758, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 121936, - "end": 121953, + "start": 124326, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 121936, - "end": 121953, + "start": 124326, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 121936, - "end": 121946, + "start": 124326, + "end": 124336, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 30 }, "identifierName": "_old_index" @@ -201349,15 +201485,15 @@ }, "right": { "type": "Identifier", - "start": 121949, - "end": 121953, + "start": 124339, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 33 }, "end": { - "line": 2714, + "line": 2756, "column": 37 }, "identifierName": "_idx" @@ -201368,57 +201504,57 @@ }, { "type": "ReturnStatement", - "start": 121974, - "end": 122015, + "start": 124364, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 20 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "argument": { "type": "BinaryExpression", - "start": 121981, - "end": 122015, + "start": 124371, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 121981, - "end": 121993, + "start": 124371, + "end": 124383, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 39 } }, "object": { "type": "Identifier", - "start": 121981, - "end": 121985, + "start": 124371, + "end": 124375, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 31 }, "identifierName": "_evt" @@ -201427,15 +201563,15 @@ }, "property": { "type": "Identifier", - "start": 121986, - "end": 121993, + "start": 124376, + "end": 124383, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 32 }, "end": { - "line": 2715, + "line": 2757, "column": 39 }, "identifierName": "eventId" @@ -201447,29 +201583,29 @@ "operator": "==", "right": { "type": "MemberExpression", - "start": 121997, - "end": 122015, + "start": 124387, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 43 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "object": { "type": "Identifier", - "start": 121997, - "end": 122007, + "start": 124387, + "end": 124397, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 43 }, "end": { - "line": 2715, + "line": 2757, "column": 53 }, "identifierName": "_upc_event" @@ -201478,15 +201614,15 @@ }, "property": { "type": "Identifier", - "start": 122008, - "end": 122015, + "start": 124398, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 54 }, "end": { - "line": 2715, + "line": 2757, "column": 61 }, "identifierName": "eventId" @@ -201506,29 +201642,29 @@ }, { "type": "VariableDeclarator", - "start": 122052, - "end": 122067, + "start": 124442, + "end": 124457, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 16 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, "id": { "type": "Identifier", - "start": 122052, - "end": 122062, + "start": 124442, + "end": 124452, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 16 }, "end": { - "line": 2717, + "line": 2759, "column": 26 }, "identifierName": "_new_event" @@ -201537,15 +201673,15 @@ }, "init": { "type": "ObjectExpression", - "start": 122065, - "end": 122067, + "start": 124455, + "end": 124457, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 29 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, @@ -201557,43 +201693,43 @@ }, { "type": "IfStatement", - "start": 122093, - "end": 122532, + "start": 124483, + "end": 124922, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 12 }, "end": { - "line": 2727, + "line": 2769, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 122098, - "end": 122160, + "start": 124488, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 17 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 122098, - "end": 122127, + "start": 124488, + "end": 124517, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 17 }, "end": { - "line": 2719, + "line": 2761, "column": 46 } }, @@ -201601,58 +201737,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 122100, - "end": 122127, + "start": 124490, + "end": 124517, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 122100, - "end": 122113, + "start": 124490, + "end": 124503, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 122100, - "end": 122104, + "start": 124490, + "end": 124494, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 23 } } }, "property": { "type": "Identifier", - "start": 122105, - "end": 122113, + "start": 124495, + "end": 124503, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 24 }, "end": { - "line": 2719, + "line": 2761, "column": 32 }, "identifierName": "is_empty" @@ -201664,15 +201800,15 @@ "arguments": [ { "type": "Identifier", - "start": 122115, - "end": 122125, + "start": 124505, + "end": 124515, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 34 }, "end": { - "line": 2719, + "line": 2761, "column": 44 }, "identifierName": "_old_event" @@ -201688,15 +201824,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 122131, - "end": 122160, + "start": 124521, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 50 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, @@ -201704,58 +201840,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 122133, - "end": 122160, + "start": 124523, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 122133, - "end": 122146, + "start": 124523, + "end": 124536, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 122133, - "end": 122137, + "start": 124523, + "end": 124527, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 56 } } }, "property": { "type": "Identifier", - "start": 122138, - "end": 122146, + "start": 124528, + "end": 124536, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 57 }, "end": { - "line": 2719, + "line": 2761, "column": 65 }, "identifierName": "is_empty" @@ -201767,15 +201903,15 @@ "arguments": [ { "type": "Identifier", - "start": 122148, - "end": 122158, + "start": 124538, + "end": 124548, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 67 }, "end": { - "line": 2719, + "line": 2761, "column": 77 }, "identifierName": "_upc_event" @@ -201791,72 +201927,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 122163, - "end": 122532, + "start": 124553, + "end": 124922, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 82 }, "end": { - "line": 2727, + "line": 2769, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 122181, - "end": 122284, + "start": 124571, + "end": 124674, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 16 }, "end": { - "line": 2722, + "line": 2764, "column": 17 } }, "test": { "type": "CallExpression", - "start": 122186, - "end": 122220, + "start": 124576, + "end": 124610, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 122186, - "end": 122211, + "start": 124576, + "end": 124601, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 46 } }, "object": { "type": "Identifier", - "start": 122186, - "end": 122196, + "start": 124576, + "end": 124586, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 31 }, "identifierName": "_upc_event" @@ -201865,15 +202001,15 @@ }, "property": { "type": "Identifier", - "start": 122197, - "end": 122211, + "start": 124587, + "end": 124601, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 32 }, "end": { - "line": 2720, + "line": 2762, "column": 46 }, "identifierName": "hasOwnProperty" @@ -201885,15 +202021,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 122213, - "end": 122218, + "start": 124603, + "end": 124608, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 48 }, "end": { - "line": 2720, + "line": 2762, "column": 53 } }, @@ -201907,44 +202043,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 122223, - "end": 122284, + "start": 124613, + "end": 124674, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 58 }, "end": { - "line": 2722, + "line": 2764, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 122245, - "end": 122266, + "start": 124635, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 20 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 122245, - "end": 122266, + "start": 124635, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 20 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, @@ -201952,29 +202088,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 122252, - "end": 122266, + "start": 124642, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 27 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, "object": { "type": "Identifier", - "start": 122252, - "end": 122262, + "start": 124642, + "end": 124652, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 27 }, "end": { - "line": 2721, + "line": 2763, "column": 37 }, "identifierName": "_upc_event" @@ -201983,15 +202119,15 @@ }, "property": { "type": "Identifier", - "start": 122263, - "end": 122266, + "start": 124653, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 38 }, "end": { - "line": 2721, + "line": 2763, "column": 41 }, "identifierName": "uid" @@ -202012,44 +202148,44 @@ }, { "type": "ExpressionStatement", - "start": 122301, - "end": 122365, + "start": 124691, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 122301, - "end": 122365, + "start": 124691, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "operator": "=", "left": { "type": "Identifier", - "start": 122301, - "end": 122311, + "start": 124691, + "end": 124701, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 26 }, "identifierName": "_new_event" @@ -202058,43 +202194,43 @@ }, "right": { "type": "CallExpression", - "start": 122314, - "end": 122365, + "start": 124704, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 122314, - "end": 122327, + "start": 124704, + "end": 124717, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 42 } }, "object": { "type": "Identifier", - "start": 122314, - "end": 122320, + "start": 124704, + "end": 124710, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 35 }, "identifierName": "Object" @@ -202103,15 +202239,15 @@ }, "property": { "type": "Identifier", - "start": 122321, - "end": 122327, + "start": 124711, + "end": 124717, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 36 }, "end": { - "line": 2723, + "line": 2765, "column": 42 }, "identifierName": "assign" @@ -202123,15 +202259,15 @@ "arguments": [ { "type": "Identifier", - "start": 122329, - "end": 122339, + "start": 124719, + "end": 124729, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 44 }, "end": { - "line": 2723, + "line": 2765, "column": 54 }, "identifierName": "_new_event" @@ -202140,15 +202276,15 @@ }, { "type": "Identifier", - "start": 122341, - "end": 122351, + "start": 124731, + "end": 124741, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 56 }, "end": { - "line": 2723, + "line": 2765, "column": 66 }, "identifierName": "_old_event" @@ -202157,15 +202293,15 @@ }, { "type": "Identifier", - "start": 122353, - "end": 122363, + "start": 124743, + "end": 124753, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 68 }, "end": { - "line": 2723, + "line": 2765, "column": 78 }, "identifierName": "_upc_event" @@ -202181,15 +202317,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -202198,58 +202334,58 @@ }, { "type": "ExpressionStatement", - "start": 122446, - "end": 122483, + "start": 124836, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 122446, - "end": 122483, + "start": 124836, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 122446, - "end": 122470, + "start": 124836, + "end": 124860, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 40 } }, "object": { "type": "Identifier", - "start": 122446, - "end": 122458, + "start": 124836, + "end": 124848, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 28 }, "identifierName": "_cacheEvents" @@ -202259,15 +202395,15 @@ }, "property": { "type": "Identifier", - "start": 122459, - "end": 122469, + "start": 124849, + "end": 124859, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 29 }, "end": { - "line": 2725, + "line": 2767, "column": 39 }, "identifierName": "_old_index" @@ -202279,15 +202415,15 @@ }, "right": { "type": "Identifier", - "start": 122473, - "end": 122483, + "start": 124863, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 43 }, "end": { - "line": 2725, + "line": 2767, "column": 53 }, "identifierName": "_new_event" @@ -202300,15 +202436,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -202317,44 +202453,44 @@ }, { "type": "ExpressionStatement", - "start": 122500, - "end": 122518, + "start": 124890, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 122500, - "end": 122518, + "start": 124890, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 122500, - "end": 122511, + "start": 124890, + "end": 124901, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 27 }, "identifierName": "update_done" @@ -202363,15 +202499,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 122514, - "end": 122518, + "start": 124904, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 30 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, @@ -202393,29 +202529,29 @@ }, { "type": "IfStatement", - "start": 122561, - "end": 122612, + "start": 124951, + "end": 125002, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 8 }, "end": { - "line": 2732, + "line": 2774, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 122566, - "end": 122579, + "start": 124956, + "end": 124969, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 13 }, "end": { - "line": 2730, + "line": 2772, "column": 26 } }, @@ -202423,15 +202559,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 122568, - "end": 122579, + "start": 124958, + "end": 124969, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 15 }, "end": { - "line": 2730, + "line": 2772, "column": 26 }, "identifierName": "update_done" @@ -202444,30 +202580,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 122582, - "end": 122612, + "start": 124972, + "end": 125002, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 29 }, "end": { - "line": 2732, + "line": 2774, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 122596, - "end": 122602, + "start": 124986, + "end": 124992, "loc": { "start": { - "line": 2731, + "line": 2773, "column": 12 }, "end": { - "line": 2731, + "line": 2773, "column": 18 } }, @@ -202480,72 +202616,72 @@ }, { "type": "ExpressionStatement", - "start": 122630, - "end": 122663, + "start": 125020, + "end": 125053, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 122630, - "end": 122663, + "start": 125020, + "end": 125053, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 122630, - "end": 122647, + "start": 125020, + "end": 125037, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 122630, - "end": 122634, + "start": 125020, + "end": 125024, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 12 } } }, "property": { "type": "Identifier", - "start": 122635, - "end": 122647, + "start": 125025, + "end": 125037, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 13 }, "end": { - "line": 2734, + "line": 2776, "column": 25 }, "identifierName": "_saveToCache" @@ -202557,15 +202693,15 @@ "arguments": [ { "type": "Identifier", - "start": 122649, - "end": 122661, + "start": 125039, + "end": 125051, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 27 }, "end": { - "line": 2734, + "line": 2776, "column": 39 }, "identifierName": "_cacheEvents" @@ -202577,72 +202713,72 @@ }, { "type": "ExpressionStatement", - "start": 122681, - "end": 122699, + "start": 125071, + "end": 125089, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 122681, - "end": 122699, + "start": 125071, + "end": 125089, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 122681, - "end": 122697, + "start": 125071, + "end": 125087, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 122681, - "end": 122685, + "start": 125071, + "end": 125075, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 12 } } }, "property": { "type": "Identifier", - "start": 122686, - "end": 122697, + "start": 125076, + "end": 125087, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 13 }, "end": { - "line": 2736, + "line": 2778, "column": 24 }, "identifierName": "_placeEvent" @@ -202656,29 +202792,29 @@ }, { "type": "IfStatement", - "start": 122717, - "end": 122900, + "start": 125107, + "end": 125290, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 8 }, "end": { - "line": 2742, + "line": 2784, "column": 9 } }, "test": { "type": "Identifier", - "start": 122722, - "end": 122730, + "start": 125112, + "end": 125120, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 13 }, "end": { - "line": 2738, + "line": 2780, "column": 21 }, "identifierName": "callback" @@ -202687,87 +202823,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 122733, - "end": 122900, + "start": 125123, + "end": 125290, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 24 }, "end": { - "line": 2742, + "line": 2784, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 122747, - "end": 122815, + "start": 125137, + "end": 125205, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 122747, - "end": 122815, + "start": 125137, + "end": 125205, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 122747, - "end": 122758, + "start": 125137, + "end": 125148, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 122747, - "end": 122751, + "start": 125137, + "end": 125141, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 16 } } }, "property": { "type": "Identifier", - "start": 122752, - "end": 122758, + "start": 125142, + "end": 125148, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 17 }, "end": { - "line": 2739, + "line": 2781, "column": 23 }, "identifierName": "_debug" @@ -202779,15 +202915,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 122760, - "end": 122813, + "start": 125150, + "end": 125203, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 25 }, "end": { - "line": 2739, + "line": 2781, "column": 78 } }, @@ -202802,43 +202938,43 @@ }, { "type": "ExpressionStatement", - "start": 122841, - "end": 122890, + "start": 125231, + "end": 125280, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 122841, - "end": 122890, + "start": 125231, + "end": 125280, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 61 } }, "callee": { "type": "Identifier", - "start": 122841, - "end": 122849, + "start": 125231, + "end": 125239, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 20 }, "identifierName": "callback" @@ -202848,44 +202984,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 122851, - "end": 122864, + "start": 125241, + "end": 125254, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 22 }, "end": { - "line": 2741, + "line": 2783, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 122851, - "end": 122855, + "start": 125241, + "end": 125245, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 22 }, "end": { - "line": 2741, + "line": 2783, "column": 26 } } }, "property": { "type": "Identifier", - "start": 122856, - "end": 122864, + "start": 125246, + "end": 125254, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 27 }, "end": { - "line": 2741, + "line": 2783, "column": 35 }, "identifierName": "_element" @@ -202896,44 +203032,44 @@ }, { "type": "MemberExpression", - "start": 122866, - "end": 122878, + "start": 125256, + "end": 125268, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 37 }, "end": { - "line": 2741, + "line": 2783, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 122866, - "end": 122870, + "start": 125256, + "end": 125260, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 37 }, "end": { - "line": 2741, + "line": 2783, "column": 41 } } }, "property": { "type": "Identifier", - "start": 122871, - "end": 122878, + "start": 125261, + "end": 125268, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 42 }, "end": { - "line": 2741, + "line": 2783, "column": 49 }, "identifierName": "_config" @@ -202944,15 +203080,15 @@ }, { "type": "Identifier", - "start": 122880, - "end": 122888, + "start": 125270, + "end": 125278, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 51 }, "end": { - "line": 2741, + "line": 2783, "column": 59 }, "identifierName": "userdata" @@ -202975,15 +203111,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -202993,15 +203129,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -203010,15 +203146,15 @@ }, { "type": "ClassMethod", - "start": 123170, - "end": 125547, + "start": 125560, + "end": 127937, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 4 }, "end": { - "line": 2817, + "line": 2859, "column": 5 } }, @@ -203026,15 +203162,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 123170, - "end": 123176, + "start": 125560, + "end": 125566, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 4 }, "end": { - "line": 2751, + "line": 2793, "column": 10 }, "identifierName": "reload" @@ -203050,29 +203186,29 @@ "params": [ { "type": "RestElement", - "start": 123178, - "end": 123185, + "start": 125568, + "end": 125575, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 12 }, "end": { - "line": 2751, + "line": 2793, "column": 19 } }, "argument": { "type": "Identifier", - "start": 123181, - "end": 123185, + "start": 125571, + "end": 125575, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 15 }, "end": { - "line": 2751, + "line": 2793, "column": 19 }, "identifierName": "args" @@ -203083,87 +203219,87 @@ ], "body": { "type": "BlockStatement", - "start": 123188, - "end": 125547, + "start": 125578, + "end": 127937, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 22 }, "end": { - "line": 2817, + "line": 2859, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 123198, - "end": 123221, + "start": 125588, + "end": 125611, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 123198, - "end": 123221, + "start": 125588, + "end": 125611, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 123198, - "end": 123209, + "start": 125588, + "end": 125599, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 123198, - "end": 123202, + "start": 125588, + "end": 125592, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 12 } } }, "property": { "type": "Identifier", - "start": 123203, - "end": 123209, + "start": 125593, + "end": 125599, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 13 }, "end": { - "line": 2752, + "line": 2794, "column": 19 }, "identifierName": "_debug" @@ -203175,15 +203311,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 123211, - "end": 123219, + "start": 125601, + "end": 125609, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 21 }, "end": { - "line": 2752, + "line": 2794, "column": 29 } }, @@ -203198,44 +203334,44 @@ }, { "type": "VariableDeclaration", - "start": 123239, - "end": 123697, + "start": 125629, + "end": 126087, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 8 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 123243, - "end": 123265, + "start": 125633, + "end": 125655, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 12 }, "end": { - "line": 2754, + "line": 2796, "column": 34 } }, "id": { "type": "Identifier", - "start": 123243, - "end": 123248, + "start": 125633, + "end": 125638, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 12 }, "end": { - "line": 2754, + "line": 2796, "column": 17 }, "identifierName": "_args" @@ -203244,29 +203380,29 @@ }, "init": { "type": "MemberExpression", - "start": 123258, - "end": 123265, + "start": 125648, + "end": 125655, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 27 }, "end": { - "line": 2754, + "line": 2796, "column": 34 } }, "object": { "type": "Identifier", - "start": 123258, - "end": 123262, + "start": 125648, + "end": 125652, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 27 }, "end": { - "line": 2754, + "line": 2796, "column": 31 }, "identifierName": "args" @@ -203275,15 +203411,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123263, - "end": 123264, + "start": 125653, + "end": 125654, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 32 }, "end": { - "line": 2754, + "line": 2796, "column": 33 } }, @@ -203298,29 +203434,29 @@ }, { "type": "VariableDeclarator", - "start": 123279, - "end": 123348, + "start": 125669, + "end": 125738, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 12 }, "end": { - "line": 2755, + "line": 2797, "column": 81 } }, "id": { "type": "Identifier", - "start": 123279, - "end": 123291, + "start": 125669, + "end": 125681, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 12 }, "end": { - "line": 2755, + "line": 2797, "column": 24 }, "identifierName": "_upc_options" @@ -203329,58 +203465,58 @@ }, "init": { "type": "CallExpression", - "start": 123294, - "end": 123348, + "start": 125684, + "end": 125738, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 123294, - "end": 123309, + "start": 125684, + "end": 125699, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 123294, - "end": 123298, + "start": 125684, + "end": 125688, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123299, - "end": 123309, + "start": 125689, + "end": 125699, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 32 }, "end": { - "line": 2755, + "line": 2797, "column": 42 }, "identifierName": "supplement" @@ -203392,44 +203528,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 123311, - "end": 123315, + "start": 125701, + "end": 125705, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 44 }, "end": { - "line": 2755, + "line": 2797, "column": 48 } } }, { "type": "MemberExpression", - "start": 123317, - "end": 123325, + "start": 125707, + "end": 125715, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 50 }, "end": { - "line": 2755, + "line": 2797, "column": 58 } }, "object": { "type": "Identifier", - "start": 123317, - "end": 123322, + "start": 125707, + "end": 125712, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 50 }, "end": { - "line": 2755, + "line": 2797, "column": 55 }, "identifierName": "_args" @@ -203438,15 +203574,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123323, - "end": 123324, + "start": 125713, + "end": 125714, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 56 }, "end": { - "line": 2755, + "line": 2797, "column": 57 } }, @@ -203460,44 +203596,44 @@ }, { "type": "MemberExpression", - "start": 123327, - "end": 123346, + "start": 125717, + "end": 125736, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 60 }, "end": { - "line": 2755, + "line": 2797, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 123327, - "end": 123331, + "start": 125717, + "end": 125721, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 60 }, "end": { - "line": 2755, + "line": 2797, "column": 64 } } }, "property": { "type": "Identifier", - "start": 123332, - "end": 123346, + "start": 125722, + "end": 125736, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 65 }, "end": { - "line": 2755, + "line": 2797, "column": 79 }, "identifierName": "validateObject" @@ -203511,29 +203647,29 @@ }, { "type": "VariableDeclarator", - "start": 123362, - "end": 123445, + "start": 125752, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 12 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } }, "id": { "type": "Identifier", - "start": 123362, - "end": 123370, + "start": 125752, + "end": 125760, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 12 }, "end": { - "line": 2756, + "line": 2798, "column": 20 }, "identifierName": "callback" @@ -203542,71 +203678,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 123377, - "end": 123445, + "start": 125767, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 123377, - "end": 123427, + "start": 125767, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 123377, - "end": 123393, + "start": 125767, + "end": 125783, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 123377, - "end": 123389, + "start": 125767, + "end": 125779, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 39 } }, "object": { "type": "Identifier", - "start": 123377, - "end": 123382, + "start": 125767, + "end": 125772, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 32 }, "identifierName": "_args" @@ -203615,15 +203751,15 @@ }, "property": { "type": "Identifier", - "start": 123383, - "end": 123389, + "start": 125773, + "end": 125779, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 33 }, "end": { - "line": 2756, + "line": 2798, "column": 39 }, "identifierName": "length" @@ -203635,15 +203771,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 123392, - "end": 123393, + "start": 125782, + "end": 125783, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 42 }, "end": { - "line": 2756, + "line": 2798, "column": 43 } }, @@ -203657,29 +203793,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 123397, - "end": 123427, + "start": 125787, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 47 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 123397, - "end": 123412, + "start": 125787, + "end": 125802, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 47 }, "end": { - "line": 2756, + "line": 2798, "column": 62 } }, @@ -203687,29 +203823,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 123404, - "end": 123412, + "start": 125794, + "end": 125802, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 54 }, "end": { - "line": 2756, + "line": 2798, "column": 62 } }, "object": { "type": "Identifier", - "start": 123404, - "end": 123409, + "start": 125794, + "end": 125799, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 54 }, "end": { - "line": 2756, + "line": 2798, "column": 59 }, "identifierName": "_args" @@ -203718,15 +203854,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123410, - "end": 123411, + "start": 125800, + "end": 125801, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 60 }, "end": { - "line": 2756, + "line": 2798, "column": 61 } }, @@ -203745,15 +203881,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 123417, - "end": 123427, + "start": 125807, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 67 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, @@ -203767,29 +203903,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 123430, - "end": 123438, + "start": 125820, + "end": 125828, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 80 }, "end": { - "line": 2756, + "line": 2798, "column": 88 } }, "object": { "type": "Identifier", - "start": 123430, - "end": 123435, + "start": 125820, + "end": 125825, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 80 }, "end": { - "line": 2756, + "line": 2798, "column": 85 }, "identifierName": "_args" @@ -203798,15 +203934,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123436, - "end": 123437, + "start": 125826, + "end": 125827, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 86 }, "end": { - "line": 2756, + "line": 2798, "column": 87 } }, @@ -203820,15 +203956,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 123441, - "end": 123445, + "start": 125831, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 91 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } } @@ -203837,29 +203973,29 @@ }, { "type": "VariableDeclarator", - "start": 123459, - "end": 123514, + "start": 125849, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 12 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } }, "id": { "type": "Identifier", - "start": 123459, - "end": 123467, + "start": 125849, + "end": 125857, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 12 }, "end": { - "line": 2757, + "line": 2799, "column": 20 }, "identifierName": "userdata" @@ -203868,57 +204004,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 123474, - "end": 123514, + "start": 125864, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 123474, - "end": 123490, + "start": 125864, + "end": 125880, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 123474, - "end": 123486, + "start": 125864, + "end": 125876, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 39 } }, "object": { "type": "Identifier", - "start": 123474, - "end": 123479, + "start": 125864, + "end": 125869, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 32 }, "identifierName": "_args" @@ -203927,15 +204063,15 @@ }, "property": { "type": "Identifier", - "start": 123480, - "end": 123486, + "start": 125870, + "end": 125876, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 33 }, "end": { - "line": 2757, + "line": 2799, "column": 39 }, "identifierName": "length" @@ -203947,15 +204083,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 123489, - "end": 123490, + "start": 125879, + "end": 125880, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 42 }, "end": { - "line": 2757, + "line": 2799, "column": 43 } }, @@ -203968,43 +204104,43 @@ }, "consequent": { "type": "CallExpression", - "start": 123493, - "end": 123507, + "start": 125883, + "end": 125897, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 123493, - "end": 123504, + "start": 125883, + "end": 125894, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 57 } }, "object": { "type": "Identifier", - "start": 123493, - "end": 123498, + "start": 125883, + "end": 125888, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 51 }, "identifierName": "_args" @@ -204013,15 +204149,15 @@ }, "property": { "type": "Identifier", - "start": 123499, - "end": 123504, + "start": 125889, + "end": 125894, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 52 }, "end": { - "line": 2757, + "line": 2799, "column": 57 }, "identifierName": "slice" @@ -204033,15 +204169,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 123505, - "end": 123506, + "start": 125895, + "end": 125896, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 58 }, "end": { - "line": 2757, + "line": 2799, "column": 59 } }, @@ -204055,15 +204191,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 123510, - "end": 123514, + "start": 125900, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 63 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } } @@ -204072,29 +204208,29 @@ }, { "type": "VariableDeclarator", - "start": 123528, - "end": 123556, + "start": 125918, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 12 }, "end": { - "line": 2758, + "line": 2800, "column": 40 } }, "id": { "type": "Identifier", - "start": 123528, - "end": 123533, + "start": 125918, + "end": 125923, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 12 }, "end": { - "line": 2758, + "line": 2800, "column": 17 }, "identifierName": "_elem" @@ -204103,44 +204239,44 @@ }, "init": { "type": "MemberExpression", - "start": 123543, - "end": 123556, + "start": 125933, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 27 }, "end": { - "line": 2758, + "line": 2800, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 123543, - "end": 123547, + "start": 125933, + "end": 125937, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 27 }, "end": { - "line": 2758, + "line": 2800, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123548, - "end": 123556, + "start": 125938, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 32 }, "end": { - "line": 2758, + "line": 2800, "column": 40 }, "identifierName": "_element" @@ -204152,29 +204288,29 @@ }, { "type": "VariableDeclarator", - "start": 123570, - "end": 123625, + "start": 125960, + "end": 126015, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 12 }, "end": { - "line": 2759, + "line": 2801, "column": 67 } }, "id": { "type": "Identifier", - "start": 123570, - "end": 123582, + "start": 125960, + "end": 125972, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 12 }, "end": { - "line": 2759, + "line": 2801, "column": 24 }, "identifierName": "$default_evt" @@ -204183,57 +204319,57 @@ }, "init": { "type": "CallExpression", - "start": 123585, - "end": 123625, + "start": 125975, + "end": 126015, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 123585, - "end": 123598, + "start": 125975, + "end": 125988, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 40 } }, "object": { "type": "CallExpression", - "start": 123585, - "end": 123593, + "start": 125975, + "end": 125983, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 35 } }, "callee": { "type": "Identifier", - "start": 123585, - "end": 123586, + "start": 125975, + "end": 125976, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 28 }, "identifierName": "$" @@ -204243,15 +204379,15 @@ "arguments": [ { "type": "Identifier", - "start": 123587, - "end": 123592, + "start": 125977, + "end": 125982, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 29 }, "end": { - "line": 2759, + "line": 2801, "column": 34 }, "identifierName": "_elem" @@ -204262,15 +204398,15 @@ }, "property": { "type": "Identifier", - "start": 123594, - "end": 123598, + "start": 125984, + "end": 125988, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 36 }, "end": { - "line": 2759, + "line": 2801, "column": 40 }, "identifierName": "find" @@ -204282,29 +204418,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 123600, - "end": 123623, + "start": 125990, + "end": 126013, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 42 }, "end": { - "line": 2759, + "line": 2801, "column": 65 } }, "object": { "type": "Identifier", - "start": 123600, - "end": 123608, + "start": 125990, + "end": 125998, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 42 }, "end": { - "line": 2759, + "line": 2801, "column": 50 }, "identifierName": "Selector" @@ -204313,15 +204449,15 @@ }, "property": { "type": "Identifier", - "start": 123609, - "end": 123623, + "start": 125999, + "end": 126013, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 51 }, "end": { - "line": 2759, + "line": 2801, "column": 65 }, "identifierName": "DEFAULT_EVENTS" @@ -204335,29 +204471,29 @@ }, { "type": "VariableDeclarator", - "start": 123639, - "end": 123666, + "start": 126029, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 12 }, "end": { - "line": 2760, + "line": 2802, "column": 39 } }, "id": { "type": "Identifier", - "start": 123639, - "end": 123651, + "start": 126029, + "end": 126041, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 12 }, "end": { - "line": 2760, + "line": 2802, "column": 24 }, "identifierName": "_old_options" @@ -204366,44 +204502,44 @@ }, "init": { "type": "MemberExpression", - "start": 123654, - "end": 123666, + "start": 126044, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 27 }, "end": { - "line": 2760, + "line": 2802, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 123654, - "end": 123658, + "start": 126044, + "end": 126048, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 27 }, "end": { - "line": 2760, + "line": 2802, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123659, - "end": 123666, + "start": 126049, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 32 }, "end": { - "line": 2760, + "line": 2802, "column": 39 }, "identifierName": "_config" @@ -204415,29 +204551,29 @@ }, { "type": "VariableDeclarator", - "start": 123680, - "end": 123697, + "start": 126070, + "end": 126087, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 12 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, "id": { "type": "Identifier", - "start": 123680, - "end": 123692, + "start": 126070, + "end": 126082, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 12 }, "end": { - "line": 2761, + "line": 2803, "column": 24 }, "identifierName": "_new_options" @@ -204446,15 +204582,15 @@ }, "init": { "type": "ObjectExpression", - "start": 123695, - "end": 123697, + "start": 126085, + "end": 126087, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 27 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, @@ -204466,29 +204602,29 @@ }, { "type": "IfStatement", - "start": 123715, - "end": 123965, + "start": 126105, + "end": 126355, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 8 }, "end": { - "line": 2767, + "line": 2809, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 123720, - "end": 123751, + "start": 126110, + "end": 126141, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 13 }, "end": { - "line": 2763, + "line": 2805, "column": 44 } }, @@ -204496,58 +204632,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 123722, - "end": 123751, + "start": 126112, + "end": 126141, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 123722, - "end": 123735, + "start": 126112, + "end": 126125, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 123722, - "end": 123726, + "start": 126112, + "end": 126116, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 19 } } }, "property": { "type": "Identifier", - "start": 123727, - "end": 123735, + "start": 126117, + "end": 126125, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 20 }, "end": { - "line": 2763, + "line": 2805, "column": 28 }, "identifierName": "is_empty" @@ -204559,15 +204695,15 @@ "arguments": [ { "type": "Identifier", - "start": 123737, - "end": 123749, + "start": 126127, + "end": 126139, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 30 }, "end": { - "line": 2763, + "line": 2805, "column": 42 }, "identifierName": "_upc_options" @@ -204582,59 +204718,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 123754, - "end": 123965, + "start": 126144, + "end": 126355, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 47 }, "end": { - "line": 2767, + "line": 2809, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 123856, - "end": 123915, + "start": 126246, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 123856, - "end": 123915, + "start": 126246, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "operator": "=", "left": { "type": "Identifier", - "start": 123856, - "end": 123868, + "start": 126246, + "end": 126258, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 24 }, "identifierName": "_new_options" @@ -204644,58 +204780,58 @@ }, "right": { "type": "CallExpression", - "start": 123871, - "end": 123915, + "start": 126261, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 123871, - "end": 123885, + "start": 126261, + "end": 126275, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 123871, - "end": 123875, + "start": 126261, + "end": 126265, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123876, - "end": 123885, + "start": 126266, + "end": 126275, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 32 }, "end": { - "line": 2765, + "line": 2807, "column": 41 }, "identifierName": "mergeDeep" @@ -204707,15 +204843,15 @@ "arguments": [ { "type": "Identifier", - "start": 123887, - "end": 123899, + "start": 126277, + "end": 126289, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 43 }, "end": { - "line": 2765, + "line": 2807, "column": 55 }, "identifierName": "_old_options" @@ -204724,15 +204860,15 @@ }, { "type": "Identifier", - "start": 123901, - "end": 123913, + "start": 126291, + "end": 126303, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 57 }, "end": { - "line": 2765, + "line": 2807, "column": 69 }, "identifierName": "_upc_options" @@ -204747,15 +204883,15 @@ { "type": "CommentLine", "value": " _new_options = Object.assign( _new_options, _old_options, _upc_options )", - "start": 123768, - "end": 123843, + "start": 126158, + "end": 126233, "loc": { "start": { - "line": 2764, + "line": 2806, "column": 12 }, "end": { - "line": 2764, + "line": 2806, "column": 87 } } @@ -204764,73 +204900,73 @@ }, { "type": "ExpressionStatement", - "start": 123928, - "end": 123955, + "start": 126318, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 123928, - "end": 123955, + "start": 126318, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 39 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 123928, - "end": 123940, + "start": 126318, + "end": 126330, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 123928, - "end": 123932, + "start": 126318, + "end": 126322, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 16 } } }, "property": { "type": "Identifier", - "start": 123933, - "end": 123940, + "start": 126323, + "end": 126330, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 17 }, "end": { - "line": 2766, + "line": 2808, "column": 24 }, "identifierName": "_config" @@ -204841,15 +204977,15 @@ }, "right": { "type": "Identifier", - "start": 123943, - "end": 123955, + "start": 126333, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 27 }, "end": { - "line": 2766, + "line": 2808, "column": 39 }, "identifierName": "_new_options" @@ -204865,73 +205001,73 @@ }, { "type": "ExpressionStatement", - "start": 123983, - "end": 124010, + "start": 126373, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 123983, - "end": 124010, + "start": 126373, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 123983, - "end": 124002, + "start": 126373, + "end": 126392, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 123983, - "end": 123987, + "start": 126373, + "end": 126377, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 12 } } }, "property": { "type": "Identifier", - "start": 123988, - "end": 124002, + "start": 126378, + "end": 126392, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 13 }, "end": { - "line": 2769, + "line": 2811, "column": 27 }, "identifierName": "_isInitialized" @@ -204942,15 +205078,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124005, - "end": 124010, + "start": 126395, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 30 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, @@ -204960,73 +205096,73 @@ }, { "type": "ExpressionStatement", - "start": 124019, - "end": 124046, + "start": 126409, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 124019, - "end": 124046, + "start": 126409, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124019, - "end": 124033, + "start": 126409, + "end": 126423, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 124019, - "end": 124023, + "start": 126409, + "end": 126413, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124024, - "end": 124033, + "start": 126414, + "end": 126423, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 13 }, "end": { - "line": 2770, + "line": 2812, "column": 22 }, "identifierName": "_isCached" @@ -205037,15 +205173,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124041, - "end": 124046, + "start": 126431, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 30 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, @@ -205055,73 +205191,73 @@ }, { "type": "ExpressionStatement", - "start": 124055, - "end": 124082, + "start": 126445, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 124055, - "end": 124082, + "start": 126445, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124055, - "end": 124072, + "start": 126445, + "end": 126462, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 124055, - "end": 124059, + "start": 126445, + "end": 126449, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124060, - "end": 124072, + "start": 126450, + "end": 126462, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 13 }, "end": { - "line": 2771, + "line": 2813, "column": 25 }, "identifierName": "_isCompleted" @@ -205132,15 +205268,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124077, - "end": 124082, + "start": 126467, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 30 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, @@ -205150,73 +205286,73 @@ }, { "type": "ExpressionStatement", - "start": 124091, - "end": 124115, + "start": 126481, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 124091, - "end": 124115, + "start": 126481, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124091, - "end": 124110, + "start": 126481, + "end": 126500, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 124091, - "end": 124095, + "start": 126481, + "end": 126485, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124096, - "end": 124110, + "start": 126486, + "end": 126500, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 13 }, "end": { - "line": 2772, + "line": 2814, "column": 27 }, "identifierName": "_instanceProps" @@ -205227,15 +205363,15 @@ }, "right": { "type": "ObjectExpression", - "start": 124113, - "end": 124115, + "start": 126503, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 30 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, @@ -205245,99 +205381,99 @@ }, { "type": "ExpressionStatement", - "start": 124133, - "end": 124172, + "start": 126523, + "end": 126562, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 124133, - "end": 124172, + "start": 126523, + "end": 126562, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 124133, - "end": 124156, + "start": 126523, + "end": 126546, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 31 } }, "object": { "type": "CallExpression", - "start": 124133, - "end": 124149, + "start": 126523, + "end": 126539, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 124133, - "end": 124147, + "start": 126523, + "end": 126537, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 22 } }, "object": { "type": "CallExpression", - "start": 124133, - "end": 124141, + "start": 126523, + "end": 126531, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 16 } }, "callee": { "type": "Identifier", - "start": 124133, - "end": 124134, + "start": 126523, + "end": 126524, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 9 }, "identifierName": "$" @@ -205347,15 +205483,15 @@ "arguments": [ { "type": "Identifier", - "start": 124135, - "end": 124140, + "start": 126525, + "end": 126530, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 10 }, "end": { - "line": 2774, + "line": 2816, "column": 15 }, "identifierName": "_elem" @@ -205366,15 +205502,15 @@ }, "property": { "type": "Identifier", - "start": 124142, - "end": 124147, + "start": 126532, + "end": 126537, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 17 }, "end": { - "line": 2774, + "line": 2816, "column": 22 }, "identifierName": "empty" @@ -205387,15 +205523,15 @@ }, "property": { "type": "Identifier", - "start": 124150, - "end": 124156, + "start": 126540, + "end": 126546, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 25 }, "end": { - "line": 2774, + "line": 2816, "column": 31 }, "identifierName": "append" @@ -205407,15 +205543,15 @@ "arguments": [ { "type": "Identifier", - "start": 124158, - "end": 124170, + "start": 126548, + "end": 126560, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 33 }, "end": { - "line": 2774, + "line": 2816, "column": 45 }, "identifierName": "$default_evt" @@ -205427,72 +205563,72 @@ }, { "type": "ExpressionStatement", - "start": 124190, - "end": 124206, + "start": 126580, + "end": 126596, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 124190, - "end": 124206, + "start": 126580, + "end": 126596, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 124190, - "end": 124204, + "start": 126580, + "end": 126594, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 124190, - "end": 124194, + "start": 126580, + "end": 126584, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124195, - "end": 124204, + "start": 126585, + "end": 126594, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 13 }, "end": { - "line": 2776, + "line": 2818, "column": 22 }, "identifierName": "_calcVars" @@ -205506,29 +205642,29 @@ }, { "type": "IfStatement", - "start": 124224, - "end": 124373, + "start": 126614, + "end": 126763, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 8 }, "end": { - "line": 2780, + "line": 2822, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 124229, - "end": 124263, + "start": 126619, + "end": 126653, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 13 }, "end": { - "line": 2778, + "line": 2820, "column": 47 } }, @@ -205536,58 +205672,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 124231, - "end": 124263, + "start": 126621, + "end": 126653, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 124231, - "end": 124261, + "start": 126621, + "end": 126651, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 124231, - "end": 124235, + "start": 126621, + "end": 126625, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 19 } } }, "property": { "type": "Identifier", - "start": 124236, - "end": 124261, + "start": 126626, + "end": 126651, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 20 }, "end": { - "line": 2778, + "line": 2820, "column": 45 }, "identifierName": "_verifyMaxRenderableRange" @@ -205604,58 +205740,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 124266, - "end": 124373, + "start": 126656, + "end": 126763, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 50 }, "end": { - "line": 2780, + "line": 2822, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 124280, - "end": 124363, + "start": 126670, + "end": 126753, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 12 }, "end": { - "line": 2779, + "line": 2821, "column": 95 } }, "argument": { "type": "NewExpression", - "start": 124286, - "end": 124363, + "start": 126676, + "end": 126753, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 18 }, "end": { - "line": 2779, + "line": 2821, "column": 95 } }, "callee": { "type": "Identifier", - "start": 124290, - "end": 124300, + "start": 126680, + "end": 126690, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 22 }, "end": { - "line": 2779, + "line": 2821, "column": 32 }, "identifierName": "RangeError" @@ -205665,15 +205801,15 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 124302, - "end": 124361, + "start": 126692, + "end": 126751, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 34 }, "end": { - "line": 2779, + "line": 2821, "column": 93 } }, @@ -205681,15 +205817,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 124303, - "end": 124360, + "start": 126693, + "end": 126750, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 35 }, "end": { - "line": 2779, + "line": 2821, "column": 92 } }, @@ -205711,29 +205847,29 @@ }, { "type": "IfStatement", - "start": 124391, - "end": 124501, + "start": 126781, + "end": 126891, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 8 }, "end": { - "line": 2785, + "line": 2827, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 124396, - "end": 124417, + "start": 126786, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 13 }, "end": { - "line": 2782, + "line": 2824, "column": 34 } }, @@ -205741,44 +205877,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124398, - "end": 124417, + "start": 126788, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 15 }, "end": { - "line": 2782, + "line": 2824, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 124398, - "end": 124402, + "start": 126788, + "end": 126792, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 15 }, "end": { - "line": 2782, + "line": 2824, "column": 19 } } }, "property": { "type": "Identifier", - "start": 124403, - "end": 124417, + "start": 126793, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 20 }, "end": { - "line": 2782, + "line": 2824, "column": 34 }, "identifierName": "_isInitialized" @@ -205793,87 +205929,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 124420, - "end": 124501, + "start": 126810, + "end": 126891, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 37 }, "end": { - "line": 2785, + "line": 2827, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 124434, - "end": 124452, + "start": 126824, + "end": 126842, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 124434, - "end": 124452, + "start": 126824, + "end": 126842, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 124434, - "end": 124450, + "start": 126824, + "end": 126840, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 124434, - "end": 124438, + "start": 126824, + "end": 126828, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 16 } } }, "property": { "type": "Identifier", - "start": 124439, - "end": 124450, + "start": 126829, + "end": 126840, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 17 }, "end": { - "line": 2783, + "line": 2825, "column": 28 }, "identifierName": "_renderView" @@ -205887,73 +206023,73 @@ }, { "type": "ExpressionStatement", - "start": 124465, - "end": 124491, + "start": 126855, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 124465, - "end": 124491, + "start": 126855, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124465, - "end": 124484, + "start": 126855, + "end": 126874, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 124465, - "end": 124469, + "start": 126855, + "end": 126859, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 16 } } }, "property": { "type": "Identifier", - "start": 124470, - "end": 124484, + "start": 126860, + "end": 126874, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 17 }, "end": { - "line": 2784, + "line": 2826, "column": 31 }, "identifierName": "_isInitialized" @@ -205964,15 +206100,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124487, - "end": 124491, + "start": 126877, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 34 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, @@ -205987,72 +206123,72 @@ }, { "type": "IfStatement", - "start": 124519, - "end": 125259, + "start": 126909, + "end": 127649, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 8 }, "end": { - "line": 2806, + "line": 2848, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 124524, - "end": 124552, + "start": 126914, + "end": 126942, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 124524, - "end": 124536, + "start": 126914, + "end": 126926, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 124524, - "end": 124528, + "start": 126914, + "end": 126918, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 17 } } }, "property": { "type": "Identifier", - "start": 124529, - "end": 124536, + "start": 126919, + "end": 126926, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 18 }, "end": { - "line": 2787, + "line": 2829, "column": 25 }, "identifierName": "_config" @@ -206063,15 +206199,15 @@ }, "property": { "type": "Identifier", - "start": 124537, - "end": 124552, + "start": 126927, + "end": 126942, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 26 }, "end": { - "line": 2787, + "line": 2829, "column": 41 }, "identifierName": "reloadCacheKeep" @@ -206082,59 +206218,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 124555, - "end": 125212, + "start": 126945, + "end": 127602, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 44 }, "end": { - "line": 2804, + "line": 2846, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 124569, - "end": 124642, + "start": 126959, + "end": 127032, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 12 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 124573, - "end": 124607, + "start": 126963, + "end": 126997, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 16 }, "end": { - "line": 2788, + "line": 2830, "column": 50 } }, "id": { "type": "Identifier", - "start": 124573, - "end": 124585, + "start": 126963, + "end": 126975, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 16 }, "end": { - "line": 2788, + "line": 2830, "column": 28 }, "identifierName": "_cacheEvents" @@ -206143,58 +206279,58 @@ }, "init": { "type": "CallExpression", - "start": 124588, - "end": 124607, + "start": 126978, + "end": 126997, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 124588, - "end": 124605, + "start": 126978, + "end": 126995, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 124588, - "end": 124592, + "start": 126978, + "end": 126982, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 35 } } }, "property": { "type": "Identifier", - "start": 124593, - "end": 124605, + "start": 126983, + "end": 126995, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 36 }, "end": { - "line": 2788, + "line": 2830, "column": 48 }, "identifierName": "_loadToCache" @@ -206208,29 +206344,29 @@ }, { "type": "VariableDeclarator", - "start": 124625, - "end": 124642, + "start": 127015, + "end": 127032, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 16 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, "id": { "type": "Identifier", - "start": 124625, - "end": 124637, + "start": 127015, + "end": 127027, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 16 }, "end": { - "line": 2789, + "line": 2831, "column": 28 }, "identifierName": "_renewEvents" @@ -206239,15 +206375,15 @@ }, "init": { "type": "ArrayExpression", - "start": 124640, - "end": 124642, + "start": 127030, + "end": 127032, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 31 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, @@ -206259,29 +206395,29 @@ }, { "type": "IfStatement", - "start": 124668, - "end": 125139, + "start": 127058, + "end": 127529, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 12 }, "end": { - "line": 2802, + "line": 2844, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 124673, - "end": 124704, + "start": 127063, + "end": 127094, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 17 }, "end": { - "line": 2791, + "line": 2833, "column": 48 } }, @@ -206289,58 +206425,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 124675, - "end": 124704, + "start": 127065, + "end": 127094, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 124675, - "end": 124688, + "start": 127065, + "end": 127078, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 124675, - "end": 124679, + "start": 127065, + "end": 127069, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 23 } } }, "property": { "type": "Identifier", - "start": 124680, - "end": 124688, + "start": 127070, + "end": 127078, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 24 }, "end": { - "line": 2791, + "line": 2833, "column": 32 }, "identifierName": "is_empty" @@ -206352,15 +206488,15 @@ "arguments": [ { "type": "Identifier", - "start": 124690, - "end": 124702, + "start": 127080, + "end": 127092, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 34 }, "end": { - "line": 2791, + "line": 2833, "column": 46 }, "identifierName": "_cacheEvents" @@ -206375,72 +206511,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 124707, - "end": 125139, + "start": 127097, + "end": 127529, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 51 }, "end": { - "line": 2802, + "line": 2844, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 124725, - "end": 125125, + "start": 127115, + "end": 127515, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2801, + "line": 2843, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 124725, - "end": 125125, + "start": 127115, + "end": 127515, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2801, + "line": 2843, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 124725, - "end": 124745, + "start": 127115, + "end": 127135, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2792, + "line": 2834, "column": 36 } }, "object": { "type": "Identifier", - "start": 124725, - "end": 124737, + "start": 127115, + "end": 127127, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2792, + "line": 2834, "column": 28 }, "identifierName": "_cacheEvents" @@ -206449,15 +206585,15 @@ }, "property": { "type": "Identifier", - "start": 124738, - "end": 124745, + "start": 127128, + "end": 127135, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 29 }, "end": { - "line": 2792, + "line": 2834, "column": 36 }, "identifierName": "forEach" @@ -206469,15 +206605,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 124747, - "end": 125124, + "start": 127137, + "end": 127514, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 38 }, "end": { - "line": 2801, + "line": 2843, "column": 17 } }, @@ -206488,15 +206624,15 @@ "params": [ { "type": "Identifier", - "start": 124749, - "end": 124752, + "start": 127139, + "end": 127142, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 40 }, "end": { - "line": 2792, + "line": 2834, "column": 43 }, "identifierName": "evt" @@ -206506,44 +206642,44 @@ ], "body": { "type": "BlockStatement", - "start": 124758, - "end": 125124, + "start": 127148, + "end": 127514, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 49 }, "end": { - "line": 2801, + "line": 2843, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 124780, - "end": 124794, + "start": 127170, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 20 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, "expression": { "type": "UnaryExpression", - "start": 124780, - "end": 124794, + "start": 127170, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 20 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, @@ -206551,29 +206687,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124787, - "end": 124794, + "start": 127177, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 27 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, "object": { "type": "Identifier", - "start": 124787, - "end": 124790, + "start": 127177, + "end": 127180, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 27 }, "end": { - "line": 2793, + "line": 2835, "column": 30 }, "identifierName": "evt" @@ -206582,15 +206718,15 @@ }, "property": { "type": "Identifier", - "start": 124791, - "end": 124794, + "start": 127181, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 31 }, "end": { - "line": 2793, + "line": 2835, "column": 34 }, "identifierName": "uid" @@ -206606,29 +206742,29 @@ }, { "type": "ExpressionStatement", - "start": 124815, - "end": 124827, + "start": 127205, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 20 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, "expression": { "type": "UnaryExpression", - "start": 124815, - "end": 124827, + "start": 127205, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 20 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, @@ -206636,29 +206772,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124822, - "end": 124827, + "start": 127212, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 27 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, "object": { "type": "Identifier", - "start": 124822, - "end": 124825, + "start": 127212, + "end": 127215, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 27 }, "end": { - "line": 2794, + "line": 2836, "column": 30 }, "identifierName": "evt" @@ -206667,15 +206803,15 @@ }, "property": { "type": "Identifier", - "start": 124826, - "end": 124827, + "start": 127216, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 31 }, "end": { - "line": 2794, + "line": 2836, "column": 32 }, "identifierName": "x" @@ -206691,29 +206827,29 @@ }, { "type": "ExpressionStatement", - "start": 124848, - "end": 124860, + "start": 127238, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 20 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, "expression": { "type": "UnaryExpression", - "start": 124848, - "end": 124860, + "start": 127238, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 20 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, @@ -206721,29 +206857,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124855, - "end": 124860, + "start": 127245, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 27 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, "object": { "type": "Identifier", - "start": 124855, - "end": 124858, + "start": 127245, + "end": 127248, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 27 }, "end": { - "line": 2795, + "line": 2837, "column": 30 }, "identifierName": "evt" @@ -206752,15 +206888,15 @@ }, "property": { "type": "Identifier", - "start": 124859, - "end": 124860, + "start": 127249, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 31 }, "end": { - "line": 2795, + "line": 2837, "column": 32 }, "identifierName": "Y" @@ -206776,29 +206912,29 @@ }, { "type": "ExpressionStatement", - "start": 124881, - "end": 124897, + "start": 127271, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 20 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, "expression": { "type": "UnaryExpression", - "start": 124881, - "end": 124897, + "start": 127271, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 20 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, @@ -206806,29 +206942,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124888, - "end": 124897, + "start": 127278, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 27 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, "object": { "type": "Identifier", - "start": 124888, - "end": 124891, + "start": 127278, + "end": 127281, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 27 }, "end": { - "line": 2796, + "line": 2838, "column": 30 }, "identifierName": "evt" @@ -206837,15 +206973,15 @@ }, "property": { "type": "Identifier", - "start": 124892, - "end": 124897, + "start": 127282, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 31 }, "end": { - "line": 2796, + "line": 2838, "column": 36 }, "identifierName": "width" @@ -206861,29 +206997,29 @@ }, { "type": "ExpressionStatement", - "start": 124918, - "end": 124935, + "start": 127308, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 20 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, "expression": { "type": "UnaryExpression", - "start": 124918, - "end": 124935, + "start": 127308, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 20 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, @@ -206891,29 +207027,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124925, - "end": 124935, + "start": 127315, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 27 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, "object": { "type": "Identifier", - "start": 124925, - "end": 124928, + "start": 127315, + "end": 127318, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 27 }, "end": { - "line": 2797, + "line": 2839, "column": 30 }, "identifierName": "evt" @@ -206922,15 +207058,15 @@ }, "property": { "type": "Identifier", - "start": 124929, - "end": 124935, + "start": 127319, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 31 }, "end": { - "line": 2797, + "line": 2839, "column": 37 }, "identifierName": "height" @@ -206946,29 +207082,29 @@ }, { "type": "ExpressionStatement", - "start": 124956, - "end": 124977, + "start": 127346, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 20 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 124956, - "end": 124977, + "start": 127346, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 20 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, @@ -206976,43 +207112,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124963, - "end": 124977, + "start": 127353, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 124963, - "end": 124975, + "start": 127353, + "end": 127365, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 39 } }, "object": { "type": "Identifier", - "start": 124963, - "end": 124966, + "start": 127353, + "end": 127356, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 30 }, "identifierName": "evt" @@ -207021,15 +207157,15 @@ }, "property": { "type": "Identifier", - "start": 124967, - "end": 124975, + "start": 127357, + "end": 127365, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 31 }, "end": { - "line": 2798, + "line": 2840, "column": 39 }, "identifierName": "relation" @@ -207040,15 +207176,15 @@ }, "property": { "type": "Identifier", - "start": 124976, - "end": 124977, + "start": 127366, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 40 }, "end": { - "line": 2798, + "line": 2840, "column": 41 }, "identifierName": "x" @@ -207064,29 +207200,29 @@ }, { "type": "ExpressionStatement", - "start": 124998, - "end": 125019, + "start": 127388, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 20 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 124998, - "end": 125019, + "start": 127388, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 20 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, @@ -207094,43 +207230,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 125005, - "end": 125019, + "start": 127395, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 125005, - "end": 125017, + "start": 127395, + "end": 127407, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 39 } }, "object": { "type": "Identifier", - "start": 125005, - "end": 125008, + "start": 127395, + "end": 127398, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 30 }, "identifierName": "evt" @@ -207139,15 +207275,15 @@ }, "property": { "type": "Identifier", - "start": 125009, - "end": 125017, + "start": 127399, + "end": 127407, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 31 }, "end": { - "line": 2799, + "line": 2841, "column": 39 }, "identifierName": "relation" @@ -207158,15 +207294,15 @@ }, "property": { "type": "Identifier", - "start": 125018, - "end": 125019, + "start": 127408, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 40 }, "end": { - "line": 2799, + "line": 2841, "column": 41 }, "identifierName": "y" @@ -207182,57 +207318,57 @@ }, { "type": "ExpressionStatement", - "start": 125040, - "end": 125106, + "start": 127430, + "end": 127496, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 86 } }, "expression": { "type": "CallExpression", - "start": 125040, - "end": 125106, + "start": 127430, + "end": 127496, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 125040, - "end": 125057, + "start": 127430, + "end": 127447, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 37 } }, "object": { "type": "Identifier", - "start": 125040, - "end": 125052, + "start": 127430, + "end": 127442, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 32 }, "identifierName": "_renewEvents" @@ -207241,15 +207377,15 @@ }, "property": { "type": "Identifier", - "start": 125053, - "end": 125057, + "start": 127443, + "end": 127447, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 33 }, "end": { - "line": 2800, + "line": 2842, "column": 37 }, "identifierName": "push" @@ -207261,58 +207397,58 @@ "arguments": [ { "type": "CallExpression", - "start": 125059, - "end": 125104, + "start": 127449, + "end": 127494, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 125059, - "end": 125082, + "start": 127449, + "end": 127472, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 125059, - "end": 125063, + "start": 127449, + "end": 127453, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 43 } } }, "property": { "type": "Identifier", - "start": 125064, - "end": 125082, + "start": 127454, + "end": 127472, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 44 }, "end": { - "line": 2800, + "line": 2842, "column": 62 }, "identifierName": "_registerEventData" @@ -207324,15 +207460,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125084, - "end": 125097, + "start": 127474, + "end": 127487, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 64 }, "end": { - "line": 2800, + "line": 2842, "column": 77 } }, @@ -207344,15 +207480,15 @@ }, { "type": "Identifier", - "start": 125099, - "end": 125102, + "start": 127489, + "end": 127492, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 79 }, "end": { - "line": 2800, + "line": 2842, "column": 82 }, "identifierName": "evt" @@ -207378,73 +207514,73 @@ }, { "type": "ExpressionStatement", - "start": 125152, - "end": 125202, + "start": 127542, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 125152, - "end": 125202, + "start": 127542, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 125152, - "end": 125166, + "start": 127542, + "end": 127556, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 125152, - "end": 125156, + "start": 127542, + "end": 127546, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125157, - "end": 125166, + "start": 127547, + "end": 127556, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 17 }, "end": { - "line": 2803, + "line": 2845, "column": 26 }, "identifierName": "_isCached" @@ -207455,58 +207591,58 @@ }, "right": { "type": "CallExpression", - "start": 125169, - "end": 125202, + "start": 127559, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 125169, - "end": 125186, + "start": 127559, + "end": 127576, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 125169, - "end": 125173, + "start": 127559, + "end": 127563, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 33 } } }, "property": { "type": "Identifier", - "start": 125174, - "end": 125186, + "start": 127564, + "end": 127576, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 34 }, "end": { - "line": 2803, + "line": 2845, "column": 46 }, "identifierName": "_saveToCache" @@ -207518,15 +207654,15 @@ "arguments": [ { "type": "Identifier", - "start": 125188, - "end": 125200, + "start": 127578, + "end": 127590, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 48 }, "end": { - "line": 2803, + "line": 2845, "column": 60 }, "identifierName": "_renewEvents" @@ -207542,87 +207678,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 125218, - "end": 125259, + "start": 127608, + "end": 127649, "loc": { "start": { - "line": 2804, + "line": 2846, "column": 15 }, "end": { - "line": 2806, + "line": 2848, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 125232, - "end": 125249, + "start": 127622, + "end": 127639, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 125232, - "end": 125249, + "start": 127622, + "end": 127639, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 125232, - "end": 125247, + "start": 127622, + "end": 127637, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 125232, - "end": 125236, + "start": 127622, + "end": 127626, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125237, - "end": 125247, + "start": 127627, + "end": 127637, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 17 }, "end": { - "line": 2805, + "line": 2847, "column": 27 }, "identifierName": "_loadEvent" @@ -207640,72 +207776,72 @@ }, { "type": "ExpressionStatement", - "start": 125277, - "end": 125295, + "start": 127667, + "end": 127685, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 125277, - "end": 125295, + "start": 127667, + "end": 127685, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 125277, - "end": 125293, + "start": 127667, + "end": 127683, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 125277, - "end": 125281, + "start": 127667, + "end": 127671, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125282, - "end": 125293, + "start": 127672, + "end": 127683, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 13 }, "end": { - "line": 2808, + "line": 2850, "column": 24 }, "identifierName": "_placeEvent" @@ -207719,73 +207855,73 @@ }, { "type": "ExpressionStatement", - "start": 125313, - "end": 125337, + "start": 127703, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 125313, - "end": 125337, + "start": 127703, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 125313, - "end": 125330, + "start": 127703, + "end": 127720, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 125313, - "end": 125317, + "start": 127703, + "end": 127707, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125318, - "end": 125330, + "start": 127708, + "end": 127720, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 13 }, "end": { - "line": 2810, + "line": 2852, "column": 25 }, "identifierName": "_isCompleted" @@ -207796,15 +207932,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 125333, - "end": 125337, + "start": 127723, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 28 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, @@ -207814,29 +207950,29 @@ }, { "type": "IfStatement", - "start": 125355, - "end": 125541, + "start": 127745, + "end": 127931, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 8 }, "end": { - "line": 2816, + "line": 2858, "column": 9 } }, "test": { "type": "Identifier", - "start": 125360, - "end": 125368, + "start": 127750, + "end": 127758, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 13 }, "end": { - "line": 2812, + "line": 2854, "column": 21 }, "identifierName": "callback" @@ -207845,87 +207981,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 125371, - "end": 125541, + "start": 127761, + "end": 127931, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 24 }, "end": { - "line": 2816, + "line": 2858, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 125385, - "end": 125456, + "start": 127775, + "end": 127846, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 125385, - "end": 125456, + "start": 127775, + "end": 127846, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 125385, - "end": 125396, + "start": 127775, + "end": 127786, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 125385, - "end": 125389, + "start": 127775, + "end": 127779, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125390, - "end": 125396, + "start": 127780, + "end": 127786, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 17 }, "end": { - "line": 2813, + "line": 2855, "column": 23 }, "identifierName": "_debug" @@ -207937,15 +208073,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125398, - "end": 125454, + "start": 127788, + "end": 127844, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 25 }, "end": { - "line": 2813, + "line": 2855, "column": 81 } }, @@ -207960,43 +208096,43 @@ }, { "type": "ExpressionStatement", - "start": 125482, - "end": 125531, + "start": 127872, + "end": 127921, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 125482, - "end": 125531, + "start": 127872, + "end": 127921, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 61 } }, "callee": { "type": "Identifier", - "start": 125482, - "end": 125490, + "start": 127872, + "end": 127880, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 20 }, "identifierName": "callback" @@ -208006,44 +208142,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 125492, - "end": 125505, + "start": 127882, + "end": 127895, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 22 }, "end": { - "line": 2815, + "line": 2857, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 125492, - "end": 125496, + "start": 127882, + "end": 127886, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 22 }, "end": { - "line": 2815, + "line": 2857, "column": 26 } } }, "property": { "type": "Identifier", - "start": 125497, - "end": 125505, + "start": 127887, + "end": 127895, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 27 }, "end": { - "line": 2815, + "line": 2857, "column": 35 }, "identifierName": "_element" @@ -208054,44 +208190,44 @@ }, { "type": "MemberExpression", - "start": 125507, - "end": 125519, + "start": 127897, + "end": 127909, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 37 }, "end": { - "line": 2815, + "line": 2857, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 125507, - "end": 125511, + "start": 127897, + "end": 127901, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 37 }, "end": { - "line": 2815, + "line": 2857, "column": 41 } } }, "property": { "type": "Identifier", - "start": 125512, - "end": 125519, + "start": 127902, + "end": 127909, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 42 }, "end": { - "line": 2815, + "line": 2857, "column": 49 }, "identifierName": "_config" @@ -208102,15 +208238,15 @@ }, { "type": "Identifier", - "start": 125521, - "end": 125529, + "start": 127911, + "end": 127919, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 51 }, "end": { - "line": 2815, + "line": 2857, "column": 59 }, "identifierName": "userdata" @@ -208133,15 +208269,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -208151,15 +208287,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -208168,15 +208304,15 @@ }, { "type": "ClassMethod", - "start": 125789, - "end": 128271, + "start": 128179, + "end": 130661, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 4 }, "end": { - "line": 2878, + "line": 2920, "column": 5 } }, @@ -208184,15 +208320,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 125789, - "end": 125798, + "start": 128179, + "end": 128188, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 4 }, "end": { - "line": 2825, + "line": 2867, "column": 13 }, "identifierName": "openEvent" @@ -208208,15 +208344,15 @@ "params": [ { "type": "Identifier", - "start": 125800, - "end": 125805, + "start": 128190, + "end": 128195, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 15 }, "end": { - "line": 2825, + "line": 2867, "column": 20 }, "identifierName": "event" @@ -208226,87 +208362,87 @@ ], "body": { "type": "BlockStatement", - "start": 125808, - "end": 128271, + "start": 128198, + "end": 130661, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 23 }, "end": { - "line": 2878, + "line": 2920, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 125818, - "end": 125844, + "start": 128208, + "end": 128234, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 125818, - "end": 125844, + "start": 128208, + "end": 128234, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 125818, - "end": 125829, + "start": 128208, + "end": 128219, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 125818, - "end": 125822, + "start": 128208, + "end": 128212, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125823, - "end": 125829, + "start": 128213, + "end": 128219, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 13 }, "end": { - "line": 2826, + "line": 2868, "column": 19 }, "identifierName": "_debug" @@ -208318,15 +208454,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125831, - "end": 125842, + "start": 128221, + "end": 128232, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 21 }, "end": { - "line": 2826, + "line": 2868, "column": 32 } }, @@ -208341,44 +208477,44 @@ }, { "type": "VariableDeclaration", - "start": 125862, - "end": 126274, + "start": 128252, + "end": 128664, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 8 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 125866, - "end": 125882, + "start": 128256, + "end": 128272, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 12 }, "end": { - "line": 2828, + "line": 2870, "column": 28 } }, "id": { "type": "Identifier", - "start": 125866, - "end": 125871, + "start": 128256, + "end": 128261, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 12 }, "end": { - "line": 2828, + "line": 2870, "column": 17 }, "identifierName": "_that" @@ -208387,15 +208523,15 @@ }, "init": { "type": "ThisExpression", - "start": 125878, - "end": 125882, + "start": 128268, + "end": 128272, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 24 }, "end": { - "line": 2828, + "line": 2870, "column": 28 } } @@ -208403,29 +208539,29 @@ }, { "type": "VariableDeclarator", - "start": 125896, - "end": 125920, + "start": 128286, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 12 }, "end": { - "line": 2829, + "line": 2871, "column": 36 } }, "id": { "type": "Identifier", - "start": 125896, - "end": 125901, + "start": 128286, + "end": 128291, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 12 }, "end": { - "line": 2829, + "line": 2871, "column": 17 }, "identifierName": "_self" @@ -208434,29 +208570,29 @@ }, "init": { "type": "MemberExpression", - "start": 125908, - "end": 125920, + "start": 128298, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 24 }, "end": { - "line": 2829, + "line": 2871, "column": 36 } }, "object": { "type": "Identifier", - "start": 125908, - "end": 125913, + "start": 128298, + "end": 128303, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 24 }, "end": { - "line": 2829, + "line": 2871, "column": 29 }, "identifierName": "event" @@ -208465,15 +208601,15 @@ }, "property": { "type": "Identifier", - "start": 125914, - "end": 125920, + "start": 128304, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 30 }, "end": { - "line": 2829, + "line": 2871, "column": 36 }, "identifierName": "target" @@ -208485,29 +208621,29 @@ }, { "type": "VariableDeclarator", - "start": 125934, - "end": 125985, + "start": 128324, + "end": 128375, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 12 }, "end": { - "line": 2830, + "line": 2872, "column": 63 } }, "id": { "type": "Identifier", - "start": 125934, - "end": 125941, + "start": 128324, + "end": 128331, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 12 }, "end": { - "line": 2830, + "line": 2872, "column": 19 }, "identifierName": "$viewer" @@ -208516,57 +208652,57 @@ }, "init": { "type": "CallExpression", - "start": 125946, - "end": 125985, + "start": 128336, + "end": 128375, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 125946, - "end": 125962, + "start": 128336, + "end": 128352, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 40 } }, "object": { "type": "CallExpression", - "start": 125946, - "end": 125957, + "start": 128336, + "end": 128347, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 35 } }, "callee": { "type": "Identifier", - "start": 125946, - "end": 125947, + "start": 128336, + "end": 128337, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 25 }, "identifierName": "$" @@ -208576,15 +208712,15 @@ "arguments": [ { "type": "Identifier", - "start": 125948, - "end": 125956, + "start": 128338, + "end": 128346, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 26 }, "end": { - "line": 2830, + "line": 2872, "column": 34 }, "identifierName": "document" @@ -208595,15 +208731,15 @@ }, "property": { "type": "Identifier", - "start": 125958, - "end": 125962, + "start": 128348, + "end": 128352, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 36 }, "end": { - "line": 2830, + "line": 2872, "column": 40 }, "identifierName": "find" @@ -208615,29 +208751,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 125964, - "end": 125983, + "start": 128354, + "end": 128373, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 42 }, "end": { - "line": 2830, + "line": 2872, "column": 61 } }, "object": { "type": "Identifier", - "start": 125964, - "end": 125972, + "start": 128354, + "end": 128362, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 42 }, "end": { - "line": 2830, + "line": 2872, "column": 50 }, "identifierName": "Selector" @@ -208646,15 +208782,15 @@ }, "property": { "type": "Identifier", - "start": 125973, - "end": 125983, + "start": 128363, + "end": 128373, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 51 }, "end": { - "line": 2830, + "line": 2872, "column": 61 }, "identifierName": "EVENT_VIEW" @@ -208668,29 +208804,29 @@ }, { "type": "VariableDeclarator", - "start": 126086, - "end": 126120, + "start": 128476, + "end": 128510, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 12 }, "end": { - "line": 2832, + "line": 2874, "column": 46 } }, "id": { "type": "Identifier", - "start": 126086, - "end": 126089, + "start": 128476, + "end": 128479, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 12 }, "end": { - "line": 2832, + "line": 2874, "column": 15 }, "identifierName": "uid" @@ -208700,57 +208836,57 @@ }, "init": { "type": "CallExpression", - "start": 126098, - "end": 126120, + "start": 128488, + "end": 128510, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 126098, - "end": 126111, + "start": 128488, + "end": 128501, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 37 } }, "object": { "type": "CallExpression", - "start": 126098, - "end": 126106, + "start": 128488, + "end": 128496, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 32 } }, "callee": { "type": "Identifier", - "start": 126098, - "end": 126099, + "start": 128488, + "end": 128489, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 25 }, "identifierName": "$" @@ -208760,15 +208896,15 @@ "arguments": [ { "type": "Identifier", - "start": 126100, - "end": 126105, + "start": 128490, + "end": 128495, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 26 }, "end": { - "line": 2832, + "line": 2874, "column": 31 }, "identifierName": "_self" @@ -208779,15 +208915,15 @@ }, "property": { "type": "Identifier", - "start": 126107, - "end": 126111, + "start": 128497, + "end": 128501, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 33 }, "end": { - "line": 2832, + "line": 2874, "column": 37 }, "identifierName": "data" @@ -208799,15 +208935,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126113, - "end": 126118, + "start": 128503, + "end": 128508, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 39 }, "end": { - "line": 2832, + "line": 2874, "column": 44 } }, @@ -208823,15 +208959,15 @@ { "type": "CommentLine", "value": "eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),", - "start": 125999, - "end": 126073, + "start": 128389, + "end": 128463, "loc": { "start": { - "line": 2831, + "line": 2873, "column": 12 }, "end": { - "line": 2831, + "line": 2873, "column": 86 } } @@ -208840,29 +208976,29 @@ }, { "type": "VariableDeclarator", - "start": 126210, - "end": 126274, + "start": 128600, + "end": 128664, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 12 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "id": { "type": "Identifier", - "start": 126210, - "end": 126218, + "start": 128600, + "end": 128608, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 12 }, "end": { - "line": 2834, + "line": 2876, "column": 20 }, "identifierName": "callback" @@ -208872,58 +209008,58 @@ }, "init": { "type": "CallExpression", - "start": 126222, - "end": 126274, + "start": 128612, + "end": 128664, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 126222, - "end": 126237, + "start": 128612, + "end": 128627, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 126222, - "end": 126226, + "start": 128612, + "end": 128616, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 28 } } }, "property": { "type": "Identifier", - "start": 126227, - "end": 126237, + "start": 128617, + "end": 128627, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 29 }, "end": { - "line": 2834, + "line": 2876, "column": 39 }, "identifierName": "supplement" @@ -208935,72 +209071,72 @@ "arguments": [ { "type": "NullLiteral", - "start": 126239, - "end": 126243, + "start": 128629, + "end": 128633, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 41 }, "end": { - "line": 2834, + "line": 2876, "column": 45 } } }, { "type": "CallExpression", - "start": 126245, - "end": 126272, + "start": 128635, + "end": 128662, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 126245, - "end": 126258, + "start": 128635, + "end": 128648, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 60 } }, "object": { "type": "CallExpression", - "start": 126245, - "end": 126253, + "start": 128635, + "end": 128643, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 55 } }, "callee": { "type": "Identifier", - "start": 126245, - "end": 126246, + "start": 128635, + "end": 128636, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 48 }, "identifierName": "$" @@ -209010,15 +209146,15 @@ "arguments": [ { "type": "Identifier", - "start": 126247, - "end": 126252, + "start": 128637, + "end": 128642, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 49 }, "end": { - "line": 2834, + "line": 2876, "column": 54 }, "identifierName": "_self" @@ -209029,15 +209165,15 @@ }, "property": { "type": "Identifier", - "start": 126254, - "end": 126258, + "start": 128644, + "end": 128648, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 56 }, "end": { - "line": 2834, + "line": 2876, "column": 60 }, "identifierName": "data" @@ -209049,15 +209185,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126260, - "end": 126270, + "start": 128650, + "end": 128660, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 62 }, "end": { - "line": 2834, + "line": 2876, "column": 72 } }, @@ -209076,15 +209212,15 @@ { "type": "CommentLine", "value": "meta = this.supplement( null, $(_self).data( 'meta' ) ),", - "start": 126134, - "end": 126197, + "start": 128524, + "end": 128587, "loc": { "start": { - "line": 2833, + "line": 2875, "column": 12 }, "end": { - "line": 2833, + "line": 2875, "column": 75 } } @@ -209098,15 +209234,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -209115,57 +209251,57 @@ }, { "type": "IfStatement", - "start": 126369, - "end": 127950, + "start": 128759, + "end": 130340, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 8 }, "end": { - "line": 2867, + "line": 2909, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 126374, - "end": 126392, + "start": 128764, + "end": 128782, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 126374, - "end": 126388, + "start": 128764, + "end": 128778, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 27 } }, "object": { "type": "Identifier", - "start": 126374, - "end": 126381, + "start": 128764, + "end": 128771, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 20 }, "identifierName": "$viewer" @@ -209175,15 +209311,15 @@ }, "property": { "type": "Identifier", - "start": 126382, - "end": 126388, + "start": 128772, + "end": 128778, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 21 }, "end": { - "line": 2837, + "line": 2879, "column": 27 }, "identifierName": "length" @@ -209196,15 +209332,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 126391, - "end": 126392, + "start": 128781, + "end": 128782, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 30 }, "end": { - "line": 2837, + "line": 2879, "column": 31 } }, @@ -209218,72 +209354,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 126395, - "end": 127950, + "start": 128785, + "end": 130340, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 34 }, "end": { - "line": 2867, + "line": 2909, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 126409, - "end": 127940, + "start": 128799, + "end": 130330, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2866, + "line": 2908, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 126409, - "end": 127940, + "start": 128799, + "end": 130330, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2866, + "line": 2908, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 126409, - "end": 126421, + "start": 128799, + "end": 128811, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2838, + "line": 2880, "column": 24 } }, "object": { "type": "Identifier", - "start": 126409, - "end": 126416, + "start": 128799, + "end": 128806, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2838, + "line": 2880, "column": 19 }, "identifierName": "$viewer" @@ -209292,15 +209428,15 @@ }, "property": { "type": "Identifier", - "start": 126417, - "end": 126421, + "start": 128807, + "end": 128811, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 20 }, "end": { - "line": 2838, + "line": 2880, "column": 24 }, "identifierName": "each" @@ -209312,15 +209448,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 126422, - "end": 127939, + "start": 128812, + "end": 130329, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 25 }, "end": { - "line": 2866, + "line": 2908, "column": 13 } }, @@ -209331,59 +209467,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 126433, - "end": 127939, + "start": 128823, + "end": 130329, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 36 }, "end": { - "line": 2866, + "line": 2908, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 126451, - "end": 126963, + "start": 128841, + "end": 129353, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 16 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 126455, - "end": 126490, + "start": 128845, + "end": 128880, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 20 }, "end": { - "line": 2839, + "line": 2881, "column": 55 } }, "id": { "type": "Identifier", - "start": 126455, - "end": 126467, + "start": 128845, + "end": 128857, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 20 }, "end": { - "line": 2839, + "line": 2881, "column": 32 }, "identifierName": "_cacheEvents" @@ -209392,43 +209528,43 @@ }, "init": { "type": "CallExpression", - "start": 126470, - "end": 126490, + "start": 128860, + "end": 128880, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 126470, - "end": 126488, + "start": 128860, + "end": 128878, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 53 } }, "object": { "type": "Identifier", - "start": 126470, - "end": 126475, + "start": 128860, + "end": 128865, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 40 }, "identifierName": "_that" @@ -209437,15 +209573,15 @@ }, "property": { "type": "Identifier", - "start": 126476, - "end": 126488, + "start": 128866, + "end": 128878, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 41 }, "end": { - "line": 2839, + "line": 2881, "column": 53 }, "identifierName": "_loadToCache" @@ -209459,29 +209595,29 @@ }, { "type": "VariableDeclarator", - "start": 126512, - "end": 126578, + "start": 128902, + "end": 128968, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 20 }, "end": { - "line": 2840, + "line": 2882, "column": 86 } }, "id": { "type": "Identifier", - "start": 126512, - "end": 126522, + "start": 128902, + "end": 128912, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 20 }, "end": { - "line": 2840, + "line": 2882, "column": 30 }, "identifierName": "_eventData" @@ -209490,43 +209626,43 @@ }, "init": { "type": "CallExpression", - "start": 126527, - "end": 126578, + "start": 128917, + "end": 128968, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 126527, - "end": 126544, + "start": 128917, + "end": 128934, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 52 } }, "object": { "type": "Identifier", - "start": 126527, - "end": 126539, + "start": 128917, + "end": 128929, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 47 }, "identifierName": "_cacheEvents" @@ -209535,15 +209671,15 @@ }, "property": { "type": "Identifier", - "start": 126540, - "end": 126544, + "start": 128930, + "end": 128934, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 48 }, "end": { - "line": 2840, + "line": 2882, "column": 52 }, "identifierName": "find" @@ -209555,15 +209691,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 126546, - "end": 126576, + "start": 128936, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 54 }, "end": { - "line": 2840, + "line": 2882, "column": 84 } }, @@ -209574,15 +209710,15 @@ "params": [ { "type": "Identifier", - "start": 126548, - "end": 126553, + "start": 128938, + "end": 128943, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 56 }, "end": { - "line": 2840, + "line": 2882, "column": 61 }, "identifierName": "event" @@ -209592,43 +209728,43 @@ ], "body": { "type": "BinaryExpression", - "start": 126559, - "end": 126576, + "start": 128949, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 126559, - "end": 126568, + "start": 128949, + "end": 128958, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 76 } }, "object": { "type": "Identifier", - "start": 126559, - "end": 126564, + "start": 128949, + "end": 128954, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 72 }, "identifierName": "event" @@ -209637,15 +209773,15 @@ }, "property": { "type": "Identifier", - "start": 126565, - "end": 126568, + "start": 128955, + "end": 128958, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 73 }, "end": { - "line": 2840, + "line": 2882, "column": 76 }, "identifierName": "uid" @@ -209657,15 +209793,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 126573, - "end": 126576, + "start": 128963, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 81 }, "end": { - "line": 2840, + "line": 2882, "column": 84 }, "identifierName": "uid" @@ -209679,29 +209815,29 @@ }, { "type": "VariableDeclarator", - "start": 126600, - "end": 126672, + "start": 128990, + "end": 129062, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 20 }, "end": { - "line": 2841, + "line": 2883, "column": 92 } }, "id": { "type": "Identifier", - "start": 126600, - "end": 126606, + "start": 128990, + "end": 128996, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 20 }, "end": { - "line": 2841, + "line": 2883, "column": 26 }, "identifierName": "_label" @@ -209710,29 +209846,29 @@ }, "init": { "type": "CallExpression", - "start": 126615, - "end": 126672, + "start": 129005, + "end": 129062, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 35 }, "end": { - "line": 2841, + "line": 2883, "column": 92 } }, "callee": { "type": "Identifier", - "start": 126615, - "end": 126616, + "start": 129005, + "end": 129006, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 35 }, "end": { - "line": 2841, + "line": 2883, "column": 36 }, "identifierName": "$" @@ -209742,15 +209878,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126617, - "end": 126630, + "start": 129007, + "end": 129020, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 37 }, "end": { - "line": 2841, + "line": 2883, "column": 50 } }, @@ -209762,30 +209898,30 @@ }, { "type": "ObjectExpression", - "start": 126632, - "end": 126671, + "start": 129022, + "end": 129061, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 52 }, "end": { - "line": 2841, + "line": 2883, "column": 91 } }, "properties": [ { "type": "ObjectProperty", - "start": 126634, - "end": 126669, + "start": 129024, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 54 }, "end": { - "line": 2841, + "line": 2883, "column": 89 } }, @@ -209794,15 +209930,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126634, - "end": 126639, + "start": 129024, + "end": 129029, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 54 }, "end": { - "line": 2841, + "line": 2883, "column": 59 }, "identifierName": "class" @@ -209811,29 +209947,29 @@ }, "value": { "type": "MemberExpression", - "start": 126641, - "end": 126669, + "start": 129031, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 61 }, "end": { - "line": 2841, + "line": 2883, "column": 89 } }, "object": { "type": "Identifier", - "start": 126641, - "end": 126650, + "start": 129031, + "end": 129040, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 61 }, "end": { - "line": 2841, + "line": 2883, "column": 70 }, "identifierName": "ClassName" @@ -209842,15 +209978,15 @@ }, "property": { "type": "Identifier", - "start": 126651, - "end": 126669, + "start": 129041, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 71 }, "end": { - "line": 2841, + "line": 2883, "column": 89 }, "identifierName": "VIEWER_EVENT_TITLE" @@ -209867,29 +210003,29 @@ }, { "type": "VariableDeclarator", - "start": 126694, - "end": 126768, + "start": 129084, + "end": 129158, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 20 }, "end": { - "line": 2842, + "line": 2884, "column": 94 } }, "id": { "type": "Identifier", - "start": 126694, - "end": 126702, + "start": 129084, + "end": 129092, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 20 }, "end": { - "line": 2842, + "line": 2884, "column": 28 }, "identifierName": "_content" @@ -209898,29 +210034,29 @@ }, "init": { "type": "CallExpression", - "start": 126709, - "end": 126768, + "start": 129099, + "end": 129158, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 35 }, "end": { - "line": 2842, + "line": 2884, "column": 94 } }, "callee": { "type": "Identifier", - "start": 126709, - "end": 126710, + "start": 129099, + "end": 129100, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 35 }, "end": { - "line": 2842, + "line": 2884, "column": 36 }, "identifierName": "$" @@ -209930,15 +210066,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126711, - "end": 126724, + "start": 129101, + "end": 129114, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 37 }, "end": { - "line": 2842, + "line": 2884, "column": 50 } }, @@ -209950,30 +210086,30 @@ }, { "type": "ObjectExpression", - "start": 126726, - "end": 126767, + "start": 129116, + "end": 129157, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 52 }, "end": { - "line": 2842, + "line": 2884, "column": 93 } }, "properties": [ { "type": "ObjectProperty", - "start": 126728, - "end": 126765, + "start": 129118, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 54 }, "end": { - "line": 2842, + "line": 2884, "column": 91 } }, @@ -209982,15 +210118,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126728, - "end": 126733, + "start": 129118, + "end": 129123, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 54 }, "end": { - "line": 2842, + "line": 2884, "column": 59 }, "identifierName": "class" @@ -209999,29 +210135,29 @@ }, "value": { "type": "MemberExpression", - "start": 126735, - "end": 126765, + "start": 129125, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 61 }, "end": { - "line": 2842, + "line": 2884, "column": 91 } }, "object": { "type": "Identifier", - "start": 126735, - "end": 126744, + "start": 129125, + "end": 129134, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 61 }, "end": { - "line": 2842, + "line": 2884, "column": 70 }, "identifierName": "ClassName" @@ -210030,15 +210166,15 @@ }, "property": { "type": "Identifier", - "start": 126745, - "end": 126765, + "start": 129135, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 71 }, "end": { - "line": 2842, + "line": 2884, "column": 91 }, "identifierName": "VIEWER_EVENT_CONTENT" @@ -210055,29 +210191,29 @@ }, { "type": "VariableDeclarator", - "start": 126790, - "end": 126861, + "start": 129180, + "end": 129251, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 20 }, "end": { - "line": 2843, + "line": 2885, "column": 91 } }, "id": { "type": "Identifier", - "start": 126790, - "end": 126795, + "start": 129180, + "end": 129185, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 20 }, "end": { - "line": 2843, + "line": 2885, "column": 25 }, "identifierName": "_meta" @@ -210086,29 +210222,29 @@ }, "init": { "type": "CallExpression", - "start": 126805, - "end": 126861, + "start": 129195, + "end": 129251, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 35 }, "end": { - "line": 2843, + "line": 2885, "column": 91 } }, "callee": { "type": "Identifier", - "start": 126805, - "end": 126806, + "start": 129195, + "end": 129196, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 35 }, "end": { - "line": 2843, + "line": 2885, "column": 36 }, "identifierName": "$" @@ -210118,15 +210254,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126807, - "end": 126820, + "start": 129197, + "end": 129210, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 37 }, "end": { - "line": 2843, + "line": 2885, "column": 50 } }, @@ -210138,30 +210274,30 @@ }, { "type": "ObjectExpression", - "start": 126822, - "end": 126860, + "start": 129212, + "end": 129250, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 52 }, "end": { - "line": 2843, + "line": 2885, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 126824, - "end": 126858, + "start": 129214, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 54 }, "end": { - "line": 2843, + "line": 2885, "column": 88 } }, @@ -210170,15 +210306,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126824, - "end": 126829, + "start": 129214, + "end": 129219, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 54 }, "end": { - "line": 2843, + "line": 2885, "column": 59 }, "identifierName": "class" @@ -210187,29 +210323,29 @@ }, "value": { "type": "MemberExpression", - "start": 126831, - "end": 126858, + "start": 129221, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 61 }, "end": { - "line": 2843, + "line": 2885, "column": 88 } }, "object": { "type": "Identifier", - "start": 126831, - "end": 126840, + "start": 129221, + "end": 129230, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 61 }, "end": { - "line": 2843, + "line": 2885, "column": 70 }, "identifierName": "ClassName" @@ -210218,15 +210354,15 @@ }, "property": { "type": "Identifier", - "start": 126841, - "end": 126858, + "start": 129231, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 71 }, "end": { - "line": 2843, + "line": 2885, "column": 88 }, "identifierName": "VIEWER_EVENT_META" @@ -210243,29 +210379,29 @@ }, { "type": "VariableDeclarator", - "start": 126883, - "end": 126963, + "start": 129273, + "end": 129353, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 20 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "id": { "type": "Identifier", - "start": 126883, - "end": 126889, + "start": 129273, + "end": 129279, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 20 }, "end": { - "line": 2844, + "line": 2886, "column": 26 }, "identifierName": "_image" @@ -210274,29 +210410,29 @@ }, "init": { "type": "CallExpression", - "start": 126898, - "end": 126963, + "start": 129288, + "end": 129353, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 35 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "callee": { "type": "Identifier", - "start": 126898, - "end": 126899, + "start": 129288, + "end": 129289, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 35 }, "end": { - "line": 2844, + "line": 2886, "column": 36 }, "identifierName": "$" @@ -210306,15 +210442,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126900, - "end": 126913, + "start": 129290, + "end": 129303, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 37 }, "end": { - "line": 2844, + "line": 2886, "column": 50 } }, @@ -210326,30 +210462,30 @@ }, { "type": "ObjectExpression", - "start": 126915, - "end": 126962, + "start": 129305, + "end": 129352, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 52 }, "end": { - "line": 2844, + "line": 2886, "column": 99 } }, "properties": [ { "type": "ObjectProperty", - "start": 126917, - "end": 126960, + "start": 129307, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 54 }, "end": { - "line": 2844, + "line": 2886, "column": 97 } }, @@ -210358,15 +210494,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126917, - "end": 126922, + "start": 129307, + "end": 129312, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 54 }, "end": { - "line": 2844, + "line": 2886, "column": 59 }, "identifierName": "class" @@ -210375,29 +210511,29 @@ }, "value": { "type": "MemberExpression", - "start": 126924, - "end": 126960, + "start": 129314, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 61 }, "end": { - "line": 2844, + "line": 2886, "column": 97 } }, "object": { "type": "Identifier", - "start": 126924, - "end": 126933, + "start": 129314, + "end": 129323, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 61 }, "end": { - "line": 2844, + "line": 2886, "column": 70 }, "identifierName": "ClassName" @@ -210406,15 +210542,15 @@ }, "property": { "type": "Identifier", - "start": 126934, - "end": 126960, + "start": 129324, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 71 }, "end": { - "line": 2844, + "line": 2886, "column": 97 }, "identifierName": "VIEWER_EVENT_IMAGE_WRAPPER" @@ -210437,15 +210573,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -210454,71 +210590,71 @@ }, { "type": "ExpressionStatement", - "start": 127089, - "end": 127104, + "start": 129479, + "end": 129494, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 127089, - "end": 127104, + "start": 129479, + "end": 129494, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 127089, - "end": 127102, + "start": 129479, + "end": 129492, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 29 } }, "object": { "type": "CallExpression", - "start": 127089, - "end": 127096, + "start": 129479, + "end": 129486, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 23 } }, "callee": { "type": "Identifier", - "start": 127089, - "end": 127090, + "start": 129479, + "end": 129480, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 17 }, "identifierName": "$" @@ -210529,15 +210665,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127091, - "end": 127095, + "start": 129481, + "end": 129485, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 18 }, "end": { - "line": 2848, + "line": 2890, "column": 22 } } @@ -210547,15 +210683,15 @@ }, "property": { "type": "Identifier", - "start": 127097, - "end": 127102, + "start": 129487, + "end": 129492, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 24 }, "end": { - "line": 2848, + "line": 2890, "column": 29 }, "identifierName": "empty" @@ -210573,15 +210709,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -210591,15 +210727,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -210608,29 +210744,29 @@ }, { "type": "IfStatement", - "start": 127142, - "end": 127363, + "start": 129532, + "end": 129753, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 16 }, "end": { - "line": 2852, + "line": 2894, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127147, - "end": 127183, + "start": 129537, + "end": 129573, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 21 }, "end": { - "line": 2849, + "line": 2891, "column": 57 } }, @@ -210638,43 +210774,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127149, - "end": 127183, + "start": 129539, + "end": 129573, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 127149, - "end": 127163, + "start": 129539, + "end": 129553, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 37 } }, "object": { "type": "Identifier", - "start": 127149, - "end": 127154, + "start": 129539, + "end": 129544, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 28 }, "identifierName": "_that" @@ -210684,15 +210820,15 @@ }, "property": { "type": "Identifier", - "start": 127155, - "end": 127163, + "start": 129545, + "end": 129553, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 29 }, "end": { - "line": 2849, + "line": 2891, "column": 37 }, "identifierName": "is_empty" @@ -210705,29 +210841,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127165, - "end": 127181, + "start": 129555, + "end": 129571, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 39 }, "end": { - "line": 2849, + "line": 2891, "column": 55 } }, "object": { "type": "Identifier", - "start": 127165, - "end": 127175, + "start": 129555, + "end": 129565, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 39 }, "end": { - "line": 2849, + "line": 2891, "column": 49 }, "identifierName": "_eventData" @@ -210736,15 +210872,15 @@ }, "property": { "type": "Identifier", - "start": 127176, - "end": 127181, + "start": 129566, + "end": 129571, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 50 }, "end": { - "line": 2849, + "line": 2891, "column": 55 }, "identifierName": "image" @@ -210763,72 +210899,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127186, - "end": 127363, + "start": 129576, + "end": 129753, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 60 }, "end": { - "line": 2852, + "line": 2894, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127208, - "end": 127300, + "start": 129598, + "end": 129690, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 112 } }, "expression": { "type": "CallExpression", - "start": 127208, - "end": 127300, + "start": 129598, + "end": 129690, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 127208, - "end": 127221, + "start": 129598, + "end": 129611, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 33 } }, "object": { "type": "Identifier", - "start": 127208, - "end": 127214, + "start": 129598, + "end": 129604, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 26 }, "identifierName": "_image" @@ -210837,15 +210973,15 @@ }, "property": { "type": "Identifier", - "start": 127215, - "end": 127221, + "start": 129605, + "end": 129611, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 27 }, "end": { - "line": 2850, + "line": 2892, "column": 33 }, "identifierName": "append" @@ -210857,44 +210993,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 127223, - "end": 127298, + "start": 129613, + "end": 129688, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 35 }, "end": { - "line": 2850, + "line": 2892, "column": 110 } }, "expressions": [ { "type": "MemberExpression", - "start": 127236, - "end": 127252, + "start": 129626, + "end": 129642, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 48 }, "end": { - "line": 2850, + "line": 2892, "column": 64 } }, "object": { "type": "Identifier", - "start": 127236, - "end": 127246, + "start": 129626, + "end": 129636, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 48 }, "end": { - "line": 2850, + "line": 2892, "column": 58 }, "identifierName": "_eventData" @@ -210903,15 +211039,15 @@ }, "property": { "type": "Identifier", - "start": 127247, - "end": 127252, + "start": 129637, + "end": 129642, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 59 }, "end": { - "line": 2850, + "line": 2892, "column": 64 }, "identifierName": "image" @@ -210922,29 +211058,29 @@ }, { "type": "MemberExpression", - "start": 127264, - "end": 127292, + "start": 129654, + "end": 129682, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 76 }, "end": { - "line": 2850, + "line": 2892, "column": 104 } }, "object": { "type": "Identifier", - "start": 127264, - "end": 127273, + "start": 129654, + "end": 129663, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 76 }, "end": { - "line": 2850, + "line": 2892, "column": 85 }, "identifierName": "ClassName" @@ -210953,15 +211089,15 @@ }, "property": { "type": "Identifier", - "start": 127274, - "end": 127292, + "start": 129664, + "end": 129682, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 86 }, "end": { - "line": 2850, + "line": 2892, "column": 104 }, "identifierName": "VIEWER_EVENT_IMAGE" @@ -210974,15 +211110,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 127224, - "end": 127234, + "start": 129614, + "end": 129624, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 36 }, "end": { - "line": 2850, + "line": 2892, "column": 46 } }, @@ -210994,15 +211130,15 @@ }, { "type": "TemplateElement", - "start": 127253, - "end": 127262, + "start": 129643, + "end": 129652, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 65 }, "end": { - "line": 2850, + "line": 2892, "column": 74 } }, @@ -211014,15 +211150,15 @@ }, { "type": "TemplateElement", - "start": 127293, - "end": 127297, + "start": 129683, + "end": 129687, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 105 }, "end": { - "line": 2850, + "line": 2892, "column": 109 } }, @@ -211039,71 +211175,71 @@ }, { "type": "ExpressionStatement", - "start": 127321, - "end": 127345, + "start": 129711, + "end": 129735, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 127321, - "end": 127345, + "start": 129711, + "end": 129735, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 127321, - "end": 127335, + "start": 129711, + "end": 129725, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127321, - "end": 127328, + "start": 129711, + "end": 129718, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127321, - "end": 127322, + "start": 129711, + "end": 129712, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 21 }, "identifierName": "$" @@ -211113,15 +211249,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127323, - "end": 127327, + "start": 129713, + "end": 129717, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 22 }, "end": { - "line": 2851, + "line": 2893, "column": 26 } } @@ -211130,15 +211266,15 @@ }, "property": { "type": "Identifier", - "start": 127329, - "end": 127335, + "start": 129719, + "end": 129725, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 28 }, "end": { - "line": 2851, + "line": 2893, "column": 34 }, "identifierName": "append" @@ -211150,15 +211286,15 @@ "arguments": [ { "type": "Identifier", - "start": 127337, - "end": 127343, + "start": 129727, + "end": 129733, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 36 }, "end": { - "line": 2851, + "line": 2893, "column": 42 }, "identifierName": "_image" @@ -211176,15 +211312,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -211193,29 +211329,29 @@ }, { "type": "IfStatement", - "start": 127380, - "end": 127540, + "start": 129770, + "end": 129930, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 16 }, "end": { - "line": 2856, + "line": 2898, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127385, - "end": 127421, + "start": 129775, + "end": 129811, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 21 }, "end": { - "line": 2853, + "line": 2895, "column": 57 } }, @@ -211223,43 +211359,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127387, - "end": 127421, + "start": 129777, + "end": 129811, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 127387, - "end": 127401, + "start": 129777, + "end": 129791, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 37 } }, "object": { "type": "Identifier", - "start": 127387, - "end": 127392, + "start": 129777, + "end": 129782, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 28 }, "identifierName": "_that" @@ -211268,15 +211404,15 @@ }, "property": { "type": "Identifier", - "start": 127393, - "end": 127401, + "start": 129783, + "end": 129791, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 29 }, "end": { - "line": 2853, + "line": 2895, "column": 37 }, "identifierName": "is_empty" @@ -211288,29 +211424,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127403, - "end": 127419, + "start": 129793, + "end": 129809, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 39 }, "end": { - "line": 2853, + "line": 2895, "column": 55 } }, "object": { "type": "Identifier", - "start": 127403, - "end": 127413, + "start": 129793, + "end": 129803, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 39 }, "end": { - "line": 2853, + "line": 2895, "column": 49 }, "identifierName": "_eventData" @@ -211319,15 +211455,15 @@ }, "property": { "type": "Identifier", - "start": 127414, - "end": 127419, + "start": 129804, + "end": 129809, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 50 }, "end": { - "line": 2853, + "line": 2895, "column": 55 }, "identifierName": "label" @@ -211344,72 +211480,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127424, - "end": 127540, + "start": 129814, + "end": 129930, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 60 }, "end": { - "line": 2856, + "line": 2898, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127446, - "end": 127477, + "start": 129836, + "end": 129867, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 127446, - "end": 127477, + "start": 129836, + "end": 129867, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 127446, - "end": 127457, + "start": 129836, + "end": 129847, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 31 } }, "object": { "type": "Identifier", - "start": 127446, - "end": 127452, + "start": 129836, + "end": 129842, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 26 }, "identifierName": "_label" @@ -211418,15 +211554,15 @@ }, "property": { "type": "Identifier", - "start": 127453, - "end": 127457, + "start": 129843, + "end": 129847, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 27 }, "end": { - "line": 2854, + "line": 2896, "column": 31 }, "identifierName": "html" @@ -211438,29 +211574,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127459, - "end": 127475, + "start": 129849, + "end": 129865, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 33 }, "end": { - "line": 2854, + "line": 2896, "column": 49 } }, "object": { "type": "Identifier", - "start": 127459, - "end": 127469, + "start": 129849, + "end": 129859, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 33 }, "end": { - "line": 2854, + "line": 2896, "column": 43 }, "identifierName": "_eventData" @@ -211469,15 +211605,15 @@ }, "property": { "type": "Identifier", - "start": 127470, - "end": 127475, + "start": 129860, + "end": 129865, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 44 }, "end": { - "line": 2854, + "line": 2896, "column": 49 }, "identifierName": "label" @@ -211491,71 +211627,71 @@ }, { "type": "ExpressionStatement", - "start": 127498, - "end": 127522, + "start": 129888, + "end": 129912, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 127498, - "end": 127522, + "start": 129888, + "end": 129912, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 127498, - "end": 127512, + "start": 129888, + "end": 129902, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127498, - "end": 127505, + "start": 129888, + "end": 129895, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127498, - "end": 127499, + "start": 129888, + "end": 129889, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 21 }, "identifierName": "$" @@ -211565,15 +211701,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127500, - "end": 127504, + "start": 129890, + "end": 129894, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 22 }, "end": { - "line": 2855, + "line": 2897, "column": 26 } } @@ -211582,15 +211718,15 @@ }, "property": { "type": "Identifier", - "start": 127506, - "end": 127512, + "start": 129896, + "end": 129902, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 28 }, "end": { - "line": 2855, + "line": 2897, "column": 34 }, "identifierName": "append" @@ -211602,15 +211738,15 @@ "arguments": [ { "type": "Identifier", - "start": 127514, - "end": 127520, + "start": 129904, + "end": 129910, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 36 }, "end": { - "line": 2855, + "line": 2897, "column": 42 }, "identifierName": "_label" @@ -211627,29 +211763,29 @@ }, { "type": "IfStatement", - "start": 127557, - "end": 127725, + "start": 129947, + "end": 130115, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 16 }, "end": { - "line": 2860, + "line": 2902, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127562, - "end": 127600, + "start": 129952, + "end": 129990, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 21 }, "end": { - "line": 2857, + "line": 2899, "column": 59 } }, @@ -211657,43 +211793,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127564, - "end": 127600, + "start": 129954, + "end": 129990, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 127564, - "end": 127578, + "start": 129954, + "end": 129968, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 37 } }, "object": { "type": "Identifier", - "start": 127564, - "end": 127569, + "start": 129954, + "end": 129959, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 28 }, "identifierName": "_that" @@ -211702,15 +211838,15 @@ }, "property": { "type": "Identifier", - "start": 127570, - "end": 127578, + "start": 129960, + "end": 129968, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 29 }, "end": { - "line": 2857, + "line": 2899, "column": 37 }, "identifierName": "is_empty" @@ -211722,29 +211858,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127580, - "end": 127598, + "start": 129970, + "end": 129988, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 39 }, "end": { - "line": 2857, + "line": 2899, "column": 57 } }, "object": { "type": "Identifier", - "start": 127580, - "end": 127590, + "start": 129970, + "end": 129980, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 39 }, "end": { - "line": 2857, + "line": 2899, "column": 49 }, "identifierName": "_eventData" @@ -211753,15 +211889,15 @@ }, "property": { "type": "Identifier", - "start": 127591, - "end": 127598, + "start": 129981, + "end": 129988, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 50 }, "end": { - "line": 2857, + "line": 2899, "column": 57 }, "identifierName": "content" @@ -211778,72 +211914,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127603, - "end": 127725, + "start": 129993, + "end": 130115, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 62 }, "end": { - "line": 2860, + "line": 2902, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127625, - "end": 127660, + "start": 130015, + "end": 130050, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 127625, - "end": 127660, + "start": 130015, + "end": 130050, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 127625, - "end": 127638, + "start": 130015, + "end": 130028, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 33 } }, "object": { "type": "Identifier", - "start": 127625, - "end": 127633, + "start": 130015, + "end": 130023, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 28 }, "identifierName": "_content" @@ -211852,15 +211988,15 @@ }, "property": { "type": "Identifier", - "start": 127634, - "end": 127638, + "start": 130024, + "end": 130028, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 29 }, "end": { - "line": 2858, + "line": 2900, "column": 33 }, "identifierName": "html" @@ -211872,29 +212008,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127640, - "end": 127658, + "start": 130030, + "end": 130048, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 35 }, "end": { - "line": 2858, + "line": 2900, "column": 53 } }, "object": { "type": "Identifier", - "start": 127640, - "end": 127650, + "start": 130030, + "end": 130040, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 35 }, "end": { - "line": 2858, + "line": 2900, "column": 45 }, "identifierName": "_eventData" @@ -211903,15 +212039,15 @@ }, "property": { "type": "Identifier", - "start": 127651, - "end": 127658, + "start": 130041, + "end": 130048, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 46 }, "end": { - "line": 2858, + "line": 2900, "column": 53 }, "identifierName": "content" @@ -211925,71 +212061,71 @@ }, { "type": "ExpressionStatement", - "start": 127681, - "end": 127707, + "start": 130071, + "end": 130097, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 127681, - "end": 127707, + "start": 130071, + "end": 130097, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 127681, - "end": 127695, + "start": 130071, + "end": 130085, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127681, - "end": 127688, + "start": 130071, + "end": 130078, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127681, - "end": 127682, + "start": 130071, + "end": 130072, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 21 }, "identifierName": "$" @@ -211999,15 +212135,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127683, - "end": 127687, + "start": 130073, + "end": 130077, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 22 }, "end": { - "line": 2859, + "line": 2901, "column": 26 } } @@ -212016,15 +212152,15 @@ }, "property": { "type": "Identifier", - "start": 127689, - "end": 127695, + "start": 130079, + "end": 130085, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 28 }, "end": { - "line": 2859, + "line": 2901, "column": 34 }, "identifierName": "append" @@ -212036,15 +212172,15 @@ "arguments": [ { "type": "Identifier", - "start": 127697, - "end": 127705, + "start": 130087, + "end": 130095, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 36 }, "end": { - "line": 2859, + "line": 2901, "column": 44 }, "identifierName": "_content" @@ -212061,29 +212197,29 @@ }, { "type": "IfStatement", - "start": 127742, - "end": 127908, + "start": 130132, + "end": 130298, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 16 }, "end": { - "line": 2864, + "line": 2906, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127747, - "end": 127787, + "start": 130137, + "end": 130177, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 21 }, "end": { - "line": 2861, + "line": 2903, "column": 61 } }, @@ -212091,43 +212227,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127749, - "end": 127787, + "start": 130139, + "end": 130177, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 127749, - "end": 127763, + "start": 130139, + "end": 130153, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 37 } }, "object": { "type": "Identifier", - "start": 127749, - "end": 127754, + "start": 130139, + "end": 130144, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 28 }, "identifierName": "_that" @@ -212136,15 +212272,15 @@ }, "property": { "type": "Identifier", - "start": 127755, - "end": 127763, + "start": 130145, + "end": 130153, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 29 }, "end": { - "line": 2861, + "line": 2903, "column": 37 }, "identifierName": "is_empty" @@ -212156,29 +212292,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127765, - "end": 127785, + "start": 130155, + "end": 130175, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 39 }, "end": { - "line": 2861, + "line": 2903, "column": 59 } }, "object": { "type": "Identifier", - "start": 127765, - "end": 127775, + "start": 130155, + "end": 130165, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 39 }, "end": { - "line": 2861, + "line": 2903, "column": 49 }, "identifierName": "_eventData" @@ -212187,15 +212323,15 @@ }, "property": { "type": "Identifier", - "start": 127776, - "end": 127785, + "start": 130166, + "end": 130175, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 50 }, "end": { - "line": 2861, + "line": 2903, "column": 59 }, "identifierName": "rangeMeta" @@ -212212,72 +212348,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127790, - "end": 127908, + "start": 130180, + "end": 130298, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 64 }, "end": { - "line": 2864, + "line": 2906, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127812, - "end": 127846, + "start": 130202, + "end": 130236, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 127812, - "end": 127846, + "start": 130202, + "end": 130236, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 127812, - "end": 127822, + "start": 130202, + "end": 130212, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 30 } }, "object": { "type": "Identifier", - "start": 127812, - "end": 127817, + "start": 130202, + "end": 130207, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 25 }, "identifierName": "_meta" @@ -212286,15 +212422,15 @@ }, "property": { "type": "Identifier", - "start": 127818, - "end": 127822, + "start": 130208, + "end": 130212, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 26 }, "end": { - "line": 2862, + "line": 2904, "column": 30 }, "identifierName": "html" @@ -212306,29 +212442,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127824, - "end": 127844, + "start": 130214, + "end": 130234, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 32 }, "end": { - "line": 2862, + "line": 2904, "column": 52 } }, "object": { "type": "Identifier", - "start": 127824, - "end": 127834, + "start": 130214, + "end": 130224, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 32 }, "end": { - "line": 2862, + "line": 2904, "column": 42 }, "identifierName": "_eventData" @@ -212337,15 +212473,15 @@ }, "property": { "type": "Identifier", - "start": 127835, - "end": 127844, + "start": 130225, + "end": 130234, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 43 }, "end": { - "line": 2862, + "line": 2904, "column": 52 }, "identifierName": "rangeMeta" @@ -212359,71 +212495,71 @@ }, { "type": "ExpressionStatement", - "start": 127867, - "end": 127890, + "start": 130257, + "end": 130280, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 127867, - "end": 127890, + "start": 130257, + "end": 130280, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 127867, - "end": 127881, + "start": 130257, + "end": 130271, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127867, - "end": 127874, + "start": 130257, + "end": 130264, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127867, - "end": 127868, + "start": 130257, + "end": 130258, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 21 }, "identifierName": "$" @@ -212433,15 +212569,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127869, - "end": 127873, + "start": 130259, + "end": 130263, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 22 }, "end": { - "line": 2863, + "line": 2905, "column": 26 } } @@ -212450,15 +212586,15 @@ }, "property": { "type": "Identifier", - "start": 127875, - "end": 127881, + "start": 130265, + "end": 130271, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 28 }, "end": { - "line": 2863, + "line": 2905, "column": 34 }, "identifierName": "append" @@ -212470,15 +212606,15 @@ "arguments": [ { "type": "Identifier", - "start": 127883, - "end": 127888, + "start": 130273, + "end": 130278, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 36 }, "end": { - "line": 2863, + "line": 2905, "column": 41 }, "identifierName": "_meta" @@ -212508,15 +212644,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -212525,29 +212661,29 @@ }, { "type": "IfStatement", - "start": 127968, - "end": 128265, + "start": 130358, + "end": 130655, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 8 }, "end": { - "line": 2877, + "line": 2919, "column": 9 } }, "test": { "type": "Identifier", - "start": 127973, - "end": 127981, + "start": 130363, + "end": 130371, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 13 }, "end": { - "line": 2869, + "line": 2911, "column": 21 }, "identifierName": "callback" @@ -212556,87 +212692,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 127984, - "end": 128265, + "start": 130374, + "end": 130655, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 24 }, "end": { - "line": 2877, + "line": 2919, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 127998, - "end": 128079, + "start": 130388, + "end": 130469, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 93 } }, "expression": { "type": "CallExpression", - "start": 127998, - "end": 128079, + "start": 130388, + "end": 130469, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 127998, - "end": 128009, + "start": 130388, + "end": 130399, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 127998, - "end": 128002, + "start": 130388, + "end": 130392, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 16 } } }, "property": { "type": "Identifier", - "start": 128003, - "end": 128009, + "start": 130393, + "end": 130399, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 17 }, "end": { - "line": 2870, + "line": 2912, "column": 23 }, "identifierName": "_debug" @@ -212648,30 +212784,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 128011, - "end": 128077, + "start": 130401, + "end": 130467, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 25 }, "end": { - "line": 2870, + "line": 2912, "column": 91 } }, "expressions": [ { "type": "Identifier", - "start": 128028, - "end": 128036, + "start": 130418, + "end": 130426, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 42 }, "end": { - "line": 2870, + "line": 2912, "column": 50 }, "identifierName": "callback" @@ -212682,15 +212818,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 128012, - "end": 128026, + "start": 130402, + "end": 130416, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 26 }, "end": { - "line": 2870, + "line": 2912, "column": 40 } }, @@ -212702,15 +212838,15 @@ }, { "type": "TemplateElement", - "start": 128037, - "end": 128076, + "start": 130427, + "end": 130466, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 51 }, "end": { - "line": 2870, + "line": 2912, "column": 90 } }, @@ -212727,100 +212863,100 @@ }, { "type": "TryStatement", - "start": 128105, - "end": 128255, + "start": 130495, + "end": 130645, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 12 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 128109, - "end": 128186, + "start": 130499, + "end": 130576, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 16 }, "end": { - "line": 2874, + "line": 2916, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 128127, - "end": 128172, + "start": 130517, + "end": 130562, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 128127, - "end": 128172, + "start": 130517, + "end": 130562, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 61 } }, "callee": { "type": "CallExpression", - "start": 128127, - "end": 128170, + "start": 130517, + "end": 130560, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 128127, - "end": 128140, + "start": 130517, + "end": 130530, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 29 } }, "object": { "type": "Identifier", - "start": 128127, - "end": 128135, + "start": 130517, + "end": 130525, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 24 }, "identifierName": "Function" @@ -212829,15 +212965,15 @@ }, "property": { "type": "Identifier", - "start": 128136, - "end": 128140, + "start": 130526, + "end": 130530, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 25 }, "end": { - "line": 2873, + "line": 2915, "column": 29 }, "identifierName": "call" @@ -212849,45 +212985,45 @@ "arguments": [ { "type": "NullLiteral", - "start": 128142, - "end": 128146, + "start": 130532, + "end": 130536, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 31 }, "end": { - "line": 2873, + "line": 2915, "column": 35 } } }, { "type": "TemplateLiteral", - "start": 128148, - "end": 128168, + "start": 130538, + "end": 130558, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 37 }, "end": { - "line": 2873, + "line": 2915, "column": 57 } }, "expressions": [ { "type": "Identifier", - "start": 128158, - "end": 128166, + "start": 130548, + "end": 130556, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 47 }, "end": { - "line": 2873, + "line": 2915, "column": 55 }, "identifierName": "callback" @@ -212898,15 +213034,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 128149, - "end": 128156, + "start": 130539, + "end": 130546, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 38 }, "end": { - "line": 2873, + "line": 2915, "column": 45 } }, @@ -212918,15 +213054,15 @@ }, { "type": "TemplateElement", - "start": 128167, - "end": 128167, + "start": 130557, + "end": 130557, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 56 }, "end": { - "line": 2873, + "line": 2915, "column": 56 } }, @@ -212948,29 +213084,29 @@ }, "handler": { "type": "CatchClause", - "start": 128187, - "end": 128255, + "start": 130577, + "end": 130645, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 14 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "param": { "type": "Identifier", - "start": 128195, - "end": 128196, + "start": 130585, + "end": 130586, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 22 }, "end": { - "line": 2874, + "line": 2916, "column": 23 }, "identifierName": "e" @@ -212979,58 +213115,58 @@ }, "body": { "type": "BlockStatement", - "start": 128199, - "end": 128255, + "start": 130589, + "end": 130645, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 26 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 128217, - "end": 128241, + "start": 130607, + "end": 130631, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 16 }, "end": { - "line": 2875, + "line": 2917, "column": 40 } }, "argument": { "type": "NewExpression", - "start": 128223, - "end": 128241, + "start": 130613, + "end": 130631, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 22 }, "end": { - "line": 2875, + "line": 2917, "column": 40 } }, "callee": { "type": "Identifier", - "start": 128227, - "end": 128236, + "start": 130617, + "end": 130626, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 26 }, "end": { - "line": 2875, + "line": 2917, "column": 35 }, "identifierName": "TypeError" @@ -213040,15 +213176,15 @@ "arguments": [ { "type": "Identifier", - "start": 128238, - "end": 128239, + "start": 130628, + "end": 130629, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 37 }, "end": { - "line": 2875, + "line": 2917, "column": 38 }, "identifierName": "e" @@ -213078,15 +213214,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -213096,15 +213232,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -213113,15 +213249,15 @@ }, { "type": "ClassMethod", - "start": 128444, - "end": 135094, + "start": 130834, + "end": 137484, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 4 }, "end": { - "line": 2999, + "line": 3041, "column": 5 } }, @@ -213129,15 +213265,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128444, - "end": 128453, + "start": 130834, + "end": 130843, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 4 }, "end": { - "line": 2885, + "line": 2927, "column": 13 }, "identifierName": "zoomScale" @@ -213153,15 +213289,15 @@ "params": [ { "type": "Identifier", - "start": 128455, - "end": 128460, + "start": 130845, + "end": 130850, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 15 }, "end": { - "line": 2885, + "line": 2927, "column": 20 }, "identifierName": "event" @@ -213171,87 +213307,87 @@ ], "body": { "type": "BlockStatement", - "start": 128463, - "end": 135094, + "start": 130853, + "end": 137484, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 23 }, "end": { - "line": 2999, + "line": 3041, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 128473, - "end": 128499, + "start": 130863, + "end": 130889, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 128473, - "end": 128499, + "start": 130863, + "end": 130889, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 128473, - "end": 128484, + "start": 130863, + "end": 130874, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 128473, - "end": 128477, + "start": 130863, + "end": 130867, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 12 } } }, "property": { "type": "Identifier", - "start": 128478, - "end": 128484, + "start": 130868, + "end": 130874, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 13 }, "end": { - "line": 2886, + "line": 2928, "column": 19 }, "identifierName": "_debug" @@ -213263,15 +213399,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 128486, - "end": 128497, + "start": 130876, + "end": 130887, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 21 }, "end": { - "line": 2886, + "line": 2928, "column": 32 } }, @@ -213286,44 +213422,44 @@ }, { "type": "VariableDeclaration", - "start": 128517, - "end": 134218, + "start": 130907, + "end": 136608, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 8 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 128521, - "end": 128548, + "start": 130911, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 12 }, "end": { - "line": 2888, + "line": 2930, "column": 39 } }, "id": { "type": "Identifier", - "start": 128521, - "end": 128526, + "start": 130911, + "end": 130916, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 12 }, "end": { - "line": 2888, + "line": 2930, "column": 17 }, "identifierName": "_elem" @@ -213332,29 +213468,29 @@ }, "init": { "type": "MemberExpression", - "start": 128536, - "end": 128548, + "start": 130926, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 27 }, "end": { - "line": 2888, + "line": 2930, "column": 39 } }, "object": { "type": "Identifier", - "start": 128536, - "end": 128541, + "start": 130926, + "end": 130931, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 27 }, "end": { - "line": 2888, + "line": 2930, "column": 32 }, "identifierName": "event" @@ -213363,15 +213499,15 @@ }, "property": { "type": "Identifier", - "start": 128542, - "end": 128548, + "start": 130932, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 33 }, "end": { - "line": 2888, + "line": 2930, "column": 39 }, "identifierName": "target" @@ -213383,29 +213519,29 @@ }, { "type": "VariableDeclarator", - "start": 128562, - "end": 128606, + "start": 130952, + "end": 130996, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 12 }, "end": { - "line": 2889, + "line": 2931, "column": 56 } }, "id": { "type": "Identifier", - "start": 128562, - "end": 128572, + "start": 130952, + "end": 130962, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 12 }, "end": { - "line": 2889, + "line": 2931, "column": 22 }, "identifierName": "ruler_item" @@ -213414,57 +213550,57 @@ }, "init": { "type": "CallExpression", - "start": 128577, - "end": 128606, + "start": 130967, + "end": 130996, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 128577, - "end": 128590, + "start": 130967, + "end": 130980, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 40 } }, "object": { "type": "CallExpression", - "start": 128577, - "end": 128585, + "start": 130967, + "end": 130975, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 35 } }, "callee": { "type": "Identifier", - "start": 128577, - "end": 128578, + "start": 130967, + "end": 130968, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 28 }, "identifierName": "$" @@ -213474,15 +213610,15 @@ "arguments": [ { "type": "Identifier", - "start": 128579, - "end": 128584, + "start": 130969, + "end": 130974, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 29 }, "end": { - "line": 2889, + "line": 2931, "column": 34 }, "identifierName": "_elem" @@ -213493,15 +213629,15 @@ }, "property": { "type": "Identifier", - "start": 128586, - "end": 128590, + "start": 130976, + "end": 130980, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 36 }, "end": { - "line": 2889, + "line": 2931, "column": 40 }, "identifierName": "data" @@ -213513,15 +213649,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 128592, - "end": 128604, + "start": 130982, + "end": 130994, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 42 }, "end": { - "line": 2889, + "line": 2931, "column": 54 } }, @@ -213536,29 +213672,29 @@ }, { "type": "VariableDeclarator", - "start": 128620, - "end": 129585, + "start": 131010, + "end": 131975, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 12 }, "end": { - "line": 2903, + "line": 2945, "column": 13 } }, "id": { "type": "Identifier", - "start": 128620, - "end": 128628, + "start": 131010, + "end": 131018, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 12 }, "end": { - "line": 2890, + "line": 2932, "column": 20 }, "identifierName": "scaleMap" @@ -213567,30 +213703,30 @@ }, "init": { "type": "ObjectExpression", - "start": 128635, - "end": 129585, + "start": 131025, + "end": 131975, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 27 }, "end": { - "line": 2903, + "line": 2945, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 128653, - "end": 128713, + "start": 131043, + "end": 131103, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 16 }, "end": { - "line": 2891, + "line": 2933, "column": 76 } }, @@ -213599,15 +213735,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128653, - "end": 128663, + "start": 131043, + "end": 131053, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 16 }, "end": { - "line": 2891, + "line": 2933, "column": 26 }, "identifierName": "millennium" @@ -213616,30 +213752,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128666, - "end": 128713, + "start": 131056, + "end": 131103, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 29 }, "end": { - "line": 2891, + "line": 2933, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128668, - "end": 128679, + "start": 131058, + "end": 131069, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 31 }, "end": { - "line": 2891, + "line": 2933, "column": 42 } }, @@ -213648,15 +213784,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128668, - "end": 128673, + "start": 131058, + "end": 131063, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 31 }, "end": { - "line": 2891, + "line": 2933, "column": 36 }, "identifierName": "years" @@ -213665,15 +213801,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128675, - "end": 128679, + "start": 131065, + "end": 131069, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 38 }, "end": { - "line": 2891, + "line": 2933, "column": 42 } }, @@ -213686,15 +213822,15 @@ }, { "type": "ObjectProperty", - "start": 128681, - "end": 128697, + "start": 131071, + "end": 131087, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 44 }, "end": { - "line": 2891, + "line": 2933, "column": 60 } }, @@ -213703,15 +213839,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128681, - "end": 128686, + "start": 131071, + "end": 131076, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 44 }, "end": { - "line": 2891, + "line": 2933, "column": 49 }, "identifierName": "lower" @@ -213720,15 +213856,15 @@ }, "value": { "type": "StringLiteral", - "start": 128688, - "end": 128697, + "start": 131078, + "end": 131087, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 51 }, "end": { - "line": 2891, + "line": 2933, "column": 60 } }, @@ -213741,15 +213877,15 @@ }, { "type": "ObjectProperty", - "start": 128699, - "end": 128711, + "start": 131089, + "end": 131101, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 62 }, "end": { - "line": 2891, + "line": 2933, "column": 74 } }, @@ -213758,15 +213894,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128699, - "end": 128707, + "start": 131089, + "end": 131097, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 62 }, "end": { - "line": 2891, + "line": 2933, "column": 70 }, "identifierName": "minGrids" @@ -213775,15 +213911,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128709, - "end": 128711, + "start": 131099, + "end": 131101, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 72 }, "end": { - "line": 2891, + "line": 2933, "column": 74 } }, @@ -213799,15 +213935,15 @@ }, { "type": "ObjectProperty", - "start": 128731, - "end": 128791, + "start": 131121, + "end": 131181, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 16 }, "end": { - "line": 2892, + "line": 2934, "column": 76 } }, @@ -213816,15 +213952,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128731, - "end": 128738, + "start": 131121, + "end": 131128, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 16 }, "end": { - "line": 2892, + "line": 2934, "column": 23 }, "identifierName": "century" @@ -213833,30 +213969,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128744, - "end": 128791, + "start": 131134, + "end": 131181, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 29 }, "end": { - "line": 2892, + "line": 2934, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128746, - "end": 128756, + "start": 131136, + "end": 131146, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 31 }, "end": { - "line": 2892, + "line": 2934, "column": 41 } }, @@ -213865,15 +214001,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128746, - "end": 128751, + "start": 131136, + "end": 131141, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 31 }, "end": { - "line": 2892, + "line": 2934, "column": 36 }, "identifierName": "years" @@ -213882,15 +214018,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128753, - "end": 128756, + "start": 131143, + "end": 131146, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 38 }, "end": { - "line": 2892, + "line": 2934, "column": 41 } }, @@ -213903,15 +214039,15 @@ }, { "type": "ObjectProperty", - "start": 128759, - "end": 128774, + "start": 131149, + "end": 131164, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 44 }, "end": { - "line": 2892, + "line": 2934, "column": 59 } }, @@ -213920,15 +214056,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128759, - "end": 128764, + "start": 131149, + "end": 131154, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 44 }, "end": { - "line": 2892, + "line": 2934, "column": 49 }, "identifierName": "lower" @@ -213937,15 +214073,15 @@ }, "value": { "type": "StringLiteral", - "start": 128766, - "end": 128774, + "start": 131156, + "end": 131164, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 51 }, "end": { - "line": 2892, + "line": 2934, "column": 59 } }, @@ -213958,15 +214094,15 @@ }, { "type": "ObjectProperty", - "start": 128777, - "end": 128789, + "start": 131167, + "end": 131179, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 62 }, "end": { - "line": 2892, + "line": 2934, "column": 74 } }, @@ -213975,15 +214111,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128777, - "end": 128785, + "start": 131167, + "end": 131175, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 62 }, "end": { - "line": 2892, + "line": 2934, "column": 70 }, "identifierName": "minGrids" @@ -213992,15 +214128,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128787, - "end": 128789, + "start": 131177, + "end": 131179, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 72 }, "end": { - "line": 2892, + "line": 2934, "column": 74 } }, @@ -214016,15 +214152,15 @@ }, { "type": "ObjectProperty", - "start": 128809, - "end": 128869, + "start": 131199, + "end": 131259, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 16 }, "end": { - "line": 2893, + "line": 2935, "column": 76 } }, @@ -214033,15 +214169,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128809, - "end": 128815, + "start": 131199, + "end": 131205, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 16 }, "end": { - "line": 2893, + "line": 2935, "column": 22 }, "identifierName": "decade" @@ -214050,30 +214186,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128822, - "end": 128869, + "start": 131212, + "end": 131259, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 29 }, "end": { - "line": 2893, + "line": 2935, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128824, - "end": 128833, + "start": 131214, + "end": 131223, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 31 }, "end": { - "line": 2893, + "line": 2935, "column": 40 } }, @@ -214082,15 +214218,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128824, - "end": 128829, + "start": 131214, + "end": 131219, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 31 }, "end": { - "line": 2893, + "line": 2935, "column": 36 }, "identifierName": "years" @@ -214099,15 +214235,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128831, - "end": 128833, + "start": 131221, + "end": 131223, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 38 }, "end": { - "line": 2893, + "line": 2935, "column": 40 } }, @@ -214120,15 +214256,15 @@ }, { "type": "ObjectProperty", - "start": 128837, - "end": 128853, + "start": 131227, + "end": 131243, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 44 }, "end": { - "line": 2893, + "line": 2935, "column": 60 } }, @@ -214137,15 +214273,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128837, - "end": 128842, + "start": 131227, + "end": 131232, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 44 }, "end": { - "line": 2893, + "line": 2935, "column": 49 }, "identifierName": "lower" @@ -214154,15 +214290,15 @@ }, "value": { "type": "StringLiteral", - "start": 128844, - "end": 128853, + "start": 131234, + "end": 131243, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 51 }, "end": { - "line": 2893, + "line": 2935, "column": 60 } }, @@ -214175,15 +214311,15 @@ }, { "type": "ObjectProperty", - "start": 128855, - "end": 128866, + "start": 131245, + "end": 131256, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 62 }, "end": { - "line": 2893, + "line": 2935, "column": 73 } }, @@ -214192,15 +214328,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128855, - "end": 128863, + "start": 131245, + "end": 131253, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 62 }, "end": { - "line": 2893, + "line": 2935, "column": 70 }, "identifierName": "minGrids" @@ -214209,15 +214345,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128865, - "end": 128866, + "start": 131255, + "end": 131256, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 72 }, "end": { - "line": 2893, + "line": 2935, "column": 73 } }, @@ -214233,15 +214369,15 @@ }, { "type": "ObjectProperty", - "start": 128887, - "end": 128947, + "start": 131277, + "end": 131337, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 16 }, "end": { - "line": 2894, + "line": 2936, "column": 76 } }, @@ -214250,15 +214386,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128887, - "end": 128894, + "start": 131277, + "end": 131284, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 16 }, "end": { - "line": 2894, + "line": 2936, "column": 23 }, "identifierName": "lustrum" @@ -214267,30 +214403,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128900, - "end": 128947, + "start": 131290, + "end": 131337, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 29 }, "end": { - "line": 2894, + "line": 2936, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128902, - "end": 128910, + "start": 131292, + "end": 131300, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 31 }, "end": { - "line": 2894, + "line": 2936, "column": 39 } }, @@ -214299,15 +214435,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128902, - "end": 128907, + "start": 131292, + "end": 131297, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 31 }, "end": { - "line": 2894, + "line": 2936, "column": 36 }, "identifierName": "years" @@ -214316,15 +214452,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128909, - "end": 128910, + "start": 131299, + "end": 131300, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 38 }, "end": { - "line": 2894, + "line": 2936, "column": 39 } }, @@ -214337,15 +214473,15 @@ }, { "type": "ObjectProperty", - "start": 128915, - "end": 128928, + "start": 131305, + "end": 131318, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 44 }, "end": { - "line": 2894, + "line": 2936, "column": 57 } }, @@ -214354,15 +214490,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128915, - "end": 128920, + "start": 131305, + "end": 131310, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 44 }, "end": { - "line": 2894, + "line": 2936, "column": 49 }, "identifierName": "lower" @@ -214371,15 +214507,15 @@ }, "value": { "type": "StringLiteral", - "start": 128922, - "end": 128928, + "start": 131312, + "end": 131318, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 51 }, "end": { - "line": 2894, + "line": 2936, "column": 57 } }, @@ -214392,15 +214528,15 @@ }, { "type": "ObjectProperty", - "start": 128933, - "end": 128944, + "start": 131323, + "end": 131334, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 62 }, "end": { - "line": 2894, + "line": 2936, "column": 73 } }, @@ -214409,15 +214545,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128933, - "end": 128941, + "start": 131323, + "end": 131331, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 62 }, "end": { - "line": 2894, + "line": 2936, "column": 70 }, "identifierName": "minGrids" @@ -214426,15 +214562,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128943, - "end": 128944, + "start": 131333, + "end": 131334, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 72 }, "end": { - "line": 2894, + "line": 2936, "column": 73 } }, @@ -214450,15 +214586,15 @@ }, { "type": "ObjectProperty", - "start": 128965, - "end": 129025, + "start": 131355, + "end": 131415, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 16 }, "end": { - "line": 2895, + "line": 2937, "column": 76 } }, @@ -214467,15 +214603,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128965, - "end": 128969, + "start": 131355, + "end": 131359, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 16 }, "end": { - "line": 2895, + "line": 2937, "column": 20 }, "identifierName": "year" @@ -214484,30 +214620,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128978, - "end": 129025, + "start": 131368, + "end": 131415, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 29 }, "end": { - "line": 2895, + "line": 2937, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128980, - "end": 128988, + "start": 131370, + "end": 131378, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 31 }, "end": { - "line": 2895, + "line": 2937, "column": 39 } }, @@ -214516,15 +214652,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128980, - "end": 128985, + "start": 131370, + "end": 131375, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 31 }, "end": { - "line": 2895, + "line": 2937, "column": 36 }, "identifierName": "years" @@ -214533,15 +214669,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128987, - "end": 128988, + "start": 131377, + "end": 131378, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 38 }, "end": { - "line": 2895, + "line": 2937, "column": 39 } }, @@ -214554,15 +214690,15 @@ }, { "type": "ObjectProperty", - "start": 128993, - "end": 129007, + "start": 131383, + "end": 131397, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 44 }, "end": { - "line": 2895, + "line": 2937, "column": 58 } }, @@ -214571,15 +214707,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128993, - "end": 128998, + "start": 131383, + "end": 131388, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 44 }, "end": { - "line": 2895, + "line": 2937, "column": 49 }, "identifierName": "lower" @@ -214588,15 +214724,15 @@ }, "value": { "type": "StringLiteral", - "start": 129000, - "end": 129007, + "start": 131390, + "end": 131397, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 51 }, "end": { - "line": 2895, + "line": 2937, "column": 58 } }, @@ -214609,15 +214745,15 @@ }, { "type": "ObjectProperty", - "start": 129011, - "end": 129023, + "start": 131401, + "end": 131413, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 62 }, "end": { - "line": 2895, + "line": 2937, "column": 74 } }, @@ -214626,15 +214762,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129011, - "end": 129019, + "start": 131401, + "end": 131409, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 62 }, "end": { - "line": 2895, + "line": 2937, "column": 70 }, "identifierName": "minGrids" @@ -214643,15 +214779,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129021, - "end": 129023, + "start": 131411, + "end": 131413, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 72 }, "end": { - "line": 2895, + "line": 2937, "column": 74 } }, @@ -214667,15 +214803,15 @@ }, { "type": "ObjectProperty", - "start": 129043, - "end": 129103, + "start": 131433, + "end": 131493, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 16 }, "end": { - "line": 2896, + "line": 2938, "column": 76 } }, @@ -214684,15 +214820,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129043, - "end": 129048, + "start": 131433, + "end": 131438, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 16 }, "end": { - "line": 2896, + "line": 2938, "column": 21 }, "identifierName": "month" @@ -214701,30 +214837,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129056, - "end": 129103, + "start": 131446, + "end": 131493, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 29 }, "end": { - "line": 2896, + "line": 2938, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129071, - "end": 129083, + "start": 131461, + "end": 131473, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 44 }, "end": { - "line": 2896, + "line": 2938, "column": 56 } }, @@ -214733,15 +214869,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129071, - "end": 129076, + "start": 131461, + "end": 131466, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 44 }, "end": { - "line": 2896, + "line": 2938, "column": 49 }, "identifierName": "lower" @@ -214750,15 +214886,15 @@ }, "value": { "type": "StringLiteral", - "start": 129078, - "end": 129083, + "start": 131468, + "end": 131473, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 51 }, "end": { - "line": 2896, + "line": 2938, "column": 56 } }, @@ -214771,15 +214907,15 @@ }, { "type": "ObjectProperty", - "start": 129089, - "end": 129101, + "start": 131479, + "end": 131491, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 62 }, "end": { - "line": 2896, + "line": 2938, "column": 74 } }, @@ -214788,15 +214924,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129089, - "end": 129097, + "start": 131479, + "end": 131487, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 62 }, "end": { - "line": 2896, + "line": 2938, "column": 70 }, "identifierName": "minGrids" @@ -214805,15 +214941,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129099, - "end": 129101, + "start": 131489, + "end": 131491, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 72 }, "end": { - "line": 2896, + "line": 2938, "column": 74 } }, @@ -214829,15 +214965,15 @@ }, { "type": "ObjectProperty", - "start": 129121, - "end": 129181, + "start": 131511, + "end": 131571, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 16 }, "end": { - "line": 2897, + "line": 2939, "column": 76 } }, @@ -214846,15 +214982,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129121, - "end": 129125, + "start": 131511, + "end": 131515, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 16 }, "end": { - "line": 2897, + "line": 2939, "column": 20 }, "identifierName": "week" @@ -214863,30 +214999,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129134, - "end": 129181, + "start": 131524, + "end": 131571, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 29 }, "end": { - "line": 2897, + "line": 2939, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129149, - "end": 129161, + "start": 131539, + "end": 131551, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 44 }, "end": { - "line": 2897, + "line": 2939, "column": 56 } }, @@ -214895,15 +215031,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129149, - "end": 129154, + "start": 131539, + "end": 131544, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 44 }, "end": { - "line": 2897, + "line": 2939, "column": 49 }, "identifierName": "lower" @@ -214912,15 +215048,15 @@ }, "value": { "type": "StringLiteral", - "start": 129156, - "end": 129161, + "start": 131546, + "end": 131551, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 51 }, "end": { - "line": 2897, + "line": 2939, "column": 56 } }, @@ -214933,15 +215069,15 @@ }, { "type": "ObjectProperty", - "start": 129167, - "end": 129178, + "start": 131557, + "end": 131568, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 62 }, "end": { - "line": 2897, + "line": 2939, "column": 73 } }, @@ -214950,15 +215086,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129167, - "end": 129175, + "start": 131557, + "end": 131565, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 62 }, "end": { - "line": 2897, + "line": 2939, "column": 70 }, "identifierName": "minGrids" @@ -214967,15 +215103,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129177, - "end": 129178, + "start": 131567, + "end": 131568, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 72 }, "end": { - "line": 2897, + "line": 2939, "column": 73 } }, @@ -214991,15 +215127,15 @@ }, { "type": "ObjectProperty", - "start": 129199, - "end": 129259, + "start": 131589, + "end": 131649, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 16 }, "end": { - "line": 2898, + "line": 2940, "column": 76 } }, @@ -215008,15 +215144,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129199, - "end": 129202, + "start": 131589, + "end": 131592, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 16 }, "end": { - "line": 2898, + "line": 2940, "column": 19 }, "identifierName": "day" @@ -215025,30 +215161,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129212, - "end": 129259, + "start": 131602, + "end": 131649, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 29 }, "end": { - "line": 2898, + "line": 2940, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129227, - "end": 129240, + "start": 131617, + "end": 131630, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 44 }, "end": { - "line": 2898, + "line": 2940, "column": 57 } }, @@ -215057,15 +215193,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129227, - "end": 129232, + "start": 131617, + "end": 131622, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 44 }, "end": { - "line": 2898, + "line": 2940, "column": 49 }, "identifierName": "lower" @@ -215074,15 +215210,15 @@ }, "value": { "type": "StringLiteral", - "start": 129234, - "end": 129240, + "start": 131624, + "end": 131630, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 51 }, "end": { - "line": 2898, + "line": 2940, "column": 57 } }, @@ -215095,15 +215231,15 @@ }, { "type": "ObjectProperty", - "start": 129245, - "end": 129257, + "start": 131635, + "end": 131647, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 62 }, "end": { - "line": 2898, + "line": 2940, "column": 74 } }, @@ -215112,15 +215248,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129245, - "end": 129253, + "start": 131635, + "end": 131643, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 62 }, "end": { - "line": 2898, + "line": 2940, "column": 70 }, "identifierName": "minGrids" @@ -215129,15 +215265,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129255, - "end": 129257, + "start": 131645, + "end": 131647, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 72 }, "end": { - "line": 2898, + "line": 2940, "column": 74 } }, @@ -215153,15 +215289,15 @@ }, { "type": "ObjectProperty", - "start": 129277, - "end": 129337, + "start": 131667, + "end": 131727, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 16 }, "end": { - "line": 2899, + "line": 2941, "column": 76 } }, @@ -215170,15 +215306,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129277, - "end": 129284, + "start": 131667, + "end": 131674, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 16 }, "end": { - "line": 2899, + "line": 2941, "column": 23 }, "identifierName": "weekday" @@ -215187,30 +215323,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129290, - "end": 129337, + "start": 131680, + "end": 131727, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 29 }, "end": { - "line": 2899, + "line": 2941, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129305, - "end": 129318, + "start": 131695, + "end": 131708, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 44 }, "end": { - "line": 2899, + "line": 2941, "column": 57 } }, @@ -215219,15 +215355,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129305, - "end": 129310, + "start": 131695, + "end": 131700, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 44 }, "end": { - "line": 2899, + "line": 2941, "column": 49 }, "identifierName": "lower" @@ -215236,15 +215372,15 @@ }, "value": { "type": "StringLiteral", - "start": 129312, - "end": 129318, + "start": 131702, + "end": 131708, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 51 }, "end": { - "line": 2899, + "line": 2941, "column": 57 } }, @@ -215257,15 +215393,15 @@ }, { "type": "ObjectProperty", - "start": 129323, - "end": 129335, + "start": 131713, + "end": 131725, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 62 }, "end": { - "line": 2899, + "line": 2941, "column": 74 } }, @@ -215274,15 +215410,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129323, - "end": 129331, + "start": 131713, + "end": 131721, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 62 }, "end": { - "line": 2899, + "line": 2941, "column": 70 }, "identifierName": "minGrids" @@ -215291,15 +215427,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129333, - "end": 129335, + "start": 131723, + "end": 131725, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 72 }, "end": { - "line": 2899, + "line": 2941, "column": 74 } }, @@ -215315,15 +215451,15 @@ }, { "type": "ObjectProperty", - "start": 129355, - "end": 129415, + "start": 131745, + "end": 131805, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 16 }, "end": { - "line": 2900, + "line": 2942, "column": 76 } }, @@ -215332,15 +215468,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129355, - "end": 129359, + "start": 131745, + "end": 131749, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 16 }, "end": { - "line": 2900, + "line": 2942, "column": 20 }, "identifierName": "hour" @@ -215349,30 +215485,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129368, - "end": 129415, + "start": 131758, + "end": 131805, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 29 }, "end": { - "line": 2900, + "line": 2942, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129383, - "end": 129398, + "start": 131773, + "end": 131788, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 44 }, "end": { - "line": 2900, + "line": 2942, "column": 59 } }, @@ -215381,15 +215517,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129383, - "end": 129388, + "start": 131773, + "end": 131778, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 44 }, "end": { - "line": 2900, + "line": 2942, "column": 49 }, "identifierName": "lower" @@ -215398,15 +215534,15 @@ }, "value": { "type": "StringLiteral", - "start": 129390, - "end": 129398, + "start": 131780, + "end": 131788, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 51 }, "end": { - "line": 2900, + "line": 2942, "column": 59 } }, @@ -215419,15 +215555,15 @@ }, { "type": "ObjectProperty", - "start": 129401, - "end": 129413, + "start": 131791, + "end": 131803, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 62 }, "end": { - "line": 2900, + "line": 2942, "column": 74 } }, @@ -215436,15 +215572,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129401, - "end": 129409, + "start": 131791, + "end": 131799, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 62 }, "end": { - "line": 2900, + "line": 2942, "column": 70 }, "identifierName": "minGrids" @@ -215453,15 +215589,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129411, - "end": 129413, + "start": 131801, + "end": 131803, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 72 }, "end": { - "line": 2900, + "line": 2942, "column": 74 } }, @@ -215477,15 +215613,15 @@ }, { "type": "ObjectProperty", - "start": 129433, - "end": 129493, + "start": 131823, + "end": 131883, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 16 }, "end": { - "line": 2901, + "line": 2943, "column": 76 } }, @@ -215494,15 +215630,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129433, - "end": 129439, + "start": 131823, + "end": 131829, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 16 }, "end": { - "line": 2901, + "line": 2943, "column": 22 }, "identifierName": "minute" @@ -215511,30 +215647,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129446, - "end": 129493, + "start": 131836, + "end": 131883, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 29 }, "end": { - "line": 2901, + "line": 2943, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129461, - "end": 129476, + "start": 131851, + "end": 131866, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 44 }, "end": { - "line": 2901, + "line": 2943, "column": 59 } }, @@ -215543,15 +215679,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129461, - "end": 129466, + "start": 131851, + "end": 131856, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 44 }, "end": { - "line": 2901, + "line": 2943, "column": 49 }, "identifierName": "lower" @@ -215560,15 +215696,15 @@ }, "value": { "type": "StringLiteral", - "start": 129468, - "end": 129476, + "start": 131858, + "end": 131866, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 51 }, "end": { - "line": 2901, + "line": 2943, "column": 59 } }, @@ -215581,15 +215717,15 @@ }, { "type": "ObjectProperty", - "start": 129479, - "end": 129491, + "start": 131869, + "end": 131881, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 62 }, "end": { - "line": 2901, + "line": 2943, "column": 74 } }, @@ -215598,15 +215734,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129479, - "end": 129487, + "start": 131869, + "end": 131877, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 62 }, "end": { - "line": 2901, + "line": 2943, "column": 70 }, "identifierName": "minGrids" @@ -215615,15 +215751,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129489, - "end": 129491, + "start": 131879, + "end": 131881, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 72 }, "end": { - "line": 2901, + "line": 2943, "column": 74 } }, @@ -215639,15 +215775,15 @@ }, { "type": "ObjectProperty", - "start": 129511, - "end": 129571, + "start": 131901, + "end": 131961, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 16 }, "end": { - "line": 2902, + "line": 2944, "column": 76 } }, @@ -215656,15 +215792,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129511, - "end": 129517, + "start": 131901, + "end": 131907, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 16 }, "end": { - "line": 2902, + "line": 2944, "column": 22 }, "identifierName": "second" @@ -215673,30 +215809,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129524, - "end": 129571, + "start": 131914, + "end": 131961, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 29 }, "end": { - "line": 2902, + "line": 2944, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129539, - "end": 129550, + "start": 131929, + "end": 131940, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 44 }, "end": { - "line": 2902, + "line": 2944, "column": 55 } }, @@ -215705,15 +215841,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129539, - "end": 129544, + "start": 131929, + "end": 131934, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 44 }, "end": { - "line": 2902, + "line": 2944, "column": 49 }, "identifierName": "lower" @@ -215722,15 +215858,15 @@ }, "value": { "type": "NullLiteral", - "start": 129546, - "end": 129550, + "start": 131936, + "end": 131940, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 51 }, "end": { - "line": 2902, + "line": 2944, "column": 55 } } @@ -215738,15 +215874,15 @@ }, { "type": "ObjectProperty", - "start": 129557, - "end": 129569, + "start": 131947, + "end": 131959, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 62 }, "end": { - "line": 2902, + "line": 2944, "column": 74 } }, @@ -215755,15 +215891,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129557, - "end": 129565, + "start": 131947, + "end": 131955, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 62 }, "end": { - "line": 2902, + "line": 2944, "column": 70 }, "identifierName": "minGrids" @@ -215772,15 +215908,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129567, - "end": 129569, + "start": 131957, + "end": 131959, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 72 }, "end": { - "line": 2902, + "line": 2944, "column": 74 } }, @@ -215799,29 +215935,29 @@ }, { "type": "VariableDeclarator", - "start": 129599, - "end": 133958, + "start": 131989, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 12 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, "id": { "type": "Identifier", - "start": 129599, - "end": 129611, + "start": 131989, + "end": 132001, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 12 }, "end": { - "line": 2904, + "line": 2946, "column": 24 }, "identifierName": "getZoomScale" @@ -215830,15 +215966,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 129614, - "end": 133958, + "start": 132004, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 27 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, @@ -215849,15 +215985,15 @@ "params": [ { "type": "Identifier", - "start": 129616, - "end": 129626, + "start": 132006, + "end": 132016, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 29 }, "end": { - "line": 2904, + "line": 2946, "column": 39 }, "identifierName": "ruler_item" @@ -215867,74 +216003,74 @@ ], "body": { "type": "BlockStatement", - "start": 129632, - "end": 133958, + "start": 132022, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 45 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 129650, - "end": 129876, + "start": 132040, + "end": 132266, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 16 }, "end": { - "line": 2907, + "line": 2949, "column": 107 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 129654, - "end": 129698, + "start": 132044, + "end": 132088, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 20 }, "end": { - "line": 2905, + "line": 2947, "column": 64 } }, "id": { "type": "ArrayPattern", - "start": 129654, - "end": 129674, + "start": 132044, + "end": 132064, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 20 }, "end": { - "line": 2905, + "line": 2947, "column": 40 } }, "elements": [ { "type": "Identifier", - "start": 129656, - "end": 129661, + "start": 132046, + "end": 132051, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 22 }, "end": { - "line": 2905, + "line": 2947, "column": 27 }, "identifierName": "scale" @@ -215943,15 +216079,15 @@ }, { "type": "Identifier", - "start": 129663, - "end": 129672, + "start": 132053, + "end": 132062, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 29 }, "end": { - "line": 2905, + "line": 2947, "column": 38 }, "identifierName": "date_seed" @@ -215962,43 +216098,43 @@ }, "init": { "type": "CallExpression", - "start": 129677, - "end": 129698, + "start": 132067, + "end": 132088, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 129677, - "end": 129693, + "start": 132067, + "end": 132083, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 59 } }, "object": { "type": "Identifier", - "start": 129677, - "end": 129687, + "start": 132067, + "end": 132077, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 53 }, "identifierName": "ruler_item" @@ -216007,15 +216143,15 @@ }, "property": { "type": "Identifier", - "start": 129688, - "end": 129693, + "start": 132078, + "end": 132083, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 54 }, "end": { - "line": 2905, + "line": 2947, "column": 59 }, "identifierName": "split" @@ -216027,15 +216163,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 129694, - "end": 129697, + "start": 132084, + "end": 132087, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 60 }, "end": { - "line": 2905, + "line": 2947, "column": 63 } }, @@ -216050,29 +216186,29 @@ }, { "type": "VariableDeclarator", - "start": 129720, - "end": 129767, + "start": 132110, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 20 }, "end": { - "line": 2906, + "line": 2948, "column": 67 } }, "id": { "type": "Identifier", - "start": 129720, - "end": 129729, + "start": 132110, + "end": 132119, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 20 }, "end": { - "line": 2906, + "line": 2948, "column": 29 }, "identifierName": "min_grids" @@ -216081,43 +216217,43 @@ }, "init": { "type": "MemberExpression", - "start": 129743, - "end": 129767, + "start": 132133, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 129743, - "end": 129758, + "start": 132133, + "end": 132148, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 58 } }, "object": { "type": "Identifier", - "start": 129743, - "end": 129751, + "start": 132133, + "end": 132141, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 51 }, "identifierName": "scaleMap" @@ -216126,15 +216262,15 @@ }, "property": { "type": "Identifier", - "start": 129752, - "end": 129757, + "start": 132142, + "end": 132147, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 52 }, "end": { - "line": 2906, + "line": 2948, "column": 57 }, "identifierName": "scale" @@ -216145,15 +216281,15 @@ }, "property": { "type": "Identifier", - "start": 129759, - "end": 129767, + "start": 132149, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 59 }, "end": { - "line": 2906, + "line": 2948, "column": 67 }, "identifierName": "minGrids" @@ -216165,29 +216301,29 @@ }, { "type": "VariableDeclarator", - "start": 129789, - "end": 129799, + "start": 132179, + "end": 132189, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 20 }, "end": { - "line": 2907, + "line": 2949, "column": 30 } }, "id": { "type": "Identifier", - "start": 129789, - "end": 129799, + "start": 132179, + "end": 132189, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 20 }, "end": { - "line": 2907, + "line": 2949, "column": 30 }, "identifierName": "begin_date" @@ -216198,29 +216334,29 @@ }, { "type": "VariableDeclarator", - "start": 129801, - "end": 129809, + "start": 132191, + "end": 132199, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 32 }, "end": { - "line": 2907, + "line": 2949, "column": 40 } }, "id": { "type": "Identifier", - "start": 129801, - "end": 129809, + "start": 132191, + "end": 132199, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 32 }, "end": { - "line": 2907, + "line": 2949, "column": 40 }, "identifierName": "end_date" @@ -216231,29 +216367,29 @@ }, { "type": "VariableDeclarator", - "start": 129811, - "end": 129820, + "start": 132201, + "end": 132210, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 42 }, "end": { - "line": 2907, + "line": 2949, "column": 51 } }, "id": { "type": "Identifier", - "start": 129811, - "end": 129820, + "start": 132201, + "end": 132210, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 42 }, "end": { - "line": 2907, + "line": 2949, "column": 51 }, "identifierName": "base_year" @@ -216264,29 +216400,29 @@ }, { "type": "VariableDeclarator", - "start": 129822, - "end": 129832, + "start": 132212, + "end": 132222, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 53 }, "end": { - "line": 2907, + "line": 2949, "column": 63 } }, "id": { "type": "Identifier", - "start": 129822, - "end": 129832, + "start": 132212, + "end": 132222, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 53 }, "end": { - "line": 2907, + "line": 2949, "column": 63 }, "identifierName": "base_month" @@ -216297,29 +216433,29 @@ }, { "type": "VariableDeclarator", - "start": 129834, - "end": 129842, + "start": 132224, + "end": 132232, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 65 }, "end": { - "line": 2907, + "line": 2949, "column": 73 } }, "id": { "type": "Identifier", - "start": 129834, - "end": 129842, + "start": 132224, + "end": 132232, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 65 }, "end": { - "line": 2907, + "line": 2949, "column": 73 }, "identifierName": "week_num" @@ -216330,29 +216466,29 @@ }, { "type": "VariableDeclarator", - "start": 129844, - "end": 129852, + "start": 132234, + "end": 132242, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 75 }, "end": { - "line": 2907, + "line": 2949, "column": 83 } }, "id": { "type": "Identifier", - "start": 129844, - "end": 129852, + "start": 132234, + "end": 132242, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 75 }, "end": { - "line": 2907, + "line": 2949, "column": 83 }, "identifierName": "base_day" @@ -216363,29 +216499,29 @@ }, { "type": "VariableDeclarator", - "start": 129854, - "end": 129866, + "start": 132244, + "end": 132256, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 85 }, "end": { - "line": 2907, + "line": 2949, "column": 97 } }, "id": { "type": "Identifier", - "start": 129854, - "end": 129866, + "start": 132244, + "end": 132256, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 85 }, "end": { - "line": 2907, + "line": 2949, "column": 97 }, "identifierName": "is_remapping" @@ -216396,29 +216532,29 @@ }, { "type": "VariableDeclarator", - "start": 129868, - "end": 129876, + "start": 132258, + "end": 132266, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 99 }, "end": { - "line": 2907, + "line": 2949, "column": 107 } }, "id": { "type": "Identifier", - "start": 129868, - "end": 129876, + "start": 132258, + "end": 132266, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 99 }, "end": { - "line": 2907, + "line": 2949, "column": 107 }, "identifierName": "_tmpDate" @@ -216432,29 +216568,29 @@ }, { "type": "SwitchStatement", - "start": 129910, - "end": 133772, + "start": 132300, + "end": 136162, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 16 }, "end": { - "line": 2969, + "line": 3011, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 129919, - "end": 129923, + "start": 132309, + "end": 132313, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 25 }, "end": { - "line": 2909, + "line": 2951, "column": 29 } }, @@ -216463,58 +216599,58 @@ "cases": [ { "type": "SwitchCase", - "start": 129948, - "end": 129983, + "start": 132338, + "end": 132373, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 20 }, "end": { - "line": 2910, + "line": 2952, "column": 55 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 129953, - "end": 129982, + "start": 132343, + "end": 132372, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 129953, - "end": 129973, + "start": 132343, + "end": 132363, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 129953, - "end": 129968, + "start": 132343, + "end": 132358, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 40 } }, @@ -216526,15 +216662,15 @@ }, "property": { "type": "Identifier", - "start": 129969, - "end": 129973, + "start": 132359, + "end": 132363, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 41 }, "end": { - "line": 2910, + "line": 2952, "column": 45 }, "identifierName": "test" @@ -216546,15 +216682,15 @@ "arguments": [ { "type": "Identifier", - "start": 129975, - "end": 129980, + "start": 132365, + "end": 132370, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 47 }, "end": { - "line": 2910, + "line": 2952, "column": 52 }, "identifierName": "scale" @@ -216566,58 +216702,58 @@ }, { "type": "SwitchCase", - "start": 130004, - "end": 130036, + "start": 132394, + "end": 132426, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 20 }, "end": { - "line": 2911, + "line": 2953, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 130009, - "end": 130035, + "start": 132399, + "end": 132425, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 130009, - "end": 130026, + "start": 132399, + "end": 132416, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 130009, - "end": 130021, + "start": 132399, + "end": 132411, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 37 } }, @@ -216629,15 +216765,15 @@ }, "property": { "type": "Identifier", - "start": 130022, - "end": 130026, + "start": 132412, + "end": 132416, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 38 }, "end": { - "line": 2911, + "line": 2953, "column": 42 }, "identifierName": "test" @@ -216649,15 +216785,15 @@ "arguments": [ { "type": "Identifier", - "start": 130028, - "end": 130033, + "start": 132418, + "end": 132423, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 44 }, "end": { - "line": 2911, + "line": 2953, "column": 49 }, "identifierName": "scale" @@ -216669,58 +216805,58 @@ }, { "type": "SwitchCase", - "start": 130057, - "end": 130088, + "start": 132447, + "end": 132478, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 20 }, "end": { - "line": 2912, + "line": 2954, "column": 51 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 130062, - "end": 130087, + "start": 132452, + "end": 132477, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 130062, - "end": 130078, + "start": 132452, + "end": 132468, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 130062, - "end": 130073, + "start": 132452, + "end": 132463, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 36 } }, @@ -216732,15 +216868,15 @@ }, "property": { "type": "Identifier", - "start": 130074, - "end": 130078, + "start": 132464, + "end": 132468, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 37 }, "end": { - "line": 2912, + "line": 2954, "column": 41 }, "identifierName": "test" @@ -216752,15 +216888,15 @@ "arguments": [ { "type": "Identifier", - "start": 130080, - "end": 130085, + "start": 132470, + "end": 132475, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 43 }, "end": { - "line": 2912, + "line": 2954, "column": 48 }, "identifierName": "scale" @@ -216772,59 +216908,59 @@ }, { "type": "SwitchCase", - "start": 130109, - "end": 130569, + "start": 132499, + "end": 132959, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 20 }, "end": { - "line": 2918, + "line": 2960, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 130166, - "end": 130237, + "start": 132556, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 130166, - "end": 130237, + "start": 132556, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130166, - "end": 130176, + "start": 132556, + "end": 132566, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 34 }, "identifierName": "begin_date" @@ -216833,72 +216969,72 @@ }, "right": { "type": "TemplateLiteral", - "start": 130179, - "end": 130237, + "start": 132569, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 37 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "expressions": [ { "type": "BinaryExpression", - "start": 130182, - "end": 130231, + "start": 132572, + "end": 132621, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 40 }, "end": { - "line": 2914, + "line": 2956, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 130184, - "end": 130225, + "start": 132574, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 42 }, "end": { - "line": 2914, + "line": 2956, "column": 83 } }, "left": { "type": "BinaryExpression", - "start": 130186, - "end": 130199, + "start": 132576, + "end": 132589, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 44 }, "end": { - "line": 2914, + "line": 2956, "column": 57 } }, "left": { "type": "Identifier", - "start": 130186, - "end": 130195, + "start": 132576, + "end": 132585, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 44 }, "end": { - "line": 2914, + "line": 2956, "column": 53 }, "identifierName": "date_seed" @@ -216908,15 +217044,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130198, - "end": 130199, + "start": 132588, + "end": 132589, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 56 }, "end": { - "line": 2914, + "line": 2956, "column": 57 } }, @@ -216928,49 +217064,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 130184 + "parenStart": 132574 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 130204, - "end": 130225, + "start": 132594, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 83 } }, "object": { "type": "MemberExpression", - "start": 130204, - "end": 130219, + "start": 132594, + "end": 132609, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 77 } }, "object": { "type": "Identifier", - "start": 130204, - "end": 130212, + "start": 132594, + "end": 132602, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 70 }, "identifierName": "scaleMap" @@ -216979,15 +217115,15 @@ }, "property": { "type": "Identifier", - "start": 130213, - "end": 130218, + "start": 132603, + "end": 132608, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 71 }, "end": { - "line": 2914, + "line": 2956, "column": 76 }, "identifierName": "scale" @@ -216998,15 +217134,15 @@ }, "property": { "type": "Identifier", - "start": 130220, - "end": 130225, + "start": 132610, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 78 }, "end": { - "line": 2914, + "line": 2956, "column": 83 }, "identifierName": "years" @@ -217017,21 +217153,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 130182 + "parenStart": 132572 } }, "operator": "+", "right": { "type": "NumericLiteral", - "start": 130230, - "end": 130231, + "start": 132620, + "end": 132621, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 88 }, "end": { - "line": 2914, + "line": 2956, "column": 89 } }, @@ -217046,15 +217182,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130180, - "end": 130180, + "start": 132570, + "end": 132570, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 38 }, "end": { - "line": 2914, + "line": 2956, "column": 38 } }, @@ -217066,15 +217202,15 @@ }, { "type": "TemplateElement", - "start": 130232, - "end": 130236, + "start": 132622, + "end": 132626, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 90 }, "end": { - "line": 2914, + "line": 2956, "column": 94 } }, @@ -217090,44 +217226,44 @@ }, { "type": "ExpressionStatement", - "start": 130262, - "end": 130356, + "start": 132652, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "expression": { "type": "AssignmentExpression", - "start": 130262, - "end": 130356, + "start": 132652, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130262, - "end": 130270, + "start": 132652, + "end": 132660, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 32 }, "identifierName": "_tmpDate" @@ -217136,57 +217272,57 @@ }, "right": { "type": "CallExpression", - "start": 130275, - "end": 130356, + "start": 132665, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 130275, - "end": 130315, + "start": 132665, + "end": 132705, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 77 } }, "object": { "type": "NewExpression", - "start": 130275, - "end": 130303, + "start": 132665, + "end": 132693, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 65 } }, "callee": { "type": "Identifier", - "start": 130279, - "end": 130283, + "start": 132669, + "end": 132673, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 41 }, "end": { - "line": 2915, + "line": 2957, "column": 45 }, "identifierName": "Date" @@ -217196,15 +217332,15 @@ "arguments": [ { "type": "Identifier", - "start": 130285, - "end": 130295, + "start": 132675, + "end": 132685, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 47 }, "end": { - "line": 2915, + "line": 2957, "column": 57 }, "identifierName": "begin_date" @@ -217213,15 +217349,15 @@ }, { "type": "NumericLiteral", - "start": 130297, - "end": 130298, + "start": 132687, + "end": 132688, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 59 }, "end": { - "line": 2915, + "line": 2957, "column": 60 } }, @@ -217233,15 +217369,15 @@ }, { "type": "NumericLiteral", - "start": 130300, - "end": 130301, + "start": 132690, + "end": 132691, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 62 }, "end": { - "line": 2915, + "line": 2957, "column": 63 } }, @@ -217255,15 +217391,15 @@ }, "property": { "type": "Identifier", - "start": 130304, - "end": 130315, + "start": 132694, + "end": 132705, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 66 }, "end": { - "line": 2915, + "line": 2957, "column": 77 }, "identifierName": "setFullYear" @@ -217275,43 +217411,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130317, - "end": 130354, + "start": 132707, + "end": 132744, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 116 } }, "left": { "type": "BinaryExpression", - "start": 130317, - "end": 130350, + "start": 132707, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 112 } }, "left": { "type": "Identifier", - "start": 130317, - "end": 130326, + "start": 132707, + "end": 132716, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 88 }, "identifierName": "date_seed" @@ -217321,43 +217457,43 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 130329, - "end": 130350, + "start": 132719, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 130329, - "end": 130344, + "start": 132719, + "end": 132734, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 106 } }, "object": { "type": "Identifier", - "start": 130329, - "end": 130337, + "start": 132719, + "end": 132727, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 99 }, "identifierName": "scaleMap" @@ -217366,15 +217502,15 @@ }, "property": { "type": "Identifier", - "start": 130338, - "end": 130343, + "start": 132728, + "end": 132733, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 100 }, "end": { - "line": 2915, + "line": 2957, "column": 105 }, "identifierName": "scale" @@ -217385,15 +217521,15 @@ }, "property": { "type": "Identifier", - "start": 130345, - "end": 130350, + "start": 132735, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 107 }, "end": { - "line": 2915, + "line": 2957, "column": 112 }, "identifierName": "years" @@ -217406,15 +217542,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130353, - "end": 130354, + "start": 132743, + "end": 132744, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 115 }, "end": { - "line": 2915, + "line": 2957, "column": 116 } }, @@ -217431,44 +217567,44 @@ }, { "type": "ExpressionStatement", - "start": 130381, - "end": 130418, + "start": 132771, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 130381, - "end": 130418, + "start": 132771, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130381, - "end": 130389, + "start": 132771, + "end": 132779, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 32 }, "identifierName": "_tmpDate" @@ -217477,29 +217613,29 @@ }, "right": { "type": "NewExpression", - "start": 130394, - "end": 130418, + "start": 132784, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 37 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "callee": { "type": "Identifier", - "start": 130398, - "end": 130402, + "start": 132788, + "end": 132792, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 41 }, "end": { - "line": 2916, + "line": 2958, "column": 45 }, "identifierName": "Date" @@ -217509,29 +217645,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130404, - "end": 130416, + "start": 132794, + "end": 132806, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 47 }, "end": { - "line": 2916, + "line": 2958, "column": 59 } }, "left": { "type": "Identifier", - "start": 130404, - "end": 130412, + "start": 132794, + "end": 132802, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 47 }, "end": { - "line": 2916, + "line": 2958, "column": 55 }, "identifierName": "_tmpDate" @@ -217541,15 +217677,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130415, - "end": 130416, + "start": 132805, + "end": 132806, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 58 }, "end": { - "line": 2916, + "line": 2958, "column": 59 } }, @@ -217566,44 +217702,44 @@ }, { "type": "ExpressionStatement", - "start": 130443, - "end": 130539, + "start": 132833, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "expression": { "type": "AssignmentExpression", - "start": 130443, - "end": 130539, + "start": 132833, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130443, - "end": 130451, + "start": 132833, + "end": 132841, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 32 }, "identifierName": "end_date" @@ -217612,58 +217748,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 130456, - "end": 130539, + "start": 132846, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 37 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "expressions": [ { "type": "CallExpression", - "start": 130459, - "end": 130481, + "start": 132849, + "end": 132871, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 130459, - "end": 130479, + "start": 132849, + "end": 132869, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 60 } }, "object": { "type": "Identifier", - "start": 130459, - "end": 130467, + "start": 132849, + "end": 132857, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 48 }, "identifierName": "_tmpDate" @@ -217672,15 +217808,15 @@ }, "property": { "type": "Identifier", - "start": 130468, - "end": 130479, + "start": 132858, + "end": 132869, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 49 }, "end": { - "line": 2917, + "line": 2959, "column": 60 }, "identifierName": "getFullYear" @@ -217693,57 +217829,57 @@ }, { "type": "BinaryExpression", - "start": 130485, - "end": 130506, + "start": 132875, + "end": 132896, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 87 } }, "left": { "type": "CallExpression", - "start": 130485, - "end": 130504, + "start": 132875, + "end": 132894, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 130485, - "end": 130502, + "start": 132875, + "end": 132892, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 83 } }, "object": { "type": "Identifier", - "start": 130485, - "end": 130493, + "start": 132875, + "end": 132883, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 74 }, "identifierName": "_tmpDate" @@ -217752,15 +217888,15 @@ }, "property": { "type": "Identifier", - "start": 130494, - "end": 130502, + "start": 132884, + "end": 132892, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 75 }, "end": { - "line": 2917, + "line": 2959, "column": 83 }, "identifierName": "getMonth" @@ -217774,15 +217910,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130505, - "end": 130506, + "start": 132895, + "end": 132896, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 86 }, "end": { - "line": 2917, + "line": 2959, "column": 87 } }, @@ -217795,43 +217931,43 @@ }, { "type": "CallExpression", - "start": 130510, - "end": 130528, + "start": 132900, + "end": 132918, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130510, - "end": 130526, + "start": 132900, + "end": 132916, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 107 } }, "object": { "type": "Identifier", - "start": 130510, - "end": 130518, + "start": 132900, + "end": 132908, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 99 }, "identifierName": "_tmpDate" @@ -217840,15 +217976,15 @@ }, "property": { "type": "Identifier", - "start": 130519, - "end": 130526, + "start": 132909, + "end": 132916, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 100 }, "end": { - "line": 2917, + "line": 2959, "column": 107 }, "identifierName": "getDate" @@ -217863,15 +217999,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130457, - "end": 130457, + "start": 132847, + "end": 132847, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 38 }, "end": { - "line": 2917, + "line": 2959, "column": 38 } }, @@ -217883,15 +218019,15 @@ }, { "type": "TemplateElement", - "start": 130482, - "end": 130483, + "start": 132872, + "end": 132873, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 63 }, "end": { - "line": 2917, + "line": 2959, "column": 64 } }, @@ -217903,15 +218039,15 @@ }, { "type": "TemplateElement", - "start": 130507, - "end": 130508, + "start": 132897, + "end": 132898, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 88 }, "end": { - "line": 2917, + "line": 2959, "column": 89 } }, @@ -217923,15 +218059,15 @@ }, { "type": "TemplateElement", - "start": 130529, - "end": 130538, + "start": 132919, + "end": 132928, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 110 }, "end": { - "line": 2917, + "line": 2959, "column": 119 } }, @@ -217947,15 +218083,15 @@ }, { "type": "BreakStatement", - "start": 130564, - "end": 130569, + "start": 132954, + "end": 132959, "loc": { "start": { - "line": 2918, + "line": 2960, "column": 24 }, "end": { - "line": 2918, + "line": 2960, "column": 29 } }, @@ -217964,43 +218100,43 @@ ], "test": { "type": "CallExpression", - "start": 130114, - "end": 130140, + "start": 132504, + "end": 132530, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 130114, - "end": 130131, + "start": 132504, + "end": 132521, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 130114, - "end": 130126, + "start": 132504, + "end": 132516, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 37 } }, @@ -218012,15 +218148,15 @@ }, "property": { "type": "Identifier", - "start": 130127, - "end": 130131, + "start": 132517, + "end": 132521, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 38 }, "end": { - "line": 2913, + "line": 2955, "column": 42 }, "identifierName": "test" @@ -218032,15 +218168,15 @@ "arguments": [ { "type": "Identifier", - "start": 130133, - "end": 130138, + "start": 132523, + "end": 132528, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 44 }, "end": { - "line": 2913, + "line": 2955, "column": 49 }, "identifierName": "scale" @@ -218052,59 +218188,59 @@ }, { "type": "SwitchCase", - "start": 130590, - "end": 130998, + "start": 132980, + "end": 133388, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 20 }, "end": { - "line": 2924, + "line": 2966, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 130644, - "end": 130675, + "start": 133034, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 130644, - "end": 130675, + "start": 133034, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130644, - "end": 130654, + "start": 133034, + "end": 133044, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 34 }, "identifierName": "begin_date" @@ -218113,30 +218249,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 130657, - "end": 130675, + "start": 133047, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 37 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "expressions": [ { "type": "Identifier", - "start": 130660, - "end": 130669, + "start": 133050, + "end": 133059, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 40 }, "end": { - "line": 2920, + "line": 2962, "column": 49 }, "identifierName": "date_seed" @@ -218147,15 +218283,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130658, - "end": 130658, + "start": 133048, + "end": 133048, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 38 }, "end": { - "line": 2920, + "line": 2962, "column": 38 } }, @@ -218167,15 +218303,15 @@ }, { "type": "TemplateElement", - "start": 130670, - "end": 130674, + "start": 133060, + "end": 133064, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 50 }, "end": { - "line": 2920, + "line": 2962, "column": 54 } }, @@ -218191,44 +218327,44 @@ }, { "type": "ExpressionStatement", - "start": 130700, - "end": 130785, + "start": 133090, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "expression": { "type": "AssignmentExpression", - "start": 130700, - "end": 130785, + "start": 133090, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130700, - "end": 130708, + "start": 133090, + "end": 133098, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 32 }, "identifierName": "_tmpDate" @@ -218237,57 +218373,57 @@ }, "right": { "type": "CallExpression", - "start": 130713, - "end": 130785, + "start": 133103, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130713, - "end": 130752, + "start": 133103, + "end": 133142, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 76 } }, "object": { "type": "NewExpression", - "start": 130713, - "end": 130740, + "start": 133103, + "end": 133130, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 64 } }, "callee": { "type": "Identifier", - "start": 130717, - "end": 130721, + "start": 133107, + "end": 133111, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 41 }, "end": { - "line": 2921, + "line": 2963, "column": 45 }, "identifierName": "Date" @@ -218297,15 +218433,15 @@ "arguments": [ { "type": "Identifier", - "start": 130723, - "end": 130732, + "start": 133113, + "end": 133122, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 47 }, "end": { - "line": 2921, + "line": 2963, "column": 56 }, "identifierName": "date_seed" @@ -218314,15 +218450,15 @@ }, { "type": "NumericLiteral", - "start": 130734, - "end": 130735, + "start": 133124, + "end": 133125, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 58 }, "end": { - "line": 2921, + "line": 2963, "column": 59 } }, @@ -218334,15 +218470,15 @@ }, { "type": "NumericLiteral", - "start": 130737, - "end": 130738, + "start": 133127, + "end": 133128, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 61 }, "end": { - "line": 2921, + "line": 2963, "column": 62 } }, @@ -218356,15 +218492,15 @@ }, "property": { "type": "Identifier", - "start": 130741, - "end": 130752, + "start": 133131, + "end": 133142, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 65 }, "end": { - "line": 2921, + "line": 2963, "column": 76 }, "identifierName": "setFullYear" @@ -218376,43 +218512,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130754, - "end": 130783, + "start": 133144, + "end": 133173, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 107 } }, "left": { "type": "CallExpression", - "start": 130754, - "end": 130779, + "start": 133144, + "end": 133169, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 103 } }, "callee": { "type": "Identifier", - "start": 130754, - "end": 130762, + "start": 133144, + "end": 133152, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 86 }, "identifierName": "parseInt" @@ -218422,15 +218558,15 @@ "arguments": [ { "type": "Identifier", - "start": 130764, - "end": 130773, + "start": 133154, + "end": 133163, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 88 }, "end": { - "line": 2921, + "line": 2963, "column": 97 }, "identifierName": "date_seed" @@ -218439,15 +218575,15 @@ }, { "type": "NumericLiteral", - "start": 130775, - "end": 130777, + "start": 133165, + "end": 133167, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 99 }, "end": { - "line": 2921, + "line": 2963, "column": 101 } }, @@ -218462,15 +218598,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130782, - "end": 130783, + "start": 133172, + "end": 133173, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 106 }, "end": { - "line": 2921, + "line": 2963, "column": 107 } }, @@ -218487,44 +218623,44 @@ }, { "type": "ExpressionStatement", - "start": 130810, - "end": 130847, + "start": 133200, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 130810, - "end": 130847, + "start": 133200, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130810, - "end": 130818, + "start": 133200, + "end": 133208, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 32 }, "identifierName": "_tmpDate" @@ -218533,29 +218669,29 @@ }, "right": { "type": "NewExpression", - "start": 130823, - "end": 130847, + "start": 133213, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 37 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "callee": { "type": "Identifier", - "start": 130827, - "end": 130831, + "start": 133217, + "end": 133221, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 41 }, "end": { - "line": 2922, + "line": 2964, "column": 45 }, "identifierName": "Date" @@ -218565,29 +218701,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130833, - "end": 130845, + "start": 133223, + "end": 133235, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 47 }, "end": { - "line": 2922, + "line": 2964, "column": 59 } }, "left": { "type": "Identifier", - "start": 130833, - "end": 130841, + "start": 133223, + "end": 133231, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 47 }, "end": { - "line": 2922, + "line": 2964, "column": 55 }, "identifierName": "_tmpDate" @@ -218597,15 +218733,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130844, - "end": 130845, + "start": 133234, + "end": 133235, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 58 }, "end": { - "line": 2922, + "line": 2964, "column": 59 } }, @@ -218622,44 +218758,44 @@ }, { "type": "ExpressionStatement", - "start": 130872, - "end": 130968, + "start": 133262, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "expression": { "type": "AssignmentExpression", - "start": 130872, - "end": 130968, + "start": 133262, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130872, - "end": 130880, + "start": 133262, + "end": 133270, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 32 }, "identifierName": "end_date" @@ -218668,58 +218804,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 130885, - "end": 130968, + "start": 133275, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 37 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "expressions": [ { "type": "CallExpression", - "start": 130888, - "end": 130910, + "start": 133278, + "end": 133300, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 130888, - "end": 130908, + "start": 133278, + "end": 133298, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 60 } }, "object": { "type": "Identifier", - "start": 130888, - "end": 130896, + "start": 133278, + "end": 133286, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 48 }, "identifierName": "_tmpDate" @@ -218728,15 +218864,15 @@ }, "property": { "type": "Identifier", - "start": 130897, - "end": 130908, + "start": 133287, + "end": 133298, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 49 }, "end": { - "line": 2923, + "line": 2965, "column": 60 }, "identifierName": "getFullYear" @@ -218749,57 +218885,57 @@ }, { "type": "BinaryExpression", - "start": 130914, - "end": 130935, + "start": 133304, + "end": 133325, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 87 } }, "left": { "type": "CallExpression", - "start": 130914, - "end": 130933, + "start": 133304, + "end": 133323, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 130914, - "end": 130931, + "start": 133304, + "end": 133321, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 83 } }, "object": { "type": "Identifier", - "start": 130914, - "end": 130922, + "start": 133304, + "end": 133312, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 74 }, "identifierName": "_tmpDate" @@ -218808,15 +218944,15 @@ }, "property": { "type": "Identifier", - "start": 130923, - "end": 130931, + "start": 133313, + "end": 133321, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 75 }, "end": { - "line": 2923, + "line": 2965, "column": 83 }, "identifierName": "getMonth" @@ -218830,15 +218966,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130934, - "end": 130935, + "start": 133324, + "end": 133325, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 86 }, "end": { - "line": 2923, + "line": 2965, "column": 87 } }, @@ -218851,43 +218987,43 @@ }, { "type": "CallExpression", - "start": 130939, - "end": 130957, + "start": 133329, + "end": 133347, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130939, - "end": 130955, + "start": 133329, + "end": 133345, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 107 } }, "object": { "type": "Identifier", - "start": 130939, - "end": 130947, + "start": 133329, + "end": 133337, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 99 }, "identifierName": "_tmpDate" @@ -218896,15 +219032,15 @@ }, "property": { "type": "Identifier", - "start": 130948, - "end": 130955, + "start": 133338, + "end": 133345, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 100 }, "end": { - "line": 2923, + "line": 2965, "column": 107 }, "identifierName": "getDate" @@ -218919,15 +219055,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130886, - "end": 130886, + "start": 133276, + "end": 133276, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 38 }, "end": { - "line": 2923, + "line": 2965, "column": 38 } }, @@ -218939,15 +219075,15 @@ }, { "type": "TemplateElement", - "start": 130911, - "end": 130912, + "start": 133301, + "end": 133302, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 63 }, "end": { - "line": 2923, + "line": 2965, "column": 64 } }, @@ -218959,15 +219095,15 @@ }, { "type": "TemplateElement", - "start": 130936, - "end": 130937, + "start": 133326, + "end": 133327, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 88 }, "end": { - "line": 2923, + "line": 2965, "column": 89 } }, @@ -218979,15 +219115,15 @@ }, { "type": "TemplateElement", - "start": 130958, - "end": 130967, + "start": 133348, + "end": 133357, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 110 }, "end": { - "line": 2923, + "line": 2965, "column": 119 } }, @@ -219003,15 +219139,15 @@ }, { "type": "BreakStatement", - "start": 130993, - "end": 130998, + "start": 133383, + "end": 133388, "loc": { "start": { - "line": 2924, + "line": 2966, "column": 24 }, "end": { - "line": 2924, + "line": 2966, "column": 29 } }, @@ -219020,43 +219156,43 @@ ], "test": { "type": "CallExpression", - "start": 130595, - "end": 130618, + "start": 132985, + "end": 133008, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 130595, - "end": 130609, + "start": 132985, + "end": 132999, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 130595, - "end": 130604, + "start": 132985, + "end": 132994, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 34 } }, @@ -219068,15 +219204,15 @@ }, "property": { "type": "Identifier", - "start": 130605, - "end": 130609, + "start": 132995, + "end": 132999, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 35 }, "end": { - "line": 2919, + "line": 2961, "column": 39 }, "identifierName": "test" @@ -219088,15 +219224,15 @@ "arguments": [ { "type": "Identifier", - "start": 130611, - "end": 130616, + "start": 133001, + "end": 133006, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 41 }, "end": { - "line": 2919, + "line": 2961, "column": 46 }, "identifierName": "scale" @@ -219108,74 +219244,74 @@ }, { "type": "SwitchCase", - "start": 131019, - "end": 131847, + "start": 133409, + "end": 134237, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 20 }, "end": { - "line": 2936, + "line": 2978, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 131074, - "end": 131122, + "start": 133464, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 131074, - "end": 131122, + "start": 133464, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 131074, - "end": 131099, + "start": 133464, + "end": 133489, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 49 } }, "elements": [ { "type": "Identifier", - "start": 131076, - "end": 131085, + "start": 133466, + "end": 133475, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 26 }, "end": { - "line": 2926, + "line": 2968, "column": 35 }, "identifierName": "base_year" @@ -219184,15 +219320,15 @@ }, { "type": "Identifier", - "start": 131087, - "end": 131097, + "start": 133477, + "end": 133487, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 37 }, "end": { - "line": 2926, + "line": 2968, "column": 47 }, "identifierName": "base_month" @@ -219203,43 +219339,43 @@ }, "right": { "type": "CallExpression", - "start": 131102, - "end": 131122, + "start": 133492, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 131102, - "end": 131117, + "start": 133492, + "end": 133507, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 67 } }, "object": { "type": "Identifier", - "start": 131102, - "end": 131111, + "start": 133492, + "end": 133501, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 61 }, "identifierName": "date_seed" @@ -219248,15 +219384,15 @@ }, "property": { "type": "Identifier", - "start": 131112, - "end": 131117, + "start": 133502, + "end": 133507, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 62 }, "end": { - "line": 2926, + "line": 2968, "column": 67 }, "identifierName": "split" @@ -219268,15 +219404,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 131118, - "end": 131121, + "start": 133508, + "end": 133511, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 68 }, "end": { - "line": 2926, + "line": 2968, "column": 71 } }, @@ -219292,44 +219428,44 @@ }, { "type": "ExpressionStatement", - "start": 131147, - "end": 131193, + "start": 133537, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131147, - "end": 131193, + "start": 133537, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131147, - "end": 131159, + "start": 133537, + "end": 133549, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 36 }, "identifierName": "is_remapping" @@ -219338,43 +219474,43 @@ }, "right": { "type": "BinaryExpression", - "start": 131162, - "end": 131193, + "start": 133552, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "left": { "type": "CallExpression", - "start": 131162, - "end": 131187, + "start": 133552, + "end": 133577, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 64 } }, "callee": { "type": "Identifier", - "start": 131162, - "end": 131170, + "start": 133552, + "end": 133560, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 47 }, "identifierName": "parseInt" @@ -219384,15 +219520,15 @@ "arguments": [ { "type": "Identifier", - "start": 131172, - "end": 131181, + "start": 133562, + "end": 133571, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 49 }, "end": { - "line": 2927, + "line": 2969, "column": 58 }, "identifierName": "base_year" @@ -219401,15 +219537,15 @@ }, { "type": "NumericLiteral", - "start": 131183, - "end": 131185, + "start": 133573, + "end": 133575, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 60 }, "end": { - "line": 2927, + "line": 2969, "column": 62 } }, @@ -219424,15 +219560,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 131190, - "end": 131193, + "start": 133580, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 67 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, @@ -219447,44 +219583,44 @@ }, { "type": "ExpressionStatement", - "start": 131218, - "end": 131287, + "start": 133608, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 131218, - "end": 131287, + "start": 133608, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131218, - "end": 131228, + "start": 133608, + "end": 133618, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 34 }, "identifierName": "begin_date" @@ -219493,29 +219629,29 @@ }, "right": { "type": "NewExpression", - "start": 131231, - "end": 131287, + "start": 133621, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 37 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "callee": { "type": "Identifier", - "start": 131235, - "end": 131239, + "start": 133625, + "end": 133629, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 41 }, "end": { - "line": 2928, + "line": 2970, "column": 45 }, "identifierName": "Date" @@ -219525,15 +219661,15 @@ "arguments": [ { "type": "Identifier", - "start": 131241, - "end": 131250, + "start": 133631, + "end": 133640, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 47 }, "end": { - "line": 2928, + "line": 2970, "column": 56 }, "identifierName": "base_year" @@ -219542,43 +219678,43 @@ }, { "type": "BinaryExpression", - "start": 131252, - "end": 131282, + "start": 133642, + "end": 133672, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 88 } }, "left": { "type": "CallExpression", - "start": 131252, - "end": 131278, + "start": 133642, + "end": 133668, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 84 } }, "callee": { "type": "Identifier", - "start": 131252, - "end": 131260, + "start": 133642, + "end": 133650, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 66 }, "identifierName": "parseInt" @@ -219588,15 +219724,15 @@ "arguments": [ { "type": "Identifier", - "start": 131262, - "end": 131272, + "start": 133652, + "end": 133662, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 68 }, "end": { - "line": 2928, + "line": 2970, "column": 78 }, "identifierName": "base_month" @@ -219605,15 +219741,15 @@ }, { "type": "NumericLiteral", - "start": 131274, - "end": 131276, + "start": 133664, + "end": 133666, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 80 }, "end": { - "line": 2928, + "line": 2970, "column": 82 } }, @@ -219628,15 +219764,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 131281, - "end": 131282, + "start": 133671, + "end": 133672, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 87 }, "end": { - "line": 2928, + "line": 2970, "column": 88 } }, @@ -219649,15 +219785,15 @@ }, { "type": "NumericLiteral", - "start": 131284, - "end": 131285, + "start": 133674, + "end": 133675, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 90 }, "end": { - "line": 2928, + "line": 2970, "column": 91 } }, @@ -219673,71 +219809,71 @@ }, { "type": "IfStatement", - "start": 131312, - "end": 131685, + "start": 133702, + "end": 134075, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 24 }, "end": { - "line": 2933, + "line": 2975, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 131317, - "end": 131344, + "start": 133707, + "end": 133734, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 56 } }, "left": { "type": "CallExpression", - "start": 131317, - "end": 131338, + "start": 133707, + "end": 133728, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 131317, - "end": 131336, + "start": 133707, + "end": 133726, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 48 } }, "object": { "type": "Identifier", - "start": 131317, - "end": 131327, + "start": 133707, + "end": 133717, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 39 }, "identifierName": "begin_date" @@ -219746,15 +219882,15 @@ }, "property": { "type": "Identifier", - "start": 131328, - "end": 131336, + "start": 133718, + "end": 133726, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 40 }, "end": { - "line": 2929, + "line": 2971, "column": 48 }, "identifierName": "getMonth" @@ -219768,15 +219904,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 131342, - "end": 131344, + "start": 133732, + "end": 133734, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 54 }, "end": { - "line": 2929, + "line": 2971, "column": 56 } }, @@ -219789,59 +219925,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 131347, - "end": 131505, + "start": 133737, + "end": 133895, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 59 }, "end": { - "line": 2931, + "line": 2973, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 131377, - "end": 131479, + "start": 133767, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 131377, - "end": 131479, + "start": 133767, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131377, - "end": 131385, + "start": 133767, + "end": 133775, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 36 }, "identifierName": "_tmpDate" @@ -219850,57 +219986,57 @@ }, "right": { "type": "CallExpression", - "start": 131388, - "end": 131479, + "start": 133778, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "callee": { "type": "MemberExpression", - "start": 131388, - "end": 131446, + "start": 133778, + "end": 133836, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 97 } }, "object": { "type": "NewExpression", - "start": 131388, - "end": 131434, + "start": 133778, + "end": 133824, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 85 } }, "callee": { "type": "Identifier", - "start": 131392, - "end": 131396, + "start": 133782, + "end": 133786, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 43 }, "end": { - "line": 2930, + "line": 2972, "column": 47 }, "identifierName": "Date" @@ -219910,57 +220046,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131398, - "end": 131426, + "start": 133788, + "end": 133816, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 77 } }, "left": { "type": "CallExpression", - "start": 131398, - "end": 131422, + "start": 133788, + "end": 133812, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 131398, - "end": 131420, + "start": 133788, + "end": 133810, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 71 } }, "object": { "type": "Identifier", - "start": 131398, - "end": 131408, + "start": 133788, + "end": 133798, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 59 }, "identifierName": "begin_date" @@ -219969,15 +220105,15 @@ }, "property": { "type": "Identifier", - "start": 131409, - "end": 131420, + "start": 133799, + "end": 133810, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 60 }, "end": { - "line": 2930, + "line": 2972, "column": 71 }, "identifierName": "getFullYear" @@ -219991,15 +220127,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131425, - "end": 131426, + "start": 133815, + "end": 133816, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 76 }, "end": { - "line": 2930, + "line": 2972, "column": 77 } }, @@ -220012,15 +220148,15 @@ }, { "type": "NumericLiteral", - "start": 131428, - "end": 131429, + "start": 133818, + "end": 133819, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 79 }, "end": { - "line": 2930, + "line": 2972, "column": 80 } }, @@ -220032,15 +220168,15 @@ }, { "type": "NumericLiteral", - "start": 131431, - "end": 131432, + "start": 133821, + "end": 133822, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 82 }, "end": { - "line": 2930, + "line": 2972, "column": 83 } }, @@ -220054,15 +220190,15 @@ }, "property": { "type": "Identifier", - "start": 131435, - "end": 131446, + "start": 133825, + "end": 133836, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 86 }, "end": { - "line": 2930, + "line": 2972, "column": 97 }, "identifierName": "setFullYear" @@ -220074,43 +220210,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131448, - "end": 131477, + "start": 133838, + "end": 133867, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 128 } }, "left": { "type": "CallExpression", - "start": 131448, - "end": 131473, + "start": 133838, + "end": 133863, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 124 } }, "callee": { "type": "Identifier", - "start": 131448, - "end": 131456, + "start": 133838, + "end": 133846, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 107 }, "identifierName": "parseInt" @@ -220120,15 +220256,15 @@ "arguments": [ { "type": "Identifier", - "start": 131458, - "end": 131467, + "start": 133848, + "end": 133857, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 109 }, "end": { - "line": 2930, + "line": 2972, "column": 118 }, "identifierName": "base_year" @@ -220137,15 +220273,15 @@ }, { "type": "NumericLiteral", - "start": 131469, - "end": 131471, + "start": 133859, + "end": 133861, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 120 }, "end": { - "line": 2930, + "line": 2972, "column": 122 } }, @@ -220160,15 +220296,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131476, - "end": 131477, + "start": 133866, + "end": 133867, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 127 }, "end": { - "line": 2930, + "line": 2972, "column": 128 } }, @@ -220188,59 +220324,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 131511, - "end": 131685, + "start": 133901, + "end": 134075, "loc": { "start": { - "line": 2931, + "line": 2973, "column": 31 }, "end": { - "line": 2933, + "line": 2975, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 131541, - "end": 131659, + "start": 133931, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "expression": { "type": "AssignmentExpression", - "start": 131541, - "end": 131659, + "start": 133931, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131541, - "end": 131549, + "start": 133931, + "end": 133939, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 36 }, "identifierName": "_tmpDate" @@ -220249,57 +220385,57 @@ }, "right": { "type": "CallExpression", - "start": 131552, - "end": 131659, + "start": 133942, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "callee": { "type": "MemberExpression", - "start": 131552, - "end": 131630, + "start": 133942, + "end": 134020, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 117 } }, "object": { "type": "NewExpression", - "start": 131552, - "end": 131618, + "start": 133942, + "end": 134008, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 105 } }, "callee": { "type": "Identifier", - "start": 131556, - "end": 131560, + "start": 133946, + "end": 133950, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 43 }, "end": { - "line": 2932, + "line": 2974, "column": 47 }, "identifierName": "Date" @@ -220309,43 +220445,43 @@ "arguments": [ { "type": "CallExpression", - "start": 131562, - "end": 131586, + "start": 133952, + "end": 133976, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 131562, - "end": 131584, + "start": 133952, + "end": 133974, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 71 } }, "object": { "type": "Identifier", - "start": 131562, - "end": 131572, + "start": 133952, + "end": 133962, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 59 }, "identifierName": "begin_date" @@ -220354,15 +220490,15 @@ }, "property": { "type": "Identifier", - "start": 131573, - "end": 131584, + "start": 133963, + "end": 133974, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 60 }, "end": { - "line": 2932, + "line": 2974, "column": 71 }, "identifierName": "getFullYear" @@ -220375,57 +220511,57 @@ }, { "type": "BinaryExpression", - "start": 131588, - "end": 131613, + "start": 133978, + "end": 134003, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 100 } }, "left": { "type": "CallExpression", - "start": 131588, - "end": 131609, + "start": 133978, + "end": 133999, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 96 } }, "callee": { "type": "MemberExpression", - "start": 131588, - "end": 131607, + "start": 133978, + "end": 133997, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 94 } }, "object": { "type": "Identifier", - "start": 131588, - "end": 131598, + "start": 133978, + "end": 133988, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 85 }, "identifierName": "begin_date" @@ -220434,15 +220570,15 @@ }, "property": { "type": "Identifier", - "start": 131599, - "end": 131607, + "start": 133989, + "end": 133997, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 86 }, "end": { - "line": 2932, + "line": 2974, "column": 94 }, "identifierName": "getMonth" @@ -220456,15 +220592,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131612, - "end": 131613, + "start": 134002, + "end": 134003, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 99 }, "end": { - "line": 2932, + "line": 2974, "column": 100 } }, @@ -220477,15 +220613,15 @@ }, { "type": "NumericLiteral", - "start": 131615, - "end": 131616, + "start": 134005, + "end": 134006, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 102 }, "end": { - "line": 2932, + "line": 2974, "column": 103 } }, @@ -220499,15 +220635,15 @@ }, "property": { "type": "Identifier", - "start": 131619, - "end": 131630, + "start": 134009, + "end": 134020, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 106 }, "end": { - "line": 2932, + "line": 2974, "column": 117 }, "identifierName": "setFullYear" @@ -220519,29 +220655,29 @@ "arguments": [ { "type": "CallExpression", - "start": 131632, - "end": 131657, + "start": 134022, + "end": 134047, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 119 }, "end": { - "line": 2932, + "line": 2974, "column": 144 } }, "callee": { "type": "Identifier", - "start": 131632, - "end": 131640, + "start": 134022, + "end": 134030, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 119 }, "end": { - "line": 2932, + "line": 2974, "column": 127 }, "identifierName": "parseInt" @@ -220551,15 +220687,15 @@ "arguments": [ { "type": "Identifier", - "start": 131642, - "end": 131651, + "start": 134032, + "end": 134041, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 129 }, "end": { - "line": 2932, + "line": 2974, "column": 138 }, "identifierName": "base_year" @@ -220568,15 +220704,15 @@ }, { "type": "NumericLiteral", - "start": 131653, - "end": 131655, + "start": 134043, + "end": 134045, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 140 }, "end": { - "line": 2932, + "line": 2974, "column": 142 } }, @@ -220598,44 +220734,44 @@ }, { "type": "ExpressionStatement", - "start": 131710, - "end": 131744, + "start": 134100, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 131710, - "end": 131744, + "start": 134100, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131710, - "end": 131720, + "start": 134100, + "end": 134110, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 34 }, "identifierName": "begin_date" @@ -220644,43 +220780,43 @@ }, "right": { "type": "CallExpression", - "start": 131723, - "end": 131744, + "start": 134113, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 131723, - "end": 131742, + "start": 134113, + "end": 134132, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 56 } }, "object": { "type": "Identifier", - "start": 131723, - "end": 131733, + "start": 134113, + "end": 134123, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 47 }, "identifierName": "begin_date" @@ -220689,15 +220825,15 @@ }, "property": { "type": "Identifier", - "start": 131734, - "end": 131742, + "start": 134124, + "end": 134132, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 48 }, "end": { - "line": 2934, + "line": 2976, "column": 56 }, "identifierName": "toString" @@ -220712,44 +220848,44 @@ }, { "type": "ExpressionStatement", - "start": 131769, - "end": 131817, + "start": 134159, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 131769, - "end": 131817, + "start": 134159, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131769, - "end": 131777, + "start": 134159, + "end": 134167, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 32 }, "identifierName": "end_date" @@ -220758,57 +220894,57 @@ }, "right": { "type": "CallExpression", - "start": 131782, - "end": 131817, + "start": 134172, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 131782, - "end": 131815, + "start": 134172, + "end": 134205, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 70 } }, "object": { "type": "NewExpression", - "start": 131782, - "end": 131806, + "start": 134172, + "end": 134196, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 61 } }, "callee": { "type": "Identifier", - "start": 131786, - "end": 131790, + "start": 134176, + "end": 134180, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 41 }, "end": { - "line": 2935, + "line": 2977, "column": 45 }, "identifierName": "Date" @@ -220818,29 +220954,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131792, - "end": 131804, + "start": 134182, + "end": 134194, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 47 }, "end": { - "line": 2935, + "line": 2977, "column": 59 } }, "left": { "type": "Identifier", - "start": 131792, - "end": 131800, + "start": 134182, + "end": 134190, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 47 }, "end": { - "line": 2935, + "line": 2977, "column": 55 }, "identifierName": "_tmpDate" @@ -220850,15 +220986,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 131803, - "end": 131804, + "start": 134193, + "end": 134194, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 58 }, "end": { - "line": 2935, + "line": 2977, "column": 59 } }, @@ -220873,15 +221009,15 @@ }, "property": { "type": "Identifier", - "start": 131807, - "end": 131815, + "start": 134197, + "end": 134205, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 62 }, "end": { - "line": 2935, + "line": 2977, "column": 70 }, "identifierName": "toString" @@ -220896,15 +221032,15 @@ }, { "type": "BreakStatement", - "start": 131842, - "end": 131847, + "start": 134232, + "end": 134237, "loc": { "start": { - "line": 2936, + "line": 2978, "column": 24 }, "end": { - "line": 2936, + "line": 2978, "column": 29 } }, @@ -220913,43 +221049,43 @@ ], "test": { "type": "CallExpression", - "start": 131024, - "end": 131048, + "start": 133414, + "end": 133438, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 131024, - "end": 131039, + "start": 133414, + "end": 133429, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 131024, - "end": 131034, + "start": 133414, + "end": 133424, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 35 } }, @@ -220961,15 +221097,15 @@ }, "property": { "type": "Identifier", - "start": 131035, - "end": 131039, + "start": 133425, + "end": 133429, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 36 }, "end": { - "line": 2925, + "line": 2967, "column": 40 }, "identifierName": "test" @@ -220981,15 +221117,15 @@ "arguments": [ { "type": "Identifier", - "start": 131041, - "end": 131046, + "start": 133431, + "end": 133436, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 42 }, "end": { - "line": 2925, + "line": 2967, "column": 47 }, "identifierName": "scale" @@ -221001,74 +221137,74 @@ }, { "type": "SwitchCase", - "start": 131868, - "end": 132513, + "start": 134258, + "end": 134903, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 20 }, "end": { - "line": 2946, + "line": 2988, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 131922, - "end": 131968, + "start": 134312, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131922, - "end": 131968, + "start": 134312, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 131922, - "end": 131945, + "start": 134312, + "end": 134335, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 47 } }, "elements": [ { "type": "Identifier", - "start": 131924, - "end": 131933, + "start": 134314, + "end": 134323, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 26 }, "end": { - "line": 2938, + "line": 2980, "column": 35 }, "identifierName": "base_year" @@ -221077,15 +221213,15 @@ }, { "type": "Identifier", - "start": 131935, - "end": 131943, + "start": 134325, + "end": 134333, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 37 }, "end": { - "line": 2938, + "line": 2980, "column": 45 }, "identifierName": "week_num" @@ -221096,43 +221232,43 @@ }, "right": { "type": "CallExpression", - "start": 131948, - "end": 131968, + "start": 134338, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 131948, - "end": 131963, + "start": 134338, + "end": 134353, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 65 } }, "object": { "type": "Identifier", - "start": 131948, - "end": 131957, + "start": 134338, + "end": 134347, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 59 }, "identifierName": "date_seed" @@ -221141,15 +221277,15 @@ }, "property": { "type": "Identifier", - "start": 131958, - "end": 131963, + "start": 134348, + "end": 134353, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 60 }, "end": { - "line": 2938, + "line": 2980, "column": 65 }, "identifierName": "split" @@ -221161,15 +221297,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 131964, - "end": 131967, + "start": 134354, + "end": 134357, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 66 }, "end": { - "line": 2938, + "line": 2980, "column": 69 } }, @@ -221185,44 +221321,44 @@ }, { "type": "ExpressionStatement", - "start": 131993, - "end": 132039, + "start": 134383, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131993, - "end": 132039, + "start": 134383, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131993, - "end": 132005, + "start": 134383, + "end": 134395, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 36 }, "identifierName": "is_remapping" @@ -221231,43 +221367,43 @@ }, "right": { "type": "BinaryExpression", - "start": 132008, - "end": 132039, + "start": 134398, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "left": { "type": "CallExpression", - "start": 132008, - "end": 132033, + "start": 134398, + "end": 134423, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 64 } }, "callee": { "type": "Identifier", - "start": 132008, - "end": 132016, + "start": 134398, + "end": 134406, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 47 }, "identifierName": "parseInt" @@ -221277,15 +221413,15 @@ "arguments": [ { "type": "Identifier", - "start": 132018, - "end": 132027, + "start": 134408, + "end": 134417, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 49 }, "end": { - "line": 2939, + "line": 2981, "column": 58 }, "identifierName": "base_year" @@ -221294,15 +221430,15 @@ }, { "type": "NumericLiteral", - "start": 132029, - "end": 132031, + "start": 134419, + "end": 134421, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 60 }, "end": { - "line": 2939, + "line": 2981, "column": 62 } }, @@ -221317,15 +221453,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 132036, - "end": 132039, + "start": 134426, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 67 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, @@ -221340,44 +221476,44 @@ }, { "type": "ExpressionStatement", - "start": 132064, - "end": 132102, + "start": 134454, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 132064, - "end": 132102, + "start": 134454, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132064, - "end": 132072, + "start": 134454, + "end": 134462, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 32 }, "identifierName": "_tmpDate" @@ -221386,29 +221522,29 @@ }, "right": { "type": "NewExpression", - "start": 132075, - "end": 132102, + "start": 134465, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 35 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "callee": { "type": "Identifier", - "start": 132079, - "end": 132083, + "start": 134469, + "end": 134473, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 39 }, "end": { - "line": 2940, + "line": 2982, "column": 43 }, "identifierName": "Date" @@ -221418,15 +221554,15 @@ "arguments": [ { "type": "Identifier", - "start": 132085, - "end": 132094, + "start": 134475, + "end": 134484, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 45 }, "end": { - "line": 2940, + "line": 2982, "column": 54 }, "identifierName": "base_year" @@ -221435,15 +221571,15 @@ }, { "type": "NumericLiteral", - "start": 132096, - "end": 132097, + "start": 134486, + "end": 134487, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 56 }, "end": { - "line": 2940, + "line": 2982, "column": 57 } }, @@ -221455,15 +221591,15 @@ }, { "type": "NumericLiteral", - "start": 132099, - "end": 132100, + "start": 134489, + "end": 134490, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 59 }, "end": { - "line": 2940, + "line": 2982, "column": 60 } }, @@ -221479,29 +221615,29 @@ }, { "type": "IfStatement", - "start": 132127, - "end": 132236, + "start": 134517, + "end": 134626, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 24 }, "end": { - "line": 2943, + "line": 2985, "column": 25 } }, "test": { "type": "Identifier", - "start": 132132, - "end": 132144, + "start": 134522, + "end": 134534, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 29 }, "end": { - "line": 2941, + "line": 2983, "column": 41 }, "identifierName": "is_remapping" @@ -221510,72 +221646,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 132147, - "end": 132236, + "start": 134537, + "end": 134626, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 44 }, "end": { - "line": 2943, + "line": 2985, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 132177, - "end": 132210, + "start": 134567, + "end": 134600, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 132177, - "end": 132210, + "start": 134567, + "end": 134600, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 132177, - "end": 132197, + "start": 134567, + "end": 134587, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 48 } }, "object": { "type": "Identifier", - "start": 132177, - "end": 132185, + "start": 134567, + "end": 134575, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 36 }, "identifierName": "_tmpDate" @@ -221584,15 +221720,15 @@ }, "property": { "type": "Identifier", - "start": 132186, - "end": 132197, + "start": 134576, + "end": 134587, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 37 }, "end": { - "line": 2942, + "line": 2984, "column": 48 }, "identifierName": "setFullYear" @@ -221604,15 +221740,15 @@ "arguments": [ { "type": "Identifier", - "start": 132199, - "end": 132208, + "start": 134589, + "end": 134598, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 50 }, "end": { - "line": 2942, + "line": 2984, "column": 59 }, "identifierName": "base_year" @@ -221629,44 +221765,44 @@ }, { "type": "ExpressionStatement", - "start": 132261, - "end": 132356, + "start": 134651, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "expression": { "type": "AssignmentExpression", - "start": 132261, - "end": 132356, + "start": 134651, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132261, - "end": 132271, + "start": 134651, + "end": 134661, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 34 }, "identifierName": "begin_date" @@ -221675,57 +221811,57 @@ }, "right": { "type": "CallExpression", - "start": 132274, - "end": 132356, + "start": 134664, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 132274, - "end": 132354, + "start": 134664, + "end": 134744, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 117 } }, "object": { "type": "NewExpression", - "start": 132274, - "end": 132345, + "start": 134664, + "end": 134735, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 108 } }, "callee": { "type": "Identifier", - "start": 132278, - "end": 132282, + "start": 134668, + "end": 134672, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 41 }, "end": { - "line": 2944, + "line": 2986, "column": 45 }, "identifierName": "Date" @@ -221735,57 +221871,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 132284, - "end": 132343, + "start": 134674, + "end": 134733, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 106 } }, "left": { "type": "CallExpression", - "start": 132284, - "end": 132302, + "start": 134674, + "end": 134692, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 132284, - "end": 132300, + "start": 134674, + "end": 134690, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 63 } }, "object": { "type": "Identifier", - "start": 132284, - "end": 132292, + "start": 134674, + "end": 134682, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 55 }, "identifierName": "_tmpDate" @@ -221794,15 +221930,15 @@ }, "property": { "type": "Identifier", - "start": 132293, - "end": 132300, + "start": 134683, + "end": 134690, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 56 }, "end": { - "line": 2944, + "line": 2986, "column": 63 }, "identifierName": "getTime" @@ -221816,85 +221952,85 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 132307, - "end": 132341, + "start": 134697, + "end": 134731, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 104 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132334, + "start": 134697, + "end": 134724, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 97 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132329, + "start": 134697, + "end": 134719, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132324, + "start": 134697, + "end": 134714, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 87 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132319, + "start": 134697, + "end": 134709, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 82 } }, "left": { "type": "Identifier", - "start": 132307, - "end": 132315, + "start": 134697, + "end": 134705, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 78 }, "identifierName": "week_num" @@ -221904,15 +222040,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132318, - "end": 132319, + "start": 134708, + "end": 134709, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 81 }, "end": { - "line": 2944, + "line": 2986, "column": 82 } }, @@ -221926,15 +222062,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132322, - "end": 132324, + "start": 134712, + "end": 134714, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 85 }, "end": { - "line": 2944, + "line": 2986, "column": 87 } }, @@ -221948,15 +222084,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132327, - "end": 132329, + "start": 134717, + "end": 134719, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 90 }, "end": { - "line": 2944, + "line": 2986, "column": 92 } }, @@ -221970,15 +222106,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132332, - "end": 132334, + "start": 134722, + "end": 134724, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 95 }, "end": { - "line": 2944, + "line": 2986, "column": 97 } }, @@ -221992,15 +222128,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132337, - "end": 132341, + "start": 134727, + "end": 134731, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 100 }, "end": { - "line": 2944, + "line": 2986, "column": 104 } }, @@ -222012,7 +222148,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 132305 + "parenStart": 134695 } } } @@ -222020,15 +222156,15 @@ }, "property": { "type": "Identifier", - "start": 132346, - "end": 132354, + "start": 134736, + "end": 134744, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 109 }, "end": { - "line": 2944, + "line": 2986, "column": 117 }, "identifierName": "toString" @@ -222043,44 +222179,44 @@ }, { "type": "ExpressionStatement", - "start": 132381, - "end": 132483, + "start": 134771, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 132381, - "end": 132483, + "start": 134771, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132381, - "end": 132389, + "start": 134771, + "end": 134779, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 32 }, "identifierName": "end_date" @@ -222089,57 +222225,57 @@ }, "right": { "type": "CallExpression", - "start": 132394, - "end": 132483, + "start": 134784, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "callee": { "type": "MemberExpression", - "start": 132394, - "end": 132481, + "start": 134784, + "end": 134871, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 124 } }, "object": { "type": "NewExpression", - "start": 132394, - "end": 132472, + "start": 134784, + "end": 134862, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 115 } }, "callee": { "type": "Identifier", - "start": 132398, - "end": 132402, + "start": 134788, + "end": 134792, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 41 }, "end": { - "line": 2945, + "line": 2987, "column": 45 }, "identifierName": "Date" @@ -222149,85 +222285,85 @@ "arguments": [ { "type": "BinaryExpression", - "start": 132404, - "end": 132470, + "start": 134794, + "end": 134860, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 113 } }, "left": { "type": "BinaryExpression", - "start": 132404, - "end": 132466, + "start": 134794, + "end": 134856, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 109 } }, "left": { "type": "CallExpression", - "start": 132404, - "end": 132436, + "start": 134794, + "end": 134826, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 132404, - "end": 132434, + "start": 134794, + "end": 134824, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 77 } }, "object": { "type": "NewExpression", - "start": 132404, - "end": 132426, + "start": 134794, + "end": 134816, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 69 } }, "callee": { "type": "Identifier", - "start": 132408, - "end": 132412, + "start": 134798, + "end": 134802, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 51 }, "end": { - "line": 2945, + "line": 2987, "column": 55 }, "identifierName": "Date" @@ -222237,15 +222373,15 @@ "arguments": [ { "type": "Identifier", - "start": 132414, - "end": 132424, + "start": 134804, + "end": 134814, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 57 }, "end": { - "line": 2945, + "line": 2987, "column": 67 }, "identifierName": "begin_date" @@ -222256,15 +222392,15 @@ }, "property": { "type": "Identifier", - "start": 132427, - "end": 132434, + "start": 134817, + "end": 134824, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 70 }, "end": { - "line": 2945, + "line": 2987, "column": 77 }, "identifierName": "getTime" @@ -222278,71 +222414,71 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 132441, - "end": 132464, + "start": 134831, + "end": 134854, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 107 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132457, + "start": 134831, + "end": 134847, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 100 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132452, + "start": 134831, + "end": 134842, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132447, + "start": 134831, + "end": 134837, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 90 } }, "left": { "type": "NumericLiteral", - "start": 132441, - "end": 132442, + "start": 134831, + "end": 134832, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 85 } }, @@ -222355,15 +222491,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132445, - "end": 132447, + "start": 134835, + "end": 134837, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 88 }, "end": { - "line": 2945, + "line": 2987, "column": 90 } }, @@ -222377,15 +222513,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132450, - "end": 132452, + "start": 134840, + "end": 134842, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 93 }, "end": { - "line": 2945, + "line": 2987, "column": 95 } }, @@ -222399,15 +222535,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132455, - "end": 132457, + "start": 134845, + "end": 134847, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 98 }, "end": { - "line": 2945, + "line": 2987, "column": 100 } }, @@ -222421,15 +222557,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132460, - "end": 132464, + "start": 134850, + "end": 134854, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 103 }, "end": { - "line": 2945, + "line": 2987, "column": 107 } }, @@ -222441,22 +222577,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 132439 + "parenStart": 134829 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 132469, - "end": 132470, + "start": 134859, + "end": 134860, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 112 }, "end": { - "line": 2945, + "line": 2987, "column": 113 } }, @@ -222471,15 +222607,15 @@ }, "property": { "type": "Identifier", - "start": 132473, - "end": 132481, + "start": 134863, + "end": 134871, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 116 }, "end": { - "line": 2945, + "line": 2987, "column": 124 }, "identifierName": "toString" @@ -222494,15 +222630,15 @@ }, { "type": "BreakStatement", - "start": 132508, - "end": 132513, + "start": 134898, + "end": 134903, "loc": { "start": { - "line": 2946, + "line": 2988, "column": 24 }, "end": { - "line": 2946, + "line": 2988, "column": 29 } }, @@ -222511,43 +222647,43 @@ ], "test": { "type": "CallExpression", - "start": 131873, - "end": 131896, + "start": 134263, + "end": 134286, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 131873, - "end": 131887, + "start": 134263, + "end": 134277, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 131873, - "end": 131882, + "start": 134263, + "end": 134272, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 34 } }, @@ -222559,15 +222695,15 @@ }, "property": { "type": "Identifier", - "start": 131883, - "end": 131887, + "start": 134273, + "end": 134277, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 35 }, "end": { - "line": 2937, + "line": 2979, "column": 39 }, "identifierName": "test" @@ -222579,15 +222715,15 @@ "arguments": [ { "type": "Identifier", - "start": 131889, - "end": 131894, + "start": 134279, + "end": 134284, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 41 }, "end": { - "line": 2937, + "line": 2979, "column": 46 }, "identifierName": "scale" @@ -222599,58 +222735,58 @@ }, { "type": "SwitchCase", - "start": 132534, - "end": 132562, + "start": 134924, + "end": 134952, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 20 }, "end": { - "line": 2947, + "line": 2989, "column": 48 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 132539, - "end": 132561, + "start": 134929, + "end": 134951, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 132539, - "end": 132552, + "start": 134929, + "end": 134942, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 132539, - "end": 132547, + "start": 134929, + "end": 134937, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 33 } }, @@ -222662,15 +222798,15 @@ }, "property": { "type": "Identifier", - "start": 132548, - "end": 132552, + "start": 134938, + "end": 134942, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 34 }, "end": { - "line": 2947, + "line": 2989, "column": 38 }, "identifierName": "test" @@ -222682,15 +222818,15 @@ "arguments": [ { "type": "Identifier", - "start": 132554, - "end": 132559, + "start": 134944, + "end": 134949, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 40 }, "end": { - "line": 2947, + "line": 2989, "column": 45 }, "identifierName": "scale" @@ -222702,58 +222838,58 @@ }, { "type": "SwitchCase", - "start": 132583, - "end": 133369, + "start": 134973, + "end": 135759, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 20 }, "end": { - "line": 2959, + "line": 3001, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 132640, - "end": 132802, + "start": 135030, + "end": 135192, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 24 }, "end": { - "line": 2952, + "line": 2994, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 132645, - "end": 132664, + "start": 135035, + "end": 135054, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 29 }, "end": { - "line": 2949, + "line": 2991, "column": 48 } }, "left": { "type": "StringLiteral", - "start": 132645, - "end": 132654, + "start": 135035, + "end": 135044, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 29 }, "end": { - "line": 2949, + "line": 2991, "column": 38 } }, @@ -222766,15 +222902,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 132659, - "end": 132664, + "start": 135049, + "end": 135054, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 43 }, "end": { - "line": 2949, + "line": 2991, "column": 48 }, "identifierName": "scale" @@ -222784,59 +222920,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 132667, - "end": 132802, + "start": 135057, + "end": 135192, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 51 }, "end": { - "line": 2952, + "line": 2994, "column": 25 } }, "body": [ { "type": "VariableDeclaration", - "start": 132697, - "end": 132728, + "start": 135087, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 28 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 132701, - "end": 132728, + "start": 135091, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 32 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "id": { "type": "Identifier", - "start": 132701, - "end": 132705, + "start": 135091, + "end": 135095, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 32 }, "end": { - "line": 2950, + "line": 2992, "column": 36 }, "identifierName": "_tmp" @@ -222845,43 +222981,43 @@ }, "init": { "type": "CallExpression", - "start": 132708, - "end": 132728, + "start": 135098, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 132708, - "end": 132723, + "start": 135098, + "end": 135113, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 54 } }, "object": { "type": "Identifier", - "start": 132708, - "end": 132717, + "start": 135098, + "end": 135107, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 48 }, "identifierName": "date_seed" @@ -222890,15 +223026,15 @@ }, "property": { "type": "Identifier", - "start": 132718, - "end": 132723, + "start": 135108, + "end": 135113, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 49 }, "end": { - "line": 2950, + "line": 2992, "column": 54 }, "identifierName": "split" @@ -222910,15 +223046,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 132724, - "end": 132727, + "start": 135114, + "end": 135117, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 55 }, "end": { - "line": 2950, + "line": 2992, "column": 58 } }, @@ -222936,44 +223072,44 @@ }, { "type": "ExpressionStatement", - "start": 132757, - "end": 132776, + "start": 135147, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 132757, - "end": 132776, + "start": 135147, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132757, - "end": 132766, + "start": 135147, + "end": 135156, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 37 }, "identifierName": "date_seed" @@ -222982,29 +223118,29 @@ }, "right": { "type": "MemberExpression", - "start": 132769, - "end": 132776, + "start": 135159, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 40 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "object": { "type": "Identifier", - "start": 132769, - "end": 132773, + "start": 135159, + "end": 135163, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 40 }, "end": { - "line": 2951, + "line": 2993, "column": 44 }, "identifierName": "_tmp" @@ -223013,15 +223149,15 @@ }, "property": { "type": "NumericLiteral", - "start": 132774, - "end": 132775, + "start": 135164, + "end": 135165, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 45 }, "end": { - "line": 2951, + "line": 2993, "column": 46 } }, @@ -223042,59 +223178,59 @@ }, { "type": "ExpressionStatement", - "start": 132827, - "end": 132885, + "start": 135217, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 132827, - "end": 132885, + "start": 135217, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 132827, - "end": 132862, + "start": 135217, + "end": 135252, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 59 } }, "elements": [ { "type": "Identifier", - "start": 132829, - "end": 132838, + "start": 135219, + "end": 135228, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 26 }, "end": { - "line": 2953, + "line": 2995, "column": 35 }, "identifierName": "base_year" @@ -223103,15 +223239,15 @@ }, { "type": "Identifier", - "start": 132840, - "end": 132850, + "start": 135230, + "end": 135240, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 37 }, "end": { - "line": 2953, + "line": 2995, "column": 47 }, "identifierName": "base_month" @@ -223120,15 +223256,15 @@ }, { "type": "Identifier", - "start": 132852, - "end": 132860, + "start": 135242, + "end": 135250, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 49 }, "end": { - "line": 2953, + "line": 2995, "column": 57 }, "identifierName": "base_day" @@ -223139,43 +223275,43 @@ }, "right": { "type": "CallExpression", - "start": 132865, - "end": 132885, + "start": 135255, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 132865, - "end": 132880, + "start": 135255, + "end": 135270, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 77 } }, "object": { "type": "Identifier", - "start": 132865, - "end": 132874, + "start": 135255, + "end": 135264, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 71 }, "identifierName": "date_seed" @@ -223184,15 +223320,15 @@ }, "property": { "type": "Identifier", - "start": 132875, - "end": 132880, + "start": 135265, + "end": 135270, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 72 }, "end": { - "line": 2953, + "line": 2995, "column": 77 }, "identifierName": "split" @@ -223204,15 +223340,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 132881, - "end": 132884, + "start": 135271, + "end": 135274, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 78 }, "end": { - "line": 2953, + "line": 2995, "column": 81 } }, @@ -223228,44 +223364,44 @@ }, { "type": "ExpressionStatement", - "start": 132910, - "end": 132956, + "start": 135300, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 132910, - "end": 132956, + "start": 135300, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132910, - "end": 132922, + "start": 135300, + "end": 135312, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 36 }, "identifierName": "is_remapping" @@ -223274,43 +223410,43 @@ }, "right": { "type": "BinaryExpression", - "start": 132925, - "end": 132956, + "start": 135315, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "left": { "type": "CallExpression", - "start": 132925, - "end": 132950, + "start": 135315, + "end": 135340, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 64 } }, "callee": { "type": "Identifier", - "start": 132925, - "end": 132933, + "start": 135315, + "end": 135323, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 47 }, "identifierName": "parseInt" @@ -223320,15 +223456,15 @@ "arguments": [ { "type": "Identifier", - "start": 132935, - "end": 132944, + "start": 135325, + "end": 135334, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 49 }, "end": { - "line": 2954, + "line": 2996, "column": 58 }, "identifierName": "base_year" @@ -223337,15 +223473,15 @@ }, { "type": "NumericLiteral", - "start": 132946, - "end": 132948, + "start": 135336, + "end": 135338, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 60 }, "end": { - "line": 2954, + "line": 2996, "column": 62 } }, @@ -223360,15 +223496,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 132953, - "end": 132956, + "start": 135343, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 67 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, @@ -223383,44 +223519,44 @@ }, { "type": "ExpressionStatement", - "start": 132981, - "end": 133055, + "start": 135371, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 132981, - "end": 133055, + "start": 135371, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132981, - "end": 132989, + "start": 135371, + "end": 135379, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 32 }, "identifierName": "_tmpDate" @@ -223429,29 +223565,29 @@ }, "right": { "type": "NewExpression", - "start": 132992, - "end": 133055, + "start": 135382, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 35 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "callee": { "type": "Identifier", - "start": 132996, - "end": 133000, + "start": 135386, + "end": 135390, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 39 }, "end": { - "line": 2955, + "line": 2997, "column": 43 }, "identifierName": "Date" @@ -223461,15 +223597,15 @@ "arguments": [ { "type": "Identifier", - "start": 133002, - "end": 133011, + "start": 135392, + "end": 135401, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 45 }, "end": { - "line": 2955, + "line": 2997, "column": 54 }, "identifierName": "base_year" @@ -223478,43 +223614,43 @@ }, { "type": "BinaryExpression", - "start": 133013, - "end": 133043, + "start": 135403, + "end": 135433, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 86 } }, "left": { "type": "CallExpression", - "start": 133013, - "end": 133039, + "start": 135403, + "end": 135429, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 82 } }, "callee": { "type": "Identifier", - "start": 133013, - "end": 133021, + "start": 135403, + "end": 135411, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 64 }, "identifierName": "parseInt" @@ -223524,15 +223660,15 @@ "arguments": [ { "type": "Identifier", - "start": 133023, - "end": 133033, + "start": 135413, + "end": 135423, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 66 }, "end": { - "line": 2955, + "line": 2997, "column": 76 }, "identifierName": "base_month" @@ -223541,15 +223677,15 @@ }, { "type": "NumericLiteral", - "start": 133035, - "end": 133037, + "start": 135425, + "end": 135427, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 78 }, "end": { - "line": 2955, + "line": 2997, "column": 80 } }, @@ -223564,15 +223700,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 133042, - "end": 133043, + "start": 135432, + "end": 135433, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 85 }, "end": { - "line": 2955, + "line": 2997, "column": 86 } }, @@ -223585,15 +223721,15 @@ }, { "type": "Identifier", - "start": 133045, - "end": 133053, + "start": 135435, + "end": 135443, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 88 }, "end": { - "line": 2955, + "line": 2997, "column": 96 }, "identifierName": "base_day" @@ -223606,44 +223742,44 @@ }, { "type": "ExpressionStatement", - "start": 133080, - "end": 133112, + "start": 135470, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 133080, - "end": 133112, + "start": 135470, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133080, - "end": 133090, + "start": 135470, + "end": 135480, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 34 }, "identifierName": "begin_date" @@ -223652,43 +223788,43 @@ }, "right": { "type": "CallExpression", - "start": 133093, - "end": 133112, + "start": 135483, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 133093, - "end": 133110, + "start": 135483, + "end": 135500, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 54 } }, "object": { "type": "Identifier", - "start": 133093, - "end": 133101, + "start": 135483, + "end": 135491, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 45 }, "identifierName": "_tmpDate" @@ -223697,15 +223833,15 @@ }, "property": { "type": "Identifier", - "start": 133102, - "end": 133110, + "start": 135492, + "end": 135500, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 46 }, "end": { - "line": 2956, + "line": 2998, "column": 54 }, "identifierName": "toString" @@ -223720,44 +223856,44 @@ }, { "type": "ExpressionStatement", - "start": 133137, - "end": 133221, + "start": 135527, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "expression": { "type": "AssignmentExpression", - "start": 133137, - "end": 133221, + "start": 135527, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133137, - "end": 133145, + "start": 135527, + "end": 135535, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 32 }, "identifierName": "end_date" @@ -223766,57 +223902,57 @@ }, "right": { "type": "CallExpression", - "start": 133150, - "end": 133221, + "start": 135540, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 133150, - "end": 133219, + "start": 135540, + "end": 135609, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 106 } }, "object": { "type": "NewExpression", - "start": 133150, - "end": 133210, + "start": 135540, + "end": 135600, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 97 } }, "callee": { "type": "Identifier", - "start": 133154, - "end": 133158, + "start": 135544, + "end": 135548, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 41 }, "end": { - "line": 2957, + "line": 2999, "column": 45 }, "identifierName": "Date" @@ -223826,71 +223962,71 @@ "arguments": [ { "type": "BinaryExpression", - "start": 133160, - "end": 133208, + "start": 135550, + "end": 135598, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 133160, - "end": 133204, + "start": 135550, + "end": 135594, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 91 } }, "left": { "type": "CallExpression", - "start": 133160, - "end": 133178, + "start": 135550, + "end": 135568, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 133160, - "end": 133176, + "start": 135550, + "end": 135566, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 63 } }, "object": { "type": "Identifier", - "start": 133160, - "end": 133168, + "start": 135550, + "end": 135558, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 55 }, "identifierName": "_tmpDate" @@ -223899,15 +224035,15 @@ }, "property": { "type": "Identifier", - "start": 133169, - "end": 133176, + "start": 135559, + "end": 135566, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 56 }, "end": { - "line": 2957, + "line": 2999, "column": 63 }, "identifierName": "getTime" @@ -223921,57 +224057,57 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 133183, - "end": 133202, + "start": 135573, + "end": 135592, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 133183, - "end": 133195, + "start": 135573, + "end": 135585, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 82 } }, "left": { "type": "BinaryExpression", - "start": 133183, - "end": 133190, + "start": 135573, + "end": 135580, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 77 } }, "left": { "type": "NumericLiteral", - "start": 133183, - "end": 133185, + "start": 135573, + "end": 135575, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 72 } }, @@ -223984,15 +224120,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133188, - "end": 133190, + "start": 135578, + "end": 135580, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 75 }, "end": { - "line": 2957, + "line": 2999, "column": 77 } }, @@ -224006,15 +224142,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133193, - "end": 133195, + "start": 135583, + "end": 135585, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 80 }, "end": { - "line": 2957, + "line": 2999, "column": 82 } }, @@ -224028,15 +224164,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133198, - "end": 133202, + "start": 135588, + "end": 135592, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 85 }, "end": { - "line": 2957, + "line": 2999, "column": 89 } }, @@ -224048,22 +224184,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 133181 + "parenStart": 135571 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 133207, - "end": 133208, + "start": 135597, + "end": 135598, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 94 }, "end": { - "line": 2957, + "line": 2999, "column": 95 } }, @@ -224078,15 +224214,15 @@ }, "property": { "type": "Identifier", - "start": 133211, - "end": 133219, + "start": 135601, + "end": 135609, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 98 }, "end": { - "line": 2957, + "line": 2999, "column": 106 }, "identifierName": "toString" @@ -224104,15 +224240,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -224121,15 +224257,15 @@ }, { "type": "BreakStatement", - "start": 133364, - "end": 133369, + "start": 135754, + "end": 135759, "loc": { "start": { - "line": 2959, + "line": 3001, "column": 24 }, "end": { - "line": 2959, + "line": 3001, "column": 29 } }, @@ -224138,15 +224274,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -224156,43 +224292,43 @@ ], "test": { "type": "CallExpression", - "start": 132588, - "end": 132614, + "start": 134978, + "end": 135004, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 132588, - "end": 132605, + "start": 134978, + "end": 134995, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 132588, - "end": 132600, + "start": 134978, + "end": 134990, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 37 } }, @@ -224204,15 +224340,15 @@ }, "property": { "type": "Identifier", - "start": 132601, - "end": 132605, + "start": 134991, + "end": 134995, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 38 }, "end": { - "line": 2948, + "line": 2990, "column": 42 }, "identifierName": "test" @@ -224224,15 +224360,15 @@ "arguments": [ { "type": "Identifier", - "start": 132607, - "end": 132612, + "start": 134997, + "end": 135002, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 44 }, "end": { - "line": 2948, + "line": 2990, "column": 49 }, "identifierName": "scale" @@ -224244,58 +224380,58 @@ }, { "type": "SwitchCase", - "start": 133390, - "end": 133419, + "start": 135780, + "end": 135809, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 20 }, "end": { - "line": 2960, + "line": 3002, "column": 49 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 133395, - "end": 133418, + "start": 135785, + "end": 135808, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 133395, - "end": 133409, + "start": 135785, + "end": 135799, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 133395, - "end": 133404, + "start": 135785, + "end": 135794, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 34 } }, @@ -224307,15 +224443,15 @@ }, "property": { "type": "Identifier", - "start": 133405, - "end": 133409, + "start": 135795, + "end": 135799, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 35 }, "end": { - "line": 2960, + "line": 3002, "column": 39 }, "identifierName": "test" @@ -224327,15 +224463,15 @@ "arguments": [ { "type": "Identifier", - "start": 133411, - "end": 133416, + "start": 135801, + "end": 135806, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 41 }, "end": { - "line": 2960, + "line": 3002, "column": 46 }, "identifierName": "scale" @@ -224347,59 +224483,59 @@ }, { "type": "SwitchCase", - "start": 133440, - "end": 133611, + "start": 135830, + "end": 136001, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 20 }, "end": { - "line": 2964, + "line": 3006, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 133496, - "end": 133526, + "start": 135886, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 133496, - "end": 133526, + "start": 135886, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133496, - "end": 133506, + "start": 135886, + "end": 135896, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 34 }, "identifierName": "begin_date" @@ -224408,30 +224544,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 133509, - "end": 133526, + "start": 135899, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 37 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "expressions": [ { "type": "Identifier", - "start": 133512, - "end": 133521, + "start": 135902, + "end": 135911, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 40 }, "end": { - "line": 2962, + "line": 3004, "column": 49 }, "identifierName": "date_seed" @@ -224442,15 +224578,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 133510, - "end": 133510, + "start": 135900, + "end": 135900, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 38 }, "end": { - "line": 2962, + "line": 3004, "column": 38 } }, @@ -224462,15 +224598,15 @@ }, { "type": "TemplateElement", - "start": 133522, - "end": 133525, + "start": 135912, + "end": 135915, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 50 }, "end": { - "line": 2962, + "line": 3004, "column": 53 } }, @@ -224486,44 +224622,44 @@ }, { "type": "ExpressionStatement", - "start": 133551, - "end": 133581, + "start": 135941, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 133551, - "end": 133581, + "start": 135941, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133551, - "end": 133559, + "start": 135941, + "end": 135949, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 32 }, "identifierName": "end_date" @@ -224532,30 +224668,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 133564, - "end": 133581, + "start": 135954, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 37 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "expressions": [ { "type": "Identifier", - "start": 133567, - "end": 133576, + "start": 135957, + "end": 135966, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 40 }, "end": { - "line": 2963, + "line": 3005, "column": 49 }, "identifierName": "date_seed" @@ -224566,15 +224702,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 133565, - "end": 133565, + "start": 135955, + "end": 135955, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 38 }, "end": { - "line": 2963, + "line": 3005, "column": 38 } }, @@ -224586,15 +224722,15 @@ }, { "type": "TemplateElement", - "start": 133577, - "end": 133580, + "start": 135967, + "end": 135970, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 50 }, "end": { - "line": 2963, + "line": 3005, "column": 53 } }, @@ -224610,15 +224746,15 @@ }, { "type": "BreakStatement", - "start": 133606, - "end": 133611, + "start": 135996, + "end": 136001, "loc": { "start": { - "line": 2964, + "line": 3006, "column": 24 }, "end": { - "line": 2964, + "line": 3006, "column": 29 } }, @@ -224627,43 +224763,43 @@ ], "test": { "type": "CallExpression", - "start": 133445, - "end": 133470, + "start": 135835, + "end": 135860, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 133445, - "end": 133461, + "start": 135835, + "end": 135851, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 133445, - "end": 133456, + "start": 135835, + "end": 135846, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 36 } }, @@ -224675,15 +224811,15 @@ }, "property": { "type": "Identifier", - "start": 133457, - "end": 133461, + "start": 135847, + "end": 135851, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 37 }, "end": { - "line": 2961, + "line": 3003, "column": 41 }, "identifierName": "test" @@ -224695,15 +224831,15 @@ "arguments": [ { "type": "Identifier", - "start": 133463, - "end": 133468, + "start": 135853, + "end": 135858, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 43 }, "end": { - "line": 2961, + "line": 3003, "column": 48 }, "identifierName": "scale" @@ -224715,59 +224851,59 @@ }, { "type": "SwitchCase", - "start": 133632, - "end": 133754, + "start": 136022, + "end": 136144, "loc": { "start": { - "line": 2965, + "line": 3007, "column": 20 }, "end": { - "line": 2968, + "line": 3010, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 133665, - "end": 133682, + "start": 136055, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 133665, - "end": 133682, + "start": 136055, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133665, - "end": 133675, + "start": 136055, + "end": 136065, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 34 }, "identifierName": "begin_date" @@ -224776,15 +224912,15 @@ }, "right": { "type": "NullLiteral", - "start": 133678, - "end": 133682, + "start": 136068, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 37 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } } @@ -224793,44 +224929,44 @@ }, { "type": "ExpressionStatement", - "start": 133707, - "end": 133724, + "start": 136097, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 133707, - "end": 133724, + "start": 136097, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133707, - "end": 133715, + "start": 136097, + "end": 136105, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 32 }, "identifierName": "end_date" @@ -224839,15 +224975,15 @@ }, "right": { "type": "NullLiteral", - "start": 133720, - "end": 133724, + "start": 136110, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 37 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } } @@ -224856,15 +224992,15 @@ }, { "type": "BreakStatement", - "start": 133749, - "end": 133754, + "start": 136139, + "end": 136144, "loc": { "start": { - "line": 2968, + "line": 3010, "column": 24 }, "end": { - "line": 2968, + "line": 3010, "column": 29 } }, @@ -224877,44 +225013,44 @@ }, { "type": "ExpressionStatement", - "start": 133806, - "end": 133878, + "start": 136196, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "expression": { "type": "AssignmentExpression", - "start": 133806, - "end": 133878, + "start": 136196, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133806, - "end": 133811, + "start": 136196, + "end": 136201, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 21 }, "identifierName": "scale" @@ -224923,57 +225059,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 133814, - "end": 133878, + "start": 136204, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "test": { "type": "CallExpression", - "start": 133814, - "end": 133846, + "start": 136204, + "end": 136236, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 133814, - "end": 133837, + "start": 136204, + "end": 136227, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 47 } }, "object": { "type": "Identifier", - "start": 133814, - "end": 133822, + "start": 136204, + "end": 136212, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 32 }, "identifierName": "scaleMap" @@ -224982,15 +225118,15 @@ }, "property": { "type": "Identifier", - "start": 133823, - "end": 133837, + "start": 136213, + "end": 136227, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 33 }, "end": { - "line": 2971, + "line": 3013, "column": 47 }, "identifierName": "hasOwnProperty" @@ -225002,15 +225138,15 @@ "arguments": [ { "type": "Identifier", - "start": 133839, - "end": 133844, + "start": 136229, + "end": 136234, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 49 }, "end": { - "line": 2971, + "line": 3013, "column": 54 }, "identifierName": "scale" @@ -225021,43 +225157,43 @@ }, "consequent": { "type": "MemberExpression", - "start": 133849, - "end": 133870, + "start": 136239, + "end": 136260, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 133849, - "end": 133864, + "start": 136239, + "end": 136254, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 74 } }, "object": { "type": "Identifier", - "start": 133849, - "end": 133857, + "start": 136239, + "end": 136247, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 67 }, "identifierName": "scaleMap" @@ -225066,15 +225202,15 @@ }, "property": { "type": "Identifier", - "start": 133858, - "end": 133863, + "start": 136248, + "end": 136253, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 68 }, "end": { - "line": 2971, + "line": 3013, "column": 73 }, "identifierName": "scale" @@ -225085,15 +225221,15 @@ }, "property": { "type": "Identifier", - "start": 133865, - "end": 133870, + "start": 136255, + "end": 136260, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 75 }, "end": { - "line": 2971, + "line": 3013, "column": 80 }, "identifierName": "lower" @@ -225104,15 +225240,15 @@ }, "alternate": { "type": "Identifier", - "start": 133873, - "end": 133878, + "start": 136263, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 83 }, "end": { - "line": 2971, + "line": 3013, "column": 88 }, "identifierName": "scale" @@ -225124,44 +225260,44 @@ }, { "type": "ReturnStatement", - "start": 133895, - "end": 133944, + "start": 136285, + "end": 136334, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 16 }, "end": { - "line": 2972, + "line": 3014, "column": 65 } }, "argument": { "type": "ArrayExpression", - "start": 133902, - "end": 133944, + "start": 136292, + "end": 136334, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 23 }, "end": { - "line": 2972, + "line": 3014, "column": 65 } }, "elements": [ { "type": "Identifier", - "start": 133904, - "end": 133909, + "start": 136294, + "end": 136299, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 25 }, "end": { - "line": 2972, + "line": 3014, "column": 30 }, "identifierName": "scale" @@ -225170,15 +225306,15 @@ }, { "type": "Identifier", - "start": 133911, - "end": 133921, + "start": 136301, + "end": 136311, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 32 }, "end": { - "line": 2972, + "line": 3014, "column": 42 }, "identifierName": "begin_date" @@ -225187,15 +225323,15 @@ }, { "type": "Identifier", - "start": 133923, - "end": 133931, + "start": 136313, + "end": 136321, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 44 }, "end": { - "line": 2972, + "line": 3014, "column": 52 }, "identifierName": "end_date" @@ -225204,15 +225340,15 @@ }, { "type": "Identifier", - "start": 133933, - "end": 133942, + "start": 136323, + "end": 136332, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 54 }, "end": { - "line": 2972, + "line": 3014, "column": 63 }, "identifierName": "min_grids" @@ -225229,44 +225365,44 @@ }, { "type": "VariableDeclarator", - "start": 133972, - "end": 134046, + "start": 136362, + "end": 136436, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 12 }, "end": { - "line": 2974, + "line": 3016, "column": 86 } }, "id": { "type": "ArrayPattern", - "start": 133972, - "end": 134017, + "start": 136362, + "end": 136407, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 12 }, "end": { - "line": 2974, + "line": 3016, "column": 57 } }, "elements": [ { "type": "Identifier", - "start": 133974, - "end": 133982, + "start": 136364, + "end": 136372, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 14 }, "end": { - "line": 2974, + "line": 3016, "column": 22 }, "identifierName": "to_scale" @@ -225275,15 +225411,15 @@ }, { "type": "Identifier", - "start": 133984, - "end": 133994, + "start": 136374, + "end": 136384, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 24 }, "end": { - "line": 2974, + "line": 3016, "column": 34 }, "identifierName": "begin_date" @@ -225292,15 +225428,15 @@ }, { "type": "Identifier", - "start": 133996, - "end": 134004, + "start": 136386, + "end": 136394, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 36 }, "end": { - "line": 2974, + "line": 3016, "column": 44 }, "identifierName": "end_date" @@ -225309,15 +225445,15 @@ }, { "type": "Identifier", - "start": 134006, - "end": 134015, + "start": 136396, + "end": 136405, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 46 }, "end": { - "line": 2974, + "line": 3016, "column": 55 }, "identifierName": "min_grids" @@ -225328,29 +225464,29 @@ }, "init": { "type": "CallExpression", - "start": 134020, - "end": 134046, + "start": 136410, + "end": 136436, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 60 }, "end": { - "line": 2974, + "line": 3016, "column": 86 } }, "callee": { "type": "Identifier", - "start": 134020, - "end": 134032, + "start": 136410, + "end": 136422, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 60 }, "end": { - "line": 2974, + "line": 3016, "column": 72 }, "identifierName": "getZoomScale" @@ -225360,15 +225496,15 @@ "arguments": [ { "type": "Identifier", - "start": 134034, - "end": 134044, + "start": 136424, + "end": 136434, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 74 }, "end": { - "line": 2974, + "line": 3016, "column": 84 }, "identifierName": "ruler_item" @@ -225380,29 +225516,29 @@ }, { "type": "VariableDeclarator", - "start": 134060, - "end": 134218, + "start": 136450, + "end": 136608, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 12 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "id": { "type": "Identifier", - "start": 134060, - "end": 134072, + "start": 136450, + "end": 136462, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 12 }, "end": { - "line": 2975, + "line": 3017, "column": 24 }, "identifierName": "zoom_options" @@ -225411,30 +225547,30 @@ }, "init": { "type": "ObjectExpression", - "start": 134075, - "end": 134218, + "start": 136465, + "end": 136608, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 27 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 134093, - "end": 134119, + "start": 136483, + "end": 136509, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 16 }, "end": { - "line": 2976, + "line": 3018, "column": 42 } }, @@ -225443,15 +225579,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134093, - "end": 134106, + "start": 136483, + "end": 136496, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 16 }, "end": { - "line": 2976, + "line": 3018, "column": 29 }, "identifierName": "startDatetime" @@ -225460,15 +225596,15 @@ }, "value": { "type": "Identifier", - "start": 134109, - "end": 134119, + "start": 136499, + "end": 136509, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 32 }, "end": { - "line": 2976, + "line": 3018, "column": 42 }, "identifierName": "begin_date" @@ -225478,15 +225614,15 @@ }, { "type": "ObjectProperty", - "start": 134137, - "end": 134161, + "start": 136527, + "end": 136551, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 16 }, "end": { - "line": 2977, + "line": 3019, "column": 40 } }, @@ -225495,15 +225631,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134137, - "end": 134148, + "start": 136527, + "end": 136538, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 16 }, "end": { - "line": 2977, + "line": 3019, "column": 27 }, "identifierName": "endDatetime" @@ -225512,15 +225648,15 @@ }, "value": { "type": "Identifier", - "start": 134153, - "end": 134161, + "start": 136543, + "end": 136551, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 32 }, "end": { - "line": 2977, + "line": 3019, "column": 40 }, "identifierName": "end_date" @@ -225530,15 +225666,15 @@ }, { "type": "ObjectProperty", - "start": 134179, - "end": 134203, + "start": 136569, + "end": 136593, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 16 }, "end": { - "line": 2978, + "line": 3020, "column": 40 } }, @@ -225547,15 +225683,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134179, - "end": 134184, + "start": 136569, + "end": 136574, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 16 }, "end": { - "line": 2978, + "line": 3020, "column": 21 }, "identifierName": "scale" @@ -225564,15 +225700,15 @@ }, "value": { "type": "Identifier", - "start": 134195, - "end": 134203, + "start": 136585, + "end": 136593, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 32 }, "end": { - "line": 2978, + "line": 3020, "column": 40 }, "identifierName": "to_scale" @@ -225588,72 +225724,72 @@ }, { "type": "IfStatement", - "start": 134236, - "end": 134309, + "start": 136626, + "end": 136699, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 8 }, "end": { - "line": 2983, + "line": 3025, "column": 9 } }, "test": { "type": "CallExpression", - "start": 134241, - "end": 134276, + "start": 136631, + "end": 136666, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 134241, - "end": 134254, + "start": 136631, + "end": 136644, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 134241, - "end": 134245, + "start": 136631, + "end": 136635, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 17 } } }, "property": { "type": "Identifier", - "start": 134246, - "end": 134254, + "start": 136636, + "end": 136644, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 18 }, "end": { - "line": 2981, + "line": 3023, "column": 26 }, "identifierName": "is_empty" @@ -225665,29 +225801,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134256, - "end": 134274, + "start": 136646, + "end": 136664, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 28 }, "end": { - "line": 2981, + "line": 3023, "column": 46 } }, "object": { "type": "Identifier", - "start": 134256, - "end": 134268, + "start": 136646, + "end": 136658, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 28 }, "end": { - "line": 2981, + "line": 3023, "column": 40 }, "identifierName": "zoom_options" @@ -225696,15 +225832,15 @@ }, "property": { "type": "Identifier", - "start": 134269, - "end": 134274, + "start": 136659, + "end": 136664, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 41 }, "end": { - "line": 2981, + "line": 3023, "column": 46 }, "identifierName": "scale" @@ -225717,30 +225853,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 134279, - "end": 134309, + "start": 136669, + "end": 136699, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 51 }, "end": { - "line": 2983, + "line": 3025, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 134293, - "end": 134299, + "start": 136683, + "end": 136689, "loc": { "start": { - "line": 2982, + "line": 3024, "column": 12 }, "end": { - "line": 2982, + "line": 3024, "column": 18 } }, @@ -225753,72 +225889,72 @@ }, { "type": "IfStatement", - "start": 134318, - "end": 134939, + "start": 136708, + "end": 137329, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 8 }, "end": { - "line": 2994, + "line": 3036, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 134323, - "end": 134345, + "start": 136713, + "end": 136735, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 134323, - "end": 134335, + "start": 136713, + "end": 136725, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 134323, - "end": 134327, + "start": 136713, + "end": 136717, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 17 } } }, "property": { "type": "Identifier", - "start": 134328, - "end": 134335, + "start": 136718, + "end": 136725, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 18 }, "end": { - "line": 2984, + "line": 3026, "column": 25 }, "identifierName": "_config" @@ -225829,15 +225965,15 @@ }, "property": { "type": "Identifier", - "start": 134336, - "end": 134345, + "start": 136726, + "end": 136735, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 26 }, "end": { - "line": 2984, + "line": 3026, "column": 35 }, "identifierName": "wrapScale" @@ -225848,59 +225984,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 134348, - "end": 134939, + "start": 136738, + "end": 137329, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 38 }, "end": { - "line": 2994, + "line": 3036, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 134362, - "end": 134556, + "start": 136752, + "end": 136946, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 12 }, "end": { - "line": 2986, + "line": 3028, "column": 34 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 134366, - "end": 134520, + "start": 136756, + "end": 136910, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 16 }, "end": { - "line": 2985, + "line": 3027, "column": 170 } }, "id": { "type": "Identifier", - "start": 134366, - "end": 134371, + "start": 136756, + "end": 136761, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 16 }, "end": { - "line": 2985, + "line": 3027, "column": 21 }, "identifierName": "_wrap" @@ -225909,43 +226045,43 @@ }, "init": { "type": "CallExpression", - "start": 134374, - "end": 134520, + "start": 136764, + "end": 136910, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 170 } }, "callee": { "type": "MemberExpression", - "start": 134374, - "end": 134383, + "start": 136764, + "end": 136773, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 33 } }, "object": { "type": "Identifier", - "start": 134374, - "end": 134378, + "start": 136764, + "end": 136768, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 28 }, "identifierName": "Math" @@ -225954,15 +226090,15 @@ }, "property": { "type": "Identifier", - "start": 134379, - "end": 134383, + "start": 136769, + "end": 136773, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 29 }, "end": { - "line": 2985, + "line": 3027, "column": 33 }, "identifierName": "ceil" @@ -225974,113 +226110,113 @@ "arguments": [ { "type": "BinaryExpression", - "start": 134385, - "end": 134518, + "start": 136775, + "end": 136908, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 35 }, "end": { - "line": 2985, + "line": 3027, "column": 168 } }, "left": { "type": "BinaryExpression", - "start": 134387, - "end": 134504, + "start": 136777, + "end": 136894, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 154 } }, "left": { "type": "CallExpression", - "start": 134387, - "end": 134445, + "start": 136777, + "end": 136835, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 134387, - "end": 134443, + "start": 136777, + "end": 136833, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 93 } }, "object": { "type": "CallExpression", - "start": 134387, - "end": 134437, + "start": 136777, + "end": 136827, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 134387, - "end": 134408, + "start": 136777, + "end": 136798, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 58 } }, "object": { "type": "CallExpression", - "start": 134387, - "end": 134403, + "start": 136777, + "end": 136793, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 53 } }, "callee": { "type": "Identifier", - "start": 134387, - "end": 134388, + "start": 136777, + "end": 136778, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 38 }, "identifierName": "$" @@ -226090,44 +226226,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 134389, - "end": 134402, + "start": 136779, + "end": 136792, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 39 }, "end": { - "line": 2985, + "line": 3027, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 134389, - "end": 134393, + "start": 136779, + "end": 136783, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 39 }, "end": { - "line": 2985, + "line": 3027, "column": 43 } } }, "property": { "type": "Identifier", - "start": 134394, - "end": 134402, + "start": 136784, + "end": 136792, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 44 }, "end": { - "line": 2985, + "line": 3027, "column": 52 }, "identifierName": "_element" @@ -226140,15 +226276,15 @@ }, "property": { "type": "Identifier", - "start": 134404, - "end": 134408, + "start": 136794, + "end": 136798, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 54 }, "end": { - "line": 2985, + "line": 3027, "column": 58 }, "identifierName": "find" @@ -226160,29 +226296,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134409, - "end": 134436, + "start": 136799, + "end": 136826, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 59 }, "end": { - "line": 2985, + "line": 3027, "column": 86 } }, "object": { "type": "Identifier", - "start": 134409, - "end": 134417, + "start": 136799, + "end": 136807, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 59 }, "end": { - "line": 2985, + "line": 3027, "column": 67 }, "identifierName": "Selector" @@ -226191,15 +226327,15 @@ }, "property": { "type": "Identifier", - "start": 134418, - "end": 134436, + "start": 136808, + "end": 136826, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 68 }, "end": { - "line": 2985, + "line": 3027, "column": 86 }, "identifierName": "TIMELINE_CONTAINER" @@ -226212,15 +226348,15 @@ }, "property": { "type": "Identifier", - "start": 134438, - "end": 134443, + "start": 136828, + "end": 136833, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 88 }, "end": { - "line": 2985, + "line": 3027, "column": 93 }, "identifierName": "width" @@ -226234,85 +226370,85 @@ "operator": "-", "right": { "type": "CallExpression", - "start": 134448, - "end": 134504, + "start": 136838, + "end": 136894, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 154 } }, "callee": { "type": "MemberExpression", - "start": 134448, - "end": 134502, + "start": 136838, + "end": 136892, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 152 } }, "object": { "type": "CallExpression", - "start": 134448, - "end": 134496, + "start": 136838, + "end": 136886, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 146 } }, "callee": { "type": "MemberExpression", - "start": 134448, - "end": 134469, + "start": 136838, + "end": 136859, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 119 } }, "object": { "type": "CallExpression", - "start": 134448, - "end": 134464, + "start": 136838, + "end": 136854, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 114 } }, "callee": { "type": "Identifier", - "start": 134448, - "end": 134449, + "start": 136838, + "end": 136839, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 99 }, "identifierName": "$" @@ -226322,44 +226458,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 134450, - "end": 134463, + "start": 136840, + "end": 136853, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 100 }, "end": { - "line": 2985, + "line": 3027, "column": 113 } }, "object": { "type": "ThisExpression", - "start": 134450, - "end": 134454, + "start": 136840, + "end": 136844, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 100 }, "end": { - "line": 2985, + "line": 3027, "column": 104 } } }, "property": { "type": "Identifier", - "start": 134455, - "end": 134463, + "start": 136845, + "end": 136853, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 105 }, "end": { - "line": 2985, + "line": 3027, "column": 113 }, "identifierName": "_element" @@ -226372,15 +226508,15 @@ }, "property": { "type": "Identifier", - "start": 134465, - "end": 134469, + "start": 136855, + "end": 136859, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 115 }, "end": { - "line": 2985, + "line": 3027, "column": 119 }, "identifierName": "find" @@ -226392,29 +226528,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134470, - "end": 134495, + "start": 136860, + "end": 136885, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 120 }, "end": { - "line": 2985, + "line": 3027, "column": 145 } }, "object": { "type": "Identifier", - "start": 134470, - "end": 134478, + "start": 136860, + "end": 136868, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 120 }, "end": { - "line": 2985, + "line": 3027, "column": 128 }, "identifierName": "Selector" @@ -226423,15 +226559,15 @@ }, "property": { "type": "Identifier", - "start": 134479, - "end": 134495, + "start": 136869, + "end": 136885, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 129 }, "end": { - "line": 2985, + "line": 3027, "column": 145 }, "identifierName": "TIMELINE_SIDEBAR" @@ -226444,15 +226580,15 @@ }, "property": { "type": "Identifier", - "start": 134497, - "end": 134502, + "start": 136887, + "end": 136892, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 147 }, "end": { - "line": 2985, + "line": 3027, "column": 152 }, "identifierName": "width" @@ -226465,21 +226601,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 134385 + "parenStart": 136775 } }, "operator": "/", "right": { "type": "Identifier", - "start": 134509, - "end": 134518, + "start": 136899, + "end": 136908, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 159 }, "end": { - "line": 2985, + "line": 3027, "column": 168 }, "identifierName": "min_grids" @@ -226492,29 +226628,29 @@ }, { "type": "VariableDeclarator", - "start": 134538, - "end": 134556, + "start": 136928, + "end": 136946, "loc": { "start": { - "line": 2986, + "line": 3028, "column": 16 }, "end": { - "line": 2986, + "line": 3028, "column": 34 } }, "id": { "type": "Identifier", - "start": 134538, - "end": 134556, + "start": 136928, + "end": 136946, "loc": { "start": { - "line": 2986, + "line": 3028, "column": 16 }, "end": { - "line": 2986, + "line": 3028, "column": 34 }, "identifierName": "_originMinGridSize" @@ -226528,29 +226664,29 @@ }, { "type": "IfStatement", - "start": 134582, - "end": 134788, + "start": 136972, + "end": 137178, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 12 }, "end": { - "line": 2991, + "line": 3033, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 134587, - "end": 134639, + "start": 136977, + "end": 137029, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 17 }, "end": { - "line": 2988, + "line": 3030, "column": 69 } }, @@ -226558,72 +226694,72 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 134589, - "end": 134639, + "start": 136979, + "end": 137029, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 134589, - "end": 134616, + "start": 136979, + "end": 137006, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 134589, - "end": 134601, + "start": 136979, + "end": 136991, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 134589, - "end": 134593, + "start": 136979, + "end": 136983, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 23 } } }, "property": { "type": "Identifier", - "start": 134594, - "end": 134601, + "start": 136984, + "end": 136991, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 24 }, "end": { - "line": 2988, + "line": 3030, "column": 31 }, "identifierName": "_config" @@ -226634,15 +226770,15 @@ }, "property": { "type": "Identifier", - "start": 134602, - "end": 134616, + "start": 136992, + "end": 137006, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 32 }, "end": { - "line": 2988, + "line": 3030, "column": 46 }, "identifierName": "hasOwnProperty" @@ -226654,15 +226790,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 134618, - "end": 134637, + "start": 137008, + "end": 137027, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 48 }, "end": { - "line": 2988, + "line": 3030, "column": 67 } }, @@ -226680,87 +226816,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 134642, - "end": 134788, + "start": 137032, + "end": 137178, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 72 }, "end": { - "line": 2991, + "line": 3033, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 134717, - "end": 134774, + "start": 137107, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 134717, - "end": 134774, + "start": 137107, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 134717, - "end": 134747, + "start": 137107, + "end": 137137, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 134717, - "end": 134729, + "start": 137107, + "end": 137119, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 134717, - "end": 134721, + "start": 137107, + "end": 137111, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 20 } }, @@ -226768,15 +226904,15 @@ }, "property": { "type": "Identifier", - "start": 134722, - "end": 134729, + "start": 137112, + "end": 137119, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 21 }, "end": { - "line": 2990, + "line": 3032, "column": 28 }, "identifierName": "_config" @@ -226788,15 +226924,15 @@ }, "property": { "type": "Identifier", - "start": 134730, - "end": 134747, + "start": 137120, + "end": 137137, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 29 }, "end": { - "line": 2990, + "line": 3032, "column": 46 }, "identifierName": "originMinGridSize" @@ -226808,58 +226944,58 @@ }, "right": { "type": "MemberExpression", - "start": 134750, - "end": 134774, + "start": 137140, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 134750, - "end": 134762, + "start": 137140, + "end": 137152, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 134750, - "end": 134754, + "start": 137140, + "end": 137144, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 53 } } }, "property": { "type": "Identifier", - "start": 134755, - "end": 134762, + "start": 137145, + "end": 137152, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 54 }, "end": { - "line": 2990, + "line": 3032, "column": 61 }, "identifierName": "_config" @@ -226870,15 +227006,15 @@ }, "property": { "type": "Identifier", - "start": 134763, - "end": 134774, + "start": 137153, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 62 }, "end": { - "line": 2990, + "line": 3032, "column": 73 }, "identifierName": "minGridSize" @@ -226893,15 +227029,15 @@ { "type": "CommentLine", "value": " Keep an original minGridSize as cache", - "start": 134660, - "end": 134700, + "start": 137050, + "end": 137090, "loc": { "start": { - "line": 2989, + "line": 3031, "column": 16 }, "end": { - "line": 2989, + "line": 3031, "column": 56 } } @@ -226915,44 +227051,44 @@ }, { "type": "ExpressionStatement", - "start": 134801, - "end": 134852, + "start": 137191, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 134801, - "end": 134852, + "start": 137191, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 134801, - "end": 134819, + "start": 137191, + "end": 137209, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 30 }, "identifierName": "_originMinGridSize" @@ -226961,58 +227097,58 @@ }, "right": { "type": "MemberExpression", - "start": 134822, - "end": 134852, + "start": 137212, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 134822, - "end": 134834, + "start": 137212, + "end": 137224, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 134822, - "end": 134826, + "start": 137212, + "end": 137216, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 37 } } }, "property": { "type": "Identifier", - "start": 134827, - "end": 134834, + "start": 137217, + "end": 137224, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 38 }, "end": { - "line": 2992, + "line": 3034, "column": 45 }, "identifierName": "_config" @@ -227023,15 +227159,15 @@ }, "property": { "type": "Identifier", - "start": 134835, - "end": 134852, + "start": 137225, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 46 }, "end": { - "line": 2992, + "line": 3034, "column": 63 }, "identifierName": "originMinGridSize" @@ -227044,58 +227180,58 @@ }, { "type": "ExpressionStatement", - "start": 134865, - "end": 134929, + "start": 137255, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 134865, - "end": 134929, + "start": 137255, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 134865, - "end": 134889, + "start": 137255, + "end": 137279, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 36 } }, "object": { "type": "Identifier", - "start": 134865, - "end": 134877, + "start": 137255, + "end": 137267, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 24 }, "identifierName": "zoom_options" @@ -227104,15 +227240,15 @@ }, "property": { "type": "Identifier", - "start": 134878, - "end": 134889, + "start": 137268, + "end": 137279, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 25 }, "end": { - "line": 2993, + "line": 3035, "column": 36 }, "identifierName": "minGridSize" @@ -227123,43 +227259,43 @@ }, "right": { "type": "CallExpression", - "start": 134892, - "end": 134929, + "start": 137282, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 134892, - "end": 134900, + "start": 137282, + "end": 137290, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 47 } }, "object": { "type": "Identifier", - "start": 134892, - "end": 134896, + "start": 137282, + "end": 137286, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 43 }, "identifierName": "Math" @@ -227168,15 +227304,15 @@ }, "property": { "type": "Identifier", - "start": 134897, - "end": 134900, + "start": 137287, + "end": 137290, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 44 }, "end": { - "line": 2993, + "line": 3035, "column": 47 }, "identifierName": "max" @@ -227188,15 +227324,15 @@ "arguments": [ { "type": "Identifier", - "start": 134902, - "end": 134907, + "start": 137292, + "end": 137297, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 49 }, "end": { - "line": 2993, + "line": 3035, "column": 54 }, "identifierName": "_wrap" @@ -227205,15 +227341,15 @@ }, { "type": "Identifier", - "start": 134909, - "end": 134927, + "start": 137299, + "end": 137317, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 56 }, "end": { - "line": 2993, + "line": 3035, "column": 74 }, "identifierName": "_originMinGridSize" @@ -227233,15 +227369,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -227250,57 +227386,57 @@ }, { "type": "ExpressionStatement", - "start": 135050, - "end": 135079, + "start": 137440, + "end": 137469, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 135050, - "end": 135079, + "start": 137440, + "end": 137469, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 135050, - "end": 135061, + "start": 137440, + "end": 137451, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 135050, - "end": 135054, + "start": 137440, + "end": 137444, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 12 } }, @@ -227308,15 +227444,15 @@ }, "property": { "type": "Identifier", - "start": 135055, - "end": 135061, + "start": 137445, + "end": 137451, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 13 }, "end": { - "line": 2997, + "line": 3039, "column": 19 }, "identifierName": "reload" @@ -227329,30 +227465,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 135063, - "end": 135077, + "start": 137453, + "end": 137467, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 21 }, "end": { - "line": 2997, + "line": 3039, "column": 35 } }, "elements": [ { "type": "Identifier", - "start": 135064, - "end": 135076, + "start": 137454, + "end": 137466, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 22 }, "end": { - "line": 2997, + "line": 3039, "column": 34 }, "identifierName": "zoom_options" @@ -227368,15 +227504,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -227391,15 +227527,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -227409,15 +227545,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -227426,15 +227562,15 @@ }, { "type": "ClassMethod", - "start": 135158, - "end": 136745, + "start": 137548, + "end": 139135, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 4 }, "end": { - "line": 3039, + "line": 3081, "column": 5 } }, @@ -227442,15 +227578,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135158, - "end": 135168, + "start": 137548, + "end": 137558, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 4 }, "end": { - "line": 3005, + "line": 3047, "column": 14 }, "identifierName": "showLoader" @@ -227466,87 +227602,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 135171, - "end": 136745, + "start": 137561, + "end": 139135, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 17 }, "end": { - "line": 3039, + "line": 3081, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 135181, - "end": 135208, + "start": 137571, + "end": 137598, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 135181, - "end": 135208, + "start": 137571, + "end": 137598, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 135181, - "end": 135192, + "start": 137571, + "end": 137582, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 135181, - "end": 135185, + "start": 137571, + "end": 137575, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 12 } } }, "property": { "type": "Identifier", - "start": 135186, - "end": 135192, + "start": 137576, + "end": 137582, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 13 }, "end": { - "line": 3006, + "line": 3048, "column": 19 }, "identifierName": "_debug" @@ -227558,15 +227694,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 135194, - "end": 135206, + "start": 137584, + "end": 137596, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 21 }, "end": { - "line": 3006, + "line": 3048, "column": 33 } }, @@ -227581,44 +227717,44 @@ }, { "type": "VariableDeclaration", - "start": 135226, - "end": 135668, + "start": 137616, + "end": 138058, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 8 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 135230, - "end": 135256, + "start": 137620, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 12 }, "end": { - "line": 3008, + "line": 3050, "column": 38 } }, "id": { "type": "Identifier", - "start": 135230, - "end": 135235, + "start": 137620, + "end": 137625, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 12 }, "end": { - "line": 3008, + "line": 3050, "column": 17 }, "identifierName": "_elem" @@ -227627,44 +227763,44 @@ }, "init": { "type": "MemberExpression", - "start": 135243, - "end": 135256, + "start": 137633, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 25 }, "end": { - "line": 3008, + "line": 3050, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 135243, - "end": 135247, + "start": 137633, + "end": 137637, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 25 }, "end": { - "line": 3008, + "line": 3050, "column": 29 } } }, "property": { "type": "Identifier", - "start": 135248, - "end": 135256, + "start": 137638, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 30 }, "end": { - "line": 3008, + "line": 3050, "column": 38 }, "identifierName": "_element" @@ -227676,29 +227812,29 @@ }, { "type": "VariableDeclarator", - "start": 135270, - "end": 135295, + "start": 137660, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 12 }, "end": { - "line": 3009, + "line": 3051, "column": 37 } }, "id": { "type": "Identifier", - "start": 135270, - "end": 135275, + "start": 137660, + "end": 137665, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 12 }, "end": { - "line": 3009, + "line": 3051, "column": 17 }, "identifierName": "_opts" @@ -227707,44 +227843,44 @@ }, "init": { "type": "MemberExpression", - "start": 135283, - "end": 135295, + "start": 137673, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 25 }, "end": { - "line": 3009, + "line": 3051, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 135283, - "end": 135287, + "start": 137673, + "end": 137677, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 25 }, "end": { - "line": 3009, + "line": 3051, "column": 29 } } }, "property": { "type": "Identifier", - "start": 135288, - "end": 135295, + "start": 137678, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 30 }, "end": { - "line": 3009, + "line": 3051, "column": 37 }, "identifierName": "_config" @@ -227756,29 +227892,29 @@ }, { "type": "VariableDeclarator", - "start": 135309, - "end": 135366, + "start": 137699, + "end": 137756, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 12 }, "end": { - "line": 3010, + "line": 3052, "column": 69 } }, "id": { "type": "Identifier", - "start": 135309, - "end": 135319, + "start": 137699, + "end": 137709, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 12 }, "end": { - "line": 3010, + "line": 3052, "column": 22 }, "identifierName": "_container" @@ -227787,57 +227923,57 @@ }, "init": { "type": "CallExpression", - "start": 135322, - "end": 135366, + "start": 137712, + "end": 137756, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 135322, - "end": 135335, + "start": 137712, + "end": 137725, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 38 } }, "object": { "type": "CallExpression", - "start": 135322, - "end": 135330, + "start": 137712, + "end": 137720, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 33 } }, "callee": { "type": "Identifier", - "start": 135322, - "end": 135323, + "start": 137712, + "end": 137713, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 26 }, "identifierName": "$" @@ -227847,15 +227983,15 @@ "arguments": [ { "type": "Identifier", - "start": 135324, - "end": 135329, + "start": 137714, + "end": 137719, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 27 }, "end": { - "line": 3010, + "line": 3052, "column": 32 }, "identifierName": "_elem" @@ -227866,15 +228002,15 @@ }, "property": { "type": "Identifier", - "start": 135331, - "end": 135335, + "start": 137721, + "end": 137725, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 34 }, "end": { - "line": 3010, + "line": 3052, "column": 38 }, "identifierName": "find" @@ -227886,29 +228022,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 135337, - "end": 135364, + "start": 137727, + "end": 137754, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 40 }, "end": { - "line": 3010, + "line": 3052, "column": 67 } }, "object": { "type": "Identifier", - "start": 135337, - "end": 135345, + "start": 137727, + "end": 137735, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 40 }, "end": { - "line": 3010, + "line": 3052, "column": 48 }, "identifierName": "Selector" @@ -227917,15 +228053,15 @@ }, "property": { "type": "Identifier", - "start": 135346, - "end": 135364, + "start": 137736, + "end": 137754, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 49 }, "end": { - "line": 3010, + "line": 3052, "column": 67 }, "identifierName": "TIMELINE_CONTAINER" @@ -227939,29 +228075,29 @@ }, { "type": "VariableDeclarator", - "start": 135380, - "end": 135454, + "start": 137770, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 12 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "id": { "type": "Identifier", - "start": 135380, - "end": 135385, + "start": 137770, + "end": 137775, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 12 }, "end": { - "line": 3011, + "line": 3053, "column": 17 }, "identifierName": "width" @@ -227970,57 +228106,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 135393, - "end": 135454, + "start": 137783, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "test": { "type": "BinaryExpression", - "start": 135393, - "end": 135414, + "start": 137783, + "end": 137804, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 135393, - "end": 135410, + "start": 137783, + "end": 137800, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 42 } }, "object": { "type": "Identifier", - "start": 135393, - "end": 135403, + "start": 137783, + "end": 137793, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 35 }, "identifierName": "_container" @@ -228029,15 +228165,15 @@ }, "property": { "type": "Identifier", - "start": 135404, - "end": 135410, + "start": 137794, + "end": 137800, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 36 }, "end": { - "line": 3011, + "line": 3053, "column": 42 }, "identifierName": "length" @@ -228049,15 +228185,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 135413, - "end": 135414, + "start": 137803, + "end": 137804, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 45 }, "end": { - "line": 3011, + "line": 3053, "column": 46 } }, @@ -228070,43 +228206,43 @@ }, "consequent": { "type": "CallExpression", - "start": 135417, - "end": 135435, + "start": 137807, + "end": 137825, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 135417, - "end": 135433, + "start": 137807, + "end": 137823, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 65 } }, "object": { "type": "Identifier", - "start": 135417, - "end": 135427, + "start": 137807, + "end": 137817, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 59 }, "identifierName": "_container" @@ -228115,15 +228251,15 @@ }, "property": { "type": "Identifier", - "start": 135428, - "end": 135433, + "start": 137818, + "end": 137823, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 60 }, "end": { - "line": 3011, + "line": 3053, "column": 65 }, "identifierName": "width" @@ -228136,57 +228272,57 @@ }, "alternate": { "type": "CallExpression", - "start": 135438, - "end": 135454, + "start": 137828, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 135438, - "end": 135452, + "start": 137828, + "end": 137842, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 84 } }, "object": { "type": "CallExpression", - "start": 135438, - "end": 135446, + "start": 137828, + "end": 137836, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 78 } }, "callee": { "type": "Identifier", - "start": 135438, - "end": 135439, + "start": 137828, + "end": 137829, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 71 }, "identifierName": "$" @@ -228196,15 +228332,15 @@ "arguments": [ { "type": "Identifier", - "start": 135440, - "end": 135445, + "start": 137830, + "end": 137835, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 72 }, "end": { - "line": 3011, + "line": 3053, "column": 77 }, "identifierName": "_elem" @@ -228215,15 +228351,15 @@ }, "property": { "type": "Identifier", - "start": 135447, - "end": 135452, + "start": 137837, + "end": 137842, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 79 }, "end": { - "line": 3011, + "line": 3053, "column": 84 }, "identifierName": "width" @@ -228238,29 +228374,29 @@ }, { "type": "VariableDeclarator", - "start": 135468, - "end": 135555, + "start": 137858, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 12 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, "id": { "type": "Identifier", - "start": 135468, - "end": 135474, + "start": 137858, + "end": 137864, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 12 }, "end": { - "line": 3012, + "line": 3054, "column": 18 }, "identifierName": "height" @@ -228269,71 +228405,71 @@ }, "init": { "type": "LogicalExpression", - "start": 135481, - "end": 135555, + "start": 137871, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 25 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, "left": { "type": "ConditionalExpression", - "start": 135483, - "end": 135546, + "start": 137873, + "end": 137936, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 90 } }, "test": { "type": "BinaryExpression", - "start": 135483, - "end": 135504, + "start": 137873, + "end": 137894, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 135483, - "end": 135500, + "start": 137873, + "end": 137890, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 44 } }, "object": { "type": "Identifier", - "start": 135483, - "end": 135493, + "start": 137873, + "end": 137883, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 37 }, "identifierName": "_container" @@ -228342,15 +228478,15 @@ }, "property": { "type": "Identifier", - "start": 135494, - "end": 135500, + "start": 137884, + "end": 137890, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 38 }, "end": { - "line": 3012, + "line": 3054, "column": 44 }, "identifierName": "length" @@ -228362,15 +228498,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 135503, - "end": 135504, + "start": 137893, + "end": 137894, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 47 }, "end": { - "line": 3012, + "line": 3054, "column": 48 } }, @@ -228383,43 +228519,43 @@ }, "consequent": { "type": "CallExpression", - "start": 135507, - "end": 135526, + "start": 137897, + "end": 137916, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 135507, - "end": 135524, + "start": 137897, + "end": 137914, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 68 } }, "object": { "type": "Identifier", - "start": 135507, - "end": 135517, + "start": 137897, + "end": 137907, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 61 }, "identifierName": "_container" @@ -228428,15 +228564,15 @@ }, "property": { "type": "Identifier", - "start": 135518, - "end": 135524, + "start": 137908, + "end": 137914, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 62 }, "end": { - "line": 3012, + "line": 3054, "column": 68 }, "identifierName": "height" @@ -228449,57 +228585,57 @@ }, "alternate": { "type": "CallExpression", - "start": 135529, - "end": 135546, + "start": 137919, + "end": 137936, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 135529, - "end": 135544, + "start": 137919, + "end": 137934, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 88 } }, "object": { "type": "CallExpression", - "start": 135529, - "end": 135537, + "start": 137919, + "end": 137927, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 81 } }, "callee": { "type": "Identifier", - "start": 135529, - "end": 135530, + "start": 137919, + "end": 137920, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 74 }, "identifierName": "$" @@ -228509,15 +228645,15 @@ "arguments": [ { "type": "Identifier", - "start": 135531, - "end": 135536, + "start": 137921, + "end": 137926, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 75 }, "end": { - "line": 3012, + "line": 3054, "column": 80 }, "identifierName": "_elem" @@ -228528,15 +228664,15 @@ }, "property": { "type": "Identifier", - "start": 135538, - "end": 135544, + "start": 137928, + "end": 137934, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 82 }, "end": { - "line": 3012, + "line": 3054, "column": 88 }, "identifierName": "height" @@ -228549,21 +228685,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 135481 + "parenStart": 137871 } }, "operator": "||", "right": { "type": "NumericLiteral", - "start": 135552, - "end": 135555, + "start": 137942, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 96 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, @@ -228577,29 +228713,29 @@ }, { "type": "VariableDeclarator", - "start": 135569, - "end": 135668, + "start": 137959, + "end": 138058, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 12 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "id": { "type": "Identifier", - "start": 135569, - "end": 135576, + "start": 137959, + "end": 137966, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 12 }, "end": { - "line": 3013, + "line": 3055, "column": 19 }, "identifierName": "_loader" @@ -228608,29 +228744,29 @@ }, "init": { "type": "CallExpression", - "start": 135582, - "end": 135668, + "start": 137972, + "end": 138058, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 25 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "callee": { "type": "Identifier", - "start": 135582, - "end": 135583, + "start": 137972, + "end": 137973, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 25 }, "end": { - "line": 3013, + "line": 3055, "column": 26 }, "identifierName": "$" @@ -228640,15 +228776,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 135584, - "end": 135597, + "start": 137974, + "end": 137987, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 27 }, "end": { - "line": 3013, + "line": 3055, "column": 40 } }, @@ -228660,30 +228796,30 @@ }, { "type": "ObjectExpression", - "start": 135599, - "end": 135667, + "start": 137989, + "end": 138057, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 42 }, "end": { - "line": 3013, + "line": 3055, "column": 110 } }, "properties": [ { "type": "ObjectProperty", - "start": 135601, - "end": 135618, + "start": 137991, + "end": 138008, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 44 }, "end": { - "line": 3013, + "line": 3055, "column": 61 } }, @@ -228692,15 +228828,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135601, - "end": 135603, + "start": 137991, + "end": 137993, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 44 }, "end": { - "line": 3013, + "line": 3055, "column": 46 }, "identifierName": "id" @@ -228709,15 +228845,15 @@ }, "value": { "type": "StringLiteral", - "start": 135605, - "end": 135618, + "start": 137995, + "end": 138008, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 48 }, "end": { - "line": 3013, + "line": 3055, "column": 61 } }, @@ -228730,15 +228866,15 @@ }, { "type": "ObjectProperty", - "start": 135620, - "end": 135665, + "start": 138010, + "end": 138055, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 63 }, "end": { - "line": 3013, + "line": 3055, "column": 108 } }, @@ -228747,15 +228883,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135620, - "end": 135625, + "start": 138010, + "end": 138015, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 63 }, "end": { - "line": 3013, + "line": 3055, "column": 68 }, "identifierName": "style" @@ -228764,30 +228900,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 135627, - "end": 135665, + "start": 138017, + "end": 138055, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 70 }, "end": { - "line": 3013, + "line": 3055, "column": 108 } }, "expressions": [ { "type": "Identifier", - "start": 135636, - "end": 135641, + "start": 138026, + "end": 138031, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 79 }, "end": { - "line": 3013, + "line": 3055, "column": 84 }, "identifierName": "width" @@ -228796,15 +228932,15 @@ }, { "type": "Identifier", - "start": 135654, - "end": 135660, + "start": 138044, + "end": 138050, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 97 }, "end": { - "line": 3013, + "line": 3055, "column": 103 }, "identifierName": "height" @@ -228815,15 +228951,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 135628, - "end": 135634, + "start": 138018, + "end": 138024, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 71 }, "end": { - "line": 3013, + "line": 3055, "column": 77 } }, @@ -228835,15 +228971,15 @@ }, { "type": "TemplateElement", - "start": 135642, - "end": 135652, + "start": 138032, + "end": 138042, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 85 }, "end": { - "line": 3013, + "line": 3055, "column": 95 } }, @@ -228855,15 +228991,15 @@ }, { "type": "TemplateElement", - "start": 135661, - "end": 135664, + "start": 138051, + "end": 138054, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 104 }, "end": { - "line": 3013, + "line": 3055, "column": 107 } }, @@ -228889,15 +229025,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -228906,57 +229042,57 @@ }, { "type": "IfStatement", - "start": 135752, - "end": 135812, + "start": 138142, + "end": 138202, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 8 }, "end": { - "line": 3018, + "line": 3060, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 135757, - "end": 135779, + "start": 138147, + "end": 138169, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 35 } }, "left": { "type": "MemberExpression", - "start": 135757, - "end": 135769, + "start": 138147, + "end": 138159, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 25 } }, "object": { "type": "Identifier", - "start": 135757, - "end": 135762, + "start": 138147, + "end": 138152, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 18 }, "identifierName": "_opts" @@ -228966,15 +229102,15 @@ }, "property": { "type": "Identifier", - "start": 135763, - "end": 135769, + "start": 138153, + "end": 138159, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 19 }, "end": { - "line": 3016, + "line": 3058, "column": 25 }, "identifierName": "loader" @@ -228987,15 +229123,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 135774, - "end": 135779, + "start": 138164, + "end": 138169, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 30 }, "end": { - "line": 3016, + "line": 3058, "column": 35 } }, @@ -229005,30 +229141,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 135782, - "end": 135812, + "start": 138172, + "end": 138202, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 38 }, "end": { - "line": 3018, + "line": 3060, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 135796, - "end": 135802, + "start": 138186, + "end": 138192, "loc": { "start": { - "line": 3017, + "line": 3059, "column": 12 }, "end": { - "line": 3017, + "line": 3059, "column": 18 } }, @@ -229042,15 +229178,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -229059,71 +229195,71 @@ }, { "type": "IfStatement", - "start": 135830, - "end": 136427, + "start": 138220, + "end": 138817, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 8 }, "end": { - "line": 3030, + "line": 3072, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 135835, - "end": 135862, + "start": 138225, + "end": 138252, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 135835, - "end": 135857, + "start": 138225, + "end": 138247, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 35 } }, "object": { "type": "CallExpression", - "start": 135835, - "end": 135850, + "start": 138225, + "end": 138240, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 28 } }, "callee": { "type": "Identifier", - "start": 135835, - "end": 135836, + "start": 138225, + "end": 138226, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 14 }, "identifierName": "$" @@ -229133,29 +229269,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 135837, - "end": 135849, + "start": 138227, + "end": 138239, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 15 }, "end": { - "line": 3020, + "line": 3062, "column": 27 } }, "object": { "type": "Identifier", - "start": 135837, - "end": 135842, + "start": 138227, + "end": 138232, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 15 }, "end": { - "line": 3020, + "line": 3062, "column": 20 }, "identifierName": "_opts" @@ -229164,15 +229300,15 @@ }, "property": { "type": "Identifier", - "start": 135843, - "end": 135849, + "start": 138233, + "end": 138239, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 21 }, "end": { - "line": 3020, + "line": 3062, "column": 27 }, "identifierName": "loader" @@ -229185,15 +229321,15 @@ }, "property": { "type": "Identifier", - "start": 135851, - "end": 135857, + "start": 138241, + "end": 138247, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 29 }, "end": { - "line": 3020, + "line": 3062, "column": 35 }, "identifierName": "length" @@ -229205,15 +229341,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 135861, - "end": 135862, + "start": 138251, + "end": 138252, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 39 }, "end": { - "line": 3020, + "line": 3062, "column": 40 } }, @@ -229226,59 +229362,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 135865, - "end": 136258, + "start": 138255, + "end": 138648, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 43 }, "end": { - "line": 3027, + "line": 3069, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 135879, - "end": 135983, + "start": 138269, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 12 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 135883, - "end": 135983, + "start": 138273, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 16 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "id": { "type": "Identifier", - "start": 135883, - "end": 135896, + "start": 138273, + "end": 138286, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 16 }, "end": { - "line": 3021, + "line": 3063, "column": 29 }, "identifierName": "_loading_text" @@ -229287,71 +229423,71 @@ }, "init": { "type": "CallExpression", - "start": 135899, - "end": 135983, + "start": 138289, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 135899, - "end": 135972, + "start": 138289, + "end": 138362, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 105 } }, "object": { "type": "CallExpression", - "start": 135899, - "end": 135965, + "start": 138289, + "end": 138355, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 135899, - "end": 135920, + "start": 138289, + "end": 138310, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 53 } }, "object": { "type": "Identifier", - "start": 135899, - "end": 135914, + "start": 138289, + "end": 138304, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 47 }, "identifierName": "LOADING_MESSAGE" @@ -229360,15 +229496,15 @@ }, "property": { "type": "Identifier", - "start": 135915, - "end": 135920, + "start": 138305, + "end": 138310, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 48 }, "end": { - "line": 3021, + "line": 3063, "column": 53 }, "identifierName": "match" @@ -229380,15 +229516,15 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 135921, - "end": 135964, + "start": 138311, + "end": 138354, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 54 }, "end": { - "line": 3021, + "line": 3063, "column": 97 } }, @@ -229402,15 +229538,15 @@ }, "property": { "type": "Identifier", - "start": 135966, - "end": 135972, + "start": 138356, + "end": 138362, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 99 }, "end": { - "line": 3021, + "line": 3063, "column": 105 }, "identifierName": "filter" @@ -229422,15 +229558,15 @@ "arguments": [ { "type": "Identifier", - "start": 135974, - "end": 135981, + "start": 138364, + "end": 138371, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 107 }, "end": { - "line": 3021, + "line": 3063, "column": 114 }, "identifierName": "Boolean" @@ -229445,57 +229581,57 @@ }, { "type": "ExpressionStatement", - "start": 136009, - "end": 136248, + "start": 138399, + "end": 138638, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3026, + "line": 3068, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 136009, - "end": 136248, + "start": 138399, + "end": 138638, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3026, + "line": 3068, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 136009, - "end": 136030, + "start": 138399, + "end": 138420, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3023, + "line": 3065, "column": 33 } }, "object": { "type": "Identifier", - "start": 136009, - "end": 136022, + "start": 138399, + "end": 138412, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3023, + "line": 3065, "column": 25 }, "identifierName": "_loading_text" @@ -229504,15 +229640,15 @@ }, "property": { "type": "Identifier", - "start": 136023, - "end": 136030, + "start": 138413, + "end": 138420, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 26 }, "end": { - "line": 3023, + "line": 3065, "column": 33 }, "identifierName": "forEach" @@ -229524,15 +229660,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 136032, - "end": 136247, + "start": 138422, + "end": 138637, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 35 }, "end": { - "line": 3026, + "line": 3068, "column": 13 } }, @@ -229543,15 +229679,15 @@ "params": [ { "type": "Identifier", - "start": 136034, - "end": 136037, + "start": 138424, + "end": 138427, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 37 }, "end": { - "line": 3023, + "line": 3065, "column": 40 }, "identifierName": "str" @@ -229560,15 +229696,15 @@ }, { "type": "Identifier", - "start": 136039, - "end": 136042, + "start": 138429, + "end": 138432, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 42 }, "end": { - "line": 3023, + "line": 3065, "column": 45 }, "identifierName": "idx" @@ -229578,59 +229714,59 @@ ], "body": { "type": "BlockStatement", - "start": 136048, - "end": 136247, + "start": 138438, + "end": 138637, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 51 }, "end": { - "line": 3026, + "line": 3068, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 136066, - "end": 136184, + "start": 138456, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 16 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 136070, - "end": 136184, + "start": 138460, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 20 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "id": { "type": "Identifier", - "start": 136070, - "end": 136084, + "start": 138460, + "end": 138474, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 20 }, "end": { - "line": 3024, + "line": 3066, "column": 34 }, "identifierName": "_fountain_text" @@ -229639,57 +229775,57 @@ }, "init": { "type": "CallExpression", - "start": 136087, - "end": 136184, + "start": 138477, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "callee": { "type": "MemberExpression", - "start": 136087, - "end": 136177, + "start": 138477, + "end": 138567, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 127 } }, "object": { "type": "CallExpression", - "start": 136087, - "end": 136172, + "start": 138477, + "end": 138562, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 122 } }, "callee": { "type": "Identifier", - "start": 136087, - "end": 136088, + "start": 138477, + "end": 138478, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 38 }, "identifierName": "$" @@ -229699,15 +229835,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136089, - "end": 136102, + "start": 138479, + "end": 138492, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 39 }, "end": { - "line": 3024, + "line": 3066, "column": 52 } }, @@ -229719,30 +229855,30 @@ }, { "type": "ObjectExpression", - "start": 136104, - "end": 136171, + "start": 138494, + "end": 138561, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 54 }, "end": { - "line": 3024, + "line": 3066, "column": 121 } }, "properties": [ { "type": "ObjectProperty", - "start": 136106, - "end": 136139, + "start": 138496, + "end": 138529, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 56 }, "end": { - "line": 3024, + "line": 3066, "column": 89 } }, @@ -229751,15 +229887,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136106, - "end": 136108, + "start": 138496, + "end": 138498, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 56 }, "end": { - "line": 3024, + "line": 3066, "column": 58 }, "identifierName": "id" @@ -229768,44 +229904,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 136110, - "end": 136139, + "start": 138500, + "end": 138529, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 60 }, "end": { - "line": 3024, + "line": 3066, "column": 89 } }, "expressions": [ { "type": "BinaryExpression", - "start": 136128, - "end": 136135, + "start": 138518, + "end": 138525, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 78 }, "end": { - "line": 3024, + "line": 3066, "column": 85 } }, "left": { "type": "Identifier", - "start": 136128, - "end": 136131, + "start": 138518, + "end": 138521, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 78 }, "end": { - "line": 3024, + "line": 3066, "column": 81 }, "identifierName": "idx" @@ -229815,15 +229951,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 136134, - "end": 136135, + "start": 138524, + "end": 138525, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 84 }, "end": { - "line": 3024, + "line": 3066, "column": 85 } }, @@ -229835,22 +229971,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 136126 + "parenStart": 138516 } } ], "quasis": [ { "type": "TemplateElement", - "start": 136111, - "end": 136124, + "start": 138501, + "end": 138514, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 61 }, "end": { - "line": 3024, + "line": 3066, "column": 74 } }, @@ -229862,15 +229998,15 @@ }, { "type": "TemplateElement", - "start": 136138, - "end": 136138, + "start": 138528, + "end": 138528, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 88 }, "end": { - "line": 3024, + "line": 3066, "column": 88 } }, @@ -229885,15 +230021,15 @@ }, { "type": "ObjectProperty", - "start": 136141, - "end": 136169, + "start": 138531, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 91 }, "end": { - "line": 3024, + "line": 3066, "column": 119 } }, @@ -229902,15 +230038,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136141, - "end": 136146, + "start": 138531, + "end": 138536, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 91 }, "end": { - "line": 3024, + "line": 3066, "column": 96 }, "identifierName": "class" @@ -229919,29 +230055,29 @@ }, "value": { "type": "MemberExpression", - "start": 136148, - "end": 136169, + "start": 138538, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 98 }, "end": { - "line": 3024, + "line": 3066, "column": 119 } }, "object": { "type": "Identifier", - "start": 136148, - "end": 136157, + "start": 138538, + "end": 138547, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 98 }, "end": { - "line": 3024, + "line": 3066, "column": 107 }, "identifierName": "ClassName" @@ -229950,15 +230086,15 @@ }, "property": { "type": "Identifier", - "start": 136158, - "end": 136169, + "start": 138548, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 108 }, "end": { - "line": 3024, + "line": 3066, "column": 119 }, "identifierName": "LOADER_ITEM" @@ -229974,15 +230110,15 @@ }, "property": { "type": "Identifier", - "start": 136173, - "end": 136177, + "start": 138563, + "end": 138567, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 123 }, "end": { - "line": 3024, + "line": 3066, "column": 127 }, "identifierName": "text" @@ -229994,15 +230130,15 @@ "arguments": [ { "type": "Identifier", - "start": 136179, - "end": 136182, + "start": 138569, + "end": 138572, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 129 }, "end": { - "line": 3024, + "line": 3066, "column": 132 }, "identifierName": "str" @@ -230017,57 +230153,57 @@ }, { "type": "ExpressionStatement", - "start": 136201, - "end": 136233, + "start": 138591, + "end": 138623, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 136201, - "end": 136233, + "start": 138591, + "end": 138623, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 136201, - "end": 136215, + "start": 138591, + "end": 138605, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 30 } }, "object": { "type": "Identifier", - "start": 136201, - "end": 136208, + "start": 138591, + "end": 138598, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 23 }, "identifierName": "_loader" @@ -230076,15 +230212,15 @@ }, "property": { "type": "Identifier", - "start": 136209, - "end": 136215, + "start": 138599, + "end": 138605, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 24 }, "end": { - "line": 3025, + "line": 3067, "column": 30 }, "identifierName": "append" @@ -230096,15 +230232,15 @@ "arguments": [ { "type": "Identifier", - "start": 136217, - "end": 136231, + "start": 138607, + "end": 138621, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 32 }, "end": { - "line": 3025, + "line": 3067, "column": 46 }, "identifierName": "_fountain_text" @@ -230126,59 +230262,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 136264, - "end": 136427, + "start": 138654, + "end": 138817, "loc": { "start": { - "line": 3027, + "line": 3069, "column": 15 }, "end": { - "line": 3030, + "line": 3072, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 136278, - "end": 136372, + "start": 138668, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 12 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 136282, - "end": 136372, + "start": 138672, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 16 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "id": { "type": "Identifier", - "start": 136282, - "end": 136296, + "start": 138672, + "end": 138686, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 16 }, "end": { - "line": 3028, + "line": 3070, "column": 30 }, "identifierName": "_custom_loader" @@ -230187,113 +230323,113 @@ }, "init": { "type": "CallExpression", - "start": 136299, - "end": 136372, + "start": 138689, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136350, + "start": 138689, + "end": 138740, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 84 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136346, + "start": 138689, + "end": 138736, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136327, + "start": 138689, + "end": 138717, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 61 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136322, + "start": 138689, + "end": 138712, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136320, + "start": 138689, + "end": 138710, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 54 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136314, + "start": 138689, + "end": 138704, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 48 } }, "callee": { "type": "Identifier", - "start": 136299, - "end": 136300, + "start": 138689, + "end": 138690, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 34 }, "identifierName": "$" @@ -230303,29 +230439,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136301, - "end": 136313, + "start": 138691, + "end": 138703, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 35 }, "end": { - "line": 3028, + "line": 3070, "column": 47 } }, "object": { "type": "Identifier", - "start": 136301, - "end": 136306, + "start": 138691, + "end": 138696, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 35 }, "end": { - "line": 3028, + "line": 3070, "column": 40 }, "identifierName": "_opts" @@ -230334,15 +230470,15 @@ }, "property": { "type": "Identifier", - "start": 136307, - "end": 136313, + "start": 138697, + "end": 138703, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 41 }, "end": { - "line": 3028, + "line": 3070, "column": 47 }, "identifierName": "loader" @@ -230355,15 +230491,15 @@ }, "property": { "type": "Identifier", - "start": 136315, - "end": 136320, + "start": 138705, + "end": 138710, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 49 }, "end": { - "line": 3028, + "line": 3070, "column": 54 }, "identifierName": "clone" @@ -230376,15 +230512,15 @@ }, "property": { "type": "Identifier", - "start": 136323, - "end": 136327, + "start": 138713, + "end": 138717, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 57 }, "end": { - "line": 3028, + "line": 3070, "column": 61 }, "identifierName": "prop" @@ -230396,15 +230532,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136329, - "end": 136337, + "start": 138719, + "end": 138727, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 63 }, "end": { - "line": 3028, + "line": 3070, "column": 71 } }, @@ -230416,15 +230552,15 @@ }, { "type": "BooleanLiteral", - "start": 136339, - "end": 136344, + "start": 138729, + "end": 138734, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 73 }, "end": { - "line": 3028, + "line": 3070, "column": 78 } }, @@ -230434,15 +230570,15 @@ }, "property": { "type": "Identifier", - "start": 136347, - "end": 136350, + "start": 138737, + "end": 138740, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 81 }, "end": { - "line": 3028, + "line": 3070, "column": 84 }, "identifierName": "css" @@ -230454,15 +230590,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136352, - "end": 136361, + "start": 138742, + "end": 138751, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 86 }, "end": { - "line": 3028, + "line": 3070, "column": 95 } }, @@ -230474,15 +230610,15 @@ }, { "type": "StringLiteral", - "start": 136363, - "end": 136370, + "start": 138753, + "end": 138760, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 97 }, "end": { - "line": 3028, + "line": 3070, "column": 104 } }, @@ -230500,57 +230636,57 @@ }, { "type": "ExpressionStatement", - "start": 136385, - "end": 136417, + "start": 138775, + "end": 138807, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 136385, - "end": 136417, + "start": 138775, + "end": 138807, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 136385, - "end": 136399, + "start": 138775, + "end": 138789, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 26 } }, "object": { "type": "Identifier", - "start": 136385, - "end": 136392, + "start": 138775, + "end": 138782, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 19 }, "identifierName": "_loader" @@ -230559,15 +230695,15 @@ }, "property": { "type": "Identifier", - "start": 136393, - "end": 136399, + "start": 138783, + "end": 138789, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 20 }, "end": { - "line": 3029, + "line": 3071, "column": 26 }, "identifierName": "append" @@ -230579,15 +230715,15 @@ "arguments": [ { "type": "Identifier", - "start": 136401, - "end": 136415, + "start": 138791, + "end": 138805, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 28 }, "end": { - "line": 3029, + "line": 3071, "column": 42 }, "identifierName": "_custom_loader" @@ -230603,99 +230739,99 @@ }, { "type": "IfStatement", - "start": 136445, - "end": 136739, + "start": 138835, + "end": 139129, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 8 }, "end": { - "line": 3038, + "line": 3080, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 136450, - "end": 136494, + "start": 138840, + "end": 138884, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 136450, - "end": 136489, + "start": 138840, + "end": 138879, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 52 } }, "object": { "type": "CallExpression", - "start": 136450, - "end": 136482, + "start": 138840, + "end": 138872, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 136450, - "end": 136463, + "start": 138840, + "end": 138853, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 26 } }, "object": { "type": "CallExpression", - "start": 136450, - "end": 136458, + "start": 138840, + "end": 138848, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 21 } }, "callee": { "type": "Identifier", - "start": 136450, - "end": 136451, + "start": 138840, + "end": 138841, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 14 }, "identifierName": "$" @@ -230705,15 +230841,15 @@ "arguments": [ { "type": "Identifier", - "start": 136452, - "end": 136457, + "start": 138842, + "end": 138847, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 15 }, "end": { - "line": 3032, + "line": 3074, "column": 20 }, "identifierName": "_elem" @@ -230724,15 +230860,15 @@ }, "property": { "type": "Identifier", - "start": 136459, - "end": 136463, + "start": 138849, + "end": 138853, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 22 }, "end": { - "line": 3032, + "line": 3074, "column": 26 }, "identifierName": "find" @@ -230744,29 +230880,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136465, - "end": 136480, + "start": 138855, + "end": 138870, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 28 }, "end": { - "line": 3032, + "line": 3074, "column": 43 } }, "object": { "type": "Identifier", - "start": 136465, - "end": 136473, + "start": 138855, + "end": 138863, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 28 }, "end": { - "line": 3032, + "line": 3074, "column": 36 }, "identifierName": "Selector" @@ -230775,15 +230911,15 @@ }, "property": { "type": "Identifier", - "start": 136474, - "end": 136480, + "start": 138864, + "end": 138870, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 37 }, "end": { - "line": 3032, + "line": 3074, "column": 43 }, "identifierName": "LOADER" @@ -230796,15 +230932,15 @@ }, "property": { "type": "Identifier", - "start": 136483, - "end": 136489, + "start": 138873, + "end": 138879, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 46 }, "end": { - "line": 3032, + "line": 3074, "column": 52 }, "identifierName": "length" @@ -230816,15 +230952,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 136493, - "end": 136494, + "start": 138883, + "end": 138884, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 56 }, "end": { - "line": 3032, + "line": 3074, "column": 57 } }, @@ -230837,72 +230973,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 136497, - "end": 136739, + "start": 138887, + "end": 139129, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 60 }, "end": { - "line": 3038, + "line": 3080, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 136511, - "end": 136729, + "start": 138901, + "end": 139119, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 12 }, "end": { - "line": 3037, + "line": 3079, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 136516, - "end": 136537, + "start": 138906, + "end": 138927, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 136516, - "end": 136533, + "start": 138906, + "end": 138923, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 34 } }, "object": { "type": "Identifier", - "start": 136516, - "end": 136526, + "start": 138906, + "end": 138916, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 27 }, "identifierName": "_container" @@ -230911,15 +231047,15 @@ }, "property": { "type": "Identifier", - "start": 136527, - "end": 136533, + "start": 138917, + "end": 138923, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 28 }, "end": { - "line": 3033, + "line": 3075, "column": 34 }, "identifierName": "length" @@ -230931,15 +231067,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 136536, - "end": 136537, + "start": 138926, + "end": 138927, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 37 }, "end": { - "line": 3033, + "line": 3075, "column": 38 } }, @@ -230952,72 +231088,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 136540, - "end": 136600, + "start": 138930, + "end": 138990, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 41 }, "end": { - "line": 3035, + "line": 3077, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 136558, - "end": 136586, + "start": 138948, + "end": 138976, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 136558, - "end": 136586, + "start": 138948, + "end": 138976, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 136558, - "end": 136575, + "start": 138948, + "end": 138965, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 33 } }, "object": { "type": "Identifier", - "start": 136558, - "end": 136568, + "start": 138948, + "end": 138958, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 26 }, "identifierName": "_container" @@ -231026,15 +231162,15 @@ }, "property": { "type": "Identifier", - "start": 136569, - "end": 136575, + "start": 138959, + "end": 138965, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 27 }, "end": { - "line": 3034, + "line": 3076, "column": 33 }, "identifierName": "append" @@ -231046,15 +231182,15 @@ "arguments": [ { "type": "Identifier", - "start": 136577, - "end": 136584, + "start": 138967, + "end": 138974, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 35 }, "end": { - "line": 3034, + "line": 3076, "column": 42 }, "identifierName": "_loader" @@ -231069,142 +231205,142 @@ }, "alternate": { "type": "BlockStatement", - "start": 136606, - "end": 136729, + "start": 138996, + "end": 139119, "loc": { "start": { - "line": 3035, + "line": 3077, "column": 19 }, "end": { - "line": 3037, + "line": 3079, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 136624, - "end": 136715, + "start": 139014, + "end": 139105, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 107 } }, "expression": { "type": "CallExpression", - "start": 136624, - "end": 136715, + "start": 139014, + "end": 139105, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136704, + "start": 139014, + "end": 139094, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 96 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136697, + "start": 139014, + "end": 139087, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136666, + "start": 139014, + "end": 139056, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 58 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136662, + "start": 139014, + "end": 139052, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136636, + "start": 139014, + "end": 139026, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 28 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136632, + "start": 139014, + "end": 139022, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 24 } }, "callee": { "type": "Identifier", - "start": 136624, - "end": 136625, + "start": 139014, + "end": 139015, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 17 }, "identifierName": "$" @@ -231214,15 +231350,15 @@ "arguments": [ { "type": "Identifier", - "start": 136626, - "end": 136631, + "start": 139016, + "end": 139021, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 18 }, "end": { - "line": 3036, + "line": 3078, "column": 23 }, "identifierName": "_elem" @@ -231233,15 +231369,15 @@ }, "property": { "type": "Identifier", - "start": 136633, - "end": 136636, + "start": 139023, + "end": 139026, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 25 }, "end": { - "line": 3036, + "line": 3078, "column": 28 }, "identifierName": "css" @@ -231253,15 +231389,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136638, - "end": 136648, + "start": 139028, + "end": 139038, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 30 }, "end": { - "line": 3036, + "line": 3078, "column": 40 } }, @@ -231273,15 +231409,15 @@ }, { "type": "StringLiteral", - "start": 136650, - "end": 136660, + "start": 139040, + "end": 139050, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 42 }, "end": { - "line": 3036, + "line": 3078, "column": 52 } }, @@ -231295,15 +231431,15 @@ }, "property": { "type": "Identifier", - "start": 136663, - "end": 136666, + "start": 139053, + "end": 139056, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 55 }, "end": { - "line": 3036, + "line": 3078, "column": 58 }, "identifierName": "css" @@ -231315,15 +231451,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136668, - "end": 136680, + "start": 139058, + "end": 139070, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 60 }, "end": { - "line": 3036, + "line": 3078, "column": 72 } }, @@ -231335,30 +231471,30 @@ }, { "type": "TemplateLiteral", - "start": 136682, - "end": 136695, + "start": 139072, + "end": 139085, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 74 }, "end": { - "line": 3036, + "line": 3078, "column": 87 } }, "expressions": [ { "type": "Identifier", - "start": 136685, - "end": 136691, + "start": 139075, + "end": 139081, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 77 }, "end": { - "line": 3036, + "line": 3078, "column": 83 }, "identifierName": "height" @@ -231369,15 +231505,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 136683, - "end": 136683, + "start": 139073, + "end": 139073, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 75 }, "end": { - "line": 3036, + "line": 3078, "column": 75 } }, @@ -231389,15 +231525,15 @@ }, { "type": "TemplateElement", - "start": 136692, - "end": 136694, + "start": 139082, + "end": 139084, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 84 }, "end": { - "line": 3036, + "line": 3078, "column": 86 } }, @@ -231413,15 +231549,15 @@ }, "property": { "type": "Identifier", - "start": 136698, - "end": 136704, + "start": 139088, + "end": 139094, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 90 }, "end": { - "line": 3036, + "line": 3078, "column": 96 }, "identifierName": "append" @@ -231433,15 +231569,15 @@ "arguments": [ { "type": "Identifier", - "start": 136706, - "end": 136713, + "start": 139096, + "end": 139103, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 98 }, "end": { - "line": 3036, + "line": 3078, "column": 105 }, "identifierName": "_loader" @@ -231468,15 +231604,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -231486,15 +231622,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -231503,15 +231639,15 @@ }, { "type": "ClassMethod", - "start": 136809, - "end": 136932, + "start": 139199, + "end": 139322, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 4 }, "end": { - "line": 3049, + "line": 3091, "column": 5 } }, @@ -231519,15 +231655,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136809, - "end": 136819, + "start": 139199, + "end": 139209, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 4 }, "end": { - "line": 3045, + "line": 3087, "column": 14 }, "identifierName": "hideLoader" @@ -231543,87 +231679,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 136822, - "end": 136932, + "start": 139212, + "end": 139322, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 17 }, "end": { - "line": 3049, + "line": 3091, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 136832, - "end": 136859, + "start": 139222, + "end": 139249, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 136832, - "end": 136859, + "start": 139222, + "end": 139249, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 136832, - "end": 136843, + "start": 139222, + "end": 139233, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 136832, - "end": 136836, + "start": 139222, + "end": 139226, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 12 } } }, "property": { "type": "Identifier", - "start": 136837, - "end": 136843, + "start": 139227, + "end": 139233, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 13 }, "end": { - "line": 3046, + "line": 3088, "column": 19 }, "identifierName": "_debug" @@ -231635,15 +231771,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136845, - "end": 136857, + "start": 139235, + "end": 139247, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 21 }, "end": { - "line": 3046, + "line": 3088, "column": 33 } }, @@ -231658,99 +231794,99 @@ }, { "type": "ExpressionStatement", - "start": 136877, - "end": 136926, + "start": 139267, + "end": 139316, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 136877, - "end": 136926, + "start": 139267, + "end": 139316, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 136877, - "end": 136924, + "start": 139267, + "end": 139314, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 55 } }, "object": { "type": "CallExpression", - "start": 136877, - "end": 136917, + "start": 139267, + "end": 139307, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 136877, - "end": 136898, + "start": 139267, + "end": 139288, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 29 } }, "object": { "type": "CallExpression", - "start": 136877, - "end": 136893, + "start": 139267, + "end": 139283, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 24 } }, "callee": { "type": "Identifier", - "start": 136877, - "end": 136878, + "start": 139267, + "end": 139268, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 9 }, "identifierName": "$" @@ -231760,44 +231896,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 136879, - "end": 136892, + "start": 139269, + "end": 139282, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 10 }, "end": { - "line": 3048, + "line": 3090, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 136879, - "end": 136883, + "start": 139269, + "end": 139273, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 10 }, "end": { - "line": 3048, + "line": 3090, "column": 14 } } }, "property": { "type": "Identifier", - "start": 136884, - "end": 136892, + "start": 139274, + "end": 139282, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 15 }, "end": { - "line": 3048, + "line": 3090, "column": 23 }, "identifierName": "_element" @@ -231810,15 +231946,15 @@ }, "property": { "type": "Identifier", - "start": 136894, - "end": 136898, + "start": 139284, + "end": 139288, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 25 }, "end": { - "line": 3048, + "line": 3090, "column": 29 }, "identifierName": "find" @@ -231830,29 +231966,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136900, - "end": 136915, + "start": 139290, + "end": 139305, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 31 }, "end": { - "line": 3048, + "line": 3090, "column": 46 } }, "object": { "type": "Identifier", - "start": 136900, - "end": 136908, + "start": 139290, + "end": 139298, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 31 }, "end": { - "line": 3048, + "line": 3090, "column": 39 }, "identifierName": "Selector" @@ -231861,15 +231997,15 @@ }, "property": { "type": "Identifier", - "start": 136909, - "end": 136915, + "start": 139299, + "end": 139305, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 40 }, "end": { - "line": 3048, + "line": 3090, "column": 46 }, "identifierName": "LOADER" @@ -231882,15 +232018,15 @@ }, "property": { "type": "Identifier", - "start": 136918, - "end": 136924, + "start": 139308, + "end": 139314, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 49 }, "end": { - "line": 3048, + "line": 3090, "column": 55 }, "identifierName": "remove" @@ -231910,15 +232046,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -231928,15 +232064,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -231944,15 +232080,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -231961,15 +232097,15 @@ }, { "type": "ClassMethod", - "start": 137389, - "end": 138906, + "start": 139779, + "end": 141296, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 4 }, "end": { - "line": 3101, + "line": 3143, "column": 5 } }, @@ -231977,15 +232113,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 137389, - "end": 137397, + "start": 139779, + "end": 139787, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 4 }, "end": { - "line": 3062, + "line": 3104, "column": 12 }, "identifierName": "is_empty" @@ -232001,15 +232137,15 @@ "params": [ { "type": "Identifier", - "start": 137399, - "end": 137404, + "start": 139789, + "end": 139794, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 14 }, "end": { - "line": 3062, + "line": 3104, "column": 19 }, "identifierName": "value" @@ -232019,58 +232155,58 @@ ], "body": { "type": "BlockStatement", - "start": 137407, - "end": 138906, + "start": 139797, + "end": 141296, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 22 }, "end": { - "line": 3101, + "line": 3143, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 137417, - "end": 137643, + "start": 139807, + "end": 140033, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 8 }, "end": { - "line": 3067, + "line": 3109, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 137422, - "end": 137435, + "start": 139812, + "end": 139825, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 13 }, "end": { - "line": 3063, + "line": 3105, "column": 26 } }, "left": { "type": "Identifier", - "start": 137422, - "end": 137427, + "start": 139812, + "end": 139817, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 13 }, "end": { - "line": 3063, + "line": 3105, "column": 18 }, "identifierName": "value" @@ -232080,15 +232216,15 @@ "operator": "==", "right": { "type": "NullLiteral", - "start": 137431, - "end": 137435, + "start": 139821, + "end": 139825, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 22 }, "end": { - "line": 3063, + "line": 3105, "column": 26 } } @@ -232096,44 +232232,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 137438, - "end": 137643, + "start": 139828, + "end": 140033, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 29 }, "end": { - "line": 3067, + "line": 3109, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 137622, - "end": 137633, + "start": 140012, + "end": 140023, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 12 }, "end": { - "line": 3066, + "line": 3108, "column": 23 } }, "argument": { "type": "BooleanLiteral", - "start": 137629, - "end": 137633, + "start": 140019, + "end": 140023, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 19 }, "end": { - "line": 3066, + "line": 3108, "column": 23 } }, @@ -232144,15 +232280,15 @@ { "type": "CommentLine", "value": " typeof null -> object : for hack a bug of ECMAScript", - "start": 137452, - "end": 137507, + "start": 139842, + "end": 139897, "loc": { "start": { - "line": 3064, + "line": 3106, "column": 12 }, "end": { - "line": 3064, + "line": 3106, "column": 67 } } @@ -232160,15 +232296,15 @@ { "type": "CommentLine", "value": " Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof", - "start": 137520, - "end": 137609, + "start": 139910, + "end": 139999, "loc": { "start": { - "line": 3065, + "line": 3107, "column": 12 }, "end": { - "line": 3065, + "line": 3107, "column": 101 } } @@ -232182,29 +232318,29 @@ }, { "type": "SwitchStatement", - "start": 137652, - "end": 138900, + "start": 140042, + "end": 141290, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 8 }, "end": { - "line": 3100, + "line": 3142, "column": 9 } }, "discriminant": { "type": "UnaryExpression", - "start": 137661, - "end": 137673, + "start": 140051, + "end": 140063, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 17 }, "end": { - "line": 3068, + "line": 3110, "column": 29 } }, @@ -232212,15 +232348,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 137668, - "end": 137673, + "start": 140058, + "end": 140063, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 24 }, "end": { - "line": 3068, + "line": 3110, "column": 29 }, "identifierName": "value" @@ -232234,72 +232370,72 @@ "cases": [ { "type": "SwitchCase", - "start": 137690, - "end": 138489, + "start": 140080, + "end": 140879, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 12 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 137721, - "end": 138489, + "start": 140111, + "end": 140879, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 16 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "test": { "type": "CallExpression", - "start": 137726, - "end": 137748, + "start": 140116, + "end": 140138, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 137726, - "end": 137739, + "start": 140116, + "end": 140129, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 34 } }, "object": { "type": "Identifier", - "start": 137726, - "end": 137731, + "start": 140116, + "end": 140121, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 26 }, "identifierName": "Array" @@ -232308,15 +232444,15 @@ }, "property": { "type": "Identifier", - "start": 137732, - "end": 137739, + "start": 140122, + "end": 140129, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 27 }, "end": { - "line": 3070, + "line": 3112, "column": 34 }, "identifierName": "isArray" @@ -232328,15 +232464,15 @@ "arguments": [ { "type": "Identifier", - "start": 137741, - "end": 137746, + "start": 140131, + "end": 140136, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 36 }, "end": { - "line": 3070, + "line": 3112, "column": 41 }, "identifierName": "value" @@ -232347,72 +232483,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 137751, - "end": 137865, + "start": 140141, + "end": 140255, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 46 }, "end": { - "line": 3073, + "line": 3115, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 137818, - "end": 137847, + "start": 140208, + "end": 140237, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 20 }, "end": { - "line": 3072, + "line": 3114, "column": 49 } }, "argument": { "type": "BinaryExpression", - "start": 137827, - "end": 137845, + "start": 140217, + "end": 140235, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 137827, - "end": 137839, + "start": 140217, + "end": 140229, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 41 } }, "object": { "type": "Identifier", - "start": 137827, - "end": 137832, + "start": 140217, + "end": 140222, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 34 }, "identifierName": "value" @@ -232422,15 +232558,15 @@ }, "property": { "type": "Identifier", - "start": 137833, - "end": 137839, + "start": 140223, + "end": 140229, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 35 }, "end": { - "line": 3072, + "line": 3114, "column": 41 }, "identifierName": "length" @@ -232443,15 +232579,15 @@ "operator": "===", "right": { "type": "NumericLiteral", - "start": 137844, - "end": 137845, + "start": 140234, + "end": 140235, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 46 }, "end": { - "line": 3072, + "line": 3114, "column": 47 } }, @@ -232464,22 +232600,22 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 137825 + "parenStart": 140215 } }, "leadingComments": [ { "type": "CommentLine", "value": " When object is array:", - "start": 137773, - "end": 137797, + "start": 140163, + "end": 140187, "loc": { "start": { - "line": 3071, + "line": 3113, "column": 20 }, "end": { - "line": 3071, + "line": 3113, "column": 44 } } @@ -232491,114 +232627,114 @@ }, "alternate": { "type": "BlockStatement", - "start": 137871, - "end": 138489, + "start": 140261, + "end": 140879, "loc": { "start": { - "line": 3073, + "line": 3115, "column": 23 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 137942, - "end": 138471, + "start": 140332, + "end": 140861, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 137947, - "end": 138030, + "start": 140337, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, "left": { "type": "BinaryExpression", - "start": 137947, - "end": 137978, + "start": 140337, + "end": 140368, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 137947, - "end": 137974, + "start": 140337, + "end": 140364, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 52 } }, "object": { "type": "CallExpression", - "start": 137947, - "end": 137967, + "start": 140337, + "end": 140357, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 137947, - "end": 137958, + "start": 140337, + "end": 140348, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 36 } }, "object": { "type": "Identifier", - "start": 137947, - "end": 137953, + "start": 140337, + "end": 140343, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 31 }, "identifierName": "Object" @@ -232608,15 +232744,15 @@ }, "property": { "type": "Identifier", - "start": 137954, - "end": 137958, + "start": 140344, + "end": 140348, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 32 }, "end": { - "line": 3075, + "line": 3117, "column": 36 }, "identifierName": "keys" @@ -232629,15 +232765,15 @@ "arguments": [ { "type": "Identifier", - "start": 137960, - "end": 137965, + "start": 140350, + "end": 140355, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 38 }, "end": { - "line": 3075, + "line": 3117, "column": 43 }, "identifierName": "value" @@ -232649,15 +232785,15 @@ }, "property": { "type": "Identifier", - "start": 137968, - "end": 137974, + "start": 140358, + "end": 140364, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 46 }, "end": { - "line": 3075, + "line": 3117, "column": 52 }, "identifierName": "length" @@ -232670,15 +232806,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 137977, - "end": 137978, + "start": 140367, + "end": 140368, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 55 }, "end": { - "line": 3075, + "line": 3117, "column": 56 } }, @@ -232693,71 +232829,71 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 137982, - "end": 138030, + "start": 140372, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, "left": { "type": "MemberExpression", - "start": 137982, - "end": 138026, + "start": 140372, + "end": 140416, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 104 } }, "object": { "type": "CallExpression", - "start": 137982, - "end": 138019, + "start": 140372, + "end": 140409, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 137982, - "end": 138010, + "start": 140372, + "end": 140400, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 88 } }, "object": { "type": "Identifier", - "start": 137982, - "end": 137988, + "start": 140372, + "end": 140378, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 66 }, "identifierName": "Object" @@ -232766,15 +232902,15 @@ }, "property": { "type": "Identifier", - "start": 137989, - "end": 138010, + "start": 140379, + "end": 140400, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 67 }, "end": { - "line": 3075, + "line": 3117, "column": 88 }, "identifierName": "getOwnPropertySymbols" @@ -232786,15 +232922,15 @@ "arguments": [ { "type": "Identifier", - "start": 138012, - "end": 138017, + "start": 140402, + "end": 140407, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 90 }, "end": { - "line": 3075, + "line": 3117, "column": 95 }, "identifierName": "value" @@ -232805,15 +232941,15 @@ }, "property": { "type": "Identifier", - "start": 138020, - "end": 138026, + "start": 140410, + "end": 140416, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 98 }, "end": { - "line": 3075, + "line": 3117, "column": 104 }, "identifierName": "length" @@ -232825,15 +232961,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 138029, - "end": 138030, + "start": 140419, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 107 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, @@ -232848,44 +232984,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 138033, - "end": 138093, + "start": 140423, + "end": 140483, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 111 }, "end": { - "line": 3077, + "line": 3119, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138059, - "end": 138071, + "start": 140449, + "end": 140461, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 24 }, "end": { - "line": 3076, + "line": 3118, "column": 36 } }, "argument": { "type": "BooleanLiteral", - "start": 138066, - "end": 138071, + "start": 140456, + "end": 140461, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 31 }, "end": { - "line": 3076, + "line": 3118, "column": 36 } }, @@ -232897,85 +233033,85 @@ }, "alternate": { "type": "IfStatement", - "start": 138119, - "end": 138471, + "start": 140509, + "end": 140861, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 138124, - "end": 138160, + "start": 140514, + "end": 140550, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 138124, - "end": 138146, + "start": 140514, + "end": 140536, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 47 } }, "object": { "type": "CallExpression", - "start": 138124, - "end": 138139, + "start": 140514, + "end": 140529, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 138124, - "end": 138137, + "start": 140514, + "end": 140527, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 38 } }, "object": { "type": "Identifier", - "start": 138124, - "end": 138129, + "start": 140514, + "end": 140519, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 30 }, "identifierName": "value" @@ -232984,15 +233120,15 @@ }, "property": { "type": "Identifier", - "start": 138130, - "end": 138137, + "start": 140520, + "end": 140527, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 31 }, "end": { - "line": 3078, + "line": 3120, "column": 38 }, "identifierName": "valueOf" @@ -233005,15 +233141,15 @@ }, "property": { "type": "Identifier", - "start": 138140, - "end": 138146, + "start": 140530, + "end": 140536, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 41 }, "end": { - "line": 3078, + "line": 3120, "column": 47 }, "identifierName": "length" @@ -233025,15 +233161,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 138151, - "end": 138160, + "start": 140541, + "end": 140550, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 52 }, "end": { - "line": 3078, + "line": 3120, "column": 61 }, "identifierName": "undefined" @@ -233043,100 +233179,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 138163, - "end": 138250, + "start": 140553, + "end": 140640, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 64 }, "end": { - "line": 3080, + "line": 3122, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138189, - "end": 138228, + "start": 140579, + "end": 140618, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 24 }, "end": { - "line": 3079, + "line": 3121, "column": 63 } }, "argument": { "type": "BinaryExpression", - "start": 138198, - "end": 138226, + "start": 140588, + "end": 140616, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 138198, - "end": 138220, + "start": 140588, + "end": 140610, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 55 } }, "object": { "type": "CallExpression", - "start": 138198, - "end": 138213, + "start": 140588, + "end": 140603, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 138198, - "end": 138211, + "start": 140588, + "end": 140601, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 46 } }, "object": { "type": "Identifier", - "start": 138198, - "end": 138203, + "start": 140588, + "end": 140593, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 38 }, "identifierName": "value" @@ -233145,15 +233281,15 @@ }, "property": { "type": "Identifier", - "start": 138204, - "end": 138211, + "start": 140594, + "end": 140601, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 39 }, "end": { - "line": 3079, + "line": 3121, "column": 46 }, "identifierName": "valueOf" @@ -233166,15 +233302,15 @@ }, "property": { "type": "Identifier", - "start": 138214, - "end": 138220, + "start": 140604, + "end": 140610, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 49 }, "end": { - "line": 3079, + "line": 3121, "column": 55 }, "identifierName": "length" @@ -233186,15 +233322,15 @@ "operator": "===", "right": { "type": "NumericLiteral", - "start": 138225, - "end": 138226, + "start": 140615, + "end": 140616, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 60 }, "end": { - "line": 3079, + "line": 3121, "column": 61 } }, @@ -233206,7 +233342,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 138196 + "parenStart": 140586 } } } @@ -233215,43 +233351,43 @@ }, "alternate": { "type": "IfStatement", - "start": 138276, - "end": 138471, + "start": 140666, + "end": 140861, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 138281, - "end": 138316, + "start": 140671, + "end": 140706, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 25 }, "end": { - "line": 3081, + "line": 3123, "column": 60 } }, "left": { "type": "UnaryExpression", - "start": 138281, - "end": 138303, + "start": 140671, + "end": 140693, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 25 }, "end": { - "line": 3081, + "line": 3123, "column": 47 } }, @@ -233259,43 +233395,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 138288, - "end": 138303, + "start": 140678, + "end": 140693, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 138288, - "end": 138301, + "start": 140678, + "end": 140691, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 45 } }, "object": { "type": "Identifier", - "start": 138288, - "end": 138293, + "start": 140678, + "end": 140683, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 37 }, "identifierName": "value" @@ -233304,15 +233440,15 @@ }, "property": { "type": "Identifier", - "start": 138294, - "end": 138301, + "start": 140684, + "end": 140691, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 38 }, "end": { - "line": 3081, + "line": 3123, "column": 45 }, "identifierName": "valueOf" @@ -233330,15 +233466,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 138308, - "end": 138316, + "start": 140698, + "end": 140706, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 52 }, "end": { - "line": 3081, + "line": 3123, "column": 60 } }, @@ -233351,87 +233487,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 138319, - "end": 138406, + "start": 140709, + "end": 140796, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 63 }, "end": { - "line": 3083, + "line": 3125, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138345, - "end": 138384, + "start": 140735, + "end": 140774, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 24 }, "end": { - "line": 3082, + "line": 3124, "column": 63 } }, "argument": { "type": "CallExpression", - "start": 138352, - "end": 138384, + "start": 140742, + "end": 140774, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 138352, - "end": 138365, + "start": 140742, + "end": 140755, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 138352, - "end": 138356, + "start": 140742, + "end": 140746, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 35 } } }, "property": { "type": "Identifier", - "start": 138357, - "end": 138365, + "start": 140747, + "end": 140755, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 36 }, "end": { - "line": 3082, + "line": 3124, "column": 44 }, "identifierName": "is_empty" @@ -233443,43 +233579,43 @@ "arguments": [ { "type": "CallExpression", - "start": 138367, - "end": 138382, + "start": 140757, + "end": 140772, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 138367, - "end": 138380, + "start": 140757, + "end": 140770, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 59 } }, "object": { "type": "Identifier", - "start": 138367, - "end": 138372, + "start": 140757, + "end": 140762, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 51 }, "identifierName": "value" @@ -233488,15 +233624,15 @@ }, "property": { "type": "Identifier", - "start": 138373, - "end": 138380, + "start": 140763, + "end": 140770, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 52 }, "end": { - "line": 3082, + "line": 3124, "column": 59 }, "identifierName": "valueOf" @@ -233515,44 +233651,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 138412, - "end": 138471, + "start": 140802, + "end": 140861, "loc": { "start": { - "line": 3083, + "line": 3125, "column": 27 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138438, - "end": 138449, + "start": 140828, + "end": 140839, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 24 }, "end": { - "line": 3084, + "line": 3126, "column": 35 } }, "argument": { "type": "BooleanLiteral", - "start": 138445, - "end": 138449, + "start": 140835, + "end": 140839, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 31 }, "end": { - "line": 3084, + "line": 3126, "column": 35 } }, @@ -233568,15 +233704,15 @@ { "type": "CommentLine", "value": " When object is not array:", - "start": 137893, - "end": 137921, + "start": 140283, + "end": 140311, "loc": { "start": { - "line": 3074, + "line": 3116, "column": 20 }, "end": { - "line": 3074, + "line": 3116, "column": 48 } } @@ -233590,15 +233726,15 @@ ], "test": { "type": "StringLiteral", - "start": 137695, - "end": 137703, + "start": 140085, + "end": 140093, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 17 }, "end": { - "line": 3069, + "line": 3111, "column": 25 } }, @@ -233611,58 +233747,58 @@ }, { "type": "SwitchCase", - "start": 138502, - "end": 138556, + "start": 140892, + "end": 140946, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 12 }, "end": { - "line": 3088, + "line": 3130, "column": 39 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138533, - "end": 138556, + "start": 140923, + "end": 140946, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 16 }, "end": { - "line": 3088, + "line": 3130, "column": 39 } }, "argument": { "type": "BinaryExpression", - "start": 138542, - "end": 138554, + "start": 140932, + "end": 140944, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 25 }, "end": { - "line": 3088, + "line": 3130, "column": 37 } }, "left": { "type": "Identifier", - "start": 138542, - "end": 138547, + "start": 140932, + "end": 140937, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 25 }, "end": { - "line": 3088, + "line": 3130, "column": 30 }, "identifierName": "value" @@ -233672,15 +233808,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 138552, - "end": 138554, + "start": 140942, + "end": 140944, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 35 }, "end": { - "line": 3088, + "line": 3130, "column": 37 } }, @@ -233692,22 +233828,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 138540 + "parenStart": 140930 } } } ], "test": { "type": "StringLiteral", - "start": 138507, - "end": 138515, + "start": 140897, + "end": 140905, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 17 }, "end": { - "line": 3087, + "line": 3129, "column": 25 } }, @@ -233720,58 +233856,58 @@ }, { "type": "SwitchCase", - "start": 138569, - "end": 138621, + "start": 140959, + "end": 141011, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 12 }, "end": { - "line": 3090, + "line": 3132, "column": 37 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138600, - "end": 138621, + "start": 140990, + "end": 141011, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 16 }, "end": { - "line": 3090, + "line": 3132, "column": 37 } }, "argument": { "type": "BinaryExpression", - "start": 138609, - "end": 138619, + "start": 140999, + "end": 141009, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 25 }, "end": { - "line": 3090, + "line": 3132, "column": 35 } }, "left": { "type": "Identifier", - "start": 138609, - "end": 138614, + "start": 140999, + "end": 141004, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 25 }, "end": { - "line": 3090, + "line": 3132, "column": 30 }, "identifierName": "value" @@ -233781,15 +233917,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 138618, - "end": 138619, + "start": 141008, + "end": 141009, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 34 }, "end": { - "line": 3090, + "line": 3132, "column": 35 } }, @@ -233801,22 +233937,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 138607 + "parenStart": 140997 } } } ], "test": { "type": "StringLiteral", - "start": 138574, - "end": 138582, + "start": 140964, + "end": 140972, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 17 }, "end": { - "line": 3089, + "line": 3131, "column": 25 } }, @@ -233829,44 +233965,44 @@ }, { "type": "SwitchCase", - "start": 138634, - "end": 138680, + "start": 141024, + "end": 141070, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 12 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138666, - "end": 138680, + "start": 141056, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 16 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, "argument": { "type": "UnaryExpression", - "start": 138673, - "end": 138680, + "start": 141063, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 23 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, @@ -233874,15 +234010,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 138675, - "end": 138680, + "start": 141065, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 25 }, "end": { - "line": 3092, + "line": 3134, "column": 30 }, "identifierName": "value" @@ -233897,15 +234033,15 @@ ], "test": { "type": "StringLiteral", - "start": 138639, - "end": 138648, + "start": 141029, + "end": 141038, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 17 }, "end": { - "line": 3091, + "line": 3133, "column": 26 } }, @@ -233918,30 +234054,30 @@ }, { "type": "SwitchCase", - "start": 138693, - "end": 138710, + "start": 141083, + "end": 141100, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 12 }, "end": { - "line": 3093, + "line": 3135, "column": 29 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138698, - "end": 138709, + "start": 141088, + "end": 141099, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 17 }, "end": { - "line": 3093, + "line": 3135, "column": 28 } }, @@ -233954,44 +234090,44 @@ }, { "type": "SwitchCase", - "start": 138723, - "end": 138763, + "start": 141113, + "end": 141153, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 12 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138752, - "end": 138763, + "start": 141142, + "end": 141153, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 16 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, "argument": { "type": "BooleanLiteral", - "start": 138759, - "end": 138763, + "start": 141149, + "end": 141153, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 23 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, @@ -234001,15 +234137,15 @@ ], "test": { "type": "StringLiteral", - "start": 138728, - "end": 138734, + "start": 141118, + "end": 141124, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 17 }, "end": { - "line": 3094, + "line": 3136, "column": 23 } }, @@ -234022,30 +234158,30 @@ }, { "type": "SwitchCase", - "start": 138776, - "end": 138790, + "start": 141166, + "end": 141180, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 12 }, "end": { - "line": 3096, + "line": 3138, "column": 26 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138781, - "end": 138789, + "start": 141171, + "end": 141179, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 17 }, "end": { - "line": 3096, + "line": 3138, "column": 25 } }, @@ -234059,15 +234195,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -234076,30 +234212,30 @@ }, { "type": "SwitchCase", - "start": 138824, - "end": 138840, + "start": 141214, + "end": 141230, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 12 }, "end": { - "line": 3097, + "line": 3139, "column": 28 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138829, - "end": 138839, + "start": 141219, + "end": 141229, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 17 }, "end": { - "line": 3097, + "line": 3139, "column": 27 } }, @@ -234114,15 +234250,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -234131,44 +234267,44 @@ }, { "type": "SwitchCase", - "start": 138853, - "end": 138890, + "start": 141243, + "end": 141280, "loc": { "start": { - "line": 3098, + "line": 3140, "column": 12 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138878, - "end": 138890, + "start": 141268, + "end": 141280, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 16 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, "argument": { "type": "BooleanLiteral", - "start": 138885, - "end": 138890, + "start": 141275, + "end": 141280, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 23 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, @@ -234188,15 +234324,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -234204,15 +234340,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -234222,15 +234358,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -234239,15 +234375,15 @@ }, { "type": "ClassMethod", - "start": 139086, - "end": 139188, + "start": 141476, + "end": 141578, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 4 }, "end": { - "line": 3110, + "line": 3152, "column": 5 } }, @@ -234255,15 +234391,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 139086, - "end": 139095, + "start": 141476, + "end": 141485, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 4 }, "end": { - "line": 3108, + "line": 3150, "column": 13 }, "identifierName": "is_Object" @@ -234279,15 +234415,15 @@ "params": [ { "type": "Identifier", - "start": 139097, - "end": 139101, + "start": 141487, + "end": 141491, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 15 }, "end": { - "line": 3108, + "line": 3150, "column": 19 }, "identifierName": "item" @@ -234297,72 +234433,72 @@ ], "body": { "type": "BlockStatement", - "start": 139104, - "end": 139188, + "start": 141494, + "end": 141578, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 22 }, "end": { - "line": 3110, + "line": 3152, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 139114, - "end": 139182, + "start": 141504, + "end": 141572, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 8 }, "end": { - "line": 3109, + "line": 3151, "column": 76 } }, "argument": { "type": "LogicalExpression", - "start": 139122, - "end": 139181, + "start": 141512, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, "left": { "type": "LogicalExpression", - "start": 139122, - "end": 139154, + "start": 141512, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, "left": { "type": "Identifier", - "start": 139122, - "end": 139126, + "start": 141512, + "end": 141516, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 20 }, "identifierName": "item" @@ -234372,29 +234508,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 139130, - "end": 139154, + "start": 141520, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 24 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, "left": { "type": "UnaryExpression", - "start": 139130, - "end": 139141, + "start": 141520, + "end": 141531, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 24 }, "end": { - "line": 3109, + "line": 3151, "column": 35 } }, @@ -234402,15 +234538,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 139137, - "end": 139141, + "start": 141527, + "end": 141531, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 31 }, "end": { - "line": 3109, + "line": 3151, "column": 35 }, "identifierName": "item" @@ -234424,15 +234560,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 139146, - "end": 139154, + "start": 141536, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 40 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, @@ -234447,15 +234583,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 139158, - "end": 139181, + "start": 141548, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 52 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, @@ -234463,43 +234599,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 139160, - "end": 139181, + "start": 141550, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 139160, - "end": 139173, + "start": 141550, + "end": 141563, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 67 } }, "object": { "type": "Identifier", - "start": 139160, - "end": 139165, + "start": 141550, + "end": 141555, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 59 }, "identifierName": "Array" @@ -234508,15 +234644,15 @@ }, "property": { "type": "Identifier", - "start": 139166, - "end": 139173, + "start": 141556, + "end": 141563, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 60 }, "end": { - "line": 3109, + "line": 3151, "column": 67 }, "identifierName": "isArray" @@ -234528,15 +234664,15 @@ "arguments": [ { "type": "Identifier", - "start": 139175, - "end": 139179, + "start": 141565, + "end": 141569, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 69 }, "end": { - "line": 3109, + "line": 3151, "column": 73 }, "identifierName": "item" @@ -234551,7 +234687,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 139121 + "parenStart": 141511 } } } @@ -234563,15 +234699,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -234581,15 +234717,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -234598,15 +234734,15 @@ }, { "type": "ClassMethod", - "start": 139393, - "end": 140078, + "start": 141783, + "end": 142468, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 4 }, "end": { - "line": 3135, + "line": 3177, "column": 5 } }, @@ -234614,15 +234750,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 139393, - "end": 139402, + "start": 141783, + "end": 141792, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 4 }, "end": { - "line": 3118, + "line": 3160, "column": 13 }, "identifierName": "mergeDeep" @@ -234638,15 +234774,15 @@ "params": [ { "type": "Identifier", - "start": 139404, - "end": 139410, + "start": 141794, + "end": 141800, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 15 }, "end": { - "line": 3118, + "line": 3160, "column": 21 }, "identifierName": "target" @@ -234655,15 +234791,15 @@ }, { "type": "Identifier", - "start": 139412, - "end": 139418, + "start": 141802, + "end": 141808, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 23 }, "end": { - "line": 3118, + "line": 3160, "column": 29 }, "identifierName": "source" @@ -234673,59 +234809,59 @@ ], "body": { "type": "BlockStatement", - "start": 139421, - "end": 140078, + "start": 141811, + "end": 142468, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 32 }, "end": { - "line": 3135, + "line": 3177, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 139431, - "end": 139471, + "start": 141821, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 8 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 139435, - "end": 139471, + "start": 141825, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 12 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "id": { "type": "Identifier", - "start": 139435, - "end": 139441, + "start": 141825, + "end": 141831, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 12 }, "end": { - "line": 3119, + "line": 3161, "column": 18 }, "identifierName": "output" @@ -234734,43 +234870,43 @@ }, "init": { "type": "CallExpression", - "start": 139444, - "end": 139471, + "start": 141834, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 139444, - "end": 139457, + "start": 141834, + "end": 141847, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 34 } }, "object": { "type": "Identifier", - "start": 139444, - "end": 139450, + "start": 141834, + "end": 141840, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 27 }, "identifierName": "Object" @@ -234779,15 +234915,15 @@ }, "property": { "type": "Identifier", - "start": 139451, - "end": 139457, + "start": 141841, + "end": 141847, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 28 }, "end": { - "line": 3119, + "line": 3161, "column": 34 }, "identifierName": "assign" @@ -234799,15 +234935,15 @@ "arguments": [ { "type": "ObjectExpression", - "start": 139459, - "end": 139461, + "start": 141849, + "end": 141851, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 36 }, "end": { - "line": 3119, + "line": 3161, "column": 38 } }, @@ -234815,15 +234951,15 @@ }, { "type": "Identifier", - "start": 139463, - "end": 139469, + "start": 141853, + "end": 141859, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 40 }, "end": { - "line": 3119, + "line": 3161, "column": 46 }, "identifierName": "target" @@ -234838,86 +234974,86 @@ }, { "type": "IfStatement", - "start": 139489, - "end": 140050, + "start": 141879, + "end": 142440, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 8 }, "end": { - "line": 3133, + "line": 3175, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 139494, - "end": 139546, + "start": 141884, + "end": 141936, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 65 } }, "left": { "type": "CallExpression", - "start": 139494, - "end": 139518, + "start": 141884, + "end": 141908, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 139494, - "end": 139508, + "start": 141884, + "end": 141898, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 139494, - "end": 139498, + "start": 141884, + "end": 141888, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 17 } } }, "property": { "type": "Identifier", - "start": 139499, - "end": 139508, + "start": 141889, + "end": 141898, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 18 }, "end": { - "line": 3121, + "line": 3163, "column": 27 }, "identifierName": "is_Object" @@ -234929,15 +235065,15 @@ "arguments": [ { "type": "Identifier", - "start": 139510, - "end": 139516, + "start": 141900, + "end": 141906, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 29 }, "end": { - "line": 3121, + "line": 3163, "column": 35 }, "identifierName": "target" @@ -234949,58 +235085,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 139522, - "end": 139546, + "start": 141912, + "end": 141936, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 139522, - "end": 139536, + "start": 141912, + "end": 141926, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 139522, - "end": 139526, + "start": 141912, + "end": 141916, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 45 } } }, "property": { "type": "Identifier", - "start": 139527, - "end": 139536, + "start": 141917, + "end": 141926, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 46 }, "end": { - "line": 3121, + "line": 3163, "column": 55 }, "identifierName": "is_Object" @@ -235012,15 +235148,15 @@ "arguments": [ { "type": "Identifier", - "start": 139538, - "end": 139544, + "start": 141928, + "end": 141934, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 57 }, "end": { - "line": 3121, + "line": 3163, "column": 63 }, "identifierName": "source" @@ -235032,73 +235168,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 139549, - "end": 140050, + "start": 141939, + "end": 142440, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 68 }, "end": { - "line": 3133, + "line": 3175, "column": 9 } }, "body": [ { "type": "ForOfStatement", - "start": 139563, - "end": 140040, + "start": 141953, + "end": 142430, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 12 }, "end": { - "line": 3132, + "line": 3174, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 139569, - "end": 139578, + "start": 141959, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 18 }, "end": { - "line": 3122, + "line": 3164, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 139575, - "end": 139578, + "start": 141965, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 24 }, "end": { - "line": 3122, + "line": 3164, "column": 27 } }, "id": { "type": "Identifier", - "start": 139575, - "end": 139578, + "start": 141965, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 24 }, "end": { - "line": 3122, + "line": 3164, "column": 27 }, "identifierName": "key" @@ -235112,43 +235248,43 @@ }, "right": { "type": "CallExpression", - "start": 139582, - "end": 139603, + "start": 141972, + "end": 141993, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 139582, - "end": 139593, + "start": 141972, + "end": 141983, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 42 } }, "object": { "type": "Identifier", - "start": 139582, - "end": 139588, + "start": 141972, + "end": 141978, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 37 }, "identifierName": "Object" @@ -235157,15 +235293,15 @@ }, "property": { "type": "Identifier", - "start": 139589, - "end": 139593, + "start": 141979, + "end": 141983, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 38 }, "end": { - "line": 3122, + "line": 3164, "column": 42 }, "identifierName": "keys" @@ -235177,15 +235313,15 @@ "arguments": [ { "type": "Identifier", - "start": 139595, - "end": 139601, + "start": 141985, + "end": 141991, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 44 }, "end": { - "line": 3122, + "line": 3164, "column": 50 }, "identifierName": "source" @@ -235196,87 +235332,87 @@ }, "body": { "type": "BlockStatement", - "start": 139606, - "end": 140040, + "start": 141996, + "end": 142430, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 55 }, "end": { - "line": 3132, + "line": 3174, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 139624, - "end": 140026, + "start": 142014, + "end": 142416, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 16 }, "end": { - "line": 3131, + "line": 3173, "column": 17 } }, "test": { "type": "CallExpression", - "start": 139629, - "end": 139658, + "start": 142019, + "end": 142048, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 139629, - "end": 139643, + "start": 142019, + "end": 142033, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 139629, - "end": 139633, + "start": 142019, + "end": 142023, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 25 } } }, "property": { "type": "Identifier", - "start": 139634, - "end": 139643, + "start": 142024, + "end": 142033, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 26 }, "end": { - "line": 3123, + "line": 3165, "column": 35 }, "identifierName": "is_Object" @@ -235288,29 +235424,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 139645, - "end": 139656, + "start": 142035, + "end": 142046, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 37 }, "end": { - "line": 3123, + "line": 3165, "column": 48 } }, "object": { "type": "Identifier", - "start": 139645, - "end": 139651, + "start": 142035, + "end": 142041, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 37 }, "end": { - "line": 3123, + "line": 3165, "column": 43 }, "identifierName": "source" @@ -235319,15 +235455,15 @@ }, "property": { "type": "Identifier", - "start": 139652, - "end": 139655, + "start": 142042, + "end": 142045, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 44 }, "end": { - "line": 3123, + "line": 3165, "column": 47 }, "identifierName": "key" @@ -235340,44 +235476,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 139661, - "end": 139933, + "start": 142051, + "end": 142323, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 53 }, "end": { - "line": 3129, + "line": 3171, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 139683, - "end": 139915, + "start": 142073, + "end": 142305, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 20 }, "end": { - "line": 3128, + "line": 3170, "column": 21 } }, "test": { "type": "UnaryExpression", - "start": 139688, - "end": 139707, + "start": 142078, + "end": 142097, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 25 }, "end": { - "line": 3124, + "line": 3166, "column": 44 } }, @@ -235385,29 +235521,29 @@ "prefix": true, "argument": { "type": "BinaryExpression", - "start": 139692, - "end": 139705, + "start": 142082, + "end": 142095, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 29 }, "end": { - "line": 3124, + "line": 3166, "column": 42 } }, "left": { "type": "Identifier", - "start": 139692, - "end": 139695, + "start": 142082, + "end": 142085, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 29 }, "end": { - "line": 3124, + "line": 3166, "column": 32 }, "identifierName": "key" @@ -235417,15 +235553,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 139699, - "end": 139705, + "start": 142089, + "end": 142095, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 36 }, "end": { - "line": 3124, + "line": 3166, "column": 42 }, "identifierName": "target" @@ -235434,7 +235570,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 139690 + "parenStart": 142080 } }, "extra": { @@ -235443,72 +235579,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 139710, - "end": 139805, + "start": 142100, + "end": 142195, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 47 }, "end": { - "line": 3126, + "line": 3168, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 139736, - "end": 139783, + "start": 142126, + "end": 142173, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 139736, - "end": 139783, + "start": 142126, + "end": 142173, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 139736, - "end": 139749, + "start": 142126, + "end": 142139, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 37 } }, "object": { "type": "Identifier", - "start": 139736, - "end": 139742, + "start": 142126, + "end": 142132, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 30 }, "identifierName": "Object" @@ -235517,15 +235653,15 @@ }, "property": { "type": "Identifier", - "start": 139743, - "end": 139749, + "start": 142133, + "end": 142139, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 31 }, "end": { - "line": 3125, + "line": 3167, "column": 37 }, "identifierName": "assign" @@ -235537,15 +235673,15 @@ "arguments": [ { "type": "Identifier", - "start": 139751, - "end": 139757, + "start": 142141, + "end": 142147, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 39 }, "end": { - "line": 3125, + "line": 3167, "column": 45 }, "identifierName": "output" @@ -235554,30 +235690,30 @@ }, { "type": "ObjectExpression", - "start": 139759, - "end": 139781, + "start": 142149, + "end": 142171, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 47 }, "end": { - "line": 3125, + "line": 3167, "column": 69 } }, "properties": [ { "type": "ObjectProperty", - "start": 139761, - "end": 139779, + "start": 142151, + "end": 142169, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 49 }, "end": { - "line": 3125, + "line": 3167, "column": 67 } }, @@ -235586,15 +235722,15 @@ "computed": true, "key": { "type": "Identifier", - "start": 139762, - "end": 139765, + "start": 142152, + "end": 142155, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 50 }, "end": { - "line": 3125, + "line": 3167, "column": 53 }, "identifierName": "key" @@ -235603,29 +235739,29 @@ }, "value": { "type": "MemberExpression", - "start": 139768, - "end": 139779, + "start": 142158, + "end": 142169, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 56 }, "end": { - "line": 3125, + "line": 3167, "column": 67 } }, "object": { "type": "Identifier", - "start": 139768, - "end": 139774, + "start": 142158, + "end": 142164, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 56 }, "end": { - "line": 3125, + "line": 3167, "column": 62 }, "identifierName": "source" @@ -235634,15 +235770,15 @@ }, "property": { "type": "Identifier", - "start": 139775, - "end": 139778, + "start": 142165, + "end": 142168, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 63 }, "end": { - "line": 3125, + "line": 3167, "column": 66 }, "identifierName": "key" @@ -235662,73 +235798,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 139811, - "end": 139915, + "start": 142201, + "end": 142305, "loc": { "start": { - "line": 3126, + "line": 3168, "column": 27 }, "end": { - "line": 3128, + "line": 3170, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 139837, - "end": 139893, + "start": 142227, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 139837, - "end": 139893, + "start": 142227, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 139837, - "end": 139848, + "start": 142227, + "end": 142238, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 35 } }, "object": { "type": "Identifier", - "start": 139837, - "end": 139843, + "start": 142227, + "end": 142233, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 30 }, "identifierName": "output" @@ -235737,15 +235873,15 @@ }, "property": { "type": "Identifier", - "start": 139844, - "end": 139847, + "start": 142234, + "end": 142237, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 31 }, "end": { - "line": 3127, + "line": 3169, "column": 34 }, "identifierName": "key" @@ -235756,58 +235892,58 @@ }, "right": { "type": "CallExpression", - "start": 139851, - "end": 139893, + "start": 142241, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 139851, - "end": 139865, + "start": 142241, + "end": 142255, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 139851, - "end": 139855, + "start": 142241, + "end": 142245, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 42 } } }, "property": { "type": "Identifier", - "start": 139856, - "end": 139865, + "start": 142246, + "end": 142255, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 43 }, "end": { - "line": 3127, + "line": 3169, "column": 52 }, "identifierName": "mergeDeep" @@ -235819,29 +235955,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 139867, - "end": 139878, + "start": 142257, + "end": 142268, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 54 }, "end": { - "line": 3127, + "line": 3169, "column": 65 } }, "object": { "type": "Identifier", - "start": 139867, - "end": 139873, + "start": 142257, + "end": 142263, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 54 }, "end": { - "line": 3127, + "line": 3169, "column": 60 }, "identifierName": "target" @@ -235850,15 +235986,15 @@ }, "property": { "type": "Identifier", - "start": 139874, - "end": 139877, + "start": 142264, + "end": 142267, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 61 }, "end": { - "line": 3127, + "line": 3169, "column": 64 }, "identifierName": "key" @@ -235869,29 +236005,29 @@ }, { "type": "MemberExpression", - "start": 139880, - "end": 139891, + "start": 142270, + "end": 142281, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 67 }, "end": { - "line": 3127, + "line": 3169, "column": 78 } }, "object": { "type": "Identifier", - "start": 139880, - "end": 139886, + "start": 142270, + "end": 142276, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 67 }, "end": { - "line": 3127, + "line": 3169, "column": 73 }, "identifierName": "source" @@ -235900,15 +236036,15 @@ }, "property": { "type": "Identifier", - "start": 139887, - "end": 139890, + "start": 142277, + "end": 142280, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 74 }, "end": { - "line": 3127, + "line": 3169, "column": 77 }, "identifierName": "key" @@ -235930,72 +236066,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 139939, - "end": 140026, + "start": 142329, + "end": 142416, "loc": { "start": { - "line": 3129, + "line": 3171, "column": 23 }, "end": { - "line": 3131, + "line": 3173, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 139961, - "end": 140008, + "start": 142351, + "end": 142398, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 139961, - "end": 140008, + "start": 142351, + "end": 142398, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 139961, - "end": 139974, + "start": 142351, + "end": 142364, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 33 } }, "object": { "type": "Identifier", - "start": 139961, - "end": 139967, + "start": 142351, + "end": 142357, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 26 }, "identifierName": "Object" @@ -236004,15 +236140,15 @@ }, "property": { "type": "Identifier", - "start": 139968, - "end": 139974, + "start": 142358, + "end": 142364, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 27 }, "end": { - "line": 3130, + "line": 3172, "column": 33 }, "identifierName": "assign" @@ -236024,15 +236160,15 @@ "arguments": [ { "type": "Identifier", - "start": 139976, - "end": 139982, + "start": 142366, + "end": 142372, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 35 }, "end": { - "line": 3130, + "line": 3172, "column": 41 }, "identifierName": "output" @@ -236041,30 +236177,30 @@ }, { "type": "ObjectExpression", - "start": 139984, - "end": 140006, + "start": 142374, + "end": 142396, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 43 }, "end": { - "line": 3130, + "line": 3172, "column": 65 } }, "properties": [ { "type": "ObjectProperty", - "start": 139986, - "end": 140004, + "start": 142376, + "end": 142394, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 45 }, "end": { - "line": 3130, + "line": 3172, "column": 63 } }, @@ -236073,15 +236209,15 @@ "computed": true, "key": { "type": "Identifier", - "start": 139987, - "end": 139990, + "start": 142377, + "end": 142380, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 46 }, "end": { - "line": 3130, + "line": 3172, "column": 49 }, "identifierName": "key" @@ -236090,29 +236226,29 @@ }, "value": { "type": "MemberExpression", - "start": 139993, - "end": 140004, + "start": 142383, + "end": 142394, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 52 }, "end": { - "line": 3130, + "line": 3172, "column": 63 } }, "object": { "type": "Identifier", - "start": 139993, - "end": 139999, + "start": 142383, + "end": 142389, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 52 }, "end": { - "line": 3130, + "line": 3172, "column": 58 }, "identifierName": "source" @@ -236121,15 +236257,15 @@ }, "property": { "type": "Identifier", - "start": 140000, - "end": 140003, + "start": 142390, + "end": 142393, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 59 }, "end": { - "line": 3130, + "line": 3172, "column": 62 }, "identifierName": "key" @@ -236159,29 +236295,29 @@ }, { "type": "ReturnStatement", - "start": 140059, - "end": 140072, + "start": 142449, + "end": 142462, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 8 }, "end": { - "line": 3134, + "line": 3176, "column": 21 } }, "argument": { "type": "Identifier", - "start": 140066, - "end": 140072, + "start": 142456, + "end": 142462, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 15 }, "end": { - "line": 3134, + "line": 3176, "column": 21 }, "identifierName": "output" @@ -236197,15 +236333,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -236215,15 +236351,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -236232,15 +236368,15 @@ }, { "type": "ClassMethod", - "start": 140208, - "end": 140299, + "start": 142598, + "end": 142689, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 4 }, "end": { - "line": 3144, + "line": 3186, "column": 5 } }, @@ -236248,15 +236384,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140208, - "end": 140219, + "start": 142598, + "end": 142609, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 4 }, "end": { - "line": 3142, + "line": 3184, "column": 15 }, "identifierName": "is_iterable" @@ -236272,15 +236408,15 @@ "params": [ { "type": "Identifier", - "start": 140221, - "end": 140224, + "start": 142611, + "end": 142614, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 17 }, "end": { - "line": 3142, + "line": 3184, "column": 20 }, "identifierName": "obj" @@ -236290,58 +236426,58 @@ ], "body": { "type": "BlockStatement", - "start": 140227, - "end": 140299, + "start": 142617, + "end": 142689, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 23 }, "end": { - "line": 3144, + "line": 3186, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 140237, - "end": 140293, + "start": 142627, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 8 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "argument": { "type": "LogicalExpression", - "start": 140244, - "end": 140293, + "start": 142634, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 15 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "left": { "type": "Identifier", - "start": 140244, - "end": 140247, + "start": 142634, + "end": 142637, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 15 }, "end": { - "line": 3143, + "line": 3185, "column": 18 }, "identifierName": "obj" @@ -236351,29 +236487,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 140251, - "end": 140293, + "start": 142641, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 22 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 140251, - "end": 140278, + "start": 142641, + "end": 142668, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 22 }, "end": { - "line": 3143, + "line": 3185, "column": 49 } }, @@ -236381,29 +236517,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 140258, - "end": 140278, + "start": 142648, + "end": 142668, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 29 }, "end": { - "line": 3143, + "line": 3185, "column": 49 } }, "object": { "type": "Identifier", - "start": 140258, - "end": 140261, + "start": 142648, + "end": 142651, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 29 }, "end": { - "line": 3143, + "line": 3185, "column": 32 }, "identifierName": "obj" @@ -236412,29 +236548,29 @@ }, "property": { "type": "MemberExpression", - "start": 140262, - "end": 140277, + "start": 142652, + "end": 142667, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 33 }, "end": { - "line": 3143, + "line": 3185, "column": 48 } }, "object": { "type": "Identifier", - "start": 140262, - "end": 140268, + "start": 142652, + "end": 142658, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 33 }, "end": { - "line": 3143, + "line": 3185, "column": 39 }, "identifierName": "Symbol" @@ -236443,15 +236579,15 @@ }, "property": { "type": "Identifier", - "start": 140269, - "end": 140277, + "start": 142659, + "end": 142667, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 40 }, "end": { - "line": 3143, + "line": 3185, "column": 48 }, "identifierName": "iterator" @@ -236469,15 +236605,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 140283, - "end": 140293, + "start": 142673, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 54 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, @@ -236498,15 +236634,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -236516,15 +236652,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -236533,15 +236669,15 @@ }, { "type": "ClassMethod", - "start": 140435, - "end": 140944, + "start": 142825, + "end": 143334, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 4 }, "end": { - "line": 3171, + "line": 3213, "column": 5 } }, @@ -236549,15 +236685,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140435, - "end": 140451, + "start": 142825, + "end": 142841, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 4 }, "end": { - "line": 3151, + "line": 3193, "column": 20 }, "identifierName": "toIterableObject" @@ -236573,15 +236709,15 @@ "params": [ { "type": "Identifier", - "start": 140453, - "end": 140456, + "start": 142843, + "end": 142846, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 22 }, "end": { - "line": 3151, + "line": 3193, "column": 25 }, "identifierName": "obj" @@ -236591,87 +236727,87 @@ ], "body": { "type": "BlockStatement", - "start": 140459, - "end": 140944, + "start": 142849, + "end": 143334, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 28 }, "end": { - "line": 3171, + "line": 3213, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 140469, - "end": 140534, + "start": 142859, + "end": 142924, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 8 }, "end": { - "line": 3154, + "line": 3196, "column": 9 } }, "test": { "type": "CallExpression", - "start": 140474, - "end": 140497, + "start": 142864, + "end": 142887, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 140474, - "end": 140490, + "start": 142864, + "end": 142880, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 140474, - "end": 140478, + "start": 142864, + "end": 142868, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 17 } } }, "property": { "type": "Identifier", - "start": 140479, - "end": 140490, + "start": 142869, + "end": 142880, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 18 }, "end": { - "line": 3152, + "line": 3194, "column": 29 }, "identifierName": "is_iterable" @@ -236683,15 +236819,15 @@ "arguments": [ { "type": "Identifier", - "start": 140492, - "end": 140495, + "start": 142882, + "end": 142885, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 31 }, "end": { - "line": 3152, + "line": 3194, "column": 34 }, "identifierName": "obj" @@ -236702,44 +236838,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 140500, - "end": 140534, + "start": 142890, + "end": 142924, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 39 }, "end": { - "line": 3154, + "line": 3196, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 140514, - "end": 140524, + "start": 142904, + "end": 142914, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 12 }, "end": { - "line": 3153, + "line": 3195, "column": 22 } }, "argument": { "type": "Identifier", - "start": 140521, - "end": 140524, + "start": 142911, + "end": 142914, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 19 }, "end": { - "line": 3153, + "line": 3195, "column": 22 }, "identifierName": "obj" @@ -236754,58 +236890,58 @@ }, { "type": "ExpressionStatement", - "start": 140552, - "end": 140910, + "start": 142942, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "expression": { "type": "AssignmentExpression", - "start": 140552, - "end": 140910, + "start": 142942, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 140552, - "end": 140572, + "start": 142942, + "end": 142962, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3156, + "line": 3198, "column": 28 } }, "object": { "type": "Identifier", - "start": 140552, - "end": 140555, + "start": 142942, + "end": 142945, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3156, + "line": 3198, "column": 11 }, "identifierName": "obj" @@ -236814,29 +236950,29 @@ }, "property": { "type": "MemberExpression", - "start": 140556, - "end": 140571, + "start": 142946, + "end": 142961, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 12 }, "end": { - "line": 3156, + "line": 3198, "column": 27 } }, "object": { "type": "Identifier", - "start": 140556, - "end": 140562, + "start": 142946, + "end": 142952, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 12 }, "end": { - "line": 3156, + "line": 3198, "column": 18 }, "identifierName": "Symbol" @@ -236845,15 +236981,15 @@ }, "property": { "type": "Identifier", - "start": 140563, - "end": 140571, + "start": 142953, + "end": 142961, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 19 }, "end": { - "line": 3156, + "line": 3198, "column": 27 }, "identifierName": "iterator" @@ -236866,15 +237002,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 140575, - "end": 140910, + "start": 142965, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 31 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, @@ -236885,59 +237021,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 140581, - "end": 140910, + "start": 142971, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 37 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 140595, - "end": 140608, + "start": 142985, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 12 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 140599, - "end": 140608, + "start": 142989, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 16 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, "id": { "type": "Identifier", - "start": 140599, - "end": 140604, + "start": 142989, + "end": 142994, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 16 }, "end": { - "line": 3157, + "line": 3199, "column": 21 }, "identifierName": "index" @@ -236946,15 +237082,15 @@ }, "init": { "type": "NumericLiteral", - "start": 140607, - "end": 140608, + "start": 142997, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 24 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, @@ -236970,44 +237106,44 @@ }, { "type": "ReturnStatement", - "start": 140634, - "end": 140900, + "start": 143024, + "end": 143290, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 12 }, "end": { - "line": 3167, + "line": 3209, "column": 13 } }, "argument": { "type": "ObjectExpression", - "start": 140641, - "end": 140900, + "start": 143031, + "end": 143290, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 19 }, "end": { - "line": 3167, + "line": 3209, "column": 13 } }, "properties": [ { "type": "ObjectMethod", - "start": 140659, - "end": 140886, + "start": 143049, + "end": 143276, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 16 }, "end": { - "line": 3166, + "line": 3208, "column": 17 } }, @@ -237016,15 +237152,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140659, - "end": 140663, + "start": 143049, + "end": 143053, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 16 }, "end": { - "line": 3160, + "line": 3202, "column": 20 }, "identifierName": "next" @@ -237039,72 +237175,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 140666, - "end": 140886, + "start": 143056, + "end": 143276, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 23 }, "end": { - "line": 3166, + "line": 3208, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 140688, - "end": 140868, + "start": 143078, + "end": 143258, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 20 }, "end": { - "line": 3165, + "line": 3207, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 140693, - "end": 140712, + "start": 143083, + "end": 143102, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 140693, - "end": 140703, + "start": 143083, + "end": 143093, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 35 } }, "object": { "type": "Identifier", - "start": 140693, - "end": 140696, + "start": 143083, + "end": 143086, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 28 }, "identifierName": "obj" @@ -237113,15 +237249,15 @@ }, "property": { "type": "Identifier", - "start": 140697, - "end": 140703, + "start": 143087, + "end": 143093, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 29 }, "end": { - "line": 3161, + "line": 3203, "column": 35 }, "identifierName": "length" @@ -237133,15 +237269,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 140707, - "end": 140712, + "start": 143097, + "end": 143102, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 39 }, "end": { - "line": 3161, + "line": 3203, "column": 44 }, "identifierName": "index" @@ -237151,59 +237287,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 140715, - "end": 140784, + "start": 143105, + "end": 143174, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 47 }, "end": { - "line": 3163, + "line": 3205, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 140741, - "end": 140762, + "start": 143131, + "end": 143152, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 24 }, "end": { - "line": 3162, + "line": 3204, "column": 45 } }, "argument": { "type": "ObjectExpression", - "start": 140748, - "end": 140762, + "start": 143138, + "end": 143152, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 31 }, "end": { - "line": 3162, + "line": 3204, "column": 45 } }, "properties": [ { "type": "ObjectProperty", - "start": 140750, - "end": 140760, + "start": 143140, + "end": 143150, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 33 }, "end": { - "line": 3162, + "line": 3204, "column": 43 } }, @@ -237212,15 +237348,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140750, - "end": 140754, + "start": 143140, + "end": 143144, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 33 }, "end": { - "line": 3162, + "line": 3204, "column": 37 }, "identifierName": "done" @@ -237229,15 +237365,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 140756, - "end": 140760, + "start": 143146, + "end": 143150, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 39 }, "end": { - "line": 3162, + "line": 3204, "column": 43 } }, @@ -237252,59 +237388,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 140790, - "end": 140868, + "start": 143180, + "end": 143258, "loc": { "start": { - "line": 3163, + "line": 3205, "column": 27 }, "end": { - "line": 3165, + "line": 3207, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 140816, - "end": 140846, + "start": 143206, + "end": 143236, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 24 }, "end": { - "line": 3164, + "line": 3206, "column": 54 } }, "argument": { "type": "ObjectExpression", - "start": 140823, - "end": 140846, + "start": 143213, + "end": 143236, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 31 }, "end": { - "line": 3164, + "line": 3206, "column": 54 } }, "properties": [ { "type": "ObjectProperty", - "start": 140825, - "end": 140844, + "start": 143215, + "end": 143234, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 33 }, "end": { - "line": 3164, + "line": 3206, "column": 52 } }, @@ -237313,15 +237449,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140825, - "end": 140830, + "start": 143215, + "end": 143220, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 33 }, "end": { - "line": 3164, + "line": 3206, "column": 38 }, "identifierName": "value" @@ -237330,29 +237466,29 @@ }, "value": { "type": "MemberExpression", - "start": 140832, - "end": 140844, + "start": 143222, + "end": 143234, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 40 }, "end": { - "line": 3164, + "line": 3206, "column": 52 } }, "object": { "type": "Identifier", - "start": 140832, - "end": 140835, + "start": 143222, + "end": 143225, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 40 }, "end": { - "line": 3164, + "line": 3206, "column": 43 }, "identifierName": "obj" @@ -237361,15 +237497,15 @@ }, "property": { "type": "UpdateExpression", - "start": 140836, - "end": 140843, + "start": 143226, + "end": 143233, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 44 }, "end": { - "line": 3164, + "line": 3206, "column": 51 } }, @@ -237377,15 +237513,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 140836, - "end": 140841, + "start": 143226, + "end": 143231, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 44 }, "end": { - "line": 3164, + "line": 3206, "column": 49 }, "identifierName": "index" @@ -237418,29 +237554,29 @@ }, { "type": "ReturnStatement", - "start": 140928, - "end": 140938, + "start": 143318, + "end": 143328, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 8 }, "end": { - "line": 3170, + "line": 3212, "column": 18 } }, "argument": { "type": "Identifier", - "start": 140935, - "end": 140938, + "start": 143325, + "end": 143328, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 15 }, "end": { - "line": 3170, + "line": 3212, "column": 18 }, "identifierName": "obj" @@ -237456,15 +237592,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -237474,15 +237610,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -237491,15 +237627,15 @@ }, { "type": "ClassMethod", - "start": 141069, - "end": 141190, + "start": 143459, + "end": 143580, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 4 }, "end": { - "line": 3181, + "line": 3223, "column": 5 } }, @@ -237507,15 +237643,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141069, - "end": 141074, + "start": 143459, + "end": 143464, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 4 }, "end": { - "line": 3177, + "line": 3219, "column": 9 }, "identifierName": "sleep" @@ -237531,29 +237667,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 141076, - "end": 141084, + "start": 143466, + "end": 143474, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 11 }, "end": { - "line": 3177, + "line": 3219, "column": 19 } }, "left": { "type": "Identifier", - "start": 141076, - "end": 141080, + "start": 143466, + "end": 143470, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 11 }, "end": { - "line": 3177, + "line": 3219, "column": 15 }, "identifierName": "msec" @@ -237562,15 +237698,15 @@ }, "right": { "type": "NumericLiteral", - "start": 141083, - "end": 141084, + "start": 143473, + "end": 143474, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 18 }, "end": { - "line": 3177, + "line": 3219, "column": 19 } }, @@ -237584,58 +237720,58 @@ ], "body": { "type": "BlockStatement", - "start": 141087, - "end": 141190, + "start": 143477, + "end": 143580, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 22 }, "end": { - "line": 3181, + "line": 3223, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 141097, - "end": 141184, + "start": 143487, + "end": 143574, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 8 }, "end": { - "line": 3180, + "line": 3222, "column": 10 } }, "argument": { "type": "NewExpression", - "start": 141104, - "end": 141184, + "start": 143494, + "end": 143574, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 15 }, "end": { - "line": 3180, + "line": 3222, "column": 10 } }, "callee": { "type": "Identifier", - "start": 141108, - "end": 141115, + "start": 143498, + "end": 143505, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 19 }, "end": { - "line": 3178, + "line": 3220, "column": 26 }, "identifierName": "Promise" @@ -237645,15 +237781,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 141117, - "end": 141183, + "start": 143507, + "end": 143573, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 28 }, "end": { - "line": 3180, + "line": 3222, "column": 9 } }, @@ -237664,15 +237800,15 @@ "params": [ { "type": "Identifier", - "start": 141119, - "end": 141126, + "start": 143509, + "end": 143516, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 30 }, "end": { - "line": 3178, + "line": 3220, "column": 37 }, "identifierName": "resolve" @@ -237682,58 +237818,58 @@ ], "body": { "type": "BlockStatement", - "start": 141132, - "end": 141183, + "start": 143522, + "end": 143573, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 43 }, "end": { - "line": 3180, + "line": 3222, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 141146, - "end": 141173, + "start": 143536, + "end": 143563, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 141146, - "end": 141173, + "start": 143536, + "end": 143563, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 39 } }, "callee": { "type": "Identifier", - "start": 141146, - "end": 141156, + "start": 143536, + "end": 143546, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 22 }, "identifierName": "setTimeout" @@ -237743,15 +237879,15 @@ "arguments": [ { "type": "Identifier", - "start": 141158, - "end": 141165, + "start": 143548, + "end": 143555, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 24 }, "end": { - "line": 3179, + "line": 3221, "column": 31 }, "identifierName": "resolve" @@ -237760,15 +237896,15 @@ }, { "type": "Identifier", - "start": 141167, - "end": 141171, + "start": 143557, + "end": 143561, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 33 }, "end": { - "line": 3179, + "line": 3221, "column": 37 }, "identifierName": "msec" @@ -237793,15 +237929,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -237811,15 +237947,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -237828,15 +237964,15 @@ }, { "type": "ClassMethod", - "start": 141555, - "end": 141830, + "start": 143945, + "end": 144220, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 4 }, "end": { - "line": 3198, + "line": 3240, "column": 5 } }, @@ -237844,15 +237980,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141555, - "end": 141565, + "start": 143945, + "end": 143955, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 4 }, "end": { - "line": 3190, + "line": 3232, "column": 14 }, "identifierName": "supplement" @@ -237868,15 +238004,15 @@ "params": [ { "type": "Identifier", - "start": 141567, - "end": 141580, + "start": 143957, + "end": 143970, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 16 }, "end": { - "line": 3190, + "line": 3232, "column": 29 }, "identifierName": "default_value" @@ -237885,15 +238021,15 @@ }, { "type": "Identifier", - "start": 141582, - "end": 141589, + "start": 143972, + "end": 143979, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 31 }, "end": { - "line": 3190, + "line": 3232, "column": 38 }, "identifierName": "opt_arg" @@ -237902,15 +238038,15 @@ }, { "type": "Identifier", - "start": 141591, - "end": 141603, + "start": 143981, + "end": 143993, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 40 }, "end": { - "line": 3190, + "line": 3232, "column": 52 }, "identifierName": "opt_callback" @@ -237920,58 +238056,58 @@ ], "body": { "type": "BlockStatement", - "start": 141606, - "end": 141830, + "start": 143996, + "end": 144220, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 55 }, "end": { - "line": 3198, + "line": 3240, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 141616, - "end": 141689, + "start": 144006, + "end": 144079, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 8 }, "end": { - "line": 3193, + "line": 3235, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 141621, - "end": 141642, + "start": 144011, + "end": 144032, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 13 }, "end": { - "line": 3191, + "line": 3233, "column": 34 } }, "left": { "type": "Identifier", - "start": 141621, - "end": 141628, + "start": 144011, + "end": 144018, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 13 }, "end": { - "line": 3191, + "line": 3233, "column": 20 }, "identifierName": "opt_arg" @@ -237981,15 +238117,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 141633, - "end": 141642, + "start": 144023, + "end": 144032, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 25 }, "end": { - "line": 3191, + "line": 3233, "column": 34 }, "identifierName": "undefined" @@ -237999,44 +238135,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 141645, - "end": 141689, + "start": 144035, + "end": 144079, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 37 }, "end": { - "line": 3193, + "line": 3235, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 141659, - "end": 141679, + "start": 144049, + "end": 144069, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 12 }, "end": { - "line": 3192, + "line": 3234, "column": 32 } }, "argument": { "type": "Identifier", - "start": 141666, - "end": 141679, + "start": 144056, + "end": 144069, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 19 }, "end": { - "line": 3192, + "line": 3234, "column": 32 }, "identifierName": "default_value" @@ -238051,43 +238187,43 @@ }, { "type": "IfStatement", - "start": 141698, - "end": 141770, + "start": 144088, + "end": 144160, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 8 }, "end": { - "line": 3196, + "line": 3238, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 141703, - "end": 141729, + "start": 144093, + "end": 144119, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 13 }, "end": { - "line": 3194, + "line": 3236, "column": 39 } }, "left": { "type": "Identifier", - "start": 141703, - "end": 141715, + "start": 144093, + "end": 144105, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 13 }, "end": { - "line": 3194, + "line": 3236, "column": 25 }, "identifierName": "opt_callback" @@ -238097,15 +238233,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 141720, - "end": 141729, + "start": 144110, + "end": 144119, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 30 }, "end": { - "line": 3194, + "line": 3236, "column": 39 }, "identifierName": "undefined" @@ -238115,44 +238251,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 141732, - "end": 141770, + "start": 144122, + "end": 144160, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 42 }, "end": { - "line": 3196, + "line": 3238, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 141746, - "end": 141760, + "start": 144136, + "end": 144150, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 12 }, "end": { - "line": 3195, + "line": 3237, "column": 26 } }, "argument": { "type": "Identifier", - "start": 141753, - "end": 141760, + "start": 144143, + "end": 144150, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 19 }, "end": { - "line": 3195, + "line": 3237, "column": 26 }, "identifierName": "opt_arg" @@ -238167,43 +238303,43 @@ }, { "type": "ReturnStatement", - "start": 141779, - "end": 141824, + "start": 144169, + "end": 144214, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 8 }, "end": { - "line": 3197, + "line": 3239, "column": 53 } }, "argument": { "type": "CallExpression", - "start": 141786, - "end": 141824, + "start": 144176, + "end": 144214, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 15 }, "end": { - "line": 3197, + "line": 3239, "column": 53 } }, "callee": { "type": "Identifier", - "start": 141786, - "end": 141798, + "start": 144176, + "end": 144188, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 15 }, "end": { - "line": 3197, + "line": 3239, "column": 27 }, "identifierName": "opt_callback" @@ -238213,15 +238349,15 @@ "arguments": [ { "type": "Identifier", - "start": 141800, - "end": 141813, + "start": 144190, + "end": 144203, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 29 }, "end": { - "line": 3197, + "line": 3239, "column": 42 }, "identifierName": "default_value" @@ -238230,15 +238366,15 @@ }, { "type": "Identifier", - "start": 141815, - "end": 141822, + "start": 144205, + "end": 144212, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 44 }, "end": { - "line": 3197, + "line": 3239, "column": 51 }, "identifierName": "opt_arg" @@ -238256,15 +238392,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -238274,15 +238410,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -238291,15 +238427,15 @@ }, { "type": "ClassMethod", - "start": 141959, - "end": 142099, + "start": 144349, + "end": 144489, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 4 }, "end": { - "line": 3207, + "line": 3249, "column": 5 } }, @@ -238307,15 +238443,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141959, - "end": 141975, + "start": 144349, + "end": 144365, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 4 }, "end": { - "line": 3205, + "line": 3247, "column": 20 }, "identifierName": "generateUniqueID" @@ -238331,29 +238467,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 141977, - "end": 141989, + "start": 144367, + "end": 144379, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 22 }, "end": { - "line": 3205, + "line": 3247, "column": 34 } }, "left": { "type": "Identifier", - "start": 141977, - "end": 141982, + "start": 144367, + "end": 144372, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 22 }, "end": { - "line": 3205, + "line": 3247, "column": 27 }, "identifierName": "digit" @@ -238362,15 +238498,15 @@ }, "right": { "type": "NumericLiteral", - "start": 141985, - "end": 141989, + "start": 144375, + "end": 144379, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 30 }, "end": { - "line": 3205, + "line": 3247, "column": 34 } }, @@ -238384,128 +238520,128 @@ ], "body": { "type": "BlockStatement", - "start": 141992, - "end": 142099, + "start": 144382, + "end": 144489, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 37 }, "end": { - "line": 3207, + "line": 3249, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 142002, - "end": 142093, + "start": 144392, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 8 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "argument": { "type": "BinaryExpression", - "start": 142009, - "end": 142093, + "start": 144399, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "left": { "type": "CallExpression", - "start": 142009, - "end": 142042, + "start": 144399, + "end": 144432, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 142009, - "end": 142038, + "start": 144399, + "end": 144428, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 44 } }, "object": { "type": "CallExpression", - "start": 142009, - "end": 142029, + "start": 144399, + "end": 144419, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 142009, - "end": 142027, + "start": 144399, + "end": 144417, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 33 } }, "object": { "type": "NewExpression", - "start": 142009, - "end": 142019, + "start": 144399, + "end": 144409, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 25 } }, "callee": { "type": "Identifier", - "start": 142013, - "end": 142017, + "start": 144403, + "end": 144407, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 19 }, "end": { - "line": 3206, + "line": 3248, "column": 23 }, "identifierName": "Date" @@ -238516,15 +238652,15 @@ }, "property": { "type": "Identifier", - "start": 142020, - "end": 142027, + "start": 144410, + "end": 144417, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 26 }, "end": { - "line": 3206, + "line": 3248, "column": 33 }, "identifierName": "getTime" @@ -238537,15 +238673,15 @@ }, "property": { "type": "Identifier", - "start": 142030, - "end": 142038, + "start": 144420, + "end": 144428, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 36 }, "end": { - "line": 3206, + "line": 3248, "column": 44 }, "identifierName": "toString" @@ -238557,15 +238693,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142039, - "end": 142041, + "start": 144429, + "end": 144431, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 45 }, "end": { - "line": 3206, + "line": 3248, "column": 47 } }, @@ -238580,71 +238716,71 @@ "operator": "+", "right": { "type": "CallExpression", - "start": 142045, - "end": 142093, + "start": 144435, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 142045, - "end": 142089, + "start": 144435, + "end": 144479, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 95 } }, "object": { "type": "CallExpression", - "start": 142045, - "end": 142080, + "start": 144435, + "end": 144470, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 142045, - "end": 142055, + "start": 144435, + "end": 144445, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 61 } }, "object": { "type": "Identifier", - "start": 142045, - "end": 142049, + "start": 144435, + "end": 144439, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 55 }, "identifierName": "Math" @@ -238653,15 +238789,15 @@ }, "property": { "type": "Identifier", - "start": 142050, - "end": 142055, + "start": 144440, + "end": 144445, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 56 }, "end": { - "line": 3206, + "line": 3248, "column": 61 }, "identifierName": "floor" @@ -238673,29 +238809,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142057, - "end": 142078, + "start": 144447, + "end": 144468, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 63 }, "end": { - "line": 3206, + "line": 3248, "column": 84 } }, "left": { "type": "Identifier", - "start": 142057, - "end": 142062, + "start": 144447, + "end": 144452, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 63 }, "end": { - "line": 3206, + "line": 3248, "column": 68 }, "identifierName": "digit" @@ -238705,43 +238841,43 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 142065, - "end": 142078, + "start": 144455, + "end": 144468, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 142065, - "end": 142076, + "start": 144455, + "end": 144466, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 82 } }, "object": { "type": "Identifier", - "start": 142065, - "end": 142069, + "start": 144455, + "end": 144459, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 75 }, "identifierName": "Math" @@ -238750,15 +238886,15 @@ }, "property": { "type": "Identifier", - "start": 142070, - "end": 142076, + "start": 144460, + "end": 144466, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 76 }, "end": { - "line": 3206, + "line": 3248, "column": 82 }, "identifierName": "random" @@ -238774,15 +238910,15 @@ }, "property": { "type": "Identifier", - "start": 142081, - "end": 142089, + "start": 144471, + "end": 144479, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 87 }, "end": { - "line": 3206, + "line": 3248, "column": 95 }, "identifierName": "toString" @@ -238794,15 +238930,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142090, - "end": 142092, + "start": 144480, + "end": 144482, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 96 }, "end": { - "line": 3206, + "line": 3248, "column": 98 } }, @@ -238824,15 +238960,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -238842,15 +238978,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -238859,15 +238995,15 @@ }, { "type": "ClassMethod", - "start": 142318, - "end": 142862, + "start": 144708, + "end": 145252, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 4 }, "end": { - "line": 3229, + "line": 3271, "column": 5 } }, @@ -238875,15 +239011,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 142318, - "end": 142326, + "start": 144708, + "end": 144716, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 4 }, "end": { - "line": 3216, + "line": 3258, "column": 12 }, "identifierName": "numRound" @@ -238899,15 +239035,15 @@ "params": [ { "type": "Identifier", - "start": 142328, - "end": 142334, + "start": 144718, + "end": 144724, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 14 }, "end": { - "line": 3216, + "line": 3258, "column": 20 }, "identifierName": "number" @@ -238916,15 +239052,15 @@ }, { "type": "Identifier", - "start": 142336, - "end": 142341, + "start": 144726, + "end": 144731, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 22 }, "end": { - "line": 3216, + "line": 3258, "column": 27 }, "identifierName": "digit" @@ -238933,29 +239069,29 @@ }, { "type": "AssignmentPattern", - "start": 142343, - "end": 142363, + "start": 144733, + "end": 144753, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 29 }, "end": { - "line": 3216, + "line": 3258, "column": 49 } }, "left": { "type": "Identifier", - "start": 142343, - "end": 142353, + "start": 144733, + "end": 144743, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 29 }, "end": { - "line": 3216, + "line": 3258, "column": 39 }, "identifierName": "round_type" @@ -238964,15 +239100,15 @@ }, "right": { "type": "StringLiteral", - "start": 142356, - "end": 142363, + "start": 144746, + "end": 144753, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 42 }, "end": { - "line": 3216, + "line": 3258, "column": 49 } }, @@ -238986,59 +239122,59 @@ ], "body": { "type": "BlockStatement", - "start": 142366, - "end": 142862, + "start": 144756, + "end": 145252, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 52 }, "end": { - "line": 3229, + "line": 3271, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 142376, - "end": 142434, + "start": 144766, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 142376, - "end": 142434, + "start": 144766, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 142376, - "end": 142381, + "start": 144766, + "end": 144771, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 13 }, "identifierName": "digit" @@ -239047,58 +239183,58 @@ }, "right": { "type": "CallExpression", - "start": 142385, - "end": 142434, + "start": 144775, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 142385, - "end": 142400, + "start": 144775, + "end": 144790, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 142385, - "end": 142389, + "start": 144775, + "end": 144779, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 21 } } }, "property": { "type": "Identifier", - "start": 142390, - "end": 142400, + "start": 144780, + "end": 144790, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 22 }, "end": { - "line": 3217, + "line": 3259, "column": 32 }, "identifierName": "supplement" @@ -239110,15 +239246,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142402, - "end": 142403, + "start": 144792, + "end": 144793, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 34 }, "end": { - "line": 3217, + "line": 3259, "column": 35 } }, @@ -239130,15 +239266,15 @@ }, { "type": "Identifier", - "start": 142405, - "end": 142410, + "start": 144795, + "end": 144800, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 37 }, "end": { - "line": 3217, + "line": 3259, "column": 42 }, "identifierName": "digit" @@ -239147,44 +239283,44 @@ }, { "type": "MemberExpression", - "start": 142412, - "end": 142432, + "start": 144802, + "end": 144822, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 44 }, "end": { - "line": 3217, + "line": 3259, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 142412, - "end": 142416, + "start": 144802, + "end": 144806, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 44 }, "end": { - "line": 3217, + "line": 3259, "column": 48 } } }, "property": { "type": "Identifier", - "start": 142417, - "end": 142432, + "start": 144807, + "end": 144822, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 49 }, "end": { - "line": 3217, + "line": 3259, "column": 64 }, "identifierName": "validateNumeric" @@ -239199,44 +239335,44 @@ }, { "type": "VariableDeclaration", - "start": 142443, - "end": 142475, + "start": 144833, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 8 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 142447, - "end": 142475, + "start": 144837, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 12 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "id": { "type": "Identifier", - "start": 142447, - "end": 142451, + "start": 144837, + "end": 144841, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 12 }, "end": { - "line": 3218, + "line": 3260, "column": 16 }, "identifierName": "_pow" @@ -239245,43 +239381,43 @@ }, "init": { "type": "CallExpression", - "start": 142454, - "end": 142475, + "start": 144844, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 142454, - "end": 142462, + "start": 144844, + "end": 144852, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 27 } }, "object": { "type": "Identifier", - "start": 142454, - "end": 142458, + "start": 144844, + "end": 144848, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 23 }, "identifierName": "Math" @@ -239290,15 +239426,15 @@ }, "property": { "type": "Identifier", - "start": 142459, - "end": 142462, + "start": 144849, + "end": 144852, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 24 }, "end": { - "line": 3218, + "line": 3260, "column": 27 }, "identifierName": "pow" @@ -239310,15 +239446,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142464, - "end": 142466, + "start": 144854, + "end": 144856, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 29 }, "end": { - "line": 3218, + "line": 3260, "column": 31 } }, @@ -239330,15 +239466,15 @@ }, { "type": "Identifier", - "start": 142468, - "end": 142473, + "start": 144858, + "end": 144863, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 33 }, "end": { - "line": 3218, + "line": 3260, "column": 38 }, "identifierName": "digit" @@ -239353,29 +239489,29 @@ }, { "type": "SwitchStatement", - "start": 142492, - "end": 142856, + "start": 144882, + "end": 145246, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 7 }, "end": { - "line": 3228, + "line": 3270, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 142501, - "end": 142505, + "start": 144891, + "end": 144895, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 16 }, "end": { - "line": 3220, + "line": 3262, "column": 20 } }, @@ -239384,86 +239520,86 @@ "cases": [ { "type": "SwitchCase", - "start": 142522, - "end": 142613, + "start": 144912, + "end": 145003, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 12 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142573, - "end": 142613, + "start": 144963, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 16 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "argument": { "type": "BinaryExpression", - "start": 142580, - "end": 142613, + "start": 144970, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "left": { "type": "CallExpression", - "start": 142580, - "end": 142606, + "start": 144970, + "end": 144996, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 142580, - "end": 142589, + "start": 144970, + "end": 144979, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 32 } }, "object": { "type": "Identifier", - "start": 142580, - "end": 142584, + "start": 144970, + "end": 144974, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 27 }, "identifierName": "Math" @@ -239472,15 +239608,15 @@ }, "property": { "type": "Identifier", - "start": 142585, - "end": 142589, + "start": 144975, + "end": 144979, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 28 }, "end": { - "line": 3222, + "line": 3264, "column": 32 }, "identifierName": "ceil" @@ -239492,29 +239628,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142591, - "end": 142604, + "start": 144981, + "end": 144994, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 34 }, "end": { - "line": 3222, + "line": 3264, "column": 47 } }, "left": { "type": "Identifier", - "start": 142591, - "end": 142597, + "start": 144981, + "end": 144987, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 34 }, "end": { - "line": 3222, + "line": 3264, "column": 40 }, "identifierName": "number" @@ -239524,15 +239660,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142600, - "end": 142604, + "start": 144990, + "end": 144994, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 43 }, "end": { - "line": 3222, + "line": 3264, "column": 47 }, "identifierName": "_pow" @@ -239545,15 +239681,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142609, - "end": 142613, + "start": 144999, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 52 }, "end": { - "line": 3222, + "line": 3264, "column": 56 }, "identifierName": "_pow" @@ -239565,43 +239701,43 @@ ], "test": { "type": "CallExpression", - "start": 142527, - "end": 142555, + "start": 144917, + "end": 144945, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 142527, - "end": 142541, + "start": 144917, + "end": 144931, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 31 } }, "object": { "type": "RegExpLiteral", - "start": 142527, - "end": 142536, + "start": 144917, + "end": 144926, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 26 } }, @@ -239613,15 +239749,15 @@ }, "property": { "type": "Identifier", - "start": 142537, - "end": 142541, + "start": 144927, + "end": 144931, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 27 }, "end": { - "line": 3221, + "line": 3263, "column": 31 }, "identifierName": "test" @@ -239633,15 +239769,15 @@ "arguments": [ { "type": "Identifier", - "start": 142543, - "end": 142553, + "start": 144933, + "end": 144943, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 33 }, "end": { - "line": 3221, + "line": 3263, "column": 43 }, "identifierName": "round_type" @@ -239653,86 +239789,86 @@ }, { "type": "SwitchCase", - "start": 142626, - "end": 142719, + "start": 145016, + "end": 145109, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 12 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142678, - "end": 142719, + "start": 145068, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 16 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "argument": { "type": "BinaryExpression", - "start": 142685, - "end": 142719, + "start": 145075, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "left": { "type": "CallExpression", - "start": 142685, - "end": 142712, + "start": 145075, + "end": 145102, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 142685, - "end": 142695, + "start": 145075, + "end": 145085, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 33 } }, "object": { "type": "Identifier", - "start": 142685, - "end": 142689, + "start": 145075, + "end": 145079, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 27 }, "identifierName": "Math" @@ -239741,15 +239877,15 @@ }, "property": { "type": "Identifier", - "start": 142690, - "end": 142695, + "start": 145080, + "end": 145085, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 28 }, "end": { - "line": 3224, + "line": 3266, "column": 33 }, "identifierName": "floor" @@ -239761,29 +239897,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142697, - "end": 142710, + "start": 145087, + "end": 145100, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 35 }, "end": { - "line": 3224, + "line": 3266, "column": 48 } }, "left": { "type": "Identifier", - "start": 142697, - "end": 142703, + "start": 145087, + "end": 145093, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 35 }, "end": { - "line": 3224, + "line": 3266, "column": 41 }, "identifierName": "number" @@ -239793,15 +239929,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142706, - "end": 142710, + "start": 145096, + "end": 145100, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 44 }, "end": { - "line": 3224, + "line": 3266, "column": 48 }, "identifierName": "_pow" @@ -239814,15 +239950,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142715, - "end": 142719, + "start": 145105, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 53 }, "end": { - "line": 3224, + "line": 3266, "column": 57 }, "identifierName": "_pow" @@ -239834,43 +239970,43 @@ ], "test": { "type": "CallExpression", - "start": 142631, - "end": 142660, + "start": 145021, + "end": 145050, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 142631, - "end": 142646, + "start": 145021, + "end": 145036, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 142631, - "end": 142641, + "start": 145021, + "end": 145031, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 27 } }, @@ -239882,15 +240018,15 @@ }, "property": { "type": "Identifier", - "start": 142642, - "end": 142646, + "start": 145032, + "end": 145036, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 28 }, "end": { - "line": 3223, + "line": 3265, "column": 32 }, "identifierName": "test" @@ -239902,15 +240038,15 @@ "arguments": [ { "type": "Identifier", - "start": 142648, - "end": 142658, + "start": 145038, + "end": 145048, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 34 }, "end": { - "line": 3223, + "line": 3265, "column": 44 }, "identifierName": "round_type" @@ -239922,58 +240058,58 @@ }, { "type": "SwitchCase", - "start": 142732, - "end": 142767, + "start": 145122, + "end": 145157, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 12 }, "end": { - "line": 3225, + "line": 3267, "column": 47 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 142737, - "end": 142766, + "start": 145127, + "end": 145156, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 142737, - "end": 142752, + "start": 145127, + "end": 145142, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 142737, - "end": 142747, + "start": 145127, + "end": 145137, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 27 } }, @@ -239985,15 +240121,15 @@ }, "property": { "type": "Identifier", - "start": 142748, - "end": 142752, + "start": 145138, + "end": 145142, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 28 }, "end": { - "line": 3225, + "line": 3267, "column": 32 }, "identifierName": "test" @@ -240005,15 +240141,15 @@ "arguments": [ { "type": "Identifier", - "start": 142754, - "end": 142764, + "start": 145144, + "end": 145154, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 34 }, "end": { - "line": 3225, + "line": 3267, "column": 44 }, "identifierName": "round_type" @@ -240025,86 +240161,86 @@ }, { "type": "SwitchCase", - "start": 142780, - "end": 142846, + "start": 145170, + "end": 145236, "loc": { "start": { - "line": 3226, + "line": 3268, "column": 12 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142805, - "end": 142846, + "start": 145195, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 16 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "argument": { "type": "BinaryExpression", - "start": 142812, - "end": 142846, + "start": 145202, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "left": { "type": "CallExpression", - "start": 142812, - "end": 142839, + "start": 145202, + "end": 145229, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 142812, - "end": 142822, + "start": 145202, + "end": 145212, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 33 } }, "object": { "type": "Identifier", - "start": 142812, - "end": 142816, + "start": 145202, + "end": 145206, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 27 }, "identifierName": "Math" @@ -240113,15 +240249,15 @@ }, "property": { "type": "Identifier", - "start": 142817, - "end": 142822, + "start": 145207, + "end": 145212, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 28 }, "end": { - "line": 3227, + "line": 3269, "column": 33 }, "identifierName": "round" @@ -240133,29 +240269,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142824, - "end": 142837, + "start": 145214, + "end": 145227, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 35 }, "end": { - "line": 3227, + "line": 3269, "column": 48 } }, "left": { "type": "Identifier", - "start": 142824, - "end": 142830, + "start": 145214, + "end": 145220, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 35 }, "end": { - "line": 3227, + "line": 3269, "column": 41 }, "identifierName": "number" @@ -240165,15 +240301,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142833, - "end": 142837, + "start": 145223, + "end": 145227, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 44 }, "end": { - "line": 3227, + "line": 3269, "column": 48 }, "identifierName": "_pow" @@ -240186,15 +240322,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142842, - "end": 142846, + "start": 145232, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 53 }, "end": { - "line": 3227, + "line": 3269, "column": 57 }, "identifierName": "_pow" @@ -240216,15 +240352,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -240234,15 +240370,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -240251,15 +240387,15 @@ }, { "type": "ClassMethod", - "start": 143020, - "end": 143496, + "start": 145410, + "end": 145886, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 4 }, "end": { - "line": 3250, + "line": 3292, "column": 5 } }, @@ -240267,15 +240403,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 143020, - "end": 143029, + "start": 145410, + "end": 145419, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 4 }, "end": { - "line": 3237, + "line": 3279, "column": 13 }, "identifierName": "hexToRgbA" @@ -240291,15 +240427,15 @@ "params": [ { "type": "Identifier", - "start": 143031, - "end": 143034, + "start": 145421, + "end": 145424, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 15 }, "end": { - "line": 3237, + "line": 3279, "column": 18 }, "identifierName": "hex" @@ -240308,29 +240444,29 @@ }, { "type": "AssignmentPattern", - "start": 143036, - "end": 143045, + "start": 145426, + "end": 145435, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 20 }, "end": { - "line": 3237, + "line": 3279, "column": 29 } }, "left": { "type": "Identifier", - "start": 143036, - "end": 143041, + "start": 145426, + "end": 145431, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 20 }, "end": { - "line": 3237, + "line": 3279, "column": 25 }, "identifierName": "alpha" @@ -240339,15 +240475,15 @@ }, "right": { "type": "NumericLiteral", - "start": 143044, - "end": 143045, + "start": 145434, + "end": 145435, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 28 }, "end": { - "line": 3237, + "line": 3279, "column": 29 } }, @@ -240361,59 +240497,59 @@ ], "body": { "type": "BlockStatement", - "start": 143048, - "end": 143496, + "start": 145438, + "end": 145886, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 32 }, "end": { - "line": 3250, + "line": 3292, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 143058, - "end": 143064, + "start": 145448, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 8 }, "end": { - "line": 3238, + "line": 3280, "column": 14 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143062, - "end": 143064, + "start": 145452, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 12 }, "end": { - "line": 3238, + "line": 3280, "column": 14 } }, "id": { "type": "Identifier", - "start": 143062, - "end": 143064, + "start": 145452, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 12 }, "end": { - "line": 3238, + "line": 3280, "column": 14 }, "identifierName": "_c" @@ -240427,57 +240563,57 @@ }, { "type": "IfStatement", - "start": 143082, - "end": 143431, + "start": 145472, + "end": 145821, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 8 }, "end": { - "line": 3247, + "line": 3289, "column": 9 } }, "test": { "type": "CallExpression", - "start": 143087, - "end": 143125, + "start": 145477, + "end": 145515, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 143087, - "end": 143118, + "start": 145477, + "end": 145508, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 44 } }, "object": { "type": "RegExpLiteral", - "start": 143087, - "end": 143113, + "start": 145477, + "end": 145503, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 39 } }, @@ -240489,15 +240625,15 @@ }, "property": { "type": "Identifier", - "start": 143114, - "end": 143118, + "start": 145504, + "end": 145508, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 40 }, "end": { - "line": 3240, + "line": 3282, "column": 44 }, "identifierName": "test" @@ -240509,15 +240645,15 @@ "arguments": [ { "type": "Identifier", - "start": 143120, - "end": 143123, + "start": 145510, + "end": 145513, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 46 }, "end": { - "line": 3240, + "line": 3282, "column": 49 }, "identifierName": "hex" @@ -240528,59 +240664,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 143128, - "end": 143431, + "start": 145518, + "end": 145821, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 54 }, "end": { - "line": 3247, + "line": 3289, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 143142, - "end": 143173, + "start": 145532, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 143142, - "end": 143173, + "start": 145532, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143142, - "end": 143144, + "start": 145532, + "end": 145534, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 14 }, "identifierName": "_c" @@ -240589,71 +240725,71 @@ }, "right": { "type": "CallExpression", - "start": 143147, - "end": 143173, + "start": 145537, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 143147, - "end": 143169, + "start": 145537, + "end": 145559, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 39 } }, "object": { "type": "CallExpression", - "start": 143147, - "end": 143163, + "start": 145537, + "end": 145553, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 143147, - "end": 143160, + "start": 145537, + "end": 145550, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 30 } }, "object": { "type": "Identifier", - "start": 143147, - "end": 143150, + "start": 145537, + "end": 145540, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 20 }, "identifierName": "hex" @@ -240662,15 +240798,15 @@ }, "property": { "type": "Identifier", - "start": 143151, - "end": 143160, + "start": 145541, + "end": 145550, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 21 }, "end": { - "line": 3241, + "line": 3283, "column": 30 }, "identifierName": "substring" @@ -240682,15 +240818,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 143161, - "end": 143162, + "start": 145551, + "end": 145552, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 31 }, "end": { - "line": 3241, + "line": 3283, "column": 32 } }, @@ -240704,15 +240840,15 @@ }, "property": { "type": "Identifier", - "start": 143164, - "end": 143169, + "start": 145554, + "end": 145559, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 34 }, "end": { - "line": 3241, + "line": 3283, "column": 39 }, "identifierName": "split" @@ -240724,15 +240860,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143170, - "end": 143172, + "start": 145560, + "end": 145562, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 40 }, "end": { - "line": 3241, + "line": 3283, "column": 42 } }, @@ -240748,57 +240884,57 @@ }, { "type": "IfStatement", - "start": 143186, - "end": 143288, + "start": 145576, + "end": 145678, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 12 }, "end": { - "line": 3244, + "line": 3286, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 143191, - "end": 143205, + "start": 145581, + "end": 145595, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 143191, - "end": 143200, + "start": 145581, + "end": 145590, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 26 } }, "object": { "type": "Identifier", - "start": 143191, - "end": 143193, + "start": 145581, + "end": 145583, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 19 }, "identifierName": "_c" @@ -240807,15 +240943,15 @@ }, "property": { "type": "Identifier", - "start": 143194, - "end": 143200, + "start": 145584, + "end": 145590, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 20 }, "end": { - "line": 3242, + "line": 3284, "column": 26 }, "identifierName": "length" @@ -240827,15 +240963,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 143204, - "end": 143205, + "start": 145594, + "end": 145595, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 30 }, "end": { - "line": 3242, + "line": 3284, "column": 31 } }, @@ -240848,59 +240984,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 143208, - "end": 143288, + "start": 145598, + "end": 145678, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 34 }, "end": { - "line": 3244, + "line": 3286, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 143226, - "end": 143274, + "start": 145616, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 143226, - "end": 143274, + "start": 145616, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143226, - "end": 143228, + "start": 145616, + "end": 145618, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 18 }, "identifierName": "_c" @@ -240909,44 +241045,44 @@ }, "right": { "type": "ArrayExpression", - "start": 143230, - "end": 143274, + "start": 145620, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 20 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "elements": [ { "type": "MemberExpression", - "start": 143232, - "end": 143237, + "start": 145622, + "end": 145627, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 22 }, "end": { - "line": 3243, + "line": 3285, "column": 27 } }, "object": { "type": "Identifier", - "start": 143232, - "end": 143234, + "start": 145622, + "end": 145624, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 22 }, "end": { - "line": 3243, + "line": 3285, "column": 24 }, "identifierName": "_c" @@ -240955,15 +241091,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143235, - "end": 143236, + "start": 145625, + "end": 145626, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 25 }, "end": { - "line": 3243, + "line": 3285, "column": 26 } }, @@ -240977,29 +241113,29 @@ }, { "type": "MemberExpression", - "start": 143239, - "end": 143244, + "start": 145629, + "end": 145634, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 29 }, "end": { - "line": 3243, + "line": 3285, "column": 34 } }, "object": { "type": "Identifier", - "start": 143239, - "end": 143241, + "start": 145629, + "end": 145631, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 29 }, "end": { - "line": 3243, + "line": 3285, "column": 31 }, "identifierName": "_c" @@ -241008,15 +241144,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143242, - "end": 143243, + "start": 145632, + "end": 145633, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 32 }, "end": { - "line": 3243, + "line": 3285, "column": 33 } }, @@ -241030,29 +241166,29 @@ }, { "type": "MemberExpression", - "start": 143246, - "end": 143251, + "start": 145636, + "end": 145641, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 36 }, "end": { - "line": 3243, + "line": 3285, "column": 41 } }, "object": { "type": "Identifier", - "start": 143246, - "end": 143248, + "start": 145636, + "end": 145638, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 36 }, "end": { - "line": 3243, + "line": 3285, "column": 38 }, "identifierName": "_c" @@ -241061,15 +241197,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143249, - "end": 143250, + "start": 145639, + "end": 145640, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 39 }, "end": { - "line": 3243, + "line": 3285, "column": 40 } }, @@ -241083,29 +241219,29 @@ }, { "type": "MemberExpression", - "start": 143253, - "end": 143258, + "start": 145643, + "end": 145648, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 43 }, "end": { - "line": 3243, + "line": 3285, "column": 48 } }, "object": { "type": "Identifier", - "start": 143253, - "end": 143255, + "start": 145643, + "end": 145645, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 43 }, "end": { - "line": 3243, + "line": 3285, "column": 45 }, "identifierName": "_c" @@ -241114,15 +241250,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143256, - "end": 143257, + "start": 145646, + "end": 145647, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 46 }, "end": { - "line": 3243, + "line": 3285, "column": 47 } }, @@ -241136,29 +241272,29 @@ }, { "type": "MemberExpression", - "start": 143260, - "end": 143265, + "start": 145650, + "end": 145655, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 50 }, "end": { - "line": 3243, + "line": 3285, "column": 55 } }, "object": { "type": "Identifier", - "start": 143260, - "end": 143262, + "start": 145650, + "end": 145652, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 50 }, "end": { - "line": 3243, + "line": 3285, "column": 52 }, "identifierName": "_c" @@ -241167,15 +241303,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143263, - "end": 143264, + "start": 145653, + "end": 145654, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 53 }, "end": { - "line": 3243, + "line": 3285, "column": 54 } }, @@ -241189,29 +241325,29 @@ }, { "type": "MemberExpression", - "start": 143267, - "end": 143272, + "start": 145657, + "end": 145662, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 57 }, "end": { - "line": 3243, + "line": 3285, "column": 62 } }, "object": { "type": "Identifier", - "start": 143267, - "end": 143269, + "start": 145657, + "end": 145659, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 57 }, "end": { - "line": 3243, + "line": 3285, "column": 59 }, "identifierName": "_c" @@ -241220,15 +241356,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143270, - "end": 143271, + "start": 145660, + "end": 145661, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 60 }, "end": { - "line": 3243, + "line": 3285, "column": 61 } }, @@ -241251,44 +241387,44 @@ }, { "type": "ExpressionStatement", - "start": 143301, - "end": 143324, + "start": 145691, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 143301, - "end": 143324, + "start": 145691, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143301, - "end": 143303, + "start": 145691, + "end": 145693, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 14 }, "identifierName": "_c" @@ -241297,58 +241433,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 143306, - "end": 143324, + "start": 145696, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 17 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "expressions": [ { "type": "CallExpression", - "start": 143311, - "end": 143322, + "start": 145701, + "end": 145712, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 143311, - "end": 143318, + "start": 145701, + "end": 145708, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 29 } }, "object": { "type": "Identifier", - "start": 143311, - "end": 143313, + "start": 145701, + "end": 145703, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 24 }, "identifierName": "_c" @@ -241357,15 +241493,15 @@ }, "property": { "type": "Identifier", - "start": 143314, - "end": 143318, + "start": 145704, + "end": 145708, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 25 }, "end": { - "line": 3245, + "line": 3287, "column": 29 }, "identifierName": "join" @@ -241377,15 +241513,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143319, - "end": 143321, + "start": 145709, + "end": 145711, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 30 }, "end": { - "line": 3245, + "line": 3287, "column": 32 } }, @@ -241401,15 +241537,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143307, - "end": 143309, + "start": 145697, + "end": 145699, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 18 }, "end": { - "line": 3245, + "line": 3287, "column": 20 } }, @@ -241421,15 +241557,15 @@ }, { "type": "TemplateElement", - "start": 143323, - "end": 143323, + "start": 145713, + "end": 145713, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 34 }, "end": { - "line": 3245, + "line": 3287, "column": 34 } }, @@ -241445,115 +241581,115 @@ }, { "type": "ReturnStatement", - "start": 143337, - "end": 143421, + "start": 145727, + "end": 145811, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 12 }, "end": { - "line": 3246, + "line": 3288, "column": 96 } }, "argument": { "type": "TemplateLiteral", - "start": 143344, - "end": 143421, + "start": 145734, + "end": 145811, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 19 }, "end": { - "line": 3246, + "line": 3288, "column": 96 } }, "expressions": [ { "type": "CallExpression", - "start": 143352, - "end": 143409, + "start": 145742, + "end": 145799, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 143352, - "end": 143404, + "start": 145742, + "end": 145794, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 79 } }, "object": { "type": "ArrayExpression", - "start": 143352, - "end": 143399, + "start": 145742, + "end": 145789, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 74 } }, "elements": [ { "type": "BinaryExpression", - "start": 143354, - "end": 143370, + "start": 145744, + "end": 145760, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 29 }, "end": { - "line": 3246, + "line": 3288, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 143355, - "end": 143363, + "start": 145745, + "end": 145753, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 30 }, "end": { - "line": 3246, + "line": 3288, "column": 38 } }, "left": { "type": "Identifier", - "start": 143355, - "end": 143357, + "start": 145745, + "end": 145747, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 30 }, "end": { - "line": 3246, + "line": 3288, "column": 32 }, "identifierName": "_c" @@ -241563,15 +241699,15 @@ "operator": ">>", "right": { "type": "NumericLiteral", - "start": 143361, - "end": 143363, + "start": 145751, + "end": 145753, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 36 }, "end": { - "line": 3246, + "line": 3288, "column": 38 } }, @@ -241583,21 +241719,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 143354 + "parenStart": 145744 } }, "operator": "&", "right": { "type": "NumericLiteral", - "start": 143367, - "end": 143370, + "start": 145757, + "end": 145760, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 42 }, "end": { - "line": 3246, + "line": 3288, "column": 45 } }, @@ -241610,43 +241746,43 @@ }, { "type": "BinaryExpression", - "start": 143372, - "end": 143387, + "start": 145762, + "end": 145777, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 47 }, "end": { - "line": 3246, + "line": 3288, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 143373, - "end": 143380, + "start": 145763, + "end": 145770, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 48 }, "end": { - "line": 3246, + "line": 3288, "column": 55 } }, "left": { "type": "Identifier", - "start": 143373, - "end": 143375, + "start": 145763, + "end": 145765, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 48 }, "end": { - "line": 3246, + "line": 3288, "column": 50 }, "identifierName": "_c" @@ -241656,15 +241792,15 @@ "operator": ">>", "right": { "type": "NumericLiteral", - "start": 143379, - "end": 143380, + "start": 145769, + "end": 145770, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 54 }, "end": { - "line": 3246, + "line": 3288, "column": 55 } }, @@ -241676,21 +241812,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 143372 + "parenStart": 145762 } }, "operator": "&", "right": { "type": "NumericLiteral", - "start": 143384, - "end": 143387, + "start": 145774, + "end": 145777, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 59 }, "end": { - "line": 3246, + "line": 3288, "column": 62 } }, @@ -241703,29 +241839,29 @@ }, { "type": "BinaryExpression", - "start": 143389, - "end": 143397, + "start": 145779, + "end": 145787, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 64 }, "end": { - "line": 3246, + "line": 3288, "column": 72 } }, "left": { "type": "Identifier", - "start": 143389, - "end": 143391, + "start": 145779, + "end": 145781, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 64 }, "end": { - "line": 3246, + "line": 3288, "column": 66 }, "identifierName": "_c" @@ -241735,15 +241871,15 @@ "operator": "&", "right": { "type": "NumericLiteral", - "start": 143394, - "end": 143397, + "start": 145784, + "end": 145787, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 69 }, "end": { - "line": 3246, + "line": 3288, "column": 72 } }, @@ -241758,15 +241894,15 @@ }, "property": { "type": "Identifier", - "start": 143400, - "end": 143404, + "start": 145790, + "end": 145794, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 75 }, "end": { - "line": 3246, + "line": 3288, "column": 79 }, "identifierName": "join" @@ -241778,15 +241914,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143405, - "end": 143408, + "start": 145795, + "end": 145798, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 80 }, "end": { - "line": 3246, + "line": 3288, "column": 83 } }, @@ -241800,15 +241936,15 @@ }, { "type": "Identifier", - "start": 143413, - "end": 143418, + "start": 145803, + "end": 145808, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 88 }, "end": { - "line": 3246, + "line": 3288, "column": 93 }, "identifierName": "alpha" @@ -241819,15 +241955,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143345, - "end": 143350, + "start": 145735, + "end": 145740, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 20 }, "end": { - "line": 3246, + "line": 3288, "column": 25 } }, @@ -241839,15 +241975,15 @@ }, { "type": "TemplateElement", - "start": 143410, - "end": 143411, + "start": 145800, + "end": 145801, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 85 }, "end": { - "line": 3246, + "line": 3288, "column": 86 } }, @@ -241859,15 +241995,15 @@ }, { "type": "TemplateElement", - "start": 143419, - "end": 143420, + "start": 145809, + "end": 145810, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 94 }, "end": { - "line": 3246, + "line": 3288, "column": 95 } }, @@ -241889,15 +242025,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -241906,29 +242042,29 @@ }, { "type": "ReturnStatement", - "start": 143480, - "end": 143490, + "start": 145870, + "end": 145880, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 8 }, "end": { - "line": 3249, + "line": 3291, "column": 18 } }, "argument": { "type": "Identifier", - "start": 143487, - "end": 143490, + "start": 145877, + "end": 145880, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 15 }, "end": { - "line": 3249, + "line": 3291, "column": 18 }, "identifierName": "hex" @@ -241940,15 +242076,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -241963,15 +242099,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -241981,15 +242117,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -241998,15 +242134,15 @@ }, { "type": "ClassMethod", - "start": 143697, - "end": 146045, + "start": 146087, + "end": 148435, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 4 }, "end": { - "line": 3311, + "line": 3353, "column": 5 } }, @@ -242014,15 +242150,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 143697, - "end": 143715, + "start": 146087, + "end": 146105, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 4 }, "end": { - "line": 3257, + "line": 3299, "column": 22 }, "identifierName": "getCorrectDatetime" @@ -242038,15 +242174,15 @@ "params": [ { "type": "Identifier", - "start": 143717, - "end": 143729, + "start": 146107, + "end": 146119, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 24 }, "end": { - "line": 3257, + "line": 3299, "column": 36 }, "identifierName": "datetime_str" @@ -242056,59 +242192,59 @@ ], "body": { "type": "BlockStatement", - "start": 143732, - "end": 146045, + "start": 146122, + "end": 148435, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 39 }, "end": { - "line": 3311, + "line": 3353, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 143742, - "end": 145247, + "start": 146132, + "end": 147637, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 8 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143746, - "end": 143956, + "start": 146136, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 12 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, "id": { "type": "Identifier", - "start": 143746, - "end": 143759, + "start": 146136, + "end": 146149, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 12 }, "end": { - "line": 3258, + "line": 3300, "column": 25 }, "identifierName": "normalizeDate" @@ -242117,15 +242253,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 143762, - "end": 143956, + "start": 146152, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 28 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, @@ -242136,15 +242272,15 @@ "params": [ { "type": "Identifier", - "start": 143764, - "end": 143774, + "start": 146154, + "end": 146164, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 30 }, "end": { - "line": 3258, + "line": 3300, "column": 40 }, "identifierName": "dateString" @@ -242154,59 +242290,59 @@ ], "body": { "type": "BlockStatement", - "start": 143780, - "end": 143956, + "start": 146170, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 46 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 143832, - "end": 143870, + "start": 146222, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 16 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143836, - "end": 143870, + "start": 146226, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 20 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "id": { "type": "Identifier", - "start": 143836, - "end": 143838, + "start": 146226, + "end": 146228, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 20 }, "end": { - "line": 3260, + "line": 3302, "column": 22 }, "identifierName": "_d" @@ -242216,43 +242352,43 @@ }, "init": { "type": "CallExpression", - "start": 143841, - "end": 143870, + "start": 146231, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 143841, - "end": 143859, + "start": 146231, + "end": 146249, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 43 } }, "object": { "type": "Identifier", - "start": 143841, - "end": 143851, + "start": 146231, + "end": 146241, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 35 }, "identifierName": "dateString" @@ -242261,15 +242397,15 @@ }, "property": { "type": "Identifier", - "start": 143852, - "end": 143859, + "start": 146242, + "end": 146249, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 36 }, "end": { - "line": 3260, + "line": 3302, "column": 43 }, "identifierName": "replace" @@ -242281,15 +242417,15 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 143860, - "end": 143864, + "start": 146250, + "end": 146254, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 44 }, "end": { - "line": 3260, + "line": 3302, "column": 48 } }, @@ -242301,15 +242437,15 @@ }, { "type": "StringLiteral", - "start": 143866, - "end": 143869, + "start": 146256, + "end": 146259, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 50 }, "end": { - "line": 3260, + "line": 3302, "column": 53 } }, @@ -242329,15 +242465,15 @@ { "type": "CommentLine", "value": " For Safari, IE", - "start": 143798, - "end": 143815, + "start": 146188, + "end": 146205, "loc": { "start": { - "line": 3259, + "line": 3301, "column": 16 }, "end": { - "line": 3259, + "line": 3301, "column": 33 } } @@ -242346,71 +242482,71 @@ }, { "type": "ReturnStatement", - "start": 143887, - "end": 143942, + "start": 146277, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 16 }, "end": { - "line": 3261, + "line": 3303, "column": 71 } }, "argument": { "type": "ConditionalExpression", - "start": 143894, - "end": 143942, + "start": 146284, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 71 } }, "test": { "type": "CallExpression", - "start": 143894, - "end": 143925, + "start": 146284, + "end": 146315, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 143894, - "end": 143919, + "start": 146284, + "end": 146309, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 48 } }, "object": { "type": "RegExpLiteral", - "start": 143894, - "end": 143914, + "start": 146284, + "end": 146304, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 43 } }, @@ -242422,15 +242558,15 @@ }, "property": { "type": "Identifier", - "start": 143915, - "end": 143919, + "start": 146305, + "end": 146309, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 44 }, "end": { - "line": 3261, + "line": 3303, "column": 48 }, "identifierName": "test" @@ -242442,15 +242578,15 @@ "arguments": [ { "type": "Identifier", - "start": 143921, - "end": 143923, + "start": 146311, + "end": 146313, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 50 }, "end": { - "line": 3261, + "line": 3303, "column": 52 }, "identifierName": "_d" @@ -242461,30 +242597,30 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 143928, - "end": 143937, + "start": 146318, + "end": 146327, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 57 }, "end": { - "line": 3261, + "line": 3303, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 143931, - "end": 143933, + "start": 146321, + "end": 146323, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 60 }, "end": { - "line": 3261, + "line": 3303, "column": 62 }, "identifierName": "_d" @@ -242495,15 +242631,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143929, - "end": 143929, + "start": 146319, + "end": 146319, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 58 }, "end": { - "line": 3261, + "line": 3303, "column": 58 } }, @@ -242515,15 +242651,15 @@ }, { "type": "TemplateElement", - "start": 143934, - "end": 143936, + "start": 146324, + "end": 146326, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 63 }, "end": { - "line": 3261, + "line": 3303, "column": 65 } }, @@ -242537,15 +242673,15 @@ }, "alternate": { "type": "Identifier", - "start": 143940, - "end": 143942, + "start": 146330, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 69 }, "end": { - "line": 3261, + "line": 3303, "column": 71 }, "identifierName": "_d" @@ -242561,29 +242697,29 @@ }, { "type": "VariableDeclarator", - "start": 143970, - "end": 145191, + "start": 146360, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 12 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, "id": { "type": "Identifier", - "start": 143970, - "end": 143983, + "start": 146360, + "end": 146373, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 12 }, "end": { - "line": 3263, + "line": 3305, "column": 25 }, "identifierName": "getDateObject" @@ -242592,15 +242728,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 143986, - "end": 145191, + "start": 146376, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 28 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, @@ -242611,15 +242747,15 @@ "params": [ { "type": "Identifier", - "start": 143988, - "end": 144000, + "start": 146378, + "end": 146390, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 30 }, "end": { - "line": 3263, + "line": 3305, "column": 42 }, "identifierName": "datetime_str" @@ -242629,59 +242765,59 @@ ], "body": { "type": "BlockStatement", - "start": 144006, - "end": 145191, + "start": 146396, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 48 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 144024, - "end": 144115, + "start": 146414, + "end": 146505, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 16 }, "end": { - "line": 3265, + "line": 3307, "column": 45 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 144028, - "end": 144068, + "start": 146418, + "end": 146458, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 20 }, "end": { - "line": 3264, + "line": 3306, "column": 60 } }, "id": { "type": "Identifier", - "start": 144028, - "end": 144036, + "start": 146418, + "end": 146426, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 20 }, "end": { - "line": 3264, + "line": 3306, "column": 28 }, "identifierName": "_chk_str" @@ -242690,29 +242826,29 @@ }, "init": { "type": "CallExpression", - "start": 144039, - "end": 144068, + "start": 146429, + "end": 146458, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 31 }, "end": { - "line": 3264, + "line": 3306, "column": 60 } }, "callee": { "type": "Identifier", - "start": 144039, - "end": 144052, + "start": 146429, + "end": 146442, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 31 }, "end": { - "line": 3264, + "line": 3306, "column": 44 }, "identifierName": "normalizeDate" @@ -242722,15 +242858,15 @@ "arguments": [ { "type": "Identifier", - "start": 144054, - "end": 144066, + "start": 146444, + "end": 146456, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 46 }, "end": { - "line": 3264, + "line": 3306, "column": 58 }, "identifierName": "datetime_str" @@ -242742,29 +242878,29 @@ }, { "type": "VariableDeclarator", - "start": 144090, - "end": 144094, + "start": 146480, + "end": 146484, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 20 }, "end": { - "line": 3265, + "line": 3307, "column": 24 } }, "id": { "type": "Identifier", - "start": 144090, - "end": 144094, + "start": 146480, + "end": 146484, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 20 }, "end": { - "line": 3265, + "line": 3307, "column": 24 }, "identifierName": "_ymd" @@ -242775,29 +242911,29 @@ }, { "type": "VariableDeclarator", - "start": 144096, - "end": 144100, + "start": 146486, + "end": 146490, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 26 }, "end": { - "line": 3265, + "line": 3307, "column": 30 } }, "id": { "type": "Identifier", - "start": 144096, - "end": 144100, + "start": 146486, + "end": 146490, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 26 }, "end": { - "line": 3265, + "line": 3307, "column": 30 }, "identifierName": "_his" @@ -242808,29 +242944,29 @@ }, { "type": "VariableDeclarator", - "start": 144102, - "end": 144108, + "start": 146492, + "end": 146498, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 32 }, "end": { - "line": 3265, + "line": 3307, "column": 38 } }, "id": { "type": "Identifier", - "start": 144102, - "end": 144108, + "start": 146492, + "end": 146498, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 32 }, "end": { - "line": 3265, + "line": 3307, "column": 38 }, "identifierName": "_parts" @@ -242841,29 +242977,29 @@ }, { "type": "VariableDeclarator", - "start": 144110, - "end": 144115, + "start": 146500, + "end": 146505, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 40 }, "end": { - "line": 3265, + "line": 3307, "column": 45 } }, "id": { "type": "Identifier", - "start": 144110, - "end": 144115, + "start": 146500, + "end": 146505, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 40 }, "end": { - "line": 3265, + "line": 3307, "column": 45 }, "identifierName": "_date" @@ -242877,29 +243013,29 @@ }, { "type": "SwitchStatement", - "start": 144149, - "end": 145147, + "start": 146539, + "end": 147537, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 16 }, "end": { - "line": 3286, + "line": 3328, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 144158, - "end": 144162, + "start": 146548, + "end": 146552, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 25 }, "end": { - "line": 3267, + "line": 3309, "column": 29 } }, @@ -242908,89 +243044,89 @@ "cases": [ { "type": "SwitchCase", - "start": 144187, - "end": 144833, + "start": 146577, + "end": 147223, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 20 }, "end": { - "line": 3279, + "line": 3321, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 144280, - "end": 144833, + "start": 146670, + "end": 147223, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 113 }, "end": { - "line": 3279, + "line": 3321, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 144306, - "end": 144342, + "start": 146696, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 144306, - "end": 144342, + "start": 146696, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 144306, - "end": 144320, + "start": 146696, + "end": 146710, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 38 } }, "elements": [ { "type": "Identifier", - "start": 144308, - "end": 144312, + "start": 146698, + "end": 146702, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 26 }, "end": { - "line": 3269, + "line": 3311, "column": 30 }, "identifierName": "_ymd" @@ -242999,15 +243135,15 @@ }, { "type": "Identifier", - "start": 144314, - "end": 144318, + "start": 146704, + "end": 146708, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 32 }, "end": { - "line": 3269, + "line": 3311, "column": 36 }, "identifierName": "_his" @@ -243018,43 +243154,43 @@ }, "right": { "type": "CallExpression", - "start": 144323, - "end": 144342, + "start": 146713, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 144323, - "end": 144337, + "start": 146713, + "end": 146727, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 55 } }, "object": { "type": "Identifier", - "start": 144323, - "end": 144331, + "start": 146713, + "end": 146721, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 49 }, "identifierName": "_chk_str" @@ -243063,15 +243199,15 @@ }, "property": { "type": "Identifier", - "start": 144332, - "end": 144337, + "start": 146722, + "end": 146727, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 50 }, "end": { - "line": 3269, + "line": 3311, "column": 55 }, "identifierName": "split" @@ -243083,15 +243219,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144338, - "end": 144341, + "start": 146728, + "end": 146731, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 56 }, "end": { - "line": 3269, + "line": 3311, "column": 59 } }, @@ -243107,44 +243243,44 @@ }, { "type": "ExpressionStatement", - "start": 144367, - "end": 144391, + "start": 146757, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 144367, - "end": 144391, + "start": 146757, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144367, - "end": 144373, + "start": 146757, + "end": 146763, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 30 }, "identifierName": "_parts" @@ -243153,43 +243289,43 @@ }, "right": { "type": "CallExpression", - "start": 144376, - "end": 144391, + "start": 146766, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 144376, - "end": 144386, + "start": 146766, + "end": 146776, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 43 } }, "object": { "type": "Identifier", - "start": 144376, - "end": 144380, + "start": 146766, + "end": 146770, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 37 }, "identifierName": "_ymd" @@ -243198,15 +243334,15 @@ }, "property": { "type": "Identifier", - "start": 144381, - "end": 144386, + "start": 146771, + "end": 146776, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 38 }, "end": { - "line": 3270, + "line": 3312, "column": 43 }, "identifierName": "split" @@ -243218,15 +243354,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144387, - "end": 144390, + "start": 146777, + "end": 146780, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 44 }, "end": { - "line": 3270, + "line": 3312, "column": 47 } }, @@ -243242,43 +243378,43 @@ }, { "type": "IfStatement", - "start": 144416, - "end": 144548, + "start": 146806, + "end": 146938, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 24 }, "end": { - "line": 3273, + "line": 3315, "column": 25 } }, "test": { "type": "MemberExpression", - "start": 144421, - "end": 144430, + "start": 146811, + "end": 146820, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 29 }, "end": { - "line": 3271, + "line": 3313, "column": 38 } }, "object": { "type": "Identifier", - "start": 144421, - "end": 144427, + "start": 146811, + "end": 146817, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 29 }, "end": { - "line": 3271, + "line": 3313, "column": 35 }, "identifierName": "_parts" @@ -243287,15 +243423,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144428, - "end": 144429, + "start": 146818, + "end": 146819, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 36 }, "end": { - "line": 3271, + "line": 3313, "column": 37 } }, @@ -243309,73 +243445,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 144433, - "end": 144548, + "start": 146823, + "end": 146938, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 41 }, "end": { - "line": 3273, + "line": 3315, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 144463, - "end": 144504, + "start": 146853, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 144463, - "end": 144504, + "start": 146853, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 144463, - "end": 144472, + "start": 146853, + "end": 146862, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 37 } }, "object": { "type": "Identifier", - "start": 144463, - "end": 144469, + "start": 146853, + "end": 146859, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 34 }, "identifierName": "_parts" @@ -243384,15 +243520,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144470, - "end": 144471, + "start": 146860, + "end": 146861, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 35 }, "end": { - "line": 3272, + "line": 3314, "column": 36 } }, @@ -243406,43 +243542,43 @@ }, "right": { "type": "BinaryExpression", - "start": 144475, - "end": 144504, + "start": 146865, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "left": { "type": "CallExpression", - "start": 144475, - "end": 144500, + "start": 146865, + "end": 146890, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 65 } }, "callee": { "type": "Identifier", - "start": 144475, - "end": 144483, + "start": 146865, + "end": 146873, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 48 }, "identifierName": "parseInt" @@ -243452,29 +243588,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 144485, - "end": 144494, + "start": 146875, + "end": 146884, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 50 }, "end": { - "line": 3272, + "line": 3314, "column": 59 } }, "object": { "type": "Identifier", - "start": 144485, - "end": 144491, + "start": 146875, + "end": 146881, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 50 }, "end": { - "line": 3272, + "line": 3314, "column": 56 }, "identifierName": "_parts" @@ -243483,15 +243619,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144492, - "end": 144493, + "start": 146882, + "end": 146883, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 57 }, "end": { - "line": 3272, + "line": 3314, "column": 58 } }, @@ -243505,15 +243641,15 @@ }, { "type": "NumericLiteral", - "start": 144496, - "end": 144498, + "start": 146886, + "end": 146888, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 61 }, "end": { - "line": 3272, + "line": 3314, "column": 63 } }, @@ -243528,15 +243664,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 144503, - "end": 144504, + "start": 146893, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 68 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, @@ -243556,15 +243692,15 @@ { "type": "CommentLine", "value": " to month index", - "start": 144505, - "end": 144522, + "start": 146895, + "end": 146912, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 70 }, "end": { - "line": 3272, + "line": 3314, "column": 87 } } @@ -243578,29 +243714,29 @@ }, { "type": "IfStatement", - "start": 144573, - "end": 144674, + "start": 146963, + "end": 147064, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 24 }, "end": { - "line": 3276, + "line": 3318, "column": 25 } }, "test": { "type": "Identifier", - "start": 144578, - "end": 144582, + "start": 146968, + "end": 146972, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 29 }, "end": { - "line": 3274, + "line": 3316, "column": 33 }, "identifierName": "_his" @@ -243609,72 +243745,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 144585, - "end": 144674, + "start": 146975, + "end": 147064, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 36 }, "end": { - "line": 3276, + "line": 3318, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 144615, - "end": 144648, + "start": 147005, + "end": 147038, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 144615, - "end": 144648, + "start": 147005, + "end": 147038, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 144615, - "end": 144626, + "start": 147005, + "end": 147016, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 39 } }, "object": { "type": "Identifier", - "start": 144615, - "end": 144621, + "start": 147005, + "end": 147011, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 34 }, "identifierName": "_parts" @@ -243683,15 +243819,15 @@ }, "property": { "type": "Identifier", - "start": 144622, - "end": 144626, + "start": 147012, + "end": 147016, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 35 }, "end": { - "line": 3275, + "line": 3317, "column": 39 }, "identifierName": "push" @@ -243703,57 +243839,57 @@ "arguments": [ { "type": "SpreadElement", - "start": 144628, - "end": 144646, + "start": 147018, + "end": 147036, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 41 }, "end": { - "line": 3275, + "line": 3317, "column": 59 } }, "argument": { "type": "CallExpression", - "start": 144631, - "end": 144646, + "start": 147021, + "end": 147036, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 144631, - "end": 144641, + "start": 147021, + "end": 147031, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 54 } }, "object": { "type": "Identifier", - "start": 144631, - "end": 144635, + "start": 147021, + "end": 147025, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 48 }, "identifierName": "_his" @@ -243762,15 +243898,15 @@ }, "property": { "type": "Identifier", - "start": 144636, - "end": 144641, + "start": 147026, + "end": 147031, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 49 }, "end": { - "line": 3275, + "line": 3317, "column": 54 }, "identifierName": "split" @@ -243782,15 +243918,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144642, - "end": 144645, + "start": 147032, + "end": 147035, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 55 }, "end": { - "line": 3275, + "line": 3317, "column": 58 } }, @@ -243813,44 +243949,44 @@ }, { "type": "ExpressionStatement", - "start": 144699, - "end": 144781, + "start": 147089, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 144699, - "end": 144781, + "start": 147089, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144699, - "end": 144704, + "start": 147089, + "end": 147094, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 29 }, "identifierName": "_date" @@ -243859,29 +243995,29 @@ }, "right": { "type": "NewExpression", - "start": 144707, - "end": 144781, + "start": 147097, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 32 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "callee": { "type": "Identifier", - "start": 144711, - "end": 144715, + "start": 147101, + "end": 147105, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 36 }, "end": { - "line": 3277, + "line": 3319, "column": 40 }, "identifierName": "Date" @@ -243891,57 +244027,57 @@ "arguments": [ { "type": "CallExpression", - "start": 144717, - "end": 144779, + "start": 147107, + "end": 147169, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 144717, - "end": 144750, + "start": 147107, + "end": 147140, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 75 } }, "object": { "type": "NewExpression", - "start": 144717, - "end": 144738, + "start": 147107, + "end": 147128, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 63 } }, "callee": { "type": "Identifier", - "start": 144721, - "end": 144725, + "start": 147111, + "end": 147115, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 46 }, "end": { - "line": 3277, + "line": 3319, "column": 50 }, "identifierName": "Date" @@ -243951,29 +244087,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 144727, - "end": 144736, + "start": 147117, + "end": 147126, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 52 }, "end": { - "line": 3277, + "line": 3319, "column": 61 } }, "argument": { "type": "Identifier", - "start": 144730, - "end": 144736, + "start": 147120, + "end": 147126, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 55 }, "end": { - "line": 3277, + "line": 3319, "column": 61 }, "identifierName": "_parts" @@ -243985,15 +244121,15 @@ }, "property": { "type": "Identifier", - "start": 144739, - "end": 144750, + "start": 147129, + "end": 147140, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 64 }, "end": { - "line": 3277, + "line": 3319, "column": 75 }, "identifierName": "setFullYear" @@ -244005,29 +244141,29 @@ "arguments": [ { "type": "CallExpression", - "start": 144752, - "end": 144777, + "start": 147142, + "end": 147167, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 77 }, "end": { - "line": 3277, + "line": 3319, "column": 102 } }, "callee": { "type": "Identifier", - "start": 144752, - "end": 144760, + "start": 147142, + "end": 147150, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 77 }, "end": { - "line": 3277, + "line": 3319, "column": 85 }, "identifierName": "parseInt" @@ -244037,29 +244173,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 144762, - "end": 144771, + "start": 147152, + "end": 147161, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 87 }, "end": { - "line": 3277, + "line": 3319, "column": 96 } }, "object": { "type": "Identifier", - "start": 144762, - "end": 144768, + "start": 147152, + "end": 147158, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 87 }, "end": { - "line": 3277, + "line": 3319, "column": 93 }, "identifierName": "_parts" @@ -244068,15 +244204,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144769, - "end": 144770, + "start": 147159, + "end": 147160, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 94 }, "end": { - "line": 3277, + "line": 3319, "column": 95 } }, @@ -244090,15 +244226,15 @@ }, { "type": "NumericLiteral", - "start": 144773, - "end": 144775, + "start": 147163, + "end": 147165, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 98 }, "end": { - "line": 3277, + "line": 3319, "column": 100 } }, @@ -244118,15 +244254,15 @@ }, { "type": "BreakStatement", - "start": 144806, - "end": 144811, + "start": 147196, + "end": 147201, "loc": { "start": { - "line": 3278, + "line": 3320, "column": 24 }, "end": { - "line": 3278, + "line": 3320, "column": 29 } }, @@ -244138,43 +244274,43 @@ ], "test": { "type": "CallExpression", - "start": 144192, - "end": 144278, + "start": 146582, + "end": 146668, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 111 } }, "callee": { "type": "MemberExpression", - "start": 144192, - "end": 144266, + "start": 146582, + "end": 146656, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 99 } }, "object": { "type": "RegExpLiteral", - "start": 144192, - "end": 144261, + "start": 146582, + "end": 146651, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 94 } }, @@ -244186,15 +244322,15 @@ }, "property": { "type": "Identifier", - "start": 144262, - "end": 144266, + "start": 146652, + "end": 146656, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 95 }, "end": { - "line": 3268, + "line": 3310, "column": 99 }, "identifierName": "test" @@ -244206,15 +244342,15 @@ "arguments": [ { "type": "Identifier", - "start": 144268, - "end": 144276, + "start": 146658, + "end": 146666, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 101 }, "end": { - "line": 3268, + "line": 3310, "column": 109 }, "identifierName": "_chk_str" @@ -244226,59 +244362,59 @@ }, { "type": "SwitchCase", - "start": 144854, - "end": 145006, + "start": 147244, + "end": 147396, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 20 }, "end": { - "line": 3282, + "line": 3324, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 144909, - "end": 144976, + "start": 147299, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 144909, - "end": 144976, + "start": 147299, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144909, - "end": 144914, + "start": 147299, + "end": 147304, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 29 }, "identifierName": "_date" @@ -244287,57 +244423,57 @@ }, "right": { "type": "CallExpression", - "start": 144917, - "end": 144976, + "start": 147307, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 144917, - "end": 144948, + "start": 147307, + "end": 147338, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 63 } }, "object": { "type": "NewExpression", - "start": 144917, - "end": 144936, + "start": 147307, + "end": 147326, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 51 } }, "callee": { "type": "Identifier", - "start": 144921, - "end": 144925, + "start": 147311, + "end": 147315, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 36 }, "end": { - "line": 3281, + "line": 3323, "column": 40 }, "identifierName": "Date" @@ -244347,15 +244483,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 144927, - "end": 144928, + "start": 147317, + "end": 147318, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 42 }, "end": { - "line": 3281, + "line": 3323, "column": 43 } }, @@ -244367,15 +244503,15 @@ }, { "type": "NumericLiteral", - "start": 144930, - "end": 144931, + "start": 147320, + "end": 147321, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 45 }, "end": { - "line": 3281, + "line": 3323, "column": 46 } }, @@ -244387,15 +244523,15 @@ }, { "type": "NumericLiteral", - "start": 144933, - "end": 144934, + "start": 147323, + "end": 147324, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 48 }, "end": { - "line": 3281, + "line": 3323, "column": 49 } }, @@ -244409,15 +244545,15 @@ }, "property": { "type": "Identifier", - "start": 144937, - "end": 144948, + "start": 147327, + "end": 147338, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 52 }, "end": { - "line": 3281, + "line": 3323, "column": 63 }, "identifierName": "setFullYear" @@ -244429,29 +244565,29 @@ "arguments": [ { "type": "CallExpression", - "start": 144950, - "end": 144974, + "start": 147340, + "end": 147364, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 65 }, "end": { - "line": 3281, + "line": 3323, "column": 89 } }, "callee": { "type": "Identifier", - "start": 144950, - "end": 144958, + "start": 147340, + "end": 147348, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 65 }, "end": { - "line": 3281, + "line": 3323, "column": 73 }, "identifierName": "parseInt" @@ -244461,15 +244597,15 @@ "arguments": [ { "type": "Identifier", - "start": 144960, - "end": 144968, + "start": 147350, + "end": 147358, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 75 }, "end": { - "line": 3281, + "line": 3323, "column": 83 }, "identifierName": "_chk_str" @@ -244478,15 +244614,15 @@ }, { "type": "NumericLiteral", - "start": 144970, - "end": 144972, + "start": 147360, + "end": 147362, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 85 }, "end": { - "line": 3281, + "line": 3323, "column": 87 } }, @@ -244504,15 +244640,15 @@ }, { "type": "BreakStatement", - "start": 145001, - "end": 145006, + "start": 147391, + "end": 147396, "loc": { "start": { - "line": 3282, + "line": 3324, "column": 24 }, "end": { - "line": 3282, + "line": 3324, "column": 29 } }, @@ -244521,43 +244657,43 @@ ], "test": { "type": "CallExpression", - "start": 144859, - "end": 144883, + "start": 147249, + "end": 147273, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 144859, - "end": 144871, + "start": 147249, + "end": 147261, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 144859, - "end": 144866, + "start": 147249, + "end": 147256, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 32 } }, @@ -244569,15 +244705,15 @@ }, "property": { "type": "Identifier", - "start": 144867, - "end": 144871, + "start": 147257, + "end": 147261, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 33 }, "end": { - "line": 3280, + "line": 3322, "column": 37 }, "identifierName": "test" @@ -244589,15 +244725,15 @@ "arguments": [ { "type": "Identifier", - "start": 144873, - "end": 144881, + "start": 147263, + "end": 147271, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 39 }, "end": { - "line": 3280, + "line": 3322, "column": 47 }, "identifierName": "_chk_str" @@ -244609,59 +244745,59 @@ }, { "type": "SwitchCase", - "start": 145027, - "end": 145129, + "start": 147417, + "end": 147519, "loc": { "start": { - "line": 3283, + "line": 3325, "column": 20 }, "end": { - "line": 3285, + "line": 3327, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 145060, - "end": 145099, + "start": 147450, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 145060, - "end": 145099, + "start": 147450, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 145060, - "end": 145065, + "start": 147450, + "end": 147455, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 29 }, "identifierName": "_date" @@ -244670,29 +244806,29 @@ }, "right": { "type": "NewExpression", - "start": 145068, - "end": 145099, + "start": 147458, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 32 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "callee": { "type": "Identifier", - "start": 145072, - "end": 145076, + "start": 147462, + "end": 147466, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 36 }, "end": { - "line": 3284, + "line": 3326, "column": 40 }, "identifierName": "Date" @@ -244702,43 +244838,43 @@ "arguments": [ { "type": "CallExpression", - "start": 145078, - "end": 145097, + "start": 147468, + "end": 147487, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 145078, - "end": 145095, + "start": 147468, + "end": 147485, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 59 } }, "object": { "type": "Identifier", - "start": 145078, - "end": 145086, + "start": 147468, + "end": 147476, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 50 }, "identifierName": "_chk_str" @@ -244747,15 +244883,15 @@ }, "property": { "type": "Identifier", - "start": 145087, - "end": 145095, + "start": 147477, + "end": 147485, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 51 }, "end": { - "line": 3284, + "line": 3326, "column": 59 }, "identifierName": "toString" @@ -244772,15 +244908,15 @@ }, { "type": "BreakStatement", - "start": 145124, - "end": 145129, + "start": 147514, + "end": 147519, "loc": { "start": { - "line": 3285, + "line": 3327, "column": 24 }, "end": { - "line": 3285, + "line": 3327, "column": 29 } }, @@ -244793,29 +244929,29 @@ }, { "type": "ReturnStatement", - "start": 145165, - "end": 145177, + "start": 147555, + "end": 147567, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 16 }, "end": { - "line": 3287, + "line": 3329, "column": 28 } }, "argument": { "type": "Identifier", - "start": 145172, - "end": 145177, + "start": 147562, + "end": 147567, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 23 }, "end": { - "line": 3287, + "line": 3329, "column": 28 }, "identifierName": "_date" @@ -244830,29 +244966,29 @@ }, { "type": "VariableDeclarator", - "start": 145205, - "end": 145247, + "start": 147595, + "end": 147637, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 12 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "id": { "type": "Identifier", - "start": 145205, - "end": 145215, + "start": 147595, + "end": 147605, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 12 }, "end": { - "line": 3289, + "line": 3331, "column": 22 }, "identifierName": "_checkDate" @@ -244861,29 +244997,29 @@ }, "init": { "type": "CallExpression", - "start": 145218, - "end": 145247, + "start": 147608, + "end": 147637, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 25 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "callee": { "type": "Identifier", - "start": 145218, - "end": 145231, + "start": 147608, + "end": 147621, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 25 }, "end": { - "line": 3289, + "line": 3331, "column": 38 }, "identifierName": "getDateObject" @@ -244893,15 +245029,15 @@ "arguments": [ { "type": "Identifier", - "start": 145233, - "end": 145245, + "start": 147623, + "end": 147635, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 40 }, "end": { - "line": 3289, + "line": 3331, "column": 52 }, "identifierName": "datetime_str" @@ -244916,57 +245052,57 @@ }, { "type": "IfStatement", - "start": 145265, - "end": 145448, + "start": 147655, + "end": 147838, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 8 }, "end": { - "line": 3294, + "line": 3336, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 145270, - "end": 145320, + "start": 147660, + "end": 147710, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 63 } }, "left": { "type": "CallExpression", - "start": 145270, - "end": 145289, + "start": 147660, + "end": 147679, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 32 } }, "callee": { "type": "Identifier", - "start": 145270, - "end": 145275, + "start": 147660, + "end": 147665, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 18 }, "identifierName": "isNaN" @@ -244976,15 +245112,15 @@ "arguments": [ { "type": "Identifier", - "start": 145277, - "end": 145287, + "start": 147667, + "end": 147677, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 20 }, "end": { - "line": 3291, + "line": 3333, "column": 30 }, "identifierName": "_checkDate" @@ -244996,58 +245132,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 145293, - "end": 145320, + "start": 147683, + "end": 147710, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 145293, - "end": 145306, + "start": 147683, + "end": 147696, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 145293, - "end": 145297, + "start": 147683, + "end": 147687, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 40 } } }, "property": { "type": "Identifier", - "start": 145298, - "end": 145306, + "start": 147688, + "end": 147696, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 41 }, "end": { - "line": 3291, + "line": 3333, "column": 49 }, "identifierName": "is_empty" @@ -245059,15 +245195,15 @@ "arguments": [ { "type": "Identifier", - "start": 145308, - "end": 145318, + "start": 147698, + "end": 147708, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 51 }, "end": { - "line": 3291, + "line": 3333, "column": 61 }, "identifierName": "_checkDate" @@ -245079,72 +245215,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 145323, - "end": 145448, + "start": 147713, + "end": 147838, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 66 }, "end": { - "line": 3294, + "line": 3336, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 145337, - "end": 145414, + "start": 147727, + "end": 147804, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 145337, - "end": 145414, + "start": 147727, + "end": 147804, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 145337, - "end": 145349, + "start": 147727, + "end": 147739, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 24 } }, "object": { "type": "Identifier", - "start": 145337, - "end": 145344, + "start": 147727, + "end": 147734, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 19 }, "identifierName": "console" @@ -245153,15 +245289,15 @@ }, "property": { "type": "Identifier", - "start": 145345, - "end": 145349, + "start": 147735, + "end": 147739, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 20 }, "end": { - "line": 3292, + "line": 3334, "column": 24 }, "identifierName": "warn" @@ -245173,30 +245309,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 145351, - "end": 145412, + "start": 147741, + "end": 147802, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 26 }, "end": { - "line": 3292, + "line": 3334, "column": 87 } }, "expressions": [ { "type": "Identifier", - "start": 145355, - "end": 145367, + "start": 147745, + "end": 147757, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 30 }, "end": { - "line": 3292, + "line": 3334, "column": 42 }, "identifierName": "datetime_str" @@ -245207,15 +245343,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 145352, - "end": 145353, + "start": 147742, + "end": 147743, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 27 }, "end": { - "line": 3292, + "line": 3334, "column": 28 } }, @@ -245227,15 +245363,15 @@ }, { "type": "TemplateElement", - "start": 145368, - "end": 145411, + "start": 147758, + "end": 147801, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 43 }, "end": { - "line": 3292, + "line": 3334, "column": 86 } }, @@ -245252,29 +245388,29 @@ }, { "type": "ReturnStatement", - "start": 145427, - "end": 145438, + "start": 147817, + "end": 147828, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 12 }, "end": { - "line": 3293, + "line": 3335, "column": 23 } }, "argument": { "type": "NullLiteral", - "start": 145434, - "end": 145438, + "start": 147824, + "end": 147828, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 19 }, "end": { - "line": 3293, + "line": 3335, "column": 23 } } @@ -245289,15 +245425,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -245306,43 +245442,43 @@ }, { "type": "IfStatement", - "start": 145811, - "end": 145908, + "start": 148201, + "end": 148298, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 8 }, "end": { - "line": 3308, + "line": 3350, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 145816, - "end": 145846, + "start": 148206, + "end": 148236, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 13 }, "end": { - "line": 3306, + "line": 3348, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 145816, - "end": 145833, + "start": 148206, + "end": 148223, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 13 }, "end": { - "line": 3306, + "line": 3348, "column": 30 } }, @@ -245350,15 +245486,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 145823, - "end": 145833, + "start": 148213, + "end": 148223, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 20 }, "end": { - "line": 3306, + "line": 3348, "column": 30 }, "identifierName": "_checkDate" @@ -245374,15 +245510,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 145838, - "end": 145846, + "start": 148228, + "end": 148236, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 35 }, "end": { - "line": 3306, + "line": 3348, "column": 43 } }, @@ -245396,59 +245532,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 145849, - "end": 145908, + "start": 148239, + "end": 148298, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 46 }, "end": { - "line": 3308, + "line": 3350, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 145863, - "end": 145898, + "start": 148253, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 145863, - "end": 145898, + "start": 148253, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 145863, - "end": 145873, + "start": 148253, + "end": 148263, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 22 }, "identifierName": "_checkDate" @@ -245457,29 +245593,29 @@ }, "right": { "type": "NewExpression", - "start": 145876, - "end": 145898, + "start": 148266, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 25 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "callee": { "type": "Identifier", - "start": 145880, - "end": 145884, + "start": 148270, + "end": 148274, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 29 }, "end": { - "line": 3307, + "line": 3349, "column": 33 }, "identifierName": "Date" @@ -245489,15 +245625,15 @@ "arguments": [ { "type": "Identifier", - "start": 145886, - "end": 145896, + "start": 148276, + "end": 148286, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 35 }, "end": { - "line": 3307, + "line": 3349, "column": 45 }, "identifierName": "_checkDate" @@ -245517,15 +245653,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -245535,15 +245671,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -245552,29 +245688,29 @@ }, { "type": "ReturnStatement", - "start": 146022, - "end": 146039, + "start": 148412, + "end": 148429, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 8 }, "end": { - "line": 3310, + "line": 3352, "column": 25 } }, "argument": { "type": "Identifier", - "start": 146029, - "end": 146039, + "start": 148419, + "end": 148429, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 15 }, "end": { - "line": 3310, + "line": 3352, "column": 25 }, "identifierName": "_checkDate" @@ -245586,15 +245722,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -245609,15 +245745,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -245627,15 +245763,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -245644,15 +245780,15 @@ }, { "type": "ClassMethod", - "start": 146192, - "end": 146878, + "start": 148582, + "end": 149268, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 4 }, "end": { - "line": 3334, + "line": 3376, "column": 5 } }, @@ -245660,15 +245796,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 146192, - "end": 146199, + "start": 148582, + "end": 148589, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 4 }, "end": { - "line": 3318, + "line": 3360, "column": 11 }, "identifierName": "getWeek" @@ -245684,15 +245820,15 @@ "params": [ { "type": "Identifier", - "start": 146201, - "end": 146209, + "start": 148591, + "end": 148599, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 13 }, "end": { - "line": 3318, + "line": 3360, "column": 21 }, "identifierName": "date_str" @@ -245702,59 +245838,59 @@ ], "body": { "type": "BlockStatement", - "start": 146212, - "end": 146878, + "start": 148602, + "end": 149268, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 24 }, "end": { - "line": 3334, + "line": 3376, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 146222, - "end": 146301, + "start": 148612, + "end": 148691, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 8 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 146226, - "end": 146236, + "start": 148616, + "end": 148626, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 12 }, "end": { - "line": 3319, + "line": 3361, "column": 22 } }, "id": { "type": "Identifier", - "start": 146226, - "end": 146236, + "start": 148616, + "end": 148626, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 12 }, "end": { - "line": 3319, + "line": 3361, "column": 22 }, "identifierName": "targetDate" @@ -245765,29 +245901,29 @@ }, { "type": "VariableDeclarator", - "start": 146238, - "end": 146242, + "start": 148628, + "end": 148632, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 24 }, "end": { - "line": 3319, + "line": 3361, "column": 28 } }, "id": { "type": "Identifier", - "start": 146238, - "end": 146242, + "start": 148628, + "end": 148632, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 24 }, "end": { - "line": 3319, + "line": 3361, "column": 28 }, "identifierName": "_str" @@ -245798,29 +245934,29 @@ }, { "type": "VariableDeclarator", - "start": 146244, - "end": 146251, + "start": 148634, + "end": 148641, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 30 }, "end": { - "line": 3319, + "line": 3361, "column": 37 } }, "id": { "type": "Identifier", - "start": 146244, - "end": 146251, + "start": 148634, + "end": 148641, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 30 }, "end": { - "line": 3319, + "line": 3361, "column": 37 }, "identifierName": "_onejan" @@ -245831,29 +245967,29 @@ }, { "type": "VariableDeclarator", - "start": 146265, - "end": 146301, + "start": 148655, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 12 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "id": { "type": "Identifier", - "start": 146265, - "end": 146279, + "start": 148655, + "end": 148669, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 12 }, "end": { - "line": 3320, + "line": 3362, "column": 26 }, "identifierName": "_millisecInDay" @@ -245862,57 +245998,57 @@ }, "init": { "type": "BinaryExpression", - "start": 146282, - "end": 146301, + "start": 148672, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "left": { "type": "BinaryExpression", - "start": 146282, - "end": 146294, + "start": 148672, + "end": 148684, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 146282, - "end": 146289, + "start": 148672, + "end": 148679, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 36 } }, "left": { "type": "NumericLiteral", - "start": 146282, - "end": 146284, + "start": 148672, + "end": 148674, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 31 } }, @@ -245925,15 +246061,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146287, - "end": 146289, + "start": 148677, + "end": 148679, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 34 }, "end": { - "line": 3320, + "line": 3362, "column": 36 } }, @@ -245947,15 +246083,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146292, - "end": 146294, + "start": 148682, + "end": 148684, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 39 }, "end": { - "line": 3320, + "line": 3362, "column": 41 } }, @@ -245969,15 +246105,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146297, - "end": 146301, + "start": 148687, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 44 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, @@ -245994,57 +246130,57 @@ }, { "type": "IfStatement", - "start": 146319, - "end": 146706, + "start": 148709, + "end": 149096, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 8 }, "end": { - "line": 3331, + "line": 3373, "column": 9 } }, "test": { "type": "CallExpression", - "start": 146324, - "end": 146376, + "start": 148714, + "end": 148766, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 146324, - "end": 146364, + "start": 148714, + "end": 148754, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 53 } }, "object": { "type": "RegExpLiteral", - "start": 146324, - "end": 146359, + "start": 148714, + "end": 148749, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 48 } }, @@ -246056,15 +246192,15 @@ }, "property": { "type": "Identifier", - "start": 146360, - "end": 146364, + "start": 148750, + "end": 148754, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 49 }, "end": { - "line": 3322, + "line": 3364, "column": 53 }, "identifierName": "test" @@ -246076,15 +246212,15 @@ "arguments": [ { "type": "Identifier", - "start": 146366, - "end": 146374, + "start": 148756, + "end": 148764, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 55 }, "end": { - "line": 3322, + "line": 3364, "column": 63 }, "identifierName": "date_str" @@ -246095,59 +246231,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 146379, - "end": 146643, + "start": 148769, + "end": 149033, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 68 }, "end": { - "line": 3329, + "line": 3371, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 146393, - "end": 146419, + "start": 148783, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 146393, - "end": 146419, + "start": 148783, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146393, - "end": 146397, + "start": 148783, + "end": 148787, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 16 }, "identifierName": "_str" @@ -246156,43 +246292,43 @@ }, "right": { "type": "CallExpression", - "start": 146400, - "end": 146419, + "start": 148790, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 146400, - "end": 146414, + "start": 148790, + "end": 148804, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 33 } }, "object": { "type": "Identifier", - "start": 146400, - "end": 146408, + "start": 148790, + "end": 148798, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 27 }, "identifierName": "date_str" @@ -246201,15 +246337,15 @@ }, "property": { "type": "Identifier", - "start": 146409, - "end": 146414, + "start": 148799, + "end": 148804, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 28 }, "end": { - "line": 3323, + "line": 3365, "column": 33 }, "identifierName": "split" @@ -246221,15 +246357,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 146415, - "end": 146418, + "start": 148805, + "end": 148808, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 34 }, "end": { - "line": 3323, + "line": 3365, "column": 37 } }, @@ -246245,29 +246381,29 @@ }, { "type": "IfStatement", - "start": 146432, - "end": 146553, + "start": 148822, + "end": 148943, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 12 }, "end": { - "line": 3326, + "line": 3368, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 146437, - "end": 146463, + "start": 148827, + "end": 148853, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 17 }, "end": { - "line": 3324, + "line": 3366, "column": 43 } }, @@ -246275,58 +246411,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 146439, - "end": 146463, + "start": 148829, + "end": 148853, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 146439, - "end": 146452, + "start": 148829, + "end": 148842, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 146439, - "end": 146443, + "start": 148829, + "end": 148833, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 23 } } }, "property": { "type": "Identifier", - "start": 146444, - "end": 146452, + "start": 148834, + "end": 148842, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 24 }, "end": { - "line": 3324, + "line": 3366, "column": 32 }, "identifierName": "is_empty" @@ -246338,29 +246474,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 146454, - "end": 146461, + "start": 148844, + "end": 148851, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 34 }, "end": { - "line": 3324, + "line": 3366, "column": 41 } }, "object": { "type": "Identifier", - "start": 146454, - "end": 146458, + "start": 148844, + "end": 148848, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 34 }, "end": { - "line": 3324, + "line": 3366, "column": 38 }, "identifierName": "_str" @@ -246369,15 +246505,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146459, - "end": 146460, + "start": 148849, + "end": 148850, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 39 }, "end": { - "line": 3324, + "line": 3366, "column": 40 } }, @@ -246397,73 +246533,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 146466, - "end": 146553, + "start": 148856, + "end": 148943, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 46 }, "end": { - "line": 3326, + "line": 3368, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 146484, - "end": 146521, + "start": 148874, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 146484, - "end": 146521, + "start": 148874, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 146484, - "end": 146491, + "start": 148874, + "end": 148881, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 23 } }, "object": { "type": "Identifier", - "start": 146484, - "end": 146488, + "start": 148874, + "end": 148878, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 20 }, "identifierName": "_str" @@ -246472,15 +246608,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146489, - "end": 146490, + "start": 148879, + "end": 148880, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 21 }, "end": { - "line": 3325, + "line": 3367, "column": 22 } }, @@ -246494,43 +246630,43 @@ }, "right": { "type": "BinaryExpression", - "start": 146494, - "end": 146521, + "start": 148884, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "left": { "type": "CallExpression", - "start": 146494, - "end": 146517, + "start": 148884, + "end": 148907, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 49 } }, "callee": { "type": "Identifier", - "start": 146494, - "end": 146502, + "start": 148884, + "end": 148892, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 34 }, "identifierName": "parseInt" @@ -246540,29 +246676,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 146504, - "end": 146511, + "start": 148894, + "end": 148901, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 36 }, "end": { - "line": 3325, + "line": 3367, "column": 43 } }, "object": { "type": "Identifier", - "start": 146504, - "end": 146508, + "start": 148894, + "end": 148898, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 36 }, "end": { - "line": 3325, + "line": 3367, "column": 40 }, "identifierName": "_str" @@ -246571,15 +246707,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146509, - "end": 146510, + "start": 148899, + "end": 148900, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 41 }, "end": { - "line": 3325, + "line": 3367, "column": 42 } }, @@ -246593,15 +246729,15 @@ }, { "type": "NumericLiteral", - "start": 146513, - "end": 146515, + "start": 148903, + "end": 148905, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 45 }, "end": { - "line": 3325, + "line": 3367, "column": 47 } }, @@ -246616,15 +246752,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 146520, - "end": 146521, + "start": 148910, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 52 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, @@ -246644,15 +246780,15 @@ { "type": "CommentLine", "value": " To month index", - "start": 146522, - "end": 146539, + "start": 148912, + "end": 148929, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 54 }, "end": { - "line": 3325, + "line": 3367, "column": 71 } } @@ -246668,15 +246804,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -246685,44 +246821,44 @@ }, { "type": "ExpressionStatement", - "start": 146601, - "end": 146633, + "start": 148991, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 146601, - "end": 146633, + "start": 148991, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146601, - "end": 146611, + "start": 148991, + "end": 149001, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 22 }, "identifierName": "targetDate" @@ -246732,29 +246868,29 @@ }, "right": { "type": "NewExpression", - "start": 146614, - "end": 146633, + "start": 149004, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 25 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "callee": { "type": "Identifier", - "start": 146618, - "end": 146622, + "start": 149008, + "end": 149012, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 29 }, "end": { - "line": 3328, + "line": 3370, "column": 33 }, "identifierName": "Date" @@ -246764,29 +246900,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 146624, - "end": 146631, + "start": 149014, + "end": 149021, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 35 }, "end": { - "line": 3328, + "line": 3370, "column": 42 } }, "argument": { "type": "Identifier", - "start": 146627, - "end": 146631, + "start": 149017, + "end": 149021, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 38 }, "end": { - "line": 3328, + "line": 3370, "column": 42 }, "identifierName": "_str" @@ -246802,15 +246938,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -246822,59 +246958,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 146649, - "end": 146706, + "start": 149039, + "end": 149096, "loc": { "start": { - "line": 3329, + "line": 3371, "column": 15 }, "end": { - "line": 3331, + "line": 3373, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 146663, - "end": 146696, + "start": 149053, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 146663, - "end": 146696, + "start": 149053, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146663, - "end": 146673, + "start": 149053, + "end": 149063, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 22 }, "identifierName": "targetDate" @@ -246883,29 +247019,29 @@ }, "right": { "type": "NewExpression", - "start": 146676, - "end": 146696, + "start": 149066, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 25 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "callee": { "type": "Identifier", - "start": 146680, - "end": 146684, + "start": 149070, + "end": 149074, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 29 }, "end": { - "line": 3330, + "line": 3372, "column": 33 }, "identifierName": "Date" @@ -246915,15 +247051,15 @@ "arguments": [ { "type": "Identifier", - "start": 146686, - "end": 146694, + "start": 149076, + "end": 149084, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 35 }, "end": { - "line": 3330, + "line": 3372, "column": 43 }, "identifierName": "date_str" @@ -246940,44 +247076,44 @@ }, { "type": "ExpressionStatement", - "start": 146715, - "end": 146767, + "start": 149105, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 146715, - "end": 146767, + "start": 149105, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146715, - "end": 146722, + "start": 149105, + "end": 149112, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 15 }, "identifierName": "_onejan" @@ -246986,29 +247122,29 @@ }, "right": { "type": "NewExpression", - "start": 146725, - "end": 146767, + "start": 149115, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 18 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "callee": { "type": "Identifier", - "start": 146729, - "end": 146733, + "start": 149119, + "end": 149123, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 22 }, "end": { - "line": 3332, + "line": 3374, "column": 26 }, "identifierName": "Date" @@ -247018,43 +247154,43 @@ "arguments": [ { "type": "CallExpression", - "start": 146735, - "end": 146759, + "start": 149125, + "end": 149149, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 146735, - "end": 146757, + "start": 149125, + "end": 149147, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 50 } }, "object": { "type": "Identifier", - "start": 146735, - "end": 146745, + "start": 149125, + "end": 149135, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 38 }, "identifierName": "targetDate" @@ -247063,15 +247199,15 @@ }, "property": { "type": "Identifier", - "start": 146746, - "end": 146757, + "start": 149136, + "end": 149147, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 39 }, "end": { - "line": 3332, + "line": 3374, "column": 50 }, "identifierName": "getFullYear" @@ -247084,15 +247220,15 @@ }, { "type": "NumericLiteral", - "start": 146761, - "end": 146762, + "start": 149151, + "end": 149152, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 54 }, "end": { - "line": 3332, + "line": 3374, "column": 55 } }, @@ -247104,15 +247240,15 @@ }, { "type": "NumericLiteral", - "start": 146764, - "end": 146765, + "start": 149154, + "end": 149155, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 57 }, "end": { - "line": 3332, + "line": 3374, "column": 58 } }, @@ -247128,57 +247264,57 @@ }, { "type": "ReturnStatement", - "start": 146776, - "end": 146872, + "start": 149166, + "end": 149262, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 8 }, "end": { - "line": 3333, + "line": 3375, "column": 104 } }, "argument": { "type": "CallExpression", - "start": 146783, - "end": 146872, + "start": 149173, + "end": 149262, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 146783, - "end": 146792, + "start": 149173, + "end": 149182, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 24 } }, "object": { "type": "Identifier", - "start": 146783, - "end": 146787, + "start": 149173, + "end": 149177, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 19 }, "identifierName": "Math" @@ -247187,15 +247323,15 @@ }, "property": { "type": "Identifier", - "start": 146788, - "end": 146792, + "start": 149178, + "end": 149182, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 20 }, "end": { - "line": 3333, + "line": 3375, "column": 24 }, "identifierName": "ceil" @@ -247207,85 +247343,85 @@ "arguments": [ { "type": "BinaryExpression", - "start": 146794, - "end": 146870, + "start": 149184, + "end": 149260, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 26 }, "end": { - "line": 3333, + "line": 3375, "column": 102 } }, "left": { "type": "BinaryExpression", - "start": 146796, - "end": 146864, + "start": 149186, + "end": 149254, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 28 }, "end": { - "line": 3333, + "line": 3375, "column": 96 } }, "left": { "type": "BinaryExpression", - "start": 146796, - "end": 146860, + "start": 149186, + "end": 149250, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 28 }, "end": { - "line": 3333, + "line": 3375, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 146798, - "end": 146839, + "start": 149188, + "end": 149229, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 30 }, "end": { - "line": 3333, + "line": 3375, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 146800, - "end": 146820, + "start": 149190, + "end": 149210, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 32 }, "end": { - "line": 3333, + "line": 3375, "column": 52 } }, "left": { "type": "Identifier", - "start": 146800, - "end": 146810, + "start": 149190, + "end": 149200, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 32 }, "end": { - "line": 3333, + "line": 3375, "column": 42 }, "identifierName": "targetDate" @@ -247295,15 +247431,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 146813, - "end": 146820, + "start": 149203, + "end": 149210, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 45 }, "end": { - "line": 3333, + "line": 3375, "column": 52 }, "identifierName": "_onejan" @@ -247312,21 +247448,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 146798 + "parenStart": 149188 } }, "operator": "/", "right": { "type": "Identifier", - "start": 146825, - "end": 146839, + "start": 149215, + "end": 149229, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 57 }, "end": { - "line": 3333, + "line": 3375, "column": 71 }, "identifierName": "_millisecInDay" @@ -247335,49 +247471,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 146796 + "parenStart": 149186 } }, "operator": "+", "right": { "type": "CallExpression", - "start": 146844, - "end": 146860, + "start": 149234, + "end": 149250, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 146844, - "end": 146858, + "start": 149234, + "end": 149248, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 90 } }, "object": { "type": "Identifier", - "start": 146844, - "end": 146851, + "start": 149234, + "end": 149241, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 83 }, "identifierName": "_onejan" @@ -247386,15 +247522,15 @@ }, "property": { "type": "Identifier", - "start": 146852, - "end": 146858, + "start": 149242, + "end": 149248, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 84 }, "end": { - "line": 3333, + "line": 3375, "column": 90 }, "identifierName": "getDay" @@ -247409,15 +247545,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 146863, - "end": 146864, + "start": 149253, + "end": 149254, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 95 }, "end": { - "line": 3333, + "line": 3375, "column": 96 } }, @@ -247429,21 +247565,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 146794 + "parenStart": 149184 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 146869, - "end": 146870, + "start": 149259, + "end": 149260, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 101 }, "end": { - "line": 3333, + "line": 3375, "column": 102 } }, @@ -247465,15 +247601,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -247483,15 +247619,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -247500,15 +247636,15 @@ }, { "type": "ClassMethod", - "start": 147019, - "end": 148491, + "start": 149409, + "end": 150881, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 4 }, "end": { - "line": 3383, + "line": 3425, "column": 5 } }, @@ -247516,15 +247652,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 147019, - "end": 147033, + "start": 149409, + "end": 149423, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 4 }, "end": { - "line": 3341, + "line": 3383, "column": 18 }, "identifierName": "getHigherScale" @@ -247540,15 +247676,15 @@ "params": [ { "type": "Identifier", - "start": 147035, - "end": 147040, + "start": 149425, + "end": 149430, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 20 }, "end": { - "line": 3341, + "line": 3383, "column": 25 }, "identifierName": "scale" @@ -247558,59 +247694,59 @@ ], "body": { "type": "BlockStatement", - "start": 147043, - "end": 148491, + "start": 149433, + "end": 150881, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 28 }, "end": { - "line": 3383, + "line": 3425, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 147053, - "end": 147077, + "start": 149443, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 8 }, "end": { - "line": 3342, + "line": 3384, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 147057, - "end": 147077, + "start": 149447, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 12 }, "end": { - "line": 3342, + "line": 3384, "column": 32 } }, "id": { "type": "Identifier", - "start": 147057, - "end": 147069, + "start": 149447, + "end": 149459, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 12 }, "end": { - "line": 3342, + "line": 3384, "column": 24 }, "identifierName": "higher_scale" @@ -247619,15 +247755,15 @@ }, "init": { "type": "Identifier", - "start": 147072, - "end": 147077, + "start": 149462, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 27 }, "end": { - "line": 3342, + "line": 3384, "column": 32 }, "identifierName": "scale" @@ -247640,29 +247776,29 @@ }, { "type": "SwitchStatement", - "start": 147095, - "end": 148457, + "start": 149485, + "end": 150847, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 8 }, "end": { - "line": 3381, + "line": 3423, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 147104, - "end": 147108, + "start": 149494, + "end": 149498, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 17 }, "end": { - "line": 3344, + "line": 3386, "column": 21 } }, @@ -247671,59 +247807,59 @@ "cases": [ { "type": "SwitchCase", - "start": 147125, - "end": 147228, + "start": 149515, + "end": 149618, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 12 }, "end": { - "line": 3347, + "line": 3389, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147183, - "end": 147206, + "start": 149573, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 147183, - "end": 147206, + "start": 149573, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147183, - "end": 147195, + "start": 149573, + "end": 149585, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 28 }, "identifierName": "higher_scale" @@ -247732,15 +247868,15 @@ }, "right": { "type": "StringLiteral", - "start": 147198, - "end": 147206, + "start": 149588, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 31 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, @@ -247754,15 +247890,15 @@ }, { "type": "BreakStatement", - "start": 147223, - "end": 147228, + "start": 149613, + "end": 149618, "loc": { "start": { - "line": 3347, + "line": 3389, "column": 16 }, "end": { - "line": 3347, + "line": 3389, "column": 21 } }, @@ -247771,43 +247907,43 @@ ], "test": { "type": "CallExpression", - "start": 147130, - "end": 147165, + "start": 149520, + "end": 149555, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 147130, - "end": 147156, + "start": 149520, + "end": 149546, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 147130, - "end": 147151, + "start": 149520, + "end": 149541, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 38 } }, @@ -247819,15 +247955,15 @@ }, "property": { "type": "Identifier", - "start": 147152, - "end": 147156, + "start": 149542, + "end": 149546, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 39 }, "end": { - "line": 3345, + "line": 3387, "column": 43 }, "identifierName": "test" @@ -247839,15 +247975,15 @@ "arguments": [ { "type": "Identifier", - "start": 147158, - "end": 147163, + "start": 149548, + "end": 149553, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 45 }, "end": { - "line": 3345, + "line": 3387, "column": 50 }, "identifierName": "scale" @@ -247859,59 +247995,59 @@ }, { "type": "SwitchCase", - "start": 147241, - "end": 147336, + "start": 149631, + "end": 149726, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 12 }, "end": { - "line": 3350, + "line": 3392, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147291, - "end": 147314, + "start": 149681, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 147291, - "end": 147314, + "start": 149681, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147291, - "end": 147303, + "start": 149681, + "end": 149693, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 28 }, "identifierName": "higher_scale" @@ -247920,15 +248056,15 @@ }, "right": { "type": "StringLiteral", - "start": 147306, - "end": 147314, + "start": 149696, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 31 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, @@ -247942,15 +248078,15 @@ }, { "type": "BreakStatement", - "start": 147331, - "end": 147336, + "start": 149721, + "end": 149726, "loc": { "start": { - "line": 3350, + "line": 3392, "column": 16 }, "end": { - "line": 3350, + "line": 3392, "column": 21 } }, @@ -247959,43 +248095,43 @@ ], "test": { "type": "CallExpression", - "start": 147246, - "end": 147273, + "start": 149636, + "end": 149663, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 147246, - "end": 147264, + "start": 149636, + "end": 149654, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 147246, - "end": 147259, + "start": 149636, + "end": 149649, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 30 } }, @@ -248007,15 +248143,15 @@ }, "property": { "type": "Identifier", - "start": 147260, - "end": 147264, + "start": 149650, + "end": 149654, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 31 }, "end": { - "line": 3348, + "line": 3390, "column": 35 }, "identifierName": "test" @@ -248027,15 +248163,15 @@ "arguments": [ { "type": "Identifier", - "start": 147266, - "end": 147271, + "start": 149656, + "end": 149661, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 37 }, "end": { - "line": 3348, + "line": 3390, "column": 42 }, "identifierName": "scale" @@ -248047,59 +248183,59 @@ }, { "type": "SwitchCase", - "start": 147349, - "end": 147442, + "start": 149739, + "end": 149832, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 12 }, "end": { - "line": 3353, + "line": 3395, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147399, - "end": 147420, + "start": 149789, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 147399, - "end": 147420, + "start": 149789, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147399, - "end": 147411, + "start": 149789, + "end": 149801, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 28 }, "identifierName": "higher_scale" @@ -248108,15 +248244,15 @@ }, "right": { "type": "StringLiteral", - "start": 147414, - "end": 147420, + "start": 149804, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 31 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, @@ -248130,15 +248266,15 @@ }, { "type": "BreakStatement", - "start": 147437, - "end": 147442, + "start": 149827, + "end": 149832, "loc": { "start": { - "line": 3353, + "line": 3395, "column": 16 }, "end": { - "line": 3353, + "line": 3395, "column": 21 } }, @@ -248147,43 +248283,43 @@ ], "test": { "type": "CallExpression", - "start": 147354, - "end": 147381, + "start": 149744, + "end": 149771, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 147354, - "end": 147372, + "start": 149744, + "end": 149762, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 147354, - "end": 147367, + "start": 149744, + "end": 149757, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 30 } }, @@ -248195,15 +248331,15 @@ }, "property": { "type": "Identifier", - "start": 147368, - "end": 147372, + "start": 149758, + "end": 149762, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 31 }, "end": { - "line": 3351, + "line": 3393, "column": 35 }, "identifierName": "test" @@ -248215,15 +248351,15 @@ "arguments": [ { "type": "Identifier", - "start": 147374, - "end": 147379, + "start": 149764, + "end": 149769, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 37 }, "end": { - "line": 3351, + "line": 3393, "column": 42 }, "identifierName": "scale" @@ -248235,58 +248371,58 @@ }, { "type": "SwitchCase", - "start": 147455, - "end": 147496, + "start": 149845, + "end": 149886, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 12 }, "end": { - "line": 3354, + "line": 3396, "column": 53 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147460, - "end": 147495, + "start": 149850, + "end": 149885, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 147460, - "end": 147486, + "start": 149850, + "end": 149876, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 147460, - "end": 147481, + "start": 149850, + "end": 149871, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 38 } }, @@ -248298,15 +248434,15 @@ }, "property": { "type": "Identifier", - "start": 147482, - "end": 147486, + "start": 149872, + "end": 149876, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 39 }, "end": { - "line": 3354, + "line": 3396, "column": 43 }, "identifierName": "test" @@ -248318,15 +248454,15 @@ "arguments": [ { "type": "Identifier", - "start": 147488, - "end": 147493, + "start": 149878, + "end": 149883, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 45 }, "end": { - "line": 3354, + "line": 3396, "column": 50 }, "identifierName": "scale" @@ -248338,58 +248474,58 @@ }, { "type": "SwitchCase", - "start": 147509, - "end": 147547, + "start": 149899, + "end": 149937, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 12 }, "end": { - "line": 3355, + "line": 3397, "column": 50 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147514, - "end": 147546, + "start": 149904, + "end": 149936, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 147514, - "end": 147537, + "start": 149904, + "end": 149927, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 147514, - "end": 147532, + "start": 149904, + "end": 149922, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 35 } }, @@ -248401,15 +248537,15 @@ }, "property": { "type": "Identifier", - "start": 147533, - "end": 147537, + "start": 149923, + "end": 149927, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 36 }, "end": { - "line": 3355, + "line": 3397, "column": 40 }, "identifierName": "test" @@ -248421,15 +248557,15 @@ "arguments": [ { "type": "Identifier", - "start": 147539, - "end": 147544, + "start": 149929, + "end": 149934, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 42 }, "end": { - "line": 3355, + "line": 3397, "column": 47 }, "identifierName": "scale" @@ -248441,59 +248577,59 @@ }, { "type": "SwitchCase", - "start": 147560, - "end": 147650, + "start": 149950, + "end": 150040, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 12 }, "end": { - "line": 3358, + "line": 3400, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147608, - "end": 147628, + "start": 149998, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 147608, - "end": 147628, + "start": 149998, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147608, - "end": 147620, + "start": 149998, + "end": 150010, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 28 }, "identifierName": "higher_scale" @@ -248502,15 +248638,15 @@ }, "right": { "type": "StringLiteral", - "start": 147623, - "end": 147628, + "start": 150013, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 31 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, @@ -248524,15 +248660,15 @@ }, { "type": "BreakStatement", - "start": 147645, - "end": 147650, + "start": 150035, + "end": 150040, "loc": { "start": { - "line": 3358, + "line": 3400, "column": 16 }, "end": { - "line": 3358, + "line": 3400, "column": 21 } }, @@ -248541,43 +248677,43 @@ ], "test": { "type": "CallExpression", - "start": 147565, - "end": 147590, + "start": 149955, + "end": 149980, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147565, - "end": 147581, + "start": 149955, + "end": 149971, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147565, - "end": 147576, + "start": 149955, + "end": 149966, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 28 } }, @@ -248589,15 +248725,15 @@ }, "property": { "type": "Identifier", - "start": 147577, - "end": 147581, + "start": 149967, + "end": 149971, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 29 }, "end": { - "line": 3356, + "line": 3398, "column": 33 }, "identifierName": "test" @@ -248609,15 +248745,15 @@ "arguments": [ { "type": "Identifier", - "start": 147583, - "end": 147588, + "start": 149973, + "end": 149978, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 35 }, "end": { - "line": 3356, + "line": 3398, "column": 40 }, "identifierName": "scale" @@ -248629,58 +248765,58 @@ }, { "type": "SwitchCase", - "start": 147663, - "end": 147693, + "start": 150053, + "end": 150083, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 12 }, "end": { - "line": 3359, + "line": 3401, "column": 42 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147668, - "end": 147692, + "start": 150058, + "end": 150082, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 147668, - "end": 147683, + "start": 150058, + "end": 150073, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 147668, - "end": 147678, + "start": 150058, + "end": 150068, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 27 } }, @@ -248692,15 +248828,15 @@ }, "property": { "type": "Identifier", - "start": 147679, - "end": 147683, + "start": 150069, + "end": 150073, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 28 }, "end": { - "line": 3359, + "line": 3401, "column": 32 }, "identifierName": "test" @@ -248712,15 +248848,15 @@ "arguments": [ { "type": "Identifier", - "start": 147685, - "end": 147690, + "start": 150075, + "end": 150080, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 34 }, "end": { - "line": 3359, + "line": 3401, "column": 39 }, "identifierName": "scale" @@ -248732,59 +248868,59 @@ }, { "type": "SwitchCase", - "start": 147706, - "end": 147798, + "start": 150096, + "end": 150188, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 12 }, "end": { - "line": 3362, + "line": 3404, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147754, - "end": 147776, + "start": 150144, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 147754, - "end": 147776, + "start": 150144, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147754, - "end": 147766, + "start": 150144, + "end": 150156, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 28 }, "identifierName": "higher_scale" @@ -248793,15 +248929,15 @@ }, "right": { "type": "StringLiteral", - "start": 147769, - "end": 147776, + "start": 150159, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 31 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, @@ -248815,15 +248951,15 @@ }, { "type": "BreakStatement", - "start": 147793, - "end": 147798, + "start": 150183, + "end": 150188, "loc": { "start": { - "line": 3362, + "line": 3404, "column": 16 }, "end": { - "line": 3362, + "line": 3404, "column": 21 } }, @@ -248832,43 +248968,43 @@ ], "test": { "type": "CallExpression", - "start": 147711, - "end": 147736, + "start": 150101, + "end": 150126, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147711, - "end": 147727, + "start": 150101, + "end": 150117, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147711, - "end": 147722, + "start": 150101, + "end": 150112, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 28 } }, @@ -248880,15 +249016,15 @@ }, "property": { "type": "Identifier", - "start": 147723, - "end": 147727, + "start": 150113, + "end": 150117, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 29 }, "end": { - "line": 3360, + "line": 3402, "column": 33 }, "identifierName": "test" @@ -248900,15 +249036,15 @@ "arguments": [ { "type": "Identifier", - "start": 147729, - "end": 147734, + "start": 150119, + "end": 150124, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 35 }, "end": { - "line": 3360, + "line": 3402, "column": 40 }, "identifierName": "scale" @@ -248920,59 +249056,59 @@ }, { "type": "SwitchCase", - "start": 147811, - "end": 147903, + "start": 150201, + "end": 150293, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 12 }, "end": { - "line": 3365, + "line": 3407, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147860, - "end": 147881, + "start": 150250, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 147860, - "end": 147881, + "start": 150250, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147860, - "end": 147872, + "start": 150250, + "end": 150262, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 28 }, "identifierName": "higher_scale" @@ -248981,15 +249117,15 @@ }, "right": { "type": "StringLiteral", - "start": 147875, - "end": 147881, + "start": 150265, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 31 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, @@ -249003,15 +249139,15 @@ }, { "type": "BreakStatement", - "start": 147898, - "end": 147903, + "start": 150288, + "end": 150293, "loc": { "start": { - "line": 3365, + "line": 3407, "column": 16 }, "end": { - "line": 3365, + "line": 3407, "column": 21 } }, @@ -249020,43 +249156,43 @@ ], "test": { "type": "CallExpression", - "start": 147816, - "end": 147842, + "start": 150206, + "end": 150232, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 147816, - "end": 147833, + "start": 150206, + "end": 150223, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 147816, - "end": 147828, + "start": 150206, + "end": 150218, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 29 } }, @@ -249068,15 +249204,15 @@ }, "property": { "type": "Identifier", - "start": 147829, - "end": 147833, + "start": 150219, + "end": 150223, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 30 }, "end": { - "line": 3363, + "line": 3405, "column": 34 }, "identifierName": "test" @@ -249088,15 +249224,15 @@ "arguments": [ { "type": "Identifier", - "start": 147835, - "end": 147840, + "start": 150225, + "end": 150230, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 36 }, "end": { - "line": 3363, + "line": 3405, "column": 41 }, "identifierName": "scale" @@ -249108,59 +249244,59 @@ }, { "type": "SwitchCase", - "start": 147916, - "end": 148010, + "start": 150306, + "end": 150400, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 12 }, "end": { - "line": 3368, + "line": 3410, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147964, - "end": 147988, + "start": 150354, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 147964, - "end": 147988, + "start": 150354, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147964, - "end": 147976, + "start": 150354, + "end": 150366, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 28 }, "identifierName": "higher_scale" @@ -249169,15 +249305,15 @@ }, "right": { "type": "StringLiteral", - "start": 147979, - "end": 147988, + "start": 150369, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 31 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, @@ -249191,15 +249327,15 @@ }, { "type": "BreakStatement", - "start": 148005, - "end": 148010, + "start": 150395, + "end": 150400, "loc": { "start": { - "line": 3368, + "line": 3410, "column": 16 }, "end": { - "line": 3368, + "line": 3410, "column": 21 } }, @@ -249208,43 +249344,43 @@ ], "test": { "type": "CallExpression", - "start": 147921, - "end": 147946, + "start": 150311, + "end": 150336, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147921, - "end": 147937, + "start": 150311, + "end": 150327, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147921, - "end": 147932, + "start": 150311, + "end": 150322, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 28 } }, @@ -249256,15 +249392,15 @@ }, "property": { "type": "Identifier", - "start": 147933, - "end": 147937, + "start": 150323, + "end": 150327, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 29 }, "end": { - "line": 3366, + "line": 3408, "column": 33 }, "identifierName": "test" @@ -249276,15 +249412,15 @@ "arguments": [ { "type": "Identifier", - "start": 147939, - "end": 147944, + "start": 150329, + "end": 150334, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 35 }, "end": { - "line": 3366, + "line": 3408, "column": 40 }, "identifierName": "scale" @@ -249296,59 +249432,59 @@ }, { "type": "SwitchCase", - "start": 148023, - "end": 148117, + "start": 150413, + "end": 150507, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 12 }, "end": { - "line": 3371, + "line": 3413, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148072, - "end": 148095, + "start": 150462, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 148072, - "end": 148095, + "start": 150462, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148072, - "end": 148084, + "start": 150462, + "end": 150474, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 28 }, "identifierName": "higher_scale" @@ -249357,15 +249493,15 @@ }, "right": { "type": "StringLiteral", - "start": 148087, - "end": 148095, + "start": 150477, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 31 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, @@ -249379,15 +249515,15 @@ }, { "type": "BreakStatement", - "start": 148112, - "end": 148117, + "start": 150502, + "end": 150507, "loc": { "start": { - "line": 3371, + "line": 3413, "column": 16 }, "end": { - "line": 3371, + "line": 3413, "column": 21 } }, @@ -249396,43 +249532,43 @@ ], "test": { "type": "CallExpression", - "start": 148028, - "end": 148054, + "start": 150418, + "end": 150444, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 148028, - "end": 148045, + "start": 150418, + "end": 150435, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 148028, - "end": 148040, + "start": 150418, + "end": 150430, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 29 } }, @@ -249444,15 +249580,15 @@ }, "property": { "type": "Identifier", - "start": 148041, - "end": 148045, + "start": 150431, + "end": 150435, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 30 }, "end": { - "line": 3369, + "line": 3411, "column": 34 }, "identifierName": "test" @@ -249464,15 +249600,15 @@ "arguments": [ { "type": "Identifier", - "start": 148047, - "end": 148052, + "start": 150437, + "end": 150442, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 36 }, "end": { - "line": 3369, + "line": 3411, "column": 41 }, "identifierName": "scale" @@ -249484,59 +249620,59 @@ }, { "type": "SwitchCase", - "start": 148130, - "end": 148233, + "start": 150520, + "end": 150623, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 12 }, "end": { - "line": 3374, + "line": 3416, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148187, - "end": 148211, + "start": 150577, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 148187, - "end": 148211, + "start": 150577, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148187, - "end": 148199, + "start": 150577, + "end": 150589, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 28 }, "identifierName": "higher_scale" @@ -249545,15 +249681,15 @@ }, "right": { "type": "StringLiteral", - "start": 148202, - "end": 148211, + "start": 150592, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 31 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, @@ -249567,15 +249703,15 @@ }, { "type": "BreakStatement", - "start": 148228, - "end": 148233, + "start": 150618, + "end": 150623, "loc": { "start": { - "line": 3374, + "line": 3416, "column": 16 }, "end": { - "line": 3374, + "line": 3416, "column": 21 } }, @@ -249584,43 +249720,43 @@ ], "test": { "type": "CallExpression", - "start": 148135, - "end": 148169, + "start": 150525, + "end": 150559, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 148135, - "end": 148160, + "start": 150525, + "end": 150550, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 148135, - "end": 148155, + "start": 150525, + "end": 150545, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 37 } }, @@ -249632,15 +249768,15 @@ }, "property": { "type": "Identifier", - "start": 148156, - "end": 148160, + "start": 150546, + "end": 150550, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 38 }, "end": { - "line": 3372, + "line": 3414, "column": 42 }, "identifierName": "test" @@ -249652,15 +249788,15 @@ "arguments": [ { "type": "Identifier", - "start": 148162, - "end": 148167, + "start": 150552, + "end": 150557, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 44 }, "end": { - "line": 3372, + "line": 3414, "column": 49 }, "identifierName": "scale" @@ -249672,59 +249808,59 @@ }, { "type": "SwitchCase", - "start": 148246, - "end": 148344, + "start": 150636, + "end": 150734, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 12 }, "end": { - "line": 3377, + "line": 3419, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148295, - "end": 148322, + "start": 150685, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 148295, - "end": 148322, + "start": 150685, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148295, - "end": 148307, + "start": 150685, + "end": 150697, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 28 }, "identifierName": "higher_scale" @@ -249733,15 +249869,15 @@ }, "right": { "type": "StringLiteral", - "start": 148310, - "end": 148322, + "start": 150700, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 31 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, @@ -249755,15 +249891,15 @@ }, { "type": "BreakStatement", - "start": 148339, - "end": 148344, + "start": 150729, + "end": 150734, "loc": { "start": { - "line": 3377, + "line": 3419, "column": 16 }, "end": { - "line": 3377, + "line": 3419, "column": 21 } }, @@ -249772,43 +249908,43 @@ ], "test": { "type": "CallExpression", - "start": 148251, - "end": 148277, + "start": 150641, + "end": 150667, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 148251, - "end": 148268, + "start": 150641, + "end": 150658, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 148251, - "end": 148263, + "start": 150641, + "end": 150653, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 29 } }, @@ -249820,15 +249956,15 @@ }, "property": { "type": "Identifier", - "start": 148264, - "end": 148268, + "start": 150654, + "end": 150658, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 30 }, "end": { - "line": 3375, + "line": 3417, "column": 34 }, "identifierName": "test" @@ -249840,15 +249976,15 @@ "arguments": [ { "type": "Identifier", - "start": 148270, - "end": 148275, + "start": 150660, + "end": 150665, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 36 }, "end": { - "line": 3375, + "line": 3417, "column": 41 }, "identifierName": "scale" @@ -249860,58 +249996,58 @@ }, { "type": "SwitchCase", - "start": 148357, - "end": 148404, + "start": 150747, + "end": 150794, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 12 }, "end": { - "line": 3378, + "line": 3420, "column": 59 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 148362, - "end": 148403, + "start": 150752, + "end": 150793, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 148362, - "end": 148394, + "start": 150752, + "end": 150784, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 148362, - "end": 148389, + "start": 150752, + "end": 150779, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 44 } }, @@ -249923,15 +250059,15 @@ }, "property": { "type": "Identifier", - "start": 148390, - "end": 148394, + "start": 150780, + "end": 150784, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 45 }, "end": { - "line": 3378, + "line": 3420, "column": 49 }, "identifierName": "test" @@ -249943,15 +250079,15 @@ "arguments": [ { "type": "Identifier", - "start": 148396, - "end": 148401, + "start": 150786, + "end": 150791, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 51 }, "end": { - "line": 3378, + "line": 3420, "column": 56 }, "identifierName": "scale" @@ -249963,30 +250099,30 @@ }, { "type": "SwitchCase", - "start": 148417, - "end": 148447, + "start": 150807, + "end": 150837, "loc": { "start": { - "line": 3379, + "line": 3421, "column": 12 }, "end": { - "line": 3380, + "line": 3422, "column": 21 } }, "consequent": [ { "type": "BreakStatement", - "start": 148442, - "end": 148447, + "start": 150832, + "end": 150837, "loc": { "start": { - "line": 3380, + "line": 3422, "column": 16 }, "end": { - "line": 3380, + "line": 3422, "column": 21 } }, @@ -249999,29 +250135,29 @@ }, { "type": "ReturnStatement", - "start": 148466, - "end": 148485, + "start": 150856, + "end": 150875, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 8 }, "end": { - "line": 3382, + "line": 3424, "column": 27 } }, "argument": { "type": "Identifier", - "start": 148473, - "end": 148485, + "start": 150863, + "end": 150875, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 15 }, "end": { - "line": 3382, + "line": 3424, "column": 27 }, "identifierName": "higher_scale" @@ -250037,15 +250173,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -250055,15 +250191,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -250072,15 +250208,15 @@ }, { "type": "ClassMethod", - "start": 148764, - "end": 158567, + "start": 151154, + "end": 160957, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 4 }, "end": { - "line": 3579, + "line": 3621, "column": 5 } }, @@ -250088,15 +250224,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 148764, - "end": 148779, + "start": 151154, + "end": 151169, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 4 }, "end": { - "line": 3393, + "line": 3435, "column": 19 }, "identifierName": "getLocaleString" @@ -250112,15 +250248,15 @@ "params": [ { "type": "Identifier", - "start": 148781, - "end": 148790, + "start": 151171, + "end": 151180, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 21 }, "end": { - "line": 3393, + "line": 3435, "column": 30 }, "identifierName": "date_seed" @@ -250129,29 +250265,29 @@ }, { "type": "AssignmentPattern", - "start": 148792, - "end": 148802, + "start": 151182, + "end": 151192, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 32 }, "end": { - "line": 3393, + "line": 3435, "column": 42 } }, "left": { "type": "Identifier", - "start": 148792, - "end": 148797, + "start": 151182, + "end": 151187, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 32 }, "end": { - "line": 3393, + "line": 3435, "column": 37 }, "identifierName": "scale" @@ -250160,15 +250296,15 @@ }, "right": { "type": "StringLiteral", - "start": 148800, - "end": 148802, + "start": 151190, + "end": 151192, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 40 }, "end": { - "line": 3393, + "line": 3435, "column": 42 } }, @@ -250181,29 +250317,29 @@ }, { "type": "AssignmentPattern", - "start": 148804, - "end": 148821, + "start": 151194, + "end": 151211, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 44 }, "end": { - "line": 3393, + "line": 3435, "column": 61 } }, "left": { "type": "Identifier", - "start": 148804, - "end": 148811, + "start": 151194, + "end": 151201, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 44 }, "end": { - "line": 3393, + "line": 3435, "column": 51 }, "identifierName": "locales" @@ -250212,15 +250348,15 @@ }, "right": { "type": "StringLiteral", - "start": 148814, - "end": 148821, + "start": 151204, + "end": 151211, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 54 }, "end": { - "line": 3393, + "line": 3435, "column": 61 } }, @@ -250233,29 +250369,29 @@ }, { "type": "AssignmentPattern", - "start": 148823, - "end": 148835, + "start": 151213, + "end": 151225, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 63 }, "end": { - "line": 3393, + "line": 3435, "column": 75 } }, "left": { "type": "Identifier", - "start": 148823, - "end": 148830, + "start": 151213, + "end": 151220, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 63 }, "end": { - "line": 3393, + "line": 3435, "column": 70 }, "identifierName": "options" @@ -250264,15 +250400,15 @@ }, "right": { "type": "ObjectExpression", - "start": 148833, - "end": 148835, + "start": 151223, + "end": 151225, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 73 }, "end": { - "line": 3393, + "line": 3435, "column": 75 } }, @@ -250282,44 +250418,44 @@ ], "body": { "type": "BlockStatement", - "start": 148838, - "end": 158567, + "start": 151228, + "end": 160957, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 78 }, "end": { - "line": 3579, + "line": 3621, "column": 5 } }, "body": [ { "type": "FunctionDeclaration", - "start": 148848, - "end": 149083, + "start": 151238, + "end": 151473, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 8 }, "end": { - "line": 3401, + "line": 3443, "column": 9 } }, "id": { "type": "Identifier", - "start": 148857, - "end": 148886, + "start": 151247, + "end": 151276, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 17 }, "end": { - "line": 3394, + "line": 3436, "column": 46 }, "identifierName": "toLocaleStringSupportsLocales" @@ -250332,115 +250468,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 148889, - "end": 149083, + "start": 151279, + "end": 151473, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 49 }, "end": { - "line": 3401, + "line": 3443, "column": 9 } }, "body": [ { "type": "TryStatement", - "start": 148903, - "end": 149047, + "start": 151293, + "end": 151437, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 12 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 148907, - "end": 148971, + "start": 151297, + "end": 151361, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 16 }, "end": { - "line": 3397, + "line": 3439, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 148925, - "end": 148957, + "start": 151315, + "end": 151347, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 148925, - "end": 148957, + "start": 151315, + "end": 151347, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 148925, - "end": 148950, + "start": 151315, + "end": 151340, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 41 } }, "object": { "type": "NewExpression", - "start": 148925, - "end": 148935, + "start": 151315, + "end": 151325, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 26 } }, "callee": { "type": "Identifier", - "start": 148929, - "end": 148933, + "start": 151319, + "end": 151323, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 20 }, "end": { - "line": 3396, + "line": 3438, "column": 24 }, "identifierName": "Date" @@ -250451,15 +250587,15 @@ }, "property": { "type": "Identifier", - "start": 148936, - "end": 148950, + "start": 151326, + "end": 151340, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 27 }, "end": { - "line": 3396, + "line": 3438, "column": 41 }, "identifierName": "toLocaleString" @@ -250471,15 +250607,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 148952, - "end": 148955, + "start": 151342, + "end": 151345, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 43 }, "end": { - "line": 3396, + "line": 3438, "column": 46 } }, @@ -250497,29 +250633,29 @@ }, "handler": { "type": "CatchClause", - "start": 148972, - "end": 149047, + "start": 151362, + "end": 151437, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 14 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "param": { "type": "Identifier", - "start": 148980, - "end": 148981, + "start": 151370, + "end": 151371, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 22 }, "end": { - "line": 3397, + "line": 3439, "column": 23 }, "identifierName": "e" @@ -250528,72 +250664,72 @@ }, "body": { "type": "BlockStatement", - "start": 148984, - "end": 149047, + "start": 151374, + "end": 151437, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 26 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 149002, - "end": 149033, + "start": 151392, + "end": 151423, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 16 }, "end": { - "line": 3398, + "line": 3440, "column": 47 } }, "argument": { "type": "BinaryExpression", - "start": 149009, - "end": 149032, + "start": 151399, + "end": 151422, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 149009, - "end": 149015, + "start": 151399, + "end": 151405, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 29 } }, "object": { "type": "Identifier", - "start": 149009, - "end": 149010, + "start": 151399, + "end": 151400, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 24 }, "identifierName": "e" @@ -250602,15 +250738,15 @@ }, "property": { "type": "Identifier", - "start": 149011, - "end": 149015, + "start": 151401, + "end": 151405, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 25 }, "end": { - "line": 3398, + "line": 3440, "column": 29 }, "identifierName": "name" @@ -250622,15 +250758,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 149020, - "end": 149032, + "start": 151410, + "end": 151422, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 34 }, "end": { - "line": 3398, + "line": 3440, "column": 46 } }, @@ -250651,29 +250787,29 @@ }, { "type": "ReturnStatement", - "start": 149060, - "end": 149073, + "start": 151450, + "end": 151463, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 12 }, "end": { - "line": 3400, + "line": 3442, "column": 25 } }, "argument": { "type": "BooleanLiteral", - "start": 149067, - "end": 149072, + "start": 151457, + "end": 151462, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 19 }, "end": { - "line": 3400, + "line": 3442, "column": 24 } }, @@ -250686,44 +250822,44 @@ }, { "type": "VariableDeclaration", - "start": 149092, - "end": 150458, + "start": 151482, + "end": 152848, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 8 }, "end": { - "line": 3433, + "line": 3475, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149096, - "end": 149146, + "start": 151486, + "end": 151536, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 12 }, "end": { - "line": 3402, + "line": 3444, "column": 62 } }, "id": { "type": "Identifier", - "start": 149096, - "end": 149112, + "start": 151486, + "end": 151502, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 12 }, "end": { - "line": 3402, + "line": 3444, "column": 28 }, "identifierName": "is_toLocalString" @@ -250732,29 +250868,29 @@ }, "init": { "type": "CallExpression", - "start": 149115, - "end": 149146, + "start": 151505, + "end": 151536, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 31 }, "end": { - "line": 3402, + "line": 3444, "column": 62 } }, "callee": { "type": "Identifier", - "start": 149115, - "end": 149144, + "start": 151505, + "end": 151534, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 31 }, "end": { - "line": 3402, + "line": 3444, "column": 60 }, "identifierName": "toLocaleStringSupportsLocales" @@ -250766,29 +250902,29 @@ }, { "type": "VariableDeclarator", - "start": 149160, - "end": 149178, + "start": 151550, + "end": 151568, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 12 }, "end": { - "line": 3403, + "line": 3445, "column": 30 } }, "id": { "type": "Identifier", - "start": 149160, - "end": 149173, + "start": 151550, + "end": 151563, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 12 }, "end": { - "line": 3403, + "line": 3445, "column": 25 }, "identifierName": "locale_string" @@ -250797,15 +250933,15 @@ }, "init": { "type": "StringLiteral", - "start": 149176, - "end": 149178, + "start": 151566, + "end": 151568, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 28 }, "end": { - "line": 3403, + "line": 3445, "column": 30 } }, @@ -250818,29 +250954,29 @@ }, { "type": "VariableDeclarator", - "start": 149192, - "end": 149205, + "start": 151582, + "end": 151595, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 12 }, "end": { - "line": 3404, + "line": 3446, "column": 25 } }, "id": { "type": "Identifier", - "start": 149192, - "end": 149200, + "start": 151582, + "end": 151590, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 12 }, "end": { - "line": 3404, + "line": 3446, "column": 20 }, "identifierName": "_options" @@ -250849,15 +250985,15 @@ }, "init": { "type": "ObjectExpression", - "start": 149203, - "end": 149205, + "start": 151593, + "end": 151595, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 23 }, "end": { - "line": 3404, + "line": 3446, "column": 25 } }, @@ -250866,29 +251002,29 @@ }, { "type": "VariableDeclarator", - "start": 149219, - "end": 149382, + "start": 151609, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 12 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, "id": { "type": "Identifier", - "start": 149219, - "end": 149229, + "start": 151609, + "end": 151619, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 12 }, "end": { - "line": 3405, + "line": 3447, "column": 22 }, "identifierName": "getOrdinal" @@ -250897,15 +251033,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149232, - "end": 149382, + "start": 151622, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 25 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, @@ -250916,15 +251052,15 @@ "params": [ { "type": "Identifier", - "start": 149234, - "end": 149235, + "start": 151624, + "end": 151625, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 27 }, "end": { - "line": 3405, + "line": 3447, "column": 28 }, "identifierName": "n" @@ -250934,59 +251070,59 @@ ], "body": { "type": "BlockStatement", - "start": 149241, - "end": 149382, + "start": 151631, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 34 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149259, - "end": 149306, + "start": 151649, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 16 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149263, - "end": 149293, + "start": 151653, + "end": 151683, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 20 }, "end": { - "line": 3406, + "line": 3448, "column": 50 } }, "id": { "type": "Identifier", - "start": 149263, - "end": 149264, + "start": 151653, + "end": 151654, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 20 }, "end": { - "line": 3406, + "line": 3448, "column": 21 }, "identifierName": "s" @@ -250995,30 +251131,30 @@ }, "init": { "type": "ArrayExpression", - "start": 149267, - "end": 149293, + "start": 151657, + "end": 151683, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 24 }, "end": { - "line": 3406, + "line": 3448, "column": 50 } }, "elements": [ { "type": "StringLiteral", - "start": 149269, - "end": 149273, + "start": 151659, + "end": 151663, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 26 }, "end": { - "line": 3406, + "line": 3448, "column": 30 } }, @@ -251030,15 +251166,15 @@ }, { "type": "StringLiteral", - "start": 149275, - "end": 149279, + "start": 151665, + "end": 151669, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 32 }, "end": { - "line": 3406, + "line": 3448, "column": 36 } }, @@ -251050,15 +251186,15 @@ }, { "type": "StringLiteral", - "start": 149281, - "end": 149285, + "start": 151671, + "end": 151675, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 38 }, "end": { - "line": 3406, + "line": 3448, "column": 42 } }, @@ -251070,15 +251206,15 @@ }, { "type": "StringLiteral", - "start": 149287, - "end": 149291, + "start": 151677, + "end": 151681, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 44 }, "end": { - "line": 3406, + "line": 3448, "column": 48 } }, @@ -251093,29 +251229,29 @@ }, { "type": "VariableDeclarator", - "start": 149295, - "end": 149306, + "start": 151685, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 52 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "id": { "type": "Identifier", - "start": 149295, - "end": 149296, + "start": 151685, + "end": 151686, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 52 }, "end": { - "line": 3406, + "line": 3448, "column": 53 }, "identifierName": "v" @@ -251124,29 +251260,29 @@ }, "init": { "type": "BinaryExpression", - "start": 149299, - "end": 149306, + "start": 151689, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 56 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "left": { "type": "Identifier", - "start": 149299, - "end": 149300, + "start": 151689, + "end": 151690, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 56 }, "end": { - "line": 3406, + "line": 3448, "column": 57 }, "identifierName": "n" @@ -251156,15 +251292,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 149303, - "end": 149306, + "start": 151693, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 60 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, @@ -251181,43 +251317,43 @@ }, { "type": "ReturnStatement", - "start": 149323, - "end": 149368, + "start": 151713, + "end": 151758, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 16 }, "end": { - "line": 3407, + "line": 3449, "column": 61 } }, "argument": { "type": "BinaryExpression", - "start": 149330, - "end": 149368, + "start": 151720, + "end": 151758, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 23 }, "end": { - "line": 3407, + "line": 3449, "column": 61 } }, "left": { "type": "Identifier", - "start": 149330, - "end": 149331, + "start": 151720, + "end": 151721, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 23 }, "end": { - "line": 3407, + "line": 3449, "column": 24 }, "identifierName": "n" @@ -251227,57 +251363,57 @@ "operator": "+", "right": { "type": "LogicalExpression", - "start": 149336, - "end": 149366, + "start": 151726, + "end": 151756, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 59 } }, "left": { "type": "LogicalExpression", - "start": 149336, - "end": 149358, + "start": 151726, + "end": 151748, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 149336, - "end": 149350, + "start": 151726, + "end": 151740, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 43 } }, "object": { "type": "Identifier", - "start": 149336, - "end": 149337, + "start": 151726, + "end": 151727, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 30 }, "identifierName": "s" @@ -251286,43 +251422,43 @@ }, "property": { "type": "BinaryExpression", - "start": 149338, - "end": 149349, + "start": 151728, + "end": 151739, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 31 }, "end": { - "line": 3407, + "line": 3449, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 149339, - "end": 149345, + "start": 151729, + "end": 151735, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 32 }, "end": { - "line": 3407, + "line": 3449, "column": 38 } }, "left": { "type": "Identifier", - "start": 149339, - "end": 149340, + "start": 151729, + "end": 151730, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 32 }, "end": { - "line": 3407, + "line": 3449, "column": 33 }, "identifierName": "v" @@ -251332,15 +251468,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 149343, - "end": 149345, + "start": 151733, + "end": 151735, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 36 }, "end": { - "line": 3407, + "line": 3449, "column": 38 } }, @@ -251352,21 +251488,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 149338 + "parenStart": 151728 } }, "operator": "%", "right": { "type": "NumericLiteral", - "start": 149347, - "end": 149349, + "start": 151737, + "end": 151739, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 40 }, "end": { - "line": 3407, + "line": 3449, "column": 42 } }, @@ -251382,29 +251518,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 149354, - "end": 149358, + "start": 151744, + "end": 151748, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 47 }, "end": { - "line": 3407, + "line": 3449, "column": 51 } }, "object": { "type": "Identifier", - "start": 149354, - "end": 149355, + "start": 151744, + "end": 151745, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 47 }, "end": { - "line": 3407, + "line": 3449, "column": 48 }, "identifierName": "s" @@ -251413,15 +251549,15 @@ }, "property": { "type": "Identifier", - "start": 149356, - "end": 149357, + "start": 151746, + "end": 151747, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 49 }, "end": { - "line": 3407, + "line": 3449, "column": 50 }, "identifierName": "v" @@ -251434,29 +251570,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 149362, - "end": 149366, + "start": 151752, + "end": 151756, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 55 }, "end": { - "line": 3407, + "line": 3449, "column": 59 } }, "object": { "type": "Identifier", - "start": 149362, - "end": 149363, + "start": 151752, + "end": 151753, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 55 }, "end": { - "line": 3407, + "line": 3449, "column": 56 }, "identifierName": "s" @@ -251465,15 +251601,15 @@ }, "property": { "type": "NumericLiteral", - "start": 149364, - "end": 149365, + "start": 151754, + "end": 151755, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 57 }, "end": { - "line": 3407, + "line": 3449, "column": 58 } }, @@ -251487,7 +251623,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 149334 + "parenStart": 151724 } } } @@ -251499,29 +251635,29 @@ }, { "type": "VariableDeclarator", - "start": 149396, - "end": 149713, + "start": 151786, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 12 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, "id": { "type": "Identifier", - "start": 149396, - "end": 149407, + "start": 151786, + "end": 151797, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 12 }, "end": { - "line": 3409, + "line": 3451, "column": 23 }, "identifierName": "getZerofill" @@ -251530,15 +251666,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149410, - "end": 149713, + "start": 151800, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 26 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, @@ -251549,15 +251685,15 @@ "params": [ { "type": "Identifier", - "start": 149412, - "end": 149415, + "start": 151802, + "end": 151805, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 28 }, "end": { - "line": 3409, + "line": 3451, "column": 31 }, "identifierName": "num" @@ -251566,29 +251702,29 @@ }, { "type": "AssignmentPattern", - "start": 149417, - "end": 149426, + "start": 151807, + "end": 151816, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 33 }, "end": { - "line": 3409, + "line": 3451, "column": 42 } }, "left": { "type": "Identifier", - "start": 149417, - "end": 149422, + "start": 151807, + "end": 151812, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 33 }, "end": { - "line": 3409, + "line": 3451, "column": 38 }, "identifierName": "digit" @@ -251597,15 +251733,15 @@ }, "right": { "type": "NumericLiteral", - "start": 149425, - "end": 149426, + "start": 151815, + "end": 151816, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 41 }, "end": { - "line": 3409, + "line": 3451, "column": 42 } }, @@ -251619,59 +251755,59 @@ ], "body": { "type": "BlockStatement", - "start": 149432, - "end": 149713, + "start": 151822, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 48 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149450, - "end": 149577, + "start": 151840, + "end": 151967, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 16 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149454, - "end": 149509, + "start": 151844, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 20 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, "id": { "type": "Identifier", - "start": 149454, - "end": 149466, + "start": 151844, + "end": 151856, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 20 }, "end": { - "line": 3410, + "line": 3452, "column": 32 }, "identifierName": "strDuplicate" @@ -251680,15 +251816,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149469, - "end": 149509, + "start": 151859, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 35 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, @@ -251699,15 +251835,15 @@ "params": [ { "type": "Identifier", - "start": 149471, - "end": 149472, + "start": 151861, + "end": 151862, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 37 }, "end": { - "line": 3410, + "line": 3452, "column": 38 }, "identifierName": "n" @@ -251716,15 +251852,15 @@ }, { "type": "Identifier", - "start": 149474, - "end": 149477, + "start": 151864, + "end": 151867, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 40 }, "end": { - "line": 3410, + "line": 3452, "column": 43 }, "identifierName": "str" @@ -251734,57 +251870,57 @@ ], "body": { "type": "CallExpression", - "start": 149483, - "end": 149509, + "start": 151873, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 149483, - "end": 149502, + "start": 151873, + "end": 151892, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 68 } }, "object": { "type": "CallExpression", - "start": 149483, - "end": 149497, + "start": 151873, + "end": 151887, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 63 } }, "callee": { "type": "Identifier", - "start": 149483, - "end": 149488, + "start": 151873, + "end": 151878, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 54 }, "identifierName": "Array" @@ -251794,29 +251930,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149490, - "end": 149495, + "start": 151880, + "end": 151885, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 56 }, "end": { - "line": 3410, + "line": 3452, "column": 61 } }, "left": { "type": "Identifier", - "start": 149490, - "end": 149491, + "start": 151880, + "end": 151881, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 56 }, "end": { - "line": 3410, + "line": 3452, "column": 57 }, "identifierName": "n" @@ -251826,15 +251962,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 149494, - "end": 149495, + "start": 151884, + "end": 151885, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 60 }, "end": { - "line": 3410, + "line": 3452, "column": 61 } }, @@ -251849,15 +251985,15 @@ }, "property": { "type": "Identifier", - "start": 149498, - "end": 149502, + "start": 151888, + "end": 151892, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 64 }, "end": { - "line": 3410, + "line": 3452, "column": 68 }, "identifierName": "join" @@ -251869,15 +252005,15 @@ "arguments": [ { "type": "Identifier", - "start": 149504, - "end": 149507, + "start": 151894, + "end": 151897, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 70 }, "end": { - "line": 3410, + "line": 3452, "column": 73 }, "identifierName": "str" @@ -251890,29 +252026,29 @@ }, { "type": "VariableDeclarator", - "start": 149531, - "end": 149577, + "start": 151921, + "end": 151967, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 20 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "id": { "type": "Identifier", - "start": 149531, - "end": 149535, + "start": 151921, + "end": 151925, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 20 }, "end": { - "line": 3411, + "line": 3453, "column": 24 }, "identifierName": "zero" @@ -251921,29 +252057,29 @@ }, "init": { "type": "CallExpression", - "start": 149538, - "end": 149577, + "start": 151928, + "end": 151967, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 27 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "callee": { "type": "Identifier", - "start": 149538, - "end": 149550, + "start": 151928, + "end": 151940, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 27 }, "end": { - "line": 3411, + "line": 3453, "column": 39 }, "identifierName": "strDuplicate" @@ -251953,29 +252089,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149552, - "end": 149570, + "start": 151942, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 41 }, "end": { - "line": 3411, + "line": 3453, "column": 59 } }, "left": { "type": "Identifier", - "start": 149552, - "end": 149557, + "start": 151942, + "end": 151947, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 41 }, "end": { - "line": 3411, + "line": 3453, "column": 46 }, "identifierName": "digit" @@ -251985,29 +252121,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 149560, - "end": 149570, + "start": 151950, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 49 }, "end": { - "line": 3411, + "line": 3453, "column": 59 } }, "object": { "type": "Identifier", - "start": 149560, - "end": 149563, + "start": 151950, + "end": 151953, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 49 }, "end": { - "line": 3411, + "line": 3453, "column": 52 }, "identifierName": "num" @@ -252016,15 +252152,15 @@ }, "property": { "type": "Identifier", - "start": 149564, - "end": 149570, + "start": 151954, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 53 }, "end": { - "line": 3411, + "line": 3453, "column": 59 }, "identifierName": "length" @@ -252036,15 +252172,15 @@ }, { "type": "StringLiteral", - "start": 149572, - "end": 149575, + "start": 151962, + "end": 151965, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 61 }, "end": { - "line": 3411, + "line": 3453, "column": 64 } }, @@ -252062,85 +252198,85 @@ }, { "type": "ReturnStatement", - "start": 149611, - "end": 149699, + "start": 152001, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 16 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "argument": { "type": "ConditionalExpression", - "start": 149618, - "end": 149699, + "start": 152008, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "test": { "type": "BinaryExpression", - "start": 149618, - "end": 149647, + "start": 152008, + "end": 152037, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 149618, - "end": 149638, + "start": 152008, + "end": 152028, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 43 } }, "object": { "type": "CallExpression", - "start": 149618, - "end": 149631, + "start": 152008, + "end": 152021, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 36 } }, "callee": { "type": "Identifier", - "start": 149618, - "end": 149624, + "start": 152008, + "end": 152014, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 29 }, "identifierName": "String" @@ -252150,15 +252286,15 @@ "arguments": [ { "type": "Identifier", - "start": 149626, - "end": 149629, + "start": 152016, + "end": 152019, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 31 }, "end": { - "line": 3413, + "line": 3455, "column": 34 }, "identifierName": "num" @@ -252169,15 +252305,15 @@ }, "property": { "type": "Identifier", - "start": 149632, - "end": 149638, + "start": 152022, + "end": 152028, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 37 }, "end": { - "line": 3413, + "line": 3455, "column": 43 }, "identifierName": "length" @@ -252189,15 +252325,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 149642, - "end": 149647, + "start": 152032, + "end": 152037, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 47 }, "end": { - "line": 3413, + "line": 3455, "column": 52 }, "identifierName": "digit" @@ -252207,29 +252343,29 @@ }, "consequent": { "type": "CallExpression", - "start": 149650, - "end": 149663, + "start": 152040, + "end": 152053, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 55 }, "end": { - "line": 3413, + "line": 3455, "column": 68 } }, "callee": { "type": "Identifier", - "start": 149650, - "end": 149656, + "start": 152040, + "end": 152046, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 55 }, "end": { - "line": 3413, + "line": 3455, "column": 61 }, "identifierName": "String" @@ -252239,15 +252375,15 @@ "arguments": [ { "type": "Identifier", - "start": 149658, - "end": 149661, + "start": 152048, + "end": 152051, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 63 }, "end": { - "line": 3413, + "line": 3455, "column": 66 }, "identifierName": "num" @@ -252258,57 +252394,57 @@ }, "alternate": { "type": "CallExpression", - "start": 149666, - "end": 149699, + "start": 152056, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 71 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 149666, - "end": 149687, + "start": 152056, + "end": 152077, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 71 }, "end": { - "line": 3413, + "line": 3455, "column": 92 } }, "object": { "type": "BinaryExpression", - "start": 149668, - "end": 149678, + "start": 152058, + "end": 152068, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 73 }, "end": { - "line": 3413, + "line": 3455, "column": 83 } }, "left": { "type": "Identifier", - "start": 149668, - "end": 149672, + "start": 152058, + "end": 152062, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 73 }, "end": { - "line": 3413, + "line": 3455, "column": 77 }, "identifierName": "zero" @@ -252318,15 +252454,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 149675, - "end": 149678, + "start": 152065, + "end": 152068, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 80 }, "end": { - "line": 3413, + "line": 3455, "column": 83 }, "identifierName": "num" @@ -252335,20 +252471,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 149666 + "parenStart": 152056 } }, "property": { "type": "Identifier", - "start": 149681, - "end": 149687, + "start": 152071, + "end": 152077, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 86 }, "end": { - "line": 3413, + "line": 3455, "column": 92 }, "identifierName": "substr" @@ -252360,29 +252496,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149689, - "end": 149697, + "start": 152079, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 94 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, "left": { "type": "Identifier", - "start": 149689, - "end": 149692, + "start": 152079, + "end": 152082, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 94 }, "end": { - "line": 3413, + "line": 3455, "column": 97 }, "identifierName": "num" @@ -252392,15 +252528,15 @@ "operator": "*", "right": { "type": "UnaryExpression", - "start": 149695, - "end": 149697, + "start": 152085, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 100 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, @@ -252408,15 +252544,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 149696, - "end": 149697, + "start": 152086, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 101 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, @@ -252442,29 +252578,29 @@ }, { "type": "VariableDeclarator", - "start": 149727, - "end": 150420, + "start": 152117, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 12 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, "id": { "type": "Identifier", - "start": 149727, - "end": 149740, + "start": 152117, + "end": 152130, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 12 }, "end": { - "line": 3415, + "line": 3457, "column": 25 }, "identifierName": "parseDatetime" @@ -252473,15 +252609,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149743, - "end": 150420, + "start": 152133, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 28 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, @@ -252492,15 +252628,15 @@ "params": [ { "type": "Identifier", - "start": 149745, - "end": 149753, + "start": 152135, + "end": 152143, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 30 }, "end": { - "line": 3415, + "line": 3457, "column": 38 }, "identifierName": "date_str" @@ -252510,74 +252646,74 @@ ], "body": { "type": "BlockStatement", - "start": 149759, - "end": 150420, + "start": 152149, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 44 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149777, - "end": 149858, + "start": 152167, + "end": 152248, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 16 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149781, - "end": 149817, + "start": 152171, + "end": 152207, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 20 }, "end": { - "line": 3416, + "line": 3458, "column": 56 } }, "id": { "type": "ArrayPattern", - "start": 149781, - "end": 149795, + "start": 152171, + "end": 152185, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 20 }, "end": { - "line": 3416, + "line": 3458, "column": 34 } }, "elements": [ { "type": "Identifier", - "start": 149783, - "end": 149787, + "start": 152173, + "end": 152177, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 22 }, "end": { - "line": 3416, + "line": 3458, "column": 26 }, "identifierName": "_ymd" @@ -252586,15 +252722,15 @@ }, { "type": "Identifier", - "start": 149789, - "end": 149793, + "start": 152179, + "end": 152183, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 28 }, "end": { - "line": 3416, + "line": 3458, "column": 32 }, "identifierName": "_his" @@ -252605,43 +252741,43 @@ }, "init": { "type": "CallExpression", - "start": 149798, - "end": 149817, + "start": 152188, + "end": 152207, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 149798, - "end": 149812, + "start": 152188, + "end": 152202, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 51 } }, "object": { "type": "Identifier", - "start": 149798, - "end": 149806, + "start": 152188, + "end": 152196, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 45 }, "identifierName": "date_str" @@ -252650,15 +252786,15 @@ }, "property": { "type": "Identifier", - "start": 149807, - "end": 149812, + "start": 152197, + "end": 152202, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 46 }, "end": { - "line": 3416, + "line": 3458, "column": 51 }, "identifierName": "split" @@ -252670,15 +252806,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 149813, - "end": 149816, + "start": 152203, + "end": 152206, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 52 }, "end": { - "line": 3416, + "line": 3458, "column": 55 } }, @@ -252693,29 +252829,29 @@ }, { "type": "VariableDeclarator", - "start": 149839, - "end": 149858, + "start": 152229, + "end": 152248, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 20 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, "id": { "type": "Identifier", - "start": 149839, - "end": 149845, + "start": 152229, + "end": 152235, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 20 }, "end": { - "line": 3417, + "line": 3459, "column": 26 }, "identifierName": "_parts" @@ -252724,15 +252860,15 @@ }, "init": { "type": "ArrayExpression", - "start": 149856, - "end": 149858, + "start": 152246, + "end": 152248, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 37 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, @@ -252744,57 +252880,57 @@ }, { "type": "IfStatement", - "start": 149892, - "end": 150047, + "start": 152282, + "end": 152437, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 16 }, "end": { - "line": 3422, + "line": 3464, "column": 17 } }, "test": { "type": "CallExpression", - "start": 149897, - "end": 149939, + "start": 152287, + "end": 152329, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 149897, - "end": 149931, + "start": 152287, + "end": 152321, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 55 } }, "object": { "type": "RegExpLiteral", - "start": 149897, - "end": 149926, + "start": 152287, + "end": 152316, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 50 } }, @@ -252806,15 +252942,15 @@ }, "property": { "type": "Identifier", - "start": 149927, - "end": 149931, + "start": 152317, + "end": 152321, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 51 }, "end": { - "line": 3419, + "line": 3461, "column": 55 }, "identifierName": "test" @@ -252826,15 +252962,15 @@ "arguments": [ { "type": "Identifier", - "start": 149933, - "end": 149937, + "start": 152323, + "end": 152327, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 57 }, "end": { - "line": 3419, + "line": 3461, "column": 61 }, "identifierName": "_ymd" @@ -252845,59 +252981,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 149942, - "end": 150047, + "start": 152332, + "end": 152437, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 66 }, "end": { - "line": 3422, + "line": 3464, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 149964, - "end": 149986, + "start": 152354, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 149964, - "end": 149986, + "start": 152354, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 149964, - "end": 149968, + "start": 152354, + "end": 152358, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 24 }, "identifierName": "_str" @@ -252906,43 +253042,43 @@ }, "right": { "type": "CallExpression", - "start": 149971, - "end": 149986, + "start": 152361, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 149971, - "end": 149981, + "start": 152361, + "end": 152371, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 37 } }, "object": { "type": "Identifier", - "start": 149971, - "end": 149975, + "start": 152361, + "end": 152365, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 31 }, "identifierName": "_ymd" @@ -252951,15 +253087,15 @@ }, "property": { "type": "Identifier", - "start": 149976, - "end": 149981, + "start": 152366, + "end": 152371, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 32 }, "end": { - "line": 3420, + "line": 3462, "column": 37 }, "identifierName": "split" @@ -252971,15 +253107,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 149982, - "end": 149985, + "start": 152372, + "end": 152375, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 38 }, "end": { - "line": 3420, + "line": 3462, "column": 41 } }, @@ -252995,57 +253131,57 @@ }, { "type": "ExpressionStatement", - "start": 150007, - "end": 150029, + "start": 152397, + "end": 152419, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 150007, - "end": 150029, + "start": 152397, + "end": 152419, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150007, - "end": 150018, + "start": 152397, + "end": 152408, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 31 } }, "object": { "type": "Identifier", - "start": 150007, - "end": 150013, + "start": 152397, + "end": 152403, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 26 }, "identifierName": "_parts" @@ -253054,15 +253190,15 @@ }, "property": { "type": "Identifier", - "start": 150014, - "end": 150018, + "start": 152404, + "end": 152408, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 27 }, "end": { - "line": 3421, + "line": 3463, "column": 31 }, "identifierName": "push" @@ -253074,29 +253210,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150020, - "end": 150027, + "start": 152410, + "end": 152417, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 33 }, "end": { - "line": 3421, + "line": 3463, "column": 40 } }, "argument": { "type": "Identifier", - "start": 150023, - "end": 150027, + "start": 152413, + "end": 152417, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 36 }, "end": { - "line": 3421, + "line": 3463, "column": 40 }, "identifierName": "_str" @@ -253114,57 +253250,57 @@ }, { "type": "IfStatement", - "start": 150064, - "end": 150223, + "start": 152454, + "end": 152613, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 16 }, "end": { - "line": 3426, + "line": 3468, "column": 17 } }, "test": { "type": "CallExpression", - "start": 150069, - "end": 150115, + "start": 152459, + "end": 152505, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 150069, - "end": 150107, + "start": 152459, + "end": 152497, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 59 } }, "object": { "type": "RegExpLiteral", - "start": 150069, - "end": 150102, + "start": 152459, + "end": 152492, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 54 } }, @@ -253176,15 +253312,15 @@ }, "property": { "type": "Identifier", - "start": 150103, - "end": 150107, + "start": 152493, + "end": 152497, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 55 }, "end": { - "line": 3423, + "line": 3465, "column": 59 }, "identifierName": "test" @@ -253196,15 +253332,15 @@ "arguments": [ { "type": "Identifier", - "start": 150109, - "end": 150113, + "start": 152499, + "end": 152503, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 61 }, "end": { - "line": 3423, + "line": 3465, "column": 65 }, "identifierName": "_his" @@ -253215,59 +253351,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 150118, - "end": 150223, + "start": 152508, + "end": 152613, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 70 }, "end": { - "line": 3426, + "line": 3468, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 150140, - "end": 150162, + "start": 152530, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 150140, - "end": 150162, + "start": 152530, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 150140, - "end": 150144, + "start": 152530, + "end": 152534, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 24 }, "identifierName": "_str" @@ -253276,43 +253412,43 @@ }, "right": { "type": "CallExpression", - "start": 150147, - "end": 150162, + "start": 152537, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150147, - "end": 150157, + "start": 152537, + "end": 152547, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 37 } }, "object": { "type": "Identifier", - "start": 150147, - "end": 150151, + "start": 152537, + "end": 152541, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 31 }, "identifierName": "_his" @@ -253321,15 +253457,15 @@ }, "property": { "type": "Identifier", - "start": 150152, - "end": 150157, + "start": 152542, + "end": 152547, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 32 }, "end": { - "line": 3424, + "line": 3466, "column": 37 }, "identifierName": "split" @@ -253341,15 +253477,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 150158, - "end": 150161, + "start": 152548, + "end": 152551, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 38 }, "end": { - "line": 3424, + "line": 3466, "column": 41 } }, @@ -253365,57 +253501,57 @@ }, { "type": "ExpressionStatement", - "start": 150183, - "end": 150205, + "start": 152573, + "end": 152595, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 150183, - "end": 150205, + "start": 152573, + "end": 152595, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150183, - "end": 150194, + "start": 152573, + "end": 152584, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 31 } }, "object": { "type": "Identifier", - "start": 150183, - "end": 150189, + "start": 152573, + "end": 152579, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 26 }, "identifierName": "_parts" @@ -253424,15 +253560,15 @@ }, "property": { "type": "Identifier", - "start": 150190, - "end": 150194, + "start": 152580, + "end": 152584, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 27 }, "end": { - "line": 3425, + "line": 3467, "column": 31 }, "identifierName": "push" @@ -253444,29 +253580,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150196, - "end": 150203, + "start": 152586, + "end": 152593, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 33 }, "end": { - "line": 3425, + "line": 3467, "column": 40 } }, "argument": { "type": "Identifier", - "start": 150199, - "end": 150203, + "start": 152589, + "end": 152593, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 36 }, "end": { - "line": 3425, + "line": 3467, "column": 40 }, "identifierName": "_str" @@ -253484,57 +253620,57 @@ }, { "type": "IfStatement", - "start": 150240, - "end": 150406, + "start": 152630, + "end": 152796, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 16 }, "end": { - "line": 3431, + "line": 3473, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 150245, - "end": 150262, + "start": 152635, + "end": 152652, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 150245, - "end": 150258, + "start": 152635, + "end": 152648, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 34 } }, "object": { "type": "Identifier", - "start": 150245, - "end": 150251, + "start": 152635, + "end": 152641, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 27 }, "identifierName": "_parts" @@ -253543,15 +253679,15 @@ }, "property": { "type": "Identifier", - "start": 150252, - "end": 150258, + "start": 152642, + "end": 152648, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 28 }, "end": { - "line": 3427, + "line": 3469, "column": 34 }, "identifierName": "length" @@ -253563,15 +253699,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 150261, - "end": 150262, + "start": 152651, + "end": 152652, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 37 }, "end": { - "line": 3427, + "line": 3469, "column": 38 } }, @@ -253584,58 +253720,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 150265, - "end": 150333, + "start": 152655, + "end": 152723, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 41 }, "end": { - "line": 3429, + "line": 3471, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 150287, - "end": 150315, + "start": 152677, + "end": 152705, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 20 }, "end": { - "line": 3428, + "line": 3470, "column": 48 } }, "argument": { "type": "NewExpression", - "start": 150294, - "end": 150315, + "start": 152684, + "end": 152705, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 27 }, "end": { - "line": 3428, + "line": 3470, "column": 48 } }, "callee": { "type": "Identifier", - "start": 150298, - "end": 150302, + "start": 152688, + "end": 152692, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 31 }, "end": { - "line": 3428, + "line": 3470, "column": 35 }, "identifierName": "Date" @@ -253645,29 +253781,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150304, - "end": 150313, + "start": 152694, + "end": 152703, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 37 }, "end": { - "line": 3428, + "line": 3470, "column": 46 } }, "argument": { "type": "Identifier", - "start": 150307, - "end": 150313, + "start": 152697, + "end": 152703, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 40 }, "end": { - "line": 3428, + "line": 3470, "column": 46 }, "identifierName": "_parts" @@ -253683,58 +253819,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 150339, - "end": 150406, + "start": 152729, + "end": 152796, "loc": { "start": { - "line": 3429, + "line": 3471, "column": 23 }, "end": { - "line": 3431, + "line": 3473, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 150361, - "end": 150388, + "start": 152751, + "end": 152778, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 20 }, "end": { - "line": 3430, + "line": 3472, "column": 47 } }, "argument": { "type": "NewExpression", - "start": 150368, - "end": 150388, + "start": 152758, + "end": 152778, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 27 }, "end": { - "line": 3430, + "line": 3472, "column": 47 } }, "callee": { "type": "Identifier", - "start": 150372, - "end": 150376, + "start": 152762, + "end": 152766, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 31 }, "end": { - "line": 3430, + "line": 3472, "column": 35 }, "identifierName": "Date" @@ -253744,15 +253880,15 @@ "arguments": [ { "type": "Identifier", - "start": 150378, - "end": 150386, + "start": 152768, + "end": 152776, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 37 }, "end": { - "line": 3430, + "line": 3472, "column": 45 }, "identifierName": "date_str" @@ -253773,29 +253909,29 @@ }, { "type": "VariableDeclarator", - "start": 150434, - "end": 150439, + "start": 152824, + "end": 152829, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 12 }, "end": { - "line": 3433, + "line": 3475, "column": 17 } }, "id": { "type": "Identifier", - "start": 150434, - "end": 150439, + "start": 152824, + "end": 152829, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 12 }, "end": { - "line": 3433, + "line": 3475, "column": 17 }, "identifierName": "_prop" @@ -253806,29 +253942,29 @@ }, { "type": "VariableDeclarator", - "start": 150441, - "end": 150446, + "start": 152831, + "end": 152836, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 19 }, "end": { - "line": 3433, + "line": 3475, "column": 24 } }, "id": { "type": "Identifier", - "start": 150441, - "end": 150446, + "start": 152831, + "end": 152836, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 19 }, "end": { - "line": 3433, + "line": 3475, "column": 24 }, "identifierName": "_temp" @@ -253839,29 +253975,29 @@ }, { "type": "VariableDeclarator", - "start": 150448, - "end": 150452, + "start": 152838, + "end": 152842, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 26 }, "end": { - "line": 3433, + "line": 3475, "column": 30 } }, "id": { "type": "Identifier", - "start": 150448, - "end": 150452, + "start": 152838, + "end": 152842, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 26 }, "end": { - "line": 3433, + "line": 3475, "column": 30 }, "identifierName": "_str" @@ -253872,29 +254008,29 @@ }, { "type": "VariableDeclarator", - "start": 150454, - "end": 150458, + "start": 152844, + "end": 152848, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 32 }, "end": { - "line": 3433, + "line": 3475, "column": 36 } }, "id": { "type": "Identifier", - "start": 150454, - "end": 150458, + "start": 152844, + "end": 152848, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 32 }, "end": { - "line": 3433, + "line": 3475, "column": 36 }, "identifierName": "_num" @@ -253908,29 +254044,29 @@ }, { "type": "ForInStatement", - "start": 150476, - "end": 150639, + "start": 152866, + "end": 153029, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 8 }, "end": { - "line": 3439, + "line": 3481, "column": 9 } }, "left": { "type": "Identifier", - "start": 150482, - "end": 150487, + "start": 152872, + "end": 152877, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 14 }, "end": { - "line": 3435, + "line": 3477, "column": 19 }, "identifierName": "_prop" @@ -253939,15 +254075,15 @@ }, "right": { "type": "Identifier", - "start": 150491, - "end": 150498, + "start": 152881, + "end": 152888, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 23 }, "end": { - "line": 3435, + "line": 3477, "column": 30 }, "identifierName": "options" @@ -253956,72 +254092,72 @@ }, "body": { "type": "BlockStatement", - "start": 150501, - "end": 150639, + "start": 152891, + "end": 153029, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 33 }, "end": { - "line": 3439, + "line": 3481, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 150515, - "end": 150629, + "start": 152905, + "end": 153019, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 12 }, "end": { - "line": 3438, + "line": 3480, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 150520, - "end": 150562, + "start": 152910, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 150520, - "end": 150540, + "start": 152910, + "end": 152930, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 37 } }, "left": { "type": "Identifier", - "start": 150520, - "end": 150525, + "start": 152910, + "end": 152915, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 22 }, "identifierName": "_prop" @@ -254031,15 +254167,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 150530, - "end": 150540, + "start": 152920, + "end": 152930, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 27 }, "end": { - "line": 3436, + "line": 3478, "column": 37 } }, @@ -254053,29 +254189,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 150544, - "end": 150562, + "start": 152934, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 41 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, "left": { "type": "Identifier", - "start": 150544, - "end": 150549, + "start": 152934, + "end": 152939, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 41 }, "end": { - "line": 3436, + "line": 3478, "column": 46 }, "identifierName": "_prop" @@ -254085,15 +254221,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 150554, - "end": 150562, + "start": 152944, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 51 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, @@ -254107,73 +254243,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 150565, - "end": 150629, + "start": 152955, + "end": 153019, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 62 }, "end": { - "line": 3438, + "line": 3480, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 150583, - "end": 150615, + "start": 152973, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 150583, - "end": 150615, + "start": 152973, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 150583, - "end": 150598, + "start": 152973, + "end": 152988, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 31 } }, "object": { "type": "Identifier", - "start": 150583, - "end": 150591, + "start": 152973, + "end": 152981, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 24 }, "identifierName": "_options" @@ -254182,15 +254318,15 @@ }, "property": { "type": "Identifier", - "start": 150592, - "end": 150597, + "start": 152982, + "end": 152987, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 25 }, "end": { - "line": 3437, + "line": 3479, "column": 30 }, "identifierName": "_prop" @@ -254201,29 +254337,29 @@ }, "right": { "type": "MemberExpression", - "start": 150601, - "end": 150615, + "start": 152991, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 34 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "object": { "type": "Identifier", - "start": 150601, - "end": 150608, + "start": 152991, + "end": 152998, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 34 }, "end": { - "line": 3437, + "line": 3479, "column": 41 }, "identifierName": "options" @@ -254232,15 +254368,15 @@ }, "property": { "type": "Identifier", - "start": 150609, - "end": 150614, + "start": 152999, + "end": 153004, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 42 }, "end": { - "line": 3437, + "line": 3479, "column": 47 }, "identifierName": "_prop" @@ -254264,15 +254400,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -254281,29 +254417,29 @@ }, { "type": "SwitchStatement", - "start": 150755, - "end": 158437, + "start": 153145, + "end": 160827, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 8 }, "end": { - "line": 3576, + "line": 3618, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 150764, - "end": 150768, + "start": 153154, + "end": 153158, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 17 }, "end": { - "line": 3442, + "line": 3484, "column": 21 } }, @@ -254313,58 +254449,58 @@ "cases": [ { "type": "SwitchCase", - "start": 150785, - "end": 150832, + "start": 153175, + "end": 153222, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 12 }, "end": { - "line": 3443, + "line": 3485, "column": 59 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150790, - "end": 150831, + "start": 153180, + "end": 153221, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 150790, - "end": 150822, + "start": 153180, + "end": 153212, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 150790, - "end": 150817, + "start": 153180, + "end": 153207, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 44 } }, @@ -254376,15 +254512,15 @@ }, "property": { "type": "Identifier", - "start": 150818, - "end": 150822, + "start": 153208, + "end": 153212, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 45 }, "end": { - "line": 3443, + "line": 3485, "column": 49 }, "identifierName": "test" @@ -254396,15 +254532,15 @@ "arguments": [ { "type": "Identifier", - "start": 150824, - "end": 150829, + "start": 153214, + "end": 153219, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 51 }, "end": { - "line": 3443, + "line": 3485, "column": 56 }, "identifierName": "scale" @@ -254416,58 +254552,58 @@ }, { "type": "SwitchCase", - "start": 150845, - "end": 150877, + "start": 153235, + "end": 153267, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 12 }, "end": { - "line": 3444, + "line": 3486, "column": 44 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150850, - "end": 150876, + "start": 153240, + "end": 153266, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 150850, - "end": 150867, + "start": 153240, + "end": 153257, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 150850, - "end": 150862, + "start": 153240, + "end": 153252, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 29 } }, @@ -254479,15 +254615,15 @@ }, "property": { "type": "Identifier", - "start": 150863, - "end": 150867, + "start": 153253, + "end": 153257, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 30 }, "end": { - "line": 3444, + "line": 3486, "column": 34 }, "identifierName": "test" @@ -254499,15 +254635,15 @@ "arguments": [ { "type": "Identifier", - "start": 150869, - "end": 150874, + "start": 153259, + "end": 153264, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 36 }, "end": { - "line": 3444, + "line": 3486, "column": 41 }, "identifierName": "scale" @@ -254519,58 +254655,58 @@ }, { "type": "SwitchCase", - "start": 150890, - "end": 150930, + "start": 153280, + "end": 153320, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 12 }, "end": { - "line": 3445, + "line": 3487, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150895, - "end": 150929, + "start": 153285, + "end": 153319, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 150895, - "end": 150920, + "start": 153285, + "end": 153310, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 150895, - "end": 150915, + "start": 153285, + "end": 153305, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 37 } }, @@ -254582,15 +254718,15 @@ }, "property": { "type": "Identifier", - "start": 150916, - "end": 150920, + "start": 153306, + "end": 153310, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 38 }, "end": { - "line": 3445, + "line": 3487, "column": 42 }, "identifierName": "test" @@ -254602,15 +254738,15 @@ "arguments": [ { "type": "Identifier", - "start": 150922, - "end": 150927, + "start": 153312, + "end": 153317, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 44 }, "end": { - "line": 3445, + "line": 3487, "column": 49 }, "identifierName": "scale" @@ -254622,86 +254758,86 @@ }, { "type": "SwitchCase", - "start": 150943, - "end": 151235, + "start": 153333, + "end": 153625, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 12 }, "end": { - "line": 3452, + "line": 3494, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 150992, - "end": 151213, + "start": 153382, + "end": 153603, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 16 }, "end": { - "line": 3451, + "line": 3493, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 150997, - "end": 151060, + "start": 153387, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, "left": { "type": "CallExpression", - "start": 150997, - "end": 151028, + "start": 153387, + "end": 153418, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 150997, - "end": 151019, + "start": 153387, + "end": 153409, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 43 } }, "object": { "type": "Identifier", - "start": 150997, - "end": 151004, + "start": 153387, + "end": 153394, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 28 }, "identifierName": "options" @@ -254710,15 +254846,15 @@ }, "property": { "type": "Identifier", - "start": 151005, - "end": 151019, + "start": 153395, + "end": 153409, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 29 }, "end": { - "line": 3447, + "line": 3489, "column": 43 }, "identifierName": "hasOwnProperty" @@ -254730,15 +254866,15 @@ "arguments": [ { "type": "Identifier", - "start": 151021, - "end": 151026, + "start": 153411, + "end": 153416, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 45 }, "end": { - "line": 3447, + "line": 3489, "column": 50 }, "identifierName": "scale" @@ -254750,43 +254886,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 151032, - "end": 151060, + "start": 153422, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 151032, - "end": 151046, + "start": 153422, + "end": 153436, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 70 } }, "object": { "type": "Identifier", - "start": 151032, - "end": 151039, + "start": 153422, + "end": 153429, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 63 }, "identifierName": "options" @@ -254795,15 +254931,15 @@ }, "property": { "type": "Identifier", - "start": 151040, - "end": 151045, + "start": 153430, + "end": 153435, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 64 }, "end": { - "line": 3447, + "line": 3489, "column": 69 }, "identifierName": "scale" @@ -254815,15 +254951,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 151051, - "end": 151060, + "start": 153441, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 75 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, @@ -254837,59 +254973,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 151063, - "end": 151142, + "start": 153453, + "end": 153532, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 87 }, "end": { - "line": 3449, + "line": 3491, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 151085, - "end": 151124, + "start": 153475, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 151085, - "end": 151124, + "start": 153475, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151085, - "end": 151098, + "start": 153475, + "end": 153488, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 33 }, "identifierName": "locale_string" @@ -254898,29 +255034,29 @@ }, "right": { "type": "CallExpression", - "start": 151101, - "end": 151124, + "start": 153491, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 36 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "callee": { "type": "Identifier", - "start": 151101, - "end": 151111, + "start": 153491, + "end": 153501, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 36 }, "end": { - "line": 3448, + "line": 3490, "column": 46 }, "identifierName": "getOrdinal" @@ -254930,15 +255066,15 @@ "arguments": [ { "type": "Identifier", - "start": 151113, - "end": 151122, + "start": 153503, + "end": 153512, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 48 }, "end": { - "line": 3448, + "line": 3490, "column": 57 }, "identifierName": "date_seed" @@ -254954,59 +255090,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 151148, - "end": 151213, + "start": 153538, + "end": 153603, "loc": { "start": { - "line": 3449, + "line": 3491, "column": 23 }, "end": { - "line": 3451, + "line": 3493, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 151170, - "end": 151195, + "start": 153560, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 151170, - "end": 151195, + "start": 153560, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151170, - "end": 151183, + "start": 153560, + "end": 153573, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 33 }, "identifierName": "locale_string" @@ -255015,15 +255151,15 @@ }, "right": { "type": "Identifier", - "start": 151186, - "end": 151195, + "start": 153576, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 36 }, "end": { - "line": 3450, + "line": 3492, "column": 45 }, "identifierName": "date_seed" @@ -255038,15 +255174,15 @@ }, { "type": "BreakStatement", - "start": 151230, - "end": 151235, + "start": 153620, + "end": 153625, "loc": { "start": { - "line": 3452, + "line": 3494, "column": 16 }, "end": { - "line": 3452, + "line": 3494, "column": 21 } }, @@ -255055,43 +255191,43 @@ ], "test": { "type": "CallExpression", - "start": 150948, - "end": 150974, + "start": 153338, + "end": 153364, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 150948, - "end": 150965, + "start": 153338, + "end": 153355, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 150948, - "end": 150960, + "start": 153338, + "end": 153350, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 29 } }, @@ -255103,15 +255239,15 @@ }, "property": { "type": "Identifier", - "start": 150961, - "end": 150965, + "start": 153351, + "end": 153355, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 30 }, "end": { - "line": 3446, + "line": 3488, "column": 34 }, "identifierName": "test" @@ -255123,15 +255259,15 @@ "arguments": [ { "type": "Identifier", - "start": 150967, - "end": 150972, + "start": 153357, + "end": 153362, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 36 }, "end": { - "line": 3446, + "line": 3488, "column": 41 }, "identifierName": "scale" @@ -255143,58 +255279,58 @@ }, { "type": "SwitchCase", - "start": 151248, - "end": 151950, + "start": 153638, + "end": 154340, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 12 }, "end": { - "line": 3464, + "line": 3506, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 151296, - "end": 151796, + "start": 153686, + "end": 154186, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 16 }, "end": { - "line": 3462, + "line": 3504, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 151301, - "end": 151352, + "start": 153691, + "end": 153742, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 21 }, "end": { - "line": 3454, + "line": 3496, "column": 72 } }, "left": { "type": "Identifier", - "start": 151301, - "end": 151317, + "start": 153691, + "end": 153707, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 21 }, "end": { - "line": 3454, + "line": 3496, "column": 37 }, "identifierName": "is_toLocalString" @@ -255204,43 +255340,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 151321, - "end": 151352, + "start": 153711, + "end": 153742, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 151321, - "end": 151343, + "start": 153711, + "end": 153733, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 63 } }, "object": { "type": "Identifier", - "start": 151321, - "end": 151328, + "start": 153711, + "end": 153718, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 48 }, "identifierName": "options" @@ -255249,15 +255385,15 @@ }, "property": { "type": "Identifier", - "start": 151329, - "end": 151343, + "start": 153719, + "end": 153733, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 49 }, "end": { - "line": 3454, + "line": 3496, "column": 63 }, "identifierName": "hasOwnProperty" @@ -255269,15 +255405,15 @@ "arguments": [ { "type": "Identifier", - "start": 151345, - "end": 151350, + "start": 153735, + "end": 153740, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 65 }, "end": { - "line": 3454, + "line": 3496, "column": 70 }, "identifierName": "scale" @@ -255289,87 +255425,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 151355, - "end": 151796, + "start": 153745, + "end": 154186, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 75 }, "end": { - "line": 3462, + "line": 3504, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 151377, - "end": 151778, + "start": 153767, + "end": 154168, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 20 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "test": { "type": "CallExpression", - "start": 151382, - "end": 151433, + "start": 153772, + "end": 153823, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 151382, - "end": 151415, + "start": 153772, + "end": 153805, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 58 } }, "object": { "type": "ArrayExpression", - "start": 151382, - "end": 151406, + "start": 153772, + "end": 153796, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 49 } }, "elements": [ { "type": "StringLiteral", - "start": 151384, - "end": 151393, + "start": 153774, + "end": 153783, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 27 }, "end": { - "line": 3455, + "line": 3497, "column": 36 } }, @@ -255381,15 +255517,15 @@ }, { "type": "StringLiteral", - "start": 151395, - "end": 151404, + "start": 153785, + "end": 153794, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 38 }, "end": { - "line": 3455, + "line": 3497, "column": 47 } }, @@ -255403,15 +255539,15 @@ }, "property": { "type": "Identifier", - "start": 151407, - "end": 151415, + "start": 153797, + "end": 153805, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 50 }, "end": { - "line": 3455, + "line": 3497, "column": 58 }, "identifierName": "includes" @@ -255423,29 +255559,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 151417, - "end": 151431, + "start": 153807, + "end": 153821, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 60 }, "end": { - "line": 3455, + "line": 3497, "column": 74 } }, "object": { "type": "Identifier", - "start": 151417, - "end": 151424, + "start": 153807, + "end": 153814, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 60 }, "end": { - "line": 3455, + "line": 3497, "column": 67 }, "identifierName": "options" @@ -255454,15 +255590,15 @@ }, "property": { "type": "Identifier", - "start": 151425, - "end": 151430, + "start": 153815, + "end": 153820, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 68 }, "end": { - "line": 3455, + "line": 3497, "column": 73 }, "identifierName": "scale" @@ -255475,73 +255611,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 151436, - "end": 151627, + "start": 153826, + "end": 154017, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 79 }, "end": { - "line": 3458, + "line": 3500, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 151462, - "end": 151492, + "start": 153852, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 151462, - "end": 151492, + "start": 153852, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 151462, - "end": 151475, + "start": 153852, + "end": 153865, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 37 } }, "object": { "type": "Identifier", - "start": 151462, - "end": 151470, + "start": 153852, + "end": 153860, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 32 }, "identifierName": "_options" @@ -255550,15 +255686,15 @@ }, "property": { "type": "Identifier", - "start": 151471, - "end": 151475, + "start": 153861, + "end": 153865, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 33 }, "end": { - "line": 3456, + "line": 3498, "column": 37 }, "identifierName": "year" @@ -255569,29 +255705,29 @@ }, "right": { "type": "MemberExpression", - "start": 151478, - "end": 151492, + "start": 153868, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 40 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "object": { "type": "Identifier", - "start": 151478, - "end": 151485, + "start": 153868, + "end": 153875, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 40 }, "end": { - "line": 3456, + "line": 3498, "column": 47 }, "identifierName": "options" @@ -255600,15 +255736,15 @@ }, "property": { "type": "Identifier", - "start": 151486, - "end": 151491, + "start": 153876, + "end": 153881, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 48 }, "end": { - "line": 3456, + "line": 3498, "column": 53 }, "identifierName": "scale" @@ -255621,44 +255757,44 @@ }, { "type": "ExpressionStatement", - "start": 151517, - "end": 151605, + "start": 153907, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "expression": { "type": "AssignmentExpression", - "start": 151517, - "end": 151605, + "start": 153907, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151517, - "end": 151530, + "start": 153907, + "end": 153920, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 37 }, "identifierName": "locale_string" @@ -255667,86 +255803,86 @@ }, "right": { "type": "CallExpression", - "start": 151533, - "end": 151605, + "start": 153923, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 151533, - "end": 151584, + "start": 153923, + "end": 153974, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 91 } }, "object": { "type": "CallExpression", - "start": 151533, - "end": 151569, + "start": 153923, + "end": 153959, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 151533, - "end": 151556, + "start": 153923, + "end": 153946, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 151533, - "end": 151537, + "start": 153923, + "end": 153927, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 44 } } }, "property": { "type": "Identifier", - "start": 151538, - "end": 151556, + "start": 153928, + "end": 153946, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 45 }, "end": { - "line": 3457, + "line": 3499, "column": 63 }, "identifierName": "getCorrectDatetime" @@ -255758,15 +255894,15 @@ "arguments": [ { "type": "Identifier", - "start": 151558, - "end": 151567, + "start": 153948, + "end": 153957, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 65 }, "end": { - "line": 3457, + "line": 3499, "column": 74 }, "identifierName": "date_seed" @@ -255777,15 +255913,15 @@ }, "property": { "type": "Identifier", - "start": 151570, - "end": 151584, + "start": 153960, + "end": 153974, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 77 }, "end": { - "line": 3457, + "line": 3499, "column": 91 }, "identifierName": "toLocaleString" @@ -255797,15 +255933,15 @@ "arguments": [ { "type": "Identifier", - "start": 151586, - "end": 151593, + "start": 153976, + "end": 153983, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 93 }, "end": { - "line": 3457, + "line": 3499, "column": 100 }, "identifierName": "locales" @@ -255814,15 +255950,15 @@ }, { "type": "Identifier", - "start": 151595, - "end": 151603, + "start": 153985, + "end": 153993, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 102 }, "end": { - "line": 3457, + "line": 3499, "column": 110 }, "identifierName": "_options" @@ -255838,43 +255974,43 @@ }, "alternate": { "type": "IfStatement", - "start": 151653, - "end": 151778, + "start": 154043, + "end": 154168, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 20 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 151658, - "end": 151687, + "start": 154048, + "end": 154077, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 25 }, "end": { - "line": 3459, + "line": 3501, "column": 54 } }, "left": { "type": "StringLiteral", - "start": 151658, - "end": 151668, + "start": 154048, + "end": 154058, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 25 }, "end": { - "line": 3459, + "line": 3501, "column": 35 } }, @@ -255887,29 +256023,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 151673, - "end": 151687, + "start": 154063, + "end": 154077, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 40 }, "end": { - "line": 3459, + "line": 3501, "column": 54 } }, "object": { "type": "Identifier", - "start": 151673, - "end": 151680, + "start": 154063, + "end": 154070, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 40 }, "end": { - "line": 3459, + "line": 3501, "column": 47 }, "identifierName": "options" @@ -255918,15 +256054,15 @@ }, "property": { "type": "Identifier", - "start": 151681, - "end": 151686, + "start": 154071, + "end": 154076, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 48 }, "end": { - "line": 3459, + "line": 3501, "column": 53 }, "identifierName": "scale" @@ -255938,59 +256074,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 151690, - "end": 151778, + "start": 154080, + "end": 154168, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 57 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 151716, - "end": 151756, + "start": 154106, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 151716, - "end": 151756, + "start": 154106, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151716, - "end": 151729, + "start": 154106, + "end": 154119, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 37 }, "identifierName": "locale_string" @@ -255999,29 +256135,29 @@ }, "right": { "type": "CallExpression", - "start": 151732, - "end": 151756, + "start": 154122, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 40 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "callee": { "type": "Identifier", - "start": 151732, - "end": 151743, + "start": 154122, + "end": 154133, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 40 }, "end": { - "line": 3460, + "line": 3502, "column": 51 }, "identifierName": "getZerofill" @@ -256031,15 +256167,15 @@ "arguments": [ { "type": "Identifier", - "start": 151745, - "end": 151754, + "start": 154135, + "end": 154144, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 53 }, "end": { - "line": 3460, + "line": 3502, "column": 62 }, "identifierName": "date_seed" @@ -256063,44 +256199,44 @@ }, { "type": "ExpressionStatement", - "start": 151813, - "end": 151928, + "start": 154203, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "expression": { "type": "AssignmentExpression", - "start": 151813, - "end": 151928, + "start": 154203, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151813, - "end": 151826, + "start": 154203, + "end": 154216, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 29 }, "identifierName": "locale_string" @@ -256109,72 +256245,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 151829, - "end": 151928, + "start": 154219, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "test": { "type": "CallExpression", - "start": 151829, - "end": 151859, + "start": 154219, + "end": 154249, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 151829, - "end": 151842, + "start": 154219, + "end": 154232, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 151829, - "end": 151833, + "start": 154219, + "end": 154223, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 36 } } }, "property": { "type": "Identifier", - "start": 151834, - "end": 151842, + "start": 154224, + "end": 154232, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 37 }, "end": { - "line": 3463, + "line": 3505, "column": 45 }, "identifierName": "is_empty" @@ -256186,15 +256322,15 @@ "arguments": [ { "type": "Identifier", - "start": 151844, - "end": 151857, + "start": 154234, + "end": 154247, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 47 }, "end": { - "line": 3463, + "line": 3505, "column": 60 }, "identifierName": "locale_string" @@ -256205,86 +256341,86 @@ }, "consequent": { "type": "CallExpression", - "start": 151862, - "end": 151912, + "start": 154252, + "end": 154302, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 151862, - "end": 151910, + "start": 154252, + "end": 154300, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 113 } }, "object": { "type": "CallExpression", - "start": 151862, - "end": 151898, + "start": 154252, + "end": 154288, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 151862, - "end": 151885, + "start": 154252, + "end": 154275, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 88 } }, "object": { "type": "ThisExpression", - "start": 151862, - "end": 151866, + "start": 154252, + "end": 154256, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 69 } } }, "property": { "type": "Identifier", - "start": 151867, - "end": 151885, + "start": 154257, + "end": 154275, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 70 }, "end": { - "line": 3463, + "line": 3505, "column": 88 }, "identifierName": "getCorrectDatetime" @@ -256296,15 +256432,15 @@ "arguments": [ { "type": "Identifier", - "start": 151887, - "end": 151896, + "start": 154277, + "end": 154286, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 90 }, "end": { - "line": 3463, + "line": 3505, "column": 99 }, "identifierName": "date_seed" @@ -256315,15 +256451,15 @@ }, "property": { "type": "Identifier", - "start": 151899, - "end": 151910, + "start": 154289, + "end": 154300, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 102 }, "end": { - "line": 3463, + "line": 3505, "column": 113 }, "identifierName": "getFullYear" @@ -256336,15 +256472,15 @@ }, "alternate": { "type": "Identifier", - "start": 151915, - "end": 151928, + "start": 154305, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 118 }, "end": { - "line": 3463, + "line": 3505, "column": 131 }, "identifierName": "locale_string" @@ -256356,15 +256492,15 @@ }, { "type": "BreakStatement", - "start": 151945, - "end": 151950, + "start": 154335, + "end": 154340, "loc": { "start": { - "line": 3464, + "line": 3506, "column": 16 }, "end": { - "line": 3464, + "line": 3506, "column": 21 } }, @@ -256373,43 +256509,43 @@ ], "test": { "type": "CallExpression", - "start": 151253, - "end": 151278, + "start": 153643, + "end": 153668, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 151253, - "end": 151269, + "start": 153643, + "end": 153659, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 151253, - "end": 151264, + "start": 153643, + "end": 153654, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 28 } }, @@ -256421,15 +256557,15 @@ }, "property": { "type": "Identifier", - "start": 151265, - "end": 151269, + "start": 153655, + "end": 153659, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 29 }, "end": { - "line": 3453, + "line": 3495, "column": 33 }, "identifierName": "test" @@ -256441,15 +256577,15 @@ "arguments": [ { "type": "Identifier", - "start": 151271, - "end": 151276, + "start": 153661, + "end": 153666, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 35 }, "end": { - "line": 3453, + "line": 3495, "column": 40 }, "identifierName": "scale" @@ -256461,58 +256597,58 @@ }, { "type": "SwitchCase", - "start": 151963, - "end": 152942, + "start": 154353, + "end": 155332, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 12 }, "end": { - "line": 3480, + "line": 3522, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 152012, - "end": 152504, + "start": 154402, + "end": 154894, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 16 }, "end": { - "line": 3472, + "line": 3514, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 152017, - "end": 152068, + "start": 154407, + "end": 154458, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 21 }, "end": { - "line": 3466, + "line": 3508, "column": 72 } }, "left": { "type": "Identifier", - "start": 152017, - "end": 152033, + "start": 154407, + "end": 154423, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 21 }, "end": { - "line": 3466, + "line": 3508, "column": 37 }, "identifierName": "is_toLocalString" @@ -256522,43 +256658,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 152037, - "end": 152068, + "start": 154427, + "end": 154458, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 152037, - "end": 152059, + "start": 154427, + "end": 154449, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 63 } }, "object": { "type": "Identifier", - "start": 152037, - "end": 152044, + "start": 154427, + "end": 154434, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 48 }, "identifierName": "options" @@ -256567,15 +256703,15 @@ }, "property": { "type": "Identifier", - "start": 152045, - "end": 152059, + "start": 154435, + "end": 154449, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 49 }, "end": { - "line": 3466, + "line": 3508, "column": 63 }, "identifierName": "hasOwnProperty" @@ -256587,15 +256723,15 @@ "arguments": [ { "type": "Identifier", - "start": 152061, - "end": 152066, + "start": 154451, + "end": 154456, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 65 }, "end": { - "line": 3466, + "line": 3508, "column": 70 }, "identifierName": "scale" @@ -256607,87 +256743,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 152071, - "end": 152504, + "start": 154461, + "end": 154894, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 75 }, "end": { - "line": 3472, + "line": 3514, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 152093, - "end": 152486, + "start": 154483, + "end": 154876, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 20 }, "end": { - "line": 3471, + "line": 3513, "column": 21 } }, "test": { "type": "CallExpression", - "start": 152098, - "end": 152176, + "start": 154488, + "end": 154566, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 152098, - "end": 152158, + "start": 154488, + "end": 154548, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 85 } }, "object": { "type": "ArrayExpression", - "start": 152098, - "end": 152149, + "start": 154488, + "end": 154539, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 76 } }, "elements": [ { "type": "StringLiteral", - "start": 152100, - "end": 152109, + "start": 154490, + "end": 154499, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 27 }, "end": { - "line": 3467, + "line": 3509, "column": 36 } }, @@ -256699,15 +256835,15 @@ }, { "type": "StringLiteral", - "start": 152111, - "end": 152120, + "start": 154501, + "end": 154510, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 38 }, "end": { - "line": 3467, + "line": 3509, "column": 47 } }, @@ -256719,15 +256855,15 @@ }, { "type": "StringLiteral", - "start": 152122, - "end": 152130, + "start": 154512, + "end": 154520, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 49 }, "end": { - "line": 3467, + "line": 3509, "column": 57 } }, @@ -256739,15 +256875,15 @@ }, { "type": "StringLiteral", - "start": 152132, - "end": 152139, + "start": 154522, + "end": 154529, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 59 }, "end": { - "line": 3467, + "line": 3509, "column": 66 } }, @@ -256759,15 +256895,15 @@ }, { "type": "StringLiteral", - "start": 152141, - "end": 152147, + "start": 154531, + "end": 154537, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 68 }, "end": { - "line": 3467, + "line": 3509, "column": 74 } }, @@ -256781,15 +256917,15 @@ }, "property": { "type": "Identifier", - "start": 152150, - "end": 152158, + "start": 154540, + "end": 154548, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 77 }, "end": { - "line": 3467, + "line": 3509, "column": 85 }, "identifierName": "includes" @@ -256801,29 +256937,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 152160, - "end": 152174, + "start": 154550, + "end": 154564, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 87 }, "end": { - "line": 3467, + "line": 3509, "column": 101 } }, "object": { "type": "Identifier", - "start": 152160, - "end": 152167, + "start": 154550, + "end": 154557, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 87 }, "end": { - "line": 3467, + "line": 3509, "column": 94 }, "identifierName": "options" @@ -256832,15 +256968,15 @@ }, "property": { "type": "Identifier", - "start": 152168, - "end": 152173, + "start": 154558, + "end": 154563, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 95 }, "end": { - "line": 3467, + "line": 3509, "column": 100 }, "identifierName": "scale" @@ -256853,73 +256989,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 152179, - "end": 152486, + "start": 154569, + "end": 154876, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 106 }, "end": { - "line": 3471, + "line": 3513, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 152205, - "end": 152236, + "start": 154595, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 152205, - "end": 152236, + "start": 154595, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 152205, - "end": 152219, + "start": 154595, + "end": 154609, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 38 } }, "object": { "type": "Identifier", - "start": 152205, - "end": 152213, + "start": 154595, + "end": 154603, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 32 }, "identifierName": "_options" @@ -256928,15 +257064,15 @@ }, "property": { "type": "Identifier", - "start": 152214, - "end": 152219, + "start": 154604, + "end": 154609, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 33 }, "end": { - "line": 3468, + "line": 3510, "column": 38 }, "identifierName": "month" @@ -256947,29 +257083,29 @@ }, "right": { "type": "MemberExpression", - "start": 152222, - "end": 152236, + "start": 154612, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 41 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "object": { "type": "Identifier", - "start": 152222, - "end": 152229, + "start": 154612, + "end": 154619, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 41 }, "end": { - "line": 3468, + "line": 3510, "column": 48 }, "identifierName": "options" @@ -256978,15 +257114,15 @@ }, "property": { "type": "Identifier", - "start": 152230, - "end": 152235, + "start": 154620, + "end": 154625, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 49 }, "end": { - "line": 3468, + "line": 3510, "column": 54 }, "identifierName": "scale" @@ -256999,44 +257135,44 @@ }, { "type": "ExpressionStatement", - "start": 152261, - "end": 152349, + "start": 154651, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "expression": { "type": "AssignmentExpression", - "start": 152261, - "end": 152349, + "start": 154651, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152261, - "end": 152274, + "start": 154651, + "end": 154664, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 37 }, "identifierName": "locale_string" @@ -257045,86 +257181,86 @@ }, "right": { "type": "CallExpression", - "start": 152277, - "end": 152349, + "start": 154667, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 152277, - "end": 152328, + "start": 154667, + "end": 154718, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 91 } }, "object": { "type": "CallExpression", - "start": 152277, - "end": 152313, + "start": 154667, + "end": 154703, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 152277, - "end": 152300, + "start": 154667, + "end": 154690, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 152277, - "end": 152281, + "start": 154667, + "end": 154671, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 44 } } }, "property": { "type": "Identifier", - "start": 152282, - "end": 152300, + "start": 154672, + "end": 154690, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 45 }, "end": { - "line": 3469, + "line": 3511, "column": 63 }, "identifierName": "getCorrectDatetime" @@ -257136,15 +257272,15 @@ "arguments": [ { "type": "Identifier", - "start": 152302, - "end": 152311, + "start": 154692, + "end": 154701, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 65 }, "end": { - "line": 3469, + "line": 3511, "column": 74 }, "identifierName": "date_seed" @@ -257155,15 +257291,15 @@ }, "property": { "type": "Identifier", - "start": 152314, - "end": 152328, + "start": 154704, + "end": 154718, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 77 }, "end": { - "line": 3469, + "line": 3511, "column": 91 }, "identifierName": "toLocaleString" @@ -257175,15 +257311,15 @@ "arguments": [ { "type": "Identifier", - "start": 152330, - "end": 152337, + "start": 154720, + "end": 154727, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 93 }, "end": { - "line": 3469, + "line": 3511, "column": 100 }, "identifierName": "locales" @@ -257192,15 +257328,15 @@ }, { "type": "Identifier", - "start": 152339, - "end": 152347, + "start": 154729, + "end": 154737, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 102 }, "end": { - "line": 3469, + "line": 3511, "column": 110 }, "identifierName": "_options" @@ -257216,15 +257352,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 152374, - "end": 152464, + "start": 154764, + "end": 154854, "loc": { "start": { - "line": 3470, + "line": 3512, "column": 24 }, "end": { - "line": 3470, + "line": 3512, "column": 114 } } @@ -257243,86 +257379,86 @@ }, { "type": "IfStatement", - "start": 152521, - "end": 152920, + "start": 154911, + "end": 155310, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 16 }, "end": { - "line": 3479, + "line": 3521, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 152526, - "end": 152582, + "start": 154916, + "end": 154972, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 77 } }, "left": { "type": "CallExpression", - "start": 152526, - "end": 152556, + "start": 154916, + "end": 154946, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 152526, - "end": 152539, + "start": 154916, + "end": 154929, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 152526, - "end": 152530, + "start": 154916, + "end": 154920, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 25 } } }, "property": { "type": "Identifier", - "start": 152531, - "end": 152539, + "start": 154921, + "end": 154929, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 26 }, "end": { - "line": 3473, + "line": 3515, "column": 34 }, "identifierName": "is_empty" @@ -257334,15 +257470,15 @@ "arguments": [ { "type": "Identifier", - "start": 152541, - "end": 152554, + "start": 154931, + "end": 154944, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 36 }, "end": { - "line": 3473, + "line": 3515, "column": 49 }, "identifierName": "locale_string" @@ -257354,29 +257490,29 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 152560, - "end": 152582, + "start": 154950, + "end": 154972, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 55 }, "end": { - "line": 3473, + "line": 3515, "column": 77 } }, "callee": { "type": "Identifier", - "start": 152560, - "end": 152565, + "start": 154950, + "end": 154955, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 55 }, "end": { - "line": 3473, + "line": 3515, "column": 60 }, "identifierName": "isNaN" @@ -257386,15 +257522,15 @@ "arguments": [ { "type": "Identifier", - "start": 152567, - "end": 152580, + "start": 154957, + "end": 154970, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 62 }, "end": { - "line": 3473, + "line": 3515, "column": 75 }, "identifierName": "locale_string" @@ -257406,72 +257542,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 152585, - "end": 152920, + "start": 154975, + "end": 155310, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 80 }, "end": { - "line": 3479, + "line": 3521, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 152607, - "end": 152902, + "start": 154997, + "end": 155292, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 20 }, "end": { - "line": 3478, + "line": 3520, "column": 21 } }, "test": { "type": "CallExpression", - "start": 152612, - "end": 152662, + "start": 155002, + "end": 155052, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 152612, - "end": 152649, + "start": 155002, + "end": 155039, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 62 } }, "object": { "type": "RegExpLiteral", - "start": 152612, - "end": 152644, + "start": 155002, + "end": 155034, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 57 } }, @@ -257483,15 +257619,15 @@ }, "property": { "type": "Identifier", - "start": 152645, - "end": 152649, + "start": 155035, + "end": 155039, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 58 }, "end": { - "line": 3474, + "line": 3516, "column": 62 }, "identifierName": "test" @@ -257503,15 +257639,15 @@ "arguments": [ { "type": "Identifier", - "start": 152651, - "end": 152660, + "start": 155041, + "end": 155050, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 64 }, "end": { - "line": 3474, + "line": 3516, "column": 73 }, "identifierName": "date_seed" @@ -257522,59 +257658,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 152665, - "end": 152902, + "start": 155055, + "end": 155292, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 78 }, "end": { - "line": 3478, + "line": 3520, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 152691, - "end": 152718, + "start": 155081, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 152691, - "end": 152718, + "start": 155081, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152691, - "end": 152695, + "start": 155081, + "end": 155085, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 28 }, "identifierName": "_str" @@ -257583,43 +257719,43 @@ }, "right": { "type": "CallExpression", - "start": 152698, - "end": 152718, + "start": 155088, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 152698, - "end": 152713, + "start": 155088, + "end": 155103, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 46 } }, "object": { "type": "Identifier", - "start": 152698, - "end": 152707, + "start": 155088, + "end": 155097, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 40 }, "identifierName": "date_seed" @@ -257628,15 +257764,15 @@ }, "property": { "type": "Identifier", - "start": 152708, - "end": 152713, + "start": 155098, + "end": 155103, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 41 }, "end": { - "line": 3475, + "line": 3517, "column": 46 }, "identifierName": "split" @@ -257648,15 +257784,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 152714, - "end": 152717, + "start": 155104, + "end": 155107, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 47 }, "end": { - "line": 3475, + "line": 3517, "column": 50 } }, @@ -257672,44 +257808,44 @@ }, { "type": "ExpressionStatement", - "start": 152743, - "end": 152798, + "start": 155133, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 152743, - "end": 152798, + "start": 155133, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152743, - "end": 152748, + "start": 155133, + "end": 155138, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 29 }, "identifierName": "_temp" @@ -257718,29 +257854,29 @@ }, "right": { "type": "NewExpression", - "start": 152751, - "end": 152798, + "start": 155141, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 32 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "callee": { "type": "Identifier", - "start": 152755, - "end": 152759, + "start": 155145, + "end": 155149, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 36 }, "end": { - "line": 3476, + "line": 3518, "column": 40 }, "identifierName": "Date" @@ -257750,29 +257886,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 152761, - "end": 152768, + "start": 155151, + "end": 155158, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 42 }, "end": { - "line": 3476, + "line": 3518, "column": 49 } }, "object": { "type": "Identifier", - "start": 152761, - "end": 152765, + "start": 155151, + "end": 155155, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 42 }, "end": { - "line": 3476, + "line": 3518, "column": 46 }, "identifierName": "_str" @@ -257781,15 +257917,15 @@ }, "property": { "type": "NumericLiteral", - "start": 152766, - "end": 152767, + "start": 155156, + "end": 155157, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 47 }, "end": { - "line": 3476, + "line": 3518, "column": 48 } }, @@ -257803,29 +257939,29 @@ }, { "type": "CallExpression", - "start": 152770, - "end": 152793, + "start": 155160, + "end": 155183, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 51 }, "end": { - "line": 3476, + "line": 3518, "column": 74 } }, "callee": { "type": "Identifier", - "start": 152770, - "end": 152778, + "start": 155160, + "end": 155168, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 51 }, "end": { - "line": 3476, + "line": 3518, "column": 59 }, "identifierName": "parseInt" @@ -257835,43 +257971,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 152780, - "end": 152791, + "start": 155170, + "end": 155181, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 152780, - "end": 152787, + "start": 155170, + "end": 155177, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 68 } }, "object": { "type": "Identifier", - "start": 152780, - "end": 152784, + "start": 155170, + "end": 155174, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 65 }, "identifierName": "_str" @@ -257880,15 +258016,15 @@ }, "property": { "type": "NumericLiteral", - "start": 152785, - "end": 152786, + "start": 155175, + "end": 155176, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 66 }, "end": { - "line": 3476, + "line": 3518, "column": 67 } }, @@ -257903,15 +258039,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 152790, - "end": 152791, + "start": 155180, + "end": 155181, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 71 }, "end": { - "line": 3476, + "line": 3518, "column": 72 } }, @@ -257926,15 +258062,15 @@ }, { "type": "NumericLiteral", - "start": 152795, - "end": 152796, + "start": 155185, + "end": 155186, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 76 }, "end": { - "line": 3476, + "line": 3518, "column": 77 } }, @@ -257950,44 +258086,44 @@ }, { "type": "ExpressionStatement", - "start": 152823, - "end": 152880, + "start": 155213, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 152823, - "end": 152880, + "start": 155213, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152823, - "end": 152836, + "start": 155213, + "end": 155226, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 37 }, "identifierName": "locale_string" @@ -257996,43 +258132,43 @@ }, "right": { "type": "CallExpression", - "start": 152839, - "end": 152880, + "start": 155229, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 152839, - "end": 152859, + "start": 155229, + "end": 155249, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 60 } }, "object": { "type": "Identifier", - "start": 152839, - "end": 152844, + "start": 155229, + "end": 155234, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 45 }, "identifierName": "_temp" @@ -258041,15 +258177,15 @@ }, "property": { "type": "Identifier", - "start": 152845, - "end": 152859, + "start": 155235, + "end": 155249, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 46 }, "end": { - "line": 3477, + "line": 3519, "column": 60 }, "identifierName": "toLocaleString" @@ -258061,15 +258197,15 @@ "arguments": [ { "type": "Identifier", - "start": 152861, - "end": 152868, + "start": 155251, + "end": 155258, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 62 }, "end": { - "line": 3477, + "line": 3519, "column": 69 }, "identifierName": "locales" @@ -258078,15 +258214,15 @@ }, { "type": "Identifier", - "start": 152870, - "end": 152878, + "start": 155260, + "end": 155268, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 71 }, "end": { - "line": 3477, + "line": 3519, "column": 79 }, "identifierName": "_options" @@ -258109,15 +258245,15 @@ }, { "type": "BreakStatement", - "start": 152937, - "end": 152942, + "start": 155327, + "end": 155332, "loc": { "start": { - "line": 3480, + "line": 3522, "column": 16 }, "end": { - "line": 3480, + "line": 3522, "column": 21 } }, @@ -258126,43 +258262,43 @@ ], "test": { "type": "CallExpression", - "start": 151968, - "end": 151994, + "start": 154358, + "end": 154384, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 151968, - "end": 151985, + "start": 154358, + "end": 154375, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 151968, - "end": 151980, + "start": 154358, + "end": 154370, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 29 } }, @@ -258174,15 +258310,15 @@ }, "property": { "type": "Identifier", - "start": 151981, - "end": 151985, + "start": 154371, + "end": 154375, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 30 }, "end": { - "line": 3465, + "line": 3507, "column": 34 }, "identifierName": "test" @@ -258194,15 +258330,15 @@ "arguments": [ { "type": "Identifier", - "start": 151987, - "end": 151992, + "start": 154377, + "end": 154382, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 36 }, "end": { - "line": 3465, + "line": 3507, "column": 41 }, "identifierName": "scale" @@ -258214,74 +258350,74 @@ }, { "type": "SwitchCase", - "start": 152955, - "end": 153419, + "start": 155345, + "end": 155809, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 12 }, "end": { - "line": 3489, + "line": 3531, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 153003, - "end": 153040, + "start": 155393, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 153003, - "end": 153040, + "start": 155393, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 153003, - "end": 153017, + "start": 155393, + "end": 155407, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 153005, - "end": 153009, + "start": 155395, + "end": 155399, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 18 }, "end": { - "line": 3482, + "line": 3524, "column": 22 }, "identifierName": "_str" @@ -258290,15 +258426,15 @@ }, { "type": "Identifier", - "start": 153011, - "end": 153015, + "start": 155401, + "end": 155405, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 24 }, "end": { - "line": 3482, + "line": 3524, "column": 28 }, "identifierName": "_num" @@ -258309,43 +258445,43 @@ }, "right": { "type": "CallExpression", - "start": 153020, - "end": 153040, + "start": 155410, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 153020, - "end": 153035, + "start": 155410, + "end": 155425, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 48 } }, "object": { "type": "Identifier", - "start": 153020, - "end": 153029, + "start": 155410, + "end": 155419, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 42 }, "identifierName": "date_seed" @@ -258354,15 +258490,15 @@ }, "property": { "type": "Identifier", - "start": 153030, - "end": 153035, + "start": 155420, + "end": 155425, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 43 }, "end": { - "line": 3482, + "line": 3524, "column": 48 }, "identifierName": "split" @@ -258374,15 +258510,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153036, - "end": 153039, + "start": 155426, + "end": 155429, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 49 }, "end": { - "line": 3482, + "line": 3524, "column": 52 } }, @@ -258401,15 +258537,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -258418,71 +258554,71 @@ }, { "type": "IfStatement", - "start": 153170, - "end": 153397, + "start": 155560, + "end": 155787, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 16 }, "end": { - "line": 3488, + "line": 3530, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 153175, - "end": 153238, + "start": 155565, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, "left": { "type": "CallExpression", - "start": 153175, - "end": 153206, + "start": 155565, + "end": 155596, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 153175, - "end": 153197, + "start": 155565, + "end": 155587, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 43 } }, "object": { "type": "Identifier", - "start": 153175, - "end": 153182, + "start": 155565, + "end": 155572, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 28 }, "identifierName": "options" @@ -258492,15 +258628,15 @@ }, "property": { "type": "Identifier", - "start": 153183, - "end": 153197, + "start": 155573, + "end": 155587, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 29 }, "end": { - "line": 3484, + "line": 3526, "column": 43 }, "identifierName": "hasOwnProperty" @@ -258513,15 +258649,15 @@ "arguments": [ { "type": "Identifier", - "start": 153199, - "end": 153204, + "start": 155589, + "end": 155594, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 45 }, "end": { - "line": 3484, + "line": 3526, "column": 50 }, "identifierName": "scale" @@ -258534,43 +258670,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 153210, - "end": 153238, + "start": 155600, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 153210, - "end": 153224, + "start": 155600, + "end": 155614, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 70 } }, "object": { "type": "Identifier", - "start": 153210, - "end": 153217, + "start": 155600, + "end": 155607, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 63 }, "identifierName": "options" @@ -258579,15 +258715,15 @@ }, "property": { "type": "Identifier", - "start": 153218, - "end": 153223, + "start": 155608, + "end": 155613, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 64 }, "end": { - "line": 3484, + "line": 3526, "column": 69 }, "identifierName": "scale" @@ -258599,15 +258735,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 153229, - "end": 153238, + "start": 155619, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 75 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, @@ -258622,59 +258758,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 153241, - "end": 153331, + "start": 155631, + "end": 155721, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 87 }, "end": { - "line": 3486, + "line": 3528, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153263, - "end": 153313, + "start": 155653, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 153263, - "end": 153313, + "start": 155653, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153263, - "end": 153276, + "start": 155653, + "end": 155666, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 33 }, "identifierName": "locale_string" @@ -258683,29 +258819,29 @@ }, "right": { "type": "CallExpression", - "start": 153279, - "end": 153313, + "start": 155669, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 36 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "callee": { "type": "Identifier", - "start": 153279, - "end": 153289, + "start": 155669, + "end": 155679, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 36 }, "end": { - "line": 3485, + "line": 3527, "column": 46 }, "identifierName": "getOrdinal" @@ -258715,29 +258851,29 @@ "arguments": [ { "type": "CallExpression", - "start": 153291, - "end": 153311, + "start": 155681, + "end": 155701, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 48 }, "end": { - "line": 3485, + "line": 3527, "column": 68 } }, "callee": { "type": "Identifier", - "start": 153291, - "end": 153299, + "start": 155681, + "end": 155689, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 48 }, "end": { - "line": 3485, + "line": 3527, "column": 56 }, "identifierName": "parseInt" @@ -258747,15 +258883,15 @@ "arguments": [ { "type": "Identifier", - "start": 153301, - "end": 153305, + "start": 155691, + "end": 155695, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 58 }, "end": { - "line": 3485, + "line": 3527, "column": 62 }, "identifierName": "_num" @@ -258764,15 +258900,15 @@ }, { "type": "NumericLiteral", - "start": 153307, - "end": 153309, + "start": 155697, + "end": 155699, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 64 }, "end": { - "line": 3485, + "line": 3527, "column": 66 } }, @@ -258793,59 +258929,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 153337, - "end": 153397, + "start": 155727, + "end": 155787, "loc": { "start": { - "line": 3486, + "line": 3528, "column": 23 }, "end": { - "line": 3488, + "line": 3530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153359, - "end": 153379, + "start": 155749, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 153359, - "end": 153379, + "start": 155749, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153359, - "end": 153372, + "start": 155749, + "end": 155762, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 33 }, "identifierName": "locale_string" @@ -258854,15 +258990,15 @@ }, "right": { "type": "Identifier", - "start": 153375, - "end": 153379, + "start": 155765, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 36 }, "end": { - "line": 3487, + "line": 3529, "column": 40 }, "identifierName": "_num" @@ -258878,15 +259014,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -258895,15 +259031,15 @@ }, { "type": "BreakStatement", - "start": 153414, - "end": 153419, + "start": 155804, + "end": 155809, "loc": { "start": { - "line": 3489, + "line": 3531, "column": 16 }, "end": { - "line": 3489, + "line": 3531, "column": 21 } }, @@ -258912,43 +259048,43 @@ ], "test": { "type": "CallExpression", - "start": 152960, - "end": 152985, + "start": 155350, + "end": 155375, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 152960, - "end": 152976, + "start": 155350, + "end": 155366, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 152960, - "end": 152971, + "start": 155350, + "end": 155361, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 28 } }, @@ -258960,15 +259096,15 @@ }, "property": { "type": "Identifier", - "start": 152972, - "end": 152976, + "start": 155362, + "end": 155366, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 29 }, "end": { - "line": 3481, + "line": 3523, "column": 33 }, "identifierName": "test" @@ -258980,15 +259116,15 @@ "arguments": [ { "type": "Identifier", - "start": 152978, - "end": 152983, + "start": 155368, + "end": 155373, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 35 }, "end": { - "line": 3481, + "line": 3523, "column": 40 }, "identifierName": "scale" @@ -259000,74 +259136,74 @@ }, { "type": "SwitchCase", - "start": 153432, - "end": 154324, + "start": 155822, + "end": 156714, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 12 }, "end": { - "line": 3506, + "line": 3548, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 153483, - "end": 153520, + "start": 155873, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 153483, - "end": 153520, + "start": 155873, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 153483, - "end": 153497, + "start": 155873, + "end": 155887, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 153485, - "end": 153489, + "start": 155875, + "end": 155879, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 18 }, "end": { - "line": 3491, + "line": 3533, "column": 22 }, "identifierName": "_str" @@ -259076,15 +259212,15 @@ }, { "type": "Identifier", - "start": 153491, - "end": 153495, + "start": 155881, + "end": 155885, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 24 }, "end": { - "line": 3491, + "line": 3533, "column": 28 }, "identifierName": "_num" @@ -259095,43 +259231,43 @@ }, "right": { "type": "CallExpression", - "start": 153500, - "end": 153520, + "start": 155890, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 153500, - "end": 153515, + "start": 155890, + "end": 155905, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 48 } }, "object": { "type": "Identifier", - "start": 153500, - "end": 153509, + "start": 155890, + "end": 155899, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 42 }, "identifierName": "date_seed" @@ -259140,15 +259276,15 @@ }, "property": { "type": "Identifier", - "start": 153510, - "end": 153515, + "start": 155900, + "end": 155905, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 43 }, "end": { - "line": 3491, + "line": 3533, "column": 48 }, "identifierName": "split" @@ -259160,15 +259296,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153516, - "end": 153519, + "start": 155906, + "end": 155909, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 49 }, "end": { - "line": 3491, + "line": 3533, "column": 52 } }, @@ -259184,57 +259320,57 @@ }, { "type": "IfStatement", - "start": 153537, - "end": 153773, + "start": 155927, + "end": 156163, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 16 }, "end": { - "line": 3497, + "line": 3539, "column": 17 } }, "test": { "type": "CallExpression", - "start": 153542, - "end": 153590, + "start": 155932, + "end": 155980, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 153542, - "end": 153582, + "start": 155932, + "end": 155972, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 61 } }, "object": { "type": "RegExpLiteral", - "start": 153542, - "end": 153577, + "start": 155932, + "end": 155967, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 56 } }, @@ -259246,15 +259382,15 @@ }, "property": { "type": "Identifier", - "start": 153578, - "end": 153582, + "start": 155968, + "end": 155972, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 57 }, "end": { - "line": 3492, + "line": 3534, "column": 61 }, "identifierName": "test" @@ -259266,15 +259402,15 @@ "arguments": [ { "type": "Identifier", - "start": 153584, - "end": 153588, + "start": 155974, + "end": 155978, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 63 }, "end": { - "line": 3492, + "line": 3534, "column": 67 }, "identifierName": "_str" @@ -259285,59 +259421,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 153593, - "end": 153703, + "start": 155983, + "end": 156093, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 72 }, "end": { - "line": 3495, + "line": 3537, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153615, - "end": 153637, + "start": 156005, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 153615, - "end": 153637, + "start": 156005, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153615, - "end": 153619, + "start": 156005, + "end": 156009, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 24 }, "identifierName": "_str" @@ -259346,43 +259482,43 @@ }, "right": { "type": "CallExpression", - "start": 153622, - "end": 153637, + "start": 156012, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 153622, - "end": 153632, + "start": 156012, + "end": 156022, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 37 } }, "object": { "type": "Identifier", - "start": 153622, - "end": 153626, + "start": 156012, + "end": 156016, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 31 }, "identifierName": "_str" @@ -259391,15 +259527,15 @@ }, "property": { "type": "Identifier", - "start": 153627, - "end": 153632, + "start": 156017, + "end": 156022, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 32 }, "end": { - "line": 3493, + "line": 3535, "column": 37 }, "identifierName": "split" @@ -259411,15 +259547,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153633, - "end": 153636, + "start": 156023, + "end": 156026, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 38 }, "end": { - "line": 3493, + "line": 3535, "column": 41 } }, @@ -259435,44 +259571,44 @@ }, { "type": "ExpressionStatement", - "start": 153658, - "end": 153685, + "start": 156048, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 153658, - "end": 153685, + "start": 156048, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153658, - "end": 153663, + "start": 156048, + "end": 156053, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 25 }, "identifierName": "_temp" @@ -259481,29 +259617,29 @@ }, "right": { "type": "NewExpression", - "start": 153666, - "end": 153685, + "start": 156056, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 28 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "callee": { "type": "Identifier", - "start": 153670, - "end": 153674, + "start": 156060, + "end": 156064, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 32 }, "end": { - "line": 3494, + "line": 3536, "column": 36 }, "identifierName": "Date" @@ -259513,29 +259649,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 153676, - "end": 153683, + "start": 156066, + "end": 156073, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 38 }, "end": { - "line": 3494, + "line": 3536, "column": 45 } }, "argument": { "type": "Identifier", - "start": 153679, - "end": 153683, + "start": 156069, + "end": 156073, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 41 }, "end": { - "line": 3494, + "line": 3536, "column": 45 }, "identifierName": "_str" @@ -259552,59 +259688,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 153709, - "end": 153773, + "start": 156099, + "end": 156163, "loc": { "start": { - "line": 3495, + "line": 3537, "column": 23 }, "end": { - "line": 3497, + "line": 3539, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153731, - "end": 153755, + "start": 156121, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 153731, - "end": 153755, + "start": 156121, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153731, - "end": 153736, + "start": 156121, + "end": 156126, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 25 }, "identifierName": "_temp" @@ -259613,29 +259749,29 @@ }, "right": { "type": "NewExpression", - "start": 153739, - "end": 153755, + "start": 156129, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 28 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "callee": { "type": "Identifier", - "start": 153743, - "end": 153747, + "start": 156133, + "end": 156137, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 32 }, "end": { - "line": 3496, + "line": 3538, "column": 36 }, "identifierName": "Date" @@ -259645,15 +259781,15 @@ "arguments": [ { "type": "Identifier", - "start": 153749, - "end": 153753, + "start": 156139, + "end": 156143, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 38 }, "end": { - "line": 3496, + "line": 3538, "column": 42 }, "identifierName": "_str" @@ -259670,29 +259806,29 @@ }, { "type": "IfStatement", - "start": 153790, - "end": 154302, + "start": 156180, + "end": 156692, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 16 }, "end": { - "line": 3505, + "line": 3547, "column": 17 } }, "test": { "type": "Identifier", - "start": 153795, - "end": 153811, + "start": 156185, + "end": 156201, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 21 }, "end": { - "line": 3498, + "line": 3540, "column": 37 }, "identifierName": "is_toLocalString" @@ -259701,73 +259837,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 153814, - "end": 154123, + "start": 156204, + "end": 156513, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 40 }, "end": { - "line": 3502, + "line": 3544, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153836, - "end": 153917, + "start": 156226, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "expression": { "type": "AssignmentExpression", - "start": 153836, - "end": 153917, + "start": 156226, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 153836, - "end": 153852, + "start": 156226, + "end": 156242, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 36 } }, "object": { "type": "Identifier", - "start": 153836, - "end": 153844, + "start": 156226, + "end": 156234, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 28 }, "identifierName": "_options" @@ -259776,15 +259912,15 @@ }, "property": { "type": "Identifier", - "start": 153845, - "end": 153852, + "start": 156235, + "end": 156242, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 29 }, "end": { - "line": 3499, + "line": 3541, "column": 36 }, "identifierName": "weekday" @@ -259795,57 +259931,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 153855, - "end": 153917, + "start": 156245, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "test": { "type": "CallExpression", - "start": 153855, - "end": 153888, + "start": 156245, + "end": 156278, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 153855, - "end": 153877, + "start": 156245, + "end": 156267, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 61 } }, "object": { "type": "Identifier", - "start": 153855, - "end": 153862, + "start": 156245, + "end": 156252, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 46 }, "identifierName": "options" @@ -259854,15 +259990,15 @@ }, "property": { "type": "Identifier", - "start": 153863, - "end": 153877, + "start": 156253, + "end": 156267, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 47 }, "end": { - "line": 3499, + "line": 3541, "column": 61 }, "identifierName": "hasOwnProperty" @@ -259874,15 +260010,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153878, - "end": 153887, + "start": 156268, + "end": 156277, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 62 }, "end": { - "line": 3499, + "line": 3541, "column": 71 } }, @@ -259896,29 +260032,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 153891, - "end": 153906, + "start": 156281, + "end": 156296, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 75 }, "end": { - "line": 3499, + "line": 3541, "column": 90 } }, "object": { "type": "Identifier", - "start": 153891, - "end": 153898, + "start": 156281, + "end": 156288, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 75 }, "end": { - "line": 3499, + "line": 3541, "column": 82 }, "identifierName": "options" @@ -259927,15 +260063,15 @@ }, "property": { "type": "Identifier", - "start": 153899, - "end": 153906, + "start": 156289, + "end": 156296, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 83 }, "end": { - "line": 3499, + "line": 3541, "column": 90 }, "identifierName": "weekday" @@ -259946,15 +260082,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 153909, - "end": 153917, + "start": 156299, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 93 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, @@ -259969,44 +260105,44 @@ }, { "type": "ExpressionStatement", - "start": 153938, - "end": 153995, + "start": 156328, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 153938, - "end": 153995, + "start": 156328, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153938, - "end": 153951, + "start": 156328, + "end": 156341, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 33 }, "identifierName": "locale_string" @@ -260015,43 +260151,43 @@ }, "right": { "type": "CallExpression", - "start": 153954, - "end": 153995, + "start": 156344, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 153954, - "end": 153974, + "start": 156344, + "end": 156364, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 56 } }, "object": { "type": "Identifier", - "start": 153954, - "end": 153959, + "start": 156344, + "end": 156349, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 41 }, "identifierName": "_temp" @@ -260060,15 +260196,15 @@ }, "property": { "type": "Identifier", - "start": 153960, - "end": 153974, + "start": 156350, + "end": 156364, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 42 }, "end": { - "line": 3500, + "line": 3542, "column": 56 }, "identifierName": "toLocaleString" @@ -260080,15 +260216,15 @@ "arguments": [ { "type": "Identifier", - "start": 153976, - "end": 153983, + "start": 156366, + "end": 156373, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 58 }, "end": { - "line": 3500, + "line": 3542, "column": 65 }, "identifierName": "locales" @@ -260097,15 +260233,15 @@ }, { "type": "Identifier", - "start": 153985, - "end": 153993, + "start": 156375, + "end": 156383, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 67 }, "end": { - "line": 3500, + "line": 3542, "column": 75 }, "identifierName": "_options" @@ -260121,15 +260257,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )", - "start": 154016, - "end": 154105, + "start": 156406, + "end": 156495, "loc": { "start": { - "line": 3501, + "line": 3543, "column": 20 }, "end": { - "line": 3501, + "line": 3543, "column": 109 } } @@ -260141,59 +260277,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 154129, - "end": 154302, + "start": 156519, + "end": 156692, "loc": { "start": { - "line": 3502, + "line": 3544, "column": 23 }, "end": { - "line": 3505, + "line": 3547, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 154151, - "end": 154217, + "start": 156541, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 20 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 154155, - "end": 154217, + "start": 156545, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 24 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "id": { "type": "Identifier", - "start": 154155, - "end": 154163, + "start": 156545, + "end": 156553, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 24 }, "end": { - "line": 3503, + "line": 3545, "column": 32 }, "identifierName": "_weekday" @@ -260202,30 +260338,30 @@ }, "init": { "type": "ArrayExpression", - "start": 154166, - "end": 154217, + "start": 156556, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 35 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "elements": [ { "type": "StringLiteral", - "start": 154168, - "end": 154173, + "start": 156558, + "end": 156563, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 37 }, "end": { - "line": 3503, + "line": 3545, "column": 42 } }, @@ -260237,15 +260373,15 @@ }, { "type": "StringLiteral", - "start": 154175, - "end": 154180, + "start": 156565, + "end": 156570, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 44 }, "end": { - "line": 3503, + "line": 3545, "column": 49 } }, @@ -260257,15 +260393,15 @@ }, { "type": "StringLiteral", - "start": 154182, - "end": 154187, + "start": 156572, + "end": 156577, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 51 }, "end": { - "line": 3503, + "line": 3545, "column": 56 } }, @@ -260277,15 +260413,15 @@ }, { "type": "StringLiteral", - "start": 154189, - "end": 154194, + "start": 156579, + "end": 156584, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 58 }, "end": { - "line": 3503, + "line": 3545, "column": 63 } }, @@ -260297,15 +260433,15 @@ }, { "type": "StringLiteral", - "start": 154196, - "end": 154201, + "start": 156586, + "end": 156591, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 65 }, "end": { - "line": 3503, + "line": 3545, "column": 70 } }, @@ -260317,15 +260453,15 @@ }, { "type": "StringLiteral", - "start": 154203, - "end": 154208, + "start": 156593, + "end": 156598, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 72 }, "end": { - "line": 3503, + "line": 3545, "column": 77 } }, @@ -260337,15 +260473,15 @@ }, { "type": "StringLiteral", - "start": 154210, - "end": 154215, + "start": 156600, + "end": 156605, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 79 }, "end": { - "line": 3503, + "line": 3545, "column": 84 } }, @@ -260363,44 +260499,44 @@ }, { "type": "ExpressionStatement", - "start": 154238, - "end": 154284, + "start": 156628, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 154238, - "end": 154284, + "start": 156628, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154238, - "end": 154251, + "start": 156628, + "end": 156641, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 33 }, "identifierName": "locale_string" @@ -260409,29 +260545,29 @@ }, "right": { "type": "MemberExpression", - "start": 154254, - "end": 154284, + "start": 156644, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 36 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "object": { "type": "Identifier", - "start": 154254, - "end": 154262, + "start": 156644, + "end": 156652, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 36 }, "end": { - "line": 3504, + "line": 3546, "column": 44 }, "identifierName": "_weekday" @@ -260440,29 +260576,29 @@ }, "property": { "type": "CallExpression", - "start": 154263, - "end": 154283, + "start": 156653, + "end": 156673, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 45 }, "end": { - "line": 3504, + "line": 3546, "column": 65 } }, "callee": { "type": "Identifier", - "start": 154263, - "end": 154271, + "start": 156653, + "end": 156661, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 45 }, "end": { - "line": 3504, + "line": 3546, "column": 53 }, "identifierName": "parseInt" @@ -260472,15 +260608,15 @@ "arguments": [ { "type": "Identifier", - "start": 154273, - "end": 154277, + "start": 156663, + "end": 156667, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 55 }, "end": { - "line": 3504, + "line": 3546, "column": 59 }, "identifierName": "_num" @@ -260489,15 +260625,15 @@ }, { "type": "NumericLiteral", - "start": 154279, - "end": 154281, + "start": 156669, + "end": 156671, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 61 }, "end": { - "line": 3504, + "line": 3546, "column": 63 } }, @@ -260519,15 +260655,15 @@ }, { "type": "BreakStatement", - "start": 154319, - "end": 154324, + "start": 156709, + "end": 156714, "loc": { "start": { - "line": 3506, + "line": 3548, "column": 16 }, "end": { - "line": 3506, + "line": 3548, "column": 21 } }, @@ -260536,43 +260672,43 @@ ], "test": { "type": "CallExpression", - "start": 153437, - "end": 153465, + "start": 155827, + "end": 155855, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 153437, - "end": 153456, + "start": 155827, + "end": 155846, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 153437, - "end": 153451, + "start": 155827, + "end": 155841, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 31 } }, @@ -260584,15 +260720,15 @@ }, "property": { "type": "Identifier", - "start": 153452, - "end": 153456, + "start": 155842, + "end": 155846, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 32 }, "end": { - "line": 3490, + "line": 3532, "column": 36 }, "identifierName": "test" @@ -260604,15 +260740,15 @@ "arguments": [ { "type": "Identifier", - "start": 153458, - "end": 153463, + "start": 155848, + "end": 155853, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 38 }, "end": { - "line": 3490, + "line": 3532, "column": 43 }, "identifierName": "scale" @@ -260624,72 +260760,72 @@ }, { "type": "SwitchCase", - "start": 154337, - "end": 155239, + "start": 156727, + "end": 157629, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 12 }, "end": { - "line": 3523, + "line": 3565, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 154384, - "end": 154635, + "start": 156774, + "end": 157025, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 16 }, "end": { - "line": 3513, + "line": 3555, "column": 17 } }, "test": { "type": "CallExpression", - "start": 154389, - "end": 154442, + "start": 156779, + "end": 156832, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 154389, - "end": 154429, + "start": 156779, + "end": 156819, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 61 } }, "object": { "type": "RegExpLiteral", - "start": 154389, - "end": 154424, + "start": 156779, + "end": 156814, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 56 } }, @@ -260701,15 +260837,15 @@ }, "property": { "type": "Identifier", - "start": 154425, - "end": 154429, + "start": 156815, + "end": 156819, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 57 }, "end": { - "line": 3508, + "line": 3550, "column": 61 }, "identifierName": "test" @@ -260721,15 +260857,15 @@ "arguments": [ { "type": "Identifier", - "start": 154431, - "end": 154440, + "start": 156821, + "end": 156830, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 63 }, "end": { - "line": 3508, + "line": 3550, "column": 72 }, "identifierName": "date_seed" @@ -260740,59 +260876,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 154445, - "end": 154560, + "start": 156835, + "end": 156950, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 77 }, "end": { - "line": 3511, + "line": 3553, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154467, - "end": 154494, + "start": 156857, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 154467, - "end": 154494, + "start": 156857, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154467, - "end": 154471, + "start": 156857, + "end": 156861, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 24 }, "identifierName": "_str" @@ -260801,43 +260937,43 @@ }, "right": { "type": "CallExpression", - "start": 154474, - "end": 154494, + "start": 156864, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 154474, - "end": 154489, + "start": 156864, + "end": 156879, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 42 } }, "object": { "type": "Identifier", - "start": 154474, - "end": 154483, + "start": 156864, + "end": 156873, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 36 }, "identifierName": "date_seed" @@ -260846,15 +260982,15 @@ }, "property": { "type": "Identifier", - "start": 154484, - "end": 154489, + "start": 156874, + "end": 156879, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 37 }, "end": { - "line": 3509, + "line": 3551, "column": 42 }, "identifierName": "split" @@ -260866,15 +261002,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154490, - "end": 154493, + "start": 156880, + "end": 156883, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 43 }, "end": { - "line": 3509, + "line": 3551, "column": 46 } }, @@ -260890,44 +261026,44 @@ }, { "type": "ExpressionStatement", - "start": 154515, - "end": 154542, + "start": 156905, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 154515, - "end": 154542, + "start": 156905, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154515, - "end": 154520, + "start": 156905, + "end": 156910, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 25 }, "identifierName": "_temp" @@ -260936,29 +261072,29 @@ }, "right": { "type": "NewExpression", - "start": 154523, - "end": 154542, + "start": 156913, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 28 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "callee": { "type": "Identifier", - "start": 154527, - "end": 154531, + "start": 156917, + "end": 156921, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 32 }, "end": { - "line": 3510, + "line": 3552, "column": 36 }, "identifierName": "Date" @@ -260968,29 +261104,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 154533, - "end": 154540, + "start": 156923, + "end": 156930, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 38 }, "end": { - "line": 3510, + "line": 3552, "column": 45 } }, "argument": { "type": "Identifier", - "start": 154536, - "end": 154540, + "start": 156926, + "end": 156930, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 41 }, "end": { - "line": 3510, + "line": 3552, "column": 45 }, "identifierName": "_str" @@ -261007,59 +261143,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 154566, - "end": 154635, + "start": 156956, + "end": 157025, "loc": { "start": { - "line": 3511, + "line": 3553, "column": 23 }, "end": { - "line": 3513, + "line": 3555, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154588, - "end": 154617, + "start": 156978, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 154588, - "end": 154617, + "start": 156978, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154588, - "end": 154593, + "start": 156978, + "end": 156983, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 25 }, "identifierName": "_temp" @@ -261068,29 +261204,29 @@ }, "right": { "type": "NewExpression", - "start": 154596, - "end": 154617, + "start": 156986, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 28 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "callee": { "type": "Identifier", - "start": 154600, - "end": 154604, + "start": 156990, + "end": 156994, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 32 }, "end": { - "line": 3512, + "line": 3554, "column": 36 }, "identifierName": "Date" @@ -261100,15 +261236,15 @@ "arguments": [ { "type": "Identifier", - "start": 154606, - "end": 154615, + "start": 156996, + "end": 157005, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 38 }, "end": { - "line": 3512, + "line": 3554, "column": 47 }, "identifierName": "date_seed" @@ -261125,29 +261261,29 @@ }, { "type": "IfStatement", - "start": 154652, - "end": 155217, + "start": 157042, + "end": 157607, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 16 }, "end": { - "line": 3522, + "line": 3564, "column": 17 } }, "test": { "type": "Identifier", - "start": 154657, - "end": 154673, + "start": 157047, + "end": 157063, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 21 }, "end": { - "line": 3514, + "line": 3556, "column": 37 }, "identifierName": "is_toLocalString" @@ -261156,73 +261292,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 154676, - "end": 155055, + "start": 157066, + "end": 157445, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 40 }, "end": { - "line": 3519, + "line": 3561, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154698, - "end": 154768, + "start": 157088, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "expression": { "type": "AssignmentExpression", - "start": 154698, - "end": 154768, + "start": 157088, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 154698, - "end": 154710, + "start": 157088, + "end": 157100, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 32 } }, "object": { "type": "Identifier", - "start": 154698, - "end": 154706, + "start": 157088, + "end": 157096, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 28 }, "identifierName": "_options" @@ -261231,15 +261367,15 @@ }, "property": { "type": "Identifier", - "start": 154707, - "end": 154710, + "start": 157097, + "end": 157100, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 29 }, "end": { - "line": 3515, + "line": 3557, "column": 32 }, "identifierName": "day" @@ -261250,57 +261386,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 154713, - "end": 154768, + "start": 157103, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "test": { "type": "CallExpression", - "start": 154713, - "end": 154742, + "start": 157103, + "end": 157132, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 154713, - "end": 154735, + "start": 157103, + "end": 157125, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 57 } }, "object": { "type": "Identifier", - "start": 154713, - "end": 154720, + "start": 157103, + "end": 157110, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 42 }, "identifierName": "options" @@ -261309,15 +261445,15 @@ }, "property": { "type": "Identifier", - "start": 154721, - "end": 154735, + "start": 157111, + "end": 157125, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 43 }, "end": { - "line": 3515, + "line": 3557, "column": 57 }, "identifierName": "hasOwnProperty" @@ -261329,15 +261465,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154736, - "end": 154741, + "start": 157126, + "end": 157131, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 58 }, "end": { - "line": 3515, + "line": 3557, "column": 63 } }, @@ -261351,29 +261487,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 154745, - "end": 154756, + "start": 157135, + "end": 157146, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 67 }, "end": { - "line": 3515, + "line": 3557, "column": 78 } }, "object": { "type": "Identifier", - "start": 154745, - "end": 154752, + "start": 157135, + "end": 157142, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 67 }, "end": { - "line": 3515, + "line": 3557, "column": 74 }, "identifierName": "options" @@ -261382,15 +261518,15 @@ }, "property": { "type": "Identifier", - "start": 154753, - "end": 154756, + "start": 157143, + "end": 157146, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 75 }, "end": { - "line": 3515, + "line": 3557, "column": 78 }, "identifierName": "day" @@ -261401,15 +261537,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 154759, - "end": 154768, + "start": 157149, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 81 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, @@ -261424,44 +261560,44 @@ }, { "type": "ExpressionStatement", - "start": 154789, - "end": 154848, + "start": 157179, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 154789, - "end": 154848, + "start": 157179, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154789, - "end": 154796, + "start": 157179, + "end": 157186, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 27 }, "identifierName": "locales" @@ -261470,57 +261606,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 154799, - "end": 154848, + "start": 157189, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "test": { "type": "CallExpression", - "start": 154799, - "end": 154828, + "start": 157189, + "end": 157218, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 154799, - "end": 154821, + "start": 157189, + "end": 157211, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 52 } }, "object": { "type": "Identifier", - "start": 154799, - "end": 154806, + "start": 157189, + "end": 157196, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 37 }, "identifierName": "options" @@ -261529,15 +261665,15 @@ }, "property": { "type": "Identifier", - "start": 154807, - "end": 154821, + "start": 157197, + "end": 157211, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 38 }, "end": { - "line": 3516, + "line": 3558, "column": 52 }, "identifierName": "hasOwnProperty" @@ -261549,15 +261685,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154822, - "end": 154827, + "start": 157212, + "end": 157217, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 53 }, "end": { - "line": 3516, + "line": 3558, "column": 58 } }, @@ -261571,15 +261707,15 @@ }, "consequent": { "type": "Identifier", - "start": 154831, - "end": 154838, + "start": 157221, + "end": 157228, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 62 }, "end": { - "line": 3516, + "line": 3558, "column": 69 }, "identifierName": "locales" @@ -261588,15 +261724,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 154841, - "end": 154848, + "start": 157231, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 72 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, @@ -261611,44 +261747,44 @@ }, { "type": "ExpressionStatement", - "start": 154869, - "end": 154926, + "start": 157259, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 154869, - "end": 154926, + "start": 157259, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154869, - "end": 154882, + "start": 157259, + "end": 157272, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 33 }, "identifierName": "locale_string" @@ -261657,43 +261793,43 @@ }, "right": { "type": "CallExpression", - "start": 154885, - "end": 154926, + "start": 157275, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 154885, - "end": 154905, + "start": 157275, + "end": 157295, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 56 } }, "object": { "type": "Identifier", - "start": 154885, - "end": 154890, + "start": 157275, + "end": 157280, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 41 }, "identifierName": "_temp" @@ -261702,15 +261838,15 @@ }, "property": { "type": "Identifier", - "start": 154891, - "end": 154905, + "start": 157281, + "end": 157295, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 42 }, "end": { - "line": 3517, + "line": 3559, "column": 56 }, "identifierName": "toLocaleString" @@ -261722,15 +261858,15 @@ "arguments": [ { "type": "Identifier", - "start": 154907, - "end": 154914, + "start": 157297, + "end": 157304, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 58 }, "end": { - "line": 3517, + "line": 3559, "column": 65 }, "identifierName": "locales" @@ -261739,15 +261875,15 @@ }, { "type": "Identifier", - "start": 154916, - "end": 154924, + "start": 157306, + "end": 157314, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 67 }, "end": { - "line": 3517, + "line": 3559, "column": 75 }, "identifierName": "_options" @@ -261763,15 +261899,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 154947, - "end": 155037, + "start": 157337, + "end": 157427, "loc": { "start": { - "line": 3518, + "line": 3560, "column": 20 }, "end": { - "line": 3518, + "line": 3560, "column": 110 } } @@ -261783,59 +261919,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 155061, - "end": 155217, + "start": 157451, + "end": 157607, "loc": { "start": { - "line": 3519, + "line": 3561, "column": 23 }, "end": { - "line": 3522, + "line": 3564, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 155083, - "end": 155114, + "start": 157473, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 155083, - "end": 155114, + "start": 157473, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155083, - "end": 155096, + "start": 157473, + "end": 157486, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 33 }, "identifierName": "locale_string" @@ -261844,43 +261980,43 @@ }, "right": { "type": "CallExpression", - "start": 155099, - "end": 155114, + "start": 157489, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 155099, - "end": 155112, + "start": 157489, + "end": 157502, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 49 } }, "object": { "type": "Identifier", - "start": 155099, - "end": 155104, + "start": 157489, + "end": 157494, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 41 }, "identifierName": "_temp" @@ -261889,15 +262025,15 @@ }, "property": { "type": "Identifier", - "start": 155105, - "end": 155112, + "start": 157495, + "end": 157502, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 42 }, "end": { - "line": 3520, + "line": 3562, "column": 49 }, "identifierName": "getDate" @@ -261915,15 +262051,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getDate()", - "start": 155135, - "end": 155199, + "start": 157525, + "end": 157589, "loc": { "start": { - "line": 3521, + "line": 3563, "column": 20 }, "end": { - "line": 3521, + "line": 3563, "column": 84 } } @@ -261936,15 +262072,15 @@ }, { "type": "BreakStatement", - "start": 155234, - "end": 155239, + "start": 157624, + "end": 157629, "loc": { "start": { - "line": 3523, + "line": 3565, "column": 16 }, "end": { - "line": 3523, + "line": 3565, "column": 21 } }, @@ -261953,43 +262089,43 @@ ], "test": { "type": "CallExpression", - "start": 154342, - "end": 154366, + "start": 156732, + "end": 156756, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 154342, - "end": 154357, + "start": 156732, + "end": 156747, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 154342, - "end": 154352, + "start": 156732, + "end": 156742, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 27 } }, @@ -262001,15 +262137,15 @@ }, "property": { "type": "Identifier", - "start": 154353, - "end": 154357, + "start": 156743, + "end": 156747, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 28 }, "end": { - "line": 3507, + "line": 3549, "column": 32 }, "identifierName": "test" @@ -262021,15 +262157,15 @@ "arguments": [ { "type": "Identifier", - "start": 154359, - "end": 154364, + "start": 156749, + "end": 156754, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 34 }, "end": { - "line": 3507, + "line": 3549, "column": 39 }, "identifierName": "scale" @@ -262041,58 +262177,58 @@ }, { "type": "SwitchCase", - "start": 155252, - "end": 155283, + "start": 157642, + "end": 157673, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 12 }, "end": { - "line": 3524, + "line": 3566, "column": 43 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 155257, - "end": 155282, + "start": 157647, + "end": 157672, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 155257, - "end": 155273, + "start": 157647, + "end": 157663, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 155257, - "end": 155268, + "start": 157647, + "end": 157658, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 28 } }, @@ -262104,15 +262240,15 @@ }, "property": { "type": "Identifier", - "start": 155269, - "end": 155273, + "start": 157659, + "end": 157663, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 29 }, "end": { - "line": 3524, + "line": 3566, "column": 33 }, "identifierName": "test" @@ -262124,15 +262260,15 @@ "arguments": [ { "type": "Identifier", - "start": 155275, - "end": 155280, + "start": 157665, + "end": 157670, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 35 }, "end": { - "line": 3524, + "line": 3566, "column": 40 }, "identifierName": "scale" @@ -262144,59 +262280,59 @@ }, { "type": "SwitchCase", - "start": 155296, - "end": 156167, + "start": 157686, + "end": 158557, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 12 }, "end": { - "line": 3538, + "line": 3580, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 155360, - "end": 155450, + "start": 157750, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 155360, - "end": 155450, + "start": 157750, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155360, - "end": 155365, + "start": 157750, + "end": 157755, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 21 }, "identifierName": "_temp" @@ -262205,43 +262341,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 155368, - "end": 155450, + "start": 157758, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 155368, - "end": 155397, + "start": 157758, + "end": 157787, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 155368, - "end": 155384, + "start": 157758, + "end": 157774, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 40 } }, @@ -262249,15 +262385,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 155375, - "end": 155384, + "start": 157765, + "end": 157774, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 31 }, "end": { - "line": 3526, + "line": 3568, "column": 40 }, "identifierName": "date_seed" @@ -262271,15 +262407,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 155389, - "end": 155397, + "start": 157779, + "end": 157787, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 45 }, "end": { - "line": 3526, + "line": 3568, "column": 53 } }, @@ -262292,29 +262428,29 @@ }, "consequent": { "type": "CallExpression", - "start": 155400, - "end": 155426, + "start": 157790, + "end": 157816, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 56 }, "end": { - "line": 3526, + "line": 3568, "column": 82 } }, "callee": { "type": "Identifier", - "start": 155400, - "end": 155413, + "start": 157790, + "end": 157803, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 56 }, "end": { - "line": 3526, + "line": 3568, "column": 69 }, "identifierName": "parseDatetime" @@ -262324,15 +262460,15 @@ "arguments": [ { "type": "Identifier", - "start": 155415, - "end": 155424, + "start": 157805, + "end": 157814, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 71 }, "end": { - "line": 3526, + "line": 3568, "column": 80 }, "identifierName": "date_seed" @@ -262343,29 +262479,29 @@ }, "alternate": { "type": "NewExpression", - "start": 155429, - "end": 155450, + "start": 157819, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 85 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "callee": { "type": "Identifier", - "start": 155433, - "end": 155437, + "start": 157823, + "end": 157827, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 89 }, "end": { - "line": 3526, + "line": 3568, "column": 93 }, "identifierName": "Date" @@ -262375,15 +262511,15 @@ "arguments": [ { "type": "Identifier", - "start": 155439, - "end": 155448, + "start": 157829, + "end": 157838, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 95 }, "end": { - "line": 3526, + "line": 3568, "column": 104 }, "identifierName": "date_seed" @@ -262397,29 +262533,29 @@ }, { "type": "IfStatement", - "start": 155467, - "end": 156145, + "start": 157857, + "end": 158535, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 16 }, "end": { - "line": 3537, + "line": 3579, "column": 17 } }, "test": { "type": "Identifier", - "start": 155472, - "end": 155488, + "start": 157862, + "end": 157878, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 21 }, "end": { - "line": 3527, + "line": 3569, "column": 37 }, "identifierName": "is_toLocalString" @@ -262428,73 +262564,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 155491, - "end": 155981, + "start": 157881, + "end": 158371, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 40 }, "end": { - "line": 3534, + "line": 3576, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 155513, - "end": 155586, + "start": 157903, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 155513, - "end": 155586, + "start": 157903, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 155513, - "end": 155526, + "start": 157903, + "end": 157916, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 33 } }, "object": { "type": "Identifier", - "start": 155513, - "end": 155521, + "start": 157903, + "end": 157911, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 28 }, "identifierName": "_options" @@ -262503,15 +262639,15 @@ }, "property": { "type": "Identifier", - "start": 155522, - "end": 155526, + "start": 157912, + "end": 157916, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 29 }, "end": { - "line": 3528, + "line": 3570, "column": 33 }, "identifierName": "hour" @@ -262522,57 +262658,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 155529, - "end": 155586, + "start": 157919, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "test": { "type": "CallExpression", - "start": 155529, - "end": 155559, + "start": 157919, + "end": 157949, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 155529, - "end": 155551, + "start": 157919, + "end": 157941, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 58 } }, "object": { "type": "Identifier", - "start": 155529, - "end": 155536, + "start": 157919, + "end": 157926, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 43 }, "identifierName": "options" @@ -262581,15 +262717,15 @@ }, "property": { "type": "Identifier", - "start": 155537, - "end": 155551, + "start": 157927, + "end": 157941, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 44 }, "end": { - "line": 3528, + "line": 3570, "column": 58 }, "identifierName": "hasOwnProperty" @@ -262601,15 +262737,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155552, - "end": 155558, + "start": 157942, + "end": 157948, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 59 }, "end": { - "line": 3528, + "line": 3570, "column": 65 } }, @@ -262623,29 +262759,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 155562, - "end": 155574, + "start": 157952, + "end": 157964, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 69 }, "end": { - "line": 3528, + "line": 3570, "column": 81 } }, "object": { "type": "Identifier", - "start": 155562, - "end": 155569, + "start": 157952, + "end": 157959, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 69 }, "end": { - "line": 3528, + "line": 3570, "column": 76 }, "identifierName": "options" @@ -262654,15 +262790,15 @@ }, "property": { "type": "Identifier", - "start": 155570, - "end": 155574, + "start": 157960, + "end": 157964, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 77 }, "end": { - "line": 3528, + "line": 3570, "column": 81 }, "identifierName": "hour" @@ -262673,15 +262809,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 155577, - "end": 155586, + "start": 157967, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 84 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, @@ -262696,57 +262832,57 @@ }, { "type": "IfStatement", - "start": 155607, - "end": 155774, + "start": 157997, + "end": 158164, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 20 }, "end": { - "line": 3531, + "line": 3573, "column": 21 } }, "test": { "type": "CallExpression", - "start": 155612, - "end": 155644, + "start": 158002, + "end": 158034, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 155612, - "end": 155634, + "start": 158002, + "end": 158024, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 47 } }, "object": { "type": "Identifier", - "start": 155612, - "end": 155619, + "start": 158002, + "end": 158009, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 32 }, "identifierName": "options" @@ -262755,15 +262891,15 @@ }, "property": { "type": "Identifier", - "start": 155620, - "end": 155634, + "start": 158010, + "end": 158024, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 33 }, "end": { - "line": 3529, + "line": 3571, "column": 47 }, "identifierName": "hasOwnProperty" @@ -262775,15 +262911,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155635, - "end": 155643, + "start": 158025, + "end": 158033, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 48 }, "end": { - "line": 3529, + "line": 3571, "column": 56 } }, @@ -262797,73 +262933,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 155647, - "end": 155774, + "start": 158037, + "end": 158164, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 60 }, "end": { - "line": 3531, + "line": 3573, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 155673, - "end": 155752, + "start": 158063, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 155673, - "end": 155752, + "start": 158063, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 155673, - "end": 155688, + "start": 158063, + "end": 158078, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 39 } }, "object": { "type": "Identifier", - "start": 155673, - "end": 155681, + "start": 158063, + "end": 158071, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 32 }, "identifierName": "_options" @@ -262872,15 +263008,15 @@ }, "property": { "type": "Identifier", - "start": 155682, - "end": 155688, + "start": 158072, + "end": 158078, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 33 }, "end": { - "line": 3530, + "line": 3572, "column": 39 }, "identifierName": "minute" @@ -262891,57 +263027,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 155691, - "end": 155752, + "start": 158081, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "test": { "type": "CallExpression", - "start": 155691, - "end": 155723, + "start": 158081, + "end": 158113, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 155691, - "end": 155713, + "start": 158081, + "end": 158103, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 64 } }, "object": { "type": "Identifier", - "start": 155691, - "end": 155698, + "start": 158081, + "end": 158088, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 49 }, "identifierName": "options" @@ -262950,15 +263086,15 @@ }, "property": { "type": "Identifier", - "start": 155699, - "end": 155713, + "start": 158089, + "end": 158103, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 50 }, "end": { - "line": 3530, + "line": 3572, "column": 64 }, "identifierName": "hasOwnProperty" @@ -262970,15 +263106,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155714, - "end": 155722, + "start": 158104, + "end": 158112, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 65 }, "end": { - "line": 3530, + "line": 3572, "column": 73 } }, @@ -262992,29 +263128,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 155726, - "end": 155740, + "start": 158116, + "end": 158130, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 77 }, "end": { - "line": 3530, + "line": 3572, "column": 91 } }, "object": { "type": "Identifier", - "start": 155726, - "end": 155733, + "start": 158116, + "end": 158123, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 77 }, "end": { - "line": 3530, + "line": 3572, "column": 84 }, "identifierName": "options" @@ -263023,15 +263159,15 @@ }, "property": { "type": "Identifier", - "start": 155734, - "end": 155740, + "start": 158124, + "end": 158130, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 85 }, "end": { - "line": 3530, + "line": 3572, "column": 91 }, "identifierName": "minute" @@ -263042,15 +263178,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 155743, - "end": 155752, + "start": 158133, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 94 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, @@ -263070,44 +263206,44 @@ }, { "type": "ExpressionStatement", - "start": 155795, - "end": 155852, + "start": 158185, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 155795, - "end": 155852, + "start": 158185, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155795, - "end": 155808, + "start": 158185, + "end": 158198, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 33 }, "identifierName": "locale_string" @@ -263116,43 +263252,43 @@ }, "right": { "type": "CallExpression", - "start": 155811, - "end": 155852, + "start": 158201, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 155811, - "end": 155831, + "start": 158201, + "end": 158221, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 56 } }, "object": { "type": "Identifier", - "start": 155811, - "end": 155816, + "start": 158201, + "end": 158206, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 41 }, "identifierName": "_temp" @@ -263161,15 +263297,15 @@ }, "property": { "type": "Identifier", - "start": 155817, - "end": 155831, + "start": 158207, + "end": 158221, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 42 }, "end": { - "line": 3532, + "line": 3574, "column": 56 }, "identifierName": "toLocaleString" @@ -263181,15 +263317,15 @@ "arguments": [ { "type": "Identifier", - "start": 155833, - "end": 155840, + "start": 158223, + "end": 158230, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 58 }, "end": { - "line": 3532, + "line": 3574, "column": 65 }, "identifierName": "locales" @@ -263198,15 +263334,15 @@ }, { "type": "Identifier", - "start": 155842, - "end": 155850, + "start": 158232, + "end": 158240, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 67 }, "end": { - "line": 3532, + "line": 3574, "column": 75 }, "identifierName": "_options" @@ -263222,15 +263358,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 155873, - "end": 155963, + "start": 158263, + "end": 158353, "loc": { "start": { - "line": 3533, + "line": 3575, "column": 20 }, "end": { - "line": 3533, + "line": 3575, "column": 110 } } @@ -263242,59 +263378,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 155987, - "end": 156145, + "start": 158377, + "end": 158535, "loc": { "start": { - "line": 3534, + "line": 3576, "column": 23 }, "end": { - "line": 3537, + "line": 3579, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156009, - "end": 156041, + "start": 158399, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 156009, - "end": 156041, + "start": 158399, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156009, - "end": 156022, + "start": 158399, + "end": 158412, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 33 }, "identifierName": "locale_string" @@ -263303,43 +263439,43 @@ }, "right": { "type": "CallExpression", - "start": 156025, - "end": 156041, + "start": 158415, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 156025, - "end": 156039, + "start": 158415, + "end": 158429, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 50 } }, "object": { "type": "Identifier", - "start": 156025, - "end": 156030, + "start": 158415, + "end": 158420, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 41 }, "identifierName": "_temp" @@ -263348,15 +263484,15 @@ }, "property": { "type": "Identifier", - "start": 156031, - "end": 156039, + "start": 158421, + "end": 158429, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 42 }, "end": { - "line": 3535, + "line": 3577, "column": 50 }, "identifierName": "getHours" @@ -263374,15 +263510,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getHours()", - "start": 156062, - "end": 156127, + "start": 158452, + "end": 158517, "loc": { "start": { - "line": 3536, + "line": 3578, "column": 20 }, "end": { - "line": 3536, + "line": 3578, "column": 85 } } @@ -263395,15 +263531,15 @@ }, { "type": "BreakStatement", - "start": 156162, - "end": 156167, + "start": 158552, + "end": 158557, "loc": { "start": { - "line": 3538, + "line": 3580, "column": 16 }, "end": { - "line": 3538, + "line": 3580, "column": 21 } }, @@ -263412,43 +263548,43 @@ ], "test": { "type": "CallExpression", - "start": 155301, - "end": 155342, + "start": 157691, + "end": 157732, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 155301, - "end": 155333, + "start": 157691, + "end": 157723, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 155301, - "end": 155328, + "start": 157691, + "end": 157718, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 44 } }, @@ -263460,15 +263596,15 @@ }, "property": { "type": "Identifier", - "start": 155329, - "end": 155333, + "start": 157719, + "end": 157723, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 45 }, "end": { - "line": 3525, + "line": 3567, "column": 49 }, "identifierName": "test" @@ -263480,15 +263616,15 @@ "arguments": [ { "type": "Identifier", - "start": 155335, - "end": 155340, + "start": 157725, + "end": 157730, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 51 }, "end": { - "line": 3525, + "line": 3567, "column": 56 }, "identifierName": "scale" @@ -263500,59 +263636,59 @@ }, { "type": "SwitchCase", - "start": 156180, - "end": 157041, + "start": 158570, + "end": 159431, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 12 }, "end": { - "line": 3552, + "line": 3594, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 156230, - "end": 156320, + "start": 158620, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 156230, - "end": 156320, + "start": 158620, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156230, - "end": 156235, + "start": 158620, + "end": 158625, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 21 }, "identifierName": "_temp" @@ -263561,43 +263697,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 156238, - "end": 156320, + "start": 158628, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 156238, - "end": 156267, + "start": 158628, + "end": 158657, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 156238, - "end": 156254, + "start": 158628, + "end": 158644, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 40 } }, @@ -263605,15 +263741,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 156245, - "end": 156254, + "start": 158635, + "end": 158644, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 31 }, "end": { - "line": 3540, + "line": 3582, "column": 40 }, "identifierName": "date_seed" @@ -263627,15 +263763,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 156259, - "end": 156267, + "start": 158649, + "end": 158657, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 45 }, "end": { - "line": 3540, + "line": 3582, "column": 53 } }, @@ -263648,29 +263784,29 @@ }, "consequent": { "type": "CallExpression", - "start": 156270, - "end": 156296, + "start": 158660, + "end": 158686, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 56 }, "end": { - "line": 3540, + "line": 3582, "column": 82 } }, "callee": { "type": "Identifier", - "start": 156270, - "end": 156283, + "start": 158660, + "end": 158673, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 56 }, "end": { - "line": 3540, + "line": 3582, "column": 69 }, "identifierName": "parseDatetime" @@ -263680,15 +263816,15 @@ "arguments": [ { "type": "Identifier", - "start": 156285, - "end": 156294, + "start": 158675, + "end": 158684, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 71 }, "end": { - "line": 3540, + "line": 3582, "column": 80 }, "identifierName": "date_seed" @@ -263699,29 +263835,29 @@ }, "alternate": { "type": "NewExpression", - "start": 156299, - "end": 156320, + "start": 158689, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 85 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "callee": { "type": "Identifier", - "start": 156303, - "end": 156307, + "start": 158693, + "end": 158697, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 89 }, "end": { - "line": 3540, + "line": 3582, "column": 93 }, "identifierName": "Date" @@ -263731,15 +263867,15 @@ "arguments": [ { "type": "Identifier", - "start": 156309, - "end": 156318, + "start": 158699, + "end": 158708, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 95 }, "end": { - "line": 3540, + "line": 3582, "column": 104 }, "identifierName": "date_seed" @@ -263753,29 +263889,29 @@ }, { "type": "IfStatement", - "start": 156337, - "end": 157019, + "start": 158727, + "end": 159409, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 16 }, "end": { - "line": 3551, + "line": 3593, "column": 17 } }, "test": { "type": "Identifier", - "start": 156342, - "end": 156358, + "start": 158732, + "end": 158748, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 21 }, "end": { - "line": 3541, + "line": 3583, "column": 37 }, "identifierName": "is_toLocalString" @@ -263784,73 +263920,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 156361, - "end": 156851, + "start": 158751, + "end": 159241, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 40 }, "end": { - "line": 3548, + "line": 3590, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156383, - "end": 156462, + "start": 158773, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 156383, - "end": 156462, + "start": 158773, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 156383, - "end": 156398, + "start": 158773, + "end": 158788, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 35 } }, "object": { "type": "Identifier", - "start": 156383, - "end": 156391, + "start": 158773, + "end": 158781, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 28 }, "identifierName": "_options" @@ -263859,15 +263995,15 @@ }, "property": { "type": "Identifier", - "start": 156392, - "end": 156398, + "start": 158782, + "end": 158788, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 29 }, "end": { - "line": 3542, + "line": 3584, "column": 35 }, "identifierName": "minute" @@ -263878,57 +264014,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 156401, - "end": 156462, + "start": 158791, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "test": { "type": "CallExpression", - "start": 156401, - "end": 156433, + "start": 158791, + "end": 158823, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 156401, - "end": 156423, + "start": 158791, + "end": 158813, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 60 } }, "object": { "type": "Identifier", - "start": 156401, - "end": 156408, + "start": 158791, + "end": 158798, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 45 }, "identifierName": "options" @@ -263937,15 +264073,15 @@ }, "property": { "type": "Identifier", - "start": 156409, - "end": 156423, + "start": 158799, + "end": 158813, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 46 }, "end": { - "line": 3542, + "line": 3584, "column": 60 }, "identifierName": "hasOwnProperty" @@ -263957,15 +264093,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156424, - "end": 156432, + "start": 158814, + "end": 158822, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 61 }, "end": { - "line": 3542, + "line": 3584, "column": 69 } }, @@ -263979,29 +264115,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 156436, - "end": 156450, + "start": 158826, + "end": 158840, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 73 }, "end": { - "line": 3542, + "line": 3584, "column": 87 } }, "object": { "type": "Identifier", - "start": 156436, - "end": 156443, + "start": 158826, + "end": 158833, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 73 }, "end": { - "line": 3542, + "line": 3584, "column": 80 }, "identifierName": "options" @@ -264010,15 +264146,15 @@ }, "property": { "type": "Identifier", - "start": 156444, - "end": 156450, + "start": 158834, + "end": 158840, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 81 }, "end": { - "line": 3542, + "line": 3584, "column": 87 }, "identifierName": "minute" @@ -264029,15 +264165,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 156453, - "end": 156462, + "start": 158843, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 90 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, @@ -264052,57 +264188,57 @@ }, { "type": "IfStatement", - "start": 156483, - "end": 156644, + "start": 158873, + "end": 159034, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 20 }, "end": { - "line": 3545, + "line": 3587, "column": 21 } }, "test": { "type": "CallExpression", - "start": 156488, - "end": 156518, + "start": 158878, + "end": 158908, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 156488, - "end": 156510, + "start": 158878, + "end": 158900, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 47 } }, "object": { "type": "Identifier", - "start": 156488, - "end": 156495, + "start": 158878, + "end": 158885, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 32 }, "identifierName": "options" @@ -264111,15 +264247,15 @@ }, "property": { "type": "Identifier", - "start": 156496, - "end": 156510, + "start": 158886, + "end": 158900, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 33 }, "end": { - "line": 3543, + "line": 3585, "column": 47 }, "identifierName": "hasOwnProperty" @@ -264131,15 +264267,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156511, - "end": 156517, + "start": 158901, + "end": 158907, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 48 }, "end": { - "line": 3543, + "line": 3585, "column": 54 } }, @@ -264153,73 +264289,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 156521, - "end": 156644, + "start": 158911, + "end": 159034, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 58 }, "end": { - "line": 3545, + "line": 3587, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 156547, - "end": 156622, + "start": 158937, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 156547, - "end": 156622, + "start": 158937, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 156547, - "end": 156560, + "start": 158937, + "end": 158950, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 37 } }, "object": { "type": "Identifier", - "start": 156547, - "end": 156555, + "start": 158937, + "end": 158945, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 32 }, "identifierName": "_options" @@ -264228,15 +264364,15 @@ }, "property": { "type": "Identifier", - "start": 156556, - "end": 156560, + "start": 158946, + "end": 158950, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 33 }, "end": { - "line": 3544, + "line": 3586, "column": 37 }, "identifierName": "hour" @@ -264247,57 +264383,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 156565, - "end": 156622, + "start": 158955, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "test": { "type": "CallExpression", - "start": 156565, - "end": 156595, + "start": 158955, + "end": 158985, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 156565, - "end": 156587, + "start": 158955, + "end": 158977, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 64 } }, "object": { "type": "Identifier", - "start": 156565, - "end": 156572, + "start": 158955, + "end": 158962, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 49 }, "identifierName": "options" @@ -264306,15 +264442,15 @@ }, "property": { "type": "Identifier", - "start": 156573, - "end": 156587, + "start": 158963, + "end": 158977, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 50 }, "end": { - "line": 3544, + "line": 3586, "column": 64 }, "identifierName": "hasOwnProperty" @@ -264326,15 +264462,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156588, - "end": 156594, + "start": 158978, + "end": 158984, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 65 }, "end": { - "line": 3544, + "line": 3586, "column": 71 } }, @@ -264348,29 +264484,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 156598, - "end": 156610, + "start": 158988, + "end": 159000, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 75 }, "end": { - "line": 3544, + "line": 3586, "column": 87 } }, "object": { "type": "Identifier", - "start": 156598, - "end": 156605, + "start": 158988, + "end": 158995, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 75 }, "end": { - "line": 3544, + "line": 3586, "column": 82 }, "identifierName": "options" @@ -264379,15 +264515,15 @@ }, "property": { "type": "Identifier", - "start": 156606, - "end": 156610, + "start": 158996, + "end": 159000, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 83 }, "end": { - "line": 3544, + "line": 3586, "column": 87 }, "identifierName": "hour" @@ -264398,15 +264534,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 156613, - "end": 156622, + "start": 159003, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 90 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, @@ -264426,44 +264562,44 @@ }, { "type": "ExpressionStatement", - "start": 156665, - "end": 156722, + "start": 159055, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 156665, - "end": 156722, + "start": 159055, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156665, - "end": 156678, + "start": 159055, + "end": 159068, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 33 }, "identifierName": "locale_string" @@ -264472,43 +264608,43 @@ }, "right": { "type": "CallExpression", - "start": 156681, - "end": 156722, + "start": 159071, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 156681, - "end": 156701, + "start": 159071, + "end": 159091, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 56 } }, "object": { "type": "Identifier", - "start": 156681, - "end": 156686, + "start": 159071, + "end": 159076, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 41 }, "identifierName": "_temp" @@ -264517,15 +264653,15 @@ }, "property": { "type": "Identifier", - "start": 156687, - "end": 156701, + "start": 159077, + "end": 159091, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 42 }, "end": { - "line": 3546, + "line": 3588, "column": 56 }, "identifierName": "toLocaleString" @@ -264537,15 +264673,15 @@ "arguments": [ { "type": "Identifier", - "start": 156703, - "end": 156710, + "start": 159093, + "end": 159100, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 58 }, "end": { - "line": 3546, + "line": 3588, "column": 65 }, "identifierName": "locales" @@ -264554,15 +264690,15 @@ }, { "type": "Identifier", - "start": 156712, - "end": 156720, + "start": 159102, + "end": 159110, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 67 }, "end": { - "line": 3546, + "line": 3588, "column": 75 }, "identifierName": "_options" @@ -264578,15 +264714,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 156743, - "end": 156833, + "start": 159133, + "end": 159223, "loc": { "start": { - "line": 3547, + "line": 3589, "column": 20 }, "end": { - "line": 3547, + "line": 3589, "column": 110 } } @@ -264598,59 +264734,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 156857, - "end": 157019, + "start": 159247, + "end": 159409, "loc": { "start": { - "line": 3548, + "line": 3590, "column": 23 }, "end": { - "line": 3551, + "line": 3593, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156879, - "end": 156913, + "start": 159269, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 156879, - "end": 156913, + "start": 159269, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156879, - "end": 156892, + "start": 159269, + "end": 159282, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 33 }, "identifierName": "locale_string" @@ -264659,43 +264795,43 @@ }, "right": { "type": "CallExpression", - "start": 156895, - "end": 156913, + "start": 159285, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 156895, - "end": 156911, + "start": 159285, + "end": 159301, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 52 } }, "object": { "type": "Identifier", - "start": 156895, - "end": 156900, + "start": 159285, + "end": 159290, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 41 }, "identifierName": "_temp" @@ -264704,15 +264840,15 @@ }, "property": { "type": "Identifier", - "start": 156901, - "end": 156911, + "start": 159291, + "end": 159301, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 42 }, "end": { - "line": 3549, + "line": 3591, "column": 52 }, "identifierName": "getMinutes" @@ -264730,15 +264866,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getMinutes()", - "start": 156934, - "end": 157001, + "start": 159324, + "end": 159391, "loc": { "start": { - "line": 3550, + "line": 3592, "column": 20 }, "end": { - "line": 3550, + "line": 3592, "column": 87 } } @@ -264751,15 +264887,15 @@ }, { "type": "BreakStatement", - "start": 157036, - "end": 157041, + "start": 159426, + "end": 159431, "loc": { "start": { - "line": 3552, + "line": 3594, "column": 16 }, "end": { - "line": 3552, + "line": 3594, "column": 21 } }, @@ -264768,43 +264904,43 @@ ], "test": { "type": "CallExpression", - "start": 156185, - "end": 156212, + "start": 158575, + "end": 158602, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 156185, - "end": 156203, + "start": 158575, + "end": 158593, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 156185, - "end": 156198, + "start": 158575, + "end": 158588, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 30 } }, @@ -264816,15 +264952,15 @@ }, "property": { "type": "Identifier", - "start": 156199, - "end": 156203, + "start": 158589, + "end": 158593, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 31 }, "end": { - "line": 3539, + "line": 3581, "column": 35 }, "identifierName": "test" @@ -264836,15 +264972,15 @@ "arguments": [ { "type": "Identifier", - "start": 156205, - "end": 156210, + "start": 158595, + "end": 158600, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 37 }, "end": { - "line": 3539, + "line": 3581, "column": 42 }, "identifierName": "scale" @@ -264856,59 +264992,59 @@ }, { "type": "SwitchCase", - "start": 157054, - "end": 158103, + "start": 159444, + "end": 160493, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 12 }, "end": { - "line": 3569, + "line": 3611, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 157104, - "end": 157194, + "start": 159494, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 157104, - "end": 157194, + "start": 159494, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157104, - "end": 157109, + "start": 159494, + "end": 159499, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 21 }, "identifierName": "_temp" @@ -264917,43 +265053,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 157112, - "end": 157194, + "start": 159502, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 157112, - "end": 157141, + "start": 159502, + "end": 159531, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 157112, - "end": 157128, + "start": 159502, + "end": 159518, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 40 } }, @@ -264961,15 +265097,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 157119, - "end": 157128, + "start": 159509, + "end": 159518, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 31 }, "end": { - "line": 3554, + "line": 3596, "column": 40 }, "identifierName": "date_seed" @@ -264983,15 +265119,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 157133, - "end": 157141, + "start": 159523, + "end": 159531, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 45 }, "end": { - "line": 3554, + "line": 3596, "column": 53 } }, @@ -265004,29 +265140,29 @@ }, "consequent": { "type": "CallExpression", - "start": 157144, - "end": 157170, + "start": 159534, + "end": 159560, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 56 }, "end": { - "line": 3554, + "line": 3596, "column": 82 } }, "callee": { "type": "Identifier", - "start": 157144, - "end": 157157, + "start": 159534, + "end": 159547, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 56 }, "end": { - "line": 3554, + "line": 3596, "column": 69 }, "identifierName": "parseDatetime" @@ -265036,15 +265172,15 @@ "arguments": [ { "type": "Identifier", - "start": 157159, - "end": 157168, + "start": 159549, + "end": 159558, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 71 }, "end": { - "line": 3554, + "line": 3596, "column": 80 }, "identifierName": "date_seed" @@ -265055,29 +265191,29 @@ }, "alternate": { "type": "NewExpression", - "start": 157173, - "end": 157194, + "start": 159563, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 85 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "callee": { "type": "Identifier", - "start": 157177, - "end": 157181, + "start": 159567, + "end": 159571, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 89 }, "end": { - "line": 3554, + "line": 3596, "column": 93 }, "identifierName": "Date" @@ -265087,15 +265223,15 @@ "arguments": [ { "type": "Identifier", - "start": 157183, - "end": 157192, + "start": 159573, + "end": 159582, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 95 }, "end": { - "line": 3554, + "line": 3596, "column": 104 }, "identifierName": "date_seed" @@ -265109,29 +265245,29 @@ }, { "type": "IfStatement", - "start": 157211, - "end": 158081, + "start": 159601, + "end": 160471, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 16 }, "end": { - "line": 3568, + "line": 3610, "column": 17 } }, "test": { "type": "Identifier", - "start": 157216, - "end": 157232, + "start": 159606, + "end": 159622, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 21 }, "end": { - "line": 3555, + "line": 3597, "column": 37 }, "identifierName": "is_toLocalString" @@ -265140,73 +265276,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157235, - "end": 157913, + "start": 159625, + "end": 160303, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 40 }, "end": { - "line": 3565, + "line": 3607, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 157257, - "end": 157336, + "start": 159647, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 157257, - "end": 157336, + "start": 159647, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157257, - "end": 157272, + "start": 159647, + "end": 159662, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 35 } }, "object": { "type": "Identifier", - "start": 157257, - "end": 157265, + "start": 159647, + "end": 159655, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 28 }, "identifierName": "_options" @@ -265215,15 +265351,15 @@ }, "property": { "type": "Identifier", - "start": 157266, - "end": 157272, + "start": 159656, + "end": 159662, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 29 }, "end": { - "line": 3556, + "line": 3598, "column": 35 }, "identifierName": "second" @@ -265234,57 +265370,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157275, - "end": 157336, + "start": 159665, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "test": { "type": "CallExpression", - "start": 157275, - "end": 157307, + "start": 159665, + "end": 159697, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 157275, - "end": 157297, + "start": 159665, + "end": 159687, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 60 } }, "object": { "type": "Identifier", - "start": 157275, - "end": 157282, + "start": 159665, + "end": 159672, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 45 }, "identifierName": "options" @@ -265293,15 +265429,15 @@ }, "property": { "type": "Identifier", - "start": 157283, - "end": 157297, + "start": 159673, + "end": 159687, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 46 }, "end": { - "line": 3556, + "line": 3598, "column": 60 }, "identifierName": "hasOwnProperty" @@ -265313,15 +265449,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157298, - "end": 157306, + "start": 159688, + "end": 159696, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 61 }, "end": { - "line": 3556, + "line": 3598, "column": 69 } }, @@ -265335,29 +265471,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157310, - "end": 157324, + "start": 159700, + "end": 159714, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 73 }, "end": { - "line": 3556, + "line": 3598, "column": 87 } }, "object": { "type": "Identifier", - "start": 157310, - "end": 157317, + "start": 159700, + "end": 159707, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 73 }, "end": { - "line": 3556, + "line": 3598, "column": 80 }, "identifierName": "options" @@ -265366,15 +265502,15 @@ }, "property": { "type": "Identifier", - "start": 157318, - "end": 157324, + "start": 159708, + "end": 159714, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 81 }, "end": { - "line": 3556, + "line": 3598, "column": 87 }, "identifierName": "second" @@ -265385,15 +265521,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157327, - "end": 157336, + "start": 159717, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 90 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, @@ -265408,57 +265544,57 @@ }, { "type": "IfStatement", - "start": 157357, - "end": 157518, + "start": 159747, + "end": 159908, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 20 }, "end": { - "line": 3559, + "line": 3601, "column": 21 } }, "test": { "type": "CallExpression", - "start": 157362, - "end": 157392, + "start": 159752, + "end": 159782, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 157362, - "end": 157384, + "start": 159752, + "end": 159774, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 47 } }, "object": { "type": "Identifier", - "start": 157362, - "end": 157369, + "start": 159752, + "end": 159759, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 32 }, "identifierName": "options" @@ -265467,15 +265603,15 @@ }, "property": { "type": "Identifier", - "start": 157370, - "end": 157384, + "start": 159760, + "end": 159774, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 33 }, "end": { - "line": 3557, + "line": 3599, "column": 47 }, "identifierName": "hasOwnProperty" @@ -265487,15 +265623,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157385, - "end": 157391, + "start": 159775, + "end": 159781, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 48 }, "end": { - "line": 3557, + "line": 3599, "column": 54 } }, @@ -265509,73 +265645,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157395, - "end": 157518, + "start": 159785, + "end": 159908, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 58 }, "end": { - "line": 3559, + "line": 3601, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 157421, - "end": 157496, + "start": 159811, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 157421, - "end": 157496, + "start": 159811, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157421, - "end": 157434, + "start": 159811, + "end": 159824, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 37 } }, "object": { "type": "Identifier", - "start": 157421, - "end": 157429, + "start": 159811, + "end": 159819, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 32 }, "identifierName": "_options" @@ -265584,15 +265720,15 @@ }, "property": { "type": "Identifier", - "start": 157430, - "end": 157434, + "start": 159820, + "end": 159824, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 33 }, "end": { - "line": 3558, + "line": 3600, "column": 37 }, "identifierName": "hour" @@ -265603,57 +265739,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157439, - "end": 157496, + "start": 159829, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "test": { "type": "CallExpression", - "start": 157439, - "end": 157469, + "start": 159829, + "end": 159859, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 157439, - "end": 157461, + "start": 159829, + "end": 159851, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 64 } }, "object": { "type": "Identifier", - "start": 157439, - "end": 157446, + "start": 159829, + "end": 159836, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 49 }, "identifierName": "options" @@ -265662,15 +265798,15 @@ }, "property": { "type": "Identifier", - "start": 157447, - "end": 157461, + "start": 159837, + "end": 159851, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 50 }, "end": { - "line": 3558, + "line": 3600, "column": 64 }, "identifierName": "hasOwnProperty" @@ -265682,15 +265818,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157462, - "end": 157468, + "start": 159852, + "end": 159858, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 65 }, "end": { - "line": 3558, + "line": 3600, "column": 71 } }, @@ -265704,29 +265840,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157472, - "end": 157484, + "start": 159862, + "end": 159874, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 75 }, "end": { - "line": 3558, + "line": 3600, "column": 87 } }, "object": { "type": "Identifier", - "start": 157472, - "end": 157479, + "start": 159862, + "end": 159869, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 75 }, "end": { - "line": 3558, + "line": 3600, "column": 82 }, "identifierName": "options" @@ -265735,15 +265871,15 @@ }, "property": { "type": "Identifier", - "start": 157480, - "end": 157484, + "start": 159870, + "end": 159874, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 83 }, "end": { - "line": 3558, + "line": 3600, "column": 87 }, "identifierName": "hour" @@ -265754,15 +265890,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157487, - "end": 157496, + "start": 159877, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 90 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, @@ -265782,57 +265918,57 @@ }, { "type": "IfStatement", - "start": 157539, - "end": 157706, + "start": 159929, + "end": 160096, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 20 }, "end": { - "line": 3562, + "line": 3604, "column": 21 } }, "test": { "type": "CallExpression", - "start": 157544, - "end": 157576, + "start": 159934, + "end": 159966, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 157544, - "end": 157566, + "start": 159934, + "end": 159956, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 47 } }, "object": { "type": "Identifier", - "start": 157544, - "end": 157551, + "start": 159934, + "end": 159941, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 32 }, "identifierName": "options" @@ -265841,15 +265977,15 @@ }, "property": { "type": "Identifier", - "start": 157552, - "end": 157566, + "start": 159942, + "end": 159956, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 33 }, "end": { - "line": 3560, + "line": 3602, "column": 47 }, "identifierName": "hasOwnProperty" @@ -265861,15 +265997,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157567, - "end": 157575, + "start": 159957, + "end": 159965, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 48 }, "end": { - "line": 3560, + "line": 3602, "column": 56 } }, @@ -265883,73 +266019,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157579, - "end": 157706, + "start": 159969, + "end": 160096, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 60 }, "end": { - "line": 3562, + "line": 3604, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 157605, - "end": 157684, + "start": 159995, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 157605, - "end": 157684, + "start": 159995, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157605, - "end": 157620, + "start": 159995, + "end": 160010, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 39 } }, "object": { "type": "Identifier", - "start": 157605, - "end": 157613, + "start": 159995, + "end": 160003, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 32 }, "identifierName": "_options" @@ -265958,15 +266094,15 @@ }, "property": { "type": "Identifier", - "start": 157614, - "end": 157620, + "start": 160004, + "end": 160010, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 33 }, "end": { - "line": 3561, + "line": 3603, "column": 39 }, "identifierName": "minute" @@ -265977,57 +266113,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157623, - "end": 157684, + "start": 160013, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "test": { "type": "CallExpression", - "start": 157623, - "end": 157655, + "start": 160013, + "end": 160045, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 157623, - "end": 157645, + "start": 160013, + "end": 160035, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 64 } }, "object": { "type": "Identifier", - "start": 157623, - "end": 157630, + "start": 160013, + "end": 160020, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 49 }, "identifierName": "options" @@ -266036,15 +266172,15 @@ }, "property": { "type": "Identifier", - "start": 157631, - "end": 157645, + "start": 160021, + "end": 160035, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 50 }, "end": { - "line": 3561, + "line": 3603, "column": 64 }, "identifierName": "hasOwnProperty" @@ -266056,15 +266192,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157646, - "end": 157654, + "start": 160036, + "end": 160044, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 65 }, "end": { - "line": 3561, + "line": 3603, "column": 73 } }, @@ -266078,29 +266214,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157658, - "end": 157672, + "start": 160048, + "end": 160062, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 77 }, "end": { - "line": 3561, + "line": 3603, "column": 91 } }, "object": { "type": "Identifier", - "start": 157658, - "end": 157665, + "start": 160048, + "end": 160055, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 77 }, "end": { - "line": 3561, + "line": 3603, "column": 84 }, "identifierName": "options" @@ -266109,15 +266245,15 @@ }, "property": { "type": "Identifier", - "start": 157666, - "end": 157672, + "start": 160056, + "end": 160062, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 85 }, "end": { - "line": 3561, + "line": 3603, "column": 91 }, "identifierName": "minute" @@ -266128,15 +266264,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157675, - "end": 157684, + "start": 160065, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 94 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, @@ -266156,44 +266292,44 @@ }, { "type": "ExpressionStatement", - "start": 157727, - "end": 157784, + "start": 160117, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 157727, - "end": 157784, + "start": 160117, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157727, - "end": 157740, + "start": 160117, + "end": 160130, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 33 }, "identifierName": "locale_string" @@ -266202,43 +266338,43 @@ }, "right": { "type": "CallExpression", - "start": 157743, - "end": 157784, + "start": 160133, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 157743, - "end": 157763, + "start": 160133, + "end": 160153, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 56 } }, "object": { "type": "Identifier", - "start": 157743, - "end": 157748, + "start": 160133, + "end": 160138, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 41 }, "identifierName": "_temp" @@ -266247,15 +266383,15 @@ }, "property": { "type": "Identifier", - "start": 157749, - "end": 157763, + "start": 160139, + "end": 160153, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 42 }, "end": { - "line": 3563, + "line": 3605, "column": 56 }, "identifierName": "toLocaleString" @@ -266267,15 +266403,15 @@ "arguments": [ { "type": "Identifier", - "start": 157765, - "end": 157772, + "start": 160155, + "end": 160162, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 58 }, "end": { - "line": 3563, + "line": 3605, "column": 65 }, "identifierName": "locales" @@ -266284,15 +266420,15 @@ }, { "type": "Identifier", - "start": 157774, - "end": 157782, + "start": 160164, + "end": 160172, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 67 }, "end": { - "line": 3563, + "line": 3605, "column": 75 }, "identifierName": "_options" @@ -266308,15 +266444,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 157805, - "end": 157895, + "start": 160195, + "end": 160285, "loc": { "start": { - "line": 3564, + "line": 3606, "column": 20 }, "end": { - "line": 3564, + "line": 3606, "column": 110 } } @@ -266328,59 +266464,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 157919, - "end": 158081, + "start": 160309, + "end": 160471, "loc": { "start": { - "line": 3565, + "line": 3607, "column": 23 }, "end": { - "line": 3568, + "line": 3610, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 157941, - "end": 157975, + "start": 160331, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 157941, - "end": 157975, + "start": 160331, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157941, - "end": 157954, + "start": 160331, + "end": 160344, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 33 }, "identifierName": "locale_string" @@ -266389,43 +266525,43 @@ }, "right": { "type": "CallExpression", - "start": 157957, - "end": 157975, + "start": 160347, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 157957, - "end": 157973, + "start": 160347, + "end": 160363, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 52 } }, "object": { "type": "Identifier", - "start": 157957, - "end": 157962, + "start": 160347, + "end": 160352, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 41 }, "identifierName": "_temp" @@ -266434,15 +266570,15 @@ }, "property": { "type": "Identifier", - "start": 157963, - "end": 157973, + "start": 160353, + "end": 160363, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 42 }, "end": { - "line": 3566, + "line": 3608, "column": 52 }, "identifierName": "getSeconds" @@ -266460,15 +266596,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getSeconds()", - "start": 157996, - "end": 158063, + "start": 160386, + "end": 160453, "loc": { "start": { - "line": 3567, + "line": 3609, "column": 20 }, "end": { - "line": 3567, + "line": 3609, "column": 87 } } @@ -266481,15 +266617,15 @@ }, { "type": "BreakStatement", - "start": 158098, - "end": 158103, + "start": 160488, + "end": 160493, "loc": { "start": { - "line": 3569, + "line": 3611, "column": 16 }, "end": { - "line": 3569, + "line": 3611, "column": 21 } }, @@ -266498,43 +266634,43 @@ ], "test": { "type": "CallExpression", - "start": 157059, - "end": 157086, + "start": 159449, + "end": 159476, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 157059, - "end": 157077, + "start": 159449, + "end": 159467, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 157059, - "end": 157072, + "start": 159449, + "end": 159462, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 30 } }, @@ -266546,15 +266682,15 @@ }, "property": { "type": "Identifier", - "start": 157073, - "end": 157077, + "start": 159463, + "end": 159467, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 31 }, "end": { - "line": 3553, + "line": 3595, "column": 35 }, "identifierName": "test" @@ -266566,15 +266702,15 @@ "arguments": [ { "type": "Identifier", - "start": 157079, - "end": 157084, + "start": 159469, + "end": 159474, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 37 }, "end": { - "line": 3553, + "line": 3595, "column": 42 }, "identifierName": "scale" @@ -266586,58 +266722,58 @@ }, { "type": "SwitchCase", - "start": 158116, - "end": 158157, + "start": 160506, + "end": 160547, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 12 }, "end": { - "line": 3570, + "line": 3612, "column": 53 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 158121, - "end": 158156, + "start": 160511, + "end": 160546, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 158121, - "end": 158147, + "start": 160511, + "end": 160537, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 158121, - "end": 158142, + "start": 160511, + "end": 160532, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 38 } }, @@ -266649,15 +266785,15 @@ }, "property": { "type": "Identifier", - "start": 158143, - "end": 158147, + "start": 160533, + "end": 160537, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 39 }, "end": { - "line": 3570, + "line": 3612, "column": 43 }, "identifierName": "test" @@ -266669,15 +266805,15 @@ "arguments": [ { "type": "Identifier", - "start": 158149, - "end": 158154, + "start": 160539, + "end": 160544, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 45 }, "end": { - "line": 3570, + "line": 3612, "column": 50 }, "identifierName": "scale" @@ -266689,59 +266825,59 @@ }, { "type": "SwitchCase", - "start": 158170, - "end": 158427, + "start": 160560, + "end": 160817, "loc": { "start": { - "line": 3571, + "line": 3613, "column": 12 }, "end": { - "line": 3575, + "line": 3617, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 158195, - "end": 158285, + "start": 160585, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 158195, - "end": 158285, + "start": 160585, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158195, - "end": 158200, + "start": 160585, + "end": 160590, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 21 }, "identifierName": "_temp" @@ -266750,43 +266886,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 158203, - "end": 158285, + "start": 160593, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 158203, - "end": 158232, + "start": 160593, + "end": 160622, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 158203, - "end": 158219, + "start": 160593, + "end": 160609, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 40 } }, @@ -266794,15 +266930,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 158210, - "end": 158219, + "start": 160600, + "end": 160609, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 31 }, "end": { - "line": 3572, + "line": 3614, "column": 40 }, "identifierName": "date_seed" @@ -266816,15 +266952,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 158224, - "end": 158232, + "start": 160614, + "end": 160622, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 45 }, "end": { - "line": 3572, + "line": 3614, "column": 53 } }, @@ -266837,29 +266973,29 @@ }, "consequent": { "type": "CallExpression", - "start": 158235, - "end": 158261, + "start": 160625, + "end": 160651, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 56 }, "end": { - "line": 3572, + "line": 3614, "column": 82 } }, "callee": { "type": "Identifier", - "start": 158235, - "end": 158248, + "start": 160625, + "end": 160638, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 56 }, "end": { - "line": 3572, + "line": 3614, "column": 69 }, "identifierName": "parseDatetime" @@ -266869,15 +267005,15 @@ "arguments": [ { "type": "Identifier", - "start": 158250, - "end": 158259, + "start": 160640, + "end": 160649, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 71 }, "end": { - "line": 3572, + "line": 3614, "column": 80 }, "identifierName": "date_seed" @@ -266888,29 +267024,29 @@ }, "alternate": { "type": "NewExpression", - "start": 158264, - "end": 158285, + "start": 160654, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 85 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "callee": { "type": "Identifier", - "start": 158268, - "end": 158272, + "start": 160658, + "end": 160662, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 89 }, "end": { - "line": 3572, + "line": 3614, "column": 93 }, "identifierName": "Date" @@ -266920,15 +267056,15 @@ "arguments": [ { "type": "Identifier", - "start": 158274, - "end": 158283, + "start": 160664, + "end": 160673, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 95 }, "end": { - "line": 3572, + "line": 3614, "column": 104 }, "identifierName": "date_seed" @@ -266942,44 +267078,44 @@ }, { "type": "ExpressionStatement", - "start": 158302, - "end": 158334, + "start": 160692, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 158302, - "end": 158334, + "start": 160692, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158302, - "end": 158315, + "start": 160692, + "end": 160705, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 29 }, "identifierName": "locale_string" @@ -266988,43 +267124,43 @@ }, "right": { "type": "CallExpression", - "start": 158318, - "end": 158334, + "start": 160708, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 158318, - "end": 158332, + "start": 160708, + "end": 160722, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 46 } }, "object": { "type": "Identifier", - "start": 158318, - "end": 158323, + "start": 160708, + "end": 160713, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 37 }, "identifierName": "_temp" @@ -267033,15 +267169,15 @@ }, "property": { "type": "Identifier", - "start": 158324, - "end": 158332, + "start": 160714, + "end": 160722, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 38 }, "end": { - "line": 3573, + "line": 3615, "column": 46 }, "identifierName": "toString" @@ -267059,15 +267195,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -267076,15 +267212,15 @@ }, { "type": "BreakStatement", - "start": 158422, - "end": 158427, + "start": 160812, + "end": 160817, "loc": { "start": { - "line": 3575, + "line": 3617, "column": 16 }, "end": { - "line": 3575, + "line": 3617, "column": 21 } }, @@ -267093,15 +267229,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -267116,15 +267252,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -267134,15 +267270,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -267151,29 +267287,29 @@ }, { "type": "ReturnStatement", - "start": 158541, - "end": 158561, + "start": 160931, + "end": 160951, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 8 }, "end": { - "line": 3578, + "line": 3620, "column": 28 } }, "argument": { "type": "Identifier", - "start": 158548, - "end": 158561, + "start": 160938, + "end": 160951, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 15 }, "end": { - "line": 3578, + "line": 3620, "column": 28 }, "identifierName": "locale_string" @@ -267185,15 +267321,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -267208,15 +267344,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -267226,15 +267362,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -267243,15 +267379,15 @@ }, { "type": "ClassMethod", - "start": 158699, - "end": 159047, + "start": 161089, + "end": 161437, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 4 }, "end": { - "line": 3595, + "line": 3637, "column": 5 } }, @@ -267259,15 +267395,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 158699, - "end": 158707, + "start": 161089, + "end": 161097, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 4 }, "end": { - "line": 3586, + "line": 3628, "column": 12 }, "identifierName": "strWidth" @@ -267283,15 +267419,15 @@ "params": [ { "type": "Identifier", - "start": 158709, - "end": 158712, + "start": 161099, + "end": 161102, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 14 }, "end": { - "line": 3586, + "line": 3628, "column": 17 }, "identifierName": "str" @@ -267301,59 +267437,59 @@ ], "body": { "type": "BlockStatement", - "start": 158715, - "end": 159047, + "start": 161105, + "end": 161437, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 20 }, "end": { - "line": 3595, + "line": 3637, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 158725, - "end": 158810, + "start": 161115, + "end": 161200, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 8 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 158729, - "end": 158782, + "start": 161119, + "end": 161172, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 12 }, "end": { - "line": 3587, + "line": 3629, "column": 65 } }, "id": { "type": "Identifier", - "start": 158729, - "end": 158739, + "start": 161119, + "end": 161129, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 12 }, "end": { - "line": 3587, + "line": 3629, "column": 22 }, "identifierName": "_str_ruler" @@ -267362,29 +267498,29 @@ }, "init": { "type": "CallExpression", - "start": 158742, - "end": 158782, + "start": 161132, + "end": 161172, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 25 }, "end": { - "line": 3587, + "line": 3629, "column": 65 } }, "callee": { "type": "Identifier", - "start": 158742, - "end": 158743, + "start": 161132, + "end": 161133, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 25 }, "end": { - "line": 3587, + "line": 3629, "column": 26 }, "identifierName": "$" @@ -267394,15 +267530,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158745, - "end": 158780, + "start": 161135, + "end": 161170, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 28 }, "end": { - "line": 3587, + "line": 3629, "column": 63 } }, @@ -267417,29 +267553,29 @@ }, { "type": "VariableDeclarator", - "start": 158796, - "end": 158810, + "start": 161186, + "end": 161200, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 12 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, "id": { "type": "Identifier", - "start": 158796, - "end": 158802, + "start": 161186, + "end": 161192, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 12 }, "end": { - "line": 3588, + "line": 3630, "column": 18 }, "identifierName": "_width" @@ -267448,15 +267584,15 @@ }, "init": { "type": "NumericLiteral", - "start": 158809, - "end": 158810, + "start": 161199, + "end": 161200, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 25 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, @@ -267472,71 +267608,71 @@ }, { "type": "IfStatement", - "start": 158819, - "end": 158913, + "start": 161209, + "end": 161303, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 8 }, "end": { - "line": 3591, + "line": 3633, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 158824, - "end": 158856, + "start": 161214, + "end": 161246, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 158824, - "end": 158851, + "start": 161214, + "end": 161241, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 40 } }, "object": { "type": "CallExpression", - "start": 158824, - "end": 158844, + "start": 161214, + "end": 161234, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 33 } }, "callee": { "type": "Identifier", - "start": 158824, - "end": 158825, + "start": 161214, + "end": 161215, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 14 }, "identifierName": "$" @@ -267546,15 +267682,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158826, - "end": 158843, + "start": 161216, + "end": 161233, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 15 }, "end": { - "line": 3589, + "line": 3631, "column": 32 } }, @@ -267568,15 +267704,15 @@ }, "property": { "type": "Identifier", - "start": 158845, - "end": 158851, + "start": 161235, + "end": 161241, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 34 }, "end": { - "line": 3589, + "line": 3631, "column": 40 }, "identifierName": "length" @@ -267588,15 +267724,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 158855, - "end": 158856, + "start": 161245, + "end": 161246, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 44 }, "end": { - "line": 3589, + "line": 3631, "column": 45 } }, @@ -267609,86 +267745,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 158859, - "end": 158913, + "start": 161249, + "end": 161303, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 48 }, "end": { - "line": 3591, + "line": 3633, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 158873, - "end": 158903, + "start": 161263, + "end": 161293, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 158873, - "end": 158903, + "start": 161263, + "end": 161293, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 158873, - "end": 158889, + "start": 161263, + "end": 161279, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 28 } }, "object": { "type": "CallExpression", - "start": 158873, - "end": 158882, + "start": 161263, + "end": 161272, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 21 } }, "callee": { "type": "Identifier", - "start": 158873, - "end": 158874, + "start": 161263, + "end": 161264, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 13 }, "identifierName": "$" @@ -267698,15 +267834,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158875, - "end": 158881, + "start": 161265, + "end": 161271, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 14 }, "end": { - "line": 3590, + "line": 3632, "column": 20 } }, @@ -267720,15 +267856,15 @@ }, "property": { "type": "Identifier", - "start": 158883, - "end": 158889, + "start": 161273, + "end": 161279, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 22 }, "end": { - "line": 3590, + "line": 3632, "column": 28 }, "identifierName": "append" @@ -267740,15 +267876,15 @@ "arguments": [ { "type": "Identifier", - "start": 158891, - "end": 158901, + "start": 161281, + "end": 161291, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 30 }, "end": { - "line": 3590, + "line": 3632, "column": 40 }, "identifierName": "_str_ruler" @@ -267765,44 +267901,44 @@ }, { "type": "ExpressionStatement", - "start": 158922, - "end": 158982, + "start": 161312, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 158922, - "end": 158982, + "start": 161312, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158922, - "end": 158928, + "start": 161312, + "end": 161318, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 14 }, "identifierName": "_width" @@ -267811,99 +267947,99 @@ }, "right": { "type": "MemberExpression", - "start": 158931, - "end": 158982, + "start": 161321, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158970, + "start": 161321, + "end": 161360, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 158931, - "end": 158967, + "start": 161321, + "end": 161357, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 53 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158963, + "start": 161321, + "end": 161353, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 158931, - "end": 158956, + "start": 161321, + "end": 161346, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 42 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158951, + "start": 161321, + "end": 161341, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 37 } }, "callee": { "type": "Identifier", - "start": 158931, - "end": 158932, + "start": 161321, + "end": 161322, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 18 }, "identifierName": "$" @@ -267913,15 +268049,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158933, - "end": 158950, + "start": 161323, + "end": 161340, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 19 }, "end": { - "line": 3592, + "line": 3634, "column": 36 } }, @@ -267935,15 +268071,15 @@ }, "property": { "type": "Identifier", - "start": 158952, - "end": 158956, + "start": 161342, + "end": 161346, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 38 }, "end": { - "line": 3592, + "line": 3634, "column": 42 }, "identifierName": "text" @@ -267955,15 +268091,15 @@ "arguments": [ { "type": "Identifier", - "start": 158958, - "end": 158961, + "start": 161348, + "end": 161351, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 44 }, "end": { - "line": 3592, + "line": 3634, "column": 47 }, "identifierName": "str" @@ -267974,15 +268110,15 @@ }, "property": { "type": "Identifier", - "start": 158964, - "end": 158967, + "start": 161354, + "end": 161357, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 50 }, "end": { - "line": 3592, + "line": 3634, "column": 53 }, "identifierName": "get" @@ -267994,15 +268130,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 158968, - "end": 158969, + "start": 161358, + "end": 161359, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 54 }, "end": { - "line": 3592, + "line": 3634, "column": 55 } }, @@ -268016,15 +268152,15 @@ }, "property": { "type": "Identifier", - "start": 158971, - "end": 158982, + "start": 161361, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 57 }, "end": { - "line": 3592, + "line": 3634, "column": 68 }, "identifierName": "offsetWidth" @@ -268037,71 +268173,71 @@ }, { "type": "ExpressionStatement", - "start": 158991, - "end": 159019, + "start": 161381, + "end": 161409, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 158991, - "end": 159019, + "start": 161381, + "end": 161409, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 158991, - "end": 159017, + "start": 161381, + "end": 161407, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 34 } }, "object": { "type": "CallExpression", - "start": 158991, - "end": 159011, + "start": 161381, + "end": 161401, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 28 } }, "callee": { "type": "Identifier", - "start": 158991, - "end": 158992, + "start": 161381, + "end": 161382, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 9 }, "identifierName": "$" @@ -268111,15 +268247,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158993, - "end": 159010, + "start": 161383, + "end": 161400, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 10 }, "end": { - "line": 3593, + "line": 3635, "column": 27 } }, @@ -268133,15 +268269,15 @@ }, "property": { "type": "Identifier", - "start": 159012, - "end": 159017, + "start": 161402, + "end": 161407, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 29 }, "end": { - "line": 3593, + "line": 3635, "column": 34 }, "identifierName": "empty" @@ -268155,29 +268291,29 @@ }, { "type": "ReturnStatement", - "start": 159028, - "end": 159041, + "start": 161418, + "end": 161431, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 8 }, "end": { - "line": 3594, + "line": 3636, "column": 21 } }, "argument": { "type": "Identifier", - "start": 159035, - "end": 159041, + "start": 161425, + "end": 161431, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 15 }, "end": { - "line": 3594, + "line": 3636, "column": 21 }, "identifierName": "_width" @@ -268193,15 +268329,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -268211,15 +268347,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -268228,15 +268364,15 @@ }, { "type": "ClassMethod", - "start": 159395, - "end": 160104, + "start": 161785, + "end": 162494, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 4 }, "end": { - "line": 3625, + "line": 3667, "column": 5 } }, @@ -268244,15 +268380,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 159395, - "end": 159408, + "start": 161785, + "end": 161798, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 4 }, "end": { - "line": 3606, + "line": 3648, "column": 17 }, "identifierName": "compareValues" @@ -268268,15 +268404,15 @@ "params": [ { "type": "Identifier", - "start": 159410, - "end": 159418, + "start": 161800, + "end": 161808, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 19 }, "end": { - "line": 3606, + "line": 3648, "column": 27 }, "identifierName": "property" @@ -268285,29 +268421,29 @@ }, { "type": "AssignmentPattern", - "start": 159420, - "end": 159433, + "start": 161810, + "end": 161823, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 29 }, "end": { - "line": 3606, + "line": 3648, "column": 42 } }, "left": { "type": "Identifier", - "start": 159420, - "end": 159425, + "start": 161810, + "end": 161815, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 29 }, "end": { - "line": 3606, + "line": 3648, "column": 34 }, "identifierName": "order" @@ -268316,15 +268452,15 @@ }, "right": { "type": "StringLiteral", - "start": 159428, - "end": 159433, + "start": 161818, + "end": 161823, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 37 }, "end": { - "line": 3606, + "line": 3648, "column": 42 } }, @@ -268338,44 +268474,44 @@ ], "body": { "type": "BlockStatement", - "start": 159436, - "end": 160104, + "start": 161826, + "end": 162494, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 45 }, "end": { - "line": 3625, + "line": 3667, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 159446, - "end": 160098, + "start": 161836, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 8 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, "argument": { "type": "ArrowFunctionExpression", - "start": 159453, - "end": 160098, + "start": 161843, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 15 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, @@ -268386,15 +268522,15 @@ "params": [ { "type": "Identifier", - "start": 159455, - "end": 159456, + "start": 161845, + "end": 161846, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 17 }, "end": { - "line": 3607, + "line": 3649, "column": 18 }, "identifierName": "a" @@ -268403,15 +268539,15 @@ }, { "type": "Identifier", - "start": 159458, - "end": 159459, + "start": 161848, + "end": 161849, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 20 }, "end": { - "line": 3607, + "line": 3649, "column": 21 }, "identifierName": "b" @@ -268421,58 +268557,58 @@ ], "body": { "type": "BlockStatement", - "start": 159465, - "end": 160098, + "start": 161855, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 27 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 159479, - "end": 159591, + "start": 161869, + "end": 161981, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 12 }, "end": { - "line": 3610, + "line": 3652, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 159484, - "end": 159548, + "start": 161874, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 17 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 159484, - "end": 159514, + "start": 161874, + "end": 161904, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 17 }, "end": { - "line": 3608, + "line": 3650, "column": 47 } }, @@ -268480,43 +268616,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 159486, - "end": 159514, + "start": 161876, + "end": 161904, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 159486, - "end": 159502, + "start": 161876, + "end": 161892, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 35 } }, "object": { "type": "Identifier", - "start": 159486, - "end": 159487, + "start": 161876, + "end": 161877, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 20 }, "identifierName": "a" @@ -268525,15 +268661,15 @@ }, "property": { "type": "Identifier", - "start": 159488, - "end": 159502, + "start": 161878, + "end": 161892, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 21 }, "end": { - "line": 3608, + "line": 3650, "column": 35 }, "identifierName": "hasOwnProperty" @@ -268545,15 +268681,15 @@ "arguments": [ { "type": "Identifier", - "start": 159504, - "end": 159512, + "start": 161894, + "end": 161902, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 37 }, "end": { - "line": 3608, + "line": 3650, "column": 45 }, "identifierName": "property" @@ -268569,15 +268705,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 159518, - "end": 159548, + "start": 161908, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 51 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, @@ -268585,43 +268721,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 159520, - "end": 159548, + "start": 161910, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 159520, - "end": 159536, + "start": 161910, + "end": 161926, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 69 } }, "object": { "type": "Identifier", - "start": 159520, - "end": 159521, + "start": 161910, + "end": 161911, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 54 }, "identifierName": "b" @@ -268630,15 +268766,15 @@ }, "property": { "type": "Identifier", - "start": 159522, - "end": 159536, + "start": 161912, + "end": 161926, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 55 }, "end": { - "line": 3608, + "line": 3650, "column": 69 }, "identifierName": "hasOwnProperty" @@ -268650,15 +268786,15 @@ "arguments": [ { "type": "Identifier", - "start": 159538, - "end": 159546, + "start": 161928, + "end": 161936, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 71 }, "end": { - "line": 3608, + "line": 3650, "column": 79 }, "identifierName": "property" @@ -268674,44 +268810,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 159551, - "end": 159591, + "start": 161941, + "end": 161981, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 84 }, "end": { - "line": 3610, + "line": 3652, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 159569, - "end": 159577, + "start": 161959, + "end": 161967, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 16 }, "end": { - "line": 3609, + "line": 3651, "column": 24 } }, "argument": { "type": "NumericLiteral", - "start": 159576, - "end": 159577, + "start": 161966, + "end": 161967, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 23 }, "end": { - "line": 3609, + "line": 3651, "column": 24 } }, @@ -268729,44 +268865,44 @@ }, { "type": "VariableDeclaration", - "start": 159617, - "end": 159703, + "start": 162007, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 12 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159623, - "end": 159703, + "start": 162013, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 18 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "id": { "type": "Identifier", - "start": 159623, - "end": 159627, + "start": 162013, + "end": 162017, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 18 }, "end": { - "line": 3612, + "line": 3654, "column": 22 }, "identifierName": "varA" @@ -268775,43 +268911,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 159630, - "end": 159703, + "start": 162020, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "test": { "type": "BinaryExpression", - "start": 159630, - "end": 159661, + "start": 162020, + "end": 162051, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 159630, - "end": 159648, + "start": 162020, + "end": 162038, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 43 } }, @@ -268819,29 +268955,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 159637, - "end": 159648, + "start": 162027, + "end": 162038, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 32 }, "end": { - "line": 3612, + "line": 3654, "column": 43 } }, "object": { "type": "Identifier", - "start": 159637, - "end": 159638, + "start": 162027, + "end": 162028, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 32 }, "end": { - "line": 3612, + "line": 3654, "column": 33 }, "identifierName": "a" @@ -268850,15 +268986,15 @@ }, "property": { "type": "Identifier", - "start": 159639, - "end": 159647, + "start": 162029, + "end": 162037, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 34 }, "end": { - "line": 3612, + "line": 3654, "column": 42 }, "identifierName": "property" @@ -268874,15 +269010,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 159653, - "end": 159661, + "start": 162043, + "end": 162051, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 48 }, "end": { - "line": 3612, + "line": 3654, "column": 56 } }, @@ -268895,57 +269031,57 @@ }, "consequent": { "type": "CallExpression", - "start": 159664, - "end": 159689, + "start": 162054, + "end": 162079, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 159664, - "end": 159687, + "start": 162054, + "end": 162077, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 159664, - "end": 159675, + "start": 162054, + "end": 162065, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 70 } }, "object": { "type": "Identifier", - "start": 159664, - "end": 159665, + "start": 162054, + "end": 162055, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 60 }, "identifierName": "a" @@ -268954,15 +269090,15 @@ }, "property": { "type": "Identifier", - "start": 159666, - "end": 159674, + "start": 162056, + "end": 162064, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 61 }, "end": { - "line": 3612, + "line": 3654, "column": 69 }, "identifierName": "property" @@ -268973,15 +269109,15 @@ }, "property": { "type": "Identifier", - "start": 159676, - "end": 159687, + "start": 162066, + "end": 162077, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 71 }, "end": { - "line": 3612, + "line": 3654, "column": 82 }, "identifierName": "toUpperCase" @@ -268994,29 +269130,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 159692, - "end": 159703, + "start": 162082, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 87 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "object": { "type": "Identifier", - "start": 159692, - "end": 159693, + "start": 162082, + "end": 162083, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 87 }, "end": { - "line": 3612, + "line": 3654, "column": 88 }, "identifierName": "a" @@ -269025,15 +269161,15 @@ }, "property": { "type": "Identifier", - "start": 159694, - "end": 159702, + "start": 162084, + "end": 162092, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 89 }, "end": { - "line": 3612, + "line": 3654, "column": 97 }, "identifierName": "property" @@ -269049,44 +269185,44 @@ }, { "type": "VariableDeclaration", - "start": 159716, - "end": 159802, + "start": 162106, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 12 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159722, - "end": 159802, + "start": 162112, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 18 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "id": { "type": "Identifier", - "start": 159722, - "end": 159726, + "start": 162112, + "end": 162116, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 18 }, "end": { - "line": 3613, + "line": 3655, "column": 22 }, "identifierName": "varB" @@ -269095,43 +269231,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 159729, - "end": 159802, + "start": 162119, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "test": { "type": "BinaryExpression", - "start": 159729, - "end": 159760, + "start": 162119, + "end": 162150, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 159729, - "end": 159747, + "start": 162119, + "end": 162137, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 43 } }, @@ -269139,29 +269275,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 159736, - "end": 159747, + "start": 162126, + "end": 162137, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 32 }, "end": { - "line": 3613, + "line": 3655, "column": 43 } }, "object": { "type": "Identifier", - "start": 159736, - "end": 159737, + "start": 162126, + "end": 162127, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 32 }, "end": { - "line": 3613, + "line": 3655, "column": 33 }, "identifierName": "b" @@ -269170,15 +269306,15 @@ }, "property": { "type": "Identifier", - "start": 159738, - "end": 159746, + "start": 162128, + "end": 162136, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 34 }, "end": { - "line": 3613, + "line": 3655, "column": 42 }, "identifierName": "property" @@ -269194,15 +269330,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 159752, - "end": 159760, + "start": 162142, + "end": 162150, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 48 }, "end": { - "line": 3613, + "line": 3655, "column": 56 } }, @@ -269215,57 +269351,57 @@ }, "consequent": { "type": "CallExpression", - "start": 159763, - "end": 159788, + "start": 162153, + "end": 162178, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 159763, - "end": 159786, + "start": 162153, + "end": 162176, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 159763, - "end": 159774, + "start": 162153, + "end": 162164, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 70 } }, "object": { "type": "Identifier", - "start": 159763, - "end": 159764, + "start": 162153, + "end": 162154, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 60 }, "identifierName": "b" @@ -269274,15 +269410,15 @@ }, "property": { "type": "Identifier", - "start": 159765, - "end": 159773, + "start": 162155, + "end": 162163, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 61 }, "end": { - "line": 3613, + "line": 3655, "column": 69 }, "identifierName": "property" @@ -269293,15 +269429,15 @@ }, "property": { "type": "Identifier", - "start": 159775, - "end": 159786, + "start": 162165, + "end": 162176, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 71 }, "end": { - "line": 3613, + "line": 3655, "column": 82 }, "identifierName": "toUpperCase" @@ -269314,29 +269450,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 159791, - "end": 159802, + "start": 162181, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 87 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "object": { "type": "Identifier", - "start": 159791, - "end": 159792, + "start": 162181, + "end": 162182, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 87 }, "end": { - "line": 3613, + "line": 3655, "column": 88 }, "identifierName": "b" @@ -269345,15 +269481,15 @@ }, "property": { "type": "Identifier", - "start": 159793, - "end": 159801, + "start": 162183, + "end": 162191, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 89 }, "end": { - "line": 3613, + "line": 3655, "column": 97 }, "identifierName": "property" @@ -269369,44 +269505,44 @@ }, { "type": "VariableDeclaration", - "start": 159828, - "end": 159846, + "start": 162218, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 12 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159832, - "end": 159846, + "start": 162222, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 16 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, "id": { "type": "Identifier", - "start": 159832, - "end": 159842, + "start": 162222, + "end": 162232, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 16 }, "end": { - "line": 3615, + "line": 3657, "column": 26 }, "identifierName": "comparison" @@ -269415,15 +269551,15 @@ }, "init": { "type": "NumericLiteral", - "start": 159845, - "end": 159846, + "start": 162235, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 29 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, @@ -269439,43 +269575,43 @@ }, { "type": "IfStatement", - "start": 159872, - "end": 160021, + "start": 162262, + "end": 162411, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 12 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 159877, - "end": 159888, + "start": 162267, + "end": 162278, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 17 }, "end": { - "line": 3617, + "line": 3659, "column": 28 } }, "left": { "type": "Identifier", - "start": 159877, - "end": 159881, + "start": 162267, + "end": 162271, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 17 }, "end": { - "line": 3617, + "line": 3659, "column": 21 }, "identifierName": "varA" @@ -269485,15 +269621,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 159884, - "end": 159888, + "start": 162274, + "end": 162278, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 24 }, "end": { - "line": 3617, + "line": 3659, "column": 28 }, "identifierName": "varB" @@ -269503,59 +269639,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 159891, - "end": 159937, + "start": 162281, + "end": 162327, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 31 }, "end": { - "line": 3619, + "line": 3661, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 159909, - "end": 159923, + "start": 162299, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 159909, - "end": 159923, + "start": 162299, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, "operator": "=", "left": { "type": "Identifier", - "start": 159909, - "end": 159919, + "start": 162299, + "end": 162309, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 26 }, "identifierName": "comparison" @@ -269564,15 +269700,15 @@ }, "right": { "type": "NumericLiteral", - "start": 159922, - "end": 159923, + "start": 162312, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 29 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, @@ -269589,43 +269725,43 @@ }, "alternate": { "type": "IfStatement", - "start": 159955, - "end": 160021, + "start": 162345, + "end": 162411, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 12 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 159960, - "end": 159971, + "start": 162350, + "end": 162361, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 17 }, "end": { - "line": 3620, + "line": 3662, "column": 28 } }, "left": { "type": "Identifier", - "start": 159960, - "end": 159964, + "start": 162350, + "end": 162354, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 17 }, "end": { - "line": 3620, + "line": 3662, "column": 21 }, "identifierName": "varA" @@ -269635,15 +269771,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 159967, - "end": 159971, + "start": 162357, + "end": 162361, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 24 }, "end": { - "line": 3620, + "line": 3662, "column": 28 }, "identifierName": "varB" @@ -269653,59 +269789,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 159974, - "end": 160021, + "start": 162364, + "end": 162411, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 31 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 159992, - "end": 160007, + "start": 162382, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 159992, - "end": 160007, + "start": 162382, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 159992, - "end": 160002, + "start": 162382, + "end": 162392, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 26 }, "identifierName": "comparison" @@ -269714,15 +269850,15 @@ }, "right": { "type": "UnaryExpression", - "start": 160005, - "end": 160007, + "start": 162395, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 29 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, @@ -269730,15 +269866,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 160006, - "end": 160007, + "start": 162396, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 30 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, @@ -269762,57 +269898,57 @@ }, { "type": "ReturnStatement", - "start": 160034, - "end": 160088, + "start": 162424, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 12 }, "end": { - "line": 3623, + "line": 3665, "column": 66 } }, "argument": { "type": "ConditionalExpression", - "start": 160041, - "end": 160088, + "start": 162431, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 66 } }, "test": { "type": "BinaryExpression", - "start": 160041, - "end": 160057, + "start": 162431, + "end": 162447, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 35 } }, "left": { "type": "Identifier", - "start": 160041, - "end": 160046, + "start": 162431, + "end": 162436, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 24 }, "identifierName": "order" @@ -269822,15 +269958,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160051, - "end": 160057, + "start": 162441, + "end": 162447, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 29 }, "end": { - "line": 3623, + "line": 3665, "column": 35 } }, @@ -269843,29 +269979,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 160060, - "end": 160075, + "start": 162450, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 38 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, "left": { "type": "Identifier", - "start": 160060, - "end": 160070, + "start": 162450, + "end": 162460, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 38 }, "end": { - "line": 3623, + "line": 3665, "column": 48 }, "identifierName": "comparison" @@ -269875,15 +270011,15 @@ "operator": "*", "right": { "type": "UnaryExpression", - "start": 160073, - "end": 160075, + "start": 162463, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 51 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, @@ -269891,15 +270027,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 160074, - "end": 160075, + "start": 162464, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 52 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, @@ -269916,15 +270052,15 @@ }, "alternate": { "type": "Identifier", - "start": 160078, - "end": 160088, + "start": 162468, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 56 }, "end": { - "line": 3623, + "line": 3665, "column": 66 }, "identifierName": "comparison" @@ -269946,15 +270082,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -269964,15 +270100,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -269981,15 +270117,15 @@ }, { "type": "ClassMethod", - "start": 160389, - "end": 160488, + "start": 162779, + "end": 162878, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 4 }, "end": { - "line": 3635, + "line": 3677, "column": 5 } }, @@ -269997,15 +270133,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 160389, - "end": 160403, + "start": 162779, + "end": 162793, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 4 }, "end": { - "line": 3633, + "line": 3675, "column": 18 }, "identifierName": "validateString" @@ -270021,15 +270157,15 @@ "params": [ { "type": "Identifier", - "start": 160405, - "end": 160408, + "start": 162795, + "end": 162798, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 20 }, "end": { - "line": 3633, + "line": 3675, "column": 23 }, "identifierName": "def" @@ -270038,15 +270174,15 @@ }, { "type": "Identifier", - "start": 160410, - "end": 160413, + "start": 162800, + "end": 162803, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 25 }, "end": { - "line": 3633, + "line": 3675, "column": 28 }, "identifierName": "val" @@ -270056,86 +270192,86 @@ ], "body": { "type": "BlockStatement", - "start": 160416, - "end": 160488, + "start": 162806, + "end": 162878, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 31 }, "end": { - "line": 3635, + "line": 3677, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 160426, - "end": 160482, + "start": 162816, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 8 }, "end": { - "line": 3634, + "line": 3676, "column": 64 } }, "argument": { "type": "ConditionalExpression", - "start": 160433, - "end": 160482, + "start": 162823, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 64 } }, "test": { "type": "LogicalExpression", - "start": 160433, - "end": 160470, + "start": 162823, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, "left": { "type": "BinaryExpression", - "start": 160433, - "end": 160456, + "start": 162823, + "end": 162846, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 160433, - "end": 160443, + "start": 162823, + "end": 162833, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 25 } }, @@ -270143,15 +270279,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 160440, - "end": 160443, + "start": 162830, + "end": 162833, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 22 }, "end": { - "line": 3634, + "line": 3676, "column": 25 }, "identifierName": "val" @@ -270165,15 +270301,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160448, - "end": 160456, + "start": 162838, + "end": 162846, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 30 }, "end": { - "line": 3634, + "line": 3676, "column": 38 } }, @@ -270187,29 +270323,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 160460, - "end": 160470, + "start": 162850, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 42 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, "left": { "type": "Identifier", - "start": 160460, - "end": 160463, + "start": 162850, + "end": 162853, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 42 }, "end": { - "line": 3634, + "line": 3676, "column": 45 }, "identifierName": "val" @@ -270219,15 +270355,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 160468, - "end": 160470, + "start": 162858, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 50 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, @@ -270241,15 +270377,15 @@ }, "consequent": { "type": "Identifier", - "start": 160473, - "end": 160476, + "start": 162863, + "end": 162866, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 55 }, "end": { - "line": 3634, + "line": 3676, "column": 58 }, "identifierName": "val" @@ -270258,15 +270394,15 @@ }, "alternate": { "type": "Identifier", - "start": 160479, - "end": 160482, + "start": 162869, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 61 }, "end": { - "line": 3634, + "line": 3676, "column": 64 }, "identifierName": "def" @@ -270283,15 +270419,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -270301,15 +270437,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -270318,15 +270454,15 @@ }, { "type": "ClassMethod", - "start": 160769, - "end": 160865, + "start": 163159, + "end": 163255, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 4 }, "end": { - "line": 3644, + "line": 3686, "column": 5 } }, @@ -270334,15 +270470,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 160769, - "end": 160784, + "start": 163159, + "end": 163174, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 4 }, "end": { - "line": 3642, + "line": 3684, "column": 19 }, "identifierName": "validateNumeric" @@ -270358,15 +270494,15 @@ "params": [ { "type": "Identifier", - "start": 160786, - "end": 160789, + "start": 163176, + "end": 163179, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 21 }, "end": { - "line": 3642, + "line": 3684, "column": 24 }, "identifierName": "def" @@ -270375,15 +270511,15 @@ }, { "type": "Identifier", - "start": 160791, - "end": 160794, + "start": 163181, + "end": 163184, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 26 }, "end": { - "line": 3642, + "line": 3684, "column": 29 }, "identifierName": "val" @@ -270393,72 +270529,72 @@ ], "body": { "type": "BlockStatement", - "start": 160797, - "end": 160865, + "start": 163187, + "end": 163255, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 32 }, "end": { - "line": 3644, + "line": 3686, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 160807, - "end": 160859, + "start": 163197, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 8 }, "end": { - "line": 3643, + "line": 3685, "column": 60 } }, "argument": { "type": "ConditionalExpression", - "start": 160814, - "end": 160859, + "start": 163204, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 60 } }, "test": { "type": "BinaryExpression", - "start": 160814, - "end": 160837, + "start": 163204, + "end": 163227, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 160814, - "end": 160824, + "start": 163204, + "end": 163214, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 25 } }, @@ -270466,15 +270602,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 160821, - "end": 160824, + "start": 163211, + "end": 163214, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 22 }, "end": { - "line": 3643, + "line": 3685, "column": 25 }, "identifierName": "val" @@ -270488,15 +270624,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160829, - "end": 160837, + "start": 163219, + "end": 163227, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 30 }, "end": { - "line": 3643, + "line": 3685, "column": 38 } }, @@ -270509,29 +270645,29 @@ }, "consequent": { "type": "CallExpression", - "start": 160840, - "end": 160853, + "start": 163230, + "end": 163243, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 41 }, "end": { - "line": 3643, + "line": 3685, "column": 54 } }, "callee": { "type": "Identifier", - "start": 160840, - "end": 160846, + "start": 163230, + "end": 163236, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 41 }, "end": { - "line": 3643, + "line": 3685, "column": 47 }, "identifierName": "Number" @@ -270541,15 +270677,15 @@ "arguments": [ { "type": "Identifier", - "start": 160848, - "end": 160851, + "start": 163238, + "end": 163241, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 49 }, "end": { - "line": 3643, + "line": 3685, "column": 52 }, "identifierName": "val" @@ -270560,15 +270696,15 @@ }, "alternate": { "type": "Identifier", - "start": 160856, - "end": 160859, + "start": 163246, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 57 }, "end": { - "line": 3643, + "line": 3685, "column": 60 }, "identifierName": "def" @@ -270585,15 +270721,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -270603,15 +270739,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -270620,15 +270756,15 @@ }, { "type": "ClassMethod", - "start": 161146, - "end": 161318, + "start": 163536, + "end": 163708, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 4 }, "end": { - "line": 3653, + "line": 3695, "column": 5 } }, @@ -270636,15 +270772,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161146, - "end": 161161, + "start": 163536, + "end": 163551, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 4 }, "end": { - "line": 3651, + "line": 3693, "column": 19 }, "identifierName": "validateBoolean" @@ -270660,15 +270796,15 @@ "params": [ { "type": "Identifier", - "start": 161163, - "end": 161166, + "start": 163553, + "end": 163556, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 21 }, "end": { - "line": 3651, + "line": 3693, "column": 24 }, "identifierName": "def" @@ -270677,15 +270813,15 @@ }, { "type": "Identifier", - "start": 161168, - "end": 161171, + "start": 163558, + "end": 163561, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 26 }, "end": { - "line": 3651, + "line": 3693, "column": 29 }, "identifierName": "val" @@ -270695,86 +270831,86 @@ ], "body": { "type": "BlockStatement", - "start": 161174, - "end": 161318, + "start": 163564, + "end": 163708, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 32 }, "end": { - "line": 3653, + "line": 3695, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161184, - "end": 161312, + "start": 163574, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 8 }, "end": { - "line": 3652, + "line": 3694, "column": 136 } }, "argument": { "type": "ConditionalExpression", - "start": 161191, - "end": 161312, + "start": 163581, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 136 } }, "test": { "type": "LogicalExpression", - "start": 161191, - "end": 161300, + "start": 163581, + "end": 163690, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 124 } }, "left": { "type": "BinaryExpression", - "start": 161191, - "end": 161215, + "start": 163581, + "end": 163605, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 39 } }, "left": { "type": "UnaryExpression", - "start": 161191, - "end": 161201, + "start": 163581, + "end": 163591, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 25 } }, @@ -270782,15 +270918,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161198, - "end": 161201, + "start": 163588, + "end": 163591, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 22 }, "end": { - "line": 3652, + "line": 3694, "column": 25 }, "identifierName": "val" @@ -270804,15 +270940,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161206, - "end": 161215, + "start": 163596, + "end": 163605, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 30 }, "end": { - "line": 3652, + "line": 3694, "column": 39 } }, @@ -270826,57 +270962,57 @@ "operator": "||", "right": { "type": "LogicalExpression", - "start": 161221, - "end": 161298, + "start": 163611, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, "left": { "type": "LogicalExpression", - "start": 161221, - "end": 161260, + "start": 163611, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 161221, - "end": 161244, + "start": 163611, + "end": 163634, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 68 } }, "left": { "type": "UnaryExpression", - "start": 161221, - "end": 161231, + "start": 163611, + "end": 163621, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 55 } }, @@ -270884,15 +271020,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161228, - "end": 161231, + "start": 163618, + "end": 163621, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 52 }, "end": { - "line": 3652, + "line": 3694, "column": 55 }, "identifierName": "val" @@ -270906,15 +271042,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161236, - "end": 161244, + "start": 163626, + "end": 163634, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 60 }, "end": { - "line": 3652, + "line": 3694, "column": 68 } }, @@ -270928,29 +271064,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 161248, - "end": 161260, + "start": 163638, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 72 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } }, "left": { "type": "Identifier", - "start": 161248, - "end": 161251, + "start": 163638, + "end": 163641, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 72 }, "end": { - "line": 3652, + "line": 3694, "column": 75 }, "identifierName": "val" @@ -270960,15 +271096,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 161256, - "end": 161260, + "start": 163646, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 80 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } } @@ -270978,29 +271114,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 161264, - "end": 161298, + "start": 163654, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 88 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, "left": { "type": "UnaryExpression", - "start": 161264, - "end": 161284, + "start": 163654, + "end": 163674, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 88 }, "end": { - "line": 3652, + "line": 3694, "column": 108 } }, @@ -271008,43 +271144,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 161271, - "end": 161284, + "start": 163661, + "end": 163674, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 161271, - "end": 161282, + "start": 163661, + "end": 163672, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 106 } }, "object": { "type": "Identifier", - "start": 161271, - "end": 161274, + "start": 163661, + "end": 163664, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 98 }, "identifierName": "val" @@ -271053,15 +271189,15 @@ }, "property": { "type": "Identifier", - "start": 161275, - "end": 161282, + "start": 163665, + "end": 163672, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 99 }, "end": { - "line": 3652, + "line": 3694, "column": 106 }, "identifierName": "valueOf" @@ -271079,15 +271215,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161289, - "end": 161298, + "start": 163679, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 113 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, @@ -271100,21 +271236,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 161219 + "parenStart": 163609 } } }, "consequent": { "type": "Identifier", - "start": 161303, - "end": 161306, + "start": 163693, + "end": 163696, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 127 }, "end": { - "line": 3652, + "line": 3694, "column": 130 }, "identifierName": "val" @@ -271123,15 +271259,15 @@ }, "alternate": { "type": "Identifier", - "start": 161309, - "end": 161312, + "start": 163699, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 133 }, "end": { - "line": 3652, + "line": 3694, "column": 136 }, "identifierName": "def" @@ -271148,15 +271284,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -271166,15 +271302,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -271183,15 +271319,15 @@ }, { "type": "ClassMethod", - "start": 161598, - "end": 161683, + "start": 163988, + "end": 164073, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 4 }, "end": { - "line": 3662, + "line": 3704, "column": 5 } }, @@ -271199,15 +271335,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161598, - "end": 161612, + "start": 163988, + "end": 164002, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 4 }, "end": { - "line": 3660, + "line": 3702, "column": 18 }, "identifierName": "validateObject" @@ -271223,15 +271359,15 @@ "params": [ { "type": "Identifier", - "start": 161614, - "end": 161617, + "start": 164004, + "end": 164007, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 20 }, "end": { - "line": 3660, + "line": 3702, "column": 23 }, "identifierName": "def" @@ -271240,15 +271376,15 @@ }, { "type": "Identifier", - "start": 161619, - "end": 161622, + "start": 164009, + "end": 164012, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 25 }, "end": { - "line": 3660, + "line": 3702, "column": 28 }, "identifierName": "val" @@ -271258,72 +271394,72 @@ ], "body": { "type": "BlockStatement", - "start": 161625, - "end": 161683, + "start": 164015, + "end": 164073, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 31 }, "end": { - "line": 3662, + "line": 3704, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161635, - "end": 161677, + "start": 164025, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 8 }, "end": { - "line": 3661, + "line": 3703, "column": 50 } }, "argument": { "type": "ConditionalExpression", - "start": 161642, - "end": 161677, + "start": 164032, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 50 } }, "test": { "type": "BinaryExpression", - "start": 161642, - "end": 161665, + "start": 164032, + "end": 164055, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 161642, - "end": 161652, + "start": 164032, + "end": 164042, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 25 } }, @@ -271331,15 +271467,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161649, - "end": 161652, + "start": 164039, + "end": 164042, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 22 }, "end": { - "line": 3661, + "line": 3703, "column": 25 }, "identifierName": "val" @@ -271353,15 +271489,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161657, - "end": 161665, + "start": 164047, + "end": 164055, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 30 }, "end": { - "line": 3661, + "line": 3703, "column": 38 } }, @@ -271374,15 +271510,15 @@ }, "consequent": { "type": "Identifier", - "start": 161668, - "end": 161671, + "start": 164058, + "end": 164061, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 41 }, "end": { - "line": 3661, + "line": 3703, "column": 44 }, "identifierName": "val" @@ -271391,15 +271527,15 @@ }, "alternate": { "type": "Identifier", - "start": 161674, - "end": 161677, + "start": 164064, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 47 }, "end": { - "line": 3661, + "line": 3703, "column": 50 }, "identifierName": "def" @@ -271416,15 +271552,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -271434,15 +271570,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -271451,15 +271587,15 @@ }, { "type": "ClassMethod", - "start": 161962, - "end": 162081, + "start": 164352, + "end": 164471, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 4 }, "end": { - "line": 3671, + "line": 3713, "column": 5 } }, @@ -271467,15 +271603,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161962, - "end": 161975, + "start": 164352, + "end": 164365, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 4 }, "end": { - "line": 3669, + "line": 3711, "column": 17 }, "identifierName": "validateArray" @@ -271491,15 +271627,15 @@ "params": [ { "type": "Identifier", - "start": 161977, - "end": 161980, + "start": 164367, + "end": 164370, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 19 }, "end": { - "line": 3669, + "line": 3711, "column": 22 }, "identifierName": "def" @@ -271508,15 +271644,15 @@ }, { "type": "Identifier", - "start": 161982, - "end": 161985, + "start": 164372, + "end": 164375, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 24 }, "end": { - "line": 3669, + "line": 3711, "column": 27 }, "identifierName": "val" @@ -271526,128 +271662,128 @@ ], "body": { "type": "BlockStatement", - "start": 161988, - "end": 162081, + "start": 164378, + "end": 164471, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 30 }, "end": { - "line": 3671, + "line": 3713, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161998, - "end": 162075, + "start": 164388, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 8 }, "end": { - "line": 3670, + "line": 3712, "column": 85 } }, "argument": { "type": "ConditionalExpression", - "start": 162005, - "end": 162075, + "start": 164395, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 85 } }, "test": { "type": "BinaryExpression", - "start": 162005, - "end": 162063, + "start": 164395, + "end": 164453, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 73 } }, "left": { "type": "CallExpression", - "start": 162005, - "end": 162042, + "start": 164395, + "end": 164432, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 162005, - "end": 162035, + "start": 164395, + "end": 164425, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 162005, - "end": 162030, + "start": 164395, + "end": 164420, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 162005, - "end": 162021, + "start": 164395, + "end": 164411, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 31 } }, "object": { "type": "Identifier", - "start": 162005, - "end": 162011, + "start": 164395, + "end": 164401, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 21 }, "identifierName": "Object" @@ -271656,15 +271792,15 @@ }, "property": { "type": "Identifier", - "start": 162012, - "end": 162021, + "start": 164402, + "end": 164411, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 22 }, "end": { - "line": 3670, + "line": 3712, "column": 31 }, "identifierName": "prototype" @@ -271675,15 +271811,15 @@ }, "property": { "type": "Identifier", - "start": 162022, - "end": 162030, + "start": 164412, + "end": 164420, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 32 }, "end": { - "line": 3670, + "line": 3712, "column": 40 }, "identifierName": "toString" @@ -271694,15 +271830,15 @@ }, "property": { "type": "Identifier", - "start": 162031, - "end": 162035, + "start": 164421, + "end": 164425, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 41 }, "end": { - "line": 3670, + "line": 3712, "column": 45 }, "identifierName": "call" @@ -271714,15 +271850,15 @@ "arguments": [ { "type": "Identifier", - "start": 162037, - "end": 162040, + "start": 164427, + "end": 164430, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 47 }, "end": { - "line": 3670, + "line": 3712, "column": 50 }, "identifierName": "val" @@ -271734,15 +271870,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162047, - "end": 162063, + "start": 164437, + "end": 164453, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 57 }, "end": { - "line": 3670, + "line": 3712, "column": 73 } }, @@ -271755,15 +271891,15 @@ }, "consequent": { "type": "Identifier", - "start": 162066, - "end": 162069, + "start": 164456, + "end": 164459, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 76 }, "end": { - "line": 3670, + "line": 3712, "column": 79 }, "identifierName": "val" @@ -271772,15 +271908,15 @@ }, "alternate": { "type": "Identifier", - "start": 162072, - "end": 162075, + "start": 164462, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 82 }, "end": { - "line": 3670, + "line": 3712, "column": 85 }, "identifierName": "def" @@ -271797,15 +271933,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -271815,15 +271951,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -271831,15 +271967,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -271848,15 +271984,15 @@ }, { "type": "ClassMethod", - "start": 162353, - "end": 163391, + "start": 164743, + "end": 165781, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 4 }, "end": { - "line": 3710, + "line": 3752, "column": 5 } }, @@ -271864,15 +272000,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 162360, - "end": 162376, + "start": 164750, + "end": 164766, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 11 }, "end": { - "line": 3682, + "line": 3724, "column": 27 }, "identifierName": "_jQueryInterface" @@ -271887,15 +272023,15 @@ "params": [ { "type": "Identifier", - "start": 162378, - "end": 162384, + "start": 164768, + "end": 164774, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 29 }, "end": { - "line": 3682, + "line": 3724, "column": 35 }, "identifierName": "config" @@ -271904,29 +272040,29 @@ }, { "type": "RestElement", - "start": 162386, - "end": 162393, + "start": 164776, + "end": 164783, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 37 }, "end": { - "line": 3682, + "line": 3724, "column": 44 } }, "argument": { "type": "Identifier", - "start": 162389, - "end": 162393, + "start": 164779, + "end": 164783, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 40 }, "end": { - "line": 3682, + "line": 3724, "column": 44 }, "identifierName": "args" @@ -271937,87 +272073,87 @@ ], "body": { "type": "BlockStatement", - "start": 162396, - "end": 163391, + "start": 164786, + "end": 165781, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 47 }, "end": { - "line": 3710, + "line": 3752, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 162406, - "end": 163385, + "start": 164796, + "end": 165775, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 8 }, "end": { - "line": 3709, + "line": 3751, "column": 10 } }, "argument": { "type": "CallExpression", - "start": 162413, - "end": 163385, + "start": 164803, + "end": 165775, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3709, + "line": 3751, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 162413, - "end": 162422, + "start": 164803, + "end": 164812, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3683, + "line": 3725, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 162413, - "end": 162417, + "start": 164803, + "end": 164807, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3683, + "line": 3725, "column": 19 } } }, "property": { "type": "Identifier", - "start": 162418, - "end": 162422, + "start": 164808, + "end": 164812, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 20 }, "end": { - "line": 3683, + "line": 3725, "column": 24 }, "identifierName": "each" @@ -272029,15 +272165,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 162423, - "end": 163384, + "start": 164813, + "end": 165774, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 25 }, "end": { - "line": 3709, + "line": 3751, "column": 9 } }, @@ -272048,59 +272184,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 162435, - "end": 163384, + "start": 164825, + "end": 165774, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 37 }, "end": { - "line": 3709, + "line": 3751, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 162449, - "end": 162484, + "start": 164839, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 12 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 162453, - "end": 162484, + "start": 164843, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 16 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "id": { "type": "Identifier", - "start": 162453, - "end": 162457, + "start": 164843, + "end": 164847, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 16 }, "end": { - "line": 3684, + "line": 3726, "column": 20 }, "identifierName": "data" @@ -272109,57 +272245,57 @@ }, "init": { "type": "CallExpression", - "start": 162460, - "end": 162484, + "start": 164850, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 162460, - "end": 162472, + "start": 164850, + "end": 164862, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 35 } }, "object": { "type": "CallExpression", - "start": 162460, - "end": 162467, + "start": 164850, + "end": 164857, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 30 } }, "callee": { "type": "Identifier", - "start": 162460, - "end": 162461, + "start": 164850, + "end": 164851, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 24 }, "identifierName": "$" @@ -272169,15 +272305,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162462, - "end": 162466, + "start": 164852, + "end": 164856, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 25 }, "end": { - "line": 3684, + "line": 3726, "column": 29 } } @@ -272186,15 +272322,15 @@ }, "property": { "type": "Identifier", - "start": 162468, - "end": 162472, + "start": 164858, + "end": 164862, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 31 }, "end": { - "line": 3684, + "line": 3726, "column": 35 }, "identifierName": "data" @@ -272206,15 +272342,15 @@ "arguments": [ { "type": "Identifier", - "start": 162474, - "end": 162482, + "start": 164864, + "end": 164872, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 37 }, "end": { - "line": 3684, + "line": 3726, "column": 45 }, "identifierName": "DATA_KEY" @@ -272229,44 +272365,44 @@ }, { "type": "VariableDeclaration", - "start": 162497, - "end": 162661, + "start": 164887, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 12 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 162503, - "end": 162661, + "start": 164893, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 18 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "id": { "type": "Identifier", - "start": 162503, - "end": 162510, + "start": 164893, + "end": 164900, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 18 }, "end": { - "line": 3685, + "line": 3727, "column": 25 }, "identifierName": "_config" @@ -272275,44 +272411,44 @@ }, "init": { "type": "ObjectExpression", - "start": 162513, - "end": 162661, + "start": 164903, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 28 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "properties": [ { "type": "SpreadProperty", - "start": 162531, - "end": 162541, + "start": 164921, + "end": 164931, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 16 }, "end": { - "line": 3686, + "line": 3728, "column": 26 } }, "argument": { "type": "Identifier", - "start": 162534, - "end": 162541, + "start": 164924, + "end": 164931, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 19 }, "end": { - "line": 3686, + "line": 3728, "column": 26 }, "identifierName": "Default" @@ -272322,71 +272458,71 @@ }, { "type": "SpreadProperty", - "start": 162559, - "end": 162576, + "start": 164949, + "end": 164966, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 16 }, "end": { - "line": 3687, + "line": 3729, "column": 33 } }, "argument": { "type": "CallExpression", - "start": 162562, - "end": 162576, + "start": 164952, + "end": 164966, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 162562, - "end": 162574, + "start": 164952, + "end": 164964, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 31 } }, "object": { "type": "CallExpression", - "start": 162562, - "end": 162569, + "start": 164952, + "end": 164959, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 26 } }, "callee": { "type": "Identifier", - "start": 162562, - "end": 162563, + "start": 164952, + "end": 164953, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 20 }, "identifierName": "$" @@ -272396,15 +272532,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162564, - "end": 162568, + "start": 164954, + "end": 164958, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 21 }, "end": { - "line": 3687, + "line": 3729, "column": 25 } } @@ -272413,15 +272549,15 @@ }, "property": { "type": "Identifier", - "start": 162570, - "end": 162574, + "start": 164960, + "end": 164964, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 27 }, "end": { - "line": 3687, + "line": 3729, "column": 31 }, "identifierName": "data" @@ -272435,71 +272571,71 @@ }, { "type": "SpreadProperty", - "start": 162594, - "end": 162647, + "start": 164984, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 16 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, "argument": { "type": "ConditionalExpression", - "start": 162597, - "end": 162647, + "start": 164987, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, "test": { "type": "LogicalExpression", - "start": 162597, - "end": 162633, + "start": 164987, + "end": 165023, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 55 } }, "left": { "type": "BinaryExpression", - "start": 162597, - "end": 162623, + "start": 164987, + "end": 165013, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 162597, - "end": 162610, + "start": 164987, + "end": 165000, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 32 } }, @@ -272507,15 +272643,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162604, - "end": 162610, + "start": 164994, + "end": 165000, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 26 }, "end": { - "line": 3688, + "line": 3730, "column": 32 }, "identifierName": "config" @@ -272529,15 +272665,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162615, - "end": 162623, + "start": 165005, + "end": 165013, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 37 }, "end": { - "line": 3688, + "line": 3730, "column": 45 } }, @@ -272551,15 +272687,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 162627, - "end": 162633, + "start": 165017, + "end": 165023, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 49 }, "end": { - "line": 3688, + "line": 3730, "column": 55 }, "identifierName": "config" @@ -272569,15 +272705,15 @@ }, "consequent": { "type": "Identifier", - "start": 162636, - "end": 162642, + "start": 165026, + "end": 165032, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 58 }, "end": { - "line": 3688, + "line": 3730, "column": 64 }, "identifierName": "config" @@ -272586,15 +272722,15 @@ }, "alternate": { "type": "ObjectExpression", - "start": 162645, - "end": 162647, + "start": 165035, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 67 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, @@ -272610,29 +272746,29 @@ }, { "type": "IfStatement", - "start": 162687, - "end": 162883, + "start": 165077, + "end": 165273, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 12 }, "end": { - "line": 3695, + "line": 3737, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 162692, - "end": 162698, + "start": 165082, + "end": 165088, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 17 }, "end": { - "line": 3691, + "line": 3733, "column": 23 } }, @@ -272640,15 +272776,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162694, - "end": 162698, + "start": 165084, + "end": 165088, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 19 }, "end": { - "line": 3691, + "line": 3733, "column": 23 }, "identifierName": "data" @@ -272661,59 +272797,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 162701, - "end": 162883, + "start": 165091, + "end": 165273, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 26 }, "end": { - "line": 3695, + "line": 3737, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 162786, - "end": 162822, + "start": 165176, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 162786, - "end": 162822, + "start": 165176, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 162786, - "end": 162790, + "start": 165176, + "end": 165180, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 20 }, "identifierName": "data" @@ -272723,29 +272859,29 @@ }, "right": { "type": "NewExpression", - "start": 162793, - "end": 162822, + "start": 165183, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 23 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "callee": { "type": "Identifier", - "start": 162797, - "end": 162805, + "start": 165187, + "end": 165195, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 27 }, "end": { - "line": 3693, + "line": 3735, "column": 35 }, "identifierName": "Timeline" @@ -272755,30 +272891,30 @@ "arguments": [ { "type": "ThisExpression", - "start": 162807, - "end": 162811, + "start": 165197, + "end": 165201, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 37 }, "end": { - "line": 3693, + "line": 3735, "column": 41 } } }, { "type": "Identifier", - "start": 162813, - "end": 162820, + "start": 165203, + "end": 165210, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 43 }, "end": { - "line": 3693, + "line": 3735, "column": 50 }, "identifierName": "_config" @@ -272793,15 +272929,15 @@ { "type": "CommentLine", "value": " Apply the plugin and store the instance in data", - "start": 162719, - "end": 162769, + "start": 165109, + "end": 165159, "loc": { "start": { - "line": 3692, + "line": 3734, "column": 16 }, "end": { - "line": 3692, + "line": 3734, "column": 66 } } @@ -272810,71 +272946,71 @@ }, { "type": "ExpressionStatement", - "start": 162839, - "end": 162869, + "start": 165229, + "end": 165259, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 162839, - "end": 162869, + "start": 165229, + "end": 165259, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 162839, - "end": 162851, + "start": 165229, + "end": 165241, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 28 } }, "object": { "type": "CallExpression", - "start": 162839, - "end": 162846, + "start": 165229, + "end": 165236, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 23 } }, "callee": { "type": "Identifier", - "start": 162839, - "end": 162840, + "start": 165229, + "end": 165230, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 17 }, "identifierName": "$" @@ -272884,15 +273020,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162841, - "end": 162845, + "start": 165231, + "end": 165235, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 18 }, "end": { - "line": 3694, + "line": 3736, "column": 22 } } @@ -272901,15 +273037,15 @@ }, "property": { "type": "Identifier", - "start": 162847, - "end": 162851, + "start": 165237, + "end": 165241, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 24 }, "end": { - "line": 3694, + "line": 3736, "column": 28 }, "identifierName": "data" @@ -272921,15 +273057,15 @@ "arguments": [ { "type": "Identifier", - "start": 162853, - "end": 162861, + "start": 165243, + "end": 165251, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 30 }, "end": { - "line": 3694, + "line": 3736, "column": 38 }, "identifierName": "DATA_KEY" @@ -272938,15 +273074,15 @@ }, { "type": "Identifier", - "start": 162863, - "end": 162867, + "start": 165253, + "end": 165257, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 40 }, "end": { - "line": 3694, + "line": 3736, "column": 44 }, "identifierName": "data" @@ -272963,57 +273099,57 @@ }, { "type": "IfStatement", - "start": 162909, - "end": 163374, + "start": 165299, + "end": 165764, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 12 }, "end": { - "line": 3708, + "line": 3750, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 162914, - "end": 162967, + "start": 165304, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 162914, - "end": 162940, + "start": 165304, + "end": 165330, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 162914, - "end": 162927, + "start": 165304, + "end": 165317, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 30 } }, @@ -273021,15 +273157,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162921, - "end": 162927, + "start": 165311, + "end": 165317, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 24 }, "end": { - "line": 3697, + "line": 3739, "column": 30 }, "identifierName": "config" @@ -273043,15 +273179,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162932, - "end": 162940, + "start": 165322, + "end": 165330, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 35 }, "end": { - "line": 3697, + "line": 3739, "column": 43 } }, @@ -273065,57 +273201,57 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 162944, - "end": 162967, + "start": 165334, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, "left": { "type": "CallExpression", - "start": 162944, - "end": 162960, + "start": 165334, + "end": 165350, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 162944, - "end": 162957, + "start": 165334, + "end": 165347, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 60 } }, "object": { "type": "Identifier", - "start": 162944, - "end": 162950, + "start": 165334, + "end": 165340, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 53 }, "identifierName": "config" @@ -273124,15 +273260,15 @@ }, "property": { "type": "Identifier", - "start": 162951, - "end": 162957, + "start": 165341, + "end": 165347, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 54 }, "end": { - "line": 3697, + "line": 3739, "column": 60 }, "identifierName": "charAt" @@ -273144,15 +273280,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 162958, - "end": 162959, + "start": 165348, + "end": 165349, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 61 }, "end": { - "line": 3697, + "line": 3739, "column": 62 } }, @@ -273167,15 +273303,15 @@ "operator": "!=", "right": { "type": "StringLiteral", - "start": 162964, - "end": 162967, + "start": 165354, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 67 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, @@ -273189,58 +273325,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 162970, - "end": 163255, + "start": 165360, + "end": 165645, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 73 }, "end": { - "line": 3704, + "line": 3746, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 162988, - "end": 163166, + "start": 165378, + "end": 165556, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 16 }, "end": { - "line": 3701, + "line": 3743, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 162993, - "end": 163028, + "start": 165383, + "end": 165418, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 21 }, "end": { - "line": 3698, + "line": 3740, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 162993, - "end": 163012, + "start": 165383, + "end": 165402, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 21 }, "end": { - "line": 3698, + "line": 3740, "column": 40 } }, @@ -273248,29 +273384,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 163000, - "end": 163012, + "start": 165390, + "end": 165402, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 28 }, "end": { - "line": 3698, + "line": 3740, "column": 40 } }, "object": { "type": "Identifier", - "start": 163000, - "end": 163004, + "start": 165390, + "end": 165394, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 28 }, "end": { - "line": 3698, + "line": 3740, "column": 32 }, "identifierName": "data" @@ -273279,15 +273415,15 @@ }, "property": { "type": "Identifier", - "start": 163005, - "end": 163011, + "start": 165395, + "end": 165401, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 33 }, "end": { - "line": 3698, + "line": 3740, "column": 39 }, "identifierName": "config" @@ -273303,15 +273439,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 163017, - "end": 163028, + "start": 165407, + "end": 165418, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 45 }, "end": { - "line": 3698, + "line": 3740, "column": 56 } }, @@ -273324,58 +273460,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 163031, - "end": 163166, + "start": 165421, + "end": 165556, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 59 }, "end": { - "line": 3701, + "line": 3743, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 163091, - "end": 163148, + "start": 165481, + "end": 165538, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 20 }, "end": { - "line": 3700, + "line": 3742, "column": 77 } }, "argument": { "type": "NewExpression", - "start": 163097, - "end": 163148, + "start": 165487, + "end": 165538, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 26 }, "end": { - "line": 3700, + "line": 3742, "column": 77 } }, "callee": { "type": "Identifier", - "start": 163101, - "end": 163115, + "start": 165491, + "end": 165505, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 30 }, "end": { - "line": 3700, + "line": 3742, "column": 44 }, "identifierName": "ReferenceError" @@ -273385,30 +273521,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 163117, - "end": 163146, + "start": 165507, + "end": 165536, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 46 }, "end": { - "line": 3700, + "line": 3742, "column": 75 } }, "expressions": [ { "type": "Identifier", - "start": 163137, - "end": 163143, + "start": 165527, + "end": 165533, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 66 }, "end": { - "line": 3700, + "line": 3742, "column": 72 }, "identifierName": "config" @@ -273419,15 +273555,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 163118, - "end": 163135, + "start": 165508, + "end": 165525, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 47 }, "end": { - "line": 3700, + "line": 3742, "column": 64 } }, @@ -273439,15 +273575,15 @@ }, { "type": "TemplateElement", - "start": 163144, - "end": 163145, + "start": 165534, + "end": 165535, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 73 }, "end": { - "line": 3700, + "line": 3742, "column": 74 } }, @@ -273466,15 +273602,15 @@ { "type": "CommentLine", "value": " Call no method", - "start": 163053, - "end": 163070, + "start": 165443, + "end": 165460, "loc": { "start": { - "line": 3699, + "line": 3741, "column": 20 }, "end": { - "line": 3699, + "line": 3741, "column": 37 } } @@ -273490,15 +273626,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -273507,57 +273643,57 @@ }, { "type": "ExpressionStatement", - "start": 163221, - "end": 163241, + "start": 165611, + "end": 165631, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 163221, - "end": 163241, + "start": 165611, + "end": 165631, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 163221, - "end": 163233, + "start": 165611, + "end": 165623, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 28 } }, "object": { "type": "Identifier", - "start": 163221, - "end": 163225, + "start": 165611, + "end": 165615, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 20 }, "identifierName": "data" @@ -273567,15 +273703,15 @@ }, "property": { "type": "Identifier", - "start": 163226, - "end": 163232, + "start": 165616, + "end": 165622, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 21 }, "end": { - "line": 3703, + "line": 3745, "column": 27 }, "identifierName": "config" @@ -273588,15 +273724,15 @@ "arguments": [ { "type": "Identifier", - "start": 163235, - "end": 163239, + "start": 165625, + "end": 165629, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 30 }, "end": { - "line": 3703, + "line": 3745, "column": 34 }, "identifierName": "args" @@ -273610,15 +273746,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -273630,44 +273766,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 163261, - "end": 163374, + "start": 165651, + "end": 165764, "loc": { "start": { - "line": 3704, + "line": 3746, "column": 19 }, "end": { - "line": 3708, + "line": 3750, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 163279, - "end": 163360, + "start": 165669, + "end": 165750, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 16 }, "end": { - "line": 3707, + "line": 3749, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 163284, - "end": 163305, + "start": 165674, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 21 }, "end": { - "line": 3705, + "line": 3747, "column": 42 } }, @@ -273675,29 +273811,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 163286, - "end": 163305, + "start": 165676, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 23 }, "end": { - "line": 3705, + "line": 3747, "column": 42 } }, "object": { "type": "Identifier", - "start": 163286, - "end": 163290, + "start": 165676, + "end": 165680, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 23 }, "end": { - "line": 3705, + "line": 3747, "column": 27 }, "identifierName": "data" @@ -273706,15 +273842,15 @@ }, "property": { "type": "Identifier", - "start": 163291, - "end": 163305, + "start": 165681, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 28 }, "end": { - "line": 3705, + "line": 3747, "column": 42 }, "identifierName": "_isInitialized" @@ -273729,72 +273865,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 163308, - "end": 163360, + "start": 165698, + "end": 165750, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 45 }, "end": { - "line": 3707, + "line": 3749, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 163330, - "end": 163342, + "start": 165720, + "end": 165732, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 163330, - "end": 163342, + "start": 165720, + "end": 165732, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 163330, - "end": 163340, + "start": 165720, + "end": 165730, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 30 } }, "object": { "type": "Identifier", - "start": 163330, - "end": 163334, + "start": 165720, + "end": 165724, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 24 }, "identifierName": "data" @@ -273803,15 +273939,15 @@ }, "property": { "type": "Identifier", - "start": 163335, - "end": 163340, + "start": 165725, + "end": 165730, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 25 }, "end": { - "line": 3706, + "line": 3748, "column": 30 }, "identifierName": "_init" @@ -273846,15 +273982,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -273862,15 +273998,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -273886,72 +274022,72 @@ }, { "type": "ExpressionStatement", - "start": 163664, - "end": 163702, + "start": 166054, + "end": 166092, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 163664, - "end": 163702, + "start": 166054, + "end": 166092, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 163664, - "end": 163674, + "start": 166054, + "end": 166064, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 10 } }, "object": { "type": "MemberExpression", - "start": 163664, - "end": 163668, + "start": 166054, + "end": 166058, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 4 } }, "object": { "type": "Identifier", - "start": 163664, - "end": 163665, + "start": 166054, + "end": 166055, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 1 }, "identifierName": "$" @@ -273961,15 +274097,15 @@ }, "property": { "type": "Identifier", - "start": 163666, - "end": 163668, + "start": 166056, + "end": 166058, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 2 }, "end": { - "line": 3719, + "line": 3761, "column": 4 }, "identifierName": "fn" @@ -273981,15 +274117,15 @@ }, "property": { "type": "Identifier", - "start": 163669, - "end": 163673, + "start": 166059, + "end": 166063, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 5 }, "end": { - "line": 3719, + "line": 3761, "column": 9 }, "identifierName": "NAME" @@ -274001,29 +274137,29 @@ }, "right": { "type": "MemberExpression", - "start": 163677, - "end": 163702, + "start": 166067, + "end": 166092, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 13 }, "end": { - "line": 3719, + "line": 3761, "column": 38 } }, "object": { "type": "Identifier", - "start": 163677, - "end": 163685, + "start": 166067, + "end": 166075, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 13 }, "end": { - "line": 3719, + "line": 3761, "column": 21 }, "identifierName": "Timeline" @@ -274032,15 +274168,15 @@ }, "property": { "type": "Identifier", - "start": 163686, - "end": 163702, + "start": 166076, + "end": 166092, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 22 }, "end": { - "line": 3719, + "line": 3761, "column": 38 }, "identifierName": "_jQueryInterface" @@ -274055,15 +274191,15 @@ { "type": "CommentLine", "value": " class end", - "start": 163399, - "end": 163411, + "start": 165789, + "end": 165801, "loc": { "start": { - "line": 3712, + "line": 3754, "column": 2 }, "end": { - "line": 3712, + "line": 3754, "column": 14 } } @@ -274071,15 +274207,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163414, - "end": 163663, + "start": 165804, + "end": 166053, "loc": { "start": { - "line": 3715, + "line": 3757, "column": 0 }, "end": { - "line": 3718, + "line": 3760, "column": 3 } } @@ -274088,86 +274224,86 @@ }, { "type": "ExpressionStatement", - "start": 163703, - "end": 163736, + "start": 166093, + "end": 166126, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 163703, - "end": 163736, + "start": 166093, + "end": 166126, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 163703, - "end": 163725, + "start": 166093, + "end": 166115, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 163703, - "end": 163713, + "start": 166093, + "end": 166103, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 10 } }, "object": { "type": "MemberExpression", - "start": 163703, - "end": 163707, + "start": 166093, + "end": 166097, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 4 } }, "object": { "type": "Identifier", - "start": 163703, - "end": 163704, + "start": 166093, + "end": 166094, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 1 }, "identifierName": "$" @@ -274176,15 +274312,15 @@ }, "property": { "type": "Identifier", - "start": 163705, - "end": 163707, + "start": 166095, + "end": 166097, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 2 }, "end": { - "line": 3720, + "line": 3762, "column": 4 }, "identifierName": "fn" @@ -274195,15 +274331,15 @@ }, "property": { "type": "Identifier", - "start": 163708, - "end": 163712, + "start": 166098, + "end": 166102, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 5 }, "end": { - "line": 3720, + "line": 3762, "column": 9 }, "identifierName": "NAME" @@ -274214,15 +274350,15 @@ }, "property": { "type": "Identifier", - "start": 163714, - "end": 163725, + "start": 166104, + "end": 166115, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 11 }, "end": { - "line": 3720, + "line": 3762, "column": 22 }, "identifierName": "Constructor" @@ -274233,15 +274369,15 @@ }, "right": { "type": "Identifier", - "start": 163728, - "end": 163736, + "start": 166118, + "end": 166126, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 25 }, "end": { - "line": 3720, + "line": 3762, "column": 33 }, "identifierName": "Timeline" @@ -274252,86 +274388,86 @@ }, { "type": "ExpressionStatement", - "start": 163737, - "end": 163843, + "start": 166127, + "end": 166233, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3724, + "line": 3766, "column": 1 } }, "expression": { "type": "AssignmentExpression", - "start": 163737, - "end": 163843, + "start": 166127, + "end": 166233, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3724, + "line": 3766, "column": 1 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 163737, - "end": 163758, + "start": 166127, + "end": 166148, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3721, + "line": 3763, "column": 21 } }, "object": { "type": "MemberExpression", - "start": 163737, - "end": 163747, + "start": 166127, + "end": 166137, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3721, + "line": 3763, "column": 10 } }, "object": { "type": "MemberExpression", - "start": 163737, - "end": 163741, + "start": 166127, + "end": 166131, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3721, + "line": 3763, "column": 4 } }, "object": { "type": "Identifier", - "start": 163737, - "end": 163738, + "start": 166127, + "end": 166128, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3721, + "line": 3763, "column": 1 }, "identifierName": "$" @@ -274340,15 +274476,15 @@ }, "property": { "type": "Identifier", - "start": 163739, - "end": 163741, + "start": 166129, + "end": 166131, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 2 }, "end": { - "line": 3721, + "line": 3763, "column": 4 }, "identifierName": "fn" @@ -274359,15 +274495,15 @@ }, "property": { "type": "Identifier", - "start": 163742, - "end": 163746, + "start": 166132, + "end": 166136, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 5 }, "end": { - "line": 3721, + "line": 3763, "column": 9 }, "identifierName": "NAME" @@ -274378,15 +274514,15 @@ }, "property": { "type": "Identifier", - "start": 163748, - "end": 163758, + "start": 166138, + "end": 166148, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 11 }, "end": { - "line": 3721, + "line": 3763, "column": 21 }, "identifierName": "noConflict" @@ -274397,15 +274533,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 163761, - "end": 163843, + "start": 166151, + "end": 166233, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 24 }, "end": { - "line": 3724, + "line": 3766, "column": 1 } }, @@ -274416,87 +274552,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 163767, - "end": 163843, + "start": 166157, + "end": 166233, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 30 }, "end": { - "line": 3724, + "line": 3766, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 163773, - "end": 163804, + "start": 166163, + "end": 166194, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 163773, - "end": 163804, + "start": 166163, + "end": 166194, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 163773, - "end": 163783, + "start": 166163, + "end": 166173, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 14 } }, "object": { "type": "MemberExpression", - "start": 163773, - "end": 163777, + "start": 166163, + "end": 166167, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 8 } }, "object": { "type": "Identifier", - "start": 163773, - "end": 163774, + "start": 166163, + "end": 166164, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 5 }, "identifierName": "$" @@ -274505,15 +274641,15 @@ }, "property": { "type": "Identifier", - "start": 163775, - "end": 163777, + "start": 166165, + "end": 166167, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 6 }, "end": { - "line": 3722, + "line": 3764, "column": 8 }, "identifierName": "fn" @@ -274524,15 +274660,15 @@ }, "property": { "type": "Identifier", - "start": 163778, - "end": 163782, + "start": 166168, + "end": 166172, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 9 }, "end": { - "line": 3722, + "line": 3764, "column": 13 }, "identifierName": "NAME" @@ -274543,15 +274679,15 @@ }, "right": { "type": "Identifier", - "start": 163786, - "end": 163804, + "start": 166176, + "end": 166194, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 17 }, "end": { - "line": 3722, + "line": 3764, "column": 35 }, "identifierName": "JQUERY_NO_CONFLICT" @@ -274562,43 +274698,43 @@ }, { "type": "ReturnStatement", - "start": 163809, - "end": 163841, + "start": 166199, + "end": 166231, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 4 }, "end": { - "line": 3723, + "line": 3765, "column": 36 } }, "argument": { "type": "MemberExpression", - "start": 163816, - "end": 163841, + "start": 166206, + "end": 166231, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 11 }, "end": { - "line": 3723, + "line": 3765, "column": 36 } }, "object": { "type": "Identifier", - "start": 163816, - "end": 163824, + "start": 166206, + "end": 166214, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 11 }, "end": { - "line": 3723, + "line": 3765, "column": 19 }, "identifierName": "Timeline" @@ -274607,15 +274743,15 @@ }, "property": { "type": "Identifier", - "start": 163825, - "end": 163841, + "start": 166215, + "end": 166231, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 20 }, "end": { - "line": 3723, + "line": 3765, "column": 36 }, "identifierName": "_jQueryInterface" @@ -274637,15 +274773,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163845, - "end": 164093, + "start": 166235, + "end": 166483, "loc": { "start": { - "line": 3726, + "line": 3768, "column": 0 }, "end": { - "line": 3729, + "line": 3771, "column": 3 } } @@ -274654,15 +274790,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 164094, - "end": 164367, + "start": 166484, + "end": 166757, "loc": { "start": { - "line": 3730, + "line": 3772, "column": 0 }, "end": { - "line": 3750, + "line": 3792, "column": 1 } }, @@ -274670,29 +274806,29 @@ "specifiers": [ { "type": "ExportSpecifier", - "start": 164252, - "end": 164259, + "start": 166642, + "end": 166649, "loc": { "start": { - "line": 3741, + "line": 3783, "column": 4 }, "end": { - "line": 3741, + "line": 3783, "column": 11 } }, "local": { "type": "Identifier", - "start": 164252, - "end": 164259, + "start": 166642, + "end": 166649, "loc": { "start": { - "line": 3741, + "line": 3783, "column": 4 }, "end": { - "line": 3741, + "line": 3783, "column": 11 }, "identifierName": "Default" @@ -274702,15 +274838,15 @@ }, "exported": { "type": "Identifier", - "start": 164252, - "end": 164259, + "start": 166642, + "end": 166649, "loc": { "start": { - "line": 3741, + "line": 3783, "column": 4 }, "end": { - "line": 3741, + "line": 3783, "column": 11 }, "identifierName": "Default" @@ -274721,15 +274857,15 @@ { "type": "CommentBlock", "value": "\n NAME,\n VERSION,\n DATA_KEY,\n EVENT_KEY,\n PREFIX,\n LOADING_MESSAGE,\n MIN_POINTER_SIZE,\n JQUERY_NO_CONFLICT,\n ", - "start": 164107, - "end": 164247, + "start": 166497, + "end": 166637, "loc": { "start": { - "line": 3731, + "line": 3773, "column": 4 }, "end": { - "line": 3740, + "line": 3782, "column": 6 } } @@ -274738,29 +274874,29 @@ }, { "type": "ExportSpecifier", - "start": 164265, - "end": 164280, + "start": 166655, + "end": 166670, "loc": { "start": { - "line": 3742, + "line": 3784, "column": 4 }, "end": { - "line": 3742, + "line": 3784, "column": 19 } }, "local": { "type": "Identifier", - "start": 164265, - "end": 164280, + "start": 166655, + "end": 166670, "loc": { "start": { - "line": 3742, + "line": 3784, "column": 4 }, "end": { - "line": 3742, + "line": 3784, "column": 19 }, "identifierName": "LimitScaleGrids" @@ -274769,15 +274905,15 @@ }, "exported": { "type": "Identifier", - "start": 164265, - "end": 164280, + "start": 166655, + "end": 166670, "loc": { "start": { - "line": 3742, + "line": 3784, "column": 4 }, "end": { - "line": 3742, + "line": 3784, "column": 19 }, "identifierName": "LimitScaleGrids" @@ -274787,29 +274923,29 @@ }, { "type": "ExportSpecifier", - "start": 164286, - "end": 164297, + "start": 166676, + "end": 166687, "loc": { "start": { - "line": 3743, + "line": 3785, "column": 4 }, "end": { - "line": 3743, + "line": 3785, "column": 15 } }, "local": { "type": "Identifier", - "start": 164286, - "end": 164297, + "start": 166676, + "end": 166687, "loc": { "start": { - "line": 3743, + "line": 3785, "column": 4 }, "end": { - "line": 3743, + "line": 3785, "column": 15 }, "identifierName": "EventParams" @@ -274818,15 +274954,15 @@ }, "exported": { "type": "Identifier", - "start": 164286, - "end": 164297, + "start": 166676, + "end": 166687, "loc": { "start": { - "line": 3743, + "line": 3785, "column": 4 }, "end": { - "line": 3743, + "line": 3785, "column": 15 }, "identifierName": "EventParams" @@ -274836,29 +274972,29 @@ }, { "type": "ExportSpecifier", - "start": 164357, - "end": 164365, + "start": 166747, + "end": 166755, "loc": { "start": { - "line": 3749, + "line": 3791, "column": 4 }, "end": { - "line": 3749, + "line": 3791, "column": 12 } }, "local": { "type": "Identifier", - "start": 164357, - "end": 164365, + "start": 166747, + "end": 166755, "loc": { "start": { - "line": 3749, + "line": 3791, "column": 4 }, "end": { - "line": 3749, + "line": 3791, "column": 12 }, "identifierName": "Timeline" @@ -274868,15 +275004,15 @@ }, "exported": { "type": "Identifier", - "start": 164357, - "end": 164365, + "start": 166747, + "end": 166755, "loc": { "start": { - "line": 3749, + "line": 3791, "column": 4 }, "end": { - "line": 3749, + "line": 3791, "column": 12 }, "identifierName": "Timeline" @@ -274887,15 +275023,15 @@ { "type": "CommentBlock", "value": "\n Event,\n ClassName,\n Selector,\n ", - "start": 164303, - "end": 164352, + "start": 166693, + "end": 166742, "loc": { "start": { - "line": 3744, + "line": 3786, "column": 4 }, "end": { - "line": 3748, + "line": 3790, "column": 6 } } @@ -274908,15 +275044,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163845, - "end": 164093, + "start": 166235, + "end": 166483, "loc": { "start": { - "line": 3726, + "line": 3768, "column": 0 }, "end": { - "line": 3729, + "line": 3771, "column": 3 } } @@ -274925,43 +275061,43 @@ }, { "type": "ExportNamedDeclaration", - "start": 164094, - "end": 164367, + "start": 166484, + "end": 166757, "loc": { "start": { - "line": 3730, + "line": 3772, "column": 0 }, "end": { - "line": 3750, + "line": 3792, "column": 1 } }, "declaration": { "type": "ClassDeclaration", - "start": 14613, - "end": 163398, + "start": 16937, + "end": 165788, "loc": { "start": { - "line": 283, + "line": 323, "column": 0 }, "end": { - "line": 3712, + "line": 3754, "column": 1 } }, "id": { "type": "Identifier", - "start": 14619, - "end": 14627, + "start": 16943, + "end": 16951, "loc": { "start": { - "line": 283, + "line": 323, "column": 6 }, "end": { - "line": 283, + "line": 323, "column": 14 }, "identifierName": "Timeline" @@ -274972,30 +275108,30 @@ "superClass": null, "body": { "type": "ClassBody", - "start": 14628, - "end": 163398, + "start": 16952, + "end": 165788, "loc": { "start": { - "line": 283, + "line": 323, "column": 15 }, "end": { - "line": 3712, + "line": 3754, "column": 1 } }, "body": [ { "type": "ClassMethod", - "start": 14634, - "end": 15223, + "start": 16958, + "end": 17613, "loc": { "start": { - "line": 284, + "line": 324, "column": 4 }, "end": { - "line": 301, + "line": 343, "column": 5 } }, @@ -275003,15 +275139,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14634, - "end": 14645, + "start": 16958, + "end": 16969, "loc": { "start": { - "line": 284, + "line": 324, "column": 4 }, "end": { - "line": 284, + "line": 324, "column": 15 }, "identifierName": "constructor" @@ -275026,15 +275162,15 @@ "params": [ { "type": "Identifier", - "start": 14647, - "end": 14654, + "start": 16971, + "end": 16978, "loc": { "start": { - "line": 284, + "line": 324, "column": 17 }, "end": { - "line": 284, + "line": 324, "column": 24 }, "identifierName": "element" @@ -275043,15 +275179,15 @@ }, { "type": "Identifier", - "start": 14656, - "end": 14662, + "start": 16980, + "end": 16986, "loc": { "start": { - "line": 284, + "line": 324, "column": 26 }, "end": { - "line": 284, + "line": 324, "column": 32 }, "identifierName": "config" @@ -275061,73 +275197,73 @@ ], "body": { "type": "BlockStatement", - "start": 14665, - "end": 15223, + "start": 16989, + "end": 17613, "loc": { "start": { - "line": 284, + "line": 324, "column": 35 }, "end": { - "line": 301, + "line": 343, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 14705, - "end": 14752, + "start": 17029, + "end": 17076, "loc": { "start": { - "line": 286, + "line": 326, "column": 8 }, "end": { - "line": 286, + "line": 326, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 14705, - "end": 14752, + "start": 17029, + "end": 17076, "loc": { "start": { - "line": 286, + "line": 326, "column": 8 }, "end": { - "line": 286, + "line": 326, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14705, - "end": 14717, + "start": 17029, + "end": 17041, "loc": { "start": { - "line": 286, + "line": 326, "column": 8 }, "end": { - "line": 286, + "line": 326, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 14705, - "end": 14709, + "start": 17029, + "end": 17033, "loc": { "start": { - "line": 286, + "line": 326, "column": 8 }, "end": { - "line": 286, + "line": 326, "column": 12 } }, @@ -275135,15 +275271,15 @@ }, "property": { "type": "Identifier", - "start": 14710, - "end": 14717, + "start": 17034, + "end": 17041, "loc": { "start": { - "line": 286, + "line": 326, "column": 13 }, "end": { - "line": 286, + "line": 326, "column": 20 }, "identifierName": "_config" @@ -275155,58 +275291,58 @@ }, "right": { "type": "CallExpression", - "start": 14727, - "end": 14752, + "start": 17051, + "end": 17076, "loc": { "start": { - "line": 286, + "line": 326, "column": 30 }, "end": { - "line": 286, + "line": 326, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 14727, - "end": 14742, + "start": 17051, + "end": 17066, "loc": { "start": { - "line": 286, + "line": 326, "column": 30 }, "end": { - "line": 286, + "line": 326, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 14727, - "end": 14731, + "start": 17051, + "end": 17055, "loc": { "start": { - "line": 286, + "line": 326, "column": 30 }, "end": { - "line": 286, + "line": 326, "column": 34 } } }, "property": { "type": "Identifier", - "start": 14732, - "end": 14742, + "start": 17056, + "end": 17066, "loc": { "start": { - "line": 286, + "line": 326, "column": 35 }, "end": { - "line": 286, + "line": 326, "column": 45 }, "identifierName": "_getConfig" @@ -275218,15 +275354,15 @@ "arguments": [ { "type": "Identifier", - "start": 14744, - "end": 14750, + "start": 17068, + "end": 17074, "loc": { "start": { - "line": 286, + "line": 326, "column": 47 }, "end": { - "line": 286, + "line": 326, "column": 53 }, "identifierName": "config" @@ -275243,15 +275379,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14675, - "end": 14696, + "start": 16999, + "end": 17020, "loc": { "start": { - "line": 285, + "line": 325, "column": 8 }, "end": { - "line": 285, + "line": 325, "column": 29 } } @@ -275261,15 +275397,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14761, - "end": 14782, + "start": 17085, + "end": 17106, "loc": { "start": { - "line": 287, + "line": 327, "column": 8 }, "end": { - "line": 287, + "line": 327, "column": 29 } } @@ -275278,58 +275414,58 @@ }, { "type": "ExpressionStatement", - "start": 14791, - "end": 14820, + "start": 17115, + "end": 17144, "loc": { "start": { - "line": 288, + "line": 328, "column": 8 }, "end": { - "line": 288, + "line": 328, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 14791, - "end": 14820, + "start": 17115, + "end": 17144, "loc": { "start": { - "line": 288, + "line": 328, "column": 8 }, "end": { - "line": 288, + "line": 328, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14791, - "end": 14804, + "start": 17115, + "end": 17128, "loc": { "start": { - "line": 288, + "line": 328, "column": 8 }, "end": { - "line": 288, + "line": 328, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 14791, - "end": 14795, + "start": 17115, + "end": 17119, "loc": { "start": { - "line": 288, + "line": 328, "column": 8 }, "end": { - "line": 288, + "line": 328, "column": 12 } }, @@ -275337,15 +275473,15 @@ }, "property": { "type": "Identifier", - "start": 14796, - "end": 14804, + "start": 17120, + "end": 17128, "loc": { "start": { - "line": 288, + "line": 328, "column": 13 }, "end": { - "line": 288, + "line": 328, "column": 21 }, "identifierName": "_element" @@ -275357,15 +275493,15 @@ }, "right": { "type": "Identifier", - "start": 14813, - "end": 14820, + "start": 17137, + "end": 17144, "loc": { "start": { - "line": 288, + "line": 328, "column": 30 }, "end": { - "line": 288, + "line": 328, "column": 37 }, "identifierName": "element" @@ -275381,15 +275517,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14761, - "end": 14782, + "start": 17085, + "end": 17106, "loc": { "start": { - "line": 287, + "line": 327, "column": 8 }, "end": { - "line": 287, + "line": 327, "column": 29 } } @@ -275399,15 +275535,15 @@ { "type": "CommentBlock", "value": "* @type {?string} ", - "start": 14829, - "end": 14851, + "start": 17153, + "end": 17175, "loc": { "start": { - "line": 289, + "line": 329, "column": 8 }, "end": { - "line": 289, + "line": 329, "column": 30 } } @@ -275416,58 +275552,58 @@ }, { "type": "ExpressionStatement", - "start": 14860, - "end": 14886, + "start": 17184, + "end": 17210, "loc": { "start": { - "line": 290, + "line": 330, "column": 8 }, "end": { - "line": 290, + "line": 330, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 14860, - "end": 14886, + "start": 17184, + "end": 17210, "loc": { "start": { - "line": 290, + "line": 330, "column": 8 }, "end": { - "line": 290, + "line": 330, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14860, - "end": 14874, + "start": 17184, + "end": 17198, "loc": { "start": { - "line": 290, + "line": 330, "column": 8 }, "end": { - "line": 290, + "line": 330, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 14860, - "end": 14864, + "start": 17184, + "end": 17188, "loc": { "start": { - "line": 290, + "line": 330, "column": 8 }, "end": { - "line": 290, + "line": 330, "column": 12 } }, @@ -275475,15 +275611,15 @@ }, "property": { "type": "Identifier", - "start": 14865, - "end": 14874, + "start": 17189, + "end": 17198, "loc": { "start": { - "line": 290, + "line": 330, "column": 13 }, "end": { - "line": 290, + "line": 330, "column": 22 }, "identifierName": "_selector" @@ -275495,15 +275631,15 @@ }, "right": { "type": "NullLiteral", - "start": 14882, - "end": 14886, + "start": 17206, + "end": 17210, "loc": { "start": { - "line": 290, + "line": 330, "column": 30 }, "end": { - "line": 290, + "line": 330, "column": 34 } }, @@ -275517,15 +275653,15 @@ { "type": "CommentBlock", "value": "* @type {?string} ", - "start": 14829, - "end": 14851, + "start": 17153, + "end": 17175, "loc": { "start": { - "line": 289, + "line": 329, "column": 8 }, "end": { - "line": 289, + "line": 329, "column": 30 } } @@ -275535,15 +275671,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14895, - "end": 14917, + "start": 17219, + "end": 17241, "loc": { "start": { - "line": 291, + "line": 331, "column": 8 }, "end": { - "line": 291, + "line": 331, "column": 30 } } @@ -275552,58 +275688,58 @@ }, { "type": "ExpressionStatement", - "start": 14926, - "end": 14953, + "start": 17250, + "end": 17277, "loc": { "start": { - "line": 292, + "line": 332, "column": 8 }, "end": { - "line": 292, + "line": 332, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 14926, - "end": 14953, + "start": 17250, + "end": 17277, "loc": { "start": { - "line": 292, + "line": 332, "column": 8 }, "end": { - "line": 292, + "line": 332, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14926, - "end": 14945, + "start": 17250, + "end": 17269, "loc": { "start": { - "line": 292, + "line": 332, "column": 8 }, "end": { - "line": 292, + "line": 332, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 14926, - "end": 14930, + "start": 17250, + "end": 17254, "loc": { "start": { - "line": 292, + "line": 332, "column": 8 }, "end": { - "line": 292, + "line": 332, "column": 12 } }, @@ -275611,15 +275747,15 @@ }, "property": { "type": "Identifier", - "start": 14931, - "end": 14945, + "start": 17255, + "end": 17269, "loc": { "start": { - "line": 292, + "line": 332, "column": 13 }, "end": { - "line": 292, + "line": 332, "column": 27 }, "identifierName": "_isInitialized" @@ -275631,15 +275767,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 14948, - "end": 14953, + "start": 17272, + "end": 17277, "loc": { "start": { - "line": 292, + "line": 332, "column": 30 }, "end": { - "line": 292, + "line": 332, "column": 35 } }, @@ -275654,15 +275790,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14895, - "end": 14917, + "start": 17219, + "end": 17241, "loc": { "start": { - "line": 291, + "line": 331, "column": 8 }, "end": { - "line": 291, + "line": 331, "column": 30 } } @@ -275672,15 +275808,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14962, - "end": 14984, + "start": 17286, + "end": 17308, "loc": { "start": { - "line": 293, + "line": 333, "column": 8 }, "end": { - "line": 293, + "line": 333, "column": 30 } } @@ -275689,58 +275825,58 @@ }, { "type": "ExpressionStatement", - "start": 14993, - "end": 15020, + "start": 17317, + "end": 17344, "loc": { "start": { - "line": 294, + "line": 334, "column": 8 }, "end": { - "line": 294, + "line": 334, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 14993, - "end": 15020, + "start": 17317, + "end": 17344, "loc": { "start": { - "line": 294, + "line": 334, "column": 8 }, "end": { - "line": 294, + "line": 334, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14993, - "end": 15007, + "start": 17317, + "end": 17331, "loc": { "start": { - "line": 294, + "line": 334, "column": 8 }, "end": { - "line": 294, + "line": 334, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 14993, - "end": 14997, + "start": 17317, + "end": 17321, "loc": { "start": { - "line": 294, + "line": 334, "column": 8 }, "end": { - "line": 294, + "line": 334, "column": 12 } }, @@ -275748,15 +275884,15 @@ }, "property": { "type": "Identifier", - "start": 14998, - "end": 15007, + "start": 17322, + "end": 17331, "loc": { "start": { - "line": 294, + "line": 334, "column": 13 }, "end": { - "line": 294, + "line": 334, "column": 22 }, "identifierName": "_isCached" @@ -275768,15 +275904,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 15015, - "end": 15020, + "start": 17339, + "end": 17344, "loc": { "start": { - "line": 294, + "line": 334, "column": 30 }, "end": { - "line": 294, + "line": 334, "column": 35 } }, @@ -275791,15 +275927,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14962, - "end": 14984, + "start": 17286, + "end": 17308, "loc": { "start": { - "line": 293, + "line": 333, "column": 8 }, "end": { - "line": 293, + "line": 333, "column": 30 } } @@ -275809,15 +275945,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15029, - "end": 15051, + "start": 17353, + "end": 17375, "loc": { "start": { - "line": 295, + "line": 335, "column": 8 }, "end": { - "line": 295, + "line": 335, "column": 30 } } @@ -275826,58 +275962,58 @@ }, { "type": "ExpressionStatement", - "start": 15060, - "end": 15087, + "start": 17384, + "end": 17411, "loc": { "start": { - "line": 296, + "line": 336, "column": 8 }, "end": { - "line": 296, + "line": 336, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 15060, - "end": 15087, + "start": 17384, + "end": 17411, "loc": { "start": { - "line": 296, + "line": 336, "column": 8 }, "end": { - "line": 296, + "line": 336, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15060, - "end": 15077, + "start": 17384, + "end": 17401, "loc": { "start": { - "line": 296, + "line": 336, "column": 8 }, "end": { - "line": 296, + "line": 336, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 15060, - "end": 15064, + "start": 17384, + "end": 17388, "loc": { "start": { - "line": 296, + "line": 336, "column": 8 }, "end": { - "line": 296, + "line": 336, "column": 12 } }, @@ -275885,15 +276021,15 @@ }, "property": { "type": "Identifier", - "start": 15065, - "end": 15077, + "start": 17389, + "end": 17401, "loc": { "start": { - "line": 296, + "line": 336, "column": 13 }, "end": { - "line": 296, + "line": 336, "column": 25 }, "identifierName": "_isCompleted" @@ -275905,15 +276041,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 15082, - "end": 15087, + "start": 17406, + "end": 17411, "loc": { "start": { - "line": 296, + "line": 336, "column": 30 }, "end": { - "line": 296, + "line": 336, "column": 35 } }, @@ -275928,15 +276064,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15029, - "end": 15051, + "start": 17353, + "end": 17375, "loc": { "start": { - "line": 295, + "line": 335, "column": 8 }, "end": { - "line": 295, + "line": 335, "column": 30 } } @@ -275946,15 +276082,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15096, - "end": 15118, + "start": 17420, + "end": 17442, "loc": { "start": { - "line": 297, + "line": 337, "column": 8 }, "end": { - "line": 297, + "line": 337, "column": 30 } } @@ -275963,58 +276099,58 @@ }, { "type": "ExpressionStatement", - "start": 15127, - "end": 15154, + "start": 17451, + "end": 17478, "loc": { "start": { - "line": 298, + "line": 338, "column": 8 }, "end": { - "line": 298, + "line": 338, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 15127, - "end": 15154, + "start": 17451, + "end": 17478, "loc": { "start": { - "line": 298, + "line": 338, "column": 8 }, "end": { - "line": 298, + "line": 338, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15127, - "end": 15140, + "start": 17451, + "end": 17464, "loc": { "start": { - "line": 298, + "line": 338, "column": 8 }, "end": { - "line": 298, + "line": 338, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 15127, - "end": 15131, + "start": 17451, + "end": 17455, "loc": { "start": { - "line": 298, + "line": 338, "column": 8 }, "end": { - "line": 298, + "line": 338, "column": 12 } }, @@ -276022,15 +276158,15 @@ }, "property": { "type": "Identifier", - "start": 15132, - "end": 15140, + "start": 17456, + "end": 17464, "loc": { "start": { - "line": 298, + "line": 338, "column": 13 }, "end": { - "line": 298, + "line": 338, "column": 21 }, "identifierName": "_isShown" @@ -276042,15 +276178,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 15149, - "end": 15154, + "start": 17473, + "end": 17478, "loc": { "start": { - "line": 298, + "line": 338, "column": 30 }, "end": { - "line": 298, + "line": 338, "column": 35 } }, @@ -276065,15 +276201,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15096, - "end": 15118, + "start": 17420, + "end": 17442, "loc": { "start": { - "line": 297, + "line": 337, "column": 8 }, "end": { - "line": 297, + "line": 337, "column": 30 } } @@ -276083,15 +276219,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 15163, - "end": 15184, + "start": 17487, + "end": 17508, "loc": { "start": { - "line": 299, + "line": 339, "column": 8 }, "end": { - "line": 299, + "line": 339, "column": 29 } } @@ -276100,58 +276236,58 @@ }, { "type": "ExpressionStatement", - "start": 15193, - "end": 15217, + "start": 17517, + "end": 17541, "loc": { "start": { - "line": 300, + "line": 340, "column": 8 }, "end": { - "line": 300, + "line": 340, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 15193, - "end": 15217, + "start": 17517, + "end": 17541, "loc": { "start": { - "line": 300, + "line": 340, "column": 8 }, "end": { - "line": 300, + "line": 340, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15193, - "end": 15212, + "start": 17517, + "end": 17536, "loc": { "start": { - "line": 300, + "line": 340, "column": 8 }, "end": { - "line": 300, + "line": 340, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 15193, - "end": 15197, + "start": 17517, + "end": 17521, "loc": { "start": { - "line": 300, + "line": 340, "column": 8 }, "end": { - "line": 300, + "line": 340, "column": 12 } }, @@ -276159,15 +276295,15 @@ }, "property": { "type": "Identifier", - "start": 15198, - "end": 15212, + "start": 17522, + "end": 17536, "loc": { "start": { - "line": 300, + "line": 340, "column": 13 }, "end": { - "line": 300, + "line": 340, "column": 27 }, "identifierName": "_instanceProps" @@ -276179,39 +276315,175 @@ }, "right": { "type": "ObjectExpression", - "start": 15215, - "end": 15217, + "start": 17539, + "end": 17541, "loc": { "start": { - "line": 300, + "line": 340, "column": 30 }, "end": { - "line": 300, + "line": 340, "column": 32 } }, - "properties": [] + "properties": [], + "leadingComments": null, + "trailingComments": null }, - "leadingComments": null + "leadingComments": null, + "trailingComments": null }, "leadingComments": [ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 15163, - "end": 15184, + "start": 17487, + "end": 17508, "loc": { "start": { - "line": 299, + "line": 339, "column": 8 }, "end": { - "line": 299, + "line": 339, "column": 29 } } } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "* @type {?Object} ", + "start": 17550, + "end": 17572, + "loc": { + "start": { + "line": 341, + "column": 8 + }, + "end": { + "line": 341, + "column": 30 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 17581, + "end": 17607, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 34 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 17581, + "end": 17607, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 34 + } + }, + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 17581, + "end": 17595, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 22 + } + }, + "object": { + "type": "ThisExpression", + "start": 17581, + "end": 17585, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 12 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 17586, + "end": 17595, + "loc": { + "start": { + "line": 342, + "column": 13 + }, + "end": { + "line": 342, + "column": 22 + }, + "identifierName": "_observer" + }, + "name": "_observer" + }, + "computed": false, + "leadingComments": null + }, + "right": { + "type": "NullLiteral", + "start": 17603, + "end": 17607, + "loc": { + "start": { + "line": 342, + "column": 30 + }, + "end": { + "line": 342, + "column": 34 + } + } + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "* @type {?Object} ", + "start": 17550, + "end": 17572, + "loc": { + "start": { + "line": 341, + "column": 8 + }, + "end": { + "line": 341, + "column": 30 + } + } + } ] } ], @@ -276222,15 +276494,15 @@ { "type": "CommentLine", "value": " Getters", - "start": 15233, - "end": 15243, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 303, + "line": 345, "column": 4 }, "end": { - "line": 303, + "line": 345, "column": 14 } } @@ -276238,15 +276510,15 @@ { "type": "CommentBlock", "value": "* @type {string} ", - "start": 15253, - "end": 15274, + "start": 17643, + "end": 17664, "loc": { "start": { - "line": 305, + "line": 347, "column": 4 }, "end": { - "line": 305, + "line": 347, "column": 25 } } @@ -276255,15 +276527,15 @@ }, { "type": "ClassMethod", - "start": 15279, - "end": 15330, + "start": 17669, + "end": 17720, "loc": { "start": { - "line": 306, + "line": 348, "column": 4 }, "end": { - "line": 308, + "line": 350, "column": 5 } }, @@ -276271,15 +276543,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15290, - "end": 15297, + "start": 17680, + "end": 17687, "loc": { "start": { - "line": 306, + "line": 348, "column": 15 }, "end": { - "line": 306, + "line": 348, "column": 22 }, "identifierName": "VERSION" @@ -276294,44 +276566,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 15300, - "end": 15330, + "start": 17690, + "end": 17720, "loc": { "start": { - "line": 306, + "line": 348, "column": 25 }, "end": { - "line": 308, + "line": 350, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 15310, - "end": 15324, + "start": 17700, + "end": 17714, "loc": { "start": { - "line": 307, + "line": 349, "column": 8 }, "end": { - "line": 307, + "line": 349, "column": 22 } }, "argument": { "type": "Identifier", - "start": 15317, - "end": 15324, + "start": 17707, + "end": 17714, "loc": { "start": { - "line": 307, + "line": 349, "column": 15 }, "end": { - "line": 307, + "line": 349, "column": 22 }, "identifierName": "VERSION" @@ -276347,15 +276619,15 @@ { "type": "CommentLine", "value": " Getters", - "start": 15233, - "end": 15243, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 303, + "line": 345, "column": 4 }, "end": { - "line": 303, + "line": 345, "column": 14 } } @@ -276363,15 +276635,15 @@ { "type": "CommentBlock", "value": "* @type {string} ", - "start": 15253, - "end": 15274, + "start": 17643, + "end": 17664, "loc": { "start": { - "line": 305, + "line": 347, "column": 4 }, "end": { - "line": 305, + "line": 347, "column": 25 } } @@ -276381,15 +276653,15 @@ { "type": "CommentBlock", "value": "* @type {Default} ", - "start": 15340, - "end": 15362, + "start": 17730, + "end": 17752, "loc": { "start": { - "line": 310, + "line": 352, "column": 4 }, "end": { - "line": 310, + "line": 352, "column": 26 } } @@ -276398,15 +276670,15 @@ }, { "type": "ClassMethod", - "start": 15367, - "end": 15418, + "start": 17757, + "end": 17808, "loc": { "start": { - "line": 311, + "line": 353, "column": 4 }, "end": { - "line": 313, + "line": 355, "column": 5 } }, @@ -276414,15 +276686,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15378, - "end": 15385, + "start": 17768, + "end": 17775, "loc": { "start": { - "line": 311, + "line": 353, "column": 15 }, "end": { - "line": 311, + "line": 353, "column": 22 }, "identifierName": "Default" @@ -276437,44 +276709,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 15388, - "end": 15418, + "start": 17778, + "end": 17808, "loc": { "start": { - "line": 311, + "line": 353, "column": 25 }, "end": { - "line": 313, + "line": 355, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 15398, - "end": 15412, + "start": 17788, + "end": 17802, "loc": { "start": { - "line": 312, + "line": 354, "column": 8 }, "end": { - "line": 312, + "line": 354, "column": 22 } }, "argument": { "type": "Identifier", - "start": 15405, - "end": 15412, + "start": 17795, + "end": 17802, "loc": { "start": { - "line": 312, + "line": 354, "column": 15 }, "end": { - "line": 312, + "line": 354, "column": 22 }, "identifierName": "Default" @@ -276490,15 +276762,15 @@ { "type": "CommentBlock", "value": "* @type {Default} ", - "start": 15340, - "end": 15362, + "start": 17730, + "end": 17752, "loc": { "start": { - "line": 310, + "line": 352, "column": 4 }, "end": { - "line": 310, + "line": 352, "column": 26 } } @@ -276508,15 +276780,15 @@ { "type": "CommentLine", "value": " Private", - "start": 15428, - "end": 15438, + "start": 17818, + "end": 17828, "loc": { "start": { - "line": 315, + "line": 357, "column": 4 }, "end": { - "line": 315, + "line": 357, "column": 14 } } @@ -276524,15 +276796,15 @@ { "type": "CommentBlock", "value": "*\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n ", - "start": 15448, - "end": 15647, + "start": 17838, + "end": 18037, "loc": { "start": { - "line": 317, + "line": 359, "column": 4 }, "end": { - "line": 322, + "line": 364, "column": 7 } } @@ -276541,15 +276813,15 @@ }, { "type": "ClassMethod", - "start": 15652, - "end": 15777, + "start": 18042, + "end": 18167, "loc": { "start": { - "line": 323, + "line": 365, "column": 4 }, "end": { - "line": 329, + "line": 371, "column": 5 } }, @@ -276557,15 +276829,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15652, - "end": 15662, + "start": 18042, + "end": 18052, "loc": { "start": { - "line": 323, + "line": 365, "column": 4 }, "end": { - "line": 323, + "line": 365, "column": 14 }, "identifierName": "_getConfig" @@ -276581,15 +276853,15 @@ "params": [ { "type": "Identifier", - "start": 15664, - "end": 15670, + "start": 18054, + "end": 18060, "loc": { "start": { - "line": 323, + "line": 365, "column": 16 }, "end": { - "line": 323, + "line": 365, "column": 22 }, "identifierName": "config" @@ -276599,59 +276871,59 @@ ], "body": { "type": "BlockStatement", - "start": 15673, - "end": 15777, + "start": 18063, + "end": 18167, "loc": { "start": { - "line": 323, + "line": 365, "column": 25 }, "end": { - "line": 329, + "line": 371, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 15683, - "end": 15749, + "start": 18073, + "end": 18139, "loc": { "start": { - "line": 324, + "line": 366, "column": 8 }, "end": { - "line": 327, + "line": 369, "column": 9 } }, "expression": { "type": "AssignmentExpression", - "start": 15683, - "end": 15749, + "start": 18073, + "end": 18139, "loc": { "start": { - "line": 324, + "line": 366, "column": 8 }, "end": { - "line": 327, + "line": 369, "column": 9 } }, "operator": "=", "left": { "type": "Identifier", - "start": 15683, - "end": 15689, + "start": 18073, + "end": 18079, "loc": { "start": { - "line": 324, + "line": 366, "column": 8 }, "end": { - "line": 324, + "line": 366, "column": 14 }, "identifierName": "config" @@ -276660,44 +276932,44 @@ }, "right": { "type": "ObjectExpression", - "start": 15692, - "end": 15749, + "start": 18082, + "end": 18139, "loc": { "start": { - "line": 324, + "line": 366, "column": 17 }, "end": { - "line": 327, + "line": 369, "column": 9 } }, "properties": [ { "type": "SpreadProperty", - "start": 15706, - "end": 15716, + "start": 18096, + "end": 18106, "loc": { "start": { - "line": 325, + "line": 367, "column": 12 }, "end": { - "line": 325, + "line": 367, "column": 22 } }, "argument": { "type": "Identifier", - "start": 15709, - "end": 15716, + "start": 18099, + "end": 18106, "loc": { "start": { - "line": 325, + "line": 367, "column": 15 }, "end": { - "line": 325, + "line": 367, "column": 22 }, "identifierName": "Default" @@ -276707,29 +276979,29 @@ }, { "type": "SpreadProperty", - "start": 15730, - "end": 15739, + "start": 18120, + "end": 18129, "loc": { "start": { - "line": 326, + "line": 368, "column": 12 }, "end": { - "line": 326, + "line": 368, "column": 21 } }, "argument": { "type": "Identifier", - "start": 15733, - "end": 15739, + "start": 18123, + "end": 18129, "loc": { "start": { - "line": 326, + "line": 368, "column": 15 }, "end": { - "line": 326, + "line": 368, "column": 21 }, "identifierName": "config" @@ -276743,29 +277015,29 @@ }, { "type": "ReturnStatement", - "start": 15758, - "end": 15771, + "start": 18148, + "end": 18161, "loc": { "start": { - "line": 328, + "line": 370, "column": 8 }, "end": { - "line": 328, + "line": 370, "column": 21 } }, "argument": { "type": "Identifier", - "start": 15765, - "end": 15771, + "start": 18155, + "end": 18161, "loc": { "start": { - "line": 328, + "line": 370, "column": 15 }, "end": { - "line": 328, + "line": 370, "column": 21 }, "identifierName": "config" @@ -276781,15 +277053,15 @@ { "type": "CommentLine", "value": " Private", - "start": 15428, - "end": 15438, + "start": 17818, + "end": 17828, "loc": { "start": { - "line": 315, + "line": 357, "column": 4 }, "end": { - "line": 315, + "line": 357, "column": 14 } } @@ -276797,15 +277069,15 @@ { "type": "CommentBlock", "value": "*\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n ", - "start": 15448, - "end": 15647, + "start": 17838, + "end": 18037, "loc": { "start": { - "line": 317, + "line": 359, "column": 4 }, "end": { - "line": 322, + "line": 364, "column": 7 } } @@ -276815,15 +277087,15 @@ { "type": "CommentBlock", "value": "*\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n ", - "start": 15787, - "end": 15942, + "start": 18177, + "end": 18332, "loc": { "start": { - "line": 331, + "line": 373, "column": 4 }, "end": { - "line": 336, + "line": 378, "column": 7 } } @@ -276832,15 +277104,15 @@ }, { "type": "ClassMethod", - "start": 15947, - "end": 16368, + "start": 18337, + "end": 18758, "loc": { "start": { - "line": 337, + "line": 379, "column": 4 }, "end": { - "line": 351, + "line": 393, "column": 5 } }, @@ -276848,15 +277120,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15947, - "end": 15966, + "start": 18337, + "end": 18356, "loc": { "start": { - "line": 337, + "line": 379, "column": 4 }, "end": { - "line": 337, + "line": 379, "column": 23 }, "identifierName": "_filterScaleKeyName" @@ -276872,15 +277144,15 @@ "params": [ { "type": "Identifier", - "start": 15968, - "end": 15971, + "start": 18358, + "end": 18361, "loc": { "start": { - "line": 337, + "line": 379, "column": 25 }, "end": { - "line": 337, + "line": 379, "column": 28 }, "identifierName": "key" @@ -276890,59 +277162,59 @@ ], "body": { "type": "BlockStatement", - "start": 15974, - "end": 16368, + "start": 18364, + "end": 18758, "loc": { "start": { - "line": 337, + "line": 379, "column": 31 }, "end": { - "line": 351, + "line": 393, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 15984, - "end": 16006, + "start": 18374, + "end": 18396, "loc": { "start": { - "line": 338, + "line": 380, "column": 8 }, "end": { - "line": 338, + "line": 380, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 15988, - "end": 16006, + "start": 18378, + "end": 18396, "loc": { "start": { - "line": 338, + "line": 380, "column": 12 }, "end": { - "line": 338, + "line": 380, "column": 30 } }, "id": { "type": "Identifier", - "start": 15988, - "end": 15999, + "start": 18378, + "end": 18389, "loc": { "start": { - "line": 338, + "line": 380, "column": 12 }, "end": { - "line": 338, + "line": 380, "column": 23 }, "identifierName": "filteredKey" @@ -276951,15 +277223,15 @@ }, "init": { "type": "NullLiteral", - "start": 16002, - "end": 16006, + "start": 18392, + "end": 18396, "loc": { "start": { - "line": 338, + "line": 380, "column": 26 }, "end": { - "line": 338, + "line": 380, "column": 30 } } @@ -276970,29 +277242,29 @@ }, { "type": "SwitchStatement", - "start": 16024, - "end": 16335, + "start": 18414, + "end": 18725, "loc": { "start": { - "line": 340, + "line": 382, "column": 8 }, "end": { - "line": 349, + "line": 391, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 16032, - "end": 16036, + "start": 18422, + "end": 18426, "loc": { "start": { - "line": 340, + "line": 382, "column": 16 }, "end": { - "line": 340, + "line": 382, "column": 20 } }, @@ -277001,59 +277273,59 @@ "cases": [ { "type": "SwitchCase", - "start": 16053, - "end": 16158, + "start": 18443, + "end": 18548, "loc": { "start": { - "line": 341, + "line": 383, "column": 12 }, "end": { - "line": 343, + "line": 385, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 16109, - "end": 16136, + "start": 18499, + "end": 18526, "loc": { "start": { - "line": 342, + "line": 384, "column": 16 }, "end": { - "line": 342, + "line": 384, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 16109, - "end": 16136, + "start": 18499, + "end": 18526, "loc": { "start": { - "line": 342, + "line": 384, "column": 16 }, "end": { - "line": 342, + "line": 384, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 16109, - "end": 16120, + "start": 18499, + "end": 18510, "loc": { "start": { - "line": 342, + "line": 384, "column": 16 }, "end": { - "line": 342, + "line": 384, "column": 27 }, "identifierName": "filteredKey" @@ -277062,15 +277334,15 @@ }, "right": { "type": "StringLiteral", - "start": 16123, - "end": 16136, + "start": 18513, + "end": 18526, "loc": { "start": { - "line": 342, + "line": 384, "column": 30 }, "end": { - "line": 342, + "line": 384, "column": 43 } }, @@ -277084,15 +277356,15 @@ }, { "type": "BreakStatement", - "start": 16153, - "end": 16158, + "start": 18543, + "end": 18548, "loc": { "start": { - "line": 343, + "line": 385, "column": 16 }, "end": { - "line": 343, + "line": 385, "column": 21 } }, @@ -277101,43 +277373,43 @@ ], "test": { "type": "CallExpression", - "start": 16058, - "end": 16091, + "start": 18448, + "end": 18481, "loc": { "start": { - "line": 341, + "line": 383, "column": 17 }, "end": { - "line": 341, + "line": 383, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 16058, - "end": 16084, + "start": 18448, + "end": 18474, "loc": { "start": { - "line": 341, + "line": 383, "column": 17 }, "end": { - "line": 341, + "line": 383, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 16058, - "end": 16079, + "start": 18448, + "end": 18469, "loc": { "start": { - "line": 341, + "line": 383, "column": 17 }, "end": { - "line": 341, + "line": 383, "column": 38 } }, @@ -277149,15 +277421,15 @@ }, "property": { "type": "Identifier", - "start": 16080, - "end": 16084, + "start": 18470, + "end": 18474, "loc": { "start": { - "line": 341, + "line": 383, "column": 39 }, "end": { - "line": 341, + "line": 383, "column": 43 }, "identifierName": "test" @@ -277169,15 +277441,15 @@ "arguments": [ { "type": "Identifier", - "start": 16086, - "end": 16089, + "start": 18476, + "end": 18479, "loc": { "start": { - "line": 341, + "line": 383, "column": 45 }, "end": { - "line": 341, + "line": 383, "column": 48 }, "identifierName": "key" @@ -277189,59 +277461,59 @@ }, { "type": "SwitchCase", - "start": 16171, - "end": 16270, + "start": 18561, + "end": 18660, "loc": { "start": { - "line": 344, + "line": 386, "column": 12 }, "end": { - "line": 346, + "line": 388, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 16224, - "end": 16248, + "start": 18614, + "end": 18638, "loc": { "start": { - "line": 345, + "line": 387, "column": 16 }, "end": { - "line": 345, + "line": 387, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 16224, - "end": 16248, + "start": 18614, + "end": 18638, "loc": { "start": { - "line": 345, + "line": 387, "column": 16 }, "end": { - "line": 345, + "line": 387, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 16224, - "end": 16235, + "start": 18614, + "end": 18625, "loc": { "start": { - "line": 345, + "line": 387, "column": 16 }, "end": { - "line": 345, + "line": 387, "column": 27 }, "identifierName": "filteredKey" @@ -277250,15 +277522,15 @@ }, "right": { "type": "StringLiteral", - "start": 16238, - "end": 16248, + "start": 18628, + "end": 18638, "loc": { "start": { - "line": 345, + "line": 387, "column": 30 }, "end": { - "line": 345, + "line": 387, "column": 40 } }, @@ -277272,15 +277544,15 @@ }, { "type": "BreakStatement", - "start": 16265, - "end": 16270, + "start": 18655, + "end": 18660, "loc": { "start": { - "line": 346, + "line": 388, "column": 16 }, "end": { - "line": 346, + "line": 388, "column": 21 } }, @@ -277289,43 +277561,43 @@ ], "test": { "type": "CallExpression", - "start": 16176, - "end": 16206, + "start": 18566, + "end": 18596, "loc": { "start": { - "line": 344, + "line": 386, "column": 17 }, "end": { - "line": 344, + "line": 386, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 16176, - "end": 16199, + "start": 18566, + "end": 18589, "loc": { "start": { - "line": 344, + "line": 386, "column": 17 }, "end": { - "line": 344, + "line": 386, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 16176, - "end": 16194, + "start": 18566, + "end": 18584, "loc": { "start": { - "line": 344, + "line": 386, "column": 17 }, "end": { - "line": 344, + "line": 386, "column": 35 } }, @@ -277337,15 +277609,15 @@ }, "property": { "type": "Identifier", - "start": 16195, - "end": 16199, + "start": 18585, + "end": 18589, "loc": { "start": { - "line": 344, + "line": 386, "column": 36 }, "end": { - "line": 344, + "line": 386, "column": 40 }, "identifierName": "test" @@ -277357,15 +277629,15 @@ "arguments": [ { "type": "Identifier", - "start": 16201, - "end": 16204, + "start": 18591, + "end": 18594, "loc": { "start": { - "line": 344, + "line": 386, "column": 42 }, "end": { - "line": 344, + "line": 386, "column": 45 }, "identifierName": "key" @@ -277377,59 +277649,59 @@ }, { "type": "SwitchCase", - "start": 16283, - "end": 16325, + "start": 18673, + "end": 18715, "loc": { "start": { - "line": 347, + "line": 389, "column": 12 }, "end": { - "line": 348, + "line": 390, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 16308, - "end": 16325, + "start": 18698, + "end": 18715, "loc": { "start": { - "line": 348, + "line": 390, "column": 16 }, "end": { - "line": 348, + "line": 390, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 16308, - "end": 16325, + "start": 18698, + "end": 18715, "loc": { "start": { - "line": 348, + "line": 390, "column": 16 }, "end": { - "line": 348, + "line": 390, "column": 33 } }, "operator": "=", "left": { "type": "Identifier", - "start": 16308, - "end": 16319, + "start": 18698, + "end": 18709, "loc": { "start": { - "line": 348, + "line": 390, "column": 16 }, "end": { - "line": 348, + "line": 390, "column": 27 }, "identifierName": "filteredKey" @@ -277438,15 +277710,15 @@ }, "right": { "type": "Identifier", - "start": 16322, - "end": 16325, + "start": 18712, + "end": 18715, "loc": { "start": { - "line": 348, + "line": 390, "column": 30 }, "end": { - "line": 348, + "line": 390, "column": 33 }, "identifierName": "key" @@ -277462,29 +277734,29 @@ }, { "type": "ReturnStatement", - "start": 16344, - "end": 16362, + "start": 18734, + "end": 18752, "loc": { "start": { - "line": 350, + "line": 392, "column": 8 }, "end": { - "line": 350, + "line": 392, "column": 26 } }, "argument": { "type": "Identifier", - "start": 16351, - "end": 16362, + "start": 18741, + "end": 18752, "loc": { "start": { - "line": 350, + "line": 392, "column": 15 }, "end": { - "line": 350, + "line": 392, "column": 26 }, "identifierName": "filteredKey" @@ -277500,15 +277772,15 @@ { "type": "CommentBlock", "value": "*\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n ", - "start": 15787, - "end": 15942, + "start": 18177, + "end": 18332, "loc": { "start": { - "line": 331, + "line": 373, "column": 4 }, "end": { - "line": 336, + "line": 378, "column": 7 } } @@ -277518,15 +277790,15 @@ { "type": "CommentBlock", "value": "*\n * Initialize the plugin\n * @private\n ", - "start": 16378, - "end": 16434, + "start": 18768, + "end": 18824, "loc": { "start": { - "line": 353, + "line": 395, "column": 4 }, "end": { - "line": 356, + "line": 398, "column": 7 } } @@ -277535,15 +277807,15 @@ }, { "type": "ClassMethod", - "start": 16439, - "end": 19162, + "start": 18829, + "end": 21552, "loc": { "start": { - "line": 357, + "line": 399, "column": 4 }, "end": { - "line": 440, + "line": 482, "column": 5 } }, @@ -277551,15 +277823,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 16439, - "end": 16444, + "start": 18829, + "end": 18834, "loc": { "start": { - "line": 357, + "line": 399, "column": 4 }, "end": { - "line": 357, + "line": 399, "column": 9 }, "identifierName": "_init" @@ -277575,87 +277847,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 16447, - "end": 19162, + "start": 18837, + "end": 21552, "loc": { "start": { - "line": 357, + "line": 399, "column": 12 }, "end": { - "line": 440, + "line": 482, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 16457, - "end": 16479, + "start": 18847, + "end": 18869, "loc": { "start": { - "line": 358, + "line": 400, "column": 8 }, "end": { - "line": 358, + "line": 400, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 16457, - "end": 16479, + "start": 18847, + "end": 18869, "loc": { "start": { - "line": 358, + "line": 400, "column": 8 }, "end": { - "line": 358, + "line": 400, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 16457, - "end": 16468, + "start": 18847, + "end": 18858, "loc": { "start": { - "line": 358, + "line": 400, "column": 8 }, "end": { - "line": 358, + "line": 400, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 16457, - "end": 16461, + "start": 18847, + "end": 18851, "loc": { "start": { - "line": 358, + "line": 400, "column": 8 }, "end": { - "line": 358, + "line": 400, "column": 12 } } }, "property": { "type": "Identifier", - "start": 16462, - "end": 16468, + "start": 18852, + "end": 18858, "loc": { "start": { - "line": 358, + "line": 400, "column": 13 }, "end": { - "line": 358, + "line": 400, "column": 19 }, "identifierName": "_debug" @@ -277667,15 +277939,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 16470, - "end": 16477, + "start": 18860, + "end": 18867, "loc": { "start": { - "line": 358, + "line": 400, "column": 21 }, "end": { - "line": 358, + "line": 400, "column": 28 } }, @@ -277690,44 +277962,44 @@ }, { "type": "VariableDeclaration", - "start": 16497, - "end": 16682, + "start": 18887, + "end": 19072, "loc": { "start": { - "line": 360, + "line": 402, "column": 8 }, "end": { - "line": 361, + "line": 403, "column": 152 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 16501, - "end": 16528, + "start": 18891, + "end": 18918, "loc": { "start": { - "line": 360, + "line": 402, "column": 12 }, "end": { - "line": 360, + "line": 402, "column": 39 } }, "id": { "type": "Identifier", - "start": 16501, - "end": 16506, + "start": 18891, + "end": 18896, "loc": { "start": { - "line": 360, + "line": 402, "column": 12 }, "end": { - "line": 360, + "line": 402, "column": 17 }, "identifierName": "_elem" @@ -277736,44 +278008,44 @@ }, "init": { "type": "MemberExpression", - "start": 16515, - "end": 16528, + "start": 18905, + "end": 18918, "loc": { "start": { - "line": 360, + "line": 402, "column": 26 }, "end": { - "line": 360, + "line": 402, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 16515, - "end": 16519, + "start": 18905, + "end": 18909, "loc": { "start": { - "line": 360, + "line": 402, "column": 26 }, "end": { - "line": 360, + "line": 402, "column": 30 } } }, "property": { "type": "Identifier", - "start": 16520, - "end": 16528, + "start": 18910, + "end": 18918, "loc": { "start": { - "line": 360, + "line": 402, "column": 31 }, "end": { - "line": 360, + "line": 402, "column": 39 }, "identifierName": "_element" @@ -277785,29 +278057,29 @@ }, { "type": "VariableDeclarator", - "start": 16542, - "end": 16682, + "start": 18932, + "end": 19072, "loc": { "start": { - "line": 361, + "line": 403, "column": 12 }, "end": { - "line": 361, + "line": 403, "column": 152 } }, "id": { "type": "Identifier", - "start": 16542, - "end": 16551, + "start": 18932, + "end": 18941, "loc": { "start": { - "line": 361, + "line": 403, "column": 12 }, "end": { - "line": 361, + "line": 403, "column": 21 }, "identifierName": "_selector" @@ -277816,44 +278088,44 @@ }, "init": { "type": "TemplateLiteral", - "start": 16556, - "end": 16682, + "start": 18946, + "end": 19072, "loc": { "start": { - "line": 361, + "line": 403, "column": 26 }, "end": { - "line": 361, + "line": 403, "column": 152 } }, "expressions": [ { "type": "MemberExpression", - "start": 16559, - "end": 16572, + "start": 18949, + "end": 18962, "loc": { "start": { - "line": 361, + "line": 403, "column": 29 }, "end": { - "line": 361, + "line": 403, "column": 42 } }, "object": { "type": "Identifier", - "start": 16559, - "end": 16564, + "start": 18949, + "end": 18954, "loc": { "start": { - "line": 361, + "line": 403, "column": 29 }, "end": { - "line": 361, + "line": 403, "column": 34 }, "identifierName": "_elem" @@ -277862,15 +278134,15 @@ }, "property": { "type": "Identifier", - "start": 16565, - "end": 16572, + "start": 18955, + "end": 18962, "loc": { "start": { - "line": 361, + "line": 403, "column": 35 }, "end": { - "line": 361, + "line": 403, "column": 42 }, "identifierName": "tagName" @@ -277881,43 +278153,43 @@ }, { "type": "ConditionalExpression", - "start": 16577, - "end": 16607, + "start": 18967, + "end": 18997, "loc": { "start": { - "line": 361, + "line": 403, "column": 47 }, "end": { - "line": 361, + "line": 403, "column": 77 } }, "test": { "type": "MemberExpression", - "start": 16577, - "end": 16585, + "start": 18967, + "end": 18975, "loc": { "start": { - "line": 361, + "line": 403, "column": 47 }, "end": { - "line": 361, + "line": 403, "column": 55 } }, "object": { "type": "Identifier", - "start": 16577, - "end": 16582, + "start": 18967, + "end": 18972, "loc": { "start": { - "line": 361, + "line": 403, "column": 47 }, "end": { - "line": 361, + "line": 403, "column": 52 }, "identifierName": "_elem" @@ -277926,15 +278198,15 @@ }, "property": { "type": "Identifier", - "start": 16583, - "end": 16585, + "start": 18973, + "end": 18975, "loc": { "start": { - "line": 361, + "line": 403, "column": 53 }, "end": { - "line": 361, + "line": 403, "column": 55 }, "identifierName": "id" @@ -277945,44 +278217,44 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 16588, - "end": 16602, + "start": 18978, + "end": 18992, "loc": { "start": { - "line": 361, + "line": 403, "column": 58 }, "end": { - "line": 361, + "line": 403, "column": 72 } }, "expressions": [ { "type": "MemberExpression", - "start": 16592, - "end": 16600, + "start": 18982, + "end": 18990, "loc": { "start": { - "line": 361, + "line": 403, "column": 62 }, "end": { - "line": 361, + "line": 403, "column": 70 } }, "object": { "type": "Identifier", - "start": 16592, - "end": 16597, + "start": 18982, + "end": 18987, "loc": { "start": { - "line": 361, + "line": 403, "column": 62 }, "end": { - "line": 361, + "line": 403, "column": 67 }, "identifierName": "_elem" @@ -277991,15 +278263,15 @@ }, "property": { "type": "Identifier", - "start": 16598, - "end": 16600, + "start": 18988, + "end": 18990, "loc": { "start": { - "line": 361, + "line": 403, "column": 68 }, "end": { - "line": 361, + "line": 403, "column": 70 }, "identifierName": "id" @@ -278012,15 +278284,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 16589, - "end": 16590, + "start": 18979, + "end": 18980, "loc": { "start": { - "line": 361, + "line": 403, "column": 59 }, "end": { - "line": 361, + "line": 403, "column": 60 } }, @@ -278032,15 +278304,15 @@ }, { "type": "TemplateElement", - "start": 16601, - "end": 16601, + "start": 18991, + "end": 18991, "loc": { "start": { - "line": 361, + "line": 403, "column": 71 }, "end": { - "line": 361, + "line": 403, "column": 71 } }, @@ -278054,15 +278326,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 16605, - "end": 16607, + "start": 18995, + "end": 18997, "loc": { "start": { - "line": 361, + "line": 403, "column": 75 }, "end": { - "line": 361, + "line": 403, "column": 77 } }, @@ -278074,48 +278346,48 @@ }, "extra": { "parenthesized": true, - "parenStart": 16575 + "parenStart": 18965 } }, { "type": "ConditionalExpression", - "start": 16614, - "end": 16678, + "start": 19004, + "end": 19068, "loc": { "start": { - "line": 361, + "line": 403, "column": 84 }, "end": { - "line": 361, + "line": 403, "column": 148 } }, "test": { "type": "MemberExpression", - "start": 16614, - "end": 16629, + "start": 19004, + "end": 19019, "loc": { "start": { - "line": 361, + "line": 403, "column": 84 }, "end": { - "line": 361, + "line": 403, "column": 99 } }, "object": { "type": "Identifier", - "start": 16614, - "end": 16619, + "start": 19004, + "end": 19009, "loc": { "start": { - "line": 361, + "line": 403, "column": 84 }, "end": { - "line": 361, + "line": 403, "column": 89 }, "identifierName": "_elem" @@ -278124,15 +278396,15 @@ }, "property": { "type": "Identifier", - "start": 16620, - "end": 16629, + "start": 19010, + "end": 19019, "loc": { "start": { - "line": 361, + "line": 403, "column": 90 }, "end": { - "line": 361, + "line": 403, "column": 99 }, "identifierName": "className" @@ -278143,72 +278415,72 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 16632, - "end": 16673, + "start": 19022, + "end": 19063, "loc": { "start": { - "line": 361, + "line": 403, "column": 102 }, "end": { - "line": 361, + "line": 403, "column": 143 } }, "expressions": [ { "type": "CallExpression", - "start": 16636, - "end": 16671, + "start": 19026, + "end": 19061, "loc": { "start": { - "line": 361, + "line": 403, "column": 106 }, "end": { - "line": 361, + "line": 403, "column": 141 } }, "callee": { "type": "MemberExpression", - "start": 16636, - "end": 16659, + "start": 19026, + "end": 19049, "loc": { "start": { - "line": 361, + "line": 403, "column": 106 }, "end": { - "line": 361, + "line": 403, "column": 129 } }, "object": { "type": "MemberExpression", - "start": 16636, - "end": 16651, + "start": 19026, + "end": 19041, "loc": { "start": { - "line": 361, + "line": 403, "column": 106 }, "end": { - "line": 361, + "line": 403, "column": 121 } }, "object": { "type": "Identifier", - "start": 16636, - "end": 16641, + "start": 19026, + "end": 19031, "loc": { "start": { - "line": 361, + "line": 403, "column": 106 }, "end": { - "line": 361, + "line": 403, "column": 111 }, "identifierName": "_elem" @@ -278217,15 +278489,15 @@ }, "property": { "type": "Identifier", - "start": 16642, - "end": 16651, + "start": 19032, + "end": 19041, "loc": { "start": { - "line": 361, + "line": 403, "column": 112 }, "end": { - "line": 361, + "line": 403, "column": 121 }, "identifierName": "className" @@ -278236,15 +278508,15 @@ }, "property": { "type": "Identifier", - "start": 16652, - "end": 16659, + "start": 19042, + "end": 19049, "loc": { "start": { - "line": 361, + "line": 403, "column": 122 }, "end": { - "line": 361, + "line": 403, "column": 129 }, "identifierName": "replace" @@ -278256,15 +278528,15 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 16660, - "end": 16665, + "start": 19050, + "end": 19055, "loc": { "start": { - "line": 361, + "line": 403, "column": 130 }, "end": { - "line": 361, + "line": 403, "column": 135 } }, @@ -278276,15 +278548,15 @@ }, { "type": "StringLiteral", - "start": 16667, - "end": 16670, + "start": 19057, + "end": 19060, "loc": { "start": { - "line": 361, + "line": 403, "column": 137 }, "end": { - "line": 361, + "line": 403, "column": 140 } }, @@ -278300,15 +278572,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 16633, - "end": 16634, + "start": 19023, + "end": 19024, "loc": { "start": { - "line": 361, + "line": 403, "column": 103 }, "end": { - "line": 361, + "line": 403, "column": 104 } }, @@ -278320,15 +278592,15 @@ }, { "type": "TemplateElement", - "start": 16672, - "end": 16672, + "start": 19062, + "end": 19062, "loc": { "start": { - "line": 361, + "line": 403, "column": 142 }, "end": { - "line": 361, + "line": 403, "column": 142 } }, @@ -278342,15 +278614,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 16676, - "end": 16678, + "start": 19066, + "end": 19068, "loc": { "start": { - "line": 361, + "line": 403, "column": 146 }, "end": { - "line": 361, + "line": 403, "column": 148 } }, @@ -278362,22 +278634,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 16612 + "parenStart": 19002 } } ], "quasis": [ { "type": "TemplateElement", - "start": 16557, - "end": 16557, + "start": 18947, + "end": 18947, "loc": { "start": { - "line": 361, + "line": 403, "column": 27 }, "end": { - "line": 361, + "line": 403, "column": 27 } }, @@ -278389,15 +278661,15 @@ }, { "type": "TemplateElement", - "start": 16573, - "end": 16573, + "start": 18963, + "end": 18963, "loc": { "start": { - "line": 361, + "line": 403, "column": 43 }, "end": { - "line": 361, + "line": 403, "column": 43 } }, @@ -278409,15 +278681,15 @@ }, { "type": "TemplateElement", - "start": 16610, - "end": 16610, + "start": 19000, + "end": 19000, "loc": { "start": { - "line": 361, + "line": 403, "column": 80 }, "end": { - "line": 361, + "line": 403, "column": 80 } }, @@ -278429,15 +278701,15 @@ }, { "type": "TemplateElement", - "start": 16681, - "end": 16681, + "start": 19071, + "end": 19071, "loc": { "start": { - "line": 361, + "line": 403, "column": 151 }, "end": { - "line": 361, + "line": 403, "column": 151 } }, @@ -278455,73 +278727,73 @@ }, { "type": "ExpressionStatement", - "start": 16700, - "end": 16740, + "start": 19090, + "end": 19130, "loc": { "start": { - "line": 363, + "line": 405, "column": 8 }, "end": { - "line": 363, + "line": 405, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 16700, - "end": 16740, + "start": 19090, + "end": 19130, "loc": { "start": { - "line": 363, + "line": 405, "column": 8 }, "end": { - "line": 363, + "line": 405, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 16700, - "end": 16714, + "start": 19090, + "end": 19104, "loc": { "start": { - "line": 363, + "line": 405, "column": 8 }, "end": { - "line": 363, + "line": 405, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 16700, - "end": 16704, + "start": 19090, + "end": 19094, "loc": { "start": { - "line": 363, + "line": 405, "column": 8 }, "end": { - "line": 363, + "line": 405, "column": 12 } } }, "property": { "type": "Identifier", - "start": 16705, - "end": 16714, + "start": 19095, + "end": 19104, "loc": { "start": { - "line": 363, + "line": 405, "column": 13 }, "end": { - "line": 363, + "line": 405, "column": 22 }, "identifierName": "_selector" @@ -278532,43 +278804,43 @@ }, "right": { "type": "CallExpression", - "start": 16717, - "end": 16740, + "start": 19107, + "end": 19130, "loc": { "start": { - "line": 363, + "line": 405, "column": 25 }, "end": { - "line": 363, + "line": 405, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 16717, - "end": 16738, + "start": 19107, + "end": 19128, "loc": { "start": { - "line": 363, + "line": 405, "column": 25 }, "end": { - "line": 363, + "line": 405, "column": 46 } }, "object": { "type": "Identifier", - "start": 16717, - "end": 16726, + "start": 19107, + "end": 19116, "loc": { "start": { - "line": 363, + "line": 405, "column": 25 }, "end": { - "line": 363, + "line": 405, "column": 34 }, "identifierName": "_selector" @@ -278577,15 +278849,15 @@ }, "property": { "type": "Identifier", - "start": 16727, - "end": 16738, + "start": 19117, + "end": 19128, "loc": { "start": { - "line": 363, + "line": 405, "column": 35 }, "end": { - "line": 363, + "line": 405, "column": 46 }, "identifierName": "toLowerCase" @@ -278600,72 +278872,72 @@ }, { "type": "IfStatement", - "start": 16758, - "end": 16836, + "start": 19148, + "end": 19226, "loc": { "start": { - "line": 365, + "line": 407, "column": 8 }, "end": { - "line": 367, + "line": 409, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 16763, - "end": 16803, + "start": 19153, + "end": 19193, "loc": { "start": { - "line": 365, + "line": 407, "column": 13 }, "end": { - "line": 365, + "line": 407, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 16763, - "end": 16782, + "start": 19153, + "end": 19172, "loc": { "start": { - "line": 365, + "line": 407, "column": 13 }, "end": { - "line": 365, + "line": 407, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 16763, - "end": 16767, + "start": 19153, + "end": 19157, "loc": { "start": { - "line": 365, + "line": 407, "column": 13 }, "end": { - "line": 365, + "line": 407, "column": 17 } } }, "property": { "type": "Identifier", - "start": 16768, - "end": 16782, + "start": 19158, + "end": 19172, "loc": { "start": { - "line": 365, + "line": 407, "column": 18 }, "end": { - "line": 365, + "line": 407, "column": 32 }, "identifierName": "_isInitialized" @@ -278677,44 +278949,44 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 16786, - "end": 16803, + "start": 19176, + "end": 19193, "loc": { "start": { - "line": 365, + "line": 407, "column": 36 }, "end": { - "line": 365, + "line": 407, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 16786, - "end": 16790, + "start": 19176, + "end": 19180, "loc": { "start": { - "line": 365, + "line": 407, "column": 36 }, "end": { - "line": 365, + "line": 407, "column": 40 } } }, "property": { "type": "Identifier", - "start": 16791, - "end": 16803, + "start": 19181, + "end": 19193, "loc": { "start": { - "line": 365, + "line": 407, "column": 41 }, "end": { - "line": 365, + "line": 407, "column": 53 }, "identifierName": "_isCompleted" @@ -278726,30 +278998,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 16806, - "end": 16836, + "start": 19196, + "end": 19226, "loc": { "start": { - "line": 365, + "line": 407, "column": 56 }, "end": { - "line": 367, + "line": 409, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 16820, - "end": 16826, + "start": 19210, + "end": 19216, "loc": { "start": { - "line": 366, + "line": 408, "column": 12 }, "end": { - "line": 366, + "line": 408, "column": 18 } }, @@ -278762,72 +279034,72 @@ }, { "type": "ExpressionStatement", - "start": 16854, - "end": 16871, + "start": 19244, + "end": 19261, "loc": { "start": { - "line": 369, + "line": 411, "column": 8 }, "end": { - "line": 369, + "line": 411, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 16854, - "end": 16871, + "start": 19244, + "end": 19261, "loc": { "start": { - "line": 369, + "line": 411, "column": 8 }, "end": { - "line": 369, + "line": 411, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 16854, - "end": 16869, + "start": 19244, + "end": 19259, "loc": { "start": { - "line": 369, + "line": 411, "column": 8 }, "end": { - "line": 369, + "line": 411, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 16854, - "end": 16858, + "start": 19244, + "end": 19248, "loc": { "start": { - "line": 369, + "line": 411, "column": 8 }, "end": { - "line": 369, + "line": 411, "column": 12 } } }, "property": { "type": "Identifier", - "start": 16859, - "end": 16869, + "start": 19249, + "end": 19259, "loc": { "start": { - "line": 369, + "line": 411, "column": 13 }, "end": { - "line": 369, + "line": 411, "column": 23 }, "identifierName": "showLoader" @@ -278841,72 +279113,72 @@ }, { "type": "ExpressionStatement", - "start": 16889, - "end": 16905, + "start": 19279, + "end": 19295, "loc": { "start": { - "line": 371, + "line": 413, "column": 8 }, "end": { - "line": 371, + "line": 413, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 16889, - "end": 16905, + "start": 19279, + "end": 19295, "loc": { "start": { - "line": 371, + "line": 413, "column": 8 }, "end": { - "line": 371, + "line": 413, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 16889, - "end": 16903, + "start": 19279, + "end": 19293, "loc": { "start": { - "line": 371, + "line": 413, "column": 8 }, "end": { - "line": 371, + "line": 413, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 16889, - "end": 16893, + "start": 19279, + "end": 19283, "loc": { "start": { - "line": 371, + "line": 413, "column": 8 }, "end": { - "line": 371, + "line": 413, "column": 12 } } }, "property": { "type": "Identifier", - "start": 16894, - "end": 16903, + "start": 19284, + "end": 19293, "loc": { "start": { - "line": 371, + "line": 413, "column": 13 }, "end": { - "line": 371, + "line": 413, "column": 22 }, "identifierName": "_calcVars" @@ -278920,29 +279192,29 @@ }, { "type": "IfStatement", - "start": 16923, - "end": 17072, + "start": 19313, + "end": 19462, "loc": { "start": { - "line": 373, + "line": 415, "column": 8 }, "end": { - "line": 375, + "line": 417, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 16928, - "end": 16962, + "start": 19318, + "end": 19352, "loc": { "start": { - "line": 373, + "line": 415, "column": 13 }, "end": { - "line": 373, + "line": 415, "column": 47 } }, @@ -278950,58 +279222,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 16930, - "end": 16962, + "start": 19320, + "end": 19352, "loc": { "start": { - "line": 373, + "line": 415, "column": 15 }, "end": { - "line": 373, + "line": 415, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 16930, - "end": 16960, + "start": 19320, + "end": 19350, "loc": { "start": { - "line": 373, + "line": 415, "column": 15 }, "end": { - "line": 373, + "line": 415, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 16930, - "end": 16934, + "start": 19320, + "end": 19324, "loc": { "start": { - "line": 373, + "line": 415, "column": 15 }, "end": { - "line": 373, + "line": 415, "column": 19 } } }, "property": { "type": "Identifier", - "start": 16935, - "end": 16960, + "start": 19325, + "end": 19350, "loc": { "start": { - "line": 373, + "line": 415, "column": 20 }, "end": { - "line": 373, + "line": 415, "column": 45 }, "identifierName": "_verifyMaxRenderableRange" @@ -279018,58 +279290,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 16965, - "end": 17072, + "start": 19355, + "end": 19462, "loc": { "start": { - "line": 373, + "line": 415, "column": 50 }, "end": { - "line": 375, + "line": 417, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 16979, - "end": 17062, + "start": 19369, + "end": 19452, "loc": { "start": { - "line": 374, + "line": 416, "column": 12 }, "end": { - "line": 374, + "line": 416, "column": 95 } }, "argument": { "type": "NewExpression", - "start": 16985, - "end": 17062, + "start": 19375, + "end": 19452, "loc": { "start": { - "line": 374, + "line": 416, "column": 18 }, "end": { - "line": 374, + "line": 416, "column": 95 } }, "callee": { "type": "Identifier", - "start": 16989, - "end": 16999, + "start": 19379, + "end": 19389, "loc": { "start": { - "line": 374, + "line": 416, "column": 22 }, "end": { - "line": 374, + "line": 416, "column": 32 }, "identifierName": "RangeError" @@ -279079,15 +279351,15 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 17001, - "end": 17060, + "start": 19391, + "end": 19450, "loc": { "start": { - "line": 374, + "line": 416, "column": 34 }, "end": { - "line": 374, + "line": 416, "column": 93 } }, @@ -279095,15 +279367,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 17002, - "end": 17059, + "start": 19392, + "end": 19449, "loc": { "start": { - "line": 374, + "line": 416, "column": 35 }, "end": { - "line": 374, + "line": 416, "column": 92 } }, @@ -279125,100 +279397,100 @@ }, { "type": "ExpressionStatement", - "start": 17090, - "end": 19156, + "start": 19480, + "end": 21546, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 439, + "line": 481, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 17090, - "end": 19156, + "start": 19480, + "end": 21546, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 439, + "line": 481, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 17090, - "end": 17115, + "start": 19480, + "end": 19505, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 377, + "line": 419, "column": 33 } }, "object": { "type": "CallExpression", - "start": 17090, - "end": 17110, + "start": 19480, + "end": 19500, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 377, + "line": 419, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 17090, - "end": 17100, + "start": 19480, + "end": 19490, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 377, + "line": 419, "column": 18 } }, "object": { "type": "ThisExpression", - "start": 17090, - "end": 17094, + "start": 19480, + "end": 19484, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 377, + "line": 419, "column": 12 } } }, "property": { "type": "Identifier", - "start": 17095, - "end": 17100, + "start": 19485, + "end": 19490, "loc": { "start": { - "line": 377, + "line": 419, "column": 13 }, "end": { - "line": 377, + "line": 419, "column": 18 }, "identifierName": "sleep" @@ -279230,15 +279502,15 @@ "arguments": [ { "type": "Identifier", - "start": 17102, - "end": 17108, + "start": 19492, + "end": 19498, "loc": { "start": { - "line": 377, + "line": 419, "column": 20 }, "end": { - "line": 377, + "line": 419, "column": 26 }, "identifierName": "_sleep" @@ -279249,15 +279521,15 @@ }, "property": { "type": "Identifier", - "start": 17111, - "end": 17115, + "start": 19501, + "end": 19505, "loc": { "start": { - "line": 377, + "line": 419, "column": 29 }, "end": { - "line": 377, + "line": 419, "column": 33 }, "identifierName": "then" @@ -279269,15 +279541,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 17116, - "end": 19155, + "start": 19506, + "end": 21545, "loc": { "start": { - "line": 377, + "line": 419, "column": 34 }, "end": { - "line": 439, + "line": 481, "column": 9 } }, @@ -279288,44 +279560,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 17122, - "end": 19155, + "start": 19512, + "end": 21545, "loc": { "start": { - "line": 377, + "line": 419, "column": 40 }, "end": { - "line": 439, + "line": 481, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 17149, - "end": 17476, + "start": 19539, + "end": 19866, "loc": { "start": { - "line": 379, + "line": 421, "column": 12 }, "end": { - "line": 388, + "line": 430, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 17154, - "end": 17175, + "start": 19544, + "end": 19565, "loc": { "start": { - "line": 379, + "line": 421, "column": 17 }, "end": { - "line": 379, + "line": 421, "column": 38 } }, @@ -279333,44 +279605,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 17156, - "end": 17175, + "start": 19546, + "end": 19565, "loc": { "start": { - "line": 379, + "line": 421, "column": 19 }, "end": { - "line": 379, + "line": 421, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 17156, - "end": 17160, + "start": 19546, + "end": 19550, "loc": { "start": { - "line": 379, + "line": 421, "column": 19 }, "end": { - "line": 379, + "line": 421, "column": 23 } } }, "property": { "type": "Identifier", - "start": 17161, - "end": 17175, + "start": 19551, + "end": 19565, "loc": { "start": { - "line": 379, + "line": 421, "column": 24 }, "end": { - "line": 379, + "line": 421, "column": 38 }, "identifierName": "_isInitialized" @@ -279385,87 +279657,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 17178, - "end": 17476, + "start": 19568, + "end": 19866, "loc": { "start": { - "line": 379, + "line": 421, "column": 41 }, "end": { - "line": 388, + "line": 430, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 17213, - "end": 17231, + "start": 19603, + "end": 19621, "loc": { "start": { - "line": 381, + "line": 423, "column": 16 }, "end": { - "line": 381, + "line": 423, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 17213, - "end": 17231, + "start": 19603, + "end": 19621, "loc": { "start": { - "line": 381, + "line": 423, "column": 16 }, "end": { - "line": 381, + "line": 423, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 17213, - "end": 17229, + "start": 19603, + "end": 19619, "loc": { "start": { - "line": 381, + "line": 423, "column": 16 }, "end": { - "line": 381, + "line": 423, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 17213, - "end": 17217, + "start": 19603, + "end": 19607, "loc": { "start": { - "line": 381, + "line": 423, "column": 16 }, "end": { - "line": 381, + "line": 423, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17218, - "end": 17229, + "start": 19608, + "end": 19619, "loc": { "start": { - "line": 381, + "line": 423, "column": 21 }, "end": { - "line": 381, + "line": 423, "column": 32 }, "identifierName": "_renderView" @@ -279479,44 +279751,44 @@ }, { "type": "VariableDeclaration", - "start": 17265, - "end": 17327, + "start": 19655, + "end": 19717, "loc": { "start": { - "line": 383, + "line": 425, "column": 16 }, "end": { - "line": 383, + "line": 425, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 17271, - "end": 17327, + "start": 19661, + "end": 19717, "loc": { "start": { - "line": 383, + "line": 425, "column": 22 }, "end": { - "line": 383, + "line": 425, "column": 78 } }, "id": { "type": "Identifier", - "start": 17271, - "end": 17285, + "start": 19661, + "end": 19675, "loc": { "start": { - "line": 383, + "line": 425, "column": 22 }, "end": { - "line": 383, + "line": 425, "column": 36 }, "identifierName": "afterInitEvent" @@ -279525,43 +279797,43 @@ }, "init": { "type": "CallExpression", - "start": 17288, - "end": 17327, + "start": 19678, + "end": 19717, "loc": { "start": { - "line": 383, + "line": 425, "column": 39 }, "end": { - "line": 383, + "line": 425, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 17288, - "end": 17295, + "start": 19678, + "end": 19685, "loc": { "start": { - "line": 383, + "line": 425, "column": 39 }, "end": { - "line": 383, + "line": 425, "column": 46 } }, "object": { "type": "Identifier", - "start": 17288, - "end": 17289, + "start": 19678, + "end": 19679, "loc": { "start": { - "line": 383, + "line": 425, "column": 39 }, "end": { - "line": 383, + "line": 425, "column": 40 }, "identifierName": "$" @@ -279570,15 +279842,15 @@ }, "property": { "type": "Identifier", - "start": 17290, - "end": 17295, + "start": 19680, + "end": 19685, "loc": { "start": { - "line": 383, + "line": 425, "column": 41 }, "end": { - "line": 383, + "line": 425, "column": 46 }, "identifierName": "Event" @@ -279590,29 +279862,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17297, - "end": 17314, + "start": 19687, + "end": 19704, "loc": { "start": { - "line": 383, + "line": 425, "column": 48 }, "end": { - "line": 383, + "line": 425, "column": 65 } }, "object": { "type": "Identifier", - "start": 17297, - "end": 17302, + "start": 19687, + "end": 19692, "loc": { "start": { - "line": 383, + "line": 425, "column": 48 }, "end": { - "line": 383, + "line": 425, "column": 53 }, "identifierName": "Event" @@ -279621,15 +279893,15 @@ }, "property": { "type": "Identifier", - "start": 17303, - "end": 17314, + "start": 19693, + "end": 19704, "loc": { "start": { - "line": 383, + "line": 425, "column": 54 }, "end": { - "line": 383, + "line": 425, "column": 65 }, "identifierName": "INITIALIZED" @@ -279640,30 +279912,30 @@ }, { "type": "ObjectExpression", - "start": 17316, - "end": 17325, + "start": 19706, + "end": 19715, "loc": { "start": { - "line": 383, + "line": 425, "column": 67 }, "end": { - "line": 383, + "line": 425, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 17318, - "end": 17323, + "start": 19708, + "end": 19713, "loc": { "start": { - "line": 383, + "line": 425, "column": 69 }, "end": { - "line": 383, + "line": 425, "column": 74 } }, @@ -279672,15 +279944,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 17318, - "end": 17323, + "start": 19708, + "end": 19713, "loc": { "start": { - "line": 383, + "line": 425, "column": 69 }, "end": { - "line": 383, + "line": 425, "column": 74 }, "identifierName": "_elem" @@ -279689,15 +279961,15 @@ }, "value": { "type": "Identifier", - "start": 17318, - "end": 17323, + "start": 19708, + "end": 19713, "loc": { "start": { - "line": 383, + "line": 425, "column": 69 }, "end": { - "line": 383, + "line": 425, "column": 74 }, "identifierName": "_elem" @@ -279718,71 +279990,71 @@ }, { "type": "ExpressionStatement", - "start": 17361, - "end": 17395, + "start": 19751, + "end": 19785, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 17361, - "end": 17395, + "start": 19751, + "end": 19785, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 17361, - "end": 17377, + "start": 19751, + "end": 19767, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 32 } }, "object": { "type": "CallExpression", - "start": 17361, - "end": 17369, + "start": 19751, + "end": 19759, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 24 } }, "callee": { "type": "Identifier", - "start": 17361, - "end": 17362, + "start": 19751, + "end": 19752, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 17 }, "identifierName": "$" @@ -279792,15 +280064,15 @@ "arguments": [ { "type": "Identifier", - "start": 17363, - "end": 17368, + "start": 19753, + "end": 19758, "loc": { "start": { - "line": 385, + "line": 427, "column": 18 }, "end": { - "line": 385, + "line": 427, "column": 23 }, "identifierName": "_elem" @@ -279811,15 +280083,15 @@ }, "property": { "type": "Identifier", - "start": 17370, - "end": 17377, + "start": 19760, + "end": 19767, "loc": { "start": { - "line": 385, + "line": 427, "column": 25 }, "end": { - "line": 385, + "line": 427, "column": 32 }, "identifierName": "trigger" @@ -279831,15 +280103,15 @@ "arguments": [ { "type": "Identifier", - "start": 17379, - "end": 17393, + "start": 19769, + "end": 19783, "loc": { "start": { - "line": 385, + "line": 427, "column": 34 }, "end": { - "line": 385, + "line": 427, "column": 48 }, "identifierName": "afterInitEvent" @@ -279851,71 +280123,71 @@ }, { "type": "ExpressionStatement", - "start": 17429, - "end": 17462, + "start": 19819, + "end": 19852, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 17429, - "end": 17462, + "start": 19819, + "end": 19852, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 17429, - "end": 17441, + "start": 19819, + "end": 19831, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 28 } }, "object": { "type": "CallExpression", - "start": 17429, - "end": 17437, + "start": 19819, + "end": 19827, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 24 } }, "callee": { "type": "Identifier", - "start": 17429, - "end": 17430, + "start": 19819, + "end": 19820, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 17 }, "identifierName": "$" @@ -279925,15 +280197,15 @@ "arguments": [ { "type": "Identifier", - "start": 17431, - "end": 17436, + "start": 19821, + "end": 19826, "loc": { "start": { - "line": 387, + "line": 429, "column": 18 }, "end": { - "line": 387, + "line": 429, "column": 23 }, "identifierName": "_elem" @@ -279944,15 +280216,15 @@ }, "property": { "type": "Identifier", - "start": 17438, - "end": 17441, + "start": 19828, + "end": 19831, "loc": { "start": { - "line": 387, + "line": 429, "column": 25 }, "end": { - "line": 387, + "line": 429, "column": 28 }, "identifierName": "off" @@ -279964,29 +280236,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17443, - "end": 17460, + "start": 19833, + "end": 19850, "loc": { "start": { - "line": 387, + "line": 429, "column": 30 }, "end": { - "line": 387, + "line": 429, "column": 47 } }, "object": { "type": "Identifier", - "start": 17443, - "end": 17448, + "start": 19833, + "end": 19838, "loc": { "start": { - "line": 387, + "line": 429, "column": 30 }, "end": { - "line": 387, + "line": 429, "column": 35 }, "identifierName": "Event" @@ -279995,15 +280267,15 @@ }, "property": { "type": "Identifier", - "start": 17449, - "end": 17460, + "start": 19839, + "end": 19850, "loc": { "start": { - "line": 387, + "line": 429, "column": 36 }, "end": { - "line": 387, + "line": 429, "column": 47 }, "identifierName": "INITIALIZED" @@ -280022,29 +280294,29 @@ }, { "type": "IfStatement", - "start": 17502, - "end": 17575, + "start": 19892, + "end": 19965, "loc": { "start": { - "line": 390, + "line": 432, "column": 12 }, "end": { - "line": 392, + "line": 434, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 17507, - "end": 17523, + "start": 19897, + "end": 19913, "loc": { "start": { - "line": 390, + "line": 432, "column": 17 }, "end": { - "line": 390, + "line": 432, "column": 33 } }, @@ -280052,44 +280324,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 17509, - "end": 17523, + "start": 19899, + "end": 19913, "loc": { "start": { - "line": 390, + "line": 432, "column": 19 }, "end": { - "line": 390, + "line": 432, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 17509, - "end": 17513, + "start": 19899, + "end": 19903, "loc": { "start": { - "line": 390, + "line": 432, "column": 19 }, "end": { - "line": 390, + "line": 432, "column": 23 } } }, "property": { "type": "Identifier", - "start": 17514, - "end": 17523, + "start": 19904, + "end": 19913, "loc": { "start": { - "line": 390, + "line": 432, "column": 24 }, "end": { - "line": 390, + "line": 432, "column": 33 }, "identifierName": "_isCached" @@ -280104,87 +280376,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 17526, - "end": 17575, + "start": 19916, + "end": 19965, "loc": { "start": { - "line": 390, + "line": 432, "column": 36 }, "end": { - "line": 392, + "line": 434, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 17544, - "end": 17561, + "start": 19934, + "end": 19951, "loc": { "start": { - "line": 391, + "line": 433, "column": 16 }, "end": { - "line": 391, + "line": 433, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 17544, - "end": 17561, + "start": 19934, + "end": 19951, "loc": { "start": { - "line": 391, + "line": 433, "column": 16 }, "end": { - "line": 391, + "line": 433, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 17544, - "end": 17559, + "start": 19934, + "end": 19949, "loc": { "start": { - "line": 391, + "line": 433, "column": 16 }, "end": { - "line": 391, + "line": 433, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17544, - "end": 17548, + "start": 19934, + "end": 19938, "loc": { "start": { - "line": 391, + "line": 433, "column": 16 }, "end": { - "line": 391, + "line": 433, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17549, - "end": 17559, + "start": 19939, + "end": 19949, "loc": { "start": { - "line": 391, + "line": 433, "column": 21 }, "end": { - "line": 391, + "line": 433, "column": 31 }, "identifierName": "_loadEvent" @@ -280203,58 +280475,58 @@ }, { "type": "IfStatement", - "start": 17601, - "end": 17673, + "start": 19991, + "end": 20063, "loc": { "start": { - "line": 394, + "line": 436, "column": 12 }, "end": { - "line": 396, + "line": 438, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 17606, - "end": 17620, + "start": 19996, + "end": 20010, "loc": { "start": { - "line": 394, + "line": 436, "column": 17 }, "end": { - "line": 394, + "line": 436, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 17606, - "end": 17610, + "start": 19996, + "end": 20000, "loc": { "start": { - "line": 394, + "line": 436, "column": 17 }, "end": { - "line": 394, + "line": 436, "column": 21 } } }, "property": { "type": "Identifier", - "start": 17611, - "end": 17620, + "start": 20001, + "end": 20010, "loc": { "start": { - "line": 394, + "line": 436, "column": 22 }, "end": { - "line": 394, + "line": 436, "column": 31 }, "identifierName": "_isCached" @@ -280265,87 +280537,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 17623, - "end": 17673, + "start": 20013, + "end": 20063, "loc": { "start": { - "line": 394, + "line": 436, "column": 34 }, "end": { - "line": 396, + "line": 438, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 17641, - "end": 17659, + "start": 20031, + "end": 20049, "loc": { "start": { - "line": 395, + "line": 437, "column": 16 }, "end": { - "line": 395, + "line": 437, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 17641, - "end": 17659, + "start": 20031, + "end": 20049, "loc": { "start": { - "line": 395, + "line": 437, "column": 16 }, "end": { - "line": 395, + "line": 437, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 17641, - "end": 17657, + "start": 20031, + "end": 20047, "loc": { "start": { - "line": 395, + "line": 437, "column": 16 }, "end": { - "line": 395, + "line": 437, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 17641, - "end": 17645, + "start": 20031, + "end": 20035, "loc": { "start": { - "line": 395, + "line": 437, "column": 16 }, "end": { - "line": 395, + "line": 437, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17646, - "end": 17657, + "start": 20036, + "end": 20047, "loc": { "start": { - "line": 395, + "line": 437, "column": 21 }, "end": { - "line": 395, + "line": 437, "column": 32 }, "identifierName": "_placeEvent" @@ -280366,15 +280638,15 @@ { "type": "CommentLine", "value": " Assign events for the timeline", - "start": 17699, - "end": 17732, + "start": 20089, + "end": 20122, "loc": { "start": { - "line": 398, + "line": 440, "column": 12 }, "end": { - "line": 398, + "line": 440, "column": 45 } } @@ -280383,71 +280655,71 @@ }, { "type": "ExpressionStatement", - "start": 17745, - "end": 17922, + "start": 20135, + "end": 20312, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 403, + "line": 445, "column": 13 } }, "expression": { "type": "CallExpression", - "start": 17745, - "end": 17922, + "start": 20135, + "end": 20312, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 403, + "line": 445, "column": 13 } }, "callee": { "type": "MemberExpression", - "start": 17745, - "end": 17759, + "start": 20135, + "end": 20149, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 399, + "line": 441, "column": 26 } }, "object": { "type": "CallExpression", - "start": 17745, - "end": 17756, + "start": 20135, + "end": 20146, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 399, + "line": 441, "column": 23 } }, "callee": { "type": "Identifier", - "start": 17745, - "end": 17746, + "start": 20135, + "end": 20136, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 399, + "line": 441, "column": 13 }, "identifierName": "$" @@ -280458,15 +280730,15 @@ "arguments": [ { "type": "Identifier", - "start": 17747, - "end": 17755, + "start": 20137, + "end": 20145, "loc": { "start": { - "line": 399, + "line": 441, "column": 14 }, "end": { - "line": 399, + "line": 441, "column": 22 }, "identifierName": "document" @@ -280478,15 +280750,15 @@ }, "property": { "type": "Identifier", - "start": 17757, - "end": 17759, + "start": 20147, + "end": 20149, "loc": { "start": { - "line": 399, + "line": 441, "column": 24 }, "end": { - "line": 399, + "line": 441, "column": 26 }, "identifierName": "on" @@ -280499,29 +280771,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17777, - "end": 17794, + "start": 20167, + "end": 20184, "loc": { "start": { - "line": 400, + "line": 442, "column": 16 }, "end": { - "line": 400, + "line": 442, "column": 33 } }, "object": { "type": "Identifier", - "start": 17777, - "end": 17782, + "start": 20167, + "end": 20172, "loc": { "start": { - "line": 400, + "line": 442, "column": 16 }, "end": { - "line": 400, + "line": 442, "column": 21 }, "identifierName": "Event" @@ -280530,15 +280802,15 @@ }, "property": { "type": "Identifier", - "start": 17783, - "end": 17794, + "start": 20173, + "end": 20184, "loc": { "start": { - "line": 400, + "line": 442, "column": 22 }, "end": { - "line": 400, + "line": 442, "column": 33 }, "identifierName": "CLICK_EVENT" @@ -280549,59 +280821,59 @@ }, { "type": "TemplateLiteral", - "start": 17812, - "end": 17854, + "start": 20202, + "end": 20244, "loc": { "start": { - "line": 401, + "line": 443, "column": 16 }, "end": { - "line": 401, + "line": 443, "column": 58 } }, "expressions": [ { "type": "MemberExpression", - "start": 17815, - "end": 17829, + "start": 20205, + "end": 20219, "loc": { "start": { - "line": 401, + "line": 443, "column": 19 }, "end": { - "line": 401, + "line": 443, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 17815, - "end": 17819, + "start": 20205, + "end": 20209, "loc": { "start": { - "line": 401, + "line": 443, "column": 19 }, "end": { - "line": 401, + "line": 443, "column": 23 } } }, "property": { "type": "Identifier", - "start": 17820, - "end": 17829, + "start": 20210, + "end": 20219, "loc": { "start": { - "line": 401, + "line": 443, "column": 24 }, "end": { - "line": 401, + "line": 443, "column": 33 }, "identifierName": "_selector" @@ -280612,29 +280884,29 @@ }, { "type": "MemberExpression", - "start": 17833, - "end": 17852, + "start": 20223, + "end": 20242, "loc": { "start": { - "line": 401, + "line": 443, "column": 37 }, "end": { - "line": 401, + "line": 443, "column": 56 } }, "object": { "type": "Identifier", - "start": 17833, - "end": 17841, + "start": 20223, + "end": 20231, "loc": { "start": { - "line": 401, + "line": 443, "column": 37 }, "end": { - "line": 401, + "line": 443, "column": 45 }, "identifierName": "Selector" @@ -280643,15 +280915,15 @@ }, "property": { "type": "Identifier", - "start": 17842, - "end": 17852, + "start": 20232, + "end": 20242, "loc": { "start": { - "line": 401, + "line": 443, "column": 46 }, "end": { - "line": 401, + "line": 443, "column": 56 }, "identifierName": "EVENT_NODE" @@ -280664,15 +280936,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 17813, - "end": 17813, + "start": 20203, + "end": 20203, "loc": { "start": { - "line": 401, + "line": 443, "column": 17 }, "end": { - "line": 401, + "line": 443, "column": 17 } }, @@ -280684,15 +280956,15 @@ }, { "type": "TemplateElement", - "start": 17830, - "end": 17831, + "start": 20220, + "end": 20221, "loc": { "start": { - "line": 401, + "line": 443, "column": 34 }, "end": { - "line": 401, + "line": 443, "column": 35 } }, @@ -280704,15 +280976,15 @@ }, { "type": "TemplateElement", - "start": 17853, - "end": 17853, + "start": 20243, + "end": 20243, "loc": { "start": { - "line": 401, + "line": 443, "column": 57 }, "end": { - "line": 401, + "line": 443, "column": 57 } }, @@ -280726,15 +280998,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 17872, - "end": 17908, + "start": 20262, + "end": 20298, "loc": { "start": { - "line": 402, + "line": 444, "column": 16 }, "end": { - "line": 402, + "line": 444, "column": 52 } }, @@ -280745,15 +281017,15 @@ "params": [ { "type": "Identifier", - "start": 17874, - "end": 17879, + "start": 20264, + "end": 20269, "loc": { "start": { - "line": 402, + "line": 444, "column": 18 }, "end": { - "line": 402, + "line": 444, "column": 23 }, "identifierName": "event" @@ -280763,58 +281035,58 @@ ], "body": { "type": "CallExpression", - "start": 17885, - "end": 17908, + "start": 20275, + "end": 20298, "loc": { "start": { - "line": 402, + "line": 444, "column": 29 }, "end": { - "line": 402, + "line": 444, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 17885, - "end": 17899, + "start": 20275, + "end": 20289, "loc": { "start": { - "line": 402, + "line": 444, "column": 29 }, "end": { - "line": 402, + "line": 444, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 17885, - "end": 17889, + "start": 20275, + "end": 20279, "loc": { "start": { - "line": 402, + "line": 444, "column": 29 }, "end": { - "line": 402, + "line": 444, "column": 33 } } }, "property": { "type": "Identifier", - "start": 17890, - "end": 17899, + "start": 20280, + "end": 20289, "loc": { "start": { - "line": 402, + "line": 444, "column": 34 }, "end": { - "line": 402, + "line": 444, "column": 43 }, "identifierName": "openEvent" @@ -280826,15 +281098,15 @@ "arguments": [ { "type": "Identifier", - "start": 17901, - "end": 17906, + "start": 20291, + "end": 20296, "loc": { "start": { - "line": 402, + "line": 444, "column": 45 }, "end": { - "line": 402, + "line": 444, "column": 50 }, "identifierName": "event" @@ -280851,15 +281123,15 @@ { "type": "CommentLine", "value": " Assign events for the timeline", - "start": 17699, - "end": 17732, + "start": 20089, + "end": 20122, "loc": { "start": { - "line": 398, + "line": 440, "column": 12 }, "end": { - "line": 398, + "line": 440, "column": 45 } } @@ -280868,71 +281140,71 @@ }, { "type": "ExpressionStatement", - "start": 17935, - "end": 18100, + "start": 20325, + "end": 20490, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 408, + "line": 450, "column": 13 } }, "expression": { "type": "CallExpression", - "start": 17935, - "end": 18100, + "start": 20325, + "end": 20490, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 408, + "line": 450, "column": 13 } }, "callee": { "type": "MemberExpression", - "start": 17935, - "end": 17946, + "start": 20325, + "end": 20336, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 404, + "line": 446, "column": 23 } }, "object": { "type": "CallExpression", - "start": 17935, - "end": 17943, + "start": 20325, + "end": 20333, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 404, + "line": 446, "column": 20 } }, "callee": { "type": "Identifier", - "start": 17935, - "end": 17936, + "start": 20325, + "end": 20326, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 404, + "line": 446, "column": 13 }, "identifierName": "$" @@ -280942,15 +281214,15 @@ "arguments": [ { "type": "Identifier", - "start": 17937, - "end": 17942, + "start": 20327, + "end": 20332, "loc": { "start": { - "line": 404, + "line": 446, "column": 14 }, "end": { - "line": 404, + "line": 446, "column": 19 }, "identifierName": "_elem" @@ -280961,15 +281233,15 @@ }, "property": { "type": "Identifier", - "start": 17944, - "end": 17946, + "start": 20334, + "end": 20336, "loc": { "start": { - "line": 404, + "line": 446, "column": 21 }, "end": { - "line": 404, + "line": 446, "column": 23 }, "identifierName": "on" @@ -280981,29 +281253,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17964, - "end": 17983, + "start": 20354, + "end": 20373, "loc": { "start": { - "line": 405, + "line": 447, "column": 16 }, "end": { - "line": 405, + "line": 447, "column": 35 } }, "object": { "type": "Identifier", - "start": 17964, - "end": 17969, + "start": 20354, + "end": 20359, "loc": { "start": { - "line": 405, + "line": 447, "column": 16 }, "end": { - "line": 405, + "line": 447, "column": 21 }, "identifierName": "Event" @@ -281012,15 +281284,15 @@ }, "property": { "type": "Identifier", - "start": 17970, - "end": 17983, + "start": 20360, + "end": 20373, "loc": { "start": { - "line": 405, + "line": 447, "column": 22 }, "end": { - "line": 405, + "line": 447, "column": 35 }, "identifierName": "FOCUSIN_EVENT" @@ -281031,29 +281303,29 @@ }, { "type": "MemberExpression", - "start": 18001, - "end": 18029, + "start": 20391, + "end": 20419, "loc": { "start": { - "line": 406, + "line": 448, "column": 16 }, "end": { - "line": 406, + "line": 448, "column": 44 } }, "object": { "type": "Identifier", - "start": 18001, - "end": 18009, + "start": 20391, + "end": 20399, "loc": { "start": { - "line": 406, + "line": 448, "column": 16 }, "end": { - "line": 406, + "line": 448, "column": 24 }, "identifierName": "Selector" @@ -281062,15 +281334,15 @@ }, "property": { "type": "Identifier", - "start": 18010, - "end": 18029, + "start": 20400, + "end": 20419, "loc": { "start": { - "line": 406, + "line": 448, "column": 25 }, "end": { - "line": 406, + "line": 448, "column": 44 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -281081,15 +281353,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 18047, - "end": 18086, + "start": 20437, + "end": 20476, "loc": { "start": { - "line": 407, + "line": 449, "column": 16 }, "end": { - "line": 407, + "line": 449, "column": 55 } }, @@ -281100,15 +281372,15 @@ "params": [ { "type": "Identifier", - "start": 18049, - "end": 18054, + "start": 20439, + "end": 20444, "loc": { "start": { - "line": 407, + "line": 449, "column": 18 }, "end": { - "line": 407, + "line": 449, "column": 23 }, "identifierName": "event" @@ -281118,58 +281390,58 @@ ], "body": { "type": "CallExpression", - "start": 18060, - "end": 18086, + "start": 20450, + "end": 20476, "loc": { "start": { - "line": 407, + "line": 449, "column": 29 }, "end": { - "line": 407, + "line": 449, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 18060, - "end": 18077, + "start": 20450, + "end": 20467, "loc": { "start": { - "line": 407, + "line": 449, "column": 29 }, "end": { - "line": 407, + "line": 449, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 18060, - "end": 18064, + "start": 20450, + "end": 20454, "loc": { "start": { - "line": 407, + "line": 449, "column": 29 }, "end": { - "line": 407, + "line": 449, "column": 33 } } }, "property": { "type": "Identifier", - "start": 18065, - "end": 18077, + "start": 20455, + "end": 20467, "loc": { "start": { - "line": 407, + "line": 449, "column": 34 }, "end": { - "line": 407, + "line": 449, "column": 46 }, "identifierName": "_activeEvent" @@ -281181,15 +281453,15 @@ "arguments": [ { "type": "Identifier", - "start": 18079, - "end": 18084, + "start": 20469, + "end": 20474, "loc": { "start": { - "line": 407, + "line": 449, "column": 48 }, "end": { - "line": 407, + "line": 449, "column": 53 }, "identifierName": "event" @@ -281204,71 +281476,71 @@ }, { "type": "ExpressionStatement", - "start": 18113, - "end": 18279, + "start": 20503, + "end": 20669, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 413, + "line": 455, "column": 13 } }, "expression": { "type": "CallExpression", - "start": 18113, - "end": 18279, + "start": 20503, + "end": 20669, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 413, + "line": 455, "column": 13 } }, "callee": { "type": "MemberExpression", - "start": 18113, - "end": 18124, + "start": 20503, + "end": 20514, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 409, + "line": 451, "column": 23 } }, "object": { "type": "CallExpression", - "start": 18113, - "end": 18121, + "start": 20503, + "end": 20511, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 409, + "line": 451, "column": 20 } }, "callee": { "type": "Identifier", - "start": 18113, - "end": 18114, + "start": 20503, + "end": 20504, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 409, + "line": 451, "column": 13 }, "identifierName": "$" @@ -281278,15 +281550,15 @@ "arguments": [ { "type": "Identifier", - "start": 18115, - "end": 18120, + "start": 20505, + "end": 20510, "loc": { "start": { - "line": 409, + "line": 451, "column": 14 }, "end": { - "line": 409, + "line": 451, "column": 19 }, "identifierName": "_elem" @@ -281297,15 +281569,15 @@ }, "property": { "type": "Identifier", - "start": 18122, - "end": 18124, + "start": 20512, + "end": 20514, "loc": { "start": { - "line": 409, + "line": 451, "column": 21 }, "end": { - "line": 409, + "line": 451, "column": 23 }, "identifierName": "on" @@ -281317,29 +281589,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18142, - "end": 18162, + "start": 20532, + "end": 20552, "loc": { "start": { - "line": 410, + "line": 452, "column": 16 }, "end": { - "line": 410, + "line": 452, "column": 36 } }, "object": { "type": "Identifier", - "start": 18142, - "end": 18147, + "start": 20532, + "end": 20537, "loc": { "start": { - "line": 410, + "line": 452, "column": 16 }, "end": { - "line": 410, + "line": 452, "column": 21 }, "identifierName": "Event" @@ -281348,15 +281620,15 @@ }, "property": { "type": "Identifier", - "start": 18148, - "end": 18162, + "start": 20538, + "end": 20552, "loc": { "start": { - "line": 410, + "line": 452, "column": 22 }, "end": { - "line": 410, + "line": 452, "column": 36 }, "identifierName": "FOCUSOUT_EVENT" @@ -281367,29 +281639,29 @@ }, { "type": "MemberExpression", - "start": 18180, - "end": 18208, + "start": 20570, + "end": 20598, "loc": { "start": { - "line": 411, + "line": 453, "column": 16 }, "end": { - "line": 411, + "line": 453, "column": 44 } }, "object": { "type": "Identifier", - "start": 18180, - "end": 18188, + "start": 20570, + "end": 20578, "loc": { "start": { - "line": 411, + "line": 453, "column": 16 }, "end": { - "line": 411, + "line": 453, "column": 24 }, "identifierName": "Selector" @@ -281398,15 +281670,15 @@ }, "property": { "type": "Identifier", - "start": 18189, - "end": 18208, + "start": 20579, + "end": 20598, "loc": { "start": { - "line": 411, + "line": 453, "column": 25 }, "end": { - "line": 411, + "line": 453, "column": 44 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -281417,15 +281689,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 18226, - "end": 18265, + "start": 20616, + "end": 20655, "loc": { "start": { - "line": 412, + "line": 454, "column": 16 }, "end": { - "line": 412, + "line": 454, "column": 55 } }, @@ -281436,15 +281708,15 @@ "params": [ { "type": "Identifier", - "start": 18228, - "end": 18233, + "start": 20618, + "end": 20623, "loc": { "start": { - "line": 412, + "line": 454, "column": 18 }, "end": { - "line": 412, + "line": 454, "column": 23 }, "identifierName": "event" @@ -281454,58 +281726,58 @@ ], "body": { "type": "CallExpression", - "start": 18239, - "end": 18265, + "start": 20629, + "end": 20655, "loc": { "start": { - "line": 412, + "line": 454, "column": 29 }, "end": { - "line": 412, + "line": 454, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 18239, - "end": 18256, + "start": 20629, + "end": 20646, "loc": { "start": { - "line": 412, + "line": 454, "column": 29 }, "end": { - "line": 412, + "line": 454, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 18239, - "end": 18243, + "start": 20629, + "end": 20633, "loc": { "start": { - "line": 412, + "line": 454, "column": 29 }, "end": { - "line": 412, + "line": 454, "column": 33 } } }, "property": { "type": "Identifier", - "start": 18244, - "end": 18256, + "start": 20634, + "end": 20646, "loc": { "start": { - "line": 412, + "line": 454, "column": 34 }, "end": { - "line": 412, + "line": 454, "column": 46 }, "identifierName": "_activeEvent" @@ -281517,15 +281789,15 @@ "arguments": [ { "type": "Identifier", - "start": 18258, - "end": 18263, + "start": 20648, + "end": 20653, "loc": { "start": { - "line": 412, + "line": 454, "column": 48 }, "end": { - "line": 412, + "line": 454, "column": 53 }, "identifierName": "event" @@ -281540,57 +281812,57 @@ }, { "type": "IfStatement", - "start": 18292, - "end": 18776, + "start": 20682, + "end": 21166, "loc": { "start": { - "line": 414, + "line": 456, "column": 12 }, "end": { - "line": 425, + "line": 467, "column": 13 } }, "test": { "type": "CallExpression", - "start": 18297, - "end": 18338, + "start": 20687, + "end": 20728, "loc": { "start": { - "line": 414, + "line": 456, "column": 17 }, "end": { - "line": 414, + "line": 456, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 18297, - "end": 18317, + "start": 20687, + "end": 20707, "loc": { "start": { - "line": 414, + "line": 456, "column": 17 }, "end": { - "line": 414, + "line": 456, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 18297, - "end": 18312, + "start": 20687, + "end": 20702, "loc": { "start": { - "line": 414, + "line": 456, "column": 17 }, "end": { - "line": 414, + "line": 456, "column": 32 } }, @@ -281602,15 +281874,15 @@ }, "property": { "type": "Identifier", - "start": 18313, - "end": 18317, + "start": 20703, + "end": 20707, "loc": { "start": { - "line": 414, + "line": 456, "column": 33 }, "end": { - "line": 414, + "line": 456, "column": 37 }, "identifierName": "test" @@ -281622,58 +281894,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 18319, - "end": 18336, + "start": 20709, + "end": 20726, "loc": { "start": { - "line": 414, + "line": 456, "column": 39 }, "end": { - "line": 414, + "line": 456, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 18319, - "end": 18331, + "start": 20709, + "end": 20721, "loc": { "start": { - "line": 414, + "line": 456, "column": 39 }, "end": { - "line": 414, + "line": 456, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 18319, - "end": 18323, + "start": 20709, + "end": 20713, "loc": { "start": { - "line": 414, + "line": 456, "column": 39 }, "end": { - "line": 414, + "line": 456, "column": 43 } } }, "property": { "type": "Identifier", - "start": 18324, - "end": 18331, + "start": 20714, + "end": 20721, "loc": { "start": { - "line": 414, + "line": 456, "column": 44 }, "end": { - "line": 414, + "line": 456, "column": 51 }, "identifierName": "_config" @@ -281684,15 +281956,15 @@ }, "property": { "type": "Identifier", - "start": 18332, - "end": 18336, + "start": 20722, + "end": 20726, "loc": { "start": { - "line": 414, + "line": 456, "column": 52 }, "end": { - "line": 414, + "line": 456, "column": 56 }, "identifierName": "type" @@ -281705,86 +281977,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 18341, - "end": 18776, + "start": 20731, + "end": 21166, "loc": { "start": { - "line": 414, + "line": 456, "column": 61 }, "end": { - "line": 425, + "line": 467, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 18359, - "end": 18552, + "start": 20749, + "end": 20942, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 419, + "line": 461, "column": 17 } }, "expression": { "type": "CallExpression", - "start": 18359, - "end": 18552, + "start": 20749, + "end": 20942, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 419, + "line": 461, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 18359, - "end": 18370, + "start": 20749, + "end": 20760, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 415, + "line": 457, "column": 27 } }, "object": { "type": "CallExpression", - "start": 18359, - "end": 18367, + "start": 20749, + "end": 20757, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 415, + "line": 457, "column": 24 } }, "callee": { "type": "Identifier", - "start": 18359, - "end": 18360, + "start": 20749, + "end": 20750, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 415, + "line": 457, "column": 17 }, "identifierName": "$" @@ -281794,15 +282066,15 @@ "arguments": [ { "type": "Identifier", - "start": 18361, - "end": 18366, + "start": 20751, + "end": 20756, "loc": { "start": { - "line": 415, + "line": 457, "column": 18 }, "end": { - "line": 415, + "line": 457, "column": 23 }, "identifierName": "_elem" @@ -281813,15 +282085,15 @@ }, "property": { "type": "Identifier", - "start": 18368, - "end": 18370, + "start": 20758, + "end": 20760, "loc": { "start": { - "line": 415, + "line": 457, "column": 25 }, "end": { - "line": 415, + "line": 457, "column": 27 }, "identifierName": "on" @@ -281833,29 +282105,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18392, - "end": 18416, + "start": 20782, + "end": 20806, "loc": { "start": { - "line": 416, + "line": 458, "column": 20 }, "end": { - "line": 416, + "line": 458, "column": 44 } }, "object": { "type": "Identifier", - "start": 18392, - "end": 18397, + "start": 20782, + "end": 20787, "loc": { "start": { - "line": 416, + "line": 458, "column": 20 }, "end": { - "line": 416, + "line": 458, "column": 25 }, "identifierName": "Event" @@ -281864,15 +282136,15 @@ }, "property": { "type": "Identifier", - "start": 18398, - "end": 18416, + "start": 20788, + "end": 20806, "loc": { "start": { - "line": 416, + "line": 458, "column": 26 }, "end": { - "line": 416, + "line": 458, "column": 44 }, "identifierName": "MOUSEENTER_POINTER" @@ -281883,29 +282155,29 @@ }, { "type": "MemberExpression", - "start": 18438, - "end": 18472, + "start": 20828, + "end": 20862, "loc": { "start": { - "line": 417, + "line": 459, "column": 20 }, "end": { - "line": 417, + "line": 459, "column": 54 } }, "object": { "type": "Identifier", - "start": 18438, - "end": 18446, + "start": 20828, + "end": 20836, "loc": { "start": { - "line": 417, + "line": 459, "column": 20 }, "end": { - "line": 417, + "line": 459, "column": 28 }, "identifierName": "Selector" @@ -281914,15 +282186,15 @@ }, "property": { "type": "Identifier", - "start": 18447, - "end": 18472, + "start": 20837, + "end": 20862, "loc": { "start": { - "line": 417, + "line": 459, "column": 29 }, "end": { - "line": 417, + "line": 459, "column": 54 }, "identifierName": "VIEWER_EVENT_TYPE_POINTER" @@ -281933,15 +282205,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 18494, - "end": 18534, + "start": 20884, + "end": 20924, "loc": { "start": { - "line": 418, + "line": 460, "column": 20 }, "end": { - "line": 418, + "line": 460, "column": 60 } }, @@ -281952,15 +282224,15 @@ "params": [ { "type": "Identifier", - "start": 18496, - "end": 18501, + "start": 20886, + "end": 20891, "loc": { "start": { - "line": 418, + "line": 460, "column": 22 }, "end": { - "line": 418, + "line": 460, "column": 27 }, "identifierName": "event" @@ -281970,58 +282242,58 @@ ], "body": { "type": "CallExpression", - "start": 18507, - "end": 18534, + "start": 20897, + "end": 20924, "loc": { "start": { - "line": 418, + "line": 460, "column": 33 }, "end": { - "line": 418, + "line": 460, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 18507, - "end": 18525, + "start": 20897, + "end": 20915, "loc": { "start": { - "line": 418, + "line": 460, "column": 33 }, "end": { - "line": 418, + "line": 460, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 18507, - "end": 18511, + "start": 20897, + "end": 20901, "loc": { "start": { - "line": 418, + "line": 460, "column": 33 }, "end": { - "line": 418, + "line": 460, "column": 37 } } }, "property": { "type": "Identifier", - "start": 18512, - "end": 18525, + "start": 20902, + "end": 20915, "loc": { "start": { - "line": 418, + "line": 460, "column": 38 }, "end": { - "line": 418, + "line": 460, "column": 51 }, "identifierName": "_hoverPointer" @@ -282033,15 +282305,15 @@ "arguments": [ { "type": "Identifier", - "start": 18527, - "end": 18532, + "start": 20917, + "end": 20922, "loc": { "start": { - "line": 418, + "line": 460, "column": 53 }, "end": { - "line": 418, + "line": 460, "column": 58 }, "identifierName": "event" @@ -282056,71 +282328,71 @@ }, { "type": "ExpressionStatement", - "start": 18569, - "end": 18762, + "start": 20959, + "end": 21152, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 424, + "line": 466, "column": 17 } }, "expression": { "type": "CallExpression", - "start": 18569, - "end": 18762, + "start": 20959, + "end": 21152, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 424, + "line": 466, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 18569, - "end": 18580, + "start": 20959, + "end": 20970, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 420, + "line": 462, "column": 27 } }, "object": { "type": "CallExpression", - "start": 18569, - "end": 18577, + "start": 20959, + "end": 20967, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 420, + "line": 462, "column": 24 } }, "callee": { "type": "Identifier", - "start": 18569, - "end": 18570, + "start": 20959, + "end": 20960, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 420, + "line": 462, "column": 17 }, "identifierName": "$" @@ -282130,15 +282402,15 @@ "arguments": [ { "type": "Identifier", - "start": 18571, - "end": 18576, + "start": 20961, + "end": 20966, "loc": { "start": { - "line": 420, + "line": 462, "column": 18 }, "end": { - "line": 420, + "line": 462, "column": 23 }, "identifierName": "_elem" @@ -282149,15 +282421,15 @@ }, "property": { "type": "Identifier", - "start": 18578, - "end": 18580, + "start": 20968, + "end": 20970, "loc": { "start": { - "line": 420, + "line": 462, "column": 25 }, "end": { - "line": 420, + "line": 462, "column": 27 }, "identifierName": "on" @@ -282169,29 +282441,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18602, - "end": 18626, + "start": 20992, + "end": 21016, "loc": { "start": { - "line": 421, + "line": 463, "column": 20 }, "end": { - "line": 421, + "line": 463, "column": 44 } }, "object": { "type": "Identifier", - "start": 18602, - "end": 18607, + "start": 20992, + "end": 20997, "loc": { "start": { - "line": 421, + "line": 463, "column": 20 }, "end": { - "line": 421, + "line": 463, "column": 25 }, "identifierName": "Event" @@ -282200,15 +282472,15 @@ }, "property": { "type": "Identifier", - "start": 18608, - "end": 18626, + "start": 20998, + "end": 21016, "loc": { "start": { - "line": 421, + "line": 463, "column": 26 }, "end": { - "line": 421, + "line": 463, "column": 44 }, "identifierName": "MOUSELEAVE_POINTER" @@ -282219,29 +282491,29 @@ }, { "type": "MemberExpression", - "start": 18648, - "end": 18682, + "start": 21038, + "end": 21072, "loc": { "start": { - "line": 422, + "line": 464, "column": 20 }, "end": { - "line": 422, + "line": 464, "column": 54 } }, "object": { "type": "Identifier", - "start": 18648, - "end": 18656, + "start": 21038, + "end": 21046, "loc": { "start": { - "line": 422, + "line": 464, "column": 20 }, "end": { - "line": 422, + "line": 464, "column": 28 }, "identifierName": "Selector" @@ -282250,15 +282522,15 @@ }, "property": { "type": "Identifier", - "start": 18657, - "end": 18682, + "start": 21047, + "end": 21072, "loc": { "start": { - "line": 422, + "line": 464, "column": 29 }, "end": { - "line": 422, + "line": 464, "column": 54 }, "identifierName": "VIEWER_EVENT_TYPE_POINTER" @@ -282269,15 +282541,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 18704, - "end": 18744, + "start": 21094, + "end": 21134, "loc": { "start": { - "line": 423, + "line": 465, "column": 20 }, "end": { - "line": 423, + "line": 465, "column": 60 } }, @@ -282288,15 +282560,15 @@ "params": [ { "type": "Identifier", - "start": 18706, - "end": 18711, + "start": 21096, + "end": 21101, "loc": { "start": { - "line": 423, + "line": 465, "column": 22 }, "end": { - "line": 423, + "line": 465, "column": 27 }, "identifierName": "event" @@ -282306,58 +282578,58 @@ ], "body": { "type": "CallExpression", - "start": 18717, - "end": 18744, + "start": 21107, + "end": 21134, "loc": { "start": { - "line": 423, + "line": 465, "column": 33 }, "end": { - "line": 423, + "line": 465, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 18717, - "end": 18735, + "start": 21107, + "end": 21125, "loc": { "start": { - "line": 423, + "line": 465, "column": 33 }, "end": { - "line": 423, + "line": 465, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 18717, - "end": 18721, + "start": 21107, + "end": 21111, "loc": { "start": { - "line": 423, + "line": 465, "column": 33 }, "end": { - "line": 423, + "line": 465, "column": 37 } } }, "property": { "type": "Identifier", - "start": 18722, - "end": 18735, + "start": 21112, + "end": 21125, "loc": { "start": { - "line": 423, + "line": 465, "column": 38 }, "end": { - "line": 423, + "line": 465, "column": 51 }, "identifierName": "_hoverPointer" @@ -282369,15 +282641,15 @@ "arguments": [ { "type": "Identifier", - "start": 18737, - "end": 18742, + "start": 21127, + "end": 21132, "loc": { "start": { - "line": 423, + "line": 465, "column": 53 }, "end": { - "line": 423, + "line": 465, "column": 58 }, "identifierName": "event" @@ -282397,72 +282669,72 @@ }, { "type": "IfStatement", - "start": 18789, - "end": 19040, + "start": 21179, + "end": 21430, "loc": { "start": { - "line": 426, + "line": 468, "column": 12 }, "end": { - "line": 433, + "line": 475, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 18794, - "end": 18811, + "start": 21184, + "end": 21201, "loc": { "start": { - "line": 426, + "line": 468, "column": 17 }, "end": { - "line": 426, + "line": 468, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 18794, - "end": 18806, + "start": 21184, + "end": 21196, "loc": { "start": { - "line": 426, + "line": 468, "column": 17 }, "end": { - "line": 426, + "line": 468, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 18794, - "end": 18798, + "start": 21184, + "end": 21188, "loc": { "start": { - "line": 426, + "line": 468, "column": 17 }, "end": { - "line": 426, + "line": 468, "column": 21 } } }, "property": { "type": "Identifier", - "start": 18799, - "end": 18806, + "start": 21189, + "end": 21196, "loc": { "start": { - "line": 426, + "line": 468, "column": 22 }, "end": { - "line": 426, + "line": 468, "column": 29 }, "identifierName": "_config" @@ -282473,15 +282745,15 @@ }, "property": { "type": "Identifier", - "start": 18807, - "end": 18811, + "start": 21197, + "end": 21201, "loc": { "start": { - "line": 426, + "line": 468, "column": 30 }, "end": { - "line": 426, + "line": 468, "column": 34 }, "identifierName": "zoom" @@ -282492,86 +282764,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 18814, - "end": 19040, + "start": 21204, + "end": 21430, "loc": { "start": { - "line": 426, + "line": 468, "column": 37 }, "end": { - "line": 433, + "line": 475, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 18832, - "end": 19009, + "start": 21222, + "end": 21399, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 431, + "line": 473, "column": 17 } }, "expression": { "type": "CallExpression", - "start": 18832, - "end": 19009, + "start": 21222, + "end": 21399, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 431, + "line": 473, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 18832, - "end": 18843, + "start": 21222, + "end": 21233, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 427, + "line": 469, "column": 27 } }, "object": { "type": "CallExpression", - "start": 18832, - "end": 18840, + "start": 21222, + "end": 21230, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 427, + "line": 469, "column": 24 } }, "callee": { "type": "Identifier", - "start": 18832, - "end": 18833, + "start": 21222, + "end": 21223, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 427, + "line": 469, "column": 17 }, "identifierName": "$" @@ -282581,15 +282853,15 @@ "arguments": [ { "type": "Identifier", - "start": 18834, - "end": 18839, + "start": 21224, + "end": 21229, "loc": { "start": { - "line": 427, + "line": 469, "column": 18 }, "end": { - "line": 427, + "line": 469, "column": 23 }, "identifierName": "_elem" @@ -282600,15 +282872,15 @@ }, "property": { "type": "Identifier", - "start": 18841, - "end": 18843, + "start": 21231, + "end": 21233, "loc": { "start": { - "line": 427, + "line": 469, "column": 25 }, "end": { - "line": 427, + "line": 469, "column": 27 }, "identifierName": "on" @@ -282620,29 +282892,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18865, - "end": 18883, + "start": 21255, + "end": 21273, "loc": { "start": { - "line": 428, + "line": 470, "column": 20 }, "end": { - "line": 428, + "line": 470, "column": 38 } }, "object": { "type": "Identifier", - "start": 18865, - "end": 18870, + "start": 21255, + "end": 21260, "loc": { "start": { - "line": 428, + "line": 470, "column": 20 }, "end": { - "line": 428, + "line": 470, "column": 25 }, "identifierName": "Event" @@ -282651,15 +282923,15 @@ }, "property": { "type": "Identifier", - "start": 18871, - "end": 18883, + "start": 21261, + "end": 21273, "loc": { "start": { - "line": 428, + "line": 470, "column": 26 }, "end": { - "line": 428, + "line": 470, "column": 38 }, "identifierName": "ZOOMIN_SCALE" @@ -282670,29 +282942,29 @@ }, { "type": "MemberExpression", - "start": 18905, - "end": 18933, + "start": 21295, + "end": 21323, "loc": { "start": { - "line": 429, + "line": 471, "column": 20 }, "end": { - "line": 429, + "line": 471, "column": 48 } }, "object": { "type": "Identifier", - "start": 18905, - "end": 18913, + "start": 21295, + "end": 21303, "loc": { "start": { - "line": 429, + "line": 471, "column": 20 }, "end": { - "line": 429, + "line": 471, "column": 28 }, "identifierName": "Selector" @@ -282701,15 +282973,15 @@ }, "property": { "type": "Identifier", - "start": 18914, - "end": 18933, + "start": 21304, + "end": 21323, "loc": { "start": { - "line": 429, + "line": 471, "column": 29 }, "end": { - "line": 429, + "line": 471, "column": 48 }, "identifierName": "TIMELINE_RULER_ITEM" @@ -282720,15 +282992,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 18955, - "end": 18991, + "start": 21345, + "end": 21381, "loc": { "start": { - "line": 430, + "line": 472, "column": 20 }, "end": { - "line": 430, + "line": 472, "column": 56 } }, @@ -282739,15 +283011,15 @@ "params": [ { "type": "Identifier", - "start": 18957, - "end": 18962, + "start": 21347, + "end": 21352, "loc": { "start": { - "line": 430, + "line": 472, "column": 22 }, "end": { - "line": 430, + "line": 472, "column": 27 }, "identifierName": "event" @@ -282757,58 +283029,58 @@ ], "body": { "type": "CallExpression", - "start": 18968, - "end": 18991, + "start": 21358, + "end": 21381, "loc": { "start": { - "line": 430, + "line": 472, "column": 33 }, "end": { - "line": 430, + "line": 472, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 18968, - "end": 18982, + "start": 21358, + "end": 21372, "loc": { "start": { - "line": 430, + "line": 472, "column": 33 }, "end": { - "line": 430, + "line": 472, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 18968, - "end": 18972, + "start": 21358, + "end": 21362, "loc": { "start": { - "line": 430, + "line": 472, "column": 33 }, "end": { - "line": 430, + "line": 472, "column": 37 } } }, "property": { "type": "Identifier", - "start": 18973, - "end": 18982, + "start": 21363, + "end": 21372, "loc": { "start": { - "line": 430, + "line": 472, "column": 38 }, "end": { - "line": 430, + "line": 472, "column": 47 }, "identifierName": "zoomScale" @@ -282820,15 +283092,15 @@ "arguments": [ { "type": "Identifier", - "start": 18984, - "end": 18989, + "start": 21374, + "end": 21379, "loc": { "start": { - "line": 430, + "line": 472, "column": 49 }, "end": { - "line": 430, + "line": 472, "column": 54 }, "identifierName": "event" @@ -282848,73 +283120,73 @@ }, { "type": "ExpressionStatement", - "start": 19066, - "end": 19090, + "start": 21456, + "end": 21480, "loc": { "start": { - "line": 435, + "line": 477, "column": 12 }, "end": { - "line": 435, + "line": 477, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 19066, - "end": 19090, + "start": 21456, + "end": 21480, "loc": { "start": { - "line": 435, + "line": 477, "column": 12 }, "end": { - "line": 435, + "line": 477, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19066, - "end": 19083, + "start": 21456, + "end": 21473, "loc": { "start": { - "line": 435, + "line": 477, "column": 12 }, "end": { - "line": 435, + "line": 477, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 19066, - "end": 19070, + "start": 21456, + "end": 21460, "loc": { "start": { - "line": 435, + "line": 477, "column": 12 }, "end": { - "line": 435, + "line": 477, "column": 16 } } }, "property": { "type": "Identifier", - "start": 19071, - "end": 19083, + "start": 21461, + "end": 21473, "loc": { "start": { - "line": 435, + "line": 477, "column": 17 }, "end": { - "line": 435, + "line": 477, "column": 29 }, "identifierName": "_isCompleted" @@ -282925,15 +283197,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 19086, - "end": 19090, + "start": 21476, + "end": 21480, "loc": { "start": { - "line": 435, + "line": 477, "column": 32 }, "end": { - "line": 435, + "line": 477, "column": 36 } }, @@ -282943,72 +283215,72 @@ }, { "type": "ExpressionStatement", - "start": 19116, - "end": 19132, + "start": 21506, + "end": 21522, "loc": { "start": { - "line": 437, + "line": 479, "column": 12 }, "end": { - "line": 437, + "line": 479, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 19116, - "end": 19132, + "start": 21506, + "end": 21522, "loc": { "start": { - "line": 437, + "line": 479, "column": 12 }, "end": { - "line": 437, + "line": 479, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 19116, - "end": 19130, + "start": 21506, + "end": 21520, "loc": { "start": { - "line": 437, + "line": 479, "column": 12 }, "end": { - "line": 437, + "line": 479, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 19116, - "end": 19120, + "start": 21506, + "end": 21510, "loc": { "start": { - "line": 437, + "line": 479, "column": 12 }, "end": { - "line": 437, + "line": 479, "column": 16 } } }, "property": { "type": "Identifier", - "start": 19121, - "end": 19130, + "start": 21511, + "end": 21520, "loc": { "start": { - "line": 437, + "line": 479, "column": 17 }, "end": { - "line": 437, + "line": 479, "column": 26 }, "identifierName": "alignment" @@ -283035,15 +283307,15 @@ { "type": "CommentBlock", "value": "*\n * Initialize the plugin\n * @private\n ", - "start": 16378, - "end": 16434, + "start": 18768, + "end": 18824, "loc": { "start": { - "line": 353, + "line": 395, "column": 4 }, "end": { - "line": 356, + "line": 398, "column": 7 } } @@ -283053,15 +283325,15 @@ { "type": "CommentBlock", "value": "*\n * Calculate each properties of the timeline instance\n * @private\n ", - "start": 19172, - "end": 19257, + "start": 21562, + "end": 21647, "loc": { "start": { - "line": 442, + "line": 484, "column": 4 }, "end": { - "line": 445, + "line": 487, "column": 7 } } @@ -283070,15 +283342,15 @@ }, { "type": "ClassMethod", - "start": 19262, - "end": 22418, + "start": 21652, + "end": 24808, "loc": { "start": { - "line": 446, + "line": 488, "column": 4 }, "end": { - "line": 503, + "line": 545, "column": 5 } }, @@ -283086,15 +283358,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19262, - "end": 19271, + "start": 21652, + "end": 21661, "loc": { "start": { - "line": 446, + "line": 488, "column": 4 }, "end": { - "line": 446, + "line": 488, "column": 13 }, "identifierName": "_calcVars" @@ -283110,59 +283382,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 19274, - "end": 22418, + "start": 21664, + "end": 24808, "loc": { "start": { - "line": 446, + "line": 488, "column": 16 }, "end": { - "line": 503, + "line": 545, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 19284, - "end": 19334, + "start": 21674, + "end": 21724, "loc": { "start": { - "line": 447, + "line": 489, "column": 8 }, "end": { - "line": 448, + "line": 490, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 19288, - "end": 19309, + "start": 21678, + "end": 21699, "loc": { "start": { - "line": 447, + "line": 489, "column": 12 }, "end": { - "line": 447, + "line": 489, "column": 33 } }, "id": { "type": "Identifier", - "start": 19288, - "end": 19293, + "start": 21678, + "end": 21683, "loc": { "start": { - "line": 447, + "line": 489, "column": 12 }, "end": { - "line": 447, + "line": 489, "column": 17 }, "identifierName": "_opts" @@ -283171,44 +283443,44 @@ }, "init": { "type": "MemberExpression", - "start": 19297, - "end": 19309, + "start": 21687, + "end": 21699, "loc": { "start": { - "line": 447, + "line": 489, "column": 21 }, "end": { - "line": 447, + "line": 489, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 19297, - "end": 19301, + "start": 21687, + "end": 21691, "loc": { "start": { - "line": 447, + "line": 489, "column": 21 }, "end": { - "line": 447, + "line": 489, "column": 25 } } }, "property": { "type": "Identifier", - "start": 19302, - "end": 19309, + "start": 21692, + "end": 21699, "loc": { "start": { - "line": 447, + "line": 489, "column": 26 }, "end": { - "line": 447, + "line": 489, "column": 33 }, "identifierName": "_config" @@ -283220,29 +283492,29 @@ }, { "type": "VariableDeclarator", - "start": 19323, - "end": 19334, + "start": 21713, + "end": 21724, "loc": { "start": { - "line": 448, + "line": 490, "column": 12 }, "end": { - "line": 448, + "line": 490, "column": 23 } }, "id": { "type": "Identifier", - "start": 19323, - "end": 19329, + "start": 21713, + "end": 21719, "loc": { "start": { - "line": 448, + "line": 490, "column": 12 }, "end": { - "line": 448, + "line": 490, "column": 18 }, "identifierName": "_props" @@ -283251,15 +283523,15 @@ }, "init": { "type": "ObjectExpression", - "start": 19332, - "end": 19334, + "start": 21722, + "end": 21724, "loc": { "start": { - "line": 448, + "line": 490, "column": 21 }, "end": { - "line": 448, + "line": 490, "column": 23 } }, @@ -283271,58 +283543,58 @@ }, { "type": "ExpressionStatement", - "start": 19352, - "end": 19455, + "start": 21742, + "end": 21845, "loc": { "start": { - "line": 450, + "line": 492, "column": 8 }, "end": { - "line": 450, + "line": 492, "column": 111 } }, "expression": { "type": "AssignmentExpression", - "start": 19352, - "end": 19455, + "start": 21742, + "end": 21845, "loc": { "start": { - "line": 450, + "line": 492, "column": 8 }, "end": { - "line": 450, + "line": 492, "column": 111 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19352, - "end": 19364, + "start": 21742, + "end": 21754, "loc": { "start": { - "line": 450, + "line": 492, "column": 8 }, "end": { - "line": 450, + "line": 492, "column": 20 } }, "object": { "type": "Identifier", - "start": 19352, - "end": 19358, + "start": 21742, + "end": 21748, "loc": { "start": { - "line": 450, + "line": 492, "column": 8 }, "end": { - "line": 450, + "line": 492, "column": 14 }, "identifierName": "_props" @@ -283331,15 +283603,15 @@ }, "property": { "type": "Identifier", - "start": 19359, - "end": 19364, + "start": 21749, + "end": 21754, "loc": { "start": { - "line": 450, + "line": 492, "column": 15 }, "end": { - "line": 450, + "line": 492, "column": 20 }, "identifierName": "begin" @@ -283350,58 +283622,58 @@ }, "right": { "type": "CallExpression", - "start": 19372, - "end": 19455, + "start": 21762, + "end": 21845, "loc": { "start": { - "line": 450, + "line": 492, "column": 28 }, "end": { - "line": 450, + "line": 492, "column": 111 } }, "callee": { "type": "MemberExpression", - "start": 19372, - "end": 19387, + "start": 21762, + "end": 21777, "loc": { "start": { - "line": 450, + "line": 492, "column": 28 }, "end": { - "line": 450, + "line": 492, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19372, - "end": 19376, + "start": 21762, + "end": 21766, "loc": { "start": { - "line": 450, + "line": 492, "column": 28 }, "end": { - "line": 450, + "line": 492, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19377, - "end": 19387, + "start": 21767, + "end": 21777, "loc": { "start": { - "line": 450, + "line": 492, "column": 33 }, "end": { - "line": 450, + "line": 492, "column": 43 }, "identifierName": "supplement" @@ -283413,73 +283685,73 @@ "arguments": [ { "type": "NullLiteral", - "start": 19389, - "end": 19393, + "start": 21779, + "end": 21783, "loc": { "start": { - "line": 450, + "line": 492, "column": 45 }, "end": { - "line": 450, + "line": 492, "column": 49 } } }, { "type": "CallExpression", - "start": 19395, - "end": 19453, + "start": 21785, + "end": 21843, "loc": { "start": { - "line": 450, + "line": 492, "column": 51 }, "end": { - "line": 450, + "line": 492, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 19395, - "end": 19421, + "start": 21785, + "end": 21811, "loc": { "start": { - "line": 450, + "line": 492, "column": 51 }, "end": { - "line": 450, + "line": 492, "column": 77 } }, "object": { "type": "ThisExpression", - "start": 19395, - "end": 19399, + "start": 21785, + "end": 21789, "loc": { "start": { - "line": 450, + "line": 492, "column": 51 }, "end": { - "line": 450, + "line": 492, "column": 55 } } }, "property": { "type": "Identifier", - "start": 19400, - "end": 19421, + "start": 21790, + "end": 21811, "loc": { "start": { - "line": 450, + "line": 492, "column": 56 }, "end": { - "line": 450, + "line": 492, "column": 77 }, "identifierName": "_getPluggableDatetime" @@ -283491,29 +283763,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19423, - "end": 19442, + "start": 21813, + "end": 21832, "loc": { "start": { - "line": 450, + "line": 492, "column": 79 }, "end": { - "line": 450, + "line": 492, "column": 98 } }, "object": { "type": "Identifier", - "start": 19423, - "end": 19428, + "start": 21813, + "end": 21818, "loc": { "start": { - "line": 450, + "line": 492, "column": 79 }, "end": { - "line": 450, + "line": 492, "column": 84 }, "identifierName": "_opts" @@ -283522,15 +283794,15 @@ }, "property": { "type": "Identifier", - "start": 19429, - "end": 19442, + "start": 21819, + "end": 21832, "loc": { "start": { - "line": 450, + "line": 492, "column": 85 }, "end": { - "line": 450, + "line": 492, "column": 98 }, "identifierName": "startDatetime" @@ -283541,15 +283813,15 @@ }, { "type": "StringLiteral", - "start": 19444, - "end": 19451, + "start": 21834, + "end": 21841, "loc": { "start": { - "line": 450, + "line": 492, "column": 100 }, "end": { - "line": 450, + "line": 492, "column": 107 } }, @@ -283567,58 +283839,58 @@ }, { "type": "ExpressionStatement", - "start": 19464, - "end": 19564, + "start": 21854, + "end": 21954, "loc": { "start": { - "line": 451, + "line": 493, "column": 8 }, "end": { - "line": 451, + "line": 493, "column": 108 } }, "expression": { "type": "AssignmentExpression", - "start": 19464, - "end": 19564, + "start": 21854, + "end": 21954, "loc": { "start": { - "line": 451, + "line": 493, "column": 8 }, "end": { - "line": 451, + "line": 493, "column": 108 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19464, - "end": 19474, + "start": 21854, + "end": 21864, "loc": { "start": { - "line": 451, + "line": 493, "column": 8 }, "end": { - "line": 451, + "line": 493, "column": 18 } }, "object": { "type": "Identifier", - "start": 19464, - "end": 19470, + "start": 21854, + "end": 21860, "loc": { "start": { - "line": 451, + "line": 493, "column": 8 }, "end": { - "line": 451, + "line": 493, "column": 14 }, "identifierName": "_props" @@ -283627,15 +283899,15 @@ }, "property": { "type": "Identifier", - "start": 19471, - "end": 19474, + "start": 21861, + "end": 21864, "loc": { "start": { - "line": 451, + "line": 493, "column": 15 }, "end": { - "line": 451, + "line": 493, "column": 18 }, "identifierName": "end" @@ -283646,58 +283918,58 @@ }, "right": { "type": "CallExpression", - "start": 19484, - "end": 19564, + "start": 21874, + "end": 21954, "loc": { "start": { - "line": 451, + "line": 493, "column": 28 }, "end": { - "line": 451, + "line": 493, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 19484, - "end": 19499, + "start": 21874, + "end": 21889, "loc": { "start": { - "line": 451, + "line": 493, "column": 28 }, "end": { - "line": 451, + "line": 493, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19484, - "end": 19488, + "start": 21874, + "end": 21878, "loc": { "start": { - "line": 451, + "line": 493, "column": 28 }, "end": { - "line": 451, + "line": 493, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19489, - "end": 19499, + "start": 21879, + "end": 21889, "loc": { "start": { - "line": 451, + "line": 493, "column": 33 }, "end": { - "line": 451, + "line": 493, "column": 43 }, "identifierName": "supplement" @@ -283709,73 +283981,73 @@ "arguments": [ { "type": "NullLiteral", - "start": 19501, - "end": 19505, + "start": 21891, + "end": 21895, "loc": { "start": { - "line": 451, + "line": 493, "column": 45 }, "end": { - "line": 451, + "line": 493, "column": 49 } } }, { "type": "CallExpression", - "start": 19507, - "end": 19562, + "start": 21897, + "end": 21952, "loc": { "start": { - "line": 451, + "line": 493, "column": 51 }, "end": { - "line": 451, + "line": 493, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 19507, - "end": 19533, + "start": 21897, + "end": 21923, "loc": { "start": { - "line": 451, + "line": 493, "column": 51 }, "end": { - "line": 451, + "line": 493, "column": 77 } }, "object": { "type": "ThisExpression", - "start": 19507, - "end": 19511, + "start": 21897, + "end": 21901, "loc": { "start": { - "line": 451, + "line": 493, "column": 51 }, "end": { - "line": 451, + "line": 493, "column": 55 } } }, "property": { "type": "Identifier", - "start": 19512, - "end": 19533, + "start": 21902, + "end": 21923, "loc": { "start": { - "line": 451, + "line": 493, "column": 56 }, "end": { - "line": 451, + "line": 493, "column": 77 }, "identifierName": "_getPluggableDatetime" @@ -283787,29 +284059,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19535, - "end": 19552, + "start": 21925, + "end": 21942, "loc": { "start": { - "line": 451, + "line": 493, "column": 79 }, "end": { - "line": 451, + "line": 493, "column": 96 } }, "object": { "type": "Identifier", - "start": 19535, - "end": 19540, + "start": 21925, + "end": 21930, "loc": { "start": { - "line": 451, + "line": 493, "column": 79 }, "end": { - "line": 451, + "line": 493, "column": 84 }, "identifierName": "_opts" @@ -283818,15 +284090,15 @@ }, "property": { "type": "Identifier", - "start": 19541, - "end": 19552, + "start": 21931, + "end": 21942, "loc": { "start": { - "line": 451, + "line": 493, "column": 85 }, "end": { - "line": 451, + "line": 493, "column": 96 }, "identifierName": "endDatetime" @@ -283837,15 +284109,15 @@ }, { "type": "StringLiteral", - "start": 19554, - "end": 19560, + "start": 21944, + "end": 21950, "loc": { "start": { - "line": 451, + "line": 493, "column": 98 }, "end": { - "line": 451, + "line": 493, "column": 104 } }, @@ -283863,58 +284135,58 @@ }, { "type": "ExpressionStatement", - "start": 19573, - "end": 19657, + "start": 21963, + "end": 22047, "loc": { "start": { - "line": 452, + "line": 494, "column": 8 }, "end": { - "line": 452, + "line": 494, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 19573, - "end": 19657, + "start": 21963, + "end": 22047, "loc": { "start": { - "line": 452, + "line": 494, "column": 8 }, "end": { - "line": 452, + "line": 494, "column": 92 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19573, - "end": 19589, + "start": 21963, + "end": 21979, "loc": { "start": { - "line": 452, + "line": 494, "column": 8 }, "end": { - "line": 452, + "line": 494, "column": 24 } }, "object": { "type": "Identifier", - "start": 19573, - "end": 19579, + "start": 21963, + "end": 21969, "loc": { "start": { - "line": 452, + "line": 494, "column": 8 }, "end": { - "line": 452, + "line": 494, "column": 14 }, "identifierName": "_props" @@ -283923,15 +284195,15 @@ }, "property": { "type": "Identifier", - "start": 19580, - "end": 19589, + "start": 21970, + "end": 21979, "loc": { "start": { - "line": 452, + "line": 494, "column": 15 }, "end": { - "line": 452, + "line": 494, "column": 24 }, "identifierName": "scaleSize" @@ -283942,58 +284214,58 @@ }, "right": { "type": "CallExpression", - "start": 19593, - "end": 19657, + "start": 21983, + "end": 22047, "loc": { "start": { - "line": 452, + "line": 494, "column": 28 }, "end": { - "line": 452, + "line": 494, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 19593, - "end": 19608, + "start": 21983, + "end": 21998, "loc": { "start": { - "line": 452, + "line": 494, "column": 28 }, "end": { - "line": 452, + "line": 494, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19593, - "end": 19597, + "start": 21983, + "end": 21987, "loc": { "start": { - "line": 452, + "line": 494, "column": 28 }, "end": { - "line": 452, + "line": 494, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19598, - "end": 19608, + "start": 21988, + "end": 21998, "loc": { "start": { - "line": 452, + "line": 494, "column": 33 }, "end": { - "line": 452, + "line": 494, "column": 43 }, "identifierName": "supplement" @@ -284005,44 +284277,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 19610, - "end": 19614, + "start": 22000, + "end": 22004, "loc": { "start": { - "line": 452, + "line": 494, "column": 45 }, "end": { - "line": 452, + "line": 494, "column": 49 } } }, { "type": "MemberExpression", - "start": 19616, - "end": 19633, + "start": 22006, + "end": 22023, "loc": { "start": { - "line": 452, + "line": 494, "column": 51 }, "end": { - "line": 452, + "line": 494, "column": 68 } }, "object": { "type": "Identifier", - "start": 19616, - "end": 19621, + "start": 22006, + "end": 22011, "loc": { "start": { - "line": 452, + "line": 494, "column": 51 }, "end": { - "line": 452, + "line": 494, "column": 56 }, "identifierName": "_opts" @@ -284051,15 +284323,15 @@ }, "property": { "type": "Identifier", - "start": 19622, - "end": 19633, + "start": 22012, + "end": 22023, "loc": { "start": { - "line": 452, + "line": 494, "column": 57 }, "end": { - "line": 452, + "line": 494, "column": 68 }, "identifierName": "minGridSize" @@ -284070,44 +284342,44 @@ }, { "type": "MemberExpression", - "start": 19635, - "end": 19655, + "start": 22025, + "end": 22045, "loc": { "start": { - "line": 452, + "line": 494, "column": 70 }, "end": { - "line": 452, + "line": 494, "column": 90 } }, "object": { "type": "ThisExpression", - "start": 19635, - "end": 19639, + "start": 22025, + "end": 22029, "loc": { "start": { - "line": 452, + "line": 494, "column": 70 }, "end": { - "line": 452, + "line": 494, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19640, - "end": 19655, + "start": 22030, + "end": 22045, "loc": { "start": { - "line": 452, + "line": 494, "column": 75 }, "end": { - "line": 452, + "line": 494, "column": 90 }, "identifierName": "validateNumeric" @@ -284122,58 +284394,58 @@ }, { "type": "ExpressionStatement", - "start": 19666, - "end": 19710, + "start": 22056, + "end": 22100, "loc": { "start": { - "line": 453, + "line": 495, "column": 8 }, "end": { - "line": 453, + "line": 495, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 19666, - "end": 19710, + "start": 22056, + "end": 22100, "loc": { "start": { - "line": 453, + "line": 495, "column": 8 }, "end": { - "line": 453, + "line": 495, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19666, - "end": 19677, + "start": 22056, + "end": 22067, "loc": { "start": { - "line": 453, + "line": 495, "column": 8 }, "end": { - "line": 453, + "line": 495, "column": 19 } }, "object": { "type": "Identifier", - "start": 19666, - "end": 19672, + "start": 22056, + "end": 22062, "loc": { "start": { - "line": 453, + "line": 495, "column": 8 }, "end": { - "line": 453, + "line": 495, "column": 14 }, "identifierName": "_props" @@ -284182,15 +284454,15 @@ }, "property": { "type": "Identifier", - "start": 19673, - "end": 19677, + "start": 22063, + "end": 22067, "loc": { "start": { - "line": 453, + "line": 495, "column": 15 }, "end": { - "line": 453, + "line": 495, "column": 19 }, "identifierName": "rows" @@ -284201,58 +284473,58 @@ }, "right": { "type": "CallExpression", - "start": 19686, - "end": 19710, + "start": 22076, + "end": 22100, "loc": { "start": { - "line": 453, + "line": 495, "column": 28 }, "end": { - "line": 453, + "line": 495, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 19686, - "end": 19708, + "start": 22076, + "end": 22098, "loc": { "start": { - "line": 453, + "line": 495, "column": 28 }, "end": { - "line": 453, + "line": 495, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19686, - "end": 19690, + "start": 22076, + "end": 22080, "loc": { "start": { - "line": 453, + "line": 495, "column": 28 }, "end": { - "line": 453, + "line": 495, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19691, - "end": 19708, + "start": 22081, + "end": 22098, "loc": { "start": { - "line": 453, + "line": 495, "column": 33 }, "end": { - "line": 453, + "line": 495, "column": 50 }, "identifierName": "_getPluggableRows" @@ -284267,58 +284539,58 @@ }, { "type": "ExpressionStatement", - "start": 19719, - "end": 19801, + "start": 22109, + "end": 22191, "loc": { "start": { - "line": 454, + "line": 496, "column": 8 }, "end": { - "line": 454, + "line": 496, "column": 90 } }, "expression": { "type": "AssignmentExpression", - "start": 19719, - "end": 19801, + "start": 22109, + "end": 22191, "loc": { "start": { - "line": 454, + "line": 496, "column": 8 }, "end": { - "line": 454, + "line": 496, "column": 90 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19719, - "end": 19733, + "start": 22109, + "end": 22123, "loc": { "start": { - "line": 454, + "line": 496, "column": 8 }, "end": { - "line": 454, + "line": 496, "column": 22 } }, "object": { "type": "Identifier", - "start": 19719, - "end": 19725, + "start": 22109, + "end": 22115, "loc": { "start": { - "line": 454, + "line": 496, "column": 8 }, "end": { - "line": 454, + "line": 496, "column": 14 }, "identifierName": "_props" @@ -284327,15 +284599,15 @@ }, "property": { "type": "Identifier", - "start": 19726, - "end": 19733, + "start": 22116, + "end": 22123, "loc": { "start": { - "line": 454, + "line": 496, "column": 15 }, "end": { - "line": 454, + "line": 496, "column": 22 }, "identifierName": "rowSize" @@ -284346,58 +284618,58 @@ }, "right": { "type": "CallExpression", - "start": 19739, - "end": 19801, + "start": 22129, + "end": 22191, "loc": { "start": { - "line": 454, + "line": 496, "column": 28 }, "end": { - "line": 454, + "line": 496, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 19739, - "end": 19754, + "start": 22129, + "end": 22144, "loc": { "start": { - "line": 454, + "line": 496, "column": 28 }, "end": { - "line": 454, + "line": 496, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19739, - "end": 19743, + "start": 22129, + "end": 22133, "loc": { "start": { - "line": 454, + "line": 496, "column": 28 }, "end": { - "line": 454, + "line": 496, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19744, - "end": 19754, + "start": 22134, + "end": 22144, "loc": { "start": { - "line": 454, + "line": 496, "column": 33 }, "end": { - "line": 454, + "line": 496, "column": 43 }, "identifierName": "supplement" @@ -284409,44 +284681,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 19756, - "end": 19760, + "start": 22146, + "end": 22150, "loc": { "start": { - "line": 454, + "line": 496, "column": 45 }, "end": { - "line": 454, + "line": 496, "column": 49 } } }, { "type": "MemberExpression", - "start": 19762, - "end": 19777, + "start": 22152, + "end": 22167, "loc": { "start": { - "line": 454, + "line": 496, "column": 51 }, "end": { - "line": 454, + "line": 496, "column": 66 } }, "object": { "type": "Identifier", - "start": 19762, - "end": 19767, + "start": 22152, + "end": 22157, "loc": { "start": { - "line": 454, + "line": 496, "column": 51 }, "end": { - "line": 454, + "line": 496, "column": 56 }, "identifierName": "_opts" @@ -284455,15 +284727,15 @@ }, "property": { "type": "Identifier", - "start": 19768, - "end": 19777, + "start": 22158, + "end": 22167, "loc": { "start": { - "line": 454, + "line": 496, "column": 57 }, "end": { - "line": 454, + "line": 496, "column": 66 }, "identifierName": "rowHeight" @@ -284474,44 +284746,44 @@ }, { "type": "MemberExpression", - "start": 19779, - "end": 19799, + "start": 22169, + "end": 22189, "loc": { "start": { - "line": 454, + "line": 496, "column": 68 }, "end": { - "line": 454, + "line": 496, "column": 88 } }, "object": { "type": "ThisExpression", - "start": 19779, - "end": 19783, + "start": 22169, + "end": 22173, "loc": { "start": { - "line": 454, + "line": 496, "column": 68 }, "end": { - "line": 454, + "line": 496, "column": 72 } } }, "property": { "type": "Identifier", - "start": 19784, - "end": 19799, + "start": 22174, + "end": 22189, "loc": { "start": { - "line": 454, + "line": 496, "column": 73 }, "end": { - "line": 454, + "line": 496, "column": 88 }, "identifierName": "validateNumeric" @@ -284526,58 +284798,58 @@ }, { "type": "ExpressionStatement", - "start": 19810, - "end": 19888, + "start": 22200, + "end": 22278, "loc": { "start": { - "line": 455, + "line": 497, "column": 8 }, "end": { - "line": 455, + "line": 497, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 19810, - "end": 19888, + "start": 22200, + "end": 22278, "loc": { "start": { - "line": 455, + "line": 497, "column": 8 }, "end": { - "line": 455, + "line": 497, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19810, - "end": 19822, + "start": 22200, + "end": 22212, "loc": { "start": { - "line": 455, + "line": 497, "column": 8 }, "end": { - "line": 455, + "line": 497, "column": 20 } }, "object": { "type": "Identifier", - "start": 19810, - "end": 19816, + "start": 22200, + "end": 22206, "loc": { "start": { - "line": 455, + "line": 497, "column": 8 }, "end": { - "line": 455, + "line": 497, "column": 14 }, "identifierName": "_props" @@ -284586,15 +284858,15 @@ }, "property": { "type": "Identifier", - "start": 19817, - "end": 19822, + "start": 22207, + "end": 22212, "loc": { "start": { - "line": 455, + "line": 497, "column": 15 }, "end": { - "line": 455, + "line": 497, "column": 20 }, "identifierName": "width" @@ -284605,58 +284877,58 @@ }, "right": { "type": "CallExpression", - "start": 19830, - "end": 19888, + "start": 22220, + "end": 22278, "loc": { "start": { - "line": 455, + "line": 497, "column": 28 }, "end": { - "line": 455, + "line": 497, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 19830, - "end": 19845, + "start": 22220, + "end": 22235, "loc": { "start": { - "line": 455, + "line": 497, "column": 28 }, "end": { - "line": 455, + "line": 497, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19830, - "end": 19834, + "start": 22220, + "end": 22224, "loc": { "start": { - "line": 455, + "line": 497, "column": 28 }, "end": { - "line": 455, + "line": 497, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19835, - "end": 19845, + "start": 22225, + "end": 22235, "loc": { "start": { - "line": 455, + "line": 497, "column": 33 }, "end": { - "line": 455, + "line": 497, "column": 43 }, "identifierName": "supplement" @@ -284668,44 +284940,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 19847, - "end": 19851, + "start": 22237, + "end": 22241, "loc": { "start": { - "line": 455, + "line": 497, "column": 45 }, "end": { - "line": 455, + "line": 497, "column": 49 } } }, { "type": "MemberExpression", - "start": 19853, - "end": 19864, + "start": 22243, + "end": 22254, "loc": { "start": { - "line": 455, + "line": 497, "column": 51 }, "end": { - "line": 455, + "line": 497, "column": 62 } }, "object": { "type": "Identifier", - "start": 19853, - "end": 19858, + "start": 22243, + "end": 22248, "loc": { "start": { - "line": 455, + "line": 497, "column": 51 }, "end": { - "line": 455, + "line": 497, "column": 56 }, "identifierName": "_opts" @@ -284714,15 +284986,15 @@ }, "property": { "type": "Identifier", - "start": 19859, - "end": 19864, + "start": 22249, + "end": 22254, "loc": { "start": { - "line": 455, + "line": 497, "column": 57 }, "end": { - "line": 455, + "line": 497, "column": 62 }, "identifierName": "width" @@ -284733,44 +285005,44 @@ }, { "type": "MemberExpression", - "start": 19866, - "end": 19886, + "start": 22256, + "end": 22276, "loc": { "start": { - "line": 455, + "line": 497, "column": 64 }, "end": { - "line": 455, + "line": 497, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 19866, - "end": 19870, + "start": 22256, + "end": 22260, "loc": { "start": { - "line": 455, + "line": 497, "column": 64 }, "end": { - "line": 455, + "line": 497, "column": 68 } } }, "property": { "type": "Identifier", - "start": 19871, - "end": 19886, + "start": 22261, + "end": 22276, "loc": { "start": { - "line": 455, + "line": 497, "column": 69 }, "end": { - "line": 455, + "line": 497, "column": 84 }, "identifierName": "validateNumeric" @@ -284785,58 +285057,58 @@ }, { "type": "ExpressionStatement", - "start": 19897, - "end": 19976, + "start": 22287, + "end": 22366, "loc": { "start": { - "line": 456, + "line": 498, "column": 8 }, "end": { - "line": 456, + "line": 498, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 19897, - "end": 19976, + "start": 22287, + "end": 22366, "loc": { "start": { - "line": 456, + "line": 498, "column": 8 }, "end": { - "line": 456, + "line": 498, "column": 87 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19897, - "end": 19910, + "start": 22287, + "end": 22300, "loc": { "start": { - "line": 456, + "line": 498, "column": 8 }, "end": { - "line": 456, + "line": 498, "column": 21 } }, "object": { "type": "Identifier", - "start": 19897, - "end": 19903, + "start": 22287, + "end": 22293, "loc": { "start": { - "line": 456, + "line": 498, "column": 8 }, "end": { - "line": 456, + "line": 498, "column": 14 }, "identifierName": "_props" @@ -284845,15 +285117,15 @@ }, "property": { "type": "Identifier", - "start": 19904, - "end": 19910, + "start": 22294, + "end": 22300, "loc": { "start": { - "line": 456, + "line": 498, "column": 15 }, "end": { - "line": 456, + "line": 498, "column": 21 }, "identifierName": "height" @@ -284864,58 +285136,58 @@ }, "right": { "type": "CallExpression", - "start": 19917, - "end": 19976, + "start": 22307, + "end": 22366, "loc": { "start": { - "line": 456, + "line": 498, "column": 28 }, "end": { - "line": 456, + "line": 498, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 19917, - "end": 19932, + "start": 22307, + "end": 22322, "loc": { "start": { - "line": 456, + "line": 498, "column": 28 }, "end": { - "line": 456, + "line": 498, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 19917, - "end": 19921, + "start": 22307, + "end": 22311, "loc": { "start": { - "line": 456, + "line": 498, "column": 28 }, "end": { - "line": 456, + "line": 498, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19922, - "end": 19932, + "start": 22312, + "end": 22322, "loc": { "start": { - "line": 456, + "line": 498, "column": 33 }, "end": { - "line": 456, + "line": 498, "column": 43 }, "identifierName": "supplement" @@ -284927,44 +285199,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 19934, - "end": 19938, + "start": 22324, + "end": 22328, "loc": { "start": { - "line": 456, + "line": 498, "column": 45 }, "end": { - "line": 456, + "line": 498, "column": 49 } } }, { "type": "MemberExpression", - "start": 19940, - "end": 19952, + "start": 22330, + "end": 22342, "loc": { "start": { - "line": 456, + "line": 498, "column": 51 }, "end": { - "line": 456, + "line": 498, "column": 63 } }, "object": { "type": "Identifier", - "start": 19940, - "end": 19945, + "start": 22330, + "end": 22335, "loc": { "start": { - "line": 456, + "line": 498, "column": 51 }, "end": { - "line": 456, + "line": 498, "column": 56 }, "identifierName": "_opts" @@ -284973,15 +285245,15 @@ }, "property": { "type": "Identifier", - "start": 19946, - "end": 19952, + "start": 22336, + "end": 22342, "loc": { "start": { - "line": 456, + "line": 498, "column": 57 }, "end": { - "line": 456, + "line": 498, "column": 63 }, "identifierName": "height" @@ -284992,44 +285264,44 @@ }, { "type": "MemberExpression", - "start": 19954, - "end": 19974, + "start": 22344, + "end": 22364, "loc": { "start": { - "line": 456, + "line": 498, "column": 65 }, "end": { - "line": 456, + "line": 498, "column": 85 } }, "object": { "type": "ThisExpression", - "start": 19954, - "end": 19958, + "start": 22344, + "end": 22348, "loc": { "start": { - "line": 456, + "line": 498, "column": 65 }, "end": { - "line": 456, + "line": 498, "column": 69 } } }, "property": { "type": "Identifier", - "start": 19959, - "end": 19974, + "start": 22349, + "end": 22364, "loc": { "start": { - "line": 456, + "line": 498, "column": 70 }, "end": { - "line": 456, + "line": 498, "column": 85 }, "identifierName": "validateNumeric" @@ -285044,73 +285316,73 @@ }, { "type": "ExpressionStatement", - "start": 19994, - "end": 20022, + "start": 22384, + "end": 22412, "loc": { "start": { - "line": 458, + "line": 500, "column": 8 }, "end": { - "line": 458, + "line": 500, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 19994, - "end": 20022, + "start": 22384, + "end": 22412, "loc": { "start": { - "line": 458, + "line": 500, "column": 8 }, "end": { - "line": 458, + "line": 500, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19994, - "end": 20013, + "start": 22384, + "end": 22403, "loc": { "start": { - "line": 458, + "line": 500, "column": 8 }, "end": { - "line": 458, + "line": 500, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 19994, - "end": 19998, + "start": 22384, + "end": 22388, "loc": { "start": { - "line": 458, + "line": 500, "column": 8 }, "end": { - "line": 458, + "line": 500, "column": 12 } } }, "property": { "type": "Identifier", - "start": 19999, - "end": 20013, + "start": 22389, + "end": 22403, "loc": { "start": { - "line": 458, + "line": 500, "column": 13 }, "end": { - "line": 458, + "line": 500, "column": 27 }, "identifierName": "_instanceProps" @@ -285121,15 +285393,15 @@ }, "right": { "type": "Identifier", - "start": 20016, - "end": 20022, + "start": 22406, + "end": 22412, "loc": { "start": { - "line": 458, + "line": 500, "column": 30 }, "end": { - "line": 458, + "line": 500, "column": 36 }, "identifierName": "_props" @@ -285144,15 +285416,15 @@ { "type": "CommentLine", "value": " pre-cache", - "start": 20023, - "end": 20035, + "start": 22413, + "end": 22425, "loc": { "start": { - "line": 458, + "line": 500, "column": 37 }, "end": { - "line": 458, + "line": 500, "column": 49 } } @@ -285161,57 +285433,57 @@ }, { "type": "IfStatement", - "start": 20053, - "end": 21397, + "start": 22443, + "end": 23787, "loc": { "start": { - "line": 460, + "line": 502, "column": 8 }, "end": { - "line": 483, + "line": 525, "column": 9 } }, "test": { "type": "CallExpression", - "start": 20058, - "end": 20097, + "start": 22448, + "end": 22487, "loc": { "start": { - "line": 460, + "line": 502, "column": 13 }, "end": { - "line": 460, + "line": 502, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 20058, - "end": 20082, + "start": 22448, + "end": 22472, "loc": { "start": { - "line": 460, + "line": 502, "column": 13 }, "end": { - "line": 460, + "line": 502, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 20058, - "end": 20077, + "start": 22448, + "end": 22467, "loc": { "start": { - "line": 460, + "line": 502, "column": 13 }, "end": { - "line": 460, + "line": 502, "column": 32 } }, @@ -285224,15 +285496,15 @@ }, "property": { "type": "Identifier", - "start": 20078, - "end": 20082, + "start": 22468, + "end": 22472, "loc": { "start": { - "line": 460, + "line": 502, "column": 33 }, "end": { - "line": 460, + "line": 502, "column": 37 }, "identifierName": "test" @@ -285245,29 +285517,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 20084, - "end": 20095, + "start": 22474, + "end": 22485, "loc": { "start": { - "line": 460, + "line": 502, "column": 39 }, "end": { - "line": 460, + "line": 502, "column": 50 } }, "object": { "type": "Identifier", - "start": 20084, - "end": 20089, + "start": 22474, + "end": 22479, "loc": { "start": { - "line": 460, + "line": 502, "column": 39 }, "end": { - "line": 460, + "line": 502, "column": 44 }, "identifierName": "_opts" @@ -285276,15 +285548,15 @@ }, "property": { "type": "Identifier", - "start": 20090, - "end": 20095, + "start": 22480, + "end": 22485, "loc": { "start": { - "line": 460, + "line": 502, "column": 45 }, "end": { - "line": 460, + "line": 502, "column": 50 }, "identifierName": "scale" @@ -285298,59 +285570,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 20100, - "end": 21052, + "start": 22490, + "end": 23442, "loc": { "start": { - "line": 460, + "line": 502, "column": 55 }, "end": { - "line": 477, + "line": 519, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 20224, - "end": 20600, + "start": 22614, + "end": 22990, "loc": { "start": { - "line": 462, + "line": 504, "column": 12 }, "end": { - "line": 466, + "line": 508, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 20228, - "end": 20279, + "start": 22618, + "end": 22669, "loc": { "start": { - "line": 462, + "line": 504, "column": 16 }, "end": { - "line": 462, + "line": 504, "column": 67 } }, "id": { "type": "Identifier", - "start": 20228, - "end": 20233, + "start": 22618, + "end": 22623, "loc": { "start": { - "line": 462, + "line": 504, "column": 16 }, "end": { - "line": 462, + "line": 504, "column": 21 }, "identifierName": "_temp" @@ -285360,58 +285632,58 @@ }, "init": { "type": "CallExpression", - "start": 20247, - "end": 20279, + "start": 22637, + "end": 22669, "loc": { "start": { - "line": 462, + "line": 504, "column": 35 }, "end": { - "line": 462, + "line": 504, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 20247, - "end": 20264, + "start": 22637, + "end": 22654, "loc": { "start": { - "line": 462, + "line": 504, "column": 35 }, "end": { - "line": 462, + "line": 504, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 20247, - "end": 20251, + "start": 22637, + "end": 22641, "loc": { "start": { - "line": 462, + "line": 504, "column": 35 }, "end": { - "line": 462, + "line": 504, "column": 39 } } }, "property": { "type": "Identifier", - "start": 20252, - "end": 20264, + "start": 22642, + "end": 22654, "loc": { "start": { - "line": 462, + "line": 504, "column": 40 }, "end": { - "line": 462, + "line": 504, "column": 52 }, "identifierName": "_verifyScale" @@ -285423,29 +285695,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 20266, - "end": 20277, + "start": 22656, + "end": 22667, "loc": { "start": { - "line": 462, + "line": 504, "column": 54 }, "end": { - "line": 462, + "line": 504, "column": 65 } }, "object": { "type": "Identifier", - "start": 20266, - "end": 20271, + "start": 22656, + "end": 22661, "loc": { "start": { - "line": 462, + "line": 504, "column": 54 }, "end": { - "line": 462, + "line": 504, "column": 59 }, "identifierName": "_opts" @@ -285454,15 +285726,15 @@ }, "property": { "type": "Identifier", - "start": 20272, - "end": 20277, + "start": 22662, + "end": 22667, "loc": { "start": { - "line": 462, + "line": 504, "column": 60 }, "end": { - "line": 462, + "line": 504, "column": 65 }, "identifierName": "scale" @@ -285477,29 +285749,29 @@ }, { "type": "VariableDeclarator", - "start": 20297, - "end": 20338, + "start": 22687, + "end": 22728, "loc": { "start": { - "line": 463, + "line": 505, "column": 16 }, "end": { - "line": 463, + "line": 505, "column": 57 } }, "id": { "type": "Identifier", - "start": 20297, - "end": 20304, + "start": 22687, + "end": 22694, "loc": { "start": { - "line": 463, + "line": 505, "column": 16 }, "end": { - "line": 463, + "line": 505, "column": 23 }, "identifierName": "_values" @@ -285508,43 +285780,43 @@ }, "init": { "type": "CallExpression", - "start": 20316, - "end": 20338, + "start": 22706, + "end": 22728, "loc": { "start": { - "line": 463, + "line": 505, "column": 35 }, "end": { - "line": 463, + "line": 505, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 20316, - "end": 20329, + "start": 22706, + "end": 22719, "loc": { "start": { - "line": 463, + "line": 505, "column": 35 }, "end": { - "line": 463, + "line": 505, "column": 48 } }, "object": { "type": "Identifier", - "start": 20316, - "end": 20322, + "start": 22706, + "end": 22712, "loc": { "start": { - "line": 463, + "line": 505, "column": 35 }, "end": { - "line": 463, + "line": 505, "column": 41 }, "identifierName": "Object" @@ -285553,15 +285825,15 @@ }, "property": { "type": "Identifier", - "start": 20323, - "end": 20329, + "start": 22713, + "end": 22719, "loc": { "start": { - "line": 463, + "line": 505, "column": 42 }, "end": { - "line": 463, + "line": 505, "column": 48 }, "identifierName": "values" @@ -285573,15 +285845,15 @@ "arguments": [ { "type": "Identifier", - "start": 20331, - "end": 20336, + "start": 22721, + "end": 22726, "loc": { "start": { - "line": 463, + "line": 505, "column": 50 }, "end": { - "line": 463, + "line": 505, "column": 55 }, "identifierName": "_temp" @@ -285593,29 +285865,29 @@ }, { "type": "VariableDeclarator", - "start": 20356, - "end": 20450, + "start": 22746, + "end": 22840, "loc": { "start": { - "line": 464, + "line": 506, "column": 16 }, "end": { - "line": 464, + "line": 506, "column": 110 } }, "id": { "type": "Identifier", - "start": 20356, - "end": 20368, + "start": 22746, + "end": 22758, "loc": { "start": { - "line": 464, + "line": 506, "column": 16 }, "end": { - "line": 464, + "line": 506, "column": 28 }, "identifierName": "_averageDays" @@ -285624,58 +285896,58 @@ }, "init": { "type": "CallExpression", - "start": 20375, - "end": 20450, + "start": 22765, + "end": 22840, "loc": { "start": { - "line": 464, + "line": 506, "column": 35 }, "end": { - "line": 464, + "line": 506, "column": 110 } }, "callee": { "type": "MemberExpression", - "start": 20375, - "end": 20388, + "start": 22765, + "end": 22778, "loc": { "start": { - "line": 464, + "line": 506, "column": 35 }, "end": { - "line": 464, + "line": 506, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 20375, - "end": 20379, + "start": 22765, + "end": 22769, "loc": { "start": { - "line": 464, + "line": 506, "column": 35 }, "end": { - "line": 464, + "line": 506, "column": 39 } } }, "property": { "type": "Identifier", - "start": 20380, - "end": 20388, + "start": 22770, + "end": 22778, "loc": { "start": { - "line": 464, + "line": 506, "column": 40 }, "end": { - "line": 464, + "line": 506, "column": 48 }, "identifierName": "numRound" @@ -285687,57 +285959,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 20390, - "end": 20445, + "start": 22780, + "end": 22835, "loc": { "start": { - "line": 464, + "line": 506, "column": 50 }, "end": { - "line": 464, + "line": 506, "column": 105 } }, "left": { "type": "CallExpression", - "start": 20390, - "end": 20428, + "start": 22780, + "end": 22818, "loc": { "start": { - "line": 464, + "line": 506, "column": 50 }, "end": { - "line": 464, + "line": 506, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 20390, - "end": 20404, + "start": 22780, + "end": 22794, "loc": { "start": { - "line": 464, + "line": 506, "column": 50 }, "end": { - "line": 464, + "line": 506, "column": 64 } }, "object": { "type": "Identifier", - "start": 20390, - "end": 20397, + "start": 22780, + "end": 22787, "loc": { "start": { - "line": 464, + "line": 506, "column": 50 }, "end": { - "line": 464, + "line": 506, "column": 57 }, "identifierName": "_values" @@ -285746,15 +286018,15 @@ }, "property": { "type": "Identifier", - "start": 20398, - "end": 20404, + "start": 22788, + "end": 22794, "loc": { "start": { - "line": 464, + "line": 506, "column": 58 }, "end": { - "line": 464, + "line": 506, "column": 64 }, "identifierName": "reduce" @@ -285766,15 +286038,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 20406, - "end": 20423, + "start": 22796, + "end": 22813, "loc": { "start": { - "line": 464, + "line": 506, "column": 66 }, "end": { - "line": 464, + "line": 506, "column": 83 } }, @@ -285785,15 +286057,15 @@ "params": [ { "type": "Identifier", - "start": 20408, - "end": 20409, + "start": 22798, + "end": 22799, "loc": { "start": { - "line": 464, + "line": 506, "column": 68 }, "end": { - "line": 464, + "line": 506, "column": 69 }, "identifierName": "a" @@ -285802,15 +286074,15 @@ }, { "type": "Identifier", - "start": 20411, - "end": 20412, + "start": 22801, + "end": 22802, "loc": { "start": { - "line": 464, + "line": 506, "column": 71 }, "end": { - "line": 464, + "line": 506, "column": 72 }, "identifierName": "v" @@ -285820,29 +286092,29 @@ ], "body": { "type": "BinaryExpression", - "start": 20418, - "end": 20423, + "start": 22808, + "end": 22813, "loc": { "start": { - "line": 464, + "line": 506, "column": 78 }, "end": { - "line": 464, + "line": 506, "column": 83 } }, "left": { "type": "Identifier", - "start": 20418, - "end": 20419, + "start": 22808, + "end": 22809, "loc": { "start": { - "line": 464, + "line": 506, "column": 78 }, "end": { - "line": 464, + "line": 506, "column": 79 }, "identifierName": "a" @@ -285852,15 +286124,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 20422, - "end": 20423, + "start": 22812, + "end": 22813, "loc": { "start": { - "line": 464, + "line": 506, "column": 82 }, "end": { - "line": 464, + "line": 506, "column": 83 }, "identifierName": "v" @@ -285871,15 +286143,15 @@ }, { "type": "NumericLiteral", - "start": 20425, - "end": 20426, + "start": 22815, + "end": 22816, "loc": { "start": { - "line": 464, + "line": 506, "column": 85 }, "end": { - "line": 464, + "line": 506, "column": 86 } }, @@ -285894,29 +286166,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 20431, - "end": 20445, + "start": 22821, + "end": 22835, "loc": { "start": { - "line": 464, + "line": 506, "column": 91 }, "end": { - "line": 464, + "line": 506, "column": 105 } }, "object": { "type": "Identifier", - "start": 20431, - "end": 20438, + "start": 22821, + "end": 22828, "loc": { "start": { - "line": 464, + "line": 506, "column": 91 }, "end": { - "line": 464, + "line": 506, "column": 98 }, "identifierName": "_values" @@ -285925,15 +286197,15 @@ }, "property": { "type": "Identifier", - "start": 20439, - "end": 20445, + "start": 22829, + "end": 22835, "loc": { "start": { - "line": 464, + "line": 506, "column": 99 }, "end": { - "line": 464, + "line": 506, "column": 105 }, "identifierName": "length" @@ -285945,15 +286217,15 @@ }, { "type": "NumericLiteral", - "start": 20447, - "end": 20448, + "start": 22837, + "end": 22838, "loc": { "start": { - "line": 464, + "line": 506, "column": 107 }, "end": { - "line": 464, + "line": 506, "column": 108 } }, @@ -285968,29 +286240,29 @@ }, { "type": "VariableDeclarator", - "start": 20501, - "end": 20562, + "start": 22891, + "end": 22952, "loc": { "start": { - "line": 465, + "line": 507, "column": 16 }, "end": { - "line": 465, + "line": 507, "column": 77 } }, "id": { "type": "Identifier", - "start": 20501, - "end": 20517, + "start": 22891, + "end": 22907, "loc": { "start": { - "line": 465, + "line": 507, "column": 16 }, "end": { - "line": 465, + "line": 507, "column": 32 }, "identifierName": "_baseDaysOfScale" @@ -286000,57 +286272,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 20520, - "end": 20562, + "start": 22910, + "end": 22952, "loc": { "start": { - "line": 465, + "line": 507, "column": 35 }, "end": { - "line": 465, + "line": 507, "column": 77 } }, "test": { "type": "CallExpression", - "start": 20520, - "end": 20551, + "start": 22910, + "end": 22941, "loc": { "start": { - "line": 465, + "line": 507, "column": 35 }, "end": { - "line": 465, + "line": 507, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 20520, - "end": 20536, + "start": 22910, + "end": 22926, "loc": { "start": { - "line": 465, + "line": 507, "column": 35 }, "end": { - "line": 465, + "line": 507, "column": 51 } }, "object": { "type": "RegExpLiteral", - "start": 20520, - "end": 20531, + "start": 22910, + "end": 22921, "loc": { "start": { - "line": 465, + "line": 507, "column": 35 }, "end": { - "line": 465, + "line": 507, "column": 46 } }, @@ -286062,15 +286334,15 @@ }, "property": { "type": "Identifier", - "start": 20532, - "end": 20536, + "start": 22922, + "end": 22926, "loc": { "start": { - "line": 465, + "line": 507, "column": 47 }, "end": { - "line": 465, + "line": 507, "column": 51 }, "identifierName": "test" @@ -286082,29 +286354,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 20538, - "end": 20549, + "start": 22928, + "end": 22939, "loc": { "start": { - "line": 465, + "line": 507, "column": 53 }, "end": { - "line": 465, + "line": 507, "column": 64 } }, "object": { "type": "Identifier", - "start": 20538, - "end": 20543, + "start": 22928, + "end": 22933, "loc": { "start": { - "line": 465, + "line": 507, "column": 53 }, "end": { - "line": 465, + "line": 507, "column": 58 }, "identifierName": "_opts" @@ -286113,15 +286385,15 @@ }, "property": { "type": "Identifier", - "start": 20544, - "end": 20549, + "start": 22934, + "end": 22939, "loc": { "start": { - "line": 465, + "line": 507, "column": 59 }, "end": { - "line": 465, + "line": 507, "column": 64 }, "identifierName": "scale" @@ -286134,15 +286406,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 20554, - "end": 20557, + "start": 22944, + "end": 22947, "loc": { "start": { - "line": 465, + "line": 507, "column": 69 }, "end": { - "line": 465, + "line": 507, "column": 72 } }, @@ -286154,15 +286426,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 20560, - "end": 20562, + "start": 22950, + "end": 22952, "loc": { "start": { - "line": 465, + "line": 507, "column": 75 }, "end": { - "line": 465, + "line": 507, "column": 77 } }, @@ -286177,15 +286449,15 @@ { "type": "CommentLine", "value": " Average days within the range", - "start": 20452, - "end": 20484, + "start": 22842, + "end": 22874, "loc": { "start": { - "line": 464, + "line": 506, "column": 112 }, "end": { - "line": 464, + "line": 506, "column": 144 } } @@ -286194,29 +286466,29 @@ }, { "type": "VariableDeclarator", - "start": 20580, - "end": 20600, + "start": 22970, + "end": 22990, "loc": { "start": { - "line": 466, + "line": 508, "column": 16 }, "end": { - "line": 466, + "line": 508, "column": 36 } }, "id": { "type": "Identifier", - "start": 20580, - "end": 20591, + "start": 22970, + "end": 22981, "loc": { "start": { - "line": 466, + "line": 508, "column": 16 }, "end": { - "line": 466, + "line": 508, "column": 27 }, "identifierName": "_totalWidth" @@ -286225,15 +286497,15 @@ }, "init": { "type": "NumericLiteral", - "start": 20599, - "end": 20600, + "start": 22989, + "end": 22990, "loc": { "start": { - "line": 466, + "line": 508, "column": 35 }, "end": { - "line": 466, + "line": 508, "column": 36 } }, @@ -286253,15 +286525,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 20114, - "end": 20211, + "start": 22504, + "end": 22601, "loc": { "start": { - "line": 461, + "line": 503, "column": 12 }, "end": { - "line": 461, + "line": 503, "column": 109 } } @@ -286271,15 +286543,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -286288,57 +286560,57 @@ }, { "type": "ExpressionStatement", - "start": 20674, - "end": 20817, + "start": 23064, + "end": 23207, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 471, + "line": 513, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 20674, - "end": 20817, + "start": 23064, + "end": 23207, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 471, + "line": 513, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 20674, - "end": 20689, + "start": 23064, + "end": 23079, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 469, + "line": 511, "column": 27 } }, "object": { "type": "Identifier", - "start": 20674, - "end": 20681, + "start": 23064, + "end": 23071, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 469, + "line": 511, "column": 19 }, "identifierName": "_values" @@ -286348,15 +286620,15 @@ }, "property": { "type": "Identifier", - "start": 20682, - "end": 20689, + "start": 23072, + "end": 23079, "loc": { "start": { - "line": 469, + "line": 511, "column": 20 }, "end": { - "line": 469, + "line": 511, "column": 27 }, "identifierName": "forEach" @@ -286369,15 +286641,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 20691, - "end": 20816, + "start": 23081, + "end": 23206, "loc": { "start": { - "line": 469, + "line": 511, "column": 29 }, "end": { - "line": 471, + "line": 513, "column": 13 } }, @@ -286388,15 +286660,15 @@ "params": [ { "type": "Identifier", - "start": 20693, - "end": 20697, + "start": 23083, + "end": 23087, "loc": { "start": { - "line": 469, + "line": 511, "column": 31 }, "end": { - "line": 469, + "line": 511, "column": 35 }, "identifierName": "days" @@ -286406,59 +286678,59 @@ ], "body": { "type": "BlockStatement", - "start": 20703, - "end": 20816, + "start": 23093, + "end": 23206, "loc": { "start": { - "line": 469, + "line": 511, "column": 41 }, "end": { - "line": 471, + "line": 513, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 20721, - "end": 20802, + "start": 23111, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 20721, - "end": 20802, + "start": 23111, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 20721, - "end": 20732, + "start": 23111, + "end": 23122, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 27 }, "identifierName": "_totalWidth" @@ -286467,58 +286739,58 @@ }, "right": { "type": "CallExpression", - "start": 20736, - "end": 20802, + "start": 23126, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 20736, - "end": 20749, + "start": 23126, + "end": 23139, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 20736, - "end": 20740, + "start": 23126, + "end": 23130, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 35 } } }, "property": { "type": "Identifier", - "start": 20741, - "end": 20749, + "start": 23131, + "end": 23139, "loc": { "start": { - "line": 470, + "line": 512, "column": 36 }, "end": { - "line": 470, + "line": 512, "column": 44 }, "identifierName": "numRound" @@ -286530,43 +286802,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 20751, - "end": 20797, + "start": 23141, + "end": 23187, "loc": { "start": { - "line": 470, + "line": 512, "column": 46 }, "end": { - "line": 470, + "line": 512, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 20753, - "end": 20776, + "start": 23143, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 48 }, "end": { - "line": 470, + "line": 512, "column": 71 } }, "left": { "type": "Identifier", - "start": 20753, - "end": 20757, + "start": 23143, + "end": 23147, "loc": { "start": { - "line": 470, + "line": 512, "column": 48 }, "end": { - "line": 470, + "line": 512, "column": 52 }, "identifierName": "days" @@ -286576,29 +286848,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 20760, - "end": 20776, + "start": 23150, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 55 }, "end": { - "line": 470, + "line": 512, "column": 71 } }, "object": { "type": "Identifier", - "start": 20760, - "end": 20766, + "start": 23150, + "end": 23156, "loc": { "start": { - "line": 470, + "line": 512, "column": 55 }, "end": { - "line": 470, + "line": 512, "column": 61 }, "identifierName": "_props" @@ -286607,15 +286879,15 @@ }, "property": { "type": "Identifier", - "start": 20767, - "end": 20776, + "start": 23157, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 62 }, "end": { - "line": 470, + "line": 512, "column": 71 }, "identifierName": "scaleSize" @@ -286626,21 +286898,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 20751 + "parenStart": 23141 } }, "operator": "/", "right": { "type": "Identifier", - "start": 20781, - "end": 20797, + "start": 23171, + "end": 23187, "loc": { "start": { - "line": 470, + "line": 512, "column": 76 }, "end": { - "line": 470, + "line": 512, "column": 92 }, "identifierName": "_baseDaysOfScale" @@ -286650,15 +286922,15 @@ }, { "type": "NumericLiteral", - "start": 20799, - "end": 20800, + "start": 23189, + "end": 23190, "loc": { "start": { - "line": 470, + "line": 512, "column": 94 }, "end": { - "line": 470, + "line": 512, "column": 95 } }, @@ -286683,15 +286955,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -286700,58 +286972,58 @@ }, { "type": "ExpressionStatement", - "start": 20843, - "end": 20904, + "start": 23233, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 20843, - "end": 20904, + "start": 23233, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20843, - "end": 20855, + "start": 23233, + "end": 23245, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 24 } }, "object": { "type": "Identifier", - "start": 20843, - "end": 20849, + "start": 23233, + "end": 23239, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 18 }, "identifierName": "_props" @@ -286760,15 +287032,15 @@ }, "property": { "type": "Identifier", - "start": 20850, - "end": 20855, + "start": 23240, + "end": 23245, "loc": { "start": { - "line": 473, + "line": 515, "column": 19 }, "end": { - "line": 473, + "line": 515, "column": 24 }, "identifierName": "scale" @@ -286779,29 +287051,29 @@ }, "right": { "type": "BinaryExpression", - "start": 20866, - "end": 20904, + "start": 23256, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 35 }, "end": { - "line": 473, + "line": 515, "column": 73 } }, "left": { "type": "Identifier", - "start": 20866, - "end": 20878, + "start": 23256, + "end": 23268, "loc": { "start": { - "line": 473, + "line": 515, "column": 35 }, "end": { - "line": 473, + "line": 515, "column": 47 }, "identifierName": "_averageDays" @@ -286811,57 +287083,57 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 20883, - "end": 20902, + "start": 23273, + "end": 23292, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 20883, - "end": 20895, + "start": 23273, + "end": 23285, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 20883, - "end": 20890, + "start": 23273, + "end": 23280, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 59 } }, "left": { "type": "NumericLiteral", - "start": 20883, - "end": 20885, + "start": 23273, + "end": 23275, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 54 } }, @@ -286874,15 +287146,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20888, - "end": 20890, + "start": 23278, + "end": 23280, "loc": { "start": { - "line": 473, + "line": 515, "column": 57 }, "end": { - "line": 473, + "line": 515, "column": 59 } }, @@ -286896,15 +287168,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20893, - "end": 20895, + "start": 23283, + "end": 23285, "loc": { "start": { - "line": 473, + "line": 515, "column": 62 }, "end": { - "line": 473, + "line": 515, "column": 64 } }, @@ -286918,15 +287190,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 20898, - "end": 20902, + "start": 23288, + "end": 23292, "loc": { "start": { - "line": 473, + "line": 515, "column": 67 }, "end": { - "line": 473, + "line": 515, "column": 71 } }, @@ -286938,7 +287210,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 20881 + "parenStart": 23271 } } } @@ -286946,58 +287218,58 @@ }, { "type": "ExpressionStatement", - "start": 20917, - "end": 20954, + "start": 23307, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 20917, - "end": 20954, + "start": 23307, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20917, - "end": 20929, + "start": 23307, + "end": 23319, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 24 } }, "object": { "type": "Identifier", - "start": 20917, - "end": 20923, + "start": 23307, + "end": 23313, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 18 }, "identifierName": "_props" @@ -287006,15 +287278,15 @@ }, "property": { "type": "Identifier", - "start": 20924, - "end": 20929, + "start": 23314, + "end": 23319, "loc": { "start": { - "line": 474, + "line": 516, "column": 19 }, "end": { - "line": 474, + "line": 516, "column": 24 }, "identifierName": "grids" @@ -287025,29 +287297,29 @@ }, "right": { "type": "MemberExpression", - "start": 20940, - "end": 20954, + "start": 23330, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 35 }, "end": { - "line": 474, + "line": 516, "column": 49 } }, "object": { "type": "Identifier", - "start": 20940, - "end": 20947, + "start": 23330, + "end": 23337, "loc": { "start": { - "line": 474, + "line": 516, "column": 35 }, "end": { - "line": 474, + "line": 516, "column": 42 }, "identifierName": "_values" @@ -287056,15 +287328,15 @@ }, "property": { "type": "Identifier", - "start": 20948, - "end": 20954, + "start": 23338, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 43 }, "end": { - "line": 474, + "line": 516, "column": 49 }, "identifierName": "length" @@ -287077,58 +287349,58 @@ }, { "type": "ExpressionStatement", - "start": 20967, - "end": 20995, + "start": 23357, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 20967, - "end": 20995, + "start": 23357, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20967, - "end": 20987, + "start": 23357, + "end": 23377, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 32 } }, "object": { "type": "Identifier", - "start": 20967, - "end": 20973, + "start": 23357, + "end": 23363, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 18 }, "identifierName": "_props" @@ -287137,15 +287409,15 @@ }, "property": { "type": "Identifier", - "start": 20974, - "end": 20987, + "start": 23364, + "end": 23377, "loc": { "start": { - "line": 475, + "line": 517, "column": 19 }, "end": { - "line": 475, + "line": 517, "column": 32 }, "identifierName": "variableScale" @@ -287156,15 +287428,15 @@ }, "right": { "type": "Identifier", - "start": 20990, - "end": 20995, + "start": 23380, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 35 }, "end": { - "line": 475, + "line": 517, "column": 40 }, "identifierName": "_temp" @@ -287175,58 +287447,58 @@ }, { "type": "ExpressionStatement", - "start": 21008, - "end": 21042, + "start": 23398, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 21008, - "end": 21042, + "start": 23398, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21008, - "end": 21024, + "start": 23398, + "end": 23414, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 28 } }, "object": { "type": "Identifier", - "start": 21008, - "end": 21014, + "start": 23398, + "end": 23404, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 18 }, "identifierName": "_props" @@ -287235,15 +287507,15 @@ }, "property": { "type": "Identifier", - "start": 21015, - "end": 21024, + "start": 23405, + "end": 23414, "loc": { "start": { - "line": 476, + "line": 518, "column": 19 }, "end": { - "line": 476, + "line": 518, "column": 28 }, "identifierName": "fullwidth" @@ -287254,15 +287526,15 @@ }, "right": { "type": "Identifier", - "start": 21031, - "end": 21042, + "start": 23421, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 35 }, "end": { - "line": 476, + "line": 518, "column": 46 }, "identifierName": "_totalWidth" @@ -287276,73 +287548,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 21058, - "end": 21397, + "start": 23448, + "end": 23787, "loc": { "start": { - "line": 477, + "line": 519, "column": 15 }, "end": { - "line": 483, + "line": 525, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 21132, - "end": 21187, + "start": 23522, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 21132, - "end": 21187, + "start": 23522, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21132, - "end": 21144, + "start": 23522, + "end": 23534, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 24 } }, "object": { "type": "Identifier", - "start": 21132, - "end": 21138, + "start": 23522, + "end": 23528, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 18 }, "identifierName": "_props" @@ -287352,15 +287624,15 @@ }, "property": { "type": "Identifier", - "start": 21139, - "end": 21144, + "start": 23529, + "end": 23534, "loc": { "start": { - "line": 479, + "line": 521, "column": 19 }, "end": { - "line": 479, + "line": 521, "column": 24 }, "identifierName": "scale" @@ -287372,58 +287644,58 @@ }, "right": { "type": "CallExpression", - "start": 21155, - "end": 21187, + "start": 23545, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 21155, - "end": 21172, + "start": 23545, + "end": 23562, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 21155, - "end": 21159, + "start": 23545, + "end": 23549, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 39 } } }, "property": { "type": "Identifier", - "start": 21160, - "end": 21172, + "start": 23550, + "end": 23562, "loc": { "start": { - "line": 479, + "line": 521, "column": 40 }, "end": { - "line": 479, + "line": 521, "column": 52 }, "identifierName": "_verifyScale" @@ -287435,29 +287707,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 21174, - "end": 21185, + "start": 23564, + "end": 23575, "loc": { "start": { - "line": 479, + "line": 521, "column": 54 }, "end": { - "line": 479, + "line": 521, "column": 65 } }, "object": { "type": "Identifier", - "start": 21174, - "end": 21179, + "start": 23564, + "end": 23569, "loc": { "start": { - "line": 479, + "line": 521, "column": 54 }, "end": { - "line": 479, + "line": 521, "column": 59 }, "identifierName": "_opts" @@ -287466,15 +287738,15 @@ }, "property": { "type": "Identifier", - "start": 21180, - "end": 21185, + "start": 23570, + "end": 23575, "loc": { "start": { - "line": 479, + "line": 521, "column": 60 }, "end": { - "line": 479, + "line": 521, "column": 65 }, "identifierName": "scale" @@ -287491,15 +287763,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 21072, - "end": 21119, + "start": 23462, + "end": 23509, "loc": { "start": { - "line": 478, + "line": 520, "column": 12 }, "end": { - "line": 478, + "line": 520, "column": 59 } } @@ -287508,58 +287780,58 @@ }, { "type": "ExpressionStatement", - "start": 21200, - "end": 21280, + "start": 23590, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 21200, - "end": 21280, + "start": 23590, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21200, - "end": 21212, + "start": 23590, + "end": 23602, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 24 } }, "object": { "type": "Identifier", - "start": 21200, - "end": 21206, + "start": 23590, + "end": 23596, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 18 }, "identifierName": "_props" @@ -287568,15 +287840,15 @@ }, "property": { "type": "Identifier", - "start": 21207, - "end": 21212, + "start": 23597, + "end": 23602, "loc": { "start": { - "line": 480, + "line": 522, "column": 19 }, "end": { - "line": 480, + "line": 522, "column": 24 }, "identifierName": "grids" @@ -287587,43 +287859,43 @@ }, "right": { "type": "CallExpression", - "start": 21223, - "end": 21280, + "start": 23613, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 21223, - "end": 21232, + "start": 23613, + "end": 23622, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 44 } }, "object": { "type": "Identifier", - "start": 21223, - "end": 21227, + "start": 23613, + "end": 23617, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 39 }, "identifierName": "Math" @@ -287632,15 +287904,15 @@ }, "property": { "type": "Identifier", - "start": 21228, - "end": 21232, + "start": 23618, + "end": 23622, "loc": { "start": { - "line": 480, + "line": 522, "column": 40 }, "end": { - "line": 480, + "line": 522, "column": 44 }, "identifierName": "ceil" @@ -287652,57 +287924,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 21234, - "end": 21278, + "start": 23624, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 46 }, "end": { - "line": 480, + "line": 522, "column": 90 } }, "left": { "type": "BinaryExpression", - "start": 21236, - "end": 21261, + "start": 23626, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 21236, - "end": 21246, + "start": 23626, + "end": 23636, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 58 } }, "object": { "type": "Identifier", - "start": 21236, - "end": 21242, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 54 }, "identifierName": "_props" @@ -287711,15 +287983,15 @@ }, "property": { "type": "Identifier", - "start": 21243, - "end": 21246, + "start": 23633, + "end": 23636, "loc": { "start": { - "line": 480, + "line": 522, "column": 55 }, "end": { - "line": 480, + "line": 522, "column": 58 }, "identifierName": "end" @@ -287731,29 +288003,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 21249, - "end": 21261, + "start": 23639, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 61 }, "end": { - "line": 480, + "line": 522, "column": 73 } }, "object": { "type": "Identifier", - "start": 21249, - "end": 21255, + "start": 23639, + "end": 23645, "loc": { "start": { - "line": 480, + "line": 522, "column": 61 }, "end": { - "line": 480, + "line": 522, "column": 67 }, "identifierName": "_props" @@ -287762,15 +288034,15 @@ }, "property": { "type": "Identifier", - "start": 21256, - "end": 21261, + "start": 23646, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 68 }, "end": { - "line": 480, + "line": 522, "column": 73 }, "identifierName": "begin" @@ -287781,35 +288053,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 21234 + "parenStart": 23624 } }, "operator": "/", "right": { "type": "MemberExpression", - "start": 21266, - "end": 21278, + "start": 23656, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 78 }, "end": { - "line": 480, + "line": 522, "column": 90 } }, "object": { "type": "Identifier", - "start": 21266, - "end": 21272, + "start": 23656, + "end": 23662, "loc": { "start": { - "line": 480, + "line": 522, "column": 78 }, "end": { - "line": 480, + "line": 522, "column": 84 }, "identifierName": "_props" @@ -287818,15 +288090,15 @@ }, "property": { "type": "Identifier", - "start": 21273, - "end": 21278, + "start": 23663, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 85 }, "end": { - "line": 480, + "line": 522, "column": 90 }, "identifierName": "scale" @@ -287842,58 +288114,58 @@ }, { "type": "ExpressionStatement", - "start": 21293, - "end": 21320, + "start": 23683, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 21293, - "end": 21320, + "start": 23683, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 39 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21293, - "end": 21313, + "start": 23683, + "end": 23703, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 32 } }, "object": { "type": "Identifier", - "start": 21293, - "end": 21299, + "start": 23683, + "end": 23689, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 18 }, "identifierName": "_props" @@ -287902,15 +288174,15 @@ }, "property": { "type": "Identifier", - "start": 21300, - "end": 21313, + "start": 23690, + "end": 23703, "loc": { "start": { - "line": 481, + "line": 523, "column": 19 }, "end": { - "line": 481, + "line": 523, "column": 32 }, "identifierName": "variableScale" @@ -287921,15 +288193,15 @@ }, "right": { "type": "NullLiteral", - "start": 21316, - "end": 21320, + "start": 23706, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 35 }, "end": { - "line": 481, + "line": 523, "column": 39 } } @@ -287938,58 +288210,58 @@ }, { "type": "ExpressionStatement", - "start": 21333, - "end": 21387, + "start": 23723, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 21333, - "end": 21387, + "start": 23723, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21333, - "end": 21349, + "start": 23723, + "end": 23739, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 28 } }, "object": { "type": "Identifier", - "start": 21333, - "end": 21339, + "start": 23723, + "end": 23729, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 18 }, "identifierName": "_props" @@ -287998,15 +288270,15 @@ }, "property": { "type": "Identifier", - "start": 21340, - "end": 21349, + "start": 23730, + "end": 23739, "loc": { "start": { - "line": 482, + "line": 524, "column": 19 }, "end": { - "line": 482, + "line": 524, "column": 28 }, "identifierName": "fullwidth" @@ -288017,43 +288289,43 @@ }, "right": { "type": "BinaryExpression", - "start": 21356, - "end": 21387, + "start": 23746, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 21356, - "end": 21368, + "start": 23746, + "end": 23758, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 47 } }, "object": { "type": "Identifier", - "start": 21356, - "end": 21362, + "start": 23746, + "end": 23752, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 41 }, "identifierName": "_props" @@ -288062,15 +288334,15 @@ }, "property": { "type": "Identifier", - "start": 21363, - "end": 21368, + "start": 23753, + "end": 23758, "loc": { "start": { - "line": 482, + "line": 524, "column": 42 }, "end": { - "line": 482, + "line": 524, "column": 47 }, "identifierName": "grids" @@ -288082,29 +288354,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 21371, - "end": 21387, + "start": 23761, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 50 }, "end": { - "line": 482, + "line": 524, "column": 66 } }, "object": { "type": "Identifier", - "start": 21371, - "end": 21377, + "start": 23761, + "end": 23767, "loc": { "start": { - "line": 482, + "line": 524, "column": 50 }, "end": { - "line": 482, + "line": 524, "column": 56 }, "identifierName": "_props" @@ -288113,15 +288385,15 @@ }, "property": { "type": "Identifier", - "start": 21378, - "end": 21387, + "start": 23768, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 57 }, "end": { - "line": 482, + "line": 524, "column": 66 }, "identifierName": "scaleSize" @@ -288140,15 +288412,15 @@ { "type": "CommentLine", "value": " pre-cache", - "start": 20023, - "end": 20035, + "start": 22413, + "end": 22425, "loc": { "start": { - "line": 458, + "line": 500, "column": 37 }, "end": { - "line": 458, + "line": 500, "column": 49 } } @@ -288157,58 +288429,58 @@ }, { "type": "ExpressionStatement", - "start": 21406, - "end": 21454, + "start": 23796, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 21406, - "end": 21454, + "start": 23796, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21406, - "end": 21423, + "start": 23796, + "end": 23813, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 25 } }, "object": { "type": "Identifier", - "start": 21406, - "end": 21412, + "start": 23796, + "end": 23802, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 14 }, "identifierName": "_props" @@ -288217,15 +288489,15 @@ }, "property": { "type": "Identifier", - "start": 21413, - "end": 21423, + "start": 23803, + "end": 23813, "loc": { "start": { - "line": 484, + "line": 526, "column": 15 }, "end": { - "line": 484, + "line": 526, "column": 25 }, "identifierName": "fullheight" @@ -288236,43 +288508,43 @@ }, "right": { "type": "BinaryExpression", - "start": 21426, - "end": 21454, + "start": 23816, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 21426, - "end": 21437, + "start": 23816, + "end": 23827, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 39 } }, "object": { "type": "Identifier", - "start": 21426, - "end": 21432, + "start": 23816, + "end": 23822, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 34 }, "identifierName": "_props" @@ -288281,15 +288553,15 @@ }, "property": { "type": "Identifier", - "start": 21433, - "end": 21437, + "start": 23823, + "end": 23827, "loc": { "start": { - "line": 484, + "line": 526, "column": 35 }, "end": { - "line": 484, + "line": 526, "column": 39 }, "identifierName": "rows" @@ -288301,29 +288573,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 21440, - "end": 21454, + "start": 23830, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 42 }, "end": { - "line": 484, + "line": 526, "column": 56 } }, "object": { "type": "Identifier", - "start": 21440, - "end": 21446, + "start": 23830, + "end": 23836, "loc": { "start": { - "line": 484, + "line": 526, "column": 42 }, "end": { - "line": 484, + "line": 526, "column": 48 }, "identifierName": "_props" @@ -288332,15 +288604,15 @@ }, "property": { "type": "Identifier", - "start": 21447, - "end": 21454, + "start": 23837, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 49 }, "end": { - "line": 484, + "line": 526, "column": 56 }, "identifierName": "rowSize" @@ -288360,15 +288632,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -288377,58 +288649,58 @@ }, { "type": "ExpressionStatement", - "start": 21558, - "end": 21687, + "start": 23948, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "expression": { "type": "AssignmentExpression", - "start": 21558, - "end": 21687, + "start": 23948, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21558, - "end": 21577, + "start": 23948, + "end": 23967, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 27 } }, "object": { "type": "Identifier", - "start": 21558, - "end": 21564, + "start": 23948, + "end": 23954, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 14 }, "identifierName": "_props" @@ -288438,15 +288710,15 @@ }, "property": { "type": "Identifier", - "start": 21565, - "end": 21577, + "start": 23955, + "end": 23967, "loc": { "start": { - "line": 486, + "line": 528, "column": 15 }, "end": { - "line": 486, + "line": 528, "column": 27 }, "identifierName": "visibleWidth" @@ -288458,57 +288730,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 21581, - "end": 21687, + "start": 23971, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, "test": { "type": "BinaryExpression", - "start": 21581, - "end": 21597, + "start": 23971, + "end": 23987, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 21581, - "end": 21593, + "start": 23971, + "end": 23983, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 43 } }, "object": { "type": "Identifier", - "start": 21581, - "end": 21587, + "start": 23971, + "end": 23977, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 37 }, "identifierName": "_props" @@ -288517,15 +288789,15 @@ }, "property": { "type": "Identifier", - "start": 21588, - "end": 21593, + "start": 23978, + "end": 23983, "loc": { "start": { - "line": 486, + "line": 528, "column": 38 }, "end": { - "line": 486, + "line": 528, "column": 43 }, "identifierName": "width" @@ -288537,15 +288809,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 21596, - "end": 21597, + "start": 23986, + "end": 23987, "loc": { "start": { - "line": 486, + "line": 528, "column": 46 }, "end": { - "line": 486, + "line": 528, "column": 47 } }, @@ -288558,72 +288830,72 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 21601, - "end": 21678, + "start": 23991, + "end": 24068, "loc": { "start": { - "line": 486, + "line": 528, "column": 51 }, "end": { - "line": 486, + "line": 528, "column": 128 } }, "expressions": [ { "type": "ConditionalExpression", - "start": 21606, - "end": 21672, + "start": 23996, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 122 } }, "test": { "type": "BinaryExpression", - "start": 21606, - "end": 21638, + "start": 23996, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 88 } }, "left": { "type": "MemberExpression", - "start": 21606, - "end": 21618, + "start": 23996, + "end": 24008, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 68 } }, "object": { "type": "Identifier", - "start": 21606, - "end": 21612, + "start": 23996, + "end": 24002, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 62 }, "identifierName": "_props" @@ -288632,15 +288904,15 @@ }, "property": { "type": "Identifier", - "start": 21613, - "end": 21618, + "start": 24003, + "end": 24008, "loc": { "start": { - "line": 486, + "line": 528, "column": 63 }, "end": { - "line": 486, + "line": 528, "column": 68 }, "identifierName": "width" @@ -288652,29 +288924,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 21622, - "end": 21638, + "start": 24012, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 72 }, "end": { - "line": 486, + "line": 528, "column": 88 } }, "object": { "type": "Identifier", - "start": 21622, - "end": 21628, + "start": 24012, + "end": 24018, "loc": { "start": { - "line": 486, + "line": 528, "column": 72 }, "end": { - "line": 486, + "line": 528, "column": 78 }, "identifierName": "_props" @@ -288683,15 +288955,15 @@ }, "property": { "type": "Identifier", - "start": 21629, - "end": 21638, + "start": 24019, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 79 }, "end": { - "line": 486, + "line": 528, "column": 88 }, "identifierName": "fullwidth" @@ -288703,29 +288975,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 21641, - "end": 21653, + "start": 24031, + "end": 24043, "loc": { "start": { - "line": 486, + "line": 528, "column": 91 }, "end": { - "line": 486, + "line": 528, "column": 103 } }, "object": { "type": "Identifier", - "start": 21641, - "end": 21647, + "start": 24031, + "end": 24037, "loc": { "start": { - "line": 486, + "line": 528, "column": 91 }, "end": { - "line": 486, + "line": 528, "column": 97 }, "identifierName": "_props" @@ -288734,15 +289006,15 @@ }, "property": { "type": "Identifier", - "start": 21648, - "end": 21653, + "start": 24038, + "end": 24043, "loc": { "start": { - "line": 486, + "line": 528, "column": 98 }, "end": { - "line": 486, + "line": 528, "column": 103 }, "identifierName": "width" @@ -288753,29 +289025,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 21656, - "end": 21672, + "start": 24046, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 106 }, "end": { - "line": 486, + "line": 528, "column": 122 } }, "object": { "type": "Identifier", - "start": 21656, - "end": 21662, + "start": 24046, + "end": 24052, "loc": { "start": { - "line": 486, + "line": 528, "column": 106 }, "end": { - "line": 486, + "line": 528, "column": 112 }, "identifierName": "_props" @@ -288784,15 +289056,15 @@ }, "property": { "type": "Identifier", - "start": 21663, - "end": 21672, + "start": 24053, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 113 }, "end": { - "line": 486, + "line": 528, "column": 122 }, "identifierName": "fullwidth" @@ -288803,22 +289075,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 21604 + "parenStart": 23994 } } ], "quasis": [ { "type": "TemplateElement", - "start": 21602, - "end": 21602, + "start": 23992, + "end": 23992, "loc": { "start": { - "line": 486, + "line": 528, "column": 52 }, "end": { - "line": 486, + "line": 528, "column": 52 } }, @@ -288830,15 +289102,15 @@ }, { "type": "TemplateElement", - "start": 21675, - "end": 21677, + "start": 24065, + "end": 24067, "loc": { "start": { - "line": 486, + "line": 528, "column": 125 }, "end": { - "line": 486, + "line": 528, "column": 127 } }, @@ -288852,15 +289124,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 21681, - "end": 21687, + "start": 24071, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 131 }, "end": { - "line": 486, + "line": 528, "column": 137 } }, @@ -288877,15 +289149,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -288894,58 +289166,58 @@ }, { "type": "ExpressionStatement", - "start": 21696, - "end": 21829, + "start": 24086, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "expression": { "type": "AssignmentExpression", - "start": 21696, - "end": 21829, + "start": 24086, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21696, - "end": 21716, + "start": 24086, + "end": 24106, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 28 } }, "object": { "type": "Identifier", - "start": 21696, - "end": 21702, + "start": 24086, + "end": 24092, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 14 }, "identifierName": "_props" @@ -288954,15 +289226,15 @@ }, "property": { "type": "Identifier", - "start": 21703, - "end": 21716, + "start": 24093, + "end": 24106, "loc": { "start": { - "line": 487, + "line": 529, "column": 15 }, "end": { - "line": 487, + "line": 529, "column": 28 }, "identifierName": "visibleHeight" @@ -288973,57 +289245,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 21719, - "end": 21829, + "start": 24109, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, "test": { "type": "BinaryExpression", - "start": 21719, - "end": 21736, + "start": 24109, + "end": 24126, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 21719, - "end": 21732, + "start": 24109, + "end": 24122, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 44 } }, "object": { "type": "Identifier", - "start": 21719, - "end": 21725, + "start": 24109, + "end": 24115, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 37 }, "identifierName": "_props" @@ -289032,15 +289304,15 @@ }, "property": { "type": "Identifier", - "start": 21726, - "end": 21732, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 487, + "line": 529, "column": 38 }, "end": { - "line": 487, + "line": 529, "column": 44 }, "identifierName": "height" @@ -289052,15 +289324,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 21735, - "end": 21736, + "start": 24125, + "end": 24126, "loc": { "start": { - "line": 487, + "line": 529, "column": 47 }, "end": { - "line": 487, + "line": 529, "column": 48 } }, @@ -289073,72 +289345,72 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 21739, - "end": 21820, + "start": 24129, + "end": 24210, "loc": { "start": { - "line": 487, + "line": 529, "column": 51 }, "end": { - "line": 487, + "line": 529, "column": 132 } }, "expressions": [ { "type": "ConditionalExpression", - "start": 21744, - "end": 21814, + "start": 24134, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 126 } }, "test": { "type": "BinaryExpression", - "start": 21744, - "end": 21778, + "start": 24134, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 90 } }, "left": { "type": "MemberExpression", - "start": 21744, - "end": 21757, + "start": 24134, + "end": 24147, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 69 } }, "object": { "type": "Identifier", - "start": 21744, - "end": 21750, + "start": 24134, + "end": 24140, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 62 }, "identifierName": "_props" @@ -289147,15 +289419,15 @@ }, "property": { "type": "Identifier", - "start": 21751, - "end": 21757, + "start": 24141, + "end": 24147, "loc": { "start": { - "line": 487, + "line": 529, "column": 63 }, "end": { - "line": 487, + "line": 529, "column": 69 }, "identifierName": "height" @@ -289167,29 +289439,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 21761, - "end": 21778, + "start": 24151, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 73 }, "end": { - "line": 487, + "line": 529, "column": 90 } }, "object": { "type": "Identifier", - "start": 21761, - "end": 21767, + "start": 24151, + "end": 24157, "loc": { "start": { - "line": 487, + "line": 529, "column": 73 }, "end": { - "line": 487, + "line": 529, "column": 79 }, "identifierName": "_props" @@ -289198,15 +289470,15 @@ }, "property": { "type": "Identifier", - "start": 21768, - "end": 21778, + "start": 24158, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 80 }, "end": { - "line": 487, + "line": 529, "column": 90 }, "identifierName": "fullheight" @@ -289218,29 +289490,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 21781, - "end": 21794, + "start": 24171, + "end": 24184, "loc": { "start": { - "line": 487, + "line": 529, "column": 93 }, "end": { - "line": 487, + "line": 529, "column": 106 } }, "object": { "type": "Identifier", - "start": 21781, - "end": 21787, + "start": 24171, + "end": 24177, "loc": { "start": { - "line": 487, + "line": 529, "column": 93 }, "end": { - "line": 487, + "line": 529, "column": 99 }, "identifierName": "_props" @@ -289249,15 +289521,15 @@ }, "property": { "type": "Identifier", - "start": 21788, - "end": 21794, + "start": 24178, + "end": 24184, "loc": { "start": { - "line": 487, + "line": 529, "column": 100 }, "end": { - "line": 487, + "line": 529, "column": 106 }, "identifierName": "height" @@ -289268,29 +289540,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 21797, - "end": 21814, + "start": 24187, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 109 }, "end": { - "line": 487, + "line": 529, "column": 126 } }, "object": { "type": "Identifier", - "start": 21797, - "end": 21803, + "start": 24187, + "end": 24193, "loc": { "start": { - "line": 487, + "line": 529, "column": 109 }, "end": { - "line": 487, + "line": 529, "column": 115 }, "identifierName": "_props" @@ -289299,15 +289571,15 @@ }, "property": { "type": "Identifier", - "start": 21804, - "end": 21814, + "start": 24194, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 116 }, "end": { - "line": 487, + "line": 529, "column": 126 }, "identifierName": "fullheight" @@ -289318,22 +289590,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 21742 + "parenStart": 24132 } } ], "quasis": [ { "type": "TemplateElement", - "start": 21740, - "end": 21740, + "start": 24130, + "end": 24130, "loc": { "start": { - "line": 487, + "line": 529, "column": 52 }, "end": { - "line": 487, + "line": 529, "column": 52 } }, @@ -289345,15 +289617,15 @@ }, { "type": "TemplateElement", - "start": 21817, - "end": 21819, + "start": 24207, + "end": 24209, "loc": { "start": { - "line": 487, + "line": 529, "column": 129 }, "end": { - "line": 487, + "line": 529, "column": 131 } }, @@ -289367,15 +289639,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 21823, - "end": 21829, + "start": 24213, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 135 }, "end": { - "line": 487, + "line": 529, "column": 141 } }, @@ -289390,58 +289662,58 @@ }, { "type": "ForInStatement", - "start": 21847, - "end": 22192, + "start": 24237, + "end": 24582, "loc": { "start": { - "line": 489, + "line": 531, "column": 8 }, "end": { - "line": 496, + "line": 538, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 21853, - "end": 21862, + "start": 24243, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 14 }, "end": { - "line": 489, + "line": 531, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 21857, - "end": 21862, + "start": 24247, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 18 }, "end": { - "line": 489, + "line": 531, "column": 23 } }, "id": { "type": "Identifier", - "start": 21857, - "end": 21862, + "start": 24247, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 18 }, "end": { - "line": 489, + "line": 531, "column": 23 }, "identifierName": "_prop" @@ -289455,15 +289727,15 @@ }, "right": { "type": "Identifier", - "start": 21866, - "end": 21872, + "start": 24256, + "end": 24262, "loc": { "start": { - "line": 489, + "line": 531, "column": 27 }, "end": { - "line": 489, + "line": 531, "column": 33 }, "identifierName": "_props" @@ -289472,86 +289744,86 @@ }, "body": { "type": "BlockStatement", - "start": 21875, - "end": 22192, + "start": 24265, + "end": 24582, "loc": { "start": { - "line": 489, + "line": 531, "column": 36 }, "end": { - "line": 496, + "line": 538, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 21889, - "end": 22005, + "start": 24279, + "end": 24395, "loc": { "start": { - "line": 490, + "line": 532, "column": 12 }, "end": { - "line": 492, + "line": 534, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 21894, - "end": 21962, + "start": 24284, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, "left": { "type": "LogicalExpression", - "start": 21894, - "end": 21933, + "start": 24284, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, "left": { "type": "BinaryExpression", - "start": 21894, - "end": 21911, + "start": 24284, + "end": 24301, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 34 } }, "left": { "type": "Identifier", - "start": 21894, - "end": 21899, + "start": 24284, + "end": 24289, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 22 }, "identifierName": "_prop" @@ -289561,15 +289833,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21904, - "end": 21911, + "start": 24294, + "end": 24301, "loc": { "start": { - "line": 490, + "line": 532, "column": 27 }, "end": { - "line": 490, + "line": 532, "column": 34 } }, @@ -289583,29 +289855,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 21915, - "end": 21933, + "start": 24305, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 38 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, "left": { "type": "Identifier", - "start": 21915, - "end": 21920, + "start": 24305, + "end": 24310, "loc": { "start": { - "line": 490, + "line": 532, "column": 38 }, "end": { - "line": 490, + "line": 532, "column": 43 }, "identifierName": "_prop" @@ -289615,15 +289887,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21925, - "end": 21933, + "start": 24315, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 48 }, "end": { - "line": 490, + "line": 532, "column": 56 } }, @@ -289638,29 +289910,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 21937, - "end": 21962, + "start": 24327, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 60 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, "left": { "type": "Identifier", - "start": 21937, - "end": 21942, + "start": 24327, + "end": 24332, "loc": { "start": { - "line": 490, + "line": 532, "column": 60 }, "end": { - "line": 490, + "line": 532, "column": 65 }, "identifierName": "_prop" @@ -289670,15 +289942,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21947, - "end": 21962, + "start": 24337, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 70 }, "end": { - "line": 490, + "line": 532, "column": 85 } }, @@ -289692,30 +289964,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 21965, - "end": 22005, + "start": 24355, + "end": 24395, "loc": { "start": { - "line": 490, + "line": 532, "column": 88 }, "end": { - "line": 492, + "line": 534, "column": 13 } }, "body": [ { "type": "ContinueStatement", - "start": 21983, - "end": 21991, + "start": 24373, + "end": 24381, "loc": { "start": { - "line": 491, + "line": 533, "column": 16 }, "end": { - "line": 491, + "line": 533, "column": 24 } }, @@ -289728,72 +290000,72 @@ }, { "type": "IfStatement", - "start": 22018, - "end": 22182, + "start": 24408, + "end": 24572, "loc": { "start": { - "line": 493, + "line": 535, "column": 12 }, "end": { - "line": 495, + "line": 537, "column": 13 } }, "test": { "type": "CallExpression", - "start": 22023, - "end": 22053, + "start": 24413, + "end": 24443, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 22023, - "end": 22036, + "start": 24413, + "end": 24426, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22023, - "end": 22027, + "start": 24413, + "end": 24417, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 21 } } }, "property": { "type": "Identifier", - "start": 22028, - "end": 22036, + "start": 24418, + "end": 24426, "loc": { "start": { - "line": 493, + "line": 535, "column": 22 }, "end": { - "line": 493, + "line": 535, "column": 30 }, "identifierName": "is_empty" @@ -289805,29 +290077,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 22038, - "end": 22051, + "start": 24428, + "end": 24441, "loc": { "start": { - "line": 493, + "line": 535, "column": 32 }, "end": { - "line": 493, + "line": 535, "column": 45 } }, "object": { "type": "Identifier", - "start": 22038, - "end": 22044, + "start": 24428, + "end": 24434, "loc": { "start": { - "line": 493, + "line": 535, "column": 32 }, "end": { - "line": 493, + "line": 535, "column": 38 }, "identifierName": "_props" @@ -289836,15 +290108,15 @@ }, "property": { "type": "Identifier", - "start": 22045, - "end": 22050, + "start": 24435, + "end": 24440, "loc": { "start": { - "line": 493, + "line": 535, "column": 39 }, "end": { - "line": 493, + "line": 535, "column": 44 }, "identifierName": "_prop" @@ -289857,58 +290129,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 22056, - "end": 22182, + "start": 24446, + "end": 24572, "loc": { "start": { - "line": 493, + "line": 535, "column": 50 }, "end": { - "line": 495, + "line": 537, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 22074, - "end": 22168, + "start": 24464, + "end": 24558, "loc": { "start": { - "line": 494, + "line": 536, "column": 16 }, "end": { - "line": 494, + "line": 536, "column": 110 } }, "argument": { "type": "NewExpression", - "start": 22080, - "end": 22168, + "start": 24470, + "end": 24558, "loc": { "start": { - "line": 494, + "line": 536, "column": 22 }, "end": { - "line": 494, + "line": 536, "column": 110 } }, "callee": { "type": "Identifier", - "start": 22084, - "end": 22093, + "start": 24474, + "end": 24483, "loc": { "start": { - "line": 494, + "line": 536, "column": 26 }, "end": { - "line": 494, + "line": 536, "column": 35 }, "identifierName": "TypeError" @@ -289918,30 +290190,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 22095, - "end": 22166, + "start": 24485, + "end": 24556, "loc": { "start": { - "line": 494, + "line": 536, "column": 37 }, "end": { - "line": 494, + "line": 536, "column": 108 } }, "expressions": [ { "type": "Identifier", - "start": 22108, - "end": 22113, + "start": 24498, + "end": 24503, "loc": { "start": { - "line": 494, + "line": 536, "column": 50 }, "end": { - "line": 494, + "line": 536, "column": 55 }, "identifierName": "_prop" @@ -289952,15 +290224,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 22096, - "end": 22106, + "start": 24486, + "end": 24496, "loc": { "start": { - "line": 494, + "line": 536, "column": 38 }, "end": { - "line": 494, + "line": 536, "column": 48 } }, @@ -289972,15 +290244,15 @@ }, { "type": "TemplateElement", - "start": 22114, - "end": 22165, + "start": 24504, + "end": 24555, "loc": { "start": { - "line": 494, + "line": 536, "column": 56 }, "end": { - "line": 494, + "line": 536, "column": 107 } }, @@ -290006,71 +290278,71 @@ }, { "type": "IfStatement", - "start": 22210, - "end": 22366, + "start": 24600, + "end": 24756, "loc": { "start": { - "line": 498, + "line": 540, "column": 8 }, "end": { - "line": 500, + "line": 542, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 22215, - "end": 22260, + "start": 24605, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 22215, - "end": 22235, + "start": 24605, + "end": 24625, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 22215, - "end": 22231, + "start": 24605, + "end": 24621, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 29 } }, "object": { "type": "Identifier", - "start": 22215, - "end": 22221, + "start": 24605, + "end": 24611, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 19 }, "identifierName": "_props" @@ -290079,15 +290351,15 @@ }, "property": { "type": "Identifier", - "start": 22222, - "end": 22231, + "start": 24612, + "end": 24621, "loc": { "start": { - "line": 498, + "line": 540, "column": 20 }, "end": { - "line": 498, + "line": 540, "column": 29 }, "identifierName": "fullwidth" @@ -290099,15 +290371,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 22234, - "end": 22235, + "start": 24624, + "end": 24625, "loc": { "start": { - "line": 498, + "line": 540, "column": 32 }, "end": { - "line": 498, + "line": 540, "column": 33 } }, @@ -290121,43 +290393,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 22239, - "end": 22260, + "start": 24629, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, "left": { "type": "MemberExpression", - "start": 22239, - "end": 22256, + "start": 24629, + "end": 24646, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 54 } }, "object": { "type": "Identifier", - "start": 22239, - "end": 22245, + "start": 24629, + "end": 24635, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 43 }, "identifierName": "_props" @@ -290166,15 +290438,15 @@ }, "property": { "type": "Identifier", - "start": 22246, - "end": 22256, + "start": 24636, + "end": 24646, "loc": { "start": { - "line": 498, + "line": 540, "column": 44 }, "end": { - "line": 498, + "line": 540, "column": 54 }, "identifierName": "fullheight" @@ -290186,15 +290458,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 22259, - "end": 22260, + "start": 24649, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 57 }, "end": { - "line": 498, + "line": 540, "column": 58 } }, @@ -290208,58 +290480,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 22263, - "end": 22366, + "start": 24653, + "end": 24756, "loc": { "start": { - "line": 498, + "line": 540, "column": 61 }, "end": { - "line": 500, + "line": 542, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 22277, - "end": 22356, + "start": 24667, + "end": 24746, "loc": { "start": { - "line": 499, + "line": 541, "column": 12 }, "end": { - "line": 499, + "line": 541, "column": 91 } }, "argument": { "type": "NewExpression", - "start": 22283, - "end": 22356, + "start": 24673, + "end": 24746, "loc": { "start": { - "line": 499, + "line": 541, "column": 18 }, "end": { - "line": 499, + "line": 541, "column": 91 } }, "callee": { "type": "Identifier", - "start": 22287, - "end": 22296, + "start": 24677, + "end": 24686, "loc": { "start": { - "line": 499, + "line": 541, "column": 22 }, "end": { - "line": 499, + "line": 541, "column": 31 }, "identifierName": "TypeError" @@ -290269,15 +290541,15 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 22298, - "end": 22354, + "start": 24688, + "end": 24744, "loc": { "start": { - "line": 499, + "line": 541, "column": 33 }, "end": { - "line": 499, + "line": 541, "column": 89 } }, @@ -290285,15 +290557,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 22299, - "end": 22353, + "start": 24689, + "end": 24743, "loc": { "start": { - "line": 499, + "line": 541, "column": 34 }, "end": { - "line": 499, + "line": 541, "column": 88 } }, @@ -290315,73 +290587,73 @@ }, { "type": "ExpressionStatement", - "start": 22384, - "end": 22412, + "start": 24774, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 22384, - "end": 22412, + "start": 24774, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22384, - "end": 22403, + "start": 24774, + "end": 24793, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 22384, - "end": 22388, + "start": 24774, + "end": 24778, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 12 } } }, "property": { "type": "Identifier", - "start": 22389, - "end": 22403, + "start": 24779, + "end": 24793, "loc": { "start": { - "line": 502, + "line": 544, "column": 13 }, "end": { - "line": 502, + "line": 544, "column": 27 }, "identifierName": "_instanceProps" @@ -290392,15 +290664,15 @@ }, "right": { "type": "Identifier", - "start": 22406, - "end": 22412, + "start": 24796, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 30 }, "end": { - "line": 502, + "line": 544, "column": 36 }, "identifierName": "_props" @@ -290417,15 +290689,15 @@ { "type": "CommentBlock", "value": "*\n * Calculate each properties of the timeline instance\n * @private\n ", - "start": 19172, - "end": 19257, + "start": 21562, + "end": 21647, "loc": { "start": { - "line": 442, + "line": 484, "column": 4 }, "end": { - "line": 445, + "line": 487, "column": 7 } } @@ -290435,15 +290707,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -290452,15 +290724,15 @@ }, { "type": "ClassMethod", - "start": 22711, - "end": 29513, + "start": 25101, + "end": 31903, "loc": { "start": { - "line": 512, + "line": 554, "column": 4 }, "end": { - "line": 646, + "line": 688, "column": 5 } }, @@ -290468,15 +290740,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22711, - "end": 22732, + "start": 25101, + "end": 25122, "loc": { "start": { - "line": 512, + "line": 554, "column": 4 }, "end": { - "line": 512, + "line": 554, "column": 25 }, "identifierName": "_getPluggableDatetime" @@ -290492,15 +290764,15 @@ "params": [ { "type": "Identifier", - "start": 22734, - "end": 22737, + "start": 25124, + "end": 25127, "loc": { "start": { - "line": 512, + "line": 554, "column": 27 }, "end": { - "line": 512, + "line": 554, "column": 30 }, "identifierName": "key" @@ -290509,29 +290781,29 @@ }, { "type": "AssignmentPattern", - "start": 22739, - "end": 22754, + "start": 25129, + "end": 25144, "loc": { "start": { - "line": 512, + "line": 554, "column": 32 }, "end": { - "line": 512, + "line": 554, "column": 47 } }, "left": { "type": "Identifier", - "start": 22739, - "end": 22749, + "start": 25129, + "end": 25139, "loc": { "start": { - "line": 512, + "line": 554, "column": 32 }, "end": { - "line": 512, + "line": 554, "column": 42 }, "identifierName": "round_type" @@ -290540,15 +290812,15 @@ }, "right": { "type": "StringLiteral", - "start": 22752, - "end": 22754, + "start": 25142, + "end": 25144, "loc": { "start": { - "line": 512, + "line": 554, "column": 45 }, "end": { - "line": 512, + "line": 554, "column": 47 } }, @@ -290562,59 +290834,59 @@ ], "body": { "type": "BlockStatement", - "start": 22757, - "end": 29513, + "start": 25147, + "end": 31903, "loc": { "start": { - "line": 512, + "line": 554, "column": 50 }, "end": { - "line": 646, + "line": 688, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 22767, - "end": 26307, + "start": 25157, + "end": 28697, "loc": { "start": { - "line": 513, + "line": 555, "column": 8 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22771, - "end": 22798, + "start": 25161, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 12 }, "end": { - "line": 513, + "line": 555, "column": 39 } }, "id": { "type": "Identifier", - "start": 22771, - "end": 22776, + "start": 25161, + "end": 25166, "loc": { "start": { - "line": 513, + "line": 555, "column": 12 }, "end": { - "line": 513, + "line": 555, "column": 17 }, "identifierName": "_opts" @@ -290623,44 +290895,44 @@ }, "init": { "type": "MemberExpression", - "start": 22786, - "end": 22798, + "start": 25176, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 27 }, "end": { - "line": 513, + "line": 555, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 22786, - "end": 22790, + "start": 25176, + "end": 25180, "loc": { "start": { - "line": 513, + "line": 555, "column": 27 }, "end": { - "line": 513, + "line": 555, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22791, - "end": 22798, + "start": 25181, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 32 }, "end": { - "line": 513, + "line": 555, "column": 39 }, "identifierName": "_config" @@ -290672,29 +290944,29 @@ }, { "type": "VariableDeclarator", - "start": 22812, - "end": 22831, + "start": 25202, + "end": 25221, "loc": { "start": { - "line": 514, + "line": 556, "column": 12 }, "end": { - "line": 514, + "line": 556, "column": 31 } }, "id": { "type": "Identifier", - "start": 22812, - "end": 22817, + "start": 25202, + "end": 25207, "loc": { "start": { - "line": 514, + "line": 556, "column": 12 }, "end": { - "line": 514, + "line": 556, "column": 17 }, "identifierName": "_date" @@ -290703,15 +290975,15 @@ }, "init": { "type": "NullLiteral", - "start": 22827, - "end": 22831, + "start": 25217, + "end": 25221, "loc": { "start": { - "line": 514, + "line": 556, "column": 27 }, "end": { - "line": 514, + "line": 556, "column": 31 } } @@ -290719,29 +290991,29 @@ }, { "type": "VariableDeclarator", - "start": 22845, - "end": 24507, + "start": 25235, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 12 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, "id": { "type": "Identifier", - "start": 22845, - "end": 22857, + "start": 25235, + "end": 25247, "loc": { "start": { - "line": 515, + "line": 557, "column": 12 }, "end": { - "line": 515, + "line": 557, "column": 24 }, "identifierName": "getFirstDate" @@ -290750,15 +291022,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 22860, - "end": 24507, + "start": 25250, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 27 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, @@ -290769,15 +291041,15 @@ "params": [ { "type": "Identifier", - "start": 22862, - "end": 22869, + "start": 25252, + "end": 25259, "loc": { "start": { - "line": 515, + "line": 557, "column": 29 }, "end": { - "line": 515, + "line": 557, "column": 36 }, "identifierName": "dateObj" @@ -290786,15 +291058,15 @@ }, { "type": "Identifier", - "start": 22871, - "end": 22876, + "start": 25261, + "end": 25266, "loc": { "start": { - "line": 515, + "line": 557, "column": 38 }, "end": { - "line": 515, + "line": 557, "column": 43 }, "identifierName": "scale" @@ -290804,59 +291076,59 @@ ], "body": { "type": "BlockStatement", - "start": 22882, - "end": 24507, + "start": 25272, + "end": 26897, "loc": { "start": { - "line": 515, + "line": 557, "column": 49 }, "end": { - "line": 543, + "line": 585, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 22900, - "end": 22912, + "start": 25290, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 16 }, "end": { - "line": 516, + "line": 558, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 22904, - "end": 22912, + "start": 25294, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 20 }, "end": { - "line": 516, + "line": 558, "column": 28 } }, "id": { "type": "Identifier", - "start": 22904, - "end": 22912, + "start": 25294, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 20 }, "end": { - "line": 516, + "line": 558, "column": 28 }, "identifierName": "_tmpDate" @@ -290870,29 +291142,29 @@ }, { "type": "SwitchStatement", - "start": 22946, - "end": 24461, + "start": 25336, + "end": 26851, "loc": { "start": { - "line": 518, + "line": 560, "column": 16 }, "end": { - "line": 541, + "line": 583, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 22955, - "end": 22959, + "start": 25345, + "end": 25349, "loc": { "start": { - "line": 518, + "line": 560, "column": 25 }, "end": { - "line": 518, + "line": 560, "column": 29 } }, @@ -290901,58 +291173,58 @@ "cases": [ { "type": "SwitchCase", - "start": 22984, - "end": 23031, + "start": 25374, + "end": 25421, "loc": { "start": { - "line": 519, + "line": 561, "column": 20 }, "end": { - "line": 519, + "line": 561, "column": 67 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 22989, - "end": 23030, + "start": 25379, + "end": 25420, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 22989, - "end": 23021, + "start": 25379, + "end": 25411, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 57 } }, "object": { "type": "RegExpLiteral", - "start": 22989, - "end": 23016, + "start": 25379, + "end": 25406, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 52 } }, @@ -290964,15 +291236,15 @@ }, "property": { "type": "Identifier", - "start": 23017, - "end": 23021, + "start": 25407, + "end": 25411, "loc": { "start": { - "line": 519, + "line": 561, "column": 53 }, "end": { - "line": 519, + "line": 561, "column": 57 }, "identifierName": "test" @@ -290984,15 +291256,15 @@ "arguments": [ { "type": "Identifier", - "start": 23023, - "end": 23028, + "start": 25413, + "end": 25418, "loc": { "start": { - "line": 519, + "line": 561, "column": 59 }, "end": { - "line": 519, + "line": 561, "column": 64 }, "identifierName": "scale" @@ -291004,58 +291276,58 @@ }, { "type": "SwitchCase", - "start": 23052, - "end": 23084, + "start": 25442, + "end": 25474, "loc": { "start": { - "line": 520, + "line": 562, "column": 20 }, "end": { - "line": 520, + "line": 562, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23057, - "end": 23083, + "start": 25447, + "end": 25473, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23057, - "end": 23074, + "start": 25447, + "end": 25464, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23057, - "end": 23069, + "start": 25447, + "end": 25459, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 37 } }, @@ -291067,15 +291339,15 @@ }, "property": { "type": "Identifier", - "start": 23070, - "end": 23074, + "start": 25460, + "end": 25464, "loc": { "start": { - "line": 520, + "line": 562, "column": 38 }, "end": { - "line": 520, + "line": 562, "column": 42 }, "identifierName": "test" @@ -291087,15 +291359,15 @@ "arguments": [ { "type": "Identifier", - "start": 23076, - "end": 23081, + "start": 25466, + "end": 25471, "loc": { "start": { - "line": 520, + "line": 562, "column": 44 }, "end": { - "line": 520, + "line": 562, "column": 49 }, "identifierName": "scale" @@ -291107,58 +291379,58 @@ }, { "type": "SwitchCase", - "start": 23105, - "end": 23145, + "start": 25495, + "end": 25535, "loc": { "start": { - "line": 521, + "line": 563, "column": 20 }, "end": { - "line": 521, + "line": 563, "column": 60 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23110, - "end": 23144, + "start": 25500, + "end": 25534, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 23110, - "end": 23135, + "start": 25500, + "end": 25525, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 23110, - "end": 23130, + "start": 25500, + "end": 25520, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 45 } }, @@ -291170,15 +291442,15 @@ }, "property": { "type": "Identifier", - "start": 23131, - "end": 23135, + "start": 25521, + "end": 25525, "loc": { "start": { - "line": 521, + "line": 563, "column": 46 }, "end": { - "line": 521, + "line": 563, "column": 50 }, "identifierName": "test" @@ -291190,15 +291462,15 @@ "arguments": [ { "type": "Identifier", - "start": 23137, - "end": 23142, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 521, + "line": 563, "column": 52 }, "end": { - "line": 521, + "line": 563, "column": 57 }, "identifierName": "scale" @@ -291210,58 +291482,58 @@ }, { "type": "SwitchCase", - "start": 23166, - "end": 23198, + "start": 25556, + "end": 25588, "loc": { "start": { - "line": 522, + "line": 564, "column": 20 }, "end": { - "line": 522, + "line": 564, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 23171, - "end": 23197, + "start": 25561, + "end": 25587, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23171, - "end": 23188, + "start": 25561, + "end": 25578, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23171, - "end": 23183, + "start": 25561, + "end": 25573, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 37 } }, @@ -291273,15 +291545,15 @@ }, "property": { "type": "Identifier", - "start": 23184, - "end": 23188, + "start": 25574, + "end": 25578, "loc": { "start": { - "line": 522, + "line": 564, "column": 38 }, "end": { - "line": 522, + "line": 564, "column": 42 }, "identifierName": "test" @@ -291293,15 +291565,15 @@ "arguments": [ { "type": "Identifier", - "start": 23190, - "end": 23195, + "start": 25580, + "end": 25585, "loc": { "start": { - "line": 522, + "line": 564, "column": 44 }, "end": { - "line": 522, + "line": 564, "column": 49 }, "identifierName": "scale" @@ -291313,59 +291585,59 @@ }, { "type": "SwitchCase", - "start": 23219, - "end": 23355, + "start": 25609, + "end": 25745, "loc": { "start": { - "line": 523, + "line": 565, "column": 20 }, "end": { - "line": 525, + "line": 567, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23275, - "end": 23325, + "start": 25665, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 23275, - "end": 23325, + "start": 25665, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23275, - "end": 23283, + "start": 25665, + "end": 25673, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 32 }, "identifierName": "_tmpDate" @@ -291374,29 +291646,29 @@ }, "right": { "type": "NewExpression", - "start": 23286, - "end": 23325, + "start": 25676, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 35 }, "end": { - "line": 524, + "line": 566, "column": 74 } }, "callee": { "type": "Identifier", - "start": 23290, - "end": 23294, + "start": 25680, + "end": 25684, "loc": { "start": { - "line": 524, + "line": 566, "column": 39 }, "end": { - "line": 524, + "line": 566, "column": 43 }, "identifierName": "Date" @@ -291406,43 +291678,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23296, - "end": 23317, + "start": 25686, + "end": 25707, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23296, - "end": 23315, + "start": 25686, + "end": 25705, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 64 } }, "object": { "type": "Identifier", - "start": 23296, - "end": 23303, + "start": 25686, + "end": 25693, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 52 }, "identifierName": "dateObj" @@ -291451,15 +291723,15 @@ }, "property": { "type": "Identifier", - "start": 23304, - "end": 23315, + "start": 25694, + "end": 25705, "loc": { "start": { - "line": 524, + "line": 566, "column": 53 }, "end": { - "line": 524, + "line": 566, "column": 64 }, "identifierName": "getFullYear" @@ -291472,15 +291744,15 @@ }, { "type": "NumericLiteral", - "start": 23319, - "end": 23320, + "start": 25709, + "end": 25710, "loc": { "start": { - "line": 524, + "line": 566, "column": 68 }, "end": { - "line": 524, + "line": 566, "column": 69 } }, @@ -291492,15 +291764,15 @@ }, { "type": "NumericLiteral", - "start": 23322, - "end": 23323, + "start": 25712, + "end": 25713, "loc": { "start": { - "line": 524, + "line": 566, "column": 71 }, "end": { - "line": 524, + "line": 566, "column": 72 } }, @@ -291516,15 +291788,15 @@ }, { "type": "BreakStatement", - "start": 23350, - "end": 23355, + "start": 25740, + "end": 25745, "loc": { "start": { - "line": 525, + "line": 567, "column": 24 }, "end": { - "line": 525, + "line": 567, "column": 29 } }, @@ -291533,43 +291805,43 @@ ], "test": { "type": "CallExpression", - "start": 23224, - "end": 23249, + "start": 25614, + "end": 25639, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 23224, - "end": 23240, + "start": 25614, + "end": 25630, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 23224, - "end": 23235, + "start": 25614, + "end": 25625, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 36 } }, @@ -291581,15 +291853,15 @@ }, "property": { "type": "Identifier", - "start": 23236, - "end": 23240, + "start": 25626, + "end": 25630, "loc": { "start": { - "line": 523, + "line": 565, "column": 37 }, "end": { - "line": 523, + "line": 565, "column": 41 }, "identifierName": "test" @@ -291601,15 +291873,15 @@ "arguments": [ { "type": "Identifier", - "start": 23242, - "end": 23247, + "start": 25632, + "end": 25637, "loc": { "start": { - "line": 523, + "line": 565, "column": 43 }, "end": { - "line": 523, + "line": 565, "column": 48 }, "identifierName": "scale" @@ -291621,59 +291893,59 @@ }, { "type": "SwitchCase", - "start": 23376, - "end": 23530, + "start": 25766, + "end": 25920, "loc": { "start": { - "line": 526, + "line": 568, "column": 20 }, "end": { - "line": 528, + "line": 570, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23433, - "end": 23500, + "start": 25823, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 23433, - "end": 23500, + "start": 25823, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23433, - "end": 23441, + "start": 25823, + "end": 25831, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 32 }, "identifierName": "_tmpDate" @@ -291682,29 +291954,29 @@ }, "right": { "type": "NewExpression", - "start": 23444, - "end": 23500, + "start": 25834, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 35 }, "end": { - "line": 527, + "line": 569, "column": 91 } }, "callee": { "type": "Identifier", - "start": 23448, - "end": 23452, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 527, + "line": 569, "column": 39 }, "end": { - "line": 527, + "line": 569, "column": 43 }, "identifierName": "Date" @@ -291714,43 +291986,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23454, - "end": 23475, + "start": 25844, + "end": 25865, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23454, - "end": 23473, + "start": 25844, + "end": 25863, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 64 } }, "object": { "type": "Identifier", - "start": 23454, - "end": 23461, + "start": 25844, + "end": 25851, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 52 }, "identifierName": "dateObj" @@ -291759,15 +292031,15 @@ }, "property": { "type": "Identifier", - "start": 23462, - "end": 23473, + "start": 25852, + "end": 25863, "loc": { "start": { - "line": 527, + "line": 569, "column": 53 }, "end": { - "line": 527, + "line": 569, "column": 64 }, "identifierName": "getFullYear" @@ -291780,43 +292052,43 @@ }, { "type": "CallExpression", - "start": 23477, - "end": 23495, + "start": 25867, + "end": 25885, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23477, - "end": 23493, + "start": 25867, + "end": 25883, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 84 } }, "object": { "type": "Identifier", - "start": 23477, - "end": 23484, + "start": 25867, + "end": 25874, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 75 }, "identifierName": "dateObj" @@ -291825,15 +292097,15 @@ }, "property": { "type": "Identifier", - "start": 23485, - "end": 23493, + "start": 25875, + "end": 25883, "loc": { "start": { - "line": 527, + "line": 569, "column": 76 }, "end": { - "line": 527, + "line": 569, "column": 84 }, "identifierName": "getMonth" @@ -291846,15 +292118,15 @@ }, { "type": "NumericLiteral", - "start": 23497, - "end": 23498, + "start": 25887, + "end": 25888, "loc": { "start": { - "line": 527, + "line": 569, "column": 88 }, "end": { - "line": 527, + "line": 569, "column": 89 } }, @@ -291870,15 +292142,15 @@ }, { "type": "BreakStatement", - "start": 23525, - "end": 23530, + "start": 25915, + "end": 25920, "loc": { "start": { - "line": 528, + "line": 570, "column": 24 }, "end": { - "line": 528, + "line": 570, "column": 29 } }, @@ -291887,43 +292159,43 @@ ], "test": { "type": "CallExpression", - "start": 23381, - "end": 23407, + "start": 25771, + "end": 25797, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 23381, - "end": 23398, + "start": 25771, + "end": 25788, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 23381, - "end": 23393, + "start": 25771, + "end": 25783, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 37 } }, @@ -291935,15 +292207,15 @@ }, "property": { "type": "Identifier", - "start": 23394, - "end": 23398, + "start": 25784, + "end": 25788, "loc": { "start": { - "line": 526, + "line": 568, "column": 38 }, "end": { - "line": 526, + "line": 568, "column": 42 }, "identifierName": "test" @@ -291955,15 +292227,15 @@ "arguments": [ { "type": "Identifier", - "start": 23400, - "end": 23405, + "start": 25790, + "end": 25795, "loc": { "start": { - "line": 526, + "line": 568, "column": 44 }, "end": { - "line": 526, + "line": 568, "column": 49 }, "identifierName": "scale" @@ -291975,59 +292247,59 @@ }, { "type": "SwitchCase", - "start": 23551, - "end": 23726, + "start": 25941, + "end": 26116, "loc": { "start": { - "line": 529, + "line": 571, "column": 20 }, "end": { - "line": 531, + "line": 573, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23613, - "end": 23696, + "start": 26003, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "expression": { "type": "AssignmentExpression", - "start": 23613, - "end": 23696, + "start": 26003, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23613, - "end": 23621, + "start": 26003, + "end": 26011, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 32 }, "identifierName": "_tmpDate" @@ -292036,29 +292308,29 @@ }, "right": { "type": "NewExpression", - "start": 23624, - "end": 23696, + "start": 26014, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 35 }, "end": { - "line": 530, + "line": 572, "column": 107 } }, "callee": { "type": "Identifier", - "start": 23628, - "end": 23632, + "start": 26018, + "end": 26022, "loc": { "start": { - "line": 530, + "line": 572, "column": 39 }, "end": { - "line": 530, + "line": 572, "column": 43 }, "identifierName": "Date" @@ -292068,43 +292340,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23634, - "end": 23655, + "start": 26024, + "end": 26045, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23634, - "end": 23653, + "start": 26024, + "end": 26043, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 64 } }, "object": { "type": "Identifier", - "start": 23634, - "end": 23641, + "start": 26024, + "end": 26031, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 52 }, "identifierName": "dateObj" @@ -292113,15 +292385,15 @@ }, "property": { "type": "Identifier", - "start": 23642, - "end": 23653, + "start": 26032, + "end": 26043, "loc": { "start": { - "line": 530, + "line": 572, "column": 53 }, "end": { - "line": 530, + "line": 572, "column": 64 }, "identifierName": "getFullYear" @@ -292134,43 +292406,43 @@ }, { "type": "CallExpression", - "start": 23657, - "end": 23675, + "start": 26047, + "end": 26065, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23657, - "end": 23673, + "start": 26047, + "end": 26063, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 84 } }, "object": { "type": "Identifier", - "start": 23657, - "end": 23664, + "start": 26047, + "end": 26054, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 75 }, "identifierName": "dateObj" @@ -292179,15 +292451,15 @@ }, "property": { "type": "Identifier", - "start": 23665, - "end": 23673, + "start": 26055, + "end": 26063, "loc": { "start": { - "line": 530, + "line": 572, "column": 76 }, "end": { - "line": 530, + "line": 572, "column": 84 }, "identifierName": "getMonth" @@ -292200,43 +292472,43 @@ }, { "type": "CallExpression", - "start": 23677, - "end": 23694, + "start": 26067, + "end": 26084, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 23677, - "end": 23692, + "start": 26067, + "end": 26082, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 103 } }, "object": { "type": "Identifier", - "start": 23677, - "end": 23684, + "start": 26067, + "end": 26074, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 95 }, "identifierName": "dateObj" @@ -292245,15 +292517,15 @@ }, "property": { "type": "Identifier", - "start": 23685, - "end": 23692, + "start": 26075, + "end": 26082, "loc": { "start": { - "line": 530, + "line": 572, "column": 96 }, "end": { - "line": 530, + "line": 572, "column": 103 }, "identifierName": "getDate" @@ -292270,15 +292542,15 @@ }, { "type": "BreakStatement", - "start": 23721, - "end": 23726, + "start": 26111, + "end": 26116, "loc": { "start": { - "line": 531, + "line": 573, "column": 24 }, "end": { - "line": 531, + "line": 573, "column": 29 } }, @@ -292287,43 +292559,43 @@ ], "test": { "type": "CallExpression", - "start": 23556, - "end": 23587, + "start": 25946, + "end": 25977, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 23556, - "end": 23578, + "start": 25946, + "end": 25968, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 47 } }, "object": { "type": "RegExpLiteral", - "start": 23556, - "end": 23573, + "start": 25946, + "end": 25963, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 42 } }, @@ -292335,15 +292607,15 @@ }, "property": { "type": "Identifier", - "start": 23574, - "end": 23578, + "start": 25964, + "end": 25968, "loc": { "start": { - "line": 529, + "line": 571, "column": 43 }, "end": { - "line": 529, + "line": 571, "column": 47 }, "identifierName": "test" @@ -292355,15 +292627,15 @@ "arguments": [ { "type": "Identifier", - "start": 23580, - "end": 23585, + "start": 25970, + "end": 25975, "loc": { "start": { - "line": 529, + "line": 571, "column": 49 }, "end": { - "line": 529, + "line": 571, "column": 54 }, "identifierName": "scale" @@ -292375,59 +292647,59 @@ }, { "type": "SwitchCase", - "start": 23747, - "end": 23953, + "start": 26137, + "end": 26343, "loc": { "start": { - "line": 532, + "line": 574, "column": 20 }, "end": { - "line": 534, + "line": 576, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23820, - "end": 23923, + "start": 26210, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "expression": { "type": "AssignmentExpression", - "start": 23820, - "end": 23923, + "start": 26210, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23820, - "end": 23828, + "start": 26210, + "end": 26218, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 32 }, "identifierName": "_tmpDate" @@ -292436,29 +292708,29 @@ }, "right": { "type": "NewExpression", - "start": 23831, - "end": 23923, + "start": 26221, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 35 }, "end": { - "line": 533, + "line": 575, "column": 127 } }, "callee": { "type": "Identifier", - "start": 23835, - "end": 23839, + "start": 26225, + "end": 26229, "loc": { "start": { - "line": 533, + "line": 575, "column": 39 }, "end": { - "line": 533, + "line": 575, "column": 43 }, "identifierName": "Date" @@ -292468,43 +292740,43 @@ "arguments": [ { "type": "CallExpression", - "start": 23841, - "end": 23862, + "start": 26231, + "end": 26252, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 23841, - "end": 23860, + "start": 26231, + "end": 26250, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 64 } }, "object": { "type": "Identifier", - "start": 23841, - "end": 23848, + "start": 26231, + "end": 26238, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 52 }, "identifierName": "dateObj" @@ -292513,15 +292785,15 @@ }, "property": { "type": "Identifier", - "start": 23849, - "end": 23860, + "start": 26239, + "end": 26250, "loc": { "start": { - "line": 533, + "line": 575, "column": 53 }, "end": { - "line": 533, + "line": 575, "column": 64 }, "identifierName": "getFullYear" @@ -292534,43 +292806,43 @@ }, { "type": "CallExpression", - "start": 23864, - "end": 23882, + "start": 26254, + "end": 26272, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 23864, - "end": 23880, + "start": 26254, + "end": 26270, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 84 } }, "object": { "type": "Identifier", - "start": 23864, - "end": 23871, + "start": 26254, + "end": 26261, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 75 }, "identifierName": "dateObj" @@ -292579,15 +292851,15 @@ }, "property": { "type": "Identifier", - "start": 23872, - "end": 23880, + "start": 26262, + "end": 26270, "loc": { "start": { - "line": 533, + "line": 575, "column": 76 }, "end": { - "line": 533, + "line": 575, "column": 84 }, "identifierName": "getMonth" @@ -292600,43 +292872,43 @@ }, { "type": "CallExpression", - "start": 23884, - "end": 23901, + "start": 26274, + "end": 26291, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 23884, - "end": 23899, + "start": 26274, + "end": 26289, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 103 } }, "object": { "type": "Identifier", - "start": 23884, - "end": 23891, + "start": 26274, + "end": 26281, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 95 }, "identifierName": "dateObj" @@ -292645,15 +292917,15 @@ }, "property": { "type": "Identifier", - "start": 23892, - "end": 23899, + "start": 26282, + "end": 26289, "loc": { "start": { - "line": 533, + "line": 575, "column": 96 }, "end": { - "line": 533, + "line": 575, "column": 103 }, "identifierName": "getDate" @@ -292666,43 +292938,43 @@ }, { "type": "CallExpression", - "start": 23903, - "end": 23921, + "start": 26293, + "end": 26311, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 23903, - "end": 23919, + "start": 26293, + "end": 26309, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 123 } }, "object": { "type": "Identifier", - "start": 23903, - "end": 23910, + "start": 26293, + "end": 26300, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 114 }, "identifierName": "dateObj" @@ -292711,15 +292983,15 @@ }, "property": { "type": "Identifier", - "start": 23911, - "end": 23919, + "start": 26301, + "end": 26309, "loc": { "start": { - "line": 533, + "line": 575, "column": 115 }, "end": { - "line": 533, + "line": 575, "column": 123 }, "identifierName": "getHours" @@ -292736,15 +293008,15 @@ }, { "type": "BreakStatement", - "start": 23948, - "end": 23953, + "start": 26338, + "end": 26343, "loc": { "start": { - "line": 534, + "line": 576, "column": 24 }, "end": { - "line": 534, + "line": 576, "column": 29 } }, @@ -292753,43 +293025,43 @@ ], "test": { "type": "CallExpression", - "start": 23752, - "end": 23794, + "start": 26142, + "end": 26184, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 23752, - "end": 23785, + "start": 26142, + "end": 26175, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 58 } }, "object": { "type": "RegExpLiteral", - "start": 23752, - "end": 23780, + "start": 26142, + "end": 26170, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 53 } }, @@ -292801,15 +293073,15 @@ }, "property": { "type": "Identifier", - "start": 23781, - "end": 23785, + "start": 26171, + "end": 26175, "loc": { "start": { - "line": 532, + "line": 574, "column": 54 }, "end": { - "line": 532, + "line": 574, "column": 58 }, "identifierName": "test" @@ -292821,15 +293093,15 @@ "arguments": [ { "type": "Identifier", - "start": 23787, - "end": 23792, + "start": 26177, + "end": 26182, "loc": { "start": { - "line": 532, + "line": 574, "column": 60 }, "end": { - "line": 532, + "line": 574, "column": 65 }, "identifierName": "scale" @@ -292841,59 +293113,59 @@ }, { "type": "SwitchCase", - "start": 23974, - "end": 24187, + "start": 26364, + "end": 26577, "loc": { "start": { - "line": 535, + "line": 577, "column": 20 }, "end": { - "line": 537, + "line": 579, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24032, - "end": 24157, + "start": 26422, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "expression": { "type": "AssignmentExpression", - "start": 24032, - "end": 24157, + "start": 26422, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24032, - "end": 24040, + "start": 26422, + "end": 26430, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 32 }, "identifierName": "_tmpDate" @@ -292902,29 +293174,29 @@ }, "right": { "type": "NewExpression", - "start": 24043, - "end": 24157, + "start": 26433, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 35 }, "end": { - "line": 536, + "line": 578, "column": 149 } }, "callee": { "type": "Identifier", - "start": 24047, - "end": 24051, + "start": 26437, + "end": 26441, "loc": { "start": { - "line": 536, + "line": 578, "column": 39 }, "end": { - "line": 536, + "line": 578, "column": 43 }, "identifierName": "Date" @@ -292934,43 +293206,43 @@ "arguments": [ { "type": "CallExpression", - "start": 24053, - "end": 24074, + "start": 26443, + "end": 26464, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24053, - "end": 24072, + "start": 26443, + "end": 26462, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 64 } }, "object": { "type": "Identifier", - "start": 24053, - "end": 24060, + "start": 26443, + "end": 26450, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 52 }, "identifierName": "dateObj" @@ -292979,15 +293251,15 @@ }, "property": { "type": "Identifier", - "start": 24061, - "end": 24072, + "start": 26451, + "end": 26462, "loc": { "start": { - "line": 536, + "line": 578, "column": 53 }, "end": { - "line": 536, + "line": 578, "column": 64 }, "identifierName": "getFullYear" @@ -293000,43 +293272,43 @@ }, { "type": "CallExpression", - "start": 24076, - "end": 24094, + "start": 26466, + "end": 26484, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 24076, - "end": 24092, + "start": 26466, + "end": 26482, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 84 } }, "object": { "type": "Identifier", - "start": 24076, - "end": 24083, + "start": 26466, + "end": 26473, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 75 }, "identifierName": "dateObj" @@ -293045,15 +293317,15 @@ }, "property": { "type": "Identifier", - "start": 24084, - "end": 24092, + "start": 26474, + "end": 26482, "loc": { "start": { - "line": 536, + "line": 578, "column": 76 }, "end": { - "line": 536, + "line": 578, "column": 84 }, "identifierName": "getMonth" @@ -293066,43 +293338,43 @@ }, { "type": "CallExpression", - "start": 24096, - "end": 24113, + "start": 26486, + "end": 26503, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 24096, - "end": 24111, + "start": 26486, + "end": 26501, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 103 } }, "object": { "type": "Identifier", - "start": 24096, - "end": 24103, + "start": 26486, + "end": 26493, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 95 }, "identifierName": "dateObj" @@ -293111,15 +293383,15 @@ }, "property": { "type": "Identifier", - "start": 24104, - "end": 24111, + "start": 26494, + "end": 26501, "loc": { "start": { - "line": 536, + "line": 578, "column": 96 }, "end": { - "line": 536, + "line": 578, "column": 103 }, "identifierName": "getDate" @@ -293132,43 +293404,43 @@ }, { "type": "CallExpression", - "start": 24115, - "end": 24133, + "start": 26505, + "end": 26523, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 24115, - "end": 24131, + "start": 26505, + "end": 26521, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 123 } }, "object": { "type": "Identifier", - "start": 24115, - "end": 24122, + "start": 26505, + "end": 26512, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 114 }, "identifierName": "dateObj" @@ -293177,15 +293449,15 @@ }, "property": { "type": "Identifier", - "start": 24123, - "end": 24131, + "start": 26513, + "end": 26521, "loc": { "start": { - "line": 536, + "line": 578, "column": 115 }, "end": { - "line": 536, + "line": 578, "column": 123 }, "identifierName": "getHours" @@ -293198,43 +293470,43 @@ }, { "type": "CallExpression", - "start": 24135, - "end": 24155, + "start": 26525, + "end": 26545, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 24135, - "end": 24153, + "start": 26525, + "end": 26543, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 145 } }, "object": { "type": "Identifier", - "start": 24135, - "end": 24142, + "start": 26525, + "end": 26532, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 134 }, "identifierName": "dateObj" @@ -293243,15 +293515,15 @@ }, "property": { "type": "Identifier", - "start": 24143, - "end": 24153, + "start": 26533, + "end": 26543, "loc": { "start": { - "line": 536, + "line": 578, "column": 135 }, "end": { - "line": 536, + "line": 578, "column": 145 }, "identifierName": "getMinutes" @@ -293268,15 +293540,15 @@ }, { "type": "BreakStatement", - "start": 24182, - "end": 24187, + "start": 26572, + "end": 26577, "loc": { "start": { - "line": 537, + "line": 579, "column": 24 }, "end": { - "line": 537, + "line": 579, "column": 29 } }, @@ -293285,43 +293557,43 @@ ], "test": { "type": "CallExpression", - "start": 23979, - "end": 24006, + "start": 26369, + "end": 26396, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 23979, - "end": 23997, + "start": 26369, + "end": 26387, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 23979, - "end": 23992, + "start": 26369, + "end": 26382, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 38 } }, @@ -293333,15 +293605,15 @@ }, "property": { "type": "Identifier", - "start": 23993, - "end": 23997, + "start": 26383, + "end": 26387, "loc": { "start": { - "line": 535, + "line": 577, "column": 39 }, "end": { - "line": 535, + "line": 577, "column": 43 }, "identifierName": "test" @@ -293353,15 +293625,15 @@ "arguments": [ { "type": "Identifier", - "start": 23999, - "end": 24004, + "start": 26389, + "end": 26394, "loc": { "start": { - "line": 535, + "line": 577, "column": 45 }, "end": { - "line": 535, + "line": 577, "column": 50 }, "identifierName": "scale" @@ -293373,59 +293645,59 @@ }, { "type": "SwitchCase", - "start": 24208, - "end": 24443, + "start": 26598, + "end": 26833, "loc": { "start": { - "line": 538, + "line": 580, "column": 20 }, "end": { - "line": 540, + "line": 582, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24266, - "end": 24413, + "start": 26656, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "expression": { "type": "AssignmentExpression", - "start": 24266, - "end": 24413, + "start": 26656, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24266, - "end": 24274, + "start": 26656, + "end": 26664, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 32 }, "identifierName": "_tmpDate" @@ -293434,29 +293706,29 @@ }, "right": { "type": "NewExpression", - "start": 24277, - "end": 24413, + "start": 26667, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 35 }, "end": { - "line": 539, + "line": 581, "column": 171 } }, "callee": { "type": "Identifier", - "start": 24281, - "end": 24285, + "start": 26671, + "end": 26675, "loc": { "start": { - "line": 539, + "line": 581, "column": 39 }, "end": { - "line": 539, + "line": 581, "column": 43 }, "identifierName": "Date" @@ -293466,43 +293738,43 @@ "arguments": [ { "type": "CallExpression", - "start": 24287, - "end": 24308, + "start": 26677, + "end": 26698, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24287, - "end": 24306, + "start": 26677, + "end": 26696, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 64 } }, "object": { "type": "Identifier", - "start": 24287, - "end": 24294, + "start": 26677, + "end": 26684, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 52 }, "identifierName": "dateObj" @@ -293511,15 +293783,15 @@ }, "property": { "type": "Identifier", - "start": 24295, - "end": 24306, + "start": 26685, + "end": 26696, "loc": { "start": { - "line": 539, + "line": 581, "column": 53 }, "end": { - "line": 539, + "line": 581, "column": 64 }, "identifierName": "getFullYear" @@ -293532,43 +293804,43 @@ }, { "type": "CallExpression", - "start": 24310, - "end": 24328, + "start": 26700, + "end": 26718, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 24310, - "end": 24326, + "start": 26700, + "end": 26716, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 84 } }, "object": { "type": "Identifier", - "start": 24310, - "end": 24317, + "start": 26700, + "end": 26707, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 75 }, "identifierName": "dateObj" @@ -293577,15 +293849,15 @@ }, "property": { "type": "Identifier", - "start": 24318, - "end": 24326, + "start": 26708, + "end": 26716, "loc": { "start": { - "line": 539, + "line": 581, "column": 76 }, "end": { - "line": 539, + "line": 581, "column": 84 }, "identifierName": "getMonth" @@ -293598,43 +293870,43 @@ }, { "type": "CallExpression", - "start": 24330, - "end": 24347, + "start": 26720, + "end": 26737, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 24330, - "end": 24345, + "start": 26720, + "end": 26735, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 103 } }, "object": { "type": "Identifier", - "start": 24330, - "end": 24337, + "start": 26720, + "end": 26727, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 95 }, "identifierName": "dateObj" @@ -293643,15 +293915,15 @@ }, "property": { "type": "Identifier", - "start": 24338, - "end": 24345, + "start": 26728, + "end": 26735, "loc": { "start": { - "line": 539, + "line": 581, "column": 96 }, "end": { - "line": 539, + "line": 581, "column": 103 }, "identifierName": "getDate" @@ -293664,43 +293936,43 @@ }, { "type": "CallExpression", - "start": 24349, - "end": 24367, + "start": 26739, + "end": 26757, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 24349, - "end": 24365, + "start": 26739, + "end": 26755, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 123 } }, "object": { "type": "Identifier", - "start": 24349, - "end": 24356, + "start": 26739, + "end": 26746, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 114 }, "identifierName": "dateObj" @@ -293709,15 +293981,15 @@ }, "property": { "type": "Identifier", - "start": 24357, - "end": 24365, + "start": 26747, + "end": 26755, "loc": { "start": { - "line": 539, + "line": 581, "column": 115 }, "end": { - "line": 539, + "line": 581, "column": 123 }, "identifierName": "getHours" @@ -293730,43 +294002,43 @@ }, { "type": "CallExpression", - "start": 24369, - "end": 24389, + "start": 26759, + "end": 26779, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 24369, - "end": 24387, + "start": 26759, + "end": 26777, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 145 } }, "object": { "type": "Identifier", - "start": 24369, - "end": 24376, + "start": 26759, + "end": 26766, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 134 }, "identifierName": "dateObj" @@ -293775,15 +294047,15 @@ }, "property": { "type": "Identifier", - "start": 24377, - "end": 24387, + "start": 26767, + "end": 26777, "loc": { "start": { - "line": 539, + "line": 581, "column": 135 }, "end": { - "line": 539, + "line": 581, "column": 145 }, "identifierName": "getMinutes" @@ -293796,43 +294068,43 @@ }, { "type": "CallExpression", - "start": 24391, - "end": 24411, + "start": 26781, + "end": 26801, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 169 } }, "callee": { "type": "MemberExpression", - "start": 24391, - "end": 24409, + "start": 26781, + "end": 26799, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 167 } }, "object": { "type": "Identifier", - "start": 24391, - "end": 24398, + "start": 26781, + "end": 26788, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 156 }, "identifierName": "dateObj" @@ -293841,15 +294113,15 @@ }, "property": { "type": "Identifier", - "start": 24399, - "end": 24409, + "start": 26789, + "end": 26799, "loc": { "start": { - "line": 539, + "line": 581, "column": 157 }, "end": { - "line": 539, + "line": 581, "column": 167 }, "identifierName": "getSeconds" @@ -293866,15 +294138,15 @@ }, { "type": "BreakStatement", - "start": 24438, - "end": 24443, + "start": 26828, + "end": 26833, "loc": { "start": { - "line": 540, + "line": 582, "column": 24 }, "end": { - "line": 540, + "line": 582, "column": 29 } }, @@ -293883,43 +294155,43 @@ ], "test": { "type": "CallExpression", - "start": 24213, - "end": 24240, + "start": 26603, + "end": 26630, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24213, - "end": 24231, + "start": 26603, + "end": 26621, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 24213, - "end": 24226, + "start": 26603, + "end": 26616, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 38 } }, @@ -293931,15 +294203,15 @@ }, "property": { "type": "Identifier", - "start": 24227, - "end": 24231, + "start": 26617, + "end": 26621, "loc": { "start": { - "line": 538, + "line": 580, "column": 39 }, "end": { - "line": 538, + "line": 580, "column": 43 }, "identifierName": "test" @@ -293951,15 +294223,15 @@ "arguments": [ { "type": "Identifier", - "start": 24233, - "end": 24238, + "start": 26623, + "end": 26628, "loc": { "start": { - "line": 538, + "line": 580, "column": 45 }, "end": { - "line": 538, + "line": 580, "column": 50 }, "identifierName": "scale" @@ -293973,29 +294245,29 @@ }, { "type": "ReturnStatement", - "start": 24478, - "end": 24493, + "start": 26868, + "end": 26883, "loc": { "start": { - "line": 542, + "line": 584, "column": 16 }, "end": { - "line": 542, + "line": 584, "column": 31 } }, "argument": { "type": "Identifier", - "start": 24485, - "end": 24493, + "start": 26875, + "end": 26883, "loc": { "start": { - "line": 542, + "line": 584, "column": 23 }, "end": { - "line": 542, + "line": 584, "column": 31 }, "identifierName": "_tmpDate" @@ -294010,29 +294282,29 @@ }, { "type": "VariableDeclarator", - "start": 24521, - "end": 26233, + "start": 26911, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 12 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, "id": { "type": "Identifier", - "start": 24521, - "end": 24532, + "start": 26911, + "end": 26922, "loc": { "start": { - "line": 544, + "line": 586, "column": 12 }, "end": { - "line": 544, + "line": 586, "column": 23 }, "identifierName": "getLastDate" @@ -294041,15 +294313,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 24536, - "end": 26233, + "start": 26926, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 27 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, @@ -294060,15 +294332,15 @@ "params": [ { "type": "Identifier", - "start": 24538, - "end": 24545, + "start": 26928, + "end": 26935, "loc": { "start": { - "line": 544, + "line": 586, "column": 29 }, "end": { - "line": 544, + "line": 586, "column": 36 }, "identifierName": "dateObj" @@ -294077,15 +294349,15 @@ }, { "type": "Identifier", - "start": 24547, - "end": 24552, + "start": 26937, + "end": 26942, "loc": { "start": { - "line": 544, + "line": 586, "column": 38 }, "end": { - "line": 544, + "line": 586, "column": 43 }, "identifierName": "scale" @@ -294095,59 +294367,59 @@ ], "body": { "type": "BlockStatement", - "start": 24558, - "end": 26233, + "start": 26948, + "end": 28623, "loc": { "start": { - "line": 544, + "line": 586, "column": 49 }, "end": { - "line": 572, + "line": 614, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 24576, - "end": 24588, + "start": 26966, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 16 }, "end": { - "line": 545, + "line": 587, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 24580, - "end": 24588, + "start": 26970, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 20 }, "end": { - "line": 545, + "line": 587, "column": 28 } }, "id": { "type": "Identifier", - "start": 24580, - "end": 24588, + "start": 26970, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 20 }, "end": { - "line": 545, + "line": 587, "column": 28 }, "identifierName": "_tmpDate" @@ -294161,29 +294433,29 @@ }, { "type": "SwitchStatement", - "start": 24622, - "end": 26161, + "start": 27012, + "end": 28551, "loc": { "start": { - "line": 547, + "line": 589, "column": 16 }, "end": { - "line": 570, + "line": 612, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 24631, - "end": 24635, + "start": 27021, + "end": 27025, "loc": { "start": { - "line": 547, + "line": 589, "column": 25 }, "end": { - "line": 547, + "line": 589, "column": 29 } }, @@ -294192,58 +294464,58 @@ "cases": [ { "type": "SwitchCase", - "start": 24660, - "end": 24707, + "start": 27050, + "end": 27097, "loc": { "start": { - "line": 548, + "line": 590, "column": 20 }, "end": { - "line": 548, + "line": 590, "column": 67 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24665, - "end": 24706, + "start": 27055, + "end": 27096, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24665, - "end": 24697, + "start": 27055, + "end": 27087, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 57 } }, "object": { "type": "RegExpLiteral", - "start": 24665, - "end": 24692, + "start": 27055, + "end": 27082, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 52 } }, @@ -294255,15 +294527,15 @@ }, "property": { "type": "Identifier", - "start": 24693, - "end": 24697, + "start": 27083, + "end": 27087, "loc": { "start": { - "line": 548, + "line": 590, "column": 53 }, "end": { - "line": 548, + "line": 590, "column": 57 }, "identifierName": "test" @@ -294275,15 +294547,15 @@ "arguments": [ { "type": "Identifier", - "start": 24699, - "end": 24704, + "start": 27089, + "end": 27094, "loc": { "start": { - "line": 548, + "line": 590, "column": 59 }, "end": { - "line": 548, + "line": 590, "column": 64 }, "identifierName": "scale" @@ -294295,58 +294567,58 @@ }, { "type": "SwitchCase", - "start": 24728, - "end": 24760, + "start": 27118, + "end": 27150, "loc": { "start": { - "line": 549, + "line": 591, "column": 20 }, "end": { - "line": 549, + "line": 591, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24733, - "end": 24759, + "start": 27123, + "end": 27149, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 24733, - "end": 24750, + "start": 27123, + "end": 27140, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 24733, - "end": 24745, + "start": 27123, + "end": 27135, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 37 } }, @@ -294358,15 +294630,15 @@ }, "property": { "type": "Identifier", - "start": 24746, - "end": 24750, + "start": 27136, + "end": 27140, "loc": { "start": { - "line": 549, + "line": 591, "column": 38 }, "end": { - "line": 549, + "line": 591, "column": 42 }, "identifierName": "test" @@ -294378,15 +294650,15 @@ "arguments": [ { "type": "Identifier", - "start": 24752, - "end": 24757, + "start": 27142, + "end": 27147, "loc": { "start": { - "line": 549, + "line": 591, "column": 44 }, "end": { - "line": 549, + "line": 591, "column": 49 }, "identifierName": "scale" @@ -294398,58 +294670,58 @@ }, { "type": "SwitchCase", - "start": 24781, - "end": 24821, + "start": 27171, + "end": 27211, "loc": { "start": { - "line": 550, + "line": 592, "column": 20 }, "end": { - "line": 550, + "line": 592, "column": 60 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24786, - "end": 24820, + "start": 27176, + "end": 27210, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 24786, - "end": 24811, + "start": 27176, + "end": 27201, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 24786, - "end": 24806, + "start": 27176, + "end": 27196, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 45 } }, @@ -294461,15 +294733,15 @@ }, "property": { "type": "Identifier", - "start": 24807, - "end": 24811, + "start": 27197, + "end": 27201, "loc": { "start": { - "line": 550, + "line": 592, "column": 46 }, "end": { - "line": 550, + "line": 592, "column": 50 }, "identifierName": "test" @@ -294481,15 +294753,15 @@ "arguments": [ { "type": "Identifier", - "start": 24813, - "end": 24818, + "start": 27203, + "end": 27208, "loc": { "start": { - "line": 550, + "line": 592, "column": 52 }, "end": { - "line": 550, + "line": 592, "column": 57 }, "identifierName": "scale" @@ -294501,58 +294773,58 @@ }, { "type": "SwitchCase", - "start": 24842, - "end": 24874, + "start": 27232, + "end": 27264, "loc": { "start": { - "line": 551, + "line": 593, "column": 20 }, "end": { - "line": 551, + "line": 593, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 24847, - "end": 24873, + "start": 27237, + "end": 27263, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 24847, - "end": 24864, + "start": 27237, + "end": 27254, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 24847, - "end": 24859, + "start": 27237, + "end": 27249, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 37 } }, @@ -294564,15 +294836,15 @@ }, "property": { "type": "Identifier", - "start": 24860, - "end": 24864, + "start": 27250, + "end": 27254, "loc": { "start": { - "line": 551, + "line": 593, "column": 38 }, "end": { - "line": 551, + "line": 593, "column": 42 }, "identifierName": "test" @@ -294584,15 +294856,15 @@ "arguments": [ { "type": "Identifier", - "start": 24866, - "end": 24871, + "start": 27256, + "end": 27261, "loc": { "start": { - "line": 551, + "line": 593, "column": 44 }, "end": { - "line": 551, + "line": 593, "column": 49 }, "identifierName": "scale" @@ -294604,59 +294876,59 @@ }, { "type": "SwitchCase", - "start": 24895, - "end": 25035, + "start": 27285, + "end": 27425, "loc": { "start": { - "line": 552, + "line": 594, "column": 20 }, "end": { - "line": 554, + "line": 596, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 24951, - "end": 25005, + "start": 27341, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 24951, - "end": 25005, + "start": 27341, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 24951, - "end": 24959, + "start": 27341, + "end": 27349, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 32 }, "identifierName": "_tmpDate" @@ -294665,29 +294937,29 @@ }, "right": { "type": "NewExpression", - "start": 24962, - "end": 25005, + "start": 27352, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 35 }, "end": { - "line": 553, + "line": 595, "column": 78 } }, "callee": { "type": "Identifier", - "start": 24966, - "end": 24970, + "start": 27356, + "end": 27360, "loc": { "start": { - "line": 553, + "line": 595, "column": 39 }, "end": { - "line": 553, + "line": 595, "column": 43 }, "identifierName": "Date" @@ -294697,57 +294969,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 24972, - "end": 24997, + "start": 27362, + "end": 27387, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 70 } }, "left": { "type": "CallExpression", - "start": 24972, - "end": 24993, + "start": 27362, + "end": 27383, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 24972, - "end": 24991, + "start": 27362, + "end": 27381, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 64 } }, "object": { "type": "Identifier", - "start": 24972, - "end": 24979, + "start": 27362, + "end": 27369, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 52 }, "identifierName": "dateObj" @@ -294756,15 +295028,15 @@ }, "property": { "type": "Identifier", - "start": 24980, - "end": 24991, + "start": 27370, + "end": 27381, "loc": { "start": { - "line": 553, + "line": 595, "column": 53 }, "end": { - "line": 553, + "line": 595, "column": 64 }, "identifierName": "getFullYear" @@ -294778,15 +295050,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 24996, - "end": 24997, + "start": 27386, + "end": 27387, "loc": { "start": { - "line": 553, + "line": 595, "column": 69 }, "end": { - "line": 553, + "line": 595, "column": 70 } }, @@ -294799,15 +295071,15 @@ }, { "type": "NumericLiteral", - "start": 24999, - "end": 25000, + "start": 27389, + "end": 27390, "loc": { "start": { - "line": 553, + "line": 595, "column": 72 }, "end": { - "line": 553, + "line": 595, "column": 73 } }, @@ -294819,15 +295091,15 @@ }, { "type": "NumericLiteral", - "start": 25002, - "end": 25003, + "start": 27392, + "end": 27393, "loc": { "start": { - "line": 553, + "line": 595, "column": 75 }, "end": { - "line": 553, + "line": 595, "column": 76 } }, @@ -294843,15 +295115,15 @@ }, { "type": "BreakStatement", - "start": 25030, - "end": 25035, + "start": 27420, + "end": 27425, "loc": { "start": { - "line": 554, + "line": 596, "column": 24 }, "end": { - "line": 554, + "line": 596, "column": 29 } }, @@ -294860,43 +295132,43 @@ ], "test": { "type": "CallExpression", - "start": 24900, - "end": 24925, + "start": 27290, + "end": 27315, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 24900, - "end": 24916, + "start": 27290, + "end": 27306, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 24900, - "end": 24911, + "start": 27290, + "end": 27301, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 36 } }, @@ -294908,15 +295180,15 @@ }, "property": { "type": "Identifier", - "start": 24912, - "end": 24916, + "start": 27302, + "end": 27306, "loc": { "start": { - "line": 552, + "line": 594, "column": 37 }, "end": { - "line": 552, + "line": 594, "column": 41 }, "identifierName": "test" @@ -294928,15 +295200,15 @@ "arguments": [ { "type": "Identifier", - "start": 24918, - "end": 24923, + "start": 27308, + "end": 27313, "loc": { "start": { - "line": 552, + "line": 594, "column": 43 }, "end": { - "line": 552, + "line": 594, "column": 48 }, "identifierName": "scale" @@ -294948,59 +295220,59 @@ }, { "type": "SwitchCase", - "start": 25056, - "end": 25214, + "start": 27446, + "end": 27604, "loc": { "start": { - "line": 555, + "line": 597, "column": 20 }, "end": { - "line": 557, + "line": 599, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25113, - "end": 25184, + "start": 27503, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 25113, - "end": 25184, + "start": 27503, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25113, - "end": 25121, + "start": 27503, + "end": 27511, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 32 }, "identifierName": "_tmpDate" @@ -295009,29 +295281,29 @@ }, "right": { "type": "NewExpression", - "start": 25124, - "end": 25184, + "start": 27514, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 35 }, "end": { - "line": 556, + "line": 598, "column": 95 } }, "callee": { "type": "Identifier", - "start": 25128, - "end": 25132, + "start": 27518, + "end": 27522, "loc": { "start": { - "line": 556, + "line": 598, "column": 39 }, "end": { - "line": 556, + "line": 598, "column": 43 }, "identifierName": "Date" @@ -295041,43 +295313,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25134, - "end": 25155, + "start": 27524, + "end": 27545, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25134, - "end": 25153, + "start": 27524, + "end": 27543, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 64 } }, "object": { "type": "Identifier", - "start": 25134, - "end": 25141, + "start": 27524, + "end": 27531, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 52 }, "identifierName": "dateObj" @@ -295086,15 +295358,15 @@ }, "property": { "type": "Identifier", - "start": 25142, - "end": 25153, + "start": 27532, + "end": 27543, "loc": { "start": { - "line": 556, + "line": 598, "column": 53 }, "end": { - "line": 556, + "line": 598, "column": 64 }, "identifierName": "getFullYear" @@ -295107,57 +295379,57 @@ }, { "type": "BinaryExpression", - "start": 25157, - "end": 25179, + "start": 27547, + "end": 27569, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 90 } }, "left": { "type": "CallExpression", - "start": 25157, - "end": 25175, + "start": 27547, + "end": 27565, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25157, - "end": 25173, + "start": 27547, + "end": 27563, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 84 } }, "object": { "type": "Identifier", - "start": 25157, - "end": 25164, + "start": 27547, + "end": 27554, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 75 }, "identifierName": "dateObj" @@ -295166,15 +295438,15 @@ }, "property": { "type": "Identifier", - "start": 25165, - "end": 25173, + "start": 27555, + "end": 27563, "loc": { "start": { - "line": 556, + "line": 598, "column": 76 }, "end": { - "line": 556, + "line": 598, "column": 84 }, "identifierName": "getMonth" @@ -295188,15 +295460,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25178, - "end": 25179, + "start": 27568, + "end": 27569, "loc": { "start": { - "line": 556, + "line": 598, "column": 89 }, "end": { - "line": 556, + "line": 598, "column": 90 } }, @@ -295209,15 +295481,15 @@ }, { "type": "NumericLiteral", - "start": 25181, - "end": 25182, + "start": 27571, + "end": 27572, "loc": { "start": { - "line": 556, + "line": 598, "column": 92 }, "end": { - "line": 556, + "line": 598, "column": 93 } }, @@ -295233,15 +295505,15 @@ }, { "type": "BreakStatement", - "start": 25209, - "end": 25214, + "start": 27599, + "end": 27604, "loc": { "start": { - "line": 557, + "line": 599, "column": 24 }, "end": { - "line": 557, + "line": 599, "column": 29 } }, @@ -295250,43 +295522,43 @@ ], "test": { "type": "CallExpression", - "start": 25061, - "end": 25087, + "start": 27451, + "end": 27477, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 25061, - "end": 25078, + "start": 27451, + "end": 27468, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 25061, - "end": 25073, + "start": 27451, + "end": 27463, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 37 } }, @@ -295298,15 +295570,15 @@ }, "property": { "type": "Identifier", - "start": 25074, - "end": 25078, + "start": 27464, + "end": 27468, "loc": { "start": { - "line": 555, + "line": 597, "column": 38 }, "end": { - "line": 555, + "line": 597, "column": 42 }, "identifierName": "test" @@ -295318,15 +295590,15 @@ "arguments": [ { "type": "Identifier", - "start": 25080, - "end": 25085, + "start": 27470, + "end": 27475, "loc": { "start": { - "line": 555, + "line": 597, "column": 44 }, "end": { - "line": 555, + "line": 597, "column": 49 }, "identifierName": "scale" @@ -295338,59 +295610,59 @@ }, { "type": "SwitchCase", - "start": 25235, - "end": 25414, + "start": 27625, + "end": 27804, "loc": { "start": { - "line": 558, + "line": 600, "column": 20 }, "end": { - "line": 560, + "line": 602, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25297, - "end": 25384, + "start": 27687, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "expression": { "type": "AssignmentExpression", - "start": 25297, - "end": 25384, + "start": 27687, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25297, - "end": 25305, + "start": 27687, + "end": 27695, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 32 }, "identifierName": "_tmpDate" @@ -295399,29 +295671,29 @@ }, "right": { "type": "NewExpression", - "start": 25308, - "end": 25384, + "start": 27698, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 35 }, "end": { - "line": 559, + "line": 601, "column": 111 } }, "callee": { "type": "Identifier", - "start": 25312, - "end": 25316, + "start": 27702, + "end": 27706, "loc": { "start": { - "line": 559, + "line": 601, "column": 39 }, "end": { - "line": 559, + "line": 601, "column": 43 }, "identifierName": "Date" @@ -295431,43 +295703,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25318, - "end": 25339, + "start": 27708, + "end": 27729, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25318, - "end": 25337, + "start": 27708, + "end": 27727, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 64 } }, "object": { "type": "Identifier", - "start": 25318, - "end": 25325, + "start": 27708, + "end": 27715, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 52 }, "identifierName": "dateObj" @@ -295476,15 +295748,15 @@ }, "property": { "type": "Identifier", - "start": 25326, - "end": 25337, + "start": 27716, + "end": 27727, "loc": { "start": { - "line": 559, + "line": 601, "column": 53 }, "end": { - "line": 559, + "line": 601, "column": 64 }, "identifierName": "getFullYear" @@ -295497,43 +295769,43 @@ }, { "type": "CallExpression", - "start": 25341, - "end": 25359, + "start": 27731, + "end": 27749, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25341, - "end": 25357, + "start": 27731, + "end": 27747, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 84 } }, "object": { "type": "Identifier", - "start": 25341, - "end": 25348, + "start": 27731, + "end": 27738, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 75 }, "identifierName": "dateObj" @@ -295542,15 +295814,15 @@ }, "property": { "type": "Identifier", - "start": 25349, - "end": 25357, + "start": 27739, + "end": 27747, "loc": { "start": { - "line": 559, + "line": 601, "column": 76 }, "end": { - "line": 559, + "line": 601, "column": 84 }, "identifierName": "getMonth" @@ -295563,57 +295835,57 @@ }, { "type": "BinaryExpression", - "start": 25361, - "end": 25382, + "start": 27751, + "end": 27772, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 109 } }, "left": { "type": "CallExpression", - "start": 25361, - "end": 25378, + "start": 27751, + "end": 27768, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25361, - "end": 25376, + "start": 27751, + "end": 27766, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 103 } }, "object": { "type": "Identifier", - "start": 25361, - "end": 25368, + "start": 27751, + "end": 27758, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 95 }, "identifierName": "dateObj" @@ -295622,15 +295894,15 @@ }, "property": { "type": "Identifier", - "start": 25369, - "end": 25376, + "start": 27759, + "end": 27766, "loc": { "start": { - "line": 559, + "line": 601, "column": 96 }, "end": { - "line": 559, + "line": 601, "column": 103 }, "identifierName": "getDate" @@ -295644,15 +295916,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25381, - "end": 25382, + "start": 27771, + "end": 27772, "loc": { "start": { - "line": 559, + "line": 601, "column": 108 }, "end": { - "line": 559, + "line": 601, "column": 109 } }, @@ -295669,15 +295941,15 @@ }, { "type": "BreakStatement", - "start": 25409, - "end": 25414, + "start": 27799, + "end": 27804, "loc": { "start": { - "line": 560, + "line": 602, "column": 24 }, "end": { - "line": 560, + "line": 602, "column": 29 } }, @@ -295686,43 +295958,43 @@ ], "test": { "type": "CallExpression", - "start": 25240, - "end": 25271, + "start": 27630, + "end": 27661, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 25240, - "end": 25262, + "start": 27630, + "end": 27652, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 47 } }, "object": { "type": "RegExpLiteral", - "start": 25240, - "end": 25257, + "start": 27630, + "end": 27647, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 42 } }, @@ -295734,15 +296006,15 @@ }, "property": { "type": "Identifier", - "start": 25258, - "end": 25262, + "start": 27648, + "end": 27652, "loc": { "start": { - "line": 558, + "line": 600, "column": 43 }, "end": { - "line": 558, + "line": 600, "column": 47 }, "identifierName": "test" @@ -295754,15 +296026,15 @@ "arguments": [ { "type": "Identifier", - "start": 25264, - "end": 25269, + "start": 27654, + "end": 27659, "loc": { "start": { - "line": 558, + "line": 600, "column": 49 }, "end": { - "line": 558, + "line": 600, "column": 54 }, "identifierName": "scale" @@ -295774,59 +296046,59 @@ }, { "type": "SwitchCase", - "start": 25435, - "end": 25645, + "start": 27825, + "end": 28035, "loc": { "start": { - "line": 561, + "line": 603, "column": 20 }, "end": { - "line": 563, + "line": 605, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25508, - "end": 25615, + "start": 27898, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "expression": { "type": "AssignmentExpression", - "start": 25508, - "end": 25615, + "start": 27898, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25508, - "end": 25516, + "start": 27898, + "end": 27906, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 32 }, "identifierName": "_tmpDate" @@ -295835,29 +296107,29 @@ }, "right": { "type": "NewExpression", - "start": 25519, - "end": 25615, + "start": 27909, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 35 }, "end": { - "line": 562, + "line": 604, "column": 131 } }, "callee": { "type": "Identifier", - "start": 25523, - "end": 25527, + "start": 27913, + "end": 27917, "loc": { "start": { - "line": 562, + "line": 604, "column": 39 }, "end": { - "line": 562, + "line": 604, "column": 43 }, "identifierName": "Date" @@ -295867,43 +296139,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25529, - "end": 25550, + "start": 27919, + "end": 27940, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25529, - "end": 25548, + "start": 27919, + "end": 27938, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 64 } }, "object": { "type": "Identifier", - "start": 25529, - "end": 25536, + "start": 27919, + "end": 27926, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 52 }, "identifierName": "dateObj" @@ -295912,15 +296184,15 @@ }, "property": { "type": "Identifier", - "start": 25537, - "end": 25548, + "start": 27927, + "end": 27938, "loc": { "start": { - "line": 562, + "line": 604, "column": 53 }, "end": { - "line": 562, + "line": 604, "column": 64 }, "identifierName": "getFullYear" @@ -295933,43 +296205,43 @@ }, { "type": "CallExpression", - "start": 25552, - "end": 25570, + "start": 27942, + "end": 27960, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25552, - "end": 25568, + "start": 27942, + "end": 27958, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 84 } }, "object": { "type": "Identifier", - "start": 25552, - "end": 25559, + "start": 27942, + "end": 27949, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 75 }, "identifierName": "dateObj" @@ -295978,15 +296250,15 @@ }, "property": { "type": "Identifier", - "start": 25560, - "end": 25568, + "start": 27950, + "end": 27958, "loc": { "start": { - "line": 562, + "line": 604, "column": 76 }, "end": { - "line": 562, + "line": 604, "column": 84 }, "identifierName": "getMonth" @@ -295999,43 +296271,43 @@ }, { "type": "CallExpression", - "start": 25572, - "end": 25589, + "start": 27962, + "end": 27979, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25572, - "end": 25587, + "start": 27962, + "end": 27977, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 103 } }, "object": { "type": "Identifier", - "start": 25572, - "end": 25579, + "start": 27962, + "end": 27969, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 95 }, "identifierName": "dateObj" @@ -296044,15 +296316,15 @@ }, "property": { "type": "Identifier", - "start": 25580, - "end": 25587, + "start": 27970, + "end": 27977, "loc": { "start": { - "line": 562, + "line": 604, "column": 96 }, "end": { - "line": 562, + "line": 604, "column": 103 }, "identifierName": "getDate" @@ -296065,57 +296337,57 @@ }, { "type": "BinaryExpression", - "start": 25591, - "end": 25613, + "start": 27981, + "end": 28003, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 129 } }, "left": { "type": "CallExpression", - "start": 25591, - "end": 25609, + "start": 27981, + "end": 27999, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 25591, - "end": 25607, + "start": 27981, + "end": 27997, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 123 } }, "object": { "type": "Identifier", - "start": 25591, - "end": 25598, + "start": 27981, + "end": 27988, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 114 }, "identifierName": "dateObj" @@ -296124,15 +296396,15 @@ }, "property": { "type": "Identifier", - "start": 25599, - "end": 25607, + "start": 27989, + "end": 27997, "loc": { "start": { - "line": 562, + "line": 604, "column": 115 }, "end": { - "line": 562, + "line": 604, "column": 123 }, "identifierName": "getHours" @@ -296146,15 +296418,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25612, - "end": 25613, + "start": 28002, + "end": 28003, "loc": { "start": { - "line": 562, + "line": 604, "column": 128 }, "end": { - "line": 562, + "line": 604, "column": 129 } }, @@ -296171,15 +296443,15 @@ }, { "type": "BreakStatement", - "start": 25640, - "end": 25645, + "start": 28030, + "end": 28035, "loc": { "start": { - "line": 563, + "line": 605, "column": 24 }, "end": { - "line": 563, + "line": 605, "column": 29 } }, @@ -296188,43 +296460,43 @@ ], "test": { "type": "CallExpression", - "start": 25440, - "end": 25482, + "start": 27830, + "end": 27872, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 25440, - "end": 25473, + "start": 27830, + "end": 27863, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 58 } }, "object": { "type": "RegExpLiteral", - "start": 25440, - "end": 25468, + "start": 27830, + "end": 27858, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 53 } }, @@ -296236,15 +296508,15 @@ }, "property": { "type": "Identifier", - "start": 25469, - "end": 25473, + "start": 27859, + "end": 27863, "loc": { "start": { - "line": 561, + "line": 603, "column": 54 }, "end": { - "line": 561, + "line": 603, "column": 58 }, "identifierName": "test" @@ -296256,15 +296528,15 @@ "arguments": [ { "type": "Identifier", - "start": 25475, - "end": 25480, + "start": 27865, + "end": 27870, "loc": { "start": { - "line": 561, + "line": 603, "column": 60 }, "end": { - "line": 561, + "line": 603, "column": 65 }, "identifierName": "scale" @@ -296276,59 +296548,59 @@ }, { "type": "SwitchCase", - "start": 25666, - "end": 25883, + "start": 28056, + "end": 28273, "loc": { "start": { - "line": 564, + "line": 606, "column": 20 }, "end": { - "line": 566, + "line": 608, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25724, - "end": 25853, + "start": 28114, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "expression": { "type": "AssignmentExpression", - "start": 25724, - "end": 25853, + "start": 28114, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25724, - "end": 25732, + "start": 28114, + "end": 28122, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 32 }, "identifierName": "_tmpDate" @@ -296337,29 +296609,29 @@ }, "right": { "type": "NewExpression", - "start": 25735, - "end": 25853, + "start": 28125, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 35 }, "end": { - "line": 565, + "line": 607, "column": 153 } }, "callee": { "type": "Identifier", - "start": 25739, - "end": 25743, + "start": 28129, + "end": 28133, "loc": { "start": { - "line": 565, + "line": 607, "column": 39 }, "end": { - "line": 565, + "line": 607, "column": 43 }, "identifierName": "Date" @@ -296369,43 +296641,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25745, - "end": 25766, + "start": 28135, + "end": 28156, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25745, - "end": 25764, + "start": 28135, + "end": 28154, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 64 } }, "object": { "type": "Identifier", - "start": 25745, - "end": 25752, + "start": 28135, + "end": 28142, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 52 }, "identifierName": "dateObj" @@ -296414,15 +296686,15 @@ }, "property": { "type": "Identifier", - "start": 25753, - "end": 25764, + "start": 28143, + "end": 28154, "loc": { "start": { - "line": 565, + "line": 607, "column": 53 }, "end": { - "line": 565, + "line": 607, "column": 64 }, "identifierName": "getFullYear" @@ -296435,43 +296707,43 @@ }, { "type": "CallExpression", - "start": 25768, - "end": 25786, + "start": 28158, + "end": 28176, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 25768, - "end": 25784, + "start": 28158, + "end": 28174, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 84 } }, "object": { "type": "Identifier", - "start": 25768, - "end": 25775, + "start": 28158, + "end": 28165, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 75 }, "identifierName": "dateObj" @@ -296480,15 +296752,15 @@ }, "property": { "type": "Identifier", - "start": 25776, - "end": 25784, + "start": 28166, + "end": 28174, "loc": { "start": { - "line": 565, + "line": 607, "column": 76 }, "end": { - "line": 565, + "line": 607, "column": 84 }, "identifierName": "getMonth" @@ -296501,43 +296773,43 @@ }, { "type": "CallExpression", - "start": 25788, - "end": 25805, + "start": 28178, + "end": 28195, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 25788, - "end": 25803, + "start": 28178, + "end": 28193, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 103 } }, "object": { "type": "Identifier", - "start": 25788, - "end": 25795, + "start": 28178, + "end": 28185, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 95 }, "identifierName": "dateObj" @@ -296546,15 +296818,15 @@ }, "property": { "type": "Identifier", - "start": 25796, - "end": 25803, + "start": 28186, + "end": 28193, "loc": { "start": { - "line": 565, + "line": 607, "column": 96 }, "end": { - "line": 565, + "line": 607, "column": 103 }, "identifierName": "getDate" @@ -296567,43 +296839,43 @@ }, { "type": "CallExpression", - "start": 25807, - "end": 25825, + "start": 28197, + "end": 28215, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 25807, - "end": 25823, + "start": 28197, + "end": 28213, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 123 } }, "object": { "type": "Identifier", - "start": 25807, - "end": 25814, + "start": 28197, + "end": 28204, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 114 }, "identifierName": "dateObj" @@ -296612,15 +296884,15 @@ }, "property": { "type": "Identifier", - "start": 25815, - "end": 25823, + "start": 28205, + "end": 28213, "loc": { "start": { - "line": 565, + "line": 607, "column": 115 }, "end": { - "line": 565, + "line": 607, "column": 123 }, "identifierName": "getHours" @@ -296633,57 +296905,57 @@ }, { "type": "BinaryExpression", - "start": 25827, - "end": 25851, + "start": 28217, + "end": 28241, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 151 } }, "left": { "type": "CallExpression", - "start": 25827, - "end": 25847, + "start": 28217, + "end": 28237, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 25827, - "end": 25845, + "start": 28217, + "end": 28235, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 145 } }, "object": { "type": "Identifier", - "start": 25827, - "end": 25834, + "start": 28217, + "end": 28224, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 134 }, "identifierName": "dateObj" @@ -296692,15 +296964,15 @@ }, "property": { "type": "Identifier", - "start": 25835, - "end": 25845, + "start": 28225, + "end": 28235, "loc": { "start": { - "line": 565, + "line": 607, "column": 135 }, "end": { - "line": 565, + "line": 607, "column": 145 }, "identifierName": "getMinutes" @@ -296714,15 +296986,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 25850, - "end": 25851, + "start": 28240, + "end": 28241, "loc": { "start": { - "line": 565, + "line": 607, "column": 150 }, "end": { - "line": 565, + "line": 607, "column": 151 } }, @@ -296739,15 +297011,15 @@ }, { "type": "BreakStatement", - "start": 25878, - "end": 25883, + "start": 28268, + "end": 28273, "loc": { "start": { - "line": 566, + "line": 608, "column": 24 }, "end": { - "line": 566, + "line": 608, "column": 29 } }, @@ -296756,43 +297028,43 @@ ], "test": { "type": "CallExpression", - "start": 25671, - "end": 25698, + "start": 28061, + "end": 28088, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 25671, - "end": 25689, + "start": 28061, + "end": 28079, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 25671, - "end": 25684, + "start": 28061, + "end": 28074, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 38 } }, @@ -296804,15 +297076,15 @@ }, "property": { "type": "Identifier", - "start": 25685, - "end": 25689, + "start": 28075, + "end": 28079, "loc": { "start": { - "line": 564, + "line": 606, "column": 39 }, "end": { - "line": 564, + "line": 606, "column": 43 }, "identifierName": "test" @@ -296824,15 +297096,15 @@ "arguments": [ { "type": "Identifier", - "start": 25691, - "end": 25696, + "start": 28081, + "end": 28086, "loc": { "start": { - "line": 564, + "line": 606, "column": 45 }, "end": { - "line": 564, + "line": 606, "column": 50 }, "identifierName": "scale" @@ -296844,59 +297116,59 @@ }, { "type": "SwitchCase", - "start": 25904, - "end": 26143, + "start": 28294, + "end": 28533, "loc": { "start": { - "line": 567, + "line": 609, "column": 20 }, "end": { - "line": 569, + "line": 611, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25962, - "end": 26113, + "start": 28352, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "expression": { "type": "AssignmentExpression", - "start": 25962, - "end": 26113, + "start": 28352, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25962, - "end": 25970, + "start": 28352, + "end": 28360, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 32 }, "identifierName": "_tmpDate" @@ -296905,29 +297177,29 @@ }, "right": { "type": "NewExpression", - "start": 25973, - "end": 26113, + "start": 28363, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 35 }, "end": { - "line": 568, + "line": 610, "column": 175 } }, "callee": { "type": "Identifier", - "start": 25977, - "end": 25981, + "start": 28367, + "end": 28371, "loc": { "start": { - "line": 568, + "line": 610, "column": 39 }, "end": { - "line": 568, + "line": 610, "column": 43 }, "identifierName": "Date" @@ -296937,43 +297209,43 @@ "arguments": [ { "type": "CallExpression", - "start": 25983, - "end": 26004, + "start": 28373, + "end": 28394, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 25983, - "end": 26002, + "start": 28373, + "end": 28392, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 64 } }, "object": { "type": "Identifier", - "start": 25983, - "end": 25990, + "start": 28373, + "end": 28380, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 52 }, "identifierName": "dateObj" @@ -296982,15 +297254,15 @@ }, "property": { "type": "Identifier", - "start": 25991, - "end": 26002, + "start": 28381, + "end": 28392, "loc": { "start": { - "line": 568, + "line": 610, "column": 53 }, "end": { - "line": 568, + "line": 610, "column": 64 }, "identifierName": "getFullYear" @@ -297003,43 +297275,43 @@ }, { "type": "CallExpression", - "start": 26006, - "end": 26024, + "start": 28396, + "end": 28414, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 26006, - "end": 26022, + "start": 28396, + "end": 28412, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 84 } }, "object": { "type": "Identifier", - "start": 26006, - "end": 26013, + "start": 28396, + "end": 28403, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 75 }, "identifierName": "dateObj" @@ -297048,15 +297320,15 @@ }, "property": { "type": "Identifier", - "start": 26014, - "end": 26022, + "start": 28404, + "end": 28412, "loc": { "start": { - "line": 568, + "line": 610, "column": 76 }, "end": { - "line": 568, + "line": 610, "column": 84 }, "identifierName": "getMonth" @@ -297069,43 +297341,43 @@ }, { "type": "CallExpression", - "start": 26026, - "end": 26043, + "start": 28416, + "end": 28433, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 26026, - "end": 26041, + "start": 28416, + "end": 28431, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 103 } }, "object": { "type": "Identifier", - "start": 26026, - "end": 26033, + "start": 28416, + "end": 28423, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 95 }, "identifierName": "dateObj" @@ -297114,15 +297386,15 @@ }, "property": { "type": "Identifier", - "start": 26034, - "end": 26041, + "start": 28424, + "end": 28431, "loc": { "start": { - "line": 568, + "line": 610, "column": 96 }, "end": { - "line": 568, + "line": 610, "column": 103 }, "identifierName": "getDate" @@ -297135,43 +297407,43 @@ }, { "type": "CallExpression", - "start": 26045, - "end": 26063, + "start": 28435, + "end": 28453, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 26045, - "end": 26061, + "start": 28435, + "end": 28451, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 123 } }, "object": { "type": "Identifier", - "start": 26045, - "end": 26052, + "start": 28435, + "end": 28442, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 114 }, "identifierName": "dateObj" @@ -297180,15 +297452,15 @@ }, "property": { "type": "Identifier", - "start": 26053, - "end": 26061, + "start": 28443, + "end": 28451, "loc": { "start": { - "line": 568, + "line": 610, "column": 115 }, "end": { - "line": 568, + "line": 610, "column": 123 }, "identifierName": "getHours" @@ -297201,43 +297473,43 @@ }, { "type": "CallExpression", - "start": 26065, - "end": 26085, + "start": 28455, + "end": 28475, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 147 } }, "callee": { "type": "MemberExpression", - "start": 26065, - "end": 26083, + "start": 28455, + "end": 28473, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 145 } }, "object": { "type": "Identifier", - "start": 26065, - "end": 26072, + "start": 28455, + "end": 28462, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 134 }, "identifierName": "dateObj" @@ -297246,15 +297518,15 @@ }, "property": { "type": "Identifier", - "start": 26073, - "end": 26083, + "start": 28463, + "end": 28473, "loc": { "start": { - "line": 568, + "line": 610, "column": 135 }, "end": { - "line": 568, + "line": 610, "column": 145 }, "identifierName": "getMinutes" @@ -297267,57 +297539,57 @@ }, { "type": "BinaryExpression", - "start": 26087, - "end": 26111, + "start": 28477, + "end": 28501, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 173 } }, "left": { "type": "CallExpression", - "start": 26087, - "end": 26107, + "start": 28477, + "end": 28497, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 169 } }, "callee": { "type": "MemberExpression", - "start": 26087, - "end": 26105, + "start": 28477, + "end": 28495, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 167 } }, "object": { "type": "Identifier", - "start": 26087, - "end": 26094, + "start": 28477, + "end": 28484, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 156 }, "identifierName": "dateObj" @@ -297326,15 +297598,15 @@ }, "property": { "type": "Identifier", - "start": 26095, - "end": 26105, + "start": 28485, + "end": 28495, "loc": { "start": { - "line": 568, + "line": 610, "column": 157 }, "end": { - "line": 568, + "line": 610, "column": 167 }, "identifierName": "getSeconds" @@ -297348,15 +297620,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 26110, - "end": 26111, + "start": 28500, + "end": 28501, "loc": { "start": { - "line": 568, + "line": 610, "column": 172 }, "end": { - "line": 568, + "line": 610, "column": 173 } }, @@ -297373,15 +297645,15 @@ }, { "type": "BreakStatement", - "start": 26138, - "end": 26143, + "start": 28528, + "end": 28533, "loc": { "start": { - "line": 569, + "line": 611, "column": 24 }, "end": { - "line": 569, + "line": 611, "column": 29 } }, @@ -297390,43 +297662,43 @@ ], "test": { "type": "CallExpression", - "start": 25909, - "end": 25936, + "start": 28299, + "end": 28326, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 25909, - "end": 25927, + "start": 28299, + "end": 28317, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 25909, - "end": 25922, + "start": 28299, + "end": 28312, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 38 } }, @@ -297438,15 +297710,15 @@ }, "property": { "type": "Identifier", - "start": 25923, - "end": 25927, + "start": 28313, + "end": 28317, "loc": { "start": { - "line": 567, + "line": 609, "column": 39 }, "end": { - "line": 567, + "line": 609, "column": 43 }, "identifierName": "test" @@ -297458,15 +297730,15 @@ "arguments": [ { "type": "Identifier", - "start": 25929, - "end": 25934, + "start": 28319, + "end": 28324, "loc": { "start": { - "line": 567, + "line": 609, "column": 45 }, "end": { - "line": 567, + "line": 609, "column": 50 }, "identifierName": "scale" @@ -297480,43 +297752,43 @@ }, { "type": "ReturnStatement", - "start": 26178, - "end": 26219, + "start": 28568, + "end": 28609, "loc": { "start": { - "line": 571, + "line": 613, "column": 16 }, "end": { - "line": 571, + "line": 613, "column": 57 } }, "argument": { "type": "NewExpression", - "start": 26185, - "end": 26219, + "start": 28575, + "end": 28609, "loc": { "start": { - "line": 571, + "line": 613, "column": 23 }, "end": { - "line": 571, + "line": 613, "column": 57 } }, "callee": { "type": "Identifier", - "start": 26189, - "end": 26193, + "start": 28579, + "end": 28583, "loc": { "start": { - "line": 571, + "line": 613, "column": 27 }, "end": { - "line": 571, + "line": 613, "column": 31 }, "identifierName": "Date" @@ -297526,57 +297798,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26195, - "end": 26217, + "start": 28585, + "end": 28607, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 55 } }, "left": { "type": "CallExpression", - "start": 26195, - "end": 26213, + "start": 28585, + "end": 28603, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 26195, - "end": 26211, + "start": 28585, + "end": 28601, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 49 } }, "object": { "type": "Identifier", - "start": 26195, - "end": 26203, + "start": 28585, + "end": 28593, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 41 }, "identifierName": "_tmpDate" @@ -297585,15 +297857,15 @@ }, "property": { "type": "Identifier", - "start": 26204, - "end": 26211, + "start": 28594, + "end": 28601, "loc": { "start": { - "line": 571, + "line": 613, "column": 42 }, "end": { - "line": 571, + "line": 613, "column": 49 }, "identifierName": "getTime" @@ -297607,15 +297879,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 26216, - "end": 26217, + "start": 28606, + "end": 28607, "loc": { "start": { - "line": 571, + "line": 613, "column": 54 }, "end": { - "line": 571, + "line": 613, "column": 55 } }, @@ -297636,29 +297908,29 @@ }, { "type": "VariableDeclarator", - "start": 26247, - "end": 26307, + "start": 28637, + "end": 28697, "loc": { "start": { - "line": 573, + "line": 615, "column": 12 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "id": { "type": "Identifier", - "start": 26247, - "end": 26259, + "start": 28637, + "end": 28649, "loc": { "start": { - "line": 573, + "line": 615, "column": 12 }, "end": { - "line": 573, + "line": 615, "column": 24 }, "identifierName": "is_remapping" @@ -297667,43 +297939,43 @@ }, "init": { "type": "CallExpression", - "start": 26262, - "end": 26307, + "start": 28652, + "end": 28697, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 26262, - "end": 26289, + "start": 28652, + "end": 28679, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 54 } }, "object": { "type": "RegExpLiteral", - "start": 26262, - "end": 26284, + "start": 28652, + "end": 28674, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 49 } }, @@ -297715,15 +297987,15 @@ }, "property": { "type": "Identifier", - "start": 26285, - "end": 26289, + "start": 28675, + "end": 28679, "loc": { "start": { - "line": 573, + "line": 615, "column": 50 }, "end": { - "line": 573, + "line": 615, "column": 54 }, "identifierName": "test" @@ -297735,43 +298007,43 @@ "arguments": [ { "type": "CallExpression", - "start": 26291, - "end": 26305, + "start": 28681, + "end": 28695, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 26291, - "end": 26303, + "start": 28681, + "end": 28693, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 68 } }, "object": { "type": "Identifier", - "start": 26291, - "end": 26294, + "start": 28681, + "end": 28684, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 59 }, "identifierName": "key" @@ -297780,15 +298052,15 @@ }, "property": { "type": "Identifier", - "start": 26295, - "end": 26303, + "start": 28685, + "end": 28693, "loc": { "start": { - "line": 573, + "line": 615, "column": 60 }, "end": { - "line": 573, + "line": 615, "column": 68 }, "identifierName": "toString" @@ -297810,15 +298082,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -297827,29 +298099,29 @@ }, { "type": "SwitchStatement", - "start": 26399, - "end": 28551, + "start": 28789, + "end": 30941, "loc": { "start": { - "line": 576, + "line": 618, "column": 8 }, "end": { - "line": 621, + "line": 663, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 26408, - "end": 26412, + "start": 28798, + "end": 28802, "loc": { "start": { - "line": 576, + "line": 618, "column": 17 }, "end": { - "line": 576, + "line": 618, "column": 21 } }, @@ -297859,59 +298131,59 @@ "cases": [ { "type": "SwitchCase", - "start": 26429, - "end": 26646, + "start": 28819, + "end": 29036, "loc": { "start": { - "line": 577, + "line": 619, "column": 12 }, "end": { - "line": 580, + "line": 622, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 26481, - "end": 26499, + "start": 28871, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 26481, - "end": 26499, + "start": 28871, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26481, - "end": 26486, + "start": 28871, + "end": 28876, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 21 }, "identifierName": "_date" @@ -297920,29 +298192,29 @@ }, "right": { "type": "NewExpression", - "start": 26489, - "end": 26499, + "start": 28879, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 24 }, "end": { - "line": 578, + "line": 620, "column": 34 } }, "callee": { "type": "Identifier", - "start": 26493, - "end": 26497, + "start": 28883, + "end": 28887, "loc": { "start": { - "line": 578, + "line": 620, "column": 28 }, "end": { - "line": 578, + "line": 620, "column": 32 }, "identifierName": "Date" @@ -297958,15 +298230,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -297975,15 +298247,15 @@ }, { "type": "BreakStatement", - "start": 26641, - "end": 26646, + "start": 29031, + "end": 29036, "loc": { "start": { - "line": 580, + "line": 622, "column": 16 }, "end": { - "line": 580, + "line": 622, "column": 21 } }, @@ -297992,15 +298264,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -298010,43 +298282,43 @@ ], "test": { "type": "CallExpression", - "start": 26434, - "end": 26463, + "start": 28824, + "end": 28853, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 26434, - "end": 26456, + "start": 28824, + "end": 28846, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 26434, - "end": 26451, + "start": 28824, + "end": 28841, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 34 } }, @@ -298058,15 +298330,15 @@ }, "property": { "type": "Identifier", - "start": 26452, - "end": 26456, + "start": 28842, + "end": 28846, "loc": { "start": { - "line": 577, + "line": 619, "column": 35 }, "end": { - "line": 577, + "line": 619, "column": 39 }, "identifierName": "test" @@ -298078,15 +298350,15 @@ "arguments": [ { "type": "Identifier", - "start": 26458, - "end": 26461, + "start": 28848, + "end": 28851, "loc": { "start": { - "line": 577, + "line": 619, "column": 41 }, "end": { - "line": 577, + "line": 619, "column": 44 }, "identifierName": "key" @@ -298098,74 +298370,74 @@ }, { "type": "SwitchCase", - "start": 26659, - "end": 28443, + "start": 29049, + "end": 30833, "loc": { "start": { - "line": 581, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 659, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 26687, - "end": 28443, + "start": 29077, + "end": 30833, "loc": { "start": { - "line": 581, + "line": 623, "column": 40 }, "end": { - "line": 617, + "line": 659, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 26705, - "end": 26799, + "start": 29095, + "end": 29189, "loc": { "start": { - "line": 582, + "line": 624, "column": 16 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 26709, - "end": 26728, + "start": 29099, + "end": 29118, "loc": { "start": { - "line": 582, + "line": 624, "column": 20 }, "end": { - "line": 582, + "line": 624, "column": 39 } }, "id": { "type": "Identifier", - "start": 26709, - "end": 26712, + "start": 29099, + "end": 29102, "loc": { "start": { - "line": 582, + "line": 624, "column": 20 }, "end": { - "line": 582, + "line": 624, "column": 23 }, "identifierName": "_ms" @@ -298174,15 +298446,15 @@ }, "init": { "type": "NullLiteral", - "start": 26724, - "end": 26728, + "start": 29114, + "end": 29118, "loc": { "start": { - "line": 582, + "line": 624, "column": 35 }, "end": { - "line": 582, + "line": 624, "column": 39 } } @@ -298190,29 +298462,29 @@ }, { "type": "VariableDeclarator", - "start": 26750, - "end": 26799, + "start": 29140, + "end": 29189, "loc": { "start": { - "line": 583, + "line": 625, "column": 20 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "id": { "type": "Identifier", - "start": 26750, - "end": 26762, + "start": 29140, + "end": 29152, "loc": { "start": { - "line": 583, + "line": 625, "column": 20 }, "end": { - "line": 583, + "line": 625, "column": 32 }, "identifierName": "_higherScale" @@ -298221,58 +298493,58 @@ }, "init": { "type": "CallExpression", - "start": 26765, - "end": 26799, + "start": 29155, + "end": 29189, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 26765, - "end": 26784, + "start": 29155, + "end": 29174, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 26765, - "end": 26769, + "start": 29155, + "end": 29159, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 39 } } }, "property": { "type": "Identifier", - "start": 26770, - "end": 26784, + "start": 29160, + "end": 29174, "loc": { "start": { - "line": 583, + "line": 625, "column": 40 }, "end": { - "line": 583, + "line": 625, "column": 54 }, "identifierName": "getHigherScale" @@ -298284,29 +298556,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26786, - "end": 26797, + "start": 29176, + "end": 29187, "loc": { "start": { - "line": 583, + "line": 625, "column": 56 }, "end": { - "line": 583, + "line": 625, "column": 67 } }, "object": { "type": "Identifier", - "start": 26786, - "end": 26791, + "start": 29176, + "end": 29181, "loc": { "start": { - "line": 583, + "line": 625, "column": 56 }, "end": { - "line": 583, + "line": 625, "column": 61 }, "identifierName": "_opts" @@ -298315,15 +298587,15 @@ }, "property": { "type": "Identifier", - "start": 26792, - "end": 26797, + "start": 29182, + "end": 29187, "loc": { "start": { - "line": 583, + "line": 625, "column": 62 }, "end": { - "line": 583, + "line": 625, "column": 67 }, "identifierName": "scale" @@ -298340,57 +298612,57 @@ }, { "type": "IfStatement", - "start": 26833, - "end": 27206, + "start": 29223, + "end": 29596, "loc": { "start": { - "line": 585, + "line": 627, "column": 16 }, "end": { - "line": 592, + "line": 634, "column": 17 } }, "test": { "type": "CallExpression", - "start": 26838, - "end": 26883, + "start": 29228, + "end": 29273, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 26838, - "end": 26860, + "start": 29228, + "end": 29250, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 26838, - "end": 26855, + "start": 29228, + "end": 29245, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 38 } }, @@ -298402,15 +298674,15 @@ }, "property": { "type": "Identifier", - "start": 26856, - "end": 26860, + "start": 29246, + "end": 29250, "loc": { "start": { - "line": 585, + "line": 627, "column": 39 }, "end": { - "line": 585, + "line": 627, "column": 43 }, "identifierName": "test" @@ -298422,29 +298694,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26862, - "end": 26881, + "start": 29252, + "end": 29271, "loc": { "start": { - "line": 585, + "line": 627, "column": 45 }, "end": { - "line": 585, + "line": 627, "column": 64 } }, "object": { "type": "Identifier", - "start": 26862, - "end": 26867, + "start": 29252, + "end": 29257, "loc": { "start": { - "line": 585, + "line": 627, "column": 45 }, "end": { - "line": 585, + "line": 627, "column": 50 }, "identifierName": "_opts" @@ -298453,15 +298725,15 @@ }, "property": { "type": "Identifier", - "start": 26868, - "end": 26881, + "start": 29258, + "end": 29271, "loc": { "start": { - "line": 585, + "line": 627, "column": 51 }, "end": { - "line": 585, + "line": 627, "column": 64 }, "identifierName": "startDatetime" @@ -298474,59 +298746,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 26886, - "end": 27106, + "start": 29276, + "end": 29496, "loc": { "start": { - "line": 585, + "line": 627, "column": 69 }, "end": { - "line": 590, + "line": 632, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 26908, - "end": 26926, + "start": 29298, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 26908, - "end": 26926, + "start": 29298, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26908, - "end": 26913, + "start": 29298, + "end": 29303, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 25 }, "identifierName": "_date" @@ -298535,29 +298807,29 @@ }, "right": { "type": "NewExpression", - "start": 26916, - "end": 26926, + "start": 29306, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 28 }, "end": { - "line": 586, + "line": 628, "column": 38 } }, "callee": { "type": "Identifier", - "start": 26920, - "end": 26924, + "start": 29310, + "end": 29314, "loc": { "start": { - "line": 586, + "line": 628, "column": 32 }, "end": { - "line": 586, + "line": 628, "column": 36 }, "identifierName": "Date" @@ -298573,15 +298845,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -298590,44 +298862,44 @@ }, { "type": "ExpressionStatement", - "start": 27022, - "end": 27064, + "start": 29412, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 27022, - "end": 27064, + "start": 29412, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27022, - "end": 27027, + "start": 29412, + "end": 29417, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 29 }, "identifierName": "_date" @@ -298637,29 +298909,29 @@ }, "right": { "type": "CallExpression", - "start": 27030, - "end": 27064, + "start": 29420, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 32 }, "end": { - "line": 588, + "line": 630, "column": 66 } }, "callee": { "type": "Identifier", - "start": 27030, - "end": 27042, + "start": 29420, + "end": 29432, "loc": { "start": { - "line": 588, + "line": 630, "column": 32 }, "end": { - "line": 588, + "line": 630, "column": 44 }, "identifierName": "getFirstDate" @@ -298669,15 +298941,15 @@ "arguments": [ { "type": "Identifier", - "start": 27044, - "end": 27049, + "start": 29434, + "end": 29439, "loc": { "start": { - "line": 588, + "line": 630, "column": 46 }, "end": { - "line": 588, + "line": 630, "column": 51 }, "identifierName": "_date" @@ -298686,29 +298958,29 @@ }, { "type": "MemberExpression", - "start": 27051, - "end": 27062, + "start": 29441, + "end": 29452, "loc": { "start": { - "line": 588, + "line": 630, "column": 53 }, "end": { - "line": 588, + "line": 630, "column": 64 } }, "object": { "type": "Identifier", - "start": 27051, - "end": 27056, + "start": 29441, + "end": 29446, "loc": { "start": { - "line": 588, + "line": 630, "column": 53 }, "end": { - "line": 588, + "line": 630, "column": 58 }, "identifierName": "_opts" @@ -298717,15 +298989,15 @@ }, "property": { "type": "Identifier", - "start": 27057, - "end": 27062, + "start": 29447, + "end": 29452, "loc": { "start": { - "line": 588, + "line": 630, "column": 59 }, "end": { - "line": 588, + "line": 630, "column": 64 }, "identifierName": "scale" @@ -298744,15 +299016,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -298762,15 +299034,15 @@ { "type": "CommentLine", "value": "}", - "start": 27085, - "end": 27088, + "start": 29475, + "end": 29478, "loc": { "start": { - "line": 589, + "line": 631, "column": 20 }, "end": { - "line": 589, + "line": 631, "column": 23 } } @@ -298782,59 +299054,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 27112, - "end": 27206, + "start": 29502, + "end": 29596, "loc": { "start": { - "line": 590, + "line": 632, "column": 23 }, "end": { - "line": 592, + "line": 634, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 27134, - "end": 27188, + "start": 29524, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 27134, - "end": 27188, + "start": 29524, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27134, - "end": 27139, + "start": 29524, + "end": 29529, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 25 }, "identifierName": "_date" @@ -298843,58 +299115,58 @@ }, "right": { "type": "CallExpression", - "start": 27142, - "end": 27188, + "start": 29532, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 27142, - "end": 27165, + "start": 29532, + "end": 29555, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 27142, - "end": 27146, + "start": 29532, + "end": 29536, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 32 } } }, "property": { "type": "Identifier", - "start": 27147, - "end": 27165, + "start": 29537, + "end": 29555, "loc": { "start": { - "line": 591, + "line": 633, "column": 33 }, "end": { - "line": 591, + "line": 633, "column": 51 }, "identifierName": "getCorrectDatetime" @@ -298906,29 +299178,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27167, - "end": 27186, + "start": 29557, + "end": 29576, "loc": { "start": { - "line": 591, + "line": 633, "column": 53 }, "end": { - "line": 591, + "line": 633, "column": 72 } }, "object": { "type": "Identifier", - "start": 27167, - "end": 27172, + "start": 29557, + "end": 29562, "loc": { "start": { - "line": 591, + "line": 633, "column": 53 }, "end": { - "line": 591, + "line": 633, "column": 58 }, "identifierName": "_opts" @@ -298937,15 +299209,15 @@ }, "property": { "type": "Identifier", - "start": 27173, - "end": 27186, + "start": 29563, + "end": 29576, "loc": { "start": { - "line": 591, + "line": 633, "column": 59 }, "end": { - "line": 591, + "line": 633, "column": 72 }, "identifierName": "startDatetime" @@ -298964,57 +299236,57 @@ }, { "type": "IfStatement", - "start": 27240, - "end": 28286, + "start": 29630, + "end": 30676, "loc": { "start": { - "line": 594, + "line": 636, "column": 16 }, "end": { - "line": 614, + "line": 656, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 27245, - "end": 27275, + "start": 29635, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 27245, - "end": 27256, + "start": 29635, + "end": 29646, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 32 } }, "object": { "type": "Identifier", - "start": 27245, - "end": 27250, + "start": 29635, + "end": 29640, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 26 }, "identifierName": "_opts" @@ -299023,15 +299295,15 @@ }, "property": { "type": "Identifier", - "start": 27251, - "end": 27256, + "start": 29641, + "end": 29646, "loc": { "start": { - "line": 594, + "line": 636, "column": 27 }, "end": { - "line": 594, + "line": 636, "column": 32 }, "identifierName": "range" @@ -299043,43 +299315,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 27260, - "end": 27275, + "start": 29650, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 27260, - "end": 27271, + "start": 29650, + "end": 29661, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 47 } }, "object": { "type": "Identifier", - "start": 27260, - "end": 27265, + "start": 29650, + "end": 29655, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 41 }, "identifierName": "_opts" @@ -299088,15 +299360,15 @@ }, "property": { "type": "Identifier", - "start": 27266, - "end": 27271, + "start": 29656, + "end": 29661, "loc": { "start": { - "line": 594, + "line": 636, "column": 42 }, "end": { - "line": 594, + "line": 636, "column": 47 }, "identifierName": "range" @@ -299108,15 +299380,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 27274, - "end": 27275, + "start": 29664, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 50 }, "end": { - "line": 594, + "line": 636, "column": 51 } }, @@ -299130,72 +299402,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 27278, - "end": 27758, + "start": 29668, + "end": 30148, "loc": { "start": { - "line": 594, + "line": 636, "column": 54 }, "end": { - "line": 604, + "line": 646, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 27300, - "end": 27663, + "start": 29690, + "end": 30053, "loc": { "start": { - "line": 595, + "line": 637, "column": 20 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27305, - "end": 27337, + "start": 29695, + "end": 29727, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 27305, - "end": 27321, + "start": 29695, + "end": 29711, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 27305, - "end": 27316, + "start": 29695, + "end": 29706, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 36 } }, @@ -299207,15 +299479,15 @@ }, "property": { "type": "Identifier", - "start": 27317, - "end": 27321, + "start": 29707, + "end": 29711, "loc": { "start": { - "line": 595, + "line": 637, "column": 37 }, "end": { - "line": 595, + "line": 637, "column": 41 }, "identifierName": "test" @@ -299227,15 +299499,15 @@ "arguments": [ { "type": "Identifier", - "start": 27323, - "end": 27335, + "start": 29713, + "end": 29725, "loc": { "start": { - "line": 595, + "line": 637, "column": 43 }, "end": { - "line": 595, + "line": 637, "column": 55 }, "identifierName": "_higherScale" @@ -299246,59 +299518,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27340, - "end": 27422, + "start": 29730, + "end": 29812, "loc": { "start": { - "line": 595, + "line": 637, "column": 60 }, "end": { - "line": 597, + "line": 639, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27366, - "end": 27400, + "start": 29756, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 27366, - "end": 27400, + "start": 29756, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27366, - "end": 27369, + "start": 29756, + "end": 29759, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 27 }, "identifierName": "_ms" @@ -299307,71 +299579,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27372, - "end": 27400, + "start": 29762, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27393, + "start": 29762, + "end": 29783, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27388, + "start": 29762, + "end": 29778, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 27372, - "end": 27383, + "start": 29762, + "end": 29773, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 41 } }, "left": { "type": "NumericLiteral", - "start": 27372, - "end": 27378, + "start": 29762, + "end": 29768, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 36 } }, @@ -299384,15 +299656,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27381, - "end": 27383, + "start": 29771, + "end": 29773, "loc": { "start": { - "line": 596, + "line": 638, "column": 39 }, "end": { - "line": 596, + "line": 638, "column": 41 } }, @@ -299406,15 +299678,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27386, - "end": 27388, + "start": 29776, + "end": 29778, "loc": { "start": { - "line": 596, + "line": 638, "column": 44 }, "end": { - "line": 596, + "line": 638, "column": 46 } }, @@ -299428,15 +299700,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27391, - "end": 27393, + "start": 29781, + "end": 29783, "loc": { "start": { - "line": 596, + "line": 638, "column": 49 }, "end": { - "line": 596, + "line": 638, "column": 51 } }, @@ -299450,15 +299722,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27396, - "end": 27400, + "start": 29786, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 54 }, "end": { - "line": 596, + "line": 638, "column": 58 } }, @@ -299476,57 +299748,57 @@ }, "alternate": { "type": "IfStatement", - "start": 27448, - "end": 27663, + "start": 29838, + "end": 30053, "loc": { "start": { - "line": 598, + "line": 640, "column": 20 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27453, - "end": 27486, + "start": 29843, + "end": 29876, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 27453, - "end": 27470, + "start": 29843, + "end": 29860, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 27453, - "end": 27465, + "start": 29843, + "end": 29855, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 37 } }, @@ -299538,15 +299810,15 @@ }, "property": { "type": "Identifier", - "start": 27466, - "end": 27470, + "start": 29856, + "end": 29860, "loc": { "start": { - "line": 598, + "line": 640, "column": 38 }, "end": { - "line": 598, + "line": 640, "column": 42 }, "identifierName": "test" @@ -299558,15 +299830,15 @@ "arguments": [ { "type": "Identifier", - "start": 27472, - "end": 27484, + "start": 29862, + "end": 29874, "loc": { "start": { - "line": 598, + "line": 640, "column": 44 }, "end": { - "line": 598, + "line": 640, "column": 56 }, "identifierName": "_higherScale" @@ -299577,59 +299849,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27489, - "end": 27570, + "start": 29879, + "end": 29960, "loc": { "start": { - "line": 598, + "line": 640, "column": 61 }, "end": { - "line": 600, + "line": 642, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27515, - "end": 27548, + "start": 29905, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27515, - "end": 27548, + "start": 29905, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27515, - "end": 27518, + "start": 29905, + "end": 29908, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 27 }, "identifierName": "_ms" @@ -299638,71 +299910,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27521, - "end": 27548, + "start": 29911, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27541, + "start": 29911, + "end": 29931, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27536, + "start": 29911, + "end": 29926, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 27521, - "end": 27531, + "start": 29911, + "end": 29921, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 40 } }, "left": { "type": "NumericLiteral", - "start": 27521, - "end": 27526, + "start": 29911, + "end": 29916, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 35 } }, @@ -299715,15 +299987,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27529, - "end": 27531, + "start": 29919, + "end": 29921, "loc": { "start": { - "line": 599, + "line": 641, "column": 38 }, "end": { - "line": 599, + "line": 641, "column": 40 } }, @@ -299737,15 +300009,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27534, - "end": 27536, + "start": 29924, + "end": 29926, "loc": { "start": { - "line": 599, + "line": 641, "column": 43 }, "end": { - "line": 599, + "line": 641, "column": 45 } }, @@ -299759,15 +300031,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27539, - "end": 27541, + "start": 29929, + "end": 29931, "loc": { "start": { - "line": 599, + "line": 641, "column": 48 }, "end": { - "line": 599, + "line": 641, "column": 50 } }, @@ -299781,15 +300053,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27544, - "end": 27548, + "start": 29934, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 53 }, "end": { - "line": 599, + "line": 641, "column": 57 } }, @@ -299807,59 +300079,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 27576, - "end": 27663, + "start": 29966, + "end": 30053, "loc": { "start": { - "line": 600, + "line": 642, "column": 27 }, "end": { - "line": 602, + "line": 644, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27602, - "end": 27641, + "start": 29992, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 27602, - "end": 27641, + "start": 29992, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27602, - "end": 27605, + "start": 29992, + "end": 29995, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 27 }, "identifierName": "_ms" @@ -299868,58 +300140,58 @@ }, "right": { "type": "CallExpression", - "start": 27608, - "end": 27641, + "start": 29998, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 27608, - "end": 27625, + "start": 29998, + "end": 30015, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 27608, - "end": 27612, + "start": 29998, + "end": 30002, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 34 } } }, "property": { "type": "Identifier", - "start": 27613, - "end": 27625, + "start": 30003, + "end": 30015, "loc": { "start": { - "line": 601, + "line": 643, "column": 35 }, "end": { - "line": 601, + "line": 643, "column": 47 }, "identifierName": "_verifyScale" @@ -299931,15 +300203,15 @@ "arguments": [ { "type": "Identifier", - "start": 27627, - "end": 27639, + "start": 30017, + "end": 30029, "loc": { "start": { - "line": 601, + "line": 643, "column": 49 }, "end": { - "line": 601, + "line": 643, "column": 61 }, "identifierName": "_higherScale" @@ -299957,57 +300229,57 @@ }, { "type": "ExpressionStatement", - "start": 27684, - "end": 27740, + "start": 30074, + "end": 30130, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 27684, - "end": 27740, + "start": 30074, + "end": 30130, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 27684, - "end": 27697, + "start": 30074, + "end": 30087, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 33 } }, "object": { "type": "Identifier", - "start": 27684, - "end": 27689, + "start": 30074, + "end": 30079, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 25 }, "identifierName": "_date" @@ -300016,15 +300288,15 @@ }, "property": { "type": "Identifier", - "start": 27690, - "end": 27697, + "start": 30080, + "end": 30087, "loc": { "start": { - "line": 603, + "line": 645, "column": 26 }, "end": { - "line": 603, + "line": 645, "column": 33 }, "identifierName": "setTime" @@ -300036,57 +300308,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 27699, - "end": 27738, + "start": 30089, + "end": 30128, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 74 } }, "left": { "type": "CallExpression", - "start": 27699, - "end": 27714, + "start": 30089, + "end": 30104, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 27699, - "end": 27712, + "start": 30089, + "end": 30102, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 48 } }, "object": { "type": "Identifier", - "start": 27699, - "end": 27704, + "start": 30089, + "end": 30094, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 40 }, "identifierName": "_date" @@ -300095,15 +300367,15 @@ }, "property": { "type": "Identifier", - "start": 27705, - "end": 27712, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 603, + "line": 645, "column": 41 }, "end": { - "line": 603, + "line": 645, "column": 48 }, "identifierName": "getTime" @@ -300117,29 +300389,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 27719, - "end": 27736, + "start": 30109, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 55 }, "end": { - "line": 603, + "line": 645, "column": 72 } }, "left": { "type": "Identifier", - "start": 27719, - "end": 27722, + "start": 30109, + "end": 30112, "loc": { "start": { - "line": 603, + "line": 645, "column": 55 }, "end": { - "line": 603, + "line": 645, "column": 58 }, "identifierName": "_ms" @@ -300149,29 +300421,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 27725, - "end": 27736, + "start": 30115, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 61 }, "end": { - "line": 603, + "line": 645, "column": 72 } }, "object": { "type": "Identifier", - "start": 27725, - "end": 27730, + "start": 30115, + "end": 30120, "loc": { "start": { - "line": 603, + "line": 645, "column": 61 }, "end": { - "line": 603, + "line": 645, "column": 66 }, "identifierName": "_opts" @@ -300180,15 +300452,15 @@ }, "property": { "type": "Identifier", - "start": 27731, - "end": 27736, + "start": 30121, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 67 }, "end": { - "line": 603, + "line": 645, "column": 72 }, "identifierName": "range" @@ -300199,7 +300471,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 27717 + "parenStart": 30107 } } } @@ -300211,72 +300483,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 27764, - "end": 28286, + "start": 30154, + "end": 30676, "loc": { "start": { - "line": 604, + "line": 646, "column": 23 }, "end": { - "line": 614, + "line": 656, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 27786, - "end": 28146, + "start": 30176, + "end": 30536, "loc": { "start": { - "line": 605, + "line": 647, "column": 20 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27791, - "end": 27822, + "start": 30181, + "end": 30212, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 27791, - "end": 27807, + "start": 30181, + "end": 30197, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 27791, - "end": 27802, + "start": 30181, + "end": 30192, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 36 } }, @@ -300288,15 +300560,15 @@ }, "property": { "type": "Identifier", - "start": 27803, - "end": 27807, + "start": 30193, + "end": 30197, "loc": { "start": { - "line": 605, + "line": 647, "column": 37 }, "end": { - "line": 605, + "line": 647, "column": 41 }, "identifierName": "test" @@ -300308,29 +300580,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27809, - "end": 27820, + "start": 30199, + "end": 30210, "loc": { "start": { - "line": 605, + "line": 647, "column": 43 }, "end": { - "line": 605, + "line": 647, "column": 54 } }, "object": { "type": "Identifier", - "start": 27809, - "end": 27814, + "start": 30199, + "end": 30204, "loc": { "start": { - "line": 605, + "line": 647, "column": 43 }, "end": { - "line": 605, + "line": 647, "column": 48 }, "identifierName": "_opts" @@ -300339,15 +300611,15 @@ }, "property": { "type": "Identifier", - "start": 27815, - "end": 27820, + "start": 30205, + "end": 30210, "loc": { "start": { - "line": 605, + "line": 647, "column": 49 }, "end": { - "line": 605, + "line": 647, "column": 54 }, "identifierName": "scale" @@ -300360,59 +300632,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27825, - "end": 27907, + "start": 30215, + "end": 30297, "loc": { "start": { - "line": 605, + "line": 647, "column": 59 }, "end": { - "line": 607, + "line": 649, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27851, - "end": 27885, + "start": 30241, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 27851, - "end": 27885, + "start": 30241, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27851, - "end": 27854, + "start": 30241, + "end": 30244, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 27 }, "identifierName": "_ms" @@ -300421,71 +300693,71 @@ }, "right": { "type": "BinaryExpression", - "start": 27857, - "end": 27885, + "start": 30247, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27878, + "start": 30247, + "end": 30268, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27873, + "start": 30247, + "end": 30263, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 27857, - "end": 27868, + "start": 30247, + "end": 30258, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 41 } }, "left": { "type": "NumericLiteral", - "start": 27857, - "end": 27863, + "start": 30247, + "end": 30253, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 36 } }, @@ -300498,15 +300770,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27866, - "end": 27868, + "start": 30256, + "end": 30258, "loc": { "start": { - "line": 606, + "line": 648, "column": 39 }, "end": { - "line": 606, + "line": 648, "column": 41 } }, @@ -300520,15 +300792,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27871, - "end": 27873, + "start": 30261, + "end": 30263, "loc": { "start": { - "line": 606, + "line": 648, "column": 44 }, "end": { - "line": 606, + "line": 648, "column": 46 } }, @@ -300542,15 +300814,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27876, - "end": 27878, + "start": 30266, + "end": 30268, "loc": { "start": { - "line": 606, + "line": 648, "column": 49 }, "end": { - "line": 606, + "line": 648, "column": 51 } }, @@ -300564,15 +300836,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 27881, - "end": 27885, + "start": 30271, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 54 }, "end": { - "line": 606, + "line": 648, "column": 58 } }, @@ -300590,57 +300862,57 @@ }, "alternate": { "type": "IfStatement", - "start": 27933, - "end": 28146, + "start": 30323, + "end": 30536, "loc": { "start": { - "line": 608, + "line": 650, "column": 20 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "test": { "type": "CallExpression", - "start": 27938, - "end": 27970, + "start": 30328, + "end": 30360, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 27938, - "end": 27955, + "start": 30328, + "end": 30345, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 27938, - "end": 27950, + "start": 30328, + "end": 30340, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 37 } }, @@ -300652,15 +300924,15 @@ }, "property": { "type": "Identifier", - "start": 27951, - "end": 27955, + "start": 30341, + "end": 30345, "loc": { "start": { - "line": 608, + "line": 650, "column": 38 }, "end": { - "line": 608, + "line": 650, "column": 42 }, "identifierName": "test" @@ -300672,29 +300944,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 27957, - "end": 27968, + "start": 30347, + "end": 30358, "loc": { "start": { - "line": 608, + "line": 650, "column": 44 }, "end": { - "line": 608, + "line": 650, "column": 55 } }, "object": { "type": "Identifier", - "start": 27957, - "end": 27962, + "start": 30347, + "end": 30352, "loc": { "start": { - "line": 608, + "line": 650, "column": 44 }, "end": { - "line": 608, + "line": 650, "column": 49 }, "identifierName": "_opts" @@ -300703,15 +300975,15 @@ }, "property": { "type": "Identifier", - "start": 27963, - "end": 27968, + "start": 30353, + "end": 30358, "loc": { "start": { - "line": 608, + "line": 650, "column": 50 }, "end": { - "line": 608, + "line": 650, "column": 55 }, "identifierName": "scale" @@ -300724,59 +300996,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 27973, - "end": 28054, + "start": 30363, + "end": 30444, "loc": { "start": { - "line": 608, + "line": 650, "column": 60 }, "end": { - "line": 610, + "line": 652, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 27999, - "end": 28032, + "start": 30389, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27999, - "end": 28032, + "start": 30389, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 27999, - "end": 28002, + "start": 30389, + "end": 30392, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 27 }, "identifierName": "_ms" @@ -300785,71 +301057,71 @@ }, "right": { "type": "BinaryExpression", - "start": 28005, - "end": 28032, + "start": 30395, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28025, + "start": 30395, + "end": 30415, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28020, + "start": 30395, + "end": 30410, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 28005, - "end": 28015, + "start": 30395, + "end": 30405, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 40 } }, "left": { "type": "NumericLiteral", - "start": 28005, - "end": 28010, + "start": 30395, + "end": 30400, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 35 } }, @@ -300862,15 +301134,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28013, - "end": 28015, + "start": 30403, + "end": 30405, "loc": { "start": { - "line": 609, + "line": 651, "column": 38 }, "end": { - "line": 609, + "line": 651, "column": 40 } }, @@ -300884,15 +301156,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28018, - "end": 28020, + "start": 30408, + "end": 30410, "loc": { "start": { - "line": 609, + "line": 651, "column": 43 }, "end": { - "line": 609, + "line": 651, "column": 45 } }, @@ -300906,15 +301178,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28023, - "end": 28025, + "start": 30413, + "end": 30415, "loc": { "start": { - "line": 609, + "line": 651, "column": 48 }, "end": { - "line": 609, + "line": 651, "column": 50 } }, @@ -300928,15 +301200,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 28028, - "end": 28032, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 53 }, "end": { - "line": 609, + "line": 651, "column": 57 } }, @@ -300954,59 +301226,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 28060, - "end": 28146, + "start": 30450, + "end": 30536, "loc": { "start": { - "line": 610, + "line": 652, "column": 27 }, "end": { - "line": 612, + "line": 654, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 28086, - "end": 28124, + "start": 30476, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 28086, - "end": 28124, + "start": 30476, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28086, - "end": 28089, + "start": 30476, + "end": 30479, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 27 }, "identifierName": "_ms" @@ -301015,58 +301287,58 @@ }, "right": { "type": "CallExpression", - "start": 28092, - "end": 28124, + "start": 30482, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 28092, - "end": 28109, + "start": 30482, + "end": 30499, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 28092, - "end": 28096, + "start": 30482, + "end": 30486, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28097, - "end": 28109, + "start": 30487, + "end": 30499, "loc": { "start": { - "line": 611, + "line": 653, "column": 35 }, "end": { - "line": 611, + "line": 653, "column": 47 }, "identifierName": "_verifyScale" @@ -301078,29 +301350,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 28111, - "end": 28122, + "start": 30501, + "end": 30512, "loc": { "start": { - "line": 611, + "line": 653, "column": 49 }, "end": { - "line": 611, + "line": 653, "column": 60 } }, "object": { "type": "Identifier", - "start": 28111, - "end": 28116, + "start": 30501, + "end": 30506, "loc": { "start": { - "line": 611, + "line": 653, "column": 49 }, "end": { - "line": 611, + "line": 653, "column": 54 }, "identifierName": "_opts" @@ -301109,15 +301381,15 @@ }, "property": { "type": "Identifier", - "start": 28117, - "end": 28122, + "start": 30507, + "end": 30512, "loc": { "start": { - "line": 611, + "line": 653, "column": 55 }, "end": { - "line": 611, + "line": 653, "column": 60 }, "identifierName": "scale" @@ -301137,57 +301409,57 @@ }, { "type": "ExpressionStatement", - "start": 28167, - "end": 28268, + "start": 30557, + "end": 30658, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 121 } }, "expression": { "type": "CallExpression", - "start": 28167, - "end": 28268, + "start": 30557, + "end": 30658, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 121 } }, "callee": { "type": "MemberExpression", - "start": 28167, - "end": 28180, + "start": 30557, + "end": 30570, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 33 } }, "object": { "type": "Identifier", - "start": 28167, - "end": 28172, + "start": 30557, + "end": 30562, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 25 }, "identifierName": "_date" @@ -301196,15 +301468,15 @@ }, "property": { "type": "Identifier", - "start": 28173, - "end": 28180, + "start": 30563, + "end": 30570, "loc": { "start": { - "line": 613, + "line": 655, "column": 26 }, "end": { - "line": 613, + "line": 655, "column": 33 }, "identifierName": "setTime" @@ -301216,57 +301488,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28182, - "end": 28266, + "start": 30572, + "end": 30656, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 119 } }, "left": { "type": "CallExpression", - "start": 28182, - "end": 28197, + "start": 30572, + "end": 30587, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 28182, - "end": 28195, + "start": 30572, + "end": 30585, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 48 } }, "object": { "type": "Identifier", - "start": 28182, - "end": 28187, + "start": 30572, + "end": 30577, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 40 }, "identifierName": "_date" @@ -301275,15 +301547,15 @@ }, "property": { "type": "Identifier", - "start": 28188, - "end": 28195, + "start": 30578, + "end": 30585, "loc": { "start": { - "line": 613, + "line": 655, "column": 41 }, "end": { - "line": 613, + "line": 655, "column": 48 }, "identifierName": "getTime" @@ -301297,29 +301569,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 28202, - "end": 28264, + "start": 30592, + "end": 30654, "loc": { "start": { - "line": 613, + "line": 655, "column": 55 }, "end": { - "line": 613, + "line": 655, "column": 117 } }, "left": { "type": "Identifier", - "start": 28202, - "end": 28205, + "start": 30592, + "end": 30595, "loc": { "start": { - "line": 613, + "line": 655, "column": 55 }, "end": { - "line": 613, + "line": 655, "column": 58 }, "identifierName": "_ms" @@ -301329,29 +301601,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 28208, - "end": 28264, + "start": 30598, + "end": 30654, "loc": { "start": { - "line": 613, + "line": 655, "column": 61 }, "end": { - "line": 613, + "line": 655, "column": 117 } }, "object": { "type": "Identifier", - "start": 28208, - "end": 28223, + "start": 30598, + "end": 30613, "loc": { "start": { - "line": 613, + "line": 655, "column": 61 }, "end": { - "line": 613, + "line": 655, "column": 76 }, "identifierName": "LimitScaleGrids" @@ -301360,58 +301632,58 @@ }, "property": { "type": "CallExpression", - "start": 28224, - "end": 28263, + "start": 30614, + "end": 30653, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 28224, - "end": 28248, + "start": 30614, + "end": 30638, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 28224, - "end": 28228, + "start": 30614, + "end": 30618, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 81 } } }, "property": { "type": "Identifier", - "start": 28229, - "end": 28248, + "start": 30619, + "end": 30638, "loc": { "start": { - "line": 613, + "line": 655, "column": 82 }, "end": { - "line": 613, + "line": 655, "column": 101 }, "identifierName": "_filterScaleKeyName" @@ -301423,29 +301695,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 28250, - "end": 28261, + "start": 30640, + "end": 30651, "loc": { "start": { - "line": 613, + "line": 655, "column": 103 }, "end": { - "line": 613, + "line": 655, "column": 114 } }, "object": { "type": "Identifier", - "start": 28250, - "end": 28255, + "start": 30640, + "end": 30645, "loc": { "start": { - "line": 613, + "line": 655, "column": 103 }, "end": { - "line": 613, + "line": 655, "column": 108 }, "identifierName": "_opts" @@ -301454,15 +301726,15 @@ }, "property": { "type": "Identifier", - "start": 28256, - "end": 28261, + "start": 30646, + "end": 30651, "loc": { "start": { - "line": 613, + "line": 655, "column": 109 }, "end": { - "line": 613, + "line": 655, "column": 114 }, "identifierName": "scale" @@ -301477,7 +301749,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 28200 + "parenStart": 30590 } } } @@ -301492,15 +301764,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -301509,15 +301781,15 @@ }, { "type": "BreakStatement", - "start": 28424, - "end": 28429, + "start": 30814, + "end": 30819, "loc": { "start": { - "line": 616, + "line": 658, "column": 16 }, "end": { - "line": 616, + "line": 658, "column": 21 } }, @@ -301526,15 +301798,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -301547,43 +301819,43 @@ ], "test": { "type": "CallExpression", - "start": 26664, - "end": 26685, + "start": 29054, + "end": 29075, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 26664, - "end": 26678, + "start": 29054, + "end": 29068, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 31 } }, "object": { "type": "RegExpLiteral", - "start": 26664, - "end": 26673, + "start": 29054, + "end": 29063, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 26 } }, @@ -301595,15 +301867,15 @@ }, "property": { "type": "Identifier", - "start": 26674, - "end": 26678, + "start": 29064, + "end": 29068, "loc": { "start": { - "line": 581, + "line": 623, "column": 27 }, "end": { - "line": 581, + "line": 623, "column": 31 }, "identifierName": "test" @@ -301615,15 +301887,15 @@ "arguments": [ { "type": "Identifier", - "start": 26680, - "end": 26683, + "start": 29070, + "end": 29073, "loc": { "start": { - "line": 581, + "line": 623, "column": 33 }, "end": { - "line": 581, + "line": 623, "column": 36 }, "identifierName": "key" @@ -301635,59 +301907,59 @@ }, { "type": "SwitchCase", - "start": 28456, - "end": 28541, + "start": 30846, + "end": 30931, "loc": { "start": { - "line": 618, + "line": 660, "column": 12 }, "end": { - "line": 620, + "line": 662, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 28481, - "end": 28519, + "start": 30871, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 28481, - "end": 28519, + "start": 30871, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28481, - "end": 28486, + "start": 30871, + "end": 30876, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 21 }, "identifierName": "_date" @@ -301696,58 +301968,58 @@ }, "right": { "type": "CallExpression", - "start": 28489, - "end": 28519, + "start": 30879, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 28489, - "end": 28512, + "start": 30879, + "end": 30902, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 28489, - "end": 28493, + "start": 30879, + "end": 30883, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28494, - "end": 28512, + "start": 30884, + "end": 30902, "loc": { "start": { - "line": 619, + "line": 661, "column": 29 }, "end": { - "line": 619, + "line": 661, "column": 47 }, "identifierName": "getCorrectDatetime" @@ -301759,15 +302031,15 @@ "arguments": [ { "type": "Identifier", - "start": 28514, - "end": 28517, + "start": 30904, + "end": 30907, "loc": { "start": { - "line": 619, + "line": 661, "column": 49 }, "end": { - "line": 619, + "line": 661, "column": 52 }, "identifierName": "key" @@ -301780,15 +302052,15 @@ }, { "type": "BreakStatement", - "start": 28536, - "end": 28541, + "start": 30926, + "end": 30931, "loc": { "start": { - "line": 620, + "line": 662, "column": 16 }, "end": { - "line": 620, + "line": 662, "column": 21 } }, @@ -301802,15 +302074,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -301819,29 +302091,29 @@ }, { "type": "IfStatement", - "start": 28569, - "end": 28655, + "start": 30959, + "end": 31045, "loc": { "start": { - "line": 623, + "line": 665, "column": 8 }, "end": { - "line": 625, + "line": 667, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 28574, - "end": 28588, + "start": 30964, + "end": 30978, "loc": { "start": { - "line": 623, + "line": 665, "column": 13 }, "end": { - "line": 623, + "line": 665, "column": 27 } }, @@ -301849,15 +302121,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 28576, - "end": 28588, + "start": 30966, + "end": 30978, "loc": { "start": { - "line": 623, + "line": 665, "column": 15 }, "end": { - "line": 623, + "line": 665, "column": 27 }, "identifierName": "is_remapping" @@ -301870,59 +302142,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28591, - "end": 28655, + "start": 30981, + "end": 31045, "loc": { "start": { - "line": 623, + "line": 665, "column": 30 }, "end": { - "line": 625, + "line": 667, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 28605, - "end": 28645, + "start": 30995, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 28605, - "end": 28645, + "start": 30995, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28605, - "end": 28617, + "start": 30995, + "end": 31007, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 24 }, "identifierName": "is_remapping" @@ -301931,57 +302203,57 @@ }, "right": { "type": "BinaryExpression", - "start": 28620, - "end": 28645, + "start": 31010, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, "left": { "type": "CallExpression", - "start": 28620, - "end": 28639, + "start": 31010, + "end": 31029, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 28620, - "end": 28637, + "start": 31010, + "end": 31027, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 44 } }, "object": { "type": "Identifier", - "start": 28620, - "end": 28625, + "start": 31010, + "end": 31015, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 32 }, "identifierName": "_date" @@ -301990,15 +302262,15 @@ }, "property": { "type": "Identifier", - "start": 28626, - "end": 28637, + "start": 31016, + "end": 31027, "loc": { "start": { - "line": 624, + "line": 666, "column": 33 }, "end": { - "line": 624, + "line": 666, "column": 44 }, "identifierName": "getFullYear" @@ -302012,15 +302284,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 28642, - "end": 28645, + "start": 31032, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 49 }, "end": { - "line": 624, + "line": 666, "column": 52 } }, @@ -302040,29 +302312,29 @@ }, { "type": "IfStatement", - "start": 28673, - "end": 29286, + "start": 31063, + "end": 31676, "loc": { "start": { - "line": 627, + "line": 669, "column": 8 }, "end": { - "line": 638, + "line": 680, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 28678, - "end": 28707, + "start": 31068, + "end": 31097, "loc": { "start": { - "line": 627, + "line": 669, "column": 13 }, "end": { - "line": 627, + "line": 669, "column": 42 } }, @@ -302070,58 +302342,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 28680, - "end": 28707, + "start": 31070, + "end": 31097, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 28680, - "end": 28693, + "start": 31070, + "end": 31083, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 28680, - "end": 28684, + "start": 31070, + "end": 31074, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 19 } } }, "property": { "type": "Identifier", - "start": 28685, - "end": 28693, + "start": 31075, + "end": 31083, "loc": { "start": { - "line": 627, + "line": 669, "column": 20 }, "end": { - "line": 627, + "line": 669, "column": 28 }, "identifierName": "is_empty" @@ -302133,15 +302405,15 @@ "arguments": [ { "type": "Identifier", - "start": 28695, - "end": 28705, + "start": 31085, + "end": 31095, "loc": { "start": { - "line": 627, + "line": 669, "column": 30 }, "end": { - "line": 627, + "line": 669, "column": 40 }, "identifierName": "round_type" @@ -302156,58 +302428,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 28710, - "end": 29286, + "start": 31100, + "end": 31676, "loc": { "start": { - "line": 627, + "line": 669, "column": 45 }, "end": { - "line": 638, + "line": 680, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 28724, - "end": 29276, + "start": 31114, + "end": 31666, "loc": { "start": { - "line": 628, + "line": 670, "column": 12 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28729, - "end": 28751, + "start": 31119, + "end": 31141, "loc": { "start": { - "line": 628, + "line": 670, "column": 17 }, "end": { - "line": 628, + "line": 670, "column": 39 } }, "left": { "type": "StringLiteral", - "start": 28729, - "end": 28736, + "start": 31119, + "end": 31126, "loc": { "start": { - "line": 628, + "line": 670, "column": 17 }, "end": { - "line": 628, + "line": 670, "column": 24 } }, @@ -302220,15 +302492,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 28741, - "end": 28751, + "start": 31131, + "end": 31141, "loc": { "start": { - "line": 628, + "line": 670, "column": 29 }, "end": { - "line": 628, + "line": 670, "column": 39 }, "identifierName": "round_type" @@ -302238,59 +302510,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28754, - "end": 28993, + "start": 31144, + "end": 31383, "loc": { "start": { - "line": 628, + "line": 670, "column": 42 }, "end": { - "line": 632, + "line": 674, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28855, - "end": 28897, + "start": 31245, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 28855, - "end": 28897, + "start": 31245, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 28855, - "end": 28860, + "start": 31245, + "end": 31250, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 21 }, "identifierName": "_date" @@ -302300,29 +302572,29 @@ }, "right": { "type": "CallExpression", - "start": 28863, - "end": 28897, + "start": 31253, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 24 }, "end": { - "line": 630, + "line": 672, "column": 58 } }, "callee": { "type": "Identifier", - "start": 28863, - "end": 28875, + "start": 31253, + "end": 31265, "loc": { "start": { - "line": 630, + "line": 672, "column": 24 }, "end": { - "line": 630, + "line": 672, "column": 36 }, "identifierName": "getFirstDate" @@ -302332,15 +302604,15 @@ "arguments": [ { "type": "Identifier", - "start": 28877, - "end": 28882, + "start": 31267, + "end": 31272, "loc": { "start": { - "line": 630, + "line": 672, "column": 38 }, "end": { - "line": 630, + "line": 672, "column": 43 }, "identifierName": "_date" @@ -302349,29 +302621,29 @@ }, { "type": "MemberExpression", - "start": 28884, - "end": 28895, + "start": 31274, + "end": 31285, "loc": { "start": { - "line": 630, + "line": 672, "column": 45 }, "end": { - "line": 630, + "line": 672, "column": 56 } }, "object": { "type": "Identifier", - "start": 28884, - "end": 28889, + "start": 31274, + "end": 31279, "loc": { "start": { - "line": 630, + "line": 672, "column": 45 }, "end": { - "line": 630, + "line": 672, "column": 50 }, "identifierName": "_opts" @@ -302380,15 +302652,15 @@ }, "property": { "type": "Identifier", - "start": 28890, - "end": 28895, + "start": 31280, + "end": 31285, "loc": { "start": { - "line": 630, + "line": 672, "column": 51 }, "end": { - "line": 630, + "line": 672, "column": 56 }, "identifierName": "scale" @@ -302407,15 +302679,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )", - "start": 28756, - "end": 28838, + "start": 31146, + "end": 31228, "loc": { "start": { - "line": 629, + "line": 671, "column": 0 }, "end": { - "line": 629, + "line": 671, "column": 82 } } @@ -302425,15 +302697,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )", - "start": 28898, - "end": 28979, + "start": 31288, + "end": 31369, "loc": { "start": { - "line": 631, + "line": 673, "column": 0 }, "end": { - "line": 631, + "line": 673, "column": 81 } } @@ -302445,43 +302717,43 @@ }, "alternate": { "type": "IfStatement", - "start": 29011, - "end": 29276, + "start": 31401, + "end": 31666, "loc": { "start": { - "line": 633, + "line": 675, "column": 12 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 29016, - "end": 29037, + "start": 31406, + "end": 31427, "loc": { "start": { - "line": 633, + "line": 675, "column": 17 }, "end": { - "line": 633, + "line": 675, "column": 38 } }, "left": { "type": "StringLiteral", - "start": 29016, - "end": 29022, + "start": 31406, + "end": 31412, "loc": { "start": { - "line": 633, + "line": 675, "column": 17 }, "end": { - "line": 633, + "line": 675, "column": 23 } }, @@ -302494,15 +302766,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 29027, - "end": 29037, + "start": 31417, + "end": 31427, "loc": { "start": { - "line": 633, + "line": 675, "column": 28 }, "end": { - "line": 633, + "line": 675, "column": 38 }, "identifierName": "round_type" @@ -302512,59 +302784,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 29040, - "end": 29276, + "start": 31430, + "end": 31666, "loc": { "start": { - "line": 633, + "line": 675, "column": 41 }, "end": { - "line": 637, + "line": 679, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29140, - "end": 29181, + "start": 31530, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29140, - "end": 29181, + "start": 31530, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29140, - "end": 29145, + "start": 31530, + "end": 31535, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 21 }, "identifierName": "_date" @@ -302574,29 +302846,29 @@ }, "right": { "type": "CallExpression", - "start": 29148, - "end": 29181, + "start": 31538, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 24 }, "end": { - "line": 635, + "line": 677, "column": 57 } }, "callee": { "type": "Identifier", - "start": 29148, - "end": 29159, + "start": 31538, + "end": 31549, "loc": { "start": { - "line": 635, + "line": 677, "column": 24 }, "end": { - "line": 635, + "line": 677, "column": 35 }, "identifierName": "getLastDate" @@ -302606,15 +302878,15 @@ "arguments": [ { "type": "Identifier", - "start": 29161, - "end": 29166, + "start": 31551, + "end": 31556, "loc": { "start": { - "line": 635, + "line": 677, "column": 37 }, "end": { - "line": 635, + "line": 677, "column": 42 }, "identifierName": "_date" @@ -302623,29 +302895,29 @@ }, { "type": "MemberExpression", - "start": 29168, - "end": 29179, + "start": 31558, + "end": 31569, "loc": { "start": { - "line": 635, + "line": 677, "column": 44 }, "end": { - "line": 635, + "line": 677, "column": 55 } }, "object": { "type": "Identifier", - "start": 29168, - "end": 29173, + "start": 31558, + "end": 31563, "loc": { "start": { - "line": 635, + "line": 677, "column": 44 }, "end": { - "line": 635, + "line": 677, "column": 49 }, "identifierName": "_opts" @@ -302654,15 +302926,15 @@ }, "property": { "type": "Identifier", - "start": 29174, - "end": 29179, + "start": 31564, + "end": 31569, "loc": { "start": { - "line": 635, + "line": 677, "column": 50 }, "end": { - "line": 635, + "line": 677, "column": 55 }, "identifierName": "scale" @@ -302681,15 +302953,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )", - "start": 29042, - "end": 29123, + "start": 31432, + "end": 31513, "loc": { "start": { - "line": 634, + "line": 676, "column": 0 }, "end": { - "line": 634, + "line": 676, "column": 81 } } @@ -302699,15 +302971,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )", - "start": 29182, - "end": 29262, + "start": 31572, + "end": 31652, "loc": { "start": { - "line": 636, + "line": 678, "column": 0 }, "end": { - "line": 636, + "line": 678, "column": 80 } } @@ -302727,29 +302999,29 @@ }, { "type": "IfStatement", - "start": 29304, - "end": 29409, + "start": 31694, + "end": 31799, "loc": { "start": { - "line": 640, + "line": 682, "column": 8 }, "end": { - "line": 642, + "line": 684, "column": 9 } }, "test": { "type": "Identifier", - "start": 29309, - "end": 29321, + "start": 31699, + "end": 31711, "loc": { "start": { - "line": 640, + "line": 682, "column": 13 }, "end": { - "line": 640, + "line": 682, "column": 25 }, "identifierName": "is_remapping" @@ -302758,72 +303030,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 29324, - "end": 29409, + "start": 31714, + "end": 31799, "loc": { "start": { - "line": 640, + "line": 682, "column": 28 }, "end": { - "line": 642, + "line": 684, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29338, - "end": 29399, + "start": 31728, + "end": 31789, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 29338, - "end": 29399, + "start": 31728, + "end": 31789, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 29338, - "end": 29355, + "start": 31728, + "end": 31745, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 29 } }, "object": { "type": "Identifier", - "start": 29338, - "end": 29343, + "start": 31728, + "end": 31733, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 17 }, "identifierName": "_date" @@ -302832,15 +303104,15 @@ }, "property": { "type": "Identifier", - "start": 29344, - "end": 29355, + "start": 31734, + "end": 31745, "loc": { "start": { - "line": 641, + "line": 683, "column": 18 }, "end": { - "line": 641, + "line": 683, "column": 29 }, "identifierName": "setFullYear" @@ -302852,57 +303124,57 @@ "arguments": [ { "type": "CallExpression", - "start": 29357, - "end": 29397, + "start": 31747, + "end": 31787, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 29357, - "end": 29393, + "start": 31747, + "end": 31783, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 67 } }, "object": { "type": "CallExpression", - "start": 29357, - "end": 29386, + "start": 31747, + "end": 31776, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 60 } }, "callee": { "type": "Identifier", - "start": 29357, - "end": 29363, + "start": 31747, + "end": 31753, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 37 }, "identifierName": "String" @@ -302912,43 +303184,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29365, - "end": 29384, + "start": 31755, + "end": 31774, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 29365, - "end": 29382, + "start": 31755, + "end": 31772, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 56 } }, "object": { "type": "Identifier", - "start": 29365, - "end": 29370, + "start": 31755, + "end": 31760, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 44 }, "identifierName": "_date" @@ -302957,15 +303229,15 @@ }, "property": { "type": "Identifier", - "start": 29371, - "end": 29382, + "start": 31761, + "end": 31772, "loc": { "start": { - "line": 641, + "line": 683, "column": 45 }, "end": { - "line": 641, + "line": 683, "column": 56 }, "identifierName": "getFullYear" @@ -302980,15 +303252,15 @@ }, "property": { "type": "Identifier", - "start": 29387, - "end": 29393, + "start": 31777, + "end": 31783, "loc": { "start": { - "line": 641, + "line": 683, "column": 61 }, "end": { - "line": 641, + "line": 683, "column": 67 }, "identifierName": "substr" @@ -303000,15 +303272,15 @@ "arguments": [ { "type": "UnaryExpression", - "start": 29394, - "end": 29396, + "start": 31784, + "end": 31786, "loc": { "start": { - "line": 641, + "line": 683, "column": 68 }, "end": { - "line": 641, + "line": 683, "column": 70 } }, @@ -303016,15 +303288,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 29395, - "end": 29396, + "start": 31785, + "end": 31786, "loc": { "start": { - "line": 641, + "line": 683, "column": 69 }, "end": { - "line": 641, + "line": 683, "column": 70 } }, @@ -303052,15 +303324,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -303069,57 +303341,57 @@ }, { "type": "ReturnStatement", - "start": 29485, - "end": 29507, + "start": 31875, + "end": 31897, "loc": { "start": { - "line": 645, + "line": 687, "column": 8 }, "end": { - "line": 645, + "line": 687, "column": 30 } }, "argument": { "type": "CallExpression", - "start": 29492, - "end": 29507, + "start": 31882, + "end": 31897, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 29492, - "end": 29505, + "start": 31882, + "end": 31895, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 28 } }, "object": { "type": "Identifier", - "start": 29492, - "end": 29497, + "start": 31882, + "end": 31887, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 20 }, "identifierName": "_date" @@ -303129,15 +303401,15 @@ }, "property": { "type": "Identifier", - "start": 29498, - "end": 29505, + "start": 31888, + "end": 31895, "loc": { "start": { - "line": 645, + "line": 687, "column": 21 }, "end": { - "line": 645, + "line": 687, "column": 28 }, "identifierName": "getTime" @@ -303154,15 +303426,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -303177,15 +303449,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -303195,15 +303467,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -303212,15 +303484,15 @@ }, { "type": "ClassMethod", - "start": 29722, - "end": 30346, + "start": 32112, + "end": 32736, "loc": { "start": { - "line": 654, + "line": 696, "column": 4 }, "end": { - "line": 668, + "line": 710, "column": 5 } }, @@ -303228,15 +303500,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 29722, - "end": 29741, + "start": 32112, + "end": 32131, "loc": { "start": { - "line": 654, + "line": 696, "column": 4 }, "end": { - "line": 654, + "line": 696, "column": 23 }, "identifierName": "_getPluggableParams" @@ -303252,15 +303524,15 @@ "params": [ { "type": "Identifier", - "start": 29743, - "end": 29758, + "start": 32133, + "end": 32148, "loc": { "start": { - "line": 654, + "line": 696, "column": 25 }, "end": { - "line": 654, + "line": 696, "column": 40 }, "identifierName": "str_like_params" @@ -303270,59 +303542,59 @@ ], "body": { "type": "BlockStatement", - "start": 29761, - "end": 30346, + "start": 32151, + "end": 32736, "loc": { "start": { - "line": 654, + "line": 696, "column": 43 }, "end": { - "line": 668, + "line": 710, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 29771, - "end": 29786, + "start": 32161, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 8 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29775, - "end": 29786, + "start": 32165, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 12 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, "id": { "type": "Identifier", - "start": 29775, - "end": 29781, + "start": 32165, + "end": 32171, "loc": { "start": { - "line": 655, + "line": 697, "column": 12 }, "end": { - "line": 655, + "line": 697, "column": 18 }, "identifierName": "params" @@ -303331,15 +303603,15 @@ }, "init": { "type": "ObjectExpression", - "start": 29784, - "end": 29786, + "start": 32174, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 21 }, "end": { - "line": 655, + "line": 697, "column": 23 } }, @@ -303351,57 +303623,57 @@ }, { "type": "IfStatement", - "start": 29804, - "end": 30318, + "start": 32194, + "end": 32708, "loc": { "start": { - "line": 657, + "line": 699, "column": 8 }, "end": { - "line": 666, + "line": 708, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 29809, - "end": 29863, + "start": 32199, + "end": 32253, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 67 } }, "left": { "type": "BinaryExpression", - "start": 29809, - "end": 29844, + "start": 32199, + "end": 32234, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 48 } }, "left": { "type": "UnaryExpression", - "start": 29809, - "end": 29831, + "start": 32199, + "end": 32221, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 35 } }, @@ -303409,15 +303681,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 29816, - "end": 29831, + "start": 32206, + "end": 32221, "loc": { "start": { - "line": 657, + "line": 699, "column": 20 }, "end": { - "line": 657, + "line": 699, "column": 35 }, "identifierName": "str_like_params" @@ -303431,15 +303703,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 29836, - "end": 29844, + "start": 32226, + "end": 32234, "loc": { "start": { - "line": 657, + "line": 699, "column": 40 }, "end": { - "line": 657, + "line": 699, "column": 48 } }, @@ -303453,15 +303725,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 29848, - "end": 29863, + "start": 32238, + "end": 32253, "loc": { "start": { - "line": 657, + "line": 699, "column": 52 }, "end": { - "line": 657, + "line": 699, "column": 67 }, "identifierName": "str_like_params" @@ -303471,88 +303743,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 29866, - "end": 30318, + "start": 32256, + "end": 32708, "loc": { "start": { - "line": 657, + "line": 699, "column": 70 }, "end": { - "line": 666, + "line": 708, "column": 9 } }, "body": [ { "type": "TryStatement", - "start": 29880, - "end": 30308, + "start": 32270, + "end": 32698, "loc": { "start": { - "line": 658, + "line": 700, "column": 12 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 29884, - "end": 30199, + "start": 32274, + "end": 32589, "loc": { "start": { - "line": 658, + "line": 700, "column": 16 }, "end": { - "line": 663, + "line": 705, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29902, - "end": 29992, + "start": 32292, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 29902, - "end": 29992, + "start": 32292, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29902, - "end": 29908, + "start": 32292, + "end": 32298, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 22 }, "identifierName": "params" @@ -303561,43 +303833,43 @@ }, "right": { "type": "CallExpression", - "start": 29911, - "end": 29992, + "start": 32301, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 29911, - "end": 29921, + "start": 32301, + "end": 32311, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 35 } }, "object": { "type": "Identifier", - "start": 29911, - "end": 29915, + "start": 32301, + "end": 32305, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 29 }, "identifierName": "JSON" @@ -303606,15 +303878,15 @@ }, "property": { "type": "Identifier", - "start": 29916, - "end": 29921, + "start": 32306, + "end": 32311, "loc": { "start": { - "line": 659, + "line": 701, "column": 30 }, "end": { - "line": 659, + "line": 701, "column": 35 }, "identifierName": "parse" @@ -303626,43 +303898,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29923, - "end": 29990, + "start": 32313, + "end": 32380, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 29923, - "end": 29937, + "start": 32313, + "end": 32327, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 51 } }, "object": { "type": "Identifier", - "start": 29923, - "end": 29927, + "start": 32313, + "end": 32317, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 41 }, "identifierName": "JSON" @@ -303671,15 +303943,15 @@ }, "property": { "type": "Identifier", - "start": 29928, - "end": 29937, + "start": 32318, + "end": 32327, "loc": { "start": { - "line": 659, + "line": 701, "column": 42 }, "end": { - "line": 659, + "line": 701, "column": 51 }, "identifierName": "stringify" @@ -303691,43 +303963,43 @@ "arguments": [ { "type": "CallExpression", - "start": 29939, - "end": 29988, + "start": 32329, + "end": 32378, "loc": { "start": { - "line": 659, + "line": 701, "column": 53 }, "end": { - "line": 659, + "line": 701, "column": 102 } }, "callee": { "type": "NewExpression", - "start": 29941, - "end": 29984, + "start": 32331, + "end": 32374, "loc": { "start": { - "line": 659, + "line": 701, "column": 55 }, "end": { - "line": 659, + "line": 701, "column": 98 } }, "callee": { "type": "Identifier", - "start": 29945, - "end": 29953, + "start": 32335, + "end": 32343, "loc": { "start": { - "line": 659, + "line": 701, "column": 59 }, "end": { - "line": 659, + "line": 701, "column": 67 }, "identifierName": "Function" @@ -303737,30 +304009,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 29955, - "end": 29982, + "start": 32345, + "end": 32372, "loc": { "start": { - "line": 659, + "line": 701, "column": 69 }, "end": { - "line": 659, + "line": 701, "column": 96 } }, "expressions": [ { "type": "Identifier", - "start": 29965, - "end": 29980, + "start": 32355, + "end": 32370, "loc": { "start": { - "line": 659, + "line": 701, "column": 79 }, "end": { - "line": 659, + "line": 701, "column": 94 }, "identifierName": "str_like_params" @@ -303771,15 +304043,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 29956, - "end": 29963, + "start": 32346, + "end": 32353, "loc": { "start": { - "line": 659, + "line": 701, "column": 70 }, "end": { - "line": 659, + "line": 701, "column": 77 } }, @@ -303791,15 +304063,15 @@ }, { "type": "TemplateElement", - "start": 29981, - "end": 29981, + "start": 32371, + "end": 32371, "loc": { "start": { - "line": 659, + "line": 701, "column": 95 }, "end": { - "line": 659, + "line": 701, "column": 95 } }, @@ -303814,7 +304086,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 29939 + "parenStart": 32329 } }, "arguments": [] @@ -303827,57 +304099,57 @@ }, { "type": "IfStatement", - "start": 30009, - "end": 30185, + "start": 32399, + "end": 32575, "loc": { "start": { - "line": 660, + "line": 702, "column": 16 }, "end": { - "line": 662, + "line": 704, "column": 17 } }, "test": { "type": "CallExpression", - "start": 30014, - "end": 30047, + "start": 32404, + "end": 32437, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 30014, - "end": 30035, + "start": 32404, + "end": 32425, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 42 } }, "object": { "type": "Identifier", - "start": 30014, - "end": 30020, + "start": 32404, + "end": 32410, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 27 }, "identifierName": "params" @@ -303886,15 +304158,15 @@ }, "property": { "type": "Identifier", - "start": 30021, - "end": 30035, + "start": 32411, + "end": 32425, "loc": { "start": { - "line": 660, + "line": 702, "column": 28 }, "end": { - "line": 660, + "line": 702, "column": 42 }, "identifierName": "hasOwnProperty" @@ -303906,15 +304178,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30037, - "end": 30045, + "start": 32427, + "end": 32435, "loc": { "start": { - "line": 660, + "line": 702, "column": 44 }, "end": { - "line": 660, + "line": 702, "column": 52 } }, @@ -303928,73 +304200,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30050, - "end": 30185, + "start": 32440, + "end": 32575, "loc": { "start": { - "line": 660, + "line": 702, "column": 57 }, "end": { - "line": 662, + "line": 704, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 30072, - "end": 30167, + "start": 32462, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "expression": { "type": "AssignmentExpression", - "start": 30072, - "end": 30167, + "start": 32462, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30072, - "end": 30085, + "start": 32462, + "end": 32475, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 33 } }, "object": { "type": "Identifier", - "start": 30072, - "end": 30078, + "start": 32462, + "end": 32468, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 26 }, "identifierName": "params" @@ -304003,15 +304275,15 @@ }, "property": { "type": "Identifier", - "start": 30079, - "end": 30085, + "start": 32469, + "end": 32475, "loc": { "start": { - "line": 661, + "line": 703, "column": 27 }, "end": { - "line": 661, + "line": 703, "column": 33 }, "identifierName": "extend" @@ -304022,43 +304294,43 @@ }, "right": { "type": "CallExpression", - "start": 30088, - "end": 30167, + "start": 32478, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 30088, - "end": 30098, + "start": 32478, + "end": 32488, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 46 } }, "object": { "type": "Identifier", - "start": 30088, - "end": 30092, + "start": 32478, + "end": 32482, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 40 }, "identifierName": "JSON" @@ -304067,15 +304339,15 @@ }, "property": { "type": "Identifier", - "start": 30093, - "end": 30098, + "start": 32483, + "end": 32488, "loc": { "start": { - "line": 661, + "line": 703, "column": 41 }, "end": { - "line": 661, + "line": 703, "column": 46 }, "identifierName": "parse" @@ -304087,43 +304359,43 @@ "arguments": [ { "type": "CallExpression", - "start": 30100, - "end": 30165, + "start": 32490, + "end": 32555, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 113 } }, "callee": { "type": "MemberExpression", - "start": 30100, - "end": 30114, + "start": 32490, + "end": 32504, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 62 } }, "object": { "type": "Identifier", - "start": 30100, - "end": 30104, + "start": 32490, + "end": 32494, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 52 }, "identifierName": "JSON" @@ -304132,15 +304404,15 @@ }, "property": { "type": "Identifier", - "start": 30105, - "end": 30114, + "start": 32495, + "end": 32504, "loc": { "start": { - "line": 661, + "line": 703, "column": 53 }, "end": { - "line": 661, + "line": 703, "column": 62 }, "identifierName": "stringify" @@ -304152,43 +304424,43 @@ "arguments": [ { "type": "CallExpression", - "start": 30116, - "end": 30163, + "start": 32506, + "end": 32553, "loc": { "start": { - "line": 661, + "line": 703, "column": 64 }, "end": { - "line": 661, + "line": 703, "column": 111 } }, "callee": { "type": "NewExpression", - "start": 30118, - "end": 30159, + "start": 32508, + "end": 32549, "loc": { "start": { - "line": 661, + "line": 703, "column": 66 }, "end": { - "line": 661, + "line": 703, "column": 107 } }, "callee": { "type": "Identifier", - "start": 30122, - "end": 30130, + "start": 32512, + "end": 32520, "loc": { "start": { - "line": 661, + "line": 703, "column": 70 }, "end": { - "line": 661, + "line": 703, "column": 78 }, "identifierName": "Function" @@ -304198,44 +304470,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 30132, - "end": 30157, + "start": 32522, + "end": 32547, "loc": { "start": { - "line": 661, + "line": 703, "column": 80 }, "end": { - "line": 661, + "line": 703, "column": 105 } }, "expressions": [ { "type": "MemberExpression", - "start": 30142, - "end": 30155, + "start": 32532, + "end": 32545, "loc": { "start": { - "line": 661, + "line": 703, "column": 90 }, "end": { - "line": 661, + "line": 703, "column": 103 } }, "object": { "type": "Identifier", - "start": 30142, - "end": 30148, + "start": 32532, + "end": 32538, "loc": { "start": { - "line": 661, + "line": 703, "column": 90 }, "end": { - "line": 661, + "line": 703, "column": 96 }, "identifierName": "params" @@ -304244,15 +304516,15 @@ }, "property": { "type": "Identifier", - "start": 30149, - "end": 30155, + "start": 32539, + "end": 32545, "loc": { "start": { - "line": 661, + "line": 703, "column": 97 }, "end": { - "line": 661, + "line": 703, "column": 103 }, "identifierName": "extend" @@ -304265,15 +304537,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 30133, - "end": 30140, + "start": 32523, + "end": 32530, "loc": { "start": { - "line": 661, + "line": 703, "column": 81 }, "end": { - "line": 661, + "line": 703, "column": 88 } }, @@ -304285,15 +304557,15 @@ }, { "type": "TemplateElement", - "start": 30156, - "end": 30156, + "start": 32546, + "end": 32546, "loc": { "start": { - "line": 661, + "line": 703, "column": 104 }, "end": { - "line": 661, + "line": 703, "column": 104 } }, @@ -304308,7 +304580,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 30116 + "parenStart": 32506 } }, "arguments": [] @@ -304329,29 +304601,29 @@ }, "handler": { "type": "CatchClause", - "start": 30200, - "end": 30308, + "start": 32590, + "end": 32698, "loc": { "start": { - "line": 663, + "line": 705, "column": 14 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "param": { "type": "Identifier", - "start": 30207, - "end": 30208, + "start": 32597, + "end": 32598, "loc": { "start": { - "line": 663, + "line": 705, "column": 21 }, "end": { - "line": 663, + "line": 705, "column": 22 }, "identifierName": "e" @@ -304360,72 +304632,72 @@ }, "body": { "type": "BlockStatement", - "start": 30211, - "end": 30308, + "start": 32601, + "end": 32698, "loc": { "start": { - "line": 663, + "line": 705, "column": 25 }, "end": { - "line": 665, + "line": 707, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30229, - "end": 30294, + "start": 32619, + "end": 32684, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 81 } }, "expression": { "type": "CallExpression", - "start": 30229, - "end": 30294, + "start": 32619, + "end": 32684, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 30229, - "end": 30241, + "start": 32619, + "end": 32631, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 28 } }, "object": { "type": "Identifier", - "start": 30229, - "end": 30236, + "start": 32619, + "end": 32626, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 23 }, "identifierName": "console" @@ -304434,15 +304706,15 @@ }, "property": { "type": "Identifier", - "start": 30237, - "end": 30241, + "start": 32627, + "end": 32631, "loc": { "start": { - "line": 664, + "line": 706, "column": 24 }, "end": { - "line": 664, + "line": 706, "column": 28 }, "identifierName": "warn" @@ -304454,15 +304726,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30243, - "end": 30292, + "start": 32633, + "end": 32682, "loc": { "start": { - "line": 664, + "line": 706, "column": 30 }, "end": { - "line": 664, + "line": 706, "column": 79 } }, @@ -304489,29 +304761,29 @@ }, { "type": "ReturnStatement", - "start": 30327, - "end": 30340, + "start": 32717, + "end": 32730, "loc": { "start": { - "line": 667, + "line": 709, "column": 8 }, "end": { - "line": 667, + "line": 709, "column": 21 } }, "argument": { "type": "Identifier", - "start": 30334, - "end": 30340, + "start": 32724, + "end": 32730, "loc": { "start": { - "line": 667, + "line": 709, "column": 15 }, "end": { - "line": 667, + "line": 709, "column": 21 }, "identifierName": "params" @@ -304527,15 +304799,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -304545,15 +304817,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -304562,15 +304834,15 @@ }, { "type": "ClassMethod", - "start": 30463, - "end": 30770, + "start": 32853, + "end": 33160, "loc": { "start": { - "line": 675, + "line": 717, "column": 4 }, "end": { - "line": 683, + "line": 725, "column": 5 } }, @@ -304578,15 +304850,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 30463, - "end": 30480, + "start": 32853, + "end": 32870, "loc": { "start": { - "line": 675, + "line": 717, "column": 4 }, "end": { - "line": 675, + "line": 717, "column": 21 }, "identifierName": "_getPluggableRows" @@ -304602,59 +304874,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 30483, - "end": 30770, + "start": 32873, + "end": 33160, "loc": { "start": { - "line": 675, + "line": 717, "column": 24 }, "end": { - "line": 683, + "line": 725, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 30493, - "end": 30608, + "start": 32883, + "end": 32998, "loc": { "start": { - "line": 676, + "line": 718, "column": 8 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 30497, - "end": 30522, + "start": 32887, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 12 }, "end": { - "line": 676, + "line": 718, "column": 37 } }, "id": { "type": "Identifier", - "start": 30497, - "end": 30502, + "start": 32887, + "end": 32892, "loc": { "start": { - "line": 676, + "line": 718, "column": 12 }, "end": { - "line": 676, + "line": 718, "column": 17 }, "identifierName": "_opts" @@ -304663,44 +304935,44 @@ }, "init": { "type": "MemberExpression", - "start": 30510, - "end": 30522, + "start": 32900, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 25 }, "end": { - "line": 676, + "line": 718, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30510, - "end": 30514, + "start": 32900, + "end": 32904, "loc": { "start": { - "line": 676, + "line": 718, "column": 25 }, "end": { - "line": 676, + "line": 718, "column": 29 } } }, "property": { "type": "Identifier", - "start": 30515, - "end": 30522, + "start": 32905, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 30 }, "end": { - "line": 676, + "line": 718, "column": 37 }, "identifierName": "_config" @@ -304712,29 +304984,29 @@ }, { "type": "VariableDeclarator", - "start": 30536, - "end": 30608, + "start": 32926, + "end": 32998, "loc": { "start": { - "line": 677, + "line": 719, "column": 12 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "id": { "type": "Identifier", - "start": 30536, - "end": 30546, + "start": 32926, + "end": 32936, "loc": { "start": { - "line": 677, + "line": 719, "column": 12 }, "end": { - "line": 677, + "line": 719, "column": 22 }, "identifierName": "fixed_rows" @@ -304743,58 +305015,58 @@ }, "init": { "type": "CallExpression", - "start": 30549, - "end": 30608, + "start": 32939, + "end": 32998, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 30549, - "end": 30564, + "start": 32939, + "end": 32954, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 30549, - "end": 30553, + "start": 32939, + "end": 32943, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 29 } } }, "property": { "type": "Identifier", - "start": 30554, - "end": 30564, + "start": 32944, + "end": 32954, "loc": { "start": { - "line": 677, + "line": 719, "column": 30 }, "end": { - "line": 677, + "line": 719, "column": 40 }, "identifierName": "supplement" @@ -304806,15 +305078,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 30566, - "end": 30572, + "start": 32956, + "end": 32962, "loc": { "start": { - "line": 677, + "line": 719, "column": 42 }, "end": { - "line": 677, + "line": 719, "column": 48 } }, @@ -304826,29 +305098,29 @@ }, { "type": "MemberExpression", - "start": 30574, - "end": 30584, + "start": 32964, + "end": 32974, "loc": { "start": { - "line": 677, + "line": 719, "column": 50 }, "end": { - "line": 677, + "line": 719, "column": 60 } }, "object": { "type": "Identifier", - "start": 30574, - "end": 30579, + "start": 32964, + "end": 32969, "loc": { "start": { - "line": 677, + "line": 719, "column": 50 }, "end": { - "line": 677, + "line": 719, "column": 55 }, "identifierName": "_opts" @@ -304857,15 +305129,15 @@ }, "property": { "type": "Identifier", - "start": 30580, - "end": 30584, + "start": 32970, + "end": 32974, "loc": { "start": { - "line": 677, + "line": 719, "column": 56 }, "end": { - "line": 677, + "line": 719, "column": 60 }, "identifierName": "rows" @@ -304876,44 +305148,44 @@ }, { "type": "MemberExpression", - "start": 30586, - "end": 30606, + "start": 32976, + "end": 32996, "loc": { "start": { - "line": 677, + "line": 719, "column": 62 }, "end": { - "line": 677, + "line": 719, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 30586, - "end": 30590, + "start": 32976, + "end": 32980, "loc": { "start": { - "line": 677, + "line": 719, "column": 62 }, "end": { - "line": 677, + "line": 719, "column": 66 } } }, "property": { "type": "Identifier", - "start": 30591, - "end": 30606, + "start": 32981, + "end": 32996, "loc": { "start": { - "line": 677, + "line": 719, "column": 67 }, "end": { - "line": 677, + "line": 719, "column": 82 }, "identifierName": "validateNumeric" @@ -304930,43 +305202,43 @@ }, { "type": "IfStatement", - "start": 30626, - "end": 30717, + "start": 33016, + "end": 33107, "loc": { "start": { - "line": 679, + "line": 721, "column": 8 }, "end": { - "line": 681, + "line": 723, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30631, - "end": 30652, + "start": 33021, + "end": 33042, "loc": { "start": { - "line": 679, + "line": 721, "column": 13 }, "end": { - "line": 679, + "line": 721, "column": 34 } }, "left": { "type": "Identifier", - "start": 30631, - "end": 30641, + "start": 33021, + "end": 33031, "loc": { "start": { - "line": 679, + "line": 721, "column": 13 }, "end": { - "line": 679, + "line": 721, "column": 23 }, "identifierName": "fixed_rows" @@ -304976,15 +305248,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 30646, - "end": 30652, + "start": 33036, + "end": 33042, "loc": { "start": { - "line": 679, + "line": 721, "column": 28 }, "end": { - "line": 679, + "line": 721, "column": 34 } }, @@ -304997,59 +305269,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 30655, - "end": 30717, + "start": 33045, + "end": 33107, "loc": { "start": { - "line": 679, + "line": 721, "column": 37 }, "end": { - "line": 681, + "line": 723, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30669, - "end": 30707, + "start": 33059, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 30669, - "end": 30707, + "start": 33059, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 30669, - "end": 30679, + "start": 33059, + "end": 33069, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 22 }, "identifierName": "fixed_rows" @@ -305058,57 +305330,57 @@ }, "right": { "type": "MemberExpression", - "start": 30682, - "end": 30707, + "start": 33072, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 30682, - "end": 30700, + "start": 33072, + "end": 33090, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 30682, - "end": 30695, + "start": 33072, + "end": 33085, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 38 } }, "object": { "type": "Identifier", - "start": 30682, - "end": 30687, + "start": 33072, + "end": 33077, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 30 }, "identifierName": "_opts" @@ -305117,15 +305389,15 @@ }, "property": { "type": "Identifier", - "start": 30688, - "end": 30695, + "start": 33078, + "end": 33085, "loc": { "start": { - "line": 680, + "line": 722, "column": 31 }, "end": { - "line": 680, + "line": 722, "column": 38 }, "identifierName": "sidebar" @@ -305136,15 +305408,15 @@ }, "property": { "type": "Identifier", - "start": 30696, - "end": 30700, + "start": 33086, + "end": 33090, "loc": { "start": { - "line": 680, + "line": 722, "column": 39 }, "end": { - "line": 680, + "line": 722, "column": 43 }, "identifierName": "list" @@ -305155,15 +305427,15 @@ }, "property": { "type": "Identifier", - "start": 30701, - "end": 30707, + "start": 33091, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 44 }, "end": { - "line": 680, + "line": 722, "column": 50 }, "identifierName": "length" @@ -305181,57 +305453,57 @@ }, { "type": "ReturnStatement", - "start": 30726, - "end": 30764, + "start": 33116, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 8 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, "argument": { "type": "ConditionalExpression", - "start": 30733, - "end": 30764, + "start": 33123, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, "test": { "type": "BinaryExpression", - "start": 30733, - "end": 30747, + "start": 33123, + "end": 33137, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 29 } }, "left": { "type": "Identifier", - "start": 30733, - "end": 30743, + "start": 33123, + "end": 33133, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 25 }, "identifierName": "fixed_rows" @@ -305241,15 +305513,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 30746, - "end": 30747, + "start": 33136, + "end": 33137, "loc": { "start": { - "line": 682, + "line": 724, "column": 28 }, "end": { - "line": 682, + "line": 724, "column": 29 } }, @@ -305262,15 +305534,15 @@ }, "consequent": { "type": "Identifier", - "start": 30750, - "end": 30760, + "start": 33140, + "end": 33150, "loc": { "start": { - "line": 682, + "line": 724, "column": 32 }, "end": { - "line": 682, + "line": 724, "column": 42 }, "identifierName": "fixed_rows" @@ -305279,15 +305551,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 30763, - "end": 30764, + "start": 33153, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 45 }, "end": { - "line": 682, + "line": 724, "column": 46 } }, @@ -305307,15 +305579,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -305325,15 +305597,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -305342,15 +305614,15 @@ }, { "type": "ClassMethod", - "start": 31002, - "end": 34773, + "start": 33392, + "end": 37163, "loc": { "start": { - "line": 691, + "line": 733, "column": 4 }, "end": { - "line": 777, + "line": 819, "column": 5 } }, @@ -305358,15 +305630,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 31002, - "end": 31014, + "start": 33392, + "end": 33404, "loc": { "start": { - "line": 691, + "line": 733, "column": 4 }, "end": { - "line": 691, + "line": 733, "column": 16 }, "identifierName": "_verifyScale" @@ -305382,15 +305654,15 @@ "params": [ { "type": "Identifier", - "start": 31016, - "end": 31021, + "start": 33406, + "end": 33411, "loc": { "start": { - "line": 691, + "line": 733, "column": 18 }, "end": { - "line": 691, + "line": 733, "column": 23 }, "identifierName": "scale" @@ -305400,59 +305672,59 @@ ], "body": { "type": "BlockStatement", - "start": 31024, - "end": 34773, + "start": 33414, + "end": 37163, "loc": { "start": { - "line": 691, + "line": 733, "column": 26 }, "end": { - "line": 777, + "line": 819, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 31034, - "end": 31126, + "start": 33424, + "end": 33516, "loc": { "start": { - "line": 692, + "line": 734, "column": 8 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 31038, - "end": 31059, + "start": 33428, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 12 }, "end": { - "line": 692, + "line": 734, "column": 33 } }, "id": { "type": "Identifier", - "start": 31038, - "end": 31043, + "start": 33428, + "end": 33433, "loc": { "start": { - "line": 692, + "line": 734, "column": 12 }, "end": { - "line": 692, + "line": 734, "column": 17 }, "identifierName": "_opts" @@ -305461,44 +305733,44 @@ }, "init": { "type": "MemberExpression", - "start": 31047, - "end": 31059, + "start": 33437, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 21 }, "end": { - "line": 692, + "line": 734, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31047, - "end": 31051, + "start": 33437, + "end": 33441, "loc": { "start": { - "line": 692, + "line": 734, "column": 21 }, "end": { - "line": 692, + "line": 734, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31052, - "end": 31059, + "start": 33442, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 26 }, "end": { - "line": 692, + "line": 734, "column": 33 }, "identifierName": "_config" @@ -305510,29 +305782,29 @@ }, { "type": "VariableDeclarator", - "start": 31073, - "end": 31101, + "start": 33463, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 12 }, "end": { - "line": 693, + "line": 735, "column": 40 } }, "id": { "type": "Identifier", - "start": 31073, - "end": 31079, + "start": 33463, + "end": 33469, "loc": { "start": { - "line": 693, + "line": 735, "column": 12 }, "end": { - "line": 693, + "line": 735, "column": 18 }, "identifierName": "_props" @@ -305541,44 +305813,44 @@ }, "init": { "type": "MemberExpression", - "start": 31082, - "end": 31101, + "start": 33472, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 21 }, "end": { - "line": 693, + "line": 735, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 31082, - "end": 31086, + "start": 33472, + "end": 33476, "loc": { "start": { - "line": 693, + "line": 735, "column": 21 }, "end": { - "line": 693, + "line": 735, "column": 25 } } }, "property": { "type": "Identifier", - "start": 31087, - "end": 31101, + "start": 33477, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 26 }, "end": { - "line": 693, + "line": 735, "column": 40 }, "identifierName": "_instanceProps" @@ -305590,29 +305862,29 @@ }, { "type": "VariableDeclarator", - "start": 31115, - "end": 31126, + "start": 33505, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 12 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, "id": { "type": "Identifier", - "start": 31115, - "end": 31118, + "start": 33505, + "end": 33508, "loc": { "start": { - "line": 694, + "line": 736, "column": 12 }, "end": { - "line": 694, + "line": 736, "column": 15 }, "identifierName": "_ms" @@ -305621,15 +305893,15 @@ }, "init": { "type": "UnaryExpression", - "start": 31124, - "end": 31126, + "start": 33514, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 21 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, @@ -305637,15 +305909,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 31125, - "end": 31126, + "start": 33515, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 22 }, "end": { - "line": 694, + "line": 736, "column": 23 } }, @@ -305665,57 +305937,57 @@ }, { "type": "IfStatement", - "start": 31144, - "end": 31245, + "start": 33534, + "end": 33635, "loc": { "start": { - "line": 696, + "line": 738, "column": 8 }, "end": { - "line": 698, + "line": 740, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 31149, - "end": 31206, + "start": 33539, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 31149, - "end": 31177, + "start": 33539, + "end": 33567, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 41 } }, "left": { "type": "UnaryExpression", - "start": 31149, - "end": 31161, + "start": 33539, + "end": 33551, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 25 } }, @@ -305723,15 +305995,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 31156, - "end": 31161, + "start": 33546, + "end": 33551, "loc": { "start": { - "line": 696, + "line": 738, "column": 20 }, "end": { - "line": 696, + "line": 738, "column": 25 }, "identifierName": "scale" @@ -305745,15 +306017,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 31166, - "end": 31177, + "start": 33556, + "end": 33567, "loc": { "start": { - "line": 696, + "line": 738, "column": 30 }, "end": { - "line": 696, + "line": 738, "column": 41 } }, @@ -305767,29 +306039,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 31181, - "end": 31206, + "start": 33571, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 45 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, "left": { "type": "UnaryExpression", - "start": 31181, - "end": 31193, + "start": 33571, + "end": 33583, "loc": { "start": { - "line": 696, + "line": 738, "column": 45 }, "end": { - "line": 696, + "line": 738, "column": 57 } }, @@ -305797,15 +306069,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 31188, - "end": 31193, + "start": 33578, + "end": 33583, "loc": { "start": { - "line": 696, + "line": 738, "column": 52 }, "end": { - "line": 696, + "line": 738, "column": 57 }, "identifierName": "scale" @@ -305819,15 +306091,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 31198, - "end": 31206, + "start": 33588, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 62 }, "end": { - "line": 696, + "line": 738, "column": 70 } }, @@ -305841,44 +306113,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 31209, - "end": 31245, + "start": 33599, + "end": 33635, "loc": { "start": { - "line": 696, + "line": 738, "column": 73 }, "end": { - "line": 698, + "line": 740, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 31223, - "end": 31235, + "start": 33613, + "end": 33625, "loc": { "start": { - "line": 697, + "line": 739, "column": 12 }, "end": { - "line": 697, + "line": 739, "column": 24 } }, "argument": { "type": "BooleanLiteral", - "start": 31230, - "end": 31235, + "start": 33620, + "end": 33625, "loc": { "start": { - "line": 697, + "line": 739, "column": 19 }, "end": { - "line": 697, + "line": 739, "column": 24 } }, @@ -305892,29 +306164,29 @@ }, { "type": "SwitchStatement", - "start": 31254, - "end": 34730, + "start": 33644, + "end": 37120, "loc": { "start": { - "line": 699, + "line": 741, "column": 8 }, "end": { - "line": 775, + "line": 817, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 31263, - "end": 31267, + "start": 33653, + "end": 33657, "loc": { "start": { - "line": 699, + "line": 741, "column": 17 }, "end": { - "line": 699, + "line": 741, "column": 21 } }, @@ -305923,59 +306195,59 @@ "cases": [ { "type": "SwitchCase", - "start": 31284, - "end": 31410, + "start": 33674, + "end": 33800, "loc": { "start": { - "line": 700, + "line": 742, "column": 12 }, "end": { - "line": 703, + "line": 745, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31381, - "end": 31388, + "start": 33771, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, "expression": { "type": "AssignmentExpression", - "start": 31381, - "end": 31388, + "start": 33771, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31381, - "end": 31384, + "start": 33771, + "end": 33774, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 19 }, "identifierName": "_ms" @@ -305985,15 +306257,15 @@ }, "right": { "type": "NumericLiteral", - "start": 31387, - "end": 31388, + "start": 33777, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 22 }, "end": { - "line": 702, + "line": 744, "column": 23 } }, @@ -306009,15 +306281,15 @@ { "type": "CommentLine", "value": " Millisecond (:> ミリ秒", - "start": 31342, - "end": 31364, + "start": 33732, + "end": 33754, "loc": { "start": { - "line": 701, + "line": 743, "column": 16 }, "end": { - "line": 701, + "line": 743, "column": 38 } } @@ -306026,15 +306298,15 @@ }, { "type": "BreakStatement", - "start": 31405, - "end": 31410, + "start": 33795, + "end": 33800, "loc": { "start": { - "line": 703, + "line": 745, "column": 16 }, "end": { - "line": 703, + "line": 745, "column": 21 } }, @@ -306043,43 +306315,43 @@ ], "test": { "type": "CallExpression", - "start": 31289, - "end": 31324, + "start": 33679, + "end": 33714, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 31289, - "end": 31315, + "start": 33679, + "end": 33705, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 31289, - "end": 31310, + "start": 33679, + "end": 33700, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 38 } }, @@ -306091,15 +306363,15 @@ }, "property": { "type": "Identifier", - "start": 31311, - "end": 31315, + "start": 33701, + "end": 33705, "loc": { "start": { - "line": 700, + "line": 742, "column": 39 }, "end": { - "line": 700, + "line": 742, "column": 43 }, "identifierName": "test" @@ -306111,15 +306383,15 @@ "arguments": [ { "type": "Identifier", - "start": 31317, - "end": 31322, + "start": 33707, + "end": 33712, "loc": { "start": { - "line": 700, + "line": 742, "column": 45 }, "end": { - "line": 700, + "line": 742, "column": 50 }, "identifierName": "scale" @@ -306131,59 +306403,59 @@ }, { "type": "SwitchCase", - "start": 31423, - "end": 31537, + "start": 33813, + "end": 33927, "loc": { "start": { - "line": 704, + "line": 746, "column": 12 }, "end": { - "line": 707, + "line": 749, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31505, - "end": 31515, + "start": 33895, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 31505, - "end": 31515, + "start": 33895, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31505, - "end": 31508, + "start": 33895, + "end": 33898, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 19 }, "identifierName": "_ms" @@ -306193,15 +306465,15 @@ }, "right": { "type": "NumericLiteral", - "start": 31511, - "end": 31515, + "start": 33901, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 22 }, "end": { - "line": 706, + "line": 748, "column": 26 } }, @@ -306217,15 +306489,15 @@ { "type": "CommentLine", "value": " Second (:> 秒", - "start": 31473, - "end": 31488, + "start": 33863, + "end": 33878, "loc": { "start": { - "line": 705, + "line": 747, "column": 16 }, "end": { - "line": 705, + "line": 747, "column": 31 } } @@ -306234,15 +306506,15 @@ }, { "type": "BreakStatement", - "start": 31532, - "end": 31537, + "start": 33922, + "end": 33927, "loc": { "start": { - "line": 707, + "line": 749, "column": 16 }, "end": { - "line": 707, + "line": 749, "column": 21 } }, @@ -306251,43 +306523,43 @@ ], "test": { "type": "CallExpression", - "start": 31428, - "end": 31455, + "start": 33818, + "end": 33845, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 31428, - "end": 31446, + "start": 33818, + "end": 33836, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 31428, - "end": 31441, + "start": 33818, + "end": 33831, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 30 } }, @@ -306299,15 +306571,15 @@ }, "property": { "type": "Identifier", - "start": 31442, - "end": 31446, + "start": 33832, + "end": 33836, "loc": { "start": { - "line": 704, + "line": 746, "column": 31 }, "end": { - "line": 704, + "line": 746, "column": 35 }, "identifierName": "test" @@ -306319,15 +306591,15 @@ "arguments": [ { "type": "Identifier", - "start": 31448, - "end": 31453, + "start": 33838, + "end": 33843, "loc": { "start": { - "line": 704, + "line": 746, "column": 37 }, "end": { - "line": 704, + "line": 746, "column": 42 }, "identifierName": "scale" @@ -306339,59 +306611,59 @@ }, { "type": "SwitchCase", - "start": 31550, - "end": 31669, + "start": 33940, + "end": 34059, "loc": { "start": { - "line": 708, + "line": 750, "column": 12 }, "end": { - "line": 711, + "line": 753, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31632, - "end": 31647, + "start": 34022, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 31632, - "end": 31647, + "start": 34022, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31632, - "end": 31635, + "start": 34022, + "end": 34025, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 19 }, "identifierName": "_ms" @@ -306401,29 +306673,29 @@ }, "right": { "type": "BinaryExpression", - "start": 31638, - "end": 31647, + "start": 34028, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 22 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, "left": { "type": "NumericLiteral", - "start": 31638, - "end": 31640, + "start": 34028, + "end": 34030, "loc": { "start": { - "line": 710, + "line": 752, "column": 22 }, "end": { - "line": 710, + "line": 752, "column": 24 } }, @@ -306436,15 +306708,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31643, - "end": 31647, + "start": 34033, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 27 }, "end": { - "line": 710, + "line": 752, "column": 31 } }, @@ -306461,15 +306733,15 @@ { "type": "CommentLine", "value": " Minute (:> 分", - "start": 31600, - "end": 31615, + "start": 33990, + "end": 34005, "loc": { "start": { - "line": 709, + "line": 751, "column": 16 }, "end": { - "line": 709, + "line": 751, "column": 31 } } @@ -306478,15 +306750,15 @@ }, { "type": "BreakStatement", - "start": 31664, - "end": 31669, + "start": 34054, + "end": 34059, "loc": { "start": { - "line": 711, + "line": 753, "column": 16 }, "end": { - "line": 711, + "line": 753, "column": 21 } }, @@ -306495,43 +306767,43 @@ ], "test": { "type": "CallExpression", - "start": 31555, - "end": 31582, + "start": 33945, + "end": 33972, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 31555, - "end": 31573, + "start": 33945, + "end": 33963, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 31555, - "end": 31568, + "start": 33945, + "end": 33958, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 30 } }, @@ -306543,15 +306815,15 @@ }, "property": { "type": "Identifier", - "start": 31569, - "end": 31573, + "start": 33959, + "end": 33963, "loc": { "start": { - "line": 708, + "line": 750, "column": 31 }, "end": { - "line": 708, + "line": 750, "column": 35 }, "identifierName": "test" @@ -306563,15 +306835,15 @@ "arguments": [ { "type": "Identifier", - "start": 31575, - "end": 31580, + "start": 33965, + "end": 33970, "loc": { "start": { - "line": 708, + "line": 750, "column": 37 }, "end": { - "line": 708, + "line": 750, "column": 42 }, "identifierName": "scale" @@ -306583,59 +306855,59 @@ }, { "type": "SwitchCase", - "start": 31682, - "end": 31828, + "start": 34072, + "end": 34218, "loc": { "start": { - "line": 712, + "line": 754, "column": 12 }, "end": { - "line": 715, + "line": 757, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31786, - "end": 31806, + "start": 34176, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 31786, - "end": 31806, + "start": 34176, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31786, - "end": 31789, + "start": 34176, + "end": 34179, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 19 }, "identifierName": "_ms" @@ -306645,43 +306917,43 @@ }, "right": { "type": "BinaryExpression", - "start": 31792, - "end": 31806, + "start": 34182, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 31792, - "end": 31799, + "start": 34182, + "end": 34189, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 31792, - "end": 31794, + "start": 34182, + "end": 34184, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 24 } }, @@ -306694,15 +306966,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31797, - "end": 31799, + "start": 34187, + "end": 34189, "loc": { "start": { - "line": 714, + "line": 756, "column": 27 }, "end": { - "line": 714, + "line": 756, "column": 29 } }, @@ -306716,15 +306988,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31802, - "end": 31806, + "start": 34192, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 32 }, "end": { - "line": 714, + "line": 756, "column": 36 } }, @@ -306741,15 +307013,15 @@ { "type": "CommentLine", "value": " Quarter of an hour (:> 15分", - "start": 31740, - "end": 31769, + "start": 34130, + "end": 34159, "loc": { "start": { - "line": 713, + "line": 755, "column": 16 }, "end": { - "line": 713, + "line": 755, "column": 45 } } @@ -306758,15 +307030,15 @@ }, { "type": "BreakStatement", - "start": 31823, - "end": 31828, + "start": 34213, + "end": 34218, "loc": { "start": { - "line": 715, + "line": 757, "column": 16 }, "end": { - "line": 715, + "line": 757, "column": 21 } }, @@ -306775,43 +307047,43 @@ ], "test": { "type": "CallExpression", - "start": 31687, - "end": 31722, + "start": 34077, + "end": 34112, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 31687, - "end": 31713, + "start": 34077, + "end": 34103, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 31687, - "end": 31708, + "start": 34077, + "end": 34098, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 38 } }, @@ -306823,15 +307095,15 @@ }, "property": { "type": "Identifier", - "start": 31709, - "end": 31713, + "start": 34099, + "end": 34103, "loc": { "start": { - "line": 712, + "line": 754, "column": 39 }, "end": { - "line": 712, + "line": 754, "column": 43 }, "identifierName": "test" @@ -306843,15 +307115,15 @@ "arguments": [ { "type": "Identifier", - "start": 31715, - "end": 31720, + "start": 34105, + "end": 34110, "loc": { "start": { - "line": 712, + "line": 754, "column": 45 }, "end": { - "line": 712, + "line": 754, "column": 50 }, "identifierName": "scale" @@ -306863,59 +307135,59 @@ }, { "type": "SwitchCase", - "start": 31841, - "end": 31978, + "start": 34231, + "end": 34368, "loc": { "start": { - "line": 716, + "line": 758, "column": 12 }, "end": { - "line": 719, + "line": 761, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 31936, - "end": 31956, + "start": 34326, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 31936, - "end": 31956, + "start": 34326, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 31936, - "end": 31939, + "start": 34326, + "end": 34329, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 19 }, "identifierName": "_ms" @@ -306925,43 +307197,43 @@ }, "right": { "type": "BinaryExpression", - "start": 31942, - "end": 31956, + "start": 34332, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 31942, - "end": 31949, + "start": 34332, + "end": 34339, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 31942, - "end": 31944, + "start": 34332, + "end": 34334, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 24 } }, @@ -306974,15 +307246,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31947, - "end": 31949, + "start": 34337, + "end": 34339, "loc": { "start": { - "line": 718, + "line": 760, "column": 27 }, "end": { - "line": 718, + "line": 760, "column": 29 } }, @@ -306996,15 +307268,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 31952, - "end": 31956, + "start": 34342, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 32 }, "end": { - "line": 718, + "line": 760, "column": 36 } }, @@ -307021,15 +307293,15 @@ { "type": "CommentLine", "value": " Half an hour (:> 30分", - "start": 31896, - "end": 31919, + "start": 34286, + "end": 34309, "loc": { "start": { - "line": 717, + "line": 759, "column": 16 }, "end": { - "line": 717, + "line": 759, "column": 39 } } @@ -307038,15 +307310,15 @@ }, { "type": "BreakStatement", - "start": 31973, - "end": 31978, + "start": 34363, + "end": 34368, "loc": { "start": { - "line": 719, + "line": 761, "column": 16 }, "end": { - "line": 719, + "line": 761, "column": 21 } }, @@ -307055,43 +307327,43 @@ ], "test": { "type": "CallExpression", - "start": 31846, - "end": 31878, + "start": 34236, + "end": 34268, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 31846, - "end": 31869, + "start": 34236, + "end": 34259, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 31846, - "end": 31864, + "start": 34236, + "end": 34254, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 35 } }, @@ -307103,15 +307375,15 @@ }, "property": { "type": "Identifier", - "start": 31865, - "end": 31869, + "start": 34255, + "end": 34259, "loc": { "start": { - "line": 716, + "line": 758, "column": 36 }, "end": { - "line": 716, + "line": 758, "column": 40 }, "identifierName": "test" @@ -307123,15 +307395,15 @@ "arguments": [ { "type": "Identifier", - "start": 31871, - "end": 31876, + "start": 34261, + "end": 34266, "loc": { "start": { - "line": 716, + "line": 758, "column": 42 }, "end": { - "line": 716, + "line": 758, "column": 47 }, "identifierName": "scale" @@ -307143,59 +307415,59 @@ }, { "type": "SwitchCase", - "start": 31991, - "end": 32115, + "start": 34381, + "end": 34505, "loc": { "start": { - "line": 720, + "line": 762, "column": 12 }, "end": { - "line": 723, + "line": 765, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32073, - "end": 32093, + "start": 34463, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 32073, - "end": 32093, + "start": 34463, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32073, - "end": 32076, + "start": 34463, + "end": 34466, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 19 }, "identifierName": "_ms" @@ -307205,43 +307477,43 @@ }, "right": { "type": "BinaryExpression", - "start": 32079, - "end": 32093, + "start": 34469, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, "left": { "type": "BinaryExpression", - "start": 32079, - "end": 32086, + "start": 34469, + "end": 34476, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 32079, - "end": 32081, + "start": 34469, + "end": 34471, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 24 } }, @@ -307254,15 +307526,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32084, - "end": 32086, + "start": 34474, + "end": 34476, "loc": { "start": { - "line": 722, + "line": 764, "column": 27 }, "end": { - "line": 722, + "line": 764, "column": 29 } }, @@ -307276,15 +307548,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32089, - "end": 32093, + "start": 34479, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 32 }, "end": { - "line": 722, + "line": 764, "column": 36 } }, @@ -307301,15 +307573,15 @@ { "type": "CommentLine", "value": " Hour (:> 時(時間)", - "start": 32039, - "end": 32056, + "start": 34429, + "end": 34446, "loc": { "start": { - "line": 721, + "line": 763, "column": 16 }, "end": { - "line": 721, + "line": 763, "column": 33 } } @@ -307318,15 +307590,15 @@ }, { "type": "BreakStatement", - "start": 32110, - "end": 32115, + "start": 34500, + "end": 34505, "loc": { "start": { - "line": 723, + "line": 765, "column": 16 }, "end": { - "line": 723, + "line": 765, "column": 21 } }, @@ -307335,43 +307607,43 @@ ], "test": { "type": "CallExpression", - "start": 31996, - "end": 32021, + "start": 34386, + "end": 34411, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 31996, - "end": 32012, + "start": 34386, + "end": 34402, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 31996, - "end": 32007, + "start": 34386, + "end": 34397, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 28 } }, @@ -307383,15 +307655,15 @@ }, "property": { "type": "Identifier", - "start": 32008, - "end": 32012, + "start": 34398, + "end": 34402, "loc": { "start": { - "line": 720, + "line": 762, "column": 29 }, "end": { - "line": 720, + "line": 762, "column": 33 }, "identifierName": "test" @@ -307403,15 +307675,15 @@ "arguments": [ { "type": "Identifier", - "start": 32014, - "end": 32019, + "start": 34404, + "end": 34409, "loc": { "start": { - "line": 720, + "line": 762, "column": 35 }, "end": { - "line": 720, + "line": 762, "column": 40 }, "identifierName": "scale" @@ -307423,59 +307695,59 @@ }, { "type": "SwitchCase", - "start": 32128, - "end": 32251, + "start": 34518, + "end": 34641, "loc": { "start": { - "line": 724, + "line": 766, "column": 12 }, "end": { - "line": 727, + "line": 769, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32204, - "end": 32229, + "start": 34594, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 32204, - "end": 32229, + "start": 34594, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32204, - "end": 32207, + "start": 34594, + "end": 34597, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 19 }, "identifierName": "_ms" @@ -307485,57 +307757,57 @@ }, "right": { "type": "BinaryExpression", - "start": 32210, - "end": 32229, + "start": 34600, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 32210, - "end": 32222, + "start": 34600, + "end": 34612, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 34 } }, "left": { "type": "BinaryExpression", - "start": 32210, - "end": 32217, + "start": 34600, + "end": 34607, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 29 } }, "left": { "type": "NumericLiteral", - "start": 32210, - "end": 32212, + "start": 34600, + "end": 34602, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 24 } }, @@ -307548,15 +307820,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32215, - "end": 32217, + "start": 34605, + "end": 34607, "loc": { "start": { - "line": 726, + "line": 768, "column": 27 }, "end": { - "line": 726, + "line": 768, "column": 29 } }, @@ -307570,15 +307842,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32220, - "end": 32222, + "start": 34610, + "end": 34612, "loc": { "start": { - "line": 726, + "line": 768, "column": 32 }, "end": { - "line": 726, + "line": 768, "column": 34 } }, @@ -307592,15 +307864,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32225, - "end": 32229, + "start": 34615, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 37 }, "end": { - "line": 726, + "line": 768, "column": 41 } }, @@ -307617,15 +307889,15 @@ { "type": "CommentLine", "value": " Day (:> 日", - "start": 32175, - "end": 32187, + "start": 34565, + "end": 34577, "loc": { "start": { - "line": 725, + "line": 767, "column": 16 }, "end": { - "line": 725, + "line": 767, "column": 28 } } @@ -307634,15 +307906,15 @@ }, { "type": "BreakStatement", - "start": 32246, - "end": 32251, + "start": 34636, + "end": 34641, "loc": { "start": { - "line": 727, + "line": 769, "column": 16 }, "end": { - "line": 727, + "line": 769, "column": 21 } }, @@ -307651,43 +307923,43 @@ ], "test": { "type": "CallExpression", - "start": 32133, - "end": 32157, + "start": 34523, + "end": 34547, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 32133, - "end": 32148, + "start": 34523, + "end": 34538, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 32133, - "end": 32143, + "start": 34523, + "end": 34533, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 27 } }, @@ -307699,15 +307971,15 @@ }, "property": { "type": "Identifier", - "start": 32144, - "end": 32148, + "start": 34534, + "end": 34538, "loc": { "start": { - "line": 724, + "line": 766, "column": 28 }, "end": { - "line": 724, + "line": 766, "column": 32 }, "identifierName": "test" @@ -307719,15 +307991,15 @@ "arguments": [ { "type": "Identifier", - "start": 32150, - "end": 32155, + "start": 34540, + "end": 34545, "loc": { "start": { - "line": 724, + "line": 766, "column": 34 }, "end": { - "line": 724, + "line": 766, "column": 39 }, "identifierName": "scale" @@ -307739,59 +308011,59 @@ }, { "type": "SwitchCase", - "start": 32264, - "end": 32393, + "start": 34654, + "end": 34783, "loc": { "start": { - "line": 728, + "line": 770, "column": 12 }, "end": { - "line": 731, + "line": 773, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 32342, - "end": 32371, + "start": 34732, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 32342, - "end": 32371, + "start": 34732, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32342, - "end": 32345, + "start": 34732, + "end": 34735, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 19 }, "identifierName": "_ms" @@ -307801,71 +308073,71 @@ }, "right": { "type": "BinaryExpression", - "start": 32348, - "end": 32371, + "start": 34738, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32364, + "start": 34738, + "end": 34754, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 38 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32359, + "start": 34738, + "end": 34749, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 32348, - "end": 32354, + "start": 34738, + "end": 34744, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 28 } }, "left": { "type": "NumericLiteral", - "start": 32348, - "end": 32349, + "start": 34738, + "end": 34739, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 23 } }, @@ -307878,15 +308150,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32352, - "end": 32354, + "start": 34742, + "end": 34744, "loc": { "start": { - "line": 730, + "line": 772, "column": 26 }, "end": { - "line": 730, + "line": 772, "column": 28 } }, @@ -307900,15 +308172,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32357, - "end": 32359, + "start": 34747, + "end": 34749, "loc": { "start": { - "line": 730, + "line": 772, "column": 31 }, "end": { - "line": 730, + "line": 772, "column": 33 } }, @@ -307922,15 +308194,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32362, - "end": 32364, + "start": 34752, + "end": 34754, "loc": { "start": { - "line": 730, + "line": 772, "column": 36 }, "end": { - "line": 730, + "line": 772, "column": 38 } }, @@ -307944,15 +308216,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32367, - "end": 32371, + "start": 34757, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 41 }, "end": { - "line": 730, + "line": 772, "column": 45 } }, @@ -307969,15 +308241,15 @@ { "type": "CommentLine", "value": " Week (:> 週", - "start": 32312, - "end": 32325, + "start": 34702, + "end": 34715, "loc": { "start": { - "line": 729, + "line": 771, "column": 16 }, "end": { - "line": 729, + "line": 771, "column": 29 } } @@ -307986,15 +308258,15 @@ }, { "type": "BreakStatement", - "start": 32388, - "end": 32393, + "start": 34778, + "end": 34783, "loc": { "start": { - "line": 731, + "line": 773, "column": 16 }, "end": { - "line": 731, + "line": 773, "column": 21 } }, @@ -308003,43 +308275,43 @@ ], "test": { "type": "CallExpression", - "start": 32269, - "end": 32294, + "start": 34659, + "end": 34684, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 32269, - "end": 32285, + "start": 34659, + "end": 34675, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 32269, - "end": 32280, + "start": 34659, + "end": 34670, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 28 } }, @@ -308051,15 +308323,15 @@ }, "property": { "type": "Identifier", - "start": 32281, - "end": 32285, + "start": 34671, + "end": 34675, "loc": { "start": { - "line": 728, + "line": 770, "column": 29 }, "end": { - "line": 728, + "line": 770, "column": 33 }, "identifierName": "test" @@ -308071,15 +308343,15 @@ "arguments": [ { "type": "Identifier", - "start": 32287, - "end": 32292, + "start": 34677, + "end": 34682, "loc": { "start": { - "line": 728, + "line": 770, "column": 35 }, "end": { - "line": 728, + "line": 770, "column": 40 }, "identifierName": "scale" @@ -308091,72 +308363,72 @@ }, { "type": "SwitchCase", - "start": 32406, - "end": 32849, + "start": 34796, + "end": 35239, "loc": { "start": { - "line": 732, + "line": 774, "column": 12 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 32601, - "end": 32849, + "start": 34991, + "end": 35239, "loc": { "start": { - "line": 735, + "line": 777, "column": 16 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "test": { "type": "CallExpression", - "start": 32606, - "end": 32645, + "start": 34996, + "end": 35035, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 32606, - "end": 32630, + "start": 34996, + "end": 35020, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 32606, - "end": 32625, + "start": 34996, + "end": 35015, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 40 } }, @@ -308169,15 +308441,15 @@ }, "property": { "type": "Identifier", - "start": 32626, - "end": 32630, + "start": 35016, + "end": 35020, "loc": { "start": { - "line": 735, + "line": 777, "column": 41 }, "end": { - "line": 735, + "line": 777, "column": 45 }, "identifierName": "test" @@ -308190,29 +308462,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32632, - "end": 32643, + "start": 35022, + "end": 35033, "loc": { "start": { - "line": 735, + "line": 777, "column": 47 }, "end": { - "line": 735, + "line": 777, "column": 58 } }, "object": { "type": "Identifier", - "start": 32632, - "end": 32637, + "start": 35022, + "end": 35027, "loc": { "start": { - "line": 735, + "line": 777, "column": 47 }, "end": { - "line": 735, + "line": 777, "column": 52 }, "identifierName": "_opts" @@ -308221,15 +308493,15 @@ }, "property": { "type": "Identifier", - "start": 32638, - "end": 32643, + "start": 35028, + "end": 35033, "loc": { "start": { - "line": 735, + "line": 777, "column": 53 }, "end": { - "line": 735, + "line": 777, "column": 58 }, "identifierName": "scale" @@ -308243,87 +308515,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32648, - "end": 32744, + "start": 35038, + "end": 35134, "loc": { "start": { - "line": 735, + "line": 777, "column": 63 }, "end": { - "line": 737, + "line": 779, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 32670, - "end": 32726, + "start": 35060, + "end": 35116, "loc": { "start": { - "line": 736, + "line": 778, "column": 20 }, "end": { - "line": 736, + "line": 778, "column": 76 } }, "argument": { "type": "CallExpression", - "start": 32677, - "end": 32726, + "start": 35067, + "end": 35116, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32677, - "end": 32691, + "start": 35067, + "end": 35081, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 32677, - "end": 32681, + "start": 35067, + "end": 35071, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 31 } } }, "property": { "type": "Identifier", - "start": 32682, - "end": 32691, + "start": 35072, + "end": 35081, "loc": { "start": { - "line": 736, + "line": 778, "column": 32 }, "end": { - "line": 736, + "line": 778, "column": 41 }, "identifierName": "_diffDate" @@ -308335,29 +308607,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32693, - "end": 32705, + "start": 35083, + "end": 35095, "loc": { "start": { - "line": 736, + "line": 778, "column": 43 }, "end": { - "line": 736, + "line": 778, "column": 55 } }, "object": { "type": "Identifier", - "start": 32693, - "end": 32699, + "start": 35083, + "end": 35089, "loc": { "start": { - "line": 736, + "line": 778, "column": 43 }, "end": { - "line": 736, + "line": 778, "column": 49 }, "identifierName": "_props" @@ -308366,15 +308638,15 @@ }, "property": { "type": "Identifier", - "start": 32700, - "end": 32705, + "start": 35090, + "end": 35095, "loc": { "start": { - "line": 736, + "line": 778, "column": 50 }, "end": { - "line": 736, + "line": 778, "column": 55 }, "identifierName": "begin" @@ -308385,29 +308657,29 @@ }, { "type": "MemberExpression", - "start": 32707, - "end": 32717, + "start": 35097, + "end": 35107, "loc": { "start": { - "line": 736, + "line": 778, "column": 57 }, "end": { - "line": 736, + "line": 778, "column": 67 } }, "object": { "type": "Identifier", - "start": 32707, - "end": 32713, + "start": 35097, + "end": 35103, "loc": { "start": { - "line": 736, + "line": 778, "column": 57 }, "end": { - "line": 736, + "line": 778, "column": 63 }, "identifierName": "_props" @@ -308416,15 +308688,15 @@ }, "property": { "type": "Identifier", - "start": 32714, - "end": 32717, + "start": 35104, + "end": 35107, "loc": { "start": { - "line": 736, + "line": 778, "column": 64 }, "end": { - "line": 736, + "line": 778, "column": 67 }, "identifierName": "end" @@ -308435,15 +308707,15 @@ }, { "type": "Identifier", - "start": 32719, - "end": 32724, + "start": 35109, + "end": 35114, "loc": { "start": { - "line": 736, + "line": 778, "column": 69 }, "end": { - "line": 736, + "line": 778, "column": 74 }, "identifierName": "scale" @@ -308458,59 +308730,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 32750, - "end": 32849, + "start": 35140, + "end": 35239, "loc": { "start": { - "line": 737, + "line": 779, "column": 23 }, "end": { - "line": 740, + "line": 782, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 32772, - "end": 32805, + "start": 35162, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 32772, - "end": 32805, + "start": 35162, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 32772, - "end": 32775, + "start": 35162, + "end": 35165, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 23 }, "identifierName": "_ms" @@ -308519,71 +308791,71 @@ }, "right": { "type": "BinaryExpression", - "start": 32778, - "end": 32805, + "start": 35168, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32798, + "start": 35168, + "end": 35188, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 46 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32793, + "start": 35168, + "end": 35183, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 32778, - "end": 32788, + "start": 35168, + "end": 35178, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 36 } }, "left": { "type": "NumericLiteral", - "start": 32778, - "end": 32783, + "start": 35168, + "end": 35173, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 31 } }, @@ -308596,15 +308868,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32786, - "end": 32788, + "start": 35176, + "end": 35178, "loc": { "start": { - "line": 738, + "line": 780, "column": 34 }, "end": { - "line": 738, + "line": 780, "column": 36 } }, @@ -308618,15 +308890,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32791, - "end": 32793, + "start": 35181, + "end": 35183, "loc": { "start": { - "line": 738, + "line": 780, "column": 39 }, "end": { - "line": 738, + "line": 780, "column": 41 } }, @@ -308640,15 +308912,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32796, - "end": 32798, + "start": 35186, + "end": 35188, "loc": { "start": { - "line": 738, + "line": 780, "column": 44 }, "end": { - "line": 738, + "line": 780, "column": 46 } }, @@ -308662,15 +308934,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 32801, - "end": 32805, + "start": 35191, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 49 }, "end": { - "line": 738, + "line": 780, "column": 53 } }, @@ -308685,15 +308957,15 @@ }, { "type": "BreakStatement", - "start": 32826, - "end": 32831, + "start": 35216, + "end": 35221, "loc": { "start": { - "line": 739, + "line": 781, "column": 20 }, "end": { - "line": 739, + "line": 781, "column": 25 } }, @@ -308706,15 +308978,15 @@ { "type": "CommentLine", "value": " Month (is the variable length scale) (:> 月(可変長スケール)", - "start": 32455, - "end": 32509, + "start": 34845, + "end": 34899, "loc": { "start": { - "line": 733, + "line": 775, "column": 16 }, "end": { - "line": 733, + "line": 775, "column": 70 } } @@ -308722,15 +308994,15 @@ { "type": "CommentLine", "value": "console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )", - "start": 32510, - "end": 32584, + "start": 34900, + "end": 34974, "loc": { "start": { - "line": 734, + "line": 776, "column": 0 }, "end": { - "line": 734, + "line": 776, "column": 74 } } @@ -308740,43 +309012,43 @@ ], "test": { "type": "CallExpression", - "start": 32411, - "end": 32437, + "start": 34801, + "end": 34827, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 32411, - "end": 32428, + "start": 34801, + "end": 34818, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 32411, - "end": 32423, + "start": 34801, + "end": 34813, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 29 } }, @@ -308788,15 +309060,15 @@ }, "property": { "type": "Identifier", - "start": 32424, - "end": 32428, + "start": 34814, + "end": 34818, "loc": { "start": { - "line": 732, + "line": 774, "column": 30 }, "end": { - "line": 732, + "line": 774, "column": 34 }, "identifierName": "test" @@ -308808,15 +309080,15 @@ "arguments": [ { "type": "Identifier", - "start": 32430, - "end": 32435, + "start": 34820, + "end": 34825, "loc": { "start": { - "line": 732, + "line": 774, "column": 36 }, "end": { - "line": 732, + "line": 774, "column": 41 }, "identifierName": "scale" @@ -308828,72 +309100,72 @@ }, { "type": "SwitchCase", - "start": 32862, - "end": 33229, + "start": 35252, + "end": 35619, "loc": { "start": { - "line": 741, + "line": 783, "column": 12 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 32980, - "end": 33229, + "start": 35370, + "end": 35619, "loc": { "start": { - "line": 743, + "line": 785, "column": 16 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "test": { "type": "CallExpression", - "start": 32985, - "end": 33024, + "start": 35375, + "end": 35414, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 32985, - "end": 33009, + "start": 35375, + "end": 35399, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 32985, - "end": 33004, + "start": 35375, + "end": 35394, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 40 } }, @@ -308906,15 +309178,15 @@ }, "property": { "type": "Identifier", - "start": 33005, - "end": 33009, + "start": 35395, + "end": 35399, "loc": { "start": { - "line": 743, + "line": 785, "column": 41 }, "end": { - "line": 743, + "line": 785, "column": 45 }, "identifierName": "test" @@ -308927,29 +309199,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33011, - "end": 33022, + "start": 35401, + "end": 35412, "loc": { "start": { - "line": 743, + "line": 785, "column": 47 }, "end": { - "line": 743, + "line": 785, "column": 58 } }, "object": { "type": "Identifier", - "start": 33011, - "end": 33016, + "start": 35401, + "end": 35406, "loc": { "start": { - "line": 743, + "line": 785, "column": 47 }, "end": { - "line": 743, + "line": 785, "column": 52 }, "identifierName": "_opts" @@ -308958,15 +309230,15 @@ }, "property": { "type": "Identifier", - "start": 33017, - "end": 33022, + "start": 35407, + "end": 35412, "loc": { "start": { - "line": 743, + "line": 785, "column": 53 }, "end": { - "line": 743, + "line": 785, "column": 58 }, "identifierName": "scale" @@ -308980,87 +309252,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 33027, - "end": 33123, + "start": 35417, + "end": 35513, "loc": { "start": { - "line": 743, + "line": 785, "column": 63 }, "end": { - "line": 745, + "line": 787, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 33049, - "end": 33105, + "start": 35439, + "end": 35495, "loc": { "start": { - "line": 744, + "line": 786, "column": 20 }, "end": { - "line": 744, + "line": 786, "column": 76 } }, "argument": { "type": "CallExpression", - "start": 33056, - "end": 33105, + "start": 35446, + "end": 35495, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 33056, - "end": 33070, + "start": 35446, + "end": 35460, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 33056, - "end": 33060, + "start": 35446, + "end": 35450, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 31 } } }, "property": { "type": "Identifier", - "start": 33061, - "end": 33070, + "start": 35451, + "end": 35460, "loc": { "start": { - "line": 744, + "line": 786, "column": 32 }, "end": { - "line": 744, + "line": 786, "column": 41 }, "identifierName": "_diffDate" @@ -309072,29 +309344,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 33072, - "end": 33084, + "start": 35462, + "end": 35474, "loc": { "start": { - "line": 744, + "line": 786, "column": 43 }, "end": { - "line": 744, + "line": 786, "column": 55 } }, "object": { "type": "Identifier", - "start": 33072, - "end": 33078, + "start": 35462, + "end": 35468, "loc": { "start": { - "line": 744, + "line": 786, "column": 43 }, "end": { - "line": 744, + "line": 786, "column": 49 }, "identifierName": "_props" @@ -309103,15 +309375,15 @@ }, "property": { "type": "Identifier", - "start": 33079, - "end": 33084, + "start": 35469, + "end": 35474, "loc": { "start": { - "line": 744, + "line": 786, "column": 50 }, "end": { - "line": 744, + "line": 786, "column": 55 }, "identifierName": "begin" @@ -309122,29 +309394,29 @@ }, { "type": "MemberExpression", - "start": 33086, - "end": 33096, + "start": 35476, + "end": 35486, "loc": { "start": { - "line": 744, + "line": 786, "column": 57 }, "end": { - "line": 744, + "line": 786, "column": 67 } }, "object": { "type": "Identifier", - "start": 33086, - "end": 33092, + "start": 35476, + "end": 35482, "loc": { "start": { - "line": 744, + "line": 786, "column": 57 }, "end": { - "line": 744, + "line": 786, "column": 63 }, "identifierName": "_props" @@ -309153,15 +309425,15 @@ }, "property": { "type": "Identifier", - "start": 33093, - "end": 33096, + "start": 35483, + "end": 35486, "loc": { "start": { - "line": 744, + "line": 786, "column": 64 }, "end": { - "line": 744, + "line": 786, "column": 67 }, "identifierName": "end" @@ -309172,15 +309444,15 @@ }, { "type": "Identifier", - "start": 33098, - "end": 33103, + "start": 35488, + "end": 35493, "loc": { "start": { - "line": 744, + "line": 786, "column": 69 }, "end": { - "line": 744, + "line": 786, "column": 74 }, "identifierName": "scale" @@ -309195,59 +309467,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 33129, - "end": 33229, + "start": 35519, + "end": 35619, "loc": { "start": { - "line": 745, + "line": 787, "column": 23 }, "end": { - "line": 748, + "line": 790, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 33151, - "end": 33185, + "start": 35541, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 33151, - "end": 33185, + "start": 35541, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 33151, - "end": 33154, + "start": 35541, + "end": 35544, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 23 }, "identifierName": "_ms" @@ -309256,71 +309528,71 @@ }, "right": { "type": "BinaryExpression", - "start": 33157, - "end": 33185, + "start": 35547, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33178, + "start": 35547, + "end": 35568, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 47 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33173, + "start": 35547, + "end": 35563, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 33157, - "end": 33168, + "start": 35547, + "end": 35558, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 37 } }, "left": { "type": "NumericLiteral", - "start": 33157, - "end": 33163, + "start": 35547, + "end": 35553, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 32 } }, @@ -309333,15 +309605,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33166, - "end": 33168, + "start": 35556, + "end": 35558, "loc": { "start": { - "line": 746, + "line": 788, "column": 35 }, "end": { - "line": 746, + "line": 788, "column": 37 } }, @@ -309355,15 +309627,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33171, - "end": 33173, + "start": 35561, + "end": 35563, "loc": { "start": { - "line": 746, + "line": 788, "column": 40 }, "end": { - "line": 746, + "line": 788, "column": 42 } }, @@ -309377,15 +309649,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33176, - "end": 33178, + "start": 35566, + "end": 35568, "loc": { "start": { - "line": 746, + "line": 788, "column": 45 }, "end": { - "line": 746, + "line": 788, "column": 47 } }, @@ -309399,15 +309671,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33181, - "end": 33185, + "start": 35571, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 50 }, "end": { - "line": 746, + "line": 788, "column": 54 } }, @@ -309422,15 +309694,15 @@ }, { "type": "BreakStatement", - "start": 33206, - "end": 33211, + "start": 35596, + "end": 35601, "loc": { "start": { - "line": 747, + "line": 789, "column": 20 }, "end": { - "line": 747, + "line": 789, "column": 25 } }, @@ -309443,15 +309715,15 @@ { "type": "CommentLine", "value": " Year (is the variable length scale) (:> 年(可変長スケール)", - "start": 32910, - "end": 32963, + "start": 35300, + "end": 35353, "loc": { "start": { - "line": 742, + "line": 784, "column": 16 }, "end": { - "line": 742, + "line": 784, "column": 69 } } @@ -309461,43 +309733,43 @@ ], "test": { "type": "CallExpression", - "start": 32867, - "end": 32892, + "start": 35257, + "end": 35282, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 32867, - "end": 32883, + "start": 35257, + "end": 35273, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 32867, - "end": 32878, + "start": 35257, + "end": 35268, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 28 } }, @@ -309509,15 +309781,15 @@ }, "property": { "type": "Identifier", - "start": 32879, - "end": 32883, + "start": 35269, + "end": 35273, "loc": { "start": { - "line": 741, + "line": 783, "column": 29 }, "end": { - "line": 741, + "line": 783, "column": 33 }, "identifierName": "test" @@ -309529,15 +309801,15 @@ "arguments": [ { "type": "Identifier", - "start": 32885, - "end": 32890, + "start": 35275, + "end": 35280, "loc": { "start": { - "line": 741, + "line": 783, "column": 35 }, "end": { - "line": 741, + "line": 783, "column": 40 }, "identifierName": "scale" @@ -309549,59 +309821,59 @@ }, { "type": "SwitchCase", - "start": 33242, - "end": 33682, + "start": 35632, + "end": 36072, "loc": { "start": { - "line": 749, + "line": 791, "column": 12 }, "end": { - "line": 754, + "line": 796, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33638, - "end": 33660, + "start": 36028, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 33638, - "end": 33660, + "start": 36028, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 33638, - "end": 33641, + "start": 36028, + "end": 36031, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 19 }, "identifierName": "_ms" @@ -309611,29 +309883,29 @@ }, "right": { "type": "BinaryExpression", - "start": 33644, - "end": 33660, + "start": 36034, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 22 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, "left": { "type": "NumericLiteral", - "start": 33644, - "end": 33653, + "start": 36034, + "end": 36043, "loc": { "start": { - "line": 753, + "line": 795, "column": 22 }, "end": { - "line": 753, + "line": 795, "column": 31 } }, @@ -309646,15 +309918,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 33656, - "end": 33660, + "start": 36046, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 34 }, "end": { - "line": 753, + "line": 795, "column": 38 } }, @@ -309671,15 +309943,15 @@ { "type": "CommentLine", "value": " Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)", - "start": 33291, - "end": 33394, + "start": 35681, + "end": 35784, "loc": { "start": { - "line": 750, + "line": 792, "column": 16 }, "end": { - "line": 750, + "line": 792, "column": 119 } } @@ -309687,15 +309959,15 @@ { "type": "CommentLine", "value": " 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000", - "start": 33411, - "end": 33514, + "start": 35801, + "end": 35904, "loc": { "start": { - "line": 751, + "line": 793, "column": 16 }, "end": { - "line": 751, + "line": 793, "column": 119 } } @@ -309703,15 +309975,15 @@ { "type": "CommentLine", "value": "_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia", - "start": 33531, - "end": 33621, + "start": 35921, + "end": 36011, "loc": { "start": { - "line": 752, + "line": 794, "column": 16 }, "end": { - "line": 752, + "line": 794, "column": 106 } } @@ -309720,15 +309992,15 @@ }, { "type": "BreakStatement", - "start": 33677, - "end": 33682, + "start": 36067, + "end": 36072, "loc": { "start": { - "line": 754, + "line": 796, "column": 16 }, "end": { - "line": 754, + "line": 796, "column": 21 } }, @@ -309737,43 +310009,43 @@ ], "test": { "type": "CallExpression", - "start": 33247, - "end": 33273, + "start": 35637, + "end": 35663, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 33247, - "end": 33264, + "start": 35637, + "end": 35654, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 33247, - "end": 33259, + "start": 35637, + "end": 35649, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 29 } }, @@ -309785,15 +310057,15 @@ }, "property": { "type": "Identifier", - "start": 33260, - "end": 33264, + "start": 35650, + "end": 35654, "loc": { "start": { - "line": 749, + "line": 791, "column": 30 }, "end": { - "line": 749, + "line": 791, "column": 34 }, "identifierName": "test" @@ -309805,15 +310077,15 @@ "arguments": [ { "type": "Identifier", - "start": 33266, - "end": 33271, + "start": 35656, + "end": 35661, "loc": { "start": { - "line": 749, + "line": 791, "column": 36 }, "end": { - "line": 749, + "line": 791, "column": 41 }, "identifierName": "scale" @@ -309825,59 +310097,59 @@ }, { "type": "SwitchCase", - "start": 33695, - "end": 34138, + "start": 36085, + "end": 36528, "loc": { "start": { - "line": 755, + "line": 797, "column": 12 }, "end": { - "line": 760, + "line": 802, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34094, - "end": 34116, + "start": 36484, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 34094, - "end": 34116, + "start": 36484, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34094, - "end": 34097, + "start": 36484, + "end": 36487, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 19 }, "identifierName": "_ms" @@ -309887,29 +310159,29 @@ }, "right": { "type": "BinaryExpression", - "start": 34100, - "end": 34116, + "start": 36490, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 22 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, "left": { "type": "NumericLiteral", - "start": 34100, - "end": 34109, + "start": 36490, + "end": 36499, "loc": { "start": { - "line": 759, + "line": 801, "column": 22 }, "end": { - "line": 759, + "line": 801, "column": 31 } }, @@ -309922,15 +310194,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34112, - "end": 34116, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 34 }, "end": { - "line": 759, + "line": 801, "column": 38 } }, @@ -309947,15 +310219,15 @@ { "type": "CommentLine", "value": " Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)", - "start": 33752, - "end": 33854, + "start": 36142, + "end": 36244, "loc": { "start": { - "line": 756, + "line": 798, "column": 16 }, "end": { - "line": 756, + "line": 798, "column": 118 } } @@ -309963,15 +310235,15 @@ { "type": "CommentLine", "value": " 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000", - "start": 33871, - "end": 33977, + "start": 36261, + "end": 36367, "loc": { "start": { - "line": 757, + "line": 799, "column": 16 }, "end": { - "line": 757, + "line": 799, "column": 122 } } @@ -309979,15 +310251,15 @@ { "type": "CommentLine", "value": " _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia", - "start": 33994, - "end": 34077, + "start": 36384, + "end": 36467, "loc": { "start": { - "line": 758, + "line": 800, "column": 16 }, "end": { - "line": 758, + "line": 800, "column": 99 } } @@ -309996,15 +310268,15 @@ }, { "type": "BreakStatement", - "start": 34133, - "end": 34138, + "start": 36523, + "end": 36528, "loc": { "start": { - "line": 760, + "line": 802, "column": 16 }, "end": { - "line": 760, + "line": 802, "column": 21 } }, @@ -310013,43 +310285,43 @@ ], "test": { "type": "CallExpression", - "start": 33700, - "end": 33734, + "start": 36090, + "end": 36124, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33700, - "end": 33725, + "start": 36090, + "end": 36115, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 33700, - "end": 33720, + "start": 36090, + "end": 36110, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 37 } }, @@ -310061,15 +310333,15 @@ }, "property": { "type": "Identifier", - "start": 33721, - "end": 33725, + "start": 36111, + "end": 36115, "loc": { "start": { - "line": 755, + "line": 797, "column": 38 }, "end": { - "line": 755, + "line": 797, "column": 42 }, "identifierName": "test" @@ -310081,15 +310353,15 @@ "arguments": [ { "type": "Identifier", - "start": 33727, - "end": 33732, + "start": 36117, + "end": 36122, "loc": { "start": { - "line": 755, + "line": 797, "column": 44 }, "end": { - "line": 755, + "line": 797, "column": 49 }, "identifierName": "scale" @@ -310101,59 +310373,59 @@ }, { "type": "SwitchCase", - "start": 34151, - "end": 34351, + "start": 36541, + "end": 36741, "loc": { "start": { - "line": 761, + "line": 803, "column": 12 }, "end": { - "line": 765, + "line": 807, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34306, - "end": 34329, + "start": 36696, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 34306, - "end": 34329, + "start": 36696, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34306, - "end": 34309, + "start": 36696, + "end": 36699, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 19 }, "identifierName": "_ms" @@ -310163,29 +310435,29 @@ }, "right": { "type": "BinaryExpression", - "start": 34312, - "end": 34329, + "start": 36702, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 22 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, "left": { "type": "NumericLiteral", - "start": 34312, - "end": 34322, + "start": 36702, + "end": 36712, "loc": { "start": { - "line": 764, + "line": 806, "column": 22 }, "end": { - "line": 764, + "line": 806, "column": 32 } }, @@ -310198,15 +310470,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34325, - "end": 34329, + "start": 36715, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 35 }, "end": { - "line": 764, + "line": 806, "column": 39 } }, @@ -310223,15 +310495,15 @@ { "type": "CommentLine", "value": " Century (:> 世紀(百年紀)", - "start": 34200, - "end": 34222, + "start": 36590, + "end": 36612, "loc": { "start": { - "line": 762, + "line": 804, "column": 16 }, "end": { - "line": 762, + "line": 804, "column": 38 } } @@ -310239,15 +310511,15 @@ { "type": "CommentLine", "value": " 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000", - "start": 34239, - "end": 34289, + "start": 36629, + "end": 36679, "loc": { "start": { - "line": 763, + "line": 805, "column": 16 }, "end": { - "line": 763, + "line": 805, "column": 66 } } @@ -310256,15 +310528,15 @@ }, { "type": "BreakStatement", - "start": 34346, - "end": 34351, + "start": 36736, + "end": 36741, "loc": { "start": { - "line": 765, + "line": 807, "column": 16 }, "end": { - "line": 765, + "line": 807, "column": 21 } }, @@ -310273,43 +310545,43 @@ ], "test": { "type": "CallExpression", - "start": 34156, - "end": 34182, + "start": 36546, + "end": 36572, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 34156, - "end": 34173, + "start": 36546, + "end": 36563, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 34156, - "end": 34168, + "start": 36546, + "end": 36558, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 29 } }, @@ -310321,15 +310593,15 @@ }, "property": { "type": "Identifier", - "start": 34169, - "end": 34173, + "start": 36559, + "end": 36563, "loc": { "start": { - "line": 761, + "line": 803, "column": 30 }, "end": { - "line": 761, + "line": 803, "column": 34 }, "identifierName": "test" @@ -310341,15 +310613,15 @@ "arguments": [ { "type": "Identifier", - "start": 34175, - "end": 34180, + "start": 36565, + "end": 36570, "loc": { "start": { - "line": 761, + "line": 803, "column": 36 }, "end": { - "line": 761, + "line": 803, "column": 41 }, "identifierName": "scale" @@ -310361,59 +310633,59 @@ }, { "type": "SwitchCase", - "start": 34364, - "end": 34612, + "start": 36754, + "end": 37002, "loc": { "start": { - "line": 766, + "line": 808, "column": 12 }, "end": { - "line": 771, + "line": 813, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34562, - "end": 34590, + "start": 36952, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 34562, - "end": 34590, + "start": 36952, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34562, - "end": 34565, + "start": 36952, + "end": 36955, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 19 }, "identifierName": "_ms" @@ -310423,43 +310695,43 @@ }, "right": { "type": "BinaryExpression", - "start": 34568, - "end": 34590, + "start": 36958, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, "left": { "type": "BinaryExpression", - "start": 34568, - "end": 34583, + "start": 36958, + "end": 36973, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 37 } }, "left": { "type": "NumericLiteral", - "start": 34568, - "end": 34578, + "start": 36958, + "end": 36968, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 32 } }, @@ -310472,15 +310744,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34581, - "end": 34583, + "start": 36971, + "end": 36973, "loc": { "start": { - "line": 770, + "line": 812, "column": 35 }, "end": { - "line": 770, + "line": 812, "column": 37 } }, @@ -310494,15 +310766,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 34586, - "end": 34590, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 40 }, "end": { - "line": 770, + "line": 812, "column": 44 } }, @@ -310519,15 +310791,15 @@ { "type": "CommentLine", "value": " Millennium (:> 千年紀", - "start": 34428, - "end": 34449, + "start": 36818, + "end": 36839, "loc": { "start": { - "line": 767, + "line": 809, "column": 16 }, "end": { - "line": 767, + "line": 809, "column": 37 } } @@ -310535,15 +310807,15 @@ { "type": "CommentLine", "value": " 100y = 365250", - "start": 34466, - "end": 34482, + "start": 36856, + "end": 36872, "loc": { "start": { - "line": 768, + "line": 810, "column": 16 }, "end": { - "line": 768, + "line": 810, "column": 32 } } @@ -310551,15 +310823,15 @@ { "type": "CommentLine", "value": "_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000", - "start": 34499, - "end": 34545, + "start": 36889, + "end": 36935, "loc": { "start": { - "line": 769, + "line": 811, "column": 16 }, "end": { - "line": 769, + "line": 811, "column": 62 } } @@ -310568,15 +310840,15 @@ }, { "type": "BreakStatement", - "start": 34607, - "end": 34612, + "start": 36997, + "end": 37002, "loc": { "start": { - "line": 771, + "line": 813, "column": 16 }, "end": { - "line": 771, + "line": 813, "column": 21 } }, @@ -310585,43 +310857,43 @@ ], "test": { "type": "CallExpression", - "start": 34369, - "end": 34410, + "start": 36759, + "end": 36800, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 34369, - "end": 34401, + "start": 36759, + "end": 36791, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 34369, - "end": 34396, + "start": 36759, + "end": 36786, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 44 } }, @@ -310633,15 +310905,15 @@ }, "property": { "type": "Identifier", - "start": 34397, - "end": 34401, + "start": 36787, + "end": 36791, "loc": { "start": { - "line": 766, + "line": 808, "column": 45 }, "end": { - "line": 766, + "line": 808, "column": 49 }, "identifierName": "test" @@ -310653,15 +310925,15 @@ "arguments": [ { "type": "Identifier", - "start": 34403, - "end": 34408, + "start": 36793, + "end": 36798, "loc": { "start": { - "line": 766, + "line": 808, "column": 51 }, "end": { - "line": 766, + "line": 808, "column": 56 }, "identifierName": "scale" @@ -310673,72 +310945,72 @@ }, { "type": "SwitchCase", - "start": 34625, - "end": 34720, + "start": 37015, + "end": 37110, "loc": { "start": { - "line": 772, + "line": 814, "column": 12 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34650, - "end": 34695, + "start": 37040, + "end": 37085, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 34650, - "end": 34695, + "start": 37040, + "end": 37085, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 34650, - "end": 34662, + "start": 37040, + "end": 37052, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 28 } }, "object": { "type": "Identifier", - "start": 34650, - "end": 34657, + "start": 37040, + "end": 37047, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 23 }, "identifierName": "console" @@ -310747,15 +311019,15 @@ }, "property": { "type": "Identifier", - "start": 34658, - "end": 34662, + "start": 37048, + "end": 37052, "loc": { "start": { - "line": 773, + "line": 815, "column": 24 }, "end": { - "line": 773, + "line": 815, "column": 28 }, "identifierName": "warn" @@ -310767,15 +311039,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 34664, - "end": 34693, + "start": 37054, + "end": 37083, "loc": { "start": { - "line": 773, + "line": 815, "column": 30 }, "end": { - "line": 773, + "line": 815, "column": 59 } }, @@ -310790,44 +311062,44 @@ }, { "type": "ExpressionStatement", - "start": 34712, - "end": 34720, + "start": 37102, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "expression": { "type": "AssignmentExpression", - "start": 34712, - "end": 34720, + "start": 37102, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, "operator": "=", "left": { "type": "Identifier", - "start": 34712, - "end": 34715, + "start": 37102, + "end": 37105, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 19 }, "identifierName": "_ms" @@ -310836,15 +311108,15 @@ }, "right": { "type": "UnaryExpression", - "start": 34718, - "end": 34720, + "start": 37108, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 22 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, @@ -310852,15 +311124,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 34719, - "end": 34720, + "start": 37109, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 23 }, "end": { - "line": 774, + "line": 816, "column": 24 } }, @@ -310883,57 +311155,57 @@ }, { "type": "ReturnStatement", - "start": 34739, - "end": 34767, + "start": 37129, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 8 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, "argument": { "type": "ConditionalExpression", - "start": 34746, - "end": 34767, + "start": 37136, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, "test": { "type": "BinaryExpression", - "start": 34746, - "end": 34753, + "start": 37136, + "end": 37143, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 22 } }, "left": { "type": "Identifier", - "start": 34746, - "end": 34749, + "start": 37136, + "end": 37139, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 18 }, "identifierName": "_ms" @@ -310943,15 +311215,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 34752, - "end": 34753, + "start": 37142, + "end": 37143, "loc": { "start": { - "line": 776, + "line": 818, "column": 21 }, "end": { - "line": 776, + "line": 818, "column": 22 } }, @@ -310964,15 +311236,15 @@ }, "consequent": { "type": "Identifier", - "start": 34756, - "end": 34759, + "start": 37146, + "end": 37149, "loc": { "start": { - "line": 776, + "line": 818, "column": 25 }, "end": { - "line": 776, + "line": 818, "column": 28 }, "identifierName": "_ms" @@ -310981,15 +311253,15 @@ }, "alternate": { "type": "BooleanLiteral", - "start": 34762, - "end": 34767, + "start": 37152, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 31 }, "end": { - "line": 776, + "line": 818, "column": 36 } }, @@ -311005,15 +311277,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -311023,15 +311295,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -311040,15 +311312,15 @@ }, { "type": "ClassMethod", - "start": 34934, - "end": 35191, + "start": 37324, + "end": 37581, "loc": { "start": { - "line": 784, + "line": 826, "column": 4 }, "end": { - "line": 787, + "line": 829, "column": 5 } }, @@ -311056,15 +311328,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 34934, - "end": 34959, + "start": 37324, + "end": 37349, "loc": { "start": { - "line": 784, + "line": 826, "column": 4 }, "end": { - "line": 784, + "line": 826, "column": 29 }, "identifierName": "_verifyMaxRenderableRange" @@ -311080,86 +311352,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 34962, - "end": 35191, + "start": 37352, + "end": 37581, "loc": { "start": { - "line": 784, + "line": 826, "column": 32 }, "end": { - "line": 787, + "line": 829, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 35086, - "end": 35185, + "start": 37476, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 8 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "argument": { "type": "BinaryExpression", - "start": 35093, - "end": 35185, + "start": 37483, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "left": { "type": "MemberExpression", - "start": 35093, - "end": 35118, + "start": 37483, + "end": 37508, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 35093, - "end": 35112, + "start": 37483, + "end": 37502, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 35093, - "end": 35097, + "start": 37483, + "end": 37487, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 19 } }, @@ -311167,15 +311439,15 @@ }, "property": { "type": "Identifier", - "start": 35098, - "end": 35112, + "start": 37488, + "end": 37502, "loc": { "start": { - "line": 786, + "line": 828, "column": 20 }, "end": { - "line": 786, + "line": 828, "column": 34 }, "identifierName": "_instanceProps" @@ -311187,15 +311459,15 @@ }, "property": { "type": "Identifier", - "start": 35113, - "end": 35118, + "start": 37503, + "end": 37508, "loc": { "start": { - "line": 786, + "line": 828, "column": 35 }, "end": { - "line": 786, + "line": 828, "column": 40 }, "identifierName": "grids" @@ -311208,29 +311480,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 35122, - "end": 35185, + "start": 37512, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 44 }, "end": { - "line": 786, + "line": 828, "column": 107 } }, "object": { "type": "Identifier", - "start": 35122, - "end": 35137, + "start": 37512, + "end": 37527, "loc": { "start": { - "line": 786, + "line": 828, "column": 44 }, "end": { - "line": 786, + "line": 828, "column": 59 }, "identifierName": "LimitScaleGrids" @@ -311239,58 +311511,58 @@ }, "property": { "type": "CallExpression", - "start": 35138, - "end": 35184, + "start": 37528, + "end": 37574, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 35138, - "end": 35162, + "start": 37528, + "end": 37552, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 35138, - "end": 35142, + "start": 37528, + "end": 37532, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 64 } } }, "property": { "type": "Identifier", - "start": 35143, - "end": 35162, + "start": 37533, + "end": 37552, "loc": { "start": { - "line": 786, + "line": 828, "column": 65 }, "end": { - "line": 786, + "line": 828, "column": 84 }, "identifierName": "_filterScaleKeyName" @@ -311302,58 +311574,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 35164, - "end": 35182, + "start": 37554, + "end": 37572, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 104 } }, "object": { "type": "MemberExpression", - "start": 35164, - "end": 35176, + "start": 37554, + "end": 37566, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 98 } }, "object": { "type": "ThisExpression", - "start": 35164, - "end": 35168, + "start": 37554, + "end": 37558, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 90 } } }, "property": { "type": "Identifier", - "start": 35169, - "end": 35176, + "start": 37559, + "end": 37566, "loc": { "start": { - "line": 786, + "line": 828, "column": 91 }, "end": { - "line": 786, + "line": 828, "column": 98 }, "identifierName": "_config" @@ -311364,15 +311636,15 @@ }, "property": { "type": "Identifier", - "start": 35177, - "end": 35182, + "start": 37567, + "end": 37572, "loc": { "start": { - "line": 786, + "line": 828, "column": 99 }, "end": { - "line": 786, + "line": 828, "column": 104 }, "identifierName": "scale" @@ -311391,15 +311663,15 @@ { "type": "CommentLine", "value": " console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )", - "start": 34964, - "end": 35077, + "start": 37354, + "end": 37467, "loc": { "start": { - "line": 785, + "line": 827, "column": 0 }, "end": { - "line": 785, + "line": 827, "column": 113 } } @@ -311414,15 +311686,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -311432,15 +311704,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -311449,15 +311721,15 @@ }, { "type": "ClassMethod", - "start": 35278, - "end": 37679, + "start": 37668, + "end": 40069, "loc": { "start": { - "line": 793, + "line": 835, "column": 4 }, "end": { - "line": 848, + "line": 890, "column": 5 } }, @@ -311465,15 +311737,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35278, - "end": 35289, + "start": 37668, + "end": 37679, "loc": { "start": { - "line": 793, + "line": 835, "column": 4 }, "end": { - "line": 793, + "line": 835, "column": 15 }, "identifierName": "_renderView" @@ -311489,87 +311761,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35292, - "end": 37679, + "start": 37682, + "end": 40069, "loc": { "start": { - "line": 793, + "line": 835, "column": 18 }, "end": { - "line": 848, + "line": 890, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35302, - "end": 35330, + "start": 37692, + "end": 37720, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 35302, - "end": 35330, + "start": 37692, + "end": 37720, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 35302, - "end": 35313, + "start": 37692, + "end": 37703, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35302, - "end": 35306, + "start": 37692, + "end": 37696, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35307, - "end": 35313, + "start": 37697, + "end": 37703, "loc": { "start": { - "line": 794, + "line": 836, "column": 13 }, "end": { - "line": 794, + "line": 836, "column": 19 }, "identifierName": "_debug" @@ -311581,15 +311853,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35315, - "end": 35328, + "start": 37705, + "end": 37718, "loc": { "start": { - "line": 794, + "line": 836, "column": 21 }, "end": { - "line": 794, + "line": 836, "column": 34 } }, @@ -311604,44 +311876,44 @@ }, { "type": "VariableDeclaration", - "start": 35348, - "end": 35720, + "start": 37738, + "end": 38110, "loc": { "start": { - "line": 796, + "line": 838, "column": 8 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 35352, - "end": 35382, + "start": 37742, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 12 }, "end": { - "line": 796, + "line": 838, "column": 42 } }, "id": { "type": "Identifier", - "start": 35352, - "end": 35357, + "start": 37742, + "end": 37747, "loc": { "start": { - "line": 796, + "line": 838, "column": 12 }, "end": { - "line": 796, + "line": 838, "column": 17 }, "identifierName": "_elem" @@ -311650,44 +311922,44 @@ }, "init": { "type": "MemberExpression", - "start": 35369, - "end": 35382, + "start": 37759, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 29 }, "end": { - "line": 796, + "line": 838, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 35369, - "end": 35373, + "start": 37759, + "end": 37763, "loc": { "start": { - "line": 796, + "line": 838, "column": 29 }, "end": { - "line": 796, + "line": 838, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35374, - "end": 35382, + "start": 37764, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 34 }, "end": { - "line": 796, + "line": 838, "column": 42 }, "identifierName": "_element" @@ -311699,29 +311971,29 @@ }, { "type": "VariableDeclarator", - "start": 35396, - "end": 35425, + "start": 37786, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 12 }, "end": { - "line": 797, + "line": 839, "column": 41 } }, "id": { "type": "Identifier", - "start": 35396, - "end": 35401, + "start": 37786, + "end": 37791, "loc": { "start": { - "line": 797, + "line": 839, "column": 12 }, "end": { - "line": 797, + "line": 839, "column": 17 }, "identifierName": "_opts" @@ -311730,44 +312002,44 @@ }, "init": { "type": "MemberExpression", - "start": 35413, - "end": 35425, + "start": 37803, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 29 }, "end": { - "line": 797, + "line": 839, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 35413, - "end": 35417, + "start": 37803, + "end": 37807, "loc": { "start": { - "line": 797, + "line": 839, "column": 29 }, "end": { - "line": 797, + "line": 839, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35418, - "end": 35425, + "start": 37808, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 34 }, "end": { - "line": 797, + "line": 839, "column": 41 }, "identifierName": "_config" @@ -311779,29 +312051,29 @@ }, { "type": "VariableDeclarator", - "start": 35439, - "end": 35475, + "start": 37829, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 12 }, "end": { - "line": 798, + "line": 840, "column": 48 } }, "id": { "type": "Identifier", - "start": 35439, - "end": 35445, + "start": 37829, + "end": 37835, "loc": { "start": { - "line": 798, + "line": 840, "column": 12 }, "end": { - "line": 798, + "line": 840, "column": 18 }, "identifierName": "_props" @@ -311810,44 +312082,44 @@ }, "init": { "type": "MemberExpression", - "start": 35456, - "end": 35475, + "start": 37846, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 29 }, "end": { - "line": 798, + "line": 840, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 35456, - "end": 35460, + "start": 37846, + "end": 37850, "loc": { "start": { - "line": 798, + "line": 840, "column": 29 }, "end": { - "line": 798, + "line": 840, "column": 33 } } }, "property": { "type": "Identifier", - "start": 35461, - "end": 35475, + "start": 37851, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 34 }, "end": { - "line": 798, + "line": 840, "column": 48 }, "identifierName": "_instanceProps" @@ -311859,29 +312131,29 @@ }, { "type": "VariableDeclarator", - "start": 35489, - "end": 35637, + "start": 37879, + "end": 38027, "loc": { "start": { - "line": 799, + "line": 841, "column": 12 }, "end": { - "line": 799, + "line": 841, "column": 160 } }, "id": { "type": "Identifier", - "start": 35489, - "end": 35502, + "start": 37879, + "end": 37892, "loc": { "start": { - "line": 799, + "line": 841, "column": 12 }, "end": { - "line": 799, + "line": 841, "column": 25 }, "identifierName": "_tl_container" @@ -311890,29 +312162,29 @@ }, "init": { "type": "CallExpression", - "start": 35506, - "end": 35637, + "start": 37896, + "end": 38027, "loc": { "start": { - "line": 799, + "line": 841, "column": 29 }, "end": { - "line": 799, + "line": 841, "column": 160 } }, "callee": { "type": "Identifier", - "start": 35506, - "end": 35507, + "start": 37896, + "end": 37897, "loc": { "start": { - "line": 799, + "line": 841, "column": 29 }, "end": { - "line": 799, + "line": 841, "column": 30 }, "identifierName": "$" @@ -311922,15 +312194,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35508, - "end": 35521, + "start": 37898, + "end": 37911, "loc": { "start": { - "line": 799, + "line": 841, "column": 31 }, "end": { - "line": 799, + "line": 841, "column": 44 } }, @@ -311942,30 +312214,30 @@ }, { "type": "ObjectExpression", - "start": 35523, - "end": 35636, + "start": 37913, + "end": 38026, "loc": { "start": { - "line": 799, + "line": 841, "column": 46 }, "end": { - "line": 799, + "line": 841, "column": 159 } }, "properties": [ { "type": "ObjectProperty", - "start": 35525, - "end": 35560, + "start": 37915, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 48 }, "end": { - "line": 799, + "line": 841, "column": 83 } }, @@ -311974,15 +312246,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35525, - "end": 35530, + "start": 37915, + "end": 37920, "loc": { "start": { - "line": 799, + "line": 841, "column": 48 }, "end": { - "line": 799, + "line": 841, "column": 53 }, "identifierName": "class" @@ -311991,29 +312263,29 @@ }, "value": { "type": "MemberExpression", - "start": 35532, - "end": 35560, + "start": 37922, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 55 }, "end": { - "line": 799, + "line": 841, "column": 83 } }, "object": { "type": "Identifier", - "start": 35532, - "end": 35541, + "start": 37922, + "end": 37931, "loc": { "start": { - "line": 799, + "line": 841, "column": 55 }, "end": { - "line": 799, + "line": 841, "column": 64 }, "identifierName": "ClassName" @@ -312022,15 +312294,15 @@ }, "property": { "type": "Identifier", - "start": 35542, - "end": 35560, + "start": 37932, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 65 }, "end": { - "line": 799, + "line": 841, "column": 83 }, "identifierName": "TIMELINE_CONTAINER" @@ -312042,15 +312314,15 @@ }, { "type": "ObjectProperty", - "start": 35562, - "end": 35634, + "start": 37952, + "end": 38024, "loc": { "start": { - "line": 799, + "line": 841, "column": 85 }, "end": { - "line": 799, + "line": 841, "column": 157 } }, @@ -312059,15 +312331,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35562, - "end": 35567, + "start": 37952, + "end": 37957, "loc": { "start": { - "line": 799, + "line": 841, "column": 85 }, "end": { - "line": 799, + "line": 841, "column": 90 }, "identifierName": "style" @@ -312076,44 +312348,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 35569, - "end": 35634, + "start": 37959, + "end": 38024, "loc": { "start": { - "line": 799, + "line": 841, "column": 92 }, "end": { - "line": 799, + "line": 841, "column": 157 } }, "expressions": [ { "type": "MemberExpression", - "start": 35579, - "end": 35598, + "start": 37969, + "end": 37988, "loc": { "start": { - "line": 799, + "line": 841, "column": 102 }, "end": { - "line": 799, + "line": 841, "column": 121 } }, "object": { "type": "Identifier", - "start": 35579, - "end": 35585, + "start": 37969, + "end": 37975, "loc": { "start": { - "line": 799, + "line": 841, "column": 102 }, "end": { - "line": 799, + "line": 841, "column": 108 }, "identifierName": "_props" @@ -312122,15 +312394,15 @@ }, "property": { "type": "Identifier", - "start": 35586, - "end": 35598, + "start": 37976, + "end": 37988, "loc": { "start": { - "line": 799, + "line": 841, "column": 109 }, "end": { - "line": 799, + "line": 841, "column": 121 }, "identifierName": "visibleWidth" @@ -312141,29 +312413,29 @@ }, { "type": "MemberExpression", - "start": 35611, - "end": 35631, + "start": 38001, + "end": 38021, "loc": { "start": { - "line": 799, + "line": 841, "column": 134 }, "end": { - "line": 799, + "line": 841, "column": 154 } }, "object": { "type": "Identifier", - "start": 35611, - "end": 35617, + "start": 38001, + "end": 38007, "loc": { "start": { - "line": 799, + "line": 841, "column": 134 }, "end": { - "line": 799, + "line": 841, "column": 140 }, "identifierName": "_props" @@ -312172,15 +312444,15 @@ }, "property": { "type": "Identifier", - "start": 35618, - "end": 35631, + "start": 38008, + "end": 38021, "loc": { "start": { - "line": 799, + "line": 841, "column": 141 }, "end": { - "line": 799, + "line": 841, "column": 154 }, "identifierName": "visibleHeight" @@ -312193,15 +312465,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 35570, - "end": 35577, + "start": 37960, + "end": 37967, "loc": { "start": { - "line": 799, + "line": 841, "column": 93 }, "end": { - "line": 799, + "line": 841, "column": 100 } }, @@ -312213,15 +312485,15 @@ }, { "type": "TemplateElement", - "start": 35599, - "end": 35609, + "start": 37989, + "end": 37999, "loc": { "start": { - "line": 799, + "line": 841, "column": 122 }, "end": { - "line": 799, + "line": 841, "column": 132 } }, @@ -312233,15 +312505,15 @@ }, { "type": "TemplateElement", - "start": 35632, - "end": 35633, + "start": 38022, + "end": 38023, "loc": { "start": { - "line": 799, + "line": 841, "column": 155 }, "end": { - "line": 799, + "line": 841, "column": 156 } }, @@ -312261,29 +312533,29 @@ }, { "type": "VariableDeclarator", - "start": 35651, - "end": 35720, + "start": 38041, + "end": 38110, "loc": { "start": { - "line": 800, + "line": 842, "column": 12 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "id": { "type": "Identifier", - "start": 35651, - "end": 35659, + "start": 38041, + "end": 38049, "loc": { "start": { - "line": 800, + "line": 842, "column": 12 }, "end": { - "line": 800, + "line": 842, "column": 20 }, "identifierName": "_tl_main" @@ -312292,29 +312564,29 @@ }, "init": { "type": "CallExpression", - "start": 35668, - "end": 35720, + "start": 38058, + "end": 38110, "loc": { "start": { - "line": 800, + "line": 842, "column": 29 }, "end": { - "line": 800, + "line": 842, "column": 81 } }, "callee": { "type": "Identifier", - "start": 35668, - "end": 35669, + "start": 38058, + "end": 38059, "loc": { "start": { - "line": 800, + "line": 842, "column": 29 }, "end": { - "line": 800, + "line": 842, "column": 30 }, "identifierName": "$" @@ -312324,15 +312596,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35670, - "end": 35683, + "start": 38060, + "end": 38073, "loc": { "start": { - "line": 800, + "line": 842, "column": 31 }, "end": { - "line": 800, + "line": 842, "column": 44 } }, @@ -312344,30 +312616,30 @@ }, { "type": "ObjectExpression", - "start": 35685, - "end": 35719, + "start": 38075, + "end": 38109, "loc": { "start": { - "line": 800, + "line": 842, "column": 46 }, "end": { - "line": 800, + "line": 842, "column": 80 } }, "properties": [ { "type": "ObjectProperty", - "start": 35687, - "end": 35717, + "start": 38077, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 48 }, "end": { - "line": 800, + "line": 842, "column": 78 } }, @@ -312376,15 +312648,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35687, - "end": 35692, + "start": 38077, + "end": 38082, "loc": { "start": { - "line": 800, + "line": 842, "column": 48 }, "end": { - "line": 800, + "line": 842, "column": 53 }, "identifierName": "class" @@ -312393,29 +312665,29 @@ }, "value": { "type": "MemberExpression", - "start": 35694, - "end": 35717, + "start": 38084, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 55 }, "end": { - "line": 800, + "line": 842, "column": 78 } }, "object": { "type": "Identifier", - "start": 35694, - "end": 35703, + "start": 38084, + "end": 38093, "loc": { "start": { - "line": 800, + "line": 842, "column": 55 }, "end": { - "line": 800, + "line": 842, "column": 64 }, "identifierName": "ClassName" @@ -312424,15 +312696,15 @@ }, "property": { "type": "Identifier", - "start": 35704, - "end": 35717, + "start": 38094, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 65 }, "end": { - "line": 800, + "line": 842, "column": 78 }, "identifierName": "TIMELINE_MAIN" @@ -312455,15 +312727,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -312472,71 +312744,71 @@ }, { "type": "IfStatement", - "start": 35776, - "end": 35911, + "start": 38166, + "end": 38301, "loc": { "start": { - "line": 803, + "line": 845, "column": 8 }, "end": { - "line": 805, + "line": 847, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 35781, - "end": 35801, + "start": 38171, + "end": 38191, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 35781, - "end": 35796, + "start": 38171, + "end": 38186, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 28 } }, "object": { "type": "CallExpression", - "start": 35781, - "end": 35789, + "start": 38171, + "end": 38179, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 21 } }, "callee": { "type": "Identifier", - "start": 35781, - "end": 35782, + "start": 38171, + "end": 38172, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 14 }, "identifierName": "$" @@ -312547,15 +312819,15 @@ "arguments": [ { "type": "Identifier", - "start": 35783, - "end": 35788, + "start": 38173, + "end": 38178, "loc": { "start": { - "line": 803, + "line": 845, "column": 15 }, "end": { - "line": 803, + "line": 845, "column": 20 }, "identifierName": "_elem" @@ -312567,15 +312839,15 @@ }, "property": { "type": "Identifier", - "start": 35790, - "end": 35796, + "start": 38180, + "end": 38186, "loc": { "start": { - "line": 803, + "line": 845, "column": 22 }, "end": { - "line": 803, + "line": 845, "column": 28 }, "identifierName": "length" @@ -312588,15 +312860,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 35800, - "end": 35801, + "start": 38190, + "end": 38191, "loc": { "start": { - "line": 803, + "line": 845, "column": 32 }, "end": { - "line": 803, + "line": 845, "column": 33 } }, @@ -312610,58 +312882,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 35804, - "end": 35911, + "start": 38194, + "end": 38301, "loc": { "start": { - "line": 803, + "line": 845, "column": 36 }, "end": { - "line": 805, + "line": 847, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 35818, - "end": 35901, + "start": 38208, + "end": 38291, "loc": { "start": { - "line": 804, + "line": 846, "column": 12 }, "end": { - "line": 804, + "line": 846, "column": 95 } }, "argument": { "type": "NewExpression", - "start": 35824, - "end": 35901, + "start": 38214, + "end": 38291, "loc": { "start": { - "line": 804, + "line": 846, "column": 18 }, "end": { - "line": 804, + "line": 846, "column": 95 } }, "callee": { "type": "Identifier", - "start": 35828, - "end": 35837, + "start": 38218, + "end": 38227, "loc": { "start": { - "line": 804, + "line": 846, "column": 22 }, "end": { - "line": 804, + "line": 846, "column": 31 }, "identifierName": "TypeError" @@ -312671,15 +312943,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 35839, - "end": 35899, + "start": 38229, + "end": 38289, "loc": { "start": { - "line": 804, + "line": 846, "column": 33 }, "end": { - "line": 804, + "line": 846, "column": 93 } }, @@ -312700,15 +312972,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -312717,43 +312989,43 @@ }, { "type": "IfStatement", - "start": 35929, - "end": 36151, + "start": 38319, + "end": 38541, "loc": { "start": { - "line": 807, + "line": 849, "column": 8 }, "end": { - "line": 809, + "line": 851, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 35934, - "end": 35945, + "start": 38324, + "end": 38335, "loc": { "start": { - "line": 807, + "line": 849, "column": 13 }, "end": { - "line": 807, + "line": 849, "column": 24 } }, "object": { "type": "Identifier", - "start": 35934, - "end": 35939, + "start": 38324, + "end": 38329, "loc": { "start": { - "line": 807, + "line": 849, "column": 13 }, "end": { - "line": 807, + "line": 849, "column": 18 }, "identifierName": "_opts" @@ -312762,15 +313034,15 @@ }, "property": { "type": "Identifier", - "start": 35940, - "end": 35945, + "start": 38330, + "end": 38335, "loc": { "start": { - "line": 807, + "line": 849, "column": 19 }, "end": { - "line": 807, + "line": 849, "column": 24 }, "identifierName": "debug" @@ -312781,72 +313053,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 35948, - "end": 36151, + "start": 38338, + "end": 38541, "loc": { "start": { - "line": 807, + "line": 849, "column": 27 }, "end": { - "line": 809, + "line": 851, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 35962, - "end": 36141, + "start": 38352, + "end": 38531, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 191 } }, "expression": { "type": "CallExpression", - "start": 35962, - "end": 36141, + "start": 38352, + "end": 38531, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 191 } }, "callee": { "type": "MemberExpression", - "start": 35962, - "end": 35974, + "start": 38352, + "end": 38364, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 24 } }, "object": { "type": "Identifier", - "start": 35962, - "end": 35969, + "start": 38352, + "end": 38359, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 19 }, "identifierName": "console" @@ -312855,15 +313127,15 @@ }, "property": { "type": "Identifier", - "start": 35970, - "end": 35974, + "start": 38360, + "end": 38364, "loc": { "start": { - "line": 808, + "line": 850, "column": 20 }, "end": { - "line": 808, + "line": 850, "column": 24 }, "identifierName": "info" @@ -312875,44 +313147,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 35976, - "end": 36022, + "start": 38366, + "end": 38412, "loc": { "start": { - "line": 808, + "line": 850, "column": 26 }, "end": { - "line": 808, + "line": 850, "column": 72 } }, "expressions": [ { "type": "MemberExpression", - "start": 36001, - "end": 36017, + "start": 38391, + "end": 38407, "loc": { "start": { - "line": 808, + "line": 850, "column": 51 }, "end": { - "line": 808, + "line": 850, "column": 67 } }, "object": { "type": "Identifier", - "start": 36001, - "end": 36007, + "start": 38391, + "end": 38397, "loc": { "start": { - "line": 808, + "line": 850, "column": 51 }, "end": { - "line": 808, + "line": 850, "column": 57 }, "identifierName": "_props" @@ -312921,15 +313193,15 @@ }, "property": { "type": "Identifier", - "start": 36008, - "end": 36017, + "start": 38398, + "end": 38407, "loc": { "start": { - "line": 808, + "line": 850, "column": 58 }, "end": { - "line": 808, + "line": 850, "column": 67 }, "identifierName": "fullwidth" @@ -312942,15 +313214,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 35977, - "end": 35999, + "start": 38367, + "end": 38389, "loc": { "start": { - "line": 808, + "line": 850, "column": 27 }, "end": { - "line": 808, + "line": 850, "column": 49 } }, @@ -312962,15 +313234,15 @@ }, { "type": "TemplateElement", - "start": 36018, - "end": 36021, + "start": 38408, + "end": 38411, "loc": { "start": { - "line": 808, + "line": 850, "column": 68 }, "end": { - "line": 808, + "line": 850, "column": 71 } }, @@ -312984,44 +313256,44 @@ }, { "type": "TemplateLiteral", - "start": 36024, - "end": 36061, + "start": 38414, + "end": 38451, "loc": { "start": { - "line": 808, + "line": 850, "column": 74 }, "end": { - "line": 808, + "line": 850, "column": 111 } }, "expressions": [ { "type": "MemberExpression", - "start": 36039, - "end": 36056, + "start": 38429, + "end": 38446, "loc": { "start": { - "line": 808, + "line": 850, "column": 89 }, "end": { - "line": 808, + "line": 850, "column": 106 } }, "object": { "type": "Identifier", - "start": 36039, - "end": 36045, + "start": 38429, + "end": 38435, "loc": { "start": { - "line": 808, + "line": 850, "column": 89 }, "end": { - "line": 808, + "line": 850, "column": 95 }, "identifierName": "_props" @@ -313030,15 +313302,15 @@ }, "property": { "type": "Identifier", - "start": 36046, - "end": 36056, + "start": 38436, + "end": 38446, "loc": { "start": { - "line": 808, + "line": 850, "column": 96 }, "end": { - "line": 808, + "line": 850, "column": 106 }, "identifierName": "fullheight" @@ -313051,15 +313323,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36025, - "end": 36037, + "start": 38415, + "end": 38427, "loc": { "start": { - "line": 808, + "line": 850, "column": 75 }, "end": { - "line": 808, + "line": 850, "column": 87 } }, @@ -313071,15 +313343,15 @@ }, { "type": "TemplateElement", - "start": 36057, - "end": 36060, + "start": 38447, + "end": 38450, "loc": { "start": { - "line": 808, + "line": 850, "column": 107 }, "end": { - "line": 808, + "line": 850, "column": 110 } }, @@ -313093,44 +313365,44 @@ }, { "type": "TemplateLiteral", - "start": 36063, - "end": 36098, + "start": 38453, + "end": 38488, "loc": { "start": { - "line": 808, + "line": 850, "column": 113 }, "end": { - "line": 808, + "line": 850, "column": 148 } }, "expressions": [ { "type": "MemberExpression", - "start": 36077, - "end": 36096, + "start": 38467, + "end": 38486, "loc": { "start": { - "line": 808, + "line": 850, "column": 127 }, "end": { - "line": 808, + "line": 850, "column": 146 } }, "object": { "type": "Identifier", - "start": 36077, - "end": 36083, + "start": 38467, + "end": 38473, "loc": { "start": { - "line": 808, + "line": 850, "column": 127 }, "end": { - "line": 808, + "line": 850, "column": 133 }, "identifierName": "_props" @@ -313139,15 +313411,15 @@ }, "property": { "type": "Identifier", - "start": 36084, - "end": 36096, + "start": 38474, + "end": 38486, "loc": { "start": { - "line": 808, + "line": 850, "column": 134 }, "end": { - "line": 808, + "line": 850, "column": 146 }, "identifierName": "visibleWidth" @@ -313160,15 +313432,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36064, - "end": 36075, + "start": 38454, + "end": 38465, "loc": { "start": { - "line": 808, + "line": 850, "column": 114 }, "end": { - "line": 808, + "line": 850, "column": 125 } }, @@ -313180,15 +313452,15 @@ }, { "type": "TemplateElement", - "start": 36097, - "end": 36097, + "start": 38487, + "end": 38487, "loc": { "start": { - "line": 808, + "line": 850, "column": 147 }, "end": { - "line": 808, + "line": 850, "column": 147 } }, @@ -313202,44 +313474,44 @@ }, { "type": "TemplateLiteral", - "start": 36100, - "end": 36139, + "start": 38490, + "end": 38529, "loc": { "start": { - "line": 808, + "line": 850, "column": 150 }, "end": { - "line": 808, + "line": 850, "column": 189 } }, "expressions": [ { "type": "MemberExpression", - "start": 36115, - "end": 36135, + "start": 38505, + "end": 38525, "loc": { "start": { - "line": 808, + "line": 850, "column": 165 }, "end": { - "line": 808, + "line": 850, "column": 185 } }, "object": { "type": "Identifier", - "start": 36115, - "end": 36121, + "start": 38505, + "end": 38511, "loc": { "start": { - "line": 808, + "line": 850, "column": 165 }, "end": { - "line": 808, + "line": 850, "column": 171 }, "identifierName": "_props" @@ -313248,15 +313520,15 @@ }, "property": { "type": "Identifier", - "start": 36122, - "end": 36135, + "start": 38512, + "end": 38525, "loc": { "start": { - "line": 808, + "line": 850, "column": 172 }, "end": { - "line": 808, + "line": 850, "column": 185 }, "identifierName": "visibleHeight" @@ -313269,15 +313541,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 36101, - "end": 36113, + "start": 38491, + "end": 38503, "loc": { "start": { - "line": 808, + "line": 850, "column": 151 }, "end": { - "line": 808, + "line": 850, "column": 163 } }, @@ -313289,15 +313561,15 @@ }, { "type": "TemplateElement", - "start": 36136, - "end": 36138, + "start": 38526, + "end": 38528, "loc": { "start": { - "line": 808, + "line": 850, "column": 186 }, "end": { - "line": 808, + "line": 850, "column": 188 } }, @@ -313319,71 +313591,71 @@ }, { "type": "ExpressionStatement", - "start": 36169, - "end": 36207, + "start": 38559, + "end": 38597, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 36169, - "end": 36207, + "start": 38559, + "end": 38597, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 36169, - "end": 36181, + "start": 38559, + "end": 38571, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 20 } }, "object": { "type": "CallExpression", - "start": 36169, - "end": 36177, + "start": 38559, + "end": 38567, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 16 } }, "callee": { "type": "Identifier", - "start": 36169, - "end": 36170, + "start": 38559, + "end": 38560, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 9 }, "identifierName": "$" @@ -313393,15 +313665,15 @@ "arguments": [ { "type": "Identifier", - "start": 36171, - "end": 36176, + "start": 38561, + "end": 38566, "loc": { "start": { - "line": 811, + "line": 853, "column": 10 }, "end": { - "line": 811, + "line": 853, "column": 15 }, "identifierName": "_elem" @@ -313412,15 +313684,15 @@ }, "property": { "type": "Identifier", - "start": 36178, - "end": 36181, + "start": 38568, + "end": 38571, "loc": { "start": { - "line": 811, + "line": 853, "column": 17 }, "end": { - "line": 811, + "line": 853, "column": 20 }, "identifierName": "css" @@ -313432,15 +313704,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36183, - "end": 36193, + "start": 38573, + "end": 38583, "loc": { "start": { - "line": 811, + "line": 853, "column": 22 }, "end": { - "line": 811, + "line": 853, "column": 32 } }, @@ -313452,15 +313724,15 @@ }, { "type": "StringLiteral", - "start": 36195, - "end": 36205, + "start": 38585, + "end": 38595, "loc": { "start": { - "line": 811, + "line": 853, "column": 34 }, "end": { - "line": 811, + "line": 853, "column": 44 } }, @@ -313477,15 +313749,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -313494,43 +313766,43 @@ }, { "type": "IfStatement", - "start": 36244, - "end": 36345, + "start": 38634, + "end": 38735, "loc": { "start": { - "line": 812, + "line": 854, "column": 8 }, "end": { - "line": 814, + "line": 856, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 36249, - "end": 36268, + "start": 38639, + "end": 38658, "loc": { "start": { - "line": 812, + "line": 854, "column": 13 }, "end": { - "line": 812, + "line": 854, "column": 32 } }, "object": { "type": "Identifier", - "start": 36249, - "end": 36254, + "start": 38639, + "end": 38644, "loc": { "start": { - "line": 812, + "line": 854, "column": 13 }, "end": { - "line": 812, + "line": 854, "column": 18 }, "identifierName": "_opts" @@ -313540,15 +313812,15 @@ }, "property": { "type": "Identifier", - "start": 36255, - "end": 36268, + "start": 38645, + "end": 38658, "loc": { "start": { - "line": 812, + "line": 854, "column": 19 }, "end": { - "line": 812, + "line": 854, "column": 32 }, "identifierName": "hideScrollbar" @@ -313560,72 +313832,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36271, - "end": 36345, + "start": 38661, + "end": 38735, "loc": { "start": { - "line": 812, + "line": 854, "column": 35 }, "end": { - "line": 814, + "line": 856, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36285, - "end": 36335, + "start": 38675, + "end": 38725, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 36285, - "end": 36335, + "start": 38675, + "end": 38725, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 36285, - "end": 36307, + "start": 38675, + "end": 38697, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 34 } }, "object": { "type": "Identifier", - "start": 36285, - "end": 36298, + "start": 38675, + "end": 38688, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 25 }, "identifierName": "_tl_container" @@ -313634,15 +313906,15 @@ }, "property": { "type": "Identifier", - "start": 36299, - "end": 36307, + "start": 38689, + "end": 38697, "loc": { "start": { - "line": 813, + "line": 855, "column": 26 }, "end": { - "line": 813, + "line": 855, "column": 34 }, "identifierName": "addClass" @@ -313654,29 +313926,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36309, - "end": 36333, + "start": 38699, + "end": 38723, "loc": { "start": { - "line": 813, + "line": 855, "column": 36 }, "end": { - "line": 813, + "line": 855, "column": 60 } }, "object": { "type": "Identifier", - "start": 36309, - "end": 36318, + "start": 38699, + "end": 38708, "loc": { "start": { - "line": 813, + "line": 855, "column": 36 }, "end": { - "line": 813, + "line": 855, "column": 45 }, "identifierName": "ClassName" @@ -313685,15 +313957,15 @@ }, "property": { "type": "Identifier", - "start": 36319, - "end": 36333, + "start": 38709, + "end": 38723, "loc": { "start": { - "line": 813, + "line": 855, "column": 46 }, "end": { - "line": 813, + "line": 855, "column": 60 }, "identifierName": "HIDE_SCROLLBAR" @@ -313714,15 +313986,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -313732,15 +314004,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -313749,71 +314021,71 @@ }, { "type": "ExpressionStatement", - "start": 36421, - "end": 36463, + "start": 38811, + "end": 38853, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 36421, - "end": 36463, + "start": 38811, + "end": 38853, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 36421, - "end": 36437, + "start": 38811, + "end": 38827, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 24 } }, "object": { "type": "CallExpression", - "start": 36421, - "end": 36429, + "start": 38811, + "end": 38819, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 16 } }, "callee": { "type": "Identifier", - "start": 36421, - "end": 36422, + "start": 38811, + "end": 38812, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 9 }, "identifierName": "$" @@ -313824,15 +314096,15 @@ "arguments": [ { "type": "Identifier", - "start": 36423, - "end": 36428, + "start": 38813, + "end": 38818, "loc": { "start": { - "line": 817, + "line": 859, "column": 10 }, "end": { - "line": 817, + "line": 859, "column": 15 }, "identifierName": "_elem" @@ -313844,15 +314116,15 @@ }, "property": { "type": "Identifier", - "start": 36430, - "end": 36437, + "start": 38820, + "end": 38827, "loc": { "start": { - "line": 817, + "line": 859, "column": 17 }, "end": { - "line": 817, + "line": 859, "column": 24 }, "identifierName": "prepend" @@ -313865,58 +314137,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36439, - "end": 36461, + "start": 38829, + "end": 38851, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 36439, - "end": 36459, + "start": 38829, + "end": 38849, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 36439, - "end": 36443, + "start": 38829, + "end": 38833, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 30 } } }, "property": { "type": "Identifier", - "start": 36444, - "end": 36459, + "start": 38834, + "end": 38849, "loc": { "start": { - "line": 817, + "line": 859, "column": 31 }, "end": { - "line": 817, + "line": 859, "column": 46 }, "identifierName": "_createHeadline" @@ -313935,15 +314207,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -313953,15 +314225,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -313970,57 +314242,57 @@ }, { "type": "ExpressionStatement", - "start": 36551, - "end": 36598, + "start": 38941, + "end": 38988, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36551, - "end": 36598, + "start": 38941, + "end": 38988, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 36551, - "end": 36566, + "start": 38941, + "end": 38956, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 23 } }, "object": { "type": "Identifier", - "start": 36551, - "end": 36559, + "start": 38941, + "end": 38949, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 16 }, "identifierName": "_tl_main" @@ -314030,15 +314302,15 @@ }, "property": { "type": "Identifier", - "start": 36560, - "end": 36566, + "start": 38950, + "end": 38956, "loc": { "start": { - "line": 820, + "line": 862, "column": 17 }, "end": { - "line": 820, + "line": 862, "column": 23 }, "identifierName": "append" @@ -314051,58 +314323,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36568, - "end": 36596, + "start": 38958, + "end": 38986, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 36568, - "end": 36594, + "start": 38958, + "end": 38984, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 36568, - "end": 36572, + "start": 38958, + "end": 38962, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 29 } } }, "property": { "type": "Identifier", - "start": 36573, - "end": 36594, + "start": 38963, + "end": 38984, "loc": { "start": { - "line": 820, + "line": 862, "column": 30 }, "end": { - "line": 820, + "line": 862, "column": 51 }, "identifierName": "_createEventContainer" @@ -314121,15 +314393,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -314139,15 +314411,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -314156,29 +314428,29 @@ }, { "type": "IfStatement", - "start": 36670, - "end": 36782, + "start": 39060, + "end": 39172, "loc": { "start": { - "line": 823, + "line": 865, "column": 8 }, "end": { - "line": 825, + "line": 867, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36675, - "end": 36709, + "start": 39065, + "end": 39099, "loc": { "start": { - "line": 823, + "line": 865, "column": 13 }, "end": { - "line": 823, + "line": 865, "column": 47 } }, @@ -314186,43 +314458,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36677, - "end": 36709, + "start": 39067, + "end": 39099, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36677, - "end": 36690, + "start": 39067, + "end": 39080, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36677, - "end": 36681, + "start": 39067, + "end": 39071, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 19 } }, @@ -314230,15 +314502,15 @@ }, "property": { "type": "Identifier", - "start": 36682, - "end": 36690, + "start": 39072, + "end": 39080, "loc": { "start": { - "line": 823, + "line": 865, "column": 20 }, "end": { - "line": 823, + "line": 865, "column": 28 }, "identifierName": "is_empty" @@ -314251,43 +314523,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 36692, - "end": 36707, + "start": 39082, + "end": 39097, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 36692, - "end": 36703, + "start": 39082, + "end": 39093, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 41 } }, "object": { "type": "Identifier", - "start": 36692, - "end": 36697, + "start": 39082, + "end": 39087, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 35 }, "identifierName": "_opts" @@ -314296,15 +314568,15 @@ }, "property": { "type": "Identifier", - "start": 36698, - "end": 36703, + "start": 39088, + "end": 39093, "loc": { "start": { - "line": 823, + "line": 865, "column": 36 }, "end": { - "line": 823, + "line": 865, "column": 41 }, "identifierName": "ruler" @@ -314315,15 +314587,15 @@ }, "property": { "type": "Identifier", - "start": 36704, - "end": 36707, + "start": 39094, + "end": 39097, "loc": { "start": { - "line": 823, + "line": 865, "column": 42 }, "end": { - "line": 823, + "line": 865, "column": 45 }, "identifierName": "top" @@ -314342,72 +314614,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36712, - "end": 36782, + "start": 39102, + "end": 39172, "loc": { "start": { - "line": 823, + "line": 865, "column": 50 }, "end": { - "line": 825, + "line": 867, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36726, - "end": 36772, + "start": 39116, + "end": 39162, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36726, - "end": 36772, + "start": 39116, + "end": 39162, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36726, - "end": 36742, + "start": 39116, + "end": 39132, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 28 } }, "object": { "type": "Identifier", - "start": 36726, - "end": 36734, + "start": 39116, + "end": 39124, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 20 }, "identifierName": "_tl_main" @@ -314416,15 +314688,15 @@ }, "property": { "type": "Identifier", - "start": 36735, - "end": 36742, + "start": 39125, + "end": 39132, "loc": { "start": { - "line": 824, + "line": 866, "column": 21 }, "end": { - "line": 824, + "line": 866, "column": 28 }, "identifierName": "prepend" @@ -314436,58 +314708,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36744, - "end": 36770, + "start": 39134, + "end": 39160, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 36744, - "end": 36761, + "start": 39134, + "end": 39151, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 36744, - "end": 36748, + "start": 39134, + "end": 39138, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 34 } } }, "property": { "type": "Identifier", - "start": 36749, - "end": 36761, + "start": 39139, + "end": 39151, "loc": { "start": { - "line": 824, + "line": 866, "column": 35 }, "end": { - "line": 824, + "line": 866, "column": 47 }, "identifierName": "_createRuler" @@ -314499,15 +314771,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36763, - "end": 36768, + "start": 39153, + "end": 39158, "loc": { "start": { - "line": 824, + "line": 866, "column": 49 }, "end": { - "line": 824, + "line": 866, "column": 54 } }, @@ -314530,15 +314802,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -314547,29 +314819,29 @@ }, { "type": "IfStatement", - "start": 36791, - "end": 36908, + "start": 39181, + "end": 39298, "loc": { "start": { - "line": 826, + "line": 868, "column": 8 }, "end": { - "line": 828, + "line": 870, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36796, - "end": 36833, + "start": 39186, + "end": 39223, "loc": { "start": { - "line": 826, + "line": 868, "column": 13 }, "end": { - "line": 826, + "line": 868, "column": 50 } }, @@ -314577,58 +314849,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36798, - "end": 36833, + "start": 39188, + "end": 39223, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 36798, - "end": 36811, + "start": 39188, + "end": 39201, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36798, - "end": 36802, + "start": 39188, + "end": 39192, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 19 } } }, "property": { "type": "Identifier", - "start": 36803, - "end": 36811, + "start": 39193, + "end": 39201, "loc": { "start": { - "line": 826, + "line": 868, "column": 20 }, "end": { - "line": 826, + "line": 868, "column": 28 }, "identifierName": "is_empty" @@ -314640,43 +314912,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 36813, - "end": 36831, + "start": 39203, + "end": 39221, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 36813, - "end": 36824, + "start": 39203, + "end": 39214, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 41 } }, "object": { "type": "Identifier", - "start": 36813, - "end": 36818, + "start": 39203, + "end": 39208, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 35 }, "identifierName": "_opts" @@ -314685,15 +314957,15 @@ }, "property": { "type": "Identifier", - "start": 36819, - "end": 36824, + "start": 39209, + "end": 39214, "loc": { "start": { - "line": 826, + "line": 868, "column": 36 }, "end": { - "line": 826, + "line": 868, "column": 41 }, "identifierName": "ruler" @@ -314704,15 +314976,15 @@ }, "property": { "type": "Identifier", - "start": 36825, - "end": 36831, + "start": 39215, + "end": 39221, "loc": { "start": { - "line": 826, + "line": 868, "column": 42 }, "end": { - "line": 826, + "line": 868, "column": 48 }, "identifierName": "bottom" @@ -314729,72 +315001,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 36836, - "end": 36908, + "start": 39226, + "end": 39298, "loc": { "start": { - "line": 826, + "line": 868, "column": 53 }, "end": { - "line": 828, + "line": 870, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36850, - "end": 36898, + "start": 39240, + "end": 39288, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 36850, - "end": 36898, + "start": 39240, + "end": 39288, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 36850, - "end": 36865, + "start": 39240, + "end": 39255, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 27 } }, "object": { "type": "Identifier", - "start": 36850, - "end": 36858, + "start": 39240, + "end": 39248, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 20 }, "identifierName": "_tl_main" @@ -314803,15 +315075,15 @@ }, "property": { "type": "Identifier", - "start": 36859, - "end": 36865, + "start": 39249, + "end": 39255, "loc": { "start": { - "line": 827, + "line": 869, "column": 21 }, "end": { - "line": 827, + "line": 869, "column": 27 }, "identifierName": "append" @@ -314823,58 +315095,58 @@ "arguments": [ { "type": "CallExpression", - "start": 36867, - "end": 36896, + "start": 39257, + "end": 39286, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 36867, - "end": 36884, + "start": 39257, + "end": 39274, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 36867, - "end": 36871, + "start": 39257, + "end": 39261, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 33 } } }, "property": { "type": "Identifier", - "start": 36872, - "end": 36884, + "start": 39262, + "end": 39274, "loc": { "start": { - "line": 827, + "line": 869, "column": 34 }, "end": { - "line": 827, + "line": 869, "column": 46 }, "identifierName": "_createRuler" @@ -314886,15 +315158,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 36886, - "end": 36894, + "start": 39276, + "end": 39284, "loc": { "start": { - "line": 827, + "line": 869, "column": 48 }, "end": { - "line": 827, + "line": 869, "column": 56 } }, @@ -314918,15 +315190,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -314935,44 +315207,44 @@ }, { "type": "VariableDeclaration", - "start": 36992, - "end": 37204, + "start": 39382, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 8 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 36996, - "end": 37204, + "start": 39386, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 12 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "id": { "type": "Identifier", - "start": 36996, - "end": 37002, + "start": 39386, + "end": 39392, "loc": { "start": { - "line": 831, + "line": 873, "column": 12 }, "end": { - "line": 831, + "line": 873, "column": 18 }, "identifierName": "margin" @@ -314982,30 +315254,30 @@ }, "init": { "type": "ObjectExpression", - "start": 37005, - "end": 37204, + "start": 39395, + "end": 39594, "loc": { "start": { - "line": 831, + "line": 873, "column": 21 }, "end": { - "line": 834, + "line": 876, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 37023, - "end": 37096, + "start": 39413, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 16 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, @@ -315014,15 +315286,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37023, - "end": 37026, + "start": 39413, + "end": 39416, "loc": { "start": { - "line": 832, + "line": 874, "column": 16 }, "end": { - "line": 832, + "line": 874, "column": 19 }, "identifierName": "top" @@ -315031,43 +315303,43 @@ }, "value": { "type": "BinaryExpression", - "start": 37032, - "end": 37096, + "start": 39422, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, "left": { "type": "CallExpression", - "start": 37032, - "end": 37092, + "start": 39422, + "end": 39482, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 85 } }, "callee": { "type": "Identifier", - "start": 37032, - "end": 37040, + "start": 39422, + "end": 39430, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 33 }, "identifierName": "parseInt" @@ -315077,71 +315349,71 @@ "arguments": [ { "type": "CallExpression", - "start": 37042, - "end": 37086, + "start": 39432, + "end": 39476, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 37042, - "end": 37084, + "start": 39432, + "end": 39474, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 77 } }, "object": { "type": "CallExpression", - "start": 37042, - "end": 37077, + "start": 39432, + "end": 39467, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 37042, - "end": 37055, + "start": 39432, + "end": 39445, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 48 } }, "object": { "type": "Identifier", - "start": 37042, - "end": 37050, + "start": 39432, + "end": 39440, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 43 }, "identifierName": "_tl_main" @@ -315150,15 +315422,15 @@ }, "property": { "type": "Identifier", - "start": 37051, - "end": 37055, + "start": 39441, + "end": 39445, "loc": { "start": { - "line": 832, + "line": 874, "column": 44 }, "end": { - "line": 832, + "line": 874, "column": 48 }, "identifierName": "find" @@ -315170,29 +315442,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37057, - "end": 37075, + "start": 39447, + "end": 39465, "loc": { "start": { - "line": 832, + "line": 874, "column": 50 }, "end": { - "line": 832, + "line": 874, "column": 68 } }, "object": { "type": "Identifier", - "start": 37057, - "end": 37065, + "start": 39447, + "end": 39455, "loc": { "start": { - "line": 832, + "line": 874, "column": 50 }, "end": { - "line": 832, + "line": 874, "column": 58 }, "identifierName": "Selector" @@ -315201,15 +315473,15 @@ }, "property": { "type": "Identifier", - "start": 37066, - "end": 37075, + "start": 39456, + "end": 39465, "loc": { "start": { - "line": 832, + "line": 874, "column": 59 }, "end": { - "line": 832, + "line": 874, "column": 68 }, "identifierName": "RULER_TOP" @@ -315222,15 +315494,15 @@ }, "property": { "type": "Identifier", - "start": 37078, - "end": 37084, + "start": 39468, + "end": 39474, "loc": { "start": { - "line": 832, + "line": 874, "column": 71 }, "end": { - "line": 832, + "line": 874, "column": 77 }, "identifierName": "height" @@ -315243,15 +315515,15 @@ }, { "type": "NumericLiteral", - "start": 37088, - "end": 37090, + "start": 39478, + "end": 39480, "loc": { "start": { - "line": 832, + "line": 874, "column": 81 }, "end": { - "line": 832, + "line": 874, "column": 83 } }, @@ -315266,15 +315538,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 37095, - "end": 37096, + "start": 39485, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 88 }, "end": { - "line": 832, + "line": 874, "column": 89 } }, @@ -315288,15 +315560,15 @@ }, { "type": "ObjectProperty", - "start": 37114, - "end": 37190, + "start": 39504, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 16 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, @@ -315305,15 +315577,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37114, - "end": 37120, + "start": 39504, + "end": 39510, "loc": { "start": { - "line": 833, + "line": 875, "column": 16 }, "end": { - "line": 833, + "line": 875, "column": 22 }, "identifierName": "bottom" @@ -315322,43 +315594,43 @@ }, "value": { "type": "BinaryExpression", - "start": 37123, - "end": 37190, + "start": 39513, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, "left": { "type": "CallExpression", - "start": 37123, - "end": 37186, + "start": 39513, + "end": 39576, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 88 } }, "callee": { "type": "Identifier", - "start": 37123, - "end": 37131, + "start": 39513, + "end": 39521, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 33 }, "identifierName": "parseInt" @@ -315368,71 +315640,71 @@ "arguments": [ { "type": "CallExpression", - "start": 37133, - "end": 37180, + "start": 39523, + "end": 39570, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 37133, - "end": 37178, + "start": 39523, + "end": 39568, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 80 } }, "object": { "type": "CallExpression", - "start": 37133, - "end": 37171, + "start": 39523, + "end": 39561, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 37133, - "end": 37146, + "start": 39523, + "end": 39536, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 48 } }, "object": { "type": "Identifier", - "start": 37133, - "end": 37141, + "start": 39523, + "end": 39531, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 43 }, "identifierName": "_tl_main" @@ -315441,15 +315713,15 @@ }, "property": { "type": "Identifier", - "start": 37142, - "end": 37146, + "start": 39532, + "end": 39536, "loc": { "start": { - "line": 833, + "line": 875, "column": 44 }, "end": { - "line": 833, + "line": 875, "column": 48 }, "identifierName": "find" @@ -315461,29 +315733,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37148, - "end": 37169, + "start": 39538, + "end": 39559, "loc": { "start": { - "line": 833, + "line": 875, "column": 50 }, "end": { - "line": 833, + "line": 875, "column": 71 } }, "object": { "type": "Identifier", - "start": 37148, - "end": 37156, + "start": 39538, + "end": 39546, "loc": { "start": { - "line": 833, + "line": 875, "column": 50 }, "end": { - "line": 833, + "line": 875, "column": 58 }, "identifierName": "Selector" @@ -315492,15 +315764,15 @@ }, "property": { "type": "Identifier", - "start": 37157, - "end": 37169, + "start": 39547, + "end": 39559, "loc": { "start": { - "line": 833, + "line": 875, "column": 59 }, "end": { - "line": 833, + "line": 875, "column": 71 }, "identifierName": "RULER_BOTTOM" @@ -315513,15 +315785,15 @@ }, "property": { "type": "Identifier", - "start": 37172, - "end": 37178, + "start": 39562, + "end": 39568, "loc": { "start": { - "line": 833, + "line": 875, "column": 74 }, "end": { - "line": 833, + "line": 875, "column": 80 }, "identifierName": "height" @@ -315534,15 +315806,15 @@ }, { "type": "NumericLiteral", - "start": 37182, - "end": 37184, + "start": 39572, + "end": 39574, "loc": { "start": { - "line": 833, + "line": 875, "column": 84 }, "end": { - "line": 833, + "line": 875, "column": 86 } }, @@ -315557,15 +315829,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 37189, - "end": 37190, + "start": 39579, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 91 }, "end": { - "line": 833, + "line": 875, "column": 92 } }, @@ -315587,15 +315859,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -315604,85 +315876,85 @@ }, { "type": "IfStatement", - "start": 37222, - "end": 37339, + "start": 39612, + "end": 39729, "loc": { "start": { - "line": 836, + "line": 878, "column": 8 }, "end": { - "line": 838, + "line": 880, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 37227, - "end": 37256, + "start": 39617, + "end": 39646, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 37227, - "end": 37252, + "start": 39617, + "end": 39642, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 37227, - "end": 37245, + "start": 39617, + "end": 39635, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 37227, - "end": 37240, + "start": 39617, + "end": 39630, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 26 } }, "object": { "type": "Identifier", - "start": 37227, - "end": 37232, + "start": 39617, + "end": 39622, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 18 }, "identifierName": "_opts" @@ -315691,15 +315963,15 @@ }, "property": { "type": "Identifier", - "start": 37233, - "end": 37240, + "start": 39623, + "end": 39630, "loc": { "start": { - "line": 836, + "line": 878, "column": 19 }, "end": { - "line": 836, + "line": 878, "column": 26 }, "identifierName": "sidebar" @@ -315710,15 +315982,15 @@ }, "property": { "type": "Identifier", - "start": 37241, - "end": 37245, + "start": 39631, + "end": 39635, "loc": { "start": { - "line": 836, + "line": 878, "column": 27 }, "end": { - "line": 836, + "line": 878, "column": 31 }, "identifierName": "list" @@ -315729,15 +316001,15 @@ }, "property": { "type": "Identifier", - "start": 37246, - "end": 37252, + "start": 39636, + "end": 39642, "loc": { "start": { - "line": 836, + "line": 878, "column": 32 }, "end": { - "line": 836, + "line": 878, "column": 38 }, "identifierName": "length" @@ -315749,15 +316021,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 37255, - "end": 37256, + "start": 39645, + "end": 39646, "loc": { "start": { - "line": 836, + "line": 878, "column": 41 }, "end": { - "line": 836, + "line": 878, "column": 42 } }, @@ -315770,72 +316042,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 37259, - "end": 37339, + "start": 39649, + "end": 39729, "loc": { "start": { - "line": 836, + "line": 878, "column": 45 }, "end": { - "line": 838, + "line": 880, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37273, - "end": 37329, + "start": 39663, + "end": 39719, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 37273, - "end": 37329, + "start": 39663, + "end": 39719, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 37273, - "end": 37294, + "start": 39663, + "end": 39684, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 33 } }, "object": { "type": "Identifier", - "start": 37273, - "end": 37286, + "start": 39663, + "end": 39676, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 25 }, "identifierName": "_tl_container" @@ -315844,15 +316116,15 @@ }, "property": { "type": "Identifier", - "start": 37287, - "end": 37294, + "start": 39677, + "end": 39684, "loc": { "start": { - "line": 837, + "line": 879, "column": 26 }, "end": { - "line": 837, + "line": 879, "column": 33 }, "identifierName": "prepend" @@ -315864,58 +316136,58 @@ "arguments": [ { "type": "CallExpression", - "start": 37296, - "end": 37327, + "start": 39686, + "end": 39717, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 37296, - "end": 37317, + "start": 39686, + "end": 39707, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 37296, - "end": 37300, + "start": 39686, + "end": 39690, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 39 } } }, "property": { "type": "Identifier", - "start": 37301, - "end": 37317, + "start": 39691, + "end": 39707, "loc": { "start": { - "line": 837, + "line": 879, "column": 40 }, "end": { - "line": 837, + "line": 879, "column": 56 }, "identifierName": "_createSideIndex" @@ -315927,15 +316199,15 @@ "arguments": [ { "type": "Identifier", - "start": 37319, - "end": 37325, + "start": 39709, + "end": 39715, "loc": { "start": { - "line": 837, + "line": 879, "column": 58 }, "end": { - "line": 837, + "line": 879, "column": 64 }, "identifierName": "margin" @@ -315956,15 +316228,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -315973,57 +316245,57 @@ }, { "type": "ExpressionStatement", - "start": 37449, - "end": 37481, + "start": 39839, + "end": 39871, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 37449, - "end": 37481, + "start": 39839, + "end": 39871, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 37449, - "end": 37469, + "start": 39839, + "end": 39859, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 28 } }, "object": { "type": "Identifier", - "start": 37449, - "end": 37462, + "start": 39839, + "end": 39852, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 21 }, "identifierName": "_tl_container" @@ -316033,15 +316305,15 @@ }, "property": { "type": "Identifier", - "start": 37463, - "end": 37469, + "start": 39853, + "end": 39859, "loc": { "start": { - "line": 841, + "line": 883, "column": 22 }, "end": { - "line": 841, + "line": 883, "column": 28 }, "identifierName": "append" @@ -316054,15 +316326,15 @@ "arguments": [ { "type": "Identifier", - "start": 37471, - "end": 37479, + "start": 39861, + "end": 39869, "loc": { "start": { - "line": 841, + "line": 883, "column": 30 }, "end": { - "line": 841, + "line": 883, "column": 38 }, "identifierName": "_tl_main" @@ -316076,15 +316348,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -316093,71 +316365,71 @@ }, { "type": "ExpressionStatement", - "start": 37490, - "end": 37522, + "start": 39880, + "end": 39912, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 37490, - "end": 37522, + "start": 39880, + "end": 39912, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 37490, - "end": 37505, + "start": 39880, + "end": 39895, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 23 } }, "object": { "type": "CallExpression", - "start": 37490, - "end": 37498, + "start": 39880, + "end": 39888, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 16 } }, "callee": { "type": "Identifier", - "start": 37490, - "end": 37491, + "start": 39880, + "end": 39881, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 9 }, "identifierName": "$" @@ -316167,15 +316439,15 @@ "arguments": [ { "type": "Identifier", - "start": 37492, - "end": 37497, + "start": 39882, + "end": 39887, "loc": { "start": { - "line": 842, + "line": 884, "column": 10 }, "end": { - "line": 842, + "line": 884, "column": 15 }, "identifierName": "_elem" @@ -316186,15 +316458,15 @@ }, "property": { "type": "Identifier", - "start": 37499, - "end": 37505, + "start": 39889, + "end": 39895, "loc": { "start": { - "line": 842, + "line": 884, "column": 17 }, "end": { - "line": 842, + "line": 884, "column": 23 }, "identifierName": "append" @@ -316206,15 +316478,15 @@ "arguments": [ { "type": "Identifier", - "start": 37507, - "end": 37520, + "start": 39897, + "end": 39910, "loc": { "start": { - "line": 842, + "line": 884, "column": 25 }, "end": { - "line": 842, + "line": 884, "column": 38 }, "identifierName": "_tl_container" @@ -316228,15 +316500,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -316245,71 +316517,71 @@ }, { "type": "ExpressionStatement", - "start": 37596, - "end": 37635, + "start": 39986, + "end": 40025, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 37596, - "end": 37635, + "start": 39986, + "end": 40025, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 37596, - "end": 37611, + "start": 39986, + "end": 40001, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 23 } }, "object": { "type": "CallExpression", - "start": 37596, - "end": 37604, + "start": 39986, + "end": 39994, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 16 } }, "callee": { "type": "Identifier", - "start": 37596, - "end": 37597, + "start": 39986, + "end": 39987, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 9 }, "identifierName": "$" @@ -316320,15 +316592,15 @@ "arguments": [ { "type": "Identifier", - "start": 37598, - "end": 37603, + "start": 39988, + "end": 39993, "loc": { "start": { - "line": 845, + "line": 887, "column": 10 }, "end": { - "line": 845, + "line": 887, "column": 15 }, "identifierName": "_elem" @@ -316340,15 +316612,15 @@ }, "property": { "type": "Identifier", - "start": 37605, - "end": 37611, + "start": 39995, + "end": 40001, "loc": { "start": { - "line": 845, + "line": 887, "column": 17 }, "end": { - "line": 845, + "line": 887, "column": 23 }, "identifierName": "append" @@ -316361,58 +316633,58 @@ "arguments": [ { "type": "CallExpression", - "start": 37613, - "end": 37633, + "start": 40003, + "end": 40023, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 37613, - "end": 37631, + "start": 40003, + "end": 40021, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 37613, - "end": 37617, + "start": 40003, + "end": 40007, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 29 } } }, "property": { "type": "Identifier", - "start": 37618, - "end": 37631, + "start": 40008, + "end": 40021, "loc": { "start": { - "line": 845, + "line": 887, "column": 30 }, "end": { - "line": 845, + "line": 887, "column": 43 }, "identifierName": "_createFooter" @@ -316430,15 +316702,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -316447,73 +316719,73 @@ }, { "type": "ExpressionStatement", - "start": 37653, - "end": 37673, + "start": 40043, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 37653, - "end": 37673, + "start": 40043, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 37653, - "end": 37666, + "start": 40043, + "end": 40056, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37653, - "end": 37657, + "start": 40043, + "end": 40047, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 12 } } }, "property": { "type": "Identifier", - "start": 37658, - "end": 37666, + "start": 40048, + "end": 40056, "loc": { "start": { - "line": 847, + "line": 889, "column": 13 }, "end": { - "line": 847, + "line": 889, "column": 21 }, "identifierName": "_isShown" @@ -316524,15 +316796,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 37669, - "end": 37673, + "start": 40059, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 24 }, "end": { - "line": 847, + "line": 889, "column": 28 } }, @@ -316548,15 +316820,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -316566,15 +316838,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -316583,15 +316855,15 @@ }, { "type": "ClassMethod", - "start": 37810, - "end": 39600, + "start": 40200, + "end": 41990, "loc": { "start": { - "line": 855, + "line": 897, "column": 4 }, "end": { - "line": 884, + "line": 926, "column": 5 } }, @@ -316599,15 +316871,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37810, - "end": 37825, + "start": 40200, + "end": 40215, "loc": { "start": { - "line": 855, + "line": 897, "column": 4 }, "end": { - "line": 855, + "line": 897, "column": 19 }, "identifierName": "_createHeadline" @@ -316623,59 +316895,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37828, - "end": 39600, + "start": 40218, + "end": 41990, "loc": { "start": { - "line": 855, + "line": 897, "column": 22 }, "end": { - "line": 884, + "line": 926, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 37838, - "end": 38683, + "start": 40228, + "end": 41073, "loc": { "start": { - "line": 856, + "line": 898, "column": 8 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 37842, - "end": 37865, + "start": 40232, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 12 }, "end": { - "line": 856, + "line": 898, "column": 35 } }, "id": { "type": "Identifier", - "start": 37842, - "end": 37847, + "start": 40232, + "end": 40237, "loc": { "start": { - "line": 856, + "line": 898, "column": 12 }, "end": { - "line": 856, + "line": 898, "column": 17 }, "identifierName": "_opts" @@ -316684,44 +316956,44 @@ }, "init": { "type": "MemberExpression", - "start": 37853, - "end": 37865, + "start": 40243, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 23 }, "end": { - "line": 856, + "line": 898, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 37853, - "end": 37857, + "start": 40243, + "end": 40247, "loc": { "start": { - "line": 856, + "line": 898, "column": 23 }, "end": { - "line": 856, + "line": 898, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37858, - "end": 37865, + "start": 40248, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 28 }, "end": { - "line": 856, + "line": 898, "column": 35 }, "identifierName": "_config" @@ -316733,29 +317005,29 @@ }, { "type": "VariableDeclarator", - "start": 37879, - "end": 37909, + "start": 40269, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 12 }, "end": { - "line": 857, + "line": 899, "column": 42 } }, "id": { "type": "Identifier", - "start": 37879, - "end": 37885, + "start": 40269, + "end": 40275, "loc": { "start": { - "line": 857, + "line": 899, "column": 12 }, "end": { - "line": 857, + "line": 899, "column": 18 }, "identifierName": "_props" @@ -316764,44 +317036,44 @@ }, "init": { "type": "MemberExpression", - "start": 37890, - "end": 37909, + "start": 40280, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 23 }, "end": { - "line": 857, + "line": 899, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 37890, - "end": 37894, + "start": 40280, + "end": 40284, "loc": { "start": { - "line": 857, + "line": 899, "column": 23 }, "end": { - "line": 857, + "line": 899, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37895, - "end": 37909, + "start": 40285, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 28 }, "end": { - "line": 857, + "line": 899, "column": 42 }, "identifierName": "_instanceProps" @@ -316813,29 +317085,29 @@ }, { "type": "VariableDeclarator", - "start": 37923, - "end": 38023, + "start": 40313, + "end": 40413, "loc": { "start": { - "line": 858, + "line": 900, "column": 12 }, "end": { - "line": 858, + "line": 900, "column": 112 } }, "id": { "type": "Identifier", - "start": 37923, - "end": 37931, + "start": 40313, + "end": 40321, "loc": { "start": { - "line": 858, + "line": 900, "column": 12 }, "end": { - "line": 858, + "line": 900, "column": 20 }, "identifierName": "_display" @@ -316844,58 +317116,58 @@ }, "init": { "type": "CallExpression", - "start": 37934, - "end": 38023, + "start": 40324, + "end": 40413, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 37934, - "end": 37949, + "start": 40324, + "end": 40339, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 37934, - "end": 37938, + "start": 40324, + "end": 40328, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 27 } } }, "property": { "type": "Identifier", - "start": 37939, - "end": 37949, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 858, + "line": 900, "column": 28 }, "end": { - "line": 858, + "line": 900, "column": 38 }, "identifierName": "supplement" @@ -316907,43 +317179,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 37951, - "end": 37975, + "start": 40341, + "end": 40365, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 37951, - "end": 37967, + "start": 40341, + "end": 40357, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 56 } }, "object": { "type": "Identifier", - "start": 37951, - "end": 37958, + "start": 40341, + "end": 40348, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 47 }, "identifierName": "Default" @@ -316952,15 +317224,15 @@ }, "property": { "type": "Identifier", - "start": 37959, - "end": 37967, + "start": 40349, + "end": 40357, "loc": { "start": { - "line": 858, + "line": 900, "column": 48 }, "end": { - "line": 858, + "line": 900, "column": 56 }, "identifierName": "headline" @@ -316971,15 +317243,15 @@ }, "property": { "type": "Identifier", - "start": 37968, - "end": 37975, + "start": 40358, + "end": 40365, "loc": { "start": { - "line": 858, + "line": 900, "column": 57 }, "end": { - "line": 858, + "line": 900, "column": 64 }, "identifierName": "display" @@ -316990,43 +317262,43 @@ }, { "type": "MemberExpression", - "start": 37977, - "end": 37999, + "start": 40367, + "end": 40389, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 88 } }, "object": { "type": "MemberExpression", - "start": 37977, - "end": 37991, + "start": 40367, + "end": 40381, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 80 } }, "object": { "type": "Identifier", - "start": 37977, - "end": 37982, + "start": 40367, + "end": 40372, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 71 }, "identifierName": "_opts" @@ -317035,15 +317307,15 @@ }, "property": { "type": "Identifier", - "start": 37983, - "end": 37991, + "start": 40373, + "end": 40381, "loc": { "start": { - "line": 858, + "line": 900, "column": 72 }, "end": { - "line": 858, + "line": 900, "column": 80 }, "identifierName": "headline" @@ -317054,15 +317326,15 @@ }, "property": { "type": "Identifier", - "start": 37992, - "end": 37999, + "start": 40382, + "end": 40389, "loc": { "start": { - "line": 858, + "line": 900, "column": 81 }, "end": { - "line": 858, + "line": 900, "column": 88 }, "identifierName": "display" @@ -317073,44 +317345,44 @@ }, { "type": "MemberExpression", - "start": 38001, - "end": 38021, + "start": 40391, + "end": 40411, "loc": { "start": { - "line": 858, + "line": 900, "column": 90 }, "end": { - "line": 858, + "line": 900, "column": 110 } }, "object": { "type": "ThisExpression", - "start": 38001, - "end": 38005, + "start": 40391, + "end": 40395, "loc": { "start": { - "line": 858, + "line": 900, "column": 90 }, "end": { - "line": 858, + "line": 900, "column": 94 } } }, "property": { "type": "Identifier", - "start": 38006, - "end": 38021, + "start": 40396, + "end": 40411, "loc": { "start": { - "line": 858, + "line": 900, "column": 95 }, "end": { - "line": 858, + "line": 900, "column": 110 }, "identifierName": "validateBoolean" @@ -317124,29 +317396,29 @@ }, { "type": "VariableDeclarator", - "start": 38037, - "end": 38093, + "start": 40427, + "end": 40483, "loc": { "start": { - "line": 859, + "line": 901, "column": 12 }, "end": { - "line": 859, + "line": 901, "column": 68 } }, "id": { "type": "Identifier", - "start": 38037, - "end": 38043, + "start": 40427, + "end": 40433, "loc": { "start": { - "line": 859, + "line": 901, "column": 12 }, "end": { - "line": 859, + "line": 901, "column": 18 }, "identifierName": "_title" @@ -317155,58 +317427,58 @@ }, "init": { "type": "CallExpression", - "start": 38048, - "end": 38093, + "start": 40438, + "end": 40483, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 38048, - "end": 38063, + "start": 40438, + "end": 40453, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38048, - "end": 38052, + "start": 40438, + "end": 40442, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38053, - "end": 38063, + "start": 40443, + "end": 40453, "loc": { "start": { - "line": 859, + "line": 901, "column": 28 }, "end": { - "line": 859, + "line": 901, "column": 38 }, "identifierName": "supplement" @@ -317218,58 +317490,58 @@ "arguments": [ { "type": "NullLiteral", - "start": 38065, - "end": 38069, + "start": 40455, + "end": 40459, "loc": { "start": { - "line": 859, + "line": 901, "column": 40 }, "end": { - "line": 859, + "line": 901, "column": 44 } } }, { "type": "MemberExpression", - "start": 38071, - "end": 38091, + "start": 40461, + "end": 40481, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 38071, - "end": 38085, + "start": 40461, + "end": 40475, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 60 } }, "object": { "type": "Identifier", - "start": 38071, - "end": 38076, + "start": 40461, + "end": 40466, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 51 }, "identifierName": "_opts" @@ -317278,15 +317550,15 @@ }, "property": { "type": "Identifier", - "start": 38077, - "end": 38085, + "start": 40467, + "end": 40475, "loc": { "start": { - "line": 859, + "line": 901, "column": 52 }, "end": { - "line": 859, + "line": 901, "column": 60 }, "identifierName": "headline" @@ -317297,15 +317569,15 @@ }, "property": { "type": "Identifier", - "start": 38086, - "end": 38091, + "start": 40476, + "end": 40481, "loc": { "start": { - "line": 859, + "line": 901, "column": 61 }, "end": { - "line": 859, + "line": 901, "column": 66 }, "identifierName": "title" @@ -317319,29 +317591,29 @@ }, { "type": "VariableDeclarator", - "start": 38107, - "end": 38203, + "start": 40497, + "end": 40593, "loc": { "start": { - "line": 860, + "line": 902, "column": 12 }, "end": { - "line": 860, + "line": 902, "column": 108 } }, "id": { "type": "Identifier", - "start": 38107, - "end": 38113, + "start": 40497, + "end": 40503, "loc": { "start": { - "line": 860, + "line": 902, "column": 12 }, "end": { - "line": 860, + "line": 902, "column": 18 }, "identifierName": "_range" @@ -317350,58 +317622,58 @@ }, "init": { "type": "CallExpression", - "start": 38118, - "end": 38203, + "start": 40508, + "end": 40593, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 38118, - "end": 38133, + "start": 40508, + "end": 40523, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38118, - "end": 38122, + "start": 40508, + "end": 40512, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38123, - "end": 38133, + "start": 40513, + "end": 40523, "loc": { "start": { - "line": 860, + "line": 902, "column": 28 }, "end": { - "line": 860, + "line": 902, "column": 38 }, "identifierName": "supplement" @@ -317413,43 +317685,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38135, - "end": 38157, + "start": 40525, + "end": 40547, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 38135, - "end": 38151, + "start": 40525, + "end": 40541, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 56 } }, "object": { "type": "Identifier", - "start": 38135, - "end": 38142, + "start": 40525, + "end": 40532, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 47 }, "identifierName": "Default" @@ -317458,15 +317730,15 @@ }, "property": { "type": "Identifier", - "start": 38143, - "end": 38151, + "start": 40533, + "end": 40541, "loc": { "start": { - "line": 860, + "line": 902, "column": 48 }, "end": { - "line": 860, + "line": 902, "column": 56 }, "identifierName": "headline" @@ -317477,15 +317749,15 @@ }, "property": { "type": "Identifier", - "start": 38152, - "end": 38157, + "start": 40542, + "end": 40547, "loc": { "start": { - "line": 860, + "line": 902, "column": 57 }, "end": { - "line": 860, + "line": 902, "column": 62 }, "identifierName": "range" @@ -317496,43 +317768,43 @@ }, { "type": "MemberExpression", - "start": 38159, - "end": 38179, + "start": 40549, + "end": 40569, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 38159, - "end": 38173, + "start": 40549, + "end": 40563, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 78 } }, "object": { "type": "Identifier", - "start": 38159, - "end": 38164, + "start": 40549, + "end": 40554, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 69 }, "identifierName": "_opts" @@ -317541,15 +317813,15 @@ }, "property": { "type": "Identifier", - "start": 38165, - "end": 38173, + "start": 40555, + "end": 40563, "loc": { "start": { - "line": 860, + "line": 902, "column": 70 }, "end": { - "line": 860, + "line": 902, "column": 78 }, "identifierName": "headline" @@ -317560,15 +317832,15 @@ }, "property": { "type": "Identifier", - "start": 38174, - "end": 38179, + "start": 40564, + "end": 40569, "loc": { "start": { - "line": 860, + "line": 902, "column": 79 }, "end": { - "line": 860, + "line": 902, "column": 84 }, "identifierName": "range" @@ -317579,44 +317851,44 @@ }, { "type": "MemberExpression", - "start": 38181, - "end": 38201, + "start": 40571, + "end": 40591, "loc": { "start": { - "line": 860, + "line": 902, "column": 86 }, "end": { - "line": 860, + "line": 902, "column": 106 } }, "object": { "type": "ThisExpression", - "start": 38181, - "end": 38185, + "start": 40571, + "end": 40575, "loc": { "start": { - "line": 860, + "line": 902, "column": 86 }, "end": { - "line": 860, + "line": 902, "column": 90 } } }, "property": { "type": "Identifier", - "start": 38186, - "end": 38201, + "start": 40576, + "end": 40591, "loc": { "start": { - "line": 860, + "line": 902, "column": 91 }, "end": { - "line": 860, + "line": 902, "column": 106 }, "identifierName": "validateBoolean" @@ -317630,29 +317902,29 @@ }, { "type": "VariableDeclarator", - "start": 38217, - "end": 38293, + "start": 40607, + "end": 40683, "loc": { "start": { - "line": 861, + "line": 903, "column": 12 }, "end": { - "line": 861, + "line": 903, "column": 88 } }, "id": { "type": "Identifier", - "start": 38217, - "end": 38224, + "start": 40607, + "end": 40614, "loc": { "start": { - "line": 861, + "line": 903, "column": 12 }, "end": { - "line": 861, + "line": 903, "column": 19 }, "identifierName": "_locale" @@ -317661,58 +317933,58 @@ }, "init": { "type": "CallExpression", - "start": 38228, - "end": 38293, + "start": 40618, + "end": 40683, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 38228, - "end": 38243, + "start": 40618, + "end": 40633, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38228, - "end": 38232, + "start": 40618, + "end": 40622, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38233, - "end": 38243, + "start": 40623, + "end": 40633, "loc": { "start": { - "line": 861, + "line": 903, "column": 28 }, "end": { - "line": 861, + "line": 903, "column": 38 }, "identifierName": "supplement" @@ -317724,43 +317996,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38245, - "end": 38268, + "start": 40635, + "end": 40658, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 38245, - "end": 38261, + "start": 40635, + "end": 40651, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 56 } }, "object": { "type": "Identifier", - "start": 38245, - "end": 38252, + "start": 40635, + "end": 40642, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 47 }, "identifierName": "Default" @@ -317769,15 +318041,15 @@ }, "property": { "type": "Identifier", - "start": 38253, - "end": 38261, + "start": 40643, + "end": 40651, "loc": { "start": { - "line": 861, + "line": 903, "column": 48 }, "end": { - "line": 861, + "line": 903, "column": 56 }, "identifierName": "headline" @@ -317788,15 +318060,15 @@ }, "property": { "type": "Identifier", - "start": 38262, - "end": 38268, + "start": 40652, + "end": 40658, "loc": { "start": { - "line": 861, + "line": 903, "column": 57 }, "end": { - "line": 861, + "line": 903, "column": 63 }, "identifierName": "locale" @@ -317807,43 +318079,43 @@ }, { "type": "MemberExpression", - "start": 38270, - "end": 38291, + "start": 40660, + "end": 40681, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 38270, - "end": 38284, + "start": 40660, + "end": 40674, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 79 } }, "object": { "type": "Identifier", - "start": 38270, - "end": 38275, + "start": 40660, + "end": 40665, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 70 }, "identifierName": "_opts" @@ -317852,15 +318124,15 @@ }, "property": { "type": "Identifier", - "start": 38276, - "end": 38284, + "start": 40666, + "end": 40674, "loc": { "start": { - "line": 861, + "line": 903, "column": 71 }, "end": { - "line": 861, + "line": 903, "column": 79 }, "identifierName": "headline" @@ -317871,15 +318143,15 @@ }, "property": { "type": "Identifier", - "start": 38285, - "end": 38291, + "start": 40675, + "end": 40681, "loc": { "start": { - "line": 861, + "line": 903, "column": 80 }, "end": { - "line": 861, + "line": 903, "column": 86 }, "identifierName": "locale" @@ -317893,29 +318165,29 @@ }, { "type": "VariableDeclarator", - "start": 38307, - "end": 38383, + "start": 40697, + "end": 40773, "loc": { "start": { - "line": 862, + "line": 904, "column": 12 }, "end": { - "line": 862, + "line": 904, "column": 88 } }, "id": { "type": "Identifier", - "start": 38307, - "end": 38314, + "start": 40697, + "end": 40704, "loc": { "start": { - "line": 862, + "line": 904, "column": 12 }, "end": { - "line": 862, + "line": 904, "column": 19 }, "identifierName": "_format" @@ -317924,58 +318196,58 @@ }, "init": { "type": "CallExpression", - "start": 38318, - "end": 38383, + "start": 40708, + "end": 40773, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 38318, - "end": 38333, + "start": 40708, + "end": 40723, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38318, - "end": 38322, + "start": 40708, + "end": 40712, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38323, - "end": 38333, + "start": 40713, + "end": 40723, "loc": { "start": { - "line": 862, + "line": 904, "column": 28 }, "end": { - "line": 862, + "line": 904, "column": 38 }, "identifierName": "supplement" @@ -317987,43 +318259,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 38335, - "end": 38358, + "start": 40725, + "end": 40748, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 38335, - "end": 38351, + "start": 40725, + "end": 40741, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 56 } }, "object": { "type": "Identifier", - "start": 38335, - "end": 38342, + "start": 40725, + "end": 40732, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 47 }, "identifierName": "Default" @@ -318032,15 +318304,15 @@ }, "property": { "type": "Identifier", - "start": 38343, - "end": 38351, + "start": 40733, + "end": 40741, "loc": { "start": { - "line": 862, + "line": 904, "column": 48 }, "end": { - "line": 862, + "line": 904, "column": 56 }, "identifierName": "headline" @@ -318051,15 +318323,15 @@ }, "property": { "type": "Identifier", - "start": 38352, - "end": 38358, + "start": 40742, + "end": 40748, "loc": { "start": { - "line": 862, + "line": 904, "column": 57 }, "end": { - "line": 862, + "line": 904, "column": 63 }, "identifierName": "format" @@ -318070,43 +318342,43 @@ }, { "type": "MemberExpression", - "start": 38360, - "end": 38381, + "start": 40750, + "end": 40771, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 38360, - "end": 38374, + "start": 40750, + "end": 40764, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 79 } }, "object": { "type": "Identifier", - "start": 38360, - "end": 38365, + "start": 40750, + "end": 40755, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 70 }, "identifierName": "_opts" @@ -318115,15 +318387,15 @@ }, "property": { "type": "Identifier", - "start": 38366, - "end": 38374, + "start": 40756, + "end": 40764, "loc": { "start": { - "line": 862, + "line": 904, "column": 71 }, "end": { - "line": 862, + "line": 904, "column": 79 }, "identifierName": "headline" @@ -318134,15 +318406,15 @@ }, "property": { "type": "Identifier", - "start": 38375, - "end": 38381, + "start": 40765, + "end": 40771, "loc": { "start": { - "line": 862, + "line": 904, "column": 80 }, "end": { - "line": 862, + "line": 904, "column": 86 }, "identifierName": "format" @@ -318156,29 +318428,29 @@ }, { "type": "VariableDeclarator", - "start": 38397, - "end": 38445, + "start": 40787, + "end": 40835, "loc": { "start": { - "line": 863, + "line": 905, "column": 12 }, "end": { - "line": 863, + "line": 905, "column": 60 } }, "id": { "type": "Identifier", - "start": 38397, - "end": 38403, + "start": 40787, + "end": 40793, "loc": { "start": { - "line": 863, + "line": 905, "column": 12 }, "end": { - "line": 863, + "line": 905, "column": 18 }, "identifierName": "_begin" @@ -318187,58 +318459,58 @@ }, "init": { "type": "CallExpression", - "start": 38408, - "end": 38445, + "start": 40798, + "end": 40835, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 38408, - "end": 38423, + "start": 40798, + "end": 40813, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38408, - "end": 38412, + "start": 40798, + "end": 40802, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38413, - "end": 38423, + "start": 40803, + "end": 40813, "loc": { "start": { - "line": 863, + "line": 905, "column": 28 }, "end": { - "line": 863, + "line": 905, "column": 38 }, "identifierName": "supplement" @@ -318250,44 +318522,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 38425, - "end": 38429, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 863, + "line": 905, "column": 40 }, "end": { - "line": 863, + "line": 905, "column": 44 } } }, { "type": "MemberExpression", - "start": 38431, - "end": 38443, + "start": 40821, + "end": 40833, "loc": { "start": { - "line": 863, + "line": 905, "column": 46 }, "end": { - "line": 863, + "line": 905, "column": 58 } }, "object": { "type": "Identifier", - "start": 38431, - "end": 38437, + "start": 40821, + "end": 40827, "loc": { "start": { - "line": 863, + "line": 905, "column": 46 }, "end": { - "line": 863, + "line": 905, "column": 52 }, "identifierName": "_props" @@ -318296,15 +318568,15 @@ }, "property": { "type": "Identifier", - "start": 38438, - "end": 38443, + "start": 40828, + "end": 40833, "loc": { "start": { - "line": 863, + "line": 905, "column": 53 }, "end": { - "line": 863, + "line": 905, "column": 58 }, "identifierName": "begin" @@ -318318,29 +318590,29 @@ }, { "type": "VariableDeclarator", - "start": 38459, - "end": 38505, + "start": 40849, + "end": 40895, "loc": { "start": { - "line": 864, + "line": 906, "column": 12 }, "end": { - "line": 864, + "line": 906, "column": 58 } }, "id": { "type": "Identifier", - "start": 38459, - "end": 38463, + "start": 40849, + "end": 40853, "loc": { "start": { - "line": 864, + "line": 906, "column": 12 }, "end": { - "line": 864, + "line": 906, "column": 16 }, "identifierName": "_end" @@ -318349,58 +318621,58 @@ }, "init": { "type": "CallExpression", - "start": 38470, - "end": 38505, + "start": 40860, + "end": 40895, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38470, - "end": 38485, + "start": 40860, + "end": 40875, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 38470, - "end": 38474, + "start": 40860, + "end": 40864, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 27 } } }, "property": { "type": "Identifier", - "start": 38475, - "end": 38485, + "start": 40865, + "end": 40875, "loc": { "start": { - "line": 864, + "line": 906, "column": 28 }, "end": { - "line": 864, + "line": 906, "column": 38 }, "identifierName": "supplement" @@ -318412,44 +318684,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 38487, - "end": 38491, + "start": 40877, + "end": 40881, "loc": { "start": { - "line": 864, + "line": 906, "column": 40 }, "end": { - "line": 864, + "line": 906, "column": 44 } } }, { "type": "MemberExpression", - "start": 38493, - "end": 38503, + "start": 40883, + "end": 40893, "loc": { "start": { - "line": 864, + "line": 906, "column": 46 }, "end": { - "line": 864, + "line": 906, "column": 56 } }, "object": { "type": "Identifier", - "start": 38493, - "end": 38499, + "start": 40883, + "end": 40889, "loc": { "start": { - "line": 864, + "line": 906, "column": 46 }, "end": { - "line": 864, + "line": 906, "column": 52 }, "identifierName": "_props" @@ -318458,15 +318730,15 @@ }, "property": { "type": "Identifier", - "start": 38500, - "end": 38503, + "start": 40890, + "end": 40893, "loc": { "start": { - "line": 864, + "line": 906, "column": 53 }, "end": { - "line": 864, + "line": 906, "column": 56 }, "identifierName": "end" @@ -318480,29 +318752,29 @@ }, { "type": "VariableDeclarator", - "start": 38519, - "end": 38590, + "start": 40909, + "end": 40980, "loc": { "start": { - "line": 865, + "line": 907, "column": 12 }, "end": { - "line": 865, + "line": 907, "column": 83 } }, "id": { "type": "Identifier", - "start": 38519, - "end": 38531, + "start": 40909, + "end": 40921, "loc": { "start": { - "line": 865, + "line": 907, "column": 12 }, "end": { - "line": 865, + "line": 907, "column": 24 }, "identifierName": "_tl_headline" @@ -318511,29 +318783,29 @@ }, "init": { "type": "CallExpression", - "start": 38534, - "end": 38590, + "start": 40924, + "end": 40980, "loc": { "start": { - "line": 865, + "line": 907, "column": 27 }, "end": { - "line": 865, + "line": 907, "column": 83 } }, "callee": { "type": "Identifier", - "start": 38534, - "end": 38535, + "start": 40924, + "end": 40925, "loc": { "start": { - "line": 865, + "line": 907, "column": 27 }, "end": { - "line": 865, + "line": 907, "column": 28 }, "identifierName": "$" @@ -318543,15 +318815,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 38536, - "end": 38549, + "start": 40926, + "end": 40939, "loc": { "start": { - "line": 865, + "line": 907, "column": 29 }, "end": { - "line": 865, + "line": 907, "column": 42 } }, @@ -318563,30 +318835,30 @@ }, { "type": "ObjectExpression", - "start": 38551, - "end": 38589, + "start": 40941, + "end": 40979, "loc": { "start": { - "line": 865, + "line": 907, "column": 44 }, "end": { - "line": 865, + "line": 907, "column": 82 } }, "properties": [ { "type": "ObjectProperty", - "start": 38553, - "end": 38587, + "start": 40943, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 46 }, "end": { - "line": 865, + "line": 907, "column": 80 } }, @@ -318595,15 +318867,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38553, - "end": 38558, + "start": 40943, + "end": 40948, "loc": { "start": { - "line": 865, + "line": 907, "column": 46 }, "end": { - "line": 865, + "line": 907, "column": 51 }, "identifierName": "class" @@ -318612,29 +318884,29 @@ }, "value": { "type": "MemberExpression", - "start": 38560, - "end": 38587, + "start": 40950, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 53 }, "end": { - "line": 865, + "line": 907, "column": 80 } }, "object": { "type": "Identifier", - "start": 38560, - "end": 38569, + "start": 40950, + "end": 40959, "loc": { "start": { - "line": 865, + "line": 907, "column": 53 }, "end": { - "line": 865, + "line": 907, "column": 62 }, "identifierName": "ClassName" @@ -318643,15 +318915,15 @@ }, "property": { "type": "Identifier", - "start": 38570, - "end": 38587, + "start": 40960, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 63 }, "end": { - "line": 865, + "line": 907, "column": 80 }, "identifierName": "TIMELINE_HEADLINE" @@ -318668,29 +318940,29 @@ }, { "type": "VariableDeclarator", - "start": 38604, - "end": 38683, + "start": 40994, + "end": 41073, "loc": { "start": { - "line": 866, + "line": 908, "column": 12 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "id": { "type": "Identifier", - "start": 38604, - "end": 38612, + "start": 40994, + "end": 41002, "loc": { "start": { - "line": 866, + "line": 908, "column": 12 }, "end": { - "line": 866, + "line": 908, "column": 20 }, "identifierName": "_wrapper" @@ -318699,29 +318971,29 @@ }, "init": { "type": "CallExpression", - "start": 38619, - "end": 38683, + "start": 41009, + "end": 41073, "loc": { "start": { - "line": 866, + "line": 908, "column": 27 }, "end": { - "line": 866, + "line": 908, "column": 91 } }, "callee": { "type": "Identifier", - "start": 38619, - "end": 38620, + "start": 41009, + "end": 41010, "loc": { "start": { - "line": 866, + "line": 908, "column": 27 }, "end": { - "line": 866, + "line": 908, "column": 28 }, "identifierName": "$" @@ -318731,15 +319003,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 38621, - "end": 38634, + "start": 41011, + "end": 41024, "loc": { "start": { - "line": 866, + "line": 908, "column": 29 }, "end": { - "line": 866, + "line": 908, "column": 42 } }, @@ -318751,30 +319023,30 @@ }, { "type": "ObjectExpression", - "start": 38636, - "end": 38682, + "start": 41026, + "end": 41072, "loc": { "start": { - "line": 866, + "line": 908, "column": 44 }, "end": { - "line": 866, + "line": 908, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 38638, - "end": 38680, + "start": 41028, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 46 }, "end": { - "line": 866, + "line": 908, "column": 88 } }, @@ -318783,15 +319055,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38638, - "end": 38643, + "start": 41028, + "end": 41033, "loc": { "start": { - "line": 866, + "line": 908, "column": 46 }, "end": { - "line": 866, + "line": 908, "column": 51 }, "identifierName": "class" @@ -318800,29 +319072,29 @@ }, "value": { "type": "MemberExpression", - "start": 38645, - "end": 38680, + "start": 41035, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 53 }, "end": { - "line": 866, + "line": 908, "column": 88 } }, "object": { "type": "Identifier", - "start": 38645, - "end": 38654, + "start": 41035, + "end": 41044, "loc": { "start": { - "line": 866, + "line": 908, "column": 53 }, "end": { - "line": 866, + "line": 908, "column": 62 }, "identifierName": "ClassName" @@ -318831,15 +319103,15 @@ }, "property": { "type": "Identifier", - "start": 38655, - "end": 38680, + "start": 41045, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 63 }, "end": { - "line": 866, + "line": 908, "column": 88 }, "identifierName": "TIMELINE_HEADLINE_WRAPPER" @@ -318862,15 +319134,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -318879,29 +319151,29 @@ }, { "type": "IfStatement", - "start": 38746, - "end": 38873, + "start": 41136, + "end": 41263, "loc": { "start": { - "line": 869, + "line": 911, "column": 8 }, "end": { - "line": 871, + "line": 913, "column": 9 } }, "test": { "type": "Identifier", - "start": 38751, - "end": 38757, + "start": 41141, + "end": 41147, "loc": { "start": { - "line": 869, + "line": 911, "column": 13 }, "end": { - "line": 869, + "line": 911, "column": 19 }, "identifierName": "_title" @@ -318911,72 +319183,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 38760, - "end": 38873, + "start": 41150, + "end": 41263, "loc": { "start": { - "line": 869, + "line": 911, "column": 22 }, "end": { - "line": 871, + "line": 913, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38774, - "end": 38863, + "start": 41164, + "end": 41253, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 101 } }, "expression": { "type": "CallExpression", - "start": 38774, - "end": 38863, + "start": 41164, + "end": 41253, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 38774, - "end": 38789, + "start": 41164, + "end": 41179, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 27 } }, "object": { "type": "Identifier", - "start": 38774, - "end": 38782, + "start": 41164, + "end": 41172, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 20 }, "identifierName": "_wrapper" @@ -318985,15 +319257,15 @@ }, "property": { "type": "Identifier", - "start": 38783, - "end": 38789, + "start": 41173, + "end": 41179, "loc": { "start": { - "line": 870, + "line": 912, "column": 21 }, "end": { - "line": 870, + "line": 912, "column": 27 }, "identifierName": "append" @@ -319005,44 +319277,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 38791, - "end": 38861, + "start": 41181, + "end": 41251, "loc": { "start": { - "line": 870, + "line": 912, "column": 29 }, "end": { - "line": 870, + "line": 912, "column": 99 } }, "expressions": [ { "type": "MemberExpression", - "start": 38805, - "end": 38829, + "start": 41195, + "end": 41219, "loc": { "start": { - "line": 870, + "line": 912, "column": 43 }, "end": { - "line": 870, + "line": 912, "column": 67 } }, "object": { "type": "Identifier", - "start": 38805, - "end": 38814, + "start": 41195, + "end": 41204, "loc": { "start": { - "line": 870, + "line": 912, "column": 43 }, "end": { - "line": 870, + "line": 912, "column": 52 }, "identifierName": "ClassName" @@ -319051,15 +319323,15 @@ }, "property": { "type": "Identifier", - "start": 38815, - "end": 38829, + "start": 41205, + "end": 41219, "loc": { "start": { - "line": 870, + "line": 912, "column": 53 }, "end": { - "line": 870, + "line": 912, "column": 67 }, "identifierName": "HEADLINE_TITLE" @@ -319070,43 +319342,43 @@ }, { "type": "MemberExpression", - "start": 38834, - "end": 38854, + "start": 41224, + "end": 41244, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 38834, - "end": 38848, + "start": 41224, + "end": 41238, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 86 } }, "object": { "type": "Identifier", - "start": 38834, - "end": 38839, + "start": 41224, + "end": 41229, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 77 }, "identifierName": "_opts" @@ -319115,15 +319387,15 @@ }, "property": { "type": "Identifier", - "start": 38840, - "end": 38848, + "start": 41230, + "end": 41238, "loc": { "start": { - "line": 870, + "line": 912, "column": 78 }, "end": { - "line": 870, + "line": 912, "column": 86 }, "identifierName": "headline" @@ -319134,15 +319406,15 @@ }, "property": { "type": "Identifier", - "start": 38849, - "end": 38854, + "start": 41239, + "end": 41244, "loc": { "start": { - "line": 870, + "line": 912, "column": 87 }, "end": { - "line": 870, + "line": 912, "column": 92 }, "identifierName": "title" @@ -319155,15 +319427,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 38792, - "end": 38803, + "start": 41182, + "end": 41193, "loc": { "start": { - "line": 870, + "line": 912, "column": 30 }, "end": { - "line": 870, + "line": 912, "column": 41 } }, @@ -319175,15 +319447,15 @@ }, { "type": "TemplateElement", - "start": 38830, - "end": 38832, + "start": 41220, + "end": 41222, "loc": { "start": { - "line": 870, + "line": 912, "column": 68 }, "end": { - "line": 870, + "line": 912, "column": 70 } }, @@ -319195,15 +319467,15 @@ }, { "type": "TemplateElement", - "start": 38855, - "end": 38860, + "start": 41245, + "end": 41250, "loc": { "start": { - "line": 870, + "line": 912, "column": 93 }, "end": { - "line": 870, + "line": 912, "column": 98 } }, @@ -319226,15 +319498,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -319243,29 +319515,29 @@ }, { "type": "IfStatement", - "start": 38882, - "end": 39457, + "start": 41272, + "end": 41847, "loc": { "start": { - "line": 872, + "line": 914, "column": 8 }, "end": { - "line": 879, + "line": 921, "column": 9 } }, "test": { "type": "Identifier", - "start": 38887, - "end": 38893, + "start": 41277, + "end": 41283, "loc": { "start": { - "line": 872, + "line": 914, "column": 13 }, "end": { - "line": 872, + "line": 914, "column": 19 }, "identifierName": "_range" @@ -319274,58 +319546,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 38896, - "end": 39457, + "start": 41286, + "end": 41847, "loc": { "start": { - "line": 872, + "line": 914, "column": 22 }, "end": { - "line": 879, + "line": 921, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 38910, - "end": 39447, + "start": 41300, + "end": 41837, "loc": { "start": { - "line": 873, + "line": 915, "column": 12 }, "end": { - "line": 878, + "line": 920, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 38915, - "end": 38929, + "start": 41305, + "end": 41319, "loc": { "start": { - "line": 873, + "line": 915, "column": 17 }, "end": { - "line": 873, + "line": 915, "column": 31 } }, "left": { "type": "Identifier", - "start": 38915, - "end": 38921, + "start": 41305, + "end": 41311, "loc": { "start": { - "line": 873, + "line": 915, "column": 17 }, "end": { - "line": 873, + "line": 915, "column": 23 }, "identifierName": "_begin" @@ -319335,15 +319607,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 38925, - "end": 38929, + "start": 41315, + "end": 41319, "loc": { "start": { - "line": 873, + "line": 915, "column": 27 }, "end": { - "line": 873, + "line": 915, "column": 31 }, "identifierName": "_end" @@ -319353,59 +319625,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 38932, - "end": 39447, + "start": 41322, + "end": 41837, "loc": { "start": { - "line": 873, + "line": 915, "column": 34 }, "end": { - "line": 878, + "line": 920, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 38950, - "end": 39119, + "start": 41340, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 16 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 38954, - "end": 39119, + "start": 41344, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 20 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "id": { "type": "Identifier", - "start": 38954, - "end": 38959, + "start": 41344, + "end": 41349, "loc": { "start": { - "line": 874, + "line": 916, "column": 20 }, "end": { - "line": 874, + "line": 916, "column": 25 }, "identifierName": "_meta" @@ -319414,72 +319686,72 @@ }, "init": { "type": "TemplateLiteral", - "start": 38962, - "end": 39119, + "start": 41352, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 28 }, "end": { - "line": 874, + "line": 916, "column": 185 } }, "expressions": [ { "type": "CallExpression", - "start": 38965, - "end": 39018, + "start": 41355, + "end": 41408, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 38965, - "end": 38998, + "start": 41355, + "end": 41388, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 64 } }, "object": { "type": "NewExpression", - "start": 38965, - "end": 38983, + "start": 41355, + "end": 41373, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 49 } }, "callee": { "type": "Identifier", - "start": 38969, - "end": 38973, + "start": 41359, + "end": 41363, "loc": { "start": { - "line": 874, + "line": 916, "column": 35 }, "end": { - "line": 874, + "line": 916, "column": 39 }, "identifierName": "Date" @@ -319489,15 +319761,15 @@ "arguments": [ { "type": "Identifier", - "start": 38975, - "end": 38981, + "start": 41365, + "end": 41371, "loc": { "start": { - "line": 874, + "line": 916, "column": 41 }, "end": { - "line": 874, + "line": 916, "column": 47 }, "identifierName": "_begin" @@ -319508,15 +319780,15 @@ }, "property": { "type": "Identifier", - "start": 38984, - "end": 38998, + "start": 41374, + "end": 41388, "loc": { "start": { - "line": 874, + "line": 916, "column": 50 }, "end": { - "line": 874, + "line": 916, "column": 64 }, "identifierName": "toLocaleString" @@ -319528,15 +319800,15 @@ "arguments": [ { "type": "Identifier", - "start": 39000, - "end": 39007, + "start": 41390, + "end": 41397, "loc": { "start": { - "line": 874, + "line": 916, "column": 66 }, "end": { - "line": 874, + "line": 916, "column": 73 }, "identifierName": "_locale" @@ -319545,15 +319817,15 @@ }, { "type": "Identifier", - "start": 39009, - "end": 39016, + "start": 41399, + "end": 41406, "loc": { "start": { - "line": 874, + "line": 916, "column": 75 }, "end": { - "line": 874, + "line": 916, "column": 82 }, "identifierName": "_format" @@ -319564,29 +319836,29 @@ }, { "type": "MemberExpression", - "start": 39034, - "end": 39054, + "start": 41424, + "end": 41444, "loc": { "start": { - "line": 874, + "line": 916, "column": 100 }, "end": { - "line": 874, + "line": 916, "column": 120 } }, "object": { "type": "Identifier", - "start": 39034, - "end": 39043, + "start": 41424, + "end": 41433, "loc": { "start": { - "line": 874, + "line": 916, "column": 100 }, "end": { - "line": 874, + "line": 916, "column": 109 }, "identifierName": "ClassName" @@ -319595,15 +319867,15 @@ }, "property": { "type": "Identifier", - "start": 39044, - "end": 39054, + "start": 41434, + "end": 41444, "loc": { "start": { - "line": 874, + "line": 916, "column": 110 }, "end": { - "line": 874, + "line": 916, "column": 120 }, "identifierName": "RANGE_SPAN" @@ -319614,57 +319886,57 @@ }, { "type": "CallExpression", - "start": 39066, - "end": 39117, + "start": 41456, + "end": 41507, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 183 } }, "callee": { "type": "MemberExpression", - "start": 39066, - "end": 39097, + "start": 41456, + "end": 41487, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 163 } }, "object": { "type": "NewExpression", - "start": 39066, - "end": 39082, + "start": 41456, + "end": 41472, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 148 } }, "callee": { "type": "Identifier", - "start": 39070, - "end": 39074, + "start": 41460, + "end": 41464, "loc": { "start": { - "line": 874, + "line": 916, "column": 136 }, "end": { - "line": 874, + "line": 916, "column": 140 }, "identifierName": "Date" @@ -319674,15 +319946,15 @@ "arguments": [ { "type": "Identifier", - "start": 39076, - "end": 39080, + "start": 41466, + "end": 41470, "loc": { "start": { - "line": 874, + "line": 916, "column": 142 }, "end": { - "line": 874, + "line": 916, "column": 146 }, "identifierName": "_end" @@ -319693,15 +319965,15 @@ }, "property": { "type": "Identifier", - "start": 39083, - "end": 39097, + "start": 41473, + "end": 41487, "loc": { "start": { - "line": 874, + "line": 916, "column": 149 }, "end": { - "line": 874, + "line": 916, "column": 163 }, "identifierName": "toLocaleString" @@ -319713,15 +319985,15 @@ "arguments": [ { "type": "Identifier", - "start": 39099, - "end": 39106, + "start": 41489, + "end": 41496, "loc": { "start": { - "line": 874, + "line": 916, "column": 165 }, "end": { - "line": 874, + "line": 916, "column": 172 }, "identifierName": "_locale" @@ -319730,15 +320002,15 @@ }, { "type": "Identifier", - "start": 39108, - "end": 39115, + "start": 41498, + "end": 41505, "loc": { "start": { - "line": 874, + "line": 916, "column": 174 }, "end": { - "line": 874, + "line": 916, "column": 181 }, "identifierName": "_format" @@ -319751,15 +320023,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 38963, - "end": 38963, + "start": 41353, + "end": 41353, "loc": { "start": { - "line": 874, + "line": 916, "column": 29 }, "end": { - "line": 874, + "line": 916, "column": 29 } }, @@ -319771,15 +320043,15 @@ }, { "type": "TemplateElement", - "start": 39019, - "end": 39032, + "start": 41409, + "end": 41422, "loc": { "start": { - "line": 874, + "line": 916, "column": 85 }, "end": { - "line": 874, + "line": 916, "column": 98 } }, @@ -319791,15 +320063,15 @@ }, { "type": "TemplateElement", - "start": 39055, - "end": 39064, + "start": 41445, + "end": 41454, "loc": { "start": { - "line": 874, + "line": 916, "column": 121 }, "end": { - "line": 874, + "line": 916, "column": 130 } }, @@ -319811,15 +320083,15 @@ }, { "type": "TemplateElement", - "start": 39118, - "end": 39118, + "start": 41508, + "end": 41508, "loc": { "start": { - "line": 874, + "line": 916, "column": 184 }, "end": { - "line": 874, + "line": 916, "column": 184 } }, @@ -319840,15 +320112,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -319857,57 +320129,57 @@ }, { "type": "ExpressionStatement", - "start": 39361, - "end": 39433, + "start": 41751, + "end": 41823, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 39361, - "end": 39433, + "start": 41751, + "end": 41823, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 39361, - "end": 39376, + "start": 41751, + "end": 41766, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 31 } }, "object": { "type": "Identifier", - "start": 39361, - "end": 39369, + "start": 41751, + "end": 41759, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 24 }, "identifierName": "_wrapper" @@ -319917,15 +320189,15 @@ }, "property": { "type": "Identifier", - "start": 39370, - "end": 39376, + "start": 41760, + "end": 41766, "loc": { "start": { - "line": 877, + "line": 919, "column": 25 }, "end": { - "line": 877, + "line": 919, "column": 31 }, "identifierName": "append" @@ -319938,44 +320210,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 39378, - "end": 39431, + "start": 41768, + "end": 41821, "loc": { "start": { - "line": 877, + "line": 919, "column": 33 }, "end": { - "line": 877, + "line": 919, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 39393, - "end": 39413, + "start": 41783, + "end": 41803, "loc": { "start": { - "line": 877, + "line": 919, "column": 48 }, "end": { - "line": 877, + "line": 919, "column": 68 } }, "object": { "type": "Identifier", - "start": 39393, - "end": 39402, + "start": 41783, + "end": 41792, "loc": { "start": { - "line": 877, + "line": 919, "column": 48 }, "end": { - "line": 877, + "line": 919, "column": 57 }, "identifierName": "ClassName" @@ -319984,15 +320256,15 @@ }, "property": { "type": "Identifier", - "start": 39403, - "end": 39413, + "start": 41793, + "end": 41803, "loc": { "start": { - "line": 877, + "line": 919, "column": 58 }, "end": { - "line": 877, + "line": 919, "column": 68 }, "identifierName": "RANGE_META" @@ -320003,15 +320275,15 @@ }, { "type": "Identifier", - "start": 39418, - "end": 39423, + "start": 41808, + "end": 41813, "loc": { "start": { - "line": 877, + "line": 919, "column": 73 }, "end": { - "line": 877, + "line": 919, "column": 78 }, "identifierName": "_meta" @@ -320022,15 +320294,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 39379, - "end": 39391, + "start": 41769, + "end": 41781, "loc": { "start": { - "line": 877, + "line": 919, "column": 34 }, "end": { - "line": 877, + "line": 919, "column": 46 } }, @@ -320042,15 +320314,15 @@ }, { "type": "TemplateElement", - "start": 39414, - "end": 39416, + "start": 41804, + "end": 41806, "loc": { "start": { - "line": 877, + "line": 919, "column": 69 }, "end": { - "line": 877, + "line": 919, "column": 71 } }, @@ -320062,15 +320334,15 @@ }, { "type": "TemplateElement", - "start": 39424, - "end": 39430, + "start": 41814, + "end": 41820, "loc": { "start": { - "line": 877, + "line": 919, "column": 79 }, "end": { - "line": 877, + "line": 919, "column": 85 } }, @@ -320089,15 +320361,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -320116,29 +320388,29 @@ }, { "type": "IfStatement", - "start": 39466, - "end": 39547, + "start": 41856, + "end": 41937, "loc": { "start": { - "line": 880, + "line": 922, "column": 8 }, "end": { - "line": 882, + "line": 924, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 39471, - "end": 39481, + "start": 41861, + "end": 41871, "loc": { "start": { - "line": 880, + "line": 922, "column": 13 }, "end": { - "line": 880, + "line": 922, "column": 23 } }, @@ -320146,15 +320418,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 39473, - "end": 39481, + "start": 41863, + "end": 41871, "loc": { "start": { - "line": 880, + "line": 922, "column": 15 }, "end": { - "line": 880, + "line": 922, "column": 23 }, "identifierName": "_display" @@ -320167,72 +320439,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 39484, - "end": 39547, + "start": 41874, + "end": 41937, "loc": { "start": { - "line": 880, + "line": 922, "column": 26 }, "end": { - "line": 882, + "line": 924, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39498, - "end": 39537, + "start": 41888, + "end": 41927, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 39498, - "end": 39537, + "start": 41888, + "end": 41927, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 39498, - "end": 39519, + "start": 41888, + "end": 41909, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 33 } }, "object": { "type": "Identifier", - "start": 39498, - "end": 39510, + "start": 41888, + "end": 41900, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 24 }, "identifierName": "_tl_headline" @@ -320241,15 +320513,15 @@ }, "property": { "type": "Identifier", - "start": 39511, - "end": 39519, + "start": 41901, + "end": 41909, "loc": { "start": { - "line": 881, + "line": 923, "column": 25 }, "end": { - "line": 881, + "line": 923, "column": 33 }, "identifierName": "addClass" @@ -320261,29 +320533,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39521, - "end": 39535, + "start": 41911, + "end": 41925, "loc": { "start": { - "line": 881, + "line": 923, "column": 35 }, "end": { - "line": 881, + "line": 923, "column": 49 } }, "object": { "type": "Identifier", - "start": 39521, - "end": 39530, + "start": 41911, + "end": 41920, "loc": { "start": { - "line": 881, + "line": 923, "column": 35 }, "end": { - "line": 881, + "line": 923, "column": 44 }, "identifierName": "ClassName" @@ -320292,15 +320564,15 @@ }, "property": { "type": "Identifier", - "start": 39531, - "end": 39535, + "start": 41921, + "end": 41925, "loc": { "start": { - "line": 881, + "line": 923, "column": 45 }, "end": { - "line": 881, + "line": 923, "column": 49 }, "identifierName": "HIDE" @@ -320319,57 +320591,57 @@ }, { "type": "ReturnStatement", - "start": 39556, - "end": 39594, + "start": 41946, + "end": 41984, "loc": { "start": { - "line": 883, + "line": 925, "column": 8 }, "end": { - "line": 883, + "line": 925, "column": 46 } }, "argument": { "type": "CallExpression", - "start": 39563, - "end": 39594, + "start": 41953, + "end": 41984, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 39563, - "end": 39582, + "start": 41953, + "end": 41972, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 34 } }, "object": { "type": "Identifier", - "start": 39563, - "end": 39575, + "start": 41953, + "end": 41965, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 27 }, "identifierName": "_tl_headline" @@ -320378,15 +320650,15 @@ }, "property": { "type": "Identifier", - "start": 39576, - "end": 39582, + "start": 41966, + "end": 41972, "loc": { "start": { - "line": 883, + "line": 925, "column": 28 }, "end": { - "line": 883, + "line": 925, "column": 34 }, "identifierName": "append" @@ -320398,15 +320670,15 @@ "arguments": [ { "type": "Identifier", - "start": 39584, - "end": 39592, + "start": 41974, + "end": 41982, "loc": { "start": { - "line": 883, + "line": 925, "column": 36 }, "end": { - "line": 883, + "line": 925, "column": 44 }, "identifierName": "_wrapper" @@ -320424,15 +320696,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -320442,15 +320714,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -320459,15 +320731,15 @@ }, { "type": "ClassMethod", - "start": 39738, - "end": 43694, + "start": 42128, + "end": 46084, "loc": { "start": { - "line": 891, + "line": 933, "column": 4 }, "end": { - "line": 972, + "line": 1014, "column": 5 } }, @@ -320475,15 +320747,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 39738, - "end": 39759, + "start": 42128, + "end": 42149, "loc": { "start": { - "line": 891, + "line": 933, "column": 4 }, "end": { - "line": 891, + "line": 933, "column": 25 }, "identifierName": "_createEventContainer" @@ -320499,59 +320771,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 39762, - "end": 43694, + "start": 42152, + "end": 46084, "loc": { "start": { - "line": 891, + "line": 933, "column": 28 }, "end": { - "line": 972, + "line": 1014, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 39772, - "end": 42399, + "start": 42162, + "end": 44789, "loc": { "start": { - "line": 892, + "line": 934, "column": 8 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 39776, - "end": 39804, + "start": 42166, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 12 }, "end": { - "line": 892, + "line": 934, "column": 40 } }, "id": { "type": "Identifier", - "start": 39776, - "end": 39781, + "start": 42166, + "end": 42171, "loc": { "start": { - "line": 892, + "line": 934, "column": 12 }, "end": { - "line": 892, + "line": 934, "column": 17 }, "identifierName": "_opts" @@ -320560,44 +320832,44 @@ }, "init": { "type": "MemberExpression", - "start": 39792, - "end": 39804, + "start": 42182, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 28 }, "end": { - "line": 892, + "line": 934, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 39792, - "end": 39796, + "start": 42182, + "end": 42186, "loc": { "start": { - "line": 892, + "line": 934, "column": 28 }, "end": { - "line": 892, + "line": 934, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39797, - "end": 39804, + "start": 42187, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 33 }, "end": { - "line": 892, + "line": 934, "column": 40 }, "identifierName": "_config" @@ -320609,29 +320881,29 @@ }, { "type": "VariableDeclarator", - "start": 39818, - "end": 39853, + "start": 42208, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 12 }, "end": { - "line": 893, + "line": 935, "column": 47 } }, "id": { "type": "Identifier", - "start": 39818, - "end": 39824, + "start": 42208, + "end": 42214, "loc": { "start": { - "line": 893, + "line": 935, "column": 12 }, "end": { - "line": 893, + "line": 935, "column": 18 }, "identifierName": "_props" @@ -320640,44 +320912,44 @@ }, "init": { "type": "MemberExpression", - "start": 39834, - "end": 39853, + "start": 42224, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 28 }, "end": { - "line": 893, + "line": 935, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 39834, - "end": 39838, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 893, + "line": 935, "column": 28 }, "end": { - "line": 893, + "line": 935, "column": 32 } } }, "property": { "type": "Identifier", - "start": 39839, - "end": 39853, + "start": 42229, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 33 }, "end": { - "line": 893, + "line": 935, "column": 47 }, "identifierName": "_instanceProps" @@ -320689,29 +320961,29 @@ }, { "type": "VariableDeclarator", - "start": 39867, - "end": 39931, + "start": 42257, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 12 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "id": { "type": "Identifier", - "start": 39867, - "end": 39880, + "start": 42257, + "end": 42270, "loc": { "start": { - "line": 894, + "line": 936, "column": 12 }, "end": { - "line": 894, + "line": 936, "column": 25 }, "identifierName": "_actualHeight" @@ -320720,43 +320992,43 @@ }, "init": { "type": "BinaryExpression", - "start": 39883, - "end": 39931, + "start": 42273, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 39883, - "end": 39900, + "start": 42273, + "end": 42290, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 45 } }, "object": { "type": "Identifier", - "start": 39883, - "end": 39889, + "start": 42273, + "end": 42279, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 34 }, "identifierName": "_props" @@ -320765,15 +321037,15 @@ }, "property": { "type": "Identifier", - "start": 39890, - "end": 39900, + "start": 42280, + "end": 42290, "loc": { "start": { - "line": 894, + "line": 936, "column": 35 }, "end": { - "line": 894, + "line": 936, "column": 45 }, "identifierName": "fullheight" @@ -320785,43 +321057,43 @@ "operator": "+", "right": { "type": "CallExpression", - "start": 39903, - "end": 39931, + "start": 42293, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 39903, - "end": 39912, + "start": 42293, + "end": 42302, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 57 } }, "object": { "type": "Identifier", - "start": 39903, - "end": 39907, + "start": 42293, + "end": 42297, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 52 }, "identifierName": "Math" @@ -320830,15 +321102,15 @@ }, "property": { "type": "Identifier", - "start": 39908, - "end": 39912, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 894, + "line": 936, "column": 53 }, "end": { - "line": 894, + "line": 936, "column": 57 }, "identifierName": "ceil" @@ -320850,43 +321122,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 39914, - "end": 39929, + "start": 42304, + "end": 42319, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 39914, - "end": 39925, + "start": 42304, + "end": 42315, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 70 } }, "object": { "type": "Identifier", - "start": 39914, - "end": 39920, + "start": 42304, + "end": 42310, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 65 }, "identifierName": "_props" @@ -320895,15 +321167,15 @@ }, "property": { "type": "Identifier", - "start": 39921, - "end": 39925, + "start": 42311, + "end": 42315, "loc": { "start": { - "line": 894, + "line": 936, "column": 66 }, "end": { - "line": 894, + "line": 936, "column": 70 }, "identifierName": "rows" @@ -320915,15 +321187,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 39928, - "end": 39929, + "start": 42318, + "end": 42319, "loc": { "start": { - "line": 894, + "line": 936, "column": 73 }, "end": { - "line": 894, + "line": 936, "column": 74 } }, @@ -320940,29 +321212,29 @@ }, { "type": "VariableDeclarator", - "start": 39945, - "end": 40061, + "start": 42335, + "end": 42451, "loc": { "start": { - "line": 895, + "line": 937, "column": 12 }, "end": { - "line": 895, + "line": 937, "column": 128 } }, "id": { "type": "Identifier", - "start": 39945, - "end": 39955, + "start": 42335, + "end": 42345, "loc": { "start": { - "line": 895, + "line": 937, "column": 12 }, "end": { - "line": 895, + "line": 937, "column": 22 }, "identifierName": "_container" @@ -320971,29 +321243,29 @@ }, "init": { "type": "CallExpression", - "start": 39961, - "end": 40061, + "start": 42351, + "end": 42451, "loc": { "start": { - "line": 895, + "line": 937, "column": 28 }, "end": { - "line": 895, + "line": 937, "column": 128 } }, "callee": { "type": "Identifier", - "start": 39961, - "end": 39962, + "start": 42351, + "end": 42352, "loc": { "start": { - "line": 895, + "line": 937, "column": 28 }, "end": { - "line": 895, + "line": 937, "column": 29 }, "identifierName": "$" @@ -321003,15 +321275,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39963, - "end": 39976, + "start": 42353, + "end": 42366, "loc": { "start": { - "line": 895, + "line": 937, "column": 30 }, "end": { - "line": 895, + "line": 937, "column": 43 } }, @@ -321023,30 +321295,30 @@ }, { "type": "ObjectExpression", - "start": 39978, - "end": 40060, + "start": 42368, + "end": 42450, "loc": { "start": { - "line": 895, + "line": 937, "column": 45 }, "end": { - "line": 895, + "line": 937, "column": 127 } }, "properties": [ { "type": "ObjectProperty", - "start": 39980, - "end": 40021, + "start": 42370, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 47 }, "end": { - "line": 895, + "line": 937, "column": 88 } }, @@ -321055,15 +321327,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 39980, - "end": 39985, + "start": 42370, + "end": 42375, "loc": { "start": { - "line": 895, + "line": 937, "column": 47 }, "end": { - "line": 895, + "line": 937, "column": 52 }, "identifierName": "class" @@ -321072,29 +321344,29 @@ }, "value": { "type": "MemberExpression", - "start": 39987, - "end": 40021, + "start": 42377, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 54 }, "end": { - "line": 895, + "line": 937, "column": 88 } }, "object": { "type": "Identifier", - "start": 39987, - "end": 39996, + "start": 42377, + "end": 42386, "loc": { "start": { - "line": 895, + "line": 937, "column": 54 }, "end": { - "line": 895, + "line": 937, "column": 63 }, "identifierName": "ClassName" @@ -321103,15 +321375,15 @@ }, "property": { "type": "Identifier", - "start": 39997, - "end": 40021, + "start": 42387, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 64 }, "end": { - "line": 895, + "line": 937, "column": 88 }, "identifierName": "TIMELINE_EVENT_CONTAINER" @@ -321123,15 +321395,15 @@ }, { "type": "ObjectProperty", - "start": 40023, - "end": 40058, + "start": 42413, + "end": 42448, "loc": { "start": { - "line": 895, + "line": 937, "column": 90 }, "end": { - "line": 895, + "line": 937, "column": 125 } }, @@ -321140,15 +321412,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 40023, - "end": 40028, + "start": 42413, + "end": 42418, "loc": { "start": { - "line": 895, + "line": 937, "column": 90 }, "end": { - "line": 895, + "line": 937, "column": 95 }, "identifierName": "style" @@ -321157,30 +321429,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 40030, - "end": 40058, + "start": 42420, + "end": 42448, "loc": { "start": { - "line": 895, + "line": 937, "column": 97 }, "end": { - "line": 895, + "line": 937, "column": 125 } }, "expressions": [ { "type": "Identifier", - "start": 40040, - "end": 40053, + "start": 42430, + "end": 42443, "loc": { "start": { - "line": 895, + "line": 937, "column": 107 }, "end": { - "line": 895, + "line": 937, "column": 120 }, "identifierName": "_actualHeight" @@ -321191,15 +321463,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40031, - "end": 40038, + "start": 42421, + "end": 42428, "loc": { "start": { - "line": 895, + "line": 937, "column": 98 }, "end": { - "line": 895, + "line": 937, "column": 105 } }, @@ -321211,15 +321483,15 @@ }, { "type": "TemplateElement", - "start": 40054, - "end": 40057, + "start": 42444, + "end": 42447, "loc": { "start": { - "line": 895, + "line": 937, "column": 121 }, "end": { - "line": 895, + "line": 937, "column": 124 } }, @@ -321239,29 +321511,29 @@ }, { "type": "VariableDeclarator", - "start": 40075, - "end": 40221, + "start": 42465, + "end": 42611, "loc": { "start": { - "line": 896, + "line": 938, "column": 12 }, "end": { - "line": 896, + "line": 938, "column": 158 } }, "id": { "type": "Identifier", - "start": 40075, - "end": 40085, + "start": 42465, + "end": 42475, "loc": { "start": { - "line": 896, + "line": 938, "column": 12 }, "end": { - "line": 896, + "line": 938, "column": 22 }, "identifierName": "_events_bg" @@ -321270,29 +321542,29 @@ }, "init": { "type": "CallExpression", - "start": 40091, - "end": 40221, + "start": 42481, + "end": 42611, "loc": { "start": { - "line": 896, + "line": 938, "column": 28 }, "end": { - "line": 896, + "line": 938, "column": 158 } }, "callee": { "type": "Identifier", - "start": 40091, - "end": 40092, + "start": 42481, + "end": 42482, "loc": { "start": { - "line": 896, + "line": 938, "column": 28 }, "end": { - "line": 896, + "line": 938, "column": 29 }, "identifierName": "$" @@ -321302,58 +321574,58 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 40093, - "end": 40220, + "start": 42483, + "end": 42610, "loc": { "start": { - "line": 896, + "line": 938, "column": 30 }, "end": { - "line": 896, + "line": 938, "column": 157 } }, "expressions": [ { "type": "BinaryExpression", - "start": 40113, - "end": 40133, + "start": 42503, + "end": 42523, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 40113, - "end": 40129, + "start": 42503, + "end": 42519, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 66 } }, "object": { "type": "Identifier", - "start": 40113, - "end": 40119, + "start": 42503, + "end": 42509, "loc": { "start": { - "line": 896, + "line": 938, "column": 50 }, "end": { - "line": 896, + "line": 938, "column": 56 }, "identifierName": "_props" @@ -321362,15 +321634,15 @@ }, "property": { "type": "Identifier", - "start": 40120, - "end": 40129, + "start": 42510, + "end": 42519, "loc": { "start": { - "line": 896, + "line": 938, "column": 57 }, "end": { - "line": 896, + "line": 938, "column": 66 }, "identifierName": "fullwidth" @@ -321382,15 +321654,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 40132, - "end": 40133, + "start": 42522, + "end": 42523, "loc": { "start": { - "line": 896, + "line": 938, "column": 69 }, "end": { - "line": 896, + "line": 938, "column": 70 } }, @@ -321402,20 +321674,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 40111 + "parenStart": 42501 } }, { "type": "Identifier", - "start": 40148, - "end": 40161, + "start": 42538, + "end": 42551, "loc": { "start": { - "line": 896, + "line": 938, "column": 85 }, "end": { - "line": 896, + "line": 938, "column": 98 }, "identifierName": "_actualHeight" @@ -321424,29 +321696,29 @@ }, { "type": "MemberExpression", - "start": 40173, - "end": 40207, + "start": 42563, + "end": 42597, "loc": { "start": { - "line": 896, + "line": 938, "column": 110 }, "end": { - "line": 896, + "line": 938, "column": 144 } }, "object": { "type": "Identifier", - "start": 40173, - "end": 40182, + "start": 42563, + "end": 42572, "loc": { "start": { - "line": 896, + "line": 938, "column": 110 }, "end": { - "line": 896, + "line": 938, "column": 119 }, "identifierName": "ClassName" @@ -321455,15 +321727,15 @@ }, "property": { "type": "Identifier", - "start": 40183, - "end": 40207, + "start": 42573, + "end": 42597, "loc": { "start": { - "line": 896, + "line": 938, "column": 120 }, "end": { - "line": 896, + "line": 938, "column": 144 }, "identifierName": "TIMELINE_BACKGROUND_GRID" @@ -321476,15 +321748,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40094, - "end": 40109, + "start": 42484, + "end": 42499, "loc": { "start": { - "line": 896, + "line": 938, "column": 31 }, "end": { - "line": 896, + "line": 938, "column": 46 } }, @@ -321496,15 +321768,15 @@ }, { "type": "TemplateElement", - "start": 40136, - "end": 40146, + "start": 42526, + "end": 42536, "loc": { "start": { - "line": 896, + "line": 938, "column": 73 }, "end": { - "line": 896, + "line": 938, "column": 83 } }, @@ -321516,15 +321788,15 @@ }, { "type": "TemplateElement", - "start": 40162, - "end": 40171, + "start": 42552, + "end": 42561, "loc": { "start": { - "line": 896, + "line": 938, "column": 99 }, "end": { - "line": 896, + "line": 938, "column": 108 } }, @@ -321536,15 +321808,15 @@ }, { "type": "TemplateElement", - "start": 40208, - "end": 40219, + "start": 42598, + "end": 42609, "loc": { "start": { - "line": 896, + "line": 938, "column": 145 }, "end": { - "line": 896, + "line": 938, "column": 156 } }, @@ -321561,29 +321833,29 @@ }, { "type": "VariableDeclarator", - "start": 40235, - "end": 40380, + "start": 42625, + "end": 42770, "loc": { "start": { - "line": 897, + "line": 939, "column": 12 }, "end": { - "line": 897, + "line": 939, "column": 157 } }, "id": { "type": "Identifier", - "start": 40235, - "end": 40248, + "start": 42625, + "end": 42638, "loc": { "start": { - "line": 897, + "line": 939, "column": 12 }, "end": { - "line": 897, + "line": 939, "column": 25 }, "identifierName": "_events_lines" @@ -321592,29 +321864,29 @@ }, "init": { "type": "CallExpression", - "start": 40251, - "end": 40380, + "start": 42641, + "end": 42770, "loc": { "start": { - "line": 897, + "line": 939, "column": 28 }, "end": { - "line": 897, + "line": 939, "column": 157 } }, "callee": { "type": "Identifier", - "start": 40251, - "end": 40252, + "start": 42641, + "end": 42642, "loc": { "start": { - "line": 897, + "line": 939, "column": 28 }, "end": { - "line": 897, + "line": 939, "column": 29 }, "identifierName": "$" @@ -321624,58 +321896,58 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 40253, - "end": 40379, + "start": 42643, + "end": 42769, "loc": { "start": { - "line": 897, + "line": 939, "column": 30 }, "end": { - "line": 897, + "line": 939, "column": 156 } }, "expressions": [ { "type": "BinaryExpression", - "start": 40273, - "end": 40293, + "start": 42663, + "end": 42683, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 40273, - "end": 40289, + "start": 42663, + "end": 42679, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 66 } }, "object": { "type": "Identifier", - "start": 40273, - "end": 40279, + "start": 42663, + "end": 42669, "loc": { "start": { - "line": 897, + "line": 939, "column": 50 }, "end": { - "line": 897, + "line": 939, "column": 56 }, "identifierName": "_props" @@ -321684,15 +321956,15 @@ }, "property": { "type": "Identifier", - "start": 40280, - "end": 40289, + "start": 42670, + "end": 42679, "loc": { "start": { - "line": 897, + "line": 939, "column": 57 }, "end": { - "line": 897, + "line": 939, "column": 66 }, "identifierName": "fullwidth" @@ -321704,15 +321976,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 40292, - "end": 40293, + "start": 42682, + "end": 42683, "loc": { "start": { - "line": 897, + "line": 939, "column": 69 }, "end": { - "line": 897, + "line": 939, "column": 70 } }, @@ -321724,20 +321996,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 40271 + "parenStart": 42661 } }, { "type": "Identifier", - "start": 40308, - "end": 40321, + "start": 42698, + "end": 42711, "loc": { "start": { - "line": 897, + "line": 939, "column": 85 }, "end": { - "line": 897, + "line": 939, "column": 98 }, "identifierName": "_actualHeight" @@ -321746,29 +322018,29 @@ }, { "type": "MemberExpression", - "start": 40333, - "end": 40366, + "start": 42723, + "end": 42756, "loc": { "start": { - "line": 897, + "line": 939, "column": 110 }, "end": { - "line": 897, + "line": 939, "column": 143 } }, "object": { "type": "Identifier", - "start": 40333, - "end": 40342, + "start": 42723, + "end": 42732, "loc": { "start": { - "line": 897, + "line": 939, "column": 110 }, "end": { - "line": 897, + "line": 939, "column": 119 }, "identifierName": "ClassName" @@ -321777,15 +322049,15 @@ }, "property": { "type": "Identifier", - "start": 40343, - "end": 40366, + "start": 42733, + "end": 42756, "loc": { "start": { - "line": 897, + "line": 939, "column": 120 }, "end": { - "line": 897, + "line": 939, "column": 143 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -321798,15 +322070,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 40254, - "end": 40269, + "start": 42644, + "end": 42659, "loc": { "start": { - "line": 897, + "line": 939, "column": 31 }, "end": { - "line": 897, + "line": 939, "column": 46 } }, @@ -321818,15 +322090,15 @@ }, { "type": "TemplateElement", - "start": 40296, - "end": 40306, + "start": 42686, + "end": 42696, "loc": { "start": { - "line": 897, + "line": 939, "column": 73 }, "end": { - "line": 897, + "line": 939, "column": 83 } }, @@ -321838,15 +322110,15 @@ }, { "type": "TemplateElement", - "start": 40322, - "end": 40331, + "start": 42712, + "end": 42721, "loc": { "start": { - "line": 897, + "line": 939, "column": 99 }, "end": { - "line": 897, + "line": 939, "column": 108 } }, @@ -321858,15 +322130,15 @@ }, { "type": "TemplateElement", - "start": 40367, - "end": 40378, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 897, + "line": 939, "column": 144 }, "end": { - "line": 897, + "line": 939, "column": 155 } }, @@ -321883,29 +322155,29 @@ }, { "type": "VariableDeclarator", - "start": 40394, - "end": 40464, + "start": 42784, + "end": 42854, "loc": { "start": { - "line": 898, + "line": 940, "column": 12 }, "end": { - "line": 898, + "line": 940, "column": 82 } }, "id": { "type": "Identifier", - "start": 40394, - "end": 40406, + "start": 42784, + "end": 42796, "loc": { "start": { - "line": 898, + "line": 940, "column": 12 }, "end": { - "line": 898, + "line": 940, "column": 24 }, "identifierName": "_events_body" @@ -321914,29 +322186,29 @@ }, "init": { "type": "CallExpression", - "start": 40410, - "end": 40464, + "start": 42800, + "end": 42854, "loc": { "start": { - "line": 898, + "line": 940, "column": 28 }, "end": { - "line": 898, + "line": 940, "column": 82 } }, "callee": { "type": "Identifier", - "start": 40410, - "end": 40411, + "start": 42800, + "end": 42801, "loc": { "start": { - "line": 898, + "line": 940, "column": 28 }, "end": { - "line": 898, + "line": 940, "column": 29 }, "identifierName": "$" @@ -321946,15 +322218,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40412, - "end": 40425, + "start": 42802, + "end": 42815, "loc": { "start": { - "line": 898, + "line": 940, "column": 30 }, "end": { - "line": 898, + "line": 940, "column": 43 } }, @@ -321966,30 +322238,30 @@ }, { "type": "ObjectExpression", - "start": 40427, - "end": 40463, + "start": 42817, + "end": 42853, "loc": { "start": { - "line": 898, + "line": 940, "column": 45 }, "end": { - "line": 898, + "line": 940, "column": 81 } }, "properties": [ { "type": "ObjectProperty", - "start": 40429, - "end": 40461, + "start": 42819, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 47 }, "end": { - "line": 898, + "line": 940, "column": 79 } }, @@ -321998,15 +322270,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 40429, - "end": 40434, + "start": 42819, + "end": 42824, "loc": { "start": { - "line": 898, + "line": 940, "column": 47 }, "end": { - "line": 898, + "line": 940, "column": 52 }, "identifierName": "class" @@ -322015,29 +322287,29 @@ }, "value": { "type": "MemberExpression", - "start": 40436, - "end": 40461, + "start": 42826, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 54 }, "end": { - "line": 898, + "line": 940, "column": 79 } }, "object": { "type": "Identifier", - "start": 40436, - "end": 40445, + "start": 42826, + "end": 42835, "loc": { "start": { - "line": 898, + "line": 940, "column": 54 }, "end": { - "line": 898, + "line": 940, "column": 63 }, "identifierName": "ClassName" @@ -322046,15 +322318,15 @@ }, "property": { "type": "Identifier", - "start": 40446, - "end": 40461, + "start": 42836, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 64 }, "end": { - "line": 898, + "line": 940, "column": 79 }, "identifierName": "TIMELINE_EVENTS" @@ -322071,29 +322343,29 @@ }, { "type": "VariableDeclarator", - "start": 40478, - "end": 40495, + "start": 42868, + "end": 42885, "loc": { "start": { - "line": 899, + "line": 941, "column": 12 }, "end": { - "line": 899, + "line": 941, "column": 29 } }, "id": { "type": "Identifier", - "start": 40478, - "end": 40481, + "start": 42868, + "end": 42871, "loc": { "start": { - "line": 899, + "line": 941, "column": 12 }, "end": { - "line": 899, + "line": 941, "column": 15 }, "identifierName": "_cy" @@ -322102,15 +322374,15 @@ }, "init": { "type": "NumericLiteral", - "start": 40494, - "end": 40495, + "start": 42884, + "end": 42885, "loc": { "start": { - "line": 899, + "line": 941, "column": 28 }, "end": { - "line": 899, + "line": 941, "column": 29 } }, @@ -322123,29 +322395,29 @@ }, { "type": "VariableDeclarator", - "start": 40509, - "end": 40555, + "start": 42899, + "end": 42945, "loc": { "start": { - "line": 900, + "line": 942, "column": 12 }, "end": { - "line": 900, + "line": 942, "column": 58 } }, "id": { "type": "Identifier", - "start": 40509, - "end": 40517, + "start": 42899, + "end": 42907, "loc": { "start": { - "line": 900, + "line": 942, "column": 12 }, "end": { - "line": 900, + "line": 942, "column": 20 }, "identifierName": "ctx_grid" @@ -322154,57 +322426,57 @@ }, "init": { "type": "CallExpression", - "start": 40525, - "end": 40555, + "start": 42915, + "end": 42945, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 40525, - "end": 40549, + "start": 42915, + "end": 42939, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 40525, - "end": 40538, + "start": 42915, + "end": 42928, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 41 } }, "object": { "type": "Identifier", - "start": 40525, - "end": 40535, + "start": 42915, + "end": 42925, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 38 }, "identifierName": "_events_bg" @@ -322213,15 +322485,15 @@ }, "property": { "type": "NumericLiteral", - "start": 40536, - "end": 40537, + "start": 42926, + "end": 42927, "loc": { "start": { - "line": 900, + "line": 942, "column": 39 }, "end": { - "line": 900, + "line": 942, "column": 40 } }, @@ -322235,15 +322507,15 @@ }, "property": { "type": "Identifier", - "start": 40539, - "end": 40549, + "start": 42929, + "end": 42939, "loc": { "start": { - "line": 900, + "line": 942, "column": 42 }, "end": { - "line": 900, + "line": 942, "column": 52 }, "identifierName": "getContext" @@ -322255,15 +322527,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40550, - "end": 40554, + "start": 42940, + "end": 42944, "loc": { "start": { - "line": 900, + "line": 942, "column": 53 }, "end": { - "line": 900, + "line": 942, "column": 57 } }, @@ -322278,29 +322550,29 @@ }, { "type": "VariableDeclarator", - "start": 40569, - "end": 40922, + "start": 42959, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 12 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, "id": { "type": "Identifier", - "start": 40569, - "end": 40580, + "start": 42959, + "end": 42970, "loc": { "start": { - "line": 901, + "line": 943, "column": 12 }, "end": { - "line": 901, + "line": 943, "column": 23 }, "identifierName": "drawRowRect" @@ -322309,15 +322581,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 40585, - "end": 40922, + "start": 42975, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 28 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, @@ -322328,15 +322600,15 @@ "params": [ { "type": "Identifier", - "start": 40587, - "end": 40592, + "start": 42977, + "end": 42982, "loc": { "start": { - "line": 901, + "line": 943, "column": 30 }, "end": { - "line": 901, + "line": 943, "column": 35 }, "identifierName": "pos_y" @@ -322345,15 +322617,15 @@ }, { "type": "Identifier", - "start": 40594, - "end": 40599, + "start": 42984, + "end": 42989, "loc": { "start": { - "line": 901, + "line": 943, "column": 37 }, "end": { - "line": 901, + "line": 943, "column": 42 }, "identifierName": "color" @@ -322363,59 +322635,59 @@ ], "body": { "type": "BlockStatement", - "start": 40605, - "end": 40922, + "start": 42995, + "end": 43312, "loc": { "start": { - "line": 901, + "line": 943, "column": 48 }, "end": { - "line": 907, + "line": 949, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 40623, - "end": 40666, + "start": 43013, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 40623, - "end": 40666, + "start": 43013, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "operator": "=", "left": { "type": "Identifier", - "start": 40623, - "end": 40628, + "start": 43013, + "end": 43018, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 21 }, "identifierName": "color" @@ -322424,58 +322696,58 @@ }, "right": { "type": "CallExpression", - "start": 40631, - "end": 40666, + "start": 43021, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 40631, - "end": 40646, + "start": 43021, + "end": 43036, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 40631, - "end": 40635, + "start": 43021, + "end": 43025, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 28 } } }, "property": { "type": "Identifier", - "start": 40636, - "end": 40646, + "start": 43026, + "end": 43036, "loc": { "start": { - "line": 902, + "line": 944, "column": 29 }, "end": { - "line": 902, + "line": 944, "column": 39 }, "identifierName": "supplement" @@ -322487,15 +322759,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 40648, - "end": 40657, + "start": 43038, + "end": 43047, "loc": { "start": { - "line": 902, + "line": 944, "column": 41 }, "end": { - "line": 902, + "line": 944, "column": 50 } }, @@ -322507,15 +322779,15 @@ }, { "type": "Identifier", - "start": 40659, - "end": 40664, + "start": 43049, + "end": 43054, "loc": { "start": { - "line": 902, + "line": 944, "column": 52 }, "end": { - "line": 902, + "line": 944, "column": 57 }, "identifierName": "color" @@ -322531,15 +322803,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -322548,58 +322820,58 @@ }, { "type": "ExpressionStatement", - "start": 40756, - "end": 40782, + "start": 43146, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 40756, - "end": 40782, + "start": 43146, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40756, - "end": 40774, + "start": 43146, + "end": 43164, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 34 } }, "object": { "type": "Identifier", - "start": 40756, - "end": 40764, + "start": 43146, + "end": 43154, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 24 }, "identifierName": "ctx_grid" @@ -322609,15 +322881,15 @@ }, "property": { "type": "Identifier", - "start": 40765, - "end": 40774, + "start": 43155, + "end": 43164, "loc": { "start": { - "line": 904, + "line": 946, "column": 25 }, "end": { - "line": 904, + "line": 946, "column": 34 }, "identifierName": "fillStyle" @@ -322629,15 +322901,15 @@ }, "right": { "type": "Identifier", - "start": 40777, - "end": 40782, + "start": 43167, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 37 }, "end": { - "line": 904, + "line": 946, "column": 42 }, "identifierName": "color" @@ -322650,15 +322922,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -322667,57 +322939,57 @@ }, { "type": "ExpressionStatement", - "start": 40799, - "end": 40874, + "start": 43189, + "end": 43264, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 91 } }, "expression": { "type": "CallExpression", - "start": 40799, - "end": 40874, + "start": 43189, + "end": 43264, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 40799, - "end": 40816, + "start": 43189, + "end": 43206, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 33 } }, "object": { "type": "Identifier", - "start": 40799, - "end": 40807, + "start": 43189, + "end": 43197, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 24 }, "identifierName": "ctx_grid" @@ -322726,15 +322998,15 @@ }, "property": { "type": "Identifier", - "start": 40808, - "end": 40816, + "start": 43198, + "end": 43206, "loc": { "start": { - "line": 905, + "line": 947, "column": 25 }, "end": { - "line": 905, + "line": 947, "column": 33 }, "identifierName": "fillRect" @@ -322746,15 +323018,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 40818, - "end": 40819, + "start": 43208, + "end": 43209, "loc": { "start": { - "line": 905, + "line": 947, "column": 35 }, "end": { - "line": 905, + "line": 947, "column": 36 } }, @@ -322766,29 +323038,29 @@ }, { "type": "BinaryExpression", - "start": 40821, - "end": 40832, + "start": 43211, + "end": 43222, "loc": { "start": { - "line": 905, + "line": 947, "column": 38 }, "end": { - "line": 905, + "line": 947, "column": 49 } }, "left": { "type": "Identifier", - "start": 40821, - "end": 40826, + "start": 43211, + "end": 43216, "loc": { "start": { - "line": 905, + "line": 947, "column": 38 }, "end": { - "line": 905, + "line": 947, "column": 43 }, "identifierName": "pos_y" @@ -322798,15 +323070,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 40829, - "end": 40832, + "start": 43219, + "end": 43222, "loc": { "start": { - "line": 905, + "line": 947, "column": 46 }, "end": { - "line": 905, + "line": 947, "column": 49 } }, @@ -322819,29 +323091,29 @@ }, { "type": "MemberExpression", - "start": 40834, - "end": 40850, + "start": 43224, + "end": 43240, "loc": { "start": { - "line": 905, + "line": 947, "column": 51 }, "end": { - "line": 905, + "line": 947, "column": 67 } }, "object": { "type": "Identifier", - "start": 40834, - "end": 40840, + "start": 43224, + "end": 43230, "loc": { "start": { - "line": 905, + "line": 947, "column": 51 }, "end": { - "line": 905, + "line": 947, "column": 57 }, "identifierName": "_props" @@ -322850,15 +323122,15 @@ }, "property": { "type": "Identifier", - "start": 40841, - "end": 40850, + "start": 43231, + "end": 43240, "loc": { "start": { - "line": 905, + "line": 947, "column": 58 }, "end": { - "line": 905, + "line": 947, "column": 67 }, "identifierName": "fullwidth" @@ -322869,43 +323141,43 @@ }, { "type": "BinaryExpression", - "start": 40852, - "end": 40872, + "start": 43242, + "end": 43262, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 89 } }, "left": { "type": "MemberExpression", - "start": 40852, - "end": 40866, + "start": 43242, + "end": 43256, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 83 } }, "object": { "type": "Identifier", - "start": 40852, - "end": 40858, + "start": 43242, + "end": 43248, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 75 }, "identifierName": "_props" @@ -322914,15 +323186,15 @@ }, "property": { "type": "Identifier", - "start": 40859, - "end": 40866, + "start": 43249, + "end": 43256, "loc": { "start": { - "line": 905, + "line": 947, "column": 76 }, "end": { - "line": 905, + "line": 947, "column": 83 }, "identifierName": "rowSize" @@ -322934,15 +323206,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 40869, - "end": 40872, + "start": 43259, + "end": 43262, "loc": { "start": { - "line": 905, + "line": 947, "column": 86 }, "end": { - "line": 905, + "line": 947, "column": 89 } }, @@ -322958,57 +323230,57 @@ }, { "type": "ExpressionStatement", - "start": 40891, - "end": 40908, + "start": 43281, + "end": 43298, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 40891, - "end": 40908, + "start": 43281, + "end": 43298, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 40891, - "end": 40906, + "start": 43281, + "end": 43296, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 31 } }, "object": { "type": "Identifier", - "start": 40891, - "end": 40899, + "start": 43281, + "end": 43289, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 24 }, "identifierName": "ctx_grid" @@ -323017,15 +323289,15 @@ }, "property": { "type": "Identifier", - "start": 40900, - "end": 40906, + "start": 43290, + "end": 43296, "loc": { "start": { - "line": 906, + "line": 948, "column": 25 }, "end": { - "line": 906, + "line": 948, "column": 31 }, "identifierName": "stroke" @@ -323044,29 +323316,29 @@ }, { "type": "VariableDeclarator", - "start": 40936, - "end": 41660, + "start": 43326, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 12 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, "id": { "type": "Identifier", - "start": 40936, - "end": 40954, + "start": 43326, + "end": 43344, "loc": { "start": { - "line": 908, + "line": 950, "column": 12 }, "end": { - "line": 908, + "line": 950, "column": 30 }, "identifierName": "drawHorizontalLine" @@ -323075,15 +323347,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 40957, - "end": 41660, + "start": 43347, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 33 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, @@ -323094,15 +323366,15 @@ "params": [ { "type": "Identifier", - "start": 40959, - "end": 40964, + "start": 43349, + "end": 43354, "loc": { "start": { - "line": 908, + "line": 950, "column": 35 }, "end": { - "line": 908, + "line": 950, "column": 40 }, "identifierName": "pos_y" @@ -323111,15 +323383,15 @@ }, { "type": "Identifier", - "start": 40966, - "end": 40975, + "start": 43356, + "end": 43365, "loc": { "start": { - "line": 908, + "line": 950, "column": 42 }, "end": { - "line": 908, + "line": 950, "column": 51 }, "identifierName": "is_dotted" @@ -323129,59 +323401,59 @@ ], "body": { "type": "BlockStatement", - "start": 40981, - "end": 41660, + "start": 43371, + "end": 44050, "loc": { "start": { - "line": 908, + "line": 950, "column": 57 }, "end": { - "line": 924, + "line": 966, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 40999, - "end": 41046, + "start": 43389, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 40999, - "end": 41046, + "start": 43389, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 40999, - "end": 41008, + "start": 43389, + "end": 43398, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 25 }, "identifierName": "is_dotted" @@ -323190,58 +323462,58 @@ }, "right": { "type": "CallExpression", - "start": 41011, - "end": 41046, + "start": 43401, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 41011, - "end": 41026, + "start": 43401, + "end": 43416, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 41011, - "end": 41015, + "start": 43401, + "end": 43405, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41016, - "end": 41026, + "start": 43406, + "end": 43416, "loc": { "start": { - "line": 909, + "line": 951, "column": 33 }, "end": { - "line": 909, + "line": 951, "column": 43 }, "identifierName": "supplement" @@ -323253,15 +323525,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41028, - "end": 41033, + "start": 43418, + "end": 43423, "loc": { "start": { - "line": 909, + "line": 951, "column": 45 }, "end": { - "line": 909, + "line": 951, "column": 50 } }, @@ -323269,15 +323541,15 @@ }, { "type": "Identifier", - "start": 41035, - "end": 41044, + "start": 43425, + "end": 43434, "loc": { "start": { - "line": 909, + "line": 951, "column": 52 }, "end": { - "line": 909, + "line": 951, "column": 61 }, "identifierName": "is_dotted" @@ -323293,15 +323565,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -323310,58 +323582,58 @@ }, { "type": "ExpressionStatement", - "start": 41114, - "end": 41162, + "start": 43504, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 41114, - "end": 41162, + "start": 43504, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41114, - "end": 41134, + "start": 43504, + "end": 43524, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 36 } }, "object": { "type": "Identifier", - "start": 41114, - "end": 41122, + "start": 43504, + "end": 43512, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 24 }, "identifierName": "ctx_grid" @@ -323371,15 +323643,15 @@ }, "property": { "type": "Identifier", - "start": 41123, - "end": 41134, + "start": 43513, + "end": 43524, "loc": { "start": { - "line": 911, + "line": 953, "column": 25 }, "end": { - "line": 911, + "line": 953, "column": 36 }, "identifierName": "strokeStyle" @@ -323391,15 +323663,15 @@ }, "right": { "type": "StringLiteral", - "start": 41137, - "end": 41162, + "start": 43527, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 39 }, "end": { - "line": 911, + "line": 953, "column": 64 } }, @@ -323415,15 +323687,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -323432,58 +323704,58 @@ }, { "type": "ExpressionStatement", - "start": 41179, - "end": 41201, + "start": 43569, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 41179, - "end": 41201, + "start": 43569, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41179, - "end": 41197, + "start": 43569, + "end": 43587, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 34 } }, "object": { "type": "Identifier", - "start": 41179, - "end": 41187, + "start": 43569, + "end": 43577, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 24 }, "identifierName": "ctx_grid" @@ -323492,15 +323764,15 @@ }, "property": { "type": "Identifier", - "start": 41188, - "end": 41197, + "start": 43578, + "end": 43587, "loc": { "start": { - "line": 912, + "line": 954, "column": 25 }, "end": { - "line": 912, + "line": 954, "column": 34 }, "identifierName": "lineWidth" @@ -323511,15 +323783,15 @@ }, "right": { "type": "NumericLiteral", - "start": 41200, - "end": 41201, + "start": 43590, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 37 }, "end": { - "line": 912, + "line": 954, "column": 38 } }, @@ -323533,58 +323805,58 @@ }, { "type": "ExpressionStatement", - "start": 41218, - "end": 41249, + "start": 43608, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 41218, - "end": 41249, + "start": 43608, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41218, - "end": 41233, + "start": 43608, + "end": 43623, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 31 } }, "object": { "type": "Identifier", - "start": 41218, - "end": 41226, + "start": 43608, + "end": 43616, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 24 }, "identifierName": "ctx_grid" @@ -323593,15 +323865,15 @@ }, "property": { "type": "Identifier", - "start": 41227, - "end": 41233, + "start": 43617, + "end": 43623, "loc": { "start": { - "line": 913, + "line": 955, "column": 25 }, "end": { - "line": 913, + "line": 955, "column": 31 }, "identifierName": "filter" @@ -323612,15 +323884,15 @@ }, "right": { "type": "StringLiteral", - "start": 41236, - "end": 41249, + "start": 43626, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 34 }, "end": { - "line": 913, + "line": 955, "column": 47 } }, @@ -323634,57 +323906,57 @@ }, { "type": "ExpressionStatement", - "start": 41266, - "end": 41286, + "start": 43656, + "end": 43676, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41266, - "end": 41286, + "start": 43656, + "end": 43676, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 41266, - "end": 41284, + "start": 43656, + "end": 43674, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 34 } }, "object": { "type": "Identifier", - "start": 41266, - "end": 41274, + "start": 43656, + "end": 43664, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 24 }, "identifierName": "ctx_grid" @@ -323693,15 +323965,15 @@ }, "property": { "type": "Identifier", - "start": 41275, - "end": 41284, + "start": 43665, + "end": 43674, "loc": { "start": { - "line": 914, + "line": 956, "column": 25 }, "end": { - "line": 914, + "line": 956, "column": 34 }, "identifierName": "beginPath" @@ -323715,29 +323987,29 @@ }, { "type": "IfStatement", - "start": 41303, - "end": 41460, + "start": 43693, + "end": 43850, "loc": { "start": { - "line": 915, + "line": 957, "column": 16 }, "end": { - "line": 919, + "line": 961, "column": 17 } }, "test": { "type": "Identifier", - "start": 41308, - "end": 41317, + "start": 43698, + "end": 43707, "loc": { "start": { - "line": 915, + "line": 957, "column": 21 }, "end": { - "line": 915, + "line": 957, "column": 30 }, "identifierName": "is_dotted" @@ -323746,72 +324018,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 41320, - "end": 41390, + "start": 43710, + "end": 43780, "loc": { "start": { - "line": 915, + "line": 957, "column": 33 }, "end": { - "line": 917, + "line": 959, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 41342, - "end": 41372, + "start": 43732, + "end": 43762, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 41342, - "end": 41372, + "start": 43732, + "end": 43762, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 41342, - "end": 41362, + "start": 43732, + "end": 43752, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 40 } }, "object": { "type": "Identifier", - "start": 41342, - "end": 41350, + "start": 43732, + "end": 43740, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 28 }, "identifierName": "ctx_grid" @@ -323820,15 +324092,15 @@ }, "property": { "type": "Identifier", - "start": 41351, - "end": 41362, + "start": 43741, + "end": 43752, "loc": { "start": { - "line": 916, + "line": 958, "column": 29 }, "end": { - "line": 916, + "line": 958, "column": 40 }, "identifierName": "setLineDash" @@ -323840,30 +324112,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 41363, - "end": 41371, + "start": 43753, + "end": 43761, "loc": { "start": { - "line": 916, + "line": 958, "column": 41 }, "end": { - "line": 916, + "line": 958, "column": 49 } }, "elements": [ { "type": "NumericLiteral", - "start": 41365, - "end": 41366, + "start": 43755, + "end": 43756, "loc": { "start": { - "line": 916, + "line": 958, "column": 43 }, "end": { - "line": 916, + "line": 958, "column": 44 } }, @@ -323875,15 +324147,15 @@ }, { "type": "NumericLiteral", - "start": 41368, - "end": 41369, + "start": 43758, + "end": 43759, "loc": { "start": { - "line": 916, + "line": 958, "column": 46 }, "end": { - "line": 916, + "line": 958, "column": 47 } }, @@ -323903,72 +324175,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 41396, - "end": 41460, + "start": 43786, + "end": 43850, "loc": { "start": { - "line": 917, + "line": 959, "column": 23 }, "end": { - "line": 919, + "line": 961, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 41418, - "end": 41442, + "start": 43808, + "end": 43832, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 41418, - "end": 41442, + "start": 43808, + "end": 43832, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41418, - "end": 41438, + "start": 43808, + "end": 43828, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 40 } }, "object": { "type": "Identifier", - "start": 41418, - "end": 41426, + "start": 43808, + "end": 43816, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 28 }, "identifierName": "ctx_grid" @@ -323977,15 +324249,15 @@ }, "property": { "type": "Identifier", - "start": 41427, - "end": 41438, + "start": 43817, + "end": 43828, "loc": { "start": { - "line": 918, + "line": 960, "column": 29 }, "end": { - "line": 918, + "line": 960, "column": 40 }, "identifierName": "setLineDash" @@ -323997,15 +324269,15 @@ "arguments": [ { "type": "ArrayExpression", - "start": 41439, - "end": 41441, + "start": 43829, + "end": 43831, "loc": { "start": { - "line": 918, + "line": 960, "column": 41 }, "end": { - "line": 918, + "line": 960, "column": 43 } }, @@ -324020,57 +324292,57 @@ }, { "type": "ExpressionStatement", - "start": 41477, - "end": 41510, + "start": 43867, + "end": 43900, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41477, - "end": 41510, + "start": 43867, + "end": 43900, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 41477, - "end": 41492, + "start": 43867, + "end": 43882, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 31 } }, "object": { "type": "Identifier", - "start": 41477, - "end": 41485, + "start": 43867, + "end": 43875, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 24 }, "identifierName": "ctx_grid" @@ -324079,15 +324351,15 @@ }, "property": { "type": "Identifier", - "start": 41486, - "end": 41492, + "start": 43876, + "end": 43882, "loc": { "start": { - "line": 920, + "line": 962, "column": 25 }, "end": { - "line": 920, + "line": 962, "column": 31 }, "identifierName": "moveTo" @@ -324099,15 +324371,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 41494, - "end": 41495, + "start": 43884, + "end": 43885, "loc": { "start": { - "line": 920, + "line": 962, "column": 33 }, "end": { - "line": 920, + "line": 962, "column": 34 } }, @@ -324119,29 +324391,29 @@ }, { "type": "BinaryExpression", - "start": 41497, - "end": 41508, + "start": 43887, + "end": 43898, "loc": { "start": { - "line": 920, + "line": 962, "column": 36 }, "end": { - "line": 920, + "line": 962, "column": 47 } }, "left": { "type": "Identifier", - "start": 41497, - "end": 41502, + "start": 43887, + "end": 43892, "loc": { "start": { - "line": 920, + "line": 962, "column": 36 }, "end": { - "line": 920, + "line": 962, "column": 41 }, "identifierName": "pos_y" @@ -324151,15 +324423,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 41505, - "end": 41508, + "start": 43895, + "end": 43898, "loc": { "start": { - "line": 920, + "line": 962, "column": 44 }, "end": { - "line": 920, + "line": 962, "column": 47 } }, @@ -324175,57 +324447,57 @@ }, { "type": "ExpressionStatement", - "start": 41527, - "end": 41575, + "start": 43917, + "end": 43965, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 41527, - "end": 41575, + "start": 43917, + "end": 43965, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 41527, - "end": 41542, + "start": 43917, + "end": 43932, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 31 } }, "object": { "type": "Identifier", - "start": 41527, - "end": 41535, + "start": 43917, + "end": 43925, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 24 }, "identifierName": "ctx_grid" @@ -324234,15 +324506,15 @@ }, "property": { "type": "Identifier", - "start": 41536, - "end": 41542, + "start": 43926, + "end": 43932, "loc": { "start": { - "line": 921, + "line": 963, "column": 25 }, "end": { - "line": 921, + "line": 963, "column": 31 }, "identifierName": "lineTo" @@ -324254,29 +324526,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 41544, - "end": 41560, + "start": 43934, + "end": 43950, "loc": { "start": { - "line": 921, + "line": 963, "column": 33 }, "end": { - "line": 921, + "line": 963, "column": 49 } }, "object": { "type": "Identifier", - "start": 41544, - "end": 41550, + "start": 43934, + "end": 43940, "loc": { "start": { - "line": 921, + "line": 963, "column": 33 }, "end": { - "line": 921, + "line": 963, "column": 39 }, "identifierName": "_props" @@ -324285,15 +324557,15 @@ }, "property": { "type": "Identifier", - "start": 41551, - "end": 41560, + "start": 43941, + "end": 43950, "loc": { "start": { - "line": 921, + "line": 963, "column": 40 }, "end": { - "line": 921, + "line": 963, "column": 49 }, "identifierName": "fullwidth" @@ -324304,29 +324576,29 @@ }, { "type": "BinaryExpression", - "start": 41562, - "end": 41573, + "start": 43952, + "end": 43963, "loc": { "start": { - "line": 921, + "line": 963, "column": 51 }, "end": { - "line": 921, + "line": 963, "column": 62 } }, "left": { "type": "Identifier", - "start": 41562, - "end": 41567, + "start": 43952, + "end": 43957, "loc": { "start": { - "line": 921, + "line": 963, "column": 51 }, "end": { - "line": 921, + "line": 963, "column": 56 }, "identifierName": "pos_y" @@ -324336,15 +324608,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 41570, - "end": 41573, + "start": 43960, + "end": 43963, "loc": { "start": { - "line": 921, + "line": 963, "column": 59 }, "end": { - "line": 921, + "line": 963, "column": 62 } }, @@ -324360,57 +324632,57 @@ }, { "type": "ExpressionStatement", - "start": 41592, - "end": 41612, + "start": 43982, + "end": 44002, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41592, - "end": 41612, + "start": 43982, + "end": 44002, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 41592, - "end": 41610, + "start": 43982, + "end": 44000, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 34 } }, "object": { "type": "Identifier", - "start": 41592, - "end": 41600, + "start": 43982, + "end": 43990, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 24 }, "identifierName": "ctx_grid" @@ -324419,15 +324691,15 @@ }, "property": { "type": "Identifier", - "start": 41601, - "end": 41610, + "start": 43991, + "end": 44000, "loc": { "start": { - "line": 922, + "line": 964, "column": 25 }, "end": { - "line": 922, + "line": 964, "column": 34 }, "identifierName": "closePath" @@ -324441,57 +324713,57 @@ }, { "type": "ExpressionStatement", - "start": 41629, - "end": 41646, + "start": 44019, + "end": 44036, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 41629, - "end": 41646, + "start": 44019, + "end": 44036, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 41629, - "end": 41644, + "start": 44019, + "end": 44034, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 31 } }, "object": { "type": "Identifier", - "start": 41629, - "end": 41637, + "start": 44019, + "end": 44027, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 24 }, "identifierName": "ctx_grid" @@ -324500,15 +324772,15 @@ }, "property": { "type": "Identifier", - "start": 41638, - "end": 41644, + "start": 44028, + "end": 44034, "loc": { "start": { - "line": 923, + "line": 965, "column": 25 }, "end": { - "line": 923, + "line": 965, "column": 31 }, "identifierName": "stroke" @@ -324527,29 +324799,29 @@ }, { "type": "VariableDeclarator", - "start": 41674, - "end": 42399, + "start": 44064, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 12 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "id": { "type": "Identifier", - "start": 41674, - "end": 41690, + "start": 44064, + "end": 44080, "loc": { "start": { - "line": 925, + "line": 967, "column": 12 }, "end": { - "line": 925, + "line": 967, "column": 28 }, "identifierName": "drawVerticalLine" @@ -324558,15 +324830,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 41693, - "end": 42399, + "start": 44083, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 31 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, @@ -324577,15 +324849,15 @@ "params": [ { "type": "Identifier", - "start": 41695, - "end": 41700, + "start": 44085, + "end": 44090, "loc": { "start": { - "line": 925, + "line": 967, "column": 33 }, "end": { - "line": 925, + "line": 967, "column": 38 }, "identifierName": "pos_x" @@ -324594,15 +324866,15 @@ }, { "type": "Identifier", - "start": 41702, - "end": 41711, + "start": 44092, + "end": 44101, "loc": { "start": { - "line": 925, + "line": 967, "column": 40 }, "end": { - "line": 925, + "line": 967, "column": 49 }, "identifierName": "is_dotted" @@ -324612,59 +324884,59 @@ ], "body": { "type": "BlockStatement", - "start": 41717, - "end": 42399, + "start": 44107, + "end": 44789, "loc": { "start": { - "line": 925, + "line": 967, "column": 55 }, "end": { - "line": 941, + "line": 983, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 41735, - "end": 41782, + "start": 44125, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 41735, - "end": 41782, + "start": 44125, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 41735, - "end": 41744, + "start": 44125, + "end": 44134, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 25 }, "identifierName": "is_dotted" @@ -324673,58 +324945,58 @@ }, "right": { "type": "CallExpression", - "start": 41747, - "end": 41782, + "start": 44137, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 41747, - "end": 41762, + "start": 44137, + "end": 44152, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 41747, - "end": 41751, + "start": 44137, + "end": 44141, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41752, - "end": 41762, + "start": 44142, + "end": 44152, "loc": { "start": { - "line": 926, + "line": 968, "column": 33 }, "end": { - "line": 926, + "line": 968, "column": 43 }, "identifierName": "supplement" @@ -324736,15 +325008,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41764, - "end": 41769, + "start": 44154, + "end": 44159, "loc": { "start": { - "line": 926, + "line": 968, "column": 45 }, "end": { - "line": 926, + "line": 968, "column": 50 } }, @@ -324752,15 +325024,15 @@ }, { "type": "Identifier", - "start": 41771, - "end": 41780, + "start": 44161, + "end": 44170, "loc": { "start": { - "line": 926, + "line": 968, "column": 52 }, "end": { - "line": 926, + "line": 968, "column": 61 }, "identifierName": "is_dotted" @@ -324776,15 +325048,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -324793,58 +325065,58 @@ }, { "type": "ExpressionStatement", - "start": 41850, - "end": 41900, + "start": 44240, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 41850, - "end": 41900, + "start": 44240, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41850, - "end": 41870, + "start": 44240, + "end": 44260, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 36 } }, "object": { "type": "Identifier", - "start": 41850, - "end": 41858, + "start": 44240, + "end": 44248, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 24 }, "identifierName": "ctx_grid" @@ -324854,15 +325126,15 @@ }, "property": { "type": "Identifier", - "start": 41859, - "end": 41870, + "start": 44249, + "end": 44260, "loc": { "start": { - "line": 928, + "line": 970, "column": 25 }, "end": { - "line": 928, + "line": 970, "column": 36 }, "identifierName": "strokeStyle" @@ -324874,15 +325146,15 @@ }, "right": { "type": "StringLiteral", - "start": 41873, - "end": 41900, + "start": 44263, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 39 }, "end": { - "line": 928, + "line": 970, "column": 66 } }, @@ -324898,15 +325170,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -324915,58 +325187,58 @@ }, { "type": "ExpressionStatement", - "start": 41917, - "end": 41939, + "start": 44307, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 41917, - "end": 41939, + "start": 44307, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41917, - "end": 41935, + "start": 44307, + "end": 44325, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 34 } }, "object": { "type": "Identifier", - "start": 41917, - "end": 41925, + "start": 44307, + "end": 44315, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 24 }, "identifierName": "ctx_grid" @@ -324975,15 +325247,15 @@ }, "property": { "type": "Identifier", - "start": 41926, - "end": 41935, + "start": 44316, + "end": 44325, "loc": { "start": { - "line": 929, + "line": 971, "column": 25 }, "end": { - "line": 929, + "line": 971, "column": 34 }, "identifierName": "lineWidth" @@ -324994,15 +325266,15 @@ }, "right": { "type": "NumericLiteral", - "start": 41938, - "end": 41939, + "start": 44328, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 37 }, "end": { - "line": 929, + "line": 971, "column": 38 } }, @@ -325016,58 +325288,58 @@ }, { "type": "ExpressionStatement", - "start": 41956, - "end": 41987, + "start": 44346, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 41956, - "end": 41987, + "start": 44346, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41956, - "end": 41971, + "start": 44346, + "end": 44361, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 31 } }, "object": { "type": "Identifier", - "start": 41956, - "end": 41964, + "start": 44346, + "end": 44354, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 24 }, "identifierName": "ctx_grid" @@ -325076,15 +325348,15 @@ }, "property": { "type": "Identifier", - "start": 41965, - "end": 41971, + "start": 44355, + "end": 44361, "loc": { "start": { - "line": 930, + "line": 972, "column": 25 }, "end": { - "line": 930, + "line": 972, "column": 31 }, "identifierName": "filter" @@ -325095,15 +325367,15 @@ }, "right": { "type": "StringLiteral", - "start": 41974, - "end": 41987, + "start": 44364, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 34 }, "end": { - "line": 930, + "line": 972, "column": 47 } }, @@ -325117,57 +325389,57 @@ }, { "type": "ExpressionStatement", - "start": 42004, - "end": 42024, + "start": 44394, + "end": 44414, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42004, - "end": 42024, + "start": 44394, + "end": 44414, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 42004, - "end": 42022, + "start": 44394, + "end": 44412, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 34 } }, "object": { "type": "Identifier", - "start": 42004, - "end": 42012, + "start": 44394, + "end": 44402, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 24 }, "identifierName": "ctx_grid" @@ -325176,15 +325448,15 @@ }, "property": { "type": "Identifier", - "start": 42013, - "end": 42022, + "start": 44403, + "end": 44412, "loc": { "start": { - "line": 931, + "line": 973, "column": 25 }, "end": { - "line": 931, + "line": 973, "column": 34 }, "identifierName": "beginPath" @@ -325198,29 +325470,29 @@ }, { "type": "IfStatement", - "start": 42041, - "end": 42198, + "start": 44431, + "end": 44588, "loc": { "start": { - "line": 932, + "line": 974, "column": 16 }, "end": { - "line": 936, + "line": 978, "column": 17 } }, "test": { "type": "Identifier", - "start": 42046, - "end": 42055, + "start": 44436, + "end": 44445, "loc": { "start": { - "line": 932, + "line": 974, "column": 21 }, "end": { - "line": 932, + "line": 974, "column": 30 }, "identifierName": "is_dotted" @@ -325229,72 +325501,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 42058, - "end": 42128, + "start": 44448, + "end": 44518, "loc": { "start": { - "line": 932, + "line": 974, "column": 33 }, "end": { - "line": 934, + "line": 976, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 42080, - "end": 42110, + "start": 44470, + "end": 44500, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42080, - "end": 42110, + "start": 44470, + "end": 44500, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 42080, - "end": 42100, + "start": 44470, + "end": 44490, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 40 } }, "object": { "type": "Identifier", - "start": 42080, - "end": 42088, + "start": 44470, + "end": 44478, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 28 }, "identifierName": "ctx_grid" @@ -325303,15 +325575,15 @@ }, "property": { "type": "Identifier", - "start": 42089, - "end": 42100, + "start": 44479, + "end": 44490, "loc": { "start": { - "line": 933, + "line": 975, "column": 29 }, "end": { - "line": 933, + "line": 975, "column": 40 }, "identifierName": "setLineDash" @@ -325323,30 +325595,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 42101, - "end": 42109, + "start": 44491, + "end": 44499, "loc": { "start": { - "line": 933, + "line": 975, "column": 41 }, "end": { - "line": 933, + "line": 975, "column": 49 } }, "elements": [ { "type": "NumericLiteral", - "start": 42103, - "end": 42104, + "start": 44493, + "end": 44494, "loc": { "start": { - "line": 933, + "line": 975, "column": 43 }, "end": { - "line": 933, + "line": 975, "column": 44 } }, @@ -325358,15 +325630,15 @@ }, { "type": "NumericLiteral", - "start": 42106, - "end": 42107, + "start": 44496, + "end": 44497, "loc": { "start": { - "line": 933, + "line": 975, "column": 46 }, "end": { - "line": 933, + "line": 975, "column": 47 } }, @@ -325386,72 +325658,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 42134, - "end": 42198, + "start": 44524, + "end": 44588, "loc": { "start": { - "line": 934, + "line": 976, "column": 23 }, "end": { - "line": 936, + "line": 978, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 42156, - "end": 42180, + "start": 44546, + "end": 44570, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 42156, - "end": 42180, + "start": 44546, + "end": 44570, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 42156, - "end": 42176, + "start": 44546, + "end": 44566, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 40 } }, "object": { "type": "Identifier", - "start": 42156, - "end": 42164, + "start": 44546, + "end": 44554, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 28 }, "identifierName": "ctx_grid" @@ -325460,15 +325732,15 @@ }, "property": { "type": "Identifier", - "start": 42165, - "end": 42176, + "start": 44555, + "end": 44566, "loc": { "start": { - "line": 935, + "line": 977, "column": 29 }, "end": { - "line": 935, + "line": 977, "column": 40 }, "identifierName": "setLineDash" @@ -325480,15 +325752,15 @@ "arguments": [ { "type": "ArrayExpression", - "start": 42177, - "end": 42179, + "start": 44567, + "end": 44569, "loc": { "start": { - "line": 935, + "line": 977, "column": 41 }, "end": { - "line": 935, + "line": 977, "column": 43 } }, @@ -325503,57 +325775,57 @@ }, { "type": "ExpressionStatement", - "start": 42215, - "end": 42248, + "start": 44605, + "end": 44638, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 42215, - "end": 42248, + "start": 44605, + "end": 44638, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42215, - "end": 42230, + "start": 44605, + "end": 44620, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 31 } }, "object": { "type": "Identifier", - "start": 42215, - "end": 42223, + "start": 44605, + "end": 44613, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 24 }, "identifierName": "ctx_grid" @@ -325562,15 +325834,15 @@ }, "property": { "type": "Identifier", - "start": 42224, - "end": 42230, + "start": 44614, + "end": 44620, "loc": { "start": { - "line": 937, + "line": 979, "column": 25 }, "end": { - "line": 937, + "line": 979, "column": 31 }, "identifierName": "moveTo" @@ -325582,29 +325854,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 42232, - "end": 42243, + "start": 44622, + "end": 44633, "loc": { "start": { - "line": 937, + "line": 979, "column": 33 }, "end": { - "line": 937, + "line": 979, "column": 44 } }, "left": { "type": "Identifier", - "start": 42232, - "end": 42237, + "start": 44622, + "end": 44627, "loc": { "start": { - "line": 937, + "line": 979, "column": 33 }, "end": { - "line": 937, + "line": 979, "column": 38 }, "identifierName": "pos_x" @@ -325614,15 +325886,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 42240, - "end": 42243, + "start": 44630, + "end": 44633, "loc": { "start": { - "line": 937, + "line": 979, "column": 41 }, "end": { - "line": 937, + "line": 979, "column": 44 } }, @@ -325635,15 +325907,15 @@ }, { "type": "NumericLiteral", - "start": 42245, - "end": 42246, + "start": 44635, + "end": 44636, "loc": { "start": { - "line": 937, + "line": 979, "column": 46 }, "end": { - "line": 937, + "line": 979, "column": 47 } }, @@ -325658,57 +325930,57 @@ }, { "type": "ExpressionStatement", - "start": 42265, - "end": 42314, + "start": 44655, + "end": 44704, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 42265, - "end": 42314, + "start": 44655, + "end": 44704, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 42265, - "end": 42280, + "start": 44655, + "end": 44670, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 31 } }, "object": { "type": "Identifier", - "start": 42265, - "end": 42273, + "start": 44655, + "end": 44663, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 24 }, "identifierName": "ctx_grid" @@ -325717,15 +325989,15 @@ }, "property": { "type": "Identifier", - "start": 42274, - "end": 42280, + "start": 44664, + "end": 44670, "loc": { "start": { - "line": 938, + "line": 980, "column": 25 }, "end": { - "line": 938, + "line": 980, "column": 31 }, "identifierName": "lineTo" @@ -325737,29 +326009,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 42282, - "end": 42293, + "start": 44672, + "end": 44683, "loc": { "start": { - "line": 938, + "line": 980, "column": 33 }, "end": { - "line": 938, + "line": 980, "column": 44 } }, "left": { "type": "Identifier", - "start": 42282, - "end": 42287, + "start": 44672, + "end": 44677, "loc": { "start": { - "line": 938, + "line": 980, "column": 33 }, "end": { - "line": 938, + "line": 980, "column": 38 }, "identifierName": "pos_x" @@ -325769,15 +326041,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 42290, - "end": 42293, + "start": 44680, + "end": 44683, "loc": { "start": { - "line": 938, + "line": 980, "column": 41 }, "end": { - "line": 938, + "line": 980, "column": 44 } }, @@ -325790,29 +326062,29 @@ }, { "type": "MemberExpression", - "start": 42295, - "end": 42312, + "start": 44685, + "end": 44702, "loc": { "start": { - "line": 938, + "line": 980, "column": 46 }, "end": { - "line": 938, + "line": 980, "column": 63 } }, "object": { "type": "Identifier", - "start": 42295, - "end": 42301, + "start": 44685, + "end": 44691, "loc": { "start": { - "line": 938, + "line": 980, "column": 46 }, "end": { - "line": 938, + "line": 980, "column": 52 }, "identifierName": "_props" @@ -325821,15 +326093,15 @@ }, "property": { "type": "Identifier", - "start": 42302, - "end": 42312, + "start": 44692, + "end": 44702, "loc": { "start": { - "line": 938, + "line": 980, "column": 53 }, "end": { - "line": 938, + "line": 980, "column": 63 }, "identifierName": "fullheight" @@ -325843,57 +326115,57 @@ }, { "type": "ExpressionStatement", - "start": 42331, - "end": 42351, + "start": 44721, + "end": 44741, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42331, - "end": 42351, + "start": 44721, + "end": 44741, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 42331, - "end": 42349, + "start": 44721, + "end": 44739, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 34 } }, "object": { "type": "Identifier", - "start": 42331, - "end": 42339, + "start": 44721, + "end": 44729, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 24 }, "identifierName": "ctx_grid" @@ -325902,15 +326174,15 @@ }, "property": { "type": "Identifier", - "start": 42340, - "end": 42349, + "start": 44730, + "end": 44739, "loc": { "start": { - "line": 939, + "line": 981, "column": 25 }, "end": { - "line": 939, + "line": 981, "column": 34 }, "identifierName": "closePath" @@ -325924,57 +326196,57 @@ }, { "type": "ExpressionStatement", - "start": 42368, - "end": 42385, + "start": 44758, + "end": 44775, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 42368, - "end": 42385, + "start": 44758, + "end": 44775, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 42368, - "end": 42383, + "start": 44758, + "end": 44773, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 31 } }, "object": { "type": "Identifier", - "start": 42368, - "end": 42376, + "start": 44758, + "end": 44766, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 24 }, "identifierName": "ctx_grid" @@ -325983,15 +326255,15 @@ }, "property": { "type": "Identifier", - "start": 42377, - "end": 42383, + "start": 44767, + "end": 44773, "loc": { "start": { - "line": 940, + "line": 982, "column": 25 }, "end": { - "line": 940, + "line": 982, "column": 31 }, "identifierName": "stroke" @@ -326013,44 +326285,44 @@ }, { "type": "ExpressionStatement", - "start": 42417, - "end": 42424, + "start": 44807, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, "expression": { "type": "AssignmentExpression", - "start": 42417, - "end": 42424, + "start": 44807, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42417, - "end": 42420, + "start": 44807, + "end": 44810, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 11 }, "identifierName": "_cy" @@ -326059,15 +326331,15 @@ }, "right": { "type": "NumericLiteral", - "start": 42423, - "end": 42424, + "start": 44813, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 14 }, "end": { - "line": 943, + "line": 985, "column": 15 } }, @@ -326081,58 +326353,58 @@ }, { "type": "ForStatement", - "start": 42433, - "end": 42646, + "start": 44823, + "end": 45036, "loc": { "start": { - "line": 944, + "line": 986, "column": 8 }, "end": { - "line": 948, + "line": 990, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 42439, - "end": 42448, + "start": 44829, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 14 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42443, - "end": 42448, + "start": 44833, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 18 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, "id": { "type": "Identifier", - "start": 42443, - "end": 42444, + "start": 44833, + "end": 44834, "loc": { "start": { - "line": 944, + "line": 986, "column": 18 }, "end": { - "line": 944, + "line": 986, "column": 19 }, "identifierName": "i" @@ -326141,15 +326413,15 @@ }, "init": { "type": "NumericLiteral", - "start": 42447, - "end": 42448, + "start": 44837, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 22 }, "end": { - "line": 944, + "line": 986, "column": 23 } }, @@ -326165,29 +326437,29 @@ }, "test": { "type": "BinaryExpression", - "start": 42450, - "end": 42465, + "start": 44840, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 25 }, "end": { - "line": 944, + "line": 986, "column": 40 } }, "left": { "type": "Identifier", - "start": 42450, - "end": 42451, + "start": 44840, + "end": 44841, "loc": { "start": { - "line": 944, + "line": 986, "column": 25 }, "end": { - "line": 944, + "line": 986, "column": 26 }, "identifierName": "i" @@ -326197,29 +326469,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 42454, - "end": 42465, + "start": 44844, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 29 }, "end": { - "line": 944, + "line": 986, "column": 40 } }, "object": { "type": "Identifier", - "start": 42454, - "end": 42460, + "start": 44844, + "end": 44850, "loc": { "start": { - "line": 944, + "line": 986, "column": 29 }, "end": { - "line": 944, + "line": 986, "column": 35 }, "identifierName": "_props" @@ -326228,15 +326500,15 @@ }, "property": { "type": "Identifier", - "start": 42461, - "end": 42465, + "start": 44851, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 36 }, "end": { - "line": 944, + "line": 986, "column": 40 }, "identifierName": "rows" @@ -326248,15 +326520,15 @@ }, "update": { "type": "UpdateExpression", - "start": 42467, - "end": 42470, + "start": 44857, + "end": 44860, "loc": { "start": { - "line": 944, + "line": 986, "column": 42 }, "end": { - "line": 944, + "line": 986, "column": 45 } }, @@ -326264,15 +326536,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 42467, - "end": 42468, + "start": 44857, + "end": 44858, "loc": { "start": { - "line": 944, + "line": 986, "column": 42 }, "end": { - "line": 944, + "line": 986, "column": 43 }, "identifierName": "i" @@ -326282,59 +326554,59 @@ }, "body": { "type": "BlockStatement", - "start": 42473, - "end": 42646, + "start": 44863, + "end": 45036, "loc": { "start": { - "line": 944, + "line": 986, "column": 48 }, "end": { - "line": 948, + "line": 990, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42487, - "end": 42512, + "start": 44877, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 42487, - "end": 42512, + "start": 44877, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 42487, - "end": 42490, + "start": 44877, + "end": 44880, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 15 }, "identifierName": "_cy" @@ -326343,57 +326615,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 42494, - "end": 42512, + "start": 44884, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 42494, - "end": 42504, + "start": 44884, + "end": 44894, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 29 } }, "left": { "type": "BinaryExpression", - "start": 42494, - "end": 42499, + "start": 44884, + "end": 44889, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 24 } }, "left": { "type": "Identifier", - "start": 42494, - "end": 42495, + "start": 44884, + "end": 44885, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 20 }, "identifierName": "i" @@ -326403,15 +326675,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42498, - "end": 42499, + "start": 44888, + "end": 44889, "loc": { "start": { - "line": 945, + "line": 987, "column": 23 }, "end": { - "line": 945, + "line": 987, "column": 24 } }, @@ -326425,15 +326697,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42503, - "end": 42504, + "start": 44893, + "end": 44894, "loc": { "start": { - "line": 945, + "line": 987, "column": 28 }, "end": { - "line": 945, + "line": 987, "column": 29 } }, @@ -326446,15 +326718,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42507, - "end": 42508, + "start": 44897, + "end": 44898, "loc": { "start": { - "line": 945, + "line": 987, "column": 32 }, "end": { - "line": 945, + "line": 987, "column": 33 } }, @@ -326466,15 +326738,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 42511, - "end": 42512, + "start": 44901, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 36 }, "end": { - "line": 945, + "line": 987, "column": 37 } }, @@ -326489,44 +326761,44 @@ }, { "type": "VariableDeclaration", - "start": 42525, - "end": 42566, + "start": 44915, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 12 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42529, - "end": 42566, + "start": 44919, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 16 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "id": { "type": "Identifier", - "start": 42529, - "end": 42535, + "start": 44919, + "end": 44925, "loc": { "start": { - "line": 946, + "line": 988, "column": 16 }, "end": { - "line": 946, + "line": 988, "column": 22 }, "identifierName": "_pos_y" @@ -326535,43 +326807,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42538, - "end": 42566, + "start": 44928, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 25 }, "end": { - "line": 946, + "line": 988, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 42540, - "end": 42558, + "start": 44930, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 27 }, "end": { - "line": 946, + "line": 988, "column": 45 } }, "left": { "type": "Identifier", - "start": 42540, - "end": 42541, + "start": 44930, + "end": 44931, "loc": { "start": { - "line": 946, + "line": 988, "column": 27 }, "end": { - "line": 946, + "line": 988, "column": 28 }, "identifierName": "i" @@ -326581,29 +326853,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 42544, - "end": 42558, + "start": 44934, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 31 }, "end": { - "line": 946, + "line": 988, "column": 45 } }, "object": { "type": "Identifier", - "start": 42544, - "end": 42550, + "start": 44934, + "end": 44940, "loc": { "start": { - "line": 946, + "line": 988, "column": 31 }, "end": { - "line": 946, + "line": 988, "column": 37 }, "identifierName": "_props" @@ -326612,15 +326884,15 @@ }, "property": { "type": "Identifier", - "start": 42551, - "end": 42558, + "start": 44941, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 38 }, "end": { - "line": 946, + "line": 988, "column": 45 }, "identifierName": "rowSize" @@ -326631,21 +326903,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 42538 + "parenStart": 44928 } }, "operator": "+", "right": { "type": "Identifier", - "start": 42563, - "end": 42566, + "start": 44953, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 50 }, "end": { - "line": 946, + "line": 988, "column": 53 }, "identifierName": "_cy" @@ -326659,43 +326931,43 @@ }, { "type": "ExpressionStatement", - "start": 42579, - "end": 42636, + "start": 44969, + "end": 45026, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42579, - "end": 42636, + "start": 44969, + "end": 45026, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 69 } }, "callee": { "type": "Identifier", - "start": 42579, - "end": 42590, + "start": 44969, + "end": 44980, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 23 }, "identifierName": "drawRowRect" @@ -326705,15 +326977,15 @@ "arguments": [ { "type": "Identifier", - "start": 42592, - "end": 42598, + "start": 44982, + "end": 44988, "loc": { "start": { - "line": 947, + "line": 989, "column": 25 }, "end": { - "line": 947, + "line": 989, "column": 31 }, "identifierName": "_pos_y" @@ -326722,57 +326994,57 @@ }, { "type": "ConditionalExpression", - "start": 42600, - "end": 42634, + "start": 44990, + "end": 45024, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 42600, - "end": 42610, + "start": 44990, + "end": 45000, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 42600, - "end": 42605, + "start": 44990, + "end": 44995, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 38 } }, "left": { "type": "Identifier", - "start": 42600, - "end": 42601, + "start": 44990, + "end": 44991, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 34 }, "identifierName": "i" @@ -326782,15 +327054,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42604, - "end": 42605, + "start": 44994, + "end": 44995, "loc": { "start": { - "line": 947, + "line": 989, "column": 37 }, "end": { - "line": 947, + "line": 989, "column": 38 } }, @@ -326804,15 +327076,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42609, - "end": 42610, + "start": 44999, + "end": 45000, "loc": { "start": { - "line": 947, + "line": 989, "column": 42 }, "end": { - "line": 947, + "line": 989, "column": 43 } }, @@ -326825,15 +327097,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 42613, - "end": 42622, + "start": 45003, + "end": 45012, "loc": { "start": { - "line": 947, + "line": 989, "column": 46 }, "end": { - "line": 947, + "line": 989, "column": 55 } }, @@ -326845,15 +327117,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 42625, - "end": 42634, + "start": 45015, + "end": 45024, "loc": { "start": { - "line": 947, + "line": 989, "column": 58 }, "end": { - "line": 947, + "line": 989, "column": 67 } }, @@ -326873,44 +327145,44 @@ }, { "type": "ExpressionStatement", - "start": 42655, - "end": 42662, + "start": 45045, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, "expression": { "type": "AssignmentExpression", - "start": 42655, - "end": 42662, + "start": 45045, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, "operator": "=", "left": { "type": "Identifier", - "start": 42655, - "end": 42658, + "start": 45045, + "end": 45048, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 11 }, "identifierName": "_cy" @@ -326919,15 +327191,15 @@ }, "right": { "type": "NumericLiteral", - "start": 42661, - "end": 42662, + "start": 45051, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 14 }, "end": { - "line": 949, + "line": 991, "column": 15 } }, @@ -326941,58 +327213,58 @@ }, { "type": "ForStatement", - "start": 42671, - "end": 42861, + "start": 45061, + "end": 45251, "loc": { "start": { - "line": 950, + "line": 992, "column": 8 }, "end": { - "line": 954, + "line": 996, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 42677, - "end": 42686, + "start": 45067, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 14 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42681, - "end": 42686, + "start": 45071, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 18 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, "id": { "type": "Identifier", - "start": 42681, - "end": 42682, + "start": 45071, + "end": 45072, "loc": { "start": { - "line": 950, + "line": 992, "column": 18 }, "end": { - "line": 950, + "line": 992, "column": 19 }, "identifierName": "i" @@ -327001,15 +327273,15 @@ }, "init": { "type": "NumericLiteral", - "start": 42685, - "end": 42686, + "start": 45075, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 22 }, "end": { - "line": 950, + "line": 992, "column": 23 } }, @@ -327025,29 +327297,29 @@ }, "test": { "type": "BinaryExpression", - "start": 42688, - "end": 42703, + "start": 45078, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 25 }, "end": { - "line": 950, + "line": 992, "column": 40 } }, "left": { "type": "Identifier", - "start": 42688, - "end": 42689, + "start": 45078, + "end": 45079, "loc": { "start": { - "line": 950, + "line": 992, "column": 25 }, "end": { - "line": 950, + "line": 992, "column": 26 }, "identifierName": "i" @@ -327057,29 +327329,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 42692, - "end": 42703, + "start": 45082, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 29 }, "end": { - "line": 950, + "line": 992, "column": 40 } }, "object": { "type": "Identifier", - "start": 42692, - "end": 42698, + "start": 45082, + "end": 45088, "loc": { "start": { - "line": 950, + "line": 992, "column": 29 }, "end": { - "line": 950, + "line": 992, "column": 35 }, "identifierName": "_props" @@ -327088,15 +327360,15 @@ }, "property": { "type": "Identifier", - "start": 42699, - "end": 42703, + "start": 45089, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 36 }, "end": { - "line": 950, + "line": 992, "column": 40 }, "identifierName": "rows" @@ -327108,15 +327380,15 @@ }, "update": { "type": "UpdateExpression", - "start": 42705, - "end": 42708, + "start": 45095, + "end": 45098, "loc": { "start": { - "line": 950, + "line": 992, "column": 42 }, "end": { - "line": 950, + "line": 992, "column": 45 } }, @@ -327124,15 +327396,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 42705, - "end": 42706, + "start": 45095, + "end": 45096, "loc": { "start": { - "line": 950, + "line": 992, "column": 42 }, "end": { - "line": 950, + "line": 992, "column": 43 }, "identifierName": "i" @@ -327142,59 +327414,59 @@ }, "body": { "type": "BlockStatement", - "start": 42711, - "end": 42861, + "start": 45101, + "end": 45251, "loc": { "start": { - "line": 950, + "line": 992, "column": 48 }, "end": { - "line": 954, + "line": 996, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 42725, - "end": 42750, + "start": 45115, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 42725, - "end": 42750, + "start": 45115, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 42725, - "end": 42728, + "start": 45115, + "end": 45118, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 15 }, "identifierName": "_cy" @@ -327203,57 +327475,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 42732, - "end": 42750, + "start": 45122, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 42732, - "end": 42742, + "start": 45122, + "end": 45132, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 29 } }, "left": { "type": "BinaryExpression", - "start": 42732, - "end": 42737, + "start": 45122, + "end": 45127, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 24 } }, "left": { "type": "Identifier", - "start": 42732, - "end": 42733, + "start": 45122, + "end": 45123, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 20 }, "identifierName": "i" @@ -327263,15 +327535,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 42736, - "end": 42737, + "start": 45126, + "end": 45127, "loc": { "start": { - "line": 951, + "line": 993, "column": 23 }, "end": { - "line": 951, + "line": 993, "column": 24 } }, @@ -327285,15 +327557,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 42741, - "end": 42742, + "start": 45131, + "end": 45132, "loc": { "start": { - "line": 951, + "line": 993, "column": 28 }, "end": { - "line": 951, + "line": 993, "column": 29 } }, @@ -327306,15 +327578,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 42745, - "end": 42746, + "start": 45135, + "end": 45136, "loc": { "start": { - "line": 951, + "line": 993, "column": 32 }, "end": { - "line": 951, + "line": 993, "column": 33 } }, @@ -327326,15 +327598,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 42749, - "end": 42750, + "start": 45139, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 36 }, "end": { - "line": 951, + "line": 993, "column": 37 } }, @@ -327349,44 +327621,44 @@ }, { "type": "VariableDeclaration", - "start": 42763, - "end": 42804, + "start": 45153, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 12 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 42767, - "end": 42804, + "start": 45157, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 16 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "id": { "type": "Identifier", - "start": 42767, - "end": 42773, + "start": 45157, + "end": 45163, "loc": { "start": { - "line": 952, + "line": 994, "column": 16 }, "end": { - "line": 952, + "line": 994, "column": 22 }, "identifierName": "_pos_y" @@ -327395,43 +327667,43 @@ }, "init": { "type": "BinaryExpression", - "start": 42776, - "end": 42804, + "start": 45166, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 25 }, "end": { - "line": 952, + "line": 994, "column": 53 } }, "left": { "type": "BinaryExpression", - "start": 42778, - "end": 42796, + "start": 45168, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 27 }, "end": { - "line": 952, + "line": 994, "column": 45 } }, "left": { "type": "Identifier", - "start": 42778, - "end": 42779, + "start": 45168, + "end": 45169, "loc": { "start": { - "line": 952, + "line": 994, "column": 27 }, "end": { - "line": 952, + "line": 994, "column": 28 }, "identifierName": "i" @@ -327441,29 +327713,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 42782, - "end": 42796, + "start": 45172, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 31 }, "end": { - "line": 952, + "line": 994, "column": 45 } }, "object": { "type": "Identifier", - "start": 42782, - "end": 42788, + "start": 45172, + "end": 45178, "loc": { "start": { - "line": 952, + "line": 994, "column": 31 }, "end": { - "line": 952, + "line": 994, "column": 37 }, "identifierName": "_props" @@ -327472,15 +327744,15 @@ }, "property": { "type": "Identifier", - "start": 42789, - "end": 42796, + "start": 45179, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 38 }, "end": { - "line": 952, + "line": 994, "column": 45 }, "identifierName": "rowSize" @@ -327491,21 +327763,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 42776 + "parenStart": 45166 } }, "operator": "+", "right": { "type": "Identifier", - "start": 42801, - "end": 42804, + "start": 45191, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 50 }, "end": { - "line": 952, + "line": 994, "column": 53 }, "identifierName": "_cy" @@ -327519,43 +327791,43 @@ }, { "type": "ExpressionStatement", - "start": 42817, - "end": 42851, + "start": 45207, + "end": 45241, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 42817, - "end": 42851, + "start": 45207, + "end": 45241, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 46 } }, "callee": { "type": "Identifier", - "start": 42817, - "end": 42835, + "start": 45207, + "end": 45225, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 30 }, "identifierName": "drawHorizontalLine" @@ -327565,15 +327837,15 @@ "arguments": [ { "type": "Identifier", - "start": 42837, - "end": 42843, + "start": 45227, + "end": 45233, "loc": { "start": { - "line": 953, + "line": 995, "column": 32 }, "end": { - "line": 953, + "line": 995, "column": 38 }, "identifierName": "_pos_y" @@ -327582,15 +327854,15 @@ }, { "type": "BooleanLiteral", - "start": 42845, - "end": 42849, + "start": 45235, + "end": 45239, "loc": { "start": { - "line": 953, + "line": 995, "column": 40 }, "end": { - "line": 953, + "line": 995, "column": 44 } }, @@ -327605,57 +327877,57 @@ }, { "type": "IfStatement", - "start": 42870, - "end": 43585, + "start": 45260, + "end": 45975, "loc": { "start": { - "line": 955, + "line": 997, "column": 8 }, "end": { - "line": 969, + "line": 1011, "column": 9 } }, "test": { "type": "CallExpression", - "start": 42875, - "end": 42914, + "start": 45265, + "end": 45304, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 42875, - "end": 42899, + "start": 45265, + "end": 45289, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 42875, - "end": 42894, + "start": 45265, + "end": 45284, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 32 } }, @@ -327667,15 +327939,15 @@ }, "property": { "type": "Identifier", - "start": 42895, - "end": 42899, + "start": 45285, + "end": 45289, "loc": { "start": { - "line": 955, + "line": 997, "column": 33 }, "end": { - "line": 955, + "line": 997, "column": 37 }, "identifierName": "test" @@ -327687,29 +327959,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 42901, - "end": 42912, + "start": 45291, + "end": 45302, "loc": { "start": { - "line": 955, + "line": 997, "column": 39 }, "end": { - "line": 955, + "line": 997, "column": 50 } }, "object": { "type": "Identifier", - "start": 42901, - "end": 42906, + "start": 45291, + "end": 45296, "loc": { "start": { - "line": 955, + "line": 997, "column": 39 }, "end": { - "line": 955, + "line": 997, "column": 44 }, "identifierName": "_opts" @@ -327718,15 +327990,15 @@ }, "property": { "type": "Identifier", - "start": 42907, - "end": 42912, + "start": 45297, + "end": 45302, "loc": { "start": { - "line": 955, + "line": 997, "column": 45 }, "end": { - "line": 955, + "line": 997, "column": 50 }, "identifierName": "scale" @@ -327739,59 +328011,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 42917, - "end": 43371, + "start": 45307, + "end": 45761, "loc": { "start": { - "line": 955, + "line": 997, "column": 55 }, "end": { - "line": 964, + "line": 1006, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 43041, - "end": 43118, + "start": 45431, + "end": 45508, "loc": { "start": { - "line": 957, + "line": 999, "column": 12 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43045, - "end": 43093, + "start": 45435, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 16 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, "id": { "type": "Identifier", - "start": 43045, - "end": 43048, + "start": 45435, + "end": 45438, "loc": { "start": { - "line": 957, + "line": 999, "column": 16 }, "end": { - "line": 957, + "line": 999, "column": 19 }, "identifierName": "_bc" @@ -327801,57 +328073,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 43051, - "end": 43093, + "start": 45441, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, "test": { "type": "CallExpression", - "start": 43051, - "end": 43082, + "start": 45441, + "end": 45472, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 43051, - "end": 43067, + "start": 45441, + "end": 45457, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 43051, - "end": 43062, + "start": 45441, + "end": 45452, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 33 } }, @@ -327863,15 +328135,15 @@ }, "property": { "type": "Identifier", - "start": 43063, - "end": 43067, + "start": 45453, + "end": 45457, "loc": { "start": { - "line": 957, + "line": 999, "column": 34 }, "end": { - "line": 957, + "line": 999, "column": 38 }, "identifierName": "test" @@ -327883,29 +328155,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43069, - "end": 43080, + "start": 45459, + "end": 45470, "loc": { "start": { - "line": 957, + "line": 999, "column": 40 }, "end": { - "line": 957, + "line": 999, "column": 51 } }, "object": { "type": "Identifier", - "start": 43069, - "end": 43074, + "start": 45459, + "end": 45464, "loc": { "start": { - "line": 957, + "line": 999, "column": 40 }, "end": { - "line": 957, + "line": 999, "column": 45 }, "identifierName": "_opts" @@ -327914,15 +328186,15 @@ }, "property": { "type": "Identifier", - "start": 43075, - "end": 43080, + "start": 45465, + "end": 45470, "loc": { "start": { - "line": 957, + "line": 999, "column": 46 }, "end": { - "line": 957, + "line": 999, "column": 51 }, "identifierName": "scale" @@ -327935,15 +328207,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 43085, - "end": 43088, + "start": 45475, + "end": 45478, "loc": { "start": { - "line": 957, + "line": 999, "column": 56 }, "end": { - "line": 957, + "line": 999, "column": 59 } }, @@ -327955,15 +328227,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 43091, - "end": 43093, + "start": 45481, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 62 }, "end": { - "line": 957, + "line": 999, "column": 64 } }, @@ -327978,29 +328250,29 @@ }, { "type": "VariableDeclarator", - "start": 43111, - "end": 43118, + "start": 45501, + "end": 45508, "loc": { "start": { - "line": 958, + "line": 1000, "column": 16 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, "id": { "type": "Identifier", - "start": 43111, - "end": 43114, + "start": 45501, + "end": 45504, "loc": { "start": { - "line": 958, + "line": 1000, "column": 16 }, "end": { - "line": 958, + "line": 1000, "column": 19 }, "identifierName": "_sy" @@ -328009,15 +328281,15 @@ }, "init": { "type": "NumericLiteral", - "start": 43117, - "end": 43118, + "start": 45507, + "end": 45508, "loc": { "start": { - "line": 958, + "line": 1000, "column": 22 }, "end": { - "line": 958, + "line": 1000, "column": 23 } }, @@ -328034,15 +328306,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 42931, - "end": 43028, + "start": 45321, + "end": 45418, "loc": { "start": { - "line": 956, + "line": 998, "column": 12 }, "end": { - "line": 956, + "line": 998, "column": 109 } } @@ -328051,58 +328323,58 @@ }, { "type": "ForOfStatement", - "start": 43144, - "end": 43361, + "start": 45534, + "end": 45751, "loc": { "start": { - "line": 960, + "line": 1002, "column": 12 }, "end": { - "line": 963, + "line": 1005, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 43150, - "end": 43158, + "start": 45540, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 18 }, "end": { - "line": 960, + "line": 1002, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43154, - "end": 43158, + "start": 45544, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 22 }, "end": { - "line": 960, + "line": 1002, "column": 26 } }, "id": { "type": "Identifier", - "start": 43154, - "end": 43158, + "start": 45544, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 22 }, "end": { - "line": 960, + "line": 1002, "column": 26 }, "identifierName": "_key" @@ -328116,43 +328388,43 @@ }, "right": { "type": "CallExpression", - "start": 43162, - "end": 43197, + "start": 45552, + "end": 45587, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 43162, - "end": 43173, + "start": 45552, + "end": 45563, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 41 } }, "object": { "type": "Identifier", - "start": 43162, - "end": 43168, + "start": 45552, + "end": 45558, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 36 }, "identifierName": "Object" @@ -328161,15 +328433,15 @@ }, "property": { "type": "Identifier", - "start": 43169, - "end": 43173, + "start": 45559, + "end": 45563, "loc": { "start": { - "line": 960, + "line": 1002, "column": 37 }, "end": { - "line": 960, + "line": 1002, "column": 41 }, "identifierName": "keys" @@ -328181,29 +328453,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43175, - "end": 43195, + "start": 45565, + "end": 45585, "loc": { "start": { - "line": 960, + "line": 1002, "column": 43 }, "end": { - "line": 960, + "line": 1002, "column": 63 } }, "object": { "type": "Identifier", - "start": 43175, - "end": 43181, + "start": 45565, + "end": 45571, "loc": { "start": { - "line": 960, + "line": 1002, "column": 43 }, "end": { - "line": 960, + "line": 1002, "column": 49 }, "identifierName": "_props" @@ -328212,15 +328484,15 @@ }, "property": { "type": "Identifier", - "start": 43182, - "end": 43195, + "start": 45572, + "end": 45585, "loc": { "start": { - "line": 960, + "line": 1002, "column": 50 }, "end": { - "line": 960, + "line": 1002, "column": 63 }, "identifierName": "variableScale" @@ -328233,59 +328505,59 @@ }, "body": { "type": "BlockStatement", - "start": 43200, - "end": 43361, + "start": 45590, + "end": 45751, "loc": { "start": { - "line": 960, + "line": 1002, "column": 68 }, "end": { - "line": 963, + "line": 1005, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43218, - "end": 43300, + "start": 45608, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 43218, - "end": 43300, + "start": 45608, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 43218, - "end": 43221, + "start": 45608, + "end": 45611, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 19 }, "identifierName": "_sy" @@ -328294,58 +328566,58 @@ }, "right": { "type": "CallExpression", - "start": 43225, - "end": 43300, + "start": 45615, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 43225, - "end": 43238, + "start": 45615, + "end": 45628, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 43225, - "end": 43229, + "start": 45615, + "end": 45619, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 27 } } }, "property": { "type": "Identifier", - "start": 43230, - "end": 43238, + "start": 45620, + "end": 45628, "loc": { "start": { - "line": 961, + "line": 1003, "column": 28 }, "end": { - "line": 961, + "line": 1003, "column": 36 }, "identifierName": "numRound" @@ -328357,71 +328629,71 @@ "arguments": [ { "type": "BinaryExpression", - "start": 43240, - "end": 43295, + "start": 45630, + "end": 45685, "loc": { "start": { - "line": 961, + "line": 1003, "column": 38 }, "end": { - "line": 961, + "line": 1003, "column": 93 } }, "left": { "type": "BinaryExpression", - "start": 43242, - "end": 43287, + "start": 45632, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 85 } }, "left": { "type": "MemberExpression", - "start": 43242, - "end": 43268, + "start": 45632, + "end": 45658, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 43242, - "end": 43262, + "start": 45632, + "end": 45652, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 60 } }, "object": { "type": "Identifier", - "start": 43242, - "end": 43248, + "start": 45632, + "end": 45638, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 46 }, "identifierName": "_props" @@ -328430,15 +328702,15 @@ }, "property": { "type": "Identifier", - "start": 43249, - "end": 43262, + "start": 45639, + "end": 45652, "loc": { "start": { - "line": 961, + "line": 1003, "column": 47 }, "end": { - "line": 961, + "line": 1003, "column": 60 }, "identifierName": "variableScale" @@ -328449,15 +328721,15 @@ }, "property": { "type": "Identifier", - "start": 43263, - "end": 43267, + "start": 45653, + "end": 45657, "loc": { "start": { - "line": 961, + "line": 1003, "column": 61 }, "end": { - "line": 961, + "line": 1003, "column": 65 }, "identifierName": "_key" @@ -328469,29 +328741,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 43271, - "end": 43287, + "start": 45661, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 69 }, "end": { - "line": 961, + "line": 1003, "column": 85 } }, "object": { "type": "Identifier", - "start": 43271, - "end": 43277, + "start": 45661, + "end": 45667, "loc": { "start": { - "line": 961, + "line": 1003, "column": 69 }, "end": { - "line": 961, + "line": 1003, "column": 75 }, "identifierName": "_props" @@ -328500,15 +328772,15 @@ }, "property": { "type": "Identifier", - "start": 43278, - "end": 43287, + "start": 45668, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 76 }, "end": { - "line": 961, + "line": 1003, "column": 85 }, "identifierName": "scaleSize" @@ -328519,21 +328791,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 43240 + "parenStart": 45630 } }, "operator": "/", "right": { "type": "Identifier", - "start": 43292, - "end": 43295, + "start": 45682, + "end": 45685, "loc": { "start": { - "line": 961, + "line": 1003, "column": 90 }, "end": { - "line": 961, + "line": 1003, "column": 93 }, "identifierName": "_bc" @@ -328543,15 +328815,15 @@ }, { "type": "NumericLiteral", - "start": 43297, - "end": 43298, + "start": 45687, + "end": 45688, "loc": { "start": { - "line": 961, + "line": 1003, "column": 95 }, "end": { - "line": 961, + "line": 1003, "column": 96 } }, @@ -328567,43 +328839,43 @@ }, { "type": "ExpressionStatement", - "start": 43317, - "end": 43347, + "start": 45707, + "end": 45737, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 43317, - "end": 43347, + "start": 45707, + "end": 45737, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 46 } }, "callee": { "type": "Identifier", - "start": 43317, - "end": 43333, + "start": 45707, + "end": 45723, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 32 }, "identifierName": "drawVerticalLine" @@ -328613,15 +328885,15 @@ "arguments": [ { "type": "Identifier", - "start": 43335, - "end": 43338, + "start": 45725, + "end": 45728, "loc": { "start": { - "line": 962, + "line": 1004, "column": 34 }, "end": { - "line": 962, + "line": 1004, "column": 37 }, "identifierName": "_sy" @@ -328630,15 +328902,15 @@ }, { "type": "BooleanLiteral", - "start": 43340, - "end": 43345, + "start": 45730, + "end": 45735, "loc": { "start": { - "line": 962, + "line": 1004, "column": 39 }, "end": { - "line": 962, + "line": 1004, "column": 44 } }, @@ -328656,73 +328928,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 43377, - "end": 43585, + "start": 45767, + "end": 45975, "loc": { "start": { - "line": 964, + "line": 1006, "column": 15 }, "end": { - "line": 969, + "line": 1011, "column": 9 } }, "body": [ { "type": "ForStatement", - "start": 43451, - "end": 43575, + "start": 45841, + "end": 45965, "loc": { "start": { - "line": 966, + "line": 1008, "column": 12 }, "end": { - "line": 968, + "line": 1010, "column": 13 } }, "init": { "type": "VariableDeclaration", - "start": 43457, - "end": 43466, + "start": 45847, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 18 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43461, - "end": 43466, + "start": 45851, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 22 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, "id": { "type": "Identifier", - "start": 43461, - "end": 43462, + "start": 45851, + "end": 45852, "loc": { "start": { - "line": 966, + "line": 1008, "column": 22 }, "end": { - "line": 966, + "line": 1008, "column": 23 }, "identifierName": "i" @@ -328732,15 +329004,15 @@ }, "init": { "type": "NumericLiteral", - "start": 43465, - "end": 43466, + "start": 45855, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 26 }, "end": { - "line": 966, + "line": 1008, "column": 27 } }, @@ -328758,29 +329030,29 @@ }, "test": { "type": "BinaryExpression", - "start": 43468, - "end": 43484, + "start": 45858, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 29 }, "end": { - "line": 966, + "line": 1008, "column": 45 } }, "left": { "type": "Identifier", - "start": 43468, - "end": 43469, + "start": 45858, + "end": 45859, "loc": { "start": { - "line": 966, + "line": 1008, "column": 29 }, "end": { - "line": 966, + "line": 1008, "column": 30 }, "identifierName": "i" @@ -328790,29 +329062,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 43472, - "end": 43484, + "start": 45862, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 33 }, "end": { - "line": 966, + "line": 1008, "column": 45 } }, "object": { "type": "Identifier", - "start": 43472, - "end": 43478, + "start": 45862, + "end": 45868, "loc": { "start": { - "line": 966, + "line": 1008, "column": 33 }, "end": { - "line": 966, + "line": 1008, "column": 39 }, "identifierName": "_props" @@ -328821,15 +329093,15 @@ }, "property": { "type": "Identifier", - "start": 43479, - "end": 43484, + "start": 45869, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 40 }, "end": { - "line": 966, + "line": 1008, "column": 45 }, "identifierName": "grids" @@ -328841,15 +329113,15 @@ }, "update": { "type": "UpdateExpression", - "start": 43486, - "end": 43489, + "start": 45876, + "end": 45879, "loc": { "start": { - "line": 966, + "line": 1008, "column": 47 }, "end": { - "line": 966, + "line": 1008, "column": 50 } }, @@ -328857,15 +329129,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 43486, - "end": 43487, + "start": 45876, + "end": 45877, "loc": { "start": { - "line": 966, + "line": 1008, "column": 47 }, "end": { - "line": 966, + "line": 1008, "column": 48 }, "identifierName": "i" @@ -328875,58 +329147,58 @@ }, "body": { "type": "BlockStatement", - "start": 43492, - "end": 43575, + "start": 45882, + "end": 45965, "loc": { "start": { - "line": 966, + "line": 1008, "column": 53 }, "end": { - "line": 968, + "line": 1010, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43510, - "end": 43561, + "start": 45900, + "end": 45951, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 43510, - "end": 43561, + "start": 45900, + "end": 45951, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 67 } }, "callee": { "type": "Identifier", - "start": 43510, - "end": 43526, + "start": 45900, + "end": 45916, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 32 }, "identifierName": "drawVerticalLine" @@ -328936,29 +329208,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 43530, - "end": 43550, + "start": 45920, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 36 }, "end": { - "line": 967, + "line": 1009, "column": 56 } }, "left": { "type": "Identifier", - "start": 43530, - "end": 43531, + "start": 45920, + "end": 45921, "loc": { "start": { - "line": 967, + "line": 1009, "column": 36 }, "end": { - "line": 967, + "line": 1009, "column": 37 }, "identifierName": "i" @@ -328968,29 +329240,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 43534, - "end": 43550, + "start": 45924, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 40 }, "end": { - "line": 967, + "line": 1009, "column": 56 } }, "object": { "type": "Identifier", - "start": 43534, - "end": 43540, + "start": 45924, + "end": 45930, "loc": { "start": { - "line": 967, + "line": 1009, "column": 40 }, "end": { - "line": 967, + "line": 1009, "column": 46 }, "identifierName": "_props" @@ -328999,15 +329271,15 @@ }, "property": { "type": "Identifier", - "start": 43541, - "end": 43550, + "start": 45931, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 47 }, "end": { - "line": 967, + "line": 1009, "column": 56 }, "identifierName": "scaleSize" @@ -329018,20 +329290,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 43528 + "parenStart": 45918 } }, { "type": "BooleanLiteral", - "start": 43554, - "end": 43559, + "start": 45944, + "end": 45949, "loc": { "start": { - "line": 967, + "line": 1009, "column": 60 }, "end": { - "line": 967, + "line": 1009, "column": 65 } }, @@ -329047,15 +329319,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 43391, - "end": 43438, + "start": 45781, + "end": 45828, "loc": { "start": { - "line": 965, + "line": 1007, "column": 12 }, "end": { - "line": 965, + "line": 1007, "column": 59 } } @@ -329068,113 +329340,113 @@ }, { "type": "ReturnStatement", - "start": 43603, - "end": 43688, + "start": 45993, + "end": 46078, "loc": { "start": { - "line": 971, + "line": 1013, "column": 8 }, "end": { - "line": 971, + "line": 1013, "column": 93 } }, "argument": { "type": "CallExpression", - "start": 43610, - "end": 43688, + "start": 46000, + "end": 46078, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43672, + "start": 46000, + "end": 46062, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 77 } }, "object": { "type": "CallExpression", - "start": 43610, - "end": 43665, + "start": 46000, + "end": 46055, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43648, + "start": 46000, + "end": 46038, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 53 } }, "object": { "type": "CallExpression", - "start": 43610, - "end": 43641, + "start": 46000, + "end": 46031, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 43610, - "end": 43627, + "start": 46000, + "end": 46017, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 32 } }, "object": { "type": "Identifier", - "start": 43610, - "end": 43620, + "start": 46000, + "end": 46010, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 25 }, "identifierName": "_container" @@ -329183,15 +329455,15 @@ }, "property": { "type": "Identifier", - "start": 43621, - "end": 43627, + "start": 46011, + "end": 46017, "loc": { "start": { - "line": 971, + "line": 1013, "column": 26 }, "end": { - "line": 971, + "line": 1013, "column": 32 }, "identifierName": "append" @@ -329203,15 +329475,15 @@ "arguments": [ { "type": "Identifier", - "start": 43629, - "end": 43639, + "start": 46019, + "end": 46029, "loc": { "start": { - "line": 971, + "line": 1013, "column": 34 }, "end": { - "line": 971, + "line": 1013, "column": 44 }, "identifierName": "_events_bg" @@ -329222,15 +329494,15 @@ }, "property": { "type": "Identifier", - "start": 43642, - "end": 43648, + "start": 46032, + "end": 46038, "loc": { "start": { - "line": 971, + "line": 1013, "column": 47 }, "end": { - "line": 971, + "line": 1013, "column": 53 }, "identifierName": "append" @@ -329242,15 +329514,15 @@ "arguments": [ { "type": "Identifier", - "start": 43650, - "end": 43663, + "start": 46040, + "end": 46053, "loc": { "start": { - "line": 971, + "line": 1013, "column": 55 }, "end": { - "line": 971, + "line": 1013, "column": 68 }, "identifierName": "_events_lines" @@ -329261,15 +329533,15 @@ }, "property": { "type": "Identifier", - "start": 43666, - "end": 43672, + "start": 46056, + "end": 46062, "loc": { "start": { - "line": 971, + "line": 1013, "column": 71 }, "end": { - "line": 971, + "line": 1013, "column": 77 }, "identifierName": "append" @@ -329281,15 +329553,15 @@ "arguments": [ { "type": "Identifier", - "start": 43674, - "end": 43686, + "start": 46064, + "end": 46076, "loc": { "start": { - "line": 971, + "line": 1013, "column": 79 }, "end": { - "line": 971, + "line": 1013, "column": 91 }, "identifierName": "_events_body" @@ -329307,15 +329579,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -329325,15 +329597,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -329342,15 +329614,15 @@ }, { "type": "ClassMethod", - "start": 43910, - "end": 48708, + "start": 46300, + "end": 51098, "loc": { "start": { - "line": 980, + "line": 1022, "column": 4 }, "end": { - "line": 1067, + "line": 1109, "column": 5 } }, @@ -329358,15 +329630,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43910, - "end": 43922, + "start": 46300, + "end": 46312, "loc": { "start": { - "line": 980, + "line": 1022, "column": 4 }, "end": { - "line": 980, + "line": 1022, "column": 16 }, "identifierName": "_createRuler" @@ -329382,15 +329654,15 @@ "params": [ { "type": "Identifier", - "start": 43924, - "end": 43932, + "start": 46314, + "end": 46322, "loc": { "start": { - "line": 980, + "line": 1022, "column": 18 }, "end": { - "line": 980, + "line": 1022, "column": 26 }, "identifierName": "position" @@ -329400,59 +329672,59 @@ ], "body": { "type": "BlockStatement", - "start": 43935, - "end": 48708, + "start": 46325, + "end": 51098, "loc": { "start": { - "line": 980, + "line": 1022, "column": 29 }, "end": { - "line": 1067, + "line": 1109, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43945, - "end": 45475, + "start": 46335, + "end": 47865, "loc": { "start": { - "line": 981, + "line": 1023, "column": 8 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43949, - "end": 43975, + "start": 46339, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 12 }, "end": { - "line": 981, + "line": 1023, "column": 38 } }, "id": { "type": "Identifier", - "start": 43949, - "end": 43954, + "start": 46339, + "end": 46344, "loc": { "start": { - "line": 981, + "line": 1023, "column": 12 }, "end": { - "line": 981, + "line": 1023, "column": 17 }, "identifierName": "_opts" @@ -329461,44 +329733,44 @@ }, "init": { "type": "MemberExpression", - "start": 43963, - "end": 43975, + "start": 46353, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 26 }, "end": { - "line": 981, + "line": 1023, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 43963, - "end": 43967, + "start": 46353, + "end": 46357, "loc": { "start": { - "line": 981, + "line": 1023, "column": 26 }, "end": { - "line": 981, + "line": 1023, "column": 30 } } }, "property": { "type": "Identifier", - "start": 43968, - "end": 43975, + "start": 46358, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 31 }, "end": { - "line": 981, + "line": 1023, "column": 38 }, "identifierName": "_config" @@ -329510,29 +329782,29 @@ }, { "type": "VariableDeclarator", - "start": 43989, - "end": 44022, + "start": 46379, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 12 }, "end": { - "line": 982, + "line": 1024, "column": 45 } }, "id": { "type": "Identifier", - "start": 43989, - "end": 43995, + "start": 46379, + "end": 46385, "loc": { "start": { - "line": 982, + "line": 1024, "column": 12 }, "end": { - "line": 982, + "line": 1024, "column": 18 }, "identifierName": "_props" @@ -329541,44 +329813,44 @@ }, "init": { "type": "MemberExpression", - "start": 44003, - "end": 44022, + "start": 46393, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 26 }, "end": { - "line": 982, + "line": 1024, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 44003, - "end": 44007, + "start": 46393, + "end": 46397, "loc": { "start": { - "line": 982, + "line": 1024, "column": 26 }, "end": { - "line": 982, + "line": 1024, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44008, - "end": 44022, + "start": 46398, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 31 }, "end": { - "line": 982, + "line": 1024, "column": 45 }, "identifierName": "_instanceProps" @@ -329590,29 +329862,29 @@ }, { "type": "VariableDeclarator", - "start": 44036, - "end": 44181, + "start": 46426, + "end": 46571, "loc": { "start": { - "line": 983, + "line": 1025, "column": 12 }, "end": { - "line": 983, + "line": 1025, "column": 157 } }, "id": { "type": "Identifier", - "start": 44036, - "end": 44046, + "start": 46426, + "end": 46436, "loc": { "start": { - "line": 983, + "line": 1025, "column": 12 }, "end": { - "line": 983, + "line": 1025, "column": 22 }, "identifierName": "ruler_line" @@ -329621,58 +329893,58 @@ }, "init": { "type": "CallExpression", - "start": 44050, - "end": 44181, + "start": 46440, + "end": 46571, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 157 } }, "callee": { "type": "MemberExpression", - "start": 44050, - "end": 44065, + "start": 46440, + "end": 46455, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44050, - "end": 44054, + "start": 46440, + "end": 46444, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44055, - "end": 44065, + "start": 46445, + "end": 46455, "loc": { "start": { - "line": 983, + "line": 1025, "column": 31 }, "end": { - "line": 983, + "line": 1025, "column": 41 }, "identifierName": "supplement" @@ -329684,44 +329956,44 @@ "arguments": [ { "type": "ArrayExpression", - "start": 44067, - "end": 44082, + "start": 46457, + "end": 46472, "loc": { "start": { - "line": 983, + "line": 1025, "column": 43 }, "end": { - "line": 983, + "line": 1025, "column": 58 } }, "elements": [ { "type": "MemberExpression", - "start": 44069, - "end": 44080, + "start": 46459, + "end": 46470, "loc": { "start": { - "line": 983, + "line": 1025, "column": 45 }, "end": { - "line": 983, + "line": 1025, "column": 56 } }, "object": { "type": "Identifier", - "start": 44069, - "end": 44074, + "start": 46459, + "end": 46464, "loc": { "start": { - "line": 983, + "line": 1025, "column": 45 }, "end": { - "line": 983, + "line": 1025, "column": 50 }, "identifierName": "_opts" @@ -329730,15 +330002,15 @@ }, "property": { "type": "Identifier", - "start": 44075, - "end": 44080, + "start": 46465, + "end": 46470, "loc": { "start": { - "line": 983, + "line": 1025, "column": 51 }, "end": { - "line": 983, + "line": 1025, "column": 56 }, "identifierName": "scale" @@ -329751,57 +330023,57 @@ }, { "type": "MemberExpression", - "start": 44084, - "end": 44111, + "start": 46474, + "end": 46501, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 87 } }, "object": { "type": "MemberExpression", - "start": 44084, - "end": 44105, + "start": 46474, + "end": 46495, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 44084, - "end": 44095, + "start": 46474, + "end": 46485, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 71 } }, "object": { "type": "Identifier", - "start": 44084, - "end": 44089, + "start": 46474, + "end": 46479, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 65 }, "identifierName": "_opts" @@ -329810,15 +330082,15 @@ }, "property": { "type": "Identifier", - "start": 44090, - "end": 44095, + "start": 46480, + "end": 46485, "loc": { "start": { - "line": 983, + "line": 1025, "column": 66 }, "end": { - "line": 983, + "line": 1025, "column": 71 }, "identifierName": "ruler" @@ -329829,15 +330101,15 @@ }, "property": { "type": "Identifier", - "start": 44096, - "end": 44104, + "start": 46486, + "end": 46494, "loc": { "start": { - "line": 983, + "line": 1025, "column": 72 }, "end": { - "line": 983, + "line": 1025, "column": 80 }, "identifierName": "position" @@ -329848,15 +330120,15 @@ }, "property": { "type": "Identifier", - "start": 44106, - "end": 44111, + "start": 46496, + "end": 46501, "loc": { "start": { - "line": 983, + "line": 1025, "column": 82 }, "end": { - "line": 983, + "line": 1025, "column": 87 }, "identifierName": "lines" @@ -329867,15 +330139,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 44113, - "end": 44179, + "start": 46503, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 89 }, "end": { - "line": 983, + "line": 1025, "column": 155 } }, @@ -329886,15 +330158,15 @@ "params": [ { "type": "Identifier", - "start": 44115, - "end": 44118, + "start": 46505, + "end": 46508, "loc": { "start": { - "line": 983, + "line": 1025, "column": 91 }, "end": { - "line": 983, + "line": 1025, "column": 94 }, "identifierName": "def" @@ -329903,15 +330175,15 @@ }, { "type": "Identifier", - "start": 44120, - "end": 44123, + "start": 46510, + "end": 46513, "loc": { "start": { - "line": 983, + "line": 1025, "column": 96 }, "end": { - "line": 983, + "line": 1025, "column": 99 }, "identifierName": "val" @@ -329921,71 +330193,71 @@ ], "body": { "type": "ConditionalExpression", - "start": 44129, - "end": 44179, + "start": 46519, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 155 } }, "test": { "type": "LogicalExpression", - "start": 44129, - "end": 44167, + "start": 46519, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, "left": { "type": "CallExpression", - "start": 44129, - "end": 44149, + "start": 46519, + "end": 46539, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 44129, - "end": 44142, + "start": 46519, + "end": 46532, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 118 } }, "object": { "type": "Identifier", - "start": 44129, - "end": 44134, + "start": 46519, + "end": 46524, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 110 }, "identifierName": "Array" @@ -329994,15 +330266,15 @@ }, "property": { "type": "Identifier", - "start": 44135, - "end": 44142, + "start": 46525, + "end": 46532, "loc": { "start": { - "line": 983, + "line": 1025, "column": 111 }, "end": { - "line": 983, + "line": 1025, "column": 118 }, "identifierName": "isArray" @@ -330014,15 +330286,15 @@ "arguments": [ { "type": "Identifier", - "start": 44144, - "end": 44147, + "start": 46534, + "end": 46537, "loc": { "start": { - "line": 983, + "line": 1025, "column": 120 }, "end": { - "line": 983, + "line": 1025, "column": 123 }, "identifierName": "val" @@ -330034,43 +330306,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 44153, - "end": 44167, + "start": 46543, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, "left": { "type": "MemberExpression", - "start": 44153, - "end": 44163, + "start": 46543, + "end": 46553, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 139 } }, "object": { "type": "Identifier", - "start": 44153, - "end": 44156, + "start": 46543, + "end": 46546, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 132 }, "identifierName": "val" @@ -330079,15 +330351,15 @@ }, "property": { "type": "Identifier", - "start": 44157, - "end": 44163, + "start": 46547, + "end": 46553, "loc": { "start": { - "line": 983, + "line": 1025, "column": 133 }, "end": { - "line": 983, + "line": 1025, "column": 139 }, "identifierName": "length" @@ -330099,15 +330371,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 44166, - "end": 44167, + "start": 46556, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 142 }, "end": { - "line": 983, + "line": 1025, "column": 143 } }, @@ -330121,15 +330393,15 @@ }, "consequent": { "type": "Identifier", - "start": 44170, - "end": 44173, + "start": 46560, + "end": 46563, "loc": { "start": { - "line": 983, + "line": 1025, "column": 146 }, "end": { - "line": 983, + "line": 1025, "column": 149 }, "identifierName": "val" @@ -330138,15 +330410,15 @@ }, "alternate": { "type": "Identifier", - "start": 44176, - "end": 44179, + "start": 46566, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 152 }, "end": { - "line": 983, + "line": 1025, "column": 155 }, "identifierName": "def" @@ -330160,29 +330432,29 @@ }, { "type": "VariableDeclarator", - "start": 44195, - "end": 44282, + "start": 46585, + "end": 46672, "loc": { "start": { - "line": 984, + "line": 1026, "column": 12 }, "end": { - "line": 984, + "line": 1026, "column": 99 } }, "id": { "type": "Identifier", - "start": 44195, - "end": 44206, + "start": 46585, + "end": 46596, "loc": { "start": { - "line": 984, + "line": 1026, "column": 12 }, "end": { - "line": 984, + "line": 1026, "column": 23 }, "identifierName": "line_height" @@ -330191,58 +330463,58 @@ }, "init": { "type": "CallExpression", - "start": 44209, - "end": 44282, + "start": 46599, + "end": 46672, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44209, - "end": 44224, + "start": 46599, + "end": 46614, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44209, - "end": 44213, + "start": 46599, + "end": 46603, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44214, - "end": 44224, + "start": 46604, + "end": 46614, "loc": { "start": { - "line": 984, + "line": 1026, "column": 31 }, "end": { - "line": 984, + "line": 1026, "column": 41 }, "identifierName": "supplement" @@ -330254,57 +330526,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44226, - "end": 44250, + "start": 46616, + "end": 46640, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44226, - "end": 44243, + "start": 46616, + "end": 46633, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44226, - "end": 44239, + "start": 46616, + "end": 46629, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 56 } }, "object": { "type": "Identifier", - "start": 44226, - "end": 44233, + "start": 46616, + "end": 46623, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 50 }, "identifierName": "Default" @@ -330313,15 +330585,15 @@ }, "property": { "type": "Identifier", - "start": 44234, - "end": 44239, + "start": 46624, + "end": 46629, "loc": { "start": { - "line": 984, + "line": 1026, "column": 51 }, "end": { - "line": 984, + "line": 1026, "column": 56 }, "identifierName": "ruler" @@ -330332,15 +330604,15 @@ }, "property": { "type": "Identifier", - "start": 44240, - "end": 44243, + "start": 46630, + "end": 46633, "loc": { "start": { - "line": 984, + "line": 1026, "column": 57 }, "end": { - "line": 984, + "line": 1026, "column": 60 }, "identifierName": "top" @@ -330351,15 +330623,15 @@ }, "property": { "type": "Identifier", - "start": 44244, - "end": 44250, + "start": 46634, + "end": 46640, "loc": { "start": { - "line": 984, + "line": 1026, "column": 61 }, "end": { - "line": 984, + "line": 1026, "column": 67 }, "identifierName": "height" @@ -330370,57 +330642,57 @@ }, { "type": "MemberExpression", - "start": 44252, - "end": 44280, + "start": 46642, + "end": 46670, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44252, - "end": 44273, + "start": 46642, + "end": 46663, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44252, - "end": 44263, + "start": 46642, + "end": 46653, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 80 } }, "object": { "type": "Identifier", - "start": 44252, - "end": 44257, + "start": 46642, + "end": 46647, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 74 }, "identifierName": "_opts" @@ -330429,15 +330701,15 @@ }, "property": { "type": "Identifier", - "start": 44258, - "end": 44263, + "start": 46648, + "end": 46653, "loc": { "start": { - "line": 984, + "line": 1026, "column": 75 }, "end": { - "line": 984, + "line": 1026, "column": 80 }, "identifierName": "ruler" @@ -330448,15 +330720,15 @@ }, "property": { "type": "Identifier", - "start": 44264, - "end": 44272, + "start": 46654, + "end": 46662, "loc": { "start": { - "line": 984, + "line": 1026, "column": 81 }, "end": { - "line": 984, + "line": 1026, "column": 89 }, "identifierName": "position" @@ -330467,15 +330739,15 @@ }, "property": { "type": "Identifier", - "start": 44274, - "end": 44280, + "start": 46664, + "end": 46670, "loc": { "start": { - "line": 984, + "line": 1026, "column": 91 }, "end": { - "line": 984, + "line": 1026, "column": 97 }, "identifierName": "height" @@ -330489,29 +330761,29 @@ }, { "type": "VariableDeclarator", - "start": 44296, - "end": 44387, + "start": 46686, + "end": 46777, "loc": { "start": { - "line": 985, + "line": 1027, "column": 12 }, "end": { - "line": 985, + "line": 1027, "column": 103 } }, "id": { "type": "Identifier", - "start": 44296, - "end": 44305, + "start": 46686, + "end": 46695, "loc": { "start": { - "line": 985, + "line": 1027, "column": 12 }, "end": { - "line": 985, + "line": 1027, "column": 21 }, "identifierName": "font_size" @@ -330520,58 +330792,58 @@ }, "init": { "type": "CallExpression", - "start": 44310, - "end": 44387, + "start": 46700, + "end": 46777, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 44310, - "end": 44325, + "start": 46700, + "end": 46715, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44310, - "end": 44314, + "start": 46700, + "end": 46704, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44315, - "end": 44325, + "start": 46705, + "end": 46715, "loc": { "start": { - "line": 985, + "line": 1027, "column": 31 }, "end": { - "line": 985, + "line": 1027, "column": 41 }, "identifierName": "supplement" @@ -330583,57 +330855,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44327, - "end": 44353, + "start": 46717, + "end": 46743, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 44327, - "end": 44344, + "start": 46717, + "end": 46734, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44327, - "end": 44340, + "start": 46717, + "end": 46730, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 56 } }, "object": { "type": "Identifier", - "start": 44327, - "end": 44334, + "start": 46717, + "end": 46724, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 50 }, "identifierName": "Default" @@ -330642,15 +330914,15 @@ }, "property": { "type": "Identifier", - "start": 44335, - "end": 44340, + "start": 46725, + "end": 46730, "loc": { "start": { - "line": 985, + "line": 1027, "column": 51 }, "end": { - "line": 985, + "line": 1027, "column": 56 }, "identifierName": "ruler" @@ -330661,15 +330933,15 @@ }, "property": { "type": "Identifier", - "start": 44341, - "end": 44344, + "start": 46731, + "end": 46734, "loc": { "start": { - "line": 985, + "line": 1027, "column": 57 }, "end": { - "line": 985, + "line": 1027, "column": 60 }, "identifierName": "top" @@ -330680,15 +330952,15 @@ }, "property": { "type": "Identifier", - "start": 44345, - "end": 44353, + "start": 46735, + "end": 46743, "loc": { "start": { - "line": 985, + "line": 1027, "column": 61 }, "end": { - "line": 985, + "line": 1027, "column": 69 }, "identifierName": "fontSize" @@ -330699,57 +330971,57 @@ }, { "type": "MemberExpression", - "start": 44355, - "end": 44385, + "start": 46745, + "end": 46775, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 101 } }, "object": { "type": "MemberExpression", - "start": 44355, - "end": 44376, + "start": 46745, + "end": 46766, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 44355, - "end": 44366, + "start": 46745, + "end": 46756, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 82 } }, "object": { "type": "Identifier", - "start": 44355, - "end": 44360, + "start": 46745, + "end": 46750, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 76 }, "identifierName": "_opts" @@ -330758,15 +331030,15 @@ }, "property": { "type": "Identifier", - "start": 44361, - "end": 44366, + "start": 46751, + "end": 46756, "loc": { "start": { - "line": 985, + "line": 1027, "column": 77 }, "end": { - "line": 985, + "line": 1027, "column": 82 }, "identifierName": "ruler" @@ -330777,15 +331049,15 @@ }, "property": { "type": "Identifier", - "start": 44367, - "end": 44375, + "start": 46757, + "end": 46765, "loc": { "start": { - "line": 985, + "line": 1027, "column": 83 }, "end": { - "line": 985, + "line": 1027, "column": 91 }, "identifierName": "position" @@ -330796,15 +331068,15 @@ }, "property": { "type": "Identifier", - "start": 44377, - "end": 44385, + "start": 46767, + "end": 46775, "loc": { "start": { - "line": 985, + "line": 1027, "column": 93 }, "end": { - "line": 985, + "line": 1027, "column": 101 }, "identifierName": "fontSize" @@ -330818,29 +331090,29 @@ }, { "type": "VariableDeclarator", - "start": 44401, - "end": 44486, + "start": 46791, + "end": 46876, "loc": { "start": { - "line": 986, + "line": 1028, "column": 12 }, "end": { - "line": 986, + "line": 1028, "column": 97 } }, "id": { "type": "Identifier", - "start": 44401, - "end": 44411, + "start": 46791, + "end": 46801, "loc": { "start": { - "line": 986, + "line": 1028, "column": 12 }, "end": { - "line": 986, + "line": 1028, "column": 22 }, "identifierName": "text_color" @@ -330849,58 +331121,58 @@ }, "init": { "type": "CallExpression", - "start": 44415, - "end": 44486, + "start": 46805, + "end": 46876, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 44415, - "end": 44430, + "start": 46805, + "end": 46820, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44415, - "end": 44419, + "start": 46805, + "end": 46809, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44420, - "end": 44430, + "start": 46810, + "end": 46820, "loc": { "start": { - "line": 986, + "line": 1028, "column": 31 }, "end": { - "line": 986, + "line": 1028, "column": 41 }, "identifierName": "supplement" @@ -330912,57 +331184,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44432, - "end": 44455, + "start": 46822, + "end": 46845, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 44432, - "end": 44449, + "start": 46822, + "end": 46839, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44432, - "end": 44445, + "start": 46822, + "end": 46835, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 56 } }, "object": { "type": "Identifier", - "start": 44432, - "end": 44439, + "start": 46822, + "end": 46829, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 50 }, "identifierName": "Default" @@ -330971,15 +331243,15 @@ }, "property": { "type": "Identifier", - "start": 44440, - "end": 44445, + "start": 46830, + "end": 46835, "loc": { "start": { - "line": 986, + "line": 1028, "column": 51 }, "end": { - "line": 986, + "line": 1028, "column": 56 }, "identifierName": "ruler" @@ -330990,15 +331262,15 @@ }, "property": { "type": "Identifier", - "start": 44446, - "end": 44449, + "start": 46836, + "end": 46839, "loc": { "start": { - "line": 986, + "line": 1028, "column": 57 }, "end": { - "line": 986, + "line": 1028, "column": 60 }, "identifierName": "top" @@ -331009,15 +331281,15 @@ }, "property": { "type": "Identifier", - "start": 44450, - "end": 44455, + "start": 46840, + "end": 46845, "loc": { "start": { - "line": 986, + "line": 1028, "column": 61 }, "end": { - "line": 986, + "line": 1028, "column": 66 }, "identifierName": "color" @@ -331028,57 +331300,57 @@ }, { "type": "MemberExpression", - "start": 44457, - "end": 44484, + "start": 46847, + "end": 46874, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 95 } }, "object": { "type": "MemberExpression", - "start": 44457, - "end": 44478, + "start": 46847, + "end": 46868, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 89 } }, "object": { "type": "MemberExpression", - "start": 44457, - "end": 44468, + "start": 46847, + "end": 46858, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 79 } }, "object": { "type": "Identifier", - "start": 44457, - "end": 44462, + "start": 46847, + "end": 46852, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 73 }, "identifierName": "_opts" @@ -331087,15 +331359,15 @@ }, "property": { "type": "Identifier", - "start": 44463, - "end": 44468, + "start": 46853, + "end": 46858, "loc": { "start": { - "line": 986, + "line": 1028, "column": 74 }, "end": { - "line": 986, + "line": 1028, "column": 79 }, "identifierName": "ruler" @@ -331106,15 +331378,15 @@ }, "property": { "type": "Identifier", - "start": 44469, - "end": 44477, + "start": 46859, + "end": 46867, "loc": { "start": { - "line": 986, + "line": 1028, "column": 80 }, "end": { - "line": 986, + "line": 1028, "column": 88 }, "identifierName": "position" @@ -331125,15 +331397,15 @@ }, "property": { "type": "Identifier", - "start": 44479, - "end": 44484, + "start": 46869, + "end": 46874, "loc": { "start": { - "line": 986, + "line": 1028, "column": 90 }, "end": { - "line": 986, + "line": 1028, "column": 95 }, "identifierName": "color" @@ -331147,29 +331419,29 @@ }, { "type": "VariableDeclarator", - "start": 44500, - "end": 44595, + "start": 46890, + "end": 46985, "loc": { "start": { - "line": 987, + "line": 1029, "column": 12 }, "end": { - "line": 987, + "line": 1029, "column": 107 } }, "id": { "type": "Identifier", - "start": 44500, - "end": 44510, + "start": 46890, + "end": 46900, "loc": { "start": { - "line": 987, + "line": 1029, "column": 12 }, "end": { - "line": 987, + "line": 1029, "column": 22 }, "identifierName": "background" @@ -331178,58 +331450,58 @@ }, "init": { "type": "CallExpression", - "start": 44514, - "end": 44595, + "start": 46904, + "end": 46985, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 44514, - "end": 44529, + "start": 46904, + "end": 46919, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44514, - "end": 44518, + "start": 46904, + "end": 46908, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44519, - "end": 44529, + "start": 46909, + "end": 46919, "loc": { "start": { - "line": 987, + "line": 1029, "column": 31 }, "end": { - "line": 987, + "line": 1029, "column": 41 }, "identifierName": "supplement" @@ -331241,57 +331513,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44531, - "end": 44559, + "start": 46921, + "end": 46949, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 44531, - "end": 44548, + "start": 46921, + "end": 46938, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44531, - "end": 44544, + "start": 46921, + "end": 46934, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 56 } }, "object": { "type": "Identifier", - "start": 44531, - "end": 44538, + "start": 46921, + "end": 46928, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 50 }, "identifierName": "Default" @@ -331300,15 +331572,15 @@ }, "property": { "type": "Identifier", - "start": 44539, - "end": 44544, + "start": 46929, + "end": 46934, "loc": { "start": { - "line": 987, + "line": 1029, "column": 51 }, "end": { - "line": 987, + "line": 1029, "column": 56 }, "identifierName": "ruler" @@ -331319,15 +331591,15 @@ }, "property": { "type": "Identifier", - "start": 44545, - "end": 44548, + "start": 46935, + "end": 46938, "loc": { "start": { - "line": 987, + "line": 1029, "column": 57 }, "end": { - "line": 987, + "line": 1029, "column": 60 }, "identifierName": "top" @@ -331338,15 +331610,15 @@ }, "property": { "type": "Identifier", - "start": 44549, - "end": 44559, + "start": 46939, + "end": 46949, "loc": { "start": { - "line": 987, + "line": 1029, "column": 61 }, "end": { - "line": 987, + "line": 1029, "column": 71 }, "identifierName": "background" @@ -331357,57 +331629,57 @@ }, { "type": "MemberExpression", - "start": 44561, - "end": 44593, + "start": 46951, + "end": 46983, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 105 } }, "object": { "type": "MemberExpression", - "start": 44561, - "end": 44582, + "start": 46951, + "end": 46972, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 94 } }, "object": { "type": "MemberExpression", - "start": 44561, - "end": 44572, + "start": 46951, + "end": 46962, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 84 } }, "object": { "type": "Identifier", - "start": 44561, - "end": 44566, + "start": 46951, + "end": 46956, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 78 }, "identifierName": "_opts" @@ -331416,15 +331688,15 @@ }, "property": { "type": "Identifier", - "start": 44567, - "end": 44572, + "start": 46957, + "end": 46962, "loc": { "start": { - "line": 987, + "line": 1029, "column": 79 }, "end": { - "line": 987, + "line": 1029, "column": 84 }, "identifierName": "ruler" @@ -331435,15 +331707,15 @@ }, "property": { "type": "Identifier", - "start": 44573, - "end": 44581, + "start": 46963, + "end": 46971, "loc": { "start": { - "line": 987, + "line": 1029, "column": 85 }, "end": { - "line": 987, + "line": 1029, "column": 93 }, "identifierName": "position" @@ -331454,15 +331726,15 @@ }, "property": { "type": "Identifier", - "start": 44583, - "end": 44593, + "start": 46973, + "end": 46983, "loc": { "start": { - "line": 987, + "line": 1029, "column": 95 }, "end": { - "line": 987, + "line": 1029, "column": 105 }, "identifierName": "background" @@ -331476,29 +331748,29 @@ }, { "type": "VariableDeclarator", - "start": 44609, - "end": 44696, + "start": 46999, + "end": 47086, "loc": { "start": { - "line": 988, + "line": 1030, "column": 12 }, "end": { - "line": 988, + "line": 1030, "column": 99 } }, "id": { "type": "Identifier", - "start": 44609, - "end": 44615, + "start": 46999, + "end": 47005, "loc": { "start": { - "line": 988, + "line": 1030, "column": 12 }, "end": { - "line": 988, + "line": 1030, "column": 18 }, "identifierName": "locale" @@ -331507,58 +331779,58 @@ }, "init": { "type": "CallExpression", - "start": 44623, - "end": 44696, + "start": 47013, + "end": 47086, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44623, - "end": 44638, + "start": 47013, + "end": 47028, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44623, - "end": 44627, + "start": 47013, + "end": 47017, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44628, - "end": 44638, + "start": 47018, + "end": 47028, "loc": { "start": { - "line": 988, + "line": 1030, "column": 31 }, "end": { - "line": 988, + "line": 1030, "column": 41 }, "identifierName": "supplement" @@ -331570,57 +331842,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44640, - "end": 44664, + "start": 47030, + "end": 47054, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44640, - "end": 44657, + "start": 47030, + "end": 47047, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44640, - "end": 44653, + "start": 47030, + "end": 47043, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 56 } }, "object": { "type": "Identifier", - "start": 44640, - "end": 44647, + "start": 47030, + "end": 47037, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 50 }, "identifierName": "Default" @@ -331629,15 +331901,15 @@ }, "property": { "type": "Identifier", - "start": 44648, - "end": 44653, + "start": 47038, + "end": 47043, "loc": { "start": { - "line": 988, + "line": 1030, "column": 51 }, "end": { - "line": 988, + "line": 1030, "column": 56 }, "identifierName": "ruler" @@ -331648,15 +331920,15 @@ }, "property": { "type": "Identifier", - "start": 44654, - "end": 44657, + "start": 47044, + "end": 47047, "loc": { "start": { - "line": 988, + "line": 1030, "column": 57 }, "end": { - "line": 988, + "line": 1030, "column": 60 }, "identifierName": "top" @@ -331667,15 +331939,15 @@ }, "property": { "type": "Identifier", - "start": 44658, - "end": 44664, + "start": 47048, + "end": 47054, "loc": { "start": { - "line": 988, + "line": 1030, "column": 61 }, "end": { - "line": 988, + "line": 1030, "column": 67 }, "identifierName": "locale" @@ -331686,57 +331958,57 @@ }, { "type": "MemberExpression", - "start": 44666, - "end": 44694, + "start": 47056, + "end": 47084, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44666, - "end": 44687, + "start": 47056, + "end": 47077, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44666, - "end": 44677, + "start": 47056, + "end": 47067, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 80 } }, "object": { "type": "Identifier", - "start": 44666, - "end": 44671, + "start": 47056, + "end": 47061, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 74 }, "identifierName": "_opts" @@ -331745,15 +332017,15 @@ }, "property": { "type": "Identifier", - "start": 44672, - "end": 44677, + "start": 47062, + "end": 47067, "loc": { "start": { - "line": 988, + "line": 1030, "column": 75 }, "end": { - "line": 988, + "line": 1030, "column": 80 }, "identifierName": "ruler" @@ -331764,15 +332036,15 @@ }, "property": { "type": "Identifier", - "start": 44678, - "end": 44686, + "start": 47068, + "end": 47076, "loc": { "start": { - "line": 988, + "line": 1030, "column": 81 }, "end": { - "line": 988, + "line": 1030, "column": 89 }, "identifierName": "position" @@ -331783,15 +332055,15 @@ }, "property": { "type": "Identifier", - "start": 44688, - "end": 44694, + "start": 47078, + "end": 47084, "loc": { "start": { - "line": 988, + "line": 1030, "column": 91 }, "end": { - "line": 988, + "line": 1030, "column": 97 }, "identifierName": "locale" @@ -331805,29 +332077,29 @@ }, { "type": "VariableDeclarator", - "start": 44710, - "end": 44797, + "start": 47100, + "end": 47187, "loc": { "start": { - "line": 989, + "line": 1031, "column": 12 }, "end": { - "line": 989, + "line": 1031, "column": 99 } }, "id": { "type": "Identifier", - "start": 44710, - "end": 44716, + "start": 47100, + "end": 47106, "loc": { "start": { - "line": 989, + "line": 1031, "column": 12 }, "end": { - "line": 989, + "line": 1031, "column": 18 }, "identifierName": "format" @@ -331836,58 +332108,58 @@ }, "init": { "type": "CallExpression", - "start": 44724, - "end": 44797, + "start": 47114, + "end": 47187, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 44724, - "end": 44739, + "start": 47114, + "end": 47129, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 44724, - "end": 44728, + "start": 47114, + "end": 47118, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44729, - "end": 44739, + "start": 47119, + "end": 47129, "loc": { "start": { - "line": 989, + "line": 1031, "column": 31 }, "end": { - "line": 989, + "line": 1031, "column": 41 }, "identifierName": "supplement" @@ -331899,57 +332171,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 44741, - "end": 44765, + "start": 47131, + "end": 47155, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 44741, - "end": 44758, + "start": 47131, + "end": 47148, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 44741, - "end": 44754, + "start": 47131, + "end": 47144, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 56 } }, "object": { "type": "Identifier", - "start": 44741, - "end": 44748, + "start": 47131, + "end": 47138, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 50 }, "identifierName": "Default" @@ -331958,15 +332230,15 @@ }, "property": { "type": "Identifier", - "start": 44749, - "end": 44754, + "start": 47139, + "end": 47144, "loc": { "start": { - "line": 989, + "line": 1031, "column": 51 }, "end": { - "line": 989, + "line": 1031, "column": 56 }, "identifierName": "ruler" @@ -331977,15 +332249,15 @@ }, "property": { "type": "Identifier", - "start": 44755, - "end": 44758, + "start": 47145, + "end": 47148, "loc": { "start": { - "line": 989, + "line": 1031, "column": 57 }, "end": { - "line": 989, + "line": 1031, "column": 60 }, "identifierName": "top" @@ -331996,15 +332268,15 @@ }, "property": { "type": "Identifier", - "start": 44759, - "end": 44765, + "start": 47149, + "end": 47155, "loc": { "start": { - "line": 989, + "line": 1031, "column": 61 }, "end": { - "line": 989, + "line": 1031, "column": 67 }, "identifierName": "format" @@ -332015,57 +332287,57 @@ }, { "type": "MemberExpression", - "start": 44767, - "end": 44795, + "start": 47157, + "end": 47185, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 97 } }, "object": { "type": "MemberExpression", - "start": 44767, - "end": 44788, + "start": 47157, + "end": 47178, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 90 } }, "object": { "type": "MemberExpression", - "start": 44767, - "end": 44778, + "start": 47157, + "end": 47168, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 80 } }, "object": { "type": "Identifier", - "start": 44767, - "end": 44772, + "start": 47157, + "end": 47162, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 74 }, "identifierName": "_opts" @@ -332074,15 +332346,15 @@ }, "property": { "type": "Identifier", - "start": 44773, - "end": 44778, + "start": 47163, + "end": 47168, "loc": { "start": { - "line": 989, + "line": 1031, "column": 75 }, "end": { - "line": 989, + "line": 1031, "column": 80 }, "identifierName": "ruler" @@ -332093,15 +332365,15 @@ }, "property": { "type": "Identifier", - "start": 44779, - "end": 44787, + "start": 47169, + "end": 47177, "loc": { "start": { - "line": 989, + "line": 1031, "column": 81 }, "end": { - "line": 989, + "line": 1031, "column": 89 }, "identifierName": "position" @@ -332112,15 +332384,15 @@ }, "property": { "type": "Identifier", - "start": 44789, - "end": 44795, + "start": 47179, + "end": 47185, "loc": { "start": { - "line": 989, + "line": 1031, "column": 91 }, "end": { - "line": 989, + "line": 1031, "column": 97 }, "identifierName": "format" @@ -332134,29 +332406,29 @@ }, { "type": "VariableDeclarator", - "start": 44811, - "end": 44935, + "start": 47201, + "end": 47325, "loc": { "start": { - "line": 990, + "line": 1032, "column": 12 }, "end": { - "line": 990, + "line": 1032, "column": 136 } }, "id": { "type": "Identifier", - "start": 44811, - "end": 44821, + "start": 47201, + "end": 47211, "loc": { "start": { - "line": 990, + "line": 1032, "column": 12 }, "end": { - "line": 990, + "line": 1032, "column": 22 }, "identifierName": "ruler_opts" @@ -332165,30 +332437,30 @@ }, "init": { "type": "ObjectExpression", - "start": 44825, - "end": 44935, + "start": 47215, + "end": 47325, "loc": { "start": { - "line": 990, + "line": 1032, "column": 26 }, "end": { - "line": 990, + "line": 1032, "column": 136 } }, "properties": [ { "type": "ObjectProperty", - "start": 44827, - "end": 44844, + "start": 47217, + "end": 47234, "loc": { "start": { - "line": 990, + "line": 1032, "column": 28 }, "end": { - "line": 990, + "line": 1032, "column": 45 } }, @@ -332197,15 +332469,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44827, - "end": 44832, + "start": 47217, + "end": 47222, "loc": { "start": { - "line": 990, + "line": 1032, "column": 28 }, "end": { - "line": 990, + "line": 1032, "column": 33 }, "identifierName": "lines" @@ -332214,15 +332486,15 @@ }, "value": { "type": "Identifier", - "start": 44834, - "end": 44844, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 990, + "line": 1032, "column": 35 }, "end": { - "line": 990, + "line": 1032, "column": 45 }, "identifierName": "ruler_line" @@ -332232,15 +332504,15 @@ }, { "type": "ObjectProperty", - "start": 44846, - "end": 44865, + "start": 47236, + "end": 47255, "loc": { "start": { - "line": 990, + "line": 1032, "column": 47 }, "end": { - "line": 990, + "line": 1032, "column": 66 } }, @@ -332249,15 +332521,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44846, - "end": 44852, + "start": 47236, + "end": 47242, "loc": { "start": { - "line": 990, + "line": 1032, "column": 47 }, "end": { - "line": 990, + "line": 1032, "column": 53 }, "identifierName": "height" @@ -332266,15 +332538,15 @@ }, "value": { "type": "Identifier", - "start": 44854, - "end": 44865, + "start": 47244, + "end": 47255, "loc": { "start": { - "line": 990, + "line": 1032, "column": 55 }, "end": { - "line": 990, + "line": 1032, "column": 66 }, "identifierName": "line_height" @@ -332284,15 +332556,15 @@ }, { "type": "ObjectProperty", - "start": 44867, - "end": 44886, + "start": 47257, + "end": 47276, "loc": { "start": { - "line": 990, + "line": 1032, "column": 68 }, "end": { - "line": 990, + "line": 1032, "column": 87 } }, @@ -332301,15 +332573,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44867, - "end": 44875, + "start": 47257, + "end": 47265, "loc": { "start": { - "line": 990, + "line": 1032, "column": 68 }, "end": { - "line": 990, + "line": 1032, "column": 76 }, "identifierName": "fontSize" @@ -332318,15 +332590,15 @@ }, "value": { "type": "Identifier", - "start": 44877, - "end": 44886, + "start": 47267, + "end": 47276, "loc": { "start": { - "line": 990, + "line": 1032, "column": 78 }, "end": { - "line": 990, + "line": 1032, "column": 87 }, "identifierName": "font_size" @@ -332336,15 +332608,15 @@ }, { "type": "ObjectProperty", - "start": 44888, - "end": 44905, + "start": 47278, + "end": 47295, "loc": { "start": { - "line": 990, + "line": 1032, "column": 89 }, "end": { - "line": 990, + "line": 1032, "column": 106 } }, @@ -332353,15 +332625,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44888, - "end": 44893, + "start": 47278, + "end": 47283, "loc": { "start": { - "line": 990, + "line": 1032, "column": 89 }, "end": { - "line": 990, + "line": 1032, "column": 94 }, "identifierName": "color" @@ -332370,15 +332642,15 @@ }, "value": { "type": "Identifier", - "start": 44895, - "end": 44905, + "start": 47285, + "end": 47295, "loc": { "start": { - "line": 990, + "line": 1032, "column": 96 }, "end": { - "line": 990, + "line": 1032, "column": 106 }, "identifierName": "text_color" @@ -332388,15 +332660,15 @@ }, { "type": "ObjectProperty", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 } }, @@ -332405,15 +332677,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 }, "identifierName": "background" @@ -332422,15 +332694,15 @@ }, "value": { "type": "Identifier", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 }, "identifierName": "background" @@ -332443,15 +332715,15 @@ }, { "type": "ObjectProperty", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 } }, @@ -332460,15 +332732,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 }, "identifierName": "locale" @@ -332477,15 +332749,15 @@ }, "value": { "type": "Identifier", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 }, "identifierName": "locale" @@ -332498,15 +332770,15 @@ }, { "type": "ObjectProperty", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 } }, @@ -332515,15 +332787,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 }, "identifierName": "format" @@ -332532,15 +332804,15 @@ }, "value": { "type": "Identifier", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 }, "identifierName": "format" @@ -332556,29 +332828,29 @@ }, { "type": "VariableDeclarator", - "start": 44949, - "end": 44983, + "start": 47339, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 12 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, "id": { "type": "Identifier", - "start": 44949, - "end": 44959, + "start": 47339, + "end": 47349, "loc": { "start": { - "line": 991, + "line": 1033, "column": 12 }, "end": { - "line": 991, + "line": 1033, "column": 22 }, "identifierName": "_fullwidth" @@ -332587,43 +332859,43 @@ }, "init": { "type": "BinaryExpression", - "start": 44963, - "end": 44983, + "start": 47353, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 44963, - "end": 44979, + "start": 47353, + "end": 47369, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 42 } }, "object": { "type": "Identifier", - "start": 44963, - "end": 44969, + "start": 47353, + "end": 47359, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 32 }, "identifierName": "_props" @@ -332632,15 +332904,15 @@ }, "property": { "type": "Identifier", - "start": 44970, - "end": 44979, + "start": 47360, + "end": 47369, "loc": { "start": { - "line": 991, + "line": 1033, "column": 33 }, "end": { - "line": 991, + "line": 1033, "column": 42 }, "identifierName": "fullwidth" @@ -332652,15 +332924,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 44982, - "end": 44983, + "start": 47372, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 45 }, "end": { - "line": 991, + "line": 1033, "column": 46 } }, @@ -332674,29 +332946,29 @@ }, { "type": "VariableDeclarator", - "start": 44997, - "end": 45042, + "start": 47387, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 12 }, "end": { - "line": 992, + "line": 1034, "column": 57 } }, "id": { "type": "Identifier", - "start": 44997, - "end": 45008, + "start": 47387, + "end": 47398, "loc": { "start": { - "line": 992, + "line": 1034, "column": 12 }, "end": { - "line": 992, + "line": 1034, "column": 23 }, "identifierName": "_fullheight" @@ -332705,43 +332977,43 @@ }, "init": { "type": "BinaryExpression", - "start": 45011, - "end": 45042, + "start": 47401, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 45011, - "end": 45028, + "start": 47401, + "end": 47418, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 43 } }, "object": { "type": "Identifier", - "start": 45011, - "end": 45021, + "start": 47401, + "end": 47411, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 36 }, "identifierName": "ruler_line" @@ -332750,15 +333022,15 @@ }, "property": { "type": "Identifier", - "start": 45022, - "end": 45028, + "start": 47412, + "end": 47418, "loc": { "start": { - "line": 992, + "line": 1034, "column": 37 }, "end": { - "line": 992, + "line": 1034, "column": 43 }, "identifierName": "length" @@ -332770,15 +333042,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 45031, - "end": 45042, + "start": 47421, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 46 }, "end": { - "line": 992, + "line": 1034, "column": 57 }, "identifierName": "line_height" @@ -332789,29 +333061,29 @@ }, { "type": "VariableDeclarator", - "start": 45056, - "end": 45162, + "start": 47446, + "end": 47552, "loc": { "start": { - "line": 993, + "line": 1035, "column": 12 }, "end": { - "line": 993, + "line": 1035, "column": 118 } }, "id": { "type": "Identifier", - "start": 45056, - "end": 45062, + "start": 47446, + "end": 47452, "loc": { "start": { - "line": 993, + "line": 1035, "column": 12 }, "end": { - "line": 993, + "line": 1035, "column": 18 }, "identifierName": "_ruler" @@ -332820,29 +333092,29 @@ }, "init": { "type": "CallExpression", - "start": 45070, - "end": 45162, + "start": 47460, + "end": 47552, "loc": { "start": { - "line": 993, + "line": 1035, "column": 26 }, "end": { - "line": 993, + "line": 1035, "column": 118 } }, "callee": { "type": "Identifier", - "start": 45070, - "end": 45071, + "start": 47460, + "end": 47461, "loc": { "start": { - "line": 993, + "line": 1035, "column": 26 }, "end": { - "line": 993, + "line": 1035, "column": 27 }, "identifierName": "$" @@ -332852,15 +333124,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45072, - "end": 45085, + "start": 47462, + "end": 47475, "loc": { "start": { - "line": 993, + "line": 1035, "column": 28 }, "end": { - "line": 993, + "line": 1035, "column": 41 } }, @@ -332872,30 +333144,30 @@ }, { "type": "ObjectExpression", - "start": 45087, - "end": 45161, + "start": 47477, + "end": 47551, "loc": { "start": { - "line": 993, + "line": 1035, "column": 43 }, "end": { - "line": 993, + "line": 1035, "column": 117 } }, "properties": [ { "type": "ObjectProperty", - "start": 45089, - "end": 45124, + "start": 47479, + "end": 47514, "loc": { "start": { - "line": 993, + "line": 1035, "column": 45 }, "end": { - "line": 993, + "line": 1035, "column": 80 } }, @@ -332904,15 +333176,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45089, - "end": 45094, + "start": 47479, + "end": 47484, "loc": { "start": { - "line": 993, + "line": 1035, "column": 45 }, "end": { - "line": 993, + "line": 1035, "column": 50 }, "identifierName": "class" @@ -332921,30 +333193,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45096, - "end": 45124, + "start": 47486, + "end": 47514, "loc": { "start": { - "line": 993, + "line": 1035, "column": 52 }, "end": { - "line": 993, + "line": 1035, "column": 80 } }, "expressions": [ { "type": "Identifier", - "start": 45099, - "end": 45105, + "start": 47489, + "end": 47495, "loc": { "start": { - "line": 993, + "line": 1035, "column": 55 }, "end": { - "line": 993, + "line": 1035, "column": 61 }, "identifierName": "PREFIX" @@ -332953,15 +333225,15 @@ }, { "type": "Identifier", - "start": 45114, - "end": 45122, + "start": 47504, + "end": 47512, "loc": { "start": { - "line": 993, + "line": 1035, "column": 70 }, "end": { - "line": 993, + "line": 1035, "column": 78 }, "identifierName": "position" @@ -332972,15 +333244,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45097, - "end": 45097, + "start": 47487, + "end": 47487, "loc": { "start": { - "line": 993, + "line": 1035, "column": 53 }, "end": { - "line": 993, + "line": 1035, "column": 53 } }, @@ -332992,15 +333264,15 @@ }, { "type": "TemplateElement", - "start": 45106, - "end": 45112, + "start": 47496, + "end": 47502, "loc": { "start": { - "line": 993, + "line": 1035, "column": 62 }, "end": { - "line": 993, + "line": 1035, "column": 68 } }, @@ -333012,15 +333284,15 @@ }, { "type": "TemplateElement", - "start": 45123, - "end": 45123, + "start": 47513, + "end": 47513, "loc": { "start": { - "line": 993, + "line": 1035, "column": 79 }, "end": { - "line": 993, + "line": 1035, "column": 79 } }, @@ -333035,15 +333307,15 @@ }, { "type": "ObjectProperty", - "start": 45126, - "end": 45159, + "start": 47516, + "end": 47549, "loc": { "start": { - "line": 993, + "line": 1035, "column": 82 }, "end": { - "line": 993, + "line": 1035, "column": 115 } }, @@ -333052,15 +333324,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45126, - "end": 45131, + "start": 47516, + "end": 47521, "loc": { "start": { - "line": 993, + "line": 1035, "column": 82 }, "end": { - "line": 993, + "line": 1035, "column": 87 }, "identifierName": "style" @@ -333069,30 +333341,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45133, - "end": 45159, + "start": 47523, + "end": 47549, "loc": { "start": { - "line": 993, + "line": 1035, "column": 89 }, "end": { - "line": 993, + "line": 1035, "column": 115 } }, "expressions": [ { "type": "Identifier", - "start": 45143, - "end": 45154, + "start": 47533, + "end": 47544, "loc": { "start": { - "line": 993, + "line": 1035, "column": 99 }, "end": { - "line": 993, + "line": 1035, "column": 110 }, "identifierName": "_fullheight" @@ -333103,15 +333375,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45134, - "end": 45141, + "start": 47524, + "end": 47531, "loc": { "start": { - "line": 993, + "line": 1035, "column": 90 }, "end": { - "line": 993, + "line": 1035, "column": 97 } }, @@ -333123,15 +333395,15 @@ }, { "type": "TemplateElement", - "start": 45155, - "end": 45158, + "start": 47545, + "end": 47548, "loc": { "start": { - "line": 993, + "line": 1035, "column": 111 }, "end": { - "line": 993, + "line": 1035, "column": 114 } }, @@ -333151,29 +333423,29 @@ }, { "type": "VariableDeclarator", - "start": 45176, - "end": 45296, + "start": 47566, + "end": 47686, "loc": { "start": { - "line": 994, + "line": 1036, "column": 12 }, "end": { - "line": 994, + "line": 1036, "column": 132 } }, "id": { "type": "Identifier", - "start": 45176, - "end": 45185, + "start": 47566, + "end": 47575, "loc": { "start": { - "line": 994, + "line": 1036, "column": 12 }, "end": { - "line": 994, + "line": 1036, "column": 21 }, "identifierName": "_ruler_bg" @@ -333182,29 +333454,29 @@ }, "init": { "type": "CallExpression", - "start": 45190, - "end": 45296, + "start": 47580, + "end": 47686, "loc": { "start": { - "line": 994, + "line": 1036, "column": 26 }, "end": { - "line": 994, + "line": 1036, "column": 132 } }, "callee": { "type": "Identifier", - "start": 45190, - "end": 45191, + "start": 47580, + "end": 47581, "loc": { "start": { - "line": 994, + "line": 1036, "column": 26 }, "end": { - "line": 994, + "line": 1036, "column": 27 }, "identifierName": "$" @@ -333214,30 +333486,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 45192, - "end": 45295, + "start": 47582, + "end": 47685, "loc": { "start": { - "line": 994, + "line": 1036, "column": 28 }, "end": { - "line": 994, + "line": 1036, "column": 131 } }, "expressions": [ { "type": "Identifier", - "start": 45210, - "end": 45216, + "start": 47600, + "end": 47606, "loc": { "start": { - "line": 994, + "line": 1036, "column": 46 }, "end": { - "line": 994, + "line": 1036, "column": 52 }, "identifierName": "PREFIX" @@ -333246,15 +333518,15 @@ }, { "type": "Identifier", - "start": 45228, - "end": 45236, + "start": 47618, + "end": 47626, "loc": { "start": { - "line": 994, + "line": 1036, "column": 64 }, "end": { - "line": 994, + "line": 1036, "column": 72 }, "identifierName": "position" @@ -333263,15 +333535,15 @@ }, { "type": "Identifier", - "start": 45248, - "end": 45258, + "start": 47638, + "end": 47648, "loc": { "start": { - "line": 994, + "line": 1036, "column": 84 }, "end": { - "line": 994, + "line": 1036, "column": 94 }, "identifierName": "_fullwidth" @@ -333280,15 +333552,15 @@ }, { "type": "Identifier", - "start": 45271, - "end": 45282, + "start": 47661, + "end": 47672, "loc": { "start": { - "line": 994, + "line": 1036, "column": 107 }, "end": { - "line": 994, + "line": 1036, "column": 118 }, "identifierName": "_fullheight" @@ -333299,15 +333571,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45193, - "end": 45208, + "start": 47583, + "end": 47598, "loc": { "start": { - "line": 994, + "line": 1036, "column": 29 }, "end": { - "line": 994, + "line": 1036, "column": 44 } }, @@ -333319,15 +333591,15 @@ }, { "type": "TemplateElement", - "start": 45217, - "end": 45226, + "start": 47607, + "end": 47616, "loc": { "start": { - "line": 994, + "line": 1036, "column": 53 }, "end": { - "line": 994, + "line": 1036, "column": 62 } }, @@ -333339,15 +333611,15 @@ }, { "type": "TemplateElement", - "start": 45237, - "end": 45246, + "start": 47627, + "end": 47636, "loc": { "start": { - "line": 994, + "line": 1036, "column": 73 }, "end": { - "line": 994, + "line": 1036, "column": 82 } }, @@ -333359,15 +333631,15 @@ }, { "type": "TemplateElement", - "start": 45259, - "end": 45269, + "start": 47649, + "end": 47659, "loc": { "start": { - "line": 994, + "line": 1036, "column": 95 }, "end": { - "line": 994, + "line": 1036, "column": 105 } }, @@ -333379,15 +333651,15 @@ }, { "type": "TemplateElement", - "start": 45283, - "end": 45294, + "start": 47673, + "end": 47684, "loc": { "start": { - "line": 994, + "line": 1036, "column": 119 }, "end": { - "line": 994, + "line": 1036, "column": 130 } }, @@ -333404,29 +333676,29 @@ }, { "type": "VariableDeclarator", - "start": 45310, - "end": 45389, + "start": 47700, + "end": 47779, "loc": { "start": { - "line": 995, + "line": 1037, "column": 12 }, "end": { - "line": 995, + "line": 1037, "column": 91 } }, "id": { "type": "Identifier", - "start": 45310, - "end": 45321, + "start": 47700, + "end": 47711, "loc": { "start": { - "line": 995, + "line": 1037, "column": 12 }, "end": { - "line": 995, + "line": 1037, "column": 23 }, "identifierName": "_ruler_body" @@ -333435,29 +333707,29 @@ }, "init": { "type": "CallExpression", - "start": 45324, - "end": 45389, + "start": 47714, + "end": 47779, "loc": { "start": { - "line": 995, + "line": 1037, "column": 26 }, "end": { - "line": 995, + "line": 1037, "column": 91 } }, "callee": { "type": "Identifier", - "start": 45324, - "end": 45325, + "start": 47714, + "end": 47715, "loc": { "start": { - "line": 995, + "line": 1037, "column": 26 }, "end": { - "line": 995, + "line": 1037, "column": 27 }, "identifierName": "$" @@ -333467,15 +333739,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45326, - "end": 45339, + "start": 47716, + "end": 47729, "loc": { "start": { - "line": 995, + "line": 1037, "column": 28 }, "end": { - "line": 995, + "line": 1037, "column": 41 } }, @@ -333487,30 +333759,30 @@ }, { "type": "ObjectExpression", - "start": 45341, - "end": 45388, + "start": 47731, + "end": 47778, "loc": { "start": { - "line": 995, + "line": 1037, "column": 43 }, "end": { - "line": 995, + "line": 1037, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 45343, - "end": 45386, + "start": 47733, + "end": 47776, "loc": { "start": { - "line": 995, + "line": 1037, "column": 45 }, "end": { - "line": 995, + "line": 1037, "column": 88 } }, @@ -333519,15 +333791,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45343, - "end": 45348, + "start": 47733, + "end": 47738, "loc": { "start": { - "line": 995, + "line": 1037, "column": 45 }, "end": { - "line": 995, + "line": 1037, "column": 50 }, "identifierName": "class" @@ -333536,30 +333808,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 45350, - "end": 45386, + "start": 47740, + "end": 47776, "loc": { "start": { - "line": 995, + "line": 1037, "column": 52 }, "end": { - "line": 995, + "line": 1037, "column": 88 } }, "expressions": [ { "type": "Identifier", - "start": 45353, - "end": 45359, + "start": 47743, + "end": 47749, "loc": { "start": { - "line": 995, + "line": 1037, "column": 55 }, "end": { - "line": 995, + "line": 1037, "column": 61 }, "identifierName": "PREFIX" @@ -333568,15 +333840,15 @@ }, { "type": "Identifier", - "start": 45376, - "end": 45384, + "start": 47766, + "end": 47774, "loc": { "start": { - "line": 995, + "line": 1037, "column": 78 }, "end": { - "line": 995, + "line": 1037, "column": 86 }, "identifierName": "position" @@ -333587,15 +333859,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 45351, - "end": 45351, + "start": 47741, + "end": 47741, "loc": { "start": { - "line": 995, + "line": 1037, "column": 53 }, "end": { - "line": 995, + "line": 1037, "column": 53 } }, @@ -333607,15 +333879,15 @@ }, { "type": "TemplateElement", - "start": 45360, - "end": 45374, + "start": 47750, + "end": 47764, "loc": { "start": { - "line": 995, + "line": 1037, "column": 62 }, "end": { - "line": 995, + "line": 1037, "column": 76 } }, @@ -333627,15 +333899,15 @@ }, { "type": "TemplateElement", - "start": 45385, - "end": 45385, + "start": 47775, + "end": 47775, "loc": { "start": { - "line": 995, + "line": 1037, "column": 87 }, "end": { - "line": 995, + "line": 1037, "column": 87 } }, @@ -333655,29 +333927,29 @@ }, { "type": "VariableDeclarator", - "start": 45403, - "end": 45418, + "start": 47793, + "end": 47808, "loc": { "start": { - "line": 996, + "line": 1038, "column": 12 }, "end": { - "line": 996, + "line": 1038, "column": 27 } }, "id": { "type": "Identifier", - "start": 45403, - "end": 45414, + "start": 47793, + "end": 47804, "loc": { "start": { - "line": 996, + "line": 1038, "column": 12 }, "end": { - "line": 996, + "line": 1038, "column": 23 }, "identifierName": "_finalLines" @@ -333686,15 +333958,15 @@ }, "init": { "type": "NumericLiteral", - "start": 45417, - "end": 45418, + "start": 47807, + "end": 47808, "loc": { "start": { - "line": 996, + "line": 1038, "column": 26 }, "end": { - "line": 996, + "line": 1038, "column": 27 } }, @@ -333707,29 +333979,29 @@ }, { "type": "VariableDeclarator", - "start": 45432, - "end": 45475, + "start": 47822, + "end": 47865, "loc": { "start": { - "line": 997, + "line": 1039, "column": 12 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "id": { "type": "Identifier", - "start": 45432, - "end": 45441, + "start": 47822, + "end": 47831, "loc": { "start": { - "line": 997, + "line": 1039, "column": 12 }, "end": { - "line": 997, + "line": 1039, "column": 21 }, "identifierName": "ctx_ruler" @@ -333738,57 +334010,57 @@ }, "init": { "type": "CallExpression", - "start": 45446, - "end": 45475, + "start": 47836, + "end": 47865, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 45446, - "end": 45469, + "start": 47836, + "end": 47859, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 45446, - "end": 45458, + "start": 47836, + "end": 47848, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 38 } }, "object": { "type": "Identifier", - "start": 45446, - "end": 45455, + "start": 47836, + "end": 47845, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 35 }, "identifierName": "_ruler_bg" @@ -333797,15 +334069,15 @@ }, "property": { "type": "NumericLiteral", - "start": 45456, - "end": 45457, + "start": 47846, + "end": 47847, "loc": { "start": { - "line": 997, + "line": 1039, "column": 36 }, "end": { - "line": 997, + "line": 1039, "column": 37 } }, @@ -333819,15 +334091,15 @@ }, "property": { "type": "Identifier", - "start": 45459, - "end": 45469, + "start": 47849, + "end": 47859, "loc": { "start": { - "line": 997, + "line": 1039, "column": 39 }, "end": { - "line": 997, + "line": 1039, "column": 49 }, "identifierName": "getContext" @@ -333839,15 +334111,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 45470, - "end": 45474, + "start": 47860, + "end": 47864, "loc": { "start": { - "line": 997, + "line": 1039, "column": 50 }, "end": { - "line": 997, + "line": 1039, "column": 54 } }, @@ -333868,15 +334140,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -333884,15 +334156,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -333901,58 +334173,58 @@ }, { "type": "ExpressionStatement", - "start": 45687, - "end": 45719, + "start": 48077, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 45687, - "end": 45719, + "start": 48077, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45687, - "end": 45706, + "start": 48077, + "end": 48096, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 27 } }, "object": { "type": "Identifier", - "start": 45687, - "end": 45696, + "start": 48077, + "end": 48086, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 17 }, "identifierName": "ctx_ruler" @@ -333962,15 +334234,15 @@ }, "property": { "type": "Identifier", - "start": 45697, - "end": 45706, + "start": 48087, + "end": 48096, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 18 }, "end": { - "line": 1001, + "line": 1043, "column": 27 }, "identifierName": "fillStyle" @@ -333982,15 +334254,15 @@ }, "right": { "type": "Identifier", - "start": 45709, - "end": 45719, + "start": 48099, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 30 }, "end": { - "line": 1001, + "line": 1043, "column": 40 }, "identifierName": "background" @@ -334003,15 +334275,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -334019,15 +334291,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -334036,57 +334308,57 @@ }, { "type": "ExpressionStatement", - "start": 45728, - "end": 45803, + "start": 48118, + "end": 48193, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 45728, - "end": 45803, + "start": 48118, + "end": 48193, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 45728, - "end": 45746, + "start": 48118, + "end": 48136, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 26 } }, "object": { "type": "Identifier", - "start": 45728, - "end": 45737, + "start": 48118, + "end": 48127, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 17 }, "identifierName": "ctx_ruler" @@ -334095,15 +334367,15 @@ }, "property": { "type": "Identifier", - "start": 45738, - "end": 45746, + "start": 48128, + "end": 48136, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 18 }, "end": { - "line": 1002, + "line": 1044, "column": 26 }, "identifierName": "fillRect" @@ -334115,15 +334387,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 45748, - "end": 45749, + "start": 48138, + "end": 48139, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 28 }, "end": { - "line": 1002, + "line": 1044, "column": 29 } }, @@ -334135,15 +334407,15 @@ }, { "type": "NumericLiteral", - "start": 45751, - "end": 45752, + "start": 48141, + "end": 48142, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 31 }, "end": { - "line": 1002, + "line": 1044, "column": 32 } }, @@ -334155,43 +334427,43 @@ }, { "type": "MemberExpression", - "start": 45754, - "end": 45776, + "start": 48144, + "end": 48166, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 45754, - "end": 45770, + "start": 48144, + "end": 48160, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 50 } }, "object": { "type": "Identifier", - "start": 45754, - "end": 45763, + "start": 48144, + "end": 48153, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 43 }, "identifierName": "ctx_ruler" @@ -334200,15 +334472,15 @@ }, "property": { "type": "Identifier", - "start": 45764, - "end": 45770, + "start": 48154, + "end": 48160, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 44 }, "end": { - "line": 1002, + "line": 1044, "column": 50 }, "identifierName": "canvas" @@ -334219,15 +334491,15 @@ }, "property": { "type": "Identifier", - "start": 45771, - "end": 45776, + "start": 48161, + "end": 48166, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 51 }, "end": { - "line": 1002, + "line": 1044, "column": 56 }, "identifierName": "width" @@ -334238,43 +334510,43 @@ }, { "type": "MemberExpression", - "start": 45778, - "end": 45801, + "start": 48168, + "end": 48191, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 45778, - "end": 45794, + "start": 48168, + "end": 48184, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 74 } }, "object": { "type": "Identifier", - "start": 45778, - "end": 45787, + "start": 48168, + "end": 48177, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 67 }, "identifierName": "ctx_ruler" @@ -334283,15 +334555,15 @@ }, "property": { "type": "Identifier", - "start": 45788, - "end": 45794, + "start": 48178, + "end": 48184, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 68 }, "end": { - "line": 1002, + "line": 1044, "column": 74 }, "identifierName": "canvas" @@ -334302,15 +334574,15 @@ }, "property": { "type": "Identifier", - "start": 45795, - "end": 45801, + "start": 48185, + "end": 48191, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 75 }, "end": { - "line": 1002, + "line": 1044, "column": 81 }, "identifierName": "height" @@ -334326,15 +334598,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -334343,58 +334615,58 @@ }, { "type": "ExpressionStatement", - "start": 45853, - "end": 45902, + "start": 48243, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 45853, - "end": 45902, + "start": 48243, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45853, - "end": 45874, + "start": 48243, + "end": 48264, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 29 } }, "object": { "type": "Identifier", - "start": 45853, - "end": 45862, + "start": 48243, + "end": 48252, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 17 }, "identifierName": "ctx_ruler" @@ -334404,15 +334676,15 @@ }, "property": { "type": "Identifier", - "start": 45863, - "end": 45874, + "start": 48253, + "end": 48264, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 18 }, "end": { - "line": 1005, + "line": 1047, "column": 29 }, "identifierName": "strokeStyle" @@ -334424,15 +334696,15 @@ }, "right": { "type": "StringLiteral", - "start": 45877, - "end": 45902, + "start": 48267, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 32 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } }, @@ -334448,15 +334720,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -334465,58 +334737,58 @@ }, { "type": "ExpressionStatement", - "start": 45911, - "end": 45934, + "start": 48301, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 45911, - "end": 45934, + "start": 48301, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45911, - "end": 45930, + "start": 48301, + "end": 48320, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 27 } }, "object": { "type": "Identifier", - "start": 45911, - "end": 45920, + "start": 48301, + "end": 48310, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 17 }, "identifierName": "ctx_ruler" @@ -334525,15 +334797,15 @@ }, "property": { "type": "Identifier", - "start": 45921, - "end": 45930, + "start": 48311, + "end": 48320, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 18 }, "end": { - "line": 1006, + "line": 1048, "column": 27 }, "identifierName": "lineWidth" @@ -334544,15 +334816,15 @@ }, "right": { "type": "NumericLiteral", - "start": 45933, - "end": 45934, + "start": 48323, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 30 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } }, @@ -334566,58 +334838,58 @@ }, { "type": "ExpressionStatement", - "start": 45943, - "end": 45975, + "start": 48333, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 45943, - "end": 45975, + "start": 48333, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45943, - "end": 45959, + "start": 48333, + "end": 48349, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 24 } }, "object": { "type": "Identifier", - "start": 45943, - "end": 45952, + "start": 48333, + "end": 48342, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 17 }, "identifierName": "ctx_ruler" @@ -334626,15 +334898,15 @@ }, "property": { "type": "Identifier", - "start": 45953, - "end": 45959, + "start": 48343, + "end": 48349, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 18 }, "end": { - "line": 1007, + "line": 1049, "column": 24 }, "identifierName": "filter" @@ -334645,15 +334917,15 @@ }, "right": { "type": "StringLiteral", - "start": 45962, - "end": 45975, + "start": 48352, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 27 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } }, @@ -334667,57 +334939,57 @@ }, { "type": "ExpressionStatement", - "start": 45984, - "end": 48491, + "start": 48374, + "end": 50881, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1060, + "line": 1102, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 45984, - "end": 48491, + "start": 48374, + "end": 50881, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1060, + "line": 1102, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 45984, - "end": 45999, + "start": 48374, + "end": 48389, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1008, + "line": 1050, "column": 23 } }, "object": { "type": "Identifier", - "start": 45984, - "end": 45994, + "start": 48374, + "end": 48384, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1008, + "line": 1050, "column": 18 }, "identifierName": "ruler_line" @@ -334726,15 +334998,15 @@ }, "property": { "type": "Identifier", - "start": 45995, - "end": 45999, + "start": 48385, + "end": 48389, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 19 }, "end": { - "line": 1008, + "line": 1050, "column": 23 }, "identifierName": "some" @@ -334746,15 +335018,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 46001, - "end": 48490, + "start": 48391, + "end": 50880, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 25 }, "end": { - "line": 1060, + "line": 1102, "column": 9 } }, @@ -334765,15 +335037,15 @@ "params": [ { "type": "Identifier", - "start": 46003, - "end": 46013, + "start": 48393, + "end": 48403, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 27 }, "end": { - "line": 1008, + "line": 1050, "column": 37 }, "identifierName": "line_scale" @@ -334782,15 +335054,15 @@ }, { "type": "Identifier", - "start": 46015, - "end": 46018, + "start": 48405, + "end": 48408, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 39 }, "end": { - "line": 1008, + "line": 1050, "column": 42 }, "identifierName": "idx" @@ -334800,72 +335072,72 @@ ], "body": { "type": "BlockStatement", - "start": 46024, - "end": 48490, + "start": 48414, + "end": 50880, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 48 }, "end": { - "line": 1060, + "line": 1102, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 46038, - "end": 46145, + "start": 48428, + "end": 48535, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 12 }, "end": { - "line": 1011, + "line": 1053, "column": 13 } }, "test": { "type": "CallExpression", - "start": 46043, - "end": 46090, + "start": 48433, + "end": 48480, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 46043, - "end": 46076, + "start": 48433, + "end": 48466, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 46043, - "end": 46071, + "start": 48433, + "end": 48461, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 45 } }, @@ -334877,15 +335149,15 @@ }, "property": { "type": "Identifier", - "start": 46072, - "end": 46076, + "start": 48462, + "end": 48466, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 46 }, "end": { - "line": 1009, + "line": 1051, "column": 50 }, "identifierName": "test" @@ -334897,15 +335169,15 @@ "arguments": [ { "type": "Identifier", - "start": 46078, - "end": 46088, + "start": 48468, + "end": 48478, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 52 }, "end": { - "line": 1009, + "line": 1051, "column": 62 }, "identifierName": "line_scale" @@ -334916,44 +335188,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 46093, - "end": 46145, + "start": 48483, + "end": 48535, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 67 }, "end": { - "line": 1011, + "line": 1053, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 46111, - "end": 46122, + "start": 48501, + "end": 48512, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 16 }, "end": { - "line": 1010, + "line": 1052, "column": 27 } }, "argument": { "type": "BooleanLiteral", - "start": 46118, - "end": 46122, + "start": 48508, + "end": 48512, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 23 }, "end": { - "line": 1010, + "line": 1052, "column": 27 } }, @@ -334965,15 +335237,15 @@ { "type": "CommentLine", "value": " break", - "start": 46123, - "end": 46131, + "start": 48513, + "end": 48521, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 28 }, "end": { - "line": 1010, + "line": 1052, "column": 36 } } @@ -334987,57 +335259,57 @@ }, { "type": "ExpressionStatement", - "start": 46171, - "end": 46192, + "start": 48561, + "end": 48582, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 46171, - "end": 46192, + "start": 48561, + "end": 48582, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 46171, - "end": 46190, + "start": 48561, + "end": 48580, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 31 } }, "object": { "type": "Identifier", - "start": 46171, - "end": 46180, + "start": 48561, + "end": 48570, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 21 }, "identifierName": "ctx_ruler" @@ -335046,15 +335318,15 @@ }, "property": { "type": "Identifier", - "start": 46181, - "end": 46190, + "start": 48571, + "end": 48580, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 22 }, "end": { - "line": 1013, + "line": 1055, "column": 31 }, "identifierName": "beginPath" @@ -335070,15 +335342,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -335086,15 +335358,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -335103,44 +335375,44 @@ }, { "type": "VariableDeclaration", - "start": 46320, - "end": 46412, + "start": 48710, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 12 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 46324, - "end": 46412, + "start": 48714, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 16 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "id": { "type": "Identifier", - "start": 46324, - "end": 46331, + "start": 48714, + "end": 48721, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 16 }, "end": { - "line": 1017, + "line": 1059, "column": 23 }, "identifierName": "_line_y" @@ -335150,43 +335422,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 46334, - "end": 46412, + "start": 48724, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "test": { "type": "BinaryExpression", - "start": 46334, - "end": 46352, + "start": 48724, + "end": 48742, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 44 } }, "left": { "type": "Identifier", - "start": 46334, - "end": 46342, + "start": 48724, + "end": 48732, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 34 }, "identifierName": "position" @@ -335196,15 +335468,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 46347, - "end": 46352, + "start": 48737, + "end": 48742, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 39 }, "end": { - "line": 1017, + "line": 1059, "column": 44 } }, @@ -335217,43 +335489,43 @@ }, "consequent": { "type": "BinaryExpression", - "start": 46355, - "end": 46386, + "start": 48745, + "end": 48776, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 78 } }, "left": { "type": "BinaryExpression", - "start": 46355, - "end": 46380, + "start": 48745, + "end": 48770, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 72 } }, "left": { "type": "Identifier", - "start": 46355, - "end": 46366, + "start": 48745, + "end": 48756, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 58 }, "identifierName": "line_height" @@ -335263,29 +335535,29 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 46371, - "end": 46378, + "start": 48761, + "end": 48768, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 63 }, "end": { - "line": 1017, + "line": 1059, "column": 70 } }, "left": { "type": "Identifier", - "start": 46371, - "end": 46374, + "start": 48761, + "end": 48764, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 63 }, "end": { - "line": 1017, + "line": 1059, "column": 66 }, "identifierName": "idx" @@ -335295,15 +335567,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 46377, - "end": 46378, + "start": 48767, + "end": 48768, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 69 }, "end": { - "line": 1017, + "line": 1059, "column": 70 } }, @@ -335315,22 +335587,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 46369 + "parenStart": 48759 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 46383, - "end": 46386, + "start": 48773, + "end": 48776, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 75 }, "end": { - "line": 1017, + "line": 1059, "column": 78 } }, @@ -335343,43 +335615,43 @@ }, "alternate": { "type": "BinaryExpression", - "start": 46389, - "end": 46412, + "start": 48779, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, "left": { "type": "BinaryExpression", - "start": 46389, - "end": 46406, + "start": 48779, + "end": 48796, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 98 } }, "left": { "type": "Identifier", - "start": 46389, - "end": 46400, + "start": 48779, + "end": 48790, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 92 }, "identifierName": "line_height" @@ -335389,15 +335661,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 46403, - "end": 46406, + "start": 48793, + "end": 48796, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 95 }, "end": { - "line": 1017, + "line": 1059, "column": 98 }, "identifierName": "idx" @@ -335408,15 +335680,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 46409, - "end": 46412, + "start": 48799, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 101 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } }, @@ -335436,15 +335708,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -335452,15 +335724,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -335469,57 +335741,57 @@ }, { "type": "ExpressionStatement", - "start": 46438, - "end": 46468, + "start": 48828, + "end": 48858, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 46438, - "end": 46468, + "start": 48828, + "end": 48858, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 46438, - "end": 46454, + "start": 48828, + "end": 48844, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 28 } }, "object": { "type": "Identifier", - "start": 46438, - "end": 46447, + "start": 48828, + "end": 48837, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 21 }, "identifierName": "ctx_ruler" @@ -335528,15 +335800,15 @@ }, "property": { "type": "Identifier", - "start": 46448, - "end": 46454, + "start": 48838, + "end": 48844, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 22 }, "end": { - "line": 1019, + "line": 1061, "column": 28 }, "identifierName": "moveTo" @@ -335548,15 +335820,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 46456, - "end": 46457, + "start": 48846, + "end": 48847, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 30 }, "end": { - "line": 1019, + "line": 1061, "column": 31 } }, @@ -335568,15 +335840,15 @@ }, { "type": "Identifier", - "start": 46459, - "end": 46466, + "start": 48849, + "end": 48856, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 33 }, "end": { - "line": 1019, + "line": 1061, "column": 40 }, "identifierName": "_line_y" @@ -335588,57 +335860,57 @@ }, { "type": "ExpressionStatement", - "start": 46481, - "end": 46532, + "start": 48871, + "end": 48922, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 63 } }, "expression": { "type": "CallExpression", - "start": 46481, - "end": 46532, + "start": 48871, + "end": 48922, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 46481, - "end": 46497, + "start": 48871, + "end": 48887, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 28 } }, "object": { "type": "Identifier", - "start": 46481, - "end": 46490, + "start": 48871, + "end": 48880, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 21 }, "identifierName": "ctx_ruler" @@ -335647,15 +335919,15 @@ }, "property": { "type": "Identifier", - "start": 46491, - "end": 46497, + "start": 48881, + "end": 48887, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 22 }, "end": { - "line": 1020, + "line": 1062, "column": 28 }, "identifierName": "lineTo" @@ -335667,43 +335939,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 46499, - "end": 46521, + "start": 48889, + "end": 48911, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 46499, - "end": 46515, + "start": 48889, + "end": 48905, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 46 } }, "object": { "type": "Identifier", - "start": 46499, - "end": 46508, + "start": 48889, + "end": 48898, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 39 }, "identifierName": "ctx_ruler" @@ -335712,15 +335984,15 @@ }, "property": { "type": "Identifier", - "start": 46509, - "end": 46515, + "start": 48899, + "end": 48905, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 40 }, "end": { - "line": 1020, + "line": 1062, "column": 46 }, "identifierName": "canvas" @@ -335731,15 +336003,15 @@ }, "property": { "type": "Identifier", - "start": 46516, - "end": 46521, + "start": 48906, + "end": 48911, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 47 }, "end": { - "line": 1020, + "line": 1062, "column": 52 }, "identifierName": "width" @@ -335750,15 +336022,15 @@ }, { "type": "Identifier", - "start": 46523, - "end": 46530, + "start": 48913, + "end": 48920, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 54 }, "end": { - "line": 1020, + "line": 1062, "column": 61 }, "identifierName": "_line_y" @@ -335772,15 +336044,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -335789,44 +336061,44 @@ }, { "type": "VariableDeclaration", - "start": 46583, - "end": 46674, + "start": 48973, + "end": 49064, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 12 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 46587, - "end": 46605, + "start": 48977, + "end": 48995, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 16 }, "end": { - "line": 1023, + "line": 1065, "column": 34 } }, "id": { "type": "Identifier", - "start": 46587, - "end": 46598, + "start": 48977, + "end": 48988, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 16 }, "end": { - "line": 1023, + "line": 1065, "column": 27 }, "identifierName": "_line_grids" @@ -335836,15 +336108,15 @@ }, "init": { "type": "NullLiteral", - "start": 46601, - "end": 46605, + "start": 48991, + "end": 48995, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 30 }, "end": { - "line": 1023, + "line": 1065, "column": 34 } } @@ -335853,29 +336125,29 @@ }, { "type": "VariableDeclarator", - "start": 46623, - "end": 46638, + "start": 49013, + "end": 49028, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 16 }, "end": { - "line": 1024, + "line": 1066, "column": 31 } }, "id": { "type": "Identifier", - "start": 46623, - "end": 46630, + "start": 49013, + "end": 49020, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 16 }, "end": { - "line": 1024, + "line": 1066, "column": 23 }, "identifierName": "_grid_x" @@ -335884,15 +336156,15 @@ }, "init": { "type": "NumericLiteral", - "start": 46637, - "end": 46638, + "start": 49027, + "end": 49028, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 30 }, "end": { - "line": 1024, + "line": 1066, "column": 31 } }, @@ -335905,29 +336177,29 @@ }, { "type": "VariableDeclarator", - "start": 46656, - "end": 46674, + "start": 49046, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 16 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, "id": { "type": "Identifier", - "start": 46656, - "end": 46667, + "start": 49046, + "end": 49057, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 16 }, "end": { - "line": 1025, + "line": 1067, "column": 27 }, "identifierName": "_correction" @@ -335936,15 +336208,15 @@ }, "init": { "type": "UnaryExpression", - "start": 46670, - "end": 46674, + "start": 49060, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 30 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, @@ -335952,15 +336224,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 46671, - "end": 46674, + "start": 49061, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 31 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } }, @@ -335981,15 +336253,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -335998,57 +336270,57 @@ }, { "type": "IfStatement", - "start": 46700, - "end": 48291, + "start": 49090, + "end": 50681, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 12 }, "end": { - "line": 1055, + "line": 1097, "column": 13 } }, "test": { "type": "CallExpression", - "start": 46705, - "end": 46744, + "start": 49095, + "end": 49134, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 46705, - "end": 46729, + "start": 49095, + "end": 49119, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 46705, - "end": 46724, + "start": 49095, + "end": 49114, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 36 } }, @@ -336060,15 +336332,15 @@ }, "property": { "type": "Identifier", - "start": 46725, - "end": 46729, + "start": 49115, + "end": 49119, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 37 }, "end": { - "line": 1027, + "line": 1069, "column": 41 }, "identifierName": "test" @@ -336080,29 +336352,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 46731, - "end": 46742, + "start": 49121, + "end": 49132, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 43 }, "end": { - "line": 1027, + "line": 1069, "column": 54 } }, "object": { "type": "Identifier", - "start": 46731, - "end": 46736, + "start": 49121, + "end": 49126, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 43 }, "end": { - "line": 1027, + "line": 1069, "column": 48 }, "identifierName": "_opts" @@ -336111,15 +336383,15 @@ }, "property": { "type": "Identifier", - "start": 46737, - "end": 46742, + "start": 49127, + "end": 49132, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 49 }, "end": { - "line": 1027, + "line": 1069, "column": 54 }, "identifierName": "scale" @@ -336132,59 +336404,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 46747, - "end": 47427, + "start": 49137, + "end": 49817, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 59 }, "end": { - "line": 1038, + "line": 1080, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 46879, - "end": 46932, + "start": 49269, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 46879, - "end": 46932, + "start": 49269, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46879, - "end": 46890, + "start": 49269, + "end": 49280, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 27 }, "identifierName": "_line_grids" @@ -336194,58 +336466,58 @@ }, "right": { "type": "CallExpression", - "start": 46893, - "end": 46932, + "start": 49283, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 46893, - "end": 46918, + "start": 49283, + "end": 49308, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 46893, - "end": 46897, + "start": 49283, + "end": 49287, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 34 } } }, "property": { "type": "Identifier", - "start": 46898, - "end": 46918, + "start": 49288, + "end": 49308, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 35 }, "end": { - "line": 1029, + "line": 1071, "column": 55 }, "identifierName": "_filterVariableScale" @@ -336257,15 +336529,15 @@ "arguments": [ { "type": "Identifier", - "start": 46920, - "end": 46930, + "start": 49310, + "end": 49320, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 57 }, "end": { - "line": 1029, + "line": 1071, "column": 67 }, "identifierName": "line_scale" @@ -336282,15 +336554,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 46765, - "end": 46862, + "start": 49155, + "end": 49252, "loc": { "start": { - "line": 1028, + "line": 1070, "column": 16 }, "end": { - "line": 1028, + "line": 1070, "column": 113 } } @@ -336300,15 +336572,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -336317,58 +336589,58 @@ }, { "type": "ForOfStatement", - "start": 47025, - "end": 47413, + "start": 49415, + "end": 49803, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 16 }, "end": { - "line": 1037, + "line": 1079, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 47031, - "end": 47039, + "start": 49421, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 22 }, "end": { - "line": 1032, + "line": 1074, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47035, - "end": 47039, + "start": 49425, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 26 }, "end": { - "line": 1032, + "line": 1074, "column": 30 } }, "id": { "type": "Identifier", - "start": 47035, - "end": 47039, + "start": 49425, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 26 }, "end": { - "line": 1032, + "line": 1074, "column": 30 }, "identifierName": "_key" @@ -336385,43 +336657,43 @@ }, "right": { "type": "CallExpression", - "start": 47043, - "end": 47069, + "start": 49433, + "end": 49459, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 47043, - "end": 47054, + "start": 49433, + "end": 49444, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 45 } }, "object": { "type": "Identifier", - "start": 47043, - "end": 47049, + "start": 49433, + "end": 49439, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 40 }, "identifierName": "Object" @@ -336430,15 +336702,15 @@ }, "property": { "type": "Identifier", - "start": 47050, - "end": 47054, + "start": 49440, + "end": 49444, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 41 }, "end": { - "line": 1032, + "line": 1074, "column": 45 }, "identifierName": "keys" @@ -336450,15 +336722,15 @@ "arguments": [ { "type": "Identifier", - "start": 47056, - "end": 47067, + "start": 49446, + "end": 49457, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 47 }, "end": { - "line": 1032, + "line": 1074, "column": 58 }, "identifierName": "_line_grids" @@ -336469,59 +336741,59 @@ }, "body": { "type": "BlockStatement", - "start": 47072, - "end": 47413, + "start": 49462, + "end": 49803, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 63 }, "end": { - "line": 1037, + "line": 1079, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47094, - "end": 47142, + "start": 49484, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 47094, - "end": 47142, + "start": 49484, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 47094, - "end": 47101, + "start": 49484, + "end": 49491, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 27 }, "identifierName": "_grid_x" @@ -336530,58 +336802,58 @@ }, "right": { "type": "CallExpression", - "start": 47105, - "end": 47142, + "start": 49495, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47105, - "end": 47118, + "start": 49495, + "end": 49508, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 47105, - "end": 47109, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 35 } } }, "property": { "type": "Identifier", - "start": 47110, - "end": 47118, + "start": 49500, + "end": 49508, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 36 }, "end": { - "line": 1033, + "line": 1075, "column": 44 }, "identifierName": "numRound" @@ -336593,29 +336865,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 47120, - "end": 47137, + "start": 49510, + "end": 49527, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 46 }, "end": { - "line": 1033, + "line": 1075, "column": 63 } }, "object": { "type": "Identifier", - "start": 47120, - "end": 47131, + "start": 49510, + "end": 49521, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 46 }, "end": { - "line": 1033, + "line": 1075, "column": 57 }, "identifierName": "_line_grids" @@ -336624,15 +336896,15 @@ }, "property": { "type": "Identifier", - "start": 47132, - "end": 47136, + "start": 49522, + "end": 49526, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 58 }, "end": { - "line": 1033, + "line": 1075, "column": 62 }, "identifierName": "_key" @@ -336643,15 +336915,15 @@ }, { "type": "NumericLiteral", - "start": 47139, - "end": 47140, + "start": 49529, + "end": 49530, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 65 }, "end": { - "line": 1033, + "line": 1075, "column": 66 } }, @@ -336667,57 +336939,57 @@ }, { "type": "ExpressionStatement", - "start": 47184, - "end": 47279, + "start": 49574, + "end": 49669, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 47184, - "end": 47279, + "start": 49574, + "end": 49669, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 47184, - "end": 47200, + "start": 49574, + "end": 49590, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 36 } }, "object": { "type": "Identifier", - "start": 47184, - "end": 47193, + "start": 49574, + "end": 49583, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 29 }, "identifierName": "ctx_ruler" @@ -336726,15 +336998,15 @@ }, "property": { "type": "Identifier", - "start": 47194, - "end": 47200, + "start": 49584, + "end": 49590, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 30 }, "end": { - "line": 1035, + "line": 1077, "column": 36 }, "identifierName": "moveTo" @@ -336746,29 +337018,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 47202, - "end": 47223, + "start": 49592, + "end": 49613, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 38 }, "end": { - "line": 1035, + "line": 1077, "column": 59 } }, "left": { "type": "Identifier", - "start": 47202, - "end": 47209, + "start": 49592, + "end": 49599, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 38 }, "end": { - "line": 1035, + "line": 1077, "column": 45 }, "identifierName": "_grid_x" @@ -336778,15 +337050,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47212, - "end": 47223, + "start": 49602, + "end": 49613, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 48 }, "end": { - "line": 1035, + "line": 1077, "column": 59 }, "identifierName": "_correction" @@ -336796,43 +337068,43 @@ }, { "type": "ConditionalExpression", - "start": 47225, - "end": 47277, + "start": 49615, + "end": 49667, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 47225, - "end": 47243, + "start": 49615, + "end": 49633, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 79 } }, "left": { "type": "Identifier", - "start": 47225, - "end": 47233, + "start": 49615, + "end": 49623, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 69 }, "identifierName": "position" @@ -336842,15 +337114,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 47238, - "end": 47243, + "start": 49628, + "end": 49633, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 74 }, "end": { - "line": 1035, + "line": 1077, "column": 79 } }, @@ -336863,29 +337135,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 47246, - "end": 47267, + "start": 49636, + "end": 49657, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 82 }, "end": { - "line": 1035, + "line": 1077, "column": 103 } }, "left": { "type": "Identifier", - "start": 47246, - "end": 47253, + "start": 49636, + "end": 49643, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 82 }, "end": { - "line": 1035, + "line": 1077, "column": 89 }, "identifierName": "_line_y" @@ -336895,15 +337167,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 47256, - "end": 47267, + "start": 49646, + "end": 49657, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 92 }, "end": { - "line": 1035, + "line": 1077, "column": 103 }, "identifierName": "line_height" @@ -336913,15 +337185,15 @@ }, "alternate": { "type": "Identifier", - "start": 47270, - "end": 47277, + "start": 49660, + "end": 49667, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 106 }, "end": { - "line": 1035, + "line": 1077, "column": 113 }, "identifierName": "_line_y" @@ -336934,57 +337206,57 @@ }, { "type": "ExpressionStatement", - "start": 47300, - "end": 47395, + "start": 49690, + "end": 49785, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 47300, - "end": 47395, + "start": 49690, + "end": 49785, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 47300, - "end": 47316, + "start": 49690, + "end": 49706, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 36 } }, "object": { "type": "Identifier", - "start": 47300, - "end": 47309, + "start": 49690, + "end": 49699, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 29 }, "identifierName": "ctx_ruler" @@ -336993,15 +337265,15 @@ }, "property": { "type": "Identifier", - "start": 47310, - "end": 47316, + "start": 49700, + "end": 49706, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 30 }, "end": { - "line": 1036, + "line": 1078, "column": 36 }, "identifierName": "lineTo" @@ -337013,29 +337285,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 47318, - "end": 47339, + "start": 49708, + "end": 49729, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 38 }, "end": { - "line": 1036, + "line": 1078, "column": 59 } }, "left": { "type": "Identifier", - "start": 47318, - "end": 47325, + "start": 49708, + "end": 49715, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 38 }, "end": { - "line": 1036, + "line": 1078, "column": 45 }, "identifierName": "_grid_x" @@ -337045,15 +337317,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47328, - "end": 47339, + "start": 49718, + "end": 49729, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 48 }, "end": { - "line": 1036, + "line": 1078, "column": 59 }, "identifierName": "_correction" @@ -337063,43 +337335,43 @@ }, { "type": "ConditionalExpression", - "start": 47341, - "end": 47393, + "start": 49731, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 47341, - "end": 47359, + "start": 49731, + "end": 49749, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 79 } }, "left": { "type": "Identifier", - "start": 47341, - "end": 47349, + "start": 49731, + "end": 49739, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 69 }, "identifierName": "position" @@ -337109,15 +337381,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 47354, - "end": 47359, + "start": 49744, + "end": 49749, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 74 }, "end": { - "line": 1036, + "line": 1078, "column": 79 } }, @@ -337130,15 +337402,15 @@ }, "consequent": { "type": "Identifier", - "start": 47362, - "end": 47369, + "start": 49752, + "end": 49759, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 82 }, "end": { - "line": 1036, + "line": 1078, "column": 89 }, "identifierName": "_line_y" @@ -337147,29 +337419,29 @@ }, "alternate": { "type": "BinaryExpression", - "start": 47372, - "end": 47393, + "start": 49762, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 92 }, "end": { - "line": 1036, + "line": 1078, "column": 113 } }, "left": { "type": "Identifier", - "start": 47372, - "end": 47379, + "start": 49762, + "end": 49769, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 92 }, "end": { - "line": 1036, + "line": 1078, "column": 99 }, "identifierName": "_line_y" @@ -337179,15 +337451,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 47382, - "end": 47393, + "start": 49772, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 102 }, "end": { - "line": 1036, + "line": 1078, "column": 113 }, "identifierName": "line_height" @@ -337206,15 +337478,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -337226,59 +337498,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 47433, - "end": 48291, + "start": 49823, + "end": 50681, "loc": { "start": { - "line": 1038, + "line": 1080, "column": 19 }, "end": { - "line": 1055, + "line": 1097, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 47515, - "end": 47565, + "start": 49905, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 47515, - "end": 47565, + "start": 49905, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 47515, - "end": 47526, + "start": 49905, + "end": 49916, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 27 }, "identifierName": "_line_grids" @@ -337288,58 +337560,58 @@ }, "right": { "type": "CallExpression", - "start": 47529, - "end": 47565, + "start": 49919, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 47529, - "end": 47551, + "start": 49919, + "end": 49941, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 47529, - "end": 47533, + "start": 49919, + "end": 49923, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 34 } } }, "property": { "type": "Identifier", - "start": 47534, - "end": 47551, + "start": 49924, + "end": 49941, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 35 }, "end": { - "line": 1040, + "line": 1082, "column": 52 }, "identifierName": "_getGridsPerScale" @@ -337351,15 +337623,15 @@ "arguments": [ { "type": "Identifier", - "start": 47553, - "end": 47563, + "start": 49943, + "end": 49953, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 54 }, "end": { - "line": 1040, + "line": 1082, "column": 64 }, "identifierName": "line_scale" @@ -337374,15 +337646,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 47451, - "end": 47498, + "start": 49841, + "end": 49888, "loc": { "start": { - "line": 1039, + "line": 1081, "column": 16 }, "end": { - "line": 1039, + "line": 1081, "column": 63 } } @@ -337391,58 +337663,58 @@ }, { "type": "ForOfStatement", - "start": 47599, - "end": 48277, + "start": 49989, + "end": 50667, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 16 }, "end": { - "line": 1054, + "line": 1096, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 47605, - "end": 47613, + "start": 49995, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 22 }, "end": { - "line": 1042, + "line": 1084, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47609, - "end": 47613, + "start": 49999, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 26 }, "end": { - "line": 1042, + "line": 1084, "column": 30 } }, "id": { "type": "Identifier", - "start": 47609, - "end": 47613, + "start": 49999, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 26 }, "end": { - "line": 1042, + "line": 1084, "column": 30 }, "identifierName": "_val" @@ -337456,15 +337728,15 @@ }, "right": { "type": "Identifier", - "start": 47617, - "end": 47628, + "start": 50007, + "end": 50018, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 34 }, "end": { - "line": 1042, + "line": 1084, "column": 45 }, "identifierName": "_line_grids" @@ -337473,101 +337745,101 @@ }, "body": { "type": "BlockStatement", - "start": 47631, - "end": 48277, + "start": 50021, + "end": 50667, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 48 }, "end": { - "line": 1054, + "line": 1096, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 47653, - "end": 47759, + "start": 50043, + "end": 50149, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 20 }, "end": { - "line": 1045, + "line": 1087, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 47658, - "end": 47703, + "start": 50048, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "left": { "type": "CallExpression", - "start": 47658, - "end": 47679, + "start": 50048, + "end": 50069, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 47658, - "end": 47671, + "start": 50048, + "end": 50061, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 47658, - "end": 47662, + "start": 50048, + "end": 50052, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 29 } } }, "property": { "type": "Identifier", - "start": 47663, - "end": 47671, + "start": 50053, + "end": 50061, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 30 }, "end": { - "line": 1043, + "line": 1085, "column": 38 }, "identifierName": "is_empty" @@ -337579,15 +337851,15 @@ "arguments": [ { "type": "Identifier", - "start": 47673, - "end": 47677, + "start": 50063, + "end": 50067, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 40 }, "end": { - "line": 1043, + "line": 1085, "column": 44 }, "identifierName": "_val" @@ -337599,29 +337871,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47683, - "end": 47703, + "start": 50073, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 50 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "left": { "type": "Identifier", - "start": 47683, - "end": 47687, + "start": 50073, + "end": 50077, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 50 }, "end": { - "line": 1043, + "line": 1085, "column": 54 }, "identifierName": "_val" @@ -337631,29 +337903,29 @@ "operator": ">=", "right": { "type": "MemberExpression", - "start": 47691, - "end": 47703, + "start": 50081, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 58 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } }, "object": { "type": "Identifier", - "start": 47691, - "end": 47697, + "start": 50081, + "end": 50087, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 58 }, "end": { - "line": 1043, + "line": 1085, "column": 64 }, "identifierName": "_props" @@ -337662,15 +337934,15 @@ }, "property": { "type": "Identifier", - "start": 47698, - "end": 47703, + "start": 50088, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 65 }, "end": { - "line": 1043, + "line": 1085, "column": 70 }, "identifierName": "grids" @@ -337683,30 +337955,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 47706, - "end": 47759, + "start": 50096, + "end": 50149, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 73 }, "end": { - "line": 1045, + "line": 1087, "column": 21 } }, "body": [ { "type": "BreakStatement", - "start": 47732, - "end": 47737, + "start": 50122, + "end": 50127, "loc": { "start": { - "line": 1044, + "line": 1086, "column": 24 }, "end": { - "line": 1044, + "line": 1086, "column": 29 } }, @@ -337719,44 +337991,44 @@ }, { "type": "VariableDeclaration", - "start": 47780, - "end": 47821, + "start": 50170, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 20 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 47784, - "end": 47821, + "start": 50174, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 24 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "id": { "type": "Identifier", - "start": 47784, - "end": 47795, + "start": 50174, + "end": 50185, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 24 }, "end": { - "line": 1046, + "line": 1088, "column": 35 }, "identifierName": "_grid_width" @@ -337765,29 +338037,29 @@ }, "init": { "type": "BinaryExpression", - "start": 47798, - "end": 47821, + "start": 50188, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 38 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "left": { "type": "Identifier", - "start": 47798, - "end": 47802, + "start": 50188, + "end": 50192, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 38 }, "end": { - "line": 1046, + "line": 1088, "column": 42 }, "identifierName": "_val" @@ -337797,29 +338069,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 47805, - "end": 47821, + "start": 50195, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 45 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } }, "object": { "type": "Identifier", - "start": 47805, - "end": 47811, + "start": 50195, + "end": 50201, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 45 }, "end": { - "line": 1046, + "line": 1088, "column": 51 }, "identifierName": "_props" @@ -337828,15 +338100,15 @@ }, "property": { "type": "Identifier", - "start": 47812, - "end": 47821, + "start": 50202, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 52 }, "end": { - "line": 1046, + "line": 1088, "column": 61 }, "identifierName": "scaleSize" @@ -337852,44 +338124,44 @@ }, { "type": "ExpressionStatement", - "start": 47863, - "end": 47885, + "start": 50253, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 47863, - "end": 47885, + "start": 50253, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 42 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 47863, - "end": 47870, + "start": 50253, + "end": 50260, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 27 }, "identifierName": "_grid_x" @@ -337898,15 +338170,15 @@ }, "right": { "type": "Identifier", - "start": 47874, - "end": 47885, + "start": 50264, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 31 }, "end": { - "line": 1048, + "line": 1090, "column": 42 }, "identifierName": "_grid_width" @@ -337917,85 +338189,85 @@ }, { "type": "IfStatement", - "start": 47906, - "end": 48027, + "start": 50296, + "end": 50417, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 20 }, "end": { - "line": 1051, + "line": 1093, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 47911, - "end": 47971, + "start": 50301, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 47911, - "end": 47945, + "start": 50301, + "end": 50335, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 59 } }, "left": { "type": "CallExpression", - "start": 47911, - "end": 47931, + "start": 50301, + "end": 50321, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 47911, - "end": 47920, + "start": 50301, + "end": 50310, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 34 } }, "object": { "type": "Identifier", - "start": 47911, - "end": 47915, + "start": 50301, + "end": 50305, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 29 }, "identifierName": "Math" @@ -338004,15 +338276,15 @@ }, "property": { "type": "Identifier", - "start": 47916, - "end": 47920, + "start": 50306, + "end": 50310, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 30 }, "end": { - "line": 1049, + "line": 1091, "column": 34 }, "identifierName": "ceil" @@ -338024,15 +338296,15 @@ "arguments": [ { "type": "Identifier", - "start": 47922, - "end": 47929, + "start": 50312, + "end": 50319, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 36 }, "end": { - "line": 1049, + "line": 1091, "column": 43 }, "identifierName": "_grid_x" @@ -338044,15 +338316,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 47934, - "end": 47945, + "start": 50324, + "end": 50335, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 48 }, "end": { - "line": 1049, + "line": 1091, "column": 59 }, "identifierName": "_correction" @@ -338063,43 +338335,43 @@ "operator": ">=", "right": { "type": "MemberExpression", - "start": 47949, - "end": 47971, + "start": 50339, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 47949, - "end": 47965, + "start": 50339, + "end": 50355, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 79 } }, "object": { "type": "Identifier", - "start": 47949, - "end": 47958, + "start": 50339, + "end": 50348, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 72 }, "identifierName": "ctx_ruler" @@ -338108,15 +338380,15 @@ }, "property": { "type": "Identifier", - "start": 47959, - "end": 47965, + "start": 50349, + "end": 50355, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 73 }, "end": { - "line": 1049, + "line": 1091, "column": 79 }, "identifierName": "canvas" @@ -338127,15 +338399,15 @@ }, "property": { "type": "Identifier", - "start": 47966, - "end": 47971, + "start": 50356, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 80 }, "end": { - "line": 1049, + "line": 1091, "column": 85 }, "identifierName": "width" @@ -338147,30 +338419,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 47974, - "end": 48027, + "start": 50364, + "end": 50417, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 88 }, "end": { - "line": 1051, + "line": 1093, "column": 21 } }, "body": [ { "type": "BreakStatement", - "start": 48000, - "end": 48005, + "start": 50390, + "end": 50395, "loc": { "start": { - "line": 1050, + "line": 1092, "column": 24 }, "end": { - "line": 1050, + "line": 1092, "column": 29 } }, @@ -338183,57 +338455,57 @@ }, { "type": "ExpressionStatement", - "start": 48048, - "end": 48143, + "start": 50438, + "end": 50533, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 48048, - "end": 48143, + "start": 50438, + "end": 50533, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 48048, - "end": 48064, + "start": 50438, + "end": 50454, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 36 } }, "object": { "type": "Identifier", - "start": 48048, - "end": 48057, + "start": 50438, + "end": 50447, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 29 }, "identifierName": "ctx_ruler" @@ -338242,15 +338514,15 @@ }, "property": { "type": "Identifier", - "start": 48058, - "end": 48064, + "start": 50448, + "end": 50454, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 30 }, "end": { - "line": 1052, + "line": 1094, "column": 36 }, "identifierName": "moveTo" @@ -338262,29 +338534,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 48066, - "end": 48087, + "start": 50456, + "end": 50477, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 38 }, "end": { - "line": 1052, + "line": 1094, "column": 59 } }, "left": { "type": "Identifier", - "start": 48066, - "end": 48073, + "start": 50456, + "end": 50463, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 38 }, "end": { - "line": 1052, + "line": 1094, "column": 45 }, "identifierName": "_grid_x" @@ -338294,15 +338566,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48076, - "end": 48087, + "start": 50466, + "end": 50477, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 48 }, "end": { - "line": 1052, + "line": 1094, "column": 59 }, "identifierName": "_correction" @@ -338312,43 +338584,43 @@ }, { "type": "ConditionalExpression", - "start": 48089, - "end": 48141, + "start": 50479, + "end": 50531, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 48089, - "end": 48107, + "start": 50479, + "end": 50497, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 79 } }, "left": { "type": "Identifier", - "start": 48089, - "end": 48097, + "start": 50479, + "end": 50487, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 69 }, "identifierName": "position" @@ -338358,15 +338630,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48102, - "end": 48107, + "start": 50492, + "end": 50497, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 74 }, "end": { - "line": 1052, + "line": 1094, "column": 79 } }, @@ -338379,29 +338651,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 48110, - "end": 48131, + "start": 50500, + "end": 50521, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 82 }, "end": { - "line": 1052, + "line": 1094, "column": 103 } }, "left": { "type": "Identifier", - "start": 48110, - "end": 48117, + "start": 50500, + "end": 50507, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 82 }, "end": { - "line": 1052, + "line": 1094, "column": 89 }, "identifierName": "_line_y" @@ -338411,15 +338683,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 48120, - "end": 48131, + "start": 50510, + "end": 50521, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 92 }, "end": { - "line": 1052, + "line": 1094, "column": 103 }, "identifierName": "line_height" @@ -338429,15 +338701,15 @@ }, "alternate": { "type": "Identifier", - "start": 48134, - "end": 48141, + "start": 50524, + "end": 50531, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 106 }, "end": { - "line": 1052, + "line": 1094, "column": 113 }, "identifierName": "_line_y" @@ -338450,57 +338722,57 @@ }, { "type": "ExpressionStatement", - "start": 48164, - "end": 48259, + "start": 50554, + "end": 50649, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 115 } }, "expression": { "type": "CallExpression", - "start": 48164, - "end": 48259, + "start": 50554, + "end": 50649, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 48164, - "end": 48180, + "start": 50554, + "end": 50570, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 36 } }, "object": { "type": "Identifier", - "start": 48164, - "end": 48173, + "start": 50554, + "end": 50563, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 29 }, "identifierName": "ctx_ruler" @@ -338509,15 +338781,15 @@ }, "property": { "type": "Identifier", - "start": 48174, - "end": 48180, + "start": 50564, + "end": 50570, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 30 }, "end": { - "line": 1053, + "line": 1095, "column": 36 }, "identifierName": "lineTo" @@ -338529,29 +338801,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 48182, - "end": 48203, + "start": 50572, + "end": 50593, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 38 }, "end": { - "line": 1053, + "line": 1095, "column": 59 } }, "left": { "type": "Identifier", - "start": 48182, - "end": 48189, + "start": 50572, + "end": 50579, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 38 }, "end": { - "line": 1053, + "line": 1095, "column": 45 }, "identifierName": "_grid_x" @@ -338561,15 +338833,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48192, - "end": 48203, + "start": 50582, + "end": 50593, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 48 }, "end": { - "line": 1053, + "line": 1095, "column": 59 }, "identifierName": "_correction" @@ -338579,43 +338851,43 @@ }, { "type": "ConditionalExpression", - "start": 48205, - "end": 48257, + "start": 50595, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 113 } }, "test": { "type": "BinaryExpression", - "start": 48205, - "end": 48223, + "start": 50595, + "end": 50613, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 79 } }, "left": { "type": "Identifier", - "start": 48205, - "end": 48213, + "start": 50595, + "end": 50603, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 69 }, "identifierName": "position" @@ -338625,15 +338897,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48218, - "end": 48223, + "start": 50608, + "end": 50613, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 74 }, "end": { - "line": 1053, + "line": 1095, "column": 79 } }, @@ -338646,15 +338918,15 @@ }, "consequent": { "type": "Identifier", - "start": 48226, - "end": 48233, + "start": 50616, + "end": 50623, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 82 }, "end": { - "line": 1053, + "line": 1095, "column": 89 }, "identifierName": "_line_y" @@ -338663,29 +338935,29 @@ }, "alternate": { "type": "BinaryExpression", - "start": 48236, - "end": 48257, + "start": 50626, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 92 }, "end": { - "line": 1053, + "line": 1095, "column": 113 } }, "left": { "type": "Identifier", - "start": 48236, - "end": 48243, + "start": 50626, + "end": 50633, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 92 }, "end": { - "line": 1053, + "line": 1095, "column": 99 }, "identifierName": "_line_y" @@ -338695,15 +338967,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 48246, - "end": 48257, + "start": 50636, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 102 }, "end": { - "line": 1053, + "line": 1095, "column": 113 }, "identifierName": "line_height" @@ -338725,57 +338997,57 @@ }, { "type": "ExpressionStatement", - "start": 48304, - "end": 48325, + "start": 50694, + "end": 50715, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 48304, - "end": 48325, + "start": 50694, + "end": 50715, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 48304, - "end": 48323, + "start": 50694, + "end": 50713, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 31 } }, "object": { "type": "Identifier", - "start": 48304, - "end": 48313, + "start": 50694, + "end": 50703, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 21 }, "identifierName": "ctx_ruler" @@ -338784,15 +339056,15 @@ }, "property": { "type": "Identifier", - "start": 48314, - "end": 48323, + "start": 50704, + "end": 50713, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 22 }, "end": { - "line": 1056, + "line": 1098, "column": 31 }, "identifierName": "closePath" @@ -338806,57 +339078,57 @@ }, { "type": "ExpressionStatement", - "start": 48338, - "end": 48356, + "start": 50728, + "end": 50746, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 48338, - "end": 48356, + "start": 50728, + "end": 50746, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 48338, - "end": 48354, + "start": 50728, + "end": 50744, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 28 } }, "object": { "type": "Identifier", - "start": 48338, - "end": 48347, + "start": 50728, + "end": 50737, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 21 }, "identifierName": "ctx_ruler" @@ -338865,15 +339137,15 @@ }, "property": { "type": "Identifier", - "start": 48348, - "end": 48354, + "start": 50738, + "end": 50744, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 22 }, "end": { - "line": 1057, + "line": 1099, "column": 28 }, "identifierName": "stroke" @@ -338887,57 +339159,57 @@ }, { "type": "ExpressionStatement", - "start": 48369, - "end": 48454, + "start": 50759, + "end": 50844, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 97 } }, "expression": { "type": "CallExpression", - "start": 48369, - "end": 48454, + "start": 50759, + "end": 50844, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 48369, - "end": 48387, + "start": 50759, + "end": 50777, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 30 } }, "object": { "type": "Identifier", - "start": 48369, - "end": 48380, + "start": 50759, + "end": 50770, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 23 }, "identifierName": "_ruler_body" @@ -338946,15 +339218,15 @@ }, "property": { "type": "Identifier", - "start": 48381, - "end": 48387, + "start": 50771, + "end": 50777, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 24 }, "end": { - "line": 1058, + "line": 1100, "column": 30 }, "identifierName": "append" @@ -338966,58 +339238,58 @@ "arguments": [ { "type": "CallExpression", - "start": 48389, - "end": 48452, + "start": 50779, + "end": 50842, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 48389, - "end": 48413, + "start": 50779, + "end": 50803, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 48389, - "end": 48393, + "start": 50779, + "end": 50783, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 36 } } }, "property": { "type": "Identifier", - "start": 48394, - "end": 48413, + "start": 50784, + "end": 50803, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 37 }, "end": { - "line": 1058, + "line": 1100, "column": 56 }, "identifierName": "_createRulerContent" @@ -339029,15 +339301,15 @@ "arguments": [ { "type": "Identifier", - "start": 48415, - "end": 48426, + "start": 50805, + "end": 50816, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 58 }, "end": { - "line": 1058, + "line": 1100, "column": 69 }, "identifierName": "_line_grids" @@ -339046,15 +339318,15 @@ }, { "type": "Identifier", - "start": 48428, - "end": 48438, + "start": 50818, + "end": 50828, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 71 }, "end": { - "line": 1058, + "line": 1100, "column": 81 }, "identifierName": "line_scale" @@ -339063,15 +339335,15 @@ }, { "type": "Identifier", - "start": 48440, - "end": 48450, + "start": 50830, + "end": 50840, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 83 }, "end": { - "line": 1058, + "line": 1100, "column": 93 }, "identifierName": "ruler_opts" @@ -339085,29 +339357,29 @@ }, { "type": "ExpressionStatement", - "start": 48467, - "end": 48480, + "start": 50857, + "end": 50870, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 25 } }, "expression": { "type": "UpdateExpression", - "start": 48467, - "end": 48480, + "start": 50857, + "end": 50870, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 25 } }, @@ -339115,15 +339387,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 48467, - "end": 48478, + "start": 50857, + "end": 50868, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 23 }, "identifierName": "_finalLines" @@ -339141,57 +339413,57 @@ }, { "type": "IfStatement", - "start": 48509, - "end": 48629, + "start": 50899, + "end": 51019, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 8 }, "end": { - "line": 1064, + "line": 1106, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48514, - "end": 48546, + "start": 50904, + "end": 50936, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 48514, - "end": 48531, + "start": 50904, + "end": 50921, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 30 } }, "object": { "type": "Identifier", - "start": 48514, - "end": 48524, + "start": 50904, + "end": 50914, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 23 }, "identifierName": "ruler_line" @@ -339200,15 +339472,15 @@ }, "property": { "type": "Identifier", - "start": 48525, - "end": 48531, + "start": 50915, + "end": 50921, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 24 }, "end": { - "line": 1062, + "line": 1104, "column": 30 }, "identifierName": "length" @@ -339220,15 +339492,15 @@ "operator": "!=", "right": { "type": "Identifier", - "start": 48535, - "end": 48546, + "start": 50925, + "end": 50936, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 34 }, "end": { - "line": 1062, + "line": 1104, "column": 45 }, "identifierName": "_finalLines" @@ -339238,72 +339510,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 48549, - "end": 48629, + "start": 50939, + "end": 51019, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 48 }, "end": { - "line": 1064, + "line": 1106, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 48563, - "end": 48619, + "start": 50953, + "end": 51009, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 48563, - "end": 48619, + "start": 50953, + "end": 51009, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 48563, - "end": 48573, + "start": 50953, + "end": 50963, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 22 } }, "object": { "type": "Identifier", - "start": 48563, - "end": 48569, + "start": 50953, + "end": 50959, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 18 }, "identifierName": "_ruler" @@ -339312,15 +339584,15 @@ }, "property": { "type": "Identifier", - "start": 48570, - "end": 48573, + "start": 50960, + "end": 50963, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 19 }, "end": { - "line": 1063, + "line": 1105, "column": 22 }, "identifierName": "css" @@ -339332,15 +339604,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 48575, - "end": 48583, + "start": 50965, + "end": 50973, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 24 }, "end": { - "line": 1063, + "line": 1105, "column": 32 } }, @@ -339352,44 +339624,44 @@ }, { "type": "TemplateLiteral", - "start": 48585, - "end": 48617, + "start": 50975, + "end": 51007, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 34 }, "end": { - "line": 1063, + "line": 1105, "column": 66 } }, "expressions": [ { "type": "BinaryExpression", - "start": 48588, - "end": 48613, + "start": 50978, + "end": 51003, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 37 }, "end": { - "line": 1063, + "line": 1105, "column": 62 } }, "left": { "type": "Identifier", - "start": 48588, - "end": 48599, + "start": 50978, + "end": 50989, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 37 }, "end": { - "line": 1063, + "line": 1105, "column": 48 }, "identifierName": "_finalLines" @@ -339399,15 +339671,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 48602, - "end": 48613, + "start": 50992, + "end": 51003, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 51 }, "end": { - "line": 1063, + "line": 1105, "column": 62 }, "identifierName": "line_height" @@ -339419,15 +339691,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 48586, - "end": 48586, + "start": 50976, + "end": 50976, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 35 }, "end": { - "line": 1063, + "line": 1105, "column": 35 } }, @@ -339439,15 +339711,15 @@ }, { "type": "TemplateElement", - "start": 48614, - "end": 48616, + "start": 51004, + "end": 51006, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 63 }, "end": { - "line": 1063, + "line": 1105, "column": 65 } }, @@ -339469,85 +339741,85 @@ }, { "type": "ReturnStatement", - "start": 48647, - "end": 48702, + "start": 51037, + "end": 51092, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 8 }, "end": { - "line": 1066, + "line": 1108, "column": 63 } }, "argument": { "type": "CallExpression", - "start": 48654, - "end": 48702, + "start": 51044, + "end": 51092, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 48654, - "end": 48687, + "start": 51044, + "end": 51077, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 48 } }, "object": { "type": "CallExpression", - "start": 48654, - "end": 48680, + "start": 51044, + "end": 51070, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 48654, - "end": 48667, + "start": 51044, + "end": 51057, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 28 } }, "object": { "type": "Identifier", - "start": 48654, - "end": 48660, + "start": 51044, + "end": 51050, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 21 }, "identifierName": "_ruler" @@ -339556,15 +339828,15 @@ }, "property": { "type": "Identifier", - "start": 48661, - "end": 48667, + "start": 51051, + "end": 51057, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 22 }, "end": { - "line": 1066, + "line": 1108, "column": 28 }, "identifierName": "append" @@ -339576,15 +339848,15 @@ "arguments": [ { "type": "Identifier", - "start": 48669, - "end": 48678, + "start": 51059, + "end": 51068, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 30 }, "end": { - "line": 1066, + "line": 1108, "column": 39 }, "identifierName": "_ruler_bg" @@ -339595,15 +339867,15 @@ }, "property": { "type": "Identifier", - "start": 48681, - "end": 48687, + "start": 51071, + "end": 51077, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 42 }, "end": { - "line": 1066, + "line": 1108, "column": 48 }, "identifierName": "append" @@ -339615,15 +339887,15 @@ "arguments": [ { "type": "Identifier", - "start": 48689, - "end": 48700, + "start": 51079, + "end": 51090, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 50 }, "end": { - "line": 1066, + "line": 1108, "column": 61 }, "identifierName": "_ruler_body" @@ -339641,15 +339913,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -339659,15 +339931,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -339676,15 +339948,15 @@ }, { "type": "ClassMethod", - "start": 48885, - "end": 53686, + "start": 51275, + "end": 56076, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 4 }, "end": { - "line": 1168, + "line": 1210, "column": 5 } }, @@ -339692,15 +339964,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48885, - "end": 48905, + "start": 51275, + "end": 51295, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 4 }, "end": { - "line": 1075, + "line": 1117, "column": 24 }, "identifierName": "_filterVariableScale" @@ -339716,15 +339988,15 @@ "params": [ { "type": "Identifier", - "start": 48907, - "end": 48919, + "start": 51297, + "end": 51309, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 26 }, "end": { - "line": 1075, + "line": 1117, "column": 38 }, "identifierName": "target_scale" @@ -339734,59 +340006,59 @@ ], "body": { "type": "BlockStatement", - "start": 48922, - "end": 53686, + "start": 51312, + "end": 56076, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 41 }, "end": { - "line": 1168, + "line": 1210, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 48932, - "end": 49132, + "start": 51322, + "end": 51522, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 8 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 48936, - "end": 48957, + "start": 51326, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 12 }, "end": { - "line": 1076, + "line": 1118, "column": 33 } }, "id": { "type": "Identifier", - "start": 48936, - "end": 48941, + "start": 51326, + "end": 51331, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 12 }, "end": { - "line": 1076, + "line": 1118, "column": 17 }, "identifierName": "_opts" @@ -339795,44 +340067,44 @@ }, "init": { "type": "MemberExpression", - "start": 48945, - "end": 48957, + "start": 51335, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 21 }, "end": { - "line": 1076, + "line": 1118, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 48945, - "end": 48949, + "start": 51335, + "end": 51339, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 21 }, "end": { - "line": 1076, + "line": 1118, "column": 25 } } }, "property": { "type": "Identifier", - "start": 48950, - "end": 48957, + "start": 51340, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 26 }, "end": { - "line": 1076, + "line": 1118, "column": 33 }, "identifierName": "_config" @@ -339844,29 +340116,29 @@ }, { "type": "VariableDeclarator", - "start": 48971, - "end": 48999, + "start": 51361, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 12 }, "end": { - "line": 1077, + "line": 1119, "column": 40 } }, "id": { "type": "Identifier", - "start": 48971, - "end": 48977, + "start": 51361, + "end": 51367, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 12 }, "end": { - "line": 1077, + "line": 1119, "column": 18 }, "identifierName": "_props" @@ -339875,44 +340147,44 @@ }, "init": { "type": "MemberExpression", - "start": 48980, - "end": 48999, + "start": 51370, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 21 }, "end": { - "line": 1077, + "line": 1119, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 48980, - "end": 48984, + "start": 51370, + "end": 51374, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 21 }, "end": { - "line": 1077, + "line": 1119, "column": 25 } } }, "property": { "type": "Identifier", - "start": 48985, - "end": 48999, + "start": 51375, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 26 }, "end": { - "line": 1077, + "line": 1119, "column": 40 }, "identifierName": "_instanceProps" @@ -339924,29 +340196,29 @@ }, { "type": "VariableDeclarator", - "start": 49013, - "end": 49064, + "start": 51403, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 12 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, "id": { "type": "Identifier", - "start": 49013, - "end": 49016, + "start": 51403, + "end": 51406, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 12 }, "end": { - "line": 1078, + "line": 1120, "column": 15 }, "identifierName": "_bc" @@ -339955,57 +340227,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 49022, - "end": 49064, + "start": 51412, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, "test": { "type": "CallExpression", - "start": 49022, - "end": 49053, + "start": 51412, + "end": 51443, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 49022, - "end": 49038, + "start": 51412, + "end": 51428, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 49022, - "end": 49033, + "start": 51412, + "end": 51423, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 32 } }, @@ -340017,15 +340289,15 @@ }, "property": { "type": "Identifier", - "start": 49034, - "end": 49038, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 33 }, "end": { - "line": 1078, + "line": 1120, "column": 37 }, "identifierName": "test" @@ -340037,29 +340309,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49040, - "end": 49051, + "start": 51430, + "end": 51441, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 39 }, "end": { - "line": 1078, + "line": 1120, "column": 50 } }, "object": { "type": "Identifier", - "start": 49040, - "end": 49045, + "start": 51430, + "end": 51435, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 39 }, "end": { - "line": 1078, + "line": 1120, "column": 44 }, "identifierName": "_opts" @@ -340068,15 +340340,15 @@ }, "property": { "type": "Identifier", - "start": 49046, - "end": 49051, + "start": 51436, + "end": 51441, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 45 }, "end": { - "line": 1078, + "line": 1120, "column": 50 }, "identifierName": "scale" @@ -340089,15 +340361,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 49056, - "end": 49059, + "start": 51446, + "end": 51449, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 55 }, "end": { - "line": 1078, + "line": 1120, "column": 58 } }, @@ -340109,15 +340381,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 49062, - "end": 49064, + "start": 51452, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 61 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } }, @@ -340131,29 +340403,29 @@ }, { "type": "VariableDeclarator", - "start": 49078, - "end": 49107, + "start": 51468, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 12 }, "end": { - "line": 1079, + "line": 1121, "column": 41 } }, "id": { "type": "Identifier", - "start": 49078, - "end": 49084, + "start": 51468, + "end": 51474, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 12 }, "end": { - "line": 1079, + "line": 1121, "column": 18 }, "identifierName": "scales" @@ -340162,29 +340434,29 @@ }, "init": { "type": "MemberExpression", - "start": 49087, - "end": 49107, + "start": 51477, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 21 }, "end": { - "line": 1079, + "line": 1121, "column": 41 } }, "object": { "type": "Identifier", - "start": 49087, - "end": 49093, + "start": 51477, + "end": 51483, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 21 }, "end": { - "line": 1079, + "line": 1121, "column": 27 }, "identifierName": "_props" @@ -340193,15 +340465,15 @@ }, "property": { "type": "Identifier", - "start": 49094, - "end": 49107, + "start": 51484, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 28 }, "end": { - "line": 1079, + "line": 1121, "column": 41 }, "identifierName": "variableScale" @@ -340213,29 +340485,29 @@ }, { "type": "VariableDeclarator", - "start": 49121, - "end": 49132, + "start": 51511, + "end": 51522, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 12 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, "id": { "type": "Identifier", - "start": 49121, - "end": 49127, + "start": 51511, + "end": 51517, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 12 }, "end": { - "line": 1080, + "line": 1122, "column": 18 }, "identifierName": "retObj" @@ -340244,15 +340516,15 @@ }, "init": { "type": "ObjectExpression", - "start": 49130, - "end": 49132, + "start": 51520, + "end": 51522, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 21 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } }, @@ -340264,58 +340536,58 @@ }, { "type": "ForOfStatement", - "start": 49150, - "end": 53649, + "start": 51540, + "end": 56039, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 8 }, "end": { - "line": 1165, + "line": 1207, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 49156, - "end": 49163, + "start": 51546, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 14 }, "end": { - "line": 1082, + "line": 1124, "column": 21 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 49160, - "end": 49163, + "start": 51550, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 18 }, "end": { - "line": 1082, + "line": 1124, "column": 21 } }, "id": { "type": "Identifier", - "start": 49160, - "end": 49163, + "start": 51550, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 18 }, "end": { - "line": 1082, + "line": 1124, "column": 21 }, "identifierName": "_dt" @@ -340329,43 +340601,43 @@ }, "right": { "type": "CallExpression", - "start": 49167, - "end": 49188, + "start": 51557, + "end": 51578, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 49167, - "end": 49178, + "start": 51557, + "end": 51568, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 36 } }, "object": { "type": "Identifier", - "start": 49167, - "end": 49173, + "start": 51557, + "end": 51563, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 31 }, "identifierName": "Object" @@ -340374,15 +340646,15 @@ }, "property": { "type": "Identifier", - "start": 49174, - "end": 49178, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 32 }, "end": { - "line": 1082, + "line": 1124, "column": 36 }, "identifierName": "keys" @@ -340394,15 +340666,15 @@ "arguments": [ { "type": "Identifier", - "start": 49180, - "end": 49186, + "start": 51570, + "end": 51576, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 38 }, "end": { - "line": 1082, + "line": 1124, "column": 44 }, "identifierName": "scales" @@ -340413,59 +340685,59 @@ }, "body": { "type": "BlockStatement", - "start": 49191, - "end": 53649, + "start": 51581, + "end": 56039, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 49 }, "end": { - "line": 1165, + "line": 1207, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 49205, - "end": 49379, + "start": 51595, + "end": 51769, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 12 }, "end": { - "line": 1086, + "line": 1128, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 49209, - "end": 49232, + "start": 51599, + "end": 51622, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 16 }, "end": { - "line": 1083, + "line": 1125, "column": 39 } }, "id": { "type": "Identifier", - "start": 49209, - "end": 49214, + "start": 51599, + "end": 51604, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 16 }, "end": { - "line": 1083, + "line": 1125, "column": 21 }, "identifierName": "_days" @@ -340474,29 +340746,29 @@ }, "init": { "type": "MemberExpression", - "start": 49221, - "end": 49232, + "start": 51611, + "end": 51622, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 28 }, "end": { - "line": 1083, + "line": 1125, "column": 39 } }, "object": { "type": "Identifier", - "start": 49221, - "end": 49227, + "start": 51611, + "end": 51617, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 28 }, "end": { - "line": 1083, + "line": 1125, "column": 34 }, "identifierName": "scales" @@ -340505,15 +340777,15 @@ }, "property": { "type": "Identifier", - "start": 49228, - "end": 49231, + "start": 51618, + "end": 51621, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 35 }, "end": { - "line": 1083, + "line": 1125, "column": 38 }, "identifierName": "_dt" @@ -340525,29 +340797,29 @@ }, { "type": "VariableDeclarator", - "start": 49250, - "end": 49316, + "start": 51640, + "end": 51706, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 16 }, "end": { - "line": 1084, + "line": 1126, "column": 82 } }, "id": { "type": "Identifier", - "start": 49250, - "end": 49259, + "start": 51640, + "end": 51649, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 16 }, "end": { - "line": 1084, + "line": 1126, "column": 25 }, "identifierName": "grid_size" @@ -340556,58 +340828,58 @@ }, "init": { "type": "CallExpression", - "start": 49262, - "end": 49316, + "start": 51652, + "end": 51706, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 49262, - "end": 49275, + "start": 51652, + "end": 51665, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 49262, - "end": 49266, + "start": 51652, + "end": 51656, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 32 } } }, "property": { "type": "Identifier", - "start": 49267, - "end": 49275, + "start": 51657, + "end": 51665, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 33 }, "end": { - "line": 1084, + "line": 1126, "column": 41 }, "identifierName": "numRound" @@ -340619,43 +340891,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 49277, - "end": 49311, + "start": 51667, + "end": 51701, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 43 }, "end": { - "line": 1084, + "line": 1126, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 49279, - "end": 49303, + "start": 51669, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 45 }, "end": { - "line": 1084, + "line": 1126, "column": 69 } }, "left": { "type": "Identifier", - "start": 49279, - "end": 49284, + "start": 51669, + "end": 51674, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 45 }, "end": { - "line": 1084, + "line": 1126, "column": 50 }, "identifierName": "_days" @@ -340665,29 +340937,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 49287, - "end": 49303, + "start": 51677, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 53 }, "end": { - "line": 1084, + "line": 1126, "column": 69 } }, "object": { "type": "Identifier", - "start": 49287, - "end": 49293, + "start": 51677, + "end": 51683, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 53 }, "end": { - "line": 1084, + "line": 1126, "column": 59 }, "identifierName": "_props" @@ -340696,15 +340968,15 @@ }, "property": { "type": "Identifier", - "start": 49294, - "end": 49303, + "start": 51684, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 60 }, "end": { - "line": 1084, + "line": 1126, "column": 69 }, "identifierName": "scaleSize" @@ -340715,21 +340987,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 49277 + "parenStart": 51667 } }, "operator": "/", "right": { "type": "Identifier", - "start": 49308, - "end": 49311, + "start": 51698, + "end": 51701, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 74 }, "end": { - "line": 1084, + "line": 1126, "column": 77 }, "identifierName": "_bc" @@ -340739,15 +341011,15 @@ }, { "type": "NumericLiteral", - "start": 49313, - "end": 49314, + "start": 51703, + "end": 51704, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 79 }, "end": { - "line": 1084, + "line": 1126, "column": 80 } }, @@ -340762,29 +341034,29 @@ }, { "type": "VariableDeclarator", - "start": 49334, - "end": 49350, + "start": 51724, + "end": 51740, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 16 }, "end": { - "line": 1085, + "line": 1127, "column": 32 } }, "id": { "type": "Identifier", - "start": 49334, - "end": 49341, + "start": 51724, + "end": 51731, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 16 }, "end": { - "line": 1085, + "line": 1127, "column": 23 }, "identifierName": "_newKey" @@ -340793,15 +341065,15 @@ }, "init": { "type": "NullLiteral", - "start": 49346, - "end": 49350, + "start": 51736, + "end": 51740, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 28 }, "end": { - "line": 1085, + "line": 1127, "column": 32 } } @@ -340809,29 +341081,29 @@ }, { "type": "VariableDeclarator", - "start": 49368, - "end": 49372, + "start": 51758, + "end": 51762, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 16 }, "end": { - "line": 1086, + "line": 1128, "column": 20 } }, "id": { "type": "Identifier", - "start": 49368, - "end": 49372, + "start": 51758, + "end": 51762, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 16 }, "end": { - "line": 1086, + "line": 1128, "column": 20 }, "identifierName": "_arr" @@ -340842,29 +341114,29 @@ }, { "type": "VariableDeclarator", - "start": 49374, - "end": 49379, + "start": 51764, + "end": 51769, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 22 }, "end": { - "line": 1086, + "line": 1128, "column": 27 } }, "id": { "type": "Identifier", - "start": 49374, - "end": 49379, + "start": 51764, + "end": 51769, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 22 }, "end": { - "line": 1086, + "line": 1128, "column": 27 }, "identifierName": "_temp" @@ -340882,15 +341154,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -340899,29 +341171,29 @@ }, { "type": "SwitchStatement", - "start": 49505, - "end": 53639, + "start": 51895, + "end": 56029, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 12 }, "end": { - "line": 1164, + "line": 1206, "column": 13 } }, "discriminant": { "type": "BooleanLiteral", - "start": 49514, - "end": 49518, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 21 }, "end": { - "line": 1089, + "line": 1131, "column": 25 } }, @@ -340931,59 +341203,59 @@ "cases": [ { "type": "SwitchCase", - "start": 49539, - "end": 49953, + "start": 51929, + "end": 52343, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 16 }, "end": { - "line": 1098, + "line": 1140, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 49614, - "end": 49688, + "start": 52004, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 49614, - "end": 49688, + "start": 52004, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "operator": "=", "left": { "type": "Identifier", - "start": 49614, - "end": 49621, + "start": 52004, + "end": 52011, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 27 }, "identifierName": "_newKey" @@ -340992,43 +341264,43 @@ }, "right": { "type": "CallExpression", - "start": 49624, - "end": 49688, + "start": 52014, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 49624, - "end": 49633, + "start": 52014, + "end": 52023, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 39 } }, "object": { "type": "Identifier", - "start": 49624, - "end": 49628, + "start": 52014, + "end": 52018, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 34 }, "identifierName": "Math" @@ -341037,15 +341309,15 @@ }, "property": { "type": "Identifier", - "start": 49629, - "end": 49633, + "start": 52019, + "end": 52023, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 35 }, "end": { - "line": 1091, + "line": 1133, "column": 39 }, "identifierName": "ceil" @@ -341057,100 +341329,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 49635, - "end": 49686, + "start": 52025, + "end": 52076, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 92 } }, "left": { "type": "CallExpression", - "start": 49635, - "end": 49679, + "start": 52025, + "end": 52069, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 49635, - "end": 49677, + "start": 52025, + "end": 52067, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 83 } }, "object": { "type": "CallExpression", - "start": 49635, - "end": 49665, + "start": 52025, + "end": 52055, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 49635, - "end": 49658, + "start": 52025, + "end": 52048, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 49635, - "end": 49639, + "start": 52025, + "end": 52029, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 45 } } }, "property": { "type": "Identifier", - "start": 49640, - "end": 49658, + "start": 52030, + "end": 52048, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 46 }, "end": { - "line": 1091, + "line": 1133, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -341162,15 +341434,15 @@ "arguments": [ { "type": "Identifier", - "start": 49660, - "end": 49663, + "start": 52050, + "end": 52053, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 66 }, "end": { - "line": 1091, + "line": 1133, "column": 69 }, "identifierName": "_dt" @@ -341181,15 +341453,15 @@ }, "property": { "type": "Identifier", - "start": 49666, - "end": 49677, + "start": 52056, + "end": 52067, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 72 }, "end": { - "line": 1091, + "line": 1133, "column": 83 }, "identifierName": "getFullYear" @@ -341203,15 +341475,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 49682, - "end": 49686, + "start": 52072, + "end": 52076, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 88 }, "end": { - "line": 1091, + "line": 1133, "column": 92 } }, @@ -341228,57 +341500,57 @@ }, { "type": "IfStatement", - "start": 49730, - "end": 49927, + "start": 52120, + "end": 52317, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 20 }, "end": { - "line": 1097, + "line": 1139, "column": 21 } }, "test": { "type": "CallExpression", - "start": 49735, - "end": 49767, + "start": 52125, + "end": 52157, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 49735, - "end": 49756, + "start": 52125, + "end": 52146, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 46 } }, "object": { "type": "Identifier", - "start": 49735, - "end": 49741, + "start": 52125, + "end": 52131, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 31 }, "identifierName": "retObj" @@ -341287,15 +341559,15 @@ }, "property": { "type": "Identifier", - "start": 49742, - "end": 49756, + "start": 52132, + "end": 52146, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 32 }, "end": { - "line": 1093, + "line": 1135, "column": 46 }, "identifierName": "hasOwnProperty" @@ -341307,15 +341579,15 @@ "arguments": [ { "type": "Identifier", - "start": 49758, - "end": 49765, + "start": 52148, + "end": 52155, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 48 }, "end": { - "line": 1093, + "line": 1135, "column": 55 }, "identifierName": "_newKey" @@ -341326,73 +341598,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 49770, - "end": 49846, + "start": 52160, + "end": 52236, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 60 }, "end": { - "line": 1095, + "line": 1137, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 49796, - "end": 49824, + "start": 52186, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 49796, - "end": 49824, + "start": 52186, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 49796, - "end": 49811, + "start": 52186, + "end": 52201, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 39 } }, "object": { "type": "Identifier", - "start": 49796, - "end": 49802, + "start": 52186, + "end": 52192, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 30 }, "identifierName": "retObj" @@ -341401,15 +341673,15 @@ }, "property": { "type": "Identifier", - "start": 49803, - "end": 49810, + "start": 52193, + "end": 52200, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 31 }, "end": { - "line": 1094, + "line": 1136, "column": 38 }, "identifierName": "_newKey" @@ -341420,15 +341692,15 @@ }, "right": { "type": "Identifier", - "start": 49815, - "end": 49824, + "start": 52205, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 43 }, "end": { - "line": 1094, + "line": 1136, "column": 52 }, "identifierName": "grid_size" @@ -341442,73 +341714,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 49852, - "end": 49927, + "start": 52242, + "end": 52317, "loc": { "start": { - "line": 1095, + "line": 1137, "column": 27 }, "end": { - "line": 1097, + "line": 1139, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 49878, - "end": 49905, + "start": 52268, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 49878, - "end": 49905, + "start": 52268, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 49878, - "end": 49893, + "start": 52268, + "end": 52283, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 39 } }, "object": { "type": "Identifier", - "start": 49878, - "end": 49884, + "start": 52268, + "end": 52274, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 30 }, "identifierName": "retObj" @@ -341517,15 +341789,15 @@ }, "property": { "type": "Identifier", - "start": 49885, - "end": 49892, + "start": 52275, + "end": 52282, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 31 }, "end": { - "line": 1096, + "line": 1138, "column": 38 }, "identifierName": "_newKey" @@ -341536,15 +341808,15 @@ }, "right": { "type": "Identifier", - "start": 49896, - "end": 49905, + "start": 52286, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 42 }, "end": { - "line": 1096, + "line": 1138, "column": 51 }, "identifierName": "grid_size" @@ -341559,15 +341831,15 @@ }, { "type": "BreakStatement", - "start": 49948, - "end": 49953, + "start": 52338, + "end": 52343, "loc": { "start": { - "line": 1098, + "line": 1140, "column": 20 }, "end": { - "line": 1098, + "line": 1140, "column": 25 } }, @@ -341576,43 +341848,43 @@ ], "test": { "type": "CallExpression", - "start": 49544, - "end": 49592, + "start": 51934, + "end": 51982, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 49544, - "end": 49576, + "start": 51934, + "end": 51966, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 53 } }, "object": { "type": "RegExpLiteral", - "start": 49544, - "end": 49571, + "start": 51934, + "end": 51961, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 48 } }, @@ -341624,15 +341896,15 @@ }, "property": { "type": "Identifier", - "start": 49572, - "end": 49576, + "start": 51962, + "end": 51966, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 49 }, "end": { - "line": 1090, + "line": 1132, "column": 53 }, "identifierName": "test" @@ -341644,15 +341916,15 @@ "arguments": [ { "type": "Identifier", - "start": 49578, - "end": 49590, + "start": 51968, + "end": 51980, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 55 }, "end": { - "line": 1090, + "line": 1132, "column": 67 }, "identifierName": "target_scale" @@ -341664,59 +341936,59 @@ }, { "type": "SwitchCase", - "start": 49970, - "end": 50368, + "start": 52360, + "end": 52758, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 16 }, "end": { - "line": 1107, + "line": 1149, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50030, - "end": 50103, + "start": 52420, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 50030, - "end": 50103, + "start": 52420, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50030, - "end": 50037, + "start": 52420, + "end": 52427, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 27 }, "identifierName": "_newKey" @@ -341725,43 +341997,43 @@ }, "right": { "type": "CallExpression", - "start": 50040, - "end": 50103, + "start": 52430, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 50040, - "end": 50049, + "start": 52430, + "end": 52439, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 39 } }, "object": { "type": "Identifier", - "start": 50040, - "end": 50044, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 34 }, "identifierName": "Math" @@ -341770,15 +342042,15 @@ }, "property": { "type": "Identifier", - "start": 50045, - "end": 50049, + "start": 52435, + "end": 52439, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 35 }, "end": { - "line": 1100, + "line": 1142, "column": 39 }, "identifierName": "ceil" @@ -341790,100 +342062,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50051, - "end": 50101, + "start": 52441, + "end": 52491, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 91 } }, "left": { "type": "CallExpression", - "start": 50051, - "end": 50095, + "start": 52441, + "end": 52485, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50051, - "end": 50093, + "start": 52441, + "end": 52483, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50051, - "end": 50081, + "start": 52441, + "end": 52471, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50051, - "end": 50074, + "start": 52441, + "end": 52464, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50051, - "end": 50055, + "start": 52441, + "end": 52445, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50056, - "end": 50074, + "start": 52446, + "end": 52464, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 46 }, "end": { - "line": 1100, + "line": 1142, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -341895,15 +342167,15 @@ "arguments": [ { "type": "Identifier", - "start": 50076, - "end": 50079, + "start": 52466, + "end": 52469, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 66 }, "end": { - "line": 1100, + "line": 1142, "column": 69 }, "identifierName": "_dt" @@ -341914,15 +342186,15 @@ }, "property": { "type": "Identifier", - "start": 50082, - "end": 50093, + "start": 52472, + "end": 52483, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 72 }, "end": { - "line": 1100, + "line": 1142, "column": 83 }, "identifierName": "getFullYear" @@ -341936,15 +342208,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50098, - "end": 50101, + "start": 52488, + "end": 52491, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 88 }, "end": { - "line": 1100, + "line": 1142, "column": 91 } }, @@ -341961,57 +342233,57 @@ }, { "type": "IfStatement", - "start": 50145, - "end": 50342, + "start": 52535, + "end": 52732, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 20 }, "end": { - "line": 1106, + "line": 1148, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50150, - "end": 50182, + "start": 52540, + "end": 52572, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50150, - "end": 50171, + "start": 52540, + "end": 52561, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 46 } }, "object": { "type": "Identifier", - "start": 50150, - "end": 50156, + "start": 52540, + "end": 52546, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 31 }, "identifierName": "retObj" @@ -342020,15 +342292,15 @@ }, "property": { "type": "Identifier", - "start": 50157, - "end": 50171, + "start": 52547, + "end": 52561, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 32 }, "end": { - "line": 1102, + "line": 1144, "column": 46 }, "identifierName": "hasOwnProperty" @@ -342040,15 +342312,15 @@ "arguments": [ { "type": "Identifier", - "start": 50173, - "end": 50180, + "start": 52563, + "end": 52570, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 48 }, "end": { - "line": 1102, + "line": 1144, "column": 55 }, "identifierName": "_newKey" @@ -342059,73 +342331,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50185, - "end": 50261, + "start": 52575, + "end": 52651, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 60 }, "end": { - "line": 1104, + "line": 1146, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50211, - "end": 50239, + "start": 52601, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 50211, - "end": 50239, + "start": 52601, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 50211, - "end": 50226, + "start": 52601, + "end": 52616, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 39 } }, "object": { "type": "Identifier", - "start": 50211, - "end": 50217, + "start": 52601, + "end": 52607, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 30 }, "identifierName": "retObj" @@ -342134,15 +342406,15 @@ }, "property": { "type": "Identifier", - "start": 50218, - "end": 50225, + "start": 52608, + "end": 52615, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 31 }, "end": { - "line": 1103, + "line": 1145, "column": 38 }, "identifierName": "_newKey" @@ -342153,15 +342425,15 @@ }, "right": { "type": "Identifier", - "start": 50230, - "end": 50239, + "start": 52620, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 43 }, "end": { - "line": 1103, + "line": 1145, "column": 52 }, "identifierName": "grid_size" @@ -342175,73 +342447,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 50267, - "end": 50342, + "start": 52657, + "end": 52732, "loc": { "start": { - "line": 1104, + "line": 1146, "column": 27 }, "end": { - "line": 1106, + "line": 1148, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50293, - "end": 50320, + "start": 52683, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 50293, - "end": 50320, + "start": 52683, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50293, - "end": 50308, + "start": 52683, + "end": 52698, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 39 } }, "object": { "type": "Identifier", - "start": 50293, - "end": 50299, + "start": 52683, + "end": 52689, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 30 }, "identifierName": "retObj" @@ -342250,15 +342522,15 @@ }, "property": { "type": "Identifier", - "start": 50300, - "end": 50307, + "start": 52690, + "end": 52697, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 31 }, "end": { - "line": 1105, + "line": 1147, "column": 38 }, "identifierName": "_newKey" @@ -342269,15 +342541,15 @@ }, "right": { "type": "Identifier", - "start": 50311, - "end": 50320, + "start": 52701, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 42 }, "end": { - "line": 1105, + "line": 1147, "column": 51 }, "identifierName": "grid_size" @@ -342292,15 +342564,15 @@ }, { "type": "BreakStatement", - "start": 50363, - "end": 50368, + "start": 52753, + "end": 52758, "loc": { "start": { - "line": 1107, + "line": 1149, "column": 20 }, "end": { - "line": 1107, + "line": 1149, "column": 25 } }, @@ -342309,43 +342581,43 @@ ], "test": { "type": "CallExpression", - "start": 49975, - "end": 50008, + "start": 52365, + "end": 52398, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 49975, - "end": 49992, + "start": 52365, + "end": 52382, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 49975, - "end": 49987, + "start": 52365, + "end": 52377, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 33 } }, @@ -342357,15 +342629,15 @@ }, "property": { "type": "Identifier", - "start": 49988, - "end": 49992, + "start": 52378, + "end": 52382, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 34 }, "end": { - "line": 1099, + "line": 1141, "column": 38 }, "identifierName": "test" @@ -342377,15 +342649,15 @@ "arguments": [ { "type": "Identifier", - "start": 49994, - "end": 50006, + "start": 52384, + "end": 52396, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 40 }, "end": { - "line": 1099, + "line": 1141, "column": 52 }, "identifierName": "target_scale" @@ -342397,59 +342669,59 @@ }, { "type": "SwitchCase", - "start": 50385, - "end": 50790, + "start": 52775, + "end": 53180, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 16 }, "end": { - "line": 1116, + "line": 1158, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50453, - "end": 50525, + "start": 52843, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "expression": { "type": "AssignmentExpression", - "start": 50453, - "end": 50525, + "start": 52843, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50453, - "end": 50460, + "start": 52843, + "end": 52850, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 27 }, "identifierName": "_newKey" @@ -342458,43 +342730,43 @@ }, "right": { "type": "CallExpression", - "start": 50463, - "end": 50525, + "start": 52853, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 50463, - "end": 50472, + "start": 52853, + "end": 52862, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 39 } }, "object": { "type": "Identifier", - "start": 50463, - "end": 50467, + "start": 52853, + "end": 52857, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 34 }, "identifierName": "Math" @@ -342503,15 +342775,15 @@ }, "property": { "type": "Identifier", - "start": 50468, - "end": 50472, + "start": 52858, + "end": 52862, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 35 }, "end": { - "line": 1109, + "line": 1151, "column": 39 }, "identifierName": "ceil" @@ -342523,100 +342795,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50474, - "end": 50523, + "start": 52864, + "end": 52913, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 90 } }, "left": { "type": "CallExpression", - "start": 50474, - "end": 50518, + "start": 52864, + "end": 52908, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50474, - "end": 50516, + "start": 52864, + "end": 52906, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50474, - "end": 50504, + "start": 52864, + "end": 52894, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50474, - "end": 50497, + "start": 52864, + "end": 52887, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50474, - "end": 50478, + "start": 52864, + "end": 52868, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50479, - "end": 50497, + "start": 52869, + "end": 52887, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 46 }, "end": { - "line": 1109, + "line": 1151, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -342628,15 +342900,15 @@ "arguments": [ { "type": "Identifier", - "start": 50499, - "end": 50502, + "start": 52889, + "end": 52892, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 66 }, "end": { - "line": 1109, + "line": 1151, "column": 69 }, "identifierName": "_dt" @@ -342647,15 +342919,15 @@ }, "property": { "type": "Identifier", - "start": 50505, - "end": 50516, + "start": 52895, + "end": 52906, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 72 }, "end": { - "line": 1109, + "line": 1151, "column": 83 }, "identifierName": "getFullYear" @@ -342669,15 +342941,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50521, - "end": 50523, + "start": 52911, + "end": 52913, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 88 }, "end": { - "line": 1109, + "line": 1151, "column": 90 } }, @@ -342694,57 +342966,57 @@ }, { "type": "IfStatement", - "start": 50567, - "end": 50764, + "start": 52957, + "end": 53154, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 20 }, "end": { - "line": 1115, + "line": 1157, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50572, - "end": 50604, + "start": 52962, + "end": 52994, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50572, - "end": 50593, + "start": 52962, + "end": 52983, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 46 } }, "object": { "type": "Identifier", - "start": 50572, - "end": 50578, + "start": 52962, + "end": 52968, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 31 }, "identifierName": "retObj" @@ -342753,15 +343025,15 @@ }, "property": { "type": "Identifier", - "start": 50579, - "end": 50593, + "start": 52969, + "end": 52983, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 32 }, "end": { - "line": 1111, + "line": 1153, "column": 46 }, "identifierName": "hasOwnProperty" @@ -342773,15 +343045,15 @@ "arguments": [ { "type": "Identifier", - "start": 50595, - "end": 50602, + "start": 52985, + "end": 52992, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 48 }, "end": { - "line": 1111, + "line": 1153, "column": 55 }, "identifierName": "_newKey" @@ -342792,73 +343064,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50607, - "end": 50683, + "start": 52997, + "end": 53073, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 60 }, "end": { - "line": 1113, + "line": 1155, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50633, - "end": 50661, + "start": 53023, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 50633, - "end": 50661, + "start": 53023, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 50633, - "end": 50648, + "start": 53023, + "end": 53038, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 39 } }, "object": { "type": "Identifier", - "start": 50633, - "end": 50639, + "start": 53023, + "end": 53029, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 30 }, "identifierName": "retObj" @@ -342867,15 +343139,15 @@ }, "property": { "type": "Identifier", - "start": 50640, - "end": 50647, + "start": 53030, + "end": 53037, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 31 }, "end": { - "line": 1112, + "line": 1154, "column": 38 }, "identifierName": "_newKey" @@ -342886,15 +343158,15 @@ }, "right": { "type": "Identifier", - "start": 50652, - "end": 50661, + "start": 53042, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 43 }, "end": { - "line": 1112, + "line": 1154, "column": 52 }, "identifierName": "grid_size" @@ -342908,73 +343180,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 50689, - "end": 50764, + "start": 53079, + "end": 53154, "loc": { "start": { - "line": 1113, + "line": 1155, "column": 27 }, "end": { - "line": 1115, + "line": 1157, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 50715, - "end": 50742, + "start": 53105, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 50715, - "end": 50742, + "start": 53105, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 50715, - "end": 50730, + "start": 53105, + "end": 53120, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 39 } }, "object": { "type": "Identifier", - "start": 50715, - "end": 50721, + "start": 53105, + "end": 53111, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 30 }, "identifierName": "retObj" @@ -342983,15 +343255,15 @@ }, "property": { "type": "Identifier", - "start": 50722, - "end": 50729, + "start": 53112, + "end": 53119, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 31 }, "end": { - "line": 1114, + "line": 1156, "column": 38 }, "identifierName": "_newKey" @@ -343002,15 +343274,15 @@ }, "right": { "type": "Identifier", - "start": 50733, - "end": 50742, + "start": 53123, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 42 }, "end": { - "line": 1114, + "line": 1156, "column": 51 }, "identifierName": "grid_size" @@ -343025,15 +343297,15 @@ }, { "type": "BreakStatement", - "start": 50785, - "end": 50790, + "start": 53175, + "end": 53180, "loc": { "start": { - "line": 1116, + "line": 1158, "column": 20 }, "end": { - "line": 1116, + "line": 1158, "column": 25 } }, @@ -343042,43 +343314,43 @@ ], "test": { "type": "CallExpression", - "start": 50390, - "end": 50431, + "start": 52780, + "end": 52821, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 50390, - "end": 50415, + "start": 52780, + "end": 52805, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 46 } }, "object": { "type": "RegExpLiteral", - "start": 50390, - "end": 50410, + "start": 52780, + "end": 52800, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 41 } }, @@ -343090,15 +343362,15 @@ }, "property": { "type": "Identifier", - "start": 50411, - "end": 50415, + "start": 52801, + "end": 52805, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 42 }, "end": { - "line": 1108, + "line": 1150, "column": 46 }, "identifierName": "test" @@ -343110,15 +343382,15 @@ "arguments": [ { "type": "Identifier", - "start": 50417, - "end": 50429, + "start": 52807, + "end": 52819, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 48 }, "end": { - "line": 1108, + "line": 1150, "column": 60 }, "identifierName": "target_scale" @@ -343130,59 +343402,59 @@ }, { "type": "SwitchCase", - "start": 50807, - "end": 51203, + "start": 53197, + "end": 53593, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 16 }, "end": { - "line": 1125, + "line": 1167, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 50867, - "end": 50938, + "start": 53257, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 50867, - "end": 50938, + "start": 53257, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 50867, - "end": 50874, + "start": 53257, + "end": 53264, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 27 }, "identifierName": "_newKey" @@ -343191,43 +343463,43 @@ }, "right": { "type": "CallExpression", - "start": 50877, - "end": 50938, + "start": 53267, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 50877, - "end": 50886, + "start": 53267, + "end": 53276, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 39 } }, "object": { "type": "Identifier", - "start": 50877, - "end": 50881, + "start": 53267, + "end": 53271, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 34 }, "identifierName": "Math" @@ -343236,15 +343508,15 @@ }, "property": { "type": "Identifier", - "start": 50882, - "end": 50886, + "start": 53272, + "end": 53276, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 35 }, "end": { - "line": 1118, + "line": 1160, "column": 39 }, "identifierName": "ceil" @@ -343256,100 +343528,100 @@ "arguments": [ { "type": "BinaryExpression", - "start": 50888, - "end": 50936, + "start": 53278, + "end": 53326, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 89 } }, "left": { "type": "CallExpression", - "start": 50888, - "end": 50932, + "start": 53278, + "end": 53322, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 50888, - "end": 50930, + "start": 53278, + "end": 53320, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 83 } }, "object": { "type": "CallExpression", - "start": 50888, - "end": 50918, + "start": 53278, + "end": 53308, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 50888, - "end": 50911, + "start": 53278, + "end": 53301, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 50888, - "end": 50892, + "start": 53278, + "end": 53282, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 45 } } }, "property": { "type": "Identifier", - "start": 50893, - "end": 50911, + "start": 53283, + "end": 53301, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 46 }, "end": { - "line": 1118, + "line": 1160, "column": 64 }, "identifierName": "getCorrectDatetime" @@ -343361,15 +343633,15 @@ "arguments": [ { "type": "Identifier", - "start": 50913, - "end": 50916, + "start": 53303, + "end": 53306, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 66 }, "end": { - "line": 1118, + "line": 1160, "column": 69 }, "identifierName": "_dt" @@ -343380,15 +343652,15 @@ }, "property": { "type": "Identifier", - "start": 50919, - "end": 50930, + "start": 53309, + "end": 53320, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 72 }, "end": { - "line": 1118, + "line": 1160, "column": 83 }, "identifierName": "getFullYear" @@ -343402,15 +343674,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 50935, - "end": 50936, + "start": 53325, + "end": 53326, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 88 }, "end": { - "line": 1118, + "line": 1160, "column": 89 } }, @@ -343427,57 +343699,57 @@ }, { "type": "IfStatement", - "start": 50980, - "end": 51177, + "start": 53370, + "end": 53567, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 20 }, "end": { - "line": 1124, + "line": 1166, "column": 21 } }, "test": { "type": "CallExpression", - "start": 50985, - "end": 51017, + "start": 53375, + "end": 53407, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 50985, - "end": 51006, + "start": 53375, + "end": 53396, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 46 } }, "object": { "type": "Identifier", - "start": 50985, - "end": 50991, + "start": 53375, + "end": 53381, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 31 }, "identifierName": "retObj" @@ -343486,15 +343758,15 @@ }, "property": { "type": "Identifier", - "start": 50992, - "end": 51006, + "start": 53382, + "end": 53396, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 32 }, "end": { - "line": 1120, + "line": 1162, "column": 46 }, "identifierName": "hasOwnProperty" @@ -343506,15 +343778,15 @@ "arguments": [ { "type": "Identifier", - "start": 51008, - "end": 51015, + "start": 53398, + "end": 53405, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 48 }, "end": { - "line": 1120, + "line": 1162, "column": 55 }, "identifierName": "_newKey" @@ -343525,73 +343797,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 51020, - "end": 51096, + "start": 53410, + "end": 53486, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 60 }, "end": { - "line": 1122, + "line": 1164, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51046, - "end": 51074, + "start": 53436, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 51046, - "end": 51074, + "start": 53436, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 51046, - "end": 51061, + "start": 53436, + "end": 53451, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 39 } }, "object": { "type": "Identifier", - "start": 51046, - "end": 51052, + "start": 53436, + "end": 53442, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 30 }, "identifierName": "retObj" @@ -343600,15 +343872,15 @@ }, "property": { "type": "Identifier", - "start": 51053, - "end": 51060, + "start": 53443, + "end": 53450, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 31 }, "end": { - "line": 1121, + "line": 1163, "column": 38 }, "identifierName": "_newKey" @@ -343619,15 +343891,15 @@ }, "right": { "type": "Identifier", - "start": 51065, - "end": 51074, + "start": 53455, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 43 }, "end": { - "line": 1121, + "line": 1163, "column": 52 }, "identifierName": "grid_size" @@ -343641,73 +343913,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 51102, - "end": 51177, + "start": 53492, + "end": 53567, "loc": { "start": { - "line": 1122, + "line": 1164, "column": 27 }, "end": { - "line": 1124, + "line": 1166, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51128, - "end": 51155, + "start": 53518, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51128, - "end": 51155, + "start": 53518, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51128, - "end": 51143, + "start": 53518, + "end": 53533, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 39 } }, "object": { "type": "Identifier", - "start": 51128, - "end": 51134, + "start": 53518, + "end": 53524, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 30 }, "identifierName": "retObj" @@ -343716,15 +343988,15 @@ }, "property": { "type": "Identifier", - "start": 51135, - "end": 51142, + "start": 53525, + "end": 53532, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 31 }, "end": { - "line": 1123, + "line": 1165, "column": 38 }, "identifierName": "_newKey" @@ -343735,15 +344007,15 @@ }, "right": { "type": "Identifier", - "start": 51146, - "end": 51155, + "start": 53536, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 42 }, "end": { - "line": 1123, + "line": 1165, "column": 51 }, "identifierName": "grid_size" @@ -343758,15 +344030,15 @@ }, { "type": "BreakStatement", - "start": 51198, - "end": 51203, + "start": 53588, + "end": 53593, "loc": { "start": { - "line": 1125, + "line": 1167, "column": 20 }, "end": { - "line": 1125, + "line": 1167, "column": 25 } }, @@ -343775,43 +344047,43 @@ ], "test": { "type": "CallExpression", - "start": 50812, - "end": 50845, + "start": 53202, + "end": 53235, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 50812, - "end": 50829, + "start": 53202, + "end": 53219, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 50812, - "end": 50824, + "start": 53202, + "end": 53214, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 33 } }, @@ -343823,15 +344095,15 @@ }, "property": { "type": "Identifier", - "start": 50825, - "end": 50829, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 34 }, "end": { - "line": 1117, + "line": 1159, "column": 38 }, "identifierName": "test" @@ -343843,15 +344115,15 @@ "arguments": [ { "type": "Identifier", - "start": 50831, - "end": 50843, + "start": 53221, + "end": 53233, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 40 }, "end": { - "line": 1117, + "line": 1159, "column": 52 }, "identifierName": "target_scale" @@ -343863,59 +344135,59 @@ }, { "type": "SwitchCase", - "start": 51220, - "end": 51603, + "start": 53610, + "end": 53993, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 16 }, "end": { - "line": 1134, + "line": 1176, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51279, - "end": 51338, + "start": 53669, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 51279, - "end": 51338, + "start": 53669, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51279, - "end": 51286, + "start": 53669, + "end": 53676, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 27 }, "identifierName": "_newKey" @@ -343924,101 +344196,101 @@ }, "right": { "type": "TemplateLiteral", - "start": 51289, - "end": 51338, + "start": 53679, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 30 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } }, "expressions": [ { "type": "CallExpression", - "start": 51292, - "end": 51336, + "start": 53682, + "end": 53726, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 51292, - "end": 51334, + "start": 53682, + "end": 53724, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 75 } }, "object": { "type": "CallExpression", - "start": 51292, - "end": 51322, + "start": 53682, + "end": 53712, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 51292, - "end": 51315, + "start": 53682, + "end": 53705, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 51292, - "end": 51296, + "start": 53682, + "end": 53686, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 37 } } }, "property": { "type": "Identifier", - "start": 51297, - "end": 51315, + "start": 53687, + "end": 53705, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 38 }, "end": { - "line": 1127, + "line": 1169, "column": 56 }, "identifierName": "getCorrectDatetime" @@ -344030,15 +344302,15 @@ "arguments": [ { "type": "Identifier", - "start": 51317, - "end": 51320, + "start": 53707, + "end": 53710, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 58 }, "end": { - "line": 1127, + "line": 1169, "column": 61 }, "identifierName": "_dt" @@ -344049,15 +344321,15 @@ }, "property": { "type": "Identifier", - "start": 51323, - "end": 51334, + "start": 53713, + "end": 53724, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 64 }, "end": { - "line": 1127, + "line": 1169, "column": 75 }, "identifierName": "getFullYear" @@ -344072,15 +344344,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 51290, - "end": 51290, + "start": 53680, + "end": 53680, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 31 }, "end": { - "line": 1127, + "line": 1169, "column": 31 } }, @@ -344092,15 +344364,15 @@ }, { "type": "TemplateElement", - "start": 51337, - "end": 51337, + "start": 53727, + "end": 53727, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 78 }, "end": { - "line": 1127, + "line": 1169, "column": 78 } }, @@ -344116,57 +344388,57 @@ }, { "type": "IfStatement", - "start": 51380, - "end": 51577, + "start": 53770, + "end": 53967, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 20 }, "end": { - "line": 1133, + "line": 1175, "column": 21 } }, "test": { "type": "CallExpression", - "start": 51385, - "end": 51417, + "start": 53775, + "end": 53807, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 51385, - "end": 51406, + "start": 53775, + "end": 53796, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 46 } }, "object": { "type": "Identifier", - "start": 51385, - "end": 51391, + "start": 53775, + "end": 53781, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 31 }, "identifierName": "retObj" @@ -344175,15 +344447,15 @@ }, "property": { "type": "Identifier", - "start": 51392, - "end": 51406, + "start": 53782, + "end": 53796, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 32 }, "end": { - "line": 1129, + "line": 1171, "column": 46 }, "identifierName": "hasOwnProperty" @@ -344195,15 +344467,15 @@ "arguments": [ { "type": "Identifier", - "start": 51408, - "end": 51415, + "start": 53798, + "end": 53805, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 48 }, "end": { - "line": 1129, + "line": 1171, "column": 55 }, "identifierName": "_newKey" @@ -344214,73 +344486,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 51420, - "end": 51496, + "start": 53810, + "end": 53886, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 60 }, "end": { - "line": 1131, + "line": 1173, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51446, - "end": 51474, + "start": 53836, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 51446, - "end": 51474, + "start": 53836, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 52 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 51446, - "end": 51461, + "start": 53836, + "end": 53851, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 39 } }, "object": { "type": "Identifier", - "start": 51446, - "end": 51452, + "start": 53836, + "end": 53842, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 30 }, "identifierName": "retObj" @@ -344289,15 +344561,15 @@ }, "property": { "type": "Identifier", - "start": 51453, - "end": 51460, + "start": 53843, + "end": 53850, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 31 }, "end": { - "line": 1130, + "line": 1172, "column": 38 }, "identifierName": "_newKey" @@ -344308,15 +344580,15 @@ }, "right": { "type": "Identifier", - "start": 51465, - "end": 51474, + "start": 53855, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 43 }, "end": { - "line": 1130, + "line": 1172, "column": 52 }, "identifierName": "grid_size" @@ -344330,73 +344602,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 51502, - "end": 51577, + "start": 53892, + "end": 53967, "loc": { "start": { - "line": 1131, + "line": 1173, "column": 27 }, "end": { - "line": 1133, + "line": 1175, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 51528, - "end": 51555, + "start": 53918, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51528, - "end": 51555, + "start": 53918, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51528, - "end": 51543, + "start": 53918, + "end": 53933, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 39 } }, "object": { "type": "Identifier", - "start": 51528, - "end": 51534, + "start": 53918, + "end": 53924, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 30 }, "identifierName": "retObj" @@ -344405,15 +344677,15 @@ }, "property": { "type": "Identifier", - "start": 51535, - "end": 51542, + "start": 53925, + "end": 53932, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 31 }, "end": { - "line": 1132, + "line": 1174, "column": 38 }, "identifierName": "_newKey" @@ -344424,15 +344696,15 @@ }, "right": { "type": "Identifier", - "start": 51546, - "end": 51555, + "start": 53936, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 42 }, "end": { - "line": 1132, + "line": 1174, "column": 51 }, "identifierName": "grid_size" @@ -344447,15 +344719,15 @@ }, { "type": "BreakStatement", - "start": 51598, - "end": 51603, + "start": 53988, + "end": 53993, "loc": { "start": { - "line": 1134, + "line": 1176, "column": 20 }, "end": { - "line": 1134, + "line": 1176, "column": 25 } }, @@ -344464,43 +344736,43 @@ ], "test": { "type": "CallExpression", - "start": 51225, - "end": 51257, + "start": 53615, + "end": 53647, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 51225, - "end": 51241, + "start": 53615, + "end": 53631, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 51225, - "end": 51236, + "start": 53615, + "end": 53626, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 32 } }, @@ -344512,15 +344784,15 @@ }, "property": { "type": "Identifier", - "start": 51237, - "end": 51241, + "start": 53627, + "end": 53631, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 33 }, "end": { - "line": 1126, + "line": 1168, "column": 37 }, "identifierName": "test" @@ -344532,15 +344804,15 @@ "arguments": [ { "type": "Identifier", - "start": 51243, - "end": 51255, + "start": 53633, + "end": 53645, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 39 }, "end": { - "line": 1126, + "line": 1168, "column": 51 }, "identifierName": "target_scale" @@ -344552,73 +344824,73 @@ }, { "type": "SwitchCase", - "start": 51620, - "end": 51824, + "start": 54010, + "end": 54214, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 16 }, "end": { - "line": 1137, + "line": 1179, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51680, - "end": 51798, + "start": 54070, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 138 } }, "expression": { "type": "AssignmentExpression", - "start": 51680, - "end": 51798, + "start": 54070, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 138 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 51680, - "end": 51786, + "start": 54070, + "end": 54176, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 126 } }, "object": { "type": "Identifier", - "start": 51680, - "end": 51686, + "start": 54070, + "end": 54076, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 26 }, "identifierName": "retObj" @@ -344627,101 +344899,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 51687, - "end": 51785, + "start": 54077, + "end": 54175, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 27 }, "end": { - "line": 1136, + "line": 1178, "column": 125 } }, "expressions": [ { "type": "CallExpression", - "start": 51690, - "end": 51734, + "start": 54080, + "end": 54124, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 51690, - "end": 51732, + "start": 54080, + "end": 54122, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 72 } }, "object": { "type": "CallExpression", - "start": 51690, - "end": 51720, + "start": 54080, + "end": 54110, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 51690, - "end": 51713, + "start": 54080, + "end": 54103, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 51690, - "end": 51694, + "start": 54080, + "end": 54084, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 34 } } }, "property": { "type": "Identifier", - "start": 51695, - "end": 51713, + "start": 54085, + "end": 54103, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 35 }, "end": { - "line": 1136, + "line": 1178, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -344733,15 +345005,15 @@ "arguments": [ { "type": "Identifier", - "start": 51715, - "end": 51718, + "start": 54105, + "end": 54108, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 55 }, "end": { - "line": 1136, + "line": 1178, "column": 58 }, "identifierName": "_dt" @@ -344752,15 +345024,15 @@ }, "property": { "type": "Identifier", - "start": 51721, - "end": 51732, + "start": 54111, + "end": 54122, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 61 }, "end": { - "line": 1136, + "line": 1178, "column": 72 }, "identifierName": "getFullYear" @@ -344773,100 +345045,100 @@ }, { "type": "BinaryExpression", - "start": 51738, - "end": 51783, + "start": 54128, + "end": 54173, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 123 } }, "left": { "type": "CallExpression", - "start": 51738, - "end": 51779, + "start": 54128, + "end": 54169, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 51738, - "end": 51777, + "start": 54128, + "end": 54167, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 117 } }, "object": { "type": "CallExpression", - "start": 51738, - "end": 51768, + "start": 54128, + "end": 54158, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 51738, - "end": 51761, + "start": 54128, + "end": 54151, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 51738, - "end": 51742, + "start": 54128, + "end": 54132, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 82 } } }, "property": { "type": "Identifier", - "start": 51743, - "end": 51761, + "start": 54133, + "end": 54151, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 83 }, "end": { - "line": 1136, + "line": 1178, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -344878,15 +345150,15 @@ "arguments": [ { "type": "Identifier", - "start": 51763, - "end": 51766, + "start": 54153, + "end": 54156, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 103 }, "end": { - "line": 1136, + "line": 1178, "column": 106 }, "identifierName": "_dt" @@ -344897,15 +345169,15 @@ }, "property": { "type": "Identifier", - "start": 51769, - "end": 51777, + "start": 54159, + "end": 54167, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 109 }, "end": { - "line": 1136, + "line": 1178, "column": 117 }, "identifierName": "getMonth" @@ -344919,15 +345191,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 51782, - "end": 51783, + "start": 54172, + "end": 54173, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 122 }, "end": { - "line": 1136, + "line": 1178, "column": 123 } }, @@ -344942,15 +345214,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 51688, - "end": 51688, + "start": 54078, + "end": 54078, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 28 }, "end": { - "line": 1136, + "line": 1178, "column": 28 } }, @@ -344962,15 +345234,15 @@ }, { "type": "TemplateElement", - "start": 51735, - "end": 51736, + "start": 54125, + "end": 54126, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 75 }, "end": { - "line": 1136, + "line": 1178, "column": 76 } }, @@ -344982,15 +345254,15 @@ }, { "type": "TemplateElement", - "start": 51784, - "end": 51784, + "start": 54174, + "end": 54174, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 124 }, "end": { - "line": 1136, + "line": 1178, "column": 124 } }, @@ -345006,15 +345278,15 @@ }, "right": { "type": "Identifier", - "start": 51789, - "end": 51798, + "start": 54179, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 129 }, "end": { - "line": 1136, + "line": 1178, "column": 138 }, "identifierName": "grid_size" @@ -345025,15 +345297,15 @@ }, { "type": "BreakStatement", - "start": 51819, - "end": 51824, + "start": 54209, + "end": 54214, "loc": { "start": { - "line": 1137, + "line": 1179, "column": 20 }, "end": { - "line": 1137, + "line": 1179, "column": 25 } }, @@ -345042,43 +345314,43 @@ ], "test": { "type": "CallExpression", - "start": 51625, - "end": 51658, + "start": 54015, + "end": 54048, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 51625, - "end": 51642, + "start": 54015, + "end": 54032, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 51625, - "end": 51637, + "start": 54015, + "end": 54027, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 33 } }, @@ -345090,15 +345362,15 @@ }, "property": { "type": "Identifier", - "start": 51638, - "end": 51642, + "start": 54028, + "end": 54032, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 34 }, "end": { - "line": 1135, + "line": 1177, "column": 38 }, "identifierName": "test" @@ -345110,15 +345382,15 @@ "arguments": [ { "type": "Identifier", - "start": 51644, - "end": 51656, + "start": 54034, + "end": 54046, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 40 }, "end": { - "line": 1135, + "line": 1177, "column": 52 }, "identifierName": "target_scale" @@ -345130,59 +345402,59 @@ }, { "type": "SwitchCase", - "start": 51841, - "end": 52172, + "start": 54231, + "end": 54562, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 16 }, "end": { - "line": 1143, + "line": 1185, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51900, - "end": 51922, + "start": 54290, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 51900, - "end": 51922, + "start": 54290, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51900, - "end": 51904, + "start": 54290, + "end": 54294, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 24 }, "identifierName": "_arr" @@ -345191,43 +345463,43 @@ }, "right": { "type": "CallExpression", - "start": 51908, - "end": 51922, + "start": 54298, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 51908, - "end": 51917, + "start": 54298, + "end": 54307, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 37 } }, "object": { "type": "Identifier", - "start": 51908, - "end": 51911, + "start": 54298, + "end": 54301, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 31 }, "identifierName": "_dt" @@ -345236,15 +345508,15 @@ }, "property": { "type": "Identifier", - "start": 51912, - "end": 51917, + "start": 54302, + "end": 54307, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 32 }, "end": { - "line": 1139, + "line": 1181, "column": 37 }, "identifierName": "split" @@ -345256,15 +345528,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 51918, - "end": 51921, + "start": 54308, + "end": 54311, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 38 }, "end": { - "line": 1139, + "line": 1181, "column": 41 } }, @@ -345280,44 +345552,44 @@ }, { "type": "ExpressionStatement", - "start": 51943, - "end": 51974, + "start": 54333, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 51943, - "end": 51974, + "start": 54333, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 51943, - "end": 51948, + "start": 54333, + "end": 54338, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 25 }, "identifierName": "_temp" @@ -345326,58 +345598,58 @@ }, "right": { "type": "CallExpression", - "start": 51951, - "end": 51974, + "start": 54341, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 51951, - "end": 51963, + "start": 54341, + "end": 54353, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 51951, - "end": 51955, + "start": 54341, + "end": 54345, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 32 } } }, "property": { "type": "Identifier", - "start": 51956, - "end": 51963, + "start": 54346, + "end": 54353, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 33 }, "end": { - "line": 1140, + "line": 1182, "column": 40 }, "identifierName": "getWeek" @@ -345389,29 +345661,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 51965, - "end": 51972, + "start": 54355, + "end": 54362, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 42 }, "end": { - "line": 1140, + "line": 1182, "column": 49 } }, "object": { "type": "Identifier", - "start": 51965, - "end": 51969, + "start": 54355, + "end": 54359, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 42 }, "end": { - "line": 1140, + "line": 1182, "column": 46 }, "identifierName": "_arr" @@ -345420,15 +345692,15 @@ }, "property": { "type": "NumericLiteral", - "start": 51970, - "end": 51971, + "start": 54360, + "end": 54361, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 47 }, "end": { - "line": 1140, + "line": 1182, "column": 48 } }, @@ -345449,15 +345721,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -345466,58 +345738,58 @@ }, { "type": "ExpressionStatement", - "start": 52064, - "end": 52146, + "start": 54454, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 102 } }, "expression": { "type": "AssignmentExpression", - "start": 52064, - "end": 52146, + "start": 54454, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 102 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52064, - "end": 52134, + "start": 54454, + "end": 54524, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 90 } }, "object": { "type": "Identifier", - "start": 52064, - "end": 52070, + "start": 54454, + "end": 54460, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 26 }, "identifierName": "retObj" @@ -345527,101 +345799,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52071, - "end": 52133, + "start": 54461, + "end": 54523, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 27 }, "end": { - "line": 1142, + "line": 1184, "column": 89 } }, "expressions": [ { "type": "CallExpression", - "start": 52074, - "end": 52122, + "start": 54464, + "end": 54512, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 52074, - "end": 52120, + "start": 54464, + "end": 54510, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 76 } }, "object": { "type": "CallExpression", - "start": 52074, - "end": 52108, + "start": 54464, + "end": 54498, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 52074, - "end": 52097, + "start": 54464, + "end": 54487, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52074, - "end": 52078, + "start": 54464, + "end": 54468, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52079, - "end": 52097, + "start": 54469, + "end": 54487, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 35 }, "end": { - "line": 1142, + "line": 1184, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -345633,29 +345905,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52099, - "end": 52106, + "start": 54489, + "end": 54496, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 55 }, "end": { - "line": 1142, + "line": 1184, "column": 62 } }, "object": { "type": "Identifier", - "start": 52099, - "end": 52103, + "start": 54489, + "end": 54493, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 55 }, "end": { - "line": 1142, + "line": 1184, "column": 59 }, "identifierName": "_arr" @@ -345664,15 +345936,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52104, - "end": 52105, + "start": 54494, + "end": 54495, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 60 }, "end": { - "line": 1142, + "line": 1184, "column": 61 } }, @@ -345688,15 +345960,15 @@ }, "property": { "type": "Identifier", - "start": 52109, - "end": 52120, + "start": 54499, + "end": 54510, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 65 }, "end": { - "line": 1142, + "line": 1184, "column": 76 }, "identifierName": "getFullYear" @@ -345709,15 +345981,15 @@ }, { "type": "Identifier", - "start": 52126, - "end": 52131, + "start": 54516, + "end": 54521, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 82 }, "end": { - "line": 1142, + "line": 1184, "column": 87 }, "identifierName": "_temp" @@ -345728,15 +346000,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52072, - "end": 52072, + "start": 54462, + "end": 54462, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 28 }, "end": { - "line": 1142, + "line": 1184, "column": 28 } }, @@ -345748,15 +346020,15 @@ }, { "type": "TemplateElement", - "start": 52123, - "end": 52124, + "start": 54513, + "end": 54514, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 79 }, "end": { - "line": 1142, + "line": 1184, "column": 80 } }, @@ -345768,15 +346040,15 @@ }, { "type": "TemplateElement", - "start": 52132, - "end": 52132, + "start": 54522, + "end": 54522, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 88 }, "end": { - "line": 1142, + "line": 1184, "column": 88 } }, @@ -345793,15 +346065,15 @@ }, "right": { "type": "Identifier", - "start": 52137, - "end": 52146, + "start": 54527, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 93 }, "end": { - "line": 1142, + "line": 1184, "column": 102 }, "identifierName": "grid_size" @@ -345814,15 +346086,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -345831,15 +346103,15 @@ }, { "type": "BreakStatement", - "start": 52167, - "end": 52172, + "start": 54557, + "end": 54562, "loc": { "start": { - "line": 1143, + "line": 1185, "column": 20 }, "end": { - "line": 1143, + "line": 1185, "column": 25 } }, @@ -345848,43 +346120,43 @@ ], "test": { "type": "CallExpression", - "start": 51846, - "end": 51878, + "start": 54236, + "end": 54268, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 51846, - "end": 51862, + "start": 54236, + "end": 54252, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 51846, - "end": 51857, + "start": 54236, + "end": 54247, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 32 } }, @@ -345896,15 +346168,15 @@ }, "property": { "type": "Identifier", - "start": 51858, - "end": 51862, + "start": 54248, + "end": 54252, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 33 }, "end": { - "line": 1138, + "line": 1180, "column": 37 }, "identifierName": "test" @@ -345916,15 +346188,15 @@ "arguments": [ { "type": "Identifier", - "start": 51864, - "end": 51876, + "start": 54254, + "end": 54266, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 39 }, "end": { - "line": 1138, + "line": 1180, "column": 51 }, "identifierName": "target_scale" @@ -345936,59 +346208,59 @@ }, { "type": "SwitchCase", - "start": 52189, - "end": 52529, + "start": 54579, + "end": 54919, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 16 }, "end": { - "line": 1148, + "line": 1190, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52251, - "end": 52273, + "start": 54641, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 52251, - "end": 52273, + "start": 54641, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 52251, - "end": 52255, + "start": 54641, + "end": 54645, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 24 }, "identifierName": "_arr" @@ -345997,43 +346269,43 @@ }, "right": { "type": "CallExpression", - "start": 52259, - "end": 52273, + "start": 54649, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 52259, - "end": 52268, + "start": 54649, + "end": 54658, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 37 } }, "object": { "type": "Identifier", - "start": 52259, - "end": 52262, + "start": 54649, + "end": 54652, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 31 }, "identifierName": "_dt" @@ -346042,15 +346314,15 @@ }, "property": { "type": "Identifier", - "start": 52263, - "end": 52268, + "start": 54653, + "end": 54658, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 32 }, "end": { - "line": 1145, + "line": 1187, "column": 37 }, "identifierName": "split" @@ -346062,15 +346334,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 52269, - "end": 52272, + "start": 54659, + "end": 54662, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 38 }, "end": { - "line": 1145, + "line": 1187, "column": 41 } }, @@ -346086,44 +346358,44 @@ }, { "type": "ExpressionStatement", - "start": 52294, - "end": 52345, + "start": 54684, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 52294, - "end": 52345, + "start": 54684, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "operator": "=", "left": { "type": "Identifier", - "start": 52294, - "end": 52299, + "start": 54684, + "end": 54689, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 25 }, "identifierName": "_temp" @@ -346132,86 +346404,86 @@ }, "right": { "type": "CallExpression", - "start": 52302, - "end": 52345, + "start": 54692, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 52302, - "end": 52343, + "start": 54692, + "end": 54733, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 69 } }, "object": { "type": "CallExpression", - "start": 52302, - "end": 52336, + "start": 54692, + "end": 54726, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 52302, - "end": 52325, + "start": 54692, + "end": 54715, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 52302, - "end": 52306, + "start": 54692, + "end": 54696, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 32 } } }, "property": { "type": "Identifier", - "start": 52307, - "end": 52325, + "start": 54697, + "end": 54715, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 33 }, "end": { - "line": 1146, + "line": 1188, "column": 51 }, "identifierName": "getCorrectDatetime" @@ -346223,29 +346495,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52327, - "end": 52334, + "start": 54717, + "end": 54724, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 53 }, "end": { - "line": 1146, + "line": 1188, "column": 60 } }, "object": { "type": "Identifier", - "start": 52327, - "end": 52331, + "start": 54717, + "end": 54721, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 53 }, "end": { - "line": 1146, + "line": 1188, "column": 57 }, "identifierName": "_arr" @@ -346254,15 +346526,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52332, - "end": 52333, + "start": 54722, + "end": 54723, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 58 }, "end": { - "line": 1146, + "line": 1188, "column": 59 } }, @@ -346278,15 +346550,15 @@ }, "property": { "type": "Identifier", - "start": 52337, - "end": 52343, + "start": 54727, + "end": 54733, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 63 }, "end": { - "line": 1146, + "line": 1188, "column": 69 }, "identifierName": "getDay" @@ -346301,58 +346573,58 @@ }, { "type": "ExpressionStatement", - "start": 52366, - "end": 52503, + "start": 54756, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 157 } }, "expression": { "type": "AssignmentExpression", - "start": 52366, - "end": 52503, + "start": 54756, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 157 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52366, - "end": 52491, + "start": 54756, + "end": 54881, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 145 } }, "object": { "type": "Identifier", - "start": 52366, - "end": 52372, + "start": 54756, + "end": 54762, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 26 }, "identifierName": "retObj" @@ -346361,101 +346633,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52373, - "end": 52490, + "start": 54763, + "end": 54880, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 27 }, "end": { - "line": 1147, + "line": 1189, "column": 144 } }, "expressions": [ { "type": "CallExpression", - "start": 52376, - "end": 52424, + "start": 54766, + "end": 54814, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 52376, - "end": 52422, + "start": 54766, + "end": 54812, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 76 } }, "object": { "type": "CallExpression", - "start": 52376, - "end": 52410, + "start": 54766, + "end": 54800, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 52376, - "end": 52399, + "start": 54766, + "end": 54789, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52376, - "end": 52380, + "start": 54766, + "end": 54770, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52381, - "end": 52399, + "start": 54771, + "end": 54789, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 35 }, "end": { - "line": 1147, + "line": 1189, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -346467,29 +346739,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52401, - "end": 52408, + "start": 54791, + "end": 54798, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 55 }, "end": { - "line": 1147, + "line": 1189, "column": 62 } }, "object": { "type": "Identifier", - "start": 52401, - "end": 52405, + "start": 54791, + "end": 54795, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 55 }, "end": { - "line": 1147, + "line": 1189, "column": 59 }, "identifierName": "_arr" @@ -346498,15 +346770,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52406, - "end": 52407, + "start": 54796, + "end": 54797, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 60 }, "end": { - "line": 1147, + "line": 1189, "column": 61 } }, @@ -346522,15 +346794,15 @@ }, "property": { "type": "Identifier", - "start": 52411, - "end": 52422, + "start": 54801, + "end": 54812, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 65 }, "end": { - "line": 1147, + "line": 1189, "column": 76 }, "identifierName": "getFullYear" @@ -346543,100 +346815,100 @@ }, { "type": "BinaryExpression", - "start": 52428, - "end": 52477, + "start": 54818, + "end": 54867, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 131 } }, "left": { "type": "CallExpression", - "start": 52428, - "end": 52473, + "start": 54818, + "end": 54863, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 127 } }, "callee": { "type": "MemberExpression", - "start": 52428, - "end": 52471, + "start": 54818, + "end": 54861, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 125 } }, "object": { "type": "CallExpression", - "start": 52428, - "end": 52462, + "start": 54818, + "end": 54852, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 52428, - "end": 52451, + "start": 54818, + "end": 54841, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 105 } }, "object": { "type": "ThisExpression", - "start": 52428, - "end": 52432, + "start": 54818, + "end": 54822, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 86 } } }, "property": { "type": "Identifier", - "start": 52433, - "end": 52451, + "start": 54823, + "end": 54841, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 87 }, "end": { - "line": 1147, + "line": 1189, "column": 105 }, "identifierName": "getCorrectDatetime" @@ -346648,29 +346920,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52453, - "end": 52460, + "start": 54843, + "end": 54850, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 107 }, "end": { - "line": 1147, + "line": 1189, "column": 114 } }, "object": { "type": "Identifier", - "start": 52453, - "end": 52457, + "start": 54843, + "end": 54847, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 107 }, "end": { - "line": 1147, + "line": 1189, "column": 111 }, "identifierName": "_arr" @@ -346679,15 +346951,15 @@ }, "property": { "type": "NumericLiteral", - "start": 52458, - "end": 52459, + "start": 54848, + "end": 54849, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 112 }, "end": { - "line": 1147, + "line": 1189, "column": 113 } }, @@ -346703,15 +346975,15 @@ }, "property": { "type": "Identifier", - "start": 52463, - "end": 52471, + "start": 54853, + "end": 54861, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 117 }, "end": { - "line": 1147, + "line": 1189, "column": 125 }, "identifierName": "getMonth" @@ -346725,15 +346997,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52476, - "end": 52477, + "start": 54866, + "end": 54867, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 130 }, "end": { - "line": 1147, + "line": 1189, "column": 131 } }, @@ -346746,15 +347018,15 @@ }, { "type": "Identifier", - "start": 52483, - "end": 52488, + "start": 54873, + "end": 54878, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 137 }, "end": { - "line": 1147, + "line": 1189, "column": 142 }, "identifierName": "_temp" @@ -346765,15 +347037,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52374, - "end": 52374, + "start": 54764, + "end": 54764, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 28 }, "end": { - "line": 1147, + "line": 1189, "column": 28 } }, @@ -346785,15 +347057,15 @@ }, { "type": "TemplateElement", - "start": 52425, - "end": 52426, + "start": 54815, + "end": 54816, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 79 }, "end": { - "line": 1147, + "line": 1189, "column": 80 } }, @@ -346805,15 +347077,15 @@ }, { "type": "TemplateElement", - "start": 52478, - "end": 52481, + "start": 54868, + "end": 54871, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 132 }, "end": { - "line": 1147, + "line": 1189, "column": 135 } }, @@ -346825,15 +347097,15 @@ }, { "type": "TemplateElement", - "start": 52489, - "end": 52489, + "start": 54879, + "end": 54879, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 143 }, "end": { - "line": 1147, + "line": 1189, "column": 143 } }, @@ -346849,15 +347121,15 @@ }, "right": { "type": "Identifier", - "start": 52494, - "end": 52503, + "start": 54884, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 148 }, "end": { - "line": 1147, + "line": 1189, "column": 157 }, "identifierName": "grid_size" @@ -346868,15 +347140,15 @@ }, { "type": "BreakStatement", - "start": 52524, - "end": 52529, + "start": 54914, + "end": 54919, "loc": { "start": { - "line": 1148, + "line": 1190, "column": 20 }, "end": { - "line": 1148, + "line": 1190, "column": 25 } }, @@ -346885,43 +347157,43 @@ ], "test": { "type": "CallExpression", - "start": 52194, - "end": 52229, + "start": 54584, + "end": 54619, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 52194, - "end": 52213, + "start": 54584, + "end": 54603, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 52194, - "end": 52208, + "start": 54584, + "end": 54598, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 35 } }, @@ -346933,15 +347205,15 @@ }, "property": { "type": "Identifier", - "start": 52209, - "end": 52213, + "start": 54599, + "end": 54603, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 36 }, "end": { - "line": 1144, + "line": 1186, "column": 40 }, "identifierName": "test" @@ -346953,15 +347225,15 @@ "arguments": [ { "type": "Identifier", - "start": 52215, - "end": 52227, + "start": 54605, + "end": 54617, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 42 }, "end": { - "line": 1144, + "line": 1186, "column": 54 }, "identifierName": "target_scale" @@ -346973,73 +347245,73 @@ }, { "type": "SwitchCase", - "start": 52546, - "end": 52750, + "start": 54936, + "end": 55140, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 16 }, "end": { - "line": 1151, + "line": 1193, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52604, - "end": 52724, + "start": 54994, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 140 } }, "expression": { "type": "AssignmentExpression", - "start": 52604, - "end": 52724, + "start": 54994, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 140 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52604, - "end": 52712, + "start": 54994, + "end": 55102, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 128 } }, "object": { "type": "Identifier", - "start": 52604, - "end": 52610, + "start": 54994, + "end": 55000, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 26 }, "identifierName": "retObj" @@ -347048,101 +347320,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52611, - "end": 52711, + "start": 55001, + "end": 55101, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 27 }, "end": { - "line": 1150, + "line": 1192, "column": 127 } }, "expressions": [ { "type": "CallExpression", - "start": 52614, - "end": 52658, + "start": 55004, + "end": 55048, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52614, - "end": 52656, + "start": 55004, + "end": 55046, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 72 } }, "object": { "type": "CallExpression", - "start": 52614, - "end": 52644, + "start": 55004, + "end": 55034, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 52614, - "end": 52637, + "start": 55004, + "end": 55027, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52614, - "end": 52618, + "start": 55004, + "end": 55008, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52619, - "end": 52637, + "start": 55009, + "end": 55027, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 35 }, "end": { - "line": 1150, + "line": 1192, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -347154,15 +347426,15 @@ "arguments": [ { "type": "Identifier", - "start": 52639, - "end": 52642, + "start": 55029, + "end": 55032, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 55 }, "end": { - "line": 1150, + "line": 1192, "column": 58 }, "identifierName": "_dt" @@ -347173,15 +347445,15 @@ }, "property": { "type": "Identifier", - "start": 52645, - "end": 52656, + "start": 55035, + "end": 55046, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 61 }, "end": { - "line": 1150, + "line": 1192, "column": 72 }, "identifierName": "getFullYear" @@ -347194,100 +347466,100 @@ }, { "type": "BinaryExpression", - "start": 52662, - "end": 52707, + "start": 55052, + "end": 55097, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 123 } }, "left": { "type": "CallExpression", - "start": 52662, - "end": 52703, + "start": 55052, + "end": 55093, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 52662, - "end": 52701, + "start": 55052, + "end": 55091, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 117 } }, "object": { "type": "CallExpression", - "start": 52662, - "end": 52692, + "start": 55052, + "end": 55082, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 52662, - "end": 52685, + "start": 55052, + "end": 55075, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 52662, - "end": 52666, + "start": 55052, + "end": 55056, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 82 } } }, "property": { "type": "Identifier", - "start": 52667, - "end": 52685, + "start": 55057, + "end": 55075, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 83 }, "end": { - "line": 1150, + "line": 1192, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -347299,15 +347571,15 @@ "arguments": [ { "type": "Identifier", - "start": 52687, - "end": 52690, + "start": 55077, + "end": 55080, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 103 }, "end": { - "line": 1150, + "line": 1192, "column": 106 }, "identifierName": "_dt" @@ -347318,15 +347590,15 @@ }, "property": { "type": "Identifier", - "start": 52693, - "end": 52701, + "start": 55083, + "end": 55091, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 109 }, "end": { - "line": 1150, + "line": 1192, "column": 117 }, "identifierName": "getMonth" @@ -347340,15 +347612,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52706, - "end": 52707, + "start": 55096, + "end": 55097, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 122 }, "end": { - "line": 1150, + "line": 1192, "column": 123 } }, @@ -347363,15 +347635,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52612, - "end": 52612, + "start": 55002, + "end": 55002, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 28 }, "end": { - "line": 1150, + "line": 1192, "column": 28 } }, @@ -347383,15 +347655,15 @@ }, { "type": "TemplateElement", - "start": 52659, - "end": 52660, + "start": 55049, + "end": 55050, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 75 }, "end": { - "line": 1150, + "line": 1192, "column": 76 } }, @@ -347403,15 +347675,15 @@ }, { "type": "TemplateElement", - "start": 52708, - "end": 52710, + "start": 55098, + "end": 55100, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 124 }, "end": { - "line": 1150, + "line": 1192, "column": 126 } }, @@ -347427,15 +347699,15 @@ }, "right": { "type": "Identifier", - "start": 52715, - "end": 52724, + "start": 55105, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 131 }, "end": { - "line": 1150, + "line": 1192, "column": 140 }, "identifierName": "grid_size" @@ -347446,15 +347718,15 @@ }, { "type": "BreakStatement", - "start": 52745, - "end": 52750, + "start": 55135, + "end": 55140, "loc": { "start": { - "line": 1151, + "line": 1193, "column": 20 }, "end": { - "line": 1151, + "line": 1193, "column": 25 } }, @@ -347463,43 +347735,43 @@ ], "test": { "type": "CallExpression", - "start": 52551, - "end": 52582, + "start": 54941, + "end": 54972, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 52551, - "end": 52566, + "start": 54941, + "end": 54956, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 52551, - "end": 52561, + "start": 54941, + "end": 54951, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 31 } }, @@ -347511,15 +347783,15 @@ }, "property": { "type": "Identifier", - "start": 52562, - "end": 52566, + "start": 54952, + "end": 54956, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 32 }, "end": { - "line": 1149, + "line": 1191, "column": 36 }, "identifierName": "test" @@ -347531,15 +347803,15 @@ "arguments": [ { "type": "Identifier", - "start": 52568, - "end": 52580, + "start": 54958, + "end": 54970, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 38 }, "end": { - "line": 1149, + "line": 1191, "column": 50 }, "identifierName": "target_scale" @@ -347551,73 +347823,73 @@ }, { "type": "SwitchCase", - "start": 52767, - "end": 52974, + "start": 55157, + "end": 55364, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 16 }, "end": { - "line": 1154, + "line": 1196, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 52826, - "end": 52948, + "start": 55216, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 142 } }, "expression": { "type": "AssignmentExpression", - "start": 52826, - "end": 52948, + "start": 55216, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 142 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52826, - "end": 52936, + "start": 55216, + "end": 55326, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 130 } }, "object": { "type": "Identifier", - "start": 52826, - "end": 52832, + "start": 55216, + "end": 55222, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 26 }, "identifierName": "retObj" @@ -347626,101 +347898,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 52833, - "end": 52935, + "start": 55223, + "end": 55325, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 27 }, "end": { - "line": 1153, + "line": 1195, "column": 129 } }, "expressions": [ { "type": "CallExpression", - "start": 52836, - "end": 52880, + "start": 55226, + "end": 55270, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 52836, - "end": 52878, + "start": 55226, + "end": 55268, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 72 } }, "object": { "type": "CallExpression", - "start": 52836, - "end": 52866, + "start": 55226, + "end": 55256, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 52836, - "end": 52859, + "start": 55226, + "end": 55249, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 52836, - "end": 52840, + "start": 55226, + "end": 55230, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 34 } } }, "property": { "type": "Identifier", - "start": 52841, - "end": 52859, + "start": 55231, + "end": 55249, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 35 }, "end": { - "line": 1153, + "line": 1195, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -347732,15 +348004,15 @@ "arguments": [ { "type": "Identifier", - "start": 52861, - "end": 52864, + "start": 55251, + "end": 55254, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 55 }, "end": { - "line": 1153, + "line": 1195, "column": 58 }, "identifierName": "_dt" @@ -347751,15 +348023,15 @@ }, "property": { "type": "Identifier", - "start": 52867, - "end": 52878, + "start": 55257, + "end": 55268, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 61 }, "end": { - "line": 1153, + "line": 1195, "column": 72 }, "identifierName": "getFullYear" @@ -347772,100 +348044,100 @@ }, { "type": "BinaryExpression", - "start": 52884, - "end": 52929, + "start": 55274, + "end": 55319, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 123 } }, "left": { "type": "CallExpression", - "start": 52884, - "end": 52925, + "start": 55274, + "end": 55315, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 52884, - "end": 52923, + "start": 55274, + "end": 55313, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 117 } }, "object": { "type": "CallExpression", - "start": 52884, - "end": 52914, + "start": 55274, + "end": 55304, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 52884, - "end": 52907, + "start": 55274, + "end": 55297, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 52884, - "end": 52888, + "start": 55274, + "end": 55278, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 82 } } }, "property": { "type": "Identifier", - "start": 52889, - "end": 52907, + "start": 55279, + "end": 55297, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 83 }, "end": { - "line": 1153, + "line": 1195, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -347877,15 +348149,15 @@ "arguments": [ { "type": "Identifier", - "start": 52909, - "end": 52912, + "start": 55299, + "end": 55302, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 103 }, "end": { - "line": 1153, + "line": 1195, "column": 106 }, "identifierName": "_dt" @@ -347896,15 +348168,15 @@ }, "property": { "type": "Identifier", - "start": 52915, - "end": 52923, + "start": 55305, + "end": 55313, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 109 }, "end": { - "line": 1153, + "line": 1195, "column": 117 }, "identifierName": "getMonth" @@ -347918,15 +348190,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 52928, - "end": 52929, + "start": 55318, + "end": 55319, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 122 }, "end": { - "line": 1153, + "line": 1195, "column": 123 } }, @@ -347941,15 +348213,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 52834, - "end": 52834, + "start": 55224, + "end": 55224, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 28 }, "end": { - "line": 1153, + "line": 1195, "column": 28 } }, @@ -347961,15 +348233,15 @@ }, { "type": "TemplateElement", - "start": 52881, - "end": 52882, + "start": 55271, + "end": 55272, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 75 }, "end": { - "line": 1153, + "line": 1195, "column": 76 } }, @@ -347981,15 +348253,15 @@ }, { "type": "TemplateElement", - "start": 52930, - "end": 52934, + "start": 55320, + "end": 55324, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 124 }, "end": { - "line": 1153, + "line": 1195, "column": 128 } }, @@ -348005,15 +348277,15 @@ }, "right": { "type": "Identifier", - "start": 52939, - "end": 52948, + "start": 55329, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 133 }, "end": { - "line": 1153, + "line": 1195, "column": 142 }, "identifierName": "grid_size" @@ -348024,15 +348296,15 @@ }, { "type": "BreakStatement", - "start": 52969, - "end": 52974, + "start": 55359, + "end": 55364, "loc": { "start": { - "line": 1154, + "line": 1196, "column": 20 }, "end": { - "line": 1154, + "line": 1196, "column": 25 } }, @@ -348041,43 +348313,43 @@ ], "test": { "type": "CallExpression", - "start": 52772, - "end": 52804, + "start": 55162, + "end": 55194, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 52772, - "end": 52788, + "start": 55162, + "end": 55178, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 52772, - "end": 52783, + "start": 55162, + "end": 55173, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 32 } }, @@ -348089,15 +348361,15 @@ }, "property": { "type": "Identifier", - "start": 52784, - "end": 52788, + "start": 55174, + "end": 55178, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 33 }, "end": { - "line": 1152, + "line": 1194, "column": 37 }, "identifierName": "test" @@ -348109,15 +348381,15 @@ "arguments": [ { "type": "Identifier", - "start": 52790, - "end": 52802, + "start": 55180, + "end": 55192, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 39 }, "end": { - "line": 1152, + "line": 1194, "column": 51 }, "identifierName": "target_scale" @@ -348129,73 +348401,73 @@ }, { "type": "SwitchCase", - "start": 52991, - "end": 53203, + "start": 55381, + "end": 55593, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 16 }, "end": { - "line": 1157, + "line": 1199, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53052, - "end": 53177, + "start": 55442, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 145 } }, "expression": { "type": "AssignmentExpression", - "start": 53052, - "end": 53177, + "start": 55442, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 145 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53052, - "end": 53165, + "start": 55442, + "end": 55555, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 133 } }, "object": { "type": "Identifier", - "start": 53052, - "end": 53058, + "start": 55442, + "end": 55448, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 26 }, "identifierName": "retObj" @@ -348204,101 +348476,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53059, - "end": 53164, + "start": 55449, + "end": 55554, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 27 }, "end": { - "line": 1156, + "line": 1198, "column": 132 } }, "expressions": [ { "type": "CallExpression", - "start": 53062, - "end": 53106, + "start": 55452, + "end": 55496, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53062, - "end": 53104, + "start": 55452, + "end": 55494, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53062, - "end": 53092, + "start": 55452, + "end": 55482, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53062, - "end": 53085, + "start": 55452, + "end": 55475, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53062, - "end": 53066, + "start": 55452, + "end": 55456, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53067, - "end": 53085, + "start": 55457, + "end": 55475, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 35 }, "end": { - "line": 1156, + "line": 1198, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -348310,15 +348582,15 @@ "arguments": [ { "type": "Identifier", - "start": 53087, - "end": 53090, + "start": 55477, + "end": 55480, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 55 }, "end": { - "line": 1156, + "line": 1198, "column": 58 }, "identifierName": "_dt" @@ -348329,15 +348601,15 @@ }, "property": { "type": "Identifier", - "start": 53093, - "end": 53104, + "start": 55483, + "end": 55494, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 61 }, "end": { - "line": 1156, + "line": 1198, "column": 72 }, "identifierName": "getFullYear" @@ -348350,100 +348622,100 @@ }, { "type": "BinaryExpression", - "start": 53110, - "end": 53155, + "start": 55500, + "end": 55545, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53110, - "end": 53151, + "start": 55500, + "end": 55541, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53110, - "end": 53149, + "start": 55500, + "end": 55539, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53110, - "end": 53140, + "start": 55500, + "end": 55530, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53110, - "end": 53133, + "start": 55500, + "end": 55523, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53110, - "end": 53114, + "start": 55500, + "end": 55504, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53115, - "end": 53133, + "start": 55505, + "end": 55523, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 83 }, "end": { - "line": 1156, + "line": 1198, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -348455,15 +348727,15 @@ "arguments": [ { "type": "Identifier", - "start": 53135, - "end": 53138, + "start": 55525, + "end": 55528, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 103 }, "end": { - "line": 1156, + "line": 1198, "column": 106 }, "identifierName": "_dt" @@ -348474,15 +348746,15 @@ }, "property": { "type": "Identifier", - "start": 53141, - "end": 53149, + "start": 55531, + "end": 55539, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 109 }, "end": { - "line": 1156, + "line": 1198, "column": 117 }, "identifierName": "getMonth" @@ -348496,15 +348768,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53154, - "end": 53155, + "start": 55544, + "end": 55545, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 122 }, "end": { - "line": 1156, + "line": 1198, "column": 123 } }, @@ -348519,15 +348791,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53060, - "end": 53060, + "start": 55450, + "end": 55450, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 28 }, "end": { - "line": 1156, + "line": 1198, "column": 28 } }, @@ -348539,15 +348811,15 @@ }, { "type": "TemplateElement", - "start": 53107, - "end": 53108, + "start": 55497, + "end": 55498, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 75 }, "end": { - "line": 1156, + "line": 1198, "column": 76 } }, @@ -348559,15 +348831,15 @@ }, { "type": "TemplateElement", - "start": 53156, - "end": 53163, + "start": 55546, + "end": 55553, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 124 }, "end": { - "line": 1156, + "line": 1198, "column": 131 } }, @@ -348583,15 +348855,15 @@ }, "right": { "type": "Identifier", - "start": 53168, - "end": 53177, + "start": 55558, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 136 }, "end": { - "line": 1156, + "line": 1198, "column": 145 }, "identifierName": "grid_size" @@ -348602,15 +348874,15 @@ }, { "type": "BreakStatement", - "start": 53198, - "end": 53203, + "start": 55588, + "end": 55593, "loc": { "start": { - "line": 1157, + "line": 1199, "column": 20 }, "end": { - "line": 1157, + "line": 1199, "column": 25 } }, @@ -348619,43 +348891,43 @@ ], "test": { "type": "CallExpression", - "start": 52996, - "end": 53030, + "start": 55386, + "end": 55420, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 52996, - "end": 53014, + "start": 55386, + "end": 55404, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 52996, - "end": 53009, + "start": 55386, + "end": 55399, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 34 } }, @@ -348667,15 +348939,15 @@ }, "property": { "type": "Identifier", - "start": 53010, - "end": 53014, + "start": 55400, + "end": 55404, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 35 }, "end": { - "line": 1155, + "line": 1197, "column": 39 }, "identifierName": "test" @@ -348687,15 +348959,15 @@ "arguments": [ { "type": "Identifier", - "start": 53016, - "end": 53028, + "start": 55406, + "end": 55418, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 41 }, "end": { - "line": 1155, + "line": 1197, "column": 53 }, "identifierName": "target_scale" @@ -348707,73 +348979,73 @@ }, { "type": "SwitchCase", - "start": 53220, - "end": 53435, + "start": 55610, + "end": 55825, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 16 }, "end": { - "line": 1160, + "line": 1202, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53281, - "end": 53409, + "start": 55671, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 148 } }, "expression": { "type": "AssignmentExpression", - "start": 53281, - "end": 53409, + "start": 55671, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 148 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53281, - "end": 53397, + "start": 55671, + "end": 55787, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 136 } }, "object": { "type": "Identifier", - "start": 53281, - "end": 53287, + "start": 55671, + "end": 55677, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 26 }, "identifierName": "retObj" @@ -348782,101 +349054,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53288, - "end": 53396, + "start": 55678, + "end": 55786, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 27 }, "end": { - "line": 1159, + "line": 1201, "column": 135 } }, "expressions": [ { "type": "CallExpression", - "start": 53291, - "end": 53335, + "start": 55681, + "end": 55725, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53291, - "end": 53333, + "start": 55681, + "end": 55723, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53291, - "end": 53321, + "start": 55681, + "end": 55711, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53291, - "end": 53314, + "start": 55681, + "end": 55704, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53291, - "end": 53295, + "start": 55681, + "end": 55685, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53296, - "end": 53314, + "start": 55686, + "end": 55704, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 35 }, "end": { - "line": 1159, + "line": 1201, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -348888,15 +349160,15 @@ "arguments": [ { "type": "Identifier", - "start": 53316, - "end": 53319, + "start": 55706, + "end": 55709, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 55 }, "end": { - "line": 1159, + "line": 1201, "column": 58 }, "identifierName": "_dt" @@ -348907,15 +349179,15 @@ }, "property": { "type": "Identifier", - "start": 53322, - "end": 53333, + "start": 55712, + "end": 55723, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 61 }, "end": { - "line": 1159, + "line": 1201, "column": 72 }, "identifierName": "getFullYear" @@ -348928,100 +349200,100 @@ }, { "type": "BinaryExpression", - "start": 53339, - "end": 53384, + "start": 55729, + "end": 55774, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53339, - "end": 53380, + "start": 55729, + "end": 55770, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53339, - "end": 53378, + "start": 55729, + "end": 55768, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53339, - "end": 53369, + "start": 55729, + "end": 55759, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53339, - "end": 53362, + "start": 55729, + "end": 55752, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53339, - "end": 53343, + "start": 55729, + "end": 55733, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53344, - "end": 53362, + "start": 55734, + "end": 55752, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 83 }, "end": { - "line": 1159, + "line": 1201, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -349033,15 +349305,15 @@ "arguments": [ { "type": "Identifier", - "start": 53364, - "end": 53367, + "start": 55754, + "end": 55757, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 103 }, "end": { - "line": 1159, + "line": 1201, "column": 106 }, "identifierName": "_dt" @@ -349052,15 +349324,15 @@ }, "property": { "type": "Identifier", - "start": 53370, - "end": 53378, + "start": 55760, + "end": 55768, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 109 }, "end": { - "line": 1159, + "line": 1201, "column": 117 }, "identifierName": "getMonth" @@ -349074,15 +349346,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53383, - "end": 53384, + "start": 55773, + "end": 55774, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 122 }, "end": { - "line": 1159, + "line": 1201, "column": 123 } }, @@ -349097,15 +349369,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53289, - "end": 53289, + "start": 55679, + "end": 55679, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 28 }, "end": { - "line": 1159, + "line": 1201, "column": 28 } }, @@ -349117,15 +349389,15 @@ }, { "type": "TemplateElement", - "start": 53336, - "end": 53337, + "start": 55726, + "end": 55727, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 75 }, "end": { - "line": 1159, + "line": 1201, "column": 76 } }, @@ -349137,15 +349409,15 @@ }, { "type": "TemplateElement", - "start": 53385, - "end": 53395, + "start": 55775, + "end": 55785, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 124 }, "end": { - "line": 1159, + "line": 1201, "column": 134 } }, @@ -349161,15 +349433,15 @@ }, "right": { "type": "Identifier", - "start": 53400, - "end": 53409, + "start": 55790, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 139 }, "end": { - "line": 1159, + "line": 1201, "column": 148 }, "identifierName": "grid_size" @@ -349180,15 +349452,15 @@ }, { "type": "BreakStatement", - "start": 53430, - "end": 53435, + "start": 55820, + "end": 55825, "loc": { "start": { - "line": 1160, + "line": 1202, "column": 20 }, "end": { - "line": 1160, + "line": 1202, "column": 25 } }, @@ -349197,43 +349469,43 @@ ], "test": { "type": "CallExpression", - "start": 53225, - "end": 53259, + "start": 55615, + "end": 55649, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 53225, - "end": 53243, + "start": 55615, + "end": 55633, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 53225, - "end": 53238, + "start": 55615, + "end": 55628, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 34 } }, @@ -349245,15 +349517,15 @@ }, "property": { "type": "Identifier", - "start": 53239, - "end": 53243, + "start": 55629, + "end": 55633, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 35 }, "end": { - "line": 1158, + "line": 1200, "column": 39 }, "identifierName": "test" @@ -349265,15 +349537,15 @@ "arguments": [ { "type": "Identifier", - "start": 53245, - "end": 53257, + "start": 55635, + "end": 55647, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 41 }, "end": { - "line": 1158, + "line": 1200, "column": 53 }, "identifierName": "target_scale" @@ -349285,73 +349557,73 @@ }, { "type": "SwitchCase", - "start": 53452, - "end": 53625, + "start": 55842, + "end": 56015, "loc": { "start": { - "line": 1161, + "line": 1203, "column": 16 }, "end": { - "line": 1163, + "line": 1205, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 53481, - "end": 53599, + "start": 55871, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 138 } }, "expression": { "type": "AssignmentExpression", - "start": 53481, - "end": 53599, + "start": 55871, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 138 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53481, - "end": 53587, + "start": 55871, + "end": 55977, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 126 } }, "object": { "type": "Identifier", - "start": 53481, - "end": 53487, + "start": 55871, + "end": 55877, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 26 }, "identifierName": "retObj" @@ -349360,101 +349632,101 @@ }, "property": { "type": "TemplateLiteral", - "start": 53488, - "end": 53586, + "start": 55878, + "end": 55976, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 27 }, "end": { - "line": 1162, + "line": 1204, "column": 125 } }, "expressions": [ { "type": "CallExpression", - "start": 53491, - "end": 53535, + "start": 55881, + "end": 55925, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53491, - "end": 53533, + "start": 55881, + "end": 55923, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 72 } }, "object": { "type": "CallExpression", - "start": 53491, - "end": 53521, + "start": 55881, + "end": 55911, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 53491, - "end": 53514, + "start": 55881, + "end": 55904, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 53491, - "end": 53495, + "start": 55881, + "end": 55885, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 34 } } }, "property": { "type": "Identifier", - "start": 53496, - "end": 53514, + "start": 55886, + "end": 55904, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 35 }, "end": { - "line": 1162, + "line": 1204, "column": 53 }, "identifierName": "getCorrectDatetime" @@ -349466,15 +349738,15 @@ "arguments": [ { "type": "Identifier", - "start": 53516, - "end": 53519, + "start": 55906, + "end": 55909, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 55 }, "end": { - "line": 1162, + "line": 1204, "column": 58 }, "identifierName": "_dt" @@ -349485,15 +349757,15 @@ }, "property": { "type": "Identifier", - "start": 53522, - "end": 53533, + "start": 55912, + "end": 55923, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 61 }, "end": { - "line": 1162, + "line": 1204, "column": 72 }, "identifierName": "getFullYear" @@ -349506,100 +349778,100 @@ }, { "type": "BinaryExpression", - "start": 53539, - "end": 53584, + "start": 55929, + "end": 55974, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 123 } }, "left": { "type": "CallExpression", - "start": 53539, - "end": 53580, + "start": 55929, + "end": 55970, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 53539, - "end": 53578, + "start": 55929, + "end": 55968, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 117 } }, "object": { "type": "CallExpression", - "start": 53539, - "end": 53569, + "start": 55929, + "end": 55959, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 53539, - "end": 53562, + "start": 55929, + "end": 55952, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 101 } }, "object": { "type": "ThisExpression", - "start": 53539, - "end": 53543, + "start": 55929, + "end": 55933, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 82 } } }, "property": { "type": "Identifier", - "start": 53544, - "end": 53562, + "start": 55934, + "end": 55952, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 83 }, "end": { - "line": 1162, + "line": 1204, "column": 101 }, "identifierName": "getCorrectDatetime" @@ -349611,15 +349883,15 @@ "arguments": [ { "type": "Identifier", - "start": 53564, - "end": 53567, + "start": 55954, + "end": 55957, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 103 }, "end": { - "line": 1162, + "line": 1204, "column": 106 }, "identifierName": "_dt" @@ -349630,15 +349902,15 @@ }, "property": { "type": "Identifier", - "start": 53570, - "end": 53578, + "start": 55960, + "end": 55968, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 109 }, "end": { - "line": 1162, + "line": 1204, "column": 117 }, "identifierName": "getMonth" @@ -349652,15 +349924,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 53583, - "end": 53584, + "start": 55973, + "end": 55974, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 122 }, "end": { - "line": 1162, + "line": 1204, "column": 123 } }, @@ -349675,15 +349947,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 53489, - "end": 53489, + "start": 55879, + "end": 55879, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 28 }, "end": { - "line": 1162, + "line": 1204, "column": 28 } }, @@ -349695,15 +349967,15 @@ }, { "type": "TemplateElement", - "start": 53536, - "end": 53537, + "start": 55926, + "end": 55927, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 75 }, "end": { - "line": 1162, + "line": 1204, "column": 76 } }, @@ -349715,15 +349987,15 @@ }, { "type": "TemplateElement", - "start": 53585, - "end": 53585, + "start": 55975, + "end": 55975, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 124 }, "end": { - "line": 1162, + "line": 1204, "column": 124 } }, @@ -349739,15 +350011,15 @@ }, "right": { "type": "Identifier", - "start": 53590, - "end": 53599, + "start": 55980, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 129 }, "end": { - "line": 1162, + "line": 1204, "column": 138 }, "identifierName": "grid_size" @@ -349758,15 +350030,15 @@ }, { "type": "BreakStatement", - "start": 53620, - "end": 53625, + "start": 56010, + "end": 56015, "loc": { "start": { - "line": 1163, + "line": 1205, "column": 20 }, "end": { - "line": 1163, + "line": 1205, "column": 25 } }, @@ -349780,15 +350052,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -349801,29 +350073,29 @@ }, { "type": "ReturnStatement", - "start": 53667, - "end": 53680, + "start": 56057, + "end": 56070, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 8 }, "end": { - "line": 1167, + "line": 1209, "column": 21 } }, "argument": { "type": "Identifier", - "start": 53674, - "end": 53680, + "start": 56064, + "end": 56070, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 15 }, "end": { - "line": 1167, + "line": 1209, "column": 21 }, "identifierName": "retObj" @@ -349839,15 +350111,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -349857,15 +350129,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -349874,15 +350146,15 @@ }, { "type": "ClassMethod", - "start": 53854, - "end": 56145, + "start": 56244, + "end": 58535, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 4 }, "end": { - "line": 1227, + "line": 1269, "column": 5 } }, @@ -349890,15 +350162,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53854, - "end": 53871, + "start": 56244, + "end": 56261, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 4 }, "end": { - "line": 1176, + "line": 1218, "column": 21 }, "identifierName": "_getGridsPerScale" @@ -349914,15 +350186,15 @@ "params": [ { "type": "Identifier", - "start": 53873, - "end": 53885, + "start": 56263, + "end": 56275, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 23 }, "end": { - "line": 1176, + "line": 1218, "column": 35 }, "identifierName": "target_scale" @@ -349932,59 +350204,59 @@ ], "body": { "type": "BlockStatement", - "start": 53888, - "end": 56145, + "start": 56278, + "end": 58535, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 38 }, "end": { - "line": 1227, + "line": 1269, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 53941, - "end": 54073, + "start": 56331, + "end": 56463, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 8 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 53945, - "end": 53979, + "start": 56335, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 12 }, "end": { - "line": 1178, + "line": 1220, "column": 46 } }, "id": { "type": "Identifier", - "start": 53945, - "end": 53951, + "start": 56335, + "end": 56341, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 12 }, "end": { - "line": 1178, + "line": 1220, "column": 18 }, "identifierName": "_props" @@ -349994,44 +350266,44 @@ }, "init": { "type": "MemberExpression", - "start": 53960, - "end": 53979, + "start": 56350, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 27 }, "end": { - "line": 1178, + "line": 1220, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 53960, - "end": 53964, + "start": 56350, + "end": 56354, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 27 }, "end": { - "line": 1178, + "line": 1220, "column": 31 } } }, "property": { "type": "Identifier", - "start": 53965, - "end": 53979, + "start": 56355, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 32 }, "end": { - "line": 1178, + "line": 1220, "column": 46 }, "identifierName": "_instanceProps" @@ -350044,29 +350316,29 @@ }, { "type": "VariableDeclarator", - "start": 53993, - "end": 54010, + "start": 56383, + "end": 56400, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 12 }, "end": { - "line": 1179, + "line": 1221, "column": 29 } }, "id": { "type": "Identifier", - "start": 53993, - "end": 54000, + "start": 56383, + "end": 56390, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 12 }, "end": { - "line": 1179, + "line": 1221, "column": 19 }, "identifierName": "_scopes" @@ -350075,15 +350347,15 @@ }, "init": { "type": "ArrayExpression", - "start": 54008, - "end": 54010, + "start": 56398, + "end": 56400, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 27 }, "end": { - "line": 1179, + "line": 1221, "column": 29 } }, @@ -350092,29 +350364,29 @@ }, { "type": "VariableDeclarator", - "start": 54024, - "end": 54041, + "start": 56414, + "end": 56431, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 12 }, "end": { - "line": 1180, + "line": 1222, "column": 29 } }, "id": { "type": "Identifier", - "start": 54024, - "end": 54036, + "start": 56414, + "end": 56426, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 12 }, "end": { - "line": 1180, + "line": 1222, "column": 24 }, "identifierName": "_scale_grids" @@ -350123,15 +350395,15 @@ }, "init": { "type": "ObjectExpression", - "start": 54039, - "end": 54041, + "start": 56429, + "end": 56431, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 27 }, "end": { - "line": 1180, + "line": 1222, "column": 29 } }, @@ -350140,29 +350412,29 @@ }, { "type": "VariableDeclarator", - "start": 54055, - "end": 54073, + "start": 56445, + "end": 56463, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 12 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, "id": { "type": "Identifier", - "start": 54055, - "end": 54059, + "start": 56445, + "end": 56449, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 12 }, "end": { - "line": 1181, + "line": 1223, "column": 16 }, "identifierName": "_sep" @@ -350171,15 +350443,15 @@ }, "init": { "type": "StringLiteral", - "start": 54070, - "end": 54073, + "start": 56460, + "end": 56463, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 27 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } }, @@ -350196,15 +350468,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 53898, - "end": 53932, + "start": 56288, + "end": 56322, "loc": { "start": { - "line": 1177, + "line": 1219, "column": 8 }, "end": { - "line": 1177, + "line": 1219, "column": 42 } } @@ -350213,58 +350485,58 @@ }, { "type": "ForStatement", - "start": 54091, - "end": 55713, + "start": 56481, + "end": 58103, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 8 }, "end": { - "line": 1215, + "line": 1257, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 54097, - "end": 54106, + "start": 56487, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 14 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54101, - "end": 54106, + "start": 56491, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 18 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, "id": { "type": "Identifier", - "start": 54101, - "end": 54102, + "start": 56491, + "end": 56492, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 18 }, "end": { - "line": 1183, + "line": 1225, "column": 19 }, "identifierName": "i" @@ -350273,15 +350545,15 @@ }, "init": { "type": "NumericLiteral", - "start": 54105, - "end": 54106, + "start": 56495, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 22 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } }, @@ -350297,29 +350569,29 @@ }, "test": { "type": "BinaryExpression", - "start": 54108, - "end": 54124, + "start": 56498, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 25 }, "end": { - "line": 1183, + "line": 1225, "column": 41 } }, "left": { "type": "Identifier", - "start": 54108, - "end": 54109, + "start": 56498, + "end": 56499, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 25 }, "end": { - "line": 1183, + "line": 1225, "column": 26 }, "identifierName": "i" @@ -350329,29 +350601,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 54112, - "end": 54124, + "start": 56502, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 29 }, "end": { - "line": 1183, + "line": 1225, "column": 41 } }, "object": { "type": "Identifier", - "start": 54112, - "end": 54118, + "start": 56502, + "end": 56508, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 29 }, "end": { - "line": 1183, + "line": 1225, "column": 35 }, "identifierName": "_props" @@ -350360,15 +350632,15 @@ }, "property": { "type": "Identifier", - "start": 54119, - "end": 54124, + "start": 56509, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 36 }, "end": { - "line": 1183, + "line": 1225, "column": 41 }, "identifierName": "grids" @@ -350380,15 +350652,15 @@ }, "update": { "type": "UpdateExpression", - "start": 54126, - "end": 54129, + "start": 56516, + "end": 56519, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 43 }, "end": { - "line": 1183, + "line": 1225, "column": 46 } }, @@ -350396,15 +350668,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 54126, - "end": 54127, + "start": 56516, + "end": 56517, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 43 }, "end": { - "line": 1183, + "line": 1225, "column": 44 }, "identifierName": "i" @@ -350414,59 +350686,59 @@ }, "body": { "type": "BlockStatement", - "start": 54132, - "end": 55713, + "start": 56522, + "end": 58103, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 49 }, "end": { - "line": 1215, + "line": 1257, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 54146, - "end": 54847, + "start": 56536, + "end": 57237, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 12 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54150, - "end": 54204, + "start": 56540, + "end": 56594, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 16 }, "end": { - "line": 1184, + "line": 1226, "column": 70 } }, "id": { "type": "Identifier", - "start": 54150, - "end": 54154, + "start": 56540, + "end": 56544, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 16 }, "end": { - "line": 1184, + "line": 1226, "column": 20 }, "identifierName": "_tmp" @@ -350475,29 +350747,29 @@ }, "init": { "type": "NewExpression", - "start": 54157, - "end": 54204, + "start": 56547, + "end": 56594, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 23 }, "end": { - "line": 1184, + "line": 1226, "column": 70 } }, "callee": { "type": "Identifier", - "start": 54161, - "end": 54165, + "start": 56551, + "end": 56555, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 27 }, "end": { - "line": 1184, + "line": 1226, "column": 31 }, "identifierName": "Date" @@ -350507,43 +350779,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54167, - "end": 54202, + "start": 56557, + "end": 56592, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 54167, - "end": 54179, + "start": 56557, + "end": 56569, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 45 } }, "object": { "type": "Identifier", - "start": 54167, - "end": 54173, + "start": 56557, + "end": 56563, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 39 }, "identifierName": "_props" @@ -350552,15 +350824,15 @@ }, "property": { "type": "Identifier", - "start": 54174, - "end": 54179, + "start": 56564, + "end": 56569, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 40 }, "end": { - "line": 1184, + "line": 1226, "column": 45 }, "identifierName": "begin" @@ -350572,29 +350844,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 54184, - "end": 54200, + "start": 56574, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 50 }, "end": { - "line": 1184, + "line": 1226, "column": 66 } }, "left": { "type": "Identifier", - "start": 54184, - "end": 54185, + "start": 56574, + "end": 56575, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 50 }, "end": { - "line": 1184, + "line": 1226, "column": 51 }, "identifierName": "i" @@ -350604,29 +350876,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 54188, - "end": 54200, + "start": 56578, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 54 }, "end": { - "line": 1184, + "line": 1226, "column": 66 } }, "object": { "type": "Identifier", - "start": 54188, - "end": 54194, + "start": 56578, + "end": 56584, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 54 }, "end": { - "line": 1184, + "line": 1226, "column": 60 }, "identifierName": "_props" @@ -350635,15 +350907,15 @@ }, "property": { "type": "Identifier", - "start": 54195, - "end": 54200, + "start": 56585, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 61 }, "end": { - "line": 1184, + "line": 1226, "column": 66 }, "identifierName": "scale" @@ -350654,7 +350926,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 54182 + "parenStart": 56572 } } } @@ -350663,29 +350935,29 @@ }, { "type": "VariableDeclarator", - "start": 54311, - "end": 54336, + "start": 56701, + "end": 56726, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 16 }, "end": { - "line": 1186, + "line": 1228, "column": 41 } }, "id": { "type": "Identifier", - "start": 54311, - "end": 54313, + "start": 56701, + "end": 56703, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 16 }, "end": { - "line": 1186, + "line": 1228, "column": 18 }, "identifierName": "_y" @@ -350695,43 +350967,43 @@ }, "init": { "type": "CallExpression", - "start": 54318, - "end": 54336, + "start": 56708, + "end": 56726, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 54318, - "end": 54334, + "start": 56708, + "end": 56724, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 39 } }, "object": { "type": "Identifier", - "start": 54318, - "end": 54322, + "start": 56708, + "end": 56712, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 27 }, "identifierName": "_tmp" @@ -350740,15 +351012,15 @@ }, "property": { "type": "Identifier", - "start": 54323, - "end": 54334, + "start": 56713, + "end": 56724, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 28 }, "end": { - "line": 1186, + "line": 1228, "column": 39 }, "identifierName": "getFullYear" @@ -350763,15 +351035,15 @@ { "type": "CommentLine", "value": "let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),", - "start": 54218, - "end": 54294, + "start": 56608, + "end": 56684, "loc": { "start": { - "line": 1185, + "line": 1227, "column": 12 }, "end": { - "line": 1185, + "line": 1227, "column": 88 } } @@ -350780,29 +351052,29 @@ }, { "type": "VariableDeclarator", - "start": 54354, - "end": 54383, + "start": 56744, + "end": 56773, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 16 }, "end": { - "line": 1187, + "line": 1229, "column": 45 } }, "id": { "type": "Identifier", - "start": 54354, - "end": 54358, + "start": 56744, + "end": 56748, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 16 }, "end": { - "line": 1187, + "line": 1229, "column": 20 }, "identifierName": "_mil" @@ -350811,43 +351083,43 @@ }, "init": { "type": "CallExpression", - "start": 54361, - "end": 54383, + "start": 56751, + "end": 56773, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 54361, - "end": 54370, + "start": 56751, + "end": 56760, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 32 } }, "object": { "type": "Identifier", - "start": 54361, - "end": 54365, + "start": 56751, + "end": 56755, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 27 }, "identifierName": "Math" @@ -350856,15 +351128,15 @@ }, "property": { "type": "Identifier", - "start": 54366, - "end": 54370, + "start": 56756, + "end": 56760, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 28 }, "end": { - "line": 1187, + "line": 1229, "column": 32 }, "identifierName": "ceil" @@ -350876,29 +351148,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54372, - "end": 54381, + "start": 56762, + "end": 56771, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 34 }, "end": { - "line": 1187, + "line": 1229, "column": 43 } }, "left": { "type": "Identifier", - "start": 54372, - "end": 54374, + "start": 56762, + "end": 56764, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 34 }, "end": { - "line": 1187, + "line": 1229, "column": 36 }, "identifierName": "_y" @@ -350908,15 +351180,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54377, - "end": 54381, + "start": 56767, + "end": 56771, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 39 }, "end": { - "line": 1187, + "line": 1229, "column": 43 } }, @@ -350932,29 +351204,29 @@ }, { "type": "VariableDeclarator", - "start": 54401, - "end": 54429, + "start": 56791, + "end": 56819, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 16 }, "end": { - "line": 1188, + "line": 1230, "column": 44 } }, "id": { "type": "Identifier", - "start": 54401, - "end": 54405, + "start": 56791, + "end": 56795, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 16 }, "end": { - "line": 1188, + "line": 1230, "column": 20 }, "identifierName": "_cen" @@ -350963,43 +351235,43 @@ }, "init": { "type": "CallExpression", - "start": 54408, - "end": 54429, + "start": 56798, + "end": 56819, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 54408, - "end": 54417, + "start": 56798, + "end": 56807, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 32 } }, "object": { "type": "Identifier", - "start": 54408, - "end": 54412, + "start": 56798, + "end": 56802, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 27 }, "identifierName": "Math" @@ -351008,15 +351280,15 @@ }, "property": { "type": "Identifier", - "start": 54413, - "end": 54417, + "start": 56803, + "end": 56807, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 28 }, "end": { - "line": 1188, + "line": 1230, "column": 32 }, "identifierName": "ceil" @@ -351028,29 +351300,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54419, - "end": 54427, + "start": 56809, + "end": 56817, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 34 }, "end": { - "line": 1188, + "line": 1230, "column": 42 } }, "left": { "type": "Identifier", - "start": 54419, - "end": 54421, + "start": 56809, + "end": 56811, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 34 }, "end": { - "line": 1188, + "line": 1230, "column": 36 }, "identifierName": "_y" @@ -351060,15 +351332,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54424, - "end": 54427, + "start": 56814, + "end": 56817, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 39 }, "end": { - "line": 1188, + "line": 1230, "column": 42 } }, @@ -351084,29 +351356,29 @@ }, { "type": "VariableDeclarator", - "start": 54447, - "end": 54474, + "start": 56837, + "end": 56864, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 16 }, "end": { - "line": 1189, + "line": 1231, "column": 43 } }, "id": { "type": "Identifier", - "start": 54447, - "end": 54451, + "start": 56837, + "end": 56841, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 16 }, "end": { - "line": 1189, + "line": 1231, "column": 20 }, "identifierName": "_dec" @@ -351115,43 +351387,43 @@ }, "init": { "type": "CallExpression", - "start": 54454, - "end": 54474, + "start": 56844, + "end": 56864, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 54454, - "end": 54463, + "start": 56844, + "end": 56853, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 32 } }, "object": { "type": "Identifier", - "start": 54454, - "end": 54458, + "start": 56844, + "end": 56848, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 27 }, "identifierName": "Math" @@ -351160,15 +351432,15 @@ }, "property": { "type": "Identifier", - "start": 54459, - "end": 54463, + "start": 56849, + "end": 56853, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 28 }, "end": { - "line": 1189, + "line": 1231, "column": 32 }, "identifierName": "ceil" @@ -351180,29 +351452,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54465, - "end": 54472, + "start": 56855, + "end": 56862, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 34 }, "end": { - "line": 1189, + "line": 1231, "column": 41 } }, "left": { "type": "Identifier", - "start": 54465, - "end": 54467, + "start": 56855, + "end": 56857, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 34 }, "end": { - "line": 1189, + "line": 1231, "column": 36 }, "identifierName": "_y" @@ -351212,15 +351484,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54470, - "end": 54472, + "start": 56860, + "end": 56862, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 39 }, "end": { - "line": 1189, + "line": 1231, "column": 41 } }, @@ -351236,29 +351508,29 @@ }, { "type": "VariableDeclarator", - "start": 54492, - "end": 54518, + "start": 56882, + "end": 56908, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 16 }, "end": { - "line": 1190, + "line": 1232, "column": 42 } }, "id": { "type": "Identifier", - "start": 54492, - "end": 54496, + "start": 56882, + "end": 56886, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 16 }, "end": { - "line": 1190, + "line": 1232, "column": 20 }, "identifierName": "_lus" @@ -351267,43 +351539,43 @@ }, "init": { "type": "CallExpression", - "start": 54499, - "end": 54518, + "start": 56889, + "end": 56908, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 54499, - "end": 54508, + "start": 56889, + "end": 56898, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 32 } }, "object": { "type": "Identifier", - "start": 54499, - "end": 54503, + "start": 56889, + "end": 56893, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 27 }, "identifierName": "Math" @@ -351312,15 +351584,15 @@ }, "property": { "type": "Identifier", - "start": 54504, - "end": 54508, + "start": 56894, + "end": 56898, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 28 }, "end": { - "line": 1190, + "line": 1232, "column": 32 }, "identifierName": "ceil" @@ -351332,29 +351604,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 54510, - "end": 54516, + "start": 56900, + "end": 56906, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 34 }, "end": { - "line": 1190, + "line": 1232, "column": 40 } }, "left": { "type": "Identifier", - "start": 54510, - "end": 54512, + "start": 56900, + "end": 56902, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 34 }, "end": { - "line": 1190, + "line": 1232, "column": 36 }, "identifierName": "_y" @@ -351364,15 +351636,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 54515, - "end": 54516, + "start": 56905, + "end": 56906, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 39 }, "end": { - "line": 1190, + "line": 1232, "column": 40 } }, @@ -351388,29 +351660,29 @@ }, { "type": "VariableDeclarator", - "start": 54536, - "end": 54562, + "start": 56926, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 16 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, "id": { "type": "Identifier", - "start": 54536, - "end": 54538, + "start": 56926, + "end": 56928, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 16 }, "end": { - "line": 1191, + "line": 1233, "column": 18 }, "identifierName": "_m" @@ -351419,57 +351691,57 @@ }, "init": { "type": "BinaryExpression", - "start": 54543, - "end": 54562, + "start": 56933, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, "left": { "type": "CallExpression", - "start": 54543, - "end": 54558, + "start": 56933, + "end": 56948, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 54543, - "end": 54556, + "start": 56933, + "end": 56946, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 36 } }, "object": { "type": "Identifier", - "start": 54543, - "end": 54547, + "start": 56933, + "end": 56937, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 27 }, "identifierName": "_tmp" @@ -351478,15 +351750,15 @@ }, "property": { "type": "Identifier", - "start": 54548, - "end": 54556, + "start": 56938, + "end": 56946, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 28 }, "end": { - "line": 1191, + "line": 1233, "column": 36 }, "identifierName": "getMonth" @@ -351500,15 +351772,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 54561, - "end": 54562, + "start": 56951, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 41 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } }, @@ -351522,29 +351794,29 @@ }, { "type": "VariableDeclarator", - "start": 54580, - "end": 54600, + "start": 56970, + "end": 56990, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 16 }, "end": { - "line": 1192, + "line": 1234, "column": 36 } }, "id": { "type": "Identifier", - "start": 54580, - "end": 54583, + "start": 56970, + "end": 56973, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 16 }, "end": { - "line": 1192, + "line": 1234, "column": 19 }, "identifierName": "_wd" @@ -351553,43 +351825,43 @@ }, "init": { "type": "CallExpression", - "start": 54587, - "end": 54600, + "start": 56977, + "end": 56990, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 54587, - "end": 54598, + "start": 56977, + "end": 56988, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 34 } }, "object": { "type": "Identifier", - "start": 54587, - "end": 54591, + "start": 56977, + "end": 56981, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 27 }, "identifierName": "_tmp" @@ -351598,15 +351870,15 @@ }, "property": { "type": "Identifier", - "start": 54592, - "end": 54598, + "start": 56982, + "end": 56988, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 28 }, "end": { - "line": 1192, + "line": 1234, "column": 34 }, "identifierName": "getDay" @@ -351620,29 +351892,29 @@ }, { "type": "VariableDeclarator", - "start": 54642, - "end": 54663, + "start": 57032, + "end": 57053, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 16 }, "end": { - "line": 1193, + "line": 1235, "column": 37 } }, "id": { "type": "Identifier", - "start": 54642, - "end": 54644, + "start": 57032, + "end": 57034, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 16 }, "end": { - "line": 1193, + "line": 1235, "column": 18 }, "identifierName": "_d" @@ -351652,43 +351924,43 @@ }, "init": { "type": "CallExpression", - "start": 54649, - "end": 54663, + "start": 57039, + "end": 57053, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 54649, - "end": 54661, + "start": 57039, + "end": 57051, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 35 } }, "object": { "type": "Identifier", - "start": 54649, - "end": 54653, + "start": 57039, + "end": 57043, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 27 }, "identifierName": "_tmp" @@ -351697,15 +351969,15 @@ }, "property": { "type": "Identifier", - "start": 54654, - "end": 54661, + "start": 57044, + "end": 57051, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 28 }, "end": { - "line": 1193, + "line": 1235, "column": 35 }, "identifierName": "getDate" @@ -351720,15 +351992,15 @@ { "type": "CommentLine", "value": " 0 = Sun, ... 6 = Sat", - "start": 54602, - "end": 54625, + "start": 56992, + "end": 57015, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 38 }, "end": { - "line": 1192, + "line": 1234, "column": 61 } } @@ -351737,29 +352009,29 @@ }, { "type": "VariableDeclarator", - "start": 54681, - "end": 54723, + "start": 57071, + "end": 57113, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 16 }, "end": { - "line": 1194, + "line": 1236, "column": 58 } }, "id": { "type": "Identifier", - "start": 54681, - "end": 54683, + "start": 57071, + "end": 57073, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 16 }, "end": { - "line": 1194, + "line": 1236, "column": 18 }, "identifierName": "_w" @@ -351768,58 +352040,58 @@ }, "init": { "type": "CallExpression", - "start": 54688, - "end": 54723, + "start": 57078, + "end": 57113, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 54688, - "end": 54700, + "start": 57078, + "end": 57090, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 54688, - "end": 54692, + "start": 57078, + "end": 57082, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 27 } } }, "property": { "type": "Identifier", - "start": 54693, - "end": 54700, + "start": 57083, + "end": 57090, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 28 }, "end": { - "line": 1194, + "line": 1236, "column": 35 }, "identifierName": "getWeek" @@ -351831,30 +352103,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 54702, - "end": 54721, + "start": 57092, + "end": 57111, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 37 }, "end": { - "line": 1194, + "line": 1236, "column": 56 } }, "expressions": [ { "type": "Identifier", - "start": 54705, - "end": 54707, + "start": 57095, + "end": 57097, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 40 }, "end": { - "line": 1194, + "line": 1236, "column": 42 }, "identifierName": "_y" @@ -351863,15 +352135,15 @@ }, { "type": "Identifier", - "start": 54711, - "end": 54713, + "start": 57101, + "end": 57103, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 46 }, "end": { - "line": 1194, + "line": 1236, "column": 48 }, "identifierName": "_m" @@ -351880,15 +352152,15 @@ }, { "type": "Identifier", - "start": 54717, - "end": 54719, + "start": 57107, + "end": 57109, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 52 }, "end": { - "line": 1194, + "line": 1236, "column": 54 }, "identifierName": "_d" @@ -351899,15 +352171,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 54703, - "end": 54703, + "start": 57093, + "end": 57093, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 38 }, "end": { - "line": 1194, + "line": 1236, "column": 38 } }, @@ -351919,15 +352191,15 @@ }, { "type": "TemplateElement", - "start": 54708, - "end": 54709, + "start": 57098, + "end": 57099, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 43 }, "end": { - "line": 1194, + "line": 1236, "column": 44 } }, @@ -351939,15 +352211,15 @@ }, { "type": "TemplateElement", - "start": 54714, - "end": 54715, + "start": 57104, + "end": 57105, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 49 }, "end": { - "line": 1194, + "line": 1236, "column": 50 } }, @@ -351959,15 +352231,15 @@ }, { "type": "TemplateElement", - "start": 54720, - "end": 54720, + "start": 57110, + "end": 57110, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 55 }, "end": { - "line": 1194, + "line": 1236, "column": 55 } }, @@ -351984,29 +352256,29 @@ }, { "type": "VariableDeclarator", - "start": 54741, - "end": 54763, + "start": 57131, + "end": 57153, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 16 }, "end": { - "line": 1195, + "line": 1237, "column": 38 } }, "id": { "type": "Identifier", - "start": 54741, - "end": 54743, + "start": 57131, + "end": 57133, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 16 }, "end": { - "line": 1195, + "line": 1237, "column": 18 }, "identifierName": "_h" @@ -352015,43 +352287,43 @@ }, "init": { "type": "CallExpression", - "start": 54748, - "end": 54763, + "start": 57138, + "end": 57153, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 54748, - "end": 54761, + "start": 57138, + "end": 57151, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 36 } }, "object": { "type": "Identifier", - "start": 54748, - "end": 54752, + "start": 57138, + "end": 57142, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 27 }, "identifierName": "_tmp" @@ -352060,15 +352332,15 @@ }, "property": { "type": "Identifier", - "start": 54753, - "end": 54761, + "start": 57143, + "end": 57151, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 28 }, "end": { - "line": 1195, + "line": 1237, "column": 36 }, "identifierName": "getHours" @@ -352082,29 +352354,29 @@ }, { "type": "VariableDeclarator", - "start": 54781, - "end": 54805, + "start": 57171, + "end": 57195, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 16 }, "end": { - "line": 1196, + "line": 1238, "column": 40 } }, "id": { "type": "Identifier", - "start": 54781, - "end": 54785, + "start": 57171, + "end": 57175, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 16 }, "end": { - "line": 1196, + "line": 1238, "column": 20 }, "identifierName": "_min" @@ -352113,43 +352385,43 @@ }, "init": { "type": "CallExpression", - "start": 54788, - "end": 54805, + "start": 57178, + "end": 57195, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54788, - "end": 54803, + "start": 57178, + "end": 57193, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 38 } }, "object": { "type": "Identifier", - "start": 54788, - "end": 54792, + "start": 57178, + "end": 57182, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 27 }, "identifierName": "_tmp" @@ -352158,15 +352430,15 @@ }, "property": { "type": "Identifier", - "start": 54793, - "end": 54803, + "start": 57183, + "end": 57193, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 28 }, "end": { - "line": 1196, + "line": 1238, "column": 38 }, "identifierName": "getMinutes" @@ -352180,29 +352452,29 @@ }, { "type": "VariableDeclarator", - "start": 54823, - "end": 54847, + "start": 57213, + "end": 57237, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 16 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "id": { "type": "Identifier", - "start": 54823, - "end": 54825, + "start": 57213, + "end": 57215, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 16 }, "end": { - "line": 1197, + "line": 1239, "column": 18 }, "identifierName": "_s" @@ -352211,43 +352483,43 @@ }, "init": { "type": "CallExpression", - "start": 54830, - "end": 54847, + "start": 57220, + "end": 57237, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54830, - "end": 54845, + "start": 57220, + "end": 57235, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 38 } }, "object": { "type": "Identifier", - "start": 54830, - "end": 54834, + "start": 57220, + "end": 57224, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 27 }, "identifierName": "_tmp" @@ -352256,15 +352528,15 @@ }, "property": { "type": "Identifier", - "start": 54835, - "end": 54845, + "start": 57225, + "end": 57235, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 28 }, "end": { - "line": 1197, + "line": 1239, "column": 38 }, "identifierName": "getSeconds" @@ -352284,15 +352556,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -352301,57 +352573,57 @@ }, { "type": "ExpressionStatement", - "start": 54997, - "end": 55703, + "start": 57387, + "end": 58093, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1214, + "line": 1256, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 54997, - "end": 55703, + "start": 57387, + "end": 58093, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1214, + "line": 1256, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 54997, - "end": 55009, + "start": 57387, + "end": 57399, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1200, + "line": 1242, "column": 24 } }, "object": { "type": "Identifier", - "start": 54997, - "end": 55004, + "start": 57387, + "end": 57394, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1200, + "line": 1242, "column": 19 }, "identifierName": "_scopes" @@ -352361,15 +352633,15 @@ }, "property": { "type": "Identifier", - "start": 55005, - "end": 55009, + "start": 57395, + "end": 57399, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 20 }, "end": { - "line": 1200, + "line": 1242, "column": 24 }, "identifierName": "push" @@ -352382,30 +352654,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 55010, - "end": 55702, + "start": 57400, + "end": 58092, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 25 }, "end": { - "line": 1214, + "line": 1256, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 55028, - "end": 55045, + "start": 57418, + "end": 57435, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 16 }, "end": { - "line": 1201, + "line": 1243, "column": 33 } }, @@ -352414,15 +352686,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55028, - "end": 55038, + "start": 57418, + "end": 57428, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 16 }, "end": { - "line": 1201, + "line": 1243, "column": 26 }, "identifierName": "millennium" @@ -352431,15 +352703,15 @@ }, "value": { "type": "Identifier", - "start": 55041, - "end": 55045, + "start": 57431, + "end": 57435, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 29 }, "end": { - "line": 1201, + "line": 1243, "column": 33 }, "identifierName": "_mil" @@ -352449,15 +352721,15 @@ }, { "type": "ObjectProperty", - "start": 55063, - "end": 55080, + "start": 57453, + "end": 57470, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 16 }, "end": { - "line": 1202, + "line": 1244, "column": 33 } }, @@ -352466,15 +352738,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55063, - "end": 55070, + "start": 57453, + "end": 57460, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 16 }, "end": { - "line": 1202, + "line": 1244, "column": 23 }, "identifierName": "century" @@ -352483,15 +352755,15 @@ }, "value": { "type": "Identifier", - "start": 55076, - "end": 55080, + "start": 57466, + "end": 57470, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 29 }, "end": { - "line": 1202, + "line": 1244, "column": 33 }, "identifierName": "_cen" @@ -352501,15 +352773,15 @@ }, { "type": "ObjectProperty", - "start": 55098, - "end": 55115, + "start": 57488, + "end": 57505, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 16 }, "end": { - "line": 1203, + "line": 1245, "column": 33 } }, @@ -352518,15 +352790,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55098, - "end": 55104, + "start": 57488, + "end": 57494, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 16 }, "end": { - "line": 1203, + "line": 1245, "column": 22 }, "identifierName": "decade" @@ -352535,15 +352807,15 @@ }, "value": { "type": "Identifier", - "start": 55111, - "end": 55115, + "start": 57501, + "end": 57505, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 29 }, "end": { - "line": 1203, + "line": 1245, "column": 33 }, "identifierName": "_dec" @@ -352553,15 +352825,15 @@ }, { "type": "ObjectProperty", - "start": 55133, - "end": 55150, + "start": 57523, + "end": 57540, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 16 }, "end": { - "line": 1204, + "line": 1246, "column": 33 } }, @@ -352570,15 +352842,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55133, - "end": 55140, + "start": 57523, + "end": 57530, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 16 }, "end": { - "line": 1204, + "line": 1246, "column": 23 }, "identifierName": "lustrum" @@ -352587,15 +352859,15 @@ }, "value": { "type": "Identifier", - "start": 55146, - "end": 55150, + "start": 57536, + "end": 57540, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 29 }, "end": { - "line": 1204, + "line": 1246, "column": 33 }, "identifierName": "_lus" @@ -352605,15 +352877,15 @@ }, { "type": "ObjectProperty", - "start": 55168, - "end": 55183, + "start": 57558, + "end": 57573, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 16 }, "end": { - "line": 1205, + "line": 1247, "column": 31 } }, @@ -352622,15 +352894,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55168, - "end": 55172, + "start": 57558, + "end": 57562, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 16 }, "end": { - "line": 1205, + "line": 1247, "column": 20 }, "identifierName": "year" @@ -352639,15 +352911,15 @@ }, "value": { "type": "Identifier", - "start": 55181, - "end": 55183, + "start": 57571, + "end": 57573, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 29 }, "end": { - "line": 1205, + "line": 1247, "column": 31 }, "identifierName": "_y" @@ -352657,15 +352929,15 @@ }, { "type": "ObjectProperty", - "start": 55201, - "end": 55241, + "start": 57591, + "end": 57631, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 16 }, "end": { - "line": 1206, + "line": 1248, "column": 56 } }, @@ -352674,15 +352946,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55201, - "end": 55206, + "start": 57591, + "end": 57596, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 16 }, "end": { - "line": 1206, + "line": 1248, "column": 21 }, "identifierName": "month" @@ -352691,30 +352963,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55214, - "end": 55241, + "start": 57604, + "end": 57631, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 29 }, "end": { - "line": 1206, + "line": 1248, "column": 56 } }, "expressions": [ { "type": "Identifier", - "start": 55217, - "end": 55219, + "start": 57607, + "end": 57609, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 32 }, "end": { - "line": 1206, + "line": 1248, "column": 34 }, "identifierName": "_y" @@ -352723,15 +352995,15 @@ }, { "type": "Identifier", - "start": 55222, - "end": 55226, + "start": 57612, + "end": 57616, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 37 }, "end": { - "line": 1206, + "line": 1248, "column": 41 }, "identifierName": "_sep" @@ -352740,15 +353012,15 @@ }, { "type": "Identifier", - "start": 55229, - "end": 55231, + "start": 57619, + "end": 57621, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 44 }, "end": { - "line": 1206, + "line": 1248, "column": 46 }, "identifierName": "_m" @@ -352757,15 +353029,15 @@ }, { "type": "Identifier", - "start": 55234, - "end": 55238, + "start": 57624, + "end": 57628, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 49 }, "end": { - "line": 1206, + "line": 1248, "column": 53 }, "identifierName": "_sep" @@ -352776,15 +353048,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55215, - "end": 55215, + "start": 57605, + "end": 57605, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 30 }, "end": { - "line": 1206, + "line": 1248, "column": 30 } }, @@ -352796,15 +353068,15 @@ }, { "type": "TemplateElement", - "start": 55220, - "end": 55220, + "start": 57610, + "end": 57610, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 35 }, "end": { - "line": 1206, + "line": 1248, "column": 35 } }, @@ -352816,15 +353088,15 @@ }, { "type": "TemplateElement", - "start": 55227, - "end": 55227, + "start": 57617, + "end": 57617, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 42 }, "end": { - "line": 1206, + "line": 1248, "column": 42 } }, @@ -352836,15 +353108,15 @@ }, { "type": "TemplateElement", - "start": 55232, - "end": 55232, + "start": 57622, + "end": 57622, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 47 }, "end": { - "line": 1206, + "line": 1248, "column": 47 } }, @@ -352856,15 +353128,15 @@ }, { "type": "TemplateElement", - "start": 55239, - "end": 55240, + "start": 57629, + "end": 57630, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 54 }, "end": { - "line": 1206, + "line": 1248, "column": 55 } }, @@ -352879,15 +353151,15 @@ }, { "type": "ObjectProperty", - "start": 55259, - "end": 55285, + "start": 57649, + "end": 57675, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 16 }, "end": { - "line": 1207, + "line": 1249, "column": 42 } }, @@ -352896,15 +353168,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55259, - "end": 55263, + "start": 57649, + "end": 57653, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 16 }, "end": { - "line": 1207, + "line": 1249, "column": 20 }, "identifierName": "week" @@ -352913,30 +353185,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55272, - "end": 55285, + "start": 57662, + "end": 57675, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 29 }, "end": { - "line": 1207, + "line": 1249, "column": 42 } }, "expressions": [ { "type": "Identifier", - "start": 55275, - "end": 55277, + "start": 57665, + "end": 57667, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 32 }, "end": { - "line": 1207, + "line": 1249, "column": 34 }, "identifierName": "_y" @@ -352945,15 +353217,15 @@ }, { "type": "Identifier", - "start": 55281, - "end": 55283, + "start": 57671, + "end": 57673, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 38 }, "end": { - "line": 1207, + "line": 1249, "column": 40 }, "identifierName": "_w" @@ -352964,15 +353236,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55273, - "end": 55273, + "start": 57663, + "end": 57663, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 30 }, "end": { - "line": 1207, + "line": 1249, "column": 30 } }, @@ -352984,15 +353256,15 @@ }, { "type": "TemplateElement", - "start": 55278, - "end": 55279, + "start": 57668, + "end": 57669, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 35 }, "end": { - "line": 1207, + "line": 1249, "column": 36 } }, @@ -353004,15 +353276,15 @@ }, { "type": "TemplateElement", - "start": 55284, - "end": 55284, + "start": 57674, + "end": 57674, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 41 }, "end": { - "line": 1207, + "line": 1249, "column": 41 } }, @@ -353027,15 +353299,15 @@ }, { "type": "ObjectProperty", - "start": 55303, - "end": 55354, + "start": 57693, + "end": 57744, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 16 }, "end": { - "line": 1208, + "line": 1250, "column": 67 } }, @@ -353044,15 +353316,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55303, - "end": 55310, + "start": 57693, + "end": 57700, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 16 }, "end": { - "line": 1208, + "line": 1250, "column": 23 }, "identifierName": "weekday" @@ -353061,30 +353333,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55316, - "end": 55354, + "start": 57706, + "end": 57744, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 29 }, "end": { - "line": 1208, + "line": 1250, "column": 67 } }, "expressions": [ { "type": "Identifier", - "start": 55319, - "end": 55321, + "start": 57709, + "end": 57711, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 32 }, "end": { - "line": 1208, + "line": 1250, "column": 34 }, "identifierName": "_y" @@ -353093,15 +353365,15 @@ }, { "type": "Identifier", - "start": 55324, - "end": 55328, + "start": 57714, + "end": 57718, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 37 }, "end": { - "line": 1208, + "line": 1250, "column": 41 }, "identifierName": "_sep" @@ -353110,15 +353382,15 @@ }, { "type": "Identifier", - "start": 55331, - "end": 55333, + "start": 57721, + "end": 57723, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 44 }, "end": { - "line": 1208, + "line": 1250, "column": 46 }, "identifierName": "_m" @@ -353127,15 +353399,15 @@ }, { "type": "Identifier", - "start": 55336, - "end": 55340, + "start": 57726, + "end": 57730, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 49 }, "end": { - "line": 1208, + "line": 1250, "column": 53 }, "identifierName": "_sep" @@ -353144,15 +353416,15 @@ }, { "type": "Identifier", - "start": 55343, - "end": 55345, + "start": 57733, + "end": 57735, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 56 }, "end": { - "line": 1208, + "line": 1250, "column": 58 }, "identifierName": "_d" @@ -353161,15 +353433,15 @@ }, { "type": "Identifier", - "start": 55349, - "end": 55352, + "start": 57739, + "end": 57742, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 62 }, "end": { - "line": 1208, + "line": 1250, "column": 65 }, "identifierName": "_wd" @@ -353180,15 +353452,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55317, - "end": 55317, + "start": 57707, + "end": 57707, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 30 }, "end": { - "line": 1208, + "line": 1250, "column": 30 } }, @@ -353200,15 +353472,15 @@ }, { "type": "TemplateElement", - "start": 55322, - "end": 55322, + "start": 57712, + "end": 57712, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 35 }, "end": { - "line": 1208, + "line": 1250, "column": 35 } }, @@ -353220,15 +353492,15 @@ }, { "type": "TemplateElement", - "start": 55329, - "end": 55329, + "start": 57719, + "end": 57719, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 42 }, "end": { - "line": 1208, + "line": 1250, "column": 42 } }, @@ -353240,15 +353512,15 @@ }, { "type": "TemplateElement", - "start": 55334, - "end": 55334, + "start": 57724, + "end": 57724, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 47 }, "end": { - "line": 1208, + "line": 1250, "column": 47 } }, @@ -353260,15 +353532,15 @@ }, { "type": "TemplateElement", - "start": 55341, - "end": 55341, + "start": 57731, + "end": 57731, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 54 }, "end": { - "line": 1208, + "line": 1250, "column": 54 } }, @@ -353280,15 +353552,15 @@ }, { "type": "TemplateElement", - "start": 55346, - "end": 55347, + "start": 57736, + "end": 57737, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 59 }, "end": { - "line": 1208, + "line": 1250, "column": 60 } }, @@ -353300,15 +353572,15 @@ }, { "type": "TemplateElement", - "start": 55353, - "end": 55353, + "start": 57743, + "end": 57743, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 66 }, "end": { - "line": 1208, + "line": 1250, "column": 66 } }, @@ -353323,15 +353595,15 @@ }, { "type": "ObjectProperty", - "start": 55372, - "end": 55416, + "start": 57762, + "end": 57806, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 16 }, "end": { - "line": 1209, + "line": 1251, "column": 60 } }, @@ -353340,15 +353612,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55372, - "end": 55375, + "start": 57762, + "end": 57765, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 16 }, "end": { - "line": 1209, + "line": 1251, "column": 19 }, "identifierName": "day" @@ -353357,30 +353629,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55385, - "end": 55416, + "start": 57775, + "end": 57806, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 29 }, "end": { - "line": 1209, + "line": 1251, "column": 60 } }, "expressions": [ { "type": "Identifier", - "start": 55388, - "end": 55390, + "start": 57778, + "end": 57780, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 32 }, "end": { - "line": 1209, + "line": 1251, "column": 34 }, "identifierName": "_y" @@ -353389,15 +353661,15 @@ }, { "type": "Identifier", - "start": 55393, - "end": 55397, + "start": 57783, + "end": 57787, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 37 }, "end": { - "line": 1209, + "line": 1251, "column": 41 }, "identifierName": "_sep" @@ -353406,15 +353678,15 @@ }, { "type": "Identifier", - "start": 55400, - "end": 55402, + "start": 57790, + "end": 57792, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 44 }, "end": { - "line": 1209, + "line": 1251, "column": 46 }, "identifierName": "_m" @@ -353423,15 +353695,15 @@ }, { "type": "Identifier", - "start": 55405, - "end": 55409, + "start": 57795, + "end": 57799, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 49 }, "end": { - "line": 1209, + "line": 1251, "column": 53 }, "identifierName": "_sep" @@ -353440,15 +353712,15 @@ }, { "type": "Identifier", - "start": 55412, - "end": 55414, + "start": 57802, + "end": 57804, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 56 }, "end": { - "line": 1209, + "line": 1251, "column": 58 }, "identifierName": "_d" @@ -353459,15 +353731,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55386, - "end": 55386, + "start": 57776, + "end": 57776, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 30 }, "end": { - "line": 1209, + "line": 1251, "column": 30 } }, @@ -353479,15 +353751,15 @@ }, { "type": "TemplateElement", - "start": 55391, - "end": 55391, + "start": 57781, + "end": 57781, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 35 }, "end": { - "line": 1209, + "line": 1251, "column": 35 } }, @@ -353499,15 +353771,15 @@ }, { "type": "TemplateElement", - "start": 55398, - "end": 55398, + "start": 57788, + "end": 57788, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 42 }, "end": { - "line": 1209, + "line": 1251, "column": 42 } }, @@ -353519,15 +353791,15 @@ }, { "type": "TemplateElement", - "start": 55403, - "end": 55403, + "start": 57793, + "end": 57793, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 47 }, "end": { - "line": 1209, + "line": 1251, "column": 47 } }, @@ -353539,15 +353811,15 @@ }, { "type": "TemplateElement", - "start": 55410, - "end": 55410, + "start": 57800, + "end": 57800, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 54 }, "end": { - "line": 1209, + "line": 1251, "column": 54 } }, @@ -353559,15 +353831,15 @@ }, { "type": "TemplateElement", - "start": 55415, - "end": 55415, + "start": 57805, + "end": 57805, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 59 }, "end": { - "line": 1209, + "line": 1251, "column": 59 } }, @@ -353582,15 +353854,15 @@ }, { "type": "ObjectProperty", - "start": 55434, - "end": 55484, + "start": 57824, + "end": 57874, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 16 }, "end": { - "line": 1210, + "line": 1252, "column": 66 } }, @@ -353599,15 +353871,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55434, - "end": 55438, + "start": 57824, + "end": 57828, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 16 }, "end": { - "line": 1210, + "line": 1252, "column": 20 }, "identifierName": "hour" @@ -353616,30 +353888,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55447, - "end": 55484, + "start": 57837, + "end": 57874, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 29 }, "end": { - "line": 1210, + "line": 1252, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 55450, - "end": 55452, + "start": 57840, + "end": 57842, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 32 }, "end": { - "line": 1210, + "line": 1252, "column": 34 }, "identifierName": "_y" @@ -353648,15 +353920,15 @@ }, { "type": "Identifier", - "start": 55455, - "end": 55459, + "start": 57845, + "end": 57849, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 37 }, "end": { - "line": 1210, + "line": 1252, "column": 41 }, "identifierName": "_sep" @@ -353665,15 +353937,15 @@ }, { "type": "Identifier", - "start": 55462, - "end": 55464, + "start": 57852, + "end": 57854, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 44 }, "end": { - "line": 1210, + "line": 1252, "column": 46 }, "identifierName": "_m" @@ -353682,15 +353954,15 @@ }, { "type": "Identifier", - "start": 55467, - "end": 55471, + "start": 57857, + "end": 57861, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 49 }, "end": { - "line": 1210, + "line": 1252, "column": 53 }, "identifierName": "_sep" @@ -353699,15 +353971,15 @@ }, { "type": "Identifier", - "start": 55474, - "end": 55476, + "start": 57864, + "end": 57866, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 56 }, "end": { - "line": 1210, + "line": 1252, "column": 58 }, "identifierName": "_d" @@ -353716,15 +353988,15 @@ }, { "type": "Identifier", - "start": 55480, - "end": 55482, + "start": 57870, + "end": 57872, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 62 }, "end": { - "line": 1210, + "line": 1252, "column": 64 }, "identifierName": "_h" @@ -353735,15 +354007,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55448, - "end": 55448, + "start": 57838, + "end": 57838, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 30 }, "end": { - "line": 1210, + "line": 1252, "column": 30 } }, @@ -353755,15 +354027,15 @@ }, { "type": "TemplateElement", - "start": 55453, - "end": 55453, + "start": 57843, + "end": 57843, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 35 }, "end": { - "line": 1210, + "line": 1252, "column": 35 } }, @@ -353775,15 +354047,15 @@ }, { "type": "TemplateElement", - "start": 55460, - "end": 55460, + "start": 57850, + "end": 57850, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 42 }, "end": { - "line": 1210, + "line": 1252, "column": 42 } }, @@ -353795,15 +354067,15 @@ }, { "type": "TemplateElement", - "start": 55465, - "end": 55465, + "start": 57855, + "end": 57855, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 47 }, "end": { - "line": 1210, + "line": 1252, "column": 47 } }, @@ -353815,15 +354087,15 @@ }, { "type": "TemplateElement", - "start": 55472, - "end": 55472, + "start": 57862, + "end": 57862, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 54 }, "end": { - "line": 1210, + "line": 1252, "column": 54 } }, @@ -353835,15 +354107,15 @@ }, { "type": "TemplateElement", - "start": 55477, - "end": 55478, + "start": 57867, + "end": 57868, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 59 }, "end": { - "line": 1210, + "line": 1252, "column": 60 } }, @@ -353855,15 +354127,15 @@ }, { "type": "TemplateElement", - "start": 55483, - "end": 55483, + "start": 57873, + "end": 57873, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 65 }, "end": { - "line": 1210, + "line": 1252, "column": 65 } }, @@ -353878,15 +354150,15 @@ }, { "type": "ObjectProperty", - "start": 55502, - "end": 55560, + "start": 57892, + "end": 57950, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 16 }, "end": { - "line": 1211, + "line": 1253, "column": 74 } }, @@ -353895,15 +354167,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55502, - "end": 55508, + "start": 57892, + "end": 57898, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 16 }, "end": { - "line": 1211, + "line": 1253, "column": 22 }, "identifierName": "minute" @@ -353912,30 +354184,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55515, - "end": 55560, + "start": 57905, + "end": 57950, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 29 }, "end": { - "line": 1211, + "line": 1253, "column": 74 } }, "expressions": [ { "type": "Identifier", - "start": 55518, - "end": 55520, + "start": 57908, + "end": 57910, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 32 }, "end": { - "line": 1211, + "line": 1253, "column": 34 }, "identifierName": "_y" @@ -353944,15 +354216,15 @@ }, { "type": "Identifier", - "start": 55523, - "end": 55527, + "start": 57913, + "end": 57917, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 37 }, "end": { - "line": 1211, + "line": 1253, "column": 41 }, "identifierName": "_sep" @@ -353961,15 +354233,15 @@ }, { "type": "Identifier", - "start": 55530, - "end": 55532, + "start": 57920, + "end": 57922, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 44 }, "end": { - "line": 1211, + "line": 1253, "column": 46 }, "identifierName": "_m" @@ -353978,15 +354250,15 @@ }, { "type": "Identifier", - "start": 55535, - "end": 55539, + "start": 57925, + "end": 57929, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 49 }, "end": { - "line": 1211, + "line": 1253, "column": 53 }, "identifierName": "_sep" @@ -353995,15 +354267,15 @@ }, { "type": "Identifier", - "start": 55542, - "end": 55544, + "start": 57932, + "end": 57934, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 56 }, "end": { - "line": 1211, + "line": 1253, "column": 58 }, "identifierName": "_d" @@ -354012,15 +354284,15 @@ }, { "type": "Identifier", - "start": 55548, - "end": 55550, + "start": 57938, + "end": 57940, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 62 }, "end": { - "line": 1211, + "line": 1253, "column": 64 }, "identifierName": "_h" @@ -354029,15 +354301,15 @@ }, { "type": "Identifier", - "start": 55554, - "end": 55558, + "start": 57944, + "end": 57948, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 68 }, "end": { - "line": 1211, + "line": 1253, "column": 72 }, "identifierName": "_min" @@ -354048,15 +354320,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55516, - "end": 55516, + "start": 57906, + "end": 57906, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 30 }, "end": { - "line": 1211, + "line": 1253, "column": 30 } }, @@ -354068,15 +354340,15 @@ }, { "type": "TemplateElement", - "start": 55521, - "end": 55521, + "start": 57911, + "end": 57911, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 35 }, "end": { - "line": 1211, + "line": 1253, "column": 35 } }, @@ -354088,15 +354360,15 @@ }, { "type": "TemplateElement", - "start": 55528, - "end": 55528, + "start": 57918, + "end": 57918, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 42 }, "end": { - "line": 1211, + "line": 1253, "column": 42 } }, @@ -354108,15 +354380,15 @@ }, { "type": "TemplateElement", - "start": 55533, - "end": 55533, + "start": 57923, + "end": 57923, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 47 }, "end": { - "line": 1211, + "line": 1253, "column": 47 } }, @@ -354128,15 +354400,15 @@ }, { "type": "TemplateElement", - "start": 55540, - "end": 55540, + "start": 57930, + "end": 57930, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 54 }, "end": { - "line": 1211, + "line": 1253, "column": 54 } }, @@ -354148,15 +354420,15 @@ }, { "type": "TemplateElement", - "start": 55545, - "end": 55546, + "start": 57935, + "end": 57936, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 59 }, "end": { - "line": 1211, + "line": 1253, "column": 60 } }, @@ -354168,15 +354440,15 @@ }, { "type": "TemplateElement", - "start": 55551, - "end": 55552, + "start": 57941, + "end": 57942, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 65 }, "end": { - "line": 1211, + "line": 1253, "column": 66 } }, @@ -354188,15 +354460,15 @@ }, { "type": "TemplateElement", - "start": 55559, - "end": 55559, + "start": 57949, + "end": 57949, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 73 }, "end": { - "line": 1211, + "line": 1253, "column": 73 } }, @@ -354211,15 +354483,15 @@ }, { "type": "ObjectProperty", - "start": 55578, - "end": 55642, + "start": 57968, + "end": 58032, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 16 }, "end": { - "line": 1212, + "line": 1254, "column": 80 } }, @@ -354228,15 +354500,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55578, - "end": 55584, + "start": 57968, + "end": 57974, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 16 }, "end": { - "line": 1212, + "line": 1254, "column": 22 }, "identifierName": "second" @@ -354245,30 +354517,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 55591, - "end": 55642, + "start": 57981, + "end": 58032, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 29 }, "end": { - "line": 1212, + "line": 1254, "column": 80 } }, "expressions": [ { "type": "Identifier", - "start": 55594, - "end": 55596, + "start": 57984, + "end": 57986, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 32 }, "end": { - "line": 1212, + "line": 1254, "column": 34 }, "identifierName": "_y" @@ -354277,15 +354549,15 @@ }, { "type": "Identifier", - "start": 55599, - "end": 55603, + "start": 57989, + "end": 57993, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 37 }, "end": { - "line": 1212, + "line": 1254, "column": 41 }, "identifierName": "_sep" @@ -354294,15 +354566,15 @@ }, { "type": "Identifier", - "start": 55606, - "end": 55608, + "start": 57996, + "end": 57998, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 44 }, "end": { - "line": 1212, + "line": 1254, "column": 46 }, "identifierName": "_m" @@ -354311,15 +354583,15 @@ }, { "type": "Identifier", - "start": 55611, - "end": 55615, + "start": 58001, + "end": 58005, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 49 }, "end": { - "line": 1212, + "line": 1254, "column": 53 }, "identifierName": "_sep" @@ -354328,15 +354600,15 @@ }, { "type": "Identifier", - "start": 55618, - "end": 55620, + "start": 58008, + "end": 58010, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 56 }, "end": { - "line": 1212, + "line": 1254, "column": 58 }, "identifierName": "_d" @@ -354345,15 +354617,15 @@ }, { "type": "Identifier", - "start": 55624, - "end": 55626, + "start": 58014, + "end": 58016, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 62 }, "end": { - "line": 1212, + "line": 1254, "column": 64 }, "identifierName": "_h" @@ -354362,15 +354634,15 @@ }, { "type": "Identifier", - "start": 55630, - "end": 55634, + "start": 58020, + "end": 58024, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 68 }, "end": { - "line": 1212, + "line": 1254, "column": 72 }, "identifierName": "_min" @@ -354379,15 +354651,15 @@ }, { "type": "Identifier", - "start": 55638, - "end": 55640, + "start": 58028, + "end": 58030, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 76 }, "end": { - "line": 1212, + "line": 1254, "column": 78 }, "identifierName": "_s" @@ -354398,15 +354670,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 55592, - "end": 55592, + "start": 57982, + "end": 57982, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 30 }, "end": { - "line": 1212, + "line": 1254, "column": 30 } }, @@ -354418,15 +354690,15 @@ }, { "type": "TemplateElement", - "start": 55597, - "end": 55597, + "start": 57987, + "end": 57987, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 35 }, "end": { - "line": 1212, + "line": 1254, "column": 35 } }, @@ -354438,15 +354710,15 @@ }, { "type": "TemplateElement", - "start": 55604, - "end": 55604, + "start": 57994, + "end": 57994, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 42 }, "end": { - "line": 1212, + "line": 1254, "column": 42 } }, @@ -354458,15 +354730,15 @@ }, { "type": "TemplateElement", - "start": 55609, - "end": 55609, + "start": 57999, + "end": 57999, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 47 }, "end": { - "line": 1212, + "line": 1254, "column": 47 } }, @@ -354478,15 +354750,15 @@ }, { "type": "TemplateElement", - "start": 55616, - "end": 55616, + "start": 58006, + "end": 58006, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 54 }, "end": { - "line": 1212, + "line": 1254, "column": 54 } }, @@ -354498,15 +354770,15 @@ }, { "type": "TemplateElement", - "start": 55621, - "end": 55622, + "start": 58011, + "end": 58012, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 59 }, "end": { - "line": 1212, + "line": 1254, "column": 60 } }, @@ -354518,15 +354790,15 @@ }, { "type": "TemplateElement", - "start": 55627, - "end": 55628, + "start": 58017, + "end": 58018, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 65 }, "end": { - "line": 1212, + "line": 1254, "column": 66 } }, @@ -354538,15 +354810,15 @@ }, { "type": "TemplateElement", - "start": 55635, - "end": 55636, + "start": 58025, + "end": 58026, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 73 }, "end": { - "line": 1212, + "line": 1254, "column": 74 } }, @@ -354558,15 +354830,15 @@ }, { "type": "TemplateElement", - "start": 55641, - "end": 55641, + "start": 58031, + "end": 58031, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 79 }, "end": { - "line": 1212, + "line": 1254, "column": 79 } }, @@ -354581,15 +354853,15 @@ }, { "type": "ObjectProperty", - "start": 55660, - "end": 55688, + "start": 58050, + "end": 58078, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 16 }, "end": { - "line": 1213, + "line": 1255, "column": 44 } }, @@ -354598,15 +354870,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55660, - "end": 55668, + "start": 58050, + "end": 58058, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 16 }, "end": { - "line": 1213, + "line": 1255, "column": 24 }, "identifierName": "datetime" @@ -354615,43 +354887,43 @@ }, "value": { "type": "CallExpression", - "start": 55673, - "end": 55688, + "start": 58063, + "end": 58078, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 55673, - "end": 55686, + "start": 58063, + "end": 58076, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 42 } }, "object": { "type": "Identifier", - "start": 55673, - "end": 55677, + "start": 58063, + "end": 58067, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 33 }, "identifierName": "_tmp" @@ -354660,15 +354932,15 @@ }, "property": { "type": "Identifier", - "start": 55678, - "end": 55686, + "start": 58068, + "end": 58076, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 34 }, "end": { - "line": 1213, + "line": 1255, "column": 42 }, "identifierName": "toString" @@ -354689,15 +354961,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -354710,57 +354982,57 @@ }, { "type": "ExpressionStatement", - "start": 55722, - "end": 56010, + "start": 58112, + "end": 58400, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1223, + "line": 1265, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 55722, - "end": 56010, + "start": 58112, + "end": 58400, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1223, + "line": 1265, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 55722, - "end": 55737, + "start": 58112, + "end": 58127, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1216, + "line": 1258, "column": 23 } }, "object": { "type": "Identifier", - "start": 55722, - "end": 55729, + "start": 58112, + "end": 58119, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1216, + "line": 1258, "column": 15 }, "identifierName": "_scopes" @@ -354769,15 +355041,15 @@ }, "property": { "type": "Identifier", - "start": 55730, - "end": 55737, + "start": 58120, + "end": 58127, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 16 }, "end": { - "line": 1216, + "line": 1258, "column": 23 }, "identifierName": "forEach" @@ -354789,15 +355061,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55739, - "end": 56009, + "start": 58129, + "end": 58399, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 25 }, "end": { - "line": 1223, + "line": 1265, "column": 9 } }, @@ -354808,15 +355080,15 @@ "params": [ { "type": "Identifier", - "start": 55741, - "end": 55747, + "start": 58131, + "end": 58137, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 27 }, "end": { - "line": 1216, + "line": 1258, "column": 33 }, "identifierName": "_scope" @@ -354826,44 +355098,44 @@ ], "body": { "type": "BlockStatement", - "start": 55753, - "end": 56009, + "start": 58143, + "end": 58399, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 39 }, "end": { - "line": 1223, + "line": 1265, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55811, - "end": 55999, + "start": 58201, + "end": 58389, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 12 }, "end": { - "line": 1222, + "line": 1264, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 55816, - "end": 55852, + "start": 58206, + "end": 58242, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 17 }, "end": { - "line": 1218, + "line": 1260, "column": 53 } }, @@ -354871,29 +355143,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 55818, - "end": 55852, + "start": 58208, + "end": 58242, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 19 }, "end": { - "line": 1218, + "line": 1260, "column": 53 } }, "object": { "type": "Identifier", - "start": 55818, - "end": 55830, + "start": 58208, + "end": 58220, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 19 }, "end": { - "line": 1218, + "line": 1260, "column": 31 }, "identifierName": "_scale_grids" @@ -354903,29 +355175,29 @@ }, "property": { "type": "MemberExpression", - "start": 55831, - "end": 55851, + "start": 58221, + "end": 58241, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 32 }, "end": { - "line": 1218, + "line": 1260, "column": 52 } }, "object": { "type": "Identifier", - "start": 55831, - "end": 55837, + "start": 58221, + "end": 58227, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 32 }, "end": { - "line": 1218, + "line": 1260, "column": 38 }, "identifierName": "_scope" @@ -354934,15 +355206,15 @@ }, "property": { "type": "Identifier", - "start": 55838, - "end": 55850, + "start": 58228, + "end": 58240, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 39 }, "end": { - "line": 1218, + "line": 1260, "column": 51 }, "identifierName": "target_scale" @@ -354961,73 +355233,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 55855, - "end": 55925, + "start": 58245, + "end": 58315, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 56 }, "end": { - "line": 1220, + "line": 1262, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55873, - "end": 55911, + "start": 58263, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 55873, - "end": 55911, + "start": 58263, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55873, - "end": 55907, + "start": 58263, + "end": 58297, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 50 } }, "object": { "type": "Identifier", - "start": 55873, - "end": 55885, + "start": 58263, + "end": 58275, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 28 }, "identifierName": "_scale_grids" @@ -355036,29 +355308,29 @@ }, "property": { "type": "MemberExpression", - "start": 55886, - "end": 55906, + "start": 58276, + "end": 58296, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 29 }, "end": { - "line": 1219, + "line": 1261, "column": 49 } }, "object": { "type": "Identifier", - "start": 55886, - "end": 55892, + "start": 58276, + "end": 58282, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 29 }, "end": { - "line": 1219, + "line": 1261, "column": 35 }, "identifierName": "_scope" @@ -355067,15 +355339,15 @@ }, "property": { "type": "Identifier", - "start": 55893, - "end": 55905, + "start": 58283, + "end": 58295, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 36 }, "end": { - "line": 1219, + "line": 1261, "column": 48 }, "identifierName": "target_scale" @@ -355088,15 +355360,15 @@ }, "right": { "type": "NumericLiteral", - "start": 55910, - "end": 55911, + "start": 58300, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 53 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } }, @@ -355113,44 +355385,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 55931, - "end": 55999, + "start": 58321, + "end": 58389, "loc": { "start": { - "line": 1220, + "line": 1262, "column": 19 }, "end": { - "line": 1222, + "line": 1264, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55949, - "end": 55985, + "start": 58339, + "end": 58375, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 52 } }, "expression": { "type": "UpdateExpression", - "start": 55949, - "end": 55985, + "start": 58339, + "end": 58375, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 52 } }, @@ -355158,29 +355430,29 @@ "prefix": false, "argument": { "type": "MemberExpression", - "start": 55949, - "end": 55983, + "start": 58339, + "end": 58373, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 50 } }, "object": { "type": "Identifier", - "start": 55949, - "end": 55961, + "start": 58339, + "end": 58351, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 28 }, "identifierName": "_scale_grids" @@ -355189,29 +355461,29 @@ }, "property": { "type": "MemberExpression", - "start": 55962, - "end": 55982, + "start": 58352, + "end": 58372, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 29 }, "end": { - "line": 1221, + "line": 1263, "column": 49 } }, "object": { "type": "Identifier", - "start": 55962, - "end": 55968, + "start": 58352, + "end": 58358, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 29 }, "end": { - "line": 1221, + "line": 1263, "column": 35 }, "identifierName": "_scope" @@ -355220,15 +355492,15 @@ }, "property": { "type": "Identifier", - "start": 55969, - "end": 55981, + "start": 58359, + "end": 58371, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 36 }, "end": { - "line": 1221, + "line": 1263, "column": 48 }, "identifierName": "target_scale" @@ -355248,15 +355520,15 @@ { "type": "CommentLine", "value": "console.log( _scope[target_scale], idx );", - "start": 55755, - "end": 55798, + "start": 58145, + "end": 58188, "loc": { "start": { - "line": 1217, + "line": 1259, "column": 0 }, "end": { - "line": 1217, + "line": 1259, "column": 43 } } @@ -355274,15 +355546,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -355291,57 +355563,57 @@ }, { "type": "ReturnStatement", - "start": 56095, - "end": 56139, + "start": 58485, + "end": 58529, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 8 }, "end": { - "line": 1226, + "line": 1268, "column": 52 } }, "argument": { "type": "CallExpression", - "start": 56102, - "end": 56139, + "start": 58492, + "end": 58529, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 56102, - "end": 56123, + "start": 58492, + "end": 58513, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 56102, - "end": 56106, + "start": 58492, + "end": 58496, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 19 } }, @@ -355349,15 +355621,15 @@ }, "property": { "type": "Identifier", - "start": 56107, - "end": 56123, + "start": 58497, + "end": 58513, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 20 }, "end": { - "line": 1226, + "line": 1268, "column": 36 }, "identifierName": "toIterableObject" @@ -355370,15 +355642,15 @@ "arguments": [ { "type": "Identifier", - "start": 56125, - "end": 56137, + "start": 58515, + "end": 58527, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 38 }, "end": { - "line": 1226, + "line": 1268, "column": 50 }, "identifierName": "_scale_grids" @@ -355392,15 +355664,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -355415,15 +355687,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -355433,15 +355705,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -355450,15 +355722,15 @@ }, { "type": "ClassMethod", - "start": 56397, - "end": 58611, + "start": 58787, + "end": 61001, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 4 }, "end": { - "line": 1269, + "line": 1311, "column": 5 } }, @@ -355466,15 +355738,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56397, - "end": 56416, + "start": 58787, + "end": 58806, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 4 }, "end": { - "line": 1237, + "line": 1279, "column": 23 }, "identifierName": "_createRulerContent" @@ -355490,15 +355762,15 @@ "params": [ { "type": "Identifier", - "start": 56418, - "end": 56429, + "start": 58808, + "end": 58819, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 25 }, "end": { - "line": 1237, + "line": 1279, "column": 36 }, "identifierName": "_line_grids" @@ -355507,15 +355779,15 @@ }, { "type": "Identifier", - "start": 56431, - "end": 56441, + "start": 58821, + "end": 58831, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 38 }, "end": { - "line": 1237, + "line": 1279, "column": 48 }, "identifierName": "line_scale" @@ -355524,15 +355796,15 @@ }, { "type": "Identifier", - "start": 56443, - "end": 56448, + "start": 58833, + "end": 58838, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 50 }, "end": { - "line": 1237, + "line": 1279, "column": 55 }, "identifierName": "ruler" @@ -355542,59 +355814,59 @@ ], "body": { "type": "BlockStatement", - "start": 56451, - "end": 58611, + "start": 58841, + "end": 61001, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 58 }, "end": { - "line": 1269, + "line": 1311, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56461, - "end": 57148, + "start": 58851, + "end": 59538, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 8 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56465, - "end": 56492, + "start": 58855, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 12 }, "end": { - "line": 1238, + "line": 1280, "column": 39 } }, "id": { "type": "Identifier", - "start": 56465, - "end": 56470, + "start": 58855, + "end": 58860, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 12 }, "end": { - "line": 1238, + "line": 1280, "column": 17 }, "identifierName": "_opts" @@ -355603,44 +355875,44 @@ }, "init": { "type": "MemberExpression", - "start": 56480, - "end": 56492, + "start": 58870, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 27 }, "end": { - "line": 1238, + "line": 1280, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 56480, - "end": 56484, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 27 }, "end": { - "line": 1238, + "line": 1280, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56485, - "end": 56492, + "start": 58875, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 32 }, "end": { - "line": 1238, + "line": 1280, "column": 39 }, "identifierName": "_config" @@ -355652,29 +355924,29 @@ }, { "type": "VariableDeclarator", - "start": 56506, - "end": 56540, + "start": 58896, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 12 }, "end": { - "line": 1239, + "line": 1281, "column": 46 } }, "id": { "type": "Identifier", - "start": 56506, - "end": 56512, + "start": 58896, + "end": 58902, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 12 }, "end": { - "line": 1239, + "line": 1281, "column": 18 }, "identifierName": "_props" @@ -355683,44 +355955,44 @@ }, "init": { "type": "MemberExpression", - "start": 56521, - "end": 56540, + "start": 58911, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 27 }, "end": { - "line": 1239, + "line": 1281, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 56521, - "end": 56525, + "start": 58911, + "end": 58915, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 27 }, "end": { - "line": 1239, + "line": 1281, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56526, - "end": 56540, + "start": 58916, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 32 }, "end": { - "line": 1239, + "line": 1281, "column": 46 }, "identifierName": "_instanceProps" @@ -355732,29 +356004,29 @@ }, { "type": "VariableDeclarator", - "start": 56554, - "end": 56626, + "start": 58944, + "end": 59016, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 12 }, "end": { - "line": 1240, + "line": 1282, "column": 84 } }, "id": { "type": "Identifier", - "start": 56554, - "end": 56565, + "start": 58944, + "end": 58955, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 12 }, "end": { - "line": 1240, + "line": 1282, "column": 23 }, "identifierName": "line_height" @@ -355763,58 +356035,58 @@ }, "init": { "type": "CallExpression", - "start": 56569, - "end": 56626, + "start": 58959, + "end": 59016, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 56569, - "end": 56584, + "start": 58959, + "end": 58974, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56569, - "end": 56573, + "start": 58959, + "end": 58963, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56574, - "end": 56584, + "start": 58964, + "end": 58974, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 32 }, "end": { - "line": 1240, + "line": 1282, "column": 42 }, "identifierName": "supplement" @@ -355826,57 +356098,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56586, - "end": 56610, + "start": 58976, + "end": 59000, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56586, - "end": 56603, + "start": 58976, + "end": 58993, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56586, - "end": 56599, + "start": 58976, + "end": 58989, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 57 } }, "object": { "type": "Identifier", - "start": 56586, - "end": 56593, + "start": 58976, + "end": 58983, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 51 }, "identifierName": "Default" @@ -355885,15 +356157,15 @@ }, "property": { "type": "Identifier", - "start": 56594, - "end": 56599, + "start": 58984, + "end": 58989, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 52 }, "end": { - "line": 1240, + "line": 1282, "column": 57 }, "identifierName": "ruler" @@ -355904,15 +356176,15 @@ }, "property": { "type": "Identifier", - "start": 56600, - "end": 56603, + "start": 58990, + "end": 58993, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 58 }, "end": { - "line": 1240, + "line": 1282, "column": 61 }, "identifierName": "top" @@ -355923,15 +356195,15 @@ }, "property": { "type": "Identifier", - "start": 56604, - "end": 56610, + "start": 58994, + "end": 59000, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 62 }, "end": { - "line": 1240, + "line": 1282, "column": 68 }, "identifierName": "height" @@ -355942,29 +356214,29 @@ }, { "type": "MemberExpression", - "start": 56612, - "end": 56624, + "start": 59002, + "end": 59014, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 70 }, "end": { - "line": 1240, + "line": 1282, "column": 82 } }, "object": { "type": "Identifier", - "start": 56612, - "end": 56617, + "start": 59002, + "end": 59007, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 70 }, "end": { - "line": 1240, + "line": 1282, "column": 75 }, "identifierName": "ruler" @@ -355973,15 +356245,15 @@ }, "property": { "type": "Identifier", - "start": 56618, - "end": 56624, + "start": 59008, + "end": 59014, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 76 }, "end": { - "line": 1240, + "line": 1282, "column": 82 }, "identifierName": "height" @@ -355995,29 +356267,29 @@ }, { "type": "VariableDeclarator", - "start": 56640, - "end": 56716, + "start": 59030, + "end": 59106, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 12 }, "end": { - "line": 1241, + "line": 1283, "column": 88 } }, "id": { "type": "Identifier", - "start": 56640, - "end": 56649, + "start": 59030, + "end": 59039, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 12 }, "end": { - "line": 1241, + "line": 1283, "column": 21 }, "identifierName": "font_size" @@ -356026,58 +356298,58 @@ }, "init": { "type": "CallExpression", - "start": 56655, - "end": 56716, + "start": 59045, + "end": 59106, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 56655, - "end": 56670, + "start": 59045, + "end": 59060, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56655, - "end": 56659, + "start": 59045, + "end": 59049, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56660, - "end": 56670, + "start": 59050, + "end": 59060, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 32 }, "end": { - "line": 1241, + "line": 1283, "column": 42 }, "identifierName": "supplement" @@ -356089,57 +356361,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56672, - "end": 56698, + "start": 59062, + "end": 59088, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 56672, - "end": 56689, + "start": 59062, + "end": 59079, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56672, - "end": 56685, + "start": 59062, + "end": 59075, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 57 } }, "object": { "type": "Identifier", - "start": 56672, - "end": 56679, + "start": 59062, + "end": 59069, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 51 }, "identifierName": "Default" @@ -356148,15 +356420,15 @@ }, "property": { "type": "Identifier", - "start": 56680, - "end": 56685, + "start": 59070, + "end": 59075, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 52 }, "end": { - "line": 1241, + "line": 1283, "column": 57 }, "identifierName": "ruler" @@ -356167,15 +356439,15 @@ }, "property": { "type": "Identifier", - "start": 56686, - "end": 56689, + "start": 59076, + "end": 59079, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 58 }, "end": { - "line": 1241, + "line": 1283, "column": 61 }, "identifierName": "top" @@ -356186,15 +356458,15 @@ }, "property": { "type": "Identifier", - "start": 56690, - "end": 56698, + "start": 59080, + "end": 59088, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 62 }, "end": { - "line": 1241, + "line": 1283, "column": 70 }, "identifierName": "fontSize" @@ -356205,29 +356477,29 @@ }, { "type": "MemberExpression", - "start": 56700, - "end": 56714, + "start": 59090, + "end": 59104, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 72 }, "end": { - "line": 1241, + "line": 1283, "column": 86 } }, "object": { "type": "Identifier", - "start": 56700, - "end": 56705, + "start": 59090, + "end": 59095, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 72 }, "end": { - "line": 1241, + "line": 1283, "column": 77 }, "identifierName": "ruler" @@ -356236,15 +356508,15 @@ }, "property": { "type": "Identifier", - "start": 56706, - "end": 56714, + "start": 59096, + "end": 59104, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 78 }, "end": { - "line": 1241, + "line": 1283, "column": 86 }, "identifierName": "fontSize" @@ -356258,29 +356530,29 @@ }, { "type": "VariableDeclarator", - "start": 56730, - "end": 56800, + "start": 59120, + "end": 59190, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 12 }, "end": { - "line": 1242, + "line": 1284, "column": 82 } }, "id": { "type": "Identifier", - "start": 56730, - "end": 56740, + "start": 59120, + "end": 59130, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 12 }, "end": { - "line": 1242, + "line": 1284, "column": 22 }, "identifierName": "text_color" @@ -356289,58 +356561,58 @@ }, "init": { "type": "CallExpression", - "start": 56745, - "end": 56800, + "start": 59135, + "end": 59190, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 56745, - "end": 56760, + "start": 59135, + "end": 59150, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56745, - "end": 56749, + "start": 59135, + "end": 59139, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56750, - "end": 56760, + "start": 59140, + "end": 59150, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 32 }, "end": { - "line": 1242, + "line": 1284, "column": 42 }, "identifierName": "supplement" @@ -356352,57 +356624,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56762, - "end": 56785, + "start": 59152, + "end": 59175, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 56762, - "end": 56779, + "start": 59152, + "end": 59169, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56762, - "end": 56775, + "start": 59152, + "end": 59165, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 57 } }, "object": { "type": "Identifier", - "start": 56762, - "end": 56769, + "start": 59152, + "end": 59159, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 51 }, "identifierName": "Default" @@ -356411,15 +356683,15 @@ }, "property": { "type": "Identifier", - "start": 56770, - "end": 56775, + "start": 59160, + "end": 59165, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 52 }, "end": { - "line": 1242, + "line": 1284, "column": 57 }, "identifierName": "ruler" @@ -356430,15 +356702,15 @@ }, "property": { "type": "Identifier", - "start": 56776, - "end": 56779, + "start": 59166, + "end": 59169, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 58 }, "end": { - "line": 1242, + "line": 1284, "column": 61 }, "identifierName": "top" @@ -356449,15 +356721,15 @@ }, "property": { "type": "Identifier", - "start": 56780, - "end": 56785, + "start": 59170, + "end": 59175, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 62 }, "end": { - "line": 1242, + "line": 1284, "column": 67 }, "identifierName": "color" @@ -356468,29 +356740,29 @@ }, { "type": "MemberExpression", - "start": 56787, - "end": 56798, + "start": 59177, + "end": 59188, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 69 }, "end": { - "line": 1242, + "line": 1284, "column": 80 } }, "object": { "type": "Identifier", - "start": 56787, - "end": 56792, + "start": 59177, + "end": 59182, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 69 }, "end": { - "line": 1242, + "line": 1284, "column": 74 }, "identifierName": "ruler" @@ -356499,15 +356771,15 @@ }, "property": { "type": "Identifier", - "start": 56793, - "end": 56798, + "start": 59183, + "end": 59188, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 75 }, "end": { - "line": 1242, + "line": 1284, "column": 80 }, "identifierName": "color" @@ -356521,29 +356793,29 @@ }, { "type": "VariableDeclarator", - "start": 56814, - "end": 56907, + "start": 59204, + "end": 59297, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 12 }, "end": { - "line": 1243, + "line": 1285, "column": 105 } }, "id": { "type": "Identifier", - "start": 56814, - "end": 56820, + "start": 59204, + "end": 59210, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 12 }, "end": { - "line": 1243, + "line": 1285, "column": 18 }, "identifierName": "locale" @@ -356552,58 +356824,58 @@ }, "init": { "type": "CallExpression", - "start": 56829, - "end": 56907, + "start": 59219, + "end": 59297, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 56829, - "end": 56844, + "start": 59219, + "end": 59234, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56829, - "end": 56833, + "start": 59219, + "end": 59223, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56834, - "end": 56844, + "start": 59224, + "end": 59234, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 32 }, "end": { - "line": 1243, + "line": 1285, "column": 42 }, "identifierName": "supplement" @@ -356615,57 +356887,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56846, - "end": 56870, + "start": 59236, + "end": 59260, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56846, - "end": 56863, + "start": 59236, + "end": 59253, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56846, - "end": 56859, + "start": 59236, + "end": 59249, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 57 } }, "object": { "type": "Identifier", - "start": 56846, - "end": 56853, + "start": 59236, + "end": 59243, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 51 }, "identifierName": "Default" @@ -356674,15 +356946,15 @@ }, "property": { "type": "Identifier", - "start": 56854, - "end": 56859, + "start": 59244, + "end": 59249, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 52 }, "end": { - "line": 1243, + "line": 1285, "column": 57 }, "identifierName": "ruler" @@ -356693,15 +356965,15 @@ }, "property": { "type": "Identifier", - "start": 56860, - "end": 56863, + "start": 59250, + "end": 59253, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 58 }, "end": { - "line": 1243, + "line": 1285, "column": 61 }, "identifierName": "top" @@ -356712,15 +356984,15 @@ }, "property": { "type": "Identifier", - "start": 56864, - "end": 56870, + "start": 59254, + "end": 59260, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 62 }, "end": { - "line": 1243, + "line": 1285, "column": 68 }, "identifierName": "locale" @@ -356731,29 +357003,29 @@ }, { "type": "MemberExpression", - "start": 56872, - "end": 56884, + "start": 59262, + "end": 59274, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 70 }, "end": { - "line": 1243, + "line": 1285, "column": 82 } }, "object": { "type": "Identifier", - "start": 56872, - "end": 56877, + "start": 59262, + "end": 59267, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 70 }, "end": { - "line": 1243, + "line": 1285, "column": 75 }, "identifierName": "ruler" @@ -356762,15 +357034,15 @@ }, "property": { "type": "Identifier", - "start": 56878, - "end": 56884, + "start": 59268, + "end": 59274, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 76 }, "end": { - "line": 1243, + "line": 1285, "column": 82 }, "identifierName": "locale" @@ -356781,44 +357053,44 @@ }, { "type": "MemberExpression", - "start": 56886, - "end": 56905, + "start": 59276, + "end": 59295, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 84 }, "end": { - "line": 1243, + "line": 1285, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 56886, - "end": 56890, + "start": 59276, + "end": 59280, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 84 }, "end": { - "line": 1243, + "line": 1285, "column": 88 } } }, "property": { "type": "Identifier", - "start": 56891, - "end": 56905, + "start": 59281, + "end": 59295, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 89 }, "end": { - "line": 1243, + "line": 1285, "column": 103 }, "identifierName": "validateString" @@ -356832,29 +357104,29 @@ }, { "type": "VariableDeclarator", - "start": 56921, - "end": 57014, + "start": 59311, + "end": 59404, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 12 }, "end": { - "line": 1244, + "line": 1286, "column": 105 } }, "id": { "type": "Identifier", - "start": 56921, - "end": 56927, + "start": 59311, + "end": 59317, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 12 }, "end": { - "line": 1244, + "line": 1286, "column": 18 }, "identifierName": "format" @@ -356863,58 +357135,58 @@ }, "init": { "type": "CallExpression", - "start": 56936, - "end": 57014, + "start": 59326, + "end": 59404, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 56936, - "end": 56951, + "start": 59326, + "end": 59341, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 56936, - "end": 56940, + "start": 59326, + "end": 59330, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56941, - "end": 56951, + "start": 59331, + "end": 59341, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 32 }, "end": { - "line": 1244, + "line": 1286, "column": 42 }, "identifierName": "supplement" @@ -356926,57 +357198,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 56953, - "end": 56977, + "start": 59343, + "end": 59367, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 56953, - "end": 56970, + "start": 59343, + "end": 59360, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 56953, - "end": 56966, + "start": 59343, + "end": 59356, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 57 } }, "object": { "type": "Identifier", - "start": 56953, - "end": 56960, + "start": 59343, + "end": 59350, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 51 }, "identifierName": "Default" @@ -356985,15 +357257,15 @@ }, "property": { "type": "Identifier", - "start": 56961, - "end": 56966, + "start": 59351, + "end": 59356, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 52 }, "end": { - "line": 1244, + "line": 1286, "column": 57 }, "identifierName": "ruler" @@ -357004,15 +357276,15 @@ }, "property": { "type": "Identifier", - "start": 56967, - "end": 56970, + "start": 59357, + "end": 59360, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 58 }, "end": { - "line": 1244, + "line": 1286, "column": 61 }, "identifierName": "top" @@ -357023,15 +357295,15 @@ }, "property": { "type": "Identifier", - "start": 56971, - "end": 56977, + "start": 59361, + "end": 59367, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 62 }, "end": { - "line": 1244, + "line": 1286, "column": 68 }, "identifierName": "format" @@ -357042,29 +357314,29 @@ }, { "type": "MemberExpression", - "start": 56979, - "end": 56991, + "start": 59369, + "end": 59381, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 70 }, "end": { - "line": 1244, + "line": 1286, "column": 82 } }, "object": { "type": "Identifier", - "start": 56979, - "end": 56984, + "start": 59369, + "end": 59374, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 70 }, "end": { - "line": 1244, + "line": 1286, "column": 75 }, "identifierName": "ruler" @@ -357073,15 +357345,15 @@ }, "property": { "type": "Identifier", - "start": 56985, - "end": 56991, + "start": 59375, + "end": 59381, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 76 }, "end": { - "line": 1244, + "line": 1286, "column": 82 }, "identifierName": "format" @@ -357092,44 +357364,44 @@ }, { "type": "MemberExpression", - "start": 56993, - "end": 57012, + "start": 59383, + "end": 59402, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 84 }, "end": { - "line": 1244, + "line": 1286, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 56993, - "end": 56997, + "start": 59383, + "end": 59387, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 84 }, "end": { - "line": 1244, + "line": 1286, "column": 88 } } }, "property": { "type": "Identifier", - "start": 56998, - "end": 57012, + "start": 59388, + "end": 59402, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 89 }, "end": { - "line": 1244, + "line": 1286, "column": 103 }, "identifierName": "validateObject" @@ -357143,29 +357415,29 @@ }, { "type": "VariableDeclarator", - "start": 57028, - "end": 57148, + "start": 59418, + "end": 59538, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 12 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "id": { "type": "Identifier", - "start": 57028, - "end": 57040, + "start": 59418, + "end": 59430, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 12 }, "end": { - "line": 1245, + "line": 1287, "column": 24 }, "identifierName": "_ruler_lines" @@ -357174,29 +357446,29 @@ }, "init": { "type": "CallExpression", - "start": 57043, - "end": 57148, + "start": 59433, + "end": 59538, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 27 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } }, "callee": { "type": "Identifier", - "start": 57043, - "end": 57044, + "start": 59433, + "end": 59434, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 27 }, "end": { - "line": 1245, + "line": 1287, "column": 28 }, "identifierName": "$" @@ -357206,15 +357478,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57045, - "end": 57058, + "start": 59435, + "end": 59448, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 29 }, "end": { - "line": 1245, + "line": 1287, "column": 42 } }, @@ -357226,30 +357498,30 @@ }, { "type": "ObjectExpression", - "start": 57060, - "end": 57147, + "start": 59450, + "end": 59537, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 44 }, "end": { - "line": 1245, + "line": 1287, "column": 131 } }, "properties": [ { "type": "ObjectProperty", - "start": 57062, - "end": 57099, + "start": 59452, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 46 }, "end": { - "line": 1245, + "line": 1287, "column": 83 } }, @@ -357258,15 +357530,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57062, - "end": 57067, + "start": 59452, + "end": 59457, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 46 }, "end": { - "line": 1245, + "line": 1287, "column": 51 }, "identifierName": "class" @@ -357275,29 +357547,29 @@ }, "value": { "type": "MemberExpression", - "start": 57069, - "end": 57099, + "start": 59459, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 53 }, "end": { - "line": 1245, + "line": 1287, "column": 83 } }, "object": { "type": "Identifier", - "start": 57069, - "end": 57078, + "start": 59459, + "end": 59468, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 53 }, "end": { - "line": 1245, + "line": 1287, "column": 62 }, "identifierName": "ClassName" @@ -357306,15 +357578,15 @@ }, "property": { "type": "Identifier", - "start": 57079, - "end": 57099, + "start": 59469, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 63 }, "end": { - "line": 1245, + "line": 1287, "column": 83 }, "identifierName": "TIMELINE_RULER_LINES" @@ -357326,15 +357598,15 @@ }, { "type": "ObjectProperty", - "start": 57101, - "end": 57145, + "start": 59491, + "end": 59535, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 85 }, "end": { - "line": 1245, + "line": 1287, "column": 129 } }, @@ -357343,15 +357615,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57101, - "end": 57106, + "start": 59491, + "end": 59496, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 85 }, "end": { - "line": 1245, + "line": 1287, "column": 90 }, "identifierName": "style" @@ -357360,30 +357632,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 57108, - "end": 57145, + "start": 59498, + "end": 59535, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 92 }, "end": { - "line": 1245, + "line": 1287, "column": 129 } }, "expressions": [ { "type": "Identifier", - "start": 57129, - "end": 57140, + "start": 59519, + "end": 59530, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 113 }, "end": { - "line": 1245, + "line": 1287, "column": 124 }, "identifierName": "line_height" @@ -357394,15 +357666,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 57109, - "end": 57127, + "start": 59499, + "end": 59517, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 93 }, "end": { - "line": 1245, + "line": 1287, "column": 111 } }, @@ -357414,15 +357686,15 @@ }, { "type": "TemplateElement", - "start": 57141, - "end": 57144, + "start": 59531, + "end": 59534, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 125 }, "end": { - "line": 1245, + "line": 1287, "column": 128 } }, @@ -357445,58 +357717,58 @@ }, { "type": "ForOfStatement", - "start": 57166, - "end": 58568, + "start": 59556, + "end": 60958, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 8 }, "end": { - "line": 1266, + "line": 1308, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 57172, - "end": 57180, + "start": 59562, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 14 }, "end": { - "line": 1247, + "line": 1289, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57176, - "end": 57180, + "start": 59566, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 18 }, "end": { - "line": 1247, + "line": 1289, "column": 22 } }, "id": { "type": "Identifier", - "start": 57176, - "end": 57180, + "start": 59566, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 18 }, "end": { - "line": 1247, + "line": 1289, "column": 22 }, "identifierName": "_key" @@ -357510,43 +357782,43 @@ }, "right": { "type": "CallExpression", - "start": 57184, - "end": 57210, + "start": 59574, + "end": 59600, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 57184, - "end": 57195, + "start": 59574, + "end": 59585, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 37 } }, "object": { "type": "Identifier", - "start": 57184, - "end": 57190, + "start": 59574, + "end": 59580, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 32 }, "identifierName": "Object" @@ -357555,15 +357827,15 @@ }, "property": { "type": "Identifier", - "start": 57191, - "end": 57195, + "start": 59581, + "end": 59585, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 33 }, "end": { - "line": 1247, + "line": 1289, "column": 37 }, "identifierName": "keys" @@ -357575,15 +357847,15 @@ "arguments": [ { "type": "Identifier", - "start": 57197, - "end": 57208, + "start": 59587, + "end": 59598, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 39 }, "end": { - "line": 1247, + "line": 1289, "column": 50 }, "identifierName": "_line_grids" @@ -357594,59 +357866,59 @@ }, "body": { "type": "BlockStatement", - "start": 57213, - "end": 58568, + "start": 59603, + "end": 60958, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 55 }, "end": { - "line": 1266, + "line": 1308, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57227, - "end": 57707, + "start": 59617, + "end": 60097, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 12 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57231, - "end": 57348, + "start": 59621, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 16 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "id": { "type": "Identifier", - "start": 57231, - "end": 57242, + "start": 59621, + "end": 59632, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 16 }, "end": { - "line": 1248, + "line": 1290, "column": 27 }, "identifierName": "_item_width" @@ -357655,57 +357927,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 57250, - "end": 57348, + "start": 59640, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "test": { "type": "CallExpression", - "start": 57250, - "end": 57289, + "start": 59640, + "end": 59679, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 57250, - "end": 57274, + "start": 59640, + "end": 59664, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 59 } }, "object": { "type": "RegExpLiteral", - "start": 57250, - "end": 57269, + "start": 59640, + "end": 59659, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 54 } }, @@ -357717,15 +357989,15 @@ }, "property": { "type": "Identifier", - "start": 57270, - "end": 57274, + "start": 59660, + "end": 59664, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 55 }, "end": { - "line": 1248, + "line": 1290, "column": 59 }, "identifierName": "test" @@ -357737,29 +358009,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 57276, - "end": 57287, + "start": 59666, + "end": 59677, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 61 }, "end": { - "line": 1248, + "line": 1290, "column": 72 } }, "object": { "type": "Identifier", - "start": 57276, - "end": 57281, + "start": 59666, + "end": 59671, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 61 }, "end": { - "line": 1248, + "line": 1290, "column": 66 }, "identifierName": "_opts" @@ -357768,15 +358040,15 @@ }, "property": { "type": "Identifier", - "start": 57282, - "end": 57287, + "start": 59672, + "end": 59677, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 67 }, "end": { - "line": 1248, + "line": 1290, "column": 72 }, "identifierName": "scale" @@ -357789,29 +358061,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 57292, - "end": 57309, + "start": 59682, + "end": 59699, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 77 }, "end": { - "line": 1248, + "line": 1290, "column": 94 } }, "object": { "type": "Identifier", - "start": 57292, - "end": 57303, + "start": 59682, + "end": 59693, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 77 }, "end": { - "line": 1248, + "line": 1290, "column": 88 }, "identifierName": "_line_grids" @@ -357820,15 +358092,15 @@ }, "property": { "type": "Identifier", - "start": 57304, - "end": 57308, + "start": 59694, + "end": 59698, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 89 }, "end": { - "line": 1248, + "line": 1290, "column": 93 }, "identifierName": "_key" @@ -357839,43 +358111,43 @@ }, "alternate": { "type": "BinaryExpression", - "start": 57312, - "end": 57348, + "start": 59702, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "left": { "type": "MemberExpression", - "start": 57312, - "end": 57329, + "start": 59702, + "end": 59719, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 114 } }, "object": { "type": "Identifier", - "start": 57312, - "end": 57323, + "start": 59702, + "end": 59713, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 108 }, "identifierName": "_line_grids" @@ -357884,15 +358156,15 @@ }, "property": { "type": "Identifier", - "start": 57324, - "end": 57328, + "start": 59714, + "end": 59718, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 109 }, "end": { - "line": 1248, + "line": 1290, "column": 113 }, "identifierName": "_key" @@ -357904,29 +358176,29 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 57332, - "end": 57348, + "start": 59722, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 117 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } }, "object": { "type": "Identifier", - "start": 57332, - "end": 57338, + "start": 59722, + "end": 59728, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 117 }, "end": { - "line": 1248, + "line": 1290, "column": 123 }, "identifierName": "_props" @@ -357935,15 +358207,15 @@ }, "property": { "type": "Identifier", - "start": 57339, - "end": 57348, + "start": 59729, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 124 }, "end": { - "line": 1248, + "line": 1290, "column": 133 }, "identifierName": "scaleSize" @@ -357957,29 +358229,29 @@ }, { "type": "VariableDeclarator", - "start": 57366, - "end": 57575, + "start": 59756, + "end": 59965, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 16 }, "end": { - "line": 1249, + "line": 1291, "column": 225 } }, "id": { "type": "Identifier", - "start": 57366, - "end": 57371, + "start": 59756, + "end": 59761, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 16 }, "end": { - "line": 1249, + "line": 1291, "column": 21 }, "identifierName": "_line" @@ -357988,29 +358260,29 @@ }, "init": { "type": "CallExpression", - "start": 57385, - "end": 57575, + "start": 59775, + "end": 59965, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 35 }, "end": { - "line": 1249, + "line": 1291, "column": 225 } }, "callee": { "type": "Identifier", - "start": 57385, - "end": 57386, + "start": 59775, + "end": 59776, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 35 }, "end": { - "line": 1249, + "line": 1291, "column": 36 }, "identifierName": "$" @@ -358020,15 +358292,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57387, - "end": 57400, + "start": 59777, + "end": 59790, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 37 }, "end": { - "line": 1249, + "line": 1291, "column": 50 } }, @@ -358040,30 +358312,30 @@ }, { "type": "ObjectExpression", - "start": 57402, - "end": 57574, + "start": 59792, + "end": 59964, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 52 }, "end": { - "line": 1249, + "line": 1291, "column": 224 } }, "properties": [ { "type": "ObjectProperty", - "start": 57404, - "end": 57440, + "start": 59794, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 54 }, "end": { - "line": 1249, + "line": 1291, "column": 90 } }, @@ -358072,15 +358344,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57404, - "end": 57409, + "start": 59794, + "end": 59799, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 54 }, "end": { - "line": 1249, + "line": 1291, "column": 59 }, "identifierName": "class" @@ -358089,29 +358361,29 @@ }, "value": { "type": "MemberExpression", - "start": 57411, - "end": 57440, + "start": 59801, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 61 }, "end": { - "line": 1249, + "line": 1291, "column": 90 } }, "object": { "type": "Identifier", - "start": 57411, - "end": 57420, + "start": 59801, + "end": 59810, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 61 }, "end": { - "line": 1249, + "line": 1291, "column": 70 }, "identifierName": "ClassName" @@ -358120,15 +358392,15 @@ }, "property": { "type": "Identifier", - "start": 57421, - "end": 57440, + "start": 59811, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 71 }, "end": { - "line": 1249, + "line": 1291, "column": 90 }, "identifierName": "TIMELINE_RULER_ITEM" @@ -358140,15 +358412,15 @@ }, { "type": "ObjectProperty", - "start": 57442, - "end": 57572, + "start": 59832, + "end": 59962, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 92 }, "end": { - "line": 1249, + "line": 1291, "column": 222 } }, @@ -358157,15 +358429,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 57442, - "end": 57447, + "start": 59832, + "end": 59837, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 92 }, "end": { - "line": 1249, + "line": 1291, "column": 97 }, "identifierName": "style" @@ -358174,30 +358446,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 57449, - "end": 57572, + "start": 59839, + "end": 59962, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 99 }, "end": { - "line": 1249, + "line": 1291, "column": 222 } }, "expressions": [ { "type": "Identifier", - "start": 57458, - "end": 57469, + "start": 59848, + "end": 59859, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 108 }, "end": { - "line": 1249, + "line": 1291, "column": 119 }, "identifierName": "_item_width" @@ -358206,15 +358478,15 @@ }, { "type": "Identifier", - "start": 57482, - "end": 57493, + "start": 59872, + "end": 59883, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 132 }, "end": { - "line": 1249, + "line": 1291, "column": 143 }, "identifierName": "line_height" @@ -358223,15 +358495,15 @@ }, { "type": "Identifier", - "start": 57511, - "end": 57522, + "start": 59901, + "end": 59912, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 161 }, "end": { - "line": 1249, + "line": 1291, "column": 172 }, "identifierName": "line_height" @@ -358240,15 +358512,15 @@ }, { "type": "Identifier", - "start": 57538, - "end": 57547, + "start": 59928, + "end": 59937, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 188 }, "end": { - "line": 1249, + "line": 1291, "column": 197 }, "identifierName": "font_size" @@ -358257,15 +358529,15 @@ }, { "type": "Identifier", - "start": 57559, - "end": 57569, + "start": 59949, + "end": 59959, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 209 }, "end": { - "line": 1249, + "line": 1291, "column": 219 }, "identifierName": "text_color" @@ -358276,15 +358548,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 57450, - "end": 57456, + "start": 59840, + "end": 59846, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 100 }, "end": { - "line": 1249, + "line": 1291, "column": 106 } }, @@ -358296,15 +358568,15 @@ }, { "type": "TemplateElement", - "start": 57470, - "end": 57480, + "start": 59860, + "end": 59870, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 120 }, "end": { - "line": 1249, + "line": 1291, "column": 130 } }, @@ -358316,15 +358588,15 @@ }, { "type": "TemplateElement", - "start": 57494, - "end": 57509, + "start": 59884, + "end": 59899, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 144 }, "end": { - "line": 1249, + "line": 1291, "column": 159 } }, @@ -358336,15 +358608,15 @@ }, { "type": "TemplateElement", - "start": 57523, - "end": 57536, + "start": 59913, + "end": 59926, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 173 }, "end": { - "line": 1249, + "line": 1291, "column": 186 } }, @@ -358356,15 +358628,15 @@ }, { "type": "TemplateElement", - "start": 57548, - "end": 57557, + "start": 59938, + "end": 59947, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 198 }, "end": { - "line": 1249, + "line": 1291, "column": 207 } }, @@ -358376,15 +358648,15 @@ }, { "type": "TemplateElement", - "start": 57570, - "end": 57571, + "start": 59960, + "end": 59961, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 220 }, "end": { - "line": 1249, + "line": 1291, "column": 221 } }, @@ -358404,29 +358676,29 @@ }, { "type": "VariableDeclarator", - "start": 57593, - "end": 57668, + "start": 59983, + "end": 60058, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 16 }, "end": { - "line": 1250, + "line": 1292, "column": 91 } }, "id": { "type": "Identifier", - "start": 57593, - "end": 57606, + "start": 59983, + "end": 59996, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 16 }, "end": { - "line": 1250, + "line": 1292, "column": 29 }, "identifierName": "_ruler_string" @@ -358435,58 +358707,58 @@ }, "init": { "type": "CallExpression", - "start": 57612, - "end": 57668, + "start": 60002, + "end": 60058, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 57612, - "end": 57632, + "start": 60002, + "end": 60022, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 57612, - "end": 57616, + "start": 60002, + "end": 60006, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 39 } } }, "property": { "type": "Identifier", - "start": 57617, - "end": 57632, + "start": 60007, + "end": 60022, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 40 }, "end": { - "line": 1250, + "line": 1292, "column": 55 }, "identifierName": "getLocaleString" @@ -358498,15 +358770,15 @@ "arguments": [ { "type": "Identifier", - "start": 57634, - "end": 57638, + "start": 60024, + "end": 60028, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 57 }, "end": { - "line": 1250, + "line": 1292, "column": 61 }, "identifierName": "_key" @@ -358515,15 +358787,15 @@ }, { "type": "Identifier", - "start": 57640, - "end": 57650, + "start": 60030, + "end": 60040, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 63 }, "end": { - "line": 1250, + "line": 1292, "column": 73 }, "identifierName": "line_scale" @@ -358532,15 +358804,15 @@ }, { "type": "Identifier", - "start": 57652, - "end": 57658, + "start": 60042, + "end": 60048, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 75 }, "end": { - "line": 1250, + "line": 1292, "column": 81 }, "identifierName": "locale" @@ -358549,15 +358821,15 @@ }, { "type": "Identifier", - "start": 57660, - "end": 57666, + "start": 60050, + "end": 60056, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 83 }, "end": { - "line": 1250, + "line": 1292, "column": 89 }, "identifierName": "format" @@ -358569,29 +358841,29 @@ }, { "type": "VariableDeclarator", - "start": 57686, - "end": 57707, + "start": 60076, + "end": 60097, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 16 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, "id": { "type": "Identifier", - "start": 57686, - "end": 57702, + "start": 60076, + "end": 60092, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 16 }, "end": { - "line": 1251, + "line": 1293, "column": 32 }, "identifierName": "_data_ruler_item" @@ -358600,15 +358872,15 @@ }, "init": { "type": "StringLiteral", - "start": 57705, - "end": 57707, + "start": 60095, + "end": 60097, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 35 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } }, @@ -358628,15 +358900,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -358645,44 +358917,44 @@ }, { "type": "ExpressionStatement", - "start": 57855, - "end": 57956, + "start": 60245, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "expression": { "type": "AssignmentExpression", - "start": 57855, - "end": 57956, + "start": 60245, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57855, - "end": 57871, + "start": 60245, + "end": 60261, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 28 }, "identifierName": "_data_ruler_item" @@ -358692,30 +358964,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 57874, - "end": 57956, + "start": 60264, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 31 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } }, "expressions": [ { "type": "Identifier", - "start": 57877, - "end": 57887, + "start": 60267, + "end": 60277, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 34 }, "end": { - "line": 1254, + "line": 1296, "column": 44 }, "identifierName": "line_scale" @@ -358724,43 +358996,43 @@ }, { "type": "ConditionalExpression", - "start": 57893, - "end": 57952, + "start": 60283, + "end": 60342, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 109 } }, "test": { "type": "BinaryExpression", - "start": 57893, - "end": 57916, + "start": 60283, + "end": 60306, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 73 } }, "left": { "type": "Identifier", - "start": 57893, - "end": 57909, + "start": 60283, + "end": 60299, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 66 }, "identifierName": "_data_ruler_item" @@ -358770,15 +359042,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 57914, - "end": 57916, + "start": 60304, + "end": 60306, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 71 }, "end": { - "line": 1254, + "line": 1296, "column": 73 } }, @@ -358791,29 +359063,29 @@ }, "consequent": { "type": "CallExpression", - "start": 57919, - "end": 57933, + "start": 60309, + "end": 60323, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 76 }, "end": { - "line": 1254, + "line": 1296, "column": 90 } }, "callee": { "type": "Identifier", - "start": 57919, - "end": 57925, + "start": 60309, + "end": 60315, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 76 }, "end": { - "line": 1254, + "line": 1296, "column": 82 }, "identifierName": "String" @@ -358823,15 +359095,15 @@ "arguments": [ { "type": "Identifier", - "start": 57927, - "end": 57931, + "start": 60317, + "end": 60321, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 84 }, "end": { - "line": 1254, + "line": 1296, "column": 88 }, "identifierName": "_key" @@ -358842,15 +359114,15 @@ }, "alternate": { "type": "Identifier", - "start": 57936, - "end": 57952, + "start": 60326, + "end": 60342, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 93 }, "end": { - "line": 1254, + "line": 1296, "column": 109 }, "identifierName": "_data_ruler_item" @@ -358859,22 +359131,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 57891 + "parenStart": 60281 } } ], "quasis": [ { "type": "TemplateElement", - "start": 57875, - "end": 57875, + "start": 60265, + "end": 60265, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 32 }, "end": { - "line": 1254, + "line": 1296, "column": 32 } }, @@ -358886,15 +359158,15 @@ }, { "type": "TemplateElement", - "start": 57888, - "end": 57889, + "start": 60278, + "end": 60279, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 45 }, "end": { - "line": 1254, + "line": 1296, "column": 46 } }, @@ -358906,15 +359178,15 @@ }, { "type": "TemplateElement", - "start": 57955, - "end": 57955, + "start": 60345, + "end": 60345, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 112 }, "end": { - "line": 1254, + "line": 1296, "column": 112 } }, @@ -358932,15 +359204,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -358949,85 +359221,85 @@ }, { "type": "ExpressionStatement", - "start": 57969, - "end": 58040, + "start": 60359, + "end": 60430, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 57969, - "end": 58040, + "start": 60359, + "end": 60430, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 57969, - "end": 58023, + "start": 60359, + "end": 60413, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 66 } }, "object": { "type": "CallExpression", - "start": 57969, - "end": 58018, + "start": 60359, + "end": 60408, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 57969, - "end": 57979, + "start": 60359, + "end": 60369, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 22 } }, "object": { "type": "Identifier", - "start": 57969, - "end": 57974, + "start": 60359, + "end": 60364, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 17 }, "identifierName": "_line" @@ -359036,15 +359308,15 @@ }, "property": { "type": "Identifier", - "start": 57975, - "end": 57979, + "start": 60365, + "end": 60369, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 18 }, "end": { - "line": 1255, + "line": 1297, "column": 22 }, "identifierName": "attr" @@ -359056,15 +359328,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 57981, - "end": 57998, + "start": 60371, + "end": 60388, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 24 }, "end": { - "line": 1255, + "line": 1297, "column": 41 } }, @@ -359076,15 +359348,15 @@ }, { "type": "Identifier", - "start": 58000, - "end": 58016, + "start": 60390, + "end": 60406, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 43 }, "end": { - "line": 1255, + "line": 1297, "column": 59 }, "identifierName": "_data_ruler_item" @@ -359095,15 +359367,15 @@ }, "property": { "type": "Identifier", - "start": 58019, - "end": 58023, + "start": 60409, + "end": 60413, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 62 }, "end": { - "line": 1255, + "line": 1297, "column": 66 }, "identifierName": "html" @@ -359115,15 +359387,15 @@ "arguments": [ { "type": "Identifier", - "start": 58025, - "end": 58038, + "start": 60415, + "end": 60428, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 68 }, "end": { - "line": 1255, + "line": 1297, "column": 81 }, "identifierName": "_ruler_string" @@ -359135,43 +359407,43 @@ }, { "type": "IfStatement", - "start": 58066, - "end": 58465, + "start": 60456, + "end": 60855, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 12 }, "end": { - "line": 1263, + "line": 1305, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 58071, - "end": 58115, + "start": 60461, + "end": 60505, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 17 }, "end": { - "line": 1257, + "line": 1299, "column": 61 } }, "left": { "type": "Identifier", - "start": 58071, - "end": 58082, + "start": 60461, + "end": 60472, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 17 }, "end": { - "line": 1257, + "line": 1299, "column": 28 }, "identifierName": "_item_width" @@ -359181,58 +359453,58 @@ "operator": ">", "right": { "type": "CallExpression", - "start": 58085, - "end": 58115, + "start": 60475, + "end": 60505, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 58085, - "end": 58098, + "start": 60475, + "end": 60488, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 58085, - "end": 58089, + "start": 60475, + "end": 60479, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 35 } } }, "property": { "type": "Identifier", - "start": 58090, - "end": 58098, + "start": 60480, + "end": 60488, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 36 }, "end": { - "line": 1257, + "line": 1299, "column": 44 }, "identifierName": "strWidth" @@ -359244,15 +359516,15 @@ "arguments": [ { "type": "Identifier", - "start": 58100, - "end": 58113, + "start": 60490, + "end": 60503, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 46 }, "end": { - "line": 1257, + "line": 1299, "column": 59 }, "identifierName": "_ruler_string" @@ -359264,58 +359536,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 58118, - "end": 58465, + "start": 60508, + "end": 60855, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 64 }, "end": { - "line": 1263, + "line": 1305, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 58316, - "end": 58451, + "start": 60706, + "end": 60841, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 16 }, "end": { - "line": 1262, + "line": 1304, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 58321, - "end": 58359, + "start": 60711, + "end": 60749, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 21 }, "end": { - "line": 1260, + "line": 1302, "column": 59 } }, "left": { "type": "Identifier", - "start": 58321, - "end": 58332, + "start": 60711, + "end": 60722, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 21 }, "end": { - "line": 1260, + "line": 1302, "column": 32 }, "identifierName": "_item_width" @@ -359326,57 +359598,57 @@ "operator": ">", "right": { "type": "CallExpression", - "start": 58335, - "end": 58359, + "start": 60725, + "end": 60749, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 58335, - "end": 58357, + "start": 60725, + "end": 60747, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 57 } }, "object": { "type": "CallExpression", - "start": 58335, - "end": 58351, + "start": 60725, + "end": 60741, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 51 } }, "callee": { "type": "Identifier", - "start": 58335, - "end": 58336, + "start": 60725, + "end": 60726, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 36 }, "identifierName": "$" @@ -359386,44 +359658,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 58337, - "end": 58350, + "start": 60727, + "end": 60740, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 37 }, "end": { - "line": 1260, + "line": 1302, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 58337, - "end": 58341, + "start": 60727, + "end": 60731, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 37 }, "end": { - "line": 1260, + "line": 1302, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58342, - "end": 58350, + "start": 60732, + "end": 60740, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 42 }, "end": { - "line": 1260, + "line": 1302, "column": 50 }, "identifierName": "_element" @@ -359436,15 +359708,15 @@ }, "property": { "type": "Identifier", - "start": 58352, - "end": 58357, + "start": 60742, + "end": 60747, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 52 }, "end": { - "line": 1260, + "line": 1302, "column": 57 }, "identifierName": "width" @@ -359459,72 +359731,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 58362, - "end": 58451, + "start": 60752, + "end": 60841, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 62 }, "end": { - "line": 1262, + "line": 1304, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 58384, - "end": 58433, + "start": 60774, + "end": 60823, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 58384, - "end": 58433, + "start": 60774, + "end": 60823, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 58384, - "end": 58398, + "start": 60774, + "end": 60788, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 34 } }, "object": { "type": "Identifier", - "start": 58384, - "end": 58389, + "start": 60774, + "end": 60779, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 25 }, "identifierName": "_line" @@ -359533,15 +359805,15 @@ }, "property": { "type": "Identifier", - "start": 58390, - "end": 58398, + "start": 60780, + "end": 60788, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 26 }, "end": { - "line": 1261, + "line": 1303, "column": 34 }, "identifierName": "addClass" @@ -359553,29 +359825,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 58400, - "end": 58431, + "start": 60790, + "end": 60821, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 36 }, "end": { - "line": 1261, + "line": 1303, "column": 67 } }, "object": { "type": "Identifier", - "start": 58400, - "end": 58409, + "start": 60790, + "end": 60799, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 36 }, "end": { - "line": 1261, + "line": 1303, "column": 45 }, "identifierName": "ClassName" @@ -359584,15 +359856,15 @@ }, "property": { "type": "Identifier", - "start": 58410, - "end": 58431, + "start": 60800, + "end": 60821, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 46 }, "end": { - "line": 1261, + "line": 1303, "column": 67 }, "identifierName": "RULER_ITEM_ALIGN_LEFT" @@ -359612,15 +359884,15 @@ { "type": "CommentLine", "value": " Adjust position of ruler item string", - "start": 58136, - "end": 58175, + "start": 60526, + "end": 60565, "loc": { "start": { - "line": 1258, + "line": 1300, "column": 16 }, "end": { - "line": 1258, + "line": 1300, "column": 55 } } @@ -359628,15 +359900,15 @@ { "type": "CommentLine", "value": "console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )", - "start": 58176, - "end": 58299, + "start": 60566, + "end": 60689, "loc": { "start": { - "line": 1259, + "line": 1301, "column": 0 }, "end": { - "line": 1259, + "line": 1301, "column": 123 } } @@ -359650,85 +359922,85 @@ }, { "type": "ExpressionStatement", - "start": 58491, - "end": 58558, + "start": 60881, + "end": 60948, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 79 } }, "expression": { "type": "CallExpression", - "start": 58491, - "end": 58558, + "start": 60881, + "end": 60948, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 58491, - "end": 58524, + "start": 60881, + "end": 60914, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 45 } }, "object": { "type": "CallExpression", - "start": 58491, - "end": 58519, + "start": 60881, + "end": 60909, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 58491, - "end": 58510, + "start": 60881, + "end": 60900, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 31 } }, "object": { "type": "Identifier", - "start": 58491, - "end": 58503, + "start": 60881, + "end": 60893, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 24 }, "identifierName": "_ruler_lines" @@ -359737,15 +360009,15 @@ }, "property": { "type": "Identifier", - "start": 58504, - "end": 58510, + "start": 60894, + "end": 60900, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 25 }, "end": { - "line": 1265, + "line": 1307, "column": 31 }, "identifierName": "append" @@ -359757,15 +360029,15 @@ "arguments": [ { "type": "Identifier", - "start": 58512, - "end": 58517, + "start": 60902, + "end": 60907, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 33 }, "end": { - "line": 1265, + "line": 1307, "column": 38 }, "identifierName": "_line" @@ -359776,15 +360048,15 @@ }, "property": { "type": "Identifier", - "start": 58520, - "end": 58524, + "start": 60910, + "end": 60914, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 41 }, "end": { - "line": 1265, + "line": 1307, "column": 45 }, "identifierName": "attr" @@ -359796,15 +360068,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 58526, - "end": 58544, + "start": 60916, + "end": 60934, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 47 }, "end": { - "line": 1265, + "line": 1307, "column": 65 } }, @@ -359816,15 +360088,15 @@ }, { "type": "Identifier", - "start": 58546, - "end": 58556, + "start": 60936, + "end": 60946, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 67 }, "end": { - "line": 1265, + "line": 1307, "column": 77 }, "identifierName": "line_scale" @@ -359840,29 +360112,29 @@ }, { "type": "ReturnStatement", - "start": 58586, - "end": 58605, + "start": 60976, + "end": 60995, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 8 }, "end": { - "line": 1268, + "line": 1310, "column": 27 } }, "argument": { "type": "Identifier", - "start": 58593, - "end": 58605, + "start": 60983, + "end": 60995, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 15 }, "end": { - "line": 1268, + "line": 1310, "column": 27 }, "identifierName": "_ruler_lines" @@ -359878,15 +360150,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -359896,15 +360168,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -359913,15 +360185,15 @@ }, { "type": "ClassMethod", - "start": 58856, - "end": 60462, + "start": 61246, + "end": 62852, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 4 }, "end": { - "line": 1315, + "line": 1357, "column": 5 } }, @@ -359929,15 +360201,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 58856, - "end": 58872, + "start": 61246, + "end": 61262, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 4 }, "end": { - "line": 1279, + "line": 1321, "column": 20 }, "identifierName": "_createSideIndex" @@ -359953,15 +360225,15 @@ "params": [ { "type": "Identifier", - "start": 58874, - "end": 58880, + "start": 61264, + "end": 61270, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 22 }, "end": { - "line": 1279, + "line": 1321, "column": 28 }, "identifierName": "margin" @@ -359971,59 +360243,59 @@ ], "body": { "type": "BlockStatement", - "start": 58883, - "end": 60462, + "start": 61273, + "end": 62852, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 31 }, "end": { - "line": 1315, + "line": 1357, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 58893, - "end": 59506, + "start": 61283, + "end": 61896, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 8 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 58897, - "end": 58920, + "start": 61287, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 12 }, "end": { - "line": 1280, + "line": 1322, "column": 35 } }, "id": { "type": "Identifier", - "start": 58897, - "end": 58902, + "start": 61287, + "end": 61292, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 12 }, "end": { - "line": 1280, + "line": 1322, "column": 17 }, "identifierName": "_opts" @@ -360032,44 +360304,44 @@ }, "init": { "type": "MemberExpression", - "start": 58908, - "end": 58920, + "start": 61298, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 23 }, "end": { - "line": 1280, + "line": 1322, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 58908, - "end": 58912, + "start": 61298, + "end": 61302, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 23 }, "end": { - "line": 1280, + "line": 1322, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58913, - "end": 58920, + "start": 61303, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 28 }, "end": { - "line": 1280, + "line": 1322, "column": 35 }, "identifierName": "_config" @@ -360081,29 +360353,29 @@ }, { "type": "VariableDeclarator", - "start": 58934, - "end": 58964, + "start": 61324, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 12 }, "end": { - "line": 1281, + "line": 1323, "column": 42 } }, "id": { "type": "Identifier", - "start": 58934, - "end": 58940, + "start": 61324, + "end": 61330, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 12 }, "end": { - "line": 1281, + "line": 1323, "column": 18 }, "identifierName": "_props" @@ -360112,44 +360384,44 @@ }, "init": { "type": "MemberExpression", - "start": 58945, - "end": 58964, + "start": 61335, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 23 }, "end": { - "line": 1281, + "line": 1323, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 58945, - "end": 58949, + "start": 61335, + "end": 61339, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 23 }, "end": { - "line": 1281, + "line": 1323, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58950, - "end": 58964, + "start": 61340, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 28 }, "end": { - "line": 1281, + "line": 1323, "column": 42 }, "identifierName": "_instanceProps" @@ -360161,29 +360433,29 @@ }, { "type": "VariableDeclarator", - "start": 58978, - "end": 59052, + "start": 61368, + "end": 61442, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 12 }, "end": { - "line": 1282, + "line": 1324, "column": 86 } }, "id": { "type": "Identifier", - "start": 58978, - "end": 58985, + "start": 61368, + "end": 61375, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 12 }, "end": { - "line": 1282, + "line": 1324, "column": 19 }, "identifierName": "_sticky" @@ -360192,58 +360464,58 @@ }, "init": { "type": "CallExpression", - "start": 58989, - "end": 59052, + "start": 61379, + "end": 61442, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 58989, - "end": 59004, + "start": 61379, + "end": 61394, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 58989, - "end": 58993, + "start": 61379, + "end": 61383, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 27 } } }, "property": { "type": "Identifier", - "start": 58994, - "end": 59004, + "start": 61384, + "end": 61394, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 28 }, "end": { - "line": 1282, + "line": 1324, "column": 38 }, "identifierName": "supplement" @@ -360255,43 +360527,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59006, - "end": 59028, + "start": 61396, + "end": 61418, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 59006, - "end": 59021, + "start": 61396, + "end": 61411, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 55 } }, "object": { "type": "Identifier", - "start": 59006, - "end": 59013, + "start": 61396, + "end": 61403, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 47 }, "identifierName": "Default" @@ -360300,15 +360572,15 @@ }, "property": { "type": "Identifier", - "start": 59014, - "end": 59021, + "start": 61404, + "end": 61411, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 48 }, "end": { - "line": 1282, + "line": 1324, "column": 55 }, "identifierName": "sidebar" @@ -360319,15 +360591,15 @@ }, "property": { "type": "Identifier", - "start": 59022, - "end": 59028, + "start": 61412, + "end": 61418, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 56 }, "end": { - "line": 1282, + "line": 1324, "column": 62 }, "identifierName": "sticky" @@ -360338,43 +360610,43 @@ }, { "type": "MemberExpression", - "start": 59030, - "end": 59050, + "start": 61420, + "end": 61440, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 59030, - "end": 59043, + "start": 61420, + "end": 61433, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 77 } }, "object": { "type": "Identifier", - "start": 59030, - "end": 59035, + "start": 61420, + "end": 61425, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 69 }, "identifierName": "_opts" @@ -360383,15 +360655,15 @@ }, "property": { "type": "Identifier", - "start": 59036, - "end": 59043, + "start": 61426, + "end": 61433, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 70 }, "end": { - "line": 1282, + "line": 1324, "column": 77 }, "identifierName": "sidebar" @@ -360402,15 +360674,15 @@ }, "property": { "type": "Identifier", - "start": 59044, - "end": 59050, + "start": 61434, + "end": 61440, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 78 }, "end": { - "line": 1282, + "line": 1324, "column": 84 }, "identifierName": "sticky" @@ -360424,29 +360696,29 @@ }, { "type": "VariableDeclarator", - "start": 59066, - "end": 59142, + "start": 61456, + "end": 61532, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 12 }, "end": { - "line": 1283, + "line": 1325, "column": 88 } }, "id": { "type": "Identifier", - "start": 59066, - "end": 59074, + "start": 61456, + "end": 61464, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 12 }, "end": { - "line": 1283, + "line": 1325, "column": 20 }, "identifierName": "_overlay" @@ -360455,58 +360727,58 @@ }, "init": { "type": "CallExpression", - "start": 59077, - "end": 59142, + "start": 61467, + "end": 61532, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 59077, - "end": 59092, + "start": 61467, + "end": 61482, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 59077, - "end": 59081, + "start": 61467, + "end": 61471, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 27 } } }, "property": { "type": "Identifier", - "start": 59082, - "end": 59092, + "start": 61472, + "end": 61482, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 28 }, "end": { - "line": 1283, + "line": 1325, "column": 38 }, "identifierName": "supplement" @@ -360518,43 +360790,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59094, - "end": 59117, + "start": 61484, + "end": 61507, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 59094, - "end": 59109, + "start": 61484, + "end": 61499, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 55 } }, "object": { "type": "Identifier", - "start": 59094, - "end": 59101, + "start": 61484, + "end": 61491, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 47 }, "identifierName": "Default" @@ -360563,15 +360835,15 @@ }, "property": { "type": "Identifier", - "start": 59102, - "end": 59109, + "start": 61492, + "end": 61499, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 48 }, "end": { - "line": 1283, + "line": 1325, "column": 55 }, "identifierName": "sidebar" @@ -360582,15 +360854,15 @@ }, "property": { "type": "Identifier", - "start": 59110, - "end": 59117, + "start": 61500, + "end": 61507, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 56 }, "end": { - "line": 1283, + "line": 1325, "column": 63 }, "identifierName": "overlay" @@ -360601,43 +360873,43 @@ }, { "type": "MemberExpression", - "start": 59119, - "end": 59140, + "start": 61509, + "end": 61530, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 86 } }, "object": { "type": "MemberExpression", - "start": 59119, - "end": 59132, + "start": 61509, + "end": 61522, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 78 } }, "object": { "type": "Identifier", - "start": 59119, - "end": 59124, + "start": 61509, + "end": 61514, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 70 }, "identifierName": "_opts" @@ -360646,15 +360918,15 @@ }, "property": { "type": "Identifier", - "start": 59125, - "end": 59132, + "start": 61515, + "end": 61522, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 71 }, "end": { - "line": 1283, + "line": 1325, "column": 78 }, "identifierName": "sidebar" @@ -360665,15 +360937,15 @@ }, "property": { "type": "Identifier", - "start": 59133, - "end": 59140, + "start": 61523, + "end": 61530, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 79 }, "end": { - "line": 1283, + "line": 1325, "column": 86 }, "identifierName": "overlay" @@ -360687,29 +360959,29 @@ }, { "type": "VariableDeclarator", - "start": 59156, - "end": 59226, + "start": 61546, + "end": 61616, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 12 }, "end": { - "line": 1284, + "line": 1326, "column": 82 } }, "id": { "type": "Identifier", - "start": 59156, - "end": 59163, + "start": 61546, + "end": 61553, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 12 }, "end": { - "line": 1284, + "line": 1326, "column": 19 }, "identifierName": "_sbList" @@ -360718,58 +360990,58 @@ }, "init": { "type": "CallExpression", - "start": 59167, - "end": 59226, + "start": 61557, + "end": 61616, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 59167, - "end": 59182, + "start": 61557, + "end": 61572, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 59167, - "end": 59171, + "start": 61557, + "end": 61561, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 27 } } }, "property": { "type": "Identifier", - "start": 59172, - "end": 59182, + "start": 61562, + "end": 61572, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 28 }, "end": { - "line": 1284, + "line": 1326, "column": 38 }, "identifierName": "supplement" @@ -360781,43 +361053,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 59184, - "end": 59204, + "start": 61574, + "end": 61594, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 59184, - "end": 59199, + "start": 61574, + "end": 61589, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 55 } }, "object": { "type": "Identifier", - "start": 59184, - "end": 59191, + "start": 61574, + "end": 61581, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 47 }, "identifierName": "Default" @@ -360826,15 +361098,15 @@ }, "property": { "type": "Identifier", - "start": 59192, - "end": 59199, + "start": 61582, + "end": 61589, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 48 }, "end": { - "line": 1284, + "line": 1326, "column": 55 }, "identifierName": "sidebar" @@ -360845,15 +361117,15 @@ }, "property": { "type": "Identifier", - "start": 59200, - "end": 59204, + "start": 61590, + "end": 61594, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 56 }, "end": { - "line": 1284, + "line": 1326, "column": 60 }, "identifierName": "list" @@ -360864,43 +361136,43 @@ }, { "type": "MemberExpression", - "start": 59206, - "end": 59224, + "start": 61596, + "end": 61614, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 59206, - "end": 59219, + "start": 61596, + "end": 61609, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 75 } }, "object": { "type": "Identifier", - "start": 59206, - "end": 59211, + "start": 61596, + "end": 61601, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 67 }, "identifierName": "_opts" @@ -360909,15 +361181,15 @@ }, "property": { "type": "Identifier", - "start": 59212, - "end": 59219, + "start": 61602, + "end": 61609, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 68 }, "end": { - "line": 1284, + "line": 1326, "column": 75 }, "identifierName": "sidebar" @@ -360928,15 +361200,15 @@ }, "property": { "type": "Identifier", - "start": 59220, - "end": 59224, + "start": 61610, + "end": 61614, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 76 }, "end": { - "line": 1284, + "line": 1326, "column": 80 }, "identifierName": "list" @@ -360950,29 +361222,29 @@ }, { "type": "VariableDeclarator", - "start": 59240, - "end": 59306, + "start": 61630, + "end": 61696, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 12 }, "end": { - "line": 1285, + "line": 1327, "column": 78 } }, "id": { "type": "Identifier", - "start": 59240, - "end": 59248, + "start": 61630, + "end": 61638, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 12 }, "end": { - "line": 1285, + "line": 1327, "column": 20 }, "identifierName": "_wrapper" @@ -360981,29 +361253,29 @@ }, "init": { "type": "CallExpression", - "start": 59251, - "end": 59306, + "start": 61641, + "end": 61696, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 23 }, "end": { - "line": 1285, + "line": 1327, "column": 78 } }, "callee": { "type": "Identifier", - "start": 59251, - "end": 59252, + "start": 61641, + "end": 61642, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 23 }, "end": { - "line": 1285, + "line": 1327, "column": 24 }, "identifierName": "$" @@ -361013,15 +361285,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59253, - "end": 59266, + "start": 61643, + "end": 61656, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 25 }, "end": { - "line": 1285, + "line": 1327, "column": 38 } }, @@ -361033,30 +361305,30 @@ }, { "type": "ObjectExpression", - "start": 59268, - "end": 59305, + "start": 61658, + "end": 61695, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 40 }, "end": { - "line": 1285, + "line": 1327, "column": 77 } }, "properties": [ { "type": "ObjectProperty", - "start": 59270, - "end": 59303, + "start": 61660, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 42 }, "end": { - "line": 1285, + "line": 1327, "column": 75 } }, @@ -361065,15 +361337,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59270, - "end": 59275, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 42 }, "end": { - "line": 1285, + "line": 1327, "column": 47 }, "identifierName": "class" @@ -361082,29 +361354,29 @@ }, "value": { "type": "MemberExpression", - "start": 59277, - "end": 59303, + "start": 61667, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 49 }, "end": { - "line": 1285, + "line": 1327, "column": 75 } }, "object": { "type": "Identifier", - "start": 59277, - "end": 59286, + "start": 61667, + "end": 61676, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 49 }, "end": { - "line": 1285, + "line": 1327, "column": 58 }, "identifierName": "ClassName" @@ -361113,15 +361385,15 @@ }, "property": { "type": "Identifier", - "start": 59287, - "end": 59303, + "start": 61677, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 59 }, "end": { - "line": 1285, + "line": 1327, "column": 75 }, "identifierName": "TIMELINE_SIDEBAR" @@ -361138,29 +361410,29 @@ }, { "type": "VariableDeclarator", - "start": 59320, - "end": 59393, + "start": 61710, + "end": 61783, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 12 }, "end": { - "line": 1286, + "line": 1328, "column": 85 } }, "id": { "type": "Identifier", - "start": 59320, - "end": 59327, + "start": 61710, + "end": 61717, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 12 }, "end": { - "line": 1286, + "line": 1328, "column": 19 }, "identifierName": "_margin" @@ -361169,29 +361441,29 @@ }, "init": { "type": "CallExpression", - "start": 59331, - "end": 59393, + "start": 61721, + "end": 61783, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 23 }, "end": { - "line": 1286, + "line": 1328, "column": 85 } }, "callee": { "type": "Identifier", - "start": 59331, - "end": 59332, + "start": 61721, + "end": 61722, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 23 }, "end": { - "line": 1286, + "line": 1328, "column": 24 }, "identifierName": "$" @@ -361201,15 +361473,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59333, - "end": 59346, + "start": 61723, + "end": 61736, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 25 }, "end": { - "line": 1286, + "line": 1328, "column": 38 } }, @@ -361221,30 +361493,30 @@ }, { "type": "ObjectExpression", - "start": 59348, - "end": 59392, + "start": 61738, + "end": 61782, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 40 }, "end": { - "line": 1286, + "line": 1328, "column": 84 } }, "properties": [ { "type": "ObjectProperty", - "start": 59350, - "end": 59390, + "start": 61740, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 42 }, "end": { - "line": 1286, + "line": 1328, "column": 82 } }, @@ -361253,15 +361525,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59350, - "end": 59355, + "start": 61740, + "end": 61745, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 42 }, "end": { - "line": 1286, + "line": 1328, "column": 47 }, "identifierName": "class" @@ -361270,29 +361542,29 @@ }, "value": { "type": "MemberExpression", - "start": 59357, - "end": 59390, + "start": 61747, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 49 }, "end": { - "line": 1286, + "line": 1328, "column": 82 } }, "object": { "type": "Identifier", - "start": 59357, - "end": 59366, + "start": 61747, + "end": 61756, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 49 }, "end": { - "line": 1286, + "line": 1328, "column": 58 }, "identifierName": "ClassName" @@ -361301,15 +361573,15 @@ }, "property": { "type": "Identifier", - "start": 59367, - "end": 59390, + "start": 61757, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 59 }, "end": { - "line": 1286, + "line": 1328, "column": 82 }, "identifierName": "TIMELINE_SIDEBAR_MARGIN" @@ -361326,29 +361598,29 @@ }, { "type": "VariableDeclarator", - "start": 59407, - "end": 59478, + "start": 61797, + "end": 61868, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 12 }, "end": { - "line": 1287, + "line": 1329, "column": 83 } }, "id": { "type": "Identifier", - "start": 59407, - "end": 59412, + "start": 61797, + "end": 61802, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 12 }, "end": { - "line": 1287, + "line": 1329, "column": 17 }, "identifierName": "_list" @@ -361357,29 +361629,29 @@ }, "init": { "type": "CallExpression", - "start": 59418, - "end": 59478, + "start": 61808, + "end": 61868, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 23 }, "end": { - "line": 1287, + "line": 1329, "column": 83 } }, "callee": { "type": "Identifier", - "start": 59418, - "end": 59419, + "start": 61808, + "end": 61809, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 23 }, "end": { - "line": 1287, + "line": 1329, "column": 24 }, "identifierName": "$" @@ -361389,15 +361661,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59420, - "end": 59433, + "start": 61810, + "end": 61823, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 25 }, "end": { - "line": 1287, + "line": 1329, "column": 38 } }, @@ -361409,30 +361681,30 @@ }, { "type": "ObjectExpression", - "start": 59435, - "end": 59477, + "start": 61825, + "end": 61867, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 40 }, "end": { - "line": 1287, + "line": 1329, "column": 82 } }, "properties": [ { "type": "ObjectProperty", - "start": 59437, - "end": 59475, + "start": 61827, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 42 }, "end": { - "line": 1287, + "line": 1329, "column": 80 } }, @@ -361441,15 +361713,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 59437, - "end": 59442, + "start": 61827, + "end": 61832, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 42 }, "end": { - "line": 1287, + "line": 1329, "column": 47 }, "identifierName": "class" @@ -361458,29 +361730,29 @@ }, "value": { "type": "MemberExpression", - "start": 59444, - "end": 59475, + "start": 61834, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 49 }, "end": { - "line": 1287, + "line": 1329, "column": 80 } }, "object": { "type": "Identifier", - "start": 59444, - "end": 59453, + "start": 61834, + "end": 61843, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 49 }, "end": { - "line": 1287, + "line": 1329, "column": 58 }, "identifierName": "ClassName" @@ -361489,15 +361761,15 @@ }, "property": { "type": "Identifier", - "start": 59454, - "end": 59475, + "start": 61844, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 59 }, "end": { - "line": 1287, + "line": 1329, "column": 80 }, "identifierName": "TIMELINE_SIDEBAR_ITEM" @@ -361514,29 +361786,29 @@ }, { "type": "VariableDeclarator", - "start": 59492, - "end": 59506, + "start": 61882, + "end": 61896, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 12 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, "id": { "type": "Identifier", - "start": 59492, - "end": 59494, + "start": 61882, + "end": 61884, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 12 }, "end": { - "line": 1288, + "line": 1330, "column": 14 }, "identifierName": "_c" @@ -361545,15 +361817,15 @@ }, "init": { "type": "NumericLiteral", - "start": 59503, - "end": 59506, + "start": 61893, + "end": 61896, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 23 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } }, @@ -361569,29 +361841,29 @@ }, { "type": "IfStatement", - "start": 59524, - "end": 59605, + "start": 61914, + "end": 61995, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 8 }, "end": { - "line": 1292, + "line": 1334, "column": 9 } }, "test": { "type": "Identifier", - "start": 59529, - "end": 59536, + "start": 61919, + "end": 61926, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 13 }, "end": { - "line": 1290, + "line": 1332, "column": 20 }, "identifierName": "_sticky" @@ -361600,72 +361872,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59539, - "end": 59605, + "start": 61929, + "end": 61995, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 23 }, "end": { - "line": 1292, + "line": 1334, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59553, - "end": 59595, + "start": 61943, + "end": 61985, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 59553, - "end": 59595, + "start": 61943, + "end": 61985, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 59553, - "end": 59570, + "start": 61943, + "end": 61960, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 29 } }, "object": { "type": "Identifier", - "start": 59553, - "end": 59561, + "start": 61943, + "end": 61951, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 20 }, "identifierName": "_wrapper" @@ -361674,15 +361946,15 @@ }, "property": { "type": "Identifier", - "start": 59562, - "end": 59570, + "start": 61952, + "end": 61960, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 21 }, "end": { - "line": 1291, + "line": 1333, "column": 29 }, "identifierName": "addClass" @@ -361694,29 +361966,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 59572, - "end": 59593, + "start": 61962, + "end": 61983, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 31 }, "end": { - "line": 1291, + "line": 1333, "column": 52 } }, "object": { "type": "Identifier", - "start": 59572, - "end": 59581, + "start": 61962, + "end": 61971, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 31 }, "end": { - "line": 1291, + "line": 1333, "column": 40 }, "identifierName": "ClassName" @@ -361725,15 +361997,15 @@ }, "property": { "type": "Identifier", - "start": 59582, - "end": 59593, + "start": 61972, + "end": 61983, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 41 }, "end": { - "line": 1291, + "line": 1333, "column": 52 }, "identifierName": "STICKY_LEFT" @@ -361752,29 +362024,29 @@ }, { "type": "IfStatement", - "start": 59623, - "end": 59698, + "start": 62013, + "end": 62088, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 8 }, "end": { - "line": 1296, + "line": 1338, "column": 9 } }, "test": { "type": "Identifier", - "start": 59628, - "end": 59636, + "start": 62018, + "end": 62026, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 13 }, "end": { - "line": 1294, + "line": 1336, "column": 21 }, "identifierName": "_overlay" @@ -361783,72 +362055,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59639, - "end": 59698, + "start": 62029, + "end": 62088, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 24 }, "end": { - "line": 1296, + "line": 1338, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59653, - "end": 59688, + "start": 62043, + "end": 62078, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 59653, - "end": 59688, + "start": 62043, + "end": 62078, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 59653, - "end": 59667, + "start": 62043, + "end": 62057, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 26 } }, "object": { "type": "Identifier", - "start": 59653, - "end": 59658, + "start": 62043, + "end": 62048, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 17 }, "identifierName": "_list" @@ -361857,15 +362129,15 @@ }, "property": { "type": "Identifier", - "start": 59659, - "end": 59667, + "start": 62049, + "end": 62057, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 18 }, "end": { - "line": 1295, + "line": 1337, "column": 26 }, "identifierName": "addClass" @@ -361877,29 +362149,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 59669, - "end": 59686, + "start": 62059, + "end": 62076, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 28 }, "end": { - "line": 1295, + "line": 1337, "column": 45 } }, "object": { "type": "Identifier", - "start": 59669, - "end": 59678, + "start": 62059, + "end": 62068, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 28 }, "end": { - "line": 1295, + "line": 1337, "column": 37 }, "identifierName": "ClassName" @@ -361908,15 +362180,15 @@ }, "property": { "type": "Identifier", - "start": 59679, - "end": 59686, + "start": 62069, + "end": 62076, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 38 }, "end": { - "line": 1295, + "line": 1337, "column": 45 }, "identifierName": "OVERLAY" @@ -361937,15 +362209,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -361954,57 +362226,57 @@ }, { "type": "IfStatement", - "start": 59819, - "end": 59943, + "start": 62209, + "end": 62333, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 8 }, "end": { - "line": 1301, + "line": 1343, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 59824, - "end": 59838, + "start": 62214, + "end": 62228, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 27 } }, "left": { "type": "MemberExpression", - "start": 59824, - "end": 59834, + "start": 62214, + "end": 62224, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 23 } }, "object": { "type": "Identifier", - "start": 59824, - "end": 59830, + "start": 62214, + "end": 62220, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 19 }, "identifierName": "margin" @@ -362014,15 +362286,15 @@ }, "property": { "type": "Identifier", - "start": 59831, - "end": 59834, + "start": 62221, + "end": 62224, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 20 }, "end": { - "line": 1299, + "line": 1341, "column": 23 }, "identifierName": "top" @@ -362035,15 +362307,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 59837, - "end": 59838, + "start": 62227, + "end": 62228, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 26 }, "end": { - "line": 1299, + "line": 1341, "column": 27 } }, @@ -362057,72 +362329,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 59841, - "end": 59943, + "start": 62231, + "end": 62333, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 30 }, "end": { - "line": 1301, + "line": 1343, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 59855, - "end": 59933, + "start": 62245, + "end": 62323, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 90 } }, "expression": { "type": "CallExpression", - "start": 59855, - "end": 59933, + "start": 62245, + "end": 62323, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 59855, - "end": 59871, + "start": 62245, + "end": 62261, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 28 } }, "object": { "type": "Identifier", - "start": 59855, - "end": 59863, + "start": 62245, + "end": 62253, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 20 }, "identifierName": "_wrapper" @@ -362131,15 +362403,15 @@ }, "property": { "type": "Identifier", - "start": 59864, - "end": 59871, + "start": 62254, + "end": 62261, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 21 }, "end": { - "line": 1300, + "line": 1342, "column": 28 }, "identifierName": "prepend" @@ -362151,71 +362423,71 @@ "arguments": [ { "type": "CallExpression", - "start": 59873, - "end": 59931, + "start": 62263, + "end": 62321, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 59873, - "end": 59892, + "start": 62263, + "end": 62282, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 49 } }, "object": { "type": "CallExpression", - "start": 59873, - "end": 59888, + "start": 62263, + "end": 62278, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 59873, - "end": 59886, + "start": 62263, + "end": 62276, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 43 } }, "object": { "type": "Identifier", - "start": 59873, - "end": 59880, + "start": 62263, + "end": 62270, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 37 }, "identifierName": "_margin" @@ -362224,15 +362496,15 @@ }, "property": { "type": "Identifier", - "start": 59881, - "end": 59886, + "start": 62271, + "end": 62276, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 38 }, "end": { - "line": 1300, + "line": 1342, "column": 43 }, "identifierName": "clone" @@ -362245,15 +362517,15 @@ }, "property": { "type": "Identifier", - "start": 59889, - "end": 59892, + "start": 62279, + "end": 62282, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 46 }, "end": { - "line": 1300, + "line": 1342, "column": 49 }, "identifierName": "css" @@ -362265,15 +362537,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 59894, - "end": 59902, + "start": 62284, + "end": 62292, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 51 }, "end": { - "line": 1300, + "line": 1342, "column": 59 } }, @@ -362285,58 +362557,58 @@ }, { "type": "TemplateLiteral", - "start": 59904, - "end": 59929, + "start": 62294, + "end": 62319, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 61 }, "end": { - "line": 1300, + "line": 1342, "column": 86 } }, "expressions": [ { "type": "BinaryExpression", - "start": 59909, - "end": 59923, + "start": 62299, + "end": 62313, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 80 } }, "left": { "type": "MemberExpression", - "start": 59909, - "end": 59919, + "start": 62299, + "end": 62309, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 76 } }, "object": { "type": "Identifier", - "start": 59909, - "end": 59915, + "start": 62299, + "end": 62305, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 72 }, "identifierName": "margin" @@ -362345,15 +362617,15 @@ }, "property": { "type": "Identifier", - "start": 59916, - "end": 59919, + "start": 62306, + "end": 62309, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 73 }, "end": { - "line": 1300, + "line": 1342, "column": 76 }, "identifierName": "top" @@ -362365,15 +362637,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 59922, - "end": 59923, + "start": 62312, + "end": 62313, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 79 }, "end": { - "line": 1300, + "line": 1342, "column": 80 } }, @@ -362385,22 +362657,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 59907 + "parenStart": 62297 } } ], "quasis": [ { "type": "TemplateElement", - "start": 59905, - "end": 59905, + "start": 62295, + "end": 62295, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 62 }, "end": { - "line": 1300, + "line": 1342, "column": 62 } }, @@ -362412,15 +362684,15 @@ }, { "type": "TemplateElement", - "start": 59926, - "end": 59928, + "start": 62316, + "end": 62318, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 83 }, "end": { - "line": 1300, + "line": 1342, "column": 85 } }, @@ -362445,15 +362717,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -362462,58 +362734,58 @@ }, { "type": "ForStatement", - "start": 59961, - "end": 60119, + "start": 62351, + "end": 62509, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 8 }, "end": { - "line": 1307, + "line": 1349, "column": 9 } }, "init": { "type": "VariableDeclaration", - "start": 59967, - "end": 59976, + "start": 62357, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 14 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 59971, - "end": 59976, + "start": 62361, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 18 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, "id": { "type": "Identifier", - "start": 59971, - "end": 59972, + "start": 62361, + "end": 62362, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 18 }, "end": { - "line": 1303, + "line": 1345, "column": 19 }, "identifierName": "i" @@ -362522,15 +362794,15 @@ }, "init": { "type": "NumericLiteral", - "start": 59975, - "end": 59976, + "start": 62365, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 22 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } }, @@ -362546,29 +362818,29 @@ }, "test": { "type": "BinaryExpression", - "start": 59978, - "end": 59993, + "start": 62368, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 25 }, "end": { - "line": 1303, + "line": 1345, "column": 40 } }, "left": { "type": "Identifier", - "start": 59978, - "end": 59979, + "start": 62368, + "end": 62369, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 25 }, "end": { - "line": 1303, + "line": 1345, "column": 26 }, "identifierName": "i" @@ -362578,29 +362850,29 @@ "operator": "<", "right": { "type": "MemberExpression", - "start": 59982, - "end": 59993, + "start": 62372, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 29 }, "end": { - "line": 1303, + "line": 1345, "column": 40 } }, "object": { "type": "Identifier", - "start": 59982, - "end": 59988, + "start": 62372, + "end": 62378, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 29 }, "end": { - "line": 1303, + "line": 1345, "column": 35 }, "identifierName": "_props" @@ -362609,15 +362881,15 @@ }, "property": { "type": "Identifier", - "start": 59989, - "end": 59993, + "start": 62379, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 36 }, "end": { - "line": 1303, + "line": 1345, "column": 40 }, "identifierName": "rows" @@ -362629,15 +362901,15 @@ }, "update": { "type": "UpdateExpression", - "start": 59995, - "end": 59998, + "start": 62385, + "end": 62388, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 42 }, "end": { - "line": 1303, + "line": 1345, "column": 45 } }, @@ -362645,15 +362917,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 59995, - "end": 59996, + "start": 62385, + "end": 62386, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 42 }, "end": { - "line": 1303, + "line": 1345, "column": 43 }, "identifierName": "i" @@ -362663,59 +362935,59 @@ }, "body": { "type": "BlockStatement", - "start": 60001, - "end": 60119, + "start": 62391, + "end": 62509, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 48 }, "end": { - "line": 1307, + "line": 1349, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 60015, - "end": 60059, + "start": 62405, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 12 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60019, - "end": 60059, + "start": 62409, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 16 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "id": { "type": "Identifier", - "start": 60019, - "end": 60024, + "start": 62409, + "end": 62414, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 16 }, "end": { - "line": 1304, + "line": 1346, "column": 21 }, "identifierName": "_item" @@ -362724,71 +362996,71 @@ }, "init": { "type": "CallExpression", - "start": 60027, - "end": 60059, + "start": 62417, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 60027, - "end": 60045, + "start": 62417, + "end": 62435, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 42 } }, "object": { "type": "CallExpression", - "start": 60027, - "end": 60040, + "start": 62417, + "end": 62430, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 60027, - "end": 60038, + "start": 62417, + "end": 62428, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 35 } }, "object": { "type": "Identifier", - "start": 60027, - "end": 60032, + "start": 62417, + "end": 62422, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 29 }, "identifierName": "_list" @@ -362797,15 +363069,15 @@ }, "property": { "type": "Identifier", - "start": 60033, - "end": 60038, + "start": 62423, + "end": 62428, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 30 }, "end": { - "line": 1304, + "line": 1346, "column": 35 }, "identifierName": "clone" @@ -362818,15 +363090,15 @@ }, "property": { "type": "Identifier", - "start": 60041, - "end": 60045, + "start": 62431, + "end": 62435, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 38 }, "end": { - "line": 1304, + "line": 1346, "column": 42 }, "identifierName": "html" @@ -362838,29 +363110,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60047, - "end": 60057, + "start": 62437, + "end": 62447, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 44 }, "end": { - "line": 1304, + "line": 1346, "column": 54 } }, "object": { "type": "Identifier", - "start": 60047, - "end": 60054, + "start": 62437, + "end": 62444, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 44 }, "end": { - "line": 1304, + "line": 1346, "column": 51 }, "identifierName": "_sbList" @@ -362869,15 +363141,15 @@ }, "property": { "type": "Identifier", - "start": 60055, - "end": 60056, + "start": 62445, + "end": 62446, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 52 }, "end": { - "line": 1304, + "line": 1346, "column": 53 }, "identifierName": "i" @@ -362894,57 +363166,57 @@ }, { "type": "ExpressionStatement", - "start": 60085, - "end": 60109, + "start": 62475, + "end": 62499, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 60085, - "end": 60109, + "start": 62475, + "end": 62499, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 60085, - "end": 60100, + "start": 62475, + "end": 62490, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 27 } }, "object": { "type": "Identifier", - "start": 60085, - "end": 60093, + "start": 62475, + "end": 62483, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 20 }, "identifierName": "_wrapper" @@ -362953,15 +363225,15 @@ }, "property": { "type": "Identifier", - "start": 60094, - "end": 60100, + "start": 62484, + "end": 62490, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 21 }, "end": { - "line": 1306, + "line": 1348, "column": 27 }, "identifierName": "append" @@ -362973,15 +363245,15 @@ "arguments": [ { "type": "Identifier", - "start": 60102, - "end": 60107, + "start": 62492, + "end": 62497, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 29 }, "end": { - "line": 1306, + "line": 1348, "column": 34 }, "identifierName": "_item" @@ -362997,113 +363269,113 @@ }, { "type": "ExpressionStatement", - "start": 60128, - "end": 60276, + "start": 62518, + "end": 62666, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 156 } }, "expression": { "type": "CallExpression", - "start": 60128, - "end": 60276, + "start": 62518, + "end": 62666, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 156 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60227, + "start": 62518, + "end": 62617, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 107 } }, "object": { "type": "CallExpression", - "start": 60128, - "end": 60223, + "start": 62518, + "end": 62613, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60179, + "start": 62518, + "end": 62569, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 59 } }, "object": { "type": "CallExpression", - "start": 60128, - "end": 60175, + "start": 62518, + "end": 62565, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 60128, - "end": 60141, + "start": 62518, + "end": 62531, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 21 } }, "object": { "type": "Identifier", - "start": 60128, - "end": 60136, + "start": 62518, + "end": 62526, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 16 }, "identifierName": "_wrapper" @@ -363112,15 +363384,15 @@ }, "property": { "type": "Identifier", - "start": 60137, - "end": 60141, + "start": 62527, + "end": 62531, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 17 }, "end": { - "line": 1308, + "line": 1350, "column": 21 }, "identifierName": "find" @@ -363132,29 +363404,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60143, - "end": 60173, + "start": 62533, + "end": 62563, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 23 }, "end": { - "line": 1308, + "line": 1350, "column": 53 } }, "object": { "type": "Identifier", - "start": 60143, - "end": 60151, + "start": 62533, + "end": 62541, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 23 }, "end": { - "line": 1308, + "line": 1350, "column": 31 }, "identifierName": "Selector" @@ -363163,15 +363435,15 @@ }, "property": { "type": "Identifier", - "start": 60152, - "end": 60173, + "start": 62542, + "end": 62563, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 32 }, "end": { - "line": 1308, + "line": 1350, "column": 53 }, "identifierName": "TIMELINE_SIDEBAR_ITEM" @@ -363184,15 +363456,15 @@ }, "property": { "type": "Identifier", - "start": 60176, - "end": 60179, + "start": 62566, + "end": 62569, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 56 }, "end": { - "line": 1308, + "line": 1350, "column": 59 }, "identifierName": "css" @@ -363204,15 +363476,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60181, - "end": 60189, + "start": 62571, + "end": 62579, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 61 }, "end": { - "line": 1308, + "line": 1350, "column": 69 } }, @@ -363224,58 +363496,58 @@ }, { "type": "TemplateLiteral", - "start": 60191, - "end": 60221, + "start": 62581, + "end": 62611, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 71 }, "end": { - "line": 1308, + "line": 1350, "column": 101 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60196, - "end": 60215, + "start": 62586, + "end": 62605, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 95 } }, "left": { "type": "MemberExpression", - "start": 60196, - "end": 60210, + "start": 62586, + "end": 62600, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 90 } }, "object": { "type": "Identifier", - "start": 60196, - "end": 60202, + "start": 62586, + "end": 62592, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 82 }, "identifierName": "_props" @@ -363284,15 +363556,15 @@ }, "property": { "type": "Identifier", - "start": 60203, - "end": 60210, + "start": 62593, + "end": 62600, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 83 }, "end": { - "line": 1308, + "line": 1350, "column": 90 }, "identifierName": "rowSize" @@ -363304,15 +363576,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 60213, - "end": 60215, + "start": 62603, + "end": 62605, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 93 }, "end": { - "line": 1308, + "line": 1350, "column": 95 }, "identifierName": "_c" @@ -363321,22 +363593,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60194 + "parenStart": 62584 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60192, - "end": 60192, + "start": 62582, + "end": 62582, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 72 }, "end": { - "line": 1308, + "line": 1350, "column": 72 } }, @@ -363348,15 +363620,15 @@ }, { "type": "TemplateElement", - "start": 60218, - "end": 60220, + "start": 62608, + "end": 62610, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 98 }, "end": { - "line": 1308, + "line": 1350, "column": 100 } }, @@ -363372,15 +363644,15 @@ }, "property": { "type": "Identifier", - "start": 60224, - "end": 60227, + "start": 62614, + "end": 62617, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 104 }, "end": { - "line": 1308, + "line": 1350, "column": 107 }, "identifierName": "css" @@ -363392,15 +363664,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60229, - "end": 60242, + "start": 62619, + "end": 62632, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 109 }, "end": { - "line": 1308, + "line": 1350, "column": 122 } }, @@ -363412,58 +363684,58 @@ }, { "type": "TemplateLiteral", - "start": 60244, - "end": 60274, + "start": 62634, + "end": 62664, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 124 }, "end": { - "line": 1308, + "line": 1350, "column": 154 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60249, - "end": 60268, + "start": 62639, + "end": 62658, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 148 } }, "left": { "type": "MemberExpression", - "start": 60249, - "end": 60263, + "start": 62639, + "end": 62653, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 143 } }, "object": { "type": "Identifier", - "start": 60249, - "end": 60255, + "start": 62639, + "end": 62645, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 135 }, "identifierName": "_props" @@ -363472,15 +363744,15 @@ }, "property": { "type": "Identifier", - "start": 60256, - "end": 60263, + "start": 62646, + "end": 62653, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 136 }, "end": { - "line": 1308, + "line": 1350, "column": 143 }, "identifierName": "rowSize" @@ -363492,15 +363764,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 60266, - "end": 60268, + "start": 62656, + "end": 62658, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 146 }, "end": { - "line": 1308, + "line": 1350, "column": 148 }, "identifierName": "_c" @@ -363509,22 +363781,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60247 + "parenStart": 62637 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60245, - "end": 60245, + "start": 62635, + "end": 62635, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 125 }, "end": { - "line": 1308, + "line": 1350, "column": 125 } }, @@ -363536,15 +363808,15 @@ }, { "type": "TemplateElement", - "start": 60271, - "end": 60273, + "start": 62661, + "end": 62663, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 151 }, "end": { - "line": 1308, + "line": 1350, "column": 153 } }, @@ -363561,57 +363833,57 @@ }, { "type": "IfStatement", - "start": 60294, - "end": 60423, + "start": 62684, + "end": 62813, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 8 }, "end": { - "line": 1312, + "line": 1354, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60299, - "end": 60316, + "start": 62689, + "end": 62706, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 30 } }, "left": { "type": "MemberExpression", - "start": 60299, - "end": 60312, + "start": 62689, + "end": 62702, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 26 } }, "object": { "type": "Identifier", - "start": 60299, - "end": 60305, + "start": 62689, + "end": 62695, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 19 }, "identifierName": "margin" @@ -363620,15 +363892,15 @@ }, "property": { "type": "Identifier", - "start": 60306, - "end": 60312, + "start": 62696, + "end": 62702, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 20 }, "end": { - "line": 1310, + "line": 1352, "column": 26 }, "identifierName": "bottom" @@ -363640,15 +363912,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 60315, - "end": 60316, + "start": 62705, + "end": 62706, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 29 }, "end": { - "line": 1310, + "line": 1352, "column": 30 } }, @@ -363661,72 +363933,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 60319, - "end": 60423, + "start": 62709, + "end": 62813, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 33 }, "end": { - "line": 1312, + "line": 1354, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60333, - "end": 60413, + "start": 62723, + "end": 62803, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 60333, - "end": 60413, + "start": 62723, + "end": 62803, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 60333, - "end": 60348, + "start": 62723, + "end": 62738, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 27 } }, "object": { "type": "Identifier", - "start": 60333, - "end": 60341, + "start": 62723, + "end": 62731, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 20 }, "identifierName": "_wrapper" @@ -363735,15 +364007,15 @@ }, "property": { "type": "Identifier", - "start": 60342, - "end": 60348, + "start": 62732, + "end": 62738, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 21 }, "end": { - "line": 1311, + "line": 1353, "column": 27 }, "identifierName": "append" @@ -363755,71 +364027,71 @@ "arguments": [ { "type": "CallExpression", - "start": 60350, - "end": 60411, + "start": 62740, + "end": 62801, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 60350, - "end": 60369, + "start": 62740, + "end": 62759, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 48 } }, "object": { "type": "CallExpression", - "start": 60350, - "end": 60365, + "start": 62740, + "end": 62755, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 60350, - "end": 60363, + "start": 62740, + "end": 62753, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 42 } }, "object": { "type": "Identifier", - "start": 60350, - "end": 60357, + "start": 62740, + "end": 62747, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 36 }, "identifierName": "_margin" @@ -363828,15 +364100,15 @@ }, "property": { "type": "Identifier", - "start": 60358, - "end": 60363, + "start": 62748, + "end": 62753, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 37 }, "end": { - "line": 1311, + "line": 1353, "column": 42 }, "identifierName": "clone" @@ -363849,15 +364121,15 @@ }, "property": { "type": "Identifier", - "start": 60366, - "end": 60369, + "start": 62756, + "end": 62759, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 45 }, "end": { - "line": 1311, + "line": 1353, "column": 48 }, "identifierName": "css" @@ -363869,15 +364141,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60371, - "end": 60379, + "start": 62761, + "end": 62769, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 50 }, "end": { - "line": 1311, + "line": 1353, "column": 58 } }, @@ -363889,58 +364161,58 @@ }, { "type": "TemplateLiteral", - "start": 60381, - "end": 60409, + "start": 62771, + "end": 62799, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 60 }, "end": { - "line": 1311, + "line": 1353, "column": 88 } }, "expressions": [ { "type": "BinaryExpression", - "start": 60386, - "end": 60403, + "start": 62776, + "end": 62793, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 60386, - "end": 60399, + "start": 62776, + "end": 62789, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 78 } }, "object": { "type": "Identifier", - "start": 60386, - "end": 60392, + "start": 62776, + "end": 62782, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 71 }, "identifierName": "margin" @@ -363949,15 +364221,15 @@ }, "property": { "type": "Identifier", - "start": 60393, - "end": 60399, + "start": 62783, + "end": 62789, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 72 }, "end": { - "line": 1311, + "line": 1353, "column": 78 }, "identifierName": "bottom" @@ -363969,15 +364241,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 60402, - "end": 60403, + "start": 62792, + "end": 62793, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 81 }, "end": { - "line": 1311, + "line": 1353, "column": 82 } }, @@ -363989,22 +364261,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 60384 + "parenStart": 62774 } } ], "quasis": [ { "type": "TemplateElement", - "start": 60382, - "end": 60382, + "start": 62772, + "end": 62772, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 61 }, "end": { - "line": 1311, + "line": 1353, "column": 61 } }, @@ -364016,15 +364288,15 @@ }, { "type": "TemplateElement", - "start": 60406, - "end": 60408, + "start": 62796, + "end": 62798, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 85 }, "end": { - "line": 1311, + "line": 1353, "column": 87 } }, @@ -364048,29 +364320,29 @@ }, { "type": "ReturnStatement", - "start": 60441, - "end": 60456, + "start": 62831, + "end": 62846, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 8 }, "end": { - "line": 1314, + "line": 1356, "column": 23 } }, "argument": { "type": "Identifier", - "start": 60448, - "end": 60456, + "start": 62838, + "end": 62846, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 15 }, "end": { - "line": 1314, + "line": 1356, "column": 23 }, "identifierName": "_wrapper" @@ -364086,15 +364358,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -364104,15 +364376,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -364121,15 +364393,15 @@ }, { "type": "ClassMethod", - "start": 60591, - "end": 62282, + "start": 62981, + "end": 64672, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 4 }, "end": { - "line": 1351, + "line": 1393, "column": 5 } }, @@ -364137,15 +364409,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60591, - "end": 60604, + "start": 62981, + "end": 62994, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 4 }, "end": { - "line": 1322, + "line": 1364, "column": 17 }, "identifierName": "_createFooter" @@ -364161,59 +364433,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60607, - "end": 62282, + "start": 62997, + "end": 64672, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 20 }, "end": { - "line": 1351, + "line": 1393, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 60617, - "end": 61389, + "start": 63007, + "end": 63779, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 8 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 60621, - "end": 60644, + "start": 63011, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 12 }, "end": { - "line": 1323, + "line": 1365, "column": 35 } }, "id": { "type": "Identifier", - "start": 60621, - "end": 60626, + "start": 63011, + "end": 63016, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 12 }, "end": { - "line": 1323, + "line": 1365, "column": 17 }, "identifierName": "_opts" @@ -364222,44 +364494,44 @@ }, "init": { "type": "MemberExpression", - "start": 60632, - "end": 60644, + "start": 63022, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 23 }, "end": { - "line": 1323, + "line": 1365, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 60632, - "end": 60636, + "start": 63022, + "end": 63026, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 23 }, "end": { - "line": 1323, + "line": 1365, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60637, - "end": 60644, + "start": 63027, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 28 }, "end": { - "line": 1323, + "line": 1365, "column": 35 }, "identifierName": "_config" @@ -364271,29 +364543,29 @@ }, { "type": "VariableDeclarator", - "start": 60658, - "end": 60688, + "start": 63048, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 12 }, "end": { - "line": 1324, + "line": 1366, "column": 42 } }, "id": { "type": "Identifier", - "start": 60658, - "end": 60664, + "start": 63048, + "end": 63054, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 12 }, "end": { - "line": 1324, + "line": 1366, "column": 18 }, "identifierName": "_props" @@ -364302,44 +364574,44 @@ }, "init": { "type": "MemberExpression", - "start": 60669, - "end": 60688, + "start": 63059, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 23 }, "end": { - "line": 1324, + "line": 1366, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 60669, - "end": 60673, + "start": 63059, + "end": 63063, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 23 }, "end": { - "line": 1324, + "line": 1366, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60674, - "end": 60688, + "start": 63064, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 28 }, "end": { - "line": 1324, + "line": 1366, "column": 42 }, "identifierName": "_instanceProps" @@ -364351,29 +364623,29 @@ }, { "type": "VariableDeclarator", - "start": 60702, - "end": 60776, + "start": 63092, + "end": 63166, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 12 }, "end": { - "line": 1325, + "line": 1367, "column": 86 } }, "id": { "type": "Identifier", - "start": 60702, - "end": 60710, + "start": 63092, + "end": 63100, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 12 }, "end": { - "line": 1325, + "line": 1367, "column": 20 }, "identifierName": "_display" @@ -364382,58 +364654,58 @@ }, "init": { "type": "CallExpression", - "start": 60713, - "end": 60776, + "start": 63103, + "end": 63166, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 60713, - "end": 60728, + "start": 63103, + "end": 63118, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60713, - "end": 60717, + "start": 63103, + "end": 63107, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60718, - "end": 60728, + "start": 63108, + "end": 63118, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 28 }, "end": { - "line": 1325, + "line": 1367, "column": 38 }, "identifierName": "supplement" @@ -364445,43 +364717,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60730, - "end": 60752, + "start": 63120, + "end": 63142, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 60730, - "end": 60744, + "start": 63120, + "end": 63134, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 54 } }, "object": { "type": "Identifier", - "start": 60730, - "end": 60737, + "start": 63120, + "end": 63127, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 47 }, "identifierName": "Default" @@ -364490,15 +364762,15 @@ }, "property": { "type": "Identifier", - "start": 60738, - "end": 60744, + "start": 63128, + "end": 63134, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 48 }, "end": { - "line": 1325, + "line": 1367, "column": 54 }, "identifierName": "footer" @@ -364509,15 +364781,15 @@ }, "property": { "type": "Identifier", - "start": 60745, - "end": 60752, + "start": 63135, + "end": 63142, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 55 }, "end": { - "line": 1325, + "line": 1367, "column": 62 }, "identifierName": "display" @@ -364528,43 +364800,43 @@ }, { "type": "MemberExpression", - "start": 60754, - "end": 60774, + "start": 63144, + "end": 63164, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 84 } }, "object": { "type": "MemberExpression", - "start": 60754, - "end": 60766, + "start": 63144, + "end": 63156, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 76 } }, "object": { "type": "Identifier", - "start": 60754, - "end": 60759, + "start": 63144, + "end": 63149, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 69 }, "identifierName": "_opts" @@ -364573,15 +364845,15 @@ }, "property": { "type": "Identifier", - "start": 60760, - "end": 60766, + "start": 63150, + "end": 63156, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 70 }, "end": { - "line": 1325, + "line": 1367, "column": 76 }, "identifierName": "footer" @@ -364592,15 +364864,15 @@ }, "property": { "type": "Identifier", - "start": 60767, - "end": 60774, + "start": 63157, + "end": 63164, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 77 }, "end": { - "line": 1325, + "line": 1367, "column": 84 }, "identifierName": "display" @@ -364614,29 +364886,29 @@ }, { "type": "VariableDeclarator", - "start": 60790, - "end": 60846, + "start": 63180, + "end": 63236, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 12 }, "end": { - "line": 1326, + "line": 1368, "column": 68 } }, "id": { "type": "Identifier", - "start": 60790, - "end": 60798, + "start": 63180, + "end": 63188, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 12 }, "end": { - "line": 1326, + "line": 1368, "column": 20 }, "identifierName": "_content" @@ -364645,58 +364917,58 @@ }, "init": { "type": "CallExpression", - "start": 60801, - "end": 60846, + "start": 63191, + "end": 63236, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 60801, - "end": 60816, + "start": 63191, + "end": 63206, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60801, - "end": 60805, + "start": 63191, + "end": 63195, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60806, - "end": 60816, + "start": 63196, + "end": 63206, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 28 }, "end": { - "line": 1326, + "line": 1368, "column": 38 }, "identifierName": "supplement" @@ -364708,58 +364980,58 @@ "arguments": [ { "type": "NullLiteral", - "start": 60818, - "end": 60822, + "start": 63208, + "end": 63212, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 40 }, "end": { - "line": 1326, + "line": 1368, "column": 44 } } }, { "type": "MemberExpression", - "start": 60824, - "end": 60844, + "start": 63214, + "end": 63234, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 60824, - "end": 60836, + "start": 63214, + "end": 63226, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 58 } }, "object": { "type": "Identifier", - "start": 60824, - "end": 60829, + "start": 63214, + "end": 63219, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 51 }, "identifierName": "_opts" @@ -364768,15 +365040,15 @@ }, "property": { "type": "Identifier", - "start": 60830, - "end": 60836, + "start": 63220, + "end": 63226, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 52 }, "end": { - "line": 1326, + "line": 1368, "column": 58 }, "identifierName": "footer" @@ -364787,15 +365059,15 @@ }, "property": { "type": "Identifier", - "start": 60837, - "end": 60844, + "start": 63227, + "end": 63234, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 59 }, "end": { - "line": 1326, + "line": 1368, "column": 66 }, "identifierName": "content" @@ -364809,29 +365081,29 @@ }, { "type": "VariableDeclarator", - "start": 60860, - "end": 60930, + "start": 63250, + "end": 63320, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 12 }, "end": { - "line": 1327, + "line": 1369, "column": 82 } }, "id": { "type": "Identifier", - "start": 60860, - "end": 60866, + "start": 63250, + "end": 63256, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 12 }, "end": { - "line": 1327, + "line": 1369, "column": 18 }, "identifierName": "_range" @@ -364840,58 +365112,58 @@ }, "init": { "type": "CallExpression", - "start": 60871, - "end": 60930, + "start": 63261, + "end": 63320, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 60871, - "end": 60886, + "start": 63261, + "end": 63276, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60871, - "end": 60875, + "start": 63261, + "end": 63265, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60876, - "end": 60886, + "start": 63266, + "end": 63276, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 28 }, "end": { - "line": 1327, + "line": 1369, "column": 38 }, "identifierName": "supplement" @@ -364903,43 +365175,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60888, - "end": 60908, + "start": 63278, + "end": 63298, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 60888, - "end": 60902, + "start": 63278, + "end": 63292, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 54 } }, "object": { "type": "Identifier", - "start": 60888, - "end": 60895, + "start": 63278, + "end": 63285, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 47 }, "identifierName": "Default" @@ -364948,15 +365220,15 @@ }, "property": { "type": "Identifier", - "start": 60896, - "end": 60902, + "start": 63286, + "end": 63292, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 48 }, "end": { - "line": 1327, + "line": 1369, "column": 54 }, "identifierName": "footer" @@ -364967,15 +365239,15 @@ }, "property": { "type": "Identifier", - "start": 60903, - "end": 60908, + "start": 63293, + "end": 63298, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 55 }, "end": { - "line": 1327, + "line": 1369, "column": 60 }, "identifierName": "range" @@ -364986,43 +365258,43 @@ }, { "type": "MemberExpression", - "start": 60910, - "end": 60928, + "start": 63300, + "end": 63318, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 60910, - "end": 60922, + "start": 63300, + "end": 63312, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 74 } }, "object": { "type": "Identifier", - "start": 60910, - "end": 60915, + "start": 63300, + "end": 63305, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 67 }, "identifierName": "_opts" @@ -365031,15 +365303,15 @@ }, "property": { "type": "Identifier", - "start": 60916, - "end": 60922, + "start": 63306, + "end": 63312, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 68 }, "end": { - "line": 1327, + "line": 1369, "column": 74 }, "identifierName": "footer" @@ -365050,15 +365322,15 @@ }, "property": { "type": "Identifier", - "start": 60923, - "end": 60928, + "start": 63313, + "end": 63318, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 75 }, "end": { - "line": 1327, + "line": 1369, "column": 80 }, "identifierName": "range" @@ -365072,29 +365344,29 @@ }, { "type": "VariableDeclarator", - "start": 60944, - "end": 61014, + "start": 63334, + "end": 63404, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 12 }, "end": { - "line": 1328, + "line": 1370, "column": 82 } }, "id": { "type": "Identifier", - "start": 60944, - "end": 60950, + "start": 63334, + "end": 63340, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 12 }, "end": { - "line": 1328, + "line": 1370, "column": 18 }, "identifierName": "_scale" @@ -365103,58 +365375,58 @@ }, "init": { "type": "CallExpression", - "start": 60955, - "end": 61014, + "start": 63345, + "end": 63404, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 60955, - "end": 60970, + "start": 63345, + "end": 63360, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 60955, - "end": 60959, + "start": 63345, + "end": 63349, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 27 } } }, "property": { "type": "Identifier", - "start": 60960, - "end": 60970, + "start": 63350, + "end": 63360, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 28 }, "end": { - "line": 1328, + "line": 1370, "column": 38 }, "identifierName": "supplement" @@ -365166,43 +365438,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 60972, - "end": 60992, + "start": 63362, + "end": 63382, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 60972, - "end": 60986, + "start": 63362, + "end": 63376, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 54 } }, "object": { "type": "Identifier", - "start": 60972, - "end": 60979, + "start": 63362, + "end": 63369, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 47 }, "identifierName": "Default" @@ -365211,15 +365483,15 @@ }, "property": { "type": "Identifier", - "start": 60980, - "end": 60986, + "start": 63370, + "end": 63376, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 48 }, "end": { - "line": 1328, + "line": 1370, "column": 54 }, "identifierName": "footer" @@ -365230,15 +365502,15 @@ }, "property": { "type": "Identifier", - "start": 60987, - "end": 60992, + "start": 63377, + "end": 63382, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 55 }, "end": { - "line": 1328, + "line": 1370, "column": 60 }, "identifierName": "scale" @@ -365249,43 +365521,43 @@ }, { "type": "MemberExpression", - "start": 60994, - "end": 61012, + "start": 63384, + "end": 63402, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 60994, - "end": 61006, + "start": 63384, + "end": 63396, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 74 } }, "object": { "type": "Identifier", - "start": 60994, - "end": 60999, + "start": 63384, + "end": 63389, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 67 }, "identifierName": "_opts" @@ -365294,15 +365566,15 @@ }, "property": { "type": "Identifier", - "start": 61000, - "end": 61006, + "start": 63390, + "end": 63396, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 68 }, "end": { - "line": 1328, + "line": 1370, "column": 74 }, "identifierName": "footer" @@ -365313,15 +365585,15 @@ }, "property": { "type": "Identifier", - "start": 61007, - "end": 61012, + "start": 63397, + "end": 63402, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 75 }, "end": { - "line": 1328, + "line": 1370, "column": 80 }, "identifierName": "scale" @@ -365335,29 +365607,29 @@ }, { "type": "VariableDeclarator", - "start": 61028, - "end": 61100, + "start": 63418, + "end": 63490, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 12 }, "end": { - "line": 1329, + "line": 1371, "column": 84 } }, "id": { "type": "Identifier", - "start": 61028, - "end": 61035, + "start": 63418, + "end": 63425, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 12 }, "end": { - "line": 1329, + "line": 1371, "column": 19 }, "identifierName": "_locale" @@ -365366,58 +365638,58 @@ }, "init": { "type": "CallExpression", - "start": 61039, - "end": 61100, + "start": 63429, + "end": 63490, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61039, - "end": 61054, + "start": 63429, + "end": 63444, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61039, - "end": 61043, + "start": 63429, + "end": 63433, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61044, - "end": 61054, + "start": 63434, + "end": 63444, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 28 }, "end": { - "line": 1329, + "line": 1371, "column": 38 }, "identifierName": "supplement" @@ -365429,43 +365701,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 61056, - "end": 61077, + "start": 63446, + "end": 63467, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 61056, - "end": 61070, + "start": 63446, + "end": 63460, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 54 } }, "object": { "type": "Identifier", - "start": 61056, - "end": 61063, + "start": 63446, + "end": 63453, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 47 }, "identifierName": "Default" @@ -365474,15 +365746,15 @@ }, "property": { "type": "Identifier", - "start": 61064, - "end": 61070, + "start": 63454, + "end": 63460, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 48 }, "end": { - "line": 1329, + "line": 1371, "column": 54 }, "identifierName": "footer" @@ -365493,15 +365765,15 @@ }, "property": { "type": "Identifier", - "start": 61071, - "end": 61077, + "start": 63461, + "end": 63467, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 55 }, "end": { - "line": 1329, + "line": 1371, "column": 61 }, "identifierName": "locale" @@ -365512,43 +365784,43 @@ }, { "type": "MemberExpression", - "start": 61079, - "end": 61098, + "start": 63469, + "end": 63488, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 61079, - "end": 61091, + "start": 63469, + "end": 63481, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 75 } }, "object": { "type": "Identifier", - "start": 61079, - "end": 61084, + "start": 63469, + "end": 63474, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 68 }, "identifierName": "_opts" @@ -365557,15 +365829,15 @@ }, "property": { "type": "Identifier", - "start": 61085, - "end": 61091, + "start": 63475, + "end": 63481, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 69 }, "end": { - "line": 1329, + "line": 1371, "column": 75 }, "identifierName": "footer" @@ -365576,15 +365848,15 @@ }, "property": { "type": "Identifier", - "start": 61092, - "end": 61098, + "start": 63482, + "end": 63488, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 76 }, "end": { - "line": 1329, + "line": 1371, "column": 82 }, "identifierName": "locale" @@ -365598,29 +365870,29 @@ }, { "type": "VariableDeclarator", - "start": 61114, - "end": 61186, + "start": 63504, + "end": 63576, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 12 }, "end": { - "line": 1330, + "line": 1372, "column": 84 } }, "id": { "type": "Identifier", - "start": 61114, - "end": 61121, + "start": 63504, + "end": 63511, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 12 }, "end": { - "line": 1330, + "line": 1372, "column": 19 }, "identifierName": "_format" @@ -365629,58 +365901,58 @@ }, "init": { "type": "CallExpression", - "start": 61125, - "end": 61186, + "start": 63515, + "end": 63576, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61125, - "end": 61140, + "start": 63515, + "end": 63530, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61125, - "end": 61129, + "start": 63515, + "end": 63519, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61130, - "end": 61140, + "start": 63520, + "end": 63530, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 28 }, "end": { - "line": 1330, + "line": 1372, "column": 38 }, "identifierName": "supplement" @@ -365692,43 +365964,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 61142, - "end": 61163, + "start": 63532, + "end": 63553, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 61142, - "end": 61156, + "start": 63532, + "end": 63546, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 54 } }, "object": { "type": "Identifier", - "start": 61142, - "end": 61149, + "start": 63532, + "end": 63539, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 47 }, "identifierName": "Default" @@ -365737,15 +366009,15 @@ }, "property": { "type": "Identifier", - "start": 61150, - "end": 61156, + "start": 63540, + "end": 63546, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 48 }, "end": { - "line": 1330, + "line": 1372, "column": 54 }, "identifierName": "footer" @@ -365756,15 +366028,15 @@ }, "property": { "type": "Identifier", - "start": 61157, - "end": 61163, + "start": 63547, + "end": 63553, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 55 }, "end": { - "line": 1330, + "line": 1372, "column": 61 }, "identifierName": "format" @@ -365775,43 +366047,43 @@ }, { "type": "MemberExpression", - "start": 61165, - "end": 61184, + "start": 63555, + "end": 63574, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 61165, - "end": 61177, + "start": 63555, + "end": 63567, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 75 } }, "object": { "type": "Identifier", - "start": 61165, - "end": 61170, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 68 }, "identifierName": "_opts" @@ -365820,15 +366092,15 @@ }, "property": { "type": "Identifier", - "start": 61171, - "end": 61177, + "start": 63561, + "end": 63567, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 69 }, "end": { - "line": 1330, + "line": 1372, "column": 75 }, "identifierName": "footer" @@ -365839,15 +366111,15 @@ }, "property": { "type": "Identifier", - "start": 61178, - "end": 61184, + "start": 63568, + "end": 63574, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 76 }, "end": { - "line": 1330, + "line": 1372, "column": 82 }, "identifierName": "format" @@ -365861,29 +366133,29 @@ }, { "type": "VariableDeclarator", - "start": 61200, - "end": 61248, + "start": 63590, + "end": 63638, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 12 }, "end": { - "line": 1331, + "line": 1373, "column": 60 } }, "id": { "type": "Identifier", - "start": 61200, - "end": 61206, + "start": 63590, + "end": 63596, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 12 }, "end": { - "line": 1331, + "line": 1373, "column": 18 }, "identifierName": "_begin" @@ -365892,58 +366164,58 @@ }, "init": { "type": "CallExpression", - "start": 61211, - "end": 61248, + "start": 63601, + "end": 63638, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 61211, - "end": 61226, + "start": 63601, + "end": 63616, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61211, - "end": 61215, + "start": 63601, + "end": 63605, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61216, - "end": 61226, + "start": 63606, + "end": 63616, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 28 }, "end": { - "line": 1331, + "line": 1373, "column": 38 }, "identifierName": "supplement" @@ -365955,44 +366227,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 61228, - "end": 61232, + "start": 63618, + "end": 63622, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 40 }, "end": { - "line": 1331, + "line": 1373, "column": 44 } } }, { "type": "MemberExpression", - "start": 61234, - "end": 61246, + "start": 63624, + "end": 63636, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 46 }, "end": { - "line": 1331, + "line": 1373, "column": 58 } }, "object": { "type": "Identifier", - "start": 61234, - "end": 61240, + "start": 63624, + "end": 63630, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 46 }, "end": { - "line": 1331, + "line": 1373, "column": 52 }, "identifierName": "_props" @@ -366001,15 +366273,15 @@ }, "property": { "type": "Identifier", - "start": 61241, - "end": 61246, + "start": 63631, + "end": 63636, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 53 }, "end": { - "line": 1331, + "line": 1373, "column": 58 }, "identifierName": "begin" @@ -366023,29 +366295,29 @@ }, { "type": "VariableDeclarator", - "start": 61262, - "end": 61308, + "start": 63652, + "end": 63698, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 12 }, "end": { - "line": 1332, + "line": 1374, "column": 58 } }, "id": { "type": "Identifier", - "start": 61262, - "end": 61266, + "start": 63652, + "end": 63656, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 12 }, "end": { - "line": 1332, + "line": 1374, "column": 16 }, "identifierName": "_end" @@ -366054,58 +366326,58 @@ }, "init": { "type": "CallExpression", - "start": 61273, - "end": 61308, + "start": 63663, + "end": 63698, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 61273, - "end": 61288, + "start": 63663, + "end": 63678, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 61273, - "end": 61277, + "start": 63663, + "end": 63667, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 27 } } }, "property": { "type": "Identifier", - "start": 61278, - "end": 61288, + "start": 63668, + "end": 63678, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 28 }, "end": { - "line": 1332, + "line": 1374, "column": 38 }, "identifierName": "supplement" @@ -366117,44 +366389,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 61290, - "end": 61294, + "start": 63680, + "end": 63684, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 40 }, "end": { - "line": 1332, + "line": 1374, "column": 44 } } }, { "type": "MemberExpression", - "start": 61296, - "end": 61306, + "start": 63686, + "end": 63696, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 46 }, "end": { - "line": 1332, + "line": 1374, "column": 56 } }, "object": { "type": "Identifier", - "start": 61296, - "end": 61302, + "start": 63686, + "end": 63692, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 46 }, "end": { - "line": 1332, + "line": 1374, "column": 52 }, "identifierName": "_props" @@ -366163,15 +366435,15 @@ }, "property": { "type": "Identifier", - "start": 61303, - "end": 61306, + "start": 63693, + "end": 63696, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 53 }, "end": { - "line": 1332, + "line": 1374, "column": 56 }, "identifierName": "end" @@ -366185,29 +366457,29 @@ }, { "type": "VariableDeclarator", - "start": 61322, - "end": 61389, + "start": 63712, + "end": 63779, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 12 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "id": { "type": "Identifier", - "start": 61322, - "end": 61332, + "start": 63712, + "end": 63722, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 12 }, "end": { - "line": 1333, + "line": 1375, "column": 22 }, "identifierName": "_tl_footer" @@ -366216,29 +366488,29 @@ }, "init": { "type": "CallExpression", - "start": 61335, - "end": 61389, + "start": 63725, + "end": 63779, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 25 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } }, "callee": { "type": "Identifier", - "start": 61335, - "end": 61336, + "start": 63725, + "end": 63726, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 25 }, "end": { - "line": 1333, + "line": 1375, "column": 26 }, "identifierName": "$" @@ -366248,15 +366520,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 61337, - "end": 61350, + "start": 63727, + "end": 63740, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 27 }, "end": { - "line": 1333, + "line": 1375, "column": 40 } }, @@ -366268,30 +366540,30 @@ }, { "type": "ObjectExpression", - "start": 61352, - "end": 61388, + "start": 63742, + "end": 63778, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 42 }, "end": { - "line": 1333, + "line": 1375, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 61354, - "end": 61386, + "start": 63744, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 44 }, "end": { - "line": 1333, + "line": 1375, "column": 76 } }, @@ -366300,15 +366572,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61354, - "end": 61359, + "start": 63744, + "end": 63749, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 44 }, "end": { - "line": 1333, + "line": 1375, "column": 49 }, "identifierName": "class" @@ -366317,29 +366589,29 @@ }, "value": { "type": "MemberExpression", - "start": 61361, - "end": 61386, + "start": 63751, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 51 }, "end": { - "line": 1333, + "line": 1375, "column": 76 } }, "object": { "type": "Identifier", - "start": 61361, - "end": 61370, + "start": 63751, + "end": 63760, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 51 }, "end": { - "line": 1333, + "line": 1375, "column": 60 }, "identifierName": "ClassName" @@ -366348,15 +366620,15 @@ }, "property": { "type": "Identifier", - "start": 61371, - "end": 61386, + "start": 63761, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 61 }, "end": { - "line": 1333, + "line": 1375, "column": 76 }, "identifierName": "TIMELINE_FOOTER" @@ -366376,29 +366648,29 @@ }, { "type": "IfStatement", - "start": 61407, - "end": 62014, + "start": 63797, + "end": 64404, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 8 }, "end": { - "line": 1342, + "line": 1384, "column": 9 } }, "test": { "type": "Identifier", - "start": 61412, - "end": 61418, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 13 }, "end": { - "line": 1335, + "line": 1377, "column": 19 }, "identifierName": "_range" @@ -366407,58 +366679,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 61421, - "end": 62014, + "start": 63811, + "end": 64404, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 22 }, "end": { - "line": 1342, + "line": 1384, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 61435, - "end": 62004, + "start": 63825, + "end": 64394, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 12 }, "end": { - "line": 1341, + "line": 1383, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 61440, - "end": 61454, + "start": 63830, + "end": 63844, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 17 }, "end": { - "line": 1336, + "line": 1378, "column": 31 } }, "left": { "type": "Identifier", - "start": 61440, - "end": 61446, + "start": 63830, + "end": 63836, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 17 }, "end": { - "line": 1336, + "line": 1378, "column": 23 }, "identifierName": "_begin" @@ -366468,15 +366740,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 61450, - "end": 61454, + "start": 63840, + "end": 63844, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 27 }, "end": { - "line": 1336, + "line": 1378, "column": 31 }, "identifierName": "_end" @@ -366486,59 +366758,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 61457, - "end": 62004, + "start": 63847, + "end": 64394, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 34 }, "end": { - "line": 1341, + "line": 1383, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 61475, - "end": 61644, + "start": 63865, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 16 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61479, - "end": 61644, + "start": 63869, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 20 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "id": { "type": "Identifier", - "start": 61479, - "end": 61484, + "start": 63869, + "end": 63874, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 20 }, "end": { - "line": 1337, + "line": 1379, "column": 25 }, "identifierName": "_meta" @@ -366547,72 +366819,72 @@ }, "init": { "type": "TemplateLiteral", - "start": 61487, - "end": 61644, + "start": 63877, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 28 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } }, "expressions": [ { "type": "CallExpression", - "start": 61490, - "end": 61543, + "start": 63880, + "end": 63933, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 61490, - "end": 61523, + "start": 63880, + "end": 63913, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 64 } }, "object": { "type": "NewExpression", - "start": 61490, - "end": 61508, + "start": 63880, + "end": 63898, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 49 } }, "callee": { "type": "Identifier", - "start": 61494, - "end": 61498, + "start": 63884, + "end": 63888, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 35 }, "end": { - "line": 1337, + "line": 1379, "column": 39 }, "identifierName": "Date" @@ -366622,15 +366894,15 @@ "arguments": [ { "type": "Identifier", - "start": 61500, - "end": 61506, + "start": 63890, + "end": 63896, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 41 }, "end": { - "line": 1337, + "line": 1379, "column": 47 }, "identifierName": "_begin" @@ -366641,15 +366913,15 @@ }, "property": { "type": "Identifier", - "start": 61509, - "end": 61523, + "start": 63899, + "end": 63913, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 50 }, "end": { - "line": 1337, + "line": 1379, "column": 64 }, "identifierName": "toLocaleString" @@ -366661,15 +366933,15 @@ "arguments": [ { "type": "Identifier", - "start": 61525, - "end": 61532, + "start": 63915, + "end": 63922, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 66 }, "end": { - "line": 1337, + "line": 1379, "column": 73 }, "identifierName": "_locale" @@ -366678,15 +366950,15 @@ }, { "type": "Identifier", - "start": 61534, - "end": 61541, + "start": 63924, + "end": 63931, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 75 }, "end": { - "line": 1337, + "line": 1379, "column": 82 }, "identifierName": "_format" @@ -366697,29 +366969,29 @@ }, { "type": "MemberExpression", - "start": 61559, - "end": 61579, + "start": 63949, + "end": 63969, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 100 }, "end": { - "line": 1337, + "line": 1379, "column": 120 } }, "object": { "type": "Identifier", - "start": 61559, - "end": 61568, + "start": 63949, + "end": 63958, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 100 }, "end": { - "line": 1337, + "line": 1379, "column": 109 }, "identifierName": "ClassName" @@ -366728,15 +367000,15 @@ }, "property": { "type": "Identifier", - "start": 61569, - "end": 61579, + "start": 63959, + "end": 63969, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 110 }, "end": { - "line": 1337, + "line": 1379, "column": 120 }, "identifierName": "RANGE_SPAN" @@ -366747,57 +367019,57 @@ }, { "type": "CallExpression", - "start": 61591, - "end": 61642, + "start": 63981, + "end": 64032, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 183 } }, "callee": { "type": "MemberExpression", - "start": 61591, - "end": 61622, + "start": 63981, + "end": 64012, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 163 } }, "object": { "type": "NewExpression", - "start": 61591, - "end": 61607, + "start": 63981, + "end": 63997, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 148 } }, "callee": { "type": "Identifier", - "start": 61595, - "end": 61599, + "start": 63985, + "end": 63989, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 136 }, "end": { - "line": 1337, + "line": 1379, "column": 140 }, "identifierName": "Date" @@ -366807,15 +367079,15 @@ "arguments": [ { "type": "Identifier", - "start": 61601, - "end": 61605, + "start": 63991, + "end": 63995, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 142 }, "end": { - "line": 1337, + "line": 1379, "column": 146 }, "identifierName": "_end" @@ -366826,15 +367098,15 @@ }, "property": { "type": "Identifier", - "start": 61608, - "end": 61622, + "start": 63998, + "end": 64012, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 149 }, "end": { - "line": 1337, + "line": 1379, "column": 163 }, "identifierName": "toLocaleString" @@ -366846,15 +367118,15 @@ "arguments": [ { "type": "Identifier", - "start": 61624, - "end": 61631, + "start": 64014, + "end": 64021, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 165 }, "end": { - "line": 1337, + "line": 1379, "column": 172 }, "identifierName": "_locale" @@ -366863,15 +367135,15 @@ }, { "type": "Identifier", - "start": 61633, - "end": 61640, + "start": 64023, + "end": 64030, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 174 }, "end": { - "line": 1337, + "line": 1379, "column": 181 }, "identifierName": "_format" @@ -366884,15 +367156,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61488, - "end": 61488, + "start": 63878, + "end": 63878, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 29 }, "end": { - "line": 1337, + "line": 1379, "column": 29 } }, @@ -366904,15 +367176,15 @@ }, { "type": "TemplateElement", - "start": 61544, - "end": 61557, + "start": 63934, + "end": 63947, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 85 }, "end": { - "line": 1337, + "line": 1379, "column": 98 } }, @@ -366924,15 +367196,15 @@ }, { "type": "TemplateElement", - "start": 61580, - "end": 61589, + "start": 63970, + "end": 63979, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 121 }, "end": { - "line": 1337, + "line": 1379, "column": 130 } }, @@ -366944,15 +367216,15 @@ }, { "type": "TemplateElement", - "start": 61643, - "end": 61643, + "start": 64033, + "end": 64033, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 184 }, "end": { - "line": 1337, + "line": 1379, "column": 184 } }, @@ -366973,15 +367245,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -366990,57 +367262,57 @@ }, { "type": "ExpressionStatement", - "start": 61886, - "end": 61990, + "start": 64276, + "end": 64380, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 120 } }, "expression": { "type": "CallExpression", - "start": 61886, - "end": 61990, + "start": 64276, + "end": 64380, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 120 } }, "callee": { "type": "MemberExpression", - "start": 61886, - "end": 61903, + "start": 64276, + "end": 64293, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 33 } }, "object": { "type": "Identifier", - "start": 61886, - "end": 61896, + "start": 64276, + "end": 64286, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 26 }, "identifierName": "_tl_footer" @@ -367050,15 +367322,15 @@ }, "property": { "type": "Identifier", - "start": 61897, - "end": 61903, + "start": 64287, + "end": 64293, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 27 }, "end": { - "line": 1340, + "line": 1382, "column": 33 }, "identifierName": "append" @@ -367071,44 +367343,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 61905, - "end": 61988, + "start": 64295, + "end": 64378, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 35 }, "end": { - "line": 1340, + "line": 1382, "column": 118 } }, "expressions": [ { "type": "MemberExpression", - "start": 61920, - "end": 61940, + "start": 64310, + "end": 64330, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 50 }, "end": { - "line": 1340, + "line": 1382, "column": 70 } }, "object": { "type": "Identifier", - "start": 61920, - "end": 61929, + "start": 64310, + "end": 64319, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 50 }, "end": { - "line": 1340, + "line": 1382, "column": 59 }, "identifierName": "ClassName" @@ -367117,15 +367389,15 @@ }, "property": { "type": "Identifier", - "start": 61930, - "end": 61940, + "start": 64320, + "end": 64330, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 60 }, "end": { - "line": 1340, + "line": 1382, "column": 70 }, "identifierName": "RANGE_META" @@ -367136,29 +367408,29 @@ }, { "type": "MemberExpression", - "start": 61944, - "end": 61970, + "start": 64334, + "end": 64360, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 74 }, "end": { - "line": 1340, + "line": 1382, "column": 100 } }, "object": { "type": "Identifier", - "start": 61944, - "end": 61953, + "start": 64334, + "end": 64343, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 74 }, "end": { - "line": 1340, + "line": 1382, "column": 83 }, "identifierName": "ClassName" @@ -367167,15 +367439,15 @@ }, "property": { "type": "Identifier", - "start": 61954, - "end": 61970, + "start": 64344, + "end": 64360, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 84 }, "end": { - "line": 1340, + "line": 1382, "column": 100 }, "identifierName": "ALIGN_SELF_RIGHT" @@ -367186,15 +367458,15 @@ }, { "type": "Identifier", - "start": 61975, - "end": 61980, + "start": 64365, + "end": 64370, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 105 }, "end": { - "line": 1340, + "line": 1382, "column": 110 }, "identifierName": "_meta" @@ -367205,15 +367477,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 61906, - "end": 61918, + "start": 64296, + "end": 64308, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 36 }, "end": { - "line": 1340, + "line": 1382, "column": 48 } }, @@ -367225,15 +367497,15 @@ }, { "type": "TemplateElement", - "start": 61941, - "end": 61942, + "start": 64331, + "end": 64332, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 71 }, "end": { - "line": 1340, + "line": 1382, "column": 72 } }, @@ -367245,15 +367517,15 @@ }, { "type": "TemplateElement", - "start": 61971, - "end": 61973, + "start": 64361, + "end": 64363, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 101 }, "end": { - "line": 1340, + "line": 1382, "column": 103 } }, @@ -367265,15 +367537,15 @@ }, { "type": "TemplateElement", - "start": 61981, - "end": 61987, + "start": 64371, + "end": 64377, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 111 }, "end": { - "line": 1340, + "line": 1382, "column": 117 } }, @@ -367292,15 +367564,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -367319,29 +367591,29 @@ }, { "type": "IfStatement", - "start": 62023, - "end": 62153, + "start": 64413, + "end": 64543, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 8 }, "end": { - "line": 1345, + "line": 1387, "column": 9 } }, "test": { "type": "Identifier", - "start": 62028, - "end": 62036, + "start": 64418, + "end": 64426, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 13 }, "end": { - "line": 1343, + "line": 1385, "column": 21 }, "identifierName": "_content" @@ -367350,72 +367622,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 62039, - "end": 62153, + "start": 64429, + "end": 64543, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 24 }, "end": { - "line": 1345, + "line": 1387, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62053, - "end": 62143, + "start": 64443, + "end": 64533, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 102 } }, "expression": { "type": "CallExpression", - "start": 62053, - "end": 62143, + "start": 64443, + "end": 64533, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 102 } }, "callee": { "type": "MemberExpression", - "start": 62053, - "end": 62070, + "start": 64443, + "end": 64460, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 29 } }, "object": { "type": "Identifier", - "start": 62053, - "end": 62063, + "start": 64443, + "end": 64453, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 22 }, "identifierName": "_tl_footer" @@ -367424,15 +367696,15 @@ }, "property": { "type": "Identifier", - "start": 62064, - "end": 62070, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 23 }, "end": { - "line": 1344, + "line": 1386, "column": 29 }, "identifierName": "append" @@ -367444,44 +367716,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 62072, - "end": 62141, + "start": 64462, + "end": 64531, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 31 }, "end": { - "line": 1344, + "line": 1386, "column": 100 } }, "expressions": [ { "type": "MemberExpression", - "start": 62087, - "end": 62120, + "start": 64477, + "end": 64510, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 46 }, "end": { - "line": 1344, + "line": 1386, "column": 79 } }, "object": { "type": "Identifier", - "start": 62087, - "end": 62096, + "start": 64477, + "end": 64486, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 46 }, "end": { - "line": 1344, + "line": 1386, "column": 55 }, "identifierName": "ClassName" @@ -367490,15 +367762,15 @@ }, "property": { "type": "Identifier", - "start": 62097, - "end": 62120, + "start": 64487, + "end": 64510, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 56 }, "end": { - "line": 1344, + "line": 1386, "column": 79 }, "identifierName": "TIMELINE_FOOTER_CONTENT" @@ -367509,15 +367781,15 @@ }, { "type": "Identifier", - "start": 62125, - "end": 62133, + "start": 64515, + "end": 64523, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 84 }, "end": { - "line": 1344, + "line": 1386, "column": 92 }, "identifierName": "_content" @@ -367528,15 +367800,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 62073, - "end": 62085, + "start": 64463, + "end": 64475, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 32 }, "end": { - "line": 1344, + "line": 1386, "column": 44 } }, @@ -367548,15 +367820,15 @@ }, { "type": "TemplateElement", - "start": 62121, - "end": 62123, + "start": 64511, + "end": 64513, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 80 }, "end": { - "line": 1344, + "line": 1386, "column": 82 } }, @@ -367568,15 +367840,15 @@ }, { "type": "TemplateElement", - "start": 62134, - "end": 62140, + "start": 64524, + "end": 64530, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 93 }, "end": { - "line": 1344, + "line": 1386, "column": 99 } }, @@ -367598,29 +367870,29 @@ }, { "type": "IfStatement", - "start": 62162, - "end": 62241, + "start": 64552, + "end": 64631, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 8 }, "end": { - "line": 1348, + "line": 1390, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 62167, - "end": 62177, + "start": 64557, + "end": 64567, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 13 }, "end": { - "line": 1346, + "line": 1388, "column": 23 } }, @@ -367628,15 +367900,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 62169, - "end": 62177, + "start": 64559, + "end": 64567, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 15 }, "end": { - "line": 1346, + "line": 1388, "column": 23 }, "identifierName": "_display" @@ -367649,72 +367921,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 62180, - "end": 62241, + "start": 64570, + "end": 64631, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 26 }, "end": { - "line": 1348, + "line": 1390, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62194, - "end": 62231, + "start": 64584, + "end": 64621, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 62194, - "end": 62231, + "start": 64584, + "end": 64621, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 62194, - "end": 62213, + "start": 64584, + "end": 64603, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 31 } }, "object": { "type": "Identifier", - "start": 62194, - "end": 62204, + "start": 64584, + "end": 64594, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 22 }, "identifierName": "_tl_footer" @@ -367723,15 +367995,15 @@ }, "property": { "type": "Identifier", - "start": 62205, - "end": 62213, + "start": 64595, + "end": 64603, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 23 }, "end": { - "line": 1347, + "line": 1389, "column": 31 }, "identifierName": "addClass" @@ -367743,29 +368015,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62215, - "end": 62229, + "start": 64605, + "end": 64619, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 33 }, "end": { - "line": 1347, + "line": 1389, "column": 47 } }, "object": { "type": "Identifier", - "start": 62215, - "end": 62224, + "start": 64605, + "end": 64614, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 33 }, "end": { - "line": 1347, + "line": 1389, "column": 42 }, "identifierName": "ClassName" @@ -367774,15 +368046,15 @@ }, "property": { "type": "Identifier", - "start": 62225, - "end": 62229, + "start": 64615, + "end": 64619, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 43 }, "end": { - "line": 1347, + "line": 1389, "column": 47 }, "identifierName": "HIDE" @@ -367801,29 +368073,29 @@ }, { "type": "ReturnStatement", - "start": 62259, - "end": 62276, + "start": 64649, + "end": 64666, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 8 }, "end": { - "line": 1350, + "line": 1392, "column": 25 } }, "argument": { "type": "Identifier", - "start": 62266, - "end": 62276, + "start": 64656, + "end": 64666, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 15 }, "end": { - "line": 1350, + "line": 1392, "column": 25 }, "identifierName": "_tl_footer" @@ -367839,15 +368111,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -367857,15 +368129,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -367874,15 +368146,15 @@ }, { "type": "ClassMethod", - "start": 62663, - "end": 66648, + "start": 65053, + "end": 69038, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 4 }, "end": { - "line": 1460, + "line": 1502, "column": 5 } }, @@ -367890,15 +368162,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62663, - "end": 62672, + "start": 65053, + "end": 65062, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 4 }, "end": { - "line": 1362, + "line": 1404, "column": 13 }, "identifierName": "_diffDate" @@ -367914,15 +368186,15 @@ "params": [ { "type": "Identifier", - "start": 62674, - "end": 62679, + "start": 65064, + "end": 65069, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 15 }, "end": { - "line": 1362, + "line": 1404, "column": 20 }, "identifierName": "date1" @@ -367931,15 +368203,15 @@ }, { "type": "Identifier", - "start": 62681, - "end": 62686, + "start": 65071, + "end": 65076, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 22 }, "end": { - "line": 1362, + "line": 1404, "column": 27 }, "identifierName": "date2" @@ -367948,29 +368220,29 @@ }, { "type": "AssignmentPattern", - "start": 62688, - "end": 62709, + "start": 65078, + "end": 65099, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 29 }, "end": { - "line": 1362, + "line": 1404, "column": 50 } }, "left": { "type": "Identifier", - "start": 62688, - "end": 62693, + "start": 65078, + "end": 65083, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 29 }, "end": { - "line": 1362, + "line": 1404, "column": 34 }, "identifierName": "scale" @@ -367979,15 +368251,15 @@ }, "right": { "type": "StringLiteral", - "start": 62696, - "end": 62709, + "start": 65086, + "end": 65099, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 37 }, "end": { - "line": 1362, + "line": 1404, "column": 50 } }, @@ -368000,29 +368272,29 @@ }, { "type": "AssignmentPattern", - "start": 62711, - "end": 62725, + "start": 65101, + "end": 65115, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 52 }, "end": { - "line": 1362, + "line": 1404, "column": 66 } }, "left": { "type": "Identifier", - "start": 62711, - "end": 62717, + "start": 65101, + "end": 65107, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 52 }, "end": { - "line": 1362, + "line": 1404, "column": 58 }, "identifierName": "absval" @@ -368031,15 +368303,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 62720, - "end": 62725, + "start": 65110, + "end": 65115, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 61 }, "end": { - "line": 1362, + "line": 1404, "column": 66 } }, @@ -368049,59 +368321,59 @@ ], "body": { "type": "BlockStatement", - "start": 62728, - "end": 66648, + "start": 65118, + "end": 69038, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 69 }, "end": { - "line": 1460, + "line": 1502, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 62775, - "end": 63535, + "start": 65165, + "end": 65925, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 8 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 62779, - "end": 62818, + "start": 65169, + "end": 65208, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 12 }, "end": { - "line": 1364, + "line": 1406, "column": 51 } }, "id": { "type": "Identifier", - "start": 62779, - "end": 62783, + "start": 65169, + "end": 65173, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 12 }, "end": { - "line": 1364, + "line": 1406, "column": 16 }, "identifierName": "_dt1" @@ -368111,58 +368383,58 @@ }, "init": { "type": "CallExpression", - "start": 62788, - "end": 62818, + "start": 65178, + "end": 65208, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62788, - "end": 62803, + "start": 65178, + "end": 65193, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 62788, - "end": 62792, + "start": 65178, + "end": 65182, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 25 } } }, "property": { "type": "Identifier", - "start": 62793, - "end": 62803, + "start": 65183, + "end": 65193, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 26 }, "end": { - "line": 1364, + "line": 1406, "column": 36 }, "identifierName": "supplement" @@ -368174,30 +368446,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 62805, - "end": 62809, + "start": 65195, + "end": 65199, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 38 }, "end": { - "line": 1364, + "line": 1406, "column": 42 } } }, { "type": "Identifier", - "start": 62811, - "end": 62816, + "start": 65201, + "end": 65206, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 44 }, "end": { - "line": 1364, + "line": 1406, "column": 49 }, "identifierName": "date1" @@ -368210,29 +368482,29 @@ }, { "type": "VariableDeclarator", - "start": 62832, - "end": 62871, + "start": 65222, + "end": 65261, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 12 }, "end": { - "line": 1365, + "line": 1407, "column": 51 } }, "id": { "type": "Identifier", - "start": 62832, - "end": 62836, + "start": 65222, + "end": 65226, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 12 }, "end": { - "line": 1365, + "line": 1407, "column": 16 }, "identifierName": "_dt2" @@ -368241,58 +368513,58 @@ }, "init": { "type": "CallExpression", - "start": 62841, - "end": 62871, + "start": 65231, + "end": 65261, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 62841, - "end": 62856, + "start": 65231, + "end": 65246, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 62841, - "end": 62845, + "start": 65231, + "end": 65235, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 25 } } }, "property": { "type": "Identifier", - "start": 62846, - "end": 62856, + "start": 65236, + "end": 65246, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 26 }, "end": { - "line": 1365, + "line": 1407, "column": 36 }, "identifierName": "supplement" @@ -368304,30 +368576,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 62858, - "end": 62862, + "start": 65248, + "end": 65252, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 38 }, "end": { - "line": 1365, + "line": 1407, "column": 42 } } }, { "type": "Identifier", - "start": 62864, - "end": 62869, + "start": 65254, + "end": 65259, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 44 }, "end": { - "line": 1365, + "line": 1407, "column": 49 }, "identifierName": "date2" @@ -368339,29 +368611,29 @@ }, { "type": "VariableDeclarator", - "start": 62885, - "end": 62895, + "start": 65275, + "end": 65285, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 12 }, "end": { - "line": 1366, + "line": 1408, "column": 22 } }, "id": { "type": "Identifier", - "start": 62885, - "end": 62891, + "start": 65275, + "end": 65281, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 12 }, "end": { - "line": 1366, + "line": 1408, "column": 18 }, "identifierName": "diffMS" @@ -368370,15 +368642,15 @@ }, "init": { "type": "NumericLiteral", - "start": 62894, - "end": 62895, + "start": 65284, + "end": 65285, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 21 }, "end": { - "line": 1366, + "line": 1408, "column": 22 } }, @@ -368391,29 +368663,29 @@ }, { "type": "VariableDeclarator", - "start": 62909, - "end": 62923, + "start": 65299, + "end": 65313, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 12 }, "end": { - "line": 1367, + "line": 1409, "column": 26 } }, "id": { "type": "Identifier", - "start": 62909, - "end": 62915, + "start": 65299, + "end": 65305, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 12 }, "end": { - "line": 1367, + "line": 1409, "column": 18 }, "identifierName": "retval" @@ -368422,15 +368694,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 62918, - "end": 62923, + "start": 65308, + "end": 65313, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 21 }, "end": { - "line": 1367, + "line": 1409, "column": 26 } }, @@ -368439,29 +368711,29 @@ }, { "type": "VariableDeclarator", - "start": 62937, - "end": 63161, + "start": 65327, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 12 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, "id": { "type": "Identifier", - "start": 62937, - "end": 62951, + "start": 65327, + "end": 65341, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 12 }, "end": { - "line": 1368, + "line": 1410, "column": 26 }, "identifierName": "lastDayOfMonth" @@ -368470,15 +368742,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 62954, - "end": 63161, + "start": 65344, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 29 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, @@ -368489,15 +368761,15 @@ "params": [ { "type": "Identifier", - "start": 62956, - "end": 62963, + "start": 65346, + "end": 65353, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 31 }, "end": { - "line": 1368, + "line": 1410, "column": 38 }, "identifierName": "dateObj" @@ -368507,59 +368779,59 @@ ], "body": { "type": "BlockStatement", - "start": 62969, - "end": 63161, + "start": 65359, + "end": 65551, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 44 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 62987, - "end": 63058, + "start": 65377, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 16 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 62991, - "end": 63058, + "start": 65381, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 20 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "id": { "type": "Identifier", - "start": 62991, - "end": 62995, + "start": 65381, + "end": 65385, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 20 }, "end": { - "line": 1369, + "line": 1411, "column": 24 }, "identifierName": "_tmp" @@ -368568,29 +368840,29 @@ }, "init": { "type": "NewExpression", - "start": 62998, - "end": 63058, + "start": 65388, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 27 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } }, "callee": { "type": "Identifier", - "start": 63002, - "end": 63006, + "start": 65392, + "end": 65396, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 31 }, "end": { - "line": 1369, + "line": 1411, "column": 35 }, "identifierName": "Date" @@ -368600,43 +368872,43 @@ "arguments": [ { "type": "CallExpression", - "start": 63008, - "end": 63029, + "start": 65398, + "end": 65419, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 63008, - "end": 63027, + "start": 65398, + "end": 65417, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 56 } }, "object": { "type": "Identifier", - "start": 63008, - "end": 63015, + "start": 65398, + "end": 65405, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 44 }, "identifierName": "dateObj" @@ -368645,15 +368917,15 @@ }, "property": { "type": "Identifier", - "start": 63016, - "end": 63027, + "start": 65406, + "end": 65417, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 45 }, "end": { - "line": 1369, + "line": 1411, "column": 56 }, "identifierName": "getFullYear" @@ -368666,57 +368938,57 @@ }, { "type": "BinaryExpression", - "start": 63031, - "end": 63053, + "start": 65421, + "end": 65443, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 82 } }, "left": { "type": "CallExpression", - "start": 63031, - "end": 63049, + "start": 65421, + "end": 65439, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 63031, - "end": 63047, + "start": 65421, + "end": 65437, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 76 } }, "object": { "type": "Identifier", - "start": 63031, - "end": 63038, + "start": 65421, + "end": 65428, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 67 }, "identifierName": "dateObj" @@ -368725,15 +368997,15 @@ }, "property": { "type": "Identifier", - "start": 63039, - "end": 63047, + "start": 65429, + "end": 65437, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 68 }, "end": { - "line": 1369, + "line": 1411, "column": 76 }, "identifierName": "getMonth" @@ -368747,15 +369019,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 63052, - "end": 63053, + "start": 65442, + "end": 65443, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 81 }, "end": { - "line": 1369, + "line": 1411, "column": 82 } }, @@ -368768,15 +369040,15 @@ }, { "type": "NumericLiteral", - "start": 63055, - "end": 63056, + "start": 65445, + "end": 65446, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 84 }, "end": { - "line": 1369, + "line": 1411, "column": 85 } }, @@ -368794,57 +369066,57 @@ }, { "type": "ExpressionStatement", - "start": 63075, - "end": 63109, + "start": 65465, + "end": 65499, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 63075, - "end": 63109, + "start": 65465, + "end": 65499, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 63075, - "end": 63087, + "start": 65465, + "end": 65477, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 28 } }, "object": { "type": "Identifier", - "start": 63075, - "end": 63079, + "start": 65465, + "end": 65469, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 20 }, "identifierName": "_tmp" @@ -368853,15 +369125,15 @@ }, "property": { "type": "Identifier", - "start": 63080, - "end": 63087, + "start": 65470, + "end": 65477, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 21 }, "end": { - "line": 1370, + "line": 1412, "column": 28 }, "identifierName": "setTime" @@ -368873,57 +369145,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 63089, - "end": 63107, + "start": 65479, + "end": 65497, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 48 } }, "left": { "type": "CallExpression", - "start": 63089, - "end": 63103, + "start": 65479, + "end": 65493, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 63089, - "end": 63101, + "start": 65479, + "end": 65491, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 42 } }, "object": { "type": "Identifier", - "start": 63089, - "end": 63093, + "start": 65479, + "end": 65483, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 34 }, "identifierName": "_tmp" @@ -368932,15 +369204,15 @@ }, "property": { "type": "Identifier", - "start": 63094, - "end": 63101, + "start": 65484, + "end": 65491, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 35 }, "end": { - "line": 1370, + "line": 1412, "column": 42 }, "identifierName": "getTime" @@ -368954,15 +369226,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 63106, - "end": 63107, + "start": 65496, + "end": 65497, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 47 }, "end": { - "line": 1370, + "line": 1412, "column": 48 } }, @@ -368978,57 +369250,57 @@ }, { "type": "ReturnStatement", - "start": 63126, - "end": 63147, + "start": 65516, + "end": 65537, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 16 }, "end": { - "line": 1371, + "line": 1413, "column": 37 } }, "argument": { "type": "CallExpression", - "start": 63133, - "end": 63147, + "start": 65523, + "end": 65537, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 63133, - "end": 63145, + "start": 65523, + "end": 65535, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 35 } }, "object": { "type": "Identifier", - "start": 63133, - "end": 63137, + "start": 65523, + "end": 65527, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 27 }, "identifierName": "_tmp" @@ -369037,15 +369309,15 @@ }, "property": { "type": "Identifier", - "start": 63138, - "end": 63145, + "start": 65528, + "end": 65535, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 28 }, "end": { - "line": 1371, + "line": 1413, "column": 35 }, "identifierName": "getDate" @@ -369064,29 +369336,29 @@ }, { "type": "VariableDeclarator", - "start": 63175, - "end": 63535, + "start": 65565, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 12 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "id": { "type": "Identifier", - "start": 63175, - "end": 63185, + "start": 65565, + "end": 65575, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 12 }, "end": { - "line": 1373, + "line": 1415, "column": 22 }, "identifierName": "isLeapYear" @@ -369095,15 +369367,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 63188, - "end": 63535, + "start": 65578, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 25 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, @@ -369114,15 +369386,15 @@ "params": [ { "type": "Identifier", - "start": 63190, - "end": 63197, + "start": 65580, + "end": 65587, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 27 }, "end": { - "line": 1373, + "line": 1415, "column": 34 }, "identifierName": "dateObj" @@ -369132,59 +369404,59 @@ ], "body": { "type": "BlockStatement", - "start": 63203, - "end": 63535, + "start": 65593, + "end": 65925, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 40 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 63221, - "end": 63301, + "start": 65611, + "end": 65691, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 16 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63225, - "end": 63271, + "start": 65615, + "end": 65661, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 20 }, "end": { - "line": 1374, + "line": 1416, "column": 66 } }, "id": { "type": "Identifier", - "start": 63225, - "end": 63229, + "start": 65615, + "end": 65619, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 20 }, "end": { - "line": 1374, + "line": 1416, "column": 24 }, "identifierName": "_tmp" @@ -369193,29 +369465,29 @@ }, "init": { "type": "NewExpression", - "start": 63232, - "end": 63271, + "start": 65622, + "end": 65661, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 27 }, "end": { - "line": 1374, + "line": 1416, "column": 66 } }, "callee": { "type": "Identifier", - "start": 63236, - "end": 63240, + "start": 65626, + "end": 65630, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 31 }, "end": { - "line": 1374, + "line": 1416, "column": 35 }, "identifierName": "Date" @@ -369225,43 +369497,43 @@ "arguments": [ { "type": "CallExpression", - "start": 63242, - "end": 63263, + "start": 65632, + "end": 65653, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 63242, - "end": 63261, + "start": 65632, + "end": 65651, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 56 } }, "object": { "type": "Identifier", - "start": 63242, - "end": 63249, + "start": 65632, + "end": 65639, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 44 }, "identifierName": "dateObj" @@ -369270,15 +369542,15 @@ }, "property": { "type": "Identifier", - "start": 63250, - "end": 63261, + "start": 65640, + "end": 65651, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 45 }, "end": { - "line": 1374, + "line": 1416, "column": 56 }, "identifierName": "getFullYear" @@ -369291,15 +369563,15 @@ }, { "type": "NumericLiteral", - "start": 63265, - "end": 63266, + "start": 65655, + "end": 65656, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 60 }, "end": { - "line": 1374, + "line": 1416, "column": 61 } }, @@ -369311,15 +369583,15 @@ }, { "type": "NumericLiteral", - "start": 63268, - "end": 63269, + "start": 65658, + "end": 65659, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 63 }, "end": { - "line": 1374, + "line": 1416, "column": 64 } }, @@ -369334,29 +369606,29 @@ }, { "type": "VariableDeclarator", - "start": 63293, - "end": 63301, + "start": 65683, + "end": 65691, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 20 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, "id": { "type": "Identifier", - "start": 63293, - "end": 63296, + "start": 65683, + "end": 65686, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 20 }, "end": { - "line": 1375, + "line": 1417, "column": 23 }, "identifierName": "sum" @@ -369365,15 +369637,15 @@ }, "init": { "type": "NumericLiteral", - "start": 63300, - "end": 63301, + "start": 65690, + "end": 65691, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 27 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } }, @@ -369389,58 +369661,58 @@ }, { "type": "ForStatement", - "start": 63335, - "end": 63472, + "start": 65725, + "end": 65862, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 16 }, "end": { - "line": 1380, + "line": 1422, "column": 17 } }, "init": { "type": "VariableDeclaration", - "start": 63341, - "end": 63350, + "start": 65731, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 22 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63345, - "end": 63350, + "start": 65735, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 26 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, "id": { "type": "Identifier", - "start": 63345, - "end": 63346, + "start": 65735, + "end": 65736, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 26 }, "end": { - "line": 1377, + "line": 1419, "column": 27 }, "identifierName": "i" @@ -369449,15 +369721,15 @@ }, "init": { "type": "NumericLiteral", - "start": 63349, - "end": 63350, + "start": 65739, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 30 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } }, @@ -369473,29 +369745,29 @@ }, "test": { "type": "BinaryExpression", - "start": 63352, - "end": 63358, + "start": 65742, + "end": 65748, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 33 }, "end": { - "line": 1377, + "line": 1419, "column": 39 } }, "left": { "type": "Identifier", - "start": 63352, - "end": 63353, + "start": 65742, + "end": 65743, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 33 }, "end": { - "line": 1377, + "line": 1419, "column": 34 }, "identifierName": "i" @@ -369505,15 +369777,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 63356, - "end": 63358, + "start": 65746, + "end": 65748, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 37 }, "end": { - "line": 1377, + "line": 1419, "column": 39 } }, @@ -369526,15 +369798,15 @@ }, "update": { "type": "UpdateExpression", - "start": 63360, - "end": 63363, + "start": 65750, + "end": 65753, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 41 }, "end": { - "line": 1377, + "line": 1419, "column": 44 } }, @@ -369542,15 +369814,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 63360, - "end": 63361, + "start": 65750, + "end": 65751, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 41 }, "end": { - "line": 1377, + "line": 1419, "column": 42 }, "identifierName": "i" @@ -369560,72 +369832,72 @@ }, "body": { "type": "BlockStatement", - "start": 63366, - "end": 63472, + "start": 65756, + "end": 65862, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 47 }, "end": { - "line": 1380, + "line": 1422, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 63388, - "end": 63404, + "start": 65778, + "end": 65794, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 63388, - "end": 63404, + "start": 65778, + "end": 65794, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 63388, - "end": 63401, + "start": 65778, + "end": 65791, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 33 } }, "object": { "type": "Identifier", - "start": 63388, - "end": 63392, + "start": 65778, + "end": 65782, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 24 }, "identifierName": "_tmp" @@ -369634,15 +369906,15 @@ }, "property": { "type": "Identifier", - "start": 63393, - "end": 63401, + "start": 65783, + "end": 65791, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 25 }, "end": { - "line": 1378, + "line": 1420, "column": 33 }, "identifierName": "setMonth" @@ -369654,15 +369926,15 @@ "arguments": [ { "type": "Identifier", - "start": 63402, - "end": 63403, + "start": 65792, + "end": 65793, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 34 }, "end": { - "line": 1378, + "line": 1420, "column": 35 }, "identifierName": "i" @@ -369674,44 +369946,44 @@ }, { "type": "ExpressionStatement", - "start": 63425, - "end": 63454, + "start": 65815, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63425, - "end": 63454, + "start": 65815, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 63425, - "end": 63428, + "start": 65815, + "end": 65818, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 23 }, "identifierName": "sum" @@ -369720,29 +369992,29 @@ }, "right": { "type": "CallExpression", - "start": 63432, - "end": 63454, + "start": 65822, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 27 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } }, "callee": { "type": "Identifier", - "start": 63432, - "end": 63446, + "start": 65822, + "end": 65836, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 27 }, "end": { - "line": 1379, + "line": 1421, "column": 41 }, "identifierName": "lastDayOfMonth" @@ -369752,15 +370024,15 @@ "arguments": [ { "type": "Identifier", - "start": 63448, - "end": 63452, + "start": 65838, + "end": 65842, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 43 }, "end": { - "line": 1379, + "line": 1421, "column": 47 }, "identifierName": "_tmp" @@ -369777,57 +370049,57 @@ }, { "type": "ReturnStatement", - "start": 63489, - "end": 63521, + "start": 65879, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 16 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, "argument": { "type": "ConditionalExpression", - "start": 63496, - "end": 63521, + "start": 65886, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, "test": { "type": "BinaryExpression", - "start": 63496, - "end": 63506, + "start": 65886, + "end": 65896, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 33 } }, "left": { "type": "Identifier", - "start": 63496, - "end": 63499, + "start": 65886, + "end": 65889, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 26 }, "identifierName": "sum" @@ -369837,15 +370109,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 63503, - "end": 63506, + "start": 65893, + "end": 65896, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 30 }, "end": { - "line": 1381, + "line": 1423, "column": 33 } }, @@ -369858,15 +370130,15 @@ }, "consequent": { "type": "BooleanLiteral", - "start": 63509, - "end": 63514, + "start": 65899, + "end": 65904, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 36 }, "end": { - "line": 1381, + "line": 1423, "column": 41 } }, @@ -369874,15 +370146,15 @@ }, "alternate": { "type": "BooleanLiteral", - "start": 63517, - "end": 63521, + "start": 65907, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 44 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } }, @@ -369901,15 +370173,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 62738, - "end": 62766, + "start": 65128, + "end": 65156, "loc": { "start": { - "line": 1363, + "line": 1405, "column": 8 }, "end": { - "line": 1363, + "line": 1405, "column": 36 } } @@ -369918,43 +370190,43 @@ }, { "type": "IfStatement", - "start": 63553, - "end": 63698, + "start": 65943, + "end": 66088, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 8 }, "end": { - "line": 1387, + "line": 1429, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 63558, - "end": 63574, + "start": 65948, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 13 }, "end": { - "line": 1384, + "line": 1426, "column": 29 } }, "left": { "type": "UnaryExpression", - "start": 63558, - "end": 63564, + "start": 65948, + "end": 65954, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 13 }, "end": { - "line": 1384, + "line": 1426, "column": 19 } }, @@ -369962,15 +370234,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 63560, - "end": 63564, + "start": 65950, + "end": 65954, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 15 }, "end": { - "line": 1384, + "line": 1426, "column": 19 }, "identifierName": "_dt1" @@ -369984,15 +370256,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 63568, - "end": 63574, + "start": 65958, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 23 }, "end": { - "line": 1384, + "line": 1426, "column": 29 } }, @@ -370000,15 +370272,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 63570, - "end": 63574, + "start": 65960, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 25 }, "end": { - "line": 1384, + "line": 1426, "column": 29 }, "identifierName": "_dt2" @@ -370022,72 +370294,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 63577, - "end": 63698, + "start": 65967, + "end": 66088, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 32 }, "end": { - "line": 1387, + "line": 1429, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63591, - "end": 63663, + "start": 65981, + "end": 66053, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 63591, - "end": 63663, + "start": 65981, + "end": 66053, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 63591, - "end": 63603, + "start": 65981, + "end": 65993, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 24 } }, "object": { "type": "Identifier", - "start": 63591, - "end": 63598, + "start": 65981, + "end": 65988, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 19 }, "identifierName": "console" @@ -370096,15 +370368,15 @@ }, "property": { "type": "Identifier", - "start": 63599, - "end": 63603, + "start": 65989, + "end": 65993, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 20 }, "end": { - "line": 1385, + "line": 1427, "column": 24 }, "identifierName": "warn" @@ -370116,15 +370388,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 63605, - "end": 63661, + "start": 65995, + "end": 66051, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 26 }, "end": { - "line": 1385, + "line": 1427, "column": 82 } }, @@ -370139,29 +370411,29 @@ }, { "type": "ReturnStatement", - "start": 63676, - "end": 63688, + "start": 66066, + "end": 66078, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 12 }, "end": { - "line": 1386, + "line": 1428, "column": 24 } }, "argument": { "type": "BooleanLiteral", - "start": 63683, - "end": 63688, + "start": 66073, + "end": 66078, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 19 }, "end": { - "line": 1386, + "line": 1428, "column": 24 } }, @@ -370175,44 +370447,44 @@ }, { "type": "ExpressionStatement", - "start": 63716, - "end": 63736, + "start": 66106, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 63716, - "end": 63736, + "start": 66106, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 63716, - "end": 63722, + "start": 66106, + "end": 66112, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 14 }, "identifierName": "diffMS" @@ -370221,29 +370493,29 @@ }, "right": { "type": "BinaryExpression", - "start": 63725, - "end": 63736, + "start": 66115, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 17 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } }, "left": { "type": "Identifier", - "start": 63725, - "end": 63729, + "start": 66115, + "end": 66119, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 17 }, "end": { - "line": 1389, + "line": 1431, "column": 21 }, "identifierName": "_dt2" @@ -370253,15 +370525,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 63732, - "end": 63736, + "start": 66122, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 24 }, "end": { - "line": 1389, + "line": 1431, "column": 28 }, "identifierName": "_dt1" @@ -370273,29 +370545,29 @@ }, { "type": "IfStatement", - "start": 63754, - "end": 63819, + "start": 66144, + "end": 66209, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 8 }, "end": { - "line": 1393, + "line": 1435, "column": 9 } }, "test": { "type": "Identifier", - "start": 63759, - "end": 63765, + "start": 66149, + "end": 66155, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 13 }, "end": { - "line": 1391, + "line": 1433, "column": 19 }, "identifierName": "absval" @@ -370304,59 +370576,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 63768, - "end": 63819, + "start": 66158, + "end": 66209, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 22 }, "end": { - "line": 1393, + "line": 1435, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63782, - "end": 63809, + "start": 66172, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 63782, - "end": 63809, + "start": 66172, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 63782, - "end": 63788, + "start": 66172, + "end": 66178, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 18 }, "identifierName": "diffMS" @@ -370365,43 +370637,43 @@ }, "right": { "type": "CallExpression", - "start": 63791, - "end": 63809, + "start": 66181, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 63791, - "end": 63799, + "start": 66181, + "end": 66189, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 29 } }, "object": { "type": "Identifier", - "start": 63791, - "end": 63795, + "start": 66181, + "end": 66185, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 25 }, "identifierName": "Math" @@ -370410,15 +370682,15 @@ }, "property": { "type": "Identifier", - "start": 63796, - "end": 63799, + "start": 66186, + "end": 66189, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 26 }, "end": { - "line": 1392, + "line": 1434, "column": 29 }, "identifierName": "abs" @@ -370430,15 +370702,15 @@ "arguments": [ { "type": "Identifier", - "start": 63801, - "end": 63807, + "start": 66191, + "end": 66197, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 31 }, "end": { - "line": 1392, + "line": 1434, "column": 37 }, "identifierName": "diffMS" @@ -370456,44 +370728,44 @@ }, { "type": "VariableDeclaration", - "start": 63837, - "end": 63978, + "start": 66227, + "end": 66368, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 8 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 63841, - "end": 63863, + "start": 66231, + "end": 66253, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 12 }, "end": { - "line": 1395, + "line": 1437, "column": 34 } }, "id": { "type": "Identifier", - "start": 63841, - "end": 63844, + "start": 66231, + "end": 66234, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 12 }, "end": { - "line": 1395, + "line": 1437, "column": 15 }, "identifierName": "_bd" @@ -370502,29 +370774,29 @@ }, "init": { "type": "NewExpression", - "start": 63847, - "end": 63863, + "start": 66237, + "end": 66253, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 18 }, "end": { - "line": 1395, + "line": 1437, "column": 34 } }, "callee": { "type": "Identifier", - "start": 63851, - "end": 63855, + "start": 66241, + "end": 66245, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 22 }, "end": { - "line": 1395, + "line": 1437, "column": 26 }, "identifierName": "Date" @@ -370534,15 +370806,15 @@ "arguments": [ { "type": "Identifier", - "start": 63857, - "end": 63861, + "start": 66247, + "end": 66251, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 28 }, "end": { - "line": 1395, + "line": 1437, "column": 32 }, "identifierName": "_dt1" @@ -370554,29 +370826,29 @@ }, { "type": "VariableDeclarator", - "start": 63877, - "end": 63899, + "start": 66267, + "end": 66289, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 12 }, "end": { - "line": 1396, + "line": 1438, "column": 34 } }, "id": { "type": "Identifier", - "start": 63877, - "end": 63880, + "start": 66267, + "end": 66270, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 12 }, "end": { - "line": 1396, + "line": 1438, "column": 15 }, "identifierName": "_ed" @@ -370585,29 +370857,29 @@ }, "init": { "type": "NewExpression", - "start": 63883, - "end": 63899, + "start": 66273, + "end": 66289, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 18 }, "end": { - "line": 1396, + "line": 1438, "column": 34 } }, "callee": { "type": "Identifier", - "start": 63887, - "end": 63891, + "start": 66277, + "end": 66281, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 22 }, "end": { - "line": 1396, + "line": 1438, "column": 26 }, "identifierName": "Date" @@ -370617,15 +370889,15 @@ "arguments": [ { "type": "Identifier", - "start": 63893, - "end": 63897, + "start": 66283, + "end": 66287, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 28 }, "end": { - "line": 1396, + "line": 1438, "column": 32 }, "identifierName": "_dt2" @@ -370637,29 +370909,29 @@ }, { "type": "VariableDeclarator", - "start": 63913, - "end": 63956, + "start": 66303, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 12 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "id": { "type": "Identifier", - "start": 63913, - "end": 63916, + "start": 66303, + "end": 66306, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 12 }, "end": { - "line": 1397, + "line": 1439, "column": 15 }, "identifierName": "_dy" @@ -370668,57 +370940,57 @@ }, "init": { "type": "BinaryExpression", - "start": 63919, - "end": 63956, + "start": 66309, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "left": { "type": "CallExpression", - "start": 63919, - "end": 63936, + "start": 66309, + "end": 66326, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 63919, - "end": 63934, + "start": 66309, + "end": 66324, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 33 } }, "object": { "type": "Identifier", - "start": 63919, - "end": 63922, + "start": 66309, + "end": 66312, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 21 }, "identifierName": "_ed" @@ -370727,15 +370999,15 @@ }, "property": { "type": "Identifier", - "start": 63923, - "end": 63934, + "start": 66313, + "end": 66324, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 22 }, "end": { - "line": 1397, + "line": 1439, "column": 33 }, "identifierName": "getFullYear" @@ -370749,43 +371021,43 @@ "operator": "-", "right": { "type": "CallExpression", - "start": 63939, - "end": 63956, + "start": 66329, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 63939, - "end": 63954, + "start": 66329, + "end": 66344, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 53 } }, "object": { "type": "Identifier", - "start": 63939, - "end": 63942, + "start": 66329, + "end": 66332, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 41 }, "identifierName": "_bd" @@ -370794,15 +371066,15 @@ }, "property": { "type": "Identifier", - "start": 63943, - "end": 63954, + "start": 66333, + "end": 66344, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 42 }, "end": { - "line": 1397, + "line": 1439, "column": 53 }, "identifierName": "getFullYear" @@ -370817,29 +371089,29 @@ }, { "type": "VariableDeclarator", - "start": 63970, - "end": 63978, + "start": 66360, + "end": 66368, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 12 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, "id": { "type": "Identifier", - "start": 63970, - "end": 63972, + "start": 66360, + "end": 66362, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 12 }, "end": { - "line": 1398, + "line": 1440, "column": 14 }, "identifierName": "_m" @@ -370848,15 +371120,15 @@ }, "init": { "type": "ObjectExpression", - "start": 63976, - "end": 63978, + "start": 66366, + "end": 66368, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 18 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } }, @@ -370868,29 +371140,29 @@ }, { "type": "SwitchStatement", - "start": 63996, - "end": 66572, + "start": 66386, + "end": 68962, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 8 }, "end": { - "line": 1456, + "line": 1498, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 64005, - "end": 64009, + "start": 66395, + "end": 66399, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 17 }, "end": { - "line": 1400, + "line": 1442, "column": 21 } }, @@ -370899,58 +371171,58 @@ "cases": [ { "type": "SwitchCase", - "start": 64026, - "end": 64500, + "start": 66416, + "end": 66890, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 12 }, "end": { - "line": 1411, + "line": 1453, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 64074, - "end": 64450, + "start": 66464, + "end": 66840, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 16 }, "end": { - "line": 1409, + "line": 1451, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 64079, - "end": 64086, + "start": 66469, + "end": 66476, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 21 }, "end": { - "line": 1402, + "line": 1444, "column": 28 } }, "left": { "type": "Identifier", - "start": 64079, - "end": 64082, + "start": 66469, + "end": 66472, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 21 }, "end": { - "line": 1402, + "line": 1444, "column": 24 }, "identifierName": "_dy" @@ -370960,15 +371232,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64085, - "end": 64086, + "start": 66475, + "end": 66476, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 27 }, "end": { - "line": 1402, + "line": 1444, "column": 28 } }, @@ -370981,73 +371253,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64089, - "end": 64346, + "start": 66479, + "end": 66736, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 31 }, "end": { - "line": 1407, + "line": 1449, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 64111, - "end": 64328, + "start": 66501, + "end": 66718, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 20 }, "end": { - "line": 1406, + "line": 1448, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 64117, - "end": 64126, + "start": 66507, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 26 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64121, - "end": 64126, + "start": 66511, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 30 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, "id": { "type": "Identifier", - "start": 64121, - "end": 64122, + "start": 66511, + "end": 66512, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 30 }, "end": { - "line": 1403, + "line": 1445, "column": 31 }, "identifierName": "i" @@ -371056,15 +371328,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64125, - "end": 64126, + "start": 66515, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 34 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } }, @@ -371080,29 +371352,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64128, - "end": 64136, + "start": 66518, + "end": 66526, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 37 }, "end": { - "line": 1403, + "line": 1445, "column": 45 } }, "left": { "type": "Identifier", - "start": 64128, - "end": 64129, + "start": 66518, + "end": 66519, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 37 }, "end": { - "line": 1403, + "line": 1445, "column": 38 }, "identifierName": "i" @@ -371112,15 +371384,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 64133, - "end": 64136, + "start": 66523, + "end": 66526, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 42 }, "end": { - "line": 1403, + "line": 1445, "column": 45 }, "identifierName": "_dy" @@ -371130,15 +371402,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64138, - "end": 64141, + "start": 66528, + "end": 66531, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 47 }, "end": { - "line": 1403, + "line": 1445, "column": 50 } }, @@ -371146,15 +371418,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64138, - "end": 64139, + "start": 66528, + "end": 66529, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 47 }, "end": { - "line": 1403, + "line": 1445, "column": 48 }, "identifierName": "i" @@ -371164,59 +371436,59 @@ }, "body": { "type": "BlockStatement", - "start": 64144, - "end": 64328, + "start": 66534, + "end": 66718, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 53 }, "end": { - "line": 1406, + "line": 1448, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 64170, - "end": 64219, + "start": 66560, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 24 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64174, - "end": 64219, + "start": 66564, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 28 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "id": { "type": "Identifier", - "start": 64174, - "end": 64177, + "start": 66564, + "end": 66567, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 28 }, "end": { - "line": 1404, + "line": 1446, "column": 31 }, "identifierName": "_cd" @@ -371225,29 +371497,29 @@ }, "init": { "type": "NewExpression", - "start": 64180, - "end": 64219, + "start": 66570, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 34 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } }, "callee": { "type": "Identifier", - "start": 64184, - "end": 64188, + "start": 66574, + "end": 66578, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 38 }, "end": { - "line": 1404, + "line": 1446, "column": 42 }, "identifierName": "Date" @@ -371257,57 +371529,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 64190, - "end": 64211, + "start": 66580, + "end": 66601, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 65 } }, "left": { "type": "CallExpression", - "start": 64190, - "end": 64207, + "start": 66580, + "end": 66597, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 64190, - "end": 64205, + "start": 66580, + "end": 66595, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 59 } }, "object": { "type": "Identifier", - "start": 64190, - "end": 64193, + "start": 66580, + "end": 66583, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 47 }, "identifierName": "_bd" @@ -371316,15 +371588,15 @@ }, "property": { "type": "Identifier", - "start": 64194, - "end": 64205, + "start": 66584, + "end": 66595, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 48 }, "end": { - "line": 1404, + "line": 1446, "column": 59 }, "identifierName": "getFullYear" @@ -371338,15 +371610,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 64210, - "end": 64211, + "start": 66600, + "end": 66601, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 64 }, "end": { - "line": 1404, + "line": 1446, "column": 65 }, "identifierName": "i" @@ -371356,15 +371628,15 @@ }, { "type": "NumericLiteral", - "start": 64213, - "end": 64214, + "start": 66603, + "end": 66604, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 67 }, "end": { - "line": 1404, + "line": 1446, "column": 68 } }, @@ -371376,15 +371648,15 @@ }, { "type": "NumericLiteral", - "start": 64216, - "end": 64217, + "start": 66606, + "end": 66607, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 70 }, "end": { - "line": 1404, + "line": 1446, "column": 71 } }, @@ -371402,58 +371674,58 @@ }, { "type": "ExpressionStatement", - "start": 64244, - "end": 64306, + "start": 66634, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 64244, - "end": 64306, + "start": 66634, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64244, - "end": 64274, + "start": 66634, + "end": 66664, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 54 } }, "object": { "type": "Identifier", - "start": 64244, - "end": 64246, + "start": 66634, + "end": 66636, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 26 }, "identifierName": "_m" @@ -371462,72 +371734,72 @@ }, "property": { "type": "TemplateLiteral", - "start": 64247, - "end": 64273, + "start": 66637, + "end": 66663, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 27 }, "end": { - "line": 1405, + "line": 1447, "column": 53 } }, "expressions": [ { "type": "BinaryExpression", - "start": 64250, - "end": 64271, + "start": 66640, + "end": 66661, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 51 } }, "left": { "type": "CallExpression", - "start": 64250, - "end": 64267, + "start": 66640, + "end": 66657, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 64250, - "end": 64265, + "start": 66640, + "end": 66655, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 45 } }, "object": { "type": "Identifier", - "start": 64250, - "end": 64253, + "start": 66640, + "end": 66643, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 33 }, "identifierName": "_bd" @@ -371536,15 +371808,15 @@ }, "property": { "type": "Identifier", - "start": 64254, - "end": 64265, + "start": 66644, + "end": 66655, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 34 }, "end": { - "line": 1405, + "line": 1447, "column": 45 }, "identifierName": "getFullYear" @@ -371558,15 +371830,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 64270, - "end": 64271, + "start": 66660, + "end": 66661, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 50 }, "end": { - "line": 1405, + "line": 1447, "column": 51 }, "identifierName": "i" @@ -371578,15 +371850,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64248, - "end": 64248, + "start": 66638, + "end": 66638, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 28 }, "end": { - "line": 1405, + "line": 1447, "column": 28 } }, @@ -371598,15 +371870,15 @@ }, { "type": "TemplateElement", - "start": 64272, - "end": 64272, + "start": 66662, + "end": 66662, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 52 }, "end": { - "line": 1405, + "line": 1447, "column": 52 } }, @@ -371622,43 +371894,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 64277, - "end": 64306, + "start": 66667, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, "test": { "type": "CallExpression", - "start": 64277, - "end": 64294, + "start": 66667, + "end": 66684, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 74 } }, "callee": { "type": "Identifier", - "start": 64277, - "end": 64287, + "start": 66667, + "end": 66677, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 67 }, "identifierName": "isLeapYear" @@ -371668,15 +371940,15 @@ "arguments": [ { "type": "Identifier", - "start": 64289, - "end": 64292, + "start": 66679, + "end": 66682, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 69 }, "end": { - "line": 1405, + "line": 1447, "column": 72 }, "identifierName": "_cd" @@ -371687,15 +371959,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 64297, - "end": 64300, + "start": 66687, + "end": 66690, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 77 }, "end": { - "line": 1405, + "line": 1447, "column": 80 } }, @@ -371707,15 +371979,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 64303, - "end": 64306, + "start": 66693, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 83 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } }, @@ -371737,73 +372009,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 64352, - "end": 64450, + "start": 66742, + "end": 66840, "loc": { "start": { - "line": 1407, + "line": 1449, "column": 23 }, "end": { - "line": 1409, + "line": 1451, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 64374, - "end": 64432, + "start": 66764, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 64374, - "end": 64432, + "start": 66764, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64374, - "end": 64400, + "start": 66764, + "end": 66790, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 46 } }, "object": { "type": "Identifier", - "start": 64374, - "end": 64376, + "start": 66764, + "end": 66766, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 22 }, "identifierName": "_m" @@ -371812,58 +372084,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 64377, - "end": 64399, + "start": 66767, + "end": 66789, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 23 }, "end": { - "line": 1408, + "line": 1450, "column": 45 } }, "expressions": [ { "type": "CallExpression", - "start": 64380, - "end": 64397, + "start": 66770, + "end": 66787, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 64380, - "end": 64395, + "start": 66770, + "end": 66785, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 41 } }, "object": { "type": "Identifier", - "start": 64380, - "end": 64383, + "start": 66770, + "end": 66773, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 29 }, "identifierName": "_bd" @@ -371872,15 +372144,15 @@ }, "property": { "type": "Identifier", - "start": 64384, - "end": 64395, + "start": 66774, + "end": 66785, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 30 }, "end": { - "line": 1408, + "line": 1450, "column": 41 }, "identifierName": "getFullYear" @@ -371895,15 +372167,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64378, - "end": 64378, + "start": 66768, + "end": 66768, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 24 }, "end": { - "line": 1408, + "line": 1450, "column": 24 } }, @@ -371915,15 +372187,15 @@ }, { "type": "TemplateElement", - "start": 64398, - "end": 64398, + "start": 66788, + "end": 66788, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 44 }, "end": { - "line": 1408, + "line": 1450, "column": 44 } }, @@ -371939,43 +372211,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 64403, - "end": 64432, + "start": 66793, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, "test": { "type": "CallExpression", - "start": 64403, - "end": 64420, + "start": 66793, + "end": 66810, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 66 } }, "callee": { "type": "Identifier", - "start": 64403, - "end": 64413, + "start": 66793, + "end": 66803, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 59 }, "identifierName": "isLeapYear" @@ -371985,15 +372257,15 @@ "arguments": [ { "type": "Identifier", - "start": 64415, - "end": 64418, + "start": 66805, + "end": 66808, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 61 }, "end": { - "line": 1408, + "line": 1450, "column": 64 }, "identifierName": "_bd" @@ -372004,15 +372276,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 64423, - "end": 64426, + "start": 66813, + "end": 66816, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 69 }, "end": { - "line": 1408, + "line": 1450, "column": 72 } }, @@ -372024,15 +372296,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 64429, - "end": 64432, + "start": 66819, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 75 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } }, @@ -372051,44 +372323,44 @@ }, { "type": "ExpressionStatement", - "start": 64467, - "end": 64478, + "start": 66857, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 64467, - "end": 64478, + "start": 66857, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 64467, - "end": 64473, + "start": 66857, + "end": 66863, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 22 }, "identifierName": "retval" @@ -372097,15 +372369,15 @@ }, "right": { "type": "Identifier", - "start": 64476, - "end": 64478, + "start": 66866, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 25 }, "end": { - "line": 1410, + "line": 1452, "column": 27 }, "identifierName": "_m" @@ -372116,15 +372388,15 @@ }, { "type": "BreakStatement", - "start": 64495, - "end": 64500, + "start": 66885, + "end": 66890, "loc": { "start": { - "line": 1411, + "line": 1453, "column": 16 }, "end": { - "line": 1411, + "line": 1453, "column": 21 } }, @@ -372133,43 +372405,43 @@ ], "test": { "type": "CallExpression", - "start": 64031, - "end": 64056, + "start": 66421, + "end": 66446, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 64031, - "end": 64047, + "start": 66421, + "end": 66437, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 64031, - "end": 64042, + "start": 66421, + "end": 66432, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 28 } }, @@ -372181,15 +372453,15 @@ }, "property": { "type": "Identifier", - "start": 64043, - "end": 64047, + "start": 66433, + "end": 66437, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 29 }, "end": { - "line": 1401, + "line": 1443, "column": 33 }, "identifierName": "test" @@ -372201,15 +372473,15 @@ "arguments": [ { "type": "Identifier", - "start": 64049, - "end": 64054, + "start": 66439, + "end": 66444, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 35 }, "end": { - "line": 1401, + "line": 1443, "column": 40 }, "identifierName": "scale" @@ -372221,58 +372493,58 @@ }, { "type": "SwitchCase", - "start": 64513, - "end": 65822, + "start": 66903, + "end": 68212, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 12 }, "end": { - "line": 1437, + "line": 1479, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 64562, - "end": 65772, + "start": 66952, + "end": 68162, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 16 }, "end": { - "line": 1435, + "line": 1477, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 64567, - "end": 64574, + "start": 66957, + "end": 66964, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 21 }, "end": { - "line": 1413, + "line": 1455, "column": 28 } }, "left": { "type": "Identifier", - "start": 64567, - "end": 64570, + "start": 66957, + "end": 66960, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 21 }, "end": { - "line": 1413, + "line": 1455, "column": 24 }, "identifierName": "_dy" @@ -372282,15 +372554,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64573, - "end": 64574, + "start": 66963, + "end": 66964, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 27 }, "end": { - "line": 1413, + "line": 1455, "column": 28 } }, @@ -372303,73 +372575,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64577, - "end": 65492, + "start": 66967, + "end": 67882, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 31 }, "end": { - "line": 1430, + "line": 1472, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 64599, - "end": 64820, + "start": 66989, + "end": 67210, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 20 }, "end": { - "line": 1417, + "line": 1459, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 64605, - "end": 64627, + "start": 66995, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 26 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64609, - "end": 64627, + "start": 66999, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 30 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "id": { "type": "Identifier", - "start": 64609, - "end": 64610, + "start": 66999, + "end": 67000, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 30 }, "end": { - "line": 1414, + "line": 1456, "column": 31 }, "identifierName": "i" @@ -372378,43 +372650,43 @@ }, "init": { "type": "CallExpression", - "start": 64613, - "end": 64627, + "start": 67003, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 64613, - "end": 64625, + "start": 67003, + "end": 67015, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 46 } }, "object": { "type": "Identifier", - "start": 64613, - "end": 64616, + "start": 67003, + "end": 67006, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 37 }, "identifierName": "_bd" @@ -372423,15 +372695,15 @@ }, "property": { "type": "Identifier", - "start": 64617, - "end": 64625, + "start": 67007, + "end": 67015, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 38 }, "end": { - "line": 1414, + "line": 1456, "column": 46 }, "identifierName": "getMonth" @@ -372448,29 +372720,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64629, - "end": 64635, + "start": 67019, + "end": 67025, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 50 }, "end": { - "line": 1414, + "line": 1456, "column": 56 } }, "left": { "type": "Identifier", - "start": 64629, - "end": 64630, + "start": 67019, + "end": 67020, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 50 }, "end": { - "line": 1414, + "line": 1456, "column": 51 }, "identifierName": "i" @@ -372480,15 +372752,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 64633, - "end": 64635, + "start": 67023, + "end": 67025, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 54 }, "end": { - "line": 1414, + "line": 1456, "column": 56 } }, @@ -372501,15 +372773,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64637, - "end": 64640, + "start": 67027, + "end": 67030, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 58 }, "end": { - "line": 1414, + "line": 1456, "column": 61 } }, @@ -372517,15 +372789,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64637, - "end": 64638, + "start": 67027, + "end": 67028, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 58 }, "end": { - "line": 1414, + "line": 1456, "column": 59 }, "identifierName": "i" @@ -372535,59 +372807,59 @@ }, "body": { "type": "BlockStatement", - "start": 64643, - "end": 64820, + "start": 67033, + "end": 67210, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 64 }, "end": { - "line": 1417, + "line": 1459, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 64669, - "end": 64714, + "start": 67059, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 24 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64673, - "end": 64714, + "start": 67063, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 28 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "id": { "type": "Identifier", - "start": 64673, - "end": 64676, + "start": 67063, + "end": 67066, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 28 }, "end": { - "line": 1415, + "line": 1457, "column": 31 }, "identifierName": "_cd" @@ -372596,29 +372868,29 @@ }, "init": { "type": "NewExpression", - "start": 64679, - "end": 64714, + "start": 67069, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 34 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } }, "callee": { "type": "Identifier", - "start": 64683, - "end": 64687, + "start": 67073, + "end": 67077, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 38 }, "end": { - "line": 1415, + "line": 1457, "column": 42 }, "identifierName": "Date" @@ -372628,43 +372900,43 @@ "arguments": [ { "type": "CallExpression", - "start": 64689, - "end": 64706, + "start": 67079, + "end": 67096, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 64689, - "end": 64704, + "start": 67079, + "end": 67094, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 59 } }, "object": { "type": "Identifier", - "start": 64689, - "end": 64692, + "start": 67079, + "end": 67082, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 47 }, "identifierName": "_bd" @@ -372673,15 +372945,15 @@ }, "property": { "type": "Identifier", - "start": 64693, - "end": 64704, + "start": 67083, + "end": 67094, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 48 }, "end": { - "line": 1415, + "line": 1457, "column": 59 }, "identifierName": "getFullYear" @@ -372694,15 +372966,15 @@ }, { "type": "Identifier", - "start": 64708, - "end": 64709, + "start": 67098, + "end": 67099, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 63 }, "end": { - "line": 1415, + "line": 1457, "column": 64 }, "identifierName": "i" @@ -372711,15 +372983,15 @@ }, { "type": "NumericLiteral", - "start": 64711, - "end": 64712, + "start": 67101, + "end": 67102, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 66 }, "end": { - "line": 1415, + "line": 1457, "column": 67 } }, @@ -372737,58 +373009,58 @@ }, { "type": "ExpressionStatement", - "start": 64739, - "end": 64798, + "start": 67129, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 64739, - "end": 64798, + "start": 67129, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64739, - "end": 64774, + "start": 67129, + "end": 67164, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 59 } }, "object": { "type": "Identifier", - "start": 64739, - "end": 64741, + "start": 67129, + "end": 67131, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 26 }, "identifierName": "_m" @@ -372797,58 +373069,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 64742, - "end": 64773, + "start": 67132, + "end": 67163, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 27 }, "end": { - "line": 1416, + "line": 1458, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 64745, - "end": 64762, + "start": 67135, + "end": 67152, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 64745, - "end": 64760, + "start": 67135, + "end": 67150, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 45 } }, "object": { "type": "Identifier", - "start": 64745, - "end": 64748, + "start": 67135, + "end": 67138, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 33 }, "identifierName": "_bd" @@ -372857,15 +373129,15 @@ }, "property": { "type": "Identifier", - "start": 64749, - "end": 64760, + "start": 67139, + "end": 67150, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 34 }, "end": { - "line": 1416, + "line": 1458, "column": 45 }, "identifierName": "getFullYear" @@ -372878,29 +373150,29 @@ }, { "type": "BinaryExpression", - "start": 64766, - "end": 64771, + "start": 67156, + "end": 67161, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 51 }, "end": { - "line": 1416, + "line": 1458, "column": 56 } }, "left": { "type": "Identifier", - "start": 64766, - "end": 64767, + "start": 67156, + "end": 67157, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 51 }, "end": { - "line": 1416, + "line": 1458, "column": 52 }, "identifierName": "i" @@ -372910,15 +373182,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 64770, - "end": 64771, + "start": 67160, + "end": 67161, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 55 }, "end": { - "line": 1416, + "line": 1458, "column": 56 } }, @@ -372933,15 +373205,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 64743, - "end": 64743, + "start": 67133, + "end": 67133, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 28 }, "end": { - "line": 1416, + "line": 1458, "column": 28 } }, @@ -372953,15 +373225,15 @@ }, { "type": "TemplateElement", - "start": 64763, - "end": 64764, + "start": 67153, + "end": 67154, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 48 }, "end": { - "line": 1416, + "line": 1458, "column": 49 } }, @@ -372973,15 +373245,15 @@ }, { "type": "TemplateElement", - "start": 64772, - "end": 64772, + "start": 67162, + "end": 67162, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 57 }, "end": { - "line": 1416, + "line": 1458, "column": 57 } }, @@ -372997,29 +373269,29 @@ }, "right": { "type": "CallExpression", - "start": 64777, - "end": 64798, + "start": 67167, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 62 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } }, "callee": { "type": "Identifier", - "start": 64777, - "end": 64791, + "start": 67167, + "end": 67181, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 62 }, "end": { - "line": 1416, + "line": 1458, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -373029,15 +373301,15 @@ "arguments": [ { "type": "Identifier", - "start": 64793, - "end": 64796, + "start": 67183, + "end": 67186, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 78 }, "end": { - "line": 1416, + "line": 1458, "column": 81 }, "identifierName": "_cd" @@ -373054,43 +373326,43 @@ }, { "type": "IfStatement", - "start": 64841, - "end": 65232, + "start": 67231, + "end": 67622, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 20 }, "end": { - "line": 1425, + "line": 1467, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 64846, - "end": 64853, + "start": 67236, + "end": 67243, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 25 }, "end": { - "line": 1418, + "line": 1460, "column": 32 } }, "left": { "type": "Identifier", - "start": 64846, - "end": 64849, + "start": 67236, + "end": 67239, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 25 }, "end": { - "line": 1418, + "line": 1460, "column": 28 }, "identifierName": "_dy" @@ -373100,15 +373372,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 64852, - "end": 64853, + "start": 67242, + "end": 67243, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 31 }, "end": { - "line": 1418, + "line": 1460, "column": 32 } }, @@ -373121,73 +373393,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64856, - "end": 65232, + "start": 67246, + "end": 67622, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 35 }, "end": { - "line": 1425, + "line": 1467, "column": 21 } }, "body": [ { "type": "ForStatement", - "start": 64882, - "end": 65210, + "start": 67272, + "end": 67600, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 24 }, "end": { - "line": 1424, + "line": 1466, "column": 25 } }, "init": { "type": "VariableDeclaration", - "start": 64888, - "end": 64897, + "start": 67278, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 30 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64892, - "end": 64897, + "start": 67282, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 34 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, "id": { "type": "Identifier", - "start": 64892, - "end": 64893, + "start": 67282, + "end": 67283, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 34 }, "end": { - "line": 1419, + "line": 1461, "column": 35 }, "identifierName": "y" @@ -373196,15 +373468,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64896, - "end": 64897, + "start": 67286, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 38 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } }, @@ -373220,29 +373492,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64899, - "end": 64906, + "start": 67289, + "end": 67296, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 41 }, "end": { - "line": 1419, + "line": 1461, "column": 48 } }, "left": { "type": "Identifier", - "start": 64899, - "end": 64900, + "start": 67289, + "end": 67290, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 41 }, "end": { - "line": 1419, + "line": 1461, "column": 42 }, "identifierName": "y" @@ -373252,15 +373524,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 64903, - "end": 64906, + "start": 67293, + "end": 67296, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 45 }, "end": { - "line": 1419, + "line": 1461, "column": 48 }, "identifierName": "_dy" @@ -373270,15 +373542,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64908, - "end": 64911, + "start": 67298, + "end": 67301, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 50 }, "end": { - "line": 1419, + "line": 1461, "column": 53 } }, @@ -373286,15 +373558,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64908, - "end": 64909, + "start": 67298, + "end": 67299, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 50 }, "end": { - "line": 1419, + "line": 1461, "column": 51 }, "identifierName": "y" @@ -373304,73 +373576,73 @@ }, "body": { "type": "BlockStatement", - "start": 64914, - "end": 65210, + "start": 67304, + "end": 67600, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 56 }, "end": { - "line": 1424, + "line": 1466, "column": 25 } }, "body": [ { "type": "ForStatement", - "start": 64944, - "end": 65184, + "start": 67334, + "end": 67574, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 28 }, "end": { - "line": 1423, + "line": 1465, "column": 29 } }, "init": { "type": "VariableDeclaration", - "start": 64950, - "end": 64959, + "start": 67340, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 34 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 64954, - "end": 64959, + "start": 67344, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 38 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, "id": { "type": "Identifier", - "start": 64954, - "end": 64955, + "start": 67344, + "end": 67345, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 38 }, "end": { - "line": 1420, + "line": 1462, "column": 39 }, "identifierName": "i" @@ -373379,15 +373651,15 @@ }, "init": { "type": "NumericLiteral", - "start": 64958, - "end": 64959, + "start": 67348, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 42 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } }, @@ -373403,29 +373675,29 @@ }, "test": { "type": "BinaryExpression", - "start": 64961, - "end": 64967, + "start": 67351, + "end": 67357, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 45 }, "end": { - "line": 1420, + "line": 1462, "column": 51 } }, "left": { "type": "Identifier", - "start": 64961, - "end": 64962, + "start": 67351, + "end": 67352, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 45 }, "end": { - "line": 1420, + "line": 1462, "column": 46 }, "identifierName": "i" @@ -373435,15 +373707,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 64965, - "end": 64967, + "start": 67355, + "end": 67357, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 49 }, "end": { - "line": 1420, + "line": 1462, "column": 51 } }, @@ -373456,15 +373728,15 @@ }, "update": { "type": "UpdateExpression", - "start": 64969, - "end": 64972, + "start": 67359, + "end": 67362, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 53 }, "end": { - "line": 1420, + "line": 1462, "column": 56 } }, @@ -373472,15 +373744,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 64969, - "end": 64970, + "start": 67359, + "end": 67360, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 53 }, "end": { - "line": 1420, + "line": 1462, "column": 54 }, "identifierName": "i" @@ -373490,59 +373762,59 @@ }, "body": { "type": "BlockStatement", - "start": 64975, - "end": 65184, + "start": 67365, + "end": 67574, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 59 }, "end": { - "line": 1423, + "line": 1465, "column": 29 } }, "body": [ { "type": "VariableDeclaration", - "start": 65009, - "end": 65058, + "start": 67399, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 32 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65013, - "end": 65058, + "start": 67403, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 36 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "id": { "type": "Identifier", - "start": 65013, - "end": 65016, + "start": 67403, + "end": 67406, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 36 }, "end": { - "line": 1421, + "line": 1463, "column": 39 }, "identifierName": "_cd" @@ -373551,29 +373823,29 @@ }, "init": { "type": "NewExpression", - "start": 65019, - "end": 65058, + "start": 67409, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 42 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } }, "callee": { "type": "Identifier", - "start": 65023, - "end": 65027, + "start": 67413, + "end": 67417, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 46 }, "end": { - "line": 1421, + "line": 1463, "column": 50 }, "identifierName": "Date" @@ -373583,57 +373855,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 65029, - "end": 65050, + "start": 67419, + "end": 67440, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 73 } }, "left": { "type": "CallExpression", - "start": 65029, - "end": 65046, + "start": 67419, + "end": 67436, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 65029, - "end": 65044, + "start": 67419, + "end": 67434, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 67 } }, "object": { "type": "Identifier", - "start": 65029, - "end": 65032, + "start": 67419, + "end": 67422, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 55 }, "identifierName": "_bd" @@ -373642,15 +373914,15 @@ }, "property": { "type": "Identifier", - "start": 65033, - "end": 65044, + "start": 67423, + "end": 67434, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 56 }, "end": { - "line": 1421, + "line": 1463, "column": 67 }, "identifierName": "getFullYear" @@ -373664,15 +373936,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 65049, - "end": 65050, + "start": 67439, + "end": 67440, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 72 }, "end": { - "line": 1421, + "line": 1463, "column": 73 }, "identifierName": "y" @@ -373682,15 +373954,15 @@ }, { "type": "Identifier", - "start": 65052, - "end": 65053, + "start": 67442, + "end": 67443, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 75 }, "end": { - "line": 1421, + "line": 1463, "column": 76 }, "identifierName": "i" @@ -373699,15 +373971,15 @@ }, { "type": "NumericLiteral", - "start": 65055, - "end": 65056, + "start": 67445, + "end": 67446, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 78 }, "end": { - "line": 1421, + "line": 1463, "column": 79 } }, @@ -373725,58 +373997,58 @@ }, { "type": "ExpressionStatement", - "start": 65091, - "end": 65154, + "start": 67481, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 65091, - "end": 65154, + "start": 67481, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65091, - "end": 65130, + "start": 67481, + "end": 67520, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 71 } }, "object": { "type": "Identifier", - "start": 65091, - "end": 65093, + "start": 67481, + "end": 67483, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 34 }, "identifierName": "_m" @@ -373785,72 +374057,72 @@ }, "property": { "type": "TemplateLiteral", - "start": 65094, - "end": 65129, + "start": 67484, + "end": 67519, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 35 }, "end": { - "line": 1422, + "line": 1464, "column": 70 } }, "expressions": [ { "type": "BinaryExpression", - "start": 65097, - "end": 65118, + "start": 67487, + "end": 67508, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 59 } }, "left": { "type": "CallExpression", - "start": 65097, - "end": 65114, + "start": 67487, + "end": 67504, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 65097, - "end": 65112, + "start": 67487, + "end": 67502, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 53 } }, "object": { "type": "Identifier", - "start": 65097, - "end": 65100, + "start": 67487, + "end": 67490, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 41 }, "identifierName": "_bd" @@ -373859,15 +374131,15 @@ }, "property": { "type": "Identifier", - "start": 65101, - "end": 65112, + "start": 67491, + "end": 67502, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 42 }, "end": { - "line": 1422, + "line": 1464, "column": 53 }, "identifierName": "getFullYear" @@ -373881,15 +374153,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 65117, - "end": 65118, + "start": 67507, + "end": 67508, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 58 }, "end": { - "line": 1422, + "line": 1464, "column": 59 }, "identifierName": "y" @@ -373899,29 +374171,29 @@ }, { "type": "BinaryExpression", - "start": 65122, - "end": 65127, + "start": 67512, + "end": 67517, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 63 }, "end": { - "line": 1422, + "line": 1464, "column": 68 } }, "left": { "type": "Identifier", - "start": 65122, - "end": 65123, + "start": 67512, + "end": 67513, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 63 }, "end": { - "line": 1422, + "line": 1464, "column": 64 }, "identifierName": "i" @@ -373931,15 +374203,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65126, - "end": 65127, + "start": 67516, + "end": 67517, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 67 }, "end": { - "line": 1422, + "line": 1464, "column": 68 } }, @@ -373954,15 +374226,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65095, - "end": 65095, + "start": 67485, + "end": 67485, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 36 }, "end": { - "line": 1422, + "line": 1464, "column": 36 } }, @@ -373974,15 +374246,15 @@ }, { "type": "TemplateElement", - "start": 65119, - "end": 65120, + "start": 67509, + "end": 67510, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 60 }, "end": { - "line": 1422, + "line": 1464, "column": 61 } }, @@ -373994,15 +374266,15 @@ }, { "type": "TemplateElement", - "start": 65128, - "end": 65128, + "start": 67518, + "end": 67518, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 69 }, "end": { - "line": 1422, + "line": 1464, "column": 69 } }, @@ -374018,29 +374290,29 @@ }, "right": { "type": "CallExpression", - "start": 65133, - "end": 65154, + "start": 67523, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 74 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } }, "callee": { "type": "Identifier", - "start": 65133, - "end": 65147, + "start": 67523, + "end": 67537, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 74 }, "end": { - "line": 1422, + "line": 1464, "column": 88 }, "identifierName": "lastDayOfMonth" @@ -374050,15 +374322,15 @@ "arguments": [ { "type": "Identifier", - "start": 65149, - "end": 65152, + "start": 67539, + "end": 67542, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 90 }, "end": { - "line": 1422, + "line": 1464, "column": 93 }, "identifierName": "_cd" @@ -374084,58 +374356,58 @@ }, { "type": "ForStatement", - "start": 65253, - "end": 65474, + "start": 67643, + "end": 67864, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 20 }, "end": { - "line": 1429, + "line": 1471, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 65259, - "end": 65268, + "start": 67649, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 26 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65263, - "end": 65268, + "start": 67653, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 30 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, "id": { "type": "Identifier", - "start": 65263, - "end": 65264, + "start": 67653, + "end": 67654, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 30 }, "end": { - "line": 1426, + "line": 1468, "column": 31 }, "identifierName": "i" @@ -374144,15 +374416,15 @@ }, "init": { "type": "NumericLiteral", - "start": 65267, - "end": 65268, + "start": 67657, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 34 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } }, @@ -374168,29 +374440,29 @@ }, "test": { "type": "BinaryExpression", - "start": 65270, - "end": 65289, + "start": 67660, + "end": 67679, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 37 }, "end": { - "line": 1426, + "line": 1468, "column": 56 } }, "left": { "type": "Identifier", - "start": 65270, - "end": 65271, + "start": 67660, + "end": 67661, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 37 }, "end": { - "line": 1426, + "line": 1468, "column": 38 }, "identifierName": "i" @@ -374200,43 +374472,43 @@ "operator": "<=", "right": { "type": "CallExpression", - "start": 65275, - "end": 65289, + "start": 67665, + "end": 67679, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 65275, - "end": 65287, + "start": 67665, + "end": 67677, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 54 } }, "object": { "type": "Identifier", - "start": 65275, - "end": 65278, + "start": 67665, + "end": 67668, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 45 }, "identifierName": "_ed" @@ -374245,15 +374517,15 @@ }, "property": { "type": "Identifier", - "start": 65279, - "end": 65287, + "start": 67669, + "end": 67677, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 46 }, "end": { - "line": 1426, + "line": 1468, "column": 54 }, "identifierName": "getMonth" @@ -374267,15 +374539,15 @@ }, "update": { "type": "UpdateExpression", - "start": 65291, - "end": 65294, + "start": 67681, + "end": 67684, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 58 }, "end": { - "line": 1426, + "line": 1468, "column": 61 } }, @@ -374283,15 +374555,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 65291, - "end": 65292, + "start": 67681, + "end": 67682, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 58 }, "end": { - "line": 1426, + "line": 1468, "column": 59 }, "identifierName": "i" @@ -374301,59 +374573,59 @@ }, "body": { "type": "BlockStatement", - "start": 65297, - "end": 65474, + "start": 67687, + "end": 67864, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 64 }, "end": { - "line": 1429, + "line": 1471, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 65323, - "end": 65368, + "start": 67713, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 24 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65327, - "end": 65368, + "start": 67717, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 28 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "id": { "type": "Identifier", - "start": 65327, - "end": 65330, + "start": 67717, + "end": 67720, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 28 }, "end": { - "line": 1427, + "line": 1469, "column": 31 }, "identifierName": "_cd" @@ -374362,29 +374634,29 @@ }, "init": { "type": "NewExpression", - "start": 65333, - "end": 65368, + "start": 67723, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 34 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } }, "callee": { "type": "Identifier", - "start": 65337, - "end": 65341, + "start": 67727, + "end": 67731, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 38 }, "end": { - "line": 1427, + "line": 1469, "column": 42 }, "identifierName": "Date" @@ -374394,43 +374666,43 @@ "arguments": [ { "type": "CallExpression", - "start": 65343, - "end": 65360, + "start": 67733, + "end": 67750, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 65343, - "end": 65358, + "start": 67733, + "end": 67748, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 59 } }, "object": { "type": "Identifier", - "start": 65343, - "end": 65346, + "start": 67733, + "end": 67736, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 47 }, "identifierName": "_ed" @@ -374439,15 +374711,15 @@ }, "property": { "type": "Identifier", - "start": 65347, - "end": 65358, + "start": 67737, + "end": 67748, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 48 }, "end": { - "line": 1427, + "line": 1469, "column": 59 }, "identifierName": "getFullYear" @@ -374460,15 +374732,15 @@ }, { "type": "Identifier", - "start": 65362, - "end": 65363, + "start": 67752, + "end": 67753, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 63 }, "end": { - "line": 1427, + "line": 1469, "column": 64 }, "identifierName": "i" @@ -374477,15 +374749,15 @@ }, { "type": "NumericLiteral", - "start": 65365, - "end": 65366, + "start": 67755, + "end": 67756, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 66 }, "end": { - "line": 1427, + "line": 1469, "column": 67 } }, @@ -374503,58 +374775,58 @@ }, { "type": "ExpressionStatement", - "start": 65393, - "end": 65452, + "start": 67783, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 65393, - "end": 65452, + "start": 67783, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65393, - "end": 65428, + "start": 67783, + "end": 67818, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 59 } }, "object": { "type": "Identifier", - "start": 65393, - "end": 65395, + "start": 67783, + "end": 67785, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 26 }, "identifierName": "_m" @@ -374563,58 +374835,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 65396, - "end": 65427, + "start": 67786, + "end": 67817, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 27 }, "end": { - "line": 1428, + "line": 1470, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 65399, - "end": 65416, + "start": 67789, + "end": 67806, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 65399, - "end": 65414, + "start": 67789, + "end": 67804, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 45 } }, "object": { "type": "Identifier", - "start": 65399, - "end": 65402, + "start": 67789, + "end": 67792, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 33 }, "identifierName": "_ed" @@ -374623,15 +374895,15 @@ }, "property": { "type": "Identifier", - "start": 65403, - "end": 65414, + "start": 67793, + "end": 67804, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 34 }, "end": { - "line": 1428, + "line": 1470, "column": 45 }, "identifierName": "getFullYear" @@ -374644,29 +374916,29 @@ }, { "type": "BinaryExpression", - "start": 65420, - "end": 65425, + "start": 67810, + "end": 67815, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 51 }, "end": { - "line": 1428, + "line": 1470, "column": 56 } }, "left": { "type": "Identifier", - "start": 65420, - "end": 65421, + "start": 67810, + "end": 67811, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 51 }, "end": { - "line": 1428, + "line": 1470, "column": 52 }, "identifierName": "i" @@ -374676,15 +374948,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65424, - "end": 65425, + "start": 67814, + "end": 67815, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 55 }, "end": { - "line": 1428, + "line": 1470, "column": 56 } }, @@ -374699,15 +374971,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65397, - "end": 65397, + "start": 67787, + "end": 67787, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 28 }, "end": { - "line": 1428, + "line": 1470, "column": 28 } }, @@ -374719,15 +374991,15 @@ }, { "type": "TemplateElement", - "start": 65417, - "end": 65418, + "start": 67807, + "end": 67808, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 48 }, "end": { - "line": 1428, + "line": 1470, "column": 49 } }, @@ -374739,15 +375011,15 @@ }, { "type": "TemplateElement", - "start": 65426, - "end": 65426, + "start": 67816, + "end": 67816, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 57 }, "end": { - "line": 1428, + "line": 1470, "column": 57 } }, @@ -374763,29 +375035,29 @@ }, "right": { "type": "CallExpression", - "start": 65431, - "end": 65452, + "start": 67821, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 62 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } }, "callee": { "type": "Identifier", - "start": 65431, - "end": 65445, + "start": 67821, + "end": 67835, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 62 }, "end": { - "line": 1428, + "line": 1470, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -374795,15 +375067,15 @@ "arguments": [ { "type": "Identifier", - "start": 65447, - "end": 65450, + "start": 67837, + "end": 67840, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 78 }, "end": { - "line": 1428, + "line": 1470, "column": 81 }, "identifierName": "_cd" @@ -374823,73 +375095,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 65498, - "end": 65772, + "start": 67888, + "end": 68162, "loc": { "start": { - "line": 1430, + "line": 1472, "column": 23 }, "end": { - "line": 1435, + "line": 1477, "column": 17 } }, "body": [ { "type": "ForStatement", - "start": 65520, - "end": 65754, + "start": 67910, + "end": 68144, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 20 }, "end": { - "line": 1434, + "line": 1476, "column": 21 } }, "init": { "type": "VariableDeclaration", - "start": 65526, - "end": 65548, + "start": 67916, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 26 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65530, - "end": 65548, + "start": 67920, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 30 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "id": { "type": "Identifier", - "start": 65530, - "end": 65531, + "start": 67920, + "end": 67921, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 30 }, "end": { - "line": 1431, + "line": 1473, "column": 31 }, "identifierName": "i" @@ -374898,43 +375170,43 @@ }, "init": { "type": "CallExpression", - "start": 65534, - "end": 65548, + "start": 67924, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 65534, - "end": 65546, + "start": 67924, + "end": 67936, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 46 } }, "object": { "type": "Identifier", - "start": 65534, - "end": 65537, + "start": 67924, + "end": 67927, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 37 }, "identifierName": "_bd" @@ -374943,15 +375215,15 @@ }, "property": { "type": "Identifier", - "start": 65538, - "end": 65546, + "start": 67928, + "end": 67936, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 38 }, "end": { - "line": 1431, + "line": 1473, "column": 46 }, "identifierName": "getMonth" @@ -374968,29 +375240,29 @@ }, "test": { "type": "BinaryExpression", - "start": 65550, - "end": 65569, + "start": 67940, + "end": 67959, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 50 }, "end": { - "line": 1431, + "line": 1473, "column": 69 } }, "left": { "type": "Identifier", - "start": 65550, - "end": 65551, + "start": 67940, + "end": 67941, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 50 }, "end": { - "line": 1431, + "line": 1473, "column": 51 }, "identifierName": "i" @@ -375000,43 +375272,43 @@ "operator": "<=", "right": { "type": "CallExpression", - "start": 65555, - "end": 65569, + "start": 67945, + "end": 67959, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 65555, - "end": 65567, + "start": 67945, + "end": 67957, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 67 } }, "object": { "type": "Identifier", - "start": 65555, - "end": 65558, + "start": 67945, + "end": 67948, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 58 }, "identifierName": "_ed" @@ -375045,15 +375317,15 @@ }, "property": { "type": "Identifier", - "start": 65559, - "end": 65567, + "start": 67949, + "end": 67957, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 59 }, "end": { - "line": 1431, + "line": 1473, "column": 67 }, "identifierName": "getMonth" @@ -375067,15 +375339,15 @@ }, "update": { "type": "UpdateExpression", - "start": 65571, - "end": 65574, + "start": 67961, + "end": 67964, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 71 }, "end": { - "line": 1431, + "line": 1473, "column": 74 } }, @@ -375083,15 +375355,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 65571, - "end": 65572, + "start": 67961, + "end": 67962, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 71 }, "end": { - "line": 1431, + "line": 1473, "column": 72 }, "identifierName": "i" @@ -375101,59 +375373,59 @@ }, "body": { "type": "BlockStatement", - "start": 65577, - "end": 65754, + "start": 67967, + "end": 68144, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 77 }, "end": { - "line": 1434, + "line": 1476, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 65603, - "end": 65648, + "start": 67993, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 24 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65607, - "end": 65648, + "start": 67997, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 28 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "id": { "type": "Identifier", - "start": 65607, - "end": 65610, + "start": 67997, + "end": 68000, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 28 }, "end": { - "line": 1432, + "line": 1474, "column": 31 }, "identifierName": "_cd" @@ -375162,29 +375434,29 @@ }, "init": { "type": "NewExpression", - "start": 65613, - "end": 65648, + "start": 68003, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 34 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } }, "callee": { "type": "Identifier", - "start": 65617, - "end": 65621, + "start": 68007, + "end": 68011, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 38 }, "end": { - "line": 1432, + "line": 1474, "column": 42 }, "identifierName": "Date" @@ -375194,43 +375466,43 @@ "arguments": [ { "type": "CallExpression", - "start": 65623, - "end": 65640, + "start": 68013, + "end": 68030, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 65623, - "end": 65638, + "start": 68013, + "end": 68028, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 59 } }, "object": { "type": "Identifier", - "start": 65623, - "end": 65626, + "start": 68013, + "end": 68016, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 47 }, "identifierName": "_bd" @@ -375239,15 +375511,15 @@ }, "property": { "type": "Identifier", - "start": 65627, - "end": 65638, + "start": 68017, + "end": 68028, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 48 }, "end": { - "line": 1432, + "line": 1474, "column": 59 }, "identifierName": "getFullYear" @@ -375260,15 +375532,15 @@ }, { "type": "Identifier", - "start": 65642, - "end": 65643, + "start": 68032, + "end": 68033, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 63 }, "end": { - "line": 1432, + "line": 1474, "column": 64 }, "identifierName": "i" @@ -375277,15 +375549,15 @@ }, { "type": "NumericLiteral", - "start": 65645, - "end": 65646, + "start": 68035, + "end": 68036, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 66 }, "end": { - "line": 1432, + "line": 1474, "column": 67 } }, @@ -375303,58 +375575,58 @@ }, { "type": "ExpressionStatement", - "start": 65673, - "end": 65732, + "start": 68063, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "expression": { "type": "AssignmentExpression", - "start": 65673, - "end": 65732, + "start": 68063, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 65673, - "end": 65708, + "start": 68063, + "end": 68098, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 59 } }, "object": { "type": "Identifier", - "start": 65673, - "end": 65675, + "start": 68063, + "end": 68065, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 26 }, "identifierName": "_m" @@ -375363,58 +375635,58 @@ }, "property": { "type": "TemplateLiteral", - "start": 65676, - "end": 65707, + "start": 68066, + "end": 68097, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 27 }, "end": { - "line": 1433, + "line": 1475, "column": 58 } }, "expressions": [ { "type": "CallExpression", - "start": 65679, - "end": 65696, + "start": 68069, + "end": 68086, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 65679, - "end": 65694, + "start": 68069, + "end": 68084, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 45 } }, "object": { "type": "Identifier", - "start": 65679, - "end": 65682, + "start": 68069, + "end": 68072, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 33 }, "identifierName": "_bd" @@ -375423,15 +375695,15 @@ }, "property": { "type": "Identifier", - "start": 65683, - "end": 65694, + "start": 68073, + "end": 68084, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 34 }, "end": { - "line": 1433, + "line": 1475, "column": 45 }, "identifierName": "getFullYear" @@ -375444,29 +375716,29 @@ }, { "type": "BinaryExpression", - "start": 65700, - "end": 65705, + "start": 68090, + "end": 68095, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 51 }, "end": { - "line": 1433, + "line": 1475, "column": 56 } }, "left": { "type": "Identifier", - "start": 65700, - "end": 65701, + "start": 68090, + "end": 68091, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 51 }, "end": { - "line": 1433, + "line": 1475, "column": 52 }, "identifierName": "i" @@ -375476,15 +375748,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 65704, - "end": 65705, + "start": 68094, + "end": 68095, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 55 }, "end": { - "line": 1433, + "line": 1475, "column": 56 } }, @@ -375499,15 +375771,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 65677, - "end": 65677, + "start": 68067, + "end": 68067, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 28 }, "end": { - "line": 1433, + "line": 1475, "column": 28 } }, @@ -375519,15 +375791,15 @@ }, { "type": "TemplateElement", - "start": 65697, - "end": 65698, + "start": 68087, + "end": 68088, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 48 }, "end": { - "line": 1433, + "line": 1475, "column": 49 } }, @@ -375539,15 +375811,15 @@ }, { "type": "TemplateElement", - "start": 65706, - "end": 65706, + "start": 68096, + "end": 68096, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 57 }, "end": { - "line": 1433, + "line": 1475, "column": 57 } }, @@ -375563,29 +375835,29 @@ }, "right": { "type": "CallExpression", - "start": 65711, - "end": 65732, + "start": 68101, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 62 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } }, "callee": { "type": "Identifier", - "start": 65711, - "end": 65725, + "start": 68101, + "end": 68115, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 62 }, "end": { - "line": 1433, + "line": 1475, "column": 76 }, "identifierName": "lastDayOfMonth" @@ -375595,15 +375867,15 @@ "arguments": [ { "type": "Identifier", - "start": 65727, - "end": 65730, + "start": 68117, + "end": 68120, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 78 }, "end": { - "line": 1433, + "line": 1475, "column": 81 }, "identifierName": "_cd" @@ -375624,44 +375896,44 @@ }, { "type": "ExpressionStatement", - "start": 65789, - "end": 65800, + "start": 68179, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 65789, - "end": 65800, + "start": 68179, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65789, - "end": 65795, + "start": 68179, + "end": 68185, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 22 }, "identifierName": "retval" @@ -375670,15 +375942,15 @@ }, "right": { "type": "Identifier", - "start": 65798, - "end": 65800, + "start": 68188, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 25 }, "end": { - "line": 1436, + "line": 1478, "column": 27 }, "identifierName": "_m" @@ -375689,15 +375961,15 @@ }, { "type": "BreakStatement", - "start": 65817, - "end": 65822, + "start": 68207, + "end": 68212, "loc": { "start": { - "line": 1437, + "line": 1479, "column": 16 }, "end": { - "line": 1437, + "line": 1479, "column": 21 } }, @@ -375706,43 +375978,43 @@ ], "test": { "type": "CallExpression", - "start": 64518, - "end": 64544, + "start": 66908, + "end": 66934, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 64518, - "end": 64535, + "start": 66908, + "end": 66925, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 64518, - "end": 64530, + "start": 66908, + "end": 66920, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 29 } }, @@ -375754,15 +376026,15 @@ }, "property": { "type": "Identifier", - "start": 64531, - "end": 64535, + "start": 66921, + "end": 66925, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 30 }, "end": { - "line": 1412, + "line": 1454, "column": 34 }, "identifierName": "test" @@ -375774,15 +376046,15 @@ "arguments": [ { "type": "Identifier", - "start": 64537, - "end": 64542, + "start": 66927, + "end": 66932, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 36 }, "end": { - "line": 1412, + "line": 1454, "column": 41 }, "identifierName": "scale" @@ -375794,59 +376066,59 @@ }, { "type": "SwitchCase", - "start": 65835, - "end": 65963, + "start": 68225, + "end": 68353, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 12 }, "end": { - "line": 1440, + "line": 1482, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65883, - "end": 65941, + "start": 68273, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 65883, - "end": 65941, + "start": 68273, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65883, - "end": 65889, + "start": 68273, + "end": 68279, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 22 }, "identifierName": "retval" @@ -375855,43 +376127,43 @@ }, "right": { "type": "CallExpression", - "start": 65892, - "end": 65941, + "start": 68282, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 65892, - "end": 65901, + "start": 68282, + "end": 68291, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 34 } }, "object": { "type": "Identifier", - "start": 65892, - "end": 65896, + "start": 68282, + "end": 68286, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 29 }, "identifierName": "Math" @@ -375900,15 +376172,15 @@ }, "property": { "type": "Identifier", - "start": 65897, - "end": 65901, + "start": 68287, + "end": 68291, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 30 }, "end": { - "line": 1439, + "line": 1481, "column": 34 }, "identifierName": "ceil" @@ -375920,29 +376192,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 65903, - "end": 65939, + "start": 68293, + "end": 68329, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 36 }, "end": { - "line": 1439, + "line": 1481, "column": 72 } }, "left": { "type": "Identifier", - "start": 65903, - "end": 65909, + "start": 68293, + "end": 68299, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 36 }, "end": { - "line": 1439, + "line": 1481, "column": 42 }, "identifierName": "diffMS" @@ -375952,71 +376224,71 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 65914, - "end": 65937, + "start": 68304, + "end": 68327, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65930, + "start": 68304, + "end": 68320, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65925, + "start": 68304, + "end": 68315, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 58 } }, "left": { "type": "BinaryExpression", - "start": 65914, - "end": 65920, + "start": 68304, + "end": 68310, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 53 } }, "left": { "type": "NumericLiteral", - "start": 65914, - "end": 65915, + "start": 68304, + "end": 68305, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 48 } }, @@ -376029,15 +376301,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65918, - "end": 65920, + "start": 68308, + "end": 68310, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 51 }, "end": { - "line": 1439, + "line": 1481, "column": 53 } }, @@ -376051,15 +376323,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65923, - "end": 65925, + "start": 68313, + "end": 68315, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 56 }, "end": { - "line": 1439, + "line": 1481, "column": 58 } }, @@ -376073,15 +376345,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65928, - "end": 65930, + "start": 68318, + "end": 68320, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 61 }, "end": { - "line": 1439, + "line": 1481, "column": 63 } }, @@ -376095,15 +376367,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 65933, - "end": 65937, + "start": 68323, + "end": 68327, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 66 }, "end": { - "line": 1439, + "line": 1481, "column": 70 } }, @@ -376115,7 +376387,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 65912 + "parenStart": 68302 } } } @@ -376125,15 +376397,15 @@ }, { "type": "BreakStatement", - "start": 65958, - "end": 65963, + "start": 68348, + "end": 68353, "loc": { "start": { - "line": 1440, + "line": 1482, "column": 16 }, "end": { - "line": 1440, + "line": 1482, "column": 21 } }, @@ -376142,43 +376414,43 @@ ], "test": { "type": "CallExpression", - "start": 65840, - "end": 65865, + "start": 68230, + "end": 68255, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 65840, - "end": 65856, + "start": 68230, + "end": 68246, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 65840, - "end": 65851, + "start": 68230, + "end": 68241, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 28 } }, @@ -376190,15 +376462,15 @@ }, "property": { "type": "Identifier", - "start": 65852, - "end": 65856, + "start": 68242, + "end": 68246, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 29 }, "end": { - "line": 1438, + "line": 1480, "column": 33 }, "identifierName": "test" @@ -376210,15 +376482,15 @@ "arguments": [ { "type": "Identifier", - "start": 65858, - "end": 65863, + "start": 68248, + "end": 68253, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 35 }, "end": { - "line": 1438, + "line": 1480, "column": 40 }, "identifierName": "scale" @@ -376230,59 +376502,59 @@ }, { "type": "SwitchCase", - "start": 65976, - "end": 66106, + "start": 68366, + "end": 68496, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 12 }, "end": { - "line": 1443, + "line": 1485, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66030, - "end": 66084, + "start": 68420, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 66030, - "end": 66084, + "start": 68420, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66030, - "end": 66036, + "start": 68420, + "end": 68426, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 22 }, "identifierName": "retval" @@ -376291,43 +376563,43 @@ }, "right": { "type": "CallExpression", - "start": 66039, - "end": 66084, + "start": 68429, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 66039, - "end": 66048, + "start": 68429, + "end": 68438, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 34 } }, "object": { "type": "Identifier", - "start": 66039, - "end": 66043, + "start": 68429, + "end": 68433, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 29 }, "identifierName": "Math" @@ -376336,15 +376608,15 @@ }, "property": { "type": "Identifier", - "start": 66044, - "end": 66048, + "start": 68434, + "end": 68438, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 30 }, "end": { - "line": 1442, + "line": 1484, "column": 34 }, "identifierName": "ceil" @@ -376356,29 +376628,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66050, - "end": 66082, + "start": 68440, + "end": 68472, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 36 }, "end": { - "line": 1442, + "line": 1484, "column": 68 } }, "left": { "type": "Identifier", - "start": 66050, - "end": 66056, + "start": 68440, + "end": 68446, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 36 }, "end": { - "line": 1442, + "line": 1484, "column": 42 }, "identifierName": "diffMS" @@ -376388,57 +376660,57 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66061, - "end": 66080, + "start": 68451, + "end": 68470, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 66 } }, "left": { "type": "BinaryExpression", - "start": 66061, - "end": 66073, + "start": 68451, + "end": 68463, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 66061, - "end": 66068, + "start": 68451, + "end": 68458, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 54 } }, "left": { "type": "NumericLiteral", - "start": 66061, - "end": 66063, + "start": 68451, + "end": 68453, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 49 } }, @@ -376451,15 +376723,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66066, - "end": 66068, + "start": 68456, + "end": 68458, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 52 }, "end": { - "line": 1442, + "line": 1484, "column": 54 } }, @@ -376473,15 +376745,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66071, - "end": 66073, + "start": 68461, + "end": 68463, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 57 }, "end": { - "line": 1442, + "line": 1484, "column": 59 } }, @@ -376495,15 +376767,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66076, - "end": 66080, + "start": 68466, + "end": 68470, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 62 }, "end": { - "line": 1442, + "line": 1484, "column": 66 } }, @@ -376515,7 +376787,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66059 + "parenStart": 68449 } } } @@ -376525,15 +376797,15 @@ }, { "type": "BreakStatement", - "start": 66101, - "end": 66106, + "start": 68491, + "end": 68496, "loc": { "start": { - "line": 1443, + "line": 1485, "column": 16 }, "end": { - "line": 1443, + "line": 1485, "column": 21 } }, @@ -376542,43 +376814,43 @@ ], "test": { "type": "CallExpression", - "start": 65981, - "end": 66012, + "start": 68371, + "end": 68402, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 65981, - "end": 66003, + "start": 68371, + "end": 68393, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 65981, - "end": 65998, + "start": 68371, + "end": 68388, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 34 } }, @@ -376590,15 +376862,15 @@ }, "property": { "type": "Identifier", - "start": 65999, - "end": 66003, + "start": 68389, + "end": 68393, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 35 }, "end": { - "line": 1441, + "line": 1483, "column": 39 }, "identifierName": "test" @@ -376610,15 +376882,15 @@ "arguments": [ { "type": "Identifier", - "start": 66005, - "end": 66010, + "start": 68395, + "end": 68400, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 41 }, "end": { - "line": 1441, + "line": 1483, "column": 46 }, "identifierName": "scale" @@ -376630,59 +376902,59 @@ }, { "type": "SwitchCase", - "start": 66119, - "end": 66238, + "start": 68509, + "end": 68628, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 12 }, "end": { - "line": 1446, + "line": 1488, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66167, - "end": 66216, + "start": 68557, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 66167, - "end": 66216, + "start": 68557, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66167, - "end": 66173, + "start": 68557, + "end": 68563, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 22 }, "identifierName": "retval" @@ -376691,43 +376963,43 @@ }, "right": { "type": "CallExpression", - "start": 66176, - "end": 66216, + "start": 68566, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 66176, - "end": 66185, + "start": 68566, + "end": 68575, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 34 } }, "object": { "type": "Identifier", - "start": 66176, - "end": 66180, + "start": 68566, + "end": 68570, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 29 }, "identifierName": "Math" @@ -376736,15 +377008,15 @@ }, "property": { "type": "Identifier", - "start": 66181, - "end": 66185, + "start": 68571, + "end": 68575, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 30 }, "end": { - "line": 1445, + "line": 1487, "column": 34 }, "identifierName": "ceil" @@ -376756,29 +377028,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66187, - "end": 66214, + "start": 68577, + "end": 68604, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 36 }, "end": { - "line": 1445, + "line": 1487, "column": 63 } }, "left": { "type": "Identifier", - "start": 66187, - "end": 66193, + "start": 68577, + "end": 68583, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 36 }, "end": { - "line": 1445, + "line": 1487, "column": 42 }, "identifierName": "diffMS" @@ -376788,43 +377060,43 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66198, - "end": 66212, + "start": 68588, + "end": 68602, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 61 } }, "left": { "type": "BinaryExpression", - "start": 66198, - "end": 66205, + "start": 68588, + "end": 68595, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 54 } }, "left": { "type": "NumericLiteral", - "start": 66198, - "end": 66200, + "start": 68588, + "end": 68590, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 49 } }, @@ -376837,15 +377109,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66203, - "end": 66205, + "start": 68593, + "end": 68595, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 52 }, "end": { - "line": 1445, + "line": 1487, "column": 54 } }, @@ -376859,15 +377131,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66208, - "end": 66212, + "start": 68598, + "end": 68602, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 57 }, "end": { - "line": 1445, + "line": 1487, "column": 61 } }, @@ -376879,7 +377151,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66196 + "parenStart": 68586 } } } @@ -376889,15 +377161,15 @@ }, { "type": "BreakStatement", - "start": 66233, - "end": 66238, + "start": 68623, + "end": 68628, "loc": { "start": { - "line": 1446, + "line": 1488, "column": 16 }, "end": { - "line": 1446, + "line": 1488, "column": 21 } }, @@ -376906,43 +377178,43 @@ ], "test": { "type": "CallExpression", - "start": 66124, - "end": 66149, + "start": 68514, + "end": 68539, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 66124, - "end": 66140, + "start": 68514, + "end": 68530, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 66124, - "end": 66135, + "start": 68514, + "end": 68525, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 28 } }, @@ -376954,15 +377226,15 @@ }, "property": { "type": "Identifier", - "start": 66136, - "end": 66140, + "start": 68526, + "end": 68530, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 29 }, "end": { - "line": 1444, + "line": 1486, "column": 33 }, "identifierName": "test" @@ -376974,15 +377246,15 @@ "arguments": [ { "type": "Identifier", - "start": 66142, - "end": 66147, + "start": 68532, + "end": 68537, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 35 }, "end": { - "line": 1444, + "line": 1486, "column": 40 }, "identifierName": "scale" @@ -376994,59 +377266,59 @@ }, { "type": "SwitchCase", - "start": 66251, - "end": 66367, + "start": 68641, + "end": 68757, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 12 }, "end": { - "line": 1449, + "line": 1491, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66301, - "end": 66345, + "start": 68691, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 66301, - "end": 66345, + "start": 68691, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66301, - "end": 66307, + "start": 68691, + "end": 68697, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 22 }, "identifierName": "retval" @@ -377055,43 +377327,43 @@ }, "right": { "type": "CallExpression", - "start": 66310, - "end": 66345, + "start": 68700, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 66310, - "end": 66319, + "start": 68700, + "end": 68709, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 34 } }, "object": { "type": "Identifier", - "start": 66310, - "end": 66314, + "start": 68700, + "end": 68704, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 29 }, "identifierName": "Math" @@ -377100,15 +377372,15 @@ }, "property": { "type": "Identifier", - "start": 66315, - "end": 66319, + "start": 68705, + "end": 68709, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 30 }, "end": { - "line": 1448, + "line": 1490, "column": 34 }, "identifierName": "ceil" @@ -377120,29 +377392,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66321, - "end": 66343, + "start": 68711, + "end": 68733, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 36 }, "end": { - "line": 1448, + "line": 1490, "column": 58 } }, "left": { "type": "Identifier", - "start": 66321, - "end": 66327, + "start": 68711, + "end": 68717, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 36 }, "end": { - "line": 1448, + "line": 1490, "column": 42 }, "identifierName": "diffMS" @@ -377152,29 +377424,29 @@ "operator": "/", "right": { "type": "BinaryExpression", - "start": 66332, - "end": 66341, + "start": 68722, + "end": 68731, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 47 }, "end": { - "line": 1448, + "line": 1490, "column": 56 } }, "left": { "type": "NumericLiteral", - "start": 66332, - "end": 66334, + "start": 68722, + "end": 68724, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 47 }, "end": { - "line": 1448, + "line": 1490, "column": 49 } }, @@ -377187,15 +377459,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 66337, - "end": 66341, + "start": 68727, + "end": 68731, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 52 }, "end": { - "line": 1448, + "line": 1490, "column": 56 } }, @@ -377207,7 +377479,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 66330 + "parenStart": 68720 } } } @@ -377217,15 +377489,15 @@ }, { "type": "BreakStatement", - "start": 66362, - "end": 66367, + "start": 68752, + "end": 68757, "loc": { "start": { - "line": 1449, + "line": 1491, "column": 16 }, "end": { - "line": 1449, + "line": 1491, "column": 21 } }, @@ -377234,43 +377506,43 @@ ], "test": { "type": "CallExpression", - "start": 66256, - "end": 66283, + "start": 68646, + "end": 68673, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 66256, - "end": 66274, + "start": 68646, + "end": 68664, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 66256, - "end": 66269, + "start": 68646, + "end": 68659, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 30 } }, @@ -377282,15 +377554,15 @@ }, "property": { "type": "Identifier", - "start": 66270, - "end": 66274, + "start": 68660, + "end": 68664, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 31 }, "end": { - "line": 1447, + "line": 1489, "column": 35 }, "identifierName": "test" @@ -377302,15 +377574,15 @@ "arguments": [ { "type": "Identifier", - "start": 66276, - "end": 66281, + "start": 68666, + "end": 68671, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 37 }, "end": { - "line": 1447, + "line": 1489, "column": 42 }, "identifierName": "scale" @@ -377322,59 +377594,59 @@ }, { "type": "SwitchCase", - "start": 66380, - "end": 66487, + "start": 68770, + "end": 68877, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 12 }, "end": { - "line": 1452, + "line": 1494, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66430, - "end": 66465, + "start": 68820, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 66430, - "end": 66465, + "start": 68820, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66430, - "end": 66436, + "start": 68820, + "end": 68826, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 22 }, "identifierName": "retval" @@ -377383,43 +377655,43 @@ }, "right": { "type": "CallExpression", - "start": 66439, - "end": 66465, + "start": 68829, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 66439, - "end": 66448, + "start": 68829, + "end": 68838, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 34 } }, "object": { "type": "Identifier", - "start": 66439, - "end": 66443, + "start": 68829, + "end": 68833, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 29 }, "identifierName": "Math" @@ -377428,15 +377700,15 @@ }, "property": { "type": "Identifier", - "start": 66444, - "end": 66448, + "start": 68834, + "end": 68838, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 30 }, "end": { - "line": 1451, + "line": 1493, "column": 34 }, "identifierName": "ceil" @@ -377448,29 +377720,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 66450, - "end": 66463, + "start": 68840, + "end": 68853, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 36 }, "end": { - "line": 1451, + "line": 1493, "column": 49 } }, "left": { "type": "Identifier", - "start": 66450, - "end": 66456, + "start": 68840, + "end": 68846, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 36 }, "end": { - "line": 1451, + "line": 1493, "column": 42 }, "identifierName": "diffMS" @@ -377480,15 +377752,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 66459, - "end": 66463, + "start": 68849, + "end": 68853, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 45 }, "end": { - "line": 1451, + "line": 1493, "column": 49 } }, @@ -377505,15 +377777,15 @@ }, { "type": "BreakStatement", - "start": 66482, - "end": 66487, + "start": 68872, + "end": 68877, "loc": { "start": { - "line": 1452, + "line": 1494, "column": 16 }, "end": { - "line": 1452, + "line": 1494, "column": 21 } }, @@ -377522,43 +377794,43 @@ ], "test": { "type": "CallExpression", - "start": 66385, - "end": 66412, + "start": 68775, + "end": 68802, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 66385, - "end": 66403, + "start": 68775, + "end": 68793, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 66385, - "end": 66398, + "start": 68775, + "end": 68788, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 30 } }, @@ -377570,15 +377842,15 @@ }, "property": { "type": "Identifier", - "start": 66399, - "end": 66403, + "start": 68789, + "end": 68793, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 31 }, "end": { - "line": 1450, + "line": 1492, "column": 35 }, "identifierName": "test" @@ -377590,15 +377862,15 @@ "arguments": [ { "type": "Identifier", - "start": 66405, - "end": 66410, + "start": 68795, + "end": 68800, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 37 }, "end": { - "line": 1450, + "line": 1492, "column": 42 }, "identifierName": "scale" @@ -377610,59 +377882,59 @@ }, { "type": "SwitchCase", - "start": 66500, - "end": 66562, + "start": 68890, + "end": 68952, "loc": { "start": { - "line": 1453, + "line": 1495, "column": 12 }, "end": { - "line": 1455, + "line": 1497, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 66525, - "end": 66540, + "start": 68915, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 66525, - "end": 66540, + "start": 68915, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66525, - "end": 66531, + "start": 68915, + "end": 68921, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 22 }, "identifierName": "retval" @@ -377671,15 +377943,15 @@ }, "right": { "type": "Identifier", - "start": 66534, - "end": 66540, + "start": 68924, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 25 }, "end": { - "line": 1454, + "line": 1496, "column": 31 }, "identifierName": "diffMS" @@ -377690,15 +377962,15 @@ }, { "type": "BreakStatement", - "start": 66557, - "end": 66562, + "start": 68947, + "end": 68952, "loc": { "start": { - "line": 1455, + "line": 1497, "column": 16 }, "end": { - "line": 1455, + "line": 1497, "column": 21 } }, @@ -377712,15 +377984,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -377729,29 +378001,29 @@ }, { "type": "ReturnStatement", - "start": 66629, - "end": 66642, + "start": 69019, + "end": 69032, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 8 }, "end": { - "line": 1459, + "line": 1501, "column": 21 } }, "argument": { "type": "Identifier", - "start": 66636, - "end": 66642, + "start": 69026, + "end": 69032, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 15 }, "end": { - "line": 1459, + "line": 1501, "column": 21 }, "identifierName": "retval" @@ -377763,15 +378035,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -377786,15 +378058,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -377804,15 +378076,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -377821,15 +378093,15 @@ }, { "type": "ClassMethod", - "start": 66772, - "end": 68581, + "start": 69162, + "end": 70971, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 4 }, "end": { - "line": 1515, + "line": 1557, "column": 5 } }, @@ -377837,15 +378109,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66772, - "end": 66782, + "start": 69162, + "end": 69172, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 4 }, "end": { - "line": 1466, + "line": 1508, "column": 14 }, "identifierName": "_loadEvent" @@ -377861,87 +378133,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 66785, - "end": 68581, + "start": 69175, + "end": 70971, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 17 }, "end": { - "line": 1515, + "line": 1557, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66795, - "end": 66822, + "start": 69185, + "end": 69212, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 66795, - "end": 66822, + "start": 69185, + "end": 69212, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 66795, - "end": 66806, + "start": 69185, + "end": 69196, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66795, - "end": 66799, + "start": 69185, + "end": 69189, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66800, - "end": 66806, + "start": 69190, + "end": 69196, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 13 }, "end": { - "line": 1467, + "line": 1509, "column": 19 }, "identifierName": "_debug" @@ -377953,15 +378225,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 66808, - "end": 66820, + "start": 69198, + "end": 69210, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 21 }, "end": { - "line": 1467, + "line": 1509, "column": 33 } }, @@ -377976,44 +378248,44 @@ }, { "type": "VariableDeclaration", - "start": 66840, - "end": 67071, + "start": 69230, + "end": 69461, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 8 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 66844, - "end": 66864, + "start": 69234, + "end": 69254, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 12 }, "end": { - "line": 1469, + "line": 1511, "column": 32 } }, "id": { "type": "Identifier", - "start": 66844, - "end": 66849, + "start": 69234, + "end": 69239, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 12 }, "end": { - "line": 1469, + "line": 1511, "column": 17 }, "identifierName": "_that" @@ -378022,15 +378294,15 @@ }, "init": { "type": "ThisExpression", - "start": 66860, - "end": 66864, + "start": 69250, + "end": 69254, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 28 }, "end": { - "line": 1469, + "line": 1511, "column": 32 } } @@ -378038,29 +378310,29 @@ }, { "type": "VariableDeclarator", - "start": 66878, - "end": 66907, + "start": 69268, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 12 }, "end": { - "line": 1470, + "line": 1512, "column": 41 } }, "id": { "type": "Identifier", - "start": 66878, - "end": 66883, + "start": 69268, + "end": 69273, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 12 }, "end": { - "line": 1470, + "line": 1512, "column": 17 }, "identifierName": "_elem" @@ -378069,44 +378341,44 @@ }, "init": { "type": "MemberExpression", - "start": 66894, - "end": 66907, + "start": 69284, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 28 }, "end": { - "line": 1470, + "line": 1512, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 66894, - "end": 66898, + "start": 69284, + "end": 69288, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 28 }, "end": { - "line": 1470, + "line": 1512, "column": 32 } } }, "property": { "type": "Identifier", - "start": 66899, - "end": 66907, + "start": 69289, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 33 }, "end": { - "line": 1470, + "line": 1512, "column": 41 }, "identifierName": "_element" @@ -378118,29 +378390,29 @@ }, { "type": "VariableDeclarator", - "start": 66921, - "end": 66977, + "start": 69311, + "end": 69367, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 12 }, "end": { - "line": 1471, + "line": 1513, "column": 68 } }, "id": { "type": "Identifier", - "start": 66921, - "end": 66932, + "start": 69311, + "end": 69322, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 12 }, "end": { - "line": 1471, + "line": 1513, "column": 23 }, "identifierName": "_event_list" @@ -378149,57 +378421,57 @@ }, "init": { "type": "CallExpression", - "start": 66937, - "end": 66977, + "start": 69327, + "end": 69367, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 66937, - "end": 66950, + "start": 69327, + "end": 69340, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 41 } }, "object": { "type": "CallExpression", - "start": 66937, - "end": 66945, + "start": 69327, + "end": 69335, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 36 } }, "callee": { "type": "Identifier", - "start": 66937, - "end": 66938, + "start": 69327, + "end": 69328, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 29 }, "identifierName": "$" @@ -378209,15 +378481,15 @@ "arguments": [ { "type": "Identifier", - "start": 66939, - "end": 66944, + "start": 69329, + "end": 69334, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 30 }, "end": { - "line": 1471, + "line": 1513, "column": 35 }, "identifierName": "_elem" @@ -378228,15 +378500,15 @@ }, "property": { "type": "Identifier", - "start": 66946, - "end": 66950, + "start": 69336, + "end": 69340, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 37 }, "end": { - "line": 1471, + "line": 1513, "column": 41 }, "identifierName": "find" @@ -378248,29 +378520,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66952, - "end": 66975, + "start": 69342, + "end": 69365, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 43 }, "end": { - "line": 1471, + "line": 1513, "column": 66 } }, "object": { "type": "Identifier", - "start": 66952, - "end": 66960, + "start": 69342, + "end": 69350, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 43 }, "end": { - "line": 1471, + "line": 1513, "column": 51 }, "identifierName": "Selector" @@ -378279,15 +378551,15 @@ }, "property": { "type": "Identifier", - "start": 66961, - "end": 66975, + "start": 69351, + "end": 69365, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 52 }, "end": { - "line": 1471, + "line": 1513, "column": 66 }, "identifierName": "DEFAULT_EVENTS" @@ -378301,29 +378573,29 @@ }, { "type": "VariableDeclarator", - "start": 66991, - "end": 67008, + "start": 69381, + "end": 69398, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 12 }, "end": { - "line": 1472, + "line": 1514, "column": 29 } }, "id": { "type": "Identifier", - "start": 66991, - "end": 66995, + "start": 69381, + "end": 69385, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 12 }, "end": { - "line": 1472, + "line": 1514, "column": 16 }, "identifierName": "_cnt" @@ -378332,15 +378604,15 @@ }, "init": { "type": "NumericLiteral", - "start": 67007, - "end": 67008, + "start": 69397, + "end": 69398, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 28 }, "end": { - "line": 1472, + "line": 1514, "column": 29 } }, @@ -378353,29 +378625,29 @@ }, { "type": "VariableDeclarator", - "start": 67022, - "end": 67040, + "start": 69412, + "end": 69430, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 12 }, "end": { - "line": 1473, + "line": 1515, "column": 30 } }, "id": { "type": "Identifier", - "start": 67022, - "end": 67028, + "start": 69412, + "end": 69418, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 12 }, "end": { - "line": 1473, + "line": 1515, "column": 18 }, "identifierName": "events" @@ -378384,15 +378656,15 @@ }, "init": { "type": "ArrayExpression", - "start": 67038, - "end": 67040, + "start": 69428, + "end": 69430, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 28 }, "end": { - "line": 1473, + "line": 1515, "column": 30 } }, @@ -378401,29 +378673,29 @@ }, { "type": "VariableDeclarator", - "start": 67054, - "end": 67071, + "start": 69444, + "end": 69461, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 12 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, "id": { "type": "Identifier", - "start": 67054, - "end": 67065, + "start": 69444, + "end": 69455, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 12 }, "end": { - "line": 1474, + "line": 1516, "column": 23 }, "identifierName": "lastEventId" @@ -378432,15 +378704,15 @@ }, "init": { "type": "NumericLiteral", - "start": 67070, - "end": 67071, + "start": 69460, + "end": 69461, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 28 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } }, @@ -378456,85 +378728,85 @@ }, { "type": "ExpressionStatement", - "start": 67089, - "end": 67320, + "start": 69479, + "end": 69710, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1482, + "line": 1524, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 67089, - "end": 67320, + "start": 69479, + "end": 69710, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1482, + "line": 1524, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 67089, - "end": 67116, + "start": 69479, + "end": 69506, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 35 } }, "object": { "type": "CallExpression", - "start": 67089, - "end": 67111, + "start": 69479, + "end": 69501, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 67089, - "end": 67109, + "start": 69479, + "end": 69499, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 28 } }, "object": { "type": "Identifier", - "start": 67089, - "end": 67100, + "start": 69479, + "end": 69490, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 19 }, "identifierName": "_event_list" @@ -378543,15 +378815,15 @@ }, "property": { "type": "Identifier", - "start": 67101, - "end": 67109, + "start": 69491, + "end": 69499, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 20 }, "end": { - "line": 1476, + "line": 1518, "column": 28 }, "identifierName": "children" @@ -378564,15 +378836,15 @@ }, "property": { "type": "Identifier", - "start": 67112, - "end": 67116, + "start": 69502, + "end": 69506, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 31 }, "end": { - "line": 1476, + "line": 1518, "column": 35 }, "identifierName": "each" @@ -378584,15 +378856,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 67117, - "end": 67319, + "start": 69507, + "end": 69709, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 36 }, "end": { - "line": 1482, + "line": 1524, "column": 9 } }, @@ -378603,59 +378875,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 67128, - "end": 67319, + "start": 69518, + "end": 69709, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 47 }, "end": { - "line": 1482, + "line": 1524, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 67142, - "end": 67190, + "start": 69532, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 12 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 67146, - "end": 67190, + "start": 69536, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 16 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "id": { "type": "Identifier", - "start": 67146, - "end": 67151, + "start": 69536, + "end": 69541, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 16 }, "end": { - "line": 1477, + "line": 1519, "column": 21 }, "identifierName": "_attr" @@ -378664,57 +378936,57 @@ }, "init": { "type": "CallExpression", - "start": 67154, - "end": 67190, + "start": 69544, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 67154, - "end": 67166, + "start": 69544, + "end": 69556, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 36 } }, "object": { "type": "CallExpression", - "start": 67154, - "end": 67161, + "start": 69544, + "end": 69551, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 31 } }, "callee": { "type": "Identifier", - "start": 67154, - "end": 67155, + "start": 69544, + "end": 69545, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 25 }, "identifierName": "$" @@ -378724,15 +378996,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 67156, - "end": 67160, + "start": 69546, + "end": 69550, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 26 }, "end": { - "line": 1477, + "line": 1519, "column": 30 } } @@ -378741,15 +379013,15 @@ }, "property": { "type": "Identifier", - "start": 67162, - "end": 67166, + "start": 69552, + "end": 69556, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 32 }, "end": { - "line": 1477, + "line": 1519, "column": 36 }, "identifierName": "attr" @@ -378761,15 +379033,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67168, - "end": 67188, + "start": 69558, + "end": 69578, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 38 }, "end": { - "line": 1477, + "line": 1519, "column": 58 } }, @@ -378787,57 +379059,57 @@ }, { "type": "IfStatement", - "start": 67216, - "end": 67309, + "start": 69606, + "end": 69699, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 12 }, "end": { - "line": 1481, + "line": 1523, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 67221, - "end": 67268, + "start": 69611, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 67221, - "end": 67249, + "start": 69611, + "end": 69639, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 67221, - "end": 67233, + "start": 69611, + "end": 69623, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 29 } }, @@ -378845,15 +379117,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 67228, - "end": 67233, + "start": 69618, + "end": 69623, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 24 }, "end": { - "line": 1479, + "line": 1521, "column": 29 }, "identifierName": "_attr" @@ -378867,15 +379139,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 67238, - "end": 67249, + "start": 69628, + "end": 69639, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 34 }, "end": { - "line": 1479, + "line": 1521, "column": 45 } }, @@ -378889,29 +379161,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 67253, - "end": 67268, + "start": 69643, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 49 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, "left": { "type": "Identifier", - "start": 67253, - "end": 67258, + "start": 69643, + "end": 69648, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 49 }, "end": { - "line": 1479, + "line": 1521, "column": 54 }, "identifierName": "_attr" @@ -378921,15 +379193,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 67263, - "end": 67268, + "start": 69653, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 59 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } }, @@ -378939,44 +379211,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 67271, - "end": 67309, + "start": 69661, + "end": 69699, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 67 }, "end": { - "line": 1481, + "line": 1523, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67289, - "end": 67295, + "start": 69679, + "end": 69685, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 22 } }, "expression": { "type": "UpdateExpression", - "start": 67289, - "end": 67295, + "start": 69679, + "end": 69685, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 22 } }, @@ -378984,15 +379256,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 67289, - "end": 67293, + "start": 69679, + "end": 69683, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 20 }, "identifierName": "_cnt" @@ -379015,71 +379287,71 @@ }, { "type": "IfStatement", - "start": 67338, - "end": 67451, + "start": 69728, + "end": 69841, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 8 }, "end": { - "line": 1486, + "line": 1528, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 67343, - "end": 67379, + "start": 69733, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 67343, - "end": 67366, + "start": 69733, + "end": 69756, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 36 } }, "left": { "type": "MemberExpression", - "start": 67343, - "end": 67361, + "start": 69733, + "end": 69751, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 31 } }, "object": { "type": "Identifier", - "start": 67343, - "end": 67354, + "start": 69733, + "end": 69744, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 24 }, "identifierName": "_event_list" @@ -379088,15 +379360,15 @@ }, "property": { "type": "Identifier", - "start": 67355, - "end": 67361, + "start": 69745, + "end": 69751, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 25 }, "end": { - "line": 1484, + "line": 1526, "column": 31 }, "identifierName": "length" @@ -379108,15 +379380,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 67365, - "end": 67366, + "start": 69755, + "end": 69756, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 35 }, "end": { - "line": 1484, + "line": 1526, "column": 36 } }, @@ -379130,29 +379402,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 67370, - "end": 67379, + "start": 69760, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 40 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, "left": { "type": "Identifier", - "start": 67370, - "end": 67374, + "start": 69760, + "end": 69764, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 40 }, "end": { - "line": 1484, + "line": 1526, "column": 44 }, "identifierName": "_cnt" @@ -379162,15 +379434,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 67378, - "end": 67379, + "start": 69768, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 48 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } }, @@ -379184,87 +379456,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 67382, - "end": 67451, + "start": 69772, + "end": 69841, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 52 }, "end": { - "line": 1486, + "line": 1528, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 67396, - "end": 67441, + "start": 69786, + "end": 69831, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 67396, - "end": 67441, + "start": 69786, + "end": 69831, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 67396, - "end": 67407, + "start": 69786, + "end": 69797, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67396, - "end": 67400, + "start": 69786, + "end": 69790, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67401, - "end": 67407, + "start": 69791, + "end": 69797, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 17 }, "end": { - "line": 1485, + "line": 1527, "column": 23 }, "identifierName": "_debug" @@ -379276,15 +379548,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67409, - "end": 67439, + "start": 69799, + "end": 69829, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 25 }, "end": { - "line": 1485, + "line": 1527, "column": 55 } }, @@ -379306,15 +379578,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -379323,85 +379595,85 @@ }, { "type": "ExpressionStatement", - "start": 67500, - "end": 67969, + "start": 69890, + "end": 70359, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1498, + "line": 1540, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 67500, - "end": 67968, + "start": 69890, + "end": 70358, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1498, + "line": 1540, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 67500, - "end": 67527, + "start": 69890, + "end": 69917, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 35 } }, "object": { "type": "CallExpression", - "start": 67500, - "end": 67522, + "start": 69890, + "end": 69912, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 67500, - "end": 67520, + "start": 69890, + "end": 69910, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 28 } }, "object": { "type": "Identifier", - "start": 67500, - "end": 67511, + "start": 69890, + "end": 69901, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 19 }, "identifierName": "_event_list" @@ -379411,15 +379683,15 @@ }, "property": { "type": "Identifier", - "start": 67512, - "end": 67520, + "start": 69902, + "end": 69910, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 20 }, "end": { - "line": 1489, + "line": 1531, "column": 28 }, "identifierName": "children" @@ -379434,15 +379706,15 @@ }, "property": { "type": "Identifier", - "start": 67523, - "end": 67527, + "start": 69913, + "end": 69917, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 31 }, "end": { - "line": 1489, + "line": 1531, "column": 35 }, "identifierName": "each" @@ -379455,15 +379727,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 67528, - "end": 67967, + "start": 69918, + "end": 70357, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 36 }, "end": { - "line": 1498, + "line": 1540, "column": 9 } }, @@ -379474,59 +379746,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 67539, - "end": 67967, + "start": 69929, + "end": 70357, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 47 }, "end": { - "line": 1498, + "line": 1540, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 67553, - "end": 67670, + "start": 69943, + "end": 70060, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 12 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 67557, - "end": 67636, + "start": 69947, + "end": 70026, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 16 }, "end": { - "line": 1490, + "line": 1532, "column": 95 } }, "id": { "type": "Identifier", - "start": 67557, - "end": 67568, + "start": 69947, + "end": 69958, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 16 }, "end": { - "line": 1490, + "line": 1532, "column": 27 }, "identifierName": "_evt_params" @@ -379535,43 +379807,43 @@ }, "init": { "type": "CallExpression", - "start": 67571, - "end": 67636, + "start": 69961, + "end": 70026, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 67571, - "end": 67596, + "start": 69961, + "end": 69986, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 55 } }, "object": { "type": "Identifier", - "start": 67571, - "end": 67576, + "start": 69961, + "end": 69966, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 35 }, "identifierName": "_that" @@ -379580,15 +379852,15 @@ }, "property": { "type": "Identifier", - "start": 67577, - "end": 67596, + "start": 69967, + "end": 69986, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 36 }, "end": { - "line": 1490, + "line": 1532, "column": 55 }, "identifierName": "_getPluggableParams" @@ -379600,57 +379872,57 @@ "arguments": [ { "type": "CallExpression", - "start": 67598, - "end": 67634, + "start": 69988, + "end": 70024, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 67598, - "end": 67610, + "start": 69988, + "end": 70000, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 69 } }, "object": { "type": "CallExpression", - "start": 67598, - "end": 67605, + "start": 69988, + "end": 69995, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 64 } }, "callee": { "type": "Identifier", - "start": 67598, - "end": 67599, + "start": 69988, + "end": 69989, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 58 }, "identifierName": "$" @@ -379660,15 +379932,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 67600, - "end": 67604, + "start": 69990, + "end": 69994, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 59 }, "end": { - "line": 1490, + "line": 1532, "column": 63 } } @@ -379677,15 +379949,15 @@ }, "property": { "type": "Identifier", - "start": 67606, - "end": 67610, + "start": 69996, + "end": 70000, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 65 }, "end": { - "line": 1490, + "line": 1532, "column": 69 }, "identifierName": "attr" @@ -379697,15 +379969,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 67612, - "end": 67632, + "start": 70002, + "end": 70022, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 71 }, "end": { - "line": 1490, + "line": 1532, "column": 91 } }, @@ -379722,29 +379994,29 @@ }, { "type": "VariableDeclarator", - "start": 67654, - "end": 67670, + "start": 70044, + "end": 70060, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 16 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, "id": { "type": "Identifier", - "start": 67654, - "end": 67664, + "start": 70044, + "end": 70054, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 16 }, "end": { - "line": 1491, + "line": 1533, "column": 26 }, "identifierName": "_one_event" @@ -379753,15 +380025,15 @@ }, "init": { "type": "ObjectExpression", - "start": 67668, - "end": 67670, + "start": 70058, + "end": 70060, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 30 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } }, @@ -379773,29 +380045,29 @@ }, { "type": "IfStatement", - "start": 67696, - "end": 67957, + "start": 70086, + "end": 70347, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 12 }, "end": { - "line": 1497, + "line": 1539, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 67701, - "end": 67732, + "start": 70091, + "end": 70122, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 17 }, "end": { - "line": 1493, + "line": 1535, "column": 48 } }, @@ -379803,43 +380075,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 67703, - "end": 67732, + "start": 70093, + "end": 70122, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 67703, - "end": 67717, + "start": 70093, + "end": 70107, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 33 } }, "object": { "type": "Identifier", - "start": 67703, - "end": 67708, + "start": 70093, + "end": 70098, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 24 }, "identifierName": "_that" @@ -379848,15 +380120,15 @@ }, "property": { "type": "Identifier", - "start": 67709, - "end": 67717, + "start": 70099, + "end": 70107, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 25 }, "end": { - "line": 1493, + "line": 1535, "column": 33 }, "identifierName": "is_empty" @@ -379868,15 +380140,15 @@ "arguments": [ { "type": "Identifier", - "start": 67719, - "end": 67730, + "start": 70109, + "end": 70120, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 35 }, "end": { - "line": 1493, + "line": 1535, "column": 46 }, "identifierName": "_evt_params" @@ -379891,59 +380163,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67735, - "end": 67957, + "start": 70125, + "end": 70347, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 51 }, "end": { - "line": 1497, + "line": 1539, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67753, - "end": 67811, + "start": 70143, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 67753, - "end": 67811, + "start": 70143, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67753, - "end": 67763, + "start": 70143, + "end": 70153, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 26 }, "identifierName": "_one_event" @@ -379952,43 +380224,43 @@ }, "right": { "type": "CallExpression", - "start": 67766, - "end": 67811, + "start": 70156, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 67766, - "end": 67790, + "start": 70156, + "end": 70180, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 53 } }, "object": { "type": "Identifier", - "start": 67766, - "end": 67771, + "start": 70156, + "end": 70161, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 34 }, "identifierName": "_that" @@ -379997,15 +380269,15 @@ }, "property": { "type": "Identifier", - "start": 67772, - "end": 67790, + "start": 70162, + "end": 70180, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 35 }, "end": { - "line": 1494, + "line": 1536, "column": 53 }, "identifierName": "_registerEventData" @@ -380017,30 +380289,30 @@ "arguments": [ { "type": "ThisExpression", - "start": 67792, - "end": 67796, + "start": 70182, + "end": 70186, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 55 }, "end": { - "line": 1494, + "line": 1536, "column": 59 } } }, { "type": "Identifier", - "start": 67798, - "end": 67809, + "start": 70188, + "end": 70199, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 61 }, "end": { - "line": 1494, + "line": 1536, "column": 72 }, "identifierName": "_evt_params" @@ -380053,57 +380325,57 @@ }, { "type": "ExpressionStatement", - "start": 67828, - "end": 67853, + "start": 70218, + "end": 70243, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 67828, - "end": 67853, + "start": 70218, + "end": 70243, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 67828, - "end": 67839, + "start": 70218, + "end": 70229, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 27 } }, "object": { "type": "Identifier", - "start": 67828, - "end": 67834, + "start": 70218, + "end": 70224, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 22 }, "identifierName": "events" @@ -380112,15 +380384,15 @@ }, "property": { "type": "Identifier", - "start": 67835, - "end": 67839, + "start": 70225, + "end": 70229, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 23 }, "end": { - "line": 1495, + "line": 1537, "column": 27 }, "identifierName": "push" @@ -380132,15 +380404,15 @@ "arguments": [ { "type": "Identifier", - "start": 67841, - "end": 67851, + "start": 70231, + "end": 70241, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 29 }, "end": { - "line": 1495, + "line": 1537, "column": 39 }, "identifierName": "_one_event" @@ -380152,44 +380424,44 @@ }, { "type": "ExpressionStatement", - "start": 67870, - "end": 67943, + "start": 70260, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "expression": { "type": "AssignmentExpression", - "start": 67870, - "end": 67943, + "start": 70260, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67870, - "end": 67881, + "start": 70260, + "end": 70271, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 27 }, "identifierName": "lastEventId" @@ -380198,43 +380470,43 @@ }, "right": { "type": "CallExpression", - "start": 67884, - "end": 67943, + "start": 70274, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 67884, - "end": 67892, + "start": 70274, + "end": 70282, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 38 } }, "object": { "type": "Identifier", - "start": 67884, - "end": 67888, + "start": 70274, + "end": 70278, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 34 }, "identifierName": "Math" @@ -380243,15 +380515,15 @@ }, "property": { "type": "Identifier", - "start": 67889, - "end": 67892, + "start": 70279, + "end": 70282, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 35 }, "end": { - "line": 1496, + "line": 1538, "column": 38 }, "identifierName": "max" @@ -380263,15 +380535,15 @@ "arguments": [ { "type": "Identifier", - "start": 67894, - "end": 67905, + "start": 70284, + "end": 70295, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 40 }, "end": { - "line": 1496, + "line": 1538, "column": 51 }, "identifierName": "lastEventId" @@ -380280,29 +380552,29 @@ }, { "type": "CallExpression", - "start": 67907, - "end": 67941, + "start": 70297, + "end": 70331, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 53 }, "end": { - "line": 1496, + "line": 1538, "column": 87 } }, "callee": { "type": "Identifier", - "start": 67907, - "end": 67915, + "start": 70297, + "end": 70305, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 53 }, "end": { - "line": 1496, + "line": 1538, "column": 61 }, "identifierName": "parseInt" @@ -380312,29 +380584,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67917, - "end": 67935, + "start": 70307, + "end": 70325, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 63 }, "end": { - "line": 1496, + "line": 1538, "column": 81 } }, "object": { "type": "Identifier", - "start": 67917, - "end": 67927, + "start": 70307, + "end": 70317, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 63 }, "end": { - "line": 1496, + "line": 1538, "column": 73 }, "identifierName": "_one_event" @@ -380343,15 +380615,15 @@ }, "property": { "type": "Identifier", - "start": 67928, - "end": 67935, + "start": 70318, + "end": 70325, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 74 }, "end": { - "line": 1496, + "line": 1538, "column": 81 }, "identifierName": "eventId" @@ -380362,15 +380634,15 @@ }, { "type": "NumericLiteral", - "start": 67937, - "end": 67939, + "start": 70327, + "end": 70329, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 83 }, "end": { - "line": 1496, + "line": 1538, "column": 85 } }, @@ -380402,15 +380674,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -380420,15 +380692,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -380437,44 +380709,44 @@ }, { "type": "VariableDeclaration", - "start": 68038, - "end": 68055, + "start": 70428, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 8 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68042, - "end": 68055, + "start": 70432, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 12 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, "id": { "type": "Identifier", - "start": 68042, - "end": 68050, + "start": 70432, + "end": 70440, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 12 }, "end": { - "line": 1500, + "line": 1542, "column": 20 }, "identifierName": "cacheIds" @@ -380484,15 +380756,15 @@ }, "init": { "type": "ArrayExpression", - "start": 68053, - "end": 68055, + "start": 70443, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 23 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } }, @@ -380509,15 +380781,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -380527,15 +380799,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -380544,57 +380816,57 @@ }, { "type": "ExpressionStatement", - "start": 68113, - "end": 68504, + "start": 70503, + "end": 70894, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1511, + "line": 1553, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 68113, - "end": 68503, + "start": 70503, + "end": 70893, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1511, + "line": 1553, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 68113, - "end": 68127, + "start": 70503, + "end": 70517, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1501, + "line": 1543, "column": 22 } }, "object": { "type": "Identifier", - "start": 68113, - "end": 68119, + "start": 70503, + "end": 70509, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1501, + "line": 1543, "column": 14 }, "identifierName": "events" @@ -380604,15 +380876,15 @@ }, "property": { "type": "Identifier", - "start": 68120, - "end": 68127, + "start": 70510, + "end": 70517, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 15 }, "end": { - "line": 1501, + "line": 1543, "column": 22 }, "identifierName": "forEach" @@ -380625,15 +380897,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 68129, - "end": 68502, + "start": 70519, + "end": 70892, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 24 }, "end": { - "line": 1511, + "line": 1553, "column": 9 } }, @@ -380644,15 +380916,15 @@ "params": [ { "type": "Identifier", - "start": 68131, - "end": 68135, + "start": 70521, + "end": 70525, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 26 }, "end": { - "line": 1501, + "line": 1543, "column": 30 }, "identifierName": "_evt" @@ -380661,15 +380933,15 @@ }, { "type": "Identifier", - "start": 68137, - "end": 68139, + "start": 70527, + "end": 70529, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 32 }, "end": { - "line": 1501, + "line": 1543, "column": 34 }, "identifierName": "_i" @@ -380678,15 +380950,15 @@ }, { "type": "Identifier", - "start": 68141, - "end": 68146, + "start": 70531, + "end": 70536, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 36 }, "end": { - "line": 1501, + "line": 1543, "column": 41 }, "identifierName": "_this" @@ -380696,59 +380968,59 @@ ], "body": { "type": "BlockStatement", - "start": 68152, - "end": 68502, + "start": 70542, + "end": 70892, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 47 }, "end": { - "line": 1511, + "line": 1553, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 68166, - "end": 68212, + "start": 70556, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 12 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68170, - "end": 68212, + "start": 70560, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 16 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "id": { "type": "Identifier", - "start": 68170, - "end": 68176, + "start": 70560, + "end": 70566, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 16 }, "end": { - "line": 1502, + "line": 1544, "column": 22 }, "identifierName": "_chkId" @@ -380757,29 +381029,29 @@ }, "init": { "type": "CallExpression", - "start": 68179, - "end": 68212, + "start": 70569, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 25 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } }, "callee": { "type": "Identifier", - "start": 68179, - "end": 68187, + "start": 70569, + "end": 70577, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 25 }, "end": { - "line": 1502, + "line": 1544, "column": 33 }, "identifierName": "parseInt" @@ -380789,43 +381061,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 68189, - "end": 68206, + "start": 70579, + "end": 70596, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 68189, - "end": 68198, + "start": 70579, + "end": 70588, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 44 } }, "object": { "type": "Identifier", - "start": 68189, - "end": 68194, + "start": 70579, + "end": 70584, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 40 }, "identifierName": "_this" @@ -380834,15 +381106,15 @@ }, "property": { "type": "Identifier", - "start": 68195, - "end": 68197, + "start": 70585, + "end": 70587, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 41 }, "end": { - "line": 1502, + "line": 1544, "column": 43 }, "identifierName": "_i" @@ -380853,15 +381125,15 @@ }, "property": { "type": "Identifier", - "start": 68199, - "end": 68206, + "start": 70589, + "end": 70596, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 45 }, "end": { - "line": 1502, + "line": 1544, "column": 52 }, "identifierName": "eventId" @@ -380872,15 +381144,15 @@ }, { "type": "NumericLiteral", - "start": 68208, - "end": 68210, + "start": 70598, + "end": 70600, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 54 }, "end": { - "line": 1502, + "line": 1544, "column": 56 } }, @@ -380898,57 +381170,57 @@ }, { "type": "IfStatement", - "start": 68238, - "end": 68445, + "start": 70628, + "end": 70835, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 12 }, "end": { - "line": 1509, + "line": 1551, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 68243, - "end": 68285, + "start": 70633, + "end": 70675, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 68243, - "end": 68254, + "start": 70633, + "end": 70644, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 28 } }, "left": { "type": "Identifier", - "start": 68243, - "end": 68249, + "start": 70633, + "end": 70639, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 23 }, "identifierName": "_chkId" @@ -380958,15 +381230,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 68253, - "end": 68254, + "start": 70643, + "end": 70644, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 27 }, "end": { - "line": 1504, + "line": 1546, "column": 28 } }, @@ -380980,43 +381252,43 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 68258, - "end": 68285, + "start": 70648, + "end": 70675, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 68258, - "end": 68275, + "start": 70648, + "end": 70665, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 49 } }, "object": { "type": "Identifier", - "start": 68258, - "end": 68266, + "start": 70648, + "end": 70656, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 40 }, "identifierName": "cacheIds" @@ -381025,15 +381297,15 @@ }, "property": { "type": "Identifier", - "start": 68267, - "end": 68275, + "start": 70657, + "end": 70665, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 41 }, "end": { - "line": 1504, + "line": 1546, "column": 49 }, "identifierName": "includes" @@ -381045,15 +381317,15 @@ "arguments": [ { "type": "Identifier", - "start": 68277, - "end": 68283, + "start": 70667, + "end": 70673, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 51 }, "end": { - "line": 1504, + "line": 1546, "column": 57 }, "identifierName": "_chkId" @@ -381065,44 +381337,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 68288, - "end": 68381, + "start": 70678, + "end": 70771, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 62 }, "end": { - "line": 1507, + "line": 1549, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 68306, - "end": 68319, + "start": 70696, + "end": 70709, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 29 } }, "expression": { "type": "UpdateExpression", - "start": 68306, - "end": 68319, + "start": 70696, + "end": 70709, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 29 } }, @@ -381110,15 +381382,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 68306, - "end": 68317, + "start": 70696, + "end": 70707, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 27 }, "identifierName": "lastEventId" @@ -381129,72 +381401,72 @@ }, { "type": "ExpressionStatement", - "start": 68336, - "end": 68367, + "start": 70726, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 68336, - "end": 68367, + "start": 70726, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68336, - "end": 68353, + "start": 70726, + "end": 70743, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 68336, - "end": 68345, + "start": 70726, + "end": 70735, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 25 } }, "object": { "type": "Identifier", - "start": 68336, - "end": 68341, + "start": 70726, + "end": 70731, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 21 }, "identifierName": "_this" @@ -381203,15 +381475,15 @@ }, "property": { "type": "Identifier", - "start": 68342, - "end": 68344, + "start": 70732, + "end": 70734, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 22 }, "end": { - "line": 1506, + "line": 1548, "column": 24 }, "identifierName": "_i" @@ -381222,15 +381494,15 @@ }, "property": { "type": "Identifier", - "start": 68346, - "end": 68353, + "start": 70736, + "end": 70743, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 26 }, "end": { - "line": 1506, + "line": 1548, "column": 33 }, "identifierName": "eventId" @@ -381241,15 +381513,15 @@ }, "right": { "type": "Identifier", - "start": 68356, - "end": 68367, + "start": 70746, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 36 }, "end": { - "line": 1506, + "line": 1548, "column": 47 }, "identifierName": "lastEventId" @@ -381263,87 +381535,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 68387, - "end": 68445, + "start": 70777, + "end": 70835, "loc": { "start": { - "line": 1507, + "line": 1549, "column": 19 }, "end": { - "line": 1509, + "line": 1551, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 68405, - "end": 68431, + "start": 70795, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 68405, - "end": 68431, + "start": 70795, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68405, - "end": 68422, + "start": 70795, + "end": 70812, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 68405, - "end": 68414, + "start": 70795, + "end": 70804, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 25 } }, "object": { "type": "Identifier", - "start": 68405, - "end": 68410, + "start": 70795, + "end": 70800, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 21 }, "identifierName": "_this" @@ -381352,15 +381624,15 @@ }, "property": { "type": "Identifier", - "start": 68411, - "end": 68413, + "start": 70801, + "end": 70803, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 22 }, "end": { - "line": 1508, + "line": 1550, "column": 24 }, "identifierName": "_i" @@ -381371,15 +381643,15 @@ }, "property": { "type": "Identifier", - "start": 68415, - "end": 68422, + "start": 70805, + "end": 70812, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 26 }, "end": { - "line": 1508, + "line": 1550, "column": 33 }, "identifierName": "eventId" @@ -381390,15 +381662,15 @@ }, "right": { "type": "Identifier", - "start": 68425, - "end": 68431, + "start": 70815, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 36 }, "end": { - "line": 1508, + "line": 1550, "column": 42 }, "identifierName": "_chkId" @@ -381413,57 +381685,57 @@ }, { "type": "ExpressionStatement", - "start": 68458, - "end": 68492, + "start": 70848, + "end": 70882, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 68458, - "end": 68492, + "start": 70848, + "end": 70882, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 68458, - "end": 68471, + "start": 70848, + "end": 70861, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 25 } }, "object": { "type": "Identifier", - "start": 68458, - "end": 68466, + "start": 70848, + "end": 70856, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 20 }, "identifierName": "cacheIds" @@ -381472,15 +381744,15 @@ }, "property": { "type": "Identifier", - "start": 68467, - "end": 68471, + "start": 70857, + "end": 70861, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 21 }, "end": { - "line": 1510, + "line": 1552, "column": 25 }, "identifierName": "push" @@ -381492,43 +381764,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 68473, - "end": 68490, + "start": 70863, + "end": 70880, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 68473, - "end": 68482, + "start": 70863, + "end": 70872, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 36 } }, "object": { "type": "Identifier", - "start": 68473, - "end": 68478, + "start": 70863, + "end": 70868, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 32 }, "identifierName": "_this" @@ -381537,15 +381809,15 @@ }, "property": { "type": "Identifier", - "start": 68479, - "end": 68481, + "start": 70869, + "end": 70871, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 33 }, "end": { - "line": 1510, + "line": 1552, "column": 35 }, "identifierName": "_i" @@ -381556,15 +381828,15 @@ }, "property": { "type": "Identifier", - "start": 68483, - "end": 68490, + "start": 70873, + "end": 70880, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 37 }, "end": { - "line": 1510, + "line": 1552, "column": 44 }, "identifierName": "eventId" @@ -381587,15 +381859,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -381604,73 +381876,73 @@ }, { "type": "ExpressionStatement", - "start": 68522, - "end": 68566, + "start": 70912, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 68522, - "end": 68566, + "start": 70912, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68522, - "end": 68536, + "start": 70912, + "end": 70926, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 68522, - "end": 68526, + "start": 70912, + "end": 70916, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68527, - "end": 68536, + "start": 70917, + "end": 70926, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 13 }, "end": { - "line": 1513, + "line": 1555, "column": 22 }, "identifierName": "_isCached" @@ -381681,58 +381953,58 @@ }, "right": { "type": "CallExpression", - "start": 68539, - "end": 68566, + "start": 70929, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 68539, - "end": 68556, + "start": 70929, + "end": 70946, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 68539, - "end": 68543, + "start": 70929, + "end": 70933, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 29 } } }, "property": { "type": "Identifier", - "start": 68544, - "end": 68556, + "start": 70934, + "end": 70946, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 30 }, "end": { - "line": 1513, + "line": 1555, "column": 42 }, "identifierName": "_saveToCache" @@ -381744,15 +382016,15 @@ "arguments": [ { "type": "Identifier", - "start": 68558, - "end": 68564, + "start": 70948, + "end": 70954, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 44 }, "end": { - "line": 1513, + "line": 1555, "column": 50 }, "identifierName": "events" @@ -381771,15 +382043,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -381789,15 +382061,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -381806,15 +382078,15 @@ }, { "type": "ClassMethod", - "start": 68787, - "end": 73174, + "start": 71177, + "end": 75564, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 4 }, "end": { - "line": 1608, + "line": 1650, "column": 5 } }, @@ -381822,15 +382094,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68787, - "end": 68805, + "start": 71177, + "end": 71195, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 4 }, "end": { - "line": 1524, + "line": 1566, "column": 22 }, "identifierName": "_registerEventData" @@ -381846,15 +382118,15 @@ "params": [ { "type": "Identifier", - "start": 68807, - "end": 68820, + "start": 71197, + "end": 71210, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 24 }, "end": { - "line": 1524, + "line": 1566, "column": 37 }, "identifierName": "event_element" @@ -381863,15 +382135,15 @@ }, { "type": "Identifier", - "start": 68822, - "end": 68828, + "start": 71212, + "end": 71218, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 39 }, "end": { - "line": 1524, + "line": 1566, "column": 45 }, "identifierName": "params" @@ -381881,59 +382153,59 @@ ], "body": { "type": "BlockStatement", - "start": 68831, - "end": 73174, + "start": 71221, + "end": 75564, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 48 }, "end": { - "line": 1608, + "line": 1650, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 68841, - "end": 69183, + "start": 71231, + "end": 71573, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 8 }, "end": { - "line": 1535, + "line": 1577, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 68845, - "end": 68869, + "start": 71235, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 12 }, "end": { - "line": 1525, + "line": 1567, "column": 36 } }, "id": { "type": "Identifier", - "start": 68845, - "end": 68850, + "start": 71235, + "end": 71240, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 12 }, "end": { - "line": 1525, + "line": 1567, "column": 17 }, "identifierName": "_opts" @@ -381942,44 +382214,44 @@ }, "init": { "type": "MemberExpression", - "start": 68857, - "end": 68869, + "start": 71247, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 24 }, "end": { - "line": 1525, + "line": 1567, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 68857, - "end": 68861, + "start": 71247, + "end": 71251, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 24 }, "end": { - "line": 1525, + "line": 1567, "column": 28 } } }, "property": { "type": "Identifier", - "start": 68862, - "end": 68869, + "start": 71252, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 29 }, "end": { - "line": 1525, + "line": 1567, "column": 36 }, "identifierName": "_config" @@ -381991,29 +382263,29 @@ }, { "type": "VariableDeclarator", - "start": 68883, - "end": 68914, + "start": 71273, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 12 }, "end": { - "line": 1526, + "line": 1568, "column": 43 } }, "id": { "type": "Identifier", - "start": 68883, - "end": 68889, + "start": 71273, + "end": 71279, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 12 }, "end": { - "line": 1526, + "line": 1568, "column": 18 }, "identifierName": "_props" @@ -382022,44 +382294,44 @@ }, "init": { "type": "MemberExpression", - "start": 68895, - "end": 68914, + "start": 71285, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 24 }, "end": { - "line": 1526, + "line": 1568, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 68895, - "end": 68899, + "start": 71285, + "end": 71289, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 24 }, "end": { - "line": 1526, + "line": 1568, "column": 28 } } }, "property": { "type": "Identifier", - "start": 68900, - "end": 68914, + "start": 71290, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 29 }, "end": { - "line": 1526, + "line": 1568, "column": 43 }, "identifierName": "_instanceProps" @@ -382071,29 +382343,29 @@ }, { "type": "VariableDeclarator", - "start": 68928, - "end": 69131, + "start": 71318, + "end": 71521, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 12 }, "end": { - "line": 1533, + "line": 1575, "column": 13 } }, "id": { "type": "Identifier", - "start": 68928, - "end": 68937, + "start": 71318, + "end": 71327, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 12 }, "end": { - "line": 1527, + "line": 1569, "column": 21 }, "identifierName": "new_event" @@ -382102,44 +382374,44 @@ }, "init": { "type": "ObjectExpression", - "start": 68940, - "end": 69131, + "start": 71330, + "end": 71521, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 24 }, "end": { - "line": 1533, + "line": 1575, "column": 13 } }, "properties": [ { "type": "SpreadProperty", - "start": 68958, - "end": 68972, + "start": 71348, + "end": 71362, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 16 }, "end": { - "line": 1528, + "line": 1570, "column": 30 } }, "argument": { "type": "Identifier", - "start": 68961, - "end": 68972, + "start": 71351, + "end": 71362, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 19 }, "end": { - "line": 1528, + "line": 1570, "column": 30 }, "identifierName": "EventParams" @@ -382149,44 +382421,44 @@ }, { "type": "SpreadProperty", - "start": 68990, - "end": 69117, + "start": 71380, + "end": 71507, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 16 }, "end": { - "line": 1532, + "line": 1574, "column": 17 } }, "argument": { "type": "ObjectExpression", - "start": 68993, - "end": 69117, + "start": 71383, + "end": 71507, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 19 }, "end": { - "line": 1532, + "line": 1574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 69015, - "end": 69046, + "start": 71405, + "end": 71436, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 20 }, "end": { - "line": 1530, + "line": 1572, "column": 51 } }, @@ -382195,15 +382467,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 69015, - "end": 69018, + "start": 71405, + "end": 71408, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 20 }, "end": { - "line": 1530, + "line": 1572, "column": 23 }, "identifierName": "uid" @@ -382212,58 +382484,58 @@ }, "value": { "type": "CallExpression", - "start": 69023, - "end": 69046, + "start": 71413, + "end": 71436, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 69023, - "end": 69044, + "start": 71413, + "end": 71434, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 69023, - "end": 69027, + "start": 71413, + "end": 71417, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 32 } } }, "property": { "type": "Identifier", - "start": 69028, - "end": 69044, + "start": 71418, + "end": 71434, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 33 }, "end": { - "line": 1530, + "line": 1572, "column": 49 }, "identifierName": "generateUniqueID" @@ -382277,15 +382549,15 @@ }, { "type": "ObjectProperty", - "start": 69068, - "end": 69099, + "start": 71458, + "end": 71489, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 20 }, "end": { - "line": 1531, + "line": 1573, "column": 51 } }, @@ -382294,15 +382566,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 69068, - "end": 69073, + "start": 71458, + "end": 71463, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 20 }, "end": { - "line": 1531, + "line": 1573, "column": 25 }, "identifierName": "label" @@ -382311,57 +382583,57 @@ }, "value": { "type": "CallExpression", - "start": 69076, - "end": 69099, + "start": 71466, + "end": 71489, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 69076, - "end": 69097, + "start": 71466, + "end": 71487, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 49 } }, "object": { "type": "CallExpression", - "start": 69076, - "end": 69092, + "start": 71466, + "end": 71482, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 44 } }, "callee": { "type": "Identifier", - "start": 69076, - "end": 69077, + "start": 71466, + "end": 71467, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 29 }, "identifierName": "$" @@ -382371,15 +382643,15 @@ "arguments": [ { "type": "Identifier", - "start": 69078, - "end": 69091, + "start": 71468, + "end": 71481, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 30 }, "end": { - "line": 1531, + "line": 1573, "column": 43 }, "identifierName": "event_element" @@ -382390,15 +382662,15 @@ }, "property": { "type": "Identifier", - "start": 69093, - "end": 69097, + "start": 71483, + "end": 71487, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 45 }, "end": { - "line": 1531, + "line": 1573, "column": 49 }, "identifierName": "html" @@ -382418,29 +382690,29 @@ }, { "type": "VariableDeclarator", - "start": 69145, - "end": 69159, + "start": 71535, + "end": 71549, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 12 }, "end": { - "line": 1534, + "line": 1576, "column": 26 } }, "id": { "type": "Identifier", - "start": 69145, - "end": 69154, + "start": 71535, + "end": 71544, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 12 }, "end": { - "line": 1534, + "line": 1576, "column": 21 }, "identifierName": "_relation" @@ -382449,15 +382721,15 @@ }, "init": { "type": "ObjectExpression", - "start": 69157, - "end": 69159, + "start": 71547, + "end": 71549, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 24 }, "end": { - "line": 1534, + "line": 1576, "column": 26 } }, @@ -382466,29 +382738,29 @@ }, { "type": "VariableDeclarator", - "start": 69173, - "end": 69175, + "start": 71563, + "end": 71565, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 12 }, "end": { - "line": 1535, + "line": 1577, "column": 14 } }, "id": { "type": "Identifier", - "start": 69173, - "end": 69175, + "start": 71563, + "end": 71565, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 12 }, "end": { - "line": 1535, + "line": 1577, "column": 14 }, "identifierName": "_x" @@ -382499,29 +382771,29 @@ }, { "type": "VariableDeclarator", - "start": 69177, - "end": 69179, + "start": 71567, + "end": 71569, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 16 }, "end": { - "line": 1535, + "line": 1577, "column": 18 } }, "id": { "type": "Identifier", - "start": 69177, - "end": 69179, + "start": 71567, + "end": 71569, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 16 }, "end": { - "line": 1535, + "line": 1577, "column": 18 }, "identifierName": "_w" @@ -382532,29 +382804,29 @@ }, { "type": "VariableDeclarator", - "start": 69181, - "end": 69183, + "start": 71571, + "end": 71573, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 20 }, "end": { - "line": 1535, + "line": 1577, "column": 22 } }, "id": { "type": "Identifier", - "start": 69181, - "end": 69183, + "start": 71571, + "end": 71573, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 20 }, "end": { - "line": 1535, + "line": 1577, "column": 22 }, "identifierName": "_c" @@ -382572,15 +382844,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -382588,15 +382860,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -382605,71 +382877,71 @@ }, { "type": "IfStatement", - "start": 69271, - "end": 73092, + "start": 71661, + "end": 75482, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 8 }, "end": { - "line": 1605, + "line": 1647, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 69276, - "end": 69343, + "start": 71666, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, "left": { "type": "CallExpression", - "start": 69276, - "end": 69308, + "start": 71666, + "end": 71698, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 69276, - "end": 69297, + "start": 71666, + "end": 71687, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 34 } }, "object": { "type": "Identifier", - "start": 69276, - "end": 69282, + "start": 71666, + "end": 71672, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 19 }, "identifierName": "params" @@ -382679,15 +382951,15 @@ }, "property": { "type": "Identifier", - "start": 69283, - "end": 69297, + "start": 71673, + "end": 71687, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 20 }, "end": { - "line": 1538, + "line": 1580, "column": 34 }, "identifierName": "hasOwnProperty" @@ -382700,15 +382972,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69299, - "end": 69306, + "start": 71689, + "end": 71696, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 36 }, "end": { - "line": 1538, + "line": 1580, "column": 43 } }, @@ -382724,15 +382996,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69312, - "end": 69343, + "start": 71702, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 49 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, @@ -382740,58 +383012,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69314, - "end": 69343, + "start": 71704, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 69314, - "end": 69327, + "start": 71704, + "end": 71717, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 69314, - "end": 69318, + "start": 71704, + "end": 71708, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 55 } } }, "property": { "type": "Identifier", - "start": 69319, - "end": 69327, + "start": 71709, + "end": 71717, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 56 }, "end": { - "line": 1538, + "line": 1580, "column": 64 }, "identifierName": "is_empty" @@ -382803,29 +383075,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69329, - "end": 69341, + "start": 71719, + "end": 71731, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 66 }, "end": { - "line": 1538, + "line": 1580, "column": 78 } }, "object": { "type": "Identifier", - "start": 69329, - "end": 69335, + "start": 71719, + "end": 71725, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 66 }, "end": { - "line": 1538, + "line": 1580, "column": 72 }, "identifierName": "params" @@ -382834,15 +383106,15 @@ }, "property": { "type": "Identifier", - "start": 69336, - "end": 69341, + "start": 71726, + "end": 71731, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 73 }, "end": { - "line": 1538, + "line": 1580, "column": 78 }, "identifierName": "start" @@ -382861,59 +383133,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 69346, - "end": 73092, + "start": 71736, + "end": 75482, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 83 }, "end": { - "line": 1605, + "line": 1647, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 69360, - "end": 69401, + "start": 71750, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 69360, - "end": 69401, + "start": 71750, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69360, - "end": 69362, + "start": 71750, + "end": 71752, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 14 }, "identifierName": "_x" @@ -382922,58 +383194,58 @@ }, "right": { "type": "CallExpression", - "start": 69365, - "end": 69401, + "start": 71755, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 69365, - "end": 69385, + "start": 71755, + "end": 71775, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 69365, - "end": 69369, + "start": 71755, + "end": 71759, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 21 } } }, "property": { "type": "Identifier", - "start": 69370, - "end": 69385, + "start": 71760, + "end": 71775, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 22 }, "end": { - "line": 1539, + "line": 1581, "column": 37 }, "identifierName": "_getCoordinateX" @@ -382985,29 +383257,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69387, - "end": 69399, + "start": 71777, + "end": 71789, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 39 }, "end": { - "line": 1539, + "line": 1581, "column": 51 } }, "object": { "type": "Identifier", - "start": 69387, - "end": 69393, + "start": 71777, + "end": 71783, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 39 }, "end": { - "line": 1539, + "line": 1581, "column": 45 }, "identifierName": "params" @@ -383016,15 +383288,15 @@ }, "property": { "type": "Identifier", - "start": 69394, - "end": 69399, + "start": 71784, + "end": 71789, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 46 }, "end": { - "line": 1539, + "line": 1581, "column": 51 }, "identifierName": "start" @@ -383039,58 +383311,58 @@ }, { "type": "ExpressionStatement", - "start": 69414, - "end": 69450, + "start": 71804, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 69414, - "end": 69450, + "start": 71804, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 69414, - "end": 69425, + "start": 71804, + "end": 71815, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 23 } }, "object": { "type": "Identifier", - "start": 69414, - "end": 69423, + "start": 71804, + "end": 71813, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 21 }, "identifierName": "new_event" @@ -383099,15 +383371,15 @@ }, "property": { "type": "Identifier", - "start": 69424, - "end": 69425, + "start": 71814, + "end": 71815, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 22 }, "end": { - "line": 1540, + "line": 1582, "column": 23 }, "identifierName": "x" @@ -383118,58 +383390,58 @@ }, "right": { "type": "CallExpression", - "start": 69428, - "end": 69450, + "start": 71818, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 69428, - "end": 69441, + "start": 71818, + "end": 71831, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 69428, - "end": 69432, + "start": 71818, + "end": 71822, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 30 } } }, "property": { "type": "Identifier", - "start": 69433, - "end": 69441, + "start": 71823, + "end": 71831, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 31 }, "end": { - "line": 1540, + "line": 1582, "column": 39 }, "identifierName": "numRound" @@ -383181,15 +383453,15 @@ "arguments": [ { "type": "Identifier", - "start": 69443, - "end": 69445, + "start": 71833, + "end": 71835, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 41 }, "end": { - "line": 1540, + "line": 1582, "column": 43 }, "identifierName": "_x" @@ -383198,15 +383470,15 @@ }, { "type": "NumericLiteral", - "start": 69447, - "end": 69448, + "start": 71837, + "end": 71838, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 45 }, "end": { - "line": 1540, + "line": 1582, "column": 46 } }, @@ -383222,71 +383494,71 @@ }, { "type": "IfStatement", - "start": 69463, - "end": 70524, + "start": 71853, + "end": 72914, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 12 }, "end": { - "line": 1558, + "line": 1600, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 69468, - "end": 69531, + "start": 71858, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, "left": { "type": "CallExpression", - "start": 69468, - "end": 69498, + "start": 71858, + "end": 71888, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 69468, - "end": 69489, + "start": 71858, + "end": 71879, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 38 } }, "object": { "type": "Identifier", - "start": 69468, - "end": 69474, + "start": 71858, + "end": 71864, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 23 }, "identifierName": "params" @@ -383295,15 +383567,15 @@ }, "property": { "type": "Identifier", - "start": 69475, - "end": 69489, + "start": 71865, + "end": 71879, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 24 }, "end": { - "line": 1541, + "line": 1583, "column": 38 }, "identifierName": "hasOwnProperty" @@ -383315,15 +383587,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69491, - "end": 69496, + "start": 71881, + "end": 71886, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 40 }, "end": { - "line": 1541, + "line": 1583, "column": 45 } }, @@ -383338,15 +383610,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69502, - "end": 69531, + "start": 71892, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 51 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, @@ -383354,58 +383626,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69504, - "end": 69531, + "start": 71894, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 69504, - "end": 69517, + "start": 71894, + "end": 71907, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 69504, - "end": 69508, + "start": 71894, + "end": 71898, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 57 } } }, "property": { "type": "Identifier", - "start": 69509, - "end": 69517, + "start": 71899, + "end": 71907, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 58 }, "end": { - "line": 1541, + "line": 1583, "column": 66 }, "identifierName": "is_empty" @@ -383417,29 +383689,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69519, - "end": 69529, + "start": 71909, + "end": 71919, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 68 }, "end": { - "line": 1541, + "line": 1583, "column": 78 } }, "object": { "type": "Identifier", - "start": 69519, - "end": 69525, + "start": 71909, + "end": 71915, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 68 }, "end": { - "line": 1541, + "line": 1583, "column": 74 }, "identifierName": "params" @@ -383448,15 +383720,15 @@ }, "property": { "type": "Identifier", - "start": 69526, - "end": 69529, + "start": 71916, + "end": 71919, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 75 }, "end": { - "line": 1541, + "line": 1583, "column": 78 }, "identifierName": "end" @@ -383474,59 +383746,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 69534, - "end": 70467, + "start": 71924, + "end": 72857, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 83 }, "end": { - "line": 1556, + "line": 1598, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 69552, - "end": 69591, + "start": 71942, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 69552, - "end": 69591, + "start": 71942, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69552, - "end": 69554, + "start": 71942, + "end": 71944, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 18 }, "identifierName": "_x" @@ -383535,58 +383807,58 @@ }, "right": { "type": "CallExpression", - "start": 69557, - "end": 69591, + "start": 71947, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 69557, - "end": 69577, + "start": 71947, + "end": 71967, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 69557, - "end": 69561, + "start": 71947, + "end": 71951, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 25 } } }, "property": { "type": "Identifier", - "start": 69562, - "end": 69577, + "start": 71952, + "end": 71967, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 26 }, "end": { - "line": 1542, + "line": 1584, "column": 41 }, "identifierName": "_getCoordinateX" @@ -383598,29 +383870,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 69579, - "end": 69589, + "start": 71969, + "end": 71979, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 43 }, "end": { - "line": 1542, + "line": 1584, "column": 53 } }, "object": { "type": "Identifier", - "start": 69579, - "end": 69585, + "start": 71969, + "end": 71975, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 43 }, "end": { - "line": 1542, + "line": 1584, "column": 49 }, "identifierName": "params" @@ -383629,15 +383901,15 @@ }, "property": { "type": "Identifier", - "start": 69586, - "end": 69589, + "start": 71976, + "end": 71979, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 50 }, "end": { - "line": 1542, + "line": 1584, "column": 53 }, "identifierName": "end" @@ -383652,44 +383924,44 @@ }, { "type": "ExpressionStatement", - "start": 69608, - "end": 69629, + "start": 71998, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 69608, - "end": 69629, + "start": 71998, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 69608, - "end": 69610, + "start": 71998, + "end": 72000, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 18 }, "identifierName": "_w" @@ -383698,29 +383970,29 @@ }, "right": { "type": "BinaryExpression", - "start": 69613, - "end": 69629, + "start": 72003, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 21 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "left": { "type": "Identifier", - "start": 69613, - "end": 69615, + "start": 72003, + "end": 72005, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 21 }, "end": { - "line": 1543, + "line": 1585, "column": 23 }, "identifierName": "_x" @@ -383730,29 +384002,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 69618, - "end": 69629, + "start": 72008, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 26 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } }, "object": { "type": "Identifier", - "start": 69618, - "end": 69627, + "start": 72008, + "end": 72017, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 26 }, "end": { - "line": 1543, + "line": 1585, "column": 35 }, "identifierName": "new_event" @@ -383761,15 +384033,15 @@ }, "property": { "type": "Identifier", - "start": 69628, - "end": 69629, + "start": 72018, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 36 }, "end": { - "line": 1543, + "line": 1585, "column": 37 }, "identifierName": "x" @@ -383783,58 +384055,58 @@ }, { "type": "ExpressionStatement", - "start": 69646, - "end": 69686, + "start": 72036, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 69646, - "end": 69686, + "start": 72036, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 69646, - "end": 69661, + "start": 72036, + "end": 72051, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 31 } }, "object": { "type": "Identifier", - "start": 69646, - "end": 69655, + "start": 72036, + "end": 72045, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 25 }, "identifierName": "new_event" @@ -383843,15 +384115,15 @@ }, "property": { "type": "Identifier", - "start": 69656, - "end": 69661, + "start": 72046, + "end": 72051, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 26 }, "end": { - "line": 1544, + "line": 1586, "column": 31 }, "identifierName": "width" @@ -383862,58 +384134,58 @@ }, "right": { "type": "CallExpression", - "start": 69664, - "end": 69686, + "start": 72054, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 69664, - "end": 69677, + "start": 72054, + "end": 72067, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 69664, - "end": 69668, + "start": 72054, + "end": 72058, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 38 } } }, "property": { "type": "Identifier", - "start": 69669, - "end": 69677, + "start": 72059, + "end": 72067, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 39 }, "end": { - "line": 1544, + "line": 1586, "column": 47 }, "identifierName": "numRound" @@ -383925,15 +384197,15 @@ "arguments": [ { "type": "Identifier", - "start": 69679, - "end": 69681, + "start": 72069, + "end": 72071, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 49 }, "end": { - "line": 1544, + "line": 1586, "column": 51 }, "identifierName": "_w" @@ -383942,15 +384214,15 @@ }, { "type": "NumericLiteral", - "start": 69683, - "end": 69684, + "start": 72073, + "end": 72074, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 53 }, "end": { - "line": 1544, + "line": 1586, "column": 54 } }, @@ -383966,57 +384238,57 @@ }, { "type": "IfStatement", - "start": 69720, - "end": 70453, + "start": 72110, + "end": 72843, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 16 }, "end": { - "line": 1555, + "line": 1597, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 69725, - "end": 69748, + "start": 72115, + "end": 72138, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 69725, - "end": 69740, + "start": 72115, + "end": 72130, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 36 } }, "object": { "type": "Identifier", - "start": 69725, - "end": 69730, + "start": 72115, + "end": 72120, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 26 }, "identifierName": "_opts" @@ -384025,15 +384297,15 @@ }, "property": { "type": "Identifier", - "start": 69731, - "end": 69740, + "start": 72121, + "end": 72130, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 27 }, "end": { - "line": 1546, + "line": 1588, "column": 36 }, "identifierName": "eventMeta" @@ -384044,15 +384316,15 @@ }, "property": { "type": "Identifier", - "start": 69741, - "end": 69748, + "start": 72131, + "end": 72138, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 37 }, "end": { - "line": 1546, + "line": 1588, "column": 44 }, "identifierName": "display" @@ -384063,101 +384335,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 69751, - "end": 70453, + "start": 72141, + "end": 72843, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 47 }, "end": { - "line": 1555, + "line": 1597, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 69773, - "end": 70435, + "start": 72163, + "end": 72825, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 20 }, "end": { - "line": 1554, + "line": 1596, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 69778, - "end": 69860, + "start": 72168, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, "left": { "type": "CallExpression", - "start": 69778, - "end": 69818, + "start": 72168, + "end": 72208, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 69778, - "end": 69791, + "start": 72168, + "end": 72181, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 69778, - "end": 69782, + "start": 72168, + "end": 72172, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 29 } } }, "property": { "type": "Identifier", - "start": 69783, - "end": 69791, + "start": 72173, + "end": 72181, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 30 }, "end": { - "line": 1547, + "line": 1589, "column": 38 }, "identifierName": "is_empty" @@ -384169,43 +384441,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 69793, - "end": 69816, + "start": 72183, + "end": 72206, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 69793, - "end": 69808, + "start": 72183, + "end": 72198, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 55 } }, "object": { "type": "Identifier", - "start": 69793, - "end": 69798, + "start": 72183, + "end": 72188, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 45 }, "identifierName": "_opts" @@ -384214,15 +384486,15 @@ }, "property": { "type": "Identifier", - "start": 69799, - "end": 69808, + "start": 72189, + "end": 72198, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 46 }, "end": { - "line": 1547, + "line": 1589, "column": 55 }, "identifierName": "eventMeta" @@ -384233,15 +384505,15 @@ }, "property": { "type": "Identifier", - "start": 69809, - "end": 69816, + "start": 72199, + "end": 72206, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 56 }, "end": { - "line": 1547, + "line": 1589, "column": 63 }, "identifierName": "content" @@ -384255,15 +384527,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 69822, - "end": 69860, + "start": 72212, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 69 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, @@ -384271,43 +384543,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 69824, - "end": 69860, + "start": 72214, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 69824, - "end": 69845, + "start": 72214, + "end": 72235, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 92 } }, "object": { "type": "Identifier", - "start": 69824, - "end": 69830, + "start": 72214, + "end": 72220, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 77 }, "identifierName": "params" @@ -384316,15 +384588,15 @@ }, "property": { "type": "Identifier", - "start": 69831, - "end": 69845, + "start": 72221, + "end": 72235, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 78 }, "end": { - "line": 1547, + "line": 1589, "column": 92 }, "identifierName": "hasOwnProperty" @@ -384336,15 +384608,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 69847, - "end": 69858, + "start": 72237, + "end": 72248, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 94 }, "end": { - "line": 1547, + "line": 1589, "column": 105 } }, @@ -384363,73 +384635,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 69863, - "end": 70336, + "start": 72253, + "end": 72726, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 110 }, "end": { - "line": 1552, + "line": 1594, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 70023, - "end": 70153, + "start": 72413, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "expression": { "type": "AssignmentExpression", - "start": 70023, - "end": 70153, + "start": 72413, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 70023, - "end": 70042, + "start": 72413, + "end": 72432, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 43 } }, "object": { "type": "Identifier", - "start": 70023, - "end": 70032, + "start": 72413, + "end": 72422, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 33 }, "identifierName": "new_event" @@ -384439,15 +384711,15 @@ }, "property": { "type": "Identifier", - "start": 70033, - "end": 70042, + "start": 72423, + "end": 72432, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 34 }, "end": { - "line": 1550, + "line": 1592, "column": 43 }, "identifierName": "rangeMeta" @@ -384459,58 +384731,58 @@ }, "right": { "type": "CallExpression", - "start": 70046, - "end": 70153, + "start": 72436, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } }, "callee": { "type": "MemberExpression", - "start": 70046, - "end": 70066, + "start": 72436, + "end": 72456, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 70046, - "end": 70050, + "start": 72436, + "end": 72440, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 51 } } }, "property": { "type": "Identifier", - "start": 70051, - "end": 70066, + "start": 72441, + "end": 72456, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 52 }, "end": { - "line": 1550, + "line": 1592, "column": 67 }, "identifierName": "getLocaleString" @@ -384522,29 +384794,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 70068, - "end": 70080, + "start": 72458, + "end": 72470, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 69 }, "end": { - "line": 1550, + "line": 1592, "column": 81 } }, "object": { "type": "Identifier", - "start": 70068, - "end": 70074, + "start": 72458, + "end": 72464, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 69 }, "end": { - "line": 1550, + "line": 1592, "column": 75 }, "identifierName": "params" @@ -384553,15 +384825,15 @@ }, "property": { "type": "Identifier", - "start": 70075, - "end": 70080, + "start": 72465, + "end": 72470, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 76 }, "end": { - "line": 1550, + "line": 1592, "column": 81 }, "identifierName": "start" @@ -384572,43 +384844,43 @@ }, { "type": "MemberExpression", - "start": 70082, - "end": 70103, + "start": 72472, + "end": 72493, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 104 } }, "object": { "type": "MemberExpression", - "start": 70082, - "end": 70097, + "start": 72472, + "end": 72487, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 98 } }, "object": { "type": "Identifier", - "start": 70082, - "end": 70087, + "start": 72472, + "end": 72477, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 88 }, "identifierName": "_opts" @@ -384617,15 +384889,15 @@ }, "property": { "type": "Identifier", - "start": 70088, - "end": 70097, + "start": 72478, + "end": 72487, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 89 }, "end": { - "line": 1550, + "line": 1592, "column": 98 }, "identifierName": "eventMeta" @@ -384636,15 +384908,15 @@ }, "property": { "type": "Identifier", - "start": 70098, - "end": 70103, + "start": 72488, + "end": 72493, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 99 }, "end": { - "line": 1550, + "line": 1592, "column": 104 }, "identifierName": "scale" @@ -384655,43 +384927,43 @@ }, { "type": "MemberExpression", - "start": 70105, - "end": 70127, + "start": 72495, + "end": 72517, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 128 } }, "object": { "type": "MemberExpression", - "start": 70105, - "end": 70120, + "start": 72495, + "end": 72510, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 121 } }, "object": { "type": "Identifier", - "start": 70105, - "end": 70110, + "start": 72495, + "end": 72500, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 111 }, "identifierName": "_opts" @@ -384700,15 +384972,15 @@ }, "property": { "type": "Identifier", - "start": 70111, - "end": 70120, + "start": 72501, + "end": 72510, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 112 }, "end": { - "line": 1550, + "line": 1592, "column": 121 }, "identifierName": "eventMeta" @@ -384719,15 +384991,15 @@ }, "property": { "type": "Identifier", - "start": 70121, - "end": 70127, + "start": 72511, + "end": 72517, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 122 }, "end": { - "line": 1550, + "line": 1592, "column": 128 }, "identifierName": "locale" @@ -384738,43 +385010,43 @@ }, { "type": "MemberExpression", - "start": 70129, - "end": 70151, + "start": 72519, + "end": 72541, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 152 } }, "object": { "type": "MemberExpression", - "start": 70129, - "end": 70144, + "start": 72519, + "end": 72534, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 145 } }, "object": { "type": "Identifier", - "start": 70129, - "end": 70134, + "start": 72519, + "end": 72524, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 135 }, "identifierName": "_opts" @@ -384783,15 +385055,15 @@ }, "property": { "type": "Identifier", - "start": 70135, - "end": 70144, + "start": 72525, + "end": 72534, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 136 }, "end": { - "line": 1550, + "line": 1592, "column": 145 }, "identifierName": "eventMeta" @@ -384802,15 +385074,15 @@ }, "property": { "type": "Identifier", - "start": 70145, - "end": 70151, + "start": 72535, + "end": 72541, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 146 }, "end": { - "line": 1550, + "line": 1592, "column": 152 }, "identifierName": "format" @@ -384827,15 +385099,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )", - "start": 69865, - "end": 69973, + "start": 72255, + "end": 72363, "loc": { "start": { - "line": 1548, + "line": 1590, "column": 0 }, "end": { - "line": 1548, + "line": 1590, "column": 108 } } @@ -384844,58 +385116,58 @@ }, { "type": "ExpressionStatement", - "start": 70178, - "end": 70314, + "start": 72568, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "expression": { "type": "AssignmentExpression", - "start": 70178, - "end": 70314, + "start": 72568, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 70178, - "end": 70197, + "start": 72568, + "end": 72587, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 43 } }, "object": { "type": "Identifier", - "start": 70178, - "end": 70187, + "start": 72568, + "end": 72577, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 33 }, "identifierName": "new_event" @@ -384904,15 +385176,15 @@ }, "property": { "type": "Identifier", - "start": 70188, - "end": 70197, + "start": 72578, + "end": 72587, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 34 }, "end": { - "line": 1551, + "line": 1593, "column": 43 }, "identifierName": "rangeMeta" @@ -384923,73 +385195,73 @@ }, "right": { "type": "TemplateLiteral", - "start": 70201, - "end": 70314, + "start": 72591, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 47 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } }, "expressions": [ { "type": "CallExpression", - "start": 70207, - "end": 70312, + "start": 72597, + "end": 72702, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 158 } }, "callee": { "type": "MemberExpression", - "start": 70207, - "end": 70227, + "start": 72597, + "end": 72617, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 70207, - "end": 70211, + "start": 72597, + "end": 72601, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 57 } } }, "property": { "type": "Identifier", - "start": 70212, - "end": 70227, + "start": 72602, + "end": 72617, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 58 }, "end": { - "line": 1551, + "line": 1593, "column": 73 }, "identifierName": "getLocaleString" @@ -385001,29 +385273,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 70229, - "end": 70239, + "start": 72619, + "end": 72629, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 75 }, "end": { - "line": 1551, + "line": 1593, "column": 85 } }, "object": { "type": "Identifier", - "start": 70229, - "end": 70235, + "start": 72619, + "end": 72625, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 75 }, "end": { - "line": 1551, + "line": 1593, "column": 81 }, "identifierName": "params" @@ -385032,15 +385304,15 @@ }, "property": { "type": "Identifier", - "start": 70236, - "end": 70239, + "start": 72626, + "end": 72629, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 82 }, "end": { - "line": 1551, + "line": 1593, "column": 85 }, "identifierName": "end" @@ -385051,43 +385323,43 @@ }, { "type": "MemberExpression", - "start": 70241, - "end": 70262, + "start": 72631, + "end": 72652, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 108 } }, "object": { "type": "MemberExpression", - "start": 70241, - "end": 70256, + "start": 72631, + "end": 72646, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 102 } }, "object": { "type": "Identifier", - "start": 70241, - "end": 70246, + "start": 72631, + "end": 72636, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 92 }, "identifierName": "_opts" @@ -385096,15 +385368,15 @@ }, "property": { "type": "Identifier", - "start": 70247, - "end": 70256, + "start": 72637, + "end": 72646, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 93 }, "end": { - "line": 1551, + "line": 1593, "column": 102 }, "identifierName": "eventMeta" @@ -385115,15 +385387,15 @@ }, "property": { "type": "Identifier", - "start": 70257, - "end": 70262, + "start": 72647, + "end": 72652, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 103 }, "end": { - "line": 1551, + "line": 1593, "column": 108 }, "identifierName": "scale" @@ -385134,43 +385406,43 @@ }, { "type": "MemberExpression", - "start": 70264, - "end": 70286, + "start": 72654, + "end": 72676, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 132 } }, "object": { "type": "MemberExpression", - "start": 70264, - "end": 70279, + "start": 72654, + "end": 72669, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 125 } }, "object": { "type": "Identifier", - "start": 70264, - "end": 70269, + "start": 72654, + "end": 72659, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 115 }, "identifierName": "_opts" @@ -385179,15 +385451,15 @@ }, "property": { "type": "Identifier", - "start": 70270, - "end": 70279, + "start": 72660, + "end": 72669, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 116 }, "end": { - "line": 1551, + "line": 1593, "column": 125 }, "identifierName": "eventMeta" @@ -385198,15 +385470,15 @@ }, "property": { "type": "Identifier", - "start": 70280, - "end": 70286, + "start": 72670, + "end": 72676, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 126 }, "end": { - "line": 1551, + "line": 1593, "column": 132 }, "identifierName": "locale" @@ -385217,43 +385489,43 @@ }, { "type": "MemberExpression", - "start": 70288, - "end": 70310, + "start": 72678, + "end": 72700, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 156 } }, "object": { "type": "MemberExpression", - "start": 70288, - "end": 70303, + "start": 72678, + "end": 72693, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 149 } }, "object": { "type": "Identifier", - "start": 70288, - "end": 70293, + "start": 72678, + "end": 72683, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 139 }, "identifierName": "_opts" @@ -385262,15 +385534,15 @@ }, "property": { "type": "Identifier", - "start": 70294, - "end": 70303, + "start": 72684, + "end": 72693, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 140 }, "end": { - "line": 1551, + "line": 1593, "column": 149 }, "identifierName": "eventMeta" @@ -385281,15 +385553,15 @@ }, "property": { "type": "Identifier", - "start": 70304, - "end": 70310, + "start": 72694, + "end": 72700, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 150 }, "end": { - "line": 1551, + "line": 1593, "column": 156 }, "identifierName": "format" @@ -385304,15 +385576,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 70202, - "end": 70205, + "start": 72592, + "end": 72595, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 48 }, "end": { - "line": 1551, + "line": 1593, "column": 51 } }, @@ -385324,15 +385596,15 @@ }, { "type": "TemplateElement", - "start": 70313, - "end": 70313, + "start": 72703, + "end": 72703, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 159 }, "end": { - "line": 1551, + "line": 1593, "column": 159 } }, @@ -385351,73 +385623,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 70342, - "end": 70435, + "start": 72732, + "end": 72825, "loc": { "start": { - "line": 1552, + "line": 1594, "column": 27 }, "end": { - "line": 1554, + "line": 1596, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 70368, - "end": 70413, + "start": 72758, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 70368, - "end": 70413, + "start": 72758, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70368, - "end": 70387, + "start": 72758, + "end": 72777, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 43 } }, "object": { "type": "Identifier", - "start": 70368, - "end": 70377, + "start": 72758, + "end": 72767, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 33 }, "identifierName": "new_event" @@ -385426,15 +385698,15 @@ }, "property": { "type": "Identifier", - "start": 70378, - "end": 70387, + "start": 72768, + "end": 72777, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 34 }, "end": { - "line": 1553, + "line": 1595, "column": 43 }, "identifierName": "rangeMeta" @@ -385445,43 +385717,43 @@ }, "right": { "type": "MemberExpression", - "start": 70390, - "end": 70413, + "start": 72780, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 70390, - "end": 70405, + "start": 72780, + "end": 72795, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 61 } }, "object": { "type": "Identifier", - "start": 70390, - "end": 70395, + "start": 72780, + "end": 72785, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 51 }, "identifierName": "_opts" @@ -385490,15 +385762,15 @@ }, "property": { "type": "Identifier", - "start": 70396, - "end": 70405, + "start": 72786, + "end": 72795, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 52 }, "end": { - "line": 1553, + "line": 1595, "column": 61 }, "identifierName": "eventMeta" @@ -385509,15 +385781,15 @@ }, "property": { "type": "Identifier", - "start": 70406, - "end": 70413, + "start": 72796, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 62 }, "end": { - "line": 1553, + "line": 1595, "column": 69 }, "identifierName": "content" @@ -385542,73 +385814,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 70473, - "end": 70524, + "start": 72863, + "end": 72914, "loc": { "start": { - "line": 1556, + "line": 1598, "column": 19 }, "end": { - "line": 1558, + "line": 1600, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 70491, - "end": 70510, + "start": 72881, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 70491, - "end": 70510, + "start": 72881, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70491, - "end": 70506, + "start": 72881, + "end": 72896, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 31 } }, "object": { "type": "Identifier", - "start": 70491, - "end": 70500, + "start": 72881, + "end": 72890, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 25 }, "identifierName": "new_event" @@ -385617,15 +385889,15 @@ }, "property": { "type": "Identifier", - "start": 70501, - "end": 70506, + "start": 72891, + "end": 72896, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 26 }, "end": { - "line": 1557, + "line": 1599, "column": 31 }, "identifierName": "width" @@ -385636,15 +385908,15 @@ }, "right": { "type": "NumericLiteral", - "start": 70509, - "end": 70510, + "start": 72899, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 34 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } }, @@ -385664,15 +385936,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -385681,57 +385953,57 @@ }, { "type": "IfStatement", - "start": 70594, - "end": 70788, + "start": 72984, + "end": 73178, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 12 }, "end": { - "line": 1563, + "line": 1605, "column": 13 } }, "test": { "type": "CallExpression", - "start": 70599, - "end": 70629, + "start": 72989, + "end": 73019, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 70599, - "end": 70620, + "start": 72989, + "end": 73010, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 38 } }, "object": { "type": "Identifier", - "start": 70599, - "end": 70605, + "start": 72989, + "end": 72995, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 23 }, "identifierName": "params" @@ -385741,15 +386013,15 @@ }, "property": { "type": "Identifier", - "start": 70606, - "end": 70620, + "start": 72996, + "end": 73010, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 24 }, "end": { - "line": 1560, + "line": 1602, "column": 38 }, "identifierName": "hasOwnProperty" @@ -385762,15 +386034,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 70622, - "end": 70627, + "start": 73012, + "end": 73017, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 40 }, "end": { - "line": 1560, + "line": 1602, "column": 45 } }, @@ -385785,59 +386057,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 70632, - "end": 70788, + "start": 73022, + "end": 73178, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 50 }, "end": { - "line": 1563, + "line": 1605, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 70650, - "end": 70683, + "start": 73040, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 70650, - "end": 70683, + "start": 73040, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 70650, - "end": 70652, + "start": 73040, + "end": 73042, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 18 }, "identifierName": "_c" @@ -385846,43 +386118,43 @@ }, "right": { "type": "CallExpression", - "start": 70655, - "end": 70683, + "start": 73045, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 70655, - "end": 70665, + "start": 73045, + "end": 73055, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 31 } }, "object": { "type": "Identifier", - "start": 70655, - "end": 70659, + "start": 73045, + "end": 73049, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 25 }, "identifierName": "Math" @@ -385891,15 +386163,15 @@ }, "property": { "type": "Identifier", - "start": 70660, - "end": 70665, + "start": 73050, + "end": 73055, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 26 }, "end": { - "line": 1561, + "line": 1603, "column": 31 }, "identifierName": "floor" @@ -385911,43 +386183,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 70667, - "end": 70681, + "start": 73057, + "end": 73071, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 70667, - "end": 70677, + "start": 73057, + "end": 73067, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 43 } }, "object": { "type": "Identifier", - "start": 70667, - "end": 70673, + "start": 73057, + "end": 73063, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 39 }, "identifierName": "params" @@ -385956,15 +386228,15 @@ }, "property": { "type": "Identifier", - "start": 70674, - "end": 70677, + "start": 73064, + "end": 73067, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 40 }, "end": { - "line": 1561, + "line": 1603, "column": 43 }, "identifierName": "row" @@ -385976,15 +386248,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 70680, - "end": 70681, + "start": 73070, + "end": 73071, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 46 }, "end": { - "line": 1561, + "line": 1603, "column": 47 } }, @@ -386001,58 +386273,58 @@ }, { "type": "ExpressionStatement", - "start": 70700, - "end": 70774, + "start": 73090, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "expression": { "type": "AssignmentExpression", - "start": 70700, - "end": 70774, + "start": 73090, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 70700, - "end": 70711, + "start": 73090, + "end": 73101, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 27 } }, "object": { "type": "Identifier", - "start": 70700, - "end": 70709, + "start": 73090, + "end": 73099, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 25 }, "identifierName": "new_event" @@ -386061,15 +386333,15 @@ }, "property": { "type": "Identifier", - "start": 70710, - "end": 70711, + "start": 73100, + "end": 73101, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 26 }, "end": { - "line": 1562, + "line": 1604, "column": 27 }, "identifierName": "y" @@ -386080,85 +386352,85 @@ }, "right": { "type": "BinaryExpression", - "start": 70714, - "end": 70774, + "start": 73104, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } }, "left": { "type": "BinaryExpression", - "start": 70714, - "end": 70769, + "start": 73104, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 70714, - "end": 70750, + "start": 73104, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 66 } }, "left": { "type": "BinaryExpression", - "start": 70716, - "end": 70730, + "start": 73106, + "end": 73120, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 70716, - "end": 70726, + "start": 73106, + "end": 73116, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 42 } }, "object": { "type": "Identifier", - "start": 70716, - "end": 70722, + "start": 73106, + "end": 73112, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 38 }, "identifierName": "params" @@ -386167,15 +386439,15 @@ }, "property": { "type": "Identifier", - "start": 70723, - "end": 70726, + "start": 73113, + "end": 73116, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 39 }, "end": { - "line": 1562, + "line": 1604, "column": 42 }, "identifierName": "row" @@ -386187,15 +386459,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 70729, - "end": 70730, + "start": 73119, + "end": 73120, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 45 }, "end": { - "line": 1562, + "line": 1604, "column": 46 } }, @@ -386207,35 +386479,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 70714 + "parenStart": 73104 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 70735, - "end": 70750, + "start": 73125, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 51 }, "end": { - "line": 1562, + "line": 1604, "column": 66 } }, "object": { "type": "Identifier", - "start": 70735, - "end": 70740, + "start": 73125, + "end": 73130, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 51 }, "end": { - "line": 1562, + "line": 1604, "column": 56 }, "identifierName": "_opts" @@ -386244,15 +386516,15 @@ }, "property": { "type": "Identifier", - "start": 70741, - "end": 70750, + "start": 73131, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 57 }, "end": { - "line": 1562, + "line": 1604, "column": 66 }, "identifierName": "rowHeight" @@ -386265,29 +386537,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 70753, - "end": 70769, + "start": 73143, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 69 }, "end": { - "line": 1562, + "line": 1604, "column": 85 } }, "object": { "type": "Identifier", - "start": 70753, - "end": 70762, + "start": 73143, + "end": 73152, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 69 }, "end": { - "line": 1562, + "line": 1604, "column": 78 }, "identifierName": "new_event" @@ -386296,15 +386568,15 @@ }, "property": { "type": "Identifier", - "start": 70763, - "end": 70769, + "start": 73153, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 79 }, "end": { - "line": 1562, + "line": 1604, "column": 85 }, "identifierName": "margin" @@ -386317,15 +386589,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 70772, - "end": 70774, + "start": 73162, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 88 }, "end": { - "line": 1562, + "line": 1604, "column": 90 }, "identifierName": "_c" @@ -386343,15 +386615,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -386360,85 +386632,85 @@ }, { "type": "ExpressionStatement", - "start": 70814, - "end": 73082, + "start": 73204, + "end": 75472, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1604, + "line": 1646, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 70814, - "end": 73081, + "start": 73204, + "end": 75471, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1604, + "line": 1646, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 70814, - "end": 70846, + "start": 73204, + "end": 73236, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 44 } }, "object": { "type": "CallExpression", - "start": 70814, - "end": 70838, + "start": 73204, + "end": 73228, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 70814, - "end": 70825, + "start": 73204, + "end": 73215, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 23 } }, "object": { "type": "Identifier", - "start": 70814, - "end": 70820, + "start": 73204, + "end": 73210, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 18 }, "identifierName": "Object" @@ -386447,15 +386719,15 @@ }, "property": { "type": "Identifier", - "start": 70821, - "end": 70825, + "start": 73211, + "end": 73215, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 19 }, "end": { - "line": 1565, + "line": 1607, "column": 23 }, "identifierName": "keys" @@ -386467,15 +386739,15 @@ "arguments": [ { "type": "Identifier", - "start": 70827, - "end": 70836, + "start": 73217, + "end": 73226, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 25 }, "end": { - "line": 1565, + "line": 1607, "column": 34 }, "identifierName": "new_event" @@ -386486,15 +386758,15 @@ }, "property": { "type": "Identifier", - "start": 70839, - "end": 70846, + "start": 73229, + "end": 73236, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 37 }, "end": { - "line": 1565, + "line": 1607, "column": 44 }, "identifierName": "forEach" @@ -386506,15 +386778,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 70848, - "end": 73080, + "start": 73238, + "end": 75470, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 46 }, "end": { - "line": 1604, + "line": 1646, "column": 13 } }, @@ -386525,15 +386797,15 @@ "params": [ { "type": "Identifier", - "start": 70850, - "end": 70855, + "start": 73240, + "end": 73245, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 48 }, "end": { - "line": 1565, + "line": 1607, "column": 53 }, "identifierName": "_prop" @@ -386543,44 +386815,44 @@ ], "body": { "type": "BlockStatement", - "start": 70861, - "end": 73080, + "start": 73251, + "end": 75470, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 59 }, "end": { - "line": 1604, + "line": 1646, "column": 13 } }, "body": [ { "type": "SwitchStatement", - "start": 70879, - "end": 73066, + "start": 73269, + "end": 75456, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 16 }, "end": { - "line": 1603, + "line": 1645, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 70887, - "end": 70891, + "start": 73277, + "end": 73281, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 24 }, "end": { - "line": 1566, + "line": 1608, "column": 28 } }, @@ -386589,86 +386861,86 @@ "cases": [ { "type": "SwitchCase", - "start": 70916, - "end": 71295, + "start": 73306, + "end": 73685, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 20 }, "end": { - "line": 1573, + "line": 1615, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 70973, - "end": 71265, + "start": 73363, + "end": 73655, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 24 }, "end": { - "line": 1572, + "line": 1614, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 70978, - "end": 71045, + "start": 73368, + "end": 73435, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 96 } }, "left": { "type": "CallExpression", - "start": 70978, - "end": 71007, + "start": 73368, + "end": 73397, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 70978, - "end": 70999, + "start": 73368, + "end": 73389, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 50 } }, "object": { "type": "Identifier", - "start": 70978, - "end": 70984, + "start": 73368, + "end": 73374, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 35 }, "identifierName": "params" @@ -386677,15 +386949,15 @@ }, "property": { "type": "Identifier", - "start": 70985, - "end": 70999, + "start": 73375, + "end": 73389, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 36 }, "end": { - "line": 1568, + "line": 1610, "column": 50 }, "identifierName": "hasOwnProperty" @@ -386697,15 +386969,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 71001, - "end": 71005, + "start": 73391, + "end": 73395, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 52 }, "end": { - "line": 1568, + "line": 1610, "column": 56 } }, @@ -386720,58 +386992,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 71011, - "end": 71045, + "start": 73401, + "end": 73435, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 96 } }, "callee": { "type": "MemberExpression", - "start": 71011, - "end": 71024, + "start": 73401, + "end": 73414, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 71011, - "end": 71015, + "start": 73401, + "end": 73405, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 66 } } }, "property": { "type": "Identifier", - "start": 71016, - "end": 71024, + "start": 73406, + "end": 73414, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 67 }, "end": { - "line": 1568, + "line": 1610, "column": 75 }, "identifierName": "is_empty" @@ -386783,29 +387055,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71026, - "end": 71043, + "start": 73416, + "end": 73433, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 77 }, "end": { - "line": 1568, + "line": 1610, "column": 94 } }, "object": { "type": "Identifier", - "start": 71026, - "end": 71035, + "start": 73416, + "end": 73425, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 77 }, "end": { - "line": 1568, + "line": 1610, "column": 86 }, "identifierName": "new_event" @@ -386814,15 +387086,15 @@ }, "property": { "type": "Identifier", - "start": 71036, - "end": 71043, + "start": 73426, + "end": 73433, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 87 }, "end": { - "line": 1568, + "line": 1610, "column": 94 }, "identifierName": "eventId" @@ -386836,73 +387108,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71048, - "end": 71149, + "start": 73438, + "end": 73539, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 99 }, "end": { - "line": 1570, + "line": 1612, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71078, - "end": 71123, + "start": 73468, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 71078, - "end": 71123, + "start": 73468, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71078, - "end": 71095, + "start": 73468, + "end": 73485, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 45 } }, "object": { "type": "Identifier", - "start": 71078, - "end": 71087, + "start": 73468, + "end": 73477, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 37 }, "identifierName": "new_event" @@ -386911,15 +387183,15 @@ }, "property": { "type": "Identifier", - "start": 71088, - "end": 71095, + "start": 73478, + "end": 73485, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 38 }, "end": { - "line": 1569, + "line": 1611, "column": 45 }, "identifierName": "eventId" @@ -386930,29 +387202,29 @@ }, "right": { "type": "CallExpression", - "start": 71098, - "end": 71123, + "start": 73488, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 48 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } }, "callee": { "type": "Identifier", - "start": 71098, - "end": 71106, + "start": 73488, + "end": 73496, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 48 }, "end": { - "line": 1569, + "line": 1611, "column": 56 }, "identifierName": "parseInt" @@ -386962,29 +387234,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71108, - "end": 71117, + "start": 73498, + "end": 73507, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 58 }, "end": { - "line": 1569, + "line": 1611, "column": 67 } }, "object": { "type": "Identifier", - "start": 71108, - "end": 71114, + "start": 73498, + "end": 73504, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 58 }, "end": { - "line": 1569, + "line": 1611, "column": 64 }, "identifierName": "params" @@ -386993,15 +387265,15 @@ }, "property": { "type": "Identifier", - "start": 71115, - "end": 71117, + "start": 73505, + "end": 73507, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 65 }, "end": { - "line": 1569, + "line": 1611, "column": 67 }, "identifierName": "id" @@ -387012,15 +387284,15 @@ }, { "type": "NumericLiteral", - "start": 71119, - "end": 71121, + "start": 73509, + "end": 73511, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 69 }, "end": { - "line": 1569, + "line": 1611, "column": 71 } }, @@ -387039,73 +387311,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 71155, - "end": 71265, + "start": 73545, + "end": 73655, "loc": { "start": { - "line": 1570, + "line": 1612, "column": 31 }, "end": { - "line": 1572, + "line": 1614, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71185, - "end": 71239, + "start": 73575, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 71185, - "end": 71239, + "start": 73575, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71185, - "end": 71202, + "start": 73575, + "end": 73592, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 45 } }, "object": { "type": "Identifier", - "start": 71185, - "end": 71194, + "start": 73575, + "end": 73584, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 37 }, "identifierName": "new_event" @@ -387114,15 +387386,15 @@ }, "property": { "type": "Identifier", - "start": 71195, - "end": 71202, + "start": 73585, + "end": 73592, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 38 }, "end": { - "line": 1571, + "line": 1613, "column": 45 }, "identifierName": "eventId" @@ -387133,43 +387405,43 @@ }, "right": { "type": "LogicalExpression", - "start": 71205, - "end": 71239, + "start": 73595, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, "left": { "type": "CallExpression", - "start": 71205, - "end": 71234, + "start": 73595, + "end": 73624, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 77 } }, "callee": { "type": "Identifier", - "start": 71205, - "end": 71213, + "start": 73595, + "end": 73603, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 56 }, "identifierName": "parseInt" @@ -387179,29 +387451,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71215, - "end": 71228, + "start": 73605, + "end": 73618, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 58 }, "end": { - "line": 1571, + "line": 1613, "column": 71 } }, "object": { "type": "Identifier", - "start": 71215, - "end": 71221, + "start": 73605, + "end": 73611, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 58 }, "end": { - "line": 1571, + "line": 1613, "column": 64 }, "identifierName": "params" @@ -387210,15 +387482,15 @@ }, "property": { "type": "Identifier", - "start": 71222, - "end": 71227, + "start": 73612, + "end": 73617, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 65 }, "end": { - "line": 1571, + "line": 1613, "column": 70 }, "identifierName": "_prop" @@ -387229,15 +387501,15 @@ }, { "type": "NumericLiteral", - "start": 71230, - "end": 71232, + "start": 73620, + "end": 73622, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 73 }, "end": { - "line": 1571, + "line": 1613, "column": 75 } }, @@ -387252,15 +387524,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 71238, - "end": 71239, + "start": 73628, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 81 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } }, @@ -387279,15 +387551,15 @@ }, { "type": "BreakStatement", - "start": 71290, - "end": 71295, + "start": 73680, + "end": 73685, "loc": { "start": { - "line": 1573, + "line": 1615, "column": 24 }, "end": { - "line": 1573, + "line": 1615, "column": 29 } }, @@ -387296,43 +387568,43 @@ ], "test": { "type": "CallExpression", - "start": 70921, - "end": 70947, + "start": 73311, + "end": 73337, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 70921, - "end": 70938, + "start": 73311, + "end": 73328, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 70921, - "end": 70933, + "start": 73311, + "end": 73323, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 37 } }, @@ -387344,15 +387616,15 @@ }, "property": { "type": "Identifier", - "start": 70934, - "end": 70938, + "start": 73324, + "end": 73328, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 38 }, "end": { - "line": 1567, + "line": 1609, "column": 42 }, "identifierName": "test" @@ -387364,15 +387636,15 @@ "arguments": [ { "type": "Identifier", - "start": 70940, - "end": 70945, + "start": 73330, + "end": 73335, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 44 }, "end": { - "line": 1567, + "line": 1609, "column": 49 }, "identifierName": "_prop" @@ -387384,86 +387656,86 @@ }, { "type": "SwitchCase", - "start": 71316, - "end": 71952, + "start": 73706, + "end": 74342, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 20 }, "end": { - "line": 1583, + "line": 1625, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 71381, - "end": 71543, + "start": 73771, + "end": 73933, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 24 }, "end": { - "line": 1577, + "line": 1619, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 71386, - "end": 71452, + "start": 73776, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, "left": { "type": "CallExpression", - "start": 71386, - "end": 71416, + "start": 73776, + "end": 73806, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 71386, - "end": 71407, + "start": 73776, + "end": 73797, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 50 } }, "object": { "type": "Identifier", - "start": 71386, - "end": 71392, + "start": 73776, + "end": 73782, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 35 }, "identifierName": "params" @@ -387472,15 +387744,15 @@ }, "property": { "type": "Identifier", - "start": 71393, - "end": 71407, + "start": 73783, + "end": 73797, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 36 }, "end": { - "line": 1575, + "line": 1617, "column": 50 }, "identifierName": "hasOwnProperty" @@ -387492,15 +387764,15 @@ "arguments": [ { "type": "Identifier", - "start": 71409, - "end": 71414, + "start": 73799, + "end": 73804, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 52 }, "end": { - "line": 1575, + "line": 1617, "column": 57 }, "identifierName": "_prop" @@ -387512,15 +387784,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 71420, - "end": 71452, + "start": 73810, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 63 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, @@ -387528,58 +387800,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 71422, - "end": 71452, + "start": 73812, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 71422, - "end": 71435, + "start": 73812, + "end": 73825, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 71422, - "end": 71426, + "start": 73812, + "end": 73816, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 69 } } }, "property": { "type": "Identifier", - "start": 71427, - "end": 71435, + "start": 73817, + "end": 73825, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 70 }, "end": { - "line": 1575, + "line": 1617, "column": 78 }, "identifierName": "is_empty" @@ -387591,29 +387863,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 71437, - "end": 71450, + "start": 73827, + "end": 73840, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 80 }, "end": { - "line": 1575, + "line": 1617, "column": 93 } }, "object": { "type": "Identifier", - "start": 71437, - "end": 71443, + "start": 73827, + "end": 73833, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 80 }, "end": { - "line": 1575, + "line": 1617, "column": 86 }, "identifierName": "params" @@ -387622,15 +387894,15 @@ }, "property": { "type": "Identifier", - "start": 71444, - "end": 71449, + "start": 73834, + "end": 73839, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 87 }, "end": { - "line": 1575, + "line": 1617, "column": 92 }, "identifierName": "_prop" @@ -387648,73 +387920,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71455, - "end": 71543, + "start": 73845, + "end": 73933, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 98 }, "end": { - "line": 1577, + "line": 1619, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71485, - "end": 71517, + "start": 73875, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 71485, - "end": 71517, + "start": 73875, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71485, - "end": 71501, + "start": 73875, + "end": 73891, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 44 } }, "object": { "type": "Identifier", - "start": 71485, - "end": 71494, + "start": 73875, + "end": 73884, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 37 }, "identifierName": "new_event" @@ -387723,15 +387995,15 @@ }, "property": { "type": "Identifier", - "start": 71495, - "end": 71500, + "start": 73885, + "end": 73890, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 38 }, "end": { - "line": 1576, + "line": 1618, "column": 43 }, "identifierName": "_prop" @@ -387742,29 +388014,29 @@ }, "right": { "type": "MemberExpression", - "start": 71504, - "end": 71517, + "start": 73894, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 47 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } }, "object": { "type": "Identifier", - "start": 71504, - "end": 71510, + "start": 73894, + "end": 73900, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 47 }, "end": { - "line": 1576, + "line": 1618, "column": 53 }, "identifierName": "params" @@ -387773,15 +388045,15 @@ }, "property": { "type": "Identifier", - "start": 71511, - "end": 71516, + "start": 73901, + "end": 73906, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 54 }, "end": { - "line": 1576, + "line": 1618, "column": 59 }, "identifierName": "_prop" @@ -387801,15 +388073,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -387818,99 +388090,99 @@ }, { "type": "IfStatement", - "start": 71653, - "end": 71842, + "start": 74043, + "end": 74232, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 24 }, "end": { - "line": 1581, + "line": 1623, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 71658, - "end": 71713, + "start": 74048, + "end": 74103, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 71658, - "end": 71709, + "start": 74048, + "end": 74099, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 80 } }, "object": { "type": "CallExpression", - "start": 71658, - "end": 71702, + "start": 74048, + "end": 74092, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 71658, - "end": 71683, + "start": 74048, + "end": 74073, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 54 } }, "object": { "type": "CallExpression", - "start": 71658, - "end": 71674, + "start": 74048, + "end": 74064, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 45 } }, "callee": { "type": "Identifier", - "start": 71658, - "end": 71659, + "start": 74048, + "end": 74049, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 30 }, "identifierName": "$" @@ -387921,15 +388193,15 @@ "arguments": [ { "type": "Identifier", - "start": 71660, - "end": 71673, + "start": 74050, + "end": 74063, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 31 }, "end": { - "line": 1579, + "line": 1621, "column": 44 }, "identifierName": "event_element" @@ -387941,15 +388213,15 @@ }, "property": { "type": "Identifier", - "start": 71675, - "end": 71683, + "start": 74065, + "end": 74073, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 46 }, "end": { - "line": 1579, + "line": 1621, "column": 54 }, "identifierName": "children" @@ -387962,30 +388234,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 71684, - "end": 71701, + "start": 74074, + "end": 74091, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 55 }, "end": { - "line": 1579, + "line": 1621, "column": 72 } }, "expressions": [ { "type": "Identifier", - "start": 71694, - "end": 71699, + "start": 74084, + "end": 74089, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 65 }, "end": { - "line": 1579, + "line": 1621, "column": 70 }, "identifierName": "_prop" @@ -387996,15 +388268,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 71685, - "end": 71692, + "start": 74075, + "end": 74082, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 56 }, "end": { - "line": 1579, + "line": 1621, "column": 63 } }, @@ -388016,15 +388288,15 @@ }, { "type": "TemplateElement", - "start": 71700, - "end": 71700, + "start": 74090, + "end": 74090, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 71 }, "end": { - "line": 1579, + "line": 1621, "column": 71 } }, @@ -388041,15 +388313,15 @@ }, "property": { "type": "Identifier", - "start": 71703, - "end": 71709, + "start": 74093, + "end": 74099, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 74 }, "end": { - "line": 1579, + "line": 1621, "column": 80 }, "identifierName": "length" @@ -388062,15 +388334,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 71712, - "end": 71713, + "start": 74102, + "end": 74103, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 83 }, "end": { - "line": 1579, + "line": 1621, "column": 84 } }, @@ -388084,73 +388356,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 71716, - "end": 71842, + "start": 74106, + "end": 74232, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 87 }, "end": { - "line": 1581, + "line": 1623, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 71746, - "end": 71816, + "start": 74136, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 71746, - "end": 71816, + "start": 74136, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 71746, - "end": 71762, + "start": 74136, + "end": 74152, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 44 } }, "object": { "type": "Identifier", - "start": 71746, - "end": 71755, + "start": 74136, + "end": 74145, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 37 }, "identifierName": "new_event" @@ -388159,15 +388431,15 @@ }, "property": { "type": "Identifier", - "start": 71756, - "end": 71761, + "start": 74146, + "end": 74151, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 38 }, "end": { - "line": 1580, + "line": 1622, "column": 43 }, "identifierName": "_prop" @@ -388178,85 +388450,85 @@ }, "right": { "type": "CallExpression", - "start": 71765, - "end": 71816, + "start": 74155, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 71765, - "end": 71814, + "start": 74155, + "end": 74204, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 96 } }, "object": { "type": "CallExpression", - "start": 71765, - "end": 71809, + "start": 74155, + "end": 74199, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 71765, - "end": 71790, + "start": 74155, + "end": 74180, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 72 } }, "object": { "type": "CallExpression", - "start": 71765, - "end": 71781, + "start": 74155, + "end": 74171, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 63 } }, "callee": { "type": "Identifier", - "start": 71765, - "end": 71766, + "start": 74155, + "end": 74156, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 48 }, "identifierName": "$" @@ -388266,15 +388538,15 @@ "arguments": [ { "type": "Identifier", - "start": 71767, - "end": 71780, + "start": 74157, + "end": 74170, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 49 }, "end": { - "line": 1580, + "line": 1622, "column": 62 }, "identifierName": "event_element" @@ -388285,15 +388557,15 @@ }, "property": { "type": "Identifier", - "start": 71782, - "end": 71790, + "start": 74172, + "end": 74180, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 64 }, "end": { - "line": 1580, + "line": 1622, "column": 72 }, "identifierName": "children" @@ -388305,30 +388577,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 71791, - "end": 71808, + "start": 74181, + "end": 74198, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 73 }, "end": { - "line": 1580, + "line": 1622, "column": 90 } }, "expressions": [ { "type": "Identifier", - "start": 71801, - "end": 71806, + "start": 74191, + "end": 74196, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 83 }, "end": { - "line": 1580, + "line": 1622, "column": 88 }, "identifierName": "_prop" @@ -388339,15 +388611,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 71792, - "end": 71799, + "start": 74182, + "end": 74189, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 74 }, "end": { - "line": 1580, + "line": 1622, "column": 81 } }, @@ -388359,15 +388631,15 @@ }, { "type": "TemplateElement", - "start": 71807, - "end": 71807, + "start": 74197, + "end": 74197, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 89 }, "end": { - "line": 1580, + "line": 1622, "column": 89 } }, @@ -388383,15 +388655,15 @@ }, "property": { "type": "Identifier", - "start": 71810, - "end": 71814, + "start": 74200, + "end": 74204, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 92 }, "end": { - "line": 1580, + "line": 1622, "column": 96 }, "identifierName": "html" @@ -388413,15 +388685,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -388431,15 +388703,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -388448,15 +388720,15 @@ }, { "type": "BreakStatement", - "start": 71947, - "end": 71952, + "start": 74337, + "end": 74342, "loc": { "start": { - "line": 1583, + "line": 1625, "column": 24 }, "end": { - "line": 1583, + "line": 1625, "column": 29 } }, @@ -388465,15 +388737,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -388483,43 +388755,43 @@ ], "test": { "type": "CallExpression", - "start": 71321, - "end": 71355, + "start": 73711, + "end": 73745, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 71321, - "end": 71346, + "start": 73711, + "end": 73736, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 71321, - "end": 71341, + "start": 73711, + "end": 73731, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 45 } }, @@ -388531,15 +388803,15 @@ }, "property": { "type": "Identifier", - "start": 71342, - "end": 71346, + "start": 73732, + "end": 73736, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 46 }, "end": { - "line": 1574, + "line": 1616, "column": 50 }, "identifierName": "test" @@ -388551,15 +388823,15 @@ "arguments": [ { "type": "Identifier", - "start": 71348, - "end": 71353, + "start": 73738, + "end": 73743, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 52 }, "end": { - "line": 1574, + "line": 1616, "column": 57 }, "identifierName": "_prop" @@ -388571,72 +388843,72 @@ }, { "type": "SwitchCase", - "start": 71973, - "end": 72802, + "start": 74363, + "end": 75192, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 20 }, "end": { - "line": 1597, + "line": 1639, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 72088, - "end": 72772, + "start": 74478, + "end": 75162, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 24 }, "end": { - "line": 1596, + "line": 1638, "column": 25 } }, "test": { "type": "CallExpression", - "start": 72093, - "end": 72127, + "start": 74483, + "end": 74517, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 72093, - "end": 72113, + "start": 74483, + "end": 74503, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 72093, - "end": 72108, + "start": 74483, + "end": 74498, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 44 } }, @@ -388649,15 +388921,15 @@ }, "property": { "type": "Identifier", - "start": 72109, - "end": 72113, + "start": 74499, + "end": 74503, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 45 }, "end": { - "line": 1586, + "line": 1628, "column": 49 }, "identifierName": "test" @@ -388670,29 +388942,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72115, - "end": 72125, + "start": 74505, + "end": 74515, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 51 }, "end": { - "line": 1586, + "line": 1628, "column": 61 } }, "object": { "type": "Identifier", - "start": 72115, - "end": 72120, + "start": 74505, + "end": 74510, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 51 }, "end": { - "line": 1586, + "line": 1628, "column": 56 }, "identifierName": "_opts" @@ -388701,15 +388973,15 @@ }, "property": { "type": "Identifier", - "start": 72121, - "end": 72125, + "start": 74511, + "end": 74515, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 57 }, "end": { - "line": 1586, + "line": 1628, "column": 61 }, "identifierName": "type" @@ -388723,73 +388995,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 72130, - "end": 72772, + "start": 74520, + "end": 75162, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 66 }, "end": { - "line": 1596, + "line": 1638, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 72265, - "end": 72310, + "start": 74655, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 72265, - "end": 72310, + "start": 74655, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72265, - "end": 72276, + "start": 74655, + "end": 74666, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 39 } }, "object": { "type": "Identifier", - "start": 72265, - "end": 72274, + "start": 74655, + "end": 74664, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 37 }, "identifierName": "_relation" @@ -388799,15 +389071,15 @@ }, "property": { "type": "Identifier", - "start": 72275, - "end": 72276, + "start": 74665, + "end": 74666, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 38 }, "end": { - "line": 1588, + "line": 1630, "column": 39 }, "identifierName": "x" @@ -388819,58 +389091,58 @@ }, "right": { "type": "CallExpression", - "start": 72279, - "end": 72310, + "start": 74669, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 72279, - "end": 72292, + "start": 74669, + "end": 74682, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 72279, - "end": 72283, + "start": 74669, + "end": 74673, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 46 } } }, "property": { "type": "Identifier", - "start": 72284, - "end": 72292, + "start": 74674, + "end": 74682, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 47 }, "end": { - "line": 1588, + "line": 1630, "column": 55 }, "identifierName": "numRound" @@ -388882,29 +389154,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72294, - "end": 72305, + "start": 74684, + "end": 74695, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 57 }, "end": { - "line": 1588, + "line": 1630, "column": 68 } }, "object": { "type": "Identifier", - "start": 72294, - "end": 72303, + "start": 74684, + "end": 74693, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 57 }, "end": { - "line": 1588, + "line": 1630, "column": 66 }, "identifierName": "new_event" @@ -388913,15 +389185,15 @@ }, "property": { "type": "Identifier", - "start": 72304, - "end": 72305, + "start": 74694, + "end": 74695, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 67 }, "end": { - "line": 1588, + "line": 1630, "column": 68 }, "identifierName": "x" @@ -388932,15 +389204,15 @@ }, { "type": "NumericLiteral", - "start": 72307, - "end": 72308, + "start": 74697, + "end": 74698, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 70 }, "end": { - "line": 1588, + "line": 1630, "column": 71 } }, @@ -388958,15 +389230,15 @@ { "type": "CommentLine", "value": "let _pointSize = this._getPointerSize( new_event.size, new_event.margin )", - "start": 72160, - "end": 72236, + "start": 74550, + "end": 74626, "loc": { "start": { - "line": 1587, + "line": 1629, "column": 28 }, "end": { - "line": 1587, + "line": 1629, "column": 104 } } @@ -388975,58 +389247,58 @@ }, { "type": "ExpressionStatement", - "start": 72339, - "end": 72446, + "start": 74729, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "expression": { "type": "AssignmentExpression", - "start": 72339, - "end": 72446, + "start": 74729, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72339, - "end": 72350, + "start": 74729, + "end": 74740, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 39 } }, "object": { "type": "Identifier", - "start": 72339, - "end": 72348, + "start": 74729, + "end": 74738, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 37 }, "identifierName": "_relation" @@ -389035,15 +389307,15 @@ }, "property": { "type": "Identifier", - "start": 72349, - "end": 72350, + "start": 74739, + "end": 74740, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 38 }, "end": { - "line": 1589, + "line": 1631, "column": 39 }, "identifierName": "y" @@ -389054,58 +389326,58 @@ }, "right": { "type": "CallExpression", - "start": 72353, - "end": 72446, + "start": 74743, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } }, "callee": { "type": "MemberExpression", - "start": 72353, - "end": 72366, + "start": 74743, + "end": 74756, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 72353, - "end": 72357, + "start": 74743, + "end": 74747, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 46 } } }, "property": { "type": "Identifier", - "start": 72358, - "end": 72366, + "start": 74748, + "end": 74756, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 47 }, "end": { - "line": 1589, + "line": 1631, "column": 55 }, "identifierName": "numRound" @@ -389117,57 +389389,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 72368, - "end": 72441, + "start": 74758, + "end": 74831, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 57 }, "end": { - "line": 1589, + "line": 1631, "column": 130 } }, "left": { "type": "BinaryExpression", - "start": 72370, - "end": 72414, + "start": 74760, + "end": 74804, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 103 } }, "left": { "type": "MemberExpression", - "start": 72370, - "end": 72384, + "start": 74760, + "end": 74774, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 73 } }, "object": { "type": "Identifier", - "start": 72370, - "end": 72376, + "start": 74760, + "end": 74766, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 65 }, "identifierName": "_props" @@ -389176,15 +389448,15 @@ }, "property": { "type": "Identifier", - "start": 72377, - "end": 72384, + "start": 74767, + "end": 74774, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 66 }, "end": { - "line": 1589, + "line": 1631, "column": 73 }, "identifierName": "rowSize" @@ -389196,57 +389468,57 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 72389, - "end": 72412, + "start": 74779, + "end": 74802, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 78 }, "end": { - "line": 1589, + "line": 1631, "column": 101 } }, "left": { "type": "LogicalExpression", - "start": 72391, - "end": 72406, + "start": 74781, + "end": 74796, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 95 } }, "left": { "type": "MemberExpression", - "start": 72391, - "end": 72401, + "start": 74781, + "end": 74791, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 90 } }, "object": { "type": "Identifier", - "start": 72391, - "end": 72397, + "start": 74781, + "end": 74787, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 86 }, "identifierName": "params" @@ -389255,15 +389527,15 @@ }, "property": { "type": "Identifier", - "start": 72398, - "end": 72401, + "start": 74788, + "end": 74791, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 87 }, "end": { - "line": 1589, + "line": 1631, "column": 90 }, "identifierName": "row" @@ -389275,15 +389547,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 72405, - "end": 72406, + "start": 74795, + "end": 74796, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 94 }, "end": { - "line": 1589, + "line": 1631, "column": 95 } }, @@ -389295,21 +389567,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 72389 + "parenStart": 74779 } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 72411, - "end": 72412, + "start": 74801, + "end": 74802, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 100 }, "end": { - "line": 1589, + "line": 1631, "column": 101 } }, @@ -389321,54 +389593,54 @@ }, "extra": { "parenthesized": true, - "parenStart": 72387 + "parenStart": 74777 } }, "extra": { "parenthesized": true, - "parenStart": 72368 + "parenStart": 74758 } }, "operator": "+", "right": { "type": "BinaryExpression", - "start": 72421, - "end": 72439, + "start": 74811, + "end": 74829, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 128 } }, "left": { "type": "MemberExpression", - "start": 72421, - "end": 72435, + "start": 74811, + "end": 74825, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 124 } }, "object": { "type": "Identifier", - "start": 72421, - "end": 72427, + "start": 74811, + "end": 74817, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 116 }, "identifierName": "_props" @@ -389377,15 +389649,15 @@ }, "property": { "type": "Identifier", - "start": 72428, - "end": 72435, + "start": 74818, + "end": 74825, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 117 }, "end": { - "line": 1589, + "line": 1631, "column": 124 }, "identifierName": "rowSize" @@ -389397,15 +389669,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 72438, - "end": 72439, + "start": 74828, + "end": 74829, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 127 }, "end": { - "line": 1589, + "line": 1631, "column": 128 } }, @@ -389417,21 +389689,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 72419 + "parenStart": 74809 } } }, { "type": "NumericLiteral", - "start": 72443, - "end": 72444, + "start": 74833, + "end": 74834, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 132 }, "end": { - "line": 1589, + "line": 1631, "column": 133 } }, @@ -389450,15 +389722,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -389467,58 +389739,58 @@ }, { "type": "ExpressionStatement", - "start": 72601, - "end": 72746, + "start": 74991, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 72601, - "end": 72746, + "start": 74991, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72601, - "end": 72617, + "start": 74991, + "end": 75007, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1592, + "line": 1634, "column": 44 } }, "object": { "type": "Identifier", - "start": 72601, - "end": 72610, + "start": 74991, + "end": 75000, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1592, + "line": 1634, "column": 37 }, "identifierName": "new_event" @@ -389528,15 +389800,15 @@ }, "property": { "type": "Identifier", - "start": 72611, - "end": 72616, + "start": 75001, + "end": 75006, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 38 }, "end": { - "line": 1592, + "line": 1634, "column": 43 }, "identifierName": "_prop" @@ -389548,58 +389820,58 @@ }, "right": { "type": "ObjectExpression", - "start": 72620, - "end": 72746, + "start": 75010, + "end": 75136, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 47 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } }, "properties": [ { "type": "SpreadProperty", - "start": 72654, - "end": 72670, + "start": 75044, + "end": 75060, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 32 }, "end": { - "line": 1593, + "line": 1635, "column": 48 } }, "argument": { "type": "MemberExpression", - "start": 72657, - "end": 72670, + "start": 75047, + "end": 75060, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 35 }, "end": { - "line": 1593, + "line": 1635, "column": 48 } }, "object": { "type": "Identifier", - "start": 72657, - "end": 72663, + "start": 75047, + "end": 75053, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 35 }, "end": { - "line": 1593, + "line": 1635, "column": 41 }, "identifierName": "params" @@ -389608,15 +389880,15 @@ }, "property": { "type": "Identifier", - "start": 72664, - "end": 72669, + "start": 75054, + "end": 75059, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 42 }, "end": { - "line": 1593, + "line": 1635, "column": 47 }, "identifierName": "_prop" @@ -389628,29 +389900,29 @@ }, { "type": "SpreadProperty", - "start": 72704, - "end": 72716, + "start": 75094, + "end": 75106, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 32 }, "end": { - "line": 1594, + "line": 1636, "column": 44 } }, "argument": { "type": "Identifier", - "start": 72707, - "end": 72716, + "start": 75097, + "end": 75106, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 35 }, "end": { - "line": 1594, + "line": 1636, "column": 44 }, "identifierName": "_relation" @@ -389666,15 +389938,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -389689,15 +389961,15 @@ { "type": "CommentLine", "value": " For drawing the relation line", - "start": 72031, - "end": 72063, + "start": 74421, + "end": 74453, "loc": { "start": { - "line": 1585, + "line": 1627, "column": 24 }, "end": { - "line": 1585, + "line": 1627, "column": 56 } } @@ -389706,15 +389978,15 @@ }, { "type": "BreakStatement", - "start": 72797, - "end": 72802, + "start": 75187, + "end": 75192, "loc": { "start": { - "line": 1597, + "line": 1639, "column": 24 }, "end": { - "line": 1597, + "line": 1639, "column": 29 } }, @@ -389723,43 +389995,43 @@ ], "test": { "type": "CallExpression", - "start": 71978, - "end": 72005, + "start": 74368, + "end": 74395, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 71978, - "end": 71996, + "start": 74368, + "end": 74386, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 71978, - "end": 71991, + "start": 74368, + "end": 74381, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 38 } }, @@ -389771,15 +390043,15 @@ }, "property": { "type": "Identifier", - "start": 71992, - "end": 71996, + "start": 74382, + "end": 74386, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 39 }, "end": { - "line": 1584, + "line": 1626, "column": 43 }, "identifierName": "test" @@ -389791,15 +390063,15 @@ "arguments": [ { "type": "Identifier", - "start": 71998, - "end": 72003, + "start": 74388, + "end": 74393, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 45 }, "end": { - "line": 1584, + "line": 1626, "column": 50 }, "identifierName": "_prop" @@ -389811,86 +390083,86 @@ }, { "type": "SwitchCase", - "start": 72823, - "end": 73048, + "start": 75213, + "end": 75438, "loc": { "start": { - "line": 1598, + "line": 1640, "column": 20 }, "end": { - "line": 1602, + "line": 1644, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 72856, - "end": 73018, + "start": 75246, + "end": 75408, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 24 }, "end": { - "line": 1601, + "line": 1643, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 72861, - "end": 72927, + "start": 75251, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, "left": { "type": "CallExpression", - "start": 72861, - "end": 72891, + "start": 75251, + "end": 75281, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 72861, - "end": 72882, + "start": 75251, + "end": 75272, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 50 } }, "object": { "type": "Identifier", - "start": 72861, - "end": 72867, + "start": 75251, + "end": 75257, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 35 }, "identifierName": "params" @@ -389899,15 +390171,15 @@ }, "property": { "type": "Identifier", - "start": 72868, - "end": 72882, + "start": 75258, + "end": 75272, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 36 }, "end": { - "line": 1599, + "line": 1641, "column": 50 }, "identifierName": "hasOwnProperty" @@ -389919,15 +390191,15 @@ "arguments": [ { "type": "Identifier", - "start": 72884, - "end": 72889, + "start": 75274, + "end": 75279, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 52 }, "end": { - "line": 1599, + "line": 1641, "column": 57 }, "identifierName": "_prop" @@ -389939,15 +390211,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 72895, - "end": 72927, + "start": 75285, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 63 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, @@ -389955,58 +390227,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 72897, - "end": 72927, + "start": 75287, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 72897, - "end": 72910, + "start": 75287, + "end": 75300, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 72897, - "end": 72901, + "start": 75287, + "end": 75291, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 69 } } }, "property": { "type": "Identifier", - "start": 72902, - "end": 72910, + "start": 75292, + "end": 75300, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 70 }, "end": { - "line": 1599, + "line": 1641, "column": 78 }, "identifierName": "is_empty" @@ -390018,29 +390290,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 72912, - "end": 72925, + "start": 75302, + "end": 75315, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 80 }, "end": { - "line": 1599, + "line": 1641, "column": 93 } }, "object": { "type": "Identifier", - "start": 72912, - "end": 72918, + "start": 75302, + "end": 75308, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 80 }, "end": { - "line": 1599, + "line": 1641, "column": 86 }, "identifierName": "params" @@ -390049,15 +390321,15 @@ }, "property": { "type": "Identifier", - "start": 72919, - "end": 72924, + "start": 75309, + "end": 75314, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 87 }, "end": { - "line": 1599, + "line": 1641, "column": 92 }, "identifierName": "_prop" @@ -390075,73 +390347,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 72930, - "end": 73018, + "start": 75320, + "end": 75408, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 98 }, "end": { - "line": 1601, + "line": 1643, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 72960, - "end": 72992, + "start": 75350, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 72960, - "end": 72992, + "start": 75350, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 72960, - "end": 72976, + "start": 75350, + "end": 75366, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 44 } }, "object": { "type": "Identifier", - "start": 72960, - "end": 72969, + "start": 75350, + "end": 75359, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 37 }, "identifierName": "new_event" @@ -390150,15 +390422,15 @@ }, "property": { "type": "Identifier", - "start": 72970, - "end": 72975, + "start": 75360, + "end": 75365, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 38 }, "end": { - "line": 1600, + "line": 1642, "column": 43 }, "identifierName": "_prop" @@ -390169,29 +390441,29 @@ }, "right": { "type": "MemberExpression", - "start": 72979, - "end": 72992, + "start": 75369, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 47 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } }, "object": { "type": "Identifier", - "start": 72979, - "end": 72985, + "start": 75369, + "end": 75375, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 47 }, "end": { - "line": 1600, + "line": 1642, "column": 53 }, "identifierName": "params" @@ -390200,15 +390472,15 @@ }, "property": { "type": "Identifier", - "start": 72986, - "end": 72991, + "start": 75376, + "end": 75381, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 54 }, "end": { - "line": 1600, + "line": 1642, "column": 59 }, "identifierName": "_prop" @@ -390226,15 +390498,15 @@ }, { "type": "BreakStatement", - "start": 73043, - "end": 73048, + "start": 75433, + "end": 75438, "loc": { "start": { - "line": 1602, + "line": 1644, "column": 24 }, "end": { - "line": 1602, + "line": 1644, "column": 29 } }, @@ -390261,15 +390533,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -390277,15 +390549,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -390295,15 +390567,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -390312,29 +390584,29 @@ }, { "type": "ReturnStatement", - "start": 73152, - "end": 73168, + "start": 75542, + "end": 75558, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 8 }, "end": { - "line": 1607, + "line": 1649, "column": 24 } }, "argument": { "type": "Identifier", - "start": 73159, - "end": 73168, + "start": 75549, + "end": 75558, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 15 }, "end": { - "line": 1607, + "line": 1649, "column": 24 }, "identifierName": "new_event" @@ -390346,15 +390618,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -390369,15 +390641,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -390387,15 +390659,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -390404,15 +390676,15 @@ }, { "type": "ClassMethod", - "start": 73375, - "end": 74293, + "start": 75765, + "end": 76683, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 4 }, "end": { - "line": 1635, + "line": 1677, "column": 5 } }, @@ -390420,15 +390692,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 73375, - "end": 73390, + "start": 75765, + "end": 75780, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 4 }, "end": { - "line": 1616, + "line": 1658, "column": 19 }, "identifierName": "_getCoordinateX" @@ -390444,15 +390716,15 @@ "params": [ { "type": "Identifier", - "start": 73392, - "end": 73396, + "start": 75782, + "end": 75786, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 21 }, "end": { - "line": 1616, + "line": 1658, "column": 25 }, "identifierName": "date" @@ -390462,59 +390734,59 @@ ], "body": { "type": "BlockStatement", - "start": 73399, - "end": 74293, + "start": 75789, + "end": 76683, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 28 }, "end": { - "line": 1635, + "line": 1677, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 73446, - "end": 73590, + "start": 75836, + "end": 75980, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 8 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 73450, - "end": 73478, + "start": 75840, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 12 }, "end": { - "line": 1618, + "line": 1660, "column": 40 } }, "id": { "type": "Identifier", - "start": 73450, - "end": 73456, + "start": 75840, + "end": 75846, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 12 }, "end": { - "line": 1618, + "line": 1660, "column": 18 }, "identifierName": "_props" @@ -390524,44 +390796,44 @@ }, "init": { "type": "MemberExpression", - "start": 73459, - "end": 73478, + "start": 75849, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 21 }, "end": { - "line": 1618, + "line": 1660, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 73459, - "end": 73463, + "start": 75849, + "end": 75853, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 21 }, "end": { - "line": 1618, + "line": 1660, "column": 25 } } }, "property": { "type": "Identifier", - "start": 73464, - "end": 73478, + "start": 75854, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 26 }, "end": { - "line": 1618, + "line": 1660, "column": 40 }, "identifierName": "_instanceProps" @@ -390574,29 +390846,29 @@ }, { "type": "VariableDeclarator", - "start": 73492, - "end": 73560, + "start": 75882, + "end": 75950, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 12 }, "end": { - "line": 1619, + "line": 1661, "column": 80 } }, "id": { "type": "Identifier", - "start": 73492, - "end": 73497, + "start": 75882, + "end": 75887, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 12 }, "end": { - "line": 1619, + "line": 1661, "column": 17 }, "identifierName": "_date" @@ -390605,58 +390877,58 @@ }, "init": { "type": "CallExpression", - "start": 73501, - "end": 73560, + "start": 75891, + "end": 75950, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 73501, - "end": 73516, + "start": 75891, + "end": 75906, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 73501, - "end": 73505, + "start": 75891, + "end": 75895, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 25 } } }, "property": { "type": "Identifier", - "start": 73506, - "end": 73516, + "start": 75896, + "end": 75906, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 26 }, "end": { - "line": 1619, + "line": 1661, "column": 36 }, "identifierName": "supplement" @@ -390668,73 +390940,73 @@ "arguments": [ { "type": "NullLiteral", - "start": 73518, - "end": 73522, + "start": 75908, + "end": 75912, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 38 }, "end": { - "line": 1619, + "line": 1661, "column": 42 } } }, { "type": "CallExpression", - "start": 73524, - "end": 73558, + "start": 75914, + "end": 75948, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 73524, - "end": 73550, + "start": 75914, + "end": 75940, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 73524, - "end": 73528, + "start": 75914, + "end": 75918, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 48 } } }, "property": { "type": "Identifier", - "start": 73529, - "end": 73550, + "start": 75919, + "end": 75940, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 49 }, "end": { - "line": 1619, + "line": 1661, "column": 70 }, "identifierName": "_getPluggableDatetime" @@ -390746,15 +391018,15 @@ "arguments": [ { "type": "Identifier", - "start": 73552, - "end": 73556, + "start": 75942, + "end": 75946, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 72 }, "end": { - "line": 1619, + "line": 1661, "column": 76 }, "identifierName": "date" @@ -390768,29 +391040,29 @@ }, { "type": "VariableDeclarator", - "start": 73574, - "end": 73590, + "start": 75964, + "end": 75980, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 12 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, "id": { "type": "Identifier", - "start": 73574, - "end": 73586, + "start": 75964, + "end": 75976, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 12 }, "end": { - "line": 1620, + "line": 1662, "column": 24 }, "identifierName": "coordinate_x" @@ -390799,15 +391071,15 @@ }, "init": { "type": "NumericLiteral", - "start": 73589, - "end": 73590, + "start": 75979, + "end": 75980, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 27 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } }, @@ -390824,15 +391096,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 73409, - "end": 73437, + "start": 75799, + "end": 75827, "loc": { "start": { - "line": 1617, + "line": 1659, "column": 8 }, "end": { - "line": 1617, + "line": 1659, "column": 36 } } @@ -390841,29 +391113,29 @@ }, { "type": "IfStatement", - "start": 73608, - "end": 74250, + "start": 75998, + "end": 76640, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 8 }, "end": { - "line": 1632, + "line": 1674, "column": 9 } }, "test": { "type": "Identifier", - "start": 73613, - "end": 73618, + "start": 76003, + "end": 76008, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 13 }, "end": { - "line": 1622, + "line": 1664, "column": 18 }, "identifierName": "_date" @@ -390872,86 +391144,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 73621, - "end": 74148, + "start": 76011, + "end": 76538, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 21 }, "end": { - "line": 1630, + "line": 1672, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 73635, - "end": 74138, + "start": 76025, + "end": 76528, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 12 }, "end": { - "line": 1629, + "line": 1671, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 73640, - "end": 73692, + "start": 76030, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, "left": { "type": "BinaryExpression", - "start": 73640, - "end": 73665, + "start": 76030, + "end": 76055, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 73640, - "end": 73660, + "start": 76030, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 37 } }, "left": { "type": "Identifier", - "start": 73640, - "end": 73645, + "start": 76030, + "end": 76035, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 22 }, "identifierName": "_date" @@ -390961,29 +391233,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 73648, - "end": 73660, + "start": 76038, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 25 }, "end": { - "line": 1623, + "line": 1665, "column": 37 } }, "object": { "type": "Identifier", - "start": 73648, - "end": 73654, + "start": 76038, + "end": 76044, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 25 }, "end": { - "line": 1623, + "line": 1665, "column": 31 }, "identifierName": "_props" @@ -390992,15 +391264,15 @@ }, "property": { "type": "Identifier", - "start": 73655, - "end": 73660, + "start": 76045, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 32 }, "end": { - "line": 1623, + "line": 1665, "column": 37 }, "identifierName": "begin" @@ -391013,15 +391285,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 73664, - "end": 73665, + "start": 76054, + "end": 76055, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 41 }, "end": { - "line": 1623, + "line": 1665, "column": 42 } }, @@ -391035,57 +391307,57 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 73669, - "end": 73692, + "start": 76059, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, "left": { "type": "BinaryExpression", - "start": 73669, - "end": 73687, + "start": 76059, + "end": 76077, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 73669, - "end": 73679, + "start": 76059, + "end": 76069, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 56 } }, "object": { "type": "Identifier", - "start": 73669, - "end": 73675, + "start": 76059, + "end": 76065, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 52 }, "identifierName": "_props" @@ -391094,15 +391366,15 @@ }, "property": { "type": "Identifier", - "start": 73676, - "end": 73679, + "start": 76066, + "end": 76069, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 53 }, "end": { - "line": 1623, + "line": 1665, "column": 56 }, "identifierName": "end" @@ -391114,15 +391386,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 73682, - "end": 73687, + "start": 76072, + "end": 76077, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 59 }, "end": { - "line": 1623, + "line": 1665, "column": 64 }, "identifierName": "_date" @@ -391133,15 +391405,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 73691, - "end": 73692, + "start": 76081, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 68 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } }, @@ -391155,59 +391427,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 73695, - "end": 73931, + "start": 76085, + "end": 76321, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 72 }, "end": { - "line": 1626, + "line": 1668, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 73832, - "end": 73917, + "start": 76222, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "expression": { "type": "AssignmentExpression", - "start": 73832, - "end": 73917, + "start": 76222, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "operator": "=", "left": { "type": "Identifier", - "start": 73832, - "end": 73844, + "start": 76222, + "end": 76234, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 28 }, "identifierName": "coordinate_x" @@ -391217,71 +391489,71 @@ }, "right": { "type": "BinaryExpression", - "start": 73847, - "end": 73917, + "start": 76237, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 31 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 73849, - "end": 73896, + "start": 76239, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 80 } }, "left": { "type": "CallExpression", - "start": 73849, - "end": 73881, + "start": 76239, + "end": 76271, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 73849, - "end": 73857, + "start": 76239, + "end": 76247, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 41 } }, "object": { "type": "Identifier", - "start": 73849, - "end": 73853, + "start": 76239, + "end": 76243, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 37 }, "identifierName": "Math" @@ -391290,15 +391562,15 @@ }, "property": { "type": "Identifier", - "start": 73854, - "end": 73857, + "start": 76244, + "end": 76247, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 38 }, "end": { - "line": 1625, + "line": 1667, "column": 41 }, "identifierName": "abs" @@ -391310,29 +391582,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 73859, - "end": 73879, + "start": 76249, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 43 }, "end": { - "line": 1625, + "line": 1667, "column": 63 } }, "left": { "type": "Identifier", - "start": 73859, - "end": 73864, + "start": 76249, + "end": 76254, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 43 }, "end": { - "line": 1625, + "line": 1667, "column": 48 }, "identifierName": "_date" @@ -391342,29 +391614,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 73867, - "end": 73879, + "start": 76257, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 51 }, "end": { - "line": 1625, + "line": 1667, "column": 63 } }, "object": { "type": "Identifier", - "start": 73867, - "end": 73873, + "start": 76257, + "end": 76263, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 51 }, "end": { - "line": 1625, + "line": 1667, "column": 57 }, "identifierName": "_props" @@ -391373,15 +391645,15 @@ }, "property": { "type": "Identifier", - "start": 73874, - "end": 73879, + "start": 76264, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 58 }, "end": { - "line": 1625, + "line": 1667, "column": 63 }, "identifierName": "begin" @@ -391396,29 +391668,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 73884, - "end": 73896, + "start": 76274, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 68 }, "end": { - "line": 1625, + "line": 1667, "column": 80 } }, "object": { "type": "Identifier", - "start": 73884, - "end": 73890, + "start": 76274, + "end": 76280, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 68 }, "end": { - "line": 1625, + "line": 1667, "column": 74 }, "identifierName": "_props" @@ -391427,15 +391699,15 @@ }, "property": { "type": "Identifier", - "start": 73891, - "end": 73896, + "start": 76281, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 75 }, "end": { - "line": 1625, + "line": 1667, "column": 80 }, "identifierName": "scale" @@ -391446,35 +391718,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 73847 + "parenStart": 76237 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 73901, - "end": 73917, + "start": 76291, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 85 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } }, "object": { "type": "Identifier", - "start": 73901, - "end": 73907, + "start": 76291, + "end": 76297, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 85 }, "end": { - "line": 1625, + "line": 1667, "column": 91 }, "identifierName": "_props" @@ -391483,15 +391755,15 @@ }, "property": { "type": "Identifier", - "start": 73908, - "end": 73917, + "start": 76298, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 92 }, "end": { - "line": 1625, + "line": 1667, "column": 101 }, "identifierName": "scaleSize" @@ -391507,15 +391779,15 @@ { "type": "CommentLine", "value": " When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合", - "start": 73713, - "end": 73815, + "start": 76103, + "end": 76205, "loc": { "start": { - "line": 1624, + "line": 1666, "column": 16 }, "end": { - "line": 1624, + "line": 1666, "column": 118 } } @@ -391527,59 +391799,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 73937, - "end": 74138, + "start": 76327, + "end": 76528, "loc": { "start": { - "line": 1626, + "line": 1668, "column": 19 }, "end": { - "line": 1629, + "line": 1671, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74047, - "end": 74124, + "start": 76437, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 74047, - "end": 74124, + "start": 76437, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 74047, - "end": 74059, + "start": 76437, + "end": 76449, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 28 }, "identifierName": "coordinate_x" @@ -391589,57 +391861,57 @@ }, "right": { "type": "BinaryExpression", - "start": 74062, - "end": 74124, + "start": 76452, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 31 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "left": { "type": "BinaryExpression", - "start": 74064, - "end": 74103, + "start": 76454, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 33 }, "end": { - "line": 1628, + "line": 1670, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 74066, - "end": 74086, + "start": 76456, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 35 }, "end": { - "line": 1628, + "line": 1670, "column": 55 } }, "left": { "type": "Identifier", - "start": 74066, - "end": 74071, + "start": 76456, + "end": 76461, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 35 }, "end": { - "line": 1628, + "line": 1670, "column": 40 }, "identifierName": "_date" @@ -391649,29 +391921,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 74074, - "end": 74086, + "start": 76464, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 43 }, "end": { - "line": 1628, + "line": 1670, "column": 55 } }, "object": { "type": "Identifier", - "start": 74074, - "end": 74080, + "start": 76464, + "end": 76470, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 43 }, "end": { - "line": 1628, + "line": 1670, "column": 49 }, "identifierName": "_props" @@ -391680,15 +391952,15 @@ }, "property": { "type": "Identifier", - "start": 74081, - "end": 74086, + "start": 76471, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 50 }, "end": { - "line": 1628, + "line": 1670, "column": 55 }, "identifierName": "begin" @@ -391699,35 +391971,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 74064 + "parenStart": 76454 } }, "operator": "/", "right": { "type": "MemberExpression", - "start": 74091, - "end": 74103, + "start": 76481, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 60 }, "end": { - "line": 1628, + "line": 1670, "column": 72 } }, "object": { "type": "Identifier", - "start": 74091, - "end": 74097, + "start": 76481, + "end": 76487, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 60 }, "end": { - "line": 1628, + "line": 1670, "column": 66 }, "identifierName": "_props" @@ -391736,15 +392008,15 @@ }, "property": { "type": "Identifier", - "start": 74098, - "end": 74103, + "start": 76488, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 67 }, "end": { - "line": 1628, + "line": 1670, "column": 72 }, "identifierName": "scale" @@ -391755,35 +392027,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 74062 + "parenStart": 76452 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 74108, - "end": 74124, + "start": 76498, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 77 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } }, "object": { "type": "Identifier", - "start": 74108, - "end": 74114, + "start": 76498, + "end": 76504, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 77 }, "end": { - "line": 1628, + "line": 1670, "column": 83 }, "identifierName": "_props" @@ -391792,15 +392064,15 @@ }, "property": { "type": "Identifier", - "start": 74115, - "end": 74124, + "start": 76505, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 84 }, "end": { - "line": 1628, + "line": 1670, "column": 93 }, "identifierName": "scaleSize" @@ -391816,15 +392088,15 @@ { "type": "CommentLine", "value": " When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合", - "start": 73955, - "end": 74030, + "start": 76345, + "end": 76420, "loc": { "start": { - "line": 1627, + "line": 1669, "column": 16 }, "end": { - "line": 1627, + "line": 1669, "column": 91 } } @@ -391840,72 +392112,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 74154, - "end": 74250, + "start": 76544, + "end": 76640, "loc": { "start": { - "line": 1630, + "line": 1672, "column": 15 }, "end": { - "line": 1632, + "line": 1674, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 74168, - "end": 74240, + "start": 76558, + "end": 76630, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 74168, - "end": 74240, + "start": 76558, + "end": 76630, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 74168, - "end": 74180, + "start": 76558, + "end": 76570, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 24 } }, "object": { "type": "Identifier", - "start": 74168, - "end": 74175, + "start": 76558, + "end": 76565, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 19 }, "identifierName": "console" @@ -391914,15 +392186,15 @@ }, "property": { "type": "Identifier", - "start": 74176, - "end": 74180, + "start": 76566, + "end": 76570, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 20 }, "end": { - "line": 1631, + "line": 1673, "column": 24 }, "identifierName": "warn" @@ -391934,15 +392206,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 74182, - "end": 74238, + "start": 76572, + "end": 76628, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 26 }, "end": { - "line": 1631, + "line": 1673, "column": 82 } }, @@ -391961,29 +392233,29 @@ }, { "type": "ReturnStatement", - "start": 74268, - "end": 74287, + "start": 76658, + "end": 76677, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 8 }, "end": { - "line": 1634, + "line": 1676, "column": 27 } }, "argument": { "type": "Identifier", - "start": 74275, - "end": 74287, + "start": 76665, + "end": 76677, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 15 }, "end": { - "line": 1634, + "line": 1676, "column": 27 }, "identifierName": "coordinate_x" @@ -391999,15 +392271,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -392017,15 +392289,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -392034,15 +392306,15 @@ }, { "type": "ClassMethod", - "start": 74413, - "end": 75140, + "start": 76803, + "end": 77530, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 4 }, "end": { - "line": 1656, + "line": 1698, "column": 5 } }, @@ -392050,15 +392322,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 74413, - "end": 74425, + "start": 76803, + "end": 76815, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 4 }, "end": { - "line": 1642, + "line": 1684, "column": 16 }, "identifierName": "_saveToCache" @@ -392074,15 +392346,15 @@ "params": [ { "type": "Identifier", - "start": 74427, - "end": 74431, + "start": 76817, + "end": 76821, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 18 }, "end": { - "line": 1642, + "line": 1684, "column": 22 }, "identifierName": "data" @@ -392092,59 +392364,59 @@ ], "body": { "type": "BlockStatement", - "start": 74434, - "end": 75140, + "start": 76824, + "end": 77530, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 25 }, "end": { - "line": 1656, + "line": 1698, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 74444, - "end": 74701, + "start": 76834, + "end": 77091, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 8 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 74448, - "end": 74548, + "start": 76838, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 12 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, "id": { "type": "Identifier", - "start": 74448, - "end": 74460, + "start": 76838, + "end": 76850, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 12 }, "end": { - "line": 1643, + "line": 1685, "column": 24 }, "identifierName": "strageEngine" @@ -392153,57 +392425,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 74463, - "end": 74548, + "start": 76853, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, "test": { "type": "CallExpression", - "start": 74463, - "end": 74512, + "start": 76853, + "end": 76902, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 74463, - "end": 74488, + "start": 76853, + "end": 76878, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 74463, - "end": 74483, + "start": 76853, + "end": 76873, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 47 } }, @@ -392215,15 +392487,15 @@ }, "property": { "type": "Identifier", - "start": 74484, - "end": 74488, + "start": 76874, + "end": 76878, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 48 }, "end": { - "line": 1643, + "line": 1685, "column": 52 }, "identifierName": "test" @@ -392235,58 +392507,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 74490, - "end": 74510, + "start": 76880, + "end": 76900, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 74490, - "end": 74502, + "start": 76880, + "end": 76892, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 74490, - "end": 74494, + "start": 76880, + "end": 76884, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 58 } } }, "property": { "type": "Identifier", - "start": 74495, - "end": 74502, + "start": 76885, + "end": 76892, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 59 }, "end": { - "line": 1643, + "line": 1685, "column": 66 }, "identifierName": "_config" @@ -392297,15 +392569,15 @@ }, "property": { "type": "Identifier", - "start": 74503, - "end": 74510, + "start": 76893, + "end": 76900, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 67 }, "end": { - "line": 1643, + "line": 1685, "column": 74 }, "identifierName": "storage" @@ -392318,15 +392590,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 74515, - "end": 74529, + "start": 76905, + "end": 76919, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 79 }, "end": { - "line": 1643, + "line": 1685, "column": 93 } }, @@ -392338,15 +392610,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 74532, - "end": 74548, + "start": 76922, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 96 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } }, @@ -392360,29 +392632,29 @@ }, { "type": "VariableDeclarator", - "start": 74562, - "end": 74701, + "start": 76952, + "end": 77091, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 12 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "id": { "type": "Identifier", - "start": 74562, - "end": 74574, + "start": 76952, + "end": 76964, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 12 }, "end": { - "line": 1644, + "line": 1686, "column": 24 }, "identifierName": "is_available" @@ -392391,43 +392663,43 @@ }, "init": { "type": "LogicalExpression", - "start": 74577, - "end": 74701, + "start": 76967, + "end": 77091, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 27 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 74579, - "end": 74601, + "start": 76969, + "end": 76991, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 29 }, "end": { - "line": 1644, + "line": 1686, "column": 51 } }, "left": { "type": "Identifier", - "start": 74579, - "end": 74591, + "start": 76969, + "end": 76981, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 29 }, "end": { - "line": 1644, + "line": 1686, "column": 41 }, "identifierName": "strageEngine" @@ -392437,15 +392709,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 74595, - "end": 74601, + "start": 76985, + "end": 76991, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 45 }, "end": { - "line": 1644, + "line": 1686, "column": 51 }, "identifierName": "window" @@ -392454,63 +392726,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 74577 + "parenStart": 76967 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 74609, - "end": 74699, + "start": 76999, + "end": 77089, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 59 }, "end": { - "line": 1644, + "line": 1686, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 74611, - "end": 74688, + "start": 77001, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 74611, - "end": 74642, + "start": 77001, + "end": 77032, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 92 } }, "left": { "type": "Identifier", - "start": 74611, - "end": 74623, + "start": 77001, + "end": 77013, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 73 }, "identifierName": "strageEngine" @@ -392520,15 +392792,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 74628, - "end": 74642, + "start": 77018, + "end": 77032, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 78 }, "end": { - "line": 1644, + "line": 1686, "column": 92 } }, @@ -392541,29 +392813,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 74645, - "end": 74664, + "start": 77035, + "end": 77054, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 95 }, "end": { - "line": 1644, + "line": 1686, "column": 114 } }, "object": { "type": "Identifier", - "start": 74645, - "end": 74651, + "start": 77035, + "end": 77041, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 95 }, "end": { - "line": 1644, + "line": 1686, "column": 101 }, "identifierName": "window" @@ -392572,15 +392844,15 @@ }, "property": { "type": "Identifier", - "start": 74652, - "end": 74664, + "start": 77042, + "end": 77054, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 102 }, "end": { - "line": 1644, + "line": 1686, "column": 114 }, "identifierName": "localStorage" @@ -392591,29 +392863,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 74667, - "end": 74688, + "start": 77057, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 117 }, "end": { - "line": 1644, + "line": 1686, "column": 138 } }, "object": { "type": "Identifier", - "start": 74667, - "end": 74673, + "start": 77057, + "end": 77063, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 117 }, "end": { - "line": 1644, + "line": 1686, "column": 123 }, "identifierName": "window" @@ -392622,15 +392894,15 @@ }, "property": { "type": "Identifier", - "start": 74674, - "end": 74688, + "start": 77064, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 124 }, "end": { - "line": 1644, + "line": 1686, "column": 138 }, "identifierName": "sessionStorage" @@ -392641,28 +392913,28 @@ }, "extra": { "parenthesized": true, - "parenStart": 74609 + "parenStart": 76999 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 74695, - "end": 74699, + "start": 77085, + "end": 77089, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 145 }, "end": { - "line": 1644, + "line": 1686, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 74607 + "parenStart": 76997 } } } @@ -392672,29 +392944,29 @@ }, { "type": "IfStatement", - "start": 74719, - "end": 75134, + "start": 77109, + "end": 77524, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 8 }, "end": { - "line": 1655, + "line": 1697, "column": 9 } }, "test": { "type": "Identifier", - "start": 74724, - "end": 74736, + "start": 77114, + "end": 77126, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 13 }, "end": { - "line": 1646, + "line": 1688, "column": 25 }, "identifierName": "is_available" @@ -392703,58 +392975,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 74739, - "end": 75022, + "start": 77129, + "end": 77412, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 28 }, "end": { - "line": 1653, + "line": 1695, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 74753, - "end": 74988, + "start": 77143, + "end": 77378, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 12 }, "end": { - "line": 1651, + "line": 1693, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 74758, - "end": 74789, + "start": 77148, + "end": 77179, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 17 }, "end": { - "line": 1647, + "line": 1689, "column": 48 } }, "left": { "type": "Identifier", - "start": 74758, - "end": 74770, + "start": 77148, + "end": 77160, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 17 }, "end": { - "line": 1647, + "line": 1689, "column": 29 }, "identifierName": "strageEngine" @@ -392764,15 +393036,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 74775, - "end": 74789, + "start": 77165, + "end": 77179, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 34 }, "end": { - "line": 1647, + "line": 1689, "column": 48 } }, @@ -392785,72 +393057,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 74792, - "end": 74886, + "start": 77182, + "end": 77276, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 51 }, "end": { - "line": 1649, + "line": 1691, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74810, - "end": 74872, + "start": 77200, + "end": 77262, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 78 } }, "expression": { "type": "CallExpression", - "start": 74810, - "end": 74872, + "start": 77200, + "end": 77262, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 74810, - "end": 74830, + "start": 77200, + "end": 77220, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 36 } }, "object": { "type": "Identifier", - "start": 74810, - "end": 74822, + "start": 77200, + "end": 77212, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 28 }, "identifierName": "localStorage" @@ -392859,15 +393131,15 @@ }, "property": { "type": "Identifier", - "start": 74823, - "end": 74830, + "start": 77213, + "end": 77220, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 29 }, "end": { - "line": 1648, + "line": 1690, "column": 36 }, "identifierName": "setItem" @@ -392879,44 +393151,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 74832, - "end": 74846, + "start": 77222, + "end": 77236, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 38 }, "end": { - "line": 1648, + "line": 1690, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 74832, - "end": 74836, + "start": 77222, + "end": 77226, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 38 }, "end": { - "line": 1648, + "line": 1690, "column": 42 } } }, "property": { "type": "Identifier", - "start": 74837, - "end": 74846, + "start": 77227, + "end": 77236, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 43 }, "end": { - "line": 1648, + "line": 1690, "column": 52 }, "identifierName": "_selector" @@ -392927,43 +393199,43 @@ }, { "type": "CallExpression", - "start": 74848, - "end": 74870, + "start": 77238, + "end": 77260, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 74848, - "end": 74862, + "start": 77238, + "end": 77252, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 68 } }, "object": { "type": "Identifier", - "start": 74848, - "end": 74852, + "start": 77238, + "end": 77242, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 58 }, "identifierName": "JSON" @@ -392972,15 +393244,15 @@ }, "property": { "type": "Identifier", - "start": 74853, - "end": 74862, + "start": 77243, + "end": 77252, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 59 }, "end": { - "line": 1648, + "line": 1690, "column": 68 }, "identifierName": "stringify" @@ -392992,15 +393264,15 @@ "arguments": [ { "type": "Identifier", - "start": 74864, - "end": 74868, + "start": 77254, + "end": 77258, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 70 }, "end": { - "line": 1648, + "line": 1690, "column": 74 }, "identifierName": "data" @@ -393017,72 +393289,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 74892, - "end": 74988, + "start": 77282, + "end": 77378, "loc": { "start": { - "line": 1649, + "line": 1691, "column": 19 }, "end": { - "line": 1651, + "line": 1693, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 74910, - "end": 74974, + "start": 77300, + "end": 77364, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 74910, - "end": 74974, + "start": 77300, + "end": 77364, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 74910, - "end": 74932, + "start": 77300, + "end": 77322, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 38 } }, "object": { "type": "Identifier", - "start": 74910, - "end": 74924, + "start": 77300, + "end": 77314, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 30 }, "identifierName": "sessionStorage" @@ -393091,15 +393363,15 @@ }, "property": { "type": "Identifier", - "start": 74925, - "end": 74932, + "start": 77315, + "end": 77322, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 31 }, "end": { - "line": 1650, + "line": 1692, "column": 38 }, "identifierName": "setItem" @@ -393111,44 +393383,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 74934, - "end": 74948, + "start": 77324, + "end": 77338, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 40 }, "end": { - "line": 1650, + "line": 1692, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 74934, - "end": 74938, + "start": 77324, + "end": 77328, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 40 }, "end": { - "line": 1650, + "line": 1692, "column": 44 } } }, "property": { "type": "Identifier", - "start": 74939, - "end": 74948, + "start": 77329, + "end": 77338, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 45 }, "end": { - "line": 1650, + "line": 1692, "column": 54 }, "identifierName": "_selector" @@ -393159,43 +393431,43 @@ }, { "type": "CallExpression", - "start": 74950, - "end": 74972, + "start": 77340, + "end": 77362, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 74950, - "end": 74964, + "start": 77340, + "end": 77354, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 70 } }, "object": { "type": "Identifier", - "start": 74950, - "end": 74954, + "start": 77340, + "end": 77344, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 60 }, "identifierName": "JSON" @@ -393204,15 +393476,15 @@ }, "property": { "type": "Identifier", - "start": 74955, - "end": 74964, + "start": 77345, + "end": 77354, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 61 }, "end": { - "line": 1650, + "line": 1692, "column": 70 }, "identifierName": "stringify" @@ -393224,15 +393496,15 @@ "arguments": [ { "type": "Identifier", - "start": 74966, - "end": 74970, + "start": 77356, + "end": 77360, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 72 }, "end": { - "line": 1650, + "line": 1692, "column": 76 }, "identifierName": "data" @@ -393250,29 +393522,29 @@ }, { "type": "ReturnStatement", - "start": 75001, - "end": 75012, + "start": 77391, + "end": 77402, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 12 }, "end": { - "line": 1652, + "line": 1694, "column": 23 } }, "argument": { "type": "BooleanLiteral", - "start": 75008, - "end": 75012, + "start": 77398, + "end": 77402, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 19 }, "end": { - "line": 1652, + "line": 1694, "column": 23 } }, @@ -393284,58 +393556,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 75028, - "end": 75134, + "start": 77418, + "end": 77524, "loc": { "start": { - "line": 1653, + "line": 1695, "column": 15 }, "end": { - "line": 1655, + "line": 1697, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 75042, - "end": 75124, + "start": 77432, + "end": 77514, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 12 }, "end": { - "line": 1654, + "line": 1696, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 75048, - "end": 75124, + "start": 77438, + "end": 77514, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 18 }, "end": { - "line": 1654, + "line": 1696, "column": 94 } }, "callee": { "type": "Identifier", - "start": 75052, - "end": 75061, + "start": 77442, + "end": 77451, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 22 }, "end": { - "line": 1654, + "line": 1696, "column": 31 }, "identifierName": "TypeError" @@ -393345,30 +393617,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 75063, - "end": 75122, + "start": 77453, + "end": 77512, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 33 }, "end": { - "line": 1654, + "line": 1696, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 75085, - "end": 75097, + "start": 77475, + "end": 77487, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 55 }, "end": { - "line": 1654, + "line": 1696, "column": 67 }, "identifierName": "strageEngine" @@ -393379,15 +393651,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 75064, - "end": 75083, + "start": 77454, + "end": 77473, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 34 }, "end": { - "line": 1654, + "line": 1696, "column": 53 } }, @@ -393399,15 +393671,15 @@ }, { "type": "TemplateElement", - "start": 75098, - "end": 75121, + "start": 77488, + "end": 77511, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 68 }, "end": { - "line": 1654, + "line": 1696, "column": 91 } }, @@ -393434,15 +393706,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -393452,15 +393724,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -393469,15 +393741,15 @@ }, { "type": "ClassMethod", - "start": 75261, - "end": 76005, + "start": 77651, + "end": 78395, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 4 }, "end": { - "line": 1678, + "line": 1720, "column": 5 } }, @@ -393485,15 +393757,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 75261, - "end": 75273, + "start": 77651, + "end": 77663, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 4 }, "end": { - "line": 1663, + "line": 1705, "column": 16 }, "identifierName": "_loadToCache" @@ -393509,59 +393781,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 75276, - "end": 76005, + "start": 77666, + "end": 78395, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 19 }, "end": { - "line": 1678, + "line": 1720, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 75286, - "end": 75576, + "start": 77676, + "end": 77966, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 8 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 75290, - "end": 75390, + "start": 77680, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 12 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, "id": { "type": "Identifier", - "start": 75290, - "end": 75302, + "start": 77680, + "end": 77692, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 12 }, "end": { - "line": 1664, + "line": 1706, "column": 24 }, "identifierName": "strageEngine" @@ -393570,57 +393842,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 75305, - "end": 75390, + "start": 77695, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, "test": { "type": "CallExpression", - "start": 75305, - "end": 75354, + "start": 77695, + "end": 77744, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 75305, - "end": 75330, + "start": 77695, + "end": 77720, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 75305, - "end": 75325, + "start": 77695, + "end": 77715, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 47 } }, @@ -393632,15 +393904,15 @@ }, "property": { "type": "Identifier", - "start": 75326, - "end": 75330, + "start": 77716, + "end": 77720, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 48 }, "end": { - "line": 1664, + "line": 1706, "column": 52 }, "identifierName": "test" @@ -393652,58 +393924,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 75332, - "end": 75352, + "start": 77722, + "end": 77742, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 75332, - "end": 75344, + "start": 77722, + "end": 77734, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 75332, - "end": 75336, + "start": 77722, + "end": 77726, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 58 } } }, "property": { "type": "Identifier", - "start": 75337, - "end": 75344, + "start": 77727, + "end": 77734, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 59 }, "end": { - "line": 1664, + "line": 1706, "column": 66 }, "identifierName": "_config" @@ -393714,15 +393986,15 @@ }, "property": { "type": "Identifier", - "start": 75345, - "end": 75352, + "start": 77735, + "end": 77742, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 67 }, "end": { - "line": 1664, + "line": 1706, "column": 74 }, "identifierName": "storage" @@ -393735,15 +394007,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 75357, - "end": 75371, + "start": 77747, + "end": 77761, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 79 }, "end": { - "line": 1664, + "line": 1706, "column": 93 } }, @@ -393755,15 +394027,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 75374, - "end": 75390, + "start": 77764, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 96 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } }, @@ -393777,29 +394049,29 @@ }, { "type": "VariableDeclarator", - "start": 75404, - "end": 75543, + "start": 77794, + "end": 77933, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 12 }, "end": { - "line": 1665, + "line": 1707, "column": 151 } }, "id": { "type": "Identifier", - "start": 75404, - "end": 75416, + "start": 77794, + "end": 77806, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 12 }, "end": { - "line": 1665, + "line": 1707, "column": 24 }, "identifierName": "is_available" @@ -393808,43 +394080,43 @@ }, "init": { "type": "LogicalExpression", - "start": 75419, - "end": 75543, + "start": 77809, + "end": 77933, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 27 }, "end": { - "line": 1665, + "line": 1707, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 75421, - "end": 75443, + "start": 77811, + "end": 77833, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 29 }, "end": { - "line": 1665, + "line": 1707, "column": 51 } }, "left": { "type": "Identifier", - "start": 75421, - "end": 75433, + "start": 77811, + "end": 77823, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 29 }, "end": { - "line": 1665, + "line": 1707, "column": 41 }, "identifierName": "strageEngine" @@ -393854,15 +394126,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 75437, - "end": 75443, + "start": 77827, + "end": 77833, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 45 }, "end": { - "line": 1665, + "line": 1707, "column": 51 }, "identifierName": "window" @@ -393871,63 +394143,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 75419 + "parenStart": 77809 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 75451, - "end": 75541, + "start": 77841, + "end": 77931, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 59 }, "end": { - "line": 1665, + "line": 1707, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 75453, - "end": 75530, + "start": 77843, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 75453, - "end": 75484, + "start": 77843, + "end": 77874, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 92 } }, "left": { "type": "Identifier", - "start": 75453, - "end": 75465, + "start": 77843, + "end": 77855, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 73 }, "identifierName": "strageEngine" @@ -393937,15 +394209,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 75470, - "end": 75484, + "start": 77860, + "end": 77874, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 78 }, "end": { - "line": 1665, + "line": 1707, "column": 92 } }, @@ -393958,29 +394230,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 75487, - "end": 75506, + "start": 77877, + "end": 77896, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 95 }, "end": { - "line": 1665, + "line": 1707, "column": 114 } }, "object": { "type": "Identifier", - "start": 75487, - "end": 75493, + "start": 77877, + "end": 77883, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 95 }, "end": { - "line": 1665, + "line": 1707, "column": 101 }, "identifierName": "window" @@ -393989,15 +394261,15 @@ }, "property": { "type": "Identifier", - "start": 75494, - "end": 75506, + "start": 77884, + "end": 77896, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 102 }, "end": { - "line": 1665, + "line": 1707, "column": 114 }, "identifierName": "localStorage" @@ -394008,29 +394280,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 75509, - "end": 75530, + "start": 77899, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 117 }, "end": { - "line": 1665, + "line": 1707, "column": 138 } }, "object": { "type": "Identifier", - "start": 75509, - "end": 75515, + "start": 77899, + "end": 77905, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 117 }, "end": { - "line": 1665, + "line": 1707, "column": 123 }, "identifierName": "window" @@ -394039,15 +394311,15 @@ }, "property": { "type": "Identifier", - "start": 75516, - "end": 75530, + "start": 77906, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 124 }, "end": { - "line": 1665, + "line": 1707, "column": 138 }, "identifierName": "sessionStorage" @@ -394058,57 +394330,57 @@ }, "extra": { "parenthesized": true, - "parenStart": 75451 + "parenStart": 77841 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 75537, - "end": 75541, + "start": 77927, + "end": 77931, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 145 }, "end": { - "line": 1665, + "line": 1707, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 75449 + "parenStart": 77839 } } } }, { "type": "VariableDeclarator", - "start": 75557, - "end": 75576, + "start": 77947, + "end": 77966, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 12 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } }, "id": { "type": "Identifier", - "start": 75557, - "end": 75561, + "start": 77947, + "end": 77951, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 12 }, "end": { - "line": 1666, + "line": 1708, "column": 16 }, "identifierName": "data" @@ -394117,15 +394389,15 @@ }, "init": { "type": "NullLiteral", - "start": 75572, - "end": 75576, + "start": 77962, + "end": 77966, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 27 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } } @@ -394136,29 +394408,29 @@ }, { "type": "IfStatement", - "start": 75594, - "end": 75979, + "start": 77984, + "end": 78369, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 8 }, "end": { - "line": 1676, + "line": 1718, "column": 9 } }, "test": { "type": "Identifier", - "start": 75599, - "end": 75611, + "start": 77989, + "end": 78001, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 13 }, "end": { - "line": 1668, + "line": 1710, "column": 25 }, "identifierName": "is_available" @@ -394167,58 +394439,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 75614, - "end": 75867, + "start": 78004, + "end": 78257, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 28 }, "end": { - "line": 1674, + "line": 1716, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 75628, - "end": 75857, + "start": 78018, + "end": 78247, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 12 }, "end": { - "line": 1673, + "line": 1715, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 75633, - "end": 75664, + "start": 78023, + "end": 78054, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 17 }, "end": { - "line": 1669, + "line": 1711, "column": 48 } }, "left": { "type": "Identifier", - "start": 75633, - "end": 75645, + "start": 78023, + "end": 78035, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 17 }, "end": { - "line": 1669, + "line": 1711, "column": 29 }, "identifierName": "strageEngine" @@ -394228,15 +394500,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 75650, - "end": 75664, + "start": 78040, + "end": 78054, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 34 }, "end": { - "line": 1669, + "line": 1711, "column": 48 } }, @@ -394249,59 +394521,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 75667, - "end": 75758, + "start": 78057, + "end": 78148, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 51 }, "end": { - "line": 1671, + "line": 1713, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 75685, - "end": 75744, + "start": 78075, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 75685, - "end": 75744, + "start": 78075, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "operator": "=", "left": { "type": "Identifier", - "start": 75685, - "end": 75689, + "start": 78075, + "end": 78079, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 20 }, "identifierName": "data" @@ -394310,43 +394582,43 @@ }, "right": { "type": "CallExpression", - "start": 75692, - "end": 75744, + "start": 78082, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 75692, - "end": 75702, + "start": 78082, + "end": 78092, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 33 } }, "object": { "type": "Identifier", - "start": 75692, - "end": 75696, + "start": 78082, + "end": 78086, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 27 }, "identifierName": "JSON" @@ -394355,15 +394627,15 @@ }, "property": { "type": "Identifier", - "start": 75697, - "end": 75702, + "start": 78087, + "end": 78092, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 28 }, "end": { - "line": 1670, + "line": 1712, "column": 33 }, "identifierName": "parse" @@ -394375,43 +394647,43 @@ "arguments": [ { "type": "CallExpression", - "start": 75704, - "end": 75742, + "start": 78094, + "end": 78132, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 75704, - "end": 75724, + "start": 78094, + "end": 78114, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 55 } }, "object": { "type": "Identifier", - "start": 75704, - "end": 75716, + "start": 78094, + "end": 78106, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 47 }, "identifierName": "localStorage" @@ -394420,15 +394692,15 @@ }, "property": { "type": "Identifier", - "start": 75717, - "end": 75724, + "start": 78107, + "end": 78114, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 48 }, "end": { - "line": 1670, + "line": 1712, "column": 55 }, "identifierName": "getItem" @@ -394440,44 +394712,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 75726, - "end": 75740, + "start": 78116, + "end": 78130, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 57 }, "end": { - "line": 1670, + "line": 1712, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 75726, - "end": 75730, + "start": 78116, + "end": 78120, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 57 }, "end": { - "line": 1670, + "line": 1712, "column": 61 } } }, "property": { "type": "Identifier", - "start": 75731, - "end": 75740, + "start": 78121, + "end": 78130, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 62 }, "end": { - "line": 1670, + "line": 1712, "column": 71 }, "identifierName": "_selector" @@ -394497,59 +394769,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 75764, - "end": 75857, + "start": 78154, + "end": 78247, "loc": { "start": { - "line": 1671, + "line": 1713, "column": 19 }, "end": { - "line": 1673, + "line": 1715, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 75782, - "end": 75843, + "start": 78172, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 75782, - "end": 75843, + "start": 78172, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 75782, - "end": 75786, + "start": 78172, + "end": 78176, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 20 }, "identifierName": "data" @@ -394558,43 +394830,43 @@ }, "right": { "type": "CallExpression", - "start": 75789, - "end": 75843, + "start": 78179, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 75789, - "end": 75799, + "start": 78179, + "end": 78189, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 33 } }, "object": { "type": "Identifier", - "start": 75789, - "end": 75793, + "start": 78179, + "end": 78183, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 27 }, "identifierName": "JSON" @@ -394603,15 +394875,15 @@ }, "property": { "type": "Identifier", - "start": 75794, - "end": 75799, + "start": 78184, + "end": 78189, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 28 }, "end": { - "line": 1672, + "line": 1714, "column": 33 }, "identifierName": "parse" @@ -394623,43 +394895,43 @@ "arguments": [ { "type": "CallExpression", - "start": 75801, - "end": 75841, + "start": 78191, + "end": 78231, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 75801, - "end": 75823, + "start": 78191, + "end": 78213, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 57 } }, "object": { "type": "Identifier", - "start": 75801, - "end": 75815, + "start": 78191, + "end": 78205, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 49 }, "identifierName": "sessionStorage" @@ -394668,15 +394940,15 @@ }, "property": { "type": "Identifier", - "start": 75816, - "end": 75823, + "start": 78206, + "end": 78213, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 50 }, "end": { - "line": 1672, + "line": 1714, "column": 57 }, "identifierName": "getItem" @@ -394688,44 +394960,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 75825, - "end": 75839, + "start": 78215, + "end": 78229, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 59 }, "end": { - "line": 1672, + "line": 1714, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 75825, - "end": 75829, + "start": 78215, + "end": 78219, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 59 }, "end": { - "line": 1672, + "line": 1714, "column": 63 } } }, "property": { "type": "Identifier", - "start": 75830, - "end": 75839, + "start": 78220, + "end": 78229, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 64 }, "end": { - "line": 1672, + "line": 1714, "column": 73 }, "identifierName": "_selector" @@ -394749,58 +395021,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 75873, - "end": 75979, + "start": 78263, + "end": 78369, "loc": { "start": { - "line": 1674, + "line": 1716, "column": 15 }, "end": { - "line": 1676, + "line": 1718, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 75887, - "end": 75969, + "start": 78277, + "end": 78359, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 12 }, "end": { - "line": 1675, + "line": 1717, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 75893, - "end": 75969, + "start": 78283, + "end": 78359, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 18 }, "end": { - "line": 1675, + "line": 1717, "column": 94 } }, "callee": { "type": "Identifier", - "start": 75897, - "end": 75906, + "start": 78287, + "end": 78296, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 22 }, "end": { - "line": 1675, + "line": 1717, "column": 31 }, "identifierName": "TypeError" @@ -394810,30 +395082,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 75908, - "end": 75967, + "start": 78298, + "end": 78357, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 33 }, "end": { - "line": 1675, + "line": 1717, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 75930, - "end": 75942, + "start": 78320, + "end": 78332, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 55 }, "end": { - "line": 1675, + "line": 1717, "column": 67 }, "identifierName": "strageEngine" @@ -394844,15 +395116,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 75909, - "end": 75928, + "start": 78299, + "end": 78318, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 34 }, "end": { - "line": 1675, + "line": 1717, "column": 53 } }, @@ -394864,15 +395136,15 @@ }, { "type": "TemplateElement", - "start": 75943, - "end": 75966, + "start": 78333, + "end": 78356, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 68 }, "end": { - "line": 1675, + "line": 1717, "column": 91 } }, @@ -394893,29 +395165,29 @@ }, { "type": "ReturnStatement", - "start": 75988, - "end": 75999, + "start": 78378, + "end": 78389, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 8 }, "end": { - "line": 1677, + "line": 1719, "column": 19 } }, "argument": { "type": "Identifier", - "start": 75995, - "end": 75999, + "start": 78385, + "end": 78389, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 15 }, "end": { - "line": 1677, + "line": 1719, "column": 19 }, "identifierName": "data" @@ -394931,15 +395203,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -394949,15 +395221,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -394966,15 +395238,15 @@ }, { "type": "ClassMethod", - "start": 76095, - "end": 76750, + "start": 78485, + "end": 79140, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 4 }, "end": { - "line": 1697, + "line": 1739, "column": 5 } }, @@ -394982,15 +395254,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 76095, - "end": 76107, + "start": 78485, + "end": 78497, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 4 }, "end": { - "line": 1684, + "line": 1726, "column": 16 }, "identifierName": "_removeCache" @@ -395006,59 +395278,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 76110, - "end": 76750, + "start": 78500, + "end": 79140, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 19 }, "end": { - "line": 1697, + "line": 1739, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 76120, - "end": 76377, + "start": 78510, + "end": 78767, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 8 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 76124, - "end": 76224, + "start": 78514, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 12 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, "id": { "type": "Identifier", - "start": 76124, - "end": 76136, + "start": 78514, + "end": 78526, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 12 }, "end": { - "line": 1685, + "line": 1727, "column": 24 }, "identifierName": "strageEngine" @@ -395067,57 +395339,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 76139, - "end": 76224, + "start": 78529, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, "test": { "type": "CallExpression", - "start": 76139, - "end": 76188, + "start": 78529, + "end": 78578, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 76139, - "end": 76164, + "start": 78529, + "end": 78554, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 52 } }, "object": { "type": "RegExpLiteral", - "start": 76139, - "end": 76159, + "start": 78529, + "end": 78549, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 47 } }, @@ -395129,15 +395401,15 @@ }, "property": { "type": "Identifier", - "start": 76160, - "end": 76164, + "start": 78550, + "end": 78554, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 48 }, "end": { - "line": 1685, + "line": 1727, "column": 52 }, "identifierName": "test" @@ -395149,58 +395421,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 76166, - "end": 76186, + "start": 78556, + "end": 78576, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 76166, - "end": 76178, + "start": 78556, + "end": 78568, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 76166, - "end": 76170, + "start": 78556, + "end": 78560, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 58 } } }, "property": { "type": "Identifier", - "start": 76171, - "end": 76178, + "start": 78561, + "end": 78568, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 59 }, "end": { - "line": 1685, + "line": 1727, "column": 66 }, "identifierName": "_config" @@ -395211,15 +395483,15 @@ }, "property": { "type": "Identifier", - "start": 76179, - "end": 76186, + "start": 78569, + "end": 78576, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 67 }, "end": { - "line": 1685, + "line": 1727, "column": 74 }, "identifierName": "storage" @@ -395232,15 +395504,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 76191, - "end": 76205, + "start": 78581, + "end": 78595, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 79 }, "end": { - "line": 1685, + "line": 1727, "column": 93 } }, @@ -395252,15 +395524,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 76208, - "end": 76224, + "start": 78598, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 96 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } }, @@ -395274,29 +395546,29 @@ }, { "type": "VariableDeclarator", - "start": 76238, - "end": 76377, + "start": 78628, + "end": 78767, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 12 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "id": { "type": "Identifier", - "start": 76238, - "end": 76250, + "start": 78628, + "end": 78640, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 12 }, "end": { - "line": 1686, + "line": 1728, "column": 24 }, "identifierName": "is_available" @@ -395305,43 +395577,43 @@ }, "init": { "type": "LogicalExpression", - "start": 76253, - "end": 76377, + "start": 78643, + "end": 78767, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 27 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } }, "left": { "type": "BinaryExpression", - "start": 76255, - "end": 76277, + "start": 78645, + "end": 78667, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 29 }, "end": { - "line": 1686, + "line": 1728, "column": 51 } }, "left": { "type": "Identifier", - "start": 76255, - "end": 76267, + "start": 78645, + "end": 78657, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 29 }, "end": { - "line": 1686, + "line": 1728, "column": 41 }, "identifierName": "strageEngine" @@ -395351,15 +395623,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 76271, - "end": 76277, + "start": 78661, + "end": 78667, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 45 }, "end": { - "line": 1686, + "line": 1728, "column": 51 }, "identifierName": "window" @@ -395368,63 +395640,63 @@ }, "extra": { "parenthesized": true, - "parenStart": 76253 + "parenStart": 78643 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 76285, - "end": 76375, + "start": 78675, + "end": 78765, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 59 }, "end": { - "line": 1686, + "line": 1728, "column": 149 } }, "left": { "type": "ConditionalExpression", - "start": 76287, - "end": 76364, + "start": 78677, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 138 } }, "test": { "type": "BinaryExpression", - "start": 76287, - "end": 76318, + "start": 78677, + "end": 78708, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 92 } }, "left": { "type": "Identifier", - "start": 76287, - "end": 76299, + "start": 78677, + "end": 78689, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 73 }, "identifierName": "strageEngine" @@ -395434,15 +395706,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 76304, - "end": 76318, + "start": 78694, + "end": 78708, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 78 }, "end": { - "line": 1686, + "line": 1728, "column": 92 } }, @@ -395455,29 +395727,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 76321, - "end": 76340, + "start": 78711, + "end": 78730, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 95 }, "end": { - "line": 1686, + "line": 1728, "column": 114 } }, "object": { "type": "Identifier", - "start": 76321, - "end": 76327, + "start": 78711, + "end": 78717, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 95 }, "end": { - "line": 1686, + "line": 1728, "column": 101 }, "identifierName": "window" @@ -395486,15 +395758,15 @@ }, "property": { "type": "Identifier", - "start": 76328, - "end": 76340, + "start": 78718, + "end": 78730, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 102 }, "end": { - "line": 1686, + "line": 1728, "column": 114 }, "identifierName": "localStorage" @@ -395505,29 +395777,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 76343, - "end": 76364, + "start": 78733, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 117 }, "end": { - "line": 1686, + "line": 1728, "column": 138 } }, "object": { "type": "Identifier", - "start": 76343, - "end": 76349, + "start": 78733, + "end": 78739, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 117 }, "end": { - "line": 1686, + "line": 1728, "column": 123 }, "identifierName": "window" @@ -395536,15 +395808,15 @@ }, "property": { "type": "Identifier", - "start": 76350, - "end": 76364, + "start": 78740, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 124 }, "end": { - "line": 1686, + "line": 1728, "column": 138 }, "identifierName": "sessionStorage" @@ -395555,28 +395827,28 @@ }, "extra": { "parenthesized": true, - "parenStart": 76285 + "parenStart": 78675 } }, "operator": "!==", "right": { "type": "NullLiteral", - "start": 76371, - "end": 76375, + "start": 78761, + "end": 78765, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 145 }, "end": { - "line": 1686, + "line": 1728, "column": 149 } } }, "extra": { "parenthesized": true, - "parenStart": 76283 + "parenStart": 78673 } } } @@ -395586,29 +395858,29 @@ }, { "type": "IfStatement", - "start": 76395, - "end": 76744, + "start": 78785, + "end": 79134, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 8 }, "end": { - "line": 1696, + "line": 1738, "column": 9 } }, "test": { "type": "Identifier", - "start": 76400, - "end": 76412, + "start": 78790, + "end": 78802, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 13 }, "end": { - "line": 1688, + "line": 1730, "column": 25 }, "identifierName": "is_available" @@ -395617,58 +395889,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 76415, - "end": 76632, + "start": 78805, + "end": 79022, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 28 }, "end": { - "line": 1694, + "line": 1736, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 76429, - "end": 76622, + "start": 78819, + "end": 79012, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 12 }, "end": { - "line": 1693, + "line": 1735, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 76434, - "end": 76465, + "start": 78824, + "end": 78855, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 17 }, "end": { - "line": 1689, + "line": 1731, "column": 48 } }, "left": { "type": "Identifier", - "start": 76434, - "end": 76446, + "start": 78824, + "end": 78836, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 17 }, "end": { - "line": 1689, + "line": 1731, "column": 29 }, "identifierName": "strageEngine" @@ -395678,15 +395950,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 76451, - "end": 76465, + "start": 78841, + "end": 78855, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 34 }, "end": { - "line": 1689, + "line": 1731, "column": 48 } }, @@ -395699,72 +395971,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 76468, - "end": 76541, + "start": 78858, + "end": 78931, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 51 }, "end": { - "line": 1691, + "line": 1733, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 76486, - "end": 76527, + "start": 78876, + "end": 78917, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 76486, - "end": 76527, + "start": 78876, + "end": 78917, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 76486, - "end": 76509, + "start": 78876, + "end": 78899, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 39 } }, "object": { "type": "Identifier", - "start": 76486, - "end": 76498, + "start": 78876, + "end": 78888, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 28 }, "identifierName": "localStorage" @@ -395773,15 +396045,15 @@ }, "property": { "type": "Identifier", - "start": 76499, - "end": 76509, + "start": 78889, + "end": 78899, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 29 }, "end": { - "line": 1690, + "line": 1732, "column": 39 }, "identifierName": "removeItem" @@ -395793,44 +396065,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 76511, - "end": 76525, + "start": 78901, + "end": 78915, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 41 }, "end": { - "line": 1690, + "line": 1732, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 76511, - "end": 76515, + "start": 78901, + "end": 78905, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 41 }, "end": { - "line": 1690, + "line": 1732, "column": 45 } } }, "property": { "type": "Identifier", - "start": 76516, - "end": 76525, + "start": 78906, + "end": 78915, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 46 }, "end": { - "line": 1690, + "line": 1732, "column": 55 }, "identifierName": "_selector" @@ -395847,72 +396119,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 76547, - "end": 76622, + "start": 78937, + "end": 79012, "loc": { "start": { - "line": 1691, + "line": 1733, "column": 19 }, "end": { - "line": 1693, + "line": 1735, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 76565, - "end": 76608, + "start": 78955, + "end": 78998, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 76565, - "end": 76608, + "start": 78955, + "end": 78998, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 76565, - "end": 76590, + "start": 78955, + "end": 78980, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 41 } }, "object": { "type": "Identifier", - "start": 76565, - "end": 76579, + "start": 78955, + "end": 78969, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 30 }, "identifierName": "sessionStorage" @@ -395921,15 +396193,15 @@ }, "property": { "type": "Identifier", - "start": 76580, - "end": 76590, + "start": 78970, + "end": 78980, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 31 }, "end": { - "line": 1692, + "line": 1734, "column": 41 }, "identifierName": "removeItem" @@ -395941,44 +396213,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 76592, - "end": 76606, + "start": 78982, + "end": 78996, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 43 }, "end": { - "line": 1692, + "line": 1734, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 76592, - "end": 76596, + "start": 78982, + "end": 78986, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 43 }, "end": { - "line": 1692, + "line": 1734, "column": 47 } } }, "property": { "type": "Identifier", - "start": 76597, - "end": 76606, + "start": 78987, + "end": 78996, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 48 }, "end": { - "line": 1692, + "line": 1734, "column": 57 }, "identifierName": "_selector" @@ -395999,58 +396271,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 76638, - "end": 76744, + "start": 79028, + "end": 79134, "loc": { "start": { - "line": 1694, + "line": 1736, "column": 15 }, "end": { - "line": 1696, + "line": 1738, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 76652, - "end": 76734, + "start": 79042, + "end": 79124, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 12 }, "end": { - "line": 1695, + "line": 1737, "column": 94 } }, "argument": { "type": "NewExpression", - "start": 76658, - "end": 76734, + "start": 79048, + "end": 79124, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 18 }, "end": { - "line": 1695, + "line": 1737, "column": 94 } }, "callee": { "type": "Identifier", - "start": 76662, - "end": 76671, + "start": 79052, + "end": 79061, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 22 }, "end": { - "line": 1695, + "line": 1737, "column": 31 }, "identifierName": "TypeError" @@ -396060,30 +396332,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 76673, - "end": 76732, + "start": 79063, + "end": 79122, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 33 }, "end": { - "line": 1695, + "line": 1737, "column": 92 } }, "expressions": [ { "type": "Identifier", - "start": 76695, - "end": 76707, + "start": 79085, + "end": 79097, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 55 }, "end": { - "line": 1695, + "line": 1737, "column": 67 }, "identifierName": "strageEngine" @@ -396094,15 +396366,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 76674, - "end": 76693, + "start": 79064, + "end": 79083, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 34 }, "end": { - "line": 1695, + "line": 1737, "column": 53 } }, @@ -396114,15 +396386,15 @@ }, { "type": "TemplateElement", - "start": 76708, - "end": 76731, + "start": 79098, + "end": 79121, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 68 }, "end": { - "line": 1695, + "line": 1737, "column": 91 } }, @@ -396149,15 +396421,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -396167,15 +396439,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -396184,15 +396456,15 @@ }, { "type": "ClassMethod", - "start": 76851, - "end": 78050, + "start": 79241, + "end": 80440, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 4 }, "end": { - "line": 1740, + "line": 1782, "column": 5 } }, @@ -396200,15 +396472,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 76851, - "end": 76862, + "start": 79241, + "end": 79252, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 4 }, "end": { - "line": 1703, + "line": 1745, "column": 15 }, "identifierName": "_placeEvent" @@ -396224,87 +396496,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 76865, - "end": 78050, + "start": 79255, + "end": 80440, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 18 }, "end": { - "line": 1740, + "line": 1782, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 76875, - "end": 76903, + "start": 79265, + "end": 79293, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 76875, - "end": 76903, + "start": 79265, + "end": 79293, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 76875, - "end": 76886, + "start": 79265, + "end": 79276, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 76875, - "end": 76879, + "start": 79265, + "end": 79269, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 76880, - "end": 76886, + "start": 79270, + "end": 79276, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 13 }, "end": { - "line": 1704, + "line": 1746, "column": 19 }, "identifierName": "_debug" @@ -396316,15 +396588,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 76888, - "end": 76901, + "start": 79278, + "end": 79291, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 21 }, "end": { - "line": 1704, + "line": 1746, "column": 34 } }, @@ -396339,29 +396611,29 @@ }, { "type": "IfStatement", - "start": 76921, - "end": 76975, + "start": 79311, + "end": 79365, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 8 }, "end": { - "line": 1708, + "line": 1750, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 76926, - "end": 76942, + "start": 79316, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 13 }, "end": { - "line": 1706, + "line": 1748, "column": 29 } }, @@ -396369,44 +396641,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 76928, - "end": 76942, + "start": 79318, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 15 }, "end": { - "line": 1706, + "line": 1748, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 76928, - "end": 76932, + "start": 79318, + "end": 79322, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 15 }, "end": { - "line": 1706, + "line": 1748, "column": 19 } } }, "property": { "type": "Identifier", - "start": 76933, - "end": 76942, + "start": 79323, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 20 }, "end": { - "line": 1706, + "line": 1748, "column": 29 }, "identifierName": "_isCached" @@ -396421,30 +396693,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 76945, - "end": 76975, + "start": 79335, + "end": 79365, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 32 }, "end": { - "line": 1708, + "line": 1750, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 76959, - "end": 76965, + "start": 79349, + "end": 79355, "loc": { "start": { - "line": 1707, + "line": 1749, "column": 12 }, "end": { - "line": 1707, + "line": 1749, "column": 18 } }, @@ -396457,44 +396729,44 @@ }, { "type": "VariableDeclaration", - "start": 76993, - "end": 77338, + "start": 79383, + "end": 79728, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 8 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 76997, - "end": 77028, + "start": 79387, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 12 }, "end": { - "line": 1710, + "line": 1752, "column": 43 } }, "id": { "type": "Identifier", - "start": 76997, - "end": 77002, + "start": 79387, + "end": 79392, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 12 }, "end": { - "line": 1710, + "line": 1752, "column": 17 }, "identifierName": "_elem" @@ -396503,44 +396775,44 @@ }, "init": { "type": "MemberExpression", - "start": 77015, - "end": 77028, + "start": 79405, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 30 }, "end": { - "line": 1710, + "line": 1752, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 77015, - "end": 77019, + "start": 79405, + "end": 79409, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 30 }, "end": { - "line": 1710, + "line": 1752, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77020, - "end": 77028, + "start": 79410, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 35 }, "end": { - "line": 1710, + "line": 1752, "column": 43 }, "identifierName": "_element" @@ -396552,29 +396824,29 @@ }, { "type": "VariableDeclarator", - "start": 77042, - "end": 77072, + "start": 79432, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 12 }, "end": { - "line": 1711, + "line": 1753, "column": 42 } }, "id": { "type": "Identifier", - "start": 77042, - "end": 77047, + "start": 79432, + "end": 79437, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 12 }, "end": { - "line": 1711, + "line": 1753, "column": 17 }, "identifierName": "_opts" @@ -396583,44 +396855,44 @@ }, "init": { "type": "MemberExpression", - "start": 77060, - "end": 77072, + "start": 79450, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 30 }, "end": { - "line": 1711, + "line": 1753, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 77060, - "end": 77064, + "start": 79450, + "end": 79454, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 30 }, "end": { - "line": 1711, + "line": 1753, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77065, - "end": 77072, + "start": 79455, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 35 }, "end": { - "line": 1711, + "line": 1753, "column": 42 }, "identifierName": "_config" @@ -396632,29 +396904,29 @@ }, { "type": "VariableDeclarator", - "start": 77086, - "end": 77145, + "start": 79476, + "end": 79535, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 12 }, "end": { - "line": 1712, + "line": 1754, "column": 71 } }, "id": { "type": "Identifier", - "start": 77086, - "end": 77100, + "start": 79476, + "end": 79490, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 12 }, "end": { - "line": 1712, + "line": 1754, "column": 26 }, "identifierName": "_evt_container" @@ -396663,57 +396935,57 @@ }, "init": { "type": "CallExpression", - "start": 77104, - "end": 77145, + "start": 79494, + "end": 79535, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 77104, - "end": 77117, + "start": 79494, + "end": 79507, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 43 } }, "object": { "type": "CallExpression", - "start": 77104, - "end": 77112, + "start": 79494, + "end": 79502, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 38 } }, "callee": { "type": "Identifier", - "start": 77104, - "end": 77105, + "start": 79494, + "end": 79495, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 31 }, "identifierName": "$" @@ -396723,15 +396995,15 @@ "arguments": [ { "type": "Identifier", - "start": 77106, - "end": 77111, + "start": 79496, + "end": 79501, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 32 }, "end": { - "line": 1712, + "line": 1754, "column": 37 }, "identifierName": "_elem" @@ -396742,15 +397014,15 @@ }, "property": { "type": "Identifier", - "start": 77113, - "end": 77117, + "start": 79503, + "end": 79507, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 39 }, "end": { - "line": 1712, + "line": 1754, "column": 43 }, "identifierName": "find" @@ -396762,29 +397034,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77119, - "end": 77143, + "start": 79509, + "end": 79533, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 45 }, "end": { - "line": 1712, + "line": 1754, "column": 69 } }, "object": { "type": "Identifier", - "start": 77119, - "end": 77127, + "start": 79509, + "end": 79517, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 45 }, "end": { - "line": 1712, + "line": 1754, "column": 53 }, "identifierName": "Selector" @@ -396793,15 +397065,15 @@ }, "property": { "type": "Identifier", - "start": 77128, - "end": 77143, + "start": 79518, + "end": 79533, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 54 }, "end": { - "line": 1712, + "line": 1754, "column": 69 }, "identifierName": "TIMELINE_EVENTS" @@ -396815,29 +397087,29 @@ }, { "type": "VariableDeclarator", - "start": 77159, - "end": 77226, + "start": 79549, + "end": 79616, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 12 }, "end": { - "line": 1713, + "line": 1755, "column": 79 } }, "id": { "type": "Identifier", - "start": 77159, - "end": 77174, + "start": 79549, + "end": 79564, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 12 }, "end": { - "line": 1713, + "line": 1755, "column": 27 }, "identifierName": "_relation_lines" @@ -396846,57 +397118,57 @@ }, "init": { "type": "CallExpression", - "start": 77177, - "end": 77226, + "start": 79567, + "end": 79616, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 77177, - "end": 77190, + "start": 79567, + "end": 79580, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 43 } }, "object": { "type": "CallExpression", - "start": 77177, - "end": 77185, + "start": 79567, + "end": 79575, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 38 } }, "callee": { "type": "Identifier", - "start": 77177, - "end": 77178, + "start": 79567, + "end": 79568, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 31 }, "identifierName": "$" @@ -396906,15 +397178,15 @@ "arguments": [ { "type": "Identifier", - "start": 77179, - "end": 77184, + "start": 79569, + "end": 79574, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 32 }, "end": { - "line": 1713, + "line": 1755, "column": 37 }, "identifierName": "_elem" @@ -396925,15 +397197,15 @@ }, "property": { "type": "Identifier", - "start": 77186, - "end": 77190, + "start": 79576, + "end": 79580, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 39 }, "end": { - "line": 1713, + "line": 1755, "column": 43 }, "identifierName": "find" @@ -396945,29 +397217,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77192, - "end": 77224, + "start": 79582, + "end": 79614, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 45 }, "end": { - "line": 1713, + "line": 1755, "column": 77 } }, "object": { "type": "Identifier", - "start": 77192, - "end": 77200, + "start": 79582, + "end": 79590, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 45 }, "end": { - "line": 1713, + "line": 1755, "column": 53 }, "identifierName": "Selector" @@ -396976,15 +397248,15 @@ }, "property": { "type": "Identifier", - "start": 77201, - "end": 77224, + "start": 79591, + "end": 79614, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 54 }, "end": { - "line": 1713, + "line": 1755, "column": 77 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -396998,29 +397270,29 @@ }, { "type": "VariableDeclarator", - "start": 77240, - "end": 77277, + "start": 79630, + "end": 79667, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 12 }, "end": { - "line": 1714, + "line": 1756, "column": 49 } }, "id": { "type": "Identifier", - "start": 77240, - "end": 77246, + "start": 79630, + "end": 79636, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 12 }, "end": { - "line": 1714, + "line": 1756, "column": 18 }, "identifierName": "events" @@ -397029,58 +397301,58 @@ }, "init": { "type": "CallExpression", - "start": 77258, - "end": 77277, + "start": 79648, + "end": 79667, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 77258, - "end": 77275, + "start": 79648, + "end": 79665, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 77258, - "end": 77262, + "start": 79648, + "end": 79652, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 34 } } }, "property": { "type": "Identifier", - "start": 77263, - "end": 77275, + "start": 79653, + "end": 79665, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 35 }, "end": { - "line": 1714, + "line": 1756, "column": 47 }, "identifierName": "_loadToCache" @@ -397094,29 +397366,29 @@ }, { "type": "VariableDeclarator", - "start": 77291, - "end": 77338, + "start": 79681, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 12 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "id": { "type": "Identifier", - "start": 77291, - "end": 77297, + "start": 79681, + "end": 79687, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 12 }, "end": { - "line": 1715, + "line": 1757, "column": 18 }, "identifierName": "_sleep" @@ -397125,43 +397397,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 77309, - "end": 77338, + "start": 79699, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, "test": { "type": "MemberExpression", - "start": 77309, - "end": 77320, + "start": 79699, + "end": 79710, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 41 } }, "object": { "type": "Identifier", - "start": 77309, - "end": 77314, + "start": 79699, + "end": 79704, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 35 }, "identifierName": "_opts" @@ -397170,15 +397442,15 @@ }, "property": { "type": "Identifier", - "start": 77315, - "end": 77320, + "start": 79705, + "end": 79710, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 36 }, "end": { - "line": 1715, + "line": 1757, "column": 41 }, "identifierName": "debug" @@ -397189,15 +397461,15 @@ }, "consequent": { "type": "Identifier", - "start": 77323, - "end": 77334, + "start": 79713, + "end": 79724, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 44 }, "end": { - "line": 1715, + "line": 1757, "column": 55 }, "identifierName": "DEBUG_SLEEP" @@ -397206,15 +397478,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 77337, - "end": 77338, + "start": 79727, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 58 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } }, @@ -397231,57 +397503,57 @@ }, { "type": "IfStatement", - "start": 77356, - "end": 77671, + "start": 79746, + "end": 80061, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 8 }, "end": { - "line": 1726, + "line": 1768, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 77361, - "end": 77378, + "start": 79751, + "end": 79768, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 30 } }, "left": { "type": "MemberExpression", - "start": 77361, - "end": 77374, + "start": 79751, + "end": 79764, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 26 } }, "object": { "type": "Identifier", - "start": 77361, - "end": 77367, + "start": 79751, + "end": 79757, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 19 }, "identifierName": "events" @@ -397290,15 +397562,15 @@ }, "property": { "type": "Identifier", - "start": 77368, - "end": 77374, + "start": 79758, + "end": 79764, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 20 }, "end": { - "line": 1717, + "line": 1759, "column": 26 }, "identifierName": "length" @@ -397310,15 +397582,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 77377, - "end": 77378, + "start": 79767, + "end": 79768, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 29 }, "end": { - "line": 1717, + "line": 1759, "column": 30 } }, @@ -397331,72 +397603,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 77381, - "end": 77671, + "start": 79771, + "end": 80061, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 33 }, "end": { - "line": 1726, + "line": 1768, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77395, - "end": 77417, + "start": 79785, + "end": 79807, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 77395, - "end": 77417, + "start": 79785, + "end": 79807, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 77395, - "end": 77415, + "start": 79785, + "end": 79805, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 32 } }, "object": { "type": "Identifier", - "start": 77395, - "end": 77409, + "start": 79785, + "end": 79799, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 26 }, "identifierName": "_evt_container" @@ -397405,15 +397677,15 @@ }, "property": { "type": "Identifier", - "start": 77410, - "end": 77415, + "start": 79800, + "end": 79805, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 27 }, "end": { - "line": 1718, + "line": 1760, "column": 32 }, "identifierName": "empty" @@ -397427,57 +397699,57 @@ }, { "type": "ExpressionStatement", - "start": 77430, - "end": 77661, + "start": 79820, + "end": 80051, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1725, + "line": 1767, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 77430, - "end": 77661, + "start": 79820, + "end": 80051, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1725, + "line": 1767, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 77430, - "end": 77444, + "start": 79820, + "end": 79834, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1719, + "line": 1761, "column": 26 } }, "object": { "type": "Identifier", - "start": 77430, - "end": 77436, + "start": 79820, + "end": 79826, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1719, + "line": 1761, "column": 18 }, "identifierName": "events" @@ -397486,15 +397758,15 @@ }, "property": { "type": "Identifier", - "start": 77437, - "end": 77444, + "start": 79827, + "end": 79834, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 19 }, "end": { - "line": 1719, + "line": 1761, "column": 26 }, "identifierName": "forEach" @@ -397506,15 +397778,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 77446, - "end": 77660, + "start": 79836, + "end": 80050, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 28 }, "end": { - "line": 1725, + "line": 1767, "column": 13 } }, @@ -397525,15 +397797,15 @@ "params": [ { "type": "Identifier", - "start": 77448, - "end": 77452, + "start": 79838, + "end": 79842, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 30 }, "end": { - "line": 1719, + "line": 1761, "column": 34 }, "identifierName": "_evt" @@ -397543,59 +397815,59 @@ ], "body": { "type": "BlockStatement", - "start": 77458, - "end": 77660, + "start": 79848, + "end": 80050, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 40 }, "end": { - "line": 1725, + "line": 1767, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 77476, - "end": 77521, + "start": 79866, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 16 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 77480, - "end": 77521, + "start": 79870, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 20 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "id": { "type": "Identifier", - "start": 77480, - "end": 77489, + "start": 79870, + "end": 79879, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 20 }, "end": { - "line": 1720, + "line": 1762, "column": 29 }, "identifierName": "_evt_elem" @@ -397604,58 +397876,58 @@ }, "init": { "type": "CallExpression", - "start": 77492, - "end": 77521, + "start": 79882, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 77492, - "end": 77513, + "start": 79882, + "end": 79903, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 77492, - "end": 77496, + "start": 79882, + "end": 79886, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 36 } } }, "property": { "type": "Identifier", - "start": 77497, - "end": 77513, + "start": 79887, + "end": 79903, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 37 }, "end": { - "line": 1720, + "line": 1762, "column": 53 }, "identifierName": "_createEventNode" @@ -397667,15 +397939,15 @@ "arguments": [ { "type": "Identifier", - "start": 77515, - "end": 77519, + "start": 79905, + "end": 79909, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 55 }, "end": { - "line": 1720, + "line": 1762, "column": 59 }, "identifierName": "_evt" @@ -397690,29 +397962,29 @@ }, { "type": "IfStatement", - "start": 77555, - "end": 77646, + "start": 79945, + "end": 80036, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 16 }, "end": { - "line": 1724, + "line": 1766, "column": 17 } }, "test": { "type": "Identifier", - "start": 77560, - "end": 77569, + "start": 79950, + "end": 79959, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 21 }, "end": { - "line": 1722, + "line": 1764, "column": 30 }, "identifierName": "_evt_elem" @@ -397721,72 +397993,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 77572, - "end": 77646, + "start": 79962, + "end": 80036, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 33 }, "end": { - "line": 1724, + "line": 1766, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 77594, - "end": 77628, + "start": 79984, + "end": 80018, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 77594, - "end": 77628, + "start": 79984, + "end": 80018, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 77594, - "end": 77615, + "start": 79984, + "end": 80005, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 41 } }, "object": { "type": "Identifier", - "start": 77594, - "end": 77608, + "start": 79984, + "end": 79998, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 34 }, "identifierName": "_evt_container" @@ -397795,15 +398067,15 @@ }, "property": { "type": "Identifier", - "start": 77609, - "end": 77615, + "start": 79999, + "end": 80005, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 35 }, "end": { - "line": 1723, + "line": 1765, "column": 41 }, "identifierName": "append" @@ -397815,15 +398087,15 @@ "arguments": [ { "type": "Identifier", - "start": 77617, - "end": 77626, + "start": 80007, + "end": 80016, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 43 }, "end": { - "line": 1723, + "line": 1765, "column": 52 }, "identifierName": "_evt_elem" @@ -397852,57 +398124,57 @@ }, { "type": "IfStatement", - "start": 77689, - "end": 77787, + "start": 80079, + "end": 80177, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 8 }, "end": { - "line": 1730, + "line": 1772, "column": 9 } }, "test": { "type": "CallExpression", - "start": 77694, - "end": 77728, + "start": 80084, + "end": 80118, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 77694, - "end": 77714, + "start": 80084, + "end": 80104, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 77694, - "end": 77709, + "start": 80084, + "end": 80099, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 28 } }, @@ -397914,15 +398186,15 @@ }, "property": { "type": "Identifier", - "start": 77710, - "end": 77714, + "start": 80100, + "end": 80104, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 29 }, "end": { - "line": 1728, + "line": 1770, "column": 33 }, "identifierName": "test" @@ -397934,29 +398206,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 77716, - "end": 77726, + "start": 80106, + "end": 80116, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 35 }, "end": { - "line": 1728, + "line": 1770, "column": 45 } }, "object": { "type": "Identifier", - "start": 77716, - "end": 77721, + "start": 80106, + "end": 80111, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 35 }, "end": { - "line": 1728, + "line": 1770, "column": 40 }, "identifierName": "_opts" @@ -397965,15 +398237,15 @@ }, "property": { "type": "Identifier", - "start": 77722, - "end": 77726, + "start": 80112, + "end": 80116, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 41 }, "end": { - "line": 1728, + "line": 1770, "column": 45 }, "identifierName": "type" @@ -397986,87 +398258,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 77731, - "end": 77787, + "start": 80121, + "end": 80177, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 50 }, "end": { - "line": 1730, + "line": 1772, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77745, - "end": 77777, + "start": 80135, + "end": 80167, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 77745, - "end": 77777, + "start": 80135, + "end": 80167, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 77745, - "end": 77767, + "start": 80135, + "end": 80157, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 77745, - "end": 77749, + "start": 80135, + "end": 80139, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 16 } } }, "property": { "type": "Identifier", - "start": 77750, - "end": 77767, + "start": 80140, + "end": 80157, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 17 }, "end": { - "line": 1729, + "line": 1771, "column": 34 }, "identifierName": "_drawRelationLine" @@ -398078,15 +398350,15 @@ "arguments": [ { "type": "Identifier", - "start": 77769, - "end": 77775, + "start": 80159, + "end": 80165, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 36 }, "end": { - "line": 1729, + "line": 1771, "column": 42 }, "identifierName": "events" @@ -398105,15 +398377,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -398122,85 +398394,85 @@ }, { "type": "ExpressionStatement", - "start": 77846, - "end": 78035, + "start": 80236, + "end": 80425, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1738, + "line": 1780, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 77846, - "end": 78035, + "start": 80236, + "end": 80425, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1738, + "line": 1780, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 77846, - "end": 77871, + "start": 80236, + "end": 80261, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 33 } }, "object": { "type": "CallExpression", - "start": 77846, - "end": 77866, + "start": 80236, + "end": 80256, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 77846, - "end": 77856, + "start": 80236, + "end": 80246, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 18 } }, "object": { "type": "ThisExpression", - "start": 77846, - "end": 77850, + "start": 80236, + "end": 80240, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 12 } }, @@ -398208,15 +398480,15 @@ }, "property": { "type": "Identifier", - "start": 77851, - "end": 77856, + "start": 80241, + "end": 80246, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 13 }, "end": { - "line": 1733, + "line": 1775, "column": 18 }, "identifierName": "sleep" @@ -398229,15 +398501,15 @@ "arguments": [ { "type": "Identifier", - "start": 77858, - "end": 77864, + "start": 80248, + "end": 80254, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 20 }, "end": { - "line": 1733, + "line": 1775, "column": 26 }, "identifierName": "_sleep" @@ -398249,15 +398521,15 @@ }, "property": { "type": "Identifier", - "start": 77867, - "end": 77871, + "start": 80257, + "end": 80261, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 29 }, "end": { - "line": 1733, + "line": 1775, "column": 33 }, "identifierName": "then" @@ -398270,15 +398542,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 77872, - "end": 78034, + "start": 80262, + "end": 80424, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 34 }, "end": { - "line": 1738, + "line": 1780, "column": 9 } }, @@ -398289,87 +398561,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 77878, - "end": 78034, + "start": 80268, + "end": 80424, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 40 }, "end": { - "line": 1738, + "line": 1780, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 77892, - "end": 77909, + "start": 80282, + "end": 80299, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 77892, - "end": 77909, + "start": 80282, + "end": 80299, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 77892, - "end": 77907, + "start": 80282, + "end": 80297, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 77892, - "end": 77896, + "start": 80282, + "end": 80286, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 16 } } }, "property": { "type": "Identifier", - "start": 77897, - "end": 77907, + "start": 80287, + "end": 80297, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 17 }, "end": { - "line": 1734, + "line": 1776, "column": 27 }, "identifierName": "hideLoader" @@ -398383,57 +398655,57 @@ }, { "type": "ExpressionStatement", - "start": 77922, - "end": 78024, + "start": 80312, + "end": 80414, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1737, + "line": 1779, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 77922, - "end": 78024, + "start": 80312, + "end": 80414, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1737, + "line": 1779, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 77922, - "end": 77943, + "start": 80312, + "end": 80333, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1735, + "line": 1777, "column": 33 } }, "object": { "type": "Identifier", - "start": 77922, - "end": 77936, + "start": 80312, + "end": 80326, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1735, + "line": 1777, "column": 26 }, "identifierName": "_evt_container" @@ -398442,15 +398714,15 @@ }, "property": { "type": "Identifier", - "start": 77937, - "end": 77943, + "start": 80327, + "end": 80333, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 27 }, "end": { - "line": 1735, + "line": 1777, "column": 33 }, "identifierName": "fadeIn" @@ -398462,15 +398734,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 77945, - "end": 77951, + "start": 80335, + "end": 80341, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 35 }, "end": { - "line": 1735, + "line": 1777, "column": 41 } }, @@ -398482,15 +398754,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 77953, - "end": 78023, + "start": 80343, + "end": 80413, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 43 }, "end": { - "line": 1737, + "line": 1779, "column": 13 } }, @@ -398501,72 +398773,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 77959, - "end": 78023, + "start": 80349, + "end": 80413, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 49 }, "end": { - "line": 1737, + "line": 1779, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 77977, - "end": 78009, + "start": 80367, + "end": 80399, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 77977, - "end": 78009, + "start": 80367, + "end": 80399, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 77977, - "end": 77999, + "start": 80367, + "end": 80389, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 38 } }, "object": { "type": "Identifier", - "start": 77977, - "end": 77992, + "start": 80367, + "end": 80382, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 31 }, "identifierName": "_relation_lines" @@ -398575,15 +398847,15 @@ }, "property": { "type": "Identifier", - "start": 77993, - "end": 77999, + "start": 80383, + "end": 80389, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 32 }, "end": { - "line": 1736, + "line": 1778, "column": 38 }, "identifierName": "fadeIn" @@ -398595,15 +398867,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 78001, - "end": 78007, + "start": 80391, + "end": 80397, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 40 }, "end": { - "line": 1736, + "line": 1778, "column": 46 } }, @@ -398634,15 +398906,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -398657,15 +398929,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -398675,15 +398947,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -398692,15 +398964,15 @@ }, { "type": "ClassMethod", - "start": 78218, - "end": 84312, + "start": 80608, + "end": 86702, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 4 }, "end": { - "line": 1862, + "line": 1904, "column": 5 } }, @@ -398708,15 +398980,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78218, - "end": 78234, + "start": 80608, + "end": 80624, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 4 }, "end": { - "line": 1748, + "line": 1790, "column": 20 }, "identifierName": "_createEventNode" @@ -398732,15 +399004,15 @@ "params": [ { "type": "Identifier", - "start": 78236, - "end": 78242, + "start": 80626, + "end": 80632, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 22 }, "end": { - "line": 1748, + "line": 1790, "column": 28 }, "identifierName": "params" @@ -398750,59 +399022,59 @@ ], "body": { "type": "BlockStatement", - "start": 78245, - "end": 84312, + "start": 80635, + "end": 86702, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 31 }, "end": { - "line": 1862, + "line": 1904, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 78255, - "end": 78957, + "start": 80645, + "end": 81347, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 8 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 78259, - "end": 78283, + "start": 80649, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 12 }, "end": { - "line": 1749, + "line": 1791, "column": 36 } }, "id": { "type": "Identifier", - "start": 78259, - "end": 78264, + "start": 80649, + "end": 80654, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 12 }, "end": { - "line": 1749, + "line": 1791, "column": 17 }, "identifierName": "_opts" @@ -398811,44 +399083,44 @@ }, "init": { "type": "MemberExpression", - "start": 78271, - "end": 78283, + "start": 80661, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 24 }, "end": { - "line": 1749, + "line": 1791, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 78271, - "end": 78275, + "start": 80661, + "end": 80665, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 24 }, "end": { - "line": 1749, + "line": 1791, "column": 28 } } }, "property": { "type": "Identifier", - "start": 78276, - "end": 78283, + "start": 80666, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 29 }, "end": { - "line": 1749, + "line": 1791, "column": 36 }, "identifierName": "_config" @@ -398860,29 +399132,29 @@ }, { "type": "VariableDeclarator", - "start": 78297, - "end": 78328, + "start": 80687, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 12 }, "end": { - "line": 1750, + "line": 1792, "column": 43 } }, "id": { "type": "Identifier", - "start": 78297, - "end": 78303, + "start": 80687, + "end": 80693, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 12 }, "end": { - "line": 1750, + "line": 1792, "column": 18 }, "identifierName": "_props" @@ -398891,44 +399163,44 @@ }, "init": { "type": "MemberExpression", - "start": 78309, - "end": 78328, + "start": 80699, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 24 }, "end": { - "line": 1750, + "line": 1792, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 78309, - "end": 78313, + "start": 80699, + "end": 80703, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 24 }, "end": { - "line": 1750, + "line": 1792, "column": 28 } } }, "property": { "type": "Identifier", - "start": 78314, - "end": 78328, + "start": 80704, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 29 }, "end": { - "line": 1750, + "line": 1792, "column": 43 }, "identifierName": "_instanceProps" @@ -398940,29 +399212,29 @@ }, { "type": "VariableDeclarator", - "start": 78342, - "end": 78957, + "start": 80732, + "end": 81347, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 12 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "id": { "type": "Identifier", - "start": 78342, - "end": 78351, + "start": 80732, + "end": 80741, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 12 }, "end": { - "line": 1751, + "line": 1793, "column": 21 }, "identifierName": "_evt_elem" @@ -398971,29 +399243,29 @@ }, "init": { "type": "CallExpression", - "start": 78354, - "end": 78957, + "start": 80744, + "end": 81347, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 24 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } }, "callee": { "type": "Identifier", - "start": 78354, - "end": 78355, + "start": 80744, + "end": 80745, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 24 }, "end": { - "line": 1751, + "line": 1793, "column": 25 }, "identifierName": "$" @@ -399003,15 +399275,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 78356, - "end": 78369, + "start": 80746, + "end": 80759, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 26 }, "end": { - "line": 1751, + "line": 1793, "column": 39 } }, @@ -399023,30 +399295,30 @@ }, { "type": "ObjectExpression", - "start": 78371, - "end": 78956, + "start": 80761, + "end": 81346, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 41 }, "end": { - "line": 1763, + "line": 1805, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 78389, - "end": 78426, + "start": 80779, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 16 }, "end": { - "line": 1752, + "line": 1794, "column": 53 } }, @@ -399055,15 +399327,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78389, - "end": 78394, + "start": 80779, + "end": 80784, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 16 }, "end": { - "line": 1752, + "line": 1794, "column": 21 }, "identifierName": "class" @@ -399072,29 +399344,29 @@ }, "value": { "type": "MemberExpression", - "start": 78397, - "end": 78426, + "start": 80787, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 24 }, "end": { - "line": 1752, + "line": 1794, "column": 53 } }, "object": { "type": "Identifier", - "start": 78397, - "end": 78406, + "start": 80787, + "end": 80796, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 24 }, "end": { - "line": 1752, + "line": 1794, "column": 33 }, "identifierName": "ClassName" @@ -399103,15 +399375,15 @@ }, "property": { "type": "Identifier", - "start": 78407, - "end": 78426, + "start": 80797, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 34 }, "end": { - "line": 1752, + "line": 1794, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -399123,15 +399395,15 @@ }, { "type": "ObjectProperty", - "start": 78444, - "end": 78475, + "start": 80834, + "end": 80865, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 16 }, "end": { - "line": 1753, + "line": 1795, "column": 47 } }, @@ -399140,15 +399412,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78444, - "end": 78446, + "start": 80834, + "end": 80836, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 16 }, "end": { - "line": 1753, + "line": 1795, "column": 18 }, "identifierName": "id" @@ -399157,44 +399429,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78452, - "end": 78475, + "start": 80842, + "end": 80865, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 24 }, "end": { - "line": 1753, + "line": 1795, "column": 47 } }, "expressions": [ { "type": "MemberExpression", - "start": 78459, - "end": 78473, + "start": 80849, + "end": 80863, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 31 }, "end": { - "line": 1753, + "line": 1795, "column": 45 } }, "object": { "type": "Identifier", - "start": 78459, - "end": 78465, + "start": 80849, + "end": 80855, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 31 }, "end": { - "line": 1753, + "line": 1795, "column": 37 }, "identifierName": "params" @@ -399203,15 +399475,15 @@ }, "property": { "type": "Identifier", - "start": 78466, - "end": 78473, + "start": 80856, + "end": 80863, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 38 }, "end": { - "line": 1753, + "line": 1795, "column": 45 }, "identifierName": "eventId" @@ -399224,15 +399496,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78453, - "end": 78457, + "start": 80843, + "end": 80847, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 25 }, "end": { - "line": 1753, + "line": 1795, "column": 29 } }, @@ -399244,15 +399516,15 @@ }, { "type": "TemplateElement", - "start": 78474, - "end": 78474, + "start": 80864, + "end": 80864, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 46 }, "end": { - "line": 1753, + "line": 1795, "column": 46 } }, @@ -399267,15 +399539,15 @@ }, { "type": "ObjectProperty", - "start": 78493, - "end": 78846, + "start": 80883, + "end": 81236, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 16 }, "end": { - "line": 1761, + "line": 1803, "column": 17 } }, @@ -399284,15 +399556,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78493, - "end": 78496, + "start": 80883, + "end": 80886, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 16 }, "end": { - "line": 1754, + "line": 1796, "column": 19 }, "identifierName": "css" @@ -399301,30 +399573,30 @@ }, "value": { "type": "ObjectExpression", - "start": 78501, - "end": 78846, + "start": 80891, + "end": 81236, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 24 }, "end": { - "line": 1761, + "line": 1803, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 78523, - "end": 78547, + "start": 80913, + "end": 80937, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 20 }, "end": { - "line": 1755, + "line": 1797, "column": 44 } }, @@ -399333,15 +399605,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78523, - "end": 78527, + "start": 80913, + "end": 80917, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 20 }, "end": { - "line": 1755, + "line": 1797, "column": 24 }, "identifierName": "left" @@ -399350,44 +399622,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78532, - "end": 78547, + "start": 80922, + "end": 80937, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 29 }, "end": { - "line": 1755, + "line": 1797, "column": 44 } }, "expressions": [ { "type": "MemberExpression", - "start": 78535, - "end": 78543, + "start": 80925, + "end": 80933, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 32 }, "end": { - "line": 1755, + "line": 1797, "column": 40 } }, "object": { "type": "Identifier", - "start": 78535, - "end": 78541, + "start": 80925, + "end": 80931, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 32 }, "end": { - "line": 1755, + "line": 1797, "column": 38 }, "identifierName": "params" @@ -399396,15 +399668,15 @@ }, "property": { "type": "Identifier", - "start": 78542, - "end": 78543, + "start": 80932, + "end": 80933, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 39 }, "end": { - "line": 1755, + "line": 1797, "column": 40 }, "identifierName": "x" @@ -399417,15 +399689,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78533, - "end": 78533, + "start": 80923, + "end": 80923, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 30 }, "end": { - "line": 1755, + "line": 1797, "column": 30 } }, @@ -399437,15 +399709,15 @@ }, { "type": "TemplateElement", - "start": 78544, - "end": 78546, + "start": 80934, + "end": 80936, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 41 }, "end": { - "line": 1755, + "line": 1797, "column": 43 } }, @@ -399460,15 +399732,15 @@ }, { "type": "ObjectProperty", - "start": 78569, - "end": 78593, + "start": 80959, + "end": 80983, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 20 }, "end": { - "line": 1756, + "line": 1798, "column": 44 } }, @@ -399477,15 +399749,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78569, - "end": 78572, + "start": 80959, + "end": 80962, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 20 }, "end": { - "line": 1756, + "line": 1798, "column": 23 }, "identifierName": "top" @@ -399494,44 +399766,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78578, - "end": 78593, + "start": 80968, + "end": 80983, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 29 }, "end": { - "line": 1756, + "line": 1798, "column": 44 } }, "expressions": [ { "type": "MemberExpression", - "start": 78581, - "end": 78589, + "start": 80971, + "end": 80979, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 32 }, "end": { - "line": 1756, + "line": 1798, "column": 40 } }, "object": { "type": "Identifier", - "start": 78581, - "end": 78587, + "start": 80971, + "end": 80977, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 32 }, "end": { - "line": 1756, + "line": 1798, "column": 38 }, "identifierName": "params" @@ -399540,15 +399812,15 @@ }, "property": { "type": "Identifier", - "start": 78588, - "end": 78589, + "start": 80978, + "end": 80979, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 39 }, "end": { - "line": 1756, + "line": 1798, "column": 40 }, "identifierName": "y" @@ -399561,15 +399833,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78579, - "end": 78579, + "start": 80969, + "end": 80969, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 30 }, "end": { - "line": 1756, + "line": 1798, "column": 30 } }, @@ -399581,15 +399853,15 @@ }, { "type": "TemplateElement", - "start": 78590, - "end": 78592, + "start": 80980, + "end": 80982, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 41 }, "end": { - "line": 1756, + "line": 1798, "column": 43 } }, @@ -399604,15 +399876,15 @@ }, { "type": "ObjectProperty", - "start": 78615, - "end": 78643, + "start": 81005, + "end": 81033, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 20 }, "end": { - "line": 1757, + "line": 1799, "column": 48 } }, @@ -399621,15 +399893,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78615, - "end": 78620, + "start": 81005, + "end": 81010, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 20 }, "end": { - "line": 1757, + "line": 1799, "column": 25 }, "identifierName": "width" @@ -399638,44 +399910,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78624, - "end": 78643, + "start": 81014, + "end": 81033, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 29 }, "end": { - "line": 1757, + "line": 1799, "column": 48 } }, "expressions": [ { "type": "MemberExpression", - "start": 78627, - "end": 78639, + "start": 81017, + "end": 81029, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 32 }, "end": { - "line": 1757, + "line": 1799, "column": 44 } }, "object": { "type": "Identifier", - "start": 78627, - "end": 78633, + "start": 81017, + "end": 81023, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 32 }, "end": { - "line": 1757, + "line": 1799, "column": 38 }, "identifierName": "params" @@ -399684,15 +399956,15 @@ }, "property": { "type": "Identifier", - "start": 78634, - "end": 78639, + "start": 81024, + "end": 81029, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 39 }, "end": { - "line": 1757, + "line": 1799, "column": 44 }, "identifierName": "width" @@ -399705,15 +399977,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78625, - "end": 78625, + "start": 81015, + "end": 81015, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 30 }, "end": { - "line": 1757, + "line": 1799, "column": 30 } }, @@ -399725,15 +399997,15 @@ }, { "type": "TemplateElement", - "start": 78640, - "end": 78642, + "start": 81030, + "end": 81032, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 45 }, "end": { - "line": 1757, + "line": 1799, "column": 47 } }, @@ -399748,15 +400020,15 @@ }, { "type": "ObjectProperty", - "start": 78665, - "end": 78694, + "start": 81055, + "end": 81084, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 20 }, "end": { - "line": 1758, + "line": 1800, "column": 49 } }, @@ -399765,15 +400037,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78665, - "end": 78671, + "start": 81055, + "end": 81061, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 20 }, "end": { - "line": 1758, + "line": 1800, "column": 26 }, "identifierName": "height" @@ -399782,44 +400054,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78674, - "end": 78694, + "start": 81064, + "end": 81084, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 29 }, "end": { - "line": 1758, + "line": 1800, "column": 49 } }, "expressions": [ { "type": "MemberExpression", - "start": 78677, - "end": 78690, + "start": 81067, + "end": 81080, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 32 }, "end": { - "line": 1758, + "line": 1800, "column": 45 } }, "object": { "type": "Identifier", - "start": 78677, - "end": 78683, + "start": 81067, + "end": 81073, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 32 }, "end": { - "line": 1758, + "line": 1800, "column": 38 }, "identifierName": "params" @@ -399828,15 +400100,15 @@ }, "property": { "type": "Identifier", - "start": 78684, - "end": 78690, + "start": 81074, + "end": 81080, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 39 }, "end": { - "line": 1758, + "line": 1800, "column": 45 }, "identifierName": "height" @@ -399849,15 +400121,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78675, - "end": 78675, + "start": 81065, + "end": 81065, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 30 }, "end": { - "line": 1758, + "line": 1800, "column": 30 } }, @@ -399869,15 +400141,15 @@ }, { "type": "TemplateElement", - "start": 78691, - "end": 78693, + "start": 81081, + "end": 81083, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 46 }, "end": { - "line": 1758, + "line": 1800, "column": 48 } }, @@ -399892,15 +400164,15 @@ }, { "type": "ObjectProperty", - "start": 78716, - "end": 78755, + "start": 81106, + "end": 81145, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 20 }, "end": { - "line": 1759, + "line": 1801, "column": 59 } }, @@ -399909,15 +400181,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78716, - "end": 78721, + "start": 81106, + "end": 81111, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 20 }, "end": { - "line": 1759, + "line": 1801, "column": 25 }, "identifierName": "color" @@ -399926,58 +400198,58 @@ }, "value": { "type": "CallExpression", - "start": 78725, - "end": 78755, + "start": 81115, + "end": 81145, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 78725, - "end": 78739, + "start": 81115, + "end": 81129, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 78725, - "end": 78729, + "start": 81115, + "end": 81119, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 33 } } }, "property": { "type": "Identifier", - "start": 78730, - "end": 78739, + "start": 81120, + "end": 81129, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 34 }, "end": { - "line": 1759, + "line": 1801, "column": 43 }, "identifierName": "hexToRgbA" @@ -399989,29 +400261,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 78741, - "end": 78753, + "start": 81131, + "end": 81143, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 45 }, "end": { - "line": 1759, + "line": 1801, "column": 57 } }, "object": { "type": "Identifier", - "start": 78741, - "end": 78747, + "start": 81131, + "end": 81137, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 45 }, "end": { - "line": 1759, + "line": 1801, "column": 51 }, "identifierName": "params" @@ -400020,15 +400292,15 @@ }, "property": { "type": "Identifier", - "start": 78748, - "end": 78753, + "start": 81138, + "end": 81143, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 52 }, "end": { - "line": 1759, + "line": 1801, "column": 57 }, "identifierName": "color" @@ -400042,15 +400314,15 @@ }, { "type": "ObjectProperty", - "start": 78777, - "end": 78827, + "start": 81167, + "end": 81217, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 20 }, "end": { - "line": 1760, + "line": 1802, "column": 70 } }, @@ -400059,15 +400331,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78777, - "end": 78792, + "start": 81167, + "end": 81182, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 20 }, "end": { - "line": 1760, + "line": 1802, "column": 35 }, "identifierName": "backgroundColor" @@ -400076,58 +400348,58 @@ }, "value": { "type": "CallExpression", - "start": 78795, - "end": 78827, + "start": 81185, + "end": 81217, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 78795, - "end": 78809, + "start": 81185, + "end": 81199, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 78795, - "end": 78799, + "start": 81185, + "end": 81189, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 42 } } }, "property": { "type": "Identifier", - "start": 78800, - "end": 78809, + "start": 81190, + "end": 81199, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 43 }, "end": { - "line": 1760, + "line": 1802, "column": 52 }, "identifierName": "hexToRgbA" @@ -400139,29 +400411,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 78811, - "end": 78825, + "start": 81201, + "end": 81215, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 54 }, "end": { - "line": 1760, + "line": 1802, "column": 68 } }, "object": { "type": "Identifier", - "start": 78811, - "end": 78817, + "start": 81201, + "end": 81207, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 54 }, "end": { - "line": 1760, + "line": 1802, "column": 60 }, "identifierName": "params" @@ -400170,15 +400442,15 @@ }, "property": { "type": "Identifier", - "start": 78818, - "end": 78825, + "start": 81208, + "end": 81215, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 61 }, "end": { - "line": 1760, + "line": 1802, "column": 68 }, "identifierName": "bgColor" @@ -400195,15 +400467,15 @@ }, { "type": "ObjectProperty", - "start": 78864, - "end": 78942, + "start": 81254, + "end": 81332, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 16 }, "end": { - "line": 1762, + "line": 1804, "column": 94 } }, @@ -400212,15 +400484,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 78864, - "end": 78868, + "start": 81254, + "end": 81258, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 16 }, "end": { - "line": 1762, + "line": 1804, "column": 20 }, "identifierName": "html" @@ -400229,44 +400501,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 78872, - "end": 78942, + "start": 81262, + "end": 81332, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 24 }, "end": { - "line": 1762, + "line": 1804, "column": 94 } }, "expressions": [ { "type": "MemberExpression", - "start": 78887, - "end": 78917, + "start": 81277, + "end": 81307, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 39 }, "end": { - "line": 1762, + "line": 1804, "column": 69 } }, "object": { "type": "Identifier", - "start": 78887, - "end": 78896, + "start": 81277, + "end": 81286, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 39 }, "end": { - "line": 1762, + "line": 1804, "column": 48 }, "identifierName": "ClassName" @@ -400275,15 +400547,15 @@ }, "property": { "type": "Identifier", - "start": 78897, - "end": 78917, + "start": 81287, + "end": 81307, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 49 }, "end": { - "line": 1762, + "line": 1804, "column": 69 }, "identifierName": "TIMELINE_EVENT_LABEL" @@ -400294,29 +400566,29 @@ }, { "type": "MemberExpression", - "start": 78922, - "end": 78934, + "start": 81312, + "end": 81324, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 74 }, "end": { - "line": 1762, + "line": 1804, "column": 86 } }, "object": { "type": "Identifier", - "start": 78922, - "end": 78928, + "start": 81312, + "end": 81318, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 74 }, "end": { - "line": 1762, + "line": 1804, "column": 80 }, "identifierName": "params" @@ -400325,15 +400597,15 @@ }, "property": { "type": "Identifier", - "start": 78929, - "end": 78934, + "start": 81319, + "end": 81324, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 81 }, "end": { - "line": 1762, + "line": 1804, "column": 86 }, "identifierName": "label" @@ -400346,15 +400618,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 78873, - "end": 78885, + "start": 81263, + "end": 81275, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 25 }, "end": { - "line": 1762, + "line": 1804, "column": 37 } }, @@ -400366,15 +400638,15 @@ }, { "type": "TemplateElement", - "start": 78918, - "end": 78920, + "start": 81308, + "end": 81310, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 70 }, "end": { - "line": 1762, + "line": 1804, "column": 72 } }, @@ -400386,15 +400658,15 @@ }, { "type": "TemplateElement", - "start": 78935, - "end": 78941, + "start": 81325, + "end": 81331, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 87 }, "end": { - "line": 1762, + "line": 1804, "column": 93 } }, @@ -400420,15 +400692,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -400436,15 +400708,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -400452,15 +400724,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -400469,57 +400741,57 @@ }, { "type": "IfStatement", - "start": 79195, - "end": 81609, + "start": 81585, + "end": 83999, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 8 }, "end": { - "line": 1806, + "line": 1848, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 79200, - "end": 79213, + "start": 81590, + "end": 81603, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 26 } }, "left": { "type": "MemberExpression", - "start": 79200, - "end": 79208, + "start": 81590, + "end": 81598, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 21 } }, "object": { "type": "Identifier", - "start": 79200, - "end": 79206, + "start": 81590, + "end": 81596, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 19 }, "identifierName": "params" @@ -400529,15 +400801,15 @@ }, "property": { "type": "Identifier", - "start": 79207, - "end": 79208, + "start": 81597, + "end": 81598, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 20 }, "end": { - "line": 1768, + "line": 1810, "column": 21 }, "identifierName": "x" @@ -400550,15 +400822,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 79212, - "end": 79213, + "start": 81602, + "end": 81603, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 25 }, "end": { - "line": 1768, + "line": 1810, "column": 26 } }, @@ -400572,72 +400844,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 79216, - "end": 80183, + "start": 81606, + "end": 82573, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 29 }, "end": { - "line": 1783, + "line": 1825, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 79336, - "end": 80173, + "start": 81726, + "end": 82563, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 12 }, "end": { - "line": 1782, + "line": 1824, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 79341, - "end": 79369, + "start": 81731, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 79341, - "end": 79349, + "start": 81731, + "end": 81739, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 25 } }, "object": { "type": "Identifier", - "start": 79341, - "end": 79347, + "start": 81731, + "end": 81737, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 23 }, "identifierName": "params" @@ -400647,15 +400919,15 @@ }, "property": { "type": "Identifier", - "start": 79348, - "end": 79349, + "start": 81738, + "end": 81739, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 24 }, "end": { - "line": 1770, + "line": 1812, "column": 25 }, "identifierName": "x" @@ -400668,29 +400940,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 79353, - "end": 79369, + "start": 81743, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 29 }, "end": { - "line": 1770, + "line": 1812, "column": 45 } }, "object": { "type": "Identifier", - "start": 79353, - "end": 79359, + "start": 81743, + "end": 81749, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 29 }, "end": { - "line": 1770, + "line": 1812, "column": 35 }, "identifierName": "_props" @@ -400699,15 +400971,15 @@ }, "property": { "type": "Identifier", - "start": 79360, - "end": 79369, + "start": 81750, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 36 }, "end": { - "line": 1770, + "line": 1812, "column": 45 }, "identifierName": "fullwidth" @@ -400720,86 +400992,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 79372, - "end": 79991, + "start": 81762, + "end": 82381, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 48 }, "end": { - "line": 1779, + "line": 1821, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 79509, - "end": 79977, + "start": 81899, + "end": 82367, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 16 }, "end": { - "line": 1778, + "line": 1820, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 79514, - "end": 79557, + "start": 81904, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 64 } }, "left": { "type": "BinaryExpression", - "start": 79514, - "end": 79537, + "start": 81904, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 79514, - "end": 79522, + "start": 81904, + "end": 81912, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 29 } }, "object": { "type": "Identifier", - "start": 79514, - "end": 79520, + "start": 81904, + "end": 81910, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 27 }, "identifierName": "params" @@ -400809,15 +401081,15 @@ }, "property": { "type": "Identifier", - "start": 79521, - "end": 79522, + "start": 81911, + "end": 81912, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 28 }, "end": { - "line": 1772, + "line": 1814, "column": 29 }, "identifierName": "x" @@ -400830,29 +401102,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 79525, - "end": 79537, + "start": 81915, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 32 }, "end": { - "line": 1772, + "line": 1814, "column": 44 } }, "object": { "type": "Identifier", - "start": 79525, - "end": 79531, + "start": 81915, + "end": 81921, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 32 }, "end": { - "line": 1772, + "line": 1814, "column": 38 }, "identifierName": "params" @@ -400861,15 +401133,15 @@ }, "property": { "type": "Identifier", - "start": 79532, - "end": 79537, + "start": 81922, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 39 }, "end": { - "line": 1772, + "line": 1814, "column": 44 }, "identifierName": "width" @@ -400883,29 +401155,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 79541, - "end": 79557, + "start": 81931, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 48 }, "end": { - "line": 1772, + "line": 1814, "column": 64 } }, "object": { "type": "Identifier", - "start": 79541, - "end": 79547, + "start": 81931, + "end": 81937, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 48 }, "end": { - "line": 1772, + "line": 1814, "column": 54 }, "identifierName": "_props" @@ -400914,15 +401186,15 @@ }, "property": { "type": "Identifier", - "start": 79548, - "end": 79557, + "start": 81938, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 55 }, "end": { - "line": 1772, + "line": 1814, "column": 64 }, "identifierName": "fullwidth" @@ -400935,15 +401207,15 @@ }, "consequent": { "type": "BlockStatement", - "start": 79560, - "end": 79744, + "start": 81950, + "end": 82134, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 67 }, "end": { - "line": 1775, + "line": 1817, "column": 17 } }, @@ -400954,15 +401226,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)", - "start": 79582, - "end": 79700, + "start": 81972, + "end": 82090, "loc": { "start": { - "line": 1773, + "line": 1815, "column": 20 }, "end": { - "line": 1773, + "line": 1815, "column": 138 } } @@ -400970,15 +401242,15 @@ { "type": "CommentLine", "value": " OK", - "start": 79721, - "end": 79726, + "start": 82111, + "end": 82116, "loc": { "start": { - "line": 1774, + "line": 1816, "column": 20 }, "end": { - "line": 1774, + "line": 1816, "column": 25 } } @@ -400987,73 +401259,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 79750, - "end": 79977, + "start": 82140, + "end": 82367, "loc": { "start": { - "line": 1775, + "line": 1817, "column": 23 }, "end": { - "line": 1778, + "line": 1820, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 79917, - "end": 79959, + "start": 82307, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 79917, - "end": 79959, + "start": 82307, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 79917, - "end": 79929, + "start": 82307, + "end": 82319, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 32 } }, "object": { "type": "Identifier", - "start": 79917, - "end": 79923, + "start": 82307, + "end": 82313, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 26 }, "identifierName": "params" @@ -401063,15 +401335,15 @@ }, "property": { "type": "Identifier", - "start": 79924, - "end": 79929, + "start": 82314, + "end": 82319, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 27 }, "end": { - "line": 1777, + "line": 1819, "column": 32 }, "identifierName": "width" @@ -401083,43 +401355,43 @@ }, "right": { "type": "BinaryExpression", - "start": 79932, - "end": 79959, + "start": 82322, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "left": { "type": "MemberExpression", - "start": 79932, - "end": 79948, + "start": 82322, + "end": 82338, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 51 } }, "object": { "type": "Identifier", - "start": 79932, - "end": 79938, + "start": 82322, + "end": 82328, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 41 }, "identifierName": "_props" @@ -401128,15 +401400,15 @@ }, "property": { "type": "Identifier", - "start": 79939, - "end": 79948, + "start": 82329, + "end": 82338, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 42 }, "end": { - "line": 1777, + "line": 1819, "column": 51 }, "identifierName": "fullwidth" @@ -401148,29 +401420,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 79951, - "end": 79959, + "start": 82341, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 54 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } }, "object": { "type": "Identifier", - "start": 79951, - "end": 79957, + "start": 82341, + "end": 82347, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 54 }, "end": { - "line": 1777, + "line": 1819, "column": 60 }, "identifierName": "params" @@ -401179,15 +401451,15 @@ }, "property": { "type": "Identifier", - "start": 79958, - "end": 79959, + "start": 82348, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 61 }, "end": { - "line": 1777, + "line": 1819, "column": 62 }, "identifierName": "x" @@ -401203,15 +401475,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)", - "start": 79772, - "end": 79896, + "start": 82162, + "end": 82286, "loc": { "start": { - "line": 1776, + "line": 1818, "column": 20 }, "end": { - "line": 1776, + "line": 1818, "column": 144 } } @@ -401225,15 +401497,15 @@ { "type": "CommentLine", "value": " The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下", - "start": 79390, - "end": 79492, + "start": 81780, + "end": 81882, "loc": { "start": { - "line": 1771, + "line": 1813, "column": 16 }, "end": { - "line": 1771, + "line": 1813, "column": 118 } } @@ -401245,73 +401517,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 79997, - "end": 80173, + "start": 82387, + "end": 82563, "loc": { "start": { - "line": 1779, + "line": 1821, "column": 19 }, "end": { - "line": 1782, + "line": 1824, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 80142, - "end": 80159, + "start": 82532, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 80142, - "end": 80159, + "start": 82532, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80142, - "end": 80154, + "start": 82532, + "end": 82544, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 28 } }, "object": { "type": "Identifier", - "start": 80142, - "end": 80148, + "start": 82532, + "end": 82538, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 22 }, "identifierName": "params" @@ -401321,15 +401593,15 @@ }, "property": { "type": "Identifier", - "start": 80149, - "end": 80154, + "start": 82539, + "end": 82544, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 23 }, "end": { - "line": 1781, + "line": 1823, "column": 28 }, "identifierName": "width" @@ -401341,15 +401613,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80157, - "end": 80159, + "start": 82547, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 31 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, @@ -401357,15 +401629,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80158, - "end": 80159, + "start": 82548, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 32 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } }, @@ -401385,15 +401657,15 @@ { "type": "CommentLine", "value": " The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)", - "start": 80015, - "end": 80125, + "start": 82405, + "end": 82515, "loc": { "start": { - "line": 1780, + "line": 1822, "column": 16 }, "end": { - "line": 1780, + "line": 1822, "column": 126 } } @@ -401407,15 +401679,15 @@ { "type": "CommentLine", "value": " The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上", - "start": 79230, - "end": 79323, + "start": 81620, + "end": 81713, "loc": { "start": { - "line": 1769, + "line": 1811, "column": 12 }, "end": { - "line": 1769, + "line": 1811, "column": 105 } } @@ -401427,72 +401699,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 80189, - "end": 81609, + "start": 82579, + "end": 83999, "loc": { "start": { - "line": 1783, + "line": 1825, "column": 15 }, "end": { - "line": 1806, + "line": 1848, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 80305, - "end": 81599, + "start": 82695, + "end": 83989, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 12 }, "end": { - "line": 1805, + "line": 1847, "column": 13 } }, "test": { "type": "CallExpression", - "start": 80310, - "end": 80344, + "start": 82700, + "end": 82734, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 80310, - "end": 80330, + "start": 82700, + "end": 82720, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 80310, - "end": 80325, + "start": 82700, + "end": 82715, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 32 } }, @@ -401505,15 +401777,15 @@ }, "property": { "type": "Identifier", - "start": 80326, - "end": 80330, + "start": 82716, + "end": 82720, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 33 }, "end": { - "line": 1785, + "line": 1827, "column": 37 }, "identifierName": "test" @@ -401526,29 +401798,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 80332, - "end": 80342, + "start": 82722, + "end": 82732, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 39 }, "end": { - "line": 1785, + "line": 1827, "column": 49 } }, "object": { "type": "Identifier", - "start": 80332, - "end": 80337, + "start": 82722, + "end": 82727, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 39 }, "end": { - "line": 1785, + "line": 1827, "column": 44 }, "identifierName": "_opts" @@ -401557,15 +401829,15 @@ }, "property": { "type": "Identifier", - "start": 80338, - "end": 80342, + "start": 82728, + "end": 82732, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 45 }, "end": { - "line": 1785, + "line": 1827, "column": 49 }, "identifierName": "type" @@ -401579,73 +401851,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80347, - "end": 80490, + "start": 82737, + "end": 82880, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 54 }, "end": { - "line": 1788, + "line": 1830, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 80459, - "end": 80476, + "start": 82849, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 80459, - "end": 80476, + "start": 82849, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80459, - "end": 80471, + "start": 82849, + "end": 82861, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 28 } }, "object": { "type": "Identifier", - "start": 80459, - "end": 80465, + "start": 82849, + "end": 82855, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 22 }, "identifierName": "params" @@ -401655,15 +401927,15 @@ }, "property": { "type": "Identifier", - "start": 80466, - "end": 80471, + "start": 82856, + "end": 82861, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 23 }, "end": { - "line": 1787, + "line": 1829, "column": 28 }, "identifierName": "width" @@ -401675,15 +401947,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80474, - "end": 80476, + "start": 82864, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 31 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, @@ -401691,15 +401963,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80475, - "end": 80476, + "start": 82865, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 32 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } }, @@ -401719,15 +401991,15 @@ { "type": "CommentLine", "value": " In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント", - "start": 80365, - "end": 80442, + "start": 82755, + "end": 82832, "loc": { "start": { - "line": 1786, + "line": 1828, "column": 16 }, "end": { - "line": 1786, + "line": 1828, "column": 93 } } @@ -401739,86 +402011,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 80496, - "end": 81599, + "start": 82886, + "end": 83989, "loc": { "start": { - "line": 1788, + "line": 1830, "column": 19 }, "end": { - "line": 1805, + "line": 1847, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 80556, - "end": 81585, + "start": 82946, + "end": 83975, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 16 }, "end": { - "line": 1804, + "line": 1846, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 80561, - "end": 80589, + "start": 82951, + "end": 82979, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 80561, - "end": 80584, + "start": 82951, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 80561, - "end": 80569, + "start": 82951, + "end": 82959, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 29 } }, "object": { "type": "Identifier", - "start": 80561, - "end": 80567, + "start": 82951, + "end": 82957, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 27 }, "identifierName": "params" @@ -401828,15 +402100,15 @@ }, "property": { "type": "Identifier", - "start": 80568, - "end": 80569, + "start": 82958, + "end": 82959, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 28 }, "end": { - "line": 1790, + "line": 1832, "column": 29 }, "identifierName": "x" @@ -401849,29 +402121,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 80572, - "end": 80584, + "start": 82962, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 32 }, "end": { - "line": 1790, + "line": 1832, "column": 44 } }, "object": { "type": "Identifier", - "start": 80572, - "end": 80578, + "start": 82962, + "end": 82968, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 32 }, "end": { - "line": 1790, + "line": 1832, "column": 38 }, "identifierName": "params" @@ -401880,15 +402152,15 @@ }, "property": { "type": "Identifier", - "start": 80579, - "end": 80584, + "start": 82969, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 39 }, "end": { - "line": 1790, + "line": 1832, "column": 44 }, "identifierName": "width" @@ -401902,15 +402174,15 @@ "operator": "<=", "right": { "type": "NumericLiteral", - "start": 80588, - "end": 80589, + "start": 82978, + "end": 82979, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 48 }, "end": { - "line": 1790, + "line": 1832, "column": 49 } }, @@ -401924,73 +402196,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80592, - "end": 80791, + "start": 82982, + "end": 83181, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 52 }, "end": { - "line": 1793, + "line": 1835, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 80756, - "end": 80773, + "start": 83146, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 80756, - "end": 80773, + "start": 83146, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 80756, - "end": 80768, + "start": 83146, + "end": 83158, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 32 } }, "object": { "type": "Identifier", - "start": 80756, - "end": 80762, + "start": 83146, + "end": 83152, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 26 }, "identifierName": "params" @@ -402000,15 +402272,15 @@ }, "property": { "type": "Identifier", - "start": 80763, - "end": 80768, + "start": 83153, + "end": 83158, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 27 }, "end": { - "line": 1792, + "line": 1834, "column": 32 }, "identifierName": "width" @@ -402020,15 +402292,15 @@ }, "right": { "type": "UnaryExpression", - "start": 80771, - "end": 80773, + "start": 83161, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 35 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, @@ -402036,15 +402308,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 80772, - "end": 80773, + "start": 83162, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 36 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } }, @@ -402064,15 +402336,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)", - "start": 80614, - "end": 80735, + "start": 83004, + "end": 83125, "loc": { "start": { - "line": 1791, + "line": 1833, "column": 20 }, "end": { - "line": 1791, + "line": 1833, "column": 141 } } @@ -402084,86 +402356,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 80797, - "end": 81585, + "start": 83187, + "end": 83975, "loc": { "start": { - "line": 1793, + "line": 1835, "column": 23 }, "end": { - "line": 1804, + "line": 1846, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 80926, - "end": 81567, + "start": 83316, + "end": 83957, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 20 }, "end": { - "line": 1803, + "line": 1845, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 80931, - "end": 80974, + "start": 83321, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 80931, - "end": 80954, + "start": 83321, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 80931, - "end": 80939, + "start": 83321, + "end": 83329, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 33 } }, "object": { "type": "Identifier", - "start": 80931, - "end": 80937, + "start": 83321, + "end": 83327, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 31 }, "identifierName": "params" @@ -402173,15 +402445,15 @@ }, "property": { "type": "Identifier", - "start": 80938, - "end": 80939, + "start": 83328, + "end": 83329, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 32 }, "end": { - "line": 1795, + "line": 1837, "column": 33 }, "identifierName": "x" @@ -402194,29 +402466,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 80942, - "end": 80954, + "start": 83332, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 36 }, "end": { - "line": 1795, + "line": 1837, "column": 48 } }, "object": { "type": "Identifier", - "start": 80942, - "end": 80948, + "start": 83332, + "end": 83338, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 36 }, "end": { - "line": 1795, + "line": 1837, "column": 42 }, "identifierName": "params" @@ -402225,15 +402497,15 @@ }, "property": { "type": "Identifier", - "start": 80949, - "end": 80954, + "start": 83339, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 43 }, "end": { - "line": 1795, + "line": 1837, "column": 48 }, "identifierName": "width" @@ -402247,29 +402519,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 80958, - "end": 80974, + "start": 83348, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 52 }, "end": { - "line": 1795, + "line": 1837, "column": 68 } }, "object": { "type": "Identifier", - "start": 80958, - "end": 80964, + "start": 83348, + "end": 83354, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 52 }, "end": { - "line": 1795, + "line": 1837, "column": 58 }, "identifierName": "_props" @@ -402278,15 +402550,15 @@ }, "property": { "type": "Identifier", - "start": 80965, - "end": 80974, + "start": 83355, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 59 }, "end": { - "line": 1795, + "line": 1837, "column": 68 }, "identifierName": "fullwidth" @@ -402299,73 +402571,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 80977, - "end": 81275, + "start": 83367, + "end": 83665, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 71 }, "end": { - "line": 1799, + "line": 1841, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 81166, - "end": 81216, + "start": 83556, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 81166, - "end": 81216, + "start": 83556, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81166, - "end": 81178, + "start": 83556, + "end": 83568, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 36 } }, "object": { "type": "Identifier", - "start": 81166, - "end": 81172, + "start": 83556, + "end": 83562, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 30 }, "identifierName": "params" @@ -402375,15 +402647,15 @@ }, "property": { "type": "Identifier", - "start": 81173, - "end": 81178, + "start": 83563, + "end": 83568, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 31 }, "end": { - "line": 1797, + "line": 1839, "column": 36 }, "identifierName": "width" @@ -402395,43 +402667,43 @@ }, "right": { "type": "CallExpression", - "start": 81181, - "end": 81216, + "start": 83571, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 81181, - "end": 81189, + "start": 83571, + "end": 83579, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 47 } }, "object": { "type": "Identifier", - "start": 81181, - "end": 81185, + "start": 83571, + "end": 83575, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 43 }, "identifierName": "Math" @@ -402440,15 +402712,15 @@ }, "property": { "type": "Identifier", - "start": 81186, - "end": 81189, + "start": 83576, + "end": 83579, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 44 }, "end": { - "line": 1797, + "line": 1839, "column": 47 }, "identifierName": "abs" @@ -402460,43 +402732,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 81191, - "end": 81214, + "start": 83581, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 81191, - "end": 81199, + "start": 83581, + "end": 83589, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 57 } }, "object": { "type": "Identifier", - "start": 81191, - "end": 81197, + "start": 83581, + "end": 83587, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 55 }, "identifierName": "params" @@ -402505,15 +402777,15 @@ }, "property": { "type": "Identifier", - "start": 81198, - "end": 81199, + "start": 83588, + "end": 83589, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 56 }, "end": { - "line": 1797, + "line": 1839, "column": 57 }, "identifierName": "x" @@ -402525,29 +402797,29 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 81202, - "end": 81214, + "start": 83592, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 60 }, "end": { - "line": 1797, + "line": 1839, "column": 72 } }, "object": { "type": "Identifier", - "start": 81202, - "end": 81208, + "start": 83592, + "end": 83598, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 60 }, "end": { - "line": 1797, + "line": 1839, "column": 66 }, "identifierName": "params" @@ -402556,15 +402828,15 @@ }, "property": { "type": "Identifier", - "start": 81209, - "end": 81214, + "start": 83599, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 67 }, "end": { - "line": 1797, + "line": 1839, "column": 72 }, "identifierName": "width" @@ -402582,15 +402854,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)", - "start": 81003, - "end": 81141, + "start": 83393, + "end": 83531, "loc": { "start": { - "line": 1796, + "line": 1838, "column": 24 }, "end": { - "line": 1796, + "line": 1838, "column": 162 } } @@ -402599,58 +402871,58 @@ }, { "type": "ExpressionStatement", - "start": 81241, - "end": 81253, + "start": 83631, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 81241, - "end": 81253, + "start": 83631, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81241, - "end": 81249, + "start": 83631, + "end": 83639, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 32 } }, "object": { "type": "Identifier", - "start": 81241, - "end": 81247, + "start": 83631, + "end": 83637, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 30 }, "identifierName": "params" @@ -402659,15 +402931,15 @@ }, "property": { "type": "Identifier", - "start": 81248, - "end": 81249, + "start": 83638, + "end": 83639, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 31 }, "end": { - "line": 1798, + "line": 1840, "column": 32 }, "identifierName": "x" @@ -402678,15 +402950,15 @@ }, "right": { "type": "NumericLiteral", - "start": 81252, - "end": 81253, + "start": 83642, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 35 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } }, @@ -402703,73 +402975,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 81281, - "end": 81567, + "start": 83671, + "end": 83957, "loc": { "start": { - "line": 1799, + "line": 1841, "column": 27 }, "end": { - "line": 1803, + "line": 1845, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 81477, - "end": 81508, + "start": 83867, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 81477, - "end": 81508, + "start": 83867, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81477, - "end": 81489, + "start": 83867, + "end": 83879, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 36 } }, "object": { "type": "Identifier", - "start": 81477, - "end": 81483, + "start": 83867, + "end": 83873, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 30 }, "identifierName": "params" @@ -402779,15 +403051,15 @@ }, "property": { "type": "Identifier", - "start": 81484, - "end": 81489, + "start": 83874, + "end": 83879, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 31 }, "end": { - "line": 1801, + "line": 1843, "column": 36 }, "identifierName": "width" @@ -402799,29 +403071,29 @@ }, "right": { "type": "MemberExpression", - "start": 81492, - "end": 81508, + "start": 83882, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 39 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } }, "object": { "type": "Identifier", - "start": 81492, - "end": 81498, + "start": 83882, + "end": 83888, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 39 }, "end": { - "line": 1801, + "line": 1843, "column": 45 }, "identifierName": "_props" @@ -402830,15 +403102,15 @@ }, "property": { "type": "Identifier", - "start": 81499, - "end": 81508, + "start": 83889, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 46 }, "end": { - "line": 1801, + "line": 1843, "column": 55 }, "identifierName": "fullwidth" @@ -402853,15 +403125,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)", - "start": 81307, - "end": 81452, + "start": 83697, + "end": 83842, "loc": { "start": { - "line": 1800, + "line": 1842, "column": 24 }, "end": { - "line": 1800, + "line": 1842, "column": 169 } } @@ -402870,58 +403142,58 @@ }, { "type": "ExpressionStatement", - "start": 81533, - "end": 81545, + "start": 83923, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 81533, - "end": 81545, + "start": 83923, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 81533, - "end": 81541, + "start": 83923, + "end": 83931, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 32 } }, "object": { "type": "Identifier", - "start": 81533, - "end": 81539, + "start": 83923, + "end": 83929, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 30 }, "identifierName": "params" @@ -402930,15 +403202,15 @@ }, "property": { "type": "Identifier", - "start": 81540, - "end": 81541, + "start": 83930, + "end": 83931, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 31 }, "end": { - "line": 1802, + "line": 1844, "column": 32 }, "identifierName": "x" @@ -402949,15 +403221,15 @@ }, "right": { "type": "NumericLiteral", - "start": 81544, - "end": 81545, + "start": 83934, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 35 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } }, @@ -402976,15 +403248,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後", - "start": 80819, - "end": 80905, + "start": 83209, + "end": 83295, "loc": { "start": { - "line": 1794, + "line": 1836, "column": 20 }, "end": { - "line": 1794, + "line": 1836, "column": 106 } } @@ -402998,15 +403270,15 @@ { "type": "CommentLine", "value": " The case of \"bar\" type", - "start": 80514, - "end": 80539, + "start": 82904, + "end": 82929, "loc": { "start": { - "line": 1789, + "line": 1831, "column": 16 }, "end": { - "line": 1789, + "line": 1831, "column": 41 } } @@ -403020,15 +403292,15 @@ { "type": "CommentLine", "value": " The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前", - "start": 80203, - "end": 80292, + "start": 82593, + "end": 82682, "loc": { "start": { - "line": 1784, + "line": 1826, "column": 12 }, "end": { - "line": 1784, + "line": 1826, "column": 101 } } @@ -403043,15 +403315,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -403059,15 +403331,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -403075,15 +403347,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -403093,15 +403365,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -403110,57 +403382,57 @@ }, { "type": "IfStatement", - "start": 81771, - "end": 82805, + "start": 84161, + "end": 85195, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 8 }, "end": { - "line": 1826, + "line": 1868, "column": 9 } }, "test": { "type": "CallExpression", - "start": 81776, - "end": 81810, + "start": 84166, + "end": 84200, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 81776, - "end": 81796, + "start": 84166, + "end": 84186, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 81776, - "end": 81791, + "start": 84166, + "end": 84181, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 28 } }, @@ -403173,15 +403445,15 @@ }, "property": { "type": "Identifier", - "start": 81792, - "end": 81796, + "start": 84182, + "end": 84186, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 29 }, "end": { - "line": 1809, + "line": 1851, "column": 33 }, "identifierName": "test" @@ -403194,29 +403466,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 81798, - "end": 81808, + "start": 84188, + "end": 84198, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 35 }, "end": { - "line": 1809, + "line": 1851, "column": 45 } }, "object": { "type": "Identifier", - "start": 81798, - "end": 81803, + "start": 84188, + "end": 84193, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 35 }, "end": { - "line": 1809, + "line": 1851, "column": 40 }, "identifierName": "_opts" @@ -403225,15 +403497,15 @@ }, "property": { "type": "Identifier", - "start": 81804, - "end": 81808, + "start": 84194, + "end": 84198, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 41 }, "end": { - "line": 1809, + "line": 1851, "column": 45 }, "identifierName": "type" @@ -403247,72 +403519,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 81813, - "end": 82619, + "start": 84203, + "end": 85009, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 50 }, "end": { - "line": 1821, + "line": 1863, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 81827, - "end": 81894, + "start": 84217, + "end": 84284, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 12 }, "end": { - "line": 1812, + "line": 1854, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 81832, - "end": 81848, + "start": 84222, + "end": 84238, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 81832, - "end": 81844, + "start": 84222, + "end": 84234, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 29 } }, "object": { "type": "Identifier", - "start": 81832, - "end": 81838, + "start": 84222, + "end": 84228, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 23 }, "identifierName": "params" @@ -403321,15 +403593,15 @@ }, "property": { "type": "Identifier", - "start": 81839, - "end": 81844, + "start": 84229, + "end": 84234, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 24 }, "end": { - "line": 1810, + "line": 1852, "column": 29 }, "identifierName": "width" @@ -403341,15 +403613,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 81847, - "end": 81848, + "start": 84237, + "end": 84238, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 32 }, "end": { - "line": 1810, + "line": 1852, "column": 33 } }, @@ -403362,44 +403634,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 81851, - "end": 81894, + "start": 84241, + "end": 84284, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 36 }, "end": { - "line": 1812, + "line": 1854, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 81869, - "end": 81880, + "start": 84259, + "end": 84270, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 16 }, "end": { - "line": 1811, + "line": 1853, "column": 27 } }, "argument": { "type": "NullLiteral", - "start": 81876, - "end": 81880, + "start": 84266, + "end": 84270, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 23 }, "end": { - "line": 1811, + "line": 1853, "column": 27 } } @@ -403412,44 +403684,44 @@ }, { "type": "VariableDeclaration", - "start": 81907, - "end": 82154, + "start": 84297, + "end": 84544, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 12 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 81911, - "end": 81974, + "start": 84301, + "end": 84364, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 16 }, "end": { - "line": 1813, + "line": 1855, "column": 79 } }, "id": { "type": "Identifier", - "start": 81911, - "end": 81921, + "start": 84301, + "end": 84311, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 16 }, "end": { - "line": 1813, + "line": 1855, "column": 26 }, "identifierName": "_pointSize" @@ -403458,58 +403730,58 @@ }, "init": { "type": "CallExpression", - "start": 81924, - "end": 81974, + "start": 84314, + "end": 84364, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 81924, - "end": 81944, + "start": 84314, + "end": 84334, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 81924, - "end": 81928, + "start": 84314, + "end": 84318, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 33 } } }, "property": { "type": "Identifier", - "start": 81929, - "end": 81944, + "start": 84319, + "end": 84334, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 34 }, "end": { - "line": 1813, + "line": 1855, "column": 49 }, "identifierName": "_getPointerSize" @@ -403521,29 +403793,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 81946, - "end": 81957, + "start": 84336, + "end": 84347, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 51 }, "end": { - "line": 1813, + "line": 1855, "column": 62 } }, "object": { "type": "Identifier", - "start": 81946, - "end": 81952, + "start": 84336, + "end": 84342, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 51 }, "end": { - "line": 1813, + "line": 1855, "column": 57 }, "identifierName": "params" @@ -403552,15 +403824,15 @@ }, "property": { "type": "Identifier", - "start": 81953, - "end": 81957, + "start": 84343, + "end": 84347, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 58 }, "end": { - "line": 1813, + "line": 1855, "column": 62 }, "identifierName": "size" @@ -403571,29 +403843,29 @@ }, { "type": "MemberExpression", - "start": 81959, - "end": 81972, + "start": 84349, + "end": 84362, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 64 }, "end": { - "line": 1813, + "line": 1855, "column": 77 } }, "object": { "type": "Identifier", - "start": 81959, - "end": 81965, + "start": 84349, + "end": 84355, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 64 }, "end": { - "line": 1813, + "line": 1855, "column": 70 }, "identifierName": "params" @@ -403602,15 +403874,15 @@ }, "property": { "type": "Identifier", - "start": 81966, - "end": 81972, + "start": 84356, + "end": 84362, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 71 }, "end": { - "line": 1813, + "line": 1855, "column": 77 }, "identifierName": "margin" @@ -403624,29 +403896,29 @@ }, { "type": "VariableDeclarator", - "start": 81992, - "end": 82054, + "start": 84382, + "end": 84444, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 16 }, "end": { - "line": 1814, + "line": 1856, "column": 78 } }, "id": { "type": "Identifier", - "start": 81992, - "end": 81999, + "start": 84382, + "end": 84389, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 16 }, "end": { - "line": 1814, + "line": 1856, "column": 23 }, "identifierName": "_shiftX" @@ -403655,58 +403927,58 @@ }, "init": { "type": "CallExpression", - "start": 82005, - "end": 82054, + "start": 84395, + "end": 84444, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 82005, - "end": 82018, + "start": 84395, + "end": 84408, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 82005, - "end": 82009, + "start": 84395, + "end": 84399, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 33 } } }, "property": { "type": "Identifier", - "start": 82010, - "end": 82018, + "start": 84400, + "end": 84408, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 34 }, "end": { - "line": 1814, + "line": 1856, "column": 42 }, "identifierName": "numRound" @@ -403718,43 +403990,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 82020, - "end": 82049, + "start": 84410, + "end": 84439, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 82020, - "end": 82028, + "start": 84410, + "end": 84418, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 52 } }, "object": { "type": "Identifier", - "start": 82020, - "end": 82026, + "start": 84410, + "end": 84416, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 50 }, "identifierName": "params" @@ -403763,15 +404035,15 @@ }, "property": { "type": "Identifier", - "start": 82027, - "end": 82028, + "start": 84417, + "end": 84418, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 51 }, "end": { - "line": 1814, + "line": 1856, "column": 52 }, "identifierName": "x" @@ -403783,29 +404055,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 82033, - "end": 82047, + "start": 84423, + "end": 84437, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 57 }, "end": { - "line": 1814, + "line": 1856, "column": 71 } }, "left": { "type": "Identifier", - "start": 82033, - "end": 82043, + "start": 84423, + "end": 84433, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 57 }, "end": { - "line": 1814, + "line": 1856, "column": 67 }, "identifierName": "_pointSize" @@ -403815,15 +404087,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 82046, - "end": 82047, + "start": 84436, + "end": 84437, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 70 }, "end": { - "line": 1814, + "line": 1856, "column": 71 } }, @@ -403835,21 +404107,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82031 + "parenStart": 84421 } } }, { "type": "NumericLiteral", - "start": 82051, - "end": 82052, + "start": 84441, + "end": 84442, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 75 }, "end": { - "line": 1814, + "line": 1856, "column": 76 } }, @@ -403864,29 +404136,29 @@ }, { "type": "VariableDeclarator", - "start": 82072, - "end": 82154, + "start": 84462, + "end": 84544, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 16 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "id": { "type": "Identifier", - "start": 82072, - "end": 82079, + "start": 84462, + "end": 84469, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 16 }, "end": { - "line": 1815, + "line": 1857, "column": 23 }, "identifierName": "_shiftY" @@ -403895,58 +404167,58 @@ }, "init": { "type": "CallExpression", - "start": 82085, - "end": 82154, + "start": 84475, + "end": 84544, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 82085, - "end": 82098, + "start": 84475, + "end": 84488, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 82085, - "end": 82089, + "start": 84475, + "end": 84479, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 33 } } }, "property": { "type": "Identifier", - "start": 82090, - "end": 82098, + "start": 84480, + "end": 84488, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 34 }, "end": { - "line": 1815, + "line": 1857, "column": 42 }, "identifierName": "numRound" @@ -403958,43 +404230,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 82100, - "end": 82149, + "start": 84490, + "end": 84539, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 82100, - "end": 82108, + "start": 84490, + "end": 84498, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 52 } }, "object": { "type": "Identifier", - "start": 82100, - "end": 82106, + "start": 84490, + "end": 84496, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 50 }, "identifierName": "params" @@ -404003,15 +404275,15 @@ }, "property": { "type": "Identifier", - "start": 82107, - "end": 82108, + "start": 84497, + "end": 84498, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 51 }, "end": { - "line": 1815, + "line": 1857, "column": 52 }, "identifierName": "y" @@ -404023,57 +404295,57 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 82113, - "end": 82147, + "start": 84503, + "end": 84537, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 57 }, "end": { - "line": 1815, + "line": 1857, "column": 91 } }, "left": { "type": "BinaryExpression", - "start": 82115, - "end": 82141, + "start": 84505, + "end": 84531, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 85 } }, "left": { "type": "MemberExpression", - "start": 82115, - "end": 82128, + "start": 84505, + "end": 84518, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 72 } }, "object": { "type": "Identifier", - "start": 82115, - "end": 82121, + "start": 84505, + "end": 84511, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 65 }, "identifierName": "params" @@ -404082,15 +404354,15 @@ }, "property": { "type": "Identifier", - "start": 82122, - "end": 82128, + "start": 84512, + "end": 84518, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 66 }, "end": { - "line": 1815, + "line": 1857, "column": 72 }, "identifierName": "height" @@ -404102,15 +404374,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 82131, - "end": 82141, + "start": 84521, + "end": 84531, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 75 }, "end": { - "line": 1815, + "line": 1857, "column": 85 }, "identifierName": "_pointSize" @@ -404119,21 +404391,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82113 + "parenStart": 84503 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 82146, - "end": 82147, + "start": 84536, + "end": 84537, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 90 }, "end": { - "line": 1815, + "line": 1857, "column": 91 } }, @@ -404145,21 +404417,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 82111 + "parenStart": 84501 } } }, { "type": "NumericLiteral", - "start": 82151, - "end": 82152, + "start": 84541, + "end": 84542, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 95 }, "end": { - "line": 1815, + "line": 1857, "column": 96 } }, @@ -404180,15 +404452,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -404197,281 +404469,281 @@ }, { "type": "ExpressionStatement", - "start": 82256, - "end": 82609, + "start": 84646, + "end": 84999, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 116 } }, "expression": { "type": "CallExpression", - "start": 82256, - "end": 82609, + "start": 84646, + "end": 84999, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82581, + "start": 84646, + "end": 84971, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 88 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82576, + "start": 84646, + "end": 84966, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82547, + "start": 84646, + "end": 84937, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 54 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82542, + "start": 84646, + "end": 84932, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82510, + "start": 84646, + "end": 84900, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 17 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82492, + "start": 84646, + "end": 84882, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 140 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82461, + "start": 84646, + "end": 84851, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 109 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82457, + "start": 84646, + "end": 84847, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 105 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82427, + "start": 84646, + "end": 84817, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 75 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82423, + "start": 84646, + "end": 84813, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82398, + "start": 84646, + "end": 84788, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 46 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82394, + "start": 84646, + "end": 84784, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82368, + "start": 84646, + "end": 84758, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 16 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82351, + "start": 84646, + "end": 84741, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82317, + "start": 84646, + "end": 84707, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 73 } }, "object": { "type": "CallExpression", - "start": 82256, - "end": 82313, + "start": 84646, + "end": 84703, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 82256, - "end": 82274, + "start": 84646, + "end": 84664, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 30 } }, "object": { "type": "Identifier", - "start": 82256, - "end": 82265, + "start": 84646, + "end": 84655, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 21 }, "identifierName": "_evt_elem" @@ -404481,15 +404753,15 @@ }, "property": { "type": "Identifier", - "start": 82266, - "end": 82274, + "start": 84656, + "end": 84664, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 22 }, "end": { - "line": 1818, + "line": 1860, "column": 30 }, "identifierName": "addClass" @@ -404502,29 +404774,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82276, - "end": 82311, + "start": 84666, + "end": 84701, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 32 }, "end": { - "line": 1818, + "line": 1860, "column": 67 } }, "object": { "type": "Identifier", - "start": 82276, - "end": 82285, + "start": 84666, + "end": 84675, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 32 }, "end": { - "line": 1818, + "line": 1860, "column": 41 }, "identifierName": "ClassName" @@ -404533,15 +404805,15 @@ }, "property": { "type": "Identifier", - "start": 82286, - "end": 82311, + "start": 84676, + "end": 84701, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 42 }, "end": { - "line": 1818, + "line": 1860, "column": 67 }, "identifierName": "VIEWER_EVENT_TYPE_POINTER" @@ -404555,15 +404827,15 @@ }, "property": { "type": "Identifier", - "start": 82314, - "end": 82317, + "start": 84704, + "end": 84707, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 70 }, "end": { - "line": 1818, + "line": 1860, "column": 73 }, "identifierName": "css" @@ -404576,15 +404848,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82319, - "end": 82333, + "start": 84709, + "end": 84723, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 75 }, "end": { - "line": 1818, + "line": 1860, "column": 89 } }, @@ -404596,29 +404868,29 @@ }, { "type": "MemberExpression", - "start": 82335, - "end": 82349, + "start": 84725, + "end": 84739, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 91 }, "end": { - "line": 1818, + "line": 1860, "column": 105 } }, "object": { "type": "Identifier", - "start": 82335, - "end": 82341, + "start": 84725, + "end": 84731, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 91 }, "end": { - "line": 1818, + "line": 1860, "column": 97 }, "identifierName": "params" @@ -404627,15 +404899,15 @@ }, "property": { "type": "Identifier", - "start": 82342, - "end": 82349, + "start": 84732, + "end": 84739, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 98 }, "end": { - "line": 1818, + "line": 1860, "column": 105 }, "identifierName": "bdColor" @@ -404649,15 +404921,15 @@ }, "property": { "type": "Identifier", - "start": 82365, - "end": 82368, + "start": 84755, + "end": 84758, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 13 }, "end": { - "line": 1819, + "line": 1861, "column": 16 }, "identifierName": "css" @@ -404670,15 +404942,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82370, - "end": 82376, + "start": 84760, + "end": 84766, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 18 }, "end": { - "line": 1819, + "line": 1861, "column": 24 } }, @@ -404690,30 +404962,30 @@ }, { "type": "TemplateLiteral", - "start": 82378, - "end": 82392, + "start": 84768, + "end": 84782, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 26 }, "end": { - "line": 1819, + "line": 1861, "column": 40 } }, "expressions": [ { "type": "Identifier", - "start": 82381, - "end": 82388, + "start": 84771, + "end": 84778, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 29 }, "end": { - "line": 1819, + "line": 1861, "column": 36 }, "identifierName": "_shiftX" @@ -404724,15 +404996,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82379, - "end": 82379, + "start": 84769, + "end": 84769, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 27 }, "end": { - "line": 1819, + "line": 1861, "column": 27 } }, @@ -404744,15 +405016,15 @@ }, { "type": "TemplateElement", - "start": 82389, - "end": 82391, + "start": 84779, + "end": 84781, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 37 }, "end": { - "line": 1819, + "line": 1861, "column": 39 } }, @@ -404769,15 +405041,15 @@ }, "property": { "type": "Identifier", - "start": 82395, - "end": 82398, + "start": 84785, + "end": 84788, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 43 }, "end": { - "line": 1819, + "line": 1861, "column": 46 }, "identifierName": "css" @@ -404790,15 +405062,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82400, - "end": 82405, + "start": 84790, + "end": 84795, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 48 }, "end": { - "line": 1819, + "line": 1861, "column": 53 } }, @@ -404810,30 +405082,30 @@ }, { "type": "TemplateLiteral", - "start": 82407, - "end": 82421, + "start": 84797, + "end": 84811, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 55 }, "end": { - "line": 1819, + "line": 1861, "column": 69 } }, "expressions": [ { "type": "Identifier", - "start": 82410, - "end": 82417, + "start": 84800, + "end": 84807, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 58 }, "end": { - "line": 1819, + "line": 1861, "column": 65 }, "identifierName": "_shiftY" @@ -404844,15 +405116,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82408, - "end": 82408, + "start": 84798, + "end": 84798, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 56 }, "end": { - "line": 1819, + "line": 1861, "column": 56 } }, @@ -404864,15 +405136,15 @@ }, { "type": "TemplateElement", - "start": 82418, - "end": 82420, + "start": 84808, + "end": 84810, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 66 }, "end": { - "line": 1819, + "line": 1861, "column": 68 } }, @@ -404889,15 +405161,15 @@ }, "property": { "type": "Identifier", - "start": 82424, - "end": 82427, + "start": 84814, + "end": 84817, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 72 }, "end": { - "line": 1819, + "line": 1861, "column": 75 }, "identifierName": "css" @@ -404910,15 +405182,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82429, - "end": 82436, + "start": 84819, + "end": 84826, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 77 }, "end": { - "line": 1819, + "line": 1861, "column": 84 } }, @@ -404930,30 +405202,30 @@ }, { "type": "TemplateLiteral", - "start": 82438, - "end": 82455, + "start": 84828, + "end": 84845, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 86 }, "end": { - "line": 1819, + "line": 1861, "column": 103 } }, "expressions": [ { "type": "Identifier", - "start": 82441, - "end": 82451, + "start": 84831, + "end": 84841, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 89 }, "end": { - "line": 1819, + "line": 1861, "column": 99 }, "identifierName": "_pointSize" @@ -404964,15 +405236,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82439, - "end": 82439, + "start": 84829, + "end": 84829, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 87 }, "end": { - "line": 1819, + "line": 1861, "column": 87 } }, @@ -404984,15 +405256,15 @@ }, { "type": "TemplateElement", - "start": 82452, - "end": 82454, + "start": 84842, + "end": 84844, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 100 }, "end": { - "line": 1819, + "line": 1861, "column": 102 } }, @@ -405009,15 +405281,15 @@ }, "property": { "type": "Identifier", - "start": 82458, - "end": 82461, + "start": 84848, + "end": 84851, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 106 }, "end": { - "line": 1819, + "line": 1861, "column": 109 }, "identifierName": "css" @@ -405030,15 +405302,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82463, - "end": 82471, + "start": 84853, + "end": 84861, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 111 }, "end": { - "line": 1819, + "line": 1861, "column": 119 } }, @@ -405050,30 +405322,30 @@ }, { "type": "TemplateLiteral", - "start": 82473, - "end": 82490, + "start": 84863, + "end": 84880, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 121 }, "end": { - "line": 1819, + "line": 1861, "column": 138 } }, "expressions": [ { "type": "Identifier", - "start": 82476, - "end": 82486, + "start": 84866, + "end": 84876, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 124 }, "end": { - "line": 1819, + "line": 1861, "column": 134 }, "identifierName": "_pointSize" @@ -405084,15 +405356,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82474, - "end": 82474, + "start": 84864, + "end": 84864, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 122 }, "end": { - "line": 1819, + "line": 1861, "column": 122 } }, @@ -405104,15 +405376,15 @@ }, { "type": "TemplateElement", - "start": 82487, - "end": 82489, + "start": 84877, + "end": 84879, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 135 }, "end": { - "line": 1819, + "line": 1861, "column": 137 } }, @@ -405129,15 +405401,15 @@ }, "property": { "type": "Identifier", - "start": 82506, - "end": 82510, + "start": 84896, + "end": 84900, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 13 }, "end": { - "line": 1820, + "line": 1862, "column": 17 }, "identifierName": "attr" @@ -405150,15 +405422,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82512, - "end": 82528, + "start": 84902, + "end": 84918, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 19 }, "end": { - "line": 1820, + "line": 1862, "column": 35 } }, @@ -405170,15 +405442,15 @@ }, { "type": "Identifier", - "start": 82530, - "end": 82540, + "start": 84920, + "end": 84930, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 37 }, "end": { - "line": 1820, + "line": 1862, "column": 47 }, "identifierName": "_pointSize" @@ -405190,15 +405462,15 @@ }, "property": { "type": "Identifier", - "start": 82543, - "end": 82547, + "start": 84933, + "end": 84937, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 50 }, "end": { - "line": 1820, + "line": 1862, "column": 54 }, "identifierName": "attr" @@ -405211,15 +405483,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82549, - "end": 82565, + "start": 84939, + "end": 84955, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 56 }, "end": { - "line": 1820, + "line": 1862, "column": 72 } }, @@ -405231,15 +405503,15 @@ }, { "type": "Identifier", - "start": 82567, - "end": 82574, + "start": 84957, + "end": 84964, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 74 }, "end": { - "line": 1820, + "line": 1862, "column": 81 }, "identifierName": "_shiftX" @@ -405251,15 +405523,15 @@ }, "property": { "type": "Identifier", - "start": 82577, - "end": 82581, + "start": 84967, + "end": 84971, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 84 }, "end": { - "line": 1820, + "line": 1862, "column": 88 }, "identifierName": "attr" @@ -405272,15 +405544,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82583, - "end": 82598, + "start": 84973, + "end": 84988, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 90 }, "end": { - "line": 1820, + "line": 1862, "column": 105 } }, @@ -405292,15 +405564,15 @@ }, { "type": "Identifier", - "start": 82600, - "end": 82607, + "start": 84990, + "end": 84997, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 107 }, "end": { - "line": 1820, + "line": 1862, "column": 114 }, "identifierName": "_shiftY" @@ -405314,15 +405586,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -405334,72 +405606,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 82625, - "end": 82805, + "start": 85015, + "end": 85195, "loc": { "start": { - "line": 1821, + "line": 1863, "column": 15 }, "end": { - "line": 1826, + "line": 1868, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 82639, - "end": 82706, + "start": 85029, + "end": 85096, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 12 }, "end": { - "line": 1824, + "line": 1866, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 82644, - "end": 82660, + "start": 85034, + "end": 85050, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 33 } }, "left": { "type": "MemberExpression", - "start": 82644, - "end": 82656, + "start": 85034, + "end": 85046, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 29 } }, "object": { "type": "Identifier", - "start": 82644, - "end": 82650, + "start": 85034, + "end": 85040, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 23 }, "identifierName": "params" @@ -405408,15 +405680,15 @@ }, "property": { "type": "Identifier", - "start": 82651, - "end": 82656, + "start": 85041, + "end": 85046, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 24 }, "end": { - "line": 1822, + "line": 1864, "column": 29 }, "identifierName": "width" @@ -405428,15 +405700,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 82659, - "end": 82660, + "start": 85049, + "end": 85050, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 32 }, "end": { - "line": 1822, + "line": 1864, "column": 33 } }, @@ -405449,44 +405721,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 82663, - "end": 82706, + "start": 85053, + "end": 85096, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 36 }, "end": { - "line": 1824, + "line": 1866, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 82681, - "end": 82692, + "start": 85071, + "end": 85082, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 16 }, "end": { - "line": 1823, + "line": 1865, "column": 27 } }, "argument": { "type": "NullLiteral", - "start": 82688, - "end": 82692, + "start": 85078, + "end": 85082, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 23 }, "end": { - "line": 1823, + "line": 1865, "column": 27 } } @@ -405499,85 +405771,85 @@ }, { "type": "ExpressionStatement", - "start": 82719, - "end": 82795, + "start": 85109, + "end": 85185, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 88 } }, "expression": { "type": "CallExpression", - "start": 82719, - "end": 82795, + "start": 85109, + "end": 85185, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 82719, - "end": 82763, + "start": 85109, + "end": 85153, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 56 } }, "object": { "type": "CallExpression", - "start": 82719, - "end": 82759, + "start": 85109, + "end": 85149, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 82719, - "end": 82732, + "start": 85109, + "end": 85122, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 25 } }, "object": { "type": "Identifier", - "start": 82719, - "end": 82728, + "start": 85109, + "end": 85118, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 21 }, "identifierName": "_evt_elem" @@ -405586,15 +405858,15 @@ }, "property": { "type": "Identifier", - "start": 82729, - "end": 82732, + "start": 85119, + "end": 85122, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 22 }, "end": { - "line": 1825, + "line": 1867, "column": 25 }, "identifierName": "css" @@ -405606,15 +405878,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82734, - "end": 82740, + "start": 85124, + "end": 85130, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 27 }, "end": { - "line": 1825, + "line": 1867, "column": 33 } }, @@ -405626,44 +405898,44 @@ }, { "type": "TemplateLiteral", - "start": 82742, - "end": 82757, + "start": 85132, + "end": 85147, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 35 }, "end": { - "line": 1825, + "line": 1867, "column": 50 } }, "expressions": [ { "type": "MemberExpression", - "start": 82745, - "end": 82753, + "start": 85135, + "end": 85143, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 38 }, "end": { - "line": 1825, + "line": 1867, "column": 46 } }, "object": { "type": "Identifier", - "start": 82745, - "end": 82751, + "start": 85135, + "end": 85141, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 38 }, "end": { - "line": 1825, + "line": 1867, "column": 44 }, "identifierName": "params" @@ -405672,15 +405944,15 @@ }, "property": { "type": "Identifier", - "start": 82752, - "end": 82753, + "start": 85142, + "end": 85143, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 45 }, "end": { - "line": 1825, + "line": 1867, "column": 46 }, "identifierName": "x" @@ -405693,15 +405965,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82743, - "end": 82743, + "start": 85133, + "end": 85133, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 36 }, "end": { - "line": 1825, + "line": 1867, "column": 36 } }, @@ -405713,15 +405985,15 @@ }, { "type": "TemplateElement", - "start": 82754, - "end": 82756, + "start": 85144, + "end": 85146, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 47 }, "end": { - "line": 1825, + "line": 1867, "column": 49 } }, @@ -405737,15 +406009,15 @@ }, "property": { "type": "Identifier", - "start": 82760, - "end": 82763, + "start": 85150, + "end": 85153, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 53 }, "end": { - "line": 1825, + "line": 1867, "column": 56 }, "identifierName": "css" @@ -405757,15 +406029,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82765, - "end": 82772, + "start": 85155, + "end": 85162, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 58 }, "end": { - "line": 1825, + "line": 1867, "column": 65 } }, @@ -405777,44 +406049,44 @@ }, { "type": "TemplateLiteral", - "start": 82774, - "end": 82793, + "start": 85164, + "end": 85183, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 67 }, "end": { - "line": 1825, + "line": 1867, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 82777, - "end": 82789, + "start": 85167, + "end": 85179, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 70 }, "end": { - "line": 1825, + "line": 1867, "column": 82 } }, "object": { "type": "Identifier", - "start": 82777, - "end": 82783, + "start": 85167, + "end": 85173, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 70 }, "end": { - "line": 1825, + "line": 1867, "column": 76 }, "identifierName": "params" @@ -405823,15 +406095,15 @@ }, "property": { "type": "Identifier", - "start": 82784, - "end": 82789, + "start": 85174, + "end": 85179, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 77 }, "end": { - "line": 1825, + "line": 1867, "column": 82 }, "identifierName": "width" @@ -405844,15 +406116,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 82775, - "end": 82775, + "start": 85165, + "end": 85165, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 68 }, "end": { - "line": 1825, + "line": 1867, "column": 68 } }, @@ -405864,15 +406136,15 @@ }, { "type": "TemplateElement", - "start": 82790, - "end": 82792, + "start": 85180, + "end": 85182, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 83 }, "end": { - "line": 1825, + "line": 1867, "column": 85 } }, @@ -405894,15 +406166,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -405911,57 +406183,57 @@ }, { "type": "ExpressionStatement", - "start": 82823, - "end": 82863, + "start": 85213, + "end": 85253, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 82823, - "end": 82863, + "start": 85213, + "end": 85253, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 82823, - "end": 82837, + "start": 85213, + "end": 85227, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 22 } }, "object": { "type": "Identifier", - "start": 82823, - "end": 82832, + "start": 85213, + "end": 85222, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 17 }, "identifierName": "_evt_elem" @@ -405970,15 +406242,15 @@ }, "property": { "type": "Identifier", - "start": 82833, - "end": 82837, + "start": 85223, + "end": 85227, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 18 }, "end": { - "line": 1828, + "line": 1870, "column": 22 }, "identifierName": "attr" @@ -405990,15 +406262,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 82839, - "end": 82849, + "start": 85229, + "end": 85239, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 24 }, "end": { - "line": 1828, + "line": 1870, "column": 34 } }, @@ -406010,29 +406282,29 @@ }, { "type": "MemberExpression", - "start": 82851, - "end": 82861, + "start": 85241, + "end": 85251, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 36 }, "end": { - "line": 1828, + "line": 1870, "column": 46 } }, "object": { "type": "Identifier", - "start": 82851, - "end": 82857, + "start": 85241, + "end": 85247, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 36 }, "end": { - "line": 1828, + "line": 1870, "column": 42 }, "identifierName": "params" @@ -406041,15 +406313,15 @@ }, "property": { "type": "Identifier", - "start": 82858, - "end": 82861, + "start": 85248, + "end": 85251, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 43 }, "end": { - "line": 1828, + "line": 1870, "column": 46 }, "identifierName": "uid" @@ -406063,29 +406335,29 @@ }, { "type": "IfStatement", - "start": 82881, - "end": 83323, + "start": 85271, + "end": 85713, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 8 }, "end": { - "line": 1837, + "line": 1879, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 82886, - "end": 82917, + "start": 85276, + "end": 85307, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 13 }, "end": { - "line": 1830, + "line": 1872, "column": 44 } }, @@ -406093,58 +406365,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 82888, - "end": 82917, + "start": 85278, + "end": 85307, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 82888, - "end": 82901, + "start": 85278, + "end": 85291, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 82888, - "end": 82892, + "start": 85278, + "end": 85282, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 19 } } }, "property": { "type": "Identifier", - "start": 82893, - "end": 82901, + "start": 85283, + "end": 85291, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 20 }, "end": { - "line": 1830, + "line": 1872, "column": 28 }, "identifierName": "is_empty" @@ -406156,29 +406428,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82903, - "end": 82915, + "start": 85293, + "end": 85305, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 30 }, "end": { - "line": 1830, + "line": 1872, "column": 42 } }, "object": { "type": "Identifier", - "start": 82903, - "end": 82909, + "start": 85293, + "end": 85299, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 30 }, "end": { - "line": 1830, + "line": 1872, "column": 36 }, "identifierName": "params" @@ -406187,15 +406459,15 @@ }, "property": { "type": "Identifier", - "start": 82910, - "end": 82915, + "start": 85300, + "end": 85305, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 37 }, "end": { - "line": 1830, + "line": 1872, "column": 42 }, "identifierName": "image" @@ -406212,72 +406484,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 82920, - "end": 83323, + "start": 85310, + "end": 85713, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 47 }, "end": { - "line": 1837, + "line": 1879, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 82934, - "end": 83313, + "start": 85324, + "end": 85703, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 12 }, "end": { - "line": 1836, + "line": 1878, "column": 13 } }, "test": { "type": "CallExpression", - "start": 82939, - "end": 82973, + "start": 85329, + "end": 85363, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 82939, - "end": 82959, + "start": 85329, + "end": 85349, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 82939, - "end": 82954, + "start": 85329, + "end": 85344, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 32 } }, @@ -406289,15 +406561,15 @@ }, "property": { "type": "Identifier", - "start": 82955, - "end": 82959, + "start": 85345, + "end": 85349, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 33 }, "end": { - "line": 1831, + "line": 1873, "column": 37 }, "identifierName": "test" @@ -406309,29 +406581,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 82961, - "end": 82971, + "start": 85351, + "end": 85361, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 39 }, "end": { - "line": 1831, + "line": 1873, "column": 49 } }, "object": { "type": "Identifier", - "start": 82961, - "end": 82966, + "start": 85351, + "end": 85356, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 39 }, "end": { - "line": 1831, + "line": 1873, "column": 44 }, "identifierName": "_opts" @@ -406340,15 +406612,15 @@ }, "property": { "type": "Identifier", - "start": 82967, - "end": 82971, + "start": 85357, + "end": 85361, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 45 }, "end": { - "line": 1831, + "line": 1873, "column": 49 }, "identifierName": "type" @@ -406361,72 +406633,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 82976, - "end": 83067, + "start": 85366, + "end": 85457, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 54 }, "end": { - "line": 1833, + "line": 1875, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 82994, - "end": 83053, + "start": 85384, + "end": 85443, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 82994, - "end": 83053, + "start": 85384, + "end": 85443, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 82994, - "end": 83007, + "start": 85384, + "end": 85397, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 29 } }, "object": { "type": "Identifier", - "start": 82994, - "end": 83003, + "start": 85384, + "end": 85393, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 25 }, "identifierName": "_evt_elem" @@ -406435,15 +406707,15 @@ }, "property": { "type": "Identifier", - "start": 83004, - "end": 83007, + "start": 85394, + "end": 85397, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 26 }, "end": { - "line": 1832, + "line": 1874, "column": 29 }, "identifierName": "css" @@ -406455,15 +406727,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83009, - "end": 83027, + "start": 85399, + "end": 85417, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 31 }, "end": { - "line": 1832, + "line": 1874, "column": 49 } }, @@ -406475,44 +406747,44 @@ }, { "type": "TemplateLiteral", - "start": 83029, - "end": 83051, + "start": 85419, + "end": 85441, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 51 }, "end": { - "line": 1832, + "line": 1874, "column": 73 } }, "expressions": [ { "type": "MemberExpression", - "start": 83036, - "end": 83048, + "start": 85426, + "end": 85438, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 58 }, "end": { - "line": 1832, + "line": 1874, "column": 70 } }, "object": { "type": "Identifier", - "start": 83036, - "end": 83042, + "start": 85426, + "end": 85432, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 58 }, "end": { - "line": 1832, + "line": 1874, "column": 64 }, "identifierName": "params" @@ -406521,15 +406793,15 @@ }, "property": { "type": "Identifier", - "start": 83043, - "end": 83048, + "start": 85433, + "end": 85438, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 65 }, "end": { - "line": 1832, + "line": 1874, "column": 70 }, "identifierName": "image" @@ -406542,15 +406814,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83030, - "end": 83034, + "start": 85420, + "end": 85424, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 52 }, "end": { - "line": 1832, + "line": 1874, "column": 56 } }, @@ -406562,15 +406834,15 @@ }, { "type": "TemplateElement", - "start": 83049, - "end": 83050, + "start": 85439, + "end": 85440, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 71 }, "end": { - "line": 1832, + "line": 1874, "column": 72 } }, @@ -406590,59 +406862,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 83073, - "end": 83313, + "start": 85463, + "end": 85703, "loc": { "start": { - "line": 1833, + "line": 1875, "column": 19 }, "end": { - "line": 1836, + "line": 1878, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 83091, - "end": 83143, + "start": 85481, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 16 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 83095, - "end": 83143, + "start": 85485, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 20 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "id": { "type": "Identifier", - "start": 83095, - "end": 83103, + "start": 85485, + "end": 85493, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 20 }, "end": { - "line": 1834, + "line": 1876, "column": 28 }, "identifierName": "_imgSize" @@ -406651,43 +406923,43 @@ }, "init": { "type": "BinaryExpression", - "start": 83106, - "end": 83143, + "start": 85496, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 83106, - "end": 83119, + "start": 85496, + "end": 85509, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 44 } }, "object": { "type": "Identifier", - "start": 83106, - "end": 83112, + "start": 85496, + "end": 85502, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 37 }, "identifierName": "params" @@ -406696,15 +406968,15 @@ }, "property": { "type": "Identifier", - "start": 83113, - "end": 83119, + "start": 85503, + "end": 85509, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 38 }, "end": { - "line": 1834, + "line": 1876, "column": 44 }, "identifierName": "height" @@ -406716,43 +406988,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 83124, - "end": 83141, + "start": 85514, + "end": 85531, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 83124, - "end": 83137, + "start": 85514, + "end": 85527, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 62 } }, "object": { "type": "Identifier", - "start": 83124, - "end": 83130, + "start": 85514, + "end": 85520, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 55 }, "identifierName": "params" @@ -406761,15 +407033,15 @@ }, "property": { "type": "Identifier", - "start": 83131, - "end": 83137, + "start": 85521, + "end": 85527, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 56 }, "end": { - "line": 1834, + "line": 1876, "column": 62 }, "identifierName": "margin" @@ -406781,15 +407053,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 83140, - "end": 83141, + "start": 85530, + "end": 85531, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 65 }, "end": { - "line": 1834, + "line": 1876, "column": 66 } }, @@ -406801,7 +407073,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 83122 + "parenStart": 85512 } } } @@ -406811,57 +407083,57 @@ }, { "type": "ExpressionStatement", - "start": 83160, - "end": 83299, + "start": 85550, + "end": 85689, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 155 } }, "expression": { "type": "CallExpression", - "start": 83160, - "end": 83299, + "start": 85550, + "end": 85689, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 155 } }, "callee": { "type": "MemberExpression", - "start": 83160, - "end": 83177, + "start": 85550, + "end": 85567, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 33 } }, "object": { "type": "Identifier", - "start": 83160, - "end": 83169, + "start": 85550, + "end": 85559, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 25 }, "identifierName": "_evt_elem" @@ -406870,15 +407142,15 @@ }, "property": { "type": "Identifier", - "start": 83170, - "end": 83177, + "start": 85560, + "end": 85567, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 26 }, "end": { - "line": 1835, + "line": 1877, "column": 33 }, "identifierName": "prepend" @@ -406890,44 +407162,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 83179, - "end": 83297, + "start": 85569, + "end": 85687, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 35 }, "end": { - "line": 1835, + "line": 1877, "column": 153 } }, "expressions": [ { "type": "MemberExpression", - "start": 83192, - "end": 83204, + "start": 85582, + "end": 85594, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 48 }, "end": { - "line": 1835, + "line": 1877, "column": 60 } }, "object": { "type": "Identifier", - "start": 83192, - "end": 83198, + "start": 85582, + "end": 85588, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 48 }, "end": { - "line": 1835, + "line": 1877, "column": 54 }, "identifierName": "params" @@ -406936,15 +407208,15 @@ }, "property": { "type": "Identifier", - "start": 83199, - "end": 83204, + "start": 85589, + "end": 85594, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 55 }, "end": { - "line": 1835, + "line": 1877, "column": 60 }, "identifierName": "image" @@ -406955,29 +407227,29 @@ }, { "type": "MemberExpression", - "start": 83216, - "end": 83250, + "start": 85606, + "end": 85640, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 72 }, "end": { - "line": 1835, + "line": 1877, "column": 106 } }, "object": { "type": "Identifier", - "start": 83216, - "end": 83225, + "start": 85606, + "end": 85615, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 72 }, "end": { - "line": 1835, + "line": 1877, "column": 81 }, "identifierName": "ClassName" @@ -406986,15 +407258,15 @@ }, "property": { "type": "Identifier", - "start": 83226, - "end": 83250, + "start": 85616, + "end": 85640, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 82 }, "end": { - "line": 1835, + "line": 1877, "column": 106 }, "identifierName": "TIMELINE_EVENT_THUMBNAIL" @@ -407005,15 +407277,15 @@ }, { "type": "Identifier", - "start": 83262, - "end": 83270, + "start": 85652, + "end": 85660, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 118 }, "end": { - "line": 1835, + "line": 1877, "column": 126 }, "identifierName": "_imgSize" @@ -407022,15 +407294,15 @@ }, { "type": "Identifier", - "start": 83283, - "end": 83291, + "start": 85673, + "end": 85681, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 139 }, "end": { - "line": 1835, + "line": 1877, "column": 147 }, "identifierName": "_imgSize" @@ -407041,15 +407313,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83180, - "end": 83190, + "start": 85570, + "end": 85580, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 36 }, "end": { - "line": 1835, + "line": 1877, "column": 46 } }, @@ -407061,15 +407333,15 @@ }, { "type": "TemplateElement", - "start": 83205, - "end": 83214, + "start": 85595, + "end": 85604, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 61 }, "end": { - "line": 1835, + "line": 1877, "column": 70 } }, @@ -407081,15 +407353,15 @@ }, { "type": "TemplateElement", - "start": 83251, - "end": 83260, + "start": 85641, + "end": 85650, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 107 }, "end": { - "line": 1835, + "line": 1877, "column": 116 } }, @@ -407101,15 +407373,15 @@ }, { "type": "TemplateElement", - "start": 83271, - "end": 83281, + "start": 85661, + "end": 85671, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 127 }, "end": { - "line": 1835, + "line": 1877, "column": 137 } }, @@ -407121,15 +407393,15 @@ }, { "type": "TemplateElement", - "start": 83292, - "end": 83296, + "start": 85682, + "end": 85686, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 148 }, "end": { - "line": 1835, + "line": 1877, "column": 152 } }, @@ -407155,71 +407427,71 @@ }, { "type": "IfStatement", - "start": 83341, - "end": 83510, + "start": 85731, + "end": 85900, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 8 }, "end": { - "line": 1842, + "line": 1884, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 83346, - "end": 83400, + "start": 85736, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 67 } }, "left": { "type": "CallExpression", - "start": 83346, - "end": 83373, + "start": 85736, + "end": 85763, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 83346, - "end": 83359, + "start": 85736, + "end": 85749, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 26 } }, "object": { "type": "RegExpLiteral", - "start": 83346, - "end": 83354, + "start": 85736, + "end": 85744, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 21 } }, @@ -407231,15 +407503,15 @@ }, "property": { "type": "Identifier", - "start": 83355, - "end": 83359, + "start": 85745, + "end": 85749, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 22 }, "end": { - "line": 1839, + "line": 1881, "column": 26 }, "identifierName": "test" @@ -407251,29 +407523,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83361, - "end": 83371, + "start": 85751, + "end": 85761, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 28 }, "end": { - "line": 1839, + "line": 1881, "column": 38 } }, "object": { "type": "Identifier", - "start": 83361, - "end": 83366, + "start": 85751, + "end": 85756, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 28 }, "end": { - "line": 1839, + "line": 1881, "column": 33 }, "identifierName": "_opts" @@ -407282,15 +407554,15 @@ }, "property": { "type": "Identifier", - "start": 83367, - "end": 83371, + "start": 85757, + "end": 85761, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 34 }, "end": { - "line": 1839, + "line": 1881, "column": 38 }, "identifierName": "type" @@ -407304,43 +407576,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 83377, - "end": 83400, + "start": 85767, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 83377, - "end": 83392, + "start": 85767, + "end": 85782, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 59 } }, "object": { "type": "Identifier", - "start": 83377, - "end": 83382, + "start": 85767, + "end": 85772, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 49 }, "identifierName": "_opts" @@ -407349,15 +407621,15 @@ }, "property": { "type": "Identifier", - "start": 83383, - "end": 83392, + "start": 85773, + "end": 85782, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 50 }, "end": { - "line": 1839, + "line": 1881, "column": 59 }, "identifierName": "eventMeta" @@ -407368,15 +407640,15 @@ }, "property": { "type": "Identifier", - "start": 83393, - "end": 83400, + "start": 85783, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 60 }, "end": { - "line": 1839, + "line": 1881, "column": 67 }, "identifierName": "display" @@ -407388,87 +407660,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 83403, - "end": 83510, + "start": 85793, + "end": 85900, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 70 }, "end": { - "line": 1842, + "line": 1884, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 83463, - "end": 83500, + "start": 85853, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 83463, - "end": 83500, + "start": 85853, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 83463, - "end": 83481, + "start": 85853, + "end": 85871, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 83463, - "end": 83476, + "start": 85853, + "end": 85866, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 25 } }, "object": { "type": "Identifier", - "start": 83463, - "end": 83469, + "start": 85853, + "end": 85859, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 18 }, "identifierName": "params" @@ -407478,15 +407750,15 @@ }, "property": { "type": "Identifier", - "start": 83470, - "end": 83476, + "start": 85860, + "end": 85866, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 19 }, "end": { - "line": 1841, + "line": 1883, "column": 25 }, "identifierName": "extend" @@ -407498,15 +407770,15 @@ }, "property": { "type": "Identifier", - "start": 83477, - "end": 83481, + "start": 85867, + "end": 85871, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 26 }, "end": { - "line": 1841, + "line": 1883, "column": 30 }, "identifierName": "meta" @@ -407518,29 +407790,29 @@ }, "right": { "type": "MemberExpression", - "start": 83484, - "end": 83500, + "start": 85874, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 33 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } }, "object": { "type": "Identifier", - "start": 83484, - "end": 83490, + "start": 85874, + "end": 85880, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 33 }, "end": { - "line": 1841, + "line": 1883, "column": 39 }, "identifierName": "params" @@ -407549,15 +407821,15 @@ }, "property": { "type": "Identifier", - "start": 83491, - "end": 83500, + "start": 85881, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 40 }, "end": { - "line": 1841, + "line": 1883, "column": 49 }, "identifierName": "rangeMeta" @@ -407572,15 +407844,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 83405, - "end": 83450, + "start": 85795, + "end": 85840, "loc": { "start": { - "line": 1840, + "line": 1882, "column": 0 }, "end": { - "line": 1840, + "line": 1882, "column": 45 } } @@ -407594,29 +407866,29 @@ }, { "type": "IfStatement", - "start": 83528, - "end": 84138, + "start": 85918, + "end": 86528, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 8 }, "end": { - "line": 1855, + "line": 1897, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 83533, - "end": 83565, + "start": 85923, + "end": 85955, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 13 }, "end": { - "line": 1844, + "line": 1886, "column": 45 } }, @@ -407624,58 +407896,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 83535, - "end": 83565, + "start": 85925, + "end": 85955, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 83535, - "end": 83548, + "start": 85925, + "end": 85938, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 83535, - "end": 83539, + "start": 85925, + "end": 85929, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 19 } } }, "property": { "type": "Identifier", - "start": 83540, - "end": 83548, + "start": 85930, + "end": 85938, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 20 }, "end": { - "line": 1844, + "line": 1886, "column": 28 }, "identifierName": "is_empty" @@ -407687,29 +407959,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83550, - "end": 83563, + "start": 85940, + "end": 85953, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 30 }, "end": { - "line": 1844, + "line": 1886, "column": 43 } }, "object": { "type": "Identifier", - "start": 83550, - "end": 83556, + "start": 85940, + "end": 85946, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 30 }, "end": { - "line": 1844, + "line": 1886, "column": 36 }, "identifierName": "params" @@ -407718,15 +407990,15 @@ }, "property": { "type": "Identifier", - "start": 83557, - "end": 83563, + "start": 85947, + "end": 85953, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 37 }, "end": { - "line": 1844, + "line": 1886, "column": 43 }, "identifierName": "extend" @@ -407743,73 +408015,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 83568, - "end": 84138, + "start": 85958, + "end": 86528, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 48 }, "end": { - "line": 1855, + "line": 1897, "column": 9 } }, "body": [ { "type": "ForOfStatement", - "start": 83582, - "end": 84128, + "start": 85972, + "end": 86518, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 12 }, "end": { - "line": 1854, + "line": 1896, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 83588, - "end": 83597, + "start": 85978, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 18 }, "end": { - "line": 1845, + "line": 1887, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 83592, - "end": 83597, + "start": 85982, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 22 }, "end": { - "line": 1845, + "line": 1887, "column": 27 } }, "id": { "type": "Identifier", - "start": 83592, - "end": 83597, + "start": 85982, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 22 }, "end": { - "line": 1845, + "line": 1887, "column": 27 }, "identifierName": "_prop" @@ -407823,43 +408095,43 @@ }, "right": { "type": "CallExpression", - "start": 83601, - "end": 83629, + "start": 85991, + "end": 86019, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 83601, - "end": 83612, + "start": 85991, + "end": 86002, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 42 } }, "object": { "type": "Identifier", - "start": 83601, - "end": 83607, + "start": 85991, + "end": 85997, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 37 }, "identifierName": "Object" @@ -407868,15 +408140,15 @@ }, "property": { "type": "Identifier", - "start": 83608, - "end": 83612, + "start": 85998, + "end": 86002, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 38 }, "end": { - "line": 1845, + "line": 1887, "column": 42 }, "identifierName": "keys" @@ -407888,29 +408160,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 83614, - "end": 83627, + "start": 86004, + "end": 86017, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 44 }, "end": { - "line": 1845, + "line": 1887, "column": 57 } }, "object": { "type": "Identifier", - "start": 83614, - "end": 83620, + "start": 86004, + "end": 86010, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 44 }, "end": { - "line": 1845, + "line": 1887, "column": 50 }, "identifierName": "params" @@ -407919,15 +408191,15 @@ }, "property": { "type": "Identifier", - "start": 83621, - "end": 83627, + "start": 86011, + "end": 86017, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 51 }, "end": { - "line": 1845, + "line": 1887, "column": 57 }, "identifierName": "extend" @@ -407940,72 +408212,72 @@ }, "body": { "type": "BlockStatement", - "start": 83632, - "end": 84128, + "start": 86022, + "end": 86518, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 62 }, "end": { - "line": 1854, + "line": 1896, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 83650, - "end": 83705, + "start": 86040, + "end": 86095, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 83650, - "end": 83705, + "start": 86040, + "end": 86095, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 83650, - "end": 83664, + "start": 86040, + "end": 86054, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 30 } }, "object": { "type": "Identifier", - "start": 83650, - "end": 83659, + "start": 86040, + "end": 86049, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 25 }, "identifierName": "_evt_elem" @@ -408014,15 +408286,15 @@ }, "property": { "type": "Identifier", - "start": 83660, - "end": 83664, + "start": 86050, + "end": 86054, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 26 }, "end": { - "line": 1846, + "line": 1888, "column": 30 }, "identifierName": "attr" @@ -408034,30 +408306,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 83666, - "end": 83681, + "start": 86056, + "end": 86071, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 32 }, "end": { - "line": 1846, + "line": 1888, "column": 47 } }, "expressions": [ { "type": "Identifier", - "start": 83674, - "end": 83679, + "start": 86064, + "end": 86069, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 40 }, "end": { - "line": 1846, + "line": 1888, "column": 45 }, "identifierName": "_prop" @@ -408068,15 +408340,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 83667, - "end": 83672, + "start": 86057, + "end": 86062, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 33 }, "end": { - "line": 1846, + "line": 1888, "column": 38 } }, @@ -408088,15 +408360,15 @@ }, { "type": "TemplateElement", - "start": 83680, - "end": 83680, + "start": 86070, + "end": 86070, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 46 }, "end": { - "line": 1846, + "line": 1888, "column": 46 } }, @@ -408110,43 +408382,43 @@ }, { "type": "MemberExpression", - "start": 83683, - "end": 83703, + "start": 86073, + "end": 86093, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 83683, - "end": 83696, + "start": 86073, + "end": 86086, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 62 } }, "object": { "type": "Identifier", - "start": 83683, - "end": 83689, + "start": 86073, + "end": 86079, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 55 }, "identifierName": "params" @@ -408155,15 +408427,15 @@ }, "property": { "type": "Identifier", - "start": 83690, - "end": 83696, + "start": 86080, + "end": 86086, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 56 }, "end": { - "line": 1846, + "line": 1888, "column": 62 }, "identifierName": "extend" @@ -408174,15 +408446,15 @@ }, "property": { "type": "Identifier", - "start": 83697, - "end": 83702, + "start": 86087, + "end": 86092, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 63 }, "end": { - "line": 1846, + "line": 1888, "column": 68 }, "identifierName": "_prop" @@ -408196,57 +408468,57 @@ }, { "type": "IfStatement", - "start": 83722, - "end": 84114, + "start": 86112, + "end": 86504, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 16 }, "end": { - "line": 1853, + "line": 1895, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 83727, - "end": 83806, + "start": 86117, + "end": 86196, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 100 } }, "left": { "type": "BinaryExpression", - "start": 83727, - "end": 83745, + "start": 86117, + "end": 86135, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 39 } }, "left": { "type": "Identifier", - "start": 83727, - "end": 83732, + "start": 86117, + "end": 86122, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 26 }, "identifierName": "_prop" @@ -408256,15 +408528,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 83737, - "end": 83745, + "start": 86127, + "end": 86135, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 31 }, "end": { - "line": 1847, + "line": 1889, "column": 39 } }, @@ -408278,58 +408550,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 83749, - "end": 83806, + "start": 86139, + "end": 86196, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 83749, - "end": 83782, + "start": 86139, + "end": 86172, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 76 } }, "object": { "type": "ArrayExpression", - "start": 83749, - "end": 83773, + "start": 86139, + "end": 86163, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 67 } }, "elements": [ { "type": "StringLiteral", - "start": 83751, - "end": 83760, + "start": 86141, + "end": 86150, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 45 }, "end": { - "line": 1847, + "line": 1889, "column": 54 } }, @@ -408341,15 +408613,15 @@ }, { "type": "StringLiteral", - "start": 83762, - "end": 83771, + "start": 86152, + "end": 86161, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 56 }, "end": { - "line": 1847, + "line": 1889, "column": 65 } }, @@ -408363,15 +408635,15 @@ }, "property": { "type": "Identifier", - "start": 83774, - "end": 83782, + "start": 86164, + "end": 86172, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 68 }, "end": { - "line": 1847, + "line": 1889, "column": 76 }, "identifierName": "includes" @@ -408383,43 +408655,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 83784, - "end": 83804, + "start": 86174, + "end": 86194, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 98 } }, "object": { "type": "MemberExpression", - "start": 83784, - "end": 83797, + "start": 86174, + "end": 86187, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 91 } }, "object": { "type": "Identifier", - "start": 83784, - "end": 83790, + "start": 86174, + "end": 86180, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 84 }, "identifierName": "params" @@ -408428,15 +408700,15 @@ }, "property": { "type": "Identifier", - "start": 83791, - "end": 83797, + "start": 86181, + "end": 86187, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 85 }, "end": { - "line": 1847, + "line": 1889, "column": 91 }, "identifierName": "extend" @@ -408447,15 +408719,15 @@ }, "property": { "type": "Identifier", - "start": 83798, - "end": 83803, + "start": 86188, + "end": 86193, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 92 }, "end": { - "line": 1847, + "line": 1889, "column": 97 }, "identifierName": "_prop" @@ -408469,72 +408741,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 83809, - "end": 84114, + "start": 86199, + "end": 86504, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 103 }, "end": { - "line": 1853, + "line": 1895, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 83889, - "end": 83928, + "start": 86279, + "end": 86318, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 83889, - "end": 83928, + "start": 86279, + "end": 86318, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 83889, - "end": 83903, + "start": 86279, + "end": 86293, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 34 } }, "object": { "type": "Identifier", - "start": 83889, - "end": 83898, + "start": 86279, + "end": 86288, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 29 }, "identifierName": "_evt_elem" @@ -408544,15 +408816,15 @@ }, "property": { "type": "Identifier", - "start": 83899, - "end": 83903, + "start": 86289, + "end": 86293, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 30 }, "end": { - "line": 1849, + "line": 1891, "column": 34 }, "identifierName": "attr" @@ -408565,15 +408837,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83905, - "end": 83912, + "start": 86295, + "end": 86302, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 36 }, "end": { - "line": 1849, + "line": 1891, "column": 43 } }, @@ -408585,29 +408857,29 @@ }, { "type": "MemberExpression", - "start": 83914, - "end": 83926, + "start": 86304, + "end": 86316, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 45 }, "end": { - "line": 1849, + "line": 1891, "column": 57 } }, "object": { "type": "Identifier", - "start": 83914, - "end": 83920, + "start": 86304, + "end": 86310, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 45 }, "end": { - "line": 1849, + "line": 1891, "column": 51 }, "identifierName": "params" @@ -408616,15 +408888,15 @@ }, "property": { "type": "Identifier", - "start": 83921, - "end": 83926, + "start": 86311, + "end": 86316, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 52 }, "end": { - "line": 1849, + "line": 1891, "column": 57 }, "identifierName": "label" @@ -408640,15 +408912,15 @@ { "type": "CommentLine", "value": " for bootstrap's popover or tooltip", - "start": 83831, - "end": 83868, + "start": 86221, + "end": 86258, "loc": { "start": { - "line": 1848, + "line": 1890, "column": 20 }, "end": { - "line": 1848, + "line": 1890, "column": 57 } } @@ -408657,29 +408929,29 @@ }, { "type": "IfStatement", - "start": 83949, - "end": 84096, + "start": 86339, + "end": 86486, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 20 }, "end": { - "line": 1852, + "line": 1894, "column": 21 } }, "test": { "type": "UnaryExpression", - "start": 83954, - "end": 83997, + "start": 86344, + "end": 86387, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 25 }, "end": { - "line": 1850, + "line": 1892, "column": 68 } }, @@ -408687,57 +408959,57 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 83956, - "end": 83997, + "start": 86346, + "end": 86387, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 83956, - "end": 83984, + "start": 86346, + "end": 86374, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 83956, - "end": 83969, + "start": 86346, + "end": 86359, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 40 } }, "object": { "type": "Identifier", - "start": 83956, - "end": 83962, + "start": 86346, + "end": 86352, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 33 }, "identifierName": "params" @@ -408746,15 +409018,15 @@ }, "property": { "type": "Identifier", - "start": 83963, - "end": 83969, + "start": 86353, + "end": 86359, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 34 }, "end": { - "line": 1850, + "line": 1892, "column": 40 }, "identifierName": "extend" @@ -408765,15 +409037,15 @@ }, "property": { "type": "Identifier", - "start": 83970, - "end": 83984, + "start": 86360, + "end": 86374, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 41 }, "end": { - "line": 1850, + "line": 1892, "column": 55 }, "identifierName": "hasOwnProperty" @@ -408785,15 +409057,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 83986, - "end": 83995, + "start": 86376, + "end": 86385, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 57 }, "end": { - "line": 1850, + "line": 1892, "column": 66 } }, @@ -408811,72 +409083,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 84000, - "end": 84096, + "start": 86390, + "end": 86486, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 71 }, "end": { - "line": 1852, + "line": 1894, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 84026, - "end": 84074, + "start": 86416, + "end": 86464, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 84026, - "end": 84074, + "start": 86416, + "end": 86464, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 84026, - "end": 84040, + "start": 86416, + "end": 86430, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 38 } }, "object": { "type": "Identifier", - "start": 84026, - "end": 84035, + "start": 86416, + "end": 86425, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 33 }, "identifierName": "_evt_elem" @@ -408885,15 +409157,15 @@ }, "property": { "type": "Identifier", - "start": 84036, - "end": 84040, + "start": 86426, + "end": 86430, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 34 }, "end": { - "line": 1851, + "line": 1893, "column": 38 }, "identifierName": "attr" @@ -408905,15 +409177,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 84042, - "end": 84056, + "start": 86432, + "end": 86446, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 40 }, "end": { - "line": 1851, + "line": 1893, "column": 54 } }, @@ -408925,29 +409197,29 @@ }, { "type": "MemberExpression", - "start": 84058, - "end": 84072, + "start": 86448, + "end": 86462, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 56 }, "end": { - "line": 1851, + "line": 1893, "column": 70 } }, "object": { "type": "Identifier", - "start": 84058, - "end": 84064, + "start": 86448, + "end": 86454, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 56 }, "end": { - "line": 1851, + "line": 1893, "column": 62 }, "identifierName": "params" @@ -408956,15 +409228,15 @@ }, "property": { "type": "Identifier", - "start": 84065, - "end": 84072, + "start": 86455, + "end": 86462, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 63 }, "end": { - "line": 1851, + "line": 1893, "column": 70 }, "identifierName": "content" @@ -408997,29 +409269,29 @@ }, { "type": "IfStatement", - "start": 84156, - "end": 84272, + "start": 86546, + "end": 86662, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 8 }, "end": { - "line": 1859, + "line": 1901, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 84161, - "end": 84195, + "start": 86551, + "end": 86585, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 13 }, "end": { - "line": 1857, + "line": 1899, "column": 47 } }, @@ -409027,58 +409299,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 84163, - "end": 84195, + "start": 86553, + "end": 86585, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 84163, - "end": 84176, + "start": 86553, + "end": 86566, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 84163, - "end": 84167, + "start": 86553, + "end": 86557, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 19 } } }, "property": { "type": "Identifier", - "start": 84168, - "end": 84176, + "start": 86558, + "end": 86566, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 20 }, "end": { - "line": 1857, + "line": 1899, "column": 28 }, "identifierName": "is_empty" @@ -409090,29 +409362,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 84178, - "end": 84193, + "start": 86568, + "end": 86583, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 30 }, "end": { - "line": 1857, + "line": 1899, "column": 45 } }, "object": { "type": "Identifier", - "start": 84178, - "end": 84184, + "start": 86568, + "end": 86574, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 30 }, "end": { - "line": 1857, + "line": 1899, "column": 36 }, "identifierName": "params" @@ -409121,15 +409393,15 @@ }, "property": { "type": "Identifier", - "start": 84185, - "end": 84193, + "start": 86575, + "end": 86583, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 37 }, "end": { - "line": 1857, + "line": 1899, "column": 45 }, "identifierName": "callback" @@ -409146,72 +409418,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 84198, - "end": 84272, + "start": 86588, + "end": 86662, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 50 }, "end": { - "line": 1859, + "line": 1901, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 84212, - "end": 84262, + "start": 86602, + "end": 86652, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 84212, - "end": 84262, + "start": 86602, + "end": 86652, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 84212, - "end": 84226, + "start": 86602, + "end": 86616, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 26 } }, "object": { "type": "Identifier", - "start": 84212, - "end": 84221, + "start": 86602, + "end": 86611, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 21 }, "identifierName": "_evt_elem" @@ -409220,15 +409492,15 @@ }, "property": { "type": "Identifier", - "start": 84222, - "end": 84226, + "start": 86612, + "end": 86616, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 22 }, "end": { - "line": 1858, + "line": 1900, "column": 26 }, "identifierName": "attr" @@ -409240,15 +409512,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 84228, - "end": 84243, + "start": 86618, + "end": 86633, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 28 }, "end": { - "line": 1858, + "line": 1900, "column": 43 } }, @@ -409260,29 +409532,29 @@ }, { "type": "MemberExpression", - "start": 84245, - "end": 84260, + "start": 86635, + "end": 86650, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 45 }, "end": { - "line": 1858, + "line": 1900, "column": 60 } }, "object": { "type": "Identifier", - "start": 84245, - "end": 84251, + "start": 86635, + "end": 86641, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 45 }, "end": { - "line": 1858, + "line": 1900, "column": 51 }, "identifierName": "params" @@ -409291,15 +409563,15 @@ }, "property": { "type": "Identifier", - "start": 84252, - "end": 84260, + "start": 86642, + "end": 86650, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 52 }, "end": { - "line": 1858, + "line": 1900, "column": 60 }, "identifierName": "callback" @@ -409318,29 +409590,29 @@ }, { "type": "ReturnStatement", - "start": 84290, - "end": 84306, + "start": 86680, + "end": 86696, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 8 }, "end": { - "line": 1861, + "line": 1903, "column": 24 } }, "argument": { "type": "Identifier", - "start": 84297, - "end": 84306, + "start": 86687, + "end": 86696, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 15 }, "end": { - "line": 1861, + "line": 1903, "column": 24 }, "identifierName": "_evt_elem" @@ -409356,15 +409628,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -409374,15 +409646,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -409391,15 +409663,15 @@ }, { "type": "ClassMethod", - "start": 84499, - "end": 85400, + "start": 86889, + "end": 87790, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 4 }, "end": { - "line": 1893, + "line": 1935, "column": 5 } }, @@ -409407,15 +409679,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 84499, - "end": 84514, + "start": 86889, + "end": 86904, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 4 }, "end": { - "line": 1871, + "line": 1913, "column": 19 }, "identifierName": "_getPointerSize" @@ -409431,15 +409703,15 @@ "params": [ { "type": "Identifier", - "start": 84516, - "end": 84519, + "start": 86906, + "end": 86909, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 21 }, "end": { - "line": 1871, + "line": 1913, "column": 24 }, "identifierName": "key" @@ -409448,15 +409720,15 @@ }, { "type": "Identifier", - "start": 84521, - "end": 84527, + "start": 86911, + "end": 86917, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 26 }, "end": { - "line": 1871, + "line": 1913, "column": 32 }, "identifierName": "margin" @@ -409466,59 +409738,59 @@ ], "body": { "type": "BlockStatement", - "start": 84530, - "end": 85400, + "start": 86920, + "end": 87790, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 35 }, "end": { - "line": 1893, + "line": 1935, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 84577, - "end": 84720, + "start": 86967, + "end": 87110, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 8 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 84581, - "end": 84609, + "start": 86971, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 12 }, "end": { - "line": 1873, + "line": 1915, "column": 40 } }, "id": { "type": "Identifier", - "start": 84581, - "end": 84587, + "start": 86971, + "end": 86977, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 12 }, "end": { - "line": 1873, + "line": 1915, "column": 18 }, "identifierName": "_props" @@ -409528,44 +409800,44 @@ }, "init": { "type": "MemberExpression", - "start": 84590, - "end": 84609, + "start": 86980, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 21 }, "end": { - "line": 1873, + "line": 1915, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 84590, - "end": 84594, + "start": 86980, + "end": 86984, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 21 }, "end": { - "line": 1873, + "line": 1915, "column": 25 } } }, "property": { "type": "Identifier", - "start": 84595, - "end": 84609, + "start": 86985, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 26 }, "end": { - "line": 1873, + "line": 1915, "column": 40 }, "identifierName": "_instanceProps" @@ -409578,29 +409850,29 @@ }, { "type": "VariableDeclarator", - "start": 84623, - "end": 84693, + "start": 87013, + "end": 87083, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 12 }, "end": { - "line": 1874, + "line": 1916, "column": 82 } }, "id": { "type": "Identifier", - "start": 84623, - "end": 84627, + "start": 87013, + "end": 87017, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 12 }, "end": { - "line": 1874, + "line": 1916, "column": 16 }, "identifierName": "_max" @@ -409609,57 +409881,57 @@ }, "init": { "type": "BinaryExpression", - "start": 84632, - "end": 84693, + "start": 87022, + "end": 87083, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 82 } }, "left": { "type": "CallExpression", - "start": 84632, - "end": 84676, + "start": 87022, + "end": 87066, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 84632, - "end": 84640, + "start": 87022, + "end": 87030, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 29 } }, "object": { "type": "Identifier", - "start": 84632, - "end": 84636, + "start": 87022, + "end": 87026, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 25 }, "identifierName": "Math" @@ -409668,15 +409940,15 @@ }, "property": { "type": "Identifier", - "start": 84637, - "end": 84640, + "start": 87027, + "end": 87030, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 26 }, "end": { - "line": 1874, + "line": 1916, "column": 29 }, "identifierName": "min" @@ -409688,29 +409960,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 84642, - "end": 84658, + "start": 87032, + "end": 87048, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 31 }, "end": { - "line": 1874, + "line": 1916, "column": 47 } }, "object": { "type": "Identifier", - "start": 84642, - "end": 84648, + "start": 87032, + "end": 87038, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 31 }, "end": { - "line": 1874, + "line": 1916, "column": 37 }, "identifierName": "_props" @@ -409719,15 +409991,15 @@ }, "property": { "type": "Identifier", - "start": 84649, - "end": 84658, + "start": 87039, + "end": 87048, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 38 }, "end": { - "line": 1874, + "line": 1916, "column": 47 }, "identifierName": "scaleSize" @@ -409738,29 +410010,29 @@ }, { "type": "MemberExpression", - "start": 84660, - "end": 84674, + "start": 87050, + "end": 87064, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 49 }, "end": { - "line": 1874, + "line": 1916, "column": 63 } }, "object": { "type": "Identifier", - "start": 84660, - "end": 84666, + "start": 87050, + "end": 87056, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 49 }, "end": { - "line": 1874, + "line": 1916, "column": 55 }, "identifierName": "_props" @@ -409769,15 +410041,15 @@ }, "property": { "type": "Identifier", - "start": 84667, - "end": 84674, + "start": 87057, + "end": 87064, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 56 }, "end": { - "line": 1874, + "line": 1916, "column": 63 }, "identifierName": "rowSize" @@ -409791,29 +410063,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 84681, - "end": 84691, + "start": 87071, + "end": 87081, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 70 }, "end": { - "line": 1874, + "line": 1916, "column": 80 } }, "left": { "type": "Identifier", - "start": 84681, - "end": 84687, + "start": 87071, + "end": 87077, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 70 }, "end": { - "line": 1874, + "line": 1916, "column": 76 }, "identifierName": "margin" @@ -409823,15 +410095,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 84690, - "end": 84691, + "start": 87080, + "end": 87081, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 79 }, "end": { - "line": 1874, + "line": 1916, "column": 80 } }, @@ -409843,36 +410115,36 @@ }, "extra": { "parenthesized": true, - "parenStart": 84679 + "parenStart": 87069 } } } }, { "type": "VariableDeclarator", - "start": 84707, - "end": 84720, + "start": 87097, + "end": 87110, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 12 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } }, "id": { "type": "Identifier", - "start": 84707, - "end": 84712, + "start": 87097, + "end": 87102, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 12 }, "end": { - "line": 1875, + "line": 1917, "column": 17 }, "identifierName": "_size" @@ -409881,15 +410153,15 @@ }, "init": { "type": "NullLiteral", - "start": 84716, - "end": 84720, + "start": 87106, + "end": 87110, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 21 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } } @@ -409901,15 +410173,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 84540, - "end": 84568, + "start": 86930, + "end": 86958, "loc": { "start": { - "line": 1872, + "line": 1914, "column": 8 }, "end": { - "line": 1872, + "line": 1914, "column": 36 } } @@ -409918,29 +410190,29 @@ }, { "type": "SwitchStatement", - "start": 84738, - "end": 85301, + "start": 87128, + "end": 87691, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 8 }, "end": { - "line": 1889, + "line": 1931, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 84747, - "end": 84751, + "start": 87137, + "end": 87141, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 17 }, "end": { - "line": 1877, + "line": 1919, "column": 21 } }, @@ -409949,59 +410221,59 @@ "cases": [ { "type": "SwitchCase", - "start": 84768, - "end": 84903, + "start": 87158, + "end": 87293, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 12 }, "end": { - "line": 1880, + "line": 1922, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 84813, - "end": 84881, + "start": 87203, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 84813, - "end": 84881, + "start": 87203, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 84813, - "end": 84818, + "start": 87203, + "end": 87208, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 21 }, "identifierName": "_size" @@ -410010,43 +410282,43 @@ }, "right": { "type": "CallExpression", - "start": 84821, - "end": 84881, + "start": 87211, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 84821, - "end": 84829, + "start": 87211, + "end": 87219, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 32 } }, "object": { "type": "Identifier", - "start": 84821, - "end": 84825, + "start": 87211, + "end": 87215, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 28 }, "identifierName": "Math" @@ -410055,15 +410327,15 @@ }, "property": { "type": "Identifier", - "start": 84826, - "end": 84829, + "start": 87216, + "end": 87219, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 29 }, "end": { - "line": 1879, + "line": 1921, "column": 32 }, "identifierName": "max" @@ -410075,58 +410347,58 @@ "arguments": [ { "type": "CallExpression", - "start": 84831, - "end": 84861, + "start": 87221, + "end": 87251, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 84831, - "end": 84844, + "start": 87221, + "end": 87234, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 84831, - "end": 84835, + "start": 87221, + "end": 87225, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 38 } } }, "property": { "type": "Identifier", - "start": 84836, - "end": 84844, + "start": 87226, + "end": 87234, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 39 }, "end": { - "line": 1879, + "line": 1921, "column": 47 }, "identifierName": "numRound" @@ -410138,29 +410410,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 84846, - "end": 84856, + "start": 87236, + "end": 87246, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 49 }, "end": { - "line": 1879, + "line": 1921, "column": 59 } }, "left": { "type": "Identifier", - "start": 84846, - "end": 84850, + "start": 87236, + "end": 87240, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 49 }, "end": { - "line": 1879, + "line": 1921, "column": 53 }, "identifierName": "_max" @@ -410170,15 +410442,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 84853, - "end": 84856, + "start": 87243, + "end": 87246, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 56 }, "end": { - "line": 1879, + "line": 1921, "column": 59 } }, @@ -410191,15 +410463,15 @@ }, { "type": "NumericLiteral", - "start": 84858, - "end": 84859, + "start": 87248, + "end": 87249, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 61 }, "end": { - "line": 1879, + "line": 1921, "column": 62 } }, @@ -410213,15 +410485,15 @@ }, { "type": "Identifier", - "start": 84863, - "end": 84879, + "start": 87253, + "end": 87269, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 66 }, "end": { - "line": 1879, + "line": 1921, "column": 82 }, "identifierName": "MIN_POINTER_SIZE" @@ -410234,15 +410506,15 @@ }, { "type": "BreakStatement", - "start": 84898, - "end": 84903, + "start": 87288, + "end": 87293, "loc": { "start": { - "line": 1880, + "line": 1922, "column": 16 }, "end": { - "line": 1880, + "line": 1922, "column": 21 } }, @@ -410251,43 +410523,43 @@ ], "test": { "type": "CallExpression", - "start": 84773, - "end": 84795, + "start": 87163, + "end": 87185, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 84773, - "end": 84788, + "start": 87163, + "end": 87178, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 84773, - "end": 84783, + "start": 87163, + "end": 87173, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 27 } }, @@ -410299,15 +410571,15 @@ }, "property": { "type": "Identifier", - "start": 84784, - "end": 84788, + "start": 87174, + "end": 87178, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 28 }, "end": { - "line": 1878, + "line": 1920, "column": 32 }, "identifierName": "test" @@ -410319,15 +410591,15 @@ "arguments": [ { "type": "Identifier", - "start": 84790, - "end": 84793, + "start": 87180, + "end": 87183, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 34 }, "end": { - "line": 1878, + "line": 1920, "column": 37 }, "identifierName": "key" @@ -410339,59 +410611,59 @@ }, { "type": "SwitchCase", - "start": 84916, - "end": 85050, + "start": 87306, + "end": 87440, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 12 }, "end": { - "line": 1883, + "line": 1925, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 84962, - "end": 85028, + "start": 87352, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 84962, - "end": 85028, + "start": 87352, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "operator": "=", "left": { "type": "Identifier", - "start": 84962, - "end": 84967, + "start": 87352, + "end": 87357, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 21 }, "identifierName": "_size" @@ -410400,43 +410672,43 @@ }, "right": { "type": "CallExpression", - "start": 84970, - "end": 85028, + "start": 87360, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 84970, - "end": 84978, + "start": 87360, + "end": 87368, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 32 } }, "object": { "type": "Identifier", - "start": 84970, - "end": 84974, + "start": 87360, + "end": 87364, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 28 }, "identifierName": "Math" @@ -410445,15 +410717,15 @@ }, "property": { "type": "Identifier", - "start": 84975, - "end": 84978, + "start": 87365, + "end": 87368, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 29 }, "end": { - "line": 1882, + "line": 1924, "column": 32 }, "identifierName": "max" @@ -410465,58 +410737,58 @@ "arguments": [ { "type": "CallExpression", - "start": 84980, - "end": 85008, + "start": 87370, + "end": 87398, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 84980, - "end": 84993, + "start": 87370, + "end": 87383, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 84980, - "end": 84984, + "start": 87370, + "end": 87374, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 38 } } }, "property": { "type": "Identifier", - "start": 84985, - "end": 84993, + "start": 87375, + "end": 87383, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 39 }, "end": { - "line": 1882, + "line": 1924, "column": 47 }, "identifierName": "numRound" @@ -410528,29 +410800,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 84995, - "end": 85003, + "start": 87385, + "end": 87393, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 49 }, "end": { - "line": 1882, + "line": 1924, "column": 57 } }, "left": { "type": "Identifier", - "start": 84995, - "end": 84999, + "start": 87385, + "end": 87389, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 49 }, "end": { - "line": 1882, + "line": 1924, "column": 53 }, "identifierName": "_max" @@ -410560,15 +410832,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85002, - "end": 85003, + "start": 87392, + "end": 87393, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 56 }, "end": { - "line": 1882, + "line": 1924, "column": 57 } }, @@ -410581,15 +410853,15 @@ }, { "type": "NumericLiteral", - "start": 85005, - "end": 85006, + "start": 87395, + "end": 87396, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 59 }, "end": { - "line": 1882, + "line": 1924, "column": 60 } }, @@ -410603,15 +410875,15 @@ }, { "type": "Identifier", - "start": 85010, - "end": 85026, + "start": 87400, + "end": 87416, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 64 }, "end": { - "line": 1882, + "line": 1924, "column": 80 }, "identifierName": "MIN_POINTER_SIZE" @@ -410624,15 +410896,15 @@ }, { "type": "BreakStatement", - "start": 85045, - "end": 85050, + "start": 87435, + "end": 87440, "loc": { "start": { - "line": 1883, + "line": 1925, "column": 16 }, "end": { - "line": 1883, + "line": 1925, "column": 21 } }, @@ -410641,43 +410913,43 @@ ], "test": { "type": "CallExpression", - "start": 84921, - "end": 84944, + "start": 87311, + "end": 87334, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 84921, - "end": 84937, + "start": 87311, + "end": 87327, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 84921, - "end": 84932, + "start": 87311, + "end": 87322, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 28 } }, @@ -410689,15 +410961,15 @@ }, "property": { "type": "Identifier", - "start": 84933, - "end": 84937, + "start": 87323, + "end": 87327, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 29 }, "end": { - "line": 1881, + "line": 1923, "column": 33 }, "identifierName": "test" @@ -410709,15 +410981,15 @@ "arguments": [ { "type": "Identifier", - "start": 84939, - "end": 84942, + "start": 87329, + "end": 87332, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 35 }, "end": { - "line": 1881, + "line": 1923, "column": 38 }, "identifierName": "key" @@ -410729,59 +411001,59 @@ }, { "type": "SwitchCase", - "start": 85063, - "end": 85196, + "start": 87453, + "end": 87586, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 12 }, "end": { - "line": 1886, + "line": 1928, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 85108, - "end": 85174, + "start": 87498, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 85108, - "end": 85174, + "start": 87498, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "operator": "=", "left": { "type": "Identifier", - "start": 85108, - "end": 85113, + "start": 87498, + "end": 87503, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 21 }, "identifierName": "_size" @@ -410790,43 +411062,43 @@ }, "right": { "type": "CallExpression", - "start": 85116, - "end": 85174, + "start": 87506, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 85116, - "end": 85124, + "start": 87506, + "end": 87514, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 32 } }, "object": { "type": "Identifier", - "start": 85116, - "end": 85120, + "start": 87506, + "end": 87510, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 28 }, "identifierName": "Math" @@ -410835,15 +411107,15 @@ }, "property": { "type": "Identifier", - "start": 85121, - "end": 85124, + "start": 87511, + "end": 87514, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 29 }, "end": { - "line": 1885, + "line": 1927, "column": 32 }, "identifierName": "max" @@ -410855,58 +411127,58 @@ "arguments": [ { "type": "CallExpression", - "start": 85126, - "end": 85154, + "start": 87516, + "end": 87544, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 85126, - "end": 85139, + "start": 87516, + "end": 87529, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 85126, - "end": 85130, + "start": 87516, + "end": 87520, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 38 } } }, "property": { "type": "Identifier", - "start": 85131, - "end": 85139, + "start": 87521, + "end": 87529, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 39 }, "end": { - "line": 1885, + "line": 1927, "column": 47 }, "identifierName": "numRound" @@ -410918,29 +411190,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 85141, - "end": 85149, + "start": 87531, + "end": 87539, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 49 }, "end": { - "line": 1885, + "line": 1927, "column": 57 } }, "left": { "type": "Identifier", - "start": 85141, - "end": 85145, + "start": 87531, + "end": 87535, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 49 }, "end": { - "line": 1885, + "line": 1927, "column": 53 }, "identifierName": "_max" @@ -410950,15 +411222,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85148, - "end": 85149, + "start": 87538, + "end": 87539, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 56 }, "end": { - "line": 1885, + "line": 1927, "column": 57 } }, @@ -410971,15 +411243,15 @@ }, { "type": "NumericLiteral", - "start": 85151, - "end": 85152, + "start": 87541, + "end": 87542, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 59 }, "end": { - "line": 1885, + "line": 1927, "column": 60 } }, @@ -410993,15 +411265,15 @@ }, { "type": "Identifier", - "start": 85156, - "end": 85172, + "start": 87546, + "end": 87562, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 64 }, "end": { - "line": 1885, + "line": 1927, "column": 80 }, "identifierName": "MIN_POINTER_SIZE" @@ -411014,15 +411286,15 @@ }, { "type": "BreakStatement", - "start": 85191, - "end": 85196, + "start": 87581, + "end": 87586, "loc": { "start": { - "line": 1886, + "line": 1928, "column": 16 }, "end": { - "line": 1886, + "line": 1928, "column": 21 } }, @@ -411031,43 +411303,43 @@ ], "test": { "type": "CallExpression", - "start": 85068, - "end": 85090, + "start": 87458, + "end": 87480, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 85068, - "end": 85083, + "start": 87458, + "end": 87473, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 85068, - "end": 85078, + "start": 87458, + "end": 87468, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 27 } }, @@ -411079,15 +411351,15 @@ }, "property": { "type": "Identifier", - "start": 85079, - "end": 85083, + "start": 87469, + "end": 87473, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 28 }, "end": { - "line": 1884, + "line": 1926, "column": 32 }, "identifierName": "test" @@ -411099,15 +411371,15 @@ "arguments": [ { "type": "Identifier", - "start": 85085, - "end": 85088, + "start": 87475, + "end": 87478, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 34 }, "end": { - "line": 1884, + "line": 1926, "column": 37 }, "identifierName": "key" @@ -411119,59 +411391,59 @@ }, { "type": "SwitchCase", - "start": 85209, - "end": 85291, + "start": 87599, + "end": 87681, "loc": { "start": { - "line": 1887, + "line": 1929, "column": 12 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 85234, - "end": 85291, + "start": 87624, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 85234, - "end": 85291, + "start": 87624, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "operator": "=", "left": { "type": "Identifier", - "start": 85234, - "end": 85239, + "start": 87624, + "end": 87629, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 21 }, "identifierName": "_size" @@ -411180,43 +411452,43 @@ }, "right": { "type": "CallExpression", - "start": 85242, - "end": 85291, + "start": 87632, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 85242, - "end": 85250, + "start": 87632, + "end": 87640, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 32 } }, "object": { "type": "Identifier", - "start": 85242, - "end": 85246, + "start": 87632, + "end": 87636, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 28 }, "identifierName": "Math" @@ -411225,15 +411497,15 @@ }, "property": { "type": "Identifier", - "start": 85247, - "end": 85250, + "start": 87637, + "end": 87640, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 29 }, "end": { - "line": 1888, + "line": 1930, "column": 32 }, "identifierName": "max" @@ -411245,29 +411517,29 @@ "arguments": [ { "type": "CallExpression", - "start": 85252, - "end": 85271, + "start": 87642, + "end": 87661, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 34 }, "end": { - "line": 1888, + "line": 1930, "column": 53 } }, "callee": { "type": "Identifier", - "start": 85252, - "end": 85260, + "start": 87642, + "end": 87650, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 34 }, "end": { - "line": 1888, + "line": 1930, "column": 42 }, "identifierName": "parseInt" @@ -411277,15 +411549,15 @@ "arguments": [ { "type": "Identifier", - "start": 85262, - "end": 85265, + "start": 87652, + "end": 87655, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 44 }, "end": { - "line": 1888, + "line": 1930, "column": 47 }, "identifierName": "key" @@ -411294,15 +411566,15 @@ }, { "type": "NumericLiteral", - "start": 85267, - "end": 85269, + "start": 87657, + "end": 87659, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 49 }, "end": { - "line": 1888, + "line": 1930, "column": 51 } }, @@ -411316,15 +411588,15 @@ }, { "type": "Identifier", - "start": 85273, - "end": 85289, + "start": 87663, + "end": 87679, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 55 }, "end": { - "line": 1888, + "line": 1930, "column": 71 }, "identifierName": "MIN_POINTER_SIZE" @@ -411343,15 +411615,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -411360,29 +411632,29 @@ }, { "type": "ReturnStatement", - "start": 85382, - "end": 85394, + "start": 87772, + "end": 87784, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 8 }, "end": { - "line": 1892, + "line": 1934, "column": 20 } }, "argument": { "type": "Identifier", - "start": 85389, - "end": 85394, + "start": 87779, + "end": 87784, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 15 }, "end": { - "line": 1892, + "line": 1934, "column": 20 }, "identifierName": "_size" @@ -411394,15 +411666,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -411417,15 +411689,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -411435,15 +411707,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -411452,15 +411724,15 @@ }, { "type": "ClassMethod", - "start": 85508, - "end": 99953, + "start": 87898, + "end": 102343, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 4 }, "end": { - "line": 2140, + "line": 2182, "column": 5 } }, @@ -411468,15 +411740,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 85508, - "end": 85525, + "start": 87898, + "end": 87915, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 4 }, "end": { - "line": 1900, + "line": 1942, "column": 21 }, "identifierName": "_drawRelationLine" @@ -411492,15 +411764,15 @@ "params": [ { "type": "Identifier", - "start": 85527, - "end": 85533, + "start": 87917, + "end": 87923, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 23 }, "end": { - "line": 1900, + "line": 1942, "column": 29 }, "identifierName": "events" @@ -411510,59 +411782,59 @@ ], "body": { "type": "BlockStatement", - "start": 85536, - "end": 99953, + "start": 87926, + "end": 102343, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 32 }, "end": { - "line": 2140, + "line": 2182, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 85546, - "end": 97586, + "start": 87936, + "end": 99976, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 8 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 85550, - "end": 85578, + "start": 87940, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 12 }, "end": { - "line": 1901, + "line": 1943, "column": 40 } }, "id": { "type": "Identifier", - "start": 85550, - "end": 85555, + "start": 87940, + "end": 87945, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 12 }, "end": { - "line": 1901, + "line": 1943, "column": 17 }, "identifierName": "_opts" @@ -411571,44 +411843,44 @@ }, "init": { "type": "MemberExpression", - "start": 85566, - "end": 85578, + "start": 87956, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 28 }, "end": { - "line": 1901, + "line": 1943, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 85566, - "end": 85570, + "start": 87956, + "end": 87960, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 28 }, "end": { - "line": 1901, + "line": 1943, "column": 32 } } }, "property": { "type": "Identifier", - "start": 85571, - "end": 85578, + "start": 87961, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 33 }, "end": { - "line": 1901, + "line": 1943, "column": 40 }, "identifierName": "_config" @@ -411620,29 +411892,29 @@ }, { "type": "VariableDeclarator", - "start": 85592, - "end": 85627, + "start": 87982, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 12 }, "end": { - "line": 1902, + "line": 1944, "column": 47 } }, "id": { "type": "Identifier", - "start": 85592, - "end": 85598, + "start": 87982, + "end": 87988, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 12 }, "end": { - "line": 1902, + "line": 1944, "column": 18 }, "identifierName": "_props" @@ -411651,44 +411923,44 @@ }, "init": { "type": "MemberExpression", - "start": 85608, - "end": 85627, + "start": 87998, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 28 }, "end": { - "line": 1902, + "line": 1944, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 85608, - "end": 85612, + "start": 87998, + "end": 88002, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 28 }, "end": { - "line": 1902, + "line": 1944, "column": 32 } } }, "property": { "type": "Identifier", - "start": 85613, - "end": 85627, + "start": 88003, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 33 }, "end": { - "line": 1902, + "line": 1944, "column": 47 }, "identifierName": "_instanceProps" @@ -411700,29 +411972,29 @@ }, { "type": "VariableDeclarator", - "start": 85641, - "end": 85714, + "start": 88031, + "end": 88104, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 12 }, "end": { - "line": 1903, + "line": 1945, "column": 85 } }, "id": { "type": "Identifier", - "start": 85641, - "end": 85648, + "start": 88031, + "end": 88038, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 12 }, "end": { - "line": 1903, + "line": 1945, "column": 19 }, "identifierName": "_canvas" @@ -411731,57 +412003,57 @@ }, "init": { "type": "CallExpression", - "start": 85657, - "end": 85714, + "start": 88047, + "end": 88104, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 85657, - "end": 85678, + "start": 88047, + "end": 88068, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 49 } }, "object": { "type": "CallExpression", - "start": 85657, - "end": 85673, + "start": 88047, + "end": 88063, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 44 } }, "callee": { "type": "Identifier", - "start": 85657, - "end": 85658, + "start": 88047, + "end": 88048, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 29 }, "identifierName": "$" @@ -411791,44 +412063,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 85659, - "end": 85672, + "start": 88049, + "end": 88062, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 30 }, "end": { - "line": 1903, + "line": 1945, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 85659, - "end": 85663, + "start": 88049, + "end": 88053, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 30 }, "end": { - "line": 1903, + "line": 1945, "column": 34 } } }, "property": { "type": "Identifier", - "start": 85664, - "end": 85672, + "start": 88054, + "end": 88062, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 35 }, "end": { - "line": 1903, + "line": 1945, "column": 43 }, "identifierName": "_element" @@ -411841,15 +412113,15 @@ }, "property": { "type": "Identifier", - "start": 85674, - "end": 85678, + "start": 88064, + "end": 88068, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 45 }, "end": { - "line": 1903, + "line": 1945, "column": 49 }, "identifierName": "find" @@ -411861,29 +412133,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 85680, - "end": 85712, + "start": 88070, + "end": 88102, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 51 }, "end": { - "line": 1903, + "line": 1945, "column": 83 } }, "object": { "type": "Identifier", - "start": 85680, - "end": 85688, + "start": 88070, + "end": 88078, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 51 }, "end": { - "line": 1903, + "line": 1945, "column": 59 }, "identifierName": "Selector" @@ -411892,15 +412164,15 @@ }, "property": { "type": "Identifier", - "start": 85689, - "end": 85712, + "start": 88079, + "end": 88102, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 60 }, "end": { - "line": 1903, + "line": 1945, "column": 83 }, "identifierName": "TIMELINE_RELATION_LINES" @@ -411914,29 +412186,29 @@ }, { "type": "VariableDeclarator", - "start": 85728, - "end": 85771, + "start": 88118, + "end": 88161, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 12 }, "end": { - "line": 1904, + "line": 1946, "column": 55 } }, "id": { "type": "Identifier", - "start": 85728, - "end": 85741, + "start": 88118, + "end": 88131, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 12 }, "end": { - "line": 1904, + "line": 1946, "column": 25 }, "identifierName": "ctx_relations" @@ -411945,57 +412217,57 @@ }, "init": { "type": "CallExpression", - "start": 85744, - "end": 85771, + "start": 88134, + "end": 88161, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 85744, - "end": 85765, + "start": 88134, + "end": 88155, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 85744, - "end": 85754, + "start": 88134, + "end": 88144, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 38 } }, "object": { "type": "Identifier", - "start": 85744, - "end": 85751, + "start": 88134, + "end": 88141, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 35 }, "identifierName": "_canvas" @@ -412004,15 +412276,15 @@ }, "property": { "type": "NumericLiteral", - "start": 85752, - "end": 85753, + "start": 88142, + "end": 88143, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 36 }, "end": { - "line": 1904, + "line": 1946, "column": 37 } }, @@ -412026,15 +412298,15 @@ }, "property": { "type": "Identifier", - "start": 85755, - "end": 85765, + "start": 88145, + "end": 88155, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 39 }, "end": { - "line": 1904, + "line": 1946, "column": 49 }, "identifierName": "getContext" @@ -412046,15 +412318,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 85766, - "end": 85770, + "start": 88156, + "end": 88160, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 50 }, "end": { - "line": 1904, + "line": 1946, "column": 54 } }, @@ -412069,29 +412341,29 @@ }, { "type": "VariableDeclarator", - "start": 85785, - "end": 97586, + "start": 88175, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 12 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "id": { "type": "Identifier", - "start": 85785, - "end": 85793, + "start": 88175, + "end": 88183, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 12 }, "end": { - "line": 1905, + "line": 1947, "column": 20 }, "identifierName": "drawLine" @@ -412100,15 +412372,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 85801, - "end": 97586, + "start": 88191, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 28 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, @@ -412119,15 +412391,15 @@ "params": [ { "type": "Identifier", - "start": 85803, - "end": 85806, + "start": 88193, + "end": 88196, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 30 }, "end": { - "line": 1905, + "line": 1947, "column": 33 }, "identifierName": "_sx" @@ -412136,15 +412408,15 @@ }, { "type": "Identifier", - "start": 85808, - "end": 85811, + "start": 88198, + "end": 88201, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 35 }, "end": { - "line": 1905, + "line": 1947, "column": 38 }, "identifierName": "_sy" @@ -412153,15 +412425,15 @@ }, { "type": "Identifier", - "start": 85813, - "end": 85816, + "start": 88203, + "end": 88206, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 40 }, "end": { - "line": 1905, + "line": 1947, "column": 43 }, "identifierName": "_ex" @@ -412170,15 +412442,15 @@ }, { "type": "Identifier", - "start": 85818, - "end": 85821, + "start": 88208, + "end": 88211, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 45 }, "end": { - "line": 1905, + "line": 1947, "column": 48 }, "identifierName": "_ey" @@ -412187,15 +412459,15 @@ }, { "type": "Identifier", - "start": 85823, - "end": 85826, + "start": 88213, + "end": 88216, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 50 }, "end": { - "line": 1905, + "line": 1947, "column": 53 }, "identifierName": "evt" @@ -412204,15 +412476,15 @@ }, { "type": "Identifier", - "start": 85828, - "end": 85831, + "start": 88218, + "end": 88221, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 55 }, "end": { - "line": 1905, + "line": 1947, "column": 58 }, "identifierName": "_ba" @@ -412222,59 +412494,59 @@ ], "body": { "type": "BlockStatement", - "start": 85837, - "end": 97586, + "start": 88227, + "end": 99976, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 64 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 85855, - "end": 86088, + "start": 88245, + "end": 88478, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 16 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 85859, - "end": 85874, + "start": 88249, + "end": 88264, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 20 }, "end": { - "line": 1906, + "line": 1948, "column": 35 } }, "id": { "type": "Identifier", - "start": 85859, - "end": 85869, + "start": 88249, + "end": 88259, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 20 }, "end": { - "line": 1906, + "line": 1948, "column": 30 }, "identifierName": "_curveType" @@ -412283,15 +412555,15 @@ }, "init": { "type": "ObjectExpression", - "start": 85872, - "end": 85874, + "start": 88262, + "end": 88264, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 33 }, "end": { - "line": 1906, + "line": 1948, "column": 35 } }, @@ -412300,29 +412572,29 @@ }, { "type": "VariableDeclarator", - "start": 85896, - "end": 85977, + "start": 88286, + "end": 88367, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 20 }, "end": { - "line": 1907, + "line": 1949, "column": 101 } }, "id": { "type": "Identifier", - "start": 85896, - "end": 85903, + "start": 88286, + "end": 88293, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 20 }, "end": { - "line": 1907, + "line": 1949, "column": 27 }, "identifierName": "_radius" @@ -412331,58 +412603,58 @@ }, "init": { "type": "CallExpression", - "start": 85909, - "end": 85977, + "start": 88299, + "end": 88367, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 85909, - "end": 85922, + "start": 88299, + "end": 88312, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 85909, - "end": 85913, + "start": 88299, + "end": 88303, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 37 } } }, "property": { "type": "Identifier", - "start": 85914, - "end": 85922, + "start": 88304, + "end": 88312, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 38 }, "end": { - "line": 1907, + "line": 1949, "column": 46 }, "identifierName": "numRound" @@ -412394,57 +412666,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 85924, - "end": 85972, + "start": 88314, + "end": 88362, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 96 } }, "left": { "type": "CallExpression", - "start": 85924, - "end": 85968, + "start": 88314, + "end": 88358, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 85924, - "end": 85932, + "start": 88314, + "end": 88322, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 56 } }, "object": { "type": "Identifier", - "start": 85924, - "end": 85928, + "start": 88314, + "end": 88318, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 52 }, "identifierName": "Math" @@ -412453,15 +412725,15 @@ }, "property": { "type": "Identifier", - "start": 85929, - "end": 85932, + "start": 88319, + "end": 88322, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 53 }, "end": { - "line": 1907, + "line": 1949, "column": 56 }, "identifierName": "min" @@ -412473,29 +412745,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 85934, - "end": 85950, + "start": 88324, + "end": 88340, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 58 }, "end": { - "line": 1907, + "line": 1949, "column": 74 } }, "object": { "type": "Identifier", - "start": 85934, - "end": 85940, + "start": 88324, + "end": 88330, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 58 }, "end": { - "line": 1907, + "line": 1949, "column": 64 }, "identifierName": "_props" @@ -412504,15 +412776,15 @@ }, "property": { "type": "Identifier", - "start": 85941, - "end": 85950, + "start": 88331, + "end": 88340, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 65 }, "end": { - "line": 1907, + "line": 1949, "column": 74 }, "identifierName": "scaleSize" @@ -412523,29 +412795,29 @@ }, { "type": "MemberExpression", - "start": 85952, - "end": 85966, + "start": 88342, + "end": 88356, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 76 }, "end": { - "line": 1907, + "line": 1949, "column": 90 } }, "object": { "type": "Identifier", - "start": 85952, - "end": 85958, + "start": 88342, + "end": 88348, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 76 }, "end": { - "line": 1907, + "line": 1949, "column": 82 }, "identifierName": "_props" @@ -412554,15 +412826,15 @@ }, "property": { "type": "Identifier", - "start": 85959, - "end": 85966, + "start": 88349, + "end": 88356, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 83 }, "end": { - "line": 1907, + "line": 1949, "column": 90 }, "identifierName": "rowSize" @@ -412576,15 +412848,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 85971, - "end": 85972, + "start": 88361, + "end": 88362, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 95 }, "end": { - "line": 1907, + "line": 1949, "column": 96 } }, @@ -412597,15 +412869,15 @@ }, { "type": "NumericLiteral", - "start": 85974, - "end": 85975, + "start": 88364, + "end": 88365, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 98 }, "end": { - "line": 1907, + "line": 1949, "column": 99 } }, @@ -412620,29 +412892,29 @@ }, { "type": "VariableDeclarator", - "start": 85999, - "end": 86088, + "start": 88389, + "end": 88478, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 20 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "id": { "type": "Identifier", - "start": 85999, - "end": 86009, + "start": 88389, + "end": 88399, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 20 }, "end": { - "line": 1908, + "line": 1950, "column": 30 }, "identifierName": "_subRadius" @@ -412651,58 +412923,58 @@ }, "init": { "type": "CallExpression", - "start": 86012, - "end": 86088, + "start": 88402, + "end": 88478, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 86012, - "end": 86025, + "start": 88402, + "end": 88415, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 86012, - "end": 86016, + "start": 88402, + "end": 88406, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 37 } } }, "property": { "type": "Identifier", - "start": 86017, - "end": 86025, + "start": 88407, + "end": 88415, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 38 }, "end": { - "line": 1908, + "line": 1950, "column": 46 }, "identifierName": "numRound" @@ -412714,72 +412986,72 @@ "arguments": [ { "type": "BinaryExpression", - "start": 86027, - "end": 86083, + "start": 88417, + "end": 88473, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 104 } }, "left": { "type": "CallExpression", - "start": 86027, - "end": 86079, + "start": 88417, + "end": 88469, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 86027, - "end": 86047, + "start": 88417, + "end": 88437, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 86027, - "end": 86031, + "start": 88417, + "end": 88421, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 52 } } }, "property": { "type": "Identifier", - "start": 86032, - "end": 86047, + "start": 88422, + "end": 88437, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 53 }, "end": { - "line": 1908, + "line": 1950, "column": 68 }, "identifierName": "_getPointerSize" @@ -412791,29 +413063,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 86049, - "end": 86057, + "start": 88439, + "end": 88447, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 70 }, "end": { - "line": 1908, + "line": 1950, "column": 78 } }, "object": { "type": "Identifier", - "start": 86049, - "end": 86052, + "start": 88439, + "end": 88442, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 70 }, "end": { - "line": 1908, + "line": 1950, "column": 73 }, "identifierName": "evt" @@ -412822,15 +413094,15 @@ }, "property": { "type": "Identifier", - "start": 86053, - "end": 86057, + "start": 88443, + "end": 88447, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 74 }, "end": { - "line": 1908, + "line": 1950, "column": 78 }, "identifierName": "size" @@ -412841,29 +413113,29 @@ }, { "type": "MemberExpression", - "start": 86059, - "end": 86077, + "start": 88449, + "end": 88467, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 80 }, "end": { - "line": 1908, + "line": 1950, "column": 98 } }, "object": { "type": "Identifier", - "start": 86059, - "end": 86064, + "start": 88449, + "end": 88454, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 80 }, "end": { - "line": 1908, + "line": 1950, "column": 85 }, "identifierName": "_opts" @@ -412872,15 +413144,15 @@ }, "property": { "type": "Identifier", - "start": 86065, - "end": 86077, + "start": 88455, + "end": 88467, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 86 }, "end": { - "line": 1908, + "line": 1950, "column": 98 }, "identifierName": "marginHeight" @@ -412894,15 +413166,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 86082, - "end": 86083, + "start": 88472, + "end": 88473, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 103 }, "end": { - "line": 1908, + "line": 1950, "column": 104 } }, @@ -412915,15 +413187,15 @@ }, { "type": "NumericLiteral", - "start": 86085, - "end": 86086, + "start": 88475, + "end": 88476, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 106 }, "end": { - "line": 1908, + "line": 1950, "column": 107 } }, @@ -412944,15 +413216,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -412961,58 +413233,58 @@ }, { "type": "ExpressionStatement", - "start": 86150, - "end": 86197, + "start": 88540, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 86150, - "end": 86197, + "start": 88540, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86150, - "end": 86175, + "start": 88540, + "end": 88565, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 41 } }, "object": { "type": "Identifier", - "start": 86150, - "end": 86163, + "start": 88540, + "end": 88553, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 29 }, "identifierName": "ctx_relations" @@ -413022,15 +413294,15 @@ }, "property": { "type": "Identifier", - "start": 86164, - "end": 86175, + "start": 88554, + "end": 88565, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 30 }, "end": { - "line": 1911, + "line": 1953, "column": 41 }, "identifierName": "strokeStyle" @@ -413042,29 +413314,29 @@ }, "right": { "type": "MemberExpression", - "start": 86178, - "end": 86197, + "start": 88568, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 44 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } }, "object": { "type": "Identifier", - "start": 86178, - "end": 86189, + "start": 88568, + "end": 88579, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 44 }, "end": { - "line": 1911, + "line": 1953, "column": 55 }, "identifierName": "EventParams" @@ -413073,15 +413345,15 @@ }, "property": { "type": "Identifier", - "start": 86190, - "end": 86197, + "start": 88580, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 56 }, "end": { - "line": 1911, + "line": 1953, "column": 63 }, "identifierName": "bdColor" @@ -413096,15 +413368,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -413113,58 +413385,58 @@ }, { "type": "ExpressionStatement", - "start": 86214, - "end": 86245, + "start": 88604, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 86214, - "end": 86245, + "start": 88604, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86214, - "end": 86237, + "start": 88604, + "end": 88627, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 39 } }, "object": { "type": "Identifier", - "start": 86214, - "end": 86227, + "start": 88604, + "end": 88617, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 29 }, "identifierName": "ctx_relations" @@ -413173,15 +413445,15 @@ }, "property": { "type": "Identifier", - "start": 86228, - "end": 86237, + "start": 88618, + "end": 88627, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 30 }, "end": { - "line": 1912, + "line": 1954, "column": 39 }, "identifierName": "lineWidth" @@ -413192,15 +413464,15 @@ }, "right": { "type": "NumericLiteral", - "start": 86242, - "end": 86245, + "start": 88632, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 44 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } }, @@ -413214,58 +413486,58 @@ }, { "type": "ExpressionStatement", - "start": 86262, - "end": 86303, + "start": 88652, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 86262, - "end": 86303, + "start": 88652, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86262, - "end": 86282, + "start": 88652, + "end": 88672, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 36 } }, "object": { "type": "Identifier", - "start": 86262, - "end": 86275, + "start": 88652, + "end": 88665, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 29 }, "identifierName": "ctx_relations" @@ -413274,15 +413546,15 @@ }, "property": { "type": "Identifier", - "start": 86276, - "end": 86282, + "start": 88666, + "end": 88672, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 30 }, "end": { - "line": 1913, + "line": 1955, "column": 36 }, "identifierName": "filter" @@ -413293,15 +413565,15 @@ }, "right": { "type": "StringLiteral", - "start": 86290, - "end": 86303, + "start": 88680, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 44 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } }, @@ -413315,58 +413587,58 @@ }, { "type": "ForOfStatement", - "start": 86337, - "end": 92380, + "start": 88727, + "end": 94770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 16 }, "end": { - "line": 2007, + "line": 2049, "column": 17 } }, "left": { "type": "VariableDeclaration", - "start": 86343, - "end": 86351, + "start": 88733, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 22 }, "end": { - "line": 1915, + "line": 1957, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 86347, - "end": 86351, + "start": 88737, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 26 }, "end": { - "line": 1915, + "line": 1957, "column": 30 } }, "id": { "type": "Identifier", - "start": 86347, - "end": 86351, + "start": 88737, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 26 }, "end": { - "line": 1915, + "line": 1957, "column": 30 }, "identifierName": "_key" @@ -413380,43 +413652,43 @@ }, "right": { "type": "CallExpression", - "start": 86355, - "end": 86382, + "start": 88745, + "end": 88772, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 86355, - "end": 86366, + "start": 88745, + "end": 88756, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 45 } }, "object": { "type": "Identifier", - "start": 86355, - "end": 86361, + "start": 88745, + "end": 88751, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 40 }, "identifierName": "Object" @@ -413425,15 +413697,15 @@ }, "property": { "type": "Identifier", - "start": 86362, - "end": 86366, + "start": 88752, + "end": 88756, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 41 }, "end": { - "line": 1915, + "line": 1957, "column": 45 }, "identifierName": "keys" @@ -413445,29 +413717,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 86368, - "end": 86380, + "start": 88758, + "end": 88770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 47 }, "end": { - "line": 1915, + "line": 1957, "column": 59 } }, "object": { "type": "Identifier", - "start": 86368, - "end": 86371, + "start": 88758, + "end": 88761, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 47 }, "end": { - "line": 1915, + "line": 1957, "column": 50 }, "identifierName": "evt" @@ -413476,15 +413748,15 @@ }, "property": { "type": "Identifier", - "start": 86372, - "end": 86380, + "start": 88762, + "end": 88770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 51 }, "end": { - "line": 1915, + "line": 1957, "column": 59 }, "identifierName": "relation" @@ -413497,44 +413769,44 @@ }, "body": { "type": "BlockStatement", - "start": 86385, - "end": 92380, + "start": 88775, + "end": 94770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 64 }, "end": { - "line": 2007, + "line": 2049, "column": 17 } }, "body": [ { "type": "SwitchStatement", - "start": 86407, - "end": 92362, + "start": 88797, + "end": 94752, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 20 }, "end": { - "line": 2006, + "line": 2048, "column": 21 } }, "discriminant": { "type": "BooleanLiteral", - "start": 86416, - "end": 86420, + "start": 88806, + "end": 88810, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 29 }, "end": { - "line": 1916, + "line": 1958, "column": 33 } }, @@ -413543,73 +413815,73 @@ "cases": [ { "type": "SwitchCase", - "start": 86449, - "end": 86594, + "start": 88839, + "end": 88984, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 24 }, "end": { - "line": 1919, + "line": 1961, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 86514, - "end": 86560, + "start": 88904, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 86514, - "end": 86560, + "start": 88904, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86514, - "end": 86539, + "start": 88904, + "end": 88929, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 53 } }, "object": { "type": "Identifier", - "start": 86514, - "end": 86527, + "start": 88904, + "end": 88917, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 41 }, "identifierName": "ctx_relations" @@ -413618,15 +413890,15 @@ }, "property": { "type": "Identifier", - "start": 86528, - "end": 86539, + "start": 88918, + "end": 88929, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 42 }, "end": { - "line": 1918, + "line": 1960, "column": 53 }, "identifierName": "strokeStyle" @@ -413637,43 +413909,43 @@ }, "right": { "type": "MemberExpression", - "start": 86542, - "end": 86560, + "start": 88932, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 86542, - "end": 86554, + "start": 88932, + "end": 88944, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 68 } }, "object": { "type": "Identifier", - "start": 86542, - "end": 86545, + "start": 88932, + "end": 88935, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 59 }, "identifierName": "evt" @@ -413682,15 +413954,15 @@ }, "property": { "type": "Identifier", - "start": 86546, - "end": 86554, + "start": 88936, + "end": 88944, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 60 }, "end": { - "line": 1918, + "line": 1960, "column": 68 }, "identifierName": "relation" @@ -413701,15 +413973,15 @@ }, "property": { "type": "Identifier", - "start": 86555, - "end": 86559, + "start": 88945, + "end": 88949, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 69 }, "end": { - "line": 1918, + "line": 1960, "column": 73 }, "identifierName": "_key" @@ -413722,15 +413994,15 @@ }, { "type": "BreakStatement", - "start": 86589, - "end": 86594, + "start": 88979, + "end": 88984, "loc": { "start": { - "line": 1919, + "line": 1961, "column": 28 }, "end": { - "line": 1919, + "line": 1961, "column": 33 } }, @@ -413739,43 +414011,43 @@ ], "test": { "type": "CallExpression", - "start": 86454, - "end": 86484, + "start": 88844, + "end": 88874, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 86454, - "end": 86476, + "start": 88844, + "end": 88866, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 51 } }, "object": { "type": "RegExpLiteral", - "start": 86454, - "end": 86471, + "start": 88844, + "end": 88861, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 46 } }, @@ -413787,15 +414059,15 @@ }, "property": { "type": "Identifier", - "start": 86472, - "end": 86476, + "start": 88862, + "end": 88866, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 47 }, "end": { - "line": 1917, + "line": 1959, "column": 51 }, "identifierName": "test" @@ -413807,15 +414079,15 @@ "arguments": [ { "type": "Identifier", - "start": 86478, - "end": 86482, + "start": 88868, + "end": 88872, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 53 }, "end": { - "line": 1917, + "line": 1959, "column": 57 }, "identifierName": "_key" @@ -413827,73 +414099,73 @@ }, { "type": "SwitchCase", - "start": 86619, - "end": 86784, + "start": 89009, + "end": 89174, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 24 }, "end": { - "line": 1922, + "line": 1964, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 86683, - "end": 86750, + "start": 89073, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 86683, - "end": 86750, + "start": 89073, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 86683, - "end": 86706, + "start": 89073, + "end": 89096, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 51 } }, "object": { "type": "Identifier", - "start": 86683, - "end": 86696, + "start": 89073, + "end": 89086, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 41 }, "identifierName": "ctx_relations" @@ -413902,15 +414174,15 @@ }, "property": { "type": "Identifier", - "start": 86697, - "end": 86706, + "start": 89087, + "end": 89096, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 42 }, "end": { - "line": 1921, + "line": 1963, "column": 51 }, "identifierName": "lineWidth" @@ -413921,43 +414193,43 @@ }, "right": { "type": "LogicalExpression", - "start": 86709, - "end": 86750, + "start": 89099, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, "left": { "type": "CallExpression", - "start": 86709, - "end": 86743, + "start": 89099, + "end": 89133, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 88 } }, "callee": { "type": "Identifier", - "start": 86709, - "end": 86717, + "start": 89099, + "end": 89107, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 62 }, "identifierName": "parseInt" @@ -413967,43 +414239,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 86719, - "end": 86737, + "start": 89109, + "end": 89127, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 86719, - "end": 86731, + "start": 89109, + "end": 89121, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 76 } }, "object": { "type": "Identifier", - "start": 86719, - "end": 86722, + "start": 89109, + "end": 89112, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 67 }, "identifierName": "evt" @@ -414012,15 +414284,15 @@ }, "property": { "type": "Identifier", - "start": 86723, - "end": 86731, + "start": 89113, + "end": 89121, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 68 }, "end": { - "line": 1921, + "line": 1963, "column": 76 }, "identifierName": "relation" @@ -414031,15 +414303,15 @@ }, "property": { "type": "Identifier", - "start": 86732, - "end": 86736, + "start": 89122, + "end": 89126, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 77 }, "end": { - "line": 1921, + "line": 1963, "column": 81 }, "identifierName": "_key" @@ -414050,15 +414322,15 @@ }, { "type": "NumericLiteral", - "start": 86739, - "end": 86741, + "start": 89129, + "end": 89131, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 84 }, "end": { - "line": 1921, + "line": 1963, "column": 86 } }, @@ -414073,15 +414345,15 @@ "operator": "||", "right": { "type": "NumericLiteral", - "start": 86747, - "end": 86750, + "start": 89137, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 92 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } }, @@ -414096,15 +414368,15 @@ }, { "type": "BreakStatement", - "start": 86779, - "end": 86784, + "start": 89169, + "end": 89174, "loc": { "start": { - "line": 1922, + "line": 1964, "column": 28 }, "end": { - "line": 1922, + "line": 1964, "column": 33 } }, @@ -414113,43 +414385,43 @@ ], "test": { "type": "CallExpression", - "start": 86624, - "end": 86653, + "start": 89014, + "end": 89043, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 86624, - "end": 86645, + "start": 89014, + "end": 89035, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 50 } }, "object": { "type": "RegExpLiteral", - "start": 86624, - "end": 86640, + "start": 89014, + "end": 89030, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 45 } }, @@ -414161,15 +414433,15 @@ }, "property": { "type": "Identifier", - "start": 86641, - "end": 86645, + "start": 89031, + "end": 89035, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 46 }, "end": { - "line": 1920, + "line": 1962, "column": 50 }, "identifierName": "test" @@ -414181,15 +414453,15 @@ "arguments": [ { "type": "Identifier", - "start": 86647, - "end": 86651, + "start": 89037, + "end": 89041, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 52 }, "end": { - "line": 1920, + "line": 1962, "column": 56 }, "identifierName": "_key" @@ -414201,72 +414473,72 @@ }, { "type": "SwitchCase", - "start": 86809, - "end": 92340, + "start": 89199, + "end": 94730, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 24 }, "end": { - "line": 2005, + "line": 2047, "column": 33 } }, "consequent": [ { "type": "IfStatement", - "start": 86863, - "end": 92306, + "start": 89253, + "end": 94696, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 24 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "test": { "type": "CallExpression", - "start": 86868, - "end": 86924, + "start": 89258, + "end": 89314, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 86868, - "end": 86902, + "start": 89258, + "end": 89292, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 63 } }, "object": { "type": "RegExpLiteral", - "start": 86868, - "end": 86897, + "start": 89258, + "end": 89287, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 58 } }, @@ -414278,15 +414550,15 @@ }, "property": { "type": "Identifier", - "start": 86898, - "end": 86902, + "start": 89288, + "end": 89292, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 59 }, "end": { - "line": 1924, + "line": 1966, "column": 63 }, "identifierName": "test" @@ -414298,43 +414570,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 86904, - "end": 86922, + "start": 89294, + "end": 89312, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 83 } }, "object": { "type": "MemberExpression", - "start": 86904, - "end": 86916, + "start": 89294, + "end": 89306, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 77 } }, "object": { "type": "Identifier", - "start": 86904, - "end": 86907, + "start": 89294, + "end": 89297, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 68 }, "identifierName": "evt" @@ -414343,15 +414615,15 @@ }, "property": { "type": "Identifier", - "start": 86908, - "end": 86916, + "start": 89298, + "end": 89306, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 69 }, "end": { - "line": 1924, + "line": 1966, "column": 77 }, "identifierName": "relation" @@ -414362,15 +414634,15 @@ }, "property": { "type": "Identifier", - "start": 86917, - "end": 86921, + "start": 89307, + "end": 89311, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 78 }, "end": { - "line": 1924, + "line": 1966, "column": 82 }, "identifierName": "_key" @@ -414383,59 +414655,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 86927, - "end": 87354, + "start": 89317, + "end": 89744, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 88 }, "end": { - "line": 1932, + "line": 1974, "column": 29 } }, "body": [ { "type": "VariableDeclaration", - "start": 86961, - "end": 87001, + "start": 89351, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 32 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 86965, - "end": 87001, + "start": 89355, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 36 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "id": { "type": "Identifier", - "start": 86965, - "end": 86969, + "start": 89355, + "end": 89359, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 36 }, "end": { - "line": 1925, + "line": 1967, "column": 40 }, "identifierName": "_tmp" @@ -414444,71 +414716,71 @@ }, "init": { "type": "CallExpression", - "start": 86972, - "end": 87001, + "start": 89362, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 86972, - "end": 86996, + "start": 89362, + "end": 89386, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 86972, - "end": 86990, + "start": 89362, + "end": 89380, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 86972, - "end": 86984, + "start": 89362, + "end": 89374, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 55 } }, "object": { "type": "Identifier", - "start": 86972, - "end": 86975, + "start": 89362, + "end": 89365, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 46 }, "identifierName": "evt" @@ -414517,15 +414789,15 @@ }, "property": { "type": "Identifier", - "start": 86976, - "end": 86984, + "start": 89366, + "end": 89374, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 47 }, "end": { - "line": 1925, + "line": 1967, "column": 55 }, "identifierName": "relation" @@ -414536,15 +414808,15 @@ }, "property": { "type": "Identifier", - "start": 86985, - "end": 86989, + "start": 89375, + "end": 89379, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 56 }, "end": { - "line": 1925, + "line": 1967, "column": 60 }, "identifierName": "_key" @@ -414555,15 +414827,15 @@ }, "property": { "type": "Identifier", - "start": 86991, - "end": 86996, + "start": 89381, + "end": 89386, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 62 }, "end": { - "line": 1925, + "line": 1967, "column": 67 }, "identifierName": "split" @@ -414575,15 +414847,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 86997, - "end": 87000, + "start": 89387, + "end": 89390, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 68 }, "end": { - "line": 1925, + "line": 1967, "column": 71 } }, @@ -414601,57 +414873,57 @@ }, { "type": "IfStatement", - "start": 87034, - "end": 87324, + "start": 89424, + "end": 89714, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 32 }, "end": { - "line": 1931, + "line": 1973, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 87039, - "end": 87055, + "start": 89429, + "end": 89445, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 87039, - "end": 87050, + "start": 89429, + "end": 89440, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 48 } }, "object": { "type": "Identifier", - "start": 87039, - "end": 87043, + "start": 89429, + "end": 89433, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 41 }, "identifierName": "_tmp" @@ -414660,15 +414932,15 @@ }, "property": { "type": "Identifier", - "start": 87044, - "end": 87050, + "start": 89434, + "end": 89440, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 42 }, "end": { - "line": 1926, + "line": 1968, "column": 48 }, "identifierName": "length" @@ -414680,15 +414952,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 87054, - "end": 87055, + "start": 89444, + "end": 89445, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 52 }, "end": { - "line": 1926, + "line": 1968, "column": 53 } }, @@ -414701,73 +414973,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 87058, - "end": 87221, + "start": 89448, + "end": 89611, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 56 }, "end": { - "line": 1929, + "line": 1971, "column": 33 } }, "body": [ { "type": "ExpressionStatement", - "start": 87096, - "end": 87123, + "start": 89486, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 87096, - "end": 87123, + "start": 89486, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87096, - "end": 87113, + "start": 89486, + "end": 89503, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 53 } }, "object": { "type": "Identifier", - "start": 87096, - "end": 87106, + "start": 89486, + "end": 89496, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 46 }, "identifierName": "_curveType" @@ -414776,15 +415048,15 @@ }, "property": { "type": "Identifier", - "start": 87107, - "end": 87113, + "start": 89497, + "end": 89503, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 47 }, "end": { - "line": 1927, + "line": 1969, "column": 53 }, "identifierName": "before" @@ -414795,29 +415067,29 @@ }, "right": { "type": "MemberExpression", - "start": 87116, - "end": 87123, + "start": 89506, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 56 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } }, "object": { "type": "Identifier", - "start": 87116, - "end": 87120, + "start": 89506, + "end": 89510, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 56 }, "end": { - "line": 1927, + "line": 1969, "column": 60 }, "identifierName": "_tmp" @@ -414826,15 +415098,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87121, - "end": 87122, + "start": 89511, + "end": 89512, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 61 }, "end": { - "line": 1927, + "line": 1969, "column": 62 } }, @@ -414850,58 +415122,58 @@ }, { "type": "ExpressionStatement", - "start": 87160, - "end": 87187, + "start": 89550, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 87160, - "end": 87187, + "start": 89550, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87160, - "end": 87176, + "start": 89550, + "end": 89566, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 52 } }, "object": { "type": "Identifier", - "start": 87160, - "end": 87170, + "start": 89550, + "end": 89560, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 46 }, "identifierName": "_curveType" @@ -414910,15 +415182,15 @@ }, "property": { "type": "Identifier", - "start": 87171, - "end": 87176, + "start": 89561, + "end": 89566, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 47 }, "end": { - "line": 1928, + "line": 1970, "column": 52 }, "identifierName": "after" @@ -414929,29 +415201,29 @@ }, "right": { "type": "MemberExpression", - "start": 87180, - "end": 87187, + "start": 89570, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 56 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } }, "object": { "type": "Identifier", - "start": 87180, - "end": 87184, + "start": 89570, + "end": 89574, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 56 }, "end": { - "line": 1928, + "line": 1970, "column": 60 }, "identifierName": "_tmp" @@ -414960,15 +415232,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87185, - "end": 87186, + "start": 89575, + "end": 89576, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 61 }, "end": { - "line": 1928, + "line": 1970, "column": 62 } }, @@ -414987,73 +415259,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 87227, - "end": 87324, + "start": 89617, + "end": 89714, "loc": { "start": { - "line": 1929, + "line": 1971, "column": 39 }, "end": { - "line": 1931, + "line": 1973, "column": 33 } }, "body": [ { "type": "ExpressionStatement", - "start": 87265, - "end": 87290, + "start": 89655, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 87265, - "end": 87290, + "start": 89655, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 87265, - "end": 87280, + "start": 89655, + "end": 89670, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 51 } }, "object": { "type": "Identifier", - "start": 87265, - "end": 87275, + "start": 89655, + "end": 89665, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 46 }, "identifierName": "_curveType" @@ -415062,15 +415334,15 @@ }, "property": { "type": "Identifier", - "start": 87276, - "end": 87279, + "start": 89666, + "end": 89669, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 47 }, "end": { - "line": 1930, + "line": 1972, "column": 50 }, "identifierName": "_ba" @@ -415081,29 +415353,29 @@ }, "right": { "type": "MemberExpression", - "start": 87283, - "end": 87290, + "start": 89673, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 54 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } }, "object": { "type": "Identifier", - "start": 87283, - "end": 87287, + "start": 89673, + "end": 89677, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 54 }, "end": { - "line": 1930, + "line": 1972, "column": 58 }, "identifierName": "_tmp" @@ -415112,15 +415384,15 @@ }, "property": { "type": "NumericLiteral", - "start": 87288, - "end": 87289, + "start": 89678, + "end": 89679, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 59 }, "end": { - "line": 1930, + "line": 1972, "column": 60 } }, @@ -415143,71 +415415,71 @@ }, "alternate": { "type": "IfStatement", - "start": 87388, - "end": 92306, + "start": 89778, + "end": 94696, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 28 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "test": { "type": "LogicalExpression", - "start": 87393, - "end": 87537, + "start": 89783, + "end": 89927, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 33 }, "end": { - "line": 1933, + "line": 1975, "column": 177 } }, "left": { "type": "LogicalExpression", - "start": 87395, - "end": 87456, + "start": 89785, + "end": 89846, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 96 } }, "left": { "type": "BinaryExpression", - "start": 87395, - "end": 87434, + "start": 89785, + "end": 89824, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 74 } }, "left": { "type": "UnaryExpression", - "start": 87395, - "end": 87420, + "start": 89785, + "end": 89810, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 60 } }, @@ -415215,43 +415487,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 87402, - "end": 87420, + "start": 89792, + "end": 89810, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 87402, - "end": 87414, + "start": 89792, + "end": 89804, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 54 } }, "object": { "type": "Identifier", - "start": 87402, - "end": 87405, + "start": 89792, + "end": 89795, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 45 }, "identifierName": "evt" @@ -415260,15 +415532,15 @@ }, "property": { "type": "Identifier", - "start": 87406, - "end": 87414, + "start": 89796, + "end": 89804, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 46 }, "end": { - "line": 1933, + "line": 1975, "column": 54 }, "identifierName": "relation" @@ -415279,15 +415551,15 @@ }, "property": { "type": "Identifier", - "start": 87415, - "end": 87419, + "start": 89805, + "end": 89809, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 55 }, "end": { - "line": 1933, + "line": 1975, "column": 59 }, "identifierName": "_key" @@ -415303,15 +415575,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87425, - "end": 87434, + "start": 89815, + "end": 89824, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 65 }, "end": { - "line": 1933, + "line": 1975, "column": 74 } }, @@ -415325,43 +415597,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 87438, - "end": 87456, + "start": 89828, + "end": 89846, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 96 } }, "object": { "type": "MemberExpression", - "start": 87438, - "end": 87450, + "start": 89828, + "end": 89840, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 90 } }, "object": { "type": "Identifier", - "start": 87438, - "end": 87441, + "start": 89828, + "end": 89831, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 81 }, "identifierName": "evt" @@ -415370,15 +415642,15 @@ }, "property": { "type": "Identifier", - "start": 87442, - "end": 87450, + "start": 89832, + "end": 89840, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 82 }, "end": { - "line": 1933, + "line": 1975, "column": 90 }, "identifierName": "relation" @@ -415389,15 +415661,15 @@ }, "property": { "type": "Identifier", - "start": 87451, - "end": 87455, + "start": 89841, + "end": 89845, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 91 }, "end": { - "line": 1933, + "line": 1975, "column": 95 }, "identifierName": "_key" @@ -415408,49 +415680,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 87393 + "parenStart": 89783 } }, "operator": "||", "right": { "type": "LogicalExpression", - "start": 87464, - "end": 87535, + "start": 89854, + "end": 89925, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 175 } }, "left": { "type": "BinaryExpression", - "start": 87464, - "end": 87502, + "start": 89854, + "end": 89892, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 142 } }, "left": { "type": "UnaryExpression", - "start": 87464, - "end": 87489, + "start": 89854, + "end": 89879, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 129 } }, @@ -415458,43 +415730,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 87471, - "end": 87489, + "start": 89861, + "end": 89879, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 129 } }, "object": { "type": "MemberExpression", - "start": 87471, - "end": 87483, + "start": 89861, + "end": 89873, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 123 } }, "object": { "type": "Identifier", - "start": 87471, - "end": 87474, + "start": 89861, + "end": 89864, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 114 }, "identifierName": "evt" @@ -415503,15 +415775,15 @@ }, "property": { "type": "Identifier", - "start": 87475, - "end": 87483, + "start": 89865, + "end": 89873, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 115 }, "end": { - "line": 1933, + "line": 1975, "column": 123 }, "identifierName": "relation" @@ -415522,15 +415794,15 @@ }, "property": { "type": "Identifier", - "start": 87484, - "end": 87488, + "start": 89874, + "end": 89878, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 124 }, "end": { - "line": 1933, + "line": 1975, "column": 128 }, "identifierName": "_key" @@ -415546,15 +415818,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87494, - "end": 87502, + "start": 89884, + "end": 89892, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 134 }, "end": { - "line": 1933, + "line": 1975, "column": 142 } }, @@ -415568,29 +415840,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 87506, - "end": 87535, + "start": 89896, + "end": 89925, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 146 }, "end": { - "line": 1933, + "line": 1975, "column": 175 } }, "callee": { "type": "Identifier", - "start": 87506, - "end": 87513, + "start": 89896, + "end": 89903, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 146 }, "end": { - "line": 1933, + "line": 1975, "column": 153 }, "identifierName": "Boolean" @@ -415600,43 +415872,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 87515, - "end": 87533, + "start": 89905, + "end": 89923, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 173 } }, "object": { "type": "MemberExpression", - "start": 87515, - "end": 87527, + "start": 89905, + "end": 89917, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 167 } }, "object": { "type": "Identifier", - "start": 87515, - "end": 87518, + "start": 89905, + "end": 89908, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 158 }, "identifierName": "evt" @@ -415645,15 +415917,15 @@ }, "property": { "type": "Identifier", - "start": 87519, - "end": 87527, + "start": 89909, + "end": 89917, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 159 }, "end": { - "line": 1933, + "line": 1975, "column": 167 }, "identifierName": "relation" @@ -415664,15 +415936,15 @@ }, "property": { "type": "Identifier", - "start": 87528, - "end": 87532, + "start": 89918, + "end": 89922, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 168 }, "end": { - "line": 1933, + "line": 1975, "column": 172 }, "identifierName": "_key" @@ -415685,64 +415957,64 @@ }, "extra": { "parenthesized": true, - "parenStart": 87462 + "parenStart": 89852 } } }, "consequent": { "type": "BlockStatement", - "start": 87540, - "end": 92306, + "start": 89930, + "end": 94696, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 180 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } }, "body": [ { "type": "IfStatement", - "start": 87729, - "end": 92276, + "start": 90119, + "end": 94666, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 32 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 87734, - "end": 87750, + "start": 90124, + "end": 90140, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 37 }, "end": { - "line": 1936, + "line": 1978, "column": 53 } }, "left": { "type": "Identifier", - "start": 87734, - "end": 87737, + "start": 90124, + "end": 90127, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 37 }, "end": { - "line": 1936, + "line": 1978, "column": 40 }, "identifierName": "_ba" @@ -415753,15 +416025,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 87742, - "end": 87750, + "start": 90132, + "end": 90140, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 45 }, "end": { - "line": 1936, + "line": 1978, "column": 53 } }, @@ -415775,58 +416047,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 87753, - "end": 89789, + "start": 90143, + "end": 92179, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 56 }, "end": { - "line": 1969, + "line": 2011, "column": 33 } }, "body": [ { "type": "IfStatement", - "start": 87890, - "end": 89755, + "start": 90280, + "end": 92145, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 36 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 87895, - "end": 87904, + "start": 90285, + "end": 90294, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 41 }, "end": { - "line": 1938, + "line": 1980, "column": 50 } }, "left": { "type": "Identifier", - "start": 87895, - "end": 87898, + "start": 90285, + "end": 90288, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 41 }, "end": { - "line": 1938, + "line": 1980, "column": 44 }, "identifierName": "_sy" @@ -415837,15 +416109,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 87901, - "end": 87904, + "start": 90291, + "end": 90294, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 47 }, "end": { - "line": 1938, + "line": 1980, "column": 50 }, "identifierName": "_ey" @@ -415856,58 +416128,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 87907, - "end": 88696, + "start": 90297, + "end": 91086, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 53 }, "end": { - "line": 1951, + "line": 1993, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 88005, - "end": 88658, + "start": 90395, + "end": 91048, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 40 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88010, - "end": 88019, + "start": 90400, + "end": 90409, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 45 }, "end": { - "line": 1940, + "line": 1982, "column": 54 } }, "left": { "type": "Identifier", - "start": 88010, - "end": 88013, + "start": 90400, + "end": 90403, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 45 }, "end": { - "line": 1940, + "line": 1982, "column": 48 }, "identifierName": "_sx" @@ -415918,15 +416190,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 88016, - "end": 88019, + "start": 90406, + "end": 90409, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 51 }, "end": { - "line": 1940, + "line": 1982, "column": 54 }, "identifierName": "_ex" @@ -415937,73 +416209,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88022, - "end": 88222, + "start": 90412, + "end": 90612, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 57 }, "end": { - "line": 1943, + "line": 1985, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88158, - "end": 88180, + "start": 90548, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 88158, - "end": 88180, + "start": 90548, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88158, - "end": 88173, + "start": 90548, + "end": 90563, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 59 } }, "object": { "type": "Identifier", - "start": 88158, - "end": 88168, + "start": 90548, + "end": 90558, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 54 }, "identifierName": "_curveType" @@ -416013,15 +416285,15 @@ }, "property": { "type": "Identifier", - "start": 88169, - "end": 88172, + "start": 90559, + "end": 90562, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 55 }, "end": { - "line": 1942, + "line": 1984, "column": 58 }, "identifierName": "_ba" @@ -416033,15 +416305,15 @@ }, "right": { "type": "StringLiteral", - "start": 88176, - "end": 88180, + "start": 90566, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 62 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } }, @@ -416057,15 +416329,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"", - "start": 88068, - "end": 88113, + "start": 90458, + "end": 90503, "loc": { "start": { - "line": 1941, + "line": 1983, "column": 44 }, "end": { - "line": 1941, + "line": 1983, "column": 89 } } @@ -416077,43 +416349,43 @@ }, "alternate": { "type": "IfStatement", - "start": 88268, - "end": 88658, + "start": 90658, + "end": 91048, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 40 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88273, - "end": 88282, + "start": 90663, + "end": 90672, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 45 }, "end": { - "line": 1944, + "line": 1986, "column": 54 } }, "left": { "type": "Identifier", - "start": 88273, - "end": 88276, + "start": 90663, + "end": 90666, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 45 }, "end": { - "line": 1944, + "line": 1986, "column": 48 }, "identifierName": "_sx" @@ -416123,15 +416395,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 88279, - "end": 88282, + "start": 90669, + "end": 90672, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 51 }, "end": { - "line": 1944, + "line": 1986, "column": 54 }, "identifierName": "_ex" @@ -416141,73 +416413,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88285, - "end": 88474, + "start": 90675, + "end": 90864, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 57 }, "end": { - "line": 1947, + "line": 1989, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88407, - "end": 88432, + "start": 90797, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 88407, - "end": 88432, + "start": 90797, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88407, - "end": 88422, + "start": 90797, + "end": 90812, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 59 } }, "object": { "type": "Identifier", - "start": 88407, - "end": 88417, + "start": 90797, + "end": 90807, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 54 }, "identifierName": "_curveType" @@ -416217,15 +416489,15 @@ }, "property": { "type": "Identifier", - "start": 88418, - "end": 88421, + "start": 90808, + "end": 90811, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 55 }, "end": { - "line": 1946, + "line": 1988, "column": 58 }, "identifierName": "_ba" @@ -416237,15 +416509,15 @@ }, "right": { "type": "StringLiteral", - "start": 88425, - "end": 88432, + "start": 90815, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 62 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } }, @@ -416261,15 +416533,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"", - "start": 88331, - "end": 88362, + "start": 90721, + "end": 90752, "loc": { "start": { - "line": 1945, + "line": 1987, "column": 44 }, "end": { - "line": 1945, + "line": 1987, "column": 75 } } @@ -416281,73 +416553,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 88480, - "end": 88658, + "start": 90870, + "end": 91048, "loc": { "start": { - "line": 1947, + "line": 1989, "column": 47 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 88594, - "end": 88616, + "start": 90984, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 88594, - "end": 88616, + "start": 90984, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 88594, - "end": 88609, + "start": 90984, + "end": 90999, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 59 } }, "object": { "type": "Identifier", - "start": 88594, - "end": 88604, + "start": 90984, + "end": 90994, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 54 }, "identifierName": "_curveType" @@ -416357,15 +416629,15 @@ }, "property": { "type": "Identifier", - "start": 88605, - "end": 88608, + "start": 90995, + "end": 90998, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 55 }, "end": { - "line": 1949, + "line": 1991, "column": 58 }, "identifierName": "_ba" @@ -416377,15 +416649,15 @@ }, "right": { "type": "NullLiteral", - "start": 88612, - "end": 88616, + "start": 91002, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 62 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } } @@ -416396,15 +416668,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直上 \"│\" to top", - "start": 88526, - "end": 88549, + "start": 90916, + "end": 90939, "loc": { "start": { - "line": 1948, + "line": 1990, "column": 44 }, "end": { - "line": 1948, + "line": 1990, "column": 67 } } @@ -416419,15 +416691,15 @@ { "type": "CommentLine", "value": " 連結点が自分より上にある", - "start": 87949, - "end": 87964, + "start": 90339, + "end": 90354, "loc": { "start": { - "line": 1939, + "line": 1981, "column": 40 }, "end": { - "line": 1939, + "line": 1981, "column": 55 } } @@ -416439,43 +416711,43 @@ }, "alternate": { "type": "IfStatement", - "start": 88738, - "end": 89755, + "start": 91128, + "end": 92145, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 36 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 88743, - "end": 88752, + "start": 91133, + "end": 91142, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 41 }, "end": { - "line": 1952, + "line": 1994, "column": 50 } }, "left": { "type": "Identifier", - "start": 88743, - "end": 88746, + "start": 91133, + "end": 91136, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 41 }, "end": { - "line": 1952, + "line": 1994, "column": 44 }, "identifierName": "_sy" @@ -416485,15 +416757,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 88749, - "end": 88752, + "start": 91139, + "end": 91142, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 47 }, "end": { - "line": 1952, + "line": 1994, "column": 50 }, "identifierName": "_ey" @@ -416503,58 +416775,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 88755, - "end": 89547, + "start": 91145, + "end": 91937, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 53 }, "end": { - "line": 1965, + "line": 2007, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 88853, - "end": 89509, + "start": 91243, + "end": 91899, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 40 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 88858, - "end": 88867, + "start": 91248, + "end": 91257, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 45 }, "end": { - "line": 1954, + "line": 1996, "column": 54 } }, "left": { "type": "Identifier", - "start": 88858, - "end": 88861, + "start": 91248, + "end": 91251, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 45 }, "end": { - "line": 1954, + "line": 1996, "column": 48 }, "identifierName": "_sx" @@ -416565,15 +416837,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 88864, - "end": 88867, + "start": 91254, + "end": 91257, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 51 }, "end": { - "line": 1954, + "line": 1996, "column": 54 }, "identifierName": "_ex" @@ -416584,73 +416856,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 88870, - "end": 89070, + "start": 91260, + "end": 91460, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 57 }, "end": { - "line": 1957, + "line": 1999, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89006, - "end": 89028, + "start": 91396, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 89006, - "end": 89028, + "start": 91396, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89006, - "end": 89021, + "start": 91396, + "end": 91411, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 59 } }, "object": { "type": "Identifier", - "start": 89006, - "end": 89016, + "start": 91396, + "end": 91406, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 54 }, "identifierName": "_curveType" @@ -416660,15 +416932,15 @@ }, "property": { "type": "Identifier", - "start": 89017, - "end": 89020, + "start": 91407, + "end": 91410, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 55 }, "end": { - "line": 1956, + "line": 1998, "column": 58 }, "identifierName": "_ba" @@ -416680,15 +416952,15 @@ }, "right": { "type": "StringLiteral", - "start": 89024, - "end": 89028, + "start": 91414, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 62 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } }, @@ -416704,15 +416976,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"", - "start": 88916, - "end": 88961, + "start": 91306, + "end": 91351, "loc": { "start": { - "line": 1955, + "line": 1997, "column": 44 }, "end": { - "line": 1955, + "line": 1997, "column": 89 } } @@ -416724,43 +416996,43 @@ }, "alternate": { "type": "IfStatement", - "start": 89116, - "end": 89509, + "start": 91506, + "end": 91899, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 40 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 89121, - "end": 89130, + "start": 91511, + "end": 91520, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 45 }, "end": { - "line": 1958, + "line": 2000, "column": 54 } }, "left": { "type": "Identifier", - "start": 89121, - "end": 89124, + "start": 91511, + "end": 91514, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 45 }, "end": { - "line": 1958, + "line": 2000, "column": 48 }, "identifierName": "_sx" @@ -416770,15 +417042,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 89127, - "end": 89130, + "start": 91517, + "end": 91520, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 51 }, "end": { - "line": 1958, + "line": 2000, "column": 54 }, "identifierName": "_ex" @@ -416788,73 +417060,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 89133, - "end": 89322, + "start": 91523, + "end": 91712, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 57 }, "end": { - "line": 1961, + "line": 2003, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89255, - "end": 89280, + "start": 91645, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 89255, - "end": 89280, + "start": 91645, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89255, - "end": 89270, + "start": 91645, + "end": 91660, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 59 } }, "object": { "type": "Identifier", - "start": 89255, - "end": 89265, + "start": 91645, + "end": 91655, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 54 }, "identifierName": "_curveType" @@ -416864,15 +417136,15 @@ }, "property": { "type": "Identifier", - "start": 89266, - "end": 89269, + "start": 91656, + "end": 91659, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 55 }, "end": { - "line": 1960, + "line": 2002, "column": 58 }, "identifierName": "_ba" @@ -416884,15 +417156,15 @@ }, "right": { "type": "StringLiteral", - "start": 89273, - "end": 89280, + "start": 91663, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 62 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } }, @@ -416908,15 +417180,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂_\" as \"rt+rb\"", - "start": 89179, - "end": 89210, + "start": 91569, + "end": 91600, "loc": { "start": { - "line": 1959, + "line": 2001, "column": 44 }, "end": { - "line": 1959, + "line": 2001, "column": 75 } } @@ -416928,73 +417200,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 89328, - "end": 89509, + "start": 91718, + "end": 91899, "loc": { "start": { - "line": 1961, + "line": 2003, "column": 47 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 89445, - "end": 89467, + "start": 91835, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 89445, - "end": 89467, + "start": 91835, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89445, - "end": 89460, + "start": 91835, + "end": 91850, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 59 } }, "object": { "type": "Identifier", - "start": 89445, - "end": 89455, + "start": 91835, + "end": 91845, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 54 }, "identifierName": "_curveType" @@ -417004,15 +417276,15 @@ }, "property": { "type": "Identifier", - "start": 89456, - "end": 89459, + "start": 91846, + "end": 91849, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 55 }, "end": { - "line": 1963, + "line": 2005, "column": 58 }, "identifierName": "_ba" @@ -417024,15 +417296,15 @@ }, "right": { "type": "NullLiteral", - "start": 89463, - "end": 89467, + "start": 91853, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 62 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } } @@ -417043,15 +417315,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直下 \"│\" to bottom", - "start": 89374, - "end": 89400, + "start": 91764, + "end": 91790, "loc": { "start": { - "line": 1962, + "line": 2004, "column": 44 }, "end": { - "line": 1962, + "line": 2004, "column": 70 } } @@ -417066,15 +417338,15 @@ { "type": "CommentLine", "value": " 連結点が自分より下にある", - "start": 88797, - "end": 88812, + "start": 91187, + "end": 91202, "loc": { "start": { - "line": 1953, + "line": 1995, "column": 40 }, "end": { - "line": 1953, + "line": 1995, "column": 55 } } @@ -417086,73 +417358,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 89553, - "end": 89755, + "start": 91943, + "end": 92145, "loc": { "start": { - "line": 1965, + "line": 2007, "column": 43 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } }, "body": [ { "type": "ExpressionStatement", - "start": 89695, - "end": 89717, + "start": 92085, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 89695, - "end": 89717, + "start": 92085, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 89695, - "end": 89710, + "start": 92085, + "end": 92100, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 55 } }, "object": { "type": "Identifier", - "start": 89695, - "end": 89705, + "start": 92085, + "end": 92095, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 50 }, "identifierName": "_curveType" @@ -417162,15 +417434,15 @@ }, "property": { "type": "Identifier", - "start": 89706, - "end": 89709, + "start": 92096, + "end": 92099, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 51 }, "end": { - "line": 1967, + "line": 2009, "column": 54 }, "identifierName": "_ba" @@ -417182,15 +417454,15 @@ }, "right": { "type": "NullLiteral", - "start": 89713, - "end": 89717, + "start": 92103, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 58 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } } @@ -417201,15 +417473,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 89595, - "end": 89654, + "start": 91985, + "end": 92044, "loc": { "start": { - "line": 1966, + "line": 2008, "column": 40 }, "end": { - "line": 1966, + "line": 2008, "column": 99 } } @@ -417224,15 +417496,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 87791, - "end": 87853, + "start": 90181, + "end": 90243, "loc": { "start": { - "line": 1937, + "line": 1979, "column": 36 }, "end": { - "line": 1937, + "line": 1979, "column": 98 } } @@ -417244,43 +417516,43 @@ }, "alternate": { "type": "IfStatement", - "start": 89827, - "end": 92276, + "start": 92217, + "end": 94666, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 32 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "test": { "type": "BinaryExpression", - "start": 89832, - "end": 89847, + "start": 92222, + "end": 92237, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 37 }, "end": { - "line": 1970, + "line": 2012, "column": 52 } }, "left": { "type": "Identifier", - "start": 89832, - "end": 89835, + "start": 92222, + "end": 92225, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 37 }, "end": { - "line": 1970, + "line": 2012, "column": 40 }, "identifierName": "_ba" @@ -417290,15 +417562,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 89840, - "end": 89847, + "start": 92230, + "end": 92237, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 45 }, "end": { - "line": 1970, + "line": 2012, "column": 52 } }, @@ -417311,58 +417583,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 89850, - "end": 92276, + "start": 92240, + "end": 94666, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 55 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } }, "body": [ { "type": "IfStatement", - "start": 89986, - "end": 92242, + "start": 92376, + "end": 94632, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 36 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 89991, - "end": 90000, + "start": 92381, + "end": 92390, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 41 }, "end": { - "line": 1972, + "line": 2014, "column": 50 } }, "left": { "type": "Identifier", - "start": 89991, - "end": 89994, + "start": 92381, + "end": 92384, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 41 }, "end": { - "line": 1972, + "line": 2014, "column": 44 }, "identifierName": "_sy" @@ -417373,15 +417645,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 89997, - "end": 90000, + "start": 92387, + "end": 92390, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 47 }, "end": { - "line": 1972, + "line": 2014, "column": 50 }, "identifierName": "_ey" @@ -417392,58 +417664,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 90003, - "end": 90999, + "start": 92393, + "end": 93389, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 53 }, "end": { - "line": 1985, + "line": 2027, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 90148, - "end": 90961, + "start": 92538, + "end": 93351, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 40 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 90153, - "end": 90162, + "start": 92543, + "end": 92552, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 45 }, "end": { - "line": 1974, + "line": 2016, "column": 54 } }, "left": { "type": "Identifier", - "start": 90153, - "end": 90156, + "start": 92543, + "end": 92546, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 45 }, "end": { - "line": 1974, + "line": 2016, "column": 48 }, "identifierName": "_sx" @@ -417454,15 +417726,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 90159, - "end": 90162, + "start": 92549, + "end": 92552, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 51 }, "end": { - "line": 1974, + "line": 2016, "column": 54 }, "identifierName": "_ex" @@ -417473,73 +417745,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 90165, - "end": 90417, + "start": 92555, + "end": 92807, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 57 }, "end": { - "line": 1977, + "line": 2019, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90353, - "end": 90375, + "start": 92743, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 90353, - "end": 90375, + "start": 92743, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90353, - "end": 90368, + "start": 92743, + "end": 92758, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 59 } }, "object": { "type": "Identifier", - "start": 90353, - "end": 90363, + "start": 92743, + "end": 92753, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 54 }, "identifierName": "_curveType" @@ -417549,15 +417821,15 @@ }, "property": { "type": "Identifier", - "start": 90364, - "end": 90367, + "start": 92754, + "end": 92757, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 55 }, "end": { - "line": 1976, + "line": 2018, "column": 58 }, "identifierName": "_ba" @@ -417569,15 +417841,15 @@ }, "right": { "type": "StringLiteral", - "start": 90371, - "end": 90375, + "start": 92761, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 62 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } }, @@ -417593,15 +417865,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"", - "start": 90211, - "end": 90308, + "start": 92601, + "end": 92698, "loc": { "start": { - "line": 1975, + "line": 2017, "column": 44 }, "end": { - "line": 1975, + "line": 2017, "column": 141 } } @@ -417613,43 +417885,43 @@ }, "alternate": { "type": "IfStatement", - "start": 90463, - "end": 90961, + "start": 92853, + "end": 93351, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 40 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 90468, - "end": 90477, + "start": 92858, + "end": 92867, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 45 }, "end": { - "line": 1978, + "line": 2020, "column": 54 } }, "left": { "type": "Identifier", - "start": 90468, - "end": 90471, + "start": 92858, + "end": 92861, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 45 }, "end": { - "line": 1978, + "line": 2020, "column": 48 }, "identifierName": "_sx" @@ -417659,15 +417931,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 90474, - "end": 90477, + "start": 92864, + "end": 92867, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 51 }, "end": { - "line": 1978, + "line": 2020, "column": 54 }, "identifierName": "_ex" @@ -417677,73 +417949,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 90480, - "end": 90721, + "start": 92870, + "end": 93111, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 57 }, "end": { - "line": 1981, + "line": 2023, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90654, - "end": 90679, + "start": 93044, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 90654, - "end": 90679, + "start": 93044, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90654, - "end": 90669, + "start": 93044, + "end": 93059, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 59 } }, "object": { "type": "Identifier", - "start": 90654, - "end": 90664, + "start": 93044, + "end": 93054, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 54 }, "identifierName": "_curveType" @@ -417753,15 +418025,15 @@ }, "property": { "type": "Identifier", - "start": 90665, - "end": 90668, + "start": 93055, + "end": 93058, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 55 }, "end": { - "line": 1980, + "line": 2022, "column": 58 }, "identifierName": "_ba" @@ -417773,15 +418045,15 @@ }, "right": { "type": "StringLiteral", - "start": 90672, - "end": 90679, + "start": 93062, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 62 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } }, @@ -417797,15 +418069,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"", - "start": 90526, - "end": 90609, + "start": 92916, + "end": 92999, "loc": { "start": { - "line": 1979, + "line": 2021, "column": 44 }, "end": { - "line": 1979, + "line": 2021, "column": 127 } } @@ -417817,73 +418089,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 90727, - "end": 90961, + "start": 93117, + "end": 93351, "loc": { "start": { - "line": 1981, + "line": 2023, "column": 47 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 90897, - "end": 90919, + "start": 93287, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 90897, - "end": 90919, + "start": 93287, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 90897, - "end": 90912, + "start": 93287, + "end": 93302, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 59 } }, "object": { "type": "Identifier", - "start": 90897, - "end": 90907, + "start": 93287, + "end": 93297, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 54 }, "identifierName": "_curveType" @@ -417893,15 +418165,15 @@ }, "property": { "type": "Identifier", - "start": 90908, - "end": 90911, + "start": 93298, + "end": 93301, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 55 }, "end": { - "line": 1983, + "line": 2025, "column": 58 }, "identifierName": "_ba" @@ -417913,15 +418185,15 @@ }, "right": { "type": "NullLiteral", - "start": 90915, - "end": 90919, + "start": 93305, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 62 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } } @@ -417932,15 +418204,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom", - "start": 90773, - "end": 90852, + "start": 93163, + "end": 93242, "loc": { "start": { - "line": 1982, + "line": 2024, "column": 44 }, "end": { - "line": 1982, + "line": 2024, "column": 123 } } @@ -417955,15 +418227,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"under\" self (:> 連結点が自分の下にある", - "start": 90045, - "end": 90107, + "start": 92435, + "end": 92497, "loc": { "start": { - "line": 1973, + "line": 2015, "column": 40 }, "end": { - "line": 1973, + "line": 2015, "column": 102 } } @@ -417975,43 +418247,43 @@ }, "alternate": { "type": "IfStatement", - "start": 91041, - "end": 92242, + "start": 93431, + "end": 94632, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 36 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "test": { "type": "BinaryExpression", - "start": 91046, - "end": 91055, + "start": 93436, + "end": 93445, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 41 }, "end": { - "line": 1986, + "line": 2028, "column": 50 } }, "left": { "type": "Identifier", - "start": 91046, - "end": 91049, + "start": 93436, + "end": 93439, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 41 }, "end": { - "line": 1986, + "line": 2028, "column": 44 }, "identifierName": "_sy" @@ -418021,15 +418293,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 91052, - "end": 91055, + "start": 93442, + "end": 93445, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 47 }, "end": { - "line": 1986, + "line": 2028, "column": 50 }, "identifierName": "_ey" @@ -418039,58 +418311,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 91058, - "end": 92034, + "start": 93448, + "end": 94424, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 53 }, "end": { - "line": 1999, + "line": 2041, "column": 37 } }, "body": [ { "type": "IfStatement", - "start": 91204, - "end": 91996, + "start": 93594, + "end": 94386, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 40 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 91209, - "end": 91218, + "start": 93599, + "end": 93608, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 45 }, "end": { - "line": 1988, + "line": 2030, "column": 54 } }, "left": { "type": "Identifier", - "start": 91209, - "end": 91212, + "start": 93599, + "end": 93602, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 45 }, "end": { - "line": 1988, + "line": 2030, "column": 48 }, "identifierName": "_sx" @@ -418101,15 +418373,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 91215, - "end": 91218, + "start": 93605, + "end": 93608, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 51 }, "end": { - "line": 1988, + "line": 2030, "column": 54 }, "identifierName": "_ex" @@ -418120,73 +418392,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 91221, - "end": 91455, + "start": 93611, + "end": 93845, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 57 }, "end": { - "line": 1991, + "line": 2033, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91391, - "end": 91413, + "start": 93781, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 91391, - "end": 91413, + "start": 93781, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91391, - "end": 91406, + "start": 93781, + "end": 93796, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 59 } }, "object": { "type": "Identifier", - "start": 91391, - "end": 91401, + "start": 93781, + "end": 93791, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 54 }, "identifierName": "_curveType" @@ -418196,15 +418468,15 @@ }, "property": { "type": "Identifier", - "start": 91402, - "end": 91405, + "start": 93792, + "end": 93795, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 55 }, "end": { - "line": 1990, + "line": 2032, "column": 58 }, "identifierName": "_ba" @@ -418216,15 +418488,15 @@ }, "right": { "type": "StringLiteral", - "start": 91409, - "end": 91413, + "start": 93799, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 62 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } }, @@ -418240,15 +418512,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"", - "start": 91267, - "end": 91346, + "start": 93657, + "end": 93736, "loc": { "start": { - "line": 1989, + "line": 2031, "column": 44 }, "end": { - "line": 1989, + "line": 2031, "column": 123 } } @@ -418260,43 +418532,43 @@ }, "alternate": { "type": "IfStatement", - "start": 91501, - "end": 91996, + "start": 93891, + "end": 94386, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 40 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "test": { "type": "BinaryExpression", - "start": 91506, - "end": 91515, + "start": 93896, + "end": 93905, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 45 }, "end": { - "line": 1992, + "line": 2034, "column": 54 } }, "left": { "type": "Identifier", - "start": 91506, - "end": 91509, + "start": 93896, + "end": 93899, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 45 }, "end": { - "line": 1992, + "line": 2034, "column": 48 }, "identifierName": "_sx" @@ -418306,15 +418578,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 91512, - "end": 91515, + "start": 93902, + "end": 93905, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 51 }, "end": { - "line": 1992, + "line": 2034, "column": 54 }, "identifierName": "_ex" @@ -418324,73 +418596,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 91518, - "end": 91759, + "start": 93908, + "end": 94149, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 57 }, "end": { - "line": 1995, + "line": 2037, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91692, - "end": 91717, + "start": 94082, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 91692, - "end": 91717, + "start": 94082, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91692, - "end": 91707, + "start": 94082, + "end": 94097, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 59 } }, "object": { "type": "Identifier", - "start": 91692, - "end": 91702, + "start": 94082, + "end": 94092, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 54 }, "identifierName": "_curveType" @@ -418400,15 +418672,15 @@ }, "property": { "type": "Identifier", - "start": 91703, - "end": 91706, + "start": 94093, + "end": 94096, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 55 }, "end": { - "line": 1994, + "line": 2036, "column": 58 }, "identifierName": "_ba" @@ -418420,15 +418692,15 @@ }, "right": { "type": "StringLiteral", - "start": 91710, - "end": 91717, + "start": 94100, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 62 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } }, @@ -418444,15 +418716,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"", - "start": 91564, - "end": 91647, + "start": 93954, + "end": 94037, "loc": { "start": { - "line": 1993, + "line": 2035, "column": 44 }, "end": { - "line": 1993, + "line": 2035, "column": 127 } } @@ -418464,73 +418736,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 91765, - "end": 91996, + "start": 94155, + "end": 94386, "loc": { "start": { - "line": 1995, + "line": 2037, "column": 47 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } }, "body": [ { "type": "ExpressionStatement", - "start": 91932, - "end": 91954, + "start": 94322, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 91932, - "end": 91954, + "start": 94322, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 91932, - "end": 91947, + "start": 94322, + "end": 94337, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 59 } }, "object": { "type": "Identifier", - "start": 91932, - "end": 91942, + "start": 94322, + "end": 94332, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 54 }, "identifierName": "_curveType" @@ -418540,15 +418812,15 @@ }, "property": { "type": "Identifier", - "start": 91943, - "end": 91946, + "start": 94333, + "end": 94336, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 55 }, "end": { - "line": 1997, + "line": 2039, "column": 58 }, "identifierName": "_ba" @@ -418560,15 +418832,15 @@ }, "right": { "type": "NullLiteral", - "start": 91950, - "end": 91954, + "start": 94340, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 62 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } } @@ -418579,15 +418851,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top", - "start": 91811, - "end": 91887, + "start": 94201, + "end": 94277, "loc": { "start": { - "line": 1996, + "line": 2038, "column": 44 }, "end": { - "line": 1996, + "line": 2038, "column": 120 } } @@ -418602,15 +418874,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"above\" self (:> 連結点が自分より上にある", - "start": 91100, - "end": 91163, + "start": 93490, + "end": 93553, "loc": { "start": { - "line": 1987, + "line": 2029, "column": 40 }, "end": { - "line": 1987, + "line": 2029, "column": 103 } } @@ -418622,73 +418894,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 92040, - "end": 92242, + "start": 94430, + "end": 94632, "loc": { "start": { - "line": 1999, + "line": 2041, "column": 43 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } }, "body": [ { "type": "ExpressionStatement", - "start": 92182, - "end": 92204, + "start": 94572, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 92182, - "end": 92204, + "start": 94572, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 92182, - "end": 92197, + "start": 94572, + "end": 94587, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 55 } }, "object": { "type": "Identifier", - "start": 92182, - "end": 92192, + "start": 94572, + "end": 94582, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 50 }, "identifierName": "_curveType" @@ -418698,15 +418970,15 @@ }, "property": { "type": "Identifier", - "start": 92193, - "end": 92196, + "start": 94583, + "end": 94586, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 51 }, "end": { - "line": 2001, + "line": 2043, "column": 54 }, "identifierName": "_ba" @@ -418718,15 +418990,15 @@ }, "right": { "type": "NullLiteral", - "start": 92200, - "end": 92204, + "start": 94590, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 58 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } } @@ -418737,15 +419009,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 92082, - "end": 92141, + "start": 94472, + "end": 94531, "loc": { "start": { - "line": 2000, + "line": 2042, "column": 40 }, "end": { - "line": 2000, + "line": 2042, "column": 99 } } @@ -418760,15 +419032,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 89888, - "end": 89949, + "start": 92278, + "end": 92339, "loc": { "start": { - "line": 1971, + "line": 2013, "column": 36 }, "end": { - "line": 1971, + "line": 2013, "column": 97 } } @@ -418784,15 +419056,15 @@ { "type": "CommentLine", "value": " Automatically set the necessary linearity type (:> 自動線形判定", - "start": 87574, - "end": 87634, + "start": 89964, + "end": 90024, "loc": { "start": { - "line": 1934, + "line": 1976, "column": 32 }, "end": { - "line": 1934, + "line": 1976, "column": 92 } } @@ -418800,15 +419072,15 @@ { "type": "CommentLine", "value": "console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )", - "start": 87635, - "end": 87696, + "start": 90025, + "end": 90086, "loc": { "start": { - "line": 1935, + "line": 1977, "column": 0 }, "end": { - "line": 1935, + "line": 1977, "column": 61 } } @@ -418823,15 +419095,15 @@ }, { "type": "BreakStatement", - "start": 92335, - "end": 92340, + "start": 94725, + "end": 94730, "loc": { "start": { - "line": 2005, + "line": 2047, "column": 28 }, "end": { - "line": 2005, + "line": 2047, "column": 33 } }, @@ -418840,43 +419112,43 @@ ], "test": { "type": "CallExpression", - "start": 86814, - "end": 86837, + "start": 89204, + "end": 89227, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 86814, - "end": 86829, + "start": 89204, + "end": 89219, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 44 } }, "object": { "type": "RegExpLiteral", - "start": 86814, - "end": 86824, + "start": 89204, + "end": 89214, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 39 } }, @@ -418888,15 +419160,15 @@ }, "property": { "type": "Identifier", - "start": 86825, - "end": 86829, + "start": 89215, + "end": 89219, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 40 }, "end": { - "line": 1923, + "line": 1965, "column": 44 }, "identifierName": "test" @@ -418908,15 +419180,15 @@ "arguments": [ { "type": "Identifier", - "start": 86831, - "end": 86835, + "start": 89221, + "end": 89225, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 46 }, "end": { - "line": 1923, + "line": 1965, "column": 50 }, "identifierName": "_key" @@ -418934,71 +419206,71 @@ }, { "type": "IfStatement", - "start": 92397, - "end": 92542, + "start": 94787, + "end": 94932, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 16 }, "end": { - "line": 2010, + "line": 2052, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 92402, - "end": 92440, + "start": 94792, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 59 } }, "left": { "type": "CallExpression", - "start": 92402, - "end": 92423, + "start": 94792, + "end": 94813, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 92402, - "end": 92410, + "start": 94792, + "end": 94800, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 29 } }, "object": { "type": "Identifier", - "start": 92402, - "end": 92406, + "start": 94792, + "end": 94796, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 25 }, "identifierName": "Math" @@ -419007,15 +419279,15 @@ }, "property": { "type": "Identifier", - "start": 92407, - "end": 92410, + "start": 94797, + "end": 94800, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 26 }, "end": { - "line": 2008, + "line": 2050, "column": 29 }, "identifierName": "abs" @@ -419027,29 +419299,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92412, - "end": 92421, + "start": 94802, + "end": 94811, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 31 }, "end": { - "line": 2008, + "line": 2050, "column": 40 } }, "left": { "type": "Identifier", - "start": 92412, - "end": 92415, + "start": 94802, + "end": 94805, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 31 }, "end": { - "line": 2008, + "line": 2050, "column": 34 }, "identifierName": "_ey" @@ -419059,15 +419331,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92418, - "end": 92421, + "start": 94808, + "end": 94811, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 37 }, "end": { - "line": 2008, + "line": 2050, "column": 40 }, "identifierName": "_sy" @@ -419080,29 +419352,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 92426, - "end": 92440, + "start": 94816, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 45 }, "end": { - "line": 2008, + "line": 2050, "column": 59 } }, "object": { "type": "Identifier", - "start": 92426, - "end": 92432, + "start": 94816, + "end": 94822, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 45 }, "end": { - "line": 2008, + "line": 2050, "column": 51 }, "identifierName": "_props" @@ -419111,15 +419383,15 @@ }, "property": { "type": "Identifier", - "start": 92433, - "end": 92440, + "start": 94823, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 52 }, "end": { - "line": 2008, + "line": 2050, "column": 59 }, "identifierName": "rowSize" @@ -419131,59 +419403,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 92443, - "end": 92542, + "start": 94833, + "end": 94932, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 62 }, "end": { - "line": 2010, + "line": 2052, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 92465, - "end": 92524, + "start": 94855, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 92465, - "end": 92524, + "start": 94855, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "operator": "+=", "left": { "type": "Identifier", - "start": 92465, - "end": 92468, + "start": 94855, + "end": 94858, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 23 }, "identifierName": "_ey" @@ -419192,43 +419464,43 @@ }, "right": { "type": "CallExpression", - "start": 92472, - "end": 92524, + "start": 94862, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 92472, - "end": 92482, + "start": 94862, + "end": 94872, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 37 } }, "object": { "type": "Identifier", - "start": 92472, - "end": 92476, + "start": 94862, + "end": 94866, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 31 }, "identifierName": "Math" @@ -419237,15 +419509,15 @@ }, "property": { "type": "Identifier", - "start": 92477, - "end": 92482, + "start": 94867, + "end": 94872, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 32 }, "end": { - "line": 2009, + "line": 2051, "column": 37 }, "identifierName": "floor" @@ -419257,57 +419529,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92484, - "end": 92522, + "start": 94874, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 77 } }, "left": { "type": "CallExpression", - "start": 92484, - "end": 92505, + "start": 94874, + "end": 94895, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92484, - "end": 92492, + "start": 94874, + "end": 94882, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 47 } }, "object": { "type": "Identifier", - "start": 92484, - "end": 92488, + "start": 94874, + "end": 94878, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 43 }, "identifierName": "Math" @@ -419316,15 +419588,15 @@ }, "property": { "type": "Identifier", - "start": 92489, - "end": 92492, + "start": 94879, + "end": 94882, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 44 }, "end": { - "line": 2009, + "line": 2051, "column": 47 }, "identifierName": "abs" @@ -419336,29 +419608,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92494, - "end": 92503, + "start": 94884, + "end": 94893, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 49 }, "end": { - "line": 2009, + "line": 2051, "column": 58 } }, "left": { "type": "Identifier", - "start": 92494, - "end": 92497, + "start": 94884, + "end": 94887, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 49 }, "end": { - "line": 2009, + "line": 2051, "column": 52 }, "identifierName": "_ey" @@ -419368,15 +419640,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92500, - "end": 92503, + "start": 94890, + "end": 94893, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 55 }, "end": { - "line": 2009, + "line": 2051, "column": 58 }, "identifierName": "_sy" @@ -419389,29 +419661,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 92508, - "end": 92522, + "start": 94898, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 63 }, "end": { - "line": 2009, + "line": 2051, "column": 77 } }, "object": { "type": "Identifier", - "start": 92508, - "end": 92514, + "start": 94898, + "end": 94904, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 63 }, "end": { - "line": 2009, + "line": 2051, "column": 69 }, "identifierName": "_props" @@ -419420,15 +419692,15 @@ }, "property": { "type": "Identifier", - "start": 92515, - "end": 92522, + "start": 94905, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 70 }, "end": { - "line": 2009, + "line": 2051, "column": 77 }, "identifierName": "rowSize" @@ -419449,57 +419721,57 @@ }, { "type": "ExpressionStatement", - "start": 92559, - "end": 92584, + "start": 94949, + "end": 94974, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 92559, - "end": 92584, + "start": 94949, + "end": 94974, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 92559, - "end": 92582, + "start": 94949, + "end": 94972, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 39 } }, "object": { "type": "Identifier", - "start": 92559, - "end": 92572, + "start": 94949, + "end": 94962, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 29 }, "identifierName": "ctx_relations" @@ -419508,15 +419780,15 @@ }, "property": { "type": "Identifier", - "start": 92573, - "end": 92582, + "start": 94963, + "end": 94972, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 30 }, "end": { - "line": 2011, + "line": 2053, "column": 39 }, "identifierName": "beginPath" @@ -419530,29 +419802,29 @@ }, { "type": "IfStatement", - "start": 92601, - "end": 97489, + "start": 94991, + "end": 99879, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 16 }, "end": { - "line": 2085, + "line": 2127, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 92606, - "end": 92635, + "start": 94996, + "end": 95025, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 21 }, "end": { - "line": 2012, + "line": 2054, "column": 50 } }, @@ -419560,58 +419832,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 92608, - "end": 92635, + "start": 94998, + "end": 95025, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 92608, - "end": 92621, + "start": 94998, + "end": 95011, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 92608, - "end": 92612, + "start": 94998, + "end": 95002, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 27 } } }, "property": { "type": "Identifier", - "start": 92613, - "end": 92621, + "start": 95003, + "end": 95011, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 28 }, "end": { - "line": 2012, + "line": 2054, "column": 36 }, "identifierName": "is_empty" @@ -419623,15 +419895,15 @@ "arguments": [ { "type": "Identifier", - "start": 92623, - "end": 92633, + "start": 95013, + "end": 95023, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 38 }, "end": { - "line": 2012, + "line": 2054, "column": 48 }, "identifierName": "_curveType" @@ -419646,44 +419918,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 92638, - "end": 97358, + "start": 95028, + "end": 99748, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 53 }, "end": { - "line": 2082, + "line": 2124, "column": 17 } }, "body": [ { "type": "SwitchStatement", - "start": 92733, - "end": 97340, + "start": 95123, + "end": 99730, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 20 }, "end": { - "line": 2081, + "line": 2123, "column": 21 } }, "discriminant": { "type": "BooleanLiteral", - "start": 92742, - "end": 92746, + "start": 95132, + "end": 95136, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 29 }, "end": { - "line": 2014, + "line": 2056, "column": 33 } }, @@ -419693,72 +419965,72 @@ "cases": [ { "type": "SwitchCase", - "start": 92775, - "end": 93515, + "start": 95165, + "end": 95905, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 24 }, "end": { - "line": 2026, + "line": 2068, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 92866, - "end": 92898, + "start": 95256, + "end": 95288, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 92866, - "end": 92898, + "start": 95256, + "end": 95288, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92866, - "end": 92886, + "start": 95256, + "end": 95276, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 48 } }, "object": { "type": "Identifier", - "start": 92866, - "end": 92879, + "start": 95256, + "end": 95269, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 41 }, "identifierName": "ctx_relations" @@ -419768,15 +420040,15 @@ }, "property": { "type": "Identifier", - "start": 92880, - "end": 92886, + "start": 95270, + "end": 95276, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 42 }, "end": { - "line": 2016, + "line": 2058, "column": 48 }, "identifierName": "moveTo" @@ -419789,15 +420061,15 @@ "arguments": [ { "type": "Identifier", - "start": 92888, - "end": 92891, + "start": 95278, + "end": 95281, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 50 }, "end": { - "line": 2016, + "line": 2058, "column": 53 }, "identifierName": "_sx" @@ -419806,15 +420078,15 @@ }, { "type": "Identifier", - "start": 92893, - "end": 92896, + "start": 95283, + "end": 95286, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 55 }, "end": { - "line": 2016, + "line": 2058, "column": 58 }, "identifierName": "_sy" @@ -419828,15 +420100,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)┌(_sx,_sy)\"", - "start": 92813, - "end": 92837, + "start": 95203, + "end": 95227, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 62 }, "end": { - "line": 2015, + "line": 2057, "column": 86 } } @@ -419845,71 +420117,71 @@ }, { "type": "IfStatement", - "start": 92927, - "end": 93079, + "start": 95317, + "end": 95469, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 28 }, "end": { - "line": 2019, + "line": 2061, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 92932, - "end": 92963, + "start": 95322, + "end": 95353, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 64 } }, "left": { "type": "CallExpression", - "start": 92932, - "end": 92953, + "start": 95322, + "end": 95343, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 92932, - "end": 92940, + "start": 95322, + "end": 95330, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 41 } }, "object": { "type": "Identifier", - "start": 92932, - "end": 92936, + "start": 95322, + "end": 95326, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 37 }, "identifierName": "Math" @@ -419918,15 +420190,15 @@ }, "property": { "type": "Identifier", - "start": 92937, - "end": 92940, + "start": 95327, + "end": 95330, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 38 }, "end": { - "line": 2017, + "line": 2059, "column": 41 }, "identifierName": "abs" @@ -419938,29 +420210,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 92942, - "end": 92951, + "start": 95332, + "end": 95341, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 43 }, "end": { - "line": 2017, + "line": 2059, "column": 52 } }, "left": { "type": "Identifier", - "start": 92942, - "end": 92945, + "start": 95332, + "end": 95335, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 43 }, "end": { - "line": 2017, + "line": 2059, "column": 46 }, "identifierName": "_sx" @@ -419970,15 +420242,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 92948, - "end": 92951, + "start": 95338, + "end": 95341, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 49 }, "end": { - "line": 2017, + "line": 2059, "column": 52 }, "identifierName": "_ex" @@ -419991,15 +420263,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 92956, - "end": 92963, + "start": 95346, + "end": 95353, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 57 }, "end": { - "line": 2017, + "line": 2059, "column": 64 }, "identifierName": "_radius" @@ -420009,72 +420281,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 92966, - "end": 93079, + "start": 95356, + "end": 95469, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 67 }, "end": { - "line": 2019, + "line": 2061, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93000, - "end": 93042, + "start": 95390, + "end": 95432, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 93000, - "end": 93042, + "start": 95390, + "end": 95432, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 93000, - "end": 93020, + "start": 95390, + "end": 95410, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 52 } }, "object": { "type": "Identifier", - "start": 93000, - "end": 93013, + "start": 95390, + "end": 95403, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 45 }, "identifierName": "ctx_relations" @@ -420083,15 +420355,15 @@ }, "property": { "type": "Identifier", - "start": 93014, - "end": 93020, + "start": 95404, + "end": 95410, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 46 }, "end": { - "line": 2018, + "line": 2060, "column": 52 }, "identifierName": "lineTo" @@ -420103,29 +420375,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93022, - "end": 93035, + "start": 95412, + "end": 95425, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 54 }, "end": { - "line": 2018, + "line": 2060, "column": 67 } }, "left": { "type": "Identifier", - "start": 93022, - "end": 93025, + "start": 95412, + "end": 95415, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 54 }, "end": { - "line": 2018, + "line": 2060, "column": 57 }, "identifierName": "_ex" @@ -420135,15 +420407,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93028, - "end": 93035, + "start": 95418, + "end": 95425, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 60 }, "end": { - "line": 2018, + "line": 2060, "column": 67 }, "identifierName": "_radius" @@ -420153,15 +420425,15 @@ }, { "type": "Identifier", - "start": 93037, - "end": 93040, + "start": 95427, + "end": 95430, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 69 }, "end": { - "line": 2018, + "line": 2060, "column": 72 }, "identifierName": "_sy" @@ -420175,15 +420447,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93043, - "end": 93049, + "start": 95433, + "end": 95439, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 75 }, "end": { - "line": 2018, + "line": 2060, "column": 81 } } @@ -420197,71 +420469,71 @@ }, { "type": "IfStatement", - "start": 93108, - "end": 93481, + "start": 95498, + "end": 95871, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 28 }, "end": { - "line": 2025, + "line": 2067, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93113, - "end": 93144, + "start": 95503, + "end": 95534, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93113, - "end": 93134, + "start": 95503, + "end": 95524, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93113, - "end": 93121, + "start": 95503, + "end": 95511, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 41 } }, "object": { "type": "Identifier", - "start": 93113, - "end": 93117, + "start": 95503, + "end": 95507, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 37 }, "identifierName": "Math" @@ -420270,15 +420542,15 @@ }, "property": { "type": "Identifier", - "start": 93118, - "end": 93121, + "start": 95508, + "end": 95511, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 38 }, "end": { - "line": 2020, + "line": 2062, "column": 41 }, "identifierName": "abs" @@ -420290,29 +420562,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93123, - "end": 93132, + "start": 95513, + "end": 95522, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 43 }, "end": { - "line": 2020, + "line": 2062, "column": 52 } }, "left": { "type": "Identifier", - "start": 93123, - "end": 93126, + "start": 95513, + "end": 95516, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 43 }, "end": { - "line": 2020, + "line": 2062, "column": 46 }, "identifierName": "_ey" @@ -420322,15 +420594,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93129, - "end": 93132, + "start": 95519, + "end": 95522, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 49 }, "end": { - "line": 2020, + "line": 2062, "column": 52 }, "identifierName": "_sy" @@ -420343,15 +420615,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93137, - "end": 93144, + "start": 95527, + "end": 95534, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 57 }, "end": { - "line": 2020, + "line": 2062, "column": 64 }, "identifierName": "_radius" @@ -420361,72 +420633,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93147, - "end": 93352, + "start": 95537, + "end": 95742, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 67 }, "end": { - "line": 2023, + "line": 2065, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93181, - "end": 93243, + "start": 95571, + "end": 95633, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 93181, - "end": 93243, + "start": 95571, + "end": 95633, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 93181, - "end": 93211, + "start": 95571, + "end": 95601, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 62 } }, "object": { "type": "Identifier", - "start": 93181, - "end": 93194, + "start": 95571, + "end": 95584, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 45 }, "identifierName": "ctx_relations" @@ -420435,15 +420707,15 @@ }, "property": { "type": "Identifier", - "start": 93195, - "end": 93211, + "start": 95585, + "end": 95601, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 46 }, "end": { - "line": 2021, + "line": 2063, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -420455,15 +420727,15 @@ "arguments": [ { "type": "Identifier", - "start": 93213, - "end": 93216, + "start": 95603, + "end": 95606, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 64 }, "end": { - "line": 2021, + "line": 2063, "column": 67 }, "identifierName": "_ex" @@ -420472,15 +420744,15 @@ }, { "type": "Identifier", - "start": 93218, - "end": 93221, + "start": 95608, + "end": 95611, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 69 }, "end": { - "line": 2021, + "line": 2063, "column": 72 }, "identifierName": "_sy" @@ -420489,15 +420761,15 @@ }, { "type": "Identifier", - "start": 93223, - "end": 93226, + "start": 95613, + "end": 95616, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 74 }, "end": { - "line": 2021, + "line": 2063, "column": 77 }, "identifierName": "_ex" @@ -420506,29 +420778,29 @@ }, { "type": "BinaryExpression", - "start": 93228, - "end": 93241, + "start": 95618, + "end": 95631, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 79 }, "end": { - "line": 2021, + "line": 2063, "column": 92 } }, "left": { "type": "Identifier", - "start": 93228, - "end": 93231, + "start": 95618, + "end": 95621, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 79 }, "end": { - "line": 2021, + "line": 2063, "column": 82 }, "identifierName": "_sy" @@ -420538,15 +420810,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 93234, - "end": 93241, + "start": 95624, + "end": 95631, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 85 }, "end": { - "line": 2021, + "line": 2063, "column": 92 }, "identifierName": "_radius" @@ -420561,15 +420833,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -420578,57 +420850,57 @@ }, { "type": "ExpressionStatement", - "start": 93283, - "end": 93315, + "start": 95673, + "end": 95705, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 93283, - "end": 93315, + "start": 95673, + "end": 95705, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 93283, - "end": 93303, + "start": 95673, + "end": 95693, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 52 } }, "object": { "type": "Identifier", - "start": 93283, - "end": 93296, + "start": 95673, + "end": 95686, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 45 }, "identifierName": "ctx_relations" @@ -420638,15 +420910,15 @@ }, "property": { "type": "Identifier", - "start": 93297, - "end": 93303, + "start": 95687, + "end": 95693, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 46 }, "end": { - "line": 2022, + "line": 2064, "column": 52 }, "identifierName": "lineTo" @@ -420659,15 +420931,15 @@ "arguments": [ { "type": "Identifier", - "start": 93305, - "end": 93308, + "start": 95695, + "end": 95698, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 54 }, "end": { - "line": 2022, + "line": 2064, "column": 57 }, "identifierName": "_ex" @@ -420676,15 +420948,15 @@ }, { "type": "Identifier", - "start": 93310, - "end": 93313, + "start": 95700, + "end": 95703, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 59 }, "end": { - "line": 2022, + "line": 2064, "column": 62 }, "identifierName": "_ey" @@ -420699,15 +420971,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -420717,15 +420989,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 93316, - "end": 93322, + "start": 95706, + "end": 95712, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 65 }, "end": { - "line": 2022, + "line": 2064, "column": 71 } } @@ -420737,72 +421009,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 93358, - "end": 93481, + "start": 95748, + "end": 95871, "loc": { "start": { - "line": 2023, + "line": 2065, "column": 35 }, "end": { - "line": 2025, + "line": 2067, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93392, - "end": 93444, + "start": 95782, + "end": 95834, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 93392, - "end": 93444, + "start": 95782, + "end": 95834, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 93392, - "end": 93422, + "start": 95782, + "end": 95812, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 62 } }, "object": { "type": "Identifier", - "start": 93392, - "end": 93405, + "start": 95782, + "end": 95795, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 45 }, "identifierName": "ctx_relations" @@ -420811,15 +421083,15 @@ }, "property": { "type": "Identifier", - "start": 93406, - "end": 93422, + "start": 95796, + "end": 95812, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 46 }, "end": { - "line": 2024, + "line": 2066, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -420831,15 +421103,15 @@ "arguments": [ { "type": "Identifier", - "start": 93424, - "end": 93427, + "start": 95814, + "end": 95817, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 64 }, "end": { - "line": 2024, + "line": 2066, "column": 67 }, "identifierName": "_ex" @@ -420848,15 +421120,15 @@ }, { "type": "Identifier", - "start": 93429, - "end": 93432, + "start": 95819, + "end": 95822, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 69 }, "end": { - "line": 2024, + "line": 2066, "column": 72 }, "identifierName": "_sy" @@ -420865,15 +421137,15 @@ }, { "type": "Identifier", - "start": 93434, - "end": 93437, + "start": 95824, + "end": 95827, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 74 }, "end": { - "line": 2024, + "line": 2066, "column": 77 }, "identifierName": "_ex" @@ -420882,15 +421154,15 @@ }, { "type": "Identifier", - "start": 93439, - "end": 93442, + "start": 95829, + "end": 95832, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 79 }, "end": { - "line": 2024, + "line": 2066, "column": 82 }, "identifierName": "_ey" @@ -420904,15 +421176,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93445, - "end": 93451, + "start": 95835, + "end": 95841, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 85 }, "end": { - "line": 2024, + "line": 2066, "column": 91 } } @@ -420925,15 +421197,15 @@ }, { "type": "BreakStatement", - "start": 93510, - "end": 93515, + "start": 95900, + "end": 95905, "loc": { "start": { - "line": 2026, + "line": 2068, "column": 28 }, "end": { - "line": 2026, + "line": 2068, "column": 33 } }, @@ -420942,43 +421214,43 @@ ], "test": { "type": "CallExpression", - "start": 92780, - "end": 92811, + "start": 95170, + "end": 95201, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 92780, - "end": 92792, + "start": 95170, + "end": 95182, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 92780, - "end": 92787, + "start": 95170, + "end": 95177, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 36 } }, @@ -420990,15 +421262,15 @@ }, "property": { "type": "Identifier", - "start": 92788, - "end": 92792, + "start": 95178, + "end": 95182, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 37 }, "end": { - "line": 2015, + "line": 2057, "column": 41 }, "identifierName": "test" @@ -421010,29 +421282,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 92794, - "end": 92809, + "start": 95184, + "end": 95199, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 43 }, "end": { - "line": 2015, + "line": 2057, "column": 58 } }, "object": { "type": "Identifier", - "start": 92794, - "end": 92804, + "start": 95184, + "end": 95194, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 43 }, "end": { - "line": 2015, + "line": 2057, "column": 53 }, "identifierName": "_curveType" @@ -421041,15 +421313,15 @@ }, "property": { "type": "Identifier", - "start": 92805, - "end": 92808, + "start": 95195, + "end": 95198, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 54 }, "end": { - "line": 2015, + "line": 2057, "column": 57 }, "identifierName": "_ba" @@ -421063,72 +421335,72 @@ }, { "type": "SwitchCase", - "start": 93540, - "end": 94280, + "start": 95930, + "end": 96670, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 24 }, "end": { - "line": 2038, + "line": 2080, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 93631, - "end": 93663, + "start": 96021, + "end": 96053, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 93631, - "end": 93663, + "start": 96021, + "end": 96053, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 93631, - "end": 93651, + "start": 96021, + "end": 96041, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 48 } }, "object": { "type": "Identifier", - "start": 93631, - "end": 93644, + "start": 96021, + "end": 96034, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 41 }, "identifierName": "ctx_relations" @@ -421138,15 +421410,15 @@ }, "property": { "type": "Identifier", - "start": 93645, - "end": 93651, + "start": 96035, + "end": 96041, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 42 }, "end": { - "line": 2028, + "line": 2070, "column": 48 }, "identifierName": "moveTo" @@ -421159,15 +421431,15 @@ "arguments": [ { "type": "Identifier", - "start": 93653, - "end": 93656, + "start": 96043, + "end": 96046, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 50 }, "end": { - "line": 2028, + "line": 2070, "column": 53 }, "identifierName": "_sx" @@ -421176,15 +421448,15 @@ }, { "type": "Identifier", - "start": 93658, - "end": 93661, + "start": 96048, + "end": 96051, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 55 }, "end": { - "line": 2028, + "line": 2070, "column": 58 }, "identifierName": "_sy" @@ -421198,15 +421470,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)└(_sx,_sy)\"", - "start": 93578, - "end": 93602, + "start": 95968, + "end": 95992, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 62 }, "end": { - "line": 2027, + "line": 2069, "column": 86 } } @@ -421215,71 +421487,71 @@ }, { "type": "IfStatement", - "start": 93692, - "end": 93844, + "start": 96082, + "end": 96234, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 28 }, "end": { - "line": 2031, + "line": 2073, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93697, - "end": 93728, + "start": 96087, + "end": 96118, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93697, - "end": 93718, + "start": 96087, + "end": 96108, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93697, - "end": 93705, + "start": 96087, + "end": 96095, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 41 } }, "object": { "type": "Identifier", - "start": 93697, - "end": 93701, + "start": 96087, + "end": 96091, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 37 }, "identifierName": "Math" @@ -421288,15 +421560,15 @@ }, "property": { "type": "Identifier", - "start": 93702, - "end": 93705, + "start": 96092, + "end": 96095, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 38 }, "end": { - "line": 2029, + "line": 2071, "column": 41 }, "identifierName": "abs" @@ -421308,29 +421580,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93707, - "end": 93716, + "start": 96097, + "end": 96106, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 43 }, "end": { - "line": 2029, + "line": 2071, "column": 52 } }, "left": { "type": "Identifier", - "start": 93707, - "end": 93710, + "start": 96097, + "end": 96100, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 43 }, "end": { - "line": 2029, + "line": 2071, "column": 46 }, "identifierName": "_sx" @@ -421340,15 +421612,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93713, - "end": 93716, + "start": 96103, + "end": 96106, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 49 }, "end": { - "line": 2029, + "line": 2071, "column": 52 }, "identifierName": "_ex" @@ -421361,15 +421633,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93721, - "end": 93728, + "start": 96111, + "end": 96118, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 57 }, "end": { - "line": 2029, + "line": 2071, "column": 64 }, "identifierName": "_radius" @@ -421379,72 +421651,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93731, - "end": 93844, + "start": 96121, + "end": 96234, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 67 }, "end": { - "line": 2031, + "line": 2073, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93765, - "end": 93807, + "start": 96155, + "end": 96197, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 93765, - "end": 93807, + "start": 96155, + "end": 96197, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 93765, - "end": 93785, + "start": 96155, + "end": 96175, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 52 } }, "object": { "type": "Identifier", - "start": 93765, - "end": 93778, + "start": 96155, + "end": 96168, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 45 }, "identifierName": "ctx_relations" @@ -421453,15 +421725,15 @@ }, "property": { "type": "Identifier", - "start": 93779, - "end": 93785, + "start": 96169, + "end": 96175, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 46 }, "end": { - "line": 2030, + "line": 2072, "column": 52 }, "identifierName": "lineTo" @@ -421473,29 +421745,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93787, - "end": 93800, + "start": 96177, + "end": 96190, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 54 }, "end": { - "line": 2030, + "line": 2072, "column": 67 } }, "left": { "type": "Identifier", - "start": 93787, - "end": 93790, + "start": 96177, + "end": 96180, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 54 }, "end": { - "line": 2030, + "line": 2072, "column": 57 }, "identifierName": "_ex" @@ -421505,15 +421777,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 93793, - "end": 93800, + "start": 96183, + "end": 96190, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 60 }, "end": { - "line": 2030, + "line": 2072, "column": 67 }, "identifierName": "_radius" @@ -421523,15 +421795,15 @@ }, { "type": "Identifier", - "start": 93802, - "end": 93805, + "start": 96192, + "end": 96195, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 69 }, "end": { - "line": 2030, + "line": 2072, "column": 72 }, "identifierName": "_sy" @@ -421545,15 +421817,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93808, - "end": 93814, + "start": 96198, + "end": 96204, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 75 }, "end": { - "line": 2030, + "line": 2072, "column": 81 } } @@ -421567,71 +421839,71 @@ }, { "type": "IfStatement", - "start": 93873, - "end": 94246, + "start": 96263, + "end": 96636, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 28 }, "end": { - "line": 2037, + "line": 2079, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 93878, - "end": 93909, + "start": 96268, + "end": 96299, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 64 } }, "left": { "type": "CallExpression", - "start": 93878, - "end": 93899, + "start": 96268, + "end": 96289, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 93878, - "end": 93886, + "start": 96268, + "end": 96276, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 41 } }, "object": { "type": "Identifier", - "start": 93878, - "end": 93882, + "start": 96268, + "end": 96272, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 37 }, "identifierName": "Math" @@ -421640,15 +421912,15 @@ }, "property": { "type": "Identifier", - "start": 93883, - "end": 93886, + "start": 96273, + "end": 96276, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 38 }, "end": { - "line": 2032, + "line": 2074, "column": 41 }, "identifierName": "abs" @@ -421660,29 +421932,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 93888, - "end": 93897, + "start": 96278, + "end": 96287, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 43 }, "end": { - "line": 2032, + "line": 2074, "column": 52 } }, "left": { "type": "Identifier", - "start": 93888, - "end": 93891, + "start": 96278, + "end": 96281, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 43 }, "end": { - "line": 2032, + "line": 2074, "column": 46 }, "identifierName": "_sy" @@ -421692,15 +421964,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93894, - "end": 93897, + "start": 96284, + "end": 96287, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 49 }, "end": { - "line": 2032, + "line": 2074, "column": 52 }, "identifierName": "_ey" @@ -421713,15 +421985,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 93902, - "end": 93909, + "start": 96292, + "end": 96299, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 57 }, "end": { - "line": 2032, + "line": 2074, "column": 64 }, "identifierName": "_radius" @@ -421731,72 +422003,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 93912, - "end": 94117, + "start": 96302, + "end": 96507, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 67 }, "end": { - "line": 2035, + "line": 2077, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 93946, - "end": 94008, + "start": 96336, + "end": 96398, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 93946, - "end": 94008, + "start": 96336, + "end": 96398, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 93946, - "end": 93976, + "start": 96336, + "end": 96366, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 62 } }, "object": { "type": "Identifier", - "start": 93946, - "end": 93959, + "start": 96336, + "end": 96349, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 45 }, "identifierName": "ctx_relations" @@ -421805,15 +422077,15 @@ }, "property": { "type": "Identifier", - "start": 93960, - "end": 93976, + "start": 96350, + "end": 96366, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 46 }, "end": { - "line": 2033, + "line": 2075, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -421825,15 +422097,15 @@ "arguments": [ { "type": "Identifier", - "start": 93978, - "end": 93981, + "start": 96368, + "end": 96371, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 64 }, "end": { - "line": 2033, + "line": 2075, "column": 67 }, "identifierName": "_ex" @@ -421842,15 +422114,15 @@ }, { "type": "Identifier", - "start": 93983, - "end": 93986, + "start": 96373, + "end": 96376, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 69 }, "end": { - "line": 2033, + "line": 2075, "column": 72 }, "identifierName": "_sy" @@ -421859,15 +422131,15 @@ }, { "type": "Identifier", - "start": 93988, - "end": 93991, + "start": 96378, + "end": 96381, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 74 }, "end": { - "line": 2033, + "line": 2075, "column": 77 }, "identifierName": "_ex" @@ -421876,29 +422148,29 @@ }, { "type": "BinaryExpression", - "start": 93993, - "end": 94006, + "start": 96383, + "end": 96396, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 79 }, "end": { - "line": 2033, + "line": 2075, "column": 92 } }, "left": { "type": "Identifier", - "start": 93993, - "end": 93996, + "start": 96383, + "end": 96386, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 79 }, "end": { - "line": 2033, + "line": 2075, "column": 82 }, "identifierName": "_sy" @@ -421908,15 +422180,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 93999, - "end": 94006, + "start": 96389, + "end": 96396, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 85 }, "end": { - "line": 2033, + "line": 2075, "column": 92 }, "identifierName": "_radius" @@ -421931,15 +422203,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -421948,57 +422220,57 @@ }, { "type": "ExpressionStatement", - "start": 94048, - "end": 94080, + "start": 96438, + "end": 96470, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 94048, - "end": 94080, + "start": 96438, + "end": 96470, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 94048, - "end": 94068, + "start": 96438, + "end": 96458, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 52 } }, "object": { "type": "Identifier", - "start": 94048, - "end": 94061, + "start": 96438, + "end": 96451, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 45 }, "identifierName": "ctx_relations" @@ -422008,15 +422280,15 @@ }, "property": { "type": "Identifier", - "start": 94062, - "end": 94068, + "start": 96452, + "end": 96458, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 46 }, "end": { - "line": 2034, + "line": 2076, "column": 52 }, "identifierName": "lineTo" @@ -422029,15 +422301,15 @@ "arguments": [ { "type": "Identifier", - "start": 94070, - "end": 94073, + "start": 96460, + "end": 96463, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 54 }, "end": { - "line": 2034, + "line": 2076, "column": 57 }, "identifierName": "_ex" @@ -422046,15 +422318,15 @@ }, { "type": "Identifier", - "start": 94075, - "end": 94078, + "start": 96465, + "end": 96468, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 59 }, "end": { - "line": 2034, + "line": 2076, "column": 62 }, "identifierName": "_ey" @@ -422069,15 +422341,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -422087,15 +422359,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 94081, - "end": 94087, + "start": 96471, + "end": 96477, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 65 }, "end": { - "line": 2034, + "line": 2076, "column": 71 } } @@ -422107,72 +422379,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 94123, - "end": 94246, + "start": 96513, + "end": 96636, "loc": { "start": { - "line": 2035, + "line": 2077, "column": 35 }, "end": { - "line": 2037, + "line": 2079, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94157, - "end": 94209, + "start": 96547, + "end": 96599, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 94157, - "end": 94209, + "start": 96547, + "end": 96599, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 94157, - "end": 94187, + "start": 96547, + "end": 96577, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 62 } }, "object": { "type": "Identifier", - "start": 94157, - "end": 94170, + "start": 96547, + "end": 96560, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 45 }, "identifierName": "ctx_relations" @@ -422181,15 +422453,15 @@ }, "property": { "type": "Identifier", - "start": 94171, - "end": 94187, + "start": 96561, + "end": 96577, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 46 }, "end": { - "line": 2036, + "line": 2078, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -422201,15 +422473,15 @@ "arguments": [ { "type": "Identifier", - "start": 94189, - "end": 94192, + "start": 96579, + "end": 96582, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 64 }, "end": { - "line": 2036, + "line": 2078, "column": 67 }, "identifierName": "_ex" @@ -422218,15 +422490,15 @@ }, { "type": "Identifier", - "start": 94194, - "end": 94197, + "start": 96584, + "end": 96587, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 69 }, "end": { - "line": 2036, + "line": 2078, "column": 72 }, "identifierName": "_sy" @@ -422235,15 +422507,15 @@ }, { "type": "Identifier", - "start": 94199, - "end": 94202, + "start": 96589, + "end": 96592, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 74 }, "end": { - "line": 2036, + "line": 2078, "column": 77 }, "identifierName": "_ex" @@ -422252,15 +422524,15 @@ }, { "type": "Identifier", - "start": 94204, - "end": 94207, + "start": 96594, + "end": 96597, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 79 }, "end": { - "line": 2036, + "line": 2078, "column": 82 }, "identifierName": "_ey" @@ -422274,15 +422546,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94210, - "end": 94216, + "start": 96600, + "end": 96606, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 85 }, "end": { - "line": 2036, + "line": 2078, "column": 91 } } @@ -422295,15 +422567,15 @@ }, { "type": "BreakStatement", - "start": 94275, - "end": 94280, + "start": 96665, + "end": 96670, "loc": { "start": { - "line": 2038, + "line": 2080, "column": 28 }, "end": { - "line": 2038, + "line": 2080, "column": 33 } }, @@ -422312,43 +422584,43 @@ ], "test": { "type": "CallExpression", - "start": 93545, - "end": 93576, + "start": 95935, + "end": 95966, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 93545, - "end": 93557, + "start": 95935, + "end": 95947, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 93545, - "end": 93552, + "start": 95935, + "end": 95942, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 36 } }, @@ -422360,15 +422632,15 @@ }, "property": { "type": "Identifier", - "start": 93553, - "end": 93557, + "start": 95943, + "end": 95947, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 37 }, "end": { - "line": 2027, + "line": 2069, "column": 41 }, "identifierName": "test" @@ -422380,29 +422652,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 93559, - "end": 93574, + "start": 95949, + "end": 95964, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 43 }, "end": { - "line": 2027, + "line": 2069, "column": 58 } }, "object": { "type": "Identifier", - "start": 93559, - "end": 93569, + "start": 95949, + "end": 95959, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 43 }, "end": { - "line": 2027, + "line": 2069, "column": 53 }, "identifierName": "_curveType" @@ -422411,15 +422683,15 @@ }, "property": { "type": "Identifier", - "start": 93570, - "end": 93573, + "start": 95960, + "end": 95963, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 54 }, "end": { - "line": 2027, + "line": 2069, "column": 57 }, "identifierName": "_ba" @@ -422433,72 +422705,72 @@ }, { "type": "SwitchCase", - "start": 94305, - "end": 95038, + "start": 96695, + "end": 97428, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 24 }, "end": { - "line": 2050, + "line": 2092, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 94396, - "end": 94428, + "start": 96786, + "end": 96818, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 94396, - "end": 94428, + "start": 96786, + "end": 96818, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 94396, - "end": 94416, + "start": 96786, + "end": 96806, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 48 } }, "object": { "type": "Identifier", - "start": 94396, - "end": 94409, + "start": 96786, + "end": 96799, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 41 }, "identifierName": "ctx_relations" @@ -422508,15 +422780,15 @@ }, "property": { "type": "Identifier", - "start": 94410, - "end": 94416, + "start": 96800, + "end": 96806, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 42 }, "end": { - "line": 2040, + "line": 2082, "column": 48 }, "identifierName": "moveTo" @@ -422529,15 +422801,15 @@ "arguments": [ { "type": "Identifier", - "start": 94418, - "end": 94421, + "start": 96808, + "end": 96811, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 50 }, "end": { - "line": 2040, + "line": 2082, "column": 53 }, "identifierName": "_sx" @@ -422546,15 +422818,15 @@ }, { "type": "Identifier", - "start": 94423, - "end": 94426, + "start": 96813, + "end": 96816, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 55 }, "end": { - "line": 2040, + "line": 2082, "column": 58 }, "identifierName": "_sy" @@ -422568,15 +422840,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┐(_ex,_ey)\"", - "start": 94343, - "end": 94367, + "start": 96733, + "end": 96757, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 62 }, "end": { - "line": 2039, + "line": 2081, "column": 86 } } @@ -422585,71 +422857,71 @@ }, { "type": "IfStatement", - "start": 94457, - "end": 94609, + "start": 96847, + "end": 96999, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 28 }, "end": { - "line": 2043, + "line": 2085, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 94462, - "end": 94493, + "start": 96852, + "end": 96883, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 64 } }, "left": { "type": "CallExpression", - "start": 94462, - "end": 94483, + "start": 96852, + "end": 96873, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 94462, - "end": 94470, + "start": 96852, + "end": 96860, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 41 } }, "object": { "type": "Identifier", - "start": 94462, - "end": 94466, + "start": 96852, + "end": 96856, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 37 }, "identifierName": "Math" @@ -422658,15 +422930,15 @@ }, "property": { "type": "Identifier", - "start": 94467, - "end": 94470, + "start": 96857, + "end": 96860, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 38 }, "end": { - "line": 2041, + "line": 2083, "column": 41 }, "identifierName": "abs" @@ -422678,29 +422950,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94472, - "end": 94481, + "start": 96862, + "end": 96871, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 43 }, "end": { - "line": 2041, + "line": 2083, "column": 52 } }, "left": { "type": "Identifier", - "start": 94472, - "end": 94475, + "start": 96862, + "end": 96865, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 43 }, "end": { - "line": 2041, + "line": 2083, "column": 46 }, "identifierName": "_ex" @@ -422710,15 +422982,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94478, - "end": 94481, + "start": 96868, + "end": 96871, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 49 }, "end": { - "line": 2041, + "line": 2083, "column": 52 }, "identifierName": "_sx" @@ -422731,15 +423003,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 94486, - "end": 94493, + "start": 96876, + "end": 96883, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 57 }, "end": { - "line": 2041, + "line": 2083, "column": 64 }, "identifierName": "_radius" @@ -422749,72 +423021,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 94496, - "end": 94609, + "start": 96886, + "end": 96999, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 67 }, "end": { - "line": 2043, + "line": 2085, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94530, - "end": 94572, + "start": 96920, + "end": 96962, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 94530, - "end": 94572, + "start": 96920, + "end": 96962, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 94530, - "end": 94550, + "start": 96920, + "end": 96940, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 52 } }, "object": { "type": "Identifier", - "start": 94530, - "end": 94543, + "start": 96920, + "end": 96933, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 45 }, "identifierName": "ctx_relations" @@ -422823,15 +423095,15 @@ }, "property": { "type": "Identifier", - "start": 94544, - "end": 94550, + "start": 96934, + "end": 96940, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 46 }, "end": { - "line": 2042, + "line": 2084, "column": 52 }, "identifierName": "lineTo" @@ -422843,29 +423115,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94552, - "end": 94565, + "start": 96942, + "end": 96955, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 54 }, "end": { - "line": 2042, + "line": 2084, "column": 67 } }, "left": { "type": "Identifier", - "start": 94552, - "end": 94555, + "start": 96942, + "end": 96945, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 54 }, "end": { - "line": 2042, + "line": 2084, "column": 57 }, "identifierName": "_ex" @@ -422875,15 +423147,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94558, - "end": 94565, + "start": 96948, + "end": 96955, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 60 }, "end": { - "line": 2042, + "line": 2084, "column": 67 }, "identifierName": "_radius" @@ -422893,15 +423165,15 @@ }, { "type": "Identifier", - "start": 94567, - "end": 94570, + "start": 96957, + "end": 96960, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 69 }, "end": { - "line": 2042, + "line": 2084, "column": 72 }, "identifierName": "_sy" @@ -422915,15 +423187,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 94573, - "end": 94579, + "start": 96963, + "end": 96969, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 75 }, "end": { - "line": 2042, + "line": 2084, "column": 81 } } @@ -422937,71 +423209,71 @@ }, { "type": "IfStatement", - "start": 94638, - "end": 95004, + "start": 97028, + "end": 97394, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 28 }, "end": { - "line": 2049, + "line": 2091, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 94643, - "end": 94674, + "start": 97033, + "end": 97064, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 64 } }, "left": { "type": "CallExpression", - "start": 94643, - "end": 94664, + "start": 97033, + "end": 97054, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 94643, - "end": 94651, + "start": 97033, + "end": 97041, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 41 } }, "object": { "type": "Identifier", - "start": 94643, - "end": 94647, + "start": 97033, + "end": 97037, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 37 }, "identifierName": "Math" @@ -423010,15 +423282,15 @@ }, "property": { "type": "Identifier", - "start": 94648, - "end": 94651, + "start": 97038, + "end": 97041, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 38 }, "end": { - "line": 2044, + "line": 2086, "column": 41 }, "identifierName": "abs" @@ -423030,29 +423302,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 94653, - "end": 94662, + "start": 97043, + "end": 97052, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 43 }, "end": { - "line": 2044, + "line": 2086, "column": 52 } }, "left": { "type": "Identifier", - "start": 94653, - "end": 94656, + "start": 97043, + "end": 97046, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 43 }, "end": { - "line": 2044, + "line": 2086, "column": 46 }, "identifierName": "_ey" @@ -423062,15 +423334,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 94659, - "end": 94662, + "start": 97049, + "end": 97052, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 49 }, "end": { - "line": 2044, + "line": 2086, "column": 52 }, "identifierName": "_sy" @@ -423083,15 +423355,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 94667, - "end": 94674, + "start": 97057, + "end": 97064, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 57 }, "end": { - "line": 2044, + "line": 2086, "column": 64 }, "identifierName": "_radius" @@ -423101,72 +423373,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 94677, - "end": 94875, + "start": 97067, + "end": 97265, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 67 }, "end": { - "line": 2047, + "line": 2089, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94711, - "end": 94773, + "start": 97101, + "end": 97163, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 94711, - "end": 94773, + "start": 97101, + "end": 97163, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 94711, - "end": 94741, + "start": 97101, + "end": 97131, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 62 } }, "object": { "type": "Identifier", - "start": 94711, - "end": 94724, + "start": 97101, + "end": 97114, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 45 }, "identifierName": "ctx_relations" @@ -423175,15 +423447,15 @@ }, "property": { "type": "Identifier", - "start": 94725, - "end": 94741, + "start": 97115, + "end": 97131, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 46 }, "end": { - "line": 2045, + "line": 2087, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -423195,15 +423467,15 @@ "arguments": [ { "type": "Identifier", - "start": 94743, - "end": 94746, + "start": 97133, + "end": 97136, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 64 }, "end": { - "line": 2045, + "line": 2087, "column": 67 }, "identifierName": "_ex" @@ -423212,15 +423484,15 @@ }, { "type": "Identifier", - "start": 94748, - "end": 94751, + "start": 97138, + "end": 97141, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 69 }, "end": { - "line": 2045, + "line": 2087, "column": 72 }, "identifierName": "_sy" @@ -423229,15 +423501,15 @@ }, { "type": "Identifier", - "start": 94753, - "end": 94756, + "start": 97143, + "end": 97146, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 74 }, "end": { - "line": 2045, + "line": 2087, "column": 77 }, "identifierName": "_ex" @@ -423246,29 +423518,29 @@ }, { "type": "BinaryExpression", - "start": 94758, - "end": 94771, + "start": 97148, + "end": 97161, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 79 }, "end": { - "line": 2045, + "line": 2087, "column": 92 } }, "left": { "type": "Identifier", - "start": 94758, - "end": 94761, + "start": 97148, + "end": 97151, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 79 }, "end": { - "line": 2045, + "line": 2087, "column": 82 }, "identifierName": "_sy" @@ -423278,15 +423550,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 94764, - "end": 94771, + "start": 97154, + "end": 97161, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 85 }, "end": { - "line": 2045, + "line": 2087, "column": 92 }, "identifierName": "_radius" @@ -423301,15 +423573,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -423318,57 +423590,57 @@ }, { "type": "ExpressionStatement", - "start": 94813, - "end": 94845, + "start": 97203, + "end": 97235, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 94813, - "end": 94845, + "start": 97203, + "end": 97235, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 94813, - "end": 94833, + "start": 97203, + "end": 97223, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 52 } }, "object": { "type": "Identifier", - "start": 94813, - "end": 94826, + "start": 97203, + "end": 97216, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 45 }, "identifierName": "ctx_relations" @@ -423378,15 +423650,15 @@ }, "property": { "type": "Identifier", - "start": 94827, - "end": 94833, + "start": 97217, + "end": 97223, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 46 }, "end": { - "line": 2046, + "line": 2088, "column": 52 }, "identifierName": "lineTo" @@ -423399,15 +423671,15 @@ "arguments": [ { "type": "Identifier", - "start": 94835, - "end": 94838, + "start": 97225, + "end": 97228, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 54 }, "end": { - "line": 2046, + "line": 2088, "column": 57 }, "identifierName": "_ex" @@ -423416,15 +423688,15 @@ }, { "type": "Identifier", - "start": 94840, - "end": 94843, + "start": 97230, + "end": 97233, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 59 }, "end": { - "line": 2046, + "line": 2088, "column": 62 }, "identifierName": "_ey" @@ -423438,15 +423710,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -423458,72 +423730,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 94881, - "end": 95004, + "start": 97271, + "end": 97394, "loc": { "start": { - "line": 2047, + "line": 2089, "column": 35 }, "end": { - "line": 2049, + "line": 2091, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 94915, - "end": 94967, + "start": 97305, + "end": 97357, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 94915, - "end": 94967, + "start": 97305, + "end": 97357, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 94915, - "end": 94945, + "start": 97305, + "end": 97335, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 62 } }, "object": { "type": "Identifier", - "start": 94915, - "end": 94928, + "start": 97305, + "end": 97318, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 45 }, "identifierName": "ctx_relations" @@ -423532,15 +423804,15 @@ }, "property": { "type": "Identifier", - "start": 94929, - "end": 94945, + "start": 97319, + "end": 97335, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 46 }, "end": { - "line": 2048, + "line": 2090, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -423552,15 +423824,15 @@ "arguments": [ { "type": "Identifier", - "start": 94947, - "end": 94950, + "start": 97337, + "end": 97340, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 64 }, "end": { - "line": 2048, + "line": 2090, "column": 67 }, "identifierName": "_ex" @@ -423569,15 +423841,15 @@ }, { "type": "Identifier", - "start": 94952, - "end": 94955, + "start": 97342, + "end": 97345, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 69 }, "end": { - "line": 2048, + "line": 2090, "column": 72 }, "identifierName": "_sy" @@ -423586,15 +423858,15 @@ }, { "type": "Identifier", - "start": 94957, - "end": 94960, + "start": 97347, + "end": 97350, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 74 }, "end": { - "line": 2048, + "line": 2090, "column": 77 }, "identifierName": "_ex" @@ -423603,15 +423875,15 @@ }, { "type": "Identifier", - "start": 94962, - "end": 94965, + "start": 97352, + "end": 97355, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 79 }, "end": { - "line": 2048, + "line": 2090, "column": 82 }, "identifierName": "_ey" @@ -423625,15 +423897,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94968, - "end": 94974, + "start": 97358, + "end": 97364, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 85 }, "end": { - "line": 2048, + "line": 2090, "column": 91 } } @@ -423646,15 +423918,15 @@ }, { "type": "BreakStatement", - "start": 95033, - "end": 95038, + "start": 97423, + "end": 97428, "loc": { "start": { - "line": 2050, + "line": 2092, "column": 28 }, "end": { - "line": 2050, + "line": 2092, "column": 33 } }, @@ -423663,43 +423935,43 @@ ], "test": { "type": "CallExpression", - "start": 94310, - "end": 94341, + "start": 96700, + "end": 96731, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 94310, - "end": 94322, + "start": 96700, + "end": 96712, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 94310, - "end": 94317, + "start": 96700, + "end": 96707, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 36 } }, @@ -423711,15 +423983,15 @@ }, "property": { "type": "Identifier", - "start": 94318, - "end": 94322, + "start": 96708, + "end": 96712, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 37 }, "end": { - "line": 2039, + "line": 2081, "column": 41 }, "identifierName": "test" @@ -423731,29 +424003,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 94324, - "end": 94339, + "start": 96714, + "end": 96729, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 43 }, "end": { - "line": 2039, + "line": 2081, "column": 58 } }, "object": { "type": "Identifier", - "start": 94324, - "end": 94334, + "start": 96714, + "end": 96724, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 43 }, "end": { - "line": 2039, + "line": 2081, "column": 53 }, "identifierName": "_curveType" @@ -423762,15 +424034,15 @@ }, "property": { "type": "Identifier", - "start": 94335, - "end": 94338, + "start": 96725, + "end": 96728, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 54 }, "end": { - "line": 2039, + "line": 2081, "column": 57 }, "identifierName": "_ba" @@ -423784,72 +424056,72 @@ }, { "type": "SwitchCase", - "start": 95063, - "end": 95796, + "start": 97453, + "end": 98186, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 24 }, "end": { - "line": 2062, + "line": 2104, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 95154, - "end": 95186, + "start": 97544, + "end": 97576, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 95154, - "end": 95186, + "start": 97544, + "end": 97576, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95154, - "end": 95174, + "start": 97544, + "end": 97564, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 48 } }, "object": { "type": "Identifier", - "start": 95154, - "end": 95167, + "start": 97544, + "end": 97557, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 41 }, "identifierName": "ctx_relations" @@ -423859,15 +424131,15 @@ }, "property": { "type": "Identifier", - "start": 95168, - "end": 95174, + "start": 97558, + "end": 97564, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 42 }, "end": { - "line": 2052, + "line": 2094, "column": 48 }, "identifierName": "moveTo" @@ -423880,15 +424152,15 @@ "arguments": [ { "type": "Identifier", - "start": 95176, - "end": 95179, + "start": 97566, + "end": 97569, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 50 }, "end": { - "line": 2052, + "line": 2094, "column": 53 }, "identifierName": "_sx" @@ -423897,15 +424169,15 @@ }, { "type": "Identifier", - "start": 95181, - "end": 95184, + "start": 97571, + "end": 97574, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 55 }, "end": { - "line": 2052, + "line": 2094, "column": 58 }, "identifierName": "_sy" @@ -423919,15 +424191,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┘(_ex,_ey)\"", - "start": 95101, - "end": 95125, + "start": 97491, + "end": 97515, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 62 }, "end": { - "line": 2051, + "line": 2093, "column": 86 } } @@ -423936,71 +424208,71 @@ }, { "type": "IfStatement", - "start": 95215, - "end": 95367, + "start": 97605, + "end": 97757, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 28 }, "end": { - "line": 2055, + "line": 2097, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 95220, - "end": 95251, + "start": 97610, + "end": 97641, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 64 } }, "left": { "type": "CallExpression", - "start": 95220, - "end": 95241, + "start": 97610, + "end": 97631, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 95220, - "end": 95228, + "start": 97610, + "end": 97618, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 41 } }, "object": { "type": "Identifier", - "start": 95220, - "end": 95224, + "start": 97610, + "end": 97614, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 37 }, "identifierName": "Math" @@ -424009,15 +424281,15 @@ }, "property": { "type": "Identifier", - "start": 95225, - "end": 95228, + "start": 97615, + "end": 97618, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 38 }, "end": { - "line": 2053, + "line": 2095, "column": 41 }, "identifierName": "abs" @@ -424029,29 +424301,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95230, - "end": 95239, + "start": 97620, + "end": 97629, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 43 }, "end": { - "line": 2053, + "line": 2095, "column": 52 } }, "left": { "type": "Identifier", - "start": 95230, - "end": 95233, + "start": 97620, + "end": 97623, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 43 }, "end": { - "line": 2053, + "line": 2095, "column": 46 }, "identifierName": "_ex" @@ -424061,15 +424333,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95236, - "end": 95239, + "start": 97626, + "end": 97629, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 49 }, "end": { - "line": 2053, + "line": 2095, "column": 52 }, "identifierName": "_sx" @@ -424082,15 +424354,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 95244, - "end": 95251, + "start": 97634, + "end": 97641, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 57 }, "end": { - "line": 2053, + "line": 2095, "column": 64 }, "identifierName": "_radius" @@ -424100,72 +424372,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 95254, - "end": 95367, + "start": 97644, + "end": 97757, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 67 }, "end": { - "line": 2055, + "line": 2097, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95288, - "end": 95330, + "start": 97678, + "end": 97720, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 95288, - "end": 95330, + "start": 97678, + "end": 97720, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 95288, - "end": 95308, + "start": 97678, + "end": 97698, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 52 } }, "object": { "type": "Identifier", - "start": 95288, - "end": 95301, + "start": 97678, + "end": 97691, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 45 }, "identifierName": "ctx_relations" @@ -424174,15 +424446,15 @@ }, "property": { "type": "Identifier", - "start": 95302, - "end": 95308, + "start": 97692, + "end": 97698, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 46 }, "end": { - "line": 2054, + "line": 2096, "column": 52 }, "identifierName": "lineTo" @@ -424194,29 +424466,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95310, - "end": 95323, + "start": 97700, + "end": 97713, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 54 }, "end": { - "line": 2054, + "line": 2096, "column": 67 } }, "left": { "type": "Identifier", - "start": 95310, - "end": 95313, + "start": 97700, + "end": 97703, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 54 }, "end": { - "line": 2054, + "line": 2096, "column": 57 }, "identifierName": "_ex" @@ -424226,15 +424498,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95316, - "end": 95323, + "start": 97706, + "end": 97713, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 60 }, "end": { - "line": 2054, + "line": 2096, "column": 67 }, "identifierName": "_radius" @@ -424244,15 +424516,15 @@ }, { "type": "Identifier", - "start": 95325, - "end": 95328, + "start": 97715, + "end": 97718, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 69 }, "end": { - "line": 2054, + "line": 2096, "column": 72 }, "identifierName": "_sy" @@ -424266,15 +424538,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 95331, - "end": 95337, + "start": 97721, + "end": 97727, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 75 }, "end": { - "line": 2054, + "line": 2096, "column": 81 } } @@ -424288,71 +424560,71 @@ }, { "type": "IfStatement", - "start": 95396, - "end": 95762, + "start": 97786, + "end": 98152, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 28 }, "end": { - "line": 2061, + "line": 2103, "column": 29 } }, "test": { "type": "BinaryExpression", - "start": 95401, - "end": 95432, + "start": 97791, + "end": 97822, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 64 } }, "left": { "type": "CallExpression", - "start": 95401, - "end": 95422, + "start": 97791, + "end": 97812, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 95401, - "end": 95409, + "start": 97791, + "end": 97799, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 41 } }, "object": { "type": "Identifier", - "start": 95401, - "end": 95405, + "start": 97791, + "end": 97795, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 37 }, "identifierName": "Math" @@ -424361,15 +424633,15 @@ }, "property": { "type": "Identifier", - "start": 95406, - "end": 95409, + "start": 97796, + "end": 97799, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 38 }, "end": { - "line": 2056, + "line": 2098, "column": 41 }, "identifierName": "abs" @@ -424381,29 +424653,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 95411, - "end": 95420, + "start": 97801, + "end": 97810, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 43 }, "end": { - "line": 2056, + "line": 2098, "column": 52 } }, "left": { "type": "Identifier", - "start": 95411, - "end": 95414, + "start": 97801, + "end": 97804, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 43 }, "end": { - "line": 2056, + "line": 2098, "column": 46 }, "identifierName": "_sy" @@ -424413,15 +424685,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95417, - "end": 95420, + "start": 97807, + "end": 97810, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 49 }, "end": { - "line": 2056, + "line": 2098, "column": 52 }, "identifierName": "_ey" @@ -424434,15 +424706,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 95425, - "end": 95432, + "start": 97815, + "end": 97822, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 57 }, "end": { - "line": 2056, + "line": 2098, "column": 64 }, "identifierName": "_radius" @@ -424452,72 +424724,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 95435, - "end": 95633, + "start": 97825, + "end": 98023, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 67 }, "end": { - "line": 2059, + "line": 2101, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95469, - "end": 95531, + "start": 97859, + "end": 97921, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 94 } }, "expression": { "type": "CallExpression", - "start": 95469, - "end": 95531, + "start": 97859, + "end": 97921, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 94 } }, "callee": { "type": "MemberExpression", - "start": 95469, - "end": 95499, + "start": 97859, + "end": 97889, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 62 } }, "object": { "type": "Identifier", - "start": 95469, - "end": 95482, + "start": 97859, + "end": 97872, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 45 }, "identifierName": "ctx_relations" @@ -424526,15 +424798,15 @@ }, "property": { "type": "Identifier", - "start": 95483, - "end": 95499, + "start": 97873, + "end": 97889, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 46 }, "end": { - "line": 2057, + "line": 2099, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -424546,15 +424818,15 @@ "arguments": [ { "type": "Identifier", - "start": 95501, - "end": 95504, + "start": 97891, + "end": 97894, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 64 }, "end": { - "line": 2057, + "line": 2099, "column": 67 }, "identifierName": "_ex" @@ -424563,15 +424835,15 @@ }, { "type": "Identifier", - "start": 95506, - "end": 95509, + "start": 97896, + "end": 97899, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 69 }, "end": { - "line": 2057, + "line": 2099, "column": 72 }, "identifierName": "_sy" @@ -424580,15 +424852,15 @@ }, { "type": "Identifier", - "start": 95511, - "end": 95514, + "start": 97901, + "end": 97904, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 74 }, "end": { - "line": 2057, + "line": 2099, "column": 77 }, "identifierName": "_ex" @@ -424597,29 +424869,29 @@ }, { "type": "BinaryExpression", - "start": 95516, - "end": 95529, + "start": 97906, + "end": 97919, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 79 }, "end": { - "line": 2057, + "line": 2099, "column": 92 } }, "left": { "type": "Identifier", - "start": 95516, - "end": 95519, + "start": 97906, + "end": 97909, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 79 }, "end": { - "line": 2057, + "line": 2099, "column": 82 }, "identifierName": "_sy" @@ -424629,15 +424901,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 95522, - "end": 95529, + "start": 97912, + "end": 97919, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 85 }, "end": { - "line": 2057, + "line": 2099, "column": 92 }, "identifierName": "_radius" @@ -424652,15 +424924,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -424669,57 +424941,57 @@ }, { "type": "ExpressionStatement", - "start": 95571, - "end": 95603, + "start": 97961, + "end": 97993, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 95571, - "end": 95603, + "start": 97961, + "end": 97993, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95571, - "end": 95591, + "start": 97961, + "end": 97981, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 52 } }, "object": { "type": "Identifier", - "start": 95571, - "end": 95584, + "start": 97961, + "end": 97974, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 45 }, "identifierName": "ctx_relations" @@ -424729,15 +425001,15 @@ }, "property": { "type": "Identifier", - "start": 95585, - "end": 95591, + "start": 97975, + "end": 97981, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 46 }, "end": { - "line": 2058, + "line": 2100, "column": 52 }, "identifierName": "lineTo" @@ -424750,15 +425022,15 @@ "arguments": [ { "type": "Identifier", - "start": 95593, - "end": 95596, + "start": 97983, + "end": 97986, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 54 }, "end": { - "line": 2058, + "line": 2100, "column": 57 }, "identifierName": "_ex" @@ -424767,15 +425039,15 @@ }, { "type": "Identifier", - "start": 95598, - "end": 95601, + "start": 97988, + "end": 97991, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 59 }, "end": { - "line": 2058, + "line": 2100, "column": 62 }, "identifierName": "_ey" @@ -424789,15 +425061,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -424809,72 +425081,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 95639, - "end": 95762, + "start": 98029, + "end": 98152, "loc": { "start": { - "line": 2059, + "line": 2101, "column": 35 }, "end": { - "line": 2061, + "line": 2103, "column": 29 } }, "body": [ { "type": "ExpressionStatement", - "start": 95673, - "end": 95725, + "start": 98063, + "end": 98115, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 95673, - "end": 95725, + "start": 98063, + "end": 98115, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 95673, - "end": 95703, + "start": 98063, + "end": 98093, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 62 } }, "object": { "type": "Identifier", - "start": 95673, - "end": 95686, + "start": 98063, + "end": 98076, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 45 }, "identifierName": "ctx_relations" @@ -424883,15 +425155,15 @@ }, "property": { "type": "Identifier", - "start": 95687, - "end": 95703, + "start": 98077, + "end": 98093, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 46 }, "end": { - "line": 2060, + "line": 2102, "column": 62 }, "identifierName": "quadraticCurveTo" @@ -424903,15 +425175,15 @@ "arguments": [ { "type": "Identifier", - "start": 95705, - "end": 95708, + "start": 98095, + "end": 98098, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 64 }, "end": { - "line": 2060, + "line": 2102, "column": 67 }, "identifierName": "_ex" @@ -424920,15 +425192,15 @@ }, { "type": "Identifier", - "start": 95710, - "end": 95713, + "start": 98100, + "end": 98103, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 69 }, "end": { - "line": 2060, + "line": 2102, "column": 72 }, "identifierName": "_sy" @@ -424937,15 +425209,15 @@ }, { "type": "Identifier", - "start": 95715, - "end": 95718, + "start": 98105, + "end": 98108, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 74 }, "end": { - "line": 2060, + "line": 2102, "column": 77 }, "identifierName": "_ex" @@ -424954,15 +425226,15 @@ }, { "type": "Identifier", - "start": 95720, - "end": 95723, + "start": 98110, + "end": 98113, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 79 }, "end": { - "line": 2060, + "line": 2102, "column": 82 }, "identifierName": "_ey" @@ -424976,15 +425248,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95726, - "end": 95732, + "start": 98116, + "end": 98122, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 85 }, "end": { - "line": 2060, + "line": 2102, "column": 91 } } @@ -424997,15 +425269,15 @@ }, { "type": "BreakStatement", - "start": 95791, - "end": 95796, + "start": 98181, + "end": 98186, "loc": { "start": { - "line": 2062, + "line": 2104, "column": 28 }, "end": { - "line": 2062, + "line": 2104, "column": 33 } }, @@ -425014,43 +425286,43 @@ ], "test": { "type": "CallExpression", - "start": 95068, - "end": 95099, + "start": 97458, + "end": 97489, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95068, - "end": 95080, + "start": 97458, + "end": 97470, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 95068, - "end": 95075, + "start": 97458, + "end": 97465, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 36 } }, @@ -425062,15 +425334,15 @@ }, "property": { "type": "Identifier", - "start": 95076, - "end": 95080, + "start": 97466, + "end": 97470, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 37 }, "end": { - "line": 2051, + "line": 2093, "column": 41 }, "identifierName": "test" @@ -425082,29 +425354,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95082, - "end": 95097, + "start": 97472, + "end": 97487, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 43 }, "end": { - "line": 2051, + "line": 2093, "column": 58 } }, "object": { "type": "Identifier", - "start": 95082, - "end": 95092, + "start": 97472, + "end": 97482, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 43 }, "end": { - "line": 2051, + "line": 2093, "column": 53 }, "identifierName": "_curveType" @@ -425113,15 +425385,15 @@ }, "property": { "type": "Identifier", - "start": 95093, - "end": 95096, + "start": 97483, + "end": 97486, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 54 }, "end": { - "line": 2051, + "line": 2093, "column": 57 }, "identifierName": "_ba" @@ -425135,58 +425407,58 @@ }, { "type": "SwitchCase", - "start": 95821, - "end": 95862, + "start": 98211, + "end": 98252, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 24 }, "end": { - "line": 2063, + "line": 2105, "column": 65 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 95826, - "end": 95861, + "start": 98216, + "end": 98251, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95826, - "end": 95842, + "start": 98216, + "end": 98232, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 95826, - "end": 95837, + "start": 98216, + "end": 98227, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 40 } }, @@ -425198,15 +425470,15 @@ }, "property": { "type": "Identifier", - "start": 95838, - "end": 95842, + "start": 98228, + "end": 98232, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 41 }, "end": { - "line": 2063, + "line": 2105, "column": 45 }, "identifierName": "test" @@ -425218,29 +425490,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95844, - "end": 95859, + "start": 98234, + "end": 98249, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 47 }, "end": { - "line": 2063, + "line": 2105, "column": 62 } }, "object": { "type": "Identifier", - "start": 95844, - "end": 95854, + "start": 98234, + "end": 98244, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 47 }, "end": { - "line": 2063, + "line": 2105, "column": 57 }, "identifierName": "_curveType" @@ -425249,15 +425521,15 @@ }, "property": { "type": "Identifier", - "start": 95855, - "end": 95858, + "start": 98245, + "end": 98248, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 58 }, "end": { - "line": 2063, + "line": 2105, "column": 61 }, "identifierName": "_ba" @@ -425272,15 +425544,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -425289,72 +425561,72 @@ }, { "type": "SwitchCase", - "start": 95895, - "end": 96557, + "start": 98285, + "end": 98947, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 24 }, "end": { - "line": 2071, + "line": 2113, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 95973, - "end": 96005, + "start": 98363, + "end": 98395, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 95973, - "end": 96005, + "start": 98363, + "end": 98395, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 95973, - "end": 95993, + "start": 98363, + "end": 98383, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 48 } }, "object": { "type": "Identifier", - "start": 95973, - "end": 95986, + "start": 98363, + "end": 98376, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 41 }, "identifierName": "ctx_relations" @@ -425364,15 +425636,15 @@ }, "property": { "type": "Identifier", - "start": 95987, - "end": 95993, + "start": 98377, + "end": 98383, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 42 }, "end": { - "line": 2065, + "line": 2107, "column": 48 }, "identifierName": "moveTo" @@ -425385,15 +425657,15 @@ "arguments": [ { "type": "Identifier", - "start": 95995, - "end": 95998, + "start": 98385, + "end": 98388, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 50 }, "end": { - "line": 2065, + "line": 2107, "column": 53 }, "identifierName": "_sx" @@ -425402,15 +425674,15 @@ }, { "type": "Identifier", - "start": 96000, - "end": 96003, + "start": 98390, + "end": 98393, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 55 }, "end": { - "line": 2065, + "line": 2107, "column": 58 }, "identifierName": "_sy" @@ -425425,15 +425697,15 @@ { "type": "CommentLine", "value": " \"⊂ ̄\"", - "start": 95937, - "end": 95944, + "start": 98327, + "end": 98334, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 66 }, "end": { - "line": 2064, + "line": 2106, "column": 73 } } @@ -425443,15 +425715,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -425460,57 +425732,57 @@ }, { "type": "ExpressionStatement", - "start": 96117, - "end": 96159, + "start": 98507, + "end": 98549, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 96117, - "end": 96159, + "start": 98507, + "end": 98549, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 96117, - "end": 96137, + "start": 98507, + "end": 98527, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 48 } }, "object": { "type": "Identifier", - "start": 96117, - "end": 96130, + "start": 98507, + "end": 98520, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 41 }, "identifierName": "ctx_relations" @@ -425520,15 +425792,15 @@ }, "property": { "type": "Identifier", - "start": 96131, - "end": 96137, + "start": 98521, + "end": 98527, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 42 }, "end": { - "line": 2067, + "line": 2109, "column": 48 }, "identifierName": "lineTo" @@ -425541,29 +425813,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96139, - "end": 96152, + "start": 98529, + "end": 98542, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 50 }, "end": { - "line": 2067, + "line": 2109, "column": 63 } }, "left": { "type": "Identifier", - "start": 96139, - "end": 96142, + "start": 98529, + "end": 98532, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 50 }, "end": { - "line": 2067, + "line": 2109, "column": 53 }, "identifierName": "_sx" @@ -425573,15 +425845,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 96145, - "end": 96152, + "start": 98535, + "end": 98542, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 56 }, "end": { - "line": 2067, + "line": 2109, "column": 63 }, "identifierName": "_radius" @@ -425591,15 +425863,15 @@ }, { "type": "Identifier", - "start": 96154, - "end": 96157, + "start": 98544, + "end": 98547, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 65 }, "end": { - "line": 2067, + "line": 2109, "column": 68 }, "identifierName": "_sy" @@ -425614,15 +425886,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -425632,15 +425904,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -425648,15 +425920,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -425665,57 +425937,57 @@ }, { "type": "ExpressionStatement", - "start": 96351, - "end": 96448, + "start": 98741, + "end": 98838, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 125 } }, "expression": { "type": "CallExpression", - "start": 96351, - "end": 96448, + "start": 98741, + "end": 98838, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 96351, - "end": 96378, + "start": 98741, + "end": 98768, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 55 } }, "object": { "type": "Identifier", - "start": 96351, - "end": 96364, + "start": 98741, + "end": 98754, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 41 }, "identifierName": "ctx_relations" @@ -425725,15 +425997,15 @@ }, "property": { "type": "Identifier", - "start": 96365, - "end": 96378, + "start": 98755, + "end": 98768, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 42 }, "end": { - "line": 2069, + "line": 2111, "column": 55 }, "identifierName": "bezierCurveTo" @@ -425746,29 +426018,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96380, - "end": 96397, + "start": 98770, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 57 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, "left": { "type": "Identifier", - "start": 96380, - "end": 96383, + "start": 98770, + "end": 98773, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 57 }, "end": { - "line": 2069, + "line": 2111, "column": 60 }, "identifierName": "_sx" @@ -425778,29 +426050,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 96386, - "end": 96397, + "start": 98776, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 63 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, "left": { "type": "Identifier", - "start": 96386, - "end": 96393, + "start": 98776, + "end": 98783, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 63 }, "end": { - "line": 2069, + "line": 2111, "column": 70 }, "identifierName": "_radius" @@ -425810,15 +426082,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 96396, - "end": 96397, + "start": 98786, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 73 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } }, @@ -425832,15 +426104,15 @@ }, { "type": "Identifier", - "start": 96399, - "end": 96402, + "start": 98789, + "end": 98792, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 76 }, "end": { - "line": 2069, + "line": 2111, "column": 79 }, "identifierName": "_sy" @@ -425849,29 +426121,29 @@ }, { "type": "BinaryExpression", - "start": 96404, - "end": 96421, + "start": 98794, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 81 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, "left": { "type": "Identifier", - "start": 96404, - "end": 96407, + "start": 98794, + "end": 98797, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 81 }, "end": { - "line": 2069, + "line": 2111, "column": 84 }, "identifierName": "_sx" @@ -425881,29 +426153,29 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 96410, - "end": 96421, + "start": 98800, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 87 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, "left": { "type": "Identifier", - "start": 96410, - "end": 96417, + "start": 98800, + "end": 98807, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 87 }, "end": { - "line": 2069, + "line": 2111, "column": 94 }, "identifierName": "_radius" @@ -425913,15 +426185,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 96420, - "end": 96421, + "start": 98810, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 97 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } }, @@ -425935,15 +426207,15 @@ }, { "type": "Identifier", - "start": 96423, - "end": 96426, + "start": 98813, + "end": 98816, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 100 }, "end": { - "line": 2069, + "line": 2111, "column": 103 }, "identifierName": "_ey" @@ -425952,29 +426224,29 @@ }, { "type": "BinaryExpression", - "start": 96428, - "end": 96441, + "start": 98818, + "end": 98831, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 105 }, "end": { - "line": 2069, + "line": 2111, "column": 118 } }, "left": { "type": "Identifier", - "start": 96428, - "end": 96431, + "start": 98818, + "end": 98821, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 105 }, "end": { - "line": 2069, + "line": 2111, "column": 108 }, "identifierName": "_sx" @@ -425984,15 +426256,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 96434, - "end": 96441, + "start": 98824, + "end": 98831, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 111 }, "end": { - "line": 2069, + "line": 2111, "column": 118 }, "identifierName": "_radius" @@ -426002,15 +426274,15 @@ }, { "type": "Identifier", - "start": 96443, - "end": 96446, + "start": 98833, + "end": 98836, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 120 }, "end": { - "line": 2069, + "line": 2111, "column": 123 }, "identifierName": "_ey" @@ -426025,15 +426297,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -426041,15 +426313,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -426059,15 +426331,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -426076,57 +426348,57 @@ }, { "type": "ExpressionStatement", - "start": 96484, - "end": 96516, + "start": 98874, + "end": 98906, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 96484, - "end": 96516, + "start": 98874, + "end": 98906, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 96484, - "end": 96504, + "start": 98874, + "end": 98894, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 48 } }, "object": { "type": "Identifier", - "start": 96484, - "end": 96497, + "start": 98874, + "end": 98887, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 41 }, "identifierName": "ctx_relations" @@ -426136,15 +426408,15 @@ }, "property": { "type": "Identifier", - "start": 96498, - "end": 96504, + "start": 98888, + "end": 98894, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 42 }, "end": { - "line": 2070, + "line": 2112, "column": 48 }, "identifierName": "lineTo" @@ -426157,15 +426429,15 @@ "arguments": [ { "type": "Identifier", - "start": 96506, - "end": 96509, + "start": 98896, + "end": 98899, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 50 }, "end": { - "line": 2070, + "line": 2112, "column": 53 }, "identifierName": "_ex" @@ -426174,15 +426446,15 @@ }, { "type": "Identifier", - "start": 96511, - "end": 96514, + "start": 98901, + "end": 98904, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 55 }, "end": { - "line": 2070, + "line": 2112, "column": 58 }, "identifierName": "_ey" @@ -426197,15 +426469,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -426215,15 +426487,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -426232,15 +426504,15 @@ }, { "type": "BreakStatement", - "start": 96552, - "end": 96557, + "start": 98942, + "end": 98947, "loc": { "start": { - "line": 2071, + "line": 2113, "column": 28 }, "end": { - "line": 2071, + "line": 2113, "column": 33 } }, @@ -426249,15 +426521,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -426267,43 +426539,43 @@ ], "test": { "type": "CallExpression", - "start": 95900, - "end": 95935, + "start": 98290, + "end": 98325, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 95900, - "end": 95916, + "start": 98290, + "end": 98306, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 95900, - "end": 95911, + "start": 98290, + "end": 98301, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 40 } }, @@ -426316,15 +426588,15 @@ }, "property": { "type": "Identifier", - "start": 95912, - "end": 95916, + "start": 98302, + "end": 98306, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 41 }, "end": { - "line": 2064, + "line": 2106, "column": 45 }, "identifierName": "test" @@ -426337,29 +426609,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 95918, - "end": 95933, + "start": 98308, + "end": 98323, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 47 }, "end": { - "line": 2064, + "line": 2106, "column": 62 } }, "object": { "type": "Identifier", - "start": 95918, - "end": 95928, + "start": 98308, + "end": 98318, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 47 }, "end": { - "line": 2064, + "line": 2106, "column": 57 }, "identifierName": "_curveType" @@ -426368,15 +426640,15 @@ }, "property": { "type": "Identifier", - "start": 95929, - "end": 95932, + "start": 98319, + "end": 98322, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 58 }, "end": { - "line": 2064, + "line": 2106, "column": 61 }, "identifierName": "_ba" @@ -426392,15 +426664,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -426409,58 +426681,58 @@ }, { "type": "SwitchCase", - "start": 96582, - "end": 96623, + "start": 98972, + "end": 99013, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 24 }, "end": { - "line": 2072, + "line": 2114, "column": 65 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 96587, - "end": 96622, + "start": 98977, + "end": 99012, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 96587, - "end": 96603, + "start": 98977, + "end": 98993, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 96587, - "end": 96598, + "start": 98977, + "end": 98988, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 40 } }, @@ -426472,15 +426744,15 @@ }, "property": { "type": "Identifier", - "start": 96599, - "end": 96603, + "start": 98989, + "end": 98993, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 41 }, "end": { - "line": 2072, + "line": 2114, "column": 45 }, "identifierName": "test" @@ -426492,29 +426764,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 96605, - "end": 96620, + "start": 98995, + "end": 99010, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 47 }, "end": { - "line": 2072, + "line": 2114, "column": 62 } }, "object": { "type": "Identifier", - "start": 96605, - "end": 96615, + "start": 98995, + "end": 99005, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 47 }, "end": { - "line": 2072, + "line": 2114, "column": 57 }, "identifierName": "_curveType" @@ -426523,15 +426795,15 @@ }, "property": { "type": "Identifier", - "start": 96616, - "end": 96619, + "start": 99006, + "end": 99009, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 58 }, "end": { - "line": 2072, + "line": 2114, "column": 61 }, "identifierName": "_ba" @@ -426546,15 +426818,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -426563,72 +426835,72 @@ }, { "type": "SwitchCase", - "start": 96656, - "end": 97318, + "start": 99046, + "end": 99708, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 24 }, "end": { - "line": 2080, + "line": 2122, "column": 33 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 96734, - "end": 96766, + "start": 99124, + "end": 99156, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 96734, - "end": 96766, + "start": 99124, + "end": 99156, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 96734, - "end": 96754, + "start": 99124, + "end": 99144, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 48 } }, "object": { "type": "Identifier", - "start": 96734, - "end": 96747, + "start": 99124, + "end": 99137, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 41 }, "identifierName": "ctx_relations" @@ -426638,15 +426910,15 @@ }, "property": { "type": "Identifier", - "start": 96748, - "end": 96754, + "start": 99138, + "end": 99144, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 42 }, "end": { - "line": 2074, + "line": 2116, "column": 48 }, "identifierName": "moveTo" @@ -426659,15 +426931,15 @@ "arguments": [ { "type": "Identifier", - "start": 96756, - "end": 96759, + "start": 99146, + "end": 99149, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 50 }, "end": { - "line": 2074, + "line": 2116, "column": 53 }, "identifierName": "_sx" @@ -426676,15 +426948,15 @@ }, { "type": "Identifier", - "start": 96761, - "end": 96764, + "start": 99151, + "end": 99154, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 55 }, "end": { - "line": 2074, + "line": 2116, "column": 58 }, "identifierName": "_sy" @@ -426699,15 +426971,15 @@ { "type": "CommentLine", "value": " \" ̄⊃\"", - "start": 96698, - "end": 96705, + "start": 99088, + "end": 99095, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 66 }, "end": { - "line": 2073, + "line": 2115, "column": 73 } } @@ -426717,15 +426989,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -426734,57 +427006,57 @@ }, { "type": "ExpressionStatement", - "start": 96878, - "end": 96920, + "start": 99268, + "end": 99310, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 96878, - "end": 96920, + "start": 99268, + "end": 99310, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 96878, - "end": 96898, + "start": 99268, + "end": 99288, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 48 } }, "object": { "type": "Identifier", - "start": 96878, - "end": 96891, + "start": 99268, + "end": 99281, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 41 }, "identifierName": "ctx_relations" @@ -426794,15 +427066,15 @@ }, "property": { "type": "Identifier", - "start": 96892, - "end": 96898, + "start": 99282, + "end": 99288, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 42 }, "end": { - "line": 2076, + "line": 2118, "column": 48 }, "identifierName": "lineTo" @@ -426815,29 +427087,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 96900, - "end": 96913, + "start": 99290, + "end": 99303, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 50 }, "end": { - "line": 2076, + "line": 2118, "column": 63 } }, "left": { "type": "Identifier", - "start": 96900, - "end": 96903, + "start": 99290, + "end": 99293, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 50 }, "end": { - "line": 2076, + "line": 2118, "column": 53 }, "identifierName": "_sx" @@ -426847,15 +427119,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 96906, - "end": 96913, + "start": 99296, + "end": 99303, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 56 }, "end": { - "line": 2076, + "line": 2118, "column": 63 }, "identifierName": "_radius" @@ -426865,15 +427137,15 @@ }, { "type": "Identifier", - "start": 96915, - "end": 96918, + "start": 99305, + "end": 99308, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 65 }, "end": { - "line": 2076, + "line": 2118, "column": 68 }, "identifierName": "_sy" @@ -426888,15 +427160,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -426906,15 +427178,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -426922,15 +427194,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -426939,57 +427211,57 @@ }, { "type": "ExpressionStatement", - "start": 97112, - "end": 97209, + "start": 99502, + "end": 99599, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 125 } }, "expression": { "type": "CallExpression", - "start": 97112, - "end": 97209, + "start": 99502, + "end": 99599, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 97112, - "end": 97139, + "start": 99502, + "end": 99529, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 55 } }, "object": { "type": "Identifier", - "start": 97112, - "end": 97125, + "start": 99502, + "end": 99515, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 41 }, "identifierName": "ctx_relations" @@ -426999,15 +427271,15 @@ }, "property": { "type": "Identifier", - "start": 97126, - "end": 97139, + "start": 99516, + "end": 99529, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 42 }, "end": { - "line": 2078, + "line": 2120, "column": 55 }, "identifierName": "bezierCurveTo" @@ -427020,29 +427292,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 97141, - "end": 97158, + "start": 99531, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 57 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, "left": { "type": "Identifier", - "start": 97141, - "end": 97144, + "start": 99531, + "end": 99534, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 57 }, "end": { - "line": 2078, + "line": 2120, "column": 60 }, "identifierName": "_sx" @@ -427052,29 +427324,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 97147, - "end": 97158, + "start": 99537, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 63 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, "left": { "type": "Identifier", - "start": 97147, - "end": 97154, + "start": 99537, + "end": 99544, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 63 }, "end": { - "line": 2078, + "line": 2120, "column": 70 }, "identifierName": "_radius" @@ -427084,15 +427356,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 97157, - "end": 97158, + "start": 99547, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 73 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } }, @@ -427106,15 +427378,15 @@ }, { "type": "Identifier", - "start": 97160, - "end": 97163, + "start": 99550, + "end": 99553, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 76 }, "end": { - "line": 2078, + "line": 2120, "column": 79 }, "identifierName": "_sy" @@ -427123,29 +427395,29 @@ }, { "type": "BinaryExpression", - "start": 97165, - "end": 97182, + "start": 99555, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 81 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, "left": { "type": "Identifier", - "start": 97165, - "end": 97168, + "start": 99555, + "end": 99558, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 81 }, "end": { - "line": 2078, + "line": 2120, "column": 84 }, "identifierName": "_sx" @@ -427155,29 +427427,29 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 97171, - "end": 97182, + "start": 99561, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 87 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, "left": { "type": "Identifier", - "start": 97171, - "end": 97178, + "start": 99561, + "end": 99568, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 87 }, "end": { - "line": 2078, + "line": 2120, "column": 94 }, "identifierName": "_radius" @@ -427187,15 +427459,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 97181, - "end": 97182, + "start": 99571, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 97 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } }, @@ -427209,15 +427481,15 @@ }, { "type": "Identifier", - "start": 97184, - "end": 97187, + "start": 99574, + "end": 99577, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 100 }, "end": { - "line": 2078, + "line": 2120, "column": 103 }, "identifierName": "_ey" @@ -427226,29 +427498,29 @@ }, { "type": "BinaryExpression", - "start": 97189, - "end": 97202, + "start": 99579, + "end": 99592, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 105 }, "end": { - "line": 2078, + "line": 2120, "column": 118 } }, "left": { "type": "Identifier", - "start": 97189, - "end": 97192, + "start": 99579, + "end": 99582, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 105 }, "end": { - "line": 2078, + "line": 2120, "column": 108 }, "identifierName": "_sx" @@ -427258,15 +427530,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 97195, - "end": 97202, + "start": 99585, + "end": 99592, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 111 }, "end": { - "line": 2078, + "line": 2120, "column": 118 }, "identifierName": "_radius" @@ -427276,15 +427548,15 @@ }, { "type": "Identifier", - "start": 97204, - "end": 97207, + "start": 99594, + "end": 99597, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 120 }, "end": { - "line": 2078, + "line": 2120, "column": 123 }, "identifierName": "_ey" @@ -427299,15 +427571,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -427315,15 +427587,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -427333,15 +427605,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -427350,57 +427622,57 @@ }, { "type": "ExpressionStatement", - "start": 97245, - "end": 97277, + "start": 99635, + "end": 99667, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 97245, - "end": 97277, + "start": 99635, + "end": 99667, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 97245, - "end": 97265, + "start": 99635, + "end": 99655, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 48 } }, "object": { "type": "Identifier", - "start": 97245, - "end": 97258, + "start": 99635, + "end": 99648, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 41 }, "identifierName": "ctx_relations" @@ -427410,15 +427682,15 @@ }, "property": { "type": "Identifier", - "start": 97259, - "end": 97265, + "start": 99649, + "end": 99655, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 42 }, "end": { - "line": 2079, + "line": 2121, "column": 48 }, "identifierName": "lineTo" @@ -427431,15 +427703,15 @@ "arguments": [ { "type": "Identifier", - "start": 97267, - "end": 97270, + "start": 99657, + "end": 99660, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 50 }, "end": { - "line": 2079, + "line": 2121, "column": 53 }, "identifierName": "_ex" @@ -427448,15 +427720,15 @@ }, { "type": "Identifier", - "start": 97272, - "end": 97275, + "start": 99662, + "end": 99665, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 55 }, "end": { - "line": 2079, + "line": 2121, "column": 58 }, "identifierName": "_ey" @@ -427471,15 +427743,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -427489,15 +427761,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -427506,15 +427778,15 @@ }, { "type": "BreakStatement", - "start": 97313, - "end": 97318, + "start": 99703, + "end": 99708, "loc": { "start": { - "line": 2080, + "line": 2122, "column": 28 }, "end": { - "line": 2080, + "line": 2122, "column": 33 } }, @@ -427523,15 +427795,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -427541,43 +427813,43 @@ ], "test": { "type": "CallExpression", - "start": 96661, - "end": 96696, + "start": 99051, + "end": 99086, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 96661, - "end": 96677, + "start": 99051, + "end": 99067, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 96661, - "end": 96672, + "start": 99051, + "end": 99062, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 40 } }, @@ -427590,15 +427862,15 @@ }, "property": { "type": "Identifier", - "start": 96673, - "end": 96677, + "start": 99063, + "end": 99067, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 41 }, "end": { - "line": 2073, + "line": 2115, "column": 45 }, "identifierName": "test" @@ -427611,29 +427883,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 96679, - "end": 96694, + "start": 99069, + "end": 99084, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 47 }, "end": { - "line": 2073, + "line": 2115, "column": 62 } }, "object": { "type": "Identifier", - "start": 96679, - "end": 96689, + "start": 99069, + "end": 99079, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 47 }, "end": { - "line": 2073, + "line": 2115, "column": 57 }, "identifierName": "_curveType" @@ -427642,15 +427914,15 @@ }, "property": { "type": "Identifier", - "start": 96690, - "end": 96693, + "start": 99080, + "end": 99083, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 58 }, "end": { - "line": 2073, + "line": 2115, "column": 61 }, "identifierName": "_ba" @@ -427666,15 +427938,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -427686,15 +427958,15 @@ { "type": "CommentLine", "value": " console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )", - "start": 92640, - "end": 92712, + "start": 95030, + "end": 95102, "loc": { "start": { - "line": 2013, + "line": 2055, "column": 0 }, "end": { - "line": 2013, + "line": 2055, "column": 72 } } @@ -427706,72 +427978,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 97364, - "end": 97489, + "start": 99754, + "end": 99879, "loc": { "start": { - "line": 2082, + "line": 2124, "column": 23 }, "end": { - "line": 2085, + "line": 2127, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 97386, - "end": 97418, + "start": 99776, + "end": 99808, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 97386, - "end": 97418, + "start": 99776, + "end": 99808, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 97386, - "end": 97406, + "start": 99776, + "end": 99796, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 40 } }, "object": { "type": "Identifier", - "start": 97386, - "end": 97399, + "start": 99776, + "end": 99789, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 33 }, "identifierName": "ctx_relations" @@ -427780,15 +428052,15 @@ }, "property": { "type": "Identifier", - "start": 97400, - "end": 97406, + "start": 99790, + "end": 99796, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 34 }, "end": { - "line": 2083, + "line": 2125, "column": 40 }, "identifierName": "moveTo" @@ -427800,15 +428072,15 @@ "arguments": [ { "type": "Identifier", - "start": 97408, - "end": 97411, + "start": 99798, + "end": 99801, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 42 }, "end": { - "line": 2083, + "line": 2125, "column": 45 }, "identifierName": "_sx" @@ -427817,15 +428089,15 @@ }, { "type": "Identifier", - "start": 97413, - "end": 97416, + "start": 99803, + "end": 99806, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 47 }, "end": { - "line": 2083, + "line": 2125, "column": 50 }, "identifierName": "_sy" @@ -427837,57 +428109,57 @@ }, { "type": "ExpressionStatement", - "start": 97439, - "end": 97471, + "start": 99829, + "end": 99861, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 97439, - "end": 97471, + "start": 99829, + "end": 99861, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 97439, - "end": 97459, + "start": 99829, + "end": 99849, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 40 } }, "object": { "type": "Identifier", - "start": 97439, - "end": 97452, + "start": 99829, + "end": 99842, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 33 }, "identifierName": "ctx_relations" @@ -427896,15 +428168,15 @@ }, "property": { "type": "Identifier", - "start": 97453, - "end": 97459, + "start": 99843, + "end": 99849, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 34 }, "end": { - "line": 2084, + "line": 2126, "column": 40 }, "identifierName": "lineTo" @@ -427916,15 +428188,15 @@ "arguments": [ { "type": "Identifier", - "start": 97461, - "end": 97464, + "start": 99851, + "end": 99854, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 42 }, "end": { - "line": 2084, + "line": 2126, "column": 45 }, "identifierName": "_ex" @@ -427933,15 +428205,15 @@ }, { "type": "Identifier", - "start": 97466, - "end": 97469, + "start": 99856, + "end": 99859, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 47 }, "end": { - "line": 2084, + "line": 2126, "column": 50 }, "identifierName": "_ey" @@ -427959,15 +428231,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -427976,57 +428248,57 @@ }, { "type": "ExpressionStatement", - "start": 97550, - "end": 97572, + "start": 99940, + "end": 99962, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 97550, - "end": 97572, + "start": 99940, + "end": 99962, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 97550, - "end": 97570, + "start": 99940, + "end": 99960, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 36 } }, "object": { "type": "Identifier", - "start": 97550, - "end": 97563, + "start": 99940, + "end": 99953, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 29 }, "identifierName": "ctx_relations" @@ -428036,15 +428308,15 @@ }, "property": { "type": "Identifier", - "start": 97564, - "end": 97570, + "start": 99954, + "end": 99960, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 30 }, "end": { - "line": 2087, + "line": 2129, "column": 36 }, "identifierName": "stroke" @@ -428061,15 +428333,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -428086,57 +428358,57 @@ }, { "type": "ExpressionStatement", - "start": 97604, - "end": 97672, + "start": 99994, + "end": 100062, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 97604, - "end": 97672, + "start": 99994, + "end": 100062, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 97604, - "end": 97627, + "start": 99994, + "end": 100017, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 31 } }, "object": { "type": "Identifier", - "start": 97604, - "end": 97617, + "start": 99994, + "end": 100007, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 21 }, "identifierName": "ctx_relations" @@ -428145,15 +428417,15 @@ }, "property": { "type": "Identifier", - "start": 97618, - "end": 97627, + "start": 100008, + "end": 100017, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 22 }, "end": { - "line": 2090, + "line": 2132, "column": 31 }, "identifierName": "clearRect" @@ -428165,15 +428437,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 97629, - "end": 97630, + "start": 100019, + "end": 100020, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 33 }, "end": { - "line": 2090, + "line": 2132, "column": 34 } }, @@ -428185,15 +428457,15 @@ }, { "type": "NumericLiteral", - "start": 97632, - "end": 97633, + "start": 100022, + "end": 100023, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 36 }, "end": { - "line": 2090, + "line": 2132, "column": 37 } }, @@ -428205,43 +428477,43 @@ }, { "type": "MemberExpression", - "start": 97635, - "end": 97651, + "start": 100025, + "end": 100041, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 97635, - "end": 97645, + "start": 100025, + "end": 100035, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 49 } }, "object": { "type": "Identifier", - "start": 97635, - "end": 97642, + "start": 100025, + "end": 100032, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 46 }, "identifierName": "_canvas" @@ -428250,15 +428522,15 @@ }, "property": { "type": "NumericLiteral", - "start": 97643, - "end": 97644, + "start": 100033, + "end": 100034, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 47 }, "end": { - "line": 2090, + "line": 2132, "column": 48 } }, @@ -428272,15 +428544,15 @@ }, "property": { "type": "Identifier", - "start": 97646, - "end": 97651, + "start": 100036, + "end": 100041, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 50 }, "end": { - "line": 2090, + "line": 2132, "column": 55 }, "identifierName": "width" @@ -428291,43 +428563,43 @@ }, { "type": "MemberExpression", - "start": 97653, - "end": 97670, + "start": 100043, + "end": 100060, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 97653, - "end": 97663, + "start": 100043, + "end": 100053, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 67 } }, "object": { "type": "Identifier", - "start": 97653, - "end": 97660, + "start": 100043, + "end": 100050, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 64 }, "identifierName": "_canvas" @@ -428336,15 +428608,15 @@ }, "property": { "type": "NumericLiteral", - "start": 97661, - "end": 97662, + "start": 100051, + "end": 100052, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 65 }, "end": { - "line": 2090, + "line": 2132, "column": 66 } }, @@ -428358,15 +428630,15 @@ }, "property": { "type": "Identifier", - "start": 97664, - "end": 97670, + "start": 100054, + "end": 100060, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 68 }, "end": { - "line": 2090, + "line": 2132, "column": 74 }, "identifierName": "height" @@ -428382,15 +428654,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -428399,57 +428671,57 @@ }, { "type": "ExpressionStatement", - "start": 97745, - "end": 99938, + "start": 100135, + "end": 102328, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2138, + "line": 2180, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 97745, - "end": 99938, + "start": 100135, + "end": 102328, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2138, + "line": 2180, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 97745, - "end": 97759, + "start": 100135, + "end": 100149, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2092, + "line": 2134, "column": 22 } }, "object": { "type": "Identifier", - "start": 97745, - "end": 97751, + "start": 100135, + "end": 100141, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2092, + "line": 2134, "column": 14 }, "identifierName": "events" @@ -428459,15 +428731,15 @@ }, "property": { "type": "Identifier", - "start": 97752, - "end": 97759, + "start": 100142, + "end": 100149, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 15 }, "end": { - "line": 2092, + "line": 2134, "column": 22 }, "identifierName": "forEach" @@ -428480,15 +428752,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 97761, - "end": 99937, + "start": 100151, + "end": 102327, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 24 }, "end": { - "line": 2138, + "line": 2180, "column": 9 } }, @@ -428499,15 +428771,15 @@ "params": [ { "type": "Identifier", - "start": 97763, - "end": 97766, + "start": 100153, + "end": 100156, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 26 }, "end": { - "line": 2092, + "line": 2134, "column": 29 }, "identifierName": "evt" @@ -428517,59 +428789,59 @@ ], "body": { "type": "BlockStatement", - "start": 97772, - "end": 99937, + "start": 100162, + "end": 102327, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 35 }, "end": { - "line": 2138, + "line": 2180, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 97786, - "end": 97887, + "start": 100176, + "end": 100277, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 12 }, "end": { - "line": 2095, + "line": 2137, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 97790, - "end": 97809, + "start": 100180, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 16 }, "end": { - "line": 2093, + "line": 2135, "column": 35 } }, "id": { "type": "Identifier", - "start": 97790, - "end": 97794, + "start": 100180, + "end": 100184, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 16 }, "end": { - "line": 2093, + "line": 2135, "column": 20 }, "identifierName": "_rel" @@ -428578,29 +428850,29 @@ }, "init": { "type": "MemberExpression", - "start": 97797, - "end": 97809, + "start": 100187, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 23 }, "end": { - "line": 2093, + "line": 2135, "column": 35 } }, "object": { "type": "Identifier", - "start": 97797, - "end": 97800, + "start": 100187, + "end": 100190, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 23 }, "end": { - "line": 2093, + "line": 2135, "column": 26 }, "identifierName": "evt" @@ -428609,15 +428881,15 @@ }, "property": { "type": "Identifier", - "start": 97801, - "end": 97809, + "start": 100191, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 27 }, "end": { - "line": 2093, + "line": 2135, "column": 35 }, "identifierName": "relation" @@ -428629,29 +428901,29 @@ }, { "type": "VariableDeclarator", - "start": 97827, - "end": 97830, + "start": 100217, + "end": 100220, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 16 }, "end": { - "line": 2094, + "line": 2136, "column": 19 } }, "id": { "type": "Identifier", - "start": 97827, - "end": 97830, + "start": 100217, + "end": 100220, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 16 }, "end": { - "line": 2094, + "line": 2136, "column": 19 }, "identifierName": "_sx" @@ -428662,29 +428934,29 @@ }, { "type": "VariableDeclarator", - "start": 97832, - "end": 97835, + "start": 100222, + "end": 100225, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 21 }, "end": { - "line": 2094, + "line": 2136, "column": 24 } }, "id": { "type": "Identifier", - "start": 97832, - "end": 97835, + "start": 100222, + "end": 100225, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 21 }, "end": { - "line": 2094, + "line": 2136, "column": 24 }, "identifierName": "_sy" @@ -428695,29 +428967,29 @@ }, { "type": "VariableDeclarator", - "start": 97837, - "end": 97840, + "start": 100227, + "end": 100230, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 26 }, "end": { - "line": 2094, + "line": 2136, "column": 29 } }, "id": { "type": "Identifier", - "start": 97837, - "end": 97840, + "start": 100227, + "end": 100230, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 26 }, "end": { - "line": 2094, + "line": 2136, "column": 29 }, "identifierName": "_ex" @@ -428728,29 +429000,29 @@ }, { "type": "VariableDeclarator", - "start": 97842, - "end": 97845, + "start": 100232, + "end": 100235, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 31 }, "end": { - "line": 2094, + "line": 2136, "column": 34 } }, "id": { "type": "Identifier", - "start": 97842, - "end": 97845, + "start": 100232, + "end": 100235, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 31 }, "end": { - "line": 2094, + "line": 2136, "column": 34 }, "identifierName": "_ey" @@ -428761,29 +429033,29 @@ }, { "type": "VariableDeclarator", - "start": 97864, - "end": 97873, + "start": 100254, + "end": 100263, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 16 }, "end": { - "line": 2095, + "line": 2137, "column": 25 } }, "id": { "type": "Identifier", - "start": 97864, - "end": 97873, + "start": 100254, + "end": 100263, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 16 }, "end": { - "line": 2095, + "line": 2137, "column": 25 }, "identifierName": "_targetId" @@ -428794,29 +429066,29 @@ }, { "type": "VariableDeclarator", - "start": 97875, - "end": 97887, + "start": 100265, + "end": 100277, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 27 }, "end": { - "line": 2095, + "line": 2137, "column": 39 } }, "id": { "type": "Identifier", - "start": 97875, - "end": 97887, + "start": 100265, + "end": 100277, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 27 }, "end": { - "line": 2095, + "line": 2137, "column": 39 }, "identifierName": "_targetEvent" @@ -428830,57 +429102,57 @@ }, { "type": "IfStatement", - "start": 97913, - "end": 98887, + "start": 100303, + "end": 101277, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 12 }, "end": { - "line": 2116, + "line": 2158, "column": 13 } }, "test": { "type": "CallExpression", - "start": 97918, - "end": 97949, + "start": 100308, + "end": 100339, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 97918, - "end": 97937, + "start": 100308, + "end": 100327, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 36 } }, "object": { "type": "Identifier", - "start": 97918, - "end": 97922, + "start": 100308, + "end": 100312, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 21 }, "identifierName": "_rel" @@ -428889,15 +429161,15 @@ }, "property": { "type": "Identifier", - "start": 97923, - "end": 97937, + "start": 100313, + "end": 100327, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 22 }, "end": { - "line": 2097, + "line": 2139, "column": 36 }, "identifierName": "hasOwnProperty" @@ -428909,15 +429181,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 97939, - "end": 97947, + "start": 100329, + "end": 100337, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 38 }, "end": { - "line": 2097, + "line": 2139, "column": 46 } }, @@ -428931,59 +429203,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 97952, - "end": 98887, + "start": 100342, + "end": 101277, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 51 }, "end": { - "line": 2116, + "line": 2158, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 98128, - "end": 98140, + "start": 100518, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 98128, - "end": 98140, + "start": 100518, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98128, - "end": 98131, + "start": 100518, + "end": 100521, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 19 }, "identifierName": "_sx" @@ -428993,29 +429265,29 @@ }, "right": { "type": "MemberExpression", - "start": 98134, - "end": 98140, + "start": 100524, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 22 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } }, "object": { "type": "Identifier", - "start": 98134, - "end": 98138, + "start": 100524, + "end": 100528, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 22 }, "end": { - "line": 2100, + "line": 2142, "column": 26 }, "identifierName": "_rel" @@ -429024,15 +429296,15 @@ }, "property": { "type": "Identifier", - "start": 98139, - "end": 98140, + "start": 100529, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 27 }, "end": { - "line": 2100, + "line": 2142, "column": 28 }, "identifierName": "x" @@ -429047,15 +429319,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 97970, - "end": 98032, + "start": 100360, + "end": 100422, "loc": { "start": { - "line": 2098, + "line": 2140, "column": 16 }, "end": { - "line": 2098, + "line": 2140, "column": 78 } } @@ -429063,15 +429335,15 @@ { "type": "CommentLine", "value": " (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 98049, - "end": 98111, + "start": 100439, + "end": 100501, "loc": { "start": { - "line": 2099, + "line": 2141, "column": 16 }, "end": { - "line": 2099, + "line": 2141, "column": 78 } } @@ -429080,44 +429352,44 @@ }, { "type": "ExpressionStatement", - "start": 98157, - "end": 98169, + "start": 100547, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 98157, - "end": 98169, + "start": 100547, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98157, - "end": 98160, + "start": 100547, + "end": 100550, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 19 }, "identifierName": "_sy" @@ -429126,29 +429398,29 @@ }, "right": { "type": "MemberExpression", - "start": 98163, - "end": 98169, + "start": 100553, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 22 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } }, "object": { "type": "Identifier", - "start": 98163, - "end": 98167, + "start": 100553, + "end": 100557, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 22 }, "end": { - "line": 2101, + "line": 2143, "column": 26 }, "identifierName": "_rel" @@ -429157,15 +429429,15 @@ }, "property": { "type": "Identifier", - "start": 98168, - "end": 98169, + "start": 100558, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 27 }, "end": { - "line": 2101, + "line": 2143, "column": 28 }, "identifierName": "y" @@ -429178,44 +429450,44 @@ }, { "type": "ExpressionStatement", - "start": 98186, - "end": 98225, + "start": 100576, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 98186, - "end": 98225, + "start": 100576, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98186, - "end": 98195, + "start": 100576, + "end": 100585, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 25 }, "identifierName": "_targetId" @@ -429224,29 +429496,29 @@ }, "right": { "type": "CallExpression", - "start": 98198, - "end": 98225, + "start": 100588, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 28 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } }, "callee": { "type": "Identifier", - "start": 98198, - "end": 98206, + "start": 100588, + "end": 100596, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 28 }, "end": { - "line": 2102, + "line": 2144, "column": 36 }, "identifierName": "parseInt" @@ -429256,29 +429528,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 98208, - "end": 98219, + "start": 100598, + "end": 100609, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 38 }, "end": { - "line": 2102, + "line": 2144, "column": 49 } }, "object": { "type": "Identifier", - "start": 98208, - "end": 98212, + "start": 100598, + "end": 100602, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 38 }, "end": { - "line": 2102, + "line": 2144, "column": 42 }, "identifierName": "_rel" @@ -429287,15 +429559,15 @@ }, "property": { "type": "Identifier", - "start": 98213, - "end": 98219, + "start": 100603, + "end": 100609, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 43 }, "end": { - "line": 2102, + "line": 2144, "column": 49 }, "identifierName": "before" @@ -429306,15 +429578,15 @@ }, { "type": "NumericLiteral", - "start": 98221, - "end": 98223, + "start": 100611, + "end": 100613, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 51 }, "end": { - "line": 2102, + "line": 2144, "column": 53 } }, @@ -429330,43 +429602,43 @@ }, { "type": "IfStatement", - "start": 98242, - "end": 98719, + "start": 100632, + "end": 101109, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 16 }, "end": { - "line": 2112, + "line": 2154, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 98247, - "end": 98260, + "start": 100637, + "end": 100650, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 21 }, "end": { - "line": 2103, + "line": 2145, "column": 34 } }, "left": { "type": "Identifier", - "start": 98247, - "end": 98256, + "start": 100637, + "end": 100646, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 21 }, "end": { - "line": 2103, + "line": 2145, "column": 30 }, "identifierName": "_targetId" @@ -429376,15 +429648,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 98259, - "end": 98260, + "start": 100649, + "end": 100650, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 33 }, "end": { - "line": 2103, + "line": 2145, "column": 34 } }, @@ -429397,59 +429669,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98263, - "end": 98340, + "start": 100653, + "end": 100730, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 37 }, "end": { - "line": 2106, + "line": 2148, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98285, - "end": 98292, + "start": 100675, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, "expression": { "type": "AssignmentExpression", - "start": 98285, - "end": 98292, + "start": 100675, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98285, - "end": 98288, + "start": 100675, + "end": 100678, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 23 }, "identifierName": "_ex" @@ -429458,15 +429730,15 @@ }, "right": { "type": "NumericLiteral", - "start": 98291, - "end": 98292, + "start": 100681, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 26 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } }, @@ -429480,44 +429752,44 @@ }, { "type": "ExpressionStatement", - "start": 98313, - "end": 98322, + "start": 100703, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 98313, - "end": 98322, + "start": 100703, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98313, - "end": 98316, + "start": 100703, + "end": 100706, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 23 }, "identifierName": "_ey" @@ -429526,15 +429798,15 @@ }, "right": { "type": "Identifier", - "start": 98319, - "end": 98322, + "start": 100709, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 26 }, "end": { - "line": 2105, + "line": 2147, "column": 29 }, "identifierName": "_sy" @@ -429548,59 +429820,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 98346, - "end": 98719, + "start": 100736, + "end": 101109, "loc": { "start": { - "line": 2106, + "line": 2148, "column": 23 }, "end": { - "line": 2112, + "line": 2154, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98368, - "end": 98451, + "start": 100758, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 98368, - "end": 98451, + "start": 100758, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98368, - "end": 98380, + "start": 100758, + "end": 100770, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 32 }, "identifierName": "_targetEvent" @@ -429609,43 +429881,43 @@ }, "right": { "type": "CallExpression", - "start": 98383, - "end": 98451, + "start": 100773, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 98383, - "end": 98394, + "start": 100773, + "end": 100784, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 46 } }, "object": { "type": "Identifier", - "start": 98383, - "end": 98389, + "start": 100773, + "end": 100779, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 41 }, "identifierName": "events" @@ -429654,15 +429926,15 @@ }, "property": { "type": "Identifier", - "start": 98390, - "end": 98394, + "start": 100780, + "end": 100784, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 42 }, "end": { - "line": 2107, + "line": 2149, "column": 46 }, "identifierName": "find" @@ -429674,15 +429946,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 98396, - "end": 98449, + "start": 100786, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 48 }, "end": { - "line": 2107, + "line": 2149, "column": 101 } }, @@ -429693,15 +429965,15 @@ "params": [ { "type": "Identifier", - "start": 98398, - "end": 98402, + "start": 100788, + "end": 100792, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 50 }, "end": { - "line": 2107, + "line": 2149, "column": 54 }, "identifierName": "_evt" @@ -429711,43 +429983,43 @@ ], "body": { "type": "BinaryExpression", - "start": 98408, - "end": 98449, + "start": 100798, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 101 } }, "left": { "type": "CallExpression", - "start": 98408, - "end": 98436, + "start": 100798, + "end": 100826, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 88 } }, "callee": { "type": "Identifier", - "start": 98408, - "end": 98416, + "start": 100798, + "end": 100806, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 68 }, "identifierName": "parseInt" @@ -429757,29 +430029,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 98418, - "end": 98430, + "start": 100808, + "end": 100820, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 70 }, "end": { - "line": 2107, + "line": 2149, "column": 82 } }, "object": { "type": "Identifier", - "start": 98418, - "end": 98422, + "start": 100808, + "end": 100812, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 70 }, "end": { - "line": 2107, + "line": 2149, "column": 74 }, "identifierName": "_evt" @@ -429788,15 +430060,15 @@ }, "property": { "type": "Identifier", - "start": 98423, - "end": 98430, + "start": 100813, + "end": 100820, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 75 }, "end": { - "line": 2107, + "line": 2149, "column": 82 }, "identifierName": "eventId" @@ -429807,15 +430079,15 @@ }, { "type": "NumericLiteral", - "start": 98432, - "end": 98434, + "start": 100822, + "end": 100824, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 84 }, "end": { - "line": 2107, + "line": 2149, "column": 86 } }, @@ -429830,15 +430102,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 98440, - "end": 98449, + "start": 100830, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 92 }, "end": { - "line": 2107, + "line": 2149, "column": 101 }, "identifierName": "_targetId" @@ -429853,43 +430125,43 @@ }, { "type": "IfStatement", - "start": 98472, - "end": 98701, + "start": 100862, + "end": 101091, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 20 }, "end": { - "line": 2111, + "line": 2153, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 98477, - "end": 98533, + "start": 100867, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 25 }, "end": { - "line": 2108, + "line": 2150, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 98477, - "end": 98508, + "start": 100867, + "end": 100898, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 25 }, "end": { - "line": 2108, + "line": 2150, "column": 56 } }, @@ -429897,58 +430169,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 98479, - "end": 98508, + "start": 100869, + "end": 100898, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 98479, - "end": 98492, + "start": 100869, + "end": 100882, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 98479, - "end": 98483, + "start": 100869, + "end": 100873, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 31 } } }, "property": { "type": "Identifier", - "start": 98484, - "end": 98492, + "start": 100874, + "end": 100882, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 32 }, "end": { - "line": 2108, + "line": 2150, "column": 40 }, "identifierName": "is_empty" @@ -429960,15 +430232,15 @@ "arguments": [ { "type": "Identifier", - "start": 98494, - "end": 98506, + "start": 100884, + "end": 100896, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 42 }, "end": { - "line": 2108, + "line": 2150, "column": 54 }, "identifierName": "_targetEvent" @@ -429984,29 +430256,29 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 98512, - "end": 98533, + "start": 100902, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 60 }, "end": { - "line": 2108, + "line": 2150, "column": 81 } }, "object": { "type": "Identifier", - "start": 98512, - "end": 98524, + "start": 100902, + "end": 100914, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 60 }, "end": { - "line": 2108, + "line": 2150, "column": 72 }, "identifierName": "_targetEvent" @@ -430015,15 +430287,15 @@ }, "property": { "type": "Identifier", - "start": 98525, - "end": 98533, + "start": 100915, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 73 }, "end": { - "line": 2108, + "line": 2150, "column": 81 }, "identifierName": "relation" @@ -430035,59 +430307,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98536, - "end": 98701, + "start": 100926, + "end": 101091, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 84 }, "end": { - "line": 2111, + "line": 2153, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 98562, - "end": 98625, + "start": 100952, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 98562, - "end": 98625, + "start": 100952, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98562, - "end": 98565, + "start": 100952, + "end": 100955, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 27 }, "identifierName": "_ex" @@ -430096,71 +430368,71 @@ }, "right": { "type": "ConditionalExpression", - "start": 98568, - "end": 98625, + "start": 100958, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "test": { "type": "BinaryExpression", - "start": 98568, - "end": 98595, + "start": 100958, + "end": 100985, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 98568, - "end": 98591, + "start": 100958, + "end": 100981, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 98568, - "end": 98589, + "start": 100958, + "end": 100979, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 51 } }, "object": { "type": "Identifier", - "start": 98568, - "end": 98580, + "start": 100958, + "end": 100970, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 42 }, "identifierName": "_targetEvent" @@ -430169,15 +430441,15 @@ }, "property": { "type": "Identifier", - "start": 98581, - "end": 98589, + "start": 100971, + "end": 100979, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 43 }, "end": { - "line": 2109, + "line": 2151, "column": 51 }, "identifierName": "relation" @@ -430188,15 +430460,15 @@ }, "property": { "type": "Identifier", - "start": 98590, - "end": 98591, + "start": 100980, + "end": 100981, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 52 }, "end": { - "line": 2109, + "line": 2151, "column": 53 }, "identifierName": "x" @@ -430208,15 +430480,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 98594, - "end": 98595, + "start": 100984, + "end": 100985, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 56 }, "end": { - "line": 2109, + "line": 2151, "column": 57 } }, @@ -430229,15 +430501,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 98598, - "end": 98599, + "start": 100988, + "end": 100989, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 60 }, "end": { - "line": 2109, + "line": 2151, "column": 61 } }, @@ -430249,43 +430521,43 @@ }, "alternate": { "type": "MemberExpression", - "start": 98602, - "end": 98625, + "start": 100992, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } }, "object": { "type": "MemberExpression", - "start": 98602, - "end": 98623, + "start": 100992, + "end": 101013, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 85 } }, "object": { "type": "Identifier", - "start": 98602, - "end": 98614, + "start": 100992, + "end": 101004, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 76 }, "identifierName": "_targetEvent" @@ -430294,15 +430566,15 @@ }, "property": { "type": "Identifier", - "start": 98615, - "end": 98623, + "start": 101005, + "end": 101013, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 77 }, "end": { - "line": 2109, + "line": 2151, "column": 85 }, "identifierName": "relation" @@ -430313,15 +430585,15 @@ }, "property": { "type": "Identifier", - "start": 98624, - "end": 98625, + "start": 101014, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 86 }, "end": { - "line": 2109, + "line": 2151, "column": 87 }, "identifierName": "x" @@ -430335,44 +430607,44 @@ }, { "type": "ExpressionStatement", - "start": 98650, - "end": 98679, + "start": 101040, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 98650, - "end": 98679, + "start": 101040, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 98650, - "end": 98653, + "start": 101040, + "end": 101043, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 27 }, "identifierName": "_ey" @@ -430381,43 +430653,43 @@ }, "right": { "type": "MemberExpression", - "start": 98656, - "end": 98679, + "start": 101046, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 98656, - "end": 98677, + "start": 101046, + "end": 101067, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 51 } }, "object": { "type": "Identifier", - "start": 98656, - "end": 98668, + "start": 101046, + "end": 101058, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 42 }, "identifierName": "_targetEvent" @@ -430426,15 +430698,15 @@ }, "property": { "type": "Identifier", - "start": 98669, - "end": 98677, + "start": 101059, + "end": 101067, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 43 }, "end": { - "line": 2110, + "line": 2152, "column": 51 }, "identifierName": "relation" @@ -430445,15 +430717,15 @@ }, "property": { "type": "Identifier", - "start": 98678, - "end": 98679, + "start": 101068, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 52 }, "end": { - "line": 2110, + "line": 2152, "column": 53 }, "identifierName": "y" @@ -430475,85 +430747,85 @@ }, { "type": "IfStatement", - "start": 98736, - "end": 98873, + "start": 101126, + "end": 101263, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 16 }, "end": { - "line": 2115, + "line": 2157, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 98741, - "end": 98785, + "start": 101131, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, "left": { "type": "LogicalExpression", - "start": 98741, - "end": 98773, + "start": 101131, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, "left": { "type": "LogicalExpression", - "start": 98741, - "end": 98761, + "start": 101131, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 98741, - "end": 98749, + "start": 101131, + "end": 101139, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 29 } }, "left": { "type": "Identifier", - "start": 98741, - "end": 98744, + "start": 101131, + "end": 101134, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 24 }, "identifierName": "_sx" @@ -430563,15 +430835,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98748, - "end": 98749, + "start": 101138, + "end": 101139, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 28 }, "end": { - "line": 2113, + "line": 2155, "column": 29 } }, @@ -430585,29 +430857,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98753, - "end": 98761, + "start": 101143, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 33 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, "left": { "type": "Identifier", - "start": 98753, - "end": 98756, + "start": 101143, + "end": 101146, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 33 }, "end": { - "line": 2113, + "line": 2155, "column": 36 }, "identifierName": "_sy" @@ -430617,15 +430889,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98760, - "end": 98761, + "start": 101150, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 40 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } }, @@ -430640,29 +430912,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98765, - "end": 98773, + "start": 101155, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 45 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, "left": { "type": "Identifier", - "start": 98765, - "end": 98768, + "start": 101155, + "end": 101158, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 45 }, "end": { - "line": 2113, + "line": 2155, "column": 48 }, "identifierName": "_ex" @@ -430672,15 +430944,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98772, - "end": 98773, + "start": 101162, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 52 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } }, @@ -430695,29 +430967,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 98777, - "end": 98785, + "start": 101167, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 57 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, "left": { "type": "Identifier", - "start": 98777, - "end": 98780, + "start": 101167, + "end": 101170, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 57 }, "end": { - "line": 2113, + "line": 2155, "column": 60 }, "identifierName": "_ey" @@ -430727,15 +430999,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 98784, - "end": 98785, + "start": 101174, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 64 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } }, @@ -430749,58 +431021,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 98788, - "end": 98873, + "start": 101178, + "end": 101263, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 68 }, "end": { - "line": 2115, + "line": 2157, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 98810, - "end": 98855, + "start": 101200, + "end": 101245, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 98810, - "end": 98855, + "start": 101200, + "end": 101245, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 65 } }, "callee": { "type": "Identifier", - "start": 98810, - "end": 98818, + "start": 101200, + "end": 101208, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 28 }, "identifierName": "drawLine" @@ -430810,15 +431082,15 @@ "arguments": [ { "type": "Identifier", - "start": 98820, - "end": 98823, + "start": 101210, + "end": 101213, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 30 }, "end": { - "line": 2114, + "line": 2156, "column": 33 }, "identifierName": "_sx" @@ -430827,15 +431099,15 @@ }, { "type": "Identifier", - "start": 98825, - "end": 98828, + "start": 101215, + "end": 101218, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 35 }, "end": { - "line": 2114, + "line": 2156, "column": 38 }, "identifierName": "_sy" @@ -430844,15 +431116,15 @@ }, { "type": "Identifier", - "start": 98830, - "end": 98833, + "start": 101220, + "end": 101223, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 40 }, "end": { - "line": 2114, + "line": 2156, "column": 43 }, "identifierName": "_ex" @@ -430861,15 +431133,15 @@ }, { "type": "Identifier", - "start": 98835, - "end": 98838, + "start": 101225, + "end": 101228, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 45 }, "end": { - "line": 2114, + "line": 2156, "column": 48 }, "identifierName": "_ey" @@ -430878,15 +431150,15 @@ }, { "type": "Identifier", - "start": 98840, - "end": 98843, + "start": 101230, + "end": 101233, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 50 }, "end": { - "line": 2114, + "line": 2156, "column": 53 }, "identifierName": "evt" @@ -430895,15 +431167,15 @@ }, { "type": "StringLiteral", - "start": 98845, - "end": 98853, + "start": 101235, + "end": 101243, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 55 }, "end": { - "line": 2114, + "line": 2156, "column": 63 } }, @@ -430928,57 +431200,57 @@ }, { "type": "IfStatement", - "start": 98900, - "end": 99914, + "start": 101290, + "end": 102304, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 12 }, "end": { - "line": 2136, + "line": 2178, "column": 13 } }, "test": { "type": "CallExpression", - "start": 98905, - "end": 98935, + "start": 101295, + "end": 101325, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 98905, - "end": 98924, + "start": 101295, + "end": 101314, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 36 } }, "object": { "type": "Identifier", - "start": 98905, - "end": 98909, + "start": 101295, + "end": 101299, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 21 }, "identifierName": "_rel" @@ -430987,15 +431259,15 @@ }, "property": { "type": "Identifier", - "start": 98910, - "end": 98924, + "start": 101300, + "end": 101314, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 22 }, "end": { - "line": 2117, + "line": 2159, "column": 36 }, "identifierName": "hasOwnProperty" @@ -431007,15 +431279,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 98926, - "end": 98933, + "start": 101316, + "end": 101323, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 38 }, "end": { - "line": 2117, + "line": 2159, "column": 45 } }, @@ -431029,59 +431301,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 98938, - "end": 99914, + "start": 101328, + "end": 102304, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 50 }, "end": { - "line": 2136, + "line": 2178, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 99112, - "end": 99124, + "start": 101502, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 99112, - "end": 99124, + "start": 101502, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99112, - "end": 99115, + "start": 101502, + "end": 101505, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 19 }, "identifierName": "_sx" @@ -431091,29 +431363,29 @@ }, "right": { "type": "MemberExpression", - "start": 99118, - "end": 99124, + "start": 101508, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 22 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } }, "object": { "type": "Identifier", - "start": 99118, - "end": 99122, + "start": 101508, + "end": 101512, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 22 }, "end": { - "line": 2120, + "line": 2162, "column": 26 }, "identifierName": "_rel" @@ -431122,15 +431394,15 @@ }, "property": { "type": "Identifier", - "start": 99123, - "end": 99124, + "start": 101513, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 27 }, "end": { - "line": 2120, + "line": 2162, "column": 28 }, "identifierName": "x" @@ -431145,15 +431417,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 98956, - "end": 99017, + "start": 101346, + "end": 101407, "loc": { "start": { - "line": 2118, + "line": 2160, "column": 16 }, "end": { - "line": 2118, + "line": 2160, "column": 77 } } @@ -431161,15 +431433,15 @@ { "type": "CommentLine", "value": " (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 99034, - "end": 99095, + "start": 101424, + "end": 101485, "loc": { "start": { - "line": 2119, + "line": 2161, "column": 16 }, "end": { - "line": 2119, + "line": 2161, "column": 77 } } @@ -431178,44 +431450,44 @@ }, { "type": "ExpressionStatement", - "start": 99141, - "end": 99153, + "start": 101531, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 99141, - "end": 99153, + "start": 101531, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99141, - "end": 99144, + "start": 101531, + "end": 101534, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 19 }, "identifierName": "_sy" @@ -431224,29 +431496,29 @@ }, "right": { "type": "MemberExpression", - "start": 99147, - "end": 99153, + "start": 101537, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 22 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } }, "object": { "type": "Identifier", - "start": 99147, - "end": 99151, + "start": 101537, + "end": 101541, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 22 }, "end": { - "line": 2121, + "line": 2163, "column": 26 }, "identifierName": "_rel" @@ -431255,15 +431527,15 @@ }, "property": { "type": "Identifier", - "start": 99152, - "end": 99153, + "start": 101542, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 27 }, "end": { - "line": 2121, + "line": 2163, "column": 28 }, "identifierName": "y" @@ -431276,44 +431548,44 @@ }, { "type": "ExpressionStatement", - "start": 99170, - "end": 99208, + "start": 101560, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 99170, - "end": 99208, + "start": 101560, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99170, - "end": 99179, + "start": 101560, + "end": 101569, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 25 }, "identifierName": "_targetId" @@ -431322,29 +431594,29 @@ }, "right": { "type": "CallExpression", - "start": 99182, - "end": 99208, + "start": 101572, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 28 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } }, "callee": { "type": "Identifier", - "start": 99182, - "end": 99190, + "start": 101572, + "end": 101580, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 28 }, "end": { - "line": 2122, + "line": 2164, "column": 36 }, "identifierName": "parseInt" @@ -431354,29 +431626,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 99192, - "end": 99202, + "start": 101582, + "end": 101592, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 38 }, "end": { - "line": 2122, + "line": 2164, "column": 48 } }, "object": { "type": "Identifier", - "start": 99192, - "end": 99196, + "start": 101582, + "end": 101586, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 38 }, "end": { - "line": 2122, + "line": 2164, "column": 42 }, "identifierName": "_rel" @@ -431385,15 +431657,15 @@ }, "property": { "type": "Identifier", - "start": 99197, - "end": 99202, + "start": 101587, + "end": 101592, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 43 }, "end": { - "line": 2122, + "line": 2164, "column": 48 }, "identifierName": "after" @@ -431404,15 +431676,15 @@ }, { "type": "NumericLiteral", - "start": 99204, - "end": 99206, + "start": 101594, + "end": 101596, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 50 }, "end": { - "line": 2122, + "line": 2164, "column": 52 } }, @@ -431428,43 +431700,43 @@ }, { "type": "IfStatement", - "start": 99225, - "end": 99747, + "start": 101615, + "end": 102137, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 16 }, "end": { - "line": 2132, + "line": 2174, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 99230, - "end": 99243, + "start": 101620, + "end": 101633, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 21 }, "end": { - "line": 2123, + "line": 2165, "column": 34 } }, "left": { "type": "Identifier", - "start": 99230, - "end": 99239, + "start": 101620, + "end": 101629, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 21 }, "end": { - "line": 2123, + "line": 2165, "column": 30 }, "identifierName": "_targetId" @@ -431474,15 +431746,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 99242, - "end": 99243, + "start": 101632, + "end": 101633, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 33 }, "end": { - "line": 2123, + "line": 2165, "column": 34 } }, @@ -431495,59 +431767,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 99246, - "end": 99338, + "start": 101636, + "end": 101728, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 37 }, "end": { - "line": 2126, + "line": 2168, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99268, - "end": 99290, + "start": 101658, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 99268, - "end": 99290, + "start": 101658, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99268, - "end": 99271, + "start": 101658, + "end": 101661, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 23 }, "identifierName": "_ex" @@ -431556,29 +431828,29 @@ }, "right": { "type": "MemberExpression", - "start": 99274, - "end": 99290, + "start": 101664, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 26 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } }, "object": { "type": "Identifier", - "start": 99274, - "end": 99280, + "start": 101664, + "end": 101670, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 26 }, "end": { - "line": 2124, + "line": 2166, "column": 32 }, "identifierName": "_props" @@ -431587,15 +431859,15 @@ }, "property": { "type": "Identifier", - "start": 99281, - "end": 99290, + "start": 101671, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 33 }, "end": { - "line": 2124, + "line": 2166, "column": 42 }, "identifierName": "fullwidth" @@ -431608,44 +431880,44 @@ }, { "type": "ExpressionStatement", - "start": 99311, - "end": 99320, + "start": 101701, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 99311, - "end": 99320, + "start": 101701, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99311, - "end": 99314, + "start": 101701, + "end": 101704, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 23 }, "identifierName": "_ey" @@ -431654,15 +431926,15 @@ }, "right": { "type": "Identifier", - "start": 99317, - "end": 99320, + "start": 101707, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 26 }, "end": { - "line": 2125, + "line": 2167, "column": 29 }, "identifierName": "_sy" @@ -431676,59 +431948,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 99344, - "end": 99747, + "start": 101734, + "end": 102137, "loc": { "start": { - "line": 2126, + "line": 2168, "column": 23 }, "end": { - "line": 2132, + "line": 2174, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99366, - "end": 99449, + "start": 101756, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 99366, - "end": 99449, + "start": 101756, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99366, - "end": 99378, + "start": 101756, + "end": 101768, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 32 }, "identifierName": "_targetEvent" @@ -431737,43 +432009,43 @@ }, "right": { "type": "CallExpression", - "start": 99381, - "end": 99449, + "start": 101771, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 99381, - "end": 99392, + "start": 101771, + "end": 101782, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 46 } }, "object": { "type": "Identifier", - "start": 99381, - "end": 99387, + "start": 101771, + "end": 101777, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 41 }, "identifierName": "events" @@ -431782,15 +432054,15 @@ }, "property": { "type": "Identifier", - "start": 99388, - "end": 99392, + "start": 101778, + "end": 101782, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 42 }, "end": { - "line": 2127, + "line": 2169, "column": 46 }, "identifierName": "find" @@ -431802,15 +432074,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 99394, - "end": 99447, + "start": 101784, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 48 }, "end": { - "line": 2127, + "line": 2169, "column": 101 } }, @@ -431821,15 +432093,15 @@ "params": [ { "type": "Identifier", - "start": 99396, - "end": 99400, + "start": 101786, + "end": 101790, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 50 }, "end": { - "line": 2127, + "line": 2169, "column": 54 }, "identifierName": "_evt" @@ -431839,43 +432111,43 @@ ], "body": { "type": "BinaryExpression", - "start": 99406, - "end": 99447, + "start": 101796, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 101 } }, "left": { "type": "CallExpression", - "start": 99406, - "end": 99434, + "start": 101796, + "end": 101824, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 88 } }, "callee": { "type": "Identifier", - "start": 99406, - "end": 99414, + "start": 101796, + "end": 101804, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 68 }, "identifierName": "parseInt" @@ -431885,29 +432157,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 99416, - "end": 99428, + "start": 101806, + "end": 101818, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 70 }, "end": { - "line": 2127, + "line": 2169, "column": 82 } }, "object": { "type": "Identifier", - "start": 99416, - "end": 99420, + "start": 101806, + "end": 101810, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 70 }, "end": { - "line": 2127, + "line": 2169, "column": 74 }, "identifierName": "_evt" @@ -431916,15 +432188,15 @@ }, "property": { "type": "Identifier", - "start": 99421, - "end": 99428, + "start": 101811, + "end": 101818, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 75 }, "end": { - "line": 2127, + "line": 2169, "column": 82 }, "identifierName": "eventId" @@ -431935,15 +432207,15 @@ }, { "type": "NumericLiteral", - "start": 99430, - "end": 99432, + "start": 101820, + "end": 101822, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 84 }, "end": { - "line": 2127, + "line": 2169, "column": 86 } }, @@ -431958,15 +432230,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 99438, - "end": 99447, + "start": 101828, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 92 }, "end": { - "line": 2127, + "line": 2169, "column": 101 }, "identifierName": "_targetId" @@ -431981,43 +432253,43 @@ }, { "type": "IfStatement", - "start": 99470, - "end": 99729, + "start": 101860, + "end": 102119, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 20 }, "end": { - "line": 2131, + "line": 2173, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 99475, - "end": 99531, + "start": 101865, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 25 }, "end": { - "line": 2128, + "line": 2170, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 99475, - "end": 99506, + "start": 101865, + "end": 101896, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 25 }, "end": { - "line": 2128, + "line": 2170, "column": 56 } }, @@ -432025,58 +432297,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 99477, - "end": 99506, + "start": 101867, + "end": 101896, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 99477, - "end": 99490, + "start": 101867, + "end": 101880, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 99477, - "end": 99481, + "start": 101867, + "end": 101871, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 31 } } }, "property": { "type": "Identifier", - "start": 99482, - "end": 99490, + "start": 101872, + "end": 101880, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 32 }, "end": { - "line": 2128, + "line": 2170, "column": 40 }, "identifierName": "is_empty" @@ -432088,15 +432360,15 @@ "arguments": [ { "type": "Identifier", - "start": 99492, - "end": 99504, + "start": 101882, + "end": 101894, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 42 }, "end": { - "line": 2128, + "line": 2170, "column": 54 }, "identifierName": "_targetEvent" @@ -432112,29 +432384,29 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 99510, - "end": 99531, + "start": 101900, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 60 }, "end": { - "line": 2128, + "line": 2170, "column": 81 } }, "object": { "type": "Identifier", - "start": 99510, - "end": 99522, + "start": 101900, + "end": 101912, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 60 }, "end": { - "line": 2128, + "line": 2170, "column": 72 }, "identifierName": "_targetEvent" @@ -432143,15 +432415,15 @@ }, "property": { "type": "Identifier", - "start": 99523, - "end": 99531, + "start": 101913, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 73 }, "end": { - "line": 2128, + "line": 2170, "column": 81 }, "identifierName": "relation" @@ -432163,59 +432435,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 99534, - "end": 99729, + "start": 101924, + "end": 102119, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 84 }, "end": { - "line": 2131, + "line": 2173, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 99560, - "end": 99653, + "start": 101950, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "expression": { "type": "AssignmentExpression", - "start": 99560, - "end": 99653, + "start": 101950, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99560, - "end": 99563, + "start": 101950, + "end": 101953, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 27 }, "identifierName": "_ex" @@ -432224,71 +432496,71 @@ }, "right": { "type": "ConditionalExpression", - "start": 99566, - "end": 99653, + "start": 101956, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "test": { "type": "BinaryExpression", - "start": 99566, - "end": 99608, + "start": 101956, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 99566, - "end": 99589, + "start": 101956, + "end": 101979, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 99566, - "end": 99587, + "start": 101956, + "end": 101977, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 51 } }, "object": { "type": "Identifier", - "start": 99566, - "end": 99578, + "start": 101956, + "end": 101968, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 42 }, "identifierName": "_targetEvent" @@ -432297,15 +432569,15 @@ }, "property": { "type": "Identifier", - "start": 99579, - "end": 99587, + "start": 101969, + "end": 101977, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 43 }, "end": { - "line": 2129, + "line": 2171, "column": 51 }, "identifierName": "relation" @@ -432316,15 +432588,15 @@ }, "property": { "type": "Identifier", - "start": 99588, - "end": 99589, + "start": 101978, + "end": 101979, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 52 }, "end": { - "line": 2129, + "line": 2171, "column": 53 }, "identifierName": "x" @@ -432336,29 +432608,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 99592, - "end": 99608, + "start": 101982, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 56 }, "end": { - "line": 2129, + "line": 2171, "column": 72 } }, "object": { "type": "Identifier", - "start": 99592, - "end": 99598, + "start": 101982, + "end": 101988, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 56 }, "end": { - "line": 2129, + "line": 2171, "column": 62 }, "identifierName": "_props" @@ -432367,15 +432639,15 @@ }, "property": { "type": "Identifier", - "start": 99599, - "end": 99608, + "start": 101989, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 63 }, "end": { - "line": 2129, + "line": 2171, "column": 72 }, "identifierName": "fullwidth" @@ -432387,29 +432659,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 99611, - "end": 99627, + "start": 102001, + "end": 102017, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 75 }, "end": { - "line": 2129, + "line": 2171, "column": 91 } }, "object": { "type": "Identifier", - "start": 99611, - "end": 99617, + "start": 102001, + "end": 102007, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 75 }, "end": { - "line": 2129, + "line": 2171, "column": 81 }, "identifierName": "_props" @@ -432418,15 +432690,15 @@ }, "property": { "type": "Identifier", - "start": 99618, - "end": 99627, + "start": 102008, + "end": 102017, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 82 }, "end": { - "line": 2129, + "line": 2171, "column": 91 }, "identifierName": "fullwidth" @@ -432437,43 +432709,43 @@ }, "alternate": { "type": "MemberExpression", - "start": 99630, - "end": 99653, + "start": 102020, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } }, "object": { "type": "MemberExpression", - "start": 99630, - "end": 99651, + "start": 102020, + "end": 102041, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 115 } }, "object": { "type": "Identifier", - "start": 99630, - "end": 99642, + "start": 102020, + "end": 102032, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 106 }, "identifierName": "_targetEvent" @@ -432482,15 +432754,15 @@ }, "property": { "type": "Identifier", - "start": 99643, - "end": 99651, + "start": 102033, + "end": 102041, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 107 }, "end": { - "line": 2129, + "line": 2171, "column": 115 }, "identifierName": "relation" @@ -432501,15 +432773,15 @@ }, "property": { "type": "Identifier", - "start": 99652, - "end": 99653, + "start": 102042, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 116 }, "end": { - "line": 2129, + "line": 2171, "column": 117 }, "identifierName": "x" @@ -432523,44 +432795,44 @@ }, { "type": "ExpressionStatement", - "start": 99678, - "end": 99707, + "start": 102068, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 99678, - "end": 99707, + "start": 102068, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "operator": "=", "left": { "type": "Identifier", - "start": 99678, - "end": 99681, + "start": 102068, + "end": 102071, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 27 }, "identifierName": "_ey" @@ -432569,43 +432841,43 @@ }, "right": { "type": "MemberExpression", - "start": 99684, - "end": 99707, + "start": 102074, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 99684, - "end": 99705, + "start": 102074, + "end": 102095, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 51 } }, "object": { "type": "Identifier", - "start": 99684, - "end": 99696, + "start": 102074, + "end": 102086, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 42 }, "identifierName": "_targetEvent" @@ -432614,15 +432886,15 @@ }, "property": { "type": "Identifier", - "start": 99697, - "end": 99705, + "start": 102087, + "end": 102095, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 43 }, "end": { - "line": 2130, + "line": 2172, "column": 51 }, "identifierName": "relation" @@ -432633,15 +432905,15 @@ }, "property": { "type": "Identifier", - "start": 99706, - "end": 99707, + "start": 102096, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 52 }, "end": { - "line": 2130, + "line": 2172, "column": 53 }, "identifierName": "y" @@ -432663,85 +432935,85 @@ }, { "type": "IfStatement", - "start": 99764, - "end": 99900, + "start": 102154, + "end": 102290, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 16 }, "end": { - "line": 2135, + "line": 2177, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 99769, - "end": 99813, + "start": 102159, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, "left": { "type": "LogicalExpression", - "start": 99769, - "end": 99801, + "start": 102159, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, "left": { "type": "LogicalExpression", - "start": 99769, - "end": 99789, + "start": 102159, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 99769, - "end": 99777, + "start": 102159, + "end": 102167, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 29 } }, "left": { "type": "Identifier", - "start": 99769, - "end": 99772, + "start": 102159, + "end": 102162, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 24 }, "identifierName": "_sx" @@ -432751,15 +433023,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99776, - "end": 99777, + "start": 102166, + "end": 102167, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 28 }, "end": { - "line": 2133, + "line": 2175, "column": 29 } }, @@ -432773,29 +433045,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99781, - "end": 99789, + "start": 102171, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 33 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, "left": { "type": "Identifier", - "start": 99781, - "end": 99784, + "start": 102171, + "end": 102174, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 33 }, "end": { - "line": 2133, + "line": 2175, "column": 36 }, "identifierName": "_sy" @@ -432805,15 +433077,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99788, - "end": 99789, + "start": 102178, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 40 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } }, @@ -432828,29 +433100,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99793, - "end": 99801, + "start": 102183, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 45 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, "left": { "type": "Identifier", - "start": 99793, - "end": 99796, + "start": 102183, + "end": 102186, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 45 }, "end": { - "line": 2133, + "line": 2175, "column": 48 }, "identifierName": "_ex" @@ -432860,15 +433132,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99800, - "end": 99801, + "start": 102190, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 52 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } }, @@ -432883,29 +433155,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 99805, - "end": 99813, + "start": 102195, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 57 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, "left": { "type": "Identifier", - "start": 99805, - "end": 99808, + "start": 102195, + "end": 102198, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 57 }, "end": { - "line": 2133, + "line": 2175, "column": 60 }, "identifierName": "_ey" @@ -432915,15 +433187,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 99812, - "end": 99813, + "start": 102202, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 64 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } }, @@ -432937,58 +433209,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 99816, - "end": 99900, + "start": 102206, + "end": 102290, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 68 }, "end": { - "line": 2135, + "line": 2177, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 99838, - "end": 99882, + "start": 102228, + "end": 102272, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 99838, - "end": 99882, + "start": 102228, + "end": 102272, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 64 } }, "callee": { "type": "Identifier", - "start": 99838, - "end": 99846, + "start": 102228, + "end": 102236, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 28 }, "identifierName": "drawLine" @@ -432998,15 +433270,15 @@ "arguments": [ { "type": "Identifier", - "start": 99848, - "end": 99851, + "start": 102238, + "end": 102241, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 30 }, "end": { - "line": 2134, + "line": 2176, "column": 33 }, "identifierName": "_sx" @@ -433015,15 +433287,15 @@ }, { "type": "Identifier", - "start": 99853, - "end": 99856, + "start": 102243, + "end": 102246, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 35 }, "end": { - "line": 2134, + "line": 2176, "column": 38 }, "identifierName": "_sy" @@ -433032,15 +433304,15 @@ }, { "type": "Identifier", - "start": 99858, - "end": 99861, + "start": 102248, + "end": 102251, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 40 }, "end": { - "line": 2134, + "line": 2176, "column": 43 }, "identifierName": "_ex" @@ -433049,15 +433321,15 @@ }, { "type": "Identifier", - "start": 99863, - "end": 99866, + "start": 102253, + "end": 102256, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 45 }, "end": { - "line": 2134, + "line": 2176, "column": 48 }, "identifierName": "_ey" @@ -433066,15 +433338,15 @@ }, { "type": "Identifier", - "start": 99868, - "end": 99871, + "start": 102258, + "end": 102261, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 50 }, "end": { - "line": 2134, + "line": 2176, "column": 53 }, "identifierName": "evt" @@ -433083,15 +433355,15 @@ }, { "type": "StringLiteral", - "start": 99873, - "end": 99880, + "start": 102263, + "end": 102270, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 55 }, "end": { - "line": 2134, + "line": 2176, "column": 62 } }, @@ -433125,15 +433397,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -433148,15 +433420,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -433166,15 +433438,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -433183,15 +433455,15 @@ }, { "type": "ClassMethod", - "start": 100081, - "end": 100922, + "start": 102471, + "end": 103312, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 4 }, "end": { - "line": 2174, + "line": 2216, "column": 5 } }, @@ -433199,15 +433471,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 100081, - "end": 100097, + "start": 102471, + "end": 102487, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 4 }, "end": { - "line": 2147, + "line": 2189, "column": 20 }, "identifierName": "_mapPlacedEvents" @@ -433223,59 +433495,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 100100, - "end": 100922, + "start": 102490, + "end": 103312, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 23 }, "end": { - "line": 2174, + "line": 2216, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 100110, - "end": 100293, + "start": 102500, + "end": 102683, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 8 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 100114, - "end": 100131, + "start": 102504, + "end": 102521, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 12 }, "end": { - "line": 2148, + "line": 2190, "column": 29 } }, "id": { "type": "Identifier", - "start": 100114, - "end": 100119, + "start": 102504, + "end": 102509, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 12 }, "end": { - "line": 2148, + "line": 2190, "column": 17 }, "identifierName": "_that" @@ -433284,15 +433556,15 @@ }, "init": { "type": "ThisExpression", - "start": 100127, - "end": 100131, + "start": 102517, + "end": 102521, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 25 }, "end": { - "line": 2148, + "line": 2190, "column": 29 } } @@ -433300,29 +433572,29 @@ }, { "type": "VariableDeclarator", - "start": 100145, - "end": 100218, + "start": 102535, + "end": 102608, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 12 }, "end": { - "line": 2149, + "line": 2191, "column": 85 } }, "id": { "type": "Identifier", - "start": 100145, - "end": 100155, + "start": 102535, + "end": 102545, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 12 }, "end": { - "line": 2149, + "line": 2191, "column": 22 }, "identifierName": "_tl_events" @@ -433331,85 +433603,85 @@ }, "init": { "type": "CallExpression", - "start": 100158, - "end": 100218, + "start": 102548, + "end": 102608, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 100158, - "end": 100216, + "start": 102548, + "end": 102606, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 83 } }, "object": { "type": "CallExpression", - "start": 100158, - "end": 100207, + "start": 102548, + "end": 102597, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 100158, - "end": 100179, + "start": 102548, + "end": 102569, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 46 } }, "object": { "type": "CallExpression", - "start": 100158, - "end": 100174, + "start": 102548, + "end": 102564, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 41 } }, "callee": { "type": "Identifier", - "start": 100158, - "end": 100159, + "start": 102548, + "end": 102549, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 26 }, "identifierName": "$" @@ -433419,44 +433691,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 100160, - "end": 100173, + "start": 102550, + "end": 102563, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 27 }, "end": { - "line": 2149, + "line": 2191, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 100160, - "end": 100164, + "start": 102550, + "end": 102554, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 27 }, "end": { - "line": 2149, + "line": 2191, "column": 31 } } }, "property": { "type": "Identifier", - "start": 100165, - "end": 100173, + "start": 102555, + "end": 102563, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 32 }, "end": { - "line": 2149, + "line": 2191, "column": 40 }, "identifierName": "_element" @@ -433469,15 +433741,15 @@ }, "property": { "type": "Identifier", - "start": 100175, - "end": 100179, + "start": 102565, + "end": 102569, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 42 }, "end": { - "line": 2149, + "line": 2191, "column": 46 }, "identifierName": "find" @@ -433489,29 +433761,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 100181, - "end": 100205, + "start": 102571, + "end": 102595, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 48 }, "end": { - "line": 2149, + "line": 2191, "column": 72 } }, "object": { "type": "Identifier", - "start": 100181, - "end": 100189, + "start": 102571, + "end": 102579, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 48 }, "end": { - "line": 2149, + "line": 2191, "column": 56 }, "identifierName": "Selector" @@ -433520,15 +433792,15 @@ }, "property": { "type": "Identifier", - "start": 100190, - "end": 100205, + "start": 102580, + "end": 102595, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 57 }, "end": { - "line": 2149, + "line": 2191, "column": 72 }, "identifierName": "TIMELINE_EVENTS" @@ -433541,15 +433813,15 @@ }, "property": { "type": "Identifier", - "start": 100208, - "end": 100216, + "start": 102598, + "end": 102606, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 75 }, "end": { - "line": 2149, + "line": 2191, "column": 83 }, "identifierName": "children" @@ -433563,29 +433835,29 @@ }, { "type": "VariableDeclarator", - "start": 100232, - "end": 100264, + "start": 102622, + "end": 102654, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 12 }, "end": { - "line": 2150, + "line": 2192, "column": 44 } }, "id": { "type": "Identifier", - "start": 100232, - "end": 100238, + "start": 102622, + "end": 102628, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 12 }, "end": { - "line": 2150, + "line": 2192, "column": 18 }, "identifierName": "_cache" @@ -433594,58 +433866,58 @@ }, "init": { "type": "CallExpression", - "start": 100245, - "end": 100264, + "start": 102635, + "end": 102654, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 100245, - "end": 100262, + "start": 102635, + "end": 102652, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 100245, - "end": 100249, + "start": 102635, + "end": 102639, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 29 } } }, "property": { "type": "Identifier", - "start": 100250, - "end": 100262, + "start": 102640, + "end": 102652, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 30 }, "end": { - "line": 2150, + "line": 2192, "column": 42 }, "identifierName": "_loadToCache" @@ -433659,29 +433931,29 @@ }, { "type": "VariableDeclarator", - "start": 100278, - "end": 100293, + "start": 102668, + "end": 102683, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 12 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, "id": { "type": "Identifier", - "start": 100278, - "end": 100285, + "start": 102668, + "end": 102675, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 12 }, "end": { - "line": 2151, + "line": 2193, "column": 19 }, "identifierName": "_events" @@ -433690,15 +433962,15 @@ }, "init": { "type": "ArrayExpression", - "start": 100291, - "end": 100293, + "start": 102681, + "end": 102683, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 25 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } }, @@ -433710,43 +433982,43 @@ }, { "type": "IfStatement", - "start": 100311, - "end": 100400, + "start": 102701, + "end": 102790, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 8 }, "end": { - "line": 2155, + "line": 2197, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 100316, - "end": 100359, + "start": 102706, + "end": 102749, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 13 }, "end": { - "line": 2153, + "line": 2195, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 100316, - "end": 100332, + "start": 102706, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 13 }, "end": { - "line": 2153, + "line": 2195, "column": 29 } }, @@ -433754,44 +434026,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 100318, - "end": 100332, + "start": 102708, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 15 }, "end": { - "line": 2153, + "line": 2195, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 100318, - "end": 100322, + "start": 102708, + "end": 102712, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 15 }, "end": { - "line": 2153, + "line": 2195, "column": 19 } } }, "property": { "type": "Identifier", - "start": 100323, - "end": 100332, + "start": 102713, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 20 }, "end": { - "line": 2153, + "line": 2195, "column": 29 }, "identifierName": "_isCached" @@ -433807,58 +434079,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 100336, - "end": 100359, + "start": 102726, + "end": 102749, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 100336, - "end": 100349, + "start": 102726, + "end": 102739, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 100336, - "end": 100340, + "start": 102726, + "end": 102730, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 37 } } }, "property": { "type": "Identifier", - "start": 100341, - "end": 100349, + "start": 102731, + "end": 102739, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 38 }, "end": { - "line": 2153, + "line": 2195, "column": 46 }, "identifierName": "is_empty" @@ -433870,15 +434142,15 @@ "arguments": [ { "type": "Identifier", - "start": 100351, - "end": 100357, + "start": 102741, + "end": 102747, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 48 }, "end": { - "line": 2153, + "line": 2195, "column": 54 }, "identifierName": "_cache" @@ -433890,44 +434162,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 100362, - "end": 100400, + "start": 102752, + "end": 102790, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 59 }, "end": { - "line": 2155, + "line": 2197, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 100376, - "end": 100390, + "start": 102766, + "end": 102780, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 12 }, "end": { - "line": 2154, + "line": 2196, "column": 26 } }, "argument": { "type": "Identifier", - "start": 100383, - "end": 100390, + "start": 102773, + "end": 102780, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 19 }, "end": { - "line": 2154, + "line": 2196, "column": 26 }, "identifierName": "_events" @@ -433942,57 +434214,57 @@ }, { "type": "ExpressionStatement", - "start": 100418, - "end": 100837, + "start": 102808, + "end": 103227, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2170, + "line": 2212, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 100418, - "end": 100837, + "start": 102808, + "end": 103227, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2170, + "line": 2212, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 100418, - "end": 100433, + "start": 102808, + "end": 102823, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2157, + "line": 2199, "column": 23 } }, "object": { "type": "Identifier", - "start": 100418, - "end": 100428, + "start": 102808, + "end": 102818, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2157, + "line": 2199, "column": 18 }, "identifierName": "_tl_events" @@ -434001,15 +434273,15 @@ }, "property": { "type": "Identifier", - "start": 100429, - "end": 100433, + "start": 102819, + "end": 102823, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 19 }, "end": { - "line": 2157, + "line": 2199, "column": 23 }, "identifierName": "each" @@ -434021,15 +434293,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 100434, - "end": 100836, + "start": 102824, + "end": 103226, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 24 }, "end": { - "line": 2170, + "line": 2212, "column": 9 } }, @@ -434040,59 +434312,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 100445, - "end": 100836, + "start": 102835, + "end": 103226, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 35 }, "end": { - "line": 2170, + "line": 2212, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 100459, - "end": 100522, + "start": 102849, + "end": 102912, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 12 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 100463, - "end": 100492, + "start": 102853, + "end": 102882, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 16 }, "end": { - "line": 2158, + "line": 2200, "column": 45 } }, "id": { "type": "Identifier", - "start": 100463, - "end": 100467, + "start": 102853, + "end": 102857, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 16 }, "end": { - "line": 2158, + "line": 2200, "column": 20 }, "identifierName": "_uid" @@ -434101,57 +434373,57 @@ }, "init": { "type": "CallExpression", - "start": 100471, - "end": 100492, + "start": 102861, + "end": 102882, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 100471, - "end": 100483, + "start": 102861, + "end": 102873, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 36 } }, "object": { "type": "CallExpression", - "start": 100471, - "end": 100478, + "start": 102861, + "end": 102868, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 31 } }, "callee": { "type": "Identifier", - "start": 100471, - "end": 100472, + "start": 102861, + "end": 102862, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 25 }, "identifierName": "$" @@ -434161,15 +434433,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 100473, - "end": 100477, + "start": 102863, + "end": 102867, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 26 }, "end": { - "line": 2158, + "line": 2200, "column": 30 } } @@ -434178,15 +434450,15 @@ }, "property": { "type": "Identifier", - "start": 100479, - "end": 100483, + "start": 102869, + "end": 102873, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 32 }, "end": { - "line": 2158, + "line": 2200, "column": 36 }, "identifierName": "data" @@ -434198,15 +434470,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 100485, - "end": 100490, + "start": 102875, + "end": 102880, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 38 }, "end": { - "line": 2158, + "line": 2200, "column": 43 } }, @@ -434221,29 +434493,29 @@ }, { "type": "VariableDeclarator", - "start": 100510, - "end": 100522, + "start": 102900, + "end": 102912, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 16 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } }, "id": { "type": "Identifier", - "start": 100510, - "end": 100515, + "start": 102900, + "end": 102905, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 16 }, "end": { - "line": 2159, + "line": 2201, "column": 21 }, "identifierName": "_data" @@ -434252,15 +434524,15 @@ }, "init": { "type": "NullLiteral", - "start": 100518, - "end": 100522, + "start": 102908, + "end": 102912, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 24 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } } @@ -434271,29 +434543,29 @@ }, { "type": "IfStatement", - "start": 100548, - "end": 100714, + "start": 102938, + "end": 103104, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 12 }, "end": { - "line": 2165, + "line": 2207, "column": 13 } }, "test": { "type": "Identifier", - "start": 100553, - "end": 100559, + "start": 102943, + "end": 102949, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 17 }, "end": { - "line": 2161, + "line": 2203, "column": 23 }, "identifierName": "_cache" @@ -434302,59 +434574,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 100562, - "end": 100654, + "start": 102952, + "end": 103044, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 26 }, "end": { - "line": 2163, + "line": 2205, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100580, - "end": 100640, + "start": 102970, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 100580, - "end": 100640, + "start": 102970, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "operator": "=", "left": { "type": "Identifier", - "start": 100580, - "end": 100585, + "start": 102970, + "end": 102975, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 21 }, "identifierName": "_data" @@ -434363,57 +434635,57 @@ }, "right": { "type": "LogicalExpression", - "start": 100588, - "end": 100640, + "start": 102978, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } }, "left": { "type": "CallExpression", - "start": 100588, - "end": 100632, + "start": 102978, + "end": 103022, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 100588, - "end": 100599, + "start": 102978, + "end": 102989, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 35 } }, "object": { "type": "Identifier", - "start": 100588, - "end": 100594, + "start": 102978, + "end": 102984, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 30 }, "identifierName": "_cache" @@ -434422,15 +434694,15 @@ }, "property": { "type": "Identifier", - "start": 100595, - "end": 100599, + "start": 102985, + "end": 102989, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 31 }, "end": { - "line": 2162, + "line": 2204, "column": 35 }, "identifierName": "find" @@ -434442,15 +434714,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 100601, - "end": 100630, + "start": 102991, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 37 }, "end": { - "line": 2162, + "line": 2204, "column": 66 } }, @@ -434461,15 +434733,15 @@ "params": [ { "type": "Identifier", - "start": 100603, - "end": 100607, + "start": 102993, + "end": 102997, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 39 }, "end": { - "line": 2162, + "line": 2204, "column": 43 }, "identifierName": "_evt" @@ -434479,43 +434751,43 @@ ], "body": { "type": "BinaryExpression", - "start": 100613, - "end": 100630, + "start": 103003, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 100613, - "end": 100621, + "start": 103003, + "end": 103011, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 57 } }, "object": { "type": "Identifier", - "start": 100613, - "end": 100617, + "start": 103003, + "end": 103007, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 53 }, "identifierName": "_evt" @@ -434524,15 +434796,15 @@ }, "property": { "type": "Identifier", - "start": 100618, - "end": 100621, + "start": 103008, + "end": 103011, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 54 }, "end": { - "line": 2162, + "line": 2204, "column": 57 }, "identifierName": "uid" @@ -434544,15 +434816,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 100626, - "end": 100630, + "start": 103016, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 62 }, "end": { - "line": 2162, + "line": 2204, "column": 66 }, "identifierName": "_uid" @@ -434566,15 +434838,15 @@ "operator": "||", "right": { "type": "NullLiteral", - "start": 100636, - "end": 100640, + "start": 103026, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 72 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } } @@ -434587,59 +434859,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 100660, - "end": 100714, + "start": 103050, + "end": 103104, "loc": { "start": { - "line": 2163, + "line": 2205, "column": 19 }, "end": { - "line": 2165, + "line": 2207, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100678, - "end": 100700, + "start": 103068, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 100678, - "end": 100700, + "start": 103068, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 100678, - "end": 100683, + "start": 103068, + "end": 103073, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 21 }, "identifierName": "_data" @@ -434648,57 +434920,57 @@ }, "right": { "type": "CallExpression", - "start": 100686, - "end": 100700, + "start": 103076, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 100686, - "end": 100698, + "start": 103076, + "end": 103088, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 36 } }, "object": { "type": "CallExpression", - "start": 100686, - "end": 100693, + "start": 103076, + "end": 103083, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 31 } }, "callee": { "type": "Identifier", - "start": 100686, - "end": 100687, + "start": 103076, + "end": 103077, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 25 }, "identifierName": "$" @@ -434708,15 +434980,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 100688, - "end": 100692, + "start": 103078, + "end": 103082, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 26 }, "end": { - "line": 2164, + "line": 2206, "column": 30 } } @@ -434725,15 +434997,15 @@ }, "property": { "type": "Identifier", - "start": 100694, - "end": 100698, + "start": 103084, + "end": 103088, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 32 }, "end": { - "line": 2164, + "line": 2206, "column": 36 }, "identifierName": "data" @@ -434752,29 +435024,29 @@ }, { "type": "IfStatement", - "start": 100740, - "end": 100826, + "start": 103130, + "end": 103216, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 12 }, "end": { - "line": 2169, + "line": 2211, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 100745, - "end": 100770, + "start": 103135, + "end": 103160, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 17 }, "end": { - "line": 2167, + "line": 2209, "column": 42 } }, @@ -434782,43 +435054,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 100747, - "end": 100770, + "start": 103137, + "end": 103160, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 100747, - "end": 100761, + "start": 103137, + "end": 103151, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 33 } }, "object": { "type": "Identifier", - "start": 100747, - "end": 100752, + "start": 103137, + "end": 103142, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 24 }, "identifierName": "_that" @@ -434827,15 +435099,15 @@ }, "property": { "type": "Identifier", - "start": 100753, - "end": 100761, + "start": 103143, + "end": 103151, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 25 }, "end": { - "line": 2167, + "line": 2209, "column": 33 }, "identifierName": "is_empty" @@ -434847,15 +435119,15 @@ "arguments": [ { "type": "Identifier", - "start": 100763, - "end": 100768, + "start": 103153, + "end": 103158, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 35 }, "end": { - "line": 2167, + "line": 2209, "column": 40 }, "identifierName": "_data" @@ -434870,72 +435142,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 100773, - "end": 100826, + "start": 103163, + "end": 103216, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 45 }, "end": { - "line": 2169, + "line": 2211, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 100791, - "end": 100812, + "start": 103181, + "end": 103202, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 100791, - "end": 100812, + "start": 103181, + "end": 103202, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 100791, - "end": 100803, + "start": 103181, + "end": 103193, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 28 } }, "object": { "type": "Identifier", - "start": 100791, - "end": 100798, + "start": 103181, + "end": 103188, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 23 }, "identifierName": "_events" @@ -434944,15 +435216,15 @@ }, "property": { "type": "Identifier", - "start": 100799, - "end": 100803, + "start": 103189, + "end": 103193, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 24 }, "end": { - "line": 2168, + "line": 2210, "column": 28 }, "identifierName": "push" @@ -434964,15 +435236,15 @@ "arguments": [ { "type": "Identifier", - "start": 100805, - "end": 100810, + "start": 103195, + "end": 103200, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 30 }, "end": { - "line": 2168, + "line": 2210, "column": 35 }, "identifierName": "_data" @@ -434998,15 +435270,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -435015,29 +435287,29 @@ }, { "type": "ReturnStatement", - "start": 100902, - "end": 100916, + "start": 103292, + "end": 103306, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 8 }, "end": { - "line": 2173, + "line": 2215, "column": 22 } }, "argument": { "type": "Identifier", - "start": 100909, - "end": 100916, + "start": 103299, + "end": 103306, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 15 }, "end": { - "line": 2173, + "line": 2215, "column": 22 }, "identifierName": "_events" @@ -435049,15 +435321,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -435072,15 +435344,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -435090,15 +435362,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -435107,15 +435379,15 @@ }, { "type": "ClassMethod", - "start": 101028, - "end": 101408, + "start": 103418, + "end": 103798, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 4 }, "end": { - "line": 2192, + "line": 2234, "column": 5 } }, @@ -435123,15 +435395,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101028, - "end": 101040, + "start": 103418, + "end": 103430, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 4 }, "end": { - "line": 2181, + "line": 2223, "column": 16 }, "identifierName": "_activeEvent" @@ -435147,15 +435419,15 @@ "params": [ { "type": "Identifier", - "start": 101042, - "end": 101047, + "start": 103432, + "end": 103437, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 18 }, "end": { - "line": 2181, + "line": 2223, "column": 23 }, "identifierName": "event" @@ -435165,59 +435437,59 @@ ], "body": { "type": "BlockStatement", - "start": 101050, - "end": 101408, + "start": 103440, + "end": 103798, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 26 }, "end": { - "line": 2192, + "line": 2234, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 101102, - "end": 101126, + "start": 103492, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 8 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 101106, - "end": 101126, + "start": 103496, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 12 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "id": { "type": "Identifier", - "start": 101106, - "end": 101111, + "start": 103496, + "end": 103501, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 12 }, "end": { - "line": 2183, + "line": 2225, "column": 17 }, "identifierName": "_elem" @@ -435227,29 +435499,29 @@ }, "init": { "type": "MemberExpression", - "start": 101114, - "end": 101126, + "start": 103504, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 20 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } }, "object": { "type": "Identifier", - "start": 101114, - "end": 101119, + "start": 103504, + "end": 103509, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 20 }, "end": { - "line": 2183, + "line": 2225, "column": 25 }, "identifierName": "event" @@ -435258,15 +435530,15 @@ }, "property": { "type": "Identifier", - "start": 101120, - "end": 101126, + "start": 103510, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 26 }, "end": { - "line": 2183, + "line": 2225, "column": 32 }, "identifierName": "target" @@ -435283,15 +435555,15 @@ { "type": "CommentLine", "value": " console.log( '!_activeEvent:', event )", - "start": 101052, - "end": 101093, + "start": 103442, + "end": 103483, "loc": { "start": { - "line": 2182, + "line": 2224, "column": 0 }, "end": { - "line": 2182, + "line": 2224, "column": 41 } } @@ -435300,43 +435572,43 @@ }, { "type": "IfStatement", - "start": 101144, - "end": 101402, + "start": 103534, + "end": 103792, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 8 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 101149, - "end": 101173, + "start": 103539, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 13 }, "end": { - "line": 2185, + "line": 2227, "column": 37 } }, "left": { "type": "StringLiteral", - "start": 101149, - "end": 101158, + "start": 103539, + "end": 103548, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 13 }, "end": { - "line": 2185, + "line": 2227, "column": 22 } }, @@ -435349,29 +435621,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 101163, - "end": 101173, + "start": 103553, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 27 }, "end": { - "line": 2185, + "line": 2227, "column": 37 } }, "object": { "type": "Identifier", - "start": 101163, - "end": 101168, + "start": 103553, + "end": 103558, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 27 }, "end": { - "line": 2185, + "line": 2227, "column": 32 }, "identifierName": "event" @@ -435380,15 +435652,15 @@ }, "property": { "type": "Identifier", - "start": 101169, - "end": 101173, + "start": 103559, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 33 }, "end": { - "line": 2185, + "line": 2227, "column": 37 }, "identifierName": "type" @@ -435400,86 +435672,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 101176, - "end": 101299, + "start": 103566, + "end": 103689, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 40 }, "end": { - "line": 2188, + "line": 2230, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 101190, - "end": 101247, + "start": 103580, + "end": 103637, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 101190, - "end": 101247, + "start": 103580, + "end": 103637, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 101190, - "end": 101235, + "start": 103580, + "end": 103625, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 57 } }, "object": { "type": "CallExpression", - "start": 101190, - "end": 101223, + "start": 103580, + "end": 103613, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 45 } }, "callee": { "type": "Identifier", - "start": 101190, - "end": 101191, + "start": 103580, + "end": 103581, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 13 }, "identifierName": "$" @@ -435489,29 +435761,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 101193, - "end": 101221, + "start": 103583, + "end": 103611, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 15 }, "end": { - "line": 2186, + "line": 2228, "column": 43 } }, "object": { "type": "Identifier", - "start": 101193, - "end": 101201, + "start": 103583, + "end": 103591, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 15 }, "end": { - "line": 2186, + "line": 2228, "column": 23 }, "identifierName": "Selector" @@ -435520,15 +435792,15 @@ }, "property": { "type": "Identifier", - "start": 101202, - "end": 101221, + "start": 103592, + "end": 103611, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 24 }, "end": { - "line": 2186, + "line": 2228, "column": 43 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -435541,15 +435813,15 @@ }, "property": { "type": "Identifier", - "start": 101224, - "end": 101235, + "start": 103614, + "end": 103625, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 46 }, "end": { - "line": 2186, + "line": 2228, "column": 57 }, "identifierName": "removeClass" @@ -435561,15 +435833,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101237, - "end": 101245, + "start": 103627, + "end": 103635, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 59 }, "end": { - "line": 2186, + "line": 2228, "column": 67 } }, @@ -435584,71 +435856,71 @@ }, { "type": "ExpressionStatement", - "start": 101260, - "end": 101289, + "start": 103650, + "end": 103679, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 101260, - "end": 101289, + "start": 103650, + "end": 103679, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 101260, - "end": 101277, + "start": 103650, + "end": 103667, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 29 } }, "object": { "type": "CallExpression", - "start": 101260, - "end": 101268, + "start": 103650, + "end": 103658, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 20 } }, "callee": { "type": "Identifier", - "start": 101260, - "end": 101261, + "start": 103650, + "end": 103651, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 13 }, "identifierName": "$" @@ -435658,15 +435930,15 @@ "arguments": [ { "type": "Identifier", - "start": 101262, - "end": 101267, + "start": 103652, + "end": 103657, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 14 }, "end": { - "line": 2187, + "line": 2229, "column": 19 }, "identifierName": "_elem" @@ -435677,15 +435949,15 @@ }, "property": { "type": "Identifier", - "start": 101269, - "end": 101277, + "start": 103659, + "end": 103667, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 21 }, "end": { - "line": 2187, + "line": 2229, "column": 29 }, "identifierName": "addClass" @@ -435697,15 +435969,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101279, - "end": 101287, + "start": 103669, + "end": 103677, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 31 }, "end": { - "line": 2187, + "line": 2229, "column": 39 } }, @@ -435723,43 +435995,43 @@ }, "alternate": { "type": "IfStatement", - "start": 101313, - "end": 101402, + "start": 103703, + "end": 103792, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 8 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 101318, - "end": 101343, + "start": 103708, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 13 }, "end": { - "line": 2189, + "line": 2231, "column": 38 } }, "left": { "type": "StringLiteral", - "start": 101318, - "end": 101328, + "start": 103708, + "end": 103718, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 13 }, "end": { - "line": 2189, + "line": 2231, "column": 23 } }, @@ -435772,29 +436044,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 101333, - "end": 101343, + "start": 103723, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 28 }, "end": { - "line": 2189, + "line": 2231, "column": 38 } }, "object": { "type": "Identifier", - "start": 101333, - "end": 101338, + "start": 103723, + "end": 103728, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 28 }, "end": { - "line": 2189, + "line": 2231, "column": 33 }, "identifierName": "event" @@ -435803,15 +436075,15 @@ }, "property": { "type": "Identifier", - "start": 101339, - "end": 101343, + "start": 103729, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 34 }, "end": { - "line": 2189, + "line": 2231, "column": 38 }, "identifierName": "type" @@ -435823,86 +436095,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 101346, - "end": 101402, + "start": 103736, + "end": 103792, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 41 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 101360, - "end": 101392, + "start": 103750, + "end": 103782, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 101360, - "end": 101392, + "start": 103750, + "end": 103782, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 101360, - "end": 101380, + "start": 103750, + "end": 103770, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 32 } }, "object": { "type": "CallExpression", - "start": 101360, - "end": 101368, + "start": 103750, + "end": 103758, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 20 } }, "callee": { "type": "Identifier", - "start": 101360, - "end": 101361, + "start": 103750, + "end": 103751, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 13 }, "identifierName": "$" @@ -435912,15 +436184,15 @@ "arguments": [ { "type": "Identifier", - "start": 101362, - "end": 101367, + "start": 103752, + "end": 103757, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 14 }, "end": { - "line": 2190, + "line": 2232, "column": 19 }, "identifierName": "_elem" @@ -435931,15 +436203,15 @@ }, "property": { "type": "Identifier", - "start": 101369, - "end": 101380, + "start": 103759, + "end": 103770, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 21 }, "end": { - "line": 2190, + "line": 2232, "column": 32 }, "identifierName": "removeClass" @@ -435951,15 +436223,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101382, - "end": 101390, + "start": 103772, + "end": 103780, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 34 }, "end": { - "line": 2190, + "line": 2232, "column": 42 } }, @@ -435986,15 +436258,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -436004,15 +436276,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -436021,15 +436293,15 @@ }, { "type": "ClassMethod", - "start": 101532, - "end": 102595, + "start": 103922, + "end": 104985, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 4 }, "end": { - "line": 2223, + "line": 2265, "column": 5 } }, @@ -436037,15 +436309,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101532, - "end": 101545, + "start": 103922, + "end": 103935, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 4 }, "end": { - "line": 2199, + "line": 2241, "column": 17 }, "identifierName": "_hoverPointer" @@ -436061,15 +436333,15 @@ "params": [ { "type": "Identifier", - "start": 101547, - "end": 101552, + "start": 103937, + "end": 103942, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 19 }, "end": { - "line": 2199, + "line": 2241, "column": 24 }, "identifierName": "event" @@ -436079,59 +436351,59 @@ ], "body": { "type": "BlockStatement", - "start": 101555, - "end": 102595, + "start": 103945, + "end": 104985, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 27 }, "end": { - "line": 2223, + "line": 2265, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 101565, - "end": 101950, + "start": 103955, + "end": 104340, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 8 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 101569, - "end": 101597, + "start": 103959, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 12 }, "end": { - "line": 2200, + "line": 2242, "column": 40 } }, "id": { "type": "Identifier", - "start": 101569, - "end": 101575, + "start": 103959, + "end": 103965, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 12 }, "end": { - "line": 2200, + "line": 2242, "column": 18 }, "identifierName": "_props" @@ -436140,44 +436412,44 @@ }, "init": { "type": "MemberExpression", - "start": 101578, - "end": 101597, + "start": 103968, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 21 }, "end": { - "line": 2200, + "line": 2242, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 101578, - "end": 101582, + "start": 103968, + "end": 103972, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 21 }, "end": { - "line": 2200, + "line": 2242, "column": 25 } } }, "property": { "type": "Identifier", - "start": 101583, - "end": 101597, + "start": 103973, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 26 }, "end": { - "line": 2200, + "line": 2242, "column": 40 }, "identifierName": "_instanceProps" @@ -436189,29 +436461,29 @@ }, { "type": "VariableDeclarator", - "start": 101611, - "end": 101632, + "start": 104001, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 12 }, "end": { - "line": 2201, + "line": 2243, "column": 33 } }, "id": { "type": "Identifier", - "start": 101611, - "end": 101616, + "start": 104001, + "end": 104006, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 12 }, "end": { - "line": 2201, + "line": 2243, "column": 17 }, "identifierName": "_elem" @@ -436220,29 +436492,29 @@ }, "init": { "type": "MemberExpression", - "start": 101620, - "end": 101632, + "start": 104010, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 21 }, "end": { - "line": 2201, + "line": 2243, "column": 33 } }, "object": { "type": "Identifier", - "start": 101620, - "end": 101625, + "start": 104010, + "end": 104015, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 21 }, "end": { - "line": 2201, + "line": 2243, "column": 26 }, "identifierName": "event" @@ -436251,15 +436523,15 @@ }, "property": { "type": "Identifier", - "start": 101626, - "end": 101632, + "start": 104016, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 27 }, "end": { - "line": 2201, + "line": 2243, "column": 33 }, "identifierName": "target" @@ -436271,29 +436543,29 @@ }, { "type": "VariableDeclarator", - "start": 101646, - "end": 101827, + "start": 104036, + "end": 104217, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 12 }, "end": { - "line": 2206, + "line": 2248, "column": 13 } }, "id": { "type": "Identifier", - "start": 101646, - "end": 101651, + "start": 104036, + "end": 104041, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 12 }, "end": { - "line": 2202, + "line": 2244, "column": 17 }, "identifierName": "_base" @@ -436302,30 +436574,30 @@ }, "init": { "type": "ObjectExpression", - "start": 101655, - "end": 101827, + "start": 104045, + "end": 104217, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 21 }, "end": { - "line": 2206, + "line": 2248, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 101673, - "end": 101708, + "start": 104063, + "end": 104098, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 16 }, "end": { - "line": 2203, + "line": 2245, "column": 51 } }, @@ -436334,15 +436606,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101673, - "end": 101677, + "start": 104063, + "end": 104067, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 16 }, "end": { - "line": 2203, + "line": 2245, "column": 20 }, "identifierName": "left" @@ -436351,57 +436623,57 @@ }, "value": { "type": "CallExpression", - "start": 101681, - "end": 101708, + "start": 104071, + "end": 104098, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 101681, - "end": 101694, + "start": 104071, + "end": 104084, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101681, - "end": 101689, + "start": 104071, + "end": 104079, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101681, - "end": 101682, + "start": 104071, + "end": 104072, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 25 }, "identifierName": "$" @@ -436411,15 +436683,15 @@ "arguments": [ { "type": "Identifier", - "start": 101683, - "end": 101688, + "start": 104073, + "end": 104078, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 26 }, "end": { - "line": 2203, + "line": 2245, "column": 31 }, "identifierName": "_elem" @@ -436430,15 +436702,15 @@ }, "property": { "type": "Identifier", - "start": 101690, - "end": 101694, + "start": 104080, + "end": 104084, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 33 }, "end": { - "line": 2203, + "line": 2245, "column": 37 }, "identifierName": "data" @@ -436450,15 +436722,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101696, - "end": 101706, + "start": 104086, + "end": 104096, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 39 }, "end": { - "line": 2203, + "line": 2245, "column": 49 } }, @@ -436473,15 +436745,15 @@ }, { "type": "ObjectProperty", - "start": 101726, - "end": 101760, + "start": 104116, + "end": 104150, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 16 }, "end": { - "line": 2204, + "line": 2246, "column": 50 } }, @@ -436490,15 +436762,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101726, - "end": 101729, + "start": 104116, + "end": 104119, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 16 }, "end": { - "line": 2204, + "line": 2246, "column": 19 }, "identifierName": "top" @@ -436507,57 +436779,57 @@ }, "value": { "type": "CallExpression", - "start": 101734, - "end": 101760, + "start": 104124, + "end": 104150, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 101734, - "end": 101747, + "start": 104124, + "end": 104137, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101734, - "end": 101742, + "start": 104124, + "end": 104132, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101734, - "end": 101735, + "start": 104124, + "end": 104125, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 25 }, "identifierName": "$" @@ -436567,15 +436839,15 @@ "arguments": [ { "type": "Identifier", - "start": 101736, - "end": 101741, + "start": 104126, + "end": 104131, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 26 }, "end": { - "line": 2204, + "line": 2246, "column": 31 }, "identifierName": "_elem" @@ -436586,15 +436858,15 @@ }, "property": { "type": "Identifier", - "start": 101743, - "end": 101747, + "start": 104133, + "end": 104137, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 33 }, "end": { - "line": 2204, + "line": 2246, "column": 37 }, "identifierName": "data" @@ -436606,15 +436878,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101749, - "end": 101758, + "start": 104139, + "end": 104148, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 39 }, "end": { - "line": 2204, + "line": 2246, "column": 48 } }, @@ -436629,15 +436901,15 @@ }, { "type": "ObjectProperty", - "start": 101778, - "end": 101813, + "start": 104168, + "end": 104203, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 16 }, "end": { - "line": 2205, + "line": 2247, "column": 51 } }, @@ -436646,15 +436918,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 101778, - "end": 101783, + "start": 104168, + "end": 104173, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 16 }, "end": { - "line": 2205, + "line": 2247, "column": 21 }, "identifierName": "width" @@ -436663,57 +436935,57 @@ }, "value": { "type": "CallExpression", - "start": 101786, - "end": 101813, + "start": 104176, + "end": 104203, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 101786, - "end": 101799, + "start": 104176, + "end": 104189, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 37 } }, "object": { "type": "CallExpression", - "start": 101786, - "end": 101794, + "start": 104176, + "end": 104184, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 32 } }, "callee": { "type": "Identifier", - "start": 101786, - "end": 101787, + "start": 104176, + "end": 104177, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 25 }, "identifierName": "$" @@ -436723,15 +436995,15 @@ "arguments": [ { "type": "Identifier", - "start": 101788, - "end": 101793, + "start": 104178, + "end": 104183, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 26 }, "end": { - "line": 2205, + "line": 2247, "column": 31 }, "identifierName": "_elem" @@ -436742,15 +437014,15 @@ }, "property": { "type": "Identifier", - "start": 101795, - "end": 101799, + "start": 104185, + "end": 104189, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 33 }, "end": { - "line": 2205, + "line": 2247, "column": 37 }, "identifierName": "data" @@ -436762,15 +437034,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 101801, - "end": 101811, + "start": 104191, + "end": 104201, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 39 }, "end": { - "line": 2205, + "line": 2247, "column": 49 } }, @@ -436788,29 +437060,29 @@ }, { "type": "VariableDeclarator", - "start": 101841, - "end": 101860, + "start": 104231, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 12 }, "end": { - "line": 2207, + "line": 2249, "column": 31 } }, "id": { "type": "Identifier", - "start": 101841, - "end": 101843, + "start": 104231, + "end": 104233, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 12 }, "end": { - "line": 2207, + "line": 2249, "column": 14 }, "identifierName": "_x" @@ -436819,29 +437091,29 @@ }, "init": { "type": "MemberExpression", - "start": 101850, - "end": 101860, + "start": 104240, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 21 }, "end": { - "line": 2207, + "line": 2249, "column": 31 } }, "object": { "type": "Identifier", - "start": 101850, - "end": 101855, + "start": 104240, + "end": 104245, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 21 }, "end": { - "line": 2207, + "line": 2249, "column": 26 }, "identifierName": "_base" @@ -436850,15 +437122,15 @@ }, "property": { "type": "Identifier", - "start": 101856, - "end": 101860, + "start": 104246, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 27 }, "end": { - "line": 2207, + "line": 2249, "column": 31 }, "identifierName": "left" @@ -436870,29 +437142,29 @@ }, { "type": "VariableDeclarator", - "start": 101874, - "end": 101892, + "start": 104264, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 12 }, "end": { - "line": 2208, + "line": 2250, "column": 30 } }, "id": { "type": "Identifier", - "start": 101874, - "end": 101876, + "start": 104264, + "end": 104266, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 12 }, "end": { - "line": 2208, + "line": 2250, "column": 14 }, "identifierName": "_y" @@ -436901,29 +437173,29 @@ }, "init": { "type": "MemberExpression", - "start": 101883, - "end": 101892, + "start": 104273, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 21 }, "end": { - "line": 2208, + "line": 2250, "column": 30 } }, "object": { "type": "Identifier", - "start": 101883, - "end": 101888, + "start": 104273, + "end": 104278, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 21 }, "end": { - "line": 2208, + "line": 2250, "column": 26 }, "identifierName": "_base" @@ -436932,15 +437204,15 @@ }, "property": { "type": "Identifier", - "start": 101889, - "end": 101892, + "start": 104279, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 27 }, "end": { - "line": 2208, + "line": 2250, "column": 30 }, "identifierName": "top" @@ -436952,29 +437224,29 @@ }, { "type": "VariableDeclarator", - "start": 101906, - "end": 101926, + "start": 104296, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 12 }, "end": { - "line": 2209, + "line": 2251, "column": 32 } }, "id": { "type": "Identifier", - "start": 101906, - "end": 101908, + "start": 104296, + "end": 104298, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 12 }, "end": { - "line": 2209, + "line": 2251, "column": 14 }, "identifierName": "_w" @@ -436983,29 +437255,29 @@ }, "init": { "type": "MemberExpression", - "start": 101915, - "end": 101926, + "start": 104305, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 21 }, "end": { - "line": 2209, + "line": 2251, "column": 32 } }, "object": { "type": "Identifier", - "start": 101915, - "end": 101920, + "start": 104305, + "end": 104310, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 21 }, "end": { - "line": 2209, + "line": 2251, "column": 26 }, "identifierName": "_base" @@ -437014,15 +437286,15 @@ }, "property": { "type": "Identifier", - "start": 101921, - "end": 101926, + "start": 104311, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 27 }, "end": { - "line": 2209, + "line": 2251, "column": 32 }, "identifierName": "width" @@ -437034,29 +437306,29 @@ }, { "type": "VariableDeclarator", - "start": 101940, - "end": 101950, + "start": 104330, + "end": 104340, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 12 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, "id": { "type": "Identifier", - "start": 101940, - "end": 101942, + "start": 104330, + "end": 104332, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 12 }, "end": { - "line": 2210, + "line": 2252, "column": 14 }, "identifierName": "_z" @@ -437065,15 +437337,15 @@ }, "init": { "type": "NumericLiteral", - "start": 101949, - "end": 101950, + "start": 104339, + "end": 104340, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 21 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } }, @@ -437093,15 +437365,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -437110,43 +437382,43 @@ }, { "type": "IfStatement", - "start": 102011, - "end": 102449, + "start": 104401, + "end": 104839, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 8 }, "end": { - "line": 2221, + "line": 2263, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 102016, - "end": 102043, + "start": 104406, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 13 }, "end": { - "line": 2213, + "line": 2255, "column": 40 } }, "left": { "type": "StringLiteral", - "start": 102016, - "end": 102028, + "start": 104406, + "end": 104418, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 13 }, "end": { - "line": 2213, + "line": 2255, "column": 25 } }, @@ -437160,29 +437432,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 102033, - "end": 102043, + "start": 104423, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 30 }, "end": { - "line": 2213, + "line": 2255, "column": 40 } }, "object": { "type": "Identifier", - "start": 102033, - "end": 102038, + "start": 104423, + "end": 104428, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 30 }, "end": { - "line": 2213, + "line": 2255, "column": 35 }, "identifierName": "event" @@ -437191,15 +437463,15 @@ }, "property": { "type": "Identifier", - "start": 102039, - "end": 102043, + "start": 104429, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 36 }, "end": { - "line": 2213, + "line": 2255, "column": 40 }, "identifierName": "type" @@ -437212,59 +437484,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 102046, - "end": 102379, + "start": 104436, + "end": 104769, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 43 }, "end": { - "line": 2219, + "line": 2261, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 102060, - "end": 102156, + "start": 104450, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "expression": { "type": "AssignmentExpression", - "start": 102060, - "end": 102156, + "start": 104450, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102060, - "end": 102062, + "start": 104450, + "end": 104452, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 14 }, "identifierName": "_w" @@ -437273,43 +437545,43 @@ }, "right": { "type": "CallExpression", - "start": 102065, - "end": 102156, + "start": 104455, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 102065, - "end": 102073, + "start": 104455, + "end": 104463, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 25 } }, "object": { "type": "Identifier", - "start": 102065, - "end": 102069, + "start": 104455, + "end": 104459, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 21 }, "identifierName": "Math" @@ -437318,15 +437590,15 @@ }, "property": { "type": "Identifier", - "start": 102070, - "end": 102073, + "start": 104460, + "end": 104463, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 22 }, "end": { - "line": 2214, + "line": 2256, "column": 25 }, "identifierName": "max" @@ -437338,58 +437610,58 @@ "arguments": [ { "type": "CallExpression", - "start": 102075, - "end": 102108, + "start": 104465, + "end": 104498, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 102075, - "end": 102088, + "start": 104465, + "end": 104478, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 102075, - "end": 102079, + "start": 104465, + "end": 104469, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 31 } } }, "property": { "type": "Identifier", - "start": 102080, - "end": 102088, + "start": 104470, + "end": 104478, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 32 }, "end": { - "line": 2214, + "line": 2256, "column": 40 }, "identifierName": "numRound" @@ -437401,29 +437673,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102090, - "end": 102098, + "start": 104480, + "end": 104488, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 42 }, "end": { - "line": 2214, + "line": 2256, "column": 50 } }, "left": { "type": "Identifier", - "start": 102090, - "end": 102092, + "start": 104480, + "end": 104482, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 42 }, "end": { - "line": 2214, + "line": 2256, "column": 44 }, "identifierName": "_w" @@ -437433,15 +437705,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 102095, - "end": 102098, + "start": 104485, + "end": 104488, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 47 }, "end": { - "line": 2214, + "line": 2256, "column": 50 } }, @@ -437454,15 +437726,15 @@ }, { "type": "StringLiteral", - "start": 102100, - "end": 102106, + "start": 104490, + "end": 104496, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 52 }, "end": { - "line": 2214, + "line": 2256, "column": 58 } }, @@ -437476,43 +437748,43 @@ }, { "type": "CallExpression", - "start": 102110, - "end": 102154, + "start": 104500, + "end": 104544, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 102110, - "end": 102118, + "start": 104500, + "end": 104508, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 70 } }, "object": { "type": "Identifier", - "start": 102110, - "end": 102114, + "start": 104500, + "end": 104504, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 66 }, "identifierName": "Math" @@ -437521,15 +437793,15 @@ }, "property": { "type": "Identifier", - "start": 102115, - "end": 102118, + "start": 104505, + "end": 104508, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 67 }, "end": { - "line": 2214, + "line": 2256, "column": 70 }, "identifierName": "min" @@ -437541,29 +437813,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102120, - "end": 102134, + "start": 104510, + "end": 104524, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 72 }, "end": { - "line": 2214, + "line": 2256, "column": 86 } }, "object": { "type": "Identifier", - "start": 102120, - "end": 102126, + "start": 104510, + "end": 104516, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 72 }, "end": { - "line": 2214, + "line": 2256, "column": 78 }, "identifierName": "_props" @@ -437572,15 +437844,15 @@ }, "property": { "type": "Identifier", - "start": 102127, - "end": 102134, + "start": 104517, + "end": 104524, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 79 }, "end": { - "line": 2214, + "line": 2256, "column": 86 }, "identifierName": "rowSize" @@ -437591,29 +437863,29 @@ }, { "type": "MemberExpression", - "start": 102136, - "end": 102152, + "start": 104526, + "end": 104542, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 88 }, "end": { - "line": 2214, + "line": 2256, "column": 104 } }, "object": { "type": "Identifier", - "start": 102136, - "end": 102142, + "start": 104526, + "end": 104532, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 88 }, "end": { - "line": 2214, + "line": 2256, "column": 94 }, "identifierName": "_props" @@ -437622,15 +437894,15 @@ }, "property": { "type": "Identifier", - "start": 102143, - "end": 102152, + "start": 104533, + "end": 104542, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 95 }, "end": { - "line": 2214, + "line": 2256, "column": 104 }, "identifierName": "scaleSize" @@ -437647,44 +437919,44 @@ }, { "type": "ExpressionStatement", - "start": 102169, - "end": 102227, + "start": 104559, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 102169, - "end": 102227, + "start": 104559, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102169, - "end": 102171, + "start": 104559, + "end": 104561, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 14 }, "identifierName": "_x" @@ -437693,58 +437965,58 @@ }, "right": { "type": "CallExpression", - "start": 102174, - "end": 102227, + "start": 104564, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 102174, - "end": 102187, + "start": 104564, + "end": 104577, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 102174, - "end": 102178, + "start": 104564, + "end": 104568, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 21 } } }, "property": { "type": "Identifier", - "start": 102179, - "end": 102187, + "start": 104569, + "end": 104577, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 22 }, "end": { - "line": 2215, + "line": 2257, "column": 30 }, "identifierName": "numRound" @@ -437756,29 +438028,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102189, - "end": 102222, + "start": 104579, + "end": 104612, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 32 }, "end": { - "line": 2215, + "line": 2257, "column": 65 } }, "left": { "type": "Identifier", - "start": 102189, - "end": 102191, + "start": 104579, + "end": 104581, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 32 }, "end": { - "line": 2215, + "line": 2257, "column": 34 }, "identifierName": "_x" @@ -437788,43 +438060,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 102196, - "end": 102220, + "start": 104586, + "end": 104610, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 39 }, "end": { - "line": 2215, + "line": 2257, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 102198, - "end": 102214, + "start": 104588, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 41 }, "end": { - "line": 2215, + "line": 2257, "column": 57 } }, "left": { "type": "Identifier", - "start": 102198, - "end": 102200, + "start": 104588, + "end": 104590, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 41 }, "end": { - "line": 2215, + "line": 2257, "column": 43 }, "identifierName": "_w" @@ -437834,29 +438106,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 102203, - "end": 102214, + "start": 104593, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 46 }, "end": { - "line": 2215, + "line": 2257, "column": 57 } }, "object": { "type": "Identifier", - "start": 102203, - "end": 102208, + "start": 104593, + "end": 104598, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 46 }, "end": { - "line": 2215, + "line": 2257, "column": 51 }, "identifierName": "_base" @@ -437865,15 +438137,15 @@ }, "property": { "type": "Identifier", - "start": 102209, - "end": 102214, + "start": 104599, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 52 }, "end": { - "line": 2215, + "line": 2257, "column": 57 }, "identifierName": "width" @@ -437884,21 +438156,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102196 + "parenStart": 104586 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 102219, - "end": 102220, + "start": 104609, + "end": 104610, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 62 }, "end": { - "line": 2215, + "line": 2257, "column": 63 } }, @@ -437910,21 +438182,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102194 + "parenStart": 104584 } } }, { "type": "NumericLiteral", - "start": 102224, - "end": 102225, + "start": 104614, + "end": 104615, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 67 }, "end": { - "line": 2215, + "line": 2257, "column": 68 } }, @@ -437940,44 +438212,44 @@ }, { "type": "ExpressionStatement", - "start": 102240, - "end": 102298, + "start": 104630, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 102240, - "end": 102298, + "start": 104630, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102240, - "end": 102242, + "start": 104630, + "end": 104632, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 14 }, "identifierName": "_y" @@ -437986,58 +438258,58 @@ }, "right": { "type": "CallExpression", - "start": 102245, - "end": 102298, + "start": 104635, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 102245, - "end": 102258, + "start": 104635, + "end": 104648, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 102245, - "end": 102249, + "start": 104635, + "end": 104639, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 21 } } }, "property": { "type": "Identifier", - "start": 102250, - "end": 102258, + "start": 104640, + "end": 104648, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 22 }, "end": { - "line": 2216, + "line": 2258, "column": 30 }, "identifierName": "numRound" @@ -438049,29 +438321,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 102260, - "end": 102293, + "start": 104650, + "end": 104683, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 32 }, "end": { - "line": 2216, + "line": 2258, "column": 65 } }, "left": { "type": "Identifier", - "start": 102260, - "end": 102262, + "start": 104650, + "end": 104652, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 32 }, "end": { - "line": 2216, + "line": 2258, "column": 34 }, "identifierName": "_y" @@ -438081,43 +438353,43 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 102267, - "end": 102291, + "start": 104657, + "end": 104681, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 39 }, "end": { - "line": 2216, + "line": 2258, "column": 63 } }, "left": { "type": "BinaryExpression", - "start": 102269, - "end": 102285, + "start": 104659, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 41 }, "end": { - "line": 2216, + "line": 2258, "column": 57 } }, "left": { "type": "Identifier", - "start": 102269, - "end": 102271, + "start": 104659, + "end": 104661, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 41 }, "end": { - "line": 2216, + "line": 2258, "column": 43 }, "identifierName": "_w" @@ -438127,29 +438399,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 102274, - "end": 102285, + "start": 104664, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 46 }, "end": { - "line": 2216, + "line": 2258, "column": 57 } }, "object": { "type": "Identifier", - "start": 102274, - "end": 102279, + "start": 104664, + "end": 104669, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 46 }, "end": { - "line": 2216, + "line": 2258, "column": 51 }, "identifierName": "_base" @@ -438158,15 +438430,15 @@ }, "property": { "type": "Identifier", - "start": 102280, - "end": 102285, + "start": 104670, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 52 }, "end": { - "line": 2216, + "line": 2258, "column": 57 }, "identifierName": "width" @@ -438177,21 +438449,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102267 + "parenStart": 104657 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 102290, - "end": 102291, + "start": 104680, + "end": 104681, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 62 }, "end": { - "line": 2216, + "line": 2258, "column": 63 } }, @@ -438203,21 +438475,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 102265 + "parenStart": 104655 } } }, { "type": "NumericLiteral", - "start": 102295, - "end": 102296, + "start": 104685, + "end": 104686, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 67 }, "end": { - "line": 2216, + "line": 2258, "column": 68 } }, @@ -438233,44 +438505,44 @@ }, { "type": "ExpressionStatement", - "start": 102311, - "end": 102317, + "start": 104701, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 102311, - "end": 102317, + "start": 104701, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102311, - "end": 102313, + "start": 104701, + "end": 104703, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 14 }, "identifierName": "_z" @@ -438279,15 +438551,15 @@ }, "right": { "type": "NumericLiteral", - "start": 102316, - "end": 102317, + "start": 104706, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 17 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } }, @@ -438301,71 +438573,71 @@ }, { "type": "ExpressionStatement", - "start": 102330, - "end": 102369, + "start": 104720, + "end": 104759, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 102330, - "end": 102369, + "start": 104720, + "end": 104759, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 102330, - "end": 102346, + "start": 104720, + "end": 104736, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 28 } }, "object": { "type": "CallExpression", - "start": 102330, - "end": 102338, + "start": 104720, + "end": 104728, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 20 } }, "callee": { "type": "Identifier", - "start": 102330, - "end": 102331, + "start": 104720, + "end": 104721, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 13 }, "identifierName": "$" @@ -438375,15 +438647,15 @@ "arguments": [ { "type": "Identifier", - "start": 102332, - "end": 102337, + "start": 104722, + "end": 104727, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 14 }, "end": { - "line": 2218, + "line": 2260, "column": 19 }, "identifierName": "_elem" @@ -438394,15 +438666,15 @@ }, "property": { "type": "Identifier", - "start": 102339, - "end": 102346, + "start": 104729, + "end": 104736, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 21 }, "end": { - "line": 2218, + "line": 2260, "column": 28 }, "identifierName": "trigger" @@ -438414,29 +438686,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102348, - "end": 102367, + "start": 104738, + "end": 104757, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 30 }, "end": { - "line": 2218, + "line": 2260, "column": 49 } }, "object": { "type": "Identifier", - "start": 102348, - "end": 102353, + "start": 104738, + "end": 104743, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 30 }, "end": { - "line": 2218, + "line": 2260, "column": 35 }, "identifierName": "Event" @@ -438445,15 +438717,15 @@ }, "property": { "type": "Identifier", - "start": 102354, - "end": 102367, + "start": 104744, + "end": 104757, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 36 }, "end": { - "line": 2218, + "line": 2260, "column": 49 }, "identifierName": "FOCUSIN_EVENT" @@ -438470,86 +438742,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 102385, - "end": 102449, + "start": 104775, + "end": 104839, "loc": { "start": { - "line": 2219, + "line": 2261, "column": 15 }, "end": { - "line": 2221, + "line": 2263, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 102399, - "end": 102439, + "start": 104789, + "end": 104829, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 102399, - "end": 102439, + "start": 104789, + "end": 104829, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 102399, - "end": 102415, + "start": 104789, + "end": 104805, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 28 } }, "object": { "type": "CallExpression", - "start": 102399, - "end": 102407, + "start": 104789, + "end": 104797, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 20 } }, "callee": { "type": "Identifier", - "start": 102399, - "end": 102400, + "start": 104789, + "end": 104790, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 13 }, "identifierName": "$" @@ -438559,15 +438831,15 @@ "arguments": [ { "type": "Identifier", - "start": 102401, - "end": 102406, + "start": 104791, + "end": 104796, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 14 }, "end": { - "line": 2220, + "line": 2262, "column": 19 }, "identifierName": "_elem" @@ -438578,15 +438850,15 @@ }, "property": { "type": "Identifier", - "start": 102408, - "end": 102415, + "start": 104798, + "end": 104805, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 21 }, "end": { - "line": 2220, + "line": 2262, "column": 28 }, "identifierName": "trigger" @@ -438598,29 +438870,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 102417, - "end": 102437, + "start": 104807, + "end": 104827, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 30 }, "end": { - "line": 2220, + "line": 2262, "column": 50 } }, "object": { "type": "Identifier", - "start": 102417, - "end": 102422, + "start": 104807, + "end": 104812, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 30 }, "end": { - "line": 2220, + "line": 2262, "column": 35 }, "identifierName": "Event" @@ -438629,15 +438901,15 @@ }, "property": { "type": "Identifier", - "start": 102423, - "end": 102437, + "start": 104813, + "end": 104827, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 36 }, "end": { - "line": 2220, + "line": 2262, "column": 50 }, "identifierName": "FOCUSOUT_EVENT" @@ -438656,15 +438928,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -438673,183 +438945,183 @@ }, { "type": "ExpressionStatement", - "start": 102458, - "end": 102589, + "start": 104848, + "end": 104979, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 139 } }, "expression": { "type": "CallExpression", - "start": 102458, - "end": 102589, + "start": 104848, + "end": 104979, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 139 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102572, + "start": 104848, + "end": 104962, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 122 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102568, + "start": 104848, + "end": 104958, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102545, + "start": 104848, + "end": 104935, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 95 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102541, + "start": 104848, + "end": 104931, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102519, + "start": 104848, + "end": 104909, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 69 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102515, + "start": 104848, + "end": 104905, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102495, + "start": 104848, + "end": 104885, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 45 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102491, + "start": 104848, + "end": 104881, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 102458, - "end": 102470, + "start": 104848, + "end": 104860, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 20 } }, "object": { "type": "CallExpression", - "start": 102458, - "end": 102466, + "start": 104848, + "end": 104856, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 16 } }, "callee": { "type": "Identifier", - "start": 102458, - "end": 102459, + "start": 104848, + "end": 104849, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 9 }, "identifierName": "$" @@ -438859,15 +439131,15 @@ "arguments": [ { "type": "Identifier", - "start": 102460, - "end": 102465, + "start": 104850, + "end": 104855, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 10 }, "end": { - "line": 2222, + "line": 2264, "column": 15 }, "identifierName": "_elem" @@ -438878,15 +439150,15 @@ }, "property": { "type": "Identifier", - "start": 102467, - "end": 102470, + "start": 104857, + "end": 104860, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 17 }, "end": { - "line": 2222, + "line": 2264, "column": 20 }, "identifierName": "css" @@ -438898,15 +439170,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102472, - "end": 102478, + "start": 104862, + "end": 104868, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 22 }, "end": { - "line": 2222, + "line": 2264, "column": 28 } }, @@ -438918,30 +439190,30 @@ }, { "type": "TemplateLiteral", - "start": 102480, - "end": 102489, + "start": 104870, + "end": 104879, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 30 }, "end": { - "line": 2222, + "line": 2264, "column": 39 } }, "expressions": [ { "type": "Identifier", - "start": 102483, - "end": 102485, + "start": 104873, + "end": 104875, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 33 }, "end": { - "line": 2222, + "line": 2264, "column": 35 }, "identifierName": "_x" @@ -438952,15 +439224,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102481, - "end": 102481, + "start": 104871, + "end": 104871, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 31 }, "end": { - "line": 2222, + "line": 2264, "column": 31 } }, @@ -438972,15 +439244,15 @@ }, { "type": "TemplateElement", - "start": 102486, - "end": 102488, + "start": 104876, + "end": 104878, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 36 }, "end": { - "line": 2222, + "line": 2264, "column": 38 } }, @@ -438996,15 +439268,15 @@ }, "property": { "type": "Identifier", - "start": 102492, - "end": 102495, + "start": 104882, + "end": 104885, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 42 }, "end": { - "line": 2222, + "line": 2264, "column": 45 }, "identifierName": "css" @@ -439016,15 +439288,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102497, - "end": 102502, + "start": 104887, + "end": 104892, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 47 }, "end": { - "line": 2222, + "line": 2264, "column": 52 } }, @@ -439036,30 +439308,30 @@ }, { "type": "TemplateLiteral", - "start": 102504, - "end": 102513, + "start": 104894, + "end": 104903, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 54 }, "end": { - "line": 2222, + "line": 2264, "column": 63 } }, "expressions": [ { "type": "Identifier", - "start": 102507, - "end": 102509, + "start": 104897, + "end": 104899, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 57 }, "end": { - "line": 2222, + "line": 2264, "column": 59 }, "identifierName": "_y" @@ -439070,15 +439342,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102505, - "end": 102505, + "start": 104895, + "end": 104895, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 55 }, "end": { - "line": 2222, + "line": 2264, "column": 55 } }, @@ -439090,15 +439362,15 @@ }, { "type": "TemplateElement", - "start": 102510, - "end": 102512, + "start": 104900, + "end": 104902, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 60 }, "end": { - "line": 2222, + "line": 2264, "column": 62 } }, @@ -439114,15 +439386,15 @@ }, "property": { "type": "Identifier", - "start": 102516, - "end": 102519, + "start": 104906, + "end": 104909, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 66 }, "end": { - "line": 2222, + "line": 2264, "column": 69 }, "identifierName": "css" @@ -439134,15 +439406,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102521, - "end": 102528, + "start": 104911, + "end": 104918, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 71 }, "end": { - "line": 2222, + "line": 2264, "column": 78 } }, @@ -439154,30 +439426,30 @@ }, { "type": "TemplateLiteral", - "start": 102530, - "end": 102539, + "start": 104920, + "end": 104929, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 80 }, "end": { - "line": 2222, + "line": 2264, "column": 89 } }, "expressions": [ { "type": "Identifier", - "start": 102533, - "end": 102535, + "start": 104923, + "end": 104925, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 83 }, "end": { - "line": 2222, + "line": 2264, "column": 85 }, "identifierName": "_w" @@ -439188,15 +439460,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102531, - "end": 102531, + "start": 104921, + "end": 104921, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 81 }, "end": { - "line": 2222, + "line": 2264, "column": 81 } }, @@ -439208,15 +439480,15 @@ }, { "type": "TemplateElement", - "start": 102536, - "end": 102538, + "start": 104926, + "end": 104928, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 86 }, "end": { - "line": 2222, + "line": 2264, "column": 88 } }, @@ -439232,15 +439504,15 @@ }, "property": { "type": "Identifier", - "start": 102542, - "end": 102545, + "start": 104932, + "end": 104935, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 92 }, "end": { - "line": 2222, + "line": 2264, "column": 95 }, "identifierName": "css" @@ -439252,15 +439524,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102547, - "end": 102555, + "start": 104937, + "end": 104945, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 97 }, "end": { - "line": 2222, + "line": 2264, "column": 105 } }, @@ -439272,30 +439544,30 @@ }, { "type": "TemplateLiteral", - "start": 102557, - "end": 102566, + "start": 104947, + "end": 104956, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 107 }, "end": { - "line": 2222, + "line": 2264, "column": 116 } }, "expressions": [ { "type": "Identifier", - "start": 102560, - "end": 102562, + "start": 104950, + "end": 104952, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 110 }, "end": { - "line": 2222, + "line": 2264, "column": 112 }, "identifierName": "_w" @@ -439306,15 +439578,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 102558, - "end": 102558, + "start": 104948, + "end": 104948, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 108 }, "end": { - "line": 2222, + "line": 2264, "column": 108 } }, @@ -439326,15 +439598,15 @@ }, { "type": "TemplateElement", - "start": 102563, - "end": 102565, + "start": 104953, + "end": 104955, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 113 }, "end": { - "line": 2222, + "line": 2264, "column": 115 } }, @@ -439350,15 +439622,15 @@ }, "property": { "type": "Identifier", - "start": 102569, - "end": 102572, + "start": 104959, + "end": 104962, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 119 }, "end": { - "line": 2222, + "line": 2264, "column": 122 }, "identifierName": "css" @@ -439370,15 +439642,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 102574, - "end": 102583, + "start": 104964, + "end": 104973, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 124 }, "end": { - "line": 2222, + "line": 2264, "column": 133 } }, @@ -439390,15 +439662,15 @@ }, { "type": "Identifier", - "start": 102585, - "end": 102587, + "start": 104975, + "end": 104977, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 135 }, "end": { - "line": 2222, + "line": 2264, "column": 137 }, "identifierName": "_z" @@ -439416,15 +439688,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -439434,15 +439706,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -439451,15 +439723,15 @@ }, { "type": "ClassMethod", - "start": 102762, - "end": 103505, + "start": 105152, + "end": 105895, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 4 }, "end": { - "line": 2249, + "line": 2291, "column": 5 } }, @@ -439467,15 +439739,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 102762, - "end": 102768, + "start": 105152, + "end": 105158, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 4 }, "end": { - "line": 2231, + "line": 2273, "column": 10 }, "identifierName": "_debug" @@ -439491,15 +439763,15 @@ "params": [ { "type": "Identifier", - "start": 102770, - "end": 102777, + "start": 105160, + "end": 105167, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 12 }, "end": { - "line": 2231, + "line": 2273, "column": 19 }, "identifierName": "message" @@ -439508,29 +439780,29 @@ }, { "type": "AssignmentPattern", - "start": 102779, - "end": 102799, + "start": 105169, + "end": 105189, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 21 }, "end": { - "line": 2231, + "line": 2273, "column": 41 } }, "left": { "type": "Identifier", - "start": 102779, - "end": 102788, + "start": 105169, + "end": 105178, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 21 }, "end": { - "line": 2231, + "line": 2273, "column": 30 }, "identifierName": "throwType" @@ -439539,15 +439811,15 @@ }, "right": { "type": "StringLiteral", - "start": 102791, - "end": 102799, + "start": 105181, + "end": 105189, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 33 }, "end": { - "line": 2231, + "line": 2273, "column": 41 } }, @@ -439561,44 +439833,44 @@ ], "body": { "type": "BlockStatement", - "start": 102802, - "end": 103505, + "start": 105192, + "end": 105895, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 44 }, "end": { - "line": 2249, + "line": 2291, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 102812, - "end": 102870, + "start": 105202, + "end": 105260, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 8 }, "end": { - "line": 2234, + "line": 2276, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 102817, - "end": 102837, + "start": 105207, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 13 }, "end": { - "line": 2232, + "line": 2274, "column": 33 } }, @@ -439606,58 +439878,58 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 102819, - "end": 102837, + "start": 105209, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 102819, - "end": 102831, + "start": 105209, + "end": 105221, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 102819, - "end": 102823, + "start": 105209, + "end": 105213, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 19 } } }, "property": { "type": "Identifier", - "start": 102824, - "end": 102831, + "start": 105214, + "end": 105221, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 20 }, "end": { - "line": 2232, + "line": 2274, "column": 27 }, "identifierName": "_config" @@ -439668,15 +439940,15 @@ }, "property": { "type": "Identifier", - "start": 102832, - "end": 102837, + "start": 105222, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 28 }, "end": { - "line": 2232, + "line": 2274, "column": 33 }, "identifierName": "debug" @@ -439691,30 +439963,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 102840, - "end": 102870, + "start": 105230, + "end": 105260, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 36 }, "end": { - "line": 2234, + "line": 2276, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 102854, - "end": 102860, + "start": 105244, + "end": 105250, "loc": { "start": { - "line": 2233, + "line": 2275, "column": 12 }, "end": { - "line": 2233, + "line": 2275, "column": 18 } }, @@ -439727,44 +439999,44 @@ }, { "type": "ExpressionStatement", - "start": 102879, - "end": 102921, + "start": 105269, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 102879, - "end": 102921, + "start": 105269, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 102879, - "end": 102886, + "start": 105269, + "end": 105276, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 15 }, "identifierName": "message" @@ -439773,58 +440045,58 @@ }, "right": { "type": "CallExpression", - "start": 102889, - "end": 102921, + "start": 105279, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 102889, - "end": 102904, + "start": 105279, + "end": 105294, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 102889, - "end": 102893, + "start": 105279, + "end": 105283, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 22 } } }, "property": { "type": "Identifier", - "start": 102894, - "end": 102904, + "start": 105284, + "end": 105294, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 23 }, "end": { - "line": 2235, + "line": 2277, "column": 33 }, "identifierName": "supplement" @@ -439836,30 +440108,30 @@ "arguments": [ { "type": "NullLiteral", - "start": 102906, - "end": 102910, + "start": 105296, + "end": 105300, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 35 }, "end": { - "line": 2235, + "line": 2277, "column": 39 } } }, { "type": "Identifier", - "start": 102912, - "end": 102919, + "start": 105302, + "end": 105309, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 41 }, "end": { - "line": 2235, + "line": 2277, "column": 48 }, "identifierName": "message" @@ -439872,29 +440144,29 @@ }, { "type": "IfStatement", - "start": 102930, - "end": 103499, + "start": 105320, + "end": 105889, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 8 }, "end": { - "line": 2248, + "line": 2290, "column": 9 } }, "test": { "type": "Identifier", - "start": 102935, - "end": 102942, + "start": 105325, + "end": 105332, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 13 }, "end": { - "line": 2236, + "line": 2278, "column": 20 }, "identifierName": "message" @@ -439903,59 +440175,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 102945, - "end": 103499, + "start": 105335, + "end": 105889, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 23 }, "end": { - "line": 2248, + "line": 2290, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 102959, - "end": 103195, + "start": 105349, + "end": 105585, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 12 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 102963, - "end": 103077, + "start": 105353, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 16 }, "end": { - "line": 2237, + "line": 2279, "column": 130 } }, "id": { "type": "Identifier", - "start": 102963, - "end": 102967, + "start": 105353, + "end": 105357, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 16 }, "end": { - "line": 2237, + "line": 2279, "column": 20 }, "identifierName": "_msg" @@ -439964,43 +440236,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 102970, - "end": 103077, + "start": 105360, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 130 } }, "test": { "type": "BinaryExpression", - "start": 102970, - "end": 103035, + "start": 105360, + "end": 105425, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 88 } }, "left": { "type": "UnaryExpression", - "start": 102970, - "end": 103019, + "start": 105360, + "end": 105409, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 72 } }, @@ -440008,71 +440280,71 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 102977, - "end": 103019, + "start": 105367, + "end": 105409, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 72 } }, "object": { "type": "CallExpression", - "start": 102977, - "end": 103010, + "start": 105367, + "end": 105400, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 102977, - "end": 102998, + "start": 105367, + "end": 105388, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 51 } }, "object": { "type": "CallExpression", - "start": 102977, - "end": 102993, + "start": 105367, + "end": 105383, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 46 } }, "callee": { "type": "Identifier", - "start": 102977, - "end": 102978, + "start": 105367, + "end": 105368, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 31 }, "identifierName": "$" @@ -440082,44 +440354,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 102979, - "end": 102992, + "start": 105369, + "end": 105382, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 32 }, "end": { - "line": 2237, + "line": 2279, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 102979, - "end": 102983, + "start": 105369, + "end": 105373, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 32 }, "end": { - "line": 2237, + "line": 2279, "column": 36 } } }, "property": { "type": "Identifier", - "start": 102984, - "end": 102992, + "start": 105374, + "end": 105382, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 37 }, "end": { - "line": 2237, + "line": 2279, "column": 45 }, "identifierName": "_element" @@ -440132,15 +440404,15 @@ }, "property": { "type": "Identifier", - "start": 102994, - "end": 102998, + "start": 105384, + "end": 105388, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 47 }, "end": { - "line": 2237, + "line": 2279, "column": 51 }, "identifierName": "data" @@ -440152,15 +440424,15 @@ "arguments": [ { "type": "Identifier", - "start": 103000, - "end": 103008, + "start": 105390, + "end": 105398, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 53 }, "end": { - "line": 2237, + "line": 2279, "column": 61 }, "identifierName": "DATA_KEY" @@ -440171,15 +440443,15 @@ }, "property": { "type": "Identifier", - "start": 103011, - "end": 103018, + "start": 105401, + "end": 105408, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 64 }, "end": { - "line": 2237, + "line": 2279, "column": 71 }, "identifierName": "message" @@ -440195,15 +440467,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 103024, - "end": 103035, + "start": 105414, + "end": 105425, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 77 }, "end": { - "line": 2237, + "line": 2279, "column": 88 } }, @@ -440216,30 +440488,30 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 103038, - "end": 103067, + "start": 105428, + "end": 105457, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 91 }, "end": { - "line": 2237, + "line": 2279, "column": 120 } }, "expressions": [ { "type": "Identifier", - "start": 103056, - "end": 103063, + "start": 105446, + "end": 105453, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 109 }, "end": { - "line": 2237, + "line": 2279, "column": 116 }, "identifierName": "message" @@ -440250,15 +440522,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 103039, - "end": 103054, + "start": 105429, + "end": 105444, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 92 }, "end": { - "line": 2237, + "line": 2279, "column": 107 } }, @@ -440270,15 +440542,15 @@ }, { "type": "TemplateElement", - "start": 103064, - "end": 103066, + "start": 105454, + "end": 105456, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 117 }, "end": { - "line": 2237, + "line": 2279, "column": 119 } }, @@ -440292,15 +440564,15 @@ }, "alternate": { "type": "Identifier", - "start": 103070, - "end": 103077, + "start": 105460, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 123 }, "end": { - "line": 2237, + "line": 2279, "column": 130 }, "identifierName": "message" @@ -440311,29 +440583,29 @@ }, { "type": "VariableDeclarator", - "start": 103095, - "end": 103168, + "start": 105485, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 16 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, "id": { "type": "Identifier", - "start": 103095, - "end": 103099, + "start": 105485, + "end": 105489, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 16 }, "end": { - "line": 2238, + "line": 2280, "column": 20 }, "identifierName": "_sty" @@ -440342,57 +440614,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 103102, - "end": 103168, + "start": 105492, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, "test": { "type": "CallExpression", - "start": 103102, - "end": 103131, + "start": 105492, + "end": 105521, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 103102, - "end": 103125, + "start": 105492, + "end": 105515, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 46 } }, "object": { "type": "RegExpLiteral", - "start": 103102, - "end": 103120, + "start": 105492, + "end": 105510, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 41 } }, @@ -440404,15 +440676,15 @@ }, "property": { "type": "Identifier", - "start": 103121, - "end": 103125, + "start": 105511, + "end": 105515, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 42 }, "end": { - "line": 2238, + "line": 2280, "column": 46 }, "identifierName": "test" @@ -440424,15 +440696,15 @@ "arguments": [ { "type": "Identifier", - "start": 103126, - "end": 103130, + "start": 105516, + "end": 105520, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 47 }, "end": { - "line": 2238, + "line": 2280, "column": 51 }, "identifierName": "_msg" @@ -440443,15 +440715,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 103134, - "end": 103163, + "start": 105524, + "end": 105553, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 55 }, "end": { - "line": 2238, + "line": 2280, "column": 84 } }, @@ -440463,15 +440735,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 103166, - "end": 103168, + "start": 105556, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 87 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } }, @@ -440485,29 +440757,29 @@ }, { "type": "VariableDeclarator", - "start": 103186, - "end": 103195, + "start": 105576, + "end": 105585, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 16 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, "id": { "type": "Identifier", - "start": 103186, - "end": 103190, + "start": 105576, + "end": 105580, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 16 }, "end": { - "line": 2239, + "line": 2281, "column": 20 }, "identifierName": "_rst" @@ -440516,15 +440788,15 @@ }, "init": { "type": "StringLiteral", - "start": 103193, - "end": 103195, + "start": 105583, + "end": 105585, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 23 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } }, @@ -440540,57 +440812,57 @@ }, { "type": "IfStatement", - "start": 103221, - "end": 103489, + "start": 105611, + "end": 105879, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 12 }, "end": { - "line": 2247, + "line": 2289, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 103226, - "end": 103262, + "start": 105616, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 103226, - "end": 103240, + "start": 105616, + "end": 105630, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 31 } }, "object": { "type": "Identifier", - "start": 103226, - "end": 103232, + "start": 105616, + "end": 105622, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 23 }, "identifierName": "window" @@ -440599,15 +440871,15 @@ }, "property": { "type": "Identifier", - "start": 103233, - "end": 103240, + "start": 105623, + "end": 105630, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 24 }, "end": { - "line": 2241, + "line": 2283, "column": 31 }, "identifierName": "console" @@ -440619,43 +440891,43 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 103244, - "end": 103262, + "start": 105634, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 103244, - "end": 103258, + "start": 105634, + "end": 105648, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 49 } }, "object": { "type": "Identifier", - "start": 103244, - "end": 103250, + "start": 105634, + "end": 105640, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 41 }, "identifierName": "window" @@ -440664,15 +440936,15 @@ }, "property": { "type": "Identifier", - "start": 103251, - "end": 103258, + "start": 105641, + "end": 105648, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 42 }, "end": { - "line": 2241, + "line": 2283, "column": 49 }, "identifierName": "console" @@ -440683,15 +440955,15 @@ }, "property": { "type": "Identifier", - "start": 103259, - "end": 103262, + "start": 105649, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 50 }, "end": { - "line": 2241, + "line": 2283, "column": 53 }, "identifierName": "log" @@ -440703,58 +440975,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 103265, - "end": 103489, + "start": 105655, + "end": 105879, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 56 }, "end": { - "line": 2247, + "line": 2289, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 103283, - "end": 103475, + "start": 105673, + "end": 105865, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 16 }, "end": { - "line": 2246, + "line": 2288, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 103288, - "end": 103310, + "start": 105678, + "end": 105700, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 21 }, "end": { - "line": 2242, + "line": 2284, "column": 43 } }, "left": { "type": "Identifier", - "start": 103288, - "end": 103297, + "start": 105678, + "end": 105687, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 21 }, "end": { - "line": 2242, + "line": 2284, "column": 30 }, "identifierName": "throwType" @@ -440764,15 +441036,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 103302, - "end": 103310, + "start": 105692, + "end": 105700, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 35 }, "end": { - "line": 2242, + "line": 2284, "column": 43 } }, @@ -440785,86 +441057,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 103313, - "end": 103401, + "start": 105703, + "end": 105791, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 46 }, "end": { - "line": 2244, + "line": 2286, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 103335, - "end": 103383, + "start": 105725, + "end": 105773, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 103335, - "end": 103383, + "start": 105725, + "end": 105773, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 103335, - "end": 103353, + "start": 105725, + "end": 105743, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 103335, - "end": 103349, + "start": 105725, + "end": 105739, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 34 } }, "object": { "type": "Identifier", - "start": 103335, - "end": 103341, + "start": 105725, + "end": 105731, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 26 }, "identifierName": "window" @@ -440873,15 +441145,15 @@ }, "property": { "type": "Identifier", - "start": 103342, - "end": 103349, + "start": 105732, + "end": 105739, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 27 }, "end": { - "line": 2243, + "line": 2285, "column": 34 }, "identifierName": "console" @@ -440892,15 +441164,15 @@ }, "property": { "type": "Identifier", - "start": 103350, - "end": 103353, + "start": 105740, + "end": 105743, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 35 }, "end": { - "line": 2243, + "line": 2285, "column": 38 }, "identifierName": "log" @@ -440912,15 +441184,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 103355, - "end": 103363, + "start": 105745, + "end": 105753, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 40 }, "end": { - "line": 2243, + "line": 2285, "column": 48 } }, @@ -440932,15 +441204,15 @@ }, { "type": "Identifier", - "start": 103365, - "end": 103369, + "start": 105755, + "end": 105759, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 50 }, "end": { - "line": 2243, + "line": 2285, "column": 54 }, "identifierName": "_sty" @@ -440949,15 +441221,15 @@ }, { "type": "Identifier", - "start": 103371, - "end": 103375, + "start": 105761, + "end": 105765, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 56 }, "end": { - "line": 2243, + "line": 2285, "column": 60 }, "identifierName": "_msg" @@ -440966,15 +441238,15 @@ }, { "type": "Identifier", - "start": 103377, - "end": 103381, + "start": 105767, + "end": 105771, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 62 }, "end": { - "line": 2243, + "line": 2285, "column": 66 }, "identifierName": "_rst" @@ -440989,58 +441261,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 103407, - "end": 103475, + "start": 105797, + "end": 105865, "loc": { "start": { - "line": 2244, + "line": 2286, "column": 23 }, "end": { - "line": 2246, + "line": 2288, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 103429, - "end": 103457, + "start": 105819, + "end": 105847, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 20 }, "end": { - "line": 2245, + "line": 2287, "column": 48 } }, "argument": { "type": "NewExpression", - "start": 103435, - "end": 103457, + "start": 105825, + "end": 105847, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 26 }, "end": { - "line": 2245, + "line": 2287, "column": 48 } }, "callee": { "type": "Identifier", - "start": 103439, - "end": 103444, + "start": 105829, + "end": 105834, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 30 }, "end": { - "line": 2245, + "line": 2287, "column": 35 }, "identifierName": "Error" @@ -441050,30 +441322,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 103446, - "end": 103455, + "start": 105836, + "end": 105845, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 37 }, "end": { - "line": 2245, + "line": 2287, "column": 46 } }, "expressions": [ { "type": "Identifier", - "start": 103449, - "end": 103453, + "start": 105839, + "end": 105843, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 40 }, "end": { - "line": 2245, + "line": 2287, "column": 44 }, "identifierName": "_msg" @@ -441084,15 +441356,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 103447, - "end": 103447, + "start": 105837, + "end": 105837, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 38 }, "end": { - "line": 2245, + "line": 2287, "column": 38 } }, @@ -441104,15 +441376,15 @@ }, { "type": "TemplateElement", - "start": 103454, - "end": 103454, + "start": 105844, + "end": 105844, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 45 }, "end": { - "line": 2245, + "line": 2287, "column": 45 } }, @@ -441149,15 +441421,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -441167,15 +441439,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -441183,15 +441455,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -441200,15 +441472,15 @@ }, { "type": "ClassMethod", - "start": 103823, - "end": 104614, + "start": 106213, + "end": 107004, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 4 }, "end": { - "line": 2278, + "line": 2320, "column": 5 } }, @@ -441216,15 +441488,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 103823, - "end": 103834, + "start": 106213, + "end": 106224, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 4 }, "end": { - "line": 2259, + "line": 2301, "column": 15 }, "identifierName": "initialized" @@ -441240,29 +441512,29 @@ "params": [ { "type": "RestElement", - "start": 103836, - "end": 103843, + "start": 106226, + "end": 106233, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 17 }, "end": { - "line": 2259, + "line": 2301, "column": 24 } }, "argument": { "type": "Identifier", - "start": 103839, - "end": 103843, + "start": 106229, + "end": 106233, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 20 }, "end": { - "line": 2259, + "line": 2301, "column": 24 }, "identifierName": "args" @@ -441273,59 +441545,59 @@ ], "body": { "type": "BlockStatement", - "start": 103846, - "end": 104614, + "start": 106236, + "end": 107004, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 27 }, "end": { - "line": 2278, + "line": 2320, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 103856, - "end": 103976, + "start": 106246, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 8 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 103860, - "end": 103976, + "start": 106250, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 12 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "id": { "type": "Identifier", - "start": 103860, - "end": 103868, + "start": 106250, + "end": 106258, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 12 }, "end": { - "line": 2260, + "line": 2302, "column": 20 }, "identifierName": "_message" @@ -441334,58 +441606,58 @@ }, "init": { "type": "ConditionalExpression", - "start": 103871, - "end": 103976, + "start": 106261, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, "test": { "type": "MemberExpression", - "start": 103871, - "end": 103890, + "start": 106261, + "end": 106280, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 103871, - "end": 103875, + "start": 106261, + "end": 106265, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 27 } } }, "property": { "type": "Identifier", - "start": 103876, - "end": 103890, + "start": 106266, + "end": 106280, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 28 }, "end": { - "line": 2260, + "line": 2302, "column": 42 }, "identifierName": "_isInitialized" @@ -441396,15 +441668,15 @@ }, "consequent": { "type": "StringLiteral", - "start": 103893, - "end": 103960, + "start": 106283, + "end": 106350, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 45 }, "end": { - "line": 2260, + "line": 2302, "column": 112 } }, @@ -441416,15 +441688,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 103963, - "end": 103976, + "start": 106353, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 115 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } }, @@ -441441,72 +441713,72 @@ }, { "type": "ExpressionStatement", - "start": 103985, - "end": 104008, + "start": 106375, + "end": 106398, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 103985, - "end": 104008, + "start": 106375, + "end": 106398, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 103985, - "end": 103996, + "start": 106375, + "end": 106386, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 103985, - "end": 103989, + "start": 106375, + "end": 106379, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 12 } } }, "property": { "type": "Identifier", - "start": 103990, - "end": 103996, + "start": 106380, + "end": 106386, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 13 }, "end": { - "line": 2261, + "line": 2303, "column": 19 }, "identifierName": "_debug" @@ -441518,15 +441790,15 @@ "arguments": [ { "type": "Identifier", - "start": 103998, - "end": 104006, + "start": 106388, + "end": 106396, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 21 }, "end": { - "line": 2261, + "line": 2303, "column": 29 }, "identifierName": "_message" @@ -441538,44 +441810,44 @@ }, { "type": "VariableDeclaration", - "start": 104026, - "end": 104281, + "start": 106416, + "end": 106671, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 8 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 104030, - "end": 104054, + "start": 106420, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 12 }, "end": { - "line": 2263, + "line": 2305, "column": 36 } }, "id": { "type": "Identifier", - "start": 104030, - "end": 104035, + "start": 106420, + "end": 106425, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 12 }, "end": { - "line": 2263, + "line": 2305, "column": 17 }, "identifierName": "_elem" @@ -441584,44 +441856,44 @@ }, "init": { "type": "MemberExpression", - "start": 104041, - "end": 104054, + "start": 106431, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 23 }, "end": { - "line": 2263, + "line": 2305, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 104041, - "end": 104045, + "start": 106431, + "end": 106435, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 23 }, "end": { - "line": 2263, + "line": 2305, "column": 27 } } }, "property": { "type": "Identifier", - "start": 104046, - "end": 104054, + "start": 106436, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 28 }, "end": { - "line": 2263, + "line": 2305, "column": 36 }, "identifierName": "_element" @@ -441633,29 +441905,29 @@ }, { "type": "VariableDeclarator", - "start": 104068, - "end": 104091, + "start": 106458, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 12 }, "end": { - "line": 2264, + "line": 2306, "column": 35 } }, "id": { "type": "Identifier", - "start": 104068, - "end": 104073, + "start": 106458, + "end": 106463, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 12 }, "end": { - "line": 2264, + "line": 2306, "column": 17 }, "identifierName": "_opts" @@ -441664,44 +441936,44 @@ }, "init": { "type": "MemberExpression", - "start": 104079, - "end": 104091, + "start": 106469, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 23 }, "end": { - "line": 2264, + "line": 2306, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 104079, - "end": 104083, + "start": 106469, + "end": 106473, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 23 }, "end": { - "line": 2264, + "line": 2306, "column": 27 } } }, "property": { "type": "Identifier", - "start": 104084, - "end": 104091, + "start": 106474, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 28 }, "end": { - "line": 2264, + "line": 2306, "column": 35 }, "identifierName": "_config" @@ -441713,29 +441985,29 @@ }, { "type": "VariableDeclarator", - "start": 104105, - "end": 104123, + "start": 106495, + "end": 106513, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 12 }, "end": { - "line": 2265, + "line": 2307, "column": 30 } }, "id": { "type": "Identifier", - "start": 104105, - "end": 104110, + "start": 106495, + "end": 106500, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 12 }, "end": { - "line": 2265, + "line": 2307, "column": 17 }, "identifierName": "_args" @@ -441744,29 +442016,29 @@ }, "init": { "type": "MemberExpression", - "start": 104116, - "end": 104123, + "start": 106506, + "end": 106513, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 23 }, "end": { - "line": 2265, + "line": 2307, "column": 30 } }, "object": { "type": "Identifier", - "start": 104116, - "end": 104120, + "start": 106506, + "end": 106510, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 23 }, "end": { - "line": 2265, + "line": 2307, "column": 27 }, "identifierName": "args" @@ -441775,15 +442047,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104121, - "end": 104122, + "start": 106511, + "end": 106512, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 28 }, "end": { - "line": 2265, + "line": 2307, "column": 29 } }, @@ -441798,29 +442070,29 @@ }, { "type": "VariableDeclarator", - "start": 104137, - "end": 104216, + "start": 106527, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 12 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } }, "id": { "type": "Identifier", - "start": 104137, - "end": 104145, + "start": 106527, + "end": 106535, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 12 }, "end": { - "line": 2266, + "line": 2308, "column": 20 }, "identifierName": "callback" @@ -441829,71 +442101,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 104148, - "end": 104216, + "start": 106538, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 104148, - "end": 104198, + "start": 106538, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 104148, - "end": 104164, + "start": 106538, + "end": 106554, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 104148, - "end": 104160, + "start": 106538, + "end": 106550, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 35 } }, "object": { "type": "Identifier", - "start": 104148, - "end": 104153, + "start": 106538, + "end": 106543, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 28 }, "identifierName": "_args" @@ -441902,15 +442174,15 @@ }, "property": { "type": "Identifier", - "start": 104154, - "end": 104160, + "start": 106544, + "end": 106550, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 29 }, "end": { - "line": 2266, + "line": 2308, "column": 35 }, "identifierName": "length" @@ -441922,15 +442194,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 104163, - "end": 104164, + "start": 106553, + "end": 106554, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 38 }, "end": { - "line": 2266, + "line": 2308, "column": 39 } }, @@ -441944,29 +442216,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 104168, - "end": 104198, + "start": 106558, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 43 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 104168, - "end": 104183, + "start": 106558, + "end": 106573, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 43 }, "end": { - "line": 2266, + "line": 2308, "column": 58 } }, @@ -441974,29 +442246,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 104175, - "end": 104183, + "start": 106565, + "end": 106573, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 50 }, "end": { - "line": 2266, + "line": 2308, "column": 58 } }, "object": { "type": "Identifier", - "start": 104175, - "end": 104180, + "start": 106565, + "end": 106570, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 50 }, "end": { - "line": 2266, + "line": 2308, "column": 55 }, "identifierName": "_args" @@ -442005,15 +442277,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104181, - "end": 104182, + "start": 106571, + "end": 106572, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 56 }, "end": { - "line": 2266, + "line": 2308, "column": 57 } }, @@ -442032,15 +442304,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 104188, - "end": 104198, + "start": 106578, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 63 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } }, @@ -442054,29 +442326,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 104201, - "end": 104209, + "start": 106591, + "end": 106599, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 76 }, "end": { - "line": 2266, + "line": 2308, "column": 84 } }, "object": { "type": "Identifier", - "start": 104201, - "end": 104206, + "start": 106591, + "end": 106596, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 76 }, "end": { - "line": 2266, + "line": 2308, "column": 81 }, "identifierName": "_args" @@ -442085,15 +442357,15 @@ }, "property": { "type": "NumericLiteral", - "start": 104207, - "end": 104208, + "start": 106597, + "end": 106598, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 82 }, "end": { - "line": 2266, + "line": 2308, "column": 83 } }, @@ -442107,15 +442379,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 104212, - "end": 104216, + "start": 106602, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 87 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } } @@ -442124,29 +442396,29 @@ }, { "type": "VariableDeclarator", - "start": 104230, - "end": 104281, + "start": 106620, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 12 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "id": { "type": "Identifier", - "start": 104230, - "end": 104238, + "start": 106620, + "end": 106628, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 12 }, "end": { - "line": 2267, + "line": 2309, "column": 20 }, "identifierName": "userdata" @@ -442155,57 +442427,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 104241, - "end": 104281, + "start": 106631, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 104241, - "end": 104257, + "start": 106631, + "end": 106647, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 104241, - "end": 104253, + "start": 106631, + "end": 106643, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 35 } }, "object": { "type": "Identifier", - "start": 104241, - "end": 104246, + "start": 106631, + "end": 106636, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 28 }, "identifierName": "_args" @@ -442214,15 +442486,15 @@ }, "property": { "type": "Identifier", - "start": 104247, - "end": 104253, + "start": 106637, + "end": 106643, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 29 }, "end": { - "line": 2267, + "line": 2309, "column": 35 }, "identifierName": "length" @@ -442234,15 +442506,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 104256, - "end": 104257, + "start": 106646, + "end": 106647, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 38 }, "end": { - "line": 2267, + "line": 2309, "column": 39 } }, @@ -442255,43 +442527,43 @@ }, "consequent": { "type": "CallExpression", - "start": 104260, - "end": 104274, + "start": 106650, + "end": 106664, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 104260, - "end": 104271, + "start": 106650, + "end": 106661, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 53 } }, "object": { "type": "Identifier", - "start": 104260, - "end": 104265, + "start": 106650, + "end": 106655, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 47 }, "identifierName": "_args" @@ -442300,15 +442572,15 @@ }, "property": { "type": "Identifier", - "start": 104266, - "end": 104271, + "start": 106656, + "end": 106661, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 48 }, "end": { - "line": 2267, + "line": 2309, "column": 53 }, "identifierName": "slice" @@ -442320,15 +442592,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 104272, - "end": 104273, + "start": 106662, + "end": 106663, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 54 }, "end": { - "line": 2267, + "line": 2309, "column": 55 } }, @@ -442342,15 +442614,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 104277, - "end": 104281, + "start": 106667, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 59 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } }, @@ -442367,15 +442639,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -442384,43 +442656,43 @@ }, { "type": "IfStatement", - "start": 104353, - "end": 104555, + "start": 106743, + "end": 106945, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 8 }, "end": { - "line": 2274, + "line": 2316, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 104358, - "end": 104391, + "start": 106748, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 13 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, "left": { "type": "Identifier", - "start": 104358, - "end": 104366, + "start": 106748, + "end": 106756, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 13 }, "end": { - "line": 2270, + "line": 2312, "column": 21 }, "identifierName": "callback" @@ -442431,15 +442703,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 104370, - "end": 104391, + "start": 106760, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 25 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, @@ -442447,44 +442719,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 104372, - "end": 104391, + "start": 106762, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 27 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 104372, - "end": 104376, + "start": 106762, + "end": 106766, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 27 }, "end": { - "line": 2270, + "line": 2312, "column": 31 } } }, "property": { "type": "Identifier", - "start": 104377, - "end": 104391, + "start": 106767, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 32 }, "end": { - "line": 2270, + "line": 2312, "column": 46 }, "identifierName": "_isInitialized" @@ -442501,87 +442773,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 104394, - "end": 104555, + "start": 106784, + "end": 106945, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 49 }, "end": { - "line": 2274, + "line": 2316, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 104408, - "end": 104485, + "start": 106798, + "end": 106875, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 104408, - "end": 104485, + "start": 106798, + "end": 106875, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 104408, - "end": 104419, + "start": 106798, + "end": 106809, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 104408, - "end": 104412, + "start": 106798, + "end": 106802, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 16 } } }, "property": { "type": "Identifier", - "start": 104413, - "end": 104419, + "start": 106803, + "end": 106809, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 17 }, "end": { - "line": 2271, + "line": 2313, "column": 23 }, "identifierName": "_debug" @@ -442593,15 +442865,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 104421, - "end": 104483, + "start": 106811, + "end": 106873, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 25 }, "end": { - "line": 2271, + "line": 2313, "column": 87 } }, @@ -442616,43 +442888,43 @@ }, { "type": "ExpressionStatement", - "start": 104511, - "end": 104545, + "start": 106901, + "end": 106935, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 104511, - "end": 104545, + "start": 106901, + "end": 106935, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 46 } }, "callee": { "type": "Identifier", - "start": 104511, - "end": 104519, + "start": 106901, + "end": 106909, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 20 }, "identifierName": "callback" @@ -442662,15 +442934,15 @@ "arguments": [ { "type": "Identifier", - "start": 104521, - "end": 104526, + "start": 106911, + "end": 106916, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 22 }, "end": { - "line": 2273, + "line": 2315, "column": 27 }, "identifierName": "_elem" @@ -442679,15 +442951,15 @@ }, { "type": "Identifier", - "start": 104528, - "end": 104533, + "start": 106918, + "end": 106923, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 29 }, "end": { - "line": 2273, + "line": 2315, "column": 34 }, "identifierName": "_opts" @@ -442696,15 +442968,15 @@ }, { "type": "Identifier", - "start": 104535, - "end": 104543, + "start": 106925, + "end": 106933, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 36 }, "end": { - "line": 2273, + "line": 2315, "column": 44 }, "identifierName": "userdata" @@ -442722,15 +442994,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -442739,73 +443011,73 @@ }, { "type": "ExpressionStatement", - "start": 104573, - "end": 104599, + "start": 106963, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 104573, - "end": 104599, + "start": 106963, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 104573, - "end": 104592, + "start": 106963, + "end": 106982, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 104573, - "end": 104577, + "start": 106963, + "end": 106967, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104578, - "end": 104592, + "start": 106968, + "end": 106982, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 13 }, "end": { - "line": 2276, + "line": 2318, "column": 27 }, "identifierName": "_isInitialized" @@ -442816,15 +443088,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 104595, - "end": 104599, + "start": 106985, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 30 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } }, @@ -442840,15 +443112,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -442856,15 +443128,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -442874,15 +443146,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -442891,15 +443163,15 @@ }, { "type": "ClassMethod", - "start": 104712, - "end": 105100, + "start": 107102, + "end": 107490, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 4 }, "end": { - "line": 2299, + "line": 2341, "column": 5 } }, @@ -442907,15 +443179,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 104712, - "end": 104719, + "start": 107102, + "end": 107109, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 4 }, "end": { - "line": 2284, + "line": 2326, "column": 11 }, "identifierName": "destroy" @@ -442931,87 +443203,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 104722, - "end": 105100, + "start": 107112, + "end": 107490, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 14 }, "end": { - "line": 2299, + "line": 2341, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 104732, - "end": 104756, + "start": 107122, + "end": 107146, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 104732, - "end": 104756, + "start": 107122, + "end": 107146, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 104732, - "end": 104743, + "start": 107122, + "end": 107133, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 104732, - "end": 104736, + "start": 107122, + "end": 107126, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104737, - "end": 104743, + "start": 107127, + "end": 107133, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 13 }, "end": { - "line": 2285, + "line": 2327, "column": 19 }, "identifierName": "_debug" @@ -443023,15 +443295,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 104745, - "end": 104754, + "start": 107135, + "end": 107144, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 21 }, "end": { - "line": 2285, + "line": 2327, "column": 30 } }, @@ -443046,57 +443318,57 @@ }, { "type": "ExpressionStatement", - "start": 104774, - "end": 104813, + "start": 107164, + "end": 107203, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 104774, - "end": 104813, + "start": 107164, + "end": 107203, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 104774, - "end": 104786, + "start": 107164, + "end": 107176, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 20 } }, "object": { "type": "Identifier", - "start": 104774, - "end": 104775, + "start": 107164, + "end": 107165, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 9 }, "identifierName": "$" @@ -443105,15 +443377,15 @@ }, "property": { "type": "Identifier", - "start": 104776, - "end": 104786, + "start": 107166, + "end": 107176, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 10 }, "end": { - "line": 2287, + "line": 2329, "column": 20 }, "identifierName": "removeData" @@ -443125,44 +443397,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 104788, - "end": 104801, + "start": 107178, + "end": 107191, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 22 }, "end": { - "line": 2287, + "line": 2329, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 104788, - "end": 104792, + "start": 107178, + "end": 107182, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 22 }, "end": { - "line": 2287, + "line": 2329, "column": 26 } } }, "property": { "type": "Identifier", - "start": 104793, - "end": 104801, + "start": 107183, + "end": 107191, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 27 }, "end": { - "line": 2287, + "line": 2329, "column": 35 }, "identifierName": "_element" @@ -443173,15 +443445,15 @@ }, { "type": "Identifier", - "start": 104803, - "end": 104811, + "start": 107193, + "end": 107201, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 37 }, "end": { - "line": 2287, + "line": 2329, "column": 45 }, "identifierName": "DATA_KEY" @@ -443193,71 +443465,71 @@ }, { "type": "ExpressionStatement", - "start": 104831, - "end": 104882, + "start": 107221, + "end": 107272, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 104831, - "end": 104882, + "start": 107221, + "end": 107272, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 104831, - "end": 104869, + "start": 107221, + "end": 107259, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 46 } }, "object": { "type": "CallExpression", - "start": 104831, - "end": 104865, + "start": 107221, + "end": 107255, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 42 } }, "callee": { "type": "Identifier", - "start": 104831, - "end": 104832, + "start": 107221, + "end": 107222, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 9 }, "identifierName": "$" @@ -443267,15 +443539,15 @@ "arguments": [ { "type": "Identifier", - "start": 104833, - "end": 104839, + "start": 107223, + "end": 107229, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 10 }, "end": { - "line": 2289, + "line": 2331, "column": 16 }, "identifierName": "window" @@ -443284,15 +443556,15 @@ }, { "type": "Identifier", - "start": 104841, - "end": 104849, + "start": 107231, + "end": 107239, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 18 }, "end": { - "line": 2289, + "line": 2331, "column": 26 }, "identifierName": "document" @@ -443301,44 +443573,44 @@ }, { "type": "MemberExpression", - "start": 104851, - "end": 104864, + "start": 107241, + "end": 107254, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 28 }, "end": { - "line": 2289, + "line": 2331, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 104851, - "end": 104855, + "start": 107241, + "end": 107245, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 28 }, "end": { - "line": 2289, + "line": 2331, "column": 32 } } }, "property": { "type": "Identifier", - "start": 104856, - "end": 104864, + "start": 107246, + "end": 107254, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 33 }, "end": { - "line": 2289, + "line": 2331, "column": 41 }, "identifierName": "_element" @@ -443351,15 +443623,15 @@ }, "property": { "type": "Identifier", - "start": 104866, - "end": 104869, + "start": 107256, + "end": 107259, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 43 }, "end": { - "line": 2289, + "line": 2331, "column": 46 }, "identifierName": "off" @@ -443371,15 +443643,15 @@ "arguments": [ { "type": "Identifier", - "start": 104871, - "end": 104880, + "start": 107261, + "end": 107270, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 48 }, "end": { - "line": 2289, + "line": 2331, "column": 57 }, "identifierName": "EVENT_KEY" @@ -443391,71 +443663,71 @@ }, { "type": "ExpressionStatement", - "start": 104900, - "end": 104925, + "start": 107290, + "end": 107315, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 104900, - "end": 104925, + "start": 107290, + "end": 107315, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 104900, - "end": 104923, + "start": 107290, + "end": 107313, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 31 } }, "object": { "type": "CallExpression", - "start": 104900, - "end": 104916, + "start": 107290, + "end": 107306, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 24 } }, "callee": { "type": "Identifier", - "start": 104900, - "end": 104901, + "start": 107290, + "end": 107291, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 9 }, "identifierName": "$" @@ -443465,44 +443737,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 104902, - "end": 104915, + "start": 107292, + "end": 107305, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 10 }, "end": { - "line": 2291, + "line": 2333, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 104902, - "end": 104906, + "start": 107292, + "end": 107296, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 10 }, "end": { - "line": 2291, + "line": 2333, "column": 14 } } }, "property": { "type": "Identifier", - "start": 104907, - "end": 104915, + "start": 107297, + "end": 107305, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 15 }, "end": { - "line": 2291, + "line": 2333, "column": 23 }, "identifierName": "_element" @@ -443515,15 +443787,15 @@ }, "property": { "type": "Identifier", - "start": 104917, - "end": 104923, + "start": 107307, + "end": 107313, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 25 }, "end": { - "line": 2291, + "line": 2333, "column": 31 }, "identifierName": "remove" @@ -443537,72 +443809,72 @@ }, { "type": "ExpressionStatement", - "start": 104943, - "end": 104962, + "start": 107333, + "end": 107352, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 104943, - "end": 104962, + "start": 107333, + "end": 107352, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 104943, - "end": 104960, + "start": 107333, + "end": 107350, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 104943, - "end": 104947, + "start": 107333, + "end": 107337, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 12 } } }, "property": { "type": "Identifier", - "start": 104948, - "end": 104960, + "start": 107338, + "end": 107350, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 13 }, "end": { - "line": 2293, + "line": 2335, "column": 25 }, "identifierName": "_removeCache" @@ -443616,58 +443888,58 @@ }, { "type": "ForOfStatement", - "start": 104980, - "end": 105094, + "start": 107370, + "end": 107484, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 8 }, "end": { - "line": 2298, + "line": 2340, "column": 9 } }, "left": { "type": "VariableDeclaration", - "start": 104986, - "end": 104995, + "start": 107376, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 14 }, "end": { - "line": 2295, + "line": 2337, "column": 23 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 104990, - "end": 104995, + "start": 107380, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 18 }, "end": { - "line": 2295, + "line": 2337, "column": 23 } }, "id": { "type": "Identifier", - "start": 104990, - "end": 104995, + "start": 107380, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 18 }, "end": { - "line": 2295, + "line": 2337, "column": 23 }, "identifierName": "_prop" @@ -443681,43 +443953,43 @@ }, "right": { "type": "CallExpression", - "start": 104999, - "end": 105018, + "start": 107389, + "end": 107408, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 104999, - "end": 105010, + "start": 107389, + "end": 107400, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 38 } }, "object": { "type": "Identifier", - "start": 104999, - "end": 105005, + "start": 107389, + "end": 107395, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 33 }, "identifierName": "Object" @@ -443726,15 +443998,15 @@ }, "property": { "type": "Identifier", - "start": 105006, - "end": 105010, + "start": 107396, + "end": 107400, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 34 }, "end": { - "line": 2295, + "line": 2337, "column": 38 }, "identifierName": "keys" @@ -443746,15 +444018,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 105012, - "end": 105016, + "start": 107402, + "end": 107406, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 40 }, "end": { - "line": 2295, + "line": 2337, "column": 44 } } @@ -443763,88 +444035,88 @@ }, "body": { "type": "BlockStatement", - "start": 105021, - "end": 105094, + "start": 107411, + "end": 107484, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 49 }, "end": { - "line": 2298, + "line": 2340, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105035, - "end": 105053, + "start": 107425, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 105035, - "end": 105053, + "start": 107425, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105035, - "end": 105046, + "start": 107425, + "end": 107436, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 105035, - "end": 105039, + "start": 107425, + "end": 107429, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105040, - "end": 105045, + "start": 107430, + "end": 107435, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 17 }, "end": { - "line": 2296, + "line": 2338, "column": 22 }, "identifierName": "_prop" @@ -443855,15 +444127,15 @@ }, "right": { "type": "NullLiteral", - "start": 105049, - "end": 105053, + "start": 107439, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 26 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } } @@ -443872,29 +444144,29 @@ }, { "type": "ExpressionStatement", - "start": 105066, - "end": 105084, + "start": 107456, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 12 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, "expression": { "type": "UnaryExpression", - "start": 105066, - "end": 105084, + "start": 107456, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 12 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, @@ -443902,44 +444174,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 105073, - "end": 105084, + "start": 107463, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 19 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 105073, - "end": 105077, + "start": 107463, + "end": 107467, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 19 }, "end": { - "line": 2297, + "line": 2339, "column": 23 } } }, "property": { "type": "Identifier", - "start": 105078, - "end": 105083, + "start": 107468, + "end": 107473, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 24 }, "end": { - "line": 2297, + "line": 2339, "column": 29 }, "identifierName": "_prop" @@ -443965,15 +444237,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -443983,15 +444255,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -444000,15 +444272,15 @@ }, { "type": "ClassMethod", - "start": 105197, - "end": 105318, + "start": 107587, + "end": 107708, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 4 }, "end": { - "line": 2306, + "line": 2348, "column": 5 } }, @@ -444016,15 +444288,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105197, - "end": 105203, + "start": 107587, + "end": 107593, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 4 }, "end": { - "line": 2304, + "line": 2346, "column": 10 }, "identifierName": "render" @@ -444040,58 +444312,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105206, - "end": 105318, + "start": 107596, + "end": 107708, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 13 }, "end": { - "line": 2306, + "line": 2348, "column": 5 } }, "body": [ { "type": "ThrowStatement", - "start": 105216, - "end": 105312, + "start": 107606, + "end": 107702, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 8 }, "end": { - "line": 2305, + "line": 2347, "column": 104 } }, "argument": { "type": "NewExpression", - "start": 105222, - "end": 105312, + "start": 107612, + "end": 107702, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 14 }, "end": { - "line": 2305, + "line": 2347, "column": 104 } }, "callee": { "type": "Identifier", - "start": 105226, - "end": 105240, + "start": 107616, + "end": 107630, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 18 }, "end": { - "line": 2305, + "line": 2347, "column": 32 }, "identifierName": "ReferenceError" @@ -444101,15 +444373,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105242, - "end": 105310, + "start": 107632, + "end": 107700, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 34 }, "end": { - "line": 2305, + "line": 2347, "column": 102 } }, @@ -444130,15 +444402,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -444148,15 +444420,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -444165,15 +444437,15 @@ }, { "type": "ClassMethod", - "start": 105387, - "end": 105623, + "start": 107777, + "end": 108013, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 4 }, "end": { - "line": 2322, + "line": 2364, "column": 5 } }, @@ -444181,15 +444453,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105387, - "end": 105391, + "start": 107777, + "end": 107781, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 4 }, "end": { - "line": 2312, + "line": 2354, "column": 8 }, "identifierName": "show" @@ -444205,87 +444477,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105394, - "end": 105623, + "start": 107784, + "end": 108013, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 11 }, "end": { - "line": 2322, + "line": 2364, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 105404, - "end": 105425, + "start": 107794, + "end": 107815, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 105404, - "end": 105425, + "start": 107794, + "end": 107815, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 105404, - "end": 105415, + "start": 107794, + "end": 107805, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 105404, - "end": 105408, + "start": 107794, + "end": 107798, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 12 } } }, "property": { "type": "Identifier", - "start": 105409, - "end": 105415, + "start": 107799, + "end": 107805, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 13 }, "end": { - "line": 2313, + "line": 2355, "column": 19 }, "identifierName": "_debug" @@ -444297,15 +444569,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105417, - "end": 105423, + "start": 107807, + "end": 107813, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 21 }, "end": { - "line": 2313, + "line": 2355, "column": 27 } }, @@ -444320,44 +444592,44 @@ }, { "type": "VariableDeclaration", - "start": 105443, - "end": 105468, + "start": 107833, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 8 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 105447, - "end": 105468, + "start": 107837, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 12 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "id": { "type": "Identifier", - "start": 105447, - "end": 105452, + "start": 107837, + "end": 107842, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 12 }, "end": { - "line": 2315, + "line": 2357, "column": 17 }, "identifierName": "_elem" @@ -444366,44 +444638,44 @@ }, "init": { "type": "MemberExpression", - "start": 105455, - "end": 105468, + "start": 107845, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 20 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 105455, - "end": 105459, + "start": 107845, + "end": 107849, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 20 }, "end": { - "line": 2315, + "line": 2357, "column": 24 } } }, "property": { "type": "Identifier", - "start": 105460, - "end": 105468, + "start": 107850, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 25 }, "end": { - "line": 2315, + "line": 2357, "column": 33 }, "identifierName": "_element" @@ -444418,29 +444690,29 @@ }, { "type": "IfStatement", - "start": 105486, - "end": 105617, + "start": 107876, + "end": 108007, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 8 }, "end": { - "line": 2321, + "line": 2363, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 105491, - "end": 105506, + "start": 107881, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 13 }, "end": { - "line": 2317, + "line": 2359, "column": 28 } }, @@ -444448,44 +444720,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 105493, - "end": 105506, + "start": 107883, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 15 }, "end": { - "line": 2317, + "line": 2359, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 105493, - "end": 105497, + "start": 107883, + "end": 107887, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 15 }, "end": { - "line": 2317, + "line": 2359, "column": 19 } } }, "property": { "type": "Identifier", - "start": 105498, - "end": 105506, + "start": 107888, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 20 }, "end": { - "line": 2317, + "line": 2359, "column": 28 }, "identifierName": "_isShown" @@ -444500,86 +444772,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 105509, - "end": 105617, + "start": 107899, + "end": 108007, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 31 }, "end": { - "line": 2321, + "line": 2363, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105523, - "end": 105561, + "start": 107913, + "end": 107951, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 105523, - "end": 105561, + "start": 107913, + "end": 107951, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 105523, - "end": 105543, + "start": 107913, + "end": 107933, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 32 } }, "object": { "type": "CallExpression", - "start": 105523, - "end": 105531, + "start": 107913, + "end": 107921, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 20 } }, "callee": { "type": "Identifier", - "start": 105523, - "end": 105524, + "start": 107913, + "end": 107914, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 13 }, "identifierName": "$" @@ -444589,15 +444861,15 @@ "arguments": [ { "type": "Identifier", - "start": 105525, - "end": 105530, + "start": 107915, + "end": 107920, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 14 }, "end": { - "line": 2318, + "line": 2360, "column": 19 }, "identifierName": "_elem" @@ -444608,15 +444880,15 @@ }, "property": { "type": "Identifier", - "start": 105532, - "end": 105543, + "start": 107922, + "end": 107933, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 21 }, "end": { - "line": 2318, + "line": 2360, "column": 32 }, "identifierName": "removeClass" @@ -444628,29 +444900,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 105545, - "end": 105559, + "start": 107935, + "end": 107949, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 34 }, "end": { - "line": 2318, + "line": 2360, "column": 48 } }, "object": { "type": "Identifier", - "start": 105545, - "end": 105554, + "start": 107935, + "end": 107944, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 34 }, "end": { - "line": 2318, + "line": 2360, "column": 43 }, "identifierName": "ClassName" @@ -444659,15 +444931,15 @@ }, "property": { "type": "Identifier", - "start": 105555, - "end": 105559, + "start": 107945, + "end": 107949, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 44 }, "end": { - "line": 2318, + "line": 2360, "column": 48 }, "identifierName": "HIDE" @@ -444681,73 +444953,73 @@ }, { "type": "ExpressionStatement", - "start": 105587, - "end": 105607, + "start": 107977, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 105587, - "end": 105607, + "start": 107977, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105587, - "end": 105600, + "start": 107977, + "end": 107990, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 105587, - "end": 105591, + "start": 107977, + "end": 107981, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105592, - "end": 105600, + "start": 107982, + "end": 107990, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 17 }, "end": { - "line": 2320, + "line": 2362, "column": 25 }, "identifierName": "_isShown" @@ -444758,15 +445030,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 105603, - "end": 105607, + "start": 107993, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 28 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } }, @@ -444787,15 +445059,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -444805,15 +445077,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -444822,15 +445094,15 @@ }, { "type": "ClassMethod", - "start": 105691, - "end": 105923, + "start": 108081, + "end": 108313, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 4 }, "end": { - "line": 2338, + "line": 2380, "column": 5 } }, @@ -444838,15 +445110,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 105691, - "end": 105695, + "start": 108081, + "end": 108085, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 4 }, "end": { - "line": 2328, + "line": 2370, "column": 8 }, "identifierName": "hide" @@ -444862,87 +445134,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 105698, - "end": 105923, + "start": 108088, + "end": 108313, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 11 }, "end": { - "line": 2338, + "line": 2380, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 105708, - "end": 105729, + "start": 108098, + "end": 108119, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 105708, - "end": 105729, + "start": 108098, + "end": 108119, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 105708, - "end": 105719, + "start": 108098, + "end": 108109, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 105708, - "end": 105712, + "start": 108098, + "end": 108102, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 12 } } }, "property": { "type": "Identifier", - "start": 105713, - "end": 105719, + "start": 108103, + "end": 108109, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 13 }, "end": { - "line": 2329, + "line": 2371, "column": 19 }, "identifierName": "_debug" @@ -444954,15 +445226,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 105721, - "end": 105727, + "start": 108111, + "end": 108117, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 21 }, "end": { - "line": 2329, + "line": 2371, "column": 27 } }, @@ -444977,44 +445249,44 @@ }, { "type": "VariableDeclaration", - "start": 105747, - "end": 105772, + "start": 108137, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 8 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 105751, - "end": 105772, + "start": 108141, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 12 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "id": { "type": "Identifier", - "start": 105751, - "end": 105756, + "start": 108141, + "end": 108146, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 12 }, "end": { - "line": 2331, + "line": 2373, "column": 17 }, "identifierName": "_elem" @@ -445023,44 +445295,44 @@ }, "init": { "type": "MemberExpression", - "start": 105759, - "end": 105772, + "start": 108149, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 20 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 105759, - "end": 105763, + "start": 108149, + "end": 108153, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 20 }, "end": { - "line": 2331, + "line": 2373, "column": 24 } } }, "property": { "type": "Identifier", - "start": 105764, - "end": 105772, + "start": 108154, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 25 }, "end": { - "line": 2331, + "line": 2373, "column": 33 }, "identifierName": "_element" @@ -445075,58 +445347,58 @@ }, { "type": "IfStatement", - "start": 105790, - "end": 105917, + "start": 108180, + "end": 108307, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 8 }, "end": { - "line": 2337, + "line": 2379, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 105795, - "end": 105808, + "start": 108185, + "end": 108198, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 13 }, "end": { - "line": 2333, + "line": 2375, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 105795, - "end": 105799, + "start": 108185, + "end": 108189, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 13 }, "end": { - "line": 2333, + "line": 2375, "column": 17 } } }, "property": { "type": "Identifier", - "start": 105800, - "end": 105808, + "start": 108190, + "end": 108198, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 18 }, "end": { - "line": 2333, + "line": 2375, "column": 26 }, "identifierName": "_isShown" @@ -445137,86 +445409,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 105811, - "end": 105917, + "start": 108201, + "end": 108307, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 29 }, "end": { - "line": 2337, + "line": 2379, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 105825, - "end": 105860, + "start": 108215, + "end": 108250, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 105825, - "end": 105860, + "start": 108215, + "end": 108250, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 105825, - "end": 105842, + "start": 108215, + "end": 108232, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 29 } }, "object": { "type": "CallExpression", - "start": 105825, - "end": 105833, + "start": 108215, + "end": 108223, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 20 } }, "callee": { "type": "Identifier", - "start": 105825, - "end": 105826, + "start": 108215, + "end": 108216, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 13 }, "identifierName": "$" @@ -445226,15 +445498,15 @@ "arguments": [ { "type": "Identifier", - "start": 105827, - "end": 105832, + "start": 108217, + "end": 108222, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 14 }, "end": { - "line": 2334, + "line": 2376, "column": 19 }, "identifierName": "_elem" @@ -445245,15 +445517,15 @@ }, "property": { "type": "Identifier", - "start": 105834, - "end": 105842, + "start": 108224, + "end": 108232, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 21 }, "end": { - "line": 2334, + "line": 2376, "column": 29 }, "identifierName": "addClass" @@ -445265,29 +445537,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 105844, - "end": 105858, + "start": 108234, + "end": 108248, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 31 }, "end": { - "line": 2334, + "line": 2376, "column": 45 } }, "object": { "type": "Identifier", - "start": 105844, - "end": 105853, + "start": 108234, + "end": 108243, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 31 }, "end": { - "line": 2334, + "line": 2376, "column": 40 }, "identifierName": "ClassName" @@ -445296,15 +445568,15 @@ }, "property": { "type": "Identifier", - "start": 105854, - "end": 105858, + "start": 108244, + "end": 108248, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 41 }, "end": { - "line": 2334, + "line": 2376, "column": 45 }, "identifierName": "HIDE" @@ -445318,73 +445590,73 @@ }, { "type": "ExpressionStatement", - "start": 105886, - "end": 105907, + "start": 108276, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 105886, - "end": 105907, + "start": 108276, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 105886, - "end": 105899, + "start": 108276, + "end": 108289, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 105886, - "end": 105890, + "start": 108276, + "end": 108280, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 16 } } }, "property": { "type": "Identifier", - "start": 105891, - "end": 105899, + "start": 108281, + "end": 108289, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 17 }, "end": { - "line": 2336, + "line": 2378, "column": 25 }, "identifierName": "_isShown" @@ -445395,15 +445667,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 105902, - "end": 105907, + "start": 108292, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 28 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } }, @@ -445424,15 +445696,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -445442,15 +445714,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -445459,15 +445731,15 @@ }, { "type": "ClassMethod", - "start": 106313, - "end": 108140, + "start": 108703, + "end": 110530, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 4 }, "end": { - "line": 2387, + "line": 2429, "column": 5 } }, @@ -445475,15 +445747,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106313, - "end": 106321, + "start": 108703, + "end": 108711, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 4 }, "end": { - "line": 2347, + "line": 2389, "column": 12 }, "identifierName": "dateback" @@ -445499,29 +445771,29 @@ "params": [ { "type": "RestElement", - "start": 106323, - "end": 106330, + "start": 108713, + "end": 108720, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 14 }, "end": { - "line": 2347, + "line": 2389, "column": 21 } }, "argument": { "type": "Identifier", - "start": 106326, - "end": 106330, + "start": 108716, + "end": 108720, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 17 }, "end": { - "line": 2347, + "line": 2389, "column": 21 }, "identifierName": "args" @@ -445532,87 +445804,87 @@ ], "body": { "type": "BlockStatement", - "start": 106333, - "end": 108140, + "start": 108723, + "end": 110530, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 24 }, "end": { - "line": 2387, + "line": 2429, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 106343, - "end": 106368, + "start": 108733, + "end": 108758, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 106343, - "end": 106368, + "start": 108733, + "end": 108758, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 106343, - "end": 106354, + "start": 108733, + "end": 108744, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 106343, - "end": 106347, + "start": 108733, + "end": 108737, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 12 } } }, "property": { "type": "Identifier", - "start": 106348, - "end": 106354, + "start": 108738, + "end": 108744, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 13 }, "end": { - "line": 2348, + "line": 2390, "column": 19 }, "identifierName": "_debug" @@ -445624,15 +445896,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 106356, - "end": 106366, + "start": 108746, + "end": 108756, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 21 }, "end": { - "line": 2348, + "line": 2390, "column": 31 } }, @@ -445647,44 +445919,44 @@ }, { "type": "VariableDeclaration", - "start": 106386, - "end": 106753, + "start": 108776, + "end": 109143, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 8 }, "end": { - "line": 2356, + "line": 2398, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 106390, - "end": 106408, + "start": 108780, + "end": 108798, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 12 }, "end": { - "line": 2350, + "line": 2392, "column": 30 } }, "id": { "type": "Identifier", - "start": 106390, - "end": 106395, + "start": 108780, + "end": 108785, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 12 }, "end": { - "line": 2350, + "line": 2392, "column": 17 }, "identifierName": "_args" @@ -445693,29 +445965,29 @@ }, "init": { "type": "MemberExpression", - "start": 106401, - "end": 106408, + "start": 108791, + "end": 108798, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 23 }, "end": { - "line": 2350, + "line": 2392, "column": 30 } }, "object": { "type": "Identifier", - "start": 106401, - "end": 106405, + "start": 108791, + "end": 108795, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 23 }, "end": { - "line": 2350, + "line": 2392, "column": 27 }, "identifierName": "args" @@ -445724,15 +445996,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106406, - "end": 106407, + "start": 108796, + "end": 108797, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 28 }, "end": { - "line": 2350, + "line": 2392, "column": 29 } }, @@ -445747,29 +446019,29 @@ }, { "type": "VariableDeclarator", - "start": 106422, - "end": 106445, + "start": 108812, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 12 }, "end": { - "line": 2351, + "line": 2393, "column": 35 } }, "id": { "type": "Identifier", - "start": 106422, - "end": 106427, + "start": 108812, + "end": 108817, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 12 }, "end": { - "line": 2351, + "line": 2393, "column": 17 }, "identifierName": "_opts" @@ -445778,44 +446050,44 @@ }, "init": { "type": "MemberExpression", - "start": 106433, - "end": 106445, + "start": 108823, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 23 }, "end": { - "line": 2351, + "line": 2393, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 106433, - "end": 106437, + "start": 108823, + "end": 108827, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 23 }, "end": { - "line": 2351, + "line": 2393, "column": 27 } } }, "property": { "type": "Identifier", - "start": 106438, - "end": 106445, + "start": 108828, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 28 }, "end": { - "line": 2351, + "line": 2393, "column": 35 }, "identifierName": "_config" @@ -445827,29 +446099,29 @@ }, { "type": "VariableDeclarator", - "start": 106459, - "end": 106524, + "start": 108849, + "end": 108914, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 12 }, "end": { - "line": 2352, + "line": 2394, "column": 77 } }, "id": { "type": "Identifier", - "start": 106459, - "end": 106467, + "start": 108849, + "end": 108857, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 12 }, "end": { - "line": 2352, + "line": 2394, "column": 20 }, "identifierName": "moveOpts" @@ -445858,58 +446130,58 @@ }, "init": { "type": "CallExpression", - "start": 106470, - "end": 106524, + "start": 108860, + "end": 108914, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 106470, - "end": 106485, + "start": 108860, + "end": 108875, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 106470, - "end": 106474, + "start": 108860, + "end": 108864, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 27 } } }, "property": { "type": "Identifier", - "start": 106475, - "end": 106485, + "start": 108865, + "end": 108875, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 28 }, "end": { - "line": 2352, + "line": 2394, "column": 38 }, "identifierName": "supplement" @@ -445921,44 +446193,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 106487, - "end": 106491, + "start": 108877, + "end": 108881, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 40 }, "end": { - "line": 2352, + "line": 2394, "column": 44 } } }, { "type": "MemberExpression", - "start": 106493, - "end": 106501, + "start": 108883, + "end": 108891, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 46 }, "end": { - "line": 2352, + "line": 2394, "column": 54 } }, "object": { "type": "Identifier", - "start": 106493, - "end": 106498, + "start": 108883, + "end": 108888, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 46 }, "end": { - "line": 2352, + "line": 2394, "column": 51 }, "identifierName": "_args" @@ -445967,15 +446239,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106499, - "end": 106500, + "start": 108889, + "end": 108890, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 52 }, "end": { - "line": 2352, + "line": 2394, "column": 53 } }, @@ -445989,44 +446261,44 @@ }, { "type": "MemberExpression", - "start": 106503, - "end": 106522, + "start": 108893, + "end": 108912, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 56 }, "end": { - "line": 2352, + "line": 2394, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 106503, - "end": 106507, + "start": 108893, + "end": 108897, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 56 }, "end": { - "line": 2352, + "line": 2394, "column": 60 } } }, "property": { "type": "Identifier", - "start": 106508, - "end": 106522, + "start": 108898, + "end": 108912, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 61 }, "end": { - "line": 2352, + "line": 2394, "column": 75 }, "identifierName": "validateObject" @@ -446040,29 +446312,29 @@ }, { "type": "VariableDeclarator", - "start": 106538, - "end": 106617, + "start": 108928, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 12 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } }, "id": { "type": "Identifier", - "start": 106538, - "end": 106546, + "start": 108928, + "end": 108936, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 12 }, "end": { - "line": 2353, + "line": 2395, "column": 20 }, "identifierName": "callback" @@ -446071,71 +446343,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 106549, - "end": 106617, + "start": 108939, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 106549, - "end": 106599, + "start": 108939, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 106549, - "end": 106565, + "start": 108939, + "end": 108955, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 106549, - "end": 106561, + "start": 108939, + "end": 108951, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 35 } }, "object": { "type": "Identifier", - "start": 106549, - "end": 106554, + "start": 108939, + "end": 108944, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 28 }, "identifierName": "_args" @@ -446144,15 +446416,15 @@ }, "property": { "type": "Identifier", - "start": 106555, - "end": 106561, + "start": 108945, + "end": 108951, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 29 }, "end": { - "line": 2353, + "line": 2395, "column": 35 }, "identifierName": "length" @@ -446164,15 +446436,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 106564, - "end": 106565, + "start": 108954, + "end": 108955, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 38 }, "end": { - "line": 2353, + "line": 2395, "column": 39 } }, @@ -446186,29 +446458,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 106569, - "end": 106599, + "start": 108959, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 43 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 106569, - "end": 106584, + "start": 108959, + "end": 108974, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 43 }, "end": { - "line": 2353, + "line": 2395, "column": 58 } }, @@ -446216,29 +446488,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 106576, - "end": 106584, + "start": 108966, + "end": 108974, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 50 }, "end": { - "line": 2353, + "line": 2395, "column": 58 } }, "object": { "type": "Identifier", - "start": 106576, - "end": 106581, + "start": 108966, + "end": 108971, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 50 }, "end": { - "line": 2353, + "line": 2395, "column": 55 }, "identifierName": "_args" @@ -446247,15 +446519,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106582, - "end": 106583, + "start": 108972, + "end": 108973, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 56 }, "end": { - "line": 2353, + "line": 2395, "column": 57 } }, @@ -446274,15 +446546,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 106589, - "end": 106599, + "start": 108979, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 63 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } }, @@ -446296,29 +446568,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 106602, - "end": 106610, + "start": 108992, + "end": 109000, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 76 }, "end": { - "line": 2353, + "line": 2395, "column": 84 } }, "object": { "type": "Identifier", - "start": 106602, - "end": 106607, + "start": 108992, + "end": 108997, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 76 }, "end": { - "line": 2353, + "line": 2395, "column": 81 }, "identifierName": "_args" @@ -446327,15 +446599,15 @@ }, "property": { "type": "NumericLiteral", - "start": 106608, - "end": 106609, + "start": 108998, + "end": 108999, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 82 }, "end": { - "line": 2353, + "line": 2395, "column": 83 } }, @@ -446349,15 +446621,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 106613, - "end": 106617, + "start": 109003, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 87 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } } @@ -446366,29 +446638,29 @@ }, { "type": "VariableDeclarator", - "start": 106631, - "end": 106682, + "start": 109021, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 12 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } }, "id": { "type": "Identifier", - "start": 106631, - "end": 106639, + "start": 109021, + "end": 109029, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 12 }, "end": { - "line": 2354, + "line": 2396, "column": 20 }, "identifierName": "userdata" @@ -446397,57 +446669,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 106642, - "end": 106682, + "start": 109032, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 106642, - "end": 106658, + "start": 109032, + "end": 109048, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 106642, - "end": 106654, + "start": 109032, + "end": 109044, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 35 } }, "object": { "type": "Identifier", - "start": 106642, - "end": 106647, + "start": 109032, + "end": 109037, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 28 }, "identifierName": "_args" @@ -446456,15 +446728,15 @@ }, "property": { "type": "Identifier", - "start": 106648, - "end": 106654, + "start": 109038, + "end": 109044, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 29 }, "end": { - "line": 2354, + "line": 2396, "column": 35 }, "identifierName": "length" @@ -446476,15 +446748,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 106657, - "end": 106658, + "start": 109047, + "end": 109048, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 38 }, "end": { - "line": 2354, + "line": 2396, "column": 39 } }, @@ -446497,43 +446769,43 @@ }, "consequent": { "type": "CallExpression", - "start": 106661, - "end": 106675, + "start": 109051, + "end": 109065, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 106661, - "end": 106672, + "start": 109051, + "end": 109062, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 53 } }, "object": { "type": "Identifier", - "start": 106661, - "end": 106666, + "start": 109051, + "end": 109056, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 47 }, "identifierName": "_args" @@ -446542,15 +446814,15 @@ }, "property": { "type": "Identifier", - "start": 106667, - "end": 106672, + "start": 109057, + "end": 109062, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 48 }, "end": { - "line": 2354, + "line": 2396, "column": 53 }, "identifierName": "slice" @@ -446562,15 +446834,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 106673, - "end": 106674, + "start": 109063, + "end": 109064, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 54 }, "end": { - "line": 2354, + "line": 2396, "column": 55 } }, @@ -446584,15 +446856,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 106678, - "end": 106682, + "start": 109068, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 59 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } } @@ -446601,29 +446873,29 @@ }, { "type": "VariableDeclarator", - "start": 106696, - "end": 106709, + "start": 109086, + "end": 109099, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 12 }, "end": { - "line": 2355, + "line": 2397, "column": 25 } }, "id": { "type": "Identifier", - "start": 106696, - "end": 106703, + "start": 109086, + "end": 109093, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 12 }, "end": { - "line": 2355, + "line": 2397, "column": 19 }, "identifierName": "newOpts" @@ -446632,15 +446904,15 @@ }, "init": { "type": "ObjectExpression", - "start": 106707, - "end": 106709, + "start": 109097, + "end": 109099, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 23 }, "end": { - "line": 2355, + "line": 2397, "column": 25 } }, @@ -446649,29 +446921,29 @@ }, { "type": "VariableDeclarator", - "start": 106723, - "end": 106733, + "start": 109113, + "end": 109123, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 12 }, "end": { - "line": 2356, + "line": 2398, "column": 22 } }, "id": { "type": "Identifier", - "start": 106723, - "end": 106733, + "start": 109113, + "end": 109123, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 12 }, "end": { - "line": 2356, + "line": 2398, "column": 22 }, "identifierName": "begin_date" @@ -446682,29 +446954,29 @@ }, { "type": "VariableDeclarator", - "start": 106735, - "end": 106743, + "start": 109125, + "end": 109133, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 24 }, "end": { - "line": 2356, + "line": 2398, "column": 32 } }, "id": { "type": "Identifier", - "start": 106735, - "end": 106743, + "start": 109125, + "end": 109133, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 24 }, "end": { - "line": 2356, + "line": 2398, "column": 32 }, "identifierName": "end_date" @@ -446715,29 +446987,29 @@ }, { "type": "VariableDeclarator", - "start": 106745, - "end": 106753, + "start": 109135, + "end": 109143, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 34 }, "end": { - "line": 2356, + "line": 2398, "column": 42 } }, "id": { "type": "Identifier", - "start": 106745, - "end": 106753, + "start": 109135, + "end": 109143, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 34 }, "end": { - "line": 2356, + "line": 2398, "column": 42 }, "identifierName": "_tmpDate" @@ -446751,72 +447023,72 @@ }, { "type": "IfStatement", - "start": 106771, - "end": 107386, + "start": 109161, + "end": 109776, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 8 }, "end": { - "line": 2370, + "line": 2412, "column": 9 } }, "test": { "type": "CallExpression", - "start": 106776, - "end": 106801, + "start": 109166, + "end": 109191, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 106776, - "end": 106789, + "start": 109166, + "end": 109179, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 106776, - "end": 106780, + "start": 109166, + "end": 109170, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 17 } } }, "property": { "type": "Identifier", - "start": 106781, - "end": 106789, + "start": 109171, + "end": 109179, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 18 }, "end": { - "line": 2358, + "line": 2400, "column": 26 }, "identifierName": "is_empty" @@ -446828,15 +447100,15 @@ "arguments": [ { "type": "Identifier", - "start": 106791, - "end": 106799, + "start": 109181, + "end": 109189, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 28 }, "end": { - "line": 2358, + "line": 2400, "column": 36 }, "identifierName": "moveOpts" @@ -446847,59 +447119,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 106804, - "end": 106894, + "start": 109194, + "end": 109284, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 41 }, "end": { - "line": 2360, + "line": 2402, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 106818, - "end": 106884, + "start": 109208, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 106818, - "end": 106884, + "start": 109208, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 106818, - "end": 106826, + "start": 109208, + "end": 109216, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 20 }, "identifierName": "moveOpts" @@ -446908,30 +447180,30 @@ }, "right": { "type": "ObjectExpression", - "start": 106829, - "end": 106884, + "start": 109219, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 23 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 106831, - "end": 106849, + "start": 109221, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 25 }, "end": { - "line": 2359, + "line": 2401, "column": 43 } }, @@ -446940,15 +447212,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106831, - "end": 106836, + "start": 109221, + "end": 109226, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 25 }, "end": { - "line": 2359, + "line": 2401, "column": 30 }, "identifierName": "scale" @@ -446957,29 +447229,29 @@ }, "value": { "type": "MemberExpression", - "start": 106838, - "end": 106849, + "start": 109228, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 32 }, "end": { - "line": 2359, + "line": 2401, "column": 43 } }, "object": { "type": "Identifier", - "start": 106838, - "end": 106843, + "start": 109228, + "end": 109233, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 32 }, "end": { - "line": 2359, + "line": 2401, "column": 37 }, "identifierName": "_opts" @@ -446988,15 +447260,15 @@ }, "property": { "type": "Identifier", - "start": 106844, - "end": 106849, + "start": 109234, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 38 }, "end": { - "line": 2359, + "line": 2401, "column": 43 }, "identifierName": "scale" @@ -447008,15 +447280,15 @@ }, { "type": "ObjectProperty", - "start": 106851, - "end": 106869, + "start": 109241, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 45 }, "end": { - "line": 2359, + "line": 2401, "column": 63 } }, @@ -447025,15 +447297,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106851, - "end": 106856, + "start": 109241, + "end": 109246, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 45 }, "end": { - "line": 2359, + "line": 2401, "column": 50 }, "identifierName": "range" @@ -447042,29 +447314,29 @@ }, "value": { "type": "MemberExpression", - "start": 106858, - "end": 106869, + "start": 109248, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 52 }, "end": { - "line": 2359, + "line": 2401, "column": 63 } }, "object": { "type": "Identifier", - "start": 106858, - "end": 106863, + "start": 109248, + "end": 109253, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 52 }, "end": { - "line": 2359, + "line": 2401, "column": 57 }, "identifierName": "_opts" @@ -447073,15 +447345,15 @@ }, "property": { "type": "Identifier", - "start": 106864, - "end": 106869, + "start": 109254, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 58 }, "end": { - "line": 2359, + "line": 2401, "column": 63 }, "identifierName": "range" @@ -447093,15 +447365,15 @@ }, { "type": "ObjectProperty", - "start": 106871, - "end": 106882, + "start": 109261, + "end": 109272, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 65 }, "end": { - "line": 2359, + "line": 2401, "column": 76 } }, @@ -447110,15 +447382,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 106871, - "end": 106876, + "start": 109261, + "end": 109266, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 65 }, "end": { - "line": 2359, + "line": 2401, "column": 70 }, "identifierName": "shift" @@ -447127,15 +447399,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 106878, - "end": 106882, + "start": 109268, + "end": 109272, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 72 }, "end": { - "line": 2359, + "line": 2401, "column": 76 } }, @@ -447151,58 +447423,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 106900, - "end": 107386, + "start": 109290, + "end": 109776, "loc": { "start": { - "line": 2360, + "line": 2402, "column": 15 }, "end": { - "line": 2370, + "line": 2412, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 106914, - "end": 107037, + "start": 109304, + "end": 109427, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 12 }, "end": { - "line": 2363, + "line": 2405, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 106919, - "end": 106981, + "start": 109309, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 17 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 106919, - "end": 106953, + "start": 109309, + "end": 109343, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 17 }, "end": { - "line": 2361, + "line": 2403, "column": 51 } }, @@ -447210,43 +447482,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 106921, - "end": 106953, + "start": 109311, + "end": 109343, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 106921, - "end": 106944, + "start": 109311, + "end": 109334, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 42 } }, "object": { "type": "Identifier", - "start": 106921, - "end": 106929, + "start": 109311, + "end": 109319, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 27 }, "identifierName": "moveOpts" @@ -447255,15 +447527,15 @@ }, "property": { "type": "Identifier", - "start": 106930, - "end": 106944, + "start": 109320, + "end": 109334, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 28 }, "end": { - "line": 2361, + "line": 2403, "column": 42 }, "identifierName": "hasOwnProperty" @@ -447275,15 +447547,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 106945, - "end": 106952, + "start": 109335, + "end": 109342, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 43 }, "end": { - "line": 2361, + "line": 2403, "column": 50 } }, @@ -447302,43 +447574,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 106957, - "end": 106981, + "start": 109347, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, "left": { "type": "MemberExpression", - "start": 106957, - "end": 106971, + "start": 109347, + "end": 109361, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 69 } }, "object": { "type": "Identifier", - "start": 106957, - "end": 106965, + "start": 109347, + "end": 109355, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 63 }, "identifierName": "moveOpts" @@ -447347,15 +447619,15 @@ }, "property": { "type": "Identifier", - "start": 106966, - "end": 106971, + "start": 109356, + "end": 109361, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 64 }, "end": { - "line": 2361, + "line": 2403, "column": 69 }, "identifierName": "shift" @@ -447367,15 +447639,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 106976, - "end": 106981, + "start": 109366, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 74 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } }, @@ -447385,73 +447657,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 106984, - "end": 107037, + "start": 109374, + "end": 109427, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 82 }, "end": { - "line": 2363, + "line": 2405, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107002, - "end": 107023, + "start": 109392, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 107002, - "end": 107023, + "start": 109392, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107002, - "end": 107016, + "start": 109392, + "end": 109406, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 30 } }, "object": { "type": "Identifier", - "start": 107002, - "end": 107010, + "start": 109392, + "end": 109400, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 24 }, "identifierName": "moveOpts" @@ -447460,15 +447732,15 @@ }, "property": { "type": "Identifier", - "start": 107011, - "end": 107016, + "start": 109401, + "end": 109406, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 25 }, "end": { - "line": 2362, + "line": 2404, "column": 30 }, "identifierName": "shift" @@ -447479,15 +447751,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 107019, - "end": 107023, + "start": 109409, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 33 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } }, @@ -447502,43 +447774,43 @@ }, { "type": "IfStatement", - "start": 107050, - "end": 107193, + "start": 109440, + "end": 109583, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 12 }, "end": { - "line": 2366, + "line": 2408, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 107055, - "end": 107130, + "start": 109445, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 17 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, "left": { "type": "UnaryExpression", - "start": 107055, - "end": 107089, + "start": 109445, + "end": 109479, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 17 }, "end": { - "line": 2364, + "line": 2406, "column": 51 } }, @@ -447546,43 +447818,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107057, - "end": 107089, + "start": 109447, + "end": 109479, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 107057, - "end": 107080, + "start": 109447, + "end": 109470, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 42 } }, "object": { "type": "Identifier", - "start": 107057, - "end": 107065, + "start": 109447, + "end": 109455, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 27 }, "identifierName": "moveOpts" @@ -447591,15 +447863,15 @@ }, "property": { "type": "Identifier", - "start": 107066, - "end": 107080, + "start": 109456, + "end": 109470, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 28 }, "end": { - "line": 2364, + "line": 2406, "column": 42 }, "identifierName": "hasOwnProperty" @@ -447611,15 +447883,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 107081, - "end": 107088, + "start": 109471, + "end": 109478, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 43 }, "end": { - "line": 2364, + "line": 2406, "column": 50 } }, @@ -447638,15 +447910,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 107093, - "end": 107130, + "start": 109483, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 55 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, @@ -447654,58 +447926,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107095, - "end": 107130, + "start": 109485, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 107095, - "end": 107112, + "start": 109485, + "end": 109502, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 107095, - "end": 107099, + "start": 109485, + "end": 109489, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 61 } } }, "property": { "type": "Identifier", - "start": 107100, - "end": 107112, + "start": 109490, + "end": 109502, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 62 }, "end": { - "line": 2364, + "line": 2406, "column": 74 }, "identifierName": "_verifyScale" @@ -447717,29 +447989,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107114, - "end": 107128, + "start": 109504, + "end": 109518, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 76 }, "end": { - "line": 2364, + "line": 2406, "column": 90 } }, "object": { "type": "Identifier", - "start": 107114, - "end": 107122, + "start": 109504, + "end": 109512, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 76 }, "end": { - "line": 2364, + "line": 2406, "column": 84 }, "identifierName": "moveOpts" @@ -447748,15 +448020,15 @@ }, "property": { "type": "Identifier", - "start": 107123, - "end": 107128, + "start": 109513, + "end": 109518, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 85 }, "end": { - "line": 2364, + "line": 2406, "column": 90 }, "identifierName": "scale" @@ -447774,73 +448046,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 107133, - "end": 107193, + "start": 109523, + "end": 109583, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 95 }, "end": { - "line": 2366, + "line": 2408, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107151, - "end": 107179, + "start": 109541, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 107151, - "end": 107179, + "start": 109541, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107151, - "end": 107165, + "start": 109541, + "end": 109555, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 30 } }, "object": { "type": "Identifier", - "start": 107151, - "end": 107159, + "start": 109541, + "end": 109549, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 24 }, "identifierName": "moveOpts" @@ -447849,15 +448121,15 @@ }, "property": { "type": "Identifier", - "start": 107160, - "end": 107165, + "start": 109550, + "end": 109555, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 25 }, "end": { - "line": 2365, + "line": 2407, "column": 30 }, "identifierName": "scale" @@ -447868,29 +448140,29 @@ }, "right": { "type": "MemberExpression", - "start": 107168, - "end": 107179, + "start": 109558, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 33 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } }, "object": { "type": "Identifier", - "start": 107168, - "end": 107173, + "start": 109558, + "end": 109563, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 33 }, "end": { - "line": 2365, + "line": 2407, "column": 38 }, "identifierName": "_opts" @@ -447899,15 +448171,15 @@ }, "property": { "type": "Identifier", - "start": 107174, - "end": 107179, + "start": 109564, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 39 }, "end": { - "line": 2365, + "line": 2407, "column": 44 }, "identifierName": "scale" @@ -447925,43 +448197,43 @@ }, { "type": "IfStatement", - "start": 107206, - "end": 107376, + "start": 109596, + "end": 109766, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 12 }, "end": { - "line": 2369, + "line": 2411, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 107211, - "end": 107313, + "start": 109601, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 17 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "left": { "type": "UnaryExpression", - "start": 107211, - "end": 107245, + "start": 109601, + "end": 109635, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 17 }, "end": { - "line": 2367, + "line": 2409, "column": 51 } }, @@ -447969,43 +448241,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 107213, - "end": 107245, + "start": 109603, + "end": 109635, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 107213, - "end": 107236, + "start": 109603, + "end": 109626, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 42 } }, "object": { "type": "Identifier", - "start": 107213, - "end": 107221, + "start": 109603, + "end": 109611, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 27 }, "identifierName": "moveOpts" @@ -448014,15 +448286,15 @@ }, "property": { "type": "Identifier", - "start": 107222, - "end": 107236, + "start": 109612, + "end": 109626, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 28 }, "end": { - "line": 2367, + "line": 2409, "column": 42 }, "identifierName": "hasOwnProperty" @@ -448034,15 +448306,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 107237, - "end": 107244, + "start": 109627, + "end": 109634, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 43 }, "end": { - "line": 2367, + "line": 2409, "column": 50 } }, @@ -448061,43 +448333,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 107249, - "end": 107313, + "start": 109639, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "left": { "type": "CallExpression", - "start": 107249, - "end": 107279, + "start": 109639, + "end": 109669, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 85 } }, "callee": { "type": "Identifier", - "start": 107249, - "end": 107257, + "start": 109639, + "end": 109647, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 63 }, "identifierName": "parseInt" @@ -448107,29 +448379,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107259, - "end": 107273, + "start": 109649, + "end": 109663, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 65 }, "end": { - "line": 2367, + "line": 2409, "column": 79 } }, "object": { "type": "Identifier", - "start": 107259, - "end": 107267, + "start": 109649, + "end": 109657, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 65 }, "end": { - "line": 2367, + "line": 2409, "column": 73 }, "identifierName": "moveOpts" @@ -448138,15 +448410,15 @@ }, "property": { "type": "Identifier", - "start": 107268, - "end": 107273, + "start": 109658, + "end": 109663, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 74 }, "end": { - "line": 2367, + "line": 2409, "column": 79 }, "identifierName": "range" @@ -448157,15 +448429,15 @@ }, { "type": "NumericLiteral", - "start": 107275, - "end": 107277, + "start": 109665, + "end": 109667, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 81 }, "end": { - "line": 2367, + "line": 2409, "column": 83 } }, @@ -448180,29 +448452,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 107282, - "end": 107313, + "start": 109672, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 88 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } }, "object": { "type": "Identifier", - "start": 107282, - "end": 107297, + "start": 109672, + "end": 109687, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 88 }, "end": { - "line": 2367, + "line": 2409, "column": 103 }, "identifierName": "LimitScaleGrids" @@ -448211,29 +448483,29 @@ }, "property": { "type": "MemberExpression", - "start": 107298, - "end": 107312, + "start": 109688, + "end": 109702, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 104 }, "end": { - "line": 2367, + "line": 2409, "column": 118 } }, "object": { "type": "Identifier", - "start": 107298, - "end": 107306, + "start": 109688, + "end": 109696, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 104 }, "end": { - "line": 2367, + "line": 2409, "column": 112 }, "identifierName": "moveOpts" @@ -448242,15 +448514,15 @@ }, "property": { "type": "Identifier", - "start": 107307, - "end": 107312, + "start": 109697, + "end": 109702, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 113 }, "end": { - "line": 2367, + "line": 2409, "column": 118 }, "identifierName": "scale" @@ -448265,73 +448537,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 107316, - "end": 107376, + "start": 109706, + "end": 109766, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 122 }, "end": { - "line": 2369, + "line": 2411, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 107334, - "end": 107362, + "start": 109724, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 107334, - "end": 107362, + "start": 109724, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107334, - "end": 107348, + "start": 109724, + "end": 109738, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 30 } }, "object": { "type": "Identifier", - "start": 107334, - "end": 107342, + "start": 109724, + "end": 109732, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 24 }, "identifierName": "moveOpts" @@ -448340,15 +448612,15 @@ }, "property": { "type": "Identifier", - "start": 107343, - "end": 107348, + "start": 109733, + "end": 109738, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 25 }, "end": { - "line": 2368, + "line": 2410, "column": 30 }, "identifierName": "range" @@ -448359,29 +448631,29 @@ }, "right": { "type": "MemberExpression", - "start": 107351, - "end": 107362, + "start": 109741, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 33 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } }, "object": { "type": "Identifier", - "start": 107351, - "end": 107356, + "start": 109741, + "end": 109746, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 33 }, "end": { - "line": 2368, + "line": 2410, "column": 38 }, "identifierName": "_opts" @@ -448390,15 +448662,15 @@ }, "property": { "type": "Identifier", - "start": 107357, - "end": 107362, + "start": 109747, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 39 }, "end": { - "line": 2368, + "line": 2410, "column": 44 }, "identifierName": "range" @@ -448420,44 +448692,44 @@ }, { "type": "ExpressionStatement", - "start": 107395, - "end": 107439, + "start": 109785, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 107395, - "end": 107439, + "start": 109785, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107395, - "end": 107403, + "start": 109785, + "end": 109793, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 16 }, "identifierName": "_tmpDate" @@ -448466,29 +448738,29 @@ }, "right": { "type": "NewExpression", - "start": 107408, - "end": 107439, + "start": 109798, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 21 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } }, "callee": { "type": "Identifier", - "start": 107412, - "end": 107416, + "start": 109802, + "end": 109806, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 25 }, "end": { - "line": 2371, + "line": 2413, "column": 29 }, "identifierName": "Date" @@ -448498,29 +448770,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107418, - "end": 107437, + "start": 109808, + "end": 109827, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 31 }, "end": { - "line": 2371, + "line": 2413, "column": 50 } }, "object": { "type": "Identifier", - "start": 107418, - "end": 107423, + "start": 109808, + "end": 109813, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 31 }, "end": { - "line": 2371, + "line": 2413, "column": 36 }, "identifierName": "_opts" @@ -448529,15 +448801,15 @@ }, "property": { "type": "Identifier", - "start": 107424, - "end": 107437, + "start": 109814, + "end": 109827, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 37 }, "end": { - "line": 2371, + "line": 2413, "column": 50 }, "identifierName": "startDatetime" @@ -448552,44 +448824,44 @@ }, { "type": "ExpressionStatement", - "start": 107448, - "end": 107566, + "start": 109838, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 107448, - "end": 107566, + "start": 109838, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107448, - "end": 107458, + "start": 109838, + "end": 109848, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 18 }, "identifierName": "begin_date" @@ -448598,29 +448870,29 @@ }, "right": { "type": "NewExpression", - "start": 107461, - "end": 107566, + "start": 109851, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 21 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } }, "callee": { "type": "Identifier", - "start": 107465, - "end": 107469, + "start": 109855, + "end": 109859, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 25 }, "end": { - "line": 2372, + "line": 2414, "column": 29 }, "identifierName": "Date" @@ -448630,57 +448902,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 107471, - "end": 107564, + "start": 109861, + "end": 109954, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 124 } }, "left": { "type": "CallExpression", - "start": 107471, - "end": 107489, + "start": 109861, + "end": 109879, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 107471, - "end": 107487, + "start": 109861, + "end": 109877, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 47 } }, "object": { "type": "Identifier", - "start": 107471, - "end": 107479, + "start": 109861, + "end": 109869, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 39 }, "identifierName": "_tmpDate" @@ -448689,15 +448961,15 @@ }, "property": { "type": "Identifier", - "start": 107480, - "end": 107487, + "start": 109870, + "end": 109877, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 40 }, "end": { - "line": 2372, + "line": 2414, "column": 47 }, "identifierName": "getTime" @@ -448711,72 +448983,72 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 107494, - "end": 107562, + "start": 109884, + "end": 109952, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 122 } }, "left": { "type": "CallExpression", - "start": 107494, - "end": 107529, + "start": 109884, + "end": 109919, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 107494, - "end": 107511, + "start": 109884, + "end": 109901, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 107494, - "end": 107498, + "start": 109884, + "end": 109888, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 58 } } }, "property": { "type": "Identifier", - "start": 107499, - "end": 107511, + "start": 109889, + "end": 109901, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 59 }, "end": { - "line": 2372, + "line": 2414, "column": 71 }, "identifierName": "_verifyScale" @@ -448788,29 +449060,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107513, - "end": 107527, + "start": 109903, + "end": 109917, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 73 }, "end": { - "line": 2372, + "line": 2414, "column": 87 } }, "object": { "type": "Identifier", - "start": 107513, - "end": 107521, + "start": 109903, + "end": 109911, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 73 }, "end": { - "line": 2372, + "line": 2414, "column": 81 }, "identifierName": "moveOpts" @@ -448819,15 +449091,15 @@ }, "property": { "type": "Identifier", - "start": 107522, - "end": 107527, + "start": 109912, + "end": 109917, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 82 }, "end": { - "line": 2372, + "line": 2414, "column": 87 }, "identifierName": "scale" @@ -448841,29 +449113,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 107532, - "end": 107562, + "start": 109922, + "end": 109952, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 92 }, "end": { - "line": 2372, + "line": 2414, "column": 122 } }, "callee": { "type": "Identifier", - "start": 107532, - "end": 107540, + "start": 109922, + "end": 109930, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 92 }, "end": { - "line": 2372, + "line": 2414, "column": 100 }, "identifierName": "parseInt" @@ -448873,29 +449145,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107542, - "end": 107556, + "start": 109932, + "end": 109946, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 102 }, "end": { - "line": 2372, + "line": 2414, "column": 116 } }, "object": { "type": "Identifier", - "start": 107542, - "end": 107550, + "start": 109932, + "end": 109940, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 102 }, "end": { - "line": 2372, + "line": 2414, "column": 110 }, "identifierName": "moveOpts" @@ -448904,15 +449176,15 @@ }, "property": { "type": "Identifier", - "start": 107551, - "end": 107556, + "start": 109941, + "end": 109946, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 111 }, "end": { - "line": 2372, + "line": 2414, "column": 116 }, "identifierName": "range" @@ -448923,15 +449195,15 @@ }, { "type": "NumericLiteral", - "start": 107558, - "end": 107560, + "start": 109948, + "end": 109950, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 118 }, "end": { - "line": 2372, + "line": 2414, "column": 120 } }, @@ -448945,7 +449217,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 107492 + "parenStart": 109882 } } } @@ -448955,58 +449227,58 @@ }, { "type": "ExpressionStatement", - "start": 107575, - "end": 107620, + "start": 109965, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 107575, - "end": 107620, + "start": 109965, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107575, - "end": 107596, + "start": 109965, + "end": 109986, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 29 } }, "object": { "type": "Identifier", - "start": 107575, - "end": 107582, + "start": 109965, + "end": 109972, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 15 }, "identifierName": "newOpts" @@ -449015,15 +449287,15 @@ }, "property": { "type": "Identifier", - "start": 107583, - "end": 107596, + "start": 109973, + "end": 109986, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 16 }, "end": { - "line": 2373, + "line": 2415, "column": 29 }, "identifierName": "startDatetime" @@ -449034,43 +449306,43 @@ }, "right": { "type": "CallExpression", - "start": 107599, - "end": 107620, + "start": 109989, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107599, - "end": 107618, + "start": 109989, + "end": 110008, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 51 } }, "object": { "type": "Identifier", - "start": 107599, - "end": 107609, + "start": 109989, + "end": 109999, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 42 }, "identifierName": "begin_date" @@ -449079,15 +449351,15 @@ }, "property": { "type": "Identifier", - "start": 107610, - "end": 107618, + "start": 110000, + "end": 110008, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 43 }, "end": { - "line": 2373, + "line": 2415, "column": 51 }, "identifierName": "toString" @@ -449102,43 +449374,43 @@ }, { "type": "IfStatement", - "start": 107629, - "end": 107902, + "start": 110019, + "end": 110292, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 8 }, "end": { - "line": 2378, + "line": 2420, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 107634, - "end": 107648, + "start": 110024, + "end": 110038, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 13 }, "end": { - "line": 2374, + "line": 2416, "column": 27 } }, "object": { "type": "Identifier", - "start": 107634, - "end": 107642, + "start": 110024, + "end": 110032, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 13 }, "end": { - "line": 2374, + "line": 2416, "column": 21 }, "identifierName": "moveOpts" @@ -449147,15 +449419,15 @@ }, "property": { "type": "Identifier", - "start": 107643, - "end": 107648, + "start": 110033, + "end": 110038, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 22 }, "end": { - "line": 2374, + "line": 2416, "column": 27 }, "identifierName": "shift" @@ -449166,59 +449438,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 107651, - "end": 107902, + "start": 110041, + "end": 110292, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 30 }, "end": { - "line": 2378, + "line": 2420, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 107665, - "end": 107707, + "start": 110055, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 107665, - "end": 107707, + "start": 110055, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107665, - "end": 107673, + "start": 110055, + "end": 110063, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 20 }, "identifierName": "_tmpDate" @@ -449227,29 +449499,29 @@ }, "right": { "type": "NewExpression", - "start": 107678, - "end": 107707, + "start": 110068, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 25 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } }, "callee": { "type": "Identifier", - "start": 107682, - "end": 107686, + "start": 110072, + "end": 110076, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 29 }, "end": { - "line": 2375, + "line": 2417, "column": 33 }, "identifierName": "Date" @@ -449259,29 +449531,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107688, - "end": 107705, + "start": 110078, + "end": 110095, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 35 }, "end": { - "line": 2375, + "line": 2417, "column": 52 } }, "object": { "type": "Identifier", - "start": 107688, - "end": 107693, + "start": 110078, + "end": 110083, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 35 }, "end": { - "line": 2375, + "line": 2417, "column": 40 }, "identifierName": "_opts" @@ -449290,15 +449562,15 @@ }, "property": { "type": "Identifier", - "start": 107694, - "end": 107705, + "start": 110084, + "end": 110095, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 41 }, "end": { - "line": 2375, + "line": 2417, "column": 52 }, "identifierName": "endDatetime" @@ -449313,44 +449585,44 @@ }, { "type": "ExpressionStatement", - "start": 107720, - "end": 107838, + "start": 110110, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 107720, - "end": 107838, + "start": 110110, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 107720, - "end": 107728, + "start": 110110, + "end": 110118, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 20 }, "identifierName": "end_date" @@ -449359,29 +449631,29 @@ }, "right": { "type": "NewExpression", - "start": 107733, - "end": 107838, + "start": 110123, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 25 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } }, "callee": { "type": "Identifier", - "start": 107737, - "end": 107741, + "start": 110127, + "end": 110131, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 29 }, "end": { - "line": 2376, + "line": 2418, "column": 33 }, "identifierName": "Date" @@ -449391,57 +449663,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 107743, - "end": 107836, + "start": 110133, + "end": 110226, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 128 } }, "left": { "type": "CallExpression", - "start": 107743, - "end": 107761, + "start": 110133, + "end": 110151, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107743, - "end": 107759, + "start": 110133, + "end": 110149, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 51 } }, "object": { "type": "Identifier", - "start": 107743, - "end": 107751, + "start": 110133, + "end": 110141, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 43 }, "identifierName": "_tmpDate" @@ -449450,15 +449722,15 @@ }, "property": { "type": "Identifier", - "start": 107752, - "end": 107759, + "start": 110142, + "end": 110149, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 44 }, "end": { - "line": 2376, + "line": 2418, "column": 51 }, "identifierName": "getTime" @@ -449472,72 +449744,72 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 107766, - "end": 107834, + "start": 110156, + "end": 110224, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 126 } }, "left": { "type": "CallExpression", - "start": 107766, - "end": 107801, + "start": 110156, + "end": 110191, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 107766, - "end": 107783, + "start": 110156, + "end": 110173, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 107766, - "end": 107770, + "start": 110156, + "end": 110160, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 62 } } }, "property": { "type": "Identifier", - "start": 107771, - "end": 107783, + "start": 110161, + "end": 110173, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 63 }, "end": { - "line": 2376, + "line": 2418, "column": 75 }, "identifierName": "_verifyScale" @@ -449549,29 +449821,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107785, - "end": 107799, + "start": 110175, + "end": 110189, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 77 }, "end": { - "line": 2376, + "line": 2418, "column": 91 } }, "object": { "type": "Identifier", - "start": 107785, - "end": 107793, + "start": 110175, + "end": 110183, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 77 }, "end": { - "line": 2376, + "line": 2418, "column": 85 }, "identifierName": "moveOpts" @@ -449580,15 +449852,15 @@ }, "property": { "type": "Identifier", - "start": 107794, - "end": 107799, + "start": 110184, + "end": 110189, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 86 }, "end": { - "line": 2376, + "line": 2418, "column": 91 }, "identifierName": "scale" @@ -449602,29 +449874,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 107804, - "end": 107834, + "start": 110194, + "end": 110224, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 96 }, "end": { - "line": 2376, + "line": 2418, "column": 126 } }, "callee": { "type": "Identifier", - "start": 107804, - "end": 107812, + "start": 110194, + "end": 110202, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 96 }, "end": { - "line": 2376, + "line": 2418, "column": 104 }, "identifierName": "parseInt" @@ -449634,29 +449906,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 107814, - "end": 107828, + "start": 110204, + "end": 110218, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 106 }, "end": { - "line": 2376, + "line": 2418, "column": 120 } }, "object": { "type": "Identifier", - "start": 107814, - "end": 107822, + "start": 110204, + "end": 110212, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 106 }, "end": { - "line": 2376, + "line": 2418, "column": 114 }, "identifierName": "moveOpts" @@ -449665,15 +449937,15 @@ }, "property": { "type": "Identifier", - "start": 107823, - "end": 107828, + "start": 110213, + "end": 110218, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 115 }, "end": { - "line": 2376, + "line": 2418, "column": 120 }, "identifierName": "range" @@ -449684,15 +449956,15 @@ }, { "type": "NumericLiteral", - "start": 107830, - "end": 107832, + "start": 110220, + "end": 110222, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 122 }, "end": { - "line": 2376, + "line": 2418, "column": 124 } }, @@ -449706,7 +449978,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 107764 + "parenStart": 110154 } } } @@ -449716,58 +449988,58 @@ }, { "type": "ExpressionStatement", - "start": 107851, - "end": 107892, + "start": 110241, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 107851, - "end": 107892, + "start": 110241, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 107851, - "end": 107870, + "start": 110241, + "end": 110260, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 31 } }, "object": { "type": "Identifier", - "start": 107851, - "end": 107858, + "start": 110241, + "end": 110248, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 19 }, "identifierName": "newOpts" @@ -449776,15 +450048,15 @@ }, "property": { "type": "Identifier", - "start": 107859, - "end": 107870, + "start": 110249, + "end": 110260, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 20 }, "end": { - "line": 2377, + "line": 2419, "column": 31 }, "identifierName": "endDatetime" @@ -449795,43 +450067,43 @@ }, "right": { "type": "CallExpression", - "start": 107873, - "end": 107892, + "start": 110263, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 107873, - "end": 107890, + "start": 110263, + "end": 110280, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 51 } }, "object": { "type": "Identifier", - "start": 107873, - "end": 107881, + "start": 110263, + "end": 110271, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 42 }, "identifierName": "end_date" @@ -449840,15 +450112,15 @@ }, "property": { "type": "Identifier", - "start": 107882, - "end": 107890, + "start": 110272, + "end": 110280, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 43 }, "end": { - "line": 2377, + "line": 2419, "column": 51 }, "identifierName": "toString" @@ -449868,72 +450140,72 @@ }, { "type": "ExpressionStatement", - "start": 107920, - "end": 107944, + "start": 110310, + "end": 110334, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 107920, - "end": 107944, + "start": 110310, + "end": 110334, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 107920, - "end": 107931, + "start": 110310, + "end": 110321, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 107920, - "end": 107924, + "start": 110310, + "end": 110314, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 12 } } }, "property": { "type": "Identifier", - "start": 107925, - "end": 107931, + "start": 110315, + "end": 110321, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 13 }, "end": { - "line": 2380, + "line": 2422, "column": 19 }, "identifierName": "reload" @@ -449945,30 +450217,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 107933, - "end": 107942, + "start": 110323, + "end": 110332, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 21 }, "end": { - "line": 2380, + "line": 2422, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 107934, - "end": 107941, + "start": 110324, + "end": 110331, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 22 }, "end": { - "line": 2380, + "line": 2422, "column": 29 }, "identifierName": "newOpts" @@ -449982,29 +450254,29 @@ }, { "type": "IfStatement", - "start": 107962, - "end": 108134, + "start": 110352, + "end": 110524, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 8 }, "end": { - "line": 2386, + "line": 2428, "column": 9 } }, "test": { "type": "Identifier", - "start": 107967, - "end": 107975, + "start": 110357, + "end": 110365, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 13 }, "end": { - "line": 2382, + "line": 2424, "column": 21 }, "identifierName": "callback" @@ -450013,87 +450285,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 107978, - "end": 108134, + "start": 110368, + "end": 110524, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 24 }, "end": { - "line": 2386, + "line": 2428, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 107992, - "end": 108056, + "start": 110382, + "end": 110446, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 107992, - "end": 108056, + "start": 110382, + "end": 110446, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 107992, - "end": 108003, + "start": 110382, + "end": 110393, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 107992, - "end": 107996, + "start": 110382, + "end": 110386, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 16 } } }, "property": { "type": "Identifier", - "start": 107997, - "end": 108003, + "start": 110387, + "end": 110393, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 17 }, "end": { - "line": 2383, + "line": 2425, "column": 23 }, "identifierName": "_debug" @@ -450105,15 +450377,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 108005, - "end": 108054, + "start": 110395, + "end": 110444, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 25 }, "end": { - "line": 2383, + "line": 2425, "column": 74 } }, @@ -450128,43 +450400,43 @@ }, { "type": "ExpressionStatement", - "start": 108082, - "end": 108124, + "start": 110472, + "end": 110514, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 108082, - "end": 108124, + "start": 110472, + "end": 110514, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 54 } }, "callee": { "type": "Identifier", - "start": 108082, - "end": 108090, + "start": 110472, + "end": 110480, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 20 }, "identifierName": "callback" @@ -450174,44 +450446,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 108092, - "end": 108105, + "start": 110482, + "end": 110495, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 22 }, "end": { - "line": 2385, + "line": 2427, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 108092, - "end": 108096, + "start": 110482, + "end": 110486, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 22 }, "end": { - "line": 2385, + "line": 2427, "column": 26 } } }, "property": { "type": "Identifier", - "start": 108097, - "end": 108105, + "start": 110487, + "end": 110495, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 27 }, "end": { - "line": 2385, + "line": 2427, "column": 35 }, "identifierName": "_element" @@ -450222,15 +450494,15 @@ }, { "type": "Identifier", - "start": 108107, - "end": 108112, + "start": 110497, + "end": 110502, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 37 }, "end": { - "line": 2385, + "line": 2427, "column": 42 }, "identifierName": "_opts" @@ -450239,15 +450511,15 @@ }, { "type": "Identifier", - "start": 108114, - "end": 108122, + "start": 110504, + "end": 110512, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 44 }, "end": { - "line": 2385, + "line": 2427, "column": 52 }, "identifierName": "userdata" @@ -450270,15 +450542,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -450288,15 +450560,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -450305,15 +450577,15 @@ }, { "type": "ClassMethod", - "start": 108534, - "end": 110375, + "start": 110924, + "end": 112765, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 4 }, "end": { - "line": 2436, + "line": 2478, "column": 5 } }, @@ -450321,15 +450593,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 108534, - "end": 108543, + "start": 110924, + "end": 110933, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 4 }, "end": { - "line": 2396, + "line": 2438, "column": 13 }, "identifierName": "dateforth" @@ -450345,29 +450617,29 @@ "params": [ { "type": "RestElement", - "start": 108545, - "end": 108552, + "start": 110935, + "end": 110942, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 15 }, "end": { - "line": 2396, + "line": 2438, "column": 22 } }, "argument": { "type": "Identifier", - "start": 108548, - "end": 108552, + "start": 110938, + "end": 110942, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 18 }, "end": { - "line": 2396, + "line": 2438, "column": 22 }, "identifierName": "args" @@ -450378,87 +450650,87 @@ ], "body": { "type": "BlockStatement", - "start": 108555, - "end": 110375, + "start": 110945, + "end": 112765, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 25 }, "end": { - "line": 2436, + "line": 2478, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 108565, - "end": 108591, + "start": 110955, + "end": 110981, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 108565, - "end": 108591, + "start": 110955, + "end": 110981, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 108565, - "end": 108576, + "start": 110955, + "end": 110966, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 108565, - "end": 108569, + "start": 110955, + "end": 110959, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 12 } } }, "property": { "type": "Identifier", - "start": 108570, - "end": 108576, + "start": 110960, + "end": 110966, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 13 }, "end": { - "line": 2397, + "line": 2439, "column": 19 }, "identifierName": "_debug" @@ -450470,15 +450742,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 108578, - "end": 108589, + "start": 110968, + "end": 110979, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 21 }, "end": { - "line": 2397, + "line": 2439, "column": 32 } }, @@ -450493,44 +450765,44 @@ }, { "type": "VariableDeclaration", - "start": 108609, - "end": 108980, + "start": 110999, + "end": 111370, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 8 }, "end": { - "line": 2405, + "line": 2447, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 108613, - "end": 108635, + "start": 111003, + "end": 111025, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 12 }, "end": { - "line": 2399, + "line": 2441, "column": 34 } }, "id": { "type": "Identifier", - "start": 108613, - "end": 108618, + "start": 111003, + "end": 111008, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 12 }, "end": { - "line": 2399, + "line": 2441, "column": 17 }, "identifierName": "_args" @@ -450539,29 +450811,29 @@ }, "init": { "type": "MemberExpression", - "start": 108628, - "end": 108635, + "start": 111018, + "end": 111025, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 27 }, "end": { - "line": 2399, + "line": 2441, "column": 34 } }, "object": { "type": "Identifier", - "start": 108628, - "end": 108632, + "start": 111018, + "end": 111022, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 27 }, "end": { - "line": 2399, + "line": 2441, "column": 31 }, "identifierName": "args" @@ -450570,15 +450842,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108633, - "end": 108634, + "start": 111023, + "end": 111024, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 32 }, "end": { - "line": 2399, + "line": 2441, "column": 33 } }, @@ -450593,29 +450865,29 @@ }, { "type": "VariableDeclarator", - "start": 108649, - "end": 108672, + "start": 111039, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 12 }, "end": { - "line": 2400, + "line": 2442, "column": 35 } }, "id": { "type": "Identifier", - "start": 108649, - "end": 108654, + "start": 111039, + "end": 111044, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 12 }, "end": { - "line": 2400, + "line": 2442, "column": 17 }, "identifierName": "_opts" @@ -450624,44 +450896,44 @@ }, "init": { "type": "MemberExpression", - "start": 108660, - "end": 108672, + "start": 111050, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 23 }, "end": { - "line": 2400, + "line": 2442, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 108660, - "end": 108664, + "start": 111050, + "end": 111054, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 23 }, "end": { - "line": 2400, + "line": 2442, "column": 27 } } }, "property": { "type": "Identifier", - "start": 108665, - "end": 108672, + "start": 111055, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 28 }, "end": { - "line": 2400, + "line": 2442, "column": 35 }, "identifierName": "_config" @@ -450673,29 +450945,29 @@ }, { "type": "VariableDeclarator", - "start": 108686, - "end": 108751, + "start": 111076, + "end": 111141, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 12 }, "end": { - "line": 2401, + "line": 2443, "column": 77 } }, "id": { "type": "Identifier", - "start": 108686, - "end": 108694, + "start": 111076, + "end": 111084, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 12 }, "end": { - "line": 2401, + "line": 2443, "column": 20 }, "identifierName": "moveOpts" @@ -450704,58 +450976,58 @@ }, "init": { "type": "CallExpression", - "start": 108697, - "end": 108751, + "start": 111087, + "end": 111141, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 108697, - "end": 108712, + "start": 111087, + "end": 111102, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 108697, - "end": 108701, + "start": 111087, + "end": 111091, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 27 } } }, "property": { "type": "Identifier", - "start": 108702, - "end": 108712, + "start": 111092, + "end": 111102, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 28 }, "end": { - "line": 2401, + "line": 2443, "column": 38 }, "identifierName": "supplement" @@ -450767,44 +451039,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 108714, - "end": 108718, + "start": 111104, + "end": 111108, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 40 }, "end": { - "line": 2401, + "line": 2443, "column": 44 } } }, { "type": "MemberExpression", - "start": 108720, - "end": 108728, + "start": 111110, + "end": 111118, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 46 }, "end": { - "line": 2401, + "line": 2443, "column": 54 } }, "object": { "type": "Identifier", - "start": 108720, - "end": 108725, + "start": 111110, + "end": 111115, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 46 }, "end": { - "line": 2401, + "line": 2443, "column": 51 }, "identifierName": "_args" @@ -450813,15 +451085,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108726, - "end": 108727, + "start": 111116, + "end": 111117, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 52 }, "end": { - "line": 2401, + "line": 2443, "column": 53 } }, @@ -450835,44 +451107,44 @@ }, { "type": "MemberExpression", - "start": 108730, - "end": 108749, + "start": 111120, + "end": 111139, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 56 }, "end": { - "line": 2401, + "line": 2443, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 108730, - "end": 108734, + "start": 111120, + "end": 111124, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 56 }, "end": { - "line": 2401, + "line": 2443, "column": 60 } } }, "property": { "type": "Identifier", - "start": 108735, - "end": 108749, + "start": 111125, + "end": 111139, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 61 }, "end": { - "line": 2401, + "line": 2443, "column": 75 }, "identifierName": "validateObject" @@ -450886,29 +451158,29 @@ }, { "type": "VariableDeclarator", - "start": 108765, - "end": 108844, + "start": 111155, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 12 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } }, "id": { "type": "Identifier", - "start": 108765, - "end": 108773, + "start": 111155, + "end": 111163, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 12 }, "end": { - "line": 2402, + "line": 2444, "column": 20 }, "identifierName": "callback" @@ -450917,71 +451189,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 108776, - "end": 108844, + "start": 111166, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } }, "test": { "type": "LogicalExpression", - "start": 108776, - "end": 108826, + "start": 111166, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, "left": { "type": "BinaryExpression", - "start": 108776, - "end": 108792, + "start": 111166, + "end": 111182, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 108776, - "end": 108788, + "start": 111166, + "end": 111178, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 35 } }, "object": { "type": "Identifier", - "start": 108776, - "end": 108781, + "start": 111166, + "end": 111171, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 28 }, "identifierName": "_args" @@ -450990,15 +451262,15 @@ }, "property": { "type": "Identifier", - "start": 108782, - "end": 108788, + "start": 111172, + "end": 111178, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 29 }, "end": { - "line": 2402, + "line": 2444, "column": 35 }, "identifierName": "length" @@ -451010,15 +451282,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 108791, - "end": 108792, + "start": 111181, + "end": 111182, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 38 }, "end": { - "line": 2402, + "line": 2444, "column": 39 } }, @@ -451032,29 +451304,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 108796, - "end": 108826, + "start": 111186, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 43 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, "left": { "type": "UnaryExpression", - "start": 108796, - "end": 108811, + "start": 111186, + "end": 111201, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 43 }, "end": { - "line": 2402, + "line": 2444, "column": 58 } }, @@ -451062,29 +451334,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 108803, - "end": 108811, + "start": 111193, + "end": 111201, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 50 }, "end": { - "line": 2402, + "line": 2444, "column": 58 } }, "object": { "type": "Identifier", - "start": 108803, - "end": 108808, + "start": 111193, + "end": 111198, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 50 }, "end": { - "line": 2402, + "line": 2444, "column": 55 }, "identifierName": "_args" @@ -451093,15 +451365,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108809, - "end": 108810, + "start": 111199, + "end": 111200, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 56 }, "end": { - "line": 2402, + "line": 2444, "column": 57 } }, @@ -451120,15 +451392,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 108816, - "end": 108826, + "start": 111206, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 63 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } }, @@ -451142,29 +451414,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 108829, - "end": 108837, + "start": 111219, + "end": 111227, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 76 }, "end": { - "line": 2402, + "line": 2444, "column": 84 } }, "object": { "type": "Identifier", - "start": 108829, - "end": 108834, + "start": 111219, + "end": 111224, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 76 }, "end": { - "line": 2402, + "line": 2444, "column": 81 }, "identifierName": "_args" @@ -451173,15 +451445,15 @@ }, "property": { "type": "NumericLiteral", - "start": 108835, - "end": 108836, + "start": 111225, + "end": 111226, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 82 }, "end": { - "line": 2402, + "line": 2444, "column": 83 } }, @@ -451195,15 +451467,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 108840, - "end": 108844, + "start": 111230, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 87 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } } @@ -451212,29 +451484,29 @@ }, { "type": "VariableDeclarator", - "start": 108858, - "end": 108909, + "start": 111248, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 12 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } }, "id": { "type": "Identifier", - "start": 108858, - "end": 108866, + "start": 111248, + "end": 111256, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 12 }, "end": { - "line": 2403, + "line": 2445, "column": 20 }, "identifierName": "userdata" @@ -451243,57 +451515,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 108869, - "end": 108909, + "start": 111259, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } }, "test": { "type": "BinaryExpression", - "start": 108869, - "end": 108885, + "start": 111259, + "end": 111275, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 39 } }, "left": { "type": "MemberExpression", - "start": 108869, - "end": 108881, + "start": 111259, + "end": 111271, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 35 } }, "object": { "type": "Identifier", - "start": 108869, - "end": 108874, + "start": 111259, + "end": 111264, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 28 }, "identifierName": "_args" @@ -451302,15 +451574,15 @@ }, "property": { "type": "Identifier", - "start": 108875, - "end": 108881, + "start": 111265, + "end": 111271, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 29 }, "end": { - "line": 2403, + "line": 2445, "column": 35 }, "identifierName": "length" @@ -451322,15 +451594,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 108884, - "end": 108885, + "start": 111274, + "end": 111275, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 38 }, "end": { - "line": 2403, + "line": 2445, "column": 39 } }, @@ -451343,43 +451615,43 @@ }, "consequent": { "type": "CallExpression", - "start": 108888, - "end": 108902, + "start": 111278, + "end": 111292, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 108888, - "end": 108899, + "start": 111278, + "end": 111289, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 53 } }, "object": { "type": "Identifier", - "start": 108888, - "end": 108893, + "start": 111278, + "end": 111283, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 47 }, "identifierName": "_args" @@ -451388,15 +451660,15 @@ }, "property": { "type": "Identifier", - "start": 108894, - "end": 108899, + "start": 111284, + "end": 111289, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 48 }, "end": { - "line": 2403, + "line": 2445, "column": 53 }, "identifierName": "slice" @@ -451408,15 +451680,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 108900, - "end": 108901, + "start": 111290, + "end": 111291, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 54 }, "end": { - "line": 2403, + "line": 2445, "column": 55 } }, @@ -451430,15 +451702,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 108905, - "end": 108909, + "start": 111295, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 59 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } } @@ -451447,29 +451719,29 @@ }, { "type": "VariableDeclarator", - "start": 108923, - "end": 108936, + "start": 111313, + "end": 111326, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 12 }, "end": { - "line": 2404, + "line": 2446, "column": 25 } }, "id": { "type": "Identifier", - "start": 108923, - "end": 108930, + "start": 111313, + "end": 111320, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 12 }, "end": { - "line": 2404, + "line": 2446, "column": 19 }, "identifierName": "newOpts" @@ -451478,15 +451750,15 @@ }, "init": { "type": "ObjectExpression", - "start": 108934, - "end": 108936, + "start": 111324, + "end": 111326, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 23 }, "end": { - "line": 2404, + "line": 2446, "column": 25 } }, @@ -451495,29 +451767,29 @@ }, { "type": "VariableDeclarator", - "start": 108950, - "end": 108960, + "start": 111340, + "end": 111350, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 12 }, "end": { - "line": 2405, + "line": 2447, "column": 22 } }, "id": { "type": "Identifier", - "start": 108950, - "end": 108960, + "start": 111340, + "end": 111350, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 12 }, "end": { - "line": 2405, + "line": 2447, "column": 22 }, "identifierName": "begin_date" @@ -451528,29 +451800,29 @@ }, { "type": "VariableDeclarator", - "start": 108962, - "end": 108970, + "start": 111352, + "end": 111360, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 24 }, "end": { - "line": 2405, + "line": 2447, "column": 32 } }, "id": { "type": "Identifier", - "start": 108962, - "end": 108970, + "start": 111352, + "end": 111360, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 24 }, "end": { - "line": 2405, + "line": 2447, "column": 32 }, "identifierName": "end_date" @@ -451561,29 +451833,29 @@ }, { "type": "VariableDeclarator", - "start": 108972, - "end": 108980, + "start": 111362, + "end": 111370, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 34 }, "end": { - "line": 2405, + "line": 2447, "column": 42 } }, "id": { "type": "Identifier", - "start": 108972, - "end": 108980, + "start": 111362, + "end": 111370, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 34 }, "end": { - "line": 2405, + "line": 2447, "column": 42 }, "identifierName": "_tmpDate" @@ -451597,72 +451869,72 @@ }, { "type": "IfStatement", - "start": 108998, - "end": 109613, + "start": 111388, + "end": 112003, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 8 }, "end": { - "line": 2419, + "line": 2461, "column": 9 } }, "test": { "type": "CallExpression", - "start": 109003, - "end": 109028, + "start": 111393, + "end": 111418, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 109003, - "end": 109016, + "start": 111393, + "end": 111406, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 109003, - "end": 109007, + "start": 111393, + "end": 111397, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 17 } } }, "property": { "type": "Identifier", - "start": 109008, - "end": 109016, + "start": 111398, + "end": 111406, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 18 }, "end": { - "line": 2407, + "line": 2449, "column": 26 }, "identifierName": "is_empty" @@ -451674,15 +451946,15 @@ "arguments": [ { "type": "Identifier", - "start": 109018, - "end": 109026, + "start": 111408, + "end": 111416, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 28 }, "end": { - "line": 2407, + "line": 2449, "column": 36 }, "identifierName": "moveOpts" @@ -451693,59 +451965,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 109031, - "end": 109121, + "start": 111421, + "end": 111511, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 41 }, "end": { - "line": 2409, + "line": 2451, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 109045, - "end": 109111, + "start": 111435, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "expression": { "type": "AssignmentExpression", - "start": 109045, - "end": 109111, + "start": 111435, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109045, - "end": 109053, + "start": 111435, + "end": 111443, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 20 }, "identifierName": "moveOpts" @@ -451754,30 +452026,30 @@ }, "right": { "type": "ObjectExpression", - "start": 109056, - "end": 109111, + "start": 111446, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 23 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } }, "properties": [ { "type": "ObjectProperty", - "start": 109058, - "end": 109076, + "start": 111448, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 25 }, "end": { - "line": 2408, + "line": 2450, "column": 43 } }, @@ -451786,15 +452058,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109058, - "end": 109063, + "start": 111448, + "end": 111453, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 25 }, "end": { - "line": 2408, + "line": 2450, "column": 30 }, "identifierName": "scale" @@ -451803,29 +452075,29 @@ }, "value": { "type": "MemberExpression", - "start": 109065, - "end": 109076, + "start": 111455, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 32 }, "end": { - "line": 2408, + "line": 2450, "column": 43 } }, "object": { "type": "Identifier", - "start": 109065, - "end": 109070, + "start": 111455, + "end": 111460, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 32 }, "end": { - "line": 2408, + "line": 2450, "column": 37 }, "identifierName": "_opts" @@ -451834,15 +452106,15 @@ }, "property": { "type": "Identifier", - "start": 109071, - "end": 109076, + "start": 111461, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 38 }, "end": { - "line": 2408, + "line": 2450, "column": 43 }, "identifierName": "scale" @@ -451854,15 +452126,15 @@ }, { "type": "ObjectProperty", - "start": 109078, - "end": 109096, + "start": 111468, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 45 }, "end": { - "line": 2408, + "line": 2450, "column": 63 } }, @@ -451871,15 +452143,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109078, - "end": 109083, + "start": 111468, + "end": 111473, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 45 }, "end": { - "line": 2408, + "line": 2450, "column": 50 }, "identifierName": "range" @@ -451888,29 +452160,29 @@ }, "value": { "type": "MemberExpression", - "start": 109085, - "end": 109096, + "start": 111475, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 52 }, "end": { - "line": 2408, + "line": 2450, "column": 63 } }, "object": { "type": "Identifier", - "start": 109085, - "end": 109090, + "start": 111475, + "end": 111480, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 52 }, "end": { - "line": 2408, + "line": 2450, "column": 57 }, "identifierName": "_opts" @@ -451919,15 +452191,15 @@ }, "property": { "type": "Identifier", - "start": 109091, - "end": 109096, + "start": 111481, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 58 }, "end": { - "line": 2408, + "line": 2450, "column": 63 }, "identifierName": "range" @@ -451939,15 +452211,15 @@ }, { "type": "ObjectProperty", - "start": 109098, - "end": 109109, + "start": 111488, + "end": 111499, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 65 }, "end": { - "line": 2408, + "line": 2450, "column": 76 } }, @@ -451956,15 +452228,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 109098, - "end": 109103, + "start": 111488, + "end": 111493, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 65 }, "end": { - "line": 2408, + "line": 2450, "column": 70 }, "identifierName": "shift" @@ -451973,15 +452245,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 109105, - "end": 109109, + "start": 111495, + "end": 111499, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 72 }, "end": { - "line": 2408, + "line": 2450, "column": 76 } }, @@ -451997,58 +452269,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 109127, - "end": 109613, + "start": 111517, + "end": 112003, "loc": { "start": { - "line": 2409, + "line": 2451, "column": 15 }, "end": { - "line": 2419, + "line": 2461, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 109141, - "end": 109264, + "start": 111531, + "end": 111654, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 12 }, "end": { - "line": 2412, + "line": 2454, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109146, - "end": 109208, + "start": 111536, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 17 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 109146, - "end": 109180, + "start": 111536, + "end": 111570, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 17 }, "end": { - "line": 2410, + "line": 2452, "column": 51 } }, @@ -452056,43 +452328,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109148, - "end": 109180, + "start": 111538, + "end": 111570, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109148, - "end": 109171, + "start": 111538, + "end": 111561, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 42 } }, "object": { "type": "Identifier", - "start": 109148, - "end": 109156, + "start": 111538, + "end": 111546, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 27 }, "identifierName": "moveOpts" @@ -452101,15 +452373,15 @@ }, "property": { "type": "Identifier", - "start": 109157, - "end": 109171, + "start": 111547, + "end": 111561, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 28 }, "end": { - "line": 2410, + "line": 2452, "column": 42 }, "identifierName": "hasOwnProperty" @@ -452121,15 +452393,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109172, - "end": 109179, + "start": 111562, + "end": 111569, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 43 }, "end": { - "line": 2410, + "line": 2452, "column": 50 } }, @@ -452148,43 +452420,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 109184, - "end": 109208, + "start": 111574, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, "left": { "type": "MemberExpression", - "start": 109184, - "end": 109198, + "start": 111574, + "end": 111588, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 69 } }, "object": { "type": "Identifier", - "start": 109184, - "end": 109192, + "start": 111574, + "end": 111582, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 63 }, "identifierName": "moveOpts" @@ -452193,15 +452465,15 @@ }, "property": { "type": "Identifier", - "start": 109193, - "end": 109198, + "start": 111583, + "end": 111588, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 64 }, "end": { - "line": 2410, + "line": 2452, "column": 69 }, "identifierName": "shift" @@ -452213,15 +452485,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 109203, - "end": 109208, + "start": 111593, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 74 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } }, @@ -452231,73 +452503,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109211, - "end": 109264, + "start": 111601, + "end": 111654, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 82 }, "end": { - "line": 2412, + "line": 2454, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109229, - "end": 109250, + "start": 111619, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 109229, - "end": 109250, + "start": 111619, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109229, - "end": 109243, + "start": 111619, + "end": 111633, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 30 } }, "object": { "type": "Identifier", - "start": 109229, - "end": 109237, + "start": 111619, + "end": 111627, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 24 }, "identifierName": "moveOpts" @@ -452306,15 +452578,15 @@ }, "property": { "type": "Identifier", - "start": 109238, - "end": 109243, + "start": 111628, + "end": 111633, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 25 }, "end": { - "line": 2411, + "line": 2453, "column": 30 }, "identifierName": "shift" @@ -452325,15 +452597,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 109246, - "end": 109250, + "start": 111636, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 33 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } }, @@ -452348,43 +452620,43 @@ }, { "type": "IfStatement", - "start": 109277, - "end": 109420, + "start": 111667, + "end": 111810, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 12 }, "end": { - "line": 2415, + "line": 2457, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109282, - "end": 109357, + "start": 111672, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 17 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, "left": { "type": "UnaryExpression", - "start": 109282, - "end": 109316, + "start": 111672, + "end": 111706, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 17 }, "end": { - "line": 2413, + "line": 2455, "column": 51 } }, @@ -452392,43 +452664,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109284, - "end": 109316, + "start": 111674, + "end": 111706, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109284, - "end": 109307, + "start": 111674, + "end": 111697, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 42 } }, "object": { "type": "Identifier", - "start": 109284, - "end": 109292, + "start": 111674, + "end": 111682, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 27 }, "identifierName": "moveOpts" @@ -452437,15 +452709,15 @@ }, "property": { "type": "Identifier", - "start": 109293, - "end": 109307, + "start": 111683, + "end": 111697, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 28 }, "end": { - "line": 2413, + "line": 2455, "column": 42 }, "identifierName": "hasOwnProperty" @@ -452457,15 +452729,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109308, - "end": 109315, + "start": 111698, + "end": 111705, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 43 }, "end": { - "line": 2413, + "line": 2455, "column": 50 } }, @@ -452484,15 +452756,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 109320, - "end": 109357, + "start": 111710, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 55 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, @@ -452500,58 +452772,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109322, - "end": 109357, + "start": 111712, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 109322, - "end": 109339, + "start": 111712, + "end": 111729, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 109322, - "end": 109326, + "start": 111712, + "end": 111716, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 61 } } }, "property": { "type": "Identifier", - "start": 109327, - "end": 109339, + "start": 111717, + "end": 111729, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 62 }, "end": { - "line": 2413, + "line": 2455, "column": 74 }, "identifierName": "_verifyScale" @@ -452563,29 +452835,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109341, - "end": 109355, + "start": 111731, + "end": 111745, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 76 }, "end": { - "line": 2413, + "line": 2455, "column": 90 } }, "object": { "type": "Identifier", - "start": 109341, - "end": 109349, + "start": 111731, + "end": 111739, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 76 }, "end": { - "line": 2413, + "line": 2455, "column": 84 }, "identifierName": "moveOpts" @@ -452594,15 +452866,15 @@ }, "property": { "type": "Identifier", - "start": 109350, - "end": 109355, + "start": 111740, + "end": 111745, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 85 }, "end": { - "line": 2413, + "line": 2455, "column": 90 }, "identifierName": "scale" @@ -452620,73 +452892,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109360, - "end": 109420, + "start": 111750, + "end": 111810, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 95 }, "end": { - "line": 2415, + "line": 2457, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109378, - "end": 109406, + "start": 111768, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 109378, - "end": 109406, + "start": 111768, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109378, - "end": 109392, + "start": 111768, + "end": 111782, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 30 } }, "object": { "type": "Identifier", - "start": 109378, - "end": 109386, + "start": 111768, + "end": 111776, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 24 }, "identifierName": "moveOpts" @@ -452695,15 +452967,15 @@ }, "property": { "type": "Identifier", - "start": 109387, - "end": 109392, + "start": 111777, + "end": 111782, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 25 }, "end": { - "line": 2414, + "line": 2456, "column": 30 }, "identifierName": "scale" @@ -452714,29 +452986,29 @@ }, "right": { "type": "MemberExpression", - "start": 109395, - "end": 109406, + "start": 111785, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 33 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } }, "object": { "type": "Identifier", - "start": 109395, - "end": 109400, + "start": 111785, + "end": 111790, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 33 }, "end": { - "line": 2414, + "line": 2456, "column": 38 }, "identifierName": "_opts" @@ -452745,15 +453017,15 @@ }, "property": { "type": "Identifier", - "start": 109401, - "end": 109406, + "start": 111791, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 39 }, "end": { - "line": 2414, + "line": 2456, "column": 44 }, "identifierName": "scale" @@ -452771,43 +453043,43 @@ }, { "type": "IfStatement", - "start": 109433, - "end": 109603, + "start": 111823, + "end": 111993, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 12 }, "end": { - "line": 2418, + "line": 2460, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 109438, - "end": 109540, + "start": 111828, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 17 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "left": { "type": "UnaryExpression", - "start": 109438, - "end": 109472, + "start": 111828, + "end": 111862, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 17 }, "end": { - "line": 2416, + "line": 2458, "column": 51 } }, @@ -452815,43 +453087,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 109440, - "end": 109472, + "start": 111830, + "end": 111862, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 109440, - "end": 109463, + "start": 111830, + "end": 111853, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 42 } }, "object": { "type": "Identifier", - "start": 109440, - "end": 109448, + "start": 111830, + "end": 111838, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 27 }, "identifierName": "moveOpts" @@ -452860,15 +453132,15 @@ }, "property": { "type": "Identifier", - "start": 109449, - "end": 109463, + "start": 111839, + "end": 111853, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 28 }, "end": { - "line": 2416, + "line": 2458, "column": 42 }, "identifierName": "hasOwnProperty" @@ -452880,15 +453152,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 109464, - "end": 109471, + "start": 111854, + "end": 111861, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 43 }, "end": { - "line": 2416, + "line": 2458, "column": 50 } }, @@ -452907,43 +453179,43 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 109476, - "end": 109540, + "start": 111866, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "left": { "type": "CallExpression", - "start": 109476, - "end": 109506, + "start": 111866, + "end": 111896, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 85 } }, "callee": { "type": "Identifier", - "start": 109476, - "end": 109484, + "start": 111866, + "end": 111874, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 63 }, "identifierName": "parseInt" @@ -452953,29 +453225,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109486, - "end": 109500, + "start": 111876, + "end": 111890, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 65 }, "end": { - "line": 2416, + "line": 2458, "column": 79 } }, "object": { "type": "Identifier", - "start": 109486, - "end": 109494, + "start": 111876, + "end": 111884, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 65 }, "end": { - "line": 2416, + "line": 2458, "column": 73 }, "identifierName": "moveOpts" @@ -452984,15 +453256,15 @@ }, "property": { "type": "Identifier", - "start": 109495, - "end": 109500, + "start": 111885, + "end": 111890, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 74 }, "end": { - "line": 2416, + "line": 2458, "column": 79 }, "identifierName": "range" @@ -453003,15 +453275,15 @@ }, { "type": "NumericLiteral", - "start": 109502, - "end": 109504, + "start": 111892, + "end": 111894, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 81 }, "end": { - "line": 2416, + "line": 2458, "column": 83 } }, @@ -453026,29 +453298,29 @@ "operator": ">", "right": { "type": "MemberExpression", - "start": 109509, - "end": 109540, + "start": 111899, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 88 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } }, "object": { "type": "Identifier", - "start": 109509, - "end": 109524, + "start": 111899, + "end": 111914, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 88 }, "end": { - "line": 2416, + "line": 2458, "column": 103 }, "identifierName": "LimitScaleGrids" @@ -453057,29 +453329,29 @@ }, "property": { "type": "MemberExpression", - "start": 109525, - "end": 109539, + "start": 111915, + "end": 111929, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 104 }, "end": { - "line": 2416, + "line": 2458, "column": 118 } }, "object": { "type": "Identifier", - "start": 109525, - "end": 109533, + "start": 111915, + "end": 111923, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 104 }, "end": { - "line": 2416, + "line": 2458, "column": 112 }, "identifierName": "moveOpts" @@ -453088,15 +453360,15 @@ }, "property": { "type": "Identifier", - "start": 109534, - "end": 109539, + "start": 111924, + "end": 111929, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 113 }, "end": { - "line": 2416, + "line": 2458, "column": 118 }, "identifierName": "scale" @@ -453111,73 +453383,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 109543, - "end": 109603, + "start": 111933, + "end": 111993, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 122 }, "end": { - "line": 2418, + "line": 2460, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 109561, - "end": 109589, + "start": 111951, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 109561, - "end": 109589, + "start": 111951, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109561, - "end": 109575, + "start": 111951, + "end": 111965, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 30 } }, "object": { "type": "Identifier", - "start": 109561, - "end": 109569, + "start": 111951, + "end": 111959, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 24 }, "identifierName": "moveOpts" @@ -453186,15 +453458,15 @@ }, "property": { "type": "Identifier", - "start": 109570, - "end": 109575, + "start": 111960, + "end": 111965, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 25 }, "end": { - "line": 2417, + "line": 2459, "column": 30 }, "identifierName": "range" @@ -453205,29 +453477,29 @@ }, "right": { "type": "MemberExpression", - "start": 109578, - "end": 109589, + "start": 111968, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 33 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } }, "object": { "type": "Identifier", - "start": 109578, - "end": 109583, + "start": 111968, + "end": 111973, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 33 }, "end": { - "line": 2417, + "line": 2459, "column": 38 }, "identifierName": "_opts" @@ -453236,15 +453508,15 @@ }, "property": { "type": "Identifier", - "start": 109584, - "end": 109589, + "start": 111974, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 39 }, "end": { - "line": 2417, + "line": 2459, "column": 44 }, "identifierName": "range" @@ -453266,44 +453538,44 @@ }, { "type": "ExpressionStatement", - "start": 109622, - "end": 109664, + "start": 112012, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 109622, - "end": 109664, + "start": 112012, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109622, - "end": 109630, + "start": 112012, + "end": 112020, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 16 }, "identifierName": "_tmpDate" @@ -453312,29 +453584,29 @@ }, "right": { "type": "NewExpression", - "start": 109635, - "end": 109664, + "start": 112025, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 21 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } }, "callee": { "type": "Identifier", - "start": 109639, - "end": 109643, + "start": 112029, + "end": 112033, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 25 }, "end": { - "line": 2420, + "line": 2462, "column": 29 }, "identifierName": "Date" @@ -453344,29 +453616,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109645, - "end": 109662, + "start": 112035, + "end": 112052, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 31 }, "end": { - "line": 2420, + "line": 2462, "column": 48 } }, "object": { "type": "Identifier", - "start": 109645, - "end": 109650, + "start": 112035, + "end": 112040, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 31 }, "end": { - "line": 2420, + "line": 2462, "column": 36 }, "identifierName": "_opts" @@ -453375,15 +453647,15 @@ }, "property": { "type": "Identifier", - "start": 109651, - "end": 109662, + "start": 112041, + "end": 112052, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 37 }, "end": { - "line": 2420, + "line": 2462, "column": 48 }, "identifierName": "endDatetime" @@ -453398,44 +453670,44 @@ }, { "type": "ExpressionStatement", - "start": 109673, - "end": 109791, + "start": 112063, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 109673, - "end": 109791, + "start": 112063, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109673, - "end": 109681, + "start": 112063, + "end": 112071, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 16 }, "identifierName": "end_date" @@ -453444,29 +453716,29 @@ }, "right": { "type": "NewExpression", - "start": 109686, - "end": 109791, + "start": 112076, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 21 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } }, "callee": { "type": "Identifier", - "start": 109690, - "end": 109694, + "start": 112080, + "end": 112084, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 25 }, "end": { - "line": 2421, + "line": 2463, "column": 29 }, "identifierName": "Date" @@ -453476,57 +453748,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 109696, - "end": 109789, + "start": 112086, + "end": 112179, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 124 } }, "left": { "type": "CallExpression", - "start": 109696, - "end": 109714, + "start": 112086, + "end": 112104, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 109696, - "end": 109712, + "start": 112086, + "end": 112102, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 47 } }, "object": { "type": "Identifier", - "start": 109696, - "end": 109704, + "start": 112086, + "end": 112094, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 39 }, "identifierName": "_tmpDate" @@ -453535,15 +453807,15 @@ }, "property": { "type": "Identifier", - "start": 109705, - "end": 109712, + "start": 112095, + "end": 112102, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 40 }, "end": { - "line": 2421, + "line": 2463, "column": 47 }, "identifierName": "getTime" @@ -453557,72 +453829,72 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 109719, - "end": 109787, + "start": 112109, + "end": 112177, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 122 } }, "left": { "type": "CallExpression", - "start": 109719, - "end": 109754, + "start": 112109, + "end": 112144, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 109719, - "end": 109736, + "start": 112109, + "end": 112126, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 109719, - "end": 109723, + "start": 112109, + "end": 112113, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 58 } } }, "property": { "type": "Identifier", - "start": 109724, - "end": 109736, + "start": 112114, + "end": 112126, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 59 }, "end": { - "line": 2421, + "line": 2463, "column": 71 }, "identifierName": "_verifyScale" @@ -453634,29 +453906,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109738, - "end": 109752, + "start": 112128, + "end": 112142, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 73 }, "end": { - "line": 2421, + "line": 2463, "column": 87 } }, "object": { "type": "Identifier", - "start": 109738, - "end": 109746, + "start": 112128, + "end": 112136, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 73 }, "end": { - "line": 2421, + "line": 2463, "column": 81 }, "identifierName": "moveOpts" @@ -453665,15 +453937,15 @@ }, "property": { "type": "Identifier", - "start": 109747, - "end": 109752, + "start": 112137, + "end": 112142, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 82 }, "end": { - "line": 2421, + "line": 2463, "column": 87 }, "identifierName": "scale" @@ -453687,29 +453959,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 109757, - "end": 109787, + "start": 112147, + "end": 112177, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 92 }, "end": { - "line": 2421, + "line": 2463, "column": 122 } }, "callee": { "type": "Identifier", - "start": 109757, - "end": 109765, + "start": 112147, + "end": 112155, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 92 }, "end": { - "line": 2421, + "line": 2463, "column": 100 }, "identifierName": "parseInt" @@ -453719,29 +453991,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109767, - "end": 109781, + "start": 112157, + "end": 112171, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 102 }, "end": { - "line": 2421, + "line": 2463, "column": 116 } }, "object": { "type": "Identifier", - "start": 109767, - "end": 109775, + "start": 112157, + "end": 112165, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 102 }, "end": { - "line": 2421, + "line": 2463, "column": 110 }, "identifierName": "moveOpts" @@ -453750,15 +454022,15 @@ }, "property": { "type": "Identifier", - "start": 109776, - "end": 109781, + "start": 112166, + "end": 112171, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 111 }, "end": { - "line": 2421, + "line": 2463, "column": 116 }, "identifierName": "range" @@ -453769,15 +454041,15 @@ }, { "type": "NumericLiteral", - "start": 109783, - "end": 109785, + "start": 112173, + "end": 112175, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 118 }, "end": { - "line": 2421, + "line": 2463, "column": 120 } }, @@ -453791,7 +454063,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 109717 + "parenStart": 112107 } } } @@ -453801,58 +454073,58 @@ }, { "type": "ExpressionStatement", - "start": 109800, - "end": 109841, + "start": 112190, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 109800, - "end": 109841, + "start": 112190, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 109800, - "end": 109819, + "start": 112190, + "end": 112209, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 27 } }, "object": { "type": "Identifier", - "start": 109800, - "end": 109807, + "start": 112190, + "end": 112197, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 15 }, "identifierName": "newOpts" @@ -453861,15 +454133,15 @@ }, "property": { "type": "Identifier", - "start": 109808, - "end": 109819, + "start": 112198, + "end": 112209, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 16 }, "end": { - "line": 2422, + "line": 2464, "column": 27 }, "identifierName": "endDatetime" @@ -453880,43 +454152,43 @@ }, "right": { "type": "CallExpression", - "start": 109822, - "end": 109841, + "start": 112212, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 109822, - "end": 109839, + "start": 112212, + "end": 112229, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 47 } }, "object": { "type": "Identifier", - "start": 109822, - "end": 109830, + "start": 112212, + "end": 112220, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 38 }, "identifierName": "end_date" @@ -453925,15 +454197,15 @@ }, "property": { "type": "Identifier", - "start": 109831, - "end": 109839, + "start": 112221, + "end": 112229, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 39 }, "end": { - "line": 2422, + "line": 2464, "column": 47 }, "identifierName": "toString" @@ -453948,43 +454220,43 @@ }, { "type": "IfStatement", - "start": 109850, - "end": 110129, + "start": 112240, + "end": 112519, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 8 }, "end": { - "line": 2427, + "line": 2469, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 109855, - "end": 109869, + "start": 112245, + "end": 112259, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 13 }, "end": { - "line": 2423, + "line": 2465, "column": 27 } }, "object": { "type": "Identifier", - "start": 109855, - "end": 109863, + "start": 112245, + "end": 112253, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 13 }, "end": { - "line": 2423, + "line": 2465, "column": 21 }, "identifierName": "moveOpts" @@ -453993,15 +454265,15 @@ }, "property": { "type": "Identifier", - "start": 109864, - "end": 109869, + "start": 112254, + "end": 112259, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 22 }, "end": { - "line": 2423, + "line": 2465, "column": 27 }, "identifierName": "shift" @@ -454012,59 +454284,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 109872, - "end": 110129, + "start": 112262, + "end": 112519, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 30 }, "end": { - "line": 2427, + "line": 2469, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 109886, - "end": 109930, + "start": 112276, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 109886, - "end": 109930, + "start": 112276, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109886, - "end": 109894, + "start": 112276, + "end": 112284, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 20 }, "identifierName": "_tmpDate" @@ -454073,29 +454345,29 @@ }, "right": { "type": "NewExpression", - "start": 109899, - "end": 109930, + "start": 112289, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 25 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } }, "callee": { "type": "Identifier", - "start": 109903, - "end": 109907, + "start": 112293, + "end": 112297, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 29 }, "end": { - "line": 2424, + "line": 2466, "column": 33 }, "identifierName": "Date" @@ -454105,29 +454377,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 109909, - "end": 109928, + "start": 112299, + "end": 112318, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 35 }, "end": { - "line": 2424, + "line": 2466, "column": 54 } }, "object": { "type": "Identifier", - "start": 109909, - "end": 109914, + "start": 112299, + "end": 112304, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 35 }, "end": { - "line": 2424, + "line": 2466, "column": 40 }, "identifierName": "_opts" @@ -454136,15 +454408,15 @@ }, "property": { "type": "Identifier", - "start": 109915, - "end": 109928, + "start": 112305, + "end": 112318, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 41 }, "end": { - "line": 2424, + "line": 2466, "column": 54 }, "identifierName": "startDatetime" @@ -454159,44 +454431,44 @@ }, { "type": "ExpressionStatement", - "start": 109943, - "end": 110061, + "start": 112333, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 109943, - "end": 110061, + "start": 112333, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 109943, - "end": 109953, + "start": 112333, + "end": 112343, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 22 }, "identifierName": "begin_date" @@ -454205,29 +454477,29 @@ }, "right": { "type": "NewExpression", - "start": 109956, - "end": 110061, + "start": 112346, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 25 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } }, "callee": { "type": "Identifier", - "start": 109960, - "end": 109964, + "start": 112350, + "end": 112354, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 29 }, "end": { - "line": 2425, + "line": 2467, "column": 33 }, "identifierName": "Date" @@ -454237,57 +454509,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 109966, - "end": 110059, + "start": 112356, + "end": 112449, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 128 } }, "left": { "type": "CallExpression", - "start": 109966, - "end": 109984, + "start": 112356, + "end": 112374, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 109966, - "end": 109982, + "start": 112356, + "end": 112372, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 51 } }, "object": { "type": "Identifier", - "start": 109966, - "end": 109974, + "start": 112356, + "end": 112364, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 43 }, "identifierName": "_tmpDate" @@ -454296,15 +454568,15 @@ }, "property": { "type": "Identifier", - "start": 109975, - "end": 109982, + "start": 112365, + "end": 112372, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 44 }, "end": { - "line": 2425, + "line": 2467, "column": 51 }, "identifierName": "getTime" @@ -454318,72 +454590,72 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 109989, - "end": 110057, + "start": 112379, + "end": 112447, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 126 } }, "left": { "type": "CallExpression", - "start": 109989, - "end": 110024, + "start": 112379, + "end": 112414, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 109989, - "end": 110006, + "start": 112379, + "end": 112396, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 109989, - "end": 109993, + "start": 112379, + "end": 112383, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 62 } } }, "property": { "type": "Identifier", - "start": 109994, - "end": 110006, + "start": 112384, + "end": 112396, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 63 }, "end": { - "line": 2425, + "line": 2467, "column": 75 }, "identifierName": "_verifyScale" @@ -454395,29 +454667,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 110008, - "end": 110022, + "start": 112398, + "end": 112412, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 77 }, "end": { - "line": 2425, + "line": 2467, "column": 91 } }, "object": { "type": "Identifier", - "start": 110008, - "end": 110016, + "start": 112398, + "end": 112406, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 77 }, "end": { - "line": 2425, + "line": 2467, "column": 85 }, "identifierName": "moveOpts" @@ -454426,15 +454698,15 @@ }, "property": { "type": "Identifier", - "start": 110017, - "end": 110022, + "start": 112407, + "end": 112412, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 86 }, "end": { - "line": 2425, + "line": 2467, "column": 91 }, "identifierName": "scale" @@ -454448,29 +454720,29 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 110027, - "end": 110057, + "start": 112417, + "end": 112447, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 96 }, "end": { - "line": 2425, + "line": 2467, "column": 126 } }, "callee": { "type": "Identifier", - "start": 110027, - "end": 110035, + "start": 112417, + "end": 112425, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 96 }, "end": { - "line": 2425, + "line": 2467, "column": 104 }, "identifierName": "parseInt" @@ -454480,29 +454752,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 110037, - "end": 110051, + "start": 112427, + "end": 112441, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 106 }, "end": { - "line": 2425, + "line": 2467, "column": 120 } }, "object": { "type": "Identifier", - "start": 110037, - "end": 110045, + "start": 112427, + "end": 112435, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 106 }, "end": { - "line": 2425, + "line": 2467, "column": 114 }, "identifierName": "moveOpts" @@ -454511,15 +454783,15 @@ }, "property": { "type": "Identifier", - "start": 110046, - "end": 110051, + "start": 112436, + "end": 112441, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 115 }, "end": { - "line": 2425, + "line": 2467, "column": 120 }, "identifierName": "range" @@ -454530,15 +454802,15 @@ }, { "type": "NumericLiteral", - "start": 110053, - "end": 110055, + "start": 112443, + "end": 112445, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 122 }, "end": { - "line": 2425, + "line": 2467, "column": 124 } }, @@ -454552,7 +454824,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 109987 + "parenStart": 112377 } } } @@ -454562,58 +454834,58 @@ }, { "type": "ExpressionStatement", - "start": 110074, - "end": 110119, + "start": 112464, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 110074, - "end": 110119, + "start": 112464, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 110074, - "end": 110095, + "start": 112464, + "end": 112485, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 33 } }, "object": { "type": "Identifier", - "start": 110074, - "end": 110081, + "start": 112464, + "end": 112471, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 19 }, "identifierName": "newOpts" @@ -454622,15 +454894,15 @@ }, "property": { "type": "Identifier", - "start": 110082, - "end": 110095, + "start": 112472, + "end": 112485, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 20 }, "end": { - "line": 2426, + "line": 2468, "column": 33 }, "identifierName": "startDatetime" @@ -454641,43 +454913,43 @@ }, "right": { "type": "CallExpression", - "start": 110098, - "end": 110119, + "start": 112488, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 110098, - "end": 110117, + "start": 112488, + "end": 112507, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 55 } }, "object": { "type": "Identifier", - "start": 110098, - "end": 110108, + "start": 112488, + "end": 112498, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 46 }, "identifierName": "begin_date" @@ -454686,15 +454958,15 @@ }, "property": { "type": "Identifier", - "start": 110109, - "end": 110117, + "start": 112499, + "end": 112507, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 47 }, "end": { - "line": 2426, + "line": 2468, "column": 55 }, "identifierName": "toString" @@ -454714,72 +454986,72 @@ }, { "type": "ExpressionStatement", - "start": 110147, - "end": 110171, + "start": 112537, + "end": 112561, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 110147, - "end": 110171, + "start": 112537, + "end": 112561, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 110147, - "end": 110158, + "start": 112537, + "end": 112548, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 110147, - "end": 110151, + "start": 112537, + "end": 112541, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 12 } } }, "property": { "type": "Identifier", - "start": 110152, - "end": 110158, + "start": 112542, + "end": 112548, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 13 }, "end": { - "line": 2429, + "line": 2471, "column": 19 }, "identifierName": "reload" @@ -454791,30 +455063,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 110160, - "end": 110169, + "start": 112550, + "end": 112559, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 21 }, "end": { - "line": 2429, + "line": 2471, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 110161, - "end": 110168, + "start": 112551, + "end": 112558, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 22 }, "end": { - "line": 2429, + "line": 2471, "column": 29 }, "identifierName": "newOpts" @@ -454828,29 +455100,29 @@ }, { "type": "IfStatement", - "start": 110189, - "end": 110369, + "start": 112579, + "end": 112759, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 8 }, "end": { - "line": 2435, + "line": 2477, "column": 9 } }, "test": { "type": "Identifier", - "start": 110194, - "end": 110202, + "start": 112584, + "end": 112592, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 13 }, "end": { - "line": 2431, + "line": 2473, "column": 21 }, "identifierName": "callback" @@ -454859,87 +455131,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 110205, - "end": 110369, + "start": 112595, + "end": 112759, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 24 }, "end": { - "line": 2435, + "line": 2477, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 110219, - "end": 110284, + "start": 112609, + "end": 112674, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 110219, - "end": 110284, + "start": 112609, + "end": 112674, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 110219, - "end": 110230, + "start": 112609, + "end": 112620, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 110219, - "end": 110223, + "start": 112609, + "end": 112613, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 16 } } }, "property": { "type": "Identifier", - "start": 110224, - "end": 110230, + "start": 112614, + "end": 112620, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 17 }, "end": { - "line": 2432, + "line": 2474, "column": 23 }, "identifierName": "_debug" @@ -454951,15 +455223,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 110232, - "end": 110282, + "start": 112622, + "end": 112672, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 25 }, "end": { - "line": 2432, + "line": 2474, "column": 75 } }, @@ -454974,43 +455246,43 @@ }, { "type": "ExpressionStatement", - "start": 110310, - "end": 110359, + "start": 112700, + "end": 112749, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 110310, - "end": 110359, + "start": 112700, + "end": 112749, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 61 } }, "callee": { "type": "Identifier", - "start": 110310, - "end": 110318, + "start": 112700, + "end": 112708, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 20 }, "identifierName": "callback" @@ -455020,44 +455292,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 110320, - "end": 110333, + "start": 112710, + "end": 112723, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 22 }, "end": { - "line": 2434, + "line": 2476, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 110320, - "end": 110324, + "start": 112710, + "end": 112714, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 22 }, "end": { - "line": 2434, + "line": 2476, "column": 26 } } }, "property": { "type": "Identifier", - "start": 110325, - "end": 110333, + "start": 112715, + "end": 112723, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 27 }, "end": { - "line": 2434, + "line": 2476, "column": 35 }, "identifierName": "_element" @@ -455068,44 +455340,44 @@ }, { "type": "MemberExpression", - "start": 110335, - "end": 110347, + "start": 112725, + "end": 112737, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 37 }, "end": { - "line": 2434, + "line": 2476, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 110335, - "end": 110339, + "start": 112725, + "end": 112729, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 37 }, "end": { - "line": 2434, + "line": 2476, "column": 41 } } }, "property": { "type": "Identifier", - "start": 110340, - "end": 110347, + "start": 112730, + "end": 112737, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 42 }, "end": { - "line": 2434, + "line": 2476, "column": 49 }, "identifierName": "_config" @@ -455116,15 +455388,15 @@ }, { "type": "Identifier", - "start": 110349, - "end": 110357, + "start": 112739, + "end": 112747, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 51 }, "end": { - "line": 2434, + "line": 2476, "column": 59 }, "identifierName": "userdata" @@ -455147,15 +455419,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -455165,15 +455437,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -455182,15 +455454,15 @@ }, { "type": "ClassMethod", - "start": 110865, - "end": 114816, + "start": 113255, + "end": 117206, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 4 }, "end": { - "line": 2536, + "line": 2578, "column": 5 } }, @@ -455198,15 +455470,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 110865, - "end": 110874, + "start": 113255, + "end": 113264, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 4 }, "end": { - "line": 2444, + "line": 2486, "column": 13 }, "identifierName": "alignment" @@ -455222,29 +455494,29 @@ "params": [ { "type": "RestElement", - "start": 110876, - "end": 110883, + "start": 113266, + "end": 113273, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 15 }, "end": { - "line": 2444, + "line": 2486, "column": 22 } }, "argument": { "type": "Identifier", - "start": 110879, - "end": 110883, + "start": 113269, + "end": 113273, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 18 }, "end": { - "line": 2444, + "line": 2486, "column": 22 }, "identifierName": "args" @@ -455255,87 +455527,87 @@ ], "body": { "type": "BlockStatement", - "start": 110886, - "end": 114816, + "start": 113276, + "end": 117206, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 25 }, "end": { - "line": 2536, + "line": 2578, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 110896, - "end": 110922, + "start": 113286, + "end": 113312, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 110896, - "end": 110922, + "start": 113286, + "end": 113312, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 110896, - "end": 110907, + "start": 113286, + "end": 113297, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 110896, - "end": 110900, + "start": 113286, + "end": 113290, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 12 } } }, "property": { "type": "Identifier", - "start": 110901, - "end": 110907, + "start": 113291, + "end": 113297, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 13 }, "end": { - "line": 2445, + "line": 2487, "column": 19 }, "identifierName": "_debug" @@ -455347,15 +455619,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 110909, - "end": 110920, + "start": 113299, + "end": 113310, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 21 }, "end": { - "line": 2445, + "line": 2487, "column": 32 } }, @@ -455370,44 +455642,44 @@ }, { "type": "VariableDeclaration", - "start": 110940, - "end": 111457, + "start": 113330, + "end": 113847, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 8 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 110944, - "end": 110972, + "start": 113334, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 12 }, "end": { - "line": 2447, + "line": 2489, "column": 40 } }, "id": { "type": "Identifier", - "start": 110944, - "end": 110949, + "start": 113334, + "end": 113339, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 12 }, "end": { - "line": 2447, + "line": 2489, "column": 17 }, "identifierName": "_opts" @@ -455416,44 +455688,44 @@ }, "init": { "type": "MemberExpression", - "start": 110960, - "end": 110972, + "start": 113350, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 28 }, "end": { - "line": 2447, + "line": 2489, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 110960, - "end": 110964, + "start": 113350, + "end": 113354, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 28 }, "end": { - "line": 2447, + "line": 2489, "column": 32 } } }, "property": { "type": "Identifier", - "start": 110965, - "end": 110972, + "start": 113355, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 33 }, "end": { - "line": 2447, + "line": 2489, "column": 40 }, "identifierName": "_config" @@ -455465,29 +455737,29 @@ }, { "type": "VariableDeclarator", - "start": 110986, - "end": 111021, + "start": 113376, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 12 }, "end": { - "line": 2448, + "line": 2490, "column": 47 } }, "id": { "type": "Identifier", - "start": 110986, - "end": 110992, + "start": 113376, + "end": 113382, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 12 }, "end": { - "line": 2448, + "line": 2490, "column": 18 }, "identifierName": "_props" @@ -455496,44 +455768,44 @@ }, "init": { "type": "MemberExpression", - "start": 111002, - "end": 111021, + "start": 113392, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 28 }, "end": { - "line": 2448, + "line": 2490, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 111002, - "end": 111006, + "start": 113392, + "end": 113396, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 28 }, "end": { - "line": 2448, + "line": 2490, "column": 32 } } }, "property": { "type": "Identifier", - "start": 111007, - "end": 111021, + "start": 113397, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 33 }, "end": { - "line": 2448, + "line": 2490, "column": 47 }, "identifierName": "_instanceProps" @@ -455545,29 +455817,29 @@ }, { "type": "VariableDeclarator", - "start": 111035, - "end": 111064, + "start": 113425, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 12 }, "end": { - "line": 2449, + "line": 2491, "column": 41 } }, "id": { "type": "Identifier", - "start": 111035, - "end": 111040, + "start": 113425, + "end": 113430, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 12 }, "end": { - "line": 2449, + "line": 2491, "column": 17 }, "identifierName": "_elem" @@ -455576,44 +455848,44 @@ }, "init": { "type": "MemberExpression", - "start": 111051, - "end": 111064, + "start": 113441, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 28 }, "end": { - "line": 2449, + "line": 2491, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 111051, - "end": 111055, + "start": 113441, + "end": 113445, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 28 }, "end": { - "line": 2449, + "line": 2491, "column": 32 } } }, "property": { "type": "Identifier", - "start": 111056, - "end": 111064, + "start": 113446, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 33 }, "end": { - "line": 2449, + "line": 2491, "column": 41 }, "identifierName": "_element" @@ -455625,29 +455897,29 @@ }, { "type": "VariableDeclarator", - "start": 111078, - "end": 111138, + "start": 113468, + "end": 113528, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 12 }, "end": { - "line": 2450, + "line": 2492, "column": 72 } }, "id": { "type": "Identifier", - "start": 111078, - "end": 111091, + "start": 113468, + "end": 113481, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 12 }, "end": { - "line": 2450, + "line": 2492, "column": 25 }, "identifierName": "_tl_container" @@ -455656,57 +455928,57 @@ }, "init": { "type": "CallExpression", - "start": 111094, - "end": 111138, + "start": 113484, + "end": 113528, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 111094, - "end": 111107, + "start": 113484, + "end": 113497, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 41 } }, "object": { "type": "CallExpression", - "start": 111094, - "end": 111102, + "start": 113484, + "end": 113492, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 36 } }, "callee": { "type": "Identifier", - "start": 111094, - "end": 111095, + "start": 113484, + "end": 113485, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 29 }, "identifierName": "$" @@ -455716,15 +455988,15 @@ "arguments": [ { "type": "Identifier", - "start": 111096, - "end": 111101, + "start": 113486, + "end": 113491, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 30 }, "end": { - "line": 2450, + "line": 2492, "column": 35 }, "identifierName": "_elem" @@ -455735,15 +456007,15 @@ }, "property": { "type": "Identifier", - "start": 111103, - "end": 111107, + "start": 113493, + "end": 113497, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 37 }, "end": { - "line": 2450, + "line": 2492, "column": 41 }, "identifierName": "find" @@ -455755,29 +456027,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 111109, - "end": 111136, + "start": 113499, + "end": 113526, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 43 }, "end": { - "line": 2450, + "line": 2492, "column": 70 } }, "object": { "type": "Identifier", - "start": 111109, - "end": 111117, + "start": 113499, + "end": 113507, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 43 }, "end": { - "line": 2450, + "line": 2492, "column": 51 }, "identifierName": "Selector" @@ -455786,15 +456058,15 @@ }, "property": { "type": "Identifier", - "start": 111118, - "end": 111136, + "start": 113508, + "end": 113526, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 52 }, "end": { - "line": 2450, + "line": 2492, "column": 70 }, "identifierName": "TIMELINE_CONTAINER" @@ -455808,29 +456080,29 @@ }, { "type": "VariableDeclarator", - "start": 111152, - "end": 111169, + "start": 113542, + "end": 113559, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 12 }, "end": { - "line": 2451, + "line": 2493, "column": 29 } }, "id": { "type": "Identifier", - "start": 111152, - "end": 111157, + "start": 113542, + "end": 113547, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 12 }, "end": { - "line": 2451, + "line": 2493, "column": 17 }, "identifierName": "_movX" @@ -455839,15 +456111,15 @@ }, "init": { "type": "NumericLiteral", - "start": 111168, - "end": 111169, + "start": 113558, + "end": 113559, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 28 }, "end": { - "line": 2451, + "line": 2493, "column": 29 } }, @@ -455860,29 +456132,29 @@ }, { "type": "VariableDeclarator", - "start": 111183, - "end": 111237, + "start": 113573, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 12 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, "id": { "type": "Identifier", - "start": 111183, - "end": 111188, + "start": 113573, + "end": 113578, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 12 }, "end": { - "line": 2452, + "line": 2494, "column": 17 }, "identifierName": "_args" @@ -455891,29 +456163,29 @@ }, "init": { "type": "ConditionalExpression", - "start": 111199, - "end": 111237, + "start": 113589, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 28 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, "test": { "type": "UnaryExpression", - "start": 111199, - "end": 111222, + "start": 113589, + "end": 113612, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 28 }, "end": { - "line": 2452, + "line": 2494, "column": 51 } }, @@ -455921,58 +456193,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 111201, - "end": 111222, + "start": 113591, + "end": 113612, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 111201, - "end": 111214, + "start": 113591, + "end": 113604, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 111201, - "end": 111205, + "start": 113591, + "end": 113595, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 34 } } }, "property": { "type": "Identifier", - "start": 111206, - "end": 111214, + "start": 113596, + "end": 113604, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 35 }, "end": { - "line": 2452, + "line": 2494, "column": 43 }, "identifierName": "is_empty" @@ -455984,15 +456256,15 @@ "arguments": [ { "type": "Identifier", - "start": 111216, - "end": 111220, + "start": 113606, + "end": 113610, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 45 }, "end": { - "line": 2452, + "line": 2494, "column": 49 }, "identifierName": "args" @@ -456007,29 +456279,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111225, - "end": 111232, + "start": 113615, + "end": 113622, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 54 }, "end": { - "line": 2452, + "line": 2494, "column": 61 } }, "object": { "type": "Identifier", - "start": 111225, - "end": 111229, + "start": 113615, + "end": 113619, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 54 }, "end": { - "line": 2452, + "line": 2494, "column": 58 }, "identifierName": "args" @@ -456038,15 +456310,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111230, - "end": 111231, + "start": 113620, + "end": 113621, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 59 }, "end": { - "line": 2452, + "line": 2494, "column": 60 } }, @@ -456060,15 +456332,15 @@ }, "alternate": { "type": "ArrayExpression", - "start": 111235, - "end": 111237, + "start": 113625, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 64 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } }, @@ -456078,29 +456350,29 @@ }, { "type": "VariableDeclarator", - "start": 111251, - "end": 111345, + "start": 113641, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 12 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "id": { "type": "Identifier", - "start": 111251, - "end": 111259, + "start": 113641, + "end": 113649, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 12 }, "end": { - "line": 2453, + "line": 2495, "column": 20 }, "identifierName": "position" @@ -456109,71 +456381,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 111267, - "end": 111345, + "start": 113657, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "test": { "type": "LogicalExpression", - "start": 111267, - "end": 111315, + "start": 113657, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, "left": { "type": "BinaryExpression", - "start": 111267, - "end": 111283, + "start": 113657, + "end": 113673, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 111267, - "end": 111279, + "start": 113657, + "end": 113669, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 40 } }, "object": { "type": "Identifier", - "start": 111267, - "end": 111272, + "start": 113657, + "end": 113662, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 33 }, "identifierName": "_args" @@ -456182,15 +456454,15 @@ }, "property": { "type": "Identifier", - "start": 111273, - "end": 111279, + "start": 113663, + "end": 113669, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 34 }, "end": { - "line": 2453, + "line": 2495, "column": 40 }, "identifierName": "length" @@ -456202,15 +456474,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 111282, - "end": 111283, + "start": 113672, + "end": 113673, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 43 }, "end": { - "line": 2453, + "line": 2495, "column": 44 } }, @@ -456224,29 +456496,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 111287, - "end": 111315, + "start": 113677, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 48 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, "left": { "type": "UnaryExpression", - "start": 111287, - "end": 111302, + "start": 113677, + "end": 113692, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 48 }, "end": { - "line": 2453, + "line": 2495, "column": 63 } }, @@ -456254,29 +456526,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 111294, - "end": 111302, + "start": 113684, + "end": 113692, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 55 }, "end": { - "line": 2453, + "line": 2495, "column": 63 } }, "object": { "type": "Identifier", - "start": 111294, - "end": 111299, + "start": 113684, + "end": 113689, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 55 }, "end": { - "line": 2453, + "line": 2495, "column": 60 }, "identifierName": "_args" @@ -456285,15 +456557,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111300, - "end": 111301, + "start": 113690, + "end": 113691, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 61 }, "end": { - "line": 2453, + "line": 2495, "column": 62 } }, @@ -456312,15 +456584,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 111307, - "end": 111315, + "start": 113697, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 68 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } }, @@ -456334,29 +456606,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111318, - "end": 111326, + "start": 113708, + "end": 113716, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 79 }, "end": { - "line": 2453, + "line": 2495, "column": 87 } }, "object": { "type": "Identifier", - "start": 111318, - "end": 111323, + "start": 113708, + "end": 113713, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 79 }, "end": { - "line": 2453, + "line": 2495, "column": 84 }, "identifierName": "_args" @@ -456365,15 +456637,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111324, - "end": 111325, + "start": 113714, + "end": 113715, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 85 }, "end": { - "line": 2453, + "line": 2495, "column": 86 } }, @@ -456387,29 +456659,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 111329, - "end": 111345, + "start": 113719, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 90 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } }, "object": { "type": "Identifier", - "start": 111329, - "end": 111334, + "start": 113719, + "end": 113724, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 90 }, "end": { - "line": 2453, + "line": 2495, "column": 95 }, "identifierName": "_opts" @@ -456418,15 +456690,15 @@ }, "property": { "type": "Identifier", - "start": 111335, - "end": 111345, + "start": 113725, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 96 }, "end": { - "line": 2453, + "line": 2495, "column": 106 }, "identifierName": "rangeAlign" @@ -456439,29 +456711,29 @@ }, { "type": "VariableDeclarator", - "start": 111359, - "end": 111457, + "start": 113749, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 12 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "id": { "type": "Identifier", - "start": 111359, - "end": 111367, + "start": 113749, + "end": 113757, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 12 }, "end": { - "line": 2454, + "line": 2496, "column": 20 }, "identifierName": "duration" @@ -456470,71 +456742,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 111375, - "end": 111457, + "start": 113765, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, "test": { "type": "LogicalExpression", - "start": 111375, - "end": 111442, + "start": 113765, + "end": 113832, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 111375, - "end": 111391, + "start": 113765, + "end": 113781, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 111375, - "end": 111387, + "start": 113765, + "end": 113777, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 40 } }, "object": { "type": "Identifier", - "start": 111375, - "end": 111380, + "start": 113765, + "end": 113770, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 33 }, "identifierName": "_args" @@ -456543,15 +456815,15 @@ }, "property": { "type": "Identifier", - "start": 111381, - "end": 111387, + "start": 113771, + "end": 113777, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 34 }, "end": { - "line": 2454, + "line": 2496, "column": 40 }, "identifierName": "length" @@ -456563,15 +456835,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 111390, - "end": 111391, + "start": 113780, + "end": 113781, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 43 }, "end": { - "line": 2454, + "line": 2496, "column": 44 } }, @@ -456585,43 +456857,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 111395, - "end": 111442, + "start": 113785, + "end": 113832, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 111395, - "end": 111430, + "start": 113785, + "end": 113820, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 83 } }, "object": { "type": "RegExpLiteral", - "start": 111395, - "end": 111425, + "start": 113785, + "end": 113815, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 78 } }, @@ -456633,15 +456905,15 @@ }, "property": { "type": "Identifier", - "start": 111426, - "end": 111430, + "start": 113816, + "end": 113820, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 79 }, "end": { - "line": 2454, + "line": 2496, "column": 83 }, "identifierName": "test" @@ -456653,29 +456925,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 111432, - "end": 111440, + "start": 113822, + "end": 113830, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 85 }, "end": { - "line": 2454, + "line": 2496, "column": 93 } }, "object": { "type": "Identifier", - "start": 111432, - "end": 111437, + "start": 113822, + "end": 113827, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 85 }, "end": { - "line": 2454, + "line": 2496, "column": 90 }, "identifierName": "_args" @@ -456684,15 +456956,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111438, - "end": 111439, + "start": 113828, + "end": 113829, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 91 }, "end": { - "line": 2454, + "line": 2496, "column": 92 } }, @@ -456709,29 +456981,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 111445, - "end": 111453, + "start": 113835, + "end": 113843, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 98 }, "end": { - "line": 2454, + "line": 2496, "column": 106 } }, "object": { "type": "Identifier", - "start": 111445, - "end": 111450, + "start": 113835, + "end": 113840, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 98 }, "end": { - "line": 2454, + "line": 2496, "column": 103 }, "identifierName": "_args" @@ -456740,15 +457012,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111451, - "end": 111452, + "start": 113841, + "end": 113842, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 104 }, "end": { - "line": 2454, + "line": 2496, "column": 105 } }, @@ -456762,15 +457034,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 111456, - "end": 111457, + "start": 113846, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 109 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } }, @@ -456792,15 +457064,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -456809,57 +457081,57 @@ }, { "type": "IfStatement", - "start": 111524, - "end": 111599, + "start": 113914, + "end": 113989, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 8 }, "end": { - "line": 2459, + "line": 2501, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 111529, - "end": 111566, + "start": 113919, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 111529, - "end": 111545, + "start": 113919, + "end": 113935, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 29 } }, "object": { "type": "Identifier", - "start": 111529, - "end": 111535, + "start": 113919, + "end": 113925, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 19 }, "identifierName": "_props" @@ -456869,15 +457141,15 @@ }, "property": { "type": "Identifier", - "start": 111536, - "end": 111545, + "start": 113926, + "end": 113935, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 20 }, "end": { - "line": 2457, + "line": 2499, "column": 29 }, "identifierName": "fullwidth" @@ -456890,29 +457162,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 111549, - "end": 111566, + "start": 113939, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 33 }, "end": { - "line": 2457, + "line": 2499, "column": 50 } }, "object": { "type": "Identifier", - "start": 111549, - "end": 111554, + "start": 113939, + "end": 113944, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 33 }, "end": { - "line": 2457, + "line": 2499, "column": 38 }, "identifierName": "_elem" @@ -456921,15 +457193,15 @@ }, "property": { "type": "Identifier", - "start": 111555, - "end": 111566, + "start": 113945, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 39 }, "end": { - "line": 2457, + "line": 2499, "column": 50 }, "identifierName": "scrollWidth" @@ -456942,30 +457214,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 111569, - "end": 111599, + "start": 113959, + "end": 113989, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 53 }, "end": { - "line": 2459, + "line": 2501, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 111583, - "end": 111589, + "start": 113973, + "end": 113979, "loc": { "start": { - "line": 2458, + "line": 2500, "column": 12 }, "end": { - "line": 2458, + "line": 2500, "column": 18 } }, @@ -456979,15 +457251,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -456996,29 +457268,29 @@ }, { "type": "SwitchStatement", - "start": 111617, - "end": 114486, + "start": 114007, + "end": 116876, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 8 }, "end": { - "line": 2529, + "line": 2571, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 111626, - "end": 111630, + "start": 114016, + "end": 114020, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 17 }, "end": { - "line": 2461, + "line": 2503, "column": 21 } }, @@ -457027,59 +457299,59 @@ "cases": [ { "type": "SwitchCase", - "start": 111647, - "end": 111735, + "start": 114037, + "end": 114125, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 12 }, "end": { - "line": 2464, + "line": 2506, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111704, - "end": 111713, + "start": 114094, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, "expression": { "type": "AssignmentExpression", - "start": 111704, - "end": 111713, + "start": 114094, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111704, - "end": 111709, + "start": 114094, + "end": 114099, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 21 }, "identifierName": "_movX" @@ -457088,15 +457360,15 @@ }, "right": { "type": "NumericLiteral", - "start": 111712, - "end": 111713, + "start": 114102, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 24 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } }, @@ -457110,15 +457382,15 @@ }, { "type": "BreakStatement", - "start": 111730, - "end": 111735, + "start": 114120, + "end": 114125, "loc": { "start": { - "line": 2464, + "line": 2506, "column": 16 }, "end": { - "line": 2464, + "line": 2506, "column": 21 } }, @@ -457127,43 +457399,43 @@ ], "test": { "type": "CallExpression", - "start": 111652, - "end": 111686, + "start": 114042, + "end": 114076, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 111652, - "end": 111674, + "start": 114042, + "end": 114064, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 111652, - "end": 111669, + "start": 114042, + "end": 114059, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 34 } }, @@ -457175,15 +457447,15 @@ }, "property": { "type": "Identifier", - "start": 111670, - "end": 111674, + "start": 114060, + "end": 114064, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 35 }, "end": { - "line": 2462, + "line": 2504, "column": 39 }, "identifierName": "test" @@ -457195,15 +457467,15 @@ "arguments": [ { "type": "Identifier", - "start": 111676, - "end": 111684, + "start": 114066, + "end": 114074, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 41 }, "end": { - "line": 2462, + "line": 2504, "column": 49 }, "identifierName": "position" @@ -457215,59 +457487,59 @@ }, { "type": "SwitchCase", - "start": 111748, - "end": 111889, + "start": 114138, + "end": 114279, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 12 }, "end": { - "line": 2467, + "line": 2509, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111799, - "end": 111867, + "start": 114189, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 111799, - "end": 111867, + "start": 114189, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111799, - "end": 111804, + "start": 114189, + "end": 114194, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 21 }, "identifierName": "_movX" @@ -457276,85 +457548,85 @@ }, "right": { "type": "BinaryExpression", - "start": 111807, - "end": 111867, + "start": 114197, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 24 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 111807, - "end": 111863, + "start": 114197, + "end": 114253, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 24 }, "end": { - "line": 2466, + "line": 2508, "column": 80 } }, "left": { "type": "BinaryExpression", - "start": 111809, - "end": 111857, + "start": 114199, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 74 } }, "left": { "type": "MemberExpression", - "start": 111809, - "end": 111837, + "start": 114199, + "end": 114227, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 111809, - "end": 111825, + "start": 114199, + "end": 114215, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 42 } }, "object": { "type": "Identifier", - "start": 111809, - "end": 111822, + "start": 114199, + "end": 114212, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 39 }, "identifierName": "_tl_container" @@ -457363,15 +457635,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111823, - "end": 111824, + "start": 114213, + "end": 114214, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 40 }, "end": { - "line": 2466, + "line": 2508, "column": 41 } }, @@ -457385,15 +457657,15 @@ }, "property": { "type": "Identifier", - "start": 111826, - "end": 111837, + "start": 114216, + "end": 114227, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 43 }, "end": { - "line": 2466, + "line": 2508, "column": 54 }, "identifierName": "scrollWidth" @@ -457405,29 +457677,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 111840, - "end": 111857, + "start": 114230, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 57 }, "end": { - "line": 2466, + "line": 2508, "column": 74 } }, "object": { "type": "Identifier", - "start": 111840, - "end": 111845, + "start": 114230, + "end": 114235, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 57 }, "end": { - "line": 2466, + "line": 2508, "column": 62 }, "identifierName": "_elem" @@ -457436,15 +457708,15 @@ }, "property": { "type": "Identifier", - "start": 111846, - "end": 111857, + "start": 114236, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 63 }, "end": { - "line": 2466, + "line": 2508, "column": 74 }, "identifierName": "scrollWidth" @@ -457455,21 +457727,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 111807 + "parenStart": 114197 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 111862, - "end": 111863, + "start": 114252, + "end": 114253, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 79 }, "end": { - "line": 2466, + "line": 2508, "column": 80 } }, @@ -457483,15 +457755,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 111866, - "end": 111867, + "start": 114256, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 83 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } }, @@ -457506,15 +457778,15 @@ }, { "type": "BreakStatement", - "start": 111884, - "end": 111889, + "start": 114274, + "end": 114279, "loc": { "start": { - "line": 2467, + "line": 2509, "column": 16 }, "end": { - "line": 2467, + "line": 2509, "column": 21 } }, @@ -457523,43 +457795,43 @@ ], "test": { "type": "CallExpression", - "start": 111753, - "end": 111781, + "start": 114143, + "end": 114171, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 111753, - "end": 111769, + "start": 114143, + "end": 114159, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 111753, - "end": 111764, + "start": 114143, + "end": 114154, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 28 } }, @@ -457571,15 +457843,15 @@ }, "property": { "type": "Identifier", - "start": 111765, - "end": 111769, + "start": 114155, + "end": 114159, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 29 }, "end": { - "line": 2465, + "line": 2507, "column": 33 }, "identifierName": "test" @@ -457591,15 +457863,15 @@ "arguments": [ { "type": "Identifier", - "start": 111771, - "end": 111779, + "start": 114161, + "end": 114169, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 35 }, "end": { - "line": 2465, + "line": 2507, "column": 43 }, "identifierName": "position" @@ -457611,59 +457883,59 @@ }, { "type": "SwitchCase", - "start": 111902, - "end": 112040, + "start": 114292, + "end": 114430, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 12 }, "end": { - "line": 2470, + "line": 2512, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 111958, - "end": 112018, + "start": 114348, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 111958, - "end": 112018, + "start": 114348, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "operator": "=", "left": { "type": "Identifier", - "start": 111958, - "end": 111963, + "start": 114348, + "end": 114353, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 21 }, "identifierName": "_movX" @@ -457672,71 +457944,71 @@ }, "right": { "type": "BinaryExpression", - "start": 111966, - "end": 112018, + "start": 114356, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, "left": { "type": "BinaryExpression", - "start": 111966, - "end": 112014, + "start": 114356, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 111966, - "end": 111994, + "start": 114356, + "end": 114384, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 111966, - "end": 111982, + "start": 114356, + "end": 114372, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 40 } }, "object": { "type": "Identifier", - "start": 111966, - "end": 111979, + "start": 114356, + "end": 114369, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 37 }, "identifierName": "_tl_container" @@ -457745,15 +458017,15 @@ }, "property": { "type": "NumericLiteral", - "start": 111980, - "end": 111981, + "start": 114370, + "end": 114371, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 38 }, "end": { - "line": 2469, + "line": 2511, "column": 39 } }, @@ -457767,15 +458039,15 @@ }, "property": { "type": "Identifier", - "start": 111983, - "end": 111994, + "start": 114373, + "end": 114384, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 41 }, "end": { - "line": 2469, + "line": 2511, "column": 52 }, "identifierName": "scrollWidth" @@ -457787,29 +458059,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 111997, - "end": 112014, + "start": 114387, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 55 }, "end": { - "line": 2469, + "line": 2511, "column": 72 } }, "object": { "type": "Identifier", - "start": 111997, - "end": 112002, + "start": 114387, + "end": 114392, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 55 }, "end": { - "line": 2469, + "line": 2511, "column": 60 }, "identifierName": "_elem" @@ -457818,15 +458090,15 @@ }, "property": { "type": "Identifier", - "start": 112003, - "end": 112014, + "start": 114393, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 61 }, "end": { - "line": 2469, + "line": 2511, "column": 72 }, "identifierName": "scrollWidth" @@ -457839,15 +458111,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 112017, - "end": 112018, + "start": 114407, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 75 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } }, @@ -457862,15 +458134,15 @@ }, { "type": "BreakStatement", - "start": 112035, - "end": 112040, + "start": 114425, + "end": 114430, "loc": { "start": { - "line": 2470, + "line": 2512, "column": 16 }, "end": { - "line": 2470, + "line": 2512, "column": 21 } }, @@ -457879,43 +458151,43 @@ ], "test": { "type": "CallExpression", - "start": 111907, - "end": 111940, + "start": 114297, + "end": 114330, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 111907, - "end": 111928, + "start": 114297, + "end": 114318, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 111907, - "end": 111923, + "start": 114297, + "end": 114313, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 33 } }, @@ -457927,15 +458199,15 @@ }, "property": { "type": "Identifier", - "start": 111924, - "end": 111928, + "start": 114314, + "end": 114318, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 34 }, "end": { - "line": 2468, + "line": 2510, "column": 38 }, "identifierName": "test" @@ -457947,15 +458219,15 @@ "arguments": [ { "type": "Identifier", - "start": 111930, - "end": 111938, + "start": 114320, + "end": 114328, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 40 }, "end": { - "line": 2468, + "line": 2510, "column": 48 }, "identifierName": "position" @@ -457967,74 +458239,74 @@ }, { "type": "SwitchCase", - "start": 112053, - "end": 112910, + "start": 114443, + "end": 115300, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 12 }, "end": { - "line": 2490, + "line": 2532, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 112088, - "end": 112910, + "start": 114478, + "end": 115300, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 47 }, "end": { - "line": 2490, + "line": 2532, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 112106, - "end": 112238, + "start": 114496, + "end": 114628, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 16 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 112110, - "end": 112179, + "start": 114500, + "end": 114569, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 20 }, "end": { - "line": 2472, + "line": 2514, "column": 89 } }, "id": { "type": "Identifier", - "start": 112110, - "end": 112116, + "start": 114500, + "end": 114506, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 20 }, "end": { - "line": 2472, + "line": 2514, "column": 26 }, "identifierName": "events" @@ -458043,86 +458315,86 @@ }, "init": { "type": "CallExpression", - "start": 112122, - "end": 112179, + "start": 114512, + "end": 114569, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 112122, - "end": 112150, + "start": 114512, + "end": 114540, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 60 } }, "object": { "type": "CallExpression", - "start": 112122, - "end": 112145, + "start": 114512, + "end": 114535, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 112122, - "end": 112143, + "start": 114512, + "end": 114533, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 53 } }, "object": { "type": "ThisExpression", - "start": 112122, - "end": 112126, + "start": 114512, + "end": 114516, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 36 } } }, "property": { "type": "Identifier", - "start": 112127, - "end": 112143, + "start": 114517, + "end": 114533, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 37 }, "end": { - "line": 2472, + "line": 2514, "column": 53 }, "identifierName": "_mapPlacedEvents" @@ -458135,15 +458407,15 @@ }, "property": { "type": "Identifier", - "start": 112146, - "end": 112150, + "start": 114536, + "end": 114540, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 56 }, "end": { - "line": 2472, + "line": 2514, "column": 60 }, "identifierName": "sort" @@ -458155,58 +458427,58 @@ "arguments": [ { "type": "CallExpression", - "start": 112152, - "end": 112177, + "start": 114542, + "end": 114567, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 112152, - "end": 112170, + "start": 114542, + "end": 114560, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 80 } }, "object": { "type": "ThisExpression", - "start": 112152, - "end": 112156, + "start": 114542, + "end": 114546, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 66 } } }, "property": { "type": "Identifier", - "start": 112157, - "end": 112170, + "start": 114547, + "end": 114560, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 67 }, "end": { - "line": 2472, + "line": 2514, "column": 80 }, "identifierName": "compareValues" @@ -458218,15 +458490,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 112172, - "end": 112175, + "start": 114562, + "end": 114565, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 82 }, "end": { - "line": 2472, + "line": 2514, "column": 85 } }, @@ -458243,29 +458515,29 @@ }, { "type": "VariableDeclarator", - "start": 112201, - "end": 112238, + "start": 114591, + "end": 114628, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 20 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "id": { "type": "Identifier", - "start": 112201, - "end": 112210, + "start": 114591, + "end": 114600, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 20 }, "end": { - "line": 2473, + "line": 2515, "column": 29 }, "identifierName": "lastEvent" @@ -458274,29 +458546,29 @@ }, "init": { "type": "MemberExpression", - "start": 112213, - "end": 112238, + "start": 114603, + "end": 114628, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 32 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } }, "object": { "type": "Identifier", - "start": 112213, - "end": 112219, + "start": 114603, + "end": 114609, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 32 }, "end": { - "line": 2473, + "line": 2515, "column": 38 }, "identifierName": "events" @@ -458305,43 +458577,43 @@ }, "property": { "type": "BinaryExpression", - "start": 112220, - "end": 112237, + "start": 114610, + "end": 114627, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 112220, - "end": 112233, + "start": 114610, + "end": 114623, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 52 } }, "object": { "type": "Identifier", - "start": 112220, - "end": 112226, + "start": 114610, + "end": 114616, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 45 }, "identifierName": "events" @@ -458350,15 +458622,15 @@ }, "property": { "type": "Identifier", - "start": 112227, - "end": 112233, + "start": 114617, + "end": 114623, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 46 }, "end": { - "line": 2473, + "line": 2515, "column": 52 }, "identifierName": "length" @@ -458370,15 +458642,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 112236, - "end": 112237, + "start": 114626, + "end": 114627, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 55 }, "end": { - "line": 2473, + "line": 2515, "column": 56 } }, @@ -458397,44 +458669,44 @@ }, { "type": "ExpressionStatement", - "start": 112272, - "end": 112326, + "start": 114662, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 112272, - "end": 112326, + "start": 114662, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 112272, - "end": 112277, + "start": 114662, + "end": 114667, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 21 }, "identifierName": "_movX" @@ -458443,29 +458715,29 @@ }, "right": { "type": "ConditionalExpression", - "start": 112280, - "end": 112326, + "start": 114670, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 24 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, "test": { "type": "UnaryExpression", - "start": 112280, - "end": 112308, + "start": 114670, + "end": 114698, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 24 }, "end": { - "line": 2475, + "line": 2517, "column": 52 } }, @@ -458473,58 +458745,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 112282, - "end": 112308, + "start": 114672, + "end": 114698, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 112282, - "end": 112295, + "start": 114672, + "end": 114685, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 112282, - "end": 112286, + "start": 114672, + "end": 114676, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 30 } } }, "property": { "type": "Identifier", - "start": 112287, - "end": 112295, + "start": 114677, + "end": 114685, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 31 }, "end": { - "line": 2475, + "line": 2517, "column": 39 }, "identifierName": "is_empty" @@ -458536,15 +458808,15 @@ "arguments": [ { "type": "Identifier", - "start": 112297, - "end": 112306, + "start": 114687, + "end": 114696, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 41 }, "end": { - "line": 2475, + "line": 2517, "column": 50 }, "identifierName": "lastEvent" @@ -458559,29 +458831,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 112311, - "end": 112322, + "start": 114701, + "end": 114712, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 55 }, "end": { - "line": 2475, + "line": 2517, "column": 66 } }, "object": { "type": "Identifier", - "start": 112311, - "end": 112320, + "start": 114701, + "end": 114710, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 55 }, "end": { - "line": 2475, + "line": 2517, "column": 64 }, "identifierName": "lastEvent" @@ -458590,15 +458862,15 @@ }, "property": { "type": "Identifier", - "start": 112321, - "end": 112322, + "start": 114711, + "end": 114712, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 65 }, "end": { - "line": 2475, + "line": 2517, "column": 66 }, "identifierName": "x" @@ -458609,15 +458881,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 112325, - "end": 112326, + "start": 114715, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 69 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } }, @@ -458637,15 +458909,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -458653,15 +458925,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -458670,71 +458942,71 @@ }, { "type": "IfStatement", - "start": 112455, - "end": 112630, + "start": 114845, + "end": 115020, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 16 }, "end": { - "line": 2483, + "line": 2525, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 112460, - "end": 112489, + "start": 114850, + "end": 114879, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 50 } }, "left": { "type": "BinaryExpression", - "start": 112460, - "end": 112481, + "start": 114850, + "end": 114871, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 112460, - "end": 112477, + "start": 114850, + "end": 114867, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 38 } }, "object": { "type": "Identifier", - "start": 112460, - "end": 112465, + "start": 114850, + "end": 114855, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 26 }, "identifierName": "_elem" @@ -458744,15 +459016,15 @@ }, "property": { "type": "Identifier", - "start": 112466, - "end": 112477, + "start": 114856, + "end": 114867, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 27 }, "end": { - "line": 2479, + "line": 2521, "column": 38 }, "identifierName": "scrollWidth" @@ -458765,15 +459037,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 112480, - "end": 112481, + "start": 114870, + "end": 114871, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 41 }, "end": { - "line": 2479, + "line": 2521, "column": 42 } }, @@ -458788,15 +459060,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 112484, - "end": 112489, + "start": 114874, + "end": 114879, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 45 }, "end": { - "line": 2479, + "line": 2521, "column": 50 }, "identifierName": "_movX" @@ -458807,59 +459079,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 112492, - "end": 112575, + "start": 114882, + "end": 114965, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 53 }, "end": { - "line": 2481, + "line": 2523, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112514, - "end": 112557, + "start": 114904, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 112514, - "end": 112557, + "start": 114904, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "operator": "-=", "left": { "type": "Identifier", - "start": 112514, - "end": 112519, + "start": 114904, + "end": 114909, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 25 }, "identifierName": "_movX" @@ -458868,43 +459140,43 @@ }, "right": { "type": "CallExpression", - "start": 112523, - "end": 112557, + "start": 114913, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 112523, - "end": 112532, + "start": 114913, + "end": 114922, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 38 } }, "object": { "type": "Identifier", - "start": 112523, - "end": 112527, + "start": 114913, + "end": 114917, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 33 }, "identifierName": "Math" @@ -458913,15 +459185,15 @@ }, "property": { "type": "Identifier", - "start": 112528, - "end": 112532, + "start": 114918, + "end": 114922, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 34 }, "end": { - "line": 2480, + "line": 2522, "column": 38 }, "identifierName": "ceil" @@ -458933,43 +459205,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 112534, - "end": 112555, + "start": 114924, + "end": 114945, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 112534, - "end": 112551, + "start": 114924, + "end": 114941, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 57 } }, "object": { "type": "Identifier", - "start": 112534, - "end": 112539, + "start": 114924, + "end": 114929, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 45 }, "identifierName": "_elem" @@ -458978,15 +459250,15 @@ }, "property": { "type": "Identifier", - "start": 112540, - "end": 112551, + "start": 114930, + "end": 114941, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 46 }, "end": { - "line": 2480, + "line": 2522, "column": 57 }, "identifierName": "scrollWidth" @@ -458998,15 +459270,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 112554, - "end": 112555, + "start": 114944, + "end": 114945, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 60 }, "end": { - "line": 2480, + "line": 2522, "column": 61 } }, @@ -459026,59 +459298,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 112581, - "end": 112630, + "start": 114971, + "end": 115020, "loc": { "start": { - "line": 2481, + "line": 2523, "column": 23 }, "end": { - "line": 2483, + "line": 2525, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112603, - "end": 112612, + "start": 114993, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 112603, - "end": 112612, + "start": 114993, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 112603, - "end": 112608, + "start": 114993, + "end": 114998, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 25 }, "identifierName": "_movX" @@ -459087,15 +459359,15 @@ }, "right": { "type": "NumericLiteral", - "start": 112611, - "end": 112612, + "start": 115001, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 28 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } }, @@ -459115,15 +459387,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -459131,15 +459403,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -459149,15 +459421,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -459166,29 +459438,29 @@ }, { "type": "IfStatement", - "start": 112702, - "end": 112874, + "start": 115092, + "end": 115264, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 16 }, "end": { - "line": 2488, + "line": 2530, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 112707, - "end": 112735, + "start": 115097, + "end": 115125, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 21 }, "end": { - "line": 2486, + "line": 2528, "column": 49 } }, @@ -459196,43 +459468,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 112709, - "end": 112735, + "start": 115099, + "end": 115125, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 112709, - "end": 112722, + "start": 115099, + "end": 115112, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 112709, - "end": 112713, + "start": 115099, + "end": 115103, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 27 } }, @@ -459240,15 +459512,15 @@ }, "property": { "type": "Identifier", - "start": 112714, - "end": 112722, + "start": 115104, + "end": 115112, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 28 }, "end": { - "line": 2486, + "line": 2528, "column": 36 }, "identifierName": "is_empty" @@ -459261,15 +459533,15 @@ "arguments": [ { "type": "Identifier", - "start": 112724, - "end": 112733, + "start": 115114, + "end": 115123, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 38 }, "end": { - "line": 2486, + "line": 2528, "column": 47 }, "identifierName": "lastEvent" @@ -459286,86 +459558,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 112738, - "end": 112874, + "start": 115128, + "end": 115264, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 52 }, "end": { - "line": 2488, + "line": 2530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 112760, - "end": 112856, + "start": 115150, + "end": 115246, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 116 } }, "expression": { "type": "CallExpression", - "start": 112760, - "end": 112856, + "start": 115150, + "end": 115246, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 112760, - "end": 112833, + "start": 115150, + "end": 115223, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 93 } }, "object": { "type": "CallExpression", - "start": 112760, - "end": 112825, + "start": 115150, + "end": 115215, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 85 } }, "callee": { "type": "Identifier", - "start": 112760, - "end": 112761, + "start": 115150, + "end": 115151, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 21 }, "identifierName": "$" @@ -459375,44 +459647,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 112762, - "end": 112824, + "start": 115152, + "end": 115214, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 22 }, "end": { - "line": 2487, + "line": 2529, "column": 84 } }, "expressions": [ { "type": "MemberExpression", - "start": 112765, - "end": 112793, + "start": 115155, + "end": 115183, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 25 }, "end": { - "line": 2487, + "line": 2529, "column": 53 } }, "object": { "type": "Identifier", - "start": 112765, - "end": 112773, + "start": 115155, + "end": 115163, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 25 }, "end": { - "line": 2487, + "line": 2529, "column": 33 }, "identifierName": "Selector" @@ -459421,15 +459693,15 @@ }, "property": { "type": "Identifier", - "start": 112774, - "end": 112793, + "start": 115164, + "end": 115183, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 34 }, "end": { - "line": 2487, + "line": 2529, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -459440,29 +459712,29 @@ }, { "type": "MemberExpression", - "start": 112807, - "end": 112820, + "start": 115197, + "end": 115210, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 67 }, "end": { - "line": 2487, + "line": 2529, "column": 80 } }, "object": { "type": "Identifier", - "start": 112807, - "end": 112816, + "start": 115197, + "end": 115206, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 67 }, "end": { - "line": 2487, + "line": 2529, "column": 76 }, "identifierName": "lastEvent" @@ -459471,15 +459743,15 @@ }, "property": { "type": "Identifier", - "start": 112817, - "end": 112820, + "start": 115207, + "end": 115210, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 77 }, "end": { - "line": 2487, + "line": 2529, "column": 80 }, "identifierName": "uid" @@ -459492,15 +459764,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 112763, - "end": 112763, + "start": 115153, + "end": 115153, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 23 }, "end": { - "line": 2487, + "line": 2529, "column": 23 } }, @@ -459512,15 +459784,15 @@ }, { "type": "TemplateElement", - "start": 112794, - "end": 112805, + "start": 115184, + "end": 115195, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 54 }, "end": { - "line": 2487, + "line": 2529, "column": 65 } }, @@ -459532,15 +459804,15 @@ }, { "type": "TemplateElement", - "start": 112821, - "end": 112823, + "start": 115211, + "end": 115213, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 81 }, "end": { - "line": 2487, + "line": 2529, "column": 83 } }, @@ -459556,15 +459828,15 @@ }, "property": { "type": "Identifier", - "start": 112826, - "end": 112833, + "start": 115216, + "end": 115223, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 86 }, "end": { - "line": 2487, + "line": 2529, "column": 93 }, "identifierName": "trigger" @@ -459576,29 +459848,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 112835, - "end": 112854, + "start": 115225, + "end": 115244, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 95 }, "end": { - "line": 2487, + "line": 2529, "column": 114 } }, "object": { "type": "Identifier", - "start": 112835, - "end": 112840, + "start": 115225, + "end": 115230, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 95 }, "end": { - "line": 2487, + "line": 2529, "column": 100 }, "identifierName": "Event" @@ -459607,15 +459879,15 @@ }, "property": { "type": "Identifier", - "start": 112841, - "end": 112854, + "start": 115231, + "end": 115244, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 101 }, "end": { - "line": 2487, + "line": 2529, "column": 114 }, "identifierName": "FOCUSIN_EVENT" @@ -459635,15 +459907,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -459652,15 +459924,15 @@ }, { "type": "BreakStatement", - "start": 112891, - "end": 112896, + "start": 115281, + "end": 115286, "loc": { "start": { - "line": 2489, + "line": 2531, "column": 16 }, "end": { - "line": 2489, + "line": 2531, "column": 21 } }, @@ -459672,43 +459944,43 @@ ], "test": { "type": "CallExpression", - "start": 112058, - "end": 112086, + "start": 114448, + "end": 114476, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 112058, - "end": 112074, + "start": 114448, + "end": 114464, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 112058, - "end": 112069, + "start": 114448, + "end": 114459, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 28 } }, @@ -459720,15 +459992,15 @@ }, "property": { "type": "Identifier", - "start": 112070, - "end": 112074, + "start": 114460, + "end": 114464, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 29 }, "end": { - "line": 2471, + "line": 2513, "column": 33 }, "identifierName": "test" @@ -459740,15 +460012,15 @@ "arguments": [ { "type": "Identifier", - "start": 112076, - "end": 112084, + "start": 114466, + "end": 114474, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 35 }, "end": { - "line": 2471, + "line": 2513, "column": 43 }, "identifierName": "position" @@ -459760,74 +460032,74 @@ }, { "type": "SwitchCase", - "start": 112923, - "end": 113842, + "start": 115313, + "end": 116232, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 12 }, "end": { - "line": 2512, + "line": 2554, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 112957, - "end": 113842, + "start": 115347, + "end": 116232, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 46 }, "end": { - "line": 2512, + "line": 2554, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 112975, - "end": 113054, + "start": 115365, + "end": 115444, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 16 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 112979, - "end": 113016, + "start": 115369, + "end": 115406, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 20 }, "end": { - "line": 2492, + "line": 2534, "column": 57 } }, "id": { "type": "Identifier", - "start": 112979, - "end": 112985, + "start": 115369, + "end": 115375, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 20 }, "end": { - "line": 2492, + "line": 2534, "column": 26 }, "identifierName": "events" @@ -459836,58 +460108,58 @@ }, "init": { "type": "CallExpression", - "start": 112993, - "end": 113016, + "start": 115383, + "end": 115406, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 112993, - "end": 113014, + "start": 115383, + "end": 115404, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 112993, - "end": 112997, + "start": 115383, + "end": 115387, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 38 } } }, "property": { "type": "Identifier", - "start": 112998, - "end": 113014, + "start": 115388, + "end": 115404, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 39 }, "end": { - "line": 2492, + "line": 2534, "column": 55 }, "identifierName": "_mapPlacedEvents" @@ -459901,29 +460173,29 @@ }, { "type": "VariableDeclarator", - "start": 113038, - "end": 113054, + "start": 115428, + "end": 115444, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 20 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, "id": { "type": "Identifier", - "start": 113038, - "end": 113049, + "start": 115428, + "end": 115439, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 20 }, "end": { - "line": 2493, + "line": 2535, "column": 31 }, "identifierName": "targetEvent" @@ -459932,15 +460204,15 @@ }, "init": { "type": "ObjectExpression", - "start": 113052, - "end": 113054, + "start": 115442, + "end": 115444, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 34 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } }, @@ -459952,57 +460224,57 @@ }, { "type": "IfStatement", - "start": 113088, - "end": 113232, + "start": 115478, + "end": 115622, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 16 }, "end": { - "line": 2497, + "line": 2539, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 113093, - "end": 113110, + "start": 115483, + "end": 115500, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 113093, - "end": 113106, + "start": 115483, + "end": 115496, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 34 } }, "object": { "type": "Identifier", - "start": 113093, - "end": 113099, + "start": 115483, + "end": 115489, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 27 }, "identifierName": "events" @@ -460011,15 +460283,15 @@ }, "property": { "type": "Identifier", - "start": 113100, - "end": 113106, + "start": 115490, + "end": 115496, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 28 }, "end": { - "line": 2495, + "line": 2537, "column": 34 }, "identifierName": "length" @@ -460031,15 +460303,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 113109, - "end": 113110, + "start": 115499, + "end": 115500, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 37 }, "end": { - "line": 2495, + "line": 2537, "column": 38 } }, @@ -460052,59 +460324,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 113113, - "end": 113232, + "start": 115503, + "end": 115622, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 41 }, "end": { - "line": 2497, + "line": 2539, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113135, - "end": 113214, + "start": 115525, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 113135, - "end": 113214, + "start": 115525, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113135, - "end": 113146, + "start": 115525, + "end": 115536, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 31 }, "identifierName": "targetEvent" @@ -460113,43 +460385,43 @@ }, "right": { "type": "CallExpression", - "start": 113149, - "end": 113214, + "start": 115539, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 113149, - "end": 113160, + "start": 115539, + "end": 115550, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 45 } }, "object": { "type": "Identifier", - "start": 113149, - "end": 113155, + "start": 115539, + "end": 115545, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 40 }, "identifierName": "events" @@ -460158,15 +460430,15 @@ }, "property": { "type": "Identifier", - "start": 113156, - "end": 113160, + "start": 115546, + "end": 115550, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 41 }, "end": { - "line": 2496, + "line": 2538, "column": 45 }, "identifierName": "find" @@ -460178,15 +460450,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 113162, - "end": 113212, + "start": 115552, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 47 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, @@ -460197,15 +460469,15 @@ "params": [ { "type": "Identifier", - "start": 113164, - "end": 113167, + "start": 115554, + "end": 115557, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 49 }, "end": { - "line": 2496, + "line": 2538, "column": 52 }, "identifierName": "evt" @@ -460215,43 +460487,43 @@ ], "body": { "type": "BinaryExpression", - "start": 113173, - "end": 113212, + "start": 115563, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, "left": { "type": "MemberExpression", - "start": 113173, - "end": 113184, + "start": 115563, + "end": 115574, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 69 } }, "object": { "type": "Identifier", - "start": 113173, - "end": 113176, + "start": 115563, + "end": 115566, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 61 }, "identifierName": "evt" @@ -460260,15 +460532,15 @@ }, "property": { "type": "Identifier", - "start": 113177, - "end": 113184, + "start": 115567, + "end": 115574, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 62 }, "end": { - "line": 2496, + "line": 2538, "column": 69 }, "identifierName": "eventId" @@ -460280,29 +460552,29 @@ "operator": "==", "right": { "type": "CallExpression", - "start": 113188, - "end": 113212, + "start": 115578, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 73 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } }, "callee": { "type": "Identifier", - "start": 113188, - "end": 113196, + "start": 115578, + "end": 115586, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 73 }, "end": { - "line": 2496, + "line": 2538, "column": 81 }, "identifierName": "parseInt" @@ -460312,15 +460584,15 @@ "arguments": [ { "type": "Identifier", - "start": 113198, - "end": 113206, + "start": 115588, + "end": 115596, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 83 }, "end": { - "line": 2496, + "line": 2538, "column": 91 }, "identifierName": "position" @@ -460329,15 +460601,15 @@ }, { "type": "NumericLiteral", - "start": 113208, - "end": 113210, + "start": 115598, + "end": 115600, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 93 }, "end": { - "line": 2496, + "line": 2538, "column": 95 } }, @@ -460362,44 +460634,44 @@ }, { "type": "ExpressionStatement", - "start": 113249, - "end": 113307, + "start": 115639, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "expression": { "type": "AssignmentExpression", - "start": 113249, - "end": 113307, + "start": 115639, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113249, - "end": 113254, + "start": 115639, + "end": 115644, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 21 }, "identifierName": "_movX" @@ -460408,29 +460680,29 @@ }, "right": { "type": "ConditionalExpression", - "start": 113257, - "end": 113307, + "start": 115647, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 24 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, "test": { "type": "UnaryExpression", - "start": 113257, - "end": 113287, + "start": 115647, + "end": 115677, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 24 }, "end": { - "line": 2498, + "line": 2540, "column": 54 } }, @@ -460438,58 +460710,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 113259, - "end": 113287, + "start": 115649, + "end": 115677, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 113259, - "end": 113272, + "start": 115649, + "end": 115662, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 113259, - "end": 113263, + "start": 115649, + "end": 115653, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 30 } } }, "property": { "type": "Identifier", - "start": 113264, - "end": 113272, + "start": 115654, + "end": 115662, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 31 }, "end": { - "line": 2498, + "line": 2540, "column": 39 }, "identifierName": "is_empty" @@ -460501,15 +460773,15 @@ "arguments": [ { "type": "Identifier", - "start": 113274, - "end": 113285, + "start": 115664, + "end": 115675, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 41 }, "end": { - "line": 2498, + "line": 2540, "column": 52 }, "identifierName": "targetEvent" @@ -460524,29 +460796,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 113290, - "end": 113303, + "start": 115680, + "end": 115693, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 57 }, "end": { - "line": 2498, + "line": 2540, "column": 70 } }, "object": { "type": "Identifier", - "start": 113290, - "end": 113301, + "start": 115680, + "end": 115691, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 57 }, "end": { - "line": 2498, + "line": 2540, "column": 68 }, "identifierName": "targetEvent" @@ -460555,15 +460827,15 @@ }, "property": { "type": "Identifier", - "start": 113302, - "end": 113303, + "start": 115692, + "end": 115693, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 69 }, "end": { - "line": 2498, + "line": 2540, "column": 70 }, "identifierName": "x" @@ -460574,15 +460846,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 113306, - "end": 113307, + "start": 115696, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 73 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } }, @@ -460602,15 +460874,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -460619,71 +460891,71 @@ }, { "type": "IfStatement", - "start": 113370, - "end": 113558, + "start": 115760, + "end": 115948, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 16 }, "end": { - "line": 2505, + "line": 2547, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 113375, - "end": 113417, + "start": 115765, + "end": 115807, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 63 } }, "left": { "type": "CallExpression", - "start": 113375, - "end": 113409, + "start": 115765, + "end": 115799, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 113375, - "end": 113384, + "start": 115765, + "end": 115774, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 30 } }, "object": { "type": "Identifier", - "start": 113375, - "end": 113379, + "start": 115765, + "end": 115769, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 25 }, "identifierName": "Math" @@ -460693,15 +460965,15 @@ }, "property": { "type": "Identifier", - "start": 113380, - "end": 113384, + "start": 115770, + "end": 115774, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 26 }, "end": { - "line": 2501, + "line": 2543, "column": 30 }, "identifierName": "ceil" @@ -460714,43 +460986,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 113386, - "end": 113407, + "start": 115776, + "end": 115797, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 113386, - "end": 113403, + "start": 115776, + "end": 115793, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 49 } }, "object": { "type": "Identifier", - "start": 113386, - "end": 113391, + "start": 115776, + "end": 115781, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 37 }, "identifierName": "_elem" @@ -460759,15 +461031,15 @@ }, "property": { "type": "Identifier", - "start": 113392, - "end": 113403, + "start": 115782, + "end": 115793, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 38 }, "end": { - "line": 2501, + "line": 2543, "column": 49 }, "identifierName": "scrollWidth" @@ -460779,15 +461051,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 113406, - "end": 113407, + "start": 115796, + "end": 115797, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 52 }, "end": { - "line": 2501, + "line": 2543, "column": 53 } }, @@ -460804,15 +461076,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 113412, - "end": 113417, + "start": 115802, + "end": 115807, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 58 }, "end": { - "line": 2501, + "line": 2543, "column": 63 }, "identifierName": "_movX" @@ -460823,59 +461095,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 113420, - "end": 113503, + "start": 115810, + "end": 115893, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 66 }, "end": { - "line": 2503, + "line": 2545, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113442, - "end": 113485, + "start": 115832, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 113442, - "end": 113485, + "start": 115832, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "operator": "-=", "left": { "type": "Identifier", - "start": 113442, - "end": 113447, + "start": 115832, + "end": 115837, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 25 }, "identifierName": "_movX" @@ -460884,43 +461156,43 @@ }, "right": { "type": "CallExpression", - "start": 113451, - "end": 113485, + "start": 115841, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 113451, - "end": 113460, + "start": 115841, + "end": 115850, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 38 } }, "object": { "type": "Identifier", - "start": 113451, - "end": 113455, + "start": 115841, + "end": 115845, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 33 }, "identifierName": "Math" @@ -460929,15 +461201,15 @@ }, "property": { "type": "Identifier", - "start": 113456, - "end": 113460, + "start": 115846, + "end": 115850, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 34 }, "end": { - "line": 2502, + "line": 2544, "column": 38 }, "identifierName": "ceil" @@ -460949,43 +461221,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 113462, - "end": 113483, + "start": 115852, + "end": 115873, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 113462, - "end": 113479, + "start": 115852, + "end": 115869, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 57 } }, "object": { "type": "Identifier", - "start": 113462, - "end": 113467, + "start": 115852, + "end": 115857, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 45 }, "identifierName": "_elem" @@ -460994,15 +461266,15 @@ }, "property": { "type": "Identifier", - "start": 113468, - "end": 113479, + "start": 115858, + "end": 115869, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 46 }, "end": { - "line": 2502, + "line": 2544, "column": 57 }, "identifierName": "scrollWidth" @@ -461014,15 +461286,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 113482, - "end": 113483, + "start": 115872, + "end": 115873, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 60 }, "end": { - "line": 2502, + "line": 2544, "column": 61 } }, @@ -461042,59 +461314,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 113509, - "end": 113558, + "start": 115899, + "end": 115948, "loc": { "start": { - "line": 2503, + "line": 2545, "column": 23 }, "end": { - "line": 2505, + "line": 2547, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113531, - "end": 113540, + "start": 115921, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 113531, - "end": 113540, + "start": 115921, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 113531, - "end": 113536, + "start": 115921, + "end": 115926, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 25 }, "identifierName": "_movX" @@ -461103,15 +461375,15 @@ }, "right": { "type": "NumericLiteral", - "start": 113539, - "end": 113540, + "start": 115929, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 28 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } }, @@ -461131,15 +461403,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -461149,15 +461421,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -461166,29 +461438,29 @@ }, { "type": "IfStatement", - "start": 113630, - "end": 113806, + "start": 116020, + "end": 116196, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 16 }, "end": { - "line": 2510, + "line": 2552, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 113635, - "end": 113665, + "start": 116025, + "end": 116055, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 21 }, "end": { - "line": 2508, + "line": 2550, "column": 51 } }, @@ -461196,43 +461468,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 113637, - "end": 113665, + "start": 116027, + "end": 116055, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 113637, - "end": 113650, + "start": 116027, + "end": 116040, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 113637, - "end": 113641, + "start": 116027, + "end": 116031, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 27 } }, @@ -461240,15 +461512,15 @@ }, "property": { "type": "Identifier", - "start": 113642, - "end": 113650, + "start": 116032, + "end": 116040, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 28 }, "end": { - "line": 2508, + "line": 2550, "column": 36 }, "identifierName": "is_empty" @@ -461261,15 +461533,15 @@ "arguments": [ { "type": "Identifier", - "start": 113652, - "end": 113663, + "start": 116042, + "end": 116053, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 38 }, "end": { - "line": 2508, + "line": 2550, "column": 49 }, "identifierName": "targetEvent" @@ -461286,86 +461558,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 113668, - "end": 113806, + "start": 116058, + "end": 116196, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 54 }, "end": { - "line": 2510, + "line": 2552, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 113690, - "end": 113788, + "start": 116080, + "end": 116178, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 118 } }, "expression": { "type": "CallExpression", - "start": 113690, - "end": 113788, + "start": 116080, + "end": 116178, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 113690, - "end": 113765, + "start": 116080, + "end": 116155, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 95 } }, "object": { "type": "CallExpression", - "start": 113690, - "end": 113757, + "start": 116080, + "end": 116147, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 87 } }, "callee": { "type": "Identifier", - "start": 113690, - "end": 113691, + "start": 116080, + "end": 116081, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 21 }, "identifierName": "$" @@ -461375,44 +461647,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 113692, - "end": 113756, + "start": 116082, + "end": 116146, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 22 }, "end": { - "line": 2509, + "line": 2551, "column": 86 } }, "expressions": [ { "type": "MemberExpression", - "start": 113695, - "end": 113723, + "start": 116085, + "end": 116113, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 25 }, "end": { - "line": 2509, + "line": 2551, "column": 53 } }, "object": { "type": "Identifier", - "start": 113695, - "end": 113703, + "start": 116085, + "end": 116093, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 25 }, "end": { - "line": 2509, + "line": 2551, "column": 33 }, "identifierName": "Selector" @@ -461421,15 +461693,15 @@ }, "property": { "type": "Identifier", - "start": 113704, - "end": 113723, + "start": 116094, + "end": 116113, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 34 }, "end": { - "line": 2509, + "line": 2551, "column": 53 }, "identifierName": "TIMELINE_EVENT_NODE" @@ -461440,29 +461712,29 @@ }, { "type": "MemberExpression", - "start": 113737, - "end": 113752, + "start": 116127, + "end": 116142, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 67 }, "end": { - "line": 2509, + "line": 2551, "column": 82 } }, "object": { "type": "Identifier", - "start": 113737, - "end": 113748, + "start": 116127, + "end": 116138, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 67 }, "end": { - "line": 2509, + "line": 2551, "column": 78 }, "identifierName": "targetEvent" @@ -461471,15 +461743,15 @@ }, "property": { "type": "Identifier", - "start": 113749, - "end": 113752, + "start": 116139, + "end": 116142, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 79 }, "end": { - "line": 2509, + "line": 2551, "column": 82 }, "identifierName": "uid" @@ -461492,15 +461764,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 113693, - "end": 113693, + "start": 116083, + "end": 116083, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 23 }, "end": { - "line": 2509, + "line": 2551, "column": 23 } }, @@ -461512,15 +461784,15 @@ }, { "type": "TemplateElement", - "start": 113724, - "end": 113735, + "start": 116114, + "end": 116125, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 54 }, "end": { - "line": 2509, + "line": 2551, "column": 65 } }, @@ -461532,15 +461804,15 @@ }, { "type": "TemplateElement", - "start": 113753, - "end": 113755, + "start": 116143, + "end": 116145, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 83 }, "end": { - "line": 2509, + "line": 2551, "column": 85 } }, @@ -461556,15 +461828,15 @@ }, "property": { "type": "Identifier", - "start": 113758, - "end": 113765, + "start": 116148, + "end": 116155, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 88 }, "end": { - "line": 2509, + "line": 2551, "column": 95 }, "identifierName": "trigger" @@ -461576,29 +461848,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 113767, - "end": 113786, + "start": 116157, + "end": 116176, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 97 }, "end": { - "line": 2509, + "line": 2551, "column": 116 } }, "object": { "type": "Identifier", - "start": 113767, - "end": 113772, + "start": 116157, + "end": 116162, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 97 }, "end": { - "line": 2509, + "line": 2551, "column": 102 }, "identifierName": "Event" @@ -461607,15 +461879,15 @@ }, "property": { "type": "Identifier", - "start": 113773, - "end": 113786, + "start": 116163, + "end": 116176, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 103 }, "end": { - "line": 2509, + "line": 2551, "column": 116 }, "identifierName": "FOCUSIN_EVENT" @@ -461635,15 +461907,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -461652,15 +461924,15 @@ }, { "type": "BreakStatement", - "start": 113823, - "end": 113828, + "start": 116213, + "end": 116218, "loc": { "start": { - "line": 2511, + "line": 2553, "column": 16 }, "end": { - "line": 2511, + "line": 2553, "column": 21 } }, @@ -461672,43 +461944,43 @@ ], "test": { "type": "CallExpression", - "start": 112928, - "end": 112955, + "start": 115318, + "end": 115345, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 112928, - "end": 112943, + "start": 115318, + "end": 115333, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 112928, - "end": 112938, + "start": 115318, + "end": 115328, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 27 } }, @@ -461720,15 +461992,15 @@ }, "property": { "type": "Identifier", - "start": 112939, - "end": 112943, + "start": 115329, + "end": 115333, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 28 }, "end": { - "line": 2491, + "line": 2533, "column": 32 }, "identifierName": "test" @@ -461740,15 +462012,15 @@ "arguments": [ { "type": "Identifier", - "start": 112945, - "end": 112953, + "start": 115335, + "end": 115343, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 34 }, "end": { - "line": 2491, + "line": 2533, "column": 42 }, "identifierName": "position" @@ -461760,58 +462032,58 @@ }, { "type": "SwitchCase", - "start": 113855, - "end": 113899, + "start": 116245, + "end": 116289, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 12 }, "end": { - "line": 2513, + "line": 2555, "column": 56 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 113860, - "end": 113898, + "start": 116250, + "end": 116288, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 113860, - "end": 113886, + "start": 116250, + "end": 116276, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 113860, - "end": 113881, + "start": 116250, + "end": 116271, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 38 } }, @@ -461823,15 +462095,15 @@ }, "property": { "type": "Identifier", - "start": 113882, - "end": 113886, + "start": 116272, + "end": 116276, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 39 }, "end": { - "line": 2513, + "line": 2555, "column": 43 }, "identifierName": "test" @@ -461843,15 +462115,15 @@ "arguments": [ { "type": "Identifier", - "start": 113888, - "end": 113896, + "start": 116278, + "end": 116286, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 45 }, "end": { - "line": 2513, + "line": 2555, "column": 53 }, "identifierName": "position" @@ -461863,74 +462135,74 @@ }, { "type": "SwitchCase", - "start": 113912, - "end": 114476, + "start": 116302, + "end": 116866, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 12 }, "end": { - "line": 2528, + "line": 2570, "column": 13 } }, "consequent": [ { "type": "BlockStatement", - "start": 113921, - "end": 114476, + "start": 116311, + "end": 116866, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 21 }, "end": { - "line": 2528, + "line": 2570, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 113939, - "end": 114050, + "start": 116329, + "end": 116440, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 16 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 113943, - "end": 113972, + "start": 116333, + "end": 116362, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 20 }, "end": { - "line": 2515, + "line": 2557, "column": 49 } }, "id": { "type": "Identifier", - "start": 113943, - "end": 113947, + "start": 116333, + "end": 116337, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 20 }, "end": { - "line": 2515, + "line": 2557, "column": 24 }, "identifierName": "_now" @@ -461939,57 +462211,57 @@ }, "init": { "type": "CallExpression", - "start": 113951, - "end": 113972, + "start": 116341, + "end": 116362, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 113951, - "end": 113970, + "start": 116341, + "end": 116360, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 47 } }, "object": { "type": "NewExpression", - "start": 113951, - "end": 113961, + "start": 116341, + "end": 116351, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 38 } }, "callee": { "type": "Identifier", - "start": 113955, - "end": 113959, + "start": 116345, + "end": 116349, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 32 }, "end": { - "line": 2515, + "line": 2557, "column": 36 }, "identifierName": "Date" @@ -462000,15 +462272,15 @@ }, "property": { "type": "Identifier", - "start": 113962, - "end": 113970, + "start": 116352, + "end": 116360, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 39 }, "end": { - "line": 2515, + "line": 2557, "column": 47 }, "identifierName": "toString" @@ -462022,29 +462294,29 @@ }, { "type": "VariableDeclarator", - "start": 113994, - "end": 114050, + "start": 116384, + "end": 116440, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 20 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "id": { "type": "Identifier", - "start": 113994, - "end": 113999, + "start": 116384, + "end": 116389, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 20 }, "end": { - "line": 2516, + "line": 2558, "column": 25 }, "identifierName": "_nowX" @@ -462053,58 +462325,58 @@ }, "init": { "type": "CallExpression", - "start": 114002, - "end": 114050, + "start": 116392, + "end": 116440, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 114002, - "end": 114015, + "start": 116392, + "end": 116405, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 114002, - "end": 114006, + "start": 116392, + "end": 116396, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 32 } } }, "property": { "type": "Identifier", - "start": 114007, - "end": 114015, + "start": 116397, + "end": 116405, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 33 }, "end": { - "line": 2516, + "line": 2558, "column": 41 }, "identifierName": "numRound" @@ -462116,58 +462388,58 @@ "arguments": [ { "type": "CallExpression", - "start": 114017, - "end": 114045, + "start": 116407, + "end": 116435, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 114017, - "end": 114037, + "start": 116407, + "end": 116427, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 114017, - "end": 114021, + "start": 116407, + "end": 116411, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 47 } } }, "property": { "type": "Identifier", - "start": 114022, - "end": 114037, + "start": 116412, + "end": 116427, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 48 }, "end": { - "line": 2516, + "line": 2558, "column": 63 }, "identifierName": "_getCoordinateX" @@ -462179,15 +462451,15 @@ "arguments": [ { "type": "Identifier", - "start": 114039, - "end": 114043, + "start": 116429, + "end": 116433, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 65 }, "end": { - "line": 2516, + "line": 2558, "column": 69 }, "identifierName": "_now" @@ -462198,15 +462470,15 @@ }, { "type": "NumericLiteral", - "start": 114047, - "end": 114048, + "start": 116437, + "end": 116438, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 73 }, "end": { - "line": 2516, + "line": 2558, "column": 74 } }, @@ -462224,43 +462496,43 @@ }, { "type": "IfStatement", - "start": 114084, - "end": 114440, + "start": 116474, + "end": 116830, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 16 }, "end": { - "line": 2526, + "line": 2568, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 114089, - "end": 114099, + "start": 116479, + "end": 116489, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 21 }, "end": { - "line": 2518, + "line": 2560, "column": 31 } }, "left": { "type": "Identifier", - "start": 114089, - "end": 114094, + "start": 116479, + "end": 116484, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 21 }, "end": { - "line": 2518, + "line": 2560, "column": 26 }, "identifierName": "_nowX" @@ -462270,15 +462542,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 114098, - "end": 114099, + "start": 116488, + "end": 116489, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 30 }, "end": { - "line": 2518, + "line": 2560, "column": 31 } }, @@ -462291,114 +462563,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 114102, - "end": 114385, + "start": 116492, + "end": 116775, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 34 }, "end": { - "line": 2524, + "line": 2566, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 114124, - "end": 114367, + "start": 116514, + "end": 116757, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 20 }, "end": { - "line": 2523, + "line": 2565, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 114129, - "end": 114189, + "start": 116519, + "end": 116579, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 85 } }, "left": { "type": "BinaryExpression", - "start": 114129, - "end": 114181, + "start": 116519, + "end": 116571, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 114129, - "end": 114177, + "start": 116519, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 114129, - "end": 114157, + "start": 116519, + "end": 116547, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 114129, - "end": 114145, + "start": 116519, + "end": 116535, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 41 } }, "object": { "type": "Identifier", - "start": 114129, - "end": 114142, + "start": 116519, + "end": 116532, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 38 }, "identifierName": "_tl_container" @@ -462407,15 +462679,15 @@ }, "property": { "type": "NumericLiteral", - "start": 114143, - "end": 114144, + "start": 116533, + "end": 116534, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 39 }, "end": { - "line": 2519, + "line": 2561, "column": 40 } }, @@ -462429,15 +462701,15 @@ }, "property": { "type": "Identifier", - "start": 114146, - "end": 114157, + "start": 116536, + "end": 116547, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 42 }, "end": { - "line": 2519, + "line": 2561, "column": 53 }, "identifierName": "scrollWidth" @@ -462449,29 +462721,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 114160, - "end": 114177, + "start": 116550, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 56 }, "end": { - "line": 2519, + "line": 2561, "column": 73 } }, "object": { "type": "Identifier", - "start": 114160, - "end": 114165, + "start": 116550, + "end": 116555, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 56 }, "end": { - "line": 2519, + "line": 2561, "column": 61 }, "identifierName": "_elem" @@ -462480,15 +462752,15 @@ }, "property": { "type": "Identifier", - "start": 114166, - "end": 114177, + "start": 116556, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 62 }, "end": { - "line": 2519, + "line": 2561, "column": 73 }, "identifierName": "scrollWidth" @@ -462501,15 +462773,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 114180, - "end": 114181, + "start": 116570, + "end": 116571, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 76 }, "end": { - "line": 2519, + "line": 2561, "column": 77 } }, @@ -462523,15 +462795,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 114184, - "end": 114189, + "start": 116574, + "end": 116579, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 80 }, "end": { - "line": 2519, + "line": 2561, "column": 85 }, "identifierName": "_nowX" @@ -462541,59 +462813,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 114192, - "end": 114300, + "start": 116582, + "end": 116690, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 88 }, "end": { - "line": 2521, + "line": 2563, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 114218, - "end": 114278, + "start": 116608, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 114218, - "end": 114278, + "start": 116608, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114218, - "end": 114223, + "start": 116608, + "end": 116613, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 29 }, "identifierName": "_movX" @@ -462602,71 +462874,71 @@ }, "right": { "type": "BinaryExpression", - "start": 114226, - "end": 114278, + "start": 116616, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 114226, - "end": 114274, + "start": 116616, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 80 } }, "left": { "type": "MemberExpression", - "start": 114226, - "end": 114254, + "start": 116616, + "end": 116644, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 60 } }, "object": { "type": "MemberExpression", - "start": 114226, - "end": 114242, + "start": 116616, + "end": 116632, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 48 } }, "object": { "type": "Identifier", - "start": 114226, - "end": 114239, + "start": 116616, + "end": 116629, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 45 }, "identifierName": "_tl_container" @@ -462675,15 +462947,15 @@ }, "property": { "type": "NumericLiteral", - "start": 114240, - "end": 114241, + "start": 116630, + "end": 116631, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 46 }, "end": { - "line": 2520, + "line": 2562, "column": 47 } }, @@ -462697,15 +462969,15 @@ }, "property": { "type": "Identifier", - "start": 114243, - "end": 114254, + "start": 116633, + "end": 116644, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 49 }, "end": { - "line": 2520, + "line": 2562, "column": 60 }, "identifierName": "scrollWidth" @@ -462717,29 +462989,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 114257, - "end": 114274, + "start": 116647, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 63 }, "end": { - "line": 2520, + "line": 2562, "column": 80 } }, "object": { "type": "Identifier", - "start": 114257, - "end": 114262, + "start": 116647, + "end": 116652, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 63 }, "end": { - "line": 2520, + "line": 2562, "column": 68 }, "identifierName": "_elem" @@ -462748,15 +463020,15 @@ }, "property": { "type": "Identifier", - "start": 114263, - "end": 114274, + "start": 116653, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 69 }, "end": { - "line": 2520, + "line": 2562, "column": 80 }, "identifierName": "scrollWidth" @@ -462769,15 +463041,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 114277, - "end": 114278, + "start": 116667, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 83 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } }, @@ -462795,59 +463067,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 114306, - "end": 114367, + "start": 116696, + "end": 116757, "loc": { "start": { - "line": 2521, + "line": 2563, "column": 27 }, "end": { - "line": 2523, + "line": 2565, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 114332, - "end": 114345, + "start": 116722, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 114332, - "end": 114345, + "start": 116722, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114332, - "end": 114337, + "start": 116722, + "end": 116727, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 29 }, "identifierName": "_movX" @@ -462856,15 +463128,15 @@ }, "right": { "type": "Identifier", - "start": 114340, - "end": 114345, + "start": 116730, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 32 }, "end": { - "line": 2522, + "line": 2564, "column": 37 }, "identifierName": "_nowX" @@ -462882,59 +463154,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 114391, - "end": 114440, + "start": 116781, + "end": 116830, "loc": { "start": { - "line": 2524, + "line": 2566, "column": 23 }, "end": { - "line": 2526, + "line": 2568, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 114413, - "end": 114422, + "start": 116803, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 114413, - "end": 114422, + "start": 116803, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, "operator": "=", "left": { "type": "Identifier", - "start": 114413, - "end": 114418, + "start": 116803, + "end": 116808, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 25 }, "identifierName": "_movX" @@ -462943,15 +463215,15 @@ }, "right": { "type": "NumericLiteral", - "start": 114421, - "end": 114422, + "start": 116811, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 28 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } }, @@ -462969,15 +463241,15 @@ }, { "type": "BreakStatement", - "start": 114457, - "end": 114462, + "start": 116847, + "end": 116852, "loc": { "start": { - "line": 2527, + "line": 2569, "column": 16 }, "end": { - "line": 2527, + "line": 2569, "column": 21 } }, @@ -462994,15 +463266,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -463011,43 +463283,43 @@ }, { "type": "IfStatement", - "start": 114644, - "end": 114810, + "start": 117034, + "end": 117200, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 8 }, "end": { - "line": 2535, + "line": 2577, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 114649, - "end": 114665, + "start": 117039, + "end": 117055, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 13 }, "end": { - "line": 2531, + "line": 2573, "column": 29 } }, "left": { "type": "Identifier", - "start": 114649, - "end": 114657, + "start": 117039, + "end": 117047, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 13 }, "end": { - "line": 2531, + "line": 2573, "column": 21 }, "identifierName": "duration" @@ -463058,15 +463330,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 114662, - "end": 114665, + "start": 117052, + "end": 117055, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 26 }, "end": { - "line": 2531, + "line": 2573, "column": 29 } }, @@ -463080,72 +463352,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 114668, - "end": 114725, + "start": 117058, + "end": 117115, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 32 }, "end": { - "line": 2533, + "line": 2575, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 114682, - "end": 114715, + "start": 117072, + "end": 117105, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 114682, - "end": 114715, + "start": 117072, + "end": 117105, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 114682, - "end": 114706, + "start": 117072, + "end": 117096, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 36 } }, "object": { "type": "Identifier", - "start": 114682, - "end": 114695, + "start": 117072, + "end": 117085, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 25 }, "identifierName": "_tl_container" @@ -463154,15 +463426,15 @@ }, "property": { "type": "Identifier", - "start": 114696, - "end": 114706, + "start": 117086, + "end": 117096, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 26 }, "end": { - "line": 2532, + "line": 2574, "column": 36 }, "identifierName": "scrollLeft" @@ -463174,15 +463446,15 @@ "arguments": [ { "type": "Identifier", - "start": 114708, - "end": 114713, + "start": 117098, + "end": 117103, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 38 }, "end": { - "line": 2532, + "line": 2574, "column": 43 }, "identifierName": "_movX" @@ -463197,72 +463469,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 114731, - "end": 114810, + "start": 117121, + "end": 117200, "loc": { "start": { - "line": 2533, + "line": 2575, "column": 15 }, "end": { - "line": 2535, + "line": 2577, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 114745, - "end": 114800, + "start": 117135, + "end": 117190, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 114745, - "end": 114800, + "start": 117135, + "end": 117190, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 114745, - "end": 114766, + "start": 117135, + "end": 117156, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 33 } }, "object": { "type": "Identifier", - "start": 114745, - "end": 114758, + "start": 117135, + "end": 117148, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 25 }, "identifierName": "_tl_container" @@ -463271,15 +463543,15 @@ }, "property": { "type": "Identifier", - "start": 114759, - "end": 114766, + "start": 117149, + "end": 117156, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 26 }, "end": { - "line": 2534, + "line": 2576, "column": 33 }, "identifierName": "animate" @@ -463291,30 +463563,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 114767, - "end": 114788, + "start": 117157, + "end": 117178, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 34 }, "end": { - "line": 2534, + "line": 2576, "column": 55 } }, "properties": [ { "type": "ObjectProperty", - "start": 114769, - "end": 114786, + "start": 117159, + "end": 117176, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 36 }, "end": { - "line": 2534, + "line": 2576, "column": 53 } }, @@ -463323,15 +463595,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 114769, - "end": 114779, + "start": 117159, + "end": 117169, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 36 }, "end": { - "line": 2534, + "line": 2576, "column": 46 }, "identifierName": "scrollLeft" @@ -463340,15 +463612,15 @@ }, "value": { "type": "Identifier", - "start": 114781, - "end": 114786, + "start": 117171, + "end": 117176, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 48 }, "end": { - "line": 2534, + "line": 2576, "column": 53 }, "identifierName": "_movX" @@ -463360,15 +463632,15 @@ }, { "type": "Identifier", - "start": 114790, - "end": 114798, + "start": 117180, + "end": 117188, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 57 }, "end": { - "line": 2534, + "line": 2576, "column": 65 }, "identifierName": "duration" @@ -463385,15 +463657,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -463408,15 +463680,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -463426,15 +463698,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -463443,15 +463715,15 @@ }, { "type": "ClassMethod", - "start": 114913, - "end": 115042, + "start": 117303, + "end": 117432, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 4 }, "end": { - "line": 2543, + "line": 2585, "column": 5 } }, @@ -463459,15 +463731,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 114913, - "end": 114923, + "start": 117303, + "end": 117313, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 4 }, "end": { - "line": 2541, + "line": 2583, "column": 14 }, "identifierName": "getOptions" @@ -463483,58 +463755,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 114926, - "end": 115042, + "start": 117316, + "end": 117432, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 17 }, "end": { - "line": 2543, + "line": 2585, "column": 5 } }, "body": [ { "type": "ThrowStatement", - "start": 114936, - "end": 115036, + "start": 117326, + "end": 117426, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 8 }, "end": { - "line": 2542, + "line": 2584, "column": 108 } }, "argument": { "type": "NewExpression", - "start": 114942, - "end": 115036, + "start": 117332, + "end": 117426, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 14 }, "end": { - "line": 2542, + "line": 2584, "column": 108 } }, "callee": { "type": "Identifier", - "start": 114946, - "end": 114960, + "start": 117336, + "end": 117350, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 18 }, "end": { - "line": 2542, + "line": 2584, "column": 32 }, "identifierName": "ReferenceError" @@ -463544,15 +463816,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 114962, - "end": 115034, + "start": 117352, + "end": 117424, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 34 }, "end": { - "line": 2542, + "line": 2584, "column": 106 } }, @@ -463573,15 +463845,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -463591,15 +463863,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -463608,15 +463880,15 @@ }, { "type": "ClassMethod", - "start": 115304, - "end": 117063, + "start": 117694, + "end": 119453, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 4 }, "end": { - "line": 2596, + "line": 2638, "column": 5 } }, @@ -463624,15 +463896,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 115304, - "end": 115312, + "start": 117694, + "end": 117702, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 4 }, "end": { - "line": 2551, + "line": 2593, "column": 12 }, "identifierName": "addEvent" @@ -463648,29 +463920,29 @@ "params": [ { "type": "RestElement", - "start": 115314, - "end": 115321, + "start": 117704, + "end": 117711, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 14 }, "end": { - "line": 2551, + "line": 2593, "column": 21 } }, "argument": { "type": "Identifier", - "start": 115317, - "end": 115321, + "start": 117707, + "end": 117711, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 17 }, "end": { - "line": 2551, + "line": 2593, "column": 21 }, "identifierName": "args" @@ -463681,87 +463953,87 @@ ], "body": { "type": "BlockStatement", - "start": 115324, - "end": 117063, + "start": 117714, + "end": 119453, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 24 }, "end": { - "line": 2596, + "line": 2638, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 115334, - "end": 115359, + "start": 117724, + "end": 117749, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 115334, - "end": 115359, + "start": 117724, + "end": 117749, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 115334, - "end": 115345, + "start": 117724, + "end": 117735, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 115334, - "end": 115338, + "start": 117724, + "end": 117728, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 12 } } }, "property": { "type": "Identifier", - "start": 115339, - "end": 115345, + "start": 117729, + "end": 117735, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 13 }, "end": { - "line": 2552, + "line": 2594, "column": 19 }, "identifierName": "_debug" @@ -463773,15 +464045,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 115347, - "end": 115357, + "start": 117737, + "end": 117747, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 21 }, "end": { - "line": 2552, + "line": 2594, "column": 31 } }, @@ -463796,44 +464068,44 @@ }, { "type": "VariableDeclaration", - "start": 115377, - "end": 115763, + "start": 117767, + "end": 118153, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 8 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 115381, - "end": 115403, + "start": 117771, + "end": 117793, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 12 }, "end": { - "line": 2554, + "line": 2596, "column": 34 } }, "id": { "type": "Identifier", - "start": 115381, - "end": 115386, + "start": 117771, + "end": 117776, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 12 }, "end": { - "line": 2554, + "line": 2596, "column": 17 }, "identifierName": "_args" @@ -463842,29 +464114,29 @@ }, "init": { "type": "MemberExpression", - "start": 115396, - "end": 115403, + "start": 117786, + "end": 117793, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 27 }, "end": { - "line": 2554, + "line": 2596, "column": 34 } }, "object": { "type": "Identifier", - "start": 115396, - "end": 115400, + "start": 117786, + "end": 117790, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 27 }, "end": { - "line": 2554, + "line": 2596, "column": 31 }, "identifierName": "args" @@ -463873,15 +464145,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115401, - "end": 115402, + "start": 117791, + "end": 117792, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 32 }, "end": { - "line": 2554, + "line": 2596, "column": 33 } }, @@ -463896,29 +464168,29 @@ }, { "type": "VariableDeclarator", - "start": 115417, - "end": 115485, + "start": 117807, + "end": 117875, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 12 }, "end": { - "line": 2555, + "line": 2597, "column": 80 } }, "id": { "type": "Identifier", - "start": 115417, - "end": 115423, + "start": 117807, + "end": 117813, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 12 }, "end": { - "line": 2555, + "line": 2597, "column": 18 }, "identifierName": "events" @@ -463927,58 +464199,58 @@ }, "init": { "type": "CallExpression", - "start": 115432, - "end": 115485, + "start": 117822, + "end": 117875, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 115432, - "end": 115447, + "start": 117822, + "end": 117837, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 115432, - "end": 115436, + "start": 117822, + "end": 117826, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 31 } } }, "property": { "type": "Identifier", - "start": 115437, - "end": 115447, + "start": 117827, + "end": 117837, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 32 }, "end": { - "line": 2555, + "line": 2597, "column": 42 }, "identifierName": "supplement" @@ -463990,44 +464262,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 115449, - "end": 115453, + "start": 117839, + "end": 117843, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 44 }, "end": { - "line": 2555, + "line": 2597, "column": 48 } } }, { "type": "MemberExpression", - "start": 115455, - "end": 115463, + "start": 117845, + "end": 117853, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 50 }, "end": { - "line": 2555, + "line": 2597, "column": 58 } }, "object": { "type": "Identifier", - "start": 115455, - "end": 115460, + "start": 117845, + "end": 117850, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 50 }, "end": { - "line": 2555, + "line": 2597, "column": 55 }, "identifierName": "_args" @@ -464036,15 +464308,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115461, - "end": 115462, + "start": 117851, + "end": 117852, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 56 }, "end": { - "line": 2555, + "line": 2597, "column": 57 } }, @@ -464058,44 +464330,44 @@ }, { "type": "MemberExpression", - "start": 115465, - "end": 115483, + "start": 117855, + "end": 117873, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 60 }, "end": { - "line": 2555, + "line": 2597, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 115465, - "end": 115469, + "start": 117855, + "end": 117859, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 60 }, "end": { - "line": 2555, + "line": 2597, "column": 64 } } }, "property": { "type": "Identifier", - "start": 115470, - "end": 115483, + "start": 117860, + "end": 117873, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 65 }, "end": { - "line": 2555, + "line": 2597, "column": 78 }, "identifierName": "validateArray" @@ -464109,29 +464381,29 @@ }, { "type": "VariableDeclarator", - "start": 115499, - "end": 115582, + "start": 117889, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 12 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } }, "id": { "type": "Identifier", - "start": 115499, - "end": 115507, + "start": 117889, + "end": 117897, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 12 }, "end": { - "line": 2556, + "line": 2598, "column": 20 }, "identifierName": "callback" @@ -464140,71 +464412,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 115514, - "end": 115582, + "start": 117904, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 115514, - "end": 115564, + "start": 117904, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 115514, - "end": 115530, + "start": 117904, + "end": 117920, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 115514, - "end": 115526, + "start": 117904, + "end": 117916, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 39 } }, "object": { "type": "Identifier", - "start": 115514, - "end": 115519, + "start": 117904, + "end": 117909, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 32 }, "identifierName": "_args" @@ -464213,15 +464485,15 @@ }, "property": { "type": "Identifier", - "start": 115520, - "end": 115526, + "start": 117910, + "end": 117916, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 33 }, "end": { - "line": 2556, + "line": 2598, "column": 39 }, "identifierName": "length" @@ -464233,15 +464505,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 115529, - "end": 115530, + "start": 117919, + "end": 117920, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 42 }, "end": { - "line": 2556, + "line": 2598, "column": 43 } }, @@ -464255,29 +464527,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 115534, - "end": 115564, + "start": 117924, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 47 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 115534, - "end": 115549, + "start": 117924, + "end": 117939, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 47 }, "end": { - "line": 2556, + "line": 2598, "column": 62 } }, @@ -464285,29 +464557,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 115541, - "end": 115549, + "start": 117931, + "end": 117939, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 54 }, "end": { - "line": 2556, + "line": 2598, "column": 62 } }, "object": { "type": "Identifier", - "start": 115541, - "end": 115546, + "start": 117931, + "end": 117936, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 54 }, "end": { - "line": 2556, + "line": 2598, "column": 59 }, "identifierName": "_args" @@ -464316,15 +464588,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115547, - "end": 115548, + "start": 117937, + "end": 117938, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 60 }, "end": { - "line": 2556, + "line": 2598, "column": 61 } }, @@ -464343,15 +464615,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 115554, - "end": 115564, + "start": 117944, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 67 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } }, @@ -464365,29 +464637,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 115567, - "end": 115575, + "start": 117957, + "end": 117965, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 80 }, "end": { - "line": 2556, + "line": 2598, "column": 88 } }, "object": { "type": "Identifier", - "start": 115567, - "end": 115572, + "start": 117957, + "end": 117962, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 80 }, "end": { - "line": 2556, + "line": 2598, "column": 85 }, "identifierName": "_args" @@ -464396,15 +464668,15 @@ }, "property": { "type": "NumericLiteral", - "start": 115573, - "end": 115574, + "start": 117963, + "end": 117964, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 86 }, "end": { - "line": 2556, + "line": 2598, "column": 87 } }, @@ -464418,15 +464690,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 115578, - "end": 115582, + "start": 117968, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 91 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } } @@ -464435,29 +464707,29 @@ }, { "type": "VariableDeclarator", - "start": 115596, - "end": 115651, + "start": 117986, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 12 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } }, "id": { "type": "Identifier", - "start": 115596, - "end": 115604, + "start": 117986, + "end": 117994, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 12 }, "end": { - "line": 2557, + "line": 2599, "column": 20 }, "identifierName": "userdata" @@ -464466,57 +464738,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 115611, - "end": 115651, + "start": 118001, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 115611, - "end": 115627, + "start": 118001, + "end": 118017, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 115611, - "end": 115623, + "start": 118001, + "end": 118013, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 39 } }, "object": { "type": "Identifier", - "start": 115611, - "end": 115616, + "start": 118001, + "end": 118006, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 32 }, "identifierName": "_args" @@ -464525,15 +464797,15 @@ }, "property": { "type": "Identifier", - "start": 115617, - "end": 115623, + "start": 118007, + "end": 118013, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 33 }, "end": { - "line": 2557, + "line": 2599, "column": 39 }, "identifierName": "length" @@ -464545,15 +464817,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 115626, - "end": 115627, + "start": 118016, + "end": 118017, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 42 }, "end": { - "line": 2557, + "line": 2599, "column": 43 } }, @@ -464566,43 +464838,43 @@ }, "consequent": { "type": "CallExpression", - "start": 115630, - "end": 115644, + "start": 118020, + "end": 118034, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 115630, - "end": 115641, + "start": 118020, + "end": 118031, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 57 } }, "object": { "type": "Identifier", - "start": 115630, - "end": 115635, + "start": 118020, + "end": 118025, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 51 }, "identifierName": "_args" @@ -464611,15 +464883,15 @@ }, "property": { "type": "Identifier", - "start": 115636, - "end": 115641, + "start": 118026, + "end": 118031, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 52 }, "end": { - "line": 2557, + "line": 2599, "column": 57 }, "identifierName": "slice" @@ -464631,15 +464903,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 115642, - "end": 115643, + "start": 118032, + "end": 118033, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 58 }, "end": { - "line": 2557, + "line": 2599, "column": 59 } }, @@ -464653,15 +464925,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 115647, - "end": 115651, + "start": 118037, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 63 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } } @@ -464670,29 +464942,29 @@ }, { "type": "VariableDeclarator", - "start": 115665, - "end": 115699, + "start": 118055, + "end": 118089, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 12 }, "end": { - "line": 2558, + "line": 2600, "column": 46 } }, "id": { "type": "Identifier", - "start": 115665, - "end": 115677, + "start": 118055, + "end": 118067, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 12 }, "end": { - "line": 2558, + "line": 2600, "column": 24 }, "identifierName": "_cacheEvents" @@ -464701,58 +464973,58 @@ }, "init": { "type": "CallExpression", - "start": 115680, - "end": 115699, + "start": 118070, + "end": 118089, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 115680, - "end": 115697, + "start": 118070, + "end": 118087, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 115680, - "end": 115684, + "start": 118070, + "end": 118074, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 31 } } }, "property": { "type": "Identifier", - "start": 115685, - "end": 115697, + "start": 118075, + "end": 118087, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 32 }, "end": { - "line": 2558, + "line": 2600, "column": 44 }, "identifierName": "_loadToCache" @@ -464766,29 +465038,29 @@ }, { "type": "VariableDeclarator", - "start": 115713, - "end": 115729, + "start": 118103, + "end": 118119, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 12 }, "end": { - "line": 2559, + "line": 2601, "column": 28 } }, "id": { "type": "Identifier", - "start": 115713, - "end": 115724, + "start": 118103, + "end": 118114, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 12 }, "end": { - "line": 2559, + "line": 2601, "column": 23 }, "identifierName": "lastEventId" @@ -464797,15 +465069,15 @@ }, "init": { "type": "NumericLiteral", - "start": 115728, - "end": 115729, + "start": 118118, + "end": 118119, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 27 }, "end": { - "line": 2559, + "line": 2601, "column": 28 } }, @@ -464818,29 +465090,29 @@ }, { "type": "VariableDeclarator", - "start": 115743, - "end": 115763, + "start": 118133, + "end": 118153, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 12 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, "id": { "type": "Identifier", - "start": 115743, - "end": 115751, + "start": 118133, + "end": 118141, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 12 }, "end": { - "line": 2560, + "line": 2602, "column": 20 }, "identifierName": "add_done" @@ -464849,15 +465121,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 115758, - "end": 115763, + "start": 118148, + "end": 118153, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 27 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } }, @@ -464869,86 +465141,86 @@ }, { "type": "IfStatement", - "start": 115781, - "end": 115865, + "start": 118171, + "end": 118255, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 8 }, "end": { - "line": 2564, + "line": 2606, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 115786, - "end": 115832, + "start": 118176, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, "left": { "type": "CallExpression", - "start": 115786, - "end": 115809, + "start": 118176, + "end": 118199, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 115786, - "end": 115799, + "start": 118176, + "end": 118189, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 115786, - "end": 115790, + "start": 118176, + "end": 118180, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 17 } } }, "property": { "type": "Identifier", - "start": 115791, - "end": 115799, + "start": 118181, + "end": 118189, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 18 }, "end": { - "line": 2562, + "line": 2604, "column": 26 }, "identifierName": "is_empty" @@ -464960,15 +465232,15 @@ "arguments": [ { "type": "Identifier", - "start": 115801, - "end": 115807, + "start": 118191, + "end": 118197, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 28 }, "end": { - "line": 2562, + "line": 2604, "column": 34 }, "identifierName": "events" @@ -464980,15 +465252,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 115813, - "end": 115832, + "start": 118203, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 40 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, @@ -464996,44 +465268,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 115815, - "end": 115832, + "start": 118205, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 42 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 115815, - "end": 115819, + "start": 118205, + "end": 118209, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 42 }, "end": { - "line": 2562, + "line": 2604, "column": 46 } } }, "property": { "type": "Identifier", - "start": 115820, - "end": 115832, + "start": 118210, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 47 }, "end": { - "line": 2562, + "line": 2604, "column": 59 }, "identifierName": "_isCompleted" @@ -465049,30 +465321,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 115835, - "end": 115865, + "start": 118225, + "end": 118255, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 62 }, "end": { - "line": 2564, + "line": 2606, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 115849, - "end": 115855, + "start": 118239, + "end": 118245, "loc": { "start": { - "line": 2563, + "line": 2605, "column": 12 }, "end": { - "line": 2563, + "line": 2605, "column": 18 } }, @@ -465085,29 +465357,29 @@ }, { "type": "IfStatement", - "start": 115883, - "end": 116086, + "start": 118273, + "end": 118476, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 8 }, "end": { - "line": 2569, + "line": 2611, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 115888, - "end": 115919, + "start": 118278, + "end": 118309, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 13 }, "end": { - "line": 2566, + "line": 2608, "column": 44 } }, @@ -465115,58 +465387,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 115890, - "end": 115919, + "start": 118280, + "end": 118309, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 115890, - "end": 115903, + "start": 118280, + "end": 118293, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 115890, - "end": 115894, + "start": 118280, + "end": 118284, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 19 } } }, "property": { "type": "Identifier", - "start": 115895, - "end": 115903, + "start": 118285, + "end": 118293, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 20 }, "end": { - "line": 2566, + "line": 2608, "column": 28 }, "identifierName": "is_empty" @@ -465178,15 +465450,15 @@ "arguments": [ { "type": "Identifier", - "start": 115905, - "end": 115917, + "start": 118295, + "end": 118307, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 30 }, "end": { - "line": 2566, + "line": 2608, "column": 42 }, "identifierName": "_cacheEvents" @@ -465201,72 +465473,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 115922, - "end": 116086, + "start": 118312, + "end": 118476, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 47 }, "end": { - "line": 2569, + "line": 2611, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 115936, - "end": 115988, + "start": 118326, + "end": 118378, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 64 } }, "expression": { "type": "CallExpression", - "start": 115936, - "end": 115988, + "start": 118326, + "end": 118378, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 115936, - "end": 115953, + "start": 118326, + "end": 118343, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 29 } }, "object": { "type": "Identifier", - "start": 115936, - "end": 115948, + "start": 118326, + "end": 118338, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 24 }, "identifierName": "_cacheEvents" @@ -465275,15 +465547,15 @@ }, "property": { "type": "Identifier", - "start": 115949, - "end": 115953, + "start": 118339, + "end": 118343, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 25 }, "end": { - "line": 2567, + "line": 2609, "column": 29 }, "identifierName": "sort" @@ -465295,58 +465567,58 @@ "arguments": [ { "type": "CallExpression", - "start": 115955, - "end": 115986, + "start": 118345, + "end": 118376, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 115955, - "end": 115973, + "start": 118345, + "end": 118363, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 115955, - "end": 115959, + "start": 118345, + "end": 118349, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 35 } } }, "property": { "type": "Identifier", - "start": 115960, - "end": 115973, + "start": 118350, + "end": 118363, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 36 }, "end": { - "line": 2567, + "line": 2609, "column": 49 }, "identifierName": "compareValues" @@ -465358,15 +465630,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 115975, - "end": 115984, + "start": 118365, + "end": 118374, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 51 }, "end": { - "line": 2567, + "line": 2609, "column": 60 } }, @@ -465383,44 +465655,44 @@ }, { "type": "ExpressionStatement", - "start": 116001, - "end": 116076, + "start": 118391, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 116001, - "end": 116076, + "start": 118391, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116001, - "end": 116012, + "start": 118391, + "end": 118402, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 23 }, "identifierName": "lastEventId" @@ -465429,29 +465701,29 @@ }, "right": { "type": "CallExpression", - "start": 116015, - "end": 116076, + "start": 118405, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 26 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } }, "callee": { "type": "Identifier", - "start": 116015, - "end": 116023, + "start": 118405, + "end": 118413, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 26 }, "end": { - "line": 2568, + "line": 2610, "column": 34 }, "identifierName": "parseInt" @@ -465461,43 +465733,43 @@ "arguments": [ { "type": "MemberExpression", - "start": 116025, - "end": 116070, + "start": 118415, + "end": 118460, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 81 } }, "object": { "type": "MemberExpression", - "start": 116025, - "end": 116062, + "start": 118415, + "end": 118452, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 73 } }, "object": { "type": "Identifier", - "start": 116025, - "end": 116037, + "start": 118415, + "end": 118427, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 48 }, "identifierName": "_cacheEvents" @@ -465506,43 +465778,43 @@ }, "property": { "type": "BinaryExpression", - "start": 116038, - "end": 116061, + "start": 118428, + "end": 118451, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 116038, - "end": 116057, + "start": 118428, + "end": 118447, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 68 } }, "object": { "type": "Identifier", - "start": 116038, - "end": 116050, + "start": 118428, + "end": 118440, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 61 }, "identifierName": "_cacheEvents" @@ -465551,15 +465823,15 @@ }, "property": { "type": "Identifier", - "start": 116051, - "end": 116057, + "start": 118441, + "end": 118447, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 62 }, "end": { - "line": 2568, + "line": 2610, "column": 68 }, "identifierName": "length" @@ -465571,15 +465843,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 116060, - "end": 116061, + "start": 118450, + "end": 118451, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 71 }, "end": { - "line": 2568, + "line": 2610, "column": 72 } }, @@ -465594,15 +465866,15 @@ }, "property": { "type": "Identifier", - "start": 116063, - "end": 116070, + "start": 118453, + "end": 118460, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 74 }, "end": { - "line": 2568, + "line": 2610, "column": 81 }, "identifierName": "eventId" @@ -465613,15 +465885,15 @@ }, { "type": "NumericLiteral", - "start": 116072, - "end": 116074, + "start": 118462, + "end": 118464, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 83 }, "end": { - "line": 2568, + "line": 2610, "column": 85 } }, @@ -465644,15 +465916,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -465661,57 +465933,57 @@ }, { "type": "ExpressionStatement", - "start": 116189, - "end": 116627, + "start": 118579, + "end": 119017, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2581, + "line": 2623, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 116189, - "end": 116627, + "start": 118579, + "end": 119017, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2581, + "line": 2623, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 116189, - "end": 116203, + "start": 118579, + "end": 118593, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2572, + "line": 2614, "column": 22 } }, "object": { "type": "Identifier", - "start": 116189, - "end": 116195, + "start": 118579, + "end": 118585, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2572, + "line": 2614, "column": 14 }, "identifierName": "events" @@ -465721,15 +465993,15 @@ }, "property": { "type": "Identifier", - "start": 116196, - "end": 116203, + "start": 118586, + "end": 118593, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 15 }, "end": { - "line": 2572, + "line": 2614, "column": 22 }, "identifierName": "forEach" @@ -465742,15 +466014,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 116205, - "end": 116626, + "start": 118595, + "end": 119016, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 24 }, "end": { - "line": 2581, + "line": 2623, "column": 9 } }, @@ -465761,15 +466033,15 @@ "params": [ { "type": "Identifier", - "start": 116207, - "end": 116210, + "start": 118597, + "end": 118600, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 26 }, "end": { - "line": 2572, + "line": 2614, "column": 29 }, "identifierName": "evt" @@ -465779,59 +466051,59 @@ ], "body": { "type": "BlockStatement", - "start": 116216, - "end": 116626, + "start": 118606, + "end": 119016, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 35 }, "end": { - "line": 2581, + "line": 2623, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 116230, - "end": 116292, + "start": 118620, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 12 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 116234, - "end": 116292, + "start": 118624, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 16 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "id": { "type": "Identifier", - "start": 116234, - "end": 116244, + "start": 118624, + "end": 118634, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 16 }, "end": { - "line": 2573, + "line": 2615, "column": 26 }, "identifierName": "_one_event" @@ -465840,58 +466112,58 @@ }, "init": { "type": "CallExpression", - "start": 116247, - "end": 116292, + "start": 118637, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 116247, - "end": 116270, + "start": 118637, + "end": 118660, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 116247, - "end": 116251, + "start": 118637, + "end": 118641, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 33 } } }, "property": { "type": "Identifier", - "start": 116252, - "end": 116270, + "start": 118642, + "end": 118660, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 34 }, "end": { - "line": 2573, + "line": 2615, "column": 52 }, "identifierName": "_registerEventData" @@ -465903,15 +466175,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 116272, - "end": 116285, + "start": 118662, + "end": 118675, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 54 }, "end": { - "line": 2573, + "line": 2615, "column": 67 } }, @@ -465923,15 +466195,15 @@ }, { "type": "Identifier", - "start": 116287, - "end": 116290, + "start": 118677, + "end": 118680, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 69 }, "end": { - "line": 2573, + "line": 2615, "column": 72 }, "identifierName": "evt" @@ -465946,29 +466218,29 @@ }, { "type": "IfStatement", - "start": 116318, - "end": 116616, + "start": 118708, + "end": 119006, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 12 }, "end": { - "line": 2580, + "line": 2622, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 116323, - "end": 116352, + "start": 118713, + "end": 118742, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 17 }, "end": { - "line": 2575, + "line": 2617, "column": 46 } }, @@ -465976,58 +466248,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 116325, - "end": 116352, + "start": 118715, + "end": 118742, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 116325, - "end": 116338, + "start": 118715, + "end": 118728, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 116325, - "end": 116329, + "start": 118715, + "end": 118719, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 23 } } }, "property": { "type": "Identifier", - "start": 116330, - "end": 116338, + "start": 118720, + "end": 118728, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 24 }, "end": { - "line": 2575, + "line": 2617, "column": 32 }, "identifierName": "is_empty" @@ -466039,15 +466311,15 @@ "arguments": [ { "type": "Identifier", - "start": 116340, - "end": 116350, + "start": 118730, + "end": 118740, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 34 }, "end": { - "line": 2575, + "line": 2617, "column": 44 }, "identifierName": "_one_event" @@ -466062,73 +466334,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 116355, - "end": 116616, + "start": 118745, + "end": 119006, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 49 }, "end": { - "line": 2580, + "line": 2622, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 116373, - "end": 116457, + "start": 118763, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "expression": { "type": "AssignmentExpression", - "start": 116373, - "end": 116457, + "start": 118763, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 116373, - "end": 116391, + "start": 118763, + "end": 118781, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 34 } }, "object": { "type": "Identifier", - "start": 116373, - "end": 116383, + "start": 118763, + "end": 118773, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 26 }, "identifierName": "_one_event" @@ -466137,15 +466409,15 @@ }, "property": { "type": "Identifier", - "start": 116384, - "end": 116391, + "start": 118774, + "end": 118781, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 27 }, "end": { - "line": 2576, + "line": 2618, "column": 34 }, "identifierName": "eventId" @@ -466156,43 +466428,43 @@ }, "right": { "type": "CallExpression", - "start": 116394, - "end": 116457, + "start": 118784, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } }, "callee": { "type": "MemberExpression", - "start": 116394, - "end": 116402, + "start": 118784, + "end": 118792, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 45 } }, "object": { "type": "Identifier", - "start": 116394, - "end": 116398, + "start": 118784, + "end": 118788, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 41 }, "identifierName": "Math" @@ -466201,15 +466473,15 @@ }, "property": { "type": "Identifier", - "start": 116399, - "end": 116402, + "start": 118789, + "end": 118792, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 42 }, "end": { - "line": 2576, + "line": 2618, "column": 45 }, "identifierName": "max" @@ -466221,29 +466493,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 116404, - "end": 116419, + "start": 118794, + "end": 118809, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 47 }, "end": { - "line": 2576, + "line": 2618, "column": 62 } }, "left": { "type": "Identifier", - "start": 116404, - "end": 116415, + "start": 118794, + "end": 118805, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 47 }, "end": { - "line": 2576, + "line": 2618, "column": 58 }, "identifierName": "lastEventId" @@ -466253,15 +466525,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 116418, - "end": 116419, + "start": 118808, + "end": 118809, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 61 }, "end": { - "line": 2576, + "line": 2618, "column": 62 } }, @@ -466274,29 +466546,29 @@ }, { "type": "CallExpression", - "start": 116421, - "end": 116455, + "start": 118811, + "end": 118845, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 64 }, "end": { - "line": 2576, + "line": 2618, "column": 98 } }, "callee": { "type": "Identifier", - "start": 116421, - "end": 116429, + "start": 118811, + "end": 118819, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 64 }, "end": { - "line": 2576, + "line": 2618, "column": 72 }, "identifierName": "parseInt" @@ -466306,29 +466578,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 116431, - "end": 116449, + "start": 118821, + "end": 118839, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 74 }, "end": { - "line": 2576, + "line": 2618, "column": 92 } }, "object": { "type": "Identifier", - "start": 116431, - "end": 116441, + "start": 118821, + "end": 118831, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 74 }, "end": { - "line": 2576, + "line": 2618, "column": 84 }, "identifierName": "_one_event" @@ -466337,15 +466609,15 @@ }, "property": { "type": "Identifier", - "start": 116442, - "end": 116449, + "start": 118832, + "end": 118839, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 85 }, "end": { - "line": 2576, + "line": 2618, "column": 92 }, "identifierName": "eventId" @@ -466356,15 +466628,15 @@ }, { "type": "NumericLiteral", - "start": 116451, - "end": 116453, + "start": 118841, + "end": 118843, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 94 }, "end": { - "line": 2576, + "line": 2618, "column": 96 } }, @@ -466382,57 +466654,57 @@ }, { "type": "ExpressionStatement", - "start": 116474, - "end": 116505, + "start": 118864, + "end": 118895, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 116474, - "end": 116505, + "start": 118864, + "end": 118895, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 116474, - "end": 116491, + "start": 118864, + "end": 118881, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 33 } }, "object": { "type": "Identifier", - "start": 116474, - "end": 116486, + "start": 118864, + "end": 118876, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 28 }, "identifierName": "_cacheEvents" @@ -466441,15 +466713,15 @@ }, "property": { "type": "Identifier", - "start": 116487, - "end": 116491, + "start": 118877, + "end": 118881, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 29 }, "end": { - "line": 2577, + "line": 2619, "column": 33 }, "identifierName": "push" @@ -466461,15 +466733,15 @@ "arguments": [ { "type": "Identifier", - "start": 116493, - "end": 116503, + "start": 118883, + "end": 118893, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 35 }, "end": { - "line": 2577, + "line": 2619, "column": 45 }, "identifierName": "_one_event" @@ -466481,44 +466753,44 @@ }, { "type": "ExpressionStatement", - "start": 116522, - "end": 116570, + "start": 118912, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 116522, - "end": 116570, + "start": 118912, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116522, - "end": 116533, + "start": 118912, + "end": 118923, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 27 }, "identifierName": "lastEventId" @@ -466527,29 +466799,29 @@ }, "right": { "type": "CallExpression", - "start": 116536, - "end": 116570, + "start": 118926, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 30 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } }, "callee": { "type": "Identifier", - "start": 116536, - "end": 116544, + "start": 118926, + "end": 118934, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 30 }, "end": { - "line": 2578, + "line": 2620, "column": 38 }, "identifierName": "parseInt" @@ -466559,29 +466831,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 116546, - "end": 116564, + "start": 118936, + "end": 118954, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 40 }, "end": { - "line": 2578, + "line": 2620, "column": 58 } }, "object": { "type": "Identifier", - "start": 116546, - "end": 116556, + "start": 118936, + "end": 118946, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 40 }, "end": { - "line": 2578, + "line": 2620, "column": 50 }, "identifierName": "_one_event" @@ -466590,15 +466862,15 @@ }, "property": { "type": "Identifier", - "start": 116557, - "end": 116564, + "start": 118947, + "end": 118954, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 51 }, "end": { - "line": 2578, + "line": 2620, "column": 58 }, "identifierName": "eventId" @@ -466609,15 +466881,15 @@ }, { "type": "NumericLiteral", - "start": 116566, - "end": 116568, + "start": 118956, + "end": 118958, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 60 }, "end": { - "line": 2578, + "line": 2620, "column": 62 } }, @@ -466633,44 +466905,44 @@ }, { "type": "ExpressionStatement", - "start": 116587, - "end": 116602, + "start": 118977, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 116587, - "end": 116602, + "start": 118977, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 116587, - "end": 116595, + "start": 118977, + "end": 118985, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 24 }, "identifierName": "add_done" @@ -466679,15 +466951,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 116598, - "end": 116602, + "start": 118988, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 27 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } }, @@ -466712,15 +466984,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -466730,15 +467002,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -466747,29 +467019,29 @@ }, { "type": "IfStatement", - "start": 116720, - "end": 116768, + "start": 119110, + "end": 119158, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 8 }, "end": { - "line": 2585, + "line": 2627, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 116725, - "end": 116735, + "start": 119115, + "end": 119125, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 13 }, "end": { - "line": 2583, + "line": 2625, "column": 23 } }, @@ -466777,15 +467049,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 116727, - "end": 116735, + "start": 119117, + "end": 119125, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 15 }, "end": { - "line": 2583, + "line": 2625, "column": 23 }, "identifierName": "add_done" @@ -466800,30 +467072,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 116738, - "end": 116768, + "start": 119128, + "end": 119158, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 26 }, "end": { - "line": 2585, + "line": 2627, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 116752, - "end": 116758, + "start": 119142, + "end": 119148, "loc": { "start": { - "line": 2584, + "line": 2626, "column": 12 }, "end": { - "line": 2584, + "line": 2626, "column": 18 } }, @@ -466837,15 +467109,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -466854,72 +467126,72 @@ }, { "type": "ExpressionStatement", - "start": 116786, - "end": 116819, + "start": 119176, + "end": 119209, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 116786, - "end": 116819, + "start": 119176, + "end": 119209, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 116786, - "end": 116803, + "start": 119176, + "end": 119193, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 116786, - "end": 116790, + "start": 119176, + "end": 119180, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 12 } } }, "property": { "type": "Identifier", - "start": 116791, - "end": 116803, + "start": 119181, + "end": 119193, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 13 }, "end": { - "line": 2587, + "line": 2629, "column": 25 }, "identifierName": "_saveToCache" @@ -466931,15 +467203,15 @@ "arguments": [ { "type": "Identifier", - "start": 116805, - "end": 116817, + "start": 119195, + "end": 119207, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 27 }, "end": { - "line": 2587, + "line": 2629, "column": 39 }, "identifierName": "_cacheEvents" @@ -466951,72 +467223,72 @@ }, { "type": "ExpressionStatement", - "start": 116837, - "end": 116855, + "start": 119227, + "end": 119245, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 116837, - "end": 116855, + "start": 119227, + "end": 119245, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 116837, - "end": 116853, + "start": 119227, + "end": 119243, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 116837, - "end": 116841, + "start": 119227, + "end": 119231, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 12 } } }, "property": { "type": "Identifier", - "start": 116842, - "end": 116853, + "start": 119232, + "end": 119243, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 13 }, "end": { - "line": 2589, + "line": 2631, "column": 24 }, "identifierName": "_placeEvent" @@ -467030,29 +467302,29 @@ }, { "type": "IfStatement", - "start": 116873, - "end": 117057, + "start": 119263, + "end": 119447, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 8 }, "end": { - "line": 2595, + "line": 2637, "column": 9 } }, "test": { "type": "Identifier", - "start": 116878, - "end": 116886, + "start": 119268, + "end": 119276, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 13 }, "end": { - "line": 2591, + "line": 2633, "column": 21 }, "identifierName": "callback" @@ -467061,87 +467333,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 116889, - "end": 117057, + "start": 119279, + "end": 119447, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 24 }, "end": { - "line": 2595, + "line": 2637, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 116903, - "end": 116972, + "start": 119293, + "end": 119362, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 81 } }, "expression": { "type": "CallExpression", - "start": 116903, - "end": 116972, + "start": 119293, + "end": 119362, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 116903, - "end": 116914, + "start": 119293, + "end": 119304, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 116903, - "end": 116907, + "start": 119293, + "end": 119297, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 16 } } }, "property": { "type": "Identifier", - "start": 116908, - "end": 116914, + "start": 119298, + "end": 119304, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 17 }, "end": { - "line": 2592, + "line": 2634, "column": 23 }, "identifierName": "_debug" @@ -467153,15 +467425,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 116916, - "end": 116970, + "start": 119306, + "end": 119360, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 25 }, "end": { - "line": 2592, + "line": 2634, "column": 79 } }, @@ -467176,43 +467448,43 @@ }, { "type": "ExpressionStatement", - "start": 116998, - "end": 117047, + "start": 119388, + "end": 119437, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 116998, - "end": 117047, + "start": 119388, + "end": 119437, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 61 } }, "callee": { "type": "Identifier", - "start": 116998, - "end": 117006, + "start": 119388, + "end": 119396, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 20 }, "identifierName": "callback" @@ -467222,44 +467494,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 117008, - "end": 117021, + "start": 119398, + "end": 119411, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 22 }, "end": { - "line": 2594, + "line": 2636, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 117008, - "end": 117012, + "start": 119398, + "end": 119402, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 22 }, "end": { - "line": 2594, + "line": 2636, "column": 26 } } }, "property": { "type": "Identifier", - "start": 117013, - "end": 117021, + "start": 119403, + "end": 119411, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 27 }, "end": { - "line": 2594, + "line": 2636, "column": 35 }, "identifierName": "_element" @@ -467270,44 +467542,44 @@ }, { "type": "MemberExpression", - "start": 117023, - "end": 117035, + "start": 119413, + "end": 119425, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 37 }, "end": { - "line": 2594, + "line": 2636, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 117023, - "end": 117027, + "start": 119413, + "end": 119417, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 37 }, "end": { - "line": 2594, + "line": 2636, "column": 41 } } }, "property": { "type": "Identifier", - "start": 117028, - "end": 117035, + "start": 119418, + "end": 119425, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 42 }, "end": { - "line": 2594, + "line": 2636, "column": 49 }, "identifierName": "_config" @@ -467318,15 +467590,15 @@ }, { "type": "Identifier", - "start": 117037, - "end": 117045, + "start": 119427, + "end": 119435, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 51 }, "end": { - "line": 2594, + "line": 2636, "column": 59 }, "identifierName": "userdata" @@ -467349,15 +467621,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -467367,15 +467639,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -467384,15 +467656,15 @@ }, { "type": "ClassMethod", - "start": 117327, - "end": 120838, + "start": 119717, + "end": 123228, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 4 }, "end": { - "line": 2688, + "line": 2730, "column": 5 } }, @@ -467400,15 +467672,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 117327, - "end": 117338, + "start": 119717, + "end": 119728, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 4 }, "end": { - "line": 2604, + "line": 2646, "column": 15 }, "identifierName": "removeEvent" @@ -467424,29 +467696,29 @@ "params": [ { "type": "RestElement", - "start": 117340, - "end": 117347, + "start": 119730, + "end": 119737, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 17 }, "end": { - "line": 2604, + "line": 2646, "column": 24 } }, "argument": { "type": "Identifier", - "start": 117343, - "end": 117347, + "start": 119733, + "end": 119737, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 20 }, "end": { - "line": 2604, + "line": 2646, "column": 24 }, "identifierName": "args" @@ -467457,87 +467729,87 @@ ], "body": { "type": "BlockStatement", - "start": 117350, - "end": 120838, + "start": 119740, + "end": 123228, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 27 }, "end": { - "line": 2688, + "line": 2730, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 117360, - "end": 117388, + "start": 119750, + "end": 119778, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 117360, - "end": 117388, + "start": 119750, + "end": 119778, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 117360, - "end": 117371, + "start": 119750, + "end": 119761, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 117360, - "end": 117364, + "start": 119750, + "end": 119754, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 12 } } }, "property": { "type": "Identifier", - "start": 117365, - "end": 117371, + "start": 119755, + "end": 119761, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 13 }, "end": { - "line": 2605, + "line": 2647, "column": 19 }, "identifierName": "_debug" @@ -467549,15 +467821,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 117373, - "end": 117386, + "start": 119763, + "end": 119776, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 21 }, "end": { - "line": 2605, + "line": 2647, "column": 34 } }, @@ -467572,44 +467844,44 @@ }, { "type": "VariableDeclaration", - "start": 117406, - "end": 117824, + "start": 119796, + "end": 120214, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 8 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 117410, - "end": 117432, + "start": 119800, + "end": 119822, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 12 }, "end": { - "line": 2607, + "line": 2649, "column": 34 } }, "id": { "type": "Identifier", - "start": 117410, - "end": 117415, + "start": 119800, + "end": 119805, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 12 }, "end": { - "line": 2607, + "line": 2649, "column": 17 }, "identifierName": "_args" @@ -467618,29 +467890,29 @@ }, "init": { "type": "MemberExpression", - "start": 117425, - "end": 117432, + "start": 119815, + "end": 119822, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 27 }, "end": { - "line": 2607, + "line": 2649, "column": 34 } }, "object": { "type": "Identifier", - "start": 117425, - "end": 117429, + "start": 119815, + "end": 119819, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 27 }, "end": { - "line": 2607, + "line": 2649, "column": 31 }, "identifierName": "args" @@ -467649,15 +467921,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117430, - "end": 117431, + "start": 119820, + "end": 119821, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 32 }, "end": { - "line": 2607, + "line": 2649, "column": 33 } }, @@ -467672,29 +467944,29 @@ }, { "type": "VariableDeclarator", - "start": 117446, - "end": 117514, + "start": 119836, + "end": 119904, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 12 }, "end": { - "line": 2608, + "line": 2650, "column": 80 } }, "id": { "type": "Identifier", - "start": 117446, - "end": 117453, + "start": 119836, + "end": 119843, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 12 }, "end": { - "line": 2608, + "line": 2650, "column": 19 }, "identifierName": "targets" @@ -467703,58 +467975,58 @@ }, "init": { "type": "CallExpression", - "start": 117461, - "end": 117514, + "start": 119851, + "end": 119904, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 117461, - "end": 117476, + "start": 119851, + "end": 119866, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 117461, - "end": 117465, + "start": 119851, + "end": 119855, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 31 } } }, "property": { "type": "Identifier", - "start": 117466, - "end": 117476, + "start": 119856, + "end": 119866, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 32 }, "end": { - "line": 2608, + "line": 2650, "column": 42 }, "identifierName": "supplement" @@ -467766,44 +468038,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 117478, - "end": 117482, + "start": 119868, + "end": 119872, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 44 }, "end": { - "line": 2608, + "line": 2650, "column": 48 } } }, { "type": "MemberExpression", - "start": 117484, - "end": 117492, + "start": 119874, + "end": 119882, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 50 }, "end": { - "line": 2608, + "line": 2650, "column": 58 } }, "object": { "type": "Identifier", - "start": 117484, - "end": 117489, + "start": 119874, + "end": 119879, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 50 }, "end": { - "line": 2608, + "line": 2650, "column": 55 }, "identifierName": "_args" @@ -467812,15 +468084,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117490, - "end": 117491, + "start": 119880, + "end": 119881, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 56 }, "end": { - "line": 2608, + "line": 2650, "column": 57 } }, @@ -467834,44 +468106,44 @@ }, { "type": "MemberExpression", - "start": 117494, - "end": 117512, + "start": 119884, + "end": 119902, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 60 }, "end": { - "line": 2608, + "line": 2650, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 117494, - "end": 117498, + "start": 119884, + "end": 119888, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 60 }, "end": { - "line": 2608, + "line": 2650, "column": 64 } } }, "property": { "type": "Identifier", - "start": 117499, - "end": 117512, + "start": 119889, + "end": 119902, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 65 }, "end": { - "line": 2608, + "line": 2650, "column": 78 }, "identifierName": "validateArray" @@ -467885,29 +468157,29 @@ }, { "type": "VariableDeclarator", - "start": 117528, - "end": 117611, + "start": 119918, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 12 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } }, "id": { "type": "Identifier", - "start": 117528, - "end": 117536, + "start": 119918, + "end": 119926, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 12 }, "end": { - "line": 2609, + "line": 2651, "column": 20 }, "identifierName": "callback" @@ -467916,71 +468188,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 117543, - "end": 117611, + "start": 119933, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 117543, - "end": 117593, + "start": 119933, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 117543, - "end": 117559, + "start": 119933, + "end": 119949, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 117543, - "end": 117555, + "start": 119933, + "end": 119945, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 39 } }, "object": { "type": "Identifier", - "start": 117543, - "end": 117548, + "start": 119933, + "end": 119938, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 32 }, "identifierName": "_args" @@ -467989,15 +468261,15 @@ }, "property": { "type": "Identifier", - "start": 117549, - "end": 117555, + "start": 119939, + "end": 119945, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 33 }, "end": { - "line": 2609, + "line": 2651, "column": 39 }, "identifierName": "length" @@ -468009,15 +468281,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 117558, - "end": 117559, + "start": 119948, + "end": 119949, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 42 }, "end": { - "line": 2609, + "line": 2651, "column": 43 } }, @@ -468031,29 +468303,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 117563, - "end": 117593, + "start": 119953, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 47 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 117563, - "end": 117578, + "start": 119953, + "end": 119968, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 47 }, "end": { - "line": 2609, + "line": 2651, "column": 62 } }, @@ -468061,29 +468333,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 117570, - "end": 117578, + "start": 119960, + "end": 119968, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 54 }, "end": { - "line": 2609, + "line": 2651, "column": 62 } }, "object": { "type": "Identifier", - "start": 117570, - "end": 117575, + "start": 119960, + "end": 119965, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 54 }, "end": { - "line": 2609, + "line": 2651, "column": 59 }, "identifierName": "_args" @@ -468092,15 +468364,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117576, - "end": 117577, + "start": 119966, + "end": 119967, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 60 }, "end": { - "line": 2609, + "line": 2651, "column": 61 } }, @@ -468119,15 +468391,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 117583, - "end": 117593, + "start": 119973, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 67 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } }, @@ -468141,29 +468413,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 117596, - "end": 117604, + "start": 119986, + "end": 119994, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 80 }, "end": { - "line": 2609, + "line": 2651, "column": 88 } }, "object": { "type": "Identifier", - "start": 117596, - "end": 117601, + "start": 119986, + "end": 119991, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 80 }, "end": { - "line": 2609, + "line": 2651, "column": 85 }, "identifierName": "_args" @@ -468172,15 +468444,15 @@ }, "property": { "type": "NumericLiteral", - "start": 117602, - "end": 117603, + "start": 119992, + "end": 119993, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 86 }, "end": { - "line": 2609, + "line": 2651, "column": 87 } }, @@ -468194,15 +468466,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 117607, - "end": 117611, + "start": 119997, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 91 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } } @@ -468211,29 +468483,29 @@ }, { "type": "VariableDeclarator", - "start": 117625, - "end": 117680, + "start": 120015, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 12 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } }, "id": { "type": "Identifier", - "start": 117625, - "end": 117633, + "start": 120015, + "end": 120023, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 12 }, "end": { - "line": 2610, + "line": 2652, "column": 20 }, "identifierName": "userdata" @@ -468242,57 +468514,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 117640, - "end": 117680, + "start": 120030, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 117640, - "end": 117656, + "start": 120030, + "end": 120046, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 117640, - "end": 117652, + "start": 120030, + "end": 120042, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 39 } }, "object": { "type": "Identifier", - "start": 117640, - "end": 117645, + "start": 120030, + "end": 120035, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 32 }, "identifierName": "_args" @@ -468301,15 +468573,15 @@ }, "property": { "type": "Identifier", - "start": 117646, - "end": 117652, + "start": 120036, + "end": 120042, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 33 }, "end": { - "line": 2610, + "line": 2652, "column": 39 }, "identifierName": "length" @@ -468321,15 +468593,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 117655, - "end": 117656, + "start": 120045, + "end": 120046, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 42 }, "end": { - "line": 2610, + "line": 2652, "column": 43 } }, @@ -468342,43 +468614,43 @@ }, "consequent": { "type": "CallExpression", - "start": 117659, - "end": 117673, + "start": 120049, + "end": 120063, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 117659, - "end": 117670, + "start": 120049, + "end": 120060, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 57 } }, "object": { "type": "Identifier", - "start": 117659, - "end": 117664, + "start": 120049, + "end": 120054, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 51 }, "identifierName": "_args" @@ -468387,15 +468659,15 @@ }, "property": { "type": "Identifier", - "start": 117665, - "end": 117670, + "start": 120055, + "end": 120060, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 52 }, "end": { - "line": 2610, + "line": 2652, "column": 57 }, "identifierName": "slice" @@ -468407,15 +468679,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 117671, - "end": 117672, + "start": 120061, + "end": 120062, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 58 }, "end": { - "line": 2610, + "line": 2652, "column": 59 } }, @@ -468429,15 +468701,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 117676, - "end": 117680, + "start": 120066, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 63 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } } @@ -468446,29 +468718,29 @@ }, { "type": "VariableDeclarator", - "start": 117694, - "end": 117728, + "start": 120084, + "end": 120118, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 12 }, "end": { - "line": 2611, + "line": 2653, "column": 46 } }, "id": { "type": "Identifier", - "start": 117694, - "end": 117706, + "start": 120084, + "end": 120096, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 12 }, "end": { - "line": 2611, + "line": 2653, "column": 24 }, "identifierName": "_cacheEvents" @@ -468477,58 +468749,58 @@ }, "init": { "type": "CallExpression", - "start": 117709, - "end": 117728, + "start": 120099, + "end": 120118, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 117709, - "end": 117726, + "start": 120099, + "end": 120116, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 117709, - "end": 117713, + "start": 120099, + "end": 120103, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 31 } } }, "property": { "type": "Identifier", - "start": 117714, - "end": 117726, + "start": 120104, + "end": 120116, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 32 }, "end": { - "line": 2611, + "line": 2653, "column": 44 }, "identifierName": "_loadToCache" @@ -468542,29 +468814,29 @@ }, { "type": "VariableDeclarator", - "start": 117742, - "end": 117759, + "start": 120132, + "end": 120149, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 12 }, "end": { - "line": 2612, + "line": 2654, "column": 29 } }, "id": { "type": "Identifier", - "start": 117742, - "end": 117751, + "start": 120132, + "end": 120141, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 12 }, "end": { - "line": 2612, + "line": 2654, "column": 21 }, "identifierName": "condition" @@ -468573,15 +468845,15 @@ }, "init": { "type": "ObjectExpression", - "start": 117757, - "end": 117759, + "start": 120147, + "end": 120149, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 27 }, "end": { - "line": 2612, + "line": 2654, "column": 29 } }, @@ -468590,29 +468862,29 @@ }, { "type": "VariableDeclarator", - "start": 117773, - "end": 117790, + "start": 120163, + "end": 120180, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 12 }, "end": { - "line": 2613, + "line": 2655, "column": 29 } }, "id": { "type": "Identifier", - "start": 117773, - "end": 117785, + "start": 120163, + "end": 120175, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 12 }, "end": { - "line": 2613, + "line": 2655, "column": 24 }, "identifierName": "remainEvents" @@ -468621,15 +468893,15 @@ }, "init": { "type": "ArrayExpression", - "start": 117788, - "end": 117790, + "start": 120178, + "end": 120180, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 27 }, "end": { - "line": 2613, + "line": 2655, "column": 29 } }, @@ -468638,29 +468910,29 @@ }, { "type": "VariableDeclarator", - "start": 117804, - "end": 117824, + "start": 120194, + "end": 120214, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 12 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, "id": { "type": "Identifier", - "start": 117804, - "end": 117815, + "start": 120194, + "end": 120205, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 12 }, "end": { - "line": 2614, + "line": 2656, "column": 23 }, "identifierName": "remove_done" @@ -468669,15 +468941,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 117819, - "end": 117824, + "start": 120209, + "end": 120214, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 27 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } }, @@ -468689,100 +468961,100 @@ }, { "type": "IfStatement", - "start": 117842, - "end": 117960, + "start": 120232, + "end": 120350, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 8 }, "end": { - "line": 2618, + "line": 2660, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 117847, - "end": 117927, + "start": 120237, + "end": 120317, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 93 } }, "left": { "type": "LogicalExpression", - "start": 117847, - "end": 117894, + "start": 120237, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, "left": { "type": "CallExpression", - "start": 117847, - "end": 117871, + "start": 120237, + "end": 120261, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 117847, - "end": 117860, + "start": 120237, + "end": 120250, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 117847, - "end": 117851, + "start": 120237, + "end": 120241, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 17 } } }, "property": { "type": "Identifier", - "start": 117852, - "end": 117860, + "start": 120242, + "end": 120250, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 18 }, "end": { - "line": 2616, + "line": 2658, "column": 26 }, "identifierName": "is_empty" @@ -468794,15 +469066,15 @@ "arguments": [ { "type": "Identifier", - "start": 117862, - "end": 117869, + "start": 120252, + "end": 120259, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 28 }, "end": { - "line": 2616, + "line": 2658, "column": 35 }, "identifierName": "targets" @@ -468814,15 +469086,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 117875, - "end": 117894, + "start": 120265, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 41 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, @@ -468830,44 +469102,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 117877, - "end": 117894, + "start": 120267, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 43 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 117877, - "end": 117881, + "start": 120267, + "end": 120271, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 43 }, "end": { - "line": 2616, + "line": 2658, "column": 47 } } }, "property": { "type": "Identifier", - "start": 117882, - "end": 117894, + "start": 120272, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 48 }, "end": { - "line": 2616, + "line": 2658, "column": 60 }, "identifierName": "_isCompleted" @@ -468884,58 +469156,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 117898, - "end": 117927, + "start": 120288, + "end": 120317, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 117898, - "end": 117911, + "start": 120288, + "end": 120301, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 77 } }, "object": { "type": "ThisExpression", - "start": 117898, - "end": 117902, + "start": 120288, + "end": 120292, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 68 } } }, "property": { "type": "Identifier", - "start": 117903, - "end": 117911, + "start": 120293, + "end": 120301, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 69 }, "end": { - "line": 2616, + "line": 2658, "column": 77 }, "identifierName": "is_empty" @@ -468947,15 +469219,15 @@ "arguments": [ { "type": "Identifier", - "start": 117913, - "end": 117925, + "start": 120303, + "end": 120315, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 79 }, "end": { - "line": 2616, + "line": 2658, "column": 91 }, "identifierName": "_cacheEvents" @@ -468967,30 +469239,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 117930, - "end": 117960, + "start": 120320, + "end": 120350, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 96 }, "end": { - "line": 2618, + "line": 2660, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 117944, - "end": 117950, + "start": 120334, + "end": 120340, "loc": { "start": { - "line": 2617, + "line": 2659, "column": 12 }, "end": { - "line": 2617, + "line": 2659, "column": 18 } }, @@ -469003,57 +469275,57 @@ }, { "type": "ExpressionStatement", - "start": 117978, - "end": 120408, + "start": 120368, + "end": 122798, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2673, + "line": 2715, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 117978, - "end": 120408, + "start": 120368, + "end": 122798, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2673, + "line": 2715, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 117978, - "end": 117993, + "start": 120368, + "end": 120383, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2620, + "line": 2662, "column": 23 } }, "object": { "type": "Identifier", - "start": 117978, - "end": 117985, + "start": 120368, + "end": 120375, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2620, + "line": 2662, "column": 15 }, "identifierName": "targets" @@ -469062,15 +469334,15 @@ }, "property": { "type": "Identifier", - "start": 117986, - "end": 117993, + "start": 120376, + "end": 120383, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 16 }, "end": { - "line": 2620, + "line": 2662, "column": 23 }, "identifierName": "forEach" @@ -469082,15 +469354,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 117995, - "end": 120407, + "start": 120385, + "end": 122797, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 25 }, "end": { - "line": 2673, + "line": 2715, "column": 9 } }, @@ -469101,15 +469373,15 @@ "params": [ { "type": "Identifier", - "start": 117997, - "end": 118001, + "start": 120387, + "end": 120391, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 27 }, "end": { - "line": 2620, + "line": 2662, "column": 31 }, "identifierName": "cond" @@ -469119,44 +469391,44 @@ ], "body": { "type": "BlockStatement", - "start": 118007, - "end": 120407, + "start": 120397, + "end": 122797, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 37 }, "end": { - "line": 2673, + "line": 2715, "column": 9 } }, "body": [ { "type": "SwitchStatement", - "start": 118021, - "end": 119108, + "start": 120411, + "end": 121498, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 12 }, "end": { - "line": 2642, + "line": 2684, "column": 13 } }, "discriminant": { "type": "BooleanLiteral", - "start": 118030, - "end": 118034, + "start": 120420, + "end": 120424, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 21 }, "end": { - "line": 2621, + "line": 2663, "column": 25 } }, @@ -469165,73 +469437,73 @@ "cases": [ { "type": "SwitchCase", - "start": 118055, - "end": 118261, + "start": 120445, + "end": 120651, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 16 }, "end": { - "line": 2626, + "line": 2668, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 118149, - "end": 118176, + "start": 120539, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 118149, - "end": 118176, + "start": 120539, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118149, - "end": 118163, + "start": 120539, + "end": 120553, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 34 } }, "object": { "type": "Identifier", - "start": 118149, - "end": 118158, + "start": 120539, + "end": 120548, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 29 }, "identifierName": "condition" @@ -469241,15 +469513,15 @@ }, "property": { "type": "Identifier", - "start": 118159, - "end": 118163, + "start": 120549, + "end": 120553, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 30 }, "end": { - "line": 2624, + "line": 2666, "column": 34 }, "identifierName": "type" @@ -469261,15 +469533,15 @@ }, "right": { "type": "StringLiteral", - "start": 118167, - "end": 118176, + "start": 120557, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 38 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } }, @@ -469285,15 +469557,15 @@ { "type": "CommentLine", "value": " By matching event ID", - "start": 118105, - "end": 118128, + "start": 120495, + "end": 120518, "loc": { "start": { - "line": 2623, + "line": 2665, "column": 20 }, "end": { - "line": 2623, + "line": 2665, "column": 43 } } @@ -469302,58 +469574,58 @@ }, { "type": "ExpressionStatement", - "start": 118197, - "end": 118235, + "start": 120587, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 118197, - "end": 118235, + "start": 120587, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118197, - "end": 118212, + "start": 120587, + "end": 120602, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 35 } }, "object": { "type": "Identifier", - "start": 118197, - "end": 118206, + "start": 120587, + "end": 120596, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 29 }, "identifierName": "condition" @@ -469362,15 +469634,15 @@ }, "property": { "type": "Identifier", - "start": 118207, - "end": 118212, + "start": 120597, + "end": 120602, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 30 }, "end": { - "line": 2625, + "line": 2667, "column": 35 }, "identifierName": "value" @@ -469381,29 +469653,29 @@ }, "right": { "type": "CallExpression", - "start": 118215, - "end": 118235, + "start": 120605, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 38 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } }, "callee": { "type": "Identifier", - "start": 118215, - "end": 118223, + "start": 120605, + "end": 120613, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 38 }, "end": { - "line": 2625, + "line": 2667, "column": 46 }, "identifierName": "parseInt" @@ -469413,15 +469685,15 @@ "arguments": [ { "type": "Identifier", - "start": 118225, - "end": 118229, + "start": 120615, + "end": 120619, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 48 }, "end": { - "line": 2625, + "line": 2667, "column": 52 }, "identifierName": "cond" @@ -469430,15 +469702,15 @@ }, { "type": "NumericLiteral", - "start": 118231, - "end": 118233, + "start": 120621, + "end": 120623, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 54 }, "end": { - "line": 2625, + "line": 2667, "column": 56 } }, @@ -469454,15 +469726,15 @@ }, { "type": "BreakStatement", - "start": 118256, - "end": 118261, + "start": 120646, + "end": 120651, "loc": { "start": { - "line": 2626, + "line": 2668, "column": 20 }, "end": { - "line": 2626, + "line": 2668, "column": 25 } }, @@ -469471,43 +469743,43 @@ ], "test": { "type": "CallExpression", - "start": 118060, - "end": 118083, + "start": 120450, + "end": 120473, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 118060, - "end": 118075, + "start": 120450, + "end": 120465, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 118060, - "end": 118070, + "start": 120450, + "end": 120460, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 31 } }, @@ -469519,15 +469791,15 @@ }, "property": { "type": "Identifier", - "start": 118071, - "end": 118075, + "start": 120461, + "end": 120465, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 32 }, "end": { - "line": 2622, + "line": 2664, "column": 36 }, "identifierName": "test" @@ -469539,15 +469811,15 @@ "arguments": [ { "type": "Identifier", - "start": 118077, - "end": 118081, + "start": 120467, + "end": 120471, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 38 }, "end": { - "line": 2622, + "line": 2664, "column": 42 }, "identifierName": "cond" @@ -469559,74 +469831,74 @@ }, { "type": "SwitchCase", - "start": 118278, - "end": 118892, + "start": 120668, + "end": 121282, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 16 }, "end": { - "line": 2636, + "line": 2678, "column": 17 } }, "consequent": [ { "type": "BlockStatement", - "start": 118435, - "end": 118892, + "start": 120825, + "end": 121282, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 173 }, "end": { - "line": 2636, + "line": 2678, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 118510, - "end": 118536, + "start": 120900, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 20 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 118514, - "end": 118536, + "start": 120904, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 24 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "id": { "type": "Identifier", - "start": 118514, - "end": 118518, + "start": 120904, + "end": 120908, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 24 }, "end": { - "line": 2629, + "line": 2671, "column": 28 }, "identifierName": "_tmp" @@ -469636,43 +469908,43 @@ }, "init": { "type": "CallExpression", - "start": 118521, - "end": 118536, + "start": 120911, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 118521, - "end": 118531, + "start": 120911, + "end": 120921, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 41 } }, "object": { "type": "Identifier", - "start": 118521, - "end": 118525, + "start": 120911, + "end": 120915, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 35 }, "identifierName": "cond" @@ -469681,15 +469953,15 @@ }, "property": { "type": "Identifier", - "start": 118526, - "end": 118531, + "start": 120916, + "end": 120921, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 36 }, "end": { - "line": 2629, + "line": 2671, "column": 41 }, "identifierName": "split" @@ -469701,15 +469973,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 118532, - "end": 118535, + "start": 120922, + "end": 120925, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 42 }, "end": { - "line": 2629, + "line": 2671, "column": 45 } }, @@ -469729,15 +470001,15 @@ { "type": "CommentLine", "value": " By matching range of datetime", - "start": 118457, - "end": 118489, + "start": 120847, + "end": 120879, "loc": { "start": { - "line": 2628, + "line": 2670, "column": 20 }, "end": { - "line": 2628, + "line": 2670, "column": 52 } } @@ -469746,58 +470018,58 @@ }, { "type": "ExpressionStatement", - "start": 118578, - "end": 118607, + "start": 120968, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 118578, - "end": 118607, + "start": 120968, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118578, - "end": 118592, + "start": 120968, + "end": 120982, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 34 } }, "object": { "type": "Identifier", - "start": 118578, - "end": 118587, + "start": 120968, + "end": 120977, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 29 }, "identifierName": "condition" @@ -469806,15 +470078,15 @@ }, "property": { "type": "Identifier", - "start": 118588, - "end": 118592, + "start": 120978, + "end": 120982, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 30 }, "end": { - "line": 2631, + "line": 2673, "column": 34 }, "identifierName": "type" @@ -469825,15 +470097,15 @@ }, "right": { "type": "StringLiteral", - "start": 118596, - "end": 118607, + "start": 120986, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 38 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } }, @@ -469847,58 +470119,58 @@ }, { "type": "ExpressionStatement", - "start": 118628, - "end": 118648, + "start": 121018, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 118628, - "end": 118648, + "start": 121018, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118628, - "end": 118643, + "start": 121018, + "end": 121033, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 35 } }, "object": { "type": "Identifier", - "start": 118628, - "end": 118637, + "start": 121018, + "end": 121027, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 29 }, "identifierName": "condition" @@ -469907,15 +470179,15 @@ }, "property": { "type": "Identifier", - "start": 118638, - "end": 118643, + "start": 121028, + "end": 121033, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 30 }, "end": { - "line": 2632, + "line": 2674, "column": 35 }, "identifierName": "value" @@ -469926,15 +470198,15 @@ }, "right": { "type": "ObjectExpression", - "start": 118646, - "end": 118648, + "start": 121036, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 38 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } }, @@ -469944,72 +470216,72 @@ }, { "type": "ExpressionStatement", - "start": 118669, - "end": 118748, + "start": 121059, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 118669, - "end": 118748, + "start": 121059, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118669, - "end": 118692, + "start": 121059, + "end": 121082, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 118669, - "end": 118684, + "start": 121059, + "end": 121074, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 35 } }, "object": { "type": "Identifier", - "start": 118669, - "end": 118678, + "start": 121059, + "end": 121068, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 29 }, "identifierName": "condition" @@ -470018,15 +470290,15 @@ }, "property": { "type": "Identifier", - "start": 118679, - "end": 118684, + "start": 121069, + "end": 121074, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 30 }, "end": { - "line": 2633, + "line": 2675, "column": 35 }, "identifierName": "value" @@ -470037,15 +470309,15 @@ }, "property": { "type": "StringLiteral", - "start": 118685, - "end": 118691, + "start": 121075, + "end": 121081, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 36 }, "end": { - "line": 2633, + "line": 2675, "column": 42 } }, @@ -470059,72 +470331,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 118695, - "end": 118748, + "start": 121085, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "test": { "type": "CallExpression", - "start": 118695, - "end": 118719, + "start": 121085, + "end": 121109, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 118695, - "end": 118708, + "start": 121085, + "end": 121098, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 118695, - "end": 118699, + "start": 121085, + "end": 121089, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 50 } } }, "property": { "type": "Identifier", - "start": 118700, - "end": 118708, + "start": 121090, + "end": 121098, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 51 }, "end": { - "line": 2633, + "line": 2675, "column": 59 }, "identifierName": "is_empty" @@ -470136,29 +470408,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118710, - "end": 118717, + "start": 121100, + "end": 121107, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 61 }, "end": { - "line": 2633, + "line": 2675, "column": 68 } }, "object": { "type": "Identifier", - "start": 118710, - "end": 118714, + "start": 121100, + "end": 121104, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 61 }, "end": { - "line": 2633, + "line": 2675, "column": 65 }, "identifierName": "_tmp" @@ -470167,15 +470439,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118715, - "end": 118716, + "start": 121105, + "end": 121106, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 66 }, "end": { - "line": 2633, + "line": 2675, "column": 67 } }, @@ -470191,44 +470463,44 @@ }, "consequent": { "type": "NullLiteral", - "start": 118722, - "end": 118726, + "start": 121112, + "end": 121116, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 73 }, "end": { - "line": 2633, + "line": 2675, "column": 77 } } }, "alternate": { "type": "NewExpression", - "start": 118729, - "end": 118748, + "start": 121119, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 80 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } }, "callee": { "type": "Identifier", - "start": 118733, - "end": 118737, + "start": 121123, + "end": 121127, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 84 }, "end": { - "line": 2633, + "line": 2675, "column": 88 }, "identifierName": "Date" @@ -470238,29 +470510,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118739, - "end": 118746, + "start": 121129, + "end": 121136, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 90 }, "end": { - "line": 2633, + "line": 2675, "column": 97 } }, "object": { "type": "Identifier", - "start": 118739, - "end": 118743, + "start": 121129, + "end": 121133, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 90 }, "end": { - "line": 2633, + "line": 2675, "column": 94 }, "identifierName": "_tmp" @@ -470269,15 +470541,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118744, - "end": 118745, + "start": 121134, + "end": 121135, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 95 }, "end": { - "line": 2633, + "line": 2675, "column": 96 } }, @@ -470296,72 +470568,72 @@ }, { "type": "ExpressionStatement", - "start": 118769, - "end": 118848, + "start": 121159, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 118769, - "end": 118848, + "start": 121159, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118769, - "end": 118790, + "start": 121159, + "end": 121180, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 118769, - "end": 118784, + "start": 121159, + "end": 121174, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 35 } }, "object": { "type": "Identifier", - "start": 118769, - "end": 118778, + "start": 121159, + "end": 121168, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 29 }, "identifierName": "condition" @@ -470370,15 +470642,15 @@ }, "property": { "type": "Identifier", - "start": 118779, - "end": 118784, + "start": 121169, + "end": 121174, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 30 }, "end": { - "line": 2634, + "line": 2676, "column": 35 }, "identifierName": "value" @@ -470389,15 +470661,15 @@ }, "property": { "type": "StringLiteral", - "start": 118785, - "end": 118789, + "start": 121175, + "end": 121179, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 36 }, "end": { - "line": 2634, + "line": 2676, "column": 40 } }, @@ -470411,72 +470683,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 118795, - "end": 118848, + "start": 121185, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "test": { "type": "CallExpression", - "start": 118795, - "end": 118819, + "start": 121185, + "end": 121209, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 118795, - "end": 118808, + "start": 121185, + "end": 121198, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 118795, - "end": 118799, + "start": 121185, + "end": 121189, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 50 } } }, "property": { "type": "Identifier", - "start": 118800, - "end": 118808, + "start": 121190, + "end": 121198, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 51 }, "end": { - "line": 2634, + "line": 2676, "column": 59 }, "identifierName": "is_empty" @@ -470488,29 +470760,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118810, - "end": 118817, + "start": 121200, + "end": 121207, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 61 }, "end": { - "line": 2634, + "line": 2676, "column": 68 } }, "object": { "type": "Identifier", - "start": 118810, - "end": 118814, + "start": 121200, + "end": 121204, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 61 }, "end": { - "line": 2634, + "line": 2676, "column": 65 }, "identifierName": "_tmp" @@ -470519,15 +470791,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118815, - "end": 118816, + "start": 121205, + "end": 121206, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 66 }, "end": { - "line": 2634, + "line": 2676, "column": 67 } }, @@ -470543,44 +470815,44 @@ }, "consequent": { "type": "NullLiteral", - "start": 118822, - "end": 118826, + "start": 121212, + "end": 121216, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 73 }, "end": { - "line": 2634, + "line": 2676, "column": 77 } } }, "alternate": { "type": "NewExpression", - "start": 118829, - "end": 118848, + "start": 121219, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 80 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } }, "callee": { "type": "Identifier", - "start": 118833, - "end": 118837, + "start": 121223, + "end": 121227, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 84 }, "end": { - "line": 2634, + "line": 2676, "column": 88 }, "identifierName": "Date" @@ -470590,29 +470862,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 118839, - "end": 118846, + "start": 121229, + "end": 121236, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 90 }, "end": { - "line": 2634, + "line": 2676, "column": 97 } }, "object": { "type": "Identifier", - "start": 118839, - "end": 118843, + "start": 121229, + "end": 121233, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 90 }, "end": { - "line": 2634, + "line": 2676, "column": 94 }, "identifierName": "_tmp" @@ -470621,15 +470893,15 @@ }, "property": { "type": "NumericLiteral", - "start": 118844, - "end": 118845, + "start": 121234, + "end": 121235, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 95 }, "end": { - "line": 2634, + "line": 2676, "column": 96 } }, @@ -470648,15 +470920,15 @@ }, { "type": "BreakStatement", - "start": 118869, - "end": 118874, + "start": 121259, + "end": 121264, "loc": { "start": { - "line": 2635, + "line": 2677, "column": 20 }, "end": { - "line": 2635, + "line": 2677, "column": 25 } }, @@ -470668,43 +470940,43 @@ ], "test": { "type": "CallExpression", - "start": 118283, - "end": 118433, + "start": 120673, + "end": 120823, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 171 } }, "callee": { "type": "MemberExpression", - "start": 118283, - "end": 118425, + "start": 120673, + "end": 120815, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 163 } }, "object": { "type": "RegExpLiteral", - "start": 118283, - "end": 118420, + "start": 120673, + "end": 120810, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 158 } }, @@ -470716,15 +470988,15 @@ }, "property": { "type": "Identifier", - "start": 118421, - "end": 118425, + "start": 120811, + "end": 120815, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 159 }, "end": { - "line": 2627, + "line": 2669, "column": 163 }, "identifierName": "test" @@ -470736,15 +471008,15 @@ "arguments": [ { "type": "Identifier", - "start": 118427, - "end": 118431, + "start": 120817, + "end": 120821, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 165 }, "end": { - "line": 2627, + "line": 2669, "column": 169 }, "identifierName": "cond" @@ -470756,73 +471028,73 @@ }, { "type": "SwitchCase", - "start": 118909, - "end": 119094, + "start": 121299, + "end": 121484, "loc": { "start": { - "line": 2637, + "line": 2679, "column": 16 }, "end": { - "line": 2641, + "line": 2683, "column": 25 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 118986, - "end": 119011, + "start": 121376, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 118986, - "end": 119011, + "start": 121376, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 118986, - "end": 119000, + "start": 121376, + "end": 121390, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 34 } }, "object": { "type": "Identifier", - "start": 118986, - "end": 118995, + "start": 121376, + "end": 121385, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 29 }, "identifierName": "condition" @@ -470832,15 +471104,15 @@ }, "property": { "type": "Identifier", - "start": 118996, - "end": 119000, + "start": 121386, + "end": 121390, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 30 }, "end": { - "line": 2639, + "line": 2681, "column": 34 }, "identifierName": "type" @@ -470852,15 +471124,15 @@ }, "right": { "type": "StringLiteral", - "start": 119004, - "end": 119011, + "start": 121394, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 38 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } }, @@ -470876,15 +471148,15 @@ { "type": "CommentLine", "value": " By matching regex string", - "start": 118938, - "end": 118965, + "start": 121328, + "end": 121355, "loc": { "start": { - "line": 2638, + "line": 2680, "column": 20 }, "end": { - "line": 2638, + "line": 2680, "column": 47 } } @@ -470893,58 +471165,58 @@ }, { "type": "ExpressionStatement", - "start": 119032, - "end": 119068, + "start": 121422, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 119032, - "end": 119068, + "start": 121422, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 119032, - "end": 119047, + "start": 121422, + "end": 121437, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 35 } }, "object": { "type": "Identifier", - "start": 119032, - "end": 119041, + "start": 121422, + "end": 121431, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 29 }, "identifierName": "condition" @@ -470953,15 +471225,15 @@ }, "property": { "type": "Identifier", - "start": 119042, - "end": 119047, + "start": 121432, + "end": 121437, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 30 }, "end": { - "line": 2640, + "line": 2682, "column": 35 }, "identifierName": "value" @@ -470972,29 +471244,29 @@ }, "right": { "type": "NewExpression", - "start": 119050, - "end": 119068, + "start": 121440, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 38 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } }, "callee": { "type": "Identifier", - "start": 119054, - "end": 119060, + "start": 121444, + "end": 121450, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 42 }, "end": { - "line": 2640, + "line": 2682, "column": 48 }, "identifierName": "RegExp" @@ -471004,15 +471276,15 @@ "arguments": [ { "type": "Identifier", - "start": 119062, - "end": 119066, + "start": 121452, + "end": 121456, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 50 }, "end": { - "line": 2640, + "line": 2682, "column": 54 }, "identifierName": "cond" @@ -471025,15 +471297,15 @@ }, { "type": "BreakStatement", - "start": 119089, - "end": 119094, + "start": 121479, + "end": 121484, "loc": { "start": { - "line": 2641, + "line": 2683, "column": 20 }, "end": { - "line": 2641, + "line": 2683, "column": 25 } }, @@ -471046,57 +471318,57 @@ }, { "type": "ExpressionStatement", - "start": 119121, - "end": 120397, + "start": 121511, + "end": 122787, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2672, + "line": 2714, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 119121, - "end": 120397, + "start": 121511, + "end": 122787, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2672, + "line": 2714, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 119121, - "end": 119141, + "start": 121511, + "end": 121531, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2643, + "line": 2685, "column": 32 } }, "object": { "type": "Identifier", - "start": 119121, - "end": 119133, + "start": 121511, + "end": 121523, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2643, + "line": 2685, "column": 24 }, "identifierName": "_cacheEvents" @@ -471105,15 +471377,15 @@ }, "property": { "type": "Identifier", - "start": 119134, - "end": 119141, + "start": 121524, + "end": 121531, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 25 }, "end": { - "line": 2643, + "line": 2685, "column": 32 }, "identifierName": "forEach" @@ -471125,15 +471397,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 119143, - "end": 120396, + "start": 121533, + "end": 122786, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 34 }, "end": { - "line": 2672, + "line": 2714, "column": 13 } }, @@ -471144,15 +471416,15 @@ "params": [ { "type": "Identifier", - "start": 119145, - "end": 119148, + "start": 121535, + "end": 121538, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 36 }, "end": { - "line": 2643, + "line": 2685, "column": 39 }, "identifierName": "evt" @@ -471161,15 +471433,15 @@ }, { "type": "Identifier", - "start": 119150, - "end": 119154, + "start": 121540, + "end": 121544, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 41 }, "end": { - "line": 2643, + "line": 2685, "column": 45 }, "identifierName": "_idx" @@ -471179,59 +471451,59 @@ ], "body": { "type": "BlockStatement", - "start": 119160, - "end": 120396, + "start": 121550, + "end": 122786, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 51 }, "end": { - "line": 2672, + "line": 2714, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 119178, - "end": 119199, + "start": 121568, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 16 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 119182, - "end": 119199, + "start": 121572, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 20 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, "id": { "type": "Identifier", - "start": 119182, - "end": 119191, + "start": 121572, + "end": 121581, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 20 }, "end": { - "line": 2644, + "line": 2686, "column": 29 }, "identifierName": "is_remove" @@ -471240,15 +471512,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 119194, - "end": 119199, + "start": 121584, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 32 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } }, @@ -471260,43 +471532,43 @@ }, { "type": "SwitchStatement", - "start": 119233, - "end": 120282, + "start": 121623, + "end": 122672, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 16 }, "end": { - "line": 2668, + "line": 2710, "column": 17 } }, "discriminant": { "type": "MemberExpression", - "start": 119242, - "end": 119256, + "start": 121632, + "end": 121646, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 25 }, "end": { - "line": 2646, + "line": 2688, "column": 39 } }, "object": { "type": "Identifier", - "start": 119242, - "end": 119251, + "start": 121632, + "end": 121641, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 25 }, "end": { - "line": 2646, + "line": 2688, "column": 34 }, "identifierName": "condition" @@ -471305,15 +471577,15 @@ }, "property": { "type": "Identifier", - "start": 119252, - "end": 119256, + "start": 121642, + "end": 121646, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 35 }, "end": { - "line": 2646, + "line": 2688, "column": 39 }, "identifierName": "type" @@ -471325,87 +471597,87 @@ "cases": [ { "type": "SwitchCase", - "start": 119281, - "end": 119501, + "start": 121671, + "end": 121891, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 20 }, "end": { - "line": 2652, + "line": 2694, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 119297, - "end": 119501, + "start": 121687, + "end": 121891, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 36 }, "end": { - "line": 2652, + "line": 2694, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 119323, - "end": 119449, + "start": 121713, + "end": 121839, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 24 }, "end": { - "line": 2650, + "line": 2692, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 119328, - "end": 119374, + "start": 121718, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 75 } }, "left": { "type": "CallExpression", - "start": 119328, - "end": 119355, + "start": 121718, + "end": 121745, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 56 } }, "callee": { "type": "Identifier", - "start": 119328, - "end": 119336, + "start": 121718, + "end": 121726, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 37 }, "identifierName": "parseInt" @@ -471415,29 +471687,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 119338, - "end": 119349, + "start": 121728, + "end": 121739, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 39 }, "end": { - "line": 2648, + "line": 2690, "column": 50 } }, "object": { "type": "Identifier", - "start": 119338, - "end": 119341, + "start": 121728, + "end": 121731, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 39 }, "end": { - "line": 2648, + "line": 2690, "column": 42 }, "identifierName": "evt" @@ -471446,15 +471718,15 @@ }, "property": { "type": "Identifier", - "start": 119342, - "end": 119349, + "start": 121732, + "end": 121739, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 43 }, "end": { - "line": 2648, + "line": 2690, "column": 50 }, "identifierName": "eventId" @@ -471465,15 +471737,15 @@ }, { "type": "NumericLiteral", - "start": 119351, - "end": 119353, + "start": 121741, + "end": 121743, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 52 }, "end": { - "line": 2648, + "line": 2690, "column": 54 } }, @@ -471488,29 +471760,29 @@ "operator": "==", "right": { "type": "MemberExpression", - "start": 119359, - "end": 119374, + "start": 121749, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 60 }, "end": { - "line": 2648, + "line": 2690, "column": 75 } }, "object": { "type": "Identifier", - "start": 119359, - "end": 119368, + "start": 121749, + "end": 121758, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 60 }, "end": { - "line": 2648, + "line": 2690, "column": 69 }, "identifierName": "condition" @@ -471519,15 +471791,15 @@ }, "property": { "type": "Identifier", - "start": 119369, - "end": 119374, + "start": 121759, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 70 }, "end": { - "line": 2648, + "line": 2690, "column": 75 }, "identifierName": "value" @@ -471539,59 +471811,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 119377, - "end": 119449, + "start": 121767, + "end": 121839, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 78 }, "end": { - "line": 2650, + "line": 2692, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 119407, - "end": 119423, + "start": 121797, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 119407, - "end": 119423, + "start": 121797, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 119407, - "end": 119416, + "start": 121797, + "end": 121806, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 37 }, "identifierName": "is_remove" @@ -471600,15 +471872,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 119419, - "end": 119423, + "start": 121809, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 40 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } }, @@ -471623,15 +471895,15 @@ }, { "type": "BreakStatement", - "start": 119474, - "end": 119479, + "start": 121864, + "end": 121869, "loc": { "start": { - "line": 2651, + "line": 2693, "column": 24 }, "end": { - "line": 2651, + "line": 2693, "column": 29 } }, @@ -471643,15 +471915,15 @@ ], "test": { "type": "StringLiteral", - "start": 119286, - "end": 119295, + "start": 121676, + "end": 121685, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 25 }, "end": { - "line": 2647, + "line": 2689, "column": 34 } }, @@ -471664,74 +471936,74 @@ }, { "type": "SwitchCase", - "start": 119522, - "end": 120026, + "start": 121912, + "end": 122416, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 20 }, "end": { - "line": 2661, + "line": 2703, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 119540, - "end": 120026, + "start": 121930, + "end": 122416, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 38 }, "end": { - "line": 2661, + "line": 2703, "column": 21 } }, "body": [ { "type": "VariableDeclaration", - "start": 119566, - "end": 119812, + "start": 121956, + "end": 122202, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 24 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 119570, - "end": 119674, + "start": 121960, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 28 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, "id": { "type": "Identifier", - "start": 119570, - "end": 119576, + "start": 121960, + "end": 121966, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 28 }, "end": { - "line": 2654, + "line": 2696, "column": 34 }, "identifierName": "_fromX" @@ -471740,57 +472012,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 119579, - "end": 119674, + "start": 121969, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, "test": { "type": "MemberExpression", - "start": 119579, - "end": 119599, + "start": 121969, + "end": 121989, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 119579, - "end": 119594, + "start": 121969, + "end": 121984, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 52 } }, "object": { "type": "Identifier", - "start": 119579, - "end": 119588, + "start": 121969, + "end": 121978, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 46 }, "identifierName": "condition" @@ -471799,15 +472071,15 @@ }, "property": { "type": "Identifier", - "start": 119589, - "end": 119594, + "start": 121979, + "end": 121984, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 47 }, "end": { - "line": 2654, + "line": 2696, "column": 52 }, "identifierName": "value" @@ -471818,15 +472090,15 @@ }, "property": { "type": "Identifier", - "start": 119595, - "end": 119599, + "start": 121985, + "end": 121989, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 53 }, "end": { - "line": 2654, + "line": 2696, "column": 57 }, "identifierName": "from" @@ -471837,43 +472109,43 @@ }, "consequent": { "type": "CallExpression", - "start": 119602, - "end": 119670, + "start": 121992, + "end": 122060, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 128 } }, "callee": { "type": "MemberExpression", - "start": 119602, - "end": 119611, + "start": 121992, + "end": 122001, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 69 } }, "object": { "type": "Identifier", - "start": 119602, - "end": 119606, + "start": 121992, + "end": 121996, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 64 }, "identifierName": "Math" @@ -471882,15 +472154,15 @@ }, "property": { "type": "Identifier", - "start": 119607, - "end": 119611, + "start": 121997, + "end": 122001, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 65 }, "end": { - "line": 2654, + "line": 2696, "column": 69 }, "identifierName": "ceil" @@ -471902,58 +472174,58 @@ "arguments": [ { "type": "CallExpression", - "start": 119613, - "end": 119668, + "start": 122003, + "end": 122058, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 126 } }, "callee": { "type": "MemberExpression", - "start": 119613, - "end": 119633, + "start": 122003, + "end": 122023, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 119613, - "end": 119617, + "start": 122003, + "end": 122007, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 75 } } }, "property": { "type": "Identifier", - "start": 119618, - "end": 119633, + "start": 122008, + "end": 122023, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 76 }, "end": { - "line": 2654, + "line": 2696, "column": 91 }, "identifierName": "_getCoordinateX" @@ -471965,71 +472237,71 @@ "arguments": [ { "type": "CallExpression", - "start": 119635, - "end": 119666, + "start": 122025, + "end": 122056, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 124 } }, "callee": { "type": "MemberExpression", - "start": 119635, - "end": 119664, + "start": 122025, + "end": 122054, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 122 } }, "object": { "type": "MemberExpression", - "start": 119635, - "end": 119655, + "start": 122025, + "end": 122045, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 113 } }, "object": { "type": "MemberExpression", - "start": 119635, - "end": 119650, + "start": 122025, + "end": 122040, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 108 } }, "object": { "type": "Identifier", - "start": 119635, - "end": 119644, + "start": 122025, + "end": 122034, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 102 }, "identifierName": "condition" @@ -472038,15 +472310,15 @@ }, "property": { "type": "Identifier", - "start": 119645, - "end": 119650, + "start": 122035, + "end": 122040, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 103 }, "end": { - "line": 2654, + "line": 2696, "column": 108 }, "identifierName": "value" @@ -472057,15 +472329,15 @@ }, "property": { "type": "Identifier", - "start": 119651, - "end": 119655, + "start": 122041, + "end": 122045, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 109 }, "end": { - "line": 2654, + "line": 2696, "column": 113 }, "identifierName": "from" @@ -472076,15 +472348,15 @@ }, "property": { "type": "Identifier", - "start": 119656, - "end": 119664, + "start": 122046, + "end": 122054, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 114 }, "end": { - "line": 2654, + "line": 2696, "column": 122 }, "identifierName": "toString" @@ -472101,15 +472373,15 @@ }, "alternate": { "type": "NumericLiteral", - "start": 119673, - "end": 119674, + "start": 122063, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 131 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } }, @@ -472123,29 +472395,29 @@ }, { "type": "VariableDeclarator", - "start": 119704, - "end": 119812, + "start": 122094, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 28 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "id": { "type": "Identifier", - "start": 119704, - "end": 119708, + "start": 122094, + "end": 122098, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 28 }, "end": { - "line": 2655, + "line": 2697, "column": 32 }, "identifierName": "_toX" @@ -472154,57 +472426,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 119713, - "end": 119812, + "start": 122103, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } }, "test": { "type": "MemberExpression", - "start": 119713, - "end": 119731, + "start": 122103, + "end": 122121, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 119713, - "end": 119728, + "start": 122103, + "end": 122118, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 52 } }, "object": { "type": "Identifier", - "start": 119713, - "end": 119722, + "start": 122103, + "end": 122112, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 46 }, "identifierName": "condition" @@ -472213,15 +472485,15 @@ }, "property": { "type": "Identifier", - "start": 119723, - "end": 119728, + "start": 122113, + "end": 122118, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 47 }, "end": { - "line": 2655, + "line": 2697, "column": 52 }, "identifierName": "value" @@ -472232,15 +472504,15 @@ }, "property": { "type": "Identifier", - "start": 119729, - "end": 119731, + "start": 122119, + "end": 122121, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 53 }, "end": { - "line": 2655, + "line": 2697, "column": 55 }, "identifierName": "to" @@ -472251,43 +472523,43 @@ }, "consequent": { "type": "CallExpression", - "start": 119736, - "end": 119803, + "start": 122126, + "end": 122193, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 127 } }, "callee": { "type": "MemberExpression", - "start": 119736, - "end": 119746, + "start": 122126, + "end": 122136, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 70 } }, "object": { "type": "Identifier", - "start": 119736, - "end": 119740, + "start": 122126, + "end": 122130, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 64 }, "identifierName": "Math" @@ -472296,15 +472568,15 @@ }, "property": { "type": "Identifier", - "start": 119741, - "end": 119746, + "start": 122131, + "end": 122136, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 65 }, "end": { - "line": 2655, + "line": 2697, "column": 70 }, "identifierName": "floor" @@ -472316,58 +472588,58 @@ "arguments": [ { "type": "CallExpression", - "start": 119748, - "end": 119801, + "start": 122138, + "end": 122191, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 125 } }, "callee": { "type": "MemberExpression", - "start": 119748, - "end": 119768, + "start": 122138, + "end": 122158, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 119748, - "end": 119752, + "start": 122138, + "end": 122142, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 76 } } }, "property": { "type": "Identifier", - "start": 119753, - "end": 119768, + "start": 122143, + "end": 122158, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 77 }, "end": { - "line": 2655, + "line": 2697, "column": 92 }, "identifierName": "_getCoordinateX" @@ -472379,71 +472651,71 @@ "arguments": [ { "type": "CallExpression", - "start": 119770, - "end": 119799, + "start": 122160, + "end": 122189, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 123 } }, "callee": { "type": "MemberExpression", - "start": 119770, - "end": 119797, + "start": 122160, + "end": 122187, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 121 } }, "object": { "type": "MemberExpression", - "start": 119770, - "end": 119788, + "start": 122160, + "end": 122178, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 119770, - "end": 119785, + "start": 122160, + "end": 122175, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 109 } }, "object": { "type": "Identifier", - "start": 119770, - "end": 119779, + "start": 122160, + "end": 122169, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 103 }, "identifierName": "condition" @@ -472452,15 +472724,15 @@ }, "property": { "type": "Identifier", - "start": 119780, - "end": 119785, + "start": 122170, + "end": 122175, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 104 }, "end": { - "line": 2655, + "line": 2697, "column": 109 }, "identifierName": "value" @@ -472471,15 +472743,15 @@ }, "property": { "type": "Identifier", - "start": 119786, - "end": 119788, + "start": 122176, + "end": 122178, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 110 }, "end": { - "line": 2655, + "line": 2697, "column": 112 }, "identifierName": "to" @@ -472490,15 +472762,15 @@ }, "property": { "type": "Identifier", - "start": 119789, - "end": 119797, + "start": 122179, + "end": 122187, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 113 }, "end": { - "line": 2655, + "line": 2697, "column": 121 }, "identifierName": "toString" @@ -472515,15 +472787,15 @@ }, "alternate": { "type": "Identifier", - "start": 119806, - "end": 119812, + "start": 122196, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 130 }, "end": { - "line": 2655, + "line": 2697, "column": 136 }, "identifierName": "_fromX" @@ -472537,57 +472809,57 @@ }, { "type": "IfStatement", - "start": 119862, - "end": 119974, + "start": 122252, + "end": 122364, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 24 }, "end": { - "line": 2659, + "line": 2701, "column": 25 } }, "test": { "type": "LogicalExpression", - "start": 119867, - "end": 119899, + "start": 122257, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 61 } }, "left": { "type": "BinaryExpression", - "start": 119867, - "end": 119882, + "start": 122257, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 44 } }, "left": { "type": "Identifier", - "start": 119867, - "end": 119873, + "start": 122257, + "end": 122263, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 35 }, "identifierName": "_fromX" @@ -472597,29 +472869,29 @@ "operator": "<=", "right": { "type": "MemberExpression", - "start": 119877, - "end": 119882, + "start": 122267, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 39 }, "end": { - "line": 2657, + "line": 2699, "column": 44 } }, "object": { "type": "Identifier", - "start": 119877, - "end": 119880, + "start": 122267, + "end": 122270, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 39 }, "end": { - "line": 2657, + "line": 2699, "column": 42 }, "identifierName": "evt" @@ -472628,15 +472900,15 @@ }, "property": { "type": "Identifier", - "start": 119881, - "end": 119882, + "start": 122271, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 43 }, "end": { - "line": 2657, + "line": 2699, "column": 44 }, "identifierName": "x" @@ -472649,43 +472921,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 119886, - "end": 119899, + "start": 122276, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 119886, - "end": 119891, + "start": 122276, + "end": 122281, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 53 } }, "object": { "type": "Identifier", - "start": 119886, - "end": 119889, + "start": 122276, + "end": 122279, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 51 }, "identifierName": "evt" @@ -472694,15 +472966,15 @@ }, "property": { "type": "Identifier", - "start": 119890, - "end": 119891, + "start": 122280, + "end": 122281, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 52 }, "end": { - "line": 2657, + "line": 2699, "column": 53 }, "identifierName": "x" @@ -472714,15 +472986,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 119895, - "end": 119899, + "start": 122285, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 57 }, "end": { - "line": 2657, + "line": 2699, "column": 61 }, "identifierName": "_toX" @@ -472733,59 +473005,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 119902, - "end": 119974, + "start": 122292, + "end": 122364, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 64 }, "end": { - "line": 2659, + "line": 2701, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 119932, - "end": 119948, + "start": 122322, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 119932, - "end": 119948, + "start": 122322, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 119932, - "end": 119941, + "start": 122322, + "end": 122331, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 37 }, "identifierName": "is_remove" @@ -472794,15 +473066,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 119944, - "end": 119948, + "start": 122334, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 40 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } }, @@ -472817,15 +473089,15 @@ }, { "type": "BreakStatement", - "start": 119999, - "end": 120004, + "start": 122389, + "end": 122394, "loc": { "start": { - "line": 2660, + "line": 2702, "column": 24 }, "end": { - "line": 2660, + "line": 2702, "column": 29 } }, @@ -472837,15 +473109,15 @@ ], "test": { "type": "StringLiteral", - "start": 119527, - "end": 119538, + "start": 121917, + "end": 121928, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 25 }, "end": { - "line": 2653, + "line": 2695, "column": 36 } }, @@ -472858,101 +473130,101 @@ }, { "type": "SwitchCase", - "start": 120047, - "end": 120264, + "start": 122437, + "end": 122654, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 20 }, "end": { - "line": 2667, + "line": 2709, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 120061, - "end": 120264, + "start": 122451, + "end": 122654, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 34 }, "end": { - "line": 2667, + "line": 2709, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 120087, - "end": 120212, + "start": 122477, + "end": 122602, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 24 }, "end": { - "line": 2665, + "line": 2707, "column": 25 } }, "test": { "type": "CallExpression", - "start": 120092, - "end": 120137, + "start": 122482, + "end": 122527, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 120092, - "end": 120112, + "start": 122482, + "end": 122502, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 120092, - "end": 120107, + "start": 122482, + "end": 122497, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 44 } }, "object": { "type": "Identifier", - "start": 120092, - "end": 120101, + "start": 122482, + "end": 122491, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 38 }, "identifierName": "condition" @@ -472961,15 +473233,15 @@ }, "property": { "type": "Identifier", - "start": 120102, - "end": 120107, + "start": 122492, + "end": 122497, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 39 }, "end": { - "line": 2663, + "line": 2705, "column": 44 }, "identifierName": "value" @@ -472980,15 +473252,15 @@ }, "property": { "type": "Identifier", - "start": 120108, - "end": 120112, + "start": 122498, + "end": 122502, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 45 }, "end": { - "line": 2663, + "line": 2705, "column": 49 }, "identifierName": "test" @@ -473000,43 +473272,43 @@ "arguments": [ { "type": "CallExpression", - "start": 120114, - "end": 120135, + "start": 122504, + "end": 122525, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 120114, - "end": 120128, + "start": 122504, + "end": 122518, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 65 } }, "object": { "type": "Identifier", - "start": 120114, - "end": 120118, + "start": 122504, + "end": 122508, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 55 }, "identifierName": "JSON" @@ -473045,15 +473317,15 @@ }, "property": { "type": "Identifier", - "start": 120119, - "end": 120128, + "start": 122509, + "end": 122518, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 56 }, "end": { - "line": 2663, + "line": 2705, "column": 65 }, "identifierName": "stringify" @@ -473065,15 +473337,15 @@ "arguments": [ { "type": "Identifier", - "start": 120130, - "end": 120133, + "start": 122520, + "end": 122523, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 67 }, "end": { - "line": 2663, + "line": 2705, "column": 70 }, "identifierName": "evt" @@ -473086,59 +473358,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 120140, - "end": 120212, + "start": 122530, + "end": 122602, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 77 }, "end": { - "line": 2665, + "line": 2707, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 120170, - "end": 120186, + "start": 122560, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 120170, - "end": 120186, + "start": 122560, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 120170, - "end": 120179, + "start": 122560, + "end": 122569, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 37 }, "identifierName": "is_remove" @@ -473147,15 +473419,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 120182, - "end": 120186, + "start": 122572, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 40 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } }, @@ -473170,15 +473442,15 @@ }, { "type": "BreakStatement", - "start": 120237, - "end": 120242, + "start": 122627, + "end": 122632, "loc": { "start": { - "line": 2666, + "line": 2708, "column": 24 }, "end": { - "line": 2666, + "line": 2708, "column": 29 } }, @@ -473190,15 +473462,15 @@ ], "test": { "type": "StringLiteral", - "start": 120052, - "end": 120059, + "start": 122442, + "end": 122449, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 25 }, "end": { - "line": 2662, + "line": 2704, "column": 32 } }, @@ -473213,29 +473485,29 @@ }, { "type": "IfStatement", - "start": 120299, - "end": 120382, + "start": 122689, + "end": 122772, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 16 }, "end": { - "line": 2671, + "line": 2713, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 120304, - "end": 120315, + "start": 122694, + "end": 122705, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 21 }, "end": { - "line": 2669, + "line": 2711, "column": 32 } }, @@ -473243,15 +473515,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 120306, - "end": 120315, + "start": 122696, + "end": 122705, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 23 }, "end": { - "line": 2669, + "line": 2711, "column": 32 }, "identifierName": "is_remove" @@ -473264,72 +473536,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 120318, - "end": 120382, + "start": 122708, + "end": 122772, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 35 }, "end": { - "line": 2671, + "line": 2713, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 120340, - "end": 120364, + "start": 122730, + "end": 122754, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 120340, - "end": 120364, + "start": 122730, + "end": 122754, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 120340, - "end": 120357, + "start": 122730, + "end": 122747, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 37 } }, "object": { "type": "Identifier", - "start": 120340, - "end": 120352, + "start": 122730, + "end": 122742, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 32 }, "identifierName": "remainEvents" @@ -473338,15 +473610,15 @@ }, "property": { "type": "Identifier", - "start": 120353, - "end": 120357, + "start": 122743, + "end": 122747, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 33 }, "end": { - "line": 2670, + "line": 2712, "column": 37 }, "identifierName": "push" @@ -473358,15 +473630,15 @@ "arguments": [ { "type": "Identifier", - "start": 120359, - "end": 120362, + "start": 122749, + "end": 122752, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 39 }, "end": { - "line": 2670, + "line": 2712, "column": 42 }, "identifierName": "evt" @@ -473397,44 +473669,44 @@ }, { "type": "ExpressionStatement", - "start": 120417, - "end": 120474, + "start": 122807, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 120417, - "end": 120474, + "start": 122807, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "operator": "=", "left": { "type": "Identifier", - "start": 120417, - "end": 120428, + "start": 122807, + "end": 122818, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 19 }, "identifierName": "remove_done" @@ -473443,43 +473715,43 @@ }, "right": { "type": "BinaryExpression", - "start": 120431, - "end": 120474, + "start": 122821, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 120431, - "end": 120450, + "start": 122821, + "end": 122840, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 41 } }, "object": { "type": "Identifier", - "start": 120431, - "end": 120443, + "start": 122821, + "end": 122833, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 34 }, "identifierName": "remainEvents" @@ -473488,15 +473760,15 @@ }, "property": { "type": "Identifier", - "start": 120444, - "end": 120450, + "start": 122834, + "end": 122840, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 35 }, "end": { - "line": 2674, + "line": 2716, "column": 41 }, "identifierName": "length" @@ -473508,29 +473780,29 @@ "operator": "!==", "right": { "type": "MemberExpression", - "start": 120455, - "end": 120474, + "start": 122845, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 46 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } }, "object": { "type": "Identifier", - "start": 120455, - "end": 120467, + "start": 122845, + "end": 122857, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 46 }, "end": { - "line": 2674, + "line": 2716, "column": 58 }, "identifierName": "_cacheEvents" @@ -473539,15 +473811,15 @@ }, "property": { "type": "Identifier", - "start": 120468, - "end": 120474, + "start": 122858, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 59 }, "end": { - "line": 2674, + "line": 2716, "column": 65 }, "identifierName": "length" @@ -473561,29 +473833,29 @@ }, { "type": "IfStatement", - "start": 120483, - "end": 120534, + "start": 122873, + "end": 122924, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 8 }, "end": { - "line": 2677, + "line": 2719, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 120488, - "end": 120501, + "start": 122878, + "end": 122891, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 13 }, "end": { - "line": 2675, + "line": 2717, "column": 26 } }, @@ -473591,15 +473863,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 120490, - "end": 120501, + "start": 122880, + "end": 122891, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 15 }, "end": { - "line": 2675, + "line": 2717, "column": 26 }, "identifierName": "remove_done" @@ -473612,30 +473884,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 120504, - "end": 120534, + "start": 122894, + "end": 122924, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 29 }, "end": { - "line": 2677, + "line": 2719, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 120518, - "end": 120524, + "start": 122908, + "end": 122914, "loc": { "start": { - "line": 2676, + "line": 2718, "column": 12 }, "end": { - "line": 2676, + "line": 2718, "column": 18 } }, @@ -473648,72 +473920,72 @@ }, { "type": "ExpressionStatement", - "start": 120552, - "end": 120585, + "start": 122942, + "end": 122975, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 120552, - "end": 120585, + "start": 122942, + "end": 122975, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 120552, - "end": 120569, + "start": 122942, + "end": 122959, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 120552, - "end": 120556, + "start": 122942, + "end": 122946, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 12 } } }, "property": { "type": "Identifier", - "start": 120557, - "end": 120569, + "start": 122947, + "end": 122959, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 13 }, "end": { - "line": 2679, + "line": 2721, "column": 25 }, "identifierName": "_saveToCache" @@ -473725,15 +473997,15 @@ "arguments": [ { "type": "Identifier", - "start": 120571, - "end": 120583, + "start": 122961, + "end": 122973, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 27 }, "end": { - "line": 2679, + "line": 2721, "column": 39 }, "identifierName": "remainEvents" @@ -473745,72 +474017,72 @@ }, { "type": "ExpressionStatement", - "start": 120603, - "end": 120621, + "start": 122993, + "end": 123011, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 120603, - "end": 120621, + "start": 122993, + "end": 123011, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 120603, - "end": 120619, + "start": 122993, + "end": 123009, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 120603, - "end": 120607, + "start": 122993, + "end": 122997, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 12 } } }, "property": { "type": "Identifier", - "start": 120608, - "end": 120619, + "start": 122998, + "end": 123009, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 13 }, "end": { - "line": 2681, + "line": 2723, "column": 24 }, "identifierName": "_placeEvent" @@ -473824,29 +474096,29 @@ }, { "type": "IfStatement", - "start": 120639, - "end": 120832, + "start": 123029, + "end": 123222, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 8 }, "end": { - "line": 2687, + "line": 2729, "column": 9 } }, "test": { "type": "Identifier", - "start": 120644, - "end": 120652, + "start": 123034, + "end": 123042, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 13 }, "end": { - "line": 2683, + "line": 2725, "column": 21 }, "identifierName": "callback" @@ -473855,87 +474127,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 120655, - "end": 120832, + "start": 123045, + "end": 123222, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 24 }, "end": { - "line": 2687, + "line": 2729, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 120669, - "end": 120747, + "start": 123059, + "end": 123137, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 90 } }, "expression": { "type": "CallExpression", - "start": 120669, - "end": 120747, + "start": 123059, + "end": 123137, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 120669, - "end": 120680, + "start": 123059, + "end": 123070, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 120669, - "end": 120673, + "start": 123059, + "end": 123063, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 16 } } }, "property": { "type": "Identifier", - "start": 120674, - "end": 120680, + "start": 123064, + "end": 123070, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 17 }, "end": { - "line": 2684, + "line": 2726, "column": 23 }, "identifierName": "_debug" @@ -473947,15 +474219,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 120682, - "end": 120745, + "start": 123072, + "end": 123135, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 25 }, "end": { - "line": 2684, + "line": 2726, "column": 88 } }, @@ -473970,43 +474242,43 @@ }, { "type": "ExpressionStatement", - "start": 120773, - "end": 120822, + "start": 123163, + "end": 123212, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 120773, - "end": 120822, + "start": 123163, + "end": 123212, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 61 } }, "callee": { "type": "Identifier", - "start": 120773, - "end": 120781, + "start": 123163, + "end": 123171, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 20 }, "identifierName": "callback" @@ -474016,44 +474288,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 120783, - "end": 120796, + "start": 123173, + "end": 123186, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 22 }, "end": { - "line": 2686, + "line": 2728, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 120783, - "end": 120787, + "start": 123173, + "end": 123177, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 22 }, "end": { - "line": 2686, + "line": 2728, "column": 26 } } }, "property": { "type": "Identifier", - "start": 120788, - "end": 120796, + "start": 123178, + "end": 123186, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 27 }, "end": { - "line": 2686, + "line": 2728, "column": 35 }, "identifierName": "_element" @@ -474064,44 +474336,44 @@ }, { "type": "MemberExpression", - "start": 120798, - "end": 120810, + "start": 123188, + "end": 123200, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 37 }, "end": { - "line": 2686, + "line": 2728, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 120798, - "end": 120802, + "start": 123188, + "end": 123192, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 37 }, "end": { - "line": 2686, + "line": 2728, "column": 41 } } }, "property": { "type": "Identifier", - "start": 120803, - "end": 120810, + "start": 123193, + "end": 123200, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 42 }, "end": { - "line": 2686, + "line": 2728, "column": 49 }, "identifierName": "_config" @@ -474112,15 +474384,15 @@ }, { "type": "Identifier", - "start": 120812, - "end": 120820, + "start": 123202, + "end": 123210, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 51 }, "end": { - "line": 2686, + "line": 2728, "column": 59 }, "identifierName": "userdata" @@ -474143,15 +474415,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -474161,15 +474433,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -474178,15 +474450,15 @@ }, { "type": "ClassMethod", - "start": 121100, - "end": 122906, + "start": 123490, + "end": 125296, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 4 }, "end": { - "line": 2743, + "line": 2785, "column": 5 } }, @@ -474194,15 +474466,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 121100, - "end": 121111, + "start": 123490, + "end": 123501, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 4 }, "end": { - "line": 2696, + "line": 2738, "column": 15 }, "identifierName": "updateEvent" @@ -474218,29 +474490,29 @@ "params": [ { "type": "RestElement", - "start": 121113, - "end": 121120, + "start": 123503, + "end": 123510, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 17 }, "end": { - "line": 2696, + "line": 2738, "column": 24 } }, "argument": { "type": "Identifier", - "start": 121116, - "end": 121120, + "start": 123506, + "end": 123510, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 20 }, "end": { - "line": 2696, + "line": 2738, "column": 24 }, "identifierName": "args" @@ -474251,87 +474523,87 @@ ], "body": { "type": "BlockStatement", - "start": 121123, - "end": 122906, + "start": 123513, + "end": 125296, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 27 }, "end": { - "line": 2743, + "line": 2785, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 121133, - "end": 121161, + "start": 123523, + "end": 123551, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 121133, - "end": 121161, + "start": 123523, + "end": 123551, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 121133, - "end": 121144, + "start": 123523, + "end": 123534, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 121133, - "end": 121137, + "start": 123523, + "end": 123527, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 12 } } }, "property": { "type": "Identifier", - "start": 121138, - "end": 121144, + "start": 123528, + "end": 123534, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 13 }, "end": { - "line": 2697, + "line": 2739, "column": 19 }, "identifierName": "_debug" @@ -474343,15 +474615,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 121146, - "end": 121159, + "start": 123536, + "end": 123549, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 21 }, "end": { - "line": 2697, + "line": 2739, "column": 34 } }, @@ -474366,44 +474638,44 @@ }, { "type": "VariableDeclaration", - "start": 121179, - "end": 121535, + "start": 123569, + "end": 123925, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 8 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 121183, - "end": 121205, + "start": 123573, + "end": 123595, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 12 }, "end": { - "line": 2699, + "line": 2741, "column": 34 } }, "id": { "type": "Identifier", - "start": 121183, - "end": 121188, + "start": 123573, + "end": 123578, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 12 }, "end": { - "line": 2699, + "line": 2741, "column": 17 }, "identifierName": "_args" @@ -474412,29 +474684,29 @@ }, "init": { "type": "MemberExpression", - "start": 121198, - "end": 121205, + "start": 123588, + "end": 123595, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 27 }, "end": { - "line": 2699, + "line": 2741, "column": 34 } }, "object": { "type": "Identifier", - "start": 121198, - "end": 121202, + "start": 123588, + "end": 123592, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 27 }, "end": { - "line": 2699, + "line": 2741, "column": 31 }, "identifierName": "args" @@ -474443,15 +474715,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121203, - "end": 121204, + "start": 123593, + "end": 123594, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 32 }, "end": { - "line": 2699, + "line": 2741, "column": 33 } }, @@ -474466,29 +474738,29 @@ }, { "type": "VariableDeclarator", - "start": 121219, - "end": 121287, + "start": 123609, + "end": 123677, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 12 }, "end": { - "line": 2700, + "line": 2742, "column": 80 } }, "id": { "type": "Identifier", - "start": 121219, - "end": 121225, + "start": 123609, + "end": 123615, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 12 }, "end": { - "line": 2700, + "line": 2742, "column": 18 }, "identifierName": "events" @@ -474497,58 +474769,58 @@ }, "init": { "type": "CallExpression", - "start": 121234, - "end": 121287, + "start": 123624, + "end": 123677, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 121234, - "end": 121249, + "start": 123624, + "end": 123639, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 121234, - "end": 121238, + "start": 123624, + "end": 123628, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 31 } } }, "property": { "type": "Identifier", - "start": 121239, - "end": 121249, + "start": 123629, + "end": 123639, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 32 }, "end": { - "line": 2700, + "line": 2742, "column": 42 }, "identifierName": "supplement" @@ -474560,44 +474832,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 121251, - "end": 121255, + "start": 123641, + "end": 123645, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 44 }, "end": { - "line": 2700, + "line": 2742, "column": 48 } } }, { "type": "MemberExpression", - "start": 121257, - "end": 121265, + "start": 123647, + "end": 123655, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 50 }, "end": { - "line": 2700, + "line": 2742, "column": 58 } }, "object": { "type": "Identifier", - "start": 121257, - "end": 121262, + "start": 123647, + "end": 123652, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 50 }, "end": { - "line": 2700, + "line": 2742, "column": 55 }, "identifierName": "_args" @@ -474606,15 +474878,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121263, - "end": 121264, + "start": 123653, + "end": 123654, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 56 }, "end": { - "line": 2700, + "line": 2742, "column": 57 } }, @@ -474628,44 +474900,44 @@ }, { "type": "MemberExpression", - "start": 121267, - "end": 121285, + "start": 123657, + "end": 123675, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 60 }, "end": { - "line": 2700, + "line": 2742, "column": 78 } }, "object": { "type": "ThisExpression", - "start": 121267, - "end": 121271, + "start": 123657, + "end": 123661, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 60 }, "end": { - "line": 2700, + "line": 2742, "column": 64 } } }, "property": { "type": "Identifier", - "start": 121272, - "end": 121285, + "start": 123662, + "end": 123675, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 65 }, "end": { - "line": 2700, + "line": 2742, "column": 78 }, "identifierName": "validateArray" @@ -474679,29 +474951,29 @@ }, { "type": "VariableDeclarator", - "start": 121301, - "end": 121384, + "start": 123691, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 12 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } }, "id": { "type": "Identifier", - "start": 121301, - "end": 121309, + "start": 123691, + "end": 123699, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 12 }, "end": { - "line": 2701, + "line": 2743, "column": 20 }, "identifierName": "callback" @@ -474710,71 +474982,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 121316, - "end": 121384, + "start": 123706, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 121316, - "end": 121366, + "start": 123706, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 121316, - "end": 121332, + "start": 123706, + "end": 123722, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 121316, - "end": 121328, + "start": 123706, + "end": 123718, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 39 } }, "object": { "type": "Identifier", - "start": 121316, - "end": 121321, + "start": 123706, + "end": 123711, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 32 }, "identifierName": "_args" @@ -474783,15 +475055,15 @@ }, "property": { "type": "Identifier", - "start": 121322, - "end": 121328, + "start": 123712, + "end": 123718, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 33 }, "end": { - "line": 2701, + "line": 2743, "column": 39 }, "identifierName": "length" @@ -474803,15 +475075,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 121331, - "end": 121332, + "start": 123721, + "end": 123722, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 42 }, "end": { - "line": 2701, + "line": 2743, "column": 43 } }, @@ -474825,29 +475097,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 121336, - "end": 121366, + "start": 123726, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 47 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 121336, - "end": 121351, + "start": 123726, + "end": 123741, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 47 }, "end": { - "line": 2701, + "line": 2743, "column": 62 } }, @@ -474855,29 +475127,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 121343, - "end": 121351, + "start": 123733, + "end": 123741, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 54 }, "end": { - "line": 2701, + "line": 2743, "column": 62 } }, "object": { "type": "Identifier", - "start": 121343, - "end": 121348, + "start": 123733, + "end": 123738, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 54 }, "end": { - "line": 2701, + "line": 2743, "column": 59 }, "identifierName": "_args" @@ -474886,15 +475158,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121349, - "end": 121350, + "start": 123739, + "end": 123740, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 60 }, "end": { - "line": 2701, + "line": 2743, "column": 61 } }, @@ -474913,15 +475185,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 121356, - "end": 121366, + "start": 123746, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 67 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } }, @@ -474935,29 +475207,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 121369, - "end": 121377, + "start": 123759, + "end": 123767, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 80 }, "end": { - "line": 2701, + "line": 2743, "column": 88 } }, "object": { "type": "Identifier", - "start": 121369, - "end": 121374, + "start": 123759, + "end": 123764, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 80 }, "end": { - "line": 2701, + "line": 2743, "column": 85 }, "identifierName": "_args" @@ -474966,15 +475238,15 @@ }, "property": { "type": "NumericLiteral", - "start": 121375, - "end": 121376, + "start": 123765, + "end": 123766, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 86 }, "end": { - "line": 2701, + "line": 2743, "column": 87 } }, @@ -474988,15 +475260,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 121380, - "end": 121384, + "start": 123770, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 91 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } } @@ -475005,29 +475277,29 @@ }, { "type": "VariableDeclarator", - "start": 121398, - "end": 121453, + "start": 123788, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 12 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } }, "id": { "type": "Identifier", - "start": 121398, - "end": 121406, + "start": 123788, + "end": 123796, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 12 }, "end": { - "line": 2702, + "line": 2744, "column": 20 }, "identifierName": "userdata" @@ -475036,57 +475308,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 121413, - "end": 121453, + "start": 123803, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 121413, - "end": 121429, + "start": 123803, + "end": 123819, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 121413, - "end": 121425, + "start": 123803, + "end": 123815, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 39 } }, "object": { "type": "Identifier", - "start": 121413, - "end": 121418, + "start": 123803, + "end": 123808, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 32 }, "identifierName": "_args" @@ -475095,15 +475367,15 @@ }, "property": { "type": "Identifier", - "start": 121419, - "end": 121425, + "start": 123809, + "end": 123815, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 33 }, "end": { - "line": 2702, + "line": 2744, "column": 39 }, "identifierName": "length" @@ -475115,15 +475387,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 121428, - "end": 121429, + "start": 123818, + "end": 123819, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 42 }, "end": { - "line": 2702, + "line": 2744, "column": 43 } }, @@ -475136,43 +475408,43 @@ }, "consequent": { "type": "CallExpression", - "start": 121432, - "end": 121446, + "start": 123822, + "end": 123836, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 121432, - "end": 121443, + "start": 123822, + "end": 123833, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 57 } }, "object": { "type": "Identifier", - "start": 121432, - "end": 121437, + "start": 123822, + "end": 123827, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 51 }, "identifierName": "_args" @@ -475181,15 +475453,15 @@ }, "property": { "type": "Identifier", - "start": 121438, - "end": 121443, + "start": 123828, + "end": 123833, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 52 }, "end": { - "line": 2702, + "line": 2744, "column": 57 }, "identifierName": "slice" @@ -475201,15 +475473,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 121444, - "end": 121445, + "start": 123834, + "end": 123835, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 58 }, "end": { - "line": 2702, + "line": 2744, "column": 59 } }, @@ -475223,15 +475495,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 121449, - "end": 121453, + "start": 123839, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 63 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } } @@ -475240,29 +475512,29 @@ }, { "type": "VariableDeclarator", - "start": 121467, - "end": 121501, + "start": 123857, + "end": 123891, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 12 }, "end": { - "line": 2703, + "line": 2745, "column": 46 } }, "id": { "type": "Identifier", - "start": 121467, - "end": 121479, + "start": 123857, + "end": 123869, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 12 }, "end": { - "line": 2703, + "line": 2745, "column": 24 }, "identifierName": "_cacheEvents" @@ -475271,58 +475543,58 @@ }, "init": { "type": "CallExpression", - "start": 121482, - "end": 121501, + "start": 123872, + "end": 123891, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 121482, - "end": 121499, + "start": 123872, + "end": 123889, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 121482, - "end": 121486, + "start": 123872, + "end": 123876, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 31 } } }, "property": { "type": "Identifier", - "start": 121487, - "end": 121499, + "start": 123877, + "end": 123889, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 32 }, "end": { - "line": 2703, + "line": 2745, "column": 44 }, "identifierName": "_loadToCache" @@ -475336,29 +475608,29 @@ }, { "type": "VariableDeclarator", - "start": 121515, - "end": 121535, + "start": 123905, + "end": 123925, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 12 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, "id": { "type": "Identifier", - "start": 121515, - "end": 121526, + "start": 123905, + "end": 123916, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 12 }, "end": { - "line": 2704, + "line": 2746, "column": 23 }, "identifierName": "update_done" @@ -475367,15 +475639,15 @@ }, "init": { "type": "BooleanLiteral", - "start": 121530, - "end": 121535, + "start": 123920, + "end": 123925, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 27 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } }, @@ -475387,100 +475659,100 @@ }, { "type": "IfStatement", - "start": 121553, - "end": 121670, + "start": 123943, + "end": 124060, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 8 }, "end": { - "line": 2708, + "line": 2750, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 121558, - "end": 121637, + "start": 123948, + "end": 124027, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 92 } }, "left": { "type": "LogicalExpression", - "start": 121558, - "end": 121604, + "start": 123948, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, "left": { "type": "CallExpression", - "start": 121558, - "end": 121581, + "start": 123948, + "end": 123971, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 121558, - "end": 121571, + "start": 123948, + "end": 123961, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 121558, - "end": 121562, + "start": 123948, + "end": 123952, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 17 } } }, "property": { "type": "Identifier", - "start": 121563, - "end": 121571, + "start": 123953, + "end": 123961, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 18 }, "end": { - "line": 2706, + "line": 2748, "column": 26 }, "identifierName": "is_empty" @@ -475492,15 +475764,15 @@ "arguments": [ { "type": "Identifier", - "start": 121573, - "end": 121579, + "start": 123963, + "end": 123969, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 28 }, "end": { - "line": 2706, + "line": 2748, "column": 34 }, "identifierName": "events" @@ -475512,15 +475784,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 121585, - "end": 121604, + "start": 123975, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 40 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, @@ -475528,44 +475800,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 121587, - "end": 121604, + "start": 123977, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 42 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 121587, - "end": 121591, + "start": 123977, + "end": 123981, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 42 }, "end": { - "line": 2706, + "line": 2748, "column": 46 } } }, "property": { "type": "Identifier", - "start": 121592, - "end": 121604, + "start": 123982, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 47 }, "end": { - "line": 2706, + "line": 2748, "column": 59 }, "identifierName": "_isCompleted" @@ -475582,58 +475854,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 121608, - "end": 121637, + "start": 123998, + "end": 124027, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 121608, - "end": 121621, + "start": 123998, + "end": 124011, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 121608, - "end": 121612, + "start": 123998, + "end": 124002, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 67 } } }, "property": { "type": "Identifier", - "start": 121613, - "end": 121621, + "start": 124003, + "end": 124011, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 68 }, "end": { - "line": 2706, + "line": 2748, "column": 76 }, "identifierName": "is_empty" @@ -475645,15 +475917,15 @@ "arguments": [ { "type": "Identifier", - "start": 121623, - "end": 121635, + "start": 124013, + "end": 124025, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 78 }, "end": { - "line": 2706, + "line": 2748, "column": 90 }, "identifierName": "_cacheEvents" @@ -475665,30 +475937,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 121640, - "end": 121670, + "start": 124030, + "end": 124060, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 95 }, "end": { - "line": 2708, + "line": 2750, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 121654, - "end": 121660, + "start": 124044, + "end": 124050, "loc": { "start": { - "line": 2707, + "line": 2749, "column": 12 }, "end": { - "line": 2707, + "line": 2749, "column": 18 } }, @@ -475701,57 +475973,57 @@ }, { "type": "ExpressionStatement", - "start": 121688, - "end": 122543, + "start": 124078, + "end": 124933, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2728, + "line": 2770, "column": 10 } }, "expression": { "type": "CallExpression", - "start": 121688, - "end": 122543, + "start": 124078, + "end": 124933, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2728, + "line": 2770, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 121688, - "end": 121702, + "start": 124078, + "end": 124092, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2710, + "line": 2752, "column": 22 } }, "object": { "type": "Identifier", - "start": 121688, - "end": 121694, + "start": 124078, + "end": 124084, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2710, + "line": 2752, "column": 14 }, "identifierName": "events" @@ -475760,15 +476032,15 @@ }, "property": { "type": "Identifier", - "start": 121695, - "end": 121702, + "start": 124085, + "end": 124092, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 15 }, "end": { - "line": 2710, + "line": 2752, "column": 22 }, "identifierName": "forEach" @@ -475780,15 +476052,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 121704, - "end": 122542, + "start": 124094, + "end": 124932, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 24 }, "end": { - "line": 2728, + "line": 2770, "column": 9 } }, @@ -475799,15 +476071,15 @@ "params": [ { "type": "Identifier", - "start": 121706, - "end": 121709, + "start": 124096, + "end": 124099, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 26 }, "end": { - "line": 2710, + "line": 2752, "column": 29 }, "identifierName": "evt" @@ -475817,59 +476089,59 @@ ], "body": { "type": "BlockStatement", - "start": 121715, - "end": 122542, + "start": 124105, + "end": 124932, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 35 }, "end": { - "line": 2728, + "line": 2770, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 121729, - "end": 122067, + "start": 124119, + "end": 124457, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 12 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 121733, - "end": 121791, + "start": 124123, + "end": 124181, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 16 }, "end": { - "line": 2711, + "line": 2753, "column": 74 } }, "id": { "type": "Identifier", - "start": 121733, - "end": 121743, + "start": 124123, + "end": 124133, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 16 }, "end": { - "line": 2711, + "line": 2753, "column": 26 }, "identifierName": "_upc_event" @@ -475878,58 +476150,58 @@ }, "init": { "type": "CallExpression", - "start": 121746, - "end": 121791, + "start": 124136, + "end": 124181, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 121746, - "end": 121769, + "start": 124136, + "end": 124159, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 121746, - "end": 121750, + "start": 124136, + "end": 124140, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 33 } } }, "property": { "type": "Identifier", - "start": 121751, - "end": 121769, + "start": 124141, + "end": 124159, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 34 }, "end": { - "line": 2711, + "line": 2753, "column": 52 }, "identifierName": "_registerEventData" @@ -475941,15 +476213,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 121771, - "end": 121784, + "start": 124161, + "end": 124174, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 54 }, "end": { - "line": 2711, + "line": 2753, "column": 67 } }, @@ -475961,15 +476233,15 @@ }, { "type": "Identifier", - "start": 121786, - "end": 121789, + "start": 124176, + "end": 124179, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 69 }, "end": { - "line": 2711, + "line": 2753, "column": 72 }, "identifierName": "evt" @@ -475981,29 +476253,29 @@ }, { "type": "VariableDeclarator", - "start": 121829, - "end": 121846, + "start": 124219, + "end": 124236, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 16 }, "end": { - "line": 2712, + "line": 2754, "column": 33 } }, "id": { "type": "Identifier", - "start": 121829, - "end": 121839, + "start": 124219, + "end": 124229, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 16 }, "end": { - "line": 2712, + "line": 2754, "column": 26 }, "identifierName": "_old_index" @@ -476013,15 +476285,15 @@ }, "init": { "type": "NullLiteral", - "start": 121842, - "end": 121846, + "start": 124232, + "end": 124236, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 29 }, "end": { - "line": 2712, + "line": 2754, "column": 33 } } @@ -476030,15 +476302,15 @@ { "type": "CommentLine", "value": " Update Candidate", - "start": 121793, - "end": 121812, + "start": 124183, + "end": 124202, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 76 }, "end": { - "line": 2711, + "line": 2753, "column": 95 } } @@ -476047,29 +476319,29 @@ }, { "type": "VariableDeclarator", - "start": 121864, - "end": 122034, + "start": 124254, + "end": 124424, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 16 }, "end": { - "line": 2716, + "line": 2758, "column": 18 } }, "id": { "type": "Identifier", - "start": 121864, - "end": 121874, + "start": 124254, + "end": 124264, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 16 }, "end": { - "line": 2713, + "line": 2755, "column": 26 }, "identifierName": "_old_event" @@ -476078,43 +476350,43 @@ }, "init": { "type": "CallExpression", - "start": 121877, - "end": 122034, + "start": 124267, + "end": 124424, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2716, + "line": 2758, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 121877, - "end": 121894, + "start": 124267, + "end": 124284, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2713, + "line": 2755, "column": 46 } }, "object": { "type": "Identifier", - "start": 121877, - "end": 121889, + "start": 124267, + "end": 124279, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2713, + "line": 2755, "column": 41 }, "identifierName": "_cacheEvents" @@ -476123,15 +476395,15 @@ }, "property": { "type": "Identifier", - "start": 121890, - "end": 121894, + "start": 124280, + "end": 124284, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 42 }, "end": { - "line": 2713, + "line": 2755, "column": 46 }, "identifierName": "find" @@ -476143,15 +476415,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 121896, - "end": 122033, + "start": 124286, + "end": 124423, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 48 }, "end": { - "line": 2716, + "line": 2758, "column": 17 } }, @@ -476162,15 +476434,15 @@ "params": [ { "type": "Identifier", - "start": 121898, - "end": 121902, + "start": 124288, + "end": 124292, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 50 }, "end": { - "line": 2713, + "line": 2755, "column": 54 }, "identifierName": "_evt" @@ -476179,15 +476451,15 @@ }, { "type": "Identifier", - "start": 121904, - "end": 121908, + "start": 124294, + "end": 124298, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 56 }, "end": { - "line": 2713, + "line": 2755, "column": 60 }, "identifierName": "_idx" @@ -476197,59 +476469,59 @@ ], "body": { "type": "BlockStatement", - "start": 121914, - "end": 122033, + "start": 124304, + "end": 124423, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 66 }, "end": { - "line": 2716, + "line": 2758, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 121936, - "end": 121953, + "start": 124326, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 121936, - "end": 121953, + "start": 124326, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 121936, - "end": 121946, + "start": 124326, + "end": 124336, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 30 }, "identifierName": "_old_index" @@ -476258,15 +476530,15 @@ }, "right": { "type": "Identifier", - "start": 121949, - "end": 121953, + "start": 124339, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 33 }, "end": { - "line": 2714, + "line": 2756, "column": 37 }, "identifierName": "_idx" @@ -476277,57 +476549,57 @@ }, { "type": "ReturnStatement", - "start": 121974, - "end": 122015, + "start": 124364, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 20 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "argument": { "type": "BinaryExpression", - "start": 121981, - "end": 122015, + "start": 124371, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 121981, - "end": 121993, + "start": 124371, + "end": 124383, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 39 } }, "object": { "type": "Identifier", - "start": 121981, - "end": 121985, + "start": 124371, + "end": 124375, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 31 }, "identifierName": "_evt" @@ -476336,15 +476608,15 @@ }, "property": { "type": "Identifier", - "start": 121986, - "end": 121993, + "start": 124376, + "end": 124383, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 32 }, "end": { - "line": 2715, + "line": 2757, "column": 39 }, "identifierName": "eventId" @@ -476356,29 +476628,29 @@ "operator": "==", "right": { "type": "MemberExpression", - "start": 121997, - "end": 122015, + "start": 124387, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 43 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } }, "object": { "type": "Identifier", - "start": 121997, - "end": 122007, + "start": 124387, + "end": 124397, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 43 }, "end": { - "line": 2715, + "line": 2757, "column": 53 }, "identifierName": "_upc_event" @@ -476387,15 +476659,15 @@ }, "property": { "type": "Identifier", - "start": 122008, - "end": 122015, + "start": 124398, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 54 }, "end": { - "line": 2715, + "line": 2757, "column": 61 }, "identifierName": "eventId" @@ -476415,29 +476687,29 @@ }, { "type": "VariableDeclarator", - "start": 122052, - "end": 122067, + "start": 124442, + "end": 124457, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 16 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, "id": { "type": "Identifier", - "start": 122052, - "end": 122062, + "start": 124442, + "end": 124452, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 16 }, "end": { - "line": 2717, + "line": 2759, "column": 26 }, "identifierName": "_new_event" @@ -476446,15 +476718,15 @@ }, "init": { "type": "ObjectExpression", - "start": 122065, - "end": 122067, + "start": 124455, + "end": 124457, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 29 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } }, @@ -476466,43 +476738,43 @@ }, { "type": "IfStatement", - "start": 122093, - "end": 122532, + "start": 124483, + "end": 124922, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 12 }, "end": { - "line": 2727, + "line": 2769, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 122098, - "end": 122160, + "start": 124488, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 17 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 122098, - "end": 122127, + "start": 124488, + "end": 124517, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 17 }, "end": { - "line": 2719, + "line": 2761, "column": 46 } }, @@ -476510,58 +476782,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 122100, - "end": 122127, + "start": 124490, + "end": 124517, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 122100, - "end": 122113, + "start": 124490, + "end": 124503, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 122100, - "end": 122104, + "start": 124490, + "end": 124494, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 23 } } }, "property": { "type": "Identifier", - "start": 122105, - "end": 122113, + "start": 124495, + "end": 124503, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 24 }, "end": { - "line": 2719, + "line": 2761, "column": 32 }, "identifierName": "is_empty" @@ -476573,15 +476845,15 @@ "arguments": [ { "type": "Identifier", - "start": 122115, - "end": 122125, + "start": 124505, + "end": 124515, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 34 }, "end": { - "line": 2719, + "line": 2761, "column": 44 }, "identifierName": "_old_event" @@ -476597,15 +476869,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 122131, - "end": 122160, + "start": 124521, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 50 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, @@ -476613,58 +476885,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 122133, - "end": 122160, + "start": 124523, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 122133, - "end": 122146, + "start": 124523, + "end": 124536, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 122133, - "end": 122137, + "start": 124523, + "end": 124527, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 56 } } }, "property": { "type": "Identifier", - "start": 122138, - "end": 122146, + "start": 124528, + "end": 124536, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 57 }, "end": { - "line": 2719, + "line": 2761, "column": 65 }, "identifierName": "is_empty" @@ -476676,15 +476948,15 @@ "arguments": [ { "type": "Identifier", - "start": 122148, - "end": 122158, + "start": 124538, + "end": 124548, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 67 }, "end": { - "line": 2719, + "line": 2761, "column": 77 }, "identifierName": "_upc_event" @@ -476700,72 +476972,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 122163, - "end": 122532, + "start": 124553, + "end": 124922, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 82 }, "end": { - "line": 2727, + "line": 2769, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 122181, - "end": 122284, + "start": 124571, + "end": 124674, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 16 }, "end": { - "line": 2722, + "line": 2764, "column": 17 } }, "test": { "type": "CallExpression", - "start": 122186, - "end": 122220, + "start": 124576, + "end": 124610, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 122186, - "end": 122211, + "start": 124576, + "end": 124601, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 46 } }, "object": { "type": "Identifier", - "start": 122186, - "end": 122196, + "start": 124576, + "end": 124586, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 31 }, "identifierName": "_upc_event" @@ -476774,15 +477046,15 @@ }, "property": { "type": "Identifier", - "start": 122197, - "end": 122211, + "start": 124587, + "end": 124601, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 32 }, "end": { - "line": 2720, + "line": 2762, "column": 46 }, "identifierName": "hasOwnProperty" @@ -476794,15 +477066,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 122213, - "end": 122218, + "start": 124603, + "end": 124608, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 48 }, "end": { - "line": 2720, + "line": 2762, "column": 53 } }, @@ -476816,44 +477088,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 122223, - "end": 122284, + "start": 124613, + "end": 124674, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 58 }, "end": { - "line": 2722, + "line": 2764, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 122245, - "end": 122266, + "start": 124635, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 20 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 122245, - "end": 122266, + "start": 124635, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 20 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, @@ -476861,29 +477133,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 122252, - "end": 122266, + "start": 124642, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 27 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } }, "object": { "type": "Identifier", - "start": 122252, - "end": 122262, + "start": 124642, + "end": 124652, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 27 }, "end": { - "line": 2721, + "line": 2763, "column": 37 }, "identifierName": "_upc_event" @@ -476892,15 +477164,15 @@ }, "property": { "type": "Identifier", - "start": 122263, - "end": 122266, + "start": 124653, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 38 }, "end": { - "line": 2721, + "line": 2763, "column": 41 }, "identifierName": "uid" @@ -476921,44 +477193,44 @@ }, { "type": "ExpressionStatement", - "start": 122301, - "end": 122365, + "start": 124691, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 122301, - "end": 122365, + "start": 124691, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "operator": "=", "left": { "type": "Identifier", - "start": 122301, - "end": 122311, + "start": 124691, + "end": 124701, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 26 }, "identifierName": "_new_event" @@ -476967,43 +477239,43 @@ }, "right": { "type": "CallExpression", - "start": 122314, - "end": 122365, + "start": 124704, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 122314, - "end": 122327, + "start": 124704, + "end": 124717, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 42 } }, "object": { "type": "Identifier", - "start": 122314, - "end": 122320, + "start": 124704, + "end": 124710, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 35 }, "identifierName": "Object" @@ -477012,15 +477284,15 @@ }, "property": { "type": "Identifier", - "start": 122321, - "end": 122327, + "start": 124711, + "end": 124717, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 36 }, "end": { - "line": 2723, + "line": 2765, "column": 42 }, "identifierName": "assign" @@ -477032,15 +477304,15 @@ "arguments": [ { "type": "Identifier", - "start": 122329, - "end": 122339, + "start": 124719, + "end": 124729, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 44 }, "end": { - "line": 2723, + "line": 2765, "column": 54 }, "identifierName": "_new_event" @@ -477049,15 +477321,15 @@ }, { "type": "Identifier", - "start": 122341, - "end": 122351, + "start": 124731, + "end": 124741, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 56 }, "end": { - "line": 2723, + "line": 2765, "column": 66 }, "identifierName": "_old_event" @@ -477066,15 +477338,15 @@ }, { "type": "Identifier", - "start": 122353, - "end": 122363, + "start": 124743, + "end": 124753, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 68 }, "end": { - "line": 2723, + "line": 2765, "column": 78 }, "identifierName": "_upc_event" @@ -477090,15 +477362,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -477107,58 +477379,58 @@ }, { "type": "ExpressionStatement", - "start": 122446, - "end": 122483, + "start": 124836, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 122446, - "end": 122483, + "start": 124836, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 122446, - "end": 122470, + "start": 124836, + "end": 124860, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 40 } }, "object": { "type": "Identifier", - "start": 122446, - "end": 122458, + "start": 124836, + "end": 124848, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 28 }, "identifierName": "_cacheEvents" @@ -477168,15 +477440,15 @@ }, "property": { "type": "Identifier", - "start": 122459, - "end": 122469, + "start": 124849, + "end": 124859, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 29 }, "end": { - "line": 2725, + "line": 2767, "column": 39 }, "identifierName": "_old_index" @@ -477188,15 +477460,15 @@ }, "right": { "type": "Identifier", - "start": 122473, - "end": 122483, + "start": 124863, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 43 }, "end": { - "line": 2725, + "line": 2767, "column": 53 }, "identifierName": "_new_event" @@ -477209,15 +477481,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -477226,44 +477498,44 @@ }, { "type": "ExpressionStatement", - "start": 122500, - "end": 122518, + "start": 124890, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 122500, - "end": 122518, + "start": 124890, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 122500, - "end": 122511, + "start": 124890, + "end": 124901, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 27 }, "identifierName": "update_done" @@ -477272,15 +477544,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 122514, - "end": 122518, + "start": 124904, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 30 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } }, @@ -477302,29 +477574,29 @@ }, { "type": "IfStatement", - "start": 122561, - "end": 122612, + "start": 124951, + "end": 125002, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 8 }, "end": { - "line": 2732, + "line": 2774, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 122566, - "end": 122579, + "start": 124956, + "end": 124969, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 13 }, "end": { - "line": 2730, + "line": 2772, "column": 26 } }, @@ -477332,15 +477604,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 122568, - "end": 122579, + "start": 124958, + "end": 124969, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 15 }, "end": { - "line": 2730, + "line": 2772, "column": 26 }, "identifierName": "update_done" @@ -477353,30 +477625,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 122582, - "end": 122612, + "start": 124972, + "end": 125002, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 29 }, "end": { - "line": 2732, + "line": 2774, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 122596, - "end": 122602, + "start": 124986, + "end": 124992, "loc": { "start": { - "line": 2731, + "line": 2773, "column": 12 }, "end": { - "line": 2731, + "line": 2773, "column": 18 } }, @@ -477389,72 +477661,72 @@ }, { "type": "ExpressionStatement", - "start": 122630, - "end": 122663, + "start": 125020, + "end": 125053, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 122630, - "end": 122663, + "start": 125020, + "end": 125053, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 122630, - "end": 122647, + "start": 125020, + "end": 125037, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 122630, - "end": 122634, + "start": 125020, + "end": 125024, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 12 } } }, "property": { "type": "Identifier", - "start": 122635, - "end": 122647, + "start": 125025, + "end": 125037, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 13 }, "end": { - "line": 2734, + "line": 2776, "column": 25 }, "identifierName": "_saveToCache" @@ -477466,15 +477738,15 @@ "arguments": [ { "type": "Identifier", - "start": 122649, - "end": 122661, + "start": 125039, + "end": 125051, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 27 }, "end": { - "line": 2734, + "line": 2776, "column": 39 }, "identifierName": "_cacheEvents" @@ -477486,72 +477758,72 @@ }, { "type": "ExpressionStatement", - "start": 122681, - "end": 122699, + "start": 125071, + "end": 125089, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 122681, - "end": 122699, + "start": 125071, + "end": 125089, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 122681, - "end": 122697, + "start": 125071, + "end": 125087, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 122681, - "end": 122685, + "start": 125071, + "end": 125075, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 12 } } }, "property": { "type": "Identifier", - "start": 122686, - "end": 122697, + "start": 125076, + "end": 125087, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 13 }, "end": { - "line": 2736, + "line": 2778, "column": 24 }, "identifierName": "_placeEvent" @@ -477565,29 +477837,29 @@ }, { "type": "IfStatement", - "start": 122717, - "end": 122900, + "start": 125107, + "end": 125290, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 8 }, "end": { - "line": 2742, + "line": 2784, "column": 9 } }, "test": { "type": "Identifier", - "start": 122722, - "end": 122730, + "start": 125112, + "end": 125120, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 13 }, "end": { - "line": 2738, + "line": 2780, "column": 21 }, "identifierName": "callback" @@ -477596,87 +477868,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 122733, - "end": 122900, + "start": 125123, + "end": 125290, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 24 }, "end": { - "line": 2742, + "line": 2784, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 122747, - "end": 122815, + "start": 125137, + "end": 125205, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 122747, - "end": 122815, + "start": 125137, + "end": 125205, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 122747, - "end": 122758, + "start": 125137, + "end": 125148, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 122747, - "end": 122751, + "start": 125137, + "end": 125141, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 16 } } }, "property": { "type": "Identifier", - "start": 122752, - "end": 122758, + "start": 125142, + "end": 125148, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 17 }, "end": { - "line": 2739, + "line": 2781, "column": 23 }, "identifierName": "_debug" @@ -477688,15 +477960,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 122760, - "end": 122813, + "start": 125150, + "end": 125203, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 25 }, "end": { - "line": 2739, + "line": 2781, "column": 78 } }, @@ -477711,43 +477983,43 @@ }, { "type": "ExpressionStatement", - "start": 122841, - "end": 122890, + "start": 125231, + "end": 125280, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 122841, - "end": 122890, + "start": 125231, + "end": 125280, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 61 } }, "callee": { "type": "Identifier", - "start": 122841, - "end": 122849, + "start": 125231, + "end": 125239, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 20 }, "identifierName": "callback" @@ -477757,44 +478029,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 122851, - "end": 122864, + "start": 125241, + "end": 125254, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 22 }, "end": { - "line": 2741, + "line": 2783, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 122851, - "end": 122855, + "start": 125241, + "end": 125245, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 22 }, "end": { - "line": 2741, + "line": 2783, "column": 26 } } }, "property": { "type": "Identifier", - "start": 122856, - "end": 122864, + "start": 125246, + "end": 125254, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 27 }, "end": { - "line": 2741, + "line": 2783, "column": 35 }, "identifierName": "_element" @@ -477805,44 +478077,44 @@ }, { "type": "MemberExpression", - "start": 122866, - "end": 122878, + "start": 125256, + "end": 125268, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 37 }, "end": { - "line": 2741, + "line": 2783, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 122866, - "end": 122870, + "start": 125256, + "end": 125260, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 37 }, "end": { - "line": 2741, + "line": 2783, "column": 41 } } }, "property": { "type": "Identifier", - "start": 122871, - "end": 122878, + "start": 125261, + "end": 125268, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 42 }, "end": { - "line": 2741, + "line": 2783, "column": 49 }, "identifierName": "_config" @@ -477853,15 +478125,15 @@ }, { "type": "Identifier", - "start": 122880, - "end": 122888, + "start": 125270, + "end": 125278, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 51 }, "end": { - "line": 2741, + "line": 2783, "column": 59 }, "identifierName": "userdata" @@ -477884,15 +478156,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -477902,15 +478174,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -477919,15 +478191,15 @@ }, { "type": "ClassMethod", - "start": 123170, - "end": 125547, + "start": 125560, + "end": 127937, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 4 }, "end": { - "line": 2817, + "line": 2859, "column": 5 } }, @@ -477935,15 +478207,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 123170, - "end": 123176, + "start": 125560, + "end": 125566, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 4 }, "end": { - "line": 2751, + "line": 2793, "column": 10 }, "identifierName": "reload" @@ -477959,29 +478231,29 @@ "params": [ { "type": "RestElement", - "start": 123178, - "end": 123185, + "start": 125568, + "end": 125575, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 12 }, "end": { - "line": 2751, + "line": 2793, "column": 19 } }, "argument": { "type": "Identifier", - "start": 123181, - "end": 123185, + "start": 125571, + "end": 125575, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 15 }, "end": { - "line": 2751, + "line": 2793, "column": 19 }, "identifierName": "args" @@ -477992,87 +478264,87 @@ ], "body": { "type": "BlockStatement", - "start": 123188, - "end": 125547, + "start": 125578, + "end": 127937, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 22 }, "end": { - "line": 2817, + "line": 2859, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 123198, - "end": 123221, + "start": 125588, + "end": 125611, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 123198, - "end": 123221, + "start": 125588, + "end": 125611, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 123198, - "end": 123209, + "start": 125588, + "end": 125599, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 123198, - "end": 123202, + "start": 125588, + "end": 125592, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 12 } } }, "property": { "type": "Identifier", - "start": 123203, - "end": 123209, + "start": 125593, + "end": 125599, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 13 }, "end": { - "line": 2752, + "line": 2794, "column": 19 }, "identifierName": "_debug" @@ -478084,15 +478356,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 123211, - "end": 123219, + "start": 125601, + "end": 125609, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 21 }, "end": { - "line": 2752, + "line": 2794, "column": 29 } }, @@ -478107,44 +478379,44 @@ }, { "type": "VariableDeclaration", - "start": 123239, - "end": 123697, + "start": 125629, + "end": 126087, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 8 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 123243, - "end": 123265, + "start": 125633, + "end": 125655, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 12 }, "end": { - "line": 2754, + "line": 2796, "column": 34 } }, "id": { "type": "Identifier", - "start": 123243, - "end": 123248, + "start": 125633, + "end": 125638, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 12 }, "end": { - "line": 2754, + "line": 2796, "column": 17 }, "identifierName": "_args" @@ -478153,29 +478425,29 @@ }, "init": { "type": "MemberExpression", - "start": 123258, - "end": 123265, + "start": 125648, + "end": 125655, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 27 }, "end": { - "line": 2754, + "line": 2796, "column": 34 } }, "object": { "type": "Identifier", - "start": 123258, - "end": 123262, + "start": 125648, + "end": 125652, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 27 }, "end": { - "line": 2754, + "line": 2796, "column": 31 }, "identifierName": "args" @@ -478184,15 +478456,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123263, - "end": 123264, + "start": 125653, + "end": 125654, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 32 }, "end": { - "line": 2754, + "line": 2796, "column": 33 } }, @@ -478207,29 +478479,29 @@ }, { "type": "VariableDeclarator", - "start": 123279, - "end": 123348, + "start": 125669, + "end": 125738, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 12 }, "end": { - "line": 2755, + "line": 2797, "column": 81 } }, "id": { "type": "Identifier", - "start": 123279, - "end": 123291, + "start": 125669, + "end": 125681, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 12 }, "end": { - "line": 2755, + "line": 2797, "column": 24 }, "identifierName": "_upc_options" @@ -478238,58 +478510,58 @@ }, "init": { "type": "CallExpression", - "start": 123294, - "end": 123348, + "start": 125684, + "end": 125738, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 123294, - "end": 123309, + "start": 125684, + "end": 125699, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 123294, - "end": 123298, + "start": 125684, + "end": 125688, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123299, - "end": 123309, + "start": 125689, + "end": 125699, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 32 }, "end": { - "line": 2755, + "line": 2797, "column": 42 }, "identifierName": "supplement" @@ -478301,44 +478573,44 @@ "arguments": [ { "type": "NullLiteral", - "start": 123311, - "end": 123315, + "start": 125701, + "end": 125705, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 44 }, "end": { - "line": 2755, + "line": 2797, "column": 48 } } }, { "type": "MemberExpression", - "start": 123317, - "end": 123325, + "start": 125707, + "end": 125715, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 50 }, "end": { - "line": 2755, + "line": 2797, "column": 58 } }, "object": { "type": "Identifier", - "start": 123317, - "end": 123322, + "start": 125707, + "end": 125712, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 50 }, "end": { - "line": 2755, + "line": 2797, "column": 55 }, "identifierName": "_args" @@ -478347,15 +478619,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123323, - "end": 123324, + "start": 125713, + "end": 125714, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 56 }, "end": { - "line": 2755, + "line": 2797, "column": 57 } }, @@ -478369,44 +478641,44 @@ }, { "type": "MemberExpression", - "start": 123327, - "end": 123346, + "start": 125717, + "end": 125736, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 60 }, "end": { - "line": 2755, + "line": 2797, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 123327, - "end": 123331, + "start": 125717, + "end": 125721, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 60 }, "end": { - "line": 2755, + "line": 2797, "column": 64 } } }, "property": { "type": "Identifier", - "start": 123332, - "end": 123346, + "start": 125722, + "end": 125736, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 65 }, "end": { - "line": 2755, + "line": 2797, "column": 79 }, "identifierName": "validateObject" @@ -478420,29 +478692,29 @@ }, { "type": "VariableDeclarator", - "start": 123362, - "end": 123445, + "start": 125752, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 12 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } }, "id": { "type": "Identifier", - "start": 123362, - "end": 123370, + "start": 125752, + "end": 125760, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 12 }, "end": { - "line": 2756, + "line": 2798, "column": 20 }, "identifierName": "callback" @@ -478451,71 +478723,71 @@ }, "init": { "type": "ConditionalExpression", - "start": 123377, - "end": 123445, + "start": 125767, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } }, "test": { "type": "LogicalExpression", - "start": 123377, - "end": 123427, + "start": 125767, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, "left": { "type": "BinaryExpression", - "start": 123377, - "end": 123393, + "start": 125767, + "end": 125783, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 123377, - "end": 123389, + "start": 125767, + "end": 125779, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 39 } }, "object": { "type": "Identifier", - "start": 123377, - "end": 123382, + "start": 125767, + "end": 125772, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 32 }, "identifierName": "_args" @@ -478524,15 +478796,15 @@ }, "property": { "type": "Identifier", - "start": 123383, - "end": 123389, + "start": 125773, + "end": 125779, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 33 }, "end": { - "line": 2756, + "line": 2798, "column": 39 }, "identifierName": "length" @@ -478544,15 +478816,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 123392, - "end": 123393, + "start": 125782, + "end": 125783, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 42 }, "end": { - "line": 2756, + "line": 2798, "column": 43 } }, @@ -478566,29 +478838,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 123397, - "end": 123427, + "start": 125787, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 47 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, "left": { "type": "UnaryExpression", - "start": 123397, - "end": 123412, + "start": 125787, + "end": 125802, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 47 }, "end": { - "line": 2756, + "line": 2798, "column": 62 } }, @@ -478596,29 +478868,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 123404, - "end": 123412, + "start": 125794, + "end": 125802, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 54 }, "end": { - "line": 2756, + "line": 2798, "column": 62 } }, "object": { "type": "Identifier", - "start": 123404, - "end": 123409, + "start": 125794, + "end": 125799, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 54 }, "end": { - "line": 2756, + "line": 2798, "column": 59 }, "identifierName": "_args" @@ -478627,15 +478899,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123410, - "end": 123411, + "start": 125800, + "end": 125801, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 60 }, "end": { - "line": 2756, + "line": 2798, "column": 61 } }, @@ -478654,15 +478926,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 123417, - "end": 123427, + "start": 125807, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 67 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } }, @@ -478676,29 +478948,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 123430, - "end": 123438, + "start": 125820, + "end": 125828, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 80 }, "end": { - "line": 2756, + "line": 2798, "column": 88 } }, "object": { "type": "Identifier", - "start": 123430, - "end": 123435, + "start": 125820, + "end": 125825, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 80 }, "end": { - "line": 2756, + "line": 2798, "column": 85 }, "identifierName": "_args" @@ -478707,15 +478979,15 @@ }, "property": { "type": "NumericLiteral", - "start": 123436, - "end": 123437, + "start": 125826, + "end": 125827, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 86 }, "end": { - "line": 2756, + "line": 2798, "column": 87 } }, @@ -478729,15 +479001,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 123441, - "end": 123445, + "start": 125831, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 91 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } } @@ -478746,29 +479018,29 @@ }, { "type": "VariableDeclarator", - "start": 123459, - "end": 123514, + "start": 125849, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 12 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } }, "id": { "type": "Identifier", - "start": 123459, - "end": 123467, + "start": 125849, + "end": 125857, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 12 }, "end": { - "line": 2757, + "line": 2799, "column": 20 }, "identifierName": "userdata" @@ -478777,57 +479049,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 123474, - "end": 123514, + "start": 125864, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } }, "test": { "type": "BinaryExpression", - "start": 123474, - "end": 123490, + "start": 125864, + "end": 125880, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 123474, - "end": 123486, + "start": 125864, + "end": 125876, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 39 } }, "object": { "type": "Identifier", - "start": 123474, - "end": 123479, + "start": 125864, + "end": 125869, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 32 }, "identifierName": "_args" @@ -478836,15 +479108,15 @@ }, "property": { "type": "Identifier", - "start": 123480, - "end": 123486, + "start": 125870, + "end": 125876, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 33 }, "end": { - "line": 2757, + "line": 2799, "column": 39 }, "identifierName": "length" @@ -478856,15 +479128,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 123489, - "end": 123490, + "start": 125879, + "end": 125880, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 42 }, "end": { - "line": 2757, + "line": 2799, "column": 43 } }, @@ -478877,43 +479149,43 @@ }, "consequent": { "type": "CallExpression", - "start": 123493, - "end": 123507, + "start": 125883, + "end": 125897, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 123493, - "end": 123504, + "start": 125883, + "end": 125894, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 57 } }, "object": { "type": "Identifier", - "start": 123493, - "end": 123498, + "start": 125883, + "end": 125888, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 51 }, "identifierName": "_args" @@ -478922,15 +479194,15 @@ }, "property": { "type": "Identifier", - "start": 123499, - "end": 123504, + "start": 125889, + "end": 125894, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 52 }, "end": { - "line": 2757, + "line": 2799, "column": 57 }, "identifierName": "slice" @@ -478942,15 +479214,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 123505, - "end": 123506, + "start": 125895, + "end": 125896, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 58 }, "end": { - "line": 2757, + "line": 2799, "column": 59 } }, @@ -478964,15 +479236,15 @@ }, "alternate": { "type": "NullLiteral", - "start": 123510, - "end": 123514, + "start": 125900, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 63 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } } @@ -478981,29 +479253,29 @@ }, { "type": "VariableDeclarator", - "start": 123528, - "end": 123556, + "start": 125918, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 12 }, "end": { - "line": 2758, + "line": 2800, "column": 40 } }, "id": { "type": "Identifier", - "start": 123528, - "end": 123533, + "start": 125918, + "end": 125923, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 12 }, "end": { - "line": 2758, + "line": 2800, "column": 17 }, "identifierName": "_elem" @@ -479012,44 +479284,44 @@ }, "init": { "type": "MemberExpression", - "start": 123543, - "end": 123556, + "start": 125933, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 27 }, "end": { - "line": 2758, + "line": 2800, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 123543, - "end": 123547, + "start": 125933, + "end": 125937, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 27 }, "end": { - "line": 2758, + "line": 2800, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123548, - "end": 123556, + "start": 125938, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 32 }, "end": { - "line": 2758, + "line": 2800, "column": 40 }, "identifierName": "_element" @@ -479061,29 +479333,29 @@ }, { "type": "VariableDeclarator", - "start": 123570, - "end": 123625, + "start": 125960, + "end": 126015, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 12 }, "end": { - "line": 2759, + "line": 2801, "column": 67 } }, "id": { "type": "Identifier", - "start": 123570, - "end": 123582, + "start": 125960, + "end": 125972, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 12 }, "end": { - "line": 2759, + "line": 2801, "column": 24 }, "identifierName": "$default_evt" @@ -479092,57 +479364,57 @@ }, "init": { "type": "CallExpression", - "start": 123585, - "end": 123625, + "start": 125975, + "end": 126015, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 123585, - "end": 123598, + "start": 125975, + "end": 125988, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 40 } }, "object": { "type": "CallExpression", - "start": 123585, - "end": 123593, + "start": 125975, + "end": 125983, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 35 } }, "callee": { "type": "Identifier", - "start": 123585, - "end": 123586, + "start": 125975, + "end": 125976, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 28 }, "identifierName": "$" @@ -479152,15 +479424,15 @@ "arguments": [ { "type": "Identifier", - "start": 123587, - "end": 123592, + "start": 125977, + "end": 125982, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 29 }, "end": { - "line": 2759, + "line": 2801, "column": 34 }, "identifierName": "_elem" @@ -479171,15 +479443,15 @@ }, "property": { "type": "Identifier", - "start": 123594, - "end": 123598, + "start": 125984, + "end": 125988, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 36 }, "end": { - "line": 2759, + "line": 2801, "column": 40 }, "identifierName": "find" @@ -479191,29 +479463,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 123600, - "end": 123623, + "start": 125990, + "end": 126013, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 42 }, "end": { - "line": 2759, + "line": 2801, "column": 65 } }, "object": { "type": "Identifier", - "start": 123600, - "end": 123608, + "start": 125990, + "end": 125998, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 42 }, "end": { - "line": 2759, + "line": 2801, "column": 50 }, "identifierName": "Selector" @@ -479222,15 +479494,15 @@ }, "property": { "type": "Identifier", - "start": 123609, - "end": 123623, + "start": 125999, + "end": 126013, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 51 }, "end": { - "line": 2759, + "line": 2801, "column": 65 }, "identifierName": "DEFAULT_EVENTS" @@ -479244,29 +479516,29 @@ }, { "type": "VariableDeclarator", - "start": 123639, - "end": 123666, + "start": 126029, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 12 }, "end": { - "line": 2760, + "line": 2802, "column": 39 } }, "id": { "type": "Identifier", - "start": 123639, - "end": 123651, + "start": 126029, + "end": 126041, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 12 }, "end": { - "line": 2760, + "line": 2802, "column": 24 }, "identifierName": "_old_options" @@ -479275,44 +479547,44 @@ }, "init": { "type": "MemberExpression", - "start": 123654, - "end": 123666, + "start": 126044, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 27 }, "end": { - "line": 2760, + "line": 2802, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 123654, - "end": 123658, + "start": 126044, + "end": 126048, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 27 }, "end": { - "line": 2760, + "line": 2802, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123659, - "end": 123666, + "start": 126049, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 32 }, "end": { - "line": 2760, + "line": 2802, "column": 39 }, "identifierName": "_config" @@ -479324,29 +479596,29 @@ }, { "type": "VariableDeclarator", - "start": 123680, - "end": 123697, + "start": 126070, + "end": 126087, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 12 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, "id": { "type": "Identifier", - "start": 123680, - "end": 123692, + "start": 126070, + "end": 126082, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 12 }, "end": { - "line": 2761, + "line": 2803, "column": 24 }, "identifierName": "_new_options" @@ -479355,15 +479627,15 @@ }, "init": { "type": "ObjectExpression", - "start": 123695, - "end": 123697, + "start": 126085, + "end": 126087, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 27 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } }, @@ -479375,29 +479647,29 @@ }, { "type": "IfStatement", - "start": 123715, - "end": 123965, + "start": 126105, + "end": 126355, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 8 }, "end": { - "line": 2767, + "line": 2809, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 123720, - "end": 123751, + "start": 126110, + "end": 126141, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 13 }, "end": { - "line": 2763, + "line": 2805, "column": 44 } }, @@ -479405,58 +479677,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 123722, - "end": 123751, + "start": 126112, + "end": 126141, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 123722, - "end": 123735, + "start": 126112, + "end": 126125, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 123722, - "end": 123726, + "start": 126112, + "end": 126116, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 19 } } }, "property": { "type": "Identifier", - "start": 123727, - "end": 123735, + "start": 126117, + "end": 126125, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 20 }, "end": { - "line": 2763, + "line": 2805, "column": 28 }, "identifierName": "is_empty" @@ -479468,15 +479740,15 @@ "arguments": [ { "type": "Identifier", - "start": 123737, - "end": 123749, + "start": 126127, + "end": 126139, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 30 }, "end": { - "line": 2763, + "line": 2805, "column": 42 }, "identifierName": "_upc_options" @@ -479491,59 +479763,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 123754, - "end": 123965, + "start": 126144, + "end": 126355, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 47 }, "end": { - "line": 2767, + "line": 2809, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 123856, - "end": 123915, + "start": 126246, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 123856, - "end": 123915, + "start": 126246, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "operator": "=", "left": { "type": "Identifier", - "start": 123856, - "end": 123868, + "start": 126246, + "end": 126258, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 24 }, "identifierName": "_new_options" @@ -479553,58 +479825,58 @@ }, "right": { "type": "CallExpression", - "start": 123871, - "end": 123915, + "start": 126261, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 123871, - "end": 123885, + "start": 126261, + "end": 126275, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 123871, - "end": 123875, + "start": 126261, + "end": 126265, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 31 } } }, "property": { "type": "Identifier", - "start": 123876, - "end": 123885, + "start": 126266, + "end": 126275, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 32 }, "end": { - "line": 2765, + "line": 2807, "column": 41 }, "identifierName": "mergeDeep" @@ -479616,15 +479888,15 @@ "arguments": [ { "type": "Identifier", - "start": 123887, - "end": 123899, + "start": 126277, + "end": 126289, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 43 }, "end": { - "line": 2765, + "line": 2807, "column": 55 }, "identifierName": "_old_options" @@ -479633,15 +479905,15 @@ }, { "type": "Identifier", - "start": 123901, - "end": 123913, + "start": 126291, + "end": 126303, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 57 }, "end": { - "line": 2765, + "line": 2807, "column": 69 }, "identifierName": "_upc_options" @@ -479656,15 +479928,15 @@ { "type": "CommentLine", "value": " _new_options = Object.assign( _new_options, _old_options, _upc_options )", - "start": 123768, - "end": 123843, + "start": 126158, + "end": 126233, "loc": { "start": { - "line": 2764, + "line": 2806, "column": 12 }, "end": { - "line": 2764, + "line": 2806, "column": 87 } } @@ -479673,73 +479945,73 @@ }, { "type": "ExpressionStatement", - "start": 123928, - "end": 123955, + "start": 126318, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 123928, - "end": 123955, + "start": 126318, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 39 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 123928, - "end": 123940, + "start": 126318, + "end": 126330, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 123928, - "end": 123932, + "start": 126318, + "end": 126322, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 16 } } }, "property": { "type": "Identifier", - "start": 123933, - "end": 123940, + "start": 126323, + "end": 126330, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 17 }, "end": { - "line": 2766, + "line": 2808, "column": 24 }, "identifierName": "_config" @@ -479750,15 +480022,15 @@ }, "right": { "type": "Identifier", - "start": 123943, - "end": 123955, + "start": 126333, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 27 }, "end": { - "line": 2766, + "line": 2808, "column": 39 }, "identifierName": "_new_options" @@ -479774,73 +480046,73 @@ }, { "type": "ExpressionStatement", - "start": 123983, - "end": 124010, + "start": 126373, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 123983, - "end": 124010, + "start": 126373, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 123983, - "end": 124002, + "start": 126373, + "end": 126392, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 123983, - "end": 123987, + "start": 126373, + "end": 126377, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 12 } } }, "property": { "type": "Identifier", - "start": 123988, - "end": 124002, + "start": 126378, + "end": 126392, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 13 }, "end": { - "line": 2769, + "line": 2811, "column": 27 }, "identifierName": "_isInitialized" @@ -479851,15 +480123,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124005, - "end": 124010, + "start": 126395, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 30 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } }, @@ -479869,73 +480141,73 @@ }, { "type": "ExpressionStatement", - "start": 124019, - "end": 124046, + "start": 126409, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 124019, - "end": 124046, + "start": 126409, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124019, - "end": 124033, + "start": 126409, + "end": 126423, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 124019, - "end": 124023, + "start": 126409, + "end": 126413, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124024, - "end": 124033, + "start": 126414, + "end": 126423, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 13 }, "end": { - "line": 2770, + "line": 2812, "column": 22 }, "identifierName": "_isCached" @@ -479946,15 +480218,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124041, - "end": 124046, + "start": 126431, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 30 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } }, @@ -479964,73 +480236,73 @@ }, { "type": "ExpressionStatement", - "start": 124055, - "end": 124082, + "start": 126445, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 124055, - "end": 124082, + "start": 126445, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124055, - "end": 124072, + "start": 126445, + "end": 126462, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 124055, - "end": 124059, + "start": 126445, + "end": 126449, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124060, - "end": 124072, + "start": 126450, + "end": 126462, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 13 }, "end": { - "line": 2771, + "line": 2813, "column": 25 }, "identifierName": "_isCompleted" @@ -480041,15 +480313,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124077, - "end": 124082, + "start": 126467, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 30 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } }, @@ -480059,73 +480331,73 @@ }, { "type": "ExpressionStatement", - "start": 124091, - "end": 124115, + "start": 126481, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 124091, - "end": 124115, + "start": 126481, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124091, - "end": 124110, + "start": 126481, + "end": 126500, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 124091, - "end": 124095, + "start": 126481, + "end": 126485, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124096, - "end": 124110, + "start": 126486, + "end": 126500, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 13 }, "end": { - "line": 2772, + "line": 2814, "column": 27 }, "identifierName": "_instanceProps" @@ -480136,15 +480408,15 @@ }, "right": { "type": "ObjectExpression", - "start": 124113, - "end": 124115, + "start": 126503, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 30 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } }, @@ -480154,99 +480426,99 @@ }, { "type": "ExpressionStatement", - "start": 124133, - "end": 124172, + "start": 126523, + "end": 126562, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 124133, - "end": 124172, + "start": 126523, + "end": 126562, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 124133, - "end": 124156, + "start": 126523, + "end": 126546, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 31 } }, "object": { "type": "CallExpression", - "start": 124133, - "end": 124149, + "start": 126523, + "end": 126539, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 124133, - "end": 124147, + "start": 126523, + "end": 126537, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 22 } }, "object": { "type": "CallExpression", - "start": 124133, - "end": 124141, + "start": 126523, + "end": 126531, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 16 } }, "callee": { "type": "Identifier", - "start": 124133, - "end": 124134, + "start": 126523, + "end": 126524, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 9 }, "identifierName": "$" @@ -480256,15 +480528,15 @@ "arguments": [ { "type": "Identifier", - "start": 124135, - "end": 124140, + "start": 126525, + "end": 126530, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 10 }, "end": { - "line": 2774, + "line": 2816, "column": 15 }, "identifierName": "_elem" @@ -480275,15 +480547,15 @@ }, "property": { "type": "Identifier", - "start": 124142, - "end": 124147, + "start": 126532, + "end": 126537, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 17 }, "end": { - "line": 2774, + "line": 2816, "column": 22 }, "identifierName": "empty" @@ -480296,15 +480568,15 @@ }, "property": { "type": "Identifier", - "start": 124150, - "end": 124156, + "start": 126540, + "end": 126546, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 25 }, "end": { - "line": 2774, + "line": 2816, "column": 31 }, "identifierName": "append" @@ -480316,15 +480588,15 @@ "arguments": [ { "type": "Identifier", - "start": 124158, - "end": 124170, + "start": 126548, + "end": 126560, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 33 }, "end": { - "line": 2774, + "line": 2816, "column": 45 }, "identifierName": "$default_evt" @@ -480336,72 +480608,72 @@ }, { "type": "ExpressionStatement", - "start": 124190, - "end": 124206, + "start": 126580, + "end": 126596, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 124190, - "end": 124206, + "start": 126580, + "end": 126596, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 124190, - "end": 124204, + "start": 126580, + "end": 126594, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 124190, - "end": 124194, + "start": 126580, + "end": 126584, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 12 } } }, "property": { "type": "Identifier", - "start": 124195, - "end": 124204, + "start": 126585, + "end": 126594, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 13 }, "end": { - "line": 2776, + "line": 2818, "column": 22 }, "identifierName": "_calcVars" @@ -480415,29 +480687,29 @@ }, { "type": "IfStatement", - "start": 124224, - "end": 124373, + "start": 126614, + "end": 126763, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 8 }, "end": { - "line": 2780, + "line": 2822, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 124229, - "end": 124263, + "start": 126619, + "end": 126653, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 13 }, "end": { - "line": 2778, + "line": 2820, "column": 47 } }, @@ -480445,58 +480717,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 124231, - "end": 124263, + "start": 126621, + "end": 126653, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 124231, - "end": 124261, + "start": 126621, + "end": 126651, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 124231, - "end": 124235, + "start": 126621, + "end": 126625, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 19 } } }, "property": { "type": "Identifier", - "start": 124236, - "end": 124261, + "start": 126626, + "end": 126651, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 20 }, "end": { - "line": 2778, + "line": 2820, "column": 45 }, "identifierName": "_verifyMaxRenderableRange" @@ -480513,58 +480785,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 124266, - "end": 124373, + "start": 126656, + "end": 126763, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 50 }, "end": { - "line": 2780, + "line": 2822, "column": 9 } }, "body": [ { "type": "ThrowStatement", - "start": 124280, - "end": 124363, + "start": 126670, + "end": 126753, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 12 }, "end": { - "line": 2779, + "line": 2821, "column": 95 } }, "argument": { "type": "NewExpression", - "start": 124286, - "end": 124363, + "start": 126676, + "end": 126753, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 18 }, "end": { - "line": 2779, + "line": 2821, "column": 95 } }, "callee": { "type": "Identifier", - "start": 124290, - "end": 124300, + "start": 126680, + "end": 126690, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 22 }, "end": { - "line": 2779, + "line": 2821, "column": 32 }, "identifierName": "RangeError" @@ -480574,15 +480846,15 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 124302, - "end": 124361, + "start": 126692, + "end": 126751, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 34 }, "end": { - "line": 2779, + "line": 2821, "column": 93 } }, @@ -480590,15 +480862,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 124303, - "end": 124360, + "start": 126693, + "end": 126750, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 35 }, "end": { - "line": 2779, + "line": 2821, "column": 92 } }, @@ -480620,29 +480892,29 @@ }, { "type": "IfStatement", - "start": 124391, - "end": 124501, + "start": 126781, + "end": 126891, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 8 }, "end": { - "line": 2785, + "line": 2827, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 124396, - "end": 124417, + "start": 126786, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 13 }, "end": { - "line": 2782, + "line": 2824, "column": 34 } }, @@ -480650,44 +480922,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124398, - "end": 124417, + "start": 126788, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 15 }, "end": { - "line": 2782, + "line": 2824, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 124398, - "end": 124402, + "start": 126788, + "end": 126792, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 15 }, "end": { - "line": 2782, + "line": 2824, "column": 19 } } }, "property": { "type": "Identifier", - "start": 124403, - "end": 124417, + "start": 126793, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 20 }, "end": { - "line": 2782, + "line": 2824, "column": 34 }, "identifierName": "_isInitialized" @@ -480702,87 +480974,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 124420, - "end": 124501, + "start": 126810, + "end": 126891, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 37 }, "end": { - "line": 2785, + "line": 2827, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 124434, - "end": 124452, + "start": 126824, + "end": 126842, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 124434, - "end": 124452, + "start": 126824, + "end": 126842, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 124434, - "end": 124450, + "start": 126824, + "end": 126840, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 124434, - "end": 124438, + "start": 126824, + "end": 126828, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 16 } } }, "property": { "type": "Identifier", - "start": 124439, - "end": 124450, + "start": 126829, + "end": 126840, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 17 }, "end": { - "line": 2783, + "line": 2825, "column": 28 }, "identifierName": "_renderView" @@ -480796,73 +481068,73 @@ }, { "type": "ExpressionStatement", - "start": 124465, - "end": 124491, + "start": 126855, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 124465, - "end": 124491, + "start": 126855, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 124465, - "end": 124484, + "start": 126855, + "end": 126874, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 124465, - "end": 124469, + "start": 126855, + "end": 126859, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 16 } } }, "property": { "type": "Identifier", - "start": 124470, - "end": 124484, + "start": 126860, + "end": 126874, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 17 }, "end": { - "line": 2784, + "line": 2826, "column": 31 }, "identifierName": "_isInitialized" @@ -480873,15 +481145,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 124487, - "end": 124491, + "start": 126877, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 34 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } }, @@ -480896,72 +481168,72 @@ }, { "type": "IfStatement", - "start": 124519, - "end": 125259, + "start": 126909, + "end": 127649, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 8 }, "end": { - "line": 2806, + "line": 2848, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 124524, - "end": 124552, + "start": 126914, + "end": 126942, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 124524, - "end": 124536, + "start": 126914, + "end": 126926, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 124524, - "end": 124528, + "start": 126914, + "end": 126918, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 17 } } }, "property": { "type": "Identifier", - "start": 124529, - "end": 124536, + "start": 126919, + "end": 126926, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 18 }, "end": { - "line": 2787, + "line": 2829, "column": 25 }, "identifierName": "_config" @@ -480972,15 +481244,15 @@ }, "property": { "type": "Identifier", - "start": 124537, - "end": 124552, + "start": 126927, + "end": 126942, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 26 }, "end": { - "line": 2787, + "line": 2829, "column": 41 }, "identifierName": "reloadCacheKeep" @@ -480991,59 +481263,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 124555, - "end": 125212, + "start": 126945, + "end": 127602, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 44 }, "end": { - "line": 2804, + "line": 2846, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 124569, - "end": 124642, + "start": 126959, + "end": 127032, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 12 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 124573, - "end": 124607, + "start": 126963, + "end": 126997, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 16 }, "end": { - "line": 2788, + "line": 2830, "column": 50 } }, "id": { "type": "Identifier", - "start": 124573, - "end": 124585, + "start": 126963, + "end": 126975, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 16 }, "end": { - "line": 2788, + "line": 2830, "column": 28 }, "identifierName": "_cacheEvents" @@ -481052,58 +481324,58 @@ }, "init": { "type": "CallExpression", - "start": 124588, - "end": 124607, + "start": 126978, + "end": 126997, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 124588, - "end": 124605, + "start": 126978, + "end": 126995, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 124588, - "end": 124592, + "start": 126978, + "end": 126982, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 35 } } }, "property": { "type": "Identifier", - "start": 124593, - "end": 124605, + "start": 126983, + "end": 126995, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 36 }, "end": { - "line": 2788, + "line": 2830, "column": 48 }, "identifierName": "_loadToCache" @@ -481117,29 +481389,29 @@ }, { "type": "VariableDeclarator", - "start": 124625, - "end": 124642, + "start": 127015, + "end": 127032, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 16 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, "id": { "type": "Identifier", - "start": 124625, - "end": 124637, + "start": 127015, + "end": 127027, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 16 }, "end": { - "line": 2789, + "line": 2831, "column": 28 }, "identifierName": "_renewEvents" @@ -481148,15 +481420,15 @@ }, "init": { "type": "ArrayExpression", - "start": 124640, - "end": 124642, + "start": 127030, + "end": 127032, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 31 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } }, @@ -481168,29 +481440,29 @@ }, { "type": "IfStatement", - "start": 124668, - "end": 125139, + "start": 127058, + "end": 127529, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 12 }, "end": { - "line": 2802, + "line": 2844, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 124673, - "end": 124704, + "start": 127063, + "end": 127094, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 17 }, "end": { - "line": 2791, + "line": 2833, "column": 48 } }, @@ -481198,58 +481470,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 124675, - "end": 124704, + "start": 127065, + "end": 127094, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 124675, - "end": 124688, + "start": 127065, + "end": 127078, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 124675, - "end": 124679, + "start": 127065, + "end": 127069, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 23 } } }, "property": { "type": "Identifier", - "start": 124680, - "end": 124688, + "start": 127070, + "end": 127078, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 24 }, "end": { - "line": 2791, + "line": 2833, "column": 32 }, "identifierName": "is_empty" @@ -481261,15 +481533,15 @@ "arguments": [ { "type": "Identifier", - "start": 124690, - "end": 124702, + "start": 127080, + "end": 127092, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 34 }, "end": { - "line": 2791, + "line": 2833, "column": 46 }, "identifierName": "_cacheEvents" @@ -481284,72 +481556,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 124707, - "end": 125139, + "start": 127097, + "end": 127529, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 51 }, "end": { - "line": 2802, + "line": 2844, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 124725, - "end": 125125, + "start": 127115, + "end": 127515, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2801, + "line": 2843, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 124725, - "end": 125125, + "start": 127115, + "end": 127515, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2801, + "line": 2843, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 124725, - "end": 124745, + "start": 127115, + "end": 127135, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2792, + "line": 2834, "column": 36 } }, "object": { "type": "Identifier", - "start": 124725, - "end": 124737, + "start": 127115, + "end": 127127, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2792, + "line": 2834, "column": 28 }, "identifierName": "_cacheEvents" @@ -481358,15 +481630,15 @@ }, "property": { "type": "Identifier", - "start": 124738, - "end": 124745, + "start": 127128, + "end": 127135, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 29 }, "end": { - "line": 2792, + "line": 2834, "column": 36 }, "identifierName": "forEach" @@ -481378,15 +481650,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 124747, - "end": 125124, + "start": 127137, + "end": 127514, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 38 }, "end": { - "line": 2801, + "line": 2843, "column": 17 } }, @@ -481397,15 +481669,15 @@ "params": [ { "type": "Identifier", - "start": 124749, - "end": 124752, + "start": 127139, + "end": 127142, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 40 }, "end": { - "line": 2792, + "line": 2834, "column": 43 }, "identifierName": "evt" @@ -481415,44 +481687,44 @@ ], "body": { "type": "BlockStatement", - "start": 124758, - "end": 125124, + "start": 127148, + "end": 127514, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 49 }, "end": { - "line": 2801, + "line": 2843, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 124780, - "end": 124794, + "start": 127170, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 20 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, "expression": { "type": "UnaryExpression", - "start": 124780, - "end": 124794, + "start": 127170, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 20 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, @@ -481460,29 +481732,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124787, - "end": 124794, + "start": 127177, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 27 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } }, "object": { "type": "Identifier", - "start": 124787, - "end": 124790, + "start": 127177, + "end": 127180, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 27 }, "end": { - "line": 2793, + "line": 2835, "column": 30 }, "identifierName": "evt" @@ -481491,15 +481763,15 @@ }, "property": { "type": "Identifier", - "start": 124791, - "end": 124794, + "start": 127181, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 31 }, "end": { - "line": 2793, + "line": 2835, "column": 34 }, "identifierName": "uid" @@ -481515,29 +481787,29 @@ }, { "type": "ExpressionStatement", - "start": 124815, - "end": 124827, + "start": 127205, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 20 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, "expression": { "type": "UnaryExpression", - "start": 124815, - "end": 124827, + "start": 127205, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 20 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, @@ -481545,29 +481817,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124822, - "end": 124827, + "start": 127212, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 27 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } }, "object": { "type": "Identifier", - "start": 124822, - "end": 124825, + "start": 127212, + "end": 127215, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 27 }, "end": { - "line": 2794, + "line": 2836, "column": 30 }, "identifierName": "evt" @@ -481576,15 +481848,15 @@ }, "property": { "type": "Identifier", - "start": 124826, - "end": 124827, + "start": 127216, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 31 }, "end": { - "line": 2794, + "line": 2836, "column": 32 }, "identifierName": "x" @@ -481600,29 +481872,29 @@ }, { "type": "ExpressionStatement", - "start": 124848, - "end": 124860, + "start": 127238, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 20 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, "expression": { "type": "UnaryExpression", - "start": 124848, - "end": 124860, + "start": 127238, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 20 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, @@ -481630,29 +481902,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124855, - "end": 124860, + "start": 127245, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 27 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } }, "object": { "type": "Identifier", - "start": 124855, - "end": 124858, + "start": 127245, + "end": 127248, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 27 }, "end": { - "line": 2795, + "line": 2837, "column": 30 }, "identifierName": "evt" @@ -481661,15 +481933,15 @@ }, "property": { "type": "Identifier", - "start": 124859, - "end": 124860, + "start": 127249, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 31 }, "end": { - "line": 2795, + "line": 2837, "column": 32 }, "identifierName": "Y" @@ -481685,29 +481957,29 @@ }, { "type": "ExpressionStatement", - "start": 124881, - "end": 124897, + "start": 127271, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 20 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, "expression": { "type": "UnaryExpression", - "start": 124881, - "end": 124897, + "start": 127271, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 20 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, @@ -481715,29 +481987,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124888, - "end": 124897, + "start": 127278, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 27 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } }, "object": { "type": "Identifier", - "start": 124888, - "end": 124891, + "start": 127278, + "end": 127281, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 27 }, "end": { - "line": 2796, + "line": 2838, "column": 30 }, "identifierName": "evt" @@ -481746,15 +482018,15 @@ }, "property": { "type": "Identifier", - "start": 124892, - "end": 124897, + "start": 127282, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 31 }, "end": { - "line": 2796, + "line": 2838, "column": 36 }, "identifierName": "width" @@ -481770,29 +482042,29 @@ }, { "type": "ExpressionStatement", - "start": 124918, - "end": 124935, + "start": 127308, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 20 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, "expression": { "type": "UnaryExpression", - "start": 124918, - "end": 124935, + "start": 127308, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 20 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, @@ -481800,29 +482072,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124925, - "end": 124935, + "start": 127315, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 27 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } }, "object": { "type": "Identifier", - "start": 124925, - "end": 124928, + "start": 127315, + "end": 127318, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 27 }, "end": { - "line": 2797, + "line": 2839, "column": 30 }, "identifierName": "evt" @@ -481831,15 +482103,15 @@ }, "property": { "type": "Identifier", - "start": 124929, - "end": 124935, + "start": 127319, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 31 }, "end": { - "line": 2797, + "line": 2839, "column": 37 }, "identifierName": "height" @@ -481855,29 +482127,29 @@ }, { "type": "ExpressionStatement", - "start": 124956, - "end": 124977, + "start": 127346, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 20 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 124956, - "end": 124977, + "start": 127346, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 20 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, @@ -481885,43 +482157,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 124963, - "end": 124977, + "start": 127353, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 124963, - "end": 124975, + "start": 127353, + "end": 127365, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 39 } }, "object": { "type": "Identifier", - "start": 124963, - "end": 124966, + "start": 127353, + "end": 127356, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 30 }, "identifierName": "evt" @@ -481930,15 +482202,15 @@ }, "property": { "type": "Identifier", - "start": 124967, - "end": 124975, + "start": 127357, + "end": 127365, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 31 }, "end": { - "line": 2798, + "line": 2840, "column": 39 }, "identifierName": "relation" @@ -481949,15 +482221,15 @@ }, "property": { "type": "Identifier", - "start": 124976, - "end": 124977, + "start": 127366, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 40 }, "end": { - "line": 2798, + "line": 2840, "column": 41 }, "identifierName": "x" @@ -481973,29 +482245,29 @@ }, { "type": "ExpressionStatement", - "start": 124998, - "end": 125019, + "start": 127388, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 20 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, "expression": { "type": "UnaryExpression", - "start": 124998, - "end": 125019, + "start": 127388, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 20 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, @@ -482003,43 +482275,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 125005, - "end": 125019, + "start": 127395, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 125005, - "end": 125017, + "start": 127395, + "end": 127407, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 39 } }, "object": { "type": "Identifier", - "start": 125005, - "end": 125008, + "start": 127395, + "end": 127398, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 30 }, "identifierName": "evt" @@ -482048,15 +482320,15 @@ }, "property": { "type": "Identifier", - "start": 125009, - "end": 125017, + "start": 127399, + "end": 127407, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 31 }, "end": { - "line": 2799, + "line": 2841, "column": 39 }, "identifierName": "relation" @@ -482067,15 +482339,15 @@ }, "property": { "type": "Identifier", - "start": 125018, - "end": 125019, + "start": 127408, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 40 }, "end": { - "line": 2799, + "line": 2841, "column": 41 }, "identifierName": "y" @@ -482091,57 +482363,57 @@ }, { "type": "ExpressionStatement", - "start": 125040, - "end": 125106, + "start": 127430, + "end": 127496, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 86 } }, "expression": { "type": "CallExpression", - "start": 125040, - "end": 125106, + "start": 127430, + "end": 127496, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 125040, - "end": 125057, + "start": 127430, + "end": 127447, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 37 } }, "object": { "type": "Identifier", - "start": 125040, - "end": 125052, + "start": 127430, + "end": 127442, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 32 }, "identifierName": "_renewEvents" @@ -482150,15 +482422,15 @@ }, "property": { "type": "Identifier", - "start": 125053, - "end": 125057, + "start": 127443, + "end": 127447, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 33 }, "end": { - "line": 2800, + "line": 2842, "column": 37 }, "identifierName": "push" @@ -482170,58 +482442,58 @@ "arguments": [ { "type": "CallExpression", - "start": 125059, - "end": 125104, + "start": 127449, + "end": 127494, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 125059, - "end": 125082, + "start": 127449, + "end": 127472, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 125059, - "end": 125063, + "start": 127449, + "end": 127453, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 43 } } }, "property": { "type": "Identifier", - "start": 125064, - "end": 125082, + "start": 127454, + "end": 127472, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 44 }, "end": { - "line": 2800, + "line": 2842, "column": 62 }, "identifierName": "_registerEventData" @@ -482233,15 +482505,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125084, - "end": 125097, + "start": 127474, + "end": 127487, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 64 }, "end": { - "line": 2800, + "line": 2842, "column": 77 } }, @@ -482253,15 +482525,15 @@ }, { "type": "Identifier", - "start": 125099, - "end": 125102, + "start": 127489, + "end": 127492, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 79 }, "end": { - "line": 2800, + "line": 2842, "column": 82 }, "identifierName": "evt" @@ -482287,73 +482559,73 @@ }, { "type": "ExpressionStatement", - "start": 125152, - "end": 125202, + "start": 127542, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 125152, - "end": 125202, + "start": 127542, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 125152, - "end": 125166, + "start": 127542, + "end": 127556, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 125152, - "end": 125156, + "start": 127542, + "end": 127546, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125157, - "end": 125166, + "start": 127547, + "end": 127556, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 17 }, "end": { - "line": 2803, + "line": 2845, "column": 26 }, "identifierName": "_isCached" @@ -482364,58 +482636,58 @@ }, "right": { "type": "CallExpression", - "start": 125169, - "end": 125202, + "start": 127559, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 125169, - "end": 125186, + "start": 127559, + "end": 127576, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 125169, - "end": 125173, + "start": 127559, + "end": 127563, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 33 } } }, "property": { "type": "Identifier", - "start": 125174, - "end": 125186, + "start": 127564, + "end": 127576, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 34 }, "end": { - "line": 2803, + "line": 2845, "column": 46 }, "identifierName": "_saveToCache" @@ -482427,15 +482699,15 @@ "arguments": [ { "type": "Identifier", - "start": 125188, - "end": 125200, + "start": 127578, + "end": 127590, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 48 }, "end": { - "line": 2803, + "line": 2845, "column": 60 }, "identifierName": "_renewEvents" @@ -482451,87 +482723,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 125218, - "end": 125259, + "start": 127608, + "end": 127649, "loc": { "start": { - "line": 2804, + "line": 2846, "column": 15 }, "end": { - "line": 2806, + "line": 2848, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 125232, - "end": 125249, + "start": 127622, + "end": 127639, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 125232, - "end": 125249, + "start": 127622, + "end": 127639, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 125232, - "end": 125247, + "start": 127622, + "end": 127637, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 125232, - "end": 125236, + "start": 127622, + "end": 127626, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125237, - "end": 125247, + "start": 127627, + "end": 127637, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 17 }, "end": { - "line": 2805, + "line": 2847, "column": 27 }, "identifierName": "_loadEvent" @@ -482549,72 +482821,72 @@ }, { "type": "ExpressionStatement", - "start": 125277, - "end": 125295, + "start": 127667, + "end": 127685, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 125277, - "end": 125295, + "start": 127667, + "end": 127685, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 125277, - "end": 125293, + "start": 127667, + "end": 127683, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 125277, - "end": 125281, + "start": 127667, + "end": 127671, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125282, - "end": 125293, + "start": 127672, + "end": 127683, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 13 }, "end": { - "line": 2808, + "line": 2850, "column": 24 }, "identifierName": "_placeEvent" @@ -482628,73 +482900,73 @@ }, { "type": "ExpressionStatement", - "start": 125313, - "end": 125337, + "start": 127703, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 125313, - "end": 125337, + "start": 127703, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 125313, - "end": 125330, + "start": 127703, + "end": 127720, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 125313, - "end": 125317, + "start": 127703, + "end": 127707, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125318, - "end": 125330, + "start": 127708, + "end": 127720, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 13 }, "end": { - "line": 2810, + "line": 2852, "column": 25 }, "identifierName": "_isCompleted" @@ -482705,15 +482977,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 125333, - "end": 125337, + "start": 127723, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 28 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } }, @@ -482723,29 +482995,29 @@ }, { "type": "IfStatement", - "start": 125355, - "end": 125541, + "start": 127745, + "end": 127931, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 8 }, "end": { - "line": 2816, + "line": 2858, "column": 9 } }, "test": { "type": "Identifier", - "start": 125360, - "end": 125368, + "start": 127750, + "end": 127758, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 13 }, "end": { - "line": 2812, + "line": 2854, "column": 21 }, "identifierName": "callback" @@ -482754,87 +483026,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 125371, - "end": 125541, + "start": 127761, + "end": 127931, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 24 }, "end": { - "line": 2816, + "line": 2858, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 125385, - "end": 125456, + "start": 127775, + "end": 127846, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 83 } }, "expression": { "type": "CallExpression", - "start": 125385, - "end": 125456, + "start": 127775, + "end": 127846, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 125385, - "end": 125396, + "start": 127775, + "end": 127786, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 125385, - "end": 125389, + "start": 127775, + "end": 127779, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 16 } } }, "property": { "type": "Identifier", - "start": 125390, - "end": 125396, + "start": 127780, + "end": 127786, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 17 }, "end": { - "line": 2813, + "line": 2855, "column": 23 }, "identifierName": "_debug" @@ -482846,15 +483118,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125398, - "end": 125454, + "start": 127788, + "end": 127844, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 25 }, "end": { - "line": 2813, + "line": 2855, "column": 81 } }, @@ -482869,43 +483141,43 @@ }, { "type": "ExpressionStatement", - "start": 125482, - "end": 125531, + "start": 127872, + "end": 127921, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 125482, - "end": 125531, + "start": 127872, + "end": 127921, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 61 } }, "callee": { "type": "Identifier", - "start": 125482, - "end": 125490, + "start": 127872, + "end": 127880, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 20 }, "identifierName": "callback" @@ -482915,44 +483187,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 125492, - "end": 125505, + "start": 127882, + "end": 127895, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 22 }, "end": { - "line": 2815, + "line": 2857, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 125492, - "end": 125496, + "start": 127882, + "end": 127886, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 22 }, "end": { - "line": 2815, + "line": 2857, "column": 26 } } }, "property": { "type": "Identifier", - "start": 125497, - "end": 125505, + "start": 127887, + "end": 127895, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 27 }, "end": { - "line": 2815, + "line": 2857, "column": 35 }, "identifierName": "_element" @@ -482963,44 +483235,44 @@ }, { "type": "MemberExpression", - "start": 125507, - "end": 125519, + "start": 127897, + "end": 127909, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 37 }, "end": { - "line": 2815, + "line": 2857, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 125507, - "end": 125511, + "start": 127897, + "end": 127901, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 37 }, "end": { - "line": 2815, + "line": 2857, "column": 41 } } }, "property": { "type": "Identifier", - "start": 125512, - "end": 125519, + "start": 127902, + "end": 127909, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 42 }, "end": { - "line": 2815, + "line": 2857, "column": 49 }, "identifierName": "_config" @@ -483011,15 +483283,15 @@ }, { "type": "Identifier", - "start": 125521, - "end": 125529, + "start": 127911, + "end": 127919, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 51 }, "end": { - "line": 2815, + "line": 2857, "column": 59 }, "identifierName": "userdata" @@ -483042,15 +483314,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -483060,15 +483332,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -483077,15 +483349,15 @@ }, { "type": "ClassMethod", - "start": 125789, - "end": 128271, + "start": 128179, + "end": 130661, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 4 }, "end": { - "line": 2878, + "line": 2920, "column": 5 } }, @@ -483093,15 +483365,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 125789, - "end": 125798, + "start": 128179, + "end": 128188, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 4 }, "end": { - "line": 2825, + "line": 2867, "column": 13 }, "identifierName": "openEvent" @@ -483117,15 +483389,15 @@ "params": [ { "type": "Identifier", - "start": 125800, - "end": 125805, + "start": 128190, + "end": 128195, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 15 }, "end": { - "line": 2825, + "line": 2867, "column": 20 }, "identifierName": "event" @@ -483135,87 +483407,87 @@ ], "body": { "type": "BlockStatement", - "start": 125808, - "end": 128271, + "start": 128198, + "end": 130661, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 23 }, "end": { - "line": 2878, + "line": 2920, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 125818, - "end": 125844, + "start": 128208, + "end": 128234, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 125818, - "end": 125844, + "start": 128208, + "end": 128234, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 125818, - "end": 125829, + "start": 128208, + "end": 128219, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 125818, - "end": 125822, + "start": 128208, + "end": 128212, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 12 } } }, "property": { "type": "Identifier", - "start": 125823, - "end": 125829, + "start": 128213, + "end": 128219, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 13 }, "end": { - "line": 2826, + "line": 2868, "column": 19 }, "identifierName": "_debug" @@ -483227,15 +483499,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 125831, - "end": 125842, + "start": 128221, + "end": 128232, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 21 }, "end": { - "line": 2826, + "line": 2868, "column": 32 } }, @@ -483250,44 +483522,44 @@ }, { "type": "VariableDeclaration", - "start": 125862, - "end": 126274, + "start": 128252, + "end": 128664, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 8 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 125866, - "end": 125882, + "start": 128256, + "end": 128272, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 12 }, "end": { - "line": 2828, + "line": 2870, "column": 28 } }, "id": { "type": "Identifier", - "start": 125866, - "end": 125871, + "start": 128256, + "end": 128261, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 12 }, "end": { - "line": 2828, + "line": 2870, "column": 17 }, "identifierName": "_that" @@ -483296,15 +483568,15 @@ }, "init": { "type": "ThisExpression", - "start": 125878, - "end": 125882, + "start": 128268, + "end": 128272, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 24 }, "end": { - "line": 2828, + "line": 2870, "column": 28 } } @@ -483312,29 +483584,29 @@ }, { "type": "VariableDeclarator", - "start": 125896, - "end": 125920, + "start": 128286, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 12 }, "end": { - "line": 2829, + "line": 2871, "column": 36 } }, "id": { "type": "Identifier", - "start": 125896, - "end": 125901, + "start": 128286, + "end": 128291, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 12 }, "end": { - "line": 2829, + "line": 2871, "column": 17 }, "identifierName": "_self" @@ -483343,29 +483615,29 @@ }, "init": { "type": "MemberExpression", - "start": 125908, - "end": 125920, + "start": 128298, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 24 }, "end": { - "line": 2829, + "line": 2871, "column": 36 } }, "object": { "type": "Identifier", - "start": 125908, - "end": 125913, + "start": 128298, + "end": 128303, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 24 }, "end": { - "line": 2829, + "line": 2871, "column": 29 }, "identifierName": "event" @@ -483374,15 +483646,15 @@ }, "property": { "type": "Identifier", - "start": 125914, - "end": 125920, + "start": 128304, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 30 }, "end": { - "line": 2829, + "line": 2871, "column": 36 }, "identifierName": "target" @@ -483394,29 +483666,29 @@ }, { "type": "VariableDeclarator", - "start": 125934, - "end": 125985, + "start": 128324, + "end": 128375, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 12 }, "end": { - "line": 2830, + "line": 2872, "column": 63 } }, "id": { "type": "Identifier", - "start": 125934, - "end": 125941, + "start": 128324, + "end": 128331, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 12 }, "end": { - "line": 2830, + "line": 2872, "column": 19 }, "identifierName": "$viewer" @@ -483425,57 +483697,57 @@ }, "init": { "type": "CallExpression", - "start": 125946, - "end": 125985, + "start": 128336, + "end": 128375, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 125946, - "end": 125962, + "start": 128336, + "end": 128352, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 40 } }, "object": { "type": "CallExpression", - "start": 125946, - "end": 125957, + "start": 128336, + "end": 128347, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 35 } }, "callee": { "type": "Identifier", - "start": 125946, - "end": 125947, + "start": 128336, + "end": 128337, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 25 }, "identifierName": "$" @@ -483485,15 +483757,15 @@ "arguments": [ { "type": "Identifier", - "start": 125948, - "end": 125956, + "start": 128338, + "end": 128346, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 26 }, "end": { - "line": 2830, + "line": 2872, "column": 34 }, "identifierName": "document" @@ -483504,15 +483776,15 @@ }, "property": { "type": "Identifier", - "start": 125958, - "end": 125962, + "start": 128348, + "end": 128352, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 36 }, "end": { - "line": 2830, + "line": 2872, "column": 40 }, "identifierName": "find" @@ -483524,29 +483796,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 125964, - "end": 125983, + "start": 128354, + "end": 128373, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 42 }, "end": { - "line": 2830, + "line": 2872, "column": 61 } }, "object": { "type": "Identifier", - "start": 125964, - "end": 125972, + "start": 128354, + "end": 128362, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 42 }, "end": { - "line": 2830, + "line": 2872, "column": 50 }, "identifierName": "Selector" @@ -483555,15 +483827,15 @@ }, "property": { "type": "Identifier", - "start": 125973, - "end": 125983, + "start": 128363, + "end": 128373, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 51 }, "end": { - "line": 2830, + "line": 2872, "column": 61 }, "identifierName": "EVENT_VIEW" @@ -483577,29 +483849,29 @@ }, { "type": "VariableDeclarator", - "start": 126086, - "end": 126120, + "start": 128476, + "end": 128510, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 12 }, "end": { - "line": 2832, + "line": 2874, "column": 46 } }, "id": { "type": "Identifier", - "start": 126086, - "end": 126089, + "start": 128476, + "end": 128479, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 12 }, "end": { - "line": 2832, + "line": 2874, "column": 15 }, "identifierName": "uid" @@ -483609,57 +483881,57 @@ }, "init": { "type": "CallExpression", - "start": 126098, - "end": 126120, + "start": 128488, + "end": 128510, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 126098, - "end": 126111, + "start": 128488, + "end": 128501, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 37 } }, "object": { "type": "CallExpression", - "start": 126098, - "end": 126106, + "start": 128488, + "end": 128496, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 32 } }, "callee": { "type": "Identifier", - "start": 126098, - "end": 126099, + "start": 128488, + "end": 128489, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 25 }, "identifierName": "$" @@ -483669,15 +483941,15 @@ "arguments": [ { "type": "Identifier", - "start": 126100, - "end": 126105, + "start": 128490, + "end": 128495, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 26 }, "end": { - "line": 2832, + "line": 2874, "column": 31 }, "identifierName": "_self" @@ -483688,15 +483960,15 @@ }, "property": { "type": "Identifier", - "start": 126107, - "end": 126111, + "start": 128497, + "end": 128501, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 33 }, "end": { - "line": 2832, + "line": 2874, "column": 37 }, "identifierName": "data" @@ -483708,15 +483980,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126113, - "end": 126118, + "start": 128503, + "end": 128508, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 39 }, "end": { - "line": 2832, + "line": 2874, "column": 44 } }, @@ -483732,15 +484004,15 @@ { "type": "CommentLine", "value": "eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),", - "start": 125999, - "end": 126073, + "start": 128389, + "end": 128463, "loc": { "start": { - "line": 2831, + "line": 2873, "column": 12 }, "end": { - "line": 2831, + "line": 2873, "column": 86 } } @@ -483749,29 +484021,29 @@ }, { "type": "VariableDeclarator", - "start": 126210, - "end": 126274, + "start": 128600, + "end": 128664, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 12 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "id": { "type": "Identifier", - "start": 126210, - "end": 126218, + "start": 128600, + "end": 128608, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 12 }, "end": { - "line": 2834, + "line": 2876, "column": 20 }, "identifierName": "callback" @@ -483781,58 +484053,58 @@ }, "init": { "type": "CallExpression", - "start": 126222, - "end": 126274, + "start": 128612, + "end": 128664, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 126222, - "end": 126237, + "start": 128612, + "end": 128627, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 126222, - "end": 126226, + "start": 128612, + "end": 128616, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 28 } } }, "property": { "type": "Identifier", - "start": 126227, - "end": 126237, + "start": 128617, + "end": 128627, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 29 }, "end": { - "line": 2834, + "line": 2876, "column": 39 }, "identifierName": "supplement" @@ -483844,72 +484116,72 @@ "arguments": [ { "type": "NullLiteral", - "start": 126239, - "end": 126243, + "start": 128629, + "end": 128633, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 41 }, "end": { - "line": 2834, + "line": 2876, "column": 45 } } }, { "type": "CallExpression", - "start": 126245, - "end": 126272, + "start": 128635, + "end": 128662, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 126245, - "end": 126258, + "start": 128635, + "end": 128648, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 60 } }, "object": { "type": "CallExpression", - "start": 126245, - "end": 126253, + "start": 128635, + "end": 128643, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 55 } }, "callee": { "type": "Identifier", - "start": 126245, - "end": 126246, + "start": 128635, + "end": 128636, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 48 }, "identifierName": "$" @@ -483919,15 +484191,15 @@ "arguments": [ { "type": "Identifier", - "start": 126247, - "end": 126252, + "start": 128637, + "end": 128642, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 49 }, "end": { - "line": 2834, + "line": 2876, "column": 54 }, "identifierName": "_self" @@ -483938,15 +484210,15 @@ }, "property": { "type": "Identifier", - "start": 126254, - "end": 126258, + "start": 128644, + "end": 128648, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 56 }, "end": { - "line": 2834, + "line": 2876, "column": 60 }, "identifierName": "data" @@ -483958,15 +484230,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126260, - "end": 126270, + "start": 128650, + "end": 128660, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 62 }, "end": { - "line": 2834, + "line": 2876, "column": 72 } }, @@ -483985,15 +484257,15 @@ { "type": "CommentLine", "value": "meta = this.supplement( null, $(_self).data( 'meta' ) ),", - "start": 126134, - "end": 126197, + "start": 128524, + "end": 128587, "loc": { "start": { - "line": 2833, + "line": 2875, "column": 12 }, "end": { - "line": 2833, + "line": 2875, "column": 75 } } @@ -484007,15 +484279,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -484024,57 +484296,57 @@ }, { "type": "IfStatement", - "start": 126369, - "end": 127950, + "start": 128759, + "end": 130340, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 8 }, "end": { - "line": 2867, + "line": 2909, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 126374, - "end": 126392, + "start": 128764, + "end": 128782, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 126374, - "end": 126388, + "start": 128764, + "end": 128778, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 27 } }, "object": { "type": "Identifier", - "start": 126374, - "end": 126381, + "start": 128764, + "end": 128771, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 20 }, "identifierName": "$viewer" @@ -484084,15 +484356,15 @@ }, "property": { "type": "Identifier", - "start": 126382, - "end": 126388, + "start": 128772, + "end": 128778, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 21 }, "end": { - "line": 2837, + "line": 2879, "column": 27 }, "identifierName": "length" @@ -484105,15 +484377,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 126391, - "end": 126392, + "start": 128781, + "end": 128782, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 30 }, "end": { - "line": 2837, + "line": 2879, "column": 31 } }, @@ -484127,72 +484399,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 126395, - "end": 127950, + "start": 128785, + "end": 130340, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 34 }, "end": { - "line": 2867, + "line": 2909, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 126409, - "end": 127940, + "start": 128799, + "end": 130330, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2866, + "line": 2908, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 126409, - "end": 127940, + "start": 128799, + "end": 130330, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2866, + "line": 2908, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 126409, - "end": 126421, + "start": 128799, + "end": 128811, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2838, + "line": 2880, "column": 24 } }, "object": { "type": "Identifier", - "start": 126409, - "end": 126416, + "start": 128799, + "end": 128806, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2838, + "line": 2880, "column": 19 }, "identifierName": "$viewer" @@ -484201,15 +484473,15 @@ }, "property": { "type": "Identifier", - "start": 126417, - "end": 126421, + "start": 128807, + "end": 128811, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 20 }, "end": { - "line": 2838, + "line": 2880, "column": 24 }, "identifierName": "each" @@ -484221,15 +484493,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 126422, - "end": 127939, + "start": 128812, + "end": 130329, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 25 }, "end": { - "line": 2866, + "line": 2908, "column": 13 } }, @@ -484240,59 +484512,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 126433, - "end": 127939, + "start": 128823, + "end": 130329, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 36 }, "end": { - "line": 2866, + "line": 2908, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 126451, - "end": 126963, + "start": 128841, + "end": 129353, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 16 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 126455, - "end": 126490, + "start": 128845, + "end": 128880, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 20 }, "end": { - "line": 2839, + "line": 2881, "column": 55 } }, "id": { "type": "Identifier", - "start": 126455, - "end": 126467, + "start": 128845, + "end": 128857, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 20 }, "end": { - "line": 2839, + "line": 2881, "column": 32 }, "identifierName": "_cacheEvents" @@ -484301,43 +484573,43 @@ }, "init": { "type": "CallExpression", - "start": 126470, - "end": 126490, + "start": 128860, + "end": 128880, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 126470, - "end": 126488, + "start": 128860, + "end": 128878, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 53 } }, "object": { "type": "Identifier", - "start": 126470, - "end": 126475, + "start": 128860, + "end": 128865, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 40 }, "identifierName": "_that" @@ -484346,15 +484618,15 @@ }, "property": { "type": "Identifier", - "start": 126476, - "end": 126488, + "start": 128866, + "end": 128878, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 41 }, "end": { - "line": 2839, + "line": 2881, "column": 53 }, "identifierName": "_loadToCache" @@ -484368,29 +484640,29 @@ }, { "type": "VariableDeclarator", - "start": 126512, - "end": 126578, + "start": 128902, + "end": 128968, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 20 }, "end": { - "line": 2840, + "line": 2882, "column": 86 } }, "id": { "type": "Identifier", - "start": 126512, - "end": 126522, + "start": 128902, + "end": 128912, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 20 }, "end": { - "line": 2840, + "line": 2882, "column": 30 }, "identifierName": "_eventData" @@ -484399,43 +484671,43 @@ }, "init": { "type": "CallExpression", - "start": 126527, - "end": 126578, + "start": 128917, + "end": 128968, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 126527, - "end": 126544, + "start": 128917, + "end": 128934, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 52 } }, "object": { "type": "Identifier", - "start": 126527, - "end": 126539, + "start": 128917, + "end": 128929, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 47 }, "identifierName": "_cacheEvents" @@ -484444,15 +484716,15 @@ }, "property": { "type": "Identifier", - "start": 126540, - "end": 126544, + "start": 128930, + "end": 128934, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 48 }, "end": { - "line": 2840, + "line": 2882, "column": 52 }, "identifierName": "find" @@ -484464,15 +484736,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 126546, - "end": 126576, + "start": 128936, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 54 }, "end": { - "line": 2840, + "line": 2882, "column": 84 } }, @@ -484483,15 +484755,15 @@ "params": [ { "type": "Identifier", - "start": 126548, - "end": 126553, + "start": 128938, + "end": 128943, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 56 }, "end": { - "line": 2840, + "line": 2882, "column": 61 }, "identifierName": "event" @@ -484501,43 +484773,43 @@ ], "body": { "type": "BinaryExpression", - "start": 126559, - "end": 126576, + "start": 128949, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 126559, - "end": 126568, + "start": 128949, + "end": 128958, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 76 } }, "object": { "type": "Identifier", - "start": 126559, - "end": 126564, + "start": 128949, + "end": 128954, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 72 }, "identifierName": "event" @@ -484546,15 +484818,15 @@ }, "property": { "type": "Identifier", - "start": 126565, - "end": 126568, + "start": 128955, + "end": 128958, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 73 }, "end": { - "line": 2840, + "line": 2882, "column": 76 }, "identifierName": "uid" @@ -484566,15 +484838,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 126573, - "end": 126576, + "start": 128963, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 81 }, "end": { - "line": 2840, + "line": 2882, "column": 84 }, "identifierName": "uid" @@ -484588,29 +484860,29 @@ }, { "type": "VariableDeclarator", - "start": 126600, - "end": 126672, + "start": 128990, + "end": 129062, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 20 }, "end": { - "line": 2841, + "line": 2883, "column": 92 } }, "id": { "type": "Identifier", - "start": 126600, - "end": 126606, + "start": 128990, + "end": 128996, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 20 }, "end": { - "line": 2841, + "line": 2883, "column": 26 }, "identifierName": "_label" @@ -484619,29 +484891,29 @@ }, "init": { "type": "CallExpression", - "start": 126615, - "end": 126672, + "start": 129005, + "end": 129062, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 35 }, "end": { - "line": 2841, + "line": 2883, "column": 92 } }, "callee": { "type": "Identifier", - "start": 126615, - "end": 126616, + "start": 129005, + "end": 129006, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 35 }, "end": { - "line": 2841, + "line": 2883, "column": 36 }, "identifierName": "$" @@ -484651,15 +484923,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126617, - "end": 126630, + "start": 129007, + "end": 129020, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 37 }, "end": { - "line": 2841, + "line": 2883, "column": 50 } }, @@ -484671,30 +484943,30 @@ }, { "type": "ObjectExpression", - "start": 126632, - "end": 126671, + "start": 129022, + "end": 129061, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 52 }, "end": { - "line": 2841, + "line": 2883, "column": 91 } }, "properties": [ { "type": "ObjectProperty", - "start": 126634, - "end": 126669, + "start": 129024, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 54 }, "end": { - "line": 2841, + "line": 2883, "column": 89 } }, @@ -484703,15 +484975,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126634, - "end": 126639, + "start": 129024, + "end": 129029, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 54 }, "end": { - "line": 2841, + "line": 2883, "column": 59 }, "identifierName": "class" @@ -484720,29 +484992,29 @@ }, "value": { "type": "MemberExpression", - "start": 126641, - "end": 126669, + "start": 129031, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 61 }, "end": { - "line": 2841, + "line": 2883, "column": 89 } }, "object": { "type": "Identifier", - "start": 126641, - "end": 126650, + "start": 129031, + "end": 129040, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 61 }, "end": { - "line": 2841, + "line": 2883, "column": 70 }, "identifierName": "ClassName" @@ -484751,15 +485023,15 @@ }, "property": { "type": "Identifier", - "start": 126651, - "end": 126669, + "start": 129041, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 71 }, "end": { - "line": 2841, + "line": 2883, "column": 89 }, "identifierName": "VIEWER_EVENT_TITLE" @@ -484776,29 +485048,29 @@ }, { "type": "VariableDeclarator", - "start": 126694, - "end": 126768, + "start": 129084, + "end": 129158, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 20 }, "end": { - "line": 2842, + "line": 2884, "column": 94 } }, "id": { "type": "Identifier", - "start": 126694, - "end": 126702, + "start": 129084, + "end": 129092, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 20 }, "end": { - "line": 2842, + "line": 2884, "column": 28 }, "identifierName": "_content" @@ -484807,29 +485079,29 @@ }, "init": { "type": "CallExpression", - "start": 126709, - "end": 126768, + "start": 129099, + "end": 129158, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 35 }, "end": { - "line": 2842, + "line": 2884, "column": 94 } }, "callee": { "type": "Identifier", - "start": 126709, - "end": 126710, + "start": 129099, + "end": 129100, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 35 }, "end": { - "line": 2842, + "line": 2884, "column": 36 }, "identifierName": "$" @@ -484839,15 +485111,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126711, - "end": 126724, + "start": 129101, + "end": 129114, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 37 }, "end": { - "line": 2842, + "line": 2884, "column": 50 } }, @@ -484859,30 +485131,30 @@ }, { "type": "ObjectExpression", - "start": 126726, - "end": 126767, + "start": 129116, + "end": 129157, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 52 }, "end": { - "line": 2842, + "line": 2884, "column": 93 } }, "properties": [ { "type": "ObjectProperty", - "start": 126728, - "end": 126765, + "start": 129118, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 54 }, "end": { - "line": 2842, + "line": 2884, "column": 91 } }, @@ -484891,15 +485163,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126728, - "end": 126733, + "start": 129118, + "end": 129123, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 54 }, "end": { - "line": 2842, + "line": 2884, "column": 59 }, "identifierName": "class" @@ -484908,29 +485180,29 @@ }, "value": { "type": "MemberExpression", - "start": 126735, - "end": 126765, + "start": 129125, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 61 }, "end": { - "line": 2842, + "line": 2884, "column": 91 } }, "object": { "type": "Identifier", - "start": 126735, - "end": 126744, + "start": 129125, + "end": 129134, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 61 }, "end": { - "line": 2842, + "line": 2884, "column": 70 }, "identifierName": "ClassName" @@ -484939,15 +485211,15 @@ }, "property": { "type": "Identifier", - "start": 126745, - "end": 126765, + "start": 129135, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 71 }, "end": { - "line": 2842, + "line": 2884, "column": 91 }, "identifierName": "VIEWER_EVENT_CONTENT" @@ -484964,29 +485236,29 @@ }, { "type": "VariableDeclarator", - "start": 126790, - "end": 126861, + "start": 129180, + "end": 129251, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 20 }, "end": { - "line": 2843, + "line": 2885, "column": 91 } }, "id": { "type": "Identifier", - "start": 126790, - "end": 126795, + "start": 129180, + "end": 129185, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 20 }, "end": { - "line": 2843, + "line": 2885, "column": 25 }, "identifierName": "_meta" @@ -484995,29 +485267,29 @@ }, "init": { "type": "CallExpression", - "start": 126805, - "end": 126861, + "start": 129195, + "end": 129251, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 35 }, "end": { - "line": 2843, + "line": 2885, "column": 91 } }, "callee": { "type": "Identifier", - "start": 126805, - "end": 126806, + "start": 129195, + "end": 129196, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 35 }, "end": { - "line": 2843, + "line": 2885, "column": 36 }, "identifierName": "$" @@ -485027,15 +485299,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126807, - "end": 126820, + "start": 129197, + "end": 129210, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 37 }, "end": { - "line": 2843, + "line": 2885, "column": 50 } }, @@ -485047,30 +485319,30 @@ }, { "type": "ObjectExpression", - "start": 126822, - "end": 126860, + "start": 129212, + "end": 129250, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 52 }, "end": { - "line": 2843, + "line": 2885, "column": 90 } }, "properties": [ { "type": "ObjectProperty", - "start": 126824, - "end": 126858, + "start": 129214, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 54 }, "end": { - "line": 2843, + "line": 2885, "column": 88 } }, @@ -485079,15 +485351,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126824, - "end": 126829, + "start": 129214, + "end": 129219, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 54 }, "end": { - "line": 2843, + "line": 2885, "column": 59 }, "identifierName": "class" @@ -485096,29 +485368,29 @@ }, "value": { "type": "MemberExpression", - "start": 126831, - "end": 126858, + "start": 129221, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 61 }, "end": { - "line": 2843, + "line": 2885, "column": 88 } }, "object": { "type": "Identifier", - "start": 126831, - "end": 126840, + "start": 129221, + "end": 129230, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 61 }, "end": { - "line": 2843, + "line": 2885, "column": 70 }, "identifierName": "ClassName" @@ -485127,15 +485399,15 @@ }, "property": { "type": "Identifier", - "start": 126841, - "end": 126858, + "start": 129231, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 71 }, "end": { - "line": 2843, + "line": 2885, "column": 88 }, "identifierName": "VIEWER_EVENT_META" @@ -485152,29 +485424,29 @@ }, { "type": "VariableDeclarator", - "start": 126883, - "end": 126963, + "start": 129273, + "end": 129353, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 20 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "id": { "type": "Identifier", - "start": 126883, - "end": 126889, + "start": 129273, + "end": 129279, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 20 }, "end": { - "line": 2844, + "line": 2886, "column": 26 }, "identifierName": "_image" @@ -485183,29 +485455,29 @@ }, "init": { "type": "CallExpression", - "start": 126898, - "end": 126963, + "start": 129288, + "end": 129353, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 35 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } }, "callee": { "type": "Identifier", - "start": 126898, - "end": 126899, + "start": 129288, + "end": 129289, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 35 }, "end": { - "line": 2844, + "line": 2886, "column": 36 }, "identifierName": "$" @@ -485215,15 +485487,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 126900, - "end": 126913, + "start": 129290, + "end": 129303, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 37 }, "end": { - "line": 2844, + "line": 2886, "column": 50 } }, @@ -485235,30 +485507,30 @@ }, { "type": "ObjectExpression", - "start": 126915, - "end": 126962, + "start": 129305, + "end": 129352, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 52 }, "end": { - "line": 2844, + "line": 2886, "column": 99 } }, "properties": [ { "type": "ObjectProperty", - "start": 126917, - "end": 126960, + "start": 129307, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 54 }, "end": { - "line": 2844, + "line": 2886, "column": 97 } }, @@ -485267,15 +485539,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 126917, - "end": 126922, + "start": 129307, + "end": 129312, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 54 }, "end": { - "line": 2844, + "line": 2886, "column": 59 }, "identifierName": "class" @@ -485284,29 +485556,29 @@ }, "value": { "type": "MemberExpression", - "start": 126924, - "end": 126960, + "start": 129314, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 61 }, "end": { - "line": 2844, + "line": 2886, "column": 97 } }, "object": { "type": "Identifier", - "start": 126924, - "end": 126933, + "start": 129314, + "end": 129323, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 61 }, "end": { - "line": 2844, + "line": 2886, "column": 70 }, "identifierName": "ClassName" @@ -485315,15 +485587,15 @@ }, "property": { "type": "Identifier", - "start": 126934, - "end": 126960, + "start": 129324, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 71 }, "end": { - "line": 2844, + "line": 2886, "column": 97 }, "identifierName": "VIEWER_EVENT_IMAGE_WRAPPER" @@ -485346,15 +485618,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -485363,71 +485635,71 @@ }, { "type": "ExpressionStatement", - "start": 127089, - "end": 127104, + "start": 129479, + "end": 129494, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 127089, - "end": 127104, + "start": 129479, + "end": 129494, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 127089, - "end": 127102, + "start": 129479, + "end": 129492, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 29 } }, "object": { "type": "CallExpression", - "start": 127089, - "end": 127096, + "start": 129479, + "end": 129486, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 23 } }, "callee": { "type": "Identifier", - "start": 127089, - "end": 127090, + "start": 129479, + "end": 129480, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 17 }, "identifierName": "$" @@ -485438,15 +485710,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127091, - "end": 127095, + "start": 129481, + "end": 129485, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 18 }, "end": { - "line": 2848, + "line": 2890, "column": 22 } } @@ -485456,15 +485728,15 @@ }, "property": { "type": "Identifier", - "start": 127097, - "end": 127102, + "start": 129487, + "end": 129492, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 24 }, "end": { - "line": 2848, + "line": 2890, "column": 29 }, "identifierName": "empty" @@ -485482,15 +485754,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -485500,15 +485772,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -485517,29 +485789,29 @@ }, { "type": "IfStatement", - "start": 127142, - "end": 127363, + "start": 129532, + "end": 129753, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 16 }, "end": { - "line": 2852, + "line": 2894, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127147, - "end": 127183, + "start": 129537, + "end": 129573, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 21 }, "end": { - "line": 2849, + "line": 2891, "column": 57 } }, @@ -485547,43 +485819,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127149, - "end": 127183, + "start": 129539, + "end": 129573, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 127149, - "end": 127163, + "start": 129539, + "end": 129553, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 37 } }, "object": { "type": "Identifier", - "start": 127149, - "end": 127154, + "start": 129539, + "end": 129544, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 28 }, "identifierName": "_that" @@ -485593,15 +485865,15 @@ }, "property": { "type": "Identifier", - "start": 127155, - "end": 127163, + "start": 129545, + "end": 129553, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 29 }, "end": { - "line": 2849, + "line": 2891, "column": 37 }, "identifierName": "is_empty" @@ -485614,29 +485886,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127165, - "end": 127181, + "start": 129555, + "end": 129571, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 39 }, "end": { - "line": 2849, + "line": 2891, "column": 55 } }, "object": { "type": "Identifier", - "start": 127165, - "end": 127175, + "start": 129555, + "end": 129565, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 39 }, "end": { - "line": 2849, + "line": 2891, "column": 49 }, "identifierName": "_eventData" @@ -485645,15 +485917,15 @@ }, "property": { "type": "Identifier", - "start": 127176, - "end": 127181, + "start": 129566, + "end": 129571, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 50 }, "end": { - "line": 2849, + "line": 2891, "column": 55 }, "identifierName": "image" @@ -485672,72 +485944,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127186, - "end": 127363, + "start": 129576, + "end": 129753, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 60 }, "end": { - "line": 2852, + "line": 2894, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127208, - "end": 127300, + "start": 129598, + "end": 129690, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 112 } }, "expression": { "type": "CallExpression", - "start": 127208, - "end": 127300, + "start": 129598, + "end": 129690, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 127208, - "end": 127221, + "start": 129598, + "end": 129611, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 33 } }, "object": { "type": "Identifier", - "start": 127208, - "end": 127214, + "start": 129598, + "end": 129604, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 26 }, "identifierName": "_image" @@ -485746,15 +486018,15 @@ }, "property": { "type": "Identifier", - "start": 127215, - "end": 127221, + "start": 129605, + "end": 129611, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 27 }, "end": { - "line": 2850, + "line": 2892, "column": 33 }, "identifierName": "append" @@ -485766,44 +486038,44 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 127223, - "end": 127298, + "start": 129613, + "end": 129688, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 35 }, "end": { - "line": 2850, + "line": 2892, "column": 110 } }, "expressions": [ { "type": "MemberExpression", - "start": 127236, - "end": 127252, + "start": 129626, + "end": 129642, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 48 }, "end": { - "line": 2850, + "line": 2892, "column": 64 } }, "object": { "type": "Identifier", - "start": 127236, - "end": 127246, + "start": 129626, + "end": 129636, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 48 }, "end": { - "line": 2850, + "line": 2892, "column": 58 }, "identifierName": "_eventData" @@ -485812,15 +486084,15 @@ }, "property": { "type": "Identifier", - "start": 127247, - "end": 127252, + "start": 129637, + "end": 129642, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 59 }, "end": { - "line": 2850, + "line": 2892, "column": 64 }, "identifierName": "image" @@ -485831,29 +486103,29 @@ }, { "type": "MemberExpression", - "start": 127264, - "end": 127292, + "start": 129654, + "end": 129682, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 76 }, "end": { - "line": 2850, + "line": 2892, "column": 104 } }, "object": { "type": "Identifier", - "start": 127264, - "end": 127273, + "start": 129654, + "end": 129663, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 76 }, "end": { - "line": 2850, + "line": 2892, "column": 85 }, "identifierName": "ClassName" @@ -485862,15 +486134,15 @@ }, "property": { "type": "Identifier", - "start": 127274, - "end": 127292, + "start": 129664, + "end": 129682, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 86 }, "end": { - "line": 2850, + "line": 2892, "column": 104 }, "identifierName": "VIEWER_EVENT_IMAGE" @@ -485883,15 +486155,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 127224, - "end": 127234, + "start": 129614, + "end": 129624, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 36 }, "end": { - "line": 2850, + "line": 2892, "column": 46 } }, @@ -485903,15 +486175,15 @@ }, { "type": "TemplateElement", - "start": 127253, - "end": 127262, + "start": 129643, + "end": 129652, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 65 }, "end": { - "line": 2850, + "line": 2892, "column": 74 } }, @@ -485923,15 +486195,15 @@ }, { "type": "TemplateElement", - "start": 127293, - "end": 127297, + "start": 129683, + "end": 129687, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 105 }, "end": { - "line": 2850, + "line": 2892, "column": 109 } }, @@ -485948,71 +486220,71 @@ }, { "type": "ExpressionStatement", - "start": 127321, - "end": 127345, + "start": 129711, + "end": 129735, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 127321, - "end": 127345, + "start": 129711, + "end": 129735, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 127321, - "end": 127335, + "start": 129711, + "end": 129725, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127321, - "end": 127328, + "start": 129711, + "end": 129718, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127321, - "end": 127322, + "start": 129711, + "end": 129712, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 21 }, "identifierName": "$" @@ -486022,15 +486294,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127323, - "end": 127327, + "start": 129713, + "end": 129717, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 22 }, "end": { - "line": 2851, + "line": 2893, "column": 26 } } @@ -486039,15 +486311,15 @@ }, "property": { "type": "Identifier", - "start": 127329, - "end": 127335, + "start": 129719, + "end": 129725, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 28 }, "end": { - "line": 2851, + "line": 2893, "column": 34 }, "identifierName": "append" @@ -486059,15 +486331,15 @@ "arguments": [ { "type": "Identifier", - "start": 127337, - "end": 127343, + "start": 129727, + "end": 129733, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 36 }, "end": { - "line": 2851, + "line": 2893, "column": 42 }, "identifierName": "_image" @@ -486085,15 +486357,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -486102,29 +486374,29 @@ }, { "type": "IfStatement", - "start": 127380, - "end": 127540, + "start": 129770, + "end": 129930, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 16 }, "end": { - "line": 2856, + "line": 2898, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127385, - "end": 127421, + "start": 129775, + "end": 129811, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 21 }, "end": { - "line": 2853, + "line": 2895, "column": 57 } }, @@ -486132,43 +486404,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127387, - "end": 127421, + "start": 129777, + "end": 129811, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 127387, - "end": 127401, + "start": 129777, + "end": 129791, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 37 } }, "object": { "type": "Identifier", - "start": 127387, - "end": 127392, + "start": 129777, + "end": 129782, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 28 }, "identifierName": "_that" @@ -486177,15 +486449,15 @@ }, "property": { "type": "Identifier", - "start": 127393, - "end": 127401, + "start": 129783, + "end": 129791, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 29 }, "end": { - "line": 2853, + "line": 2895, "column": 37 }, "identifierName": "is_empty" @@ -486197,29 +486469,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127403, - "end": 127419, + "start": 129793, + "end": 129809, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 39 }, "end": { - "line": 2853, + "line": 2895, "column": 55 } }, "object": { "type": "Identifier", - "start": 127403, - "end": 127413, + "start": 129793, + "end": 129803, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 39 }, "end": { - "line": 2853, + "line": 2895, "column": 49 }, "identifierName": "_eventData" @@ -486228,15 +486500,15 @@ }, "property": { "type": "Identifier", - "start": 127414, - "end": 127419, + "start": 129804, + "end": 129809, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 50 }, "end": { - "line": 2853, + "line": 2895, "column": 55 }, "identifierName": "label" @@ -486253,72 +486525,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127424, - "end": 127540, + "start": 129814, + "end": 129930, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 60 }, "end": { - "line": 2856, + "line": 2898, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127446, - "end": 127477, + "start": 129836, + "end": 129867, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 51 } }, "expression": { "type": "CallExpression", - "start": 127446, - "end": 127477, + "start": 129836, + "end": 129867, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 127446, - "end": 127457, + "start": 129836, + "end": 129847, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 31 } }, "object": { "type": "Identifier", - "start": 127446, - "end": 127452, + "start": 129836, + "end": 129842, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 26 }, "identifierName": "_label" @@ -486327,15 +486599,15 @@ }, "property": { "type": "Identifier", - "start": 127453, - "end": 127457, + "start": 129843, + "end": 129847, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 27 }, "end": { - "line": 2854, + "line": 2896, "column": 31 }, "identifierName": "html" @@ -486347,29 +486619,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127459, - "end": 127475, + "start": 129849, + "end": 129865, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 33 }, "end": { - "line": 2854, + "line": 2896, "column": 49 } }, "object": { "type": "Identifier", - "start": 127459, - "end": 127469, + "start": 129849, + "end": 129859, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 33 }, "end": { - "line": 2854, + "line": 2896, "column": 43 }, "identifierName": "_eventData" @@ -486378,15 +486650,15 @@ }, "property": { "type": "Identifier", - "start": 127470, - "end": 127475, + "start": 129860, + "end": 129865, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 44 }, "end": { - "line": 2854, + "line": 2896, "column": 49 }, "identifierName": "label" @@ -486400,71 +486672,71 @@ }, { "type": "ExpressionStatement", - "start": 127498, - "end": 127522, + "start": 129888, + "end": 129912, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 127498, - "end": 127522, + "start": 129888, + "end": 129912, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 127498, - "end": 127512, + "start": 129888, + "end": 129902, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127498, - "end": 127505, + "start": 129888, + "end": 129895, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127498, - "end": 127499, + "start": 129888, + "end": 129889, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 21 }, "identifierName": "$" @@ -486474,15 +486746,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127500, - "end": 127504, + "start": 129890, + "end": 129894, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 22 }, "end": { - "line": 2855, + "line": 2897, "column": 26 } } @@ -486491,15 +486763,15 @@ }, "property": { "type": "Identifier", - "start": 127506, - "end": 127512, + "start": 129896, + "end": 129902, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 28 }, "end": { - "line": 2855, + "line": 2897, "column": 34 }, "identifierName": "append" @@ -486511,15 +486783,15 @@ "arguments": [ { "type": "Identifier", - "start": 127514, - "end": 127520, + "start": 129904, + "end": 129910, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 36 }, "end": { - "line": 2855, + "line": 2897, "column": 42 }, "identifierName": "_label" @@ -486536,29 +486808,29 @@ }, { "type": "IfStatement", - "start": 127557, - "end": 127725, + "start": 129947, + "end": 130115, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 16 }, "end": { - "line": 2860, + "line": 2902, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127562, - "end": 127600, + "start": 129952, + "end": 129990, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 21 }, "end": { - "line": 2857, + "line": 2899, "column": 59 } }, @@ -486566,43 +486838,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127564, - "end": 127600, + "start": 129954, + "end": 129990, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 127564, - "end": 127578, + "start": 129954, + "end": 129968, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 37 } }, "object": { "type": "Identifier", - "start": 127564, - "end": 127569, + "start": 129954, + "end": 129959, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 28 }, "identifierName": "_that" @@ -486611,15 +486883,15 @@ }, "property": { "type": "Identifier", - "start": 127570, - "end": 127578, + "start": 129960, + "end": 129968, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 29 }, "end": { - "line": 2857, + "line": 2899, "column": 37 }, "identifierName": "is_empty" @@ -486631,29 +486903,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127580, - "end": 127598, + "start": 129970, + "end": 129988, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 39 }, "end": { - "line": 2857, + "line": 2899, "column": 57 } }, "object": { "type": "Identifier", - "start": 127580, - "end": 127590, + "start": 129970, + "end": 129980, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 39 }, "end": { - "line": 2857, + "line": 2899, "column": 49 }, "identifierName": "_eventData" @@ -486662,15 +486934,15 @@ }, "property": { "type": "Identifier", - "start": 127591, - "end": 127598, + "start": 129981, + "end": 129988, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 50 }, "end": { - "line": 2857, + "line": 2899, "column": 57 }, "identifierName": "content" @@ -486687,72 +486959,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127603, - "end": 127725, + "start": 129993, + "end": 130115, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 62 }, "end": { - "line": 2860, + "line": 2902, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127625, - "end": 127660, + "start": 130015, + "end": 130050, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 127625, - "end": 127660, + "start": 130015, + "end": 130050, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 127625, - "end": 127638, + "start": 130015, + "end": 130028, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 33 } }, "object": { "type": "Identifier", - "start": 127625, - "end": 127633, + "start": 130015, + "end": 130023, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 28 }, "identifierName": "_content" @@ -486761,15 +487033,15 @@ }, "property": { "type": "Identifier", - "start": 127634, - "end": 127638, + "start": 130024, + "end": 130028, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 29 }, "end": { - "line": 2858, + "line": 2900, "column": 33 }, "identifierName": "html" @@ -486781,29 +487053,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127640, - "end": 127658, + "start": 130030, + "end": 130048, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 35 }, "end": { - "line": 2858, + "line": 2900, "column": 53 } }, "object": { "type": "Identifier", - "start": 127640, - "end": 127650, + "start": 130030, + "end": 130040, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 35 }, "end": { - "line": 2858, + "line": 2900, "column": 45 }, "identifierName": "_eventData" @@ -486812,15 +487084,15 @@ }, "property": { "type": "Identifier", - "start": 127651, - "end": 127658, + "start": 130041, + "end": 130048, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 46 }, "end": { - "line": 2858, + "line": 2900, "column": 53 }, "identifierName": "content" @@ -486834,71 +487106,71 @@ }, { "type": "ExpressionStatement", - "start": 127681, - "end": 127707, + "start": 130071, + "end": 130097, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 127681, - "end": 127707, + "start": 130071, + "end": 130097, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 127681, - "end": 127695, + "start": 130071, + "end": 130085, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127681, - "end": 127688, + "start": 130071, + "end": 130078, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127681, - "end": 127682, + "start": 130071, + "end": 130072, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 21 }, "identifierName": "$" @@ -486908,15 +487180,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127683, - "end": 127687, + "start": 130073, + "end": 130077, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 22 }, "end": { - "line": 2859, + "line": 2901, "column": 26 } } @@ -486925,15 +487197,15 @@ }, "property": { "type": "Identifier", - "start": 127689, - "end": 127695, + "start": 130079, + "end": 130085, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 28 }, "end": { - "line": 2859, + "line": 2901, "column": 34 }, "identifierName": "append" @@ -486945,15 +487217,15 @@ "arguments": [ { "type": "Identifier", - "start": 127697, - "end": 127705, + "start": 130087, + "end": 130095, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 36 }, "end": { - "line": 2859, + "line": 2901, "column": 44 }, "identifierName": "_content" @@ -486970,29 +487242,29 @@ }, { "type": "IfStatement", - "start": 127742, - "end": 127908, + "start": 130132, + "end": 130298, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 16 }, "end": { - "line": 2864, + "line": 2906, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 127747, - "end": 127787, + "start": 130137, + "end": 130177, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 21 }, "end": { - "line": 2861, + "line": 2903, "column": 61 } }, @@ -487000,43 +487272,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 127749, - "end": 127787, + "start": 130139, + "end": 130177, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 127749, - "end": 127763, + "start": 130139, + "end": 130153, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 37 } }, "object": { "type": "Identifier", - "start": 127749, - "end": 127754, + "start": 130139, + "end": 130144, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 28 }, "identifierName": "_that" @@ -487045,15 +487317,15 @@ }, "property": { "type": "Identifier", - "start": 127755, - "end": 127763, + "start": 130145, + "end": 130153, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 29 }, "end": { - "line": 2861, + "line": 2903, "column": 37 }, "identifierName": "is_empty" @@ -487065,29 +487337,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127765, - "end": 127785, + "start": 130155, + "end": 130175, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 39 }, "end": { - "line": 2861, + "line": 2903, "column": 59 } }, "object": { "type": "Identifier", - "start": 127765, - "end": 127775, + "start": 130155, + "end": 130165, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 39 }, "end": { - "line": 2861, + "line": 2903, "column": 49 }, "identifierName": "_eventData" @@ -487096,15 +487368,15 @@ }, "property": { "type": "Identifier", - "start": 127776, - "end": 127785, + "start": 130166, + "end": 130175, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 50 }, "end": { - "line": 2861, + "line": 2903, "column": 59 }, "identifierName": "rangeMeta" @@ -487121,72 +487393,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 127790, - "end": 127908, + "start": 130180, + "end": 130298, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 64 }, "end": { - "line": 2864, + "line": 2906, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 127812, - "end": 127846, + "start": 130202, + "end": 130236, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 127812, - "end": 127846, + "start": 130202, + "end": 130236, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 127812, - "end": 127822, + "start": 130202, + "end": 130212, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 30 } }, "object": { "type": "Identifier", - "start": 127812, - "end": 127817, + "start": 130202, + "end": 130207, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 25 }, "identifierName": "_meta" @@ -487195,15 +487467,15 @@ }, "property": { "type": "Identifier", - "start": 127818, - "end": 127822, + "start": 130208, + "end": 130212, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 26 }, "end": { - "line": 2862, + "line": 2904, "column": 30 }, "identifierName": "html" @@ -487215,29 +487487,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 127824, - "end": 127844, + "start": 130214, + "end": 130234, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 32 }, "end": { - "line": 2862, + "line": 2904, "column": 52 } }, "object": { "type": "Identifier", - "start": 127824, - "end": 127834, + "start": 130214, + "end": 130224, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 32 }, "end": { - "line": 2862, + "line": 2904, "column": 42 }, "identifierName": "_eventData" @@ -487246,15 +487518,15 @@ }, "property": { "type": "Identifier", - "start": 127835, - "end": 127844, + "start": 130225, + "end": 130234, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 43 }, "end": { - "line": 2862, + "line": 2904, "column": 52 }, "identifierName": "rangeMeta" @@ -487268,71 +487540,71 @@ }, { "type": "ExpressionStatement", - "start": 127867, - "end": 127890, + "start": 130257, + "end": 130280, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 127867, - "end": 127890, + "start": 130257, + "end": 130280, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 127867, - "end": 127881, + "start": 130257, + "end": 130271, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 34 } }, "object": { "type": "CallExpression", - "start": 127867, - "end": 127874, + "start": 130257, + "end": 130264, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 27 } }, "callee": { "type": "Identifier", - "start": 127867, - "end": 127868, + "start": 130257, + "end": 130258, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 21 }, "identifierName": "$" @@ -487342,15 +487614,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 127869, - "end": 127873, + "start": 130259, + "end": 130263, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 22 }, "end": { - "line": 2863, + "line": 2905, "column": 26 } } @@ -487359,15 +487631,15 @@ }, "property": { "type": "Identifier", - "start": 127875, - "end": 127881, + "start": 130265, + "end": 130271, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 28 }, "end": { - "line": 2863, + "line": 2905, "column": 34 }, "identifierName": "append" @@ -487379,15 +487651,15 @@ "arguments": [ { "type": "Identifier", - "start": 127883, - "end": 127888, + "start": 130273, + "end": 130278, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 36 }, "end": { - "line": 2863, + "line": 2905, "column": 41 }, "identifierName": "_meta" @@ -487417,15 +487689,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -487434,29 +487706,29 @@ }, { "type": "IfStatement", - "start": 127968, - "end": 128265, + "start": 130358, + "end": 130655, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 8 }, "end": { - "line": 2877, + "line": 2919, "column": 9 } }, "test": { "type": "Identifier", - "start": 127973, - "end": 127981, + "start": 130363, + "end": 130371, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 13 }, "end": { - "line": 2869, + "line": 2911, "column": 21 }, "identifierName": "callback" @@ -487465,87 +487737,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 127984, - "end": 128265, + "start": 130374, + "end": 130655, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 24 }, "end": { - "line": 2877, + "line": 2919, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 127998, - "end": 128079, + "start": 130388, + "end": 130469, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 93 } }, "expression": { "type": "CallExpression", - "start": 127998, - "end": 128079, + "start": 130388, + "end": 130469, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 93 } }, "callee": { "type": "MemberExpression", - "start": 127998, - "end": 128009, + "start": 130388, + "end": 130399, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 127998, - "end": 128002, + "start": 130388, + "end": 130392, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 16 } } }, "property": { "type": "Identifier", - "start": 128003, - "end": 128009, + "start": 130393, + "end": 130399, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 17 }, "end": { - "line": 2870, + "line": 2912, "column": 23 }, "identifierName": "_debug" @@ -487557,30 +487829,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 128011, - "end": 128077, + "start": 130401, + "end": 130467, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 25 }, "end": { - "line": 2870, + "line": 2912, "column": 91 } }, "expressions": [ { "type": "Identifier", - "start": 128028, - "end": 128036, + "start": 130418, + "end": 130426, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 42 }, "end": { - "line": 2870, + "line": 2912, "column": 50 }, "identifierName": "callback" @@ -487591,15 +487863,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 128012, - "end": 128026, + "start": 130402, + "end": 130416, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 26 }, "end": { - "line": 2870, + "line": 2912, "column": 40 } }, @@ -487611,15 +487883,15 @@ }, { "type": "TemplateElement", - "start": 128037, - "end": 128076, + "start": 130427, + "end": 130466, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 51 }, "end": { - "line": 2870, + "line": 2912, "column": 90 } }, @@ -487636,100 +487908,100 @@ }, { "type": "TryStatement", - "start": 128105, - "end": 128255, + "start": 130495, + "end": 130645, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 12 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 128109, - "end": 128186, + "start": 130499, + "end": 130576, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 16 }, "end": { - "line": 2874, + "line": 2916, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 128127, - "end": 128172, + "start": 130517, + "end": 130562, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 128127, - "end": 128172, + "start": 130517, + "end": 130562, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 61 } }, "callee": { "type": "CallExpression", - "start": 128127, - "end": 128170, + "start": 130517, + "end": 130560, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 128127, - "end": 128140, + "start": 130517, + "end": 130530, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 29 } }, "object": { "type": "Identifier", - "start": 128127, - "end": 128135, + "start": 130517, + "end": 130525, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 24 }, "identifierName": "Function" @@ -487738,15 +488010,15 @@ }, "property": { "type": "Identifier", - "start": 128136, - "end": 128140, + "start": 130526, + "end": 130530, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 25 }, "end": { - "line": 2873, + "line": 2915, "column": 29 }, "identifierName": "call" @@ -487758,45 +488030,45 @@ "arguments": [ { "type": "NullLiteral", - "start": 128142, - "end": 128146, + "start": 130532, + "end": 130536, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 31 }, "end": { - "line": 2873, + "line": 2915, "column": 35 } } }, { "type": "TemplateLiteral", - "start": 128148, - "end": 128168, + "start": 130538, + "end": 130558, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 37 }, "end": { - "line": 2873, + "line": 2915, "column": 57 } }, "expressions": [ { "type": "Identifier", - "start": 128158, - "end": 128166, + "start": 130548, + "end": 130556, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 47 }, "end": { - "line": 2873, + "line": 2915, "column": 55 }, "identifierName": "callback" @@ -487807,15 +488079,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 128149, - "end": 128156, + "start": 130539, + "end": 130546, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 38 }, "end": { - "line": 2873, + "line": 2915, "column": 45 } }, @@ -487827,15 +488099,15 @@ }, { "type": "TemplateElement", - "start": 128167, - "end": 128167, + "start": 130557, + "end": 130557, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 56 }, "end": { - "line": 2873, + "line": 2915, "column": 56 } }, @@ -487857,29 +488129,29 @@ }, "handler": { "type": "CatchClause", - "start": 128187, - "end": 128255, + "start": 130577, + "end": 130645, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 14 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "param": { "type": "Identifier", - "start": 128195, - "end": 128196, + "start": 130585, + "end": 130586, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 22 }, "end": { - "line": 2874, + "line": 2916, "column": 23 }, "identifierName": "e" @@ -487888,58 +488160,58 @@ }, "body": { "type": "BlockStatement", - "start": 128199, - "end": 128255, + "start": 130589, + "end": 130645, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 26 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 128217, - "end": 128241, + "start": 130607, + "end": 130631, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 16 }, "end": { - "line": 2875, + "line": 2917, "column": 40 } }, "argument": { "type": "NewExpression", - "start": 128223, - "end": 128241, + "start": 130613, + "end": 130631, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 22 }, "end": { - "line": 2875, + "line": 2917, "column": 40 } }, "callee": { "type": "Identifier", - "start": 128227, - "end": 128236, + "start": 130617, + "end": 130626, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 26 }, "end": { - "line": 2875, + "line": 2917, "column": 35 }, "identifierName": "TypeError" @@ -487949,15 +488221,15 @@ "arguments": [ { "type": "Identifier", - "start": 128238, - "end": 128239, + "start": 130628, + "end": 130629, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 37 }, "end": { - "line": 2875, + "line": 2917, "column": 38 }, "identifierName": "e" @@ -487987,15 +488259,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -488005,15 +488277,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -488022,15 +488294,15 @@ }, { "type": "ClassMethod", - "start": 128444, - "end": 135094, + "start": 130834, + "end": 137484, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 4 }, "end": { - "line": 2999, + "line": 3041, "column": 5 } }, @@ -488038,15 +488310,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128444, - "end": 128453, + "start": 130834, + "end": 130843, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 4 }, "end": { - "line": 2885, + "line": 2927, "column": 13 }, "identifierName": "zoomScale" @@ -488062,15 +488334,15 @@ "params": [ { "type": "Identifier", - "start": 128455, - "end": 128460, + "start": 130845, + "end": 130850, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 15 }, "end": { - "line": 2885, + "line": 2927, "column": 20 }, "identifierName": "event" @@ -488080,87 +488352,87 @@ ], "body": { "type": "BlockStatement", - "start": 128463, - "end": 135094, + "start": 130853, + "end": 137484, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 23 }, "end": { - "line": 2999, + "line": 3041, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 128473, - "end": 128499, + "start": 130863, + "end": 130889, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 128473, - "end": 128499, + "start": 130863, + "end": 130889, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 128473, - "end": 128484, + "start": 130863, + "end": 130874, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 128473, - "end": 128477, + "start": 130863, + "end": 130867, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 12 } } }, "property": { "type": "Identifier", - "start": 128478, - "end": 128484, + "start": 130868, + "end": 130874, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 13 }, "end": { - "line": 2886, + "line": 2928, "column": 19 }, "identifierName": "_debug" @@ -488172,15 +488444,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 128486, - "end": 128497, + "start": 130876, + "end": 130887, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 21 }, "end": { - "line": 2886, + "line": 2928, "column": 32 } }, @@ -488195,44 +488467,44 @@ }, { "type": "VariableDeclaration", - "start": 128517, - "end": 134218, + "start": 130907, + "end": 136608, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 8 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 128521, - "end": 128548, + "start": 130911, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 12 }, "end": { - "line": 2888, + "line": 2930, "column": 39 } }, "id": { "type": "Identifier", - "start": 128521, - "end": 128526, + "start": 130911, + "end": 130916, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 12 }, "end": { - "line": 2888, + "line": 2930, "column": 17 }, "identifierName": "_elem" @@ -488241,29 +488513,29 @@ }, "init": { "type": "MemberExpression", - "start": 128536, - "end": 128548, + "start": 130926, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 27 }, "end": { - "line": 2888, + "line": 2930, "column": 39 } }, "object": { "type": "Identifier", - "start": 128536, - "end": 128541, + "start": 130926, + "end": 130931, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 27 }, "end": { - "line": 2888, + "line": 2930, "column": 32 }, "identifierName": "event" @@ -488272,15 +488544,15 @@ }, "property": { "type": "Identifier", - "start": 128542, - "end": 128548, + "start": 130932, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 33 }, "end": { - "line": 2888, + "line": 2930, "column": 39 }, "identifierName": "target" @@ -488292,29 +488564,29 @@ }, { "type": "VariableDeclarator", - "start": 128562, - "end": 128606, + "start": 130952, + "end": 130996, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 12 }, "end": { - "line": 2889, + "line": 2931, "column": 56 } }, "id": { "type": "Identifier", - "start": 128562, - "end": 128572, + "start": 130952, + "end": 130962, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 12 }, "end": { - "line": 2889, + "line": 2931, "column": 22 }, "identifierName": "ruler_item" @@ -488323,57 +488595,57 @@ }, "init": { "type": "CallExpression", - "start": 128577, - "end": 128606, + "start": 130967, + "end": 130996, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 128577, - "end": 128590, + "start": 130967, + "end": 130980, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 40 } }, "object": { "type": "CallExpression", - "start": 128577, - "end": 128585, + "start": 130967, + "end": 130975, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 35 } }, "callee": { "type": "Identifier", - "start": 128577, - "end": 128578, + "start": 130967, + "end": 130968, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 28 }, "identifierName": "$" @@ -488383,15 +488655,15 @@ "arguments": [ { "type": "Identifier", - "start": 128579, - "end": 128584, + "start": 130969, + "end": 130974, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 29 }, "end": { - "line": 2889, + "line": 2931, "column": 34 }, "identifierName": "_elem" @@ -488402,15 +488674,15 @@ }, "property": { "type": "Identifier", - "start": 128586, - "end": 128590, + "start": 130976, + "end": 130980, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 36 }, "end": { - "line": 2889, + "line": 2931, "column": 40 }, "identifierName": "data" @@ -488422,15 +488694,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 128592, - "end": 128604, + "start": 130982, + "end": 130994, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 42 }, "end": { - "line": 2889, + "line": 2931, "column": 54 } }, @@ -488445,29 +488717,29 @@ }, { "type": "VariableDeclarator", - "start": 128620, - "end": 129585, + "start": 131010, + "end": 131975, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 12 }, "end": { - "line": 2903, + "line": 2945, "column": 13 } }, "id": { "type": "Identifier", - "start": 128620, - "end": 128628, + "start": 131010, + "end": 131018, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 12 }, "end": { - "line": 2890, + "line": 2932, "column": 20 }, "identifierName": "scaleMap" @@ -488476,30 +488748,30 @@ }, "init": { "type": "ObjectExpression", - "start": 128635, - "end": 129585, + "start": 131025, + "end": 131975, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 27 }, "end": { - "line": 2903, + "line": 2945, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 128653, - "end": 128713, + "start": 131043, + "end": 131103, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 16 }, "end": { - "line": 2891, + "line": 2933, "column": 76 } }, @@ -488508,15 +488780,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128653, - "end": 128663, + "start": 131043, + "end": 131053, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 16 }, "end": { - "line": 2891, + "line": 2933, "column": 26 }, "identifierName": "millennium" @@ -488525,30 +488797,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128666, - "end": 128713, + "start": 131056, + "end": 131103, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 29 }, "end": { - "line": 2891, + "line": 2933, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128668, - "end": 128679, + "start": 131058, + "end": 131069, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 31 }, "end": { - "line": 2891, + "line": 2933, "column": 42 } }, @@ -488557,15 +488829,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128668, - "end": 128673, + "start": 131058, + "end": 131063, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 31 }, "end": { - "line": 2891, + "line": 2933, "column": 36 }, "identifierName": "years" @@ -488574,15 +488846,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128675, - "end": 128679, + "start": 131065, + "end": 131069, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 38 }, "end": { - "line": 2891, + "line": 2933, "column": 42 } }, @@ -488595,15 +488867,15 @@ }, { "type": "ObjectProperty", - "start": 128681, - "end": 128697, + "start": 131071, + "end": 131087, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 44 }, "end": { - "line": 2891, + "line": 2933, "column": 60 } }, @@ -488612,15 +488884,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128681, - "end": 128686, + "start": 131071, + "end": 131076, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 44 }, "end": { - "line": 2891, + "line": 2933, "column": 49 }, "identifierName": "lower" @@ -488629,15 +488901,15 @@ }, "value": { "type": "StringLiteral", - "start": 128688, - "end": 128697, + "start": 131078, + "end": 131087, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 51 }, "end": { - "line": 2891, + "line": 2933, "column": 60 } }, @@ -488650,15 +488922,15 @@ }, { "type": "ObjectProperty", - "start": 128699, - "end": 128711, + "start": 131089, + "end": 131101, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 62 }, "end": { - "line": 2891, + "line": 2933, "column": 74 } }, @@ -488667,15 +488939,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128699, - "end": 128707, + "start": 131089, + "end": 131097, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 62 }, "end": { - "line": 2891, + "line": 2933, "column": 70 }, "identifierName": "minGrids" @@ -488684,15 +488956,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128709, - "end": 128711, + "start": 131099, + "end": 131101, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 72 }, "end": { - "line": 2891, + "line": 2933, "column": 74 } }, @@ -488708,15 +488980,15 @@ }, { "type": "ObjectProperty", - "start": 128731, - "end": 128791, + "start": 131121, + "end": 131181, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 16 }, "end": { - "line": 2892, + "line": 2934, "column": 76 } }, @@ -488725,15 +488997,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128731, - "end": 128738, + "start": 131121, + "end": 131128, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 16 }, "end": { - "line": 2892, + "line": 2934, "column": 23 }, "identifierName": "century" @@ -488742,30 +489014,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128744, - "end": 128791, + "start": 131134, + "end": 131181, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 29 }, "end": { - "line": 2892, + "line": 2934, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128746, - "end": 128756, + "start": 131136, + "end": 131146, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 31 }, "end": { - "line": 2892, + "line": 2934, "column": 41 } }, @@ -488774,15 +489046,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128746, - "end": 128751, + "start": 131136, + "end": 131141, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 31 }, "end": { - "line": 2892, + "line": 2934, "column": 36 }, "identifierName": "years" @@ -488791,15 +489063,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128753, - "end": 128756, + "start": 131143, + "end": 131146, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 38 }, "end": { - "line": 2892, + "line": 2934, "column": 41 } }, @@ -488812,15 +489084,15 @@ }, { "type": "ObjectProperty", - "start": 128759, - "end": 128774, + "start": 131149, + "end": 131164, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 44 }, "end": { - "line": 2892, + "line": 2934, "column": 59 } }, @@ -488829,15 +489101,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128759, - "end": 128764, + "start": 131149, + "end": 131154, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 44 }, "end": { - "line": 2892, + "line": 2934, "column": 49 }, "identifierName": "lower" @@ -488846,15 +489118,15 @@ }, "value": { "type": "StringLiteral", - "start": 128766, - "end": 128774, + "start": 131156, + "end": 131164, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 51 }, "end": { - "line": 2892, + "line": 2934, "column": 59 } }, @@ -488867,15 +489139,15 @@ }, { "type": "ObjectProperty", - "start": 128777, - "end": 128789, + "start": 131167, + "end": 131179, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 62 }, "end": { - "line": 2892, + "line": 2934, "column": 74 } }, @@ -488884,15 +489156,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128777, - "end": 128785, + "start": 131167, + "end": 131175, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 62 }, "end": { - "line": 2892, + "line": 2934, "column": 70 }, "identifierName": "minGrids" @@ -488901,15 +489173,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128787, - "end": 128789, + "start": 131177, + "end": 131179, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 72 }, "end": { - "line": 2892, + "line": 2934, "column": 74 } }, @@ -488925,15 +489197,15 @@ }, { "type": "ObjectProperty", - "start": 128809, - "end": 128869, + "start": 131199, + "end": 131259, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 16 }, "end": { - "line": 2893, + "line": 2935, "column": 76 } }, @@ -488942,15 +489214,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128809, - "end": 128815, + "start": 131199, + "end": 131205, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 16 }, "end": { - "line": 2893, + "line": 2935, "column": 22 }, "identifierName": "decade" @@ -488959,30 +489231,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128822, - "end": 128869, + "start": 131212, + "end": 131259, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 29 }, "end": { - "line": 2893, + "line": 2935, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128824, - "end": 128833, + "start": 131214, + "end": 131223, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 31 }, "end": { - "line": 2893, + "line": 2935, "column": 40 } }, @@ -488991,15 +489263,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128824, - "end": 128829, + "start": 131214, + "end": 131219, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 31 }, "end": { - "line": 2893, + "line": 2935, "column": 36 }, "identifierName": "years" @@ -489008,15 +489280,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128831, - "end": 128833, + "start": 131221, + "end": 131223, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 38 }, "end": { - "line": 2893, + "line": 2935, "column": 40 } }, @@ -489029,15 +489301,15 @@ }, { "type": "ObjectProperty", - "start": 128837, - "end": 128853, + "start": 131227, + "end": 131243, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 44 }, "end": { - "line": 2893, + "line": 2935, "column": 60 } }, @@ -489046,15 +489318,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128837, - "end": 128842, + "start": 131227, + "end": 131232, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 44 }, "end": { - "line": 2893, + "line": 2935, "column": 49 }, "identifierName": "lower" @@ -489063,15 +489335,15 @@ }, "value": { "type": "StringLiteral", - "start": 128844, - "end": 128853, + "start": 131234, + "end": 131243, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 51 }, "end": { - "line": 2893, + "line": 2935, "column": 60 } }, @@ -489084,15 +489356,15 @@ }, { "type": "ObjectProperty", - "start": 128855, - "end": 128866, + "start": 131245, + "end": 131256, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 62 }, "end": { - "line": 2893, + "line": 2935, "column": 73 } }, @@ -489101,15 +489373,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128855, - "end": 128863, + "start": 131245, + "end": 131253, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 62 }, "end": { - "line": 2893, + "line": 2935, "column": 70 }, "identifierName": "minGrids" @@ -489118,15 +489390,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128865, - "end": 128866, + "start": 131255, + "end": 131256, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 72 }, "end": { - "line": 2893, + "line": 2935, "column": 73 } }, @@ -489142,15 +489414,15 @@ }, { "type": "ObjectProperty", - "start": 128887, - "end": 128947, + "start": 131277, + "end": 131337, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 16 }, "end": { - "line": 2894, + "line": 2936, "column": 76 } }, @@ -489159,15 +489431,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128887, - "end": 128894, + "start": 131277, + "end": 131284, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 16 }, "end": { - "line": 2894, + "line": 2936, "column": 23 }, "identifierName": "lustrum" @@ -489176,30 +489448,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128900, - "end": 128947, + "start": 131290, + "end": 131337, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 29 }, "end": { - "line": 2894, + "line": 2936, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128902, - "end": 128910, + "start": 131292, + "end": 131300, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 31 }, "end": { - "line": 2894, + "line": 2936, "column": 39 } }, @@ -489208,15 +489480,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128902, - "end": 128907, + "start": 131292, + "end": 131297, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 31 }, "end": { - "line": 2894, + "line": 2936, "column": 36 }, "identifierName": "years" @@ -489225,15 +489497,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128909, - "end": 128910, + "start": 131299, + "end": 131300, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 38 }, "end": { - "line": 2894, + "line": 2936, "column": 39 } }, @@ -489246,15 +489518,15 @@ }, { "type": "ObjectProperty", - "start": 128915, - "end": 128928, + "start": 131305, + "end": 131318, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 44 }, "end": { - "line": 2894, + "line": 2936, "column": 57 } }, @@ -489263,15 +489535,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128915, - "end": 128920, + "start": 131305, + "end": 131310, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 44 }, "end": { - "line": 2894, + "line": 2936, "column": 49 }, "identifierName": "lower" @@ -489280,15 +489552,15 @@ }, "value": { "type": "StringLiteral", - "start": 128922, - "end": 128928, + "start": 131312, + "end": 131318, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 51 }, "end": { - "line": 2894, + "line": 2936, "column": 57 } }, @@ -489301,15 +489573,15 @@ }, { "type": "ObjectProperty", - "start": 128933, - "end": 128944, + "start": 131323, + "end": 131334, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 62 }, "end": { - "line": 2894, + "line": 2936, "column": 73 } }, @@ -489318,15 +489590,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128933, - "end": 128941, + "start": 131323, + "end": 131331, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 62 }, "end": { - "line": 2894, + "line": 2936, "column": 70 }, "identifierName": "minGrids" @@ -489335,15 +489607,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128943, - "end": 128944, + "start": 131333, + "end": 131334, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 72 }, "end": { - "line": 2894, + "line": 2936, "column": 73 } }, @@ -489359,15 +489631,15 @@ }, { "type": "ObjectProperty", - "start": 128965, - "end": 129025, + "start": 131355, + "end": 131415, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 16 }, "end": { - "line": 2895, + "line": 2937, "column": 76 } }, @@ -489376,15 +489648,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128965, - "end": 128969, + "start": 131355, + "end": 131359, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 16 }, "end": { - "line": 2895, + "line": 2937, "column": 20 }, "identifierName": "year" @@ -489393,30 +489665,30 @@ }, "value": { "type": "ObjectExpression", - "start": 128978, - "end": 129025, + "start": 131368, + "end": 131415, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 29 }, "end": { - "line": 2895, + "line": 2937, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 128980, - "end": 128988, + "start": 131370, + "end": 131378, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 31 }, "end": { - "line": 2895, + "line": 2937, "column": 39 } }, @@ -489425,15 +489697,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128980, - "end": 128985, + "start": 131370, + "end": 131375, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 31 }, "end": { - "line": 2895, + "line": 2937, "column": 36 }, "identifierName": "years" @@ -489442,15 +489714,15 @@ }, "value": { "type": "NumericLiteral", - "start": 128987, - "end": 128988, + "start": 131377, + "end": 131378, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 38 }, "end": { - "line": 2895, + "line": 2937, "column": 39 } }, @@ -489463,15 +489735,15 @@ }, { "type": "ObjectProperty", - "start": 128993, - "end": 129007, + "start": 131383, + "end": 131397, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 44 }, "end": { - "line": 2895, + "line": 2937, "column": 58 } }, @@ -489480,15 +489752,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 128993, - "end": 128998, + "start": 131383, + "end": 131388, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 44 }, "end": { - "line": 2895, + "line": 2937, "column": 49 }, "identifierName": "lower" @@ -489497,15 +489769,15 @@ }, "value": { "type": "StringLiteral", - "start": 129000, - "end": 129007, + "start": 131390, + "end": 131397, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 51 }, "end": { - "line": 2895, + "line": 2937, "column": 58 } }, @@ -489518,15 +489790,15 @@ }, { "type": "ObjectProperty", - "start": 129011, - "end": 129023, + "start": 131401, + "end": 131413, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 62 }, "end": { - "line": 2895, + "line": 2937, "column": 74 } }, @@ -489535,15 +489807,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129011, - "end": 129019, + "start": 131401, + "end": 131409, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 62 }, "end": { - "line": 2895, + "line": 2937, "column": 70 }, "identifierName": "minGrids" @@ -489552,15 +489824,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129021, - "end": 129023, + "start": 131411, + "end": 131413, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 72 }, "end": { - "line": 2895, + "line": 2937, "column": 74 } }, @@ -489576,15 +489848,15 @@ }, { "type": "ObjectProperty", - "start": 129043, - "end": 129103, + "start": 131433, + "end": 131493, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 16 }, "end": { - "line": 2896, + "line": 2938, "column": 76 } }, @@ -489593,15 +489865,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129043, - "end": 129048, + "start": 131433, + "end": 131438, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 16 }, "end": { - "line": 2896, + "line": 2938, "column": 21 }, "identifierName": "month" @@ -489610,30 +489882,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129056, - "end": 129103, + "start": 131446, + "end": 131493, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 29 }, "end": { - "line": 2896, + "line": 2938, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129071, - "end": 129083, + "start": 131461, + "end": 131473, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 44 }, "end": { - "line": 2896, + "line": 2938, "column": 56 } }, @@ -489642,15 +489914,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129071, - "end": 129076, + "start": 131461, + "end": 131466, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 44 }, "end": { - "line": 2896, + "line": 2938, "column": 49 }, "identifierName": "lower" @@ -489659,15 +489931,15 @@ }, "value": { "type": "StringLiteral", - "start": 129078, - "end": 129083, + "start": 131468, + "end": 131473, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 51 }, "end": { - "line": 2896, + "line": 2938, "column": 56 } }, @@ -489680,15 +489952,15 @@ }, { "type": "ObjectProperty", - "start": 129089, - "end": 129101, + "start": 131479, + "end": 131491, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 62 }, "end": { - "line": 2896, + "line": 2938, "column": 74 } }, @@ -489697,15 +489969,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129089, - "end": 129097, + "start": 131479, + "end": 131487, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 62 }, "end": { - "line": 2896, + "line": 2938, "column": 70 }, "identifierName": "minGrids" @@ -489714,15 +489986,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129099, - "end": 129101, + "start": 131489, + "end": 131491, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 72 }, "end": { - "line": 2896, + "line": 2938, "column": 74 } }, @@ -489738,15 +490010,15 @@ }, { "type": "ObjectProperty", - "start": 129121, - "end": 129181, + "start": 131511, + "end": 131571, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 16 }, "end": { - "line": 2897, + "line": 2939, "column": 76 } }, @@ -489755,15 +490027,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129121, - "end": 129125, + "start": 131511, + "end": 131515, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 16 }, "end": { - "line": 2897, + "line": 2939, "column": 20 }, "identifierName": "week" @@ -489772,30 +490044,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129134, - "end": 129181, + "start": 131524, + "end": 131571, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 29 }, "end": { - "line": 2897, + "line": 2939, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129149, - "end": 129161, + "start": 131539, + "end": 131551, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 44 }, "end": { - "line": 2897, + "line": 2939, "column": 56 } }, @@ -489804,15 +490076,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129149, - "end": 129154, + "start": 131539, + "end": 131544, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 44 }, "end": { - "line": 2897, + "line": 2939, "column": 49 }, "identifierName": "lower" @@ -489821,15 +490093,15 @@ }, "value": { "type": "StringLiteral", - "start": 129156, - "end": 129161, + "start": 131546, + "end": 131551, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 51 }, "end": { - "line": 2897, + "line": 2939, "column": 56 } }, @@ -489842,15 +490114,15 @@ }, { "type": "ObjectProperty", - "start": 129167, - "end": 129178, + "start": 131557, + "end": 131568, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 62 }, "end": { - "line": 2897, + "line": 2939, "column": 73 } }, @@ -489859,15 +490131,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129167, - "end": 129175, + "start": 131557, + "end": 131565, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 62 }, "end": { - "line": 2897, + "line": 2939, "column": 70 }, "identifierName": "minGrids" @@ -489876,15 +490148,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129177, - "end": 129178, + "start": 131567, + "end": 131568, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 72 }, "end": { - "line": 2897, + "line": 2939, "column": 73 } }, @@ -489900,15 +490172,15 @@ }, { "type": "ObjectProperty", - "start": 129199, - "end": 129259, + "start": 131589, + "end": 131649, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 16 }, "end": { - "line": 2898, + "line": 2940, "column": 76 } }, @@ -489917,15 +490189,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129199, - "end": 129202, + "start": 131589, + "end": 131592, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 16 }, "end": { - "line": 2898, + "line": 2940, "column": 19 }, "identifierName": "day" @@ -489934,30 +490206,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129212, - "end": 129259, + "start": 131602, + "end": 131649, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 29 }, "end": { - "line": 2898, + "line": 2940, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129227, - "end": 129240, + "start": 131617, + "end": 131630, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 44 }, "end": { - "line": 2898, + "line": 2940, "column": 57 } }, @@ -489966,15 +490238,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129227, - "end": 129232, + "start": 131617, + "end": 131622, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 44 }, "end": { - "line": 2898, + "line": 2940, "column": 49 }, "identifierName": "lower" @@ -489983,15 +490255,15 @@ }, "value": { "type": "StringLiteral", - "start": 129234, - "end": 129240, + "start": 131624, + "end": 131630, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 51 }, "end": { - "line": 2898, + "line": 2940, "column": 57 } }, @@ -490004,15 +490276,15 @@ }, { "type": "ObjectProperty", - "start": 129245, - "end": 129257, + "start": 131635, + "end": 131647, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 62 }, "end": { - "line": 2898, + "line": 2940, "column": 74 } }, @@ -490021,15 +490293,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129245, - "end": 129253, + "start": 131635, + "end": 131643, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 62 }, "end": { - "line": 2898, + "line": 2940, "column": 70 }, "identifierName": "minGrids" @@ -490038,15 +490310,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129255, - "end": 129257, + "start": 131645, + "end": 131647, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 72 }, "end": { - "line": 2898, + "line": 2940, "column": 74 } }, @@ -490062,15 +490334,15 @@ }, { "type": "ObjectProperty", - "start": 129277, - "end": 129337, + "start": 131667, + "end": 131727, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 16 }, "end": { - "line": 2899, + "line": 2941, "column": 76 } }, @@ -490079,15 +490351,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129277, - "end": 129284, + "start": 131667, + "end": 131674, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 16 }, "end": { - "line": 2899, + "line": 2941, "column": 23 }, "identifierName": "weekday" @@ -490096,30 +490368,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129290, - "end": 129337, + "start": 131680, + "end": 131727, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 29 }, "end": { - "line": 2899, + "line": 2941, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129305, - "end": 129318, + "start": 131695, + "end": 131708, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 44 }, "end": { - "line": 2899, + "line": 2941, "column": 57 } }, @@ -490128,15 +490400,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129305, - "end": 129310, + "start": 131695, + "end": 131700, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 44 }, "end": { - "line": 2899, + "line": 2941, "column": 49 }, "identifierName": "lower" @@ -490145,15 +490417,15 @@ }, "value": { "type": "StringLiteral", - "start": 129312, - "end": 129318, + "start": 131702, + "end": 131708, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 51 }, "end": { - "line": 2899, + "line": 2941, "column": 57 } }, @@ -490166,15 +490438,15 @@ }, { "type": "ObjectProperty", - "start": 129323, - "end": 129335, + "start": 131713, + "end": 131725, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 62 }, "end": { - "line": 2899, + "line": 2941, "column": 74 } }, @@ -490183,15 +490455,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129323, - "end": 129331, + "start": 131713, + "end": 131721, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 62 }, "end": { - "line": 2899, + "line": 2941, "column": 70 }, "identifierName": "minGrids" @@ -490200,15 +490472,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129333, - "end": 129335, + "start": 131723, + "end": 131725, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 72 }, "end": { - "line": 2899, + "line": 2941, "column": 74 } }, @@ -490224,15 +490496,15 @@ }, { "type": "ObjectProperty", - "start": 129355, - "end": 129415, + "start": 131745, + "end": 131805, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 16 }, "end": { - "line": 2900, + "line": 2942, "column": 76 } }, @@ -490241,15 +490513,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129355, - "end": 129359, + "start": 131745, + "end": 131749, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 16 }, "end": { - "line": 2900, + "line": 2942, "column": 20 }, "identifierName": "hour" @@ -490258,30 +490530,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129368, - "end": 129415, + "start": 131758, + "end": 131805, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 29 }, "end": { - "line": 2900, + "line": 2942, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129383, - "end": 129398, + "start": 131773, + "end": 131788, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 44 }, "end": { - "line": 2900, + "line": 2942, "column": 59 } }, @@ -490290,15 +490562,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129383, - "end": 129388, + "start": 131773, + "end": 131778, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 44 }, "end": { - "line": 2900, + "line": 2942, "column": 49 }, "identifierName": "lower" @@ -490307,15 +490579,15 @@ }, "value": { "type": "StringLiteral", - "start": 129390, - "end": 129398, + "start": 131780, + "end": 131788, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 51 }, "end": { - "line": 2900, + "line": 2942, "column": 59 } }, @@ -490328,15 +490600,15 @@ }, { "type": "ObjectProperty", - "start": 129401, - "end": 129413, + "start": 131791, + "end": 131803, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 62 }, "end": { - "line": 2900, + "line": 2942, "column": 74 } }, @@ -490345,15 +490617,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129401, - "end": 129409, + "start": 131791, + "end": 131799, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 62 }, "end": { - "line": 2900, + "line": 2942, "column": 70 }, "identifierName": "minGrids" @@ -490362,15 +490634,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129411, - "end": 129413, + "start": 131801, + "end": 131803, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 72 }, "end": { - "line": 2900, + "line": 2942, "column": 74 } }, @@ -490386,15 +490658,15 @@ }, { "type": "ObjectProperty", - "start": 129433, - "end": 129493, + "start": 131823, + "end": 131883, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 16 }, "end": { - "line": 2901, + "line": 2943, "column": 76 } }, @@ -490403,15 +490675,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129433, - "end": 129439, + "start": 131823, + "end": 131829, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 16 }, "end": { - "line": 2901, + "line": 2943, "column": 22 }, "identifierName": "minute" @@ -490420,30 +490692,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129446, - "end": 129493, + "start": 131836, + "end": 131883, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 29 }, "end": { - "line": 2901, + "line": 2943, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129461, - "end": 129476, + "start": 131851, + "end": 131866, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 44 }, "end": { - "line": 2901, + "line": 2943, "column": 59 } }, @@ -490452,15 +490724,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129461, - "end": 129466, + "start": 131851, + "end": 131856, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 44 }, "end": { - "line": 2901, + "line": 2943, "column": 49 }, "identifierName": "lower" @@ -490469,15 +490741,15 @@ }, "value": { "type": "StringLiteral", - "start": 129468, - "end": 129476, + "start": 131858, + "end": 131866, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 51 }, "end": { - "line": 2901, + "line": 2943, "column": 59 } }, @@ -490490,15 +490762,15 @@ }, { "type": "ObjectProperty", - "start": 129479, - "end": 129491, + "start": 131869, + "end": 131881, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 62 }, "end": { - "line": 2901, + "line": 2943, "column": 74 } }, @@ -490507,15 +490779,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129479, - "end": 129487, + "start": 131869, + "end": 131877, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 62 }, "end": { - "line": 2901, + "line": 2943, "column": 70 }, "identifierName": "minGrids" @@ -490524,15 +490796,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129489, - "end": 129491, + "start": 131879, + "end": 131881, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 72 }, "end": { - "line": 2901, + "line": 2943, "column": 74 } }, @@ -490548,15 +490820,15 @@ }, { "type": "ObjectProperty", - "start": 129511, - "end": 129571, + "start": 131901, + "end": 131961, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 16 }, "end": { - "line": 2902, + "line": 2944, "column": 76 } }, @@ -490565,15 +490837,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129511, - "end": 129517, + "start": 131901, + "end": 131907, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 16 }, "end": { - "line": 2902, + "line": 2944, "column": 22 }, "identifierName": "second" @@ -490582,30 +490854,30 @@ }, "value": { "type": "ObjectExpression", - "start": 129524, - "end": 129571, + "start": 131914, + "end": 131961, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 29 }, "end": { - "line": 2902, + "line": 2944, "column": 76 } }, "properties": [ { "type": "ObjectProperty", - "start": 129539, - "end": 129550, + "start": 131929, + "end": 131940, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 44 }, "end": { - "line": 2902, + "line": 2944, "column": 55 } }, @@ -490614,15 +490886,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129539, - "end": 129544, + "start": 131929, + "end": 131934, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 44 }, "end": { - "line": 2902, + "line": 2944, "column": 49 }, "identifierName": "lower" @@ -490631,15 +490903,15 @@ }, "value": { "type": "NullLiteral", - "start": 129546, - "end": 129550, + "start": 131936, + "end": 131940, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 51 }, "end": { - "line": 2902, + "line": 2944, "column": 55 } } @@ -490647,15 +490919,15 @@ }, { "type": "ObjectProperty", - "start": 129557, - "end": 129569, + "start": 131947, + "end": 131959, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 62 }, "end": { - "line": 2902, + "line": 2944, "column": 74 } }, @@ -490664,15 +490936,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 129557, - "end": 129565, + "start": 131947, + "end": 131955, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 62 }, "end": { - "line": 2902, + "line": 2944, "column": 70 }, "identifierName": "minGrids" @@ -490681,15 +490953,15 @@ }, "value": { "type": "NumericLiteral", - "start": 129567, - "end": 129569, + "start": 131957, + "end": 131959, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 72 }, "end": { - "line": 2902, + "line": 2944, "column": 74 } }, @@ -490708,29 +490980,29 @@ }, { "type": "VariableDeclarator", - "start": 129599, - "end": 133958, + "start": 131989, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 12 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, "id": { "type": "Identifier", - "start": 129599, - "end": 129611, + "start": 131989, + "end": 132001, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 12 }, "end": { - "line": 2904, + "line": 2946, "column": 24 }, "identifierName": "getZoomScale" @@ -490739,15 +491011,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 129614, - "end": 133958, + "start": 132004, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 27 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, @@ -490758,15 +491030,15 @@ "params": [ { "type": "Identifier", - "start": 129616, - "end": 129626, + "start": 132006, + "end": 132016, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 29 }, "end": { - "line": 2904, + "line": 2946, "column": 39 }, "identifierName": "ruler_item" @@ -490776,74 +491048,74 @@ ], "body": { "type": "BlockStatement", - "start": 129632, - "end": 133958, + "start": 132022, + "end": 136348, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 45 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 129650, - "end": 129876, + "start": 132040, + "end": 132266, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 16 }, "end": { - "line": 2907, + "line": 2949, "column": 107 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 129654, - "end": 129698, + "start": 132044, + "end": 132088, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 20 }, "end": { - "line": 2905, + "line": 2947, "column": 64 } }, "id": { "type": "ArrayPattern", - "start": 129654, - "end": 129674, + "start": 132044, + "end": 132064, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 20 }, "end": { - "line": 2905, + "line": 2947, "column": 40 } }, "elements": [ { "type": "Identifier", - "start": 129656, - "end": 129661, + "start": 132046, + "end": 132051, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 22 }, "end": { - "line": 2905, + "line": 2947, "column": 27 }, "identifierName": "scale" @@ -490852,15 +491124,15 @@ }, { "type": "Identifier", - "start": 129663, - "end": 129672, + "start": 132053, + "end": 132062, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 29 }, "end": { - "line": 2905, + "line": 2947, "column": 38 }, "identifierName": "date_seed" @@ -490871,43 +491143,43 @@ }, "init": { "type": "CallExpression", - "start": 129677, - "end": 129698, + "start": 132067, + "end": 132088, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 129677, - "end": 129693, + "start": 132067, + "end": 132083, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 59 } }, "object": { "type": "Identifier", - "start": 129677, - "end": 129687, + "start": 132067, + "end": 132077, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 53 }, "identifierName": "ruler_item" @@ -490916,15 +491188,15 @@ }, "property": { "type": "Identifier", - "start": 129688, - "end": 129693, + "start": 132078, + "end": 132083, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 54 }, "end": { - "line": 2905, + "line": 2947, "column": 59 }, "identifierName": "split" @@ -490936,15 +491208,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 129694, - "end": 129697, + "start": 132084, + "end": 132087, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 60 }, "end": { - "line": 2905, + "line": 2947, "column": 63 } }, @@ -490959,29 +491231,29 @@ }, { "type": "VariableDeclarator", - "start": 129720, - "end": 129767, + "start": 132110, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 20 }, "end": { - "line": 2906, + "line": 2948, "column": 67 } }, "id": { "type": "Identifier", - "start": 129720, - "end": 129729, + "start": 132110, + "end": 132119, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 20 }, "end": { - "line": 2906, + "line": 2948, "column": 29 }, "identifierName": "min_grids" @@ -490990,43 +491262,43 @@ }, "init": { "type": "MemberExpression", - "start": 129743, - "end": 129767, + "start": 132133, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 129743, - "end": 129758, + "start": 132133, + "end": 132148, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 58 } }, "object": { "type": "Identifier", - "start": 129743, - "end": 129751, + "start": 132133, + "end": 132141, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 51 }, "identifierName": "scaleMap" @@ -491035,15 +491307,15 @@ }, "property": { "type": "Identifier", - "start": 129752, - "end": 129757, + "start": 132142, + "end": 132147, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 52 }, "end": { - "line": 2906, + "line": 2948, "column": 57 }, "identifierName": "scale" @@ -491054,15 +491326,15 @@ }, "property": { "type": "Identifier", - "start": 129759, - "end": 129767, + "start": 132149, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 59 }, "end": { - "line": 2906, + "line": 2948, "column": 67 }, "identifierName": "minGrids" @@ -491074,29 +491346,29 @@ }, { "type": "VariableDeclarator", - "start": 129789, - "end": 129799, + "start": 132179, + "end": 132189, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 20 }, "end": { - "line": 2907, + "line": 2949, "column": 30 } }, "id": { "type": "Identifier", - "start": 129789, - "end": 129799, + "start": 132179, + "end": 132189, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 20 }, "end": { - "line": 2907, + "line": 2949, "column": 30 }, "identifierName": "begin_date" @@ -491107,29 +491379,29 @@ }, { "type": "VariableDeclarator", - "start": 129801, - "end": 129809, + "start": 132191, + "end": 132199, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 32 }, "end": { - "line": 2907, + "line": 2949, "column": 40 } }, "id": { "type": "Identifier", - "start": 129801, - "end": 129809, + "start": 132191, + "end": 132199, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 32 }, "end": { - "line": 2907, + "line": 2949, "column": 40 }, "identifierName": "end_date" @@ -491140,29 +491412,29 @@ }, { "type": "VariableDeclarator", - "start": 129811, - "end": 129820, + "start": 132201, + "end": 132210, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 42 }, "end": { - "line": 2907, + "line": 2949, "column": 51 } }, "id": { "type": "Identifier", - "start": 129811, - "end": 129820, + "start": 132201, + "end": 132210, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 42 }, "end": { - "line": 2907, + "line": 2949, "column": 51 }, "identifierName": "base_year" @@ -491173,29 +491445,29 @@ }, { "type": "VariableDeclarator", - "start": 129822, - "end": 129832, + "start": 132212, + "end": 132222, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 53 }, "end": { - "line": 2907, + "line": 2949, "column": 63 } }, "id": { "type": "Identifier", - "start": 129822, - "end": 129832, + "start": 132212, + "end": 132222, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 53 }, "end": { - "line": 2907, + "line": 2949, "column": 63 }, "identifierName": "base_month" @@ -491206,29 +491478,29 @@ }, { "type": "VariableDeclarator", - "start": 129834, - "end": 129842, + "start": 132224, + "end": 132232, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 65 }, "end": { - "line": 2907, + "line": 2949, "column": 73 } }, "id": { "type": "Identifier", - "start": 129834, - "end": 129842, + "start": 132224, + "end": 132232, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 65 }, "end": { - "line": 2907, + "line": 2949, "column": 73 }, "identifierName": "week_num" @@ -491239,29 +491511,29 @@ }, { "type": "VariableDeclarator", - "start": 129844, - "end": 129852, + "start": 132234, + "end": 132242, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 75 }, "end": { - "line": 2907, + "line": 2949, "column": 83 } }, "id": { "type": "Identifier", - "start": 129844, - "end": 129852, + "start": 132234, + "end": 132242, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 75 }, "end": { - "line": 2907, + "line": 2949, "column": 83 }, "identifierName": "base_day" @@ -491272,29 +491544,29 @@ }, { "type": "VariableDeclarator", - "start": 129854, - "end": 129866, + "start": 132244, + "end": 132256, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 85 }, "end": { - "line": 2907, + "line": 2949, "column": 97 } }, "id": { "type": "Identifier", - "start": 129854, - "end": 129866, + "start": 132244, + "end": 132256, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 85 }, "end": { - "line": 2907, + "line": 2949, "column": 97 }, "identifierName": "is_remapping" @@ -491305,29 +491577,29 @@ }, { "type": "VariableDeclarator", - "start": 129868, - "end": 129876, + "start": 132258, + "end": 132266, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 99 }, "end": { - "line": 2907, + "line": 2949, "column": 107 } }, "id": { "type": "Identifier", - "start": 129868, - "end": 129876, + "start": 132258, + "end": 132266, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 99 }, "end": { - "line": 2907, + "line": 2949, "column": 107 }, "identifierName": "_tmpDate" @@ -491341,29 +491613,29 @@ }, { "type": "SwitchStatement", - "start": 129910, - "end": 133772, + "start": 132300, + "end": 136162, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 16 }, "end": { - "line": 2969, + "line": 3011, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 129919, - "end": 129923, + "start": 132309, + "end": 132313, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 25 }, "end": { - "line": 2909, + "line": 2951, "column": 29 } }, @@ -491372,58 +491644,58 @@ "cases": [ { "type": "SwitchCase", - "start": 129948, - "end": 129983, + "start": 132338, + "end": 132373, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 20 }, "end": { - "line": 2910, + "line": 2952, "column": 55 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 129953, - "end": 129982, + "start": 132343, + "end": 132372, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 129953, - "end": 129973, + "start": 132343, + "end": 132363, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 45 } }, "object": { "type": "RegExpLiteral", - "start": 129953, - "end": 129968, + "start": 132343, + "end": 132358, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 40 } }, @@ -491435,15 +491707,15 @@ }, "property": { "type": "Identifier", - "start": 129969, - "end": 129973, + "start": 132359, + "end": 132363, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 41 }, "end": { - "line": 2910, + "line": 2952, "column": 45 }, "identifierName": "test" @@ -491455,15 +491727,15 @@ "arguments": [ { "type": "Identifier", - "start": 129975, - "end": 129980, + "start": 132365, + "end": 132370, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 47 }, "end": { - "line": 2910, + "line": 2952, "column": 52 }, "identifierName": "scale" @@ -491475,58 +491747,58 @@ }, { "type": "SwitchCase", - "start": 130004, - "end": 130036, + "start": 132394, + "end": 132426, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 20 }, "end": { - "line": 2911, + "line": 2953, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 130009, - "end": 130035, + "start": 132399, + "end": 132425, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 130009, - "end": 130026, + "start": 132399, + "end": 132416, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 130009, - "end": 130021, + "start": 132399, + "end": 132411, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 37 } }, @@ -491538,15 +491810,15 @@ }, "property": { "type": "Identifier", - "start": 130022, - "end": 130026, + "start": 132412, + "end": 132416, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 38 }, "end": { - "line": 2911, + "line": 2953, "column": 42 }, "identifierName": "test" @@ -491558,15 +491830,15 @@ "arguments": [ { "type": "Identifier", - "start": 130028, - "end": 130033, + "start": 132418, + "end": 132423, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 44 }, "end": { - "line": 2911, + "line": 2953, "column": 49 }, "identifierName": "scale" @@ -491578,58 +491850,58 @@ }, { "type": "SwitchCase", - "start": 130057, - "end": 130088, + "start": 132447, + "end": 132478, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 20 }, "end": { - "line": 2912, + "line": 2954, "column": 51 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 130062, - "end": 130087, + "start": 132452, + "end": 132477, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 130062, - "end": 130078, + "start": 132452, + "end": 132468, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 130062, - "end": 130073, + "start": 132452, + "end": 132463, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 36 } }, @@ -491641,15 +491913,15 @@ }, "property": { "type": "Identifier", - "start": 130074, - "end": 130078, + "start": 132464, + "end": 132468, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 37 }, "end": { - "line": 2912, + "line": 2954, "column": 41 }, "identifierName": "test" @@ -491661,15 +491933,15 @@ "arguments": [ { "type": "Identifier", - "start": 130080, - "end": 130085, + "start": 132470, + "end": 132475, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 43 }, "end": { - "line": 2912, + "line": 2954, "column": 48 }, "identifierName": "scale" @@ -491681,59 +491953,59 @@ }, { "type": "SwitchCase", - "start": 130109, - "end": 130569, + "start": 132499, + "end": 132959, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 20 }, "end": { - "line": 2918, + "line": 2960, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 130166, - "end": 130237, + "start": 132556, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "expression": { "type": "AssignmentExpression", - "start": 130166, - "end": 130237, + "start": 132556, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130166, - "end": 130176, + "start": 132556, + "end": 132566, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 34 }, "identifierName": "begin_date" @@ -491742,72 +492014,72 @@ }, "right": { "type": "TemplateLiteral", - "start": 130179, - "end": 130237, + "start": 132569, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 37 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } }, "expressions": [ { "type": "BinaryExpression", - "start": 130182, - "end": 130231, + "start": 132572, + "end": 132621, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 40 }, "end": { - "line": 2914, + "line": 2956, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 130184, - "end": 130225, + "start": 132574, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 42 }, "end": { - "line": 2914, + "line": 2956, "column": 83 } }, "left": { "type": "BinaryExpression", - "start": 130186, - "end": 130199, + "start": 132576, + "end": 132589, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 44 }, "end": { - "line": 2914, + "line": 2956, "column": 57 } }, "left": { "type": "Identifier", - "start": 130186, - "end": 130195, + "start": 132576, + "end": 132585, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 44 }, "end": { - "line": 2914, + "line": 2956, "column": 53 }, "identifierName": "date_seed" @@ -491817,15 +492089,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130198, - "end": 130199, + "start": 132588, + "end": 132589, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 56 }, "end": { - "line": 2914, + "line": 2956, "column": 57 } }, @@ -491837,49 +492109,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 130184 + "parenStart": 132574 } }, "operator": "*", "right": { "type": "MemberExpression", - "start": 130204, - "end": 130225, + "start": 132594, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 83 } }, "object": { "type": "MemberExpression", - "start": 130204, - "end": 130219, + "start": 132594, + "end": 132609, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 77 } }, "object": { "type": "Identifier", - "start": 130204, - "end": 130212, + "start": 132594, + "end": 132602, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 70 }, "identifierName": "scaleMap" @@ -491888,15 +492160,15 @@ }, "property": { "type": "Identifier", - "start": 130213, - "end": 130218, + "start": 132603, + "end": 132608, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 71 }, "end": { - "line": 2914, + "line": 2956, "column": 76 }, "identifierName": "scale" @@ -491907,15 +492179,15 @@ }, "property": { "type": "Identifier", - "start": 130220, - "end": 130225, + "start": 132610, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 78 }, "end": { - "line": 2914, + "line": 2956, "column": 83 }, "identifierName": "years" @@ -491926,21 +492198,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 130182 + "parenStart": 132572 } }, "operator": "+", "right": { "type": "NumericLiteral", - "start": 130230, - "end": 130231, + "start": 132620, + "end": 132621, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 88 }, "end": { - "line": 2914, + "line": 2956, "column": 89 } }, @@ -491955,15 +492227,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130180, - "end": 130180, + "start": 132570, + "end": 132570, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 38 }, "end": { - "line": 2914, + "line": 2956, "column": 38 } }, @@ -491975,15 +492247,15 @@ }, { "type": "TemplateElement", - "start": 130232, - "end": 130236, + "start": 132622, + "end": 132626, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 90 }, "end": { - "line": 2914, + "line": 2956, "column": 94 } }, @@ -491999,44 +492271,44 @@ }, { "type": "ExpressionStatement", - "start": 130262, - "end": 130356, + "start": 132652, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "expression": { "type": "AssignmentExpression", - "start": 130262, - "end": 130356, + "start": 132652, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130262, - "end": 130270, + "start": 132652, + "end": 132660, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 32 }, "identifierName": "_tmpDate" @@ -492045,57 +492317,57 @@ }, "right": { "type": "CallExpression", - "start": 130275, - "end": 130356, + "start": 132665, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } }, "callee": { "type": "MemberExpression", - "start": 130275, - "end": 130315, + "start": 132665, + "end": 132705, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 77 } }, "object": { "type": "NewExpression", - "start": 130275, - "end": 130303, + "start": 132665, + "end": 132693, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 65 } }, "callee": { "type": "Identifier", - "start": 130279, - "end": 130283, + "start": 132669, + "end": 132673, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 41 }, "end": { - "line": 2915, + "line": 2957, "column": 45 }, "identifierName": "Date" @@ -492105,15 +492377,15 @@ "arguments": [ { "type": "Identifier", - "start": 130285, - "end": 130295, + "start": 132675, + "end": 132685, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 47 }, "end": { - "line": 2915, + "line": 2957, "column": 57 }, "identifierName": "begin_date" @@ -492122,15 +492394,15 @@ }, { "type": "NumericLiteral", - "start": 130297, - "end": 130298, + "start": 132687, + "end": 132688, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 59 }, "end": { - "line": 2915, + "line": 2957, "column": 60 } }, @@ -492142,15 +492414,15 @@ }, { "type": "NumericLiteral", - "start": 130300, - "end": 130301, + "start": 132690, + "end": 132691, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 62 }, "end": { - "line": 2915, + "line": 2957, "column": 63 } }, @@ -492164,15 +492436,15 @@ }, "property": { "type": "Identifier", - "start": 130304, - "end": 130315, + "start": 132694, + "end": 132705, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 66 }, "end": { - "line": 2915, + "line": 2957, "column": 77 }, "identifierName": "setFullYear" @@ -492184,43 +492456,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130317, - "end": 130354, + "start": 132707, + "end": 132744, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 116 } }, "left": { "type": "BinaryExpression", - "start": 130317, - "end": 130350, + "start": 132707, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 112 } }, "left": { "type": "Identifier", - "start": 130317, - "end": 130326, + "start": 132707, + "end": 132716, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 88 }, "identifierName": "date_seed" @@ -492230,43 +492502,43 @@ "operator": "*", "right": { "type": "MemberExpression", - "start": 130329, - "end": 130350, + "start": 132719, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 112 } }, "object": { "type": "MemberExpression", - "start": 130329, - "end": 130344, + "start": 132719, + "end": 132734, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 106 } }, "object": { "type": "Identifier", - "start": 130329, - "end": 130337, + "start": 132719, + "end": 132727, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 99 }, "identifierName": "scaleMap" @@ -492275,15 +492547,15 @@ }, "property": { "type": "Identifier", - "start": 130338, - "end": 130343, + "start": 132728, + "end": 132733, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 100 }, "end": { - "line": 2915, + "line": 2957, "column": 105 }, "identifierName": "scale" @@ -492294,15 +492566,15 @@ }, "property": { "type": "Identifier", - "start": 130345, - "end": 130350, + "start": 132735, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 107 }, "end": { - "line": 2915, + "line": 2957, "column": 112 }, "identifierName": "years" @@ -492315,15 +492587,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130353, - "end": 130354, + "start": 132743, + "end": 132744, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 115 }, "end": { - "line": 2915, + "line": 2957, "column": 116 } }, @@ -492340,44 +492612,44 @@ }, { "type": "ExpressionStatement", - "start": 130381, - "end": 130418, + "start": 132771, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 130381, - "end": 130418, + "start": 132771, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130381, - "end": 130389, + "start": 132771, + "end": 132779, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 32 }, "identifierName": "_tmpDate" @@ -492386,29 +492658,29 @@ }, "right": { "type": "NewExpression", - "start": 130394, - "end": 130418, + "start": 132784, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 37 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } }, "callee": { "type": "Identifier", - "start": 130398, - "end": 130402, + "start": 132788, + "end": 132792, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 41 }, "end": { - "line": 2916, + "line": 2958, "column": 45 }, "identifierName": "Date" @@ -492418,29 +492690,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130404, - "end": 130416, + "start": 132794, + "end": 132806, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 47 }, "end": { - "line": 2916, + "line": 2958, "column": 59 } }, "left": { "type": "Identifier", - "start": 130404, - "end": 130412, + "start": 132794, + "end": 132802, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 47 }, "end": { - "line": 2916, + "line": 2958, "column": 55 }, "identifierName": "_tmpDate" @@ -492450,15 +492722,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130415, - "end": 130416, + "start": 132805, + "end": 132806, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 58 }, "end": { - "line": 2916, + "line": 2958, "column": 59 } }, @@ -492475,44 +492747,44 @@ }, { "type": "ExpressionStatement", - "start": 130443, - "end": 130539, + "start": 132833, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "expression": { "type": "AssignmentExpression", - "start": 130443, - "end": 130539, + "start": 132833, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130443, - "end": 130451, + "start": 132833, + "end": 132841, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 32 }, "identifierName": "end_date" @@ -492521,58 +492793,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 130456, - "end": 130539, + "start": 132846, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 37 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } }, "expressions": [ { "type": "CallExpression", - "start": 130459, - "end": 130481, + "start": 132849, + "end": 132871, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 130459, - "end": 130479, + "start": 132849, + "end": 132869, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 60 } }, "object": { "type": "Identifier", - "start": 130459, - "end": 130467, + "start": 132849, + "end": 132857, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 48 }, "identifierName": "_tmpDate" @@ -492581,15 +492853,15 @@ }, "property": { "type": "Identifier", - "start": 130468, - "end": 130479, + "start": 132858, + "end": 132869, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 49 }, "end": { - "line": 2917, + "line": 2959, "column": 60 }, "identifierName": "getFullYear" @@ -492602,57 +492874,57 @@ }, { "type": "BinaryExpression", - "start": 130485, - "end": 130506, + "start": 132875, + "end": 132896, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 87 } }, "left": { "type": "CallExpression", - "start": 130485, - "end": 130504, + "start": 132875, + "end": 132894, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 130485, - "end": 130502, + "start": 132875, + "end": 132892, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 83 } }, "object": { "type": "Identifier", - "start": 130485, - "end": 130493, + "start": 132875, + "end": 132883, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 74 }, "identifierName": "_tmpDate" @@ -492661,15 +492933,15 @@ }, "property": { "type": "Identifier", - "start": 130494, - "end": 130502, + "start": 132884, + "end": 132892, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 75 }, "end": { - "line": 2917, + "line": 2959, "column": 83 }, "identifierName": "getMonth" @@ -492683,15 +492955,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130505, - "end": 130506, + "start": 132895, + "end": 132896, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 86 }, "end": { - "line": 2917, + "line": 2959, "column": 87 } }, @@ -492704,43 +492976,43 @@ }, { "type": "CallExpression", - "start": 130510, - "end": 130528, + "start": 132900, + "end": 132918, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130510, - "end": 130526, + "start": 132900, + "end": 132916, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 107 } }, "object": { "type": "Identifier", - "start": 130510, - "end": 130518, + "start": 132900, + "end": 132908, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 99 }, "identifierName": "_tmpDate" @@ -492749,15 +493021,15 @@ }, "property": { "type": "Identifier", - "start": 130519, - "end": 130526, + "start": 132909, + "end": 132916, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 100 }, "end": { - "line": 2917, + "line": 2959, "column": 107 }, "identifierName": "getDate" @@ -492772,15 +493044,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130457, - "end": 130457, + "start": 132847, + "end": 132847, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 38 }, "end": { - "line": 2917, + "line": 2959, "column": 38 } }, @@ -492792,15 +493064,15 @@ }, { "type": "TemplateElement", - "start": 130482, - "end": 130483, + "start": 132872, + "end": 132873, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 63 }, "end": { - "line": 2917, + "line": 2959, "column": 64 } }, @@ -492812,15 +493084,15 @@ }, { "type": "TemplateElement", - "start": 130507, - "end": 130508, + "start": 132897, + "end": 132898, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 88 }, "end": { - "line": 2917, + "line": 2959, "column": 89 } }, @@ -492832,15 +493104,15 @@ }, { "type": "TemplateElement", - "start": 130529, - "end": 130538, + "start": 132919, + "end": 132928, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 110 }, "end": { - "line": 2917, + "line": 2959, "column": 119 } }, @@ -492856,15 +493128,15 @@ }, { "type": "BreakStatement", - "start": 130564, - "end": 130569, + "start": 132954, + "end": 132959, "loc": { "start": { - "line": 2918, + "line": 2960, "column": 24 }, "end": { - "line": 2918, + "line": 2960, "column": 29 } }, @@ -492873,43 +493145,43 @@ ], "test": { "type": "CallExpression", - "start": 130114, - "end": 130140, + "start": 132504, + "end": 132530, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 130114, - "end": 130131, + "start": 132504, + "end": 132521, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 130114, - "end": 130126, + "start": 132504, + "end": 132516, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 37 } }, @@ -492921,15 +493193,15 @@ }, "property": { "type": "Identifier", - "start": 130127, - "end": 130131, + "start": 132517, + "end": 132521, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 38 }, "end": { - "line": 2913, + "line": 2955, "column": 42 }, "identifierName": "test" @@ -492941,15 +493213,15 @@ "arguments": [ { "type": "Identifier", - "start": 130133, - "end": 130138, + "start": 132523, + "end": 132528, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 44 }, "end": { - "line": 2913, + "line": 2955, "column": 49 }, "identifierName": "scale" @@ -492961,59 +493233,59 @@ }, { "type": "SwitchCase", - "start": 130590, - "end": 130998, + "start": 132980, + "end": 133388, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 20 }, "end": { - "line": 2924, + "line": 2966, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 130644, - "end": 130675, + "start": 133034, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 130644, - "end": 130675, + "start": 133034, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130644, - "end": 130654, + "start": 133034, + "end": 133044, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 34 }, "identifierName": "begin_date" @@ -493022,30 +493294,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 130657, - "end": 130675, + "start": 133047, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 37 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } }, "expressions": [ { "type": "Identifier", - "start": 130660, - "end": 130669, + "start": 133050, + "end": 133059, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 40 }, "end": { - "line": 2920, + "line": 2962, "column": 49 }, "identifierName": "date_seed" @@ -493056,15 +493328,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130658, - "end": 130658, + "start": 133048, + "end": 133048, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 38 }, "end": { - "line": 2920, + "line": 2962, "column": 38 } }, @@ -493076,15 +493348,15 @@ }, { "type": "TemplateElement", - "start": 130670, - "end": 130674, + "start": 133060, + "end": 133064, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 50 }, "end": { - "line": 2920, + "line": 2962, "column": 54 } }, @@ -493100,44 +493372,44 @@ }, { "type": "ExpressionStatement", - "start": 130700, - "end": 130785, + "start": 133090, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "expression": { "type": "AssignmentExpression", - "start": 130700, - "end": 130785, + "start": 133090, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130700, - "end": 130708, + "start": 133090, + "end": 133098, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 32 }, "identifierName": "_tmpDate" @@ -493146,57 +493418,57 @@ }, "right": { "type": "CallExpression", - "start": 130713, - "end": 130785, + "start": 133103, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130713, - "end": 130752, + "start": 133103, + "end": 133142, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 76 } }, "object": { "type": "NewExpression", - "start": 130713, - "end": 130740, + "start": 133103, + "end": 133130, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 64 } }, "callee": { "type": "Identifier", - "start": 130717, - "end": 130721, + "start": 133107, + "end": 133111, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 41 }, "end": { - "line": 2921, + "line": 2963, "column": 45 }, "identifierName": "Date" @@ -493206,15 +493478,15 @@ "arguments": [ { "type": "Identifier", - "start": 130723, - "end": 130732, + "start": 133113, + "end": 133122, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 47 }, "end": { - "line": 2921, + "line": 2963, "column": 56 }, "identifierName": "date_seed" @@ -493223,15 +493495,15 @@ }, { "type": "NumericLiteral", - "start": 130734, - "end": 130735, + "start": 133124, + "end": 133125, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 58 }, "end": { - "line": 2921, + "line": 2963, "column": 59 } }, @@ -493243,15 +493515,15 @@ }, { "type": "NumericLiteral", - "start": 130737, - "end": 130738, + "start": 133127, + "end": 133128, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 61 }, "end": { - "line": 2921, + "line": 2963, "column": 62 } }, @@ -493265,15 +493537,15 @@ }, "property": { "type": "Identifier", - "start": 130741, - "end": 130752, + "start": 133131, + "end": 133142, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 65 }, "end": { - "line": 2921, + "line": 2963, "column": 76 }, "identifierName": "setFullYear" @@ -493285,43 +493557,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130754, - "end": 130783, + "start": 133144, + "end": 133173, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 107 } }, "left": { "type": "CallExpression", - "start": 130754, - "end": 130779, + "start": 133144, + "end": 133169, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 103 } }, "callee": { "type": "Identifier", - "start": 130754, - "end": 130762, + "start": 133144, + "end": 133152, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 86 }, "identifierName": "parseInt" @@ -493331,15 +493603,15 @@ "arguments": [ { "type": "Identifier", - "start": 130764, - "end": 130773, + "start": 133154, + "end": 133163, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 88 }, "end": { - "line": 2921, + "line": 2963, "column": 97 }, "identifierName": "date_seed" @@ -493348,15 +493620,15 @@ }, { "type": "NumericLiteral", - "start": 130775, - "end": 130777, + "start": 133165, + "end": 133167, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 99 }, "end": { - "line": 2921, + "line": 2963, "column": 101 } }, @@ -493371,15 +493643,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130782, - "end": 130783, + "start": 133172, + "end": 133173, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 106 }, "end": { - "line": 2921, + "line": 2963, "column": 107 } }, @@ -493396,44 +493668,44 @@ }, { "type": "ExpressionStatement", - "start": 130810, - "end": 130847, + "start": 133200, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 130810, - "end": 130847, + "start": 133200, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130810, - "end": 130818, + "start": 133200, + "end": 133208, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 32 }, "identifierName": "_tmpDate" @@ -493442,29 +493714,29 @@ }, "right": { "type": "NewExpression", - "start": 130823, - "end": 130847, + "start": 133213, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 37 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } }, "callee": { "type": "Identifier", - "start": 130827, - "end": 130831, + "start": 133217, + "end": 133221, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 41 }, "end": { - "line": 2922, + "line": 2964, "column": 45 }, "identifierName": "Date" @@ -493474,29 +493746,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 130833, - "end": 130845, + "start": 133223, + "end": 133235, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 47 }, "end": { - "line": 2922, + "line": 2964, "column": 59 } }, "left": { "type": "Identifier", - "start": 130833, - "end": 130841, + "start": 133223, + "end": 133231, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 47 }, "end": { - "line": 2922, + "line": 2964, "column": 55 }, "identifierName": "_tmpDate" @@ -493506,15 +493778,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 130844, - "end": 130845, + "start": 133234, + "end": 133235, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 58 }, "end": { - "line": 2922, + "line": 2964, "column": 59 } }, @@ -493531,44 +493803,44 @@ }, { "type": "ExpressionStatement", - "start": 130872, - "end": 130968, + "start": 133262, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "expression": { "type": "AssignmentExpression", - "start": 130872, - "end": 130968, + "start": 133262, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "operator": "=", "left": { "type": "Identifier", - "start": 130872, - "end": 130880, + "start": 133262, + "end": 133270, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 32 }, "identifierName": "end_date" @@ -493577,58 +493849,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 130885, - "end": 130968, + "start": 133275, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 37 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } }, "expressions": [ { "type": "CallExpression", - "start": 130888, - "end": 130910, + "start": 133278, + "end": 133300, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 130888, - "end": 130908, + "start": 133278, + "end": 133298, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 60 } }, "object": { "type": "Identifier", - "start": 130888, - "end": 130896, + "start": 133278, + "end": 133286, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 48 }, "identifierName": "_tmpDate" @@ -493637,15 +493909,15 @@ }, "property": { "type": "Identifier", - "start": 130897, - "end": 130908, + "start": 133287, + "end": 133298, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 49 }, "end": { - "line": 2923, + "line": 2965, "column": 60 }, "identifierName": "getFullYear" @@ -493658,57 +493930,57 @@ }, { "type": "BinaryExpression", - "start": 130914, - "end": 130935, + "start": 133304, + "end": 133325, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 87 } }, "left": { "type": "CallExpression", - "start": 130914, - "end": 130933, + "start": 133304, + "end": 133323, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 85 } }, "callee": { "type": "MemberExpression", - "start": 130914, - "end": 130931, + "start": 133304, + "end": 133321, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 83 } }, "object": { "type": "Identifier", - "start": 130914, - "end": 130922, + "start": 133304, + "end": 133312, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 74 }, "identifierName": "_tmpDate" @@ -493717,15 +493989,15 @@ }, "property": { "type": "Identifier", - "start": 130923, - "end": 130931, + "start": 133313, + "end": 133321, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 75 }, "end": { - "line": 2923, + "line": 2965, "column": 83 }, "identifierName": "getMonth" @@ -493739,15 +494011,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 130934, - "end": 130935, + "start": 133324, + "end": 133325, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 86 }, "end": { - "line": 2923, + "line": 2965, "column": 87 } }, @@ -493760,43 +494032,43 @@ }, { "type": "CallExpression", - "start": 130939, - "end": 130957, + "start": 133329, + "end": 133347, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 109 } }, "callee": { "type": "MemberExpression", - "start": 130939, - "end": 130955, + "start": 133329, + "end": 133345, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 107 } }, "object": { "type": "Identifier", - "start": 130939, - "end": 130947, + "start": 133329, + "end": 133337, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 99 }, "identifierName": "_tmpDate" @@ -493805,15 +494077,15 @@ }, "property": { "type": "Identifier", - "start": 130948, - "end": 130955, + "start": 133338, + "end": 133345, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 100 }, "end": { - "line": 2923, + "line": 2965, "column": 107 }, "identifierName": "getDate" @@ -493828,15 +494100,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 130886, - "end": 130886, + "start": 133276, + "end": 133276, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 38 }, "end": { - "line": 2923, + "line": 2965, "column": 38 } }, @@ -493848,15 +494120,15 @@ }, { "type": "TemplateElement", - "start": 130911, - "end": 130912, + "start": 133301, + "end": 133302, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 63 }, "end": { - "line": 2923, + "line": 2965, "column": 64 } }, @@ -493868,15 +494140,15 @@ }, { "type": "TemplateElement", - "start": 130936, - "end": 130937, + "start": 133326, + "end": 133327, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 88 }, "end": { - "line": 2923, + "line": 2965, "column": 89 } }, @@ -493888,15 +494160,15 @@ }, { "type": "TemplateElement", - "start": 130958, - "end": 130967, + "start": 133348, + "end": 133357, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 110 }, "end": { - "line": 2923, + "line": 2965, "column": 119 } }, @@ -493912,15 +494184,15 @@ }, { "type": "BreakStatement", - "start": 130993, - "end": 130998, + "start": 133383, + "end": 133388, "loc": { "start": { - "line": 2924, + "line": 2966, "column": 24 }, "end": { - "line": 2924, + "line": 2966, "column": 29 } }, @@ -493929,43 +494201,43 @@ ], "test": { "type": "CallExpression", - "start": 130595, - "end": 130618, + "start": 132985, + "end": 133008, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 130595, - "end": 130609, + "start": 132985, + "end": 132999, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 130595, - "end": 130604, + "start": 132985, + "end": 132994, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 34 } }, @@ -493977,15 +494249,15 @@ }, "property": { "type": "Identifier", - "start": 130605, - "end": 130609, + "start": 132995, + "end": 132999, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 35 }, "end": { - "line": 2919, + "line": 2961, "column": 39 }, "identifierName": "test" @@ -493997,15 +494269,15 @@ "arguments": [ { "type": "Identifier", - "start": 130611, - "end": 130616, + "start": 133001, + "end": 133006, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 41 }, "end": { - "line": 2919, + "line": 2961, "column": 46 }, "identifierName": "scale" @@ -494017,74 +494289,74 @@ }, { "type": "SwitchCase", - "start": 131019, - "end": 131847, + "start": 133409, + "end": 134237, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 20 }, "end": { - "line": 2936, + "line": 2978, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 131074, - "end": 131122, + "start": 133464, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 131074, - "end": 131122, + "start": 133464, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 131074, - "end": 131099, + "start": 133464, + "end": 133489, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 49 } }, "elements": [ { "type": "Identifier", - "start": 131076, - "end": 131085, + "start": 133466, + "end": 133475, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 26 }, "end": { - "line": 2926, + "line": 2968, "column": 35 }, "identifierName": "base_year" @@ -494093,15 +494365,15 @@ }, { "type": "Identifier", - "start": 131087, - "end": 131097, + "start": 133477, + "end": 133487, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 37 }, "end": { - "line": 2926, + "line": 2968, "column": 47 }, "identifierName": "base_month" @@ -494112,43 +494384,43 @@ }, "right": { "type": "CallExpression", - "start": 131102, - "end": 131122, + "start": 133492, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 131102, - "end": 131117, + "start": 133492, + "end": 133507, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 67 } }, "object": { "type": "Identifier", - "start": 131102, - "end": 131111, + "start": 133492, + "end": 133501, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 61 }, "identifierName": "date_seed" @@ -494157,15 +494429,15 @@ }, "property": { "type": "Identifier", - "start": 131112, - "end": 131117, + "start": 133502, + "end": 133507, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 62 }, "end": { - "line": 2926, + "line": 2968, "column": 67 }, "identifierName": "split" @@ -494177,15 +494449,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 131118, - "end": 131121, + "start": 133508, + "end": 133511, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 68 }, "end": { - "line": 2926, + "line": 2968, "column": 71 } }, @@ -494201,44 +494473,44 @@ }, { "type": "ExpressionStatement", - "start": 131147, - "end": 131193, + "start": 133537, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131147, - "end": 131193, + "start": 133537, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131147, - "end": 131159, + "start": 133537, + "end": 133549, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 36 }, "identifierName": "is_remapping" @@ -494247,43 +494519,43 @@ }, "right": { "type": "BinaryExpression", - "start": 131162, - "end": 131193, + "start": 133552, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, "left": { "type": "CallExpression", - "start": 131162, - "end": 131187, + "start": 133552, + "end": 133577, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 64 } }, "callee": { "type": "Identifier", - "start": 131162, - "end": 131170, + "start": 133552, + "end": 133560, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 47 }, "identifierName": "parseInt" @@ -494293,15 +494565,15 @@ "arguments": [ { "type": "Identifier", - "start": 131172, - "end": 131181, + "start": 133562, + "end": 133571, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 49 }, "end": { - "line": 2927, + "line": 2969, "column": 58 }, "identifierName": "base_year" @@ -494310,15 +494582,15 @@ }, { "type": "NumericLiteral", - "start": 131183, - "end": 131185, + "start": 133573, + "end": 133575, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 60 }, "end": { - "line": 2927, + "line": 2969, "column": 62 } }, @@ -494333,15 +494605,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 131190, - "end": 131193, + "start": 133580, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 67 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } }, @@ -494356,44 +494628,44 @@ }, { "type": "ExpressionStatement", - "start": 131218, - "end": 131287, + "start": 133608, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 131218, - "end": 131287, + "start": 133608, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131218, - "end": 131228, + "start": 133608, + "end": 133618, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 34 }, "identifierName": "begin_date" @@ -494402,29 +494674,29 @@ }, "right": { "type": "NewExpression", - "start": 131231, - "end": 131287, + "start": 133621, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 37 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } }, "callee": { "type": "Identifier", - "start": 131235, - "end": 131239, + "start": 133625, + "end": 133629, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 41 }, "end": { - "line": 2928, + "line": 2970, "column": 45 }, "identifierName": "Date" @@ -494434,15 +494706,15 @@ "arguments": [ { "type": "Identifier", - "start": 131241, - "end": 131250, + "start": 133631, + "end": 133640, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 47 }, "end": { - "line": 2928, + "line": 2970, "column": 56 }, "identifierName": "base_year" @@ -494451,43 +494723,43 @@ }, { "type": "BinaryExpression", - "start": 131252, - "end": 131282, + "start": 133642, + "end": 133672, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 88 } }, "left": { "type": "CallExpression", - "start": 131252, - "end": 131278, + "start": 133642, + "end": 133668, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 84 } }, "callee": { "type": "Identifier", - "start": 131252, - "end": 131260, + "start": 133642, + "end": 133650, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 66 }, "identifierName": "parseInt" @@ -494497,15 +494769,15 @@ "arguments": [ { "type": "Identifier", - "start": 131262, - "end": 131272, + "start": 133652, + "end": 133662, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 68 }, "end": { - "line": 2928, + "line": 2970, "column": 78 }, "identifierName": "base_month" @@ -494514,15 +494786,15 @@ }, { "type": "NumericLiteral", - "start": 131274, - "end": 131276, + "start": 133664, + "end": 133666, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 80 }, "end": { - "line": 2928, + "line": 2970, "column": 82 } }, @@ -494537,15 +494809,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 131281, - "end": 131282, + "start": 133671, + "end": 133672, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 87 }, "end": { - "line": 2928, + "line": 2970, "column": 88 } }, @@ -494558,15 +494830,15 @@ }, { "type": "NumericLiteral", - "start": 131284, - "end": 131285, + "start": 133674, + "end": 133675, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 90 }, "end": { - "line": 2928, + "line": 2970, "column": 91 } }, @@ -494582,71 +494854,71 @@ }, { "type": "IfStatement", - "start": 131312, - "end": 131685, + "start": 133702, + "end": 134075, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 24 }, "end": { - "line": 2933, + "line": 2975, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 131317, - "end": 131344, + "start": 133707, + "end": 133734, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 56 } }, "left": { "type": "CallExpression", - "start": 131317, - "end": 131338, + "start": 133707, + "end": 133728, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 131317, - "end": 131336, + "start": 133707, + "end": 133726, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 48 } }, "object": { "type": "Identifier", - "start": 131317, - "end": 131327, + "start": 133707, + "end": 133717, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 39 }, "identifierName": "begin_date" @@ -494655,15 +494927,15 @@ }, "property": { "type": "Identifier", - "start": 131328, - "end": 131336, + "start": 133718, + "end": 133726, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 40 }, "end": { - "line": 2929, + "line": 2971, "column": 48 }, "identifierName": "getMonth" @@ -494677,15 +494949,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 131342, - "end": 131344, + "start": 133732, + "end": 133734, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 54 }, "end": { - "line": 2929, + "line": 2971, "column": 56 } }, @@ -494698,59 +494970,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 131347, - "end": 131505, + "start": 133737, + "end": 133895, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 59 }, "end": { - "line": 2931, + "line": 2973, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 131377, - "end": 131479, + "start": 133767, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "expression": { "type": "AssignmentExpression", - "start": 131377, - "end": 131479, + "start": 133767, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131377, - "end": 131385, + "start": 133767, + "end": 133775, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 36 }, "identifierName": "_tmpDate" @@ -494759,57 +495031,57 @@ }, "right": { "type": "CallExpression", - "start": 131388, - "end": 131479, + "start": 133778, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } }, "callee": { "type": "MemberExpression", - "start": 131388, - "end": 131446, + "start": 133778, + "end": 133836, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 97 } }, "object": { "type": "NewExpression", - "start": 131388, - "end": 131434, + "start": 133778, + "end": 133824, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 85 } }, "callee": { "type": "Identifier", - "start": 131392, - "end": 131396, + "start": 133782, + "end": 133786, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 43 }, "end": { - "line": 2930, + "line": 2972, "column": 47 }, "identifierName": "Date" @@ -494819,57 +495091,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131398, - "end": 131426, + "start": 133788, + "end": 133816, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 77 } }, "left": { "type": "CallExpression", - "start": 131398, - "end": 131422, + "start": 133788, + "end": 133812, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 131398, - "end": 131420, + "start": 133788, + "end": 133810, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 71 } }, "object": { "type": "Identifier", - "start": 131398, - "end": 131408, + "start": 133788, + "end": 133798, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 59 }, "identifierName": "begin_date" @@ -494878,15 +495150,15 @@ }, "property": { "type": "Identifier", - "start": 131409, - "end": 131420, + "start": 133799, + "end": 133810, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 60 }, "end": { - "line": 2930, + "line": 2972, "column": 71 }, "identifierName": "getFullYear" @@ -494900,15 +495172,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131425, - "end": 131426, + "start": 133815, + "end": 133816, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 76 }, "end": { - "line": 2930, + "line": 2972, "column": 77 } }, @@ -494921,15 +495193,15 @@ }, { "type": "NumericLiteral", - "start": 131428, - "end": 131429, + "start": 133818, + "end": 133819, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 79 }, "end": { - "line": 2930, + "line": 2972, "column": 80 } }, @@ -494941,15 +495213,15 @@ }, { "type": "NumericLiteral", - "start": 131431, - "end": 131432, + "start": 133821, + "end": 133822, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 82 }, "end": { - "line": 2930, + "line": 2972, "column": 83 } }, @@ -494963,15 +495235,15 @@ }, "property": { "type": "Identifier", - "start": 131435, - "end": 131446, + "start": 133825, + "end": 133836, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 86 }, "end": { - "line": 2930, + "line": 2972, "column": 97 }, "identifierName": "setFullYear" @@ -494983,43 +495255,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131448, - "end": 131477, + "start": 133838, + "end": 133867, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 128 } }, "left": { "type": "CallExpression", - "start": 131448, - "end": 131473, + "start": 133838, + "end": 133863, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 124 } }, "callee": { "type": "Identifier", - "start": 131448, - "end": 131456, + "start": 133838, + "end": 133846, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 107 }, "identifierName": "parseInt" @@ -495029,15 +495301,15 @@ "arguments": [ { "type": "Identifier", - "start": 131458, - "end": 131467, + "start": 133848, + "end": 133857, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 109 }, "end": { - "line": 2930, + "line": 2972, "column": 118 }, "identifierName": "base_year" @@ -495046,15 +495318,15 @@ }, { "type": "NumericLiteral", - "start": 131469, - "end": 131471, + "start": 133859, + "end": 133861, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 120 }, "end": { - "line": 2930, + "line": 2972, "column": 122 } }, @@ -495069,15 +495341,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131476, - "end": 131477, + "start": 133866, + "end": 133867, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 127 }, "end": { - "line": 2930, + "line": 2972, "column": 128 } }, @@ -495097,59 +495369,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 131511, - "end": 131685, + "start": 133901, + "end": 134075, "loc": { "start": { - "line": 2931, + "line": 2973, "column": 31 }, "end": { - "line": 2933, + "line": 2975, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 131541, - "end": 131659, + "start": 133931, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "expression": { "type": "AssignmentExpression", - "start": 131541, - "end": 131659, + "start": 133931, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131541, - "end": 131549, + "start": 133931, + "end": 133939, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 36 }, "identifierName": "_tmpDate" @@ -495158,57 +495430,57 @@ }, "right": { "type": "CallExpression", - "start": 131552, - "end": 131659, + "start": 133942, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } }, "callee": { "type": "MemberExpression", - "start": 131552, - "end": 131630, + "start": 133942, + "end": 134020, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 117 } }, "object": { "type": "NewExpression", - "start": 131552, - "end": 131618, + "start": 133942, + "end": 134008, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 105 } }, "callee": { "type": "Identifier", - "start": 131556, - "end": 131560, + "start": 133946, + "end": 133950, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 43 }, "end": { - "line": 2932, + "line": 2974, "column": 47 }, "identifierName": "Date" @@ -495218,43 +495490,43 @@ "arguments": [ { "type": "CallExpression", - "start": 131562, - "end": 131586, + "start": 133952, + "end": 133976, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 131562, - "end": 131584, + "start": 133952, + "end": 133974, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 71 } }, "object": { "type": "Identifier", - "start": 131562, - "end": 131572, + "start": 133952, + "end": 133962, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 59 }, "identifierName": "begin_date" @@ -495263,15 +495535,15 @@ }, "property": { "type": "Identifier", - "start": 131573, - "end": 131584, + "start": 133963, + "end": 133974, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 60 }, "end": { - "line": 2932, + "line": 2974, "column": 71 }, "identifierName": "getFullYear" @@ -495284,57 +495556,57 @@ }, { "type": "BinaryExpression", - "start": 131588, - "end": 131613, + "start": 133978, + "end": 134003, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 100 } }, "left": { "type": "CallExpression", - "start": 131588, - "end": 131609, + "start": 133978, + "end": 133999, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 96 } }, "callee": { "type": "MemberExpression", - "start": 131588, - "end": 131607, + "start": 133978, + "end": 133997, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 94 } }, "object": { "type": "Identifier", - "start": 131588, - "end": 131598, + "start": 133978, + "end": 133988, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 85 }, "identifierName": "begin_date" @@ -495343,15 +495615,15 @@ }, "property": { "type": "Identifier", - "start": 131599, - "end": 131607, + "start": 133989, + "end": 133997, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 86 }, "end": { - "line": 2932, + "line": 2974, "column": 94 }, "identifierName": "getMonth" @@ -495365,15 +495637,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 131612, - "end": 131613, + "start": 134002, + "end": 134003, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 99 }, "end": { - "line": 2932, + "line": 2974, "column": 100 } }, @@ -495386,15 +495658,15 @@ }, { "type": "NumericLiteral", - "start": 131615, - "end": 131616, + "start": 134005, + "end": 134006, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 102 }, "end": { - "line": 2932, + "line": 2974, "column": 103 } }, @@ -495408,15 +495680,15 @@ }, "property": { "type": "Identifier", - "start": 131619, - "end": 131630, + "start": 134009, + "end": 134020, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 106 }, "end": { - "line": 2932, + "line": 2974, "column": 117 }, "identifierName": "setFullYear" @@ -495428,29 +495700,29 @@ "arguments": [ { "type": "CallExpression", - "start": 131632, - "end": 131657, + "start": 134022, + "end": 134047, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 119 }, "end": { - "line": 2932, + "line": 2974, "column": 144 } }, "callee": { "type": "Identifier", - "start": 131632, - "end": 131640, + "start": 134022, + "end": 134030, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 119 }, "end": { - "line": 2932, + "line": 2974, "column": 127 }, "identifierName": "parseInt" @@ -495460,15 +495732,15 @@ "arguments": [ { "type": "Identifier", - "start": 131642, - "end": 131651, + "start": 134032, + "end": 134041, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 129 }, "end": { - "line": 2932, + "line": 2974, "column": 138 }, "identifierName": "base_year" @@ -495477,15 +495749,15 @@ }, { "type": "NumericLiteral", - "start": 131653, - "end": 131655, + "start": 134043, + "end": 134045, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 140 }, "end": { - "line": 2932, + "line": 2974, "column": 142 } }, @@ -495507,44 +495779,44 @@ }, { "type": "ExpressionStatement", - "start": 131710, - "end": 131744, + "start": 134100, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 131710, - "end": 131744, + "start": 134100, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131710, - "end": 131720, + "start": 134100, + "end": 134110, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 34 }, "identifierName": "begin_date" @@ -495553,43 +495825,43 @@ }, "right": { "type": "CallExpression", - "start": 131723, - "end": 131744, + "start": 134113, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 131723, - "end": 131742, + "start": 134113, + "end": 134132, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 56 } }, "object": { "type": "Identifier", - "start": 131723, - "end": 131733, + "start": 134113, + "end": 134123, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 47 }, "identifierName": "begin_date" @@ -495598,15 +495870,15 @@ }, "property": { "type": "Identifier", - "start": 131734, - "end": 131742, + "start": 134124, + "end": 134132, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 48 }, "end": { - "line": 2934, + "line": 2976, "column": 56 }, "identifierName": "toString" @@ -495621,44 +495893,44 @@ }, { "type": "ExpressionStatement", - "start": 131769, - "end": 131817, + "start": 134159, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 131769, - "end": 131817, + "start": 134159, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131769, - "end": 131777, + "start": 134159, + "end": 134167, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 32 }, "identifierName": "end_date" @@ -495667,57 +495939,57 @@ }, "right": { "type": "CallExpression", - "start": 131782, - "end": 131817, + "start": 134172, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 131782, - "end": 131815, + "start": 134172, + "end": 134205, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 70 } }, "object": { "type": "NewExpression", - "start": 131782, - "end": 131806, + "start": 134172, + "end": 134196, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 61 } }, "callee": { "type": "Identifier", - "start": 131786, - "end": 131790, + "start": 134176, + "end": 134180, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 41 }, "end": { - "line": 2935, + "line": 2977, "column": 45 }, "identifierName": "Date" @@ -495727,29 +495999,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 131792, - "end": 131804, + "start": 134182, + "end": 134194, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 47 }, "end": { - "line": 2935, + "line": 2977, "column": 59 } }, "left": { "type": "Identifier", - "start": 131792, - "end": 131800, + "start": 134182, + "end": 134190, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 47 }, "end": { - "line": 2935, + "line": 2977, "column": 55 }, "identifierName": "_tmpDate" @@ -495759,15 +496031,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 131803, - "end": 131804, + "start": 134193, + "end": 134194, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 58 }, "end": { - "line": 2935, + "line": 2977, "column": 59 } }, @@ -495782,15 +496054,15 @@ }, "property": { "type": "Identifier", - "start": 131807, - "end": 131815, + "start": 134197, + "end": 134205, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 62 }, "end": { - "line": 2935, + "line": 2977, "column": 70 }, "identifierName": "toString" @@ -495805,15 +496077,15 @@ }, { "type": "BreakStatement", - "start": 131842, - "end": 131847, + "start": 134232, + "end": 134237, "loc": { "start": { - "line": 2936, + "line": 2978, "column": 24 }, "end": { - "line": 2936, + "line": 2978, "column": 29 } }, @@ -495822,43 +496094,43 @@ ], "test": { "type": "CallExpression", - "start": 131024, - "end": 131048, + "start": 133414, + "end": 133438, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 131024, - "end": 131039, + "start": 133414, + "end": 133429, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 131024, - "end": 131034, + "start": 133414, + "end": 133424, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 35 } }, @@ -495870,15 +496142,15 @@ }, "property": { "type": "Identifier", - "start": 131035, - "end": 131039, + "start": 133425, + "end": 133429, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 36 }, "end": { - "line": 2925, + "line": 2967, "column": 40 }, "identifierName": "test" @@ -495890,15 +496162,15 @@ "arguments": [ { "type": "Identifier", - "start": 131041, - "end": 131046, + "start": 133431, + "end": 133436, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 42 }, "end": { - "line": 2925, + "line": 2967, "column": 47 }, "identifierName": "scale" @@ -495910,74 +496182,74 @@ }, { "type": "SwitchCase", - "start": 131868, - "end": 132513, + "start": 134258, + "end": 134903, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 20 }, "end": { - "line": 2946, + "line": 2988, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 131922, - "end": 131968, + "start": 134312, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131922, - "end": 131968, + "start": 134312, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 131922, - "end": 131945, + "start": 134312, + "end": 134335, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 47 } }, "elements": [ { "type": "Identifier", - "start": 131924, - "end": 131933, + "start": 134314, + "end": 134323, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 26 }, "end": { - "line": 2938, + "line": 2980, "column": 35 }, "identifierName": "base_year" @@ -495986,15 +496258,15 @@ }, { "type": "Identifier", - "start": 131935, - "end": 131943, + "start": 134325, + "end": 134333, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 37 }, "end": { - "line": 2938, + "line": 2980, "column": 45 }, "identifierName": "week_num" @@ -496005,43 +496277,43 @@ }, "right": { "type": "CallExpression", - "start": 131948, - "end": 131968, + "start": 134338, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 131948, - "end": 131963, + "start": 134338, + "end": 134353, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 65 } }, "object": { "type": "Identifier", - "start": 131948, - "end": 131957, + "start": 134338, + "end": 134347, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 59 }, "identifierName": "date_seed" @@ -496050,15 +496322,15 @@ }, "property": { "type": "Identifier", - "start": 131958, - "end": 131963, + "start": 134348, + "end": 134353, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 60 }, "end": { - "line": 2938, + "line": 2980, "column": 65 }, "identifierName": "split" @@ -496070,15 +496342,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 131964, - "end": 131967, + "start": 134354, + "end": 134357, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 66 }, "end": { - "line": 2938, + "line": 2980, "column": 69 } }, @@ -496094,44 +496366,44 @@ }, { "type": "ExpressionStatement", - "start": 131993, - "end": 132039, + "start": 134383, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 131993, - "end": 132039, + "start": 134383, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 131993, - "end": 132005, + "start": 134383, + "end": 134395, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 36 }, "identifierName": "is_remapping" @@ -496140,43 +496412,43 @@ }, "right": { "type": "BinaryExpression", - "start": 132008, - "end": 132039, + "start": 134398, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, "left": { "type": "CallExpression", - "start": 132008, - "end": 132033, + "start": 134398, + "end": 134423, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 64 } }, "callee": { "type": "Identifier", - "start": 132008, - "end": 132016, + "start": 134398, + "end": 134406, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 47 }, "identifierName": "parseInt" @@ -496186,15 +496458,15 @@ "arguments": [ { "type": "Identifier", - "start": 132018, - "end": 132027, + "start": 134408, + "end": 134417, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 49 }, "end": { - "line": 2939, + "line": 2981, "column": 58 }, "identifierName": "base_year" @@ -496203,15 +496475,15 @@ }, { "type": "NumericLiteral", - "start": 132029, - "end": 132031, + "start": 134419, + "end": 134421, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 60 }, "end": { - "line": 2939, + "line": 2981, "column": 62 } }, @@ -496226,15 +496498,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 132036, - "end": 132039, + "start": 134426, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 67 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } }, @@ -496249,44 +496521,44 @@ }, { "type": "ExpressionStatement", - "start": 132064, - "end": 132102, + "start": 134454, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 132064, - "end": 132102, + "start": 134454, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132064, - "end": 132072, + "start": 134454, + "end": 134462, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 32 }, "identifierName": "_tmpDate" @@ -496295,29 +496567,29 @@ }, "right": { "type": "NewExpression", - "start": 132075, - "end": 132102, + "start": 134465, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 35 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } }, "callee": { "type": "Identifier", - "start": 132079, - "end": 132083, + "start": 134469, + "end": 134473, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 39 }, "end": { - "line": 2940, + "line": 2982, "column": 43 }, "identifierName": "Date" @@ -496327,15 +496599,15 @@ "arguments": [ { "type": "Identifier", - "start": 132085, - "end": 132094, + "start": 134475, + "end": 134484, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 45 }, "end": { - "line": 2940, + "line": 2982, "column": 54 }, "identifierName": "base_year" @@ -496344,15 +496616,15 @@ }, { "type": "NumericLiteral", - "start": 132096, - "end": 132097, + "start": 134486, + "end": 134487, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 56 }, "end": { - "line": 2940, + "line": 2982, "column": 57 } }, @@ -496364,15 +496636,15 @@ }, { "type": "NumericLiteral", - "start": 132099, - "end": 132100, + "start": 134489, + "end": 134490, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 59 }, "end": { - "line": 2940, + "line": 2982, "column": 60 } }, @@ -496388,29 +496660,29 @@ }, { "type": "IfStatement", - "start": 132127, - "end": 132236, + "start": 134517, + "end": 134626, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 24 }, "end": { - "line": 2943, + "line": 2985, "column": 25 } }, "test": { "type": "Identifier", - "start": 132132, - "end": 132144, + "start": 134522, + "end": 134534, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 29 }, "end": { - "line": 2941, + "line": 2983, "column": 41 }, "identifierName": "is_remapping" @@ -496419,72 +496691,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 132147, - "end": 132236, + "start": 134537, + "end": 134626, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 44 }, "end": { - "line": 2943, + "line": 2985, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 132177, - "end": 132210, + "start": 134567, + "end": 134600, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 132177, - "end": 132210, + "start": 134567, + "end": 134600, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 132177, - "end": 132197, + "start": 134567, + "end": 134587, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 48 } }, "object": { "type": "Identifier", - "start": 132177, - "end": 132185, + "start": 134567, + "end": 134575, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 36 }, "identifierName": "_tmpDate" @@ -496493,15 +496765,15 @@ }, "property": { "type": "Identifier", - "start": 132186, - "end": 132197, + "start": 134576, + "end": 134587, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 37 }, "end": { - "line": 2942, + "line": 2984, "column": 48 }, "identifierName": "setFullYear" @@ -496513,15 +496785,15 @@ "arguments": [ { "type": "Identifier", - "start": 132199, - "end": 132208, + "start": 134589, + "end": 134598, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 50 }, "end": { - "line": 2942, + "line": 2984, "column": 59 }, "identifierName": "base_year" @@ -496538,44 +496810,44 @@ }, { "type": "ExpressionStatement", - "start": 132261, - "end": 132356, + "start": 134651, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "expression": { "type": "AssignmentExpression", - "start": 132261, - "end": 132356, + "start": 134651, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132261, - "end": 132271, + "start": 134651, + "end": 134661, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 34 }, "identifierName": "begin_date" @@ -496584,57 +496856,57 @@ }, "right": { "type": "CallExpression", - "start": 132274, - "end": 132356, + "start": 134664, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } }, "callee": { "type": "MemberExpression", - "start": 132274, - "end": 132354, + "start": 134664, + "end": 134744, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 117 } }, "object": { "type": "NewExpression", - "start": 132274, - "end": 132345, + "start": 134664, + "end": 134735, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 108 } }, "callee": { "type": "Identifier", - "start": 132278, - "end": 132282, + "start": 134668, + "end": 134672, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 41 }, "end": { - "line": 2944, + "line": 2986, "column": 45 }, "identifierName": "Date" @@ -496644,57 +496916,57 @@ "arguments": [ { "type": "BinaryExpression", - "start": 132284, - "end": 132343, + "start": 134674, + "end": 134733, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 106 } }, "left": { "type": "CallExpression", - "start": 132284, - "end": 132302, + "start": 134674, + "end": 134692, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 132284, - "end": 132300, + "start": 134674, + "end": 134690, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 63 } }, "object": { "type": "Identifier", - "start": 132284, - "end": 132292, + "start": 134674, + "end": 134682, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 55 }, "identifierName": "_tmpDate" @@ -496703,15 +496975,15 @@ }, "property": { "type": "Identifier", - "start": 132293, - "end": 132300, + "start": 134683, + "end": 134690, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 56 }, "end": { - "line": 2944, + "line": 2986, "column": 63 }, "identifierName": "getTime" @@ -496725,85 +496997,85 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 132307, - "end": 132341, + "start": 134697, + "end": 134731, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 104 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132334, + "start": 134697, + "end": 134724, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 97 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132329, + "start": 134697, + "end": 134719, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132324, + "start": 134697, + "end": 134714, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 87 } }, "left": { "type": "BinaryExpression", - "start": 132307, - "end": 132319, + "start": 134697, + "end": 134709, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 82 } }, "left": { "type": "Identifier", - "start": 132307, - "end": 132315, + "start": 134697, + "end": 134705, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 78 }, "identifierName": "week_num" @@ -496813,15 +497085,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132318, - "end": 132319, + "start": 134708, + "end": 134709, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 81 }, "end": { - "line": 2944, + "line": 2986, "column": 82 } }, @@ -496835,15 +497107,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132322, - "end": 132324, + "start": 134712, + "end": 134714, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 85 }, "end": { - "line": 2944, + "line": 2986, "column": 87 } }, @@ -496857,15 +497129,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132327, - "end": 132329, + "start": 134717, + "end": 134719, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 90 }, "end": { - "line": 2944, + "line": 2986, "column": 92 } }, @@ -496879,15 +497151,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132332, - "end": 132334, + "start": 134722, + "end": 134724, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 95 }, "end": { - "line": 2944, + "line": 2986, "column": 97 } }, @@ -496901,15 +497173,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132337, - "end": 132341, + "start": 134727, + "end": 134731, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 100 }, "end": { - "line": 2944, + "line": 2986, "column": 104 } }, @@ -496921,7 +497193,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 132305 + "parenStart": 134695 } } } @@ -496929,15 +497201,15 @@ }, "property": { "type": "Identifier", - "start": 132346, - "end": 132354, + "start": 134736, + "end": 134744, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 109 }, "end": { - "line": 2944, + "line": 2986, "column": 117 }, "identifierName": "toString" @@ -496952,44 +497224,44 @@ }, { "type": "ExpressionStatement", - "start": 132381, - "end": 132483, + "start": 134771, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "expression": { "type": "AssignmentExpression", - "start": 132381, - "end": 132483, + "start": 134771, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132381, - "end": 132389, + "start": 134771, + "end": 134779, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 32 }, "identifierName": "end_date" @@ -496998,57 +497270,57 @@ }, "right": { "type": "CallExpression", - "start": 132394, - "end": 132483, + "start": 134784, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } }, "callee": { "type": "MemberExpression", - "start": 132394, - "end": 132481, + "start": 134784, + "end": 134871, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 124 } }, "object": { "type": "NewExpression", - "start": 132394, - "end": 132472, + "start": 134784, + "end": 134862, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 115 } }, "callee": { "type": "Identifier", - "start": 132398, - "end": 132402, + "start": 134788, + "end": 134792, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 41 }, "end": { - "line": 2945, + "line": 2987, "column": 45 }, "identifierName": "Date" @@ -497058,85 +497330,85 @@ "arguments": [ { "type": "BinaryExpression", - "start": 132404, - "end": 132470, + "start": 134794, + "end": 134860, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 113 } }, "left": { "type": "BinaryExpression", - "start": 132404, - "end": 132466, + "start": 134794, + "end": 134856, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 109 } }, "left": { "type": "CallExpression", - "start": 132404, - "end": 132436, + "start": 134794, + "end": 134826, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 132404, - "end": 132434, + "start": 134794, + "end": 134824, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 77 } }, "object": { "type": "NewExpression", - "start": 132404, - "end": 132426, + "start": 134794, + "end": 134816, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 69 } }, "callee": { "type": "Identifier", - "start": 132408, - "end": 132412, + "start": 134798, + "end": 134802, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 51 }, "end": { - "line": 2945, + "line": 2987, "column": 55 }, "identifierName": "Date" @@ -497146,15 +497418,15 @@ "arguments": [ { "type": "Identifier", - "start": 132414, - "end": 132424, + "start": 134804, + "end": 134814, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 57 }, "end": { - "line": 2945, + "line": 2987, "column": 67 }, "identifierName": "begin_date" @@ -497165,15 +497437,15 @@ }, "property": { "type": "Identifier", - "start": 132427, - "end": 132434, + "start": 134817, + "end": 134824, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 70 }, "end": { - "line": 2945, + "line": 2987, "column": 77 }, "identifierName": "getTime" @@ -497187,71 +497459,71 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 132441, - "end": 132464, + "start": 134831, + "end": 134854, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 107 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132457, + "start": 134831, + "end": 134847, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 100 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132452, + "start": 134831, + "end": 134842, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 132441, - "end": 132447, + "start": 134831, + "end": 134837, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 90 } }, "left": { "type": "NumericLiteral", - "start": 132441, - "end": 132442, + "start": 134831, + "end": 134832, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 85 } }, @@ -497264,15 +497536,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132445, - "end": 132447, + "start": 134835, + "end": 134837, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 88 }, "end": { - "line": 2945, + "line": 2987, "column": 90 } }, @@ -497286,15 +497558,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132450, - "end": 132452, + "start": 134840, + "end": 134842, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 93 }, "end": { - "line": 2945, + "line": 2987, "column": 95 } }, @@ -497308,15 +497580,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132455, - "end": 132457, + "start": 134845, + "end": 134847, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 98 }, "end": { - "line": 2945, + "line": 2987, "column": 100 } }, @@ -497330,15 +497602,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 132460, - "end": 132464, + "start": 134850, + "end": 134854, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 103 }, "end": { - "line": 2945, + "line": 2987, "column": 107 } }, @@ -497350,22 +497622,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 132439 + "parenStart": 134829 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 132469, - "end": 132470, + "start": 134859, + "end": 134860, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 112 }, "end": { - "line": 2945, + "line": 2987, "column": 113 } }, @@ -497380,15 +497652,15 @@ }, "property": { "type": "Identifier", - "start": 132473, - "end": 132481, + "start": 134863, + "end": 134871, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 116 }, "end": { - "line": 2945, + "line": 2987, "column": 124 }, "identifierName": "toString" @@ -497403,15 +497675,15 @@ }, { "type": "BreakStatement", - "start": 132508, - "end": 132513, + "start": 134898, + "end": 134903, "loc": { "start": { - "line": 2946, + "line": 2988, "column": 24 }, "end": { - "line": 2946, + "line": 2988, "column": 29 } }, @@ -497420,43 +497692,43 @@ ], "test": { "type": "CallExpression", - "start": 131873, - "end": 131896, + "start": 134263, + "end": 134286, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 131873, - "end": 131887, + "start": 134263, + "end": 134277, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 131873, - "end": 131882, + "start": 134263, + "end": 134272, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 34 } }, @@ -497468,15 +497740,15 @@ }, "property": { "type": "Identifier", - "start": 131883, - "end": 131887, + "start": 134273, + "end": 134277, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 35 }, "end": { - "line": 2937, + "line": 2979, "column": 39 }, "identifierName": "test" @@ -497488,15 +497760,15 @@ "arguments": [ { "type": "Identifier", - "start": 131889, - "end": 131894, + "start": 134279, + "end": 134284, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 41 }, "end": { - "line": 2937, + "line": 2979, "column": 46 }, "identifierName": "scale" @@ -497508,58 +497780,58 @@ }, { "type": "SwitchCase", - "start": 132534, - "end": 132562, + "start": 134924, + "end": 134952, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 20 }, "end": { - "line": 2947, + "line": 2989, "column": 48 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 132539, - "end": 132561, + "start": 134929, + "end": 134951, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 132539, - "end": 132552, + "start": 134929, + "end": 134942, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 38 } }, "object": { "type": "RegExpLiteral", - "start": 132539, - "end": 132547, + "start": 134929, + "end": 134937, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 33 } }, @@ -497571,15 +497843,15 @@ }, "property": { "type": "Identifier", - "start": 132548, - "end": 132552, + "start": 134938, + "end": 134942, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 34 }, "end": { - "line": 2947, + "line": 2989, "column": 38 }, "identifierName": "test" @@ -497591,15 +497863,15 @@ "arguments": [ { "type": "Identifier", - "start": 132554, - "end": 132559, + "start": 134944, + "end": 134949, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 40 }, "end": { - "line": 2947, + "line": 2989, "column": 45 }, "identifierName": "scale" @@ -497611,58 +497883,58 @@ }, { "type": "SwitchCase", - "start": 132583, - "end": 133369, + "start": 134973, + "end": 135759, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 20 }, "end": { - "line": 2959, + "line": 3001, "column": 29 } }, "consequent": [ { "type": "IfStatement", - "start": 132640, - "end": 132802, + "start": 135030, + "end": 135192, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 24 }, "end": { - "line": 2952, + "line": 2994, "column": 25 } }, "test": { "type": "BinaryExpression", - "start": 132645, - "end": 132664, + "start": 135035, + "end": 135054, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 29 }, "end": { - "line": 2949, + "line": 2991, "column": 48 } }, "left": { "type": "StringLiteral", - "start": 132645, - "end": 132654, + "start": 135035, + "end": 135044, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 29 }, "end": { - "line": 2949, + "line": 2991, "column": 38 } }, @@ -497675,15 +497947,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 132659, - "end": 132664, + "start": 135049, + "end": 135054, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 43 }, "end": { - "line": 2949, + "line": 2991, "column": 48 }, "identifierName": "scale" @@ -497693,59 +497965,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 132667, - "end": 132802, + "start": 135057, + "end": 135192, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 51 }, "end": { - "line": 2952, + "line": 2994, "column": 25 } }, "body": [ { "type": "VariableDeclaration", - "start": 132697, - "end": 132728, + "start": 135087, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 28 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 132701, - "end": 132728, + "start": 135091, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 32 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "id": { "type": "Identifier", - "start": 132701, - "end": 132705, + "start": 135091, + "end": 135095, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 32 }, "end": { - "line": 2950, + "line": 2992, "column": 36 }, "identifierName": "_tmp" @@ -497754,43 +498026,43 @@ }, "init": { "type": "CallExpression", - "start": 132708, - "end": 132728, + "start": 135098, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 132708, - "end": 132723, + "start": 135098, + "end": 135113, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 54 } }, "object": { "type": "Identifier", - "start": 132708, - "end": 132717, + "start": 135098, + "end": 135107, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 48 }, "identifierName": "date_seed" @@ -497799,15 +498071,15 @@ }, "property": { "type": "Identifier", - "start": 132718, - "end": 132723, + "start": 135108, + "end": 135113, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 49 }, "end": { - "line": 2950, + "line": 2992, "column": 54 }, "identifierName": "split" @@ -497819,15 +498091,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 132724, - "end": 132727, + "start": 135114, + "end": 135117, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 55 }, "end": { - "line": 2950, + "line": 2992, "column": 58 } }, @@ -497845,44 +498117,44 @@ }, { "type": "ExpressionStatement", - "start": 132757, - "end": 132776, + "start": 135147, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 132757, - "end": 132776, + "start": 135147, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132757, - "end": 132766, + "start": 135147, + "end": 135156, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 37 }, "identifierName": "date_seed" @@ -497891,29 +498163,29 @@ }, "right": { "type": "MemberExpression", - "start": 132769, - "end": 132776, + "start": 135159, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 40 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } }, "object": { "type": "Identifier", - "start": 132769, - "end": 132773, + "start": 135159, + "end": 135163, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 40 }, "end": { - "line": 2951, + "line": 2993, "column": 44 }, "identifierName": "_tmp" @@ -497922,15 +498194,15 @@ }, "property": { "type": "NumericLiteral", - "start": 132774, - "end": 132775, + "start": 135164, + "end": 135165, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 45 }, "end": { - "line": 2951, + "line": 2993, "column": 46 } }, @@ -497951,59 +498223,59 @@ }, { "type": "ExpressionStatement", - "start": 132827, - "end": 132885, + "start": 135217, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "expression": { "type": "AssignmentExpression", - "start": 132827, - "end": 132885, + "start": 135217, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 132827, - "end": 132862, + "start": 135217, + "end": 135252, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 59 } }, "elements": [ { "type": "Identifier", - "start": 132829, - "end": 132838, + "start": 135219, + "end": 135228, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 26 }, "end": { - "line": 2953, + "line": 2995, "column": 35 }, "identifierName": "base_year" @@ -498012,15 +498284,15 @@ }, { "type": "Identifier", - "start": 132840, - "end": 132850, + "start": 135230, + "end": 135240, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 37 }, "end": { - "line": 2953, + "line": 2995, "column": 47 }, "identifierName": "base_month" @@ -498029,15 +498301,15 @@ }, { "type": "Identifier", - "start": 132852, - "end": 132860, + "start": 135242, + "end": 135250, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 49 }, "end": { - "line": 2953, + "line": 2995, "column": 57 }, "identifierName": "base_day" @@ -498048,43 +498320,43 @@ }, "right": { "type": "CallExpression", - "start": 132865, - "end": 132885, + "start": 135255, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } }, "callee": { "type": "MemberExpression", - "start": 132865, - "end": 132880, + "start": 135255, + "end": 135270, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 77 } }, "object": { "type": "Identifier", - "start": 132865, - "end": 132874, + "start": 135255, + "end": 135264, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 71 }, "identifierName": "date_seed" @@ -498093,15 +498365,15 @@ }, "property": { "type": "Identifier", - "start": 132875, - "end": 132880, + "start": 135265, + "end": 135270, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 72 }, "end": { - "line": 2953, + "line": 2995, "column": 77 }, "identifierName": "split" @@ -498113,15 +498385,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 132881, - "end": 132884, + "start": 135271, + "end": 135274, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 78 }, "end": { - "line": 2953, + "line": 2995, "column": 81 } }, @@ -498137,44 +498409,44 @@ }, { "type": "ExpressionStatement", - "start": 132910, - "end": 132956, + "start": 135300, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 132910, - "end": 132956, + "start": 135300, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132910, - "end": 132922, + "start": 135300, + "end": 135312, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 36 }, "identifierName": "is_remapping" @@ -498183,43 +498455,43 @@ }, "right": { "type": "BinaryExpression", - "start": 132925, - "end": 132956, + "start": 135315, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, "left": { "type": "CallExpression", - "start": 132925, - "end": 132950, + "start": 135315, + "end": 135340, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 64 } }, "callee": { "type": "Identifier", - "start": 132925, - "end": 132933, + "start": 135315, + "end": 135323, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 47 }, "identifierName": "parseInt" @@ -498229,15 +498501,15 @@ "arguments": [ { "type": "Identifier", - "start": 132935, - "end": 132944, + "start": 135325, + "end": 135334, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 49 }, "end": { - "line": 2954, + "line": 2996, "column": 58 }, "identifierName": "base_year" @@ -498246,15 +498518,15 @@ }, { "type": "NumericLiteral", - "start": 132946, - "end": 132948, + "start": 135336, + "end": 135338, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 60 }, "end": { - "line": 2954, + "line": 2996, "column": 62 } }, @@ -498269,15 +498541,15 @@ "operator": "<", "right": { "type": "NumericLiteral", - "start": 132953, - "end": 132956, + "start": 135343, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 67 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } }, @@ -498292,44 +498564,44 @@ }, { "type": "ExpressionStatement", - "start": 132981, - "end": 133055, + "start": 135371, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "expression": { "type": "AssignmentExpression", - "start": 132981, - "end": 133055, + "start": 135371, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "operator": "=", "left": { "type": "Identifier", - "start": 132981, - "end": 132989, + "start": 135371, + "end": 135379, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 32 }, "identifierName": "_tmpDate" @@ -498338,29 +498610,29 @@ }, "right": { "type": "NewExpression", - "start": 132992, - "end": 133055, + "start": 135382, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 35 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } }, "callee": { "type": "Identifier", - "start": 132996, - "end": 133000, + "start": 135386, + "end": 135390, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 39 }, "end": { - "line": 2955, + "line": 2997, "column": 43 }, "identifierName": "Date" @@ -498370,15 +498642,15 @@ "arguments": [ { "type": "Identifier", - "start": 133002, - "end": 133011, + "start": 135392, + "end": 135401, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 45 }, "end": { - "line": 2955, + "line": 2997, "column": 54 }, "identifierName": "base_year" @@ -498387,43 +498659,43 @@ }, { "type": "BinaryExpression", - "start": 133013, - "end": 133043, + "start": 135403, + "end": 135433, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 86 } }, "left": { "type": "CallExpression", - "start": 133013, - "end": 133039, + "start": 135403, + "end": 135429, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 82 } }, "callee": { "type": "Identifier", - "start": 133013, - "end": 133021, + "start": 135403, + "end": 135411, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 64 }, "identifierName": "parseInt" @@ -498433,15 +498705,15 @@ "arguments": [ { "type": "Identifier", - "start": 133023, - "end": 133033, + "start": 135413, + "end": 135423, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 66 }, "end": { - "line": 2955, + "line": 2997, "column": 76 }, "identifierName": "base_month" @@ -498450,15 +498722,15 @@ }, { "type": "NumericLiteral", - "start": 133035, - "end": 133037, + "start": 135425, + "end": 135427, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 78 }, "end": { - "line": 2955, + "line": 2997, "column": 80 } }, @@ -498473,15 +498745,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 133042, - "end": 133043, + "start": 135432, + "end": 135433, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 85 }, "end": { - "line": 2955, + "line": 2997, "column": 86 } }, @@ -498494,15 +498766,15 @@ }, { "type": "Identifier", - "start": 133045, - "end": 133053, + "start": 135435, + "end": 135443, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 88 }, "end": { - "line": 2955, + "line": 2997, "column": 96 }, "identifierName": "base_day" @@ -498515,44 +498787,44 @@ }, { "type": "ExpressionStatement", - "start": 133080, - "end": 133112, + "start": 135470, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 133080, - "end": 133112, + "start": 135470, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133080, - "end": 133090, + "start": 135470, + "end": 135480, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 34 }, "identifierName": "begin_date" @@ -498561,43 +498833,43 @@ }, "right": { "type": "CallExpression", - "start": 133093, - "end": 133112, + "start": 135483, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 133093, - "end": 133110, + "start": 135483, + "end": 135500, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 54 } }, "object": { "type": "Identifier", - "start": 133093, - "end": 133101, + "start": 135483, + "end": 135491, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 45 }, "identifierName": "_tmpDate" @@ -498606,15 +498878,15 @@ }, "property": { "type": "Identifier", - "start": 133102, - "end": 133110, + "start": 135492, + "end": 135500, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 46 }, "end": { - "line": 2956, + "line": 2998, "column": 54 }, "identifierName": "toString" @@ -498629,44 +498901,44 @@ }, { "type": "ExpressionStatement", - "start": 133137, - "end": 133221, + "start": 135527, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "expression": { "type": "AssignmentExpression", - "start": 133137, - "end": 133221, + "start": 135527, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133137, - "end": 133145, + "start": 135527, + "end": 135535, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 32 }, "identifierName": "end_date" @@ -498675,57 +498947,57 @@ }, "right": { "type": "CallExpression", - "start": 133150, - "end": 133221, + "start": 135540, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 133150, - "end": 133219, + "start": 135540, + "end": 135609, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 106 } }, "object": { "type": "NewExpression", - "start": 133150, - "end": 133210, + "start": 135540, + "end": 135600, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 97 } }, "callee": { "type": "Identifier", - "start": 133154, - "end": 133158, + "start": 135544, + "end": 135548, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 41 }, "end": { - "line": 2957, + "line": 2999, "column": 45 }, "identifierName": "Date" @@ -498735,71 +499007,71 @@ "arguments": [ { "type": "BinaryExpression", - "start": 133160, - "end": 133208, + "start": 135550, + "end": 135598, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 95 } }, "left": { "type": "BinaryExpression", - "start": 133160, - "end": 133204, + "start": 135550, + "end": 135594, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 91 } }, "left": { "type": "CallExpression", - "start": 133160, - "end": 133178, + "start": 135550, + "end": 135568, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 133160, - "end": 133176, + "start": 135550, + "end": 135566, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 63 } }, "object": { "type": "Identifier", - "start": 133160, - "end": 133168, + "start": 135550, + "end": 135558, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 55 }, "identifierName": "_tmpDate" @@ -498808,15 +499080,15 @@ }, "property": { "type": "Identifier", - "start": 133169, - "end": 133176, + "start": 135559, + "end": 135566, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 56 }, "end": { - "line": 2957, + "line": 2999, "column": 63 }, "identifierName": "getTime" @@ -498830,57 +499102,57 @@ "operator": "+", "right": { "type": "BinaryExpression", - "start": 133183, - "end": 133202, + "start": 135573, + "end": 135592, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 133183, - "end": 133195, + "start": 135573, + "end": 135585, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 82 } }, "left": { "type": "BinaryExpression", - "start": 133183, - "end": 133190, + "start": 135573, + "end": 135580, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 77 } }, "left": { "type": "NumericLiteral", - "start": 133183, - "end": 133185, + "start": 135573, + "end": 135575, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 72 } }, @@ -498893,15 +499165,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133188, - "end": 133190, + "start": 135578, + "end": 135580, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 75 }, "end": { - "line": 2957, + "line": 2999, "column": 77 } }, @@ -498915,15 +499187,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133193, - "end": 133195, + "start": 135583, + "end": 135585, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 80 }, "end": { - "line": 2957, + "line": 2999, "column": 82 } }, @@ -498937,15 +499209,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 133198, - "end": 133202, + "start": 135588, + "end": 135592, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 85 }, "end": { - "line": 2957, + "line": 2999, "column": 89 } }, @@ -498957,22 +499229,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 133181 + "parenStart": 135571 } } }, "operator": "-", "right": { "type": "NumericLiteral", - "start": 133207, - "end": 133208, + "start": 135597, + "end": 135598, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 94 }, "end": { - "line": 2957, + "line": 2999, "column": 95 } }, @@ -498987,15 +499259,15 @@ }, "property": { "type": "Identifier", - "start": 133211, - "end": 133219, + "start": 135601, + "end": 135609, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 98 }, "end": { - "line": 2957, + "line": 2999, "column": 106 }, "identifierName": "toString" @@ -499013,15 +499285,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -499030,15 +499302,15 @@ }, { "type": "BreakStatement", - "start": 133364, - "end": 133369, + "start": 135754, + "end": 135759, "loc": { "start": { - "line": 2959, + "line": 3001, "column": 24 }, "end": { - "line": 2959, + "line": 3001, "column": 29 } }, @@ -499047,15 +499319,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -499065,43 +499337,43 @@ ], "test": { "type": "CallExpression", - "start": 132588, - "end": 132614, + "start": 134978, + "end": 135004, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 132588, - "end": 132605, + "start": 134978, + "end": 134995, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 132588, - "end": 132600, + "start": 134978, + "end": 134990, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 37 } }, @@ -499113,15 +499385,15 @@ }, "property": { "type": "Identifier", - "start": 132601, - "end": 132605, + "start": 134991, + "end": 134995, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 38 }, "end": { - "line": 2948, + "line": 2990, "column": 42 }, "identifierName": "test" @@ -499133,15 +499405,15 @@ "arguments": [ { "type": "Identifier", - "start": 132607, - "end": 132612, + "start": 134997, + "end": 135002, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 44 }, "end": { - "line": 2948, + "line": 2990, "column": 49 }, "identifierName": "scale" @@ -499153,58 +499425,58 @@ }, { "type": "SwitchCase", - "start": 133390, - "end": 133419, + "start": 135780, + "end": 135809, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 20 }, "end": { - "line": 2960, + "line": 3002, "column": 49 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 133395, - "end": 133418, + "start": 135785, + "end": 135808, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 133395, - "end": 133409, + "start": 135785, + "end": 135799, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 39 } }, "object": { "type": "RegExpLiteral", - "start": 133395, - "end": 133404, + "start": 135785, + "end": 135794, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 34 } }, @@ -499216,15 +499488,15 @@ }, "property": { "type": "Identifier", - "start": 133405, - "end": 133409, + "start": 135795, + "end": 135799, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 35 }, "end": { - "line": 2960, + "line": 3002, "column": 39 }, "identifierName": "test" @@ -499236,15 +499508,15 @@ "arguments": [ { "type": "Identifier", - "start": 133411, - "end": 133416, + "start": 135801, + "end": 135806, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 41 }, "end": { - "line": 2960, + "line": 3002, "column": 46 }, "identifierName": "scale" @@ -499256,59 +499528,59 @@ }, { "type": "SwitchCase", - "start": 133440, - "end": 133611, + "start": 135830, + "end": 136001, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 20 }, "end": { - "line": 2964, + "line": 3006, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 133496, - "end": 133526, + "start": 135886, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 133496, - "end": 133526, + "start": 135886, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133496, - "end": 133506, + "start": 135886, + "end": 135896, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 34 }, "identifierName": "begin_date" @@ -499317,30 +499589,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 133509, - "end": 133526, + "start": 135899, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 37 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } }, "expressions": [ { "type": "Identifier", - "start": 133512, - "end": 133521, + "start": 135902, + "end": 135911, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 40 }, "end": { - "line": 2962, + "line": 3004, "column": 49 }, "identifierName": "date_seed" @@ -499351,15 +499623,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 133510, - "end": 133510, + "start": 135900, + "end": 135900, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 38 }, "end": { - "line": 2962, + "line": 3004, "column": 38 } }, @@ -499371,15 +499643,15 @@ }, { "type": "TemplateElement", - "start": 133522, - "end": 133525, + "start": 135912, + "end": 135915, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 50 }, "end": { - "line": 2962, + "line": 3004, "column": 53 } }, @@ -499395,44 +499667,44 @@ }, { "type": "ExpressionStatement", - "start": 133551, - "end": 133581, + "start": 135941, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 133551, - "end": 133581, + "start": 135941, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133551, - "end": 133559, + "start": 135941, + "end": 135949, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 32 }, "identifierName": "end_date" @@ -499441,30 +499713,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 133564, - "end": 133581, + "start": 135954, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 37 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } }, "expressions": [ { "type": "Identifier", - "start": 133567, - "end": 133576, + "start": 135957, + "end": 135966, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 40 }, "end": { - "line": 2963, + "line": 3005, "column": 49 }, "identifierName": "date_seed" @@ -499475,15 +499747,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 133565, - "end": 133565, + "start": 135955, + "end": 135955, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 38 }, "end": { - "line": 2963, + "line": 3005, "column": 38 } }, @@ -499495,15 +499767,15 @@ }, { "type": "TemplateElement", - "start": 133577, - "end": 133580, + "start": 135967, + "end": 135970, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 50 }, "end": { - "line": 2963, + "line": 3005, "column": 53 } }, @@ -499519,15 +499791,15 @@ }, { "type": "BreakStatement", - "start": 133606, - "end": 133611, + "start": 135996, + "end": 136001, "loc": { "start": { - "line": 2964, + "line": 3006, "column": 24 }, "end": { - "line": 2964, + "line": 3006, "column": 29 } }, @@ -499536,43 +499808,43 @@ ], "test": { "type": "CallExpression", - "start": 133445, - "end": 133470, + "start": 135835, + "end": 135860, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 133445, - "end": 133461, + "start": 135835, + "end": 135851, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 41 } }, "object": { "type": "RegExpLiteral", - "start": 133445, - "end": 133456, + "start": 135835, + "end": 135846, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 36 } }, @@ -499584,15 +499856,15 @@ }, "property": { "type": "Identifier", - "start": 133457, - "end": 133461, + "start": 135847, + "end": 135851, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 37 }, "end": { - "line": 2961, + "line": 3003, "column": 41 }, "identifierName": "test" @@ -499604,15 +499876,15 @@ "arguments": [ { "type": "Identifier", - "start": 133463, - "end": 133468, + "start": 135853, + "end": 135858, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 43 }, "end": { - "line": 2961, + "line": 3003, "column": 48 }, "identifierName": "scale" @@ -499624,59 +499896,59 @@ }, { "type": "SwitchCase", - "start": 133632, - "end": 133754, + "start": 136022, + "end": 136144, "loc": { "start": { - "line": 2965, + "line": 3007, "column": 20 }, "end": { - "line": 2968, + "line": 3010, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 133665, - "end": 133682, + "start": 136055, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 133665, - "end": 133682, + "start": 136055, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133665, - "end": 133675, + "start": 136055, + "end": 136065, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 34 }, "identifierName": "begin_date" @@ -499685,15 +499957,15 @@ }, "right": { "type": "NullLiteral", - "start": 133678, - "end": 133682, + "start": 136068, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 37 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } } @@ -499702,44 +499974,44 @@ }, { "type": "ExpressionStatement", - "start": 133707, - "end": 133724, + "start": 136097, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 133707, - "end": 133724, + "start": 136097, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133707, - "end": 133715, + "start": 136097, + "end": 136105, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 32 }, "identifierName": "end_date" @@ -499748,15 +500020,15 @@ }, "right": { "type": "NullLiteral", - "start": 133720, - "end": 133724, + "start": 136110, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 37 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } } @@ -499765,15 +500037,15 @@ }, { "type": "BreakStatement", - "start": 133749, - "end": 133754, + "start": 136139, + "end": 136144, "loc": { "start": { - "line": 2968, + "line": 3010, "column": 24 }, "end": { - "line": 2968, + "line": 3010, "column": 29 } }, @@ -499786,44 +500058,44 @@ }, { "type": "ExpressionStatement", - "start": 133806, - "end": 133878, + "start": 136196, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "expression": { "type": "AssignmentExpression", - "start": 133806, - "end": 133878, + "start": 136196, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "operator": "=", "left": { "type": "Identifier", - "start": 133806, - "end": 133811, + "start": 136196, + "end": 136201, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 21 }, "identifierName": "scale" @@ -499832,57 +500104,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 133814, - "end": 133878, + "start": 136204, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } }, "test": { "type": "CallExpression", - "start": 133814, - "end": 133846, + "start": 136204, + "end": 136236, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 133814, - "end": 133837, + "start": 136204, + "end": 136227, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 47 } }, "object": { "type": "Identifier", - "start": 133814, - "end": 133822, + "start": 136204, + "end": 136212, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 32 }, "identifierName": "scaleMap" @@ -499891,15 +500163,15 @@ }, "property": { "type": "Identifier", - "start": 133823, - "end": 133837, + "start": 136213, + "end": 136227, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 33 }, "end": { - "line": 2971, + "line": 3013, "column": 47 }, "identifierName": "hasOwnProperty" @@ -499911,15 +500183,15 @@ "arguments": [ { "type": "Identifier", - "start": 133839, - "end": 133844, + "start": 136229, + "end": 136234, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 49 }, "end": { - "line": 2971, + "line": 3013, "column": 54 }, "identifierName": "scale" @@ -499930,43 +500202,43 @@ }, "consequent": { "type": "MemberExpression", - "start": 133849, - "end": 133870, + "start": 136239, + "end": 136260, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 80 } }, "object": { "type": "MemberExpression", - "start": 133849, - "end": 133864, + "start": 136239, + "end": 136254, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 74 } }, "object": { "type": "Identifier", - "start": 133849, - "end": 133857, + "start": 136239, + "end": 136247, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 67 }, "identifierName": "scaleMap" @@ -499975,15 +500247,15 @@ }, "property": { "type": "Identifier", - "start": 133858, - "end": 133863, + "start": 136248, + "end": 136253, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 68 }, "end": { - "line": 2971, + "line": 3013, "column": 73 }, "identifierName": "scale" @@ -499994,15 +500266,15 @@ }, "property": { "type": "Identifier", - "start": 133865, - "end": 133870, + "start": 136255, + "end": 136260, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 75 }, "end": { - "line": 2971, + "line": 3013, "column": 80 }, "identifierName": "lower" @@ -500013,15 +500285,15 @@ }, "alternate": { "type": "Identifier", - "start": 133873, - "end": 133878, + "start": 136263, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 83 }, "end": { - "line": 2971, + "line": 3013, "column": 88 }, "identifierName": "scale" @@ -500033,44 +500305,44 @@ }, { "type": "ReturnStatement", - "start": 133895, - "end": 133944, + "start": 136285, + "end": 136334, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 16 }, "end": { - "line": 2972, + "line": 3014, "column": 65 } }, "argument": { "type": "ArrayExpression", - "start": 133902, - "end": 133944, + "start": 136292, + "end": 136334, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 23 }, "end": { - "line": 2972, + "line": 3014, "column": 65 } }, "elements": [ { "type": "Identifier", - "start": 133904, - "end": 133909, + "start": 136294, + "end": 136299, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 25 }, "end": { - "line": 2972, + "line": 3014, "column": 30 }, "identifierName": "scale" @@ -500079,15 +500351,15 @@ }, { "type": "Identifier", - "start": 133911, - "end": 133921, + "start": 136301, + "end": 136311, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 32 }, "end": { - "line": 2972, + "line": 3014, "column": 42 }, "identifierName": "begin_date" @@ -500096,15 +500368,15 @@ }, { "type": "Identifier", - "start": 133923, - "end": 133931, + "start": 136313, + "end": 136321, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 44 }, "end": { - "line": 2972, + "line": 3014, "column": 52 }, "identifierName": "end_date" @@ -500113,15 +500385,15 @@ }, { "type": "Identifier", - "start": 133933, - "end": 133942, + "start": 136323, + "end": 136332, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 54 }, "end": { - "line": 2972, + "line": 3014, "column": 63 }, "identifierName": "min_grids" @@ -500138,44 +500410,44 @@ }, { "type": "VariableDeclarator", - "start": 133972, - "end": 134046, + "start": 136362, + "end": 136436, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 12 }, "end": { - "line": 2974, + "line": 3016, "column": 86 } }, "id": { "type": "ArrayPattern", - "start": 133972, - "end": 134017, + "start": 136362, + "end": 136407, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 12 }, "end": { - "line": 2974, + "line": 3016, "column": 57 } }, "elements": [ { "type": "Identifier", - "start": 133974, - "end": 133982, + "start": 136364, + "end": 136372, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 14 }, "end": { - "line": 2974, + "line": 3016, "column": 22 }, "identifierName": "to_scale" @@ -500184,15 +500456,15 @@ }, { "type": "Identifier", - "start": 133984, - "end": 133994, + "start": 136374, + "end": 136384, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 24 }, "end": { - "line": 2974, + "line": 3016, "column": 34 }, "identifierName": "begin_date" @@ -500201,15 +500473,15 @@ }, { "type": "Identifier", - "start": 133996, - "end": 134004, + "start": 136386, + "end": 136394, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 36 }, "end": { - "line": 2974, + "line": 3016, "column": 44 }, "identifierName": "end_date" @@ -500218,15 +500490,15 @@ }, { "type": "Identifier", - "start": 134006, - "end": 134015, + "start": 136396, + "end": 136405, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 46 }, "end": { - "line": 2974, + "line": 3016, "column": 55 }, "identifierName": "min_grids" @@ -500237,29 +500509,29 @@ }, "init": { "type": "CallExpression", - "start": 134020, - "end": 134046, + "start": 136410, + "end": 136436, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 60 }, "end": { - "line": 2974, + "line": 3016, "column": 86 } }, "callee": { "type": "Identifier", - "start": 134020, - "end": 134032, + "start": 136410, + "end": 136422, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 60 }, "end": { - "line": 2974, + "line": 3016, "column": 72 }, "identifierName": "getZoomScale" @@ -500269,15 +500541,15 @@ "arguments": [ { "type": "Identifier", - "start": 134034, - "end": 134044, + "start": 136424, + "end": 136434, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 74 }, "end": { - "line": 2974, + "line": 3016, "column": 84 }, "identifierName": "ruler_item" @@ -500289,29 +500561,29 @@ }, { "type": "VariableDeclarator", - "start": 134060, - "end": 134218, + "start": 136450, + "end": 136608, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 12 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "id": { "type": "Identifier", - "start": 134060, - "end": 134072, + "start": 136450, + "end": 136462, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 12 }, "end": { - "line": 2975, + "line": 3017, "column": 24 }, "identifierName": "zoom_options" @@ -500320,30 +500592,30 @@ }, "init": { "type": "ObjectExpression", - "start": 134075, - "end": 134218, + "start": 136465, + "end": 136608, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 27 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 134093, - "end": 134119, + "start": 136483, + "end": 136509, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 16 }, "end": { - "line": 2976, + "line": 3018, "column": 42 } }, @@ -500352,15 +500624,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134093, - "end": 134106, + "start": 136483, + "end": 136496, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 16 }, "end": { - "line": 2976, + "line": 3018, "column": 29 }, "identifierName": "startDatetime" @@ -500369,15 +500641,15 @@ }, "value": { "type": "Identifier", - "start": 134109, - "end": 134119, + "start": 136499, + "end": 136509, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 32 }, "end": { - "line": 2976, + "line": 3018, "column": 42 }, "identifierName": "begin_date" @@ -500387,15 +500659,15 @@ }, { "type": "ObjectProperty", - "start": 134137, - "end": 134161, + "start": 136527, + "end": 136551, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 16 }, "end": { - "line": 2977, + "line": 3019, "column": 40 } }, @@ -500404,15 +500676,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134137, - "end": 134148, + "start": 136527, + "end": 136538, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 16 }, "end": { - "line": 2977, + "line": 3019, "column": 27 }, "identifierName": "endDatetime" @@ -500421,15 +500693,15 @@ }, "value": { "type": "Identifier", - "start": 134153, - "end": 134161, + "start": 136543, + "end": 136551, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 32 }, "end": { - "line": 2977, + "line": 3019, "column": 40 }, "identifierName": "end_date" @@ -500439,15 +500711,15 @@ }, { "type": "ObjectProperty", - "start": 134179, - "end": 134203, + "start": 136569, + "end": 136593, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 16 }, "end": { - "line": 2978, + "line": 3020, "column": 40 } }, @@ -500456,15 +500728,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 134179, - "end": 134184, + "start": 136569, + "end": 136574, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 16 }, "end": { - "line": 2978, + "line": 3020, "column": 21 }, "identifierName": "scale" @@ -500473,15 +500745,15 @@ }, "value": { "type": "Identifier", - "start": 134195, - "end": 134203, + "start": 136585, + "end": 136593, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 32 }, "end": { - "line": 2978, + "line": 3020, "column": 40 }, "identifierName": "to_scale" @@ -500497,72 +500769,72 @@ }, { "type": "IfStatement", - "start": 134236, - "end": 134309, + "start": 136626, + "end": 136699, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 8 }, "end": { - "line": 2983, + "line": 3025, "column": 9 } }, "test": { "type": "CallExpression", - "start": 134241, - "end": 134276, + "start": 136631, + "end": 136666, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 134241, - "end": 134254, + "start": 136631, + "end": 136644, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 134241, - "end": 134245, + "start": 136631, + "end": 136635, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 17 } } }, "property": { "type": "Identifier", - "start": 134246, - "end": 134254, + "start": 136636, + "end": 136644, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 18 }, "end": { - "line": 2981, + "line": 3023, "column": 26 }, "identifierName": "is_empty" @@ -500574,29 +500846,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134256, - "end": 134274, + "start": 136646, + "end": 136664, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 28 }, "end": { - "line": 2981, + "line": 3023, "column": 46 } }, "object": { "type": "Identifier", - "start": 134256, - "end": 134268, + "start": 136646, + "end": 136658, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 28 }, "end": { - "line": 2981, + "line": 3023, "column": 40 }, "identifierName": "zoom_options" @@ -500605,15 +500877,15 @@ }, "property": { "type": "Identifier", - "start": 134269, - "end": 134274, + "start": 136659, + "end": 136664, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 41 }, "end": { - "line": 2981, + "line": 3023, "column": 46 }, "identifierName": "scale" @@ -500626,30 +500898,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 134279, - "end": 134309, + "start": 136669, + "end": 136699, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 51 }, "end": { - "line": 2983, + "line": 3025, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 134293, - "end": 134299, + "start": 136683, + "end": 136689, "loc": { "start": { - "line": 2982, + "line": 3024, "column": 12 }, "end": { - "line": 2982, + "line": 3024, "column": 18 } }, @@ -500662,72 +500934,72 @@ }, { "type": "IfStatement", - "start": 134318, - "end": 134939, + "start": 136708, + "end": 137329, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 8 }, "end": { - "line": 2994, + "line": 3036, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 134323, - "end": 134345, + "start": 136713, + "end": 136735, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 134323, - "end": 134335, + "start": 136713, + "end": 136725, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 134323, - "end": 134327, + "start": 136713, + "end": 136717, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 17 } } }, "property": { "type": "Identifier", - "start": 134328, - "end": 134335, + "start": 136718, + "end": 136725, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 18 }, "end": { - "line": 2984, + "line": 3026, "column": 25 }, "identifierName": "_config" @@ -500738,15 +501010,15 @@ }, "property": { "type": "Identifier", - "start": 134336, - "end": 134345, + "start": 136726, + "end": 136735, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 26 }, "end": { - "line": 2984, + "line": 3026, "column": 35 }, "identifierName": "wrapScale" @@ -500757,59 +501029,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 134348, - "end": 134939, + "start": 136738, + "end": 137329, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 38 }, "end": { - "line": 2994, + "line": 3036, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 134362, - "end": 134556, + "start": 136752, + "end": 136946, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 12 }, "end": { - "line": 2986, + "line": 3028, "column": 34 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 134366, - "end": 134520, + "start": 136756, + "end": 136910, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 16 }, "end": { - "line": 2985, + "line": 3027, "column": 170 } }, "id": { "type": "Identifier", - "start": 134366, - "end": 134371, + "start": 136756, + "end": 136761, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 16 }, "end": { - "line": 2985, + "line": 3027, "column": 21 }, "identifierName": "_wrap" @@ -500818,43 +501090,43 @@ }, "init": { "type": "CallExpression", - "start": 134374, - "end": 134520, + "start": 136764, + "end": 136910, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 170 } }, "callee": { "type": "MemberExpression", - "start": 134374, - "end": 134383, + "start": 136764, + "end": 136773, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 33 } }, "object": { "type": "Identifier", - "start": 134374, - "end": 134378, + "start": 136764, + "end": 136768, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 28 }, "identifierName": "Math" @@ -500863,15 +501135,15 @@ }, "property": { "type": "Identifier", - "start": 134379, - "end": 134383, + "start": 136769, + "end": 136773, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 29 }, "end": { - "line": 2985, + "line": 3027, "column": 33 }, "identifierName": "ceil" @@ -500883,113 +501155,113 @@ "arguments": [ { "type": "BinaryExpression", - "start": 134385, - "end": 134518, + "start": 136775, + "end": 136908, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 35 }, "end": { - "line": 2985, + "line": 3027, "column": 168 } }, "left": { "type": "BinaryExpression", - "start": 134387, - "end": 134504, + "start": 136777, + "end": 136894, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 154 } }, "left": { "type": "CallExpression", - "start": 134387, - "end": 134445, + "start": 136777, + "end": 136835, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 95 } }, "callee": { "type": "MemberExpression", - "start": 134387, - "end": 134443, + "start": 136777, + "end": 136833, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 93 } }, "object": { "type": "CallExpression", - "start": 134387, - "end": 134437, + "start": 136777, + "end": 136827, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 87 } }, "callee": { "type": "MemberExpression", - "start": 134387, - "end": 134408, + "start": 136777, + "end": 136798, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 58 } }, "object": { "type": "CallExpression", - "start": 134387, - "end": 134403, + "start": 136777, + "end": 136793, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 53 } }, "callee": { "type": "Identifier", - "start": 134387, - "end": 134388, + "start": 136777, + "end": 136778, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 38 }, "identifierName": "$" @@ -500999,44 +501271,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 134389, - "end": 134402, + "start": 136779, + "end": 136792, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 39 }, "end": { - "line": 2985, + "line": 3027, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 134389, - "end": 134393, + "start": 136779, + "end": 136783, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 39 }, "end": { - "line": 2985, + "line": 3027, "column": 43 } } }, "property": { "type": "Identifier", - "start": 134394, - "end": 134402, + "start": 136784, + "end": 136792, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 44 }, "end": { - "line": 2985, + "line": 3027, "column": 52 }, "identifierName": "_element" @@ -501049,15 +501321,15 @@ }, "property": { "type": "Identifier", - "start": 134404, - "end": 134408, + "start": 136794, + "end": 136798, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 54 }, "end": { - "line": 2985, + "line": 3027, "column": 58 }, "identifierName": "find" @@ -501069,29 +501341,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134409, - "end": 134436, + "start": 136799, + "end": 136826, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 59 }, "end": { - "line": 2985, + "line": 3027, "column": 86 } }, "object": { "type": "Identifier", - "start": 134409, - "end": 134417, + "start": 136799, + "end": 136807, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 59 }, "end": { - "line": 2985, + "line": 3027, "column": 67 }, "identifierName": "Selector" @@ -501100,15 +501372,15 @@ }, "property": { "type": "Identifier", - "start": 134418, - "end": 134436, + "start": 136808, + "end": 136826, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 68 }, "end": { - "line": 2985, + "line": 3027, "column": 86 }, "identifierName": "TIMELINE_CONTAINER" @@ -501121,15 +501393,15 @@ }, "property": { "type": "Identifier", - "start": 134438, - "end": 134443, + "start": 136828, + "end": 136833, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 88 }, "end": { - "line": 2985, + "line": 3027, "column": 93 }, "identifierName": "width" @@ -501143,85 +501415,85 @@ "operator": "-", "right": { "type": "CallExpression", - "start": 134448, - "end": 134504, + "start": 136838, + "end": 136894, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 154 } }, "callee": { "type": "MemberExpression", - "start": 134448, - "end": 134502, + "start": 136838, + "end": 136892, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 152 } }, "object": { "type": "CallExpression", - "start": 134448, - "end": 134496, + "start": 136838, + "end": 136886, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 146 } }, "callee": { "type": "MemberExpression", - "start": 134448, - "end": 134469, + "start": 136838, + "end": 136859, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 119 } }, "object": { "type": "CallExpression", - "start": 134448, - "end": 134464, + "start": 136838, + "end": 136854, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 114 } }, "callee": { "type": "Identifier", - "start": 134448, - "end": 134449, + "start": 136838, + "end": 136839, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 99 }, "identifierName": "$" @@ -501231,44 +501503,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 134450, - "end": 134463, + "start": 136840, + "end": 136853, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 100 }, "end": { - "line": 2985, + "line": 3027, "column": 113 } }, "object": { "type": "ThisExpression", - "start": 134450, - "end": 134454, + "start": 136840, + "end": 136844, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 100 }, "end": { - "line": 2985, + "line": 3027, "column": 104 } } }, "property": { "type": "Identifier", - "start": 134455, - "end": 134463, + "start": 136845, + "end": 136853, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 105 }, "end": { - "line": 2985, + "line": 3027, "column": 113 }, "identifierName": "_element" @@ -501281,15 +501553,15 @@ }, "property": { "type": "Identifier", - "start": 134465, - "end": 134469, + "start": 136855, + "end": 136859, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 115 }, "end": { - "line": 2985, + "line": 3027, "column": 119 }, "identifierName": "find" @@ -501301,29 +501573,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 134470, - "end": 134495, + "start": 136860, + "end": 136885, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 120 }, "end": { - "line": 2985, + "line": 3027, "column": 145 } }, "object": { "type": "Identifier", - "start": 134470, - "end": 134478, + "start": 136860, + "end": 136868, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 120 }, "end": { - "line": 2985, + "line": 3027, "column": 128 }, "identifierName": "Selector" @@ -501332,15 +501604,15 @@ }, "property": { "type": "Identifier", - "start": 134479, - "end": 134495, + "start": 136869, + "end": 136885, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 129 }, "end": { - "line": 2985, + "line": 3027, "column": 145 }, "identifierName": "TIMELINE_SIDEBAR" @@ -501353,15 +501625,15 @@ }, "property": { "type": "Identifier", - "start": 134497, - "end": 134502, + "start": 136887, + "end": 136892, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 147 }, "end": { - "line": 2985, + "line": 3027, "column": 152 }, "identifierName": "width" @@ -501374,21 +501646,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 134385 + "parenStart": 136775 } }, "operator": "/", "right": { "type": "Identifier", - "start": 134509, - "end": 134518, + "start": 136899, + "end": 136908, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 159 }, "end": { - "line": 2985, + "line": 3027, "column": 168 }, "identifierName": "min_grids" @@ -501401,29 +501673,29 @@ }, { "type": "VariableDeclarator", - "start": 134538, - "end": 134556, + "start": 136928, + "end": 136946, "loc": { "start": { - "line": 2986, + "line": 3028, "column": 16 }, "end": { - "line": 2986, + "line": 3028, "column": 34 } }, "id": { "type": "Identifier", - "start": 134538, - "end": 134556, + "start": 136928, + "end": 136946, "loc": { "start": { - "line": 2986, + "line": 3028, "column": 16 }, "end": { - "line": 2986, + "line": 3028, "column": 34 }, "identifierName": "_originMinGridSize" @@ -501437,29 +501709,29 @@ }, { "type": "IfStatement", - "start": 134582, - "end": 134788, + "start": 136972, + "end": 137178, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 12 }, "end": { - "line": 2991, + "line": 3033, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 134587, - "end": 134639, + "start": 136977, + "end": 137029, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 17 }, "end": { - "line": 2988, + "line": 3030, "column": 69 } }, @@ -501467,72 +501739,72 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 134589, - "end": 134639, + "start": 136979, + "end": 137029, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 134589, - "end": 134616, + "start": 136979, + "end": 137006, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 134589, - "end": 134601, + "start": 136979, + "end": 136991, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 134589, - "end": 134593, + "start": 136979, + "end": 136983, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 23 } } }, "property": { "type": "Identifier", - "start": 134594, - "end": 134601, + "start": 136984, + "end": 136991, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 24 }, "end": { - "line": 2988, + "line": 3030, "column": 31 }, "identifierName": "_config" @@ -501543,15 +501815,15 @@ }, "property": { "type": "Identifier", - "start": 134602, - "end": 134616, + "start": 136992, + "end": 137006, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 32 }, "end": { - "line": 2988, + "line": 3030, "column": 46 }, "identifierName": "hasOwnProperty" @@ -501563,15 +501835,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 134618, - "end": 134637, + "start": 137008, + "end": 137027, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 48 }, "end": { - "line": 2988, + "line": 3030, "column": 67 } }, @@ -501589,87 +501861,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 134642, - "end": 134788, + "start": 137032, + "end": 137178, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 72 }, "end": { - "line": 2991, + "line": 3033, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 134717, - "end": 134774, + "start": 137107, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 134717, - "end": 134774, + "start": 137107, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 134717, - "end": 134747, + "start": 137107, + "end": 137137, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 134717, - "end": 134729, + "start": 137107, + "end": 137119, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 134717, - "end": 134721, + "start": 137107, + "end": 137111, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 20 } }, @@ -501677,15 +501949,15 @@ }, "property": { "type": "Identifier", - "start": 134722, - "end": 134729, + "start": 137112, + "end": 137119, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 21 }, "end": { - "line": 2990, + "line": 3032, "column": 28 }, "identifierName": "_config" @@ -501697,15 +501969,15 @@ }, "property": { "type": "Identifier", - "start": 134730, - "end": 134747, + "start": 137120, + "end": 137137, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 29 }, "end": { - "line": 2990, + "line": 3032, "column": 46 }, "identifierName": "originMinGridSize" @@ -501717,58 +501989,58 @@ }, "right": { "type": "MemberExpression", - "start": 134750, - "end": 134774, + "start": 137140, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 134750, - "end": 134762, + "start": 137140, + "end": 137152, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 134750, - "end": 134754, + "start": 137140, + "end": 137144, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 53 } } }, "property": { "type": "Identifier", - "start": 134755, - "end": 134762, + "start": 137145, + "end": 137152, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 54 }, "end": { - "line": 2990, + "line": 3032, "column": 61 }, "identifierName": "_config" @@ -501779,15 +502051,15 @@ }, "property": { "type": "Identifier", - "start": 134763, - "end": 134774, + "start": 137153, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 62 }, "end": { - "line": 2990, + "line": 3032, "column": 73 }, "identifierName": "minGridSize" @@ -501802,15 +502074,15 @@ { "type": "CommentLine", "value": " Keep an original minGridSize as cache", - "start": 134660, - "end": 134700, + "start": 137050, + "end": 137090, "loc": { "start": { - "line": 2989, + "line": 3031, "column": 16 }, "end": { - "line": 2989, + "line": 3031, "column": 56 } } @@ -501824,44 +502096,44 @@ }, { "type": "ExpressionStatement", - "start": 134801, - "end": 134852, + "start": 137191, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 134801, - "end": 134852, + "start": 137191, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 134801, - "end": 134819, + "start": 137191, + "end": 137209, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 30 }, "identifierName": "_originMinGridSize" @@ -501870,58 +502142,58 @@ }, "right": { "type": "MemberExpression", - "start": 134822, - "end": 134852, + "start": 137212, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } }, "object": { "type": "MemberExpression", - "start": 134822, - "end": 134834, + "start": 137212, + "end": 137224, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 134822, - "end": 134826, + "start": 137212, + "end": 137216, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 37 } } }, "property": { "type": "Identifier", - "start": 134827, - "end": 134834, + "start": 137217, + "end": 137224, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 38 }, "end": { - "line": 2992, + "line": 3034, "column": 45 }, "identifierName": "_config" @@ -501932,15 +502204,15 @@ }, "property": { "type": "Identifier", - "start": 134835, - "end": 134852, + "start": 137225, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 46 }, "end": { - "line": 2992, + "line": 3034, "column": 63 }, "identifierName": "originMinGridSize" @@ -501953,58 +502225,58 @@ }, { "type": "ExpressionStatement", - "start": 134865, - "end": 134929, + "start": 137255, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 134865, - "end": 134929, + "start": 137255, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 134865, - "end": 134889, + "start": 137255, + "end": 137279, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 36 } }, "object": { "type": "Identifier", - "start": 134865, - "end": 134877, + "start": 137255, + "end": 137267, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 24 }, "identifierName": "zoom_options" @@ -502013,15 +502285,15 @@ }, "property": { "type": "Identifier", - "start": 134878, - "end": 134889, + "start": 137268, + "end": 137279, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 25 }, "end": { - "line": 2993, + "line": 3035, "column": 36 }, "identifierName": "minGridSize" @@ -502032,43 +502304,43 @@ }, "right": { "type": "CallExpression", - "start": 134892, - "end": 134929, + "start": 137282, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 134892, - "end": 134900, + "start": 137282, + "end": 137290, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 47 } }, "object": { "type": "Identifier", - "start": 134892, - "end": 134896, + "start": 137282, + "end": 137286, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 43 }, "identifierName": "Math" @@ -502077,15 +502349,15 @@ }, "property": { "type": "Identifier", - "start": 134897, - "end": 134900, + "start": 137287, + "end": 137290, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 44 }, "end": { - "line": 2993, + "line": 3035, "column": 47 }, "identifierName": "max" @@ -502097,15 +502369,15 @@ "arguments": [ { "type": "Identifier", - "start": 134902, - "end": 134907, + "start": 137292, + "end": 137297, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 49 }, "end": { - "line": 2993, + "line": 3035, "column": 54 }, "identifierName": "_wrap" @@ -502114,15 +502386,15 @@ }, { "type": "Identifier", - "start": 134909, - "end": 134927, + "start": 137299, + "end": 137317, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 56 }, "end": { - "line": 2993, + "line": 3035, "column": 74 }, "identifierName": "_originMinGridSize" @@ -502142,15 +502414,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -502159,57 +502431,57 @@ }, { "type": "ExpressionStatement", - "start": 135050, - "end": 135079, + "start": 137440, + "end": 137469, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 135050, - "end": 135079, + "start": 137440, + "end": 137469, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 135050, - "end": 135061, + "start": 137440, + "end": 137451, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 135050, - "end": 135054, + "start": 137440, + "end": 137444, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 12 } }, @@ -502217,15 +502489,15 @@ }, "property": { "type": "Identifier", - "start": 135055, - "end": 135061, + "start": 137445, + "end": 137451, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 13 }, "end": { - "line": 2997, + "line": 3039, "column": 19 }, "identifierName": "reload" @@ -502238,30 +502510,30 @@ "arguments": [ { "type": "ArrayExpression", - "start": 135063, - "end": 135077, + "start": 137453, + "end": 137467, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 21 }, "end": { - "line": 2997, + "line": 3039, "column": 35 } }, "elements": [ { "type": "Identifier", - "start": 135064, - "end": 135076, + "start": 137454, + "end": 137466, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 22 }, "end": { - "line": 2997, + "line": 3039, "column": 34 }, "identifierName": "zoom_options" @@ -502277,15 +502549,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -502300,15 +502572,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -502318,15 +502590,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -502335,15 +502607,15 @@ }, { "type": "ClassMethod", - "start": 135158, - "end": 136745, + "start": 137548, + "end": 139135, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 4 }, "end": { - "line": 3039, + "line": 3081, "column": 5 } }, @@ -502351,15 +502623,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135158, - "end": 135168, + "start": 137548, + "end": 137558, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 4 }, "end": { - "line": 3005, + "line": 3047, "column": 14 }, "identifierName": "showLoader" @@ -502375,87 +502647,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 135171, - "end": 136745, + "start": 137561, + "end": 139135, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 17 }, "end": { - "line": 3039, + "line": 3081, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 135181, - "end": 135208, + "start": 137571, + "end": 137598, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 135181, - "end": 135208, + "start": 137571, + "end": 137598, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 135181, - "end": 135192, + "start": 137571, + "end": 137582, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 135181, - "end": 135185, + "start": 137571, + "end": 137575, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 12 } } }, "property": { "type": "Identifier", - "start": 135186, - "end": 135192, + "start": 137576, + "end": 137582, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 13 }, "end": { - "line": 3006, + "line": 3048, "column": 19 }, "identifierName": "_debug" @@ -502467,15 +502739,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 135194, - "end": 135206, + "start": 137584, + "end": 137596, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 21 }, "end": { - "line": 3006, + "line": 3048, "column": 33 } }, @@ -502490,44 +502762,44 @@ }, { "type": "VariableDeclaration", - "start": 135226, - "end": 135668, + "start": 137616, + "end": 138058, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 8 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 135230, - "end": 135256, + "start": 137620, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 12 }, "end": { - "line": 3008, + "line": 3050, "column": 38 } }, "id": { "type": "Identifier", - "start": 135230, - "end": 135235, + "start": 137620, + "end": 137625, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 12 }, "end": { - "line": 3008, + "line": 3050, "column": 17 }, "identifierName": "_elem" @@ -502536,44 +502808,44 @@ }, "init": { "type": "MemberExpression", - "start": 135243, - "end": 135256, + "start": 137633, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 25 }, "end": { - "line": 3008, + "line": 3050, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 135243, - "end": 135247, + "start": 137633, + "end": 137637, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 25 }, "end": { - "line": 3008, + "line": 3050, "column": 29 } } }, "property": { "type": "Identifier", - "start": 135248, - "end": 135256, + "start": 137638, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 30 }, "end": { - "line": 3008, + "line": 3050, "column": 38 }, "identifierName": "_element" @@ -502585,29 +502857,29 @@ }, { "type": "VariableDeclarator", - "start": 135270, - "end": 135295, + "start": 137660, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 12 }, "end": { - "line": 3009, + "line": 3051, "column": 37 } }, "id": { "type": "Identifier", - "start": 135270, - "end": 135275, + "start": 137660, + "end": 137665, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 12 }, "end": { - "line": 3009, + "line": 3051, "column": 17 }, "identifierName": "_opts" @@ -502616,44 +502888,44 @@ }, "init": { "type": "MemberExpression", - "start": 135283, - "end": 135295, + "start": 137673, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 25 }, "end": { - "line": 3009, + "line": 3051, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 135283, - "end": 135287, + "start": 137673, + "end": 137677, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 25 }, "end": { - "line": 3009, + "line": 3051, "column": 29 } } }, "property": { "type": "Identifier", - "start": 135288, - "end": 135295, + "start": 137678, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 30 }, "end": { - "line": 3009, + "line": 3051, "column": 37 }, "identifierName": "_config" @@ -502665,29 +502937,29 @@ }, { "type": "VariableDeclarator", - "start": 135309, - "end": 135366, + "start": 137699, + "end": 137756, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 12 }, "end": { - "line": 3010, + "line": 3052, "column": 69 } }, "id": { "type": "Identifier", - "start": 135309, - "end": 135319, + "start": 137699, + "end": 137709, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 12 }, "end": { - "line": 3010, + "line": 3052, "column": 22 }, "identifierName": "_container" @@ -502696,57 +502968,57 @@ }, "init": { "type": "CallExpression", - "start": 135322, - "end": 135366, + "start": 137712, + "end": 137756, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 135322, - "end": 135335, + "start": 137712, + "end": 137725, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 38 } }, "object": { "type": "CallExpression", - "start": 135322, - "end": 135330, + "start": 137712, + "end": 137720, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 33 } }, "callee": { "type": "Identifier", - "start": 135322, - "end": 135323, + "start": 137712, + "end": 137713, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 26 }, "identifierName": "$" @@ -502756,15 +503028,15 @@ "arguments": [ { "type": "Identifier", - "start": 135324, - "end": 135329, + "start": 137714, + "end": 137719, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 27 }, "end": { - "line": 3010, + "line": 3052, "column": 32 }, "identifierName": "_elem" @@ -502775,15 +503047,15 @@ }, "property": { "type": "Identifier", - "start": 135331, - "end": 135335, + "start": 137721, + "end": 137725, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 34 }, "end": { - "line": 3010, + "line": 3052, "column": 38 }, "identifierName": "find" @@ -502795,29 +503067,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 135337, - "end": 135364, + "start": 137727, + "end": 137754, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 40 }, "end": { - "line": 3010, + "line": 3052, "column": 67 } }, "object": { "type": "Identifier", - "start": 135337, - "end": 135345, + "start": 137727, + "end": 137735, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 40 }, "end": { - "line": 3010, + "line": 3052, "column": 48 }, "identifierName": "Selector" @@ -502826,15 +503098,15 @@ }, "property": { "type": "Identifier", - "start": 135346, - "end": 135364, + "start": 137736, + "end": 137754, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 49 }, "end": { - "line": 3010, + "line": 3052, "column": 67 }, "identifierName": "TIMELINE_CONTAINER" @@ -502848,29 +503120,29 @@ }, { "type": "VariableDeclarator", - "start": 135380, - "end": 135454, + "start": 137770, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 12 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "id": { "type": "Identifier", - "start": 135380, - "end": 135385, + "start": 137770, + "end": 137775, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 12 }, "end": { - "line": 3011, + "line": 3053, "column": 17 }, "identifierName": "width" @@ -502879,57 +503151,57 @@ }, "init": { "type": "ConditionalExpression", - "start": 135393, - "end": 135454, + "start": 137783, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "test": { "type": "BinaryExpression", - "start": 135393, - "end": 135414, + "start": 137783, + "end": 137804, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 135393, - "end": 135410, + "start": 137783, + "end": 137800, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 42 } }, "object": { "type": "Identifier", - "start": 135393, - "end": 135403, + "start": 137783, + "end": 137793, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 35 }, "identifierName": "_container" @@ -502938,15 +503210,15 @@ }, "property": { "type": "Identifier", - "start": 135404, - "end": 135410, + "start": 137794, + "end": 137800, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 36 }, "end": { - "line": 3011, + "line": 3053, "column": 42 }, "identifierName": "length" @@ -502958,15 +503230,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 135413, - "end": 135414, + "start": 137803, + "end": 137804, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 45 }, "end": { - "line": 3011, + "line": 3053, "column": 46 } }, @@ -502979,43 +503251,43 @@ }, "consequent": { "type": "CallExpression", - "start": 135417, - "end": 135435, + "start": 137807, + "end": 137825, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 135417, - "end": 135433, + "start": 137807, + "end": 137823, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 65 } }, "object": { "type": "Identifier", - "start": 135417, - "end": 135427, + "start": 137807, + "end": 137817, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 59 }, "identifierName": "_container" @@ -503024,15 +503296,15 @@ }, "property": { "type": "Identifier", - "start": 135428, - "end": 135433, + "start": 137818, + "end": 137823, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 60 }, "end": { - "line": 3011, + "line": 3053, "column": 65 }, "identifierName": "width" @@ -503045,57 +503317,57 @@ }, "alternate": { "type": "CallExpression", - "start": 135438, - "end": 135454, + "start": 137828, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 135438, - "end": 135452, + "start": 137828, + "end": 137842, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 84 } }, "object": { "type": "CallExpression", - "start": 135438, - "end": 135446, + "start": 137828, + "end": 137836, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 78 } }, "callee": { "type": "Identifier", - "start": 135438, - "end": 135439, + "start": 137828, + "end": 137829, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 71 }, "identifierName": "$" @@ -503105,15 +503377,15 @@ "arguments": [ { "type": "Identifier", - "start": 135440, - "end": 135445, + "start": 137830, + "end": 137835, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 72 }, "end": { - "line": 3011, + "line": 3053, "column": 77 }, "identifierName": "_elem" @@ -503124,15 +503396,15 @@ }, "property": { "type": "Identifier", - "start": 135447, - "end": 135452, + "start": 137837, + "end": 137842, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 79 }, "end": { - "line": 3011, + "line": 3053, "column": 84 }, "identifierName": "width" @@ -503147,29 +503419,29 @@ }, { "type": "VariableDeclarator", - "start": 135468, - "end": 135555, + "start": 137858, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 12 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, "id": { "type": "Identifier", - "start": 135468, - "end": 135474, + "start": 137858, + "end": 137864, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 12 }, "end": { - "line": 3012, + "line": 3054, "column": 18 }, "identifierName": "height" @@ -503178,71 +503450,71 @@ }, "init": { "type": "LogicalExpression", - "start": 135481, - "end": 135555, + "start": 137871, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 25 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, "left": { "type": "ConditionalExpression", - "start": 135483, - "end": 135546, + "start": 137873, + "end": 137936, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 90 } }, "test": { "type": "BinaryExpression", - "start": 135483, - "end": 135504, + "start": 137873, + "end": 137894, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 48 } }, "left": { "type": "MemberExpression", - "start": 135483, - "end": 135500, + "start": 137873, + "end": 137890, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 44 } }, "object": { "type": "Identifier", - "start": 135483, - "end": 135493, + "start": 137873, + "end": 137883, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 37 }, "identifierName": "_container" @@ -503251,15 +503523,15 @@ }, "property": { "type": "Identifier", - "start": 135494, - "end": 135500, + "start": 137884, + "end": 137890, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 38 }, "end": { - "line": 3012, + "line": 3054, "column": 44 }, "identifierName": "length" @@ -503271,15 +503543,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 135503, - "end": 135504, + "start": 137893, + "end": 137894, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 47 }, "end": { - "line": 3012, + "line": 3054, "column": 48 } }, @@ -503292,43 +503564,43 @@ }, "consequent": { "type": "CallExpression", - "start": 135507, - "end": 135526, + "start": 137897, + "end": 137916, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 135507, - "end": 135524, + "start": 137897, + "end": 137914, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 68 } }, "object": { "type": "Identifier", - "start": 135507, - "end": 135517, + "start": 137897, + "end": 137907, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 61 }, "identifierName": "_container" @@ -503337,15 +503609,15 @@ }, "property": { "type": "Identifier", - "start": 135518, - "end": 135524, + "start": 137908, + "end": 137914, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 62 }, "end": { - "line": 3012, + "line": 3054, "column": 68 }, "identifierName": "height" @@ -503358,57 +503630,57 @@ }, "alternate": { "type": "CallExpression", - "start": 135529, - "end": 135546, + "start": 137919, + "end": 137936, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 90 } }, "callee": { "type": "MemberExpression", - "start": 135529, - "end": 135544, + "start": 137919, + "end": 137934, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 88 } }, "object": { "type": "CallExpression", - "start": 135529, - "end": 135537, + "start": 137919, + "end": 137927, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 81 } }, "callee": { "type": "Identifier", - "start": 135529, - "end": 135530, + "start": 137919, + "end": 137920, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 74 }, "identifierName": "$" @@ -503418,15 +503690,15 @@ "arguments": [ { "type": "Identifier", - "start": 135531, - "end": 135536, + "start": 137921, + "end": 137926, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 75 }, "end": { - "line": 3012, + "line": 3054, "column": 80 }, "identifierName": "_elem" @@ -503437,15 +503709,15 @@ }, "property": { "type": "Identifier", - "start": 135538, - "end": 135544, + "start": 137928, + "end": 137934, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 82 }, "end": { - "line": 3012, + "line": 3054, "column": 88 }, "identifierName": "height" @@ -503458,21 +503730,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 135481 + "parenStart": 137871 } }, "operator": "||", "right": { "type": "NumericLiteral", - "start": 135552, - "end": 135555, + "start": 137942, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 96 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } }, @@ -503486,29 +503758,29 @@ }, { "type": "VariableDeclarator", - "start": 135569, - "end": 135668, + "start": 137959, + "end": 138058, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 12 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "id": { "type": "Identifier", - "start": 135569, - "end": 135576, + "start": 137959, + "end": 137966, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 12 }, "end": { - "line": 3013, + "line": 3055, "column": 19 }, "identifierName": "_loader" @@ -503517,29 +503789,29 @@ }, "init": { "type": "CallExpression", - "start": 135582, - "end": 135668, + "start": 137972, + "end": 138058, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 25 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } }, "callee": { "type": "Identifier", - "start": 135582, - "end": 135583, + "start": 137972, + "end": 137973, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 25 }, "end": { - "line": 3013, + "line": 3055, "column": 26 }, "identifierName": "$" @@ -503549,15 +503821,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 135584, - "end": 135597, + "start": 137974, + "end": 137987, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 27 }, "end": { - "line": 3013, + "line": 3055, "column": 40 } }, @@ -503569,30 +503841,30 @@ }, { "type": "ObjectExpression", - "start": 135599, - "end": 135667, + "start": 137989, + "end": 138057, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 42 }, "end": { - "line": 3013, + "line": 3055, "column": 110 } }, "properties": [ { "type": "ObjectProperty", - "start": 135601, - "end": 135618, + "start": 137991, + "end": 138008, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 44 }, "end": { - "line": 3013, + "line": 3055, "column": 61 } }, @@ -503601,15 +503873,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135601, - "end": 135603, + "start": 137991, + "end": 137993, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 44 }, "end": { - "line": 3013, + "line": 3055, "column": 46 }, "identifierName": "id" @@ -503618,15 +503890,15 @@ }, "value": { "type": "StringLiteral", - "start": 135605, - "end": 135618, + "start": 137995, + "end": 138008, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 48 }, "end": { - "line": 3013, + "line": 3055, "column": 61 } }, @@ -503639,15 +503911,15 @@ }, { "type": "ObjectProperty", - "start": 135620, - "end": 135665, + "start": 138010, + "end": 138055, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 63 }, "end": { - "line": 3013, + "line": 3055, "column": 108 } }, @@ -503656,15 +503928,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 135620, - "end": 135625, + "start": 138010, + "end": 138015, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 63 }, "end": { - "line": 3013, + "line": 3055, "column": 68 }, "identifierName": "style" @@ -503673,30 +503945,30 @@ }, "value": { "type": "TemplateLiteral", - "start": 135627, - "end": 135665, + "start": 138017, + "end": 138055, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 70 }, "end": { - "line": 3013, + "line": 3055, "column": 108 } }, "expressions": [ { "type": "Identifier", - "start": 135636, - "end": 135641, + "start": 138026, + "end": 138031, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 79 }, "end": { - "line": 3013, + "line": 3055, "column": 84 }, "identifierName": "width" @@ -503705,15 +503977,15 @@ }, { "type": "Identifier", - "start": 135654, - "end": 135660, + "start": 138044, + "end": 138050, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 97 }, "end": { - "line": 3013, + "line": 3055, "column": 103 }, "identifierName": "height" @@ -503724,15 +503996,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 135628, - "end": 135634, + "start": 138018, + "end": 138024, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 71 }, "end": { - "line": 3013, + "line": 3055, "column": 77 } }, @@ -503744,15 +504016,15 @@ }, { "type": "TemplateElement", - "start": 135642, - "end": 135652, + "start": 138032, + "end": 138042, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 85 }, "end": { - "line": 3013, + "line": 3055, "column": 95 } }, @@ -503764,15 +504036,15 @@ }, { "type": "TemplateElement", - "start": 135661, - "end": 135664, + "start": 138051, + "end": 138054, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 104 }, "end": { - "line": 3013, + "line": 3055, "column": 107 } }, @@ -503798,15 +504070,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -503815,57 +504087,57 @@ }, { "type": "IfStatement", - "start": 135752, - "end": 135812, + "start": 138142, + "end": 138202, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 8 }, "end": { - "line": 3018, + "line": 3060, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 135757, - "end": 135779, + "start": 138147, + "end": 138169, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 35 } }, "left": { "type": "MemberExpression", - "start": 135757, - "end": 135769, + "start": 138147, + "end": 138159, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 25 } }, "object": { "type": "Identifier", - "start": 135757, - "end": 135762, + "start": 138147, + "end": 138152, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 18 }, "identifierName": "_opts" @@ -503875,15 +504147,15 @@ }, "property": { "type": "Identifier", - "start": 135763, - "end": 135769, + "start": 138153, + "end": 138159, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 19 }, "end": { - "line": 3016, + "line": 3058, "column": 25 }, "identifierName": "loader" @@ -503896,15 +504168,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 135774, - "end": 135779, + "start": 138164, + "end": 138169, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 30 }, "end": { - "line": 3016, + "line": 3058, "column": 35 } }, @@ -503914,30 +504186,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 135782, - "end": 135812, + "start": 138172, + "end": 138202, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 38 }, "end": { - "line": 3018, + "line": 3060, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 135796, - "end": 135802, + "start": 138186, + "end": 138192, "loc": { "start": { - "line": 3017, + "line": 3059, "column": 12 }, "end": { - "line": 3017, + "line": 3059, "column": 18 } }, @@ -503951,15 +504223,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -503968,71 +504240,71 @@ }, { "type": "IfStatement", - "start": 135830, - "end": 136427, + "start": 138220, + "end": 138817, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 8 }, "end": { - "line": 3030, + "line": 3072, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 135835, - "end": 135862, + "start": 138225, + "end": 138252, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 40 } }, "left": { "type": "MemberExpression", - "start": 135835, - "end": 135857, + "start": 138225, + "end": 138247, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 35 } }, "object": { "type": "CallExpression", - "start": 135835, - "end": 135850, + "start": 138225, + "end": 138240, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 28 } }, "callee": { "type": "Identifier", - "start": 135835, - "end": 135836, + "start": 138225, + "end": 138226, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 14 }, "identifierName": "$" @@ -504042,29 +504314,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 135837, - "end": 135849, + "start": 138227, + "end": 138239, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 15 }, "end": { - "line": 3020, + "line": 3062, "column": 27 } }, "object": { "type": "Identifier", - "start": 135837, - "end": 135842, + "start": 138227, + "end": 138232, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 15 }, "end": { - "line": 3020, + "line": 3062, "column": 20 }, "identifierName": "_opts" @@ -504073,15 +504345,15 @@ }, "property": { "type": "Identifier", - "start": 135843, - "end": 135849, + "start": 138233, + "end": 138239, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 21 }, "end": { - "line": 3020, + "line": 3062, "column": 27 }, "identifierName": "loader" @@ -504094,15 +504366,15 @@ }, "property": { "type": "Identifier", - "start": 135851, - "end": 135857, + "start": 138241, + "end": 138247, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 29 }, "end": { - "line": 3020, + "line": 3062, "column": 35 }, "identifierName": "length" @@ -504114,15 +504386,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 135861, - "end": 135862, + "start": 138251, + "end": 138252, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 39 }, "end": { - "line": 3020, + "line": 3062, "column": 40 } }, @@ -504135,59 +504407,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 135865, - "end": 136258, + "start": 138255, + "end": 138648, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 43 }, "end": { - "line": 3027, + "line": 3069, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 135879, - "end": 135983, + "start": 138269, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 12 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 135883, - "end": 135983, + "start": 138273, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 16 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "id": { "type": "Identifier", - "start": 135883, - "end": 135896, + "start": 138273, + "end": 138286, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 16 }, "end": { - "line": 3021, + "line": 3063, "column": 29 }, "identifierName": "_loading_text" @@ -504196,71 +504468,71 @@ }, "init": { "type": "CallExpression", - "start": 135899, - "end": 135983, + "start": 138289, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } }, "callee": { "type": "MemberExpression", - "start": 135899, - "end": 135972, + "start": 138289, + "end": 138362, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 105 } }, "object": { "type": "CallExpression", - "start": 135899, - "end": 135965, + "start": 138289, + "end": 138355, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 98 } }, "callee": { "type": "MemberExpression", - "start": 135899, - "end": 135920, + "start": 138289, + "end": 138310, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 53 } }, "object": { "type": "Identifier", - "start": 135899, - "end": 135914, + "start": 138289, + "end": 138304, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 47 }, "identifierName": "LOADING_MESSAGE" @@ -504269,15 +504541,15 @@ }, "property": { "type": "Identifier", - "start": 135915, - "end": 135920, + "start": 138305, + "end": 138310, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 48 }, "end": { - "line": 3021, + "line": 3063, "column": 53 }, "identifierName": "match" @@ -504289,15 +504561,15 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 135921, - "end": 135964, + "start": 138311, + "end": 138354, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 54 }, "end": { - "line": 3021, + "line": 3063, "column": 97 } }, @@ -504311,15 +504583,15 @@ }, "property": { "type": "Identifier", - "start": 135966, - "end": 135972, + "start": 138356, + "end": 138362, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 99 }, "end": { - "line": 3021, + "line": 3063, "column": 105 }, "identifierName": "filter" @@ -504331,15 +504603,15 @@ "arguments": [ { "type": "Identifier", - "start": 135974, - "end": 135981, + "start": 138364, + "end": 138371, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 107 }, "end": { - "line": 3021, + "line": 3063, "column": 114 }, "identifierName": "Boolean" @@ -504354,57 +504626,57 @@ }, { "type": "ExpressionStatement", - "start": 136009, - "end": 136248, + "start": 138399, + "end": 138638, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3026, + "line": 3068, "column": 14 } }, "expression": { "type": "CallExpression", - "start": 136009, - "end": 136248, + "start": 138399, + "end": 138638, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3026, + "line": 3068, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 136009, - "end": 136030, + "start": 138399, + "end": 138420, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3023, + "line": 3065, "column": 33 } }, "object": { "type": "Identifier", - "start": 136009, - "end": 136022, + "start": 138399, + "end": 138412, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3023, + "line": 3065, "column": 25 }, "identifierName": "_loading_text" @@ -504413,15 +504685,15 @@ }, "property": { "type": "Identifier", - "start": 136023, - "end": 136030, + "start": 138413, + "end": 138420, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 26 }, "end": { - "line": 3023, + "line": 3065, "column": 33 }, "identifierName": "forEach" @@ -504433,15 +504705,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 136032, - "end": 136247, + "start": 138422, + "end": 138637, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 35 }, "end": { - "line": 3026, + "line": 3068, "column": 13 } }, @@ -504452,15 +504724,15 @@ "params": [ { "type": "Identifier", - "start": 136034, - "end": 136037, + "start": 138424, + "end": 138427, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 37 }, "end": { - "line": 3023, + "line": 3065, "column": 40 }, "identifierName": "str" @@ -504469,15 +504741,15 @@ }, { "type": "Identifier", - "start": 136039, - "end": 136042, + "start": 138429, + "end": 138432, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 42 }, "end": { - "line": 3023, + "line": 3065, "column": 45 }, "identifierName": "idx" @@ -504487,59 +504759,59 @@ ], "body": { "type": "BlockStatement", - "start": 136048, - "end": 136247, + "start": 138438, + "end": 138637, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 51 }, "end": { - "line": 3026, + "line": 3068, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 136066, - "end": 136184, + "start": 138456, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 16 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 136070, - "end": 136184, + "start": 138460, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 20 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "id": { "type": "Identifier", - "start": 136070, - "end": 136084, + "start": 138460, + "end": 138474, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 20 }, "end": { - "line": 3024, + "line": 3066, "column": 34 }, "identifierName": "_fountain_text" @@ -504548,57 +504820,57 @@ }, "init": { "type": "CallExpression", - "start": 136087, - "end": 136184, + "start": 138477, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } }, "callee": { "type": "MemberExpression", - "start": 136087, - "end": 136177, + "start": 138477, + "end": 138567, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 127 } }, "object": { "type": "CallExpression", - "start": 136087, - "end": 136172, + "start": 138477, + "end": 138562, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 122 } }, "callee": { "type": "Identifier", - "start": 136087, - "end": 136088, + "start": 138477, + "end": 138478, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 38 }, "identifierName": "$" @@ -504608,15 +504880,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136089, - "end": 136102, + "start": 138479, + "end": 138492, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 39 }, "end": { - "line": 3024, + "line": 3066, "column": 52 } }, @@ -504628,30 +504900,30 @@ }, { "type": "ObjectExpression", - "start": 136104, - "end": 136171, + "start": 138494, + "end": 138561, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 54 }, "end": { - "line": 3024, + "line": 3066, "column": 121 } }, "properties": [ { "type": "ObjectProperty", - "start": 136106, - "end": 136139, + "start": 138496, + "end": 138529, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 56 }, "end": { - "line": 3024, + "line": 3066, "column": 89 } }, @@ -504660,15 +504932,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136106, - "end": 136108, + "start": 138496, + "end": 138498, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 56 }, "end": { - "line": 3024, + "line": 3066, "column": 58 }, "identifierName": "id" @@ -504677,44 +504949,44 @@ }, "value": { "type": "TemplateLiteral", - "start": 136110, - "end": 136139, + "start": 138500, + "end": 138529, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 60 }, "end": { - "line": 3024, + "line": 3066, "column": 89 } }, "expressions": [ { "type": "BinaryExpression", - "start": 136128, - "end": 136135, + "start": 138518, + "end": 138525, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 78 }, "end": { - "line": 3024, + "line": 3066, "column": 85 } }, "left": { "type": "Identifier", - "start": 136128, - "end": 136131, + "start": 138518, + "end": 138521, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 78 }, "end": { - "line": 3024, + "line": 3066, "column": 81 }, "identifierName": "idx" @@ -504724,15 +504996,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 136134, - "end": 136135, + "start": 138524, + "end": 138525, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 84 }, "end": { - "line": 3024, + "line": 3066, "column": 85 } }, @@ -504744,22 +505016,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 136126 + "parenStart": 138516 } } ], "quasis": [ { "type": "TemplateElement", - "start": 136111, - "end": 136124, + "start": 138501, + "end": 138514, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 61 }, "end": { - "line": 3024, + "line": 3066, "column": 74 } }, @@ -504771,15 +505043,15 @@ }, { "type": "TemplateElement", - "start": 136138, - "end": 136138, + "start": 138528, + "end": 138528, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 88 }, "end": { - "line": 3024, + "line": 3066, "column": 88 } }, @@ -504794,15 +505066,15 @@ }, { "type": "ObjectProperty", - "start": 136141, - "end": 136169, + "start": 138531, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 91 }, "end": { - "line": 3024, + "line": 3066, "column": 119 } }, @@ -504811,15 +505083,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136141, - "end": 136146, + "start": 138531, + "end": 138536, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 91 }, "end": { - "line": 3024, + "line": 3066, "column": 96 }, "identifierName": "class" @@ -504828,29 +505100,29 @@ }, "value": { "type": "MemberExpression", - "start": 136148, - "end": 136169, + "start": 138538, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 98 }, "end": { - "line": 3024, + "line": 3066, "column": 119 } }, "object": { "type": "Identifier", - "start": 136148, - "end": 136157, + "start": 138538, + "end": 138547, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 98 }, "end": { - "line": 3024, + "line": 3066, "column": 107 }, "identifierName": "ClassName" @@ -504859,15 +505131,15 @@ }, "property": { "type": "Identifier", - "start": 136158, - "end": 136169, + "start": 138548, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 108 }, "end": { - "line": 3024, + "line": 3066, "column": 119 }, "identifierName": "LOADER_ITEM" @@ -504883,15 +505155,15 @@ }, "property": { "type": "Identifier", - "start": 136173, - "end": 136177, + "start": 138563, + "end": 138567, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 123 }, "end": { - "line": 3024, + "line": 3066, "column": 127 }, "identifierName": "text" @@ -504903,15 +505175,15 @@ "arguments": [ { "type": "Identifier", - "start": 136179, - "end": 136182, + "start": 138569, + "end": 138572, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 129 }, "end": { - "line": 3024, + "line": 3066, "column": 132 }, "identifierName": "str" @@ -504926,57 +505198,57 @@ }, { "type": "ExpressionStatement", - "start": 136201, - "end": 136233, + "start": 138591, + "end": 138623, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 136201, - "end": 136233, + "start": 138591, + "end": 138623, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 136201, - "end": 136215, + "start": 138591, + "end": 138605, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 30 } }, "object": { "type": "Identifier", - "start": 136201, - "end": 136208, + "start": 138591, + "end": 138598, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 23 }, "identifierName": "_loader" @@ -504985,15 +505257,15 @@ }, "property": { "type": "Identifier", - "start": 136209, - "end": 136215, + "start": 138599, + "end": 138605, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 24 }, "end": { - "line": 3025, + "line": 3067, "column": 30 }, "identifierName": "append" @@ -505005,15 +505277,15 @@ "arguments": [ { "type": "Identifier", - "start": 136217, - "end": 136231, + "start": 138607, + "end": 138621, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 32 }, "end": { - "line": 3025, + "line": 3067, "column": 46 }, "identifierName": "_fountain_text" @@ -505035,59 +505307,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 136264, - "end": 136427, + "start": 138654, + "end": 138817, "loc": { "start": { - "line": 3027, + "line": 3069, "column": 15 }, "end": { - "line": 3030, + "line": 3072, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 136278, - "end": 136372, + "start": 138668, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 12 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 136282, - "end": 136372, + "start": 138672, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 16 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "id": { "type": "Identifier", - "start": 136282, - "end": 136296, + "start": 138672, + "end": 138686, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 16 }, "end": { - "line": 3028, + "line": 3070, "column": 30 }, "identifierName": "_custom_loader" @@ -505096,113 +505368,113 @@ }, "init": { "type": "CallExpression", - "start": 136299, - "end": 136372, + "start": 138689, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136350, + "start": 138689, + "end": 138740, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 84 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136346, + "start": 138689, + "end": 138736, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136327, + "start": 138689, + "end": 138717, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 61 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136322, + "start": 138689, + "end": 138712, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 136299, - "end": 136320, + "start": 138689, + "end": 138710, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 54 } }, "object": { "type": "CallExpression", - "start": 136299, - "end": 136314, + "start": 138689, + "end": 138704, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 48 } }, "callee": { "type": "Identifier", - "start": 136299, - "end": 136300, + "start": 138689, + "end": 138690, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 34 }, "identifierName": "$" @@ -505212,29 +505484,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136301, - "end": 136313, + "start": 138691, + "end": 138703, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 35 }, "end": { - "line": 3028, + "line": 3070, "column": 47 } }, "object": { "type": "Identifier", - "start": 136301, - "end": 136306, + "start": 138691, + "end": 138696, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 35 }, "end": { - "line": 3028, + "line": 3070, "column": 40 }, "identifierName": "_opts" @@ -505243,15 +505515,15 @@ }, "property": { "type": "Identifier", - "start": 136307, - "end": 136313, + "start": 138697, + "end": 138703, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 41 }, "end": { - "line": 3028, + "line": 3070, "column": 47 }, "identifierName": "loader" @@ -505264,15 +505536,15 @@ }, "property": { "type": "Identifier", - "start": 136315, - "end": 136320, + "start": 138705, + "end": 138710, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 49 }, "end": { - "line": 3028, + "line": 3070, "column": 54 }, "identifierName": "clone" @@ -505285,15 +505557,15 @@ }, "property": { "type": "Identifier", - "start": 136323, - "end": 136327, + "start": 138713, + "end": 138717, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 57 }, "end": { - "line": 3028, + "line": 3070, "column": 61 }, "identifierName": "prop" @@ -505305,15 +505577,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136329, - "end": 136337, + "start": 138719, + "end": 138727, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 63 }, "end": { - "line": 3028, + "line": 3070, "column": 71 } }, @@ -505325,15 +505597,15 @@ }, { "type": "BooleanLiteral", - "start": 136339, - "end": 136344, + "start": 138729, + "end": 138734, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 73 }, "end": { - "line": 3028, + "line": 3070, "column": 78 } }, @@ -505343,15 +505615,15 @@ }, "property": { "type": "Identifier", - "start": 136347, - "end": 136350, + "start": 138737, + "end": 138740, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 81 }, "end": { - "line": 3028, + "line": 3070, "column": 84 }, "identifierName": "css" @@ -505363,15 +505635,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136352, - "end": 136361, + "start": 138742, + "end": 138751, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 86 }, "end": { - "line": 3028, + "line": 3070, "column": 95 } }, @@ -505383,15 +505655,15 @@ }, { "type": "StringLiteral", - "start": 136363, - "end": 136370, + "start": 138753, + "end": 138760, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 97 }, "end": { - "line": 3028, + "line": 3070, "column": 104 } }, @@ -505409,57 +505681,57 @@ }, { "type": "ExpressionStatement", - "start": 136385, - "end": 136417, + "start": 138775, + "end": 138807, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 136385, - "end": 136417, + "start": 138775, + "end": 138807, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 136385, - "end": 136399, + "start": 138775, + "end": 138789, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 26 } }, "object": { "type": "Identifier", - "start": 136385, - "end": 136392, + "start": 138775, + "end": 138782, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 19 }, "identifierName": "_loader" @@ -505468,15 +505740,15 @@ }, "property": { "type": "Identifier", - "start": 136393, - "end": 136399, + "start": 138783, + "end": 138789, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 20 }, "end": { - "line": 3029, + "line": 3071, "column": 26 }, "identifierName": "append" @@ -505488,15 +505760,15 @@ "arguments": [ { "type": "Identifier", - "start": 136401, - "end": 136415, + "start": 138791, + "end": 138805, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 28 }, "end": { - "line": 3029, + "line": 3071, "column": 42 }, "identifierName": "_custom_loader" @@ -505512,99 +505784,99 @@ }, { "type": "IfStatement", - "start": 136445, - "end": 136739, + "start": 138835, + "end": 139129, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 8 }, "end": { - "line": 3038, + "line": 3080, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 136450, - "end": 136494, + "start": 138840, + "end": 138884, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 136450, - "end": 136489, + "start": 138840, + "end": 138879, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 52 } }, "object": { "type": "CallExpression", - "start": 136450, - "end": 136482, + "start": 138840, + "end": 138872, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 136450, - "end": 136463, + "start": 138840, + "end": 138853, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 26 } }, "object": { "type": "CallExpression", - "start": 136450, - "end": 136458, + "start": 138840, + "end": 138848, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 21 } }, "callee": { "type": "Identifier", - "start": 136450, - "end": 136451, + "start": 138840, + "end": 138841, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 14 }, "identifierName": "$" @@ -505614,15 +505886,15 @@ "arguments": [ { "type": "Identifier", - "start": 136452, - "end": 136457, + "start": 138842, + "end": 138847, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 15 }, "end": { - "line": 3032, + "line": 3074, "column": 20 }, "identifierName": "_elem" @@ -505633,15 +505905,15 @@ }, "property": { "type": "Identifier", - "start": 136459, - "end": 136463, + "start": 138849, + "end": 138853, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 22 }, "end": { - "line": 3032, + "line": 3074, "column": 26 }, "identifierName": "find" @@ -505653,29 +505925,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136465, - "end": 136480, + "start": 138855, + "end": 138870, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 28 }, "end": { - "line": 3032, + "line": 3074, "column": 43 } }, "object": { "type": "Identifier", - "start": 136465, - "end": 136473, + "start": 138855, + "end": 138863, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 28 }, "end": { - "line": 3032, + "line": 3074, "column": 36 }, "identifierName": "Selector" @@ -505684,15 +505956,15 @@ }, "property": { "type": "Identifier", - "start": 136474, - "end": 136480, + "start": 138864, + "end": 138870, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 37 }, "end": { - "line": 3032, + "line": 3074, "column": 43 }, "identifierName": "LOADER" @@ -505705,15 +505977,15 @@ }, "property": { "type": "Identifier", - "start": 136483, - "end": 136489, + "start": 138873, + "end": 138879, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 46 }, "end": { - "line": 3032, + "line": 3074, "column": 52 }, "identifierName": "length" @@ -505725,15 +505997,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 136493, - "end": 136494, + "start": 138883, + "end": 138884, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 56 }, "end": { - "line": 3032, + "line": 3074, "column": 57 } }, @@ -505746,72 +506018,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 136497, - "end": 136739, + "start": 138887, + "end": 139129, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 60 }, "end": { - "line": 3038, + "line": 3080, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 136511, - "end": 136729, + "start": 138901, + "end": 139119, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 12 }, "end": { - "line": 3037, + "line": 3079, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 136516, - "end": 136537, + "start": 138906, + "end": 138927, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 136516, - "end": 136533, + "start": 138906, + "end": 138923, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 34 } }, "object": { "type": "Identifier", - "start": 136516, - "end": 136526, + "start": 138906, + "end": 138916, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 27 }, "identifierName": "_container" @@ -505820,15 +506092,15 @@ }, "property": { "type": "Identifier", - "start": 136527, - "end": 136533, + "start": 138917, + "end": 138923, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 28 }, "end": { - "line": 3033, + "line": 3075, "column": 34 }, "identifierName": "length" @@ -505840,15 +506112,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 136536, - "end": 136537, + "start": 138926, + "end": 138927, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 37 }, "end": { - "line": 3033, + "line": 3075, "column": 38 } }, @@ -505861,72 +506133,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 136540, - "end": 136600, + "start": 138930, + "end": 138990, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 41 }, "end": { - "line": 3035, + "line": 3077, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 136558, - "end": 136586, + "start": 138948, + "end": 138976, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 136558, - "end": 136586, + "start": 138948, + "end": 138976, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 136558, - "end": 136575, + "start": 138948, + "end": 138965, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 33 } }, "object": { "type": "Identifier", - "start": 136558, - "end": 136568, + "start": 138948, + "end": 138958, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 26 }, "identifierName": "_container" @@ -505935,15 +506207,15 @@ }, "property": { "type": "Identifier", - "start": 136569, - "end": 136575, + "start": 138959, + "end": 138965, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 27 }, "end": { - "line": 3034, + "line": 3076, "column": 33 }, "identifierName": "append" @@ -505955,15 +506227,15 @@ "arguments": [ { "type": "Identifier", - "start": 136577, - "end": 136584, + "start": 138967, + "end": 138974, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 35 }, "end": { - "line": 3034, + "line": 3076, "column": 42 }, "identifierName": "_loader" @@ -505978,142 +506250,142 @@ }, "alternate": { "type": "BlockStatement", - "start": 136606, - "end": 136729, + "start": 138996, + "end": 139119, "loc": { "start": { - "line": 3035, + "line": 3077, "column": 19 }, "end": { - "line": 3037, + "line": 3079, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 136624, - "end": 136715, + "start": 139014, + "end": 139105, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 107 } }, "expression": { "type": "CallExpression", - "start": 136624, - "end": 136715, + "start": 139014, + "end": 139105, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 107 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136704, + "start": 139014, + "end": 139094, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 96 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136697, + "start": 139014, + "end": 139087, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136666, + "start": 139014, + "end": 139056, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 58 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136662, + "start": 139014, + "end": 139052, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 136624, - "end": 136636, + "start": 139014, + "end": 139026, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 28 } }, "object": { "type": "CallExpression", - "start": 136624, - "end": 136632, + "start": 139014, + "end": 139022, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 24 } }, "callee": { "type": "Identifier", - "start": 136624, - "end": 136625, + "start": 139014, + "end": 139015, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 17 }, "identifierName": "$" @@ -506123,15 +506395,15 @@ "arguments": [ { "type": "Identifier", - "start": 136626, - "end": 136631, + "start": 139016, + "end": 139021, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 18 }, "end": { - "line": 3036, + "line": 3078, "column": 23 }, "identifierName": "_elem" @@ -506142,15 +506414,15 @@ }, "property": { "type": "Identifier", - "start": 136633, - "end": 136636, + "start": 139023, + "end": 139026, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 25 }, "end": { - "line": 3036, + "line": 3078, "column": 28 }, "identifierName": "css" @@ -506162,15 +506434,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136638, - "end": 136648, + "start": 139028, + "end": 139038, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 30 }, "end": { - "line": 3036, + "line": 3078, "column": 40 } }, @@ -506182,15 +506454,15 @@ }, { "type": "StringLiteral", - "start": 136650, - "end": 136660, + "start": 139040, + "end": 139050, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 42 }, "end": { - "line": 3036, + "line": 3078, "column": 52 } }, @@ -506204,15 +506476,15 @@ }, "property": { "type": "Identifier", - "start": 136663, - "end": 136666, + "start": 139053, + "end": 139056, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 55 }, "end": { - "line": 3036, + "line": 3078, "column": 58 }, "identifierName": "css" @@ -506224,15 +506496,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136668, - "end": 136680, + "start": 139058, + "end": 139070, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 60 }, "end": { - "line": 3036, + "line": 3078, "column": 72 } }, @@ -506244,30 +506516,30 @@ }, { "type": "TemplateLiteral", - "start": 136682, - "end": 136695, + "start": 139072, + "end": 139085, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 74 }, "end": { - "line": 3036, + "line": 3078, "column": 87 } }, "expressions": [ { "type": "Identifier", - "start": 136685, - "end": 136691, + "start": 139075, + "end": 139081, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 77 }, "end": { - "line": 3036, + "line": 3078, "column": 83 }, "identifierName": "height" @@ -506278,15 +506550,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 136683, - "end": 136683, + "start": 139073, + "end": 139073, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 75 }, "end": { - "line": 3036, + "line": 3078, "column": 75 } }, @@ -506298,15 +506570,15 @@ }, { "type": "TemplateElement", - "start": 136692, - "end": 136694, + "start": 139082, + "end": 139084, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 84 }, "end": { - "line": 3036, + "line": 3078, "column": 86 } }, @@ -506322,15 +506594,15 @@ }, "property": { "type": "Identifier", - "start": 136698, - "end": 136704, + "start": 139088, + "end": 139094, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 90 }, "end": { - "line": 3036, + "line": 3078, "column": 96 }, "identifierName": "append" @@ -506342,15 +506614,15 @@ "arguments": [ { "type": "Identifier", - "start": 136706, - "end": 136713, + "start": 139096, + "end": 139103, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 98 }, "end": { - "line": 3036, + "line": 3078, "column": 105 }, "identifierName": "_loader" @@ -506377,15 +506649,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -506395,15 +506667,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -506412,15 +506684,15 @@ }, { "type": "ClassMethod", - "start": 136809, - "end": 136932, + "start": 139199, + "end": 139322, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 4 }, "end": { - "line": 3049, + "line": 3091, "column": 5 } }, @@ -506428,15 +506700,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 136809, - "end": 136819, + "start": 139199, + "end": 139209, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 4 }, "end": { - "line": 3045, + "line": 3087, "column": 14 }, "identifierName": "hideLoader" @@ -506452,87 +506724,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 136822, - "end": 136932, + "start": 139212, + "end": 139322, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 17 }, "end": { - "line": 3049, + "line": 3091, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 136832, - "end": 136859, + "start": 139222, + "end": 139249, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 136832, - "end": 136859, + "start": 139222, + "end": 139249, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 136832, - "end": 136843, + "start": 139222, + "end": 139233, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 136832, - "end": 136836, + "start": 139222, + "end": 139226, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 12 } } }, "property": { "type": "Identifier", - "start": 136837, - "end": 136843, + "start": 139227, + "end": 139233, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 13 }, "end": { - "line": 3046, + "line": 3088, "column": 19 }, "identifierName": "_debug" @@ -506544,15 +506816,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 136845, - "end": 136857, + "start": 139235, + "end": 139247, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 21 }, "end": { - "line": 3046, + "line": 3088, "column": 33 } }, @@ -506567,99 +506839,99 @@ }, { "type": "ExpressionStatement", - "start": 136877, - "end": 136926, + "start": 139267, + "end": 139316, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 136877, - "end": 136926, + "start": 139267, + "end": 139316, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 136877, - "end": 136924, + "start": 139267, + "end": 139314, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 55 } }, "object": { "type": "CallExpression", - "start": 136877, - "end": 136917, + "start": 139267, + "end": 139307, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 136877, - "end": 136898, + "start": 139267, + "end": 139288, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 29 } }, "object": { "type": "CallExpression", - "start": 136877, - "end": 136893, + "start": 139267, + "end": 139283, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 24 } }, "callee": { "type": "Identifier", - "start": 136877, - "end": 136878, + "start": 139267, + "end": 139268, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 9 }, "identifierName": "$" @@ -506669,44 +506941,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 136879, - "end": 136892, + "start": 139269, + "end": 139282, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 10 }, "end": { - "line": 3048, + "line": 3090, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 136879, - "end": 136883, + "start": 139269, + "end": 139273, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 10 }, "end": { - "line": 3048, + "line": 3090, "column": 14 } } }, "property": { "type": "Identifier", - "start": 136884, - "end": 136892, + "start": 139274, + "end": 139282, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 15 }, "end": { - "line": 3048, + "line": 3090, "column": 23 }, "identifierName": "_element" @@ -506719,15 +506991,15 @@ }, "property": { "type": "Identifier", - "start": 136894, - "end": 136898, + "start": 139284, + "end": 139288, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 25 }, "end": { - "line": 3048, + "line": 3090, "column": 29 }, "identifierName": "find" @@ -506739,29 +507011,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 136900, - "end": 136915, + "start": 139290, + "end": 139305, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 31 }, "end": { - "line": 3048, + "line": 3090, "column": 46 } }, "object": { "type": "Identifier", - "start": 136900, - "end": 136908, + "start": 139290, + "end": 139298, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 31 }, "end": { - "line": 3048, + "line": 3090, "column": 39 }, "identifierName": "Selector" @@ -506770,15 +507042,15 @@ }, "property": { "type": "Identifier", - "start": 136909, - "end": 136915, + "start": 139299, + "end": 139305, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 40 }, "end": { - "line": 3048, + "line": 3090, "column": 46 }, "identifierName": "LOADER" @@ -506791,15 +507063,15 @@ }, "property": { "type": "Identifier", - "start": 136918, - "end": 136924, + "start": 139308, + "end": 139314, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 49 }, "end": { - "line": 3048, + "line": 3090, "column": 55 }, "identifierName": "remove" @@ -506819,15 +507091,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -506837,15 +507109,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -506853,15 +507125,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -506870,15 +507142,15 @@ }, { "type": "ClassMethod", - "start": 137389, - "end": 138906, + "start": 139779, + "end": 141296, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 4 }, "end": { - "line": 3101, + "line": 3143, "column": 5 } }, @@ -506886,15 +507158,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 137389, - "end": 137397, + "start": 139779, + "end": 139787, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 4 }, "end": { - "line": 3062, + "line": 3104, "column": 12 }, "identifierName": "is_empty" @@ -506910,15 +507182,15 @@ "params": [ { "type": "Identifier", - "start": 137399, - "end": 137404, + "start": 139789, + "end": 139794, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 14 }, "end": { - "line": 3062, + "line": 3104, "column": 19 }, "identifierName": "value" @@ -506928,58 +507200,58 @@ ], "body": { "type": "BlockStatement", - "start": 137407, - "end": 138906, + "start": 139797, + "end": 141296, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 22 }, "end": { - "line": 3101, + "line": 3143, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 137417, - "end": 137643, + "start": 139807, + "end": 140033, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 8 }, "end": { - "line": 3067, + "line": 3109, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 137422, - "end": 137435, + "start": 139812, + "end": 139825, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 13 }, "end": { - "line": 3063, + "line": 3105, "column": 26 } }, "left": { "type": "Identifier", - "start": 137422, - "end": 137427, + "start": 139812, + "end": 139817, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 13 }, "end": { - "line": 3063, + "line": 3105, "column": 18 }, "identifierName": "value" @@ -506989,15 +507261,15 @@ "operator": "==", "right": { "type": "NullLiteral", - "start": 137431, - "end": 137435, + "start": 139821, + "end": 139825, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 22 }, "end": { - "line": 3063, + "line": 3105, "column": 26 } } @@ -507005,44 +507277,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 137438, - "end": 137643, + "start": 139828, + "end": 140033, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 29 }, "end": { - "line": 3067, + "line": 3109, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 137622, - "end": 137633, + "start": 140012, + "end": 140023, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 12 }, "end": { - "line": 3066, + "line": 3108, "column": 23 } }, "argument": { "type": "BooleanLiteral", - "start": 137629, - "end": 137633, + "start": 140019, + "end": 140023, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 19 }, "end": { - "line": 3066, + "line": 3108, "column": 23 } }, @@ -507053,15 +507325,15 @@ { "type": "CommentLine", "value": " typeof null -> object : for hack a bug of ECMAScript", - "start": 137452, - "end": 137507, + "start": 139842, + "end": 139897, "loc": { "start": { - "line": 3064, + "line": 3106, "column": 12 }, "end": { - "line": 3064, + "line": 3106, "column": 67 } } @@ -507069,15 +507341,15 @@ { "type": "CommentLine", "value": " Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof", - "start": 137520, - "end": 137609, + "start": 139910, + "end": 139999, "loc": { "start": { - "line": 3065, + "line": 3107, "column": 12 }, "end": { - "line": 3065, + "line": 3107, "column": 101 } } @@ -507091,29 +507363,29 @@ }, { "type": "SwitchStatement", - "start": 137652, - "end": 138900, + "start": 140042, + "end": 141290, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 8 }, "end": { - "line": 3100, + "line": 3142, "column": 9 } }, "discriminant": { "type": "UnaryExpression", - "start": 137661, - "end": 137673, + "start": 140051, + "end": 140063, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 17 }, "end": { - "line": 3068, + "line": 3110, "column": 29 } }, @@ -507121,15 +507393,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 137668, - "end": 137673, + "start": 140058, + "end": 140063, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 24 }, "end": { - "line": 3068, + "line": 3110, "column": 29 }, "identifierName": "value" @@ -507143,72 +507415,72 @@ "cases": [ { "type": "SwitchCase", - "start": 137690, - "end": 138489, + "start": 140080, + "end": 140879, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 12 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "consequent": [ { "type": "IfStatement", - "start": 137721, - "end": 138489, + "start": 140111, + "end": 140879, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 16 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "test": { "type": "CallExpression", - "start": 137726, - "end": 137748, + "start": 140116, + "end": 140138, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 137726, - "end": 137739, + "start": 140116, + "end": 140129, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 34 } }, "object": { "type": "Identifier", - "start": 137726, - "end": 137731, + "start": 140116, + "end": 140121, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 26 }, "identifierName": "Array" @@ -507217,15 +507489,15 @@ }, "property": { "type": "Identifier", - "start": 137732, - "end": 137739, + "start": 140122, + "end": 140129, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 27 }, "end": { - "line": 3070, + "line": 3112, "column": 34 }, "identifierName": "isArray" @@ -507237,15 +507509,15 @@ "arguments": [ { "type": "Identifier", - "start": 137741, - "end": 137746, + "start": 140131, + "end": 140136, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 36 }, "end": { - "line": 3070, + "line": 3112, "column": 41 }, "identifierName": "value" @@ -507256,72 +507528,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 137751, - "end": 137865, + "start": 140141, + "end": 140255, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 46 }, "end": { - "line": 3073, + "line": 3115, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 137818, - "end": 137847, + "start": 140208, + "end": 140237, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 20 }, "end": { - "line": 3072, + "line": 3114, "column": 49 } }, "argument": { "type": "BinaryExpression", - "start": 137827, - "end": 137845, + "start": 140217, + "end": 140235, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 137827, - "end": 137839, + "start": 140217, + "end": 140229, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 41 } }, "object": { "type": "Identifier", - "start": 137827, - "end": 137832, + "start": 140217, + "end": 140222, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 34 }, "identifierName": "value" @@ -507331,15 +507603,15 @@ }, "property": { "type": "Identifier", - "start": 137833, - "end": 137839, + "start": 140223, + "end": 140229, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 35 }, "end": { - "line": 3072, + "line": 3114, "column": 41 }, "identifierName": "length" @@ -507352,15 +507624,15 @@ "operator": "===", "right": { "type": "NumericLiteral", - "start": 137844, - "end": 137845, + "start": 140234, + "end": 140235, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 46 }, "end": { - "line": 3072, + "line": 3114, "column": 47 } }, @@ -507373,22 +507645,22 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 137825 + "parenStart": 140215 } }, "leadingComments": [ { "type": "CommentLine", "value": " When object is array:", - "start": 137773, - "end": 137797, + "start": 140163, + "end": 140187, "loc": { "start": { - "line": 3071, + "line": 3113, "column": 20 }, "end": { - "line": 3071, + "line": 3113, "column": 44 } } @@ -507400,114 +507672,114 @@ }, "alternate": { "type": "BlockStatement", - "start": 137871, - "end": 138489, + "start": 140261, + "end": 140879, "loc": { "start": { - "line": 3073, + "line": 3115, "column": 23 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 137942, - "end": 138471, + "start": 140332, + "end": 140861, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 137947, - "end": 138030, + "start": 140337, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, "left": { "type": "BinaryExpression", - "start": 137947, - "end": 137978, + "start": 140337, + "end": 140368, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 56 } }, "left": { "type": "MemberExpression", - "start": 137947, - "end": 137974, + "start": 140337, + "end": 140364, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 52 } }, "object": { "type": "CallExpression", - "start": 137947, - "end": 137967, + "start": 140337, + "end": 140357, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 137947, - "end": 137958, + "start": 140337, + "end": 140348, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 36 } }, "object": { "type": "Identifier", - "start": 137947, - "end": 137953, + "start": 140337, + "end": 140343, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 31 }, "identifierName": "Object" @@ -507517,15 +507789,15 @@ }, "property": { "type": "Identifier", - "start": 137954, - "end": 137958, + "start": 140344, + "end": 140348, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 32 }, "end": { - "line": 3075, + "line": 3117, "column": 36 }, "identifierName": "keys" @@ -507538,15 +507810,15 @@ "arguments": [ { "type": "Identifier", - "start": 137960, - "end": 137965, + "start": 140350, + "end": 140355, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 38 }, "end": { - "line": 3075, + "line": 3117, "column": 43 }, "identifierName": "value" @@ -507558,15 +507830,15 @@ }, "property": { "type": "Identifier", - "start": 137968, - "end": 137974, + "start": 140358, + "end": 140364, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 46 }, "end": { - "line": 3075, + "line": 3117, "column": 52 }, "identifierName": "length" @@ -507579,15 +507851,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 137977, - "end": 137978, + "start": 140367, + "end": 140368, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 55 }, "end": { - "line": 3075, + "line": 3117, "column": 56 } }, @@ -507602,71 +507874,71 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 137982, - "end": 138030, + "start": 140372, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, "left": { "type": "MemberExpression", - "start": 137982, - "end": 138026, + "start": 140372, + "end": 140416, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 104 } }, "object": { "type": "CallExpression", - "start": 137982, - "end": 138019, + "start": 140372, + "end": 140409, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 97 } }, "callee": { "type": "MemberExpression", - "start": 137982, - "end": 138010, + "start": 140372, + "end": 140400, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 88 } }, "object": { "type": "Identifier", - "start": 137982, - "end": 137988, + "start": 140372, + "end": 140378, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 66 }, "identifierName": "Object" @@ -507675,15 +507947,15 @@ }, "property": { "type": "Identifier", - "start": 137989, - "end": 138010, + "start": 140379, + "end": 140400, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 67 }, "end": { - "line": 3075, + "line": 3117, "column": 88 }, "identifierName": "getOwnPropertySymbols" @@ -507695,15 +507967,15 @@ "arguments": [ { "type": "Identifier", - "start": 138012, - "end": 138017, + "start": 140402, + "end": 140407, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 90 }, "end": { - "line": 3075, + "line": 3117, "column": 95 }, "identifierName": "value" @@ -507714,15 +507986,15 @@ }, "property": { "type": "Identifier", - "start": 138020, - "end": 138026, + "start": 140410, + "end": 140416, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 98 }, "end": { - "line": 3075, + "line": 3117, "column": 104 }, "identifierName": "length" @@ -507734,15 +508006,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 138029, - "end": 138030, + "start": 140419, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 107 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } }, @@ -507757,44 +508029,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 138033, - "end": 138093, + "start": 140423, + "end": 140483, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 111 }, "end": { - "line": 3077, + "line": 3119, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138059, - "end": 138071, + "start": 140449, + "end": 140461, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 24 }, "end": { - "line": 3076, + "line": 3118, "column": 36 } }, "argument": { "type": "BooleanLiteral", - "start": 138066, - "end": 138071, + "start": 140456, + "end": 140461, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 31 }, "end": { - "line": 3076, + "line": 3118, "column": 36 } }, @@ -507806,85 +508078,85 @@ }, "alternate": { "type": "IfStatement", - "start": 138119, - "end": 138471, + "start": 140509, + "end": 140861, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 138124, - "end": 138160, + "start": 140514, + "end": 140550, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 138124, - "end": 138146, + "start": 140514, + "end": 140536, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 47 } }, "object": { "type": "CallExpression", - "start": 138124, - "end": 138139, + "start": 140514, + "end": 140529, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 138124, - "end": 138137, + "start": 140514, + "end": 140527, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 38 } }, "object": { "type": "Identifier", - "start": 138124, - "end": 138129, + "start": 140514, + "end": 140519, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 30 }, "identifierName": "value" @@ -507893,15 +508165,15 @@ }, "property": { "type": "Identifier", - "start": 138130, - "end": 138137, + "start": 140520, + "end": 140527, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 31 }, "end": { - "line": 3078, + "line": 3120, "column": 38 }, "identifierName": "valueOf" @@ -507914,15 +508186,15 @@ }, "property": { "type": "Identifier", - "start": 138140, - "end": 138146, + "start": 140530, + "end": 140536, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 41 }, "end": { - "line": 3078, + "line": 3120, "column": 47 }, "identifierName": "length" @@ -507934,15 +508206,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 138151, - "end": 138160, + "start": 140541, + "end": 140550, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 52 }, "end": { - "line": 3078, + "line": 3120, "column": 61 }, "identifierName": "undefined" @@ -507952,100 +508224,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 138163, - "end": 138250, + "start": 140553, + "end": 140640, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 64 }, "end": { - "line": 3080, + "line": 3122, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138189, - "end": 138228, + "start": 140579, + "end": 140618, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 24 }, "end": { - "line": 3079, + "line": 3121, "column": 63 } }, "argument": { "type": "BinaryExpression", - "start": 138198, - "end": 138226, + "start": 140588, + "end": 140616, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 138198, - "end": 138220, + "start": 140588, + "end": 140610, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 55 } }, "object": { "type": "CallExpression", - "start": 138198, - "end": 138213, + "start": 140588, + "end": 140603, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 138198, - "end": 138211, + "start": 140588, + "end": 140601, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 46 } }, "object": { "type": "Identifier", - "start": 138198, - "end": 138203, + "start": 140588, + "end": 140593, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 38 }, "identifierName": "value" @@ -508054,15 +508326,15 @@ }, "property": { "type": "Identifier", - "start": 138204, - "end": 138211, + "start": 140594, + "end": 140601, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 39 }, "end": { - "line": 3079, + "line": 3121, "column": 46 }, "identifierName": "valueOf" @@ -508075,15 +508347,15 @@ }, "property": { "type": "Identifier", - "start": 138214, - "end": 138220, + "start": 140604, + "end": 140610, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 49 }, "end": { - "line": 3079, + "line": 3121, "column": 55 }, "identifierName": "length" @@ -508095,15 +508367,15 @@ "operator": "===", "right": { "type": "NumericLiteral", - "start": 138225, - "end": 138226, + "start": 140615, + "end": 140616, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 60 }, "end": { - "line": 3079, + "line": 3121, "column": 61 } }, @@ -508115,7 +508387,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 138196 + "parenStart": 140586 } } } @@ -508124,43 +508396,43 @@ }, "alternate": { "type": "IfStatement", - "start": 138276, - "end": 138471, + "start": 140666, + "end": 140861, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 138281, - "end": 138316, + "start": 140671, + "end": 140706, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 25 }, "end": { - "line": 3081, + "line": 3123, "column": 60 } }, "left": { "type": "UnaryExpression", - "start": 138281, - "end": 138303, + "start": 140671, + "end": 140693, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 25 }, "end": { - "line": 3081, + "line": 3123, "column": 47 } }, @@ -508168,43 +508440,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 138288, - "end": 138303, + "start": 140678, + "end": 140693, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 138288, - "end": 138301, + "start": 140678, + "end": 140691, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 45 } }, "object": { "type": "Identifier", - "start": 138288, - "end": 138293, + "start": 140678, + "end": 140683, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 37 }, "identifierName": "value" @@ -508213,15 +508485,15 @@ }, "property": { "type": "Identifier", - "start": 138294, - "end": 138301, + "start": 140684, + "end": 140691, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 38 }, "end": { - "line": 3081, + "line": 3123, "column": 45 }, "identifierName": "valueOf" @@ -508239,15 +508511,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 138308, - "end": 138316, + "start": 140698, + "end": 140706, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 52 }, "end": { - "line": 3081, + "line": 3123, "column": 60 } }, @@ -508260,87 +508532,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 138319, - "end": 138406, + "start": 140709, + "end": 140796, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 63 }, "end": { - "line": 3083, + "line": 3125, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138345, - "end": 138384, + "start": 140735, + "end": 140774, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 24 }, "end": { - "line": 3082, + "line": 3124, "column": 63 } }, "argument": { "type": "CallExpression", - "start": 138352, - "end": 138384, + "start": 140742, + "end": 140774, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 138352, - "end": 138365, + "start": 140742, + "end": 140755, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 138352, - "end": 138356, + "start": 140742, + "end": 140746, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 35 } } }, "property": { "type": "Identifier", - "start": 138357, - "end": 138365, + "start": 140747, + "end": 140755, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 36 }, "end": { - "line": 3082, + "line": 3124, "column": 44 }, "identifierName": "is_empty" @@ -508352,43 +508624,43 @@ "arguments": [ { "type": "CallExpression", - "start": 138367, - "end": 138382, + "start": 140757, + "end": 140772, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 138367, - "end": 138380, + "start": 140757, + "end": 140770, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 59 } }, "object": { "type": "Identifier", - "start": 138367, - "end": 138372, + "start": 140757, + "end": 140762, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 51 }, "identifierName": "value" @@ -508397,15 +508669,15 @@ }, "property": { "type": "Identifier", - "start": 138373, - "end": 138380, + "start": 140763, + "end": 140770, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 52 }, "end": { - "line": 3082, + "line": 3124, "column": 59 }, "identifierName": "valueOf" @@ -508424,44 +508696,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 138412, - "end": 138471, + "start": 140802, + "end": 140861, "loc": { "start": { - "line": 3083, + "line": 3125, "column": 27 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 138438, - "end": 138449, + "start": 140828, + "end": 140839, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 24 }, "end": { - "line": 3084, + "line": 3126, "column": 35 } }, "argument": { "type": "BooleanLiteral", - "start": 138445, - "end": 138449, + "start": 140835, + "end": 140839, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 31 }, "end": { - "line": 3084, + "line": 3126, "column": 35 } }, @@ -508477,15 +508749,15 @@ { "type": "CommentLine", "value": " When object is not array:", - "start": 137893, - "end": 137921, + "start": 140283, + "end": 140311, "loc": { "start": { - "line": 3074, + "line": 3116, "column": 20 }, "end": { - "line": 3074, + "line": 3116, "column": 48 } } @@ -508499,15 +508771,15 @@ ], "test": { "type": "StringLiteral", - "start": 137695, - "end": 137703, + "start": 140085, + "end": 140093, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 17 }, "end": { - "line": 3069, + "line": 3111, "column": 25 } }, @@ -508520,58 +508792,58 @@ }, { "type": "SwitchCase", - "start": 138502, - "end": 138556, + "start": 140892, + "end": 140946, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 12 }, "end": { - "line": 3088, + "line": 3130, "column": 39 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138533, - "end": 138556, + "start": 140923, + "end": 140946, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 16 }, "end": { - "line": 3088, + "line": 3130, "column": 39 } }, "argument": { "type": "BinaryExpression", - "start": 138542, - "end": 138554, + "start": 140932, + "end": 140944, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 25 }, "end": { - "line": 3088, + "line": 3130, "column": 37 } }, "left": { "type": "Identifier", - "start": 138542, - "end": 138547, + "start": 140932, + "end": 140937, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 25 }, "end": { - "line": 3088, + "line": 3130, "column": 30 }, "identifierName": "value" @@ -508581,15 +508853,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 138552, - "end": 138554, + "start": 140942, + "end": 140944, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 35 }, "end": { - "line": 3088, + "line": 3130, "column": 37 } }, @@ -508601,22 +508873,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 138540 + "parenStart": 140930 } } } ], "test": { "type": "StringLiteral", - "start": 138507, - "end": 138515, + "start": 140897, + "end": 140905, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 17 }, "end": { - "line": 3087, + "line": 3129, "column": 25 } }, @@ -508629,58 +508901,58 @@ }, { "type": "SwitchCase", - "start": 138569, - "end": 138621, + "start": 140959, + "end": 141011, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 12 }, "end": { - "line": 3090, + "line": 3132, "column": 37 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138600, - "end": 138621, + "start": 140990, + "end": 141011, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 16 }, "end": { - "line": 3090, + "line": 3132, "column": 37 } }, "argument": { "type": "BinaryExpression", - "start": 138609, - "end": 138619, + "start": 140999, + "end": 141009, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 25 }, "end": { - "line": 3090, + "line": 3132, "column": 35 } }, "left": { "type": "Identifier", - "start": 138609, - "end": 138614, + "start": 140999, + "end": 141004, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 25 }, "end": { - "line": 3090, + "line": 3132, "column": 30 }, "identifierName": "value" @@ -508690,15 +508962,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 138618, - "end": 138619, + "start": 141008, + "end": 141009, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 34 }, "end": { - "line": 3090, + "line": 3132, "column": 35 } }, @@ -508710,22 +508982,22 @@ }, "extra": { "parenthesized": true, - "parenStart": 138607 + "parenStart": 140997 } } } ], "test": { "type": "StringLiteral", - "start": 138574, - "end": 138582, + "start": 140964, + "end": 140972, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 17 }, "end": { - "line": 3089, + "line": 3131, "column": 25 } }, @@ -508738,44 +509010,44 @@ }, { "type": "SwitchCase", - "start": 138634, - "end": 138680, + "start": 141024, + "end": 141070, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 12 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138666, - "end": 138680, + "start": 141056, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 16 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, "argument": { "type": "UnaryExpression", - "start": 138673, - "end": 138680, + "start": 141063, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 23 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } }, @@ -508783,15 +509055,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 138675, - "end": 138680, + "start": 141065, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 25 }, "end": { - "line": 3092, + "line": 3134, "column": 30 }, "identifierName": "value" @@ -508806,15 +509078,15 @@ ], "test": { "type": "StringLiteral", - "start": 138639, - "end": 138648, + "start": 141029, + "end": 141038, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 17 }, "end": { - "line": 3091, + "line": 3133, "column": 26 } }, @@ -508827,30 +509099,30 @@ }, { "type": "SwitchCase", - "start": 138693, - "end": 138710, + "start": 141083, + "end": 141100, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 12 }, "end": { - "line": 3093, + "line": 3135, "column": 29 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138698, - "end": 138709, + "start": 141088, + "end": 141099, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 17 }, "end": { - "line": 3093, + "line": 3135, "column": 28 } }, @@ -508863,44 +509135,44 @@ }, { "type": "SwitchCase", - "start": 138723, - "end": 138763, + "start": 141113, + "end": 141153, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 12 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138752, - "end": 138763, + "start": 141142, + "end": 141153, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 16 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, "argument": { "type": "BooleanLiteral", - "start": 138759, - "end": 138763, + "start": 141149, + "end": 141153, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 23 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } }, @@ -508910,15 +509182,15 @@ ], "test": { "type": "StringLiteral", - "start": 138728, - "end": 138734, + "start": 141118, + "end": 141124, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 17 }, "end": { - "line": 3094, + "line": 3136, "column": 23 } }, @@ -508931,30 +509203,30 @@ }, { "type": "SwitchCase", - "start": 138776, - "end": 138790, + "start": 141166, + "end": 141180, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 12 }, "end": { - "line": 3096, + "line": 3138, "column": 26 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138781, - "end": 138789, + "start": 141171, + "end": 141179, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 17 }, "end": { - "line": 3096, + "line": 3138, "column": 25 } }, @@ -508968,15 +509240,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -508985,30 +509257,30 @@ }, { "type": "SwitchCase", - "start": 138824, - "end": 138840, + "start": 141214, + "end": 141230, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 12 }, "end": { - "line": 3097, + "line": 3139, "column": 28 } }, "consequent": [], "test": { "type": "StringLiteral", - "start": 138829, - "end": 138839, + "start": 141219, + "end": 141229, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 17 }, "end": { - "line": 3097, + "line": 3139, "column": 27 } }, @@ -509023,15 +509295,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -509040,44 +509312,44 @@ }, { "type": "SwitchCase", - "start": 138853, - "end": 138890, + "start": 141243, + "end": 141280, "loc": { "start": { - "line": 3098, + "line": 3140, "column": 12 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, "consequent": [ { "type": "ReturnStatement", - "start": 138878, - "end": 138890, + "start": 141268, + "end": 141280, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 16 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, "argument": { "type": "BooleanLiteral", - "start": 138885, - "end": 138890, + "start": 141275, + "end": 141280, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 23 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } }, @@ -509097,15 +509369,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -509113,15 +509385,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -509131,15 +509403,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -509148,15 +509420,15 @@ }, { "type": "ClassMethod", - "start": 139086, - "end": 139188, + "start": 141476, + "end": 141578, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 4 }, "end": { - "line": 3110, + "line": 3152, "column": 5 } }, @@ -509164,15 +509436,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 139086, - "end": 139095, + "start": 141476, + "end": 141485, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 4 }, "end": { - "line": 3108, + "line": 3150, "column": 13 }, "identifierName": "is_Object" @@ -509188,15 +509460,15 @@ "params": [ { "type": "Identifier", - "start": 139097, - "end": 139101, + "start": 141487, + "end": 141491, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 15 }, "end": { - "line": 3108, + "line": 3150, "column": 19 }, "identifierName": "item" @@ -509206,72 +509478,72 @@ ], "body": { "type": "BlockStatement", - "start": 139104, - "end": 139188, + "start": 141494, + "end": 141578, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 22 }, "end": { - "line": 3110, + "line": 3152, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 139114, - "end": 139182, + "start": 141504, + "end": 141572, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 8 }, "end": { - "line": 3109, + "line": 3151, "column": 76 } }, "argument": { "type": "LogicalExpression", - "start": 139122, - "end": 139181, + "start": 141512, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, "left": { "type": "LogicalExpression", - "start": 139122, - "end": 139154, + "start": 141512, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, "left": { "type": "Identifier", - "start": 139122, - "end": 139126, + "start": 141512, + "end": 141516, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 20 }, "identifierName": "item" @@ -509281,29 +509553,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 139130, - "end": 139154, + "start": 141520, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 24 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, "left": { "type": "UnaryExpression", - "start": 139130, - "end": 139141, + "start": 141520, + "end": 141531, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 24 }, "end": { - "line": 3109, + "line": 3151, "column": 35 } }, @@ -509311,15 +509583,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 139137, - "end": 139141, + "start": 141527, + "end": 141531, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 31 }, "end": { - "line": 3109, + "line": 3151, "column": 35 }, "identifierName": "item" @@ -509333,15 +509605,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 139146, - "end": 139154, + "start": 141536, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 40 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } }, @@ -509356,15 +509628,15 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 139158, - "end": 139181, + "start": 141548, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 52 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, @@ -509372,43 +509644,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 139160, - "end": 139181, + "start": 141550, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 139160, - "end": 139173, + "start": 141550, + "end": 141563, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 67 } }, "object": { "type": "Identifier", - "start": 139160, - "end": 139165, + "start": 141550, + "end": 141555, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 59 }, "identifierName": "Array" @@ -509417,15 +509689,15 @@ }, "property": { "type": "Identifier", - "start": 139166, - "end": 139173, + "start": 141556, + "end": 141563, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 60 }, "end": { - "line": 3109, + "line": 3151, "column": 67 }, "identifierName": "isArray" @@ -509437,15 +509709,15 @@ "arguments": [ { "type": "Identifier", - "start": 139175, - "end": 139179, + "start": 141565, + "end": 141569, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 69 }, "end": { - "line": 3109, + "line": 3151, "column": 73 }, "identifierName": "item" @@ -509460,7 +509732,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 139121 + "parenStart": 141511 } } } @@ -509472,15 +509744,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -509490,15 +509762,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -509507,15 +509779,15 @@ }, { "type": "ClassMethod", - "start": 139393, - "end": 140078, + "start": 141783, + "end": 142468, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 4 }, "end": { - "line": 3135, + "line": 3177, "column": 5 } }, @@ -509523,15 +509795,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 139393, - "end": 139402, + "start": 141783, + "end": 141792, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 4 }, "end": { - "line": 3118, + "line": 3160, "column": 13 }, "identifierName": "mergeDeep" @@ -509547,15 +509819,15 @@ "params": [ { "type": "Identifier", - "start": 139404, - "end": 139410, + "start": 141794, + "end": 141800, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 15 }, "end": { - "line": 3118, + "line": 3160, "column": 21 }, "identifierName": "target" @@ -509564,15 +509836,15 @@ }, { "type": "Identifier", - "start": 139412, - "end": 139418, + "start": 141802, + "end": 141808, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 23 }, "end": { - "line": 3118, + "line": 3160, "column": 29 }, "identifierName": "source" @@ -509582,59 +509854,59 @@ ], "body": { "type": "BlockStatement", - "start": 139421, - "end": 140078, + "start": 141811, + "end": 142468, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 32 }, "end": { - "line": 3135, + "line": 3177, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 139431, - "end": 139471, + "start": 141821, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 8 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 139435, - "end": 139471, + "start": 141825, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 12 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "id": { "type": "Identifier", - "start": 139435, - "end": 139441, + "start": 141825, + "end": 141831, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 12 }, "end": { - "line": 3119, + "line": 3161, "column": 18 }, "identifierName": "output" @@ -509643,43 +509915,43 @@ }, "init": { "type": "CallExpression", - "start": 139444, - "end": 139471, + "start": 141834, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 139444, - "end": 139457, + "start": 141834, + "end": 141847, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 34 } }, "object": { "type": "Identifier", - "start": 139444, - "end": 139450, + "start": 141834, + "end": 141840, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 27 }, "identifierName": "Object" @@ -509688,15 +509960,15 @@ }, "property": { "type": "Identifier", - "start": 139451, - "end": 139457, + "start": 141841, + "end": 141847, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 28 }, "end": { - "line": 3119, + "line": 3161, "column": 34 }, "identifierName": "assign" @@ -509708,15 +509980,15 @@ "arguments": [ { "type": "ObjectExpression", - "start": 139459, - "end": 139461, + "start": 141849, + "end": 141851, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 36 }, "end": { - "line": 3119, + "line": 3161, "column": 38 } }, @@ -509724,15 +509996,15 @@ }, { "type": "Identifier", - "start": 139463, - "end": 139469, + "start": 141853, + "end": 141859, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 40 }, "end": { - "line": 3119, + "line": 3161, "column": 46 }, "identifierName": "target" @@ -509747,86 +510019,86 @@ }, { "type": "IfStatement", - "start": 139489, - "end": 140050, + "start": 141879, + "end": 142440, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 8 }, "end": { - "line": 3133, + "line": 3175, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 139494, - "end": 139546, + "start": 141884, + "end": 141936, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 65 } }, "left": { "type": "CallExpression", - "start": 139494, - "end": 139518, + "start": 141884, + "end": 141908, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 139494, - "end": 139508, + "start": 141884, + "end": 141898, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 139494, - "end": 139498, + "start": 141884, + "end": 141888, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 17 } } }, "property": { "type": "Identifier", - "start": 139499, - "end": 139508, + "start": 141889, + "end": 141898, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 18 }, "end": { - "line": 3121, + "line": 3163, "column": 27 }, "identifierName": "is_Object" @@ -509838,15 +510110,15 @@ "arguments": [ { "type": "Identifier", - "start": 139510, - "end": 139516, + "start": 141900, + "end": 141906, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 29 }, "end": { - "line": 3121, + "line": 3163, "column": 35 }, "identifierName": "target" @@ -509858,58 +510130,58 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 139522, - "end": 139546, + "start": 141912, + "end": 141936, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 139522, - "end": 139536, + "start": 141912, + "end": 141926, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 139522, - "end": 139526, + "start": 141912, + "end": 141916, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 45 } } }, "property": { "type": "Identifier", - "start": 139527, - "end": 139536, + "start": 141917, + "end": 141926, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 46 }, "end": { - "line": 3121, + "line": 3163, "column": 55 }, "identifierName": "is_Object" @@ -509921,15 +510193,15 @@ "arguments": [ { "type": "Identifier", - "start": 139538, - "end": 139544, + "start": 141928, + "end": 141934, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 57 }, "end": { - "line": 3121, + "line": 3163, "column": 63 }, "identifierName": "source" @@ -509941,73 +510213,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 139549, - "end": 140050, + "start": 141939, + "end": 142440, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 68 }, "end": { - "line": 3133, + "line": 3175, "column": 9 } }, "body": [ { "type": "ForOfStatement", - "start": 139563, - "end": 140040, + "start": 141953, + "end": 142430, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 12 }, "end": { - "line": 3132, + "line": 3174, "column": 13 } }, "left": { "type": "VariableDeclaration", - "start": 139569, - "end": 139578, + "start": 141959, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 18 }, "end": { - "line": 3122, + "line": 3164, "column": 27 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 139575, - "end": 139578, + "start": 141965, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 24 }, "end": { - "line": 3122, + "line": 3164, "column": 27 } }, "id": { "type": "Identifier", - "start": 139575, - "end": 139578, + "start": 141965, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 24 }, "end": { - "line": 3122, + "line": 3164, "column": 27 }, "identifierName": "key" @@ -510021,43 +510293,43 @@ }, "right": { "type": "CallExpression", - "start": 139582, - "end": 139603, + "start": 141972, + "end": 141993, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 139582, - "end": 139593, + "start": 141972, + "end": 141983, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 42 } }, "object": { "type": "Identifier", - "start": 139582, - "end": 139588, + "start": 141972, + "end": 141978, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 37 }, "identifierName": "Object" @@ -510066,15 +510338,15 @@ }, "property": { "type": "Identifier", - "start": 139589, - "end": 139593, + "start": 141979, + "end": 141983, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 38 }, "end": { - "line": 3122, + "line": 3164, "column": 42 }, "identifierName": "keys" @@ -510086,15 +510358,15 @@ "arguments": [ { "type": "Identifier", - "start": 139595, - "end": 139601, + "start": 141985, + "end": 141991, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 44 }, "end": { - "line": 3122, + "line": 3164, "column": 50 }, "identifierName": "source" @@ -510105,87 +510377,87 @@ }, "body": { "type": "BlockStatement", - "start": 139606, - "end": 140040, + "start": 141996, + "end": 142430, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 55 }, "end": { - "line": 3132, + "line": 3174, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 139624, - "end": 140026, + "start": 142014, + "end": 142416, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 16 }, "end": { - "line": 3131, + "line": 3173, "column": 17 } }, "test": { "type": "CallExpression", - "start": 139629, - "end": 139658, + "start": 142019, + "end": 142048, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 139629, - "end": 139643, + "start": 142019, + "end": 142033, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 139629, - "end": 139633, + "start": 142019, + "end": 142023, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 25 } } }, "property": { "type": "Identifier", - "start": 139634, - "end": 139643, + "start": 142024, + "end": 142033, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 26 }, "end": { - "line": 3123, + "line": 3165, "column": 35 }, "identifierName": "is_Object" @@ -510197,29 +510469,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 139645, - "end": 139656, + "start": 142035, + "end": 142046, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 37 }, "end": { - "line": 3123, + "line": 3165, "column": 48 } }, "object": { "type": "Identifier", - "start": 139645, - "end": 139651, + "start": 142035, + "end": 142041, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 37 }, "end": { - "line": 3123, + "line": 3165, "column": 43 }, "identifierName": "source" @@ -510228,15 +510500,15 @@ }, "property": { "type": "Identifier", - "start": 139652, - "end": 139655, + "start": 142042, + "end": 142045, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 44 }, "end": { - "line": 3123, + "line": 3165, "column": 47 }, "identifierName": "key" @@ -510249,44 +510521,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 139661, - "end": 139933, + "start": 142051, + "end": 142323, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 53 }, "end": { - "line": 3129, + "line": 3171, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 139683, - "end": 139915, + "start": 142073, + "end": 142305, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 20 }, "end": { - "line": 3128, + "line": 3170, "column": 21 } }, "test": { "type": "UnaryExpression", - "start": 139688, - "end": 139707, + "start": 142078, + "end": 142097, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 25 }, "end": { - "line": 3124, + "line": 3166, "column": 44 } }, @@ -510294,29 +510566,29 @@ "prefix": true, "argument": { "type": "BinaryExpression", - "start": 139692, - "end": 139705, + "start": 142082, + "end": 142095, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 29 }, "end": { - "line": 3124, + "line": 3166, "column": 42 } }, "left": { "type": "Identifier", - "start": 139692, - "end": 139695, + "start": 142082, + "end": 142085, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 29 }, "end": { - "line": 3124, + "line": 3166, "column": 32 }, "identifierName": "key" @@ -510326,15 +510598,15 @@ "operator": "in", "right": { "type": "Identifier", - "start": 139699, - "end": 139705, + "start": 142089, + "end": 142095, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 36 }, "end": { - "line": 3124, + "line": 3166, "column": 42 }, "identifierName": "target" @@ -510343,7 +510615,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 139690 + "parenStart": 142080 } }, "extra": { @@ -510352,72 +510624,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 139710, - "end": 139805, + "start": 142100, + "end": 142195, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 47 }, "end": { - "line": 3126, + "line": 3168, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 139736, - "end": 139783, + "start": 142126, + "end": 142173, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 139736, - "end": 139783, + "start": 142126, + "end": 142173, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 139736, - "end": 139749, + "start": 142126, + "end": 142139, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 37 } }, "object": { "type": "Identifier", - "start": 139736, - "end": 139742, + "start": 142126, + "end": 142132, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 30 }, "identifierName": "Object" @@ -510426,15 +510698,15 @@ }, "property": { "type": "Identifier", - "start": 139743, - "end": 139749, + "start": 142133, + "end": 142139, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 31 }, "end": { - "line": 3125, + "line": 3167, "column": 37 }, "identifierName": "assign" @@ -510446,15 +510718,15 @@ "arguments": [ { "type": "Identifier", - "start": 139751, - "end": 139757, + "start": 142141, + "end": 142147, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 39 }, "end": { - "line": 3125, + "line": 3167, "column": 45 }, "identifierName": "output" @@ -510463,30 +510735,30 @@ }, { "type": "ObjectExpression", - "start": 139759, - "end": 139781, + "start": 142149, + "end": 142171, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 47 }, "end": { - "line": 3125, + "line": 3167, "column": 69 } }, "properties": [ { "type": "ObjectProperty", - "start": 139761, - "end": 139779, + "start": 142151, + "end": 142169, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 49 }, "end": { - "line": 3125, + "line": 3167, "column": 67 } }, @@ -510495,15 +510767,15 @@ "computed": true, "key": { "type": "Identifier", - "start": 139762, - "end": 139765, + "start": 142152, + "end": 142155, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 50 }, "end": { - "line": 3125, + "line": 3167, "column": 53 }, "identifierName": "key" @@ -510512,29 +510784,29 @@ }, "value": { "type": "MemberExpression", - "start": 139768, - "end": 139779, + "start": 142158, + "end": 142169, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 56 }, "end": { - "line": 3125, + "line": 3167, "column": 67 } }, "object": { "type": "Identifier", - "start": 139768, - "end": 139774, + "start": 142158, + "end": 142164, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 56 }, "end": { - "line": 3125, + "line": 3167, "column": 62 }, "identifierName": "source" @@ -510543,15 +510815,15 @@ }, "property": { "type": "Identifier", - "start": 139775, - "end": 139778, + "start": 142165, + "end": 142168, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 63 }, "end": { - "line": 3125, + "line": 3167, "column": 66 }, "identifierName": "key" @@ -510571,73 +510843,73 @@ }, "alternate": { "type": "BlockStatement", - "start": 139811, - "end": 139915, + "start": 142201, + "end": 142305, "loc": { "start": { - "line": 3126, + "line": 3168, "column": 27 }, "end": { - "line": 3128, + "line": 3170, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 139837, - "end": 139893, + "start": 142227, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 139837, - "end": 139893, + "start": 142227, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 139837, - "end": 139848, + "start": 142227, + "end": 142238, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 35 } }, "object": { "type": "Identifier", - "start": 139837, - "end": 139843, + "start": 142227, + "end": 142233, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 30 }, "identifierName": "output" @@ -510646,15 +510918,15 @@ }, "property": { "type": "Identifier", - "start": 139844, - "end": 139847, + "start": 142234, + "end": 142237, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 31 }, "end": { - "line": 3127, + "line": 3169, "column": 34 }, "identifierName": "key" @@ -510665,58 +510937,58 @@ }, "right": { "type": "CallExpression", - "start": 139851, - "end": 139893, + "start": 142241, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 139851, - "end": 139865, + "start": 142241, + "end": 142255, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 139851, - "end": 139855, + "start": 142241, + "end": 142245, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 42 } } }, "property": { "type": "Identifier", - "start": 139856, - "end": 139865, + "start": 142246, + "end": 142255, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 43 }, "end": { - "line": 3127, + "line": 3169, "column": 52 }, "identifierName": "mergeDeep" @@ -510728,29 +511000,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 139867, - "end": 139878, + "start": 142257, + "end": 142268, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 54 }, "end": { - "line": 3127, + "line": 3169, "column": 65 } }, "object": { "type": "Identifier", - "start": 139867, - "end": 139873, + "start": 142257, + "end": 142263, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 54 }, "end": { - "line": 3127, + "line": 3169, "column": 60 }, "identifierName": "target" @@ -510759,15 +511031,15 @@ }, "property": { "type": "Identifier", - "start": 139874, - "end": 139877, + "start": 142264, + "end": 142267, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 61 }, "end": { - "line": 3127, + "line": 3169, "column": 64 }, "identifierName": "key" @@ -510778,29 +511050,29 @@ }, { "type": "MemberExpression", - "start": 139880, - "end": 139891, + "start": 142270, + "end": 142281, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 67 }, "end": { - "line": 3127, + "line": 3169, "column": 78 } }, "object": { "type": "Identifier", - "start": 139880, - "end": 139886, + "start": 142270, + "end": 142276, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 67 }, "end": { - "line": 3127, + "line": 3169, "column": 73 }, "identifierName": "source" @@ -510809,15 +511081,15 @@ }, "property": { "type": "Identifier", - "start": 139887, - "end": 139890, + "start": 142277, + "end": 142280, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 74 }, "end": { - "line": 3127, + "line": 3169, "column": 77 }, "identifierName": "key" @@ -510839,72 +511111,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 139939, - "end": 140026, + "start": 142329, + "end": 142416, "loc": { "start": { - "line": 3129, + "line": 3171, "column": 23 }, "end": { - "line": 3131, + "line": 3173, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 139961, - "end": 140008, + "start": 142351, + "end": 142398, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 67 } }, "expression": { "type": "CallExpression", - "start": 139961, - "end": 140008, + "start": 142351, + "end": 142398, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 139961, - "end": 139974, + "start": 142351, + "end": 142364, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 33 } }, "object": { "type": "Identifier", - "start": 139961, - "end": 139967, + "start": 142351, + "end": 142357, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 26 }, "identifierName": "Object" @@ -510913,15 +511185,15 @@ }, "property": { "type": "Identifier", - "start": 139968, - "end": 139974, + "start": 142358, + "end": 142364, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 27 }, "end": { - "line": 3130, + "line": 3172, "column": 33 }, "identifierName": "assign" @@ -510933,15 +511205,15 @@ "arguments": [ { "type": "Identifier", - "start": 139976, - "end": 139982, + "start": 142366, + "end": 142372, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 35 }, "end": { - "line": 3130, + "line": 3172, "column": 41 }, "identifierName": "output" @@ -510950,30 +511222,30 @@ }, { "type": "ObjectExpression", - "start": 139984, - "end": 140006, + "start": 142374, + "end": 142396, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 43 }, "end": { - "line": 3130, + "line": 3172, "column": 65 } }, "properties": [ { "type": "ObjectProperty", - "start": 139986, - "end": 140004, + "start": 142376, + "end": 142394, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 45 }, "end": { - "line": 3130, + "line": 3172, "column": 63 } }, @@ -510982,15 +511254,15 @@ "computed": true, "key": { "type": "Identifier", - "start": 139987, - "end": 139990, + "start": 142377, + "end": 142380, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 46 }, "end": { - "line": 3130, + "line": 3172, "column": 49 }, "identifierName": "key" @@ -510999,29 +511271,29 @@ }, "value": { "type": "MemberExpression", - "start": 139993, - "end": 140004, + "start": 142383, + "end": 142394, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 52 }, "end": { - "line": 3130, + "line": 3172, "column": 63 } }, "object": { "type": "Identifier", - "start": 139993, - "end": 139999, + "start": 142383, + "end": 142389, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 52 }, "end": { - "line": 3130, + "line": 3172, "column": 58 }, "identifierName": "source" @@ -511030,15 +511302,15 @@ }, "property": { "type": "Identifier", - "start": 140000, - "end": 140003, + "start": 142390, + "end": 142393, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 59 }, "end": { - "line": 3130, + "line": 3172, "column": 62 }, "identifierName": "key" @@ -511068,29 +511340,29 @@ }, { "type": "ReturnStatement", - "start": 140059, - "end": 140072, + "start": 142449, + "end": 142462, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 8 }, "end": { - "line": 3134, + "line": 3176, "column": 21 } }, "argument": { "type": "Identifier", - "start": 140066, - "end": 140072, + "start": 142456, + "end": 142462, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 15 }, "end": { - "line": 3134, + "line": 3176, "column": 21 }, "identifierName": "output" @@ -511106,15 +511378,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -511124,15 +511396,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -511141,15 +511413,15 @@ }, { "type": "ClassMethod", - "start": 140208, - "end": 140299, + "start": 142598, + "end": 142689, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 4 }, "end": { - "line": 3144, + "line": 3186, "column": 5 } }, @@ -511157,15 +511429,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140208, - "end": 140219, + "start": 142598, + "end": 142609, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 4 }, "end": { - "line": 3142, + "line": 3184, "column": 15 }, "identifierName": "is_iterable" @@ -511181,15 +511453,15 @@ "params": [ { "type": "Identifier", - "start": 140221, - "end": 140224, + "start": 142611, + "end": 142614, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 17 }, "end": { - "line": 3142, + "line": 3184, "column": 20 }, "identifierName": "obj" @@ -511199,58 +511471,58 @@ ], "body": { "type": "BlockStatement", - "start": 140227, - "end": 140299, + "start": 142617, + "end": 142689, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 23 }, "end": { - "line": 3144, + "line": 3186, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 140237, - "end": 140293, + "start": 142627, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 8 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "argument": { "type": "LogicalExpression", - "start": 140244, - "end": 140293, + "start": 142634, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 15 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "left": { "type": "Identifier", - "start": 140244, - "end": 140247, + "start": 142634, + "end": 142637, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 15 }, "end": { - "line": 3143, + "line": 3185, "column": 18 }, "identifierName": "obj" @@ -511260,29 +511532,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 140251, - "end": 140293, + "start": 142641, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 22 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 140251, - "end": 140278, + "start": 142641, + "end": 142668, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 22 }, "end": { - "line": 3143, + "line": 3185, "column": 49 } }, @@ -511290,29 +511562,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 140258, - "end": 140278, + "start": 142648, + "end": 142668, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 29 }, "end": { - "line": 3143, + "line": 3185, "column": 49 } }, "object": { "type": "Identifier", - "start": 140258, - "end": 140261, + "start": 142648, + "end": 142651, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 29 }, "end": { - "line": 3143, + "line": 3185, "column": 32 }, "identifierName": "obj" @@ -511321,29 +511593,29 @@ }, "property": { "type": "MemberExpression", - "start": 140262, - "end": 140277, + "start": 142652, + "end": 142667, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 33 }, "end": { - "line": 3143, + "line": 3185, "column": 48 } }, "object": { "type": "Identifier", - "start": 140262, - "end": 140268, + "start": 142652, + "end": 142658, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 33 }, "end": { - "line": 3143, + "line": 3185, "column": 39 }, "identifierName": "Symbol" @@ -511352,15 +511624,15 @@ }, "property": { "type": "Identifier", - "start": 140269, - "end": 140277, + "start": 142659, + "end": 142667, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 40 }, "end": { - "line": 3143, + "line": 3185, "column": 48 }, "identifierName": "iterator" @@ -511378,15 +511650,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 140283, - "end": 140293, + "start": 142673, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 54 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } }, @@ -511407,15 +511679,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -511425,15 +511697,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -511442,15 +511714,15 @@ }, { "type": "ClassMethod", - "start": 140435, - "end": 140944, + "start": 142825, + "end": 143334, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 4 }, "end": { - "line": 3171, + "line": 3213, "column": 5 } }, @@ -511458,15 +511730,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140435, - "end": 140451, + "start": 142825, + "end": 142841, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 4 }, "end": { - "line": 3151, + "line": 3193, "column": 20 }, "identifierName": "toIterableObject" @@ -511482,15 +511754,15 @@ "params": [ { "type": "Identifier", - "start": 140453, - "end": 140456, + "start": 142843, + "end": 142846, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 22 }, "end": { - "line": 3151, + "line": 3193, "column": 25 }, "identifierName": "obj" @@ -511500,87 +511772,87 @@ ], "body": { "type": "BlockStatement", - "start": 140459, - "end": 140944, + "start": 142849, + "end": 143334, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 28 }, "end": { - "line": 3171, + "line": 3213, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 140469, - "end": 140534, + "start": 142859, + "end": 142924, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 8 }, "end": { - "line": 3154, + "line": 3196, "column": 9 } }, "test": { "type": "CallExpression", - "start": 140474, - "end": 140497, + "start": 142864, + "end": 142887, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 140474, - "end": 140490, + "start": 142864, + "end": 142880, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 140474, - "end": 140478, + "start": 142864, + "end": 142868, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 17 } } }, "property": { "type": "Identifier", - "start": 140479, - "end": 140490, + "start": 142869, + "end": 142880, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 18 }, "end": { - "line": 3152, + "line": 3194, "column": 29 }, "identifierName": "is_iterable" @@ -511592,15 +511864,15 @@ "arguments": [ { "type": "Identifier", - "start": 140492, - "end": 140495, + "start": 142882, + "end": 142885, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 31 }, "end": { - "line": 3152, + "line": 3194, "column": 34 }, "identifierName": "obj" @@ -511611,44 +511883,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 140500, - "end": 140534, + "start": 142890, + "end": 142924, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 39 }, "end": { - "line": 3154, + "line": 3196, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 140514, - "end": 140524, + "start": 142904, + "end": 142914, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 12 }, "end": { - "line": 3153, + "line": 3195, "column": 22 } }, "argument": { "type": "Identifier", - "start": 140521, - "end": 140524, + "start": 142911, + "end": 142914, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 19 }, "end": { - "line": 3153, + "line": 3195, "column": 22 }, "identifierName": "obj" @@ -511663,58 +511935,58 @@ }, { "type": "ExpressionStatement", - "start": 140552, - "end": 140910, + "start": 142942, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "expression": { "type": "AssignmentExpression", - "start": 140552, - "end": 140910, + "start": 142942, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 140552, - "end": 140572, + "start": 142942, + "end": 142962, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3156, + "line": 3198, "column": 28 } }, "object": { "type": "Identifier", - "start": 140552, - "end": 140555, + "start": 142942, + "end": 142945, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3156, + "line": 3198, "column": 11 }, "identifierName": "obj" @@ -511723,29 +511995,29 @@ }, "property": { "type": "MemberExpression", - "start": 140556, - "end": 140571, + "start": 142946, + "end": 142961, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 12 }, "end": { - "line": 3156, + "line": 3198, "column": 27 } }, "object": { "type": "Identifier", - "start": 140556, - "end": 140562, + "start": 142946, + "end": 142952, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 12 }, "end": { - "line": 3156, + "line": 3198, "column": 18 }, "identifierName": "Symbol" @@ -511754,15 +512026,15 @@ }, "property": { "type": "Identifier", - "start": 140563, - "end": 140571, + "start": 142953, + "end": 142961, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 19 }, "end": { - "line": 3156, + "line": 3198, "column": 27 }, "identifierName": "iterator" @@ -511775,15 +512047,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 140575, - "end": 140910, + "start": 142965, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 31 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, @@ -511794,59 +512066,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 140581, - "end": 140910, + "start": 142971, + "end": 143300, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 37 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 140595, - "end": 140608, + "start": 142985, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 12 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 140599, - "end": 140608, + "start": 142989, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 16 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, "id": { "type": "Identifier", - "start": 140599, - "end": 140604, + "start": 142989, + "end": 142994, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 16 }, "end": { - "line": 3157, + "line": 3199, "column": 21 }, "identifierName": "index" @@ -511855,15 +512127,15 @@ }, "init": { "type": "NumericLiteral", - "start": 140607, - "end": 140608, + "start": 142997, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 24 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } }, @@ -511879,44 +512151,44 @@ }, { "type": "ReturnStatement", - "start": 140634, - "end": 140900, + "start": 143024, + "end": 143290, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 12 }, "end": { - "line": 3167, + "line": 3209, "column": 13 } }, "argument": { "type": "ObjectExpression", - "start": 140641, - "end": 140900, + "start": 143031, + "end": 143290, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 19 }, "end": { - "line": 3167, + "line": 3209, "column": 13 } }, "properties": [ { "type": "ObjectMethod", - "start": 140659, - "end": 140886, + "start": 143049, + "end": 143276, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 16 }, "end": { - "line": 3166, + "line": 3208, "column": 17 } }, @@ -511925,15 +512197,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140659, - "end": 140663, + "start": 143049, + "end": 143053, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 16 }, "end": { - "line": 3160, + "line": 3202, "column": 20 }, "identifierName": "next" @@ -511948,72 +512220,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 140666, - "end": 140886, + "start": 143056, + "end": 143276, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 23 }, "end": { - "line": 3166, + "line": 3208, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 140688, - "end": 140868, + "start": 143078, + "end": 143258, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 20 }, "end": { - "line": 3165, + "line": 3207, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 140693, - "end": 140712, + "start": 143083, + "end": 143102, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 140693, - "end": 140703, + "start": 143083, + "end": 143093, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 35 } }, "object": { "type": "Identifier", - "start": 140693, - "end": 140696, + "start": 143083, + "end": 143086, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 28 }, "identifierName": "obj" @@ -512022,15 +512294,15 @@ }, "property": { "type": "Identifier", - "start": 140697, - "end": 140703, + "start": 143087, + "end": 143093, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 29 }, "end": { - "line": 3161, + "line": 3203, "column": 35 }, "identifierName": "length" @@ -512042,15 +512314,15 @@ "operator": "<=", "right": { "type": "Identifier", - "start": 140707, - "end": 140712, + "start": 143097, + "end": 143102, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 39 }, "end": { - "line": 3161, + "line": 3203, "column": 44 }, "identifierName": "index" @@ -512060,59 +512332,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 140715, - "end": 140784, + "start": 143105, + "end": 143174, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 47 }, "end": { - "line": 3163, + "line": 3205, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 140741, - "end": 140762, + "start": 143131, + "end": 143152, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 24 }, "end": { - "line": 3162, + "line": 3204, "column": 45 } }, "argument": { "type": "ObjectExpression", - "start": 140748, - "end": 140762, + "start": 143138, + "end": 143152, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 31 }, "end": { - "line": 3162, + "line": 3204, "column": 45 } }, "properties": [ { "type": "ObjectProperty", - "start": 140750, - "end": 140760, + "start": 143140, + "end": 143150, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 33 }, "end": { - "line": 3162, + "line": 3204, "column": 43 } }, @@ -512121,15 +512393,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140750, - "end": 140754, + "start": 143140, + "end": 143144, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 33 }, "end": { - "line": 3162, + "line": 3204, "column": 37 }, "identifierName": "done" @@ -512138,15 +512410,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 140756, - "end": 140760, + "start": 143146, + "end": 143150, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 39 }, "end": { - "line": 3162, + "line": 3204, "column": 43 } }, @@ -512161,59 +512433,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 140790, - "end": 140868, + "start": 143180, + "end": 143258, "loc": { "start": { - "line": 3163, + "line": 3205, "column": 27 }, "end": { - "line": 3165, + "line": 3207, "column": 21 } }, "body": [ { "type": "ReturnStatement", - "start": 140816, - "end": 140846, + "start": 143206, + "end": 143236, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 24 }, "end": { - "line": 3164, + "line": 3206, "column": 54 } }, "argument": { "type": "ObjectExpression", - "start": 140823, - "end": 140846, + "start": 143213, + "end": 143236, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 31 }, "end": { - "line": 3164, + "line": 3206, "column": 54 } }, "properties": [ { "type": "ObjectProperty", - "start": 140825, - "end": 140844, + "start": 143215, + "end": 143234, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 33 }, "end": { - "line": 3164, + "line": 3206, "column": 52 } }, @@ -512222,15 +512494,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 140825, - "end": 140830, + "start": 143215, + "end": 143220, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 33 }, "end": { - "line": 3164, + "line": 3206, "column": 38 }, "identifierName": "value" @@ -512239,29 +512511,29 @@ }, "value": { "type": "MemberExpression", - "start": 140832, - "end": 140844, + "start": 143222, + "end": 143234, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 40 }, "end": { - "line": 3164, + "line": 3206, "column": 52 } }, "object": { "type": "Identifier", - "start": 140832, - "end": 140835, + "start": 143222, + "end": 143225, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 40 }, "end": { - "line": 3164, + "line": 3206, "column": 43 }, "identifierName": "obj" @@ -512270,15 +512542,15 @@ }, "property": { "type": "UpdateExpression", - "start": 140836, - "end": 140843, + "start": 143226, + "end": 143233, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 44 }, "end": { - "line": 3164, + "line": 3206, "column": 51 } }, @@ -512286,15 +512558,15 @@ "prefix": false, "argument": { "type": "Identifier", - "start": 140836, - "end": 140841, + "start": 143226, + "end": 143231, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 44 }, "end": { - "line": 3164, + "line": 3206, "column": 49 }, "identifierName": "index" @@ -512327,29 +512599,29 @@ }, { "type": "ReturnStatement", - "start": 140928, - "end": 140938, + "start": 143318, + "end": 143328, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 8 }, "end": { - "line": 3170, + "line": 3212, "column": 18 } }, "argument": { "type": "Identifier", - "start": 140935, - "end": 140938, + "start": 143325, + "end": 143328, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 15 }, "end": { - "line": 3170, + "line": 3212, "column": 18 }, "identifierName": "obj" @@ -512365,15 +512637,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -512383,15 +512655,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -512400,15 +512672,15 @@ }, { "type": "ClassMethod", - "start": 141069, - "end": 141190, + "start": 143459, + "end": 143580, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 4 }, "end": { - "line": 3181, + "line": 3223, "column": 5 } }, @@ -512416,15 +512688,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141069, - "end": 141074, + "start": 143459, + "end": 143464, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 4 }, "end": { - "line": 3177, + "line": 3219, "column": 9 }, "identifierName": "sleep" @@ -512440,29 +512712,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 141076, - "end": 141084, + "start": 143466, + "end": 143474, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 11 }, "end": { - "line": 3177, + "line": 3219, "column": 19 } }, "left": { "type": "Identifier", - "start": 141076, - "end": 141080, + "start": 143466, + "end": 143470, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 11 }, "end": { - "line": 3177, + "line": 3219, "column": 15 }, "identifierName": "msec" @@ -512471,15 +512743,15 @@ }, "right": { "type": "NumericLiteral", - "start": 141083, - "end": 141084, + "start": 143473, + "end": 143474, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 18 }, "end": { - "line": 3177, + "line": 3219, "column": 19 } }, @@ -512493,58 +512765,58 @@ ], "body": { "type": "BlockStatement", - "start": 141087, - "end": 141190, + "start": 143477, + "end": 143580, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 22 }, "end": { - "line": 3181, + "line": 3223, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 141097, - "end": 141184, + "start": 143487, + "end": 143574, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 8 }, "end": { - "line": 3180, + "line": 3222, "column": 10 } }, "argument": { "type": "NewExpression", - "start": 141104, - "end": 141184, + "start": 143494, + "end": 143574, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 15 }, "end": { - "line": 3180, + "line": 3222, "column": 10 } }, "callee": { "type": "Identifier", - "start": 141108, - "end": 141115, + "start": 143498, + "end": 143505, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 19 }, "end": { - "line": 3178, + "line": 3220, "column": 26 }, "identifierName": "Promise" @@ -512554,15 +512826,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 141117, - "end": 141183, + "start": 143507, + "end": 143573, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 28 }, "end": { - "line": 3180, + "line": 3222, "column": 9 } }, @@ -512573,15 +512845,15 @@ "params": [ { "type": "Identifier", - "start": 141119, - "end": 141126, + "start": 143509, + "end": 143516, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 30 }, "end": { - "line": 3178, + "line": 3220, "column": 37 }, "identifierName": "resolve" @@ -512591,58 +512863,58 @@ ], "body": { "type": "BlockStatement", - "start": 141132, - "end": 141183, + "start": 143522, + "end": 143573, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 43 }, "end": { - "line": 3180, + "line": 3222, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 141146, - "end": 141173, + "start": 143536, + "end": 143563, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 141146, - "end": 141173, + "start": 143536, + "end": 143563, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 39 } }, "callee": { "type": "Identifier", - "start": 141146, - "end": 141156, + "start": 143536, + "end": 143546, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 22 }, "identifierName": "setTimeout" @@ -512652,15 +512924,15 @@ "arguments": [ { "type": "Identifier", - "start": 141158, - "end": 141165, + "start": 143548, + "end": 143555, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 24 }, "end": { - "line": 3179, + "line": 3221, "column": 31 }, "identifierName": "resolve" @@ -512669,15 +512941,15 @@ }, { "type": "Identifier", - "start": 141167, - "end": 141171, + "start": 143557, + "end": 143561, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 33 }, "end": { - "line": 3179, + "line": 3221, "column": 37 }, "identifierName": "msec" @@ -512702,15 +512974,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -512720,15 +512992,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -512737,15 +513009,15 @@ }, { "type": "ClassMethod", - "start": 141555, - "end": 141830, + "start": 143945, + "end": 144220, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 4 }, "end": { - "line": 3198, + "line": 3240, "column": 5 } }, @@ -512753,15 +513025,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141555, - "end": 141565, + "start": 143945, + "end": 143955, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 4 }, "end": { - "line": 3190, + "line": 3232, "column": 14 }, "identifierName": "supplement" @@ -512777,15 +513049,15 @@ "params": [ { "type": "Identifier", - "start": 141567, - "end": 141580, + "start": 143957, + "end": 143970, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 16 }, "end": { - "line": 3190, + "line": 3232, "column": 29 }, "identifierName": "default_value" @@ -512794,15 +513066,15 @@ }, { "type": "Identifier", - "start": 141582, - "end": 141589, + "start": 143972, + "end": 143979, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 31 }, "end": { - "line": 3190, + "line": 3232, "column": 38 }, "identifierName": "opt_arg" @@ -512811,15 +513083,15 @@ }, { "type": "Identifier", - "start": 141591, - "end": 141603, + "start": 143981, + "end": 143993, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 40 }, "end": { - "line": 3190, + "line": 3232, "column": 52 }, "identifierName": "opt_callback" @@ -512829,58 +513101,58 @@ ], "body": { "type": "BlockStatement", - "start": 141606, - "end": 141830, + "start": 143996, + "end": 144220, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 55 }, "end": { - "line": 3198, + "line": 3240, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 141616, - "end": 141689, + "start": 144006, + "end": 144079, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 8 }, "end": { - "line": 3193, + "line": 3235, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 141621, - "end": 141642, + "start": 144011, + "end": 144032, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 13 }, "end": { - "line": 3191, + "line": 3233, "column": 34 } }, "left": { "type": "Identifier", - "start": 141621, - "end": 141628, + "start": 144011, + "end": 144018, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 13 }, "end": { - "line": 3191, + "line": 3233, "column": 20 }, "identifierName": "opt_arg" @@ -512890,15 +513162,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 141633, - "end": 141642, + "start": 144023, + "end": 144032, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 25 }, "end": { - "line": 3191, + "line": 3233, "column": 34 }, "identifierName": "undefined" @@ -512908,44 +513180,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 141645, - "end": 141689, + "start": 144035, + "end": 144079, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 37 }, "end": { - "line": 3193, + "line": 3235, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 141659, - "end": 141679, + "start": 144049, + "end": 144069, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 12 }, "end": { - "line": 3192, + "line": 3234, "column": 32 } }, "argument": { "type": "Identifier", - "start": 141666, - "end": 141679, + "start": 144056, + "end": 144069, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 19 }, "end": { - "line": 3192, + "line": 3234, "column": 32 }, "identifierName": "default_value" @@ -512960,43 +513232,43 @@ }, { "type": "IfStatement", - "start": 141698, - "end": 141770, + "start": 144088, + "end": 144160, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 8 }, "end": { - "line": 3196, + "line": 3238, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 141703, - "end": 141729, + "start": 144093, + "end": 144119, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 13 }, "end": { - "line": 3194, + "line": 3236, "column": 39 } }, "left": { "type": "Identifier", - "start": 141703, - "end": 141715, + "start": 144093, + "end": 144105, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 13 }, "end": { - "line": 3194, + "line": 3236, "column": 25 }, "identifierName": "opt_callback" @@ -513006,15 +513278,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 141720, - "end": 141729, + "start": 144110, + "end": 144119, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 30 }, "end": { - "line": 3194, + "line": 3236, "column": 39 }, "identifierName": "undefined" @@ -513024,44 +513296,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 141732, - "end": 141770, + "start": 144122, + "end": 144160, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 42 }, "end": { - "line": 3196, + "line": 3238, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 141746, - "end": 141760, + "start": 144136, + "end": 144150, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 12 }, "end": { - "line": 3195, + "line": 3237, "column": 26 } }, "argument": { "type": "Identifier", - "start": 141753, - "end": 141760, + "start": 144143, + "end": 144150, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 19 }, "end": { - "line": 3195, + "line": 3237, "column": 26 }, "identifierName": "opt_arg" @@ -513076,43 +513348,43 @@ }, { "type": "ReturnStatement", - "start": 141779, - "end": 141824, + "start": 144169, + "end": 144214, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 8 }, "end": { - "line": 3197, + "line": 3239, "column": 53 } }, "argument": { "type": "CallExpression", - "start": 141786, - "end": 141824, + "start": 144176, + "end": 144214, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 15 }, "end": { - "line": 3197, + "line": 3239, "column": 53 } }, "callee": { "type": "Identifier", - "start": 141786, - "end": 141798, + "start": 144176, + "end": 144188, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 15 }, "end": { - "line": 3197, + "line": 3239, "column": 27 }, "identifierName": "opt_callback" @@ -513122,15 +513394,15 @@ "arguments": [ { "type": "Identifier", - "start": 141800, - "end": 141813, + "start": 144190, + "end": 144203, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 29 }, "end": { - "line": 3197, + "line": 3239, "column": 42 }, "identifierName": "default_value" @@ -513139,15 +513411,15 @@ }, { "type": "Identifier", - "start": 141815, - "end": 141822, + "start": 144205, + "end": 144212, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 44 }, "end": { - "line": 3197, + "line": 3239, "column": 51 }, "identifierName": "opt_arg" @@ -513165,15 +513437,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -513183,15 +513455,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -513200,15 +513472,15 @@ }, { "type": "ClassMethod", - "start": 141959, - "end": 142099, + "start": 144349, + "end": 144489, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 4 }, "end": { - "line": 3207, + "line": 3249, "column": 5 } }, @@ -513216,15 +513488,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 141959, - "end": 141975, + "start": 144349, + "end": 144365, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 4 }, "end": { - "line": 3205, + "line": 3247, "column": 20 }, "identifierName": "generateUniqueID" @@ -513240,29 +513512,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 141977, - "end": 141989, + "start": 144367, + "end": 144379, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 22 }, "end": { - "line": 3205, + "line": 3247, "column": 34 } }, "left": { "type": "Identifier", - "start": 141977, - "end": 141982, + "start": 144367, + "end": 144372, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 22 }, "end": { - "line": 3205, + "line": 3247, "column": 27 }, "identifierName": "digit" @@ -513271,15 +513543,15 @@ }, "right": { "type": "NumericLiteral", - "start": 141985, - "end": 141989, + "start": 144375, + "end": 144379, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 30 }, "end": { - "line": 3205, + "line": 3247, "column": 34 } }, @@ -513293,128 +513565,128 @@ ], "body": { "type": "BlockStatement", - "start": 141992, - "end": 142099, + "start": 144382, + "end": 144489, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 37 }, "end": { - "line": 3207, + "line": 3249, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 142002, - "end": 142093, + "start": 144392, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 8 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "argument": { "type": "BinaryExpression", - "start": 142009, - "end": 142093, + "start": 144399, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "left": { "type": "CallExpression", - "start": 142009, - "end": 142042, + "start": 144399, + "end": 144432, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 142009, - "end": 142038, + "start": 144399, + "end": 144428, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 44 } }, "object": { "type": "CallExpression", - "start": 142009, - "end": 142029, + "start": 144399, + "end": 144419, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 142009, - "end": 142027, + "start": 144399, + "end": 144417, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 33 } }, "object": { "type": "NewExpression", - "start": 142009, - "end": 142019, + "start": 144399, + "end": 144409, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 25 } }, "callee": { "type": "Identifier", - "start": 142013, - "end": 142017, + "start": 144403, + "end": 144407, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 19 }, "end": { - "line": 3206, + "line": 3248, "column": 23 }, "identifierName": "Date" @@ -513425,15 +513697,15 @@ }, "property": { "type": "Identifier", - "start": 142020, - "end": 142027, + "start": 144410, + "end": 144417, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 26 }, "end": { - "line": 3206, + "line": 3248, "column": 33 }, "identifierName": "getTime" @@ -513446,15 +513718,15 @@ }, "property": { "type": "Identifier", - "start": 142030, - "end": 142038, + "start": 144420, + "end": 144428, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 36 }, "end": { - "line": 3206, + "line": 3248, "column": 44 }, "identifierName": "toString" @@ -513466,15 +513738,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142039, - "end": 142041, + "start": 144429, + "end": 144431, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 45 }, "end": { - "line": 3206, + "line": 3248, "column": 47 } }, @@ -513489,71 +513761,71 @@ "operator": "+", "right": { "type": "CallExpression", - "start": 142045, - "end": 142093, + "start": 144435, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } }, "callee": { "type": "MemberExpression", - "start": 142045, - "end": 142089, + "start": 144435, + "end": 144479, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 95 } }, "object": { "type": "CallExpression", - "start": 142045, - "end": 142080, + "start": 144435, + "end": 144470, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 142045, - "end": 142055, + "start": 144435, + "end": 144445, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 61 } }, "object": { "type": "Identifier", - "start": 142045, - "end": 142049, + "start": 144435, + "end": 144439, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 55 }, "identifierName": "Math" @@ -513562,15 +513834,15 @@ }, "property": { "type": "Identifier", - "start": 142050, - "end": 142055, + "start": 144440, + "end": 144445, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 56 }, "end": { - "line": 3206, + "line": 3248, "column": 61 }, "identifierName": "floor" @@ -513582,29 +513854,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142057, - "end": 142078, + "start": 144447, + "end": 144468, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 63 }, "end": { - "line": 3206, + "line": 3248, "column": 84 } }, "left": { "type": "Identifier", - "start": 142057, - "end": 142062, + "start": 144447, + "end": 144452, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 63 }, "end": { - "line": 3206, + "line": 3248, "column": 68 }, "identifierName": "digit" @@ -513614,43 +513886,43 @@ "operator": "*", "right": { "type": "CallExpression", - "start": 142065, - "end": 142078, + "start": 144455, + "end": 144468, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 142065, - "end": 142076, + "start": 144455, + "end": 144466, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 82 } }, "object": { "type": "Identifier", - "start": 142065, - "end": 142069, + "start": 144455, + "end": 144459, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 75 }, "identifierName": "Math" @@ -513659,15 +513931,15 @@ }, "property": { "type": "Identifier", - "start": 142070, - "end": 142076, + "start": 144460, + "end": 144466, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 76 }, "end": { - "line": 3206, + "line": 3248, "column": 82 }, "identifierName": "random" @@ -513683,15 +513955,15 @@ }, "property": { "type": "Identifier", - "start": 142081, - "end": 142089, + "start": 144471, + "end": 144479, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 87 }, "end": { - "line": 3206, + "line": 3248, "column": 95 }, "identifierName": "toString" @@ -513703,15 +513975,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142090, - "end": 142092, + "start": 144480, + "end": 144482, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 96 }, "end": { - "line": 3206, + "line": 3248, "column": 98 } }, @@ -513733,15 +514005,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -513751,15 +514023,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -513768,15 +514040,15 @@ }, { "type": "ClassMethod", - "start": 142318, - "end": 142862, + "start": 144708, + "end": 145252, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 4 }, "end": { - "line": 3229, + "line": 3271, "column": 5 } }, @@ -513784,15 +514056,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 142318, - "end": 142326, + "start": 144708, + "end": 144716, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 4 }, "end": { - "line": 3216, + "line": 3258, "column": 12 }, "identifierName": "numRound" @@ -513808,15 +514080,15 @@ "params": [ { "type": "Identifier", - "start": 142328, - "end": 142334, + "start": 144718, + "end": 144724, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 14 }, "end": { - "line": 3216, + "line": 3258, "column": 20 }, "identifierName": "number" @@ -513825,15 +514097,15 @@ }, { "type": "Identifier", - "start": 142336, - "end": 142341, + "start": 144726, + "end": 144731, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 22 }, "end": { - "line": 3216, + "line": 3258, "column": 27 }, "identifierName": "digit" @@ -513842,29 +514114,29 @@ }, { "type": "AssignmentPattern", - "start": 142343, - "end": 142363, + "start": 144733, + "end": 144753, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 29 }, "end": { - "line": 3216, + "line": 3258, "column": 49 } }, "left": { "type": "Identifier", - "start": 142343, - "end": 142353, + "start": 144733, + "end": 144743, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 29 }, "end": { - "line": 3216, + "line": 3258, "column": 39 }, "identifierName": "round_type" @@ -513873,15 +514145,15 @@ }, "right": { "type": "StringLiteral", - "start": 142356, - "end": 142363, + "start": 144746, + "end": 144753, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 42 }, "end": { - "line": 3216, + "line": 3258, "column": 49 } }, @@ -513895,59 +514167,59 @@ ], "body": { "type": "BlockStatement", - "start": 142366, - "end": 142862, + "start": 144756, + "end": 145252, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 52 }, "end": { - "line": 3229, + "line": 3271, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 142376, - "end": 142434, + "start": 144766, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 142376, - "end": 142434, + "start": 144766, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 142376, - "end": 142381, + "start": 144766, + "end": 144771, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 13 }, "identifierName": "digit" @@ -513956,58 +514228,58 @@ }, "right": { "type": "CallExpression", - "start": 142385, - "end": 142434, + "start": 144775, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 142385, - "end": 142400, + "start": 144775, + "end": 144790, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 142385, - "end": 142389, + "start": 144775, + "end": 144779, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 21 } } }, "property": { "type": "Identifier", - "start": 142390, - "end": 142400, + "start": 144780, + "end": 144790, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 22 }, "end": { - "line": 3217, + "line": 3259, "column": 32 }, "identifierName": "supplement" @@ -514019,15 +514291,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142402, - "end": 142403, + "start": 144792, + "end": 144793, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 34 }, "end": { - "line": 3217, + "line": 3259, "column": 35 } }, @@ -514039,15 +514311,15 @@ }, { "type": "Identifier", - "start": 142405, - "end": 142410, + "start": 144795, + "end": 144800, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 37 }, "end": { - "line": 3217, + "line": 3259, "column": 42 }, "identifierName": "digit" @@ -514056,44 +514328,44 @@ }, { "type": "MemberExpression", - "start": 142412, - "end": 142432, + "start": 144802, + "end": 144822, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 44 }, "end": { - "line": 3217, + "line": 3259, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 142412, - "end": 142416, + "start": 144802, + "end": 144806, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 44 }, "end": { - "line": 3217, + "line": 3259, "column": 48 } } }, "property": { "type": "Identifier", - "start": 142417, - "end": 142432, + "start": 144807, + "end": 144822, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 49 }, "end": { - "line": 3217, + "line": 3259, "column": 64 }, "identifierName": "validateNumeric" @@ -514108,44 +514380,44 @@ }, { "type": "VariableDeclaration", - "start": 142443, - "end": 142475, + "start": 144833, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 8 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 142447, - "end": 142475, + "start": 144837, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 12 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "id": { "type": "Identifier", - "start": 142447, - "end": 142451, + "start": 144837, + "end": 144841, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 12 }, "end": { - "line": 3218, + "line": 3260, "column": 16 }, "identifierName": "_pow" @@ -514154,43 +514426,43 @@ }, "init": { "type": "CallExpression", - "start": 142454, - "end": 142475, + "start": 144844, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 142454, - "end": 142462, + "start": 144844, + "end": 144852, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 27 } }, "object": { "type": "Identifier", - "start": 142454, - "end": 142458, + "start": 144844, + "end": 144848, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 23 }, "identifierName": "Math" @@ -514199,15 +514471,15 @@ }, "property": { "type": "Identifier", - "start": 142459, - "end": 142462, + "start": 144849, + "end": 144852, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 24 }, "end": { - "line": 3218, + "line": 3260, "column": 27 }, "identifierName": "pow" @@ -514219,15 +514491,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 142464, - "end": 142466, + "start": 144854, + "end": 144856, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 29 }, "end": { - "line": 3218, + "line": 3260, "column": 31 } }, @@ -514239,15 +514511,15 @@ }, { "type": "Identifier", - "start": 142468, - "end": 142473, + "start": 144858, + "end": 144863, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 33 }, "end": { - "line": 3218, + "line": 3260, "column": 38 }, "identifierName": "digit" @@ -514262,29 +514534,29 @@ }, { "type": "SwitchStatement", - "start": 142492, - "end": 142856, + "start": 144882, + "end": 145246, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 7 }, "end": { - "line": 3228, + "line": 3270, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 142501, - "end": 142505, + "start": 144891, + "end": 144895, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 16 }, "end": { - "line": 3220, + "line": 3262, "column": 20 } }, @@ -514293,86 +514565,86 @@ "cases": [ { "type": "SwitchCase", - "start": 142522, - "end": 142613, + "start": 144912, + "end": 145003, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 12 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142573, - "end": 142613, + "start": 144963, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 16 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "argument": { "type": "BinaryExpression", - "start": 142580, - "end": 142613, + "start": 144970, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } }, "left": { "type": "CallExpression", - "start": 142580, - "end": 142606, + "start": 144970, + "end": 144996, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 142580, - "end": 142589, + "start": 144970, + "end": 144979, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 32 } }, "object": { "type": "Identifier", - "start": 142580, - "end": 142584, + "start": 144970, + "end": 144974, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 27 }, "identifierName": "Math" @@ -514381,15 +514653,15 @@ }, "property": { "type": "Identifier", - "start": 142585, - "end": 142589, + "start": 144975, + "end": 144979, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 28 }, "end": { - "line": 3222, + "line": 3264, "column": 32 }, "identifierName": "ceil" @@ -514401,29 +514673,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142591, - "end": 142604, + "start": 144981, + "end": 144994, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 34 }, "end": { - "line": 3222, + "line": 3264, "column": 47 } }, "left": { "type": "Identifier", - "start": 142591, - "end": 142597, + "start": 144981, + "end": 144987, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 34 }, "end": { - "line": 3222, + "line": 3264, "column": 40 }, "identifierName": "number" @@ -514433,15 +514705,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142600, - "end": 142604, + "start": 144990, + "end": 144994, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 43 }, "end": { - "line": 3222, + "line": 3264, "column": 47 }, "identifierName": "_pow" @@ -514454,15 +514726,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142609, - "end": 142613, + "start": 144999, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 52 }, "end": { - "line": 3222, + "line": 3264, "column": 56 }, "identifierName": "_pow" @@ -514474,43 +514746,43 @@ ], "test": { "type": "CallExpression", - "start": 142527, - "end": 142555, + "start": 144917, + "end": 144945, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 142527, - "end": 142541, + "start": 144917, + "end": 144931, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 31 } }, "object": { "type": "RegExpLiteral", - "start": 142527, - "end": 142536, + "start": 144917, + "end": 144926, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 26 } }, @@ -514522,15 +514794,15 @@ }, "property": { "type": "Identifier", - "start": 142537, - "end": 142541, + "start": 144927, + "end": 144931, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 27 }, "end": { - "line": 3221, + "line": 3263, "column": 31 }, "identifierName": "test" @@ -514542,15 +514814,15 @@ "arguments": [ { "type": "Identifier", - "start": 142543, - "end": 142553, + "start": 144933, + "end": 144943, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 33 }, "end": { - "line": 3221, + "line": 3263, "column": 43 }, "identifierName": "round_type" @@ -514562,86 +514834,86 @@ }, { "type": "SwitchCase", - "start": 142626, - "end": 142719, + "start": 145016, + "end": 145109, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 12 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142678, - "end": 142719, + "start": 145068, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 16 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "argument": { "type": "BinaryExpression", - "start": 142685, - "end": 142719, + "start": 145075, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } }, "left": { "type": "CallExpression", - "start": 142685, - "end": 142712, + "start": 145075, + "end": 145102, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 142685, - "end": 142695, + "start": 145075, + "end": 145085, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 33 } }, "object": { "type": "Identifier", - "start": 142685, - "end": 142689, + "start": 145075, + "end": 145079, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 27 }, "identifierName": "Math" @@ -514650,15 +514922,15 @@ }, "property": { "type": "Identifier", - "start": 142690, - "end": 142695, + "start": 145080, + "end": 145085, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 28 }, "end": { - "line": 3224, + "line": 3266, "column": 33 }, "identifierName": "floor" @@ -514670,29 +514942,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142697, - "end": 142710, + "start": 145087, + "end": 145100, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 35 }, "end": { - "line": 3224, + "line": 3266, "column": 48 } }, "left": { "type": "Identifier", - "start": 142697, - "end": 142703, + "start": 145087, + "end": 145093, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 35 }, "end": { - "line": 3224, + "line": 3266, "column": 41 }, "identifierName": "number" @@ -514702,15 +514974,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142706, - "end": 142710, + "start": 145096, + "end": 145100, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 44 }, "end": { - "line": 3224, + "line": 3266, "column": 48 }, "identifierName": "_pow" @@ -514723,15 +514995,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142715, - "end": 142719, + "start": 145105, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 53 }, "end": { - "line": 3224, + "line": 3266, "column": 57 }, "identifierName": "_pow" @@ -514743,43 +515015,43 @@ ], "test": { "type": "CallExpression", - "start": 142631, - "end": 142660, + "start": 145021, + "end": 145050, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 142631, - "end": 142646, + "start": 145021, + "end": 145036, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 142631, - "end": 142641, + "start": 145021, + "end": 145031, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 27 } }, @@ -514791,15 +515063,15 @@ }, "property": { "type": "Identifier", - "start": 142642, - "end": 142646, + "start": 145032, + "end": 145036, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 28 }, "end": { - "line": 3223, + "line": 3265, "column": 32 }, "identifierName": "test" @@ -514811,15 +515083,15 @@ "arguments": [ { "type": "Identifier", - "start": 142648, - "end": 142658, + "start": 145038, + "end": 145048, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 34 }, "end": { - "line": 3223, + "line": 3265, "column": 44 }, "identifierName": "round_type" @@ -514831,58 +515103,58 @@ }, { "type": "SwitchCase", - "start": 142732, - "end": 142767, + "start": 145122, + "end": 145157, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 12 }, "end": { - "line": 3225, + "line": 3267, "column": 47 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 142737, - "end": 142766, + "start": 145127, + "end": 145156, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 142737, - "end": 142752, + "start": 145127, + "end": 145142, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 142737, - "end": 142747, + "start": 145127, + "end": 145137, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 27 } }, @@ -514894,15 +515166,15 @@ }, "property": { "type": "Identifier", - "start": 142748, - "end": 142752, + "start": 145138, + "end": 145142, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 28 }, "end": { - "line": 3225, + "line": 3267, "column": 32 }, "identifierName": "test" @@ -514914,15 +515186,15 @@ "arguments": [ { "type": "Identifier", - "start": 142754, - "end": 142764, + "start": 145144, + "end": 145154, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 34 }, "end": { - "line": 3225, + "line": 3267, "column": 44 }, "identifierName": "round_type" @@ -514934,86 +515206,86 @@ }, { "type": "SwitchCase", - "start": 142780, - "end": 142846, + "start": 145170, + "end": 145236, "loc": { "start": { - "line": 3226, + "line": 3268, "column": 12 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "consequent": [ { "type": "ReturnStatement", - "start": 142805, - "end": 142846, + "start": 145195, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 16 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "argument": { "type": "BinaryExpression", - "start": 142812, - "end": 142846, + "start": 145202, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } }, "left": { "type": "CallExpression", - "start": 142812, - "end": 142839, + "start": 145202, + "end": 145229, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 50 } }, "callee": { "type": "MemberExpression", - "start": 142812, - "end": 142822, + "start": 145202, + "end": 145212, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 33 } }, "object": { "type": "Identifier", - "start": 142812, - "end": 142816, + "start": 145202, + "end": 145206, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 27 }, "identifierName": "Math" @@ -515022,15 +515294,15 @@ }, "property": { "type": "Identifier", - "start": 142817, - "end": 142822, + "start": 145207, + "end": 145212, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 28 }, "end": { - "line": 3227, + "line": 3269, "column": 33 }, "identifierName": "round" @@ -515042,29 +515314,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 142824, - "end": 142837, + "start": 145214, + "end": 145227, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 35 }, "end": { - "line": 3227, + "line": 3269, "column": 48 } }, "left": { "type": "Identifier", - "start": 142824, - "end": 142830, + "start": 145214, + "end": 145220, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 35 }, "end": { - "line": 3227, + "line": 3269, "column": 41 }, "identifierName": "number" @@ -515074,15 +515346,15 @@ "operator": "*", "right": { "type": "Identifier", - "start": 142833, - "end": 142837, + "start": 145223, + "end": 145227, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 44 }, "end": { - "line": 3227, + "line": 3269, "column": 48 }, "identifierName": "_pow" @@ -515095,15 +515367,15 @@ "operator": "/", "right": { "type": "Identifier", - "start": 142842, - "end": 142846, + "start": 145232, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 53 }, "end": { - "line": 3227, + "line": 3269, "column": 57 }, "identifierName": "_pow" @@ -515125,15 +515397,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -515143,15 +515415,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -515160,15 +515432,15 @@ }, { "type": "ClassMethod", - "start": 143020, - "end": 143496, + "start": 145410, + "end": 145886, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 4 }, "end": { - "line": 3250, + "line": 3292, "column": 5 } }, @@ -515176,15 +515448,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 143020, - "end": 143029, + "start": 145410, + "end": 145419, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 4 }, "end": { - "line": 3237, + "line": 3279, "column": 13 }, "identifierName": "hexToRgbA" @@ -515200,15 +515472,15 @@ "params": [ { "type": "Identifier", - "start": 143031, - "end": 143034, + "start": 145421, + "end": 145424, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 15 }, "end": { - "line": 3237, + "line": 3279, "column": 18 }, "identifierName": "hex" @@ -515217,29 +515489,29 @@ }, { "type": "AssignmentPattern", - "start": 143036, - "end": 143045, + "start": 145426, + "end": 145435, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 20 }, "end": { - "line": 3237, + "line": 3279, "column": 29 } }, "left": { "type": "Identifier", - "start": 143036, - "end": 143041, + "start": 145426, + "end": 145431, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 20 }, "end": { - "line": 3237, + "line": 3279, "column": 25 }, "identifierName": "alpha" @@ -515248,15 +515520,15 @@ }, "right": { "type": "NumericLiteral", - "start": 143044, - "end": 143045, + "start": 145434, + "end": 145435, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 28 }, "end": { - "line": 3237, + "line": 3279, "column": 29 } }, @@ -515270,59 +515542,59 @@ ], "body": { "type": "BlockStatement", - "start": 143048, - "end": 143496, + "start": 145438, + "end": 145886, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 32 }, "end": { - "line": 3250, + "line": 3292, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 143058, - "end": 143064, + "start": 145448, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 8 }, "end": { - "line": 3238, + "line": 3280, "column": 14 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143062, - "end": 143064, + "start": 145452, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 12 }, "end": { - "line": 3238, + "line": 3280, "column": 14 } }, "id": { "type": "Identifier", - "start": 143062, - "end": 143064, + "start": 145452, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 12 }, "end": { - "line": 3238, + "line": 3280, "column": 14 }, "identifierName": "_c" @@ -515336,57 +515608,57 @@ }, { "type": "IfStatement", - "start": 143082, - "end": 143431, + "start": 145472, + "end": 145821, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 8 }, "end": { - "line": 3247, + "line": 3289, "column": 9 } }, "test": { "type": "CallExpression", - "start": 143087, - "end": 143125, + "start": 145477, + "end": 145515, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 143087, - "end": 143118, + "start": 145477, + "end": 145508, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 44 } }, "object": { "type": "RegExpLiteral", - "start": 143087, - "end": 143113, + "start": 145477, + "end": 145503, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 39 } }, @@ -515398,15 +515670,15 @@ }, "property": { "type": "Identifier", - "start": 143114, - "end": 143118, + "start": 145504, + "end": 145508, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 40 }, "end": { - "line": 3240, + "line": 3282, "column": 44 }, "identifierName": "test" @@ -515418,15 +515690,15 @@ "arguments": [ { "type": "Identifier", - "start": 143120, - "end": 143123, + "start": 145510, + "end": 145513, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 46 }, "end": { - "line": 3240, + "line": 3282, "column": 49 }, "identifierName": "hex" @@ -515437,59 +515709,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 143128, - "end": 143431, + "start": 145518, + "end": 145821, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 54 }, "end": { - "line": 3247, + "line": 3289, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 143142, - "end": 143173, + "start": 145532, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 143142, - "end": 143173, + "start": 145532, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143142, - "end": 143144, + "start": 145532, + "end": 145534, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 14 }, "identifierName": "_c" @@ -515498,71 +515770,71 @@ }, "right": { "type": "CallExpression", - "start": 143147, - "end": 143173, + "start": 145537, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 143147, - "end": 143169, + "start": 145537, + "end": 145559, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 39 } }, "object": { "type": "CallExpression", - "start": 143147, - "end": 143163, + "start": 145537, + "end": 145553, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 143147, - "end": 143160, + "start": 145537, + "end": 145550, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 30 } }, "object": { "type": "Identifier", - "start": 143147, - "end": 143150, + "start": 145537, + "end": 145540, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 20 }, "identifierName": "hex" @@ -515571,15 +515843,15 @@ }, "property": { "type": "Identifier", - "start": 143151, - "end": 143160, + "start": 145541, + "end": 145550, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 21 }, "end": { - "line": 3241, + "line": 3283, "column": 30 }, "identifierName": "substring" @@ -515591,15 +515863,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 143161, - "end": 143162, + "start": 145551, + "end": 145552, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 31 }, "end": { - "line": 3241, + "line": 3283, "column": 32 } }, @@ -515613,15 +515885,15 @@ }, "property": { "type": "Identifier", - "start": 143164, - "end": 143169, + "start": 145554, + "end": 145559, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 34 }, "end": { - "line": 3241, + "line": 3283, "column": 39 }, "identifierName": "split" @@ -515633,15 +515905,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143170, - "end": 143172, + "start": 145560, + "end": 145562, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 40 }, "end": { - "line": 3241, + "line": 3283, "column": 42 } }, @@ -515657,57 +515929,57 @@ }, { "type": "IfStatement", - "start": 143186, - "end": 143288, + "start": 145576, + "end": 145678, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 12 }, "end": { - "line": 3244, + "line": 3286, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 143191, - "end": 143205, + "start": 145581, + "end": 145595, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 143191, - "end": 143200, + "start": 145581, + "end": 145590, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 26 } }, "object": { "type": "Identifier", - "start": 143191, - "end": 143193, + "start": 145581, + "end": 145583, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 19 }, "identifierName": "_c" @@ -515716,15 +515988,15 @@ }, "property": { "type": "Identifier", - "start": 143194, - "end": 143200, + "start": 145584, + "end": 145590, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 20 }, "end": { - "line": 3242, + "line": 3284, "column": 26 }, "identifierName": "length" @@ -515736,15 +516008,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 143204, - "end": 143205, + "start": 145594, + "end": 145595, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 30 }, "end": { - "line": 3242, + "line": 3284, "column": 31 } }, @@ -515757,59 +516029,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 143208, - "end": 143288, + "start": 145598, + "end": 145678, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 34 }, "end": { - "line": 3244, + "line": 3286, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 143226, - "end": 143274, + "start": 145616, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 143226, - "end": 143274, + "start": 145616, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143226, - "end": 143228, + "start": 145616, + "end": 145618, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 18 }, "identifierName": "_c" @@ -515818,44 +516090,44 @@ }, "right": { "type": "ArrayExpression", - "start": 143230, - "end": 143274, + "start": 145620, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 20 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } }, "elements": [ { "type": "MemberExpression", - "start": 143232, - "end": 143237, + "start": 145622, + "end": 145627, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 22 }, "end": { - "line": 3243, + "line": 3285, "column": 27 } }, "object": { "type": "Identifier", - "start": 143232, - "end": 143234, + "start": 145622, + "end": 145624, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 22 }, "end": { - "line": 3243, + "line": 3285, "column": 24 }, "identifierName": "_c" @@ -515864,15 +516136,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143235, - "end": 143236, + "start": 145625, + "end": 145626, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 25 }, "end": { - "line": 3243, + "line": 3285, "column": 26 } }, @@ -515886,29 +516158,29 @@ }, { "type": "MemberExpression", - "start": 143239, - "end": 143244, + "start": 145629, + "end": 145634, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 29 }, "end": { - "line": 3243, + "line": 3285, "column": 34 } }, "object": { "type": "Identifier", - "start": 143239, - "end": 143241, + "start": 145629, + "end": 145631, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 29 }, "end": { - "line": 3243, + "line": 3285, "column": 31 }, "identifierName": "_c" @@ -515917,15 +516189,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143242, - "end": 143243, + "start": 145632, + "end": 145633, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 32 }, "end": { - "line": 3243, + "line": 3285, "column": 33 } }, @@ -515939,29 +516211,29 @@ }, { "type": "MemberExpression", - "start": 143246, - "end": 143251, + "start": 145636, + "end": 145641, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 36 }, "end": { - "line": 3243, + "line": 3285, "column": 41 } }, "object": { "type": "Identifier", - "start": 143246, - "end": 143248, + "start": 145636, + "end": 145638, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 36 }, "end": { - "line": 3243, + "line": 3285, "column": 38 }, "identifierName": "_c" @@ -515970,15 +516242,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143249, - "end": 143250, + "start": 145639, + "end": 145640, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 39 }, "end": { - "line": 3243, + "line": 3285, "column": 40 } }, @@ -515992,29 +516264,29 @@ }, { "type": "MemberExpression", - "start": 143253, - "end": 143258, + "start": 145643, + "end": 145648, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 43 }, "end": { - "line": 3243, + "line": 3285, "column": 48 } }, "object": { "type": "Identifier", - "start": 143253, - "end": 143255, + "start": 145643, + "end": 145645, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 43 }, "end": { - "line": 3243, + "line": 3285, "column": 45 }, "identifierName": "_c" @@ -516023,15 +516295,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143256, - "end": 143257, + "start": 145646, + "end": 145647, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 46 }, "end": { - "line": 3243, + "line": 3285, "column": 47 } }, @@ -516045,29 +516317,29 @@ }, { "type": "MemberExpression", - "start": 143260, - "end": 143265, + "start": 145650, + "end": 145655, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 50 }, "end": { - "line": 3243, + "line": 3285, "column": 55 } }, "object": { "type": "Identifier", - "start": 143260, - "end": 143262, + "start": 145650, + "end": 145652, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 50 }, "end": { - "line": 3243, + "line": 3285, "column": 52 }, "identifierName": "_c" @@ -516076,15 +516348,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143263, - "end": 143264, + "start": 145653, + "end": 145654, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 53 }, "end": { - "line": 3243, + "line": 3285, "column": 54 } }, @@ -516098,29 +516370,29 @@ }, { "type": "MemberExpression", - "start": 143267, - "end": 143272, + "start": 145657, + "end": 145662, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 57 }, "end": { - "line": 3243, + "line": 3285, "column": 62 } }, "object": { "type": "Identifier", - "start": 143267, - "end": 143269, + "start": 145657, + "end": 145659, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 57 }, "end": { - "line": 3243, + "line": 3285, "column": 59 }, "identifierName": "_c" @@ -516129,15 +516401,15 @@ }, "property": { "type": "NumericLiteral", - "start": 143270, - "end": 143271, + "start": 145660, + "end": 145661, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 60 }, "end": { - "line": 3243, + "line": 3285, "column": 61 } }, @@ -516160,44 +516432,44 @@ }, { "type": "ExpressionStatement", - "start": 143301, - "end": 143324, + "start": 145691, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 143301, - "end": 143324, + "start": 145691, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "operator": "=", "left": { "type": "Identifier", - "start": 143301, - "end": 143303, + "start": 145691, + "end": 145693, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 14 }, "identifierName": "_c" @@ -516206,58 +516478,58 @@ }, "right": { "type": "TemplateLiteral", - "start": 143306, - "end": 143324, + "start": 145696, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 17 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } }, "expressions": [ { "type": "CallExpression", - "start": 143311, - "end": 143322, + "start": 145701, + "end": 145712, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 143311, - "end": 143318, + "start": 145701, + "end": 145708, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 29 } }, "object": { "type": "Identifier", - "start": 143311, - "end": 143313, + "start": 145701, + "end": 145703, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 24 }, "identifierName": "_c" @@ -516266,15 +516538,15 @@ }, "property": { "type": "Identifier", - "start": 143314, - "end": 143318, + "start": 145704, + "end": 145708, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 25 }, "end": { - "line": 3245, + "line": 3287, "column": 29 }, "identifierName": "join" @@ -516286,15 +516558,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143319, - "end": 143321, + "start": 145709, + "end": 145711, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 30 }, "end": { - "line": 3245, + "line": 3287, "column": 32 } }, @@ -516310,15 +516582,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143307, - "end": 143309, + "start": 145697, + "end": 145699, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 18 }, "end": { - "line": 3245, + "line": 3287, "column": 20 } }, @@ -516330,15 +516602,15 @@ }, { "type": "TemplateElement", - "start": 143323, - "end": 143323, + "start": 145713, + "end": 145713, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 34 }, "end": { - "line": 3245, + "line": 3287, "column": 34 } }, @@ -516354,115 +516626,115 @@ }, { "type": "ReturnStatement", - "start": 143337, - "end": 143421, + "start": 145727, + "end": 145811, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 12 }, "end": { - "line": 3246, + "line": 3288, "column": 96 } }, "argument": { "type": "TemplateLiteral", - "start": 143344, - "end": 143421, + "start": 145734, + "end": 145811, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 19 }, "end": { - "line": 3246, + "line": 3288, "column": 96 } }, "expressions": [ { "type": "CallExpression", - "start": 143352, - "end": 143409, + "start": 145742, + "end": 145799, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 143352, - "end": 143404, + "start": 145742, + "end": 145794, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 79 } }, "object": { "type": "ArrayExpression", - "start": 143352, - "end": 143399, + "start": 145742, + "end": 145789, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 74 } }, "elements": [ { "type": "BinaryExpression", - "start": 143354, - "end": 143370, + "start": 145744, + "end": 145760, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 29 }, "end": { - "line": 3246, + "line": 3288, "column": 45 } }, "left": { "type": "BinaryExpression", - "start": 143355, - "end": 143363, + "start": 145745, + "end": 145753, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 30 }, "end": { - "line": 3246, + "line": 3288, "column": 38 } }, "left": { "type": "Identifier", - "start": 143355, - "end": 143357, + "start": 145745, + "end": 145747, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 30 }, "end": { - "line": 3246, + "line": 3288, "column": 32 }, "identifierName": "_c" @@ -516472,15 +516744,15 @@ "operator": ">>", "right": { "type": "NumericLiteral", - "start": 143361, - "end": 143363, + "start": 145751, + "end": 145753, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 36 }, "end": { - "line": 3246, + "line": 3288, "column": 38 } }, @@ -516492,21 +516764,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 143354 + "parenStart": 145744 } }, "operator": "&", "right": { "type": "NumericLiteral", - "start": 143367, - "end": 143370, + "start": 145757, + "end": 145760, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 42 }, "end": { - "line": 3246, + "line": 3288, "column": 45 } }, @@ -516519,43 +516791,43 @@ }, { "type": "BinaryExpression", - "start": 143372, - "end": 143387, + "start": 145762, + "end": 145777, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 47 }, "end": { - "line": 3246, + "line": 3288, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 143373, - "end": 143380, + "start": 145763, + "end": 145770, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 48 }, "end": { - "line": 3246, + "line": 3288, "column": 55 } }, "left": { "type": "Identifier", - "start": 143373, - "end": 143375, + "start": 145763, + "end": 145765, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 48 }, "end": { - "line": 3246, + "line": 3288, "column": 50 }, "identifierName": "_c" @@ -516565,15 +516837,15 @@ "operator": ">>", "right": { "type": "NumericLiteral", - "start": 143379, - "end": 143380, + "start": 145769, + "end": 145770, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 54 }, "end": { - "line": 3246, + "line": 3288, "column": 55 } }, @@ -516585,21 +516857,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 143372 + "parenStart": 145762 } }, "operator": "&", "right": { "type": "NumericLiteral", - "start": 143384, - "end": 143387, + "start": 145774, + "end": 145777, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 59 }, "end": { - "line": 3246, + "line": 3288, "column": 62 } }, @@ -516612,29 +516884,29 @@ }, { "type": "BinaryExpression", - "start": 143389, - "end": 143397, + "start": 145779, + "end": 145787, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 64 }, "end": { - "line": 3246, + "line": 3288, "column": 72 } }, "left": { "type": "Identifier", - "start": 143389, - "end": 143391, + "start": 145779, + "end": 145781, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 64 }, "end": { - "line": 3246, + "line": 3288, "column": 66 }, "identifierName": "_c" @@ -516644,15 +516916,15 @@ "operator": "&", "right": { "type": "NumericLiteral", - "start": 143394, - "end": 143397, + "start": 145784, + "end": 145787, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 69 }, "end": { - "line": 3246, + "line": 3288, "column": 72 } }, @@ -516667,15 +516939,15 @@ }, "property": { "type": "Identifier", - "start": 143400, - "end": 143404, + "start": 145790, + "end": 145794, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 75 }, "end": { - "line": 3246, + "line": 3288, "column": 79 }, "identifierName": "join" @@ -516687,15 +516959,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 143405, - "end": 143408, + "start": 145795, + "end": 145798, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 80 }, "end": { - "line": 3246, + "line": 3288, "column": 83 } }, @@ -516709,15 +516981,15 @@ }, { "type": "Identifier", - "start": 143413, - "end": 143418, + "start": 145803, + "end": 145808, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 88 }, "end": { - "line": 3246, + "line": 3288, "column": 93 }, "identifierName": "alpha" @@ -516728,15 +517000,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143345, - "end": 143350, + "start": 145735, + "end": 145740, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 20 }, "end": { - "line": 3246, + "line": 3288, "column": 25 } }, @@ -516748,15 +517020,15 @@ }, { "type": "TemplateElement", - "start": 143410, - "end": 143411, + "start": 145800, + "end": 145801, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 85 }, "end": { - "line": 3246, + "line": 3288, "column": 86 } }, @@ -516768,15 +517040,15 @@ }, { "type": "TemplateElement", - "start": 143419, - "end": 143420, + "start": 145809, + "end": 145810, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 94 }, "end": { - "line": 3246, + "line": 3288, "column": 95 } }, @@ -516798,15 +517070,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -516815,29 +517087,29 @@ }, { "type": "ReturnStatement", - "start": 143480, - "end": 143490, + "start": 145870, + "end": 145880, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 8 }, "end": { - "line": 3249, + "line": 3291, "column": 18 } }, "argument": { "type": "Identifier", - "start": 143487, - "end": 143490, + "start": 145877, + "end": 145880, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 15 }, "end": { - "line": 3249, + "line": 3291, "column": 18 }, "identifierName": "hex" @@ -516849,15 +517121,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -516872,15 +517144,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -516890,15 +517162,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -516907,15 +517179,15 @@ }, { "type": "ClassMethod", - "start": 143697, - "end": 146045, + "start": 146087, + "end": 148435, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 4 }, "end": { - "line": 3311, + "line": 3353, "column": 5 } }, @@ -516923,15 +517195,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 143697, - "end": 143715, + "start": 146087, + "end": 146105, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 4 }, "end": { - "line": 3257, + "line": 3299, "column": 22 }, "identifierName": "getCorrectDatetime" @@ -516947,15 +517219,15 @@ "params": [ { "type": "Identifier", - "start": 143717, - "end": 143729, + "start": 146107, + "end": 146119, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 24 }, "end": { - "line": 3257, + "line": 3299, "column": 36 }, "identifierName": "datetime_str" @@ -516965,59 +517237,59 @@ ], "body": { "type": "BlockStatement", - "start": 143732, - "end": 146045, + "start": 146122, + "end": 148435, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 39 }, "end": { - "line": 3311, + "line": 3353, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 143742, - "end": 145247, + "start": 146132, + "end": 147637, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 8 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143746, - "end": 143956, + "start": 146136, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 12 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, "id": { "type": "Identifier", - "start": 143746, - "end": 143759, + "start": 146136, + "end": 146149, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 12 }, "end": { - "line": 3258, + "line": 3300, "column": 25 }, "identifierName": "normalizeDate" @@ -517026,15 +517298,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 143762, - "end": 143956, + "start": 146152, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 28 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, @@ -517045,15 +517317,15 @@ "params": [ { "type": "Identifier", - "start": 143764, - "end": 143774, + "start": 146154, + "end": 146164, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 30 }, "end": { - "line": 3258, + "line": 3300, "column": 40 }, "identifierName": "dateString" @@ -517063,59 +517335,59 @@ ], "body": { "type": "BlockStatement", - "start": 143780, - "end": 143956, + "start": 146170, + "end": 146346, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 46 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 143832, - "end": 143870, + "start": 146222, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 16 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 143836, - "end": 143870, + "start": 146226, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 20 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "id": { "type": "Identifier", - "start": 143836, - "end": 143838, + "start": 146226, + "end": 146228, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 20 }, "end": { - "line": 3260, + "line": 3302, "column": 22 }, "identifierName": "_d" @@ -517125,43 +517397,43 @@ }, "init": { "type": "CallExpression", - "start": 143841, - "end": 143870, + "start": 146231, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 143841, - "end": 143859, + "start": 146231, + "end": 146249, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 43 } }, "object": { "type": "Identifier", - "start": 143841, - "end": 143851, + "start": 146231, + "end": 146241, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 35 }, "identifierName": "dateString" @@ -517170,15 +517442,15 @@ }, "property": { "type": "Identifier", - "start": 143852, - "end": 143859, + "start": 146242, + "end": 146249, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 36 }, "end": { - "line": 3260, + "line": 3302, "column": 43 }, "identifierName": "replace" @@ -517190,15 +517462,15 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 143860, - "end": 143864, + "start": 146250, + "end": 146254, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 44 }, "end": { - "line": 3260, + "line": 3302, "column": 48 } }, @@ -517210,15 +517482,15 @@ }, { "type": "StringLiteral", - "start": 143866, - "end": 143869, + "start": 146256, + "end": 146259, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 50 }, "end": { - "line": 3260, + "line": 3302, "column": 53 } }, @@ -517238,15 +517510,15 @@ { "type": "CommentLine", "value": " For Safari, IE", - "start": 143798, - "end": 143815, + "start": 146188, + "end": 146205, "loc": { "start": { - "line": 3259, + "line": 3301, "column": 16 }, "end": { - "line": 3259, + "line": 3301, "column": 33 } } @@ -517255,71 +517527,71 @@ }, { "type": "ReturnStatement", - "start": 143887, - "end": 143942, + "start": 146277, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 16 }, "end": { - "line": 3261, + "line": 3303, "column": 71 } }, "argument": { "type": "ConditionalExpression", - "start": 143894, - "end": 143942, + "start": 146284, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 71 } }, "test": { "type": "CallExpression", - "start": 143894, - "end": 143925, + "start": 146284, + "end": 146315, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 143894, - "end": 143919, + "start": 146284, + "end": 146309, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 48 } }, "object": { "type": "RegExpLiteral", - "start": 143894, - "end": 143914, + "start": 146284, + "end": 146304, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 43 } }, @@ -517331,15 +517603,15 @@ }, "property": { "type": "Identifier", - "start": 143915, - "end": 143919, + "start": 146305, + "end": 146309, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 44 }, "end": { - "line": 3261, + "line": 3303, "column": 48 }, "identifierName": "test" @@ -517351,15 +517623,15 @@ "arguments": [ { "type": "Identifier", - "start": 143921, - "end": 143923, + "start": 146311, + "end": 146313, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 50 }, "end": { - "line": 3261, + "line": 3303, "column": 52 }, "identifierName": "_d" @@ -517370,30 +517642,30 @@ }, "consequent": { "type": "TemplateLiteral", - "start": 143928, - "end": 143937, + "start": 146318, + "end": 146327, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 57 }, "end": { - "line": 3261, + "line": 3303, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 143931, - "end": 143933, + "start": 146321, + "end": 146323, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 60 }, "end": { - "line": 3261, + "line": 3303, "column": 62 }, "identifierName": "_d" @@ -517404,15 +517676,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 143929, - "end": 143929, + "start": 146319, + "end": 146319, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 58 }, "end": { - "line": 3261, + "line": 3303, "column": 58 } }, @@ -517424,15 +517696,15 @@ }, { "type": "TemplateElement", - "start": 143934, - "end": 143936, + "start": 146324, + "end": 146326, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 63 }, "end": { - "line": 3261, + "line": 3303, "column": 65 } }, @@ -517446,15 +517718,15 @@ }, "alternate": { "type": "Identifier", - "start": 143940, - "end": 143942, + "start": 146330, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 69 }, "end": { - "line": 3261, + "line": 3303, "column": 71 }, "identifierName": "_d" @@ -517470,29 +517742,29 @@ }, { "type": "VariableDeclarator", - "start": 143970, - "end": 145191, + "start": 146360, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 12 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, "id": { "type": "Identifier", - "start": 143970, - "end": 143983, + "start": 146360, + "end": 146373, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 12 }, "end": { - "line": 3263, + "line": 3305, "column": 25 }, "identifierName": "getDateObject" @@ -517501,15 +517773,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 143986, - "end": 145191, + "start": 146376, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 28 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, @@ -517520,15 +517792,15 @@ "params": [ { "type": "Identifier", - "start": 143988, - "end": 144000, + "start": 146378, + "end": 146390, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 30 }, "end": { - "line": 3263, + "line": 3305, "column": 42 }, "identifierName": "datetime_str" @@ -517538,59 +517810,59 @@ ], "body": { "type": "BlockStatement", - "start": 144006, - "end": 145191, + "start": 146396, + "end": 147581, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 48 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 144024, - "end": 144115, + "start": 146414, + "end": 146505, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 16 }, "end": { - "line": 3265, + "line": 3307, "column": 45 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 144028, - "end": 144068, + "start": 146418, + "end": 146458, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 20 }, "end": { - "line": 3264, + "line": 3306, "column": 60 } }, "id": { "type": "Identifier", - "start": 144028, - "end": 144036, + "start": 146418, + "end": 146426, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 20 }, "end": { - "line": 3264, + "line": 3306, "column": 28 }, "identifierName": "_chk_str" @@ -517599,29 +517871,29 @@ }, "init": { "type": "CallExpression", - "start": 144039, - "end": 144068, + "start": 146429, + "end": 146458, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 31 }, "end": { - "line": 3264, + "line": 3306, "column": 60 } }, "callee": { "type": "Identifier", - "start": 144039, - "end": 144052, + "start": 146429, + "end": 146442, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 31 }, "end": { - "line": 3264, + "line": 3306, "column": 44 }, "identifierName": "normalizeDate" @@ -517631,15 +517903,15 @@ "arguments": [ { "type": "Identifier", - "start": 144054, - "end": 144066, + "start": 146444, + "end": 146456, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 46 }, "end": { - "line": 3264, + "line": 3306, "column": 58 }, "identifierName": "datetime_str" @@ -517651,29 +517923,29 @@ }, { "type": "VariableDeclarator", - "start": 144090, - "end": 144094, + "start": 146480, + "end": 146484, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 20 }, "end": { - "line": 3265, + "line": 3307, "column": 24 } }, "id": { "type": "Identifier", - "start": 144090, - "end": 144094, + "start": 146480, + "end": 146484, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 20 }, "end": { - "line": 3265, + "line": 3307, "column": 24 }, "identifierName": "_ymd" @@ -517684,29 +517956,29 @@ }, { "type": "VariableDeclarator", - "start": 144096, - "end": 144100, + "start": 146486, + "end": 146490, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 26 }, "end": { - "line": 3265, + "line": 3307, "column": 30 } }, "id": { "type": "Identifier", - "start": 144096, - "end": 144100, + "start": 146486, + "end": 146490, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 26 }, "end": { - "line": 3265, + "line": 3307, "column": 30 }, "identifierName": "_his" @@ -517717,29 +517989,29 @@ }, { "type": "VariableDeclarator", - "start": 144102, - "end": 144108, + "start": 146492, + "end": 146498, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 32 }, "end": { - "line": 3265, + "line": 3307, "column": 38 } }, "id": { "type": "Identifier", - "start": 144102, - "end": 144108, + "start": 146492, + "end": 146498, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 32 }, "end": { - "line": 3265, + "line": 3307, "column": 38 }, "identifierName": "_parts" @@ -517750,29 +518022,29 @@ }, { "type": "VariableDeclarator", - "start": 144110, - "end": 144115, + "start": 146500, + "end": 146505, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 40 }, "end": { - "line": 3265, + "line": 3307, "column": 45 } }, "id": { "type": "Identifier", - "start": 144110, - "end": 144115, + "start": 146500, + "end": 146505, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 40 }, "end": { - "line": 3265, + "line": 3307, "column": 45 }, "identifierName": "_date" @@ -517786,29 +518058,29 @@ }, { "type": "SwitchStatement", - "start": 144149, - "end": 145147, + "start": 146539, + "end": 147537, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 16 }, "end": { - "line": 3286, + "line": 3328, "column": 17 } }, "discriminant": { "type": "BooleanLiteral", - "start": 144158, - "end": 144162, + "start": 146548, + "end": 146552, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 25 }, "end": { - "line": 3267, + "line": 3309, "column": 29 } }, @@ -517817,89 +518089,89 @@ "cases": [ { "type": "SwitchCase", - "start": 144187, - "end": 144833, + "start": 146577, + "end": 147223, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 20 }, "end": { - "line": 3279, + "line": 3321, "column": 21 } }, "consequent": [ { "type": "BlockStatement", - "start": 144280, - "end": 144833, + "start": 146670, + "end": 147223, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 113 }, "end": { - "line": 3279, + "line": 3321, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 144306, - "end": 144342, + "start": 146696, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 144306, - "end": 144342, + "start": 146696, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 144306, - "end": 144320, + "start": 146696, + "end": 146710, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 38 } }, "elements": [ { "type": "Identifier", - "start": 144308, - "end": 144312, + "start": 146698, + "end": 146702, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 26 }, "end": { - "line": 3269, + "line": 3311, "column": 30 }, "identifierName": "_ymd" @@ -517908,15 +518180,15 @@ }, { "type": "Identifier", - "start": 144314, - "end": 144318, + "start": 146704, + "end": 146708, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 32 }, "end": { - "line": 3269, + "line": 3311, "column": 36 }, "identifierName": "_his" @@ -517927,43 +518199,43 @@ }, "right": { "type": "CallExpression", - "start": 144323, - "end": 144342, + "start": 146713, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 144323, - "end": 144337, + "start": 146713, + "end": 146727, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 55 } }, "object": { "type": "Identifier", - "start": 144323, - "end": 144331, + "start": 146713, + "end": 146721, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 49 }, "identifierName": "_chk_str" @@ -517972,15 +518244,15 @@ }, "property": { "type": "Identifier", - "start": 144332, - "end": 144337, + "start": 146722, + "end": 146727, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 50 }, "end": { - "line": 3269, + "line": 3311, "column": 55 }, "identifierName": "split" @@ -517992,15 +518264,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144338, - "end": 144341, + "start": 146728, + "end": 146731, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 56 }, "end": { - "line": 3269, + "line": 3311, "column": 59 } }, @@ -518016,44 +518288,44 @@ }, { "type": "ExpressionStatement", - "start": 144367, - "end": 144391, + "start": 146757, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 144367, - "end": 144391, + "start": 146757, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144367, - "end": 144373, + "start": 146757, + "end": 146763, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 30 }, "identifierName": "_parts" @@ -518062,43 +518334,43 @@ }, "right": { "type": "CallExpression", - "start": 144376, - "end": 144391, + "start": 146766, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 144376, - "end": 144386, + "start": 146766, + "end": 146776, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 43 } }, "object": { "type": "Identifier", - "start": 144376, - "end": 144380, + "start": 146766, + "end": 146770, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 37 }, "identifierName": "_ymd" @@ -518107,15 +518379,15 @@ }, "property": { "type": "Identifier", - "start": 144381, - "end": 144386, + "start": 146771, + "end": 146776, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 38 }, "end": { - "line": 3270, + "line": 3312, "column": 43 }, "identifierName": "split" @@ -518127,15 +518399,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144387, - "end": 144390, + "start": 146777, + "end": 146780, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 44 }, "end": { - "line": 3270, + "line": 3312, "column": 47 } }, @@ -518151,43 +518423,43 @@ }, { "type": "IfStatement", - "start": 144416, - "end": 144548, + "start": 146806, + "end": 146938, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 24 }, "end": { - "line": 3273, + "line": 3315, "column": 25 } }, "test": { "type": "MemberExpression", - "start": 144421, - "end": 144430, + "start": 146811, + "end": 146820, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 29 }, "end": { - "line": 3271, + "line": 3313, "column": 38 } }, "object": { "type": "Identifier", - "start": 144421, - "end": 144427, + "start": 146811, + "end": 146817, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 29 }, "end": { - "line": 3271, + "line": 3313, "column": 35 }, "identifierName": "_parts" @@ -518196,15 +518468,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144428, - "end": 144429, + "start": 146818, + "end": 146819, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 36 }, "end": { - "line": 3271, + "line": 3313, "column": 37 } }, @@ -518218,73 +518490,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 144433, - "end": 144548, + "start": 146823, + "end": 146938, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 41 }, "end": { - "line": 3273, + "line": 3315, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 144463, - "end": 144504, + "start": 146853, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 144463, - "end": 144504, + "start": 146853, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 144463, - "end": 144472, + "start": 146853, + "end": 146862, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 37 } }, "object": { "type": "Identifier", - "start": 144463, - "end": 144469, + "start": 146853, + "end": 146859, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 34 }, "identifierName": "_parts" @@ -518293,15 +518565,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144470, - "end": 144471, + "start": 146860, + "end": 146861, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 35 }, "end": { - "line": 3272, + "line": 3314, "column": 36 } }, @@ -518315,43 +518587,43 @@ }, "right": { "type": "BinaryExpression", - "start": 144475, - "end": 144504, + "start": 146865, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, "left": { "type": "CallExpression", - "start": 144475, - "end": 144500, + "start": 146865, + "end": 146890, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 65 } }, "callee": { "type": "Identifier", - "start": 144475, - "end": 144483, + "start": 146865, + "end": 146873, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 48 }, "identifierName": "parseInt" @@ -518361,29 +518633,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 144485, - "end": 144494, + "start": 146875, + "end": 146884, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 50 }, "end": { - "line": 3272, + "line": 3314, "column": 59 } }, "object": { "type": "Identifier", - "start": 144485, - "end": 144491, + "start": 146875, + "end": 146881, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 50 }, "end": { - "line": 3272, + "line": 3314, "column": 56 }, "identifierName": "_parts" @@ -518392,15 +518664,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144492, - "end": 144493, + "start": 146882, + "end": 146883, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 57 }, "end": { - "line": 3272, + "line": 3314, "column": 58 } }, @@ -518414,15 +518686,15 @@ }, { "type": "NumericLiteral", - "start": 144496, - "end": 144498, + "start": 146886, + "end": 146888, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 61 }, "end": { - "line": 3272, + "line": 3314, "column": 63 } }, @@ -518437,15 +518709,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 144503, - "end": 144504, + "start": 146893, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 68 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } }, @@ -518465,15 +518737,15 @@ { "type": "CommentLine", "value": " to month index", - "start": 144505, - "end": 144522, + "start": 146895, + "end": 146912, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 70 }, "end": { - "line": 3272, + "line": 3314, "column": 87 } } @@ -518487,29 +518759,29 @@ }, { "type": "IfStatement", - "start": 144573, - "end": 144674, + "start": 146963, + "end": 147064, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 24 }, "end": { - "line": 3276, + "line": 3318, "column": 25 } }, "test": { "type": "Identifier", - "start": 144578, - "end": 144582, + "start": 146968, + "end": 146972, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 29 }, "end": { - "line": 3274, + "line": 3316, "column": 33 }, "identifierName": "_his" @@ -518518,72 +518790,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 144585, - "end": 144674, + "start": 146975, + "end": 147064, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 36 }, "end": { - "line": 3276, + "line": 3318, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 144615, - "end": 144648, + "start": 147005, + "end": 147038, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 144615, - "end": 144648, + "start": 147005, + "end": 147038, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 144615, - "end": 144626, + "start": 147005, + "end": 147016, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 39 } }, "object": { "type": "Identifier", - "start": 144615, - "end": 144621, + "start": 147005, + "end": 147011, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 34 }, "identifierName": "_parts" @@ -518592,15 +518864,15 @@ }, "property": { "type": "Identifier", - "start": 144622, - "end": 144626, + "start": 147012, + "end": 147016, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 35 }, "end": { - "line": 3275, + "line": 3317, "column": 39 }, "identifierName": "push" @@ -518612,57 +518884,57 @@ "arguments": [ { "type": "SpreadElement", - "start": 144628, - "end": 144646, + "start": 147018, + "end": 147036, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 41 }, "end": { - "line": 3275, + "line": 3317, "column": 59 } }, "argument": { "type": "CallExpression", - "start": 144631, - "end": 144646, + "start": 147021, + "end": 147036, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 144631, - "end": 144641, + "start": 147021, + "end": 147031, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 54 } }, "object": { "type": "Identifier", - "start": 144631, - "end": 144635, + "start": 147021, + "end": 147025, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 48 }, "identifierName": "_his" @@ -518671,15 +518943,15 @@ }, "property": { "type": "Identifier", - "start": 144636, - "end": 144641, + "start": 147026, + "end": 147031, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 49 }, "end": { - "line": 3275, + "line": 3317, "column": 54 }, "identifierName": "split" @@ -518691,15 +518963,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 144642, - "end": 144645, + "start": 147032, + "end": 147035, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 55 }, "end": { - "line": 3275, + "line": 3317, "column": 58 } }, @@ -518722,44 +518994,44 @@ }, { "type": "ExpressionStatement", - "start": 144699, - "end": 144781, + "start": 147089, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 144699, - "end": 144781, + "start": 147089, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144699, - "end": 144704, + "start": 147089, + "end": 147094, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 29 }, "identifierName": "_date" @@ -518768,29 +519040,29 @@ }, "right": { "type": "NewExpression", - "start": 144707, - "end": 144781, + "start": 147097, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 32 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } }, "callee": { "type": "Identifier", - "start": 144711, - "end": 144715, + "start": 147101, + "end": 147105, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 36 }, "end": { - "line": 3277, + "line": 3319, "column": 40 }, "identifierName": "Date" @@ -518800,57 +519072,57 @@ "arguments": [ { "type": "CallExpression", - "start": 144717, - "end": 144779, + "start": 147107, + "end": 147169, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 144717, - "end": 144750, + "start": 147107, + "end": 147140, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 75 } }, "object": { "type": "NewExpression", - "start": 144717, - "end": 144738, + "start": 147107, + "end": 147128, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 63 } }, "callee": { "type": "Identifier", - "start": 144721, - "end": 144725, + "start": 147111, + "end": 147115, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 46 }, "end": { - "line": 3277, + "line": 3319, "column": 50 }, "identifierName": "Date" @@ -518860,29 +519132,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 144727, - "end": 144736, + "start": 147117, + "end": 147126, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 52 }, "end": { - "line": 3277, + "line": 3319, "column": 61 } }, "argument": { "type": "Identifier", - "start": 144730, - "end": 144736, + "start": 147120, + "end": 147126, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 55 }, "end": { - "line": 3277, + "line": 3319, "column": 61 }, "identifierName": "_parts" @@ -518894,15 +519166,15 @@ }, "property": { "type": "Identifier", - "start": 144739, - "end": 144750, + "start": 147129, + "end": 147140, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 64 }, "end": { - "line": 3277, + "line": 3319, "column": 75 }, "identifierName": "setFullYear" @@ -518914,29 +519186,29 @@ "arguments": [ { "type": "CallExpression", - "start": 144752, - "end": 144777, + "start": 147142, + "end": 147167, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 77 }, "end": { - "line": 3277, + "line": 3319, "column": 102 } }, "callee": { "type": "Identifier", - "start": 144752, - "end": 144760, + "start": 147142, + "end": 147150, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 77 }, "end": { - "line": 3277, + "line": 3319, "column": 85 }, "identifierName": "parseInt" @@ -518946,29 +519218,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 144762, - "end": 144771, + "start": 147152, + "end": 147161, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 87 }, "end": { - "line": 3277, + "line": 3319, "column": 96 } }, "object": { "type": "Identifier", - "start": 144762, - "end": 144768, + "start": 147152, + "end": 147158, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 87 }, "end": { - "line": 3277, + "line": 3319, "column": 93 }, "identifierName": "_parts" @@ -518977,15 +519249,15 @@ }, "property": { "type": "NumericLiteral", - "start": 144769, - "end": 144770, + "start": 147159, + "end": 147160, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 94 }, "end": { - "line": 3277, + "line": 3319, "column": 95 } }, @@ -518999,15 +519271,15 @@ }, { "type": "NumericLiteral", - "start": 144773, - "end": 144775, + "start": 147163, + "end": 147165, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 98 }, "end": { - "line": 3277, + "line": 3319, "column": 100 } }, @@ -519027,15 +519299,15 @@ }, { "type": "BreakStatement", - "start": 144806, - "end": 144811, + "start": 147196, + "end": 147201, "loc": { "start": { - "line": 3278, + "line": 3320, "column": 24 }, "end": { - "line": 3278, + "line": 3320, "column": 29 } }, @@ -519047,43 +519319,43 @@ ], "test": { "type": "CallExpression", - "start": 144192, - "end": 144278, + "start": 146582, + "end": 146668, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 111 } }, "callee": { "type": "MemberExpression", - "start": 144192, - "end": 144266, + "start": 146582, + "end": 146656, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 99 } }, "object": { "type": "RegExpLiteral", - "start": 144192, - "end": 144261, + "start": 146582, + "end": 146651, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 94 } }, @@ -519095,15 +519367,15 @@ }, "property": { "type": "Identifier", - "start": 144262, - "end": 144266, + "start": 146652, + "end": 146656, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 95 }, "end": { - "line": 3268, + "line": 3310, "column": 99 }, "identifierName": "test" @@ -519115,15 +519387,15 @@ "arguments": [ { "type": "Identifier", - "start": 144268, - "end": 144276, + "start": 146658, + "end": 146666, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 101 }, "end": { - "line": 3268, + "line": 3310, "column": 109 }, "identifierName": "_chk_str" @@ -519135,59 +519407,59 @@ }, { "type": "SwitchCase", - "start": 144854, - "end": 145006, + "start": 147244, + "end": 147396, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 20 }, "end": { - "line": 3282, + "line": 3324, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 144909, - "end": 144976, + "start": 147299, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "expression": { "type": "AssignmentExpression", - "start": 144909, - "end": 144976, + "start": 147299, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "operator": "=", "left": { "type": "Identifier", - "start": 144909, - "end": 144914, + "start": 147299, + "end": 147304, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 29 }, "identifierName": "_date" @@ -519196,57 +519468,57 @@ }, "right": { "type": "CallExpression", - "start": 144917, - "end": 144976, + "start": 147307, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 144917, - "end": 144948, + "start": 147307, + "end": 147338, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 63 } }, "object": { "type": "NewExpression", - "start": 144917, - "end": 144936, + "start": 147307, + "end": 147326, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 51 } }, "callee": { "type": "Identifier", - "start": 144921, - "end": 144925, + "start": 147311, + "end": 147315, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 36 }, "end": { - "line": 3281, + "line": 3323, "column": 40 }, "identifierName": "Date" @@ -519256,15 +519528,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 144927, - "end": 144928, + "start": 147317, + "end": 147318, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 42 }, "end": { - "line": 3281, + "line": 3323, "column": 43 } }, @@ -519276,15 +519548,15 @@ }, { "type": "NumericLiteral", - "start": 144930, - "end": 144931, + "start": 147320, + "end": 147321, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 45 }, "end": { - "line": 3281, + "line": 3323, "column": 46 } }, @@ -519296,15 +519568,15 @@ }, { "type": "NumericLiteral", - "start": 144933, - "end": 144934, + "start": 147323, + "end": 147324, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 48 }, "end": { - "line": 3281, + "line": 3323, "column": 49 } }, @@ -519318,15 +519590,15 @@ }, "property": { "type": "Identifier", - "start": 144937, - "end": 144948, + "start": 147327, + "end": 147338, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 52 }, "end": { - "line": 3281, + "line": 3323, "column": 63 }, "identifierName": "setFullYear" @@ -519338,29 +519610,29 @@ "arguments": [ { "type": "CallExpression", - "start": 144950, - "end": 144974, + "start": 147340, + "end": 147364, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 65 }, "end": { - "line": 3281, + "line": 3323, "column": 89 } }, "callee": { "type": "Identifier", - "start": 144950, - "end": 144958, + "start": 147340, + "end": 147348, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 65 }, "end": { - "line": 3281, + "line": 3323, "column": 73 }, "identifierName": "parseInt" @@ -519370,15 +519642,15 @@ "arguments": [ { "type": "Identifier", - "start": 144960, - "end": 144968, + "start": 147350, + "end": 147358, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 75 }, "end": { - "line": 3281, + "line": 3323, "column": 83 }, "identifierName": "_chk_str" @@ -519387,15 +519659,15 @@ }, { "type": "NumericLiteral", - "start": 144970, - "end": 144972, + "start": 147360, + "end": 147362, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 85 }, "end": { - "line": 3281, + "line": 3323, "column": 87 } }, @@ -519413,15 +519685,15 @@ }, { "type": "BreakStatement", - "start": 145001, - "end": 145006, + "start": 147391, + "end": 147396, "loc": { "start": { - "line": 3282, + "line": 3324, "column": 24 }, "end": { - "line": 3282, + "line": 3324, "column": 29 } }, @@ -519430,43 +519702,43 @@ ], "test": { "type": "CallExpression", - "start": 144859, - "end": 144883, + "start": 147249, + "end": 147273, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 144859, - "end": 144871, + "start": 147249, + "end": 147261, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 37 } }, "object": { "type": "RegExpLiteral", - "start": 144859, - "end": 144866, + "start": 147249, + "end": 147256, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 32 } }, @@ -519478,15 +519750,15 @@ }, "property": { "type": "Identifier", - "start": 144867, - "end": 144871, + "start": 147257, + "end": 147261, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 33 }, "end": { - "line": 3280, + "line": 3322, "column": 37 }, "identifierName": "test" @@ -519498,15 +519770,15 @@ "arguments": [ { "type": "Identifier", - "start": 144873, - "end": 144881, + "start": 147263, + "end": 147271, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 39 }, "end": { - "line": 3280, + "line": 3322, "column": 47 }, "identifierName": "_chk_str" @@ -519518,59 +519790,59 @@ }, { "type": "SwitchCase", - "start": 145027, - "end": 145129, + "start": 147417, + "end": 147519, "loc": { "start": { - "line": 3283, + "line": 3325, "column": 20 }, "end": { - "line": 3285, + "line": 3327, "column": 29 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 145060, - "end": 145099, + "start": 147450, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 145060, - "end": 145099, + "start": 147450, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "operator": "=", "left": { "type": "Identifier", - "start": 145060, - "end": 145065, + "start": 147450, + "end": 147455, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 29 }, "identifierName": "_date" @@ -519579,29 +519851,29 @@ }, "right": { "type": "NewExpression", - "start": 145068, - "end": 145099, + "start": 147458, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 32 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } }, "callee": { "type": "Identifier", - "start": 145072, - "end": 145076, + "start": 147462, + "end": 147466, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 36 }, "end": { - "line": 3284, + "line": 3326, "column": 40 }, "identifierName": "Date" @@ -519611,43 +519883,43 @@ "arguments": [ { "type": "CallExpression", - "start": 145078, - "end": 145097, + "start": 147468, + "end": 147487, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 145078, - "end": 145095, + "start": 147468, + "end": 147485, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 59 } }, "object": { "type": "Identifier", - "start": 145078, - "end": 145086, + "start": 147468, + "end": 147476, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 50 }, "identifierName": "_chk_str" @@ -519656,15 +519928,15 @@ }, "property": { "type": "Identifier", - "start": 145087, - "end": 145095, + "start": 147477, + "end": 147485, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 51 }, "end": { - "line": 3284, + "line": 3326, "column": 59 }, "identifierName": "toString" @@ -519681,15 +519953,15 @@ }, { "type": "BreakStatement", - "start": 145124, - "end": 145129, + "start": 147514, + "end": 147519, "loc": { "start": { - "line": 3285, + "line": 3327, "column": 24 }, "end": { - "line": 3285, + "line": 3327, "column": 29 } }, @@ -519702,29 +519974,29 @@ }, { "type": "ReturnStatement", - "start": 145165, - "end": 145177, + "start": 147555, + "end": 147567, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 16 }, "end": { - "line": 3287, + "line": 3329, "column": 28 } }, "argument": { "type": "Identifier", - "start": 145172, - "end": 145177, + "start": 147562, + "end": 147567, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 23 }, "end": { - "line": 3287, + "line": 3329, "column": 28 }, "identifierName": "_date" @@ -519739,29 +520011,29 @@ }, { "type": "VariableDeclarator", - "start": 145205, - "end": 145247, + "start": 147595, + "end": 147637, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 12 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "id": { "type": "Identifier", - "start": 145205, - "end": 145215, + "start": 147595, + "end": 147605, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 12 }, "end": { - "line": 3289, + "line": 3331, "column": 22 }, "identifierName": "_checkDate" @@ -519770,29 +520042,29 @@ }, "init": { "type": "CallExpression", - "start": 145218, - "end": 145247, + "start": 147608, + "end": 147637, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 25 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } }, "callee": { "type": "Identifier", - "start": 145218, - "end": 145231, + "start": 147608, + "end": 147621, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 25 }, "end": { - "line": 3289, + "line": 3331, "column": 38 }, "identifierName": "getDateObject" @@ -519802,15 +520074,15 @@ "arguments": [ { "type": "Identifier", - "start": 145233, - "end": 145245, + "start": 147623, + "end": 147635, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 40 }, "end": { - "line": 3289, + "line": 3331, "column": 52 }, "identifierName": "datetime_str" @@ -519825,57 +520097,57 @@ }, { "type": "IfStatement", - "start": 145265, - "end": 145448, + "start": 147655, + "end": 147838, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 8 }, "end": { - "line": 3294, + "line": 3336, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 145270, - "end": 145320, + "start": 147660, + "end": 147710, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 63 } }, "left": { "type": "CallExpression", - "start": 145270, - "end": 145289, + "start": 147660, + "end": 147679, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 32 } }, "callee": { "type": "Identifier", - "start": 145270, - "end": 145275, + "start": 147660, + "end": 147665, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 18 }, "identifierName": "isNaN" @@ -519885,15 +520157,15 @@ "arguments": [ { "type": "Identifier", - "start": 145277, - "end": 145287, + "start": 147667, + "end": 147677, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 20 }, "end": { - "line": 3291, + "line": 3333, "column": 30 }, "identifierName": "_checkDate" @@ -519905,58 +520177,58 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 145293, - "end": 145320, + "start": 147683, + "end": 147710, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 145293, - "end": 145306, + "start": 147683, + "end": 147696, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 145293, - "end": 145297, + "start": 147683, + "end": 147687, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 40 } } }, "property": { "type": "Identifier", - "start": 145298, - "end": 145306, + "start": 147688, + "end": 147696, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 41 }, "end": { - "line": 3291, + "line": 3333, "column": 49 }, "identifierName": "is_empty" @@ -519968,15 +520240,15 @@ "arguments": [ { "type": "Identifier", - "start": 145308, - "end": 145318, + "start": 147698, + "end": 147708, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 51 }, "end": { - "line": 3291, + "line": 3333, "column": 61 }, "identifierName": "_checkDate" @@ -519988,72 +520260,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 145323, - "end": 145448, + "start": 147713, + "end": 147838, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 66 }, "end": { - "line": 3294, + "line": 3336, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 145337, - "end": 145414, + "start": 147727, + "end": 147804, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 145337, - "end": 145414, + "start": 147727, + "end": 147804, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 89 } }, "callee": { "type": "MemberExpression", - "start": 145337, - "end": 145349, + "start": 147727, + "end": 147739, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 24 } }, "object": { "type": "Identifier", - "start": 145337, - "end": 145344, + "start": 147727, + "end": 147734, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 19 }, "identifierName": "console" @@ -520062,15 +520334,15 @@ }, "property": { "type": "Identifier", - "start": 145345, - "end": 145349, + "start": 147735, + "end": 147739, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 20 }, "end": { - "line": 3292, + "line": 3334, "column": 24 }, "identifierName": "warn" @@ -520082,30 +520354,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 145351, - "end": 145412, + "start": 147741, + "end": 147802, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 26 }, "end": { - "line": 3292, + "line": 3334, "column": 87 } }, "expressions": [ { "type": "Identifier", - "start": 145355, - "end": 145367, + "start": 147745, + "end": 147757, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 30 }, "end": { - "line": 3292, + "line": 3334, "column": 42 }, "identifierName": "datetime_str" @@ -520116,15 +520388,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 145352, - "end": 145353, + "start": 147742, + "end": 147743, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 27 }, "end": { - "line": 3292, + "line": 3334, "column": 28 } }, @@ -520136,15 +520408,15 @@ }, { "type": "TemplateElement", - "start": 145368, - "end": 145411, + "start": 147758, + "end": 147801, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 43 }, "end": { - "line": 3292, + "line": 3334, "column": 86 } }, @@ -520161,29 +520433,29 @@ }, { "type": "ReturnStatement", - "start": 145427, - "end": 145438, + "start": 147817, + "end": 147828, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 12 }, "end": { - "line": 3293, + "line": 3335, "column": 23 } }, "argument": { "type": "NullLiteral", - "start": 145434, - "end": 145438, + "start": 147824, + "end": 147828, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 19 }, "end": { - "line": 3293, + "line": 3335, "column": 23 } } @@ -520198,15 +520470,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -520215,43 +520487,43 @@ }, { "type": "IfStatement", - "start": 145811, - "end": 145908, + "start": 148201, + "end": 148298, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 8 }, "end": { - "line": 3308, + "line": 3350, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 145816, - "end": 145846, + "start": 148206, + "end": 148236, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 13 }, "end": { - "line": 3306, + "line": 3348, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 145816, - "end": 145833, + "start": 148206, + "end": 148223, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 13 }, "end": { - "line": 3306, + "line": 3348, "column": 30 } }, @@ -520259,15 +520531,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 145823, - "end": 145833, + "start": 148213, + "end": 148223, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 20 }, "end": { - "line": 3306, + "line": 3348, "column": 30 }, "identifierName": "_checkDate" @@ -520283,15 +520555,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 145838, - "end": 145846, + "start": 148228, + "end": 148236, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 35 }, "end": { - "line": 3306, + "line": 3348, "column": 43 } }, @@ -520305,59 +520577,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 145849, - "end": 145908, + "start": 148239, + "end": 148298, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 46 }, "end": { - "line": 3308, + "line": 3350, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 145863, - "end": 145898, + "start": 148253, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 145863, - "end": 145898, + "start": 148253, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 145863, - "end": 145873, + "start": 148253, + "end": 148263, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 22 }, "identifierName": "_checkDate" @@ -520366,29 +520638,29 @@ }, "right": { "type": "NewExpression", - "start": 145876, - "end": 145898, + "start": 148266, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 25 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } }, "callee": { "type": "Identifier", - "start": 145880, - "end": 145884, + "start": 148270, + "end": 148274, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 29 }, "end": { - "line": 3307, + "line": 3349, "column": 33 }, "identifierName": "Date" @@ -520398,15 +520670,15 @@ "arguments": [ { "type": "Identifier", - "start": 145886, - "end": 145896, + "start": 148276, + "end": 148286, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 35 }, "end": { - "line": 3307, + "line": 3349, "column": 45 }, "identifierName": "_checkDate" @@ -520426,15 +520698,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -520444,15 +520716,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -520461,29 +520733,29 @@ }, { "type": "ReturnStatement", - "start": 146022, - "end": 146039, + "start": 148412, + "end": 148429, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 8 }, "end": { - "line": 3310, + "line": 3352, "column": 25 } }, "argument": { "type": "Identifier", - "start": 146029, - "end": 146039, + "start": 148419, + "end": 148429, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 15 }, "end": { - "line": 3310, + "line": 3352, "column": 25 }, "identifierName": "_checkDate" @@ -520495,15 +520767,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -520518,15 +520790,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -520536,15 +520808,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -520553,15 +520825,15 @@ }, { "type": "ClassMethod", - "start": 146192, - "end": 146878, + "start": 148582, + "end": 149268, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 4 }, "end": { - "line": 3334, + "line": 3376, "column": 5 } }, @@ -520569,15 +520841,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 146192, - "end": 146199, + "start": 148582, + "end": 148589, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 4 }, "end": { - "line": 3318, + "line": 3360, "column": 11 }, "identifierName": "getWeek" @@ -520593,15 +520865,15 @@ "params": [ { "type": "Identifier", - "start": 146201, - "end": 146209, + "start": 148591, + "end": 148599, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 13 }, "end": { - "line": 3318, + "line": 3360, "column": 21 }, "identifierName": "date_str" @@ -520611,59 +520883,59 @@ ], "body": { "type": "BlockStatement", - "start": 146212, - "end": 146878, + "start": 148602, + "end": 149268, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 24 }, "end": { - "line": 3334, + "line": 3376, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 146222, - "end": 146301, + "start": 148612, + "end": 148691, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 8 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 146226, - "end": 146236, + "start": 148616, + "end": 148626, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 12 }, "end": { - "line": 3319, + "line": 3361, "column": 22 } }, "id": { "type": "Identifier", - "start": 146226, - "end": 146236, + "start": 148616, + "end": 148626, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 12 }, "end": { - "line": 3319, + "line": 3361, "column": 22 }, "identifierName": "targetDate" @@ -520674,29 +520946,29 @@ }, { "type": "VariableDeclarator", - "start": 146238, - "end": 146242, + "start": 148628, + "end": 148632, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 24 }, "end": { - "line": 3319, + "line": 3361, "column": 28 } }, "id": { "type": "Identifier", - "start": 146238, - "end": 146242, + "start": 148628, + "end": 148632, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 24 }, "end": { - "line": 3319, + "line": 3361, "column": 28 }, "identifierName": "_str" @@ -520707,29 +520979,29 @@ }, { "type": "VariableDeclarator", - "start": 146244, - "end": 146251, + "start": 148634, + "end": 148641, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 30 }, "end": { - "line": 3319, + "line": 3361, "column": 37 } }, "id": { "type": "Identifier", - "start": 146244, - "end": 146251, + "start": 148634, + "end": 148641, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 30 }, "end": { - "line": 3319, + "line": 3361, "column": 37 }, "identifierName": "_onejan" @@ -520740,29 +521012,29 @@ }, { "type": "VariableDeclarator", - "start": 146265, - "end": 146301, + "start": 148655, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 12 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "id": { "type": "Identifier", - "start": 146265, - "end": 146279, + "start": 148655, + "end": 148669, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 12 }, "end": { - "line": 3320, + "line": 3362, "column": 26 }, "identifierName": "_millisecInDay" @@ -520771,57 +521043,57 @@ }, "init": { "type": "BinaryExpression", - "start": 146282, - "end": 146301, + "start": 148672, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, "left": { "type": "BinaryExpression", - "start": 146282, - "end": 146294, + "start": 148672, + "end": 148684, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 41 } }, "left": { "type": "BinaryExpression", - "start": 146282, - "end": 146289, + "start": 148672, + "end": 148679, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 36 } }, "left": { "type": "NumericLiteral", - "start": 146282, - "end": 146284, + "start": 148672, + "end": 148674, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 31 } }, @@ -520834,15 +521106,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146287, - "end": 146289, + "start": 148677, + "end": 148679, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 34 }, "end": { - "line": 3320, + "line": 3362, "column": 36 } }, @@ -520856,15 +521128,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146292, - "end": 146294, + "start": 148682, + "end": 148684, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 39 }, "end": { - "line": 3320, + "line": 3362, "column": 41 } }, @@ -520878,15 +521150,15 @@ "operator": "*", "right": { "type": "NumericLiteral", - "start": 146297, - "end": 146301, + "start": 148687, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 44 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } }, @@ -520903,57 +521175,57 @@ }, { "type": "IfStatement", - "start": 146319, - "end": 146706, + "start": 148709, + "end": 149096, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 8 }, "end": { - "line": 3331, + "line": 3373, "column": 9 } }, "test": { "type": "CallExpression", - "start": 146324, - "end": 146376, + "start": 148714, + "end": 148766, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 146324, - "end": 146364, + "start": 148714, + "end": 148754, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 53 } }, "object": { "type": "RegExpLiteral", - "start": 146324, - "end": 146359, + "start": 148714, + "end": 148749, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 48 } }, @@ -520965,15 +521237,15 @@ }, "property": { "type": "Identifier", - "start": 146360, - "end": 146364, + "start": 148750, + "end": 148754, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 49 }, "end": { - "line": 3322, + "line": 3364, "column": 53 }, "identifierName": "test" @@ -520985,15 +521257,15 @@ "arguments": [ { "type": "Identifier", - "start": 146366, - "end": 146374, + "start": 148756, + "end": 148764, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 55 }, "end": { - "line": 3322, + "line": 3364, "column": 63 }, "identifierName": "date_str" @@ -521004,59 +521276,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 146379, - "end": 146643, + "start": 148769, + "end": 149033, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 68 }, "end": { - "line": 3329, + "line": 3371, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 146393, - "end": 146419, + "start": 148783, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 146393, - "end": 146419, + "start": 148783, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146393, - "end": 146397, + "start": 148783, + "end": 148787, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 16 }, "identifierName": "_str" @@ -521065,43 +521337,43 @@ }, "right": { "type": "CallExpression", - "start": 146400, - "end": 146419, + "start": 148790, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 146400, - "end": 146414, + "start": 148790, + "end": 148804, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 33 } }, "object": { "type": "Identifier", - "start": 146400, - "end": 146408, + "start": 148790, + "end": 148798, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 27 }, "identifierName": "date_str" @@ -521110,15 +521382,15 @@ }, "property": { "type": "Identifier", - "start": 146409, - "end": 146414, + "start": 148799, + "end": 148804, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 28 }, "end": { - "line": 3323, + "line": 3365, "column": 33 }, "identifierName": "split" @@ -521130,15 +521402,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 146415, - "end": 146418, + "start": 148805, + "end": 148808, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 34 }, "end": { - "line": 3323, + "line": 3365, "column": 37 } }, @@ -521154,29 +521426,29 @@ }, { "type": "IfStatement", - "start": 146432, - "end": 146553, + "start": 148822, + "end": 148943, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 12 }, "end": { - "line": 3326, + "line": 3368, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 146437, - "end": 146463, + "start": 148827, + "end": 148853, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 17 }, "end": { - "line": 3324, + "line": 3366, "column": 43 } }, @@ -521184,58 +521456,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 146439, - "end": 146463, + "start": 148829, + "end": 148853, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 146439, - "end": 146452, + "start": 148829, + "end": 148842, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 146439, - "end": 146443, + "start": 148829, + "end": 148833, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 23 } } }, "property": { "type": "Identifier", - "start": 146444, - "end": 146452, + "start": 148834, + "end": 148842, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 24 }, "end": { - "line": 3324, + "line": 3366, "column": 32 }, "identifierName": "is_empty" @@ -521247,29 +521519,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 146454, - "end": 146461, + "start": 148844, + "end": 148851, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 34 }, "end": { - "line": 3324, + "line": 3366, "column": 41 } }, "object": { "type": "Identifier", - "start": 146454, - "end": 146458, + "start": 148844, + "end": 148848, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 34 }, "end": { - "line": 3324, + "line": 3366, "column": 38 }, "identifierName": "_str" @@ -521278,15 +521550,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146459, - "end": 146460, + "start": 148849, + "end": 148850, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 39 }, "end": { - "line": 3324, + "line": 3366, "column": 40 } }, @@ -521306,73 +521578,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 146466, - "end": 146553, + "start": 148856, + "end": 148943, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 46 }, "end": { - "line": 3326, + "line": 3368, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 146484, - "end": 146521, + "start": 148874, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 146484, - "end": 146521, + "start": 148874, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 146484, - "end": 146491, + "start": 148874, + "end": 148881, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 23 } }, "object": { "type": "Identifier", - "start": 146484, - "end": 146488, + "start": 148874, + "end": 148878, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 20 }, "identifierName": "_str" @@ -521381,15 +521653,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146489, - "end": 146490, + "start": 148879, + "end": 148880, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 21 }, "end": { - "line": 3325, + "line": 3367, "column": 22 } }, @@ -521403,43 +521675,43 @@ }, "right": { "type": "BinaryExpression", - "start": 146494, - "end": 146521, + "start": 148884, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, "left": { "type": "CallExpression", - "start": 146494, - "end": 146517, + "start": 148884, + "end": 148907, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 49 } }, "callee": { "type": "Identifier", - "start": 146494, - "end": 146502, + "start": 148884, + "end": 148892, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 34 }, "identifierName": "parseInt" @@ -521449,29 +521721,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 146504, - "end": 146511, + "start": 148894, + "end": 148901, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 36 }, "end": { - "line": 3325, + "line": 3367, "column": 43 } }, "object": { "type": "Identifier", - "start": 146504, - "end": 146508, + "start": 148894, + "end": 148898, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 36 }, "end": { - "line": 3325, + "line": 3367, "column": 40 }, "identifierName": "_str" @@ -521480,15 +521752,15 @@ }, "property": { "type": "NumericLiteral", - "start": 146509, - "end": 146510, + "start": 148899, + "end": 148900, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 41 }, "end": { - "line": 3325, + "line": 3367, "column": 42 } }, @@ -521502,15 +521774,15 @@ }, { "type": "NumericLiteral", - "start": 146513, - "end": 146515, + "start": 148903, + "end": 148905, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 45 }, "end": { - "line": 3325, + "line": 3367, "column": 47 } }, @@ -521525,15 +521797,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 146520, - "end": 146521, + "start": 148910, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 52 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } }, @@ -521553,15 +521825,15 @@ { "type": "CommentLine", "value": " To month index", - "start": 146522, - "end": 146539, + "start": 148912, + "end": 148929, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 54 }, "end": { - "line": 3325, + "line": 3367, "column": 71 } } @@ -521577,15 +521849,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -521594,44 +521866,44 @@ }, { "type": "ExpressionStatement", - "start": 146601, - "end": 146633, + "start": 148991, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 146601, - "end": 146633, + "start": 148991, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146601, - "end": 146611, + "start": 148991, + "end": 149001, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 22 }, "identifierName": "targetDate" @@ -521641,29 +521913,29 @@ }, "right": { "type": "NewExpression", - "start": 146614, - "end": 146633, + "start": 149004, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 25 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } }, "callee": { "type": "Identifier", - "start": 146618, - "end": 146622, + "start": 149008, + "end": 149012, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 29 }, "end": { - "line": 3328, + "line": 3370, "column": 33 }, "identifierName": "Date" @@ -521673,29 +521945,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 146624, - "end": 146631, + "start": 149014, + "end": 149021, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 35 }, "end": { - "line": 3328, + "line": 3370, "column": 42 } }, "argument": { "type": "Identifier", - "start": 146627, - "end": 146631, + "start": 149017, + "end": 149021, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 38 }, "end": { - "line": 3328, + "line": 3370, "column": 42 }, "identifierName": "_str" @@ -521711,15 +521983,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -521731,59 +522003,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 146649, - "end": 146706, + "start": 149039, + "end": 149096, "loc": { "start": { - "line": 3329, + "line": 3371, "column": 15 }, "end": { - "line": 3331, + "line": 3373, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 146663, - "end": 146696, + "start": 149053, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 146663, - "end": 146696, + "start": 149053, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146663, - "end": 146673, + "start": 149053, + "end": 149063, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 22 }, "identifierName": "targetDate" @@ -521792,29 +522064,29 @@ }, "right": { "type": "NewExpression", - "start": 146676, - "end": 146696, + "start": 149066, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 25 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } }, "callee": { "type": "Identifier", - "start": 146680, - "end": 146684, + "start": 149070, + "end": 149074, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 29 }, "end": { - "line": 3330, + "line": 3372, "column": 33 }, "identifierName": "Date" @@ -521824,15 +522096,15 @@ "arguments": [ { "type": "Identifier", - "start": 146686, - "end": 146694, + "start": 149076, + "end": 149084, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 35 }, "end": { - "line": 3330, + "line": 3372, "column": 43 }, "identifierName": "date_str" @@ -521849,44 +522121,44 @@ }, { "type": "ExpressionStatement", - "start": 146715, - "end": 146767, + "start": 149105, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 146715, - "end": 146767, + "start": 149105, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "operator": "=", "left": { "type": "Identifier", - "start": 146715, - "end": 146722, + "start": 149105, + "end": 149112, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 15 }, "identifierName": "_onejan" @@ -521895,29 +522167,29 @@ }, "right": { "type": "NewExpression", - "start": 146725, - "end": 146767, + "start": 149115, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 18 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } }, "callee": { "type": "Identifier", - "start": 146729, - "end": 146733, + "start": 149119, + "end": 149123, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 22 }, "end": { - "line": 3332, + "line": 3374, "column": 26 }, "identifierName": "Date" @@ -521927,43 +522199,43 @@ "arguments": [ { "type": "CallExpression", - "start": 146735, - "end": 146759, + "start": 149125, + "end": 149149, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 146735, - "end": 146757, + "start": 149125, + "end": 149147, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 50 } }, "object": { "type": "Identifier", - "start": 146735, - "end": 146745, + "start": 149125, + "end": 149135, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 38 }, "identifierName": "targetDate" @@ -521972,15 +522244,15 @@ }, "property": { "type": "Identifier", - "start": 146746, - "end": 146757, + "start": 149136, + "end": 149147, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 39 }, "end": { - "line": 3332, + "line": 3374, "column": 50 }, "identifierName": "getFullYear" @@ -521993,15 +522265,15 @@ }, { "type": "NumericLiteral", - "start": 146761, - "end": 146762, + "start": 149151, + "end": 149152, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 54 }, "end": { - "line": 3332, + "line": 3374, "column": 55 } }, @@ -522013,15 +522285,15 @@ }, { "type": "NumericLiteral", - "start": 146764, - "end": 146765, + "start": 149154, + "end": 149155, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 57 }, "end": { - "line": 3332, + "line": 3374, "column": 58 } }, @@ -522037,57 +522309,57 @@ }, { "type": "ReturnStatement", - "start": 146776, - "end": 146872, + "start": 149166, + "end": 149262, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 8 }, "end": { - "line": 3333, + "line": 3375, "column": 104 } }, "argument": { "type": "CallExpression", - "start": 146783, - "end": 146872, + "start": 149173, + "end": 149262, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 146783, - "end": 146792, + "start": 149173, + "end": 149182, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 24 } }, "object": { "type": "Identifier", - "start": 146783, - "end": 146787, + "start": 149173, + "end": 149177, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 19 }, "identifierName": "Math" @@ -522096,15 +522368,15 @@ }, "property": { "type": "Identifier", - "start": 146788, - "end": 146792, + "start": 149178, + "end": 149182, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 20 }, "end": { - "line": 3333, + "line": 3375, "column": 24 }, "identifierName": "ceil" @@ -522116,85 +522388,85 @@ "arguments": [ { "type": "BinaryExpression", - "start": 146794, - "end": 146870, + "start": 149184, + "end": 149260, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 26 }, "end": { - "line": 3333, + "line": 3375, "column": 102 } }, "left": { "type": "BinaryExpression", - "start": 146796, - "end": 146864, + "start": 149186, + "end": 149254, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 28 }, "end": { - "line": 3333, + "line": 3375, "column": 96 } }, "left": { "type": "BinaryExpression", - "start": 146796, - "end": 146860, + "start": 149186, + "end": 149250, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 28 }, "end": { - "line": 3333, + "line": 3375, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 146798, - "end": 146839, + "start": 149188, + "end": 149229, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 30 }, "end": { - "line": 3333, + "line": 3375, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 146800, - "end": 146820, + "start": 149190, + "end": 149210, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 32 }, "end": { - "line": 3333, + "line": 3375, "column": 52 } }, "left": { "type": "Identifier", - "start": 146800, - "end": 146810, + "start": 149190, + "end": 149200, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 32 }, "end": { - "line": 3333, + "line": 3375, "column": 42 }, "identifierName": "targetDate" @@ -522204,15 +522476,15 @@ "operator": "-", "right": { "type": "Identifier", - "start": 146813, - "end": 146820, + "start": 149203, + "end": 149210, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 45 }, "end": { - "line": 3333, + "line": 3375, "column": 52 }, "identifierName": "_onejan" @@ -522221,21 +522493,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 146798 + "parenStart": 149188 } }, "operator": "/", "right": { "type": "Identifier", - "start": 146825, - "end": 146839, + "start": 149215, + "end": 149229, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 57 }, "end": { - "line": 3333, + "line": 3375, "column": 71 }, "identifierName": "_millisecInDay" @@ -522244,49 +522516,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 146796 + "parenStart": 149186 } }, "operator": "+", "right": { "type": "CallExpression", - "start": 146844, - "end": 146860, + "start": 149234, + "end": 149250, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 92 } }, "callee": { "type": "MemberExpression", - "start": 146844, - "end": 146858, + "start": 149234, + "end": 149248, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 90 } }, "object": { "type": "Identifier", - "start": 146844, - "end": 146851, + "start": 149234, + "end": 149241, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 83 }, "identifierName": "_onejan" @@ -522295,15 +522567,15 @@ }, "property": { "type": "Identifier", - "start": 146852, - "end": 146858, + "start": 149242, + "end": 149248, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 84 }, "end": { - "line": 3333, + "line": 3375, "column": 90 }, "identifierName": "getDay" @@ -522318,15 +522590,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 146863, - "end": 146864, + "start": 149253, + "end": 149254, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 95 }, "end": { - "line": 3333, + "line": 3375, "column": 96 } }, @@ -522338,21 +522610,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 146794 + "parenStart": 149184 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 146869, - "end": 146870, + "start": 149259, + "end": 149260, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 101 }, "end": { - "line": 3333, + "line": 3375, "column": 102 } }, @@ -522374,15 +522646,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -522392,15 +522664,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -522409,15 +522681,15 @@ }, { "type": "ClassMethod", - "start": 147019, - "end": 148491, + "start": 149409, + "end": 150881, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 4 }, "end": { - "line": 3383, + "line": 3425, "column": 5 } }, @@ -522425,15 +522697,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 147019, - "end": 147033, + "start": 149409, + "end": 149423, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 4 }, "end": { - "line": 3341, + "line": 3383, "column": 18 }, "identifierName": "getHigherScale" @@ -522449,15 +522721,15 @@ "params": [ { "type": "Identifier", - "start": 147035, - "end": 147040, + "start": 149425, + "end": 149430, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 20 }, "end": { - "line": 3341, + "line": 3383, "column": 25 }, "identifierName": "scale" @@ -522467,59 +522739,59 @@ ], "body": { "type": "BlockStatement", - "start": 147043, - "end": 148491, + "start": 149433, + "end": 150881, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 28 }, "end": { - "line": 3383, + "line": 3425, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 147053, - "end": 147077, + "start": 149443, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 8 }, "end": { - "line": 3342, + "line": 3384, "column": 32 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 147057, - "end": 147077, + "start": 149447, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 12 }, "end": { - "line": 3342, + "line": 3384, "column": 32 } }, "id": { "type": "Identifier", - "start": 147057, - "end": 147069, + "start": 149447, + "end": 149459, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 12 }, "end": { - "line": 3342, + "line": 3384, "column": 24 }, "identifierName": "higher_scale" @@ -522528,15 +522800,15 @@ }, "init": { "type": "Identifier", - "start": 147072, - "end": 147077, + "start": 149462, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 27 }, "end": { - "line": 3342, + "line": 3384, "column": 32 }, "identifierName": "scale" @@ -522549,29 +522821,29 @@ }, { "type": "SwitchStatement", - "start": 147095, - "end": 148457, + "start": 149485, + "end": 150847, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 8 }, "end": { - "line": 3381, + "line": 3423, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 147104, - "end": 147108, + "start": 149494, + "end": 149498, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 17 }, "end": { - "line": 3344, + "line": 3386, "column": 21 } }, @@ -522580,59 +522852,59 @@ "cases": [ { "type": "SwitchCase", - "start": 147125, - "end": 147228, + "start": 149515, + "end": 149618, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 12 }, "end": { - "line": 3347, + "line": 3389, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147183, - "end": 147206, + "start": 149573, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 147183, - "end": 147206, + "start": 149573, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147183, - "end": 147195, + "start": 149573, + "end": 149585, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 28 }, "identifierName": "higher_scale" @@ -522641,15 +522913,15 @@ }, "right": { "type": "StringLiteral", - "start": 147198, - "end": 147206, + "start": 149588, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 31 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } }, @@ -522663,15 +522935,15 @@ }, { "type": "BreakStatement", - "start": 147223, - "end": 147228, + "start": 149613, + "end": 149618, "loc": { "start": { - "line": 3347, + "line": 3389, "column": 16 }, "end": { - "line": 3347, + "line": 3389, "column": 21 } }, @@ -522680,43 +522952,43 @@ ], "test": { "type": "CallExpression", - "start": 147130, - "end": 147165, + "start": 149520, + "end": 149555, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 147130, - "end": 147156, + "start": 149520, + "end": 149546, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 147130, - "end": 147151, + "start": 149520, + "end": 149541, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 38 } }, @@ -522728,15 +523000,15 @@ }, "property": { "type": "Identifier", - "start": 147152, - "end": 147156, + "start": 149542, + "end": 149546, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 39 }, "end": { - "line": 3345, + "line": 3387, "column": 43 }, "identifierName": "test" @@ -522748,15 +523020,15 @@ "arguments": [ { "type": "Identifier", - "start": 147158, - "end": 147163, + "start": 149548, + "end": 149553, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 45 }, "end": { - "line": 3345, + "line": 3387, "column": 50 }, "identifierName": "scale" @@ -522768,59 +523040,59 @@ }, { "type": "SwitchCase", - "start": 147241, - "end": 147336, + "start": 149631, + "end": 149726, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 12 }, "end": { - "line": 3350, + "line": 3392, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147291, - "end": 147314, + "start": 149681, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 147291, - "end": 147314, + "start": 149681, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147291, - "end": 147303, + "start": 149681, + "end": 149693, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 28 }, "identifierName": "higher_scale" @@ -522829,15 +523101,15 @@ }, "right": { "type": "StringLiteral", - "start": 147306, - "end": 147314, + "start": 149696, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 31 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } }, @@ -522851,15 +523123,15 @@ }, { "type": "BreakStatement", - "start": 147331, - "end": 147336, + "start": 149721, + "end": 149726, "loc": { "start": { - "line": 3350, + "line": 3392, "column": 16 }, "end": { - "line": 3350, + "line": 3392, "column": 21 } }, @@ -522868,43 +523140,43 @@ ], "test": { "type": "CallExpression", - "start": 147246, - "end": 147273, + "start": 149636, + "end": 149663, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 147246, - "end": 147264, + "start": 149636, + "end": 149654, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 147246, - "end": 147259, + "start": 149636, + "end": 149649, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 30 } }, @@ -522916,15 +523188,15 @@ }, "property": { "type": "Identifier", - "start": 147260, - "end": 147264, + "start": 149650, + "end": 149654, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 31 }, "end": { - "line": 3348, + "line": 3390, "column": 35 }, "identifierName": "test" @@ -522936,15 +523208,15 @@ "arguments": [ { "type": "Identifier", - "start": 147266, - "end": 147271, + "start": 149656, + "end": 149661, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 37 }, "end": { - "line": 3348, + "line": 3390, "column": 42 }, "identifierName": "scale" @@ -522956,59 +523228,59 @@ }, { "type": "SwitchCase", - "start": 147349, - "end": 147442, + "start": 149739, + "end": 149832, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 12 }, "end": { - "line": 3353, + "line": 3395, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147399, - "end": 147420, + "start": 149789, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 147399, - "end": 147420, + "start": 149789, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147399, - "end": 147411, + "start": 149789, + "end": 149801, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 28 }, "identifierName": "higher_scale" @@ -523017,15 +523289,15 @@ }, "right": { "type": "StringLiteral", - "start": 147414, - "end": 147420, + "start": 149804, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 31 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } }, @@ -523039,15 +523311,15 @@ }, { "type": "BreakStatement", - "start": 147437, - "end": 147442, + "start": 149827, + "end": 149832, "loc": { "start": { - "line": 3353, + "line": 3395, "column": 16 }, "end": { - "line": 3353, + "line": 3395, "column": 21 } }, @@ -523056,43 +523328,43 @@ ], "test": { "type": "CallExpression", - "start": 147354, - "end": 147381, + "start": 149744, + "end": 149771, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 147354, - "end": 147372, + "start": 149744, + "end": 149762, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 147354, - "end": 147367, + "start": 149744, + "end": 149757, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 30 } }, @@ -523104,15 +523376,15 @@ }, "property": { "type": "Identifier", - "start": 147368, - "end": 147372, + "start": 149758, + "end": 149762, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 31 }, "end": { - "line": 3351, + "line": 3393, "column": 35 }, "identifierName": "test" @@ -523124,15 +523396,15 @@ "arguments": [ { "type": "Identifier", - "start": 147374, - "end": 147379, + "start": 149764, + "end": 149769, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 37 }, "end": { - "line": 3351, + "line": 3393, "column": 42 }, "identifierName": "scale" @@ -523144,58 +523416,58 @@ }, { "type": "SwitchCase", - "start": 147455, - "end": 147496, + "start": 149845, + "end": 149886, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 12 }, "end": { - "line": 3354, + "line": 3396, "column": 53 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147460, - "end": 147495, + "start": 149850, + "end": 149885, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 147460, - "end": 147486, + "start": 149850, + "end": 149876, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 147460, - "end": 147481, + "start": 149850, + "end": 149871, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 38 } }, @@ -523207,15 +523479,15 @@ }, "property": { "type": "Identifier", - "start": 147482, - "end": 147486, + "start": 149872, + "end": 149876, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 39 }, "end": { - "line": 3354, + "line": 3396, "column": 43 }, "identifierName": "test" @@ -523227,15 +523499,15 @@ "arguments": [ { "type": "Identifier", - "start": 147488, - "end": 147493, + "start": 149878, + "end": 149883, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 45 }, "end": { - "line": 3354, + "line": 3396, "column": 50 }, "identifierName": "scale" @@ -523247,58 +523519,58 @@ }, { "type": "SwitchCase", - "start": 147509, - "end": 147547, + "start": 149899, + "end": 149937, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 12 }, "end": { - "line": 3355, + "line": 3397, "column": 50 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147514, - "end": 147546, + "start": 149904, + "end": 149936, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 147514, - "end": 147537, + "start": 149904, + "end": 149927, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 40 } }, "object": { "type": "RegExpLiteral", - "start": 147514, - "end": 147532, + "start": 149904, + "end": 149922, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 35 } }, @@ -523310,15 +523582,15 @@ }, "property": { "type": "Identifier", - "start": 147533, - "end": 147537, + "start": 149923, + "end": 149927, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 36 }, "end": { - "line": 3355, + "line": 3397, "column": 40 }, "identifierName": "test" @@ -523330,15 +523602,15 @@ "arguments": [ { "type": "Identifier", - "start": 147539, - "end": 147544, + "start": 149929, + "end": 149934, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 42 }, "end": { - "line": 3355, + "line": 3397, "column": 47 }, "identifierName": "scale" @@ -523350,59 +523622,59 @@ }, { "type": "SwitchCase", - "start": 147560, - "end": 147650, + "start": 149950, + "end": 150040, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 12 }, "end": { - "line": 3358, + "line": 3400, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147608, - "end": 147628, + "start": 149998, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 147608, - "end": 147628, + "start": 149998, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147608, - "end": 147620, + "start": 149998, + "end": 150010, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 28 }, "identifierName": "higher_scale" @@ -523411,15 +523683,15 @@ }, "right": { "type": "StringLiteral", - "start": 147623, - "end": 147628, + "start": 150013, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 31 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } }, @@ -523433,15 +523705,15 @@ }, { "type": "BreakStatement", - "start": 147645, - "end": 147650, + "start": 150035, + "end": 150040, "loc": { "start": { - "line": 3358, + "line": 3400, "column": 16 }, "end": { - "line": 3358, + "line": 3400, "column": 21 } }, @@ -523450,43 +523722,43 @@ ], "test": { "type": "CallExpression", - "start": 147565, - "end": 147590, + "start": 149955, + "end": 149980, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147565, - "end": 147581, + "start": 149955, + "end": 149971, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147565, - "end": 147576, + "start": 149955, + "end": 149966, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 28 } }, @@ -523498,15 +523770,15 @@ }, "property": { "type": "Identifier", - "start": 147577, - "end": 147581, + "start": 149967, + "end": 149971, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 29 }, "end": { - "line": 3356, + "line": 3398, "column": 33 }, "identifierName": "test" @@ -523518,15 +523790,15 @@ "arguments": [ { "type": "Identifier", - "start": 147583, - "end": 147588, + "start": 149973, + "end": 149978, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 35 }, "end": { - "line": 3356, + "line": 3398, "column": 40 }, "identifierName": "scale" @@ -523538,58 +523810,58 @@ }, { "type": "SwitchCase", - "start": 147663, - "end": 147693, + "start": 150053, + "end": 150083, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 12 }, "end": { - "line": 3359, + "line": 3401, "column": 42 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 147668, - "end": 147692, + "start": 150058, + "end": 150082, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 147668, - "end": 147683, + "start": 150058, + "end": 150073, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 147668, - "end": 147678, + "start": 150058, + "end": 150068, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 27 } }, @@ -523601,15 +523873,15 @@ }, "property": { "type": "Identifier", - "start": 147679, - "end": 147683, + "start": 150069, + "end": 150073, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 28 }, "end": { - "line": 3359, + "line": 3401, "column": 32 }, "identifierName": "test" @@ -523621,15 +523893,15 @@ "arguments": [ { "type": "Identifier", - "start": 147685, - "end": 147690, + "start": 150075, + "end": 150080, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 34 }, "end": { - "line": 3359, + "line": 3401, "column": 39 }, "identifierName": "scale" @@ -523641,59 +523913,59 @@ }, { "type": "SwitchCase", - "start": 147706, - "end": 147798, + "start": 150096, + "end": 150188, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 12 }, "end": { - "line": 3362, + "line": 3404, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147754, - "end": 147776, + "start": 150144, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, "expression": { "type": "AssignmentExpression", - "start": 147754, - "end": 147776, + "start": 150144, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147754, - "end": 147766, + "start": 150144, + "end": 150156, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 28 }, "identifierName": "higher_scale" @@ -523702,15 +523974,15 @@ }, "right": { "type": "StringLiteral", - "start": 147769, - "end": 147776, + "start": 150159, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 31 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } }, @@ -523724,15 +523996,15 @@ }, { "type": "BreakStatement", - "start": 147793, - "end": 147798, + "start": 150183, + "end": 150188, "loc": { "start": { - "line": 3362, + "line": 3404, "column": 16 }, "end": { - "line": 3362, + "line": 3404, "column": 21 } }, @@ -523741,43 +524013,43 @@ ], "test": { "type": "CallExpression", - "start": 147711, - "end": 147736, + "start": 150101, + "end": 150126, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147711, - "end": 147727, + "start": 150101, + "end": 150117, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147711, - "end": 147722, + "start": 150101, + "end": 150112, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 28 } }, @@ -523789,15 +524061,15 @@ }, "property": { "type": "Identifier", - "start": 147723, - "end": 147727, + "start": 150113, + "end": 150117, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 29 }, "end": { - "line": 3360, + "line": 3402, "column": 33 }, "identifierName": "test" @@ -523809,15 +524081,15 @@ "arguments": [ { "type": "Identifier", - "start": 147729, - "end": 147734, + "start": 150119, + "end": 150124, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 35 }, "end": { - "line": 3360, + "line": 3402, "column": 40 }, "identifierName": "scale" @@ -523829,59 +524101,59 @@ }, { "type": "SwitchCase", - "start": 147811, - "end": 147903, + "start": 150201, + "end": 150293, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 12 }, "end": { - "line": 3365, + "line": 3407, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147860, - "end": 147881, + "start": 150250, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, "expression": { "type": "AssignmentExpression", - "start": 147860, - "end": 147881, + "start": 150250, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147860, - "end": 147872, + "start": 150250, + "end": 150262, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 28 }, "identifierName": "higher_scale" @@ -523890,15 +524162,15 @@ }, "right": { "type": "StringLiteral", - "start": 147875, - "end": 147881, + "start": 150265, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 31 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } }, @@ -523912,15 +524184,15 @@ }, { "type": "BreakStatement", - "start": 147898, - "end": 147903, + "start": 150288, + "end": 150293, "loc": { "start": { - "line": 3365, + "line": 3407, "column": 16 }, "end": { - "line": 3365, + "line": 3407, "column": 21 } }, @@ -523929,43 +524201,43 @@ ], "test": { "type": "CallExpression", - "start": 147816, - "end": 147842, + "start": 150206, + "end": 150232, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 147816, - "end": 147833, + "start": 150206, + "end": 150223, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 147816, - "end": 147828, + "start": 150206, + "end": 150218, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 29 } }, @@ -523977,15 +524249,15 @@ }, "property": { "type": "Identifier", - "start": 147829, - "end": 147833, + "start": 150219, + "end": 150223, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 30 }, "end": { - "line": 3363, + "line": 3405, "column": 34 }, "identifierName": "test" @@ -523997,15 +524269,15 @@ "arguments": [ { "type": "Identifier", - "start": 147835, - "end": 147840, + "start": 150225, + "end": 150230, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 36 }, "end": { - "line": 3363, + "line": 3405, "column": 41 }, "identifierName": "scale" @@ -524017,59 +524289,59 @@ }, { "type": "SwitchCase", - "start": 147916, - "end": 148010, + "start": 150306, + "end": 150400, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 12 }, "end": { - "line": 3368, + "line": 3410, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 147964, - "end": 147988, + "start": 150354, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 147964, - "end": 147988, + "start": 150354, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 147964, - "end": 147976, + "start": 150354, + "end": 150366, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 28 }, "identifierName": "higher_scale" @@ -524078,15 +524350,15 @@ }, "right": { "type": "StringLiteral", - "start": 147979, - "end": 147988, + "start": 150369, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 31 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } }, @@ -524100,15 +524372,15 @@ }, { "type": "BreakStatement", - "start": 148005, - "end": 148010, + "start": 150395, + "end": 150400, "loc": { "start": { - "line": 3368, + "line": 3410, "column": 16 }, "end": { - "line": 3368, + "line": 3410, "column": 21 } }, @@ -524117,43 +524389,43 @@ ], "test": { "type": "CallExpression", - "start": 147921, - "end": 147946, + "start": 150311, + "end": 150336, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 147921, - "end": 147937, + "start": 150311, + "end": 150327, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 147921, - "end": 147932, + "start": 150311, + "end": 150322, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 28 } }, @@ -524165,15 +524437,15 @@ }, "property": { "type": "Identifier", - "start": 147933, - "end": 147937, + "start": 150323, + "end": 150327, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 29 }, "end": { - "line": 3366, + "line": 3408, "column": 33 }, "identifierName": "test" @@ -524185,15 +524457,15 @@ "arguments": [ { "type": "Identifier", - "start": 147939, - "end": 147944, + "start": 150329, + "end": 150334, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 35 }, "end": { - "line": 3366, + "line": 3408, "column": 40 }, "identifierName": "scale" @@ -524205,59 +524477,59 @@ }, { "type": "SwitchCase", - "start": 148023, - "end": 148117, + "start": 150413, + "end": 150507, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 12 }, "end": { - "line": 3371, + "line": 3413, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148072, - "end": 148095, + "start": 150462, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 148072, - "end": 148095, + "start": 150462, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148072, - "end": 148084, + "start": 150462, + "end": 150474, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 28 }, "identifierName": "higher_scale" @@ -524266,15 +524538,15 @@ }, "right": { "type": "StringLiteral", - "start": 148087, - "end": 148095, + "start": 150477, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 31 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } }, @@ -524288,15 +524560,15 @@ }, { "type": "BreakStatement", - "start": 148112, - "end": 148117, + "start": 150502, + "end": 150507, "loc": { "start": { - "line": 3371, + "line": 3413, "column": 16 }, "end": { - "line": 3371, + "line": 3413, "column": 21 } }, @@ -524305,43 +524577,43 @@ ], "test": { "type": "CallExpression", - "start": 148028, - "end": 148054, + "start": 150418, + "end": 150444, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 148028, - "end": 148045, + "start": 150418, + "end": 150435, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 148028, - "end": 148040, + "start": 150418, + "end": 150430, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 29 } }, @@ -524353,15 +524625,15 @@ }, "property": { "type": "Identifier", - "start": 148041, - "end": 148045, + "start": 150431, + "end": 150435, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 30 }, "end": { - "line": 3369, + "line": 3411, "column": 34 }, "identifierName": "test" @@ -524373,15 +524645,15 @@ "arguments": [ { "type": "Identifier", - "start": 148047, - "end": 148052, + "start": 150437, + "end": 150442, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 36 }, "end": { - "line": 3369, + "line": 3411, "column": 41 }, "identifierName": "scale" @@ -524393,59 +524665,59 @@ }, { "type": "SwitchCase", - "start": 148130, - "end": 148233, + "start": 150520, + "end": 150623, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 12 }, "end": { - "line": 3374, + "line": 3416, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148187, - "end": 148211, + "start": 150577, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 148187, - "end": 148211, + "start": 150577, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148187, - "end": 148199, + "start": 150577, + "end": 150589, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 28 }, "identifierName": "higher_scale" @@ -524454,15 +524726,15 @@ }, "right": { "type": "StringLiteral", - "start": 148202, - "end": 148211, + "start": 150592, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 31 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } }, @@ -524476,15 +524748,15 @@ }, { "type": "BreakStatement", - "start": 148228, - "end": 148233, + "start": 150618, + "end": 150623, "loc": { "start": { - "line": 3374, + "line": 3416, "column": 16 }, "end": { - "line": 3374, + "line": 3416, "column": 21 } }, @@ -524493,43 +524765,43 @@ ], "test": { "type": "CallExpression", - "start": 148135, - "end": 148169, + "start": 150525, + "end": 150559, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 148135, - "end": 148160, + "start": 150525, + "end": 150550, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 148135, - "end": 148155, + "start": 150525, + "end": 150545, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 37 } }, @@ -524541,15 +524813,15 @@ }, "property": { "type": "Identifier", - "start": 148156, - "end": 148160, + "start": 150546, + "end": 150550, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 38 }, "end": { - "line": 3372, + "line": 3414, "column": 42 }, "identifierName": "test" @@ -524561,15 +524833,15 @@ "arguments": [ { "type": "Identifier", - "start": 148162, - "end": 148167, + "start": 150552, + "end": 150557, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 44 }, "end": { - "line": 3372, + "line": 3414, "column": 49 }, "identifierName": "scale" @@ -524581,59 +524853,59 @@ }, { "type": "SwitchCase", - "start": 148246, - "end": 148344, + "start": 150636, + "end": 150734, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 12 }, "end": { - "line": 3377, + "line": 3419, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 148295, - "end": 148322, + "start": 150685, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 148295, - "end": 148322, + "start": 150685, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 148295, - "end": 148307, + "start": 150685, + "end": 150697, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 28 }, "identifierName": "higher_scale" @@ -524642,15 +524914,15 @@ }, "right": { "type": "StringLiteral", - "start": 148310, - "end": 148322, + "start": 150700, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 31 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } }, @@ -524664,15 +524936,15 @@ }, { "type": "BreakStatement", - "start": 148339, - "end": 148344, + "start": 150729, + "end": 150734, "loc": { "start": { - "line": 3377, + "line": 3419, "column": 16 }, "end": { - "line": 3377, + "line": 3419, "column": 21 } }, @@ -524681,43 +524953,43 @@ ], "test": { "type": "CallExpression", - "start": 148251, - "end": 148277, + "start": 150641, + "end": 150667, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 148251, - "end": 148268, + "start": 150641, + "end": 150658, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 148251, - "end": 148263, + "start": 150641, + "end": 150653, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 29 } }, @@ -524729,15 +525001,15 @@ }, "property": { "type": "Identifier", - "start": 148264, - "end": 148268, + "start": 150654, + "end": 150658, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 30 }, "end": { - "line": 3375, + "line": 3417, "column": 34 }, "identifierName": "test" @@ -524749,15 +525021,15 @@ "arguments": [ { "type": "Identifier", - "start": 148270, - "end": 148275, + "start": 150660, + "end": 150665, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 36 }, "end": { - "line": 3375, + "line": 3417, "column": 41 }, "identifierName": "scale" @@ -524769,58 +525041,58 @@ }, { "type": "SwitchCase", - "start": 148357, - "end": 148404, + "start": 150747, + "end": 150794, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 12 }, "end": { - "line": 3378, + "line": 3420, "column": 59 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 148362, - "end": 148403, + "start": 150752, + "end": 150793, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 148362, - "end": 148394, + "start": 150752, + "end": 150784, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 148362, - "end": 148389, + "start": 150752, + "end": 150779, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 44 } }, @@ -524832,15 +525104,15 @@ }, "property": { "type": "Identifier", - "start": 148390, - "end": 148394, + "start": 150780, + "end": 150784, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 45 }, "end": { - "line": 3378, + "line": 3420, "column": 49 }, "identifierName": "test" @@ -524852,15 +525124,15 @@ "arguments": [ { "type": "Identifier", - "start": 148396, - "end": 148401, + "start": 150786, + "end": 150791, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 51 }, "end": { - "line": 3378, + "line": 3420, "column": 56 }, "identifierName": "scale" @@ -524872,30 +525144,30 @@ }, { "type": "SwitchCase", - "start": 148417, - "end": 148447, + "start": 150807, + "end": 150837, "loc": { "start": { - "line": 3379, + "line": 3421, "column": 12 }, "end": { - "line": 3380, + "line": 3422, "column": 21 } }, "consequent": [ { "type": "BreakStatement", - "start": 148442, - "end": 148447, + "start": 150832, + "end": 150837, "loc": { "start": { - "line": 3380, + "line": 3422, "column": 16 }, "end": { - "line": 3380, + "line": 3422, "column": 21 } }, @@ -524908,29 +525180,29 @@ }, { "type": "ReturnStatement", - "start": 148466, - "end": 148485, + "start": 150856, + "end": 150875, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 8 }, "end": { - "line": 3382, + "line": 3424, "column": 27 } }, "argument": { "type": "Identifier", - "start": 148473, - "end": 148485, + "start": 150863, + "end": 150875, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 15 }, "end": { - "line": 3382, + "line": 3424, "column": 27 }, "identifierName": "higher_scale" @@ -524946,15 +525218,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -524964,15 +525236,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -524981,15 +525253,15 @@ }, { "type": "ClassMethod", - "start": 148764, - "end": 158567, + "start": 151154, + "end": 160957, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 4 }, "end": { - "line": 3579, + "line": 3621, "column": 5 } }, @@ -524997,15 +525269,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 148764, - "end": 148779, + "start": 151154, + "end": 151169, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 4 }, "end": { - "line": 3393, + "line": 3435, "column": 19 }, "identifierName": "getLocaleString" @@ -525021,15 +525293,15 @@ "params": [ { "type": "Identifier", - "start": 148781, - "end": 148790, + "start": 151171, + "end": 151180, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 21 }, "end": { - "line": 3393, + "line": 3435, "column": 30 }, "identifierName": "date_seed" @@ -525038,29 +525310,29 @@ }, { "type": "AssignmentPattern", - "start": 148792, - "end": 148802, + "start": 151182, + "end": 151192, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 32 }, "end": { - "line": 3393, + "line": 3435, "column": 42 } }, "left": { "type": "Identifier", - "start": 148792, - "end": 148797, + "start": 151182, + "end": 151187, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 32 }, "end": { - "line": 3393, + "line": 3435, "column": 37 }, "identifierName": "scale" @@ -525069,15 +525341,15 @@ }, "right": { "type": "StringLiteral", - "start": 148800, - "end": 148802, + "start": 151190, + "end": 151192, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 40 }, "end": { - "line": 3393, + "line": 3435, "column": 42 } }, @@ -525090,29 +525362,29 @@ }, { "type": "AssignmentPattern", - "start": 148804, - "end": 148821, + "start": 151194, + "end": 151211, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 44 }, "end": { - "line": 3393, + "line": 3435, "column": 61 } }, "left": { "type": "Identifier", - "start": 148804, - "end": 148811, + "start": 151194, + "end": 151201, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 44 }, "end": { - "line": 3393, + "line": 3435, "column": 51 }, "identifierName": "locales" @@ -525121,15 +525393,15 @@ }, "right": { "type": "StringLiteral", - "start": 148814, - "end": 148821, + "start": 151204, + "end": 151211, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 54 }, "end": { - "line": 3393, + "line": 3435, "column": 61 } }, @@ -525142,29 +525414,29 @@ }, { "type": "AssignmentPattern", - "start": 148823, - "end": 148835, + "start": 151213, + "end": 151225, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 63 }, "end": { - "line": 3393, + "line": 3435, "column": 75 } }, "left": { "type": "Identifier", - "start": 148823, - "end": 148830, + "start": 151213, + "end": 151220, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 63 }, "end": { - "line": 3393, + "line": 3435, "column": 70 }, "identifierName": "options" @@ -525173,15 +525445,15 @@ }, "right": { "type": "ObjectExpression", - "start": 148833, - "end": 148835, + "start": 151223, + "end": 151225, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 73 }, "end": { - "line": 3393, + "line": 3435, "column": 75 } }, @@ -525191,44 +525463,44 @@ ], "body": { "type": "BlockStatement", - "start": 148838, - "end": 158567, + "start": 151228, + "end": 160957, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 78 }, "end": { - "line": 3579, + "line": 3621, "column": 5 } }, "body": [ { "type": "FunctionDeclaration", - "start": 148848, - "end": 149083, + "start": 151238, + "end": 151473, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 8 }, "end": { - "line": 3401, + "line": 3443, "column": 9 } }, "id": { "type": "Identifier", - "start": 148857, - "end": 148886, + "start": 151247, + "end": 151276, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 17 }, "end": { - "line": 3394, + "line": 3436, "column": 46 }, "identifierName": "toLocaleStringSupportsLocales" @@ -525241,115 +525513,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 148889, - "end": 149083, + "start": 151279, + "end": 151473, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 49 }, "end": { - "line": 3401, + "line": 3443, "column": 9 } }, "body": [ { "type": "TryStatement", - "start": 148903, - "end": 149047, + "start": 151293, + "end": 151437, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 12 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 148907, - "end": 148971, + "start": 151297, + "end": 151361, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 16 }, "end": { - "line": 3397, + "line": 3439, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 148925, - "end": 148957, + "start": 151315, + "end": 151347, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 148925, - "end": 148957, + "start": 151315, + "end": 151347, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 148925, - "end": 148950, + "start": 151315, + "end": 151340, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 41 } }, "object": { "type": "NewExpression", - "start": 148925, - "end": 148935, + "start": 151315, + "end": 151325, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 26 } }, "callee": { "type": "Identifier", - "start": 148929, - "end": 148933, + "start": 151319, + "end": 151323, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 20 }, "end": { - "line": 3396, + "line": 3438, "column": 24 }, "identifierName": "Date" @@ -525360,15 +525632,15 @@ }, "property": { "type": "Identifier", - "start": 148936, - "end": 148950, + "start": 151326, + "end": 151340, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 27 }, "end": { - "line": 3396, + "line": 3438, "column": 41 }, "identifierName": "toLocaleString" @@ -525380,15 +525652,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 148952, - "end": 148955, + "start": 151342, + "end": 151345, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 43 }, "end": { - "line": 3396, + "line": 3438, "column": 46 } }, @@ -525406,29 +525678,29 @@ }, "handler": { "type": "CatchClause", - "start": 148972, - "end": 149047, + "start": 151362, + "end": 151437, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 14 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "param": { "type": "Identifier", - "start": 148980, - "end": 148981, + "start": 151370, + "end": 151371, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 22 }, "end": { - "line": 3397, + "line": 3439, "column": 23 }, "identifierName": "e" @@ -525437,72 +525709,72 @@ }, "body": { "type": "BlockStatement", - "start": 148984, - "end": 149047, + "start": 151374, + "end": 151437, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 26 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 149002, - "end": 149033, + "start": 151392, + "end": 151423, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 16 }, "end": { - "line": 3398, + "line": 3440, "column": 47 } }, "argument": { "type": "BinaryExpression", - "start": 149009, - "end": 149032, + "start": 151399, + "end": 151422, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 149009, - "end": 149015, + "start": 151399, + "end": 151405, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 29 } }, "object": { "type": "Identifier", - "start": 149009, - "end": 149010, + "start": 151399, + "end": 151400, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 24 }, "identifierName": "e" @@ -525511,15 +525783,15 @@ }, "property": { "type": "Identifier", - "start": 149011, - "end": 149015, + "start": 151401, + "end": 151405, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 25 }, "end": { - "line": 3398, + "line": 3440, "column": 29 }, "identifierName": "name" @@ -525531,15 +525803,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 149020, - "end": 149032, + "start": 151410, + "end": 151422, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 34 }, "end": { - "line": 3398, + "line": 3440, "column": 46 } }, @@ -525560,29 +525832,29 @@ }, { "type": "ReturnStatement", - "start": 149060, - "end": 149073, + "start": 151450, + "end": 151463, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 12 }, "end": { - "line": 3400, + "line": 3442, "column": 25 } }, "argument": { "type": "BooleanLiteral", - "start": 149067, - "end": 149072, + "start": 151457, + "end": 151462, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 19 }, "end": { - "line": 3400, + "line": 3442, "column": 24 } }, @@ -525595,44 +525867,44 @@ }, { "type": "VariableDeclaration", - "start": 149092, - "end": 150458, + "start": 151482, + "end": 152848, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 8 }, "end": { - "line": 3433, + "line": 3475, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149096, - "end": 149146, + "start": 151486, + "end": 151536, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 12 }, "end": { - "line": 3402, + "line": 3444, "column": 62 } }, "id": { "type": "Identifier", - "start": 149096, - "end": 149112, + "start": 151486, + "end": 151502, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 12 }, "end": { - "line": 3402, + "line": 3444, "column": 28 }, "identifierName": "is_toLocalString" @@ -525641,29 +525913,29 @@ }, "init": { "type": "CallExpression", - "start": 149115, - "end": 149146, + "start": 151505, + "end": 151536, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 31 }, "end": { - "line": 3402, + "line": 3444, "column": 62 } }, "callee": { "type": "Identifier", - "start": 149115, - "end": 149144, + "start": 151505, + "end": 151534, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 31 }, "end": { - "line": 3402, + "line": 3444, "column": 60 }, "identifierName": "toLocaleStringSupportsLocales" @@ -525675,29 +525947,29 @@ }, { "type": "VariableDeclarator", - "start": 149160, - "end": 149178, + "start": 151550, + "end": 151568, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 12 }, "end": { - "line": 3403, + "line": 3445, "column": 30 } }, "id": { "type": "Identifier", - "start": 149160, - "end": 149173, + "start": 151550, + "end": 151563, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 12 }, "end": { - "line": 3403, + "line": 3445, "column": 25 }, "identifierName": "locale_string" @@ -525706,15 +525978,15 @@ }, "init": { "type": "StringLiteral", - "start": 149176, - "end": 149178, + "start": 151566, + "end": 151568, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 28 }, "end": { - "line": 3403, + "line": 3445, "column": 30 } }, @@ -525727,29 +525999,29 @@ }, { "type": "VariableDeclarator", - "start": 149192, - "end": 149205, + "start": 151582, + "end": 151595, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 12 }, "end": { - "line": 3404, + "line": 3446, "column": 25 } }, "id": { "type": "Identifier", - "start": 149192, - "end": 149200, + "start": 151582, + "end": 151590, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 12 }, "end": { - "line": 3404, + "line": 3446, "column": 20 }, "identifierName": "_options" @@ -525758,15 +526030,15 @@ }, "init": { "type": "ObjectExpression", - "start": 149203, - "end": 149205, + "start": 151593, + "end": 151595, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 23 }, "end": { - "line": 3404, + "line": 3446, "column": 25 } }, @@ -525775,29 +526047,29 @@ }, { "type": "VariableDeclarator", - "start": 149219, - "end": 149382, + "start": 151609, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 12 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, "id": { "type": "Identifier", - "start": 149219, - "end": 149229, + "start": 151609, + "end": 151619, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 12 }, "end": { - "line": 3405, + "line": 3447, "column": 22 }, "identifierName": "getOrdinal" @@ -525806,15 +526078,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149232, - "end": 149382, + "start": 151622, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 25 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, @@ -525825,15 +526097,15 @@ "params": [ { "type": "Identifier", - "start": 149234, - "end": 149235, + "start": 151624, + "end": 151625, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 27 }, "end": { - "line": 3405, + "line": 3447, "column": 28 }, "identifierName": "n" @@ -525843,59 +526115,59 @@ ], "body": { "type": "BlockStatement", - "start": 149241, - "end": 149382, + "start": 151631, + "end": 151772, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 34 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149259, - "end": 149306, + "start": 151649, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 16 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149263, - "end": 149293, + "start": 151653, + "end": 151683, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 20 }, "end": { - "line": 3406, + "line": 3448, "column": 50 } }, "id": { "type": "Identifier", - "start": 149263, - "end": 149264, + "start": 151653, + "end": 151654, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 20 }, "end": { - "line": 3406, + "line": 3448, "column": 21 }, "identifierName": "s" @@ -525904,30 +526176,30 @@ }, "init": { "type": "ArrayExpression", - "start": 149267, - "end": 149293, + "start": 151657, + "end": 151683, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 24 }, "end": { - "line": 3406, + "line": 3448, "column": 50 } }, "elements": [ { "type": "StringLiteral", - "start": 149269, - "end": 149273, + "start": 151659, + "end": 151663, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 26 }, "end": { - "line": 3406, + "line": 3448, "column": 30 } }, @@ -525939,15 +526211,15 @@ }, { "type": "StringLiteral", - "start": 149275, - "end": 149279, + "start": 151665, + "end": 151669, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 32 }, "end": { - "line": 3406, + "line": 3448, "column": 36 } }, @@ -525959,15 +526231,15 @@ }, { "type": "StringLiteral", - "start": 149281, - "end": 149285, + "start": 151671, + "end": 151675, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 38 }, "end": { - "line": 3406, + "line": 3448, "column": 42 } }, @@ -525979,15 +526251,15 @@ }, { "type": "StringLiteral", - "start": 149287, - "end": 149291, + "start": 151677, + "end": 151681, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 44 }, "end": { - "line": 3406, + "line": 3448, "column": 48 } }, @@ -526002,29 +526274,29 @@ }, { "type": "VariableDeclarator", - "start": 149295, - "end": 149306, + "start": 151685, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 52 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "id": { "type": "Identifier", - "start": 149295, - "end": 149296, + "start": 151685, + "end": 151686, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 52 }, "end": { - "line": 3406, + "line": 3448, "column": 53 }, "identifierName": "v" @@ -526033,29 +526305,29 @@ }, "init": { "type": "BinaryExpression", - "start": 149299, - "end": 149306, + "start": 151689, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 56 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, "left": { "type": "Identifier", - "start": 149299, - "end": 149300, + "start": 151689, + "end": 151690, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 56 }, "end": { - "line": 3406, + "line": 3448, "column": 57 }, "identifierName": "n" @@ -526065,15 +526337,15 @@ "operator": "%", "right": { "type": "NumericLiteral", - "start": 149303, - "end": 149306, + "start": 151693, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 60 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } }, @@ -526090,43 +526362,43 @@ }, { "type": "ReturnStatement", - "start": 149323, - "end": 149368, + "start": 151713, + "end": 151758, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 16 }, "end": { - "line": 3407, + "line": 3449, "column": 61 } }, "argument": { "type": "BinaryExpression", - "start": 149330, - "end": 149368, + "start": 151720, + "end": 151758, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 23 }, "end": { - "line": 3407, + "line": 3449, "column": 61 } }, "left": { "type": "Identifier", - "start": 149330, - "end": 149331, + "start": 151720, + "end": 151721, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 23 }, "end": { - "line": 3407, + "line": 3449, "column": 24 }, "identifierName": "n" @@ -526136,57 +526408,57 @@ "operator": "+", "right": { "type": "LogicalExpression", - "start": 149336, - "end": 149366, + "start": 151726, + "end": 151756, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 59 } }, "left": { "type": "LogicalExpression", - "start": 149336, - "end": 149358, + "start": 151726, + "end": 151748, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 149336, - "end": 149350, + "start": 151726, + "end": 151740, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 43 } }, "object": { "type": "Identifier", - "start": 149336, - "end": 149337, + "start": 151726, + "end": 151727, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 30 }, "identifierName": "s" @@ -526195,43 +526467,43 @@ }, "property": { "type": "BinaryExpression", - "start": 149338, - "end": 149349, + "start": 151728, + "end": 151739, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 31 }, "end": { - "line": 3407, + "line": 3449, "column": 42 } }, "left": { "type": "BinaryExpression", - "start": 149339, - "end": 149345, + "start": 151729, + "end": 151735, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 32 }, "end": { - "line": 3407, + "line": 3449, "column": 38 } }, "left": { "type": "Identifier", - "start": 149339, - "end": 149340, + "start": 151729, + "end": 151730, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 32 }, "end": { - "line": 3407, + "line": 3449, "column": 33 }, "identifierName": "v" @@ -526241,15 +526513,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 149343, - "end": 149345, + "start": 151733, + "end": 151735, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 36 }, "end": { - "line": 3407, + "line": 3449, "column": 38 } }, @@ -526261,21 +526533,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 149338 + "parenStart": 151728 } }, "operator": "%", "right": { "type": "NumericLiteral", - "start": 149347, - "end": 149349, + "start": 151737, + "end": 151739, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 40 }, "end": { - "line": 3407, + "line": 3449, "column": 42 } }, @@ -526291,29 +526563,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 149354, - "end": 149358, + "start": 151744, + "end": 151748, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 47 }, "end": { - "line": 3407, + "line": 3449, "column": 51 } }, "object": { "type": "Identifier", - "start": 149354, - "end": 149355, + "start": 151744, + "end": 151745, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 47 }, "end": { - "line": 3407, + "line": 3449, "column": 48 }, "identifierName": "s" @@ -526322,15 +526594,15 @@ }, "property": { "type": "Identifier", - "start": 149356, - "end": 149357, + "start": 151746, + "end": 151747, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 49 }, "end": { - "line": 3407, + "line": 3449, "column": 50 }, "identifierName": "v" @@ -526343,29 +526615,29 @@ "operator": "||", "right": { "type": "MemberExpression", - "start": 149362, - "end": 149366, + "start": 151752, + "end": 151756, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 55 }, "end": { - "line": 3407, + "line": 3449, "column": 59 } }, "object": { "type": "Identifier", - "start": 149362, - "end": 149363, + "start": 151752, + "end": 151753, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 55 }, "end": { - "line": 3407, + "line": 3449, "column": 56 }, "identifierName": "s" @@ -526374,15 +526646,15 @@ }, "property": { "type": "NumericLiteral", - "start": 149364, - "end": 149365, + "start": 151754, + "end": 151755, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 57 }, "end": { - "line": 3407, + "line": 3449, "column": 58 } }, @@ -526396,7 +526668,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 149334 + "parenStart": 151724 } } } @@ -526408,29 +526680,29 @@ }, { "type": "VariableDeclarator", - "start": 149396, - "end": 149713, + "start": 151786, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 12 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, "id": { "type": "Identifier", - "start": 149396, - "end": 149407, + "start": 151786, + "end": 151797, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 12 }, "end": { - "line": 3409, + "line": 3451, "column": 23 }, "identifierName": "getZerofill" @@ -526439,15 +526711,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149410, - "end": 149713, + "start": 151800, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 26 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, @@ -526458,15 +526730,15 @@ "params": [ { "type": "Identifier", - "start": 149412, - "end": 149415, + "start": 151802, + "end": 151805, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 28 }, "end": { - "line": 3409, + "line": 3451, "column": 31 }, "identifierName": "num" @@ -526475,29 +526747,29 @@ }, { "type": "AssignmentPattern", - "start": 149417, - "end": 149426, + "start": 151807, + "end": 151816, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 33 }, "end": { - "line": 3409, + "line": 3451, "column": 42 } }, "left": { "type": "Identifier", - "start": 149417, - "end": 149422, + "start": 151807, + "end": 151812, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 33 }, "end": { - "line": 3409, + "line": 3451, "column": 38 }, "identifierName": "digit" @@ -526506,15 +526778,15 @@ }, "right": { "type": "NumericLiteral", - "start": 149425, - "end": 149426, + "start": 151815, + "end": 151816, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 41 }, "end": { - "line": 3409, + "line": 3451, "column": 42 } }, @@ -526528,59 +526800,59 @@ ], "body": { "type": "BlockStatement", - "start": 149432, - "end": 149713, + "start": 151822, + "end": 152103, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 48 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149450, - "end": 149577, + "start": 151840, + "end": 151967, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 16 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149454, - "end": 149509, + "start": 151844, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 20 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, "id": { "type": "Identifier", - "start": 149454, - "end": 149466, + "start": 151844, + "end": 151856, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 20 }, "end": { - "line": 3410, + "line": 3452, "column": 32 }, "identifierName": "strDuplicate" @@ -526589,15 +526861,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149469, - "end": 149509, + "start": 151859, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 35 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, @@ -526608,15 +526880,15 @@ "params": [ { "type": "Identifier", - "start": 149471, - "end": 149472, + "start": 151861, + "end": 151862, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 37 }, "end": { - "line": 3410, + "line": 3452, "column": 38 }, "identifierName": "n" @@ -526625,15 +526897,15 @@ }, { "type": "Identifier", - "start": 149474, - "end": 149477, + "start": 151864, + "end": 151867, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 40 }, "end": { - "line": 3410, + "line": 3452, "column": 43 }, "identifierName": "str" @@ -526643,57 +526915,57 @@ ], "body": { "type": "CallExpression", - "start": 149483, - "end": 149509, + "start": 151873, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 149483, - "end": 149502, + "start": 151873, + "end": 151892, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 68 } }, "object": { "type": "CallExpression", - "start": 149483, - "end": 149497, + "start": 151873, + "end": 151887, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 63 } }, "callee": { "type": "Identifier", - "start": 149483, - "end": 149488, + "start": 151873, + "end": 151878, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 54 }, "identifierName": "Array" @@ -526703,29 +526975,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149490, - "end": 149495, + "start": 151880, + "end": 151885, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 56 }, "end": { - "line": 3410, + "line": 3452, "column": 61 } }, "left": { "type": "Identifier", - "start": 149490, - "end": 149491, + "start": 151880, + "end": 151881, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 56 }, "end": { - "line": 3410, + "line": 3452, "column": 57 }, "identifierName": "n" @@ -526735,15 +527007,15 @@ "operator": "+", "right": { "type": "NumericLiteral", - "start": 149494, - "end": 149495, + "start": 151884, + "end": 151885, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 60 }, "end": { - "line": 3410, + "line": 3452, "column": 61 } }, @@ -526758,15 +527030,15 @@ }, "property": { "type": "Identifier", - "start": 149498, - "end": 149502, + "start": 151888, + "end": 151892, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 64 }, "end": { - "line": 3410, + "line": 3452, "column": 68 }, "identifierName": "join" @@ -526778,15 +527050,15 @@ "arguments": [ { "type": "Identifier", - "start": 149504, - "end": 149507, + "start": 151894, + "end": 151897, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 70 }, "end": { - "line": 3410, + "line": 3452, "column": 73 }, "identifierName": "str" @@ -526799,29 +527071,29 @@ }, { "type": "VariableDeclarator", - "start": 149531, - "end": 149577, + "start": 151921, + "end": 151967, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 20 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "id": { "type": "Identifier", - "start": 149531, - "end": 149535, + "start": 151921, + "end": 151925, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 20 }, "end": { - "line": 3411, + "line": 3453, "column": 24 }, "identifierName": "zero" @@ -526830,29 +527102,29 @@ }, "init": { "type": "CallExpression", - "start": 149538, - "end": 149577, + "start": 151928, + "end": 151967, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 27 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } }, "callee": { "type": "Identifier", - "start": 149538, - "end": 149550, + "start": 151928, + "end": 151940, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 27 }, "end": { - "line": 3411, + "line": 3453, "column": 39 }, "identifierName": "strDuplicate" @@ -526862,29 +527134,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149552, - "end": 149570, + "start": 151942, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 41 }, "end": { - "line": 3411, + "line": 3453, "column": 59 } }, "left": { "type": "Identifier", - "start": 149552, - "end": 149557, + "start": 151942, + "end": 151947, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 41 }, "end": { - "line": 3411, + "line": 3453, "column": 46 }, "identifierName": "digit" @@ -526894,29 +527166,29 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 149560, - "end": 149570, + "start": 151950, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 49 }, "end": { - "line": 3411, + "line": 3453, "column": 59 } }, "object": { "type": "Identifier", - "start": 149560, - "end": 149563, + "start": 151950, + "end": 151953, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 49 }, "end": { - "line": 3411, + "line": 3453, "column": 52 }, "identifierName": "num" @@ -526925,15 +527197,15 @@ }, "property": { "type": "Identifier", - "start": 149564, - "end": 149570, + "start": 151954, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 53 }, "end": { - "line": 3411, + "line": 3453, "column": 59 }, "identifierName": "length" @@ -526945,15 +527217,15 @@ }, { "type": "StringLiteral", - "start": 149572, - "end": 149575, + "start": 151962, + "end": 151965, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 61 }, "end": { - "line": 3411, + "line": 3453, "column": 64 } }, @@ -526971,85 +527243,85 @@ }, { "type": "ReturnStatement", - "start": 149611, - "end": 149699, + "start": 152001, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 16 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "argument": { "type": "ConditionalExpression", - "start": 149618, - "end": 149699, + "start": 152008, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "test": { "type": "BinaryExpression", - "start": 149618, - "end": 149647, + "start": 152008, + "end": 152037, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 149618, - "end": 149638, + "start": 152008, + "end": 152028, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 43 } }, "object": { "type": "CallExpression", - "start": 149618, - "end": 149631, + "start": 152008, + "end": 152021, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 36 } }, "callee": { "type": "Identifier", - "start": 149618, - "end": 149624, + "start": 152008, + "end": 152014, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 29 }, "identifierName": "String" @@ -527059,15 +527331,15 @@ "arguments": [ { "type": "Identifier", - "start": 149626, - "end": 149629, + "start": 152016, + "end": 152019, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 31 }, "end": { - "line": 3413, + "line": 3455, "column": 34 }, "identifierName": "num" @@ -527078,15 +527350,15 @@ }, "property": { "type": "Identifier", - "start": 149632, - "end": 149638, + "start": 152022, + "end": 152028, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 37 }, "end": { - "line": 3413, + "line": 3455, "column": 43 }, "identifierName": "length" @@ -527098,15 +527370,15 @@ "operator": "==", "right": { "type": "Identifier", - "start": 149642, - "end": 149647, + "start": 152032, + "end": 152037, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 47 }, "end": { - "line": 3413, + "line": 3455, "column": 52 }, "identifierName": "digit" @@ -527116,29 +527388,29 @@ }, "consequent": { "type": "CallExpression", - "start": 149650, - "end": 149663, + "start": 152040, + "end": 152053, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 55 }, "end": { - "line": 3413, + "line": 3455, "column": 68 } }, "callee": { "type": "Identifier", - "start": 149650, - "end": 149656, + "start": 152040, + "end": 152046, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 55 }, "end": { - "line": 3413, + "line": 3455, "column": 61 }, "identifierName": "String" @@ -527148,15 +527420,15 @@ "arguments": [ { "type": "Identifier", - "start": 149658, - "end": 149661, + "start": 152048, + "end": 152051, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 63 }, "end": { - "line": 3413, + "line": 3455, "column": 66 }, "identifierName": "num" @@ -527167,57 +527439,57 @@ }, "alternate": { "type": "CallExpression", - "start": 149666, - "end": 149699, + "start": 152056, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 71 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 149666, - "end": 149687, + "start": 152056, + "end": 152077, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 71 }, "end": { - "line": 3413, + "line": 3455, "column": 92 } }, "object": { "type": "BinaryExpression", - "start": 149668, - "end": 149678, + "start": 152058, + "end": 152068, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 73 }, "end": { - "line": 3413, + "line": 3455, "column": 83 } }, "left": { "type": "Identifier", - "start": 149668, - "end": 149672, + "start": 152058, + "end": 152062, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 73 }, "end": { - "line": 3413, + "line": 3455, "column": 77 }, "identifierName": "zero" @@ -527227,15 +527499,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 149675, - "end": 149678, + "start": 152065, + "end": 152068, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 80 }, "end": { - "line": 3413, + "line": 3455, "column": 83 }, "identifierName": "num" @@ -527244,20 +527516,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 149666 + "parenStart": 152056 } }, "property": { "type": "Identifier", - "start": 149681, - "end": 149687, + "start": 152071, + "end": 152077, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 86 }, "end": { - "line": 3413, + "line": 3455, "column": 92 }, "identifierName": "substr" @@ -527269,29 +527541,29 @@ "arguments": [ { "type": "BinaryExpression", - "start": 149689, - "end": 149697, + "start": 152079, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 94 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, "left": { "type": "Identifier", - "start": 149689, - "end": 149692, + "start": 152079, + "end": 152082, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 94 }, "end": { - "line": 3413, + "line": 3455, "column": 97 }, "identifierName": "num" @@ -527301,15 +527573,15 @@ "operator": "*", "right": { "type": "UnaryExpression", - "start": 149695, - "end": 149697, + "start": 152085, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 100 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, @@ -527317,15 +527589,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 149696, - "end": 149697, + "start": 152086, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 101 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } }, @@ -527351,29 +527623,29 @@ }, { "type": "VariableDeclarator", - "start": 149727, - "end": 150420, + "start": 152117, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 12 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, "id": { "type": "Identifier", - "start": 149727, - "end": 149740, + "start": 152117, + "end": 152130, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 12 }, "end": { - "line": 3415, + "line": 3457, "column": 25 }, "identifierName": "parseDatetime" @@ -527382,15 +527654,15 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 149743, - "end": 150420, + "start": 152133, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 28 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, @@ -527401,15 +527673,15 @@ "params": [ { "type": "Identifier", - "start": 149745, - "end": 149753, + "start": 152135, + "end": 152143, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 30 }, "end": { - "line": 3415, + "line": 3457, "column": 38 }, "identifierName": "date_str" @@ -527419,74 +527691,74 @@ ], "body": { "type": "BlockStatement", - "start": 149759, - "end": 150420, + "start": 152149, + "end": 152810, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 44 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 149777, - "end": 149858, + "start": 152167, + "end": 152248, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 16 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 149781, - "end": 149817, + "start": 152171, + "end": 152207, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 20 }, "end": { - "line": 3416, + "line": 3458, "column": 56 } }, "id": { "type": "ArrayPattern", - "start": 149781, - "end": 149795, + "start": 152171, + "end": 152185, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 20 }, "end": { - "line": 3416, + "line": 3458, "column": 34 } }, "elements": [ { "type": "Identifier", - "start": 149783, - "end": 149787, + "start": 152173, + "end": 152177, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 22 }, "end": { - "line": 3416, + "line": 3458, "column": 26 }, "identifierName": "_ymd" @@ -527495,15 +527767,15 @@ }, { "type": "Identifier", - "start": 149789, - "end": 149793, + "start": 152179, + "end": 152183, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 28 }, "end": { - "line": 3416, + "line": 3458, "column": 32 }, "identifierName": "_his" @@ -527514,43 +527786,43 @@ }, "init": { "type": "CallExpression", - "start": 149798, - "end": 149817, + "start": 152188, + "end": 152207, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 149798, - "end": 149812, + "start": 152188, + "end": 152202, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 51 } }, "object": { "type": "Identifier", - "start": 149798, - "end": 149806, + "start": 152188, + "end": 152196, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 45 }, "identifierName": "date_str" @@ -527559,15 +527831,15 @@ }, "property": { "type": "Identifier", - "start": 149807, - "end": 149812, + "start": 152197, + "end": 152202, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 46 }, "end": { - "line": 3416, + "line": 3458, "column": 51 }, "identifierName": "split" @@ -527579,15 +527851,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 149813, - "end": 149816, + "start": 152203, + "end": 152206, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 52 }, "end": { - "line": 3416, + "line": 3458, "column": 55 } }, @@ -527602,29 +527874,29 @@ }, { "type": "VariableDeclarator", - "start": 149839, - "end": 149858, + "start": 152229, + "end": 152248, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 20 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, "id": { "type": "Identifier", - "start": 149839, - "end": 149845, + "start": 152229, + "end": 152235, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 20 }, "end": { - "line": 3417, + "line": 3459, "column": 26 }, "identifierName": "_parts" @@ -527633,15 +527905,15 @@ }, "init": { "type": "ArrayExpression", - "start": 149856, - "end": 149858, + "start": 152246, + "end": 152248, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 37 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } }, @@ -527653,57 +527925,57 @@ }, { "type": "IfStatement", - "start": 149892, - "end": 150047, + "start": 152282, + "end": 152437, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 16 }, "end": { - "line": 3422, + "line": 3464, "column": 17 } }, "test": { "type": "CallExpression", - "start": 149897, - "end": 149939, + "start": 152287, + "end": 152329, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 149897, - "end": 149931, + "start": 152287, + "end": 152321, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 55 } }, "object": { "type": "RegExpLiteral", - "start": 149897, - "end": 149926, + "start": 152287, + "end": 152316, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 50 } }, @@ -527715,15 +527987,15 @@ }, "property": { "type": "Identifier", - "start": 149927, - "end": 149931, + "start": 152317, + "end": 152321, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 51 }, "end": { - "line": 3419, + "line": 3461, "column": 55 }, "identifierName": "test" @@ -527735,15 +528007,15 @@ "arguments": [ { "type": "Identifier", - "start": 149933, - "end": 149937, + "start": 152323, + "end": 152327, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 57 }, "end": { - "line": 3419, + "line": 3461, "column": 61 }, "identifierName": "_ymd" @@ -527754,59 +528026,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 149942, - "end": 150047, + "start": 152332, + "end": 152437, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 66 }, "end": { - "line": 3422, + "line": 3464, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 149964, - "end": 149986, + "start": 152354, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 149964, - "end": 149986, + "start": 152354, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 149964, - "end": 149968, + "start": 152354, + "end": 152358, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 24 }, "identifierName": "_str" @@ -527815,43 +528087,43 @@ }, "right": { "type": "CallExpression", - "start": 149971, - "end": 149986, + "start": 152361, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 149971, - "end": 149981, + "start": 152361, + "end": 152371, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 37 } }, "object": { "type": "Identifier", - "start": 149971, - "end": 149975, + "start": 152361, + "end": 152365, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 31 }, "identifierName": "_ymd" @@ -527860,15 +528132,15 @@ }, "property": { "type": "Identifier", - "start": 149976, - "end": 149981, + "start": 152366, + "end": 152371, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 32 }, "end": { - "line": 3420, + "line": 3462, "column": 37 }, "identifierName": "split" @@ -527880,15 +528152,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 149982, - "end": 149985, + "start": 152372, + "end": 152375, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 38 }, "end": { - "line": 3420, + "line": 3462, "column": 41 } }, @@ -527904,57 +528176,57 @@ }, { "type": "ExpressionStatement", - "start": 150007, - "end": 150029, + "start": 152397, + "end": 152419, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 150007, - "end": 150029, + "start": 152397, + "end": 152419, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150007, - "end": 150018, + "start": 152397, + "end": 152408, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 31 } }, "object": { "type": "Identifier", - "start": 150007, - "end": 150013, + "start": 152397, + "end": 152403, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 26 }, "identifierName": "_parts" @@ -527963,15 +528235,15 @@ }, "property": { "type": "Identifier", - "start": 150014, - "end": 150018, + "start": 152404, + "end": 152408, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 27 }, "end": { - "line": 3421, + "line": 3463, "column": 31 }, "identifierName": "push" @@ -527983,29 +528255,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150020, - "end": 150027, + "start": 152410, + "end": 152417, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 33 }, "end": { - "line": 3421, + "line": 3463, "column": 40 } }, "argument": { "type": "Identifier", - "start": 150023, - "end": 150027, + "start": 152413, + "end": 152417, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 36 }, "end": { - "line": 3421, + "line": 3463, "column": 40 }, "identifierName": "_str" @@ -528023,57 +528295,57 @@ }, { "type": "IfStatement", - "start": 150064, - "end": 150223, + "start": 152454, + "end": 152613, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 16 }, "end": { - "line": 3426, + "line": 3468, "column": 17 } }, "test": { "type": "CallExpression", - "start": 150069, - "end": 150115, + "start": 152459, + "end": 152505, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 150069, - "end": 150107, + "start": 152459, + "end": 152497, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 59 } }, "object": { "type": "RegExpLiteral", - "start": 150069, - "end": 150102, + "start": 152459, + "end": 152492, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 54 } }, @@ -528085,15 +528357,15 @@ }, "property": { "type": "Identifier", - "start": 150103, - "end": 150107, + "start": 152493, + "end": 152497, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 55 }, "end": { - "line": 3423, + "line": 3465, "column": 59 }, "identifierName": "test" @@ -528105,15 +528377,15 @@ "arguments": [ { "type": "Identifier", - "start": 150109, - "end": 150113, + "start": 152499, + "end": 152503, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 61 }, "end": { - "line": 3423, + "line": 3465, "column": 65 }, "identifierName": "_his" @@ -528124,59 +528396,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 150118, - "end": 150223, + "start": 152508, + "end": 152613, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 70 }, "end": { - "line": 3426, + "line": 3468, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 150140, - "end": 150162, + "start": 152530, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 150140, - "end": 150162, + "start": 152530, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 150140, - "end": 150144, + "start": 152530, + "end": 152534, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 24 }, "identifierName": "_str" @@ -528185,43 +528457,43 @@ }, "right": { "type": "CallExpression", - "start": 150147, - "end": 150162, + "start": 152537, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150147, - "end": 150157, + "start": 152537, + "end": 152547, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 37 } }, "object": { "type": "Identifier", - "start": 150147, - "end": 150151, + "start": 152537, + "end": 152541, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 31 }, "identifierName": "_his" @@ -528230,15 +528502,15 @@ }, "property": { "type": "Identifier", - "start": 150152, - "end": 150157, + "start": 152542, + "end": 152547, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 32 }, "end": { - "line": 3424, + "line": 3466, "column": 37 }, "identifierName": "split" @@ -528250,15 +528522,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 150158, - "end": 150161, + "start": 152548, + "end": 152551, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 38 }, "end": { - "line": 3424, + "line": 3466, "column": 41 } }, @@ -528274,57 +528546,57 @@ }, { "type": "ExpressionStatement", - "start": 150183, - "end": 150205, + "start": 152573, + "end": 152595, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 150183, - "end": 150205, + "start": 152573, + "end": 152595, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 150183, - "end": 150194, + "start": 152573, + "end": 152584, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 31 } }, "object": { "type": "Identifier", - "start": 150183, - "end": 150189, + "start": 152573, + "end": 152579, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 26 }, "identifierName": "_parts" @@ -528333,15 +528605,15 @@ }, "property": { "type": "Identifier", - "start": 150190, - "end": 150194, + "start": 152580, + "end": 152584, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 27 }, "end": { - "line": 3425, + "line": 3467, "column": 31 }, "identifierName": "push" @@ -528353,29 +528625,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150196, - "end": 150203, + "start": 152586, + "end": 152593, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 33 }, "end": { - "line": 3425, + "line": 3467, "column": 40 } }, "argument": { "type": "Identifier", - "start": 150199, - "end": 150203, + "start": 152589, + "end": 152593, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 36 }, "end": { - "line": 3425, + "line": 3467, "column": 40 }, "identifierName": "_str" @@ -528393,57 +528665,57 @@ }, { "type": "IfStatement", - "start": 150240, - "end": 150406, + "start": 152630, + "end": 152796, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 16 }, "end": { - "line": 3431, + "line": 3473, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 150245, - "end": 150262, + "start": 152635, + "end": 152652, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 38 } }, "left": { "type": "MemberExpression", - "start": 150245, - "end": 150258, + "start": 152635, + "end": 152648, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 34 } }, "object": { "type": "Identifier", - "start": 150245, - "end": 150251, + "start": 152635, + "end": 152641, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 27 }, "identifierName": "_parts" @@ -528452,15 +528724,15 @@ }, "property": { "type": "Identifier", - "start": 150252, - "end": 150258, + "start": 152642, + "end": 152648, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 28 }, "end": { - "line": 3427, + "line": 3469, "column": 34 }, "identifierName": "length" @@ -528472,15 +528744,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 150261, - "end": 150262, + "start": 152651, + "end": 152652, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 37 }, "end": { - "line": 3427, + "line": 3469, "column": 38 } }, @@ -528493,58 +528765,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 150265, - "end": 150333, + "start": 152655, + "end": 152723, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 41 }, "end": { - "line": 3429, + "line": 3471, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 150287, - "end": 150315, + "start": 152677, + "end": 152705, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 20 }, "end": { - "line": 3428, + "line": 3470, "column": 48 } }, "argument": { "type": "NewExpression", - "start": 150294, - "end": 150315, + "start": 152684, + "end": 152705, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 27 }, "end": { - "line": 3428, + "line": 3470, "column": 48 } }, "callee": { "type": "Identifier", - "start": 150298, - "end": 150302, + "start": 152688, + "end": 152692, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 31 }, "end": { - "line": 3428, + "line": 3470, "column": 35 }, "identifierName": "Date" @@ -528554,29 +528826,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 150304, - "end": 150313, + "start": 152694, + "end": 152703, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 37 }, "end": { - "line": 3428, + "line": 3470, "column": 46 } }, "argument": { "type": "Identifier", - "start": 150307, - "end": 150313, + "start": 152697, + "end": 152703, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 40 }, "end": { - "line": 3428, + "line": 3470, "column": 46 }, "identifierName": "_parts" @@ -528592,58 +528864,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 150339, - "end": 150406, + "start": 152729, + "end": 152796, "loc": { "start": { - "line": 3429, + "line": 3471, "column": 23 }, "end": { - "line": 3431, + "line": 3473, "column": 17 } }, "body": [ { "type": "ReturnStatement", - "start": 150361, - "end": 150388, + "start": 152751, + "end": 152778, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 20 }, "end": { - "line": 3430, + "line": 3472, "column": 47 } }, "argument": { "type": "NewExpression", - "start": 150368, - "end": 150388, + "start": 152758, + "end": 152778, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 27 }, "end": { - "line": 3430, + "line": 3472, "column": 47 } }, "callee": { "type": "Identifier", - "start": 150372, - "end": 150376, + "start": 152762, + "end": 152766, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 31 }, "end": { - "line": 3430, + "line": 3472, "column": 35 }, "identifierName": "Date" @@ -528653,15 +528925,15 @@ "arguments": [ { "type": "Identifier", - "start": 150378, - "end": 150386, + "start": 152768, + "end": 152776, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 37 }, "end": { - "line": 3430, + "line": 3472, "column": 45 }, "identifierName": "date_str" @@ -528682,29 +528954,29 @@ }, { "type": "VariableDeclarator", - "start": 150434, - "end": 150439, + "start": 152824, + "end": 152829, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 12 }, "end": { - "line": 3433, + "line": 3475, "column": 17 } }, "id": { "type": "Identifier", - "start": 150434, - "end": 150439, + "start": 152824, + "end": 152829, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 12 }, "end": { - "line": 3433, + "line": 3475, "column": 17 }, "identifierName": "_prop" @@ -528715,29 +528987,29 @@ }, { "type": "VariableDeclarator", - "start": 150441, - "end": 150446, + "start": 152831, + "end": 152836, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 19 }, "end": { - "line": 3433, + "line": 3475, "column": 24 } }, "id": { "type": "Identifier", - "start": 150441, - "end": 150446, + "start": 152831, + "end": 152836, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 19 }, "end": { - "line": 3433, + "line": 3475, "column": 24 }, "identifierName": "_temp" @@ -528748,29 +529020,29 @@ }, { "type": "VariableDeclarator", - "start": 150448, - "end": 150452, + "start": 152838, + "end": 152842, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 26 }, "end": { - "line": 3433, + "line": 3475, "column": 30 } }, "id": { "type": "Identifier", - "start": 150448, - "end": 150452, + "start": 152838, + "end": 152842, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 26 }, "end": { - "line": 3433, + "line": 3475, "column": 30 }, "identifierName": "_str" @@ -528781,29 +529053,29 @@ }, { "type": "VariableDeclarator", - "start": 150454, - "end": 150458, + "start": 152844, + "end": 152848, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 32 }, "end": { - "line": 3433, + "line": 3475, "column": 36 } }, "id": { "type": "Identifier", - "start": 150454, - "end": 150458, + "start": 152844, + "end": 152848, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 32 }, "end": { - "line": 3433, + "line": 3475, "column": 36 }, "identifierName": "_num" @@ -528817,29 +529089,29 @@ }, { "type": "ForInStatement", - "start": 150476, - "end": 150639, + "start": 152866, + "end": 153029, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 8 }, "end": { - "line": 3439, + "line": 3481, "column": 9 } }, "left": { "type": "Identifier", - "start": 150482, - "end": 150487, + "start": 152872, + "end": 152877, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 14 }, "end": { - "line": 3435, + "line": 3477, "column": 19 }, "identifierName": "_prop" @@ -528848,15 +529120,15 @@ }, "right": { "type": "Identifier", - "start": 150491, - "end": 150498, + "start": 152881, + "end": 152888, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 23 }, "end": { - "line": 3435, + "line": 3477, "column": 30 }, "identifierName": "options" @@ -528865,72 +529137,72 @@ }, "body": { "type": "BlockStatement", - "start": 150501, - "end": 150639, + "start": 152891, + "end": 153029, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 33 }, "end": { - "line": 3439, + "line": 3481, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 150515, - "end": 150629, + "start": 152905, + "end": 153019, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 12 }, "end": { - "line": 3438, + "line": 3480, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 150520, - "end": 150562, + "start": 152910, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 150520, - "end": 150540, + "start": 152910, + "end": 152930, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 37 } }, "left": { "type": "Identifier", - "start": 150520, - "end": 150525, + "start": 152910, + "end": 152915, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 22 }, "identifierName": "_prop" @@ -528940,15 +529212,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 150530, - "end": 150540, + "start": 152920, + "end": 152930, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 27 }, "end": { - "line": 3436, + "line": 3478, "column": 37 } }, @@ -528962,29 +529234,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 150544, - "end": 150562, + "start": 152934, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 41 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, "left": { "type": "Identifier", - "start": 150544, - "end": 150549, + "start": 152934, + "end": 152939, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 41 }, "end": { - "line": 3436, + "line": 3478, "column": 46 }, "identifierName": "_prop" @@ -528994,15 +529266,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 150554, - "end": 150562, + "start": 152944, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 51 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } }, @@ -529016,73 +529288,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 150565, - "end": 150629, + "start": 152955, + "end": 153019, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 62 }, "end": { - "line": 3438, + "line": 3480, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 150583, - "end": 150615, + "start": 152973, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 150583, - "end": 150615, + "start": 152973, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 150583, - "end": 150598, + "start": 152973, + "end": 152988, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 31 } }, "object": { "type": "Identifier", - "start": 150583, - "end": 150591, + "start": 152973, + "end": 152981, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 24 }, "identifierName": "_options" @@ -529091,15 +529363,15 @@ }, "property": { "type": "Identifier", - "start": 150592, - "end": 150597, + "start": 152982, + "end": 152987, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 25 }, "end": { - "line": 3437, + "line": 3479, "column": 30 }, "identifierName": "_prop" @@ -529110,29 +529382,29 @@ }, "right": { "type": "MemberExpression", - "start": 150601, - "end": 150615, + "start": 152991, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 34 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } }, "object": { "type": "Identifier", - "start": 150601, - "end": 150608, + "start": 152991, + "end": 152998, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 34 }, "end": { - "line": 3437, + "line": 3479, "column": 41 }, "identifierName": "options" @@ -529141,15 +529413,15 @@ }, "property": { "type": "Identifier", - "start": 150609, - "end": 150614, + "start": 152999, + "end": 153004, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 42 }, "end": { - "line": 3437, + "line": 3479, "column": 47 }, "identifierName": "_prop" @@ -529173,15 +529445,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -529190,29 +529462,29 @@ }, { "type": "SwitchStatement", - "start": 150755, - "end": 158437, + "start": 153145, + "end": 160827, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 8 }, "end": { - "line": 3576, + "line": 3618, "column": 9 } }, "discriminant": { "type": "BooleanLiteral", - "start": 150764, - "end": 150768, + "start": 153154, + "end": 153158, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 17 }, "end": { - "line": 3442, + "line": 3484, "column": 21 } }, @@ -529222,58 +529494,58 @@ "cases": [ { "type": "SwitchCase", - "start": 150785, - "end": 150832, + "start": 153175, + "end": 153222, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 12 }, "end": { - "line": 3443, + "line": 3485, "column": 59 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150790, - "end": 150831, + "start": 153180, + "end": 153221, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 150790, - "end": 150822, + "start": 153180, + "end": 153212, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 150790, - "end": 150817, + "start": 153180, + "end": 153207, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 44 } }, @@ -529285,15 +529557,15 @@ }, "property": { "type": "Identifier", - "start": 150818, - "end": 150822, + "start": 153208, + "end": 153212, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 45 }, "end": { - "line": 3443, + "line": 3485, "column": 49 }, "identifierName": "test" @@ -529305,15 +529577,15 @@ "arguments": [ { "type": "Identifier", - "start": 150824, - "end": 150829, + "start": 153214, + "end": 153219, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 51 }, "end": { - "line": 3443, + "line": 3485, "column": 56 }, "identifierName": "scale" @@ -529325,58 +529597,58 @@ }, { "type": "SwitchCase", - "start": 150845, - "end": 150877, + "start": 153235, + "end": 153267, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 12 }, "end": { - "line": 3444, + "line": 3486, "column": 44 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150850, - "end": 150876, + "start": 153240, + "end": 153266, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 150850, - "end": 150867, + "start": 153240, + "end": 153257, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 150850, - "end": 150862, + "start": 153240, + "end": 153252, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 29 } }, @@ -529388,15 +529660,15 @@ }, "property": { "type": "Identifier", - "start": 150863, - "end": 150867, + "start": 153253, + "end": 153257, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 30 }, "end": { - "line": 3444, + "line": 3486, "column": 34 }, "identifierName": "test" @@ -529408,15 +529680,15 @@ "arguments": [ { "type": "Identifier", - "start": 150869, - "end": 150874, + "start": 153259, + "end": 153264, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 36 }, "end": { - "line": 3444, + "line": 3486, "column": 41 }, "identifierName": "scale" @@ -529428,58 +529700,58 @@ }, { "type": "SwitchCase", - "start": 150890, - "end": 150930, + "start": 153280, + "end": 153320, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 12 }, "end": { - "line": 3445, + "line": 3487, "column": 52 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 150895, - "end": 150929, + "start": 153285, + "end": 153319, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 150895, - "end": 150920, + "start": 153285, + "end": 153310, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 42 } }, "object": { "type": "RegExpLiteral", - "start": 150895, - "end": 150915, + "start": 153285, + "end": 153305, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 37 } }, @@ -529491,15 +529763,15 @@ }, "property": { "type": "Identifier", - "start": 150916, - "end": 150920, + "start": 153306, + "end": 153310, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 38 }, "end": { - "line": 3445, + "line": 3487, "column": 42 }, "identifierName": "test" @@ -529511,15 +529783,15 @@ "arguments": [ { "type": "Identifier", - "start": 150922, - "end": 150927, + "start": 153312, + "end": 153317, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 44 }, "end": { - "line": 3445, + "line": 3487, "column": 49 }, "identifierName": "scale" @@ -529531,86 +529803,86 @@ }, { "type": "SwitchCase", - "start": 150943, - "end": 151235, + "start": 153333, + "end": 153625, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 12 }, "end": { - "line": 3452, + "line": 3494, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 150992, - "end": 151213, + "start": 153382, + "end": 153603, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 16 }, "end": { - "line": 3451, + "line": 3493, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 150997, - "end": 151060, + "start": 153387, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, "left": { "type": "CallExpression", - "start": 150997, - "end": 151028, + "start": 153387, + "end": 153418, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 150997, - "end": 151019, + "start": 153387, + "end": 153409, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 43 } }, "object": { "type": "Identifier", - "start": 150997, - "end": 151004, + "start": 153387, + "end": 153394, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 28 }, "identifierName": "options" @@ -529619,15 +529891,15 @@ }, "property": { "type": "Identifier", - "start": 151005, - "end": 151019, + "start": 153395, + "end": 153409, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 29 }, "end": { - "line": 3447, + "line": 3489, "column": 43 }, "identifierName": "hasOwnProperty" @@ -529639,15 +529911,15 @@ "arguments": [ { "type": "Identifier", - "start": 151021, - "end": 151026, + "start": 153411, + "end": 153416, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 45 }, "end": { - "line": 3447, + "line": 3489, "column": 50 }, "identifierName": "scale" @@ -529659,43 +529931,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 151032, - "end": 151060, + "start": 153422, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 151032, - "end": 151046, + "start": 153422, + "end": 153436, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 70 } }, "object": { "type": "Identifier", - "start": 151032, - "end": 151039, + "start": 153422, + "end": 153429, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 63 }, "identifierName": "options" @@ -529704,15 +529976,15 @@ }, "property": { "type": "Identifier", - "start": 151040, - "end": 151045, + "start": 153430, + "end": 153435, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 64 }, "end": { - "line": 3447, + "line": 3489, "column": 69 }, "identifierName": "scale" @@ -529724,15 +529996,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 151051, - "end": 151060, + "start": 153441, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 75 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } }, @@ -529746,59 +530018,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 151063, - "end": 151142, + "start": 153453, + "end": 153532, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 87 }, "end": { - "line": 3449, + "line": 3491, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 151085, - "end": 151124, + "start": 153475, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 151085, - "end": 151124, + "start": 153475, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151085, - "end": 151098, + "start": 153475, + "end": 153488, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 33 }, "identifierName": "locale_string" @@ -529807,29 +530079,29 @@ }, "right": { "type": "CallExpression", - "start": 151101, - "end": 151124, + "start": 153491, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 36 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } }, "callee": { "type": "Identifier", - "start": 151101, - "end": 151111, + "start": 153491, + "end": 153501, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 36 }, "end": { - "line": 3448, + "line": 3490, "column": 46 }, "identifierName": "getOrdinal" @@ -529839,15 +530111,15 @@ "arguments": [ { "type": "Identifier", - "start": 151113, - "end": 151122, + "start": 153503, + "end": 153512, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 48 }, "end": { - "line": 3448, + "line": 3490, "column": 57 }, "identifierName": "date_seed" @@ -529863,59 +530135,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 151148, - "end": 151213, + "start": 153538, + "end": 153603, "loc": { "start": { - "line": 3449, + "line": 3491, "column": 23 }, "end": { - "line": 3451, + "line": 3493, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 151170, - "end": 151195, + "start": 153560, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 151170, - "end": 151195, + "start": 153560, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 45 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151170, - "end": 151183, + "start": 153560, + "end": 153573, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 33 }, "identifierName": "locale_string" @@ -529924,15 +530196,15 @@ }, "right": { "type": "Identifier", - "start": 151186, - "end": 151195, + "start": 153576, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 36 }, "end": { - "line": 3450, + "line": 3492, "column": 45 }, "identifierName": "date_seed" @@ -529947,15 +530219,15 @@ }, { "type": "BreakStatement", - "start": 151230, - "end": 151235, + "start": 153620, + "end": 153625, "loc": { "start": { - "line": 3452, + "line": 3494, "column": 16 }, "end": { - "line": 3452, + "line": 3494, "column": 21 } }, @@ -529964,43 +530236,43 @@ ], "test": { "type": "CallExpression", - "start": 150948, - "end": 150974, + "start": 153338, + "end": 153364, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 150948, - "end": 150965, + "start": 153338, + "end": 153355, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 150948, - "end": 150960, + "start": 153338, + "end": 153350, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 29 } }, @@ -530012,15 +530284,15 @@ }, "property": { "type": "Identifier", - "start": 150961, - "end": 150965, + "start": 153351, + "end": 153355, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 30 }, "end": { - "line": 3446, + "line": 3488, "column": 34 }, "identifierName": "test" @@ -530032,15 +530304,15 @@ "arguments": [ { "type": "Identifier", - "start": 150967, - "end": 150972, + "start": 153357, + "end": 153362, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 36 }, "end": { - "line": 3446, + "line": 3488, "column": 41 }, "identifierName": "scale" @@ -530052,58 +530324,58 @@ }, { "type": "SwitchCase", - "start": 151248, - "end": 151950, + "start": 153638, + "end": 154340, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 12 }, "end": { - "line": 3464, + "line": 3506, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 151296, - "end": 151796, + "start": 153686, + "end": 154186, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 16 }, "end": { - "line": 3462, + "line": 3504, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 151301, - "end": 151352, + "start": 153691, + "end": 153742, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 21 }, "end": { - "line": 3454, + "line": 3496, "column": 72 } }, "left": { "type": "Identifier", - "start": 151301, - "end": 151317, + "start": 153691, + "end": 153707, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 21 }, "end": { - "line": 3454, + "line": 3496, "column": 37 }, "identifierName": "is_toLocalString" @@ -530113,43 +530385,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 151321, - "end": 151352, + "start": 153711, + "end": 153742, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 151321, - "end": 151343, + "start": 153711, + "end": 153733, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 63 } }, "object": { "type": "Identifier", - "start": 151321, - "end": 151328, + "start": 153711, + "end": 153718, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 48 }, "identifierName": "options" @@ -530158,15 +530430,15 @@ }, "property": { "type": "Identifier", - "start": 151329, - "end": 151343, + "start": 153719, + "end": 153733, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 49 }, "end": { - "line": 3454, + "line": 3496, "column": 63 }, "identifierName": "hasOwnProperty" @@ -530178,15 +530450,15 @@ "arguments": [ { "type": "Identifier", - "start": 151345, - "end": 151350, + "start": 153735, + "end": 153740, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 65 }, "end": { - "line": 3454, + "line": 3496, "column": 70 }, "identifierName": "scale" @@ -530198,87 +530470,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 151355, - "end": 151796, + "start": 153745, + "end": 154186, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 75 }, "end": { - "line": 3462, + "line": 3504, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 151377, - "end": 151778, + "start": 153767, + "end": 154168, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 20 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "test": { "type": "CallExpression", - "start": 151382, - "end": 151433, + "start": 153772, + "end": 153823, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 151382, - "end": 151415, + "start": 153772, + "end": 153805, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 58 } }, "object": { "type": "ArrayExpression", - "start": 151382, - "end": 151406, + "start": 153772, + "end": 153796, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 49 } }, "elements": [ { "type": "StringLiteral", - "start": 151384, - "end": 151393, + "start": 153774, + "end": 153783, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 27 }, "end": { - "line": 3455, + "line": 3497, "column": 36 } }, @@ -530290,15 +530562,15 @@ }, { "type": "StringLiteral", - "start": 151395, - "end": 151404, + "start": 153785, + "end": 153794, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 38 }, "end": { - "line": 3455, + "line": 3497, "column": 47 } }, @@ -530312,15 +530584,15 @@ }, "property": { "type": "Identifier", - "start": 151407, - "end": 151415, + "start": 153797, + "end": 153805, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 50 }, "end": { - "line": 3455, + "line": 3497, "column": 58 }, "identifierName": "includes" @@ -530332,29 +530604,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 151417, - "end": 151431, + "start": 153807, + "end": 153821, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 60 }, "end": { - "line": 3455, + "line": 3497, "column": 74 } }, "object": { "type": "Identifier", - "start": 151417, - "end": 151424, + "start": 153807, + "end": 153814, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 60 }, "end": { - "line": 3455, + "line": 3497, "column": 67 }, "identifierName": "options" @@ -530363,15 +530635,15 @@ }, "property": { "type": "Identifier", - "start": 151425, - "end": 151430, + "start": 153815, + "end": 153820, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 68 }, "end": { - "line": 3455, + "line": 3497, "column": 73 }, "identifierName": "scale" @@ -530384,73 +530656,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 151436, - "end": 151627, + "start": 153826, + "end": 154017, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 79 }, "end": { - "line": 3458, + "line": 3500, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 151462, - "end": 151492, + "start": 153852, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 151462, - "end": 151492, + "start": 153852, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 151462, - "end": 151475, + "start": 153852, + "end": 153865, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 37 } }, "object": { "type": "Identifier", - "start": 151462, - "end": 151470, + "start": 153852, + "end": 153860, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 32 }, "identifierName": "_options" @@ -530459,15 +530731,15 @@ }, "property": { "type": "Identifier", - "start": 151471, - "end": 151475, + "start": 153861, + "end": 153865, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 33 }, "end": { - "line": 3456, + "line": 3498, "column": 37 }, "identifierName": "year" @@ -530478,29 +530750,29 @@ }, "right": { "type": "MemberExpression", - "start": 151478, - "end": 151492, + "start": 153868, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 40 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } }, "object": { "type": "Identifier", - "start": 151478, - "end": 151485, + "start": 153868, + "end": 153875, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 40 }, "end": { - "line": 3456, + "line": 3498, "column": 47 }, "identifierName": "options" @@ -530509,15 +530781,15 @@ }, "property": { "type": "Identifier", - "start": 151486, - "end": 151491, + "start": 153876, + "end": 153881, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 48 }, "end": { - "line": 3456, + "line": 3498, "column": 53 }, "identifierName": "scale" @@ -530530,44 +530802,44 @@ }, { "type": "ExpressionStatement", - "start": 151517, - "end": 151605, + "start": 153907, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "expression": { "type": "AssignmentExpression", - "start": 151517, - "end": 151605, + "start": 153907, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151517, - "end": 151530, + "start": 153907, + "end": 153920, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 37 }, "identifierName": "locale_string" @@ -530576,86 +530848,86 @@ }, "right": { "type": "CallExpression", - "start": 151533, - "end": 151605, + "start": 153923, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 151533, - "end": 151584, + "start": 153923, + "end": 153974, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 91 } }, "object": { "type": "CallExpression", - "start": 151533, - "end": 151569, + "start": 153923, + "end": 153959, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 151533, - "end": 151556, + "start": 153923, + "end": 153946, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 151533, - "end": 151537, + "start": 153923, + "end": 153927, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 44 } } }, "property": { "type": "Identifier", - "start": 151538, - "end": 151556, + "start": 153928, + "end": 153946, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 45 }, "end": { - "line": 3457, + "line": 3499, "column": 63 }, "identifierName": "getCorrectDatetime" @@ -530667,15 +530939,15 @@ "arguments": [ { "type": "Identifier", - "start": 151558, - "end": 151567, + "start": 153948, + "end": 153957, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 65 }, "end": { - "line": 3457, + "line": 3499, "column": 74 }, "identifierName": "date_seed" @@ -530686,15 +530958,15 @@ }, "property": { "type": "Identifier", - "start": 151570, - "end": 151584, + "start": 153960, + "end": 153974, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 77 }, "end": { - "line": 3457, + "line": 3499, "column": 91 }, "identifierName": "toLocaleString" @@ -530706,15 +530978,15 @@ "arguments": [ { "type": "Identifier", - "start": 151586, - "end": 151593, + "start": 153976, + "end": 153983, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 93 }, "end": { - "line": 3457, + "line": 3499, "column": 100 }, "identifierName": "locales" @@ -530723,15 +530995,15 @@ }, { "type": "Identifier", - "start": 151595, - "end": 151603, + "start": 153985, + "end": 153993, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 102 }, "end": { - "line": 3457, + "line": 3499, "column": 110 }, "identifierName": "_options" @@ -530747,43 +531019,43 @@ }, "alternate": { "type": "IfStatement", - "start": 151653, - "end": 151778, + "start": 154043, + "end": 154168, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 20 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 151658, - "end": 151687, + "start": 154048, + "end": 154077, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 25 }, "end": { - "line": 3459, + "line": 3501, "column": 54 } }, "left": { "type": "StringLiteral", - "start": 151658, - "end": 151668, + "start": 154048, + "end": 154058, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 25 }, "end": { - "line": 3459, + "line": 3501, "column": 35 } }, @@ -530796,29 +531068,29 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 151673, - "end": 151687, + "start": 154063, + "end": 154077, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 40 }, "end": { - "line": 3459, + "line": 3501, "column": 54 } }, "object": { "type": "Identifier", - "start": 151673, - "end": 151680, + "start": 154063, + "end": 154070, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 40 }, "end": { - "line": 3459, + "line": 3501, "column": 47 }, "identifierName": "options" @@ -530827,15 +531099,15 @@ }, "property": { "type": "Identifier", - "start": 151681, - "end": 151686, + "start": 154071, + "end": 154076, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 48 }, "end": { - "line": 3459, + "line": 3501, "column": 53 }, "identifierName": "scale" @@ -530847,59 +531119,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 151690, - "end": 151778, + "start": 154080, + "end": 154168, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 57 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 151716, - "end": 151756, + "start": 154106, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 151716, - "end": 151756, + "start": 154106, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151716, - "end": 151729, + "start": 154106, + "end": 154119, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 37 }, "identifierName": "locale_string" @@ -530908,29 +531180,29 @@ }, "right": { "type": "CallExpression", - "start": 151732, - "end": 151756, + "start": 154122, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 40 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } }, "callee": { "type": "Identifier", - "start": 151732, - "end": 151743, + "start": 154122, + "end": 154133, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 40 }, "end": { - "line": 3460, + "line": 3502, "column": 51 }, "identifierName": "getZerofill" @@ -530940,15 +531212,15 @@ "arguments": [ { "type": "Identifier", - "start": 151745, - "end": 151754, + "start": 154135, + "end": 154144, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 53 }, "end": { - "line": 3460, + "line": 3502, "column": 62 }, "identifierName": "date_seed" @@ -530972,44 +531244,44 @@ }, { "type": "ExpressionStatement", - "start": 151813, - "end": 151928, + "start": 154203, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "expression": { "type": "AssignmentExpression", - "start": 151813, - "end": 151928, + "start": 154203, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "operator": "=", "left": { "type": "Identifier", - "start": 151813, - "end": 151826, + "start": 154203, + "end": 154216, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 29 }, "identifierName": "locale_string" @@ -531018,72 +531290,72 @@ }, "right": { "type": "ConditionalExpression", - "start": 151829, - "end": 151928, + "start": 154219, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } }, "test": { "type": "CallExpression", - "start": 151829, - "end": 151859, + "start": 154219, + "end": 154249, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 62 } }, "callee": { "type": "MemberExpression", - "start": 151829, - "end": 151842, + "start": 154219, + "end": 154232, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 151829, - "end": 151833, + "start": 154219, + "end": 154223, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 36 } } }, "property": { "type": "Identifier", - "start": 151834, - "end": 151842, + "start": 154224, + "end": 154232, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 37 }, "end": { - "line": 3463, + "line": 3505, "column": 45 }, "identifierName": "is_empty" @@ -531095,15 +531367,15 @@ "arguments": [ { "type": "Identifier", - "start": 151844, - "end": 151857, + "start": 154234, + "end": 154247, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 47 }, "end": { - "line": 3463, + "line": 3505, "column": 60 }, "identifierName": "locale_string" @@ -531114,86 +531386,86 @@ }, "consequent": { "type": "CallExpression", - "start": 151862, - "end": 151912, + "start": 154252, + "end": 154302, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 115 } }, "callee": { "type": "MemberExpression", - "start": 151862, - "end": 151910, + "start": 154252, + "end": 154300, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 113 } }, "object": { "type": "CallExpression", - "start": 151862, - "end": 151898, + "start": 154252, + "end": 154288, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 101 } }, "callee": { "type": "MemberExpression", - "start": 151862, - "end": 151885, + "start": 154252, + "end": 154275, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 88 } }, "object": { "type": "ThisExpression", - "start": 151862, - "end": 151866, + "start": 154252, + "end": 154256, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 69 } } }, "property": { "type": "Identifier", - "start": 151867, - "end": 151885, + "start": 154257, + "end": 154275, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 70 }, "end": { - "line": 3463, + "line": 3505, "column": 88 }, "identifierName": "getCorrectDatetime" @@ -531205,15 +531477,15 @@ "arguments": [ { "type": "Identifier", - "start": 151887, - "end": 151896, + "start": 154277, + "end": 154286, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 90 }, "end": { - "line": 3463, + "line": 3505, "column": 99 }, "identifierName": "date_seed" @@ -531224,15 +531496,15 @@ }, "property": { "type": "Identifier", - "start": 151899, - "end": 151910, + "start": 154289, + "end": 154300, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 102 }, "end": { - "line": 3463, + "line": 3505, "column": 113 }, "identifierName": "getFullYear" @@ -531245,15 +531517,15 @@ }, "alternate": { "type": "Identifier", - "start": 151915, - "end": 151928, + "start": 154305, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 118 }, "end": { - "line": 3463, + "line": 3505, "column": 131 }, "identifierName": "locale_string" @@ -531265,15 +531537,15 @@ }, { "type": "BreakStatement", - "start": 151945, - "end": 151950, + "start": 154335, + "end": 154340, "loc": { "start": { - "line": 3464, + "line": 3506, "column": 16 }, "end": { - "line": 3464, + "line": 3506, "column": 21 } }, @@ -531282,43 +531554,43 @@ ], "test": { "type": "CallExpression", - "start": 151253, - "end": 151278, + "start": 153643, + "end": 153668, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 151253, - "end": 151269, + "start": 153643, + "end": 153659, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 151253, - "end": 151264, + "start": 153643, + "end": 153654, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 28 } }, @@ -531330,15 +531602,15 @@ }, "property": { "type": "Identifier", - "start": 151265, - "end": 151269, + "start": 153655, + "end": 153659, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 29 }, "end": { - "line": 3453, + "line": 3495, "column": 33 }, "identifierName": "test" @@ -531350,15 +531622,15 @@ "arguments": [ { "type": "Identifier", - "start": 151271, - "end": 151276, + "start": 153661, + "end": 153666, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 35 }, "end": { - "line": 3453, + "line": 3495, "column": 40 }, "identifierName": "scale" @@ -531370,58 +531642,58 @@ }, { "type": "SwitchCase", - "start": 151963, - "end": 152942, + "start": 154353, + "end": 155332, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 12 }, "end": { - "line": 3480, + "line": 3522, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 152012, - "end": 152504, + "start": 154402, + "end": 154894, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 16 }, "end": { - "line": 3472, + "line": 3514, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 152017, - "end": 152068, + "start": 154407, + "end": 154458, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 21 }, "end": { - "line": 3466, + "line": 3508, "column": 72 } }, "left": { "type": "Identifier", - "start": 152017, - "end": 152033, + "start": 154407, + "end": 154423, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 21 }, "end": { - "line": 3466, + "line": 3508, "column": 37 }, "identifierName": "is_toLocalString" @@ -531431,43 +531703,43 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 152037, - "end": 152068, + "start": 154427, + "end": 154458, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 152037, - "end": 152059, + "start": 154427, + "end": 154449, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 63 } }, "object": { "type": "Identifier", - "start": 152037, - "end": 152044, + "start": 154427, + "end": 154434, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 48 }, "identifierName": "options" @@ -531476,15 +531748,15 @@ }, "property": { "type": "Identifier", - "start": 152045, - "end": 152059, + "start": 154435, + "end": 154449, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 49 }, "end": { - "line": 3466, + "line": 3508, "column": 63 }, "identifierName": "hasOwnProperty" @@ -531496,15 +531768,15 @@ "arguments": [ { "type": "Identifier", - "start": 152061, - "end": 152066, + "start": 154451, + "end": 154456, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 65 }, "end": { - "line": 3466, + "line": 3508, "column": 70 }, "identifierName": "scale" @@ -531516,87 +531788,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 152071, - "end": 152504, + "start": 154461, + "end": 154894, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 75 }, "end": { - "line": 3472, + "line": 3514, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 152093, - "end": 152486, + "start": 154483, + "end": 154876, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 20 }, "end": { - "line": 3471, + "line": 3513, "column": 21 } }, "test": { "type": "CallExpression", - "start": 152098, - "end": 152176, + "start": 154488, + "end": 154566, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 103 } }, "callee": { "type": "MemberExpression", - "start": 152098, - "end": 152158, + "start": 154488, + "end": 154548, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 85 } }, "object": { "type": "ArrayExpression", - "start": 152098, - "end": 152149, + "start": 154488, + "end": 154539, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 76 } }, "elements": [ { "type": "StringLiteral", - "start": 152100, - "end": 152109, + "start": 154490, + "end": 154499, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 27 }, "end": { - "line": 3467, + "line": 3509, "column": 36 } }, @@ -531608,15 +531880,15 @@ }, { "type": "StringLiteral", - "start": 152111, - "end": 152120, + "start": 154501, + "end": 154510, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 38 }, "end": { - "line": 3467, + "line": 3509, "column": 47 } }, @@ -531628,15 +531900,15 @@ }, { "type": "StringLiteral", - "start": 152122, - "end": 152130, + "start": 154512, + "end": 154520, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 49 }, "end": { - "line": 3467, + "line": 3509, "column": 57 } }, @@ -531648,15 +531920,15 @@ }, { "type": "StringLiteral", - "start": 152132, - "end": 152139, + "start": 154522, + "end": 154529, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 59 }, "end": { - "line": 3467, + "line": 3509, "column": 66 } }, @@ -531668,15 +531940,15 @@ }, { "type": "StringLiteral", - "start": 152141, - "end": 152147, + "start": 154531, + "end": 154537, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 68 }, "end": { - "line": 3467, + "line": 3509, "column": 74 } }, @@ -531690,15 +531962,15 @@ }, "property": { "type": "Identifier", - "start": 152150, - "end": 152158, + "start": 154540, + "end": 154548, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 77 }, "end": { - "line": 3467, + "line": 3509, "column": 85 }, "identifierName": "includes" @@ -531710,29 +531982,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 152160, - "end": 152174, + "start": 154550, + "end": 154564, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 87 }, "end": { - "line": 3467, + "line": 3509, "column": 101 } }, "object": { "type": "Identifier", - "start": 152160, - "end": 152167, + "start": 154550, + "end": 154557, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 87 }, "end": { - "line": 3467, + "line": 3509, "column": 94 }, "identifierName": "options" @@ -531741,15 +532013,15 @@ }, "property": { "type": "Identifier", - "start": 152168, - "end": 152173, + "start": 154558, + "end": 154563, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 95 }, "end": { - "line": 3467, + "line": 3509, "column": 100 }, "identifierName": "scale" @@ -531762,73 +532034,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 152179, - "end": 152486, + "start": 154569, + "end": 154876, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 106 }, "end": { - "line": 3471, + "line": 3513, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 152205, - "end": 152236, + "start": 154595, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 152205, - "end": 152236, + "start": 154595, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 152205, - "end": 152219, + "start": 154595, + "end": 154609, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 38 } }, "object": { "type": "Identifier", - "start": 152205, - "end": 152213, + "start": 154595, + "end": 154603, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 32 }, "identifierName": "_options" @@ -531837,15 +532109,15 @@ }, "property": { "type": "Identifier", - "start": 152214, - "end": 152219, + "start": 154604, + "end": 154609, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 33 }, "end": { - "line": 3468, + "line": 3510, "column": 38 }, "identifierName": "month" @@ -531856,29 +532128,29 @@ }, "right": { "type": "MemberExpression", - "start": 152222, - "end": 152236, + "start": 154612, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 41 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } }, "object": { "type": "Identifier", - "start": 152222, - "end": 152229, + "start": 154612, + "end": 154619, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 41 }, "end": { - "line": 3468, + "line": 3510, "column": 48 }, "identifierName": "options" @@ -531887,15 +532159,15 @@ }, "property": { "type": "Identifier", - "start": 152230, - "end": 152235, + "start": 154620, + "end": 154625, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 49 }, "end": { - "line": 3468, + "line": 3510, "column": 54 }, "identifierName": "scale" @@ -531908,44 +532180,44 @@ }, { "type": "ExpressionStatement", - "start": 152261, - "end": 152349, + "start": 154651, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "expression": { "type": "AssignmentExpression", - "start": 152261, - "end": 152349, + "start": 154651, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152261, - "end": 152274, + "start": 154651, + "end": 154664, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 37 }, "identifierName": "locale_string" @@ -531954,86 +532226,86 @@ }, "right": { "type": "CallExpression", - "start": 152277, - "end": 152349, + "start": 154667, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } }, "callee": { "type": "MemberExpression", - "start": 152277, - "end": 152328, + "start": 154667, + "end": 154718, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 91 } }, "object": { "type": "CallExpression", - "start": 152277, - "end": 152313, + "start": 154667, + "end": 154703, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 152277, - "end": 152300, + "start": 154667, + "end": 154690, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 152277, - "end": 152281, + "start": 154667, + "end": 154671, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 44 } } }, "property": { "type": "Identifier", - "start": 152282, - "end": 152300, + "start": 154672, + "end": 154690, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 45 }, "end": { - "line": 3469, + "line": 3511, "column": 63 }, "identifierName": "getCorrectDatetime" @@ -532045,15 +532317,15 @@ "arguments": [ { "type": "Identifier", - "start": 152302, - "end": 152311, + "start": 154692, + "end": 154701, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 65 }, "end": { - "line": 3469, + "line": 3511, "column": 74 }, "identifierName": "date_seed" @@ -532064,15 +532336,15 @@ }, "property": { "type": "Identifier", - "start": 152314, - "end": 152328, + "start": 154704, + "end": 154718, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 77 }, "end": { - "line": 3469, + "line": 3511, "column": 91 }, "identifierName": "toLocaleString" @@ -532084,15 +532356,15 @@ "arguments": [ { "type": "Identifier", - "start": 152330, - "end": 152337, + "start": 154720, + "end": 154727, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 93 }, "end": { - "line": 3469, + "line": 3511, "column": 100 }, "identifierName": "locales" @@ -532101,15 +532373,15 @@ }, { "type": "Identifier", - "start": 152339, - "end": 152347, + "start": 154729, + "end": 154737, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 102 }, "end": { - "line": 3469, + "line": 3511, "column": 110 }, "identifierName": "_options" @@ -532125,15 +532397,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 152374, - "end": 152464, + "start": 154764, + "end": 154854, "loc": { "start": { - "line": 3470, + "line": 3512, "column": 24 }, "end": { - "line": 3470, + "line": 3512, "column": 114 } } @@ -532152,86 +532424,86 @@ }, { "type": "IfStatement", - "start": 152521, - "end": 152920, + "start": 154911, + "end": 155310, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 16 }, "end": { - "line": 3479, + "line": 3521, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 152526, - "end": 152582, + "start": 154916, + "end": 154972, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 77 } }, "left": { "type": "CallExpression", - "start": 152526, - "end": 152556, + "start": 154916, + "end": 154946, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 152526, - "end": 152539, + "start": 154916, + "end": 154929, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 152526, - "end": 152530, + "start": 154916, + "end": 154920, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 25 } } }, "property": { "type": "Identifier", - "start": 152531, - "end": 152539, + "start": 154921, + "end": 154929, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 26 }, "end": { - "line": 3473, + "line": 3515, "column": 34 }, "identifierName": "is_empty" @@ -532243,15 +532515,15 @@ "arguments": [ { "type": "Identifier", - "start": 152541, - "end": 152554, + "start": 154931, + "end": 154944, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 36 }, "end": { - "line": 3473, + "line": 3515, "column": 49 }, "identifierName": "locale_string" @@ -532263,29 +532535,29 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 152560, - "end": 152582, + "start": 154950, + "end": 154972, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 55 }, "end": { - "line": 3473, + "line": 3515, "column": 77 } }, "callee": { "type": "Identifier", - "start": 152560, - "end": 152565, + "start": 154950, + "end": 154955, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 55 }, "end": { - "line": 3473, + "line": 3515, "column": 60 }, "identifierName": "isNaN" @@ -532295,15 +532567,15 @@ "arguments": [ { "type": "Identifier", - "start": 152567, - "end": 152580, + "start": 154957, + "end": 154970, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 62 }, "end": { - "line": 3473, + "line": 3515, "column": 75 }, "identifierName": "locale_string" @@ -532315,72 +532587,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 152585, - "end": 152920, + "start": 154975, + "end": 155310, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 80 }, "end": { - "line": 3479, + "line": 3521, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 152607, - "end": 152902, + "start": 154997, + "end": 155292, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 20 }, "end": { - "line": 3478, + "line": 3520, "column": 21 } }, "test": { "type": "CallExpression", - "start": 152612, - "end": 152662, + "start": 155002, + "end": 155052, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 152612, - "end": 152649, + "start": 155002, + "end": 155039, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 62 } }, "object": { "type": "RegExpLiteral", - "start": 152612, - "end": 152644, + "start": 155002, + "end": 155034, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 57 } }, @@ -532392,15 +532664,15 @@ }, "property": { "type": "Identifier", - "start": 152645, - "end": 152649, + "start": 155035, + "end": 155039, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 58 }, "end": { - "line": 3474, + "line": 3516, "column": 62 }, "identifierName": "test" @@ -532412,15 +532684,15 @@ "arguments": [ { "type": "Identifier", - "start": 152651, - "end": 152660, + "start": 155041, + "end": 155050, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 64 }, "end": { - "line": 3474, + "line": 3516, "column": 73 }, "identifierName": "date_seed" @@ -532431,59 +532703,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 152665, - "end": 152902, + "start": 155055, + "end": 155292, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 78 }, "end": { - "line": 3478, + "line": 3520, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 152691, - "end": 152718, + "start": 155081, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 152691, - "end": 152718, + "start": 155081, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152691, - "end": 152695, + "start": 155081, + "end": 155085, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 28 }, "identifierName": "_str" @@ -532492,43 +532764,43 @@ }, "right": { "type": "CallExpression", - "start": 152698, - "end": 152718, + "start": 155088, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 152698, - "end": 152713, + "start": 155088, + "end": 155103, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 46 } }, "object": { "type": "Identifier", - "start": 152698, - "end": 152707, + "start": 155088, + "end": 155097, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 40 }, "identifierName": "date_seed" @@ -532537,15 +532809,15 @@ }, "property": { "type": "Identifier", - "start": 152708, - "end": 152713, + "start": 155098, + "end": 155103, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 41 }, "end": { - "line": 3475, + "line": 3517, "column": 46 }, "identifierName": "split" @@ -532557,15 +532829,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 152714, - "end": 152717, + "start": 155104, + "end": 155107, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 47 }, "end": { - "line": 3475, + "line": 3517, "column": 50 } }, @@ -532581,44 +532853,44 @@ }, { "type": "ExpressionStatement", - "start": 152743, - "end": 152798, + "start": 155133, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 152743, - "end": 152798, + "start": 155133, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152743, - "end": 152748, + "start": 155133, + "end": 155138, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 29 }, "identifierName": "_temp" @@ -532627,29 +532899,29 @@ }, "right": { "type": "NewExpression", - "start": 152751, - "end": 152798, + "start": 155141, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 32 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } }, "callee": { "type": "Identifier", - "start": 152755, - "end": 152759, + "start": 155145, + "end": 155149, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 36 }, "end": { - "line": 3476, + "line": 3518, "column": 40 }, "identifierName": "Date" @@ -532659,29 +532931,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 152761, - "end": 152768, + "start": 155151, + "end": 155158, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 42 }, "end": { - "line": 3476, + "line": 3518, "column": 49 } }, "object": { "type": "Identifier", - "start": 152761, - "end": 152765, + "start": 155151, + "end": 155155, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 42 }, "end": { - "line": 3476, + "line": 3518, "column": 46 }, "identifierName": "_str" @@ -532690,15 +532962,15 @@ }, "property": { "type": "NumericLiteral", - "start": 152766, - "end": 152767, + "start": 155156, + "end": 155157, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 47 }, "end": { - "line": 3476, + "line": 3518, "column": 48 } }, @@ -532712,29 +532984,29 @@ }, { "type": "CallExpression", - "start": 152770, - "end": 152793, + "start": 155160, + "end": 155183, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 51 }, "end": { - "line": 3476, + "line": 3518, "column": 74 } }, "callee": { "type": "Identifier", - "start": 152770, - "end": 152778, + "start": 155160, + "end": 155168, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 51 }, "end": { - "line": 3476, + "line": 3518, "column": 59 }, "identifierName": "parseInt" @@ -532744,43 +533016,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 152780, - "end": 152791, + "start": 155170, + "end": 155181, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 152780, - "end": 152787, + "start": 155170, + "end": 155177, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 68 } }, "object": { "type": "Identifier", - "start": 152780, - "end": 152784, + "start": 155170, + "end": 155174, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 65 }, "identifierName": "_str" @@ -532789,15 +533061,15 @@ }, "property": { "type": "NumericLiteral", - "start": 152785, - "end": 152786, + "start": 155175, + "end": 155176, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 66 }, "end": { - "line": 3476, + "line": 3518, "column": 67 } }, @@ -532812,15 +533084,15 @@ "operator": "-", "right": { "type": "NumericLiteral", - "start": 152790, - "end": 152791, + "start": 155180, + "end": 155181, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 71 }, "end": { - "line": 3476, + "line": 3518, "column": 72 } }, @@ -532835,15 +533107,15 @@ }, { "type": "NumericLiteral", - "start": 152795, - "end": 152796, + "start": 155185, + "end": 155186, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 76 }, "end": { - "line": 3476, + "line": 3518, "column": 77 } }, @@ -532859,44 +533131,44 @@ }, { "type": "ExpressionStatement", - "start": 152823, - "end": 152880, + "start": 155213, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 152823, - "end": 152880, + "start": 155213, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "operator": "=", "left": { "type": "Identifier", - "start": 152823, - "end": 152836, + "start": 155213, + "end": 155226, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 37 }, "identifierName": "locale_string" @@ -532905,43 +533177,43 @@ }, "right": { "type": "CallExpression", - "start": 152839, - "end": 152880, + "start": 155229, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 152839, - "end": 152859, + "start": 155229, + "end": 155249, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 60 } }, "object": { "type": "Identifier", - "start": 152839, - "end": 152844, + "start": 155229, + "end": 155234, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 45 }, "identifierName": "_temp" @@ -532950,15 +533222,15 @@ }, "property": { "type": "Identifier", - "start": 152845, - "end": 152859, + "start": 155235, + "end": 155249, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 46 }, "end": { - "line": 3477, + "line": 3519, "column": 60 }, "identifierName": "toLocaleString" @@ -532970,15 +533242,15 @@ "arguments": [ { "type": "Identifier", - "start": 152861, - "end": 152868, + "start": 155251, + "end": 155258, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 62 }, "end": { - "line": 3477, + "line": 3519, "column": 69 }, "identifierName": "locales" @@ -532987,15 +533259,15 @@ }, { "type": "Identifier", - "start": 152870, - "end": 152878, + "start": 155260, + "end": 155268, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 71 }, "end": { - "line": 3477, + "line": 3519, "column": 79 }, "identifierName": "_options" @@ -533018,15 +533290,15 @@ }, { "type": "BreakStatement", - "start": 152937, - "end": 152942, + "start": 155327, + "end": 155332, "loc": { "start": { - "line": 3480, + "line": 3522, "column": 16 }, "end": { - "line": 3480, + "line": 3522, "column": 21 } }, @@ -533035,43 +533307,43 @@ ], "test": { "type": "CallExpression", - "start": 151968, - "end": 151994, + "start": 154358, + "end": 154384, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 151968, - "end": 151985, + "start": 154358, + "end": 154375, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 34 } }, "object": { "type": "RegExpLiteral", - "start": 151968, - "end": 151980, + "start": 154358, + "end": 154370, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 29 } }, @@ -533083,15 +533355,15 @@ }, "property": { "type": "Identifier", - "start": 151981, - "end": 151985, + "start": 154371, + "end": 154375, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 30 }, "end": { - "line": 3465, + "line": 3507, "column": 34 }, "identifierName": "test" @@ -533103,15 +533375,15 @@ "arguments": [ { "type": "Identifier", - "start": 151987, - "end": 151992, + "start": 154377, + "end": 154382, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 36 }, "end": { - "line": 3465, + "line": 3507, "column": 41 }, "identifierName": "scale" @@ -533123,74 +533395,74 @@ }, { "type": "SwitchCase", - "start": 152955, - "end": 153419, + "start": 155345, + "end": 155809, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 12 }, "end": { - "line": 3489, + "line": 3531, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 153003, - "end": 153040, + "start": 155393, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 153003, - "end": 153040, + "start": 155393, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 153003, - "end": 153017, + "start": 155393, + "end": 155407, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 153005, - "end": 153009, + "start": 155395, + "end": 155399, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 18 }, "end": { - "line": 3482, + "line": 3524, "column": 22 }, "identifierName": "_str" @@ -533199,15 +533471,15 @@ }, { "type": "Identifier", - "start": 153011, - "end": 153015, + "start": 155401, + "end": 155405, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 24 }, "end": { - "line": 3482, + "line": 3524, "column": 28 }, "identifierName": "_num" @@ -533218,43 +533490,43 @@ }, "right": { "type": "CallExpression", - "start": 153020, - "end": 153040, + "start": 155410, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 153020, - "end": 153035, + "start": 155410, + "end": 155425, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 48 } }, "object": { "type": "Identifier", - "start": 153020, - "end": 153029, + "start": 155410, + "end": 155419, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 42 }, "identifierName": "date_seed" @@ -533263,15 +533535,15 @@ }, "property": { "type": "Identifier", - "start": 153030, - "end": 153035, + "start": 155420, + "end": 155425, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 43 }, "end": { - "line": 3482, + "line": 3524, "column": 48 }, "identifierName": "split" @@ -533283,15 +533555,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153036, - "end": 153039, + "start": 155426, + "end": 155429, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 49 }, "end": { - "line": 3482, + "line": 3524, "column": 52 } }, @@ -533310,15 +533582,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -533327,71 +533599,71 @@ }, { "type": "IfStatement", - "start": 153170, - "end": 153397, + "start": 155560, + "end": 155787, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 16 }, "end": { - "line": 3488, + "line": 3530, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 153175, - "end": 153238, + "start": 155565, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, "left": { "type": "CallExpression", - "start": 153175, - "end": 153206, + "start": 155565, + "end": 155596, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 153175, - "end": 153197, + "start": 155565, + "end": 155587, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 43 } }, "object": { "type": "Identifier", - "start": 153175, - "end": 153182, + "start": 155565, + "end": 155572, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 28 }, "identifierName": "options" @@ -533401,15 +533673,15 @@ }, "property": { "type": "Identifier", - "start": 153183, - "end": 153197, + "start": 155573, + "end": 155587, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 29 }, "end": { - "line": 3484, + "line": 3526, "column": 43 }, "identifierName": "hasOwnProperty" @@ -533422,15 +533694,15 @@ "arguments": [ { "type": "Identifier", - "start": 153199, - "end": 153204, + "start": 155589, + "end": 155594, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 45 }, "end": { - "line": 3484, + "line": 3526, "column": 50 }, "identifierName": "scale" @@ -533443,43 +533715,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 153210, - "end": 153238, + "start": 155600, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, "left": { "type": "MemberExpression", - "start": 153210, - "end": 153224, + "start": 155600, + "end": 155614, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 70 } }, "object": { "type": "Identifier", - "start": 153210, - "end": 153217, + "start": 155600, + "end": 155607, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 63 }, "identifierName": "options" @@ -533488,15 +533760,15 @@ }, "property": { "type": "Identifier", - "start": 153218, - "end": 153223, + "start": 155608, + "end": 155613, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 64 }, "end": { - "line": 3484, + "line": 3526, "column": 69 }, "identifierName": "scale" @@ -533508,15 +533780,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 153229, - "end": 153238, + "start": 155619, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 75 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } }, @@ -533531,59 +533803,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 153241, - "end": 153331, + "start": 155631, + "end": 155721, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 87 }, "end": { - "line": 3486, + "line": 3528, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153263, - "end": 153313, + "start": 155653, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "expression": { "type": "AssignmentExpression", - "start": 153263, - "end": 153313, + "start": 155653, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153263, - "end": 153276, + "start": 155653, + "end": 155666, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 33 }, "identifierName": "locale_string" @@ -533592,29 +533864,29 @@ }, "right": { "type": "CallExpression", - "start": 153279, - "end": 153313, + "start": 155669, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 36 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } }, "callee": { "type": "Identifier", - "start": 153279, - "end": 153289, + "start": 155669, + "end": 155679, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 36 }, "end": { - "line": 3485, + "line": 3527, "column": 46 }, "identifierName": "getOrdinal" @@ -533624,29 +533896,29 @@ "arguments": [ { "type": "CallExpression", - "start": 153291, - "end": 153311, + "start": 155681, + "end": 155701, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 48 }, "end": { - "line": 3485, + "line": 3527, "column": 68 } }, "callee": { "type": "Identifier", - "start": 153291, - "end": 153299, + "start": 155681, + "end": 155689, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 48 }, "end": { - "line": 3485, + "line": 3527, "column": 56 }, "identifierName": "parseInt" @@ -533656,15 +533928,15 @@ "arguments": [ { "type": "Identifier", - "start": 153301, - "end": 153305, + "start": 155691, + "end": 155695, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 58 }, "end": { - "line": 3485, + "line": 3527, "column": 62 }, "identifierName": "_num" @@ -533673,15 +533945,15 @@ }, { "type": "NumericLiteral", - "start": 153307, - "end": 153309, + "start": 155697, + "end": 155699, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 64 }, "end": { - "line": 3485, + "line": 3527, "column": 66 } }, @@ -533702,59 +533974,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 153337, - "end": 153397, + "start": 155727, + "end": 155787, "loc": { "start": { - "line": 3486, + "line": 3528, "column": 23 }, "end": { - "line": 3488, + "line": 3530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153359, - "end": 153379, + "start": 155749, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 40 } }, "expression": { "type": "AssignmentExpression", - "start": 153359, - "end": 153379, + "start": 155749, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 40 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153359, - "end": 153372, + "start": 155749, + "end": 155762, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 33 }, "identifierName": "locale_string" @@ -533763,15 +534035,15 @@ }, "right": { "type": "Identifier", - "start": 153375, - "end": 153379, + "start": 155765, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 36 }, "end": { - "line": 3487, + "line": 3529, "column": 40 }, "identifierName": "_num" @@ -533787,15 +534059,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -533804,15 +534076,15 @@ }, { "type": "BreakStatement", - "start": 153414, - "end": 153419, + "start": 155804, + "end": 155809, "loc": { "start": { - "line": 3489, + "line": 3531, "column": 16 }, "end": { - "line": 3489, + "line": 3531, "column": 21 } }, @@ -533821,43 +534093,43 @@ ], "test": { "type": "CallExpression", - "start": 152960, - "end": 152985, + "start": 155350, + "end": 155375, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 152960, - "end": 152976, + "start": 155350, + "end": 155366, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 152960, - "end": 152971, + "start": 155350, + "end": 155361, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 28 } }, @@ -533869,15 +534141,15 @@ }, "property": { "type": "Identifier", - "start": 152972, - "end": 152976, + "start": 155362, + "end": 155366, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 29 }, "end": { - "line": 3481, + "line": 3523, "column": 33 }, "identifierName": "test" @@ -533889,15 +534161,15 @@ "arguments": [ { "type": "Identifier", - "start": 152978, - "end": 152983, + "start": 155368, + "end": 155373, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 35 }, "end": { - "line": 3481, + "line": 3523, "column": 40 }, "identifierName": "scale" @@ -533909,74 +534181,74 @@ }, { "type": "SwitchCase", - "start": 153432, - "end": 154324, + "start": 155822, + "end": 156714, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 12 }, "end": { - "line": 3506, + "line": 3548, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 153483, - "end": 153520, + "start": 155873, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 153483, - "end": 153520, + "start": 155873, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "operator": "=", "left": { "type": "ArrayPattern", - "start": 153483, - "end": 153497, + "start": 155873, + "end": 155887, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 30 } }, "elements": [ { "type": "Identifier", - "start": 153485, - "end": 153489, + "start": 155875, + "end": 155879, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 18 }, "end": { - "line": 3491, + "line": 3533, "column": 22 }, "identifierName": "_str" @@ -533985,15 +534257,15 @@ }, { "type": "Identifier", - "start": 153491, - "end": 153495, + "start": 155881, + "end": 155885, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 24 }, "end": { - "line": 3491, + "line": 3533, "column": 28 }, "identifierName": "_num" @@ -534004,43 +534276,43 @@ }, "right": { "type": "CallExpression", - "start": 153500, - "end": 153520, + "start": 155890, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 153500, - "end": 153515, + "start": 155890, + "end": 155905, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 48 } }, "object": { "type": "Identifier", - "start": 153500, - "end": 153509, + "start": 155890, + "end": 155899, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 42 }, "identifierName": "date_seed" @@ -534049,15 +534321,15 @@ }, "property": { "type": "Identifier", - "start": 153510, - "end": 153515, + "start": 155900, + "end": 155905, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 43 }, "end": { - "line": 3491, + "line": 3533, "column": 48 }, "identifierName": "split" @@ -534069,15 +534341,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153516, - "end": 153519, + "start": 155906, + "end": 155909, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 49 }, "end": { - "line": 3491, + "line": 3533, "column": 52 } }, @@ -534093,57 +534365,57 @@ }, { "type": "IfStatement", - "start": 153537, - "end": 153773, + "start": 155927, + "end": 156163, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 16 }, "end": { - "line": 3497, + "line": 3539, "column": 17 } }, "test": { "type": "CallExpression", - "start": 153542, - "end": 153590, + "start": 155932, + "end": 155980, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 153542, - "end": 153582, + "start": 155932, + "end": 155972, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 61 } }, "object": { "type": "RegExpLiteral", - "start": 153542, - "end": 153577, + "start": 155932, + "end": 155967, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 56 } }, @@ -534155,15 +534427,15 @@ }, "property": { "type": "Identifier", - "start": 153578, - "end": 153582, + "start": 155968, + "end": 155972, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 57 }, "end": { - "line": 3492, + "line": 3534, "column": 61 }, "identifierName": "test" @@ -534175,15 +534447,15 @@ "arguments": [ { "type": "Identifier", - "start": 153584, - "end": 153588, + "start": 155974, + "end": 155978, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 63 }, "end": { - "line": 3492, + "line": 3534, "column": 67 }, "identifierName": "_str" @@ -534194,59 +534466,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 153593, - "end": 153703, + "start": 155983, + "end": 156093, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 72 }, "end": { - "line": 3495, + "line": 3537, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153615, - "end": 153637, + "start": 156005, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "expression": { "type": "AssignmentExpression", - "start": 153615, - "end": 153637, + "start": 156005, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153615, - "end": 153619, + "start": 156005, + "end": 156009, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 24 }, "identifierName": "_str" @@ -534255,43 +534527,43 @@ }, "right": { "type": "CallExpression", - "start": 153622, - "end": 153637, + "start": 156012, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 153622, - "end": 153632, + "start": 156012, + "end": 156022, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 37 } }, "object": { "type": "Identifier", - "start": 153622, - "end": 153626, + "start": 156012, + "end": 156016, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 31 }, "identifierName": "_str" @@ -534300,15 +534572,15 @@ }, "property": { "type": "Identifier", - "start": 153627, - "end": 153632, + "start": 156017, + "end": 156022, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 32 }, "end": { - "line": 3493, + "line": 3535, "column": 37 }, "identifierName": "split" @@ -534320,15 +534592,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153633, - "end": 153636, + "start": 156023, + "end": 156026, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 38 }, "end": { - "line": 3493, + "line": 3535, "column": 41 } }, @@ -534344,44 +534616,44 @@ }, { "type": "ExpressionStatement", - "start": 153658, - "end": 153685, + "start": 156048, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 153658, - "end": 153685, + "start": 156048, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153658, - "end": 153663, + "start": 156048, + "end": 156053, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 25 }, "identifierName": "_temp" @@ -534390,29 +534662,29 @@ }, "right": { "type": "NewExpression", - "start": 153666, - "end": 153685, + "start": 156056, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 28 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } }, "callee": { "type": "Identifier", - "start": 153670, - "end": 153674, + "start": 156060, + "end": 156064, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 32 }, "end": { - "line": 3494, + "line": 3536, "column": 36 }, "identifierName": "Date" @@ -534422,29 +534694,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 153676, - "end": 153683, + "start": 156066, + "end": 156073, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 38 }, "end": { - "line": 3494, + "line": 3536, "column": 45 } }, "argument": { "type": "Identifier", - "start": 153679, - "end": 153683, + "start": 156069, + "end": 156073, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 41 }, "end": { - "line": 3494, + "line": 3536, "column": 45 }, "identifierName": "_str" @@ -534461,59 +534733,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 153709, - "end": 153773, + "start": 156099, + "end": 156163, "loc": { "start": { - "line": 3495, + "line": 3537, "column": 23 }, "end": { - "line": 3497, + "line": 3539, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153731, - "end": 153755, + "start": 156121, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 153731, - "end": 153755, + "start": 156121, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153731, - "end": 153736, + "start": 156121, + "end": 156126, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 25 }, "identifierName": "_temp" @@ -534522,29 +534794,29 @@ }, "right": { "type": "NewExpression", - "start": 153739, - "end": 153755, + "start": 156129, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 28 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } }, "callee": { "type": "Identifier", - "start": 153743, - "end": 153747, + "start": 156133, + "end": 156137, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 32 }, "end": { - "line": 3496, + "line": 3538, "column": 36 }, "identifierName": "Date" @@ -534554,15 +534826,15 @@ "arguments": [ { "type": "Identifier", - "start": 153749, - "end": 153753, + "start": 156139, + "end": 156143, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 38 }, "end": { - "line": 3496, + "line": 3538, "column": 42 }, "identifierName": "_str" @@ -534579,29 +534851,29 @@ }, { "type": "IfStatement", - "start": 153790, - "end": 154302, + "start": 156180, + "end": 156692, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 16 }, "end": { - "line": 3505, + "line": 3547, "column": 17 } }, "test": { "type": "Identifier", - "start": 153795, - "end": 153811, + "start": 156185, + "end": 156201, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 21 }, "end": { - "line": 3498, + "line": 3540, "column": 37 }, "identifierName": "is_toLocalString" @@ -534610,73 +534882,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 153814, - "end": 154123, + "start": 156204, + "end": 156513, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 40 }, "end": { - "line": 3502, + "line": 3544, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 153836, - "end": 153917, + "start": 156226, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "expression": { "type": "AssignmentExpression", - "start": 153836, - "end": 153917, + "start": 156226, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 153836, - "end": 153852, + "start": 156226, + "end": 156242, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 36 } }, "object": { "type": "Identifier", - "start": 153836, - "end": 153844, + "start": 156226, + "end": 156234, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 28 }, "identifierName": "_options" @@ -534685,15 +534957,15 @@ }, "property": { "type": "Identifier", - "start": 153845, - "end": 153852, + "start": 156235, + "end": 156242, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 29 }, "end": { - "line": 3499, + "line": 3541, "column": 36 }, "identifierName": "weekday" @@ -534704,57 +534976,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 153855, - "end": 153917, + "start": 156245, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, "test": { "type": "CallExpression", - "start": 153855, - "end": 153888, + "start": 156245, + "end": 156278, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 153855, - "end": 153877, + "start": 156245, + "end": 156267, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 61 } }, "object": { "type": "Identifier", - "start": 153855, - "end": 153862, + "start": 156245, + "end": 156252, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 46 }, "identifierName": "options" @@ -534763,15 +535035,15 @@ }, "property": { "type": "Identifier", - "start": 153863, - "end": 153877, + "start": 156253, + "end": 156267, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 47 }, "end": { - "line": 3499, + "line": 3541, "column": 61 }, "identifierName": "hasOwnProperty" @@ -534783,15 +535055,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 153878, - "end": 153887, + "start": 156268, + "end": 156277, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 62 }, "end": { - "line": 3499, + "line": 3541, "column": 71 } }, @@ -534805,29 +535077,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 153891, - "end": 153906, + "start": 156281, + "end": 156296, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 75 }, "end": { - "line": 3499, + "line": 3541, "column": 90 } }, "object": { "type": "Identifier", - "start": 153891, - "end": 153898, + "start": 156281, + "end": 156288, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 75 }, "end": { - "line": 3499, + "line": 3541, "column": 82 }, "identifierName": "options" @@ -534836,15 +535108,15 @@ }, "property": { "type": "Identifier", - "start": 153899, - "end": 153906, + "start": 156289, + "end": 156296, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 83 }, "end": { - "line": 3499, + "line": 3541, "column": 90 }, "identifierName": "weekday" @@ -534855,15 +535127,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 153909, - "end": 153917, + "start": 156299, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 93 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } }, @@ -534878,44 +535150,44 @@ }, { "type": "ExpressionStatement", - "start": 153938, - "end": 153995, + "start": 156328, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 153938, - "end": 153995, + "start": 156328, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 153938, - "end": 153951, + "start": 156328, + "end": 156341, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 33 }, "identifierName": "locale_string" @@ -534924,43 +535196,43 @@ }, "right": { "type": "CallExpression", - "start": 153954, - "end": 153995, + "start": 156344, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 153954, - "end": 153974, + "start": 156344, + "end": 156364, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 56 } }, "object": { "type": "Identifier", - "start": 153954, - "end": 153959, + "start": 156344, + "end": 156349, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 41 }, "identifierName": "_temp" @@ -534969,15 +535241,15 @@ }, "property": { "type": "Identifier", - "start": 153960, - "end": 153974, + "start": 156350, + "end": 156364, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 42 }, "end": { - "line": 3500, + "line": 3542, "column": 56 }, "identifierName": "toLocaleString" @@ -534989,15 +535261,15 @@ "arguments": [ { "type": "Identifier", - "start": 153976, - "end": 153983, + "start": 156366, + "end": 156373, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 58 }, "end": { - "line": 3500, + "line": 3542, "column": 65 }, "identifierName": "locales" @@ -535006,15 +535278,15 @@ }, { "type": "Identifier", - "start": 153985, - "end": 153993, + "start": 156375, + "end": 156383, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 67 }, "end": { - "line": 3500, + "line": 3542, "column": 75 }, "identifierName": "_options" @@ -535030,15 +535302,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )", - "start": 154016, - "end": 154105, + "start": 156406, + "end": 156495, "loc": { "start": { - "line": 3501, + "line": 3543, "column": 20 }, "end": { - "line": 3501, + "line": 3543, "column": 109 } } @@ -535050,59 +535322,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 154129, - "end": 154302, + "start": 156519, + "end": 156692, "loc": { "start": { - "line": 3502, + "line": 3544, "column": 23 }, "end": { - "line": 3505, + "line": 3547, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 154151, - "end": 154217, + "start": 156541, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 20 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 154155, - "end": 154217, + "start": 156545, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 24 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "id": { "type": "Identifier", - "start": 154155, - "end": 154163, + "start": 156545, + "end": 156553, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 24 }, "end": { - "line": 3503, + "line": 3545, "column": 32 }, "identifierName": "_weekday" @@ -535111,30 +535383,30 @@ }, "init": { "type": "ArrayExpression", - "start": 154166, - "end": 154217, + "start": 156556, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 35 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } }, "elements": [ { "type": "StringLiteral", - "start": 154168, - "end": 154173, + "start": 156558, + "end": 156563, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 37 }, "end": { - "line": 3503, + "line": 3545, "column": 42 } }, @@ -535146,15 +535418,15 @@ }, { "type": "StringLiteral", - "start": 154175, - "end": 154180, + "start": 156565, + "end": 156570, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 44 }, "end": { - "line": 3503, + "line": 3545, "column": 49 } }, @@ -535166,15 +535438,15 @@ }, { "type": "StringLiteral", - "start": 154182, - "end": 154187, + "start": 156572, + "end": 156577, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 51 }, "end": { - "line": 3503, + "line": 3545, "column": 56 } }, @@ -535186,15 +535458,15 @@ }, { "type": "StringLiteral", - "start": 154189, - "end": 154194, + "start": 156579, + "end": 156584, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 58 }, "end": { - "line": 3503, + "line": 3545, "column": 63 } }, @@ -535206,15 +535478,15 @@ }, { "type": "StringLiteral", - "start": 154196, - "end": 154201, + "start": 156586, + "end": 156591, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 65 }, "end": { - "line": 3503, + "line": 3545, "column": 70 } }, @@ -535226,15 +535498,15 @@ }, { "type": "StringLiteral", - "start": 154203, - "end": 154208, + "start": 156593, + "end": 156598, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 72 }, "end": { - "line": 3503, + "line": 3545, "column": 77 } }, @@ -535246,15 +535518,15 @@ }, { "type": "StringLiteral", - "start": 154210, - "end": 154215, + "start": 156600, + "end": 156605, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 79 }, "end": { - "line": 3503, + "line": 3545, "column": 84 } }, @@ -535272,44 +535544,44 @@ }, { "type": "ExpressionStatement", - "start": 154238, - "end": 154284, + "start": 156628, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 154238, - "end": 154284, + "start": 156628, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154238, - "end": 154251, + "start": 156628, + "end": 156641, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 33 }, "identifierName": "locale_string" @@ -535318,29 +535590,29 @@ }, "right": { "type": "MemberExpression", - "start": 154254, - "end": 154284, + "start": 156644, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 36 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } }, "object": { "type": "Identifier", - "start": 154254, - "end": 154262, + "start": 156644, + "end": 156652, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 36 }, "end": { - "line": 3504, + "line": 3546, "column": 44 }, "identifierName": "_weekday" @@ -535349,29 +535621,29 @@ }, "property": { "type": "CallExpression", - "start": 154263, - "end": 154283, + "start": 156653, + "end": 156673, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 45 }, "end": { - "line": 3504, + "line": 3546, "column": 65 } }, "callee": { "type": "Identifier", - "start": 154263, - "end": 154271, + "start": 156653, + "end": 156661, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 45 }, "end": { - "line": 3504, + "line": 3546, "column": 53 }, "identifierName": "parseInt" @@ -535381,15 +535653,15 @@ "arguments": [ { "type": "Identifier", - "start": 154273, - "end": 154277, + "start": 156663, + "end": 156667, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 55 }, "end": { - "line": 3504, + "line": 3546, "column": 59 }, "identifierName": "_num" @@ -535398,15 +535670,15 @@ }, { "type": "NumericLiteral", - "start": 154279, - "end": 154281, + "start": 156669, + "end": 156671, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 61 }, "end": { - "line": 3504, + "line": 3546, "column": 63 } }, @@ -535428,15 +535700,15 @@ }, { "type": "BreakStatement", - "start": 154319, - "end": 154324, + "start": 156709, + "end": 156714, "loc": { "start": { - "line": 3506, + "line": 3548, "column": 16 }, "end": { - "line": 3506, + "line": 3548, "column": 21 } }, @@ -535445,43 +535717,43 @@ ], "test": { "type": "CallExpression", - "start": 153437, - "end": 153465, + "start": 155827, + "end": 155855, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 153437, - "end": 153456, + "start": 155827, + "end": 155846, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 36 } }, "object": { "type": "RegExpLiteral", - "start": 153437, - "end": 153451, + "start": 155827, + "end": 155841, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 31 } }, @@ -535493,15 +535765,15 @@ }, "property": { "type": "Identifier", - "start": 153452, - "end": 153456, + "start": 155842, + "end": 155846, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 32 }, "end": { - "line": 3490, + "line": 3532, "column": 36 }, "identifierName": "test" @@ -535513,15 +535785,15 @@ "arguments": [ { "type": "Identifier", - "start": 153458, - "end": 153463, + "start": 155848, + "end": 155853, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 38 }, "end": { - "line": 3490, + "line": 3532, "column": 43 }, "identifierName": "scale" @@ -535533,72 +535805,72 @@ }, { "type": "SwitchCase", - "start": 154337, - "end": 155239, + "start": 156727, + "end": 157629, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 12 }, "end": { - "line": 3523, + "line": 3565, "column": 21 } }, "consequent": [ { "type": "IfStatement", - "start": 154384, - "end": 154635, + "start": 156774, + "end": 157025, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 16 }, "end": { - "line": 3513, + "line": 3555, "column": 17 } }, "test": { "type": "CallExpression", - "start": 154389, - "end": 154442, + "start": 156779, + "end": 156832, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 154389, - "end": 154429, + "start": 156779, + "end": 156819, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 61 } }, "object": { "type": "RegExpLiteral", - "start": 154389, - "end": 154424, + "start": 156779, + "end": 156814, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 56 } }, @@ -535610,15 +535882,15 @@ }, "property": { "type": "Identifier", - "start": 154425, - "end": 154429, + "start": 156815, + "end": 156819, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 57 }, "end": { - "line": 3508, + "line": 3550, "column": 61 }, "identifierName": "test" @@ -535630,15 +535902,15 @@ "arguments": [ { "type": "Identifier", - "start": 154431, - "end": 154440, + "start": 156821, + "end": 156830, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 63 }, "end": { - "line": 3508, + "line": 3550, "column": 72 }, "identifierName": "date_seed" @@ -535649,59 +535921,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 154445, - "end": 154560, + "start": 156835, + "end": 156950, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 77 }, "end": { - "line": 3511, + "line": 3553, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154467, - "end": 154494, + "start": 156857, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 154467, - "end": 154494, + "start": 156857, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154467, - "end": 154471, + "start": 156857, + "end": 156861, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 24 }, "identifierName": "_str" @@ -535710,43 +535982,43 @@ }, "right": { "type": "CallExpression", - "start": 154474, - "end": 154494, + "start": 156864, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 154474, - "end": 154489, + "start": 156864, + "end": 156879, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 42 } }, "object": { "type": "Identifier", - "start": 154474, - "end": 154483, + "start": 156864, + "end": 156873, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 36 }, "identifierName": "date_seed" @@ -535755,15 +536027,15 @@ }, "property": { "type": "Identifier", - "start": 154484, - "end": 154489, + "start": 156874, + "end": 156879, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 37 }, "end": { - "line": 3509, + "line": 3551, "column": 42 }, "identifierName": "split" @@ -535775,15 +536047,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154490, - "end": 154493, + "start": 156880, + "end": 156883, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 43 }, "end": { - "line": 3509, + "line": 3551, "column": 46 } }, @@ -535799,44 +536071,44 @@ }, { "type": "ExpressionStatement", - "start": 154515, - "end": 154542, + "start": 156905, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 154515, - "end": 154542, + "start": 156905, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154515, - "end": 154520, + "start": 156905, + "end": 156910, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 25 }, "identifierName": "_temp" @@ -535845,29 +536117,29 @@ }, "right": { "type": "NewExpression", - "start": 154523, - "end": 154542, + "start": 156913, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 28 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } }, "callee": { "type": "Identifier", - "start": 154527, - "end": 154531, + "start": 156917, + "end": 156921, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 32 }, "end": { - "line": 3510, + "line": 3552, "column": 36 }, "identifierName": "Date" @@ -535877,29 +536149,29 @@ "arguments": [ { "type": "SpreadElement", - "start": 154533, - "end": 154540, + "start": 156923, + "end": 156930, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 38 }, "end": { - "line": 3510, + "line": 3552, "column": 45 } }, "argument": { "type": "Identifier", - "start": 154536, - "end": 154540, + "start": 156926, + "end": 156930, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 41 }, "end": { - "line": 3510, + "line": 3552, "column": 45 }, "identifierName": "_str" @@ -535916,59 +536188,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 154566, - "end": 154635, + "start": 156956, + "end": 157025, "loc": { "start": { - "line": 3511, + "line": 3553, "column": 23 }, "end": { - "line": 3513, + "line": 3555, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154588, - "end": 154617, + "start": 156978, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 154588, - "end": 154617, + "start": 156978, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154588, - "end": 154593, + "start": 156978, + "end": 156983, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 25 }, "identifierName": "_temp" @@ -535977,29 +536249,29 @@ }, "right": { "type": "NewExpression", - "start": 154596, - "end": 154617, + "start": 156986, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 28 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } }, "callee": { "type": "Identifier", - "start": 154600, - "end": 154604, + "start": 156990, + "end": 156994, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 32 }, "end": { - "line": 3512, + "line": 3554, "column": 36 }, "identifierName": "Date" @@ -536009,15 +536281,15 @@ "arguments": [ { "type": "Identifier", - "start": 154606, - "end": 154615, + "start": 156996, + "end": 157005, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 38 }, "end": { - "line": 3512, + "line": 3554, "column": 47 }, "identifierName": "date_seed" @@ -536034,29 +536306,29 @@ }, { "type": "IfStatement", - "start": 154652, - "end": 155217, + "start": 157042, + "end": 157607, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 16 }, "end": { - "line": 3522, + "line": 3564, "column": 17 } }, "test": { "type": "Identifier", - "start": 154657, - "end": 154673, + "start": 157047, + "end": 157063, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 21 }, "end": { - "line": 3514, + "line": 3556, "column": 37 }, "identifierName": "is_toLocalString" @@ -536065,73 +536337,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 154676, - "end": 155055, + "start": 157066, + "end": 157445, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 40 }, "end": { - "line": 3519, + "line": 3561, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 154698, - "end": 154768, + "start": 157088, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "expression": { "type": "AssignmentExpression", - "start": 154698, - "end": 154768, + "start": 157088, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 154698, - "end": 154710, + "start": 157088, + "end": 157100, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 32 } }, "object": { "type": "Identifier", - "start": 154698, - "end": 154706, + "start": 157088, + "end": 157096, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 28 }, "identifierName": "_options" @@ -536140,15 +536412,15 @@ }, "property": { "type": "Identifier", - "start": 154707, - "end": 154710, + "start": 157097, + "end": 157100, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 29 }, "end": { - "line": 3515, + "line": 3557, "column": 32 }, "identifierName": "day" @@ -536159,57 +536431,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 154713, - "end": 154768, + "start": 157103, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, "test": { "type": "CallExpression", - "start": 154713, - "end": 154742, + "start": 157103, + "end": 157132, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 154713, - "end": 154735, + "start": 157103, + "end": 157125, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 57 } }, "object": { "type": "Identifier", - "start": 154713, - "end": 154720, + "start": 157103, + "end": 157110, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 42 }, "identifierName": "options" @@ -536218,15 +536490,15 @@ }, "property": { "type": "Identifier", - "start": 154721, - "end": 154735, + "start": 157111, + "end": 157125, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 43 }, "end": { - "line": 3515, + "line": 3557, "column": 57 }, "identifierName": "hasOwnProperty" @@ -536238,15 +536510,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154736, - "end": 154741, + "start": 157126, + "end": 157131, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 58 }, "end": { - "line": 3515, + "line": 3557, "column": 63 } }, @@ -536260,29 +536532,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 154745, - "end": 154756, + "start": 157135, + "end": 157146, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 67 }, "end": { - "line": 3515, + "line": 3557, "column": 78 } }, "object": { "type": "Identifier", - "start": 154745, - "end": 154752, + "start": 157135, + "end": 157142, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 67 }, "end": { - "line": 3515, + "line": 3557, "column": 74 }, "identifierName": "options" @@ -536291,15 +536563,15 @@ }, "property": { "type": "Identifier", - "start": 154753, - "end": 154756, + "start": 157143, + "end": 157146, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 75 }, "end": { - "line": 3515, + "line": 3557, "column": 78 }, "identifierName": "day" @@ -536310,15 +536582,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 154759, - "end": 154768, + "start": 157149, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 81 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } }, @@ -536333,44 +536605,44 @@ }, { "type": "ExpressionStatement", - "start": 154789, - "end": 154848, + "start": 157179, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "expression": { "type": "AssignmentExpression", - "start": 154789, - "end": 154848, + "start": 157179, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154789, - "end": 154796, + "start": 157179, + "end": 157186, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 27 }, "identifierName": "locales" @@ -536379,57 +536651,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 154799, - "end": 154848, + "start": 157189, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, "test": { "type": "CallExpression", - "start": 154799, - "end": 154828, + "start": 157189, + "end": 157218, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 154799, - "end": 154821, + "start": 157189, + "end": 157211, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 52 } }, "object": { "type": "Identifier", - "start": 154799, - "end": 154806, + "start": 157189, + "end": 157196, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 37 }, "identifierName": "options" @@ -536438,15 +536710,15 @@ }, "property": { "type": "Identifier", - "start": 154807, - "end": 154821, + "start": 157197, + "end": 157211, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 38 }, "end": { - "line": 3516, + "line": 3558, "column": 52 }, "identifierName": "hasOwnProperty" @@ -536458,15 +536730,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 154822, - "end": 154827, + "start": 157212, + "end": 157217, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 53 }, "end": { - "line": 3516, + "line": 3558, "column": 58 } }, @@ -536480,15 +536752,15 @@ }, "consequent": { "type": "Identifier", - "start": 154831, - "end": 154838, + "start": 157221, + "end": 157228, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 62 }, "end": { - "line": 3516, + "line": 3558, "column": 69 }, "identifierName": "locales" @@ -536497,15 +536769,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 154841, - "end": 154848, + "start": 157231, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 72 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } }, @@ -536520,44 +536792,44 @@ }, { "type": "ExpressionStatement", - "start": 154869, - "end": 154926, + "start": 157259, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 154869, - "end": 154926, + "start": 157259, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 154869, - "end": 154882, + "start": 157259, + "end": 157272, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 33 }, "identifierName": "locale_string" @@ -536566,43 +536838,43 @@ }, "right": { "type": "CallExpression", - "start": 154885, - "end": 154926, + "start": 157275, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 154885, - "end": 154905, + "start": 157275, + "end": 157295, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 56 } }, "object": { "type": "Identifier", - "start": 154885, - "end": 154890, + "start": 157275, + "end": 157280, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 41 }, "identifierName": "_temp" @@ -536611,15 +536883,15 @@ }, "property": { "type": "Identifier", - "start": 154891, - "end": 154905, + "start": 157281, + "end": 157295, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 42 }, "end": { - "line": 3517, + "line": 3559, "column": 56 }, "identifierName": "toLocaleString" @@ -536631,15 +536903,15 @@ "arguments": [ { "type": "Identifier", - "start": 154907, - "end": 154914, + "start": 157297, + "end": 157304, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 58 }, "end": { - "line": 3517, + "line": 3559, "column": 65 }, "identifierName": "locales" @@ -536648,15 +536920,15 @@ }, { "type": "Identifier", - "start": 154916, - "end": 154924, + "start": 157306, + "end": 157314, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 67 }, "end": { - "line": 3517, + "line": 3559, "column": 75 }, "identifierName": "_options" @@ -536672,15 +536944,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 154947, - "end": 155037, + "start": 157337, + "end": 157427, "loc": { "start": { - "line": 3518, + "line": 3560, "column": 20 }, "end": { - "line": 3518, + "line": 3560, "column": 110 } } @@ -536692,59 +536964,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 155061, - "end": 155217, + "start": 157451, + "end": 157607, "loc": { "start": { - "line": 3519, + "line": 3561, "column": 23 }, "end": { - "line": 3522, + "line": 3564, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 155083, - "end": 155114, + "start": 157473, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "expression": { "type": "AssignmentExpression", - "start": 155083, - "end": 155114, + "start": 157473, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155083, - "end": 155096, + "start": 157473, + "end": 157486, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 33 }, "identifierName": "locale_string" @@ -536753,43 +537025,43 @@ }, "right": { "type": "CallExpression", - "start": 155099, - "end": 155114, + "start": 157489, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 155099, - "end": 155112, + "start": 157489, + "end": 157502, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 49 } }, "object": { "type": "Identifier", - "start": 155099, - "end": 155104, + "start": 157489, + "end": 157494, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 41 }, "identifierName": "_temp" @@ -536798,15 +537070,15 @@ }, "property": { "type": "Identifier", - "start": 155105, - "end": 155112, + "start": 157495, + "end": 157502, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 42 }, "end": { - "line": 3520, + "line": 3562, "column": 49 }, "identifierName": "getDate" @@ -536824,15 +537096,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getDate()", - "start": 155135, - "end": 155199, + "start": 157525, + "end": 157589, "loc": { "start": { - "line": 3521, + "line": 3563, "column": 20 }, "end": { - "line": 3521, + "line": 3563, "column": 84 } } @@ -536845,15 +537117,15 @@ }, { "type": "BreakStatement", - "start": 155234, - "end": 155239, + "start": 157624, + "end": 157629, "loc": { "start": { - "line": 3523, + "line": 3565, "column": 16 }, "end": { - "line": 3523, + "line": 3565, "column": 21 } }, @@ -536862,43 +537134,43 @@ ], "test": { "type": "CallExpression", - "start": 154342, - "end": 154366, + "start": 156732, + "end": 156756, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 154342, - "end": 154357, + "start": 156732, + "end": 156747, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 32 } }, "object": { "type": "RegExpLiteral", - "start": 154342, - "end": 154352, + "start": 156732, + "end": 156742, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 27 } }, @@ -536910,15 +537182,15 @@ }, "property": { "type": "Identifier", - "start": 154353, - "end": 154357, + "start": 156743, + "end": 156747, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 28 }, "end": { - "line": 3507, + "line": 3549, "column": 32 }, "identifierName": "test" @@ -536930,15 +537202,15 @@ "arguments": [ { "type": "Identifier", - "start": 154359, - "end": 154364, + "start": 156749, + "end": 156754, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 34 }, "end": { - "line": 3507, + "line": 3549, "column": 39 }, "identifierName": "scale" @@ -536950,58 +537222,58 @@ }, { "type": "SwitchCase", - "start": 155252, - "end": 155283, + "start": 157642, + "end": 157673, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 12 }, "end": { - "line": 3524, + "line": 3566, "column": 43 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 155257, - "end": 155282, + "start": 157647, + "end": 157672, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 155257, - "end": 155273, + "start": 157647, + "end": 157663, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 33 } }, "object": { "type": "RegExpLiteral", - "start": 155257, - "end": 155268, + "start": 157647, + "end": 157658, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 28 } }, @@ -537013,15 +537285,15 @@ }, "property": { "type": "Identifier", - "start": 155269, - "end": 155273, + "start": 157659, + "end": 157663, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 29 }, "end": { - "line": 3524, + "line": 3566, "column": 33 }, "identifierName": "test" @@ -537033,15 +537305,15 @@ "arguments": [ { "type": "Identifier", - "start": 155275, - "end": 155280, + "start": 157665, + "end": 157670, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 35 }, "end": { - "line": 3524, + "line": 3566, "column": 40 }, "identifierName": "scale" @@ -537053,59 +537325,59 @@ }, { "type": "SwitchCase", - "start": 155296, - "end": 156167, + "start": 157686, + "end": 158557, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 12 }, "end": { - "line": 3538, + "line": 3580, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 155360, - "end": 155450, + "start": 157750, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 155360, - "end": 155450, + "start": 157750, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155360, - "end": 155365, + "start": 157750, + "end": 157755, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 21 }, "identifierName": "_temp" @@ -537114,43 +537386,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 155368, - "end": 155450, + "start": 157758, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 155368, - "end": 155397, + "start": 157758, + "end": 157787, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 155368, - "end": 155384, + "start": 157758, + "end": 157774, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 40 } }, @@ -537158,15 +537430,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 155375, - "end": 155384, + "start": 157765, + "end": 157774, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 31 }, "end": { - "line": 3526, + "line": 3568, "column": 40 }, "identifierName": "date_seed" @@ -537180,15 +537452,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 155389, - "end": 155397, + "start": 157779, + "end": 157787, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 45 }, "end": { - "line": 3526, + "line": 3568, "column": 53 } }, @@ -537201,29 +537473,29 @@ }, "consequent": { "type": "CallExpression", - "start": 155400, - "end": 155426, + "start": 157790, + "end": 157816, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 56 }, "end": { - "line": 3526, + "line": 3568, "column": 82 } }, "callee": { "type": "Identifier", - "start": 155400, - "end": 155413, + "start": 157790, + "end": 157803, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 56 }, "end": { - "line": 3526, + "line": 3568, "column": 69 }, "identifierName": "parseDatetime" @@ -537233,15 +537505,15 @@ "arguments": [ { "type": "Identifier", - "start": 155415, - "end": 155424, + "start": 157805, + "end": 157814, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 71 }, "end": { - "line": 3526, + "line": 3568, "column": 80 }, "identifierName": "date_seed" @@ -537252,29 +537524,29 @@ }, "alternate": { "type": "NewExpression", - "start": 155429, - "end": 155450, + "start": 157819, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 85 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } }, "callee": { "type": "Identifier", - "start": 155433, - "end": 155437, + "start": 157823, + "end": 157827, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 89 }, "end": { - "line": 3526, + "line": 3568, "column": 93 }, "identifierName": "Date" @@ -537284,15 +537556,15 @@ "arguments": [ { "type": "Identifier", - "start": 155439, - "end": 155448, + "start": 157829, + "end": 157838, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 95 }, "end": { - "line": 3526, + "line": 3568, "column": 104 }, "identifierName": "date_seed" @@ -537306,29 +537578,29 @@ }, { "type": "IfStatement", - "start": 155467, - "end": 156145, + "start": 157857, + "end": 158535, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 16 }, "end": { - "line": 3537, + "line": 3579, "column": 17 } }, "test": { "type": "Identifier", - "start": 155472, - "end": 155488, + "start": 157862, + "end": 157878, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 21 }, "end": { - "line": 3527, + "line": 3569, "column": 37 }, "identifierName": "is_toLocalString" @@ -537337,73 +537609,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 155491, - "end": 155981, + "start": 157881, + "end": 158371, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 40 }, "end": { - "line": 3534, + "line": 3576, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 155513, - "end": 155586, + "start": 157903, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "expression": { "type": "AssignmentExpression", - "start": 155513, - "end": 155586, + "start": 157903, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 155513, - "end": 155526, + "start": 157903, + "end": 157916, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 33 } }, "object": { "type": "Identifier", - "start": 155513, - "end": 155521, + "start": 157903, + "end": 157911, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 28 }, "identifierName": "_options" @@ -537412,15 +537684,15 @@ }, "property": { "type": "Identifier", - "start": 155522, - "end": 155526, + "start": 157912, + "end": 157916, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 29 }, "end": { - "line": 3528, + "line": 3570, "column": 33 }, "identifierName": "hour" @@ -537431,57 +537703,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 155529, - "end": 155586, + "start": 157919, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, "test": { "type": "CallExpression", - "start": 155529, - "end": 155559, + "start": 157919, + "end": 157949, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 66 } }, "callee": { "type": "MemberExpression", - "start": 155529, - "end": 155551, + "start": 157919, + "end": 157941, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 58 } }, "object": { "type": "Identifier", - "start": 155529, - "end": 155536, + "start": 157919, + "end": 157926, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 43 }, "identifierName": "options" @@ -537490,15 +537762,15 @@ }, "property": { "type": "Identifier", - "start": 155537, - "end": 155551, + "start": 157927, + "end": 157941, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 44 }, "end": { - "line": 3528, + "line": 3570, "column": 58 }, "identifierName": "hasOwnProperty" @@ -537510,15 +537782,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155552, - "end": 155558, + "start": 157942, + "end": 157948, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 59 }, "end": { - "line": 3528, + "line": 3570, "column": 65 } }, @@ -537532,29 +537804,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 155562, - "end": 155574, + "start": 157952, + "end": 157964, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 69 }, "end": { - "line": 3528, + "line": 3570, "column": 81 } }, "object": { "type": "Identifier", - "start": 155562, - "end": 155569, + "start": 157952, + "end": 157959, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 69 }, "end": { - "line": 3528, + "line": 3570, "column": 76 }, "identifierName": "options" @@ -537563,15 +537835,15 @@ }, "property": { "type": "Identifier", - "start": 155570, - "end": 155574, + "start": 157960, + "end": 157964, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 77 }, "end": { - "line": 3528, + "line": 3570, "column": 81 }, "identifierName": "hour" @@ -537582,15 +537854,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 155577, - "end": 155586, + "start": 157967, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 84 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } }, @@ -537605,57 +537877,57 @@ }, { "type": "IfStatement", - "start": 155607, - "end": 155774, + "start": 157997, + "end": 158164, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 20 }, "end": { - "line": 3531, + "line": 3573, "column": 21 } }, "test": { "type": "CallExpression", - "start": 155612, - "end": 155644, + "start": 158002, + "end": 158034, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 155612, - "end": 155634, + "start": 158002, + "end": 158024, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 47 } }, "object": { "type": "Identifier", - "start": 155612, - "end": 155619, + "start": 158002, + "end": 158009, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 32 }, "identifierName": "options" @@ -537664,15 +537936,15 @@ }, "property": { "type": "Identifier", - "start": 155620, - "end": 155634, + "start": 158010, + "end": 158024, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 33 }, "end": { - "line": 3529, + "line": 3571, "column": 47 }, "identifierName": "hasOwnProperty" @@ -537684,15 +537956,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155635, - "end": 155643, + "start": 158025, + "end": 158033, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 48 }, "end": { - "line": 3529, + "line": 3571, "column": 56 } }, @@ -537706,73 +537978,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 155647, - "end": 155774, + "start": 158037, + "end": 158164, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 60 }, "end": { - "line": 3531, + "line": 3573, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 155673, - "end": 155752, + "start": 158063, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 155673, - "end": 155752, + "start": 158063, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 155673, - "end": 155688, + "start": 158063, + "end": 158078, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 39 } }, "object": { "type": "Identifier", - "start": 155673, - "end": 155681, + "start": 158063, + "end": 158071, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 32 }, "identifierName": "_options" @@ -537781,15 +538053,15 @@ }, "property": { "type": "Identifier", - "start": 155682, - "end": 155688, + "start": 158072, + "end": 158078, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 33 }, "end": { - "line": 3530, + "line": 3572, "column": 39 }, "identifierName": "minute" @@ -537800,57 +538072,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 155691, - "end": 155752, + "start": 158081, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, "test": { "type": "CallExpression", - "start": 155691, - "end": 155723, + "start": 158081, + "end": 158113, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 155691, - "end": 155713, + "start": 158081, + "end": 158103, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 64 } }, "object": { "type": "Identifier", - "start": 155691, - "end": 155698, + "start": 158081, + "end": 158088, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 49 }, "identifierName": "options" @@ -537859,15 +538131,15 @@ }, "property": { "type": "Identifier", - "start": 155699, - "end": 155713, + "start": 158089, + "end": 158103, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 50 }, "end": { - "line": 3530, + "line": 3572, "column": 64 }, "identifierName": "hasOwnProperty" @@ -537879,15 +538151,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 155714, - "end": 155722, + "start": 158104, + "end": 158112, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 65 }, "end": { - "line": 3530, + "line": 3572, "column": 73 } }, @@ -537901,29 +538173,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 155726, - "end": 155740, + "start": 158116, + "end": 158130, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 77 }, "end": { - "line": 3530, + "line": 3572, "column": 91 } }, "object": { "type": "Identifier", - "start": 155726, - "end": 155733, + "start": 158116, + "end": 158123, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 77 }, "end": { - "line": 3530, + "line": 3572, "column": 84 }, "identifierName": "options" @@ -537932,15 +538204,15 @@ }, "property": { "type": "Identifier", - "start": 155734, - "end": 155740, + "start": 158124, + "end": 158130, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 85 }, "end": { - "line": 3530, + "line": 3572, "column": 91 }, "identifierName": "minute" @@ -537951,15 +538223,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 155743, - "end": 155752, + "start": 158133, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 94 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } }, @@ -537979,44 +538251,44 @@ }, { "type": "ExpressionStatement", - "start": 155795, - "end": 155852, + "start": 158185, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 155795, - "end": 155852, + "start": 158185, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 155795, - "end": 155808, + "start": 158185, + "end": 158198, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 33 }, "identifierName": "locale_string" @@ -538025,43 +538297,43 @@ }, "right": { "type": "CallExpression", - "start": 155811, - "end": 155852, + "start": 158201, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 155811, - "end": 155831, + "start": 158201, + "end": 158221, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 56 } }, "object": { "type": "Identifier", - "start": 155811, - "end": 155816, + "start": 158201, + "end": 158206, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 41 }, "identifierName": "_temp" @@ -538070,15 +538342,15 @@ }, "property": { "type": "Identifier", - "start": 155817, - "end": 155831, + "start": 158207, + "end": 158221, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 42 }, "end": { - "line": 3532, + "line": 3574, "column": 56 }, "identifierName": "toLocaleString" @@ -538090,15 +538362,15 @@ "arguments": [ { "type": "Identifier", - "start": 155833, - "end": 155840, + "start": 158223, + "end": 158230, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 58 }, "end": { - "line": 3532, + "line": 3574, "column": 65 }, "identifierName": "locales" @@ -538107,15 +538379,15 @@ }, { "type": "Identifier", - "start": 155842, - "end": 155850, + "start": 158232, + "end": 158240, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 67 }, "end": { - "line": 3532, + "line": 3574, "column": 75 }, "identifierName": "_options" @@ -538131,15 +538403,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 155873, - "end": 155963, + "start": 158263, + "end": 158353, "loc": { "start": { - "line": 3533, + "line": 3575, "column": 20 }, "end": { - "line": 3533, + "line": 3575, "column": 110 } } @@ -538151,59 +538423,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 155987, - "end": 156145, + "start": 158377, + "end": 158535, "loc": { "start": { - "line": 3534, + "line": 3576, "column": 23 }, "end": { - "line": 3537, + "line": 3579, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156009, - "end": 156041, + "start": 158399, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 156009, - "end": 156041, + "start": 158399, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156009, - "end": 156022, + "start": 158399, + "end": 158412, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 33 }, "identifierName": "locale_string" @@ -538212,43 +538484,43 @@ }, "right": { "type": "CallExpression", - "start": 156025, - "end": 156041, + "start": 158415, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 156025, - "end": 156039, + "start": 158415, + "end": 158429, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 50 } }, "object": { "type": "Identifier", - "start": 156025, - "end": 156030, + "start": 158415, + "end": 158420, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 41 }, "identifierName": "_temp" @@ -538257,15 +538529,15 @@ }, "property": { "type": "Identifier", - "start": 156031, - "end": 156039, + "start": 158421, + "end": 158429, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 42 }, "end": { - "line": 3535, + "line": 3577, "column": 50 }, "identifierName": "getHours" @@ -538283,15 +538555,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getHours()", - "start": 156062, - "end": 156127, + "start": 158452, + "end": 158517, "loc": { "start": { - "line": 3536, + "line": 3578, "column": 20 }, "end": { - "line": 3536, + "line": 3578, "column": 85 } } @@ -538304,15 +538576,15 @@ }, { "type": "BreakStatement", - "start": 156162, - "end": 156167, + "start": 158552, + "end": 158557, "loc": { "start": { - "line": 3538, + "line": 3580, "column": 16 }, "end": { - "line": 3538, + "line": 3580, "column": 21 } }, @@ -538321,43 +538593,43 @@ ], "test": { "type": "CallExpression", - "start": 155301, - "end": 155342, + "start": 157691, + "end": 157732, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 155301, - "end": 155333, + "start": 157691, + "end": 157723, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 49 } }, "object": { "type": "RegExpLiteral", - "start": 155301, - "end": 155328, + "start": 157691, + "end": 157718, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 44 } }, @@ -538369,15 +538641,15 @@ }, "property": { "type": "Identifier", - "start": 155329, - "end": 155333, + "start": 157719, + "end": 157723, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 45 }, "end": { - "line": 3525, + "line": 3567, "column": 49 }, "identifierName": "test" @@ -538389,15 +538661,15 @@ "arguments": [ { "type": "Identifier", - "start": 155335, - "end": 155340, + "start": 157725, + "end": 157730, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 51 }, "end": { - "line": 3525, + "line": 3567, "column": 56 }, "identifierName": "scale" @@ -538409,59 +538681,59 @@ }, { "type": "SwitchCase", - "start": 156180, - "end": 157041, + "start": 158570, + "end": 159431, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 12 }, "end": { - "line": 3552, + "line": 3594, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 156230, - "end": 156320, + "start": 158620, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 156230, - "end": 156320, + "start": 158620, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156230, - "end": 156235, + "start": 158620, + "end": 158625, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 21 }, "identifierName": "_temp" @@ -538470,43 +538742,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 156238, - "end": 156320, + "start": 158628, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 156238, - "end": 156267, + "start": 158628, + "end": 158657, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 156238, - "end": 156254, + "start": 158628, + "end": 158644, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 40 } }, @@ -538514,15 +538786,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 156245, - "end": 156254, + "start": 158635, + "end": 158644, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 31 }, "end": { - "line": 3540, + "line": 3582, "column": 40 }, "identifierName": "date_seed" @@ -538536,15 +538808,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 156259, - "end": 156267, + "start": 158649, + "end": 158657, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 45 }, "end": { - "line": 3540, + "line": 3582, "column": 53 } }, @@ -538557,29 +538829,29 @@ }, "consequent": { "type": "CallExpression", - "start": 156270, - "end": 156296, + "start": 158660, + "end": 158686, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 56 }, "end": { - "line": 3540, + "line": 3582, "column": 82 } }, "callee": { "type": "Identifier", - "start": 156270, - "end": 156283, + "start": 158660, + "end": 158673, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 56 }, "end": { - "line": 3540, + "line": 3582, "column": 69 }, "identifierName": "parseDatetime" @@ -538589,15 +538861,15 @@ "arguments": [ { "type": "Identifier", - "start": 156285, - "end": 156294, + "start": 158675, + "end": 158684, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 71 }, "end": { - "line": 3540, + "line": 3582, "column": 80 }, "identifierName": "date_seed" @@ -538608,29 +538880,29 @@ }, "alternate": { "type": "NewExpression", - "start": 156299, - "end": 156320, + "start": 158689, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 85 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } }, "callee": { "type": "Identifier", - "start": 156303, - "end": 156307, + "start": 158693, + "end": 158697, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 89 }, "end": { - "line": 3540, + "line": 3582, "column": 93 }, "identifierName": "Date" @@ -538640,15 +538912,15 @@ "arguments": [ { "type": "Identifier", - "start": 156309, - "end": 156318, + "start": 158699, + "end": 158708, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 95 }, "end": { - "line": 3540, + "line": 3582, "column": 104 }, "identifierName": "date_seed" @@ -538662,29 +538934,29 @@ }, { "type": "IfStatement", - "start": 156337, - "end": 157019, + "start": 158727, + "end": 159409, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 16 }, "end": { - "line": 3551, + "line": 3593, "column": 17 } }, "test": { "type": "Identifier", - "start": 156342, - "end": 156358, + "start": 158732, + "end": 158748, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 21 }, "end": { - "line": 3541, + "line": 3583, "column": 37 }, "identifierName": "is_toLocalString" @@ -538693,73 +538965,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 156361, - "end": 156851, + "start": 158751, + "end": 159241, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 40 }, "end": { - "line": 3548, + "line": 3590, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156383, - "end": 156462, + "start": 158773, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 156383, - "end": 156462, + "start": 158773, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 156383, - "end": 156398, + "start": 158773, + "end": 158788, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 35 } }, "object": { "type": "Identifier", - "start": 156383, - "end": 156391, + "start": 158773, + "end": 158781, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 28 }, "identifierName": "_options" @@ -538768,15 +539040,15 @@ }, "property": { "type": "Identifier", - "start": 156392, - "end": 156398, + "start": 158782, + "end": 158788, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 29 }, "end": { - "line": 3542, + "line": 3584, "column": 35 }, "identifierName": "minute" @@ -538787,57 +539059,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 156401, - "end": 156462, + "start": 158791, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, "test": { "type": "CallExpression", - "start": 156401, - "end": 156433, + "start": 158791, + "end": 158823, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 156401, - "end": 156423, + "start": 158791, + "end": 158813, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 60 } }, "object": { "type": "Identifier", - "start": 156401, - "end": 156408, + "start": 158791, + "end": 158798, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 45 }, "identifierName": "options" @@ -538846,15 +539118,15 @@ }, "property": { "type": "Identifier", - "start": 156409, - "end": 156423, + "start": 158799, + "end": 158813, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 46 }, "end": { - "line": 3542, + "line": 3584, "column": 60 }, "identifierName": "hasOwnProperty" @@ -538866,15 +539138,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156424, - "end": 156432, + "start": 158814, + "end": 158822, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 61 }, "end": { - "line": 3542, + "line": 3584, "column": 69 } }, @@ -538888,29 +539160,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 156436, - "end": 156450, + "start": 158826, + "end": 158840, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 73 }, "end": { - "line": 3542, + "line": 3584, "column": 87 } }, "object": { "type": "Identifier", - "start": 156436, - "end": 156443, + "start": 158826, + "end": 158833, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 73 }, "end": { - "line": 3542, + "line": 3584, "column": 80 }, "identifierName": "options" @@ -538919,15 +539191,15 @@ }, "property": { "type": "Identifier", - "start": 156444, - "end": 156450, + "start": 158834, + "end": 158840, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 81 }, "end": { - "line": 3542, + "line": 3584, "column": 87 }, "identifierName": "minute" @@ -538938,15 +539210,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 156453, - "end": 156462, + "start": 158843, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 90 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } }, @@ -538961,57 +539233,57 @@ }, { "type": "IfStatement", - "start": 156483, - "end": 156644, + "start": 158873, + "end": 159034, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 20 }, "end": { - "line": 3545, + "line": 3587, "column": 21 } }, "test": { "type": "CallExpression", - "start": 156488, - "end": 156518, + "start": 158878, + "end": 158908, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 156488, - "end": 156510, + "start": 158878, + "end": 158900, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 47 } }, "object": { "type": "Identifier", - "start": 156488, - "end": 156495, + "start": 158878, + "end": 158885, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 32 }, "identifierName": "options" @@ -539020,15 +539292,15 @@ }, "property": { "type": "Identifier", - "start": 156496, - "end": 156510, + "start": 158886, + "end": 158900, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 33 }, "end": { - "line": 3543, + "line": 3585, "column": 47 }, "identifierName": "hasOwnProperty" @@ -539040,15 +539312,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156511, - "end": 156517, + "start": 158901, + "end": 158907, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 48 }, "end": { - "line": 3543, + "line": 3585, "column": 54 } }, @@ -539062,73 +539334,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 156521, - "end": 156644, + "start": 158911, + "end": 159034, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 58 }, "end": { - "line": 3545, + "line": 3587, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 156547, - "end": 156622, + "start": 158937, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 156547, - "end": 156622, + "start": 158937, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 156547, - "end": 156560, + "start": 158937, + "end": 158950, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 37 } }, "object": { "type": "Identifier", - "start": 156547, - "end": 156555, + "start": 158937, + "end": 158945, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 32 }, "identifierName": "_options" @@ -539137,15 +539409,15 @@ }, "property": { "type": "Identifier", - "start": 156556, - "end": 156560, + "start": 158946, + "end": 158950, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 33 }, "end": { - "line": 3544, + "line": 3586, "column": 37 }, "identifierName": "hour" @@ -539156,57 +539428,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 156565, - "end": 156622, + "start": 158955, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, "test": { "type": "CallExpression", - "start": 156565, - "end": 156595, + "start": 158955, + "end": 158985, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 156565, - "end": 156587, + "start": 158955, + "end": 158977, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 64 } }, "object": { "type": "Identifier", - "start": 156565, - "end": 156572, + "start": 158955, + "end": 158962, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 49 }, "identifierName": "options" @@ -539215,15 +539487,15 @@ }, "property": { "type": "Identifier", - "start": 156573, - "end": 156587, + "start": 158963, + "end": 158977, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 50 }, "end": { - "line": 3544, + "line": 3586, "column": 64 }, "identifierName": "hasOwnProperty" @@ -539235,15 +539507,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 156588, - "end": 156594, + "start": 158978, + "end": 158984, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 65 }, "end": { - "line": 3544, + "line": 3586, "column": 71 } }, @@ -539257,29 +539529,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 156598, - "end": 156610, + "start": 158988, + "end": 159000, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 75 }, "end": { - "line": 3544, + "line": 3586, "column": 87 } }, "object": { "type": "Identifier", - "start": 156598, - "end": 156605, + "start": 158988, + "end": 158995, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 75 }, "end": { - "line": 3544, + "line": 3586, "column": 82 }, "identifierName": "options" @@ -539288,15 +539560,15 @@ }, "property": { "type": "Identifier", - "start": 156606, - "end": 156610, + "start": 158996, + "end": 159000, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 83 }, "end": { - "line": 3544, + "line": 3586, "column": 87 }, "identifierName": "hour" @@ -539307,15 +539579,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 156613, - "end": 156622, + "start": 159003, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 90 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } }, @@ -539335,44 +539607,44 @@ }, { "type": "ExpressionStatement", - "start": 156665, - "end": 156722, + "start": 159055, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 156665, - "end": 156722, + "start": 159055, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156665, - "end": 156678, + "start": 159055, + "end": 159068, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 33 }, "identifierName": "locale_string" @@ -539381,43 +539653,43 @@ }, "right": { "type": "CallExpression", - "start": 156681, - "end": 156722, + "start": 159071, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 156681, - "end": 156701, + "start": 159071, + "end": 159091, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 56 } }, "object": { "type": "Identifier", - "start": 156681, - "end": 156686, + "start": 159071, + "end": 159076, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 41 }, "identifierName": "_temp" @@ -539426,15 +539698,15 @@ }, "property": { "type": "Identifier", - "start": 156687, - "end": 156701, + "start": 159077, + "end": 159091, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 42 }, "end": { - "line": 3546, + "line": 3588, "column": 56 }, "identifierName": "toLocaleString" @@ -539446,15 +539718,15 @@ "arguments": [ { "type": "Identifier", - "start": 156703, - "end": 156710, + "start": 159093, + "end": 159100, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 58 }, "end": { - "line": 3546, + "line": 3588, "column": 65 }, "identifierName": "locales" @@ -539463,15 +539735,15 @@ }, { "type": "Identifier", - "start": 156712, - "end": 156720, + "start": 159102, + "end": 159110, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 67 }, "end": { - "line": 3546, + "line": 3588, "column": 75 }, "identifierName": "_options" @@ -539487,15 +539759,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 156743, - "end": 156833, + "start": 159133, + "end": 159223, "loc": { "start": { - "line": 3547, + "line": 3589, "column": 20 }, "end": { - "line": 3547, + "line": 3589, "column": 110 } } @@ -539507,59 +539779,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 156857, - "end": 157019, + "start": 159247, + "end": 159409, "loc": { "start": { - "line": 3548, + "line": 3590, "column": 23 }, "end": { - "line": 3551, + "line": 3593, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 156879, - "end": 156913, + "start": 159269, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 156879, - "end": 156913, + "start": 159269, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 156879, - "end": 156892, + "start": 159269, + "end": 159282, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 33 }, "identifierName": "locale_string" @@ -539568,43 +539840,43 @@ }, "right": { "type": "CallExpression", - "start": 156895, - "end": 156913, + "start": 159285, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 156895, - "end": 156911, + "start": 159285, + "end": 159301, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 52 } }, "object": { "type": "Identifier", - "start": 156895, - "end": 156900, + "start": 159285, + "end": 159290, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 41 }, "identifierName": "_temp" @@ -539613,15 +539885,15 @@ }, "property": { "type": "Identifier", - "start": 156901, - "end": 156911, + "start": 159291, + "end": 159301, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 42 }, "end": { - "line": 3549, + "line": 3591, "column": 52 }, "identifierName": "getMinutes" @@ -539639,15 +539911,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getMinutes()", - "start": 156934, - "end": 157001, + "start": 159324, + "end": 159391, "loc": { "start": { - "line": 3550, + "line": 3592, "column": 20 }, "end": { - "line": 3550, + "line": 3592, "column": 87 } } @@ -539660,15 +539932,15 @@ }, { "type": "BreakStatement", - "start": 157036, - "end": 157041, + "start": 159426, + "end": 159431, "loc": { "start": { - "line": 3552, + "line": 3594, "column": 16 }, "end": { - "line": 3552, + "line": 3594, "column": 21 } }, @@ -539677,43 +539949,43 @@ ], "test": { "type": "CallExpression", - "start": 156185, - "end": 156212, + "start": 158575, + "end": 158602, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 156185, - "end": 156203, + "start": 158575, + "end": 158593, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 156185, - "end": 156198, + "start": 158575, + "end": 158588, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 30 } }, @@ -539725,15 +539997,15 @@ }, "property": { "type": "Identifier", - "start": 156199, - "end": 156203, + "start": 158589, + "end": 158593, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 31 }, "end": { - "line": 3539, + "line": 3581, "column": 35 }, "identifierName": "test" @@ -539745,15 +540017,15 @@ "arguments": [ { "type": "Identifier", - "start": 156205, - "end": 156210, + "start": 158595, + "end": 158600, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 37 }, "end": { - "line": 3539, + "line": 3581, "column": 42 }, "identifierName": "scale" @@ -539765,59 +540037,59 @@ }, { "type": "SwitchCase", - "start": 157054, - "end": 158103, + "start": 159444, + "end": 160493, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 12 }, "end": { - "line": 3569, + "line": 3611, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 157104, - "end": 157194, + "start": 159494, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 157104, - "end": 157194, + "start": 159494, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157104, - "end": 157109, + "start": 159494, + "end": 159499, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 21 }, "identifierName": "_temp" @@ -539826,43 +540098,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 157112, - "end": 157194, + "start": 159502, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 157112, - "end": 157141, + "start": 159502, + "end": 159531, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 157112, - "end": 157128, + "start": 159502, + "end": 159518, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 40 } }, @@ -539870,15 +540142,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 157119, - "end": 157128, + "start": 159509, + "end": 159518, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 31 }, "end": { - "line": 3554, + "line": 3596, "column": 40 }, "identifierName": "date_seed" @@ -539892,15 +540164,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 157133, - "end": 157141, + "start": 159523, + "end": 159531, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 45 }, "end": { - "line": 3554, + "line": 3596, "column": 53 } }, @@ -539913,29 +540185,29 @@ }, "consequent": { "type": "CallExpression", - "start": 157144, - "end": 157170, + "start": 159534, + "end": 159560, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 56 }, "end": { - "line": 3554, + "line": 3596, "column": 82 } }, "callee": { "type": "Identifier", - "start": 157144, - "end": 157157, + "start": 159534, + "end": 159547, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 56 }, "end": { - "line": 3554, + "line": 3596, "column": 69 }, "identifierName": "parseDatetime" @@ -539945,15 +540217,15 @@ "arguments": [ { "type": "Identifier", - "start": 157159, - "end": 157168, + "start": 159549, + "end": 159558, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 71 }, "end": { - "line": 3554, + "line": 3596, "column": 80 }, "identifierName": "date_seed" @@ -539964,29 +540236,29 @@ }, "alternate": { "type": "NewExpression", - "start": 157173, - "end": 157194, + "start": 159563, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 85 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } }, "callee": { "type": "Identifier", - "start": 157177, - "end": 157181, + "start": 159567, + "end": 159571, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 89 }, "end": { - "line": 3554, + "line": 3596, "column": 93 }, "identifierName": "Date" @@ -539996,15 +540268,15 @@ "arguments": [ { "type": "Identifier", - "start": 157183, - "end": 157192, + "start": 159573, + "end": 159582, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 95 }, "end": { - "line": 3554, + "line": 3596, "column": 104 }, "identifierName": "date_seed" @@ -540018,29 +540290,29 @@ }, { "type": "IfStatement", - "start": 157211, - "end": 158081, + "start": 159601, + "end": 160471, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 16 }, "end": { - "line": 3568, + "line": 3610, "column": 17 } }, "test": { "type": "Identifier", - "start": 157216, - "end": 157232, + "start": 159606, + "end": 159622, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 21 }, "end": { - "line": 3555, + "line": 3597, "column": 37 }, "identifierName": "is_toLocalString" @@ -540049,73 +540321,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157235, - "end": 157913, + "start": 159625, + "end": 160303, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 40 }, "end": { - "line": 3565, + "line": 3607, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 157257, - "end": 157336, + "start": 159647, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 157257, - "end": 157336, + "start": 159647, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157257, - "end": 157272, + "start": 159647, + "end": 159662, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 35 } }, "object": { "type": "Identifier", - "start": 157257, - "end": 157265, + "start": 159647, + "end": 159655, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 28 }, "identifierName": "_options" @@ -540124,15 +540396,15 @@ }, "property": { "type": "Identifier", - "start": 157266, - "end": 157272, + "start": 159656, + "end": 159662, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 29 }, "end": { - "line": 3556, + "line": 3598, "column": 35 }, "identifierName": "second" @@ -540143,57 +540415,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157275, - "end": 157336, + "start": 159665, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, "test": { "type": "CallExpression", - "start": 157275, - "end": 157307, + "start": 159665, + "end": 159697, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 157275, - "end": 157297, + "start": 159665, + "end": 159687, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 60 } }, "object": { "type": "Identifier", - "start": 157275, - "end": 157282, + "start": 159665, + "end": 159672, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 45 }, "identifierName": "options" @@ -540202,15 +540474,15 @@ }, "property": { "type": "Identifier", - "start": 157283, - "end": 157297, + "start": 159673, + "end": 159687, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 46 }, "end": { - "line": 3556, + "line": 3598, "column": 60 }, "identifierName": "hasOwnProperty" @@ -540222,15 +540494,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157298, - "end": 157306, + "start": 159688, + "end": 159696, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 61 }, "end": { - "line": 3556, + "line": 3598, "column": 69 } }, @@ -540244,29 +540516,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157310, - "end": 157324, + "start": 159700, + "end": 159714, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 73 }, "end": { - "line": 3556, + "line": 3598, "column": 87 } }, "object": { "type": "Identifier", - "start": 157310, - "end": 157317, + "start": 159700, + "end": 159707, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 73 }, "end": { - "line": 3556, + "line": 3598, "column": 80 }, "identifierName": "options" @@ -540275,15 +540547,15 @@ }, "property": { "type": "Identifier", - "start": 157318, - "end": 157324, + "start": 159708, + "end": 159714, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 81 }, "end": { - "line": 3556, + "line": 3598, "column": 87 }, "identifierName": "second" @@ -540294,15 +540566,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157327, - "end": 157336, + "start": 159717, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 90 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } }, @@ -540317,57 +540589,57 @@ }, { "type": "IfStatement", - "start": 157357, - "end": 157518, + "start": 159747, + "end": 159908, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 20 }, "end": { - "line": 3559, + "line": 3601, "column": 21 } }, "test": { "type": "CallExpression", - "start": 157362, - "end": 157392, + "start": 159752, + "end": 159782, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 157362, - "end": 157384, + "start": 159752, + "end": 159774, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 47 } }, "object": { "type": "Identifier", - "start": 157362, - "end": 157369, + "start": 159752, + "end": 159759, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 32 }, "identifierName": "options" @@ -540376,15 +540648,15 @@ }, "property": { "type": "Identifier", - "start": 157370, - "end": 157384, + "start": 159760, + "end": 159774, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 33 }, "end": { - "line": 3557, + "line": 3599, "column": 47 }, "identifierName": "hasOwnProperty" @@ -540396,15 +540668,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157385, - "end": 157391, + "start": 159775, + "end": 159781, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 48 }, "end": { - "line": 3557, + "line": 3599, "column": 54 } }, @@ -540418,73 +540690,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157395, - "end": 157518, + "start": 159785, + "end": 159908, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 58 }, "end": { - "line": 3559, + "line": 3601, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 157421, - "end": 157496, + "start": 159811, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "expression": { "type": "AssignmentExpression", - "start": 157421, - "end": 157496, + "start": 159811, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157421, - "end": 157434, + "start": 159811, + "end": 159824, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 37 } }, "object": { "type": "Identifier", - "start": 157421, - "end": 157429, + "start": 159811, + "end": 159819, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 32 }, "identifierName": "_options" @@ -540493,15 +540765,15 @@ }, "property": { "type": "Identifier", - "start": 157430, - "end": 157434, + "start": 159820, + "end": 159824, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 33 }, "end": { - "line": 3558, + "line": 3600, "column": 37 }, "identifierName": "hour" @@ -540512,57 +540784,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157439, - "end": 157496, + "start": 159829, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, "test": { "type": "CallExpression", - "start": 157439, - "end": 157469, + "start": 159829, + "end": 159859, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 157439, - "end": 157461, + "start": 159829, + "end": 159851, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 64 } }, "object": { "type": "Identifier", - "start": 157439, - "end": 157446, + "start": 159829, + "end": 159836, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 49 }, "identifierName": "options" @@ -540571,15 +540843,15 @@ }, "property": { "type": "Identifier", - "start": 157447, - "end": 157461, + "start": 159837, + "end": 159851, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 50 }, "end": { - "line": 3558, + "line": 3600, "column": 64 }, "identifierName": "hasOwnProperty" @@ -540591,15 +540863,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157462, - "end": 157468, + "start": 159852, + "end": 159858, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 65 }, "end": { - "line": 3558, + "line": 3600, "column": 71 } }, @@ -540613,29 +540885,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157472, - "end": 157484, + "start": 159862, + "end": 159874, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 75 }, "end": { - "line": 3558, + "line": 3600, "column": 87 } }, "object": { "type": "Identifier", - "start": 157472, - "end": 157479, + "start": 159862, + "end": 159869, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 75 }, "end": { - "line": 3558, + "line": 3600, "column": 82 }, "identifierName": "options" @@ -540644,15 +540916,15 @@ }, "property": { "type": "Identifier", - "start": 157480, - "end": 157484, + "start": 159870, + "end": 159874, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 83 }, "end": { - "line": 3558, + "line": 3600, "column": 87 }, "identifierName": "hour" @@ -540663,15 +540935,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157487, - "end": 157496, + "start": 159877, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 90 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } }, @@ -540691,57 +540963,57 @@ }, { "type": "IfStatement", - "start": 157539, - "end": 157706, + "start": 159929, + "end": 160096, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 20 }, "end": { - "line": 3562, + "line": 3604, "column": 21 } }, "test": { "type": "CallExpression", - "start": 157544, - "end": 157576, + "start": 159934, + "end": 159966, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 157544, - "end": 157566, + "start": 159934, + "end": 159956, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 47 } }, "object": { "type": "Identifier", - "start": 157544, - "end": 157551, + "start": 159934, + "end": 159941, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 32 }, "identifierName": "options" @@ -540750,15 +541022,15 @@ }, "property": { "type": "Identifier", - "start": 157552, - "end": 157566, + "start": 159942, + "end": 159956, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 33 }, "end": { - "line": 3560, + "line": 3602, "column": 47 }, "identifierName": "hasOwnProperty" @@ -540770,15 +541042,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157567, - "end": 157575, + "start": 159957, + "end": 159965, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 48 }, "end": { - "line": 3560, + "line": 3602, "column": 56 } }, @@ -540792,73 +541064,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 157579, - "end": 157706, + "start": 159969, + "end": 160096, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 60 }, "end": { - "line": 3562, + "line": 3604, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 157605, - "end": 157684, + "start": 159995, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "expression": { "type": "AssignmentExpression", - "start": 157605, - "end": 157684, + "start": 159995, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 157605, - "end": 157620, + "start": 159995, + "end": 160010, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 39 } }, "object": { "type": "Identifier", - "start": 157605, - "end": 157613, + "start": 159995, + "end": 160003, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 32 }, "identifierName": "_options" @@ -540867,15 +541139,15 @@ }, "property": { "type": "Identifier", - "start": 157614, - "end": 157620, + "start": 160004, + "end": 160010, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 33 }, "end": { - "line": 3561, + "line": 3603, "column": 39 }, "identifierName": "minute" @@ -540886,57 +541158,57 @@ }, "right": { "type": "ConditionalExpression", - "start": 157623, - "end": 157684, + "start": 160013, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, "test": { "type": "CallExpression", - "start": 157623, - "end": 157655, + "start": 160013, + "end": 160045, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 157623, - "end": 157645, + "start": 160013, + "end": 160035, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 64 } }, "object": { "type": "Identifier", - "start": 157623, - "end": 157630, + "start": 160013, + "end": 160020, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 49 }, "identifierName": "options" @@ -540945,15 +541217,15 @@ }, "property": { "type": "Identifier", - "start": 157631, - "end": 157645, + "start": 160021, + "end": 160035, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 50 }, "end": { - "line": 3561, + "line": 3603, "column": 64 }, "identifierName": "hasOwnProperty" @@ -540965,15 +541237,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 157646, - "end": 157654, + "start": 160036, + "end": 160044, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 65 }, "end": { - "line": 3561, + "line": 3603, "column": 73 } }, @@ -540987,29 +541259,29 @@ }, "consequent": { "type": "MemberExpression", - "start": 157658, - "end": 157672, + "start": 160048, + "end": 160062, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 77 }, "end": { - "line": 3561, + "line": 3603, "column": 91 } }, "object": { "type": "Identifier", - "start": 157658, - "end": 157665, + "start": 160048, + "end": 160055, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 77 }, "end": { - "line": 3561, + "line": 3603, "column": 84 }, "identifierName": "options" @@ -541018,15 +541290,15 @@ }, "property": { "type": "Identifier", - "start": 157666, - "end": 157672, + "start": 160056, + "end": 160062, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 85 }, "end": { - "line": 3561, + "line": 3603, "column": 91 }, "identifierName": "minute" @@ -541037,15 +541309,15 @@ }, "alternate": { "type": "StringLiteral", - "start": 157675, - "end": 157684, + "start": 160065, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 94 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } }, @@ -541065,44 +541337,44 @@ }, { "type": "ExpressionStatement", - "start": 157727, - "end": 157784, + "start": 160117, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 157727, - "end": 157784, + "start": 160117, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157727, - "end": 157740, + "start": 160117, + "end": 160130, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 33 }, "identifierName": "locale_string" @@ -541111,43 +541383,43 @@ }, "right": { "type": "CallExpression", - "start": 157743, - "end": 157784, + "start": 160133, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 157743, - "end": 157763, + "start": 160133, + "end": 160153, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 56 } }, "object": { "type": "Identifier", - "start": 157743, - "end": 157748, + "start": 160133, + "end": 160138, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 41 }, "identifierName": "_temp" @@ -541156,15 +541428,15 @@ }, "property": { "type": "Identifier", - "start": 157749, - "end": 157763, + "start": 160139, + "end": 160153, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 42 }, "end": { - "line": 3563, + "line": 3605, "column": 56 }, "identifierName": "toLocaleString" @@ -541176,15 +541448,15 @@ "arguments": [ { "type": "Identifier", - "start": 157765, - "end": 157772, + "start": 160155, + "end": 160162, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 58 }, "end": { - "line": 3563, + "line": 3605, "column": 65 }, "identifierName": "locales" @@ -541193,15 +541465,15 @@ }, { "type": "Identifier", - "start": 157774, - "end": 157782, + "start": 160164, + "end": 160172, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 67 }, "end": { - "line": 3563, + "line": 3605, "column": 75 }, "identifierName": "_options" @@ -541217,15 +541489,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 157805, - "end": 157895, + "start": 160195, + "end": 160285, "loc": { "start": { - "line": 3564, + "line": 3606, "column": 20 }, "end": { - "line": 3564, + "line": 3606, "column": 110 } } @@ -541237,59 +541509,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 157919, - "end": 158081, + "start": 160309, + "end": 160471, "loc": { "start": { - "line": 3565, + "line": 3607, "column": 23 }, "end": { - "line": 3568, + "line": 3610, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 157941, - "end": 157975, + "start": 160331, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "expression": { "type": "AssignmentExpression", - "start": 157941, - "end": 157975, + "start": 160331, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 157941, - "end": 157954, + "start": 160331, + "end": 160344, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 33 }, "identifierName": "locale_string" @@ -541298,43 +541570,43 @@ }, "right": { "type": "CallExpression", - "start": 157957, - "end": 157975, + "start": 160347, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 157957, - "end": 157973, + "start": 160347, + "end": 160363, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 52 } }, "object": { "type": "Identifier", - "start": 157957, - "end": 157962, + "start": 160347, + "end": 160352, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 41 }, "identifierName": "_temp" @@ -541343,15 +541615,15 @@ }, "property": { "type": "Identifier", - "start": 157963, - "end": 157973, + "start": 160353, + "end": 160363, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 42 }, "end": { - "line": 3566, + "line": 3608, "column": 52 }, "identifierName": "getSeconds" @@ -541369,15 +541641,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getSeconds()", - "start": 157996, - "end": 158063, + "start": 160386, + "end": 160453, "loc": { "start": { - "line": 3567, + "line": 3609, "column": 20 }, "end": { - "line": 3567, + "line": 3609, "column": 87 } } @@ -541390,15 +541662,15 @@ }, { "type": "BreakStatement", - "start": 158098, - "end": 158103, + "start": 160488, + "end": 160493, "loc": { "start": { - "line": 3569, + "line": 3611, "column": 16 }, "end": { - "line": 3569, + "line": 3611, "column": 21 } }, @@ -541407,43 +541679,43 @@ ], "test": { "type": "CallExpression", - "start": 157059, - "end": 157086, + "start": 159449, + "end": 159476, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 157059, - "end": 157077, + "start": 159449, + "end": 159467, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 35 } }, "object": { "type": "RegExpLiteral", - "start": 157059, - "end": 157072, + "start": 159449, + "end": 159462, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 30 } }, @@ -541455,15 +541727,15 @@ }, "property": { "type": "Identifier", - "start": 157073, - "end": 157077, + "start": 159463, + "end": 159467, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 31 }, "end": { - "line": 3553, + "line": 3595, "column": 35 }, "identifierName": "test" @@ -541475,15 +541747,15 @@ "arguments": [ { "type": "Identifier", - "start": 157079, - "end": 157084, + "start": 159469, + "end": 159474, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 37 }, "end": { - "line": 3553, + "line": 3595, "column": 42 }, "identifierName": "scale" @@ -541495,58 +541767,58 @@ }, { "type": "SwitchCase", - "start": 158116, - "end": 158157, + "start": 160506, + "end": 160547, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 12 }, "end": { - "line": 3570, + "line": 3612, "column": 53 } }, "consequent": [], "test": { "type": "CallExpression", - "start": 158121, - "end": 158156, + "start": 160511, + "end": 160546, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 158121, - "end": 158147, + "start": 160511, + "end": 160537, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 43 } }, "object": { "type": "RegExpLiteral", - "start": 158121, - "end": 158142, + "start": 160511, + "end": 160532, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 38 } }, @@ -541558,15 +541830,15 @@ }, "property": { "type": "Identifier", - "start": 158143, - "end": 158147, + "start": 160533, + "end": 160537, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 39 }, "end": { - "line": 3570, + "line": 3612, "column": 43 }, "identifierName": "test" @@ -541578,15 +541850,15 @@ "arguments": [ { "type": "Identifier", - "start": 158149, - "end": 158154, + "start": 160539, + "end": 160544, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 45 }, "end": { - "line": 3570, + "line": 3612, "column": 50 }, "identifierName": "scale" @@ -541598,59 +541870,59 @@ }, { "type": "SwitchCase", - "start": 158170, - "end": 158427, + "start": 160560, + "end": 160817, "loc": { "start": { - "line": 3571, + "line": 3613, "column": 12 }, "end": { - "line": 3575, + "line": 3617, "column": 21 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 158195, - "end": 158285, + "start": 160585, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "expression": { "type": "AssignmentExpression", - "start": 158195, - "end": 158285, + "start": 160585, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158195, - "end": 158200, + "start": 160585, + "end": 160590, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 21 }, "identifierName": "_temp" @@ -541659,43 +541931,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 158203, - "end": 158285, + "start": 160593, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "test": { "type": "BinaryExpression", - "start": 158203, - "end": 158232, + "start": 160593, + "end": 160622, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 53 } }, "left": { "type": "UnaryExpression", - "start": 158203, - "end": 158219, + "start": 160593, + "end": 160609, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 40 } }, @@ -541703,15 +541975,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 158210, - "end": 158219, + "start": 160600, + "end": 160609, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 31 }, "end": { - "line": 3572, + "line": 3614, "column": 40 }, "identifierName": "date_seed" @@ -541725,15 +541997,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 158224, - "end": 158232, + "start": 160614, + "end": 160622, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 45 }, "end": { - "line": 3572, + "line": 3614, "column": 53 } }, @@ -541746,29 +542018,29 @@ }, "consequent": { "type": "CallExpression", - "start": 158235, - "end": 158261, + "start": 160625, + "end": 160651, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 56 }, "end": { - "line": 3572, + "line": 3614, "column": 82 } }, "callee": { "type": "Identifier", - "start": 158235, - "end": 158248, + "start": 160625, + "end": 160638, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 56 }, "end": { - "line": 3572, + "line": 3614, "column": 69 }, "identifierName": "parseDatetime" @@ -541778,15 +542050,15 @@ "arguments": [ { "type": "Identifier", - "start": 158250, - "end": 158259, + "start": 160640, + "end": 160649, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 71 }, "end": { - "line": 3572, + "line": 3614, "column": 80 }, "identifierName": "date_seed" @@ -541797,29 +542069,29 @@ }, "alternate": { "type": "NewExpression", - "start": 158264, - "end": 158285, + "start": 160654, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 85 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } }, "callee": { "type": "Identifier", - "start": 158268, - "end": 158272, + "start": 160658, + "end": 160662, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 89 }, "end": { - "line": 3572, + "line": 3614, "column": 93 }, "identifierName": "Date" @@ -541829,15 +542101,15 @@ "arguments": [ { "type": "Identifier", - "start": 158274, - "end": 158283, + "start": 160664, + "end": 160673, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 95 }, "end": { - "line": 3572, + "line": 3614, "column": 104 }, "identifierName": "date_seed" @@ -541851,44 +542123,44 @@ }, { "type": "ExpressionStatement", - "start": 158302, - "end": 158334, + "start": 160692, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 158302, - "end": 158334, + "start": 160692, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158302, - "end": 158315, + "start": 160692, + "end": 160705, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 29 }, "identifierName": "locale_string" @@ -541897,43 +542169,43 @@ }, "right": { "type": "CallExpression", - "start": 158318, - "end": 158334, + "start": 160708, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 158318, - "end": 158332, + "start": 160708, + "end": 160722, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 46 } }, "object": { "type": "Identifier", - "start": 158318, - "end": 158323, + "start": 160708, + "end": 160713, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 37 }, "identifierName": "_temp" @@ -541942,15 +542214,15 @@ }, "property": { "type": "Identifier", - "start": 158324, - "end": 158332, + "start": 160714, + "end": 160722, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 38 }, "end": { - "line": 3573, + "line": 3615, "column": 46 }, "identifierName": "toString" @@ -541968,15 +542240,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -541985,15 +542257,15 @@ }, { "type": "BreakStatement", - "start": 158422, - "end": 158427, + "start": 160812, + "end": 160817, "loc": { "start": { - "line": 3575, + "line": 3617, "column": 16 }, "end": { - "line": 3575, + "line": 3617, "column": 21 } }, @@ -542002,15 +542274,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -542025,15 +542297,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -542043,15 +542315,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -542060,29 +542332,29 @@ }, { "type": "ReturnStatement", - "start": 158541, - "end": 158561, + "start": 160931, + "end": 160951, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 8 }, "end": { - "line": 3578, + "line": 3620, "column": 28 } }, "argument": { "type": "Identifier", - "start": 158548, - "end": 158561, + "start": 160938, + "end": 160951, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 15 }, "end": { - "line": 3578, + "line": 3620, "column": 28 }, "identifierName": "locale_string" @@ -542094,15 +542366,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -542117,15 +542389,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -542135,15 +542407,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -542152,15 +542424,15 @@ }, { "type": "ClassMethod", - "start": 158699, - "end": 159047, + "start": 161089, + "end": 161437, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 4 }, "end": { - "line": 3595, + "line": 3637, "column": 5 } }, @@ -542168,15 +542440,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 158699, - "end": 158707, + "start": 161089, + "end": 161097, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 4 }, "end": { - "line": 3586, + "line": 3628, "column": 12 }, "identifierName": "strWidth" @@ -542192,15 +542464,15 @@ "params": [ { "type": "Identifier", - "start": 158709, - "end": 158712, + "start": 161099, + "end": 161102, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 14 }, "end": { - "line": 3586, + "line": 3628, "column": 17 }, "identifierName": "str" @@ -542210,59 +542482,59 @@ ], "body": { "type": "BlockStatement", - "start": 158715, - "end": 159047, + "start": 161105, + "end": 161437, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 20 }, "end": { - "line": 3595, + "line": 3637, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 158725, - "end": 158810, + "start": 161115, + "end": 161200, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 8 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 158729, - "end": 158782, + "start": 161119, + "end": 161172, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 12 }, "end": { - "line": 3587, + "line": 3629, "column": 65 } }, "id": { "type": "Identifier", - "start": 158729, - "end": 158739, + "start": 161119, + "end": 161129, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 12 }, "end": { - "line": 3587, + "line": 3629, "column": 22 }, "identifierName": "_str_ruler" @@ -542271,29 +542543,29 @@ }, "init": { "type": "CallExpression", - "start": 158742, - "end": 158782, + "start": 161132, + "end": 161172, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 25 }, "end": { - "line": 3587, + "line": 3629, "column": 65 } }, "callee": { "type": "Identifier", - "start": 158742, - "end": 158743, + "start": 161132, + "end": 161133, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 25 }, "end": { - "line": 3587, + "line": 3629, "column": 26 }, "identifierName": "$" @@ -542303,15 +542575,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158745, - "end": 158780, + "start": 161135, + "end": 161170, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 28 }, "end": { - "line": 3587, + "line": 3629, "column": 63 } }, @@ -542326,29 +542598,29 @@ }, { "type": "VariableDeclarator", - "start": 158796, - "end": 158810, + "start": 161186, + "end": 161200, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 12 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, "id": { "type": "Identifier", - "start": 158796, - "end": 158802, + "start": 161186, + "end": 161192, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 12 }, "end": { - "line": 3588, + "line": 3630, "column": 18 }, "identifierName": "_width" @@ -542357,15 +542629,15 @@ }, "init": { "type": "NumericLiteral", - "start": 158809, - "end": 158810, + "start": 161199, + "end": 161200, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 25 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } }, @@ -542381,71 +542653,71 @@ }, { "type": "IfStatement", - "start": 158819, - "end": 158913, + "start": 161209, + "end": 161303, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 8 }, "end": { - "line": 3591, + "line": 3633, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 158824, - "end": 158856, + "start": 161214, + "end": 161246, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 158824, - "end": 158851, + "start": 161214, + "end": 161241, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 40 } }, "object": { "type": "CallExpression", - "start": 158824, - "end": 158844, + "start": 161214, + "end": 161234, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 33 } }, "callee": { "type": "Identifier", - "start": 158824, - "end": 158825, + "start": 161214, + "end": 161215, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 14 }, "identifierName": "$" @@ -542455,15 +542727,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158826, - "end": 158843, + "start": 161216, + "end": 161233, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 15 }, "end": { - "line": 3589, + "line": 3631, "column": 32 } }, @@ -542477,15 +542749,15 @@ }, "property": { "type": "Identifier", - "start": 158845, - "end": 158851, + "start": 161235, + "end": 161241, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 34 }, "end": { - "line": 3589, + "line": 3631, "column": 40 }, "identifierName": "length" @@ -542497,15 +542769,15 @@ "operator": "==", "right": { "type": "NumericLiteral", - "start": 158855, - "end": 158856, + "start": 161245, + "end": 161246, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 44 }, "end": { - "line": 3589, + "line": 3631, "column": 45 } }, @@ -542518,86 +542790,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 158859, - "end": 158913, + "start": 161249, + "end": 161303, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 48 }, "end": { - "line": 3591, + "line": 3633, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 158873, - "end": 158903, + "start": 161263, + "end": 161293, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 158873, - "end": 158903, + "start": 161263, + "end": 161293, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 158873, - "end": 158889, + "start": 161263, + "end": 161279, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 28 } }, "object": { "type": "CallExpression", - "start": 158873, - "end": 158882, + "start": 161263, + "end": 161272, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 21 } }, "callee": { "type": "Identifier", - "start": 158873, - "end": 158874, + "start": 161263, + "end": 161264, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 13 }, "identifierName": "$" @@ -542607,15 +542879,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158875, - "end": 158881, + "start": 161265, + "end": 161271, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 14 }, "end": { - "line": 3590, + "line": 3632, "column": 20 } }, @@ -542629,15 +542901,15 @@ }, "property": { "type": "Identifier", - "start": 158883, - "end": 158889, + "start": 161273, + "end": 161279, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 22 }, "end": { - "line": 3590, + "line": 3632, "column": 28 }, "identifierName": "append" @@ -542649,15 +542921,15 @@ "arguments": [ { "type": "Identifier", - "start": 158891, - "end": 158901, + "start": 161281, + "end": 161291, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 30 }, "end": { - "line": 3590, + "line": 3632, "column": 40 }, "identifierName": "_str_ruler" @@ -542674,44 +542946,44 @@ }, { "type": "ExpressionStatement", - "start": 158922, - "end": 158982, + "start": 161312, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 158922, - "end": 158982, + "start": 161312, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "operator": "=", "left": { "type": "Identifier", - "start": 158922, - "end": 158928, + "start": 161312, + "end": 161318, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 14 }, "identifierName": "_width" @@ -542720,99 +542992,99 @@ }, "right": { "type": "MemberExpression", - "start": 158931, - "end": 158982, + "start": 161321, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158970, + "start": 161321, + "end": 161360, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 158931, - "end": 158967, + "start": 161321, + "end": 161357, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 53 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158963, + "start": 161321, + "end": 161353, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 158931, - "end": 158956, + "start": 161321, + "end": 161346, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 42 } }, "object": { "type": "CallExpression", - "start": 158931, - "end": 158951, + "start": 161321, + "end": 161341, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 37 } }, "callee": { "type": "Identifier", - "start": 158931, - "end": 158932, + "start": 161321, + "end": 161322, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 18 }, "identifierName": "$" @@ -542822,15 +543094,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158933, - "end": 158950, + "start": 161323, + "end": 161340, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 19 }, "end": { - "line": 3592, + "line": 3634, "column": 36 } }, @@ -542844,15 +543116,15 @@ }, "property": { "type": "Identifier", - "start": 158952, - "end": 158956, + "start": 161342, + "end": 161346, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 38 }, "end": { - "line": 3592, + "line": 3634, "column": 42 }, "identifierName": "text" @@ -542864,15 +543136,15 @@ "arguments": [ { "type": "Identifier", - "start": 158958, - "end": 158961, + "start": 161348, + "end": 161351, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 44 }, "end": { - "line": 3592, + "line": 3634, "column": 47 }, "identifierName": "str" @@ -542883,15 +543155,15 @@ }, "property": { "type": "Identifier", - "start": 158964, - "end": 158967, + "start": 161354, + "end": 161357, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 50 }, "end": { - "line": 3592, + "line": 3634, "column": 53 }, "identifierName": "get" @@ -542903,15 +543175,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 158968, - "end": 158969, + "start": 161358, + "end": 161359, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 54 }, "end": { - "line": 3592, + "line": 3634, "column": 55 } }, @@ -542925,15 +543197,15 @@ }, "property": { "type": "Identifier", - "start": 158971, - "end": 158982, + "start": 161361, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 57 }, "end": { - "line": 3592, + "line": 3634, "column": 68 }, "identifierName": "offsetWidth" @@ -542946,71 +543218,71 @@ }, { "type": "ExpressionStatement", - "start": 158991, - "end": 159019, + "start": 161381, + "end": 161409, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 158991, - "end": 159019, + "start": 161381, + "end": 161409, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 158991, - "end": 159017, + "start": 161381, + "end": 161407, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 34 } }, "object": { "type": "CallExpression", - "start": 158991, - "end": 159011, + "start": 161381, + "end": 161401, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 28 } }, "callee": { "type": "Identifier", - "start": 158991, - "end": 158992, + "start": 161381, + "end": 161382, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 9 }, "identifierName": "$" @@ -543020,15 +543292,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 158993, - "end": 159010, + "start": 161383, + "end": 161400, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 10 }, "end": { - "line": 3593, + "line": 3635, "column": 27 } }, @@ -543042,15 +543314,15 @@ }, "property": { "type": "Identifier", - "start": 159012, - "end": 159017, + "start": 161402, + "end": 161407, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 29 }, "end": { - "line": 3593, + "line": 3635, "column": 34 }, "identifierName": "empty" @@ -543064,29 +543336,29 @@ }, { "type": "ReturnStatement", - "start": 159028, - "end": 159041, + "start": 161418, + "end": 161431, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 8 }, "end": { - "line": 3594, + "line": 3636, "column": 21 } }, "argument": { "type": "Identifier", - "start": 159035, - "end": 159041, + "start": 161425, + "end": 161431, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 15 }, "end": { - "line": 3594, + "line": 3636, "column": 21 }, "identifierName": "_width" @@ -543102,15 +543374,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -543120,15 +543392,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -543137,15 +543409,15 @@ }, { "type": "ClassMethod", - "start": 159395, - "end": 160104, + "start": 161785, + "end": 162494, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 4 }, "end": { - "line": 3625, + "line": 3667, "column": 5 } }, @@ -543153,15 +543425,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 159395, - "end": 159408, + "start": 161785, + "end": 161798, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 4 }, "end": { - "line": 3606, + "line": 3648, "column": 17 }, "identifierName": "compareValues" @@ -543177,15 +543449,15 @@ "params": [ { "type": "Identifier", - "start": 159410, - "end": 159418, + "start": 161800, + "end": 161808, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 19 }, "end": { - "line": 3606, + "line": 3648, "column": 27 }, "identifierName": "property" @@ -543194,29 +543466,29 @@ }, { "type": "AssignmentPattern", - "start": 159420, - "end": 159433, + "start": 161810, + "end": 161823, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 29 }, "end": { - "line": 3606, + "line": 3648, "column": 42 } }, "left": { "type": "Identifier", - "start": 159420, - "end": 159425, + "start": 161810, + "end": 161815, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 29 }, "end": { - "line": 3606, + "line": 3648, "column": 34 }, "identifierName": "order" @@ -543225,15 +543497,15 @@ }, "right": { "type": "StringLiteral", - "start": 159428, - "end": 159433, + "start": 161818, + "end": 161823, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 37 }, "end": { - "line": 3606, + "line": 3648, "column": 42 } }, @@ -543247,44 +543519,44 @@ ], "body": { "type": "BlockStatement", - "start": 159436, - "end": 160104, + "start": 161826, + "end": 162494, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 45 }, "end": { - "line": 3625, + "line": 3667, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 159446, - "end": 160098, + "start": 161836, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 8 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, "argument": { "type": "ArrowFunctionExpression", - "start": 159453, - "end": 160098, + "start": 161843, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 15 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, @@ -543295,15 +543567,15 @@ "params": [ { "type": "Identifier", - "start": 159455, - "end": 159456, + "start": 161845, + "end": 161846, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 17 }, "end": { - "line": 3607, + "line": 3649, "column": 18 }, "identifierName": "a" @@ -543312,15 +543584,15 @@ }, { "type": "Identifier", - "start": 159458, - "end": 159459, + "start": 161848, + "end": 161849, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 20 }, "end": { - "line": 3607, + "line": 3649, "column": 21 }, "identifierName": "b" @@ -543330,58 +543602,58 @@ ], "body": { "type": "BlockStatement", - "start": 159465, - "end": 160098, + "start": 161855, + "end": 162488, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 27 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 159479, - "end": 159591, + "start": 161869, + "end": 161981, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 12 }, "end": { - "line": 3610, + "line": 3652, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 159484, - "end": 159548, + "start": 161874, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 17 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, "left": { "type": "UnaryExpression", - "start": 159484, - "end": 159514, + "start": 161874, + "end": 161904, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 17 }, "end": { - "line": 3608, + "line": 3650, "column": 47 } }, @@ -543389,43 +543661,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 159486, - "end": 159514, + "start": 161876, + "end": 161904, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 159486, - "end": 159502, + "start": 161876, + "end": 161892, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 35 } }, "object": { "type": "Identifier", - "start": 159486, - "end": 159487, + "start": 161876, + "end": 161877, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 20 }, "identifierName": "a" @@ -543434,15 +543706,15 @@ }, "property": { "type": "Identifier", - "start": 159488, - "end": 159502, + "start": 161878, + "end": 161892, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 21 }, "end": { - "line": 3608, + "line": 3650, "column": 35 }, "identifierName": "hasOwnProperty" @@ -543454,15 +543726,15 @@ "arguments": [ { "type": "Identifier", - "start": 159504, - "end": 159512, + "start": 161894, + "end": 161902, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 37 }, "end": { - "line": 3608, + "line": 3650, "column": 45 }, "identifierName": "property" @@ -543478,15 +543750,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 159518, - "end": 159548, + "start": 161908, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 51 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, @@ -543494,43 +543766,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 159520, - "end": 159548, + "start": 161910, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } }, "callee": { "type": "MemberExpression", - "start": 159520, - "end": 159536, + "start": 161910, + "end": 161926, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 69 } }, "object": { "type": "Identifier", - "start": 159520, - "end": 159521, + "start": 161910, + "end": 161911, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 54 }, "identifierName": "b" @@ -543539,15 +543811,15 @@ }, "property": { "type": "Identifier", - "start": 159522, - "end": 159536, + "start": 161912, + "end": 161926, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 55 }, "end": { - "line": 3608, + "line": 3650, "column": 69 }, "identifierName": "hasOwnProperty" @@ -543559,15 +543831,15 @@ "arguments": [ { "type": "Identifier", - "start": 159538, - "end": 159546, + "start": 161928, + "end": 161936, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 71 }, "end": { - "line": 3608, + "line": 3650, "column": 79 }, "identifierName": "property" @@ -543583,44 +543855,44 @@ }, "consequent": { "type": "BlockStatement", - "start": 159551, - "end": 159591, + "start": 161941, + "end": 161981, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 84 }, "end": { - "line": 3610, + "line": 3652, "column": 13 } }, "body": [ { "type": "ReturnStatement", - "start": 159569, - "end": 159577, + "start": 161959, + "end": 161967, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 16 }, "end": { - "line": 3609, + "line": 3651, "column": 24 } }, "argument": { "type": "NumericLiteral", - "start": 159576, - "end": 159577, + "start": 161966, + "end": 161967, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 23 }, "end": { - "line": 3609, + "line": 3651, "column": 24 } }, @@ -543638,44 +543910,44 @@ }, { "type": "VariableDeclaration", - "start": 159617, - "end": 159703, + "start": 162007, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 12 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159623, - "end": 159703, + "start": 162013, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 18 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "id": { "type": "Identifier", - "start": 159623, - "end": 159627, + "start": 162013, + "end": 162017, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 18 }, "end": { - "line": 3612, + "line": 3654, "column": 22 }, "identifierName": "varA" @@ -543684,43 +543956,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 159630, - "end": 159703, + "start": 162020, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "test": { "type": "BinaryExpression", - "start": 159630, - "end": 159661, + "start": 162020, + "end": 162051, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 159630, - "end": 159648, + "start": 162020, + "end": 162038, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 43 } }, @@ -543728,29 +544000,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 159637, - "end": 159648, + "start": 162027, + "end": 162038, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 32 }, "end": { - "line": 3612, + "line": 3654, "column": 43 } }, "object": { "type": "Identifier", - "start": 159637, - "end": 159638, + "start": 162027, + "end": 162028, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 32 }, "end": { - "line": 3612, + "line": 3654, "column": 33 }, "identifierName": "a" @@ -543759,15 +544031,15 @@ }, "property": { "type": "Identifier", - "start": 159639, - "end": 159647, + "start": 162029, + "end": 162037, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 34 }, "end": { - "line": 3612, + "line": 3654, "column": 42 }, "identifierName": "property" @@ -543783,15 +544055,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 159653, - "end": 159661, + "start": 162043, + "end": 162051, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 48 }, "end": { - "line": 3612, + "line": 3654, "column": 56 } }, @@ -543804,57 +544076,57 @@ }, "consequent": { "type": "CallExpression", - "start": 159664, - "end": 159689, + "start": 162054, + "end": 162079, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 159664, - "end": 159687, + "start": 162054, + "end": 162077, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 159664, - "end": 159675, + "start": 162054, + "end": 162065, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 70 } }, "object": { "type": "Identifier", - "start": 159664, - "end": 159665, + "start": 162054, + "end": 162055, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 60 }, "identifierName": "a" @@ -543863,15 +544135,15 @@ }, "property": { "type": "Identifier", - "start": 159666, - "end": 159674, + "start": 162056, + "end": 162064, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 61 }, "end": { - "line": 3612, + "line": 3654, "column": 69 }, "identifierName": "property" @@ -543882,15 +544154,15 @@ }, "property": { "type": "Identifier", - "start": 159676, - "end": 159687, + "start": 162066, + "end": 162077, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 71 }, "end": { - "line": 3612, + "line": 3654, "column": 82 }, "identifierName": "toUpperCase" @@ -543903,29 +544175,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 159692, - "end": 159703, + "start": 162082, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 87 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } }, "object": { "type": "Identifier", - "start": 159692, - "end": 159693, + "start": 162082, + "end": 162083, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 87 }, "end": { - "line": 3612, + "line": 3654, "column": 88 }, "identifierName": "a" @@ -543934,15 +544206,15 @@ }, "property": { "type": "Identifier", - "start": 159694, - "end": 159702, + "start": 162084, + "end": 162092, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 89 }, "end": { - "line": 3612, + "line": 3654, "column": 97 }, "identifierName": "property" @@ -543958,44 +544230,44 @@ }, { "type": "VariableDeclaration", - "start": 159716, - "end": 159802, + "start": 162106, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 12 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159722, - "end": 159802, + "start": 162112, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 18 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "id": { "type": "Identifier", - "start": 159722, - "end": 159726, + "start": 162112, + "end": 162116, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 18 }, "end": { - "line": 3613, + "line": 3655, "column": 22 }, "identifierName": "varB" @@ -544004,43 +544276,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 159729, - "end": 159802, + "start": 162119, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "test": { "type": "BinaryExpression", - "start": 159729, - "end": 159760, + "start": 162119, + "end": 162150, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 159729, - "end": 159747, + "start": 162119, + "end": 162137, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 43 } }, @@ -544048,29 +544320,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 159736, - "end": 159747, + "start": 162126, + "end": 162137, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 32 }, "end": { - "line": 3613, + "line": 3655, "column": 43 } }, "object": { "type": "Identifier", - "start": 159736, - "end": 159737, + "start": 162126, + "end": 162127, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 32 }, "end": { - "line": 3613, + "line": 3655, "column": 33 }, "identifierName": "b" @@ -544079,15 +544351,15 @@ }, "property": { "type": "Identifier", - "start": 159738, - "end": 159746, + "start": 162128, + "end": 162136, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 34 }, "end": { - "line": 3613, + "line": 3655, "column": 42 }, "identifierName": "property" @@ -544103,15 +544375,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 159752, - "end": 159760, + "start": 162142, + "end": 162150, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 48 }, "end": { - "line": 3613, + "line": 3655, "column": 56 } }, @@ -544124,57 +544396,57 @@ }, "consequent": { "type": "CallExpression", - "start": 159763, - "end": 159788, + "start": 162153, + "end": 162178, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 159763, - "end": 159786, + "start": 162153, + "end": 162176, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 82 } }, "object": { "type": "MemberExpression", - "start": 159763, - "end": 159774, + "start": 162153, + "end": 162164, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 70 } }, "object": { "type": "Identifier", - "start": 159763, - "end": 159764, + "start": 162153, + "end": 162154, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 60 }, "identifierName": "b" @@ -544183,15 +544455,15 @@ }, "property": { "type": "Identifier", - "start": 159765, - "end": 159773, + "start": 162155, + "end": 162163, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 61 }, "end": { - "line": 3613, + "line": 3655, "column": 69 }, "identifierName": "property" @@ -544202,15 +544474,15 @@ }, "property": { "type": "Identifier", - "start": 159775, - "end": 159786, + "start": 162165, + "end": 162176, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 71 }, "end": { - "line": 3613, + "line": 3655, "column": 82 }, "identifierName": "toUpperCase" @@ -544223,29 +544495,29 @@ }, "alternate": { "type": "MemberExpression", - "start": 159791, - "end": 159802, + "start": 162181, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 87 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } }, "object": { "type": "Identifier", - "start": 159791, - "end": 159792, + "start": 162181, + "end": 162182, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 87 }, "end": { - "line": 3613, + "line": 3655, "column": 88 }, "identifierName": "b" @@ -544254,15 +544526,15 @@ }, "property": { "type": "Identifier", - "start": 159793, - "end": 159801, + "start": 162183, + "end": 162191, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 89 }, "end": { - "line": 3613, + "line": 3655, "column": 97 }, "identifierName": "property" @@ -544278,44 +544550,44 @@ }, { "type": "VariableDeclaration", - "start": 159828, - "end": 159846, + "start": 162218, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 12 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 159832, - "end": 159846, + "start": 162222, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 16 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, "id": { "type": "Identifier", - "start": 159832, - "end": 159842, + "start": 162222, + "end": 162232, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 16 }, "end": { - "line": 3615, + "line": 3657, "column": 26 }, "identifierName": "comparison" @@ -544324,15 +544596,15 @@ }, "init": { "type": "NumericLiteral", - "start": 159845, - "end": 159846, + "start": 162235, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 29 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } }, @@ -544348,43 +544620,43 @@ }, { "type": "IfStatement", - "start": 159872, - "end": 160021, + "start": 162262, + "end": 162411, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 12 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 159877, - "end": 159888, + "start": 162267, + "end": 162278, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 17 }, "end": { - "line": 3617, + "line": 3659, "column": 28 } }, "left": { "type": "Identifier", - "start": 159877, - "end": 159881, + "start": 162267, + "end": 162271, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 17 }, "end": { - "line": 3617, + "line": 3659, "column": 21 }, "identifierName": "varA" @@ -544394,15 +544666,15 @@ "operator": ">", "right": { "type": "Identifier", - "start": 159884, - "end": 159888, + "start": 162274, + "end": 162278, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 24 }, "end": { - "line": 3617, + "line": 3659, "column": 28 }, "identifierName": "varB" @@ -544412,59 +544684,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 159891, - "end": 159937, + "start": 162281, + "end": 162327, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 31 }, "end": { - "line": 3619, + "line": 3661, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 159909, - "end": 159923, + "start": 162299, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 159909, - "end": 159923, + "start": 162299, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, "operator": "=", "left": { "type": "Identifier", - "start": 159909, - "end": 159919, + "start": 162299, + "end": 162309, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 26 }, "identifierName": "comparison" @@ -544473,15 +544745,15 @@ }, "right": { "type": "NumericLiteral", - "start": 159922, - "end": 159923, + "start": 162312, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 29 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } }, @@ -544498,43 +544770,43 @@ }, "alternate": { "type": "IfStatement", - "start": 159955, - "end": 160021, + "start": 162345, + "end": 162411, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 12 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 159960, - "end": 159971, + "start": 162350, + "end": 162361, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 17 }, "end": { - "line": 3620, + "line": 3662, "column": 28 } }, "left": { "type": "Identifier", - "start": 159960, - "end": 159964, + "start": 162350, + "end": 162354, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 17 }, "end": { - "line": 3620, + "line": 3662, "column": 21 }, "identifierName": "varA" @@ -544544,15 +544816,15 @@ "operator": "<", "right": { "type": "Identifier", - "start": 159967, - "end": 159971, + "start": 162357, + "end": 162361, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 24 }, "end": { - "line": 3620, + "line": 3662, "column": 28 }, "identifierName": "varB" @@ -544562,59 +544834,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 159974, - "end": 160021, + "start": 162364, + "end": 162411, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 31 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 159992, - "end": 160007, + "start": 162382, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 159992, - "end": 160007, + "start": 162382, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, "operator": "=", "left": { "type": "Identifier", - "start": 159992, - "end": 160002, + "start": 162382, + "end": 162392, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 26 }, "identifierName": "comparison" @@ -544623,15 +544895,15 @@ }, "right": { "type": "UnaryExpression", - "start": 160005, - "end": 160007, + "start": 162395, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 29 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, @@ -544639,15 +544911,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 160006, - "end": 160007, + "start": 162396, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 30 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } }, @@ -544671,57 +544943,57 @@ }, { "type": "ReturnStatement", - "start": 160034, - "end": 160088, + "start": 162424, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 12 }, "end": { - "line": 3623, + "line": 3665, "column": 66 } }, "argument": { "type": "ConditionalExpression", - "start": 160041, - "end": 160088, + "start": 162431, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 66 } }, "test": { "type": "BinaryExpression", - "start": 160041, - "end": 160057, + "start": 162431, + "end": 162447, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 35 } }, "left": { "type": "Identifier", - "start": 160041, - "end": 160046, + "start": 162431, + "end": 162436, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 24 }, "identifierName": "order" @@ -544731,15 +545003,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160051, - "end": 160057, + "start": 162441, + "end": 162447, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 29 }, "end": { - "line": 3623, + "line": 3665, "column": 35 } }, @@ -544752,29 +545024,29 @@ }, "consequent": { "type": "BinaryExpression", - "start": 160060, - "end": 160075, + "start": 162450, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 38 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, "left": { "type": "Identifier", - "start": 160060, - "end": 160070, + "start": 162450, + "end": 162460, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 38 }, "end": { - "line": 3623, + "line": 3665, "column": 48 }, "identifierName": "comparison" @@ -544784,15 +545056,15 @@ "operator": "*", "right": { "type": "UnaryExpression", - "start": 160073, - "end": 160075, + "start": 162463, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 51 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, @@ -544800,15 +545072,15 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 160074, - "end": 160075, + "start": 162464, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 52 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } }, @@ -544825,15 +545097,15 @@ }, "alternate": { "type": "Identifier", - "start": 160078, - "end": 160088, + "start": 162468, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 56 }, "end": { - "line": 3623, + "line": 3665, "column": 66 }, "identifierName": "comparison" @@ -544855,15 +545127,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -544873,15 +545145,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -544890,15 +545162,15 @@ }, { "type": "ClassMethod", - "start": 160389, - "end": 160488, + "start": 162779, + "end": 162878, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 4 }, "end": { - "line": 3635, + "line": 3677, "column": 5 } }, @@ -544906,15 +545178,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 160389, - "end": 160403, + "start": 162779, + "end": 162793, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 4 }, "end": { - "line": 3633, + "line": 3675, "column": 18 }, "identifierName": "validateString" @@ -544930,15 +545202,15 @@ "params": [ { "type": "Identifier", - "start": 160405, - "end": 160408, + "start": 162795, + "end": 162798, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 20 }, "end": { - "line": 3633, + "line": 3675, "column": 23 }, "identifierName": "def" @@ -544947,15 +545219,15 @@ }, { "type": "Identifier", - "start": 160410, - "end": 160413, + "start": 162800, + "end": 162803, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 25 }, "end": { - "line": 3633, + "line": 3675, "column": 28 }, "identifierName": "val" @@ -544965,86 +545237,86 @@ ], "body": { "type": "BlockStatement", - "start": 160416, - "end": 160488, + "start": 162806, + "end": 162878, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 31 }, "end": { - "line": 3635, + "line": 3677, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 160426, - "end": 160482, + "start": 162816, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 8 }, "end": { - "line": 3634, + "line": 3676, "column": 64 } }, "argument": { "type": "ConditionalExpression", - "start": 160433, - "end": 160482, + "start": 162823, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 64 } }, "test": { "type": "LogicalExpression", - "start": 160433, - "end": 160470, + "start": 162823, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, "left": { "type": "BinaryExpression", - "start": 160433, - "end": 160456, + "start": 162823, + "end": 162846, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 160433, - "end": 160443, + "start": 162823, + "end": 162833, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 25 } }, @@ -545052,15 +545324,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 160440, - "end": 160443, + "start": 162830, + "end": 162833, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 22 }, "end": { - "line": 3634, + "line": 3676, "column": 25 }, "identifierName": "val" @@ -545074,15 +545346,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160448, - "end": 160456, + "start": 162838, + "end": 162846, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 30 }, "end": { - "line": 3634, + "line": 3676, "column": 38 } }, @@ -545096,29 +545368,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 160460, - "end": 160470, + "start": 162850, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 42 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, "left": { "type": "Identifier", - "start": 160460, - "end": 160463, + "start": 162850, + "end": 162853, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 42 }, "end": { - "line": 3634, + "line": 3676, "column": 45 }, "identifierName": "val" @@ -545128,15 +545400,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 160468, - "end": 160470, + "start": 162858, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 50 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } }, @@ -545150,15 +545422,15 @@ }, "consequent": { "type": "Identifier", - "start": 160473, - "end": 160476, + "start": 162863, + "end": 162866, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 55 }, "end": { - "line": 3634, + "line": 3676, "column": 58 }, "identifierName": "val" @@ -545167,15 +545439,15 @@ }, "alternate": { "type": "Identifier", - "start": 160479, - "end": 160482, + "start": 162869, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 61 }, "end": { - "line": 3634, + "line": 3676, "column": 64 }, "identifierName": "def" @@ -545192,15 +545464,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -545210,15 +545482,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -545227,15 +545499,15 @@ }, { "type": "ClassMethod", - "start": 160769, - "end": 160865, + "start": 163159, + "end": 163255, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 4 }, "end": { - "line": 3644, + "line": 3686, "column": 5 } }, @@ -545243,15 +545515,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 160769, - "end": 160784, + "start": 163159, + "end": 163174, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 4 }, "end": { - "line": 3642, + "line": 3684, "column": 19 }, "identifierName": "validateNumeric" @@ -545267,15 +545539,15 @@ "params": [ { "type": "Identifier", - "start": 160786, - "end": 160789, + "start": 163176, + "end": 163179, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 21 }, "end": { - "line": 3642, + "line": 3684, "column": 24 }, "identifierName": "def" @@ -545284,15 +545556,15 @@ }, { "type": "Identifier", - "start": 160791, - "end": 160794, + "start": 163181, + "end": 163184, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 26 }, "end": { - "line": 3642, + "line": 3684, "column": 29 }, "identifierName": "val" @@ -545302,72 +545574,72 @@ ], "body": { "type": "BlockStatement", - "start": 160797, - "end": 160865, + "start": 163187, + "end": 163255, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 32 }, "end": { - "line": 3644, + "line": 3686, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 160807, - "end": 160859, + "start": 163197, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 8 }, "end": { - "line": 3643, + "line": 3685, "column": 60 } }, "argument": { "type": "ConditionalExpression", - "start": 160814, - "end": 160859, + "start": 163204, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 60 } }, "test": { "type": "BinaryExpression", - "start": 160814, - "end": 160837, + "start": 163204, + "end": 163227, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 160814, - "end": 160824, + "start": 163204, + "end": 163214, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 25 } }, @@ -545375,15 +545647,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 160821, - "end": 160824, + "start": 163211, + "end": 163214, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 22 }, "end": { - "line": 3643, + "line": 3685, "column": 25 }, "identifierName": "val" @@ -545397,15 +545669,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 160829, - "end": 160837, + "start": 163219, + "end": 163227, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 30 }, "end": { - "line": 3643, + "line": 3685, "column": 38 } }, @@ -545418,29 +545690,29 @@ }, "consequent": { "type": "CallExpression", - "start": 160840, - "end": 160853, + "start": 163230, + "end": 163243, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 41 }, "end": { - "line": 3643, + "line": 3685, "column": 54 } }, "callee": { "type": "Identifier", - "start": 160840, - "end": 160846, + "start": 163230, + "end": 163236, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 41 }, "end": { - "line": 3643, + "line": 3685, "column": 47 }, "identifierName": "Number" @@ -545450,15 +545722,15 @@ "arguments": [ { "type": "Identifier", - "start": 160848, - "end": 160851, + "start": 163238, + "end": 163241, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 49 }, "end": { - "line": 3643, + "line": 3685, "column": 52 }, "identifierName": "val" @@ -545469,15 +545741,15 @@ }, "alternate": { "type": "Identifier", - "start": 160856, - "end": 160859, + "start": 163246, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 57 }, "end": { - "line": 3643, + "line": 3685, "column": 60 }, "identifierName": "def" @@ -545494,15 +545766,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -545512,15 +545784,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -545529,15 +545801,15 @@ }, { "type": "ClassMethod", - "start": 161146, - "end": 161318, + "start": 163536, + "end": 163708, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 4 }, "end": { - "line": 3653, + "line": 3695, "column": 5 } }, @@ -545545,15 +545817,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161146, - "end": 161161, + "start": 163536, + "end": 163551, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 4 }, "end": { - "line": 3651, + "line": 3693, "column": 19 }, "identifierName": "validateBoolean" @@ -545569,15 +545841,15 @@ "params": [ { "type": "Identifier", - "start": 161163, - "end": 161166, + "start": 163553, + "end": 163556, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 21 }, "end": { - "line": 3651, + "line": 3693, "column": 24 }, "identifierName": "def" @@ -545586,15 +545858,15 @@ }, { "type": "Identifier", - "start": 161168, - "end": 161171, + "start": 163558, + "end": 163561, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 26 }, "end": { - "line": 3651, + "line": 3693, "column": 29 }, "identifierName": "val" @@ -545604,86 +545876,86 @@ ], "body": { "type": "BlockStatement", - "start": 161174, - "end": 161318, + "start": 163564, + "end": 163708, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 32 }, "end": { - "line": 3653, + "line": 3695, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161184, - "end": 161312, + "start": 163574, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 8 }, "end": { - "line": 3652, + "line": 3694, "column": 136 } }, "argument": { "type": "ConditionalExpression", - "start": 161191, - "end": 161312, + "start": 163581, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 136 } }, "test": { "type": "LogicalExpression", - "start": 161191, - "end": 161300, + "start": 163581, + "end": 163690, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 124 } }, "left": { "type": "BinaryExpression", - "start": 161191, - "end": 161215, + "start": 163581, + "end": 163605, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 39 } }, "left": { "type": "UnaryExpression", - "start": 161191, - "end": 161201, + "start": 163581, + "end": 163591, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 25 } }, @@ -545691,15 +545963,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161198, - "end": 161201, + "start": 163588, + "end": 163591, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 22 }, "end": { - "line": 3652, + "line": 3694, "column": 25 }, "identifierName": "val" @@ -545713,15 +545985,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161206, - "end": 161215, + "start": 163596, + "end": 163605, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 30 }, "end": { - "line": 3652, + "line": 3694, "column": 39 } }, @@ -545735,57 +546007,57 @@ "operator": "||", "right": { "type": "LogicalExpression", - "start": 161221, - "end": 161298, + "start": 163611, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, "left": { "type": "LogicalExpression", - "start": 161221, - "end": 161260, + "start": 163611, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 161221, - "end": 161244, + "start": 163611, + "end": 163634, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 68 } }, "left": { "type": "UnaryExpression", - "start": 161221, - "end": 161231, + "start": 163611, + "end": 163621, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 55 } }, @@ -545793,15 +546065,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161228, - "end": 161231, + "start": 163618, + "end": 163621, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 52 }, "end": { - "line": 3652, + "line": 3694, "column": 55 }, "identifierName": "val" @@ -545815,15 +546087,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161236, - "end": 161244, + "start": 163626, + "end": 163634, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 60 }, "end": { - "line": 3652, + "line": 3694, "column": 68 } }, @@ -545837,29 +546109,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 161248, - "end": 161260, + "start": 163638, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 72 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } }, "left": { "type": "Identifier", - "start": 161248, - "end": 161251, + "start": 163638, + "end": 163641, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 72 }, "end": { - "line": 3652, + "line": 3694, "column": 75 }, "identifierName": "val" @@ -545869,15 +546141,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 161256, - "end": 161260, + "start": 163646, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 80 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } } @@ -545887,29 +546159,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 161264, - "end": 161298, + "start": 163654, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 88 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, "left": { "type": "UnaryExpression", - "start": 161264, - "end": 161284, + "start": 163654, + "end": 163674, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 88 }, "end": { - "line": 3652, + "line": 3694, "column": 108 } }, @@ -545917,43 +546189,43 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 161271, - "end": 161284, + "start": 163661, + "end": 163674, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 108 } }, "callee": { "type": "MemberExpression", - "start": 161271, - "end": 161282, + "start": 163661, + "end": 163672, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 106 } }, "object": { "type": "Identifier", - "start": 161271, - "end": 161274, + "start": 163661, + "end": 163664, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 98 }, "identifierName": "val" @@ -545962,15 +546234,15 @@ }, "property": { "type": "Identifier", - "start": 161275, - "end": 161282, + "start": 163665, + "end": 163672, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 99 }, "end": { - "line": 3652, + "line": 3694, "column": 106 }, "identifierName": "valueOf" @@ -545988,15 +546260,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161289, - "end": 161298, + "start": 163679, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 113 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } }, @@ -546009,21 +546281,21 @@ }, "extra": { "parenthesized": true, - "parenStart": 161219 + "parenStart": 163609 } } }, "consequent": { "type": "Identifier", - "start": 161303, - "end": 161306, + "start": 163693, + "end": 163696, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 127 }, "end": { - "line": 3652, + "line": 3694, "column": 130 }, "identifierName": "val" @@ -546032,15 +546304,15 @@ }, "alternate": { "type": "Identifier", - "start": 161309, - "end": 161312, + "start": 163699, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 133 }, "end": { - "line": 3652, + "line": 3694, "column": 136 }, "identifierName": "def" @@ -546057,15 +546329,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -546075,15 +546347,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -546092,15 +546364,15 @@ }, { "type": "ClassMethod", - "start": 161598, - "end": 161683, + "start": 163988, + "end": 164073, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 4 }, "end": { - "line": 3662, + "line": 3704, "column": 5 } }, @@ -546108,15 +546380,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161598, - "end": 161612, + "start": 163988, + "end": 164002, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 4 }, "end": { - "line": 3660, + "line": 3702, "column": 18 }, "identifierName": "validateObject" @@ -546132,15 +546404,15 @@ "params": [ { "type": "Identifier", - "start": 161614, - "end": 161617, + "start": 164004, + "end": 164007, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 20 }, "end": { - "line": 3660, + "line": 3702, "column": 23 }, "identifierName": "def" @@ -546149,15 +546421,15 @@ }, { "type": "Identifier", - "start": 161619, - "end": 161622, + "start": 164009, + "end": 164012, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 25 }, "end": { - "line": 3660, + "line": 3702, "column": 28 }, "identifierName": "val" @@ -546167,72 +546439,72 @@ ], "body": { "type": "BlockStatement", - "start": 161625, - "end": 161683, + "start": 164015, + "end": 164073, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 31 }, "end": { - "line": 3662, + "line": 3704, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161635, - "end": 161677, + "start": 164025, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 8 }, "end": { - "line": 3661, + "line": 3703, "column": 50 } }, "argument": { "type": "ConditionalExpression", - "start": 161642, - "end": 161677, + "start": 164032, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 50 } }, "test": { "type": "BinaryExpression", - "start": 161642, - "end": 161665, + "start": 164032, + "end": 164055, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 38 } }, "left": { "type": "UnaryExpression", - "start": 161642, - "end": 161652, + "start": 164032, + "end": 164042, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 25 } }, @@ -546240,15 +546512,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 161649, - "end": 161652, + "start": 164039, + "end": 164042, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 22 }, "end": { - "line": 3661, + "line": 3703, "column": 25 }, "identifierName": "val" @@ -546262,15 +546534,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 161657, - "end": 161665, + "start": 164047, + "end": 164055, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 30 }, "end": { - "line": 3661, + "line": 3703, "column": 38 } }, @@ -546283,15 +546555,15 @@ }, "consequent": { "type": "Identifier", - "start": 161668, - "end": 161671, + "start": 164058, + "end": 164061, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 41 }, "end": { - "line": 3661, + "line": 3703, "column": 44 }, "identifierName": "val" @@ -546300,15 +546572,15 @@ }, "alternate": { "type": "Identifier", - "start": 161674, - "end": 161677, + "start": 164064, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 47 }, "end": { - "line": 3661, + "line": 3703, "column": 50 }, "identifierName": "def" @@ -546325,15 +546597,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -546343,15 +546615,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -546360,15 +546632,15 @@ }, { "type": "ClassMethod", - "start": 161962, - "end": 162081, + "start": 164352, + "end": 164471, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 4 }, "end": { - "line": 3671, + "line": 3713, "column": 5 } }, @@ -546376,15 +546648,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 161962, - "end": 161975, + "start": 164352, + "end": 164365, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 4 }, "end": { - "line": 3669, + "line": 3711, "column": 17 }, "identifierName": "validateArray" @@ -546400,15 +546672,15 @@ "params": [ { "type": "Identifier", - "start": 161977, - "end": 161980, + "start": 164367, + "end": 164370, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 19 }, "end": { - "line": 3669, + "line": 3711, "column": 22 }, "identifierName": "def" @@ -546417,15 +546689,15 @@ }, { "type": "Identifier", - "start": 161982, - "end": 161985, + "start": 164372, + "end": 164375, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 24 }, "end": { - "line": 3669, + "line": 3711, "column": 27 }, "identifierName": "val" @@ -546435,128 +546707,128 @@ ], "body": { "type": "BlockStatement", - "start": 161988, - "end": 162081, + "start": 164378, + "end": 164471, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 30 }, "end": { - "line": 3671, + "line": 3713, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 161998, - "end": 162075, + "start": 164388, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 8 }, "end": { - "line": 3670, + "line": 3712, "column": 85 } }, "argument": { "type": "ConditionalExpression", - "start": 162005, - "end": 162075, + "start": 164395, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 85 } }, "test": { "type": "BinaryExpression", - "start": 162005, - "end": 162063, + "start": 164395, + "end": 164453, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 73 } }, "left": { "type": "CallExpression", - "start": 162005, - "end": 162042, + "start": 164395, + "end": 164432, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 162005, - "end": 162035, + "start": 164395, + "end": 164425, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 162005, - "end": 162030, + "start": 164395, + "end": 164420, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 162005, - "end": 162021, + "start": 164395, + "end": 164411, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 31 } }, "object": { "type": "Identifier", - "start": 162005, - "end": 162011, + "start": 164395, + "end": 164401, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 21 }, "identifierName": "Object" @@ -546565,15 +546837,15 @@ }, "property": { "type": "Identifier", - "start": 162012, - "end": 162021, + "start": 164402, + "end": 164411, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 22 }, "end": { - "line": 3670, + "line": 3712, "column": 31 }, "identifierName": "prototype" @@ -546584,15 +546856,15 @@ }, "property": { "type": "Identifier", - "start": 162022, - "end": 162030, + "start": 164412, + "end": 164420, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 32 }, "end": { - "line": 3670, + "line": 3712, "column": 40 }, "identifierName": "toString" @@ -546603,15 +546875,15 @@ }, "property": { "type": "Identifier", - "start": 162031, - "end": 162035, + "start": 164421, + "end": 164425, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 41 }, "end": { - "line": 3670, + "line": 3712, "column": 45 }, "identifierName": "call" @@ -546623,15 +546895,15 @@ "arguments": [ { "type": "Identifier", - "start": 162037, - "end": 162040, + "start": 164427, + "end": 164430, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 47 }, "end": { - "line": 3670, + "line": 3712, "column": 50 }, "identifierName": "val" @@ -546643,15 +546915,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162047, - "end": 162063, + "start": 164437, + "end": 164453, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 57 }, "end": { - "line": 3670, + "line": 3712, "column": 73 } }, @@ -546664,15 +546936,15 @@ }, "consequent": { "type": "Identifier", - "start": 162066, - "end": 162069, + "start": 164456, + "end": 164459, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 76 }, "end": { - "line": 3670, + "line": 3712, "column": 79 }, "identifierName": "val" @@ -546681,15 +546953,15 @@ }, "alternate": { "type": "Identifier", - "start": 162072, - "end": 162075, + "start": 164462, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 82 }, "end": { - "line": 3670, + "line": 3712, "column": 85 }, "identifierName": "def" @@ -546706,15 +546978,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -546724,15 +546996,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -546740,15 +547012,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -546757,15 +547029,15 @@ }, { "type": "ClassMethod", - "start": 162353, - "end": 163391, + "start": 164743, + "end": 165781, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 4 }, "end": { - "line": 3710, + "line": 3752, "column": 5 } }, @@ -546773,15 +547045,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 162360, - "end": 162376, + "start": 164750, + "end": 164766, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 11 }, "end": { - "line": 3682, + "line": 3724, "column": 27 }, "identifierName": "_jQueryInterface" @@ -546796,15 +547068,15 @@ "params": [ { "type": "Identifier", - "start": 162378, - "end": 162384, + "start": 164768, + "end": 164774, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 29 }, "end": { - "line": 3682, + "line": 3724, "column": 35 }, "identifierName": "config" @@ -546813,29 +547085,29 @@ }, { "type": "RestElement", - "start": 162386, - "end": 162393, + "start": 164776, + "end": 164783, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 37 }, "end": { - "line": 3682, + "line": 3724, "column": 44 } }, "argument": { "type": "Identifier", - "start": 162389, - "end": 162393, + "start": 164779, + "end": 164783, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 40 }, "end": { - "line": 3682, + "line": 3724, "column": 44 }, "identifierName": "args" @@ -546846,87 +547118,87 @@ ], "body": { "type": "BlockStatement", - "start": 162396, - "end": 163391, + "start": 164786, + "end": 165781, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 47 }, "end": { - "line": 3710, + "line": 3752, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 162406, - "end": 163385, + "start": 164796, + "end": 165775, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 8 }, "end": { - "line": 3709, + "line": 3751, "column": 10 } }, "argument": { "type": "CallExpression", - "start": 162413, - "end": 163385, + "start": 164803, + "end": 165775, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3709, + "line": 3751, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 162413, - "end": 162422, + "start": 164803, + "end": 164812, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3683, + "line": 3725, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 162413, - "end": 162417, + "start": 164803, + "end": 164807, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3683, + "line": 3725, "column": 19 } } }, "property": { "type": "Identifier", - "start": 162418, - "end": 162422, + "start": 164808, + "end": 164812, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 20 }, "end": { - "line": 3683, + "line": 3725, "column": 24 }, "identifierName": "each" @@ -546938,15 +547210,15 @@ "arguments": [ { "type": "FunctionExpression", - "start": 162423, - "end": 163384, + "start": 164813, + "end": 165774, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 25 }, "end": { - "line": 3709, + "line": 3751, "column": 9 } }, @@ -546957,59 +547229,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 162435, - "end": 163384, + "start": 164825, + "end": 165774, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 37 }, "end": { - "line": 3709, + "line": 3751, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 162449, - "end": 162484, + "start": 164839, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 12 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 162453, - "end": 162484, + "start": 164843, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 16 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "id": { "type": "Identifier", - "start": 162453, - "end": 162457, + "start": 164843, + "end": 164847, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 16 }, "end": { - "line": 3684, + "line": 3726, "column": 20 }, "identifierName": "data" @@ -547018,57 +547290,57 @@ }, "init": { "type": "CallExpression", - "start": 162460, - "end": 162484, + "start": 164850, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 162460, - "end": 162472, + "start": 164850, + "end": 164862, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 35 } }, "object": { "type": "CallExpression", - "start": 162460, - "end": 162467, + "start": 164850, + "end": 164857, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 30 } }, "callee": { "type": "Identifier", - "start": 162460, - "end": 162461, + "start": 164850, + "end": 164851, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 24 }, "identifierName": "$" @@ -547078,15 +547350,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162462, - "end": 162466, + "start": 164852, + "end": 164856, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 25 }, "end": { - "line": 3684, + "line": 3726, "column": 29 } } @@ -547095,15 +547367,15 @@ }, "property": { "type": "Identifier", - "start": 162468, - "end": 162472, + "start": 164858, + "end": 164862, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 31 }, "end": { - "line": 3684, + "line": 3726, "column": 35 }, "identifierName": "data" @@ -547115,15 +547387,15 @@ "arguments": [ { "type": "Identifier", - "start": 162474, - "end": 162482, + "start": 164864, + "end": 164872, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 37 }, "end": { - "line": 3684, + "line": 3726, "column": 45 }, "identifierName": "DATA_KEY" @@ -547138,44 +547410,44 @@ }, { "type": "VariableDeclaration", - "start": 162497, - "end": 162661, + "start": 164887, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 12 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 162503, - "end": 162661, + "start": 164893, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 18 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "id": { "type": "Identifier", - "start": 162503, - "end": 162510, + "start": 164893, + "end": 164900, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 18 }, "end": { - "line": 3685, + "line": 3727, "column": 25 }, "identifierName": "_config" @@ -547184,44 +547456,44 @@ }, "init": { "type": "ObjectExpression", - "start": 162513, - "end": 162661, + "start": 164903, + "end": 165051, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 28 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } }, "properties": [ { "type": "SpreadProperty", - "start": 162531, - "end": 162541, + "start": 164921, + "end": 164931, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 16 }, "end": { - "line": 3686, + "line": 3728, "column": 26 } }, "argument": { "type": "Identifier", - "start": 162534, - "end": 162541, + "start": 164924, + "end": 164931, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 19 }, "end": { - "line": 3686, + "line": 3728, "column": 26 }, "identifierName": "Default" @@ -547231,71 +547503,71 @@ }, { "type": "SpreadProperty", - "start": 162559, - "end": 162576, + "start": 164949, + "end": 164966, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 16 }, "end": { - "line": 3687, + "line": 3729, "column": 33 } }, "argument": { "type": "CallExpression", - "start": 162562, - "end": 162576, + "start": 164952, + "end": 164966, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 162562, - "end": 162574, + "start": 164952, + "end": 164964, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 31 } }, "object": { "type": "CallExpression", - "start": 162562, - "end": 162569, + "start": 164952, + "end": 164959, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 26 } }, "callee": { "type": "Identifier", - "start": 162562, - "end": 162563, + "start": 164952, + "end": 164953, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 20 }, "identifierName": "$" @@ -547305,15 +547577,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162564, - "end": 162568, + "start": 164954, + "end": 164958, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 21 }, "end": { - "line": 3687, + "line": 3729, "column": 25 } } @@ -547322,15 +547594,15 @@ }, "property": { "type": "Identifier", - "start": 162570, - "end": 162574, + "start": 164960, + "end": 164964, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 27 }, "end": { - "line": 3687, + "line": 3729, "column": 31 }, "identifierName": "data" @@ -547344,71 +547616,71 @@ }, { "type": "SpreadProperty", - "start": 162594, - "end": 162647, + "start": 164984, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 16 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, "argument": { "type": "ConditionalExpression", - "start": 162597, - "end": 162647, + "start": 164987, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, "test": { "type": "LogicalExpression", - "start": 162597, - "end": 162633, + "start": 164987, + "end": 165023, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 55 } }, "left": { "type": "BinaryExpression", - "start": 162597, - "end": 162623, + "start": 164987, + "end": 165013, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 45 } }, "left": { "type": "UnaryExpression", - "start": 162597, - "end": 162610, + "start": 164987, + "end": 165000, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 32 } }, @@ -547416,15 +547688,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162604, - "end": 162610, + "start": 164994, + "end": 165000, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 26 }, "end": { - "line": 3688, + "line": 3730, "column": 32 }, "identifierName": "config" @@ -547438,15 +547710,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162615, - "end": 162623, + "start": 165005, + "end": 165013, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 37 }, "end": { - "line": 3688, + "line": 3730, "column": 45 } }, @@ -547460,15 +547732,15 @@ "operator": "&&", "right": { "type": "Identifier", - "start": 162627, - "end": 162633, + "start": 165017, + "end": 165023, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 49 }, "end": { - "line": 3688, + "line": 3730, "column": 55 }, "identifierName": "config" @@ -547478,15 +547750,15 @@ }, "consequent": { "type": "Identifier", - "start": 162636, - "end": 162642, + "start": 165026, + "end": 165032, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 58 }, "end": { - "line": 3688, + "line": 3730, "column": 64 }, "identifierName": "config" @@ -547495,15 +547767,15 @@ }, "alternate": { "type": "ObjectExpression", - "start": 162645, - "end": 162647, + "start": 165035, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 67 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } }, @@ -547519,29 +547791,29 @@ }, { "type": "IfStatement", - "start": 162687, - "end": 162883, + "start": 165077, + "end": 165273, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 12 }, "end": { - "line": 3695, + "line": 3737, "column": 13 } }, "test": { "type": "UnaryExpression", - "start": 162692, - "end": 162698, + "start": 165082, + "end": 165088, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 17 }, "end": { - "line": 3691, + "line": 3733, "column": 23 } }, @@ -547549,15 +547821,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162694, - "end": 162698, + "start": 165084, + "end": 165088, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 19 }, "end": { - "line": 3691, + "line": 3733, "column": 23 }, "identifierName": "data" @@ -547570,59 +547842,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 162701, - "end": 162883, + "start": 165091, + "end": 165273, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 26 }, "end": { - "line": 3695, + "line": 3737, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 162786, - "end": 162822, + "start": 165176, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 162786, - "end": 162822, + "start": 165176, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "operator": "=", "left": { "type": "Identifier", - "start": 162786, - "end": 162790, + "start": 165176, + "end": 165180, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 20 }, "identifierName": "data" @@ -547632,29 +547904,29 @@ }, "right": { "type": "NewExpression", - "start": 162793, - "end": 162822, + "start": 165183, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 23 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } }, "callee": { "type": "Identifier", - "start": 162797, - "end": 162805, + "start": 165187, + "end": 165195, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 27 }, "end": { - "line": 3693, + "line": 3735, "column": 35 }, "identifierName": "Timeline" @@ -547664,30 +547936,30 @@ "arguments": [ { "type": "ThisExpression", - "start": 162807, - "end": 162811, + "start": 165197, + "end": 165201, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 37 }, "end": { - "line": 3693, + "line": 3735, "column": 41 } } }, { "type": "Identifier", - "start": 162813, - "end": 162820, + "start": 165203, + "end": 165210, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 43 }, "end": { - "line": 3693, + "line": 3735, "column": 50 }, "identifierName": "_config" @@ -547702,15 +547974,15 @@ { "type": "CommentLine", "value": " Apply the plugin and store the instance in data", - "start": 162719, - "end": 162769, + "start": 165109, + "end": 165159, "loc": { "start": { - "line": 3692, + "line": 3734, "column": 16 }, "end": { - "line": 3692, + "line": 3734, "column": 66 } } @@ -547719,71 +547991,71 @@ }, { "type": "ExpressionStatement", - "start": 162839, - "end": 162869, + "start": 165229, + "end": 165259, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 162839, - "end": 162869, + "start": 165229, + "end": 165259, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 162839, - "end": 162851, + "start": 165229, + "end": 165241, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 28 } }, "object": { "type": "CallExpression", - "start": 162839, - "end": 162846, + "start": 165229, + "end": 165236, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 23 } }, "callee": { "type": "Identifier", - "start": 162839, - "end": 162840, + "start": 165229, + "end": 165230, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 17 }, "identifierName": "$" @@ -547793,15 +548065,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 162841, - "end": 162845, + "start": 165231, + "end": 165235, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 18 }, "end": { - "line": 3694, + "line": 3736, "column": 22 } } @@ -547810,15 +548082,15 @@ }, "property": { "type": "Identifier", - "start": 162847, - "end": 162851, + "start": 165237, + "end": 165241, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 24 }, "end": { - "line": 3694, + "line": 3736, "column": 28 }, "identifierName": "data" @@ -547830,15 +548102,15 @@ "arguments": [ { "type": "Identifier", - "start": 162853, - "end": 162861, + "start": 165243, + "end": 165251, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 30 }, "end": { - "line": 3694, + "line": 3736, "column": 38 }, "identifierName": "DATA_KEY" @@ -547847,15 +548119,15 @@ }, { "type": "Identifier", - "start": 162863, - "end": 162867, + "start": 165253, + "end": 165257, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 40 }, "end": { - "line": 3694, + "line": 3736, "column": 44 }, "identifierName": "data" @@ -547872,57 +548144,57 @@ }, { "type": "IfStatement", - "start": 162909, - "end": 163374, + "start": 165299, + "end": 165764, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 12 }, "end": { - "line": 3708, + "line": 3750, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 162914, - "end": 162967, + "start": 165304, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, "left": { "type": "BinaryExpression", - "start": 162914, - "end": 162940, + "start": 165304, + "end": 165330, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 43 } }, "left": { "type": "UnaryExpression", - "start": 162914, - "end": 162927, + "start": 165304, + "end": 165317, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 30 } }, @@ -547930,15 +548202,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 162921, - "end": 162927, + "start": 165311, + "end": 165317, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 24 }, "end": { - "line": 3697, + "line": 3739, "column": 30 }, "identifierName": "config" @@ -547952,15 +548224,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 162932, - "end": 162940, + "start": 165322, + "end": 165330, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 35 }, "end": { - "line": 3697, + "line": 3739, "column": 43 } }, @@ -547974,57 +548246,57 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 162944, - "end": 162967, + "start": 165334, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, "left": { "type": "CallExpression", - "start": 162944, - "end": 162960, + "start": 165334, + "end": 165350, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 63 } }, "callee": { "type": "MemberExpression", - "start": 162944, - "end": 162957, + "start": 165334, + "end": 165347, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 60 } }, "object": { "type": "Identifier", - "start": 162944, - "end": 162950, + "start": 165334, + "end": 165340, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 53 }, "identifierName": "config" @@ -548033,15 +548305,15 @@ }, "property": { "type": "Identifier", - "start": 162951, - "end": 162957, + "start": 165341, + "end": 165347, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 54 }, "end": { - "line": 3697, + "line": 3739, "column": 60 }, "identifierName": "charAt" @@ -548053,15 +548325,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 162958, - "end": 162959, + "start": 165348, + "end": 165349, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 61 }, "end": { - "line": 3697, + "line": 3739, "column": 62 } }, @@ -548076,15 +548348,15 @@ "operator": "!=", "right": { "type": "StringLiteral", - "start": 162964, - "end": 162967, + "start": 165354, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 67 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } }, @@ -548098,58 +548370,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 162970, - "end": 163255, + "start": 165360, + "end": 165645, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 73 }, "end": { - "line": 3704, + "line": 3746, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 162988, - "end": 163166, + "start": 165378, + "end": 165556, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 16 }, "end": { - "line": 3701, + "line": 3743, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 162993, - "end": 163028, + "start": 165383, + "end": 165418, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 21 }, "end": { - "line": 3698, + "line": 3740, "column": 56 } }, "left": { "type": "UnaryExpression", - "start": 162993, - "end": 163012, + "start": 165383, + "end": 165402, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 21 }, "end": { - "line": 3698, + "line": 3740, "column": 40 } }, @@ -548157,29 +548429,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 163000, - "end": 163012, + "start": 165390, + "end": 165402, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 28 }, "end": { - "line": 3698, + "line": 3740, "column": 40 } }, "object": { "type": "Identifier", - "start": 163000, - "end": 163004, + "start": 165390, + "end": 165394, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 28 }, "end": { - "line": 3698, + "line": 3740, "column": 32 }, "identifierName": "data" @@ -548188,15 +548460,15 @@ }, "property": { "type": "Identifier", - "start": 163005, - "end": 163011, + "start": 165395, + "end": 165401, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 33 }, "end": { - "line": 3698, + "line": 3740, "column": 39 }, "identifierName": "config" @@ -548212,15 +548484,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 163017, - "end": 163028, + "start": 165407, + "end": 165418, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 45 }, "end": { - "line": 3698, + "line": 3740, "column": 56 } }, @@ -548233,58 +548505,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 163031, - "end": 163166, + "start": 165421, + "end": 165556, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 59 }, "end": { - "line": 3701, + "line": 3743, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 163091, - "end": 163148, + "start": 165481, + "end": 165538, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 20 }, "end": { - "line": 3700, + "line": 3742, "column": 77 } }, "argument": { "type": "NewExpression", - "start": 163097, - "end": 163148, + "start": 165487, + "end": 165538, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 26 }, "end": { - "line": 3700, + "line": 3742, "column": 77 } }, "callee": { "type": "Identifier", - "start": 163101, - "end": 163115, + "start": 165491, + "end": 165505, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 30 }, "end": { - "line": 3700, + "line": 3742, "column": 44 }, "identifierName": "ReferenceError" @@ -548294,30 +548566,30 @@ "arguments": [ { "type": "TemplateLiteral", - "start": 163117, - "end": 163146, + "start": 165507, + "end": 165536, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 46 }, "end": { - "line": 3700, + "line": 3742, "column": 75 } }, "expressions": [ { "type": "Identifier", - "start": 163137, - "end": 163143, + "start": 165527, + "end": 165533, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 66 }, "end": { - "line": 3700, + "line": 3742, "column": 72 }, "identifierName": "config" @@ -548328,15 +548600,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 163118, - "end": 163135, + "start": 165508, + "end": 165525, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 47 }, "end": { - "line": 3700, + "line": 3742, "column": 64 } }, @@ -548348,15 +548620,15 @@ }, { "type": "TemplateElement", - "start": 163144, - "end": 163145, + "start": 165534, + "end": 165535, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 73 }, "end": { - "line": 3700, + "line": 3742, "column": 74 } }, @@ -548375,15 +548647,15 @@ { "type": "CommentLine", "value": " Call no method", - "start": 163053, - "end": 163070, + "start": 165443, + "end": 165460, "loc": { "start": { - "line": 3699, + "line": 3741, "column": 20 }, "end": { - "line": 3699, + "line": 3741, "column": 37 } } @@ -548399,15 +548671,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -548416,57 +548688,57 @@ }, { "type": "ExpressionStatement", - "start": 163221, - "end": 163241, + "start": 165611, + "end": 165631, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 163221, - "end": 163241, + "start": 165611, + "end": 165631, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 163221, - "end": 163233, + "start": 165611, + "end": 165623, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 28 } }, "object": { "type": "Identifier", - "start": 163221, - "end": 163225, + "start": 165611, + "end": 165615, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 20 }, "identifierName": "data" @@ -548476,15 +548748,15 @@ }, "property": { "type": "Identifier", - "start": 163226, - "end": 163232, + "start": 165616, + "end": 165622, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 21 }, "end": { - "line": 3703, + "line": 3745, "column": 27 }, "identifierName": "config" @@ -548497,15 +548769,15 @@ "arguments": [ { "type": "Identifier", - "start": 163235, - "end": 163239, + "start": 165625, + "end": 165629, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 30 }, "end": { - "line": 3703, + "line": 3745, "column": 34 }, "identifierName": "args" @@ -548519,15 +548791,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -548539,44 +548811,44 @@ }, "alternate": { "type": "BlockStatement", - "start": 163261, - "end": 163374, + "start": 165651, + "end": 165764, "loc": { "start": { - "line": 3704, + "line": 3746, "column": 19 }, "end": { - "line": 3708, + "line": 3750, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 163279, - "end": 163360, + "start": 165669, + "end": 165750, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 16 }, "end": { - "line": 3707, + "line": 3749, "column": 17 } }, "test": { "type": "UnaryExpression", - "start": 163284, - "end": 163305, + "start": 165674, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 21 }, "end": { - "line": 3705, + "line": 3747, "column": 42 } }, @@ -548584,29 +548856,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 163286, - "end": 163305, + "start": 165676, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 23 }, "end": { - "line": 3705, + "line": 3747, "column": 42 } }, "object": { "type": "Identifier", - "start": 163286, - "end": 163290, + "start": 165676, + "end": 165680, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 23 }, "end": { - "line": 3705, + "line": 3747, "column": 27 }, "identifierName": "data" @@ -548615,15 +548887,15 @@ }, "property": { "type": "Identifier", - "start": 163291, - "end": 163305, + "start": 165681, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 28 }, "end": { - "line": 3705, + "line": 3747, "column": 42 }, "identifierName": "_isInitialized" @@ -548638,72 +548910,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 163308, - "end": 163360, + "start": 165698, + "end": 165750, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 45 }, "end": { - "line": 3707, + "line": 3749, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 163330, - "end": 163342, + "start": 165720, + "end": 165732, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 163330, - "end": 163342, + "start": 165720, + "end": 165732, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 163330, - "end": 163340, + "start": 165720, + "end": 165730, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 30 } }, "object": { "type": "Identifier", - "start": 163330, - "end": 163334, + "start": 165720, + "end": 165724, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 24 }, "identifierName": "data" @@ -548712,15 +548984,15 @@ }, "property": { "type": "Identifier", - "start": 163335, - "end": 163340, + "start": 165725, + "end": 165730, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 25 }, "end": { - "line": 3706, + "line": 3748, "column": 30 }, "identifierName": "_init" @@ -548755,15 +549027,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -548771,15 +549043,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -548792,9 +549064,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0\n ", + "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0b4\n ", "start": 0, - "end": 65, + "end": 67, "loc": { "start": { "line": 1, @@ -548809,8 +549081,8 @@ { "type": "CommentBlock", "value": "* @type {string} [NAME=\"Timeline\"] ", - "start": 67, - "end": 106, + "start": 69, + "end": 108, "loc": { "start": { "line": 6, @@ -548825,8 +549097,8 @@ { "type": "CommentBlock", "value": "* @type {string} VERSION ", - "start": 107, - "end": 136, + "start": 109, + "end": 138, "loc": { "start": { "line": 7, @@ -548841,8 +549113,8 @@ { "type": "CommentBlock", "value": "* @type {string} DATA_KEY ", - "start": 137, - "end": 167, + "start": 139, + "end": 169, "loc": { "start": { "line": 8, @@ -548857,8 +549129,8 @@ { "type": "CommentBlock", "value": "* @type {string} EVENT_KEY ", - "start": 168, - "end": 199, + "start": 170, + "end": 201, "loc": { "start": { "line": 9, @@ -548873,8 +549145,8 @@ { "type": "CommentBlock", "value": "* @type {string} PREFIX ", - "start": 200, - "end": 228, + "start": 202, + "end": 230, "loc": { "start": { "line": 10, @@ -548888,9 +549160,9 @@ }, { "type": "CommentBlock", - "value": "* @type {string} LOADING_MESSAGE ", - "start": 229, - "end": 266, + "value": "* @type {number} MIN_POINTER_SIZE ", + "start": 231, + "end": 269, "loc": { "start": { "line": 11, @@ -548898,15 +549170,15 @@ }, "end": { "line": 11, - "column": 37 + "column": 38 } } }, { "type": "CommentBlock", - "value": "* @type {number} MIN_POINTER_SIZE ", - "start": 267, - "end": 305, + "value": "* @type {Object} JQUERY_NO_CONFLICT ", + "start": 270, + "end": 310, "loc": { "start": { "line": 12, @@ -548914,166 +549186,182 @@ }, "end": { "line": 12, - "column": 38 + "column": 40 } } }, { "type": "CommentBlock", - "value": "* @type {string} DATA_API_KEY ", - "start": 306, - "end": 340, + "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"zerofill\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"ordinal\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", + "start": 312, + "end": 2206, "loc": { "start": { - "line": 13, + "line": 14, "column": 0 }, "end": { - "line": 13, - "column": 34 + "line": 35, + "column": 3 } } }, { "type": "CommentBlock", - "value": "* @type {Object} JQUERY_NO_CONFLICT ", - "start": 341, - "end": 381, + "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2208, + "end": 2671, "loc": { "start": { - "line": 14, + "line": 37, "column": 0 }, "end": { - "line": 14, - "column": 40 + "line": 46, + "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", - "start": 383, - "end": 2013, + "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2673, + "end": 3139, "loc": { "start": { - "line": 16, + "line": 48, "column": 0 }, "end": { - "line": 37, + "line": 57, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2015, - "end": 2478, + "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", + "start": 3141, + "end": 3483, "loc": { "start": { - "line": 39, + "line": 59, "column": 0 }, "end": { - "line": 48, + "line": 66, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2480, - "end": 2946, + "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 3485, + "end": 4268, "loc": { "start": { - "line": 50, + "line": 68, "column": 0 }, "end": { - "line": 59, + "line": 80, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", - "start": 2948, - "end": 3290, + "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", + "start": 4270, + "end": 4590, + "loc": { + "start": { + "line": 82, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", + "start": 4592, + "end": 5085, "loc": { "start": { - "line": 61, + "line": 91, "column": 0 }, "end": { - "line": 68, + "line": 101, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 3292, - "end": 4075, + "value": "*\n * Various effect settings to the timeline object displayed in the DOM\n *\n * @typedef {Object} Effects\n * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container.\n * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over.\n * @property {boolean} [stripedGridRow=true] - \n * @property {string} [horizontalGridStyle=\"solid\"] - The style of horizontal grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @property {string} [verticalGridStyle=\"solid\"] - The style of vertical grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @since 2.0.0\n ", + "start": 5087, + "end": 5827, "loc": { "start": { - "line": 70, + "line": 103, "column": 0 }, "end": { - "line": 82, + "line": 113, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", - "start": 4077, - "end": 4397, + "value": "*\n * Color scheme to overwrite defaults UI color of the event node\n *\n * @typedef {Object} EventColors\n * @property {string} [text=\"#343A40\"] - Defaults to text color of the event node\n * @property {string} [border=\"#6C757D\"] - Defaults to border color of the event node\n * @property {string} [background=\"#E7E7E7\"] - Defaults to background color of the event node\n * @since 2.0.0\n ", + "start": 5829, + "end": 6215, "loc": { "start": { - "line": 84, + "line": 115, "column": 0 }, "end": { - "line": 91, + "line": 123, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", - "start": 4399, - "end": 4892, + "value": "*\n * An option to overwrite defaults UI color of all event nodes\n *\n * @typedef {Object} ColorScheme\n * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node\n * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node\n * @since 2.0.0\n ", + "start": 6217, + "end": 6563, "loc": { "start": { - "line": 93, + "line": 125, "column": 0 }, "end": { - "line": 103, + "line": 132, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", - "start": 4894, - "end": 8015, + "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\" or \"mixed\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {array.} [eventData] - You can declare the events with object format as default events you want to place\n * @property {Effects} [effects] - You can declare effective styles as view of the timeline object\n * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", + "start": 6565, + "end": 10016, "loc": { "start": { - "line": 105, + "line": 134, "column": 0 }, "end": { - "line": 136, + "line": 168, "column": 3 } } @@ -549081,15 +549369,15 @@ { "type": "CommentBlock", "value": "*\n * The limited grid number per scale of timeline\n *\n * @typedef {Object} LimitScaleGrids\n * @property {number} [millennium=100] - In other words it's 100000 years\n * @property {number} [century=500] - In other words it's 50000 years\n * @property {number} [decade=500] - In other words it's 5000 years\n * @property {number} [lustrum=500] - In other words it's 2500 years\n * @property {number} [year=500] - In other words it's 500 years\n * @property {number} [month=540] - In other words it's 45 years\n * @property {number} [week=530] - In other words it's 10 years\n * @property {number} [day=366] - In other words it's about 1 years\n * @property {number} [hour=720] - In other words it's 30 days\n * @property {number} [quarterHour=720] - In other words it's 7.5 days\n * @property {number} [halfHour=720] - In other words it's 15 days\n * @property {number} [minute=720] - In other words it's 12 hours\n * @property {number} [second=900] - In other words it's 15 minutes\n * @since 2.0.0\n ", - "start": 8017, - "end": 9007, + "start": 10018, + "end": 11008, "loc": { "start": { - "line": 138, + "line": 170, "column": 0 }, "end": { - "line": 156, + "line": 188, "column": 3 } } @@ -549097,79 +549385,79 @@ { "type": "CommentBlock", "value": "*\n * \n *\n * @typedef {Object} RelationOption\n * @property {number} [before] - Set target eventID to connect the relation line to the event (leftward on the timeline) in chronological before from oneself event.\n * @property {number} [after] - Set target eventID to connect the relation line to the event (rightward on the timeline) in chronological after from oneself event.\n * @property {number} [linesize] - \n * @property {string} [linecolor] - \n * @property {number|string|boolean} [curve] - Whether the connection line is curved if the connection events are not on the same horizontal. If you specify a boolean value or a shorthand (0 or 1 only), it will be automatically curved. As with the previous version, it is also possible to specify the type of curve using defined preset values.\n ", - "start": 9009, - "end": 9805, + "start": 11010, + "end": 11806, "loc": { "start": { - "line": 158, + "line": 190, "column": 0 }, "end": { - "line": 167, + "line": 199, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", - "start": 9807, - "end": 11929, + "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [category] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", + "start": 11808, + "end": 13966, "loc": { "start": { - "line": 169, + "line": 201, "column": 0 }, "end": { - "line": 196, + "line": 229, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", - "start": 11931, - "end": 12320, + "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} TOUCHSTART_TIMELINE\n * @property {string} TOUCHMOVE_TIMELINE\n * @property {string} TOUCHEND_TIMELINE\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", + "start": 13968, + "end": 14480, "loc": { "start": { - "line": 198, + "line": 231, "column": 0 }, "end": { - "line": 212, + "line": 248, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", - "start": 12322, - "end": 13822, + "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} PRESENT_TIME_MARKER\n * @property {string} LOADER_CONTAINER\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", + "start": 14482, + "end": 16063, "loc": { "start": { - "line": 214, + "line": 250, "column": 0 }, "end": { - "line": 253, + "line": 291, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", - "start": 13824, - "end": 14549, + "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", + "start": 16065, + "end": 16873, "loc": { "start": { - "line": 255, + "line": 293, "column": 0 }, "end": { - "line": 276, + "line": 316, "column": 3 } } @@ -549177,15 +549465,15 @@ { "type": "CommentBlock", "value": "*\n * Pluin Core Class\n * @access public\n * @since 2.0.0\n ", - "start": 14551, - "end": 14612, + "start": 16875, + "end": 16936, "loc": { "start": { - "line": 278, + "line": 318, "column": 0 }, "end": { - "line": 282, + "line": 322, "column": 3 } } @@ -549195,15 +549483,15 @@ { "type": "CommentLine", "value": " class end", - "start": 163399, - "end": 163411, + "start": 165789, + "end": 165801, "loc": { "start": { - "line": 3712, + "line": 3754, "column": 2 }, "end": { - "line": 3712, + "line": 3754, "column": 14 } } @@ -549211,15 +549499,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163414, - "end": 163663, + "start": 165804, + "end": 166053, "loc": { "start": { - "line": 3715, + "line": 3757, "column": 0 }, "end": { - "line": 3718, + "line": 3760, "column": 3 } } @@ -549237,9 +549525,9 @@ "comments": [ { "type": "CommentBlock", - "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0\n ", + "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0b4\n ", "start": 0, - "end": 65, + "end": 67, "loc": { "start": { "line": 1, @@ -549254,8 +549542,8 @@ { "type": "CommentBlock", "value": "* @type {string} [NAME=\"Timeline\"] ", - "start": 67, - "end": 106, + "start": 69, + "end": 108, "loc": { "start": { "line": 6, @@ -549270,8 +549558,8 @@ { "type": "CommentBlock", "value": "* @type {string} VERSION ", - "start": 107, - "end": 136, + "start": 109, + "end": 138, "loc": { "start": { "line": 7, @@ -549286,8 +549574,8 @@ { "type": "CommentBlock", "value": "* @type {string} DATA_KEY ", - "start": 137, - "end": 167, + "start": 139, + "end": 169, "loc": { "start": { "line": 8, @@ -549302,8 +549590,8 @@ { "type": "CommentBlock", "value": "* @type {string} EVENT_KEY ", - "start": 168, - "end": 199, + "start": 170, + "end": 201, "loc": { "start": { "line": 9, @@ -549318,8 +549606,8 @@ { "type": "CommentBlock", "value": "* @type {string} PREFIX ", - "start": 200, - "end": 228, + "start": 202, + "end": 230, "loc": { "start": { "line": 10, @@ -549333,9 +549621,9 @@ }, { "type": "CommentBlock", - "value": "* @type {string} LOADING_MESSAGE ", - "start": 229, - "end": 266, + "value": "* @type {number} MIN_POINTER_SIZE ", + "start": 231, + "end": 269, "loc": { "start": { "line": 11, @@ -549343,15 +549631,15 @@ }, "end": { "line": 11, - "column": 37 + "column": 38 } } }, { "type": "CommentBlock", - "value": "* @type {number} MIN_POINTER_SIZE ", - "start": 267, - "end": 305, + "value": "* @type {Object} JQUERY_NO_CONFLICT ", + "start": 270, + "end": 310, "loc": { "start": { "line": 12, @@ -549359,166 +549647,182 @@ }, "end": { "line": 12, - "column": 38 + "column": 40 } } }, { "type": "CommentBlock", - "value": "* @type {string} DATA_API_KEY ", - "start": 306, - "end": 340, + "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"zerofill\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"ordinal\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", + "start": 312, + "end": 2206, "loc": { "start": { - "line": 13, + "line": 14, "column": 0 }, "end": { - "line": 13, - "column": 34 + "line": 35, + "column": 3 } } }, { "type": "CommentBlock", - "value": "* @type {Object} JQUERY_NO_CONFLICT ", - "start": 341, - "end": 381, + "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2208, + "end": 2671, "loc": { "start": { - "line": 14, + "line": 37, "column": 0 }, "end": { - "line": 14, - "column": 40 + "line": 46, + "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", - "start": 383, - "end": 2013, + "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2673, + "end": 3139, "loc": { "start": { - "line": 16, + "line": 48, "column": 0 }, "end": { - "line": 37, + "line": 57, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2015, - "end": 2478, + "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", + "start": 3141, + "end": 3483, "loc": { "start": { - "line": 39, + "line": 59, "column": 0 }, "end": { - "line": 48, + "line": 66, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2480, - "end": 2946, + "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 3485, + "end": 4268, "loc": { "start": { - "line": 50, + "line": 68, "column": 0 }, "end": { - "line": 59, + "line": 80, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", - "start": 2948, - "end": 3290, + "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", + "start": 4270, + "end": 4590, "loc": { "start": { - "line": 61, + "line": 82, "column": 0 }, "end": { - "line": 68, + "line": 89, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 3292, - "end": 4075, + "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", + "start": 4592, + "end": 5085, "loc": { "start": { - "line": 70, + "line": 91, "column": 0 }, "end": { - "line": 82, + "line": 101, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", - "start": 4077, - "end": 4397, + "value": "*\n * Various effect settings to the timeline object displayed in the DOM\n *\n * @typedef {Object} Effects\n * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container.\n * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over.\n * @property {boolean} [stripedGridRow=true] - \n * @property {string} [horizontalGridStyle=\"solid\"] - The style of horizontal grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @property {string} [verticalGridStyle=\"solid\"] - The style of vertical grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @since 2.0.0\n ", + "start": 5087, + "end": 5827, "loc": { "start": { - "line": 84, + "line": 103, "column": 0 }, "end": { - "line": 91, + "line": 113, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", - "start": 4399, - "end": 4892, + "value": "*\n * Color scheme to overwrite defaults UI color of the event node\n *\n * @typedef {Object} EventColors\n * @property {string} [text=\"#343A40\"] - Defaults to text color of the event node\n * @property {string} [border=\"#6C757D\"] - Defaults to border color of the event node\n * @property {string} [background=\"#E7E7E7\"] - Defaults to background color of the event node\n * @since 2.0.0\n ", + "start": 5829, + "end": 6215, "loc": { "start": { - "line": 93, + "line": 115, "column": 0 }, "end": { - "line": 103, + "line": 123, + "column": 3 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * An option to overwrite defaults UI color of all event nodes\n *\n * @typedef {Object} ColorScheme\n * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node\n * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node\n * @since 2.0.0\n ", + "start": 6217, + "end": 6563, + "loc": { + "start": { + "line": 125, + "column": 0 + }, + "end": { + "line": 132, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", - "start": 4894, - "end": 8015, + "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\" or \"mixed\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {array.} [eventData] - You can declare the events with object format as default events you want to place\n * @property {Effects} [effects] - You can declare effective styles as view of the timeline object\n * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", + "start": 6565, + "end": 10016, "loc": { "start": { - "line": 105, + "line": 134, "column": 0 }, "end": { - "line": 136, + "line": 168, "column": 3 } } @@ -549526,15 +549830,15 @@ { "type": "CommentBlock", "value": "*\n * The limited grid number per scale of timeline\n *\n * @typedef {Object} LimitScaleGrids\n * @property {number} [millennium=100] - In other words it's 100000 years\n * @property {number} [century=500] - In other words it's 50000 years\n * @property {number} [decade=500] - In other words it's 5000 years\n * @property {number} [lustrum=500] - In other words it's 2500 years\n * @property {number} [year=500] - In other words it's 500 years\n * @property {number} [month=540] - In other words it's 45 years\n * @property {number} [week=530] - In other words it's 10 years\n * @property {number} [day=366] - In other words it's about 1 years\n * @property {number} [hour=720] - In other words it's 30 days\n * @property {number} [quarterHour=720] - In other words it's 7.5 days\n * @property {number} [halfHour=720] - In other words it's 15 days\n * @property {number} [minute=720] - In other words it's 12 hours\n * @property {number} [second=900] - In other words it's 15 minutes\n * @since 2.0.0\n ", - "start": 8017, - "end": 9007, + "start": 10018, + "end": 11008, "loc": { "start": { - "line": 138, + "line": 170, "column": 0 }, "end": { - "line": 156, + "line": 188, "column": 3 } } @@ -549542,79 +549846,79 @@ { "type": "CommentBlock", "value": "*\n * \n *\n * @typedef {Object} RelationOption\n * @property {number} [before] - Set target eventID to connect the relation line to the event (leftward on the timeline) in chronological before from oneself event.\n * @property {number} [after] - Set target eventID to connect the relation line to the event (rightward on the timeline) in chronological after from oneself event.\n * @property {number} [linesize] - \n * @property {string} [linecolor] - \n * @property {number|string|boolean} [curve] - Whether the connection line is curved if the connection events are not on the same horizontal. If you specify a boolean value or a shorthand (0 or 1 only), it will be automatically curved. As with the previous version, it is also possible to specify the type of curve using defined preset values.\n ", - "start": 9009, - "end": 9805, + "start": 11010, + "end": 11806, "loc": { "start": { - "line": 158, + "line": 190, "column": 0 }, "end": { - "line": 167, + "line": 199, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", - "start": 9807, - "end": 11929, + "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [category] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", + "start": 11808, + "end": 13966, "loc": { "start": { - "line": 169, + "line": 201, "column": 0 }, "end": { - "line": 196, + "line": 229, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", - "start": 11931, - "end": 12320, + "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} TOUCHSTART_TIMELINE\n * @property {string} TOUCHMOVE_TIMELINE\n * @property {string} TOUCHEND_TIMELINE\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", + "start": 13968, + "end": 14480, "loc": { "start": { - "line": 198, + "line": 231, "column": 0 }, "end": { - "line": 212, + "line": 248, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", - "start": 12322, - "end": 13822, + "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} PRESENT_TIME_MARKER\n * @property {string} LOADER_CONTAINER\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", + "start": 14482, + "end": 16063, "loc": { "start": { - "line": 214, + "line": 250, "column": 0 }, "end": { - "line": 253, + "line": 291, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", - "start": 13824, - "end": 14549, + "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", + "start": 16065, + "end": 16873, "loc": { "start": { - "line": 255, + "line": 293, "column": 0 }, "end": { - "line": 276, + "line": 316, "column": 3 } } @@ -549622,15 +549926,15 @@ { "type": "CommentBlock", "value": "*\n * Pluin Core Class\n * @access public\n * @since 2.0.0\n ", - "start": 14551, - "end": 14612, + "start": 16875, + "end": 16936, "loc": { "start": { - "line": 278, + "line": 318, "column": 0 }, "end": { - "line": 282, + "line": 322, "column": 3 } } @@ -549638,15 +549942,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14675, - "end": 14696, + "start": 16999, + "end": 17020, "loc": { "start": { - "line": 285, + "line": 325, "column": 8 }, "end": { - "line": 285, + "line": 325, "column": 29 } } @@ -549654,15 +549958,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14761, - "end": 14782, + "start": 17085, + "end": 17106, "loc": { "start": { - "line": 287, + "line": 327, "column": 8 }, "end": { - "line": 287, + "line": 327, "column": 29 } } @@ -549670,15 +549974,15 @@ { "type": "CommentBlock", "value": "* @type {?string} ", - "start": 14829, - "end": 14851, + "start": 17153, + "end": 17175, "loc": { "start": { - "line": 289, + "line": 329, "column": 8 }, "end": { - "line": 289, + "line": 329, "column": 30 } } @@ -549686,15 +549990,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14895, - "end": 14917, + "start": 17219, + "end": 17241, "loc": { "start": { - "line": 291, + "line": 331, "column": 8 }, "end": { - "line": 291, + "line": 331, "column": 30 } } @@ -549702,15 +550006,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14962, - "end": 14984, + "start": 17286, + "end": 17308, "loc": { "start": { - "line": 293, + "line": 333, "column": 8 }, "end": { - "line": 293, + "line": 333, "column": 30 } } @@ -549718,15 +550022,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15029, - "end": 15051, + "start": 17353, + "end": 17375, "loc": { "start": { - "line": 295, + "line": 335, "column": 8 }, "end": { - "line": 295, + "line": 335, "column": 30 } } @@ -549734,15 +550038,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15096, - "end": 15118, + "start": 17420, + "end": 17442, "loc": { "start": { - "line": 297, + "line": 337, "column": 8 }, "end": { - "line": 297, + "line": 337, "column": 30 } } @@ -549750,31 +550054,47 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 15163, - "end": 15184, + "start": 17487, + "end": 17508, "loc": { "start": { - "line": 299, + "line": 339, "column": 8 }, "end": { - "line": 299, + "line": 339, "column": 29 } } }, + { + "type": "CommentBlock", + "value": "* @type {?Object} ", + "start": 17550, + "end": 17572, + "loc": { + "start": { + "line": 341, + "column": 8 + }, + "end": { + "line": 341, + "column": 30 + } + } + }, { "type": "CommentLine", "value": " Getters", - "start": 15233, - "end": 15243, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 303, + "line": 345, "column": 4 }, "end": { - "line": 303, + "line": 345, "column": 14 } } @@ -549782,15 +550102,15 @@ { "type": "CommentBlock", "value": "* @type {string} ", - "start": 15253, - "end": 15274, + "start": 17643, + "end": 17664, "loc": { "start": { - "line": 305, + "line": 347, "column": 4 }, "end": { - "line": 305, + "line": 347, "column": 25 } } @@ -549798,15 +550118,15 @@ { "type": "CommentBlock", "value": "* @type {Default} ", - "start": 15340, - "end": 15362, + "start": 17730, + "end": 17752, "loc": { "start": { - "line": 310, + "line": 352, "column": 4 }, "end": { - "line": 310, + "line": 352, "column": 26 } } @@ -549814,15 +550134,15 @@ { "type": "CommentLine", "value": " Private", - "start": 15428, - "end": 15438, + "start": 17818, + "end": 17828, "loc": { "start": { - "line": 315, + "line": 357, "column": 4 }, "end": { - "line": 315, + "line": 357, "column": 14 } } @@ -549830,15 +550150,15 @@ { "type": "CommentBlock", "value": "*\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n ", - "start": 15448, - "end": 15647, + "start": 17838, + "end": 18037, "loc": { "start": { - "line": 317, + "line": 359, "column": 4 }, "end": { - "line": 322, + "line": 364, "column": 7 } } @@ -549846,15 +550166,15 @@ { "type": "CommentBlock", "value": "*\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n ", - "start": 15787, - "end": 15942, + "start": 18177, + "end": 18332, "loc": { "start": { - "line": 331, + "line": 373, "column": 4 }, "end": { - "line": 336, + "line": 378, "column": 7 } } @@ -549862,15 +550182,15 @@ { "type": "CommentBlock", "value": "*\n * Initialize the plugin\n * @private\n ", - "start": 16378, - "end": 16434, + "start": 18768, + "end": 18824, "loc": { "start": { - "line": 353, + "line": 395, "column": 4 }, "end": { - "line": 356, + "line": 398, "column": 7 } } @@ -549878,15 +550198,15 @@ { "type": "CommentLine", "value": " Assign events for the timeline", - "start": 17699, - "end": 17732, + "start": 20089, + "end": 20122, "loc": { "start": { - "line": 398, + "line": 440, "column": 12 }, "end": { - "line": 398, + "line": 440, "column": 45 } } @@ -549894,15 +550214,15 @@ { "type": "CommentBlock", "value": "*\n * Calculate each properties of the timeline instance\n * @private\n ", - "start": 19172, - "end": 19257, + "start": 21562, + "end": 21647, "loc": { "start": { - "line": 442, + "line": 484, "column": 4 }, "end": { - "line": 445, + "line": 487, "column": 7 } } @@ -549910,15 +550230,15 @@ { "type": "CommentLine", "value": " pre-cache", - "start": 20023, - "end": 20035, + "start": 22413, + "end": 22425, "loc": { "start": { - "line": 458, + "line": 500, "column": 37 }, "end": { - "line": 458, + "line": 500, "column": 49 } } @@ -549926,15 +550246,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 20114, - "end": 20211, + "start": 22504, + "end": 22601, "loc": { "start": { - "line": 461, + "line": 503, "column": 12 }, "end": { - "line": 461, + "line": 503, "column": 109 } } @@ -549942,15 +550262,15 @@ { "type": "CommentLine", "value": " Average days within the range", - "start": 20452, - "end": 20484, + "start": 22842, + "end": 22874, "loc": { "start": { - "line": 464, + "line": 506, "column": 112 }, "end": { - "line": 464, + "line": 506, "column": 144 } } @@ -549958,15 +550278,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -549974,15 +550294,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 21072, - "end": 21119, + "start": 23462, + "end": 23509, "loc": { "start": { - "line": 478, + "line": 520, "column": 12 }, "end": { - "line": 478, + "line": 520, "column": 59 } } @@ -549990,15 +550310,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -550006,15 +550326,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -550022,15 +550342,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -550038,15 +550358,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -550054,15 +550374,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -550070,15 +550390,15 @@ { "type": "CommentLine", "value": "}", - "start": 27085, - "end": 27088, + "start": 29475, + "end": 29478, "loc": { "start": { - "line": 589, + "line": 631, "column": 20 }, "end": { - "line": 589, + "line": 631, "column": 23 } } @@ -550086,15 +550406,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -550102,15 +550422,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )", - "start": 28756, - "end": 28838, + "start": 31146, + "end": 31228, "loc": { "start": { - "line": 629, + "line": 671, "column": 0 }, "end": { - "line": 629, + "line": 671, "column": 82 } } @@ -550118,15 +550438,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )", - "start": 28898, - "end": 28979, + "start": 31288, + "end": 31369, "loc": { "start": { - "line": 631, + "line": 673, "column": 0 }, "end": { - "line": 631, + "line": 673, "column": 81 } } @@ -550134,15 +550454,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )", - "start": 29042, - "end": 29123, + "start": 31432, + "end": 31513, "loc": { "start": { - "line": 634, + "line": 676, "column": 0 }, "end": { - "line": 634, + "line": 676, "column": 81 } } @@ -550150,15 +550470,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )", - "start": 29182, - "end": 29262, + "start": 31572, + "end": 31652, "loc": { "start": { - "line": 636, + "line": 678, "column": 0 }, "end": { - "line": 636, + "line": 678, "column": 80 } } @@ -550166,15 +550486,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -550182,15 +550502,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -550198,15 +550518,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -550214,15 +550534,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -550230,15 +550550,15 @@ { "type": "CommentLine", "value": " Millisecond (:> ミリ秒", - "start": 31342, - "end": 31364, + "start": 33732, + "end": 33754, "loc": { "start": { - "line": 701, + "line": 743, "column": 16 }, "end": { - "line": 701, + "line": 743, "column": 38 } } @@ -550246,15 +550566,15 @@ { "type": "CommentLine", "value": " Second (:> 秒", - "start": 31473, - "end": 31488, + "start": 33863, + "end": 33878, "loc": { "start": { - "line": 705, + "line": 747, "column": 16 }, "end": { - "line": 705, + "line": 747, "column": 31 } } @@ -550262,15 +550582,15 @@ { "type": "CommentLine", "value": " Minute (:> 分", - "start": 31600, - "end": 31615, + "start": 33990, + "end": 34005, "loc": { "start": { - "line": 709, + "line": 751, "column": 16 }, "end": { - "line": 709, + "line": 751, "column": 31 } } @@ -550278,15 +550598,15 @@ { "type": "CommentLine", "value": " Quarter of an hour (:> 15分", - "start": 31740, - "end": 31769, + "start": 34130, + "end": 34159, "loc": { "start": { - "line": 713, + "line": 755, "column": 16 }, "end": { - "line": 713, + "line": 755, "column": 45 } } @@ -550294,15 +550614,15 @@ { "type": "CommentLine", "value": " Half an hour (:> 30分", - "start": 31896, - "end": 31919, + "start": 34286, + "end": 34309, "loc": { "start": { - "line": 717, + "line": 759, "column": 16 }, "end": { - "line": 717, + "line": 759, "column": 39 } } @@ -550310,15 +550630,15 @@ { "type": "CommentLine", "value": " Hour (:> 時(時間)", - "start": 32039, - "end": 32056, + "start": 34429, + "end": 34446, "loc": { "start": { - "line": 721, + "line": 763, "column": 16 }, "end": { - "line": 721, + "line": 763, "column": 33 } } @@ -550326,15 +550646,15 @@ { "type": "CommentLine", "value": " Day (:> 日", - "start": 32175, - "end": 32187, + "start": 34565, + "end": 34577, "loc": { "start": { - "line": 725, + "line": 767, "column": 16 }, "end": { - "line": 725, + "line": 767, "column": 28 } } @@ -550342,15 +550662,15 @@ { "type": "CommentLine", "value": " Week (:> 週", - "start": 32312, - "end": 32325, + "start": 34702, + "end": 34715, "loc": { "start": { - "line": 729, + "line": 771, "column": 16 }, "end": { - "line": 729, + "line": 771, "column": 29 } } @@ -550358,15 +550678,15 @@ { "type": "CommentLine", "value": " Month (is the variable length scale) (:> 月(可変長スケール)", - "start": 32455, - "end": 32509, + "start": 34845, + "end": 34899, "loc": { "start": { - "line": 733, + "line": 775, "column": 16 }, "end": { - "line": 733, + "line": 775, "column": 70 } } @@ -550374,15 +550694,15 @@ { "type": "CommentLine", "value": "console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )", - "start": 32510, - "end": 32584, + "start": 34900, + "end": 34974, "loc": { "start": { - "line": 734, + "line": 776, "column": 0 }, "end": { - "line": 734, + "line": 776, "column": 74 } } @@ -550390,15 +550710,15 @@ { "type": "CommentLine", "value": " Year (is the variable length scale) (:> 年(可変長スケール)", - "start": 32910, - "end": 32963, + "start": 35300, + "end": 35353, "loc": { "start": { - "line": 742, + "line": 784, "column": 16 }, "end": { - "line": 742, + "line": 784, "column": 69 } } @@ -550406,15 +550726,15 @@ { "type": "CommentLine", "value": " Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)", - "start": 33291, - "end": 33394, + "start": 35681, + "end": 35784, "loc": { "start": { - "line": 750, + "line": 792, "column": 16 }, "end": { - "line": 750, + "line": 792, "column": 119 } } @@ -550422,15 +550742,15 @@ { "type": "CommentLine", "value": " 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000", - "start": 33411, - "end": 33514, + "start": 35801, + "end": 35904, "loc": { "start": { - "line": 751, + "line": 793, "column": 16 }, "end": { - "line": 751, + "line": 793, "column": 119 } } @@ -550438,15 +550758,15 @@ { "type": "CommentLine", "value": "_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia", - "start": 33531, - "end": 33621, + "start": 35921, + "end": 36011, "loc": { "start": { - "line": 752, + "line": 794, "column": 16 }, "end": { - "line": 752, + "line": 794, "column": 106 } } @@ -550454,15 +550774,15 @@ { "type": "CommentLine", "value": " Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)", - "start": 33752, - "end": 33854, + "start": 36142, + "end": 36244, "loc": { "start": { - "line": 756, + "line": 798, "column": 16 }, "end": { - "line": 756, + "line": 798, "column": 118 } } @@ -550470,15 +550790,15 @@ { "type": "CommentLine", "value": " 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000", - "start": 33871, - "end": 33977, + "start": 36261, + "end": 36367, "loc": { "start": { - "line": 757, + "line": 799, "column": 16 }, "end": { - "line": 757, + "line": 799, "column": 122 } } @@ -550486,15 +550806,15 @@ { "type": "CommentLine", "value": " _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia", - "start": 33994, - "end": 34077, + "start": 36384, + "end": 36467, "loc": { "start": { - "line": 758, + "line": 800, "column": 16 }, "end": { - "line": 758, + "line": 800, "column": 99 } } @@ -550502,15 +550822,15 @@ { "type": "CommentLine", "value": " Century (:> 世紀(百年紀)", - "start": 34200, - "end": 34222, + "start": 36590, + "end": 36612, "loc": { "start": { - "line": 762, + "line": 804, "column": 16 }, "end": { - "line": 762, + "line": 804, "column": 38 } } @@ -550518,15 +550838,15 @@ { "type": "CommentLine", "value": " 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000", - "start": 34239, - "end": 34289, + "start": 36629, + "end": 36679, "loc": { "start": { - "line": 763, + "line": 805, "column": 16 }, "end": { - "line": 763, + "line": 805, "column": 66 } } @@ -550534,15 +550854,15 @@ { "type": "CommentLine", "value": " Millennium (:> 千年紀", - "start": 34428, - "end": 34449, + "start": 36818, + "end": 36839, "loc": { "start": { - "line": 767, + "line": 809, "column": 16 }, "end": { - "line": 767, + "line": 809, "column": 37 } } @@ -550550,15 +550870,15 @@ { "type": "CommentLine", "value": " 100y = 365250", - "start": 34466, - "end": 34482, + "start": 36856, + "end": 36872, "loc": { "start": { - "line": 768, + "line": 810, "column": 16 }, "end": { - "line": 768, + "line": 810, "column": 32 } } @@ -550566,15 +550886,15 @@ { "type": "CommentLine", "value": "_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000", - "start": 34499, - "end": 34545, + "start": 36889, + "end": 36935, "loc": { "start": { - "line": 769, + "line": 811, "column": 16 }, "end": { - "line": 769, + "line": 811, "column": 62 } } @@ -550582,15 +550902,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -550598,15 +550918,15 @@ { "type": "CommentLine", "value": " console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )", - "start": 34964, - "end": 35077, + "start": 37354, + "end": 37467, "loc": { "start": { - "line": 785, + "line": 827, "column": 0 }, "end": { - "line": 785, + "line": 827, "column": 113 } } @@ -550614,15 +550934,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -550630,15 +550950,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -550646,15 +550966,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -550662,15 +550982,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -550678,15 +550998,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -550694,15 +551014,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -550710,15 +551030,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -550726,15 +551046,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -550742,15 +551062,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -550758,15 +551078,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -550774,15 +551094,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -550790,15 +551110,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -550806,15 +551126,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -550822,15 +551142,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -550838,15 +551158,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -550854,15 +551174,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -550870,15 +551190,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 42931, - "end": 43028, + "start": 45321, + "end": 45418, "loc": { "start": { - "line": 956, + "line": 998, "column": 12 }, "end": { - "line": 956, + "line": 998, "column": 109 } } @@ -550886,15 +551206,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 43391, - "end": 43438, + "start": 45781, + "end": 45828, "loc": { "start": { - "line": 965, + "line": 1007, "column": 12 }, "end": { - "line": 965, + "line": 1007, "column": 59 } } @@ -550902,15 +551222,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -550918,15 +551238,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -550934,15 +551254,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -550950,15 +551270,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -550966,15 +551286,15 @@ { "type": "CommentLine", "value": " break", - "start": 46123, - "end": 46131, + "start": 48513, + "end": 48521, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 28 }, "end": { - "line": 1010, + "line": 1052, "column": 36 } } @@ -550982,15 +551302,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -550998,15 +551318,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -551014,15 +551334,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -551030,15 +551350,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 46765, - "end": 46862, + "start": 49155, + "end": 49252, "loc": { "start": { - "line": 1028, + "line": 1070, "column": 16 }, "end": { - "line": 1028, + "line": 1070, "column": 113 } } @@ -551046,15 +551366,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -551062,15 +551382,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 47451, - "end": 47498, + "start": 49841, + "end": 49888, "loc": { "start": { - "line": 1039, + "line": 1081, "column": 16 }, "end": { - "line": 1039, + "line": 1081, "column": 63 } } @@ -551078,15 +551398,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -551094,15 +551414,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -551110,15 +551430,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -551126,15 +551446,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -551142,15 +551462,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 53898, - "end": 53932, + "start": 56288, + "end": 56322, "loc": { "start": { - "line": 1177, + "line": 1219, "column": 8 }, "end": { - "line": 1177, + "line": 1219, "column": 42 } } @@ -551158,15 +551478,15 @@ { "type": "CommentLine", "value": "let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),", - "start": 54218, - "end": 54294, + "start": 56608, + "end": 56684, "loc": { "start": { - "line": 1185, + "line": 1227, "column": 12 }, "end": { - "line": 1185, + "line": 1227, "column": 88 } } @@ -551174,15 +551494,15 @@ { "type": "CommentLine", "value": " 0 = Sun, ... 6 = Sat", - "start": 54602, - "end": 54625, + "start": 56992, + "end": 57015, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 38 }, "end": { - "line": 1192, + "line": 1234, "column": 61 } } @@ -551190,15 +551510,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -551206,15 +551526,15 @@ { "type": "CommentLine", "value": "console.log( _scope[target_scale], idx );", - "start": 55755, - "end": 55798, + "start": 58145, + "end": 58188, "loc": { "start": { - "line": 1217, + "line": 1259, "column": 0 }, "end": { - "line": 1217, + "line": 1259, "column": 43 } } @@ -551222,15 +551542,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -551238,15 +551558,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -551254,15 +551574,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -551270,15 +551590,15 @@ { "type": "CommentLine", "value": " Adjust position of ruler item string", - "start": 58136, - "end": 58175, + "start": 60526, + "end": 60565, "loc": { "start": { - "line": 1258, + "line": 1300, "column": 16 }, "end": { - "line": 1258, + "line": 1300, "column": 55 } } @@ -551286,15 +551606,15 @@ { "type": "CommentLine", "value": "console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )", - "start": 58176, - "end": 58299, + "start": 60566, + "end": 60689, "loc": { "start": { - "line": 1259, + "line": 1301, "column": 0 }, "end": { - "line": 1259, + "line": 1301, "column": 123 } } @@ -551302,15 +551622,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -551318,15 +551638,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -551334,15 +551654,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -551350,15 +551670,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -551366,15 +551686,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -551382,15 +551702,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 62738, - "end": 62766, + "start": 65128, + "end": 65156, "loc": { "start": { - "line": 1363, + "line": 1405, "column": 8 }, "end": { - "line": 1363, + "line": 1405, "column": 36 } } @@ -551398,15 +551718,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -551414,15 +551734,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -551430,15 +551750,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -551446,15 +551766,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -551462,15 +551782,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -551478,15 +551798,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -551494,15 +551814,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -551510,15 +551830,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -551526,15 +551846,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )", - "start": 69865, - "end": 69973, + "start": 72255, + "end": 72363, "loc": { "start": { - "line": 1548, + "line": 1590, "column": 0 }, "end": { - "line": 1548, + "line": 1590, "column": 108 } } @@ -551542,15 +551862,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -551558,15 +551878,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -551574,15 +551894,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -551590,15 +551910,15 @@ { "type": "CommentLine", "value": " For drawing the relation line", - "start": 72031, - "end": 72063, + "start": 74421, + "end": 74453, "loc": { "start": { - "line": 1585, + "line": 1627, "column": 24 }, "end": { - "line": 1585, + "line": 1627, "column": 56 } } @@ -551606,15 +551926,15 @@ { "type": "CommentLine", "value": "let _pointSize = this._getPointerSize( new_event.size, new_event.margin )", - "start": 72160, - "end": 72236, + "start": 74550, + "end": 74626, "loc": { "start": { - "line": 1587, + "line": 1629, "column": 28 }, "end": { - "line": 1587, + "line": 1629, "column": 104 } } @@ -551622,15 +551942,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -551638,15 +551958,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -551654,15 +551974,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -551670,15 +551990,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 73409, - "end": 73437, + "start": 75799, + "end": 75827, "loc": { "start": { - "line": 1617, + "line": 1659, "column": 8 }, "end": { - "line": 1617, + "line": 1659, "column": 36 } } @@ -551686,15 +552006,15 @@ { "type": "CommentLine", "value": " When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合", - "start": 73713, - "end": 73815, + "start": 76103, + "end": 76205, "loc": { "start": { - "line": 1624, + "line": 1666, "column": 16 }, "end": { - "line": 1624, + "line": 1666, "column": 118 } } @@ -551702,15 +552022,15 @@ { "type": "CommentLine", "value": " When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合", - "start": 73955, - "end": 74030, + "start": 76345, + "end": 76420, "loc": { "start": { - "line": 1627, + "line": 1669, "column": 16 }, "end": { - "line": 1627, + "line": 1669, "column": 91 } } @@ -551718,15 +552038,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -551734,15 +552054,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -551750,15 +552070,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -551766,15 +552086,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -551782,15 +552102,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -551798,15 +552118,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -551814,15 +552134,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -551830,15 +552150,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -551846,15 +552166,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -551862,15 +552182,15 @@ { "type": "CommentLine", "value": " The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上", - "start": 79230, - "end": 79323, + "start": 81620, + "end": 81713, "loc": { "start": { - "line": 1769, + "line": 1811, "column": 12 }, "end": { - "line": 1769, + "line": 1811, "column": 105 } } @@ -551878,15 +552198,15 @@ { "type": "CommentLine", "value": " The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下", - "start": 79390, - "end": 79492, + "start": 81780, + "end": 81882, "loc": { "start": { - "line": 1771, + "line": 1813, "column": 16 }, "end": { - "line": 1771, + "line": 1813, "column": 118 } } @@ -551894,15 +552214,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)", - "start": 79582, - "end": 79700, + "start": 81972, + "end": 82090, "loc": { "start": { - "line": 1773, + "line": 1815, "column": 20 }, "end": { - "line": 1773, + "line": 1815, "column": 138 } } @@ -551910,15 +552230,15 @@ { "type": "CommentLine", "value": " OK", - "start": 79721, - "end": 79726, + "start": 82111, + "end": 82116, "loc": { "start": { - "line": 1774, + "line": 1816, "column": 20 }, "end": { - "line": 1774, + "line": 1816, "column": 25 } } @@ -551926,15 +552246,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)", - "start": 79772, - "end": 79896, + "start": 82162, + "end": 82286, "loc": { "start": { - "line": 1776, + "line": 1818, "column": 20 }, "end": { - "line": 1776, + "line": 1818, "column": 144 } } @@ -551942,15 +552262,15 @@ { "type": "CommentLine", "value": " The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)", - "start": 80015, - "end": 80125, + "start": 82405, + "end": 82515, "loc": { "start": { - "line": 1780, + "line": 1822, "column": 16 }, "end": { - "line": 1780, + "line": 1822, "column": 126 } } @@ -551958,15 +552278,15 @@ { "type": "CommentLine", "value": " The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前", - "start": 80203, - "end": 80292, + "start": 82593, + "end": 82682, "loc": { "start": { - "line": 1784, + "line": 1826, "column": 12 }, "end": { - "line": 1784, + "line": 1826, "column": 101 } } @@ -551974,15 +552294,15 @@ { "type": "CommentLine", "value": " In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント", - "start": 80365, - "end": 80442, + "start": 82755, + "end": 82832, "loc": { "start": { - "line": 1786, + "line": 1828, "column": 16 }, "end": { - "line": 1786, + "line": 1828, "column": 93 } } @@ -551990,15 +552310,15 @@ { "type": "CommentLine", "value": " The case of \"bar\" type", - "start": 80514, - "end": 80539, + "start": 82904, + "end": 82929, "loc": { "start": { - "line": 1789, + "line": 1831, "column": 16 }, "end": { - "line": 1789, + "line": 1831, "column": 41 } } @@ -552006,15 +552326,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)", - "start": 80614, - "end": 80735, + "start": 83004, + "end": 83125, "loc": { "start": { - "line": 1791, + "line": 1833, "column": 20 }, "end": { - "line": 1791, + "line": 1833, "column": 141 } } @@ -552022,15 +552342,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後", - "start": 80819, - "end": 80905, + "start": 83209, + "end": 83295, "loc": { "start": { - "line": 1794, + "line": 1836, "column": 20 }, "end": { - "line": 1794, + "line": 1836, "column": 106 } } @@ -552038,15 +552358,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)", - "start": 81003, - "end": 81141, + "start": 83393, + "end": 83531, "loc": { "start": { - "line": 1796, + "line": 1838, "column": 24 }, "end": { - "line": 1796, + "line": 1838, "column": 162 } } @@ -552054,15 +552374,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)", - "start": 81307, - "end": 81452, + "start": 83697, + "end": 83842, "loc": { "start": { - "line": 1800, + "line": 1842, "column": 24 }, "end": { - "line": 1800, + "line": 1842, "column": 169 } } @@ -552070,15 +552390,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -552086,15 +552406,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -552102,15 +552422,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 83405, - "end": 83450, + "start": 85795, + "end": 85840, "loc": { "start": { - "line": 1840, + "line": 1882, "column": 0 }, "end": { - "line": 1840, + "line": 1882, "column": 45 } } @@ -552118,15 +552438,15 @@ { "type": "CommentLine", "value": " for bootstrap's popover or tooltip", - "start": 83831, - "end": 83868, + "start": 86221, + "end": 86258, "loc": { "start": { - "line": 1848, + "line": 1890, "column": 20 }, "end": { - "line": 1848, + "line": 1890, "column": 57 } } @@ -552134,15 +552454,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -552150,15 +552470,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 84540, - "end": 84568, + "start": 86930, + "end": 86958, "loc": { "start": { - "line": 1872, + "line": 1914, "column": 8 }, "end": { - "line": 1872, + "line": 1914, "column": 36 } } @@ -552166,15 +552486,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -552182,15 +552502,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -552198,15 +552518,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -552214,15 +552534,15 @@ { "type": "CommentLine", "value": " Automatically set the necessary linearity type (:> 自動線形判定", - "start": 87574, - "end": 87634, + "start": 89964, + "end": 90024, "loc": { "start": { - "line": 1934, + "line": 1976, "column": 32 }, "end": { - "line": 1934, + "line": 1976, "column": 92 } } @@ -552230,15 +552550,15 @@ { "type": "CommentLine", "value": "console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )", - "start": 87635, - "end": 87696, + "start": 90025, + "end": 90086, "loc": { "start": { - "line": 1935, + "line": 1977, "column": 0 }, "end": { - "line": 1935, + "line": 1977, "column": 61 } } @@ -552246,15 +552566,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 87791, - "end": 87853, + "start": 90181, + "end": 90243, "loc": { "start": { - "line": 1937, + "line": 1979, "column": 36 }, "end": { - "line": 1937, + "line": 1979, "column": 98 } } @@ -552262,15 +552582,15 @@ { "type": "CommentLine", "value": " 連結点が自分より上にある", - "start": 87949, - "end": 87964, + "start": 90339, + "end": 90354, "loc": { "start": { - "line": 1939, + "line": 1981, "column": 40 }, "end": { - "line": 1939, + "line": 1981, "column": 55 } } @@ -552278,15 +552598,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"", - "start": 88068, - "end": 88113, + "start": 90458, + "end": 90503, "loc": { "start": { - "line": 1941, + "line": 1983, "column": 44 }, "end": { - "line": 1941, + "line": 1983, "column": 89 } } @@ -552294,15 +552614,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"", - "start": 88331, - "end": 88362, + "start": 90721, + "end": 90752, "loc": { "start": { - "line": 1945, + "line": 1987, "column": 44 }, "end": { - "line": 1945, + "line": 1987, "column": 75 } } @@ -552310,15 +552630,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直上 \"│\" to top", - "start": 88526, - "end": 88549, + "start": 90916, + "end": 90939, "loc": { "start": { - "line": 1948, + "line": 1990, "column": 44 }, "end": { - "line": 1948, + "line": 1990, "column": 67 } } @@ -552326,15 +552646,15 @@ { "type": "CommentLine", "value": " 連結点が自分より下にある", - "start": 88797, - "end": 88812, + "start": 91187, + "end": 91202, "loc": { "start": { - "line": 1953, + "line": 1995, "column": 40 }, "end": { - "line": 1953, + "line": 1995, "column": 55 } } @@ -552342,15 +552662,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"", - "start": 88916, - "end": 88961, + "start": 91306, + "end": 91351, "loc": { "start": { - "line": 1955, + "line": 1997, "column": 44 }, "end": { - "line": 1955, + "line": 1997, "column": 89 } } @@ -552358,15 +552678,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂_\" as \"rt+rb\"", - "start": 89179, - "end": 89210, + "start": 91569, + "end": 91600, "loc": { "start": { - "line": 1959, + "line": 2001, "column": 44 }, "end": { - "line": 1959, + "line": 2001, "column": 75 } } @@ -552374,15 +552694,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直下 \"│\" to bottom", - "start": 89374, - "end": 89400, + "start": 91764, + "end": 91790, "loc": { "start": { - "line": 1962, + "line": 2004, "column": 44 }, "end": { - "line": 1962, + "line": 2004, "column": 70 } } @@ -552390,15 +552710,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 89595, - "end": 89654, + "start": 91985, + "end": 92044, "loc": { "start": { - "line": 1966, + "line": 2008, "column": 40 }, "end": { - "line": 1966, + "line": 2008, "column": 99 } } @@ -552406,15 +552726,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 89888, - "end": 89949, + "start": 92278, + "end": 92339, "loc": { "start": { - "line": 1971, + "line": 2013, "column": 36 }, "end": { - "line": 1971, + "line": 2013, "column": 97 } } @@ -552422,15 +552742,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"under\" self (:> 連結点が自分の下にある", - "start": 90045, - "end": 90107, + "start": 92435, + "end": 92497, "loc": { "start": { - "line": 1973, + "line": 2015, "column": 40 }, "end": { - "line": 1973, + "line": 2015, "column": 102 } } @@ -552438,15 +552758,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"", - "start": 90211, - "end": 90308, + "start": 92601, + "end": 92698, "loc": { "start": { - "line": 1975, + "line": 2017, "column": 44 }, "end": { - "line": 1975, + "line": 2017, "column": 141 } } @@ -552454,15 +552774,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"", - "start": 90526, - "end": 90609, + "start": 92916, + "end": 92999, "loc": { "start": { - "line": 1979, + "line": 2021, "column": 44 }, "end": { - "line": 1979, + "line": 2021, "column": 127 } } @@ -552470,15 +552790,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom", - "start": 90773, - "end": 90852, + "start": 93163, + "end": 93242, "loc": { "start": { - "line": 1982, + "line": 2024, "column": 44 }, "end": { - "line": 1982, + "line": 2024, "column": 123 } } @@ -552486,15 +552806,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"above\" self (:> 連結点が自分より上にある", - "start": 91100, - "end": 91163, + "start": 93490, + "end": 93553, "loc": { "start": { - "line": 1987, + "line": 2029, "column": 40 }, "end": { - "line": 1987, + "line": 2029, "column": 103 } } @@ -552502,15 +552822,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"", - "start": 91267, - "end": 91346, + "start": 93657, + "end": 93736, "loc": { "start": { - "line": 1989, + "line": 2031, "column": 44 }, "end": { - "line": 1989, + "line": 2031, "column": 123 } } @@ -552518,15 +552838,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"", - "start": 91564, - "end": 91647, + "start": 93954, + "end": 94037, "loc": { "start": { - "line": 1993, + "line": 2035, "column": 44 }, "end": { - "line": 1993, + "line": 2035, "column": 127 } } @@ -552534,15 +552854,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top", - "start": 91811, - "end": 91887, + "start": 94201, + "end": 94277, "loc": { "start": { - "line": 1996, + "line": 2038, "column": 44 }, "end": { - "line": 1996, + "line": 2038, "column": 120 } } @@ -552550,15 +552870,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 92082, - "end": 92141, + "start": 94472, + "end": 94531, "loc": { "start": { - "line": 2000, + "line": 2042, "column": 40 }, "end": { - "line": 2000, + "line": 2042, "column": 99 } } @@ -552566,15 +552886,15 @@ { "type": "CommentLine", "value": " console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )", - "start": 92640, - "end": 92712, + "start": 95030, + "end": 95102, "loc": { "start": { - "line": 2013, + "line": 2055, "column": 0 }, "end": { - "line": 2013, + "line": 2055, "column": 72 } } @@ -552582,15 +552902,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)┌(_sx,_sy)\"", - "start": 92813, - "end": 92837, + "start": 95203, + "end": 95227, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 62 }, "end": { - "line": 2015, + "line": 2057, "column": 86 } } @@ -552598,15 +552918,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93043, - "end": 93049, + "start": 95433, + "end": 95439, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 75 }, "end": { - "line": 2018, + "line": 2060, "column": 81 } } @@ -552614,15 +552934,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -552630,15 +552950,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 93316, - "end": 93322, + "start": 95706, + "end": 95712, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 65 }, "end": { - "line": 2022, + "line": 2064, "column": 71 } } @@ -552646,15 +552966,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93445, - "end": 93451, + "start": 95835, + "end": 95841, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 85 }, "end": { - "line": 2024, + "line": 2066, "column": 91 } } @@ -552662,15 +552982,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)└(_sx,_sy)\"", - "start": 93578, - "end": 93602, + "start": 95968, + "end": 95992, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 62 }, "end": { - "line": 2027, + "line": 2069, "column": 86 } } @@ -552678,15 +552998,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93808, - "end": 93814, + "start": 96198, + "end": 96204, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 75 }, "end": { - "line": 2030, + "line": 2072, "column": 81 } } @@ -552694,15 +553014,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -552710,15 +553030,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 94081, - "end": 94087, + "start": 96471, + "end": 96477, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 65 }, "end": { - "line": 2034, + "line": 2076, "column": 71 } } @@ -552726,15 +553046,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94210, - "end": 94216, + "start": 96600, + "end": 96606, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 85 }, "end": { - "line": 2036, + "line": 2078, "column": 91 } } @@ -552742,15 +553062,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┐(_ex,_ey)\"", - "start": 94343, - "end": 94367, + "start": 96733, + "end": 96757, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 62 }, "end": { - "line": 2039, + "line": 2081, "column": 86 } } @@ -552758,15 +553078,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 94573, - "end": 94579, + "start": 96963, + "end": 96969, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 75 }, "end": { - "line": 2042, + "line": 2084, "column": 81 } } @@ -552774,15 +553094,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -552790,15 +553110,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94968, - "end": 94974, + "start": 97358, + "end": 97364, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 85 }, "end": { - "line": 2048, + "line": 2090, "column": 91 } } @@ -552806,15 +553126,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┘(_ex,_ey)\"", - "start": 95101, - "end": 95125, + "start": 97491, + "end": 97515, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 62 }, "end": { - "line": 2051, + "line": 2093, "column": 86 } } @@ -552822,15 +553142,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 95331, - "end": 95337, + "start": 97721, + "end": 97727, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 75 }, "end": { - "line": 2054, + "line": 2096, "column": 81 } } @@ -552838,15 +553158,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -552854,15 +553174,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95726, - "end": 95732, + "start": 98116, + "end": 98122, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 85 }, "end": { - "line": 2060, + "line": 2102, "column": 91 } } @@ -552870,15 +553190,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -552886,15 +553206,15 @@ { "type": "CommentLine", "value": " \"⊂ ̄\"", - "start": 95937, - "end": 95944, + "start": 98327, + "end": 98334, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 66 }, "end": { - "line": 2064, + "line": 2106, "column": 73 } } @@ -552902,15 +553222,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -552918,15 +553238,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -552934,15 +553254,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -552950,15 +553270,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -552966,15 +553286,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -552982,15 +553302,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -552998,15 +553318,15 @@ { "type": "CommentLine", "value": " \" ̄⊃\"", - "start": 96698, - "end": 96705, + "start": 99088, + "end": 99095, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 66 }, "end": { - "line": 2073, + "line": 2115, "column": 73 } } @@ -553014,15 +553334,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -553030,15 +553350,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -553046,15 +553366,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -553062,15 +553382,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -553078,15 +553398,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -553094,15 +553414,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -553110,15 +553430,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -553126,15 +553446,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 97970, - "end": 98032, + "start": 100360, + "end": 100422, "loc": { "start": { - "line": 2098, + "line": 2140, "column": 16 }, "end": { - "line": 2098, + "line": 2140, "column": 78 } } @@ -553142,15 +553462,15 @@ { "type": "CommentLine", "value": " (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 98049, - "end": 98111, + "start": 100439, + "end": 100501, "loc": { "start": { - "line": 2099, + "line": 2141, "column": 16 }, "end": { - "line": 2099, + "line": 2141, "column": 78 } } @@ -553158,15 +553478,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 98956, - "end": 99017, + "start": 101346, + "end": 101407, "loc": { "start": { - "line": 2118, + "line": 2160, "column": 16 }, "end": { - "line": 2118, + "line": 2160, "column": 77 } } @@ -553174,15 +553494,15 @@ { "type": "CommentLine", "value": " (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 99034, - "end": 99095, + "start": 101424, + "end": 101485, "loc": { "start": { - "line": 2119, + "line": 2161, "column": 16 }, "end": { - "line": 2119, + "line": 2161, "column": 77 } } @@ -553190,15 +553510,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -553206,15 +553526,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -553222,15 +553542,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -553238,15 +553558,15 @@ { "type": "CommentLine", "value": " console.log( '!_activeEvent:', event )", - "start": 101052, - "end": 101093, + "start": 103442, + "end": 103483, "loc": { "start": { - "line": 2182, + "line": 2224, "column": 0 }, "end": { - "line": 2182, + "line": 2224, "column": 41 } } @@ -553254,15 +553574,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -553270,15 +553590,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -553286,15 +553606,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -553302,15 +553622,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -553318,15 +553638,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -553334,15 +553654,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -553350,15 +553670,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -553366,15 +553686,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -553382,15 +553702,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -553398,15 +553718,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -553414,15 +553734,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -553430,15 +553750,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -553446,15 +553766,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -553462,15 +553782,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -553478,15 +553798,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -553494,15 +553814,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -553510,15 +553830,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -553526,15 +553846,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -553542,15 +553862,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -553558,15 +553878,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -553574,15 +553894,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -553590,15 +553910,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -553606,15 +553926,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -553622,15 +553942,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -553638,15 +553958,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -553654,15 +553974,15 @@ { "type": "CommentLine", "value": " By matching event ID", - "start": 118105, - "end": 118128, + "start": 120495, + "end": 120518, "loc": { "start": { - "line": 2623, + "line": 2665, "column": 20 }, "end": { - "line": 2623, + "line": 2665, "column": 43 } } @@ -553670,15 +553990,15 @@ { "type": "CommentLine", "value": " By matching range of datetime", - "start": 118457, - "end": 118489, + "start": 120847, + "end": 120879, "loc": { "start": { - "line": 2628, + "line": 2670, "column": 20 }, "end": { - "line": 2628, + "line": 2670, "column": 52 } } @@ -553686,15 +554006,15 @@ { "type": "CommentLine", "value": " By matching regex string", - "start": 118938, - "end": 118965, + "start": 121328, + "end": 121355, "loc": { "start": { - "line": 2638, + "line": 2680, "column": 20 }, "end": { - "line": 2638, + "line": 2680, "column": 47 } } @@ -553702,15 +554022,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -553718,15 +554038,15 @@ { "type": "CommentLine", "value": " Update Candidate", - "start": 121793, - "end": 121812, + "start": 124183, + "end": 124202, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 76 }, "end": { - "line": 2711, + "line": 2753, "column": 95 } } @@ -553734,15 +554054,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -553750,15 +554070,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -553766,15 +554086,15 @@ { "type": "CommentLine", "value": " _new_options = Object.assign( _new_options, _old_options, _upc_options )", - "start": 123768, - "end": 123843, + "start": 126158, + "end": 126233, "loc": { "start": { - "line": 2764, + "line": 2806, "column": 12 }, "end": { - "line": 2764, + "line": 2806, "column": 87 } } @@ -553782,15 +554102,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -553798,15 +554118,15 @@ { "type": "CommentLine", "value": "eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),", - "start": 125999, - "end": 126073, + "start": 128389, + "end": 128463, "loc": { "start": { - "line": 2831, + "line": 2873, "column": 12 }, "end": { - "line": 2831, + "line": 2873, "column": 86 } } @@ -553814,15 +554134,15 @@ { "type": "CommentLine", "value": "meta = this.supplement( null, $(_self).data( 'meta' ) ),", - "start": 126134, - "end": 126197, + "start": 128524, + "end": 128587, "loc": { "start": { - "line": 2833, + "line": 2875, "column": 12 }, "end": { - "line": 2833, + "line": 2875, "column": 75 } } @@ -553830,15 +554150,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -553846,15 +554166,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -553862,15 +554182,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -553878,15 +554198,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -553894,15 +554214,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -553910,15 +554230,15 @@ { "type": "CommentLine", "value": " Keep an original minGridSize as cache", - "start": 134660, - "end": 134700, + "start": 137050, + "end": 137090, "loc": { "start": { - "line": 2989, + "line": 3031, "column": 16 }, "end": { - "line": 2989, + "line": 3031, "column": 56 } } @@ -553926,15 +554246,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -553942,15 +554262,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -553958,15 +554278,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -553974,15 +554294,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -553990,15 +554310,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -554006,15 +554326,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -554022,15 +554342,15 @@ { "type": "CommentLine", "value": " typeof null -> object : for hack a bug of ECMAScript", - "start": 137452, - "end": 137507, + "start": 139842, + "end": 139897, "loc": { "start": { - "line": 3064, + "line": 3106, "column": 12 }, "end": { - "line": 3064, + "line": 3106, "column": 67 } } @@ -554038,15 +554358,15 @@ { "type": "CommentLine", "value": " Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof", - "start": 137520, - "end": 137609, + "start": 139910, + "end": 139999, "loc": { "start": { - "line": 3065, + "line": 3107, "column": 12 }, "end": { - "line": 3065, + "line": 3107, "column": 101 } } @@ -554054,15 +554374,15 @@ { "type": "CommentLine", "value": " When object is array:", - "start": 137773, - "end": 137797, + "start": 140163, + "end": 140187, "loc": { "start": { - "line": 3071, + "line": 3113, "column": 20 }, "end": { - "line": 3071, + "line": 3113, "column": 44 } } @@ -554070,15 +554390,15 @@ { "type": "CommentLine", "value": " When object is not array:", - "start": 137893, - "end": 137921, + "start": 140283, + "end": 140311, "loc": { "start": { - "line": 3074, + "line": 3116, "column": 20 }, "end": { - "line": 3074, + "line": 3116, "column": 48 } } @@ -554086,15 +554406,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -554102,15 +554422,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -554118,15 +554438,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -554134,15 +554454,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -554150,15 +554470,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -554166,15 +554486,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -554182,15 +554502,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -554198,15 +554518,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -554214,15 +554534,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -554230,15 +554550,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -554246,15 +554566,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -554262,15 +554582,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -554278,15 +554598,15 @@ { "type": "CommentLine", "value": " For Safari, IE", - "start": 143798, - "end": 143815, + "start": 146188, + "end": 146205, "loc": { "start": { - "line": 3259, + "line": 3301, "column": 16 }, "end": { - "line": 3259, + "line": 3301, "column": 33 } } @@ -554294,15 +554614,15 @@ { "type": "CommentLine", "value": " to month index", - "start": 144505, - "end": 144522, + "start": 146895, + "end": 146912, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 70 }, "end": { - "line": 3272, + "line": 3314, "column": 87 } } @@ -554310,15 +554630,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -554326,15 +554646,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -554342,15 +554662,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -554358,15 +554678,15 @@ { "type": "CommentLine", "value": " To month index", - "start": 146522, - "end": 146539, + "start": 148912, + "end": 148929, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 54 }, "end": { - "line": 3325, + "line": 3367, "column": 71 } } @@ -554374,15 +554694,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -554390,15 +554710,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -554406,15 +554726,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -554422,15 +554742,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -554438,15 +554758,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 152374, - "end": 152464, + "start": 154764, + "end": 154854, "loc": { "start": { - "line": 3470, + "line": 3512, "column": 24 }, "end": { - "line": 3470, + "line": 3512, "column": 114 } } @@ -554454,15 +554774,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -554470,15 +554790,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )", - "start": 154016, - "end": 154105, + "start": 156406, + "end": 156495, "loc": { "start": { - "line": 3501, + "line": 3543, "column": 20 }, "end": { - "line": 3501, + "line": 3543, "column": 109 } } @@ -554486,15 +554806,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 154947, - "end": 155037, + "start": 157337, + "end": 157427, "loc": { "start": { - "line": 3518, + "line": 3560, "column": 20 }, "end": { - "line": 3518, + "line": 3560, "column": 110 } } @@ -554502,15 +554822,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getDate()", - "start": 155135, - "end": 155199, + "start": 157525, + "end": 157589, "loc": { "start": { - "line": 3521, + "line": 3563, "column": 20 }, "end": { - "line": 3521, + "line": 3563, "column": 84 } } @@ -554518,15 +554838,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 155873, - "end": 155963, + "start": 158263, + "end": 158353, "loc": { "start": { - "line": 3533, + "line": 3575, "column": 20 }, "end": { - "line": 3533, + "line": 3575, "column": 110 } } @@ -554534,15 +554854,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getHours()", - "start": 156062, - "end": 156127, + "start": 158452, + "end": 158517, "loc": { "start": { - "line": 3536, + "line": 3578, "column": 20 }, "end": { - "line": 3536, + "line": 3578, "column": 85 } } @@ -554550,15 +554870,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 156743, - "end": 156833, + "start": 159133, + "end": 159223, "loc": { "start": { - "line": 3547, + "line": 3589, "column": 20 }, "end": { - "line": 3547, + "line": 3589, "column": 110 } } @@ -554566,15 +554886,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getMinutes()", - "start": 156934, - "end": 157001, + "start": 159324, + "end": 159391, "loc": { "start": { - "line": 3550, + "line": 3592, "column": 20 }, "end": { - "line": 3550, + "line": 3592, "column": 87 } } @@ -554582,15 +554902,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 157805, - "end": 157895, + "start": 160195, + "end": 160285, "loc": { "start": { - "line": 3564, + "line": 3606, "column": 20 }, "end": { - "line": 3564, + "line": 3606, "column": 110 } } @@ -554598,15 +554918,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getSeconds()", - "start": 157996, - "end": 158063, + "start": 160386, + "end": 160453, "loc": { "start": { - "line": 3567, + "line": 3609, "column": 20 }, "end": { - "line": 3567, + "line": 3609, "column": 87 } } @@ -554614,15 +554934,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -554630,15 +554950,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -554646,15 +554966,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -554662,15 +554982,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -554678,15 +554998,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -554694,15 +555014,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -554710,15 +555030,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -554726,15 +555046,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -554742,15 +555062,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -554758,15 +555078,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -554774,15 +555094,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -554790,15 +555110,15 @@ { "type": "CommentLine", "value": " Apply the plugin and store the instance in data", - "start": 162719, - "end": 162769, + "start": 165109, + "end": 165159, "loc": { "start": { - "line": 3692, + "line": 3734, "column": 16 }, "end": { - "line": 3692, + "line": 3734, "column": 66 } } @@ -554806,15 +555126,15 @@ { "type": "CommentLine", "value": " Call no method", - "start": 163053, - "end": 163070, + "start": 165443, + "end": 165460, "loc": { "start": { - "line": 3699, + "line": 3741, "column": 20 }, "end": { - "line": 3699, + "line": 3741, "column": 37 } } @@ -554822,15 +555142,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -554838,15 +555158,15 @@ { "type": "CommentLine", "value": " class end", - "start": 163399, - "end": 163411, + "start": 165789, + "end": 165801, "loc": { "start": { - "line": 3712, + "line": 3754, "column": 2 }, "end": { - "line": 3712, + "line": 3754, "column": 14 } } @@ -554854,15 +555174,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163414, - "end": 163663, + "start": 165804, + "end": 166053, "loc": { "start": { - "line": 3715, + "line": 3757, "column": 0 }, "end": { - "line": 3718, + "line": 3760, "column": 3 } } @@ -554870,15 +555190,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163845, - "end": 164093, + "start": 166235, + "end": 166483, "loc": { "start": { - "line": 3726, + "line": 3768, "column": 0 }, "end": { - "line": 3729, + "line": 3771, "column": 3 } } @@ -554886,15 +555206,15 @@ { "type": "CommentBlock", "value": "\n NAME,\n VERSION,\n DATA_KEY,\n EVENT_KEY,\n PREFIX,\n LOADING_MESSAGE,\n MIN_POINTER_SIZE,\n JQUERY_NO_CONFLICT,\n ", - "start": 164107, - "end": 164247, + "start": 166497, + "end": 166637, "loc": { "start": { - "line": 3731, + "line": 3773, "column": 4 }, "end": { - "line": 3740, + "line": 3782, "column": 6 } } @@ -554902,15 +555222,15 @@ { "type": "CommentBlock", "value": "\n Event,\n ClassName,\n Selector,\n ", - "start": 164303, - "end": 164352, + "start": 166693, + "end": 166742, "loc": { "start": { - "line": 3744, + "line": 3786, "column": 4 }, "end": { - "line": 3748, + "line": 3790, "column": 6 } } @@ -554919,9 +555239,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0\n ", + "value": "!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0b4\n ", "start": 0, - "end": 65, + "end": 67, "loc": { "start": { "line": 1, @@ -554936,8 +555256,8 @@ { "type": "CommentBlock", "value": "* @type {string} [NAME=\"Timeline\"] ", - "start": 67, - "end": 106, + "start": 69, + "end": 108, "loc": { "start": { "line": 6, @@ -554952,8 +555272,8 @@ { "type": "CommentBlock", "value": "* @type {string} VERSION ", - "start": 107, - "end": 136, + "start": 109, + "end": 138, "loc": { "start": { "line": 7, @@ -554968,8 +555288,8 @@ { "type": "CommentBlock", "value": "* @type {string} DATA_KEY ", - "start": 137, - "end": 167, + "start": 139, + "end": 169, "loc": { "start": { "line": 8, @@ -554984,8 +555304,8 @@ { "type": "CommentBlock", "value": "* @type {string} EVENT_KEY ", - "start": 168, - "end": 199, + "start": 170, + "end": 201, "loc": { "start": { "line": 9, @@ -555000,8 +555320,8 @@ { "type": "CommentBlock", "value": "* @type {string} PREFIX ", - "start": 200, - "end": 228, + "start": 202, + "end": 230, "loc": { "start": { "line": 10, @@ -555015,9 +555335,9 @@ }, { "type": "CommentBlock", - "value": "* @type {string} LOADING_MESSAGE ", - "start": 229, - "end": 266, + "value": "* @type {number} MIN_POINTER_SIZE ", + "start": 231, + "end": 269, "loc": { "start": { "line": 11, @@ -555025,15 +555345,15 @@ }, "end": { "line": 11, - "column": 37 + "column": 38 } } }, { "type": "CommentBlock", - "value": "* @type {number} MIN_POINTER_SIZE ", - "start": 267, - "end": 305, + "value": "* @type {Object} JQUERY_NO_CONFLICT ", + "start": 270, + "end": 310, "loc": { "start": { "line": 12, @@ -555041,166 +555361,182 @@ }, "end": { "line": 12, - "column": 38 + "column": 40 } } }, { "type": "CommentBlock", - "value": "* @type {string} DATA_API_KEY ", - "start": 306, - "end": 340, + "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"zerofill\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"ordinal\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", + "start": 312, + "end": 2206, "loc": { "start": { - "line": 13, + "line": 14, "column": 0 }, "end": { - "line": 13, - "column": 34 + "line": 35, + "column": 3 } } }, { "type": "CommentBlock", - "value": "* @type {Object} JQUERY_NO_CONFLICT ", - "start": 341, - "end": 381, + "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2208, + "end": 2671, "loc": { "start": { - "line": 14, + "line": 37, "column": 0 }, "end": { - "line": 14, - "column": 40 + "line": 46, + "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n ", - "start": 383, - "end": 2013, + "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 2673, + "end": 3139, "loc": { "start": { - "line": 16, + "line": 48, "column": 0 }, "end": { - "line": 37, + "line": 57, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2015, - "end": 2478, + "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", + "start": 3141, + "end": 3483, "loc": { "start": { - "line": 39, + "line": 59, "column": 0 }, "end": { - "line": 48, + "line": 66, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 2480, - "end": 2946, + "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", + "start": 3485, + "end": 4268, "loc": { "start": { - "line": 50, + "line": 68, "column": 0 }, "end": { - "line": 59, + "line": 80, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n ", - "start": 2948, - "end": 3290, + "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", + "start": 4270, + "end": 4590, "loc": { "start": { - "line": 61, + "line": 82, "column": 0 }, "end": { - "line": 68, + "line": 89, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n ", - "start": 3292, - "end": 4075, + "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", + "start": 4592, + "end": 5085, "loc": { "start": { - "line": 70, + "line": 91, "column": 0 }, "end": { - "line": 82, + "line": 101, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n ", - "start": 4077, - "end": 4397, + "value": "*\n * Various effect settings to the timeline object displayed in the DOM\n *\n * @typedef {Object} Effects\n * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container.\n * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over.\n * @property {boolean} [stripedGridRow=true] - \n * @property {string} [horizontalGridStyle=\"solid\"] - The style of horizontal grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @property {string} [verticalGridStyle=\"solid\"] - The style of vertical grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @since 2.0.0\n ", + "start": 5087, + "end": 5827, "loc": { "start": { - "line": 84, + "line": 103, "column": 0 }, "end": { - "line": 91, + "line": 113, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n ", - "start": 4399, - "end": 4892, + "value": "*\n * Color scheme to overwrite defaults UI color of the event node\n *\n * @typedef {Object} EventColors\n * @property {string} [text=\"#343A40\"] - Defaults to text color of the event node\n * @property {string} [border=\"#6C757D\"] - Defaults to border color of the event node\n * @property {string} [background=\"#E7E7E7\"] - Defaults to background color of the event node\n * @since 2.0.0\n ", + "start": 5829, + "end": 6215, "loc": { "start": { - "line": 93, + "line": 115, "column": 0 }, "end": { - "line": 103, + "line": 123, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", - "start": 4894, - "end": 8015, + "value": "*\n * An option to overwrite defaults UI color of all event nodes\n *\n * @typedef {Object} ColorScheme\n * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node\n * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node\n * @since 2.0.0\n ", + "start": 6217, + "end": 6563, "loc": { "start": { - "line": 105, + "line": 125, "column": 0 }, "end": { - "line": 136, + "line": 132, + "column": 3 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\" or \"mixed\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {array.} [eventData] - You can declare the events with object format as default events you want to place\n * @property {Effects} [effects] - You can declare effective styles as view of the timeline object\n * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n ", + "start": 6565, + "end": 10016, + "loc": { + "start": { + "line": 134, + "column": 0 + }, + "end": { + "line": 168, "column": 3 } } @@ -555208,15 +555544,15 @@ { "type": "CommentBlock", "value": "*\n * The limited grid number per scale of timeline\n *\n * @typedef {Object} LimitScaleGrids\n * @property {number} [millennium=100] - In other words it's 100000 years\n * @property {number} [century=500] - In other words it's 50000 years\n * @property {number} [decade=500] - In other words it's 5000 years\n * @property {number} [lustrum=500] - In other words it's 2500 years\n * @property {number} [year=500] - In other words it's 500 years\n * @property {number} [month=540] - In other words it's 45 years\n * @property {number} [week=530] - In other words it's 10 years\n * @property {number} [day=366] - In other words it's about 1 years\n * @property {number} [hour=720] - In other words it's 30 days\n * @property {number} [quarterHour=720] - In other words it's 7.5 days\n * @property {number} [halfHour=720] - In other words it's 15 days\n * @property {number} [minute=720] - In other words it's 12 hours\n * @property {number} [second=900] - In other words it's 15 minutes\n * @since 2.0.0\n ", - "start": 8017, - "end": 9007, + "start": 10018, + "end": 11008, "loc": { "start": { - "line": 138, + "line": 170, "column": 0 }, "end": { - "line": 156, + "line": 188, "column": 3 } } @@ -555224,79 +555560,79 @@ { "type": "CommentBlock", "value": "*\n * \n *\n * @typedef {Object} RelationOption\n * @property {number} [before] - Set target eventID to connect the relation line to the event (leftward on the timeline) in chronological before from oneself event.\n * @property {number} [after] - Set target eventID to connect the relation line to the event (rightward on the timeline) in chronological after from oneself event.\n * @property {number} [linesize] - \n * @property {string} [linecolor] - \n * @property {number|string|boolean} [curve] - Whether the connection line is curved if the connection events are not on the same horizontal. If you specify a boolean value or a shorthand (0 or 1 only), it will be automatically curved. As with the previous version, it is also possible to specify the type of curve using defined preset values.\n ", - "start": 9009, - "end": 9805, + "start": 11010, + "end": 11806, "loc": { "start": { - "line": 158, + "line": 190, "column": 0 }, "end": { - "line": 167, + "line": 199, "column": 3 } } }, { "type": "CommentBlock", - "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", - "start": 9807, - "end": 11929, + "value": "*\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [category] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n ", + "start": 11808, + "end": 13966, "loc": { "start": { - "line": 169, + "line": 201, "column": 0 }, "end": { - "line": 196, + "line": 229, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", - "start": 11931, - "end": 12320, + "value": "\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} TOUCHSTART_TIMELINE\n * @property {string} TOUCHMOVE_TIMELINE\n * @property {string} TOUCHEND_TIMELINE\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n ", + "start": 13968, + "end": 14480, "loc": { "start": { - "line": 198, + "line": 231, "column": 0 }, "end": { - "line": 212, + "line": 248, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", - "start": 12322, - "end": 13822, + "value": "\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} PRESENT_TIME_MARKER\n * @property {string} LOADER_CONTAINER\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n ", + "start": 14482, + "end": 16063, "loc": { "start": { - "line": 214, + "line": 250, "column": 0 }, "end": { - "line": 253, + "line": 291, "column": 3 } } }, { "type": "CommentBlock", - "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", - "start": 13824, - "end": 14549, + "value": "\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n ", + "start": 16065, + "end": 16873, "loc": { "start": { - "line": 255, + "line": 293, "column": 0 }, "end": { - "line": 276, + "line": 316, "column": 3 } } @@ -555304,15 +555640,15 @@ { "type": "CommentBlock", "value": "*\n * Pluin Core Class\n * @access public\n * @since 2.0.0\n ", - "start": 14551, - "end": 14612, + "start": 16875, + "end": 16936, "loc": { "start": { - "line": 278, + "line": 318, "column": 0 }, "end": { - "line": 282, + "line": 322, "column": 3 } } @@ -555332,15 +555668,15 @@ "updateContext": null }, "value": "class", - "start": 14613, - "end": 14618, + "start": 16937, + "end": 16942, "loc": { "start": { - "line": 283, + "line": 323, "column": 0 }, "end": { - "line": 283, + "line": 323, "column": 5 } } @@ -555358,15 +555694,15 @@ "binop": null }, "value": "Timeline", - "start": 14619, - "end": 14627, + "start": 16943, + "end": 16951, "loc": { "start": { - "line": 283, + "line": 323, "column": 6 }, "end": { - "line": 283, + "line": 323, "column": 14 } } @@ -555383,15 +555719,15 @@ "postfix": false, "binop": null }, - "start": 14628, - "end": 14629, + "start": 16952, + "end": 16953, "loc": { "start": { - "line": 283, + "line": 323, "column": 15 }, "end": { - "line": 283, + "line": 323, "column": 16 } } @@ -555409,15 +555745,15 @@ "binop": null }, "value": "constructor", - "start": 14634, - "end": 14645, + "start": 16958, + "end": 16969, "loc": { "start": { - "line": 284, + "line": 324, "column": 4 }, "end": { - "line": 284, + "line": 324, "column": 15 } } @@ -555434,15 +555770,15 @@ "postfix": false, "binop": null }, - "start": 14645, - "end": 14646, + "start": 16969, + "end": 16970, "loc": { "start": { - "line": 284, + "line": 324, "column": 15 }, "end": { - "line": 284, + "line": 324, "column": 16 } } @@ -555460,15 +555796,15 @@ "binop": null }, "value": "element", - "start": 14647, - "end": 14654, + "start": 16971, + "end": 16978, "loc": { "start": { - "line": 284, + "line": 324, "column": 17 }, "end": { - "line": 284, + "line": 324, "column": 24 } } @@ -555486,15 +555822,15 @@ "binop": null, "updateContext": null }, - "start": 14654, - "end": 14655, + "start": 16978, + "end": 16979, "loc": { "start": { - "line": 284, + "line": 324, "column": 24 }, "end": { - "line": 284, + "line": 324, "column": 25 } } @@ -555512,15 +555848,15 @@ "binop": null }, "value": "config", - "start": 14656, - "end": 14662, + "start": 16980, + "end": 16986, "loc": { "start": { - "line": 284, + "line": 324, "column": 26 }, "end": { - "line": 284, + "line": 324, "column": 32 } } @@ -555537,15 +555873,15 @@ "postfix": false, "binop": null }, - "start": 14663, - "end": 14664, + "start": 16987, + "end": 16988, "loc": { "start": { - "line": 284, + "line": 324, "column": 33 }, "end": { - "line": 284, + "line": 324, "column": 34 } } @@ -555562,15 +555898,15 @@ "postfix": false, "binop": null }, - "start": 14665, - "end": 14666, + "start": 16989, + "end": 16990, "loc": { "start": { - "line": 284, + "line": 324, "column": 35 }, "end": { - "line": 284, + "line": 324, "column": 36 } } @@ -555578,15 +555914,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14675, - "end": 14696, + "start": 16999, + "end": 17020, "loc": { "start": { - "line": 285, + "line": 325, "column": 8 }, "end": { - "line": 285, + "line": 325, "column": 29 } } @@ -555606,15 +555942,15 @@ "updateContext": null }, "value": "this", - "start": 14705, - "end": 14709, + "start": 17029, + "end": 17033, "loc": { "start": { - "line": 286, + "line": 326, "column": 8 }, "end": { - "line": 286, + "line": 326, "column": 12 } } @@ -555632,15 +555968,15 @@ "binop": null, "updateContext": null }, - "start": 14709, - "end": 14710, + "start": 17033, + "end": 17034, "loc": { "start": { - "line": 286, + "line": 326, "column": 12 }, "end": { - "line": 286, + "line": 326, "column": 13 } } @@ -555658,15 +555994,15 @@ "binop": null }, "value": "_config", - "start": 14710, - "end": 14717, + "start": 17034, + "end": 17041, "loc": { "start": { - "line": 286, + "line": 326, "column": 13 }, "end": { - "line": 286, + "line": 326, "column": 20 } } @@ -555685,15 +556021,15 @@ "updateContext": null }, "value": "=", - "start": 14725, - "end": 14726, + "start": 17049, + "end": 17050, "loc": { "start": { - "line": 286, + "line": 326, "column": 28 }, "end": { - "line": 286, + "line": 326, "column": 29 } } @@ -555713,15 +556049,15 @@ "updateContext": null }, "value": "this", - "start": 14727, - "end": 14731, + "start": 17051, + "end": 17055, "loc": { "start": { - "line": 286, + "line": 326, "column": 30 }, "end": { - "line": 286, + "line": 326, "column": 34 } } @@ -555739,15 +556075,15 @@ "binop": null, "updateContext": null }, - "start": 14731, - "end": 14732, + "start": 17055, + "end": 17056, "loc": { "start": { - "line": 286, + "line": 326, "column": 34 }, "end": { - "line": 286, + "line": 326, "column": 35 } } @@ -555765,15 +556101,15 @@ "binop": null }, "value": "_getConfig", - "start": 14732, - "end": 14742, + "start": 17056, + "end": 17066, "loc": { "start": { - "line": 286, + "line": 326, "column": 35 }, "end": { - "line": 286, + "line": 326, "column": 45 } } @@ -555790,15 +556126,15 @@ "postfix": false, "binop": null }, - "start": 14742, - "end": 14743, + "start": 17066, + "end": 17067, "loc": { "start": { - "line": 286, + "line": 326, "column": 45 }, "end": { - "line": 286, + "line": 326, "column": 46 } } @@ -555816,15 +556152,15 @@ "binop": null }, "value": "config", - "start": 14744, - "end": 14750, + "start": 17068, + "end": 17074, "loc": { "start": { - "line": 286, + "line": 326, "column": 47 }, "end": { - "line": 286, + "line": 326, "column": 53 } } @@ -555841,15 +556177,15 @@ "postfix": false, "binop": null }, - "start": 14751, - "end": 14752, + "start": 17075, + "end": 17076, "loc": { "start": { - "line": 286, + "line": 326, "column": 54 }, "end": { - "line": 286, + "line": 326, "column": 55 } } @@ -555857,15 +556193,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 14761, - "end": 14782, + "start": 17085, + "end": 17106, "loc": { "start": { - "line": 287, + "line": 327, "column": 8 }, "end": { - "line": 287, + "line": 327, "column": 29 } } @@ -555885,15 +556221,15 @@ "updateContext": null }, "value": "this", - "start": 14791, - "end": 14795, + "start": 17115, + "end": 17119, "loc": { "start": { - "line": 288, + "line": 328, "column": 8 }, "end": { - "line": 288, + "line": 328, "column": 12 } } @@ -555911,15 +556247,15 @@ "binop": null, "updateContext": null }, - "start": 14795, - "end": 14796, + "start": 17119, + "end": 17120, "loc": { "start": { - "line": 288, + "line": 328, "column": 12 }, "end": { - "line": 288, + "line": 328, "column": 13 } } @@ -555937,15 +556273,15 @@ "binop": null }, "value": "_element", - "start": 14796, - "end": 14804, + "start": 17120, + "end": 17128, "loc": { "start": { - "line": 288, + "line": 328, "column": 13 }, "end": { - "line": 288, + "line": 328, "column": 21 } } @@ -555964,15 +556300,15 @@ "updateContext": null }, "value": "=", - "start": 14811, - "end": 14812, + "start": 17135, + "end": 17136, "loc": { "start": { - "line": 288, + "line": 328, "column": 28 }, "end": { - "line": 288, + "line": 328, "column": 29 } } @@ -555990,15 +556326,15 @@ "binop": null }, "value": "element", - "start": 14813, - "end": 14820, + "start": 17137, + "end": 17144, "loc": { "start": { - "line": 288, + "line": 328, "column": 30 }, "end": { - "line": 288, + "line": 328, "column": 37 } } @@ -556006,15 +556342,15 @@ { "type": "CommentBlock", "value": "* @type {?string} ", - "start": 14829, - "end": 14851, + "start": 17153, + "end": 17175, "loc": { "start": { - "line": 289, + "line": 329, "column": 8 }, "end": { - "line": 289, + "line": 329, "column": 30 } } @@ -556034,15 +556370,15 @@ "updateContext": null }, "value": "this", - "start": 14860, - "end": 14864, + "start": 17184, + "end": 17188, "loc": { "start": { - "line": 290, + "line": 330, "column": 8 }, "end": { - "line": 290, + "line": 330, "column": 12 } } @@ -556060,15 +556396,15 @@ "binop": null, "updateContext": null }, - "start": 14864, - "end": 14865, + "start": 17188, + "end": 17189, "loc": { "start": { - "line": 290, + "line": 330, "column": 12 }, "end": { - "line": 290, + "line": 330, "column": 13 } } @@ -556086,15 +556422,15 @@ "binop": null }, "value": "_selector", - "start": 14865, - "end": 14874, + "start": 17189, + "end": 17198, "loc": { "start": { - "line": 290, + "line": 330, "column": 13 }, "end": { - "line": 290, + "line": 330, "column": 22 } } @@ -556113,15 +556449,15 @@ "updateContext": null }, "value": "=", - "start": 14880, - "end": 14881, + "start": 17204, + "end": 17205, "loc": { "start": { - "line": 290, + "line": 330, "column": 28 }, "end": { - "line": 290, + "line": 330, "column": 29 } } @@ -556141,15 +556477,15 @@ "updateContext": null }, "value": "null", - "start": 14882, - "end": 14886, + "start": 17206, + "end": 17210, "loc": { "start": { - "line": 290, + "line": 330, "column": 30 }, "end": { - "line": 290, + "line": 330, "column": 34 } } @@ -556157,15 +556493,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14895, - "end": 14917, + "start": 17219, + "end": 17241, "loc": { "start": { - "line": 291, + "line": 331, "column": 8 }, "end": { - "line": 291, + "line": 331, "column": 30 } } @@ -556185,15 +556521,15 @@ "updateContext": null }, "value": "this", - "start": 14926, - "end": 14930, + "start": 17250, + "end": 17254, "loc": { "start": { - "line": 292, + "line": 332, "column": 8 }, "end": { - "line": 292, + "line": 332, "column": 12 } } @@ -556211,15 +556547,15 @@ "binop": null, "updateContext": null }, - "start": 14930, - "end": 14931, + "start": 17254, + "end": 17255, "loc": { "start": { - "line": 292, + "line": 332, "column": 12 }, "end": { - "line": 292, + "line": 332, "column": 13 } } @@ -556237,15 +556573,15 @@ "binop": null }, "value": "_isInitialized", - "start": 14931, - "end": 14945, + "start": 17255, + "end": 17269, "loc": { "start": { - "line": 292, + "line": 332, "column": 13 }, "end": { - "line": 292, + "line": 332, "column": 27 } } @@ -556264,15 +556600,15 @@ "updateContext": null }, "value": "=", - "start": 14946, - "end": 14947, + "start": 17270, + "end": 17271, "loc": { "start": { - "line": 292, + "line": 332, "column": 28 }, "end": { - "line": 292, + "line": 332, "column": 29 } } @@ -556292,15 +556628,15 @@ "updateContext": null }, "value": "false", - "start": 14948, - "end": 14953, + "start": 17272, + "end": 17277, "loc": { "start": { - "line": 292, + "line": 332, "column": 30 }, "end": { - "line": 292, + "line": 332, "column": 35 } } @@ -556308,15 +556644,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 14962, - "end": 14984, + "start": 17286, + "end": 17308, "loc": { "start": { - "line": 293, + "line": 333, "column": 8 }, "end": { - "line": 293, + "line": 333, "column": 30 } } @@ -556336,15 +556672,15 @@ "updateContext": null }, "value": "this", - "start": 14993, - "end": 14997, + "start": 17317, + "end": 17321, "loc": { "start": { - "line": 294, + "line": 334, "column": 8 }, "end": { - "line": 294, + "line": 334, "column": 12 } } @@ -556362,15 +556698,15 @@ "binop": null, "updateContext": null }, - "start": 14997, - "end": 14998, + "start": 17321, + "end": 17322, "loc": { "start": { - "line": 294, + "line": 334, "column": 12 }, "end": { - "line": 294, + "line": 334, "column": 13 } } @@ -556388,15 +556724,15 @@ "binop": null }, "value": "_isCached", - "start": 14998, - "end": 15007, + "start": 17322, + "end": 17331, "loc": { "start": { - "line": 294, + "line": 334, "column": 13 }, "end": { - "line": 294, + "line": 334, "column": 22 } } @@ -556415,15 +556751,15 @@ "updateContext": null }, "value": "=", - "start": 15013, - "end": 15014, + "start": 17337, + "end": 17338, "loc": { "start": { - "line": 294, + "line": 334, "column": 28 }, "end": { - "line": 294, + "line": 334, "column": 29 } } @@ -556443,15 +556779,15 @@ "updateContext": null }, "value": "false", - "start": 15015, - "end": 15020, + "start": 17339, + "end": 17344, "loc": { "start": { - "line": 294, + "line": 334, "column": 30 }, "end": { - "line": 294, + "line": 334, "column": 35 } } @@ -556459,15 +556795,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15029, - "end": 15051, + "start": 17353, + "end": 17375, "loc": { "start": { - "line": 295, + "line": 335, "column": 8 }, "end": { - "line": 295, + "line": 335, "column": 30 } } @@ -556487,15 +556823,15 @@ "updateContext": null }, "value": "this", - "start": 15060, - "end": 15064, + "start": 17384, + "end": 17388, "loc": { "start": { - "line": 296, + "line": 336, "column": 8 }, "end": { - "line": 296, + "line": 336, "column": 12 } } @@ -556513,15 +556849,15 @@ "binop": null, "updateContext": null }, - "start": 15064, - "end": 15065, + "start": 17388, + "end": 17389, "loc": { "start": { - "line": 296, + "line": 336, "column": 12 }, "end": { - "line": 296, + "line": 336, "column": 13 } } @@ -556539,15 +556875,15 @@ "binop": null }, "value": "_isCompleted", - "start": 15065, - "end": 15077, + "start": 17389, + "end": 17401, "loc": { "start": { - "line": 296, + "line": 336, "column": 13 }, "end": { - "line": 296, + "line": 336, "column": 25 } } @@ -556566,15 +556902,15 @@ "updateContext": null }, "value": "=", - "start": 15080, - "end": 15081, + "start": 17404, + "end": 17405, "loc": { "start": { - "line": 296, + "line": 336, "column": 28 }, "end": { - "line": 296, + "line": 336, "column": 29 } } @@ -556594,15 +556930,15 @@ "updateContext": null }, "value": "false", - "start": 15082, - "end": 15087, + "start": 17406, + "end": 17411, "loc": { "start": { - "line": 296, + "line": 336, "column": 30 }, "end": { - "line": 296, + "line": 336, "column": 35 } } @@ -556610,15 +556946,15 @@ { "type": "CommentBlock", "value": "* @type {boolean} ", - "start": 15096, - "end": 15118, + "start": 17420, + "end": 17442, "loc": { "start": { - "line": 297, + "line": 337, "column": 8 }, "end": { - "line": 297, + "line": 337, "column": 30 } } @@ -556638,15 +556974,15 @@ "updateContext": null }, "value": "this", - "start": 15127, - "end": 15131, + "start": 17451, + "end": 17455, "loc": { "start": { - "line": 298, + "line": 338, "column": 8 }, "end": { - "line": 298, + "line": 338, "column": 12 } } @@ -556664,15 +557000,15 @@ "binop": null, "updateContext": null }, - "start": 15131, - "end": 15132, + "start": 17455, + "end": 17456, "loc": { "start": { - "line": 298, + "line": 338, "column": 12 }, "end": { - "line": 298, + "line": 338, "column": 13 } } @@ -556690,15 +557026,15 @@ "binop": null }, "value": "_isShown", - "start": 15132, - "end": 15140, + "start": 17456, + "end": 17464, "loc": { "start": { - "line": 298, + "line": 338, "column": 13 }, "end": { - "line": 298, + "line": 338, "column": 21 } } @@ -556717,15 +557053,15 @@ "updateContext": null }, "value": "=", - "start": 15147, - "end": 15148, + "start": 17471, + "end": 17472, "loc": { "start": { - "line": 298, + "line": 338, "column": 28 }, "end": { - "line": 298, + "line": 338, "column": 29 } } @@ -556745,15 +557081,15 @@ "updateContext": null }, "value": "false", - "start": 15149, - "end": 15154, + "start": 17473, + "end": 17478, "loc": { "start": { - "line": 298, + "line": 338, "column": 30 }, "end": { - "line": 298, + "line": 338, "column": 35 } } @@ -556761,15 +557097,15 @@ { "type": "CommentBlock", "value": "* @type {Object} ", - "start": 15163, - "end": 15184, + "start": 17487, + "end": 17508, "loc": { "start": { - "line": 299, + "line": 339, "column": 8 }, "end": { - "line": 299, + "line": 339, "column": 29 } } @@ -556789,15 +557125,15 @@ "updateContext": null }, "value": "this", - "start": 15193, - "end": 15197, + "start": 17517, + "end": 17521, "loc": { "start": { - "line": 300, + "line": 340, "column": 8 }, "end": { - "line": 300, + "line": 340, "column": 12 } } @@ -556815,15 +557151,15 @@ "binop": null, "updateContext": null }, - "start": 15197, - "end": 15198, + "start": 17521, + "end": 17522, "loc": { "start": { - "line": 300, + "line": 340, "column": 12 }, "end": { - "line": 300, + "line": 340, "column": 13 } } @@ -556841,15 +557177,15 @@ "binop": null }, "value": "_instanceProps", - "start": 15198, - "end": 15212, + "start": 17522, + "end": 17536, "loc": { "start": { - "line": 300, + "line": 340, "column": 13 }, "end": { - "line": 300, + "line": 340, "column": 27 } } @@ -556868,15 +557204,15 @@ "updateContext": null }, "value": "=", - "start": 15213, - "end": 15214, + "start": 17537, + "end": 17538, "loc": { "start": { - "line": 300, + "line": 340, "column": 28 }, "end": { - "line": 300, + "line": 340, "column": 29 } } @@ -556893,15 +557229,15 @@ "postfix": false, "binop": null }, - "start": 15215, - "end": 15216, + "start": 17539, + "end": 17540, "loc": { "start": { - "line": 300, + "line": 340, "column": 30 }, "end": { - "line": 300, + "line": 340, "column": 31 } } @@ -556918,19 +557254,170 @@ "postfix": false, "binop": null }, - "start": 15216, - "end": 15217, + "start": 17540, + "end": 17541, "loc": { "start": { - "line": 300, + "line": 340, "column": 31 }, "end": { - "line": 300, + "line": 340, "column": 32 } } }, + { + "type": "CommentBlock", + "value": "* @type {?Object} ", + "start": 17550, + "end": 17572, + "loc": { + "start": { + "line": 341, + "column": 8 + }, + "end": { + "line": 341, + "column": 30 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 17581, + "end": 17585, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 12 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 17585, + "end": 17586, + "loc": { + "start": { + "line": 342, + "column": 12 + }, + "end": { + "line": 342, + "column": 13 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "_observer", + "start": 17586, + "end": 17595, + "loc": { + "start": { + "line": 342, + "column": 13 + }, + "end": { + "line": 342, + "column": 22 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 17601, + "end": 17602, + "loc": { + "start": { + "line": 342, + "column": 28 + }, + "end": { + "line": 342, + "column": 29 + } + } + }, + { + "type": { + "label": "null", + "keyword": "null", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "null", + "start": 17603, + "end": 17607, + "loc": { + "start": { + "line": 342, + "column": 30 + }, + "end": { + "line": 342, + "column": 34 + } + } + }, { "type": { "label": "}", @@ -556943,15 +557430,15 @@ "postfix": false, "binop": null }, - "start": 15222, - "end": 15223, + "start": 17612, + "end": 17613, "loc": { "start": { - "line": 301, + "line": 343, "column": 4 }, "end": { - "line": 301, + "line": 343, "column": 5 } } @@ -556959,15 +557446,15 @@ { "type": "CommentLine", "value": " Getters", - "start": 15233, - "end": 15243, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 303, + "line": 345, "column": 4 }, "end": { - "line": 303, + "line": 345, "column": 14 } } @@ -556975,15 +557462,15 @@ { "type": "CommentBlock", "value": "* @type {string} ", - "start": 15253, - "end": 15274, + "start": 17643, + "end": 17664, "loc": { "start": { - "line": 305, + "line": 347, "column": 4 }, "end": { - "line": 305, + "line": 347, "column": 25 } } @@ -557001,15 +557488,15 @@ "binop": null }, "value": "static", - "start": 15279, - "end": 15285, + "start": 17669, + "end": 17675, "loc": { "start": { - "line": 306, + "line": 348, "column": 4 }, "end": { - "line": 306, + "line": 348, "column": 10 } } @@ -557027,15 +557514,15 @@ "binop": null }, "value": "get", - "start": 15286, - "end": 15289, + "start": 17676, + "end": 17679, "loc": { "start": { - "line": 306, + "line": 348, "column": 11 }, "end": { - "line": 306, + "line": 348, "column": 14 } } @@ -557053,15 +557540,15 @@ "binop": null }, "value": "VERSION", - "start": 15290, - "end": 15297, + "start": 17680, + "end": 17687, "loc": { "start": { - "line": 306, + "line": 348, "column": 15 }, "end": { - "line": 306, + "line": 348, "column": 22 } } @@ -557078,15 +557565,15 @@ "postfix": false, "binop": null }, - "start": 15297, - "end": 15298, + "start": 17687, + "end": 17688, "loc": { "start": { - "line": 306, + "line": 348, "column": 22 }, "end": { - "line": 306, + "line": 348, "column": 23 } } @@ -557103,15 +557590,15 @@ "postfix": false, "binop": null }, - "start": 15298, - "end": 15299, + "start": 17688, + "end": 17689, "loc": { "start": { - "line": 306, + "line": 348, "column": 23 }, "end": { - "line": 306, + "line": 348, "column": 24 } } @@ -557128,15 +557615,15 @@ "postfix": false, "binop": null }, - "start": 15300, - "end": 15301, + "start": 17690, + "end": 17691, "loc": { "start": { - "line": 306, + "line": 348, "column": 25 }, "end": { - "line": 306, + "line": 348, "column": 26 } } @@ -557156,15 +557643,15 @@ "updateContext": null }, "value": "return", - "start": 15310, - "end": 15316, + "start": 17700, + "end": 17706, "loc": { "start": { - "line": 307, + "line": 349, "column": 8 }, "end": { - "line": 307, + "line": 349, "column": 14 } } @@ -557182,15 +557669,15 @@ "binop": null }, "value": "VERSION", - "start": 15317, - "end": 15324, + "start": 17707, + "end": 17714, "loc": { "start": { - "line": 307, + "line": 349, "column": 15 }, "end": { - "line": 307, + "line": 349, "column": 22 } } @@ -557207,15 +557694,15 @@ "postfix": false, "binop": null }, - "start": 15329, - "end": 15330, + "start": 17719, + "end": 17720, "loc": { "start": { - "line": 308, + "line": 350, "column": 4 }, "end": { - "line": 308, + "line": 350, "column": 5 } } @@ -557223,15 +557710,15 @@ { "type": "CommentBlock", "value": "* @type {Default} ", - "start": 15340, - "end": 15362, + "start": 17730, + "end": 17752, "loc": { "start": { - "line": 310, + "line": 352, "column": 4 }, "end": { - "line": 310, + "line": 352, "column": 26 } } @@ -557249,15 +557736,15 @@ "binop": null }, "value": "static", - "start": 15367, - "end": 15373, + "start": 17757, + "end": 17763, "loc": { "start": { - "line": 311, + "line": 353, "column": 4 }, "end": { - "line": 311, + "line": 353, "column": 10 } } @@ -557275,15 +557762,15 @@ "binop": null }, "value": "get", - "start": 15374, - "end": 15377, + "start": 17764, + "end": 17767, "loc": { "start": { - "line": 311, + "line": 353, "column": 11 }, "end": { - "line": 311, + "line": 353, "column": 14 } } @@ -557301,15 +557788,15 @@ "binop": null }, "value": "Default", - "start": 15378, - "end": 15385, + "start": 17768, + "end": 17775, "loc": { "start": { - "line": 311, + "line": 353, "column": 15 }, "end": { - "line": 311, + "line": 353, "column": 22 } } @@ -557326,15 +557813,15 @@ "postfix": false, "binop": null }, - "start": 15385, - "end": 15386, + "start": 17775, + "end": 17776, "loc": { "start": { - "line": 311, + "line": 353, "column": 22 }, "end": { - "line": 311, + "line": 353, "column": 23 } } @@ -557351,15 +557838,15 @@ "postfix": false, "binop": null }, - "start": 15386, - "end": 15387, + "start": 17776, + "end": 17777, "loc": { "start": { - "line": 311, + "line": 353, "column": 23 }, "end": { - "line": 311, + "line": 353, "column": 24 } } @@ -557376,15 +557863,15 @@ "postfix": false, "binop": null }, - "start": 15388, - "end": 15389, + "start": 17778, + "end": 17779, "loc": { "start": { - "line": 311, + "line": 353, "column": 25 }, "end": { - "line": 311, + "line": 353, "column": 26 } } @@ -557404,15 +557891,15 @@ "updateContext": null }, "value": "return", - "start": 15398, - "end": 15404, + "start": 17788, + "end": 17794, "loc": { "start": { - "line": 312, + "line": 354, "column": 8 }, "end": { - "line": 312, + "line": 354, "column": 14 } } @@ -557430,15 +557917,15 @@ "binop": null }, "value": "Default", - "start": 15405, - "end": 15412, + "start": 17795, + "end": 17802, "loc": { "start": { - "line": 312, + "line": 354, "column": 15 }, "end": { - "line": 312, + "line": 354, "column": 22 } } @@ -557455,15 +557942,15 @@ "postfix": false, "binop": null }, - "start": 15417, - "end": 15418, + "start": 17807, + "end": 17808, "loc": { "start": { - "line": 313, + "line": 355, "column": 4 }, "end": { - "line": 313, + "line": 355, "column": 5 } } @@ -557471,15 +557958,15 @@ { "type": "CommentLine", "value": " Private", - "start": 15428, - "end": 15438, + "start": 17818, + "end": 17828, "loc": { "start": { - "line": 315, + "line": 357, "column": 4 }, "end": { - "line": 315, + "line": 357, "column": 14 } } @@ -557487,15 +557974,15 @@ { "type": "CommentBlock", "value": "*\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n ", - "start": 15448, - "end": 15647, + "start": 17838, + "end": 18037, "loc": { "start": { - "line": 317, + "line": 359, "column": 4 }, "end": { - "line": 322, + "line": 364, "column": 7 } } @@ -557513,15 +558000,15 @@ "binop": null }, "value": "_getConfig", - "start": 15652, - "end": 15662, + "start": 18042, + "end": 18052, "loc": { "start": { - "line": 323, + "line": 365, "column": 4 }, "end": { - "line": 323, + "line": 365, "column": 14 } } @@ -557538,15 +558025,15 @@ "postfix": false, "binop": null }, - "start": 15662, - "end": 15663, + "start": 18052, + "end": 18053, "loc": { "start": { - "line": 323, + "line": 365, "column": 14 }, "end": { - "line": 323, + "line": 365, "column": 15 } } @@ -557564,15 +558051,15 @@ "binop": null }, "value": "config", - "start": 15664, - "end": 15670, + "start": 18054, + "end": 18060, "loc": { "start": { - "line": 323, + "line": 365, "column": 16 }, "end": { - "line": 323, + "line": 365, "column": 22 } } @@ -557589,15 +558076,15 @@ "postfix": false, "binop": null }, - "start": 15671, - "end": 15672, + "start": 18061, + "end": 18062, "loc": { "start": { - "line": 323, + "line": 365, "column": 23 }, "end": { - "line": 323, + "line": 365, "column": 24 } } @@ -557614,15 +558101,15 @@ "postfix": false, "binop": null }, - "start": 15673, - "end": 15674, + "start": 18063, + "end": 18064, "loc": { "start": { - "line": 323, + "line": 365, "column": 25 }, "end": { - "line": 323, + "line": 365, "column": 26 } } @@ -557640,15 +558127,15 @@ "binop": null }, "value": "config", - "start": 15683, - "end": 15689, + "start": 18073, + "end": 18079, "loc": { "start": { - "line": 324, + "line": 366, "column": 8 }, "end": { - "line": 324, + "line": 366, "column": 14 } } @@ -557667,15 +558154,15 @@ "updateContext": null }, "value": "=", - "start": 15690, - "end": 15691, + "start": 18080, + "end": 18081, "loc": { "start": { - "line": 324, + "line": 366, "column": 15 }, "end": { - "line": 324, + "line": 366, "column": 16 } } @@ -557692,15 +558179,15 @@ "postfix": false, "binop": null }, - "start": 15692, - "end": 15693, + "start": 18082, + "end": 18083, "loc": { "start": { - "line": 324, + "line": 366, "column": 17 }, "end": { - "line": 324, + "line": 366, "column": 18 } } @@ -557718,15 +558205,15 @@ "binop": null, "updateContext": null }, - "start": 15706, - "end": 15709, + "start": 18096, + "end": 18099, "loc": { "start": { - "line": 325, + "line": 367, "column": 12 }, "end": { - "line": 325, + "line": 367, "column": 15 } } @@ -557744,15 +558231,15 @@ "binop": null }, "value": "Default", - "start": 15709, - "end": 15716, + "start": 18099, + "end": 18106, "loc": { "start": { - "line": 325, + "line": 367, "column": 15 }, "end": { - "line": 325, + "line": 367, "column": 22 } } @@ -557770,15 +558257,15 @@ "binop": null, "updateContext": null }, - "start": 15716, - "end": 15717, + "start": 18106, + "end": 18107, "loc": { "start": { - "line": 325, + "line": 367, "column": 22 }, "end": { - "line": 325, + "line": 367, "column": 23 } } @@ -557796,15 +558283,15 @@ "binop": null, "updateContext": null }, - "start": 15730, - "end": 15733, + "start": 18120, + "end": 18123, "loc": { "start": { - "line": 326, + "line": 368, "column": 12 }, "end": { - "line": 326, + "line": 368, "column": 15 } } @@ -557822,15 +558309,15 @@ "binop": null }, "value": "config", - "start": 15733, - "end": 15739, + "start": 18123, + "end": 18129, "loc": { "start": { - "line": 326, + "line": 368, "column": 15 }, "end": { - "line": 326, + "line": 368, "column": 21 } } @@ -557847,15 +558334,15 @@ "postfix": false, "binop": null }, - "start": 15748, - "end": 15749, + "start": 18138, + "end": 18139, "loc": { "start": { - "line": 327, + "line": 369, "column": 8 }, "end": { - "line": 327, + "line": 369, "column": 9 } } @@ -557875,15 +558362,15 @@ "updateContext": null }, "value": "return", - "start": 15758, - "end": 15764, + "start": 18148, + "end": 18154, "loc": { "start": { - "line": 328, + "line": 370, "column": 8 }, "end": { - "line": 328, + "line": 370, "column": 14 } } @@ -557901,15 +558388,15 @@ "binop": null }, "value": "config", - "start": 15765, - "end": 15771, + "start": 18155, + "end": 18161, "loc": { "start": { - "line": 328, + "line": 370, "column": 15 }, "end": { - "line": 328, + "line": 370, "column": 21 } } @@ -557926,15 +558413,15 @@ "postfix": false, "binop": null }, - "start": 15776, - "end": 15777, + "start": 18166, + "end": 18167, "loc": { "start": { - "line": 329, + "line": 371, "column": 4 }, "end": { - "line": 329, + "line": 371, "column": 5 } } @@ -557942,15 +558429,15 @@ { "type": "CommentBlock", "value": "*\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n ", - "start": 15787, - "end": 15942, + "start": 18177, + "end": 18332, "loc": { "start": { - "line": 331, + "line": 373, "column": 4 }, "end": { - "line": 336, + "line": 378, "column": 7 } } @@ -557968,15 +558455,15 @@ "binop": null }, "value": "_filterScaleKeyName", - "start": 15947, - "end": 15966, + "start": 18337, + "end": 18356, "loc": { "start": { - "line": 337, + "line": 379, "column": 4 }, "end": { - "line": 337, + "line": 379, "column": 23 } } @@ -557993,15 +558480,15 @@ "postfix": false, "binop": null }, - "start": 15966, - "end": 15967, + "start": 18356, + "end": 18357, "loc": { "start": { - "line": 337, + "line": 379, "column": 23 }, "end": { - "line": 337, + "line": 379, "column": 24 } } @@ -558019,15 +558506,15 @@ "binop": null }, "value": "key", - "start": 15968, - "end": 15971, + "start": 18358, + "end": 18361, "loc": { "start": { - "line": 337, + "line": 379, "column": 25 }, "end": { - "line": 337, + "line": 379, "column": 28 } } @@ -558044,15 +558531,15 @@ "postfix": false, "binop": null }, - "start": 15972, - "end": 15973, + "start": 18362, + "end": 18363, "loc": { "start": { - "line": 337, + "line": 379, "column": 29 }, "end": { - "line": 337, + "line": 379, "column": 30 } } @@ -558069,15 +558556,15 @@ "postfix": false, "binop": null }, - "start": 15974, - "end": 15975, + "start": 18364, + "end": 18365, "loc": { "start": { - "line": 337, + "line": 379, "column": 31 }, "end": { - "line": 337, + "line": 379, "column": 32 } } @@ -558097,15 +558584,15 @@ "updateContext": null }, "value": "let", - "start": 15984, - "end": 15987, + "start": 18374, + "end": 18377, "loc": { "start": { - "line": 338, + "line": 380, "column": 8 }, "end": { - "line": 338, + "line": 380, "column": 11 } } @@ -558123,15 +558610,15 @@ "binop": null }, "value": "filteredKey", - "start": 15988, - "end": 15999, + "start": 18378, + "end": 18389, "loc": { "start": { - "line": 338, + "line": 380, "column": 12 }, "end": { - "line": 338, + "line": 380, "column": 23 } } @@ -558150,15 +558637,15 @@ "updateContext": null }, "value": "=", - "start": 16000, - "end": 16001, + "start": 18390, + "end": 18391, "loc": { "start": { - "line": 338, + "line": 380, "column": 24 }, "end": { - "line": 338, + "line": 380, "column": 25 } } @@ -558178,15 +558665,15 @@ "updateContext": null }, "value": "null", - "start": 16002, - "end": 16006, + "start": 18392, + "end": 18396, "loc": { "start": { - "line": 338, + "line": 380, "column": 26 }, "end": { - "line": 338, + "line": 380, "column": 30 } } @@ -558206,15 +558693,15 @@ "updateContext": null }, "value": "switch", - "start": 16024, - "end": 16030, + "start": 18414, + "end": 18420, "loc": { "start": { - "line": 340, + "line": 382, "column": 8 }, "end": { - "line": 340, + "line": 382, "column": 14 } } @@ -558231,15 +558718,15 @@ "postfix": false, "binop": null }, - "start": 16030, - "end": 16031, + "start": 18420, + "end": 18421, "loc": { "start": { - "line": 340, + "line": 382, "column": 14 }, "end": { - "line": 340, + "line": 382, "column": 15 } } @@ -558259,15 +558746,15 @@ "updateContext": null }, "value": "true", - "start": 16032, - "end": 16036, + "start": 18422, + "end": 18426, "loc": { "start": { - "line": 340, + "line": 382, "column": 16 }, "end": { - "line": 340, + "line": 382, "column": 20 } } @@ -558284,15 +558771,15 @@ "postfix": false, "binop": null }, - "start": 16037, - "end": 16038, + "start": 18427, + "end": 18428, "loc": { "start": { - "line": 340, + "line": 382, "column": 21 }, "end": { - "line": 340, + "line": 382, "column": 22 } } @@ -558309,15 +558796,15 @@ "postfix": false, "binop": null }, - "start": 16039, - "end": 16040, + "start": 18429, + "end": 18430, "loc": { "start": { - "line": 340, + "line": 382, "column": 23 }, "end": { - "line": 340, + "line": 382, "column": 24 } } @@ -558337,15 +558824,15 @@ "updateContext": null }, "value": "case", - "start": 16053, - "end": 16057, + "start": 18443, + "end": 18447, "loc": { "start": { - "line": 341, + "line": 383, "column": 12 }, "end": { - "line": 341, + "line": 383, "column": 16 } } @@ -558367,15 +558854,15 @@ "pattern": "^quarter-?(|hour)$", "flags": "i" }, - "start": 16058, - "end": 16079, + "start": 18448, + "end": 18469, "loc": { "start": { - "line": 341, + "line": 383, "column": 17 }, "end": { - "line": 341, + "line": 383, "column": 38 } } @@ -558393,15 +558880,15 @@ "binop": null, "updateContext": null }, - "start": 16079, - "end": 16080, + "start": 18469, + "end": 18470, "loc": { "start": { - "line": 341, + "line": 383, "column": 38 }, "end": { - "line": 341, + "line": 383, "column": 39 } } @@ -558419,15 +558906,15 @@ "binop": null }, "value": "test", - "start": 16080, - "end": 16084, + "start": 18470, + "end": 18474, "loc": { "start": { - "line": 341, + "line": 383, "column": 39 }, "end": { - "line": 341, + "line": 383, "column": 43 } } @@ -558444,15 +558931,15 @@ "postfix": false, "binop": null }, - "start": 16084, - "end": 16085, + "start": 18474, + "end": 18475, "loc": { "start": { - "line": 341, + "line": 383, "column": 43 }, "end": { - "line": 341, + "line": 383, "column": 44 } } @@ -558470,15 +558957,15 @@ "binop": null }, "value": "key", - "start": 16086, - "end": 16089, + "start": 18476, + "end": 18479, "loc": { "start": { - "line": 341, + "line": 383, "column": 45 }, "end": { - "line": 341, + "line": 383, "column": 48 } } @@ -558495,15 +558982,15 @@ "postfix": false, "binop": null }, - "start": 16090, - "end": 16091, + "start": 18480, + "end": 18481, "loc": { "start": { - "line": 341, + "line": 383, "column": 49 }, "end": { - "line": 341, + "line": 383, "column": 50 } } @@ -558521,15 +559008,15 @@ "binop": null, "updateContext": null }, - "start": 16091, - "end": 16092, + "start": 18481, + "end": 18482, "loc": { "start": { - "line": 341, + "line": 383, "column": 50 }, "end": { - "line": 341, + "line": 383, "column": 51 } } @@ -558547,15 +559034,15 @@ "binop": null }, "value": "filteredKey", - "start": 16109, - "end": 16120, + "start": 18499, + "end": 18510, "loc": { "start": { - "line": 342, + "line": 384, "column": 16 }, "end": { - "line": 342, + "line": 384, "column": 27 } } @@ -558574,15 +559061,15 @@ "updateContext": null }, "value": "=", - "start": 16121, - "end": 16122, + "start": 18511, + "end": 18512, "loc": { "start": { - "line": 342, + "line": 384, "column": 28 }, "end": { - "line": 342, + "line": 384, "column": 29 } } @@ -558601,15 +559088,15 @@ "updateContext": null }, "value": "quarterHour", - "start": 16123, - "end": 16136, + "start": 18513, + "end": 18526, "loc": { "start": { - "line": 342, + "line": 384, "column": 30 }, "end": { - "line": 342, + "line": 384, "column": 43 } } @@ -558629,15 +559116,15 @@ "updateContext": null }, "value": "break", - "start": 16153, - "end": 16158, + "start": 18543, + "end": 18548, "loc": { "start": { - "line": 343, + "line": 385, "column": 16 }, "end": { - "line": 343, + "line": 385, "column": 21 } } @@ -558657,15 +559144,15 @@ "updateContext": null }, "value": "case", - "start": 16171, - "end": 16175, + "start": 18561, + "end": 18565, "loc": { "start": { - "line": 344, + "line": 386, "column": 12 }, "end": { - "line": 344, + "line": 386, "column": 16 } } @@ -558687,15 +559174,15 @@ "pattern": "^half-?(|hour)$", "flags": "i" }, - "start": 16176, - "end": 16194, + "start": 18566, + "end": 18584, "loc": { "start": { - "line": 344, + "line": 386, "column": 17 }, "end": { - "line": 344, + "line": 386, "column": 35 } } @@ -558713,15 +559200,15 @@ "binop": null, "updateContext": null }, - "start": 16194, - "end": 16195, + "start": 18584, + "end": 18585, "loc": { "start": { - "line": 344, + "line": 386, "column": 35 }, "end": { - "line": 344, + "line": 386, "column": 36 } } @@ -558739,15 +559226,15 @@ "binop": null }, "value": "test", - "start": 16195, - "end": 16199, + "start": 18585, + "end": 18589, "loc": { "start": { - "line": 344, + "line": 386, "column": 36 }, "end": { - "line": 344, + "line": 386, "column": 40 } } @@ -558764,15 +559251,15 @@ "postfix": false, "binop": null }, - "start": 16199, - "end": 16200, + "start": 18589, + "end": 18590, "loc": { "start": { - "line": 344, + "line": 386, "column": 40 }, "end": { - "line": 344, + "line": 386, "column": 41 } } @@ -558790,15 +559277,15 @@ "binop": null }, "value": "key", - "start": 16201, - "end": 16204, + "start": 18591, + "end": 18594, "loc": { "start": { - "line": 344, + "line": 386, "column": 42 }, "end": { - "line": 344, + "line": 386, "column": 45 } } @@ -558815,15 +559302,15 @@ "postfix": false, "binop": null }, - "start": 16205, - "end": 16206, + "start": 18595, + "end": 18596, "loc": { "start": { - "line": 344, + "line": 386, "column": 46 }, "end": { - "line": 344, + "line": 386, "column": 47 } } @@ -558841,15 +559328,15 @@ "binop": null, "updateContext": null }, - "start": 16206, - "end": 16207, + "start": 18596, + "end": 18597, "loc": { "start": { - "line": 344, + "line": 386, "column": 47 }, "end": { - "line": 344, + "line": 386, "column": 48 } } @@ -558867,15 +559354,15 @@ "binop": null }, "value": "filteredKey", - "start": 16224, - "end": 16235, + "start": 18614, + "end": 18625, "loc": { "start": { - "line": 345, + "line": 387, "column": 16 }, "end": { - "line": 345, + "line": 387, "column": 27 } } @@ -558894,15 +559381,15 @@ "updateContext": null }, "value": "=", - "start": 16236, - "end": 16237, + "start": 18626, + "end": 18627, "loc": { "start": { - "line": 345, + "line": 387, "column": 28 }, "end": { - "line": 345, + "line": 387, "column": 29 } } @@ -558921,15 +559408,15 @@ "updateContext": null }, "value": "halfHour", - "start": 16238, - "end": 16248, + "start": 18628, + "end": 18638, "loc": { "start": { - "line": 345, + "line": 387, "column": 30 }, "end": { - "line": 345, + "line": 387, "column": 40 } } @@ -558949,15 +559436,15 @@ "updateContext": null }, "value": "break", - "start": 16265, - "end": 16270, + "start": 18655, + "end": 18660, "loc": { "start": { - "line": 346, + "line": 388, "column": 16 }, "end": { - "line": 346, + "line": 388, "column": 21 } } @@ -558977,15 +559464,15 @@ "updateContext": null }, "value": "default", - "start": 16283, - "end": 16290, + "start": 18673, + "end": 18680, "loc": { "start": { - "line": 347, + "line": 389, "column": 12 }, "end": { - "line": 347, + "line": 389, "column": 19 } } @@ -559003,15 +559490,15 @@ "binop": null, "updateContext": null }, - "start": 16290, - "end": 16291, + "start": 18680, + "end": 18681, "loc": { "start": { - "line": 347, + "line": 389, "column": 19 }, "end": { - "line": 347, + "line": 389, "column": 20 } } @@ -559029,15 +559516,15 @@ "binop": null }, "value": "filteredKey", - "start": 16308, - "end": 16319, + "start": 18698, + "end": 18709, "loc": { "start": { - "line": 348, + "line": 390, "column": 16 }, "end": { - "line": 348, + "line": 390, "column": 27 } } @@ -559056,15 +559543,15 @@ "updateContext": null }, "value": "=", - "start": 16320, - "end": 16321, + "start": 18710, + "end": 18711, "loc": { "start": { - "line": 348, + "line": 390, "column": 28 }, "end": { - "line": 348, + "line": 390, "column": 29 } } @@ -559082,15 +559569,15 @@ "binop": null }, "value": "key", - "start": 16322, - "end": 16325, + "start": 18712, + "end": 18715, "loc": { "start": { - "line": 348, + "line": 390, "column": 30 }, "end": { - "line": 348, + "line": 390, "column": 33 } } @@ -559107,15 +559594,15 @@ "postfix": false, "binop": null }, - "start": 16334, - "end": 16335, + "start": 18724, + "end": 18725, "loc": { "start": { - "line": 349, + "line": 391, "column": 8 }, "end": { - "line": 349, + "line": 391, "column": 9 } } @@ -559135,15 +559622,15 @@ "updateContext": null }, "value": "return", - "start": 16344, - "end": 16350, + "start": 18734, + "end": 18740, "loc": { "start": { - "line": 350, + "line": 392, "column": 8 }, "end": { - "line": 350, + "line": 392, "column": 14 } } @@ -559161,15 +559648,15 @@ "binop": null }, "value": "filteredKey", - "start": 16351, - "end": 16362, + "start": 18741, + "end": 18752, "loc": { "start": { - "line": 350, + "line": 392, "column": 15 }, "end": { - "line": 350, + "line": 392, "column": 26 } } @@ -559186,15 +559673,15 @@ "postfix": false, "binop": null }, - "start": 16367, - "end": 16368, + "start": 18757, + "end": 18758, "loc": { "start": { - "line": 351, + "line": 393, "column": 4 }, "end": { - "line": 351, + "line": 393, "column": 5 } } @@ -559202,15 +559689,15 @@ { "type": "CommentBlock", "value": "*\n * Initialize the plugin\n * @private\n ", - "start": 16378, - "end": 16434, + "start": 18768, + "end": 18824, "loc": { "start": { - "line": 353, + "line": 395, "column": 4 }, "end": { - "line": 356, + "line": 398, "column": 7 } } @@ -559228,15 +559715,15 @@ "binop": null }, "value": "_init", - "start": 16439, - "end": 16444, + "start": 18829, + "end": 18834, "loc": { "start": { - "line": 357, + "line": 399, "column": 4 }, "end": { - "line": 357, + "line": 399, "column": 9 } } @@ -559253,15 +559740,15 @@ "postfix": false, "binop": null }, - "start": 16444, - "end": 16445, + "start": 18834, + "end": 18835, "loc": { "start": { - "line": 357, + "line": 399, "column": 9 }, "end": { - "line": 357, + "line": 399, "column": 10 } } @@ -559278,15 +559765,15 @@ "postfix": false, "binop": null }, - "start": 16445, - "end": 16446, + "start": 18835, + "end": 18836, "loc": { "start": { - "line": 357, + "line": 399, "column": 10 }, "end": { - "line": 357, + "line": 399, "column": 11 } } @@ -559303,15 +559790,15 @@ "postfix": false, "binop": null }, - "start": 16447, - "end": 16448, + "start": 18837, + "end": 18838, "loc": { "start": { - "line": 357, + "line": 399, "column": 12 }, "end": { - "line": 357, + "line": 399, "column": 13 } } @@ -559331,15 +559818,15 @@ "updateContext": null }, "value": "this", - "start": 16457, - "end": 16461, + "start": 18847, + "end": 18851, "loc": { "start": { - "line": 358, + "line": 400, "column": 8 }, "end": { - "line": 358, + "line": 400, "column": 12 } } @@ -559357,15 +559844,15 @@ "binop": null, "updateContext": null }, - "start": 16461, - "end": 16462, + "start": 18851, + "end": 18852, "loc": { "start": { - "line": 358, + "line": 400, "column": 12 }, "end": { - "line": 358, + "line": 400, "column": 13 } } @@ -559383,15 +559870,15 @@ "binop": null }, "value": "_debug", - "start": 16462, - "end": 16468, + "start": 18852, + "end": 18858, "loc": { "start": { - "line": 358, + "line": 400, "column": 13 }, "end": { - "line": 358, + "line": 400, "column": 19 } } @@ -559408,15 +559895,15 @@ "postfix": false, "binop": null }, - "start": 16468, - "end": 16469, + "start": 18858, + "end": 18859, "loc": { "start": { - "line": 358, + "line": 400, "column": 19 }, "end": { - "line": 358, + "line": 400, "column": 20 } } @@ -559435,15 +559922,15 @@ "updateContext": null }, "value": "_init", - "start": 16470, - "end": 16477, + "start": 18860, + "end": 18867, "loc": { "start": { - "line": 358, + "line": 400, "column": 21 }, "end": { - "line": 358, + "line": 400, "column": 28 } } @@ -559460,15 +559947,15 @@ "postfix": false, "binop": null }, - "start": 16478, - "end": 16479, + "start": 18868, + "end": 18869, "loc": { "start": { - "line": 358, + "line": 400, "column": 29 }, "end": { - "line": 358, + "line": 400, "column": 30 } } @@ -559488,15 +559975,15 @@ "updateContext": null }, "value": "let", - "start": 16497, - "end": 16500, + "start": 18887, + "end": 18890, "loc": { "start": { - "line": 360, + "line": 402, "column": 8 }, "end": { - "line": 360, + "line": 402, "column": 11 } } @@ -559514,15 +560001,15 @@ "binop": null }, "value": "_elem", - "start": 16501, - "end": 16506, + "start": 18891, + "end": 18896, "loc": { "start": { - "line": 360, + "line": 402, "column": 12 }, "end": { - "line": 360, + "line": 402, "column": 17 } } @@ -559541,15 +560028,15 @@ "updateContext": null }, "value": "=", - "start": 16513, - "end": 16514, + "start": 18903, + "end": 18904, "loc": { "start": { - "line": 360, + "line": 402, "column": 24 }, "end": { - "line": 360, + "line": 402, "column": 25 } } @@ -559569,15 +560056,15 @@ "updateContext": null }, "value": "this", - "start": 16515, - "end": 16519, + "start": 18905, + "end": 18909, "loc": { "start": { - "line": 360, + "line": 402, "column": 26 }, "end": { - "line": 360, + "line": 402, "column": 30 } } @@ -559595,15 +560082,15 @@ "binop": null, "updateContext": null }, - "start": 16519, - "end": 16520, + "start": 18909, + "end": 18910, "loc": { "start": { - "line": 360, + "line": 402, "column": 30 }, "end": { - "line": 360, + "line": 402, "column": 31 } } @@ -559621,15 +560108,15 @@ "binop": null }, "value": "_element", - "start": 16520, - "end": 16528, + "start": 18910, + "end": 18918, "loc": { "start": { - "line": 360, + "line": 402, "column": 31 }, "end": { - "line": 360, + "line": 402, "column": 39 } } @@ -559647,15 +560134,15 @@ "binop": null, "updateContext": null }, - "start": 16528, - "end": 16529, + "start": 18918, + "end": 18919, "loc": { "start": { - "line": 360, + "line": 402, "column": 39 }, "end": { - "line": 360, + "line": 402, "column": 40 } } @@ -559673,15 +560160,15 @@ "binop": null }, "value": "_selector", - "start": 16542, - "end": 16551, + "start": 18932, + "end": 18941, "loc": { "start": { - "line": 361, + "line": 403, "column": 12 }, "end": { - "line": 361, + "line": 403, "column": 21 } } @@ -559700,15 +560187,15 @@ "updateContext": null }, "value": "=", - "start": 16554, - "end": 16555, + "start": 18944, + "end": 18945, "loc": { "start": { - "line": 361, + "line": 403, "column": 24 }, "end": { - "line": 361, + "line": 403, "column": 25 } } @@ -559725,15 +560212,15 @@ "postfix": false, "binop": null }, - "start": 16556, - "end": 16557, + "start": 18946, + "end": 18947, "loc": { "start": { - "line": 361, + "line": 403, "column": 26 }, "end": { - "line": 361, + "line": 403, "column": 27 } } @@ -559752,15 +560239,15 @@ "updateContext": null }, "value": "", - "start": 16557, - "end": 16557, + "start": 18947, + "end": 18947, "loc": { "start": { - "line": 361, + "line": 403, "column": 27 }, "end": { - "line": 361, + "line": 403, "column": 27 } } @@ -559777,15 +560264,15 @@ "postfix": false, "binop": null }, - "start": 16557, - "end": 16559, + "start": 18947, + "end": 18949, "loc": { "start": { - "line": 361, + "line": 403, "column": 27 }, "end": { - "line": 361, + "line": 403, "column": 29 } } @@ -559803,15 +560290,15 @@ "binop": null }, "value": "_elem", - "start": 16559, - "end": 16564, + "start": 18949, + "end": 18954, "loc": { "start": { - "line": 361, + "line": 403, "column": 29 }, "end": { - "line": 361, + "line": 403, "column": 34 } } @@ -559829,15 +560316,15 @@ "binop": null, "updateContext": null }, - "start": 16564, - "end": 16565, + "start": 18954, + "end": 18955, "loc": { "start": { - "line": 361, + "line": 403, "column": 34 }, "end": { - "line": 361, + "line": 403, "column": 35 } } @@ -559855,15 +560342,15 @@ "binop": null }, "value": "tagName", - "start": 16565, - "end": 16572, + "start": 18955, + "end": 18962, "loc": { "start": { - "line": 361, + "line": 403, "column": 35 }, "end": { - "line": 361, + "line": 403, "column": 42 } } @@ -559880,15 +560367,15 @@ "postfix": false, "binop": null }, - "start": 16572, - "end": 16573, + "start": 18962, + "end": 18963, "loc": { "start": { - "line": 361, + "line": 403, "column": 42 }, "end": { - "line": 361, + "line": 403, "column": 43 } } @@ -559907,15 +560394,15 @@ "updateContext": null }, "value": "", - "start": 16573, - "end": 16573, + "start": 18963, + "end": 18963, "loc": { "start": { - "line": 361, + "line": 403, "column": 43 }, "end": { - "line": 361, + "line": 403, "column": 43 } } @@ -559932,15 +560419,15 @@ "postfix": false, "binop": null }, - "start": 16573, - "end": 16575, + "start": 18963, + "end": 18965, "loc": { "start": { - "line": 361, + "line": 403, "column": 43 }, "end": { - "line": 361, + "line": 403, "column": 45 } } @@ -559957,15 +560444,15 @@ "postfix": false, "binop": null }, - "start": 16575, - "end": 16576, + "start": 18965, + "end": 18966, "loc": { "start": { - "line": 361, + "line": 403, "column": 45 }, "end": { - "line": 361, + "line": 403, "column": 46 } } @@ -559983,15 +560470,15 @@ "binop": null }, "value": "_elem", - "start": 16577, - "end": 16582, + "start": 18967, + "end": 18972, "loc": { "start": { - "line": 361, + "line": 403, "column": 47 }, "end": { - "line": 361, + "line": 403, "column": 52 } } @@ -560009,15 +560496,15 @@ "binop": null, "updateContext": null }, - "start": 16582, - "end": 16583, + "start": 18972, + "end": 18973, "loc": { "start": { - "line": 361, + "line": 403, "column": 52 }, "end": { - "line": 361, + "line": 403, "column": 53 } } @@ -560035,15 +560522,15 @@ "binop": null }, "value": "id", - "start": 16583, - "end": 16585, + "start": 18973, + "end": 18975, "loc": { "start": { - "line": 361, + "line": 403, "column": 53 }, "end": { - "line": 361, + "line": 403, "column": 55 } } @@ -560061,15 +560548,15 @@ "binop": null, "updateContext": null }, - "start": 16586, - "end": 16587, + "start": 18976, + "end": 18977, "loc": { "start": { - "line": 361, + "line": 403, "column": 56 }, "end": { - "line": 361, + "line": 403, "column": 57 } } @@ -560086,15 +560573,15 @@ "postfix": false, "binop": null }, - "start": 16588, - "end": 16589, + "start": 18978, + "end": 18979, "loc": { "start": { - "line": 361, + "line": 403, "column": 58 }, "end": { - "line": 361, + "line": 403, "column": 59 } } @@ -560113,15 +560600,15 @@ "updateContext": null }, "value": "#", - "start": 16589, - "end": 16590, + "start": 18979, + "end": 18980, "loc": { "start": { - "line": 361, + "line": 403, "column": 59 }, "end": { - "line": 361, + "line": 403, "column": 60 } } @@ -560138,15 +560625,15 @@ "postfix": false, "binop": null }, - "start": 16590, - "end": 16592, + "start": 18980, + "end": 18982, "loc": { "start": { - "line": 361, + "line": 403, "column": 60 }, "end": { - "line": 361, + "line": 403, "column": 62 } } @@ -560164,15 +560651,15 @@ "binop": null }, "value": "_elem", - "start": 16592, - "end": 16597, + "start": 18982, + "end": 18987, "loc": { "start": { - "line": 361, + "line": 403, "column": 62 }, "end": { - "line": 361, + "line": 403, "column": 67 } } @@ -560190,15 +560677,15 @@ "binop": null, "updateContext": null }, - "start": 16597, - "end": 16598, + "start": 18987, + "end": 18988, "loc": { "start": { - "line": 361, + "line": 403, "column": 67 }, "end": { - "line": 361, + "line": 403, "column": 68 } } @@ -560216,15 +560703,15 @@ "binop": null }, "value": "id", - "start": 16598, - "end": 16600, + "start": 18988, + "end": 18990, "loc": { "start": { - "line": 361, + "line": 403, "column": 68 }, "end": { - "line": 361, + "line": 403, "column": 70 } } @@ -560241,15 +560728,15 @@ "postfix": false, "binop": null }, - "start": 16600, - "end": 16601, + "start": 18990, + "end": 18991, "loc": { "start": { - "line": 361, + "line": 403, "column": 70 }, "end": { - "line": 361, + "line": 403, "column": 71 } } @@ -560268,15 +560755,15 @@ "updateContext": null }, "value": "", - "start": 16601, - "end": 16601, + "start": 18991, + "end": 18991, "loc": { "start": { - "line": 361, + "line": 403, "column": 71 }, "end": { - "line": 361, + "line": 403, "column": 71 } } @@ -560293,15 +560780,15 @@ "postfix": false, "binop": null }, - "start": 16601, - "end": 16602, + "start": 18991, + "end": 18992, "loc": { "start": { - "line": 361, + "line": 403, "column": 71 }, "end": { - "line": 361, + "line": 403, "column": 72 } } @@ -560319,15 +560806,15 @@ "binop": null, "updateContext": null }, - "start": 16603, - "end": 16604, + "start": 18993, + "end": 18994, "loc": { "start": { - "line": 361, + "line": 403, "column": 73 }, "end": { - "line": 361, + "line": 403, "column": 74 } } @@ -560346,15 +560833,15 @@ "updateContext": null }, "value": "", - "start": 16605, - "end": 16607, + "start": 18995, + "end": 18997, "loc": { "start": { - "line": 361, + "line": 403, "column": 75 }, "end": { - "line": 361, + "line": 403, "column": 77 } } @@ -560371,15 +560858,15 @@ "postfix": false, "binop": null }, - "start": 16608, - "end": 16609, + "start": 18998, + "end": 18999, "loc": { "start": { - "line": 361, + "line": 403, "column": 78 }, "end": { - "line": 361, + "line": 403, "column": 79 } } @@ -560396,15 +560883,15 @@ "postfix": false, "binop": null }, - "start": 16609, - "end": 16610, + "start": 18999, + "end": 19000, "loc": { "start": { - "line": 361, + "line": 403, "column": 79 }, "end": { - "line": 361, + "line": 403, "column": 80 } } @@ -560423,15 +560910,15 @@ "updateContext": null }, "value": "", - "start": 16610, - "end": 16610, + "start": 19000, + "end": 19000, "loc": { "start": { - "line": 361, + "line": 403, "column": 80 }, "end": { - "line": 361, + "line": 403, "column": 80 } } @@ -560448,15 +560935,15 @@ "postfix": false, "binop": null }, - "start": 16610, - "end": 16612, + "start": 19000, + "end": 19002, "loc": { "start": { - "line": 361, + "line": 403, "column": 80 }, "end": { - "line": 361, + "line": 403, "column": 82 } } @@ -560473,15 +560960,15 @@ "postfix": false, "binop": null }, - "start": 16612, - "end": 16613, + "start": 19002, + "end": 19003, "loc": { "start": { - "line": 361, + "line": 403, "column": 82 }, "end": { - "line": 361, + "line": 403, "column": 83 } } @@ -560499,15 +560986,15 @@ "binop": null }, "value": "_elem", - "start": 16614, - "end": 16619, + "start": 19004, + "end": 19009, "loc": { "start": { - "line": 361, + "line": 403, "column": 84 }, "end": { - "line": 361, + "line": 403, "column": 89 } } @@ -560525,15 +561012,15 @@ "binop": null, "updateContext": null }, - "start": 16619, - "end": 16620, + "start": 19009, + "end": 19010, "loc": { "start": { - "line": 361, + "line": 403, "column": 89 }, "end": { - "line": 361, + "line": 403, "column": 90 } } @@ -560551,15 +561038,15 @@ "binop": null }, "value": "className", - "start": 16620, - "end": 16629, + "start": 19010, + "end": 19019, "loc": { "start": { - "line": 361, + "line": 403, "column": 90 }, "end": { - "line": 361, + "line": 403, "column": 99 } } @@ -560577,15 +561064,15 @@ "binop": null, "updateContext": null }, - "start": 16630, - "end": 16631, + "start": 19020, + "end": 19021, "loc": { "start": { - "line": 361, + "line": 403, "column": 100 }, "end": { - "line": 361, + "line": 403, "column": 101 } } @@ -560602,15 +561089,15 @@ "postfix": false, "binop": null }, - "start": 16632, - "end": 16633, + "start": 19022, + "end": 19023, "loc": { "start": { - "line": 361, + "line": 403, "column": 102 }, "end": { - "line": 361, + "line": 403, "column": 103 } } @@ -560629,15 +561116,15 @@ "updateContext": null }, "value": ".", - "start": 16633, - "end": 16634, + "start": 19023, + "end": 19024, "loc": { "start": { - "line": 361, + "line": 403, "column": 103 }, "end": { - "line": 361, + "line": 403, "column": 104 } } @@ -560654,15 +561141,15 @@ "postfix": false, "binop": null }, - "start": 16634, - "end": 16636, + "start": 19024, + "end": 19026, "loc": { "start": { - "line": 361, + "line": 403, "column": 104 }, "end": { - "line": 361, + "line": 403, "column": 106 } } @@ -560680,15 +561167,15 @@ "binop": null }, "value": "_elem", - "start": 16636, - "end": 16641, + "start": 19026, + "end": 19031, "loc": { "start": { - "line": 361, + "line": 403, "column": 106 }, "end": { - "line": 361, + "line": 403, "column": 111 } } @@ -560706,15 +561193,15 @@ "binop": null, "updateContext": null }, - "start": 16641, - "end": 16642, + "start": 19031, + "end": 19032, "loc": { "start": { - "line": 361, + "line": 403, "column": 111 }, "end": { - "line": 361, + "line": 403, "column": 112 } } @@ -560732,15 +561219,15 @@ "binop": null }, "value": "className", - "start": 16642, - "end": 16651, + "start": 19032, + "end": 19041, "loc": { "start": { - "line": 361, + "line": 403, "column": 112 }, "end": { - "line": 361, + "line": 403, "column": 121 } } @@ -560758,15 +561245,15 @@ "binop": null, "updateContext": null }, - "start": 16651, - "end": 16652, + "start": 19041, + "end": 19042, "loc": { "start": { - "line": 361, + "line": 403, "column": 121 }, "end": { - "line": 361, + "line": 403, "column": 122 } } @@ -560784,15 +561271,15 @@ "binop": null }, "value": "replace", - "start": 16652, - "end": 16659, + "start": 19042, + "end": 19049, "loc": { "start": { - "line": 361, + "line": 403, "column": 122 }, "end": { - "line": 361, + "line": 403, "column": 129 } } @@ -560809,15 +561296,15 @@ "postfix": false, "binop": null }, - "start": 16659, - "end": 16660, + "start": 19049, + "end": 19050, "loc": { "start": { - "line": 361, + "line": 403, "column": 129 }, "end": { - "line": 361, + "line": 403, "column": 130 } } @@ -560839,15 +561326,15 @@ "pattern": "\\s", "flags": "g" }, - "start": 16660, - "end": 16665, + "start": 19050, + "end": 19055, "loc": { "start": { - "line": 361, + "line": 403, "column": 130 }, "end": { - "line": 361, + "line": 403, "column": 135 } } @@ -560865,15 +561352,15 @@ "binop": null, "updateContext": null }, - "start": 16665, - "end": 16666, + "start": 19055, + "end": 19056, "loc": { "start": { - "line": 361, + "line": 403, "column": 135 }, "end": { - "line": 361, + "line": 403, "column": 136 } } @@ -560892,15 +561379,15 @@ "updateContext": null }, "value": ".", - "start": 16667, - "end": 16670, + "start": 19057, + "end": 19060, "loc": { "start": { - "line": 361, + "line": 403, "column": 137 }, "end": { - "line": 361, + "line": 403, "column": 140 } } @@ -560917,15 +561404,15 @@ "postfix": false, "binop": null }, - "start": 16670, - "end": 16671, + "start": 19060, + "end": 19061, "loc": { "start": { - "line": 361, + "line": 403, "column": 140 }, "end": { - "line": 361, + "line": 403, "column": 141 } } @@ -560942,15 +561429,15 @@ "postfix": false, "binop": null }, - "start": 16671, - "end": 16672, + "start": 19061, + "end": 19062, "loc": { "start": { - "line": 361, + "line": 403, "column": 141 }, "end": { - "line": 361, + "line": 403, "column": 142 } } @@ -560969,15 +561456,15 @@ "updateContext": null }, "value": "", - "start": 16672, - "end": 16672, + "start": 19062, + "end": 19062, "loc": { "start": { - "line": 361, + "line": 403, "column": 142 }, "end": { - "line": 361, + "line": 403, "column": 142 } } @@ -560994,15 +561481,15 @@ "postfix": false, "binop": null }, - "start": 16672, - "end": 16673, + "start": 19062, + "end": 19063, "loc": { "start": { - "line": 361, + "line": 403, "column": 142 }, "end": { - "line": 361, + "line": 403, "column": 143 } } @@ -561020,15 +561507,15 @@ "binop": null, "updateContext": null }, - "start": 16674, - "end": 16675, + "start": 19064, + "end": 19065, "loc": { "start": { - "line": 361, + "line": 403, "column": 144 }, "end": { - "line": 361, + "line": 403, "column": 145 } } @@ -561047,15 +561534,15 @@ "updateContext": null }, "value": "", - "start": 16676, - "end": 16678, + "start": 19066, + "end": 19068, "loc": { "start": { - "line": 361, + "line": 403, "column": 146 }, "end": { - "line": 361, + "line": 403, "column": 148 } } @@ -561072,15 +561559,15 @@ "postfix": false, "binop": null }, - "start": 16679, - "end": 16680, + "start": 19069, + "end": 19070, "loc": { "start": { - "line": 361, + "line": 403, "column": 149 }, "end": { - "line": 361, + "line": 403, "column": 150 } } @@ -561097,15 +561584,15 @@ "postfix": false, "binop": null }, - "start": 16680, - "end": 16681, + "start": 19070, + "end": 19071, "loc": { "start": { - "line": 361, + "line": 403, "column": 150 }, "end": { - "line": 361, + "line": 403, "column": 151 } } @@ -561124,15 +561611,15 @@ "updateContext": null }, "value": "", - "start": 16681, - "end": 16681, + "start": 19071, + "end": 19071, "loc": { "start": { - "line": 361, + "line": 403, "column": 151 }, "end": { - "line": 361, + "line": 403, "column": 151 } } @@ -561149,15 +561636,15 @@ "postfix": false, "binop": null }, - "start": 16681, - "end": 16682, + "start": 19071, + "end": 19072, "loc": { "start": { - "line": 361, + "line": 403, "column": 151 }, "end": { - "line": 361, + "line": 403, "column": 152 } } @@ -561177,15 +561664,15 @@ "updateContext": null }, "value": "this", - "start": 16700, - "end": 16704, + "start": 19090, + "end": 19094, "loc": { "start": { - "line": 363, + "line": 405, "column": 8 }, "end": { - "line": 363, + "line": 405, "column": 12 } } @@ -561203,15 +561690,15 @@ "binop": null, "updateContext": null }, - "start": 16704, - "end": 16705, + "start": 19094, + "end": 19095, "loc": { "start": { - "line": 363, + "line": 405, "column": 12 }, "end": { - "line": 363, + "line": 405, "column": 13 } } @@ -561229,15 +561716,15 @@ "binop": null }, "value": "_selector", - "start": 16705, - "end": 16714, + "start": 19095, + "end": 19104, "loc": { "start": { - "line": 363, + "line": 405, "column": 13 }, "end": { - "line": 363, + "line": 405, "column": 22 } } @@ -561256,15 +561743,15 @@ "updateContext": null }, "value": "=", - "start": 16715, - "end": 16716, + "start": 19105, + "end": 19106, "loc": { "start": { - "line": 363, + "line": 405, "column": 23 }, "end": { - "line": 363, + "line": 405, "column": 24 } } @@ -561282,15 +561769,15 @@ "binop": null }, "value": "_selector", - "start": 16717, - "end": 16726, + "start": 19107, + "end": 19116, "loc": { "start": { - "line": 363, + "line": 405, "column": 25 }, "end": { - "line": 363, + "line": 405, "column": 34 } } @@ -561308,15 +561795,15 @@ "binop": null, "updateContext": null }, - "start": 16726, - "end": 16727, + "start": 19116, + "end": 19117, "loc": { "start": { - "line": 363, + "line": 405, "column": 34 }, "end": { - "line": 363, + "line": 405, "column": 35 } } @@ -561334,15 +561821,15 @@ "binop": null }, "value": "toLowerCase", - "start": 16727, - "end": 16738, + "start": 19117, + "end": 19128, "loc": { "start": { - "line": 363, + "line": 405, "column": 35 }, "end": { - "line": 363, + "line": 405, "column": 46 } } @@ -561359,15 +561846,15 @@ "postfix": false, "binop": null }, - "start": 16738, - "end": 16739, + "start": 19128, + "end": 19129, "loc": { "start": { - "line": 363, + "line": 405, "column": 46 }, "end": { - "line": 363, + "line": 405, "column": 47 } } @@ -561384,15 +561871,15 @@ "postfix": false, "binop": null }, - "start": 16739, - "end": 16740, + "start": 19129, + "end": 19130, "loc": { "start": { - "line": 363, + "line": 405, "column": 47 }, "end": { - "line": 363, + "line": 405, "column": 48 } } @@ -561412,15 +561899,15 @@ "updateContext": null }, "value": "if", - "start": 16758, - "end": 16760, + "start": 19148, + "end": 19150, "loc": { "start": { - "line": 365, + "line": 407, "column": 8 }, "end": { - "line": 365, + "line": 407, "column": 10 } } @@ -561437,15 +561924,15 @@ "postfix": false, "binop": null }, - "start": 16761, - "end": 16762, + "start": 19151, + "end": 19152, "loc": { "start": { - "line": 365, + "line": 407, "column": 11 }, "end": { - "line": 365, + "line": 407, "column": 12 } } @@ -561465,15 +561952,15 @@ "updateContext": null }, "value": "this", - "start": 16763, - "end": 16767, + "start": 19153, + "end": 19157, "loc": { "start": { - "line": 365, + "line": 407, "column": 13 }, "end": { - "line": 365, + "line": 407, "column": 17 } } @@ -561491,15 +561978,15 @@ "binop": null, "updateContext": null }, - "start": 16767, - "end": 16768, + "start": 19157, + "end": 19158, "loc": { "start": { - "line": 365, + "line": 407, "column": 17 }, "end": { - "line": 365, + "line": 407, "column": 18 } } @@ -561517,15 +562004,15 @@ "binop": null }, "value": "_isInitialized", - "start": 16768, - "end": 16782, + "start": 19158, + "end": 19172, "loc": { "start": { - "line": 365, + "line": 407, "column": 18 }, "end": { - "line": 365, + "line": 407, "column": 32 } } @@ -561544,15 +562031,15 @@ "updateContext": null }, "value": "||", - "start": 16783, - "end": 16785, + "start": 19173, + "end": 19175, "loc": { "start": { - "line": 365, + "line": 407, "column": 33 }, "end": { - "line": 365, + "line": 407, "column": 35 } } @@ -561572,15 +562059,15 @@ "updateContext": null }, "value": "this", - "start": 16786, - "end": 16790, + "start": 19176, + "end": 19180, "loc": { "start": { - "line": 365, + "line": 407, "column": 36 }, "end": { - "line": 365, + "line": 407, "column": 40 } } @@ -561598,15 +562085,15 @@ "binop": null, "updateContext": null }, - "start": 16790, - "end": 16791, + "start": 19180, + "end": 19181, "loc": { "start": { - "line": 365, + "line": 407, "column": 40 }, "end": { - "line": 365, + "line": 407, "column": 41 } } @@ -561624,15 +562111,15 @@ "binop": null }, "value": "_isCompleted", - "start": 16791, - "end": 16803, + "start": 19181, + "end": 19193, "loc": { "start": { - "line": 365, + "line": 407, "column": 41 }, "end": { - "line": 365, + "line": 407, "column": 53 } } @@ -561649,15 +562136,15 @@ "postfix": false, "binop": null }, - "start": 16804, - "end": 16805, + "start": 19194, + "end": 19195, "loc": { "start": { - "line": 365, + "line": 407, "column": 54 }, "end": { - "line": 365, + "line": 407, "column": 55 } } @@ -561674,15 +562161,15 @@ "postfix": false, "binop": null }, - "start": 16806, - "end": 16807, + "start": 19196, + "end": 19197, "loc": { "start": { - "line": 365, + "line": 407, "column": 56 }, "end": { - "line": 365, + "line": 407, "column": 57 } } @@ -561702,15 +562189,15 @@ "updateContext": null }, "value": "return", - "start": 16820, - "end": 16826, + "start": 19210, + "end": 19216, "loc": { "start": { - "line": 366, + "line": 408, "column": 12 }, "end": { - "line": 366, + "line": 408, "column": 18 } } @@ -561727,15 +562214,15 @@ "postfix": false, "binop": null }, - "start": 16835, - "end": 16836, + "start": 19225, + "end": 19226, "loc": { "start": { - "line": 367, + "line": 409, "column": 8 }, "end": { - "line": 367, + "line": 409, "column": 9 } } @@ -561755,15 +562242,15 @@ "updateContext": null }, "value": "this", - "start": 16854, - "end": 16858, + "start": 19244, + "end": 19248, "loc": { "start": { - "line": 369, + "line": 411, "column": 8 }, "end": { - "line": 369, + "line": 411, "column": 12 } } @@ -561781,15 +562268,15 @@ "binop": null, "updateContext": null }, - "start": 16858, - "end": 16859, + "start": 19248, + "end": 19249, "loc": { "start": { - "line": 369, + "line": 411, "column": 12 }, "end": { - "line": 369, + "line": 411, "column": 13 } } @@ -561807,15 +562294,15 @@ "binop": null }, "value": "showLoader", - "start": 16859, - "end": 16869, + "start": 19249, + "end": 19259, "loc": { "start": { - "line": 369, + "line": 411, "column": 13 }, "end": { - "line": 369, + "line": 411, "column": 23 } } @@ -561832,15 +562319,15 @@ "postfix": false, "binop": null }, - "start": 16869, - "end": 16870, + "start": 19259, + "end": 19260, "loc": { "start": { - "line": 369, + "line": 411, "column": 23 }, "end": { - "line": 369, + "line": 411, "column": 24 } } @@ -561857,15 +562344,15 @@ "postfix": false, "binop": null }, - "start": 16870, - "end": 16871, + "start": 19260, + "end": 19261, "loc": { "start": { - "line": 369, + "line": 411, "column": 24 }, "end": { - "line": 369, + "line": 411, "column": 25 } } @@ -561885,15 +562372,15 @@ "updateContext": null }, "value": "this", - "start": 16889, - "end": 16893, + "start": 19279, + "end": 19283, "loc": { "start": { - "line": 371, + "line": 413, "column": 8 }, "end": { - "line": 371, + "line": 413, "column": 12 } } @@ -561911,15 +562398,15 @@ "binop": null, "updateContext": null }, - "start": 16893, - "end": 16894, + "start": 19283, + "end": 19284, "loc": { "start": { - "line": 371, + "line": 413, "column": 12 }, "end": { - "line": 371, + "line": 413, "column": 13 } } @@ -561937,15 +562424,15 @@ "binop": null }, "value": "_calcVars", - "start": 16894, - "end": 16903, + "start": 19284, + "end": 19293, "loc": { "start": { - "line": 371, + "line": 413, "column": 13 }, "end": { - "line": 371, + "line": 413, "column": 22 } } @@ -561962,15 +562449,15 @@ "postfix": false, "binop": null }, - "start": 16903, - "end": 16904, + "start": 19293, + "end": 19294, "loc": { "start": { - "line": 371, + "line": 413, "column": 22 }, "end": { - "line": 371, + "line": 413, "column": 23 } } @@ -561987,15 +562474,15 @@ "postfix": false, "binop": null }, - "start": 16904, - "end": 16905, + "start": 19294, + "end": 19295, "loc": { "start": { - "line": 371, + "line": 413, "column": 23 }, "end": { - "line": 371, + "line": 413, "column": 24 } } @@ -562015,15 +562502,15 @@ "updateContext": null }, "value": "if", - "start": 16923, - "end": 16925, + "start": 19313, + "end": 19315, "loc": { "start": { - "line": 373, + "line": 415, "column": 8 }, "end": { - "line": 373, + "line": 415, "column": 10 } } @@ -562040,15 +562527,15 @@ "postfix": false, "binop": null }, - "start": 16926, - "end": 16927, + "start": 19316, + "end": 19317, "loc": { "start": { - "line": 373, + "line": 415, "column": 11 }, "end": { - "line": 373, + "line": 415, "column": 12 } } @@ -562067,15 +562554,15 @@ "updateContext": null }, "value": "!", - "start": 16928, - "end": 16929, + "start": 19318, + "end": 19319, "loc": { "start": { - "line": 373, + "line": 415, "column": 13 }, "end": { - "line": 373, + "line": 415, "column": 14 } } @@ -562095,15 +562582,15 @@ "updateContext": null }, "value": "this", - "start": 16930, - "end": 16934, + "start": 19320, + "end": 19324, "loc": { "start": { - "line": 373, + "line": 415, "column": 15 }, "end": { - "line": 373, + "line": 415, "column": 19 } } @@ -562121,15 +562608,15 @@ "binop": null, "updateContext": null }, - "start": 16934, - "end": 16935, + "start": 19324, + "end": 19325, "loc": { "start": { - "line": 373, + "line": 415, "column": 19 }, "end": { - "line": 373, + "line": 415, "column": 20 } } @@ -562147,15 +562634,15 @@ "binop": null }, "value": "_verifyMaxRenderableRange", - "start": 16935, - "end": 16960, + "start": 19325, + "end": 19350, "loc": { "start": { - "line": 373, + "line": 415, "column": 20 }, "end": { - "line": 373, + "line": 415, "column": 45 } } @@ -562172,15 +562659,15 @@ "postfix": false, "binop": null }, - "start": 16960, - "end": 16961, + "start": 19350, + "end": 19351, "loc": { "start": { - "line": 373, + "line": 415, "column": 45 }, "end": { - "line": 373, + "line": 415, "column": 46 } } @@ -562197,15 +562684,15 @@ "postfix": false, "binop": null }, - "start": 16961, - "end": 16962, + "start": 19351, + "end": 19352, "loc": { "start": { - "line": 373, + "line": 415, "column": 46 }, "end": { - "line": 373, + "line": 415, "column": 47 } } @@ -562222,15 +562709,15 @@ "postfix": false, "binop": null }, - "start": 16963, - "end": 16964, + "start": 19353, + "end": 19354, "loc": { "start": { - "line": 373, + "line": 415, "column": 48 }, "end": { - "line": 373, + "line": 415, "column": 49 } } @@ -562247,15 +562734,15 @@ "postfix": false, "binop": null }, - "start": 16965, - "end": 16966, + "start": 19355, + "end": 19356, "loc": { "start": { - "line": 373, + "line": 415, "column": 50 }, "end": { - "line": 373, + "line": 415, "column": 51 } } @@ -562275,15 +562762,15 @@ "updateContext": null }, "value": "throw", - "start": 16979, - "end": 16984, + "start": 19369, + "end": 19374, "loc": { "start": { - "line": 374, + "line": 416, "column": 12 }, "end": { - "line": 374, + "line": 416, "column": 17 } } @@ -562303,15 +562790,15 @@ "updateContext": null }, "value": "new", - "start": 16985, - "end": 16988, + "start": 19375, + "end": 19378, "loc": { "start": { - "line": 374, + "line": 416, "column": 18 }, "end": { - "line": 374, + "line": 416, "column": 21 } } @@ -562329,15 +562816,15 @@ "binop": null }, "value": "RangeError", - "start": 16989, - "end": 16999, + "start": 19379, + "end": 19389, "loc": { "start": { - "line": 374, + "line": 416, "column": 22 }, "end": { - "line": 374, + "line": 416, "column": 32 } } @@ -562354,15 +562841,15 @@ "postfix": false, "binop": null }, - "start": 16999, - "end": 17000, + "start": 19389, + "end": 19390, "loc": { "start": { - "line": 374, + "line": 416, "column": 32 }, "end": { - "line": 374, + "line": 416, "column": 33 } } @@ -562379,15 +562866,15 @@ "postfix": false, "binop": null }, - "start": 17001, - "end": 17002, + "start": 19391, + "end": 19392, "loc": { "start": { - "line": 374, + "line": 416, "column": 34 }, "end": { - "line": 374, + "line": 416, "column": 35 } } @@ -562406,15 +562893,15 @@ "updateContext": null }, "value": "Timeline display period exceeds maximum renderable range.", - "start": 17002, - "end": 17059, + "start": 19392, + "end": 19449, "loc": { "start": { - "line": 374, + "line": 416, "column": 35 }, "end": { - "line": 374, + "line": 416, "column": 92 } } @@ -562431,15 +562918,15 @@ "postfix": false, "binop": null }, - "start": 17059, - "end": 17060, + "start": 19449, + "end": 19450, "loc": { "start": { - "line": 374, + "line": 416, "column": 92 }, "end": { - "line": 374, + "line": 416, "column": 93 } } @@ -562456,15 +562943,15 @@ "postfix": false, "binop": null }, - "start": 17061, - "end": 17062, + "start": 19451, + "end": 19452, "loc": { "start": { - "line": 374, + "line": 416, "column": 94 }, "end": { - "line": 374, + "line": 416, "column": 95 } } @@ -562481,15 +562968,15 @@ "postfix": false, "binop": null }, - "start": 17071, - "end": 17072, + "start": 19461, + "end": 19462, "loc": { "start": { - "line": 375, + "line": 417, "column": 8 }, "end": { - "line": 375, + "line": 417, "column": 9 } } @@ -562509,15 +562996,15 @@ "updateContext": null }, "value": "this", - "start": 17090, - "end": 17094, + "start": 19480, + "end": 19484, "loc": { "start": { - "line": 377, + "line": 419, "column": 8 }, "end": { - "line": 377, + "line": 419, "column": 12 } } @@ -562535,15 +563022,15 @@ "binop": null, "updateContext": null }, - "start": 17094, - "end": 17095, + "start": 19484, + "end": 19485, "loc": { "start": { - "line": 377, + "line": 419, "column": 12 }, "end": { - "line": 377, + "line": 419, "column": 13 } } @@ -562561,15 +563048,15 @@ "binop": null }, "value": "sleep", - "start": 17095, - "end": 17100, + "start": 19485, + "end": 19490, "loc": { "start": { - "line": 377, + "line": 419, "column": 13 }, "end": { - "line": 377, + "line": 419, "column": 18 } } @@ -562586,15 +563073,15 @@ "postfix": false, "binop": null }, - "start": 17100, - "end": 17101, + "start": 19490, + "end": 19491, "loc": { "start": { - "line": 377, + "line": 419, "column": 18 }, "end": { - "line": 377, + "line": 419, "column": 19 } } @@ -562612,15 +563099,15 @@ "binop": null }, "value": "_sleep", - "start": 17102, - "end": 17108, + "start": 19492, + "end": 19498, "loc": { "start": { - "line": 377, + "line": 419, "column": 20 }, "end": { - "line": 377, + "line": 419, "column": 26 } } @@ -562637,15 +563124,15 @@ "postfix": false, "binop": null }, - "start": 17109, - "end": 17110, + "start": 19499, + "end": 19500, "loc": { "start": { - "line": 377, + "line": 419, "column": 27 }, "end": { - "line": 377, + "line": 419, "column": 28 } } @@ -562663,15 +563150,15 @@ "binop": null, "updateContext": null }, - "start": 17110, - "end": 17111, + "start": 19500, + "end": 19501, "loc": { "start": { - "line": 377, + "line": 419, "column": 28 }, "end": { - "line": 377, + "line": 419, "column": 29 } } @@ -562689,15 +563176,15 @@ "binop": null }, "value": "then", - "start": 17111, - "end": 17115, + "start": 19501, + "end": 19505, "loc": { "start": { - "line": 377, + "line": 419, "column": 29 }, "end": { - "line": 377, + "line": 419, "column": 33 } } @@ -562714,15 +563201,15 @@ "postfix": false, "binop": null }, - "start": 17115, - "end": 17116, + "start": 19505, + "end": 19506, "loc": { "start": { - "line": 377, + "line": 419, "column": 33 }, "end": { - "line": 377, + "line": 419, "column": 34 } } @@ -562739,15 +563226,15 @@ "postfix": false, "binop": null }, - "start": 17116, - "end": 17117, + "start": 19506, + "end": 19507, "loc": { "start": { - "line": 377, + "line": 419, "column": 34 }, "end": { - "line": 377, + "line": 419, "column": 35 } } @@ -562764,15 +563251,15 @@ "postfix": false, "binop": null }, - "start": 17117, - "end": 17118, + "start": 19507, + "end": 19508, "loc": { "start": { - "line": 377, + "line": 419, "column": 35 }, "end": { - "line": 377, + "line": 419, "column": 36 } } @@ -562790,15 +563277,15 @@ "binop": null, "updateContext": null }, - "start": 17119, - "end": 17121, + "start": 19509, + "end": 19511, "loc": { "start": { - "line": 377, + "line": 419, "column": 37 }, "end": { - "line": 377, + "line": 419, "column": 39 } } @@ -562815,15 +563302,15 @@ "postfix": false, "binop": null }, - "start": 17122, - "end": 17123, + "start": 19512, + "end": 19513, "loc": { "start": { - "line": 377, + "line": 419, "column": 40 }, "end": { - "line": 377, + "line": 419, "column": 41 } } @@ -562843,15 +563330,15 @@ "updateContext": null }, "value": "if", - "start": 17149, - "end": 17151, + "start": 19539, + "end": 19541, "loc": { "start": { - "line": 379, + "line": 421, "column": 12 }, "end": { - "line": 379, + "line": 421, "column": 14 } } @@ -562868,15 +563355,15 @@ "postfix": false, "binop": null }, - "start": 17152, - "end": 17153, + "start": 19542, + "end": 19543, "loc": { "start": { - "line": 379, + "line": 421, "column": 15 }, "end": { - "line": 379, + "line": 421, "column": 16 } } @@ -562895,15 +563382,15 @@ "updateContext": null }, "value": "!", - "start": 17154, - "end": 17155, + "start": 19544, + "end": 19545, "loc": { "start": { - "line": 379, + "line": 421, "column": 17 }, "end": { - "line": 379, + "line": 421, "column": 18 } } @@ -562923,15 +563410,15 @@ "updateContext": null }, "value": "this", - "start": 17156, - "end": 17160, + "start": 19546, + "end": 19550, "loc": { "start": { - "line": 379, + "line": 421, "column": 19 }, "end": { - "line": 379, + "line": 421, "column": 23 } } @@ -562949,15 +563436,15 @@ "binop": null, "updateContext": null }, - "start": 17160, - "end": 17161, + "start": 19550, + "end": 19551, "loc": { "start": { - "line": 379, + "line": 421, "column": 23 }, "end": { - "line": 379, + "line": 421, "column": 24 } } @@ -562975,15 +563462,15 @@ "binop": null }, "value": "_isInitialized", - "start": 17161, - "end": 17175, + "start": 19551, + "end": 19565, "loc": { "start": { - "line": 379, + "line": 421, "column": 24 }, "end": { - "line": 379, + "line": 421, "column": 38 } } @@ -563000,15 +563487,15 @@ "postfix": false, "binop": null }, - "start": 17176, - "end": 17177, + "start": 19566, + "end": 19567, "loc": { "start": { - "line": 379, + "line": 421, "column": 39 }, "end": { - "line": 379, + "line": 421, "column": 40 } } @@ -563025,15 +563512,15 @@ "postfix": false, "binop": null }, - "start": 17178, - "end": 17179, + "start": 19568, + "end": 19569, "loc": { "start": { - "line": 379, + "line": 421, "column": 41 }, "end": { - "line": 379, + "line": 421, "column": 42 } } @@ -563053,15 +563540,15 @@ "updateContext": null }, "value": "this", - "start": 17213, - "end": 17217, + "start": 19603, + "end": 19607, "loc": { "start": { - "line": 381, + "line": 423, "column": 16 }, "end": { - "line": 381, + "line": 423, "column": 20 } } @@ -563079,15 +563566,15 @@ "binop": null, "updateContext": null }, - "start": 17217, - "end": 17218, + "start": 19607, + "end": 19608, "loc": { "start": { - "line": 381, + "line": 423, "column": 20 }, "end": { - "line": 381, + "line": 423, "column": 21 } } @@ -563105,15 +563592,15 @@ "binop": null }, "value": "_renderView", - "start": 17218, - "end": 17229, + "start": 19608, + "end": 19619, "loc": { "start": { - "line": 381, + "line": 423, "column": 21 }, "end": { - "line": 381, + "line": 423, "column": 32 } } @@ -563130,15 +563617,15 @@ "postfix": false, "binop": null }, - "start": 17229, - "end": 17230, + "start": 19619, + "end": 19620, "loc": { "start": { - "line": 381, + "line": 423, "column": 32 }, "end": { - "line": 381, + "line": 423, "column": 33 } } @@ -563155,15 +563642,15 @@ "postfix": false, "binop": null }, - "start": 17230, - "end": 17231, + "start": 19620, + "end": 19621, "loc": { "start": { - "line": 381, + "line": 423, "column": 33 }, "end": { - "line": 381, + "line": 423, "column": 34 } } @@ -563183,15 +563670,15 @@ "updateContext": null }, "value": "const", - "start": 17265, - "end": 17270, + "start": 19655, + "end": 19660, "loc": { "start": { - "line": 383, + "line": 425, "column": 16 }, "end": { - "line": 383, + "line": 425, "column": 21 } } @@ -563209,15 +563696,15 @@ "binop": null }, "value": "afterInitEvent", - "start": 17271, - "end": 17285, + "start": 19661, + "end": 19675, "loc": { "start": { - "line": 383, + "line": 425, "column": 22 }, "end": { - "line": 383, + "line": 425, "column": 36 } } @@ -563236,15 +563723,15 @@ "updateContext": null }, "value": "=", - "start": 17286, - "end": 17287, + "start": 19676, + "end": 19677, "loc": { "start": { - "line": 383, + "line": 425, "column": 37 }, "end": { - "line": 383, + "line": 425, "column": 38 } } @@ -563262,15 +563749,15 @@ "binop": null }, "value": "$", - "start": 17288, - "end": 17289, + "start": 19678, + "end": 19679, "loc": { "start": { - "line": 383, + "line": 425, "column": 39 }, "end": { - "line": 383, + "line": 425, "column": 40 } } @@ -563288,15 +563775,15 @@ "binop": null, "updateContext": null }, - "start": 17289, - "end": 17290, + "start": 19679, + "end": 19680, "loc": { "start": { - "line": 383, + "line": 425, "column": 40 }, "end": { - "line": 383, + "line": 425, "column": 41 } } @@ -563314,15 +563801,15 @@ "binop": null }, "value": "Event", - "start": 17290, - "end": 17295, + "start": 19680, + "end": 19685, "loc": { "start": { - "line": 383, + "line": 425, "column": 41 }, "end": { - "line": 383, + "line": 425, "column": 46 } } @@ -563339,15 +563826,15 @@ "postfix": false, "binop": null }, - "start": 17295, - "end": 17296, + "start": 19685, + "end": 19686, "loc": { "start": { - "line": 383, + "line": 425, "column": 46 }, "end": { - "line": 383, + "line": 425, "column": 47 } } @@ -563365,15 +563852,15 @@ "binop": null }, "value": "Event", - "start": 17297, - "end": 17302, + "start": 19687, + "end": 19692, "loc": { "start": { - "line": 383, + "line": 425, "column": 48 }, "end": { - "line": 383, + "line": 425, "column": 53 } } @@ -563391,15 +563878,15 @@ "binop": null, "updateContext": null }, - "start": 17302, - "end": 17303, + "start": 19692, + "end": 19693, "loc": { "start": { - "line": 383, + "line": 425, "column": 53 }, "end": { - "line": 383, + "line": 425, "column": 54 } } @@ -563417,15 +563904,15 @@ "binop": null }, "value": "INITIALIZED", - "start": 17303, - "end": 17314, + "start": 19693, + "end": 19704, "loc": { "start": { - "line": 383, + "line": 425, "column": 54 }, "end": { - "line": 383, + "line": 425, "column": 65 } } @@ -563443,15 +563930,15 @@ "binop": null, "updateContext": null }, - "start": 17314, - "end": 17315, + "start": 19704, + "end": 19705, "loc": { "start": { - "line": 383, + "line": 425, "column": 65 }, "end": { - "line": 383, + "line": 425, "column": 66 } } @@ -563468,15 +563955,15 @@ "postfix": false, "binop": null }, - "start": 17316, - "end": 17317, + "start": 19706, + "end": 19707, "loc": { "start": { - "line": 383, + "line": 425, "column": 67 }, "end": { - "line": 383, + "line": 425, "column": 68 } } @@ -563494,15 +563981,15 @@ "binop": null }, "value": "_elem", - "start": 17318, - "end": 17323, + "start": 19708, + "end": 19713, "loc": { "start": { - "line": 383, + "line": 425, "column": 69 }, "end": { - "line": 383, + "line": 425, "column": 74 } } @@ -563519,15 +564006,15 @@ "postfix": false, "binop": null }, - "start": 17324, - "end": 17325, + "start": 19714, + "end": 19715, "loc": { "start": { - "line": 383, + "line": 425, "column": 75 }, "end": { - "line": 383, + "line": 425, "column": 76 } } @@ -563544,15 +564031,15 @@ "postfix": false, "binop": null }, - "start": 17326, - "end": 17327, + "start": 19716, + "end": 19717, "loc": { "start": { - "line": 383, + "line": 425, "column": 77 }, "end": { - "line": 383, + "line": 425, "column": 78 } } @@ -563570,15 +564057,15 @@ "binop": null }, "value": "$", - "start": 17361, - "end": 17362, + "start": 19751, + "end": 19752, "loc": { "start": { - "line": 385, + "line": 427, "column": 16 }, "end": { - "line": 385, + "line": 427, "column": 17 } } @@ -563595,15 +564082,15 @@ "postfix": false, "binop": null }, - "start": 17362, - "end": 17363, + "start": 19752, + "end": 19753, "loc": { "start": { - "line": 385, + "line": 427, "column": 17 }, "end": { - "line": 385, + "line": 427, "column": 18 } } @@ -563621,15 +564108,15 @@ "binop": null }, "value": "_elem", - "start": 17363, - "end": 17368, + "start": 19753, + "end": 19758, "loc": { "start": { - "line": 385, + "line": 427, "column": 18 }, "end": { - "line": 385, + "line": 427, "column": 23 } } @@ -563646,15 +564133,15 @@ "postfix": false, "binop": null }, - "start": 17368, - "end": 17369, + "start": 19758, + "end": 19759, "loc": { "start": { - "line": 385, + "line": 427, "column": 23 }, "end": { - "line": 385, + "line": 427, "column": 24 } } @@ -563672,15 +564159,15 @@ "binop": null, "updateContext": null }, - "start": 17369, - "end": 17370, + "start": 19759, + "end": 19760, "loc": { "start": { - "line": 385, + "line": 427, "column": 24 }, "end": { - "line": 385, + "line": 427, "column": 25 } } @@ -563698,15 +564185,15 @@ "binop": null }, "value": "trigger", - "start": 17370, - "end": 17377, + "start": 19760, + "end": 19767, "loc": { "start": { - "line": 385, + "line": 427, "column": 25 }, "end": { - "line": 385, + "line": 427, "column": 32 } } @@ -563723,15 +564210,15 @@ "postfix": false, "binop": null }, - "start": 17377, - "end": 17378, + "start": 19767, + "end": 19768, "loc": { "start": { - "line": 385, + "line": 427, "column": 32 }, "end": { - "line": 385, + "line": 427, "column": 33 } } @@ -563749,15 +564236,15 @@ "binop": null }, "value": "afterInitEvent", - "start": 17379, - "end": 17393, + "start": 19769, + "end": 19783, "loc": { "start": { - "line": 385, + "line": 427, "column": 34 }, "end": { - "line": 385, + "line": 427, "column": 48 } } @@ -563774,15 +564261,15 @@ "postfix": false, "binop": null }, - "start": 17394, - "end": 17395, + "start": 19784, + "end": 19785, "loc": { "start": { - "line": 385, + "line": 427, "column": 49 }, "end": { - "line": 385, + "line": 427, "column": 50 } } @@ -563800,15 +564287,15 @@ "binop": null }, "value": "$", - "start": 17429, - "end": 17430, + "start": 19819, + "end": 19820, "loc": { "start": { - "line": 387, + "line": 429, "column": 16 }, "end": { - "line": 387, + "line": 429, "column": 17 } } @@ -563825,15 +564312,15 @@ "postfix": false, "binop": null }, - "start": 17430, - "end": 17431, + "start": 19820, + "end": 19821, "loc": { "start": { - "line": 387, + "line": 429, "column": 17 }, "end": { - "line": 387, + "line": 429, "column": 18 } } @@ -563851,15 +564338,15 @@ "binop": null }, "value": "_elem", - "start": 17431, - "end": 17436, + "start": 19821, + "end": 19826, "loc": { "start": { - "line": 387, + "line": 429, "column": 18 }, "end": { - "line": 387, + "line": 429, "column": 23 } } @@ -563876,15 +564363,15 @@ "postfix": false, "binop": null }, - "start": 17436, - "end": 17437, + "start": 19826, + "end": 19827, "loc": { "start": { - "line": 387, + "line": 429, "column": 23 }, "end": { - "line": 387, + "line": 429, "column": 24 } } @@ -563902,15 +564389,15 @@ "binop": null, "updateContext": null }, - "start": 17437, - "end": 17438, + "start": 19827, + "end": 19828, "loc": { "start": { - "line": 387, + "line": 429, "column": 24 }, "end": { - "line": 387, + "line": 429, "column": 25 } } @@ -563928,15 +564415,15 @@ "binop": null }, "value": "off", - "start": 17438, - "end": 17441, + "start": 19828, + "end": 19831, "loc": { "start": { - "line": 387, + "line": 429, "column": 25 }, "end": { - "line": 387, + "line": 429, "column": 28 } } @@ -563953,15 +564440,15 @@ "postfix": false, "binop": null }, - "start": 17441, - "end": 17442, + "start": 19831, + "end": 19832, "loc": { "start": { - "line": 387, + "line": 429, "column": 28 }, "end": { - "line": 387, + "line": 429, "column": 29 } } @@ -563979,15 +564466,15 @@ "binop": null }, "value": "Event", - "start": 17443, - "end": 17448, + "start": 19833, + "end": 19838, "loc": { "start": { - "line": 387, + "line": 429, "column": 30 }, "end": { - "line": 387, + "line": 429, "column": 35 } } @@ -564005,15 +564492,15 @@ "binop": null, "updateContext": null }, - "start": 17448, - "end": 17449, + "start": 19838, + "end": 19839, "loc": { "start": { - "line": 387, + "line": 429, "column": 35 }, "end": { - "line": 387, + "line": 429, "column": 36 } } @@ -564031,15 +564518,15 @@ "binop": null }, "value": "INITIALIZED", - "start": 17449, - "end": 17460, + "start": 19839, + "end": 19850, "loc": { "start": { - "line": 387, + "line": 429, "column": 36 }, "end": { - "line": 387, + "line": 429, "column": 47 } } @@ -564056,15 +564543,15 @@ "postfix": false, "binop": null }, - "start": 17461, - "end": 17462, + "start": 19851, + "end": 19852, "loc": { "start": { - "line": 387, + "line": 429, "column": 48 }, "end": { - "line": 387, + "line": 429, "column": 49 } } @@ -564081,15 +564568,15 @@ "postfix": false, "binop": null }, - "start": 17475, - "end": 17476, + "start": 19865, + "end": 19866, "loc": { "start": { - "line": 388, + "line": 430, "column": 12 }, "end": { - "line": 388, + "line": 430, "column": 13 } } @@ -564109,15 +564596,15 @@ "updateContext": null }, "value": "if", - "start": 17502, - "end": 17504, + "start": 19892, + "end": 19894, "loc": { "start": { - "line": 390, + "line": 432, "column": 12 }, "end": { - "line": 390, + "line": 432, "column": 14 } } @@ -564134,15 +564621,15 @@ "postfix": false, "binop": null }, - "start": 17505, - "end": 17506, + "start": 19895, + "end": 19896, "loc": { "start": { - "line": 390, + "line": 432, "column": 15 }, "end": { - "line": 390, + "line": 432, "column": 16 } } @@ -564161,15 +564648,15 @@ "updateContext": null }, "value": "!", - "start": 17507, - "end": 17508, + "start": 19897, + "end": 19898, "loc": { "start": { - "line": 390, + "line": 432, "column": 17 }, "end": { - "line": 390, + "line": 432, "column": 18 } } @@ -564189,15 +564676,15 @@ "updateContext": null }, "value": "this", - "start": 17509, - "end": 17513, + "start": 19899, + "end": 19903, "loc": { "start": { - "line": 390, + "line": 432, "column": 19 }, "end": { - "line": 390, + "line": 432, "column": 23 } } @@ -564215,15 +564702,15 @@ "binop": null, "updateContext": null }, - "start": 17513, - "end": 17514, + "start": 19903, + "end": 19904, "loc": { "start": { - "line": 390, + "line": 432, "column": 23 }, "end": { - "line": 390, + "line": 432, "column": 24 } } @@ -564241,15 +564728,15 @@ "binop": null }, "value": "_isCached", - "start": 17514, - "end": 17523, + "start": 19904, + "end": 19913, "loc": { "start": { - "line": 390, + "line": 432, "column": 24 }, "end": { - "line": 390, + "line": 432, "column": 33 } } @@ -564266,15 +564753,15 @@ "postfix": false, "binop": null }, - "start": 17524, - "end": 17525, + "start": 19914, + "end": 19915, "loc": { "start": { - "line": 390, + "line": 432, "column": 34 }, "end": { - "line": 390, + "line": 432, "column": 35 } } @@ -564291,15 +564778,15 @@ "postfix": false, "binop": null }, - "start": 17526, - "end": 17527, + "start": 19916, + "end": 19917, "loc": { "start": { - "line": 390, + "line": 432, "column": 36 }, "end": { - "line": 390, + "line": 432, "column": 37 } } @@ -564319,15 +564806,15 @@ "updateContext": null }, "value": "this", - "start": 17544, - "end": 17548, + "start": 19934, + "end": 19938, "loc": { "start": { - "line": 391, + "line": 433, "column": 16 }, "end": { - "line": 391, + "line": 433, "column": 20 } } @@ -564345,15 +564832,15 @@ "binop": null, "updateContext": null }, - "start": 17548, - "end": 17549, + "start": 19938, + "end": 19939, "loc": { "start": { - "line": 391, + "line": 433, "column": 20 }, "end": { - "line": 391, + "line": 433, "column": 21 } } @@ -564371,15 +564858,15 @@ "binop": null }, "value": "_loadEvent", - "start": 17549, - "end": 17559, + "start": 19939, + "end": 19949, "loc": { "start": { - "line": 391, + "line": 433, "column": 21 }, "end": { - "line": 391, + "line": 433, "column": 31 } } @@ -564396,15 +564883,15 @@ "postfix": false, "binop": null }, - "start": 17559, - "end": 17560, + "start": 19949, + "end": 19950, "loc": { "start": { - "line": 391, + "line": 433, "column": 31 }, "end": { - "line": 391, + "line": 433, "column": 32 } } @@ -564421,15 +564908,15 @@ "postfix": false, "binop": null }, - "start": 17560, - "end": 17561, + "start": 19950, + "end": 19951, "loc": { "start": { - "line": 391, + "line": 433, "column": 32 }, "end": { - "line": 391, + "line": 433, "column": 33 } } @@ -564446,15 +564933,15 @@ "postfix": false, "binop": null }, - "start": 17574, - "end": 17575, + "start": 19964, + "end": 19965, "loc": { "start": { - "line": 392, + "line": 434, "column": 12 }, "end": { - "line": 392, + "line": 434, "column": 13 } } @@ -564474,15 +564961,15 @@ "updateContext": null }, "value": "if", - "start": 17601, - "end": 17603, + "start": 19991, + "end": 19993, "loc": { "start": { - "line": 394, + "line": 436, "column": 12 }, "end": { - "line": 394, + "line": 436, "column": 14 } } @@ -564499,15 +564986,15 @@ "postfix": false, "binop": null }, - "start": 17604, - "end": 17605, + "start": 19994, + "end": 19995, "loc": { "start": { - "line": 394, + "line": 436, "column": 15 }, "end": { - "line": 394, + "line": 436, "column": 16 } } @@ -564527,15 +565014,15 @@ "updateContext": null }, "value": "this", - "start": 17606, - "end": 17610, + "start": 19996, + "end": 20000, "loc": { "start": { - "line": 394, + "line": 436, "column": 17 }, "end": { - "line": 394, + "line": 436, "column": 21 } } @@ -564553,15 +565040,15 @@ "binop": null, "updateContext": null }, - "start": 17610, - "end": 17611, + "start": 20000, + "end": 20001, "loc": { "start": { - "line": 394, + "line": 436, "column": 21 }, "end": { - "line": 394, + "line": 436, "column": 22 } } @@ -564579,15 +565066,15 @@ "binop": null }, "value": "_isCached", - "start": 17611, - "end": 17620, + "start": 20001, + "end": 20010, "loc": { "start": { - "line": 394, + "line": 436, "column": 22 }, "end": { - "line": 394, + "line": 436, "column": 31 } } @@ -564604,15 +565091,15 @@ "postfix": false, "binop": null }, - "start": 17621, - "end": 17622, + "start": 20011, + "end": 20012, "loc": { "start": { - "line": 394, + "line": 436, "column": 32 }, "end": { - "line": 394, + "line": 436, "column": 33 } } @@ -564629,15 +565116,15 @@ "postfix": false, "binop": null }, - "start": 17623, - "end": 17624, + "start": 20013, + "end": 20014, "loc": { "start": { - "line": 394, + "line": 436, "column": 34 }, "end": { - "line": 394, + "line": 436, "column": 35 } } @@ -564657,15 +565144,15 @@ "updateContext": null }, "value": "this", - "start": 17641, - "end": 17645, + "start": 20031, + "end": 20035, "loc": { "start": { - "line": 395, + "line": 437, "column": 16 }, "end": { - "line": 395, + "line": 437, "column": 20 } } @@ -564683,15 +565170,15 @@ "binop": null, "updateContext": null }, - "start": 17645, - "end": 17646, + "start": 20035, + "end": 20036, "loc": { "start": { - "line": 395, + "line": 437, "column": 20 }, "end": { - "line": 395, + "line": 437, "column": 21 } } @@ -564709,15 +565196,15 @@ "binop": null }, "value": "_placeEvent", - "start": 17646, - "end": 17657, + "start": 20036, + "end": 20047, "loc": { "start": { - "line": 395, + "line": 437, "column": 21 }, "end": { - "line": 395, + "line": 437, "column": 32 } } @@ -564734,15 +565221,15 @@ "postfix": false, "binop": null }, - "start": 17657, - "end": 17658, + "start": 20047, + "end": 20048, "loc": { "start": { - "line": 395, + "line": 437, "column": 32 }, "end": { - "line": 395, + "line": 437, "column": 33 } } @@ -564759,15 +565246,15 @@ "postfix": false, "binop": null }, - "start": 17658, - "end": 17659, + "start": 20048, + "end": 20049, "loc": { "start": { - "line": 395, + "line": 437, "column": 33 }, "end": { - "line": 395, + "line": 437, "column": 34 } } @@ -564784,15 +565271,15 @@ "postfix": false, "binop": null }, - "start": 17672, - "end": 17673, + "start": 20062, + "end": 20063, "loc": { "start": { - "line": 396, + "line": 438, "column": 12 }, "end": { - "line": 396, + "line": 438, "column": 13 } } @@ -564800,15 +565287,15 @@ { "type": "CommentLine", "value": " Assign events for the timeline", - "start": 17699, - "end": 17732, + "start": 20089, + "end": 20122, "loc": { "start": { - "line": 398, + "line": 440, "column": 12 }, "end": { - "line": 398, + "line": 440, "column": 45 } } @@ -564826,15 +565313,15 @@ "binop": null }, "value": "$", - "start": 17745, - "end": 17746, + "start": 20135, + "end": 20136, "loc": { "start": { - "line": 399, + "line": 441, "column": 12 }, "end": { - "line": 399, + "line": 441, "column": 13 } } @@ -564851,15 +565338,15 @@ "postfix": false, "binop": null }, - "start": 17746, - "end": 17747, + "start": 20136, + "end": 20137, "loc": { "start": { - "line": 399, + "line": 441, "column": 13 }, "end": { - "line": 399, + "line": 441, "column": 14 } } @@ -564877,15 +565364,15 @@ "binop": null }, "value": "document", - "start": 17747, - "end": 17755, + "start": 20137, + "end": 20145, "loc": { "start": { - "line": 399, + "line": 441, "column": 14 }, "end": { - "line": 399, + "line": 441, "column": 22 } } @@ -564902,15 +565389,15 @@ "postfix": false, "binop": null }, - "start": 17755, - "end": 17756, + "start": 20145, + "end": 20146, "loc": { "start": { - "line": 399, + "line": 441, "column": 22 }, "end": { - "line": 399, + "line": 441, "column": 23 } } @@ -564928,15 +565415,15 @@ "binop": null, "updateContext": null }, - "start": 17756, - "end": 17757, + "start": 20146, + "end": 20147, "loc": { "start": { - "line": 399, + "line": 441, "column": 23 }, "end": { - "line": 399, + "line": 441, "column": 24 } } @@ -564954,15 +565441,15 @@ "binop": null }, "value": "on", - "start": 17757, - "end": 17759, + "start": 20147, + "end": 20149, "loc": { "start": { - "line": 399, + "line": 441, "column": 24 }, "end": { - "line": 399, + "line": 441, "column": 26 } } @@ -564979,15 +565466,15 @@ "postfix": false, "binop": null }, - "start": 17759, - "end": 17760, + "start": 20149, + "end": 20150, "loc": { "start": { - "line": 399, + "line": 441, "column": 26 }, "end": { - "line": 399, + "line": 441, "column": 27 } } @@ -565005,15 +565492,15 @@ "binop": null }, "value": "Event", - "start": 17777, - "end": 17782, + "start": 20167, + "end": 20172, "loc": { "start": { - "line": 400, + "line": 442, "column": 16 }, "end": { - "line": 400, + "line": 442, "column": 21 } } @@ -565031,15 +565518,15 @@ "binop": null, "updateContext": null }, - "start": 17782, - "end": 17783, + "start": 20172, + "end": 20173, "loc": { "start": { - "line": 400, + "line": 442, "column": 21 }, "end": { - "line": 400, + "line": 442, "column": 22 } } @@ -565057,15 +565544,15 @@ "binop": null }, "value": "CLICK_EVENT", - "start": 17783, - "end": 17794, + "start": 20173, + "end": 20184, "loc": { "start": { - "line": 400, + "line": 442, "column": 22 }, "end": { - "line": 400, + "line": 442, "column": 33 } } @@ -565083,15 +565570,15 @@ "binop": null, "updateContext": null }, - "start": 17794, - "end": 17795, + "start": 20184, + "end": 20185, "loc": { "start": { - "line": 400, + "line": 442, "column": 33 }, "end": { - "line": 400, + "line": 442, "column": 34 } } @@ -565108,15 +565595,15 @@ "postfix": false, "binop": null }, - "start": 17812, - "end": 17813, + "start": 20202, + "end": 20203, "loc": { "start": { - "line": 401, + "line": 443, "column": 16 }, "end": { - "line": 401, + "line": 443, "column": 17 } } @@ -565135,15 +565622,15 @@ "updateContext": null }, "value": "", - "start": 17813, - "end": 17813, + "start": 20203, + "end": 20203, "loc": { "start": { - "line": 401, + "line": 443, "column": 17 }, "end": { - "line": 401, + "line": 443, "column": 17 } } @@ -565160,15 +565647,15 @@ "postfix": false, "binop": null }, - "start": 17813, - "end": 17815, + "start": 20203, + "end": 20205, "loc": { "start": { - "line": 401, + "line": 443, "column": 17 }, "end": { - "line": 401, + "line": 443, "column": 19 } } @@ -565188,15 +565675,15 @@ "updateContext": null }, "value": "this", - "start": 17815, - "end": 17819, + "start": 20205, + "end": 20209, "loc": { "start": { - "line": 401, + "line": 443, "column": 19 }, "end": { - "line": 401, + "line": 443, "column": 23 } } @@ -565214,15 +565701,15 @@ "binop": null, "updateContext": null }, - "start": 17819, - "end": 17820, + "start": 20209, + "end": 20210, "loc": { "start": { - "line": 401, + "line": 443, "column": 23 }, "end": { - "line": 401, + "line": 443, "column": 24 } } @@ -565240,15 +565727,15 @@ "binop": null }, "value": "_selector", - "start": 17820, - "end": 17829, + "start": 20210, + "end": 20219, "loc": { "start": { - "line": 401, + "line": 443, "column": 24 }, "end": { - "line": 401, + "line": 443, "column": 33 } } @@ -565265,15 +565752,15 @@ "postfix": false, "binop": null }, - "start": 17829, - "end": 17830, + "start": 20219, + "end": 20220, "loc": { "start": { - "line": 401, + "line": 443, "column": 33 }, "end": { - "line": 401, + "line": 443, "column": 34 } } @@ -565292,15 +565779,15 @@ "updateContext": null }, "value": " ", - "start": 17830, - "end": 17831, + "start": 20220, + "end": 20221, "loc": { "start": { - "line": 401, + "line": 443, "column": 34 }, "end": { - "line": 401, + "line": 443, "column": 35 } } @@ -565317,15 +565804,15 @@ "postfix": false, "binop": null }, - "start": 17831, - "end": 17833, + "start": 20221, + "end": 20223, "loc": { "start": { - "line": 401, + "line": 443, "column": 35 }, "end": { - "line": 401, + "line": 443, "column": 37 } } @@ -565343,15 +565830,15 @@ "binop": null }, "value": "Selector", - "start": 17833, - "end": 17841, + "start": 20223, + "end": 20231, "loc": { "start": { - "line": 401, + "line": 443, "column": 37 }, "end": { - "line": 401, + "line": 443, "column": 45 } } @@ -565369,15 +565856,15 @@ "binop": null, "updateContext": null }, - "start": 17841, - "end": 17842, + "start": 20231, + "end": 20232, "loc": { "start": { - "line": 401, + "line": 443, "column": 45 }, "end": { - "line": 401, + "line": 443, "column": 46 } } @@ -565395,15 +565882,15 @@ "binop": null }, "value": "EVENT_NODE", - "start": 17842, - "end": 17852, + "start": 20232, + "end": 20242, "loc": { "start": { - "line": 401, + "line": 443, "column": 46 }, "end": { - "line": 401, + "line": 443, "column": 56 } } @@ -565420,15 +565907,15 @@ "postfix": false, "binop": null }, - "start": 17852, - "end": 17853, + "start": 20242, + "end": 20243, "loc": { "start": { - "line": 401, + "line": 443, "column": 56 }, "end": { - "line": 401, + "line": 443, "column": 57 } } @@ -565447,15 +565934,15 @@ "updateContext": null }, "value": "", - "start": 17853, - "end": 17853, + "start": 20243, + "end": 20243, "loc": { "start": { - "line": 401, + "line": 443, "column": 57 }, "end": { - "line": 401, + "line": 443, "column": 57 } } @@ -565472,15 +565959,15 @@ "postfix": false, "binop": null }, - "start": 17853, - "end": 17854, + "start": 20243, + "end": 20244, "loc": { "start": { - "line": 401, + "line": 443, "column": 57 }, "end": { - "line": 401, + "line": 443, "column": 58 } } @@ -565498,15 +565985,15 @@ "binop": null, "updateContext": null }, - "start": 17854, - "end": 17855, + "start": 20244, + "end": 20245, "loc": { "start": { - "line": 401, + "line": 443, "column": 58 }, "end": { - "line": 401, + "line": 443, "column": 59 } } @@ -565523,15 +566010,15 @@ "postfix": false, "binop": null }, - "start": 17872, - "end": 17873, + "start": 20262, + "end": 20263, "loc": { "start": { - "line": 402, + "line": 444, "column": 16 }, "end": { - "line": 402, + "line": 444, "column": 17 } } @@ -565549,15 +566036,15 @@ "binop": null }, "value": "event", - "start": 17874, - "end": 17879, + "start": 20264, + "end": 20269, "loc": { "start": { - "line": 402, + "line": 444, "column": 18 }, "end": { - "line": 402, + "line": 444, "column": 23 } } @@ -565574,15 +566061,15 @@ "postfix": false, "binop": null }, - "start": 17880, - "end": 17881, + "start": 20270, + "end": 20271, "loc": { "start": { - "line": 402, + "line": 444, "column": 24 }, "end": { - "line": 402, + "line": 444, "column": 25 } } @@ -565600,15 +566087,15 @@ "binop": null, "updateContext": null }, - "start": 17882, - "end": 17884, + "start": 20272, + "end": 20274, "loc": { "start": { - "line": 402, + "line": 444, "column": 26 }, "end": { - "line": 402, + "line": 444, "column": 28 } } @@ -565628,15 +566115,15 @@ "updateContext": null }, "value": "this", - "start": 17885, - "end": 17889, + "start": 20275, + "end": 20279, "loc": { "start": { - "line": 402, + "line": 444, "column": 29 }, "end": { - "line": 402, + "line": 444, "column": 33 } } @@ -565654,15 +566141,15 @@ "binop": null, "updateContext": null }, - "start": 17889, - "end": 17890, + "start": 20279, + "end": 20280, "loc": { "start": { - "line": 402, + "line": 444, "column": 33 }, "end": { - "line": 402, + "line": 444, "column": 34 } } @@ -565680,15 +566167,15 @@ "binop": null }, "value": "openEvent", - "start": 17890, - "end": 17899, + "start": 20280, + "end": 20289, "loc": { "start": { - "line": 402, + "line": 444, "column": 34 }, "end": { - "line": 402, + "line": 444, "column": 43 } } @@ -565705,15 +566192,15 @@ "postfix": false, "binop": null }, - "start": 17899, - "end": 17900, + "start": 20289, + "end": 20290, "loc": { "start": { - "line": 402, + "line": 444, "column": 43 }, "end": { - "line": 402, + "line": 444, "column": 44 } } @@ -565731,15 +566218,15 @@ "binop": null }, "value": "event", - "start": 17901, - "end": 17906, + "start": 20291, + "end": 20296, "loc": { "start": { - "line": 402, + "line": 444, "column": 45 }, "end": { - "line": 402, + "line": 444, "column": 50 } } @@ -565756,15 +566243,15 @@ "postfix": false, "binop": null }, - "start": 17907, - "end": 17908, + "start": 20297, + "end": 20298, "loc": { "start": { - "line": 402, + "line": 444, "column": 51 }, "end": { - "line": 402, + "line": 444, "column": 52 } } @@ -565781,15 +566268,15 @@ "postfix": false, "binop": null }, - "start": 17921, - "end": 17922, + "start": 20311, + "end": 20312, "loc": { "start": { - "line": 403, + "line": 445, "column": 12 }, "end": { - "line": 403, + "line": 445, "column": 13 } } @@ -565807,15 +566294,15 @@ "binop": null }, "value": "$", - "start": 17935, - "end": 17936, + "start": 20325, + "end": 20326, "loc": { "start": { - "line": 404, + "line": 446, "column": 12 }, "end": { - "line": 404, + "line": 446, "column": 13 } } @@ -565832,15 +566319,15 @@ "postfix": false, "binop": null }, - "start": 17936, - "end": 17937, + "start": 20326, + "end": 20327, "loc": { "start": { - "line": 404, + "line": 446, "column": 13 }, "end": { - "line": 404, + "line": 446, "column": 14 } } @@ -565858,15 +566345,15 @@ "binop": null }, "value": "_elem", - "start": 17937, - "end": 17942, + "start": 20327, + "end": 20332, "loc": { "start": { - "line": 404, + "line": 446, "column": 14 }, "end": { - "line": 404, + "line": 446, "column": 19 } } @@ -565883,15 +566370,15 @@ "postfix": false, "binop": null }, - "start": 17942, - "end": 17943, + "start": 20332, + "end": 20333, "loc": { "start": { - "line": 404, + "line": 446, "column": 19 }, "end": { - "line": 404, + "line": 446, "column": 20 } } @@ -565909,15 +566396,15 @@ "binop": null, "updateContext": null }, - "start": 17943, - "end": 17944, + "start": 20333, + "end": 20334, "loc": { "start": { - "line": 404, + "line": 446, "column": 20 }, "end": { - "line": 404, + "line": 446, "column": 21 } } @@ -565935,15 +566422,15 @@ "binop": null }, "value": "on", - "start": 17944, - "end": 17946, + "start": 20334, + "end": 20336, "loc": { "start": { - "line": 404, + "line": 446, "column": 21 }, "end": { - "line": 404, + "line": 446, "column": 23 } } @@ -565960,15 +566447,15 @@ "postfix": false, "binop": null }, - "start": 17946, - "end": 17947, + "start": 20336, + "end": 20337, "loc": { "start": { - "line": 404, + "line": 446, "column": 23 }, "end": { - "line": 404, + "line": 446, "column": 24 } } @@ -565986,15 +566473,15 @@ "binop": null }, "value": "Event", - "start": 17964, - "end": 17969, + "start": 20354, + "end": 20359, "loc": { "start": { - "line": 405, + "line": 447, "column": 16 }, "end": { - "line": 405, + "line": 447, "column": 21 } } @@ -566012,15 +566499,15 @@ "binop": null, "updateContext": null }, - "start": 17969, - "end": 17970, + "start": 20359, + "end": 20360, "loc": { "start": { - "line": 405, + "line": 447, "column": 21 }, "end": { - "line": 405, + "line": 447, "column": 22 } } @@ -566038,15 +566525,15 @@ "binop": null }, "value": "FOCUSIN_EVENT", - "start": 17970, - "end": 17983, + "start": 20360, + "end": 20373, "loc": { "start": { - "line": 405, + "line": 447, "column": 22 }, "end": { - "line": 405, + "line": 447, "column": 35 } } @@ -566064,15 +566551,15 @@ "binop": null, "updateContext": null }, - "start": 17983, - "end": 17984, + "start": 20373, + "end": 20374, "loc": { "start": { - "line": 405, + "line": 447, "column": 35 }, "end": { - "line": 405, + "line": 447, "column": 36 } } @@ -566090,15 +566577,15 @@ "binop": null }, "value": "Selector", - "start": 18001, - "end": 18009, + "start": 20391, + "end": 20399, "loc": { "start": { - "line": 406, + "line": 448, "column": 16 }, "end": { - "line": 406, + "line": 448, "column": 24 } } @@ -566116,15 +566603,15 @@ "binop": null, "updateContext": null }, - "start": 18009, - "end": 18010, + "start": 20399, + "end": 20400, "loc": { "start": { - "line": 406, + "line": 448, "column": 24 }, "end": { - "line": 406, + "line": 448, "column": 25 } } @@ -566142,15 +566629,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 18010, - "end": 18029, + "start": 20400, + "end": 20419, "loc": { "start": { - "line": 406, + "line": 448, "column": 25 }, "end": { - "line": 406, + "line": 448, "column": 44 } } @@ -566168,15 +566655,15 @@ "binop": null, "updateContext": null }, - "start": 18029, - "end": 18030, + "start": 20419, + "end": 20420, "loc": { "start": { - "line": 406, + "line": 448, "column": 44 }, "end": { - "line": 406, + "line": 448, "column": 45 } } @@ -566193,15 +566680,15 @@ "postfix": false, "binop": null }, - "start": 18047, - "end": 18048, + "start": 20437, + "end": 20438, "loc": { "start": { - "line": 407, + "line": 449, "column": 16 }, "end": { - "line": 407, + "line": 449, "column": 17 } } @@ -566219,15 +566706,15 @@ "binop": null }, "value": "event", - "start": 18049, - "end": 18054, + "start": 20439, + "end": 20444, "loc": { "start": { - "line": 407, + "line": 449, "column": 18 }, "end": { - "line": 407, + "line": 449, "column": 23 } } @@ -566244,15 +566731,15 @@ "postfix": false, "binop": null }, - "start": 18055, - "end": 18056, + "start": 20445, + "end": 20446, "loc": { "start": { - "line": 407, + "line": 449, "column": 24 }, "end": { - "line": 407, + "line": 449, "column": 25 } } @@ -566270,15 +566757,15 @@ "binop": null, "updateContext": null }, - "start": 18057, - "end": 18059, + "start": 20447, + "end": 20449, "loc": { "start": { - "line": 407, + "line": 449, "column": 26 }, "end": { - "line": 407, + "line": 449, "column": 28 } } @@ -566298,15 +566785,15 @@ "updateContext": null }, "value": "this", - "start": 18060, - "end": 18064, + "start": 20450, + "end": 20454, "loc": { "start": { - "line": 407, + "line": 449, "column": 29 }, "end": { - "line": 407, + "line": 449, "column": 33 } } @@ -566324,15 +566811,15 @@ "binop": null, "updateContext": null }, - "start": 18064, - "end": 18065, + "start": 20454, + "end": 20455, "loc": { "start": { - "line": 407, + "line": 449, "column": 33 }, "end": { - "line": 407, + "line": 449, "column": 34 } } @@ -566350,15 +566837,15 @@ "binop": null }, "value": "_activeEvent", - "start": 18065, - "end": 18077, + "start": 20455, + "end": 20467, "loc": { "start": { - "line": 407, + "line": 449, "column": 34 }, "end": { - "line": 407, + "line": 449, "column": 46 } } @@ -566375,15 +566862,15 @@ "postfix": false, "binop": null }, - "start": 18077, - "end": 18078, + "start": 20467, + "end": 20468, "loc": { "start": { - "line": 407, + "line": 449, "column": 46 }, "end": { - "line": 407, + "line": 449, "column": 47 } } @@ -566401,15 +566888,15 @@ "binop": null }, "value": "event", - "start": 18079, - "end": 18084, + "start": 20469, + "end": 20474, "loc": { "start": { - "line": 407, + "line": 449, "column": 48 }, "end": { - "line": 407, + "line": 449, "column": 53 } } @@ -566426,15 +566913,15 @@ "postfix": false, "binop": null }, - "start": 18085, - "end": 18086, + "start": 20475, + "end": 20476, "loc": { "start": { - "line": 407, + "line": 449, "column": 54 }, "end": { - "line": 407, + "line": 449, "column": 55 } } @@ -566451,15 +566938,15 @@ "postfix": false, "binop": null }, - "start": 18099, - "end": 18100, + "start": 20489, + "end": 20490, "loc": { "start": { - "line": 408, + "line": 450, "column": 12 }, "end": { - "line": 408, + "line": 450, "column": 13 } } @@ -566477,15 +566964,15 @@ "binop": null }, "value": "$", - "start": 18113, - "end": 18114, + "start": 20503, + "end": 20504, "loc": { "start": { - "line": 409, + "line": 451, "column": 12 }, "end": { - "line": 409, + "line": 451, "column": 13 } } @@ -566502,15 +566989,15 @@ "postfix": false, "binop": null }, - "start": 18114, - "end": 18115, + "start": 20504, + "end": 20505, "loc": { "start": { - "line": 409, + "line": 451, "column": 13 }, "end": { - "line": 409, + "line": 451, "column": 14 } } @@ -566528,15 +567015,15 @@ "binop": null }, "value": "_elem", - "start": 18115, - "end": 18120, + "start": 20505, + "end": 20510, "loc": { "start": { - "line": 409, + "line": 451, "column": 14 }, "end": { - "line": 409, + "line": 451, "column": 19 } } @@ -566553,15 +567040,15 @@ "postfix": false, "binop": null }, - "start": 18120, - "end": 18121, + "start": 20510, + "end": 20511, "loc": { "start": { - "line": 409, + "line": 451, "column": 19 }, "end": { - "line": 409, + "line": 451, "column": 20 } } @@ -566579,15 +567066,15 @@ "binop": null, "updateContext": null }, - "start": 18121, - "end": 18122, + "start": 20511, + "end": 20512, "loc": { "start": { - "line": 409, + "line": 451, "column": 20 }, "end": { - "line": 409, + "line": 451, "column": 21 } } @@ -566605,15 +567092,15 @@ "binop": null }, "value": "on", - "start": 18122, - "end": 18124, + "start": 20512, + "end": 20514, "loc": { "start": { - "line": 409, + "line": 451, "column": 21 }, "end": { - "line": 409, + "line": 451, "column": 23 } } @@ -566630,15 +567117,15 @@ "postfix": false, "binop": null }, - "start": 18124, - "end": 18125, + "start": 20514, + "end": 20515, "loc": { "start": { - "line": 409, + "line": 451, "column": 23 }, "end": { - "line": 409, + "line": 451, "column": 24 } } @@ -566656,15 +567143,15 @@ "binop": null }, "value": "Event", - "start": 18142, - "end": 18147, + "start": 20532, + "end": 20537, "loc": { "start": { - "line": 410, + "line": 452, "column": 16 }, "end": { - "line": 410, + "line": 452, "column": 21 } } @@ -566682,15 +567169,15 @@ "binop": null, "updateContext": null }, - "start": 18147, - "end": 18148, + "start": 20537, + "end": 20538, "loc": { "start": { - "line": 410, + "line": 452, "column": 21 }, "end": { - "line": 410, + "line": 452, "column": 22 } } @@ -566708,15 +567195,15 @@ "binop": null }, "value": "FOCUSOUT_EVENT", - "start": 18148, - "end": 18162, + "start": 20538, + "end": 20552, "loc": { "start": { - "line": 410, + "line": 452, "column": 22 }, "end": { - "line": 410, + "line": 452, "column": 36 } } @@ -566734,15 +567221,15 @@ "binop": null, "updateContext": null }, - "start": 18162, - "end": 18163, + "start": 20552, + "end": 20553, "loc": { "start": { - "line": 410, + "line": 452, "column": 36 }, "end": { - "line": 410, + "line": 452, "column": 37 } } @@ -566760,15 +567247,15 @@ "binop": null }, "value": "Selector", - "start": 18180, - "end": 18188, + "start": 20570, + "end": 20578, "loc": { "start": { - "line": 411, + "line": 453, "column": 16 }, "end": { - "line": 411, + "line": 453, "column": 24 } } @@ -566786,15 +567273,15 @@ "binop": null, "updateContext": null }, - "start": 18188, - "end": 18189, + "start": 20578, + "end": 20579, "loc": { "start": { - "line": 411, + "line": 453, "column": 24 }, "end": { - "line": 411, + "line": 453, "column": 25 } } @@ -566812,15 +567299,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 18189, - "end": 18208, + "start": 20579, + "end": 20598, "loc": { "start": { - "line": 411, + "line": 453, "column": 25 }, "end": { - "line": 411, + "line": 453, "column": 44 } } @@ -566838,15 +567325,15 @@ "binop": null, "updateContext": null }, - "start": 18208, - "end": 18209, + "start": 20598, + "end": 20599, "loc": { "start": { - "line": 411, + "line": 453, "column": 44 }, "end": { - "line": 411, + "line": 453, "column": 45 } } @@ -566863,15 +567350,15 @@ "postfix": false, "binop": null }, - "start": 18226, - "end": 18227, + "start": 20616, + "end": 20617, "loc": { "start": { - "line": 412, + "line": 454, "column": 16 }, "end": { - "line": 412, + "line": 454, "column": 17 } } @@ -566889,15 +567376,15 @@ "binop": null }, "value": "event", - "start": 18228, - "end": 18233, + "start": 20618, + "end": 20623, "loc": { "start": { - "line": 412, + "line": 454, "column": 18 }, "end": { - "line": 412, + "line": 454, "column": 23 } } @@ -566914,15 +567401,15 @@ "postfix": false, "binop": null }, - "start": 18234, - "end": 18235, + "start": 20624, + "end": 20625, "loc": { "start": { - "line": 412, + "line": 454, "column": 24 }, "end": { - "line": 412, + "line": 454, "column": 25 } } @@ -566940,15 +567427,15 @@ "binop": null, "updateContext": null }, - "start": 18236, - "end": 18238, + "start": 20626, + "end": 20628, "loc": { "start": { - "line": 412, + "line": 454, "column": 26 }, "end": { - "line": 412, + "line": 454, "column": 28 } } @@ -566968,15 +567455,15 @@ "updateContext": null }, "value": "this", - "start": 18239, - "end": 18243, + "start": 20629, + "end": 20633, "loc": { "start": { - "line": 412, + "line": 454, "column": 29 }, "end": { - "line": 412, + "line": 454, "column": 33 } } @@ -566994,15 +567481,15 @@ "binop": null, "updateContext": null }, - "start": 18243, - "end": 18244, + "start": 20633, + "end": 20634, "loc": { "start": { - "line": 412, + "line": 454, "column": 33 }, "end": { - "line": 412, + "line": 454, "column": 34 } } @@ -567020,15 +567507,15 @@ "binop": null }, "value": "_activeEvent", - "start": 18244, - "end": 18256, + "start": 20634, + "end": 20646, "loc": { "start": { - "line": 412, + "line": 454, "column": 34 }, "end": { - "line": 412, + "line": 454, "column": 46 } } @@ -567045,15 +567532,15 @@ "postfix": false, "binop": null }, - "start": 18256, - "end": 18257, + "start": 20646, + "end": 20647, "loc": { "start": { - "line": 412, + "line": 454, "column": 46 }, "end": { - "line": 412, + "line": 454, "column": 47 } } @@ -567071,15 +567558,15 @@ "binop": null }, "value": "event", - "start": 18258, - "end": 18263, + "start": 20648, + "end": 20653, "loc": { "start": { - "line": 412, + "line": 454, "column": 48 }, "end": { - "line": 412, + "line": 454, "column": 53 } } @@ -567096,15 +567583,15 @@ "postfix": false, "binop": null }, - "start": 18264, - "end": 18265, + "start": 20654, + "end": 20655, "loc": { "start": { - "line": 412, + "line": 454, "column": 54 }, "end": { - "line": 412, + "line": 454, "column": 55 } } @@ -567121,15 +567608,15 @@ "postfix": false, "binop": null }, - "start": 18278, - "end": 18279, + "start": 20668, + "end": 20669, "loc": { "start": { - "line": 413, + "line": 455, "column": 12 }, "end": { - "line": 413, + "line": 455, "column": 13 } } @@ -567149,15 +567636,15 @@ "updateContext": null }, "value": "if", - "start": 18292, - "end": 18294, + "start": 20682, + "end": 20684, "loc": { "start": { - "line": 414, + "line": 456, "column": 12 }, "end": { - "line": 414, + "line": 456, "column": 14 } } @@ -567174,15 +567661,15 @@ "postfix": false, "binop": null }, - "start": 18295, - "end": 18296, + "start": 20685, + "end": 20686, "loc": { "start": { - "line": 414, + "line": 456, "column": 15 }, "end": { - "line": 414, + "line": 456, "column": 16 } } @@ -567204,15 +567691,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 18297, - "end": 18312, + "start": 20687, + "end": 20702, "loc": { "start": { - "line": 414, + "line": 456, "column": 17 }, "end": { - "line": 414, + "line": 456, "column": 32 } } @@ -567230,15 +567717,15 @@ "binop": null, "updateContext": null }, - "start": 18312, - "end": 18313, + "start": 20702, + "end": 20703, "loc": { "start": { - "line": 414, + "line": 456, "column": 32 }, "end": { - "line": 414, + "line": 456, "column": 33 } } @@ -567256,15 +567743,15 @@ "binop": null }, "value": "test", - "start": 18313, - "end": 18317, + "start": 20703, + "end": 20707, "loc": { "start": { - "line": 414, + "line": 456, "column": 33 }, "end": { - "line": 414, + "line": 456, "column": 37 } } @@ -567281,15 +567768,15 @@ "postfix": false, "binop": null }, - "start": 18317, - "end": 18318, + "start": 20707, + "end": 20708, "loc": { "start": { - "line": 414, + "line": 456, "column": 37 }, "end": { - "line": 414, + "line": 456, "column": 38 } } @@ -567309,15 +567796,15 @@ "updateContext": null }, "value": "this", - "start": 18319, - "end": 18323, + "start": 20709, + "end": 20713, "loc": { "start": { - "line": 414, + "line": 456, "column": 39 }, "end": { - "line": 414, + "line": 456, "column": 43 } } @@ -567335,15 +567822,15 @@ "binop": null, "updateContext": null }, - "start": 18323, - "end": 18324, + "start": 20713, + "end": 20714, "loc": { "start": { - "line": 414, + "line": 456, "column": 43 }, "end": { - "line": 414, + "line": 456, "column": 44 } } @@ -567361,15 +567848,15 @@ "binop": null }, "value": "_config", - "start": 18324, - "end": 18331, + "start": 20714, + "end": 20721, "loc": { "start": { - "line": 414, + "line": 456, "column": 44 }, "end": { - "line": 414, + "line": 456, "column": 51 } } @@ -567387,15 +567874,15 @@ "binop": null, "updateContext": null }, - "start": 18331, - "end": 18332, + "start": 20721, + "end": 20722, "loc": { "start": { - "line": 414, + "line": 456, "column": 51 }, "end": { - "line": 414, + "line": 456, "column": 52 } } @@ -567413,15 +567900,15 @@ "binop": null }, "value": "type", - "start": 18332, - "end": 18336, + "start": 20722, + "end": 20726, "loc": { "start": { - "line": 414, + "line": 456, "column": 52 }, "end": { - "line": 414, + "line": 456, "column": 56 } } @@ -567438,15 +567925,15 @@ "postfix": false, "binop": null }, - "start": 18337, - "end": 18338, + "start": 20727, + "end": 20728, "loc": { "start": { - "line": 414, + "line": 456, "column": 57 }, "end": { - "line": 414, + "line": 456, "column": 58 } } @@ -567463,15 +567950,15 @@ "postfix": false, "binop": null }, - "start": 18339, - "end": 18340, + "start": 20729, + "end": 20730, "loc": { "start": { - "line": 414, + "line": 456, "column": 59 }, "end": { - "line": 414, + "line": 456, "column": 60 } } @@ -567488,15 +567975,15 @@ "postfix": false, "binop": null }, - "start": 18341, - "end": 18342, + "start": 20731, + "end": 20732, "loc": { "start": { - "line": 414, + "line": 456, "column": 61 }, "end": { - "line": 414, + "line": 456, "column": 62 } } @@ -567514,15 +568001,15 @@ "binop": null }, "value": "$", - "start": 18359, - "end": 18360, + "start": 20749, + "end": 20750, "loc": { "start": { - "line": 415, + "line": 457, "column": 16 }, "end": { - "line": 415, + "line": 457, "column": 17 } } @@ -567539,15 +568026,15 @@ "postfix": false, "binop": null }, - "start": 18360, - "end": 18361, + "start": 20750, + "end": 20751, "loc": { "start": { - "line": 415, + "line": 457, "column": 17 }, "end": { - "line": 415, + "line": 457, "column": 18 } } @@ -567565,15 +568052,15 @@ "binop": null }, "value": "_elem", - "start": 18361, - "end": 18366, + "start": 20751, + "end": 20756, "loc": { "start": { - "line": 415, + "line": 457, "column": 18 }, "end": { - "line": 415, + "line": 457, "column": 23 } } @@ -567590,15 +568077,15 @@ "postfix": false, "binop": null }, - "start": 18366, - "end": 18367, + "start": 20756, + "end": 20757, "loc": { "start": { - "line": 415, + "line": 457, "column": 23 }, "end": { - "line": 415, + "line": 457, "column": 24 } } @@ -567616,15 +568103,15 @@ "binop": null, "updateContext": null }, - "start": 18367, - "end": 18368, + "start": 20757, + "end": 20758, "loc": { "start": { - "line": 415, + "line": 457, "column": 24 }, "end": { - "line": 415, + "line": 457, "column": 25 } } @@ -567642,15 +568129,15 @@ "binop": null }, "value": "on", - "start": 18368, - "end": 18370, + "start": 20758, + "end": 20760, "loc": { "start": { - "line": 415, + "line": 457, "column": 25 }, "end": { - "line": 415, + "line": 457, "column": 27 } } @@ -567667,15 +568154,15 @@ "postfix": false, "binop": null }, - "start": 18370, - "end": 18371, + "start": 20760, + "end": 20761, "loc": { "start": { - "line": 415, + "line": 457, "column": 27 }, "end": { - "line": 415, + "line": 457, "column": 28 } } @@ -567693,15 +568180,15 @@ "binop": null }, "value": "Event", - "start": 18392, - "end": 18397, + "start": 20782, + "end": 20787, "loc": { "start": { - "line": 416, + "line": 458, "column": 20 }, "end": { - "line": 416, + "line": 458, "column": 25 } } @@ -567719,15 +568206,15 @@ "binop": null, "updateContext": null }, - "start": 18397, - "end": 18398, + "start": 20787, + "end": 20788, "loc": { "start": { - "line": 416, + "line": 458, "column": 25 }, "end": { - "line": 416, + "line": 458, "column": 26 } } @@ -567745,15 +568232,15 @@ "binop": null }, "value": "MOUSEENTER_POINTER", - "start": 18398, - "end": 18416, + "start": 20788, + "end": 20806, "loc": { "start": { - "line": 416, + "line": 458, "column": 26 }, "end": { - "line": 416, + "line": 458, "column": 44 } } @@ -567771,15 +568258,15 @@ "binop": null, "updateContext": null }, - "start": 18416, - "end": 18417, + "start": 20806, + "end": 20807, "loc": { "start": { - "line": 416, + "line": 458, "column": 44 }, "end": { - "line": 416, + "line": 458, "column": 45 } } @@ -567797,15 +568284,15 @@ "binop": null }, "value": "Selector", - "start": 18438, - "end": 18446, + "start": 20828, + "end": 20836, "loc": { "start": { - "line": 417, + "line": 459, "column": 20 }, "end": { - "line": 417, + "line": 459, "column": 28 } } @@ -567823,15 +568310,15 @@ "binop": null, "updateContext": null }, - "start": 18446, - "end": 18447, + "start": 20836, + "end": 20837, "loc": { "start": { - "line": 417, + "line": 459, "column": 28 }, "end": { - "line": 417, + "line": 459, "column": 29 } } @@ -567849,15 +568336,15 @@ "binop": null }, "value": "VIEWER_EVENT_TYPE_POINTER", - "start": 18447, - "end": 18472, + "start": 20837, + "end": 20862, "loc": { "start": { - "line": 417, + "line": 459, "column": 29 }, "end": { - "line": 417, + "line": 459, "column": 54 } } @@ -567875,15 +568362,15 @@ "binop": null, "updateContext": null }, - "start": 18472, - "end": 18473, + "start": 20862, + "end": 20863, "loc": { "start": { - "line": 417, + "line": 459, "column": 54 }, "end": { - "line": 417, + "line": 459, "column": 55 } } @@ -567900,15 +568387,15 @@ "postfix": false, "binop": null }, - "start": 18494, - "end": 18495, + "start": 20884, + "end": 20885, "loc": { "start": { - "line": 418, + "line": 460, "column": 20 }, "end": { - "line": 418, + "line": 460, "column": 21 } } @@ -567926,15 +568413,15 @@ "binop": null }, "value": "event", - "start": 18496, - "end": 18501, + "start": 20886, + "end": 20891, "loc": { "start": { - "line": 418, + "line": 460, "column": 22 }, "end": { - "line": 418, + "line": 460, "column": 27 } } @@ -567951,15 +568438,15 @@ "postfix": false, "binop": null }, - "start": 18502, - "end": 18503, + "start": 20892, + "end": 20893, "loc": { "start": { - "line": 418, + "line": 460, "column": 28 }, "end": { - "line": 418, + "line": 460, "column": 29 } } @@ -567977,15 +568464,15 @@ "binop": null, "updateContext": null }, - "start": 18504, - "end": 18506, + "start": 20894, + "end": 20896, "loc": { "start": { - "line": 418, + "line": 460, "column": 30 }, "end": { - "line": 418, + "line": 460, "column": 32 } } @@ -568005,15 +568492,15 @@ "updateContext": null }, "value": "this", - "start": 18507, - "end": 18511, + "start": 20897, + "end": 20901, "loc": { "start": { - "line": 418, + "line": 460, "column": 33 }, "end": { - "line": 418, + "line": 460, "column": 37 } } @@ -568031,15 +568518,15 @@ "binop": null, "updateContext": null }, - "start": 18511, - "end": 18512, + "start": 20901, + "end": 20902, "loc": { "start": { - "line": 418, + "line": 460, "column": 37 }, "end": { - "line": 418, + "line": 460, "column": 38 } } @@ -568057,15 +568544,15 @@ "binop": null }, "value": "_hoverPointer", - "start": 18512, - "end": 18525, + "start": 20902, + "end": 20915, "loc": { "start": { - "line": 418, + "line": 460, "column": 38 }, "end": { - "line": 418, + "line": 460, "column": 51 } } @@ -568082,15 +568569,15 @@ "postfix": false, "binop": null }, - "start": 18525, - "end": 18526, + "start": 20915, + "end": 20916, "loc": { "start": { - "line": 418, + "line": 460, "column": 51 }, "end": { - "line": 418, + "line": 460, "column": 52 } } @@ -568108,15 +568595,15 @@ "binop": null }, "value": "event", - "start": 18527, - "end": 18532, + "start": 20917, + "end": 20922, "loc": { "start": { - "line": 418, + "line": 460, "column": 53 }, "end": { - "line": 418, + "line": 460, "column": 58 } } @@ -568133,15 +568620,15 @@ "postfix": false, "binop": null }, - "start": 18533, - "end": 18534, + "start": 20923, + "end": 20924, "loc": { "start": { - "line": 418, + "line": 460, "column": 59 }, "end": { - "line": 418, + "line": 460, "column": 60 } } @@ -568158,15 +568645,15 @@ "postfix": false, "binop": null }, - "start": 18551, - "end": 18552, + "start": 20941, + "end": 20942, "loc": { "start": { - "line": 419, + "line": 461, "column": 16 }, "end": { - "line": 419, + "line": 461, "column": 17 } } @@ -568184,15 +568671,15 @@ "binop": null }, "value": "$", - "start": 18569, - "end": 18570, + "start": 20959, + "end": 20960, "loc": { "start": { - "line": 420, + "line": 462, "column": 16 }, "end": { - "line": 420, + "line": 462, "column": 17 } } @@ -568209,15 +568696,15 @@ "postfix": false, "binop": null }, - "start": 18570, - "end": 18571, + "start": 20960, + "end": 20961, "loc": { "start": { - "line": 420, + "line": 462, "column": 17 }, "end": { - "line": 420, + "line": 462, "column": 18 } } @@ -568235,15 +568722,15 @@ "binop": null }, "value": "_elem", - "start": 18571, - "end": 18576, + "start": 20961, + "end": 20966, "loc": { "start": { - "line": 420, + "line": 462, "column": 18 }, "end": { - "line": 420, + "line": 462, "column": 23 } } @@ -568260,15 +568747,15 @@ "postfix": false, "binop": null }, - "start": 18576, - "end": 18577, + "start": 20966, + "end": 20967, "loc": { "start": { - "line": 420, + "line": 462, "column": 23 }, "end": { - "line": 420, + "line": 462, "column": 24 } } @@ -568286,15 +568773,15 @@ "binop": null, "updateContext": null }, - "start": 18577, - "end": 18578, + "start": 20967, + "end": 20968, "loc": { "start": { - "line": 420, + "line": 462, "column": 24 }, "end": { - "line": 420, + "line": 462, "column": 25 } } @@ -568312,15 +568799,15 @@ "binop": null }, "value": "on", - "start": 18578, - "end": 18580, + "start": 20968, + "end": 20970, "loc": { "start": { - "line": 420, + "line": 462, "column": 25 }, "end": { - "line": 420, + "line": 462, "column": 27 } } @@ -568337,15 +568824,15 @@ "postfix": false, "binop": null }, - "start": 18580, - "end": 18581, + "start": 20970, + "end": 20971, "loc": { "start": { - "line": 420, + "line": 462, "column": 27 }, "end": { - "line": 420, + "line": 462, "column": 28 } } @@ -568363,15 +568850,15 @@ "binop": null }, "value": "Event", - "start": 18602, - "end": 18607, + "start": 20992, + "end": 20997, "loc": { "start": { - "line": 421, + "line": 463, "column": 20 }, "end": { - "line": 421, + "line": 463, "column": 25 } } @@ -568389,15 +568876,15 @@ "binop": null, "updateContext": null }, - "start": 18607, - "end": 18608, + "start": 20997, + "end": 20998, "loc": { "start": { - "line": 421, + "line": 463, "column": 25 }, "end": { - "line": 421, + "line": 463, "column": 26 } } @@ -568415,15 +568902,15 @@ "binop": null }, "value": "MOUSELEAVE_POINTER", - "start": 18608, - "end": 18626, + "start": 20998, + "end": 21016, "loc": { "start": { - "line": 421, + "line": 463, "column": 26 }, "end": { - "line": 421, + "line": 463, "column": 44 } } @@ -568441,15 +568928,15 @@ "binop": null, "updateContext": null }, - "start": 18626, - "end": 18627, + "start": 21016, + "end": 21017, "loc": { "start": { - "line": 421, + "line": 463, "column": 44 }, "end": { - "line": 421, + "line": 463, "column": 45 } } @@ -568467,15 +568954,15 @@ "binop": null }, "value": "Selector", - "start": 18648, - "end": 18656, + "start": 21038, + "end": 21046, "loc": { "start": { - "line": 422, + "line": 464, "column": 20 }, "end": { - "line": 422, + "line": 464, "column": 28 } } @@ -568493,15 +568980,15 @@ "binop": null, "updateContext": null }, - "start": 18656, - "end": 18657, + "start": 21046, + "end": 21047, "loc": { "start": { - "line": 422, + "line": 464, "column": 28 }, "end": { - "line": 422, + "line": 464, "column": 29 } } @@ -568519,15 +569006,15 @@ "binop": null }, "value": "VIEWER_EVENT_TYPE_POINTER", - "start": 18657, - "end": 18682, + "start": 21047, + "end": 21072, "loc": { "start": { - "line": 422, + "line": 464, "column": 29 }, "end": { - "line": 422, + "line": 464, "column": 54 } } @@ -568545,15 +569032,15 @@ "binop": null, "updateContext": null }, - "start": 18682, - "end": 18683, + "start": 21072, + "end": 21073, "loc": { "start": { - "line": 422, + "line": 464, "column": 54 }, "end": { - "line": 422, + "line": 464, "column": 55 } } @@ -568570,15 +569057,15 @@ "postfix": false, "binop": null }, - "start": 18704, - "end": 18705, + "start": 21094, + "end": 21095, "loc": { "start": { - "line": 423, + "line": 465, "column": 20 }, "end": { - "line": 423, + "line": 465, "column": 21 } } @@ -568596,15 +569083,15 @@ "binop": null }, "value": "event", - "start": 18706, - "end": 18711, + "start": 21096, + "end": 21101, "loc": { "start": { - "line": 423, + "line": 465, "column": 22 }, "end": { - "line": 423, + "line": 465, "column": 27 } } @@ -568621,15 +569108,15 @@ "postfix": false, "binop": null }, - "start": 18712, - "end": 18713, + "start": 21102, + "end": 21103, "loc": { "start": { - "line": 423, + "line": 465, "column": 28 }, "end": { - "line": 423, + "line": 465, "column": 29 } } @@ -568647,15 +569134,15 @@ "binop": null, "updateContext": null }, - "start": 18714, - "end": 18716, + "start": 21104, + "end": 21106, "loc": { "start": { - "line": 423, + "line": 465, "column": 30 }, "end": { - "line": 423, + "line": 465, "column": 32 } } @@ -568675,15 +569162,15 @@ "updateContext": null }, "value": "this", - "start": 18717, - "end": 18721, + "start": 21107, + "end": 21111, "loc": { "start": { - "line": 423, + "line": 465, "column": 33 }, "end": { - "line": 423, + "line": 465, "column": 37 } } @@ -568701,15 +569188,15 @@ "binop": null, "updateContext": null }, - "start": 18721, - "end": 18722, + "start": 21111, + "end": 21112, "loc": { "start": { - "line": 423, + "line": 465, "column": 37 }, "end": { - "line": 423, + "line": 465, "column": 38 } } @@ -568727,15 +569214,15 @@ "binop": null }, "value": "_hoverPointer", - "start": 18722, - "end": 18735, + "start": 21112, + "end": 21125, "loc": { "start": { - "line": 423, + "line": 465, "column": 38 }, "end": { - "line": 423, + "line": 465, "column": 51 } } @@ -568752,15 +569239,15 @@ "postfix": false, "binop": null }, - "start": 18735, - "end": 18736, + "start": 21125, + "end": 21126, "loc": { "start": { - "line": 423, + "line": 465, "column": 51 }, "end": { - "line": 423, + "line": 465, "column": 52 } } @@ -568778,15 +569265,15 @@ "binop": null }, "value": "event", - "start": 18737, - "end": 18742, + "start": 21127, + "end": 21132, "loc": { "start": { - "line": 423, + "line": 465, "column": 53 }, "end": { - "line": 423, + "line": 465, "column": 58 } } @@ -568803,15 +569290,15 @@ "postfix": false, "binop": null }, - "start": 18743, - "end": 18744, + "start": 21133, + "end": 21134, "loc": { "start": { - "line": 423, + "line": 465, "column": 59 }, "end": { - "line": 423, + "line": 465, "column": 60 } } @@ -568828,15 +569315,15 @@ "postfix": false, "binop": null }, - "start": 18761, - "end": 18762, + "start": 21151, + "end": 21152, "loc": { "start": { - "line": 424, + "line": 466, "column": 16 }, "end": { - "line": 424, + "line": 466, "column": 17 } } @@ -568853,15 +569340,15 @@ "postfix": false, "binop": null }, - "start": 18775, - "end": 18776, + "start": 21165, + "end": 21166, "loc": { "start": { - "line": 425, + "line": 467, "column": 12 }, "end": { - "line": 425, + "line": 467, "column": 13 } } @@ -568881,15 +569368,15 @@ "updateContext": null }, "value": "if", - "start": 18789, - "end": 18791, + "start": 21179, + "end": 21181, "loc": { "start": { - "line": 426, + "line": 468, "column": 12 }, "end": { - "line": 426, + "line": 468, "column": 14 } } @@ -568906,15 +569393,15 @@ "postfix": false, "binop": null }, - "start": 18792, - "end": 18793, + "start": 21182, + "end": 21183, "loc": { "start": { - "line": 426, + "line": 468, "column": 15 }, "end": { - "line": 426, + "line": 468, "column": 16 } } @@ -568934,15 +569421,15 @@ "updateContext": null }, "value": "this", - "start": 18794, - "end": 18798, + "start": 21184, + "end": 21188, "loc": { "start": { - "line": 426, + "line": 468, "column": 17 }, "end": { - "line": 426, + "line": 468, "column": 21 } } @@ -568960,15 +569447,15 @@ "binop": null, "updateContext": null }, - "start": 18798, - "end": 18799, + "start": 21188, + "end": 21189, "loc": { "start": { - "line": 426, + "line": 468, "column": 21 }, "end": { - "line": 426, + "line": 468, "column": 22 } } @@ -568986,15 +569473,15 @@ "binop": null }, "value": "_config", - "start": 18799, - "end": 18806, + "start": 21189, + "end": 21196, "loc": { "start": { - "line": 426, + "line": 468, "column": 22 }, "end": { - "line": 426, + "line": 468, "column": 29 } } @@ -569012,15 +569499,15 @@ "binop": null, "updateContext": null }, - "start": 18806, - "end": 18807, + "start": 21196, + "end": 21197, "loc": { "start": { - "line": 426, + "line": 468, "column": 29 }, "end": { - "line": 426, + "line": 468, "column": 30 } } @@ -569038,15 +569525,15 @@ "binop": null }, "value": "zoom", - "start": 18807, - "end": 18811, + "start": 21197, + "end": 21201, "loc": { "start": { - "line": 426, + "line": 468, "column": 30 }, "end": { - "line": 426, + "line": 468, "column": 34 } } @@ -569063,15 +569550,15 @@ "postfix": false, "binop": null }, - "start": 18812, - "end": 18813, + "start": 21202, + "end": 21203, "loc": { "start": { - "line": 426, + "line": 468, "column": 35 }, "end": { - "line": 426, + "line": 468, "column": 36 } } @@ -569088,15 +569575,15 @@ "postfix": false, "binop": null }, - "start": 18814, - "end": 18815, + "start": 21204, + "end": 21205, "loc": { "start": { - "line": 426, + "line": 468, "column": 37 }, "end": { - "line": 426, + "line": 468, "column": 38 } } @@ -569114,15 +569601,15 @@ "binop": null }, "value": "$", - "start": 18832, - "end": 18833, + "start": 21222, + "end": 21223, "loc": { "start": { - "line": 427, + "line": 469, "column": 16 }, "end": { - "line": 427, + "line": 469, "column": 17 } } @@ -569139,15 +569626,15 @@ "postfix": false, "binop": null }, - "start": 18833, - "end": 18834, + "start": 21223, + "end": 21224, "loc": { "start": { - "line": 427, + "line": 469, "column": 17 }, "end": { - "line": 427, + "line": 469, "column": 18 } } @@ -569165,15 +569652,15 @@ "binop": null }, "value": "_elem", - "start": 18834, - "end": 18839, + "start": 21224, + "end": 21229, "loc": { "start": { - "line": 427, + "line": 469, "column": 18 }, "end": { - "line": 427, + "line": 469, "column": 23 } } @@ -569190,15 +569677,15 @@ "postfix": false, "binop": null }, - "start": 18839, - "end": 18840, + "start": 21229, + "end": 21230, "loc": { "start": { - "line": 427, + "line": 469, "column": 23 }, "end": { - "line": 427, + "line": 469, "column": 24 } } @@ -569216,15 +569703,15 @@ "binop": null, "updateContext": null }, - "start": 18840, - "end": 18841, + "start": 21230, + "end": 21231, "loc": { "start": { - "line": 427, + "line": 469, "column": 24 }, "end": { - "line": 427, + "line": 469, "column": 25 } } @@ -569242,15 +569729,15 @@ "binop": null }, "value": "on", - "start": 18841, - "end": 18843, + "start": 21231, + "end": 21233, "loc": { "start": { - "line": 427, + "line": 469, "column": 25 }, "end": { - "line": 427, + "line": 469, "column": 27 } } @@ -569267,15 +569754,15 @@ "postfix": false, "binop": null }, - "start": 18843, - "end": 18844, + "start": 21233, + "end": 21234, "loc": { "start": { - "line": 427, + "line": 469, "column": 27 }, "end": { - "line": 427, + "line": 469, "column": 28 } } @@ -569293,15 +569780,15 @@ "binop": null }, "value": "Event", - "start": 18865, - "end": 18870, + "start": 21255, + "end": 21260, "loc": { "start": { - "line": 428, + "line": 470, "column": 20 }, "end": { - "line": 428, + "line": 470, "column": 25 } } @@ -569319,15 +569806,15 @@ "binop": null, "updateContext": null }, - "start": 18870, - "end": 18871, + "start": 21260, + "end": 21261, "loc": { "start": { - "line": 428, + "line": 470, "column": 25 }, "end": { - "line": 428, + "line": 470, "column": 26 } } @@ -569345,15 +569832,15 @@ "binop": null }, "value": "ZOOMIN_SCALE", - "start": 18871, - "end": 18883, + "start": 21261, + "end": 21273, "loc": { "start": { - "line": 428, + "line": 470, "column": 26 }, "end": { - "line": 428, + "line": 470, "column": 38 } } @@ -569371,15 +569858,15 @@ "binop": null, "updateContext": null }, - "start": 18883, - "end": 18884, + "start": 21273, + "end": 21274, "loc": { "start": { - "line": 428, + "line": 470, "column": 38 }, "end": { - "line": 428, + "line": 470, "column": 39 } } @@ -569397,15 +569884,15 @@ "binop": null }, "value": "Selector", - "start": 18905, - "end": 18913, + "start": 21295, + "end": 21303, "loc": { "start": { - "line": 429, + "line": 471, "column": 20 }, "end": { - "line": 429, + "line": 471, "column": 28 } } @@ -569423,15 +569910,15 @@ "binop": null, "updateContext": null }, - "start": 18913, - "end": 18914, + "start": 21303, + "end": 21304, "loc": { "start": { - "line": 429, + "line": 471, "column": 28 }, "end": { - "line": 429, + "line": 471, "column": 29 } } @@ -569449,15 +569936,15 @@ "binop": null }, "value": "TIMELINE_RULER_ITEM", - "start": 18914, - "end": 18933, + "start": 21304, + "end": 21323, "loc": { "start": { - "line": 429, + "line": 471, "column": 29 }, "end": { - "line": 429, + "line": 471, "column": 48 } } @@ -569475,15 +569962,15 @@ "binop": null, "updateContext": null }, - "start": 18933, - "end": 18934, + "start": 21323, + "end": 21324, "loc": { "start": { - "line": 429, + "line": 471, "column": 48 }, "end": { - "line": 429, + "line": 471, "column": 49 } } @@ -569500,15 +569987,15 @@ "postfix": false, "binop": null }, - "start": 18955, - "end": 18956, + "start": 21345, + "end": 21346, "loc": { "start": { - "line": 430, + "line": 472, "column": 20 }, "end": { - "line": 430, + "line": 472, "column": 21 } } @@ -569526,15 +570013,15 @@ "binop": null }, "value": "event", - "start": 18957, - "end": 18962, + "start": 21347, + "end": 21352, "loc": { "start": { - "line": 430, + "line": 472, "column": 22 }, "end": { - "line": 430, + "line": 472, "column": 27 } } @@ -569551,15 +570038,15 @@ "postfix": false, "binop": null }, - "start": 18963, - "end": 18964, + "start": 21353, + "end": 21354, "loc": { "start": { - "line": 430, + "line": 472, "column": 28 }, "end": { - "line": 430, + "line": 472, "column": 29 } } @@ -569577,15 +570064,15 @@ "binop": null, "updateContext": null }, - "start": 18965, - "end": 18967, + "start": 21355, + "end": 21357, "loc": { "start": { - "line": 430, + "line": 472, "column": 30 }, "end": { - "line": 430, + "line": 472, "column": 32 } } @@ -569605,15 +570092,15 @@ "updateContext": null }, "value": "this", - "start": 18968, - "end": 18972, + "start": 21358, + "end": 21362, "loc": { "start": { - "line": 430, + "line": 472, "column": 33 }, "end": { - "line": 430, + "line": 472, "column": 37 } } @@ -569631,15 +570118,15 @@ "binop": null, "updateContext": null }, - "start": 18972, - "end": 18973, + "start": 21362, + "end": 21363, "loc": { "start": { - "line": 430, + "line": 472, "column": 37 }, "end": { - "line": 430, + "line": 472, "column": 38 } } @@ -569657,15 +570144,15 @@ "binop": null }, "value": "zoomScale", - "start": 18973, - "end": 18982, + "start": 21363, + "end": 21372, "loc": { "start": { - "line": 430, + "line": 472, "column": 38 }, "end": { - "line": 430, + "line": 472, "column": 47 } } @@ -569682,15 +570169,15 @@ "postfix": false, "binop": null }, - "start": 18982, - "end": 18983, + "start": 21372, + "end": 21373, "loc": { "start": { - "line": 430, + "line": 472, "column": 47 }, "end": { - "line": 430, + "line": 472, "column": 48 } } @@ -569708,15 +570195,15 @@ "binop": null }, "value": "event", - "start": 18984, - "end": 18989, + "start": 21374, + "end": 21379, "loc": { "start": { - "line": 430, + "line": 472, "column": 49 }, "end": { - "line": 430, + "line": 472, "column": 54 } } @@ -569733,15 +570220,15 @@ "postfix": false, "binop": null }, - "start": 18990, - "end": 18991, + "start": 21380, + "end": 21381, "loc": { "start": { - "line": 430, + "line": 472, "column": 55 }, "end": { - "line": 430, + "line": 472, "column": 56 } } @@ -569758,15 +570245,15 @@ "postfix": false, "binop": null }, - "start": 19008, - "end": 19009, + "start": 21398, + "end": 21399, "loc": { "start": { - "line": 431, + "line": 473, "column": 16 }, "end": { - "line": 431, + "line": 473, "column": 17 } } @@ -569783,15 +570270,15 @@ "postfix": false, "binop": null }, - "start": 19039, - "end": 19040, + "start": 21429, + "end": 21430, "loc": { "start": { - "line": 433, + "line": 475, "column": 12 }, "end": { - "line": 433, + "line": 475, "column": 13 } } @@ -569811,15 +570298,15 @@ "updateContext": null }, "value": "this", - "start": 19066, - "end": 19070, + "start": 21456, + "end": 21460, "loc": { "start": { - "line": 435, + "line": 477, "column": 12 }, "end": { - "line": 435, + "line": 477, "column": 16 } } @@ -569837,15 +570324,15 @@ "binop": null, "updateContext": null }, - "start": 19070, - "end": 19071, + "start": 21460, + "end": 21461, "loc": { "start": { - "line": 435, + "line": 477, "column": 16 }, "end": { - "line": 435, + "line": 477, "column": 17 } } @@ -569863,15 +570350,15 @@ "binop": null }, "value": "_isCompleted", - "start": 19071, - "end": 19083, + "start": 21461, + "end": 21473, "loc": { "start": { - "line": 435, + "line": 477, "column": 17 }, "end": { - "line": 435, + "line": 477, "column": 29 } } @@ -569890,15 +570377,15 @@ "updateContext": null }, "value": "=", - "start": 19084, - "end": 19085, + "start": 21474, + "end": 21475, "loc": { "start": { - "line": 435, + "line": 477, "column": 30 }, "end": { - "line": 435, + "line": 477, "column": 31 } } @@ -569918,15 +570405,15 @@ "updateContext": null }, "value": "true", - "start": 19086, - "end": 19090, + "start": 21476, + "end": 21480, "loc": { "start": { - "line": 435, + "line": 477, "column": 32 }, "end": { - "line": 435, + "line": 477, "column": 36 } } @@ -569946,15 +570433,15 @@ "updateContext": null }, "value": "this", - "start": 19116, - "end": 19120, + "start": 21506, + "end": 21510, "loc": { "start": { - "line": 437, + "line": 479, "column": 12 }, "end": { - "line": 437, + "line": 479, "column": 16 } } @@ -569972,15 +570459,15 @@ "binop": null, "updateContext": null }, - "start": 19120, - "end": 19121, + "start": 21510, + "end": 21511, "loc": { "start": { - "line": 437, + "line": 479, "column": 16 }, "end": { - "line": 437, + "line": 479, "column": 17 } } @@ -569998,15 +570485,15 @@ "binop": null }, "value": "alignment", - "start": 19121, - "end": 19130, + "start": 21511, + "end": 21520, "loc": { "start": { - "line": 437, + "line": 479, "column": 17 }, "end": { - "line": 437, + "line": 479, "column": 26 } } @@ -570023,15 +570510,15 @@ "postfix": false, "binop": null }, - "start": 19130, - "end": 19131, + "start": 21520, + "end": 21521, "loc": { "start": { - "line": 437, + "line": 479, "column": 26 }, "end": { - "line": 437, + "line": 479, "column": 27 } } @@ -570048,15 +570535,15 @@ "postfix": false, "binop": null }, - "start": 19131, - "end": 19132, + "start": 21521, + "end": 21522, "loc": { "start": { - "line": 437, + "line": 479, "column": 27 }, "end": { - "line": 437, + "line": 479, "column": 28 } } @@ -570073,15 +570560,15 @@ "postfix": false, "binop": null }, - "start": 19154, - "end": 19155, + "start": 21544, + "end": 21545, "loc": { "start": { - "line": 439, + "line": 481, "column": 8 }, "end": { - "line": 439, + "line": 481, "column": 9 } } @@ -570098,15 +570585,15 @@ "postfix": false, "binop": null }, - "start": 19155, - "end": 19156, + "start": 21545, + "end": 21546, "loc": { "start": { - "line": 439, + "line": 481, "column": 9 }, "end": { - "line": 439, + "line": 481, "column": 10 } } @@ -570123,15 +570610,15 @@ "postfix": false, "binop": null }, - "start": 19161, - "end": 19162, + "start": 21551, + "end": 21552, "loc": { "start": { - "line": 440, + "line": 482, "column": 4 }, "end": { - "line": 440, + "line": 482, "column": 5 } } @@ -570139,15 +570626,15 @@ { "type": "CommentBlock", "value": "*\n * Calculate each properties of the timeline instance\n * @private\n ", - "start": 19172, - "end": 19257, + "start": 21562, + "end": 21647, "loc": { "start": { - "line": 442, + "line": 484, "column": 4 }, "end": { - "line": 445, + "line": 487, "column": 7 } } @@ -570165,15 +570652,15 @@ "binop": null }, "value": "_calcVars", - "start": 19262, - "end": 19271, + "start": 21652, + "end": 21661, "loc": { "start": { - "line": 446, + "line": 488, "column": 4 }, "end": { - "line": 446, + "line": 488, "column": 13 } } @@ -570190,15 +570677,15 @@ "postfix": false, "binop": null }, - "start": 19271, - "end": 19272, + "start": 21661, + "end": 21662, "loc": { "start": { - "line": 446, + "line": 488, "column": 13 }, "end": { - "line": 446, + "line": 488, "column": 14 } } @@ -570215,15 +570702,15 @@ "postfix": false, "binop": null }, - "start": 19272, - "end": 19273, + "start": 21662, + "end": 21663, "loc": { "start": { - "line": 446, + "line": 488, "column": 14 }, "end": { - "line": 446, + "line": 488, "column": 15 } } @@ -570240,15 +570727,15 @@ "postfix": false, "binop": null }, - "start": 19274, - "end": 19275, + "start": 21664, + "end": 21665, "loc": { "start": { - "line": 446, + "line": 488, "column": 16 }, "end": { - "line": 446, + "line": 488, "column": 17 } } @@ -570268,15 +570755,15 @@ "updateContext": null }, "value": "let", - "start": 19284, - "end": 19287, + "start": 21674, + "end": 21677, "loc": { "start": { - "line": 447, + "line": 489, "column": 8 }, "end": { - "line": 447, + "line": 489, "column": 11 } } @@ -570294,15 +570781,15 @@ "binop": null }, "value": "_opts", - "start": 19288, - "end": 19293, + "start": 21678, + "end": 21683, "loc": { "start": { - "line": 447, + "line": 489, "column": 12 }, "end": { - "line": 447, + "line": 489, "column": 17 } } @@ -570321,15 +570808,15 @@ "updateContext": null }, "value": "=", - "start": 19295, - "end": 19296, + "start": 21685, + "end": 21686, "loc": { "start": { - "line": 447, + "line": 489, "column": 19 }, "end": { - "line": 447, + "line": 489, "column": 20 } } @@ -570349,15 +570836,15 @@ "updateContext": null }, "value": "this", - "start": 19297, - "end": 19301, + "start": 21687, + "end": 21691, "loc": { "start": { - "line": 447, + "line": 489, "column": 21 }, "end": { - "line": 447, + "line": 489, "column": 25 } } @@ -570375,15 +570862,15 @@ "binop": null, "updateContext": null }, - "start": 19301, - "end": 19302, + "start": 21691, + "end": 21692, "loc": { "start": { - "line": 447, + "line": 489, "column": 25 }, "end": { - "line": 447, + "line": 489, "column": 26 } } @@ -570401,15 +570888,15 @@ "binop": null }, "value": "_config", - "start": 19302, - "end": 19309, + "start": 21692, + "end": 21699, "loc": { "start": { - "line": 447, + "line": 489, "column": 26 }, "end": { - "line": 447, + "line": 489, "column": 33 } } @@ -570427,15 +570914,15 @@ "binop": null, "updateContext": null }, - "start": 19309, - "end": 19310, + "start": 21699, + "end": 21700, "loc": { "start": { - "line": 447, + "line": 489, "column": 33 }, "end": { - "line": 447, + "line": 489, "column": 34 } } @@ -570453,15 +570940,15 @@ "binop": null }, "value": "_props", - "start": 19323, - "end": 19329, + "start": 21713, + "end": 21719, "loc": { "start": { - "line": 448, + "line": 490, "column": 12 }, "end": { - "line": 448, + "line": 490, "column": 18 } } @@ -570480,15 +570967,15 @@ "updateContext": null }, "value": "=", - "start": 19330, - "end": 19331, + "start": 21720, + "end": 21721, "loc": { "start": { - "line": 448, + "line": 490, "column": 19 }, "end": { - "line": 448, + "line": 490, "column": 20 } } @@ -570505,15 +570992,15 @@ "postfix": false, "binop": null }, - "start": 19332, - "end": 19333, + "start": 21722, + "end": 21723, "loc": { "start": { - "line": 448, + "line": 490, "column": 21 }, "end": { - "line": 448, + "line": 490, "column": 22 } } @@ -570530,15 +571017,15 @@ "postfix": false, "binop": null }, - "start": 19333, - "end": 19334, + "start": 21723, + "end": 21724, "loc": { "start": { - "line": 448, + "line": 490, "column": 22 }, "end": { - "line": 448, + "line": 490, "column": 23 } } @@ -570556,15 +571043,15 @@ "binop": null }, "value": "_props", - "start": 19352, - "end": 19358, + "start": 21742, + "end": 21748, "loc": { "start": { - "line": 450, + "line": 492, "column": 8 }, "end": { - "line": 450, + "line": 492, "column": 14 } } @@ -570582,15 +571069,15 @@ "binop": null, "updateContext": null }, - "start": 19358, - "end": 19359, + "start": 21748, + "end": 21749, "loc": { "start": { - "line": 450, + "line": 492, "column": 14 }, "end": { - "line": 450, + "line": 492, "column": 15 } } @@ -570608,15 +571095,15 @@ "binop": null }, "value": "begin", - "start": 19359, - "end": 19364, + "start": 21749, + "end": 21754, "loc": { "start": { - "line": 450, + "line": 492, "column": 15 }, "end": { - "line": 450, + "line": 492, "column": 20 } } @@ -570635,15 +571122,15 @@ "updateContext": null }, "value": "=", - "start": 19370, - "end": 19371, + "start": 21760, + "end": 21761, "loc": { "start": { - "line": 450, + "line": 492, "column": 26 }, "end": { - "line": 450, + "line": 492, "column": 27 } } @@ -570663,15 +571150,15 @@ "updateContext": null }, "value": "this", - "start": 19372, - "end": 19376, + "start": 21762, + "end": 21766, "loc": { "start": { - "line": 450, + "line": 492, "column": 28 }, "end": { - "line": 450, + "line": 492, "column": 32 } } @@ -570689,15 +571176,15 @@ "binop": null, "updateContext": null }, - "start": 19376, - "end": 19377, + "start": 21766, + "end": 21767, "loc": { "start": { - "line": 450, + "line": 492, "column": 32 }, "end": { - "line": 450, + "line": 492, "column": 33 } } @@ -570715,15 +571202,15 @@ "binop": null }, "value": "supplement", - "start": 19377, - "end": 19387, + "start": 21767, + "end": 21777, "loc": { "start": { - "line": 450, + "line": 492, "column": 33 }, "end": { - "line": 450, + "line": 492, "column": 43 } } @@ -570740,15 +571227,15 @@ "postfix": false, "binop": null }, - "start": 19387, - "end": 19388, + "start": 21777, + "end": 21778, "loc": { "start": { - "line": 450, + "line": 492, "column": 43 }, "end": { - "line": 450, + "line": 492, "column": 44 } } @@ -570768,15 +571255,15 @@ "updateContext": null }, "value": "null", - "start": 19389, - "end": 19393, + "start": 21779, + "end": 21783, "loc": { "start": { - "line": 450, + "line": 492, "column": 45 }, "end": { - "line": 450, + "line": 492, "column": 49 } } @@ -570794,15 +571281,15 @@ "binop": null, "updateContext": null }, - "start": 19393, - "end": 19394, + "start": 21783, + "end": 21784, "loc": { "start": { - "line": 450, + "line": 492, "column": 49 }, "end": { - "line": 450, + "line": 492, "column": 50 } } @@ -570822,15 +571309,15 @@ "updateContext": null }, "value": "this", - "start": 19395, - "end": 19399, + "start": 21785, + "end": 21789, "loc": { "start": { - "line": 450, + "line": 492, "column": 51 }, "end": { - "line": 450, + "line": 492, "column": 55 } } @@ -570848,15 +571335,15 @@ "binop": null, "updateContext": null }, - "start": 19399, - "end": 19400, + "start": 21789, + "end": 21790, "loc": { "start": { - "line": 450, + "line": 492, "column": 55 }, "end": { - "line": 450, + "line": 492, "column": 56 } } @@ -570874,15 +571361,15 @@ "binop": null }, "value": "_getPluggableDatetime", - "start": 19400, - "end": 19421, + "start": 21790, + "end": 21811, "loc": { "start": { - "line": 450, + "line": 492, "column": 56 }, "end": { - "line": 450, + "line": 492, "column": 77 } } @@ -570899,15 +571386,15 @@ "postfix": false, "binop": null }, - "start": 19421, - "end": 19422, + "start": 21811, + "end": 21812, "loc": { "start": { - "line": 450, + "line": 492, "column": 77 }, "end": { - "line": 450, + "line": 492, "column": 78 } } @@ -570925,15 +571412,15 @@ "binop": null }, "value": "_opts", - "start": 19423, - "end": 19428, + "start": 21813, + "end": 21818, "loc": { "start": { - "line": 450, + "line": 492, "column": 79 }, "end": { - "line": 450, + "line": 492, "column": 84 } } @@ -570951,15 +571438,15 @@ "binop": null, "updateContext": null }, - "start": 19428, - "end": 19429, + "start": 21818, + "end": 21819, "loc": { "start": { - "line": 450, + "line": 492, "column": 84 }, "end": { - "line": 450, + "line": 492, "column": 85 } } @@ -570977,15 +571464,15 @@ "binop": null }, "value": "startDatetime", - "start": 19429, - "end": 19442, + "start": 21819, + "end": 21832, "loc": { "start": { - "line": 450, + "line": 492, "column": 85 }, "end": { - "line": 450, + "line": 492, "column": 98 } } @@ -571003,15 +571490,15 @@ "binop": null, "updateContext": null }, - "start": 19442, - "end": 19443, + "start": 21832, + "end": 21833, "loc": { "start": { - "line": 450, + "line": 492, "column": 98 }, "end": { - "line": 450, + "line": 492, "column": 99 } } @@ -571030,15 +571517,15 @@ "updateContext": null }, "value": "first", - "start": 19444, - "end": 19451, + "start": 21834, + "end": 21841, "loc": { "start": { - "line": 450, + "line": 492, "column": 100 }, "end": { - "line": 450, + "line": 492, "column": 107 } } @@ -571055,15 +571542,15 @@ "postfix": false, "binop": null }, - "start": 19452, - "end": 19453, + "start": 21842, + "end": 21843, "loc": { "start": { - "line": 450, + "line": 492, "column": 108 }, "end": { - "line": 450, + "line": 492, "column": 109 } } @@ -571080,15 +571567,15 @@ "postfix": false, "binop": null }, - "start": 19454, - "end": 19455, + "start": 21844, + "end": 21845, "loc": { "start": { - "line": 450, + "line": 492, "column": 110 }, "end": { - "line": 450, + "line": 492, "column": 111 } } @@ -571106,15 +571593,15 @@ "binop": null }, "value": "_props", - "start": 19464, - "end": 19470, + "start": 21854, + "end": 21860, "loc": { "start": { - "line": 451, + "line": 493, "column": 8 }, "end": { - "line": 451, + "line": 493, "column": 14 } } @@ -571132,15 +571619,15 @@ "binop": null, "updateContext": null }, - "start": 19470, - "end": 19471, + "start": 21860, + "end": 21861, "loc": { "start": { - "line": 451, + "line": 493, "column": 14 }, "end": { - "line": 451, + "line": 493, "column": 15 } } @@ -571158,15 +571645,15 @@ "binop": null }, "value": "end", - "start": 19471, - "end": 19474, + "start": 21861, + "end": 21864, "loc": { "start": { - "line": 451, + "line": 493, "column": 15 }, "end": { - "line": 451, + "line": 493, "column": 18 } } @@ -571185,15 +571672,15 @@ "updateContext": null }, "value": "=", - "start": 19482, - "end": 19483, + "start": 21872, + "end": 21873, "loc": { "start": { - "line": 451, + "line": 493, "column": 26 }, "end": { - "line": 451, + "line": 493, "column": 27 } } @@ -571213,15 +571700,15 @@ "updateContext": null }, "value": "this", - "start": 19484, - "end": 19488, + "start": 21874, + "end": 21878, "loc": { "start": { - "line": 451, + "line": 493, "column": 28 }, "end": { - "line": 451, + "line": 493, "column": 32 } } @@ -571239,15 +571726,15 @@ "binop": null, "updateContext": null }, - "start": 19488, - "end": 19489, + "start": 21878, + "end": 21879, "loc": { "start": { - "line": 451, + "line": 493, "column": 32 }, "end": { - "line": 451, + "line": 493, "column": 33 } } @@ -571265,15 +571752,15 @@ "binop": null }, "value": "supplement", - "start": 19489, - "end": 19499, + "start": 21879, + "end": 21889, "loc": { "start": { - "line": 451, + "line": 493, "column": 33 }, "end": { - "line": 451, + "line": 493, "column": 43 } } @@ -571290,15 +571777,15 @@ "postfix": false, "binop": null }, - "start": 19499, - "end": 19500, + "start": 21889, + "end": 21890, "loc": { "start": { - "line": 451, + "line": 493, "column": 43 }, "end": { - "line": 451, + "line": 493, "column": 44 } } @@ -571318,15 +571805,15 @@ "updateContext": null }, "value": "null", - "start": 19501, - "end": 19505, + "start": 21891, + "end": 21895, "loc": { "start": { - "line": 451, + "line": 493, "column": 45 }, "end": { - "line": 451, + "line": 493, "column": 49 } } @@ -571344,15 +571831,15 @@ "binop": null, "updateContext": null }, - "start": 19505, - "end": 19506, + "start": 21895, + "end": 21896, "loc": { "start": { - "line": 451, + "line": 493, "column": 49 }, "end": { - "line": 451, + "line": 493, "column": 50 } } @@ -571372,15 +571859,15 @@ "updateContext": null }, "value": "this", - "start": 19507, - "end": 19511, + "start": 21897, + "end": 21901, "loc": { "start": { - "line": 451, + "line": 493, "column": 51 }, "end": { - "line": 451, + "line": 493, "column": 55 } } @@ -571398,15 +571885,15 @@ "binop": null, "updateContext": null }, - "start": 19511, - "end": 19512, + "start": 21901, + "end": 21902, "loc": { "start": { - "line": 451, + "line": 493, "column": 55 }, "end": { - "line": 451, + "line": 493, "column": 56 } } @@ -571424,15 +571911,15 @@ "binop": null }, "value": "_getPluggableDatetime", - "start": 19512, - "end": 19533, + "start": 21902, + "end": 21923, "loc": { "start": { - "line": 451, + "line": 493, "column": 56 }, "end": { - "line": 451, + "line": 493, "column": 77 } } @@ -571449,15 +571936,15 @@ "postfix": false, "binop": null }, - "start": 19533, - "end": 19534, + "start": 21923, + "end": 21924, "loc": { "start": { - "line": 451, + "line": 493, "column": 77 }, "end": { - "line": 451, + "line": 493, "column": 78 } } @@ -571475,15 +571962,15 @@ "binop": null }, "value": "_opts", - "start": 19535, - "end": 19540, + "start": 21925, + "end": 21930, "loc": { "start": { - "line": 451, + "line": 493, "column": 79 }, "end": { - "line": 451, + "line": 493, "column": 84 } } @@ -571501,15 +571988,15 @@ "binop": null, "updateContext": null }, - "start": 19540, - "end": 19541, + "start": 21930, + "end": 21931, "loc": { "start": { - "line": 451, + "line": 493, "column": 84 }, "end": { - "line": 451, + "line": 493, "column": 85 } } @@ -571527,15 +572014,15 @@ "binop": null }, "value": "endDatetime", - "start": 19541, - "end": 19552, + "start": 21931, + "end": 21942, "loc": { "start": { - "line": 451, + "line": 493, "column": 85 }, "end": { - "line": 451, + "line": 493, "column": 96 } } @@ -571553,15 +572040,15 @@ "binop": null, "updateContext": null }, - "start": 19552, - "end": 19553, + "start": 21942, + "end": 21943, "loc": { "start": { - "line": 451, + "line": 493, "column": 96 }, "end": { - "line": 451, + "line": 493, "column": 97 } } @@ -571580,15 +572067,15 @@ "updateContext": null }, "value": "last", - "start": 19554, - "end": 19560, + "start": 21944, + "end": 21950, "loc": { "start": { - "line": 451, + "line": 493, "column": 98 }, "end": { - "line": 451, + "line": 493, "column": 104 } } @@ -571605,15 +572092,15 @@ "postfix": false, "binop": null }, - "start": 19561, - "end": 19562, + "start": 21951, + "end": 21952, "loc": { "start": { - "line": 451, + "line": 493, "column": 105 }, "end": { - "line": 451, + "line": 493, "column": 106 } } @@ -571630,15 +572117,15 @@ "postfix": false, "binop": null }, - "start": 19563, - "end": 19564, + "start": 21953, + "end": 21954, "loc": { "start": { - "line": 451, + "line": 493, "column": 107 }, "end": { - "line": 451, + "line": 493, "column": 108 } } @@ -571656,15 +572143,15 @@ "binop": null }, "value": "_props", - "start": 19573, - "end": 19579, + "start": 21963, + "end": 21969, "loc": { "start": { - "line": 452, + "line": 494, "column": 8 }, "end": { - "line": 452, + "line": 494, "column": 14 } } @@ -571682,15 +572169,15 @@ "binop": null, "updateContext": null }, - "start": 19579, - "end": 19580, + "start": 21969, + "end": 21970, "loc": { "start": { - "line": 452, + "line": 494, "column": 14 }, "end": { - "line": 452, + "line": 494, "column": 15 } } @@ -571708,15 +572195,15 @@ "binop": null }, "value": "scaleSize", - "start": 19580, - "end": 19589, + "start": 21970, + "end": 21979, "loc": { "start": { - "line": 452, + "line": 494, "column": 15 }, "end": { - "line": 452, + "line": 494, "column": 24 } } @@ -571735,15 +572222,15 @@ "updateContext": null }, "value": "=", - "start": 19591, - "end": 19592, + "start": 21981, + "end": 21982, "loc": { "start": { - "line": 452, + "line": 494, "column": 26 }, "end": { - "line": 452, + "line": 494, "column": 27 } } @@ -571763,15 +572250,15 @@ "updateContext": null }, "value": "this", - "start": 19593, - "end": 19597, + "start": 21983, + "end": 21987, "loc": { "start": { - "line": 452, + "line": 494, "column": 28 }, "end": { - "line": 452, + "line": 494, "column": 32 } } @@ -571789,15 +572276,15 @@ "binop": null, "updateContext": null }, - "start": 19597, - "end": 19598, + "start": 21987, + "end": 21988, "loc": { "start": { - "line": 452, + "line": 494, "column": 32 }, "end": { - "line": 452, + "line": 494, "column": 33 } } @@ -571815,15 +572302,15 @@ "binop": null }, "value": "supplement", - "start": 19598, - "end": 19608, + "start": 21988, + "end": 21998, "loc": { "start": { - "line": 452, + "line": 494, "column": 33 }, "end": { - "line": 452, + "line": 494, "column": 43 } } @@ -571840,15 +572327,15 @@ "postfix": false, "binop": null }, - "start": 19608, - "end": 19609, + "start": 21998, + "end": 21999, "loc": { "start": { - "line": 452, + "line": 494, "column": 43 }, "end": { - "line": 452, + "line": 494, "column": 44 } } @@ -571868,15 +572355,15 @@ "updateContext": null }, "value": "null", - "start": 19610, - "end": 19614, + "start": 22000, + "end": 22004, "loc": { "start": { - "line": 452, + "line": 494, "column": 45 }, "end": { - "line": 452, + "line": 494, "column": 49 } } @@ -571894,15 +572381,15 @@ "binop": null, "updateContext": null }, - "start": 19614, - "end": 19615, + "start": 22004, + "end": 22005, "loc": { "start": { - "line": 452, + "line": 494, "column": 49 }, "end": { - "line": 452, + "line": 494, "column": 50 } } @@ -571920,15 +572407,15 @@ "binop": null }, "value": "_opts", - "start": 19616, - "end": 19621, + "start": 22006, + "end": 22011, "loc": { "start": { - "line": 452, + "line": 494, "column": 51 }, "end": { - "line": 452, + "line": 494, "column": 56 } } @@ -571946,15 +572433,15 @@ "binop": null, "updateContext": null }, - "start": 19621, - "end": 19622, + "start": 22011, + "end": 22012, "loc": { "start": { - "line": 452, + "line": 494, "column": 56 }, "end": { - "line": 452, + "line": 494, "column": 57 } } @@ -571972,15 +572459,15 @@ "binop": null }, "value": "minGridSize", - "start": 19622, - "end": 19633, + "start": 22012, + "end": 22023, "loc": { "start": { - "line": 452, + "line": 494, "column": 57 }, "end": { - "line": 452, + "line": 494, "column": 68 } } @@ -571998,15 +572485,15 @@ "binop": null, "updateContext": null }, - "start": 19633, - "end": 19634, + "start": 22023, + "end": 22024, "loc": { "start": { - "line": 452, + "line": 494, "column": 68 }, "end": { - "line": 452, + "line": 494, "column": 69 } } @@ -572026,15 +572513,15 @@ "updateContext": null }, "value": "this", - "start": 19635, - "end": 19639, + "start": 22025, + "end": 22029, "loc": { "start": { - "line": 452, + "line": 494, "column": 70 }, "end": { - "line": 452, + "line": 494, "column": 74 } } @@ -572052,15 +572539,15 @@ "binop": null, "updateContext": null }, - "start": 19639, - "end": 19640, + "start": 22029, + "end": 22030, "loc": { "start": { - "line": 452, + "line": 494, "column": 74 }, "end": { - "line": 452, + "line": 494, "column": 75 } } @@ -572078,15 +572565,15 @@ "binop": null }, "value": "validateNumeric", - "start": 19640, - "end": 19655, + "start": 22030, + "end": 22045, "loc": { "start": { - "line": 452, + "line": 494, "column": 75 }, "end": { - "line": 452, + "line": 494, "column": 90 } } @@ -572103,15 +572590,15 @@ "postfix": false, "binop": null }, - "start": 19656, - "end": 19657, + "start": 22046, + "end": 22047, "loc": { "start": { - "line": 452, + "line": 494, "column": 91 }, "end": { - "line": 452, + "line": 494, "column": 92 } } @@ -572129,15 +572616,15 @@ "binop": null }, "value": "_props", - "start": 19666, - "end": 19672, + "start": 22056, + "end": 22062, "loc": { "start": { - "line": 453, + "line": 495, "column": 8 }, "end": { - "line": 453, + "line": 495, "column": 14 } } @@ -572155,15 +572642,15 @@ "binop": null, "updateContext": null }, - "start": 19672, - "end": 19673, + "start": 22062, + "end": 22063, "loc": { "start": { - "line": 453, + "line": 495, "column": 14 }, "end": { - "line": 453, + "line": 495, "column": 15 } } @@ -572181,15 +572668,15 @@ "binop": null }, "value": "rows", - "start": 19673, - "end": 19677, + "start": 22063, + "end": 22067, "loc": { "start": { - "line": 453, + "line": 495, "column": 15 }, "end": { - "line": 453, + "line": 495, "column": 19 } } @@ -572208,15 +572695,15 @@ "updateContext": null }, "value": "=", - "start": 19684, - "end": 19685, + "start": 22074, + "end": 22075, "loc": { "start": { - "line": 453, + "line": 495, "column": 26 }, "end": { - "line": 453, + "line": 495, "column": 27 } } @@ -572236,15 +572723,15 @@ "updateContext": null }, "value": "this", - "start": 19686, - "end": 19690, + "start": 22076, + "end": 22080, "loc": { "start": { - "line": 453, + "line": 495, "column": 28 }, "end": { - "line": 453, + "line": 495, "column": 32 } } @@ -572262,15 +572749,15 @@ "binop": null, "updateContext": null }, - "start": 19690, - "end": 19691, + "start": 22080, + "end": 22081, "loc": { "start": { - "line": 453, + "line": 495, "column": 32 }, "end": { - "line": 453, + "line": 495, "column": 33 } } @@ -572288,15 +572775,15 @@ "binop": null }, "value": "_getPluggableRows", - "start": 19691, - "end": 19708, + "start": 22081, + "end": 22098, "loc": { "start": { - "line": 453, + "line": 495, "column": 33 }, "end": { - "line": 453, + "line": 495, "column": 50 } } @@ -572313,15 +572800,15 @@ "postfix": false, "binop": null }, - "start": 19708, - "end": 19709, + "start": 22098, + "end": 22099, "loc": { "start": { - "line": 453, + "line": 495, "column": 50 }, "end": { - "line": 453, + "line": 495, "column": 51 } } @@ -572338,15 +572825,15 @@ "postfix": false, "binop": null }, - "start": 19709, - "end": 19710, + "start": 22099, + "end": 22100, "loc": { "start": { - "line": 453, + "line": 495, "column": 51 }, "end": { - "line": 453, + "line": 495, "column": 52 } } @@ -572364,15 +572851,15 @@ "binop": null }, "value": "_props", - "start": 19719, - "end": 19725, + "start": 22109, + "end": 22115, "loc": { "start": { - "line": 454, + "line": 496, "column": 8 }, "end": { - "line": 454, + "line": 496, "column": 14 } } @@ -572390,15 +572877,15 @@ "binop": null, "updateContext": null }, - "start": 19725, - "end": 19726, + "start": 22115, + "end": 22116, "loc": { "start": { - "line": 454, + "line": 496, "column": 14 }, "end": { - "line": 454, + "line": 496, "column": 15 } } @@ -572416,15 +572903,15 @@ "binop": null }, "value": "rowSize", - "start": 19726, - "end": 19733, + "start": 22116, + "end": 22123, "loc": { "start": { - "line": 454, + "line": 496, "column": 15 }, "end": { - "line": 454, + "line": 496, "column": 22 } } @@ -572443,15 +572930,15 @@ "updateContext": null }, "value": "=", - "start": 19737, - "end": 19738, + "start": 22127, + "end": 22128, "loc": { "start": { - "line": 454, + "line": 496, "column": 26 }, "end": { - "line": 454, + "line": 496, "column": 27 } } @@ -572471,15 +572958,15 @@ "updateContext": null }, "value": "this", - "start": 19739, - "end": 19743, + "start": 22129, + "end": 22133, "loc": { "start": { - "line": 454, + "line": 496, "column": 28 }, "end": { - "line": 454, + "line": 496, "column": 32 } } @@ -572497,15 +572984,15 @@ "binop": null, "updateContext": null }, - "start": 19743, - "end": 19744, + "start": 22133, + "end": 22134, "loc": { "start": { - "line": 454, + "line": 496, "column": 32 }, "end": { - "line": 454, + "line": 496, "column": 33 } } @@ -572523,15 +573010,15 @@ "binop": null }, "value": "supplement", - "start": 19744, - "end": 19754, + "start": 22134, + "end": 22144, "loc": { "start": { - "line": 454, + "line": 496, "column": 33 }, "end": { - "line": 454, + "line": 496, "column": 43 } } @@ -572548,15 +573035,15 @@ "postfix": false, "binop": null }, - "start": 19754, - "end": 19755, + "start": 22144, + "end": 22145, "loc": { "start": { - "line": 454, + "line": 496, "column": 43 }, "end": { - "line": 454, + "line": 496, "column": 44 } } @@ -572576,15 +573063,15 @@ "updateContext": null }, "value": "null", - "start": 19756, - "end": 19760, + "start": 22146, + "end": 22150, "loc": { "start": { - "line": 454, + "line": 496, "column": 45 }, "end": { - "line": 454, + "line": 496, "column": 49 } } @@ -572602,15 +573089,15 @@ "binop": null, "updateContext": null }, - "start": 19760, - "end": 19761, + "start": 22150, + "end": 22151, "loc": { "start": { - "line": 454, + "line": 496, "column": 49 }, "end": { - "line": 454, + "line": 496, "column": 50 } } @@ -572628,15 +573115,15 @@ "binop": null }, "value": "_opts", - "start": 19762, - "end": 19767, + "start": 22152, + "end": 22157, "loc": { "start": { - "line": 454, + "line": 496, "column": 51 }, "end": { - "line": 454, + "line": 496, "column": 56 } } @@ -572654,15 +573141,15 @@ "binop": null, "updateContext": null }, - "start": 19767, - "end": 19768, + "start": 22157, + "end": 22158, "loc": { "start": { - "line": 454, + "line": 496, "column": 56 }, "end": { - "line": 454, + "line": 496, "column": 57 } } @@ -572680,15 +573167,15 @@ "binop": null }, "value": "rowHeight", - "start": 19768, - "end": 19777, + "start": 22158, + "end": 22167, "loc": { "start": { - "line": 454, + "line": 496, "column": 57 }, "end": { - "line": 454, + "line": 496, "column": 66 } } @@ -572706,15 +573193,15 @@ "binop": null, "updateContext": null }, - "start": 19777, - "end": 19778, + "start": 22167, + "end": 22168, "loc": { "start": { - "line": 454, + "line": 496, "column": 66 }, "end": { - "line": 454, + "line": 496, "column": 67 } } @@ -572734,15 +573221,15 @@ "updateContext": null }, "value": "this", - "start": 19779, - "end": 19783, + "start": 22169, + "end": 22173, "loc": { "start": { - "line": 454, + "line": 496, "column": 68 }, "end": { - "line": 454, + "line": 496, "column": 72 } } @@ -572760,15 +573247,15 @@ "binop": null, "updateContext": null }, - "start": 19783, - "end": 19784, + "start": 22173, + "end": 22174, "loc": { "start": { - "line": 454, + "line": 496, "column": 72 }, "end": { - "line": 454, + "line": 496, "column": 73 } } @@ -572786,15 +573273,15 @@ "binop": null }, "value": "validateNumeric", - "start": 19784, - "end": 19799, + "start": 22174, + "end": 22189, "loc": { "start": { - "line": 454, + "line": 496, "column": 73 }, "end": { - "line": 454, + "line": 496, "column": 88 } } @@ -572811,15 +573298,15 @@ "postfix": false, "binop": null }, - "start": 19800, - "end": 19801, + "start": 22190, + "end": 22191, "loc": { "start": { - "line": 454, + "line": 496, "column": 89 }, "end": { - "line": 454, + "line": 496, "column": 90 } } @@ -572837,15 +573324,15 @@ "binop": null }, "value": "_props", - "start": 19810, - "end": 19816, + "start": 22200, + "end": 22206, "loc": { "start": { - "line": 455, + "line": 497, "column": 8 }, "end": { - "line": 455, + "line": 497, "column": 14 } } @@ -572863,15 +573350,15 @@ "binop": null, "updateContext": null }, - "start": 19816, - "end": 19817, + "start": 22206, + "end": 22207, "loc": { "start": { - "line": 455, + "line": 497, "column": 14 }, "end": { - "line": 455, + "line": 497, "column": 15 } } @@ -572889,15 +573376,15 @@ "binop": null }, "value": "width", - "start": 19817, - "end": 19822, + "start": 22207, + "end": 22212, "loc": { "start": { - "line": 455, + "line": 497, "column": 15 }, "end": { - "line": 455, + "line": 497, "column": 20 } } @@ -572916,15 +573403,15 @@ "updateContext": null }, "value": "=", - "start": 19828, - "end": 19829, + "start": 22218, + "end": 22219, "loc": { "start": { - "line": 455, + "line": 497, "column": 26 }, "end": { - "line": 455, + "line": 497, "column": 27 } } @@ -572944,15 +573431,15 @@ "updateContext": null }, "value": "this", - "start": 19830, - "end": 19834, + "start": 22220, + "end": 22224, "loc": { "start": { - "line": 455, + "line": 497, "column": 28 }, "end": { - "line": 455, + "line": 497, "column": 32 } } @@ -572970,15 +573457,15 @@ "binop": null, "updateContext": null }, - "start": 19834, - "end": 19835, + "start": 22224, + "end": 22225, "loc": { "start": { - "line": 455, + "line": 497, "column": 32 }, "end": { - "line": 455, + "line": 497, "column": 33 } } @@ -572996,15 +573483,15 @@ "binop": null }, "value": "supplement", - "start": 19835, - "end": 19845, + "start": 22225, + "end": 22235, "loc": { "start": { - "line": 455, + "line": 497, "column": 33 }, "end": { - "line": 455, + "line": 497, "column": 43 } } @@ -573021,15 +573508,15 @@ "postfix": false, "binop": null }, - "start": 19845, - "end": 19846, + "start": 22235, + "end": 22236, "loc": { "start": { - "line": 455, + "line": 497, "column": 43 }, "end": { - "line": 455, + "line": 497, "column": 44 } } @@ -573049,15 +573536,15 @@ "updateContext": null }, "value": "null", - "start": 19847, - "end": 19851, + "start": 22237, + "end": 22241, "loc": { "start": { - "line": 455, + "line": 497, "column": 45 }, "end": { - "line": 455, + "line": 497, "column": 49 } } @@ -573075,15 +573562,15 @@ "binop": null, "updateContext": null }, - "start": 19851, - "end": 19852, + "start": 22241, + "end": 22242, "loc": { "start": { - "line": 455, + "line": 497, "column": 49 }, "end": { - "line": 455, + "line": 497, "column": 50 } } @@ -573101,15 +573588,15 @@ "binop": null }, "value": "_opts", - "start": 19853, - "end": 19858, + "start": 22243, + "end": 22248, "loc": { "start": { - "line": 455, + "line": 497, "column": 51 }, "end": { - "line": 455, + "line": 497, "column": 56 } } @@ -573127,15 +573614,15 @@ "binop": null, "updateContext": null }, - "start": 19858, - "end": 19859, + "start": 22248, + "end": 22249, "loc": { "start": { - "line": 455, + "line": 497, "column": 56 }, "end": { - "line": 455, + "line": 497, "column": 57 } } @@ -573153,15 +573640,15 @@ "binop": null }, "value": "width", - "start": 19859, - "end": 19864, + "start": 22249, + "end": 22254, "loc": { "start": { - "line": 455, + "line": 497, "column": 57 }, "end": { - "line": 455, + "line": 497, "column": 62 } } @@ -573179,15 +573666,15 @@ "binop": null, "updateContext": null }, - "start": 19864, - "end": 19865, + "start": 22254, + "end": 22255, "loc": { "start": { - "line": 455, + "line": 497, "column": 62 }, "end": { - "line": 455, + "line": 497, "column": 63 } } @@ -573207,15 +573694,15 @@ "updateContext": null }, "value": "this", - "start": 19866, - "end": 19870, + "start": 22256, + "end": 22260, "loc": { "start": { - "line": 455, + "line": 497, "column": 64 }, "end": { - "line": 455, + "line": 497, "column": 68 } } @@ -573233,15 +573720,15 @@ "binop": null, "updateContext": null }, - "start": 19870, - "end": 19871, + "start": 22260, + "end": 22261, "loc": { "start": { - "line": 455, + "line": 497, "column": 68 }, "end": { - "line": 455, + "line": 497, "column": 69 } } @@ -573259,15 +573746,15 @@ "binop": null }, "value": "validateNumeric", - "start": 19871, - "end": 19886, + "start": 22261, + "end": 22276, "loc": { "start": { - "line": 455, + "line": 497, "column": 69 }, "end": { - "line": 455, + "line": 497, "column": 84 } } @@ -573284,15 +573771,15 @@ "postfix": false, "binop": null }, - "start": 19887, - "end": 19888, + "start": 22277, + "end": 22278, "loc": { "start": { - "line": 455, + "line": 497, "column": 85 }, "end": { - "line": 455, + "line": 497, "column": 86 } } @@ -573310,15 +573797,15 @@ "binop": null }, "value": "_props", - "start": 19897, - "end": 19903, + "start": 22287, + "end": 22293, "loc": { "start": { - "line": 456, + "line": 498, "column": 8 }, "end": { - "line": 456, + "line": 498, "column": 14 } } @@ -573336,15 +573823,15 @@ "binop": null, "updateContext": null }, - "start": 19903, - "end": 19904, + "start": 22293, + "end": 22294, "loc": { "start": { - "line": 456, + "line": 498, "column": 14 }, "end": { - "line": 456, + "line": 498, "column": 15 } } @@ -573362,15 +573849,15 @@ "binop": null }, "value": "height", - "start": 19904, - "end": 19910, + "start": 22294, + "end": 22300, "loc": { "start": { - "line": 456, + "line": 498, "column": 15 }, "end": { - "line": 456, + "line": 498, "column": 21 } } @@ -573389,15 +573876,15 @@ "updateContext": null }, "value": "=", - "start": 19915, - "end": 19916, + "start": 22305, + "end": 22306, "loc": { "start": { - "line": 456, + "line": 498, "column": 26 }, "end": { - "line": 456, + "line": 498, "column": 27 } } @@ -573417,15 +573904,15 @@ "updateContext": null }, "value": "this", - "start": 19917, - "end": 19921, + "start": 22307, + "end": 22311, "loc": { "start": { - "line": 456, + "line": 498, "column": 28 }, "end": { - "line": 456, + "line": 498, "column": 32 } } @@ -573443,15 +573930,15 @@ "binop": null, "updateContext": null }, - "start": 19921, - "end": 19922, + "start": 22311, + "end": 22312, "loc": { "start": { - "line": 456, + "line": 498, "column": 32 }, "end": { - "line": 456, + "line": 498, "column": 33 } } @@ -573469,15 +573956,15 @@ "binop": null }, "value": "supplement", - "start": 19922, - "end": 19932, + "start": 22312, + "end": 22322, "loc": { "start": { - "line": 456, + "line": 498, "column": 33 }, "end": { - "line": 456, + "line": 498, "column": 43 } } @@ -573494,15 +573981,15 @@ "postfix": false, "binop": null }, - "start": 19932, - "end": 19933, + "start": 22322, + "end": 22323, "loc": { "start": { - "line": 456, + "line": 498, "column": 43 }, "end": { - "line": 456, + "line": 498, "column": 44 } } @@ -573522,15 +574009,15 @@ "updateContext": null }, "value": "null", - "start": 19934, - "end": 19938, + "start": 22324, + "end": 22328, "loc": { "start": { - "line": 456, + "line": 498, "column": 45 }, "end": { - "line": 456, + "line": 498, "column": 49 } } @@ -573548,15 +574035,15 @@ "binop": null, "updateContext": null }, - "start": 19938, - "end": 19939, + "start": 22328, + "end": 22329, "loc": { "start": { - "line": 456, + "line": 498, "column": 49 }, "end": { - "line": 456, + "line": 498, "column": 50 } } @@ -573574,15 +574061,15 @@ "binop": null }, "value": "_opts", - "start": 19940, - "end": 19945, + "start": 22330, + "end": 22335, "loc": { "start": { - "line": 456, + "line": 498, "column": 51 }, "end": { - "line": 456, + "line": 498, "column": 56 } } @@ -573600,15 +574087,15 @@ "binop": null, "updateContext": null }, - "start": 19945, - "end": 19946, + "start": 22335, + "end": 22336, "loc": { "start": { - "line": 456, + "line": 498, "column": 56 }, "end": { - "line": 456, + "line": 498, "column": 57 } } @@ -573626,15 +574113,15 @@ "binop": null }, "value": "height", - "start": 19946, - "end": 19952, + "start": 22336, + "end": 22342, "loc": { "start": { - "line": 456, + "line": 498, "column": 57 }, "end": { - "line": 456, + "line": 498, "column": 63 } } @@ -573652,15 +574139,15 @@ "binop": null, "updateContext": null }, - "start": 19952, - "end": 19953, + "start": 22342, + "end": 22343, "loc": { "start": { - "line": 456, + "line": 498, "column": 63 }, "end": { - "line": 456, + "line": 498, "column": 64 } } @@ -573680,15 +574167,15 @@ "updateContext": null }, "value": "this", - "start": 19954, - "end": 19958, + "start": 22344, + "end": 22348, "loc": { "start": { - "line": 456, + "line": 498, "column": 65 }, "end": { - "line": 456, + "line": 498, "column": 69 } } @@ -573706,15 +574193,15 @@ "binop": null, "updateContext": null }, - "start": 19958, - "end": 19959, + "start": 22348, + "end": 22349, "loc": { "start": { - "line": 456, + "line": 498, "column": 69 }, "end": { - "line": 456, + "line": 498, "column": 70 } } @@ -573732,15 +574219,15 @@ "binop": null }, "value": "validateNumeric", - "start": 19959, - "end": 19974, + "start": 22349, + "end": 22364, "loc": { "start": { - "line": 456, + "line": 498, "column": 70 }, "end": { - "line": 456, + "line": 498, "column": 85 } } @@ -573757,15 +574244,15 @@ "postfix": false, "binop": null }, - "start": 19975, - "end": 19976, + "start": 22365, + "end": 22366, "loc": { "start": { - "line": 456, + "line": 498, "column": 86 }, "end": { - "line": 456, + "line": 498, "column": 87 } } @@ -573785,15 +574272,15 @@ "updateContext": null }, "value": "this", - "start": 19994, - "end": 19998, + "start": 22384, + "end": 22388, "loc": { "start": { - "line": 458, + "line": 500, "column": 8 }, "end": { - "line": 458, + "line": 500, "column": 12 } } @@ -573811,15 +574298,15 @@ "binop": null, "updateContext": null }, - "start": 19998, - "end": 19999, + "start": 22388, + "end": 22389, "loc": { "start": { - "line": 458, + "line": 500, "column": 12 }, "end": { - "line": 458, + "line": 500, "column": 13 } } @@ -573837,15 +574324,15 @@ "binop": null }, "value": "_instanceProps", - "start": 19999, - "end": 20013, + "start": 22389, + "end": 22403, "loc": { "start": { - "line": 458, + "line": 500, "column": 13 }, "end": { - "line": 458, + "line": 500, "column": 27 } } @@ -573864,15 +574351,15 @@ "updateContext": null }, "value": "=", - "start": 20014, - "end": 20015, + "start": 22404, + "end": 22405, "loc": { "start": { - "line": 458, + "line": 500, "column": 28 }, "end": { - "line": 458, + "line": 500, "column": 29 } } @@ -573890,15 +574377,15 @@ "binop": null }, "value": "_props", - "start": 20016, - "end": 20022, + "start": 22406, + "end": 22412, "loc": { "start": { - "line": 458, + "line": 500, "column": 30 }, "end": { - "line": 458, + "line": 500, "column": 36 } } @@ -573906,15 +574393,15 @@ { "type": "CommentLine", "value": " pre-cache", - "start": 20023, - "end": 20035, + "start": 22413, + "end": 22425, "loc": { "start": { - "line": 458, + "line": 500, "column": 37 }, "end": { - "line": 458, + "line": 500, "column": 49 } } @@ -573934,15 +574421,15 @@ "updateContext": null }, "value": "if", - "start": 20053, - "end": 20055, + "start": 22443, + "end": 22445, "loc": { "start": { - "line": 460, + "line": 502, "column": 8 }, "end": { - "line": 460, + "line": 502, "column": 10 } } @@ -573959,15 +574446,15 @@ "postfix": false, "binop": null }, - "start": 20056, - "end": 20057, + "start": 22446, + "end": 22447, "loc": { "start": { - "line": 460, + "line": 502, "column": 11 }, "end": { - "line": 460, + "line": 502, "column": 12 } } @@ -573989,15 +574476,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 20058, - "end": 20077, + "start": 22448, + "end": 22467, "loc": { "start": { - "line": 460, + "line": 502, "column": 13 }, "end": { - "line": 460, + "line": 502, "column": 32 } } @@ -574015,15 +574502,15 @@ "binop": null, "updateContext": null }, - "start": 20077, - "end": 20078, + "start": 22467, + "end": 22468, "loc": { "start": { - "line": 460, + "line": 502, "column": 32 }, "end": { - "line": 460, + "line": 502, "column": 33 } } @@ -574041,15 +574528,15 @@ "binop": null }, "value": "test", - "start": 20078, - "end": 20082, + "start": 22468, + "end": 22472, "loc": { "start": { - "line": 460, + "line": 502, "column": 33 }, "end": { - "line": 460, + "line": 502, "column": 37 } } @@ -574066,15 +574553,15 @@ "postfix": false, "binop": null }, - "start": 20082, - "end": 20083, + "start": 22472, + "end": 22473, "loc": { "start": { - "line": 460, + "line": 502, "column": 37 }, "end": { - "line": 460, + "line": 502, "column": 38 } } @@ -574092,15 +574579,15 @@ "binop": null }, "value": "_opts", - "start": 20084, - "end": 20089, + "start": 22474, + "end": 22479, "loc": { "start": { - "line": 460, + "line": 502, "column": 39 }, "end": { - "line": 460, + "line": 502, "column": 44 } } @@ -574118,15 +574605,15 @@ "binop": null, "updateContext": null }, - "start": 20089, - "end": 20090, + "start": 22479, + "end": 22480, "loc": { "start": { - "line": 460, + "line": 502, "column": 44 }, "end": { - "line": 460, + "line": 502, "column": 45 } } @@ -574144,15 +574631,15 @@ "binop": null }, "value": "scale", - "start": 20090, - "end": 20095, + "start": 22480, + "end": 22485, "loc": { "start": { - "line": 460, + "line": 502, "column": 45 }, "end": { - "line": 460, + "line": 502, "column": 50 } } @@ -574169,15 +574656,15 @@ "postfix": false, "binop": null }, - "start": 20096, - "end": 20097, + "start": 22486, + "end": 22487, "loc": { "start": { - "line": 460, + "line": 502, "column": 51 }, "end": { - "line": 460, + "line": 502, "column": 52 } } @@ -574194,15 +574681,15 @@ "postfix": false, "binop": null }, - "start": 20098, - "end": 20099, + "start": 22488, + "end": 22489, "loc": { "start": { - "line": 460, + "line": 502, "column": 53 }, "end": { - "line": 460, + "line": 502, "column": 54 } } @@ -574219,15 +574706,15 @@ "postfix": false, "binop": null }, - "start": 20100, - "end": 20101, + "start": 22490, + "end": 22491, "loc": { "start": { - "line": 460, + "line": 502, "column": 55 }, "end": { - "line": 460, + "line": 502, "column": 56 } } @@ -574235,15 +574722,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 20114, - "end": 20211, + "start": 22504, + "end": 22601, "loc": { "start": { - "line": 461, + "line": 503, "column": 12 }, "end": { - "line": 461, + "line": 503, "column": 109 } } @@ -574263,15 +574750,15 @@ "updateContext": null }, "value": "let", - "start": 20224, - "end": 20227, + "start": 22614, + "end": 22617, "loc": { "start": { - "line": 462, + "line": 504, "column": 12 }, "end": { - "line": 462, + "line": 504, "column": 15 } } @@ -574289,15 +574776,15 @@ "binop": null }, "value": "_temp", - "start": 20228, - "end": 20233, + "start": 22618, + "end": 22623, "loc": { "start": { - "line": 462, + "line": 504, "column": 16 }, "end": { - "line": 462, + "line": 504, "column": 21 } } @@ -574316,15 +574803,15 @@ "updateContext": null }, "value": "=", - "start": 20245, - "end": 20246, + "start": 22635, + "end": 22636, "loc": { "start": { - "line": 462, + "line": 504, "column": 33 }, "end": { - "line": 462, + "line": 504, "column": 34 } } @@ -574344,15 +574831,15 @@ "updateContext": null }, "value": "this", - "start": 20247, - "end": 20251, + "start": 22637, + "end": 22641, "loc": { "start": { - "line": 462, + "line": 504, "column": 35 }, "end": { - "line": 462, + "line": 504, "column": 39 } } @@ -574370,15 +574857,15 @@ "binop": null, "updateContext": null }, - "start": 20251, - "end": 20252, + "start": 22641, + "end": 22642, "loc": { "start": { - "line": 462, + "line": 504, "column": 39 }, "end": { - "line": 462, + "line": 504, "column": 40 } } @@ -574396,15 +574883,15 @@ "binop": null }, "value": "_verifyScale", - "start": 20252, - "end": 20264, + "start": 22642, + "end": 22654, "loc": { "start": { - "line": 462, + "line": 504, "column": 40 }, "end": { - "line": 462, + "line": 504, "column": 52 } } @@ -574421,15 +574908,15 @@ "postfix": false, "binop": null }, - "start": 20264, - "end": 20265, + "start": 22654, + "end": 22655, "loc": { "start": { - "line": 462, + "line": 504, "column": 52 }, "end": { - "line": 462, + "line": 504, "column": 53 } } @@ -574447,15 +574934,15 @@ "binop": null }, "value": "_opts", - "start": 20266, - "end": 20271, + "start": 22656, + "end": 22661, "loc": { "start": { - "line": 462, + "line": 504, "column": 54 }, "end": { - "line": 462, + "line": 504, "column": 59 } } @@ -574473,15 +574960,15 @@ "binop": null, "updateContext": null }, - "start": 20271, - "end": 20272, + "start": 22661, + "end": 22662, "loc": { "start": { - "line": 462, + "line": 504, "column": 59 }, "end": { - "line": 462, + "line": 504, "column": 60 } } @@ -574499,15 +574986,15 @@ "binop": null }, "value": "scale", - "start": 20272, - "end": 20277, + "start": 22662, + "end": 22667, "loc": { "start": { - "line": 462, + "line": 504, "column": 60 }, "end": { - "line": 462, + "line": 504, "column": 65 } } @@ -574524,15 +575011,15 @@ "postfix": false, "binop": null }, - "start": 20278, - "end": 20279, + "start": 22668, + "end": 22669, "loc": { "start": { - "line": 462, + "line": 504, "column": 66 }, "end": { - "line": 462, + "line": 504, "column": 67 } } @@ -574550,15 +575037,15 @@ "binop": null, "updateContext": null }, - "start": 20279, - "end": 20280, + "start": 22669, + "end": 22670, "loc": { "start": { - "line": 462, + "line": 504, "column": 67 }, "end": { - "line": 462, + "line": 504, "column": 68 } } @@ -574576,15 +575063,15 @@ "binop": null }, "value": "_values", - "start": 20297, - "end": 20304, + "start": 22687, + "end": 22694, "loc": { "start": { - "line": 463, + "line": 505, "column": 16 }, "end": { - "line": 463, + "line": 505, "column": 23 } } @@ -574603,15 +575090,15 @@ "updateContext": null }, "value": "=", - "start": 20314, - "end": 20315, + "start": 22704, + "end": 22705, "loc": { "start": { - "line": 463, + "line": 505, "column": 33 }, "end": { - "line": 463, + "line": 505, "column": 34 } } @@ -574629,15 +575116,15 @@ "binop": null }, "value": "Object", - "start": 20316, - "end": 20322, + "start": 22706, + "end": 22712, "loc": { "start": { - "line": 463, + "line": 505, "column": 35 }, "end": { - "line": 463, + "line": 505, "column": 41 } } @@ -574655,15 +575142,15 @@ "binop": null, "updateContext": null }, - "start": 20322, - "end": 20323, + "start": 22712, + "end": 22713, "loc": { "start": { - "line": 463, + "line": 505, "column": 41 }, "end": { - "line": 463, + "line": 505, "column": 42 } } @@ -574681,15 +575168,15 @@ "binop": null }, "value": "values", - "start": 20323, - "end": 20329, + "start": 22713, + "end": 22719, "loc": { "start": { - "line": 463, + "line": 505, "column": 42 }, "end": { - "line": 463, + "line": 505, "column": 48 } } @@ -574706,15 +575193,15 @@ "postfix": false, "binop": null }, - "start": 20329, - "end": 20330, + "start": 22719, + "end": 22720, "loc": { "start": { - "line": 463, + "line": 505, "column": 48 }, "end": { - "line": 463, + "line": 505, "column": 49 } } @@ -574732,15 +575219,15 @@ "binop": null }, "value": "_temp", - "start": 20331, - "end": 20336, + "start": 22721, + "end": 22726, "loc": { "start": { - "line": 463, + "line": 505, "column": 50 }, "end": { - "line": 463, + "line": 505, "column": 55 } } @@ -574757,15 +575244,15 @@ "postfix": false, "binop": null }, - "start": 20337, - "end": 20338, + "start": 22727, + "end": 22728, "loc": { "start": { - "line": 463, + "line": 505, "column": 56 }, "end": { - "line": 463, + "line": 505, "column": 57 } } @@ -574783,15 +575270,15 @@ "binop": null, "updateContext": null }, - "start": 20338, - "end": 20339, + "start": 22728, + "end": 22729, "loc": { "start": { - "line": 463, + "line": 505, "column": 57 }, "end": { - "line": 463, + "line": 505, "column": 58 } } @@ -574809,15 +575296,15 @@ "binop": null }, "value": "_averageDays", - "start": 20356, - "end": 20368, + "start": 22746, + "end": 22758, "loc": { "start": { - "line": 464, + "line": 506, "column": 16 }, "end": { - "line": 464, + "line": 506, "column": 28 } } @@ -574836,15 +575323,15 @@ "updateContext": null }, "value": "=", - "start": 20373, - "end": 20374, + "start": 22763, + "end": 22764, "loc": { "start": { - "line": 464, + "line": 506, "column": 33 }, "end": { - "line": 464, + "line": 506, "column": 34 } } @@ -574864,15 +575351,15 @@ "updateContext": null }, "value": "this", - "start": 20375, - "end": 20379, + "start": 22765, + "end": 22769, "loc": { "start": { - "line": 464, + "line": 506, "column": 35 }, "end": { - "line": 464, + "line": 506, "column": 39 } } @@ -574890,15 +575377,15 @@ "binop": null, "updateContext": null }, - "start": 20379, - "end": 20380, + "start": 22769, + "end": 22770, "loc": { "start": { - "line": 464, + "line": 506, "column": 39 }, "end": { - "line": 464, + "line": 506, "column": 40 } } @@ -574916,15 +575403,15 @@ "binop": null }, "value": "numRound", - "start": 20380, - "end": 20388, + "start": 22770, + "end": 22778, "loc": { "start": { - "line": 464, + "line": 506, "column": 40 }, "end": { - "line": 464, + "line": 506, "column": 48 } } @@ -574941,15 +575428,15 @@ "postfix": false, "binop": null }, - "start": 20388, - "end": 20389, + "start": 22778, + "end": 22779, "loc": { "start": { - "line": 464, + "line": 506, "column": 48 }, "end": { - "line": 464, + "line": 506, "column": 49 } } @@ -574967,15 +575454,15 @@ "binop": null }, "value": "_values", - "start": 20390, - "end": 20397, + "start": 22780, + "end": 22787, "loc": { "start": { - "line": 464, + "line": 506, "column": 50 }, "end": { - "line": 464, + "line": 506, "column": 57 } } @@ -574993,15 +575480,15 @@ "binop": null, "updateContext": null }, - "start": 20397, - "end": 20398, + "start": 22787, + "end": 22788, "loc": { "start": { - "line": 464, + "line": 506, "column": 57 }, "end": { - "line": 464, + "line": 506, "column": 58 } } @@ -575019,15 +575506,15 @@ "binop": null }, "value": "reduce", - "start": 20398, - "end": 20404, + "start": 22788, + "end": 22794, "loc": { "start": { - "line": 464, + "line": 506, "column": 58 }, "end": { - "line": 464, + "line": 506, "column": 64 } } @@ -575044,15 +575531,15 @@ "postfix": false, "binop": null }, - "start": 20404, - "end": 20405, + "start": 22794, + "end": 22795, "loc": { "start": { - "line": 464, + "line": 506, "column": 64 }, "end": { - "line": 464, + "line": 506, "column": 65 } } @@ -575069,15 +575556,15 @@ "postfix": false, "binop": null }, - "start": 20406, - "end": 20407, + "start": 22796, + "end": 22797, "loc": { "start": { - "line": 464, + "line": 506, "column": 66 }, "end": { - "line": 464, + "line": 506, "column": 67 } } @@ -575095,15 +575582,15 @@ "binop": null }, "value": "a", - "start": 20408, - "end": 20409, + "start": 22798, + "end": 22799, "loc": { "start": { - "line": 464, + "line": 506, "column": 68 }, "end": { - "line": 464, + "line": 506, "column": 69 } } @@ -575121,15 +575608,15 @@ "binop": null, "updateContext": null }, - "start": 20409, - "end": 20410, + "start": 22799, + "end": 22800, "loc": { "start": { - "line": 464, + "line": 506, "column": 69 }, "end": { - "line": 464, + "line": 506, "column": 70 } } @@ -575147,15 +575634,15 @@ "binop": null }, "value": "v", - "start": 20411, - "end": 20412, + "start": 22801, + "end": 22802, "loc": { "start": { - "line": 464, + "line": 506, "column": 71 }, "end": { - "line": 464, + "line": 506, "column": 72 } } @@ -575172,15 +575659,15 @@ "postfix": false, "binop": null }, - "start": 20413, - "end": 20414, + "start": 22803, + "end": 22804, "loc": { "start": { - "line": 464, + "line": 506, "column": 73 }, "end": { - "line": 464, + "line": 506, "column": 74 } } @@ -575198,15 +575685,15 @@ "binop": null, "updateContext": null }, - "start": 20415, - "end": 20417, + "start": 22805, + "end": 22807, "loc": { "start": { - "line": 464, + "line": 506, "column": 75 }, "end": { - "line": 464, + "line": 506, "column": 77 } } @@ -575224,15 +575711,15 @@ "binop": null }, "value": "a", - "start": 20418, - "end": 20419, + "start": 22808, + "end": 22809, "loc": { "start": { - "line": 464, + "line": 506, "column": 78 }, "end": { - "line": 464, + "line": 506, "column": 79 } } @@ -575251,15 +575738,15 @@ "updateContext": null }, "value": "+", - "start": 20420, - "end": 20421, + "start": 22810, + "end": 22811, "loc": { "start": { - "line": 464, + "line": 506, "column": 80 }, "end": { - "line": 464, + "line": 506, "column": 81 } } @@ -575277,15 +575764,15 @@ "binop": null }, "value": "v", - "start": 20422, - "end": 20423, + "start": 22812, + "end": 22813, "loc": { "start": { - "line": 464, + "line": 506, "column": 82 }, "end": { - "line": 464, + "line": 506, "column": 83 } } @@ -575303,15 +575790,15 @@ "binop": null, "updateContext": null }, - "start": 20423, - "end": 20424, + "start": 22813, + "end": 22814, "loc": { "start": { - "line": 464, + "line": 506, "column": 83 }, "end": { - "line": 464, + "line": 506, "column": 84 } } @@ -575330,15 +575817,15 @@ "updateContext": null }, "value": 0, - "start": 20425, - "end": 20426, + "start": 22815, + "end": 22816, "loc": { "start": { - "line": 464, + "line": 506, "column": 85 }, "end": { - "line": 464, + "line": 506, "column": 86 } } @@ -575355,15 +575842,15 @@ "postfix": false, "binop": null }, - "start": 20427, - "end": 20428, + "start": 22817, + "end": 22818, "loc": { "start": { - "line": 464, + "line": 506, "column": 87 }, "end": { - "line": 464, + "line": 506, "column": 88 } } @@ -575382,15 +575869,15 @@ "updateContext": null }, "value": "/", - "start": 20429, - "end": 20430, + "start": 22819, + "end": 22820, "loc": { "start": { - "line": 464, + "line": 506, "column": 89 }, "end": { - "line": 464, + "line": 506, "column": 90 } } @@ -575408,15 +575895,15 @@ "binop": null }, "value": "_values", - "start": 20431, - "end": 20438, + "start": 22821, + "end": 22828, "loc": { "start": { - "line": 464, + "line": 506, "column": 91 }, "end": { - "line": 464, + "line": 506, "column": 98 } } @@ -575434,15 +575921,15 @@ "binop": null, "updateContext": null }, - "start": 20438, - "end": 20439, + "start": 22828, + "end": 22829, "loc": { "start": { - "line": 464, + "line": 506, "column": 98 }, "end": { - "line": 464, + "line": 506, "column": 99 } } @@ -575460,15 +575947,15 @@ "binop": null }, "value": "length", - "start": 20439, - "end": 20445, + "start": 22829, + "end": 22835, "loc": { "start": { - "line": 464, + "line": 506, "column": 99 }, "end": { - "line": 464, + "line": 506, "column": 105 } } @@ -575486,15 +575973,15 @@ "binop": null, "updateContext": null }, - "start": 20445, - "end": 20446, + "start": 22835, + "end": 22836, "loc": { "start": { - "line": 464, + "line": 506, "column": 105 }, "end": { - "line": 464, + "line": 506, "column": 106 } } @@ -575513,15 +576000,15 @@ "updateContext": null }, "value": 4, - "start": 20447, - "end": 20448, + "start": 22837, + "end": 22838, "loc": { "start": { - "line": 464, + "line": 506, "column": 107 }, "end": { - "line": 464, + "line": 506, "column": 108 } } @@ -575538,15 +576025,15 @@ "postfix": false, "binop": null }, - "start": 20449, - "end": 20450, + "start": 22839, + "end": 22840, "loc": { "start": { - "line": 464, + "line": 506, "column": 109 }, "end": { - "line": 464, + "line": 506, "column": 110 } } @@ -575564,15 +576051,15 @@ "binop": null, "updateContext": null }, - "start": 20450, - "end": 20451, + "start": 22840, + "end": 22841, "loc": { "start": { - "line": 464, + "line": 506, "column": 110 }, "end": { - "line": 464, + "line": 506, "column": 111 } } @@ -575580,15 +576067,15 @@ { "type": "CommentLine", "value": " Average days within the range", - "start": 20452, - "end": 20484, + "start": 22842, + "end": 22874, "loc": { "start": { - "line": 464, + "line": 506, "column": 112 }, "end": { - "line": 464, + "line": 506, "column": 144 } } @@ -575606,15 +576093,15 @@ "binop": null }, "value": "_baseDaysOfScale", - "start": 20501, - "end": 20517, + "start": 22891, + "end": 22907, "loc": { "start": { - "line": 465, + "line": 507, "column": 16 }, "end": { - "line": 465, + "line": 507, "column": 32 } } @@ -575633,15 +576120,15 @@ "updateContext": null }, "value": "=", - "start": 20518, - "end": 20519, + "start": 22908, + "end": 22909, "loc": { "start": { - "line": 465, + "line": 507, "column": 33 }, "end": { - "line": 465, + "line": 507, "column": 34 } } @@ -575663,15 +576150,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 20520, - "end": 20531, + "start": 22910, + "end": 22921, "loc": { "start": { - "line": 465, + "line": 507, "column": 35 }, "end": { - "line": 465, + "line": 507, "column": 46 } } @@ -575689,15 +576176,15 @@ "binop": null, "updateContext": null }, - "start": 20531, - "end": 20532, + "start": 22921, + "end": 22922, "loc": { "start": { - "line": 465, + "line": 507, "column": 46 }, "end": { - "line": 465, + "line": 507, "column": 47 } } @@ -575715,15 +576202,15 @@ "binop": null }, "value": "test", - "start": 20532, - "end": 20536, + "start": 22922, + "end": 22926, "loc": { "start": { - "line": 465, + "line": 507, "column": 47 }, "end": { - "line": 465, + "line": 507, "column": 51 } } @@ -575740,15 +576227,15 @@ "postfix": false, "binop": null }, - "start": 20536, - "end": 20537, + "start": 22926, + "end": 22927, "loc": { "start": { - "line": 465, + "line": 507, "column": 51 }, "end": { - "line": 465, + "line": 507, "column": 52 } } @@ -575766,15 +576253,15 @@ "binop": null }, "value": "_opts", - "start": 20538, - "end": 20543, + "start": 22928, + "end": 22933, "loc": { "start": { - "line": 465, + "line": 507, "column": 53 }, "end": { - "line": 465, + "line": 507, "column": 58 } } @@ -575792,15 +576279,15 @@ "binop": null, "updateContext": null }, - "start": 20543, - "end": 20544, + "start": 22933, + "end": 22934, "loc": { "start": { - "line": 465, + "line": 507, "column": 58 }, "end": { - "line": 465, + "line": 507, "column": 59 } } @@ -575818,15 +576305,15 @@ "binop": null }, "value": "scale", - "start": 20544, - "end": 20549, + "start": 22934, + "end": 22939, "loc": { "start": { - "line": 465, + "line": 507, "column": 59 }, "end": { - "line": 465, + "line": 507, "column": 64 } } @@ -575843,15 +576330,15 @@ "postfix": false, "binop": null }, - "start": 20550, - "end": 20551, + "start": 22940, + "end": 22941, "loc": { "start": { - "line": 465, + "line": 507, "column": 65 }, "end": { - "line": 465, + "line": 507, "column": 66 } } @@ -575869,15 +576356,15 @@ "binop": null, "updateContext": null }, - "start": 20552, - "end": 20553, + "start": 22942, + "end": 22943, "loc": { "start": { - "line": 465, + "line": 507, "column": 67 }, "end": { - "line": 465, + "line": 507, "column": 68 } } @@ -575896,15 +576383,15 @@ "updateContext": null }, "value": 365, - "start": 20554, - "end": 20557, + "start": 22944, + "end": 22947, "loc": { "start": { - "line": 465, + "line": 507, "column": 69 }, "end": { - "line": 465, + "line": 507, "column": 72 } } @@ -575922,15 +576409,15 @@ "binop": null, "updateContext": null }, - "start": 20558, - "end": 20559, + "start": 22948, + "end": 22949, "loc": { "start": { - "line": 465, + "line": 507, "column": 73 }, "end": { - "line": 465, + "line": 507, "column": 74 } } @@ -575949,15 +576436,15 @@ "updateContext": null }, "value": 30, - "start": 20560, - "end": 20562, + "start": 22950, + "end": 22952, "loc": { "start": { - "line": 465, + "line": 507, "column": 75 }, "end": { - "line": 465, + "line": 507, "column": 77 } } @@ -575975,15 +576462,15 @@ "binop": null, "updateContext": null }, - "start": 20562, - "end": 20563, + "start": 22952, + "end": 22953, "loc": { "start": { - "line": 465, + "line": 507, "column": 77 }, "end": { - "line": 465, + "line": 507, "column": 78 } } @@ -576001,15 +576488,15 @@ "binop": null }, "value": "_totalWidth", - "start": 20580, - "end": 20591, + "start": 22970, + "end": 22981, "loc": { "start": { - "line": 466, + "line": 508, "column": 16 }, "end": { - "line": 466, + "line": 508, "column": 27 } } @@ -576028,15 +576515,15 @@ "updateContext": null }, "value": "=", - "start": 20597, - "end": 20598, + "start": 22987, + "end": 22988, "loc": { "start": { - "line": 466, + "line": 508, "column": 33 }, "end": { - "line": 466, + "line": 508, "column": 34 } } @@ -576055,15 +576542,15 @@ "updateContext": null }, "value": 0, - "start": 20599, - "end": 20600, + "start": 22989, + "end": 22990, "loc": { "start": { - "line": 466, + "line": 508, "column": 35 }, "end": { - "line": 466, + "line": 508, "column": 36 } } @@ -576071,15 +576558,15 @@ { "type": "CommentLine", "value": "console.log( '!', _opts.scale, _temp, _vals )", - "start": 20614, - "end": 20661, + "start": 23004, + "end": 23051, "loc": { "start": { - "line": 468, + "line": 510, "column": 0 }, "end": { - "line": 468, + "line": 510, "column": 47 } } @@ -576097,15 +576584,15 @@ "binop": null }, "value": "_values", - "start": 20674, - "end": 20681, + "start": 23064, + "end": 23071, "loc": { "start": { - "line": 469, + "line": 511, "column": 12 }, "end": { - "line": 469, + "line": 511, "column": 19 } } @@ -576123,15 +576610,15 @@ "binop": null, "updateContext": null }, - "start": 20681, - "end": 20682, + "start": 23071, + "end": 23072, "loc": { "start": { - "line": 469, + "line": 511, "column": 19 }, "end": { - "line": 469, + "line": 511, "column": 20 } } @@ -576149,15 +576636,15 @@ "binop": null }, "value": "forEach", - "start": 20682, - "end": 20689, + "start": 23072, + "end": 23079, "loc": { "start": { - "line": 469, + "line": 511, "column": 20 }, "end": { - "line": 469, + "line": 511, "column": 27 } } @@ -576174,15 +576661,15 @@ "postfix": false, "binop": null }, - "start": 20689, - "end": 20690, + "start": 23079, + "end": 23080, "loc": { "start": { - "line": 469, + "line": 511, "column": 27 }, "end": { - "line": 469, + "line": 511, "column": 28 } } @@ -576199,15 +576686,15 @@ "postfix": false, "binop": null }, - "start": 20691, - "end": 20692, + "start": 23081, + "end": 23082, "loc": { "start": { - "line": 469, + "line": 511, "column": 29 }, "end": { - "line": 469, + "line": 511, "column": 30 } } @@ -576225,15 +576712,15 @@ "binop": null }, "value": "days", - "start": 20693, - "end": 20697, + "start": 23083, + "end": 23087, "loc": { "start": { - "line": 469, + "line": 511, "column": 31 }, "end": { - "line": 469, + "line": 511, "column": 35 } } @@ -576250,15 +576737,15 @@ "postfix": false, "binop": null }, - "start": 20698, - "end": 20699, + "start": 23088, + "end": 23089, "loc": { "start": { - "line": 469, + "line": 511, "column": 36 }, "end": { - "line": 469, + "line": 511, "column": 37 } } @@ -576276,15 +576763,15 @@ "binop": null, "updateContext": null }, - "start": 20700, - "end": 20702, + "start": 23090, + "end": 23092, "loc": { "start": { - "line": 469, + "line": 511, "column": 38 }, "end": { - "line": 469, + "line": 511, "column": 40 } } @@ -576301,15 +576788,15 @@ "postfix": false, "binop": null }, - "start": 20703, - "end": 20704, + "start": 23093, + "end": 23094, "loc": { "start": { - "line": 469, + "line": 511, "column": 41 }, "end": { - "line": 469, + "line": 511, "column": 42 } } @@ -576327,15 +576814,15 @@ "binop": null }, "value": "_totalWidth", - "start": 20721, - "end": 20732, + "start": 23111, + "end": 23122, "loc": { "start": { - "line": 470, + "line": 512, "column": 16 }, "end": { - "line": 470, + "line": 512, "column": 27 } } @@ -576354,15 +576841,15 @@ "updateContext": null }, "value": "+=", - "start": 20733, - "end": 20735, + "start": 23123, + "end": 23125, "loc": { "start": { - "line": 470, + "line": 512, "column": 28 }, "end": { - "line": 470, + "line": 512, "column": 30 } } @@ -576382,15 +576869,15 @@ "updateContext": null }, "value": "this", - "start": 20736, - "end": 20740, + "start": 23126, + "end": 23130, "loc": { "start": { - "line": 470, + "line": 512, "column": 31 }, "end": { - "line": 470, + "line": 512, "column": 35 } } @@ -576408,15 +576895,15 @@ "binop": null, "updateContext": null }, - "start": 20740, - "end": 20741, + "start": 23130, + "end": 23131, "loc": { "start": { - "line": 470, + "line": 512, "column": 35 }, "end": { - "line": 470, + "line": 512, "column": 36 } } @@ -576434,15 +576921,15 @@ "binop": null }, "value": "numRound", - "start": 20741, - "end": 20749, + "start": 23131, + "end": 23139, "loc": { "start": { - "line": 470, + "line": 512, "column": 36 }, "end": { - "line": 470, + "line": 512, "column": 44 } } @@ -576459,15 +576946,15 @@ "postfix": false, "binop": null }, - "start": 20749, - "end": 20750, + "start": 23139, + "end": 23140, "loc": { "start": { - "line": 470, + "line": 512, "column": 44 }, "end": { - "line": 470, + "line": 512, "column": 45 } } @@ -576484,15 +576971,15 @@ "postfix": false, "binop": null }, - "start": 20751, - "end": 20752, + "start": 23141, + "end": 23142, "loc": { "start": { - "line": 470, + "line": 512, "column": 46 }, "end": { - "line": 470, + "line": 512, "column": 47 } } @@ -576510,15 +576997,15 @@ "binop": null }, "value": "days", - "start": 20753, - "end": 20757, + "start": 23143, + "end": 23147, "loc": { "start": { - "line": 470, + "line": 512, "column": 48 }, "end": { - "line": 470, + "line": 512, "column": 52 } } @@ -576537,15 +577024,15 @@ "updateContext": null }, "value": "*", - "start": 20758, - "end": 20759, + "start": 23148, + "end": 23149, "loc": { "start": { - "line": 470, + "line": 512, "column": 53 }, "end": { - "line": 470, + "line": 512, "column": 54 } } @@ -576563,15 +577050,15 @@ "binop": null }, "value": "_props", - "start": 20760, - "end": 20766, + "start": 23150, + "end": 23156, "loc": { "start": { - "line": 470, + "line": 512, "column": 55 }, "end": { - "line": 470, + "line": 512, "column": 61 } } @@ -576589,15 +577076,15 @@ "binop": null, "updateContext": null }, - "start": 20766, - "end": 20767, + "start": 23156, + "end": 23157, "loc": { "start": { - "line": 470, + "line": 512, "column": 61 }, "end": { - "line": 470, + "line": 512, "column": 62 } } @@ -576615,15 +577102,15 @@ "binop": null }, "value": "scaleSize", - "start": 20767, - "end": 20776, + "start": 23157, + "end": 23166, "loc": { "start": { - "line": 470, + "line": 512, "column": 62 }, "end": { - "line": 470, + "line": 512, "column": 71 } } @@ -576640,15 +577127,15 @@ "postfix": false, "binop": null }, - "start": 20777, - "end": 20778, + "start": 23167, + "end": 23168, "loc": { "start": { - "line": 470, + "line": 512, "column": 72 }, "end": { - "line": 470, + "line": 512, "column": 73 } } @@ -576667,15 +577154,15 @@ "updateContext": null }, "value": "/", - "start": 20779, - "end": 20780, + "start": 23169, + "end": 23170, "loc": { "start": { - "line": 470, + "line": 512, "column": 74 }, "end": { - "line": 470, + "line": 512, "column": 75 } } @@ -576693,15 +577180,15 @@ "binop": null }, "value": "_baseDaysOfScale", - "start": 20781, - "end": 20797, + "start": 23171, + "end": 23187, "loc": { "start": { - "line": 470, + "line": 512, "column": 76 }, "end": { - "line": 470, + "line": 512, "column": 92 } } @@ -576719,15 +577206,15 @@ "binop": null, "updateContext": null }, - "start": 20797, - "end": 20798, + "start": 23187, + "end": 23188, "loc": { "start": { - "line": 470, + "line": 512, "column": 92 }, "end": { - "line": 470, + "line": 512, "column": 93 } } @@ -576746,15 +577233,15 @@ "updateContext": null }, "value": 2, - "start": 20799, - "end": 20800, + "start": 23189, + "end": 23190, "loc": { "start": { - "line": 470, + "line": 512, "column": 94 }, "end": { - "line": 470, + "line": 512, "column": 95 } } @@ -576771,15 +577258,15 @@ "postfix": false, "binop": null }, - "start": 20801, - "end": 20802, + "start": 23191, + "end": 23192, "loc": { "start": { - "line": 470, + "line": 512, "column": 96 }, "end": { - "line": 470, + "line": 512, "column": 97 } } @@ -576796,15 +577283,15 @@ "postfix": false, "binop": null }, - "start": 20815, - "end": 20816, + "start": 23205, + "end": 23206, "loc": { "start": { - "line": 471, + "line": 513, "column": 12 }, "end": { - "line": 471, + "line": 513, "column": 13 } } @@ -576821,15 +577308,15 @@ "postfix": false, "binop": null }, - "start": 20816, - "end": 20817, + "start": 23206, + "end": 23207, "loc": { "start": { - "line": 471, + "line": 513, "column": 13 }, "end": { - "line": 471, + "line": 513, "column": 14 } } @@ -576847,15 +577334,15 @@ "binop": null }, "value": "_props", - "start": 20843, - "end": 20849, + "start": 23233, + "end": 23239, "loc": { "start": { - "line": 473, + "line": 515, "column": 12 }, "end": { - "line": 473, + "line": 515, "column": 18 } } @@ -576873,15 +577360,15 @@ "binop": null, "updateContext": null }, - "start": 20849, - "end": 20850, + "start": 23239, + "end": 23240, "loc": { "start": { - "line": 473, + "line": 515, "column": 18 }, "end": { - "line": 473, + "line": 515, "column": 19 } } @@ -576899,15 +577386,15 @@ "binop": null }, "value": "scale", - "start": 20850, - "end": 20855, + "start": 23240, + "end": 23245, "loc": { "start": { - "line": 473, + "line": 515, "column": 19 }, "end": { - "line": 473, + "line": 515, "column": 24 } } @@ -576926,15 +577413,15 @@ "updateContext": null }, "value": "=", - "start": 20864, - "end": 20865, + "start": 23254, + "end": 23255, "loc": { "start": { - "line": 473, + "line": 515, "column": 33 }, "end": { - "line": 473, + "line": 515, "column": 34 } } @@ -576952,15 +577439,15 @@ "binop": null }, "value": "_averageDays", - "start": 20866, - "end": 20878, + "start": 23256, + "end": 23268, "loc": { "start": { - "line": 473, + "line": 515, "column": 35 }, "end": { - "line": 473, + "line": 515, "column": 47 } } @@ -576979,15 +577466,15 @@ "updateContext": null }, "value": "*", - "start": 20879, - "end": 20880, + "start": 23269, + "end": 23270, "loc": { "start": { - "line": 473, + "line": 515, "column": 48 }, "end": { - "line": 473, + "line": 515, "column": 49 } } @@ -577004,15 +577491,15 @@ "postfix": false, "binop": null }, - "start": 20881, - "end": 20882, + "start": 23271, + "end": 23272, "loc": { "start": { - "line": 473, + "line": 515, "column": 50 }, "end": { - "line": 473, + "line": 515, "column": 51 } } @@ -577031,15 +577518,15 @@ "updateContext": null }, "value": 24, - "start": 20883, - "end": 20885, + "start": 23273, + "end": 23275, "loc": { "start": { - "line": 473, + "line": 515, "column": 52 }, "end": { - "line": 473, + "line": 515, "column": 54 } } @@ -577058,15 +577545,15 @@ "updateContext": null }, "value": "*", - "start": 20886, - "end": 20887, + "start": 23276, + "end": 23277, "loc": { "start": { - "line": 473, + "line": 515, "column": 55 }, "end": { - "line": 473, + "line": 515, "column": 56 } } @@ -577085,15 +577572,15 @@ "updateContext": null }, "value": 60, - "start": 20888, - "end": 20890, + "start": 23278, + "end": 23280, "loc": { "start": { - "line": 473, + "line": 515, "column": 57 }, "end": { - "line": 473, + "line": 515, "column": 59 } } @@ -577112,15 +577599,15 @@ "updateContext": null }, "value": "*", - "start": 20891, - "end": 20892, + "start": 23281, + "end": 23282, "loc": { "start": { - "line": 473, + "line": 515, "column": 60 }, "end": { - "line": 473, + "line": 515, "column": 61 } } @@ -577139,15 +577626,15 @@ "updateContext": null }, "value": 60, - "start": 20893, - "end": 20895, + "start": 23283, + "end": 23285, "loc": { "start": { - "line": 473, + "line": 515, "column": 62 }, "end": { - "line": 473, + "line": 515, "column": 64 } } @@ -577166,15 +577653,15 @@ "updateContext": null }, "value": "*", - "start": 20896, - "end": 20897, + "start": 23286, + "end": 23287, "loc": { "start": { - "line": 473, + "line": 515, "column": 65 }, "end": { - "line": 473, + "line": 515, "column": 66 } } @@ -577193,15 +577680,15 @@ "updateContext": null }, "value": 1000, - "start": 20898, - "end": 20902, + "start": 23288, + "end": 23292, "loc": { "start": { - "line": 473, + "line": 515, "column": 67 }, "end": { - "line": 473, + "line": 515, "column": 71 } } @@ -577218,15 +577705,15 @@ "postfix": false, "binop": null }, - "start": 20903, - "end": 20904, + "start": 23293, + "end": 23294, "loc": { "start": { - "line": 473, + "line": 515, "column": 72 }, "end": { - "line": 473, + "line": 515, "column": 73 } } @@ -577244,15 +577731,15 @@ "binop": null }, "value": "_props", - "start": 20917, - "end": 20923, + "start": 23307, + "end": 23313, "loc": { "start": { - "line": 474, + "line": 516, "column": 12 }, "end": { - "line": 474, + "line": 516, "column": 18 } } @@ -577270,15 +577757,15 @@ "binop": null, "updateContext": null }, - "start": 20923, - "end": 20924, + "start": 23313, + "end": 23314, "loc": { "start": { - "line": 474, + "line": 516, "column": 18 }, "end": { - "line": 474, + "line": 516, "column": 19 } } @@ -577296,15 +577783,15 @@ "binop": null }, "value": "grids", - "start": 20924, - "end": 20929, + "start": 23314, + "end": 23319, "loc": { "start": { - "line": 474, + "line": 516, "column": 19 }, "end": { - "line": 474, + "line": 516, "column": 24 } } @@ -577323,15 +577810,15 @@ "updateContext": null }, "value": "=", - "start": 20938, - "end": 20939, + "start": 23328, + "end": 23329, "loc": { "start": { - "line": 474, + "line": 516, "column": 33 }, "end": { - "line": 474, + "line": 516, "column": 34 } } @@ -577349,15 +577836,15 @@ "binop": null }, "value": "_values", - "start": 20940, - "end": 20947, + "start": 23330, + "end": 23337, "loc": { "start": { - "line": 474, + "line": 516, "column": 35 }, "end": { - "line": 474, + "line": 516, "column": 42 } } @@ -577375,15 +577862,15 @@ "binop": null, "updateContext": null }, - "start": 20947, - "end": 20948, + "start": 23337, + "end": 23338, "loc": { "start": { - "line": 474, + "line": 516, "column": 42 }, "end": { - "line": 474, + "line": 516, "column": 43 } } @@ -577401,15 +577888,15 @@ "binop": null }, "value": "length", - "start": 20948, - "end": 20954, + "start": 23338, + "end": 23344, "loc": { "start": { - "line": 474, + "line": 516, "column": 43 }, "end": { - "line": 474, + "line": 516, "column": 49 } } @@ -577427,15 +577914,15 @@ "binop": null }, "value": "_props", - "start": 20967, - "end": 20973, + "start": 23357, + "end": 23363, "loc": { "start": { - "line": 475, + "line": 517, "column": 12 }, "end": { - "line": 475, + "line": 517, "column": 18 } } @@ -577453,15 +577940,15 @@ "binop": null, "updateContext": null }, - "start": 20973, - "end": 20974, + "start": 23363, + "end": 23364, "loc": { "start": { - "line": 475, + "line": 517, "column": 18 }, "end": { - "line": 475, + "line": 517, "column": 19 } } @@ -577479,15 +577966,15 @@ "binop": null }, "value": "variableScale", - "start": 20974, - "end": 20987, + "start": 23364, + "end": 23377, "loc": { "start": { - "line": 475, + "line": 517, "column": 19 }, "end": { - "line": 475, + "line": 517, "column": 32 } } @@ -577506,15 +577993,15 @@ "updateContext": null }, "value": "=", - "start": 20988, - "end": 20989, + "start": 23378, + "end": 23379, "loc": { "start": { - "line": 475, + "line": 517, "column": 33 }, "end": { - "line": 475, + "line": 517, "column": 34 } } @@ -577532,15 +578019,15 @@ "binop": null }, "value": "_temp", - "start": 20990, - "end": 20995, + "start": 23380, + "end": 23385, "loc": { "start": { - "line": 475, + "line": 517, "column": 35 }, "end": { - "line": 475, + "line": 517, "column": 40 } } @@ -577558,15 +578045,15 @@ "binop": null }, "value": "_props", - "start": 21008, - "end": 21014, + "start": 23398, + "end": 23404, "loc": { "start": { - "line": 476, + "line": 518, "column": 12 }, "end": { - "line": 476, + "line": 518, "column": 18 } } @@ -577584,15 +578071,15 @@ "binop": null, "updateContext": null }, - "start": 21014, - "end": 21015, + "start": 23404, + "end": 23405, "loc": { "start": { - "line": 476, + "line": 518, "column": 18 }, "end": { - "line": 476, + "line": 518, "column": 19 } } @@ -577610,15 +578097,15 @@ "binop": null }, "value": "fullwidth", - "start": 21015, - "end": 21024, + "start": 23405, + "end": 23414, "loc": { "start": { - "line": 476, + "line": 518, "column": 19 }, "end": { - "line": 476, + "line": 518, "column": 28 } } @@ -577637,15 +578124,15 @@ "updateContext": null }, "value": "=", - "start": 21029, - "end": 21030, + "start": 23419, + "end": 23420, "loc": { "start": { - "line": 476, + "line": 518, "column": 33 }, "end": { - "line": 476, + "line": 518, "column": 34 } } @@ -577663,15 +578150,15 @@ "binop": null }, "value": "_totalWidth", - "start": 21031, - "end": 21042, + "start": 23421, + "end": 23432, "loc": { "start": { - "line": 476, + "line": 518, "column": 35 }, "end": { - "line": 476, + "line": 518, "column": 46 } } @@ -577688,15 +578175,15 @@ "postfix": false, "binop": null }, - "start": 21051, - "end": 21052, + "start": 23441, + "end": 23442, "loc": { "start": { - "line": 477, + "line": 519, "column": 8 }, "end": { - "line": 477, + "line": 519, "column": 9 } } @@ -577716,15 +578203,15 @@ "updateContext": null }, "value": "else", - "start": 21053, - "end": 21057, + "start": 23443, + "end": 23447, "loc": { "start": { - "line": 477, + "line": 519, "column": 10 }, "end": { - "line": 477, + "line": 519, "column": 14 } } @@ -577741,15 +578228,15 @@ "postfix": false, "binop": null }, - "start": 21058, - "end": 21059, + "start": 23448, + "end": 23449, "loc": { "start": { - "line": 477, + "line": 519, "column": 15 }, "end": { - "line": 477, + "line": 519, "column": 16 } } @@ -577757,15 +578244,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 21072, - "end": 21119, + "start": 23462, + "end": 23509, "loc": { "start": { - "line": 478, + "line": 520, "column": 12 }, "end": { - "line": 478, + "line": 520, "column": 59 } } @@ -577783,15 +578270,15 @@ "binop": null }, "value": "_props", - "start": 21132, - "end": 21138, + "start": 23522, + "end": 23528, "loc": { "start": { - "line": 479, + "line": 521, "column": 12 }, "end": { - "line": 479, + "line": 521, "column": 18 } } @@ -577809,15 +578296,15 @@ "binop": null, "updateContext": null }, - "start": 21138, - "end": 21139, + "start": 23528, + "end": 23529, "loc": { "start": { - "line": 479, + "line": 521, "column": 18 }, "end": { - "line": 479, + "line": 521, "column": 19 } } @@ -577835,15 +578322,15 @@ "binop": null }, "value": "scale", - "start": 21139, - "end": 21144, + "start": 23529, + "end": 23534, "loc": { "start": { - "line": 479, + "line": 521, "column": 19 }, "end": { - "line": 479, + "line": 521, "column": 24 } } @@ -577862,15 +578349,15 @@ "updateContext": null }, "value": "=", - "start": 21153, - "end": 21154, + "start": 23543, + "end": 23544, "loc": { "start": { - "line": 479, + "line": 521, "column": 33 }, "end": { - "line": 479, + "line": 521, "column": 34 } } @@ -577890,15 +578377,15 @@ "updateContext": null }, "value": "this", - "start": 21155, - "end": 21159, + "start": 23545, + "end": 23549, "loc": { "start": { - "line": 479, + "line": 521, "column": 35 }, "end": { - "line": 479, + "line": 521, "column": 39 } } @@ -577916,15 +578403,15 @@ "binop": null, "updateContext": null }, - "start": 21159, - "end": 21160, + "start": 23549, + "end": 23550, "loc": { "start": { - "line": 479, + "line": 521, "column": 39 }, "end": { - "line": 479, + "line": 521, "column": 40 } } @@ -577942,15 +578429,15 @@ "binop": null }, "value": "_verifyScale", - "start": 21160, - "end": 21172, + "start": 23550, + "end": 23562, "loc": { "start": { - "line": 479, + "line": 521, "column": 40 }, "end": { - "line": 479, + "line": 521, "column": 52 } } @@ -577967,15 +578454,15 @@ "postfix": false, "binop": null }, - "start": 21172, - "end": 21173, + "start": 23562, + "end": 23563, "loc": { "start": { - "line": 479, + "line": 521, "column": 52 }, "end": { - "line": 479, + "line": 521, "column": 53 } } @@ -577993,15 +578480,15 @@ "binop": null }, "value": "_opts", - "start": 21174, - "end": 21179, + "start": 23564, + "end": 23569, "loc": { "start": { - "line": 479, + "line": 521, "column": 54 }, "end": { - "line": 479, + "line": 521, "column": 59 } } @@ -578019,15 +578506,15 @@ "binop": null, "updateContext": null }, - "start": 21179, - "end": 21180, + "start": 23569, + "end": 23570, "loc": { "start": { - "line": 479, + "line": 521, "column": 59 }, "end": { - "line": 479, + "line": 521, "column": 60 } } @@ -578045,15 +578532,15 @@ "binop": null }, "value": "scale", - "start": 21180, - "end": 21185, + "start": 23570, + "end": 23575, "loc": { "start": { - "line": 479, + "line": 521, "column": 60 }, "end": { - "line": 479, + "line": 521, "column": 65 } } @@ -578070,15 +578557,15 @@ "postfix": false, "binop": null }, - "start": 21186, - "end": 21187, + "start": 23576, + "end": 23577, "loc": { "start": { - "line": 479, + "line": 521, "column": 66 }, "end": { - "line": 479, + "line": 521, "column": 67 } } @@ -578096,15 +578583,15 @@ "binop": null }, "value": "_props", - "start": 21200, - "end": 21206, + "start": 23590, + "end": 23596, "loc": { "start": { - "line": 480, + "line": 522, "column": 12 }, "end": { - "line": 480, + "line": 522, "column": 18 } } @@ -578122,15 +578609,15 @@ "binop": null, "updateContext": null }, - "start": 21206, - "end": 21207, + "start": 23596, + "end": 23597, "loc": { "start": { - "line": 480, + "line": 522, "column": 18 }, "end": { - "line": 480, + "line": 522, "column": 19 } } @@ -578148,15 +578635,15 @@ "binop": null }, "value": "grids", - "start": 21207, - "end": 21212, + "start": 23597, + "end": 23602, "loc": { "start": { - "line": 480, + "line": 522, "column": 19 }, "end": { - "line": 480, + "line": 522, "column": 24 } } @@ -578175,15 +578662,15 @@ "updateContext": null }, "value": "=", - "start": 21221, - "end": 21222, + "start": 23611, + "end": 23612, "loc": { "start": { - "line": 480, + "line": 522, "column": 33 }, "end": { - "line": 480, + "line": 522, "column": 34 } } @@ -578201,15 +578688,15 @@ "binop": null }, "value": "Math", - "start": 21223, - "end": 21227, + "start": 23613, + "end": 23617, "loc": { "start": { - "line": 480, + "line": 522, "column": 35 }, "end": { - "line": 480, + "line": 522, "column": 39 } } @@ -578227,15 +578714,15 @@ "binop": null, "updateContext": null }, - "start": 21227, - "end": 21228, + "start": 23617, + "end": 23618, "loc": { "start": { - "line": 480, + "line": 522, "column": 39 }, "end": { - "line": 480, + "line": 522, "column": 40 } } @@ -578253,15 +578740,15 @@ "binop": null }, "value": "ceil", - "start": 21228, - "end": 21232, + "start": 23618, + "end": 23622, "loc": { "start": { - "line": 480, + "line": 522, "column": 40 }, "end": { - "line": 480, + "line": 522, "column": 44 } } @@ -578278,15 +578765,15 @@ "postfix": false, "binop": null }, - "start": 21232, - "end": 21233, + "start": 23622, + "end": 23623, "loc": { "start": { - "line": 480, + "line": 522, "column": 44 }, "end": { - "line": 480, + "line": 522, "column": 45 } } @@ -578303,15 +578790,15 @@ "postfix": false, "binop": null }, - "start": 21234, - "end": 21235, + "start": 23624, + "end": 23625, "loc": { "start": { - "line": 480, + "line": 522, "column": 46 }, "end": { - "line": 480, + "line": 522, "column": 47 } } @@ -578329,15 +578816,15 @@ "binop": null }, "value": "_props", - "start": 21236, - "end": 21242, + "start": 23626, + "end": 23632, "loc": { "start": { - "line": 480, + "line": 522, "column": 48 }, "end": { - "line": 480, + "line": 522, "column": 54 } } @@ -578355,15 +578842,15 @@ "binop": null, "updateContext": null }, - "start": 21242, - "end": 21243, + "start": 23632, + "end": 23633, "loc": { "start": { - "line": 480, + "line": 522, "column": 54 }, "end": { - "line": 480, + "line": 522, "column": 55 } } @@ -578381,15 +578868,15 @@ "binop": null }, "value": "end", - "start": 21243, - "end": 21246, + "start": 23633, + "end": 23636, "loc": { "start": { - "line": 480, + "line": 522, "column": 55 }, "end": { - "line": 480, + "line": 522, "column": 58 } } @@ -578408,15 +578895,15 @@ "updateContext": null }, "value": "-", - "start": 21247, - "end": 21248, + "start": 23637, + "end": 23638, "loc": { "start": { - "line": 480, + "line": 522, "column": 59 }, "end": { - "line": 480, + "line": 522, "column": 60 } } @@ -578434,15 +578921,15 @@ "binop": null }, "value": "_props", - "start": 21249, - "end": 21255, + "start": 23639, + "end": 23645, "loc": { "start": { - "line": 480, + "line": 522, "column": 61 }, "end": { - "line": 480, + "line": 522, "column": 67 } } @@ -578460,15 +578947,15 @@ "binop": null, "updateContext": null }, - "start": 21255, - "end": 21256, + "start": 23645, + "end": 23646, "loc": { "start": { - "line": 480, + "line": 522, "column": 67 }, "end": { - "line": 480, + "line": 522, "column": 68 } } @@ -578486,15 +578973,15 @@ "binop": null }, "value": "begin", - "start": 21256, - "end": 21261, + "start": 23646, + "end": 23651, "loc": { "start": { - "line": 480, + "line": 522, "column": 68 }, "end": { - "line": 480, + "line": 522, "column": 73 } } @@ -578511,15 +578998,15 @@ "postfix": false, "binop": null }, - "start": 21262, - "end": 21263, + "start": 23652, + "end": 23653, "loc": { "start": { - "line": 480, + "line": 522, "column": 74 }, "end": { - "line": 480, + "line": 522, "column": 75 } } @@ -578538,15 +579025,15 @@ "updateContext": null }, "value": "/", - "start": 21264, - "end": 21265, + "start": 23654, + "end": 23655, "loc": { "start": { - "line": 480, + "line": 522, "column": 76 }, "end": { - "line": 480, + "line": 522, "column": 77 } } @@ -578564,15 +579051,15 @@ "binop": null }, "value": "_props", - "start": 21266, - "end": 21272, + "start": 23656, + "end": 23662, "loc": { "start": { - "line": 480, + "line": 522, "column": 78 }, "end": { - "line": 480, + "line": 522, "column": 84 } } @@ -578590,15 +579077,15 @@ "binop": null, "updateContext": null }, - "start": 21272, - "end": 21273, + "start": 23662, + "end": 23663, "loc": { "start": { - "line": 480, + "line": 522, "column": 84 }, "end": { - "line": 480, + "line": 522, "column": 85 } } @@ -578616,15 +579103,15 @@ "binop": null }, "value": "scale", - "start": 21273, - "end": 21278, + "start": 23663, + "end": 23668, "loc": { "start": { - "line": 480, + "line": 522, "column": 85 }, "end": { - "line": 480, + "line": 522, "column": 90 } } @@ -578641,15 +579128,15 @@ "postfix": false, "binop": null }, - "start": 21279, - "end": 21280, + "start": 23669, + "end": 23670, "loc": { "start": { - "line": 480, + "line": 522, "column": 91 }, "end": { - "line": 480, + "line": 522, "column": 92 } } @@ -578667,15 +579154,15 @@ "binop": null }, "value": "_props", - "start": 21293, - "end": 21299, + "start": 23683, + "end": 23689, "loc": { "start": { - "line": 481, + "line": 523, "column": 12 }, "end": { - "line": 481, + "line": 523, "column": 18 } } @@ -578693,15 +579180,15 @@ "binop": null, "updateContext": null }, - "start": 21299, - "end": 21300, + "start": 23689, + "end": 23690, "loc": { "start": { - "line": 481, + "line": 523, "column": 18 }, "end": { - "line": 481, + "line": 523, "column": 19 } } @@ -578719,15 +579206,15 @@ "binop": null }, "value": "variableScale", - "start": 21300, - "end": 21313, + "start": 23690, + "end": 23703, "loc": { "start": { - "line": 481, + "line": 523, "column": 19 }, "end": { - "line": 481, + "line": 523, "column": 32 } } @@ -578746,15 +579233,15 @@ "updateContext": null }, "value": "=", - "start": 21314, - "end": 21315, + "start": 23704, + "end": 23705, "loc": { "start": { - "line": 481, + "line": 523, "column": 33 }, "end": { - "line": 481, + "line": 523, "column": 34 } } @@ -578774,15 +579261,15 @@ "updateContext": null }, "value": "null", - "start": 21316, - "end": 21320, + "start": 23706, + "end": 23710, "loc": { "start": { - "line": 481, + "line": 523, "column": 35 }, "end": { - "line": 481, + "line": 523, "column": 39 } } @@ -578800,15 +579287,15 @@ "binop": null }, "value": "_props", - "start": 21333, - "end": 21339, + "start": 23723, + "end": 23729, "loc": { "start": { - "line": 482, + "line": 524, "column": 12 }, "end": { - "line": 482, + "line": 524, "column": 18 } } @@ -578826,15 +579313,15 @@ "binop": null, "updateContext": null }, - "start": 21339, - "end": 21340, + "start": 23729, + "end": 23730, "loc": { "start": { - "line": 482, + "line": 524, "column": 18 }, "end": { - "line": 482, + "line": 524, "column": 19 } } @@ -578852,15 +579339,15 @@ "binop": null }, "value": "fullwidth", - "start": 21340, - "end": 21349, + "start": 23730, + "end": 23739, "loc": { "start": { - "line": 482, + "line": 524, "column": 19 }, "end": { - "line": 482, + "line": 524, "column": 28 } } @@ -578879,15 +579366,15 @@ "updateContext": null }, "value": "=", - "start": 21354, - "end": 21355, + "start": 23744, + "end": 23745, "loc": { "start": { - "line": 482, + "line": 524, "column": 33 }, "end": { - "line": 482, + "line": 524, "column": 34 } } @@ -578905,15 +579392,15 @@ "binop": null }, "value": "_props", - "start": 21356, - "end": 21362, + "start": 23746, + "end": 23752, "loc": { "start": { - "line": 482, + "line": 524, "column": 35 }, "end": { - "line": 482, + "line": 524, "column": 41 } } @@ -578931,15 +579418,15 @@ "binop": null, "updateContext": null }, - "start": 21362, - "end": 21363, + "start": 23752, + "end": 23753, "loc": { "start": { - "line": 482, + "line": 524, "column": 41 }, "end": { - "line": 482, + "line": 524, "column": 42 } } @@ -578957,15 +579444,15 @@ "binop": null }, "value": "grids", - "start": 21363, - "end": 21368, + "start": 23753, + "end": 23758, "loc": { "start": { - "line": 482, + "line": 524, "column": 42 }, "end": { - "line": 482, + "line": 524, "column": 47 } } @@ -578984,15 +579471,15 @@ "updateContext": null }, "value": "*", - "start": 21369, - "end": 21370, + "start": 23759, + "end": 23760, "loc": { "start": { - "line": 482, + "line": 524, "column": 48 }, "end": { - "line": 482, + "line": 524, "column": 49 } } @@ -579010,15 +579497,15 @@ "binop": null }, "value": "_props", - "start": 21371, - "end": 21377, + "start": 23761, + "end": 23767, "loc": { "start": { - "line": 482, + "line": 524, "column": 50 }, "end": { - "line": 482, + "line": 524, "column": 56 } } @@ -579036,15 +579523,15 @@ "binop": null, "updateContext": null }, - "start": 21377, - "end": 21378, + "start": 23767, + "end": 23768, "loc": { "start": { - "line": 482, + "line": 524, "column": 56 }, "end": { - "line": 482, + "line": 524, "column": 57 } } @@ -579062,15 +579549,15 @@ "binop": null }, "value": "scaleSize", - "start": 21378, - "end": 21387, + "start": 23768, + "end": 23777, "loc": { "start": { - "line": 482, + "line": 524, "column": 57 }, "end": { - "line": 482, + "line": 524, "column": 66 } } @@ -579087,15 +579574,15 @@ "postfix": false, "binop": null }, - "start": 21396, - "end": 21397, + "start": 23786, + "end": 23787, "loc": { "start": { - "line": 483, + "line": 525, "column": 8 }, "end": { - "line": 483, + "line": 525, "column": 9 } } @@ -579113,15 +579600,15 @@ "binop": null }, "value": "_props", - "start": 21406, - "end": 21412, + "start": 23796, + "end": 23802, "loc": { "start": { - "line": 484, + "line": 526, "column": 8 }, "end": { - "line": 484, + "line": 526, "column": 14 } } @@ -579139,15 +579626,15 @@ "binop": null, "updateContext": null }, - "start": 21412, - "end": 21413, + "start": 23802, + "end": 23803, "loc": { "start": { - "line": 484, + "line": 526, "column": 14 }, "end": { - "line": 484, + "line": 526, "column": 15 } } @@ -579165,15 +579652,15 @@ "binop": null }, "value": "fullheight", - "start": 21413, - "end": 21423, + "start": 23803, + "end": 23813, "loc": { "start": { - "line": 484, + "line": 526, "column": 15 }, "end": { - "line": 484, + "line": 526, "column": 25 } } @@ -579192,15 +579679,15 @@ "updateContext": null }, "value": "=", - "start": 21424, - "end": 21425, + "start": 23814, + "end": 23815, "loc": { "start": { - "line": 484, + "line": 526, "column": 26 }, "end": { - "line": 484, + "line": 526, "column": 27 } } @@ -579218,15 +579705,15 @@ "binop": null }, "value": "_props", - "start": 21426, - "end": 21432, + "start": 23816, + "end": 23822, "loc": { "start": { - "line": 484, + "line": 526, "column": 28 }, "end": { - "line": 484, + "line": 526, "column": 34 } } @@ -579244,15 +579731,15 @@ "binop": null, "updateContext": null }, - "start": 21432, - "end": 21433, + "start": 23822, + "end": 23823, "loc": { "start": { - "line": 484, + "line": 526, "column": 34 }, "end": { - "line": 484, + "line": 526, "column": 35 } } @@ -579270,15 +579757,15 @@ "binop": null }, "value": "rows", - "start": 21433, - "end": 21437, + "start": 23823, + "end": 23827, "loc": { "start": { - "line": 484, + "line": 526, "column": 35 }, "end": { - "line": 484, + "line": 526, "column": 39 } } @@ -579297,15 +579784,15 @@ "updateContext": null }, "value": "*", - "start": 21438, - "end": 21439, + "start": 23828, + "end": 23829, "loc": { "start": { - "line": 484, + "line": 526, "column": 40 }, "end": { - "line": 484, + "line": 526, "column": 41 } } @@ -579323,15 +579810,15 @@ "binop": null }, "value": "_props", - "start": 21440, - "end": 21446, + "start": 23830, + "end": 23836, "loc": { "start": { - "line": 484, + "line": 526, "column": 42 }, "end": { - "line": 484, + "line": 526, "column": 48 } } @@ -579349,15 +579836,15 @@ "binop": null, "updateContext": null }, - "start": 21446, - "end": 21447, + "start": 23836, + "end": 23837, "loc": { "start": { - "line": 484, + "line": 526, "column": 48 }, "end": { - "line": 484, + "line": 526, "column": 49 } } @@ -579375,15 +579862,15 @@ "binop": null }, "value": "rowSize", - "start": 21447, - "end": 21454, + "start": 23837, + "end": 23844, "loc": { "start": { - "line": 484, + "line": 526, "column": 49 }, "end": { - "line": 484, + "line": 526, "column": 56 } } @@ -579391,15 +579878,15 @@ { "type": "CommentLine", "value": " Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義", - "start": 21463, - "end": 21549, + "start": 23853, + "end": 23939, "loc": { "start": { - "line": 485, + "line": 527, "column": 8 }, "end": { - "line": 485, + "line": 527, "column": 94 } } @@ -579417,15 +579904,15 @@ "binop": null }, "value": "_props", - "start": 21558, - "end": 21564, + "start": 23948, + "end": 23954, "loc": { "start": { - "line": 486, + "line": 528, "column": 8 }, "end": { - "line": 486, + "line": 528, "column": 14 } } @@ -579443,15 +579930,15 @@ "binop": null, "updateContext": null }, - "start": 21564, - "end": 21565, + "start": 23954, + "end": 23955, "loc": { "start": { - "line": 486, + "line": 528, "column": 14 }, "end": { - "line": 486, + "line": 528, "column": 15 } } @@ -579469,15 +579956,15 @@ "binop": null }, "value": "visibleWidth", - "start": 21565, - "end": 21577, + "start": 23955, + "end": 23967, "loc": { "start": { - "line": 486, + "line": 528, "column": 15 }, "end": { - "line": 486, + "line": 528, "column": 27 } } @@ -579496,15 +579983,15 @@ "updateContext": null }, "value": "=", - "start": 21579, - "end": 21580, + "start": 23969, + "end": 23970, "loc": { "start": { - "line": 486, + "line": 528, "column": 29 }, "end": { - "line": 486, + "line": 528, "column": 30 } } @@ -579522,15 +580009,15 @@ "binop": null }, "value": "_props", - "start": 21581, - "end": 21587, + "start": 23971, + "end": 23977, "loc": { "start": { - "line": 486, + "line": 528, "column": 31 }, "end": { - "line": 486, + "line": 528, "column": 37 } } @@ -579548,15 +580035,15 @@ "binop": null, "updateContext": null }, - "start": 21587, - "end": 21588, + "start": 23977, + "end": 23978, "loc": { "start": { - "line": 486, + "line": 528, "column": 37 }, "end": { - "line": 486, + "line": 528, "column": 38 } } @@ -579574,15 +580061,15 @@ "binop": null }, "value": "width", - "start": 21588, - "end": 21593, + "start": 23978, + "end": 23983, "loc": { "start": { - "line": 486, + "line": 528, "column": 38 }, "end": { - "line": 486, + "line": 528, "column": 43 } } @@ -579601,15 +580088,15 @@ "updateContext": null }, "value": ">", - "start": 21594, - "end": 21595, + "start": 23984, + "end": 23985, "loc": { "start": { - "line": 486, + "line": 528, "column": 44 }, "end": { - "line": 486, + "line": 528, "column": 45 } } @@ -579628,15 +580115,15 @@ "updateContext": null }, "value": 0, - "start": 21596, - "end": 21597, + "start": 23986, + "end": 23987, "loc": { "start": { - "line": 486, + "line": 528, "column": 46 }, "end": { - "line": 486, + "line": 528, "column": 47 } } @@ -579654,15 +580141,15 @@ "binop": null, "updateContext": null }, - "start": 21599, - "end": 21600, + "start": 23989, + "end": 23990, "loc": { "start": { - "line": 486, + "line": 528, "column": 49 }, "end": { - "line": 486, + "line": 528, "column": 50 } } @@ -579679,15 +580166,15 @@ "postfix": false, "binop": null }, - "start": 21601, - "end": 21602, + "start": 23991, + "end": 23992, "loc": { "start": { - "line": 486, + "line": 528, "column": 51 }, "end": { - "line": 486, + "line": 528, "column": 52 } } @@ -579706,15 +580193,15 @@ "updateContext": null }, "value": "", - "start": 21602, - "end": 21602, + "start": 23992, + "end": 23992, "loc": { "start": { - "line": 486, + "line": 528, "column": 52 }, "end": { - "line": 486, + "line": 528, "column": 52 } } @@ -579731,15 +580218,15 @@ "postfix": false, "binop": null }, - "start": 21602, - "end": 21604, + "start": 23992, + "end": 23994, "loc": { "start": { - "line": 486, + "line": 528, "column": 52 }, "end": { - "line": 486, + "line": 528, "column": 54 } } @@ -579756,15 +580243,15 @@ "postfix": false, "binop": null }, - "start": 21604, - "end": 21605, + "start": 23994, + "end": 23995, "loc": { "start": { - "line": 486, + "line": 528, "column": 54 }, "end": { - "line": 486, + "line": 528, "column": 55 } } @@ -579782,15 +580269,15 @@ "binop": null }, "value": "_props", - "start": 21606, - "end": 21612, + "start": 23996, + "end": 24002, "loc": { "start": { - "line": 486, + "line": 528, "column": 56 }, "end": { - "line": 486, + "line": 528, "column": 62 } } @@ -579808,15 +580295,15 @@ "binop": null, "updateContext": null }, - "start": 21612, - "end": 21613, + "start": 24002, + "end": 24003, "loc": { "start": { - "line": 486, + "line": 528, "column": 62 }, "end": { - "line": 486, + "line": 528, "column": 63 } } @@ -579834,15 +580321,15 @@ "binop": null }, "value": "width", - "start": 21613, - "end": 21618, + "start": 24003, + "end": 24008, "loc": { "start": { - "line": 486, + "line": 528, "column": 63 }, "end": { - "line": 486, + "line": 528, "column": 68 } } @@ -579861,15 +580348,15 @@ "updateContext": null }, "value": "<=", - "start": 21619, - "end": 21621, + "start": 24009, + "end": 24011, "loc": { "start": { - "line": 486, + "line": 528, "column": 69 }, "end": { - "line": 486, + "line": 528, "column": 71 } } @@ -579887,15 +580374,15 @@ "binop": null }, "value": "_props", - "start": 21622, - "end": 21628, + "start": 24012, + "end": 24018, "loc": { "start": { - "line": 486, + "line": 528, "column": 72 }, "end": { - "line": 486, + "line": 528, "column": 78 } } @@ -579913,15 +580400,15 @@ "binop": null, "updateContext": null }, - "start": 21628, - "end": 21629, + "start": 24018, + "end": 24019, "loc": { "start": { - "line": 486, + "line": 528, "column": 78 }, "end": { - "line": 486, + "line": 528, "column": 79 } } @@ -579939,15 +580426,15 @@ "binop": null }, "value": "fullwidth", - "start": 21629, - "end": 21638, + "start": 24019, + "end": 24028, "loc": { "start": { - "line": 486, + "line": 528, "column": 79 }, "end": { - "line": 486, + "line": 528, "column": 88 } } @@ -579965,15 +580452,15 @@ "binop": null, "updateContext": null }, - "start": 21639, - "end": 21640, + "start": 24029, + "end": 24030, "loc": { "start": { - "line": 486, + "line": 528, "column": 89 }, "end": { - "line": 486, + "line": 528, "column": 90 } } @@ -579991,15 +580478,15 @@ "binop": null }, "value": "_props", - "start": 21641, - "end": 21647, + "start": 24031, + "end": 24037, "loc": { "start": { - "line": 486, + "line": 528, "column": 91 }, "end": { - "line": 486, + "line": 528, "column": 97 } } @@ -580017,15 +580504,15 @@ "binop": null, "updateContext": null }, - "start": 21647, - "end": 21648, + "start": 24037, + "end": 24038, "loc": { "start": { - "line": 486, + "line": 528, "column": 97 }, "end": { - "line": 486, + "line": 528, "column": 98 } } @@ -580043,15 +580530,15 @@ "binop": null }, "value": "width", - "start": 21648, - "end": 21653, + "start": 24038, + "end": 24043, "loc": { "start": { - "line": 486, + "line": 528, "column": 98 }, "end": { - "line": 486, + "line": 528, "column": 103 } } @@ -580069,15 +580556,15 @@ "binop": null, "updateContext": null }, - "start": 21654, - "end": 21655, + "start": 24044, + "end": 24045, "loc": { "start": { - "line": 486, + "line": 528, "column": 104 }, "end": { - "line": 486, + "line": 528, "column": 105 } } @@ -580095,15 +580582,15 @@ "binop": null }, "value": "_props", - "start": 21656, - "end": 21662, + "start": 24046, + "end": 24052, "loc": { "start": { - "line": 486, + "line": 528, "column": 106 }, "end": { - "line": 486, + "line": 528, "column": 112 } } @@ -580121,15 +580608,15 @@ "binop": null, "updateContext": null }, - "start": 21662, - "end": 21663, + "start": 24052, + "end": 24053, "loc": { "start": { - "line": 486, + "line": 528, "column": 112 }, "end": { - "line": 486, + "line": 528, "column": 113 } } @@ -580147,15 +580634,15 @@ "binop": null }, "value": "fullwidth", - "start": 21663, - "end": 21672, + "start": 24053, + "end": 24062, "loc": { "start": { - "line": 486, + "line": 528, "column": 113 }, "end": { - "line": 486, + "line": 528, "column": 122 } } @@ -580172,15 +580659,15 @@ "postfix": false, "binop": null }, - "start": 21673, - "end": 21674, + "start": 24063, + "end": 24064, "loc": { "start": { - "line": 486, + "line": 528, "column": 123 }, "end": { - "line": 486, + "line": 528, "column": 124 } } @@ -580197,15 +580684,15 @@ "postfix": false, "binop": null }, - "start": 21674, - "end": 21675, + "start": 24064, + "end": 24065, "loc": { "start": { - "line": 486, + "line": 528, "column": 124 }, "end": { - "line": 486, + "line": 528, "column": 125 } } @@ -580224,15 +580711,15 @@ "updateContext": null }, "value": "px", - "start": 21675, - "end": 21677, + "start": 24065, + "end": 24067, "loc": { "start": { - "line": 486, + "line": 528, "column": 125 }, "end": { - "line": 486, + "line": 528, "column": 127 } } @@ -580249,15 +580736,15 @@ "postfix": false, "binop": null }, - "start": 21677, - "end": 21678, + "start": 24067, + "end": 24068, "loc": { "start": { - "line": 486, + "line": 528, "column": 127 }, "end": { - "line": 486, + "line": 528, "column": 128 } } @@ -580275,15 +580762,15 @@ "binop": null, "updateContext": null }, - "start": 21679, - "end": 21680, + "start": 24069, + "end": 24070, "loc": { "start": { - "line": 486, + "line": 528, "column": 129 }, "end": { - "line": 486, + "line": 528, "column": 130 } } @@ -580302,15 +580789,15 @@ "updateContext": null }, "value": "100%", - "start": 21681, - "end": 21687, + "start": 24071, + "end": 24077, "loc": { "start": { - "line": 486, + "line": 528, "column": 131 }, "end": { - "line": 486, + "line": 528, "column": 137 } } @@ -580328,15 +580815,15 @@ "binop": null }, "value": "_props", - "start": 21696, - "end": 21702, + "start": 24086, + "end": 24092, "loc": { "start": { - "line": 487, + "line": 529, "column": 8 }, "end": { - "line": 487, + "line": 529, "column": 14 } } @@ -580354,15 +580841,15 @@ "binop": null, "updateContext": null }, - "start": 21702, - "end": 21703, + "start": 24092, + "end": 24093, "loc": { "start": { - "line": 487, + "line": 529, "column": 14 }, "end": { - "line": 487, + "line": 529, "column": 15 } } @@ -580380,15 +580867,15 @@ "binop": null }, "value": "visibleHeight", - "start": 21703, - "end": 21716, + "start": 24093, + "end": 24106, "loc": { "start": { - "line": 487, + "line": 529, "column": 15 }, "end": { - "line": 487, + "line": 529, "column": 28 } } @@ -580407,15 +580894,15 @@ "updateContext": null }, "value": "=", - "start": 21717, - "end": 21718, + "start": 24107, + "end": 24108, "loc": { "start": { - "line": 487, + "line": 529, "column": 29 }, "end": { - "line": 487, + "line": 529, "column": 30 } } @@ -580433,15 +580920,15 @@ "binop": null }, "value": "_props", - "start": 21719, - "end": 21725, + "start": 24109, + "end": 24115, "loc": { "start": { - "line": 487, + "line": 529, "column": 31 }, "end": { - "line": 487, + "line": 529, "column": 37 } } @@ -580459,15 +580946,15 @@ "binop": null, "updateContext": null }, - "start": 21725, - "end": 21726, + "start": 24115, + "end": 24116, "loc": { "start": { - "line": 487, + "line": 529, "column": 37 }, "end": { - "line": 487, + "line": 529, "column": 38 } } @@ -580485,15 +580972,15 @@ "binop": null }, "value": "height", - "start": 21726, - "end": 21732, + "start": 24116, + "end": 24122, "loc": { "start": { - "line": 487, + "line": 529, "column": 38 }, "end": { - "line": 487, + "line": 529, "column": 44 } } @@ -580512,15 +580999,15 @@ "updateContext": null }, "value": ">", - "start": 21733, - "end": 21734, + "start": 24123, + "end": 24124, "loc": { "start": { - "line": 487, + "line": 529, "column": 45 }, "end": { - "line": 487, + "line": 529, "column": 46 } } @@ -580539,15 +581026,15 @@ "updateContext": null }, "value": 0, - "start": 21735, - "end": 21736, + "start": 24125, + "end": 24126, "loc": { "start": { - "line": 487, + "line": 529, "column": 47 }, "end": { - "line": 487, + "line": 529, "column": 48 } } @@ -580565,15 +581052,15 @@ "binop": null, "updateContext": null }, - "start": 21737, - "end": 21738, + "start": 24127, + "end": 24128, "loc": { "start": { - "line": 487, + "line": 529, "column": 49 }, "end": { - "line": 487, + "line": 529, "column": 50 } } @@ -580590,15 +581077,15 @@ "postfix": false, "binop": null }, - "start": 21739, - "end": 21740, + "start": 24129, + "end": 24130, "loc": { "start": { - "line": 487, + "line": 529, "column": 51 }, "end": { - "line": 487, + "line": 529, "column": 52 } } @@ -580617,15 +581104,15 @@ "updateContext": null }, "value": "", - "start": 21740, - "end": 21740, + "start": 24130, + "end": 24130, "loc": { "start": { - "line": 487, + "line": 529, "column": 52 }, "end": { - "line": 487, + "line": 529, "column": 52 } } @@ -580642,15 +581129,15 @@ "postfix": false, "binop": null }, - "start": 21740, - "end": 21742, + "start": 24130, + "end": 24132, "loc": { "start": { - "line": 487, + "line": 529, "column": 52 }, "end": { - "line": 487, + "line": 529, "column": 54 } } @@ -580667,15 +581154,15 @@ "postfix": false, "binop": null }, - "start": 21742, - "end": 21743, + "start": 24132, + "end": 24133, "loc": { "start": { - "line": 487, + "line": 529, "column": 54 }, "end": { - "line": 487, + "line": 529, "column": 55 } } @@ -580693,15 +581180,15 @@ "binop": null }, "value": "_props", - "start": 21744, - "end": 21750, + "start": 24134, + "end": 24140, "loc": { "start": { - "line": 487, + "line": 529, "column": 56 }, "end": { - "line": 487, + "line": 529, "column": 62 } } @@ -580719,15 +581206,15 @@ "binop": null, "updateContext": null }, - "start": 21750, - "end": 21751, + "start": 24140, + "end": 24141, "loc": { "start": { - "line": 487, + "line": 529, "column": 62 }, "end": { - "line": 487, + "line": 529, "column": 63 } } @@ -580745,15 +581232,15 @@ "binop": null }, "value": "height", - "start": 21751, - "end": 21757, + "start": 24141, + "end": 24147, "loc": { "start": { - "line": 487, + "line": 529, "column": 63 }, "end": { - "line": 487, + "line": 529, "column": 69 } } @@ -580772,15 +581259,15 @@ "updateContext": null }, "value": "<=", - "start": 21758, - "end": 21760, + "start": 24148, + "end": 24150, "loc": { "start": { - "line": 487, + "line": 529, "column": 70 }, "end": { - "line": 487, + "line": 529, "column": 72 } } @@ -580798,15 +581285,15 @@ "binop": null }, "value": "_props", - "start": 21761, - "end": 21767, + "start": 24151, + "end": 24157, "loc": { "start": { - "line": 487, + "line": 529, "column": 73 }, "end": { - "line": 487, + "line": 529, "column": 79 } } @@ -580824,15 +581311,15 @@ "binop": null, "updateContext": null }, - "start": 21767, - "end": 21768, + "start": 24157, + "end": 24158, "loc": { "start": { - "line": 487, + "line": 529, "column": 79 }, "end": { - "line": 487, + "line": 529, "column": 80 } } @@ -580850,15 +581337,15 @@ "binop": null }, "value": "fullheight", - "start": 21768, - "end": 21778, + "start": 24158, + "end": 24168, "loc": { "start": { - "line": 487, + "line": 529, "column": 80 }, "end": { - "line": 487, + "line": 529, "column": 90 } } @@ -580876,15 +581363,15 @@ "binop": null, "updateContext": null }, - "start": 21779, - "end": 21780, + "start": 24169, + "end": 24170, "loc": { "start": { - "line": 487, + "line": 529, "column": 91 }, "end": { - "line": 487, + "line": 529, "column": 92 } } @@ -580902,15 +581389,15 @@ "binop": null }, "value": "_props", - "start": 21781, - "end": 21787, + "start": 24171, + "end": 24177, "loc": { "start": { - "line": 487, + "line": 529, "column": 93 }, "end": { - "line": 487, + "line": 529, "column": 99 } } @@ -580928,15 +581415,15 @@ "binop": null, "updateContext": null }, - "start": 21787, - "end": 21788, + "start": 24177, + "end": 24178, "loc": { "start": { - "line": 487, + "line": 529, "column": 99 }, "end": { - "line": 487, + "line": 529, "column": 100 } } @@ -580954,15 +581441,15 @@ "binop": null }, "value": "height", - "start": 21788, - "end": 21794, + "start": 24178, + "end": 24184, "loc": { "start": { - "line": 487, + "line": 529, "column": 100 }, "end": { - "line": 487, + "line": 529, "column": 106 } } @@ -580980,15 +581467,15 @@ "binop": null, "updateContext": null }, - "start": 21795, - "end": 21796, + "start": 24185, + "end": 24186, "loc": { "start": { - "line": 487, + "line": 529, "column": 107 }, "end": { - "line": 487, + "line": 529, "column": 108 } } @@ -581006,15 +581493,15 @@ "binop": null }, "value": "_props", - "start": 21797, - "end": 21803, + "start": 24187, + "end": 24193, "loc": { "start": { - "line": 487, + "line": 529, "column": 109 }, "end": { - "line": 487, + "line": 529, "column": 115 } } @@ -581032,15 +581519,15 @@ "binop": null, "updateContext": null }, - "start": 21803, - "end": 21804, + "start": 24193, + "end": 24194, "loc": { "start": { - "line": 487, + "line": 529, "column": 115 }, "end": { - "line": 487, + "line": 529, "column": 116 } } @@ -581058,15 +581545,15 @@ "binop": null }, "value": "fullheight", - "start": 21804, - "end": 21814, + "start": 24194, + "end": 24204, "loc": { "start": { - "line": 487, + "line": 529, "column": 116 }, "end": { - "line": 487, + "line": 529, "column": 126 } } @@ -581083,15 +581570,15 @@ "postfix": false, "binop": null }, - "start": 21815, - "end": 21816, + "start": 24205, + "end": 24206, "loc": { "start": { - "line": 487, + "line": 529, "column": 127 }, "end": { - "line": 487, + "line": 529, "column": 128 } } @@ -581108,15 +581595,15 @@ "postfix": false, "binop": null }, - "start": 21816, - "end": 21817, + "start": 24206, + "end": 24207, "loc": { "start": { - "line": 487, + "line": 529, "column": 128 }, "end": { - "line": 487, + "line": 529, "column": 129 } } @@ -581135,15 +581622,15 @@ "updateContext": null }, "value": "px", - "start": 21817, - "end": 21819, + "start": 24207, + "end": 24209, "loc": { "start": { - "line": 487, + "line": 529, "column": 129 }, "end": { - "line": 487, + "line": 529, "column": 131 } } @@ -581160,15 +581647,15 @@ "postfix": false, "binop": null }, - "start": 21819, - "end": 21820, + "start": 24209, + "end": 24210, "loc": { "start": { - "line": 487, + "line": 529, "column": 131 }, "end": { - "line": 487, + "line": 529, "column": 132 } } @@ -581186,15 +581673,15 @@ "binop": null, "updateContext": null }, - "start": 21821, - "end": 21822, + "start": 24211, + "end": 24212, "loc": { "start": { - "line": 487, + "line": 529, "column": 133 }, "end": { - "line": 487, + "line": 529, "column": 134 } } @@ -581213,15 +581700,15 @@ "updateContext": null }, "value": "auto", - "start": 21823, - "end": 21829, + "start": 24213, + "end": 24219, "loc": { "start": { - "line": 487, + "line": 529, "column": 135 }, "end": { - "line": 487, + "line": 529, "column": 141 } } @@ -581241,15 +581728,15 @@ "updateContext": null }, "value": "for", - "start": 21847, - "end": 21850, + "start": 24237, + "end": 24240, "loc": { "start": { - "line": 489, + "line": 531, "column": 8 }, "end": { - "line": 489, + "line": 531, "column": 11 } } @@ -581266,15 +581753,15 @@ "postfix": false, "binop": null }, - "start": 21851, - "end": 21852, + "start": 24241, + "end": 24242, "loc": { "start": { - "line": 489, + "line": 531, "column": 12 }, "end": { - "line": 489, + "line": 531, "column": 13 } } @@ -581294,15 +581781,15 @@ "updateContext": null }, "value": "let", - "start": 21853, - "end": 21856, + "start": 24243, + "end": 24246, "loc": { "start": { - "line": 489, + "line": 531, "column": 14 }, "end": { - "line": 489, + "line": 531, "column": 17 } } @@ -581320,15 +581807,15 @@ "binop": null }, "value": "_prop", - "start": 21857, - "end": 21862, + "start": 24247, + "end": 24252, "loc": { "start": { - "line": 489, + "line": 531, "column": 18 }, "end": { - "line": 489, + "line": 531, "column": 23 } } @@ -581348,15 +581835,15 @@ "updateContext": null }, "value": "in", - "start": 21863, - "end": 21865, + "start": 24253, + "end": 24255, "loc": { "start": { - "line": 489, + "line": 531, "column": 24 }, "end": { - "line": 489, + "line": 531, "column": 26 } } @@ -581374,15 +581861,15 @@ "binop": null }, "value": "_props", - "start": 21866, - "end": 21872, + "start": 24256, + "end": 24262, "loc": { "start": { - "line": 489, + "line": 531, "column": 27 }, "end": { - "line": 489, + "line": 531, "column": 33 } } @@ -581399,15 +581886,15 @@ "postfix": false, "binop": null }, - "start": 21873, - "end": 21874, + "start": 24263, + "end": 24264, "loc": { "start": { - "line": 489, + "line": 531, "column": 34 }, "end": { - "line": 489, + "line": 531, "column": 35 } } @@ -581424,15 +581911,15 @@ "postfix": false, "binop": null }, - "start": 21875, - "end": 21876, + "start": 24265, + "end": 24266, "loc": { "start": { - "line": 489, + "line": 531, "column": 36 }, "end": { - "line": 489, + "line": 531, "column": 37 } } @@ -581452,15 +581939,15 @@ "updateContext": null }, "value": "if", - "start": 21889, - "end": 21891, + "start": 24279, + "end": 24281, "loc": { "start": { - "line": 490, + "line": 532, "column": 12 }, "end": { - "line": 490, + "line": 532, "column": 14 } } @@ -581477,15 +581964,15 @@ "postfix": false, "binop": null }, - "start": 21892, - "end": 21893, + "start": 24282, + "end": 24283, "loc": { "start": { - "line": 490, + "line": 532, "column": 15 }, "end": { - "line": 490, + "line": 532, "column": 16 } } @@ -581503,15 +581990,15 @@ "binop": null }, "value": "_prop", - "start": 21894, - "end": 21899, + "start": 24284, + "end": 24289, "loc": { "start": { - "line": 490, + "line": 532, "column": 17 }, "end": { - "line": 490, + "line": 532, "column": 22 } } @@ -581530,15 +582017,15 @@ "updateContext": null }, "value": "===", - "start": 21900, - "end": 21903, + "start": 24290, + "end": 24293, "loc": { "start": { - "line": 490, + "line": 532, "column": 23 }, "end": { - "line": 490, + "line": 532, "column": 26 } } @@ -581557,15 +582044,15 @@ "updateContext": null }, "value": "width", - "start": 21904, - "end": 21911, + "start": 24294, + "end": 24301, "loc": { "start": { - "line": 490, + "line": 532, "column": 27 }, "end": { - "line": 490, + "line": 532, "column": 34 } } @@ -581584,15 +582071,15 @@ "updateContext": null }, "value": "||", - "start": 21912, - "end": 21914, + "start": 24302, + "end": 24304, "loc": { "start": { - "line": 490, + "line": 532, "column": 35 }, "end": { - "line": 490, + "line": 532, "column": 37 } } @@ -581610,15 +582097,15 @@ "binop": null }, "value": "_prop", - "start": 21915, - "end": 21920, + "start": 24305, + "end": 24310, "loc": { "start": { - "line": 490, + "line": 532, "column": 38 }, "end": { - "line": 490, + "line": 532, "column": 43 } } @@ -581637,15 +582124,15 @@ "updateContext": null }, "value": "===", - "start": 21921, - "end": 21924, + "start": 24311, + "end": 24314, "loc": { "start": { - "line": 490, + "line": 532, "column": 44 }, "end": { - "line": 490, + "line": 532, "column": 47 } } @@ -581664,15 +582151,15 @@ "updateContext": null }, "value": "height", - "start": 21925, - "end": 21933, + "start": 24315, + "end": 24323, "loc": { "start": { - "line": 490, + "line": 532, "column": 48 }, "end": { - "line": 490, + "line": 532, "column": 56 } } @@ -581691,15 +582178,15 @@ "updateContext": null }, "value": "||", - "start": 21934, - "end": 21936, + "start": 24324, + "end": 24326, "loc": { "start": { - "line": 490, + "line": 532, "column": 57 }, "end": { - "line": 490, + "line": 532, "column": 59 } } @@ -581717,15 +582204,15 @@ "binop": null }, "value": "_prop", - "start": 21937, - "end": 21942, + "start": 24327, + "end": 24332, "loc": { "start": { - "line": 490, + "line": 532, "column": 60 }, "end": { - "line": 490, + "line": 532, "column": 65 } } @@ -581744,15 +582231,15 @@ "updateContext": null }, "value": "===", - "start": 21943, - "end": 21946, + "start": 24333, + "end": 24336, "loc": { "start": { - "line": 490, + "line": 532, "column": 66 }, "end": { - "line": 490, + "line": 532, "column": 69 } } @@ -581771,15 +582258,15 @@ "updateContext": null }, "value": "variableScale", - "start": 21947, - "end": 21962, + "start": 24337, + "end": 24352, "loc": { "start": { - "line": 490, + "line": 532, "column": 70 }, "end": { - "line": 490, + "line": 532, "column": 85 } } @@ -581796,15 +582283,15 @@ "postfix": false, "binop": null }, - "start": 21963, - "end": 21964, + "start": 24353, + "end": 24354, "loc": { "start": { - "line": 490, + "line": 532, "column": 86 }, "end": { - "line": 490, + "line": 532, "column": 87 } } @@ -581821,15 +582308,15 @@ "postfix": false, "binop": null }, - "start": 21965, - "end": 21966, + "start": 24355, + "end": 24356, "loc": { "start": { - "line": 490, + "line": 532, "column": 88 }, "end": { - "line": 490, + "line": 532, "column": 89 } } @@ -581849,15 +582336,15 @@ "updateContext": null }, "value": "continue", - "start": 21983, - "end": 21991, + "start": 24373, + "end": 24381, "loc": { "start": { - "line": 491, + "line": 533, "column": 16 }, "end": { - "line": 491, + "line": 533, "column": 24 } } @@ -581874,15 +582361,15 @@ "postfix": false, "binop": null }, - "start": 22004, - "end": 22005, + "start": 24394, + "end": 24395, "loc": { "start": { - "line": 492, + "line": 534, "column": 12 }, "end": { - "line": 492, + "line": 534, "column": 13 } } @@ -581902,15 +582389,15 @@ "updateContext": null }, "value": "if", - "start": 22018, - "end": 22020, + "start": 24408, + "end": 24410, "loc": { "start": { - "line": 493, + "line": 535, "column": 12 }, "end": { - "line": 493, + "line": 535, "column": 14 } } @@ -581927,15 +582414,15 @@ "postfix": false, "binop": null }, - "start": 22021, - "end": 22022, + "start": 24411, + "end": 24412, "loc": { "start": { - "line": 493, + "line": 535, "column": 15 }, "end": { - "line": 493, + "line": 535, "column": 16 } } @@ -581955,15 +582442,15 @@ "updateContext": null }, "value": "this", - "start": 22023, - "end": 22027, + "start": 24413, + "end": 24417, "loc": { "start": { - "line": 493, + "line": 535, "column": 17 }, "end": { - "line": 493, + "line": 535, "column": 21 } } @@ -581981,15 +582468,15 @@ "binop": null, "updateContext": null }, - "start": 22027, - "end": 22028, + "start": 24417, + "end": 24418, "loc": { "start": { - "line": 493, + "line": 535, "column": 21 }, "end": { - "line": 493, + "line": 535, "column": 22 } } @@ -582007,15 +582494,15 @@ "binop": null }, "value": "is_empty", - "start": 22028, - "end": 22036, + "start": 24418, + "end": 24426, "loc": { "start": { - "line": 493, + "line": 535, "column": 22 }, "end": { - "line": 493, + "line": 535, "column": 30 } } @@ -582032,15 +582519,15 @@ "postfix": false, "binop": null }, - "start": 22036, - "end": 22037, + "start": 24426, + "end": 24427, "loc": { "start": { - "line": 493, + "line": 535, "column": 30 }, "end": { - "line": 493, + "line": 535, "column": 31 } } @@ -582058,15 +582545,15 @@ "binop": null }, "value": "_props", - "start": 22038, - "end": 22044, + "start": 24428, + "end": 24434, "loc": { "start": { - "line": 493, + "line": 535, "column": 32 }, "end": { - "line": 493, + "line": 535, "column": 38 } } @@ -582084,15 +582571,15 @@ "binop": null, "updateContext": null }, - "start": 22044, - "end": 22045, + "start": 24434, + "end": 24435, "loc": { "start": { - "line": 493, + "line": 535, "column": 38 }, "end": { - "line": 493, + "line": 535, "column": 39 } } @@ -582110,15 +582597,15 @@ "binop": null }, "value": "_prop", - "start": 22045, - "end": 22050, + "start": 24435, + "end": 24440, "loc": { "start": { - "line": 493, + "line": 535, "column": 39 }, "end": { - "line": 493, + "line": 535, "column": 44 } } @@ -582136,15 +582623,15 @@ "binop": null, "updateContext": null }, - "start": 22050, - "end": 22051, + "start": 24440, + "end": 24441, "loc": { "start": { - "line": 493, + "line": 535, "column": 44 }, "end": { - "line": 493, + "line": 535, "column": 45 } } @@ -582161,15 +582648,15 @@ "postfix": false, "binop": null }, - "start": 22052, - "end": 22053, + "start": 24442, + "end": 24443, "loc": { "start": { - "line": 493, + "line": 535, "column": 46 }, "end": { - "line": 493, + "line": 535, "column": 47 } } @@ -582186,15 +582673,15 @@ "postfix": false, "binop": null }, - "start": 22054, - "end": 22055, + "start": 24444, + "end": 24445, "loc": { "start": { - "line": 493, + "line": 535, "column": 48 }, "end": { - "line": 493, + "line": 535, "column": 49 } } @@ -582211,15 +582698,15 @@ "postfix": false, "binop": null }, - "start": 22056, - "end": 22057, + "start": 24446, + "end": 24447, "loc": { "start": { - "line": 493, + "line": 535, "column": 50 }, "end": { - "line": 493, + "line": 535, "column": 51 } } @@ -582239,15 +582726,15 @@ "updateContext": null }, "value": "throw", - "start": 22074, - "end": 22079, + "start": 24464, + "end": 24469, "loc": { "start": { - "line": 494, + "line": 536, "column": 16 }, "end": { - "line": 494, + "line": 536, "column": 21 } } @@ -582267,15 +582754,15 @@ "updateContext": null }, "value": "new", - "start": 22080, - "end": 22083, + "start": 24470, + "end": 24473, "loc": { "start": { - "line": 494, + "line": 536, "column": 22 }, "end": { - "line": 494, + "line": 536, "column": 25 } } @@ -582293,15 +582780,15 @@ "binop": null }, "value": "TypeError", - "start": 22084, - "end": 22093, + "start": 24474, + "end": 24483, "loc": { "start": { - "line": 494, + "line": 536, "column": 26 }, "end": { - "line": 494, + "line": 536, "column": 35 } } @@ -582318,15 +582805,15 @@ "postfix": false, "binop": null }, - "start": 22093, - "end": 22094, + "start": 24483, + "end": 24484, "loc": { "start": { - "line": 494, + "line": 536, "column": 35 }, "end": { - "line": 494, + "line": 536, "column": 36 } } @@ -582343,15 +582830,15 @@ "postfix": false, "binop": null }, - "start": 22095, - "end": 22096, + "start": 24485, + "end": 24486, "loc": { "start": { - "line": 494, + "line": 536, "column": 37 }, "end": { - "line": 494, + "line": 536, "column": 38 } } @@ -582370,15 +582857,15 @@ "updateContext": null }, "value": "Property \"", - "start": 22096, - "end": 22106, + "start": 24486, + "end": 24496, "loc": { "start": { - "line": 494, + "line": 536, "column": 38 }, "end": { - "line": 494, + "line": 536, "column": 48 } } @@ -582395,15 +582882,15 @@ "postfix": false, "binop": null }, - "start": 22106, - "end": 22108, + "start": 24496, + "end": 24498, "loc": { "start": { - "line": 494, + "line": 536, "column": 48 }, "end": { - "line": 494, + "line": 536, "column": 50 } } @@ -582421,15 +582908,15 @@ "binop": null }, "value": "_prop", - "start": 22108, - "end": 22113, + "start": 24498, + "end": 24503, "loc": { "start": { - "line": 494, + "line": 536, "column": 50 }, "end": { - "line": 494, + "line": 536, "column": 55 } } @@ -582446,15 +582933,15 @@ "postfix": false, "binop": null }, - "start": 22113, - "end": 22114, + "start": 24503, + "end": 24504, "loc": { "start": { - "line": 494, + "line": 536, "column": 55 }, "end": { - "line": 494, + "line": 536, "column": 56 } } @@ -582473,15 +582960,15 @@ "updateContext": null }, "value": "\" cannot set because undefined or invalid variable.", - "start": 22114, - "end": 22165, + "start": 24504, + "end": 24555, "loc": { "start": { - "line": 494, + "line": 536, "column": 56 }, "end": { - "line": 494, + "line": 536, "column": 107 } } @@ -582498,15 +582985,15 @@ "postfix": false, "binop": null }, - "start": 22165, - "end": 22166, + "start": 24555, + "end": 24556, "loc": { "start": { - "line": 494, + "line": 536, "column": 107 }, "end": { - "line": 494, + "line": 536, "column": 108 } } @@ -582523,15 +583010,15 @@ "postfix": false, "binop": null }, - "start": 22167, - "end": 22168, + "start": 24557, + "end": 24558, "loc": { "start": { - "line": 494, + "line": 536, "column": 109 }, "end": { - "line": 494, + "line": 536, "column": 110 } } @@ -582548,15 +583035,15 @@ "postfix": false, "binop": null }, - "start": 22181, - "end": 22182, + "start": 24571, + "end": 24572, "loc": { "start": { - "line": 495, + "line": 537, "column": 12 }, "end": { - "line": 495, + "line": 537, "column": 13 } } @@ -582573,15 +583060,15 @@ "postfix": false, "binop": null }, - "start": 22191, - "end": 22192, + "start": 24581, + "end": 24582, "loc": { "start": { - "line": 496, + "line": 538, "column": 8 }, "end": { - "line": 496, + "line": 538, "column": 9 } } @@ -582601,15 +583088,15 @@ "updateContext": null }, "value": "if", - "start": 22210, - "end": 22212, + "start": 24600, + "end": 24602, "loc": { "start": { - "line": 498, + "line": 540, "column": 8 }, "end": { - "line": 498, + "line": 540, "column": 10 } } @@ -582626,15 +583113,15 @@ "postfix": false, "binop": null }, - "start": 22213, - "end": 22214, + "start": 24603, + "end": 24604, "loc": { "start": { - "line": 498, + "line": 540, "column": 11 }, "end": { - "line": 498, + "line": 540, "column": 12 } } @@ -582652,15 +583139,15 @@ "binop": null }, "value": "_props", - "start": 22215, - "end": 22221, + "start": 24605, + "end": 24611, "loc": { "start": { - "line": 498, + "line": 540, "column": 13 }, "end": { - "line": 498, + "line": 540, "column": 19 } } @@ -582678,15 +583165,15 @@ "binop": null, "updateContext": null }, - "start": 22221, - "end": 22222, + "start": 24611, + "end": 24612, "loc": { "start": { - "line": 498, + "line": 540, "column": 19 }, "end": { - "line": 498, + "line": 540, "column": 20 } } @@ -582704,15 +583191,15 @@ "binop": null }, "value": "fullwidth", - "start": 22222, - "end": 22231, + "start": 24612, + "end": 24621, "loc": { "start": { - "line": 498, + "line": 540, "column": 20 }, "end": { - "line": 498, + "line": 540, "column": 29 } } @@ -582731,15 +583218,15 @@ "updateContext": null }, "value": "<", - "start": 22232, - "end": 22233, + "start": 24622, + "end": 24623, "loc": { "start": { - "line": 498, + "line": 540, "column": 30 }, "end": { - "line": 498, + "line": 540, "column": 31 } } @@ -582758,15 +583245,15 @@ "updateContext": null }, "value": 2, - "start": 22234, - "end": 22235, + "start": 24624, + "end": 24625, "loc": { "start": { - "line": 498, + "line": 540, "column": 32 }, "end": { - "line": 498, + "line": 540, "column": 33 } } @@ -582785,15 +583272,15 @@ "updateContext": null }, "value": "||", - "start": 22236, - "end": 22238, + "start": 24626, + "end": 24628, "loc": { "start": { - "line": 498, + "line": 540, "column": 34 }, "end": { - "line": 498, + "line": 540, "column": 36 } } @@ -582811,15 +583298,15 @@ "binop": null }, "value": "_props", - "start": 22239, - "end": 22245, + "start": 24629, + "end": 24635, "loc": { "start": { - "line": 498, + "line": 540, "column": 37 }, "end": { - "line": 498, + "line": 540, "column": 43 } } @@ -582837,15 +583324,15 @@ "binop": null, "updateContext": null }, - "start": 22245, - "end": 22246, + "start": 24635, + "end": 24636, "loc": { "start": { - "line": 498, + "line": 540, "column": 43 }, "end": { - "line": 498, + "line": 540, "column": 44 } } @@ -582863,15 +583350,15 @@ "binop": null }, "value": "fullheight", - "start": 22246, - "end": 22256, + "start": 24636, + "end": 24646, "loc": { "start": { - "line": 498, + "line": 540, "column": 44 }, "end": { - "line": 498, + "line": 540, "column": 54 } } @@ -582890,15 +583377,15 @@ "updateContext": null }, "value": "<", - "start": 22257, - "end": 22258, + "start": 24647, + "end": 24648, "loc": { "start": { - "line": 498, + "line": 540, "column": 55 }, "end": { - "line": 498, + "line": 540, "column": 56 } } @@ -582917,15 +583404,15 @@ "updateContext": null }, "value": 2, - "start": 22259, - "end": 22260, + "start": 24649, + "end": 24650, "loc": { "start": { - "line": 498, + "line": 540, "column": 57 }, "end": { - "line": 498, + "line": 540, "column": 58 } } @@ -582942,15 +583429,15 @@ "postfix": false, "binop": null }, - "start": 22261, - "end": 22262, + "start": 24651, + "end": 24652, "loc": { "start": { - "line": 498, + "line": 540, "column": 59 }, "end": { - "line": 498, + "line": 540, "column": 60 } } @@ -582967,15 +583454,15 @@ "postfix": false, "binop": null }, - "start": 22263, - "end": 22264, + "start": 24653, + "end": 24654, "loc": { "start": { - "line": 498, + "line": 540, "column": 61 }, "end": { - "line": 498, + "line": 540, "column": 62 } } @@ -582995,15 +583482,15 @@ "updateContext": null }, "value": "throw", - "start": 22277, - "end": 22282, + "start": 24667, + "end": 24672, "loc": { "start": { - "line": 499, + "line": 541, "column": 12 }, "end": { - "line": 499, + "line": 541, "column": 17 } } @@ -583023,15 +583510,15 @@ "updateContext": null }, "value": "new", - "start": 22283, - "end": 22286, + "start": 24673, + "end": 24676, "loc": { "start": { - "line": 499, + "line": 541, "column": 18 }, "end": { - "line": 499, + "line": 541, "column": 21 } } @@ -583049,15 +583536,15 @@ "binop": null }, "value": "TypeError", - "start": 22287, - "end": 22296, + "start": 24677, + "end": 24686, "loc": { "start": { - "line": 499, + "line": 541, "column": 22 }, "end": { - "line": 499, + "line": 541, "column": 31 } } @@ -583074,15 +583561,15 @@ "postfix": false, "binop": null }, - "start": 22296, - "end": 22297, + "start": 24686, + "end": 24687, "loc": { "start": { - "line": 499, + "line": 541, "column": 31 }, "end": { - "line": 499, + "line": 541, "column": 32 } } @@ -583099,15 +583586,15 @@ "postfix": false, "binop": null }, - "start": 22298, - "end": 22299, + "start": 24688, + "end": 24689, "loc": { "start": { - "line": 499, + "line": 541, "column": 33 }, "end": { - "line": 499, + "line": 541, "column": 34 } } @@ -583126,15 +583613,15 @@ "updateContext": null }, "value": "The range of the timeline to be rendered is incorrect.", - "start": 22299, - "end": 22353, + "start": 24689, + "end": 24743, "loc": { "start": { - "line": 499, + "line": 541, "column": 34 }, "end": { - "line": 499, + "line": 541, "column": 88 } } @@ -583151,15 +583638,15 @@ "postfix": false, "binop": null }, - "start": 22353, - "end": 22354, + "start": 24743, + "end": 24744, "loc": { "start": { - "line": 499, + "line": 541, "column": 88 }, "end": { - "line": 499, + "line": 541, "column": 89 } } @@ -583176,15 +583663,15 @@ "postfix": false, "binop": null }, - "start": 22355, - "end": 22356, + "start": 24745, + "end": 24746, "loc": { "start": { - "line": 499, + "line": 541, "column": 90 }, "end": { - "line": 499, + "line": 541, "column": 91 } } @@ -583201,15 +583688,15 @@ "postfix": false, "binop": null }, - "start": 22365, - "end": 22366, + "start": 24755, + "end": 24756, "loc": { "start": { - "line": 500, + "line": 542, "column": 8 }, "end": { - "line": 500, + "line": 542, "column": 9 } } @@ -583229,15 +583716,15 @@ "updateContext": null }, "value": "this", - "start": 22384, - "end": 22388, + "start": 24774, + "end": 24778, "loc": { "start": { - "line": 502, + "line": 544, "column": 8 }, "end": { - "line": 502, + "line": 544, "column": 12 } } @@ -583255,15 +583742,15 @@ "binop": null, "updateContext": null }, - "start": 22388, - "end": 22389, + "start": 24778, + "end": 24779, "loc": { "start": { - "line": 502, + "line": 544, "column": 12 }, "end": { - "line": 502, + "line": 544, "column": 13 } } @@ -583281,15 +583768,15 @@ "binop": null }, "value": "_instanceProps", - "start": 22389, - "end": 22403, + "start": 24779, + "end": 24793, "loc": { "start": { - "line": 502, + "line": 544, "column": 13 }, "end": { - "line": 502, + "line": 544, "column": 27 } } @@ -583308,15 +583795,15 @@ "updateContext": null }, "value": "=", - "start": 22404, - "end": 22405, + "start": 24794, + "end": 24795, "loc": { "start": { - "line": 502, + "line": 544, "column": 28 }, "end": { - "line": 502, + "line": 544, "column": 29 } } @@ -583334,15 +583821,15 @@ "binop": null }, "value": "_props", - "start": 22406, - "end": 22412, + "start": 24796, + "end": 24802, "loc": { "start": { - "line": 502, + "line": 544, "column": 30 }, "end": { - "line": 502, + "line": 544, "column": 36 } } @@ -583359,15 +583846,15 @@ "postfix": false, "binop": null }, - "start": 22417, - "end": 22418, + "start": 24807, + "end": 24808, "loc": { "start": { - "line": 503, + "line": 545, "column": 4 }, "end": { - "line": 503, + "line": 545, "column": 5 } } @@ -583375,15 +583862,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n ", - "start": 22428, - "end": 22706, + "start": 24818, + "end": 25096, "loc": { "start": { - "line": 505, + "line": 547, "column": 4 }, "end": { - "line": 511, + "line": 553, "column": 7 } } @@ -583401,15 +583888,15 @@ "binop": null }, "value": "_getPluggableDatetime", - "start": 22711, - "end": 22732, + "start": 25101, + "end": 25122, "loc": { "start": { - "line": 512, + "line": 554, "column": 4 }, "end": { - "line": 512, + "line": 554, "column": 25 } } @@ -583426,15 +583913,15 @@ "postfix": false, "binop": null }, - "start": 22732, - "end": 22733, + "start": 25122, + "end": 25123, "loc": { "start": { - "line": 512, + "line": 554, "column": 25 }, "end": { - "line": 512, + "line": 554, "column": 26 } } @@ -583452,15 +583939,15 @@ "binop": null }, "value": "key", - "start": 22734, - "end": 22737, + "start": 25124, + "end": 25127, "loc": { "start": { - "line": 512, + "line": 554, "column": 27 }, "end": { - "line": 512, + "line": 554, "column": 30 } } @@ -583478,15 +583965,15 @@ "binop": null, "updateContext": null }, - "start": 22737, - "end": 22738, + "start": 25127, + "end": 25128, "loc": { "start": { - "line": 512, + "line": 554, "column": 30 }, "end": { - "line": 512, + "line": 554, "column": 31 } } @@ -583504,15 +583991,15 @@ "binop": null }, "value": "round_type", - "start": 22739, - "end": 22749, + "start": 25129, + "end": 25139, "loc": { "start": { - "line": 512, + "line": 554, "column": 32 }, "end": { - "line": 512, + "line": 554, "column": 42 } } @@ -583531,15 +584018,15 @@ "updateContext": null }, "value": "=", - "start": 22750, - "end": 22751, + "start": 25140, + "end": 25141, "loc": { "start": { - "line": 512, + "line": 554, "column": 43 }, "end": { - "line": 512, + "line": 554, "column": 44 } } @@ -583558,15 +584045,15 @@ "updateContext": null }, "value": "", - "start": 22752, - "end": 22754, + "start": 25142, + "end": 25144, "loc": { "start": { - "line": 512, + "line": 554, "column": 45 }, "end": { - "line": 512, + "line": 554, "column": 47 } } @@ -583583,15 +584070,15 @@ "postfix": false, "binop": null }, - "start": 22755, - "end": 22756, + "start": 25145, + "end": 25146, "loc": { "start": { - "line": 512, + "line": 554, "column": 48 }, "end": { - "line": 512, + "line": 554, "column": 49 } } @@ -583608,15 +584095,15 @@ "postfix": false, "binop": null }, - "start": 22757, - "end": 22758, + "start": 25147, + "end": 25148, "loc": { "start": { - "line": 512, + "line": 554, "column": 50 }, "end": { - "line": 512, + "line": 554, "column": 51 } } @@ -583636,15 +584123,15 @@ "updateContext": null }, "value": "let", - "start": 22767, - "end": 22770, + "start": 25157, + "end": 25160, "loc": { "start": { - "line": 513, + "line": 555, "column": 8 }, "end": { - "line": 513, + "line": 555, "column": 11 } } @@ -583662,15 +584149,15 @@ "binop": null }, "value": "_opts", - "start": 22771, - "end": 22776, + "start": 25161, + "end": 25166, "loc": { "start": { - "line": 513, + "line": 555, "column": 12 }, "end": { - "line": 513, + "line": 555, "column": 17 } } @@ -583689,15 +584176,15 @@ "updateContext": null }, "value": "=", - "start": 22784, - "end": 22785, + "start": 25174, + "end": 25175, "loc": { "start": { - "line": 513, + "line": 555, "column": 25 }, "end": { - "line": 513, + "line": 555, "column": 26 } } @@ -583717,15 +584204,15 @@ "updateContext": null }, "value": "this", - "start": 22786, - "end": 22790, + "start": 25176, + "end": 25180, "loc": { "start": { - "line": 513, + "line": 555, "column": 27 }, "end": { - "line": 513, + "line": 555, "column": 31 } } @@ -583743,15 +584230,15 @@ "binop": null, "updateContext": null }, - "start": 22790, - "end": 22791, + "start": 25180, + "end": 25181, "loc": { "start": { - "line": 513, + "line": 555, "column": 31 }, "end": { - "line": 513, + "line": 555, "column": 32 } } @@ -583769,15 +584256,15 @@ "binop": null }, "value": "_config", - "start": 22791, - "end": 22798, + "start": 25181, + "end": 25188, "loc": { "start": { - "line": 513, + "line": 555, "column": 32 }, "end": { - "line": 513, + "line": 555, "column": 39 } } @@ -583795,15 +584282,15 @@ "binop": null, "updateContext": null }, - "start": 22798, - "end": 22799, + "start": 25188, + "end": 25189, "loc": { "start": { - "line": 513, + "line": 555, "column": 39 }, "end": { - "line": 513, + "line": 555, "column": 40 } } @@ -583821,15 +584308,15 @@ "binop": null }, "value": "_date", - "start": 22812, - "end": 22817, + "start": 25202, + "end": 25207, "loc": { "start": { - "line": 514, + "line": 556, "column": 12 }, "end": { - "line": 514, + "line": 556, "column": 17 } } @@ -583848,15 +584335,15 @@ "updateContext": null }, "value": "=", - "start": 22825, - "end": 22826, + "start": 25215, + "end": 25216, "loc": { "start": { - "line": 514, + "line": 556, "column": 25 }, "end": { - "line": 514, + "line": 556, "column": 26 } } @@ -583876,15 +584363,15 @@ "updateContext": null }, "value": "null", - "start": 22827, - "end": 22831, + "start": 25217, + "end": 25221, "loc": { "start": { - "line": 514, + "line": 556, "column": 27 }, "end": { - "line": 514, + "line": 556, "column": 31 } } @@ -583902,15 +584389,15 @@ "binop": null, "updateContext": null }, - "start": 22831, - "end": 22832, + "start": 25221, + "end": 25222, "loc": { "start": { - "line": 514, + "line": 556, "column": 31 }, "end": { - "line": 514, + "line": 556, "column": 32 } } @@ -583928,15 +584415,15 @@ "binop": null }, "value": "getFirstDate", - "start": 22845, - "end": 22857, + "start": 25235, + "end": 25247, "loc": { "start": { - "line": 515, + "line": 557, "column": 12 }, "end": { - "line": 515, + "line": 557, "column": 24 } } @@ -583955,15 +584442,15 @@ "updateContext": null }, "value": "=", - "start": 22858, - "end": 22859, + "start": 25248, + "end": 25249, "loc": { "start": { - "line": 515, + "line": 557, "column": 25 }, "end": { - "line": 515, + "line": 557, "column": 26 } } @@ -583980,15 +584467,15 @@ "postfix": false, "binop": null }, - "start": 22860, - "end": 22861, + "start": 25250, + "end": 25251, "loc": { "start": { - "line": 515, + "line": 557, "column": 27 }, "end": { - "line": 515, + "line": 557, "column": 28 } } @@ -584006,15 +584493,15 @@ "binop": null }, "value": "dateObj", - "start": 22862, - "end": 22869, + "start": 25252, + "end": 25259, "loc": { "start": { - "line": 515, + "line": 557, "column": 29 }, "end": { - "line": 515, + "line": 557, "column": 36 } } @@ -584032,15 +584519,15 @@ "binop": null, "updateContext": null }, - "start": 22869, - "end": 22870, + "start": 25259, + "end": 25260, "loc": { "start": { - "line": 515, + "line": 557, "column": 36 }, "end": { - "line": 515, + "line": 557, "column": 37 } } @@ -584058,15 +584545,15 @@ "binop": null }, "value": "scale", - "start": 22871, - "end": 22876, + "start": 25261, + "end": 25266, "loc": { "start": { - "line": 515, + "line": 557, "column": 38 }, "end": { - "line": 515, + "line": 557, "column": 43 } } @@ -584083,15 +584570,15 @@ "postfix": false, "binop": null }, - "start": 22877, - "end": 22878, + "start": 25267, + "end": 25268, "loc": { "start": { - "line": 515, + "line": 557, "column": 44 }, "end": { - "line": 515, + "line": 557, "column": 45 } } @@ -584109,15 +584596,15 @@ "binop": null, "updateContext": null }, - "start": 22879, - "end": 22881, + "start": 25269, + "end": 25271, "loc": { "start": { - "line": 515, + "line": 557, "column": 46 }, "end": { - "line": 515, + "line": 557, "column": 48 } } @@ -584134,15 +584621,15 @@ "postfix": false, "binop": null }, - "start": 22882, - "end": 22883, + "start": 25272, + "end": 25273, "loc": { "start": { - "line": 515, + "line": 557, "column": 49 }, "end": { - "line": 515, + "line": 557, "column": 50 } } @@ -584162,15 +584649,15 @@ "updateContext": null }, "value": "let", - "start": 22900, - "end": 22903, + "start": 25290, + "end": 25293, "loc": { "start": { - "line": 516, + "line": 558, "column": 16 }, "end": { - "line": 516, + "line": 558, "column": 19 } } @@ -584188,15 +584675,15 @@ "binop": null }, "value": "_tmpDate", - "start": 22904, - "end": 22912, + "start": 25294, + "end": 25302, "loc": { "start": { - "line": 516, + "line": 558, "column": 20 }, "end": { - "line": 516, + "line": 558, "column": 28 } } @@ -584216,15 +584703,15 @@ "updateContext": null }, "value": "switch", - "start": 22946, - "end": 22952, + "start": 25336, + "end": 25342, "loc": { "start": { - "line": 518, + "line": 560, "column": 16 }, "end": { - "line": 518, + "line": 560, "column": 22 } } @@ -584241,15 +584728,15 @@ "postfix": false, "binop": null }, - "start": 22953, - "end": 22954, + "start": 25343, + "end": 25344, "loc": { "start": { - "line": 518, + "line": 560, "column": 23 }, "end": { - "line": 518, + "line": 560, "column": 24 } } @@ -584269,15 +584756,15 @@ "updateContext": null }, "value": "true", - "start": 22955, - "end": 22959, + "start": 25345, + "end": 25349, "loc": { "start": { - "line": 518, + "line": 560, "column": 25 }, "end": { - "line": 518, + "line": 560, "column": 29 } } @@ -584294,15 +584781,15 @@ "postfix": false, "binop": null }, - "start": 22960, - "end": 22961, + "start": 25350, + "end": 25351, "loc": { "start": { - "line": 518, + "line": 560, "column": 30 }, "end": { - "line": 518, + "line": 560, "column": 31 } } @@ -584319,15 +584806,15 @@ "postfix": false, "binop": null }, - "start": 22962, - "end": 22963, + "start": 25352, + "end": 25353, "loc": { "start": { - "line": 518, + "line": 560, "column": 32 }, "end": { - "line": 518, + "line": 560, "column": 33 } } @@ -584347,15 +584834,15 @@ "updateContext": null }, "value": "case", - "start": 22984, - "end": 22988, + "start": 25374, + "end": 25378, "loc": { "start": { - "line": 519, + "line": 561, "column": 20 }, "end": { - "line": 519, + "line": 561, "column": 24 } } @@ -584377,15 +584864,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 22989, - "end": 23016, + "start": 25379, + "end": 25406, "loc": { "start": { - "line": 519, + "line": 561, "column": 25 }, "end": { - "line": 519, + "line": 561, "column": 52 } } @@ -584403,15 +584890,15 @@ "binop": null, "updateContext": null }, - "start": 23016, - "end": 23017, + "start": 25406, + "end": 25407, "loc": { "start": { - "line": 519, + "line": 561, "column": 52 }, "end": { - "line": 519, + "line": 561, "column": 53 } } @@ -584429,15 +584916,15 @@ "binop": null }, "value": "test", - "start": 23017, - "end": 23021, + "start": 25407, + "end": 25411, "loc": { "start": { - "line": 519, + "line": 561, "column": 53 }, "end": { - "line": 519, + "line": 561, "column": 57 } } @@ -584454,15 +584941,15 @@ "postfix": false, "binop": null }, - "start": 23021, - "end": 23022, + "start": 25411, + "end": 25412, "loc": { "start": { - "line": 519, + "line": 561, "column": 57 }, "end": { - "line": 519, + "line": 561, "column": 58 } } @@ -584480,15 +584967,15 @@ "binop": null }, "value": "scale", - "start": 23023, - "end": 23028, + "start": 25413, + "end": 25418, "loc": { "start": { - "line": 519, + "line": 561, "column": 59 }, "end": { - "line": 519, + "line": 561, "column": 64 } } @@ -584505,15 +584992,15 @@ "postfix": false, "binop": null }, - "start": 23029, - "end": 23030, + "start": 25419, + "end": 25420, "loc": { "start": { - "line": 519, + "line": 561, "column": 65 }, "end": { - "line": 519, + "line": 561, "column": 66 } } @@ -584531,15 +585018,15 @@ "binop": null, "updateContext": null }, - "start": 23030, - "end": 23031, + "start": 25420, + "end": 25421, "loc": { "start": { - "line": 519, + "line": 561, "column": 66 }, "end": { - "line": 519, + "line": 561, "column": 67 } } @@ -584559,15 +585046,15 @@ "updateContext": null }, "value": "case", - "start": 23052, - "end": 23056, + "start": 25442, + "end": 25446, "loc": { "start": { - "line": 520, + "line": 562, "column": 20 }, "end": { - "line": 520, + "line": 562, "column": 24 } } @@ -584589,15 +585076,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 23057, - "end": 23069, + "start": 25447, + "end": 25459, "loc": { "start": { - "line": 520, + "line": 562, "column": 25 }, "end": { - "line": 520, + "line": 562, "column": 37 } } @@ -584615,15 +585102,15 @@ "binop": null, "updateContext": null }, - "start": 23069, - "end": 23070, + "start": 25459, + "end": 25460, "loc": { "start": { - "line": 520, + "line": 562, "column": 37 }, "end": { - "line": 520, + "line": 562, "column": 38 } } @@ -584641,15 +585128,15 @@ "binop": null }, "value": "test", - "start": 23070, - "end": 23074, + "start": 25460, + "end": 25464, "loc": { "start": { - "line": 520, + "line": 562, "column": 38 }, "end": { - "line": 520, + "line": 562, "column": 42 } } @@ -584666,15 +585153,15 @@ "postfix": false, "binop": null }, - "start": 23074, - "end": 23075, + "start": 25464, + "end": 25465, "loc": { "start": { - "line": 520, + "line": 562, "column": 42 }, "end": { - "line": 520, + "line": 562, "column": 43 } } @@ -584692,15 +585179,15 @@ "binop": null }, "value": "scale", - "start": 23076, - "end": 23081, + "start": 25466, + "end": 25471, "loc": { "start": { - "line": 520, + "line": 562, "column": 44 }, "end": { - "line": 520, + "line": 562, "column": 49 } } @@ -584717,15 +585204,15 @@ "postfix": false, "binop": null }, - "start": 23082, - "end": 23083, + "start": 25472, + "end": 25473, "loc": { "start": { - "line": 520, + "line": 562, "column": 50 }, "end": { - "line": 520, + "line": 562, "column": 51 } } @@ -584743,15 +585230,15 @@ "binop": null, "updateContext": null }, - "start": 23083, - "end": 23084, + "start": 25473, + "end": 25474, "loc": { "start": { - "line": 520, + "line": 562, "column": 51 }, "end": { - "line": 520, + "line": 562, "column": 52 } } @@ -584771,15 +585258,15 @@ "updateContext": null }, "value": "case", - "start": 23105, - "end": 23109, + "start": 25495, + "end": 25499, "loc": { "start": { - "line": 521, + "line": 563, "column": 20 }, "end": { - "line": 521, + "line": 563, "column": 24 } } @@ -584801,15 +585288,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 23110, - "end": 23130, + "start": 25500, + "end": 25520, "loc": { "start": { - "line": 521, + "line": 563, "column": 25 }, "end": { - "line": 521, + "line": 563, "column": 45 } } @@ -584827,15 +585314,15 @@ "binop": null, "updateContext": null }, - "start": 23130, - "end": 23131, + "start": 25520, + "end": 25521, "loc": { "start": { - "line": 521, + "line": 563, "column": 45 }, "end": { - "line": 521, + "line": 563, "column": 46 } } @@ -584853,15 +585340,15 @@ "binop": null }, "value": "test", - "start": 23131, - "end": 23135, + "start": 25521, + "end": 25525, "loc": { "start": { - "line": 521, + "line": 563, "column": 46 }, "end": { - "line": 521, + "line": 563, "column": 50 } } @@ -584878,15 +585365,15 @@ "postfix": false, "binop": null }, - "start": 23135, - "end": 23136, + "start": 25525, + "end": 25526, "loc": { "start": { - "line": 521, + "line": 563, "column": 50 }, "end": { - "line": 521, + "line": 563, "column": 51 } } @@ -584904,15 +585391,15 @@ "binop": null }, "value": "scale", - "start": 23137, - "end": 23142, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 521, + "line": 563, "column": 52 }, "end": { - "line": 521, + "line": 563, "column": 57 } } @@ -584929,15 +585416,15 @@ "postfix": false, "binop": null }, - "start": 23143, - "end": 23144, + "start": 25533, + "end": 25534, "loc": { "start": { - "line": 521, + "line": 563, "column": 58 }, "end": { - "line": 521, + "line": 563, "column": 59 } } @@ -584955,15 +585442,15 @@ "binop": null, "updateContext": null }, - "start": 23144, - "end": 23145, + "start": 25534, + "end": 25535, "loc": { "start": { - "line": 521, + "line": 563, "column": 59 }, "end": { - "line": 521, + "line": 563, "column": 60 } } @@ -584983,15 +585470,15 @@ "updateContext": null }, "value": "case", - "start": 23166, - "end": 23170, + "start": 25556, + "end": 25560, "loc": { "start": { - "line": 522, + "line": 564, "column": 20 }, "end": { - "line": 522, + "line": 564, "column": 24 } } @@ -585013,15 +585500,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 23171, - "end": 23183, + "start": 25561, + "end": 25573, "loc": { "start": { - "line": 522, + "line": 564, "column": 25 }, "end": { - "line": 522, + "line": 564, "column": 37 } } @@ -585039,15 +585526,15 @@ "binop": null, "updateContext": null }, - "start": 23183, - "end": 23184, + "start": 25573, + "end": 25574, "loc": { "start": { - "line": 522, + "line": 564, "column": 37 }, "end": { - "line": 522, + "line": 564, "column": 38 } } @@ -585065,15 +585552,15 @@ "binop": null }, "value": "test", - "start": 23184, - "end": 23188, + "start": 25574, + "end": 25578, "loc": { "start": { - "line": 522, + "line": 564, "column": 38 }, "end": { - "line": 522, + "line": 564, "column": 42 } } @@ -585090,15 +585577,15 @@ "postfix": false, "binop": null }, - "start": 23188, - "end": 23189, + "start": 25578, + "end": 25579, "loc": { "start": { - "line": 522, + "line": 564, "column": 42 }, "end": { - "line": 522, + "line": 564, "column": 43 } } @@ -585116,15 +585603,15 @@ "binop": null }, "value": "scale", - "start": 23190, - "end": 23195, + "start": 25580, + "end": 25585, "loc": { "start": { - "line": 522, + "line": 564, "column": 44 }, "end": { - "line": 522, + "line": 564, "column": 49 } } @@ -585141,15 +585628,15 @@ "postfix": false, "binop": null }, - "start": 23196, - "end": 23197, + "start": 25586, + "end": 25587, "loc": { "start": { - "line": 522, + "line": 564, "column": 50 }, "end": { - "line": 522, + "line": 564, "column": 51 } } @@ -585167,15 +585654,15 @@ "binop": null, "updateContext": null }, - "start": 23197, - "end": 23198, + "start": 25587, + "end": 25588, "loc": { "start": { - "line": 522, + "line": 564, "column": 51 }, "end": { - "line": 522, + "line": 564, "column": 52 } } @@ -585195,15 +585682,15 @@ "updateContext": null }, "value": "case", - "start": 23219, - "end": 23223, + "start": 25609, + "end": 25613, "loc": { "start": { - "line": 523, + "line": 565, "column": 20 }, "end": { - "line": 523, + "line": 565, "column": 24 } } @@ -585225,15 +585712,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 23224, - "end": 23235, + "start": 25614, + "end": 25625, "loc": { "start": { - "line": 523, + "line": 565, "column": 25 }, "end": { - "line": 523, + "line": 565, "column": 36 } } @@ -585251,15 +585738,15 @@ "binop": null, "updateContext": null }, - "start": 23235, - "end": 23236, + "start": 25625, + "end": 25626, "loc": { "start": { - "line": 523, + "line": 565, "column": 36 }, "end": { - "line": 523, + "line": 565, "column": 37 } } @@ -585277,15 +585764,15 @@ "binop": null }, "value": "test", - "start": 23236, - "end": 23240, + "start": 25626, + "end": 25630, "loc": { "start": { - "line": 523, + "line": 565, "column": 37 }, "end": { - "line": 523, + "line": 565, "column": 41 } } @@ -585302,15 +585789,15 @@ "postfix": false, "binop": null }, - "start": 23240, - "end": 23241, + "start": 25630, + "end": 25631, "loc": { "start": { - "line": 523, + "line": 565, "column": 41 }, "end": { - "line": 523, + "line": 565, "column": 42 } } @@ -585328,15 +585815,15 @@ "binop": null }, "value": "scale", - "start": 23242, - "end": 23247, + "start": 25632, + "end": 25637, "loc": { "start": { - "line": 523, + "line": 565, "column": 43 }, "end": { - "line": 523, + "line": 565, "column": 48 } } @@ -585353,15 +585840,15 @@ "postfix": false, "binop": null }, - "start": 23248, - "end": 23249, + "start": 25638, + "end": 25639, "loc": { "start": { - "line": 523, + "line": 565, "column": 49 }, "end": { - "line": 523, + "line": 565, "column": 50 } } @@ -585379,15 +585866,15 @@ "binop": null, "updateContext": null }, - "start": 23249, - "end": 23250, + "start": 25639, + "end": 25640, "loc": { "start": { - "line": 523, + "line": 565, "column": 50 }, "end": { - "line": 523, + "line": 565, "column": 51 } } @@ -585405,15 +585892,15 @@ "binop": null }, "value": "_tmpDate", - "start": 23275, - "end": 23283, + "start": 25665, + "end": 25673, "loc": { "start": { - "line": 524, + "line": 566, "column": 24 }, "end": { - "line": 524, + "line": 566, "column": 32 } } @@ -585432,15 +585919,15 @@ "updateContext": null }, "value": "=", - "start": 23284, - "end": 23285, + "start": 25674, + "end": 25675, "loc": { "start": { - "line": 524, + "line": 566, "column": 33 }, "end": { - "line": 524, + "line": 566, "column": 34 } } @@ -585460,15 +585947,15 @@ "updateContext": null }, "value": "new", - "start": 23286, - "end": 23289, + "start": 25676, + "end": 25679, "loc": { "start": { - "line": 524, + "line": 566, "column": 35 }, "end": { - "line": 524, + "line": 566, "column": 38 } } @@ -585486,15 +585973,15 @@ "binop": null }, "value": "Date", - "start": 23290, - "end": 23294, + "start": 25680, + "end": 25684, "loc": { "start": { - "line": 524, + "line": 566, "column": 39 }, "end": { - "line": 524, + "line": 566, "column": 43 } } @@ -585511,15 +585998,15 @@ "postfix": false, "binop": null }, - "start": 23294, - "end": 23295, + "start": 25684, + "end": 25685, "loc": { "start": { - "line": 524, + "line": 566, "column": 43 }, "end": { - "line": 524, + "line": 566, "column": 44 } } @@ -585537,15 +586024,15 @@ "binop": null }, "value": "dateObj", - "start": 23296, - "end": 23303, + "start": 25686, + "end": 25693, "loc": { "start": { - "line": 524, + "line": 566, "column": 45 }, "end": { - "line": 524, + "line": 566, "column": 52 } } @@ -585563,15 +586050,15 @@ "binop": null, "updateContext": null }, - "start": 23303, - "end": 23304, + "start": 25693, + "end": 25694, "loc": { "start": { - "line": 524, + "line": 566, "column": 52 }, "end": { - "line": 524, + "line": 566, "column": 53 } } @@ -585589,15 +586076,15 @@ "binop": null }, "value": "getFullYear", - "start": 23304, - "end": 23315, + "start": 25694, + "end": 25705, "loc": { "start": { - "line": 524, + "line": 566, "column": 53 }, "end": { - "line": 524, + "line": 566, "column": 64 } } @@ -585614,15 +586101,15 @@ "postfix": false, "binop": null }, - "start": 23315, - "end": 23316, + "start": 25705, + "end": 25706, "loc": { "start": { - "line": 524, + "line": 566, "column": 64 }, "end": { - "line": 524, + "line": 566, "column": 65 } } @@ -585639,15 +586126,15 @@ "postfix": false, "binop": null }, - "start": 23316, - "end": 23317, + "start": 25706, + "end": 25707, "loc": { "start": { - "line": 524, + "line": 566, "column": 65 }, "end": { - "line": 524, + "line": 566, "column": 66 } } @@ -585665,15 +586152,15 @@ "binop": null, "updateContext": null }, - "start": 23317, - "end": 23318, + "start": 25707, + "end": 25708, "loc": { "start": { - "line": 524, + "line": 566, "column": 66 }, "end": { - "line": 524, + "line": 566, "column": 67 } } @@ -585692,15 +586179,15 @@ "updateContext": null }, "value": 0, - "start": 23319, - "end": 23320, + "start": 25709, + "end": 25710, "loc": { "start": { - "line": 524, + "line": 566, "column": 68 }, "end": { - "line": 524, + "line": 566, "column": 69 } } @@ -585718,15 +586205,15 @@ "binop": null, "updateContext": null }, - "start": 23320, - "end": 23321, + "start": 25710, + "end": 25711, "loc": { "start": { - "line": 524, + "line": 566, "column": 69 }, "end": { - "line": 524, + "line": 566, "column": 70 } } @@ -585745,15 +586232,15 @@ "updateContext": null }, "value": 1, - "start": 23322, - "end": 23323, + "start": 25712, + "end": 25713, "loc": { "start": { - "line": 524, + "line": 566, "column": 71 }, "end": { - "line": 524, + "line": 566, "column": 72 } } @@ -585770,15 +586257,15 @@ "postfix": false, "binop": null }, - "start": 23324, - "end": 23325, + "start": 25714, + "end": 25715, "loc": { "start": { - "line": 524, + "line": 566, "column": 73 }, "end": { - "line": 524, + "line": 566, "column": 74 } } @@ -585798,15 +586285,15 @@ "updateContext": null }, "value": "break", - "start": 23350, - "end": 23355, + "start": 25740, + "end": 25745, "loc": { "start": { - "line": 525, + "line": 567, "column": 24 }, "end": { - "line": 525, + "line": 567, "column": 29 } } @@ -585826,15 +586313,15 @@ "updateContext": null }, "value": "case", - "start": 23376, - "end": 23380, + "start": 25766, + "end": 25770, "loc": { "start": { - "line": 526, + "line": 568, "column": 20 }, "end": { - "line": 526, + "line": 568, "column": 24 } } @@ -585856,15 +586343,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 23381, - "end": 23393, + "start": 25771, + "end": 25783, "loc": { "start": { - "line": 526, + "line": 568, "column": 25 }, "end": { - "line": 526, + "line": 568, "column": 37 } } @@ -585882,15 +586369,15 @@ "binop": null, "updateContext": null }, - "start": 23393, - "end": 23394, + "start": 25783, + "end": 25784, "loc": { "start": { - "line": 526, + "line": 568, "column": 37 }, "end": { - "line": 526, + "line": 568, "column": 38 } } @@ -585908,15 +586395,15 @@ "binop": null }, "value": "test", - "start": 23394, - "end": 23398, + "start": 25784, + "end": 25788, "loc": { "start": { - "line": 526, + "line": 568, "column": 38 }, "end": { - "line": 526, + "line": 568, "column": 42 } } @@ -585933,15 +586420,15 @@ "postfix": false, "binop": null }, - "start": 23398, - "end": 23399, + "start": 25788, + "end": 25789, "loc": { "start": { - "line": 526, + "line": 568, "column": 42 }, "end": { - "line": 526, + "line": 568, "column": 43 } } @@ -585959,15 +586446,15 @@ "binop": null }, "value": "scale", - "start": 23400, - "end": 23405, + "start": 25790, + "end": 25795, "loc": { "start": { - "line": 526, + "line": 568, "column": 44 }, "end": { - "line": 526, + "line": 568, "column": 49 } } @@ -585984,15 +586471,15 @@ "postfix": false, "binop": null }, - "start": 23406, - "end": 23407, + "start": 25796, + "end": 25797, "loc": { "start": { - "line": 526, + "line": 568, "column": 50 }, "end": { - "line": 526, + "line": 568, "column": 51 } } @@ -586010,15 +586497,15 @@ "binop": null, "updateContext": null }, - "start": 23407, - "end": 23408, + "start": 25797, + "end": 25798, "loc": { "start": { - "line": 526, + "line": 568, "column": 51 }, "end": { - "line": 526, + "line": 568, "column": 52 } } @@ -586036,15 +586523,15 @@ "binop": null }, "value": "_tmpDate", - "start": 23433, - "end": 23441, + "start": 25823, + "end": 25831, "loc": { "start": { - "line": 527, + "line": 569, "column": 24 }, "end": { - "line": 527, + "line": 569, "column": 32 } } @@ -586063,15 +586550,15 @@ "updateContext": null }, "value": "=", - "start": 23442, - "end": 23443, + "start": 25832, + "end": 25833, "loc": { "start": { - "line": 527, + "line": 569, "column": 33 }, "end": { - "line": 527, + "line": 569, "column": 34 } } @@ -586091,15 +586578,15 @@ "updateContext": null }, "value": "new", - "start": 23444, - "end": 23447, + "start": 25834, + "end": 25837, "loc": { "start": { - "line": 527, + "line": 569, "column": 35 }, "end": { - "line": 527, + "line": 569, "column": 38 } } @@ -586117,15 +586604,15 @@ "binop": null }, "value": "Date", - "start": 23448, - "end": 23452, + "start": 25838, + "end": 25842, "loc": { "start": { - "line": 527, + "line": 569, "column": 39 }, "end": { - "line": 527, + "line": 569, "column": 43 } } @@ -586142,15 +586629,15 @@ "postfix": false, "binop": null }, - "start": 23452, - "end": 23453, + "start": 25842, + "end": 25843, "loc": { "start": { - "line": 527, + "line": 569, "column": 43 }, "end": { - "line": 527, + "line": 569, "column": 44 } } @@ -586168,15 +586655,15 @@ "binop": null }, "value": "dateObj", - "start": 23454, - "end": 23461, + "start": 25844, + "end": 25851, "loc": { "start": { - "line": 527, + "line": 569, "column": 45 }, "end": { - "line": 527, + "line": 569, "column": 52 } } @@ -586194,15 +586681,15 @@ "binop": null, "updateContext": null }, - "start": 23461, - "end": 23462, + "start": 25851, + "end": 25852, "loc": { "start": { - "line": 527, + "line": 569, "column": 52 }, "end": { - "line": 527, + "line": 569, "column": 53 } } @@ -586220,15 +586707,15 @@ "binop": null }, "value": "getFullYear", - "start": 23462, - "end": 23473, + "start": 25852, + "end": 25863, "loc": { "start": { - "line": 527, + "line": 569, "column": 53 }, "end": { - "line": 527, + "line": 569, "column": 64 } } @@ -586245,15 +586732,15 @@ "postfix": false, "binop": null }, - "start": 23473, - "end": 23474, + "start": 25863, + "end": 25864, "loc": { "start": { - "line": 527, + "line": 569, "column": 64 }, "end": { - "line": 527, + "line": 569, "column": 65 } } @@ -586270,15 +586757,15 @@ "postfix": false, "binop": null }, - "start": 23474, - "end": 23475, + "start": 25864, + "end": 25865, "loc": { "start": { - "line": 527, + "line": 569, "column": 65 }, "end": { - "line": 527, + "line": 569, "column": 66 } } @@ -586296,15 +586783,15 @@ "binop": null, "updateContext": null }, - "start": 23475, - "end": 23476, + "start": 25865, + "end": 25866, "loc": { "start": { - "line": 527, + "line": 569, "column": 66 }, "end": { - "line": 527, + "line": 569, "column": 67 } } @@ -586322,15 +586809,15 @@ "binop": null }, "value": "dateObj", - "start": 23477, - "end": 23484, + "start": 25867, + "end": 25874, "loc": { "start": { - "line": 527, + "line": 569, "column": 68 }, "end": { - "line": 527, + "line": 569, "column": 75 } } @@ -586348,15 +586835,15 @@ "binop": null, "updateContext": null }, - "start": 23484, - "end": 23485, + "start": 25874, + "end": 25875, "loc": { "start": { - "line": 527, + "line": 569, "column": 75 }, "end": { - "line": 527, + "line": 569, "column": 76 } } @@ -586374,15 +586861,15 @@ "binop": null }, "value": "getMonth", - "start": 23485, - "end": 23493, + "start": 25875, + "end": 25883, "loc": { "start": { - "line": 527, + "line": 569, "column": 76 }, "end": { - "line": 527, + "line": 569, "column": 84 } } @@ -586399,15 +586886,15 @@ "postfix": false, "binop": null }, - "start": 23493, - "end": 23494, + "start": 25883, + "end": 25884, "loc": { "start": { - "line": 527, + "line": 569, "column": 84 }, "end": { - "line": 527, + "line": 569, "column": 85 } } @@ -586424,15 +586911,15 @@ "postfix": false, "binop": null }, - "start": 23494, - "end": 23495, + "start": 25884, + "end": 25885, "loc": { "start": { - "line": 527, + "line": 569, "column": 85 }, "end": { - "line": 527, + "line": 569, "column": 86 } } @@ -586450,15 +586937,15 @@ "binop": null, "updateContext": null }, - "start": 23495, - "end": 23496, + "start": 25885, + "end": 25886, "loc": { "start": { - "line": 527, + "line": 569, "column": 86 }, "end": { - "line": 527, + "line": 569, "column": 87 } } @@ -586477,15 +586964,15 @@ "updateContext": null }, "value": 1, - "start": 23497, - "end": 23498, + "start": 25887, + "end": 25888, "loc": { "start": { - "line": 527, + "line": 569, "column": 88 }, "end": { - "line": 527, + "line": 569, "column": 89 } } @@ -586502,15 +586989,15 @@ "postfix": false, "binop": null }, - "start": 23499, - "end": 23500, + "start": 25889, + "end": 25890, "loc": { "start": { - "line": 527, + "line": 569, "column": 90 }, "end": { - "line": 527, + "line": 569, "column": 91 } } @@ -586530,15 +587017,15 @@ "updateContext": null }, "value": "break", - "start": 23525, - "end": 23530, + "start": 25915, + "end": 25920, "loc": { "start": { - "line": 528, + "line": 570, "column": 24 }, "end": { - "line": 528, + "line": 570, "column": 29 } } @@ -586558,15 +587045,15 @@ "updateContext": null }, "value": "case", - "start": 23551, - "end": 23555, + "start": 25941, + "end": 25945, "loc": { "start": { - "line": 529, + "line": 571, "column": 20 }, "end": { - "line": 529, + "line": 571, "column": 24 } } @@ -586588,15 +587075,15 @@ "pattern": "^(week|day)s?$", "flags": "i" }, - "start": 23556, - "end": 23573, + "start": 25946, + "end": 25963, "loc": { "start": { - "line": 529, + "line": 571, "column": 25 }, "end": { - "line": 529, + "line": 571, "column": 42 } } @@ -586614,15 +587101,15 @@ "binop": null, "updateContext": null }, - "start": 23573, - "end": 23574, + "start": 25963, + "end": 25964, "loc": { "start": { - "line": 529, + "line": 571, "column": 42 }, "end": { - "line": 529, + "line": 571, "column": 43 } } @@ -586640,15 +587127,15 @@ "binop": null }, "value": "test", - "start": 23574, - "end": 23578, + "start": 25964, + "end": 25968, "loc": { "start": { - "line": 529, + "line": 571, "column": 43 }, "end": { - "line": 529, + "line": 571, "column": 47 } } @@ -586665,15 +587152,15 @@ "postfix": false, "binop": null }, - "start": 23578, - "end": 23579, + "start": 25968, + "end": 25969, "loc": { "start": { - "line": 529, + "line": 571, "column": 47 }, "end": { - "line": 529, + "line": 571, "column": 48 } } @@ -586691,15 +587178,15 @@ "binop": null }, "value": "scale", - "start": 23580, - "end": 23585, + "start": 25970, + "end": 25975, "loc": { "start": { - "line": 529, + "line": 571, "column": 49 }, "end": { - "line": 529, + "line": 571, "column": 54 } } @@ -586716,15 +587203,15 @@ "postfix": false, "binop": null }, - "start": 23586, - "end": 23587, + "start": 25976, + "end": 25977, "loc": { "start": { - "line": 529, + "line": 571, "column": 55 }, "end": { - "line": 529, + "line": 571, "column": 56 } } @@ -586742,15 +587229,15 @@ "binop": null, "updateContext": null }, - "start": 23587, - "end": 23588, + "start": 25977, + "end": 25978, "loc": { "start": { - "line": 529, + "line": 571, "column": 56 }, "end": { - "line": 529, + "line": 571, "column": 57 } } @@ -586768,15 +587255,15 @@ "binop": null }, "value": "_tmpDate", - "start": 23613, - "end": 23621, + "start": 26003, + "end": 26011, "loc": { "start": { - "line": 530, + "line": 572, "column": 24 }, "end": { - "line": 530, + "line": 572, "column": 32 } } @@ -586795,15 +587282,15 @@ "updateContext": null }, "value": "=", - "start": 23622, - "end": 23623, + "start": 26012, + "end": 26013, "loc": { "start": { - "line": 530, + "line": 572, "column": 33 }, "end": { - "line": 530, + "line": 572, "column": 34 } } @@ -586823,15 +587310,15 @@ "updateContext": null }, "value": "new", - "start": 23624, - "end": 23627, + "start": 26014, + "end": 26017, "loc": { "start": { - "line": 530, + "line": 572, "column": 35 }, "end": { - "line": 530, + "line": 572, "column": 38 } } @@ -586849,15 +587336,15 @@ "binop": null }, "value": "Date", - "start": 23628, - "end": 23632, + "start": 26018, + "end": 26022, "loc": { "start": { - "line": 530, + "line": 572, "column": 39 }, "end": { - "line": 530, + "line": 572, "column": 43 } } @@ -586874,15 +587361,15 @@ "postfix": false, "binop": null }, - "start": 23632, - "end": 23633, + "start": 26022, + "end": 26023, "loc": { "start": { - "line": 530, + "line": 572, "column": 43 }, "end": { - "line": 530, + "line": 572, "column": 44 } } @@ -586900,15 +587387,15 @@ "binop": null }, "value": "dateObj", - "start": 23634, - "end": 23641, + "start": 26024, + "end": 26031, "loc": { "start": { - "line": 530, + "line": 572, "column": 45 }, "end": { - "line": 530, + "line": 572, "column": 52 } } @@ -586926,15 +587413,15 @@ "binop": null, "updateContext": null }, - "start": 23641, - "end": 23642, + "start": 26031, + "end": 26032, "loc": { "start": { - "line": 530, + "line": 572, "column": 52 }, "end": { - "line": 530, + "line": 572, "column": 53 } } @@ -586952,15 +587439,15 @@ "binop": null }, "value": "getFullYear", - "start": 23642, - "end": 23653, + "start": 26032, + "end": 26043, "loc": { "start": { - "line": 530, + "line": 572, "column": 53 }, "end": { - "line": 530, + "line": 572, "column": 64 } } @@ -586977,15 +587464,15 @@ "postfix": false, "binop": null }, - "start": 23653, - "end": 23654, + "start": 26043, + "end": 26044, "loc": { "start": { - "line": 530, + "line": 572, "column": 64 }, "end": { - "line": 530, + "line": 572, "column": 65 } } @@ -587002,15 +587489,15 @@ "postfix": false, "binop": null }, - "start": 23654, - "end": 23655, + "start": 26044, + "end": 26045, "loc": { "start": { - "line": 530, + "line": 572, "column": 65 }, "end": { - "line": 530, + "line": 572, "column": 66 } } @@ -587028,15 +587515,15 @@ "binop": null, "updateContext": null }, - "start": 23655, - "end": 23656, + "start": 26045, + "end": 26046, "loc": { "start": { - "line": 530, + "line": 572, "column": 66 }, "end": { - "line": 530, + "line": 572, "column": 67 } } @@ -587054,15 +587541,15 @@ "binop": null }, "value": "dateObj", - "start": 23657, - "end": 23664, + "start": 26047, + "end": 26054, "loc": { "start": { - "line": 530, + "line": 572, "column": 68 }, "end": { - "line": 530, + "line": 572, "column": 75 } } @@ -587080,15 +587567,15 @@ "binop": null, "updateContext": null }, - "start": 23664, - "end": 23665, + "start": 26054, + "end": 26055, "loc": { "start": { - "line": 530, + "line": 572, "column": 75 }, "end": { - "line": 530, + "line": 572, "column": 76 } } @@ -587106,15 +587593,15 @@ "binop": null }, "value": "getMonth", - "start": 23665, - "end": 23673, + "start": 26055, + "end": 26063, "loc": { "start": { - "line": 530, + "line": 572, "column": 76 }, "end": { - "line": 530, + "line": 572, "column": 84 } } @@ -587131,15 +587618,15 @@ "postfix": false, "binop": null }, - "start": 23673, - "end": 23674, + "start": 26063, + "end": 26064, "loc": { "start": { - "line": 530, + "line": 572, "column": 84 }, "end": { - "line": 530, + "line": 572, "column": 85 } } @@ -587156,15 +587643,15 @@ "postfix": false, "binop": null }, - "start": 23674, - "end": 23675, + "start": 26064, + "end": 26065, "loc": { "start": { - "line": 530, + "line": 572, "column": 85 }, "end": { - "line": 530, + "line": 572, "column": 86 } } @@ -587182,15 +587669,15 @@ "binop": null, "updateContext": null }, - "start": 23675, - "end": 23676, + "start": 26065, + "end": 26066, "loc": { "start": { - "line": 530, + "line": 572, "column": 86 }, "end": { - "line": 530, + "line": 572, "column": 87 } } @@ -587208,15 +587695,15 @@ "binop": null }, "value": "dateObj", - "start": 23677, - "end": 23684, + "start": 26067, + "end": 26074, "loc": { "start": { - "line": 530, + "line": 572, "column": 88 }, "end": { - "line": 530, + "line": 572, "column": 95 } } @@ -587234,15 +587721,15 @@ "binop": null, "updateContext": null }, - "start": 23684, - "end": 23685, + "start": 26074, + "end": 26075, "loc": { "start": { - "line": 530, + "line": 572, "column": 95 }, "end": { - "line": 530, + "line": 572, "column": 96 } } @@ -587260,15 +587747,15 @@ "binop": null }, "value": "getDate", - "start": 23685, - "end": 23692, + "start": 26075, + "end": 26082, "loc": { "start": { - "line": 530, + "line": 572, "column": 96 }, "end": { - "line": 530, + "line": 572, "column": 103 } } @@ -587285,15 +587772,15 @@ "postfix": false, "binop": null }, - "start": 23692, - "end": 23693, + "start": 26082, + "end": 26083, "loc": { "start": { - "line": 530, + "line": 572, "column": 103 }, "end": { - "line": 530, + "line": 572, "column": 104 } } @@ -587310,15 +587797,15 @@ "postfix": false, "binop": null }, - "start": 23693, - "end": 23694, + "start": 26083, + "end": 26084, "loc": { "start": { - "line": 530, + "line": 572, "column": 104 }, "end": { - "line": 530, + "line": 572, "column": 105 } } @@ -587335,15 +587822,15 @@ "postfix": false, "binop": null }, - "start": 23695, - "end": 23696, + "start": 26085, + "end": 26086, "loc": { "start": { - "line": 530, + "line": 572, "column": 106 }, "end": { - "line": 530, + "line": 572, "column": 107 } } @@ -587363,15 +587850,15 @@ "updateContext": null }, "value": "break", - "start": 23721, - "end": 23726, + "start": 26111, + "end": 26116, "loc": { "start": { - "line": 531, + "line": 573, "column": 24 }, "end": { - "line": 531, + "line": 573, "column": 29 } } @@ -587391,15 +587878,15 @@ "updateContext": null }, "value": "case", - "start": 23747, - "end": 23751, + "start": 26137, + "end": 26141, "loc": { "start": { - "line": 532, + "line": 574, "column": 20 }, "end": { - "line": 532, + "line": 574, "column": 24 } } @@ -587421,15 +587908,15 @@ "pattern": "^(|half|quarter)-?hours?$", "flags": "i" }, - "start": 23752, - "end": 23780, + "start": 26142, + "end": 26170, "loc": { "start": { - "line": 532, + "line": 574, "column": 25 }, "end": { - "line": 532, + "line": 574, "column": 53 } } @@ -587447,15 +587934,15 @@ "binop": null, "updateContext": null }, - "start": 23780, - "end": 23781, + "start": 26170, + "end": 26171, "loc": { "start": { - "line": 532, + "line": 574, "column": 53 }, "end": { - "line": 532, + "line": 574, "column": 54 } } @@ -587473,15 +587960,15 @@ "binop": null }, "value": "test", - "start": 23781, - "end": 23785, + "start": 26171, + "end": 26175, "loc": { "start": { - "line": 532, + "line": 574, "column": 54 }, "end": { - "line": 532, + "line": 574, "column": 58 } } @@ -587498,15 +587985,15 @@ "postfix": false, "binop": null }, - "start": 23785, - "end": 23786, + "start": 26175, + "end": 26176, "loc": { "start": { - "line": 532, + "line": 574, "column": 58 }, "end": { - "line": 532, + "line": 574, "column": 59 } } @@ -587524,15 +588011,15 @@ "binop": null }, "value": "scale", - "start": 23787, - "end": 23792, + "start": 26177, + "end": 26182, "loc": { "start": { - "line": 532, + "line": 574, "column": 60 }, "end": { - "line": 532, + "line": 574, "column": 65 } } @@ -587549,15 +588036,15 @@ "postfix": false, "binop": null }, - "start": 23793, - "end": 23794, + "start": 26183, + "end": 26184, "loc": { "start": { - "line": 532, + "line": 574, "column": 66 }, "end": { - "line": 532, + "line": 574, "column": 67 } } @@ -587575,15 +588062,15 @@ "binop": null, "updateContext": null }, - "start": 23794, - "end": 23795, + "start": 26184, + "end": 26185, "loc": { "start": { - "line": 532, + "line": 574, "column": 67 }, "end": { - "line": 532, + "line": 574, "column": 68 } } @@ -587601,15 +588088,15 @@ "binop": null }, "value": "_tmpDate", - "start": 23820, - "end": 23828, + "start": 26210, + "end": 26218, "loc": { "start": { - "line": 533, + "line": 575, "column": 24 }, "end": { - "line": 533, + "line": 575, "column": 32 } } @@ -587628,15 +588115,15 @@ "updateContext": null }, "value": "=", - "start": 23829, - "end": 23830, + "start": 26219, + "end": 26220, "loc": { "start": { - "line": 533, + "line": 575, "column": 33 }, "end": { - "line": 533, + "line": 575, "column": 34 } } @@ -587656,15 +588143,15 @@ "updateContext": null }, "value": "new", - "start": 23831, - "end": 23834, + "start": 26221, + "end": 26224, "loc": { "start": { - "line": 533, + "line": 575, "column": 35 }, "end": { - "line": 533, + "line": 575, "column": 38 } } @@ -587682,15 +588169,15 @@ "binop": null }, "value": "Date", - "start": 23835, - "end": 23839, + "start": 26225, + "end": 26229, "loc": { "start": { - "line": 533, + "line": 575, "column": 39 }, "end": { - "line": 533, + "line": 575, "column": 43 } } @@ -587707,15 +588194,15 @@ "postfix": false, "binop": null }, - "start": 23839, - "end": 23840, + "start": 26229, + "end": 26230, "loc": { "start": { - "line": 533, + "line": 575, "column": 43 }, "end": { - "line": 533, + "line": 575, "column": 44 } } @@ -587733,15 +588220,15 @@ "binop": null }, "value": "dateObj", - "start": 23841, - "end": 23848, + "start": 26231, + "end": 26238, "loc": { "start": { - "line": 533, + "line": 575, "column": 45 }, "end": { - "line": 533, + "line": 575, "column": 52 } } @@ -587759,15 +588246,15 @@ "binop": null, "updateContext": null }, - "start": 23848, - "end": 23849, + "start": 26238, + "end": 26239, "loc": { "start": { - "line": 533, + "line": 575, "column": 52 }, "end": { - "line": 533, + "line": 575, "column": 53 } } @@ -587785,15 +588272,15 @@ "binop": null }, "value": "getFullYear", - "start": 23849, - "end": 23860, + "start": 26239, + "end": 26250, "loc": { "start": { - "line": 533, + "line": 575, "column": 53 }, "end": { - "line": 533, + "line": 575, "column": 64 } } @@ -587810,15 +588297,15 @@ "postfix": false, "binop": null }, - "start": 23860, - "end": 23861, + "start": 26250, + "end": 26251, "loc": { "start": { - "line": 533, + "line": 575, "column": 64 }, "end": { - "line": 533, + "line": 575, "column": 65 } } @@ -587835,15 +588322,15 @@ "postfix": false, "binop": null }, - "start": 23861, - "end": 23862, + "start": 26251, + "end": 26252, "loc": { "start": { - "line": 533, + "line": 575, "column": 65 }, "end": { - "line": 533, + "line": 575, "column": 66 } } @@ -587861,15 +588348,15 @@ "binop": null, "updateContext": null }, - "start": 23862, - "end": 23863, + "start": 26252, + "end": 26253, "loc": { "start": { - "line": 533, + "line": 575, "column": 66 }, "end": { - "line": 533, + "line": 575, "column": 67 } } @@ -587887,15 +588374,15 @@ "binop": null }, "value": "dateObj", - "start": 23864, - "end": 23871, + "start": 26254, + "end": 26261, "loc": { "start": { - "line": 533, + "line": 575, "column": 68 }, "end": { - "line": 533, + "line": 575, "column": 75 } } @@ -587913,15 +588400,15 @@ "binop": null, "updateContext": null }, - "start": 23871, - "end": 23872, + "start": 26261, + "end": 26262, "loc": { "start": { - "line": 533, + "line": 575, "column": 75 }, "end": { - "line": 533, + "line": 575, "column": 76 } } @@ -587939,15 +588426,15 @@ "binop": null }, "value": "getMonth", - "start": 23872, - "end": 23880, + "start": 26262, + "end": 26270, "loc": { "start": { - "line": 533, + "line": 575, "column": 76 }, "end": { - "line": 533, + "line": 575, "column": 84 } } @@ -587964,15 +588451,15 @@ "postfix": false, "binop": null }, - "start": 23880, - "end": 23881, + "start": 26270, + "end": 26271, "loc": { "start": { - "line": 533, + "line": 575, "column": 84 }, "end": { - "line": 533, + "line": 575, "column": 85 } } @@ -587989,15 +588476,15 @@ "postfix": false, "binop": null }, - "start": 23881, - "end": 23882, + "start": 26271, + "end": 26272, "loc": { "start": { - "line": 533, + "line": 575, "column": 85 }, "end": { - "line": 533, + "line": 575, "column": 86 } } @@ -588015,15 +588502,15 @@ "binop": null, "updateContext": null }, - "start": 23882, - "end": 23883, + "start": 26272, + "end": 26273, "loc": { "start": { - "line": 533, + "line": 575, "column": 86 }, "end": { - "line": 533, + "line": 575, "column": 87 } } @@ -588041,15 +588528,15 @@ "binop": null }, "value": "dateObj", - "start": 23884, - "end": 23891, + "start": 26274, + "end": 26281, "loc": { "start": { - "line": 533, + "line": 575, "column": 88 }, "end": { - "line": 533, + "line": 575, "column": 95 } } @@ -588067,15 +588554,15 @@ "binop": null, "updateContext": null }, - "start": 23891, - "end": 23892, + "start": 26281, + "end": 26282, "loc": { "start": { - "line": 533, + "line": 575, "column": 95 }, "end": { - "line": 533, + "line": 575, "column": 96 } } @@ -588093,15 +588580,15 @@ "binop": null }, "value": "getDate", - "start": 23892, - "end": 23899, + "start": 26282, + "end": 26289, "loc": { "start": { - "line": 533, + "line": 575, "column": 96 }, "end": { - "line": 533, + "line": 575, "column": 103 } } @@ -588118,15 +588605,15 @@ "postfix": false, "binop": null }, - "start": 23899, - "end": 23900, + "start": 26289, + "end": 26290, "loc": { "start": { - "line": 533, + "line": 575, "column": 103 }, "end": { - "line": 533, + "line": 575, "column": 104 } } @@ -588143,15 +588630,15 @@ "postfix": false, "binop": null }, - "start": 23900, - "end": 23901, + "start": 26290, + "end": 26291, "loc": { "start": { - "line": 533, + "line": 575, "column": 104 }, "end": { - "line": 533, + "line": 575, "column": 105 } } @@ -588169,15 +588656,15 @@ "binop": null, "updateContext": null }, - "start": 23901, - "end": 23902, + "start": 26291, + "end": 26292, "loc": { "start": { - "line": 533, + "line": 575, "column": 105 }, "end": { - "line": 533, + "line": 575, "column": 106 } } @@ -588195,15 +588682,15 @@ "binop": null }, "value": "dateObj", - "start": 23903, - "end": 23910, + "start": 26293, + "end": 26300, "loc": { "start": { - "line": 533, + "line": 575, "column": 107 }, "end": { - "line": 533, + "line": 575, "column": 114 } } @@ -588221,15 +588708,15 @@ "binop": null, "updateContext": null }, - "start": 23910, - "end": 23911, + "start": 26300, + "end": 26301, "loc": { "start": { - "line": 533, + "line": 575, "column": 114 }, "end": { - "line": 533, + "line": 575, "column": 115 } } @@ -588247,15 +588734,15 @@ "binop": null }, "value": "getHours", - "start": 23911, - "end": 23919, + "start": 26301, + "end": 26309, "loc": { "start": { - "line": 533, + "line": 575, "column": 115 }, "end": { - "line": 533, + "line": 575, "column": 123 } } @@ -588272,15 +588759,15 @@ "postfix": false, "binop": null }, - "start": 23919, - "end": 23920, + "start": 26309, + "end": 26310, "loc": { "start": { - "line": 533, + "line": 575, "column": 123 }, "end": { - "line": 533, + "line": 575, "column": 124 } } @@ -588297,15 +588784,15 @@ "postfix": false, "binop": null }, - "start": 23920, - "end": 23921, + "start": 26310, + "end": 26311, "loc": { "start": { - "line": 533, + "line": 575, "column": 124 }, "end": { - "line": 533, + "line": 575, "column": 125 } } @@ -588322,15 +588809,15 @@ "postfix": false, "binop": null }, - "start": 23922, - "end": 23923, + "start": 26312, + "end": 26313, "loc": { "start": { - "line": 533, + "line": 575, "column": 126 }, "end": { - "line": 533, + "line": 575, "column": 127 } } @@ -588350,15 +588837,15 @@ "updateContext": null }, "value": "break", - "start": 23948, - "end": 23953, + "start": 26338, + "end": 26343, "loc": { "start": { - "line": 534, + "line": 576, "column": 24 }, "end": { - "line": 534, + "line": 576, "column": 29 } } @@ -588378,15 +588865,15 @@ "updateContext": null }, "value": "case", - "start": 23974, - "end": 23978, + "start": 26364, + "end": 26368, "loc": { "start": { - "line": 535, + "line": 577, "column": 20 }, "end": { - "line": 535, + "line": 577, "column": 24 } } @@ -588408,15 +588895,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 23979, - "end": 23992, + "start": 26369, + "end": 26382, "loc": { "start": { - "line": 535, + "line": 577, "column": 25 }, "end": { - "line": 535, + "line": 577, "column": 38 } } @@ -588434,15 +588921,15 @@ "binop": null, "updateContext": null }, - "start": 23992, - "end": 23993, + "start": 26382, + "end": 26383, "loc": { "start": { - "line": 535, + "line": 577, "column": 38 }, "end": { - "line": 535, + "line": 577, "column": 39 } } @@ -588460,15 +588947,15 @@ "binop": null }, "value": "test", - "start": 23993, - "end": 23997, + "start": 26383, + "end": 26387, "loc": { "start": { - "line": 535, + "line": 577, "column": 39 }, "end": { - "line": 535, + "line": 577, "column": 43 } } @@ -588485,15 +588972,15 @@ "postfix": false, "binop": null }, - "start": 23997, - "end": 23998, + "start": 26387, + "end": 26388, "loc": { "start": { - "line": 535, + "line": 577, "column": 43 }, "end": { - "line": 535, + "line": 577, "column": 44 } } @@ -588511,15 +588998,15 @@ "binop": null }, "value": "scale", - "start": 23999, - "end": 24004, + "start": 26389, + "end": 26394, "loc": { "start": { - "line": 535, + "line": 577, "column": 45 }, "end": { - "line": 535, + "line": 577, "column": 50 } } @@ -588536,15 +589023,15 @@ "postfix": false, "binop": null }, - "start": 24005, - "end": 24006, + "start": 26395, + "end": 26396, "loc": { "start": { - "line": 535, + "line": 577, "column": 51 }, "end": { - "line": 535, + "line": 577, "column": 52 } } @@ -588562,15 +589049,15 @@ "binop": null, "updateContext": null }, - "start": 24006, - "end": 24007, + "start": 26396, + "end": 26397, "loc": { "start": { - "line": 535, + "line": 577, "column": 52 }, "end": { - "line": 535, + "line": 577, "column": 53 } } @@ -588588,15 +589075,15 @@ "binop": null }, "value": "_tmpDate", - "start": 24032, - "end": 24040, + "start": 26422, + "end": 26430, "loc": { "start": { - "line": 536, + "line": 578, "column": 24 }, "end": { - "line": 536, + "line": 578, "column": 32 } } @@ -588615,15 +589102,15 @@ "updateContext": null }, "value": "=", - "start": 24041, - "end": 24042, + "start": 26431, + "end": 26432, "loc": { "start": { - "line": 536, + "line": 578, "column": 33 }, "end": { - "line": 536, + "line": 578, "column": 34 } } @@ -588643,15 +589130,15 @@ "updateContext": null }, "value": "new", - "start": 24043, - "end": 24046, + "start": 26433, + "end": 26436, "loc": { "start": { - "line": 536, + "line": 578, "column": 35 }, "end": { - "line": 536, + "line": 578, "column": 38 } } @@ -588669,15 +589156,15 @@ "binop": null }, "value": "Date", - "start": 24047, - "end": 24051, + "start": 26437, + "end": 26441, "loc": { "start": { - "line": 536, + "line": 578, "column": 39 }, "end": { - "line": 536, + "line": 578, "column": 43 } } @@ -588694,15 +589181,15 @@ "postfix": false, "binop": null }, - "start": 24051, - "end": 24052, + "start": 26441, + "end": 26442, "loc": { "start": { - "line": 536, + "line": 578, "column": 43 }, "end": { - "line": 536, + "line": 578, "column": 44 } } @@ -588720,15 +589207,15 @@ "binop": null }, "value": "dateObj", - "start": 24053, - "end": 24060, + "start": 26443, + "end": 26450, "loc": { "start": { - "line": 536, + "line": 578, "column": 45 }, "end": { - "line": 536, + "line": 578, "column": 52 } } @@ -588746,15 +589233,15 @@ "binop": null, "updateContext": null }, - "start": 24060, - "end": 24061, + "start": 26450, + "end": 26451, "loc": { "start": { - "line": 536, + "line": 578, "column": 52 }, "end": { - "line": 536, + "line": 578, "column": 53 } } @@ -588772,15 +589259,15 @@ "binop": null }, "value": "getFullYear", - "start": 24061, - "end": 24072, + "start": 26451, + "end": 26462, "loc": { "start": { - "line": 536, + "line": 578, "column": 53 }, "end": { - "line": 536, + "line": 578, "column": 64 } } @@ -588797,15 +589284,15 @@ "postfix": false, "binop": null }, - "start": 24072, - "end": 24073, + "start": 26462, + "end": 26463, "loc": { "start": { - "line": 536, + "line": 578, "column": 64 }, "end": { - "line": 536, + "line": 578, "column": 65 } } @@ -588822,15 +589309,15 @@ "postfix": false, "binop": null }, - "start": 24073, - "end": 24074, + "start": 26463, + "end": 26464, "loc": { "start": { - "line": 536, + "line": 578, "column": 65 }, "end": { - "line": 536, + "line": 578, "column": 66 } } @@ -588848,15 +589335,15 @@ "binop": null, "updateContext": null }, - "start": 24074, - "end": 24075, + "start": 26464, + "end": 26465, "loc": { "start": { - "line": 536, + "line": 578, "column": 66 }, "end": { - "line": 536, + "line": 578, "column": 67 } } @@ -588874,15 +589361,15 @@ "binop": null }, "value": "dateObj", - "start": 24076, - "end": 24083, + "start": 26466, + "end": 26473, "loc": { "start": { - "line": 536, + "line": 578, "column": 68 }, "end": { - "line": 536, + "line": 578, "column": 75 } } @@ -588900,15 +589387,15 @@ "binop": null, "updateContext": null }, - "start": 24083, - "end": 24084, + "start": 26473, + "end": 26474, "loc": { "start": { - "line": 536, + "line": 578, "column": 75 }, "end": { - "line": 536, + "line": 578, "column": 76 } } @@ -588926,15 +589413,15 @@ "binop": null }, "value": "getMonth", - "start": 24084, - "end": 24092, + "start": 26474, + "end": 26482, "loc": { "start": { - "line": 536, + "line": 578, "column": 76 }, "end": { - "line": 536, + "line": 578, "column": 84 } } @@ -588951,15 +589438,15 @@ "postfix": false, "binop": null }, - "start": 24092, - "end": 24093, + "start": 26482, + "end": 26483, "loc": { "start": { - "line": 536, + "line": 578, "column": 84 }, "end": { - "line": 536, + "line": 578, "column": 85 } } @@ -588976,15 +589463,15 @@ "postfix": false, "binop": null }, - "start": 24093, - "end": 24094, + "start": 26483, + "end": 26484, "loc": { "start": { - "line": 536, + "line": 578, "column": 85 }, "end": { - "line": 536, + "line": 578, "column": 86 } } @@ -589002,15 +589489,15 @@ "binop": null, "updateContext": null }, - "start": 24094, - "end": 24095, + "start": 26484, + "end": 26485, "loc": { "start": { - "line": 536, + "line": 578, "column": 86 }, "end": { - "line": 536, + "line": 578, "column": 87 } } @@ -589028,15 +589515,15 @@ "binop": null }, "value": "dateObj", - "start": 24096, - "end": 24103, + "start": 26486, + "end": 26493, "loc": { "start": { - "line": 536, + "line": 578, "column": 88 }, "end": { - "line": 536, + "line": 578, "column": 95 } } @@ -589054,15 +589541,15 @@ "binop": null, "updateContext": null }, - "start": 24103, - "end": 24104, + "start": 26493, + "end": 26494, "loc": { "start": { - "line": 536, + "line": 578, "column": 95 }, "end": { - "line": 536, + "line": 578, "column": 96 } } @@ -589080,15 +589567,15 @@ "binop": null }, "value": "getDate", - "start": 24104, - "end": 24111, + "start": 26494, + "end": 26501, "loc": { "start": { - "line": 536, + "line": 578, "column": 96 }, "end": { - "line": 536, + "line": 578, "column": 103 } } @@ -589105,15 +589592,15 @@ "postfix": false, "binop": null }, - "start": 24111, - "end": 24112, + "start": 26501, + "end": 26502, "loc": { "start": { - "line": 536, + "line": 578, "column": 103 }, "end": { - "line": 536, + "line": 578, "column": 104 } } @@ -589130,15 +589617,15 @@ "postfix": false, "binop": null }, - "start": 24112, - "end": 24113, + "start": 26502, + "end": 26503, "loc": { "start": { - "line": 536, + "line": 578, "column": 104 }, "end": { - "line": 536, + "line": 578, "column": 105 } } @@ -589156,15 +589643,15 @@ "binop": null, "updateContext": null }, - "start": 24113, - "end": 24114, + "start": 26503, + "end": 26504, "loc": { "start": { - "line": 536, + "line": 578, "column": 105 }, "end": { - "line": 536, + "line": 578, "column": 106 } } @@ -589182,15 +589669,15 @@ "binop": null }, "value": "dateObj", - "start": 24115, - "end": 24122, + "start": 26505, + "end": 26512, "loc": { "start": { - "line": 536, + "line": 578, "column": 107 }, "end": { - "line": 536, + "line": 578, "column": 114 } } @@ -589208,15 +589695,15 @@ "binop": null, "updateContext": null }, - "start": 24122, - "end": 24123, + "start": 26512, + "end": 26513, "loc": { "start": { - "line": 536, + "line": 578, "column": 114 }, "end": { - "line": 536, + "line": 578, "column": 115 } } @@ -589234,15 +589721,15 @@ "binop": null }, "value": "getHours", - "start": 24123, - "end": 24131, + "start": 26513, + "end": 26521, "loc": { "start": { - "line": 536, + "line": 578, "column": 115 }, "end": { - "line": 536, + "line": 578, "column": 123 } } @@ -589259,15 +589746,15 @@ "postfix": false, "binop": null }, - "start": 24131, - "end": 24132, + "start": 26521, + "end": 26522, "loc": { "start": { - "line": 536, + "line": 578, "column": 123 }, "end": { - "line": 536, + "line": 578, "column": 124 } } @@ -589284,15 +589771,15 @@ "postfix": false, "binop": null }, - "start": 24132, - "end": 24133, + "start": 26522, + "end": 26523, "loc": { "start": { - "line": 536, + "line": 578, "column": 124 }, "end": { - "line": 536, + "line": 578, "column": 125 } } @@ -589310,15 +589797,15 @@ "binop": null, "updateContext": null }, - "start": 24133, - "end": 24134, + "start": 26523, + "end": 26524, "loc": { "start": { - "line": 536, + "line": 578, "column": 125 }, "end": { - "line": 536, + "line": 578, "column": 126 } } @@ -589336,15 +589823,15 @@ "binop": null }, "value": "dateObj", - "start": 24135, - "end": 24142, + "start": 26525, + "end": 26532, "loc": { "start": { - "line": 536, + "line": 578, "column": 127 }, "end": { - "line": 536, + "line": 578, "column": 134 } } @@ -589362,15 +589849,15 @@ "binop": null, "updateContext": null }, - "start": 24142, - "end": 24143, + "start": 26532, + "end": 26533, "loc": { "start": { - "line": 536, + "line": 578, "column": 134 }, "end": { - "line": 536, + "line": 578, "column": 135 } } @@ -589388,15 +589875,15 @@ "binop": null }, "value": "getMinutes", - "start": 24143, - "end": 24153, + "start": 26533, + "end": 26543, "loc": { "start": { - "line": 536, + "line": 578, "column": 135 }, "end": { - "line": 536, + "line": 578, "column": 145 } } @@ -589413,15 +589900,15 @@ "postfix": false, "binop": null }, - "start": 24153, - "end": 24154, + "start": 26543, + "end": 26544, "loc": { "start": { - "line": 536, + "line": 578, "column": 145 }, "end": { - "line": 536, + "line": 578, "column": 146 } } @@ -589438,15 +589925,15 @@ "postfix": false, "binop": null }, - "start": 24154, - "end": 24155, + "start": 26544, + "end": 26545, "loc": { "start": { - "line": 536, + "line": 578, "column": 146 }, "end": { - "line": 536, + "line": 578, "column": 147 } } @@ -589463,15 +589950,15 @@ "postfix": false, "binop": null }, - "start": 24156, - "end": 24157, + "start": 26546, + "end": 26547, "loc": { "start": { - "line": 536, + "line": 578, "column": 148 }, "end": { - "line": 536, + "line": 578, "column": 149 } } @@ -589491,15 +589978,15 @@ "updateContext": null }, "value": "break", - "start": 24182, - "end": 24187, + "start": 26572, + "end": 26577, "loc": { "start": { - "line": 537, + "line": 579, "column": 24 }, "end": { - "line": 537, + "line": 579, "column": 29 } } @@ -589519,15 +590006,15 @@ "updateContext": null }, "value": "case", - "start": 24208, - "end": 24212, + "start": 26598, + "end": 26602, "loc": { "start": { - "line": 538, + "line": 580, "column": 20 }, "end": { - "line": 538, + "line": 580, "column": 24 } } @@ -589549,15 +590036,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 24213, - "end": 24226, + "start": 26603, + "end": 26616, "loc": { "start": { - "line": 538, + "line": 580, "column": 25 }, "end": { - "line": 538, + "line": 580, "column": 38 } } @@ -589575,15 +590062,15 @@ "binop": null, "updateContext": null }, - "start": 24226, - "end": 24227, + "start": 26616, + "end": 26617, "loc": { "start": { - "line": 538, + "line": 580, "column": 38 }, "end": { - "line": 538, + "line": 580, "column": 39 } } @@ -589601,15 +590088,15 @@ "binop": null }, "value": "test", - "start": 24227, - "end": 24231, + "start": 26617, + "end": 26621, "loc": { "start": { - "line": 538, + "line": 580, "column": 39 }, "end": { - "line": 538, + "line": 580, "column": 43 } } @@ -589626,15 +590113,15 @@ "postfix": false, "binop": null }, - "start": 24231, - "end": 24232, + "start": 26621, + "end": 26622, "loc": { "start": { - "line": 538, + "line": 580, "column": 43 }, "end": { - "line": 538, + "line": 580, "column": 44 } } @@ -589652,15 +590139,15 @@ "binop": null }, "value": "scale", - "start": 24233, - "end": 24238, + "start": 26623, + "end": 26628, "loc": { "start": { - "line": 538, + "line": 580, "column": 45 }, "end": { - "line": 538, + "line": 580, "column": 50 } } @@ -589677,15 +590164,15 @@ "postfix": false, "binop": null }, - "start": 24239, - "end": 24240, + "start": 26629, + "end": 26630, "loc": { "start": { - "line": 538, + "line": 580, "column": 51 }, "end": { - "line": 538, + "line": 580, "column": 52 } } @@ -589703,15 +590190,15 @@ "binop": null, "updateContext": null }, - "start": 24240, - "end": 24241, + "start": 26630, + "end": 26631, "loc": { "start": { - "line": 538, + "line": 580, "column": 52 }, "end": { - "line": 538, + "line": 580, "column": 53 } } @@ -589729,15 +590216,15 @@ "binop": null }, "value": "_tmpDate", - "start": 24266, - "end": 24274, + "start": 26656, + "end": 26664, "loc": { "start": { - "line": 539, + "line": 581, "column": 24 }, "end": { - "line": 539, + "line": 581, "column": 32 } } @@ -589756,15 +590243,15 @@ "updateContext": null }, "value": "=", - "start": 24275, - "end": 24276, + "start": 26665, + "end": 26666, "loc": { "start": { - "line": 539, + "line": 581, "column": 33 }, "end": { - "line": 539, + "line": 581, "column": 34 } } @@ -589784,15 +590271,15 @@ "updateContext": null }, "value": "new", - "start": 24277, - "end": 24280, + "start": 26667, + "end": 26670, "loc": { "start": { - "line": 539, + "line": 581, "column": 35 }, "end": { - "line": 539, + "line": 581, "column": 38 } } @@ -589810,15 +590297,15 @@ "binop": null }, "value": "Date", - "start": 24281, - "end": 24285, + "start": 26671, + "end": 26675, "loc": { "start": { - "line": 539, + "line": 581, "column": 39 }, "end": { - "line": 539, + "line": 581, "column": 43 } } @@ -589835,15 +590322,15 @@ "postfix": false, "binop": null }, - "start": 24285, - "end": 24286, + "start": 26675, + "end": 26676, "loc": { "start": { - "line": 539, + "line": 581, "column": 43 }, "end": { - "line": 539, + "line": 581, "column": 44 } } @@ -589861,15 +590348,15 @@ "binop": null }, "value": "dateObj", - "start": 24287, - "end": 24294, + "start": 26677, + "end": 26684, "loc": { "start": { - "line": 539, + "line": 581, "column": 45 }, "end": { - "line": 539, + "line": 581, "column": 52 } } @@ -589887,15 +590374,15 @@ "binop": null, "updateContext": null }, - "start": 24294, - "end": 24295, + "start": 26684, + "end": 26685, "loc": { "start": { - "line": 539, + "line": 581, "column": 52 }, "end": { - "line": 539, + "line": 581, "column": 53 } } @@ -589913,15 +590400,15 @@ "binop": null }, "value": "getFullYear", - "start": 24295, - "end": 24306, + "start": 26685, + "end": 26696, "loc": { "start": { - "line": 539, + "line": 581, "column": 53 }, "end": { - "line": 539, + "line": 581, "column": 64 } } @@ -589938,15 +590425,15 @@ "postfix": false, "binop": null }, - "start": 24306, - "end": 24307, + "start": 26696, + "end": 26697, "loc": { "start": { - "line": 539, + "line": 581, "column": 64 }, "end": { - "line": 539, + "line": 581, "column": 65 } } @@ -589963,15 +590450,15 @@ "postfix": false, "binop": null }, - "start": 24307, - "end": 24308, + "start": 26697, + "end": 26698, "loc": { "start": { - "line": 539, + "line": 581, "column": 65 }, "end": { - "line": 539, + "line": 581, "column": 66 } } @@ -589989,15 +590476,15 @@ "binop": null, "updateContext": null }, - "start": 24308, - "end": 24309, + "start": 26698, + "end": 26699, "loc": { "start": { - "line": 539, + "line": 581, "column": 66 }, "end": { - "line": 539, + "line": 581, "column": 67 } } @@ -590015,15 +590502,15 @@ "binop": null }, "value": "dateObj", - "start": 24310, - "end": 24317, + "start": 26700, + "end": 26707, "loc": { "start": { - "line": 539, + "line": 581, "column": 68 }, "end": { - "line": 539, + "line": 581, "column": 75 } } @@ -590041,15 +590528,15 @@ "binop": null, "updateContext": null }, - "start": 24317, - "end": 24318, + "start": 26707, + "end": 26708, "loc": { "start": { - "line": 539, + "line": 581, "column": 75 }, "end": { - "line": 539, + "line": 581, "column": 76 } } @@ -590067,15 +590554,15 @@ "binop": null }, "value": "getMonth", - "start": 24318, - "end": 24326, + "start": 26708, + "end": 26716, "loc": { "start": { - "line": 539, + "line": 581, "column": 76 }, "end": { - "line": 539, + "line": 581, "column": 84 } } @@ -590092,15 +590579,15 @@ "postfix": false, "binop": null }, - "start": 24326, - "end": 24327, + "start": 26716, + "end": 26717, "loc": { "start": { - "line": 539, + "line": 581, "column": 84 }, "end": { - "line": 539, + "line": 581, "column": 85 } } @@ -590117,15 +590604,15 @@ "postfix": false, "binop": null }, - "start": 24327, - "end": 24328, + "start": 26717, + "end": 26718, "loc": { "start": { - "line": 539, + "line": 581, "column": 85 }, "end": { - "line": 539, + "line": 581, "column": 86 } } @@ -590143,15 +590630,15 @@ "binop": null, "updateContext": null }, - "start": 24328, - "end": 24329, + "start": 26718, + "end": 26719, "loc": { "start": { - "line": 539, + "line": 581, "column": 86 }, "end": { - "line": 539, + "line": 581, "column": 87 } } @@ -590169,15 +590656,15 @@ "binop": null }, "value": "dateObj", - "start": 24330, - "end": 24337, + "start": 26720, + "end": 26727, "loc": { "start": { - "line": 539, + "line": 581, "column": 88 }, "end": { - "line": 539, + "line": 581, "column": 95 } } @@ -590195,15 +590682,15 @@ "binop": null, "updateContext": null }, - "start": 24337, - "end": 24338, + "start": 26727, + "end": 26728, "loc": { "start": { - "line": 539, + "line": 581, "column": 95 }, "end": { - "line": 539, + "line": 581, "column": 96 } } @@ -590221,15 +590708,15 @@ "binop": null }, "value": "getDate", - "start": 24338, - "end": 24345, + "start": 26728, + "end": 26735, "loc": { "start": { - "line": 539, + "line": 581, "column": 96 }, "end": { - "line": 539, + "line": 581, "column": 103 } } @@ -590246,15 +590733,15 @@ "postfix": false, "binop": null }, - "start": 24345, - "end": 24346, + "start": 26735, + "end": 26736, "loc": { "start": { - "line": 539, + "line": 581, "column": 103 }, "end": { - "line": 539, + "line": 581, "column": 104 } } @@ -590271,15 +590758,15 @@ "postfix": false, "binop": null }, - "start": 24346, - "end": 24347, + "start": 26736, + "end": 26737, "loc": { "start": { - "line": 539, + "line": 581, "column": 104 }, "end": { - "line": 539, + "line": 581, "column": 105 } } @@ -590297,15 +590784,15 @@ "binop": null, "updateContext": null }, - "start": 24347, - "end": 24348, + "start": 26737, + "end": 26738, "loc": { "start": { - "line": 539, + "line": 581, "column": 105 }, "end": { - "line": 539, + "line": 581, "column": 106 } } @@ -590323,15 +590810,15 @@ "binop": null }, "value": "dateObj", - "start": 24349, - "end": 24356, + "start": 26739, + "end": 26746, "loc": { "start": { - "line": 539, + "line": 581, "column": 107 }, "end": { - "line": 539, + "line": 581, "column": 114 } } @@ -590349,15 +590836,15 @@ "binop": null, "updateContext": null }, - "start": 24356, - "end": 24357, + "start": 26746, + "end": 26747, "loc": { "start": { - "line": 539, + "line": 581, "column": 114 }, "end": { - "line": 539, + "line": 581, "column": 115 } } @@ -590375,15 +590862,15 @@ "binop": null }, "value": "getHours", - "start": 24357, - "end": 24365, + "start": 26747, + "end": 26755, "loc": { "start": { - "line": 539, + "line": 581, "column": 115 }, "end": { - "line": 539, + "line": 581, "column": 123 } } @@ -590400,15 +590887,15 @@ "postfix": false, "binop": null }, - "start": 24365, - "end": 24366, + "start": 26755, + "end": 26756, "loc": { "start": { - "line": 539, + "line": 581, "column": 123 }, "end": { - "line": 539, + "line": 581, "column": 124 } } @@ -590425,15 +590912,15 @@ "postfix": false, "binop": null }, - "start": 24366, - "end": 24367, + "start": 26756, + "end": 26757, "loc": { "start": { - "line": 539, + "line": 581, "column": 124 }, "end": { - "line": 539, + "line": 581, "column": 125 } } @@ -590451,15 +590938,15 @@ "binop": null, "updateContext": null }, - "start": 24367, - "end": 24368, + "start": 26757, + "end": 26758, "loc": { "start": { - "line": 539, + "line": 581, "column": 125 }, "end": { - "line": 539, + "line": 581, "column": 126 } } @@ -590477,15 +590964,15 @@ "binop": null }, "value": "dateObj", - "start": 24369, - "end": 24376, + "start": 26759, + "end": 26766, "loc": { "start": { - "line": 539, + "line": 581, "column": 127 }, "end": { - "line": 539, + "line": 581, "column": 134 } } @@ -590503,15 +590990,15 @@ "binop": null, "updateContext": null }, - "start": 24376, - "end": 24377, + "start": 26766, + "end": 26767, "loc": { "start": { - "line": 539, + "line": 581, "column": 134 }, "end": { - "line": 539, + "line": 581, "column": 135 } } @@ -590529,15 +591016,15 @@ "binop": null }, "value": "getMinutes", - "start": 24377, - "end": 24387, + "start": 26767, + "end": 26777, "loc": { "start": { - "line": 539, + "line": 581, "column": 135 }, "end": { - "line": 539, + "line": 581, "column": 145 } } @@ -590554,15 +591041,15 @@ "postfix": false, "binop": null }, - "start": 24387, - "end": 24388, + "start": 26777, + "end": 26778, "loc": { "start": { - "line": 539, + "line": 581, "column": 145 }, "end": { - "line": 539, + "line": 581, "column": 146 } } @@ -590579,15 +591066,15 @@ "postfix": false, "binop": null }, - "start": 24388, - "end": 24389, + "start": 26778, + "end": 26779, "loc": { "start": { - "line": 539, + "line": 581, "column": 146 }, "end": { - "line": 539, + "line": 581, "column": 147 } } @@ -590605,15 +591092,15 @@ "binop": null, "updateContext": null }, - "start": 24389, - "end": 24390, + "start": 26779, + "end": 26780, "loc": { "start": { - "line": 539, + "line": 581, "column": 147 }, "end": { - "line": 539, + "line": 581, "column": 148 } } @@ -590631,15 +591118,15 @@ "binop": null }, "value": "dateObj", - "start": 24391, - "end": 24398, + "start": 26781, + "end": 26788, "loc": { "start": { - "line": 539, + "line": 581, "column": 149 }, "end": { - "line": 539, + "line": 581, "column": 156 } } @@ -590657,15 +591144,15 @@ "binop": null, "updateContext": null }, - "start": 24398, - "end": 24399, + "start": 26788, + "end": 26789, "loc": { "start": { - "line": 539, + "line": 581, "column": 156 }, "end": { - "line": 539, + "line": 581, "column": 157 } } @@ -590683,15 +591170,15 @@ "binop": null }, "value": "getSeconds", - "start": 24399, - "end": 24409, + "start": 26789, + "end": 26799, "loc": { "start": { - "line": 539, + "line": 581, "column": 157 }, "end": { - "line": 539, + "line": 581, "column": 167 } } @@ -590708,15 +591195,15 @@ "postfix": false, "binop": null }, - "start": 24409, - "end": 24410, + "start": 26799, + "end": 26800, "loc": { "start": { - "line": 539, + "line": 581, "column": 167 }, "end": { - "line": 539, + "line": 581, "column": 168 } } @@ -590733,15 +591220,15 @@ "postfix": false, "binop": null }, - "start": 24410, - "end": 24411, + "start": 26800, + "end": 26801, "loc": { "start": { - "line": 539, + "line": 581, "column": 168 }, "end": { - "line": 539, + "line": 581, "column": 169 } } @@ -590758,15 +591245,15 @@ "postfix": false, "binop": null }, - "start": 24412, - "end": 24413, + "start": 26802, + "end": 26803, "loc": { "start": { - "line": 539, + "line": 581, "column": 170 }, "end": { - "line": 539, + "line": 581, "column": 171 } } @@ -590786,15 +591273,15 @@ "updateContext": null }, "value": "break", - "start": 24438, - "end": 24443, + "start": 26828, + "end": 26833, "loc": { "start": { - "line": 540, + "line": 582, "column": 24 }, "end": { - "line": 540, + "line": 582, "column": 29 } } @@ -590811,15 +591298,15 @@ "postfix": false, "binop": null }, - "start": 24460, - "end": 24461, + "start": 26850, + "end": 26851, "loc": { "start": { - "line": 541, + "line": 583, "column": 16 }, "end": { - "line": 541, + "line": 583, "column": 17 } } @@ -590839,15 +591326,15 @@ "updateContext": null }, "value": "return", - "start": 24478, - "end": 24484, + "start": 26868, + "end": 26874, "loc": { "start": { - "line": 542, + "line": 584, "column": 16 }, "end": { - "line": 542, + "line": 584, "column": 22 } } @@ -590865,15 +591352,15 @@ "binop": null }, "value": "_tmpDate", - "start": 24485, - "end": 24493, + "start": 26875, + "end": 26883, "loc": { "start": { - "line": 542, + "line": 584, "column": 23 }, "end": { - "line": 542, + "line": 584, "column": 31 } } @@ -590890,15 +591377,15 @@ "postfix": false, "binop": null }, - "start": 24506, - "end": 24507, + "start": 26896, + "end": 26897, "loc": { "start": { - "line": 543, + "line": 585, "column": 12 }, "end": { - "line": 543, + "line": 585, "column": 13 } } @@ -590916,15 +591403,15 @@ "binop": null, "updateContext": null }, - "start": 24507, - "end": 24508, + "start": 26897, + "end": 26898, "loc": { "start": { - "line": 543, + "line": 585, "column": 13 }, "end": { - "line": 543, + "line": 585, "column": 14 } } @@ -590942,15 +591429,15 @@ "binop": null }, "value": "getLastDate", - "start": 24521, - "end": 24532, + "start": 26911, + "end": 26922, "loc": { "start": { - "line": 544, + "line": 586, "column": 12 }, "end": { - "line": 544, + "line": 586, "column": 23 } } @@ -590969,15 +591456,15 @@ "updateContext": null }, "value": "=", - "start": 24534, - "end": 24535, + "start": 26924, + "end": 26925, "loc": { "start": { - "line": 544, + "line": 586, "column": 25 }, "end": { - "line": 544, + "line": 586, "column": 26 } } @@ -590994,15 +591481,15 @@ "postfix": false, "binop": null }, - "start": 24536, - "end": 24537, + "start": 26926, + "end": 26927, "loc": { "start": { - "line": 544, + "line": 586, "column": 27 }, "end": { - "line": 544, + "line": 586, "column": 28 } } @@ -591020,15 +591507,15 @@ "binop": null }, "value": "dateObj", - "start": 24538, - "end": 24545, + "start": 26928, + "end": 26935, "loc": { "start": { - "line": 544, + "line": 586, "column": 29 }, "end": { - "line": 544, + "line": 586, "column": 36 } } @@ -591046,15 +591533,15 @@ "binop": null, "updateContext": null }, - "start": 24545, - "end": 24546, + "start": 26935, + "end": 26936, "loc": { "start": { - "line": 544, + "line": 586, "column": 36 }, "end": { - "line": 544, + "line": 586, "column": 37 } } @@ -591072,15 +591559,15 @@ "binop": null }, "value": "scale", - "start": 24547, - "end": 24552, + "start": 26937, + "end": 26942, "loc": { "start": { - "line": 544, + "line": 586, "column": 38 }, "end": { - "line": 544, + "line": 586, "column": 43 } } @@ -591097,15 +591584,15 @@ "postfix": false, "binop": null }, - "start": 24553, - "end": 24554, + "start": 26943, + "end": 26944, "loc": { "start": { - "line": 544, + "line": 586, "column": 44 }, "end": { - "line": 544, + "line": 586, "column": 45 } } @@ -591123,15 +591610,15 @@ "binop": null, "updateContext": null }, - "start": 24555, - "end": 24557, + "start": 26945, + "end": 26947, "loc": { "start": { - "line": 544, + "line": 586, "column": 46 }, "end": { - "line": 544, + "line": 586, "column": 48 } } @@ -591148,15 +591635,15 @@ "postfix": false, "binop": null }, - "start": 24558, - "end": 24559, + "start": 26948, + "end": 26949, "loc": { "start": { - "line": 544, + "line": 586, "column": 49 }, "end": { - "line": 544, + "line": 586, "column": 50 } } @@ -591176,15 +591663,15 @@ "updateContext": null }, "value": "let", - "start": 24576, - "end": 24579, + "start": 26966, + "end": 26969, "loc": { "start": { - "line": 545, + "line": 587, "column": 16 }, "end": { - "line": 545, + "line": 587, "column": 19 } } @@ -591202,15 +591689,15 @@ "binop": null }, "value": "_tmpDate", - "start": 24580, - "end": 24588, + "start": 26970, + "end": 26978, "loc": { "start": { - "line": 545, + "line": 587, "column": 20 }, "end": { - "line": 545, + "line": 587, "column": 28 } } @@ -591230,15 +591717,15 @@ "updateContext": null }, "value": "switch", - "start": 24622, - "end": 24628, + "start": 27012, + "end": 27018, "loc": { "start": { - "line": 547, + "line": 589, "column": 16 }, "end": { - "line": 547, + "line": 589, "column": 22 } } @@ -591255,15 +591742,15 @@ "postfix": false, "binop": null }, - "start": 24629, - "end": 24630, + "start": 27019, + "end": 27020, "loc": { "start": { - "line": 547, + "line": 589, "column": 23 }, "end": { - "line": 547, + "line": 589, "column": 24 } } @@ -591283,15 +591770,15 @@ "updateContext": null }, "value": "true", - "start": 24631, - "end": 24635, + "start": 27021, + "end": 27025, "loc": { "start": { - "line": 547, + "line": 589, "column": 25 }, "end": { - "line": 547, + "line": 589, "column": 29 } } @@ -591308,15 +591795,15 @@ "postfix": false, "binop": null }, - "start": 24636, - "end": 24637, + "start": 27026, + "end": 27027, "loc": { "start": { - "line": 547, + "line": 589, "column": 30 }, "end": { - "line": 547, + "line": 589, "column": 31 } } @@ -591333,15 +591820,15 @@ "postfix": false, "binop": null }, - "start": 24638, - "end": 24639, + "start": 27028, + "end": 27029, "loc": { "start": { - "line": 547, + "line": 589, "column": 32 }, "end": { - "line": 547, + "line": 589, "column": 33 } } @@ -591361,15 +591848,15 @@ "updateContext": null }, "value": "case", - "start": 24660, - "end": 24664, + "start": 27050, + "end": 27054, "loc": { "start": { - "line": 548, + "line": 590, "column": 20 }, "end": { - "line": 548, + "line": 590, "column": 24 } } @@ -591391,15 +591878,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 24665, - "end": 24692, + "start": 27055, + "end": 27082, "loc": { "start": { - "line": 548, + "line": 590, "column": 25 }, "end": { - "line": 548, + "line": 590, "column": 52 } } @@ -591417,15 +591904,15 @@ "binop": null, "updateContext": null }, - "start": 24692, - "end": 24693, + "start": 27082, + "end": 27083, "loc": { "start": { - "line": 548, + "line": 590, "column": 52 }, "end": { - "line": 548, + "line": 590, "column": 53 } } @@ -591443,15 +591930,15 @@ "binop": null }, "value": "test", - "start": 24693, - "end": 24697, + "start": 27083, + "end": 27087, "loc": { "start": { - "line": 548, + "line": 590, "column": 53 }, "end": { - "line": 548, + "line": 590, "column": 57 } } @@ -591468,15 +591955,15 @@ "postfix": false, "binop": null }, - "start": 24697, - "end": 24698, + "start": 27087, + "end": 27088, "loc": { "start": { - "line": 548, + "line": 590, "column": 57 }, "end": { - "line": 548, + "line": 590, "column": 58 } } @@ -591494,15 +591981,15 @@ "binop": null }, "value": "scale", - "start": 24699, - "end": 24704, + "start": 27089, + "end": 27094, "loc": { "start": { - "line": 548, + "line": 590, "column": 59 }, "end": { - "line": 548, + "line": 590, "column": 64 } } @@ -591519,15 +592006,15 @@ "postfix": false, "binop": null }, - "start": 24705, - "end": 24706, + "start": 27095, + "end": 27096, "loc": { "start": { - "line": 548, + "line": 590, "column": 65 }, "end": { - "line": 548, + "line": 590, "column": 66 } } @@ -591545,15 +592032,15 @@ "binop": null, "updateContext": null }, - "start": 24706, - "end": 24707, + "start": 27096, + "end": 27097, "loc": { "start": { - "line": 548, + "line": 590, "column": 66 }, "end": { - "line": 548, + "line": 590, "column": 67 } } @@ -591573,15 +592060,15 @@ "updateContext": null }, "value": "case", - "start": 24728, - "end": 24732, + "start": 27118, + "end": 27122, "loc": { "start": { - "line": 549, + "line": 591, "column": 20 }, "end": { - "line": 549, + "line": 591, "column": 24 } } @@ -591603,15 +592090,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 24733, - "end": 24745, + "start": 27123, + "end": 27135, "loc": { "start": { - "line": 549, + "line": 591, "column": 25 }, "end": { - "line": 549, + "line": 591, "column": 37 } } @@ -591629,15 +592116,15 @@ "binop": null, "updateContext": null }, - "start": 24745, - "end": 24746, + "start": 27135, + "end": 27136, "loc": { "start": { - "line": 549, + "line": 591, "column": 37 }, "end": { - "line": 549, + "line": 591, "column": 38 } } @@ -591655,15 +592142,15 @@ "binop": null }, "value": "test", - "start": 24746, - "end": 24750, + "start": 27136, + "end": 27140, "loc": { "start": { - "line": 549, + "line": 591, "column": 38 }, "end": { - "line": 549, + "line": 591, "column": 42 } } @@ -591680,15 +592167,15 @@ "postfix": false, "binop": null }, - "start": 24750, - "end": 24751, + "start": 27140, + "end": 27141, "loc": { "start": { - "line": 549, + "line": 591, "column": 42 }, "end": { - "line": 549, + "line": 591, "column": 43 } } @@ -591706,15 +592193,15 @@ "binop": null }, "value": "scale", - "start": 24752, - "end": 24757, + "start": 27142, + "end": 27147, "loc": { "start": { - "line": 549, + "line": 591, "column": 44 }, "end": { - "line": 549, + "line": 591, "column": 49 } } @@ -591731,15 +592218,15 @@ "postfix": false, "binop": null }, - "start": 24758, - "end": 24759, + "start": 27148, + "end": 27149, "loc": { "start": { - "line": 549, + "line": 591, "column": 50 }, "end": { - "line": 549, + "line": 591, "column": 51 } } @@ -591757,15 +592244,15 @@ "binop": null, "updateContext": null }, - "start": 24759, - "end": 24760, + "start": 27149, + "end": 27150, "loc": { "start": { - "line": 549, + "line": 591, "column": 51 }, "end": { - "line": 549, + "line": 591, "column": 52 } } @@ -591785,15 +592272,15 @@ "updateContext": null }, "value": "case", - "start": 24781, - "end": 24785, + "start": 27171, + "end": 27175, "loc": { "start": { - "line": 550, + "line": 592, "column": 20 }, "end": { - "line": 550, + "line": 592, "column": 24 } } @@ -591815,15 +592302,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 24786, - "end": 24806, + "start": 27176, + "end": 27196, "loc": { "start": { - "line": 550, + "line": 592, "column": 25 }, "end": { - "line": 550, + "line": 592, "column": 45 } } @@ -591841,15 +592328,15 @@ "binop": null, "updateContext": null }, - "start": 24806, - "end": 24807, + "start": 27196, + "end": 27197, "loc": { "start": { - "line": 550, + "line": 592, "column": 45 }, "end": { - "line": 550, + "line": 592, "column": 46 } } @@ -591867,15 +592354,15 @@ "binop": null }, "value": "test", - "start": 24807, - "end": 24811, + "start": 27197, + "end": 27201, "loc": { "start": { - "line": 550, + "line": 592, "column": 46 }, "end": { - "line": 550, + "line": 592, "column": 50 } } @@ -591892,15 +592379,15 @@ "postfix": false, "binop": null }, - "start": 24811, - "end": 24812, + "start": 27201, + "end": 27202, "loc": { "start": { - "line": 550, + "line": 592, "column": 50 }, "end": { - "line": 550, + "line": 592, "column": 51 } } @@ -591918,15 +592405,15 @@ "binop": null }, "value": "scale", - "start": 24813, - "end": 24818, + "start": 27203, + "end": 27208, "loc": { "start": { - "line": 550, + "line": 592, "column": 52 }, "end": { - "line": 550, + "line": 592, "column": 57 } } @@ -591943,15 +592430,15 @@ "postfix": false, "binop": null }, - "start": 24819, - "end": 24820, + "start": 27209, + "end": 27210, "loc": { "start": { - "line": 550, + "line": 592, "column": 58 }, "end": { - "line": 550, + "line": 592, "column": 59 } } @@ -591969,15 +592456,15 @@ "binop": null, "updateContext": null }, - "start": 24820, - "end": 24821, + "start": 27210, + "end": 27211, "loc": { "start": { - "line": 550, + "line": 592, "column": 59 }, "end": { - "line": 550, + "line": 592, "column": 60 } } @@ -591997,15 +592484,15 @@ "updateContext": null }, "value": "case", - "start": 24842, - "end": 24846, + "start": 27232, + "end": 27236, "loc": { "start": { - "line": 551, + "line": 593, "column": 20 }, "end": { - "line": 551, + "line": 593, "column": 24 } } @@ -592027,15 +592514,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 24847, - "end": 24859, + "start": 27237, + "end": 27249, "loc": { "start": { - "line": 551, + "line": 593, "column": 25 }, "end": { - "line": 551, + "line": 593, "column": 37 } } @@ -592053,15 +592540,15 @@ "binop": null, "updateContext": null }, - "start": 24859, - "end": 24860, + "start": 27249, + "end": 27250, "loc": { "start": { - "line": 551, + "line": 593, "column": 37 }, "end": { - "line": 551, + "line": 593, "column": 38 } } @@ -592079,15 +592566,15 @@ "binop": null }, "value": "test", - "start": 24860, - "end": 24864, + "start": 27250, + "end": 27254, "loc": { "start": { - "line": 551, + "line": 593, "column": 38 }, "end": { - "line": 551, + "line": 593, "column": 42 } } @@ -592104,15 +592591,15 @@ "postfix": false, "binop": null }, - "start": 24864, - "end": 24865, + "start": 27254, + "end": 27255, "loc": { "start": { - "line": 551, + "line": 593, "column": 42 }, "end": { - "line": 551, + "line": 593, "column": 43 } } @@ -592130,15 +592617,15 @@ "binop": null }, "value": "scale", - "start": 24866, - "end": 24871, + "start": 27256, + "end": 27261, "loc": { "start": { - "line": 551, + "line": 593, "column": 44 }, "end": { - "line": 551, + "line": 593, "column": 49 } } @@ -592155,15 +592642,15 @@ "postfix": false, "binop": null }, - "start": 24872, - "end": 24873, + "start": 27262, + "end": 27263, "loc": { "start": { - "line": 551, + "line": 593, "column": 50 }, "end": { - "line": 551, + "line": 593, "column": 51 } } @@ -592181,15 +592668,15 @@ "binop": null, "updateContext": null }, - "start": 24873, - "end": 24874, + "start": 27263, + "end": 27264, "loc": { "start": { - "line": 551, + "line": 593, "column": 51 }, "end": { - "line": 551, + "line": 593, "column": 52 } } @@ -592209,15 +592696,15 @@ "updateContext": null }, "value": "case", - "start": 24895, - "end": 24899, + "start": 27285, + "end": 27289, "loc": { "start": { - "line": 552, + "line": 594, "column": 20 }, "end": { - "line": 552, + "line": 594, "column": 24 } } @@ -592239,15 +592726,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 24900, - "end": 24911, + "start": 27290, + "end": 27301, "loc": { "start": { - "line": 552, + "line": 594, "column": 25 }, "end": { - "line": 552, + "line": 594, "column": 36 } } @@ -592265,15 +592752,15 @@ "binop": null, "updateContext": null }, - "start": 24911, - "end": 24912, + "start": 27301, + "end": 27302, "loc": { "start": { - "line": 552, + "line": 594, "column": 36 }, "end": { - "line": 552, + "line": 594, "column": 37 } } @@ -592291,15 +592778,15 @@ "binop": null }, "value": "test", - "start": 24912, - "end": 24916, + "start": 27302, + "end": 27306, "loc": { "start": { - "line": 552, + "line": 594, "column": 37 }, "end": { - "line": 552, + "line": 594, "column": 41 } } @@ -592316,15 +592803,15 @@ "postfix": false, "binop": null }, - "start": 24916, - "end": 24917, + "start": 27306, + "end": 27307, "loc": { "start": { - "line": 552, + "line": 594, "column": 41 }, "end": { - "line": 552, + "line": 594, "column": 42 } } @@ -592342,15 +592829,15 @@ "binop": null }, "value": "scale", - "start": 24918, - "end": 24923, + "start": 27308, + "end": 27313, "loc": { "start": { - "line": 552, + "line": 594, "column": 43 }, "end": { - "line": 552, + "line": 594, "column": 48 } } @@ -592367,15 +592854,15 @@ "postfix": false, "binop": null }, - "start": 24924, - "end": 24925, + "start": 27314, + "end": 27315, "loc": { "start": { - "line": 552, + "line": 594, "column": 49 }, "end": { - "line": 552, + "line": 594, "column": 50 } } @@ -592393,15 +592880,15 @@ "binop": null, "updateContext": null }, - "start": 24925, - "end": 24926, + "start": 27315, + "end": 27316, "loc": { "start": { - "line": 552, + "line": 594, "column": 50 }, "end": { - "line": 552, + "line": 594, "column": 51 } } @@ -592419,15 +592906,15 @@ "binop": null }, "value": "_tmpDate", - "start": 24951, - "end": 24959, + "start": 27341, + "end": 27349, "loc": { "start": { - "line": 553, + "line": 595, "column": 24 }, "end": { - "line": 553, + "line": 595, "column": 32 } } @@ -592446,15 +592933,15 @@ "updateContext": null }, "value": "=", - "start": 24960, - "end": 24961, + "start": 27350, + "end": 27351, "loc": { "start": { - "line": 553, + "line": 595, "column": 33 }, "end": { - "line": 553, + "line": 595, "column": 34 } } @@ -592474,15 +592961,15 @@ "updateContext": null }, "value": "new", - "start": 24962, - "end": 24965, + "start": 27352, + "end": 27355, "loc": { "start": { - "line": 553, + "line": 595, "column": 35 }, "end": { - "line": 553, + "line": 595, "column": 38 } } @@ -592500,15 +592987,15 @@ "binop": null }, "value": "Date", - "start": 24966, - "end": 24970, + "start": 27356, + "end": 27360, "loc": { "start": { - "line": 553, + "line": 595, "column": 39 }, "end": { - "line": 553, + "line": 595, "column": 43 } } @@ -592525,15 +593012,15 @@ "postfix": false, "binop": null }, - "start": 24970, - "end": 24971, + "start": 27360, + "end": 27361, "loc": { "start": { - "line": 553, + "line": 595, "column": 43 }, "end": { - "line": 553, + "line": 595, "column": 44 } } @@ -592551,15 +593038,15 @@ "binop": null }, "value": "dateObj", - "start": 24972, - "end": 24979, + "start": 27362, + "end": 27369, "loc": { "start": { - "line": 553, + "line": 595, "column": 45 }, "end": { - "line": 553, + "line": 595, "column": 52 } } @@ -592577,15 +593064,15 @@ "binop": null, "updateContext": null }, - "start": 24979, - "end": 24980, + "start": 27369, + "end": 27370, "loc": { "start": { - "line": 553, + "line": 595, "column": 52 }, "end": { - "line": 553, + "line": 595, "column": 53 } } @@ -592603,15 +593090,15 @@ "binop": null }, "value": "getFullYear", - "start": 24980, - "end": 24991, + "start": 27370, + "end": 27381, "loc": { "start": { - "line": 553, + "line": 595, "column": 53 }, "end": { - "line": 553, + "line": 595, "column": 64 } } @@ -592628,15 +593115,15 @@ "postfix": false, "binop": null }, - "start": 24991, - "end": 24992, + "start": 27381, + "end": 27382, "loc": { "start": { - "line": 553, + "line": 595, "column": 64 }, "end": { - "line": 553, + "line": 595, "column": 65 } } @@ -592653,15 +593140,15 @@ "postfix": false, "binop": null }, - "start": 24992, - "end": 24993, + "start": 27382, + "end": 27383, "loc": { "start": { - "line": 553, + "line": 595, "column": 65 }, "end": { - "line": 553, + "line": 595, "column": 66 } } @@ -592680,15 +593167,15 @@ "updateContext": null }, "value": "+", - "start": 24994, - "end": 24995, + "start": 27384, + "end": 27385, "loc": { "start": { - "line": 553, + "line": 595, "column": 67 }, "end": { - "line": 553, + "line": 595, "column": 68 } } @@ -592707,15 +593194,15 @@ "updateContext": null }, "value": 1, - "start": 24996, - "end": 24997, + "start": 27386, + "end": 27387, "loc": { "start": { - "line": 553, + "line": 595, "column": 69 }, "end": { - "line": 553, + "line": 595, "column": 70 } } @@ -592733,15 +593220,15 @@ "binop": null, "updateContext": null }, - "start": 24997, - "end": 24998, + "start": 27387, + "end": 27388, "loc": { "start": { - "line": 553, + "line": 595, "column": 70 }, "end": { - "line": 553, + "line": 595, "column": 71 } } @@ -592760,15 +593247,15 @@ "updateContext": null }, "value": 0, - "start": 24999, - "end": 25000, + "start": 27389, + "end": 27390, "loc": { "start": { - "line": 553, + "line": 595, "column": 72 }, "end": { - "line": 553, + "line": 595, "column": 73 } } @@ -592786,15 +593273,15 @@ "binop": null, "updateContext": null }, - "start": 25000, - "end": 25001, + "start": 27390, + "end": 27391, "loc": { "start": { - "line": 553, + "line": 595, "column": 73 }, "end": { - "line": 553, + "line": 595, "column": 74 } } @@ -592813,15 +593300,15 @@ "updateContext": null }, "value": 1, - "start": 25002, - "end": 25003, + "start": 27392, + "end": 27393, "loc": { "start": { - "line": 553, + "line": 595, "column": 75 }, "end": { - "line": 553, + "line": 595, "column": 76 } } @@ -592838,15 +593325,15 @@ "postfix": false, "binop": null }, - "start": 25004, - "end": 25005, + "start": 27394, + "end": 27395, "loc": { "start": { - "line": 553, + "line": 595, "column": 77 }, "end": { - "line": 553, + "line": 595, "column": 78 } } @@ -592866,15 +593353,15 @@ "updateContext": null }, "value": "break", - "start": 25030, - "end": 25035, + "start": 27420, + "end": 27425, "loc": { "start": { - "line": 554, + "line": 596, "column": 24 }, "end": { - "line": 554, + "line": 596, "column": 29 } } @@ -592894,15 +593381,15 @@ "updateContext": null }, "value": "case", - "start": 25056, - "end": 25060, + "start": 27446, + "end": 27450, "loc": { "start": { - "line": 555, + "line": 597, "column": 20 }, "end": { - "line": 555, + "line": 597, "column": 24 } } @@ -592924,15 +593411,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 25061, - "end": 25073, + "start": 27451, + "end": 27463, "loc": { "start": { - "line": 555, + "line": 597, "column": 25 }, "end": { - "line": 555, + "line": 597, "column": 37 } } @@ -592950,15 +593437,15 @@ "binop": null, "updateContext": null }, - "start": 25073, - "end": 25074, + "start": 27463, + "end": 27464, "loc": { "start": { - "line": 555, + "line": 597, "column": 37 }, "end": { - "line": 555, + "line": 597, "column": 38 } } @@ -592976,15 +593463,15 @@ "binop": null }, "value": "test", - "start": 25074, - "end": 25078, + "start": 27464, + "end": 27468, "loc": { "start": { - "line": 555, + "line": 597, "column": 38 }, "end": { - "line": 555, + "line": 597, "column": 42 } } @@ -593001,15 +593488,15 @@ "postfix": false, "binop": null }, - "start": 25078, - "end": 25079, + "start": 27468, + "end": 27469, "loc": { "start": { - "line": 555, + "line": 597, "column": 42 }, "end": { - "line": 555, + "line": 597, "column": 43 } } @@ -593027,15 +593514,15 @@ "binop": null }, "value": "scale", - "start": 25080, - "end": 25085, + "start": 27470, + "end": 27475, "loc": { "start": { - "line": 555, + "line": 597, "column": 44 }, "end": { - "line": 555, + "line": 597, "column": 49 } } @@ -593052,15 +593539,15 @@ "postfix": false, "binop": null }, - "start": 25086, - "end": 25087, + "start": 27476, + "end": 27477, "loc": { "start": { - "line": 555, + "line": 597, "column": 50 }, "end": { - "line": 555, + "line": 597, "column": 51 } } @@ -593078,15 +593565,15 @@ "binop": null, "updateContext": null }, - "start": 25087, - "end": 25088, + "start": 27477, + "end": 27478, "loc": { "start": { - "line": 555, + "line": 597, "column": 51 }, "end": { - "line": 555, + "line": 597, "column": 52 } } @@ -593104,15 +593591,15 @@ "binop": null }, "value": "_tmpDate", - "start": 25113, - "end": 25121, + "start": 27503, + "end": 27511, "loc": { "start": { - "line": 556, + "line": 598, "column": 24 }, "end": { - "line": 556, + "line": 598, "column": 32 } } @@ -593131,15 +593618,15 @@ "updateContext": null }, "value": "=", - "start": 25122, - "end": 25123, + "start": 27512, + "end": 27513, "loc": { "start": { - "line": 556, + "line": 598, "column": 33 }, "end": { - "line": 556, + "line": 598, "column": 34 } } @@ -593159,15 +593646,15 @@ "updateContext": null }, "value": "new", - "start": 25124, - "end": 25127, + "start": 27514, + "end": 27517, "loc": { "start": { - "line": 556, + "line": 598, "column": 35 }, "end": { - "line": 556, + "line": 598, "column": 38 } } @@ -593185,15 +593672,15 @@ "binop": null }, "value": "Date", - "start": 25128, - "end": 25132, + "start": 27518, + "end": 27522, "loc": { "start": { - "line": 556, + "line": 598, "column": 39 }, "end": { - "line": 556, + "line": 598, "column": 43 } } @@ -593210,15 +593697,15 @@ "postfix": false, "binop": null }, - "start": 25132, - "end": 25133, + "start": 27522, + "end": 27523, "loc": { "start": { - "line": 556, + "line": 598, "column": 43 }, "end": { - "line": 556, + "line": 598, "column": 44 } } @@ -593236,15 +593723,15 @@ "binop": null }, "value": "dateObj", - "start": 25134, - "end": 25141, + "start": 27524, + "end": 27531, "loc": { "start": { - "line": 556, + "line": 598, "column": 45 }, "end": { - "line": 556, + "line": 598, "column": 52 } } @@ -593262,15 +593749,15 @@ "binop": null, "updateContext": null }, - "start": 25141, - "end": 25142, + "start": 27531, + "end": 27532, "loc": { "start": { - "line": 556, + "line": 598, "column": 52 }, "end": { - "line": 556, + "line": 598, "column": 53 } } @@ -593288,15 +593775,15 @@ "binop": null }, "value": "getFullYear", - "start": 25142, - "end": 25153, + "start": 27532, + "end": 27543, "loc": { "start": { - "line": 556, + "line": 598, "column": 53 }, "end": { - "line": 556, + "line": 598, "column": 64 } } @@ -593313,15 +593800,15 @@ "postfix": false, "binop": null }, - "start": 25153, - "end": 25154, + "start": 27543, + "end": 27544, "loc": { "start": { - "line": 556, + "line": 598, "column": 64 }, "end": { - "line": 556, + "line": 598, "column": 65 } } @@ -593338,15 +593825,15 @@ "postfix": false, "binop": null }, - "start": 25154, - "end": 25155, + "start": 27544, + "end": 27545, "loc": { "start": { - "line": 556, + "line": 598, "column": 65 }, "end": { - "line": 556, + "line": 598, "column": 66 } } @@ -593364,15 +593851,15 @@ "binop": null, "updateContext": null }, - "start": 25155, - "end": 25156, + "start": 27545, + "end": 27546, "loc": { "start": { - "line": 556, + "line": 598, "column": 66 }, "end": { - "line": 556, + "line": 598, "column": 67 } } @@ -593390,15 +593877,15 @@ "binop": null }, "value": "dateObj", - "start": 25157, - "end": 25164, + "start": 27547, + "end": 27554, "loc": { "start": { - "line": 556, + "line": 598, "column": 68 }, "end": { - "line": 556, + "line": 598, "column": 75 } } @@ -593416,15 +593903,15 @@ "binop": null, "updateContext": null }, - "start": 25164, - "end": 25165, + "start": 27554, + "end": 27555, "loc": { "start": { - "line": 556, + "line": 598, "column": 75 }, "end": { - "line": 556, + "line": 598, "column": 76 } } @@ -593442,15 +593929,15 @@ "binop": null }, "value": "getMonth", - "start": 25165, - "end": 25173, + "start": 27555, + "end": 27563, "loc": { "start": { - "line": 556, + "line": 598, "column": 76 }, "end": { - "line": 556, + "line": 598, "column": 84 } } @@ -593467,15 +593954,15 @@ "postfix": false, "binop": null }, - "start": 25173, - "end": 25174, + "start": 27563, + "end": 27564, "loc": { "start": { - "line": 556, + "line": 598, "column": 84 }, "end": { - "line": 556, + "line": 598, "column": 85 } } @@ -593492,15 +593979,15 @@ "postfix": false, "binop": null }, - "start": 25174, - "end": 25175, + "start": 27564, + "end": 27565, "loc": { "start": { - "line": 556, + "line": 598, "column": 85 }, "end": { - "line": 556, + "line": 598, "column": 86 } } @@ -593519,15 +594006,15 @@ "updateContext": null }, "value": "+", - "start": 25176, - "end": 25177, + "start": 27566, + "end": 27567, "loc": { "start": { - "line": 556, + "line": 598, "column": 87 }, "end": { - "line": 556, + "line": 598, "column": 88 } } @@ -593546,15 +594033,15 @@ "updateContext": null }, "value": 1, - "start": 25178, - "end": 25179, + "start": 27568, + "end": 27569, "loc": { "start": { - "line": 556, + "line": 598, "column": 89 }, "end": { - "line": 556, + "line": 598, "column": 90 } } @@ -593572,15 +594059,15 @@ "binop": null, "updateContext": null }, - "start": 25179, - "end": 25180, + "start": 27569, + "end": 27570, "loc": { "start": { - "line": 556, + "line": 598, "column": 90 }, "end": { - "line": 556, + "line": 598, "column": 91 } } @@ -593599,15 +594086,15 @@ "updateContext": null }, "value": 1, - "start": 25181, - "end": 25182, + "start": 27571, + "end": 27572, "loc": { "start": { - "line": 556, + "line": 598, "column": 92 }, "end": { - "line": 556, + "line": 598, "column": 93 } } @@ -593624,15 +594111,15 @@ "postfix": false, "binop": null }, - "start": 25183, - "end": 25184, + "start": 27573, + "end": 27574, "loc": { "start": { - "line": 556, + "line": 598, "column": 94 }, "end": { - "line": 556, + "line": 598, "column": 95 } } @@ -593652,15 +594139,15 @@ "updateContext": null }, "value": "break", - "start": 25209, - "end": 25214, + "start": 27599, + "end": 27604, "loc": { "start": { - "line": 557, + "line": 599, "column": 24 }, "end": { - "line": 557, + "line": 599, "column": 29 } } @@ -593680,15 +594167,15 @@ "updateContext": null }, "value": "case", - "start": 25235, - "end": 25239, + "start": 27625, + "end": 27629, "loc": { "start": { - "line": 558, + "line": 600, "column": 20 }, "end": { - "line": 558, + "line": 600, "column": 24 } } @@ -593710,15 +594197,15 @@ "pattern": "^(week|day)s?$", "flags": "i" }, - "start": 25240, - "end": 25257, + "start": 27630, + "end": 27647, "loc": { "start": { - "line": 558, + "line": 600, "column": 25 }, "end": { - "line": 558, + "line": 600, "column": 42 } } @@ -593736,15 +594223,15 @@ "binop": null, "updateContext": null }, - "start": 25257, - "end": 25258, + "start": 27647, + "end": 27648, "loc": { "start": { - "line": 558, + "line": 600, "column": 42 }, "end": { - "line": 558, + "line": 600, "column": 43 } } @@ -593762,15 +594249,15 @@ "binop": null }, "value": "test", - "start": 25258, - "end": 25262, + "start": 27648, + "end": 27652, "loc": { "start": { - "line": 558, + "line": 600, "column": 43 }, "end": { - "line": 558, + "line": 600, "column": 47 } } @@ -593787,15 +594274,15 @@ "postfix": false, "binop": null }, - "start": 25262, - "end": 25263, + "start": 27652, + "end": 27653, "loc": { "start": { - "line": 558, + "line": 600, "column": 47 }, "end": { - "line": 558, + "line": 600, "column": 48 } } @@ -593813,15 +594300,15 @@ "binop": null }, "value": "scale", - "start": 25264, - "end": 25269, + "start": 27654, + "end": 27659, "loc": { "start": { - "line": 558, + "line": 600, "column": 49 }, "end": { - "line": 558, + "line": 600, "column": 54 } } @@ -593838,15 +594325,15 @@ "postfix": false, "binop": null }, - "start": 25270, - "end": 25271, + "start": 27660, + "end": 27661, "loc": { "start": { - "line": 558, + "line": 600, "column": 55 }, "end": { - "line": 558, + "line": 600, "column": 56 } } @@ -593864,15 +594351,15 @@ "binop": null, "updateContext": null }, - "start": 25271, - "end": 25272, + "start": 27661, + "end": 27662, "loc": { "start": { - "line": 558, + "line": 600, "column": 56 }, "end": { - "line": 558, + "line": 600, "column": 57 } } @@ -593890,15 +594377,15 @@ "binop": null }, "value": "_tmpDate", - "start": 25297, - "end": 25305, + "start": 27687, + "end": 27695, "loc": { "start": { - "line": 559, + "line": 601, "column": 24 }, "end": { - "line": 559, + "line": 601, "column": 32 } } @@ -593917,15 +594404,15 @@ "updateContext": null }, "value": "=", - "start": 25306, - "end": 25307, + "start": 27696, + "end": 27697, "loc": { "start": { - "line": 559, + "line": 601, "column": 33 }, "end": { - "line": 559, + "line": 601, "column": 34 } } @@ -593945,15 +594432,15 @@ "updateContext": null }, "value": "new", - "start": 25308, - "end": 25311, + "start": 27698, + "end": 27701, "loc": { "start": { - "line": 559, + "line": 601, "column": 35 }, "end": { - "line": 559, + "line": 601, "column": 38 } } @@ -593971,15 +594458,15 @@ "binop": null }, "value": "Date", - "start": 25312, - "end": 25316, + "start": 27702, + "end": 27706, "loc": { "start": { - "line": 559, + "line": 601, "column": 39 }, "end": { - "line": 559, + "line": 601, "column": 43 } } @@ -593996,15 +594483,15 @@ "postfix": false, "binop": null }, - "start": 25316, - "end": 25317, + "start": 27706, + "end": 27707, "loc": { "start": { - "line": 559, + "line": 601, "column": 43 }, "end": { - "line": 559, + "line": 601, "column": 44 } } @@ -594022,15 +594509,15 @@ "binop": null }, "value": "dateObj", - "start": 25318, - "end": 25325, + "start": 27708, + "end": 27715, "loc": { "start": { - "line": 559, + "line": 601, "column": 45 }, "end": { - "line": 559, + "line": 601, "column": 52 } } @@ -594048,15 +594535,15 @@ "binop": null, "updateContext": null }, - "start": 25325, - "end": 25326, + "start": 27715, + "end": 27716, "loc": { "start": { - "line": 559, + "line": 601, "column": 52 }, "end": { - "line": 559, + "line": 601, "column": 53 } } @@ -594074,15 +594561,15 @@ "binop": null }, "value": "getFullYear", - "start": 25326, - "end": 25337, + "start": 27716, + "end": 27727, "loc": { "start": { - "line": 559, + "line": 601, "column": 53 }, "end": { - "line": 559, + "line": 601, "column": 64 } } @@ -594099,15 +594586,15 @@ "postfix": false, "binop": null }, - "start": 25337, - "end": 25338, + "start": 27727, + "end": 27728, "loc": { "start": { - "line": 559, + "line": 601, "column": 64 }, "end": { - "line": 559, + "line": 601, "column": 65 } } @@ -594124,15 +594611,15 @@ "postfix": false, "binop": null }, - "start": 25338, - "end": 25339, + "start": 27728, + "end": 27729, "loc": { "start": { - "line": 559, + "line": 601, "column": 65 }, "end": { - "line": 559, + "line": 601, "column": 66 } } @@ -594150,15 +594637,15 @@ "binop": null, "updateContext": null }, - "start": 25339, - "end": 25340, + "start": 27729, + "end": 27730, "loc": { "start": { - "line": 559, + "line": 601, "column": 66 }, "end": { - "line": 559, + "line": 601, "column": 67 } } @@ -594176,15 +594663,15 @@ "binop": null }, "value": "dateObj", - "start": 25341, - "end": 25348, + "start": 27731, + "end": 27738, "loc": { "start": { - "line": 559, + "line": 601, "column": 68 }, "end": { - "line": 559, + "line": 601, "column": 75 } } @@ -594202,15 +594689,15 @@ "binop": null, "updateContext": null }, - "start": 25348, - "end": 25349, + "start": 27738, + "end": 27739, "loc": { "start": { - "line": 559, + "line": 601, "column": 75 }, "end": { - "line": 559, + "line": 601, "column": 76 } } @@ -594228,15 +594715,15 @@ "binop": null }, "value": "getMonth", - "start": 25349, - "end": 25357, + "start": 27739, + "end": 27747, "loc": { "start": { - "line": 559, + "line": 601, "column": 76 }, "end": { - "line": 559, + "line": 601, "column": 84 } } @@ -594253,15 +594740,15 @@ "postfix": false, "binop": null }, - "start": 25357, - "end": 25358, + "start": 27747, + "end": 27748, "loc": { "start": { - "line": 559, + "line": 601, "column": 84 }, "end": { - "line": 559, + "line": 601, "column": 85 } } @@ -594278,15 +594765,15 @@ "postfix": false, "binop": null }, - "start": 25358, - "end": 25359, + "start": 27748, + "end": 27749, "loc": { "start": { - "line": 559, + "line": 601, "column": 85 }, "end": { - "line": 559, + "line": 601, "column": 86 } } @@ -594304,15 +594791,15 @@ "binop": null, "updateContext": null }, - "start": 25359, - "end": 25360, + "start": 27749, + "end": 27750, "loc": { "start": { - "line": 559, + "line": 601, "column": 86 }, "end": { - "line": 559, + "line": 601, "column": 87 } } @@ -594330,15 +594817,15 @@ "binop": null }, "value": "dateObj", - "start": 25361, - "end": 25368, + "start": 27751, + "end": 27758, "loc": { "start": { - "line": 559, + "line": 601, "column": 88 }, "end": { - "line": 559, + "line": 601, "column": 95 } } @@ -594356,15 +594843,15 @@ "binop": null, "updateContext": null }, - "start": 25368, - "end": 25369, + "start": 27758, + "end": 27759, "loc": { "start": { - "line": 559, + "line": 601, "column": 95 }, "end": { - "line": 559, + "line": 601, "column": 96 } } @@ -594382,15 +594869,15 @@ "binop": null }, "value": "getDate", - "start": 25369, - "end": 25376, + "start": 27759, + "end": 27766, "loc": { "start": { - "line": 559, + "line": 601, "column": 96 }, "end": { - "line": 559, + "line": 601, "column": 103 } } @@ -594407,15 +594894,15 @@ "postfix": false, "binop": null }, - "start": 25376, - "end": 25377, + "start": 27766, + "end": 27767, "loc": { "start": { - "line": 559, + "line": 601, "column": 103 }, "end": { - "line": 559, + "line": 601, "column": 104 } } @@ -594432,15 +594919,15 @@ "postfix": false, "binop": null }, - "start": 25377, - "end": 25378, + "start": 27767, + "end": 27768, "loc": { "start": { - "line": 559, + "line": 601, "column": 104 }, "end": { - "line": 559, + "line": 601, "column": 105 } } @@ -594459,15 +594946,15 @@ "updateContext": null }, "value": "+", - "start": 25379, - "end": 25380, + "start": 27769, + "end": 27770, "loc": { "start": { - "line": 559, + "line": 601, "column": 106 }, "end": { - "line": 559, + "line": 601, "column": 107 } } @@ -594486,15 +594973,15 @@ "updateContext": null }, "value": 1, - "start": 25381, - "end": 25382, + "start": 27771, + "end": 27772, "loc": { "start": { - "line": 559, + "line": 601, "column": 108 }, "end": { - "line": 559, + "line": 601, "column": 109 } } @@ -594511,15 +594998,15 @@ "postfix": false, "binop": null }, - "start": 25383, - "end": 25384, + "start": 27773, + "end": 27774, "loc": { "start": { - "line": 559, + "line": 601, "column": 110 }, "end": { - "line": 559, + "line": 601, "column": 111 } } @@ -594539,15 +595026,15 @@ "updateContext": null }, "value": "break", - "start": 25409, - "end": 25414, + "start": 27799, + "end": 27804, "loc": { "start": { - "line": 560, + "line": 602, "column": 24 }, "end": { - "line": 560, + "line": 602, "column": 29 } } @@ -594567,15 +595054,15 @@ "updateContext": null }, "value": "case", - "start": 25435, - "end": 25439, + "start": 27825, + "end": 27829, "loc": { "start": { - "line": 561, + "line": 603, "column": 20 }, "end": { - "line": 561, + "line": 603, "column": 24 } } @@ -594597,15 +595084,15 @@ "pattern": "^(|half|quarter)-?hours?$", "flags": "i" }, - "start": 25440, - "end": 25468, + "start": 27830, + "end": 27858, "loc": { "start": { - "line": 561, + "line": 603, "column": 25 }, "end": { - "line": 561, + "line": 603, "column": 53 } } @@ -594623,15 +595110,15 @@ "binop": null, "updateContext": null }, - "start": 25468, - "end": 25469, + "start": 27858, + "end": 27859, "loc": { "start": { - "line": 561, + "line": 603, "column": 53 }, "end": { - "line": 561, + "line": 603, "column": 54 } } @@ -594649,15 +595136,15 @@ "binop": null }, "value": "test", - "start": 25469, - "end": 25473, + "start": 27859, + "end": 27863, "loc": { "start": { - "line": 561, + "line": 603, "column": 54 }, "end": { - "line": 561, + "line": 603, "column": 58 } } @@ -594674,15 +595161,15 @@ "postfix": false, "binop": null }, - "start": 25473, - "end": 25474, + "start": 27863, + "end": 27864, "loc": { "start": { - "line": 561, + "line": 603, "column": 58 }, "end": { - "line": 561, + "line": 603, "column": 59 } } @@ -594700,15 +595187,15 @@ "binop": null }, "value": "scale", - "start": 25475, - "end": 25480, + "start": 27865, + "end": 27870, "loc": { "start": { - "line": 561, + "line": 603, "column": 60 }, "end": { - "line": 561, + "line": 603, "column": 65 } } @@ -594725,15 +595212,15 @@ "postfix": false, "binop": null }, - "start": 25481, - "end": 25482, + "start": 27871, + "end": 27872, "loc": { "start": { - "line": 561, + "line": 603, "column": 66 }, "end": { - "line": 561, + "line": 603, "column": 67 } } @@ -594751,15 +595238,15 @@ "binop": null, "updateContext": null }, - "start": 25482, - "end": 25483, + "start": 27872, + "end": 27873, "loc": { "start": { - "line": 561, + "line": 603, "column": 67 }, "end": { - "line": 561, + "line": 603, "column": 68 } } @@ -594777,15 +595264,15 @@ "binop": null }, "value": "_tmpDate", - "start": 25508, - "end": 25516, + "start": 27898, + "end": 27906, "loc": { "start": { - "line": 562, + "line": 604, "column": 24 }, "end": { - "line": 562, + "line": 604, "column": 32 } } @@ -594804,15 +595291,15 @@ "updateContext": null }, "value": "=", - "start": 25517, - "end": 25518, + "start": 27907, + "end": 27908, "loc": { "start": { - "line": 562, + "line": 604, "column": 33 }, "end": { - "line": 562, + "line": 604, "column": 34 } } @@ -594832,15 +595319,15 @@ "updateContext": null }, "value": "new", - "start": 25519, - "end": 25522, + "start": 27909, + "end": 27912, "loc": { "start": { - "line": 562, + "line": 604, "column": 35 }, "end": { - "line": 562, + "line": 604, "column": 38 } } @@ -594858,15 +595345,15 @@ "binop": null }, "value": "Date", - "start": 25523, - "end": 25527, + "start": 27913, + "end": 27917, "loc": { "start": { - "line": 562, + "line": 604, "column": 39 }, "end": { - "line": 562, + "line": 604, "column": 43 } } @@ -594883,15 +595370,15 @@ "postfix": false, "binop": null }, - "start": 25527, - "end": 25528, + "start": 27917, + "end": 27918, "loc": { "start": { - "line": 562, + "line": 604, "column": 43 }, "end": { - "line": 562, + "line": 604, "column": 44 } } @@ -594909,15 +595396,15 @@ "binop": null }, "value": "dateObj", - "start": 25529, - "end": 25536, + "start": 27919, + "end": 27926, "loc": { "start": { - "line": 562, + "line": 604, "column": 45 }, "end": { - "line": 562, + "line": 604, "column": 52 } } @@ -594935,15 +595422,15 @@ "binop": null, "updateContext": null }, - "start": 25536, - "end": 25537, + "start": 27926, + "end": 27927, "loc": { "start": { - "line": 562, + "line": 604, "column": 52 }, "end": { - "line": 562, + "line": 604, "column": 53 } } @@ -594961,15 +595448,15 @@ "binop": null }, "value": "getFullYear", - "start": 25537, - "end": 25548, + "start": 27927, + "end": 27938, "loc": { "start": { - "line": 562, + "line": 604, "column": 53 }, "end": { - "line": 562, + "line": 604, "column": 64 } } @@ -594986,15 +595473,15 @@ "postfix": false, "binop": null }, - "start": 25548, - "end": 25549, + "start": 27938, + "end": 27939, "loc": { "start": { - "line": 562, + "line": 604, "column": 64 }, "end": { - "line": 562, + "line": 604, "column": 65 } } @@ -595011,15 +595498,15 @@ "postfix": false, "binop": null }, - "start": 25549, - "end": 25550, + "start": 27939, + "end": 27940, "loc": { "start": { - "line": 562, + "line": 604, "column": 65 }, "end": { - "line": 562, + "line": 604, "column": 66 } } @@ -595037,15 +595524,15 @@ "binop": null, "updateContext": null }, - "start": 25550, - "end": 25551, + "start": 27940, + "end": 27941, "loc": { "start": { - "line": 562, + "line": 604, "column": 66 }, "end": { - "line": 562, + "line": 604, "column": 67 } } @@ -595063,15 +595550,15 @@ "binop": null }, "value": "dateObj", - "start": 25552, - "end": 25559, + "start": 27942, + "end": 27949, "loc": { "start": { - "line": 562, + "line": 604, "column": 68 }, "end": { - "line": 562, + "line": 604, "column": 75 } } @@ -595089,15 +595576,15 @@ "binop": null, "updateContext": null }, - "start": 25559, - "end": 25560, + "start": 27949, + "end": 27950, "loc": { "start": { - "line": 562, + "line": 604, "column": 75 }, "end": { - "line": 562, + "line": 604, "column": 76 } } @@ -595115,15 +595602,15 @@ "binop": null }, "value": "getMonth", - "start": 25560, - "end": 25568, + "start": 27950, + "end": 27958, "loc": { "start": { - "line": 562, + "line": 604, "column": 76 }, "end": { - "line": 562, + "line": 604, "column": 84 } } @@ -595140,15 +595627,15 @@ "postfix": false, "binop": null }, - "start": 25568, - "end": 25569, + "start": 27958, + "end": 27959, "loc": { "start": { - "line": 562, + "line": 604, "column": 84 }, "end": { - "line": 562, + "line": 604, "column": 85 } } @@ -595165,15 +595652,15 @@ "postfix": false, "binop": null }, - "start": 25569, - "end": 25570, + "start": 27959, + "end": 27960, "loc": { "start": { - "line": 562, + "line": 604, "column": 85 }, "end": { - "line": 562, + "line": 604, "column": 86 } } @@ -595191,15 +595678,15 @@ "binop": null, "updateContext": null }, - "start": 25570, - "end": 25571, + "start": 27960, + "end": 27961, "loc": { "start": { - "line": 562, + "line": 604, "column": 86 }, "end": { - "line": 562, + "line": 604, "column": 87 } } @@ -595217,15 +595704,15 @@ "binop": null }, "value": "dateObj", - "start": 25572, - "end": 25579, + "start": 27962, + "end": 27969, "loc": { "start": { - "line": 562, + "line": 604, "column": 88 }, "end": { - "line": 562, + "line": 604, "column": 95 } } @@ -595243,15 +595730,15 @@ "binop": null, "updateContext": null }, - "start": 25579, - "end": 25580, + "start": 27969, + "end": 27970, "loc": { "start": { - "line": 562, + "line": 604, "column": 95 }, "end": { - "line": 562, + "line": 604, "column": 96 } } @@ -595269,15 +595756,15 @@ "binop": null }, "value": "getDate", - "start": 25580, - "end": 25587, + "start": 27970, + "end": 27977, "loc": { "start": { - "line": 562, + "line": 604, "column": 96 }, "end": { - "line": 562, + "line": 604, "column": 103 } } @@ -595294,15 +595781,15 @@ "postfix": false, "binop": null }, - "start": 25587, - "end": 25588, + "start": 27977, + "end": 27978, "loc": { "start": { - "line": 562, + "line": 604, "column": 103 }, "end": { - "line": 562, + "line": 604, "column": 104 } } @@ -595319,15 +595806,15 @@ "postfix": false, "binop": null }, - "start": 25588, - "end": 25589, + "start": 27978, + "end": 27979, "loc": { "start": { - "line": 562, + "line": 604, "column": 104 }, "end": { - "line": 562, + "line": 604, "column": 105 } } @@ -595345,15 +595832,15 @@ "binop": null, "updateContext": null }, - "start": 25589, - "end": 25590, + "start": 27979, + "end": 27980, "loc": { "start": { - "line": 562, + "line": 604, "column": 105 }, "end": { - "line": 562, + "line": 604, "column": 106 } } @@ -595371,15 +595858,15 @@ "binop": null }, "value": "dateObj", - "start": 25591, - "end": 25598, + "start": 27981, + "end": 27988, "loc": { "start": { - "line": 562, + "line": 604, "column": 107 }, "end": { - "line": 562, + "line": 604, "column": 114 } } @@ -595397,15 +595884,15 @@ "binop": null, "updateContext": null }, - "start": 25598, - "end": 25599, + "start": 27988, + "end": 27989, "loc": { "start": { - "line": 562, + "line": 604, "column": 114 }, "end": { - "line": 562, + "line": 604, "column": 115 } } @@ -595423,15 +595910,15 @@ "binop": null }, "value": "getHours", - "start": 25599, - "end": 25607, + "start": 27989, + "end": 27997, "loc": { "start": { - "line": 562, + "line": 604, "column": 115 }, "end": { - "line": 562, + "line": 604, "column": 123 } } @@ -595448,15 +595935,15 @@ "postfix": false, "binop": null }, - "start": 25607, - "end": 25608, + "start": 27997, + "end": 27998, "loc": { "start": { - "line": 562, + "line": 604, "column": 123 }, "end": { - "line": 562, + "line": 604, "column": 124 } } @@ -595473,15 +595960,15 @@ "postfix": false, "binop": null }, - "start": 25608, - "end": 25609, + "start": 27998, + "end": 27999, "loc": { "start": { - "line": 562, + "line": 604, "column": 124 }, "end": { - "line": 562, + "line": 604, "column": 125 } } @@ -595500,15 +595987,15 @@ "updateContext": null }, "value": "+", - "start": 25610, - "end": 25611, + "start": 28000, + "end": 28001, "loc": { "start": { - "line": 562, + "line": 604, "column": 126 }, "end": { - "line": 562, + "line": 604, "column": 127 } } @@ -595527,15 +596014,15 @@ "updateContext": null }, "value": 1, - "start": 25612, - "end": 25613, + "start": 28002, + "end": 28003, "loc": { "start": { - "line": 562, + "line": 604, "column": 128 }, "end": { - "line": 562, + "line": 604, "column": 129 } } @@ -595552,15 +596039,15 @@ "postfix": false, "binop": null }, - "start": 25614, - "end": 25615, + "start": 28004, + "end": 28005, "loc": { "start": { - "line": 562, + "line": 604, "column": 130 }, "end": { - "line": 562, + "line": 604, "column": 131 } } @@ -595580,15 +596067,15 @@ "updateContext": null }, "value": "break", - "start": 25640, - "end": 25645, + "start": 28030, + "end": 28035, "loc": { "start": { - "line": 563, + "line": 605, "column": 24 }, "end": { - "line": 563, + "line": 605, "column": 29 } } @@ -595608,15 +596095,15 @@ "updateContext": null }, "value": "case", - "start": 25666, - "end": 25670, + "start": 28056, + "end": 28060, "loc": { "start": { - "line": 564, + "line": 606, "column": 20 }, "end": { - "line": 564, + "line": 606, "column": 24 } } @@ -595638,15 +596125,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 25671, - "end": 25684, + "start": 28061, + "end": 28074, "loc": { "start": { - "line": 564, + "line": 606, "column": 25 }, "end": { - "line": 564, + "line": 606, "column": 38 } } @@ -595664,15 +596151,15 @@ "binop": null, "updateContext": null }, - "start": 25684, - "end": 25685, + "start": 28074, + "end": 28075, "loc": { "start": { - "line": 564, + "line": 606, "column": 38 }, "end": { - "line": 564, + "line": 606, "column": 39 } } @@ -595690,15 +596177,15 @@ "binop": null }, "value": "test", - "start": 25685, - "end": 25689, + "start": 28075, + "end": 28079, "loc": { "start": { - "line": 564, + "line": 606, "column": 39 }, "end": { - "line": 564, + "line": 606, "column": 43 } } @@ -595715,15 +596202,15 @@ "postfix": false, "binop": null }, - "start": 25689, - "end": 25690, + "start": 28079, + "end": 28080, "loc": { "start": { - "line": 564, + "line": 606, "column": 43 }, "end": { - "line": 564, + "line": 606, "column": 44 } } @@ -595741,15 +596228,15 @@ "binop": null }, "value": "scale", - "start": 25691, - "end": 25696, + "start": 28081, + "end": 28086, "loc": { "start": { - "line": 564, + "line": 606, "column": 45 }, "end": { - "line": 564, + "line": 606, "column": 50 } } @@ -595766,15 +596253,15 @@ "postfix": false, "binop": null }, - "start": 25697, - "end": 25698, + "start": 28087, + "end": 28088, "loc": { "start": { - "line": 564, + "line": 606, "column": 51 }, "end": { - "line": 564, + "line": 606, "column": 52 } } @@ -595792,15 +596279,15 @@ "binop": null, "updateContext": null }, - "start": 25698, - "end": 25699, + "start": 28088, + "end": 28089, "loc": { "start": { - "line": 564, + "line": 606, "column": 52 }, "end": { - "line": 564, + "line": 606, "column": 53 } } @@ -595818,15 +596305,15 @@ "binop": null }, "value": "_tmpDate", - "start": 25724, - "end": 25732, + "start": 28114, + "end": 28122, "loc": { "start": { - "line": 565, + "line": 607, "column": 24 }, "end": { - "line": 565, + "line": 607, "column": 32 } } @@ -595845,15 +596332,15 @@ "updateContext": null }, "value": "=", - "start": 25733, - "end": 25734, + "start": 28123, + "end": 28124, "loc": { "start": { - "line": 565, + "line": 607, "column": 33 }, "end": { - "line": 565, + "line": 607, "column": 34 } } @@ -595873,15 +596360,15 @@ "updateContext": null }, "value": "new", - "start": 25735, - "end": 25738, + "start": 28125, + "end": 28128, "loc": { "start": { - "line": 565, + "line": 607, "column": 35 }, "end": { - "line": 565, + "line": 607, "column": 38 } } @@ -595899,15 +596386,15 @@ "binop": null }, "value": "Date", - "start": 25739, - "end": 25743, + "start": 28129, + "end": 28133, "loc": { "start": { - "line": 565, + "line": 607, "column": 39 }, "end": { - "line": 565, + "line": 607, "column": 43 } } @@ -595924,15 +596411,15 @@ "postfix": false, "binop": null }, - "start": 25743, - "end": 25744, + "start": 28133, + "end": 28134, "loc": { "start": { - "line": 565, + "line": 607, "column": 43 }, "end": { - "line": 565, + "line": 607, "column": 44 } } @@ -595950,15 +596437,15 @@ "binop": null }, "value": "dateObj", - "start": 25745, - "end": 25752, + "start": 28135, + "end": 28142, "loc": { "start": { - "line": 565, + "line": 607, "column": 45 }, "end": { - "line": 565, + "line": 607, "column": 52 } } @@ -595976,15 +596463,15 @@ "binop": null, "updateContext": null }, - "start": 25752, - "end": 25753, + "start": 28142, + "end": 28143, "loc": { "start": { - "line": 565, + "line": 607, "column": 52 }, "end": { - "line": 565, + "line": 607, "column": 53 } } @@ -596002,15 +596489,15 @@ "binop": null }, "value": "getFullYear", - "start": 25753, - "end": 25764, + "start": 28143, + "end": 28154, "loc": { "start": { - "line": 565, + "line": 607, "column": 53 }, "end": { - "line": 565, + "line": 607, "column": 64 } } @@ -596027,15 +596514,15 @@ "postfix": false, "binop": null }, - "start": 25764, - "end": 25765, + "start": 28154, + "end": 28155, "loc": { "start": { - "line": 565, + "line": 607, "column": 64 }, "end": { - "line": 565, + "line": 607, "column": 65 } } @@ -596052,15 +596539,15 @@ "postfix": false, "binop": null }, - "start": 25765, - "end": 25766, + "start": 28155, + "end": 28156, "loc": { "start": { - "line": 565, + "line": 607, "column": 65 }, "end": { - "line": 565, + "line": 607, "column": 66 } } @@ -596078,15 +596565,15 @@ "binop": null, "updateContext": null }, - "start": 25766, - "end": 25767, + "start": 28156, + "end": 28157, "loc": { "start": { - "line": 565, + "line": 607, "column": 66 }, "end": { - "line": 565, + "line": 607, "column": 67 } } @@ -596104,15 +596591,15 @@ "binop": null }, "value": "dateObj", - "start": 25768, - "end": 25775, + "start": 28158, + "end": 28165, "loc": { "start": { - "line": 565, + "line": 607, "column": 68 }, "end": { - "line": 565, + "line": 607, "column": 75 } } @@ -596130,15 +596617,15 @@ "binop": null, "updateContext": null }, - "start": 25775, - "end": 25776, + "start": 28165, + "end": 28166, "loc": { "start": { - "line": 565, + "line": 607, "column": 75 }, "end": { - "line": 565, + "line": 607, "column": 76 } } @@ -596156,15 +596643,15 @@ "binop": null }, "value": "getMonth", - "start": 25776, - "end": 25784, + "start": 28166, + "end": 28174, "loc": { "start": { - "line": 565, + "line": 607, "column": 76 }, "end": { - "line": 565, + "line": 607, "column": 84 } } @@ -596181,15 +596668,15 @@ "postfix": false, "binop": null }, - "start": 25784, - "end": 25785, + "start": 28174, + "end": 28175, "loc": { "start": { - "line": 565, + "line": 607, "column": 84 }, "end": { - "line": 565, + "line": 607, "column": 85 } } @@ -596206,15 +596693,15 @@ "postfix": false, "binop": null }, - "start": 25785, - "end": 25786, + "start": 28175, + "end": 28176, "loc": { "start": { - "line": 565, + "line": 607, "column": 85 }, "end": { - "line": 565, + "line": 607, "column": 86 } } @@ -596232,15 +596719,15 @@ "binop": null, "updateContext": null }, - "start": 25786, - "end": 25787, + "start": 28176, + "end": 28177, "loc": { "start": { - "line": 565, + "line": 607, "column": 86 }, "end": { - "line": 565, + "line": 607, "column": 87 } } @@ -596258,15 +596745,15 @@ "binop": null }, "value": "dateObj", - "start": 25788, - "end": 25795, + "start": 28178, + "end": 28185, "loc": { "start": { - "line": 565, + "line": 607, "column": 88 }, "end": { - "line": 565, + "line": 607, "column": 95 } } @@ -596284,15 +596771,15 @@ "binop": null, "updateContext": null }, - "start": 25795, - "end": 25796, + "start": 28185, + "end": 28186, "loc": { "start": { - "line": 565, + "line": 607, "column": 95 }, "end": { - "line": 565, + "line": 607, "column": 96 } } @@ -596310,15 +596797,15 @@ "binop": null }, "value": "getDate", - "start": 25796, - "end": 25803, + "start": 28186, + "end": 28193, "loc": { "start": { - "line": 565, + "line": 607, "column": 96 }, "end": { - "line": 565, + "line": 607, "column": 103 } } @@ -596335,15 +596822,15 @@ "postfix": false, "binop": null }, - "start": 25803, - "end": 25804, + "start": 28193, + "end": 28194, "loc": { "start": { - "line": 565, + "line": 607, "column": 103 }, "end": { - "line": 565, + "line": 607, "column": 104 } } @@ -596360,15 +596847,15 @@ "postfix": false, "binop": null }, - "start": 25804, - "end": 25805, + "start": 28194, + "end": 28195, "loc": { "start": { - "line": 565, + "line": 607, "column": 104 }, "end": { - "line": 565, + "line": 607, "column": 105 } } @@ -596386,15 +596873,15 @@ "binop": null, "updateContext": null }, - "start": 25805, - "end": 25806, + "start": 28195, + "end": 28196, "loc": { "start": { - "line": 565, + "line": 607, "column": 105 }, "end": { - "line": 565, + "line": 607, "column": 106 } } @@ -596412,15 +596899,15 @@ "binop": null }, "value": "dateObj", - "start": 25807, - "end": 25814, + "start": 28197, + "end": 28204, "loc": { "start": { - "line": 565, + "line": 607, "column": 107 }, "end": { - "line": 565, + "line": 607, "column": 114 } } @@ -596438,15 +596925,15 @@ "binop": null, "updateContext": null }, - "start": 25814, - "end": 25815, + "start": 28204, + "end": 28205, "loc": { "start": { - "line": 565, + "line": 607, "column": 114 }, "end": { - "line": 565, + "line": 607, "column": 115 } } @@ -596464,15 +596951,15 @@ "binop": null }, "value": "getHours", - "start": 25815, - "end": 25823, + "start": 28205, + "end": 28213, "loc": { "start": { - "line": 565, + "line": 607, "column": 115 }, "end": { - "line": 565, + "line": 607, "column": 123 } } @@ -596489,15 +596976,15 @@ "postfix": false, "binop": null }, - "start": 25823, - "end": 25824, + "start": 28213, + "end": 28214, "loc": { "start": { - "line": 565, + "line": 607, "column": 123 }, "end": { - "line": 565, + "line": 607, "column": 124 } } @@ -596514,15 +597001,15 @@ "postfix": false, "binop": null }, - "start": 25824, - "end": 25825, + "start": 28214, + "end": 28215, "loc": { "start": { - "line": 565, + "line": 607, "column": 124 }, "end": { - "line": 565, + "line": 607, "column": 125 } } @@ -596540,15 +597027,15 @@ "binop": null, "updateContext": null }, - "start": 25825, - "end": 25826, + "start": 28215, + "end": 28216, "loc": { "start": { - "line": 565, + "line": 607, "column": 125 }, "end": { - "line": 565, + "line": 607, "column": 126 } } @@ -596566,15 +597053,15 @@ "binop": null }, "value": "dateObj", - "start": 25827, - "end": 25834, + "start": 28217, + "end": 28224, "loc": { "start": { - "line": 565, + "line": 607, "column": 127 }, "end": { - "line": 565, + "line": 607, "column": 134 } } @@ -596592,15 +597079,15 @@ "binop": null, "updateContext": null }, - "start": 25834, - "end": 25835, + "start": 28224, + "end": 28225, "loc": { "start": { - "line": 565, + "line": 607, "column": 134 }, "end": { - "line": 565, + "line": 607, "column": 135 } } @@ -596618,15 +597105,15 @@ "binop": null }, "value": "getMinutes", - "start": 25835, - "end": 25845, + "start": 28225, + "end": 28235, "loc": { "start": { - "line": 565, + "line": 607, "column": 135 }, "end": { - "line": 565, + "line": 607, "column": 145 } } @@ -596643,15 +597130,15 @@ "postfix": false, "binop": null }, - "start": 25845, - "end": 25846, + "start": 28235, + "end": 28236, "loc": { "start": { - "line": 565, + "line": 607, "column": 145 }, "end": { - "line": 565, + "line": 607, "column": 146 } } @@ -596668,15 +597155,15 @@ "postfix": false, "binop": null }, - "start": 25846, - "end": 25847, + "start": 28236, + "end": 28237, "loc": { "start": { - "line": 565, + "line": 607, "column": 146 }, "end": { - "line": 565, + "line": 607, "column": 147 } } @@ -596695,15 +597182,15 @@ "updateContext": null }, "value": "+", - "start": 25848, - "end": 25849, + "start": 28238, + "end": 28239, "loc": { "start": { - "line": 565, + "line": 607, "column": 148 }, "end": { - "line": 565, + "line": 607, "column": 149 } } @@ -596722,15 +597209,15 @@ "updateContext": null }, "value": 1, - "start": 25850, - "end": 25851, + "start": 28240, + "end": 28241, "loc": { "start": { - "line": 565, + "line": 607, "column": 150 }, "end": { - "line": 565, + "line": 607, "column": 151 } } @@ -596747,15 +597234,15 @@ "postfix": false, "binop": null }, - "start": 25852, - "end": 25853, + "start": 28242, + "end": 28243, "loc": { "start": { - "line": 565, + "line": 607, "column": 152 }, "end": { - "line": 565, + "line": 607, "column": 153 } } @@ -596775,15 +597262,15 @@ "updateContext": null }, "value": "break", - "start": 25878, - "end": 25883, + "start": 28268, + "end": 28273, "loc": { "start": { - "line": 566, + "line": 608, "column": 24 }, "end": { - "line": 566, + "line": 608, "column": 29 } } @@ -596803,15 +597290,15 @@ "updateContext": null }, "value": "case", - "start": 25904, - "end": 25908, + "start": 28294, + "end": 28298, "loc": { "start": { - "line": 567, + "line": 609, "column": 20 }, "end": { - "line": 567, + "line": 609, "column": 24 } } @@ -596833,15 +597320,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 25909, - "end": 25922, + "start": 28299, + "end": 28312, "loc": { "start": { - "line": 567, + "line": 609, "column": 25 }, "end": { - "line": 567, + "line": 609, "column": 38 } } @@ -596859,15 +597346,15 @@ "binop": null, "updateContext": null }, - "start": 25922, - "end": 25923, + "start": 28312, + "end": 28313, "loc": { "start": { - "line": 567, + "line": 609, "column": 38 }, "end": { - "line": 567, + "line": 609, "column": 39 } } @@ -596885,15 +597372,15 @@ "binop": null }, "value": "test", - "start": 25923, - "end": 25927, + "start": 28313, + "end": 28317, "loc": { "start": { - "line": 567, + "line": 609, "column": 39 }, "end": { - "line": 567, + "line": 609, "column": 43 } } @@ -596910,15 +597397,15 @@ "postfix": false, "binop": null }, - "start": 25927, - "end": 25928, + "start": 28317, + "end": 28318, "loc": { "start": { - "line": 567, + "line": 609, "column": 43 }, "end": { - "line": 567, + "line": 609, "column": 44 } } @@ -596936,15 +597423,15 @@ "binop": null }, "value": "scale", - "start": 25929, - "end": 25934, + "start": 28319, + "end": 28324, "loc": { "start": { - "line": 567, + "line": 609, "column": 45 }, "end": { - "line": 567, + "line": 609, "column": 50 } } @@ -596961,15 +597448,15 @@ "postfix": false, "binop": null }, - "start": 25935, - "end": 25936, + "start": 28325, + "end": 28326, "loc": { "start": { - "line": 567, + "line": 609, "column": 51 }, "end": { - "line": 567, + "line": 609, "column": 52 } } @@ -596987,15 +597474,15 @@ "binop": null, "updateContext": null }, - "start": 25936, - "end": 25937, + "start": 28326, + "end": 28327, "loc": { "start": { - "line": 567, + "line": 609, "column": 52 }, "end": { - "line": 567, + "line": 609, "column": 53 } } @@ -597013,15 +597500,15 @@ "binop": null }, "value": "_tmpDate", - "start": 25962, - "end": 25970, + "start": 28352, + "end": 28360, "loc": { "start": { - "line": 568, + "line": 610, "column": 24 }, "end": { - "line": 568, + "line": 610, "column": 32 } } @@ -597040,15 +597527,15 @@ "updateContext": null }, "value": "=", - "start": 25971, - "end": 25972, + "start": 28361, + "end": 28362, "loc": { "start": { - "line": 568, + "line": 610, "column": 33 }, "end": { - "line": 568, + "line": 610, "column": 34 } } @@ -597068,15 +597555,15 @@ "updateContext": null }, "value": "new", - "start": 25973, - "end": 25976, + "start": 28363, + "end": 28366, "loc": { "start": { - "line": 568, + "line": 610, "column": 35 }, "end": { - "line": 568, + "line": 610, "column": 38 } } @@ -597094,15 +597581,15 @@ "binop": null }, "value": "Date", - "start": 25977, - "end": 25981, + "start": 28367, + "end": 28371, "loc": { "start": { - "line": 568, + "line": 610, "column": 39 }, "end": { - "line": 568, + "line": 610, "column": 43 } } @@ -597119,15 +597606,15 @@ "postfix": false, "binop": null }, - "start": 25981, - "end": 25982, + "start": 28371, + "end": 28372, "loc": { "start": { - "line": 568, + "line": 610, "column": 43 }, "end": { - "line": 568, + "line": 610, "column": 44 } } @@ -597145,15 +597632,15 @@ "binop": null }, "value": "dateObj", - "start": 25983, - "end": 25990, + "start": 28373, + "end": 28380, "loc": { "start": { - "line": 568, + "line": 610, "column": 45 }, "end": { - "line": 568, + "line": 610, "column": 52 } } @@ -597171,15 +597658,15 @@ "binop": null, "updateContext": null }, - "start": 25990, - "end": 25991, + "start": 28380, + "end": 28381, "loc": { "start": { - "line": 568, + "line": 610, "column": 52 }, "end": { - "line": 568, + "line": 610, "column": 53 } } @@ -597197,15 +597684,15 @@ "binop": null }, "value": "getFullYear", - "start": 25991, - "end": 26002, + "start": 28381, + "end": 28392, "loc": { "start": { - "line": 568, + "line": 610, "column": 53 }, "end": { - "line": 568, + "line": 610, "column": 64 } } @@ -597222,15 +597709,15 @@ "postfix": false, "binop": null }, - "start": 26002, - "end": 26003, + "start": 28392, + "end": 28393, "loc": { "start": { - "line": 568, + "line": 610, "column": 64 }, "end": { - "line": 568, + "line": 610, "column": 65 } } @@ -597247,15 +597734,15 @@ "postfix": false, "binop": null }, - "start": 26003, - "end": 26004, + "start": 28393, + "end": 28394, "loc": { "start": { - "line": 568, + "line": 610, "column": 65 }, "end": { - "line": 568, + "line": 610, "column": 66 } } @@ -597273,15 +597760,15 @@ "binop": null, "updateContext": null }, - "start": 26004, - "end": 26005, + "start": 28394, + "end": 28395, "loc": { "start": { - "line": 568, + "line": 610, "column": 66 }, "end": { - "line": 568, + "line": 610, "column": 67 } } @@ -597299,15 +597786,15 @@ "binop": null }, "value": "dateObj", - "start": 26006, - "end": 26013, + "start": 28396, + "end": 28403, "loc": { "start": { - "line": 568, + "line": 610, "column": 68 }, "end": { - "line": 568, + "line": 610, "column": 75 } } @@ -597325,15 +597812,15 @@ "binop": null, "updateContext": null }, - "start": 26013, - "end": 26014, + "start": 28403, + "end": 28404, "loc": { "start": { - "line": 568, + "line": 610, "column": 75 }, "end": { - "line": 568, + "line": 610, "column": 76 } } @@ -597351,15 +597838,15 @@ "binop": null }, "value": "getMonth", - "start": 26014, - "end": 26022, + "start": 28404, + "end": 28412, "loc": { "start": { - "line": 568, + "line": 610, "column": 76 }, "end": { - "line": 568, + "line": 610, "column": 84 } } @@ -597376,15 +597863,15 @@ "postfix": false, "binop": null }, - "start": 26022, - "end": 26023, + "start": 28412, + "end": 28413, "loc": { "start": { - "line": 568, + "line": 610, "column": 84 }, "end": { - "line": 568, + "line": 610, "column": 85 } } @@ -597401,15 +597888,15 @@ "postfix": false, "binop": null }, - "start": 26023, - "end": 26024, + "start": 28413, + "end": 28414, "loc": { "start": { - "line": 568, + "line": 610, "column": 85 }, "end": { - "line": 568, + "line": 610, "column": 86 } } @@ -597427,15 +597914,15 @@ "binop": null, "updateContext": null }, - "start": 26024, - "end": 26025, + "start": 28414, + "end": 28415, "loc": { "start": { - "line": 568, + "line": 610, "column": 86 }, "end": { - "line": 568, + "line": 610, "column": 87 } } @@ -597453,15 +597940,15 @@ "binop": null }, "value": "dateObj", - "start": 26026, - "end": 26033, + "start": 28416, + "end": 28423, "loc": { "start": { - "line": 568, + "line": 610, "column": 88 }, "end": { - "line": 568, + "line": 610, "column": 95 } } @@ -597479,15 +597966,15 @@ "binop": null, "updateContext": null }, - "start": 26033, - "end": 26034, + "start": 28423, + "end": 28424, "loc": { "start": { - "line": 568, + "line": 610, "column": 95 }, "end": { - "line": 568, + "line": 610, "column": 96 } } @@ -597505,15 +597992,15 @@ "binop": null }, "value": "getDate", - "start": 26034, - "end": 26041, + "start": 28424, + "end": 28431, "loc": { "start": { - "line": 568, + "line": 610, "column": 96 }, "end": { - "line": 568, + "line": 610, "column": 103 } } @@ -597530,15 +598017,15 @@ "postfix": false, "binop": null }, - "start": 26041, - "end": 26042, + "start": 28431, + "end": 28432, "loc": { "start": { - "line": 568, + "line": 610, "column": 103 }, "end": { - "line": 568, + "line": 610, "column": 104 } } @@ -597555,15 +598042,15 @@ "postfix": false, "binop": null }, - "start": 26042, - "end": 26043, + "start": 28432, + "end": 28433, "loc": { "start": { - "line": 568, + "line": 610, "column": 104 }, "end": { - "line": 568, + "line": 610, "column": 105 } } @@ -597581,15 +598068,15 @@ "binop": null, "updateContext": null }, - "start": 26043, - "end": 26044, + "start": 28433, + "end": 28434, "loc": { "start": { - "line": 568, + "line": 610, "column": 105 }, "end": { - "line": 568, + "line": 610, "column": 106 } } @@ -597607,15 +598094,15 @@ "binop": null }, "value": "dateObj", - "start": 26045, - "end": 26052, + "start": 28435, + "end": 28442, "loc": { "start": { - "line": 568, + "line": 610, "column": 107 }, "end": { - "line": 568, + "line": 610, "column": 114 } } @@ -597633,15 +598120,15 @@ "binop": null, "updateContext": null }, - "start": 26052, - "end": 26053, + "start": 28442, + "end": 28443, "loc": { "start": { - "line": 568, + "line": 610, "column": 114 }, "end": { - "line": 568, + "line": 610, "column": 115 } } @@ -597659,15 +598146,15 @@ "binop": null }, "value": "getHours", - "start": 26053, - "end": 26061, + "start": 28443, + "end": 28451, "loc": { "start": { - "line": 568, + "line": 610, "column": 115 }, "end": { - "line": 568, + "line": 610, "column": 123 } } @@ -597684,15 +598171,15 @@ "postfix": false, "binop": null }, - "start": 26061, - "end": 26062, + "start": 28451, + "end": 28452, "loc": { "start": { - "line": 568, + "line": 610, "column": 123 }, "end": { - "line": 568, + "line": 610, "column": 124 } } @@ -597709,15 +598196,15 @@ "postfix": false, "binop": null }, - "start": 26062, - "end": 26063, + "start": 28452, + "end": 28453, "loc": { "start": { - "line": 568, + "line": 610, "column": 124 }, "end": { - "line": 568, + "line": 610, "column": 125 } } @@ -597735,15 +598222,15 @@ "binop": null, "updateContext": null }, - "start": 26063, - "end": 26064, + "start": 28453, + "end": 28454, "loc": { "start": { - "line": 568, + "line": 610, "column": 125 }, "end": { - "line": 568, + "line": 610, "column": 126 } } @@ -597761,15 +598248,15 @@ "binop": null }, "value": "dateObj", - "start": 26065, - "end": 26072, + "start": 28455, + "end": 28462, "loc": { "start": { - "line": 568, + "line": 610, "column": 127 }, "end": { - "line": 568, + "line": 610, "column": 134 } } @@ -597787,15 +598274,15 @@ "binop": null, "updateContext": null }, - "start": 26072, - "end": 26073, + "start": 28462, + "end": 28463, "loc": { "start": { - "line": 568, + "line": 610, "column": 134 }, "end": { - "line": 568, + "line": 610, "column": 135 } } @@ -597813,15 +598300,15 @@ "binop": null }, "value": "getMinutes", - "start": 26073, - "end": 26083, + "start": 28463, + "end": 28473, "loc": { "start": { - "line": 568, + "line": 610, "column": 135 }, "end": { - "line": 568, + "line": 610, "column": 145 } } @@ -597838,15 +598325,15 @@ "postfix": false, "binop": null }, - "start": 26083, - "end": 26084, + "start": 28473, + "end": 28474, "loc": { "start": { - "line": 568, + "line": 610, "column": 145 }, "end": { - "line": 568, + "line": 610, "column": 146 } } @@ -597863,15 +598350,15 @@ "postfix": false, "binop": null }, - "start": 26084, - "end": 26085, + "start": 28474, + "end": 28475, "loc": { "start": { - "line": 568, + "line": 610, "column": 146 }, "end": { - "line": 568, + "line": 610, "column": 147 } } @@ -597889,15 +598376,15 @@ "binop": null, "updateContext": null }, - "start": 26085, - "end": 26086, + "start": 28475, + "end": 28476, "loc": { "start": { - "line": 568, + "line": 610, "column": 147 }, "end": { - "line": 568, + "line": 610, "column": 148 } } @@ -597915,15 +598402,15 @@ "binop": null }, "value": "dateObj", - "start": 26087, - "end": 26094, + "start": 28477, + "end": 28484, "loc": { "start": { - "line": 568, + "line": 610, "column": 149 }, "end": { - "line": 568, + "line": 610, "column": 156 } } @@ -597941,15 +598428,15 @@ "binop": null, "updateContext": null }, - "start": 26094, - "end": 26095, + "start": 28484, + "end": 28485, "loc": { "start": { - "line": 568, + "line": 610, "column": 156 }, "end": { - "line": 568, + "line": 610, "column": 157 } } @@ -597967,15 +598454,15 @@ "binop": null }, "value": "getSeconds", - "start": 26095, - "end": 26105, + "start": 28485, + "end": 28495, "loc": { "start": { - "line": 568, + "line": 610, "column": 157 }, "end": { - "line": 568, + "line": 610, "column": 167 } } @@ -597992,15 +598479,15 @@ "postfix": false, "binop": null }, - "start": 26105, - "end": 26106, + "start": 28495, + "end": 28496, "loc": { "start": { - "line": 568, + "line": 610, "column": 167 }, "end": { - "line": 568, + "line": 610, "column": 168 } } @@ -598017,15 +598504,15 @@ "postfix": false, "binop": null }, - "start": 26106, - "end": 26107, + "start": 28496, + "end": 28497, "loc": { "start": { - "line": 568, + "line": 610, "column": 168 }, "end": { - "line": 568, + "line": 610, "column": 169 } } @@ -598044,15 +598531,15 @@ "updateContext": null }, "value": "+", - "start": 26108, - "end": 26109, + "start": 28498, + "end": 28499, "loc": { "start": { - "line": 568, + "line": 610, "column": 170 }, "end": { - "line": 568, + "line": 610, "column": 171 } } @@ -598071,15 +598558,15 @@ "updateContext": null }, "value": 1, - "start": 26110, - "end": 26111, + "start": 28500, + "end": 28501, "loc": { "start": { - "line": 568, + "line": 610, "column": 172 }, "end": { - "line": 568, + "line": 610, "column": 173 } } @@ -598096,15 +598583,15 @@ "postfix": false, "binop": null }, - "start": 26112, - "end": 26113, + "start": 28502, + "end": 28503, "loc": { "start": { - "line": 568, + "line": 610, "column": 174 }, "end": { - "line": 568, + "line": 610, "column": 175 } } @@ -598124,15 +598611,15 @@ "updateContext": null }, "value": "break", - "start": 26138, - "end": 26143, + "start": 28528, + "end": 28533, "loc": { "start": { - "line": 569, + "line": 611, "column": 24 }, "end": { - "line": 569, + "line": 611, "column": 29 } } @@ -598149,15 +598636,15 @@ "postfix": false, "binop": null }, - "start": 26160, - "end": 26161, + "start": 28550, + "end": 28551, "loc": { "start": { - "line": 570, + "line": 612, "column": 16 }, "end": { - "line": 570, + "line": 612, "column": 17 } } @@ -598177,15 +598664,15 @@ "updateContext": null }, "value": "return", - "start": 26178, - "end": 26184, + "start": 28568, + "end": 28574, "loc": { "start": { - "line": 571, + "line": 613, "column": 16 }, "end": { - "line": 571, + "line": 613, "column": 22 } } @@ -598205,15 +598692,15 @@ "updateContext": null }, "value": "new", - "start": 26185, - "end": 26188, + "start": 28575, + "end": 28578, "loc": { "start": { - "line": 571, + "line": 613, "column": 23 }, "end": { - "line": 571, + "line": 613, "column": 26 } } @@ -598231,15 +598718,15 @@ "binop": null }, "value": "Date", - "start": 26189, - "end": 26193, + "start": 28579, + "end": 28583, "loc": { "start": { - "line": 571, + "line": 613, "column": 27 }, "end": { - "line": 571, + "line": 613, "column": 31 } } @@ -598256,15 +598743,15 @@ "postfix": false, "binop": null }, - "start": 26193, - "end": 26194, + "start": 28583, + "end": 28584, "loc": { "start": { - "line": 571, + "line": 613, "column": 31 }, "end": { - "line": 571, + "line": 613, "column": 32 } } @@ -598282,15 +598769,15 @@ "binop": null }, "value": "_tmpDate", - "start": 26195, - "end": 26203, + "start": 28585, + "end": 28593, "loc": { "start": { - "line": 571, + "line": 613, "column": 33 }, "end": { - "line": 571, + "line": 613, "column": 41 } } @@ -598308,15 +598795,15 @@ "binop": null, "updateContext": null }, - "start": 26203, - "end": 26204, + "start": 28593, + "end": 28594, "loc": { "start": { - "line": 571, + "line": 613, "column": 41 }, "end": { - "line": 571, + "line": 613, "column": 42 } } @@ -598334,15 +598821,15 @@ "binop": null }, "value": "getTime", - "start": 26204, - "end": 26211, + "start": 28594, + "end": 28601, "loc": { "start": { - "line": 571, + "line": 613, "column": 42 }, "end": { - "line": 571, + "line": 613, "column": 49 } } @@ -598359,15 +598846,15 @@ "postfix": false, "binop": null }, - "start": 26211, - "end": 26212, + "start": 28601, + "end": 28602, "loc": { "start": { - "line": 571, + "line": 613, "column": 49 }, "end": { - "line": 571, + "line": 613, "column": 50 } } @@ -598384,15 +598871,15 @@ "postfix": false, "binop": null }, - "start": 26212, - "end": 26213, + "start": 28602, + "end": 28603, "loc": { "start": { - "line": 571, + "line": 613, "column": 50 }, "end": { - "line": 571, + "line": 613, "column": 51 } } @@ -598411,15 +598898,15 @@ "updateContext": null }, "value": "-", - "start": 26214, - "end": 26215, + "start": 28604, + "end": 28605, "loc": { "start": { - "line": 571, + "line": 613, "column": 52 }, "end": { - "line": 571, + "line": 613, "column": 53 } } @@ -598438,15 +598925,15 @@ "updateContext": null }, "value": 1, - "start": 26216, - "end": 26217, + "start": 28606, + "end": 28607, "loc": { "start": { - "line": 571, + "line": 613, "column": 54 }, "end": { - "line": 571, + "line": 613, "column": 55 } } @@ -598463,15 +598950,15 @@ "postfix": false, "binop": null }, - "start": 26218, - "end": 26219, + "start": 28608, + "end": 28609, "loc": { "start": { - "line": 571, + "line": 613, "column": 56 }, "end": { - "line": 571, + "line": 613, "column": 57 } } @@ -598488,15 +598975,15 @@ "postfix": false, "binop": null }, - "start": 26232, - "end": 26233, + "start": 28622, + "end": 28623, "loc": { "start": { - "line": 572, + "line": 614, "column": 12 }, "end": { - "line": 572, + "line": 614, "column": 13 } } @@ -598514,15 +599001,15 @@ "binop": null, "updateContext": null }, - "start": 26233, - "end": 26234, + "start": 28623, + "end": 28624, "loc": { "start": { - "line": 572, + "line": 614, "column": 13 }, "end": { - "line": 572, + "line": 614, "column": 14 } } @@ -598540,15 +599027,15 @@ "binop": null }, "value": "is_remapping", - "start": 26247, - "end": 26259, + "start": 28637, + "end": 28649, "loc": { "start": { - "line": 573, + "line": 615, "column": 12 }, "end": { - "line": 573, + "line": 615, "column": 24 } } @@ -598567,15 +599054,15 @@ "updateContext": null }, "value": "=", - "start": 26260, - "end": 26261, + "start": 28650, + "end": 28651, "loc": { "start": { - "line": 573, + "line": 615, "column": 25 }, "end": { - "line": 573, + "line": 615, "column": 26 } } @@ -598597,15 +599084,15 @@ "pattern": "^\\d{1,2}(|(-|\\/).+)$", "flags": "" }, - "start": 26262, - "end": 26284, + "start": 28652, + "end": 28674, "loc": { "start": { - "line": 573, + "line": 615, "column": 27 }, "end": { - "line": 573, + "line": 615, "column": 49 } } @@ -598623,15 +599110,15 @@ "binop": null, "updateContext": null }, - "start": 26284, - "end": 26285, + "start": 28674, + "end": 28675, "loc": { "start": { - "line": 573, + "line": 615, "column": 49 }, "end": { - "line": 573, + "line": 615, "column": 50 } } @@ -598649,15 +599136,15 @@ "binop": null }, "value": "test", - "start": 26285, - "end": 26289, + "start": 28675, + "end": 28679, "loc": { "start": { - "line": 573, + "line": 615, "column": 50 }, "end": { - "line": 573, + "line": 615, "column": 54 } } @@ -598674,15 +599161,15 @@ "postfix": false, "binop": null }, - "start": 26289, - "end": 26290, + "start": 28679, + "end": 28680, "loc": { "start": { - "line": 573, + "line": 615, "column": 54 }, "end": { - "line": 573, + "line": 615, "column": 55 } } @@ -598700,15 +599187,15 @@ "binop": null }, "value": "key", - "start": 26291, - "end": 26294, + "start": 28681, + "end": 28684, "loc": { "start": { - "line": 573, + "line": 615, "column": 56 }, "end": { - "line": 573, + "line": 615, "column": 59 } } @@ -598726,15 +599213,15 @@ "binop": null, "updateContext": null }, - "start": 26294, - "end": 26295, + "start": 28684, + "end": 28685, "loc": { "start": { - "line": 573, + "line": 615, "column": 59 }, "end": { - "line": 573, + "line": 615, "column": 60 } } @@ -598752,15 +599239,15 @@ "binop": null }, "value": "toString", - "start": 26295, - "end": 26303, + "start": 28685, + "end": 28693, "loc": { "start": { - "line": 573, + "line": 615, "column": 60 }, "end": { - "line": 573, + "line": 615, "column": 68 } } @@ -598777,15 +599264,15 @@ "postfix": false, "binop": null }, - "start": 26303, - "end": 26304, + "start": 28693, + "end": 28694, "loc": { "start": { - "line": 573, + "line": 615, "column": 68 }, "end": { - "line": 573, + "line": 615, "column": 69 } } @@ -598802,15 +599289,15 @@ "postfix": false, "binop": null }, - "start": 26304, - "end": 26305, + "start": 28694, + "end": 28695, "loc": { "start": { - "line": 573, + "line": 615, "column": 69 }, "end": { - "line": 573, + "line": 615, "column": 70 } } @@ -598827,15 +599314,15 @@ "postfix": false, "binop": null }, - "start": 26306, - "end": 26307, + "start": 28696, + "end": 28697, "loc": { "start": { - "line": 573, + "line": 615, "column": 71 }, "end": { - "line": 573, + "line": 615, "column": 72 } } @@ -598843,15 +599330,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )", - "start": 26308, - "end": 26381, + "start": 28698, + "end": 28771, "loc": { "start": { - "line": 574, + "line": 616, "column": 0 }, "end": { - "line": 574, + "line": 616, "column": 73 } } @@ -598871,15 +599358,15 @@ "updateContext": null }, "value": "switch", - "start": 26399, - "end": 26405, + "start": 28789, + "end": 28795, "loc": { "start": { - "line": 576, + "line": 618, "column": 8 }, "end": { - "line": 576, + "line": 618, "column": 14 } } @@ -598896,15 +599383,15 @@ "postfix": false, "binop": null }, - "start": 26406, - "end": 26407, + "start": 28796, + "end": 28797, "loc": { "start": { - "line": 576, + "line": 618, "column": 15 }, "end": { - "line": 576, + "line": 618, "column": 16 } } @@ -598924,15 +599411,15 @@ "updateContext": null }, "value": "true", - "start": 26408, - "end": 26412, + "start": 28798, + "end": 28802, "loc": { "start": { - "line": 576, + "line": 618, "column": 17 }, "end": { - "line": 576, + "line": 618, "column": 21 } } @@ -598949,15 +599436,15 @@ "postfix": false, "binop": null }, - "start": 26413, - "end": 26414, + "start": 28803, + "end": 28804, "loc": { "start": { - "line": 576, + "line": 618, "column": 22 }, "end": { - "line": 576, + "line": 618, "column": 23 } } @@ -598974,15 +599461,15 @@ "postfix": false, "binop": null }, - "start": 26415, - "end": 26416, + "start": 28805, + "end": 28806, "loc": { "start": { - "line": 576, + "line": 618, "column": 24 }, "end": { - "line": 576, + "line": 618, "column": 25 } } @@ -599002,15 +599489,15 @@ "updateContext": null }, "value": "case", - "start": 26429, - "end": 26433, + "start": 28819, + "end": 28823, "loc": { "start": { - "line": 577, + "line": 619, "column": 12 }, "end": { - "line": 577, + "line": 619, "column": 16 } } @@ -599032,15 +599519,15 @@ "pattern": "^current(|ly)$", "flags": "i" }, - "start": 26434, - "end": 26451, + "start": 28824, + "end": 28841, "loc": { "start": { - "line": 577, + "line": 619, "column": 17 }, "end": { - "line": 577, + "line": 619, "column": 34 } } @@ -599058,15 +599545,15 @@ "binop": null, "updateContext": null }, - "start": 26451, - "end": 26452, + "start": 28841, + "end": 28842, "loc": { "start": { - "line": 577, + "line": 619, "column": 34 }, "end": { - "line": 577, + "line": 619, "column": 35 } } @@ -599084,15 +599571,15 @@ "binop": null }, "value": "test", - "start": 26452, - "end": 26456, + "start": 28842, + "end": 28846, "loc": { "start": { - "line": 577, + "line": 619, "column": 35 }, "end": { - "line": 577, + "line": 619, "column": 39 } } @@ -599109,15 +599596,15 @@ "postfix": false, "binop": null }, - "start": 26456, - "end": 26457, + "start": 28846, + "end": 28847, "loc": { "start": { - "line": 577, + "line": 619, "column": 39 }, "end": { - "line": 577, + "line": 619, "column": 40 } } @@ -599135,15 +599622,15 @@ "binop": null }, "value": "key", - "start": 26458, - "end": 26461, + "start": 28848, + "end": 28851, "loc": { "start": { - "line": 577, + "line": 619, "column": 41 }, "end": { - "line": 577, + "line": 619, "column": 44 } } @@ -599160,15 +599647,15 @@ "postfix": false, "binop": null }, - "start": 26462, - "end": 26463, + "start": 28852, + "end": 28853, "loc": { "start": { - "line": 577, + "line": 619, "column": 45 }, "end": { - "line": 577, + "line": 619, "column": 46 } } @@ -599186,15 +599673,15 @@ "binop": null, "updateContext": null }, - "start": 26463, - "end": 26464, + "start": 28853, + "end": 28854, "loc": { "start": { - "line": 577, + "line": 619, "column": 46 }, "end": { - "line": 577, + "line": 619, "column": 47 } } @@ -599212,15 +599699,15 @@ "binop": null }, "value": "_date", - "start": 26481, - "end": 26486, + "start": 28871, + "end": 28876, "loc": { "start": { - "line": 578, + "line": 620, "column": 16 }, "end": { - "line": 578, + "line": 620, "column": 21 } } @@ -599239,15 +599726,15 @@ "updateContext": null }, "value": "=", - "start": 26487, - "end": 26488, + "start": 28877, + "end": 28878, "loc": { "start": { - "line": 578, + "line": 620, "column": 22 }, "end": { - "line": 578, + "line": 620, "column": 23 } } @@ -599267,15 +599754,15 @@ "updateContext": null }, "value": "new", - "start": 26489, - "end": 26492, + "start": 28879, + "end": 28882, "loc": { "start": { - "line": 578, + "line": 620, "column": 24 }, "end": { - "line": 578, + "line": 620, "column": 27 } } @@ -599293,15 +599780,15 @@ "binop": null }, "value": "Date", - "start": 26493, - "end": 26497, + "start": 28883, + "end": 28887, "loc": { "start": { - "line": 578, + "line": 620, "column": 28 }, "end": { - "line": 578, + "line": 620, "column": 32 } } @@ -599318,15 +599805,15 @@ "postfix": false, "binop": null }, - "start": 26497, - "end": 26498, + "start": 28887, + "end": 28888, "loc": { "start": { - "line": 578, + "line": 620, "column": 32 }, "end": { - "line": 578, + "line": 620, "column": 33 } } @@ -599343,15 +599830,15 @@ "postfix": false, "binop": null }, - "start": 26498, - "end": 26499, + "start": 28888, + "end": 28889, "loc": { "start": { - "line": 578, + "line": 620, "column": 33 }, "end": { - "line": 578, + "line": 620, "column": 34 } } @@ -599359,15 +599846,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 26500, - "end": 26624, + "start": 28890, + "end": 29014, "loc": { "start": { - "line": 579, + "line": 621, "column": 0 }, "end": { - "line": 579, + "line": 621, "column": 124 } } @@ -599387,15 +599874,15 @@ "updateContext": null }, "value": "break", - "start": 26641, - "end": 26646, + "start": 29031, + "end": 29036, "loc": { "start": { - "line": 580, + "line": 622, "column": 16 }, "end": { - "line": 580, + "line": 622, "column": 21 } } @@ -599415,15 +599902,15 @@ "updateContext": null }, "value": "case", - "start": 26659, - "end": 26663, + "start": 29049, + "end": 29053, "loc": { "start": { - "line": 581, + "line": 623, "column": 12 }, "end": { - "line": 581, + "line": 623, "column": 16 } } @@ -599445,15 +599932,15 @@ "pattern": "^auto$", "flags": "i" }, - "start": 26664, - "end": 26673, + "start": 29054, + "end": 29063, "loc": { "start": { - "line": 581, + "line": 623, "column": 17 }, "end": { - "line": 581, + "line": 623, "column": 26 } } @@ -599471,15 +599958,15 @@ "binop": null, "updateContext": null }, - "start": 26673, - "end": 26674, + "start": 29063, + "end": 29064, "loc": { "start": { - "line": 581, + "line": 623, "column": 26 }, "end": { - "line": 581, + "line": 623, "column": 27 } } @@ -599497,15 +599984,15 @@ "binop": null }, "value": "test", - "start": 26674, - "end": 26678, + "start": 29064, + "end": 29068, "loc": { "start": { - "line": 581, + "line": 623, "column": 27 }, "end": { - "line": 581, + "line": 623, "column": 31 } } @@ -599522,15 +600009,15 @@ "postfix": false, "binop": null }, - "start": 26678, - "end": 26679, + "start": 29068, + "end": 29069, "loc": { "start": { - "line": 581, + "line": 623, "column": 31 }, "end": { - "line": 581, + "line": 623, "column": 32 } } @@ -599548,15 +600035,15 @@ "binop": null }, "value": "key", - "start": 26680, - "end": 26683, + "start": 29070, + "end": 29073, "loc": { "start": { - "line": 581, + "line": 623, "column": 33 }, "end": { - "line": 581, + "line": 623, "column": 36 } } @@ -599573,15 +600060,15 @@ "postfix": false, "binop": null }, - "start": 26684, - "end": 26685, + "start": 29074, + "end": 29075, "loc": { "start": { - "line": 581, + "line": 623, "column": 37 }, "end": { - "line": 581, + "line": 623, "column": 38 } } @@ -599599,15 +600086,15 @@ "binop": null, "updateContext": null }, - "start": 26685, - "end": 26686, + "start": 29075, + "end": 29076, "loc": { "start": { - "line": 581, + "line": 623, "column": 38 }, "end": { - "line": 581, + "line": 623, "column": 39 } } @@ -599624,15 +600111,15 @@ "postfix": false, "binop": null }, - "start": 26687, - "end": 26688, + "start": 29077, + "end": 29078, "loc": { "start": { - "line": 581, + "line": 623, "column": 40 }, "end": { - "line": 581, + "line": 623, "column": 41 } } @@ -599652,15 +600139,15 @@ "updateContext": null }, "value": "let", - "start": 26705, - "end": 26708, + "start": 29095, + "end": 29098, "loc": { "start": { - "line": 582, + "line": 624, "column": 16 }, "end": { - "line": 582, + "line": 624, "column": 19 } } @@ -599678,15 +600165,15 @@ "binop": null }, "value": "_ms", - "start": 26709, - "end": 26712, + "start": 29099, + "end": 29102, "loc": { "start": { - "line": 582, + "line": 624, "column": 20 }, "end": { - "line": 582, + "line": 624, "column": 23 } } @@ -599705,15 +600192,15 @@ "updateContext": null }, "value": "=", - "start": 26722, - "end": 26723, + "start": 29112, + "end": 29113, "loc": { "start": { - "line": 582, + "line": 624, "column": 33 }, "end": { - "line": 582, + "line": 624, "column": 34 } } @@ -599733,15 +600220,15 @@ "updateContext": null }, "value": "null", - "start": 26724, - "end": 26728, + "start": 29114, + "end": 29118, "loc": { "start": { - "line": 582, + "line": 624, "column": 35 }, "end": { - "line": 582, + "line": 624, "column": 39 } } @@ -599759,15 +600246,15 @@ "binop": null, "updateContext": null }, - "start": 26728, - "end": 26729, + "start": 29118, + "end": 29119, "loc": { "start": { - "line": 582, + "line": 624, "column": 39 }, "end": { - "line": 582, + "line": 624, "column": 40 } } @@ -599785,15 +600272,15 @@ "binop": null }, "value": "_higherScale", - "start": 26750, - "end": 26762, + "start": 29140, + "end": 29152, "loc": { "start": { - "line": 583, + "line": 625, "column": 20 }, "end": { - "line": 583, + "line": 625, "column": 32 } } @@ -599812,15 +600299,15 @@ "updateContext": null }, "value": "=", - "start": 26763, - "end": 26764, + "start": 29153, + "end": 29154, "loc": { "start": { - "line": 583, + "line": 625, "column": 33 }, "end": { - "line": 583, + "line": 625, "column": 34 } } @@ -599840,15 +600327,15 @@ "updateContext": null }, "value": "this", - "start": 26765, - "end": 26769, + "start": 29155, + "end": 29159, "loc": { "start": { - "line": 583, + "line": 625, "column": 35 }, "end": { - "line": 583, + "line": 625, "column": 39 } } @@ -599866,15 +600353,15 @@ "binop": null, "updateContext": null }, - "start": 26769, - "end": 26770, + "start": 29159, + "end": 29160, "loc": { "start": { - "line": 583, + "line": 625, "column": 39 }, "end": { - "line": 583, + "line": 625, "column": 40 } } @@ -599892,15 +600379,15 @@ "binop": null }, "value": "getHigherScale", - "start": 26770, - "end": 26784, + "start": 29160, + "end": 29174, "loc": { "start": { - "line": 583, + "line": 625, "column": 40 }, "end": { - "line": 583, + "line": 625, "column": 54 } } @@ -599917,15 +600404,15 @@ "postfix": false, "binop": null }, - "start": 26784, - "end": 26785, + "start": 29174, + "end": 29175, "loc": { "start": { - "line": 583, + "line": 625, "column": 54 }, "end": { - "line": 583, + "line": 625, "column": 55 } } @@ -599943,15 +600430,15 @@ "binop": null }, "value": "_opts", - "start": 26786, - "end": 26791, + "start": 29176, + "end": 29181, "loc": { "start": { - "line": 583, + "line": 625, "column": 56 }, "end": { - "line": 583, + "line": 625, "column": 61 } } @@ -599969,15 +600456,15 @@ "binop": null, "updateContext": null }, - "start": 26791, - "end": 26792, + "start": 29181, + "end": 29182, "loc": { "start": { - "line": 583, + "line": 625, "column": 61 }, "end": { - "line": 583, + "line": 625, "column": 62 } } @@ -599995,15 +600482,15 @@ "binop": null }, "value": "scale", - "start": 26792, - "end": 26797, + "start": 29182, + "end": 29187, "loc": { "start": { - "line": 583, + "line": 625, "column": 62 }, "end": { - "line": 583, + "line": 625, "column": 67 } } @@ -600020,15 +600507,15 @@ "postfix": false, "binop": null }, - "start": 26798, - "end": 26799, + "start": 29188, + "end": 29189, "loc": { "start": { - "line": 583, + "line": 625, "column": 68 }, "end": { - "line": 583, + "line": 625, "column": 69 } } @@ -600048,15 +600535,15 @@ "updateContext": null }, "value": "if", - "start": 26833, - "end": 26835, + "start": 29223, + "end": 29225, "loc": { "start": { - "line": 585, + "line": 627, "column": 16 }, "end": { - "line": 585, + "line": 627, "column": 18 } } @@ -600073,15 +600560,15 @@ "postfix": false, "binop": null }, - "start": 26836, - "end": 26837, + "start": 29226, + "end": 29227, "loc": { "start": { - "line": 585, + "line": 627, "column": 19 }, "end": { - "line": 585, + "line": 627, "column": 20 } } @@ -600103,15 +600590,15 @@ "pattern": "^current(|ly)$", "flags": "i" }, - "start": 26838, - "end": 26855, + "start": 29228, + "end": 29245, "loc": { "start": { - "line": 585, + "line": 627, "column": 21 }, "end": { - "line": 585, + "line": 627, "column": 38 } } @@ -600129,15 +600616,15 @@ "binop": null, "updateContext": null }, - "start": 26855, - "end": 26856, + "start": 29245, + "end": 29246, "loc": { "start": { - "line": 585, + "line": 627, "column": 38 }, "end": { - "line": 585, + "line": 627, "column": 39 } } @@ -600155,15 +600642,15 @@ "binop": null }, "value": "test", - "start": 26856, - "end": 26860, + "start": 29246, + "end": 29250, "loc": { "start": { - "line": 585, + "line": 627, "column": 39 }, "end": { - "line": 585, + "line": 627, "column": 43 } } @@ -600180,15 +600667,15 @@ "postfix": false, "binop": null }, - "start": 26860, - "end": 26861, + "start": 29250, + "end": 29251, "loc": { "start": { - "line": 585, + "line": 627, "column": 43 }, "end": { - "line": 585, + "line": 627, "column": 44 } } @@ -600206,15 +600693,15 @@ "binop": null }, "value": "_opts", - "start": 26862, - "end": 26867, + "start": 29252, + "end": 29257, "loc": { "start": { - "line": 585, + "line": 627, "column": 45 }, "end": { - "line": 585, + "line": 627, "column": 50 } } @@ -600232,15 +600719,15 @@ "binop": null, "updateContext": null }, - "start": 26867, - "end": 26868, + "start": 29257, + "end": 29258, "loc": { "start": { - "line": 585, + "line": 627, "column": 50 }, "end": { - "line": 585, + "line": 627, "column": 51 } } @@ -600258,15 +600745,15 @@ "binop": null }, "value": "startDatetime", - "start": 26868, - "end": 26881, + "start": 29258, + "end": 29271, "loc": { "start": { - "line": 585, + "line": 627, "column": 51 }, "end": { - "line": 585, + "line": 627, "column": 64 } } @@ -600283,15 +600770,15 @@ "postfix": false, "binop": null }, - "start": 26882, - "end": 26883, + "start": 29272, + "end": 29273, "loc": { "start": { - "line": 585, + "line": 627, "column": 65 }, "end": { - "line": 585, + "line": 627, "column": 66 } } @@ -600308,15 +600795,15 @@ "postfix": false, "binop": null }, - "start": 26884, - "end": 26885, + "start": 29274, + "end": 29275, "loc": { "start": { - "line": 585, + "line": 627, "column": 67 }, "end": { - "line": 585, + "line": 627, "column": 68 } } @@ -600333,15 +600820,15 @@ "postfix": false, "binop": null }, - "start": 26886, - "end": 26887, + "start": 29276, + "end": 29277, "loc": { "start": { - "line": 585, + "line": 627, "column": 69 }, "end": { - "line": 585, + "line": 627, "column": 70 } } @@ -600359,15 +600846,15 @@ "binop": null }, "value": "_date", - "start": 26908, - "end": 26913, + "start": 29298, + "end": 29303, "loc": { "start": { - "line": 586, + "line": 628, "column": 20 }, "end": { - "line": 586, + "line": 628, "column": 25 } } @@ -600386,15 +600873,15 @@ "updateContext": null }, "value": "=", - "start": 26914, - "end": 26915, + "start": 29304, + "end": 29305, "loc": { "start": { - "line": 586, + "line": 628, "column": 26 }, "end": { - "line": 586, + "line": 628, "column": 27 } } @@ -600414,15 +600901,15 @@ "updateContext": null }, "value": "new", - "start": 26916, - "end": 26919, + "start": 29306, + "end": 29309, "loc": { "start": { - "line": 586, + "line": 628, "column": 28 }, "end": { - "line": 586, + "line": 628, "column": 31 } } @@ -600440,15 +600927,15 @@ "binop": null }, "value": "Date", - "start": 26920, - "end": 26924, + "start": 29310, + "end": 29314, "loc": { "start": { - "line": 586, + "line": 628, "column": 32 }, "end": { - "line": 586, + "line": 628, "column": 36 } } @@ -600465,15 +600952,15 @@ "postfix": false, "binop": null }, - "start": 26924, - "end": 26925, + "start": 29314, + "end": 29315, "loc": { "start": { - "line": 586, + "line": 628, "column": 36 }, "end": { - "line": 586, + "line": 628, "column": 37 } } @@ -600490,15 +600977,15 @@ "postfix": false, "binop": null }, - "start": 26925, - "end": 26926, + "start": 29315, + "end": 29316, "loc": { "start": { - "line": 586, + "line": 628, "column": 37 }, "end": { - "line": 586, + "line": 628, "column": 38 } } @@ -600506,15 +600993,15 @@ { "type": "CommentLine", "value": "if ( /^(year|month)s?$/i.test( _opts.scale ) ) {", - "start": 26947, - "end": 26997, + "start": 29337, + "end": 29387, "loc": { "start": { - "line": 587, + "line": 629, "column": 20 }, "end": { - "line": 587, + "line": 629, "column": 70 } } @@ -600532,15 +601019,15 @@ "binop": null }, "value": "_date", - "start": 27022, - "end": 27027, + "start": 29412, + "end": 29417, "loc": { "start": { - "line": 588, + "line": 630, "column": 24 }, "end": { - "line": 588, + "line": 630, "column": 29 } } @@ -600559,15 +601046,15 @@ "updateContext": null }, "value": "=", - "start": 27028, - "end": 27029, + "start": 29418, + "end": 29419, "loc": { "start": { - "line": 588, + "line": 630, "column": 30 }, "end": { - "line": 588, + "line": 630, "column": 31 } } @@ -600585,15 +601072,15 @@ "binop": null }, "value": "getFirstDate", - "start": 27030, - "end": 27042, + "start": 29420, + "end": 29432, "loc": { "start": { - "line": 588, + "line": 630, "column": 32 }, "end": { - "line": 588, + "line": 630, "column": 44 } } @@ -600610,15 +601097,15 @@ "postfix": false, "binop": null }, - "start": 27042, - "end": 27043, + "start": 29432, + "end": 29433, "loc": { "start": { - "line": 588, + "line": 630, "column": 44 }, "end": { - "line": 588, + "line": 630, "column": 45 } } @@ -600636,15 +601123,15 @@ "binop": null }, "value": "_date", - "start": 27044, - "end": 27049, + "start": 29434, + "end": 29439, "loc": { "start": { - "line": 588, + "line": 630, "column": 46 }, "end": { - "line": 588, + "line": 630, "column": 51 } } @@ -600662,15 +601149,15 @@ "binop": null, "updateContext": null }, - "start": 27049, - "end": 27050, + "start": 29439, + "end": 29440, "loc": { "start": { - "line": 588, + "line": 630, "column": 51 }, "end": { - "line": 588, + "line": 630, "column": 52 } } @@ -600688,15 +601175,15 @@ "binop": null }, "value": "_opts", - "start": 27051, - "end": 27056, + "start": 29441, + "end": 29446, "loc": { "start": { - "line": 588, + "line": 630, "column": 53 }, "end": { - "line": 588, + "line": 630, "column": 58 } } @@ -600714,15 +601201,15 @@ "binop": null, "updateContext": null }, - "start": 27056, - "end": 27057, + "start": 29446, + "end": 29447, "loc": { "start": { - "line": 588, + "line": 630, "column": 58 }, "end": { - "line": 588, + "line": 630, "column": 59 } } @@ -600740,15 +601227,15 @@ "binop": null }, "value": "scale", - "start": 27057, - "end": 27062, + "start": 29447, + "end": 29452, "loc": { "start": { - "line": 588, + "line": 630, "column": 59 }, "end": { - "line": 588, + "line": 630, "column": 64 } } @@ -600765,15 +601252,15 @@ "postfix": false, "binop": null }, - "start": 27063, - "end": 27064, + "start": 29453, + "end": 29454, "loc": { "start": { - "line": 588, + "line": 630, "column": 65 }, "end": { - "line": 588, + "line": 630, "column": 66 } } @@ -600781,15 +601268,15 @@ { "type": "CommentLine", "value": "}", - "start": 27085, - "end": 27088, + "start": 29475, + "end": 29478, "loc": { "start": { - "line": 589, + "line": 631, "column": 20 }, "end": { - "line": 589, + "line": 631, "column": 23 } } @@ -600806,15 +601293,15 @@ "postfix": false, "binop": null }, - "start": 27105, - "end": 27106, + "start": 29495, + "end": 29496, "loc": { "start": { - "line": 590, + "line": 632, "column": 16 }, "end": { - "line": 590, + "line": 632, "column": 17 } } @@ -600834,15 +601321,15 @@ "updateContext": null }, "value": "else", - "start": 27107, - "end": 27111, + "start": 29497, + "end": 29501, "loc": { "start": { - "line": 590, + "line": 632, "column": 18 }, "end": { - "line": 590, + "line": 632, "column": 22 } } @@ -600859,15 +601346,15 @@ "postfix": false, "binop": null }, - "start": 27112, - "end": 27113, + "start": 29502, + "end": 29503, "loc": { "start": { - "line": 590, + "line": 632, "column": 23 }, "end": { - "line": 590, + "line": 632, "column": 24 } } @@ -600885,15 +601372,15 @@ "binop": null }, "value": "_date", - "start": 27134, - "end": 27139, + "start": 29524, + "end": 29529, "loc": { "start": { - "line": 591, + "line": 633, "column": 20 }, "end": { - "line": 591, + "line": 633, "column": 25 } } @@ -600912,15 +601399,15 @@ "updateContext": null }, "value": "=", - "start": 27140, - "end": 27141, + "start": 29530, + "end": 29531, "loc": { "start": { - "line": 591, + "line": 633, "column": 26 }, "end": { - "line": 591, + "line": 633, "column": 27 } } @@ -600940,15 +601427,15 @@ "updateContext": null }, "value": "this", - "start": 27142, - "end": 27146, + "start": 29532, + "end": 29536, "loc": { "start": { - "line": 591, + "line": 633, "column": 28 }, "end": { - "line": 591, + "line": 633, "column": 32 } } @@ -600966,15 +601453,15 @@ "binop": null, "updateContext": null }, - "start": 27146, - "end": 27147, + "start": 29536, + "end": 29537, "loc": { "start": { - "line": 591, + "line": 633, "column": 32 }, "end": { - "line": 591, + "line": 633, "column": 33 } } @@ -600992,15 +601479,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 27147, - "end": 27165, + "start": 29537, + "end": 29555, "loc": { "start": { - "line": 591, + "line": 633, "column": 33 }, "end": { - "line": 591, + "line": 633, "column": 51 } } @@ -601017,15 +601504,15 @@ "postfix": false, "binop": null }, - "start": 27165, - "end": 27166, + "start": 29555, + "end": 29556, "loc": { "start": { - "line": 591, + "line": 633, "column": 51 }, "end": { - "line": 591, + "line": 633, "column": 52 } } @@ -601043,15 +601530,15 @@ "binop": null }, "value": "_opts", - "start": 27167, - "end": 27172, + "start": 29557, + "end": 29562, "loc": { "start": { - "line": 591, + "line": 633, "column": 53 }, "end": { - "line": 591, + "line": 633, "column": 58 } } @@ -601069,15 +601556,15 @@ "binop": null, "updateContext": null }, - "start": 27172, - "end": 27173, + "start": 29562, + "end": 29563, "loc": { "start": { - "line": 591, + "line": 633, "column": 58 }, "end": { - "line": 591, + "line": 633, "column": 59 } } @@ -601095,15 +601582,15 @@ "binop": null }, "value": "startDatetime", - "start": 27173, - "end": 27186, + "start": 29563, + "end": 29576, "loc": { "start": { - "line": 591, + "line": 633, "column": 59 }, "end": { - "line": 591, + "line": 633, "column": 72 } } @@ -601120,15 +601607,15 @@ "postfix": false, "binop": null }, - "start": 27187, - "end": 27188, + "start": 29577, + "end": 29578, "loc": { "start": { - "line": 591, + "line": 633, "column": 73 }, "end": { - "line": 591, + "line": 633, "column": 74 } } @@ -601145,15 +601632,15 @@ "postfix": false, "binop": null }, - "start": 27205, - "end": 27206, + "start": 29595, + "end": 29596, "loc": { "start": { - "line": 592, + "line": 634, "column": 16 }, "end": { - "line": 592, + "line": 634, "column": 17 } } @@ -601173,15 +601660,15 @@ "updateContext": null }, "value": "if", - "start": 27240, - "end": 27242, + "start": 29630, + "end": 29632, "loc": { "start": { - "line": 594, + "line": 636, "column": 16 }, "end": { - "line": 594, + "line": 636, "column": 18 } } @@ -601198,15 +601685,15 @@ "postfix": false, "binop": null }, - "start": 27243, - "end": 27244, + "start": 29633, + "end": 29634, "loc": { "start": { - "line": 594, + "line": 636, "column": 19 }, "end": { - "line": 594, + "line": 636, "column": 20 } } @@ -601224,15 +601711,15 @@ "binop": null }, "value": "_opts", - "start": 27245, - "end": 27250, + "start": 29635, + "end": 29640, "loc": { "start": { - "line": 594, + "line": 636, "column": 21 }, "end": { - "line": 594, + "line": 636, "column": 26 } } @@ -601250,15 +601737,15 @@ "binop": null, "updateContext": null }, - "start": 27250, - "end": 27251, + "start": 29640, + "end": 29641, "loc": { "start": { - "line": 594, + "line": 636, "column": 26 }, "end": { - "line": 594, + "line": 636, "column": 27 } } @@ -601276,15 +601763,15 @@ "binop": null }, "value": "range", - "start": 27251, - "end": 27256, + "start": 29641, + "end": 29646, "loc": { "start": { - "line": 594, + "line": 636, "column": 27 }, "end": { - "line": 594, + "line": 636, "column": 32 } } @@ -601303,15 +601790,15 @@ "updateContext": null }, "value": "||", - "start": 27257, - "end": 27259, + "start": 29647, + "end": 29649, "loc": { "start": { - "line": 594, + "line": 636, "column": 33 }, "end": { - "line": 594, + "line": 636, "column": 35 } } @@ -601329,15 +601816,15 @@ "binop": null }, "value": "_opts", - "start": 27260, - "end": 27265, + "start": 29650, + "end": 29655, "loc": { "start": { - "line": 594, + "line": 636, "column": 36 }, "end": { - "line": 594, + "line": 636, "column": 41 } } @@ -601355,15 +601842,15 @@ "binop": null, "updateContext": null }, - "start": 27265, - "end": 27266, + "start": 29655, + "end": 29656, "loc": { "start": { - "line": 594, + "line": 636, "column": 41 }, "end": { - "line": 594, + "line": 636, "column": 42 } } @@ -601381,15 +601868,15 @@ "binop": null }, "value": "range", - "start": 27266, - "end": 27271, + "start": 29656, + "end": 29661, "loc": { "start": { - "line": 594, + "line": 636, "column": 42 }, "end": { - "line": 594, + "line": 636, "column": 47 } } @@ -601408,15 +601895,15 @@ "updateContext": null }, "value": ">", - "start": 27272, - "end": 27273, + "start": 29662, + "end": 29663, "loc": { "start": { - "line": 594, + "line": 636, "column": 48 }, "end": { - "line": 594, + "line": 636, "column": 49 } } @@ -601435,15 +601922,15 @@ "updateContext": null }, "value": 0, - "start": 27274, - "end": 27275, + "start": 29664, + "end": 29665, "loc": { "start": { - "line": 594, + "line": 636, "column": 50 }, "end": { - "line": 594, + "line": 636, "column": 51 } } @@ -601460,15 +601947,15 @@ "postfix": false, "binop": null }, - "start": 27276, - "end": 27277, + "start": 29666, + "end": 29667, "loc": { "start": { - "line": 594, + "line": 636, "column": 52 }, "end": { - "line": 594, + "line": 636, "column": 53 } } @@ -601485,15 +601972,15 @@ "postfix": false, "binop": null }, - "start": 27278, - "end": 27279, + "start": 29668, + "end": 29669, "loc": { "start": { - "line": 594, + "line": 636, "column": 54 }, "end": { - "line": 594, + "line": 636, "column": 55 } } @@ -601513,15 +602000,15 @@ "updateContext": null }, "value": "if", - "start": 27300, - "end": 27302, + "start": 29690, + "end": 29692, "loc": { "start": { - "line": 595, + "line": 637, "column": 20 }, "end": { - "line": 595, + "line": 637, "column": 22 } } @@ -601538,15 +602025,15 @@ "postfix": false, "binop": null }, - "start": 27303, - "end": 27304, + "start": 29693, + "end": 29694, "loc": { "start": { - "line": 595, + "line": 637, "column": 23 }, "end": { - "line": 595, + "line": 637, "column": 24 } } @@ -601568,15 +602055,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 27305, - "end": 27316, + "start": 29695, + "end": 29706, "loc": { "start": { - "line": 595, + "line": 637, "column": 25 }, "end": { - "line": 595, + "line": 637, "column": 36 } } @@ -601594,15 +602081,15 @@ "binop": null, "updateContext": null }, - "start": 27316, - "end": 27317, + "start": 29706, + "end": 29707, "loc": { "start": { - "line": 595, + "line": 637, "column": 36 }, "end": { - "line": 595, + "line": 637, "column": 37 } } @@ -601620,15 +602107,15 @@ "binop": null }, "value": "test", - "start": 27317, - "end": 27321, + "start": 29707, + "end": 29711, "loc": { "start": { - "line": 595, + "line": 637, "column": 37 }, "end": { - "line": 595, + "line": 637, "column": 41 } } @@ -601645,15 +602132,15 @@ "postfix": false, "binop": null }, - "start": 27321, - "end": 27322, + "start": 29711, + "end": 29712, "loc": { "start": { - "line": 595, + "line": 637, "column": 41 }, "end": { - "line": 595, + "line": 637, "column": 42 } } @@ -601671,15 +602158,15 @@ "binop": null }, "value": "_higherScale", - "start": 27323, - "end": 27335, + "start": 29713, + "end": 29725, "loc": { "start": { - "line": 595, + "line": 637, "column": 43 }, "end": { - "line": 595, + "line": 637, "column": 55 } } @@ -601696,15 +602183,15 @@ "postfix": false, "binop": null }, - "start": 27336, - "end": 27337, + "start": 29726, + "end": 29727, "loc": { "start": { - "line": 595, + "line": 637, "column": 56 }, "end": { - "line": 595, + "line": 637, "column": 57 } } @@ -601721,15 +602208,15 @@ "postfix": false, "binop": null }, - "start": 27338, - "end": 27339, + "start": 29728, + "end": 29729, "loc": { "start": { - "line": 595, + "line": 637, "column": 58 }, "end": { - "line": 595, + "line": 637, "column": 59 } } @@ -601746,15 +602233,15 @@ "postfix": false, "binop": null }, - "start": 27340, - "end": 27341, + "start": 29730, + "end": 29731, "loc": { "start": { - "line": 595, + "line": 637, "column": 60 }, "end": { - "line": 595, + "line": 637, "column": 61 } } @@ -601772,15 +602259,15 @@ "binop": null }, "value": "_ms", - "start": 27366, - "end": 27369, + "start": 29756, + "end": 29759, "loc": { "start": { - "line": 596, + "line": 638, "column": 24 }, "end": { - "line": 596, + "line": 638, "column": 27 } } @@ -601799,15 +602286,15 @@ "updateContext": null }, "value": "=", - "start": 27370, - "end": 27371, + "start": 29760, + "end": 29761, "loc": { "start": { - "line": 596, + "line": 638, "column": 28 }, "end": { - "line": 596, + "line": 638, "column": 29 } } @@ -601826,15 +602313,15 @@ "updateContext": null }, "value": 365.25, - "start": 27372, - "end": 27378, + "start": 29762, + "end": 29768, "loc": { "start": { - "line": 596, + "line": 638, "column": 30 }, "end": { - "line": 596, + "line": 638, "column": 36 } } @@ -601853,15 +602340,15 @@ "updateContext": null }, "value": "*", - "start": 27379, - "end": 27380, + "start": 29769, + "end": 29770, "loc": { "start": { - "line": 596, + "line": 638, "column": 37 }, "end": { - "line": 596, + "line": 638, "column": 38 } } @@ -601880,15 +602367,15 @@ "updateContext": null }, "value": 24, - "start": 27381, - "end": 27383, + "start": 29771, + "end": 29773, "loc": { "start": { - "line": 596, + "line": 638, "column": 39 }, "end": { - "line": 596, + "line": 638, "column": 41 } } @@ -601907,15 +602394,15 @@ "updateContext": null }, "value": "*", - "start": 27384, - "end": 27385, + "start": 29774, + "end": 29775, "loc": { "start": { - "line": 596, + "line": 638, "column": 42 }, "end": { - "line": 596, + "line": 638, "column": 43 } } @@ -601934,15 +602421,15 @@ "updateContext": null }, "value": 60, - "start": 27386, - "end": 27388, + "start": 29776, + "end": 29778, "loc": { "start": { - "line": 596, + "line": 638, "column": 44 }, "end": { - "line": 596, + "line": 638, "column": 46 } } @@ -601961,15 +602448,15 @@ "updateContext": null }, "value": "*", - "start": 27389, - "end": 27390, + "start": 29779, + "end": 29780, "loc": { "start": { - "line": 596, + "line": 638, "column": 47 }, "end": { - "line": 596, + "line": 638, "column": 48 } } @@ -601988,15 +602475,15 @@ "updateContext": null }, "value": 60, - "start": 27391, - "end": 27393, + "start": 29781, + "end": 29783, "loc": { "start": { - "line": 596, + "line": 638, "column": 49 }, "end": { - "line": 596, + "line": 638, "column": 51 } } @@ -602015,15 +602502,15 @@ "updateContext": null }, "value": "*", - "start": 27394, - "end": 27395, + "start": 29784, + "end": 29785, "loc": { "start": { - "line": 596, + "line": 638, "column": 52 }, "end": { - "line": 596, + "line": 638, "column": 53 } } @@ -602042,15 +602529,15 @@ "updateContext": null }, "value": 1000, - "start": 27396, - "end": 27400, + "start": 29786, + "end": 29790, "loc": { "start": { - "line": 596, + "line": 638, "column": 54 }, "end": { - "line": 596, + "line": 638, "column": 58 } } @@ -602067,15 +602554,15 @@ "postfix": false, "binop": null }, - "start": 27421, - "end": 27422, + "start": 29811, + "end": 29812, "loc": { "start": { - "line": 597, + "line": 639, "column": 20 }, "end": { - "line": 597, + "line": 639, "column": 21 } } @@ -602095,15 +602582,15 @@ "updateContext": null }, "value": "else", - "start": 27423, - "end": 27427, + "start": 29813, + "end": 29817, "loc": { "start": { - "line": 597, + "line": 639, "column": 22 }, "end": { - "line": 597, + "line": 639, "column": 26 } } @@ -602123,15 +602610,15 @@ "updateContext": null }, "value": "if", - "start": 27448, - "end": 27450, + "start": 29838, + "end": 29840, "loc": { "start": { - "line": 598, + "line": 640, "column": 20 }, "end": { - "line": 598, + "line": 640, "column": 22 } } @@ -602148,15 +602635,15 @@ "postfix": false, "binop": null }, - "start": 27451, - "end": 27452, + "start": 29841, + "end": 29842, "loc": { "start": { - "line": 598, + "line": 640, "column": 23 }, "end": { - "line": 598, + "line": 640, "column": 24 } } @@ -602178,15 +602665,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 27453, - "end": 27465, + "start": 29843, + "end": 29855, "loc": { "start": { - "line": 598, + "line": 640, "column": 25 }, "end": { - "line": 598, + "line": 640, "column": 37 } } @@ -602204,15 +602691,15 @@ "binop": null, "updateContext": null }, - "start": 27465, - "end": 27466, + "start": 29855, + "end": 29856, "loc": { "start": { - "line": 598, + "line": 640, "column": 37 }, "end": { - "line": 598, + "line": 640, "column": 38 } } @@ -602230,15 +602717,15 @@ "binop": null }, "value": "test", - "start": 27466, - "end": 27470, + "start": 29856, + "end": 29860, "loc": { "start": { - "line": 598, + "line": 640, "column": 38 }, "end": { - "line": 598, + "line": 640, "column": 42 } } @@ -602255,15 +602742,15 @@ "postfix": false, "binop": null }, - "start": 27470, - "end": 27471, + "start": 29860, + "end": 29861, "loc": { "start": { - "line": 598, + "line": 640, "column": 42 }, "end": { - "line": 598, + "line": 640, "column": 43 } } @@ -602281,15 +602768,15 @@ "binop": null }, "value": "_higherScale", - "start": 27472, - "end": 27484, + "start": 29862, + "end": 29874, "loc": { "start": { - "line": 598, + "line": 640, "column": 44 }, "end": { - "line": 598, + "line": 640, "column": 56 } } @@ -602306,15 +602793,15 @@ "postfix": false, "binop": null }, - "start": 27485, - "end": 27486, + "start": 29875, + "end": 29876, "loc": { "start": { - "line": 598, + "line": 640, "column": 57 }, "end": { - "line": 598, + "line": 640, "column": 58 } } @@ -602331,15 +602818,15 @@ "postfix": false, "binop": null }, - "start": 27487, - "end": 27488, + "start": 29877, + "end": 29878, "loc": { "start": { - "line": 598, + "line": 640, "column": 59 }, "end": { - "line": 598, + "line": 640, "column": 60 } } @@ -602356,15 +602843,15 @@ "postfix": false, "binop": null }, - "start": 27489, - "end": 27490, + "start": 29879, + "end": 29880, "loc": { "start": { - "line": 598, + "line": 640, "column": 61 }, "end": { - "line": 598, + "line": 640, "column": 62 } } @@ -602382,15 +602869,15 @@ "binop": null }, "value": "_ms", - "start": 27515, - "end": 27518, + "start": 29905, + "end": 29908, "loc": { "start": { - "line": 599, + "line": 641, "column": 24 }, "end": { - "line": 599, + "line": 641, "column": 27 } } @@ -602409,15 +602896,15 @@ "updateContext": null }, "value": "=", - "start": 27519, - "end": 27520, + "start": 29909, + "end": 29910, "loc": { "start": { - "line": 599, + "line": 641, "column": 28 }, "end": { - "line": 599, + "line": 641, "column": 29 } } @@ -602436,15 +602923,15 @@ "updateContext": null }, "value": 30.44, - "start": 27521, - "end": 27526, + "start": 29911, + "end": 29916, "loc": { "start": { - "line": 599, + "line": 641, "column": 30 }, "end": { - "line": 599, + "line": 641, "column": 35 } } @@ -602463,15 +602950,15 @@ "updateContext": null }, "value": "*", - "start": 27527, - "end": 27528, + "start": 29917, + "end": 29918, "loc": { "start": { - "line": 599, + "line": 641, "column": 36 }, "end": { - "line": 599, + "line": 641, "column": 37 } } @@ -602490,15 +602977,15 @@ "updateContext": null }, "value": 24, - "start": 27529, - "end": 27531, + "start": 29919, + "end": 29921, "loc": { "start": { - "line": 599, + "line": 641, "column": 38 }, "end": { - "line": 599, + "line": 641, "column": 40 } } @@ -602517,15 +603004,15 @@ "updateContext": null }, "value": "*", - "start": 27532, - "end": 27533, + "start": 29922, + "end": 29923, "loc": { "start": { - "line": 599, + "line": 641, "column": 41 }, "end": { - "line": 599, + "line": 641, "column": 42 } } @@ -602544,15 +603031,15 @@ "updateContext": null }, "value": 60, - "start": 27534, - "end": 27536, + "start": 29924, + "end": 29926, "loc": { "start": { - "line": 599, + "line": 641, "column": 43 }, "end": { - "line": 599, + "line": 641, "column": 45 } } @@ -602571,15 +603058,15 @@ "updateContext": null }, "value": "*", - "start": 27537, - "end": 27538, + "start": 29927, + "end": 29928, "loc": { "start": { - "line": 599, + "line": 641, "column": 46 }, "end": { - "line": 599, + "line": 641, "column": 47 } } @@ -602598,15 +603085,15 @@ "updateContext": null }, "value": 60, - "start": 27539, - "end": 27541, + "start": 29929, + "end": 29931, "loc": { "start": { - "line": 599, + "line": 641, "column": 48 }, "end": { - "line": 599, + "line": 641, "column": 50 } } @@ -602625,15 +603112,15 @@ "updateContext": null }, "value": "*", - "start": 27542, - "end": 27543, + "start": 29932, + "end": 29933, "loc": { "start": { - "line": 599, + "line": 641, "column": 51 }, "end": { - "line": 599, + "line": 641, "column": 52 } } @@ -602652,15 +603139,15 @@ "updateContext": null }, "value": 1000, - "start": 27544, - "end": 27548, + "start": 29934, + "end": 29938, "loc": { "start": { - "line": 599, + "line": 641, "column": 53 }, "end": { - "line": 599, + "line": 641, "column": 57 } } @@ -602677,15 +603164,15 @@ "postfix": false, "binop": null }, - "start": 27569, - "end": 27570, + "start": 29959, + "end": 29960, "loc": { "start": { - "line": 600, + "line": 642, "column": 20 }, "end": { - "line": 600, + "line": 642, "column": 21 } } @@ -602705,15 +603192,15 @@ "updateContext": null }, "value": "else", - "start": 27571, - "end": 27575, + "start": 29961, + "end": 29965, "loc": { "start": { - "line": 600, + "line": 642, "column": 22 }, "end": { - "line": 600, + "line": 642, "column": 26 } } @@ -602730,15 +603217,15 @@ "postfix": false, "binop": null }, - "start": 27576, - "end": 27577, + "start": 29966, + "end": 29967, "loc": { "start": { - "line": 600, + "line": 642, "column": 27 }, "end": { - "line": 600, + "line": 642, "column": 28 } } @@ -602756,15 +603243,15 @@ "binop": null }, "value": "_ms", - "start": 27602, - "end": 27605, + "start": 29992, + "end": 29995, "loc": { "start": { - "line": 601, + "line": 643, "column": 24 }, "end": { - "line": 601, + "line": 643, "column": 27 } } @@ -602783,15 +603270,15 @@ "updateContext": null }, "value": "=", - "start": 27606, - "end": 27607, + "start": 29996, + "end": 29997, "loc": { "start": { - "line": 601, + "line": 643, "column": 28 }, "end": { - "line": 601, + "line": 643, "column": 29 } } @@ -602811,15 +603298,15 @@ "updateContext": null }, "value": "this", - "start": 27608, - "end": 27612, + "start": 29998, + "end": 30002, "loc": { "start": { - "line": 601, + "line": 643, "column": 30 }, "end": { - "line": 601, + "line": 643, "column": 34 } } @@ -602837,15 +603324,15 @@ "binop": null, "updateContext": null }, - "start": 27612, - "end": 27613, + "start": 30002, + "end": 30003, "loc": { "start": { - "line": 601, + "line": 643, "column": 34 }, "end": { - "line": 601, + "line": 643, "column": 35 } } @@ -602863,15 +603350,15 @@ "binop": null }, "value": "_verifyScale", - "start": 27613, - "end": 27625, + "start": 30003, + "end": 30015, "loc": { "start": { - "line": 601, + "line": 643, "column": 35 }, "end": { - "line": 601, + "line": 643, "column": 47 } } @@ -602888,15 +603375,15 @@ "postfix": false, "binop": null }, - "start": 27625, - "end": 27626, + "start": 30015, + "end": 30016, "loc": { "start": { - "line": 601, + "line": 643, "column": 47 }, "end": { - "line": 601, + "line": 643, "column": 48 } } @@ -602914,15 +603401,15 @@ "binop": null }, "value": "_higherScale", - "start": 27627, - "end": 27639, + "start": 30017, + "end": 30029, "loc": { "start": { - "line": 601, + "line": 643, "column": 49 }, "end": { - "line": 601, + "line": 643, "column": 61 } } @@ -602939,15 +603426,15 @@ "postfix": false, "binop": null }, - "start": 27640, - "end": 27641, + "start": 30030, + "end": 30031, "loc": { "start": { - "line": 601, + "line": 643, "column": 62 }, "end": { - "line": 601, + "line": 643, "column": 63 } } @@ -602964,15 +603451,15 @@ "postfix": false, "binop": null }, - "start": 27662, - "end": 27663, + "start": 30052, + "end": 30053, "loc": { "start": { - "line": 602, + "line": 644, "column": 20 }, "end": { - "line": 602, + "line": 644, "column": 21 } } @@ -602990,15 +603477,15 @@ "binop": null }, "value": "_date", - "start": 27684, - "end": 27689, + "start": 30074, + "end": 30079, "loc": { "start": { - "line": 603, + "line": 645, "column": 20 }, "end": { - "line": 603, + "line": 645, "column": 25 } } @@ -603016,15 +603503,15 @@ "binop": null, "updateContext": null }, - "start": 27689, - "end": 27690, + "start": 30079, + "end": 30080, "loc": { "start": { - "line": 603, + "line": 645, "column": 25 }, "end": { - "line": 603, + "line": 645, "column": 26 } } @@ -603042,15 +603529,15 @@ "binop": null }, "value": "setTime", - "start": 27690, - "end": 27697, + "start": 30080, + "end": 30087, "loc": { "start": { - "line": 603, + "line": 645, "column": 26 }, "end": { - "line": 603, + "line": 645, "column": 33 } } @@ -603067,15 +603554,15 @@ "postfix": false, "binop": null }, - "start": 27697, - "end": 27698, + "start": 30087, + "end": 30088, "loc": { "start": { - "line": 603, + "line": 645, "column": 33 }, "end": { - "line": 603, + "line": 645, "column": 34 } } @@ -603093,15 +603580,15 @@ "binop": null }, "value": "_date", - "start": 27699, - "end": 27704, + "start": 30089, + "end": 30094, "loc": { "start": { - "line": 603, + "line": 645, "column": 35 }, "end": { - "line": 603, + "line": 645, "column": 40 } } @@ -603119,15 +603606,15 @@ "binop": null, "updateContext": null }, - "start": 27704, - "end": 27705, + "start": 30094, + "end": 30095, "loc": { "start": { - "line": 603, + "line": 645, "column": 40 }, "end": { - "line": 603, + "line": 645, "column": 41 } } @@ -603145,15 +603632,15 @@ "binop": null }, "value": "getTime", - "start": 27705, - "end": 27712, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 603, + "line": 645, "column": 41 }, "end": { - "line": 603, + "line": 645, "column": 48 } } @@ -603170,15 +603657,15 @@ "postfix": false, "binop": null }, - "start": 27712, - "end": 27713, + "start": 30102, + "end": 30103, "loc": { "start": { - "line": 603, + "line": 645, "column": 48 }, "end": { - "line": 603, + "line": 645, "column": 49 } } @@ -603195,15 +603682,15 @@ "postfix": false, "binop": null }, - "start": 27713, - "end": 27714, + "start": 30103, + "end": 30104, "loc": { "start": { - "line": 603, + "line": 645, "column": 49 }, "end": { - "line": 603, + "line": 645, "column": 50 } } @@ -603222,15 +603709,15 @@ "updateContext": null }, "value": "+", - "start": 27715, - "end": 27716, + "start": 30105, + "end": 30106, "loc": { "start": { - "line": 603, + "line": 645, "column": 51 }, "end": { - "line": 603, + "line": 645, "column": 52 } } @@ -603247,15 +603734,15 @@ "postfix": false, "binop": null }, - "start": 27717, - "end": 27718, + "start": 30107, + "end": 30108, "loc": { "start": { - "line": 603, + "line": 645, "column": 53 }, "end": { - "line": 603, + "line": 645, "column": 54 } } @@ -603273,15 +603760,15 @@ "binop": null }, "value": "_ms", - "start": 27719, - "end": 27722, + "start": 30109, + "end": 30112, "loc": { "start": { - "line": 603, + "line": 645, "column": 55 }, "end": { - "line": 603, + "line": 645, "column": 58 } } @@ -603300,15 +603787,15 @@ "updateContext": null }, "value": "*", - "start": 27723, - "end": 27724, + "start": 30113, + "end": 30114, "loc": { "start": { - "line": 603, + "line": 645, "column": 59 }, "end": { - "line": 603, + "line": 645, "column": 60 } } @@ -603326,15 +603813,15 @@ "binop": null }, "value": "_opts", - "start": 27725, - "end": 27730, + "start": 30115, + "end": 30120, "loc": { "start": { - "line": 603, + "line": 645, "column": 61 }, "end": { - "line": 603, + "line": 645, "column": 66 } } @@ -603352,15 +603839,15 @@ "binop": null, "updateContext": null }, - "start": 27730, - "end": 27731, + "start": 30120, + "end": 30121, "loc": { "start": { - "line": 603, + "line": 645, "column": 66 }, "end": { - "line": 603, + "line": 645, "column": 67 } } @@ -603378,15 +603865,15 @@ "binop": null }, "value": "range", - "start": 27731, - "end": 27736, + "start": 30121, + "end": 30126, "loc": { "start": { - "line": 603, + "line": 645, "column": 67 }, "end": { - "line": 603, + "line": 645, "column": 72 } } @@ -603403,15 +603890,15 @@ "postfix": false, "binop": null }, - "start": 27737, - "end": 27738, + "start": 30127, + "end": 30128, "loc": { "start": { - "line": 603, + "line": 645, "column": 73 }, "end": { - "line": 603, + "line": 645, "column": 74 } } @@ -603428,15 +603915,15 @@ "postfix": false, "binop": null }, - "start": 27739, - "end": 27740, + "start": 30129, + "end": 30130, "loc": { "start": { - "line": 603, + "line": 645, "column": 75 }, "end": { - "line": 603, + "line": 645, "column": 76 } } @@ -603453,15 +603940,15 @@ "postfix": false, "binop": null }, - "start": 27757, - "end": 27758, + "start": 30147, + "end": 30148, "loc": { "start": { - "line": 604, + "line": 646, "column": 16 }, "end": { - "line": 604, + "line": 646, "column": 17 } } @@ -603481,15 +603968,15 @@ "updateContext": null }, "value": "else", - "start": 27759, - "end": 27763, + "start": 30149, + "end": 30153, "loc": { "start": { - "line": 604, + "line": 646, "column": 18 }, "end": { - "line": 604, + "line": 646, "column": 22 } } @@ -603506,15 +603993,15 @@ "postfix": false, "binop": null }, - "start": 27764, - "end": 27765, + "start": 30154, + "end": 30155, "loc": { "start": { - "line": 604, + "line": 646, "column": 23 }, "end": { - "line": 604, + "line": 646, "column": 24 } } @@ -603534,15 +604021,15 @@ "updateContext": null }, "value": "if", - "start": 27786, - "end": 27788, + "start": 30176, + "end": 30178, "loc": { "start": { - "line": 605, + "line": 647, "column": 20 }, "end": { - "line": 605, + "line": 647, "column": 22 } } @@ -603559,15 +604046,15 @@ "postfix": false, "binop": null }, - "start": 27789, - "end": 27790, + "start": 30179, + "end": 30180, "loc": { "start": { - "line": 605, + "line": 647, "column": 23 }, "end": { - "line": 605, + "line": 647, "column": 24 } } @@ -603589,15 +604076,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 27791, - "end": 27802, + "start": 30181, + "end": 30192, "loc": { "start": { - "line": 605, + "line": 647, "column": 25 }, "end": { - "line": 605, + "line": 647, "column": 36 } } @@ -603615,15 +604102,15 @@ "binop": null, "updateContext": null }, - "start": 27802, - "end": 27803, + "start": 30192, + "end": 30193, "loc": { "start": { - "line": 605, + "line": 647, "column": 36 }, "end": { - "line": 605, + "line": 647, "column": 37 } } @@ -603641,15 +604128,15 @@ "binop": null }, "value": "test", - "start": 27803, - "end": 27807, + "start": 30193, + "end": 30197, "loc": { "start": { - "line": 605, + "line": 647, "column": 37 }, "end": { - "line": 605, + "line": 647, "column": 41 } } @@ -603666,15 +604153,15 @@ "postfix": false, "binop": null }, - "start": 27807, - "end": 27808, + "start": 30197, + "end": 30198, "loc": { "start": { - "line": 605, + "line": 647, "column": 41 }, "end": { - "line": 605, + "line": 647, "column": 42 } } @@ -603692,15 +604179,15 @@ "binop": null }, "value": "_opts", - "start": 27809, - "end": 27814, + "start": 30199, + "end": 30204, "loc": { "start": { - "line": 605, + "line": 647, "column": 43 }, "end": { - "line": 605, + "line": 647, "column": 48 } } @@ -603718,15 +604205,15 @@ "binop": null, "updateContext": null }, - "start": 27814, - "end": 27815, + "start": 30204, + "end": 30205, "loc": { "start": { - "line": 605, + "line": 647, "column": 48 }, "end": { - "line": 605, + "line": 647, "column": 49 } } @@ -603744,15 +604231,15 @@ "binop": null }, "value": "scale", - "start": 27815, - "end": 27820, + "start": 30205, + "end": 30210, "loc": { "start": { - "line": 605, + "line": 647, "column": 49 }, "end": { - "line": 605, + "line": 647, "column": 54 } } @@ -603769,15 +604256,15 @@ "postfix": false, "binop": null }, - "start": 27821, - "end": 27822, + "start": 30211, + "end": 30212, "loc": { "start": { - "line": 605, + "line": 647, "column": 55 }, "end": { - "line": 605, + "line": 647, "column": 56 } } @@ -603794,15 +604281,15 @@ "postfix": false, "binop": null }, - "start": 27823, - "end": 27824, + "start": 30213, + "end": 30214, "loc": { "start": { - "line": 605, + "line": 647, "column": 57 }, "end": { - "line": 605, + "line": 647, "column": 58 } } @@ -603819,15 +604306,15 @@ "postfix": false, "binop": null }, - "start": 27825, - "end": 27826, + "start": 30215, + "end": 30216, "loc": { "start": { - "line": 605, + "line": 647, "column": 59 }, "end": { - "line": 605, + "line": 647, "column": 60 } } @@ -603845,15 +604332,15 @@ "binop": null }, "value": "_ms", - "start": 27851, - "end": 27854, + "start": 30241, + "end": 30244, "loc": { "start": { - "line": 606, + "line": 648, "column": 24 }, "end": { - "line": 606, + "line": 648, "column": 27 } } @@ -603872,15 +604359,15 @@ "updateContext": null }, "value": "=", - "start": 27855, - "end": 27856, + "start": 30245, + "end": 30246, "loc": { "start": { - "line": 606, + "line": 648, "column": 28 }, "end": { - "line": 606, + "line": 648, "column": 29 } } @@ -603899,15 +604386,15 @@ "updateContext": null }, "value": 365.25, - "start": 27857, - "end": 27863, + "start": 30247, + "end": 30253, "loc": { "start": { - "line": 606, + "line": 648, "column": 30 }, "end": { - "line": 606, + "line": 648, "column": 36 } } @@ -603926,15 +604413,15 @@ "updateContext": null }, "value": "*", - "start": 27864, - "end": 27865, + "start": 30254, + "end": 30255, "loc": { "start": { - "line": 606, + "line": 648, "column": 37 }, "end": { - "line": 606, + "line": 648, "column": 38 } } @@ -603953,15 +604440,15 @@ "updateContext": null }, "value": 24, - "start": 27866, - "end": 27868, + "start": 30256, + "end": 30258, "loc": { "start": { - "line": 606, + "line": 648, "column": 39 }, "end": { - "line": 606, + "line": 648, "column": 41 } } @@ -603980,15 +604467,15 @@ "updateContext": null }, "value": "*", - "start": 27869, - "end": 27870, + "start": 30259, + "end": 30260, "loc": { "start": { - "line": 606, + "line": 648, "column": 42 }, "end": { - "line": 606, + "line": 648, "column": 43 } } @@ -604007,15 +604494,15 @@ "updateContext": null }, "value": 60, - "start": 27871, - "end": 27873, + "start": 30261, + "end": 30263, "loc": { "start": { - "line": 606, + "line": 648, "column": 44 }, "end": { - "line": 606, + "line": 648, "column": 46 } } @@ -604034,15 +604521,15 @@ "updateContext": null }, "value": "*", - "start": 27874, - "end": 27875, + "start": 30264, + "end": 30265, "loc": { "start": { - "line": 606, + "line": 648, "column": 47 }, "end": { - "line": 606, + "line": 648, "column": 48 } } @@ -604061,15 +604548,15 @@ "updateContext": null }, "value": 60, - "start": 27876, - "end": 27878, + "start": 30266, + "end": 30268, "loc": { "start": { - "line": 606, + "line": 648, "column": 49 }, "end": { - "line": 606, + "line": 648, "column": 51 } } @@ -604088,15 +604575,15 @@ "updateContext": null }, "value": "*", - "start": 27879, - "end": 27880, + "start": 30269, + "end": 30270, "loc": { "start": { - "line": 606, + "line": 648, "column": 52 }, "end": { - "line": 606, + "line": 648, "column": 53 } } @@ -604115,15 +604602,15 @@ "updateContext": null }, "value": 1000, - "start": 27881, - "end": 27885, + "start": 30271, + "end": 30275, "loc": { "start": { - "line": 606, + "line": 648, "column": 54 }, "end": { - "line": 606, + "line": 648, "column": 58 } } @@ -604140,15 +604627,15 @@ "postfix": false, "binop": null }, - "start": 27906, - "end": 27907, + "start": 30296, + "end": 30297, "loc": { "start": { - "line": 607, + "line": 649, "column": 20 }, "end": { - "line": 607, + "line": 649, "column": 21 } } @@ -604168,15 +604655,15 @@ "updateContext": null }, "value": "else", - "start": 27908, - "end": 27912, + "start": 30298, + "end": 30302, "loc": { "start": { - "line": 607, + "line": 649, "column": 22 }, "end": { - "line": 607, + "line": 649, "column": 26 } } @@ -604196,15 +604683,15 @@ "updateContext": null }, "value": "if", - "start": 27933, - "end": 27935, + "start": 30323, + "end": 30325, "loc": { "start": { - "line": 608, + "line": 650, "column": 20 }, "end": { - "line": 608, + "line": 650, "column": 22 } } @@ -604221,15 +604708,15 @@ "postfix": false, "binop": null }, - "start": 27936, - "end": 27937, + "start": 30326, + "end": 30327, "loc": { "start": { - "line": 608, + "line": 650, "column": 23 }, "end": { - "line": 608, + "line": 650, "column": 24 } } @@ -604251,15 +604738,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 27938, - "end": 27950, + "start": 30328, + "end": 30340, "loc": { "start": { - "line": 608, + "line": 650, "column": 25 }, "end": { - "line": 608, + "line": 650, "column": 37 } } @@ -604277,15 +604764,15 @@ "binop": null, "updateContext": null }, - "start": 27950, - "end": 27951, + "start": 30340, + "end": 30341, "loc": { "start": { - "line": 608, + "line": 650, "column": 37 }, "end": { - "line": 608, + "line": 650, "column": 38 } } @@ -604303,15 +604790,15 @@ "binop": null }, "value": "test", - "start": 27951, - "end": 27955, + "start": 30341, + "end": 30345, "loc": { "start": { - "line": 608, + "line": 650, "column": 38 }, "end": { - "line": 608, + "line": 650, "column": 42 } } @@ -604328,15 +604815,15 @@ "postfix": false, "binop": null }, - "start": 27955, - "end": 27956, + "start": 30345, + "end": 30346, "loc": { "start": { - "line": 608, + "line": 650, "column": 42 }, "end": { - "line": 608, + "line": 650, "column": 43 } } @@ -604354,15 +604841,15 @@ "binop": null }, "value": "_opts", - "start": 27957, - "end": 27962, + "start": 30347, + "end": 30352, "loc": { "start": { - "line": 608, + "line": 650, "column": 44 }, "end": { - "line": 608, + "line": 650, "column": 49 } } @@ -604380,15 +604867,15 @@ "binop": null, "updateContext": null }, - "start": 27962, - "end": 27963, + "start": 30352, + "end": 30353, "loc": { "start": { - "line": 608, + "line": 650, "column": 49 }, "end": { - "line": 608, + "line": 650, "column": 50 } } @@ -604406,15 +604893,15 @@ "binop": null }, "value": "scale", - "start": 27963, - "end": 27968, + "start": 30353, + "end": 30358, "loc": { "start": { - "line": 608, + "line": 650, "column": 50 }, "end": { - "line": 608, + "line": 650, "column": 55 } } @@ -604431,15 +604918,15 @@ "postfix": false, "binop": null }, - "start": 27969, - "end": 27970, + "start": 30359, + "end": 30360, "loc": { "start": { - "line": 608, + "line": 650, "column": 56 }, "end": { - "line": 608, + "line": 650, "column": 57 } } @@ -604456,15 +604943,15 @@ "postfix": false, "binop": null }, - "start": 27971, - "end": 27972, + "start": 30361, + "end": 30362, "loc": { "start": { - "line": 608, + "line": 650, "column": 58 }, "end": { - "line": 608, + "line": 650, "column": 59 } } @@ -604481,15 +604968,15 @@ "postfix": false, "binop": null }, - "start": 27973, - "end": 27974, + "start": 30363, + "end": 30364, "loc": { "start": { - "line": 608, + "line": 650, "column": 60 }, "end": { - "line": 608, + "line": 650, "column": 61 } } @@ -604507,15 +604994,15 @@ "binop": null }, "value": "_ms", - "start": 27999, - "end": 28002, + "start": 30389, + "end": 30392, "loc": { "start": { - "line": 609, + "line": 651, "column": 24 }, "end": { - "line": 609, + "line": 651, "column": 27 } } @@ -604534,15 +605021,15 @@ "updateContext": null }, "value": "=", - "start": 28003, - "end": 28004, + "start": 30393, + "end": 30394, "loc": { "start": { - "line": 609, + "line": 651, "column": 28 }, "end": { - "line": 609, + "line": 651, "column": 29 } } @@ -604561,15 +605048,15 @@ "updateContext": null }, "value": 30.44, - "start": 28005, - "end": 28010, + "start": 30395, + "end": 30400, "loc": { "start": { - "line": 609, + "line": 651, "column": 30 }, "end": { - "line": 609, + "line": 651, "column": 35 } } @@ -604588,15 +605075,15 @@ "updateContext": null }, "value": "*", - "start": 28011, - "end": 28012, + "start": 30401, + "end": 30402, "loc": { "start": { - "line": 609, + "line": 651, "column": 36 }, "end": { - "line": 609, + "line": 651, "column": 37 } } @@ -604615,15 +605102,15 @@ "updateContext": null }, "value": 24, - "start": 28013, - "end": 28015, + "start": 30403, + "end": 30405, "loc": { "start": { - "line": 609, + "line": 651, "column": 38 }, "end": { - "line": 609, + "line": 651, "column": 40 } } @@ -604642,15 +605129,15 @@ "updateContext": null }, "value": "*", - "start": 28016, - "end": 28017, + "start": 30406, + "end": 30407, "loc": { "start": { - "line": 609, + "line": 651, "column": 41 }, "end": { - "line": 609, + "line": 651, "column": 42 } } @@ -604669,15 +605156,15 @@ "updateContext": null }, "value": 60, - "start": 28018, - "end": 28020, + "start": 30408, + "end": 30410, "loc": { "start": { - "line": 609, + "line": 651, "column": 43 }, "end": { - "line": 609, + "line": 651, "column": 45 } } @@ -604696,15 +605183,15 @@ "updateContext": null }, "value": "*", - "start": 28021, - "end": 28022, + "start": 30411, + "end": 30412, "loc": { "start": { - "line": 609, + "line": 651, "column": 46 }, "end": { - "line": 609, + "line": 651, "column": 47 } } @@ -604723,15 +605210,15 @@ "updateContext": null }, "value": 60, - "start": 28023, - "end": 28025, + "start": 30413, + "end": 30415, "loc": { "start": { - "line": 609, + "line": 651, "column": 48 }, "end": { - "line": 609, + "line": 651, "column": 50 } } @@ -604750,15 +605237,15 @@ "updateContext": null }, "value": "*", - "start": 28026, - "end": 28027, + "start": 30416, + "end": 30417, "loc": { "start": { - "line": 609, + "line": 651, "column": 51 }, "end": { - "line": 609, + "line": 651, "column": 52 } } @@ -604777,15 +605264,15 @@ "updateContext": null }, "value": 1000, - "start": 28028, - "end": 28032, + "start": 30418, + "end": 30422, "loc": { "start": { - "line": 609, + "line": 651, "column": 53 }, "end": { - "line": 609, + "line": 651, "column": 57 } } @@ -604802,15 +605289,15 @@ "postfix": false, "binop": null }, - "start": 28053, - "end": 28054, + "start": 30443, + "end": 30444, "loc": { "start": { - "line": 610, + "line": 652, "column": 20 }, "end": { - "line": 610, + "line": 652, "column": 21 } } @@ -604830,15 +605317,15 @@ "updateContext": null }, "value": "else", - "start": 28055, - "end": 28059, + "start": 30445, + "end": 30449, "loc": { "start": { - "line": 610, + "line": 652, "column": 22 }, "end": { - "line": 610, + "line": 652, "column": 26 } } @@ -604855,15 +605342,15 @@ "postfix": false, "binop": null }, - "start": 28060, - "end": 28061, + "start": 30450, + "end": 30451, "loc": { "start": { - "line": 610, + "line": 652, "column": 27 }, "end": { - "line": 610, + "line": 652, "column": 28 } } @@ -604881,15 +605368,15 @@ "binop": null }, "value": "_ms", - "start": 28086, - "end": 28089, + "start": 30476, + "end": 30479, "loc": { "start": { - "line": 611, + "line": 653, "column": 24 }, "end": { - "line": 611, + "line": 653, "column": 27 } } @@ -604908,15 +605395,15 @@ "updateContext": null }, "value": "=", - "start": 28090, - "end": 28091, + "start": 30480, + "end": 30481, "loc": { "start": { - "line": 611, + "line": 653, "column": 28 }, "end": { - "line": 611, + "line": 653, "column": 29 } } @@ -604936,15 +605423,15 @@ "updateContext": null }, "value": "this", - "start": 28092, - "end": 28096, + "start": 30482, + "end": 30486, "loc": { "start": { - "line": 611, + "line": 653, "column": 30 }, "end": { - "line": 611, + "line": 653, "column": 34 } } @@ -604962,15 +605449,15 @@ "binop": null, "updateContext": null }, - "start": 28096, - "end": 28097, + "start": 30486, + "end": 30487, "loc": { "start": { - "line": 611, + "line": 653, "column": 34 }, "end": { - "line": 611, + "line": 653, "column": 35 } } @@ -604988,15 +605475,15 @@ "binop": null }, "value": "_verifyScale", - "start": 28097, - "end": 28109, + "start": 30487, + "end": 30499, "loc": { "start": { - "line": 611, + "line": 653, "column": 35 }, "end": { - "line": 611, + "line": 653, "column": 47 } } @@ -605013,15 +605500,15 @@ "postfix": false, "binop": null }, - "start": 28109, - "end": 28110, + "start": 30499, + "end": 30500, "loc": { "start": { - "line": 611, + "line": 653, "column": 47 }, "end": { - "line": 611, + "line": 653, "column": 48 } } @@ -605039,15 +605526,15 @@ "binop": null }, "value": "_opts", - "start": 28111, - "end": 28116, + "start": 30501, + "end": 30506, "loc": { "start": { - "line": 611, + "line": 653, "column": 49 }, "end": { - "line": 611, + "line": 653, "column": 54 } } @@ -605065,15 +605552,15 @@ "binop": null, "updateContext": null }, - "start": 28116, - "end": 28117, + "start": 30506, + "end": 30507, "loc": { "start": { - "line": 611, + "line": 653, "column": 54 }, "end": { - "line": 611, + "line": 653, "column": 55 } } @@ -605091,15 +605578,15 @@ "binop": null }, "value": "scale", - "start": 28117, - "end": 28122, + "start": 30507, + "end": 30512, "loc": { "start": { - "line": 611, + "line": 653, "column": 55 }, "end": { - "line": 611, + "line": 653, "column": 60 } } @@ -605116,15 +605603,15 @@ "postfix": false, "binop": null }, - "start": 28123, - "end": 28124, + "start": 30513, + "end": 30514, "loc": { "start": { - "line": 611, + "line": 653, "column": 61 }, "end": { - "line": 611, + "line": 653, "column": 62 } } @@ -605141,15 +605628,15 @@ "postfix": false, "binop": null }, - "start": 28145, - "end": 28146, + "start": 30535, + "end": 30536, "loc": { "start": { - "line": 612, + "line": 654, "column": 20 }, "end": { - "line": 612, + "line": 654, "column": 21 } } @@ -605167,15 +605654,15 @@ "binop": null }, "value": "_date", - "start": 28167, - "end": 28172, + "start": 30557, + "end": 30562, "loc": { "start": { - "line": 613, + "line": 655, "column": 20 }, "end": { - "line": 613, + "line": 655, "column": 25 } } @@ -605193,15 +605680,15 @@ "binop": null, "updateContext": null }, - "start": 28172, - "end": 28173, + "start": 30562, + "end": 30563, "loc": { "start": { - "line": 613, + "line": 655, "column": 25 }, "end": { - "line": 613, + "line": 655, "column": 26 } } @@ -605219,15 +605706,15 @@ "binop": null }, "value": "setTime", - "start": 28173, - "end": 28180, + "start": 30563, + "end": 30570, "loc": { "start": { - "line": 613, + "line": 655, "column": 26 }, "end": { - "line": 613, + "line": 655, "column": 33 } } @@ -605244,15 +605731,15 @@ "postfix": false, "binop": null }, - "start": 28180, - "end": 28181, + "start": 30570, + "end": 30571, "loc": { "start": { - "line": 613, + "line": 655, "column": 33 }, "end": { - "line": 613, + "line": 655, "column": 34 } } @@ -605270,15 +605757,15 @@ "binop": null }, "value": "_date", - "start": 28182, - "end": 28187, + "start": 30572, + "end": 30577, "loc": { "start": { - "line": 613, + "line": 655, "column": 35 }, "end": { - "line": 613, + "line": 655, "column": 40 } } @@ -605296,15 +605783,15 @@ "binop": null, "updateContext": null }, - "start": 28187, - "end": 28188, + "start": 30577, + "end": 30578, "loc": { "start": { - "line": 613, + "line": 655, "column": 40 }, "end": { - "line": 613, + "line": 655, "column": 41 } } @@ -605322,15 +605809,15 @@ "binop": null }, "value": "getTime", - "start": 28188, - "end": 28195, + "start": 30578, + "end": 30585, "loc": { "start": { - "line": 613, + "line": 655, "column": 41 }, "end": { - "line": 613, + "line": 655, "column": 48 } } @@ -605347,15 +605834,15 @@ "postfix": false, "binop": null }, - "start": 28195, - "end": 28196, + "start": 30585, + "end": 30586, "loc": { "start": { - "line": 613, + "line": 655, "column": 48 }, "end": { - "line": 613, + "line": 655, "column": 49 } } @@ -605372,15 +605859,15 @@ "postfix": false, "binop": null }, - "start": 28196, - "end": 28197, + "start": 30586, + "end": 30587, "loc": { "start": { - "line": 613, + "line": 655, "column": 49 }, "end": { - "line": 613, + "line": 655, "column": 50 } } @@ -605399,15 +605886,15 @@ "updateContext": null }, "value": "+", - "start": 28198, - "end": 28199, + "start": 30588, + "end": 30589, "loc": { "start": { - "line": 613, + "line": 655, "column": 51 }, "end": { - "line": 613, + "line": 655, "column": 52 } } @@ -605424,15 +605911,15 @@ "postfix": false, "binop": null }, - "start": 28200, - "end": 28201, + "start": 30590, + "end": 30591, "loc": { "start": { - "line": 613, + "line": 655, "column": 53 }, "end": { - "line": 613, + "line": 655, "column": 54 } } @@ -605450,15 +605937,15 @@ "binop": null }, "value": "_ms", - "start": 28202, - "end": 28205, + "start": 30592, + "end": 30595, "loc": { "start": { - "line": 613, + "line": 655, "column": 55 }, "end": { - "line": 613, + "line": 655, "column": 58 } } @@ -605477,15 +605964,15 @@ "updateContext": null }, "value": "*", - "start": 28206, - "end": 28207, + "start": 30596, + "end": 30597, "loc": { "start": { - "line": 613, + "line": 655, "column": 59 }, "end": { - "line": 613, + "line": 655, "column": 60 } } @@ -605503,15 +605990,15 @@ "binop": null }, "value": "LimitScaleGrids", - "start": 28208, - "end": 28223, + "start": 30598, + "end": 30613, "loc": { "start": { - "line": 613, + "line": 655, "column": 61 }, "end": { - "line": 613, + "line": 655, "column": 76 } } @@ -605529,15 +606016,15 @@ "binop": null, "updateContext": null }, - "start": 28223, - "end": 28224, + "start": 30613, + "end": 30614, "loc": { "start": { - "line": 613, + "line": 655, "column": 76 }, "end": { - "line": 613, + "line": 655, "column": 77 } } @@ -605557,15 +606044,15 @@ "updateContext": null }, "value": "this", - "start": 28224, - "end": 28228, + "start": 30614, + "end": 30618, "loc": { "start": { - "line": 613, + "line": 655, "column": 77 }, "end": { - "line": 613, + "line": 655, "column": 81 } } @@ -605583,15 +606070,15 @@ "binop": null, "updateContext": null }, - "start": 28228, - "end": 28229, + "start": 30618, + "end": 30619, "loc": { "start": { - "line": 613, + "line": 655, "column": 81 }, "end": { - "line": 613, + "line": 655, "column": 82 } } @@ -605609,15 +606096,15 @@ "binop": null }, "value": "_filterScaleKeyName", - "start": 28229, - "end": 28248, + "start": 30619, + "end": 30638, "loc": { "start": { - "line": 613, + "line": 655, "column": 82 }, "end": { - "line": 613, + "line": 655, "column": 101 } } @@ -605634,15 +606121,15 @@ "postfix": false, "binop": null }, - "start": 28248, - "end": 28249, + "start": 30638, + "end": 30639, "loc": { "start": { - "line": 613, + "line": 655, "column": 101 }, "end": { - "line": 613, + "line": 655, "column": 102 } } @@ -605660,15 +606147,15 @@ "binop": null }, "value": "_opts", - "start": 28250, - "end": 28255, + "start": 30640, + "end": 30645, "loc": { "start": { - "line": 613, + "line": 655, "column": 103 }, "end": { - "line": 613, + "line": 655, "column": 108 } } @@ -605686,15 +606173,15 @@ "binop": null, "updateContext": null }, - "start": 28255, - "end": 28256, + "start": 30645, + "end": 30646, "loc": { "start": { - "line": 613, + "line": 655, "column": 108 }, "end": { - "line": 613, + "line": 655, "column": 109 } } @@ -605712,15 +606199,15 @@ "binop": null }, "value": "scale", - "start": 28256, - "end": 28261, + "start": 30646, + "end": 30651, "loc": { "start": { - "line": 613, + "line": 655, "column": 109 }, "end": { - "line": 613, + "line": 655, "column": 114 } } @@ -605737,15 +606224,15 @@ "postfix": false, "binop": null }, - "start": 28262, - "end": 28263, + "start": 30652, + "end": 30653, "loc": { "start": { - "line": 613, + "line": 655, "column": 115 }, "end": { - "line": 613, + "line": 655, "column": 116 } } @@ -605763,15 +606250,15 @@ "binop": null, "updateContext": null }, - "start": 28263, - "end": 28264, + "start": 30653, + "end": 30654, "loc": { "start": { - "line": 613, + "line": 655, "column": 116 }, "end": { - "line": 613, + "line": 655, "column": 117 } } @@ -605788,15 +606275,15 @@ "postfix": false, "binop": null }, - "start": 28265, - "end": 28266, + "start": 30655, + "end": 30656, "loc": { "start": { - "line": 613, + "line": 655, "column": 118 }, "end": { - "line": 613, + "line": 655, "column": 119 } } @@ -605813,15 +606300,15 @@ "postfix": false, "binop": null }, - "start": 28267, - "end": 28268, + "start": 30657, + "end": 30658, "loc": { "start": { - "line": 613, + "line": 655, "column": 120 }, "end": { - "line": 613, + "line": 655, "column": 121 } } @@ -605838,15 +606325,15 @@ "postfix": false, "binop": null }, - "start": 28285, - "end": 28286, + "start": 30675, + "end": 30676, "loc": { "start": { - "line": 614, + "line": 656, "column": 16 }, "end": { - "line": 614, + "line": 656, "column": 17 } } @@ -605854,15 +606341,15 @@ { "type": "CommentLine", "value": " console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )", - "start": 28287, - "end": 28407, + "start": 30677, + "end": 30797, "loc": { "start": { - "line": 615, + "line": 657, "column": 0 }, "end": { - "line": 615, + "line": 657, "column": 120 } } @@ -605882,15 +606369,15 @@ "updateContext": null }, "value": "break", - "start": 28424, - "end": 28429, + "start": 30814, + "end": 30819, "loc": { "start": { - "line": 616, + "line": 658, "column": 16 }, "end": { - "line": 616, + "line": 658, "column": 21 } } @@ -605907,15 +606394,15 @@ "postfix": false, "binop": null }, - "start": 28442, - "end": 28443, + "start": 30832, + "end": 30833, "loc": { "start": { - "line": 617, + "line": 659, "column": 12 }, "end": { - "line": 617, + "line": 659, "column": 13 } } @@ -605935,15 +606422,15 @@ "updateContext": null }, "value": "default", - "start": 28456, - "end": 28463, + "start": 30846, + "end": 30853, "loc": { "start": { - "line": 618, + "line": 660, "column": 12 }, "end": { - "line": 618, + "line": 660, "column": 19 } } @@ -605961,15 +606448,15 @@ "binop": null, "updateContext": null }, - "start": 28463, - "end": 28464, + "start": 30853, + "end": 30854, "loc": { "start": { - "line": 618, + "line": 660, "column": 19 }, "end": { - "line": 618, + "line": 660, "column": 20 } } @@ -605987,15 +606474,15 @@ "binop": null }, "value": "_date", - "start": 28481, - "end": 28486, + "start": 30871, + "end": 30876, "loc": { "start": { - "line": 619, + "line": 661, "column": 16 }, "end": { - "line": 619, + "line": 661, "column": 21 } } @@ -606014,15 +606501,15 @@ "updateContext": null }, "value": "=", - "start": 28487, - "end": 28488, + "start": 30877, + "end": 30878, "loc": { "start": { - "line": 619, + "line": 661, "column": 22 }, "end": { - "line": 619, + "line": 661, "column": 23 } } @@ -606042,15 +606529,15 @@ "updateContext": null }, "value": "this", - "start": 28489, - "end": 28493, + "start": 30879, + "end": 30883, "loc": { "start": { - "line": 619, + "line": 661, "column": 24 }, "end": { - "line": 619, + "line": 661, "column": 28 } } @@ -606068,15 +606555,15 @@ "binop": null, "updateContext": null }, - "start": 28493, - "end": 28494, + "start": 30883, + "end": 30884, "loc": { "start": { - "line": 619, + "line": 661, "column": 28 }, "end": { - "line": 619, + "line": 661, "column": 29 } } @@ -606094,15 +606581,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 28494, - "end": 28512, + "start": 30884, + "end": 30902, "loc": { "start": { - "line": 619, + "line": 661, "column": 29 }, "end": { - "line": 619, + "line": 661, "column": 47 } } @@ -606119,15 +606606,15 @@ "postfix": false, "binop": null }, - "start": 28512, - "end": 28513, + "start": 30902, + "end": 30903, "loc": { "start": { - "line": 619, + "line": 661, "column": 47 }, "end": { - "line": 619, + "line": 661, "column": 48 } } @@ -606145,15 +606632,15 @@ "binop": null }, "value": "key", - "start": 28514, - "end": 28517, + "start": 30904, + "end": 30907, "loc": { "start": { - "line": 619, + "line": 661, "column": 49 }, "end": { - "line": 619, + "line": 661, "column": 52 } } @@ -606170,15 +606657,15 @@ "postfix": false, "binop": null }, - "start": 28518, - "end": 28519, + "start": 30908, + "end": 30909, "loc": { "start": { - "line": 619, + "line": 661, "column": 53 }, "end": { - "line": 619, + "line": 661, "column": 54 } } @@ -606198,15 +606685,15 @@ "updateContext": null }, "value": "break", - "start": 28536, - "end": 28541, + "start": 30926, + "end": 30931, "loc": { "start": { - "line": 620, + "line": 662, "column": 16 }, "end": { - "line": 620, + "line": 662, "column": 21 } } @@ -606223,15 +606710,15 @@ "postfix": false, "binop": null }, - "start": 28550, - "end": 28551, + "start": 30940, + "end": 30941, "loc": { "start": { - "line": 621, + "line": 663, "column": 8 }, "end": { - "line": 621, + "line": 663, "column": 9 } } @@ -606251,15 +606738,15 @@ "updateContext": null }, "value": "if", - "start": 28569, - "end": 28571, + "start": 30959, + "end": 30961, "loc": { "start": { - "line": 623, + "line": 665, "column": 8 }, "end": { - "line": 623, + "line": 665, "column": 10 } } @@ -606276,15 +606763,15 @@ "postfix": false, "binop": null }, - "start": 28572, - "end": 28573, + "start": 30962, + "end": 30963, "loc": { "start": { - "line": 623, + "line": 665, "column": 11 }, "end": { - "line": 623, + "line": 665, "column": 12 } } @@ -606303,15 +606790,15 @@ "updateContext": null }, "value": "!", - "start": 28574, - "end": 28575, + "start": 30964, + "end": 30965, "loc": { "start": { - "line": 623, + "line": 665, "column": 13 }, "end": { - "line": 623, + "line": 665, "column": 14 } } @@ -606329,15 +606816,15 @@ "binop": null }, "value": "is_remapping", - "start": 28576, - "end": 28588, + "start": 30966, + "end": 30978, "loc": { "start": { - "line": 623, + "line": 665, "column": 15 }, "end": { - "line": 623, + "line": 665, "column": 27 } } @@ -606354,15 +606841,15 @@ "postfix": false, "binop": null }, - "start": 28589, - "end": 28590, + "start": 30979, + "end": 30980, "loc": { "start": { - "line": 623, + "line": 665, "column": 28 }, "end": { - "line": 623, + "line": 665, "column": 29 } } @@ -606379,15 +606866,15 @@ "postfix": false, "binop": null }, - "start": 28591, - "end": 28592, + "start": 30981, + "end": 30982, "loc": { "start": { - "line": 623, + "line": 665, "column": 30 }, "end": { - "line": 623, + "line": 665, "column": 31 } } @@ -606405,15 +606892,15 @@ "binop": null }, "value": "is_remapping", - "start": 28605, - "end": 28617, + "start": 30995, + "end": 31007, "loc": { "start": { - "line": 624, + "line": 666, "column": 12 }, "end": { - "line": 624, + "line": 666, "column": 24 } } @@ -606432,15 +606919,15 @@ "updateContext": null }, "value": "=", - "start": 28618, - "end": 28619, + "start": 31008, + "end": 31009, "loc": { "start": { - "line": 624, + "line": 666, "column": 25 }, "end": { - "line": 624, + "line": 666, "column": 26 } } @@ -606458,15 +606945,15 @@ "binop": null }, "value": "_date", - "start": 28620, - "end": 28625, + "start": 31010, + "end": 31015, "loc": { "start": { - "line": 624, + "line": 666, "column": 27 }, "end": { - "line": 624, + "line": 666, "column": 32 } } @@ -606484,15 +606971,15 @@ "binop": null, "updateContext": null }, - "start": 28625, - "end": 28626, + "start": 31015, + "end": 31016, "loc": { "start": { - "line": 624, + "line": 666, "column": 32 }, "end": { - "line": 624, + "line": 666, "column": 33 } } @@ -606510,15 +606997,15 @@ "binop": null }, "value": "getFullYear", - "start": 28626, - "end": 28637, + "start": 31016, + "end": 31027, "loc": { "start": { - "line": 624, + "line": 666, "column": 33 }, "end": { - "line": 624, + "line": 666, "column": 44 } } @@ -606535,15 +607022,15 @@ "postfix": false, "binop": null }, - "start": 28637, - "end": 28638, + "start": 31027, + "end": 31028, "loc": { "start": { - "line": 624, + "line": 666, "column": 44 }, "end": { - "line": 624, + "line": 666, "column": 45 } } @@ -606560,15 +607047,15 @@ "postfix": false, "binop": null }, - "start": 28638, - "end": 28639, + "start": 31028, + "end": 31029, "loc": { "start": { - "line": 624, + "line": 666, "column": 45 }, "end": { - "line": 624, + "line": 666, "column": 46 } } @@ -606587,15 +607074,15 @@ "updateContext": null }, "value": "<", - "start": 28640, - "end": 28641, + "start": 31030, + "end": 31031, "loc": { "start": { - "line": 624, + "line": 666, "column": 47 }, "end": { - "line": 624, + "line": 666, "column": 48 } } @@ -606614,15 +607101,15 @@ "updateContext": null }, "value": 100, - "start": 28642, - "end": 28645, + "start": 31032, + "end": 31035, "loc": { "start": { - "line": 624, + "line": 666, "column": 49 }, "end": { - "line": 624, + "line": 666, "column": 52 } } @@ -606639,15 +607126,15 @@ "postfix": false, "binop": null }, - "start": 28654, - "end": 28655, + "start": 31044, + "end": 31045, "loc": { "start": { - "line": 625, + "line": 667, "column": 8 }, "end": { - "line": 625, + "line": 667, "column": 9 } } @@ -606667,15 +607154,15 @@ "updateContext": null }, "value": "if", - "start": 28673, - "end": 28675, + "start": 31063, + "end": 31065, "loc": { "start": { - "line": 627, + "line": 669, "column": 8 }, "end": { - "line": 627, + "line": 669, "column": 10 } } @@ -606692,15 +607179,15 @@ "postfix": false, "binop": null }, - "start": 28676, - "end": 28677, + "start": 31066, + "end": 31067, "loc": { "start": { - "line": 627, + "line": 669, "column": 11 }, "end": { - "line": 627, + "line": 669, "column": 12 } } @@ -606719,15 +607206,15 @@ "updateContext": null }, "value": "!", - "start": 28678, - "end": 28679, + "start": 31068, + "end": 31069, "loc": { "start": { - "line": 627, + "line": 669, "column": 13 }, "end": { - "line": 627, + "line": 669, "column": 14 } } @@ -606747,15 +607234,15 @@ "updateContext": null }, "value": "this", - "start": 28680, - "end": 28684, + "start": 31070, + "end": 31074, "loc": { "start": { - "line": 627, + "line": 669, "column": 15 }, "end": { - "line": 627, + "line": 669, "column": 19 } } @@ -606773,15 +607260,15 @@ "binop": null, "updateContext": null }, - "start": 28684, - "end": 28685, + "start": 31074, + "end": 31075, "loc": { "start": { - "line": 627, + "line": 669, "column": 19 }, "end": { - "line": 627, + "line": 669, "column": 20 } } @@ -606799,15 +607286,15 @@ "binop": null }, "value": "is_empty", - "start": 28685, - "end": 28693, + "start": 31075, + "end": 31083, "loc": { "start": { - "line": 627, + "line": 669, "column": 20 }, "end": { - "line": 627, + "line": 669, "column": 28 } } @@ -606824,15 +607311,15 @@ "postfix": false, "binop": null }, - "start": 28693, - "end": 28694, + "start": 31083, + "end": 31084, "loc": { "start": { - "line": 627, + "line": 669, "column": 28 }, "end": { - "line": 627, + "line": 669, "column": 29 } } @@ -606850,15 +607337,15 @@ "binop": null }, "value": "round_type", - "start": 28695, - "end": 28705, + "start": 31085, + "end": 31095, "loc": { "start": { - "line": 627, + "line": 669, "column": 30 }, "end": { - "line": 627, + "line": 669, "column": 40 } } @@ -606875,15 +607362,15 @@ "postfix": false, "binop": null }, - "start": 28706, - "end": 28707, + "start": 31096, + "end": 31097, "loc": { "start": { - "line": 627, + "line": 669, "column": 41 }, "end": { - "line": 627, + "line": 669, "column": 42 } } @@ -606900,15 +607387,15 @@ "postfix": false, "binop": null }, - "start": 28708, - "end": 28709, + "start": 31098, + "end": 31099, "loc": { "start": { - "line": 627, + "line": 669, "column": 43 }, "end": { - "line": 627, + "line": 669, "column": 44 } } @@ -606925,15 +607412,15 @@ "postfix": false, "binop": null }, - "start": 28710, - "end": 28711, + "start": 31100, + "end": 31101, "loc": { "start": { - "line": 627, + "line": 669, "column": 45 }, "end": { - "line": 627, + "line": 669, "column": 46 } } @@ -606953,15 +607440,15 @@ "updateContext": null }, "value": "if", - "start": 28724, - "end": 28726, + "start": 31114, + "end": 31116, "loc": { "start": { - "line": 628, + "line": 670, "column": 12 }, "end": { - "line": 628, + "line": 670, "column": 14 } } @@ -606978,15 +607465,15 @@ "postfix": false, "binop": null }, - "start": 28727, - "end": 28728, + "start": 31117, + "end": 31118, "loc": { "start": { - "line": 628, + "line": 670, "column": 15 }, "end": { - "line": 628, + "line": 670, "column": 16 } } @@ -607005,15 +607492,15 @@ "updateContext": null }, "value": "first", - "start": 28729, - "end": 28736, + "start": 31119, + "end": 31126, "loc": { "start": { - "line": 628, + "line": 670, "column": 17 }, "end": { - "line": 628, + "line": 670, "column": 24 } } @@ -607032,15 +607519,15 @@ "updateContext": null }, "value": "===", - "start": 28737, - "end": 28740, + "start": 31127, + "end": 31130, "loc": { "start": { - "line": 628, + "line": 670, "column": 25 }, "end": { - "line": 628, + "line": 670, "column": 28 } } @@ -607058,15 +607545,15 @@ "binop": null }, "value": "round_type", - "start": 28741, - "end": 28751, + "start": 31131, + "end": 31141, "loc": { "start": { - "line": 628, + "line": 670, "column": 29 }, "end": { - "line": 628, + "line": 670, "column": 39 } } @@ -607083,15 +607570,15 @@ "postfix": false, "binop": null }, - "start": 28752, - "end": 28753, + "start": 31142, + "end": 31143, "loc": { "start": { - "line": 628, + "line": 670, "column": 40 }, "end": { - "line": 628, + "line": 670, "column": 41 } } @@ -607108,15 +607595,15 @@ "postfix": false, "binop": null }, - "start": 28754, - "end": 28755, + "start": 31144, + "end": 31145, "loc": { "start": { - "line": 628, + "line": 670, "column": 42 }, "end": { - "line": 628, + "line": 670, "column": 43 } } @@ -607124,15 +607611,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )", - "start": 28756, - "end": 28838, + "start": 31146, + "end": 31228, "loc": { "start": { - "line": 629, + "line": 671, "column": 0 }, "end": { - "line": 629, + "line": 671, "column": 82 } } @@ -607150,15 +607637,15 @@ "binop": null }, "value": "_date", - "start": 28855, - "end": 28860, + "start": 31245, + "end": 31250, "loc": { "start": { - "line": 630, + "line": 672, "column": 16 }, "end": { - "line": 630, + "line": 672, "column": 21 } } @@ -607177,15 +607664,15 @@ "updateContext": null }, "value": "=", - "start": 28861, - "end": 28862, + "start": 31251, + "end": 31252, "loc": { "start": { - "line": 630, + "line": 672, "column": 22 }, "end": { - "line": 630, + "line": 672, "column": 23 } } @@ -607203,15 +607690,15 @@ "binop": null }, "value": "getFirstDate", - "start": 28863, - "end": 28875, + "start": 31253, + "end": 31265, "loc": { "start": { - "line": 630, + "line": 672, "column": 24 }, "end": { - "line": 630, + "line": 672, "column": 36 } } @@ -607228,15 +607715,15 @@ "postfix": false, "binop": null }, - "start": 28875, - "end": 28876, + "start": 31265, + "end": 31266, "loc": { "start": { - "line": 630, + "line": 672, "column": 36 }, "end": { - "line": 630, + "line": 672, "column": 37 } } @@ -607254,15 +607741,15 @@ "binop": null }, "value": "_date", - "start": 28877, - "end": 28882, + "start": 31267, + "end": 31272, "loc": { "start": { - "line": 630, + "line": 672, "column": 38 }, "end": { - "line": 630, + "line": 672, "column": 43 } } @@ -607280,15 +607767,15 @@ "binop": null, "updateContext": null }, - "start": 28882, - "end": 28883, + "start": 31272, + "end": 31273, "loc": { "start": { - "line": 630, + "line": 672, "column": 43 }, "end": { - "line": 630, + "line": 672, "column": 44 } } @@ -607306,15 +607793,15 @@ "binop": null }, "value": "_opts", - "start": 28884, - "end": 28889, + "start": 31274, + "end": 31279, "loc": { "start": { - "line": 630, + "line": 672, "column": 45 }, "end": { - "line": 630, + "line": 672, "column": 50 } } @@ -607332,15 +607819,15 @@ "binop": null, "updateContext": null }, - "start": 28889, - "end": 28890, + "start": 31279, + "end": 31280, "loc": { "start": { - "line": 630, + "line": 672, "column": 50 }, "end": { - "line": 630, + "line": 672, "column": 51 } } @@ -607358,15 +607845,15 @@ "binop": null }, "value": "scale", - "start": 28890, - "end": 28895, + "start": 31280, + "end": 31285, "loc": { "start": { - "line": 630, + "line": 672, "column": 51 }, "end": { - "line": 630, + "line": 672, "column": 56 } } @@ -607383,15 +607870,15 @@ "postfix": false, "binop": null }, - "start": 28896, - "end": 28897, + "start": 31286, + "end": 31287, "loc": { "start": { - "line": 630, + "line": 672, "column": 57 }, "end": { - "line": 630, + "line": 672, "column": 58 } } @@ -607399,15 +607886,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )", - "start": 28898, - "end": 28979, + "start": 31288, + "end": 31369, "loc": { "start": { - "line": 631, + "line": 673, "column": 0 }, "end": { - "line": 631, + "line": 673, "column": 81 } } @@ -607424,15 +607911,15 @@ "postfix": false, "binop": null }, - "start": 28992, - "end": 28993, + "start": 31382, + "end": 31383, "loc": { "start": { - "line": 632, + "line": 674, "column": 12 }, "end": { - "line": 632, + "line": 674, "column": 13 } } @@ -607452,15 +607939,15 @@ "updateContext": null }, "value": "else", - "start": 28994, - "end": 28998, + "start": 31384, + "end": 31388, "loc": { "start": { - "line": 632, + "line": 674, "column": 14 }, "end": { - "line": 632, + "line": 674, "column": 18 } } @@ -607480,15 +607967,15 @@ "updateContext": null }, "value": "if", - "start": 29011, - "end": 29013, + "start": 31401, + "end": 31403, "loc": { "start": { - "line": 633, + "line": 675, "column": 12 }, "end": { - "line": 633, + "line": 675, "column": 14 } } @@ -607505,15 +607992,15 @@ "postfix": false, "binop": null }, - "start": 29014, - "end": 29015, + "start": 31404, + "end": 31405, "loc": { "start": { - "line": 633, + "line": 675, "column": 15 }, "end": { - "line": 633, + "line": 675, "column": 16 } } @@ -607532,15 +608019,15 @@ "updateContext": null }, "value": "last", - "start": 29016, - "end": 29022, + "start": 31406, + "end": 31412, "loc": { "start": { - "line": 633, + "line": 675, "column": 17 }, "end": { - "line": 633, + "line": 675, "column": 23 } } @@ -607559,15 +608046,15 @@ "updateContext": null }, "value": "===", - "start": 29023, - "end": 29026, + "start": 31413, + "end": 31416, "loc": { "start": { - "line": 633, + "line": 675, "column": 24 }, "end": { - "line": 633, + "line": 675, "column": 27 } } @@ -607585,15 +608072,15 @@ "binop": null }, "value": "round_type", - "start": 29027, - "end": 29037, + "start": 31417, + "end": 31427, "loc": { "start": { - "line": 633, + "line": 675, "column": 28 }, "end": { - "line": 633, + "line": 675, "column": 38 } } @@ -607610,15 +608097,15 @@ "postfix": false, "binop": null }, - "start": 29038, - "end": 29039, + "start": 31428, + "end": 31429, "loc": { "start": { - "line": 633, + "line": 675, "column": 39 }, "end": { - "line": 633, + "line": 675, "column": 40 } } @@ -607635,15 +608122,15 @@ "postfix": false, "binop": null }, - "start": 29040, - "end": 29041, + "start": 31430, + "end": 31431, "loc": { "start": { - "line": 633, + "line": 675, "column": 41 }, "end": { - "line": 633, + "line": 675, "column": 42 } } @@ -607651,15 +608138,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )", - "start": 29042, - "end": 29123, + "start": 31432, + "end": 31513, "loc": { "start": { - "line": 634, + "line": 676, "column": 0 }, "end": { - "line": 634, + "line": 676, "column": 81 } } @@ -607677,15 +608164,15 @@ "binop": null }, "value": "_date", - "start": 29140, - "end": 29145, + "start": 31530, + "end": 31535, "loc": { "start": { - "line": 635, + "line": 677, "column": 16 }, "end": { - "line": 635, + "line": 677, "column": 21 } } @@ -607704,15 +608191,15 @@ "updateContext": null }, "value": "=", - "start": 29146, - "end": 29147, + "start": 31536, + "end": 31537, "loc": { "start": { - "line": 635, + "line": 677, "column": 22 }, "end": { - "line": 635, + "line": 677, "column": 23 } } @@ -607730,15 +608217,15 @@ "binop": null }, "value": "getLastDate", - "start": 29148, - "end": 29159, + "start": 31538, + "end": 31549, "loc": { "start": { - "line": 635, + "line": 677, "column": 24 }, "end": { - "line": 635, + "line": 677, "column": 35 } } @@ -607755,15 +608242,15 @@ "postfix": false, "binop": null }, - "start": 29159, - "end": 29160, + "start": 31549, + "end": 31550, "loc": { "start": { - "line": 635, + "line": 677, "column": 35 }, "end": { - "line": 635, + "line": 677, "column": 36 } } @@ -607781,15 +608268,15 @@ "binop": null }, "value": "_date", - "start": 29161, - "end": 29166, + "start": 31551, + "end": 31556, "loc": { "start": { - "line": 635, + "line": 677, "column": 37 }, "end": { - "line": 635, + "line": 677, "column": 42 } } @@ -607807,15 +608294,15 @@ "binop": null, "updateContext": null }, - "start": 29166, - "end": 29167, + "start": 31556, + "end": 31557, "loc": { "start": { - "line": 635, + "line": 677, "column": 42 }, "end": { - "line": 635, + "line": 677, "column": 43 } } @@ -607833,15 +608320,15 @@ "binop": null }, "value": "_opts", - "start": 29168, - "end": 29173, + "start": 31558, + "end": 31563, "loc": { "start": { - "line": 635, + "line": 677, "column": 44 }, "end": { - "line": 635, + "line": 677, "column": 49 } } @@ -607859,15 +608346,15 @@ "binop": null, "updateContext": null }, - "start": 29173, - "end": 29174, + "start": 31563, + "end": 31564, "loc": { "start": { - "line": 635, + "line": 677, "column": 49 }, "end": { - "line": 635, + "line": 677, "column": 50 } } @@ -607885,15 +608372,15 @@ "binop": null }, "value": "scale", - "start": 29174, - "end": 29179, + "start": 31564, + "end": 31569, "loc": { "start": { - "line": 635, + "line": 677, "column": 50 }, "end": { - "line": 635, + "line": 677, "column": 55 } } @@ -607910,15 +608397,15 @@ "postfix": false, "binop": null }, - "start": 29180, - "end": 29181, + "start": 31570, + "end": 31571, "loc": { "start": { - "line": 635, + "line": 677, "column": 56 }, "end": { - "line": 635, + "line": 677, "column": 57 } } @@ -607926,15 +608413,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )", - "start": 29182, - "end": 29262, + "start": 31572, + "end": 31652, "loc": { "start": { - "line": 636, + "line": 678, "column": 0 }, "end": { - "line": 636, + "line": 678, "column": 80 } } @@ -607951,15 +608438,15 @@ "postfix": false, "binop": null }, - "start": 29275, - "end": 29276, + "start": 31665, + "end": 31666, "loc": { "start": { - "line": 637, + "line": 679, "column": 12 }, "end": { - "line": 637, + "line": 679, "column": 13 } } @@ -607976,15 +608463,15 @@ "postfix": false, "binop": null }, - "start": 29285, - "end": 29286, + "start": 31675, + "end": 31676, "loc": { "start": { - "line": 638, + "line": 680, "column": 8 }, "end": { - "line": 638, + "line": 680, "column": 9 } } @@ -608004,15 +608491,15 @@ "updateContext": null }, "value": "if", - "start": 29304, - "end": 29306, + "start": 31694, + "end": 31696, "loc": { "start": { - "line": 640, + "line": 682, "column": 8 }, "end": { - "line": 640, + "line": 682, "column": 10 } } @@ -608029,15 +608516,15 @@ "postfix": false, "binop": null }, - "start": 29307, - "end": 29308, + "start": 31697, + "end": 31698, "loc": { "start": { - "line": 640, + "line": 682, "column": 11 }, "end": { - "line": 640, + "line": 682, "column": 12 } } @@ -608055,15 +608542,15 @@ "binop": null }, "value": "is_remapping", - "start": 29309, - "end": 29321, + "start": 31699, + "end": 31711, "loc": { "start": { - "line": 640, + "line": 682, "column": 13 }, "end": { - "line": 640, + "line": 682, "column": 25 } } @@ -608080,15 +608567,15 @@ "postfix": false, "binop": null }, - "start": 29322, - "end": 29323, + "start": 31712, + "end": 31713, "loc": { "start": { - "line": 640, + "line": 682, "column": 26 }, "end": { - "line": 640, + "line": 682, "column": 27 } } @@ -608105,15 +608592,15 @@ "postfix": false, "binop": null }, - "start": 29324, - "end": 29325, + "start": 31714, + "end": 31715, "loc": { "start": { - "line": 640, + "line": 682, "column": 28 }, "end": { - "line": 640, + "line": 682, "column": 29 } } @@ -608131,15 +608618,15 @@ "binop": null }, "value": "_date", - "start": 29338, - "end": 29343, + "start": 31728, + "end": 31733, "loc": { "start": { - "line": 641, + "line": 683, "column": 12 }, "end": { - "line": 641, + "line": 683, "column": 17 } } @@ -608157,15 +608644,15 @@ "binop": null, "updateContext": null }, - "start": 29343, - "end": 29344, + "start": 31733, + "end": 31734, "loc": { "start": { - "line": 641, + "line": 683, "column": 17 }, "end": { - "line": 641, + "line": 683, "column": 18 } } @@ -608183,15 +608670,15 @@ "binop": null }, "value": "setFullYear", - "start": 29344, - "end": 29355, + "start": 31734, + "end": 31745, "loc": { "start": { - "line": 641, + "line": 683, "column": 18 }, "end": { - "line": 641, + "line": 683, "column": 29 } } @@ -608208,15 +608695,15 @@ "postfix": false, "binop": null }, - "start": 29355, - "end": 29356, + "start": 31745, + "end": 31746, "loc": { "start": { - "line": 641, + "line": 683, "column": 29 }, "end": { - "line": 641, + "line": 683, "column": 30 } } @@ -608234,15 +608721,15 @@ "binop": null }, "value": "String", - "start": 29357, - "end": 29363, + "start": 31747, + "end": 31753, "loc": { "start": { - "line": 641, + "line": 683, "column": 31 }, "end": { - "line": 641, + "line": 683, "column": 37 } } @@ -608259,15 +608746,15 @@ "postfix": false, "binop": null }, - "start": 29363, - "end": 29364, + "start": 31753, + "end": 31754, "loc": { "start": { - "line": 641, + "line": 683, "column": 37 }, "end": { - "line": 641, + "line": 683, "column": 38 } } @@ -608285,15 +608772,15 @@ "binop": null }, "value": "_date", - "start": 29365, - "end": 29370, + "start": 31755, + "end": 31760, "loc": { "start": { - "line": 641, + "line": 683, "column": 39 }, "end": { - "line": 641, + "line": 683, "column": 44 } } @@ -608311,15 +608798,15 @@ "binop": null, "updateContext": null }, - "start": 29370, - "end": 29371, + "start": 31760, + "end": 31761, "loc": { "start": { - "line": 641, + "line": 683, "column": 44 }, "end": { - "line": 641, + "line": 683, "column": 45 } } @@ -608337,15 +608824,15 @@ "binop": null }, "value": "getFullYear", - "start": 29371, - "end": 29382, + "start": 31761, + "end": 31772, "loc": { "start": { - "line": 641, + "line": 683, "column": 45 }, "end": { - "line": 641, + "line": 683, "column": 56 } } @@ -608362,15 +608849,15 @@ "postfix": false, "binop": null }, - "start": 29382, - "end": 29383, + "start": 31772, + "end": 31773, "loc": { "start": { - "line": 641, + "line": 683, "column": 56 }, "end": { - "line": 641, + "line": 683, "column": 57 } } @@ -608387,15 +608874,15 @@ "postfix": false, "binop": null }, - "start": 29383, - "end": 29384, + "start": 31773, + "end": 31774, "loc": { "start": { - "line": 641, + "line": 683, "column": 57 }, "end": { - "line": 641, + "line": 683, "column": 58 } } @@ -608412,15 +608899,15 @@ "postfix": false, "binop": null }, - "start": 29385, - "end": 29386, + "start": 31775, + "end": 31776, "loc": { "start": { - "line": 641, + "line": 683, "column": 59 }, "end": { - "line": 641, + "line": 683, "column": 60 } } @@ -608438,15 +608925,15 @@ "binop": null, "updateContext": null }, - "start": 29386, - "end": 29387, + "start": 31776, + "end": 31777, "loc": { "start": { - "line": 641, + "line": 683, "column": 60 }, "end": { - "line": 641, + "line": 683, "column": 61 } } @@ -608464,15 +608951,15 @@ "binop": null }, "value": "substr", - "start": 29387, - "end": 29393, + "start": 31777, + "end": 31783, "loc": { "start": { - "line": 641, + "line": 683, "column": 61 }, "end": { - "line": 641, + "line": 683, "column": 67 } } @@ -608489,15 +608976,15 @@ "postfix": false, "binop": null }, - "start": 29393, - "end": 29394, + "start": 31783, + "end": 31784, "loc": { "start": { - "line": 641, + "line": 683, "column": 67 }, "end": { - "line": 641, + "line": 683, "column": 68 } } @@ -608516,15 +609003,15 @@ "updateContext": null }, "value": "-", - "start": 29394, - "end": 29395, + "start": 31784, + "end": 31785, "loc": { "start": { - "line": 641, + "line": 683, "column": 68 }, "end": { - "line": 641, + "line": 683, "column": 69 } } @@ -608543,15 +609030,15 @@ "updateContext": null }, "value": 2, - "start": 29395, - "end": 29396, + "start": 31785, + "end": 31786, "loc": { "start": { - "line": 641, + "line": 683, "column": 69 }, "end": { - "line": 641, + "line": 683, "column": 70 } } @@ -608568,15 +609055,15 @@ "postfix": false, "binop": null }, - "start": 29396, - "end": 29397, + "start": 31786, + "end": 31787, "loc": { "start": { - "line": 641, + "line": 683, "column": 70 }, "end": { - "line": 641, + "line": 683, "column": 71 } } @@ -608593,15 +609080,15 @@ "postfix": false, "binop": null }, - "start": 29398, - "end": 29399, + "start": 31788, + "end": 31789, "loc": { "start": { - "line": 641, + "line": 683, "column": 72 }, "end": { - "line": 641, + "line": 683, "column": 73 } } @@ -608618,15 +609105,15 @@ "postfix": false, "binop": null }, - "start": 29408, - "end": 29409, + "start": 31798, + "end": 31799, "loc": { "start": { - "line": 642, + "line": 684, "column": 8 }, "end": { - "line": 642, + "line": 684, "column": 9 } } @@ -608634,15 +609121,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPluggableDatetime::return:', _date )", - "start": 29419, - "end": 29476, + "start": 31809, + "end": 31866, "loc": { "start": { - "line": 644, + "line": 686, "column": 0 }, "end": { - "line": 644, + "line": 686, "column": 57 } } @@ -608662,15 +609149,15 @@ "updateContext": null }, "value": "return", - "start": 29485, - "end": 29491, + "start": 31875, + "end": 31881, "loc": { "start": { - "line": 645, + "line": 687, "column": 8 }, "end": { - "line": 645, + "line": 687, "column": 14 } } @@ -608688,15 +609175,15 @@ "binop": null }, "value": "_date", - "start": 29492, - "end": 29497, + "start": 31882, + "end": 31887, "loc": { "start": { - "line": 645, + "line": 687, "column": 15 }, "end": { - "line": 645, + "line": 687, "column": 20 } } @@ -608714,15 +609201,15 @@ "binop": null, "updateContext": null }, - "start": 29497, - "end": 29498, + "start": 31887, + "end": 31888, "loc": { "start": { - "line": 645, + "line": 687, "column": 20 }, "end": { - "line": 645, + "line": 687, "column": 21 } } @@ -608740,15 +609227,15 @@ "binop": null }, "value": "getTime", - "start": 29498, - "end": 29505, + "start": 31888, + "end": 31895, "loc": { "start": { - "line": 645, + "line": 687, "column": 21 }, "end": { - "line": 645, + "line": 687, "column": 28 } } @@ -608765,15 +609252,15 @@ "postfix": false, "binop": null }, - "start": 29505, - "end": 29506, + "start": 31895, + "end": 31896, "loc": { "start": { - "line": 645, + "line": 687, "column": 28 }, "end": { - "line": 645, + "line": 687, "column": 29 } } @@ -608790,15 +609277,15 @@ "postfix": false, "binop": null }, - "start": 29506, - "end": 29507, + "start": 31896, + "end": 31897, "loc": { "start": { - "line": 645, + "line": 687, "column": 29 }, "end": { - "line": 645, + "line": 687, "column": 30 } } @@ -608815,15 +609302,15 @@ "postfix": false, "binop": null }, - "start": 29512, - "end": 29513, + "start": 31902, + "end": 31903, "loc": { "start": { - "line": 646, + "line": 688, "column": 4 }, "end": { - "line": 646, + "line": 688, "column": 5 } } @@ -608831,15 +609318,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n ", - "start": 29523, - "end": 29717, + "start": 31913, + "end": 32107, "loc": { "start": { - "line": 648, + "line": 690, "column": 4 }, "end": { - "line": 653, + "line": 695, "column": 7 } } @@ -608857,15 +609344,15 @@ "binop": null }, "value": "_getPluggableParams", - "start": 29722, - "end": 29741, + "start": 32112, + "end": 32131, "loc": { "start": { - "line": 654, + "line": 696, "column": 4 }, "end": { - "line": 654, + "line": 696, "column": 23 } } @@ -608882,15 +609369,15 @@ "postfix": false, "binop": null }, - "start": 29741, - "end": 29742, + "start": 32131, + "end": 32132, "loc": { "start": { - "line": 654, + "line": 696, "column": 23 }, "end": { - "line": 654, + "line": 696, "column": 24 } } @@ -608908,15 +609395,15 @@ "binop": null }, "value": "str_like_params", - "start": 29743, - "end": 29758, + "start": 32133, + "end": 32148, "loc": { "start": { - "line": 654, + "line": 696, "column": 25 }, "end": { - "line": 654, + "line": 696, "column": 40 } } @@ -608933,15 +609420,15 @@ "postfix": false, "binop": null }, - "start": 29759, - "end": 29760, + "start": 32149, + "end": 32150, "loc": { "start": { - "line": 654, + "line": 696, "column": 41 }, "end": { - "line": 654, + "line": 696, "column": 42 } } @@ -608958,15 +609445,15 @@ "postfix": false, "binop": null }, - "start": 29761, - "end": 29762, + "start": 32151, + "end": 32152, "loc": { "start": { - "line": 654, + "line": 696, "column": 43 }, "end": { - "line": 654, + "line": 696, "column": 44 } } @@ -608986,15 +609473,15 @@ "updateContext": null }, "value": "let", - "start": 29771, - "end": 29774, + "start": 32161, + "end": 32164, "loc": { "start": { - "line": 655, + "line": 697, "column": 8 }, "end": { - "line": 655, + "line": 697, "column": 11 } } @@ -609012,15 +609499,15 @@ "binop": null }, "value": "params", - "start": 29775, - "end": 29781, + "start": 32165, + "end": 32171, "loc": { "start": { - "line": 655, + "line": 697, "column": 12 }, "end": { - "line": 655, + "line": 697, "column": 18 } } @@ -609039,15 +609526,15 @@ "updateContext": null }, "value": "=", - "start": 29782, - "end": 29783, + "start": 32172, + "end": 32173, "loc": { "start": { - "line": 655, + "line": 697, "column": 19 }, "end": { - "line": 655, + "line": 697, "column": 20 } } @@ -609064,15 +609551,15 @@ "postfix": false, "binop": null }, - "start": 29784, - "end": 29785, + "start": 32174, + "end": 32175, "loc": { "start": { - "line": 655, + "line": 697, "column": 21 }, "end": { - "line": 655, + "line": 697, "column": 22 } } @@ -609089,15 +609576,15 @@ "postfix": false, "binop": null }, - "start": 29785, - "end": 29786, + "start": 32175, + "end": 32176, "loc": { "start": { - "line": 655, + "line": 697, "column": 22 }, "end": { - "line": 655, + "line": 697, "column": 23 } } @@ -609117,15 +609604,15 @@ "updateContext": null }, "value": "if", - "start": 29804, - "end": 29806, + "start": 32194, + "end": 32196, "loc": { "start": { - "line": 657, + "line": 699, "column": 8 }, "end": { - "line": 657, + "line": 699, "column": 10 } } @@ -609142,15 +609629,15 @@ "postfix": false, "binop": null }, - "start": 29807, - "end": 29808, + "start": 32197, + "end": 32198, "loc": { "start": { - "line": 657, + "line": 699, "column": 11 }, "end": { - "line": 657, + "line": 699, "column": 12 } } @@ -609170,15 +609657,15 @@ "updateContext": null }, "value": "typeof", - "start": 29809, - "end": 29815, + "start": 32199, + "end": 32205, "loc": { "start": { - "line": 657, + "line": 699, "column": 13 }, "end": { - "line": 657, + "line": 699, "column": 19 } } @@ -609196,15 +609683,15 @@ "binop": null }, "value": "str_like_params", - "start": 29816, - "end": 29831, + "start": 32206, + "end": 32221, "loc": { "start": { - "line": 657, + "line": 699, "column": 20 }, "end": { - "line": 657, + "line": 699, "column": 35 } } @@ -609223,15 +609710,15 @@ "updateContext": null }, "value": "===", - "start": 29832, - "end": 29835, + "start": 32222, + "end": 32225, "loc": { "start": { - "line": 657, + "line": 699, "column": 36 }, "end": { - "line": 657, + "line": 699, "column": 39 } } @@ -609250,15 +609737,15 @@ "updateContext": null }, "value": "string", - "start": 29836, - "end": 29844, + "start": 32226, + "end": 32234, "loc": { "start": { - "line": 657, + "line": 699, "column": 40 }, "end": { - "line": 657, + "line": 699, "column": 48 } } @@ -609277,15 +609764,15 @@ "updateContext": null }, "value": "&&", - "start": 29845, - "end": 29847, + "start": 32235, + "end": 32237, "loc": { "start": { - "line": 657, + "line": 699, "column": 49 }, "end": { - "line": 657, + "line": 699, "column": 51 } } @@ -609303,15 +609790,15 @@ "binop": null }, "value": "str_like_params", - "start": 29848, - "end": 29863, + "start": 32238, + "end": 32253, "loc": { "start": { - "line": 657, + "line": 699, "column": 52 }, "end": { - "line": 657, + "line": 699, "column": 67 } } @@ -609328,15 +609815,15 @@ "postfix": false, "binop": null }, - "start": 29864, - "end": 29865, + "start": 32254, + "end": 32255, "loc": { "start": { - "line": 657, + "line": 699, "column": 68 }, "end": { - "line": 657, + "line": 699, "column": 69 } } @@ -609353,15 +609840,15 @@ "postfix": false, "binop": null }, - "start": 29866, - "end": 29867, + "start": 32256, + "end": 32257, "loc": { "start": { - "line": 657, + "line": 699, "column": 70 }, "end": { - "line": 657, + "line": 699, "column": 71 } } @@ -609381,15 +609868,15 @@ "updateContext": null }, "value": "try", - "start": 29880, - "end": 29883, + "start": 32270, + "end": 32273, "loc": { "start": { - "line": 658, + "line": 700, "column": 12 }, "end": { - "line": 658, + "line": 700, "column": 15 } } @@ -609406,15 +609893,15 @@ "postfix": false, "binop": null }, - "start": 29884, - "end": 29885, + "start": 32274, + "end": 32275, "loc": { "start": { - "line": 658, + "line": 700, "column": 16 }, "end": { - "line": 658, + "line": 700, "column": 17 } } @@ -609432,15 +609919,15 @@ "binop": null }, "value": "params", - "start": 29902, - "end": 29908, + "start": 32292, + "end": 32298, "loc": { "start": { - "line": 659, + "line": 701, "column": 16 }, "end": { - "line": 659, + "line": 701, "column": 22 } } @@ -609459,15 +609946,15 @@ "updateContext": null }, "value": "=", - "start": 29909, - "end": 29910, + "start": 32299, + "end": 32300, "loc": { "start": { - "line": 659, + "line": 701, "column": 23 }, "end": { - "line": 659, + "line": 701, "column": 24 } } @@ -609485,15 +609972,15 @@ "binop": null }, "value": "JSON", - "start": 29911, - "end": 29915, + "start": 32301, + "end": 32305, "loc": { "start": { - "line": 659, + "line": 701, "column": 25 }, "end": { - "line": 659, + "line": 701, "column": 29 } } @@ -609511,15 +609998,15 @@ "binop": null, "updateContext": null }, - "start": 29915, - "end": 29916, + "start": 32305, + "end": 32306, "loc": { "start": { - "line": 659, + "line": 701, "column": 29 }, "end": { - "line": 659, + "line": 701, "column": 30 } } @@ -609537,15 +610024,15 @@ "binop": null }, "value": "parse", - "start": 29916, - "end": 29921, + "start": 32306, + "end": 32311, "loc": { "start": { - "line": 659, + "line": 701, "column": 30 }, "end": { - "line": 659, + "line": 701, "column": 35 } } @@ -609562,15 +610049,15 @@ "postfix": false, "binop": null }, - "start": 29921, - "end": 29922, + "start": 32311, + "end": 32312, "loc": { "start": { - "line": 659, + "line": 701, "column": 35 }, "end": { - "line": 659, + "line": 701, "column": 36 } } @@ -609588,15 +610075,15 @@ "binop": null }, "value": "JSON", - "start": 29923, - "end": 29927, + "start": 32313, + "end": 32317, "loc": { "start": { - "line": 659, + "line": 701, "column": 37 }, "end": { - "line": 659, + "line": 701, "column": 41 } } @@ -609614,15 +610101,15 @@ "binop": null, "updateContext": null }, - "start": 29927, - "end": 29928, + "start": 32317, + "end": 32318, "loc": { "start": { - "line": 659, + "line": 701, "column": 41 }, "end": { - "line": 659, + "line": 701, "column": 42 } } @@ -609640,15 +610127,15 @@ "binop": null }, "value": "stringify", - "start": 29928, - "end": 29937, + "start": 32318, + "end": 32327, "loc": { "start": { - "line": 659, + "line": 701, "column": 42 }, "end": { - "line": 659, + "line": 701, "column": 51 } } @@ -609665,15 +610152,15 @@ "postfix": false, "binop": null }, - "start": 29937, - "end": 29938, + "start": 32327, + "end": 32328, "loc": { "start": { - "line": 659, + "line": 701, "column": 51 }, "end": { - "line": 659, + "line": 701, "column": 52 } } @@ -609690,15 +610177,15 @@ "postfix": false, "binop": null }, - "start": 29939, - "end": 29940, + "start": 32329, + "end": 32330, "loc": { "start": { - "line": 659, + "line": 701, "column": 53 }, "end": { - "line": 659, + "line": 701, "column": 54 } } @@ -609718,15 +610205,15 @@ "updateContext": null }, "value": "new", - "start": 29941, - "end": 29944, + "start": 32331, + "end": 32334, "loc": { "start": { - "line": 659, + "line": 701, "column": 55 }, "end": { - "line": 659, + "line": 701, "column": 58 } } @@ -609744,15 +610231,15 @@ "binop": null }, "value": "Function", - "start": 29945, - "end": 29953, + "start": 32335, + "end": 32343, "loc": { "start": { - "line": 659, + "line": 701, "column": 59 }, "end": { - "line": 659, + "line": 701, "column": 67 } } @@ -609769,15 +610256,15 @@ "postfix": false, "binop": null }, - "start": 29953, - "end": 29954, + "start": 32343, + "end": 32344, "loc": { "start": { - "line": 659, + "line": 701, "column": 67 }, "end": { - "line": 659, + "line": 701, "column": 68 } } @@ -609794,15 +610281,15 @@ "postfix": false, "binop": null }, - "start": 29955, - "end": 29956, + "start": 32345, + "end": 32346, "loc": { "start": { - "line": 659, + "line": 701, "column": 69 }, "end": { - "line": 659, + "line": 701, "column": 70 } } @@ -609821,15 +610308,15 @@ "updateContext": null }, "value": "return ", - "start": 29956, - "end": 29963, + "start": 32346, + "end": 32353, "loc": { "start": { - "line": 659, + "line": 701, "column": 70 }, "end": { - "line": 659, + "line": 701, "column": 77 } } @@ -609846,15 +610333,15 @@ "postfix": false, "binop": null }, - "start": 29963, - "end": 29965, + "start": 32353, + "end": 32355, "loc": { "start": { - "line": 659, + "line": 701, "column": 77 }, "end": { - "line": 659, + "line": 701, "column": 79 } } @@ -609872,15 +610359,15 @@ "binop": null }, "value": "str_like_params", - "start": 29965, - "end": 29980, + "start": 32355, + "end": 32370, "loc": { "start": { - "line": 659, + "line": 701, "column": 79 }, "end": { - "line": 659, + "line": 701, "column": 94 } } @@ -609897,15 +610384,15 @@ "postfix": false, "binop": null }, - "start": 29980, - "end": 29981, + "start": 32370, + "end": 32371, "loc": { "start": { - "line": 659, + "line": 701, "column": 94 }, "end": { - "line": 659, + "line": 701, "column": 95 } } @@ -609924,15 +610411,15 @@ "updateContext": null }, "value": "", - "start": 29981, - "end": 29981, + "start": 32371, + "end": 32371, "loc": { "start": { - "line": 659, + "line": 701, "column": 95 }, "end": { - "line": 659, + "line": 701, "column": 95 } } @@ -609949,15 +610436,15 @@ "postfix": false, "binop": null }, - "start": 29981, - "end": 29982, + "start": 32371, + "end": 32372, "loc": { "start": { - "line": 659, + "line": 701, "column": 95 }, "end": { - "line": 659, + "line": 701, "column": 96 } } @@ -609974,15 +610461,15 @@ "postfix": false, "binop": null }, - "start": 29983, - "end": 29984, + "start": 32373, + "end": 32374, "loc": { "start": { - "line": 659, + "line": 701, "column": 97 }, "end": { - "line": 659, + "line": 701, "column": 98 } } @@ -609999,15 +610486,15 @@ "postfix": false, "binop": null }, - "start": 29985, - "end": 29986, + "start": 32375, + "end": 32376, "loc": { "start": { - "line": 659, + "line": 701, "column": 99 }, "end": { - "line": 659, + "line": 701, "column": 100 } } @@ -610024,15 +610511,15 @@ "postfix": false, "binop": null }, - "start": 29986, - "end": 29987, + "start": 32376, + "end": 32377, "loc": { "start": { - "line": 659, + "line": 701, "column": 100 }, "end": { - "line": 659, + "line": 701, "column": 101 } } @@ -610049,15 +610536,15 @@ "postfix": false, "binop": null }, - "start": 29987, - "end": 29988, + "start": 32377, + "end": 32378, "loc": { "start": { - "line": 659, + "line": 701, "column": 101 }, "end": { - "line": 659, + "line": 701, "column": 102 } } @@ -610074,15 +610561,15 @@ "postfix": false, "binop": null }, - "start": 29989, - "end": 29990, + "start": 32379, + "end": 32380, "loc": { "start": { - "line": 659, + "line": 701, "column": 103 }, "end": { - "line": 659, + "line": 701, "column": 104 } } @@ -610099,15 +610586,15 @@ "postfix": false, "binop": null }, - "start": 29991, - "end": 29992, + "start": 32381, + "end": 32382, "loc": { "start": { - "line": 659, + "line": 701, "column": 105 }, "end": { - "line": 659, + "line": 701, "column": 106 } } @@ -610127,15 +610614,15 @@ "updateContext": null }, "value": "if", - "start": 30009, - "end": 30011, + "start": 32399, + "end": 32401, "loc": { "start": { - "line": 660, + "line": 702, "column": 16 }, "end": { - "line": 660, + "line": 702, "column": 18 } } @@ -610152,15 +610639,15 @@ "postfix": false, "binop": null }, - "start": 30012, - "end": 30013, + "start": 32402, + "end": 32403, "loc": { "start": { - "line": 660, + "line": 702, "column": 19 }, "end": { - "line": 660, + "line": 702, "column": 20 } } @@ -610178,15 +610665,15 @@ "binop": null }, "value": "params", - "start": 30014, - "end": 30020, + "start": 32404, + "end": 32410, "loc": { "start": { - "line": 660, + "line": 702, "column": 21 }, "end": { - "line": 660, + "line": 702, "column": 27 } } @@ -610204,15 +610691,15 @@ "binop": null, "updateContext": null }, - "start": 30020, - "end": 30021, + "start": 32410, + "end": 32411, "loc": { "start": { - "line": 660, + "line": 702, "column": 27 }, "end": { - "line": 660, + "line": 702, "column": 28 } } @@ -610230,15 +610717,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 30021, - "end": 30035, + "start": 32411, + "end": 32425, "loc": { "start": { - "line": 660, + "line": 702, "column": 28 }, "end": { - "line": 660, + "line": 702, "column": 42 } } @@ -610255,15 +610742,15 @@ "postfix": false, "binop": null }, - "start": 30035, - "end": 30036, + "start": 32425, + "end": 32426, "loc": { "start": { - "line": 660, + "line": 702, "column": 42 }, "end": { - "line": 660, + "line": 702, "column": 43 } } @@ -610282,15 +610769,15 @@ "updateContext": null }, "value": "extend", - "start": 30037, - "end": 30045, + "start": 32427, + "end": 32435, "loc": { "start": { - "line": 660, + "line": 702, "column": 44 }, "end": { - "line": 660, + "line": 702, "column": 52 } } @@ -610307,15 +610794,15 @@ "postfix": false, "binop": null }, - "start": 30046, - "end": 30047, + "start": 32436, + "end": 32437, "loc": { "start": { - "line": 660, + "line": 702, "column": 53 }, "end": { - "line": 660, + "line": 702, "column": 54 } } @@ -610332,15 +610819,15 @@ "postfix": false, "binop": null }, - "start": 30048, - "end": 30049, + "start": 32438, + "end": 32439, "loc": { "start": { - "line": 660, + "line": 702, "column": 55 }, "end": { - "line": 660, + "line": 702, "column": 56 } } @@ -610357,15 +610844,15 @@ "postfix": false, "binop": null }, - "start": 30050, - "end": 30051, + "start": 32440, + "end": 32441, "loc": { "start": { - "line": 660, + "line": 702, "column": 57 }, "end": { - "line": 660, + "line": 702, "column": 58 } } @@ -610383,15 +610870,15 @@ "binop": null }, "value": "params", - "start": 30072, - "end": 30078, + "start": 32462, + "end": 32468, "loc": { "start": { - "line": 661, + "line": 703, "column": 20 }, "end": { - "line": 661, + "line": 703, "column": 26 } } @@ -610409,15 +610896,15 @@ "binop": null, "updateContext": null }, - "start": 30078, - "end": 30079, + "start": 32468, + "end": 32469, "loc": { "start": { - "line": 661, + "line": 703, "column": 26 }, "end": { - "line": 661, + "line": 703, "column": 27 } } @@ -610435,15 +610922,15 @@ "binop": null }, "value": "extend", - "start": 30079, - "end": 30085, + "start": 32469, + "end": 32475, "loc": { "start": { - "line": 661, + "line": 703, "column": 27 }, "end": { - "line": 661, + "line": 703, "column": 33 } } @@ -610462,15 +610949,15 @@ "updateContext": null }, "value": "=", - "start": 30086, - "end": 30087, + "start": 32476, + "end": 32477, "loc": { "start": { - "line": 661, + "line": 703, "column": 34 }, "end": { - "line": 661, + "line": 703, "column": 35 } } @@ -610488,15 +610975,15 @@ "binop": null }, "value": "JSON", - "start": 30088, - "end": 30092, + "start": 32478, + "end": 32482, "loc": { "start": { - "line": 661, + "line": 703, "column": 36 }, "end": { - "line": 661, + "line": 703, "column": 40 } } @@ -610514,15 +611001,15 @@ "binop": null, "updateContext": null }, - "start": 30092, - "end": 30093, + "start": 32482, + "end": 32483, "loc": { "start": { - "line": 661, + "line": 703, "column": 40 }, "end": { - "line": 661, + "line": 703, "column": 41 } } @@ -610540,15 +611027,15 @@ "binop": null }, "value": "parse", - "start": 30093, - "end": 30098, + "start": 32483, + "end": 32488, "loc": { "start": { - "line": 661, + "line": 703, "column": 41 }, "end": { - "line": 661, + "line": 703, "column": 46 } } @@ -610565,15 +611052,15 @@ "postfix": false, "binop": null }, - "start": 30098, - "end": 30099, + "start": 32488, + "end": 32489, "loc": { "start": { - "line": 661, + "line": 703, "column": 46 }, "end": { - "line": 661, + "line": 703, "column": 47 } } @@ -610591,15 +611078,15 @@ "binop": null }, "value": "JSON", - "start": 30100, - "end": 30104, + "start": 32490, + "end": 32494, "loc": { "start": { - "line": 661, + "line": 703, "column": 48 }, "end": { - "line": 661, + "line": 703, "column": 52 } } @@ -610617,15 +611104,15 @@ "binop": null, "updateContext": null }, - "start": 30104, - "end": 30105, + "start": 32494, + "end": 32495, "loc": { "start": { - "line": 661, + "line": 703, "column": 52 }, "end": { - "line": 661, + "line": 703, "column": 53 } } @@ -610643,15 +611130,15 @@ "binop": null }, "value": "stringify", - "start": 30105, - "end": 30114, + "start": 32495, + "end": 32504, "loc": { "start": { - "line": 661, + "line": 703, "column": 53 }, "end": { - "line": 661, + "line": 703, "column": 62 } } @@ -610668,15 +611155,15 @@ "postfix": false, "binop": null }, - "start": 30114, - "end": 30115, + "start": 32504, + "end": 32505, "loc": { "start": { - "line": 661, + "line": 703, "column": 62 }, "end": { - "line": 661, + "line": 703, "column": 63 } } @@ -610693,15 +611180,15 @@ "postfix": false, "binop": null }, - "start": 30116, - "end": 30117, + "start": 32506, + "end": 32507, "loc": { "start": { - "line": 661, + "line": 703, "column": 64 }, "end": { - "line": 661, + "line": 703, "column": 65 } } @@ -610721,15 +611208,15 @@ "updateContext": null }, "value": "new", - "start": 30118, - "end": 30121, + "start": 32508, + "end": 32511, "loc": { "start": { - "line": 661, + "line": 703, "column": 66 }, "end": { - "line": 661, + "line": 703, "column": 69 } } @@ -610747,15 +611234,15 @@ "binop": null }, "value": "Function", - "start": 30122, - "end": 30130, + "start": 32512, + "end": 32520, "loc": { "start": { - "line": 661, + "line": 703, "column": 70 }, "end": { - "line": 661, + "line": 703, "column": 78 } } @@ -610772,15 +611259,15 @@ "postfix": false, "binop": null }, - "start": 30130, - "end": 30131, + "start": 32520, + "end": 32521, "loc": { "start": { - "line": 661, + "line": 703, "column": 78 }, "end": { - "line": 661, + "line": 703, "column": 79 } } @@ -610797,15 +611284,15 @@ "postfix": false, "binop": null }, - "start": 30132, - "end": 30133, + "start": 32522, + "end": 32523, "loc": { "start": { - "line": 661, + "line": 703, "column": 80 }, "end": { - "line": 661, + "line": 703, "column": 81 } } @@ -610824,15 +611311,15 @@ "updateContext": null }, "value": "return ", - "start": 30133, - "end": 30140, + "start": 32523, + "end": 32530, "loc": { "start": { - "line": 661, + "line": 703, "column": 81 }, "end": { - "line": 661, + "line": 703, "column": 88 } } @@ -610849,15 +611336,15 @@ "postfix": false, "binop": null }, - "start": 30140, - "end": 30142, + "start": 32530, + "end": 32532, "loc": { "start": { - "line": 661, + "line": 703, "column": 88 }, "end": { - "line": 661, + "line": 703, "column": 90 } } @@ -610875,15 +611362,15 @@ "binop": null }, "value": "params", - "start": 30142, - "end": 30148, + "start": 32532, + "end": 32538, "loc": { "start": { - "line": 661, + "line": 703, "column": 90 }, "end": { - "line": 661, + "line": 703, "column": 96 } } @@ -610901,15 +611388,15 @@ "binop": null, "updateContext": null }, - "start": 30148, - "end": 30149, + "start": 32538, + "end": 32539, "loc": { "start": { - "line": 661, + "line": 703, "column": 96 }, "end": { - "line": 661, + "line": 703, "column": 97 } } @@ -610927,15 +611414,15 @@ "binop": null }, "value": "extend", - "start": 30149, - "end": 30155, + "start": 32539, + "end": 32545, "loc": { "start": { - "line": 661, + "line": 703, "column": 97 }, "end": { - "line": 661, + "line": 703, "column": 103 } } @@ -610952,15 +611439,15 @@ "postfix": false, "binop": null }, - "start": 30155, - "end": 30156, + "start": 32545, + "end": 32546, "loc": { "start": { - "line": 661, + "line": 703, "column": 103 }, "end": { - "line": 661, + "line": 703, "column": 104 } } @@ -610979,15 +611466,15 @@ "updateContext": null }, "value": "", - "start": 30156, - "end": 30156, + "start": 32546, + "end": 32546, "loc": { "start": { - "line": 661, + "line": 703, "column": 104 }, "end": { - "line": 661, + "line": 703, "column": 104 } } @@ -611004,15 +611491,15 @@ "postfix": false, "binop": null }, - "start": 30156, - "end": 30157, + "start": 32546, + "end": 32547, "loc": { "start": { - "line": 661, + "line": 703, "column": 104 }, "end": { - "line": 661, + "line": 703, "column": 105 } } @@ -611029,15 +611516,15 @@ "postfix": false, "binop": null }, - "start": 30158, - "end": 30159, + "start": 32548, + "end": 32549, "loc": { "start": { - "line": 661, + "line": 703, "column": 106 }, "end": { - "line": 661, + "line": 703, "column": 107 } } @@ -611054,15 +611541,15 @@ "postfix": false, "binop": null }, - "start": 30160, - "end": 30161, + "start": 32550, + "end": 32551, "loc": { "start": { - "line": 661, + "line": 703, "column": 108 }, "end": { - "line": 661, + "line": 703, "column": 109 } } @@ -611079,15 +611566,15 @@ "postfix": false, "binop": null }, - "start": 30161, - "end": 30162, + "start": 32551, + "end": 32552, "loc": { "start": { - "line": 661, + "line": 703, "column": 109 }, "end": { - "line": 661, + "line": 703, "column": 110 } } @@ -611104,15 +611591,15 @@ "postfix": false, "binop": null }, - "start": 30162, - "end": 30163, + "start": 32552, + "end": 32553, "loc": { "start": { - "line": 661, + "line": 703, "column": 110 }, "end": { - "line": 661, + "line": 703, "column": 111 } } @@ -611129,15 +611616,15 @@ "postfix": false, "binop": null }, - "start": 30164, - "end": 30165, + "start": 32554, + "end": 32555, "loc": { "start": { - "line": 661, + "line": 703, "column": 112 }, "end": { - "line": 661, + "line": 703, "column": 113 } } @@ -611154,15 +611641,15 @@ "postfix": false, "binop": null }, - "start": 30166, - "end": 30167, + "start": 32556, + "end": 32557, "loc": { "start": { - "line": 661, + "line": 703, "column": 114 }, "end": { - "line": 661, + "line": 703, "column": 115 } } @@ -611179,15 +611666,15 @@ "postfix": false, "binop": null }, - "start": 30184, - "end": 30185, + "start": 32574, + "end": 32575, "loc": { "start": { - "line": 662, + "line": 704, "column": 16 }, "end": { - "line": 662, + "line": 704, "column": 17 } } @@ -611204,15 +611691,15 @@ "postfix": false, "binop": null }, - "start": 30198, - "end": 30199, + "start": 32588, + "end": 32589, "loc": { "start": { - "line": 663, + "line": 705, "column": 12 }, "end": { - "line": 663, + "line": 705, "column": 13 } } @@ -611232,15 +611719,15 @@ "updateContext": null }, "value": "catch", - "start": 30200, - "end": 30205, + "start": 32590, + "end": 32595, "loc": { "start": { - "line": 663, + "line": 705, "column": 14 }, "end": { - "line": 663, + "line": 705, "column": 19 } } @@ -611257,15 +611744,15 @@ "postfix": false, "binop": null }, - "start": 30205, - "end": 30206, + "start": 32595, + "end": 32596, "loc": { "start": { - "line": 663, + "line": 705, "column": 19 }, "end": { - "line": 663, + "line": 705, "column": 20 } } @@ -611283,15 +611770,15 @@ "binop": null }, "value": "e", - "start": 30207, - "end": 30208, + "start": 32597, + "end": 32598, "loc": { "start": { - "line": 663, + "line": 705, "column": 21 }, "end": { - "line": 663, + "line": 705, "column": 22 } } @@ -611308,15 +611795,15 @@ "postfix": false, "binop": null }, - "start": 30209, - "end": 30210, + "start": 32599, + "end": 32600, "loc": { "start": { - "line": 663, + "line": 705, "column": 23 }, "end": { - "line": 663, + "line": 705, "column": 24 } } @@ -611333,15 +611820,15 @@ "postfix": false, "binop": null }, - "start": 30211, - "end": 30212, + "start": 32601, + "end": 32602, "loc": { "start": { - "line": 663, + "line": 705, "column": 25 }, "end": { - "line": 663, + "line": 705, "column": 26 } } @@ -611359,15 +611846,15 @@ "binop": null }, "value": "console", - "start": 30229, - "end": 30236, + "start": 32619, + "end": 32626, "loc": { "start": { - "line": 664, + "line": 706, "column": 16 }, "end": { - "line": 664, + "line": 706, "column": 23 } } @@ -611385,15 +611872,15 @@ "binop": null, "updateContext": null }, - "start": 30236, - "end": 30237, + "start": 32626, + "end": 32627, "loc": { "start": { - "line": 664, + "line": 706, "column": 23 }, "end": { - "line": 664, + "line": 706, "column": 24 } } @@ -611411,15 +611898,15 @@ "binop": null }, "value": "warn", - "start": 30237, - "end": 30241, + "start": 32627, + "end": 32631, "loc": { "start": { - "line": 664, + "line": 706, "column": 24 }, "end": { - "line": 664, + "line": 706, "column": 28 } } @@ -611436,15 +611923,15 @@ "postfix": false, "binop": null }, - "start": 30241, - "end": 30242, + "start": 32631, + "end": 32632, "loc": { "start": { - "line": 664, + "line": 706, "column": 28 }, "end": { - "line": 664, + "line": 706, "column": 29 } } @@ -611463,15 +611950,15 @@ "updateContext": null }, "value": "Can not parse to object therefor invalid param.", - "start": 30243, - "end": 30292, + "start": 32633, + "end": 32682, "loc": { "start": { - "line": 664, + "line": 706, "column": 30 }, "end": { - "line": 664, + "line": 706, "column": 79 } } @@ -611488,15 +611975,15 @@ "postfix": false, "binop": null }, - "start": 30293, - "end": 30294, + "start": 32683, + "end": 32684, "loc": { "start": { - "line": 664, + "line": 706, "column": 80 }, "end": { - "line": 664, + "line": 706, "column": 81 } } @@ -611513,15 +612000,15 @@ "postfix": false, "binop": null }, - "start": 30307, - "end": 30308, + "start": 32697, + "end": 32698, "loc": { "start": { - "line": 665, + "line": 707, "column": 12 }, "end": { - "line": 665, + "line": 707, "column": 13 } } @@ -611538,15 +612025,15 @@ "postfix": false, "binop": null }, - "start": 30317, - "end": 30318, + "start": 32707, + "end": 32708, "loc": { "start": { - "line": 666, + "line": 708, "column": 8 }, "end": { - "line": 666, + "line": 708, "column": 9 } } @@ -611566,15 +612053,15 @@ "updateContext": null }, "value": "return", - "start": 30327, - "end": 30333, + "start": 32717, + "end": 32723, "loc": { "start": { - "line": 667, + "line": 709, "column": 8 }, "end": { - "line": 667, + "line": 709, "column": 14 } } @@ -611592,15 +612079,15 @@ "binop": null }, "value": "params", - "start": 30334, - "end": 30340, + "start": 32724, + "end": 32730, "loc": { "start": { - "line": 667, + "line": 709, "column": 15 }, "end": { - "line": 667, + "line": 709, "column": 21 } } @@ -611617,15 +612104,15 @@ "postfix": false, "binop": null }, - "start": 30345, - "end": 30346, + "start": 32735, + "end": 32736, "loc": { "start": { - "line": 668, + "line": 710, "column": 4 }, "end": { - "line": 668, + "line": 710, "column": 5 } } @@ -611633,15 +612120,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n ", - "start": 30356, - "end": 30458, + "start": 32746, + "end": 32848, "loc": { "start": { - "line": 670, + "line": 712, "column": 4 }, "end": { - "line": 674, + "line": 716, "column": 7 } } @@ -611659,15 +612146,15 @@ "binop": null }, "value": "_getPluggableRows", - "start": 30463, - "end": 30480, + "start": 32853, + "end": 32870, "loc": { "start": { - "line": 675, + "line": 717, "column": 4 }, "end": { - "line": 675, + "line": 717, "column": 21 } } @@ -611684,15 +612171,15 @@ "postfix": false, "binop": null }, - "start": 30480, - "end": 30481, + "start": 32870, + "end": 32871, "loc": { "start": { - "line": 675, + "line": 717, "column": 21 }, "end": { - "line": 675, + "line": 717, "column": 22 } } @@ -611709,15 +612196,15 @@ "postfix": false, "binop": null }, - "start": 30481, - "end": 30482, + "start": 32871, + "end": 32872, "loc": { "start": { - "line": 675, + "line": 717, "column": 22 }, "end": { - "line": 675, + "line": 717, "column": 23 } } @@ -611734,15 +612221,15 @@ "postfix": false, "binop": null }, - "start": 30483, - "end": 30484, + "start": 32873, + "end": 32874, "loc": { "start": { - "line": 675, + "line": 717, "column": 24 }, "end": { - "line": 675, + "line": 717, "column": 25 } } @@ -611762,15 +612249,15 @@ "updateContext": null }, "value": "let", - "start": 30493, - "end": 30496, + "start": 32883, + "end": 32886, "loc": { "start": { - "line": 676, + "line": 718, "column": 8 }, "end": { - "line": 676, + "line": 718, "column": 11 } } @@ -611788,15 +612275,15 @@ "binop": null }, "value": "_opts", - "start": 30497, - "end": 30502, + "start": 32887, + "end": 32892, "loc": { "start": { - "line": 676, + "line": 718, "column": 12 }, "end": { - "line": 676, + "line": 718, "column": 17 } } @@ -611815,15 +612302,15 @@ "updateContext": null }, "value": "=", - "start": 30508, - "end": 30509, + "start": 32898, + "end": 32899, "loc": { "start": { - "line": 676, + "line": 718, "column": 23 }, "end": { - "line": 676, + "line": 718, "column": 24 } } @@ -611843,15 +612330,15 @@ "updateContext": null }, "value": "this", - "start": 30510, - "end": 30514, + "start": 32900, + "end": 32904, "loc": { "start": { - "line": 676, + "line": 718, "column": 25 }, "end": { - "line": 676, + "line": 718, "column": 29 } } @@ -611869,15 +612356,15 @@ "binop": null, "updateContext": null }, - "start": 30514, - "end": 30515, + "start": 32904, + "end": 32905, "loc": { "start": { - "line": 676, + "line": 718, "column": 29 }, "end": { - "line": 676, + "line": 718, "column": 30 } } @@ -611895,15 +612382,15 @@ "binop": null }, "value": "_config", - "start": 30515, - "end": 30522, + "start": 32905, + "end": 32912, "loc": { "start": { - "line": 676, + "line": 718, "column": 30 }, "end": { - "line": 676, + "line": 718, "column": 37 } } @@ -611921,15 +612408,15 @@ "binop": null, "updateContext": null }, - "start": 30522, - "end": 30523, + "start": 32912, + "end": 32913, "loc": { "start": { - "line": 676, + "line": 718, "column": 37 }, "end": { - "line": 676, + "line": 718, "column": 38 } } @@ -611947,15 +612434,15 @@ "binop": null }, "value": "fixed_rows", - "start": 30536, - "end": 30546, + "start": 32926, + "end": 32936, "loc": { "start": { - "line": 677, + "line": 719, "column": 12 }, "end": { - "line": 677, + "line": 719, "column": 22 } } @@ -611974,15 +612461,15 @@ "updateContext": null }, "value": "=", - "start": 30547, - "end": 30548, + "start": 32937, + "end": 32938, "loc": { "start": { - "line": 677, + "line": 719, "column": 23 }, "end": { - "line": 677, + "line": 719, "column": 24 } } @@ -612002,15 +612489,15 @@ "updateContext": null }, "value": "this", - "start": 30549, - "end": 30553, + "start": 32939, + "end": 32943, "loc": { "start": { - "line": 677, + "line": 719, "column": 25 }, "end": { - "line": 677, + "line": 719, "column": 29 } } @@ -612028,15 +612515,15 @@ "binop": null, "updateContext": null }, - "start": 30553, - "end": 30554, + "start": 32943, + "end": 32944, "loc": { "start": { - "line": 677, + "line": 719, "column": 29 }, "end": { - "line": 677, + "line": 719, "column": 30 } } @@ -612054,15 +612541,15 @@ "binop": null }, "value": "supplement", - "start": 30554, - "end": 30564, + "start": 32944, + "end": 32954, "loc": { "start": { - "line": 677, + "line": 719, "column": 30 }, "end": { - "line": 677, + "line": 719, "column": 40 } } @@ -612079,15 +612566,15 @@ "postfix": false, "binop": null }, - "start": 30564, - "end": 30565, + "start": 32954, + "end": 32955, "loc": { "start": { - "line": 677, + "line": 719, "column": 40 }, "end": { - "line": 677, + "line": 719, "column": 41 } } @@ -612106,15 +612593,15 @@ "updateContext": null }, "value": "auto", - "start": 30566, - "end": 30572, + "start": 32956, + "end": 32962, "loc": { "start": { - "line": 677, + "line": 719, "column": 42 }, "end": { - "line": 677, + "line": 719, "column": 48 } } @@ -612132,15 +612619,15 @@ "binop": null, "updateContext": null }, - "start": 30572, - "end": 30573, + "start": 32962, + "end": 32963, "loc": { "start": { - "line": 677, + "line": 719, "column": 48 }, "end": { - "line": 677, + "line": 719, "column": 49 } } @@ -612158,15 +612645,15 @@ "binop": null }, "value": "_opts", - "start": 30574, - "end": 30579, + "start": 32964, + "end": 32969, "loc": { "start": { - "line": 677, + "line": 719, "column": 50 }, "end": { - "line": 677, + "line": 719, "column": 55 } } @@ -612184,15 +612671,15 @@ "binop": null, "updateContext": null }, - "start": 30579, - "end": 30580, + "start": 32969, + "end": 32970, "loc": { "start": { - "line": 677, + "line": 719, "column": 55 }, "end": { - "line": 677, + "line": 719, "column": 56 } } @@ -612210,15 +612697,15 @@ "binop": null }, "value": "rows", - "start": 30580, - "end": 30584, + "start": 32970, + "end": 32974, "loc": { "start": { - "line": 677, + "line": 719, "column": 56 }, "end": { - "line": 677, + "line": 719, "column": 60 } } @@ -612236,15 +612723,15 @@ "binop": null, "updateContext": null }, - "start": 30584, - "end": 30585, + "start": 32974, + "end": 32975, "loc": { "start": { - "line": 677, + "line": 719, "column": 60 }, "end": { - "line": 677, + "line": 719, "column": 61 } } @@ -612264,15 +612751,15 @@ "updateContext": null }, "value": "this", - "start": 30586, - "end": 30590, + "start": 32976, + "end": 32980, "loc": { "start": { - "line": 677, + "line": 719, "column": 62 }, "end": { - "line": 677, + "line": 719, "column": 66 } } @@ -612290,15 +612777,15 @@ "binop": null, "updateContext": null }, - "start": 30590, - "end": 30591, + "start": 32980, + "end": 32981, "loc": { "start": { - "line": 677, + "line": 719, "column": 66 }, "end": { - "line": 677, + "line": 719, "column": 67 } } @@ -612316,15 +612803,15 @@ "binop": null }, "value": "validateNumeric", - "start": 30591, - "end": 30606, + "start": 32981, + "end": 32996, "loc": { "start": { - "line": 677, + "line": 719, "column": 67 }, "end": { - "line": 677, + "line": 719, "column": 82 } } @@ -612341,15 +612828,15 @@ "postfix": false, "binop": null }, - "start": 30607, - "end": 30608, + "start": 32997, + "end": 32998, "loc": { "start": { - "line": 677, + "line": 719, "column": 83 }, "end": { - "line": 677, + "line": 719, "column": 84 } } @@ -612369,15 +612856,15 @@ "updateContext": null }, "value": "if", - "start": 30626, - "end": 30628, + "start": 33016, + "end": 33018, "loc": { "start": { - "line": 679, + "line": 721, "column": 8 }, "end": { - "line": 679, + "line": 721, "column": 10 } } @@ -612394,15 +612881,15 @@ "postfix": false, "binop": null }, - "start": 30629, - "end": 30630, + "start": 33019, + "end": 33020, "loc": { "start": { - "line": 679, + "line": 721, "column": 11 }, "end": { - "line": 679, + "line": 721, "column": 12 } } @@ -612420,15 +612907,15 @@ "binop": null }, "value": "fixed_rows", - "start": 30631, - "end": 30641, + "start": 33021, + "end": 33031, "loc": { "start": { - "line": 679, + "line": 721, "column": 13 }, "end": { - "line": 679, + "line": 721, "column": 23 } } @@ -612447,15 +612934,15 @@ "updateContext": null }, "value": "===", - "start": 30642, - "end": 30645, + "start": 33032, + "end": 33035, "loc": { "start": { - "line": 679, + "line": 721, "column": 24 }, "end": { - "line": 679, + "line": 721, "column": 27 } } @@ -612474,15 +612961,15 @@ "updateContext": null }, "value": "auto", - "start": 30646, - "end": 30652, + "start": 33036, + "end": 33042, "loc": { "start": { - "line": 679, + "line": 721, "column": 28 }, "end": { - "line": 679, + "line": 721, "column": 34 } } @@ -612499,15 +612986,15 @@ "postfix": false, "binop": null }, - "start": 30653, - "end": 30654, + "start": 33043, + "end": 33044, "loc": { "start": { - "line": 679, + "line": 721, "column": 35 }, "end": { - "line": 679, + "line": 721, "column": 36 } } @@ -612524,15 +613011,15 @@ "postfix": false, "binop": null }, - "start": 30655, - "end": 30656, + "start": 33045, + "end": 33046, "loc": { "start": { - "line": 679, + "line": 721, "column": 37 }, "end": { - "line": 679, + "line": 721, "column": 38 } } @@ -612550,15 +613037,15 @@ "binop": null }, "value": "fixed_rows", - "start": 30669, - "end": 30679, + "start": 33059, + "end": 33069, "loc": { "start": { - "line": 680, + "line": 722, "column": 12 }, "end": { - "line": 680, + "line": 722, "column": 22 } } @@ -612577,15 +613064,15 @@ "updateContext": null }, "value": "=", - "start": 30680, - "end": 30681, + "start": 33070, + "end": 33071, "loc": { "start": { - "line": 680, + "line": 722, "column": 23 }, "end": { - "line": 680, + "line": 722, "column": 24 } } @@ -612603,15 +613090,15 @@ "binop": null }, "value": "_opts", - "start": 30682, - "end": 30687, + "start": 33072, + "end": 33077, "loc": { "start": { - "line": 680, + "line": 722, "column": 25 }, "end": { - "line": 680, + "line": 722, "column": 30 } } @@ -612629,15 +613116,15 @@ "binop": null, "updateContext": null }, - "start": 30687, - "end": 30688, + "start": 33077, + "end": 33078, "loc": { "start": { - "line": 680, + "line": 722, "column": 30 }, "end": { - "line": 680, + "line": 722, "column": 31 } } @@ -612655,15 +613142,15 @@ "binop": null }, "value": "sidebar", - "start": 30688, - "end": 30695, + "start": 33078, + "end": 33085, "loc": { "start": { - "line": 680, + "line": 722, "column": 31 }, "end": { - "line": 680, + "line": 722, "column": 38 } } @@ -612681,15 +613168,15 @@ "binop": null, "updateContext": null }, - "start": 30695, - "end": 30696, + "start": 33085, + "end": 33086, "loc": { "start": { - "line": 680, + "line": 722, "column": 38 }, "end": { - "line": 680, + "line": 722, "column": 39 } } @@ -612707,15 +613194,15 @@ "binop": null }, "value": "list", - "start": 30696, - "end": 30700, + "start": 33086, + "end": 33090, "loc": { "start": { - "line": 680, + "line": 722, "column": 39 }, "end": { - "line": 680, + "line": 722, "column": 43 } } @@ -612733,15 +613220,15 @@ "binop": null, "updateContext": null }, - "start": 30700, - "end": 30701, + "start": 33090, + "end": 33091, "loc": { "start": { - "line": 680, + "line": 722, "column": 43 }, "end": { - "line": 680, + "line": 722, "column": 44 } } @@ -612759,15 +613246,15 @@ "binop": null }, "value": "length", - "start": 30701, - "end": 30707, + "start": 33091, + "end": 33097, "loc": { "start": { - "line": 680, + "line": 722, "column": 44 }, "end": { - "line": 680, + "line": 722, "column": 50 } } @@ -612784,15 +613271,15 @@ "postfix": false, "binop": null }, - "start": 30716, - "end": 30717, + "start": 33106, + "end": 33107, "loc": { "start": { - "line": 681, + "line": 723, "column": 8 }, "end": { - "line": 681, + "line": 723, "column": 9 } } @@ -612812,15 +613299,15 @@ "updateContext": null }, "value": "return", - "start": 30726, - "end": 30732, + "start": 33116, + "end": 33122, "loc": { "start": { - "line": 682, + "line": 724, "column": 8 }, "end": { - "line": 682, + "line": 724, "column": 14 } } @@ -612838,15 +613325,15 @@ "binop": null }, "value": "fixed_rows", - "start": 30733, - "end": 30743, + "start": 33123, + "end": 33133, "loc": { "start": { - "line": 682, + "line": 724, "column": 15 }, "end": { - "line": 682, + "line": 724, "column": 25 } } @@ -612865,15 +613352,15 @@ "updateContext": null }, "value": ">", - "start": 30744, - "end": 30745, + "start": 33134, + "end": 33135, "loc": { "start": { - "line": 682, + "line": 724, "column": 26 }, "end": { - "line": 682, + "line": 724, "column": 27 } } @@ -612892,15 +613379,15 @@ "updateContext": null }, "value": 0, - "start": 30746, - "end": 30747, + "start": 33136, + "end": 33137, "loc": { "start": { - "line": 682, + "line": 724, "column": 28 }, "end": { - "line": 682, + "line": 724, "column": 29 } } @@ -612918,15 +613405,15 @@ "binop": null, "updateContext": null }, - "start": 30748, - "end": 30749, + "start": 33138, + "end": 33139, "loc": { "start": { - "line": 682, + "line": 724, "column": 30 }, "end": { - "line": 682, + "line": 724, "column": 31 } } @@ -612944,15 +613431,15 @@ "binop": null }, "value": "fixed_rows", - "start": 30750, - "end": 30760, + "start": 33140, + "end": 33150, "loc": { "start": { - "line": 682, + "line": 724, "column": 32 }, "end": { - "line": 682, + "line": 724, "column": 42 } } @@ -612970,15 +613457,15 @@ "binop": null, "updateContext": null }, - "start": 30761, - "end": 30762, + "start": 33151, + "end": 33152, "loc": { "start": { - "line": 682, + "line": 724, "column": 43 }, "end": { - "line": 682, + "line": 724, "column": 44 } } @@ -612997,15 +613484,15 @@ "updateContext": null }, "value": 1, - "start": 30763, - "end": 30764, + "start": 33153, + "end": 33154, "loc": { "start": { - "line": 682, + "line": 724, "column": 45 }, "end": { - "line": 682, + "line": 724, "column": 46 } } @@ -613022,15 +613509,15 @@ "postfix": false, "binop": null }, - "start": 30769, - "end": 30770, + "start": 33159, + "end": 33160, "loc": { "start": { - "line": 683, + "line": 725, "column": 4 }, "end": { - "line": 683, + "line": 725, "column": 5 } } @@ -613038,15 +613525,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n ", - "start": 30780, - "end": 30997, + "start": 33170, + "end": 33387, "loc": { "start": { - "line": 685, + "line": 727, "column": 4 }, "end": { - "line": 690, + "line": 732, "column": 7 } } @@ -613064,15 +613551,15 @@ "binop": null }, "value": "_verifyScale", - "start": 31002, - "end": 31014, + "start": 33392, + "end": 33404, "loc": { "start": { - "line": 691, + "line": 733, "column": 4 }, "end": { - "line": 691, + "line": 733, "column": 16 } } @@ -613089,15 +613576,15 @@ "postfix": false, "binop": null }, - "start": 31014, - "end": 31015, + "start": 33404, + "end": 33405, "loc": { "start": { - "line": 691, + "line": 733, "column": 16 }, "end": { - "line": 691, + "line": 733, "column": 17 } } @@ -613115,15 +613602,15 @@ "binop": null }, "value": "scale", - "start": 31016, - "end": 31021, + "start": 33406, + "end": 33411, "loc": { "start": { - "line": 691, + "line": 733, "column": 18 }, "end": { - "line": 691, + "line": 733, "column": 23 } } @@ -613140,15 +613627,15 @@ "postfix": false, "binop": null }, - "start": 31022, - "end": 31023, + "start": 33412, + "end": 33413, "loc": { "start": { - "line": 691, + "line": 733, "column": 24 }, "end": { - "line": 691, + "line": 733, "column": 25 } } @@ -613165,15 +613652,15 @@ "postfix": false, "binop": null }, - "start": 31024, - "end": 31025, + "start": 33414, + "end": 33415, "loc": { "start": { - "line": 691, + "line": 733, "column": 26 }, "end": { - "line": 691, + "line": 733, "column": 27 } } @@ -613193,15 +613680,15 @@ "updateContext": null }, "value": "let", - "start": 31034, - "end": 31037, + "start": 33424, + "end": 33427, "loc": { "start": { - "line": 692, + "line": 734, "column": 8 }, "end": { - "line": 692, + "line": 734, "column": 11 } } @@ -613219,15 +613706,15 @@ "binop": null }, "value": "_opts", - "start": 31038, - "end": 31043, + "start": 33428, + "end": 33433, "loc": { "start": { - "line": 692, + "line": 734, "column": 12 }, "end": { - "line": 692, + "line": 734, "column": 17 } } @@ -613246,15 +613733,15 @@ "updateContext": null }, "value": "=", - "start": 31045, - "end": 31046, + "start": 33435, + "end": 33436, "loc": { "start": { - "line": 692, + "line": 734, "column": 19 }, "end": { - "line": 692, + "line": 734, "column": 20 } } @@ -613274,15 +613761,15 @@ "updateContext": null }, "value": "this", - "start": 31047, - "end": 31051, + "start": 33437, + "end": 33441, "loc": { "start": { - "line": 692, + "line": 734, "column": 21 }, "end": { - "line": 692, + "line": 734, "column": 25 } } @@ -613300,15 +613787,15 @@ "binop": null, "updateContext": null }, - "start": 31051, - "end": 31052, + "start": 33441, + "end": 33442, "loc": { "start": { - "line": 692, + "line": 734, "column": 25 }, "end": { - "line": 692, + "line": 734, "column": 26 } } @@ -613326,15 +613813,15 @@ "binop": null }, "value": "_config", - "start": 31052, - "end": 31059, + "start": 33442, + "end": 33449, "loc": { "start": { - "line": 692, + "line": 734, "column": 26 }, "end": { - "line": 692, + "line": 734, "column": 33 } } @@ -613352,15 +613839,15 @@ "binop": null, "updateContext": null }, - "start": 31059, - "end": 31060, + "start": 33449, + "end": 33450, "loc": { "start": { - "line": 692, + "line": 734, "column": 33 }, "end": { - "line": 692, + "line": 734, "column": 34 } } @@ -613378,15 +613865,15 @@ "binop": null }, "value": "_props", - "start": 31073, - "end": 31079, + "start": 33463, + "end": 33469, "loc": { "start": { - "line": 693, + "line": 735, "column": 12 }, "end": { - "line": 693, + "line": 735, "column": 18 } } @@ -613405,15 +613892,15 @@ "updateContext": null }, "value": "=", - "start": 31080, - "end": 31081, + "start": 33470, + "end": 33471, "loc": { "start": { - "line": 693, + "line": 735, "column": 19 }, "end": { - "line": 693, + "line": 735, "column": 20 } } @@ -613433,15 +613920,15 @@ "updateContext": null }, "value": "this", - "start": 31082, - "end": 31086, + "start": 33472, + "end": 33476, "loc": { "start": { - "line": 693, + "line": 735, "column": 21 }, "end": { - "line": 693, + "line": 735, "column": 25 } } @@ -613459,15 +613946,15 @@ "binop": null, "updateContext": null }, - "start": 31086, - "end": 31087, + "start": 33476, + "end": 33477, "loc": { "start": { - "line": 693, + "line": 735, "column": 25 }, "end": { - "line": 693, + "line": 735, "column": 26 } } @@ -613485,15 +613972,15 @@ "binop": null }, "value": "_instanceProps", - "start": 31087, - "end": 31101, + "start": 33477, + "end": 33491, "loc": { "start": { - "line": 693, + "line": 735, "column": 26 }, "end": { - "line": 693, + "line": 735, "column": 40 } } @@ -613511,15 +613998,15 @@ "binop": null, "updateContext": null }, - "start": 31101, - "end": 31102, + "start": 33491, + "end": 33492, "loc": { "start": { - "line": 693, + "line": 735, "column": 40 }, "end": { - "line": 693, + "line": 735, "column": 41 } } @@ -613537,15 +614024,15 @@ "binop": null }, "value": "_ms", - "start": 31115, - "end": 31118, + "start": 33505, + "end": 33508, "loc": { "start": { - "line": 694, + "line": 736, "column": 12 }, "end": { - "line": 694, + "line": 736, "column": 15 } } @@ -613564,15 +614051,15 @@ "updateContext": null }, "value": "=", - "start": 31122, - "end": 31123, + "start": 33512, + "end": 33513, "loc": { "start": { - "line": 694, + "line": 736, "column": 19 }, "end": { - "line": 694, + "line": 736, "column": 20 } } @@ -613591,15 +614078,15 @@ "updateContext": null }, "value": "-", - "start": 31124, - "end": 31125, + "start": 33514, + "end": 33515, "loc": { "start": { - "line": 694, + "line": 736, "column": 21 }, "end": { - "line": 694, + "line": 736, "column": 22 } } @@ -613618,15 +614105,15 @@ "updateContext": null }, "value": 1, - "start": 31125, - "end": 31126, + "start": 33515, + "end": 33516, "loc": { "start": { - "line": 694, + "line": 736, "column": 22 }, "end": { - "line": 694, + "line": 736, "column": 23 } } @@ -613646,15 +614133,15 @@ "updateContext": null }, "value": "if", - "start": 31144, - "end": 31146, + "start": 33534, + "end": 33536, "loc": { "start": { - "line": 696, + "line": 738, "column": 8 }, "end": { - "line": 696, + "line": 738, "column": 10 } } @@ -613671,15 +614158,15 @@ "postfix": false, "binop": null }, - "start": 31147, - "end": 31148, + "start": 33537, + "end": 33538, "loc": { "start": { - "line": 696, + "line": 738, "column": 11 }, "end": { - "line": 696, + "line": 738, "column": 12 } } @@ -613699,15 +614186,15 @@ "updateContext": null }, "value": "typeof", - "start": 31149, - "end": 31155, + "start": 33539, + "end": 33545, "loc": { "start": { - "line": 696, + "line": 738, "column": 13 }, "end": { - "line": 696, + "line": 738, "column": 19 } } @@ -613725,15 +614212,15 @@ "binop": null }, "value": "scale", - "start": 31156, - "end": 31161, + "start": 33546, + "end": 33551, "loc": { "start": { - "line": 696, + "line": 738, "column": 20 }, "end": { - "line": 696, + "line": 738, "column": 25 } } @@ -613752,15 +614239,15 @@ "updateContext": null }, "value": "===", - "start": 31162, - "end": 31165, + "start": 33552, + "end": 33555, "loc": { "start": { - "line": 696, + "line": 738, "column": 26 }, "end": { - "line": 696, + "line": 738, "column": 29 } } @@ -613779,15 +614266,15 @@ "updateContext": null }, "value": "undefined", - "start": 31166, - "end": 31177, + "start": 33556, + "end": 33567, "loc": { "start": { - "line": 696, + "line": 738, "column": 30 }, "end": { - "line": 696, + "line": 738, "column": 41 } } @@ -613806,15 +614293,15 @@ "updateContext": null }, "value": "||", - "start": 31178, - "end": 31180, + "start": 33568, + "end": 33570, "loc": { "start": { - "line": 696, + "line": 738, "column": 42 }, "end": { - "line": 696, + "line": 738, "column": 44 } } @@ -613834,15 +614321,15 @@ "updateContext": null }, "value": "typeof", - "start": 31181, - "end": 31187, + "start": 33571, + "end": 33577, "loc": { "start": { - "line": 696, + "line": 738, "column": 45 }, "end": { - "line": 696, + "line": 738, "column": 51 } } @@ -613860,15 +614347,15 @@ "binop": null }, "value": "scale", - "start": 31188, - "end": 31193, + "start": 33578, + "end": 33583, "loc": { "start": { - "line": 696, + "line": 738, "column": 52 }, "end": { - "line": 696, + "line": 738, "column": 57 } } @@ -613887,15 +614374,15 @@ "updateContext": null }, "value": "!==", - "start": 31194, - "end": 31197, + "start": 33584, + "end": 33587, "loc": { "start": { - "line": 696, + "line": 738, "column": 58 }, "end": { - "line": 696, + "line": 738, "column": 61 } } @@ -613914,15 +614401,15 @@ "updateContext": null }, "value": "string", - "start": 31198, - "end": 31206, + "start": 33588, + "end": 33596, "loc": { "start": { - "line": 696, + "line": 738, "column": 62 }, "end": { - "line": 696, + "line": 738, "column": 70 } } @@ -613939,15 +614426,15 @@ "postfix": false, "binop": null }, - "start": 31207, - "end": 31208, + "start": 33597, + "end": 33598, "loc": { "start": { - "line": 696, + "line": 738, "column": 71 }, "end": { - "line": 696, + "line": 738, "column": 72 } } @@ -613964,15 +614451,15 @@ "postfix": false, "binop": null }, - "start": 31209, - "end": 31210, + "start": 33599, + "end": 33600, "loc": { "start": { - "line": 696, + "line": 738, "column": 73 }, "end": { - "line": 696, + "line": 738, "column": 74 } } @@ -613992,15 +614479,15 @@ "updateContext": null }, "value": "return", - "start": 31223, - "end": 31229, + "start": 33613, + "end": 33619, "loc": { "start": { - "line": 697, + "line": 739, "column": 12 }, "end": { - "line": 697, + "line": 739, "column": 18 } } @@ -614020,15 +614507,15 @@ "updateContext": null }, "value": "false", - "start": 31230, - "end": 31235, + "start": 33620, + "end": 33625, "loc": { "start": { - "line": 697, + "line": 739, "column": 19 }, "end": { - "line": 697, + "line": 739, "column": 24 } } @@ -614045,15 +614532,15 @@ "postfix": false, "binop": null }, - "start": 31244, - "end": 31245, + "start": 33634, + "end": 33635, "loc": { "start": { - "line": 698, + "line": 740, "column": 8 }, "end": { - "line": 698, + "line": 740, "column": 9 } } @@ -614073,15 +614560,15 @@ "updateContext": null }, "value": "switch", - "start": 31254, - "end": 31260, + "start": 33644, + "end": 33650, "loc": { "start": { - "line": 699, + "line": 741, "column": 8 }, "end": { - "line": 699, + "line": 741, "column": 14 } } @@ -614098,15 +614585,15 @@ "postfix": false, "binop": null }, - "start": 31261, - "end": 31262, + "start": 33651, + "end": 33652, "loc": { "start": { - "line": 699, + "line": 741, "column": 15 }, "end": { - "line": 699, + "line": 741, "column": 16 } } @@ -614126,15 +614613,15 @@ "updateContext": null }, "value": "true", - "start": 31263, - "end": 31267, + "start": 33653, + "end": 33657, "loc": { "start": { - "line": 699, + "line": 741, "column": 17 }, "end": { - "line": 699, + "line": 741, "column": 21 } } @@ -614151,15 +614638,15 @@ "postfix": false, "binop": null }, - "start": 31268, - "end": 31269, + "start": 33658, + "end": 33659, "loc": { "start": { - "line": 699, + "line": 741, "column": 22 }, "end": { - "line": 699, + "line": 741, "column": 23 } } @@ -614176,15 +614663,15 @@ "postfix": false, "binop": null }, - "start": 31270, - "end": 31271, + "start": 33660, + "end": 33661, "loc": { "start": { - "line": 699, + "line": 741, "column": 24 }, "end": { - "line": 699, + "line": 741, "column": 25 } } @@ -614204,15 +614691,15 @@ "updateContext": null }, "value": "case", - "start": 31284, - "end": 31288, + "start": 33674, + "end": 33678, "loc": { "start": { - "line": 700, + "line": 742, "column": 12 }, "end": { - "line": 700, + "line": 742, "column": 16 } } @@ -614234,15 +614721,15 @@ "pattern": "^millisec(|ond)s?$", "flags": "i" }, - "start": 31289, - "end": 31310, + "start": 33679, + "end": 33700, "loc": { "start": { - "line": 700, + "line": 742, "column": 17 }, "end": { - "line": 700, + "line": 742, "column": 38 } } @@ -614260,15 +614747,15 @@ "binop": null, "updateContext": null }, - "start": 31310, - "end": 31311, + "start": 33700, + "end": 33701, "loc": { "start": { - "line": 700, + "line": 742, "column": 38 }, "end": { - "line": 700, + "line": 742, "column": 39 } } @@ -614286,15 +614773,15 @@ "binop": null }, "value": "test", - "start": 31311, - "end": 31315, + "start": 33701, + "end": 33705, "loc": { "start": { - "line": 700, + "line": 742, "column": 39 }, "end": { - "line": 700, + "line": 742, "column": 43 } } @@ -614311,15 +614798,15 @@ "postfix": false, "binop": null }, - "start": 31315, - "end": 31316, + "start": 33705, + "end": 33706, "loc": { "start": { - "line": 700, + "line": 742, "column": 43 }, "end": { - "line": 700, + "line": 742, "column": 44 } } @@ -614337,15 +614824,15 @@ "binop": null }, "value": "scale", - "start": 31317, - "end": 31322, + "start": 33707, + "end": 33712, "loc": { "start": { - "line": 700, + "line": 742, "column": 45 }, "end": { - "line": 700, + "line": 742, "column": 50 } } @@ -614362,15 +614849,15 @@ "postfix": false, "binop": null }, - "start": 31323, - "end": 31324, + "start": 33713, + "end": 33714, "loc": { "start": { - "line": 700, + "line": 742, "column": 51 }, "end": { - "line": 700, + "line": 742, "column": 52 } } @@ -614388,15 +614875,15 @@ "binop": null, "updateContext": null }, - "start": 31324, - "end": 31325, + "start": 33714, + "end": 33715, "loc": { "start": { - "line": 700, + "line": 742, "column": 52 }, "end": { - "line": 700, + "line": 742, "column": 53 } } @@ -614404,15 +614891,15 @@ { "type": "CommentLine", "value": " Millisecond (:> ミリ秒", - "start": 31342, - "end": 31364, + "start": 33732, + "end": 33754, "loc": { "start": { - "line": 701, + "line": 743, "column": 16 }, "end": { - "line": 701, + "line": 743, "column": 38 } } @@ -614430,15 +614917,15 @@ "binop": null }, "value": "_ms", - "start": 31381, - "end": 31384, + "start": 33771, + "end": 33774, "loc": { "start": { - "line": 702, + "line": 744, "column": 16 }, "end": { - "line": 702, + "line": 744, "column": 19 } } @@ -614457,15 +614944,15 @@ "updateContext": null }, "value": "=", - "start": 31385, - "end": 31386, + "start": 33775, + "end": 33776, "loc": { "start": { - "line": 702, + "line": 744, "column": 20 }, "end": { - "line": 702, + "line": 744, "column": 21 } } @@ -614484,15 +614971,15 @@ "updateContext": null }, "value": 1, - "start": 31387, - "end": 31388, + "start": 33777, + "end": 33778, "loc": { "start": { - "line": 702, + "line": 744, "column": 22 }, "end": { - "line": 702, + "line": 744, "column": 23 } } @@ -614512,15 +614999,15 @@ "updateContext": null }, "value": "break", - "start": 31405, - "end": 31410, + "start": 33795, + "end": 33800, "loc": { "start": { - "line": 703, + "line": 745, "column": 16 }, "end": { - "line": 703, + "line": 745, "column": 21 } } @@ -614540,15 +615027,15 @@ "updateContext": null }, "value": "case", - "start": 31423, - "end": 31427, + "start": 33813, + "end": 33817, "loc": { "start": { - "line": 704, + "line": 746, "column": 12 }, "end": { - "line": 704, + "line": 746, "column": 16 } } @@ -614570,15 +615057,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 31428, - "end": 31441, + "start": 33818, + "end": 33831, "loc": { "start": { - "line": 704, + "line": 746, "column": 17 }, "end": { - "line": 704, + "line": 746, "column": 30 } } @@ -614596,15 +615083,15 @@ "binop": null, "updateContext": null }, - "start": 31441, - "end": 31442, + "start": 33831, + "end": 33832, "loc": { "start": { - "line": 704, + "line": 746, "column": 30 }, "end": { - "line": 704, + "line": 746, "column": 31 } } @@ -614622,15 +615109,15 @@ "binop": null }, "value": "test", - "start": 31442, - "end": 31446, + "start": 33832, + "end": 33836, "loc": { "start": { - "line": 704, + "line": 746, "column": 31 }, "end": { - "line": 704, + "line": 746, "column": 35 } } @@ -614647,15 +615134,15 @@ "postfix": false, "binop": null }, - "start": 31446, - "end": 31447, + "start": 33836, + "end": 33837, "loc": { "start": { - "line": 704, + "line": 746, "column": 35 }, "end": { - "line": 704, + "line": 746, "column": 36 } } @@ -614673,15 +615160,15 @@ "binop": null }, "value": "scale", - "start": 31448, - "end": 31453, + "start": 33838, + "end": 33843, "loc": { "start": { - "line": 704, + "line": 746, "column": 37 }, "end": { - "line": 704, + "line": 746, "column": 42 } } @@ -614698,15 +615185,15 @@ "postfix": false, "binop": null }, - "start": 31454, - "end": 31455, + "start": 33844, + "end": 33845, "loc": { "start": { - "line": 704, + "line": 746, "column": 43 }, "end": { - "line": 704, + "line": 746, "column": 44 } } @@ -614724,15 +615211,15 @@ "binop": null, "updateContext": null }, - "start": 31455, - "end": 31456, + "start": 33845, + "end": 33846, "loc": { "start": { - "line": 704, + "line": 746, "column": 44 }, "end": { - "line": 704, + "line": 746, "column": 45 } } @@ -614740,15 +615227,15 @@ { "type": "CommentLine", "value": " Second (:> 秒", - "start": 31473, - "end": 31488, + "start": 33863, + "end": 33878, "loc": { "start": { - "line": 705, + "line": 747, "column": 16 }, "end": { - "line": 705, + "line": 747, "column": 31 } } @@ -614766,15 +615253,15 @@ "binop": null }, "value": "_ms", - "start": 31505, - "end": 31508, + "start": 33895, + "end": 33898, "loc": { "start": { - "line": 706, + "line": 748, "column": 16 }, "end": { - "line": 706, + "line": 748, "column": 19 } } @@ -614793,15 +615280,15 @@ "updateContext": null }, "value": "=", - "start": 31509, - "end": 31510, + "start": 33899, + "end": 33900, "loc": { "start": { - "line": 706, + "line": 748, "column": 20 }, "end": { - "line": 706, + "line": 748, "column": 21 } } @@ -614820,15 +615307,15 @@ "updateContext": null }, "value": 1000, - "start": 31511, - "end": 31515, + "start": 33901, + "end": 33905, "loc": { "start": { - "line": 706, + "line": 748, "column": 22 }, "end": { - "line": 706, + "line": 748, "column": 26 } } @@ -614848,15 +615335,15 @@ "updateContext": null }, "value": "break", - "start": 31532, - "end": 31537, + "start": 33922, + "end": 33927, "loc": { "start": { - "line": 707, + "line": 749, "column": 16 }, "end": { - "line": 707, + "line": 749, "column": 21 } } @@ -614876,15 +615363,15 @@ "updateContext": null }, "value": "case", - "start": 31550, - "end": 31554, + "start": 33940, + "end": 33944, "loc": { "start": { - "line": 708, + "line": 750, "column": 12 }, "end": { - "line": 708, + "line": 750, "column": 16 } } @@ -614906,15 +615393,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 31555, - "end": 31568, + "start": 33945, + "end": 33958, "loc": { "start": { - "line": 708, + "line": 750, "column": 17 }, "end": { - "line": 708, + "line": 750, "column": 30 } } @@ -614932,15 +615419,15 @@ "binop": null, "updateContext": null }, - "start": 31568, - "end": 31569, + "start": 33958, + "end": 33959, "loc": { "start": { - "line": 708, + "line": 750, "column": 30 }, "end": { - "line": 708, + "line": 750, "column": 31 } } @@ -614958,15 +615445,15 @@ "binop": null }, "value": "test", - "start": 31569, - "end": 31573, + "start": 33959, + "end": 33963, "loc": { "start": { - "line": 708, + "line": 750, "column": 31 }, "end": { - "line": 708, + "line": 750, "column": 35 } } @@ -614983,15 +615470,15 @@ "postfix": false, "binop": null }, - "start": 31573, - "end": 31574, + "start": 33963, + "end": 33964, "loc": { "start": { - "line": 708, + "line": 750, "column": 35 }, "end": { - "line": 708, + "line": 750, "column": 36 } } @@ -615009,15 +615496,15 @@ "binop": null }, "value": "scale", - "start": 31575, - "end": 31580, + "start": 33965, + "end": 33970, "loc": { "start": { - "line": 708, + "line": 750, "column": 37 }, "end": { - "line": 708, + "line": 750, "column": 42 } } @@ -615034,15 +615521,15 @@ "postfix": false, "binop": null }, - "start": 31581, - "end": 31582, + "start": 33971, + "end": 33972, "loc": { "start": { - "line": 708, + "line": 750, "column": 43 }, "end": { - "line": 708, + "line": 750, "column": 44 } } @@ -615060,15 +615547,15 @@ "binop": null, "updateContext": null }, - "start": 31582, - "end": 31583, + "start": 33972, + "end": 33973, "loc": { "start": { - "line": 708, + "line": 750, "column": 44 }, "end": { - "line": 708, + "line": 750, "column": 45 } } @@ -615076,15 +615563,15 @@ { "type": "CommentLine", "value": " Minute (:> 分", - "start": 31600, - "end": 31615, + "start": 33990, + "end": 34005, "loc": { "start": { - "line": 709, + "line": 751, "column": 16 }, "end": { - "line": 709, + "line": 751, "column": 31 } } @@ -615102,15 +615589,15 @@ "binop": null }, "value": "_ms", - "start": 31632, - "end": 31635, + "start": 34022, + "end": 34025, "loc": { "start": { - "line": 710, + "line": 752, "column": 16 }, "end": { - "line": 710, + "line": 752, "column": 19 } } @@ -615129,15 +615616,15 @@ "updateContext": null }, "value": "=", - "start": 31636, - "end": 31637, + "start": 34026, + "end": 34027, "loc": { "start": { - "line": 710, + "line": 752, "column": 20 }, "end": { - "line": 710, + "line": 752, "column": 21 } } @@ -615156,15 +615643,15 @@ "updateContext": null }, "value": 60, - "start": 31638, - "end": 31640, + "start": 34028, + "end": 34030, "loc": { "start": { - "line": 710, + "line": 752, "column": 22 }, "end": { - "line": 710, + "line": 752, "column": 24 } } @@ -615183,15 +615670,15 @@ "updateContext": null }, "value": "*", - "start": 31641, - "end": 31642, + "start": 34031, + "end": 34032, "loc": { "start": { - "line": 710, + "line": 752, "column": 25 }, "end": { - "line": 710, + "line": 752, "column": 26 } } @@ -615210,15 +615697,15 @@ "updateContext": null }, "value": 1000, - "start": 31643, - "end": 31647, + "start": 34033, + "end": 34037, "loc": { "start": { - "line": 710, + "line": 752, "column": 27 }, "end": { - "line": 710, + "line": 752, "column": 31 } } @@ -615238,15 +615725,15 @@ "updateContext": null }, "value": "break", - "start": 31664, - "end": 31669, + "start": 34054, + "end": 34059, "loc": { "start": { - "line": 711, + "line": 753, "column": 16 }, "end": { - "line": 711, + "line": 753, "column": 21 } } @@ -615266,15 +615753,15 @@ "updateContext": null }, "value": "case", - "start": 31682, - "end": 31686, + "start": 34072, + "end": 34076, "loc": { "start": { - "line": 712, + "line": 754, "column": 12 }, "end": { - "line": 712, + "line": 754, "column": 16 } } @@ -615296,15 +615783,15 @@ "pattern": "^quarter-?(|hour)$", "flags": "i" }, - "start": 31687, - "end": 31708, + "start": 34077, + "end": 34098, "loc": { "start": { - "line": 712, + "line": 754, "column": 17 }, "end": { - "line": 712, + "line": 754, "column": 38 } } @@ -615322,15 +615809,15 @@ "binop": null, "updateContext": null }, - "start": 31708, - "end": 31709, + "start": 34098, + "end": 34099, "loc": { "start": { - "line": 712, + "line": 754, "column": 38 }, "end": { - "line": 712, + "line": 754, "column": 39 } } @@ -615348,15 +615835,15 @@ "binop": null }, "value": "test", - "start": 31709, - "end": 31713, + "start": 34099, + "end": 34103, "loc": { "start": { - "line": 712, + "line": 754, "column": 39 }, "end": { - "line": 712, + "line": 754, "column": 43 } } @@ -615373,15 +615860,15 @@ "postfix": false, "binop": null }, - "start": 31713, - "end": 31714, + "start": 34103, + "end": 34104, "loc": { "start": { - "line": 712, + "line": 754, "column": 43 }, "end": { - "line": 712, + "line": 754, "column": 44 } } @@ -615399,15 +615886,15 @@ "binop": null }, "value": "scale", - "start": 31715, - "end": 31720, + "start": 34105, + "end": 34110, "loc": { "start": { - "line": 712, + "line": 754, "column": 45 }, "end": { - "line": 712, + "line": 754, "column": 50 } } @@ -615424,15 +615911,15 @@ "postfix": false, "binop": null }, - "start": 31721, - "end": 31722, + "start": 34111, + "end": 34112, "loc": { "start": { - "line": 712, + "line": 754, "column": 51 }, "end": { - "line": 712, + "line": 754, "column": 52 } } @@ -615450,15 +615937,15 @@ "binop": null, "updateContext": null }, - "start": 31722, - "end": 31723, + "start": 34112, + "end": 34113, "loc": { "start": { - "line": 712, + "line": 754, "column": 52 }, "end": { - "line": 712, + "line": 754, "column": 53 } } @@ -615466,15 +615953,15 @@ { "type": "CommentLine", "value": " Quarter of an hour (:> 15分", - "start": 31740, - "end": 31769, + "start": 34130, + "end": 34159, "loc": { "start": { - "line": 713, + "line": 755, "column": 16 }, "end": { - "line": 713, + "line": 755, "column": 45 } } @@ -615492,15 +615979,15 @@ "binop": null }, "value": "_ms", - "start": 31786, - "end": 31789, + "start": 34176, + "end": 34179, "loc": { "start": { - "line": 714, + "line": 756, "column": 16 }, "end": { - "line": 714, + "line": 756, "column": 19 } } @@ -615519,15 +616006,15 @@ "updateContext": null }, "value": "=", - "start": 31790, - "end": 31791, + "start": 34180, + "end": 34181, "loc": { "start": { - "line": 714, + "line": 756, "column": 20 }, "end": { - "line": 714, + "line": 756, "column": 21 } } @@ -615546,15 +616033,15 @@ "updateContext": null }, "value": 15, - "start": 31792, - "end": 31794, + "start": 34182, + "end": 34184, "loc": { "start": { - "line": 714, + "line": 756, "column": 22 }, "end": { - "line": 714, + "line": 756, "column": 24 } } @@ -615573,15 +616060,15 @@ "updateContext": null }, "value": "*", - "start": 31795, - "end": 31796, + "start": 34185, + "end": 34186, "loc": { "start": { - "line": 714, + "line": 756, "column": 25 }, "end": { - "line": 714, + "line": 756, "column": 26 } } @@ -615600,15 +616087,15 @@ "updateContext": null }, "value": 60, - "start": 31797, - "end": 31799, + "start": 34187, + "end": 34189, "loc": { "start": { - "line": 714, + "line": 756, "column": 27 }, "end": { - "line": 714, + "line": 756, "column": 29 } } @@ -615627,15 +616114,15 @@ "updateContext": null }, "value": "*", - "start": 31800, - "end": 31801, + "start": 34190, + "end": 34191, "loc": { "start": { - "line": 714, + "line": 756, "column": 30 }, "end": { - "line": 714, + "line": 756, "column": 31 } } @@ -615654,15 +616141,15 @@ "updateContext": null }, "value": 1000, - "start": 31802, - "end": 31806, + "start": 34192, + "end": 34196, "loc": { "start": { - "line": 714, + "line": 756, "column": 32 }, "end": { - "line": 714, + "line": 756, "column": 36 } } @@ -615682,15 +616169,15 @@ "updateContext": null }, "value": "break", - "start": 31823, - "end": 31828, + "start": 34213, + "end": 34218, "loc": { "start": { - "line": 715, + "line": 757, "column": 16 }, "end": { - "line": 715, + "line": 757, "column": 21 } } @@ -615710,15 +616197,15 @@ "updateContext": null }, "value": "case", - "start": 31841, - "end": 31845, + "start": 34231, + "end": 34235, "loc": { "start": { - "line": 716, + "line": 758, "column": 12 }, "end": { - "line": 716, + "line": 758, "column": 16 } } @@ -615740,15 +616227,15 @@ "pattern": "^half-?(|hour)$", "flags": "i" }, - "start": 31846, - "end": 31864, + "start": 34236, + "end": 34254, "loc": { "start": { - "line": 716, + "line": 758, "column": 17 }, "end": { - "line": 716, + "line": 758, "column": 35 } } @@ -615766,15 +616253,15 @@ "binop": null, "updateContext": null }, - "start": 31864, - "end": 31865, + "start": 34254, + "end": 34255, "loc": { "start": { - "line": 716, + "line": 758, "column": 35 }, "end": { - "line": 716, + "line": 758, "column": 36 } } @@ -615792,15 +616279,15 @@ "binop": null }, "value": "test", - "start": 31865, - "end": 31869, + "start": 34255, + "end": 34259, "loc": { "start": { - "line": 716, + "line": 758, "column": 36 }, "end": { - "line": 716, + "line": 758, "column": 40 } } @@ -615817,15 +616304,15 @@ "postfix": false, "binop": null }, - "start": 31869, - "end": 31870, + "start": 34259, + "end": 34260, "loc": { "start": { - "line": 716, + "line": 758, "column": 40 }, "end": { - "line": 716, + "line": 758, "column": 41 } } @@ -615843,15 +616330,15 @@ "binop": null }, "value": "scale", - "start": 31871, - "end": 31876, + "start": 34261, + "end": 34266, "loc": { "start": { - "line": 716, + "line": 758, "column": 42 }, "end": { - "line": 716, + "line": 758, "column": 47 } } @@ -615868,15 +616355,15 @@ "postfix": false, "binop": null }, - "start": 31877, - "end": 31878, + "start": 34267, + "end": 34268, "loc": { "start": { - "line": 716, + "line": 758, "column": 48 }, "end": { - "line": 716, + "line": 758, "column": 49 } } @@ -615894,15 +616381,15 @@ "binop": null, "updateContext": null }, - "start": 31878, - "end": 31879, + "start": 34268, + "end": 34269, "loc": { "start": { - "line": 716, + "line": 758, "column": 49 }, "end": { - "line": 716, + "line": 758, "column": 50 } } @@ -615910,15 +616397,15 @@ { "type": "CommentLine", "value": " Half an hour (:> 30分", - "start": 31896, - "end": 31919, + "start": 34286, + "end": 34309, "loc": { "start": { - "line": 717, + "line": 759, "column": 16 }, "end": { - "line": 717, + "line": 759, "column": 39 } } @@ -615936,15 +616423,15 @@ "binop": null }, "value": "_ms", - "start": 31936, - "end": 31939, + "start": 34326, + "end": 34329, "loc": { "start": { - "line": 718, + "line": 760, "column": 16 }, "end": { - "line": 718, + "line": 760, "column": 19 } } @@ -615963,15 +616450,15 @@ "updateContext": null }, "value": "=", - "start": 31940, - "end": 31941, + "start": 34330, + "end": 34331, "loc": { "start": { - "line": 718, + "line": 760, "column": 20 }, "end": { - "line": 718, + "line": 760, "column": 21 } } @@ -615990,15 +616477,15 @@ "updateContext": null }, "value": 30, - "start": 31942, - "end": 31944, + "start": 34332, + "end": 34334, "loc": { "start": { - "line": 718, + "line": 760, "column": 22 }, "end": { - "line": 718, + "line": 760, "column": 24 } } @@ -616017,15 +616504,15 @@ "updateContext": null }, "value": "*", - "start": 31945, - "end": 31946, + "start": 34335, + "end": 34336, "loc": { "start": { - "line": 718, + "line": 760, "column": 25 }, "end": { - "line": 718, + "line": 760, "column": 26 } } @@ -616044,15 +616531,15 @@ "updateContext": null }, "value": 60, - "start": 31947, - "end": 31949, + "start": 34337, + "end": 34339, "loc": { "start": { - "line": 718, + "line": 760, "column": 27 }, "end": { - "line": 718, + "line": 760, "column": 29 } } @@ -616071,15 +616558,15 @@ "updateContext": null }, "value": "*", - "start": 31950, - "end": 31951, + "start": 34340, + "end": 34341, "loc": { "start": { - "line": 718, + "line": 760, "column": 30 }, "end": { - "line": 718, + "line": 760, "column": 31 } } @@ -616098,15 +616585,15 @@ "updateContext": null }, "value": 1000, - "start": 31952, - "end": 31956, + "start": 34342, + "end": 34346, "loc": { "start": { - "line": 718, + "line": 760, "column": 32 }, "end": { - "line": 718, + "line": 760, "column": 36 } } @@ -616126,15 +616613,15 @@ "updateContext": null }, "value": "break", - "start": 31973, - "end": 31978, + "start": 34363, + "end": 34368, "loc": { "start": { - "line": 719, + "line": 761, "column": 16 }, "end": { - "line": 719, + "line": 761, "column": 21 } } @@ -616154,15 +616641,15 @@ "updateContext": null }, "value": "case", - "start": 31991, - "end": 31995, + "start": 34381, + "end": 34385, "loc": { "start": { - "line": 720, + "line": 762, "column": 12 }, "end": { - "line": 720, + "line": 762, "column": 16 } } @@ -616184,15 +616671,15 @@ "pattern": "^hours?$", "flags": "i" }, - "start": 31996, - "end": 32007, + "start": 34386, + "end": 34397, "loc": { "start": { - "line": 720, + "line": 762, "column": 17 }, "end": { - "line": 720, + "line": 762, "column": 28 } } @@ -616210,15 +616697,15 @@ "binop": null, "updateContext": null }, - "start": 32007, - "end": 32008, + "start": 34397, + "end": 34398, "loc": { "start": { - "line": 720, + "line": 762, "column": 28 }, "end": { - "line": 720, + "line": 762, "column": 29 } } @@ -616236,15 +616723,15 @@ "binop": null }, "value": "test", - "start": 32008, - "end": 32012, + "start": 34398, + "end": 34402, "loc": { "start": { - "line": 720, + "line": 762, "column": 29 }, "end": { - "line": 720, + "line": 762, "column": 33 } } @@ -616261,15 +616748,15 @@ "postfix": false, "binop": null }, - "start": 32012, - "end": 32013, + "start": 34402, + "end": 34403, "loc": { "start": { - "line": 720, + "line": 762, "column": 33 }, "end": { - "line": 720, + "line": 762, "column": 34 } } @@ -616287,15 +616774,15 @@ "binop": null }, "value": "scale", - "start": 32014, - "end": 32019, + "start": 34404, + "end": 34409, "loc": { "start": { - "line": 720, + "line": 762, "column": 35 }, "end": { - "line": 720, + "line": 762, "column": 40 } } @@ -616312,15 +616799,15 @@ "postfix": false, "binop": null }, - "start": 32020, - "end": 32021, + "start": 34410, + "end": 34411, "loc": { "start": { - "line": 720, + "line": 762, "column": 41 }, "end": { - "line": 720, + "line": 762, "column": 42 } } @@ -616338,15 +616825,15 @@ "binop": null, "updateContext": null }, - "start": 32021, - "end": 32022, + "start": 34411, + "end": 34412, "loc": { "start": { - "line": 720, + "line": 762, "column": 42 }, "end": { - "line": 720, + "line": 762, "column": 43 } } @@ -616354,15 +616841,15 @@ { "type": "CommentLine", "value": " Hour (:> 時(時間)", - "start": 32039, - "end": 32056, + "start": 34429, + "end": 34446, "loc": { "start": { - "line": 721, + "line": 763, "column": 16 }, "end": { - "line": 721, + "line": 763, "column": 33 } } @@ -616380,15 +616867,15 @@ "binop": null }, "value": "_ms", - "start": 32073, - "end": 32076, + "start": 34463, + "end": 34466, "loc": { "start": { - "line": 722, + "line": 764, "column": 16 }, "end": { - "line": 722, + "line": 764, "column": 19 } } @@ -616407,15 +616894,15 @@ "updateContext": null }, "value": "=", - "start": 32077, - "end": 32078, + "start": 34467, + "end": 34468, "loc": { "start": { - "line": 722, + "line": 764, "column": 20 }, "end": { - "line": 722, + "line": 764, "column": 21 } } @@ -616434,15 +616921,15 @@ "updateContext": null }, "value": 60, - "start": 32079, - "end": 32081, + "start": 34469, + "end": 34471, "loc": { "start": { - "line": 722, + "line": 764, "column": 22 }, "end": { - "line": 722, + "line": 764, "column": 24 } } @@ -616461,15 +616948,15 @@ "updateContext": null }, "value": "*", - "start": 32082, - "end": 32083, + "start": 34472, + "end": 34473, "loc": { "start": { - "line": 722, + "line": 764, "column": 25 }, "end": { - "line": 722, + "line": 764, "column": 26 } } @@ -616488,15 +616975,15 @@ "updateContext": null }, "value": 60, - "start": 32084, - "end": 32086, + "start": 34474, + "end": 34476, "loc": { "start": { - "line": 722, + "line": 764, "column": 27 }, "end": { - "line": 722, + "line": 764, "column": 29 } } @@ -616515,15 +617002,15 @@ "updateContext": null }, "value": "*", - "start": 32087, - "end": 32088, + "start": 34477, + "end": 34478, "loc": { "start": { - "line": 722, + "line": 764, "column": 30 }, "end": { - "line": 722, + "line": 764, "column": 31 } } @@ -616542,15 +617029,15 @@ "updateContext": null }, "value": 1000, - "start": 32089, - "end": 32093, + "start": 34479, + "end": 34483, "loc": { "start": { - "line": 722, + "line": 764, "column": 32 }, "end": { - "line": 722, + "line": 764, "column": 36 } } @@ -616570,15 +617057,15 @@ "updateContext": null }, "value": "break", - "start": 32110, - "end": 32115, + "start": 34500, + "end": 34505, "loc": { "start": { - "line": 723, + "line": 765, "column": 16 }, "end": { - "line": 723, + "line": 765, "column": 21 } } @@ -616598,15 +617085,15 @@ "updateContext": null }, "value": "case", - "start": 32128, - "end": 32132, + "start": 34518, + "end": 34522, "loc": { "start": { - "line": 724, + "line": 766, "column": 12 }, "end": { - "line": 724, + "line": 766, "column": 16 } } @@ -616628,15 +617115,15 @@ "pattern": "^days?$", "flags": "i" }, - "start": 32133, - "end": 32143, + "start": 34523, + "end": 34533, "loc": { "start": { - "line": 724, + "line": 766, "column": 17 }, "end": { - "line": 724, + "line": 766, "column": 27 } } @@ -616654,15 +617141,15 @@ "binop": null, "updateContext": null }, - "start": 32143, - "end": 32144, + "start": 34533, + "end": 34534, "loc": { "start": { - "line": 724, + "line": 766, "column": 27 }, "end": { - "line": 724, + "line": 766, "column": 28 } } @@ -616680,15 +617167,15 @@ "binop": null }, "value": "test", - "start": 32144, - "end": 32148, + "start": 34534, + "end": 34538, "loc": { "start": { - "line": 724, + "line": 766, "column": 28 }, "end": { - "line": 724, + "line": 766, "column": 32 } } @@ -616705,15 +617192,15 @@ "postfix": false, "binop": null }, - "start": 32148, - "end": 32149, + "start": 34538, + "end": 34539, "loc": { "start": { - "line": 724, + "line": 766, "column": 32 }, "end": { - "line": 724, + "line": 766, "column": 33 } } @@ -616731,15 +617218,15 @@ "binop": null }, "value": "scale", - "start": 32150, - "end": 32155, + "start": 34540, + "end": 34545, "loc": { "start": { - "line": 724, + "line": 766, "column": 34 }, "end": { - "line": 724, + "line": 766, "column": 39 } } @@ -616756,15 +617243,15 @@ "postfix": false, "binop": null }, - "start": 32156, - "end": 32157, + "start": 34546, + "end": 34547, "loc": { "start": { - "line": 724, + "line": 766, "column": 40 }, "end": { - "line": 724, + "line": 766, "column": 41 } } @@ -616782,15 +617269,15 @@ "binop": null, "updateContext": null }, - "start": 32157, - "end": 32158, + "start": 34547, + "end": 34548, "loc": { "start": { - "line": 724, + "line": 766, "column": 41 }, "end": { - "line": 724, + "line": 766, "column": 42 } } @@ -616798,15 +617285,15 @@ { "type": "CommentLine", "value": " Day (:> 日", - "start": 32175, - "end": 32187, + "start": 34565, + "end": 34577, "loc": { "start": { - "line": 725, + "line": 767, "column": 16 }, "end": { - "line": 725, + "line": 767, "column": 28 } } @@ -616824,15 +617311,15 @@ "binop": null }, "value": "_ms", - "start": 32204, - "end": 32207, + "start": 34594, + "end": 34597, "loc": { "start": { - "line": 726, + "line": 768, "column": 16 }, "end": { - "line": 726, + "line": 768, "column": 19 } } @@ -616851,15 +617338,15 @@ "updateContext": null }, "value": "=", - "start": 32208, - "end": 32209, + "start": 34598, + "end": 34599, "loc": { "start": { - "line": 726, + "line": 768, "column": 20 }, "end": { - "line": 726, + "line": 768, "column": 21 } } @@ -616878,15 +617365,15 @@ "updateContext": null }, "value": 24, - "start": 32210, - "end": 32212, + "start": 34600, + "end": 34602, "loc": { "start": { - "line": 726, + "line": 768, "column": 22 }, "end": { - "line": 726, + "line": 768, "column": 24 } } @@ -616905,15 +617392,15 @@ "updateContext": null }, "value": "*", - "start": 32213, - "end": 32214, + "start": 34603, + "end": 34604, "loc": { "start": { - "line": 726, + "line": 768, "column": 25 }, "end": { - "line": 726, + "line": 768, "column": 26 } } @@ -616932,15 +617419,15 @@ "updateContext": null }, "value": 60, - "start": 32215, - "end": 32217, + "start": 34605, + "end": 34607, "loc": { "start": { - "line": 726, + "line": 768, "column": 27 }, "end": { - "line": 726, + "line": 768, "column": 29 } } @@ -616959,15 +617446,15 @@ "updateContext": null }, "value": "*", - "start": 32218, - "end": 32219, + "start": 34608, + "end": 34609, "loc": { "start": { - "line": 726, + "line": 768, "column": 30 }, "end": { - "line": 726, + "line": 768, "column": 31 } } @@ -616986,15 +617473,15 @@ "updateContext": null }, "value": 60, - "start": 32220, - "end": 32222, + "start": 34610, + "end": 34612, "loc": { "start": { - "line": 726, + "line": 768, "column": 32 }, "end": { - "line": 726, + "line": 768, "column": 34 } } @@ -617013,15 +617500,15 @@ "updateContext": null }, "value": "*", - "start": 32223, - "end": 32224, + "start": 34613, + "end": 34614, "loc": { "start": { - "line": 726, + "line": 768, "column": 35 }, "end": { - "line": 726, + "line": 768, "column": 36 } } @@ -617040,15 +617527,15 @@ "updateContext": null }, "value": 1000, - "start": 32225, - "end": 32229, + "start": 34615, + "end": 34619, "loc": { "start": { - "line": 726, + "line": 768, "column": 37 }, "end": { - "line": 726, + "line": 768, "column": 41 } } @@ -617068,15 +617555,15 @@ "updateContext": null }, "value": "break", - "start": 32246, - "end": 32251, + "start": 34636, + "end": 34641, "loc": { "start": { - "line": 727, + "line": 769, "column": 16 }, "end": { - "line": 727, + "line": 769, "column": 21 } } @@ -617096,15 +617583,15 @@ "updateContext": null }, "value": "case", - "start": 32264, - "end": 32268, + "start": 34654, + "end": 34658, "loc": { "start": { - "line": 728, + "line": 770, "column": 12 }, "end": { - "line": 728, + "line": 770, "column": 16 } } @@ -617126,15 +617613,15 @@ "pattern": "^weeks?$", "flags": "i" }, - "start": 32269, - "end": 32280, + "start": 34659, + "end": 34670, "loc": { "start": { - "line": 728, + "line": 770, "column": 17 }, "end": { - "line": 728, + "line": 770, "column": 28 } } @@ -617152,15 +617639,15 @@ "binop": null, "updateContext": null }, - "start": 32280, - "end": 32281, + "start": 34670, + "end": 34671, "loc": { "start": { - "line": 728, + "line": 770, "column": 28 }, "end": { - "line": 728, + "line": 770, "column": 29 } } @@ -617178,15 +617665,15 @@ "binop": null }, "value": "test", - "start": 32281, - "end": 32285, + "start": 34671, + "end": 34675, "loc": { "start": { - "line": 728, + "line": 770, "column": 29 }, "end": { - "line": 728, + "line": 770, "column": 33 } } @@ -617203,15 +617690,15 @@ "postfix": false, "binop": null }, - "start": 32285, - "end": 32286, + "start": 34675, + "end": 34676, "loc": { "start": { - "line": 728, + "line": 770, "column": 33 }, "end": { - "line": 728, + "line": 770, "column": 34 } } @@ -617229,15 +617716,15 @@ "binop": null }, "value": "scale", - "start": 32287, - "end": 32292, + "start": 34677, + "end": 34682, "loc": { "start": { - "line": 728, + "line": 770, "column": 35 }, "end": { - "line": 728, + "line": 770, "column": 40 } } @@ -617254,15 +617741,15 @@ "postfix": false, "binop": null }, - "start": 32293, - "end": 32294, + "start": 34683, + "end": 34684, "loc": { "start": { - "line": 728, + "line": 770, "column": 41 }, "end": { - "line": 728, + "line": 770, "column": 42 } } @@ -617280,15 +617767,15 @@ "binop": null, "updateContext": null }, - "start": 32294, - "end": 32295, + "start": 34684, + "end": 34685, "loc": { "start": { - "line": 728, + "line": 770, "column": 42 }, "end": { - "line": 728, + "line": 770, "column": 43 } } @@ -617296,15 +617783,15 @@ { "type": "CommentLine", "value": " Week (:> 週", - "start": 32312, - "end": 32325, + "start": 34702, + "end": 34715, "loc": { "start": { - "line": 729, + "line": 771, "column": 16 }, "end": { - "line": 729, + "line": 771, "column": 29 } } @@ -617322,15 +617809,15 @@ "binop": null }, "value": "_ms", - "start": 32342, - "end": 32345, + "start": 34732, + "end": 34735, "loc": { "start": { - "line": 730, + "line": 772, "column": 16 }, "end": { - "line": 730, + "line": 772, "column": 19 } } @@ -617349,15 +617836,15 @@ "updateContext": null }, "value": "=", - "start": 32346, - "end": 32347, + "start": 34736, + "end": 34737, "loc": { "start": { - "line": 730, + "line": 772, "column": 20 }, "end": { - "line": 730, + "line": 772, "column": 21 } } @@ -617376,15 +617863,15 @@ "updateContext": null }, "value": 7, - "start": 32348, - "end": 32349, + "start": 34738, + "end": 34739, "loc": { "start": { - "line": 730, + "line": 772, "column": 22 }, "end": { - "line": 730, + "line": 772, "column": 23 } } @@ -617403,15 +617890,15 @@ "updateContext": null }, "value": "*", - "start": 32350, - "end": 32351, + "start": 34740, + "end": 34741, "loc": { "start": { - "line": 730, + "line": 772, "column": 24 }, "end": { - "line": 730, + "line": 772, "column": 25 } } @@ -617430,15 +617917,15 @@ "updateContext": null }, "value": 24, - "start": 32352, - "end": 32354, + "start": 34742, + "end": 34744, "loc": { "start": { - "line": 730, + "line": 772, "column": 26 }, "end": { - "line": 730, + "line": 772, "column": 28 } } @@ -617457,15 +617944,15 @@ "updateContext": null }, "value": "*", - "start": 32355, - "end": 32356, + "start": 34745, + "end": 34746, "loc": { "start": { - "line": 730, + "line": 772, "column": 29 }, "end": { - "line": 730, + "line": 772, "column": 30 } } @@ -617484,15 +617971,15 @@ "updateContext": null }, "value": 60, - "start": 32357, - "end": 32359, + "start": 34747, + "end": 34749, "loc": { "start": { - "line": 730, + "line": 772, "column": 31 }, "end": { - "line": 730, + "line": 772, "column": 33 } } @@ -617511,15 +617998,15 @@ "updateContext": null }, "value": "*", - "start": 32360, - "end": 32361, + "start": 34750, + "end": 34751, "loc": { "start": { - "line": 730, + "line": 772, "column": 34 }, "end": { - "line": 730, + "line": 772, "column": 35 } } @@ -617538,15 +618025,15 @@ "updateContext": null }, "value": 60, - "start": 32362, - "end": 32364, + "start": 34752, + "end": 34754, "loc": { "start": { - "line": 730, + "line": 772, "column": 36 }, "end": { - "line": 730, + "line": 772, "column": 38 } } @@ -617565,15 +618052,15 @@ "updateContext": null }, "value": "*", - "start": 32365, - "end": 32366, + "start": 34755, + "end": 34756, "loc": { "start": { - "line": 730, + "line": 772, "column": 39 }, "end": { - "line": 730, + "line": 772, "column": 40 } } @@ -617592,15 +618079,15 @@ "updateContext": null }, "value": 1000, - "start": 32367, - "end": 32371, + "start": 34757, + "end": 34761, "loc": { "start": { - "line": 730, + "line": 772, "column": 41 }, "end": { - "line": 730, + "line": 772, "column": 45 } } @@ -617620,15 +618107,15 @@ "updateContext": null }, "value": "break", - "start": 32388, - "end": 32393, + "start": 34778, + "end": 34783, "loc": { "start": { - "line": 731, + "line": 773, "column": 16 }, "end": { - "line": 731, + "line": 773, "column": 21 } } @@ -617648,15 +618135,15 @@ "updateContext": null }, "value": "case", - "start": 32406, - "end": 32410, + "start": 34796, + "end": 34800, "loc": { "start": { - "line": 732, + "line": 774, "column": 12 }, "end": { - "line": 732, + "line": 774, "column": 16 } } @@ -617678,15 +618165,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 32411, - "end": 32423, + "start": 34801, + "end": 34813, "loc": { "start": { - "line": 732, + "line": 774, "column": 17 }, "end": { - "line": 732, + "line": 774, "column": 29 } } @@ -617704,15 +618191,15 @@ "binop": null, "updateContext": null }, - "start": 32423, - "end": 32424, + "start": 34813, + "end": 34814, "loc": { "start": { - "line": 732, + "line": 774, "column": 29 }, "end": { - "line": 732, + "line": 774, "column": 30 } } @@ -617730,15 +618217,15 @@ "binop": null }, "value": "test", - "start": 32424, - "end": 32428, + "start": 34814, + "end": 34818, "loc": { "start": { - "line": 732, + "line": 774, "column": 30 }, "end": { - "line": 732, + "line": 774, "column": 34 } } @@ -617755,15 +618242,15 @@ "postfix": false, "binop": null }, - "start": 32428, - "end": 32429, + "start": 34818, + "end": 34819, "loc": { "start": { - "line": 732, + "line": 774, "column": 34 }, "end": { - "line": 732, + "line": 774, "column": 35 } } @@ -617781,15 +618268,15 @@ "binop": null }, "value": "scale", - "start": 32430, - "end": 32435, + "start": 34820, + "end": 34825, "loc": { "start": { - "line": 732, + "line": 774, "column": 36 }, "end": { - "line": 732, + "line": 774, "column": 41 } } @@ -617806,15 +618293,15 @@ "postfix": false, "binop": null }, - "start": 32436, - "end": 32437, + "start": 34826, + "end": 34827, "loc": { "start": { - "line": 732, + "line": 774, "column": 42 }, "end": { - "line": 732, + "line": 774, "column": 43 } } @@ -617832,15 +618319,15 @@ "binop": null, "updateContext": null }, - "start": 32437, - "end": 32438, + "start": 34827, + "end": 34828, "loc": { "start": { - "line": 732, + "line": 774, "column": 43 }, "end": { - "line": 732, + "line": 774, "column": 44 } } @@ -617848,15 +618335,15 @@ { "type": "CommentLine", "value": " Month (is the variable length scale) (:> 月(可変長スケール)", - "start": 32455, - "end": 32509, + "start": 34845, + "end": 34899, "loc": { "start": { - "line": 733, + "line": 775, "column": 16 }, "end": { - "line": 733, + "line": 775, "column": 70 } } @@ -617864,15 +618351,15 @@ { "type": "CommentLine", "value": "console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )", - "start": 32510, - "end": 32584, + "start": 34900, + "end": 34974, "loc": { "start": { - "line": 734, + "line": 776, "column": 0 }, "end": { - "line": 734, + "line": 776, "column": 74 } } @@ -617892,15 +618379,15 @@ "updateContext": null }, "value": "if", - "start": 32601, - "end": 32603, + "start": 34991, + "end": 34993, "loc": { "start": { - "line": 735, + "line": 777, "column": 16 }, "end": { - "line": 735, + "line": 777, "column": 18 } } @@ -617917,15 +618404,15 @@ "postfix": false, "binop": null }, - "start": 32604, - "end": 32605, + "start": 34994, + "end": 34995, "loc": { "start": { - "line": 735, + "line": 777, "column": 19 }, "end": { - "line": 735, + "line": 777, "column": 20 } } @@ -617947,15 +618434,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 32606, - "end": 32625, + "start": 34996, + "end": 35015, "loc": { "start": { - "line": 735, + "line": 777, "column": 21 }, "end": { - "line": 735, + "line": 777, "column": 40 } } @@ -617973,15 +618460,15 @@ "binop": null, "updateContext": null }, - "start": 32625, - "end": 32626, + "start": 35015, + "end": 35016, "loc": { "start": { - "line": 735, + "line": 777, "column": 40 }, "end": { - "line": 735, + "line": 777, "column": 41 } } @@ -617999,15 +618486,15 @@ "binop": null }, "value": "test", - "start": 32626, - "end": 32630, + "start": 35016, + "end": 35020, "loc": { "start": { - "line": 735, + "line": 777, "column": 41 }, "end": { - "line": 735, + "line": 777, "column": 45 } } @@ -618024,15 +618511,15 @@ "postfix": false, "binop": null }, - "start": 32630, - "end": 32631, + "start": 35020, + "end": 35021, "loc": { "start": { - "line": 735, + "line": 777, "column": 45 }, "end": { - "line": 735, + "line": 777, "column": 46 } } @@ -618050,15 +618537,15 @@ "binop": null }, "value": "_opts", - "start": 32632, - "end": 32637, + "start": 35022, + "end": 35027, "loc": { "start": { - "line": 735, + "line": 777, "column": 47 }, "end": { - "line": 735, + "line": 777, "column": 52 } } @@ -618076,15 +618563,15 @@ "binop": null, "updateContext": null }, - "start": 32637, - "end": 32638, + "start": 35027, + "end": 35028, "loc": { "start": { - "line": 735, + "line": 777, "column": 52 }, "end": { - "line": 735, + "line": 777, "column": 53 } } @@ -618102,15 +618589,15 @@ "binop": null }, "value": "scale", - "start": 32638, - "end": 32643, + "start": 35028, + "end": 35033, "loc": { "start": { - "line": 735, + "line": 777, "column": 53 }, "end": { - "line": 735, + "line": 777, "column": 58 } } @@ -618127,15 +618614,15 @@ "postfix": false, "binop": null }, - "start": 32644, - "end": 32645, + "start": 35034, + "end": 35035, "loc": { "start": { - "line": 735, + "line": 777, "column": 59 }, "end": { - "line": 735, + "line": 777, "column": 60 } } @@ -618152,15 +618639,15 @@ "postfix": false, "binop": null }, - "start": 32646, - "end": 32647, + "start": 35036, + "end": 35037, "loc": { "start": { - "line": 735, + "line": 777, "column": 61 }, "end": { - "line": 735, + "line": 777, "column": 62 } } @@ -618177,15 +618664,15 @@ "postfix": false, "binop": null }, - "start": 32648, - "end": 32649, + "start": 35038, + "end": 35039, "loc": { "start": { - "line": 735, + "line": 777, "column": 63 }, "end": { - "line": 735, + "line": 777, "column": 64 } } @@ -618205,15 +618692,15 @@ "updateContext": null }, "value": "return", - "start": 32670, - "end": 32676, + "start": 35060, + "end": 35066, "loc": { "start": { - "line": 736, + "line": 778, "column": 20 }, "end": { - "line": 736, + "line": 778, "column": 26 } } @@ -618233,15 +618720,15 @@ "updateContext": null }, "value": "this", - "start": 32677, - "end": 32681, + "start": 35067, + "end": 35071, "loc": { "start": { - "line": 736, + "line": 778, "column": 27 }, "end": { - "line": 736, + "line": 778, "column": 31 } } @@ -618259,15 +618746,15 @@ "binop": null, "updateContext": null }, - "start": 32681, - "end": 32682, + "start": 35071, + "end": 35072, "loc": { "start": { - "line": 736, + "line": 778, "column": 31 }, "end": { - "line": 736, + "line": 778, "column": 32 } } @@ -618285,15 +618772,15 @@ "binop": null }, "value": "_diffDate", - "start": 32682, - "end": 32691, + "start": 35072, + "end": 35081, "loc": { "start": { - "line": 736, + "line": 778, "column": 32 }, "end": { - "line": 736, + "line": 778, "column": 41 } } @@ -618310,15 +618797,15 @@ "postfix": false, "binop": null }, - "start": 32691, - "end": 32692, + "start": 35081, + "end": 35082, "loc": { "start": { - "line": 736, + "line": 778, "column": 41 }, "end": { - "line": 736, + "line": 778, "column": 42 } } @@ -618336,15 +618823,15 @@ "binop": null }, "value": "_props", - "start": 32693, - "end": 32699, + "start": 35083, + "end": 35089, "loc": { "start": { - "line": 736, + "line": 778, "column": 43 }, "end": { - "line": 736, + "line": 778, "column": 49 } } @@ -618362,15 +618849,15 @@ "binop": null, "updateContext": null }, - "start": 32699, - "end": 32700, + "start": 35089, + "end": 35090, "loc": { "start": { - "line": 736, + "line": 778, "column": 49 }, "end": { - "line": 736, + "line": 778, "column": 50 } } @@ -618388,15 +618875,15 @@ "binop": null }, "value": "begin", - "start": 32700, - "end": 32705, + "start": 35090, + "end": 35095, "loc": { "start": { - "line": 736, + "line": 778, "column": 50 }, "end": { - "line": 736, + "line": 778, "column": 55 } } @@ -618414,15 +618901,15 @@ "binop": null, "updateContext": null }, - "start": 32705, - "end": 32706, + "start": 35095, + "end": 35096, "loc": { "start": { - "line": 736, + "line": 778, "column": 55 }, "end": { - "line": 736, + "line": 778, "column": 56 } } @@ -618440,15 +618927,15 @@ "binop": null }, "value": "_props", - "start": 32707, - "end": 32713, + "start": 35097, + "end": 35103, "loc": { "start": { - "line": 736, + "line": 778, "column": 57 }, "end": { - "line": 736, + "line": 778, "column": 63 } } @@ -618466,15 +618953,15 @@ "binop": null, "updateContext": null }, - "start": 32713, - "end": 32714, + "start": 35103, + "end": 35104, "loc": { "start": { - "line": 736, + "line": 778, "column": 63 }, "end": { - "line": 736, + "line": 778, "column": 64 } } @@ -618492,15 +618979,15 @@ "binop": null }, "value": "end", - "start": 32714, - "end": 32717, + "start": 35104, + "end": 35107, "loc": { "start": { - "line": 736, + "line": 778, "column": 64 }, "end": { - "line": 736, + "line": 778, "column": 67 } } @@ -618518,15 +619005,15 @@ "binop": null, "updateContext": null }, - "start": 32717, - "end": 32718, + "start": 35107, + "end": 35108, "loc": { "start": { - "line": 736, + "line": 778, "column": 67 }, "end": { - "line": 736, + "line": 778, "column": 68 } } @@ -618544,15 +619031,15 @@ "binop": null }, "value": "scale", - "start": 32719, - "end": 32724, + "start": 35109, + "end": 35114, "loc": { "start": { - "line": 736, + "line": 778, "column": 69 }, "end": { - "line": 736, + "line": 778, "column": 74 } } @@ -618569,15 +619056,15 @@ "postfix": false, "binop": null }, - "start": 32725, - "end": 32726, + "start": 35115, + "end": 35116, "loc": { "start": { - "line": 736, + "line": 778, "column": 75 }, "end": { - "line": 736, + "line": 778, "column": 76 } } @@ -618594,15 +619081,15 @@ "postfix": false, "binop": null }, - "start": 32743, - "end": 32744, + "start": 35133, + "end": 35134, "loc": { "start": { - "line": 737, + "line": 779, "column": 16 }, "end": { - "line": 737, + "line": 779, "column": 17 } } @@ -618622,15 +619109,15 @@ "updateContext": null }, "value": "else", - "start": 32745, - "end": 32749, + "start": 35135, + "end": 35139, "loc": { "start": { - "line": 737, + "line": 779, "column": 18 }, "end": { - "line": 737, + "line": 779, "column": 22 } } @@ -618647,15 +619134,15 @@ "postfix": false, "binop": null }, - "start": 32750, - "end": 32751, + "start": 35140, + "end": 35141, "loc": { "start": { - "line": 737, + "line": 779, "column": 23 }, "end": { - "line": 737, + "line": 779, "column": 24 } } @@ -618673,15 +619160,15 @@ "binop": null }, "value": "_ms", - "start": 32772, - "end": 32775, + "start": 35162, + "end": 35165, "loc": { "start": { - "line": 738, + "line": 780, "column": 20 }, "end": { - "line": 738, + "line": 780, "column": 23 } } @@ -618700,15 +619187,15 @@ "updateContext": null }, "value": "=", - "start": 32776, - "end": 32777, + "start": 35166, + "end": 35167, "loc": { "start": { - "line": 738, + "line": 780, "column": 24 }, "end": { - "line": 738, + "line": 780, "column": 25 } } @@ -618727,15 +619214,15 @@ "updateContext": null }, "value": 30.44, - "start": 32778, - "end": 32783, + "start": 35168, + "end": 35173, "loc": { "start": { - "line": 738, + "line": 780, "column": 26 }, "end": { - "line": 738, + "line": 780, "column": 31 } } @@ -618754,15 +619241,15 @@ "updateContext": null }, "value": "*", - "start": 32784, - "end": 32785, + "start": 35174, + "end": 35175, "loc": { "start": { - "line": 738, + "line": 780, "column": 32 }, "end": { - "line": 738, + "line": 780, "column": 33 } } @@ -618781,15 +619268,15 @@ "updateContext": null }, "value": 24, - "start": 32786, - "end": 32788, + "start": 35176, + "end": 35178, "loc": { "start": { - "line": 738, + "line": 780, "column": 34 }, "end": { - "line": 738, + "line": 780, "column": 36 } } @@ -618808,15 +619295,15 @@ "updateContext": null }, "value": "*", - "start": 32789, - "end": 32790, + "start": 35179, + "end": 35180, "loc": { "start": { - "line": 738, + "line": 780, "column": 37 }, "end": { - "line": 738, + "line": 780, "column": 38 } } @@ -618835,15 +619322,15 @@ "updateContext": null }, "value": 60, - "start": 32791, - "end": 32793, + "start": 35181, + "end": 35183, "loc": { "start": { - "line": 738, + "line": 780, "column": 39 }, "end": { - "line": 738, + "line": 780, "column": 41 } } @@ -618862,15 +619349,15 @@ "updateContext": null }, "value": "*", - "start": 32794, - "end": 32795, + "start": 35184, + "end": 35185, "loc": { "start": { - "line": 738, + "line": 780, "column": 42 }, "end": { - "line": 738, + "line": 780, "column": 43 } } @@ -618889,15 +619376,15 @@ "updateContext": null }, "value": 60, - "start": 32796, - "end": 32798, + "start": 35186, + "end": 35188, "loc": { "start": { - "line": 738, + "line": 780, "column": 44 }, "end": { - "line": 738, + "line": 780, "column": 46 } } @@ -618916,15 +619403,15 @@ "updateContext": null }, "value": "*", - "start": 32799, - "end": 32800, + "start": 35189, + "end": 35190, "loc": { "start": { - "line": 738, + "line": 780, "column": 47 }, "end": { - "line": 738, + "line": 780, "column": 48 } } @@ -618943,15 +619430,15 @@ "updateContext": null }, "value": 1000, - "start": 32801, - "end": 32805, + "start": 35191, + "end": 35195, "loc": { "start": { - "line": 738, + "line": 780, "column": 49 }, "end": { - "line": 738, + "line": 780, "column": 53 } } @@ -618971,15 +619458,15 @@ "updateContext": null }, "value": "break", - "start": 32826, - "end": 32831, + "start": 35216, + "end": 35221, "loc": { "start": { - "line": 739, + "line": 781, "column": 20 }, "end": { - "line": 739, + "line": 781, "column": 25 } } @@ -618996,15 +619483,15 @@ "postfix": false, "binop": null }, - "start": 32848, - "end": 32849, + "start": 35238, + "end": 35239, "loc": { "start": { - "line": 740, + "line": 782, "column": 16 }, "end": { - "line": 740, + "line": 782, "column": 17 } } @@ -619024,15 +619511,15 @@ "updateContext": null }, "value": "case", - "start": 32862, - "end": 32866, + "start": 35252, + "end": 35256, "loc": { "start": { - "line": 741, + "line": 783, "column": 12 }, "end": { - "line": 741, + "line": 783, "column": 16 } } @@ -619054,15 +619541,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 32867, - "end": 32878, + "start": 35257, + "end": 35268, "loc": { "start": { - "line": 741, + "line": 783, "column": 17 }, "end": { - "line": 741, + "line": 783, "column": 28 } } @@ -619080,15 +619567,15 @@ "binop": null, "updateContext": null }, - "start": 32878, - "end": 32879, + "start": 35268, + "end": 35269, "loc": { "start": { - "line": 741, + "line": 783, "column": 28 }, "end": { - "line": 741, + "line": 783, "column": 29 } } @@ -619106,15 +619593,15 @@ "binop": null }, "value": "test", - "start": 32879, - "end": 32883, + "start": 35269, + "end": 35273, "loc": { "start": { - "line": 741, + "line": 783, "column": 29 }, "end": { - "line": 741, + "line": 783, "column": 33 } } @@ -619131,15 +619618,15 @@ "postfix": false, "binop": null }, - "start": 32883, - "end": 32884, + "start": 35273, + "end": 35274, "loc": { "start": { - "line": 741, + "line": 783, "column": 33 }, "end": { - "line": 741, + "line": 783, "column": 34 } } @@ -619157,15 +619644,15 @@ "binop": null }, "value": "scale", - "start": 32885, - "end": 32890, + "start": 35275, + "end": 35280, "loc": { "start": { - "line": 741, + "line": 783, "column": 35 }, "end": { - "line": 741, + "line": 783, "column": 40 } } @@ -619182,15 +619669,15 @@ "postfix": false, "binop": null }, - "start": 32891, - "end": 32892, + "start": 35281, + "end": 35282, "loc": { "start": { - "line": 741, + "line": 783, "column": 41 }, "end": { - "line": 741, + "line": 783, "column": 42 } } @@ -619208,15 +619695,15 @@ "binop": null, "updateContext": null }, - "start": 32892, - "end": 32893, + "start": 35282, + "end": 35283, "loc": { "start": { - "line": 741, + "line": 783, "column": 42 }, "end": { - "line": 741, + "line": 783, "column": 43 } } @@ -619224,15 +619711,15 @@ { "type": "CommentLine", "value": " Year (is the variable length scale) (:> 年(可変長スケール)", - "start": 32910, - "end": 32963, + "start": 35300, + "end": 35353, "loc": { "start": { - "line": 742, + "line": 784, "column": 16 }, "end": { - "line": 742, + "line": 784, "column": 69 } } @@ -619252,15 +619739,15 @@ "updateContext": null }, "value": "if", - "start": 32980, - "end": 32982, + "start": 35370, + "end": 35372, "loc": { "start": { - "line": 743, + "line": 785, "column": 16 }, "end": { - "line": 743, + "line": 785, "column": 18 } } @@ -619277,15 +619764,15 @@ "postfix": false, "binop": null }, - "start": 32983, - "end": 32984, + "start": 35373, + "end": 35374, "loc": { "start": { - "line": 743, + "line": 785, "column": 19 }, "end": { - "line": 743, + "line": 785, "column": 20 } } @@ -619307,15 +619794,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 32985, - "end": 33004, + "start": 35375, + "end": 35394, "loc": { "start": { - "line": 743, + "line": 785, "column": 21 }, "end": { - "line": 743, + "line": 785, "column": 40 } } @@ -619333,15 +619820,15 @@ "binop": null, "updateContext": null }, - "start": 33004, - "end": 33005, + "start": 35394, + "end": 35395, "loc": { "start": { - "line": 743, + "line": 785, "column": 40 }, "end": { - "line": 743, + "line": 785, "column": 41 } } @@ -619359,15 +619846,15 @@ "binop": null }, "value": "test", - "start": 33005, - "end": 33009, + "start": 35395, + "end": 35399, "loc": { "start": { - "line": 743, + "line": 785, "column": 41 }, "end": { - "line": 743, + "line": 785, "column": 45 } } @@ -619384,15 +619871,15 @@ "postfix": false, "binop": null }, - "start": 33009, - "end": 33010, + "start": 35399, + "end": 35400, "loc": { "start": { - "line": 743, + "line": 785, "column": 45 }, "end": { - "line": 743, + "line": 785, "column": 46 } } @@ -619410,15 +619897,15 @@ "binop": null }, "value": "_opts", - "start": 33011, - "end": 33016, + "start": 35401, + "end": 35406, "loc": { "start": { - "line": 743, + "line": 785, "column": 47 }, "end": { - "line": 743, + "line": 785, "column": 52 } } @@ -619436,15 +619923,15 @@ "binop": null, "updateContext": null }, - "start": 33016, - "end": 33017, + "start": 35406, + "end": 35407, "loc": { "start": { - "line": 743, + "line": 785, "column": 52 }, "end": { - "line": 743, + "line": 785, "column": 53 } } @@ -619462,15 +619949,15 @@ "binop": null }, "value": "scale", - "start": 33017, - "end": 33022, + "start": 35407, + "end": 35412, "loc": { "start": { - "line": 743, + "line": 785, "column": 53 }, "end": { - "line": 743, + "line": 785, "column": 58 } } @@ -619487,15 +619974,15 @@ "postfix": false, "binop": null }, - "start": 33023, - "end": 33024, + "start": 35413, + "end": 35414, "loc": { "start": { - "line": 743, + "line": 785, "column": 59 }, "end": { - "line": 743, + "line": 785, "column": 60 } } @@ -619512,15 +619999,15 @@ "postfix": false, "binop": null }, - "start": 33025, - "end": 33026, + "start": 35415, + "end": 35416, "loc": { "start": { - "line": 743, + "line": 785, "column": 61 }, "end": { - "line": 743, + "line": 785, "column": 62 } } @@ -619537,15 +620024,15 @@ "postfix": false, "binop": null }, - "start": 33027, - "end": 33028, + "start": 35417, + "end": 35418, "loc": { "start": { - "line": 743, + "line": 785, "column": 63 }, "end": { - "line": 743, + "line": 785, "column": 64 } } @@ -619565,15 +620052,15 @@ "updateContext": null }, "value": "return", - "start": 33049, - "end": 33055, + "start": 35439, + "end": 35445, "loc": { "start": { - "line": 744, + "line": 786, "column": 20 }, "end": { - "line": 744, + "line": 786, "column": 26 } } @@ -619593,15 +620080,15 @@ "updateContext": null }, "value": "this", - "start": 33056, - "end": 33060, + "start": 35446, + "end": 35450, "loc": { "start": { - "line": 744, + "line": 786, "column": 27 }, "end": { - "line": 744, + "line": 786, "column": 31 } } @@ -619619,15 +620106,15 @@ "binop": null, "updateContext": null }, - "start": 33060, - "end": 33061, + "start": 35450, + "end": 35451, "loc": { "start": { - "line": 744, + "line": 786, "column": 31 }, "end": { - "line": 744, + "line": 786, "column": 32 } } @@ -619645,15 +620132,15 @@ "binop": null }, "value": "_diffDate", - "start": 33061, - "end": 33070, + "start": 35451, + "end": 35460, "loc": { "start": { - "line": 744, + "line": 786, "column": 32 }, "end": { - "line": 744, + "line": 786, "column": 41 } } @@ -619670,15 +620157,15 @@ "postfix": false, "binop": null }, - "start": 33070, - "end": 33071, + "start": 35460, + "end": 35461, "loc": { "start": { - "line": 744, + "line": 786, "column": 41 }, "end": { - "line": 744, + "line": 786, "column": 42 } } @@ -619696,15 +620183,15 @@ "binop": null }, "value": "_props", - "start": 33072, - "end": 33078, + "start": 35462, + "end": 35468, "loc": { "start": { - "line": 744, + "line": 786, "column": 43 }, "end": { - "line": 744, + "line": 786, "column": 49 } } @@ -619722,15 +620209,15 @@ "binop": null, "updateContext": null }, - "start": 33078, - "end": 33079, + "start": 35468, + "end": 35469, "loc": { "start": { - "line": 744, + "line": 786, "column": 49 }, "end": { - "line": 744, + "line": 786, "column": 50 } } @@ -619748,15 +620235,15 @@ "binop": null }, "value": "begin", - "start": 33079, - "end": 33084, + "start": 35469, + "end": 35474, "loc": { "start": { - "line": 744, + "line": 786, "column": 50 }, "end": { - "line": 744, + "line": 786, "column": 55 } } @@ -619774,15 +620261,15 @@ "binop": null, "updateContext": null }, - "start": 33084, - "end": 33085, + "start": 35474, + "end": 35475, "loc": { "start": { - "line": 744, + "line": 786, "column": 55 }, "end": { - "line": 744, + "line": 786, "column": 56 } } @@ -619800,15 +620287,15 @@ "binop": null }, "value": "_props", - "start": 33086, - "end": 33092, + "start": 35476, + "end": 35482, "loc": { "start": { - "line": 744, + "line": 786, "column": 57 }, "end": { - "line": 744, + "line": 786, "column": 63 } } @@ -619826,15 +620313,15 @@ "binop": null, "updateContext": null }, - "start": 33092, - "end": 33093, + "start": 35482, + "end": 35483, "loc": { "start": { - "line": 744, + "line": 786, "column": 63 }, "end": { - "line": 744, + "line": 786, "column": 64 } } @@ -619852,15 +620339,15 @@ "binop": null }, "value": "end", - "start": 33093, - "end": 33096, + "start": 35483, + "end": 35486, "loc": { "start": { - "line": 744, + "line": 786, "column": 64 }, "end": { - "line": 744, + "line": 786, "column": 67 } } @@ -619878,15 +620365,15 @@ "binop": null, "updateContext": null }, - "start": 33096, - "end": 33097, + "start": 35486, + "end": 35487, "loc": { "start": { - "line": 744, + "line": 786, "column": 67 }, "end": { - "line": 744, + "line": 786, "column": 68 } } @@ -619904,15 +620391,15 @@ "binop": null }, "value": "scale", - "start": 33098, - "end": 33103, + "start": 35488, + "end": 35493, "loc": { "start": { - "line": 744, + "line": 786, "column": 69 }, "end": { - "line": 744, + "line": 786, "column": 74 } } @@ -619929,15 +620416,15 @@ "postfix": false, "binop": null }, - "start": 33104, - "end": 33105, + "start": 35494, + "end": 35495, "loc": { "start": { - "line": 744, + "line": 786, "column": 75 }, "end": { - "line": 744, + "line": 786, "column": 76 } } @@ -619954,15 +620441,15 @@ "postfix": false, "binop": null }, - "start": 33122, - "end": 33123, + "start": 35512, + "end": 35513, "loc": { "start": { - "line": 745, + "line": 787, "column": 16 }, "end": { - "line": 745, + "line": 787, "column": 17 } } @@ -619982,15 +620469,15 @@ "updateContext": null }, "value": "else", - "start": 33124, - "end": 33128, + "start": 35514, + "end": 35518, "loc": { "start": { - "line": 745, + "line": 787, "column": 18 }, "end": { - "line": 745, + "line": 787, "column": 22 } } @@ -620007,15 +620494,15 @@ "postfix": false, "binop": null }, - "start": 33129, - "end": 33130, + "start": 35519, + "end": 35520, "loc": { "start": { - "line": 745, + "line": 787, "column": 23 }, "end": { - "line": 745, + "line": 787, "column": 24 } } @@ -620033,15 +620520,15 @@ "binop": null }, "value": "_ms", - "start": 33151, - "end": 33154, + "start": 35541, + "end": 35544, "loc": { "start": { - "line": 746, + "line": 788, "column": 20 }, "end": { - "line": 746, + "line": 788, "column": 23 } } @@ -620060,15 +620547,15 @@ "updateContext": null }, "value": "=", - "start": 33155, - "end": 33156, + "start": 35545, + "end": 35546, "loc": { "start": { - "line": 746, + "line": 788, "column": 24 }, "end": { - "line": 746, + "line": 788, "column": 25 } } @@ -620087,15 +620574,15 @@ "updateContext": null }, "value": 365.25, - "start": 33157, - "end": 33163, + "start": 35547, + "end": 35553, "loc": { "start": { - "line": 746, + "line": 788, "column": 26 }, "end": { - "line": 746, + "line": 788, "column": 32 } } @@ -620114,15 +620601,15 @@ "updateContext": null }, "value": "*", - "start": 33164, - "end": 33165, + "start": 35554, + "end": 35555, "loc": { "start": { - "line": 746, + "line": 788, "column": 33 }, "end": { - "line": 746, + "line": 788, "column": 34 } } @@ -620141,15 +620628,15 @@ "updateContext": null }, "value": 24, - "start": 33166, - "end": 33168, + "start": 35556, + "end": 35558, "loc": { "start": { - "line": 746, + "line": 788, "column": 35 }, "end": { - "line": 746, + "line": 788, "column": 37 } } @@ -620168,15 +620655,15 @@ "updateContext": null }, "value": "*", - "start": 33169, - "end": 33170, + "start": 35559, + "end": 35560, "loc": { "start": { - "line": 746, + "line": 788, "column": 38 }, "end": { - "line": 746, + "line": 788, "column": 39 } } @@ -620195,15 +620682,15 @@ "updateContext": null }, "value": 60, - "start": 33171, - "end": 33173, + "start": 35561, + "end": 35563, "loc": { "start": { - "line": 746, + "line": 788, "column": 40 }, "end": { - "line": 746, + "line": 788, "column": 42 } } @@ -620222,15 +620709,15 @@ "updateContext": null }, "value": "*", - "start": 33174, - "end": 33175, + "start": 35564, + "end": 35565, "loc": { "start": { - "line": 746, + "line": 788, "column": 43 }, "end": { - "line": 746, + "line": 788, "column": 44 } } @@ -620249,15 +620736,15 @@ "updateContext": null }, "value": 60, - "start": 33176, - "end": 33178, + "start": 35566, + "end": 35568, "loc": { "start": { - "line": 746, + "line": 788, "column": 45 }, "end": { - "line": 746, + "line": 788, "column": 47 } } @@ -620276,15 +620763,15 @@ "updateContext": null }, "value": "*", - "start": 33179, - "end": 33180, + "start": 35569, + "end": 35570, "loc": { "start": { - "line": 746, + "line": 788, "column": 48 }, "end": { - "line": 746, + "line": 788, "column": 49 } } @@ -620303,15 +620790,15 @@ "updateContext": null }, "value": 1000, - "start": 33181, - "end": 33185, + "start": 35571, + "end": 35575, "loc": { "start": { - "line": 746, + "line": 788, "column": 50 }, "end": { - "line": 746, + "line": 788, "column": 54 } } @@ -620331,15 +620818,15 @@ "updateContext": null }, "value": "break", - "start": 33206, - "end": 33211, + "start": 35596, + "end": 35601, "loc": { "start": { - "line": 747, + "line": 789, "column": 20 }, "end": { - "line": 747, + "line": 789, "column": 25 } } @@ -620356,15 +620843,15 @@ "postfix": false, "binop": null }, - "start": 33228, - "end": 33229, + "start": 35618, + "end": 35619, "loc": { "start": { - "line": 748, + "line": 790, "column": 16 }, "end": { - "line": 748, + "line": 790, "column": 17 } } @@ -620384,15 +620871,15 @@ "updateContext": null }, "value": "case", - "start": 33242, - "end": 33246, + "start": 35632, + "end": 35636, "loc": { "start": { - "line": 749, + "line": 791, "column": 12 }, "end": { - "line": 749, + "line": 791, "column": 16 } } @@ -620414,15 +620901,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 33247, - "end": 33259, + "start": 35637, + "end": 35649, "loc": { "start": { - "line": 749, + "line": 791, "column": 17 }, "end": { - "line": 749, + "line": 791, "column": 29 } } @@ -620440,15 +620927,15 @@ "binop": null, "updateContext": null }, - "start": 33259, - "end": 33260, + "start": 35649, + "end": 35650, "loc": { "start": { - "line": 749, + "line": 791, "column": 29 }, "end": { - "line": 749, + "line": 791, "column": 30 } } @@ -620466,15 +620953,15 @@ "binop": null }, "value": "test", - "start": 33260, - "end": 33264, + "start": 35650, + "end": 35654, "loc": { "start": { - "line": 749, + "line": 791, "column": 30 }, "end": { - "line": 749, + "line": 791, "column": 34 } } @@ -620491,15 +620978,15 @@ "postfix": false, "binop": null }, - "start": 33264, - "end": 33265, + "start": 35654, + "end": 35655, "loc": { "start": { - "line": 749, + "line": 791, "column": 34 }, "end": { - "line": 749, + "line": 791, "column": 35 } } @@ -620517,15 +621004,15 @@ "binop": null }, "value": "scale", - "start": 33266, - "end": 33271, + "start": 35656, + "end": 35661, "loc": { "start": { - "line": 749, + "line": 791, "column": 36 }, "end": { - "line": 749, + "line": 791, "column": 41 } } @@ -620542,15 +621029,15 @@ "postfix": false, "binop": null }, - "start": 33272, - "end": 33273, + "start": 35662, + "end": 35663, "loc": { "start": { - "line": 749, + "line": 791, "column": 42 }, "end": { - "line": 749, + "line": 791, "column": 43 } } @@ -620568,15 +621055,15 @@ "binop": null, "updateContext": null }, - "start": 33273, - "end": 33274, + "start": 35663, + "end": 35664, "loc": { "start": { - "line": 749, + "line": 791, "column": 43 }, "end": { - "line": 749, + "line": 791, "column": 44 } } @@ -620584,15 +621071,15 @@ { "type": "CommentLine", "value": " Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)", - "start": 33291, - "end": 33394, + "start": 35681, + "end": 35784, "loc": { "start": { - "line": 750, + "line": 792, "column": 16 }, "end": { - "line": 750, + "line": 792, "column": 119 } } @@ -620600,15 +621087,15 @@ { "type": "CommentLine", "value": " 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000", - "start": 33411, - "end": 33514, + "start": 35801, + "end": 35904, "loc": { "start": { - "line": 751, + "line": 793, "column": 16 }, "end": { - "line": 751, + "line": 793, "column": 119 } } @@ -620616,15 +621103,15 @@ { "type": "CommentLine", "value": "_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia", - "start": 33531, - "end": 33621, + "start": 35921, + "end": 36011, "loc": { "start": { - "line": 752, + "line": 794, "column": 16 }, "end": { - "line": 752, + "line": 794, "column": 106 } } @@ -620642,15 +621129,15 @@ "binop": null }, "value": "_ms", - "start": 33638, - "end": 33641, + "start": 36028, + "end": 36031, "loc": { "start": { - "line": 753, + "line": 795, "column": 16 }, "end": { - "line": 753, + "line": 795, "column": 19 } } @@ -620669,15 +621156,15 @@ "updateContext": null }, "value": "=", - "start": 33642, - "end": 33643, + "start": 36032, + "end": 36033, "loc": { "start": { - "line": 753, + "line": 795, "column": 20 }, "end": { - "line": 753, + "line": 795, "column": 21 } } @@ -620696,15 +621183,15 @@ "updateContext": null }, "value": 157788000, - "start": 33644, - "end": 33653, + "start": 36034, + "end": 36043, "loc": { "start": { - "line": 753, + "line": 795, "column": 22 }, "end": { - "line": 753, + "line": 795, "column": 31 } } @@ -620723,15 +621210,15 @@ "updateContext": null }, "value": "*", - "start": 33654, - "end": 33655, + "start": 36044, + "end": 36045, "loc": { "start": { - "line": 753, + "line": 795, "column": 32 }, "end": { - "line": 753, + "line": 795, "column": 33 } } @@ -620750,15 +621237,15 @@ "updateContext": null }, "value": 1000, - "start": 33656, - "end": 33660, + "start": 36046, + "end": 36050, "loc": { "start": { - "line": 753, + "line": 795, "column": 34 }, "end": { - "line": 753, + "line": 795, "column": 38 } } @@ -620778,15 +621265,15 @@ "updateContext": null }, "value": "break", - "start": 33677, - "end": 33682, + "start": 36067, + "end": 36072, "loc": { "start": { - "line": 754, + "line": 796, "column": 16 }, "end": { - "line": 754, + "line": 796, "column": 21 } } @@ -620806,15 +621293,15 @@ "updateContext": null }, "value": "case", - "start": 33695, - "end": 33699, + "start": 36085, + "end": 36089, "loc": { "start": { - "line": 755, + "line": 797, "column": 12 }, "end": { - "line": 755, + "line": 797, "column": 16 } } @@ -620836,15 +621323,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 33700, - "end": 33720, + "start": 36090, + "end": 36110, "loc": { "start": { - "line": 755, + "line": 797, "column": 17 }, "end": { - "line": 755, + "line": 797, "column": 37 } } @@ -620862,15 +621349,15 @@ "binop": null, "updateContext": null }, - "start": 33720, - "end": 33721, + "start": 36110, + "end": 36111, "loc": { "start": { - "line": 755, + "line": 797, "column": 37 }, "end": { - "line": 755, + "line": 797, "column": 38 } } @@ -620888,15 +621375,15 @@ "binop": null }, "value": "test", - "start": 33721, - "end": 33725, + "start": 36111, + "end": 36115, "loc": { "start": { - "line": 755, + "line": 797, "column": 38 }, "end": { - "line": 755, + "line": 797, "column": 42 } } @@ -620913,15 +621400,15 @@ "postfix": false, "binop": null }, - "start": 33725, - "end": 33726, + "start": 36115, + "end": 36116, "loc": { "start": { - "line": 755, + "line": 797, "column": 42 }, "end": { - "line": 755, + "line": 797, "column": 43 } } @@ -620939,15 +621426,15 @@ "binop": null }, "value": "scale", - "start": 33727, - "end": 33732, + "start": 36117, + "end": 36122, "loc": { "start": { - "line": 755, + "line": 797, "column": 44 }, "end": { - "line": 755, + "line": 797, "column": 49 } } @@ -620964,15 +621451,15 @@ "postfix": false, "binop": null }, - "start": 33733, - "end": 33734, + "start": 36123, + "end": 36124, "loc": { "start": { - "line": 755, + "line": 797, "column": 50 }, "end": { - "line": 755, + "line": 797, "column": 51 } } @@ -620990,15 +621477,15 @@ "binop": null, "updateContext": null }, - "start": 33734, - "end": 33735, + "start": 36124, + "end": 36125, "loc": { "start": { - "line": 755, + "line": 797, "column": 51 }, "end": { - "line": 755, + "line": 797, "column": 52 } } @@ -621006,15 +621493,15 @@ { "type": "CommentLine", "value": " Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)", - "start": 33752, - "end": 33854, + "start": 36142, + "end": 36244, "loc": { "start": { - "line": 756, + "line": 798, "column": 16 }, "end": { - "line": 756, + "line": 798, "column": 118 } } @@ -621022,15 +621509,15 @@ { "type": "CommentLine", "value": " 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000", - "start": 33871, - "end": 33977, + "start": 36261, + "end": 36367, "loc": { "start": { - "line": 757, + "line": 799, "column": 16 }, "end": { - "line": 757, + "line": 799, "column": 122 } } @@ -621038,15 +621525,15 @@ { "type": "CommentLine", "value": " _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia", - "start": 33994, - "end": 34077, + "start": 36384, + "end": 36467, "loc": { "start": { - "line": 758, + "line": 800, "column": 16 }, "end": { - "line": 758, + "line": 800, "column": 99 } } @@ -621064,15 +621551,15 @@ "binop": null }, "value": "_ms", - "start": 34094, - "end": 34097, + "start": 36484, + "end": 36487, "loc": { "start": { - "line": 759, + "line": 801, "column": 16 }, "end": { - "line": 759, + "line": 801, "column": 19 } } @@ -621091,15 +621578,15 @@ "updateContext": null }, "value": "=", - "start": 34098, - "end": 34099, + "start": 36488, + "end": 36489, "loc": { "start": { - "line": 759, + "line": 801, "column": 20 }, "end": { - "line": 759, + "line": 801, "column": 21 } } @@ -621118,15 +621605,15 @@ "updateContext": null }, "value": 315576000, - "start": 34100, - "end": 34109, + "start": 36490, + "end": 36499, "loc": { "start": { - "line": 759, + "line": 801, "column": 22 }, "end": { - "line": 759, + "line": 801, "column": 31 } } @@ -621145,15 +621632,15 @@ "updateContext": null }, "value": "*", - "start": 34110, - "end": 34111, + "start": 36500, + "end": 36501, "loc": { "start": { - "line": 759, + "line": 801, "column": 32 }, "end": { - "line": 759, + "line": 801, "column": 33 } } @@ -621172,15 +621659,15 @@ "updateContext": null }, "value": 1000, - "start": 34112, - "end": 34116, + "start": 36502, + "end": 36506, "loc": { "start": { - "line": 759, + "line": 801, "column": 34 }, "end": { - "line": 759, + "line": 801, "column": 38 } } @@ -621200,15 +621687,15 @@ "updateContext": null }, "value": "break", - "start": 34133, - "end": 34138, + "start": 36523, + "end": 36528, "loc": { "start": { - "line": 760, + "line": 802, "column": 16 }, "end": { - "line": 760, + "line": 802, "column": 21 } } @@ -621228,15 +621715,15 @@ "updateContext": null }, "value": "case", - "start": 34151, - "end": 34155, + "start": 36541, + "end": 36545, "loc": { "start": { - "line": 761, + "line": 803, "column": 12 }, "end": { - "line": 761, + "line": 803, "column": 16 } } @@ -621258,15 +621745,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 34156, - "end": 34168, + "start": 36546, + "end": 36558, "loc": { "start": { - "line": 761, + "line": 803, "column": 17 }, "end": { - "line": 761, + "line": 803, "column": 29 } } @@ -621284,15 +621771,15 @@ "binop": null, "updateContext": null }, - "start": 34168, - "end": 34169, + "start": 36558, + "end": 36559, "loc": { "start": { - "line": 761, + "line": 803, "column": 29 }, "end": { - "line": 761, + "line": 803, "column": 30 } } @@ -621310,15 +621797,15 @@ "binop": null }, "value": "test", - "start": 34169, - "end": 34173, + "start": 36559, + "end": 36563, "loc": { "start": { - "line": 761, + "line": 803, "column": 30 }, "end": { - "line": 761, + "line": 803, "column": 34 } } @@ -621335,15 +621822,15 @@ "postfix": false, "binop": null }, - "start": 34173, - "end": 34174, + "start": 36563, + "end": 36564, "loc": { "start": { - "line": 761, + "line": 803, "column": 34 }, "end": { - "line": 761, + "line": 803, "column": 35 } } @@ -621361,15 +621848,15 @@ "binop": null }, "value": "scale", - "start": 34175, - "end": 34180, + "start": 36565, + "end": 36570, "loc": { "start": { - "line": 761, + "line": 803, "column": 36 }, "end": { - "line": 761, + "line": 803, "column": 41 } } @@ -621386,15 +621873,15 @@ "postfix": false, "binop": null }, - "start": 34181, - "end": 34182, + "start": 36571, + "end": 36572, "loc": { "start": { - "line": 761, + "line": 803, "column": 42 }, "end": { - "line": 761, + "line": 803, "column": 43 } } @@ -621412,15 +621899,15 @@ "binop": null, "updateContext": null }, - "start": 34182, - "end": 34183, + "start": 36572, + "end": 36573, "loc": { "start": { - "line": 761, + "line": 803, "column": 43 }, "end": { - "line": 761, + "line": 803, "column": 44 } } @@ -621428,15 +621915,15 @@ { "type": "CommentLine", "value": " Century (:> 世紀(百年紀)", - "start": 34200, - "end": 34222, + "start": 36590, + "end": 36612, "loc": { "start": { - "line": 762, + "line": 804, "column": 16 }, "end": { - "line": 762, + "line": 804, "column": 38 } } @@ -621444,15 +621931,15 @@ { "type": "CommentLine", "value": " 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000", - "start": 34239, - "end": 34289, + "start": 36629, + "end": 36679, "loc": { "start": { - "line": 763, + "line": 805, "column": 16 }, "end": { - "line": 763, + "line": 805, "column": 66 } } @@ -621470,15 +621957,15 @@ "binop": null }, "value": "_ms", - "start": 34306, - "end": 34309, + "start": 36696, + "end": 36699, "loc": { "start": { - "line": 764, + "line": 806, "column": 16 }, "end": { - "line": 764, + "line": 806, "column": 19 } } @@ -621497,15 +621984,15 @@ "updateContext": null }, "value": "=", - "start": 34310, - "end": 34311, + "start": 36700, + "end": 36701, "loc": { "start": { - "line": 764, + "line": 806, "column": 20 }, "end": { - "line": 764, + "line": 806, "column": 21 } } @@ -621524,15 +622011,15 @@ "updateContext": null }, "value": 3155760000, - "start": 34312, - "end": 34322, + "start": 36702, + "end": 36712, "loc": { "start": { - "line": 764, + "line": 806, "column": 22 }, "end": { - "line": 764, + "line": 806, "column": 32 } } @@ -621551,15 +622038,15 @@ "updateContext": null }, "value": "*", - "start": 34323, - "end": 34324, + "start": 36713, + "end": 36714, "loc": { "start": { - "line": 764, + "line": 806, "column": 33 }, "end": { - "line": 764, + "line": 806, "column": 34 } } @@ -621578,15 +622065,15 @@ "updateContext": null }, "value": 1000, - "start": 34325, - "end": 34329, + "start": 36715, + "end": 36719, "loc": { "start": { - "line": 764, + "line": 806, "column": 35 }, "end": { - "line": 764, + "line": 806, "column": 39 } } @@ -621606,15 +622093,15 @@ "updateContext": null }, "value": "break", - "start": 34346, - "end": 34351, + "start": 36736, + "end": 36741, "loc": { "start": { - "line": 765, + "line": 807, "column": 16 }, "end": { - "line": 765, + "line": 807, "column": 21 } } @@ -621634,15 +622121,15 @@ "updateContext": null }, "value": "case", - "start": 34364, - "end": 34368, + "start": 36754, + "end": 36758, "loc": { "start": { - "line": 766, + "line": 808, "column": 12 }, "end": { - "line": 766, + "line": 808, "column": 16 } } @@ -621664,15 +622151,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 34369, - "end": 34396, + "start": 36759, + "end": 36786, "loc": { "start": { - "line": 766, + "line": 808, "column": 17 }, "end": { - "line": 766, + "line": 808, "column": 44 } } @@ -621690,15 +622177,15 @@ "binop": null, "updateContext": null }, - "start": 34396, - "end": 34397, + "start": 36786, + "end": 36787, "loc": { "start": { - "line": 766, + "line": 808, "column": 44 }, "end": { - "line": 766, + "line": 808, "column": 45 } } @@ -621716,15 +622203,15 @@ "binop": null }, "value": "test", - "start": 34397, - "end": 34401, + "start": 36787, + "end": 36791, "loc": { "start": { - "line": 766, + "line": 808, "column": 45 }, "end": { - "line": 766, + "line": 808, "column": 49 } } @@ -621741,15 +622228,15 @@ "postfix": false, "binop": null }, - "start": 34401, - "end": 34402, + "start": 36791, + "end": 36792, "loc": { "start": { - "line": 766, + "line": 808, "column": 49 }, "end": { - "line": 766, + "line": 808, "column": 50 } } @@ -621767,15 +622254,15 @@ "binop": null }, "value": "scale", - "start": 34403, - "end": 34408, + "start": 36793, + "end": 36798, "loc": { "start": { - "line": 766, + "line": 808, "column": 51 }, "end": { - "line": 766, + "line": 808, "column": 56 } } @@ -621792,15 +622279,15 @@ "postfix": false, "binop": null }, - "start": 34409, - "end": 34410, + "start": 36799, + "end": 36800, "loc": { "start": { - "line": 766, + "line": 808, "column": 57 }, "end": { - "line": 766, + "line": 808, "column": 58 } } @@ -621818,15 +622305,15 @@ "binop": null, "updateContext": null }, - "start": 34410, - "end": 34411, + "start": 36800, + "end": 36801, "loc": { "start": { - "line": 766, + "line": 808, "column": 58 }, "end": { - "line": 766, + "line": 808, "column": 59 } } @@ -621834,15 +622321,15 @@ { "type": "CommentLine", "value": " Millennium (:> 千年紀", - "start": 34428, - "end": 34449, + "start": 36818, + "end": 36839, "loc": { "start": { - "line": 767, + "line": 809, "column": 16 }, "end": { - "line": 767, + "line": 809, "column": 37 } } @@ -621850,15 +622337,15 @@ { "type": "CommentLine", "value": " 100y = 365250", - "start": 34466, - "end": 34482, + "start": 36856, + "end": 36872, "loc": { "start": { - "line": 768, + "line": 810, "column": 16 }, "end": { - "line": 768, + "line": 810, "column": 32 } } @@ -621866,15 +622353,15 @@ { "type": "CommentLine", "value": "_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000", - "start": 34499, - "end": 34545, + "start": 36889, + "end": 36935, "loc": { "start": { - "line": 769, + "line": 811, "column": 16 }, "end": { - "line": 769, + "line": 811, "column": 62 } } @@ -621892,15 +622379,15 @@ "binop": null }, "value": "_ms", - "start": 34562, - "end": 34565, + "start": 36952, + "end": 36955, "loc": { "start": { - "line": 770, + "line": 812, "column": 16 }, "end": { - "line": 770, + "line": 812, "column": 19 } } @@ -621919,15 +622406,15 @@ "updateContext": null }, "value": "=", - "start": 34566, - "end": 34567, + "start": 36956, + "end": 36957, "loc": { "start": { - "line": 770, + "line": 812, "column": 20 }, "end": { - "line": 770, + "line": 812, "column": 21 } } @@ -621946,15 +622433,15 @@ "updateContext": null }, "value": 3155760000, - "start": 34568, - "end": 34578, + "start": 36958, + "end": 36968, "loc": { "start": { - "line": 770, + "line": 812, "column": 22 }, "end": { - "line": 770, + "line": 812, "column": 32 } } @@ -621973,15 +622460,15 @@ "updateContext": null }, "value": "*", - "start": 34579, - "end": 34580, + "start": 36969, + "end": 36970, "loc": { "start": { - "line": 770, + "line": 812, "column": 33 }, "end": { - "line": 770, + "line": 812, "column": 34 } } @@ -622000,15 +622487,15 @@ "updateContext": null }, "value": 10, - "start": 34581, - "end": 34583, + "start": 36971, + "end": 36973, "loc": { "start": { - "line": 770, + "line": 812, "column": 35 }, "end": { - "line": 770, + "line": 812, "column": 37 } } @@ -622027,15 +622514,15 @@ "updateContext": null }, "value": "*", - "start": 34584, - "end": 34585, + "start": 36974, + "end": 36975, "loc": { "start": { - "line": 770, + "line": 812, "column": 38 }, "end": { - "line": 770, + "line": 812, "column": 39 } } @@ -622054,15 +622541,15 @@ "updateContext": null }, "value": 1000, - "start": 34586, - "end": 34590, + "start": 36976, + "end": 36980, "loc": { "start": { - "line": 770, + "line": 812, "column": 40 }, "end": { - "line": 770, + "line": 812, "column": 44 } } @@ -622082,15 +622569,15 @@ "updateContext": null }, "value": "break", - "start": 34607, - "end": 34612, + "start": 36997, + "end": 37002, "loc": { "start": { - "line": 771, + "line": 813, "column": 16 }, "end": { - "line": 771, + "line": 813, "column": 21 } } @@ -622110,15 +622597,15 @@ "updateContext": null }, "value": "default", - "start": 34625, - "end": 34632, + "start": 37015, + "end": 37022, "loc": { "start": { - "line": 772, + "line": 814, "column": 12 }, "end": { - "line": 772, + "line": 814, "column": 19 } } @@ -622136,15 +622623,15 @@ "binop": null, "updateContext": null }, - "start": 34632, - "end": 34633, + "start": 37022, + "end": 37023, "loc": { "start": { - "line": 772, + "line": 814, "column": 19 }, "end": { - "line": 772, + "line": 814, "column": 20 } } @@ -622162,15 +622649,15 @@ "binop": null }, "value": "console", - "start": 34650, - "end": 34657, + "start": 37040, + "end": 37047, "loc": { "start": { - "line": 773, + "line": 815, "column": 16 }, "end": { - "line": 773, + "line": 815, "column": 23 } } @@ -622188,15 +622675,15 @@ "binop": null, "updateContext": null }, - "start": 34657, - "end": 34658, + "start": 37047, + "end": 37048, "loc": { "start": { - "line": 773, + "line": 815, "column": 23 }, "end": { - "line": 773, + "line": 815, "column": 24 } } @@ -622214,15 +622701,15 @@ "binop": null }, "value": "warn", - "start": 34658, - "end": 34662, + "start": 37048, + "end": 37052, "loc": { "start": { - "line": 773, + "line": 815, "column": 24 }, "end": { - "line": 773, + "line": 815, "column": 28 } } @@ -622239,15 +622726,15 @@ "postfix": false, "binop": null }, - "start": 34662, - "end": 34663, + "start": 37052, + "end": 37053, "loc": { "start": { - "line": 773, + "line": 815, "column": 28 }, "end": { - "line": 773, + "line": 815, "column": 29 } } @@ -622266,15 +622753,15 @@ "updateContext": null }, "value": "Specified an invalid scale.", - "start": 34664, - "end": 34693, + "start": 37054, + "end": 37083, "loc": { "start": { - "line": 773, + "line": 815, "column": 30 }, "end": { - "line": 773, + "line": 815, "column": 59 } } @@ -622291,15 +622778,15 @@ "postfix": false, "binop": null }, - "start": 34694, - "end": 34695, + "start": 37084, + "end": 37085, "loc": { "start": { - "line": 773, + "line": 815, "column": 60 }, "end": { - "line": 773, + "line": 815, "column": 61 } } @@ -622317,15 +622804,15 @@ "binop": null }, "value": "_ms", - "start": 34712, - "end": 34715, + "start": 37102, + "end": 37105, "loc": { "start": { - "line": 774, + "line": 816, "column": 16 }, "end": { - "line": 774, + "line": 816, "column": 19 } } @@ -622344,15 +622831,15 @@ "updateContext": null }, "value": "=", - "start": 34716, - "end": 34717, + "start": 37106, + "end": 37107, "loc": { "start": { - "line": 774, + "line": 816, "column": 20 }, "end": { - "line": 774, + "line": 816, "column": 21 } } @@ -622371,15 +622858,15 @@ "updateContext": null }, "value": "-", - "start": 34718, - "end": 34719, + "start": 37108, + "end": 37109, "loc": { "start": { - "line": 774, + "line": 816, "column": 22 }, "end": { - "line": 774, + "line": 816, "column": 23 } } @@ -622398,15 +622885,15 @@ "updateContext": null }, "value": 1, - "start": 34719, - "end": 34720, + "start": 37109, + "end": 37110, "loc": { "start": { - "line": 774, + "line": 816, "column": 23 }, "end": { - "line": 774, + "line": 816, "column": 24 } } @@ -622423,15 +622910,15 @@ "postfix": false, "binop": null }, - "start": 34729, - "end": 34730, + "start": 37119, + "end": 37120, "loc": { "start": { - "line": 775, + "line": 817, "column": 8 }, "end": { - "line": 775, + "line": 817, "column": 9 } } @@ -622451,15 +622938,15 @@ "updateContext": null }, "value": "return", - "start": 34739, - "end": 34745, + "start": 37129, + "end": 37135, "loc": { "start": { - "line": 776, + "line": 818, "column": 8 }, "end": { - "line": 776, + "line": 818, "column": 14 } } @@ -622477,15 +622964,15 @@ "binop": null }, "value": "_ms", - "start": 34746, - "end": 34749, + "start": 37136, + "end": 37139, "loc": { "start": { - "line": 776, + "line": 818, "column": 15 }, "end": { - "line": 776, + "line": 818, "column": 18 } } @@ -622504,15 +622991,15 @@ "updateContext": null }, "value": ">", - "start": 34750, - "end": 34751, + "start": 37140, + "end": 37141, "loc": { "start": { - "line": 776, + "line": 818, "column": 19 }, "end": { - "line": 776, + "line": 818, "column": 20 } } @@ -622531,15 +623018,15 @@ "updateContext": null }, "value": 0, - "start": 34752, - "end": 34753, + "start": 37142, + "end": 37143, "loc": { "start": { - "line": 776, + "line": 818, "column": 21 }, "end": { - "line": 776, + "line": 818, "column": 22 } } @@ -622557,15 +623044,15 @@ "binop": null, "updateContext": null }, - "start": 34754, - "end": 34755, + "start": 37144, + "end": 37145, "loc": { "start": { - "line": 776, + "line": 818, "column": 23 }, "end": { - "line": 776, + "line": 818, "column": 24 } } @@ -622583,15 +623070,15 @@ "binop": null }, "value": "_ms", - "start": 34756, - "end": 34759, + "start": 37146, + "end": 37149, "loc": { "start": { - "line": 776, + "line": 818, "column": 25 }, "end": { - "line": 776, + "line": 818, "column": 28 } } @@ -622609,15 +623096,15 @@ "binop": null, "updateContext": null }, - "start": 34760, - "end": 34761, + "start": 37150, + "end": 37151, "loc": { "start": { - "line": 776, + "line": 818, "column": 29 }, "end": { - "line": 776, + "line": 818, "column": 30 } } @@ -622637,15 +623124,15 @@ "updateContext": null }, "value": "false", - "start": 34762, - "end": 34767, + "start": 37152, + "end": 37157, "loc": { "start": { - "line": 776, + "line": 818, "column": 31 }, "end": { - "line": 776, + "line": 818, "column": 36 } } @@ -622662,15 +623149,15 @@ "postfix": false, "binop": null }, - "start": 34772, - "end": 34773, + "start": 37162, + "end": 37163, "loc": { "start": { - "line": 777, + "line": 819, "column": 4 }, "end": { - "line": 777, + "line": 819, "column": 5 } } @@ -622678,15 +623165,15 @@ { "type": "CommentBlock", "value": "*\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n ", - "start": 34783, - "end": 34929, + "start": 37173, + "end": 37319, "loc": { "start": { - "line": 779, + "line": 821, "column": 4 }, "end": { - "line": 783, + "line": 825, "column": 7 } } @@ -622704,15 +623191,15 @@ "binop": null }, "value": "_verifyMaxRenderableRange", - "start": 34934, - "end": 34959, + "start": 37324, + "end": 37349, "loc": { "start": { - "line": 784, + "line": 826, "column": 4 }, "end": { - "line": 784, + "line": 826, "column": 29 } } @@ -622729,15 +623216,15 @@ "postfix": false, "binop": null }, - "start": 34959, - "end": 34960, + "start": 37349, + "end": 37350, "loc": { "start": { - "line": 784, + "line": 826, "column": 29 }, "end": { - "line": 784, + "line": 826, "column": 30 } } @@ -622754,15 +623241,15 @@ "postfix": false, "binop": null }, - "start": 34960, - "end": 34961, + "start": 37350, + "end": 37351, "loc": { "start": { - "line": 784, + "line": 826, "column": 30 }, "end": { - "line": 784, + "line": 826, "column": 31 } } @@ -622779,15 +623266,15 @@ "postfix": false, "binop": null }, - "start": 34962, - "end": 34963, + "start": 37352, + "end": 37353, "loc": { "start": { - "line": 784, + "line": 826, "column": 32 }, "end": { - "line": 784, + "line": 826, "column": 33 } } @@ -622795,15 +623282,15 @@ { "type": "CommentLine", "value": " console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )", - "start": 34964, - "end": 35077, + "start": 37354, + "end": 37467, "loc": { "start": { - "line": 785, + "line": 827, "column": 0 }, "end": { - "line": 785, + "line": 827, "column": 113 } } @@ -622823,15 +623310,15 @@ "updateContext": null }, "value": "return", - "start": 35086, - "end": 35092, + "start": 37476, + "end": 37482, "loc": { "start": { - "line": 786, + "line": 828, "column": 8 }, "end": { - "line": 786, + "line": 828, "column": 14 } } @@ -622851,15 +623338,15 @@ "updateContext": null }, "value": "this", - "start": 35093, - "end": 35097, + "start": 37483, + "end": 37487, "loc": { "start": { - "line": 786, + "line": 828, "column": 15 }, "end": { - "line": 786, + "line": 828, "column": 19 } } @@ -622877,15 +623364,15 @@ "binop": null, "updateContext": null }, - "start": 35097, - "end": 35098, + "start": 37487, + "end": 37488, "loc": { "start": { - "line": 786, + "line": 828, "column": 19 }, "end": { - "line": 786, + "line": 828, "column": 20 } } @@ -622903,15 +623390,15 @@ "binop": null }, "value": "_instanceProps", - "start": 35098, - "end": 35112, + "start": 37488, + "end": 37502, "loc": { "start": { - "line": 786, + "line": 828, "column": 20 }, "end": { - "line": 786, + "line": 828, "column": 34 } } @@ -622929,15 +623416,15 @@ "binop": null, "updateContext": null }, - "start": 35112, - "end": 35113, + "start": 37502, + "end": 37503, "loc": { "start": { - "line": 786, + "line": 828, "column": 34 }, "end": { - "line": 786, + "line": 828, "column": 35 } } @@ -622955,15 +623442,15 @@ "binop": null }, "value": "grids", - "start": 35113, - "end": 35118, + "start": 37503, + "end": 37508, "loc": { "start": { - "line": 786, + "line": 828, "column": 35 }, "end": { - "line": 786, + "line": 828, "column": 40 } } @@ -622982,15 +623469,15 @@ "updateContext": null }, "value": "<=", - "start": 35119, - "end": 35121, + "start": 37509, + "end": 37511, "loc": { "start": { - "line": 786, + "line": 828, "column": 41 }, "end": { - "line": 786, + "line": 828, "column": 43 } } @@ -623008,15 +623495,15 @@ "binop": null }, "value": "LimitScaleGrids", - "start": 35122, - "end": 35137, + "start": 37512, + "end": 37527, "loc": { "start": { - "line": 786, + "line": 828, "column": 44 }, "end": { - "line": 786, + "line": 828, "column": 59 } } @@ -623034,15 +623521,15 @@ "binop": null, "updateContext": null }, - "start": 35137, - "end": 35138, + "start": 37527, + "end": 37528, "loc": { "start": { - "line": 786, + "line": 828, "column": 59 }, "end": { - "line": 786, + "line": 828, "column": 60 } } @@ -623062,15 +623549,15 @@ "updateContext": null }, "value": "this", - "start": 35138, - "end": 35142, + "start": 37528, + "end": 37532, "loc": { "start": { - "line": 786, + "line": 828, "column": 60 }, "end": { - "line": 786, + "line": 828, "column": 64 } } @@ -623088,15 +623575,15 @@ "binop": null, "updateContext": null }, - "start": 35142, - "end": 35143, + "start": 37532, + "end": 37533, "loc": { "start": { - "line": 786, + "line": 828, "column": 64 }, "end": { - "line": 786, + "line": 828, "column": 65 } } @@ -623114,15 +623601,15 @@ "binop": null }, "value": "_filterScaleKeyName", - "start": 35143, - "end": 35162, + "start": 37533, + "end": 37552, "loc": { "start": { - "line": 786, + "line": 828, "column": 65 }, "end": { - "line": 786, + "line": 828, "column": 84 } } @@ -623139,15 +623626,15 @@ "postfix": false, "binop": null }, - "start": 35162, - "end": 35163, + "start": 37552, + "end": 37553, "loc": { "start": { - "line": 786, + "line": 828, "column": 84 }, "end": { - "line": 786, + "line": 828, "column": 85 } } @@ -623167,15 +623654,15 @@ "updateContext": null }, "value": "this", - "start": 35164, - "end": 35168, + "start": 37554, + "end": 37558, "loc": { "start": { - "line": 786, + "line": 828, "column": 86 }, "end": { - "line": 786, + "line": 828, "column": 90 } } @@ -623193,15 +623680,15 @@ "binop": null, "updateContext": null }, - "start": 35168, - "end": 35169, + "start": 37558, + "end": 37559, "loc": { "start": { - "line": 786, + "line": 828, "column": 90 }, "end": { - "line": 786, + "line": 828, "column": 91 } } @@ -623219,15 +623706,15 @@ "binop": null }, "value": "_config", - "start": 35169, - "end": 35176, + "start": 37559, + "end": 37566, "loc": { "start": { - "line": 786, + "line": 828, "column": 91 }, "end": { - "line": 786, + "line": 828, "column": 98 } } @@ -623245,15 +623732,15 @@ "binop": null, "updateContext": null }, - "start": 35176, - "end": 35177, + "start": 37566, + "end": 37567, "loc": { "start": { - "line": 786, + "line": 828, "column": 98 }, "end": { - "line": 786, + "line": 828, "column": 99 } } @@ -623271,15 +623758,15 @@ "binop": null }, "value": "scale", - "start": 35177, - "end": 35182, + "start": 37567, + "end": 37572, "loc": { "start": { - "line": 786, + "line": 828, "column": 99 }, "end": { - "line": 786, + "line": 828, "column": 104 } } @@ -623296,15 +623783,15 @@ "postfix": false, "binop": null }, - "start": 35183, - "end": 35184, + "start": 37573, + "end": 37574, "loc": { "start": { - "line": 786, + "line": 828, "column": 105 }, "end": { - "line": 786, + "line": 828, "column": 106 } } @@ -623322,15 +623809,15 @@ "binop": null, "updateContext": null }, - "start": 35184, - "end": 35185, + "start": 37574, + "end": 37575, "loc": { "start": { - "line": 786, + "line": 828, "column": 106 }, "end": { - "line": 786, + "line": 828, "column": 107 } } @@ -623347,15 +623834,15 @@ "postfix": false, "binop": null }, - "start": 35190, - "end": 35191, + "start": 37580, + "end": 37581, "loc": { "start": { - "line": 787, + "line": 829, "column": 4 }, "end": { - "line": 787, + "line": 829, "column": 5 } } @@ -623363,15 +623850,15 @@ { "type": "CommentBlock", "value": "*\n * Render the view of timeline container\n * @private\n ", - "start": 35201, - "end": 35273, + "start": 37591, + "end": 37663, "loc": { "start": { - "line": 789, + "line": 831, "column": 4 }, "end": { - "line": 792, + "line": 834, "column": 7 } } @@ -623389,15 +623876,15 @@ "binop": null }, "value": "_renderView", - "start": 35278, - "end": 35289, + "start": 37668, + "end": 37679, "loc": { "start": { - "line": 793, + "line": 835, "column": 4 }, "end": { - "line": 793, + "line": 835, "column": 15 } } @@ -623414,15 +623901,15 @@ "postfix": false, "binop": null }, - "start": 35289, - "end": 35290, + "start": 37679, + "end": 37680, "loc": { "start": { - "line": 793, + "line": 835, "column": 15 }, "end": { - "line": 793, + "line": 835, "column": 16 } } @@ -623439,15 +623926,15 @@ "postfix": false, "binop": null }, - "start": 35290, - "end": 35291, + "start": 37680, + "end": 37681, "loc": { "start": { - "line": 793, + "line": 835, "column": 16 }, "end": { - "line": 793, + "line": 835, "column": 17 } } @@ -623464,15 +623951,15 @@ "postfix": false, "binop": null }, - "start": 35292, - "end": 35293, + "start": 37682, + "end": 37683, "loc": { "start": { - "line": 793, + "line": 835, "column": 18 }, "end": { - "line": 793, + "line": 835, "column": 19 } } @@ -623492,15 +623979,15 @@ "updateContext": null }, "value": "this", - "start": 35302, - "end": 35306, + "start": 37692, + "end": 37696, "loc": { "start": { - "line": 794, + "line": 836, "column": 8 }, "end": { - "line": 794, + "line": 836, "column": 12 } } @@ -623518,15 +624005,15 @@ "binop": null, "updateContext": null }, - "start": 35306, - "end": 35307, + "start": 37696, + "end": 37697, "loc": { "start": { - "line": 794, + "line": 836, "column": 12 }, "end": { - "line": 794, + "line": 836, "column": 13 } } @@ -623544,15 +624031,15 @@ "binop": null }, "value": "_debug", - "start": 35307, - "end": 35313, + "start": 37697, + "end": 37703, "loc": { "start": { - "line": 794, + "line": 836, "column": 13 }, "end": { - "line": 794, + "line": 836, "column": 19 } } @@ -623569,15 +624056,15 @@ "postfix": false, "binop": null }, - "start": 35313, - "end": 35314, + "start": 37703, + "end": 37704, "loc": { "start": { - "line": 794, + "line": 836, "column": 19 }, "end": { - "line": 794, + "line": 836, "column": 20 } } @@ -623596,15 +624083,15 @@ "updateContext": null }, "value": "_renderView", - "start": 35315, - "end": 35328, + "start": 37705, + "end": 37718, "loc": { "start": { - "line": 794, + "line": 836, "column": 21 }, "end": { - "line": 794, + "line": 836, "column": 34 } } @@ -623621,15 +624108,15 @@ "postfix": false, "binop": null }, - "start": 35329, - "end": 35330, + "start": 37719, + "end": 37720, "loc": { "start": { - "line": 794, + "line": 836, "column": 35 }, "end": { - "line": 794, + "line": 836, "column": 36 } } @@ -623649,15 +624136,15 @@ "updateContext": null }, "value": "let", - "start": 35348, - "end": 35351, + "start": 37738, + "end": 37741, "loc": { "start": { - "line": 796, + "line": 838, "column": 8 }, "end": { - "line": 796, + "line": 838, "column": 11 } } @@ -623675,15 +624162,15 @@ "binop": null }, "value": "_elem", - "start": 35352, - "end": 35357, + "start": 37742, + "end": 37747, "loc": { "start": { - "line": 796, + "line": 838, "column": 12 }, "end": { - "line": 796, + "line": 838, "column": 17 } } @@ -623702,15 +624189,15 @@ "updateContext": null }, "value": "=", - "start": 35367, - "end": 35368, + "start": 37757, + "end": 37758, "loc": { "start": { - "line": 796, + "line": 838, "column": 27 }, "end": { - "line": 796, + "line": 838, "column": 28 } } @@ -623730,15 +624217,15 @@ "updateContext": null }, "value": "this", - "start": 35369, - "end": 35373, + "start": 37759, + "end": 37763, "loc": { "start": { - "line": 796, + "line": 838, "column": 29 }, "end": { - "line": 796, + "line": 838, "column": 33 } } @@ -623756,15 +624243,15 @@ "binop": null, "updateContext": null }, - "start": 35373, - "end": 35374, + "start": 37763, + "end": 37764, "loc": { "start": { - "line": 796, + "line": 838, "column": 33 }, "end": { - "line": 796, + "line": 838, "column": 34 } } @@ -623782,15 +624269,15 @@ "binop": null }, "value": "_element", - "start": 35374, - "end": 35382, + "start": 37764, + "end": 37772, "loc": { "start": { - "line": 796, + "line": 838, "column": 34 }, "end": { - "line": 796, + "line": 838, "column": 42 } } @@ -623808,15 +624295,15 @@ "binop": null, "updateContext": null }, - "start": 35382, - "end": 35383, + "start": 37772, + "end": 37773, "loc": { "start": { - "line": 796, + "line": 838, "column": 42 }, "end": { - "line": 796, + "line": 838, "column": 43 } } @@ -623834,15 +624321,15 @@ "binop": null }, "value": "_opts", - "start": 35396, - "end": 35401, + "start": 37786, + "end": 37791, "loc": { "start": { - "line": 797, + "line": 839, "column": 12 }, "end": { - "line": 797, + "line": 839, "column": 17 } } @@ -623861,15 +624348,15 @@ "updateContext": null }, "value": "=", - "start": 35411, - "end": 35412, + "start": 37801, + "end": 37802, "loc": { "start": { - "line": 797, + "line": 839, "column": 27 }, "end": { - "line": 797, + "line": 839, "column": 28 } } @@ -623889,15 +624376,15 @@ "updateContext": null }, "value": "this", - "start": 35413, - "end": 35417, + "start": 37803, + "end": 37807, "loc": { "start": { - "line": 797, + "line": 839, "column": 29 }, "end": { - "line": 797, + "line": 839, "column": 33 } } @@ -623915,15 +624402,15 @@ "binop": null, "updateContext": null }, - "start": 35417, - "end": 35418, + "start": 37807, + "end": 37808, "loc": { "start": { - "line": 797, + "line": 839, "column": 33 }, "end": { - "line": 797, + "line": 839, "column": 34 } } @@ -623941,15 +624428,15 @@ "binop": null }, "value": "_config", - "start": 35418, - "end": 35425, + "start": 37808, + "end": 37815, "loc": { "start": { - "line": 797, + "line": 839, "column": 34 }, "end": { - "line": 797, + "line": 839, "column": 41 } } @@ -623967,15 +624454,15 @@ "binop": null, "updateContext": null }, - "start": 35425, - "end": 35426, + "start": 37815, + "end": 37816, "loc": { "start": { - "line": 797, + "line": 839, "column": 41 }, "end": { - "line": 797, + "line": 839, "column": 42 } } @@ -623993,15 +624480,15 @@ "binop": null }, "value": "_props", - "start": 35439, - "end": 35445, + "start": 37829, + "end": 37835, "loc": { "start": { - "line": 798, + "line": 840, "column": 12 }, "end": { - "line": 798, + "line": 840, "column": 18 } } @@ -624020,15 +624507,15 @@ "updateContext": null }, "value": "=", - "start": 35454, - "end": 35455, + "start": 37844, + "end": 37845, "loc": { "start": { - "line": 798, + "line": 840, "column": 27 }, "end": { - "line": 798, + "line": 840, "column": 28 } } @@ -624048,15 +624535,15 @@ "updateContext": null }, "value": "this", - "start": 35456, - "end": 35460, + "start": 37846, + "end": 37850, "loc": { "start": { - "line": 798, + "line": 840, "column": 29 }, "end": { - "line": 798, + "line": 840, "column": 33 } } @@ -624074,15 +624561,15 @@ "binop": null, "updateContext": null }, - "start": 35460, - "end": 35461, + "start": 37850, + "end": 37851, "loc": { "start": { - "line": 798, + "line": 840, "column": 33 }, "end": { - "line": 798, + "line": 840, "column": 34 } } @@ -624100,15 +624587,15 @@ "binop": null }, "value": "_instanceProps", - "start": 35461, - "end": 35475, + "start": 37851, + "end": 37865, "loc": { "start": { - "line": 798, + "line": 840, "column": 34 }, "end": { - "line": 798, + "line": 840, "column": 48 } } @@ -624126,15 +624613,15 @@ "binop": null, "updateContext": null }, - "start": 35475, - "end": 35476, + "start": 37865, + "end": 37866, "loc": { "start": { - "line": 798, + "line": 840, "column": 48 }, "end": { - "line": 798, + "line": 840, "column": 49 } } @@ -624152,15 +624639,15 @@ "binop": null }, "value": "_tl_container", - "start": 35489, - "end": 35502, + "start": 37879, + "end": 37892, "loc": { "start": { - "line": 799, + "line": 841, "column": 12 }, "end": { - "line": 799, + "line": 841, "column": 25 } } @@ -624179,15 +624666,15 @@ "updateContext": null }, "value": "=", - "start": 35504, - "end": 35505, + "start": 37894, + "end": 37895, "loc": { "start": { - "line": 799, + "line": 841, "column": 27 }, "end": { - "line": 799, + "line": 841, "column": 28 } } @@ -624205,15 +624692,15 @@ "binop": null }, "value": "$", - "start": 35506, - "end": 35507, + "start": 37896, + "end": 37897, "loc": { "start": { - "line": 799, + "line": 841, "column": 29 }, "end": { - "line": 799, + "line": 841, "column": 30 } } @@ -624230,15 +624717,15 @@ "postfix": false, "binop": null }, - "start": 35507, - "end": 35508, + "start": 37897, + "end": 37898, "loc": { "start": { - "line": 799, + "line": 841, "column": 30 }, "end": { - "line": 799, + "line": 841, "column": 31 } } @@ -624257,15 +624744,15 @@ "updateContext": null }, "value": "
", - "start": 35508, - "end": 35521, + "start": 37898, + "end": 37911, "loc": { "start": { - "line": 799, + "line": 841, "column": 31 }, "end": { - "line": 799, + "line": 841, "column": 44 } } @@ -624283,15 +624770,15 @@ "binop": null, "updateContext": null }, - "start": 35521, - "end": 35522, + "start": 37911, + "end": 37912, "loc": { "start": { - "line": 799, + "line": 841, "column": 44 }, "end": { - "line": 799, + "line": 841, "column": 45 } } @@ -624308,15 +624795,15 @@ "postfix": false, "binop": null }, - "start": 35523, - "end": 35524, + "start": 37913, + "end": 37914, "loc": { "start": { - "line": 799, + "line": 841, "column": 46 }, "end": { - "line": 799, + "line": 841, "column": 47 } } @@ -624336,15 +624823,15 @@ "updateContext": null }, "value": "class", - "start": 35525, - "end": 35530, + "start": 37915, + "end": 37920, "loc": { "start": { - "line": 799, + "line": 841, "column": 48 }, "end": { - "line": 799, + "line": 841, "column": 53 } } @@ -624362,15 +624849,15 @@ "binop": null, "updateContext": null }, - "start": 35530, - "end": 35531, + "start": 37920, + "end": 37921, "loc": { "start": { - "line": 799, + "line": 841, "column": 53 }, "end": { - "line": 799, + "line": 841, "column": 54 } } @@ -624388,15 +624875,15 @@ "binop": null }, "value": "ClassName", - "start": 35532, - "end": 35541, + "start": 37922, + "end": 37931, "loc": { "start": { - "line": 799, + "line": 841, "column": 55 }, "end": { - "line": 799, + "line": 841, "column": 64 } } @@ -624414,15 +624901,15 @@ "binop": null, "updateContext": null }, - "start": 35541, - "end": 35542, + "start": 37931, + "end": 37932, "loc": { "start": { - "line": 799, + "line": 841, "column": 64 }, "end": { - "line": 799, + "line": 841, "column": 65 } } @@ -624440,15 +624927,15 @@ "binop": null }, "value": "TIMELINE_CONTAINER", - "start": 35542, - "end": 35560, + "start": 37932, + "end": 37950, "loc": { "start": { - "line": 799, + "line": 841, "column": 65 }, "end": { - "line": 799, + "line": 841, "column": 83 } } @@ -624466,15 +624953,15 @@ "binop": null, "updateContext": null }, - "start": 35560, - "end": 35561, + "start": 37950, + "end": 37951, "loc": { "start": { - "line": 799, + "line": 841, "column": 83 }, "end": { - "line": 799, + "line": 841, "column": 84 } } @@ -624492,15 +624979,15 @@ "binop": null }, "value": "style", - "start": 35562, - "end": 35567, + "start": 37952, + "end": 37957, "loc": { "start": { - "line": 799, + "line": 841, "column": 85 }, "end": { - "line": 799, + "line": 841, "column": 90 } } @@ -624518,15 +625005,15 @@ "binop": null, "updateContext": null }, - "start": 35567, - "end": 35568, + "start": 37957, + "end": 37958, "loc": { "start": { - "line": 799, + "line": 841, "column": 90 }, "end": { - "line": 799, + "line": 841, "column": 91 } } @@ -624543,15 +625030,15 @@ "postfix": false, "binop": null }, - "start": 35569, - "end": 35570, + "start": 37959, + "end": 37960, "loc": { "start": { - "line": 799, + "line": 841, "column": 92 }, "end": { - "line": 799, + "line": 841, "column": 93 } } @@ -624570,15 +625057,15 @@ "updateContext": null }, "value": "width: ", - "start": 35570, - "end": 35577, + "start": 37960, + "end": 37967, "loc": { "start": { - "line": 799, + "line": 841, "column": 93 }, "end": { - "line": 799, + "line": 841, "column": 100 } } @@ -624595,15 +625082,15 @@ "postfix": false, "binop": null }, - "start": 35577, - "end": 35579, + "start": 37967, + "end": 37969, "loc": { "start": { - "line": 799, + "line": 841, "column": 100 }, "end": { - "line": 799, + "line": 841, "column": 102 } } @@ -624621,15 +625108,15 @@ "binop": null }, "value": "_props", - "start": 35579, - "end": 35585, + "start": 37969, + "end": 37975, "loc": { "start": { - "line": 799, + "line": 841, "column": 102 }, "end": { - "line": 799, + "line": 841, "column": 108 } } @@ -624647,15 +625134,15 @@ "binop": null, "updateContext": null }, - "start": 35585, - "end": 35586, + "start": 37975, + "end": 37976, "loc": { "start": { - "line": 799, + "line": 841, "column": 108 }, "end": { - "line": 799, + "line": 841, "column": 109 } } @@ -624673,15 +625160,15 @@ "binop": null }, "value": "visibleWidth", - "start": 35586, - "end": 35598, + "start": 37976, + "end": 37988, "loc": { "start": { - "line": 799, + "line": 841, "column": 109 }, "end": { - "line": 799, + "line": 841, "column": 121 } } @@ -624698,15 +625185,15 @@ "postfix": false, "binop": null }, - "start": 35598, - "end": 35599, + "start": 37988, + "end": 37989, "loc": { "start": { - "line": 799, + "line": 841, "column": 121 }, "end": { - "line": 799, + "line": 841, "column": 122 } } @@ -624725,15 +625212,15 @@ "updateContext": null }, "value": "; height: ", - "start": 35599, - "end": 35609, + "start": 37989, + "end": 37999, "loc": { "start": { - "line": 799, + "line": 841, "column": 122 }, "end": { - "line": 799, + "line": 841, "column": 132 } } @@ -624750,15 +625237,15 @@ "postfix": false, "binop": null }, - "start": 35609, - "end": 35611, + "start": 37999, + "end": 38001, "loc": { "start": { - "line": 799, + "line": 841, "column": 132 }, "end": { - "line": 799, + "line": 841, "column": 134 } } @@ -624776,15 +625263,15 @@ "binop": null }, "value": "_props", - "start": 35611, - "end": 35617, + "start": 38001, + "end": 38007, "loc": { "start": { - "line": 799, + "line": 841, "column": 134 }, "end": { - "line": 799, + "line": 841, "column": 140 } } @@ -624802,15 +625289,15 @@ "binop": null, "updateContext": null }, - "start": 35617, - "end": 35618, + "start": 38007, + "end": 38008, "loc": { "start": { - "line": 799, + "line": 841, "column": 140 }, "end": { - "line": 799, + "line": 841, "column": 141 } } @@ -624828,15 +625315,15 @@ "binop": null }, "value": "visibleHeight", - "start": 35618, - "end": 35631, + "start": 38008, + "end": 38021, "loc": { "start": { - "line": 799, + "line": 841, "column": 141 }, "end": { - "line": 799, + "line": 841, "column": 154 } } @@ -624853,15 +625340,15 @@ "postfix": false, "binop": null }, - "start": 35631, - "end": 35632, + "start": 38021, + "end": 38022, "loc": { "start": { - "line": 799, + "line": 841, "column": 154 }, "end": { - "line": 799, + "line": 841, "column": 155 } } @@ -624880,15 +625367,15 @@ "updateContext": null }, "value": ";", - "start": 35632, - "end": 35633, + "start": 38022, + "end": 38023, "loc": { "start": { - "line": 799, + "line": 841, "column": 155 }, "end": { - "line": 799, + "line": 841, "column": 156 } } @@ -624905,15 +625392,15 @@ "postfix": false, "binop": null }, - "start": 35633, - "end": 35634, + "start": 38023, + "end": 38024, "loc": { "start": { - "line": 799, + "line": 841, "column": 156 }, "end": { - "line": 799, + "line": 841, "column": 157 } } @@ -624930,15 +625417,15 @@ "postfix": false, "binop": null }, - "start": 35635, - "end": 35636, + "start": 38025, + "end": 38026, "loc": { "start": { - "line": 799, + "line": 841, "column": 158 }, "end": { - "line": 799, + "line": 841, "column": 159 } } @@ -624955,15 +625442,15 @@ "postfix": false, "binop": null }, - "start": 35636, - "end": 35637, + "start": 38026, + "end": 38027, "loc": { "start": { - "line": 799, + "line": 841, "column": 159 }, "end": { - "line": 799, + "line": 841, "column": 160 } } @@ -624981,15 +625468,15 @@ "binop": null, "updateContext": null }, - "start": 35637, - "end": 35638, + "start": 38027, + "end": 38028, "loc": { "start": { - "line": 799, + "line": 841, "column": 160 }, "end": { - "line": 799, + "line": 841, "column": 161 } } @@ -625007,15 +625494,15 @@ "binop": null }, "value": "_tl_main", - "start": 35651, - "end": 35659, + "start": 38041, + "end": 38049, "loc": { "start": { - "line": 800, + "line": 842, "column": 12 }, "end": { - "line": 800, + "line": 842, "column": 20 } } @@ -625034,15 +625521,15 @@ "updateContext": null }, "value": "=", - "start": 35666, - "end": 35667, + "start": 38056, + "end": 38057, "loc": { "start": { - "line": 800, + "line": 842, "column": 27 }, "end": { - "line": 800, + "line": 842, "column": 28 } } @@ -625060,15 +625547,15 @@ "binop": null }, "value": "$", - "start": 35668, - "end": 35669, + "start": 38058, + "end": 38059, "loc": { "start": { - "line": 800, + "line": 842, "column": 29 }, "end": { - "line": 800, + "line": 842, "column": 30 } } @@ -625085,15 +625572,15 @@ "postfix": false, "binop": null }, - "start": 35669, - "end": 35670, + "start": 38059, + "end": 38060, "loc": { "start": { - "line": 800, + "line": 842, "column": 30 }, "end": { - "line": 800, + "line": 842, "column": 31 } } @@ -625112,15 +625599,15 @@ "updateContext": null }, "value": "
", - "start": 35670, - "end": 35683, + "start": 38060, + "end": 38073, "loc": { "start": { - "line": 800, + "line": 842, "column": 31 }, "end": { - "line": 800, + "line": 842, "column": 44 } } @@ -625138,15 +625625,15 @@ "binop": null, "updateContext": null }, - "start": 35683, - "end": 35684, + "start": 38073, + "end": 38074, "loc": { "start": { - "line": 800, + "line": 842, "column": 44 }, "end": { - "line": 800, + "line": 842, "column": 45 } } @@ -625163,15 +625650,15 @@ "postfix": false, "binop": null }, - "start": 35685, - "end": 35686, + "start": 38075, + "end": 38076, "loc": { "start": { - "line": 800, + "line": 842, "column": 46 }, "end": { - "line": 800, + "line": 842, "column": 47 } } @@ -625191,15 +625678,15 @@ "updateContext": null }, "value": "class", - "start": 35687, - "end": 35692, + "start": 38077, + "end": 38082, "loc": { "start": { - "line": 800, + "line": 842, "column": 48 }, "end": { - "line": 800, + "line": 842, "column": 53 } } @@ -625217,15 +625704,15 @@ "binop": null, "updateContext": null }, - "start": 35692, - "end": 35693, + "start": 38082, + "end": 38083, "loc": { "start": { - "line": 800, + "line": 842, "column": 53 }, "end": { - "line": 800, + "line": 842, "column": 54 } } @@ -625243,15 +625730,15 @@ "binop": null }, "value": "ClassName", - "start": 35694, - "end": 35703, + "start": 38084, + "end": 38093, "loc": { "start": { - "line": 800, + "line": 842, "column": 55 }, "end": { - "line": 800, + "line": 842, "column": 64 } } @@ -625269,15 +625756,15 @@ "binop": null, "updateContext": null }, - "start": 35703, - "end": 35704, + "start": 38093, + "end": 38094, "loc": { "start": { - "line": 800, + "line": 842, "column": 64 }, "end": { - "line": 800, + "line": 842, "column": 65 } } @@ -625295,15 +625782,15 @@ "binop": null }, "value": "TIMELINE_MAIN", - "start": 35704, - "end": 35717, + "start": 38094, + "end": 38107, "loc": { "start": { - "line": 800, + "line": 842, "column": 65 }, "end": { - "line": 800, + "line": 842, "column": 78 } } @@ -625320,15 +625807,15 @@ "postfix": false, "binop": null }, - "start": 35718, - "end": 35719, + "start": 38108, + "end": 38109, "loc": { "start": { - "line": 800, + "line": 842, "column": 79 }, "end": { - "line": 800, + "line": 842, "column": 80 } } @@ -625345,15 +625832,15 @@ "postfix": false, "binop": null }, - "start": 35719, - "end": 35720, + "start": 38109, + "end": 38110, "loc": { "start": { - "line": 800, + "line": 842, "column": 80 }, "end": { - "line": 800, + "line": 842, "column": 81 } } @@ -625361,15 +625848,15 @@ { "type": "CommentLine", "value": "console.log( _elem, _opts, _props )", - "start": 35730, - "end": 35767, + "start": 38120, + "end": 38157, "loc": { "start": { - "line": 802, + "line": 844, "column": 0 }, "end": { - "line": 802, + "line": 844, "column": 37 } } @@ -625389,15 +625876,15 @@ "updateContext": null }, "value": "if", - "start": 35776, - "end": 35778, + "start": 38166, + "end": 38168, "loc": { "start": { - "line": 803, + "line": 845, "column": 8 }, "end": { - "line": 803, + "line": 845, "column": 10 } } @@ -625414,15 +625901,15 @@ "postfix": false, "binop": null }, - "start": 35779, - "end": 35780, + "start": 38169, + "end": 38170, "loc": { "start": { - "line": 803, + "line": 845, "column": 11 }, "end": { - "line": 803, + "line": 845, "column": 12 } } @@ -625440,15 +625927,15 @@ "binop": null }, "value": "$", - "start": 35781, - "end": 35782, + "start": 38171, + "end": 38172, "loc": { "start": { - "line": 803, + "line": 845, "column": 13 }, "end": { - "line": 803, + "line": 845, "column": 14 } } @@ -625465,15 +625952,15 @@ "postfix": false, "binop": null }, - "start": 35782, - "end": 35783, + "start": 38172, + "end": 38173, "loc": { "start": { - "line": 803, + "line": 845, "column": 14 }, "end": { - "line": 803, + "line": 845, "column": 15 } } @@ -625491,15 +625978,15 @@ "binop": null }, "value": "_elem", - "start": 35783, - "end": 35788, + "start": 38173, + "end": 38178, "loc": { "start": { - "line": 803, + "line": 845, "column": 15 }, "end": { - "line": 803, + "line": 845, "column": 20 } } @@ -625516,15 +626003,15 @@ "postfix": false, "binop": null }, - "start": 35788, - "end": 35789, + "start": 38178, + "end": 38179, "loc": { "start": { - "line": 803, + "line": 845, "column": 20 }, "end": { - "line": 803, + "line": 845, "column": 21 } } @@ -625542,15 +626029,15 @@ "binop": null, "updateContext": null }, - "start": 35789, - "end": 35790, + "start": 38179, + "end": 38180, "loc": { "start": { - "line": 803, + "line": 845, "column": 21 }, "end": { - "line": 803, + "line": 845, "column": 22 } } @@ -625568,15 +626055,15 @@ "binop": null }, "value": "length", - "start": 35790, - "end": 35796, + "start": 38180, + "end": 38186, "loc": { "start": { - "line": 803, + "line": 845, "column": 22 }, "end": { - "line": 803, + "line": 845, "column": 28 } } @@ -625595,15 +626082,15 @@ "updateContext": null }, "value": "==", - "start": 35797, - "end": 35799, + "start": 38187, + "end": 38189, "loc": { "start": { - "line": 803, + "line": 845, "column": 29 }, "end": { - "line": 803, + "line": 845, "column": 31 } } @@ -625622,15 +626109,15 @@ "updateContext": null }, "value": 0, - "start": 35800, - "end": 35801, + "start": 38190, + "end": 38191, "loc": { "start": { - "line": 803, + "line": 845, "column": 32 }, "end": { - "line": 803, + "line": 845, "column": 33 } } @@ -625647,15 +626134,15 @@ "postfix": false, "binop": null }, - "start": 35802, - "end": 35803, + "start": 38192, + "end": 38193, "loc": { "start": { - "line": 803, + "line": 845, "column": 34 }, "end": { - "line": 803, + "line": 845, "column": 35 } } @@ -625672,15 +626159,15 @@ "postfix": false, "binop": null }, - "start": 35804, - "end": 35805, + "start": 38194, + "end": 38195, "loc": { "start": { - "line": 803, + "line": 845, "column": 36 }, "end": { - "line": 803, + "line": 845, "column": 37 } } @@ -625700,15 +626187,15 @@ "updateContext": null }, "value": "throw", - "start": 35818, - "end": 35823, + "start": 38208, + "end": 38213, "loc": { "start": { - "line": 804, + "line": 846, "column": 12 }, "end": { - "line": 804, + "line": 846, "column": 17 } } @@ -625728,15 +626215,15 @@ "updateContext": null }, "value": "new", - "start": 35824, - "end": 35827, + "start": 38214, + "end": 38217, "loc": { "start": { - "line": 804, + "line": 846, "column": 18 }, "end": { - "line": 804, + "line": 846, "column": 21 } } @@ -625754,15 +626241,15 @@ "binop": null }, "value": "TypeError", - "start": 35828, - "end": 35837, + "start": 38218, + "end": 38227, "loc": { "start": { - "line": 804, + "line": 846, "column": 22 }, "end": { - "line": 804, + "line": 846, "column": 31 } } @@ -625779,15 +626266,15 @@ "postfix": false, "binop": null }, - "start": 35837, - "end": 35838, + "start": 38227, + "end": 38228, "loc": { "start": { - "line": 804, + "line": 846, "column": 31 }, "end": { - "line": 804, + "line": 846, "column": 32 } } @@ -625806,15 +626293,15 @@ "updateContext": null }, "value": "Does not exist the element to render a timeline container.", - "start": 35839, - "end": 35899, + "start": 38229, + "end": 38289, "loc": { "start": { - "line": 804, + "line": 846, "column": 33 }, "end": { - "line": 804, + "line": 846, "column": 93 } } @@ -625831,15 +626318,15 @@ "postfix": false, "binop": null }, - "start": 35900, - "end": 35901, + "start": 38290, + "end": 38291, "loc": { "start": { - "line": 804, + "line": 846, "column": 94 }, "end": { - "line": 804, + "line": 846, "column": 95 } } @@ -625856,15 +626343,15 @@ "postfix": false, "binop": null }, - "start": 35910, - "end": 35911, + "start": 38300, + "end": 38301, "loc": { "start": { - "line": 805, + "line": 847, "column": 8 }, "end": { - "line": 805, + "line": 847, "column": 9 } } @@ -625884,15 +626371,15 @@ "updateContext": null }, "value": "if", - "start": 35929, - "end": 35931, + "start": 38319, + "end": 38321, "loc": { "start": { - "line": 807, + "line": 849, "column": 8 }, "end": { - "line": 807, + "line": 849, "column": 10 } } @@ -625909,15 +626396,15 @@ "postfix": false, "binop": null }, - "start": 35932, - "end": 35933, + "start": 38322, + "end": 38323, "loc": { "start": { - "line": 807, + "line": 849, "column": 11 }, "end": { - "line": 807, + "line": 849, "column": 12 } } @@ -625935,15 +626422,15 @@ "binop": null }, "value": "_opts", - "start": 35934, - "end": 35939, + "start": 38324, + "end": 38329, "loc": { "start": { - "line": 807, + "line": 849, "column": 13 }, "end": { - "line": 807, + "line": 849, "column": 18 } } @@ -625961,15 +626448,15 @@ "binop": null, "updateContext": null }, - "start": 35939, - "end": 35940, + "start": 38329, + "end": 38330, "loc": { "start": { - "line": 807, + "line": 849, "column": 18 }, "end": { - "line": 807, + "line": 849, "column": 19 } } @@ -625987,15 +626474,15 @@ "binop": null }, "value": "debug", - "start": 35940, - "end": 35945, + "start": 38330, + "end": 38335, "loc": { "start": { - "line": 807, + "line": 849, "column": 19 }, "end": { - "line": 807, + "line": 849, "column": 24 } } @@ -626012,15 +626499,15 @@ "postfix": false, "binop": null }, - "start": 35946, - "end": 35947, + "start": 38336, + "end": 38337, "loc": { "start": { - "line": 807, + "line": 849, "column": 25 }, "end": { - "line": 807, + "line": 849, "column": 26 } } @@ -626037,15 +626524,15 @@ "postfix": false, "binop": null }, - "start": 35948, - "end": 35949, + "start": 38338, + "end": 38339, "loc": { "start": { - "line": 807, + "line": 849, "column": 27 }, "end": { - "line": 807, + "line": 849, "column": 28 } } @@ -626063,15 +626550,15 @@ "binop": null }, "value": "console", - "start": 35962, - "end": 35969, + "start": 38352, + "end": 38359, "loc": { "start": { - "line": 808, + "line": 850, "column": 12 }, "end": { - "line": 808, + "line": 850, "column": 19 } } @@ -626089,15 +626576,15 @@ "binop": null, "updateContext": null }, - "start": 35969, - "end": 35970, + "start": 38359, + "end": 38360, "loc": { "start": { - "line": 808, + "line": 850, "column": 19 }, "end": { - "line": 808, + "line": 850, "column": 20 } } @@ -626115,15 +626602,15 @@ "binop": null }, "value": "info", - "start": 35970, - "end": 35974, + "start": 38360, + "end": 38364, "loc": { "start": { - "line": 808, + "line": 850, "column": 20 }, "end": { - "line": 808, + "line": 850, "column": 24 } } @@ -626140,15 +626627,15 @@ "postfix": false, "binop": null }, - "start": 35974, - "end": 35975, + "start": 38364, + "end": 38365, "loc": { "start": { - "line": 808, + "line": 850, "column": 24 }, "end": { - "line": 808, + "line": 850, "column": 25 } } @@ -626165,15 +626652,15 @@ "postfix": false, "binop": null }, - "start": 35976, - "end": 35977, + "start": 38366, + "end": 38367, "loc": { "start": { - "line": 808, + "line": 850, "column": 26 }, "end": { - "line": 808, + "line": 850, "column": 27 } } @@ -626192,15 +626679,15 @@ "updateContext": null }, "value": "Timeline:{ fullWidth: ", - "start": 35977, - "end": 35999, + "start": 38367, + "end": 38389, "loc": { "start": { - "line": 808, + "line": 850, "column": 27 }, "end": { - "line": 808, + "line": 850, "column": 49 } } @@ -626217,15 +626704,15 @@ "postfix": false, "binop": null }, - "start": 35999, - "end": 36001, + "start": 38389, + "end": 38391, "loc": { "start": { - "line": 808, + "line": 850, "column": 49 }, "end": { - "line": 808, + "line": 850, "column": 51 } } @@ -626243,15 +626730,15 @@ "binop": null }, "value": "_props", - "start": 36001, - "end": 36007, + "start": 38391, + "end": 38397, "loc": { "start": { - "line": 808, + "line": 850, "column": 51 }, "end": { - "line": 808, + "line": 850, "column": 57 } } @@ -626269,15 +626756,15 @@ "binop": null, "updateContext": null }, - "start": 36007, - "end": 36008, + "start": 38397, + "end": 38398, "loc": { "start": { - "line": 808, + "line": 850, "column": 57 }, "end": { - "line": 808, + "line": 850, "column": 58 } } @@ -626295,15 +626782,15 @@ "binop": null }, "value": "fullwidth", - "start": 36008, - "end": 36017, + "start": 38398, + "end": 38407, "loc": { "start": { - "line": 808, + "line": 850, "column": 58 }, "end": { - "line": 808, + "line": 850, "column": 67 } } @@ -626320,15 +626807,15 @@ "postfix": false, "binop": null }, - "start": 36017, - "end": 36018, + "start": 38407, + "end": 38408, "loc": { "start": { - "line": 808, + "line": 850, "column": 67 }, "end": { - "line": 808, + "line": 850, "column": 68 } } @@ -626347,15 +626834,15 @@ "updateContext": null }, "value": "px,", - "start": 36018, - "end": 36021, + "start": 38408, + "end": 38411, "loc": { "start": { - "line": 808, + "line": 850, "column": 68 }, "end": { - "line": 808, + "line": 850, "column": 71 } } @@ -626372,15 +626859,15 @@ "postfix": false, "binop": null }, - "start": 36021, - "end": 36022, + "start": 38411, + "end": 38412, "loc": { "start": { - "line": 808, + "line": 850, "column": 71 }, "end": { - "line": 808, + "line": 850, "column": 72 } } @@ -626398,15 +626885,15 @@ "binop": null, "updateContext": null }, - "start": 36022, - "end": 36023, + "start": 38412, + "end": 38413, "loc": { "start": { - "line": 808, + "line": 850, "column": 72 }, "end": { - "line": 808, + "line": 850, "column": 73 } } @@ -626423,15 +626910,15 @@ "postfix": false, "binop": null }, - "start": 36024, - "end": 36025, + "start": 38414, + "end": 38415, "loc": { "start": { - "line": 808, + "line": 850, "column": 74 }, "end": { - "line": 808, + "line": 850, "column": 75 } } @@ -626450,15 +626937,15 @@ "updateContext": null }, "value": "fullHeight: ", - "start": 36025, - "end": 36037, + "start": 38415, + "end": 38427, "loc": { "start": { - "line": 808, + "line": 850, "column": 75 }, "end": { - "line": 808, + "line": 850, "column": 87 } } @@ -626475,15 +626962,15 @@ "postfix": false, "binop": null }, - "start": 36037, - "end": 36039, + "start": 38427, + "end": 38429, "loc": { "start": { - "line": 808, + "line": 850, "column": 87 }, "end": { - "line": 808, + "line": 850, "column": 89 } } @@ -626501,15 +626988,15 @@ "binop": null }, "value": "_props", - "start": 36039, - "end": 36045, + "start": 38429, + "end": 38435, "loc": { "start": { - "line": 808, + "line": 850, "column": 89 }, "end": { - "line": 808, + "line": 850, "column": 95 } } @@ -626527,15 +627014,15 @@ "binop": null, "updateContext": null }, - "start": 36045, - "end": 36046, + "start": 38435, + "end": 38436, "loc": { "start": { - "line": 808, + "line": 850, "column": 95 }, "end": { - "line": 808, + "line": 850, "column": 96 } } @@ -626553,15 +627040,15 @@ "binop": null }, "value": "fullheight", - "start": 36046, - "end": 36056, + "start": 38436, + "end": 38446, "loc": { "start": { - "line": 808, + "line": 850, "column": 96 }, "end": { - "line": 808, + "line": 850, "column": 106 } } @@ -626578,15 +627065,15 @@ "postfix": false, "binop": null }, - "start": 36056, - "end": 36057, + "start": 38446, + "end": 38447, "loc": { "start": { - "line": 808, + "line": 850, "column": 106 }, "end": { - "line": 808, + "line": 850, "column": 107 } } @@ -626605,15 +627092,15 @@ "updateContext": null }, "value": "px,", - "start": 36057, - "end": 36060, + "start": 38447, + "end": 38450, "loc": { "start": { - "line": 808, + "line": 850, "column": 107 }, "end": { - "line": 808, + "line": 850, "column": 110 } } @@ -626630,15 +627117,15 @@ "postfix": false, "binop": null }, - "start": 36060, - "end": 36061, + "start": 38450, + "end": 38451, "loc": { "start": { - "line": 808, + "line": 850, "column": 110 }, "end": { - "line": 808, + "line": 850, "column": 111 } } @@ -626656,15 +627143,15 @@ "binop": null, "updateContext": null }, - "start": 36061, - "end": 36062, + "start": 38451, + "end": 38452, "loc": { "start": { - "line": 808, + "line": 850, "column": 111 }, "end": { - "line": 808, + "line": 850, "column": 112 } } @@ -626681,15 +627168,15 @@ "postfix": false, "binop": null }, - "start": 36063, - "end": 36064, + "start": 38453, + "end": 38454, "loc": { "start": { - "line": 808, + "line": 850, "column": 113 }, "end": { - "line": 808, + "line": 850, "column": 114 } } @@ -626708,15 +627195,15 @@ "updateContext": null }, "value": "viewWidth: ", - "start": 36064, - "end": 36075, + "start": 38454, + "end": 38465, "loc": { "start": { - "line": 808, + "line": 850, "column": 114 }, "end": { - "line": 808, + "line": 850, "column": 125 } } @@ -626733,15 +627220,15 @@ "postfix": false, "binop": null }, - "start": 36075, - "end": 36077, + "start": 38465, + "end": 38467, "loc": { "start": { - "line": 808, + "line": 850, "column": 125 }, "end": { - "line": 808, + "line": 850, "column": 127 } } @@ -626759,15 +627246,15 @@ "binop": null }, "value": "_props", - "start": 36077, - "end": 36083, + "start": 38467, + "end": 38473, "loc": { "start": { - "line": 808, + "line": 850, "column": 127 }, "end": { - "line": 808, + "line": 850, "column": 133 } } @@ -626785,15 +627272,15 @@ "binop": null, "updateContext": null }, - "start": 36083, - "end": 36084, + "start": 38473, + "end": 38474, "loc": { "start": { - "line": 808, + "line": 850, "column": 133 }, "end": { - "line": 808, + "line": 850, "column": 134 } } @@ -626811,15 +627298,15 @@ "binop": null }, "value": "visibleWidth", - "start": 36084, - "end": 36096, + "start": 38474, + "end": 38486, "loc": { "start": { - "line": 808, + "line": 850, "column": 134 }, "end": { - "line": 808, + "line": 850, "column": 146 } } @@ -626836,15 +627323,15 @@ "postfix": false, "binop": null }, - "start": 36096, - "end": 36097, + "start": 38486, + "end": 38487, "loc": { "start": { - "line": 808, + "line": 850, "column": 146 }, "end": { - "line": 808, + "line": 850, "column": 147 } } @@ -626863,15 +627350,15 @@ "updateContext": null }, "value": "", - "start": 36097, - "end": 36097, + "start": 38487, + "end": 38487, "loc": { "start": { - "line": 808, + "line": 850, "column": 147 }, "end": { - "line": 808, + "line": 850, "column": 147 } } @@ -626888,15 +627375,15 @@ "postfix": false, "binop": null }, - "start": 36097, - "end": 36098, + "start": 38487, + "end": 38488, "loc": { "start": { - "line": 808, + "line": 850, "column": 147 }, "end": { - "line": 808, + "line": 850, "column": 148 } } @@ -626914,15 +627401,15 @@ "binop": null, "updateContext": null }, - "start": 36098, - "end": 36099, + "start": 38488, + "end": 38489, "loc": { "start": { - "line": 808, + "line": 850, "column": 148 }, "end": { - "line": 808, + "line": 850, "column": 149 } } @@ -626939,15 +627426,15 @@ "postfix": false, "binop": null }, - "start": 36100, - "end": 36101, + "start": 38490, + "end": 38491, "loc": { "start": { - "line": 808, + "line": 850, "column": 150 }, "end": { - "line": 808, + "line": 850, "column": 151 } } @@ -626966,15 +627453,15 @@ "updateContext": null }, "value": "viewHeight: ", - "start": 36101, - "end": 36113, + "start": 38491, + "end": 38503, "loc": { "start": { - "line": 808, + "line": 850, "column": 151 }, "end": { - "line": 808, + "line": 850, "column": 163 } } @@ -626991,15 +627478,15 @@ "postfix": false, "binop": null }, - "start": 36113, - "end": 36115, + "start": 38503, + "end": 38505, "loc": { "start": { - "line": 808, + "line": 850, "column": 163 }, "end": { - "line": 808, + "line": 850, "column": 165 } } @@ -627017,15 +627504,15 @@ "binop": null }, "value": "_props", - "start": 36115, - "end": 36121, + "start": 38505, + "end": 38511, "loc": { "start": { - "line": 808, + "line": 850, "column": 165 }, "end": { - "line": 808, + "line": 850, "column": 171 } } @@ -627043,15 +627530,15 @@ "binop": null, "updateContext": null }, - "start": 36121, - "end": 36122, + "start": 38511, + "end": 38512, "loc": { "start": { - "line": 808, + "line": 850, "column": 171 }, "end": { - "line": 808, + "line": 850, "column": 172 } } @@ -627069,15 +627556,15 @@ "binop": null }, "value": "visibleHeight", - "start": 36122, - "end": 36135, + "start": 38512, + "end": 38525, "loc": { "start": { - "line": 808, + "line": 850, "column": 172 }, "end": { - "line": 808, + "line": 850, "column": 185 } } @@ -627094,15 +627581,15 @@ "postfix": false, "binop": null }, - "start": 36135, - "end": 36136, + "start": 38525, + "end": 38526, "loc": { "start": { - "line": 808, + "line": 850, "column": 185 }, "end": { - "line": 808, + "line": 850, "column": 186 } } @@ -627121,15 +627608,15 @@ "updateContext": null }, "value": " }", - "start": 36136, - "end": 36138, + "start": 38526, + "end": 38528, "loc": { "start": { - "line": 808, + "line": 850, "column": 186 }, "end": { - "line": 808, + "line": 850, "column": 188 } } @@ -627146,15 +627633,15 @@ "postfix": false, "binop": null }, - "start": 36138, - "end": 36139, + "start": 38528, + "end": 38529, "loc": { "start": { - "line": 808, + "line": 850, "column": 188 }, "end": { - "line": 808, + "line": 850, "column": 189 } } @@ -627171,15 +627658,15 @@ "postfix": false, "binop": null }, - "start": 36140, - "end": 36141, + "start": 38530, + "end": 38531, "loc": { "start": { - "line": 808, + "line": 850, "column": 190 }, "end": { - "line": 808, + "line": 850, "column": 191 } } @@ -627196,15 +627683,15 @@ "postfix": false, "binop": null }, - "start": 36150, - "end": 36151, + "start": 38540, + "end": 38541, "loc": { "start": { - "line": 809, + "line": 851, "column": 8 }, "end": { - "line": 809, + "line": 851, "column": 9 } } @@ -627222,15 +627709,15 @@ "binop": null }, "value": "$", - "start": 36169, - "end": 36170, + "start": 38559, + "end": 38560, "loc": { "start": { - "line": 811, + "line": 853, "column": 8 }, "end": { - "line": 811, + "line": 853, "column": 9 } } @@ -627247,15 +627734,15 @@ "postfix": false, "binop": null }, - "start": 36170, - "end": 36171, + "start": 38560, + "end": 38561, "loc": { "start": { - "line": 811, + "line": 853, "column": 9 }, "end": { - "line": 811, + "line": 853, "column": 10 } } @@ -627273,15 +627760,15 @@ "binop": null }, "value": "_elem", - "start": 36171, - "end": 36176, + "start": 38561, + "end": 38566, "loc": { "start": { - "line": 811, + "line": 853, "column": 10 }, "end": { - "line": 811, + "line": 853, "column": 15 } } @@ -627298,15 +627785,15 @@ "postfix": false, "binop": null }, - "start": 36176, - "end": 36177, + "start": 38566, + "end": 38567, "loc": { "start": { - "line": 811, + "line": 853, "column": 15 }, "end": { - "line": 811, + "line": 853, "column": 16 } } @@ -627324,15 +627811,15 @@ "binop": null, "updateContext": null }, - "start": 36177, - "end": 36178, + "start": 38567, + "end": 38568, "loc": { "start": { - "line": 811, + "line": 853, "column": 16 }, "end": { - "line": 811, + "line": 853, "column": 17 } } @@ -627350,15 +627837,15 @@ "binop": null }, "value": "css", - "start": 36178, - "end": 36181, + "start": 38568, + "end": 38571, "loc": { "start": { - "line": 811, + "line": 853, "column": 17 }, "end": { - "line": 811, + "line": 853, "column": 20 } } @@ -627375,15 +627862,15 @@ "postfix": false, "binop": null }, - "start": 36181, - "end": 36182, + "start": 38571, + "end": 38572, "loc": { "start": { - "line": 811, + "line": 853, "column": 20 }, "end": { - "line": 811, + "line": 853, "column": 21 } } @@ -627402,15 +627889,15 @@ "updateContext": null }, "value": "position", - "start": 36183, - "end": 36193, + "start": 38573, + "end": 38583, "loc": { "start": { - "line": 811, + "line": 853, "column": 22 }, "end": { - "line": 811, + "line": 853, "column": 32 } } @@ -627428,15 +627915,15 @@ "binop": null, "updateContext": null }, - "start": 36193, - "end": 36194, + "start": 38583, + "end": 38584, "loc": { "start": { - "line": 811, + "line": 853, "column": 32 }, "end": { - "line": 811, + "line": 853, "column": 33 } } @@ -627455,15 +627942,15 @@ "updateContext": null }, "value": "relative", - "start": 36195, - "end": 36205, + "start": 38585, + "end": 38595, "loc": { "start": { - "line": 811, + "line": 853, "column": 34 }, "end": { - "line": 811, + "line": 853, "column": 44 } } @@ -627480,15 +627967,15 @@ "postfix": false, "binop": null }, - "start": 36206, - "end": 36207, + "start": 38596, + "end": 38597, "loc": { "start": { - "line": 811, + "line": 853, "column": 45 }, "end": { - "line": 811, + "line": 853, "column": 46 } } @@ -627496,15 +627983,15 @@ { "type": "CommentLine", "value": " initialize; not .empty()", - "start": 36208, - "end": 36235, + "start": 38598, + "end": 38625, "loc": { "start": { - "line": 811, + "line": 853, "column": 47 }, "end": { - "line": 811, + "line": 853, "column": 74 } } @@ -627524,15 +628011,15 @@ "updateContext": null }, "value": "if", - "start": 36244, - "end": 36246, + "start": 38634, + "end": 38636, "loc": { "start": { - "line": 812, + "line": 854, "column": 8 }, "end": { - "line": 812, + "line": 854, "column": 10 } } @@ -627549,15 +628036,15 @@ "postfix": false, "binop": null }, - "start": 36247, - "end": 36248, + "start": 38637, + "end": 38638, "loc": { "start": { - "line": 812, + "line": 854, "column": 11 }, "end": { - "line": 812, + "line": 854, "column": 12 } } @@ -627575,15 +628062,15 @@ "binop": null }, "value": "_opts", - "start": 36249, - "end": 36254, + "start": 38639, + "end": 38644, "loc": { "start": { - "line": 812, + "line": 854, "column": 13 }, "end": { - "line": 812, + "line": 854, "column": 18 } } @@ -627601,15 +628088,15 @@ "binop": null, "updateContext": null }, - "start": 36254, - "end": 36255, + "start": 38644, + "end": 38645, "loc": { "start": { - "line": 812, + "line": 854, "column": 18 }, "end": { - "line": 812, + "line": 854, "column": 19 } } @@ -627627,15 +628114,15 @@ "binop": null }, "value": "hideScrollbar", - "start": 36255, - "end": 36268, + "start": 38645, + "end": 38658, "loc": { "start": { - "line": 812, + "line": 854, "column": 19 }, "end": { - "line": 812, + "line": 854, "column": 32 } } @@ -627652,15 +628139,15 @@ "postfix": false, "binop": null }, - "start": 36269, - "end": 36270, + "start": 38659, + "end": 38660, "loc": { "start": { - "line": 812, + "line": 854, "column": 33 }, "end": { - "line": 812, + "line": 854, "column": 34 } } @@ -627677,15 +628164,15 @@ "postfix": false, "binop": null }, - "start": 36271, - "end": 36272, + "start": 38661, + "end": 38662, "loc": { "start": { - "line": 812, + "line": 854, "column": 35 }, "end": { - "line": 812, + "line": 854, "column": 36 } } @@ -627703,15 +628190,15 @@ "binop": null }, "value": "_tl_container", - "start": 36285, - "end": 36298, + "start": 38675, + "end": 38688, "loc": { "start": { - "line": 813, + "line": 855, "column": 12 }, "end": { - "line": 813, + "line": 855, "column": 25 } } @@ -627729,15 +628216,15 @@ "binop": null, "updateContext": null }, - "start": 36298, - "end": 36299, + "start": 38688, + "end": 38689, "loc": { "start": { - "line": 813, + "line": 855, "column": 25 }, "end": { - "line": 813, + "line": 855, "column": 26 } } @@ -627755,15 +628242,15 @@ "binop": null }, "value": "addClass", - "start": 36299, - "end": 36307, + "start": 38689, + "end": 38697, "loc": { "start": { - "line": 813, + "line": 855, "column": 26 }, "end": { - "line": 813, + "line": 855, "column": 34 } } @@ -627780,15 +628267,15 @@ "postfix": false, "binop": null }, - "start": 36307, - "end": 36308, + "start": 38697, + "end": 38698, "loc": { "start": { - "line": 813, + "line": 855, "column": 34 }, "end": { - "line": 813, + "line": 855, "column": 35 } } @@ -627806,15 +628293,15 @@ "binop": null }, "value": "ClassName", - "start": 36309, - "end": 36318, + "start": 38699, + "end": 38708, "loc": { "start": { - "line": 813, + "line": 855, "column": 36 }, "end": { - "line": 813, + "line": 855, "column": 45 } } @@ -627832,15 +628319,15 @@ "binop": null, "updateContext": null }, - "start": 36318, - "end": 36319, + "start": 38708, + "end": 38709, "loc": { "start": { - "line": 813, + "line": 855, "column": 45 }, "end": { - "line": 813, + "line": 855, "column": 46 } } @@ -627858,15 +628345,15 @@ "binop": null }, "value": "HIDE_SCROLLBAR", - "start": 36319, - "end": 36333, + "start": 38709, + "end": 38723, "loc": { "start": { - "line": 813, + "line": 855, "column": 46 }, "end": { - "line": 813, + "line": 855, "column": 60 } } @@ -627883,15 +628370,15 @@ "postfix": false, "binop": null }, - "start": 36334, - "end": 36335, + "start": 38724, + "end": 38725, "loc": { "start": { - "line": 813, + "line": 855, "column": 61 }, "end": { - "line": 813, + "line": 855, "column": 62 } } @@ -627908,15 +628395,15 @@ "postfix": false, "binop": null }, - "start": 36344, - "end": 36345, + "start": 38734, + "end": 38735, "loc": { "start": { - "line": 814, + "line": 856, "column": 8 }, "end": { - "line": 814, + "line": 856, "column": 9 } } @@ -627924,15 +628411,15 @@ { "type": "CommentLine", "value": " Create the timeline headline (:> タイムラインの見出しを生成", - "start": 36363, - "end": 36412, + "start": 38753, + "end": 38802, "loc": { "start": { - "line": 816, + "line": 858, "column": 8 }, "end": { - "line": 816, + "line": 858, "column": 57 } } @@ -627950,15 +628437,15 @@ "binop": null }, "value": "$", - "start": 36421, - "end": 36422, + "start": 38811, + "end": 38812, "loc": { "start": { - "line": 817, + "line": 859, "column": 8 }, "end": { - "line": 817, + "line": 859, "column": 9 } } @@ -627975,15 +628462,15 @@ "postfix": false, "binop": null }, - "start": 36422, - "end": 36423, + "start": 38812, + "end": 38813, "loc": { "start": { - "line": 817, + "line": 859, "column": 9 }, "end": { - "line": 817, + "line": 859, "column": 10 } } @@ -628001,15 +628488,15 @@ "binop": null }, "value": "_elem", - "start": 36423, - "end": 36428, + "start": 38813, + "end": 38818, "loc": { "start": { - "line": 817, + "line": 859, "column": 10 }, "end": { - "line": 817, + "line": 859, "column": 15 } } @@ -628026,15 +628513,15 @@ "postfix": false, "binop": null }, - "start": 36428, - "end": 36429, + "start": 38818, + "end": 38819, "loc": { "start": { - "line": 817, + "line": 859, "column": 15 }, "end": { - "line": 817, + "line": 859, "column": 16 } } @@ -628052,15 +628539,15 @@ "binop": null, "updateContext": null }, - "start": 36429, - "end": 36430, + "start": 38819, + "end": 38820, "loc": { "start": { - "line": 817, + "line": 859, "column": 16 }, "end": { - "line": 817, + "line": 859, "column": 17 } } @@ -628078,15 +628565,15 @@ "binop": null }, "value": "prepend", - "start": 36430, - "end": 36437, + "start": 38820, + "end": 38827, "loc": { "start": { - "line": 817, + "line": 859, "column": 17 }, "end": { - "line": 817, + "line": 859, "column": 24 } } @@ -628103,15 +628590,15 @@ "postfix": false, "binop": null }, - "start": 36437, - "end": 36438, + "start": 38827, + "end": 38828, "loc": { "start": { - "line": 817, + "line": 859, "column": 24 }, "end": { - "line": 817, + "line": 859, "column": 25 } } @@ -628131,15 +628618,15 @@ "updateContext": null }, "value": "this", - "start": 36439, - "end": 36443, + "start": 38829, + "end": 38833, "loc": { "start": { - "line": 817, + "line": 859, "column": 26 }, "end": { - "line": 817, + "line": 859, "column": 30 } } @@ -628157,15 +628644,15 @@ "binop": null, "updateContext": null }, - "start": 36443, - "end": 36444, + "start": 38833, + "end": 38834, "loc": { "start": { - "line": 817, + "line": 859, "column": 30 }, "end": { - "line": 817, + "line": 859, "column": 31 } } @@ -628183,15 +628670,15 @@ "binop": null }, "value": "_createHeadline", - "start": 36444, - "end": 36459, + "start": 38834, + "end": 38849, "loc": { "start": { - "line": 817, + "line": 859, "column": 31 }, "end": { - "line": 817, + "line": 859, "column": 46 } } @@ -628208,15 +628695,15 @@ "postfix": false, "binop": null }, - "start": 36459, - "end": 36460, + "start": 38849, + "end": 38850, "loc": { "start": { - "line": 817, + "line": 859, "column": 46 }, "end": { - "line": 817, + "line": 859, "column": 47 } } @@ -628233,15 +628720,15 @@ "postfix": false, "binop": null }, - "start": 36460, - "end": 36461, + "start": 38850, + "end": 38851, "loc": { "start": { - "line": 817, + "line": 859, "column": 47 }, "end": { - "line": 817, + "line": 859, "column": 48 } } @@ -628258,15 +628745,15 @@ "postfix": false, "binop": null }, - "start": 36462, - "end": 36463, + "start": 38852, + "end": 38853, "loc": { "start": { - "line": 817, + "line": 859, "column": 49 }, "end": { - "line": 817, + "line": 859, "column": 50 } } @@ -628274,15 +628761,15 @@ { "type": "CommentLine", "value": " Create the timeline event container (:> タイムラインのイベントコンテナを生成", - "start": 36481, - "end": 36542, + "start": 38871, + "end": 38932, "loc": { "start": { - "line": 819, + "line": 861, "column": 8 }, "end": { - "line": 819, + "line": 861, "column": 69 } } @@ -628300,15 +628787,15 @@ "binop": null }, "value": "_tl_main", - "start": 36551, - "end": 36559, + "start": 38941, + "end": 38949, "loc": { "start": { - "line": 820, + "line": 862, "column": 8 }, "end": { - "line": 820, + "line": 862, "column": 16 } } @@ -628326,15 +628813,15 @@ "binop": null, "updateContext": null }, - "start": 36559, - "end": 36560, + "start": 38949, + "end": 38950, "loc": { "start": { - "line": 820, + "line": 862, "column": 16 }, "end": { - "line": 820, + "line": 862, "column": 17 } } @@ -628352,15 +628839,15 @@ "binop": null }, "value": "append", - "start": 36560, - "end": 36566, + "start": 38950, + "end": 38956, "loc": { "start": { - "line": 820, + "line": 862, "column": 17 }, "end": { - "line": 820, + "line": 862, "column": 23 } } @@ -628377,15 +628864,15 @@ "postfix": false, "binop": null }, - "start": 36566, - "end": 36567, + "start": 38956, + "end": 38957, "loc": { "start": { - "line": 820, + "line": 862, "column": 23 }, "end": { - "line": 820, + "line": 862, "column": 24 } } @@ -628405,15 +628892,15 @@ "updateContext": null }, "value": "this", - "start": 36568, - "end": 36572, + "start": 38958, + "end": 38962, "loc": { "start": { - "line": 820, + "line": 862, "column": 25 }, "end": { - "line": 820, + "line": 862, "column": 29 } } @@ -628431,15 +628918,15 @@ "binop": null, "updateContext": null }, - "start": 36572, - "end": 36573, + "start": 38962, + "end": 38963, "loc": { "start": { - "line": 820, + "line": 862, "column": 29 }, "end": { - "line": 820, + "line": 862, "column": 30 } } @@ -628457,15 +628944,15 @@ "binop": null }, "value": "_createEventContainer", - "start": 36573, - "end": 36594, + "start": 38963, + "end": 38984, "loc": { "start": { - "line": 820, + "line": 862, "column": 30 }, "end": { - "line": 820, + "line": 862, "column": 51 } } @@ -628482,15 +628969,15 @@ "postfix": false, "binop": null }, - "start": 36594, - "end": 36595, + "start": 38984, + "end": 38985, "loc": { "start": { - "line": 820, + "line": 862, "column": 51 }, "end": { - "line": 820, + "line": 862, "column": 52 } } @@ -628507,15 +628994,15 @@ "postfix": false, "binop": null }, - "start": 36595, - "end": 36596, + "start": 38985, + "end": 38986, "loc": { "start": { - "line": 820, + "line": 862, "column": 52 }, "end": { - "line": 820, + "line": 862, "column": 53 } } @@ -628532,15 +629019,15 @@ "postfix": false, "binop": null }, - "start": 36597, - "end": 36598, + "start": 38987, + "end": 38988, "loc": { "start": { - "line": 820, + "line": 862, "column": 54 }, "end": { - "line": 820, + "line": 862, "column": 55 } } @@ -628548,15 +629035,15 @@ { "type": "CommentLine", "value": " Create the timeline ruler (:> タイムラインの目盛を生成", - "start": 36616, - "end": 36661, + "start": 39006, + "end": 39051, "loc": { "start": { - "line": 822, + "line": 864, "column": 8 }, "end": { - "line": 822, + "line": 864, "column": 53 } } @@ -628576,15 +629063,15 @@ "updateContext": null }, "value": "if", - "start": 36670, - "end": 36672, + "start": 39060, + "end": 39062, "loc": { "start": { - "line": 823, + "line": 865, "column": 8 }, "end": { - "line": 823, + "line": 865, "column": 10 } } @@ -628601,15 +629088,15 @@ "postfix": false, "binop": null }, - "start": 36673, - "end": 36674, + "start": 39063, + "end": 39064, "loc": { "start": { - "line": 823, + "line": 865, "column": 11 }, "end": { - "line": 823, + "line": 865, "column": 12 } } @@ -628628,15 +629115,15 @@ "updateContext": null }, "value": "!", - "start": 36675, - "end": 36676, + "start": 39065, + "end": 39066, "loc": { "start": { - "line": 823, + "line": 865, "column": 13 }, "end": { - "line": 823, + "line": 865, "column": 14 } } @@ -628656,15 +629143,15 @@ "updateContext": null }, "value": "this", - "start": 36677, - "end": 36681, + "start": 39067, + "end": 39071, "loc": { "start": { - "line": 823, + "line": 865, "column": 15 }, "end": { - "line": 823, + "line": 865, "column": 19 } } @@ -628682,15 +629169,15 @@ "binop": null, "updateContext": null }, - "start": 36681, - "end": 36682, + "start": 39071, + "end": 39072, "loc": { "start": { - "line": 823, + "line": 865, "column": 19 }, "end": { - "line": 823, + "line": 865, "column": 20 } } @@ -628708,15 +629195,15 @@ "binop": null }, "value": "is_empty", - "start": 36682, - "end": 36690, + "start": 39072, + "end": 39080, "loc": { "start": { - "line": 823, + "line": 865, "column": 20 }, "end": { - "line": 823, + "line": 865, "column": 28 } } @@ -628733,15 +629220,15 @@ "postfix": false, "binop": null }, - "start": 36690, - "end": 36691, + "start": 39080, + "end": 39081, "loc": { "start": { - "line": 823, + "line": 865, "column": 28 }, "end": { - "line": 823, + "line": 865, "column": 29 } } @@ -628759,15 +629246,15 @@ "binop": null }, "value": "_opts", - "start": 36692, - "end": 36697, + "start": 39082, + "end": 39087, "loc": { "start": { - "line": 823, + "line": 865, "column": 30 }, "end": { - "line": 823, + "line": 865, "column": 35 } } @@ -628785,15 +629272,15 @@ "binop": null, "updateContext": null }, - "start": 36697, - "end": 36698, + "start": 39087, + "end": 39088, "loc": { "start": { - "line": 823, + "line": 865, "column": 35 }, "end": { - "line": 823, + "line": 865, "column": 36 } } @@ -628811,15 +629298,15 @@ "binop": null }, "value": "ruler", - "start": 36698, - "end": 36703, + "start": 39088, + "end": 39093, "loc": { "start": { - "line": 823, + "line": 865, "column": 36 }, "end": { - "line": 823, + "line": 865, "column": 41 } } @@ -628837,15 +629324,15 @@ "binop": null, "updateContext": null }, - "start": 36703, - "end": 36704, + "start": 39093, + "end": 39094, "loc": { "start": { - "line": 823, + "line": 865, "column": 41 }, "end": { - "line": 823, + "line": 865, "column": 42 } } @@ -628863,15 +629350,15 @@ "binop": null }, "value": "top", - "start": 36704, - "end": 36707, + "start": 39094, + "end": 39097, "loc": { "start": { - "line": 823, + "line": 865, "column": 42 }, "end": { - "line": 823, + "line": 865, "column": 45 } } @@ -628888,15 +629375,15 @@ "postfix": false, "binop": null }, - "start": 36708, - "end": 36709, + "start": 39098, + "end": 39099, "loc": { "start": { - "line": 823, + "line": 865, "column": 46 }, "end": { - "line": 823, + "line": 865, "column": 47 } } @@ -628913,15 +629400,15 @@ "postfix": false, "binop": null }, - "start": 36710, - "end": 36711, + "start": 39100, + "end": 39101, "loc": { "start": { - "line": 823, + "line": 865, "column": 48 }, "end": { - "line": 823, + "line": 865, "column": 49 } } @@ -628938,15 +629425,15 @@ "postfix": false, "binop": null }, - "start": 36712, - "end": 36713, + "start": 39102, + "end": 39103, "loc": { "start": { - "line": 823, + "line": 865, "column": 50 }, "end": { - "line": 823, + "line": 865, "column": 51 } } @@ -628964,15 +629451,15 @@ "binop": null }, "value": "_tl_main", - "start": 36726, - "end": 36734, + "start": 39116, + "end": 39124, "loc": { "start": { - "line": 824, + "line": 866, "column": 12 }, "end": { - "line": 824, + "line": 866, "column": 20 } } @@ -628990,15 +629477,15 @@ "binop": null, "updateContext": null }, - "start": 36734, - "end": 36735, + "start": 39124, + "end": 39125, "loc": { "start": { - "line": 824, + "line": 866, "column": 20 }, "end": { - "line": 824, + "line": 866, "column": 21 } } @@ -629016,15 +629503,15 @@ "binop": null }, "value": "prepend", - "start": 36735, - "end": 36742, + "start": 39125, + "end": 39132, "loc": { "start": { - "line": 824, + "line": 866, "column": 21 }, "end": { - "line": 824, + "line": 866, "column": 28 } } @@ -629041,15 +629528,15 @@ "postfix": false, "binop": null }, - "start": 36742, - "end": 36743, + "start": 39132, + "end": 39133, "loc": { "start": { - "line": 824, + "line": 866, "column": 28 }, "end": { - "line": 824, + "line": 866, "column": 29 } } @@ -629069,15 +629556,15 @@ "updateContext": null }, "value": "this", - "start": 36744, - "end": 36748, + "start": 39134, + "end": 39138, "loc": { "start": { - "line": 824, + "line": 866, "column": 30 }, "end": { - "line": 824, + "line": 866, "column": 34 } } @@ -629095,15 +629582,15 @@ "binop": null, "updateContext": null }, - "start": 36748, - "end": 36749, + "start": 39138, + "end": 39139, "loc": { "start": { - "line": 824, + "line": 866, "column": 34 }, "end": { - "line": 824, + "line": 866, "column": 35 } } @@ -629121,15 +629608,15 @@ "binop": null }, "value": "_createRuler", - "start": 36749, - "end": 36761, + "start": 39139, + "end": 39151, "loc": { "start": { - "line": 824, + "line": 866, "column": 35 }, "end": { - "line": 824, + "line": 866, "column": 47 } } @@ -629146,15 +629633,15 @@ "postfix": false, "binop": null }, - "start": 36761, - "end": 36762, + "start": 39151, + "end": 39152, "loc": { "start": { - "line": 824, + "line": 866, "column": 47 }, "end": { - "line": 824, + "line": 866, "column": 48 } } @@ -629173,15 +629660,15 @@ "updateContext": null }, "value": "top", - "start": 36763, - "end": 36768, + "start": 39153, + "end": 39158, "loc": { "start": { - "line": 824, + "line": 866, "column": 49 }, "end": { - "line": 824, + "line": 866, "column": 54 } } @@ -629198,15 +629685,15 @@ "postfix": false, "binop": null }, - "start": 36769, - "end": 36770, + "start": 39159, + "end": 39160, "loc": { "start": { - "line": 824, + "line": 866, "column": 55 }, "end": { - "line": 824, + "line": 866, "column": 56 } } @@ -629223,15 +629710,15 @@ "postfix": false, "binop": null }, - "start": 36771, - "end": 36772, + "start": 39161, + "end": 39162, "loc": { "start": { - "line": 824, + "line": 866, "column": 57 }, "end": { - "line": 824, + "line": 866, "column": 58 } } @@ -629248,15 +629735,15 @@ "postfix": false, "binop": null }, - "start": 36781, - "end": 36782, + "start": 39171, + "end": 39172, "loc": { "start": { - "line": 825, + "line": 867, "column": 8 }, "end": { - "line": 825, + "line": 867, "column": 9 } } @@ -629276,15 +629763,15 @@ "updateContext": null }, "value": "if", - "start": 36791, - "end": 36793, + "start": 39181, + "end": 39183, "loc": { "start": { - "line": 826, + "line": 868, "column": 8 }, "end": { - "line": 826, + "line": 868, "column": 10 } } @@ -629301,15 +629788,15 @@ "postfix": false, "binop": null }, - "start": 36794, - "end": 36795, + "start": 39184, + "end": 39185, "loc": { "start": { - "line": 826, + "line": 868, "column": 11 }, "end": { - "line": 826, + "line": 868, "column": 12 } } @@ -629328,15 +629815,15 @@ "updateContext": null }, "value": "!", - "start": 36796, - "end": 36797, + "start": 39186, + "end": 39187, "loc": { "start": { - "line": 826, + "line": 868, "column": 13 }, "end": { - "line": 826, + "line": 868, "column": 14 } } @@ -629356,15 +629843,15 @@ "updateContext": null }, "value": "this", - "start": 36798, - "end": 36802, + "start": 39188, + "end": 39192, "loc": { "start": { - "line": 826, + "line": 868, "column": 15 }, "end": { - "line": 826, + "line": 868, "column": 19 } } @@ -629382,15 +629869,15 @@ "binop": null, "updateContext": null }, - "start": 36802, - "end": 36803, + "start": 39192, + "end": 39193, "loc": { "start": { - "line": 826, + "line": 868, "column": 19 }, "end": { - "line": 826, + "line": 868, "column": 20 } } @@ -629408,15 +629895,15 @@ "binop": null }, "value": "is_empty", - "start": 36803, - "end": 36811, + "start": 39193, + "end": 39201, "loc": { "start": { - "line": 826, + "line": 868, "column": 20 }, "end": { - "line": 826, + "line": 868, "column": 28 } } @@ -629433,15 +629920,15 @@ "postfix": false, "binop": null }, - "start": 36811, - "end": 36812, + "start": 39201, + "end": 39202, "loc": { "start": { - "line": 826, + "line": 868, "column": 28 }, "end": { - "line": 826, + "line": 868, "column": 29 } } @@ -629459,15 +629946,15 @@ "binop": null }, "value": "_opts", - "start": 36813, - "end": 36818, + "start": 39203, + "end": 39208, "loc": { "start": { - "line": 826, + "line": 868, "column": 30 }, "end": { - "line": 826, + "line": 868, "column": 35 } } @@ -629485,15 +629972,15 @@ "binop": null, "updateContext": null }, - "start": 36818, - "end": 36819, + "start": 39208, + "end": 39209, "loc": { "start": { - "line": 826, + "line": 868, "column": 35 }, "end": { - "line": 826, + "line": 868, "column": 36 } } @@ -629511,15 +629998,15 @@ "binop": null }, "value": "ruler", - "start": 36819, - "end": 36824, + "start": 39209, + "end": 39214, "loc": { "start": { - "line": 826, + "line": 868, "column": 36 }, "end": { - "line": 826, + "line": 868, "column": 41 } } @@ -629537,15 +630024,15 @@ "binop": null, "updateContext": null }, - "start": 36824, - "end": 36825, + "start": 39214, + "end": 39215, "loc": { "start": { - "line": 826, + "line": 868, "column": 41 }, "end": { - "line": 826, + "line": 868, "column": 42 } } @@ -629563,15 +630050,15 @@ "binop": null }, "value": "bottom", - "start": 36825, - "end": 36831, + "start": 39215, + "end": 39221, "loc": { "start": { - "line": 826, + "line": 868, "column": 42 }, "end": { - "line": 826, + "line": 868, "column": 48 } } @@ -629588,15 +630075,15 @@ "postfix": false, "binop": null }, - "start": 36832, - "end": 36833, + "start": 39222, + "end": 39223, "loc": { "start": { - "line": 826, + "line": 868, "column": 49 }, "end": { - "line": 826, + "line": 868, "column": 50 } } @@ -629613,15 +630100,15 @@ "postfix": false, "binop": null }, - "start": 36834, - "end": 36835, + "start": 39224, + "end": 39225, "loc": { "start": { - "line": 826, + "line": 868, "column": 51 }, "end": { - "line": 826, + "line": 868, "column": 52 } } @@ -629638,15 +630125,15 @@ "postfix": false, "binop": null }, - "start": 36836, - "end": 36837, + "start": 39226, + "end": 39227, "loc": { "start": { - "line": 826, + "line": 868, "column": 53 }, "end": { - "line": 826, + "line": 868, "column": 54 } } @@ -629664,15 +630151,15 @@ "binop": null }, "value": "_tl_main", - "start": 36850, - "end": 36858, + "start": 39240, + "end": 39248, "loc": { "start": { - "line": 827, + "line": 869, "column": 12 }, "end": { - "line": 827, + "line": 869, "column": 20 } } @@ -629690,15 +630177,15 @@ "binop": null, "updateContext": null }, - "start": 36858, - "end": 36859, + "start": 39248, + "end": 39249, "loc": { "start": { - "line": 827, + "line": 869, "column": 20 }, "end": { - "line": 827, + "line": 869, "column": 21 } } @@ -629716,15 +630203,15 @@ "binop": null }, "value": "append", - "start": 36859, - "end": 36865, + "start": 39249, + "end": 39255, "loc": { "start": { - "line": 827, + "line": 869, "column": 21 }, "end": { - "line": 827, + "line": 869, "column": 27 } } @@ -629741,15 +630228,15 @@ "postfix": false, "binop": null }, - "start": 36865, - "end": 36866, + "start": 39255, + "end": 39256, "loc": { "start": { - "line": 827, + "line": 869, "column": 27 }, "end": { - "line": 827, + "line": 869, "column": 28 } } @@ -629769,15 +630256,15 @@ "updateContext": null }, "value": "this", - "start": 36867, - "end": 36871, + "start": 39257, + "end": 39261, "loc": { "start": { - "line": 827, + "line": 869, "column": 29 }, "end": { - "line": 827, + "line": 869, "column": 33 } } @@ -629795,15 +630282,15 @@ "binop": null, "updateContext": null }, - "start": 36871, - "end": 36872, + "start": 39261, + "end": 39262, "loc": { "start": { - "line": 827, + "line": 869, "column": 33 }, "end": { - "line": 827, + "line": 869, "column": 34 } } @@ -629821,15 +630308,15 @@ "binop": null }, "value": "_createRuler", - "start": 36872, - "end": 36884, + "start": 39262, + "end": 39274, "loc": { "start": { - "line": 827, + "line": 869, "column": 34 }, "end": { - "line": 827, + "line": 869, "column": 46 } } @@ -629846,15 +630333,15 @@ "postfix": false, "binop": null }, - "start": 36884, - "end": 36885, + "start": 39274, + "end": 39275, "loc": { "start": { - "line": 827, + "line": 869, "column": 46 }, "end": { - "line": 827, + "line": 869, "column": 47 } } @@ -629873,15 +630360,15 @@ "updateContext": null }, "value": "bottom", - "start": 36886, - "end": 36894, + "start": 39276, + "end": 39284, "loc": { "start": { - "line": 827, + "line": 869, "column": 48 }, "end": { - "line": 827, + "line": 869, "column": 56 } } @@ -629898,15 +630385,15 @@ "postfix": false, "binop": null }, - "start": 36895, - "end": 36896, + "start": 39285, + "end": 39286, "loc": { "start": { - "line": 827, + "line": 869, "column": 57 }, "end": { - "line": 827, + "line": 869, "column": 58 } } @@ -629923,15 +630410,15 @@ "postfix": false, "binop": null }, - "start": 36897, - "end": 36898, + "start": 39287, + "end": 39288, "loc": { "start": { - "line": 827, + "line": 869, "column": 59 }, "end": { - "line": 827, + "line": 869, "column": 60 } } @@ -629948,15 +630435,15 @@ "postfix": false, "binop": null }, - "start": 36907, - "end": 36908, + "start": 39297, + "end": 39298, "loc": { "start": { - "line": 828, + "line": 870, "column": 8 }, "end": { - "line": 828, + "line": 870, "column": 9 } } @@ -629964,15 +630451,15 @@ { "type": "CommentLine", "value": " Create the timeline side index (:> タイムラインのサイドインデックスを生成", - "start": 36926, - "end": 36983, + "start": 39316, + "end": 39373, "loc": { "start": { - "line": 830, + "line": 872, "column": 8 }, "end": { - "line": 830, + "line": 872, "column": 65 } } @@ -629992,15 +630479,15 @@ "updateContext": null }, "value": "let", - "start": 36992, - "end": 36995, + "start": 39382, + "end": 39385, "loc": { "start": { - "line": 831, + "line": 873, "column": 8 }, "end": { - "line": 831, + "line": 873, "column": 11 } } @@ -630018,15 +630505,15 @@ "binop": null }, "value": "margin", - "start": 36996, - "end": 37002, + "start": 39386, + "end": 39392, "loc": { "start": { - "line": 831, + "line": 873, "column": 12 }, "end": { - "line": 831, + "line": 873, "column": 18 } } @@ -630045,15 +630532,15 @@ "updateContext": null }, "value": "=", - "start": 37003, - "end": 37004, + "start": 39393, + "end": 39394, "loc": { "start": { - "line": 831, + "line": 873, "column": 19 }, "end": { - "line": 831, + "line": 873, "column": 20 } } @@ -630070,15 +630557,15 @@ "postfix": false, "binop": null }, - "start": 37005, - "end": 37006, + "start": 39395, + "end": 39396, "loc": { "start": { - "line": 831, + "line": 873, "column": 21 }, "end": { - "line": 831, + "line": 873, "column": 22 } } @@ -630096,15 +630583,15 @@ "binop": null }, "value": "top", - "start": 37023, - "end": 37026, + "start": 39413, + "end": 39416, "loc": { "start": { - "line": 832, + "line": 874, "column": 16 }, "end": { - "line": 832, + "line": 874, "column": 19 } } @@ -630122,15 +630609,15 @@ "binop": null, "updateContext": null }, - "start": 37030, - "end": 37031, + "start": 39420, + "end": 39421, "loc": { "start": { - "line": 832, + "line": 874, "column": 23 }, "end": { - "line": 832, + "line": 874, "column": 24 } } @@ -630148,15 +630635,15 @@ "binop": null }, "value": "parseInt", - "start": 37032, - "end": 37040, + "start": 39422, + "end": 39430, "loc": { "start": { - "line": 832, + "line": 874, "column": 25 }, "end": { - "line": 832, + "line": 874, "column": 33 } } @@ -630173,15 +630660,15 @@ "postfix": false, "binop": null }, - "start": 37040, - "end": 37041, + "start": 39430, + "end": 39431, "loc": { "start": { - "line": 832, + "line": 874, "column": 33 }, "end": { - "line": 832, + "line": 874, "column": 34 } } @@ -630199,15 +630686,15 @@ "binop": null }, "value": "_tl_main", - "start": 37042, - "end": 37050, + "start": 39432, + "end": 39440, "loc": { "start": { - "line": 832, + "line": 874, "column": 35 }, "end": { - "line": 832, + "line": 874, "column": 43 } } @@ -630225,15 +630712,15 @@ "binop": null, "updateContext": null }, - "start": 37050, - "end": 37051, + "start": 39440, + "end": 39441, "loc": { "start": { - "line": 832, + "line": 874, "column": 43 }, "end": { - "line": 832, + "line": 874, "column": 44 } } @@ -630251,15 +630738,15 @@ "binop": null }, "value": "find", - "start": 37051, - "end": 37055, + "start": 39441, + "end": 39445, "loc": { "start": { - "line": 832, + "line": 874, "column": 44 }, "end": { - "line": 832, + "line": 874, "column": 48 } } @@ -630276,15 +630763,15 @@ "postfix": false, "binop": null }, - "start": 37055, - "end": 37056, + "start": 39445, + "end": 39446, "loc": { "start": { - "line": 832, + "line": 874, "column": 48 }, "end": { - "line": 832, + "line": 874, "column": 49 } } @@ -630302,15 +630789,15 @@ "binop": null }, "value": "Selector", - "start": 37057, - "end": 37065, + "start": 39447, + "end": 39455, "loc": { "start": { - "line": 832, + "line": 874, "column": 50 }, "end": { - "line": 832, + "line": 874, "column": 58 } } @@ -630328,15 +630815,15 @@ "binop": null, "updateContext": null }, - "start": 37065, - "end": 37066, + "start": 39455, + "end": 39456, "loc": { "start": { - "line": 832, + "line": 874, "column": 58 }, "end": { - "line": 832, + "line": 874, "column": 59 } } @@ -630354,15 +630841,15 @@ "binop": null }, "value": "RULER_TOP", - "start": 37066, - "end": 37075, + "start": 39456, + "end": 39465, "loc": { "start": { - "line": 832, + "line": 874, "column": 59 }, "end": { - "line": 832, + "line": 874, "column": 68 } } @@ -630379,15 +630866,15 @@ "postfix": false, "binop": null }, - "start": 37076, - "end": 37077, + "start": 39466, + "end": 39467, "loc": { "start": { - "line": 832, + "line": 874, "column": 69 }, "end": { - "line": 832, + "line": 874, "column": 70 } } @@ -630405,15 +630892,15 @@ "binop": null, "updateContext": null }, - "start": 37077, - "end": 37078, + "start": 39467, + "end": 39468, "loc": { "start": { - "line": 832, + "line": 874, "column": 70 }, "end": { - "line": 832, + "line": 874, "column": 71 } } @@ -630431,15 +630918,15 @@ "binop": null }, "value": "height", - "start": 37078, - "end": 37084, + "start": 39468, + "end": 39474, "loc": { "start": { - "line": 832, + "line": 874, "column": 71 }, "end": { - "line": 832, + "line": 874, "column": 77 } } @@ -630456,15 +630943,15 @@ "postfix": false, "binop": null }, - "start": 37084, - "end": 37085, + "start": 39474, + "end": 39475, "loc": { "start": { - "line": 832, + "line": 874, "column": 77 }, "end": { - "line": 832, + "line": 874, "column": 78 } } @@ -630481,15 +630968,15 @@ "postfix": false, "binop": null }, - "start": 37085, - "end": 37086, + "start": 39475, + "end": 39476, "loc": { "start": { - "line": 832, + "line": 874, "column": 78 }, "end": { - "line": 832, + "line": 874, "column": 79 } } @@ -630507,15 +630994,15 @@ "binop": null, "updateContext": null }, - "start": 37086, - "end": 37087, + "start": 39476, + "end": 39477, "loc": { "start": { - "line": 832, + "line": 874, "column": 79 }, "end": { - "line": 832, + "line": 874, "column": 80 } } @@ -630534,15 +631021,15 @@ "updateContext": null }, "value": 10, - "start": 37088, - "end": 37090, + "start": 39478, + "end": 39480, "loc": { "start": { - "line": 832, + "line": 874, "column": 81 }, "end": { - "line": 832, + "line": 874, "column": 83 } } @@ -630559,15 +631046,15 @@ "postfix": false, "binop": null }, - "start": 37091, - "end": 37092, + "start": 39481, + "end": 39482, "loc": { "start": { - "line": 832, + "line": 874, "column": 84 }, "end": { - "line": 832, + "line": 874, "column": 85 } } @@ -630586,15 +631073,15 @@ "updateContext": null }, "value": "-", - "start": 37093, - "end": 37094, + "start": 39483, + "end": 39484, "loc": { "start": { - "line": 832, + "line": 874, "column": 86 }, "end": { - "line": 832, + "line": 874, "column": 87 } } @@ -630613,15 +631100,15 @@ "updateContext": null }, "value": 1, - "start": 37095, - "end": 37096, + "start": 39485, + "end": 39486, "loc": { "start": { - "line": 832, + "line": 874, "column": 88 }, "end": { - "line": 832, + "line": 874, "column": 89 } } @@ -630639,15 +631126,15 @@ "binop": null, "updateContext": null }, - "start": 37096, - "end": 37097, + "start": 39486, + "end": 39487, "loc": { "start": { - "line": 832, + "line": 874, "column": 89 }, "end": { - "line": 832, + "line": 874, "column": 90 } } @@ -630665,15 +631152,15 @@ "binop": null }, "value": "bottom", - "start": 37114, - "end": 37120, + "start": 39504, + "end": 39510, "loc": { "start": { - "line": 833, + "line": 875, "column": 16 }, "end": { - "line": 833, + "line": 875, "column": 22 } } @@ -630691,15 +631178,15 @@ "binop": null, "updateContext": null }, - "start": 37121, - "end": 37122, + "start": 39511, + "end": 39512, "loc": { "start": { - "line": 833, + "line": 875, "column": 23 }, "end": { - "line": 833, + "line": 875, "column": 24 } } @@ -630717,15 +631204,15 @@ "binop": null }, "value": "parseInt", - "start": 37123, - "end": 37131, + "start": 39513, + "end": 39521, "loc": { "start": { - "line": 833, + "line": 875, "column": 25 }, "end": { - "line": 833, + "line": 875, "column": 33 } } @@ -630742,15 +631229,15 @@ "postfix": false, "binop": null }, - "start": 37131, - "end": 37132, + "start": 39521, + "end": 39522, "loc": { "start": { - "line": 833, + "line": 875, "column": 33 }, "end": { - "line": 833, + "line": 875, "column": 34 } } @@ -630768,15 +631255,15 @@ "binop": null }, "value": "_tl_main", - "start": 37133, - "end": 37141, + "start": 39523, + "end": 39531, "loc": { "start": { - "line": 833, + "line": 875, "column": 35 }, "end": { - "line": 833, + "line": 875, "column": 43 } } @@ -630794,15 +631281,15 @@ "binop": null, "updateContext": null }, - "start": 37141, - "end": 37142, + "start": 39531, + "end": 39532, "loc": { "start": { - "line": 833, + "line": 875, "column": 43 }, "end": { - "line": 833, + "line": 875, "column": 44 } } @@ -630820,15 +631307,15 @@ "binop": null }, "value": "find", - "start": 37142, - "end": 37146, + "start": 39532, + "end": 39536, "loc": { "start": { - "line": 833, + "line": 875, "column": 44 }, "end": { - "line": 833, + "line": 875, "column": 48 } } @@ -630845,15 +631332,15 @@ "postfix": false, "binop": null }, - "start": 37146, - "end": 37147, + "start": 39536, + "end": 39537, "loc": { "start": { - "line": 833, + "line": 875, "column": 48 }, "end": { - "line": 833, + "line": 875, "column": 49 } } @@ -630871,15 +631358,15 @@ "binop": null }, "value": "Selector", - "start": 37148, - "end": 37156, + "start": 39538, + "end": 39546, "loc": { "start": { - "line": 833, + "line": 875, "column": 50 }, "end": { - "line": 833, + "line": 875, "column": 58 } } @@ -630897,15 +631384,15 @@ "binop": null, "updateContext": null }, - "start": 37156, - "end": 37157, + "start": 39546, + "end": 39547, "loc": { "start": { - "line": 833, + "line": 875, "column": 58 }, "end": { - "line": 833, + "line": 875, "column": 59 } } @@ -630923,15 +631410,15 @@ "binop": null }, "value": "RULER_BOTTOM", - "start": 37157, - "end": 37169, + "start": 39547, + "end": 39559, "loc": { "start": { - "line": 833, + "line": 875, "column": 59 }, "end": { - "line": 833, + "line": 875, "column": 71 } } @@ -630948,15 +631435,15 @@ "postfix": false, "binop": null }, - "start": 37170, - "end": 37171, + "start": 39560, + "end": 39561, "loc": { "start": { - "line": 833, + "line": 875, "column": 72 }, "end": { - "line": 833, + "line": 875, "column": 73 } } @@ -630974,15 +631461,15 @@ "binop": null, "updateContext": null }, - "start": 37171, - "end": 37172, + "start": 39561, + "end": 39562, "loc": { "start": { - "line": 833, + "line": 875, "column": 73 }, "end": { - "line": 833, + "line": 875, "column": 74 } } @@ -631000,15 +631487,15 @@ "binop": null }, "value": "height", - "start": 37172, - "end": 37178, + "start": 39562, + "end": 39568, "loc": { "start": { - "line": 833, + "line": 875, "column": 74 }, "end": { - "line": 833, + "line": 875, "column": 80 } } @@ -631025,15 +631512,15 @@ "postfix": false, "binop": null }, - "start": 37178, - "end": 37179, + "start": 39568, + "end": 39569, "loc": { "start": { - "line": 833, + "line": 875, "column": 80 }, "end": { - "line": 833, + "line": 875, "column": 81 } } @@ -631050,15 +631537,15 @@ "postfix": false, "binop": null }, - "start": 37179, - "end": 37180, + "start": 39569, + "end": 39570, "loc": { "start": { - "line": 833, + "line": 875, "column": 81 }, "end": { - "line": 833, + "line": 875, "column": 82 } } @@ -631076,15 +631563,15 @@ "binop": null, "updateContext": null }, - "start": 37180, - "end": 37181, + "start": 39570, + "end": 39571, "loc": { "start": { - "line": 833, + "line": 875, "column": 82 }, "end": { - "line": 833, + "line": 875, "column": 83 } } @@ -631103,15 +631590,15 @@ "updateContext": null }, "value": 10, - "start": 37182, - "end": 37184, + "start": 39572, + "end": 39574, "loc": { "start": { - "line": 833, + "line": 875, "column": 84 }, "end": { - "line": 833, + "line": 875, "column": 86 } } @@ -631128,15 +631615,15 @@ "postfix": false, "binop": null }, - "start": 37185, - "end": 37186, + "start": 39575, + "end": 39576, "loc": { "start": { - "line": 833, + "line": 875, "column": 87 }, "end": { - "line": 833, + "line": 875, "column": 88 } } @@ -631155,15 +631642,15 @@ "updateContext": null }, "value": "-", - "start": 37187, - "end": 37188, + "start": 39577, + "end": 39578, "loc": { "start": { - "line": 833, + "line": 875, "column": 89 }, "end": { - "line": 833, + "line": 875, "column": 90 } } @@ -631182,15 +631669,15 @@ "updateContext": null }, "value": 1, - "start": 37189, - "end": 37190, + "start": 39579, + "end": 39580, "loc": { "start": { - "line": 833, + "line": 875, "column": 91 }, "end": { - "line": 833, + "line": 875, "column": 92 } } @@ -631207,15 +631694,15 @@ "postfix": false, "binop": null }, - "start": 37203, - "end": 37204, + "start": 39593, + "end": 39594, "loc": { "start": { - "line": 834, + "line": 876, "column": 12 }, "end": { - "line": 834, + "line": 876, "column": 13 } } @@ -631235,15 +631722,15 @@ "updateContext": null }, "value": "if", - "start": 37222, - "end": 37224, + "start": 39612, + "end": 39614, "loc": { "start": { - "line": 836, + "line": 878, "column": 8 }, "end": { - "line": 836, + "line": 878, "column": 10 } } @@ -631260,15 +631747,15 @@ "postfix": false, "binop": null }, - "start": 37225, - "end": 37226, + "start": 39615, + "end": 39616, "loc": { "start": { - "line": 836, + "line": 878, "column": 11 }, "end": { - "line": 836, + "line": 878, "column": 12 } } @@ -631286,15 +631773,15 @@ "binop": null }, "value": "_opts", - "start": 37227, - "end": 37232, + "start": 39617, + "end": 39622, "loc": { "start": { - "line": 836, + "line": 878, "column": 13 }, "end": { - "line": 836, + "line": 878, "column": 18 } } @@ -631312,15 +631799,15 @@ "binop": null, "updateContext": null }, - "start": 37232, - "end": 37233, + "start": 39622, + "end": 39623, "loc": { "start": { - "line": 836, + "line": 878, "column": 18 }, "end": { - "line": 836, + "line": 878, "column": 19 } } @@ -631338,15 +631825,15 @@ "binop": null }, "value": "sidebar", - "start": 37233, - "end": 37240, + "start": 39623, + "end": 39630, "loc": { "start": { - "line": 836, + "line": 878, "column": 19 }, "end": { - "line": 836, + "line": 878, "column": 26 } } @@ -631364,15 +631851,15 @@ "binop": null, "updateContext": null }, - "start": 37240, - "end": 37241, + "start": 39630, + "end": 39631, "loc": { "start": { - "line": 836, + "line": 878, "column": 26 }, "end": { - "line": 836, + "line": 878, "column": 27 } } @@ -631390,15 +631877,15 @@ "binop": null }, "value": "list", - "start": 37241, - "end": 37245, + "start": 39631, + "end": 39635, "loc": { "start": { - "line": 836, + "line": 878, "column": 27 }, "end": { - "line": 836, + "line": 878, "column": 31 } } @@ -631416,15 +631903,15 @@ "binop": null, "updateContext": null }, - "start": 37245, - "end": 37246, + "start": 39635, + "end": 39636, "loc": { "start": { - "line": 836, + "line": 878, "column": 31 }, "end": { - "line": 836, + "line": 878, "column": 32 } } @@ -631442,15 +631929,15 @@ "binop": null }, "value": "length", - "start": 37246, - "end": 37252, + "start": 39636, + "end": 39642, "loc": { "start": { - "line": 836, + "line": 878, "column": 32 }, "end": { - "line": 836, + "line": 878, "column": 38 } } @@ -631469,15 +631956,15 @@ "updateContext": null }, "value": ">", - "start": 37253, - "end": 37254, + "start": 39643, + "end": 39644, "loc": { "start": { - "line": 836, + "line": 878, "column": 39 }, "end": { - "line": 836, + "line": 878, "column": 40 } } @@ -631496,15 +631983,15 @@ "updateContext": null }, "value": 0, - "start": 37255, - "end": 37256, + "start": 39645, + "end": 39646, "loc": { "start": { - "line": 836, + "line": 878, "column": 41 }, "end": { - "line": 836, + "line": 878, "column": 42 } } @@ -631521,15 +632008,15 @@ "postfix": false, "binop": null }, - "start": 37257, - "end": 37258, + "start": 39647, + "end": 39648, "loc": { "start": { - "line": 836, + "line": 878, "column": 43 }, "end": { - "line": 836, + "line": 878, "column": 44 } } @@ -631546,15 +632033,15 @@ "postfix": false, "binop": null }, - "start": 37259, - "end": 37260, + "start": 39649, + "end": 39650, "loc": { "start": { - "line": 836, + "line": 878, "column": 45 }, "end": { - "line": 836, + "line": 878, "column": 46 } } @@ -631572,15 +632059,15 @@ "binop": null }, "value": "_tl_container", - "start": 37273, - "end": 37286, + "start": 39663, + "end": 39676, "loc": { "start": { - "line": 837, + "line": 879, "column": 12 }, "end": { - "line": 837, + "line": 879, "column": 25 } } @@ -631598,15 +632085,15 @@ "binop": null, "updateContext": null }, - "start": 37286, - "end": 37287, + "start": 39676, + "end": 39677, "loc": { "start": { - "line": 837, + "line": 879, "column": 25 }, "end": { - "line": 837, + "line": 879, "column": 26 } } @@ -631624,15 +632111,15 @@ "binop": null }, "value": "prepend", - "start": 37287, - "end": 37294, + "start": 39677, + "end": 39684, "loc": { "start": { - "line": 837, + "line": 879, "column": 26 }, "end": { - "line": 837, + "line": 879, "column": 33 } } @@ -631649,15 +632136,15 @@ "postfix": false, "binop": null }, - "start": 37294, - "end": 37295, + "start": 39684, + "end": 39685, "loc": { "start": { - "line": 837, + "line": 879, "column": 33 }, "end": { - "line": 837, + "line": 879, "column": 34 } } @@ -631677,15 +632164,15 @@ "updateContext": null }, "value": "this", - "start": 37296, - "end": 37300, + "start": 39686, + "end": 39690, "loc": { "start": { - "line": 837, + "line": 879, "column": 35 }, "end": { - "line": 837, + "line": 879, "column": 39 } } @@ -631703,15 +632190,15 @@ "binop": null, "updateContext": null }, - "start": 37300, - "end": 37301, + "start": 39690, + "end": 39691, "loc": { "start": { - "line": 837, + "line": 879, "column": 39 }, "end": { - "line": 837, + "line": 879, "column": 40 } } @@ -631729,15 +632216,15 @@ "binop": null }, "value": "_createSideIndex", - "start": 37301, - "end": 37317, + "start": 39691, + "end": 39707, "loc": { "start": { - "line": 837, + "line": 879, "column": 40 }, "end": { - "line": 837, + "line": 879, "column": 56 } } @@ -631754,15 +632241,15 @@ "postfix": false, "binop": null }, - "start": 37317, - "end": 37318, + "start": 39707, + "end": 39708, "loc": { "start": { - "line": 837, + "line": 879, "column": 56 }, "end": { - "line": 837, + "line": 879, "column": 57 } } @@ -631780,15 +632267,15 @@ "binop": null }, "value": "margin", - "start": 37319, - "end": 37325, + "start": 39709, + "end": 39715, "loc": { "start": { - "line": 837, + "line": 879, "column": 58 }, "end": { - "line": 837, + "line": 879, "column": 64 } } @@ -631805,15 +632292,15 @@ "postfix": false, "binop": null }, - "start": 37326, - "end": 37327, + "start": 39716, + "end": 39717, "loc": { "start": { - "line": 837, + "line": 879, "column": 65 }, "end": { - "line": 837, + "line": 879, "column": 66 } } @@ -631830,15 +632317,15 @@ "postfix": false, "binop": null }, - "start": 37328, - "end": 37329, + "start": 39718, + "end": 39719, "loc": { "start": { - "line": 837, + "line": 879, "column": 67 }, "end": { - "line": 837, + "line": 879, "column": 68 } } @@ -631855,15 +632342,15 @@ "postfix": false, "binop": null }, - "start": 37338, - "end": 37339, + "start": 39728, + "end": 39729, "loc": { "start": { - "line": 838, + "line": 880, "column": 8 }, "end": { - "line": 838, + "line": 880, "column": 9 } } @@ -631871,15 +632358,15 @@ { "type": "CommentLine", "value": " Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加", - "start": 37357, - "end": 37440, + "start": 39747, + "end": 39830, "loc": { "start": { - "line": 840, + "line": 882, "column": 8 }, "end": { - "line": 840, + "line": 882, "column": 91 } } @@ -631897,15 +632384,15 @@ "binop": null }, "value": "_tl_container", - "start": 37449, - "end": 37462, + "start": 39839, + "end": 39852, "loc": { "start": { - "line": 841, + "line": 883, "column": 8 }, "end": { - "line": 841, + "line": 883, "column": 21 } } @@ -631923,15 +632410,15 @@ "binop": null, "updateContext": null }, - "start": 37462, - "end": 37463, + "start": 39852, + "end": 39853, "loc": { "start": { - "line": 841, + "line": 883, "column": 21 }, "end": { - "line": 841, + "line": 883, "column": 22 } } @@ -631949,15 +632436,15 @@ "binop": null }, "value": "append", - "start": 37463, - "end": 37469, + "start": 39853, + "end": 39859, "loc": { "start": { - "line": 841, + "line": 883, "column": 22 }, "end": { - "line": 841, + "line": 883, "column": 28 } } @@ -631974,15 +632461,15 @@ "postfix": false, "binop": null }, - "start": 37469, - "end": 37470, + "start": 39859, + "end": 39860, "loc": { "start": { - "line": 841, + "line": 883, "column": 28 }, "end": { - "line": 841, + "line": 883, "column": 29 } } @@ -632000,15 +632487,15 @@ "binop": null }, "value": "_tl_main", - "start": 37471, - "end": 37479, + "start": 39861, + "end": 39869, "loc": { "start": { - "line": 841, + "line": 883, "column": 30 }, "end": { - "line": 841, + "line": 883, "column": 38 } } @@ -632025,15 +632512,15 @@ "postfix": false, "binop": null }, - "start": 37480, - "end": 37481, + "start": 39870, + "end": 39871, "loc": { "start": { - "line": 841, + "line": 883, "column": 39 }, "end": { - "line": 841, + "line": 883, "column": 40 } } @@ -632051,15 +632538,15 @@ "binop": null }, "value": "$", - "start": 37490, - "end": 37491, + "start": 39880, + "end": 39881, "loc": { "start": { - "line": 842, + "line": 884, "column": 8 }, "end": { - "line": 842, + "line": 884, "column": 9 } } @@ -632076,15 +632563,15 @@ "postfix": false, "binop": null }, - "start": 37491, - "end": 37492, + "start": 39881, + "end": 39882, "loc": { "start": { - "line": 842, + "line": 884, "column": 9 }, "end": { - "line": 842, + "line": 884, "column": 10 } } @@ -632102,15 +632589,15 @@ "binop": null }, "value": "_elem", - "start": 37492, - "end": 37497, + "start": 39882, + "end": 39887, "loc": { "start": { - "line": 842, + "line": 884, "column": 10 }, "end": { - "line": 842, + "line": 884, "column": 15 } } @@ -632127,15 +632614,15 @@ "postfix": false, "binop": null }, - "start": 37497, - "end": 37498, + "start": 39887, + "end": 39888, "loc": { "start": { - "line": 842, + "line": 884, "column": 15 }, "end": { - "line": 842, + "line": 884, "column": 16 } } @@ -632153,15 +632640,15 @@ "binop": null, "updateContext": null }, - "start": 37498, - "end": 37499, + "start": 39888, + "end": 39889, "loc": { "start": { - "line": 842, + "line": 884, "column": 16 }, "end": { - "line": 842, + "line": 884, "column": 17 } } @@ -632179,15 +632666,15 @@ "binop": null }, "value": "append", - "start": 37499, - "end": 37505, + "start": 39889, + "end": 39895, "loc": { "start": { - "line": 842, + "line": 884, "column": 17 }, "end": { - "line": 842, + "line": 884, "column": 23 } } @@ -632204,15 +632691,15 @@ "postfix": false, "binop": null }, - "start": 37505, - "end": 37506, + "start": 39895, + "end": 39896, "loc": { "start": { - "line": 842, + "line": 884, "column": 23 }, "end": { - "line": 842, + "line": 884, "column": 24 } } @@ -632230,15 +632717,15 @@ "binop": null }, "value": "_tl_container", - "start": 37507, - "end": 37520, + "start": 39897, + "end": 39910, "loc": { "start": { - "line": 842, + "line": 884, "column": 25 }, "end": { - "line": 842, + "line": 884, "column": 38 } } @@ -632255,15 +632742,15 @@ "postfix": false, "binop": null }, - "start": 37521, - "end": 37522, + "start": 39911, + "end": 39912, "loc": { "start": { - "line": 842, + "line": 884, "column": 39 }, "end": { - "line": 842, + "line": 884, "column": 40 } } @@ -632271,15 +632758,15 @@ { "type": "CommentLine", "value": " Create the timeline footer (:> タイムラインのフッタを生成", - "start": 37540, - "end": 37587, + "start": 39930, + "end": 39977, "loc": { "start": { - "line": 844, + "line": 886, "column": 8 }, "end": { - "line": 844, + "line": 886, "column": 55 } } @@ -632297,15 +632784,15 @@ "binop": null }, "value": "$", - "start": 37596, - "end": 37597, + "start": 39986, + "end": 39987, "loc": { "start": { - "line": 845, + "line": 887, "column": 8 }, "end": { - "line": 845, + "line": 887, "column": 9 } } @@ -632322,15 +632809,15 @@ "postfix": false, "binop": null }, - "start": 37597, - "end": 37598, + "start": 39987, + "end": 39988, "loc": { "start": { - "line": 845, + "line": 887, "column": 9 }, "end": { - "line": 845, + "line": 887, "column": 10 } } @@ -632348,15 +632835,15 @@ "binop": null }, "value": "_elem", - "start": 37598, - "end": 37603, + "start": 39988, + "end": 39993, "loc": { "start": { - "line": 845, + "line": 887, "column": 10 }, "end": { - "line": 845, + "line": 887, "column": 15 } } @@ -632373,15 +632860,15 @@ "postfix": false, "binop": null }, - "start": 37603, - "end": 37604, + "start": 39993, + "end": 39994, "loc": { "start": { - "line": 845, + "line": 887, "column": 15 }, "end": { - "line": 845, + "line": 887, "column": 16 } } @@ -632399,15 +632886,15 @@ "binop": null, "updateContext": null }, - "start": 37604, - "end": 37605, + "start": 39994, + "end": 39995, "loc": { "start": { - "line": 845, + "line": 887, "column": 16 }, "end": { - "line": 845, + "line": 887, "column": 17 } } @@ -632425,15 +632912,15 @@ "binop": null }, "value": "append", - "start": 37605, - "end": 37611, + "start": 39995, + "end": 40001, "loc": { "start": { - "line": 845, + "line": 887, "column": 17 }, "end": { - "line": 845, + "line": 887, "column": 23 } } @@ -632450,15 +632937,15 @@ "postfix": false, "binop": null }, - "start": 37611, - "end": 37612, + "start": 40001, + "end": 40002, "loc": { "start": { - "line": 845, + "line": 887, "column": 23 }, "end": { - "line": 845, + "line": 887, "column": 24 } } @@ -632478,15 +632965,15 @@ "updateContext": null }, "value": "this", - "start": 37613, - "end": 37617, + "start": 40003, + "end": 40007, "loc": { "start": { - "line": 845, + "line": 887, "column": 25 }, "end": { - "line": 845, + "line": 887, "column": 29 } } @@ -632504,15 +632991,15 @@ "binop": null, "updateContext": null }, - "start": 37617, - "end": 37618, + "start": 40007, + "end": 40008, "loc": { "start": { - "line": 845, + "line": 887, "column": 29 }, "end": { - "line": 845, + "line": 887, "column": 30 } } @@ -632530,15 +633017,15 @@ "binop": null }, "value": "_createFooter", - "start": 37618, - "end": 37631, + "start": 40008, + "end": 40021, "loc": { "start": { - "line": 845, + "line": 887, "column": 30 }, "end": { - "line": 845, + "line": 887, "column": 43 } } @@ -632555,15 +633042,15 @@ "postfix": false, "binop": null }, - "start": 37631, - "end": 37632, + "start": 40021, + "end": 40022, "loc": { "start": { - "line": 845, + "line": 887, "column": 43 }, "end": { - "line": 845, + "line": 887, "column": 44 } } @@ -632580,15 +633067,15 @@ "postfix": false, "binop": null }, - "start": 37632, - "end": 37633, + "start": 40022, + "end": 40023, "loc": { "start": { - "line": 845, + "line": 887, "column": 44 }, "end": { - "line": 845, + "line": 887, "column": 45 } } @@ -632605,15 +633092,15 @@ "postfix": false, "binop": null }, - "start": 37634, - "end": 37635, + "start": 40024, + "end": 40025, "loc": { "start": { - "line": 845, + "line": 887, "column": 46 }, "end": { - "line": 845, + "line": 887, "column": 47 } } @@ -632633,15 +633120,15 @@ "updateContext": null }, "value": "this", - "start": 37653, - "end": 37657, + "start": 40043, + "end": 40047, "loc": { "start": { - "line": 847, + "line": 889, "column": 8 }, "end": { - "line": 847, + "line": 889, "column": 12 } } @@ -632659,15 +633146,15 @@ "binop": null, "updateContext": null }, - "start": 37657, - "end": 37658, + "start": 40047, + "end": 40048, "loc": { "start": { - "line": 847, + "line": 889, "column": 12 }, "end": { - "line": 847, + "line": 889, "column": 13 } } @@ -632685,15 +633172,15 @@ "binop": null }, "value": "_isShown", - "start": 37658, - "end": 37666, + "start": 40048, + "end": 40056, "loc": { "start": { - "line": 847, + "line": 889, "column": 13 }, "end": { - "line": 847, + "line": 889, "column": 21 } } @@ -632712,15 +633199,15 @@ "updateContext": null }, "value": "=", - "start": 37667, - "end": 37668, + "start": 40057, + "end": 40058, "loc": { "start": { - "line": 847, + "line": 889, "column": 22 }, "end": { - "line": 847, + "line": 889, "column": 23 } } @@ -632740,15 +633227,15 @@ "updateContext": null }, "value": "true", - "start": 37669, - "end": 37673, + "start": 40059, + "end": 40063, "loc": { "start": { - "line": 847, + "line": 889, "column": 24 }, "end": { - "line": 847, + "line": 889, "column": 28 } } @@ -632765,15 +633252,15 @@ "postfix": false, "binop": null }, - "start": 37678, - "end": 37679, + "start": 40068, + "end": 40069, "loc": { "start": { - "line": 848, + "line": 890, "column": 4 }, "end": { - "line": 848, + "line": 890, "column": 5 } } @@ -632781,15 +633268,15 @@ { "type": "CommentBlock", "value": "*\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 37689, - "end": 37805, + "start": 40079, + "end": 40195, "loc": { "start": { - "line": 850, + "line": 892, "column": 4 }, "end": { - "line": 854, + "line": 896, "column": 7 } } @@ -632807,15 +633294,15 @@ "binop": null }, "value": "_createHeadline", - "start": 37810, - "end": 37825, + "start": 40200, + "end": 40215, "loc": { "start": { - "line": 855, + "line": 897, "column": 4 }, "end": { - "line": 855, + "line": 897, "column": 19 } } @@ -632832,15 +633319,15 @@ "postfix": false, "binop": null }, - "start": 37825, - "end": 37826, + "start": 40215, + "end": 40216, "loc": { "start": { - "line": 855, + "line": 897, "column": 19 }, "end": { - "line": 855, + "line": 897, "column": 20 } } @@ -632857,15 +633344,15 @@ "postfix": false, "binop": null }, - "start": 37826, - "end": 37827, + "start": 40216, + "end": 40217, "loc": { "start": { - "line": 855, + "line": 897, "column": 20 }, "end": { - "line": 855, + "line": 897, "column": 21 } } @@ -632882,15 +633369,15 @@ "postfix": false, "binop": null }, - "start": 37828, - "end": 37829, + "start": 40218, + "end": 40219, "loc": { "start": { - "line": 855, + "line": 897, "column": 22 }, "end": { - "line": 855, + "line": 897, "column": 23 } } @@ -632910,15 +633397,15 @@ "updateContext": null }, "value": "let", - "start": 37838, - "end": 37841, + "start": 40228, + "end": 40231, "loc": { "start": { - "line": 856, + "line": 898, "column": 8 }, "end": { - "line": 856, + "line": 898, "column": 11 } } @@ -632936,15 +633423,15 @@ "binop": null }, "value": "_opts", - "start": 37842, - "end": 37847, + "start": 40232, + "end": 40237, "loc": { "start": { - "line": 856, + "line": 898, "column": 12 }, "end": { - "line": 856, + "line": 898, "column": 17 } } @@ -632963,15 +633450,15 @@ "updateContext": null }, "value": "=", - "start": 37851, - "end": 37852, + "start": 40241, + "end": 40242, "loc": { "start": { - "line": 856, + "line": 898, "column": 21 }, "end": { - "line": 856, + "line": 898, "column": 22 } } @@ -632991,15 +633478,15 @@ "updateContext": null }, "value": "this", - "start": 37853, - "end": 37857, + "start": 40243, + "end": 40247, "loc": { "start": { - "line": 856, + "line": 898, "column": 23 }, "end": { - "line": 856, + "line": 898, "column": 27 } } @@ -633017,15 +633504,15 @@ "binop": null, "updateContext": null }, - "start": 37857, - "end": 37858, + "start": 40247, + "end": 40248, "loc": { "start": { - "line": 856, + "line": 898, "column": 27 }, "end": { - "line": 856, + "line": 898, "column": 28 } } @@ -633043,15 +633530,15 @@ "binop": null }, "value": "_config", - "start": 37858, - "end": 37865, + "start": 40248, + "end": 40255, "loc": { "start": { - "line": 856, + "line": 898, "column": 28 }, "end": { - "line": 856, + "line": 898, "column": 35 } } @@ -633069,15 +633556,15 @@ "binop": null, "updateContext": null }, - "start": 37865, - "end": 37866, + "start": 40255, + "end": 40256, "loc": { "start": { - "line": 856, + "line": 898, "column": 35 }, "end": { - "line": 856, + "line": 898, "column": 36 } } @@ -633095,15 +633582,15 @@ "binop": null }, "value": "_props", - "start": 37879, - "end": 37885, + "start": 40269, + "end": 40275, "loc": { "start": { - "line": 857, + "line": 899, "column": 12 }, "end": { - "line": 857, + "line": 899, "column": 18 } } @@ -633122,15 +633609,15 @@ "updateContext": null }, "value": "=", - "start": 37888, - "end": 37889, + "start": 40278, + "end": 40279, "loc": { "start": { - "line": 857, + "line": 899, "column": 21 }, "end": { - "line": 857, + "line": 899, "column": 22 } } @@ -633150,15 +633637,15 @@ "updateContext": null }, "value": "this", - "start": 37890, - "end": 37894, + "start": 40280, + "end": 40284, "loc": { "start": { - "line": 857, + "line": 899, "column": 23 }, "end": { - "line": 857, + "line": 899, "column": 27 } } @@ -633176,15 +633663,15 @@ "binop": null, "updateContext": null }, - "start": 37894, - "end": 37895, + "start": 40284, + "end": 40285, "loc": { "start": { - "line": 857, + "line": 899, "column": 27 }, "end": { - "line": 857, + "line": 899, "column": 28 } } @@ -633202,15 +633689,15 @@ "binop": null }, "value": "_instanceProps", - "start": 37895, - "end": 37909, + "start": 40285, + "end": 40299, "loc": { "start": { - "line": 857, + "line": 899, "column": 28 }, "end": { - "line": 857, + "line": 899, "column": 42 } } @@ -633228,15 +633715,15 @@ "binop": null, "updateContext": null }, - "start": 37909, - "end": 37910, + "start": 40299, + "end": 40300, "loc": { "start": { - "line": 857, + "line": 899, "column": 42 }, "end": { - "line": 857, + "line": 899, "column": 43 } } @@ -633254,15 +633741,15 @@ "binop": null }, "value": "_display", - "start": 37923, - "end": 37931, + "start": 40313, + "end": 40321, "loc": { "start": { - "line": 858, + "line": 900, "column": 12 }, "end": { - "line": 858, + "line": 900, "column": 20 } } @@ -633281,15 +633768,15 @@ "updateContext": null }, "value": "=", - "start": 37932, - "end": 37933, + "start": 40322, + "end": 40323, "loc": { "start": { - "line": 858, + "line": 900, "column": 21 }, "end": { - "line": 858, + "line": 900, "column": 22 } } @@ -633309,15 +633796,15 @@ "updateContext": null }, "value": "this", - "start": 37934, - "end": 37938, + "start": 40324, + "end": 40328, "loc": { "start": { - "line": 858, + "line": 900, "column": 23 }, "end": { - "line": 858, + "line": 900, "column": 27 } } @@ -633335,15 +633822,15 @@ "binop": null, "updateContext": null }, - "start": 37938, - "end": 37939, + "start": 40328, + "end": 40329, "loc": { "start": { - "line": 858, + "line": 900, "column": 27 }, "end": { - "line": 858, + "line": 900, "column": 28 } } @@ -633361,15 +633848,15 @@ "binop": null }, "value": "supplement", - "start": 37939, - "end": 37949, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 858, + "line": 900, "column": 28 }, "end": { - "line": 858, + "line": 900, "column": 38 } } @@ -633386,15 +633873,15 @@ "postfix": false, "binop": null }, - "start": 37949, - "end": 37950, + "start": 40339, + "end": 40340, "loc": { "start": { - "line": 858, + "line": 900, "column": 38 }, "end": { - "line": 858, + "line": 900, "column": 39 } } @@ -633412,15 +633899,15 @@ "binop": null }, "value": "Default", - "start": 37951, - "end": 37958, + "start": 40341, + "end": 40348, "loc": { "start": { - "line": 858, + "line": 900, "column": 40 }, "end": { - "line": 858, + "line": 900, "column": 47 } } @@ -633438,15 +633925,15 @@ "binop": null, "updateContext": null }, - "start": 37958, - "end": 37959, + "start": 40348, + "end": 40349, "loc": { "start": { - "line": 858, + "line": 900, "column": 47 }, "end": { - "line": 858, + "line": 900, "column": 48 } } @@ -633464,15 +633951,15 @@ "binop": null }, "value": "headline", - "start": 37959, - "end": 37967, + "start": 40349, + "end": 40357, "loc": { "start": { - "line": 858, + "line": 900, "column": 48 }, "end": { - "line": 858, + "line": 900, "column": 56 } } @@ -633490,15 +633977,15 @@ "binop": null, "updateContext": null }, - "start": 37967, - "end": 37968, + "start": 40357, + "end": 40358, "loc": { "start": { - "line": 858, + "line": 900, "column": 56 }, "end": { - "line": 858, + "line": 900, "column": 57 } } @@ -633516,15 +634003,15 @@ "binop": null }, "value": "display", - "start": 37968, - "end": 37975, + "start": 40358, + "end": 40365, "loc": { "start": { - "line": 858, + "line": 900, "column": 57 }, "end": { - "line": 858, + "line": 900, "column": 64 } } @@ -633542,15 +634029,15 @@ "binop": null, "updateContext": null }, - "start": 37975, - "end": 37976, + "start": 40365, + "end": 40366, "loc": { "start": { - "line": 858, + "line": 900, "column": 64 }, "end": { - "line": 858, + "line": 900, "column": 65 } } @@ -633568,15 +634055,15 @@ "binop": null }, "value": "_opts", - "start": 37977, - "end": 37982, + "start": 40367, + "end": 40372, "loc": { "start": { - "line": 858, + "line": 900, "column": 66 }, "end": { - "line": 858, + "line": 900, "column": 71 } } @@ -633594,15 +634081,15 @@ "binop": null, "updateContext": null }, - "start": 37982, - "end": 37983, + "start": 40372, + "end": 40373, "loc": { "start": { - "line": 858, + "line": 900, "column": 71 }, "end": { - "line": 858, + "line": 900, "column": 72 } } @@ -633620,15 +634107,15 @@ "binop": null }, "value": "headline", - "start": 37983, - "end": 37991, + "start": 40373, + "end": 40381, "loc": { "start": { - "line": 858, + "line": 900, "column": 72 }, "end": { - "line": 858, + "line": 900, "column": 80 } } @@ -633646,15 +634133,15 @@ "binop": null, "updateContext": null }, - "start": 37991, - "end": 37992, + "start": 40381, + "end": 40382, "loc": { "start": { - "line": 858, + "line": 900, "column": 80 }, "end": { - "line": 858, + "line": 900, "column": 81 } } @@ -633672,15 +634159,15 @@ "binop": null }, "value": "display", - "start": 37992, - "end": 37999, + "start": 40382, + "end": 40389, "loc": { "start": { - "line": 858, + "line": 900, "column": 81 }, "end": { - "line": 858, + "line": 900, "column": 88 } } @@ -633698,15 +634185,15 @@ "binop": null, "updateContext": null }, - "start": 37999, - "end": 38000, + "start": 40389, + "end": 40390, "loc": { "start": { - "line": 858, + "line": 900, "column": 88 }, "end": { - "line": 858, + "line": 900, "column": 89 } } @@ -633726,15 +634213,15 @@ "updateContext": null }, "value": "this", - "start": 38001, - "end": 38005, + "start": 40391, + "end": 40395, "loc": { "start": { - "line": 858, + "line": 900, "column": 90 }, "end": { - "line": 858, + "line": 900, "column": 94 } } @@ -633752,15 +634239,15 @@ "binop": null, "updateContext": null }, - "start": 38005, - "end": 38006, + "start": 40395, + "end": 40396, "loc": { "start": { - "line": 858, + "line": 900, "column": 94 }, "end": { - "line": 858, + "line": 900, "column": 95 } } @@ -633778,15 +634265,15 @@ "binop": null }, "value": "validateBoolean", - "start": 38006, - "end": 38021, + "start": 40396, + "end": 40411, "loc": { "start": { - "line": 858, + "line": 900, "column": 95 }, "end": { - "line": 858, + "line": 900, "column": 110 } } @@ -633803,15 +634290,15 @@ "postfix": false, "binop": null }, - "start": 38022, - "end": 38023, + "start": 40412, + "end": 40413, "loc": { "start": { - "line": 858, + "line": 900, "column": 111 }, "end": { - "line": 858, + "line": 900, "column": 112 } } @@ -633829,15 +634316,15 @@ "binop": null, "updateContext": null }, - "start": 38023, - "end": 38024, + "start": 40413, + "end": 40414, "loc": { "start": { - "line": 858, + "line": 900, "column": 112 }, "end": { - "line": 858, + "line": 900, "column": 113 } } @@ -633855,15 +634342,15 @@ "binop": null }, "value": "_title", - "start": 38037, - "end": 38043, + "start": 40427, + "end": 40433, "loc": { "start": { - "line": 859, + "line": 901, "column": 12 }, "end": { - "line": 859, + "line": 901, "column": 18 } } @@ -633882,15 +634369,15 @@ "updateContext": null }, "value": "=", - "start": 38046, - "end": 38047, + "start": 40436, + "end": 40437, "loc": { "start": { - "line": 859, + "line": 901, "column": 21 }, "end": { - "line": 859, + "line": 901, "column": 22 } } @@ -633910,15 +634397,15 @@ "updateContext": null }, "value": "this", - "start": 38048, - "end": 38052, + "start": 40438, + "end": 40442, "loc": { "start": { - "line": 859, + "line": 901, "column": 23 }, "end": { - "line": 859, + "line": 901, "column": 27 } } @@ -633936,15 +634423,15 @@ "binop": null, "updateContext": null }, - "start": 38052, - "end": 38053, + "start": 40442, + "end": 40443, "loc": { "start": { - "line": 859, + "line": 901, "column": 27 }, "end": { - "line": 859, + "line": 901, "column": 28 } } @@ -633962,15 +634449,15 @@ "binop": null }, "value": "supplement", - "start": 38053, - "end": 38063, + "start": 40443, + "end": 40453, "loc": { "start": { - "line": 859, + "line": 901, "column": 28 }, "end": { - "line": 859, + "line": 901, "column": 38 } } @@ -633987,15 +634474,15 @@ "postfix": false, "binop": null }, - "start": 38063, - "end": 38064, + "start": 40453, + "end": 40454, "loc": { "start": { - "line": 859, + "line": 901, "column": 38 }, "end": { - "line": 859, + "line": 901, "column": 39 } } @@ -634015,15 +634502,15 @@ "updateContext": null }, "value": "null", - "start": 38065, - "end": 38069, + "start": 40455, + "end": 40459, "loc": { "start": { - "line": 859, + "line": 901, "column": 40 }, "end": { - "line": 859, + "line": 901, "column": 44 } } @@ -634041,15 +634528,15 @@ "binop": null, "updateContext": null }, - "start": 38069, - "end": 38070, + "start": 40459, + "end": 40460, "loc": { "start": { - "line": 859, + "line": 901, "column": 44 }, "end": { - "line": 859, + "line": 901, "column": 45 } } @@ -634067,15 +634554,15 @@ "binop": null }, "value": "_opts", - "start": 38071, - "end": 38076, + "start": 40461, + "end": 40466, "loc": { "start": { - "line": 859, + "line": 901, "column": 46 }, "end": { - "line": 859, + "line": 901, "column": 51 } } @@ -634093,15 +634580,15 @@ "binop": null, "updateContext": null }, - "start": 38076, - "end": 38077, + "start": 40466, + "end": 40467, "loc": { "start": { - "line": 859, + "line": 901, "column": 51 }, "end": { - "line": 859, + "line": 901, "column": 52 } } @@ -634119,15 +634606,15 @@ "binop": null }, "value": "headline", - "start": 38077, - "end": 38085, + "start": 40467, + "end": 40475, "loc": { "start": { - "line": 859, + "line": 901, "column": 52 }, "end": { - "line": 859, + "line": 901, "column": 60 } } @@ -634145,15 +634632,15 @@ "binop": null, "updateContext": null }, - "start": 38085, - "end": 38086, + "start": 40475, + "end": 40476, "loc": { "start": { - "line": 859, + "line": 901, "column": 60 }, "end": { - "line": 859, + "line": 901, "column": 61 } } @@ -634171,15 +634658,15 @@ "binop": null }, "value": "title", - "start": 38086, - "end": 38091, + "start": 40476, + "end": 40481, "loc": { "start": { - "line": 859, + "line": 901, "column": 61 }, "end": { - "line": 859, + "line": 901, "column": 66 } } @@ -634196,15 +634683,15 @@ "postfix": false, "binop": null }, - "start": 38092, - "end": 38093, + "start": 40482, + "end": 40483, "loc": { "start": { - "line": 859, + "line": 901, "column": 67 }, "end": { - "line": 859, + "line": 901, "column": 68 } } @@ -634222,15 +634709,15 @@ "binop": null, "updateContext": null }, - "start": 38093, - "end": 38094, + "start": 40483, + "end": 40484, "loc": { "start": { - "line": 859, + "line": 901, "column": 68 }, "end": { - "line": 859, + "line": 901, "column": 69 } } @@ -634248,15 +634735,15 @@ "binop": null }, "value": "_range", - "start": 38107, - "end": 38113, + "start": 40497, + "end": 40503, "loc": { "start": { - "line": 860, + "line": 902, "column": 12 }, "end": { - "line": 860, + "line": 902, "column": 18 } } @@ -634275,15 +634762,15 @@ "updateContext": null }, "value": "=", - "start": 38116, - "end": 38117, + "start": 40506, + "end": 40507, "loc": { "start": { - "line": 860, + "line": 902, "column": 21 }, "end": { - "line": 860, + "line": 902, "column": 22 } } @@ -634303,15 +634790,15 @@ "updateContext": null }, "value": "this", - "start": 38118, - "end": 38122, + "start": 40508, + "end": 40512, "loc": { "start": { - "line": 860, + "line": 902, "column": 23 }, "end": { - "line": 860, + "line": 902, "column": 27 } } @@ -634329,15 +634816,15 @@ "binop": null, "updateContext": null }, - "start": 38122, - "end": 38123, + "start": 40512, + "end": 40513, "loc": { "start": { - "line": 860, + "line": 902, "column": 27 }, "end": { - "line": 860, + "line": 902, "column": 28 } } @@ -634355,15 +634842,15 @@ "binop": null }, "value": "supplement", - "start": 38123, - "end": 38133, + "start": 40513, + "end": 40523, "loc": { "start": { - "line": 860, + "line": 902, "column": 28 }, "end": { - "line": 860, + "line": 902, "column": 38 } } @@ -634380,15 +634867,15 @@ "postfix": false, "binop": null }, - "start": 38133, - "end": 38134, + "start": 40523, + "end": 40524, "loc": { "start": { - "line": 860, + "line": 902, "column": 38 }, "end": { - "line": 860, + "line": 902, "column": 39 } } @@ -634406,15 +634893,15 @@ "binop": null }, "value": "Default", - "start": 38135, - "end": 38142, + "start": 40525, + "end": 40532, "loc": { "start": { - "line": 860, + "line": 902, "column": 40 }, "end": { - "line": 860, + "line": 902, "column": 47 } } @@ -634432,15 +634919,15 @@ "binop": null, "updateContext": null }, - "start": 38142, - "end": 38143, + "start": 40532, + "end": 40533, "loc": { "start": { - "line": 860, + "line": 902, "column": 47 }, "end": { - "line": 860, + "line": 902, "column": 48 } } @@ -634458,15 +634945,15 @@ "binop": null }, "value": "headline", - "start": 38143, - "end": 38151, + "start": 40533, + "end": 40541, "loc": { "start": { - "line": 860, + "line": 902, "column": 48 }, "end": { - "line": 860, + "line": 902, "column": 56 } } @@ -634484,15 +634971,15 @@ "binop": null, "updateContext": null }, - "start": 38151, - "end": 38152, + "start": 40541, + "end": 40542, "loc": { "start": { - "line": 860, + "line": 902, "column": 56 }, "end": { - "line": 860, + "line": 902, "column": 57 } } @@ -634510,15 +634997,15 @@ "binop": null }, "value": "range", - "start": 38152, - "end": 38157, + "start": 40542, + "end": 40547, "loc": { "start": { - "line": 860, + "line": 902, "column": 57 }, "end": { - "line": 860, + "line": 902, "column": 62 } } @@ -634536,15 +635023,15 @@ "binop": null, "updateContext": null }, - "start": 38157, - "end": 38158, + "start": 40547, + "end": 40548, "loc": { "start": { - "line": 860, + "line": 902, "column": 62 }, "end": { - "line": 860, + "line": 902, "column": 63 } } @@ -634562,15 +635049,15 @@ "binop": null }, "value": "_opts", - "start": 38159, - "end": 38164, + "start": 40549, + "end": 40554, "loc": { "start": { - "line": 860, + "line": 902, "column": 64 }, "end": { - "line": 860, + "line": 902, "column": 69 } } @@ -634588,15 +635075,15 @@ "binop": null, "updateContext": null }, - "start": 38164, - "end": 38165, + "start": 40554, + "end": 40555, "loc": { "start": { - "line": 860, + "line": 902, "column": 69 }, "end": { - "line": 860, + "line": 902, "column": 70 } } @@ -634614,15 +635101,15 @@ "binop": null }, "value": "headline", - "start": 38165, - "end": 38173, + "start": 40555, + "end": 40563, "loc": { "start": { - "line": 860, + "line": 902, "column": 70 }, "end": { - "line": 860, + "line": 902, "column": 78 } } @@ -634640,15 +635127,15 @@ "binop": null, "updateContext": null }, - "start": 38173, - "end": 38174, + "start": 40563, + "end": 40564, "loc": { "start": { - "line": 860, + "line": 902, "column": 78 }, "end": { - "line": 860, + "line": 902, "column": 79 } } @@ -634666,15 +635153,15 @@ "binop": null }, "value": "range", - "start": 38174, - "end": 38179, + "start": 40564, + "end": 40569, "loc": { "start": { - "line": 860, + "line": 902, "column": 79 }, "end": { - "line": 860, + "line": 902, "column": 84 } } @@ -634692,15 +635179,15 @@ "binop": null, "updateContext": null }, - "start": 38179, - "end": 38180, + "start": 40569, + "end": 40570, "loc": { "start": { - "line": 860, + "line": 902, "column": 84 }, "end": { - "line": 860, + "line": 902, "column": 85 } } @@ -634720,15 +635207,15 @@ "updateContext": null }, "value": "this", - "start": 38181, - "end": 38185, + "start": 40571, + "end": 40575, "loc": { "start": { - "line": 860, + "line": 902, "column": 86 }, "end": { - "line": 860, + "line": 902, "column": 90 } } @@ -634746,15 +635233,15 @@ "binop": null, "updateContext": null }, - "start": 38185, - "end": 38186, + "start": 40575, + "end": 40576, "loc": { "start": { - "line": 860, + "line": 902, "column": 90 }, "end": { - "line": 860, + "line": 902, "column": 91 } } @@ -634772,15 +635259,15 @@ "binop": null }, "value": "validateBoolean", - "start": 38186, - "end": 38201, + "start": 40576, + "end": 40591, "loc": { "start": { - "line": 860, + "line": 902, "column": 91 }, "end": { - "line": 860, + "line": 902, "column": 106 } } @@ -634797,15 +635284,15 @@ "postfix": false, "binop": null }, - "start": 38202, - "end": 38203, + "start": 40592, + "end": 40593, "loc": { "start": { - "line": 860, + "line": 902, "column": 107 }, "end": { - "line": 860, + "line": 902, "column": 108 } } @@ -634823,15 +635310,15 @@ "binop": null, "updateContext": null }, - "start": 38203, - "end": 38204, + "start": 40593, + "end": 40594, "loc": { "start": { - "line": 860, + "line": 902, "column": 108 }, "end": { - "line": 860, + "line": 902, "column": 109 } } @@ -634849,15 +635336,15 @@ "binop": null }, "value": "_locale", - "start": 38217, - "end": 38224, + "start": 40607, + "end": 40614, "loc": { "start": { - "line": 861, + "line": 903, "column": 12 }, "end": { - "line": 861, + "line": 903, "column": 19 } } @@ -634876,15 +635363,15 @@ "updateContext": null }, "value": "=", - "start": 38226, - "end": 38227, + "start": 40616, + "end": 40617, "loc": { "start": { - "line": 861, + "line": 903, "column": 21 }, "end": { - "line": 861, + "line": 903, "column": 22 } } @@ -634904,15 +635391,15 @@ "updateContext": null }, "value": "this", - "start": 38228, - "end": 38232, + "start": 40618, + "end": 40622, "loc": { "start": { - "line": 861, + "line": 903, "column": 23 }, "end": { - "line": 861, + "line": 903, "column": 27 } } @@ -634930,15 +635417,15 @@ "binop": null, "updateContext": null }, - "start": 38232, - "end": 38233, + "start": 40622, + "end": 40623, "loc": { "start": { - "line": 861, + "line": 903, "column": 27 }, "end": { - "line": 861, + "line": 903, "column": 28 } } @@ -634956,15 +635443,15 @@ "binop": null }, "value": "supplement", - "start": 38233, - "end": 38243, + "start": 40623, + "end": 40633, "loc": { "start": { - "line": 861, + "line": 903, "column": 28 }, "end": { - "line": 861, + "line": 903, "column": 38 } } @@ -634981,15 +635468,15 @@ "postfix": false, "binop": null }, - "start": 38243, - "end": 38244, + "start": 40633, + "end": 40634, "loc": { "start": { - "line": 861, + "line": 903, "column": 38 }, "end": { - "line": 861, + "line": 903, "column": 39 } } @@ -635007,15 +635494,15 @@ "binop": null }, "value": "Default", - "start": 38245, - "end": 38252, + "start": 40635, + "end": 40642, "loc": { "start": { - "line": 861, + "line": 903, "column": 40 }, "end": { - "line": 861, + "line": 903, "column": 47 } } @@ -635033,15 +635520,15 @@ "binop": null, "updateContext": null }, - "start": 38252, - "end": 38253, + "start": 40642, + "end": 40643, "loc": { "start": { - "line": 861, + "line": 903, "column": 47 }, "end": { - "line": 861, + "line": 903, "column": 48 } } @@ -635059,15 +635546,15 @@ "binop": null }, "value": "headline", - "start": 38253, - "end": 38261, + "start": 40643, + "end": 40651, "loc": { "start": { - "line": 861, + "line": 903, "column": 48 }, "end": { - "line": 861, + "line": 903, "column": 56 } } @@ -635085,15 +635572,15 @@ "binop": null, "updateContext": null }, - "start": 38261, - "end": 38262, + "start": 40651, + "end": 40652, "loc": { "start": { - "line": 861, + "line": 903, "column": 56 }, "end": { - "line": 861, + "line": 903, "column": 57 } } @@ -635111,15 +635598,15 @@ "binop": null }, "value": "locale", - "start": 38262, - "end": 38268, + "start": 40652, + "end": 40658, "loc": { "start": { - "line": 861, + "line": 903, "column": 57 }, "end": { - "line": 861, + "line": 903, "column": 63 } } @@ -635137,15 +635624,15 @@ "binop": null, "updateContext": null }, - "start": 38268, - "end": 38269, + "start": 40658, + "end": 40659, "loc": { "start": { - "line": 861, + "line": 903, "column": 63 }, "end": { - "line": 861, + "line": 903, "column": 64 } } @@ -635163,15 +635650,15 @@ "binop": null }, "value": "_opts", - "start": 38270, - "end": 38275, + "start": 40660, + "end": 40665, "loc": { "start": { - "line": 861, + "line": 903, "column": 65 }, "end": { - "line": 861, + "line": 903, "column": 70 } } @@ -635189,15 +635676,15 @@ "binop": null, "updateContext": null }, - "start": 38275, - "end": 38276, + "start": 40665, + "end": 40666, "loc": { "start": { - "line": 861, + "line": 903, "column": 70 }, "end": { - "line": 861, + "line": 903, "column": 71 } } @@ -635215,15 +635702,15 @@ "binop": null }, "value": "headline", - "start": 38276, - "end": 38284, + "start": 40666, + "end": 40674, "loc": { "start": { - "line": 861, + "line": 903, "column": 71 }, "end": { - "line": 861, + "line": 903, "column": 79 } } @@ -635241,15 +635728,15 @@ "binop": null, "updateContext": null }, - "start": 38284, - "end": 38285, + "start": 40674, + "end": 40675, "loc": { "start": { - "line": 861, + "line": 903, "column": 79 }, "end": { - "line": 861, + "line": 903, "column": 80 } } @@ -635267,15 +635754,15 @@ "binop": null }, "value": "locale", - "start": 38285, - "end": 38291, + "start": 40675, + "end": 40681, "loc": { "start": { - "line": 861, + "line": 903, "column": 80 }, "end": { - "line": 861, + "line": 903, "column": 86 } } @@ -635292,15 +635779,15 @@ "postfix": false, "binop": null }, - "start": 38292, - "end": 38293, + "start": 40682, + "end": 40683, "loc": { "start": { - "line": 861, + "line": 903, "column": 87 }, "end": { - "line": 861, + "line": 903, "column": 88 } } @@ -635318,15 +635805,15 @@ "binop": null, "updateContext": null }, - "start": 38293, - "end": 38294, + "start": 40683, + "end": 40684, "loc": { "start": { - "line": 861, + "line": 903, "column": 88 }, "end": { - "line": 861, + "line": 903, "column": 89 } } @@ -635344,15 +635831,15 @@ "binop": null }, "value": "_format", - "start": 38307, - "end": 38314, + "start": 40697, + "end": 40704, "loc": { "start": { - "line": 862, + "line": 904, "column": 12 }, "end": { - "line": 862, + "line": 904, "column": 19 } } @@ -635371,15 +635858,15 @@ "updateContext": null }, "value": "=", - "start": 38316, - "end": 38317, + "start": 40706, + "end": 40707, "loc": { "start": { - "line": 862, + "line": 904, "column": 21 }, "end": { - "line": 862, + "line": 904, "column": 22 } } @@ -635399,15 +635886,15 @@ "updateContext": null }, "value": "this", - "start": 38318, - "end": 38322, + "start": 40708, + "end": 40712, "loc": { "start": { - "line": 862, + "line": 904, "column": 23 }, "end": { - "line": 862, + "line": 904, "column": 27 } } @@ -635425,15 +635912,15 @@ "binop": null, "updateContext": null }, - "start": 38322, - "end": 38323, + "start": 40712, + "end": 40713, "loc": { "start": { - "line": 862, + "line": 904, "column": 27 }, "end": { - "line": 862, + "line": 904, "column": 28 } } @@ -635451,15 +635938,15 @@ "binop": null }, "value": "supplement", - "start": 38323, - "end": 38333, + "start": 40713, + "end": 40723, "loc": { "start": { - "line": 862, + "line": 904, "column": 28 }, "end": { - "line": 862, + "line": 904, "column": 38 } } @@ -635476,15 +635963,15 @@ "postfix": false, "binop": null }, - "start": 38333, - "end": 38334, + "start": 40723, + "end": 40724, "loc": { "start": { - "line": 862, + "line": 904, "column": 38 }, "end": { - "line": 862, + "line": 904, "column": 39 } } @@ -635502,15 +635989,15 @@ "binop": null }, "value": "Default", - "start": 38335, - "end": 38342, + "start": 40725, + "end": 40732, "loc": { "start": { - "line": 862, + "line": 904, "column": 40 }, "end": { - "line": 862, + "line": 904, "column": 47 } } @@ -635528,15 +636015,15 @@ "binop": null, "updateContext": null }, - "start": 38342, - "end": 38343, + "start": 40732, + "end": 40733, "loc": { "start": { - "line": 862, + "line": 904, "column": 47 }, "end": { - "line": 862, + "line": 904, "column": 48 } } @@ -635554,15 +636041,15 @@ "binop": null }, "value": "headline", - "start": 38343, - "end": 38351, + "start": 40733, + "end": 40741, "loc": { "start": { - "line": 862, + "line": 904, "column": 48 }, "end": { - "line": 862, + "line": 904, "column": 56 } } @@ -635580,15 +636067,15 @@ "binop": null, "updateContext": null }, - "start": 38351, - "end": 38352, + "start": 40741, + "end": 40742, "loc": { "start": { - "line": 862, + "line": 904, "column": 56 }, "end": { - "line": 862, + "line": 904, "column": 57 } } @@ -635606,15 +636093,15 @@ "binop": null }, "value": "format", - "start": 38352, - "end": 38358, + "start": 40742, + "end": 40748, "loc": { "start": { - "line": 862, + "line": 904, "column": 57 }, "end": { - "line": 862, + "line": 904, "column": 63 } } @@ -635632,15 +636119,15 @@ "binop": null, "updateContext": null }, - "start": 38358, - "end": 38359, + "start": 40748, + "end": 40749, "loc": { "start": { - "line": 862, + "line": 904, "column": 63 }, "end": { - "line": 862, + "line": 904, "column": 64 } } @@ -635658,15 +636145,15 @@ "binop": null }, "value": "_opts", - "start": 38360, - "end": 38365, + "start": 40750, + "end": 40755, "loc": { "start": { - "line": 862, + "line": 904, "column": 65 }, "end": { - "line": 862, + "line": 904, "column": 70 } } @@ -635684,15 +636171,15 @@ "binop": null, "updateContext": null }, - "start": 38365, - "end": 38366, + "start": 40755, + "end": 40756, "loc": { "start": { - "line": 862, + "line": 904, "column": 70 }, "end": { - "line": 862, + "line": 904, "column": 71 } } @@ -635710,15 +636197,15 @@ "binop": null }, "value": "headline", - "start": 38366, - "end": 38374, + "start": 40756, + "end": 40764, "loc": { "start": { - "line": 862, + "line": 904, "column": 71 }, "end": { - "line": 862, + "line": 904, "column": 79 } } @@ -635736,15 +636223,15 @@ "binop": null, "updateContext": null }, - "start": 38374, - "end": 38375, + "start": 40764, + "end": 40765, "loc": { "start": { - "line": 862, + "line": 904, "column": 79 }, "end": { - "line": 862, + "line": 904, "column": 80 } } @@ -635762,15 +636249,15 @@ "binop": null }, "value": "format", - "start": 38375, - "end": 38381, + "start": 40765, + "end": 40771, "loc": { "start": { - "line": 862, + "line": 904, "column": 80 }, "end": { - "line": 862, + "line": 904, "column": 86 } } @@ -635787,15 +636274,15 @@ "postfix": false, "binop": null }, - "start": 38382, - "end": 38383, + "start": 40772, + "end": 40773, "loc": { "start": { - "line": 862, + "line": 904, "column": 87 }, "end": { - "line": 862, + "line": 904, "column": 88 } } @@ -635813,15 +636300,15 @@ "binop": null, "updateContext": null }, - "start": 38383, - "end": 38384, + "start": 40773, + "end": 40774, "loc": { "start": { - "line": 862, + "line": 904, "column": 88 }, "end": { - "line": 862, + "line": 904, "column": 89 } } @@ -635839,15 +636326,15 @@ "binop": null }, "value": "_begin", - "start": 38397, - "end": 38403, + "start": 40787, + "end": 40793, "loc": { "start": { - "line": 863, + "line": 905, "column": 12 }, "end": { - "line": 863, + "line": 905, "column": 18 } } @@ -635866,15 +636353,15 @@ "updateContext": null }, "value": "=", - "start": 38406, - "end": 38407, + "start": 40796, + "end": 40797, "loc": { "start": { - "line": 863, + "line": 905, "column": 21 }, "end": { - "line": 863, + "line": 905, "column": 22 } } @@ -635894,15 +636381,15 @@ "updateContext": null }, "value": "this", - "start": 38408, - "end": 38412, + "start": 40798, + "end": 40802, "loc": { "start": { - "line": 863, + "line": 905, "column": 23 }, "end": { - "line": 863, + "line": 905, "column": 27 } } @@ -635920,15 +636407,15 @@ "binop": null, "updateContext": null }, - "start": 38412, - "end": 38413, + "start": 40802, + "end": 40803, "loc": { "start": { - "line": 863, + "line": 905, "column": 27 }, "end": { - "line": 863, + "line": 905, "column": 28 } } @@ -635946,15 +636433,15 @@ "binop": null }, "value": "supplement", - "start": 38413, - "end": 38423, + "start": 40803, + "end": 40813, "loc": { "start": { - "line": 863, + "line": 905, "column": 28 }, "end": { - "line": 863, + "line": 905, "column": 38 } } @@ -635971,15 +636458,15 @@ "postfix": false, "binop": null }, - "start": 38423, - "end": 38424, + "start": 40813, + "end": 40814, "loc": { "start": { - "line": 863, + "line": 905, "column": 38 }, "end": { - "line": 863, + "line": 905, "column": 39 } } @@ -635999,15 +636486,15 @@ "updateContext": null }, "value": "null", - "start": 38425, - "end": 38429, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 863, + "line": 905, "column": 40 }, "end": { - "line": 863, + "line": 905, "column": 44 } } @@ -636025,15 +636512,15 @@ "binop": null, "updateContext": null }, - "start": 38429, - "end": 38430, + "start": 40819, + "end": 40820, "loc": { "start": { - "line": 863, + "line": 905, "column": 44 }, "end": { - "line": 863, + "line": 905, "column": 45 } } @@ -636051,15 +636538,15 @@ "binop": null }, "value": "_props", - "start": 38431, - "end": 38437, + "start": 40821, + "end": 40827, "loc": { "start": { - "line": 863, + "line": 905, "column": 46 }, "end": { - "line": 863, + "line": 905, "column": 52 } } @@ -636077,15 +636564,15 @@ "binop": null, "updateContext": null }, - "start": 38437, - "end": 38438, + "start": 40827, + "end": 40828, "loc": { "start": { - "line": 863, + "line": 905, "column": 52 }, "end": { - "line": 863, + "line": 905, "column": 53 } } @@ -636103,15 +636590,15 @@ "binop": null }, "value": "begin", - "start": 38438, - "end": 38443, + "start": 40828, + "end": 40833, "loc": { "start": { - "line": 863, + "line": 905, "column": 53 }, "end": { - "line": 863, + "line": 905, "column": 58 } } @@ -636128,15 +636615,15 @@ "postfix": false, "binop": null }, - "start": 38444, - "end": 38445, + "start": 40834, + "end": 40835, "loc": { "start": { - "line": 863, + "line": 905, "column": 59 }, "end": { - "line": 863, + "line": 905, "column": 60 } } @@ -636154,15 +636641,15 @@ "binop": null, "updateContext": null }, - "start": 38445, - "end": 38446, + "start": 40835, + "end": 40836, "loc": { "start": { - "line": 863, + "line": 905, "column": 60 }, "end": { - "line": 863, + "line": 905, "column": 61 } } @@ -636180,15 +636667,15 @@ "binop": null }, "value": "_end", - "start": 38459, - "end": 38463, + "start": 40849, + "end": 40853, "loc": { "start": { - "line": 864, + "line": 906, "column": 12 }, "end": { - "line": 864, + "line": 906, "column": 16 } } @@ -636207,15 +636694,15 @@ "updateContext": null }, "value": "=", - "start": 38468, - "end": 38469, + "start": 40858, + "end": 40859, "loc": { "start": { - "line": 864, + "line": 906, "column": 21 }, "end": { - "line": 864, + "line": 906, "column": 22 } } @@ -636235,15 +636722,15 @@ "updateContext": null }, "value": "this", - "start": 38470, - "end": 38474, + "start": 40860, + "end": 40864, "loc": { "start": { - "line": 864, + "line": 906, "column": 23 }, "end": { - "line": 864, + "line": 906, "column": 27 } } @@ -636261,15 +636748,15 @@ "binop": null, "updateContext": null }, - "start": 38474, - "end": 38475, + "start": 40864, + "end": 40865, "loc": { "start": { - "line": 864, + "line": 906, "column": 27 }, "end": { - "line": 864, + "line": 906, "column": 28 } } @@ -636287,15 +636774,15 @@ "binop": null }, "value": "supplement", - "start": 38475, - "end": 38485, + "start": 40865, + "end": 40875, "loc": { "start": { - "line": 864, + "line": 906, "column": 28 }, "end": { - "line": 864, + "line": 906, "column": 38 } } @@ -636312,15 +636799,15 @@ "postfix": false, "binop": null }, - "start": 38485, - "end": 38486, + "start": 40875, + "end": 40876, "loc": { "start": { - "line": 864, + "line": 906, "column": 38 }, "end": { - "line": 864, + "line": 906, "column": 39 } } @@ -636340,15 +636827,15 @@ "updateContext": null }, "value": "null", - "start": 38487, - "end": 38491, + "start": 40877, + "end": 40881, "loc": { "start": { - "line": 864, + "line": 906, "column": 40 }, "end": { - "line": 864, + "line": 906, "column": 44 } } @@ -636366,15 +636853,15 @@ "binop": null, "updateContext": null }, - "start": 38491, - "end": 38492, + "start": 40881, + "end": 40882, "loc": { "start": { - "line": 864, + "line": 906, "column": 44 }, "end": { - "line": 864, + "line": 906, "column": 45 } } @@ -636392,15 +636879,15 @@ "binop": null }, "value": "_props", - "start": 38493, - "end": 38499, + "start": 40883, + "end": 40889, "loc": { "start": { - "line": 864, + "line": 906, "column": 46 }, "end": { - "line": 864, + "line": 906, "column": 52 } } @@ -636418,15 +636905,15 @@ "binop": null, "updateContext": null }, - "start": 38499, - "end": 38500, + "start": 40889, + "end": 40890, "loc": { "start": { - "line": 864, + "line": 906, "column": 52 }, "end": { - "line": 864, + "line": 906, "column": 53 } } @@ -636444,15 +636931,15 @@ "binop": null }, "value": "end", - "start": 38500, - "end": 38503, + "start": 40890, + "end": 40893, "loc": { "start": { - "line": 864, + "line": 906, "column": 53 }, "end": { - "line": 864, + "line": 906, "column": 56 } } @@ -636469,15 +636956,15 @@ "postfix": false, "binop": null }, - "start": 38504, - "end": 38505, + "start": 40894, + "end": 40895, "loc": { "start": { - "line": 864, + "line": 906, "column": 57 }, "end": { - "line": 864, + "line": 906, "column": 58 } } @@ -636495,15 +636982,15 @@ "binop": null, "updateContext": null }, - "start": 38505, - "end": 38506, + "start": 40895, + "end": 40896, "loc": { "start": { - "line": 864, + "line": 906, "column": 58 }, "end": { - "line": 864, + "line": 906, "column": 59 } } @@ -636521,15 +637008,15 @@ "binop": null }, "value": "_tl_headline", - "start": 38519, - "end": 38531, + "start": 40909, + "end": 40921, "loc": { "start": { - "line": 865, + "line": 907, "column": 12 }, "end": { - "line": 865, + "line": 907, "column": 24 } } @@ -636548,15 +637035,15 @@ "updateContext": null }, "value": "=", - "start": 38532, - "end": 38533, + "start": 40922, + "end": 40923, "loc": { "start": { - "line": 865, + "line": 907, "column": 25 }, "end": { - "line": 865, + "line": 907, "column": 26 } } @@ -636574,15 +637061,15 @@ "binop": null }, "value": "$", - "start": 38534, - "end": 38535, + "start": 40924, + "end": 40925, "loc": { "start": { - "line": 865, + "line": 907, "column": 27 }, "end": { - "line": 865, + "line": 907, "column": 28 } } @@ -636599,15 +637086,15 @@ "postfix": false, "binop": null }, - "start": 38535, - "end": 38536, + "start": 40925, + "end": 40926, "loc": { "start": { - "line": 865, + "line": 907, "column": 28 }, "end": { - "line": 865, + "line": 907, "column": 29 } } @@ -636626,15 +637113,15 @@ "updateContext": null }, "value": "
", - "start": 38536, - "end": 38549, + "start": 40926, + "end": 40939, "loc": { "start": { - "line": 865, + "line": 907, "column": 29 }, "end": { - "line": 865, + "line": 907, "column": 42 } } @@ -636652,15 +637139,15 @@ "binop": null, "updateContext": null }, - "start": 38549, - "end": 38550, + "start": 40939, + "end": 40940, "loc": { "start": { - "line": 865, + "line": 907, "column": 42 }, "end": { - "line": 865, + "line": 907, "column": 43 } } @@ -636677,15 +637164,15 @@ "postfix": false, "binop": null }, - "start": 38551, - "end": 38552, + "start": 40941, + "end": 40942, "loc": { "start": { - "line": 865, + "line": 907, "column": 44 }, "end": { - "line": 865, + "line": 907, "column": 45 } } @@ -636705,15 +637192,15 @@ "updateContext": null }, "value": "class", - "start": 38553, - "end": 38558, + "start": 40943, + "end": 40948, "loc": { "start": { - "line": 865, + "line": 907, "column": 46 }, "end": { - "line": 865, + "line": 907, "column": 51 } } @@ -636731,15 +637218,15 @@ "binop": null, "updateContext": null }, - "start": 38558, - "end": 38559, + "start": 40948, + "end": 40949, "loc": { "start": { - "line": 865, + "line": 907, "column": 51 }, "end": { - "line": 865, + "line": 907, "column": 52 } } @@ -636757,15 +637244,15 @@ "binop": null }, "value": "ClassName", - "start": 38560, - "end": 38569, + "start": 40950, + "end": 40959, "loc": { "start": { - "line": 865, + "line": 907, "column": 53 }, "end": { - "line": 865, + "line": 907, "column": 62 } } @@ -636783,15 +637270,15 @@ "binop": null, "updateContext": null }, - "start": 38569, - "end": 38570, + "start": 40959, + "end": 40960, "loc": { "start": { - "line": 865, + "line": 907, "column": 62 }, "end": { - "line": 865, + "line": 907, "column": 63 } } @@ -636809,15 +637296,15 @@ "binop": null }, "value": "TIMELINE_HEADLINE", - "start": 38570, - "end": 38587, + "start": 40960, + "end": 40977, "loc": { "start": { - "line": 865, + "line": 907, "column": 63 }, "end": { - "line": 865, + "line": 907, "column": 80 } } @@ -636834,15 +637321,15 @@ "postfix": false, "binop": null }, - "start": 38588, - "end": 38589, + "start": 40978, + "end": 40979, "loc": { "start": { - "line": 865, + "line": 907, "column": 81 }, "end": { - "line": 865, + "line": 907, "column": 82 } } @@ -636859,15 +637346,15 @@ "postfix": false, "binop": null }, - "start": 38589, - "end": 38590, + "start": 40979, + "end": 40980, "loc": { "start": { - "line": 865, + "line": 907, "column": 82 }, "end": { - "line": 865, + "line": 907, "column": 83 } } @@ -636885,15 +637372,15 @@ "binop": null, "updateContext": null }, - "start": 38590, - "end": 38591, + "start": 40980, + "end": 40981, "loc": { "start": { - "line": 865, + "line": 907, "column": 83 }, "end": { - "line": 865, + "line": 907, "column": 84 } } @@ -636911,15 +637398,15 @@ "binop": null }, "value": "_wrapper", - "start": 38604, - "end": 38612, + "start": 40994, + "end": 41002, "loc": { "start": { - "line": 866, + "line": 908, "column": 12 }, "end": { - "line": 866, + "line": 908, "column": 20 } } @@ -636938,15 +637425,15 @@ "updateContext": null }, "value": "=", - "start": 38617, - "end": 38618, + "start": 41007, + "end": 41008, "loc": { "start": { - "line": 866, + "line": 908, "column": 25 }, "end": { - "line": 866, + "line": 908, "column": 26 } } @@ -636964,15 +637451,15 @@ "binop": null }, "value": "$", - "start": 38619, - "end": 38620, + "start": 41009, + "end": 41010, "loc": { "start": { - "line": 866, + "line": 908, "column": 27 }, "end": { - "line": 866, + "line": 908, "column": 28 } } @@ -636989,15 +637476,15 @@ "postfix": false, "binop": null }, - "start": 38620, - "end": 38621, + "start": 41010, + "end": 41011, "loc": { "start": { - "line": 866, + "line": 908, "column": 28 }, "end": { - "line": 866, + "line": 908, "column": 29 } } @@ -637016,15 +637503,15 @@ "updateContext": null }, "value": "
", - "start": 38621, - "end": 38634, + "start": 41011, + "end": 41024, "loc": { "start": { - "line": 866, + "line": 908, "column": 29 }, "end": { - "line": 866, + "line": 908, "column": 42 } } @@ -637042,15 +637529,15 @@ "binop": null, "updateContext": null }, - "start": 38634, - "end": 38635, + "start": 41024, + "end": 41025, "loc": { "start": { - "line": 866, + "line": 908, "column": 42 }, "end": { - "line": 866, + "line": 908, "column": 43 } } @@ -637067,15 +637554,15 @@ "postfix": false, "binop": null }, - "start": 38636, - "end": 38637, + "start": 41026, + "end": 41027, "loc": { "start": { - "line": 866, + "line": 908, "column": 44 }, "end": { - "line": 866, + "line": 908, "column": 45 } } @@ -637095,15 +637582,15 @@ "updateContext": null }, "value": "class", - "start": 38638, - "end": 38643, + "start": 41028, + "end": 41033, "loc": { "start": { - "line": 866, + "line": 908, "column": 46 }, "end": { - "line": 866, + "line": 908, "column": 51 } } @@ -637121,15 +637608,15 @@ "binop": null, "updateContext": null }, - "start": 38643, - "end": 38644, + "start": 41033, + "end": 41034, "loc": { "start": { - "line": 866, + "line": 908, "column": 51 }, "end": { - "line": 866, + "line": 908, "column": 52 } } @@ -637147,15 +637634,15 @@ "binop": null }, "value": "ClassName", - "start": 38645, - "end": 38654, + "start": 41035, + "end": 41044, "loc": { "start": { - "line": 866, + "line": 908, "column": 53 }, "end": { - "line": 866, + "line": 908, "column": 62 } } @@ -637173,15 +637660,15 @@ "binop": null, "updateContext": null }, - "start": 38654, - "end": 38655, + "start": 41044, + "end": 41045, "loc": { "start": { - "line": 866, + "line": 908, "column": 62 }, "end": { - "line": 866, + "line": 908, "column": 63 } } @@ -637199,15 +637686,15 @@ "binop": null }, "value": "TIMELINE_HEADLINE_WRAPPER", - "start": 38655, - "end": 38680, + "start": 41045, + "end": 41070, "loc": { "start": { - "line": 866, + "line": 908, "column": 63 }, "end": { - "line": 866, + "line": 908, "column": 88 } } @@ -637224,15 +637711,15 @@ "postfix": false, "binop": null }, - "start": 38681, - "end": 38682, + "start": 41071, + "end": 41072, "loc": { "start": { - "line": 866, + "line": 908, "column": 89 }, "end": { - "line": 866, + "line": 908, "column": 90 } } @@ -637249,15 +637736,15 @@ "postfix": false, "binop": null }, - "start": 38682, - "end": 38683, + "start": 41072, + "end": 41073, "loc": { "start": { - "line": 866, + "line": 908, "column": 90 }, "end": { - "line": 866, + "line": 908, "column": 91 } } @@ -637265,15 +637752,15 @@ { "type": "CommentLine", "value": " console.log( '!_createHeadline:', _opts )", - "start": 38693, - "end": 38737, + "start": 41083, + "end": 41127, "loc": { "start": { - "line": 868, + "line": 910, "column": 0 }, "end": { - "line": 868, + "line": 910, "column": 44 } } @@ -637293,15 +637780,15 @@ "updateContext": null }, "value": "if", - "start": 38746, - "end": 38748, + "start": 41136, + "end": 41138, "loc": { "start": { - "line": 869, + "line": 911, "column": 8 }, "end": { - "line": 869, + "line": 911, "column": 10 } } @@ -637318,15 +637805,15 @@ "postfix": false, "binop": null }, - "start": 38749, - "end": 38750, + "start": 41139, + "end": 41140, "loc": { "start": { - "line": 869, + "line": 911, "column": 11 }, "end": { - "line": 869, + "line": 911, "column": 12 } } @@ -637344,15 +637831,15 @@ "binop": null }, "value": "_title", - "start": 38751, - "end": 38757, + "start": 41141, + "end": 41147, "loc": { "start": { - "line": 869, + "line": 911, "column": 13 }, "end": { - "line": 869, + "line": 911, "column": 19 } } @@ -637369,15 +637856,15 @@ "postfix": false, "binop": null }, - "start": 38758, - "end": 38759, + "start": 41148, + "end": 41149, "loc": { "start": { - "line": 869, + "line": 911, "column": 20 }, "end": { - "line": 869, + "line": 911, "column": 21 } } @@ -637394,15 +637881,15 @@ "postfix": false, "binop": null }, - "start": 38760, - "end": 38761, + "start": 41150, + "end": 41151, "loc": { "start": { - "line": 869, + "line": 911, "column": 22 }, "end": { - "line": 869, + "line": 911, "column": 23 } } @@ -637420,15 +637907,15 @@ "binop": null }, "value": "_wrapper", - "start": 38774, - "end": 38782, + "start": 41164, + "end": 41172, "loc": { "start": { - "line": 870, + "line": 912, "column": 12 }, "end": { - "line": 870, + "line": 912, "column": 20 } } @@ -637446,15 +637933,15 @@ "binop": null, "updateContext": null }, - "start": 38782, - "end": 38783, + "start": 41172, + "end": 41173, "loc": { "start": { - "line": 870, + "line": 912, "column": 20 }, "end": { - "line": 870, + "line": 912, "column": 21 } } @@ -637472,15 +637959,15 @@ "binop": null }, "value": "append", - "start": 38783, - "end": 38789, + "start": 41173, + "end": 41179, "loc": { "start": { - "line": 870, + "line": 912, "column": 21 }, "end": { - "line": 870, + "line": 912, "column": 27 } } @@ -637497,15 +637984,15 @@ "postfix": false, "binop": null }, - "start": 38789, - "end": 38790, + "start": 41179, + "end": 41180, "loc": { "start": { - "line": 870, + "line": 912, "column": 27 }, "end": { - "line": 870, + "line": 912, "column": 28 } } @@ -637522,15 +638009,15 @@ "postfix": false, "binop": null }, - "start": 38791, - "end": 38792, + "start": 41181, + "end": 41182, "loc": { "start": { - "line": 870, + "line": 912, "column": 29 }, "end": { - "line": 870, + "line": 912, "column": 30 } } @@ -637549,15 +638036,15 @@ "updateContext": null }, "value": "

", - "start": 38830, - "end": 38832, + "start": 41220, + "end": 41222, "loc": { "start": { - "line": 870, + "line": 912, "column": 68 }, "end": { - "line": 870, + "line": 912, "column": 70 } } @@ -637729,15 +638216,15 @@ "postfix": false, "binop": null }, - "start": 38832, - "end": 38834, + "start": 41222, + "end": 41224, "loc": { "start": { - "line": 870, + "line": 912, "column": 70 }, "end": { - "line": 870, + "line": 912, "column": 72 } } @@ -637755,15 +638242,15 @@ "binop": null }, "value": "_opts", - "start": 38834, - "end": 38839, + "start": 41224, + "end": 41229, "loc": { "start": { - "line": 870, + "line": 912, "column": 72 }, "end": { - "line": 870, + "line": 912, "column": 77 } } @@ -637781,15 +638268,15 @@ "binop": null, "updateContext": null }, - "start": 38839, - "end": 38840, + "start": 41229, + "end": 41230, "loc": { "start": { - "line": 870, + "line": 912, "column": 77 }, "end": { - "line": 870, + "line": 912, "column": 78 } } @@ -637807,15 +638294,15 @@ "binop": null }, "value": "headline", - "start": 38840, - "end": 38848, + "start": 41230, + "end": 41238, "loc": { "start": { - "line": 870, + "line": 912, "column": 78 }, "end": { - "line": 870, + "line": 912, "column": 86 } } @@ -637833,15 +638320,15 @@ "binop": null, "updateContext": null }, - "start": 38848, - "end": 38849, + "start": 41238, + "end": 41239, "loc": { "start": { - "line": 870, + "line": 912, "column": 86 }, "end": { - "line": 870, + "line": 912, "column": 87 } } @@ -637859,15 +638346,15 @@ "binop": null }, "value": "title", - "start": 38849, - "end": 38854, + "start": 41239, + "end": 41244, "loc": { "start": { - "line": 870, + "line": 912, "column": 87 }, "end": { - "line": 870, + "line": 912, "column": 92 } } @@ -637884,15 +638371,15 @@ "postfix": false, "binop": null }, - "start": 38854, - "end": 38855, + "start": 41244, + "end": 41245, "loc": { "start": { - "line": 870, + "line": 912, "column": 92 }, "end": { - "line": 870, + "line": 912, "column": 93 } } @@ -637911,15 +638398,15 @@ "updateContext": null }, "value": "

", - "start": 38855, - "end": 38860, + "start": 41245, + "end": 41250, "loc": { "start": { - "line": 870, + "line": 912, "column": 93 }, "end": { - "line": 870, + "line": 912, "column": 98 } } @@ -637936,15 +638423,15 @@ "postfix": false, "binop": null }, - "start": 38860, - "end": 38861, + "start": 41250, + "end": 41251, "loc": { "start": { - "line": 870, + "line": 912, "column": 98 }, "end": { - "line": 870, + "line": 912, "column": 99 } } @@ -637961,15 +638448,15 @@ "postfix": false, "binop": null }, - "start": 38862, - "end": 38863, + "start": 41252, + "end": 41253, "loc": { "start": { - "line": 870, + "line": 912, "column": 100 }, "end": { - "line": 870, + "line": 912, "column": 101 } } @@ -637986,15 +638473,15 @@ "postfix": false, "binop": null }, - "start": 38872, - "end": 38873, + "start": 41262, + "end": 41263, "loc": { "start": { - "line": 871, + "line": 913, "column": 8 }, "end": { - "line": 871, + "line": 913, "column": 9 } } @@ -638014,15 +638501,15 @@ "updateContext": null }, "value": "if", - "start": 38882, - "end": 38884, + "start": 41272, + "end": 41274, "loc": { "start": { - "line": 872, + "line": 914, "column": 8 }, "end": { - "line": 872, + "line": 914, "column": 10 } } @@ -638039,15 +638526,15 @@ "postfix": false, "binop": null }, - "start": 38885, - "end": 38886, + "start": 41275, + "end": 41276, "loc": { "start": { - "line": 872, + "line": 914, "column": 11 }, "end": { - "line": 872, + "line": 914, "column": 12 } } @@ -638065,15 +638552,15 @@ "binop": null }, "value": "_range", - "start": 38887, - "end": 38893, + "start": 41277, + "end": 41283, "loc": { "start": { - "line": 872, + "line": 914, "column": 13 }, "end": { - "line": 872, + "line": 914, "column": 19 } } @@ -638090,15 +638577,15 @@ "postfix": false, "binop": null }, - "start": 38894, - "end": 38895, + "start": 41284, + "end": 41285, "loc": { "start": { - "line": 872, + "line": 914, "column": 20 }, "end": { - "line": 872, + "line": 914, "column": 21 } } @@ -638115,15 +638602,15 @@ "postfix": false, "binop": null }, - "start": 38896, - "end": 38897, + "start": 41286, + "end": 41287, "loc": { "start": { - "line": 872, + "line": 914, "column": 22 }, "end": { - "line": 872, + "line": 914, "column": 23 } } @@ -638143,15 +638630,15 @@ "updateContext": null }, "value": "if", - "start": 38910, - "end": 38912, + "start": 41300, + "end": 41302, "loc": { "start": { - "line": 873, + "line": 915, "column": 12 }, "end": { - "line": 873, + "line": 915, "column": 14 } } @@ -638168,15 +638655,15 @@ "postfix": false, "binop": null }, - "start": 38913, - "end": 38914, + "start": 41303, + "end": 41304, "loc": { "start": { - "line": 873, + "line": 915, "column": 15 }, "end": { - "line": 873, + "line": 915, "column": 16 } } @@ -638194,15 +638681,15 @@ "binop": null }, "value": "_begin", - "start": 38915, - "end": 38921, + "start": 41305, + "end": 41311, "loc": { "start": { - "line": 873, + "line": 915, "column": 17 }, "end": { - "line": 873, + "line": 915, "column": 23 } } @@ -638221,15 +638708,15 @@ "updateContext": null }, "value": "&&", - "start": 38922, - "end": 38924, + "start": 41312, + "end": 41314, "loc": { "start": { - "line": 873, + "line": 915, "column": 24 }, "end": { - "line": 873, + "line": 915, "column": 26 } } @@ -638247,15 +638734,15 @@ "binop": null }, "value": "_end", - "start": 38925, - "end": 38929, + "start": 41315, + "end": 41319, "loc": { "start": { - "line": 873, + "line": 915, "column": 27 }, "end": { - "line": 873, + "line": 915, "column": 31 } } @@ -638272,15 +638759,15 @@ "postfix": false, "binop": null }, - "start": 38930, - "end": 38931, + "start": 41320, + "end": 41321, "loc": { "start": { - "line": 873, + "line": 915, "column": 32 }, "end": { - "line": 873, + "line": 915, "column": 33 } } @@ -638297,15 +638784,15 @@ "postfix": false, "binop": null }, - "start": 38932, - "end": 38933, + "start": 41322, + "end": 41323, "loc": { "start": { - "line": 873, + "line": 915, "column": 34 }, "end": { - "line": 873, + "line": 915, "column": 35 } } @@ -638325,15 +638812,15 @@ "updateContext": null }, "value": "let", - "start": 38950, - "end": 38953, + "start": 41340, + "end": 41343, "loc": { "start": { - "line": 874, + "line": 916, "column": 16 }, "end": { - "line": 874, + "line": 916, "column": 19 } } @@ -638351,15 +638838,15 @@ "binop": null }, "value": "_meta", - "start": 38954, - "end": 38959, + "start": 41344, + "end": 41349, "loc": { "start": { - "line": 874, + "line": 916, "column": 20 }, "end": { - "line": 874, + "line": 916, "column": 25 } } @@ -638378,15 +638865,15 @@ "updateContext": null }, "value": "=", - "start": 38960, - "end": 38961, + "start": 41350, + "end": 41351, "loc": { "start": { - "line": 874, + "line": 916, "column": 26 }, "end": { - "line": 874, + "line": 916, "column": 27 } } @@ -638403,15 +638890,15 @@ "postfix": false, "binop": null }, - "start": 38962, - "end": 38963, + "start": 41352, + "end": 41353, "loc": { "start": { - "line": 874, + "line": 916, "column": 28 }, "end": { - "line": 874, + "line": 916, "column": 29 } } @@ -638430,15 +638917,15 @@ "updateContext": null }, "value": "", - "start": 38963, - "end": 38963, + "start": 41353, + "end": 41353, "loc": { "start": { - "line": 874, + "line": 916, "column": 29 }, "end": { - "line": 874, + "line": 916, "column": 29 } } @@ -638455,15 +638942,15 @@ "postfix": false, "binop": null }, - "start": 38963, - "end": 38965, + "start": 41353, + "end": 41355, "loc": { "start": { - "line": 874, + "line": 916, "column": 29 }, "end": { - "line": 874, + "line": 916, "column": 31 } } @@ -638483,15 +638970,15 @@ "updateContext": null }, "value": "new", - "start": 38965, - "end": 38968, + "start": 41355, + "end": 41358, "loc": { "start": { - "line": 874, + "line": 916, "column": 31 }, "end": { - "line": 874, + "line": 916, "column": 34 } } @@ -638509,15 +638996,15 @@ "binop": null }, "value": "Date", - "start": 38969, - "end": 38973, + "start": 41359, + "end": 41363, "loc": { "start": { - "line": 874, + "line": 916, "column": 35 }, "end": { - "line": 874, + "line": 916, "column": 39 } } @@ -638534,15 +639021,15 @@ "postfix": false, "binop": null }, - "start": 38973, - "end": 38974, + "start": 41363, + "end": 41364, "loc": { "start": { - "line": 874, + "line": 916, "column": 39 }, "end": { - "line": 874, + "line": 916, "column": 40 } } @@ -638560,15 +639047,15 @@ "binop": null }, "value": "_begin", - "start": 38975, - "end": 38981, + "start": 41365, + "end": 41371, "loc": { "start": { - "line": 874, + "line": 916, "column": 41 }, "end": { - "line": 874, + "line": 916, "column": 47 } } @@ -638585,15 +639072,15 @@ "postfix": false, "binop": null }, - "start": 38982, - "end": 38983, + "start": 41372, + "end": 41373, "loc": { "start": { - "line": 874, + "line": 916, "column": 48 }, "end": { - "line": 874, + "line": 916, "column": 49 } } @@ -638611,15 +639098,15 @@ "binop": null, "updateContext": null }, - "start": 38983, - "end": 38984, + "start": 41373, + "end": 41374, "loc": { "start": { - "line": 874, + "line": 916, "column": 49 }, "end": { - "line": 874, + "line": 916, "column": 50 } } @@ -638637,15 +639124,15 @@ "binop": null }, "value": "toLocaleString", - "start": 38984, - "end": 38998, + "start": 41374, + "end": 41388, "loc": { "start": { - "line": 874, + "line": 916, "column": 50 }, "end": { - "line": 874, + "line": 916, "column": 64 } } @@ -638662,15 +639149,15 @@ "postfix": false, "binop": null }, - "start": 38998, - "end": 38999, + "start": 41388, + "end": 41389, "loc": { "start": { - "line": 874, + "line": 916, "column": 64 }, "end": { - "line": 874, + "line": 916, "column": 65 } } @@ -638688,15 +639175,15 @@ "binop": null }, "value": "_locale", - "start": 39000, - "end": 39007, + "start": 41390, + "end": 41397, "loc": { "start": { - "line": 874, + "line": 916, "column": 66 }, "end": { - "line": 874, + "line": 916, "column": 73 } } @@ -638714,15 +639201,15 @@ "binop": null, "updateContext": null }, - "start": 39007, - "end": 39008, + "start": 41397, + "end": 41398, "loc": { "start": { - "line": 874, + "line": 916, "column": 73 }, "end": { - "line": 874, + "line": 916, "column": 74 } } @@ -638740,15 +639227,15 @@ "binop": null }, "value": "_format", - "start": 39009, - "end": 39016, + "start": 41399, + "end": 41406, "loc": { "start": { - "line": 874, + "line": 916, "column": 75 }, "end": { - "line": 874, + "line": 916, "column": 82 } } @@ -638765,15 +639252,15 @@ "postfix": false, "binop": null }, - "start": 39017, - "end": 39018, + "start": 41407, + "end": 41408, "loc": { "start": { - "line": 874, + "line": 916, "column": 83 }, "end": { - "line": 874, + "line": 916, "column": 84 } } @@ -638790,15 +639277,15 @@ "postfix": false, "binop": null }, - "start": 39018, - "end": 39019, + "start": 41408, + "end": 41409, "loc": { "start": { - "line": 874, + "line": 916, "column": 84 }, "end": { - "line": 874, + "line": 916, "column": 85 } } @@ -638817,15 +639304,15 @@ "updateContext": null }, "value": "", - "start": 39055, - "end": 39064, + "start": 41445, + "end": 41454, "loc": { "start": { - "line": 874, + "line": 916, "column": 121 }, "end": { - "line": 874, + "line": 916, "column": 130 } } @@ -638997,15 +639484,15 @@ "postfix": false, "binop": null }, - "start": 39064, - "end": 39066, + "start": 41454, + "end": 41456, "loc": { "start": { - "line": 874, + "line": 916, "column": 130 }, "end": { - "line": 874, + "line": 916, "column": 132 } } @@ -639025,15 +639512,15 @@ "updateContext": null }, "value": "new", - "start": 39066, - "end": 39069, + "start": 41456, + "end": 41459, "loc": { "start": { - "line": 874, + "line": 916, "column": 132 }, "end": { - "line": 874, + "line": 916, "column": 135 } } @@ -639051,15 +639538,15 @@ "binop": null }, "value": "Date", - "start": 39070, - "end": 39074, + "start": 41460, + "end": 41464, "loc": { "start": { - "line": 874, + "line": 916, "column": 136 }, "end": { - "line": 874, + "line": 916, "column": 140 } } @@ -639076,15 +639563,15 @@ "postfix": false, "binop": null }, - "start": 39074, - "end": 39075, + "start": 41464, + "end": 41465, "loc": { "start": { - "line": 874, + "line": 916, "column": 140 }, "end": { - "line": 874, + "line": 916, "column": 141 } } @@ -639102,15 +639589,15 @@ "binop": null }, "value": "_end", - "start": 39076, - "end": 39080, + "start": 41466, + "end": 41470, "loc": { "start": { - "line": 874, + "line": 916, "column": 142 }, "end": { - "line": 874, + "line": 916, "column": 146 } } @@ -639127,15 +639614,15 @@ "postfix": false, "binop": null }, - "start": 39081, - "end": 39082, + "start": 41471, + "end": 41472, "loc": { "start": { - "line": 874, + "line": 916, "column": 147 }, "end": { - "line": 874, + "line": 916, "column": 148 } } @@ -639153,15 +639640,15 @@ "binop": null, "updateContext": null }, - "start": 39082, - "end": 39083, + "start": 41472, + "end": 41473, "loc": { "start": { - "line": 874, + "line": 916, "column": 148 }, "end": { - "line": 874, + "line": 916, "column": 149 } } @@ -639179,15 +639666,15 @@ "binop": null }, "value": "toLocaleString", - "start": 39083, - "end": 39097, + "start": 41473, + "end": 41487, "loc": { "start": { - "line": 874, + "line": 916, "column": 149 }, "end": { - "line": 874, + "line": 916, "column": 163 } } @@ -639204,15 +639691,15 @@ "postfix": false, "binop": null }, - "start": 39097, - "end": 39098, + "start": 41487, + "end": 41488, "loc": { "start": { - "line": 874, + "line": 916, "column": 163 }, "end": { - "line": 874, + "line": 916, "column": 164 } } @@ -639230,15 +639717,15 @@ "binop": null }, "value": "_locale", - "start": 39099, - "end": 39106, + "start": 41489, + "end": 41496, "loc": { "start": { - "line": 874, + "line": 916, "column": 165 }, "end": { - "line": 874, + "line": 916, "column": 172 } } @@ -639256,15 +639743,15 @@ "binop": null, "updateContext": null }, - "start": 39106, - "end": 39107, + "start": 41496, + "end": 41497, "loc": { "start": { - "line": 874, + "line": 916, "column": 172 }, "end": { - "line": 874, + "line": 916, "column": 173 } } @@ -639282,15 +639769,15 @@ "binop": null }, "value": "_format", - "start": 39108, - "end": 39115, + "start": 41498, + "end": 41505, "loc": { "start": { - "line": 874, + "line": 916, "column": 174 }, "end": { - "line": 874, + "line": 916, "column": 181 } } @@ -639307,15 +639794,15 @@ "postfix": false, "binop": null }, - "start": 39116, - "end": 39117, + "start": 41506, + "end": 41507, "loc": { "start": { - "line": 874, + "line": 916, "column": 182 }, "end": { - "line": 874, + "line": 916, "column": 183 } } @@ -639332,15 +639819,15 @@ "postfix": false, "binop": null }, - "start": 39117, - "end": 39118, + "start": 41507, + "end": 41508, "loc": { "start": { - "line": 874, + "line": 916, "column": 183 }, "end": { - "line": 874, + "line": 916, "column": 184 } } @@ -639359,15 +639846,15 @@ "updateContext": null }, "value": "", - "start": 39118, - "end": 39118, + "start": 41508, + "end": 41508, "loc": { "start": { - "line": 874, + "line": 916, "column": 184 }, "end": { - "line": 874, + "line": 916, "column": 184 } } @@ -639384,15 +639871,15 @@ "postfix": false, "binop": null }, - "start": 39118, - "end": 39119, + "start": 41508, + "end": 41509, "loc": { "start": { - "line": 874, + "line": 916, "column": 184 }, "end": { - "line": 874, + "line": 916, "column": 185 } } @@ -639400,15 +639887,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 39136, - "end": 39327, + "start": 41526, + "end": 41717, "loc": { "start": { - "line": 875, + "line": 917, "column": 16 }, "end": { - "line": 875, + "line": 917, "column": 207 } } @@ -639426,15 +639913,15 @@ "binop": null }, "value": "_wrapper", - "start": 39361, - "end": 39369, + "start": 41751, + "end": 41759, "loc": { "start": { - "line": 877, + "line": 919, "column": 16 }, "end": { - "line": 877, + "line": 919, "column": 24 } } @@ -639452,15 +639939,15 @@ "binop": null, "updateContext": null }, - "start": 39369, - "end": 39370, + "start": 41759, + "end": 41760, "loc": { "start": { - "line": 877, + "line": 919, "column": 24 }, "end": { - "line": 877, + "line": 919, "column": 25 } } @@ -639478,15 +639965,15 @@ "binop": null }, "value": "append", - "start": 39370, - "end": 39376, + "start": 41760, + "end": 41766, "loc": { "start": { - "line": 877, + "line": 919, "column": 25 }, "end": { - "line": 877, + "line": 919, "column": 31 } } @@ -639503,15 +639990,15 @@ "postfix": false, "binop": null }, - "start": 39376, - "end": 39377, + "start": 41766, + "end": 41767, "loc": { "start": { - "line": 877, + "line": 919, "column": 31 }, "end": { - "line": 877, + "line": 919, "column": 32 } } @@ -639528,15 +640015,15 @@ "postfix": false, "binop": null }, - "start": 39378, - "end": 39379, + "start": 41768, + "end": 41769, "loc": { "start": { - "line": 877, + "line": 919, "column": 33 }, "end": { - "line": 877, + "line": 919, "column": 34 } } @@ -639555,15 +640042,15 @@ "updateContext": null }, "value": "
", - "start": 39414, - "end": 39416, + "start": 41804, + "end": 41806, "loc": { "start": { - "line": 877, + "line": 919, "column": 69 }, "end": { - "line": 877, + "line": 919, "column": 71 } } @@ -639735,15 +640222,15 @@ "postfix": false, "binop": null }, - "start": 39416, - "end": 39418, + "start": 41806, + "end": 41808, "loc": { "start": { - "line": 877, + "line": 919, "column": 71 }, "end": { - "line": 877, + "line": 919, "column": 73 } } @@ -639761,15 +640248,15 @@ "binop": null }, "value": "_meta", - "start": 39418, - "end": 39423, + "start": 41808, + "end": 41813, "loc": { "start": { - "line": 877, + "line": 919, "column": 73 }, "end": { - "line": 877, + "line": 919, "column": 78 } } @@ -639786,15 +640273,15 @@ "postfix": false, "binop": null }, - "start": 39423, - "end": 39424, + "start": 41813, + "end": 41814, "loc": { "start": { - "line": 877, + "line": 919, "column": 78 }, "end": { - "line": 877, + "line": 919, "column": 79 } } @@ -639813,15 +640300,15 @@ "updateContext": null }, "value": "
", - "start": 39424, - "end": 39430, + "start": 41814, + "end": 41820, "loc": { "start": { - "line": 877, + "line": 919, "column": 79 }, "end": { - "line": 877, + "line": 919, "column": 85 } } @@ -639838,15 +640325,15 @@ "postfix": false, "binop": null }, - "start": 39430, - "end": 39431, + "start": 41820, + "end": 41821, "loc": { "start": { - "line": 877, + "line": 919, "column": 85 }, "end": { - "line": 877, + "line": 919, "column": 86 } } @@ -639863,15 +640350,15 @@ "postfix": false, "binop": null }, - "start": 39432, - "end": 39433, + "start": 41822, + "end": 41823, "loc": { "start": { - "line": 877, + "line": 919, "column": 87 }, "end": { - "line": 877, + "line": 919, "column": 88 } } @@ -639888,15 +640375,15 @@ "postfix": false, "binop": null }, - "start": 39446, - "end": 39447, + "start": 41836, + "end": 41837, "loc": { "start": { - "line": 878, + "line": 920, "column": 12 }, "end": { - "line": 878, + "line": 920, "column": 13 } } @@ -639913,15 +640400,15 @@ "postfix": false, "binop": null }, - "start": 39456, - "end": 39457, + "start": 41846, + "end": 41847, "loc": { "start": { - "line": 879, + "line": 921, "column": 8 }, "end": { - "line": 879, + "line": 921, "column": 9 } } @@ -639941,15 +640428,15 @@ "updateContext": null }, "value": "if", - "start": 39466, - "end": 39468, + "start": 41856, + "end": 41858, "loc": { "start": { - "line": 880, + "line": 922, "column": 8 }, "end": { - "line": 880, + "line": 922, "column": 10 } } @@ -639966,15 +640453,15 @@ "postfix": false, "binop": null }, - "start": 39469, - "end": 39470, + "start": 41859, + "end": 41860, "loc": { "start": { - "line": 880, + "line": 922, "column": 11 }, "end": { - "line": 880, + "line": 922, "column": 12 } } @@ -639993,15 +640480,15 @@ "updateContext": null }, "value": "!", - "start": 39471, - "end": 39472, + "start": 41861, + "end": 41862, "loc": { "start": { - "line": 880, + "line": 922, "column": 13 }, "end": { - "line": 880, + "line": 922, "column": 14 } } @@ -640019,15 +640506,15 @@ "binop": null }, "value": "_display", - "start": 39473, - "end": 39481, + "start": 41863, + "end": 41871, "loc": { "start": { - "line": 880, + "line": 922, "column": 15 }, "end": { - "line": 880, + "line": 922, "column": 23 } } @@ -640044,15 +640531,15 @@ "postfix": false, "binop": null }, - "start": 39482, - "end": 39483, + "start": 41872, + "end": 41873, "loc": { "start": { - "line": 880, + "line": 922, "column": 24 }, "end": { - "line": 880, + "line": 922, "column": 25 } } @@ -640069,15 +640556,15 @@ "postfix": false, "binop": null }, - "start": 39484, - "end": 39485, + "start": 41874, + "end": 41875, "loc": { "start": { - "line": 880, + "line": 922, "column": 26 }, "end": { - "line": 880, + "line": 922, "column": 27 } } @@ -640095,15 +640582,15 @@ "binop": null }, "value": "_tl_headline", - "start": 39498, - "end": 39510, + "start": 41888, + "end": 41900, "loc": { "start": { - "line": 881, + "line": 923, "column": 12 }, "end": { - "line": 881, + "line": 923, "column": 24 } } @@ -640121,15 +640608,15 @@ "binop": null, "updateContext": null }, - "start": 39510, - "end": 39511, + "start": 41900, + "end": 41901, "loc": { "start": { - "line": 881, + "line": 923, "column": 24 }, "end": { - "line": 881, + "line": 923, "column": 25 } } @@ -640147,15 +640634,15 @@ "binop": null }, "value": "addClass", - "start": 39511, - "end": 39519, + "start": 41901, + "end": 41909, "loc": { "start": { - "line": 881, + "line": 923, "column": 25 }, "end": { - "line": 881, + "line": 923, "column": 33 } } @@ -640172,15 +640659,15 @@ "postfix": false, "binop": null }, - "start": 39519, - "end": 39520, + "start": 41909, + "end": 41910, "loc": { "start": { - "line": 881, + "line": 923, "column": 33 }, "end": { - "line": 881, + "line": 923, "column": 34 } } @@ -640198,15 +640685,15 @@ "binop": null }, "value": "ClassName", - "start": 39521, - "end": 39530, + "start": 41911, + "end": 41920, "loc": { "start": { - "line": 881, + "line": 923, "column": 35 }, "end": { - "line": 881, + "line": 923, "column": 44 } } @@ -640224,15 +640711,15 @@ "binop": null, "updateContext": null }, - "start": 39530, - "end": 39531, + "start": 41920, + "end": 41921, "loc": { "start": { - "line": 881, + "line": 923, "column": 44 }, "end": { - "line": 881, + "line": 923, "column": 45 } } @@ -640250,15 +640737,15 @@ "binop": null }, "value": "HIDE", - "start": 39531, - "end": 39535, + "start": 41921, + "end": 41925, "loc": { "start": { - "line": 881, + "line": 923, "column": 45 }, "end": { - "line": 881, + "line": 923, "column": 49 } } @@ -640275,15 +640762,15 @@ "postfix": false, "binop": null }, - "start": 39536, - "end": 39537, + "start": 41926, + "end": 41927, "loc": { "start": { - "line": 881, + "line": 923, "column": 50 }, "end": { - "line": 881, + "line": 923, "column": 51 } } @@ -640300,15 +640787,15 @@ "postfix": false, "binop": null }, - "start": 39546, - "end": 39547, + "start": 41936, + "end": 41937, "loc": { "start": { - "line": 882, + "line": 924, "column": 8 }, "end": { - "line": 882, + "line": 924, "column": 9 } } @@ -640328,15 +640815,15 @@ "updateContext": null }, "value": "return", - "start": 39556, - "end": 39562, + "start": 41946, + "end": 41952, "loc": { "start": { - "line": 883, + "line": 925, "column": 8 }, "end": { - "line": 883, + "line": 925, "column": 14 } } @@ -640354,15 +640841,15 @@ "binop": null }, "value": "_tl_headline", - "start": 39563, - "end": 39575, + "start": 41953, + "end": 41965, "loc": { "start": { - "line": 883, + "line": 925, "column": 15 }, "end": { - "line": 883, + "line": 925, "column": 27 } } @@ -640380,15 +640867,15 @@ "binop": null, "updateContext": null }, - "start": 39575, - "end": 39576, + "start": 41965, + "end": 41966, "loc": { "start": { - "line": 883, + "line": 925, "column": 27 }, "end": { - "line": 883, + "line": 925, "column": 28 } } @@ -640406,15 +640893,15 @@ "binop": null }, "value": "append", - "start": 39576, - "end": 39582, + "start": 41966, + "end": 41972, "loc": { "start": { - "line": 883, + "line": 925, "column": 28 }, "end": { - "line": 883, + "line": 925, "column": 34 } } @@ -640431,15 +640918,15 @@ "postfix": false, "binop": null }, - "start": 39582, - "end": 39583, + "start": 41972, + "end": 41973, "loc": { "start": { - "line": 883, + "line": 925, "column": 34 }, "end": { - "line": 883, + "line": 925, "column": 35 } } @@ -640457,15 +640944,15 @@ "binop": null }, "value": "_wrapper", - "start": 39584, - "end": 39592, + "start": 41974, + "end": 41982, "loc": { "start": { - "line": 883, + "line": 925, "column": 36 }, "end": { - "line": 883, + "line": 925, "column": 44 } } @@ -640482,15 +640969,15 @@ "postfix": false, "binop": null }, - "start": 39593, - "end": 39594, + "start": 41983, + "end": 41984, "loc": { "start": { - "line": 883, + "line": 925, "column": 45 }, "end": { - "line": 883, + "line": 925, "column": 46 } } @@ -640507,15 +640994,15 @@ "postfix": false, "binop": null }, - "start": 39599, - "end": 39600, + "start": 41989, + "end": 41990, "loc": { "start": { - "line": 884, + "line": 926, "column": 4 }, "end": { - "line": 884, + "line": 926, "column": 5 } } @@ -640523,15 +641010,15 @@ { "type": "CommentBlock", "value": "*\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 39610, - "end": 39733, + "start": 42000, + "end": 42123, "loc": { "start": { - "line": 886, + "line": 928, "column": 4 }, "end": { - "line": 890, + "line": 932, "column": 7 } } @@ -640549,15 +641036,15 @@ "binop": null }, "value": "_createEventContainer", - "start": 39738, - "end": 39759, + "start": 42128, + "end": 42149, "loc": { "start": { - "line": 891, + "line": 933, "column": 4 }, "end": { - "line": 891, + "line": 933, "column": 25 } } @@ -640574,15 +641061,15 @@ "postfix": false, "binop": null }, - "start": 39759, - "end": 39760, + "start": 42149, + "end": 42150, "loc": { "start": { - "line": 891, + "line": 933, "column": 25 }, "end": { - "line": 891, + "line": 933, "column": 26 } } @@ -640599,15 +641086,15 @@ "postfix": false, "binop": null }, - "start": 39760, - "end": 39761, + "start": 42150, + "end": 42151, "loc": { "start": { - "line": 891, + "line": 933, "column": 26 }, "end": { - "line": 891, + "line": 933, "column": 27 } } @@ -640624,15 +641111,15 @@ "postfix": false, "binop": null }, - "start": 39762, - "end": 39763, + "start": 42152, + "end": 42153, "loc": { "start": { - "line": 891, + "line": 933, "column": 28 }, "end": { - "line": 891, + "line": 933, "column": 29 } } @@ -640652,15 +641139,15 @@ "updateContext": null }, "value": "let", - "start": 39772, - "end": 39775, + "start": 42162, + "end": 42165, "loc": { "start": { - "line": 892, + "line": 934, "column": 8 }, "end": { - "line": 892, + "line": 934, "column": 11 } } @@ -640678,15 +641165,15 @@ "binop": null }, "value": "_opts", - "start": 39776, - "end": 39781, + "start": 42166, + "end": 42171, "loc": { "start": { - "line": 892, + "line": 934, "column": 12 }, "end": { - "line": 892, + "line": 934, "column": 17 } } @@ -640705,15 +641192,15 @@ "updateContext": null }, "value": "=", - "start": 39790, - "end": 39791, + "start": 42180, + "end": 42181, "loc": { "start": { - "line": 892, + "line": 934, "column": 26 }, "end": { - "line": 892, + "line": 934, "column": 27 } } @@ -640733,15 +641220,15 @@ "updateContext": null }, "value": "this", - "start": 39792, - "end": 39796, + "start": 42182, + "end": 42186, "loc": { "start": { - "line": 892, + "line": 934, "column": 28 }, "end": { - "line": 892, + "line": 934, "column": 32 } } @@ -640759,15 +641246,15 @@ "binop": null, "updateContext": null }, - "start": 39796, - "end": 39797, + "start": 42186, + "end": 42187, "loc": { "start": { - "line": 892, + "line": 934, "column": 32 }, "end": { - "line": 892, + "line": 934, "column": 33 } } @@ -640785,15 +641272,15 @@ "binop": null }, "value": "_config", - "start": 39797, - "end": 39804, + "start": 42187, + "end": 42194, "loc": { "start": { - "line": 892, + "line": 934, "column": 33 }, "end": { - "line": 892, + "line": 934, "column": 40 } } @@ -640811,15 +641298,15 @@ "binop": null, "updateContext": null }, - "start": 39804, - "end": 39805, + "start": 42194, + "end": 42195, "loc": { "start": { - "line": 892, + "line": 934, "column": 40 }, "end": { - "line": 892, + "line": 934, "column": 41 } } @@ -640837,15 +641324,15 @@ "binop": null }, "value": "_props", - "start": 39818, - "end": 39824, + "start": 42208, + "end": 42214, "loc": { "start": { - "line": 893, + "line": 935, "column": 12 }, "end": { - "line": 893, + "line": 935, "column": 18 } } @@ -640864,15 +641351,15 @@ "updateContext": null }, "value": "=", - "start": 39832, - "end": 39833, + "start": 42222, + "end": 42223, "loc": { "start": { - "line": 893, + "line": 935, "column": 26 }, "end": { - "line": 893, + "line": 935, "column": 27 } } @@ -640892,15 +641379,15 @@ "updateContext": null }, "value": "this", - "start": 39834, - "end": 39838, + "start": 42224, + "end": 42228, "loc": { "start": { - "line": 893, + "line": 935, "column": 28 }, "end": { - "line": 893, + "line": 935, "column": 32 } } @@ -640918,15 +641405,15 @@ "binop": null, "updateContext": null }, - "start": 39838, - "end": 39839, + "start": 42228, + "end": 42229, "loc": { "start": { - "line": 893, + "line": 935, "column": 32 }, "end": { - "line": 893, + "line": 935, "column": 33 } } @@ -640944,15 +641431,15 @@ "binop": null }, "value": "_instanceProps", - "start": 39839, - "end": 39853, + "start": 42229, + "end": 42243, "loc": { "start": { - "line": 893, + "line": 935, "column": 33 }, "end": { - "line": 893, + "line": 935, "column": 47 } } @@ -640970,15 +641457,15 @@ "binop": null, "updateContext": null }, - "start": 39853, - "end": 39854, + "start": 42243, + "end": 42244, "loc": { "start": { - "line": 893, + "line": 935, "column": 47 }, "end": { - "line": 893, + "line": 935, "column": 48 } } @@ -640996,15 +641483,15 @@ "binop": null }, "value": "_actualHeight", - "start": 39867, - "end": 39880, + "start": 42257, + "end": 42270, "loc": { "start": { - "line": 894, + "line": 936, "column": 12 }, "end": { - "line": 894, + "line": 936, "column": 25 } } @@ -641023,15 +641510,15 @@ "updateContext": null }, "value": "=", - "start": 39881, - "end": 39882, + "start": 42271, + "end": 42272, "loc": { "start": { - "line": 894, + "line": 936, "column": 26 }, "end": { - "line": 894, + "line": 936, "column": 27 } } @@ -641049,15 +641536,15 @@ "binop": null }, "value": "_props", - "start": 39883, - "end": 39889, + "start": 42273, + "end": 42279, "loc": { "start": { - "line": 894, + "line": 936, "column": 28 }, "end": { - "line": 894, + "line": 936, "column": 34 } } @@ -641075,15 +641562,15 @@ "binop": null, "updateContext": null }, - "start": 39889, - "end": 39890, + "start": 42279, + "end": 42280, "loc": { "start": { - "line": 894, + "line": 936, "column": 34 }, "end": { - "line": 894, + "line": 936, "column": 35 } } @@ -641101,15 +641588,15 @@ "binop": null }, "value": "fullheight", - "start": 39890, - "end": 39900, + "start": 42280, + "end": 42290, "loc": { "start": { - "line": 894, + "line": 936, "column": 35 }, "end": { - "line": 894, + "line": 936, "column": 45 } } @@ -641128,15 +641615,15 @@ "updateContext": null }, "value": "+", - "start": 39901, - "end": 39902, + "start": 42291, + "end": 42292, "loc": { "start": { - "line": 894, + "line": 936, "column": 46 }, "end": { - "line": 894, + "line": 936, "column": 47 } } @@ -641154,15 +641641,15 @@ "binop": null }, "value": "Math", - "start": 39903, - "end": 39907, + "start": 42293, + "end": 42297, "loc": { "start": { - "line": 894, + "line": 936, "column": 48 }, "end": { - "line": 894, + "line": 936, "column": 52 } } @@ -641180,15 +641667,15 @@ "binop": null, "updateContext": null }, - "start": 39907, - "end": 39908, + "start": 42297, + "end": 42298, "loc": { "start": { - "line": 894, + "line": 936, "column": 52 }, "end": { - "line": 894, + "line": 936, "column": 53 } } @@ -641206,15 +641693,15 @@ "binop": null }, "value": "ceil", - "start": 39908, - "end": 39912, + "start": 42298, + "end": 42302, "loc": { "start": { - "line": 894, + "line": 936, "column": 53 }, "end": { - "line": 894, + "line": 936, "column": 57 } } @@ -641231,15 +641718,15 @@ "postfix": false, "binop": null }, - "start": 39912, - "end": 39913, + "start": 42302, + "end": 42303, "loc": { "start": { - "line": 894, + "line": 936, "column": 57 }, "end": { - "line": 894, + "line": 936, "column": 58 } } @@ -641257,15 +641744,15 @@ "binop": null }, "value": "_props", - "start": 39914, - "end": 39920, + "start": 42304, + "end": 42310, "loc": { "start": { - "line": 894, + "line": 936, "column": 59 }, "end": { - "line": 894, + "line": 936, "column": 65 } } @@ -641283,15 +641770,15 @@ "binop": null, "updateContext": null }, - "start": 39920, - "end": 39921, + "start": 42310, + "end": 42311, "loc": { "start": { - "line": 894, + "line": 936, "column": 65 }, "end": { - "line": 894, + "line": 936, "column": 66 } } @@ -641309,15 +641796,15 @@ "binop": null }, "value": "rows", - "start": 39921, - "end": 39925, + "start": 42311, + "end": 42315, "loc": { "start": { - "line": 894, + "line": 936, "column": 66 }, "end": { - "line": 894, + "line": 936, "column": 70 } } @@ -641336,15 +641823,15 @@ "updateContext": null }, "value": "/", - "start": 39926, - "end": 39927, + "start": 42316, + "end": 42317, "loc": { "start": { - "line": 894, + "line": 936, "column": 71 }, "end": { - "line": 894, + "line": 936, "column": 72 } } @@ -641363,15 +641850,15 @@ "updateContext": null }, "value": 2, - "start": 39928, - "end": 39929, + "start": 42318, + "end": 42319, "loc": { "start": { - "line": 894, + "line": 936, "column": 73 }, "end": { - "line": 894, + "line": 936, "column": 74 } } @@ -641388,15 +641875,15 @@ "postfix": false, "binop": null }, - "start": 39930, - "end": 39931, + "start": 42320, + "end": 42321, "loc": { "start": { - "line": 894, + "line": 936, "column": 75 }, "end": { - "line": 894, + "line": 936, "column": 76 } } @@ -641414,15 +641901,15 @@ "binop": null, "updateContext": null }, - "start": 39931, - "end": 39932, + "start": 42321, + "end": 42322, "loc": { "start": { - "line": 894, + "line": 936, "column": 76 }, "end": { - "line": 894, + "line": 936, "column": 77 } } @@ -641440,15 +641927,15 @@ "binop": null }, "value": "_container", - "start": 39945, - "end": 39955, + "start": 42335, + "end": 42345, "loc": { "start": { - "line": 895, + "line": 937, "column": 12 }, "end": { - "line": 895, + "line": 937, "column": 22 } } @@ -641467,15 +641954,15 @@ "updateContext": null }, "value": "=", - "start": 39959, - "end": 39960, + "start": 42349, + "end": 42350, "loc": { "start": { - "line": 895, + "line": 937, "column": 26 }, "end": { - "line": 895, + "line": 937, "column": 27 } } @@ -641493,15 +641980,15 @@ "binop": null }, "value": "$", - "start": 39961, - "end": 39962, + "start": 42351, + "end": 42352, "loc": { "start": { - "line": 895, + "line": 937, "column": 28 }, "end": { - "line": 895, + "line": 937, "column": 29 } } @@ -641518,15 +642005,15 @@ "postfix": false, "binop": null }, - "start": 39962, - "end": 39963, + "start": 42352, + "end": 42353, "loc": { "start": { - "line": 895, + "line": 937, "column": 29 }, "end": { - "line": 895, + "line": 937, "column": 30 } } @@ -641545,15 +642032,15 @@ "updateContext": null }, "value": "
", - "start": 39963, - "end": 39976, + "start": 42353, + "end": 42366, "loc": { "start": { - "line": 895, + "line": 937, "column": 30 }, "end": { - "line": 895, + "line": 937, "column": 43 } } @@ -641571,15 +642058,15 @@ "binop": null, "updateContext": null }, - "start": 39976, - "end": 39977, + "start": 42366, + "end": 42367, "loc": { "start": { - "line": 895, + "line": 937, "column": 43 }, "end": { - "line": 895, + "line": 937, "column": 44 } } @@ -641596,15 +642083,15 @@ "postfix": false, "binop": null }, - "start": 39978, - "end": 39979, + "start": 42368, + "end": 42369, "loc": { "start": { - "line": 895, + "line": 937, "column": 45 }, "end": { - "line": 895, + "line": 937, "column": 46 } } @@ -641624,15 +642111,15 @@ "updateContext": null }, "value": "class", - "start": 39980, - "end": 39985, + "start": 42370, + "end": 42375, "loc": { "start": { - "line": 895, + "line": 937, "column": 47 }, "end": { - "line": 895, + "line": 937, "column": 52 } } @@ -641650,15 +642137,15 @@ "binop": null, "updateContext": null }, - "start": 39985, - "end": 39986, + "start": 42375, + "end": 42376, "loc": { "start": { - "line": 895, + "line": 937, "column": 52 }, "end": { - "line": 895, + "line": 937, "column": 53 } } @@ -641676,15 +642163,15 @@ "binop": null }, "value": "ClassName", - "start": 39987, - "end": 39996, + "start": 42377, + "end": 42386, "loc": { "start": { - "line": 895, + "line": 937, "column": 54 }, "end": { - "line": 895, + "line": 937, "column": 63 } } @@ -641702,15 +642189,15 @@ "binop": null, "updateContext": null }, - "start": 39996, - "end": 39997, + "start": 42386, + "end": 42387, "loc": { "start": { - "line": 895, + "line": 937, "column": 63 }, "end": { - "line": 895, + "line": 937, "column": 64 } } @@ -641728,15 +642215,15 @@ "binop": null }, "value": "TIMELINE_EVENT_CONTAINER", - "start": 39997, - "end": 40021, + "start": 42387, + "end": 42411, "loc": { "start": { - "line": 895, + "line": 937, "column": 64 }, "end": { - "line": 895, + "line": 937, "column": 88 } } @@ -641754,15 +642241,15 @@ "binop": null, "updateContext": null }, - "start": 40021, - "end": 40022, + "start": 42411, + "end": 42412, "loc": { "start": { - "line": 895, + "line": 937, "column": 88 }, "end": { - "line": 895, + "line": 937, "column": 89 } } @@ -641780,15 +642267,15 @@ "binop": null }, "value": "style", - "start": 40023, - "end": 40028, + "start": 42413, + "end": 42418, "loc": { "start": { - "line": 895, + "line": 937, "column": 90 }, "end": { - "line": 895, + "line": 937, "column": 95 } } @@ -641806,15 +642293,15 @@ "binop": null, "updateContext": null }, - "start": 40028, - "end": 40029, + "start": 42418, + "end": 42419, "loc": { "start": { - "line": 895, + "line": 937, "column": 95 }, "end": { - "line": 895, + "line": 937, "column": 96 } } @@ -641831,15 +642318,15 @@ "postfix": false, "binop": null }, - "start": 40030, - "end": 40031, + "start": 42420, + "end": 42421, "loc": { "start": { - "line": 895, + "line": 937, "column": 97 }, "end": { - "line": 895, + "line": 937, "column": 98 } } @@ -641858,15 +642345,15 @@ "updateContext": null }, "value": "height:", - "start": 40031, - "end": 40038, + "start": 42421, + "end": 42428, "loc": { "start": { - "line": 895, + "line": 937, "column": 98 }, "end": { - "line": 895, + "line": 937, "column": 105 } } @@ -641883,15 +642370,15 @@ "postfix": false, "binop": null }, - "start": 40038, - "end": 40040, + "start": 42428, + "end": 42430, "loc": { "start": { - "line": 895, + "line": 937, "column": 105 }, "end": { - "line": 895, + "line": 937, "column": 107 } } @@ -641909,15 +642396,15 @@ "binop": null }, "value": "_actualHeight", - "start": 40040, - "end": 40053, + "start": 42430, + "end": 42443, "loc": { "start": { - "line": 895, + "line": 937, "column": 107 }, "end": { - "line": 895, + "line": 937, "column": 120 } } @@ -641934,15 +642421,15 @@ "postfix": false, "binop": null }, - "start": 40053, - "end": 40054, + "start": 42443, + "end": 42444, "loc": { "start": { - "line": 895, + "line": 937, "column": 120 }, "end": { - "line": 895, + "line": 937, "column": 121 } } @@ -641961,15 +642448,15 @@ "updateContext": null }, "value": "px;", - "start": 40054, - "end": 40057, + "start": 42444, + "end": 42447, "loc": { "start": { - "line": 895, + "line": 937, "column": 121 }, "end": { - "line": 895, + "line": 937, "column": 124 } } @@ -641986,15 +642473,15 @@ "postfix": false, "binop": null }, - "start": 40057, - "end": 40058, + "start": 42447, + "end": 42448, "loc": { "start": { - "line": 895, + "line": 937, "column": 124 }, "end": { - "line": 895, + "line": 937, "column": 125 } } @@ -642011,15 +642498,15 @@ "postfix": false, "binop": null }, - "start": 40059, - "end": 40060, + "start": 42449, + "end": 42450, "loc": { "start": { - "line": 895, + "line": 937, "column": 126 }, "end": { - "line": 895, + "line": 937, "column": 127 } } @@ -642036,15 +642523,15 @@ "postfix": false, "binop": null }, - "start": 40060, - "end": 40061, + "start": 42450, + "end": 42451, "loc": { "start": { - "line": 895, + "line": 937, "column": 127 }, "end": { - "line": 895, + "line": 937, "column": 128 } } @@ -642062,15 +642549,15 @@ "binop": null, "updateContext": null }, - "start": 40061, - "end": 40062, + "start": 42451, + "end": 42452, "loc": { "start": { - "line": 895, + "line": 937, "column": 128 }, "end": { - "line": 895, + "line": 937, "column": 129 } } @@ -642088,15 +642575,15 @@ "binop": null }, "value": "_events_bg", - "start": 40075, - "end": 40085, + "start": 42465, + "end": 42475, "loc": { "start": { - "line": 896, + "line": 938, "column": 12 }, "end": { - "line": 896, + "line": 938, "column": 22 } } @@ -642115,15 +642602,15 @@ "updateContext": null }, "value": "=", - "start": 40089, - "end": 40090, + "start": 42479, + "end": 42480, "loc": { "start": { - "line": 896, + "line": 938, "column": 26 }, "end": { - "line": 896, + "line": 938, "column": 27 } } @@ -642141,15 +642628,15 @@ "binop": null }, "value": "$", - "start": 40091, - "end": 40092, + "start": 42481, + "end": 42482, "loc": { "start": { - "line": 896, + "line": 938, "column": 28 }, "end": { - "line": 896, + "line": 938, "column": 29 } } @@ -642166,15 +642653,15 @@ "postfix": false, "binop": null }, - "start": 40092, - "end": 40093, + "start": 42482, + "end": 42483, "loc": { "start": { - "line": 896, + "line": 938, "column": 29 }, "end": { - "line": 896, + "line": 938, "column": 30 } } @@ -642191,15 +642678,15 @@ "postfix": false, "binop": null }, - "start": 40093, - "end": 40094, + "start": 42483, + "end": 42484, "loc": { "start": { - "line": 896, + "line": 938, "column": 30 }, "end": { - "line": 896, + "line": 938, "column": 31 } } @@ -642218,15 +642705,15 @@ "updateContext": null }, "value": "", - "start": 40208, - "end": 40219, + "start": 42598, + "end": 42609, "loc": { "start": { - "line": 896, + "line": 938, "column": 145 }, "end": { - "line": 896, + "line": 938, "column": 156 } } @@ -642760,15 +643247,15 @@ "postfix": false, "binop": null }, - "start": 40219, - "end": 40220, + "start": 42609, + "end": 42610, "loc": { "start": { - "line": 896, + "line": 938, "column": 156 }, "end": { - "line": 896, + "line": 938, "column": 157 } } @@ -642785,15 +643272,15 @@ "postfix": false, "binop": null }, - "start": 40220, - "end": 40221, + "start": 42610, + "end": 42611, "loc": { "start": { - "line": 896, + "line": 938, "column": 157 }, "end": { - "line": 896, + "line": 938, "column": 158 } } @@ -642811,15 +643298,15 @@ "binop": null, "updateContext": null }, - "start": 40221, - "end": 40222, + "start": 42611, + "end": 42612, "loc": { "start": { - "line": 896, + "line": 938, "column": 158 }, "end": { - "line": 896, + "line": 938, "column": 159 } } @@ -642837,15 +643324,15 @@ "binop": null }, "value": "_events_lines", - "start": 40235, - "end": 40248, + "start": 42625, + "end": 42638, "loc": { "start": { - "line": 897, + "line": 939, "column": 12 }, "end": { - "line": 897, + "line": 939, "column": 25 } } @@ -642864,15 +643351,15 @@ "updateContext": null }, "value": "=", - "start": 40249, - "end": 40250, + "start": 42639, + "end": 42640, "loc": { "start": { - "line": 897, + "line": 939, "column": 26 }, "end": { - "line": 897, + "line": 939, "column": 27 } } @@ -642890,15 +643377,15 @@ "binop": null }, "value": "$", - "start": 40251, - "end": 40252, + "start": 42641, + "end": 42642, "loc": { "start": { - "line": 897, + "line": 939, "column": 28 }, "end": { - "line": 897, + "line": 939, "column": 29 } } @@ -642915,15 +643402,15 @@ "postfix": false, "binop": null }, - "start": 40252, - "end": 40253, + "start": 42642, + "end": 42643, "loc": { "start": { - "line": 897, + "line": 939, "column": 29 }, "end": { - "line": 897, + "line": 939, "column": 30 } } @@ -642940,15 +643427,15 @@ "postfix": false, "binop": null }, - "start": 40253, - "end": 40254, + "start": 42643, + "end": 42644, "loc": { "start": { - "line": 897, + "line": 939, "column": 30 }, "end": { - "line": 897, + "line": 939, "column": 31 } } @@ -642967,15 +643454,15 @@ "updateContext": null }, "value": "", - "start": 40367, - "end": 40378, + "start": 42757, + "end": 42768, "loc": { "start": { - "line": 897, + "line": 939, "column": 144 }, "end": { - "line": 897, + "line": 939, "column": 155 } } @@ -643509,15 +643996,15 @@ "postfix": false, "binop": null }, - "start": 40378, - "end": 40379, + "start": 42768, + "end": 42769, "loc": { "start": { - "line": 897, + "line": 939, "column": 155 }, "end": { - "line": 897, + "line": 939, "column": 156 } } @@ -643534,15 +644021,15 @@ "postfix": false, "binop": null }, - "start": 40379, - "end": 40380, + "start": 42769, + "end": 42770, "loc": { "start": { - "line": 897, + "line": 939, "column": 156 }, "end": { - "line": 897, + "line": 939, "column": 157 } } @@ -643560,15 +644047,15 @@ "binop": null, "updateContext": null }, - "start": 40380, - "end": 40381, + "start": 42770, + "end": 42771, "loc": { "start": { - "line": 897, + "line": 939, "column": 157 }, "end": { - "line": 897, + "line": 939, "column": 158 } } @@ -643586,15 +644073,15 @@ "binop": null }, "value": "_events_body", - "start": 40394, - "end": 40406, + "start": 42784, + "end": 42796, "loc": { "start": { - "line": 898, + "line": 940, "column": 12 }, "end": { - "line": 898, + "line": 940, "column": 24 } } @@ -643613,15 +644100,15 @@ "updateContext": null }, "value": "=", - "start": 40408, - "end": 40409, + "start": 42798, + "end": 42799, "loc": { "start": { - "line": 898, + "line": 940, "column": 26 }, "end": { - "line": 898, + "line": 940, "column": 27 } } @@ -643639,15 +644126,15 @@ "binop": null }, "value": "$", - "start": 40410, - "end": 40411, + "start": 42800, + "end": 42801, "loc": { "start": { - "line": 898, + "line": 940, "column": 28 }, "end": { - "line": 898, + "line": 940, "column": 29 } } @@ -643664,15 +644151,15 @@ "postfix": false, "binop": null }, - "start": 40411, - "end": 40412, + "start": 42801, + "end": 42802, "loc": { "start": { - "line": 898, + "line": 940, "column": 29 }, "end": { - "line": 898, + "line": 940, "column": 30 } } @@ -643691,15 +644178,15 @@ "updateContext": null }, "value": "
", - "start": 40412, - "end": 40425, + "start": 42802, + "end": 42815, "loc": { "start": { - "line": 898, + "line": 940, "column": 30 }, "end": { - "line": 898, + "line": 940, "column": 43 } } @@ -643717,15 +644204,15 @@ "binop": null, "updateContext": null }, - "start": 40425, - "end": 40426, + "start": 42815, + "end": 42816, "loc": { "start": { - "line": 898, + "line": 940, "column": 43 }, "end": { - "line": 898, + "line": 940, "column": 44 } } @@ -643742,15 +644229,15 @@ "postfix": false, "binop": null }, - "start": 40427, - "end": 40428, + "start": 42817, + "end": 42818, "loc": { "start": { - "line": 898, + "line": 940, "column": 45 }, "end": { - "line": 898, + "line": 940, "column": 46 } } @@ -643770,15 +644257,15 @@ "updateContext": null }, "value": "class", - "start": 40429, - "end": 40434, + "start": 42819, + "end": 42824, "loc": { "start": { - "line": 898, + "line": 940, "column": 47 }, "end": { - "line": 898, + "line": 940, "column": 52 } } @@ -643796,15 +644283,15 @@ "binop": null, "updateContext": null }, - "start": 40434, - "end": 40435, + "start": 42824, + "end": 42825, "loc": { "start": { - "line": 898, + "line": 940, "column": 52 }, "end": { - "line": 898, + "line": 940, "column": 53 } } @@ -643822,15 +644309,15 @@ "binop": null }, "value": "ClassName", - "start": 40436, - "end": 40445, + "start": 42826, + "end": 42835, "loc": { "start": { - "line": 898, + "line": 940, "column": 54 }, "end": { - "line": 898, + "line": 940, "column": 63 } } @@ -643848,15 +644335,15 @@ "binop": null, "updateContext": null }, - "start": 40445, - "end": 40446, + "start": 42835, + "end": 42836, "loc": { "start": { - "line": 898, + "line": 940, "column": 63 }, "end": { - "line": 898, + "line": 940, "column": 64 } } @@ -643874,15 +644361,15 @@ "binop": null }, "value": "TIMELINE_EVENTS", - "start": 40446, - "end": 40461, + "start": 42836, + "end": 42851, "loc": { "start": { - "line": 898, + "line": 940, "column": 64 }, "end": { - "line": 898, + "line": 940, "column": 79 } } @@ -643899,15 +644386,15 @@ "postfix": false, "binop": null }, - "start": 40462, - "end": 40463, + "start": 42852, + "end": 42853, "loc": { "start": { - "line": 898, + "line": 940, "column": 80 }, "end": { - "line": 898, + "line": 940, "column": 81 } } @@ -643924,15 +644411,15 @@ "postfix": false, "binop": null }, - "start": 40463, - "end": 40464, + "start": 42853, + "end": 42854, "loc": { "start": { - "line": 898, + "line": 940, "column": 81 }, "end": { - "line": 898, + "line": 940, "column": 82 } } @@ -643950,15 +644437,15 @@ "binop": null, "updateContext": null }, - "start": 40464, - "end": 40465, + "start": 42854, + "end": 42855, "loc": { "start": { - "line": 898, + "line": 940, "column": 82 }, "end": { - "line": 898, + "line": 940, "column": 83 } } @@ -643976,15 +644463,15 @@ "binop": null }, "value": "_cy", - "start": 40478, - "end": 40481, + "start": 42868, + "end": 42871, "loc": { "start": { - "line": 899, + "line": 941, "column": 12 }, "end": { - "line": 899, + "line": 941, "column": 15 } } @@ -644003,15 +644490,15 @@ "updateContext": null }, "value": "=", - "start": 40492, - "end": 40493, + "start": 42882, + "end": 42883, "loc": { "start": { - "line": 899, + "line": 941, "column": 26 }, "end": { - "line": 899, + "line": 941, "column": 27 } } @@ -644030,15 +644517,15 @@ "updateContext": null }, "value": 0, - "start": 40494, - "end": 40495, + "start": 42884, + "end": 42885, "loc": { "start": { - "line": 899, + "line": 941, "column": 28 }, "end": { - "line": 899, + "line": 941, "column": 29 } } @@ -644056,15 +644543,15 @@ "binop": null, "updateContext": null }, - "start": 40495, - "end": 40496, + "start": 42885, + "end": 42886, "loc": { "start": { - "line": 899, + "line": 941, "column": 29 }, "end": { - "line": 899, + "line": 941, "column": 30 } } @@ -644082,15 +644569,15 @@ "binop": null }, "value": "ctx_grid", - "start": 40509, - "end": 40517, + "start": 42899, + "end": 42907, "loc": { "start": { - "line": 900, + "line": 942, "column": 12 }, "end": { - "line": 900, + "line": 942, "column": 20 } } @@ -644109,15 +644596,15 @@ "updateContext": null }, "value": "=", - "start": 40523, - "end": 40524, + "start": 42913, + "end": 42914, "loc": { "start": { - "line": 900, + "line": 942, "column": 26 }, "end": { - "line": 900, + "line": 942, "column": 27 } } @@ -644135,15 +644622,15 @@ "binop": null }, "value": "_events_bg", - "start": 40525, - "end": 40535, + "start": 42915, + "end": 42925, "loc": { "start": { - "line": 900, + "line": 942, "column": 28 }, "end": { - "line": 900, + "line": 942, "column": 38 } } @@ -644161,15 +644648,15 @@ "binop": null, "updateContext": null }, - "start": 40535, - "end": 40536, + "start": 42925, + "end": 42926, "loc": { "start": { - "line": 900, + "line": 942, "column": 38 }, "end": { - "line": 900, + "line": 942, "column": 39 } } @@ -644188,15 +644675,15 @@ "updateContext": null }, "value": 0, - "start": 40536, - "end": 40537, + "start": 42926, + "end": 42927, "loc": { "start": { - "line": 900, + "line": 942, "column": 39 }, "end": { - "line": 900, + "line": 942, "column": 40 } } @@ -644214,15 +644701,15 @@ "binop": null, "updateContext": null }, - "start": 40537, - "end": 40538, + "start": 42927, + "end": 42928, "loc": { "start": { - "line": 900, + "line": 942, "column": 40 }, "end": { - "line": 900, + "line": 942, "column": 41 } } @@ -644240,15 +644727,15 @@ "binop": null, "updateContext": null }, - "start": 40538, - "end": 40539, + "start": 42928, + "end": 42929, "loc": { "start": { - "line": 900, + "line": 942, "column": 41 }, "end": { - "line": 900, + "line": 942, "column": 42 } } @@ -644266,15 +644753,15 @@ "binop": null }, "value": "getContext", - "start": 40539, - "end": 40549, + "start": 42929, + "end": 42939, "loc": { "start": { - "line": 900, + "line": 942, "column": 42 }, "end": { - "line": 900, + "line": 942, "column": 52 } } @@ -644291,15 +644778,15 @@ "postfix": false, "binop": null }, - "start": 40549, - "end": 40550, + "start": 42939, + "end": 42940, "loc": { "start": { - "line": 900, + "line": 942, "column": 52 }, "end": { - "line": 900, + "line": 942, "column": 53 } } @@ -644318,15 +644805,15 @@ "updateContext": null }, "value": "2d", - "start": 40550, - "end": 40554, + "start": 42940, + "end": 42944, "loc": { "start": { - "line": 900, + "line": 942, "column": 53 }, "end": { - "line": 900, + "line": 942, "column": 57 } } @@ -644343,15 +644830,15 @@ "postfix": false, "binop": null }, - "start": 40554, - "end": 40555, + "start": 42944, + "end": 42945, "loc": { "start": { - "line": 900, + "line": 942, "column": 57 }, "end": { - "line": 900, + "line": 942, "column": 58 } } @@ -644369,15 +644856,15 @@ "binop": null, "updateContext": null }, - "start": 40555, - "end": 40556, + "start": 42945, + "end": 42946, "loc": { "start": { - "line": 900, + "line": 942, "column": 58 }, "end": { - "line": 900, + "line": 942, "column": 59 } } @@ -644395,15 +644882,15 @@ "binop": null }, "value": "drawRowRect", - "start": 40569, - "end": 40580, + "start": 42959, + "end": 42970, "loc": { "start": { - "line": 901, + "line": 943, "column": 12 }, "end": { - "line": 901, + "line": 943, "column": 23 } } @@ -644422,15 +644909,15 @@ "updateContext": null }, "value": "=", - "start": 40583, - "end": 40584, + "start": 42973, + "end": 42974, "loc": { "start": { - "line": 901, + "line": 943, "column": 26 }, "end": { - "line": 901, + "line": 943, "column": 27 } } @@ -644447,15 +644934,15 @@ "postfix": false, "binop": null }, - "start": 40585, - "end": 40586, + "start": 42975, + "end": 42976, "loc": { "start": { - "line": 901, + "line": 943, "column": 28 }, "end": { - "line": 901, + "line": 943, "column": 29 } } @@ -644473,15 +644960,15 @@ "binop": null }, "value": "pos_y", - "start": 40587, - "end": 40592, + "start": 42977, + "end": 42982, "loc": { "start": { - "line": 901, + "line": 943, "column": 30 }, "end": { - "line": 901, + "line": 943, "column": 35 } } @@ -644499,15 +644986,15 @@ "binop": null, "updateContext": null }, - "start": 40592, - "end": 40593, + "start": 42982, + "end": 42983, "loc": { "start": { - "line": 901, + "line": 943, "column": 35 }, "end": { - "line": 901, + "line": 943, "column": 36 } } @@ -644525,15 +645012,15 @@ "binop": null }, "value": "color", - "start": 40594, - "end": 40599, + "start": 42984, + "end": 42989, "loc": { "start": { - "line": 901, + "line": 943, "column": 37 }, "end": { - "line": 901, + "line": 943, "column": 42 } } @@ -644550,15 +645037,15 @@ "postfix": false, "binop": null }, - "start": 40600, - "end": 40601, + "start": 42990, + "end": 42991, "loc": { "start": { - "line": 901, + "line": 943, "column": 43 }, "end": { - "line": 901, + "line": 943, "column": 44 } } @@ -644576,15 +645063,15 @@ "binop": null, "updateContext": null }, - "start": 40602, - "end": 40604, + "start": 42992, + "end": 42994, "loc": { "start": { - "line": 901, + "line": 943, "column": 45 }, "end": { - "line": 901, + "line": 943, "column": 47 } } @@ -644601,15 +645088,15 @@ "postfix": false, "binop": null }, - "start": 40605, - "end": 40606, + "start": 42995, + "end": 42996, "loc": { "start": { - "line": 901, + "line": 943, "column": 48 }, "end": { - "line": 901, + "line": 943, "column": 49 } } @@ -644627,15 +645114,15 @@ "binop": null }, "value": "color", - "start": 40623, - "end": 40628, + "start": 43013, + "end": 43018, "loc": { "start": { - "line": 902, + "line": 944, "column": 16 }, "end": { - "line": 902, + "line": 944, "column": 21 } } @@ -644654,15 +645141,15 @@ "updateContext": null }, "value": "=", - "start": 40629, - "end": 40630, + "start": 43019, + "end": 43020, "loc": { "start": { - "line": 902, + "line": 944, "column": 22 }, "end": { - "line": 902, + "line": 944, "column": 23 } } @@ -644682,15 +645169,15 @@ "updateContext": null }, "value": "this", - "start": 40631, - "end": 40635, + "start": 43021, + "end": 43025, "loc": { "start": { - "line": 902, + "line": 944, "column": 24 }, "end": { - "line": 902, + "line": 944, "column": 28 } } @@ -644708,15 +645195,15 @@ "binop": null, "updateContext": null }, - "start": 40635, - "end": 40636, + "start": 43025, + "end": 43026, "loc": { "start": { - "line": 902, + "line": 944, "column": 28 }, "end": { - "line": 902, + "line": 944, "column": 29 } } @@ -644734,15 +645221,15 @@ "binop": null }, "value": "supplement", - "start": 40636, - "end": 40646, + "start": 43026, + "end": 43036, "loc": { "start": { - "line": 902, + "line": 944, "column": 29 }, "end": { - "line": 902, + "line": 944, "column": 39 } } @@ -644759,15 +645246,15 @@ "postfix": false, "binop": null }, - "start": 40646, - "end": 40647, + "start": 43036, + "end": 43037, "loc": { "start": { - "line": 902, + "line": 944, "column": 39 }, "end": { - "line": 902, + "line": 944, "column": 40 } } @@ -644786,15 +645273,15 @@ "updateContext": null }, "value": "#FFFFFF", - "start": 40648, - "end": 40657, + "start": 43038, + "end": 43047, "loc": { "start": { - "line": 902, + "line": 944, "column": 41 }, "end": { - "line": 902, + "line": 944, "column": 50 } } @@ -644812,15 +645299,15 @@ "binop": null, "updateContext": null }, - "start": 40657, - "end": 40658, + "start": 43047, + "end": 43048, "loc": { "start": { - "line": 902, + "line": 944, "column": 50 }, "end": { - "line": 902, + "line": 944, "column": 51 } } @@ -644838,15 +645325,15 @@ "binop": null }, "value": "color", - "start": 40659, - "end": 40664, + "start": 43049, + "end": 43054, "loc": { "start": { - "line": 902, + "line": 944, "column": 52 }, "end": { - "line": 902, + "line": 944, "column": 57 } } @@ -644863,15 +645350,15 @@ "postfix": false, "binop": null }, - "start": 40665, - "end": 40666, + "start": 43055, + "end": 43056, "loc": { "start": { - "line": 902, + "line": 944, "column": 58 }, "end": { - "line": 902, + "line": 944, "column": 59 } } @@ -644879,15 +645366,15 @@ { "type": "CommentLine", "value": " console.log( 0, pos_y, _fullwidth, _size_row, color )", - "start": 40683, - "end": 40739, + "start": 43073, + "end": 43129, "loc": { "start": { - "line": 903, + "line": 945, "column": 16 }, "end": { - "line": 903, + "line": 945, "column": 72 } } @@ -644905,15 +645392,15 @@ "binop": null }, "value": "ctx_grid", - "start": 40756, - "end": 40764, + "start": 43146, + "end": 43154, "loc": { "start": { - "line": 904, + "line": 946, "column": 16 }, "end": { - "line": 904, + "line": 946, "column": 24 } } @@ -644931,15 +645418,15 @@ "binop": null, "updateContext": null }, - "start": 40764, - "end": 40765, + "start": 43154, + "end": 43155, "loc": { "start": { - "line": 904, + "line": 946, "column": 24 }, "end": { - "line": 904, + "line": 946, "column": 25 } } @@ -644957,15 +645444,15 @@ "binop": null }, "value": "fillStyle", - "start": 40765, - "end": 40774, + "start": 43155, + "end": 43164, "loc": { "start": { - "line": 904, + "line": 946, "column": 25 }, "end": { - "line": 904, + "line": 946, "column": 34 } } @@ -644984,15 +645471,15 @@ "updateContext": null }, "value": "=", - "start": 40775, - "end": 40776, + "start": 43165, + "end": 43166, "loc": { "start": { - "line": 904, + "line": 946, "column": 35 }, "end": { - "line": 904, + "line": 946, "column": 36 } } @@ -645010,15 +645497,15 @@ "binop": null }, "value": "color", - "start": 40777, - "end": 40782, + "start": 43167, + "end": 43172, "loc": { "start": { - "line": 904, + "line": 946, "column": 37 }, "end": { - "line": 904, + "line": 946, "column": 42 } } @@ -645036,15 +645523,15 @@ "binop": null }, "value": "ctx_grid", - "start": 40799, - "end": 40807, + "start": 43189, + "end": 43197, "loc": { "start": { - "line": 905, + "line": 947, "column": 16 }, "end": { - "line": 905, + "line": 947, "column": 24 } } @@ -645062,15 +645549,15 @@ "binop": null, "updateContext": null }, - "start": 40807, - "end": 40808, + "start": 43197, + "end": 43198, "loc": { "start": { - "line": 905, + "line": 947, "column": 24 }, "end": { - "line": 905, + "line": 947, "column": 25 } } @@ -645088,15 +645575,15 @@ "binop": null }, "value": "fillRect", - "start": 40808, - "end": 40816, + "start": 43198, + "end": 43206, "loc": { "start": { - "line": 905, + "line": 947, "column": 25 }, "end": { - "line": 905, + "line": 947, "column": 33 } } @@ -645113,15 +645600,15 @@ "postfix": false, "binop": null }, - "start": 40816, - "end": 40817, + "start": 43206, + "end": 43207, "loc": { "start": { - "line": 905, + "line": 947, "column": 33 }, "end": { - "line": 905, + "line": 947, "column": 34 } } @@ -645140,15 +645627,15 @@ "updateContext": null }, "value": 0, - "start": 40818, - "end": 40819, + "start": 43208, + "end": 43209, "loc": { "start": { - "line": 905, + "line": 947, "column": 35 }, "end": { - "line": 905, + "line": 947, "column": 36 } } @@ -645166,15 +645653,15 @@ "binop": null, "updateContext": null }, - "start": 40819, - "end": 40820, + "start": 43209, + "end": 43210, "loc": { "start": { - "line": 905, + "line": 947, "column": 36 }, "end": { - "line": 905, + "line": 947, "column": 37 } } @@ -645192,15 +645679,15 @@ "binop": null }, "value": "pos_y", - "start": 40821, - "end": 40826, + "start": 43211, + "end": 43216, "loc": { "start": { - "line": 905, + "line": 947, "column": 38 }, "end": { - "line": 905, + "line": 947, "column": 43 } } @@ -645219,15 +645706,15 @@ "updateContext": null }, "value": "+", - "start": 40827, - "end": 40828, + "start": 43217, + "end": 43218, "loc": { "start": { - "line": 905, + "line": 947, "column": 44 }, "end": { - "line": 905, + "line": 947, "column": 45 } } @@ -645246,15 +645733,15 @@ "updateContext": null }, "value": 0.5, - "start": 40829, - "end": 40832, + "start": 43219, + "end": 43222, "loc": { "start": { - "line": 905, + "line": 947, "column": 46 }, "end": { - "line": 905, + "line": 947, "column": 49 } } @@ -645272,15 +645759,15 @@ "binop": null, "updateContext": null }, - "start": 40832, - "end": 40833, + "start": 43222, + "end": 43223, "loc": { "start": { - "line": 905, + "line": 947, "column": 49 }, "end": { - "line": 905, + "line": 947, "column": 50 } } @@ -645298,15 +645785,15 @@ "binop": null }, "value": "_props", - "start": 40834, - "end": 40840, + "start": 43224, + "end": 43230, "loc": { "start": { - "line": 905, + "line": 947, "column": 51 }, "end": { - "line": 905, + "line": 947, "column": 57 } } @@ -645324,15 +645811,15 @@ "binop": null, "updateContext": null }, - "start": 40840, - "end": 40841, + "start": 43230, + "end": 43231, "loc": { "start": { - "line": 905, + "line": 947, "column": 57 }, "end": { - "line": 905, + "line": 947, "column": 58 } } @@ -645350,15 +645837,15 @@ "binop": null }, "value": "fullwidth", - "start": 40841, - "end": 40850, + "start": 43231, + "end": 43240, "loc": { "start": { - "line": 905, + "line": 947, "column": 58 }, "end": { - "line": 905, + "line": 947, "column": 67 } } @@ -645376,15 +645863,15 @@ "binop": null, "updateContext": null }, - "start": 40850, - "end": 40851, + "start": 43240, + "end": 43241, "loc": { "start": { - "line": 905, + "line": 947, "column": 67 }, "end": { - "line": 905, + "line": 947, "column": 68 } } @@ -645402,15 +645889,15 @@ "binop": null }, "value": "_props", - "start": 40852, - "end": 40858, + "start": 43242, + "end": 43248, "loc": { "start": { - "line": 905, + "line": 947, "column": 69 }, "end": { - "line": 905, + "line": 947, "column": 75 } } @@ -645428,15 +645915,15 @@ "binop": null, "updateContext": null }, - "start": 40858, - "end": 40859, + "start": 43248, + "end": 43249, "loc": { "start": { - "line": 905, + "line": 947, "column": 75 }, "end": { - "line": 905, + "line": 947, "column": 76 } } @@ -645454,15 +645941,15 @@ "binop": null }, "value": "rowSize", - "start": 40859, - "end": 40866, + "start": 43249, + "end": 43256, "loc": { "start": { - "line": 905, + "line": 947, "column": 76 }, "end": { - "line": 905, + "line": 947, "column": 83 } } @@ -645481,15 +645968,15 @@ "updateContext": null }, "value": "+", - "start": 40867, - "end": 40868, + "start": 43257, + "end": 43258, "loc": { "start": { - "line": 905, + "line": 947, "column": 84 }, "end": { - "line": 905, + "line": 947, "column": 85 } } @@ -645508,15 +645995,15 @@ "updateContext": null }, "value": 1.5, - "start": 40869, - "end": 40872, + "start": 43259, + "end": 43262, "loc": { "start": { - "line": 905, + "line": 947, "column": 86 }, "end": { - "line": 905, + "line": 947, "column": 89 } } @@ -645533,15 +646020,15 @@ "postfix": false, "binop": null }, - "start": 40873, - "end": 40874, + "start": 43263, + "end": 43264, "loc": { "start": { - "line": 905, + "line": 947, "column": 90 }, "end": { - "line": 905, + "line": 947, "column": 91 } } @@ -645559,15 +646046,15 @@ "binop": null }, "value": "ctx_grid", - "start": 40891, - "end": 40899, + "start": 43281, + "end": 43289, "loc": { "start": { - "line": 906, + "line": 948, "column": 16 }, "end": { - "line": 906, + "line": 948, "column": 24 } } @@ -645585,15 +646072,15 @@ "binop": null, "updateContext": null }, - "start": 40899, - "end": 40900, + "start": 43289, + "end": 43290, "loc": { "start": { - "line": 906, + "line": 948, "column": 24 }, "end": { - "line": 906, + "line": 948, "column": 25 } } @@ -645611,15 +646098,15 @@ "binop": null }, "value": "stroke", - "start": 40900, - "end": 40906, + "start": 43290, + "end": 43296, "loc": { "start": { - "line": 906, + "line": 948, "column": 25 }, "end": { - "line": 906, + "line": 948, "column": 31 } } @@ -645636,15 +646123,15 @@ "postfix": false, "binop": null }, - "start": 40906, - "end": 40907, + "start": 43296, + "end": 43297, "loc": { "start": { - "line": 906, + "line": 948, "column": 31 }, "end": { - "line": 906, + "line": 948, "column": 32 } } @@ -645661,15 +646148,15 @@ "postfix": false, "binop": null }, - "start": 40907, - "end": 40908, + "start": 43297, + "end": 43298, "loc": { "start": { - "line": 906, + "line": 948, "column": 32 }, "end": { - "line": 906, + "line": 948, "column": 33 } } @@ -645686,15 +646173,15 @@ "postfix": false, "binop": null }, - "start": 40921, - "end": 40922, + "start": 43311, + "end": 43312, "loc": { "start": { - "line": 907, + "line": 949, "column": 12 }, "end": { - "line": 907, + "line": 949, "column": 13 } } @@ -645712,15 +646199,15 @@ "binop": null, "updateContext": null }, - "start": 40922, - "end": 40923, + "start": 43312, + "end": 43313, "loc": { "start": { - "line": 907, + "line": 949, "column": 13 }, "end": { - "line": 907, + "line": 949, "column": 14 } } @@ -645738,15 +646225,15 @@ "binop": null }, "value": "drawHorizontalLine", - "start": 40936, - "end": 40954, + "start": 43326, + "end": 43344, "loc": { "start": { - "line": 908, + "line": 950, "column": 12 }, "end": { - "line": 908, + "line": 950, "column": 30 } } @@ -645765,15 +646252,15 @@ "updateContext": null }, "value": "=", - "start": 40955, - "end": 40956, + "start": 43345, + "end": 43346, "loc": { "start": { - "line": 908, + "line": 950, "column": 31 }, "end": { - "line": 908, + "line": 950, "column": 32 } } @@ -645790,15 +646277,15 @@ "postfix": false, "binop": null }, - "start": 40957, - "end": 40958, + "start": 43347, + "end": 43348, "loc": { "start": { - "line": 908, + "line": 950, "column": 33 }, "end": { - "line": 908, + "line": 950, "column": 34 } } @@ -645816,15 +646303,15 @@ "binop": null }, "value": "pos_y", - "start": 40959, - "end": 40964, + "start": 43349, + "end": 43354, "loc": { "start": { - "line": 908, + "line": 950, "column": 35 }, "end": { - "line": 908, + "line": 950, "column": 40 } } @@ -645842,15 +646329,15 @@ "binop": null, "updateContext": null }, - "start": 40964, - "end": 40965, + "start": 43354, + "end": 43355, "loc": { "start": { - "line": 908, + "line": 950, "column": 40 }, "end": { - "line": 908, + "line": 950, "column": 41 } } @@ -645868,15 +646355,15 @@ "binop": null }, "value": "is_dotted", - "start": 40966, - "end": 40975, + "start": 43356, + "end": 43365, "loc": { "start": { - "line": 908, + "line": 950, "column": 42 }, "end": { - "line": 908, + "line": 950, "column": 51 } } @@ -645893,15 +646380,15 @@ "postfix": false, "binop": null }, - "start": 40976, - "end": 40977, + "start": 43366, + "end": 43367, "loc": { "start": { - "line": 908, + "line": 950, "column": 52 }, "end": { - "line": 908, + "line": 950, "column": 53 } } @@ -645919,15 +646406,15 @@ "binop": null, "updateContext": null }, - "start": 40978, - "end": 40980, + "start": 43368, + "end": 43370, "loc": { "start": { - "line": 908, + "line": 950, "column": 54 }, "end": { - "line": 908, + "line": 950, "column": 56 } } @@ -645944,15 +646431,15 @@ "postfix": false, "binop": null }, - "start": 40981, - "end": 40982, + "start": 43371, + "end": 43372, "loc": { "start": { - "line": 908, + "line": 950, "column": 57 }, "end": { - "line": 908, + "line": 950, "column": 58 } } @@ -645970,15 +646457,15 @@ "binop": null }, "value": "is_dotted", - "start": 40999, - "end": 41008, + "start": 43389, + "end": 43398, "loc": { "start": { - "line": 909, + "line": 951, "column": 16 }, "end": { - "line": 909, + "line": 951, "column": 25 } } @@ -645997,15 +646484,15 @@ "updateContext": null }, "value": "=", - "start": 41009, - "end": 41010, + "start": 43399, + "end": 43400, "loc": { "start": { - "line": 909, + "line": 951, "column": 26 }, "end": { - "line": 909, + "line": 951, "column": 27 } } @@ -646025,15 +646512,15 @@ "updateContext": null }, "value": "this", - "start": 41011, - "end": 41015, + "start": 43401, + "end": 43405, "loc": { "start": { - "line": 909, + "line": 951, "column": 28 }, "end": { - "line": 909, + "line": 951, "column": 32 } } @@ -646051,15 +646538,15 @@ "binop": null, "updateContext": null }, - "start": 41015, - "end": 41016, + "start": 43405, + "end": 43406, "loc": { "start": { - "line": 909, + "line": 951, "column": 32 }, "end": { - "line": 909, + "line": 951, "column": 33 } } @@ -646077,15 +646564,15 @@ "binop": null }, "value": "supplement", - "start": 41016, - "end": 41026, + "start": 43406, + "end": 43416, "loc": { "start": { - "line": 909, + "line": 951, "column": 33 }, "end": { - "line": 909, + "line": 951, "column": 43 } } @@ -646102,15 +646589,15 @@ "postfix": false, "binop": null }, - "start": 41026, - "end": 41027, + "start": 43416, + "end": 43417, "loc": { "start": { - "line": 909, + "line": 951, "column": 43 }, "end": { - "line": 909, + "line": 951, "column": 44 } } @@ -646130,15 +646617,15 @@ "updateContext": null }, "value": "false", - "start": 41028, - "end": 41033, + "start": 43418, + "end": 43423, "loc": { "start": { - "line": 909, + "line": 951, "column": 45 }, "end": { - "line": 909, + "line": 951, "column": 50 } } @@ -646156,15 +646643,15 @@ "binop": null, "updateContext": null }, - "start": 41033, - "end": 41034, + "start": 43423, + "end": 43424, "loc": { "start": { - "line": 909, + "line": 951, "column": 50 }, "end": { - "line": 909, + "line": 951, "column": 51 } } @@ -646182,15 +646669,15 @@ "binop": null }, "value": "is_dotted", - "start": 41035, - "end": 41044, + "start": 43425, + "end": 43434, "loc": { "start": { - "line": 909, + "line": 951, "column": 52 }, "end": { - "line": 909, + "line": 951, "column": 61 } } @@ -646207,15 +646694,15 @@ "postfix": false, "binop": null }, - "start": 41045, - "end": 41046, + "start": 43435, + "end": 43436, "loc": { "start": { - "line": 909, + "line": 951, "column": 62 }, "end": { - "line": 909, + "line": 951, "column": 63 } } @@ -646223,15 +646710,15 @@ { "type": "CommentLine", "value": " console.log( pos_y, is_dotted )", - "start": 41063, - "end": 41097, + "start": 43453, + "end": 43487, "loc": { "start": { - "line": 910, + "line": 952, "column": 16 }, "end": { - "line": 910, + "line": 952, "column": 50 } } @@ -646249,15 +646736,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41114, - "end": 41122, + "start": 43504, + "end": 43512, "loc": { "start": { - "line": 911, + "line": 953, "column": 16 }, "end": { - "line": 911, + "line": 953, "column": 24 } } @@ -646275,15 +646762,15 @@ "binop": null, "updateContext": null }, - "start": 41122, - "end": 41123, + "start": 43512, + "end": 43513, "loc": { "start": { - "line": 911, + "line": 953, "column": 24 }, "end": { - "line": 911, + "line": 953, "column": 25 } } @@ -646301,15 +646788,15 @@ "binop": null }, "value": "strokeStyle", - "start": 41123, - "end": 41134, + "start": 43513, + "end": 43524, "loc": { "start": { - "line": 911, + "line": 953, "column": 25 }, "end": { - "line": 911, + "line": 953, "column": 36 } } @@ -646328,15 +646815,15 @@ "updateContext": null }, "value": "=", - "start": 41135, - "end": 41136, + "start": 43525, + "end": 43526, "loc": { "start": { - "line": 911, + "line": 953, "column": 37 }, "end": { - "line": 911, + "line": 953, "column": 38 } } @@ -646355,15 +646842,15 @@ "updateContext": null }, "value": "rgba( 51, 51, 51, 0.1 )", - "start": 41137, - "end": 41162, + "start": 43527, + "end": 43552, "loc": { "start": { - "line": 911, + "line": 953, "column": 39 }, "end": { - "line": 911, + "line": 953, "column": 64 } } @@ -646381,15 +646868,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41179, - "end": 41187, + "start": 43569, + "end": 43577, "loc": { "start": { - "line": 912, + "line": 954, "column": 16 }, "end": { - "line": 912, + "line": 954, "column": 24 } } @@ -646407,15 +646894,15 @@ "binop": null, "updateContext": null }, - "start": 41187, - "end": 41188, + "start": 43577, + "end": 43578, "loc": { "start": { - "line": 912, + "line": 954, "column": 24 }, "end": { - "line": 912, + "line": 954, "column": 25 } } @@ -646433,15 +646920,15 @@ "binop": null }, "value": "lineWidth", - "start": 41188, - "end": 41197, + "start": 43578, + "end": 43587, "loc": { "start": { - "line": 912, + "line": 954, "column": 25 }, "end": { - "line": 912, + "line": 954, "column": 34 } } @@ -646460,15 +646947,15 @@ "updateContext": null }, "value": "=", - "start": 41198, - "end": 41199, + "start": 43588, + "end": 43589, "loc": { "start": { - "line": 912, + "line": 954, "column": 35 }, "end": { - "line": 912, + "line": 954, "column": 36 } } @@ -646487,15 +646974,15 @@ "updateContext": null }, "value": 1, - "start": 41200, - "end": 41201, + "start": 43590, + "end": 43591, "loc": { "start": { - "line": 912, + "line": 954, "column": 37 }, "end": { - "line": 912, + "line": 954, "column": 38 } } @@ -646513,15 +647000,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41218, - "end": 41226, + "start": 43608, + "end": 43616, "loc": { "start": { - "line": 913, + "line": 955, "column": 16 }, "end": { - "line": 913, + "line": 955, "column": 24 } } @@ -646539,15 +647026,15 @@ "binop": null, "updateContext": null }, - "start": 41226, - "end": 41227, + "start": 43616, + "end": 43617, "loc": { "start": { - "line": 913, + "line": 955, "column": 24 }, "end": { - "line": 913, + "line": 955, "column": 25 } } @@ -646565,15 +647052,15 @@ "binop": null }, "value": "filter", - "start": 41227, - "end": 41233, + "start": 43617, + "end": 43623, "loc": { "start": { - "line": 913, + "line": 955, "column": 25 }, "end": { - "line": 913, + "line": 955, "column": 31 } } @@ -646592,15 +647079,15 @@ "updateContext": null }, "value": "=", - "start": 41234, - "end": 41235, + "start": 43624, + "end": 43625, "loc": { "start": { - "line": 913, + "line": 955, "column": 32 }, "end": { - "line": 913, + "line": 955, "column": 33 } } @@ -646619,15 +647106,15 @@ "updateContext": null }, "value": "url(#crisp)", - "start": 41236, - "end": 41249, + "start": 43626, + "end": 43639, "loc": { "start": { - "line": 913, + "line": 955, "column": 34 }, "end": { - "line": 913, + "line": 955, "column": 47 } } @@ -646645,15 +647132,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41266, - "end": 41274, + "start": 43656, + "end": 43664, "loc": { "start": { - "line": 914, + "line": 956, "column": 16 }, "end": { - "line": 914, + "line": 956, "column": 24 } } @@ -646671,15 +647158,15 @@ "binop": null, "updateContext": null }, - "start": 41274, - "end": 41275, + "start": 43664, + "end": 43665, "loc": { "start": { - "line": 914, + "line": 956, "column": 24 }, "end": { - "line": 914, + "line": 956, "column": 25 } } @@ -646697,15 +647184,15 @@ "binop": null }, "value": "beginPath", - "start": 41275, - "end": 41284, + "start": 43665, + "end": 43674, "loc": { "start": { - "line": 914, + "line": 956, "column": 25 }, "end": { - "line": 914, + "line": 956, "column": 34 } } @@ -646722,15 +647209,15 @@ "postfix": false, "binop": null }, - "start": 41284, - "end": 41285, + "start": 43674, + "end": 43675, "loc": { "start": { - "line": 914, + "line": 956, "column": 34 }, "end": { - "line": 914, + "line": 956, "column": 35 } } @@ -646747,15 +647234,15 @@ "postfix": false, "binop": null }, - "start": 41285, - "end": 41286, + "start": 43675, + "end": 43676, "loc": { "start": { - "line": 914, + "line": 956, "column": 35 }, "end": { - "line": 914, + "line": 956, "column": 36 } } @@ -646775,15 +647262,15 @@ "updateContext": null }, "value": "if", - "start": 41303, - "end": 41305, + "start": 43693, + "end": 43695, "loc": { "start": { - "line": 915, + "line": 957, "column": 16 }, "end": { - "line": 915, + "line": 957, "column": 18 } } @@ -646800,15 +647287,15 @@ "postfix": false, "binop": null }, - "start": 41306, - "end": 41307, + "start": 43696, + "end": 43697, "loc": { "start": { - "line": 915, + "line": 957, "column": 19 }, "end": { - "line": 915, + "line": 957, "column": 20 } } @@ -646826,15 +647313,15 @@ "binop": null }, "value": "is_dotted", - "start": 41308, - "end": 41317, + "start": 43698, + "end": 43707, "loc": { "start": { - "line": 915, + "line": 957, "column": 21 }, "end": { - "line": 915, + "line": 957, "column": 30 } } @@ -646851,15 +647338,15 @@ "postfix": false, "binop": null }, - "start": 41318, - "end": 41319, + "start": 43708, + "end": 43709, "loc": { "start": { - "line": 915, + "line": 957, "column": 31 }, "end": { - "line": 915, + "line": 957, "column": 32 } } @@ -646876,15 +647363,15 @@ "postfix": false, "binop": null }, - "start": 41320, - "end": 41321, + "start": 43710, + "end": 43711, "loc": { "start": { - "line": 915, + "line": 957, "column": 33 }, "end": { - "line": 915, + "line": 957, "column": 34 } } @@ -646902,15 +647389,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41342, - "end": 41350, + "start": 43732, + "end": 43740, "loc": { "start": { - "line": 916, + "line": 958, "column": 20 }, "end": { - "line": 916, + "line": 958, "column": 28 } } @@ -646928,15 +647415,15 @@ "binop": null, "updateContext": null }, - "start": 41350, - "end": 41351, + "start": 43740, + "end": 43741, "loc": { "start": { - "line": 916, + "line": 958, "column": 28 }, "end": { - "line": 916, + "line": 958, "column": 29 } } @@ -646954,15 +647441,15 @@ "binop": null }, "value": "setLineDash", - "start": 41351, - "end": 41362, + "start": 43741, + "end": 43752, "loc": { "start": { - "line": 916, + "line": 958, "column": 29 }, "end": { - "line": 916, + "line": 958, "column": 40 } } @@ -646979,15 +647466,15 @@ "postfix": false, "binop": null }, - "start": 41362, - "end": 41363, + "start": 43752, + "end": 43753, "loc": { "start": { - "line": 916, + "line": 958, "column": 40 }, "end": { - "line": 916, + "line": 958, "column": 41 } } @@ -647005,15 +647492,15 @@ "binop": null, "updateContext": null }, - "start": 41363, - "end": 41364, + "start": 43753, + "end": 43754, "loc": { "start": { - "line": 916, + "line": 958, "column": 41 }, "end": { - "line": 916, + "line": 958, "column": 42 } } @@ -647032,15 +647519,15 @@ "updateContext": null }, "value": 1, - "start": 41365, - "end": 41366, + "start": 43755, + "end": 43756, "loc": { "start": { - "line": 916, + "line": 958, "column": 43 }, "end": { - "line": 916, + "line": 958, "column": 44 } } @@ -647058,15 +647545,15 @@ "binop": null, "updateContext": null }, - "start": 41366, - "end": 41367, + "start": 43756, + "end": 43757, "loc": { "start": { - "line": 916, + "line": 958, "column": 44 }, "end": { - "line": 916, + "line": 958, "column": 45 } } @@ -647085,15 +647572,15 @@ "updateContext": null }, "value": 2, - "start": 41368, - "end": 41369, + "start": 43758, + "end": 43759, "loc": { "start": { - "line": 916, + "line": 958, "column": 46 }, "end": { - "line": 916, + "line": 958, "column": 47 } } @@ -647111,15 +647598,15 @@ "binop": null, "updateContext": null }, - "start": 41370, - "end": 41371, + "start": 43760, + "end": 43761, "loc": { "start": { - "line": 916, + "line": 958, "column": 48 }, "end": { - "line": 916, + "line": 958, "column": 49 } } @@ -647136,15 +647623,15 @@ "postfix": false, "binop": null }, - "start": 41371, - "end": 41372, + "start": 43761, + "end": 43762, "loc": { "start": { - "line": 916, + "line": 958, "column": 49 }, "end": { - "line": 916, + "line": 958, "column": 50 } } @@ -647161,15 +647648,15 @@ "postfix": false, "binop": null }, - "start": 41389, - "end": 41390, + "start": 43779, + "end": 43780, "loc": { "start": { - "line": 917, + "line": 959, "column": 16 }, "end": { - "line": 917, + "line": 959, "column": 17 } } @@ -647189,15 +647676,15 @@ "updateContext": null }, "value": "else", - "start": 41391, - "end": 41395, + "start": 43781, + "end": 43785, "loc": { "start": { - "line": 917, + "line": 959, "column": 18 }, "end": { - "line": 917, + "line": 959, "column": 22 } } @@ -647214,15 +647701,15 @@ "postfix": false, "binop": null }, - "start": 41396, - "end": 41397, + "start": 43786, + "end": 43787, "loc": { "start": { - "line": 917, + "line": 959, "column": 23 }, "end": { - "line": 917, + "line": 959, "column": 24 } } @@ -647240,15 +647727,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41418, - "end": 41426, + "start": 43808, + "end": 43816, "loc": { "start": { - "line": 918, + "line": 960, "column": 20 }, "end": { - "line": 918, + "line": 960, "column": 28 } } @@ -647266,15 +647753,15 @@ "binop": null, "updateContext": null }, - "start": 41426, - "end": 41427, + "start": 43816, + "end": 43817, "loc": { "start": { - "line": 918, + "line": 960, "column": 28 }, "end": { - "line": 918, + "line": 960, "column": 29 } } @@ -647292,15 +647779,15 @@ "binop": null }, "value": "setLineDash", - "start": 41427, - "end": 41438, + "start": 43817, + "end": 43828, "loc": { "start": { - "line": 918, + "line": 960, "column": 29 }, "end": { - "line": 918, + "line": 960, "column": 40 } } @@ -647317,15 +647804,15 @@ "postfix": false, "binop": null }, - "start": 41438, - "end": 41439, + "start": 43828, + "end": 43829, "loc": { "start": { - "line": 918, + "line": 960, "column": 40 }, "end": { - "line": 918, + "line": 960, "column": 41 } } @@ -647343,15 +647830,15 @@ "binop": null, "updateContext": null }, - "start": 41439, - "end": 41440, + "start": 43829, + "end": 43830, "loc": { "start": { - "line": 918, + "line": 960, "column": 41 }, "end": { - "line": 918, + "line": 960, "column": 42 } } @@ -647369,15 +647856,15 @@ "binop": null, "updateContext": null }, - "start": 41440, - "end": 41441, + "start": 43830, + "end": 43831, "loc": { "start": { - "line": 918, + "line": 960, "column": 42 }, "end": { - "line": 918, + "line": 960, "column": 43 } } @@ -647394,15 +647881,15 @@ "postfix": false, "binop": null }, - "start": 41441, - "end": 41442, + "start": 43831, + "end": 43832, "loc": { "start": { - "line": 918, + "line": 960, "column": 43 }, "end": { - "line": 918, + "line": 960, "column": 44 } } @@ -647419,15 +647906,15 @@ "postfix": false, "binop": null }, - "start": 41459, - "end": 41460, + "start": 43849, + "end": 43850, "loc": { "start": { - "line": 919, + "line": 961, "column": 16 }, "end": { - "line": 919, + "line": 961, "column": 17 } } @@ -647445,15 +647932,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41477, - "end": 41485, + "start": 43867, + "end": 43875, "loc": { "start": { - "line": 920, + "line": 962, "column": 16 }, "end": { - "line": 920, + "line": 962, "column": 24 } } @@ -647471,15 +647958,15 @@ "binop": null, "updateContext": null }, - "start": 41485, - "end": 41486, + "start": 43875, + "end": 43876, "loc": { "start": { - "line": 920, + "line": 962, "column": 24 }, "end": { - "line": 920, + "line": 962, "column": 25 } } @@ -647497,15 +647984,15 @@ "binop": null }, "value": "moveTo", - "start": 41486, - "end": 41492, + "start": 43876, + "end": 43882, "loc": { "start": { - "line": 920, + "line": 962, "column": 25 }, "end": { - "line": 920, + "line": 962, "column": 31 } } @@ -647522,15 +648009,15 @@ "postfix": false, "binop": null }, - "start": 41492, - "end": 41493, + "start": 43882, + "end": 43883, "loc": { "start": { - "line": 920, + "line": 962, "column": 31 }, "end": { - "line": 920, + "line": 962, "column": 32 } } @@ -647549,15 +648036,15 @@ "updateContext": null }, "value": 0, - "start": 41494, - "end": 41495, + "start": 43884, + "end": 43885, "loc": { "start": { - "line": 920, + "line": 962, "column": 33 }, "end": { - "line": 920, + "line": 962, "column": 34 } } @@ -647575,15 +648062,15 @@ "binop": null, "updateContext": null }, - "start": 41495, - "end": 41496, + "start": 43885, + "end": 43886, "loc": { "start": { - "line": 920, + "line": 962, "column": 34 }, "end": { - "line": 920, + "line": 962, "column": 35 } } @@ -647601,15 +648088,15 @@ "binop": null }, "value": "pos_y", - "start": 41497, - "end": 41502, + "start": 43887, + "end": 43892, "loc": { "start": { - "line": 920, + "line": 962, "column": 36 }, "end": { - "line": 920, + "line": 962, "column": 41 } } @@ -647628,15 +648115,15 @@ "updateContext": null }, "value": "+", - "start": 41503, - "end": 41504, + "start": 43893, + "end": 43894, "loc": { "start": { - "line": 920, + "line": 962, "column": 42 }, "end": { - "line": 920, + "line": 962, "column": 43 } } @@ -647655,15 +648142,15 @@ "updateContext": null }, "value": 0.5, - "start": 41505, - "end": 41508, + "start": 43895, + "end": 43898, "loc": { "start": { - "line": 920, + "line": 962, "column": 44 }, "end": { - "line": 920, + "line": 962, "column": 47 } } @@ -647680,15 +648167,15 @@ "postfix": false, "binop": null }, - "start": 41509, - "end": 41510, + "start": 43899, + "end": 43900, "loc": { "start": { - "line": 920, + "line": 962, "column": 48 }, "end": { - "line": 920, + "line": 962, "column": 49 } } @@ -647706,15 +648193,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41527, - "end": 41535, + "start": 43917, + "end": 43925, "loc": { "start": { - "line": 921, + "line": 963, "column": 16 }, "end": { - "line": 921, + "line": 963, "column": 24 } } @@ -647732,15 +648219,15 @@ "binop": null, "updateContext": null }, - "start": 41535, - "end": 41536, + "start": 43925, + "end": 43926, "loc": { "start": { - "line": 921, + "line": 963, "column": 24 }, "end": { - "line": 921, + "line": 963, "column": 25 } } @@ -647758,15 +648245,15 @@ "binop": null }, "value": "lineTo", - "start": 41536, - "end": 41542, + "start": 43926, + "end": 43932, "loc": { "start": { - "line": 921, + "line": 963, "column": 25 }, "end": { - "line": 921, + "line": 963, "column": 31 } } @@ -647783,15 +648270,15 @@ "postfix": false, "binop": null }, - "start": 41542, - "end": 41543, + "start": 43932, + "end": 43933, "loc": { "start": { - "line": 921, + "line": 963, "column": 31 }, "end": { - "line": 921, + "line": 963, "column": 32 } } @@ -647809,15 +648296,15 @@ "binop": null }, "value": "_props", - "start": 41544, - "end": 41550, + "start": 43934, + "end": 43940, "loc": { "start": { - "line": 921, + "line": 963, "column": 33 }, "end": { - "line": 921, + "line": 963, "column": 39 } } @@ -647835,15 +648322,15 @@ "binop": null, "updateContext": null }, - "start": 41550, - "end": 41551, + "start": 43940, + "end": 43941, "loc": { "start": { - "line": 921, + "line": 963, "column": 39 }, "end": { - "line": 921, + "line": 963, "column": 40 } } @@ -647861,15 +648348,15 @@ "binop": null }, "value": "fullwidth", - "start": 41551, - "end": 41560, + "start": 43941, + "end": 43950, "loc": { "start": { - "line": 921, + "line": 963, "column": 40 }, "end": { - "line": 921, + "line": 963, "column": 49 } } @@ -647887,15 +648374,15 @@ "binop": null, "updateContext": null }, - "start": 41560, - "end": 41561, + "start": 43950, + "end": 43951, "loc": { "start": { - "line": 921, + "line": 963, "column": 49 }, "end": { - "line": 921, + "line": 963, "column": 50 } } @@ -647913,15 +648400,15 @@ "binop": null }, "value": "pos_y", - "start": 41562, - "end": 41567, + "start": 43952, + "end": 43957, "loc": { "start": { - "line": 921, + "line": 963, "column": 51 }, "end": { - "line": 921, + "line": 963, "column": 56 } } @@ -647940,15 +648427,15 @@ "updateContext": null }, "value": "+", - "start": 41568, - "end": 41569, + "start": 43958, + "end": 43959, "loc": { "start": { - "line": 921, + "line": 963, "column": 57 }, "end": { - "line": 921, + "line": 963, "column": 58 } } @@ -647967,15 +648454,15 @@ "updateContext": null }, "value": 0.5, - "start": 41570, - "end": 41573, + "start": 43960, + "end": 43963, "loc": { "start": { - "line": 921, + "line": 963, "column": 59 }, "end": { - "line": 921, + "line": 963, "column": 62 } } @@ -647992,15 +648479,15 @@ "postfix": false, "binop": null }, - "start": 41574, - "end": 41575, + "start": 43964, + "end": 43965, "loc": { "start": { - "line": 921, + "line": 963, "column": 63 }, "end": { - "line": 921, + "line": 963, "column": 64 } } @@ -648018,15 +648505,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41592, - "end": 41600, + "start": 43982, + "end": 43990, "loc": { "start": { - "line": 922, + "line": 964, "column": 16 }, "end": { - "line": 922, + "line": 964, "column": 24 } } @@ -648044,15 +648531,15 @@ "binop": null, "updateContext": null }, - "start": 41600, - "end": 41601, + "start": 43990, + "end": 43991, "loc": { "start": { - "line": 922, + "line": 964, "column": 24 }, "end": { - "line": 922, + "line": 964, "column": 25 } } @@ -648070,15 +648557,15 @@ "binop": null }, "value": "closePath", - "start": 41601, - "end": 41610, + "start": 43991, + "end": 44000, "loc": { "start": { - "line": 922, + "line": 964, "column": 25 }, "end": { - "line": 922, + "line": 964, "column": 34 } } @@ -648095,15 +648582,15 @@ "postfix": false, "binop": null }, - "start": 41610, - "end": 41611, + "start": 44000, + "end": 44001, "loc": { "start": { - "line": 922, + "line": 964, "column": 34 }, "end": { - "line": 922, + "line": 964, "column": 35 } } @@ -648120,15 +648607,15 @@ "postfix": false, "binop": null }, - "start": 41611, - "end": 41612, + "start": 44001, + "end": 44002, "loc": { "start": { - "line": 922, + "line": 964, "column": 35 }, "end": { - "line": 922, + "line": 964, "column": 36 } } @@ -648146,15 +648633,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41629, - "end": 41637, + "start": 44019, + "end": 44027, "loc": { "start": { - "line": 923, + "line": 965, "column": 16 }, "end": { - "line": 923, + "line": 965, "column": 24 } } @@ -648172,15 +648659,15 @@ "binop": null, "updateContext": null }, - "start": 41637, - "end": 41638, + "start": 44027, + "end": 44028, "loc": { "start": { - "line": 923, + "line": 965, "column": 24 }, "end": { - "line": 923, + "line": 965, "column": 25 } } @@ -648198,15 +648685,15 @@ "binop": null }, "value": "stroke", - "start": 41638, - "end": 41644, + "start": 44028, + "end": 44034, "loc": { "start": { - "line": 923, + "line": 965, "column": 25 }, "end": { - "line": 923, + "line": 965, "column": 31 } } @@ -648223,15 +648710,15 @@ "postfix": false, "binop": null }, - "start": 41644, - "end": 41645, + "start": 44034, + "end": 44035, "loc": { "start": { - "line": 923, + "line": 965, "column": 31 }, "end": { - "line": 923, + "line": 965, "column": 32 } } @@ -648248,15 +648735,15 @@ "postfix": false, "binop": null }, - "start": 41645, - "end": 41646, + "start": 44035, + "end": 44036, "loc": { "start": { - "line": 923, + "line": 965, "column": 32 }, "end": { - "line": 923, + "line": 965, "column": 33 } } @@ -648273,15 +648760,15 @@ "postfix": false, "binop": null }, - "start": 41659, - "end": 41660, + "start": 44049, + "end": 44050, "loc": { "start": { - "line": 924, + "line": 966, "column": 12 }, "end": { - "line": 924, + "line": 966, "column": 13 } } @@ -648299,15 +648786,15 @@ "binop": null, "updateContext": null }, - "start": 41660, - "end": 41661, + "start": 44050, + "end": 44051, "loc": { "start": { - "line": 924, + "line": 966, "column": 13 }, "end": { - "line": 924, + "line": 966, "column": 14 } } @@ -648325,15 +648812,15 @@ "binop": null }, "value": "drawVerticalLine", - "start": 41674, - "end": 41690, + "start": 44064, + "end": 44080, "loc": { "start": { - "line": 925, + "line": 967, "column": 12 }, "end": { - "line": 925, + "line": 967, "column": 28 } } @@ -648352,15 +648839,15 @@ "updateContext": null }, "value": "=", - "start": 41691, - "end": 41692, + "start": 44081, + "end": 44082, "loc": { "start": { - "line": 925, + "line": 967, "column": 29 }, "end": { - "line": 925, + "line": 967, "column": 30 } } @@ -648377,15 +648864,15 @@ "postfix": false, "binop": null }, - "start": 41693, - "end": 41694, + "start": 44083, + "end": 44084, "loc": { "start": { - "line": 925, + "line": 967, "column": 31 }, "end": { - "line": 925, + "line": 967, "column": 32 } } @@ -648403,15 +648890,15 @@ "binop": null }, "value": "pos_x", - "start": 41695, - "end": 41700, + "start": 44085, + "end": 44090, "loc": { "start": { - "line": 925, + "line": 967, "column": 33 }, "end": { - "line": 925, + "line": 967, "column": 38 } } @@ -648429,15 +648916,15 @@ "binop": null, "updateContext": null }, - "start": 41700, - "end": 41701, + "start": 44090, + "end": 44091, "loc": { "start": { - "line": 925, + "line": 967, "column": 38 }, "end": { - "line": 925, + "line": 967, "column": 39 } } @@ -648455,15 +648942,15 @@ "binop": null }, "value": "is_dotted", - "start": 41702, - "end": 41711, + "start": 44092, + "end": 44101, "loc": { "start": { - "line": 925, + "line": 967, "column": 40 }, "end": { - "line": 925, + "line": 967, "column": 49 } } @@ -648480,15 +648967,15 @@ "postfix": false, "binop": null }, - "start": 41712, - "end": 41713, + "start": 44102, + "end": 44103, "loc": { "start": { - "line": 925, + "line": 967, "column": 50 }, "end": { - "line": 925, + "line": 967, "column": 51 } } @@ -648506,15 +648993,15 @@ "binop": null, "updateContext": null }, - "start": 41714, - "end": 41716, + "start": 44104, + "end": 44106, "loc": { "start": { - "line": 925, + "line": 967, "column": 52 }, "end": { - "line": 925, + "line": 967, "column": 54 } } @@ -648531,15 +649018,15 @@ "postfix": false, "binop": null }, - "start": 41717, - "end": 41718, + "start": 44107, + "end": 44108, "loc": { "start": { - "line": 925, + "line": 967, "column": 55 }, "end": { - "line": 925, + "line": 967, "column": 56 } } @@ -648557,15 +649044,15 @@ "binop": null }, "value": "is_dotted", - "start": 41735, - "end": 41744, + "start": 44125, + "end": 44134, "loc": { "start": { - "line": 926, + "line": 968, "column": 16 }, "end": { - "line": 926, + "line": 968, "column": 25 } } @@ -648584,15 +649071,15 @@ "updateContext": null }, "value": "=", - "start": 41745, - "end": 41746, + "start": 44135, + "end": 44136, "loc": { "start": { - "line": 926, + "line": 968, "column": 26 }, "end": { - "line": 926, + "line": 968, "column": 27 } } @@ -648612,15 +649099,15 @@ "updateContext": null }, "value": "this", - "start": 41747, - "end": 41751, + "start": 44137, + "end": 44141, "loc": { "start": { - "line": 926, + "line": 968, "column": 28 }, "end": { - "line": 926, + "line": 968, "column": 32 } } @@ -648638,15 +649125,15 @@ "binop": null, "updateContext": null }, - "start": 41751, - "end": 41752, + "start": 44141, + "end": 44142, "loc": { "start": { - "line": 926, + "line": 968, "column": 32 }, "end": { - "line": 926, + "line": 968, "column": 33 } } @@ -648664,15 +649151,15 @@ "binop": null }, "value": "supplement", - "start": 41752, - "end": 41762, + "start": 44142, + "end": 44152, "loc": { "start": { - "line": 926, + "line": 968, "column": 33 }, "end": { - "line": 926, + "line": 968, "column": 43 } } @@ -648689,15 +649176,15 @@ "postfix": false, "binop": null }, - "start": 41762, - "end": 41763, + "start": 44152, + "end": 44153, "loc": { "start": { - "line": 926, + "line": 968, "column": 43 }, "end": { - "line": 926, + "line": 968, "column": 44 } } @@ -648717,15 +649204,15 @@ "updateContext": null }, "value": "false", - "start": 41764, - "end": 41769, + "start": 44154, + "end": 44159, "loc": { "start": { - "line": 926, + "line": 968, "column": 45 }, "end": { - "line": 926, + "line": 968, "column": 50 } } @@ -648743,15 +649230,15 @@ "binop": null, "updateContext": null }, - "start": 41769, - "end": 41770, + "start": 44159, + "end": 44160, "loc": { "start": { - "line": 926, + "line": 968, "column": 50 }, "end": { - "line": 926, + "line": 968, "column": 51 } } @@ -648769,15 +649256,15 @@ "binop": null }, "value": "is_dotted", - "start": 41771, - "end": 41780, + "start": 44161, + "end": 44170, "loc": { "start": { - "line": 926, + "line": 968, "column": 52 }, "end": { - "line": 926, + "line": 968, "column": 61 } } @@ -648794,15 +649281,15 @@ "postfix": false, "binop": null }, - "start": 41781, - "end": 41782, + "start": 44171, + "end": 44172, "loc": { "start": { - "line": 926, + "line": 968, "column": 62 }, "end": { - "line": 926, + "line": 968, "column": 63 } } @@ -648810,15 +649297,15 @@ { "type": "CommentLine", "value": " console.log( pos_x, is_dotted )", - "start": 41799, - "end": 41833, + "start": 44189, + "end": 44223, "loc": { "start": { - "line": 927, + "line": 969, "column": 16 }, "end": { - "line": 927, + "line": 969, "column": 50 } } @@ -648836,15 +649323,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41850, - "end": 41858, + "start": 44240, + "end": 44248, "loc": { "start": { - "line": 928, + "line": 970, "column": 16 }, "end": { - "line": 928, + "line": 970, "column": 24 } } @@ -648862,15 +649349,15 @@ "binop": null, "updateContext": null }, - "start": 41858, - "end": 41859, + "start": 44248, + "end": 44249, "loc": { "start": { - "line": 928, + "line": 970, "column": 24 }, "end": { - "line": 928, + "line": 970, "column": 25 } } @@ -648888,15 +649375,15 @@ "binop": null }, "value": "strokeStyle", - "start": 41859, - "end": 41870, + "start": 44249, + "end": 44260, "loc": { "start": { - "line": 928, + "line": 970, "column": 25 }, "end": { - "line": 928, + "line": 970, "column": 36 } } @@ -648915,15 +649402,15 @@ "updateContext": null }, "value": "=", - "start": 41871, - "end": 41872, + "start": 44261, + "end": 44262, "loc": { "start": { - "line": 928, + "line": 970, "column": 37 }, "end": { - "line": 928, + "line": 970, "column": 38 } } @@ -648942,15 +649429,15 @@ "updateContext": null }, "value": "rgba( 51, 51, 51, 0.025 )", - "start": 41873, - "end": 41900, + "start": 44263, + "end": 44290, "loc": { "start": { - "line": 928, + "line": 970, "column": 39 }, "end": { - "line": 928, + "line": 970, "column": 66 } } @@ -648968,15 +649455,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41917, - "end": 41925, + "start": 44307, + "end": 44315, "loc": { "start": { - "line": 929, + "line": 971, "column": 16 }, "end": { - "line": 929, + "line": 971, "column": 24 } } @@ -648994,15 +649481,15 @@ "binop": null, "updateContext": null }, - "start": 41925, - "end": 41926, + "start": 44315, + "end": 44316, "loc": { "start": { - "line": 929, + "line": 971, "column": 24 }, "end": { - "line": 929, + "line": 971, "column": 25 } } @@ -649020,15 +649507,15 @@ "binop": null }, "value": "lineWidth", - "start": 41926, - "end": 41935, + "start": 44316, + "end": 44325, "loc": { "start": { - "line": 929, + "line": 971, "column": 25 }, "end": { - "line": 929, + "line": 971, "column": 34 } } @@ -649047,15 +649534,15 @@ "updateContext": null }, "value": "=", - "start": 41936, - "end": 41937, + "start": 44326, + "end": 44327, "loc": { "start": { - "line": 929, + "line": 971, "column": 35 }, "end": { - "line": 929, + "line": 971, "column": 36 } } @@ -649074,15 +649561,15 @@ "updateContext": null }, "value": 1, - "start": 41938, - "end": 41939, + "start": 44328, + "end": 44329, "loc": { "start": { - "line": 929, + "line": 971, "column": 37 }, "end": { - "line": 929, + "line": 971, "column": 38 } } @@ -649100,15 +649587,15 @@ "binop": null }, "value": "ctx_grid", - "start": 41956, - "end": 41964, + "start": 44346, + "end": 44354, "loc": { "start": { - "line": 930, + "line": 972, "column": 16 }, "end": { - "line": 930, + "line": 972, "column": 24 } } @@ -649126,15 +649613,15 @@ "binop": null, "updateContext": null }, - "start": 41964, - "end": 41965, + "start": 44354, + "end": 44355, "loc": { "start": { - "line": 930, + "line": 972, "column": 24 }, "end": { - "line": 930, + "line": 972, "column": 25 } } @@ -649152,15 +649639,15 @@ "binop": null }, "value": "filter", - "start": 41965, - "end": 41971, + "start": 44355, + "end": 44361, "loc": { "start": { - "line": 930, + "line": 972, "column": 25 }, "end": { - "line": 930, + "line": 972, "column": 31 } } @@ -649179,15 +649666,15 @@ "updateContext": null }, "value": "=", - "start": 41972, - "end": 41973, + "start": 44362, + "end": 44363, "loc": { "start": { - "line": 930, + "line": 972, "column": 32 }, "end": { - "line": 930, + "line": 972, "column": 33 } } @@ -649206,15 +649693,15 @@ "updateContext": null }, "value": "url(#crisp)", - "start": 41974, - "end": 41987, + "start": 44364, + "end": 44377, "loc": { "start": { - "line": 930, + "line": 972, "column": 34 }, "end": { - "line": 930, + "line": 972, "column": 47 } } @@ -649232,15 +649719,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42004, - "end": 42012, + "start": 44394, + "end": 44402, "loc": { "start": { - "line": 931, + "line": 973, "column": 16 }, "end": { - "line": 931, + "line": 973, "column": 24 } } @@ -649258,15 +649745,15 @@ "binop": null, "updateContext": null }, - "start": 42012, - "end": 42013, + "start": 44402, + "end": 44403, "loc": { "start": { - "line": 931, + "line": 973, "column": 24 }, "end": { - "line": 931, + "line": 973, "column": 25 } } @@ -649284,15 +649771,15 @@ "binop": null }, "value": "beginPath", - "start": 42013, - "end": 42022, + "start": 44403, + "end": 44412, "loc": { "start": { - "line": 931, + "line": 973, "column": 25 }, "end": { - "line": 931, + "line": 973, "column": 34 } } @@ -649309,15 +649796,15 @@ "postfix": false, "binop": null }, - "start": 42022, - "end": 42023, + "start": 44412, + "end": 44413, "loc": { "start": { - "line": 931, + "line": 973, "column": 34 }, "end": { - "line": 931, + "line": 973, "column": 35 } } @@ -649334,15 +649821,15 @@ "postfix": false, "binop": null }, - "start": 42023, - "end": 42024, + "start": 44413, + "end": 44414, "loc": { "start": { - "line": 931, + "line": 973, "column": 35 }, "end": { - "line": 931, + "line": 973, "column": 36 } } @@ -649362,15 +649849,15 @@ "updateContext": null }, "value": "if", - "start": 42041, - "end": 42043, + "start": 44431, + "end": 44433, "loc": { "start": { - "line": 932, + "line": 974, "column": 16 }, "end": { - "line": 932, + "line": 974, "column": 18 } } @@ -649387,15 +649874,15 @@ "postfix": false, "binop": null }, - "start": 42044, - "end": 42045, + "start": 44434, + "end": 44435, "loc": { "start": { - "line": 932, + "line": 974, "column": 19 }, "end": { - "line": 932, + "line": 974, "column": 20 } } @@ -649413,15 +649900,15 @@ "binop": null }, "value": "is_dotted", - "start": 42046, - "end": 42055, + "start": 44436, + "end": 44445, "loc": { "start": { - "line": 932, + "line": 974, "column": 21 }, "end": { - "line": 932, + "line": 974, "column": 30 } } @@ -649438,15 +649925,15 @@ "postfix": false, "binop": null }, - "start": 42056, - "end": 42057, + "start": 44446, + "end": 44447, "loc": { "start": { - "line": 932, + "line": 974, "column": 31 }, "end": { - "line": 932, + "line": 974, "column": 32 } } @@ -649463,15 +649950,15 @@ "postfix": false, "binop": null }, - "start": 42058, - "end": 42059, + "start": 44448, + "end": 44449, "loc": { "start": { - "line": 932, + "line": 974, "column": 33 }, "end": { - "line": 932, + "line": 974, "column": 34 } } @@ -649489,15 +649976,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42080, - "end": 42088, + "start": 44470, + "end": 44478, "loc": { "start": { - "line": 933, + "line": 975, "column": 20 }, "end": { - "line": 933, + "line": 975, "column": 28 } } @@ -649515,15 +650002,15 @@ "binop": null, "updateContext": null }, - "start": 42088, - "end": 42089, + "start": 44478, + "end": 44479, "loc": { "start": { - "line": 933, + "line": 975, "column": 28 }, "end": { - "line": 933, + "line": 975, "column": 29 } } @@ -649541,15 +650028,15 @@ "binop": null }, "value": "setLineDash", - "start": 42089, - "end": 42100, + "start": 44479, + "end": 44490, "loc": { "start": { - "line": 933, + "line": 975, "column": 29 }, "end": { - "line": 933, + "line": 975, "column": 40 } } @@ -649566,15 +650053,15 @@ "postfix": false, "binop": null }, - "start": 42100, - "end": 42101, + "start": 44490, + "end": 44491, "loc": { "start": { - "line": 933, + "line": 975, "column": 40 }, "end": { - "line": 933, + "line": 975, "column": 41 } } @@ -649592,15 +650079,15 @@ "binop": null, "updateContext": null }, - "start": 42101, - "end": 42102, + "start": 44491, + "end": 44492, "loc": { "start": { - "line": 933, + "line": 975, "column": 41 }, "end": { - "line": 933, + "line": 975, "column": 42 } } @@ -649619,15 +650106,15 @@ "updateContext": null }, "value": 1, - "start": 42103, - "end": 42104, + "start": 44493, + "end": 44494, "loc": { "start": { - "line": 933, + "line": 975, "column": 43 }, "end": { - "line": 933, + "line": 975, "column": 44 } } @@ -649645,15 +650132,15 @@ "binop": null, "updateContext": null }, - "start": 42104, - "end": 42105, + "start": 44494, + "end": 44495, "loc": { "start": { - "line": 933, + "line": 975, "column": 44 }, "end": { - "line": 933, + "line": 975, "column": 45 } } @@ -649672,15 +650159,15 @@ "updateContext": null }, "value": 2, - "start": 42106, - "end": 42107, + "start": 44496, + "end": 44497, "loc": { "start": { - "line": 933, + "line": 975, "column": 46 }, "end": { - "line": 933, + "line": 975, "column": 47 } } @@ -649698,15 +650185,15 @@ "binop": null, "updateContext": null }, - "start": 42108, - "end": 42109, + "start": 44498, + "end": 44499, "loc": { "start": { - "line": 933, + "line": 975, "column": 48 }, "end": { - "line": 933, + "line": 975, "column": 49 } } @@ -649723,15 +650210,15 @@ "postfix": false, "binop": null }, - "start": 42109, - "end": 42110, + "start": 44499, + "end": 44500, "loc": { "start": { - "line": 933, + "line": 975, "column": 49 }, "end": { - "line": 933, + "line": 975, "column": 50 } } @@ -649748,15 +650235,15 @@ "postfix": false, "binop": null }, - "start": 42127, - "end": 42128, + "start": 44517, + "end": 44518, "loc": { "start": { - "line": 934, + "line": 976, "column": 16 }, "end": { - "line": 934, + "line": 976, "column": 17 } } @@ -649776,15 +650263,15 @@ "updateContext": null }, "value": "else", - "start": 42129, - "end": 42133, + "start": 44519, + "end": 44523, "loc": { "start": { - "line": 934, + "line": 976, "column": 18 }, "end": { - "line": 934, + "line": 976, "column": 22 } } @@ -649801,15 +650288,15 @@ "postfix": false, "binop": null }, - "start": 42134, - "end": 42135, + "start": 44524, + "end": 44525, "loc": { "start": { - "line": 934, + "line": 976, "column": 23 }, "end": { - "line": 934, + "line": 976, "column": 24 } } @@ -649827,15 +650314,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42156, - "end": 42164, + "start": 44546, + "end": 44554, "loc": { "start": { - "line": 935, + "line": 977, "column": 20 }, "end": { - "line": 935, + "line": 977, "column": 28 } } @@ -649853,15 +650340,15 @@ "binop": null, "updateContext": null }, - "start": 42164, - "end": 42165, + "start": 44554, + "end": 44555, "loc": { "start": { - "line": 935, + "line": 977, "column": 28 }, "end": { - "line": 935, + "line": 977, "column": 29 } } @@ -649879,15 +650366,15 @@ "binop": null }, "value": "setLineDash", - "start": 42165, - "end": 42176, + "start": 44555, + "end": 44566, "loc": { "start": { - "line": 935, + "line": 977, "column": 29 }, "end": { - "line": 935, + "line": 977, "column": 40 } } @@ -649904,15 +650391,15 @@ "postfix": false, "binop": null }, - "start": 42176, - "end": 42177, + "start": 44566, + "end": 44567, "loc": { "start": { - "line": 935, + "line": 977, "column": 40 }, "end": { - "line": 935, + "line": 977, "column": 41 } } @@ -649930,15 +650417,15 @@ "binop": null, "updateContext": null }, - "start": 42177, - "end": 42178, + "start": 44567, + "end": 44568, "loc": { "start": { - "line": 935, + "line": 977, "column": 41 }, "end": { - "line": 935, + "line": 977, "column": 42 } } @@ -649956,15 +650443,15 @@ "binop": null, "updateContext": null }, - "start": 42178, - "end": 42179, + "start": 44568, + "end": 44569, "loc": { "start": { - "line": 935, + "line": 977, "column": 42 }, "end": { - "line": 935, + "line": 977, "column": 43 } } @@ -649981,15 +650468,15 @@ "postfix": false, "binop": null }, - "start": 42179, - "end": 42180, + "start": 44569, + "end": 44570, "loc": { "start": { - "line": 935, + "line": 977, "column": 43 }, "end": { - "line": 935, + "line": 977, "column": 44 } } @@ -650006,15 +650493,15 @@ "postfix": false, "binop": null }, - "start": 42197, - "end": 42198, + "start": 44587, + "end": 44588, "loc": { "start": { - "line": 936, + "line": 978, "column": 16 }, "end": { - "line": 936, + "line": 978, "column": 17 } } @@ -650032,15 +650519,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42215, - "end": 42223, + "start": 44605, + "end": 44613, "loc": { "start": { - "line": 937, + "line": 979, "column": 16 }, "end": { - "line": 937, + "line": 979, "column": 24 } } @@ -650058,15 +650545,15 @@ "binop": null, "updateContext": null }, - "start": 42223, - "end": 42224, + "start": 44613, + "end": 44614, "loc": { "start": { - "line": 937, + "line": 979, "column": 24 }, "end": { - "line": 937, + "line": 979, "column": 25 } } @@ -650084,15 +650571,15 @@ "binop": null }, "value": "moveTo", - "start": 42224, - "end": 42230, + "start": 44614, + "end": 44620, "loc": { "start": { - "line": 937, + "line": 979, "column": 25 }, "end": { - "line": 937, + "line": 979, "column": 31 } } @@ -650109,15 +650596,15 @@ "postfix": false, "binop": null }, - "start": 42230, - "end": 42231, + "start": 44620, + "end": 44621, "loc": { "start": { - "line": 937, + "line": 979, "column": 31 }, "end": { - "line": 937, + "line": 979, "column": 32 } } @@ -650135,15 +650622,15 @@ "binop": null }, "value": "pos_x", - "start": 42232, - "end": 42237, + "start": 44622, + "end": 44627, "loc": { "start": { - "line": 937, + "line": 979, "column": 33 }, "end": { - "line": 937, + "line": 979, "column": 38 } } @@ -650162,15 +650649,15 @@ "updateContext": null }, "value": "-", - "start": 42238, - "end": 42239, + "start": 44628, + "end": 44629, "loc": { "start": { - "line": 937, + "line": 979, "column": 39 }, "end": { - "line": 937, + "line": 979, "column": 40 } } @@ -650189,15 +650676,15 @@ "updateContext": null }, "value": 0.5, - "start": 42240, - "end": 42243, + "start": 44630, + "end": 44633, "loc": { "start": { - "line": 937, + "line": 979, "column": 41 }, "end": { - "line": 937, + "line": 979, "column": 44 } } @@ -650215,15 +650702,15 @@ "binop": null, "updateContext": null }, - "start": 42243, - "end": 42244, + "start": 44633, + "end": 44634, "loc": { "start": { - "line": 937, + "line": 979, "column": 44 }, "end": { - "line": 937, + "line": 979, "column": 45 } } @@ -650242,15 +650729,15 @@ "updateContext": null }, "value": 0, - "start": 42245, - "end": 42246, + "start": 44635, + "end": 44636, "loc": { "start": { - "line": 937, + "line": 979, "column": 46 }, "end": { - "line": 937, + "line": 979, "column": 47 } } @@ -650267,15 +650754,15 @@ "postfix": false, "binop": null }, - "start": 42247, - "end": 42248, + "start": 44637, + "end": 44638, "loc": { "start": { - "line": 937, + "line": 979, "column": 48 }, "end": { - "line": 937, + "line": 979, "column": 49 } } @@ -650293,15 +650780,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42265, - "end": 42273, + "start": 44655, + "end": 44663, "loc": { "start": { - "line": 938, + "line": 980, "column": 16 }, "end": { - "line": 938, + "line": 980, "column": 24 } } @@ -650319,15 +650806,15 @@ "binop": null, "updateContext": null }, - "start": 42273, - "end": 42274, + "start": 44663, + "end": 44664, "loc": { "start": { - "line": 938, + "line": 980, "column": 24 }, "end": { - "line": 938, + "line": 980, "column": 25 } } @@ -650345,15 +650832,15 @@ "binop": null }, "value": "lineTo", - "start": 42274, - "end": 42280, + "start": 44664, + "end": 44670, "loc": { "start": { - "line": 938, + "line": 980, "column": 25 }, "end": { - "line": 938, + "line": 980, "column": 31 } } @@ -650370,15 +650857,15 @@ "postfix": false, "binop": null }, - "start": 42280, - "end": 42281, + "start": 44670, + "end": 44671, "loc": { "start": { - "line": 938, + "line": 980, "column": 31 }, "end": { - "line": 938, + "line": 980, "column": 32 } } @@ -650396,15 +650883,15 @@ "binop": null }, "value": "pos_x", - "start": 42282, - "end": 42287, + "start": 44672, + "end": 44677, "loc": { "start": { - "line": 938, + "line": 980, "column": 33 }, "end": { - "line": 938, + "line": 980, "column": 38 } } @@ -650423,15 +650910,15 @@ "updateContext": null }, "value": "-", - "start": 42288, - "end": 42289, + "start": 44678, + "end": 44679, "loc": { "start": { - "line": 938, + "line": 980, "column": 39 }, "end": { - "line": 938, + "line": 980, "column": 40 } } @@ -650450,15 +650937,15 @@ "updateContext": null }, "value": 0.5, - "start": 42290, - "end": 42293, + "start": 44680, + "end": 44683, "loc": { "start": { - "line": 938, + "line": 980, "column": 41 }, "end": { - "line": 938, + "line": 980, "column": 44 } } @@ -650476,15 +650963,15 @@ "binop": null, "updateContext": null }, - "start": 42293, - "end": 42294, + "start": 44683, + "end": 44684, "loc": { "start": { - "line": 938, + "line": 980, "column": 44 }, "end": { - "line": 938, + "line": 980, "column": 45 } } @@ -650502,15 +650989,15 @@ "binop": null }, "value": "_props", - "start": 42295, - "end": 42301, + "start": 44685, + "end": 44691, "loc": { "start": { - "line": 938, + "line": 980, "column": 46 }, "end": { - "line": 938, + "line": 980, "column": 52 } } @@ -650528,15 +651015,15 @@ "binop": null, "updateContext": null }, - "start": 42301, - "end": 42302, + "start": 44691, + "end": 44692, "loc": { "start": { - "line": 938, + "line": 980, "column": 52 }, "end": { - "line": 938, + "line": 980, "column": 53 } } @@ -650554,15 +651041,15 @@ "binop": null }, "value": "fullheight", - "start": 42302, - "end": 42312, + "start": 44692, + "end": 44702, "loc": { "start": { - "line": 938, + "line": 980, "column": 53 }, "end": { - "line": 938, + "line": 980, "column": 63 } } @@ -650579,15 +651066,15 @@ "postfix": false, "binop": null }, - "start": 42313, - "end": 42314, + "start": 44703, + "end": 44704, "loc": { "start": { - "line": 938, + "line": 980, "column": 64 }, "end": { - "line": 938, + "line": 980, "column": 65 } } @@ -650605,15 +651092,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42331, - "end": 42339, + "start": 44721, + "end": 44729, "loc": { "start": { - "line": 939, + "line": 981, "column": 16 }, "end": { - "line": 939, + "line": 981, "column": 24 } } @@ -650631,15 +651118,15 @@ "binop": null, "updateContext": null }, - "start": 42339, - "end": 42340, + "start": 44729, + "end": 44730, "loc": { "start": { - "line": 939, + "line": 981, "column": 24 }, "end": { - "line": 939, + "line": 981, "column": 25 } } @@ -650657,15 +651144,15 @@ "binop": null }, "value": "closePath", - "start": 42340, - "end": 42349, + "start": 44730, + "end": 44739, "loc": { "start": { - "line": 939, + "line": 981, "column": 25 }, "end": { - "line": 939, + "line": 981, "column": 34 } } @@ -650682,15 +651169,15 @@ "postfix": false, "binop": null }, - "start": 42349, - "end": 42350, + "start": 44739, + "end": 44740, "loc": { "start": { - "line": 939, + "line": 981, "column": 34 }, "end": { - "line": 939, + "line": 981, "column": 35 } } @@ -650707,15 +651194,15 @@ "postfix": false, "binop": null }, - "start": 42350, - "end": 42351, + "start": 44740, + "end": 44741, "loc": { "start": { - "line": 939, + "line": 981, "column": 35 }, "end": { - "line": 939, + "line": 981, "column": 36 } } @@ -650733,15 +651220,15 @@ "binop": null }, "value": "ctx_grid", - "start": 42368, - "end": 42376, + "start": 44758, + "end": 44766, "loc": { "start": { - "line": 940, + "line": 982, "column": 16 }, "end": { - "line": 940, + "line": 982, "column": 24 } } @@ -650759,15 +651246,15 @@ "binop": null, "updateContext": null }, - "start": 42376, - "end": 42377, + "start": 44766, + "end": 44767, "loc": { "start": { - "line": 940, + "line": 982, "column": 24 }, "end": { - "line": 940, + "line": 982, "column": 25 } } @@ -650785,15 +651272,15 @@ "binop": null }, "value": "stroke", - "start": 42377, - "end": 42383, + "start": 44767, + "end": 44773, "loc": { "start": { - "line": 940, + "line": 982, "column": 25 }, "end": { - "line": 940, + "line": 982, "column": 31 } } @@ -650810,15 +651297,15 @@ "postfix": false, "binop": null }, - "start": 42383, - "end": 42384, + "start": 44773, + "end": 44774, "loc": { "start": { - "line": 940, + "line": 982, "column": 31 }, "end": { - "line": 940, + "line": 982, "column": 32 } } @@ -650835,15 +651322,15 @@ "postfix": false, "binop": null }, - "start": 42384, - "end": 42385, + "start": 44774, + "end": 44775, "loc": { "start": { - "line": 940, + "line": 982, "column": 32 }, "end": { - "line": 940, + "line": 982, "column": 33 } } @@ -650860,15 +651347,15 @@ "postfix": false, "binop": null }, - "start": 42398, - "end": 42399, + "start": 44788, + "end": 44789, "loc": { "start": { - "line": 941, + "line": 983, "column": 12 }, "end": { - "line": 941, + "line": 983, "column": 13 } } @@ -650886,15 +651373,15 @@ "binop": null }, "value": "_cy", - "start": 42417, - "end": 42420, + "start": 44807, + "end": 44810, "loc": { "start": { - "line": 943, + "line": 985, "column": 8 }, "end": { - "line": 943, + "line": 985, "column": 11 } } @@ -650913,15 +651400,15 @@ "updateContext": null }, "value": "=", - "start": 42421, - "end": 42422, + "start": 44811, + "end": 44812, "loc": { "start": { - "line": 943, + "line": 985, "column": 12 }, "end": { - "line": 943, + "line": 985, "column": 13 } } @@ -650940,15 +651427,15 @@ "updateContext": null }, "value": 0, - "start": 42423, - "end": 42424, + "start": 44813, + "end": 44814, "loc": { "start": { - "line": 943, + "line": 985, "column": 14 }, "end": { - "line": 943, + "line": 985, "column": 15 } } @@ -650968,15 +651455,15 @@ "updateContext": null }, "value": "for", - "start": 42433, - "end": 42436, + "start": 44823, + "end": 44826, "loc": { "start": { - "line": 944, + "line": 986, "column": 8 }, "end": { - "line": 944, + "line": 986, "column": 11 } } @@ -650993,15 +651480,15 @@ "postfix": false, "binop": null }, - "start": 42437, - "end": 42438, + "start": 44827, + "end": 44828, "loc": { "start": { - "line": 944, + "line": 986, "column": 12 }, "end": { - "line": 944, + "line": 986, "column": 13 } } @@ -651021,15 +651508,15 @@ "updateContext": null }, "value": "let", - "start": 42439, - "end": 42442, + "start": 44829, + "end": 44832, "loc": { "start": { - "line": 944, + "line": 986, "column": 14 }, "end": { - "line": 944, + "line": 986, "column": 17 } } @@ -651047,15 +651534,15 @@ "binop": null }, "value": "i", - "start": 42443, - "end": 42444, + "start": 44833, + "end": 44834, "loc": { "start": { - "line": 944, + "line": 986, "column": 18 }, "end": { - "line": 944, + "line": 986, "column": 19 } } @@ -651074,15 +651561,15 @@ "updateContext": null }, "value": "=", - "start": 42445, - "end": 42446, + "start": 44835, + "end": 44836, "loc": { "start": { - "line": 944, + "line": 986, "column": 20 }, "end": { - "line": 944, + "line": 986, "column": 21 } } @@ -651101,15 +651588,15 @@ "updateContext": null }, "value": 0, - "start": 42447, - "end": 42448, + "start": 44837, + "end": 44838, "loc": { "start": { - "line": 944, + "line": 986, "column": 22 }, "end": { - "line": 944, + "line": 986, "column": 23 } } @@ -651127,15 +651614,15 @@ "binop": null, "updateContext": null }, - "start": 42448, - "end": 42449, + "start": 44838, + "end": 44839, "loc": { "start": { - "line": 944, + "line": 986, "column": 23 }, "end": { - "line": 944, + "line": 986, "column": 24 } } @@ -651153,15 +651640,15 @@ "binop": null }, "value": "i", - "start": 42450, - "end": 42451, + "start": 44840, + "end": 44841, "loc": { "start": { - "line": 944, + "line": 986, "column": 25 }, "end": { - "line": 944, + "line": 986, "column": 26 } } @@ -651180,15 +651667,15 @@ "updateContext": null }, "value": "<", - "start": 42452, - "end": 42453, + "start": 44842, + "end": 44843, "loc": { "start": { - "line": 944, + "line": 986, "column": 27 }, "end": { - "line": 944, + "line": 986, "column": 28 } } @@ -651206,15 +651693,15 @@ "binop": null }, "value": "_props", - "start": 42454, - "end": 42460, + "start": 44844, + "end": 44850, "loc": { "start": { - "line": 944, + "line": 986, "column": 29 }, "end": { - "line": 944, + "line": 986, "column": 35 } } @@ -651232,15 +651719,15 @@ "binop": null, "updateContext": null }, - "start": 42460, - "end": 42461, + "start": 44850, + "end": 44851, "loc": { "start": { - "line": 944, + "line": 986, "column": 35 }, "end": { - "line": 944, + "line": 986, "column": 36 } } @@ -651258,15 +651745,15 @@ "binop": null }, "value": "rows", - "start": 42461, - "end": 42465, + "start": 44851, + "end": 44855, "loc": { "start": { - "line": 944, + "line": 986, "column": 36 }, "end": { - "line": 944, + "line": 986, "column": 40 } } @@ -651284,15 +651771,15 @@ "binop": null, "updateContext": null }, - "start": 42465, - "end": 42466, + "start": 44855, + "end": 44856, "loc": { "start": { - "line": 944, + "line": 986, "column": 40 }, "end": { - "line": 944, + "line": 986, "column": 41 } } @@ -651310,15 +651797,15 @@ "binop": null }, "value": "i", - "start": 42467, - "end": 42468, + "start": 44857, + "end": 44858, "loc": { "start": { - "line": 944, + "line": 986, "column": 42 }, "end": { - "line": 944, + "line": 986, "column": 43 } } @@ -651336,15 +651823,15 @@ "binop": null }, "value": "++", - "start": 42468, - "end": 42470, + "start": 44858, + "end": 44860, "loc": { "start": { - "line": 944, + "line": 986, "column": 43 }, "end": { - "line": 944, + "line": 986, "column": 45 } } @@ -651361,15 +651848,15 @@ "postfix": false, "binop": null }, - "start": 42471, - "end": 42472, + "start": 44861, + "end": 44862, "loc": { "start": { - "line": 944, + "line": 986, "column": 46 }, "end": { - "line": 944, + "line": 986, "column": 47 } } @@ -651386,15 +651873,15 @@ "postfix": false, "binop": null }, - "start": 42473, - "end": 42474, + "start": 44863, + "end": 44864, "loc": { "start": { - "line": 944, + "line": 986, "column": 48 }, "end": { - "line": 944, + "line": 986, "column": 49 } } @@ -651412,15 +651899,15 @@ "binop": null }, "value": "_cy", - "start": 42487, - "end": 42490, + "start": 44877, + "end": 44880, "loc": { "start": { - "line": 945, + "line": 987, "column": 12 }, "end": { - "line": 945, + "line": 987, "column": 15 } } @@ -651439,15 +651926,15 @@ "updateContext": null }, "value": "+=", - "start": 42491, - "end": 42493, + "start": 44881, + "end": 44883, "loc": { "start": { - "line": 945, + "line": 987, "column": 16 }, "end": { - "line": 945, + "line": 987, "column": 18 } } @@ -651465,15 +651952,15 @@ "binop": null }, "value": "i", - "start": 42494, - "end": 42495, + "start": 44884, + "end": 44885, "loc": { "start": { - "line": 945, + "line": 987, "column": 19 }, "end": { - "line": 945, + "line": 987, "column": 20 } } @@ -651492,15 +651979,15 @@ "updateContext": null }, "value": "%", - "start": 42496, - "end": 42497, + "start": 44886, + "end": 44887, "loc": { "start": { - "line": 945, + "line": 987, "column": 21 }, "end": { - "line": 945, + "line": 987, "column": 22 } } @@ -651519,15 +652006,15 @@ "updateContext": null }, "value": 2, - "start": 42498, - "end": 42499, + "start": 44888, + "end": 44889, "loc": { "start": { - "line": 945, + "line": 987, "column": 23 }, "end": { - "line": 945, + "line": 987, "column": 24 } } @@ -651546,15 +652033,15 @@ "updateContext": null }, "value": "==", - "start": 42500, - "end": 42502, + "start": 44890, + "end": 44892, "loc": { "start": { - "line": 945, + "line": 987, "column": 25 }, "end": { - "line": 945, + "line": 987, "column": 27 } } @@ -651573,15 +652060,15 @@ "updateContext": null }, "value": 0, - "start": 42503, - "end": 42504, + "start": 44893, + "end": 44894, "loc": { "start": { - "line": 945, + "line": 987, "column": 28 }, "end": { - "line": 945, + "line": 987, "column": 29 } } @@ -651599,15 +652086,15 @@ "binop": null, "updateContext": null }, - "start": 42505, - "end": 42506, + "start": 44895, + "end": 44896, "loc": { "start": { - "line": 945, + "line": 987, "column": 30 }, "end": { - "line": 945, + "line": 987, "column": 31 } } @@ -651626,15 +652113,15 @@ "updateContext": null }, "value": 1, - "start": 42507, - "end": 42508, + "start": 44897, + "end": 44898, "loc": { "start": { - "line": 945, + "line": 987, "column": 32 }, "end": { - "line": 945, + "line": 987, "column": 33 } } @@ -651652,15 +652139,15 @@ "binop": null, "updateContext": null }, - "start": 42509, - "end": 42510, + "start": 44899, + "end": 44900, "loc": { "start": { - "line": 945, + "line": 987, "column": 34 }, "end": { - "line": 945, + "line": 987, "column": 35 } } @@ -651679,15 +652166,15 @@ "updateContext": null }, "value": 0, - "start": 42511, - "end": 42512, + "start": 44901, + "end": 44902, "loc": { "start": { - "line": 945, + "line": 987, "column": 36 }, "end": { - "line": 945, + "line": 987, "column": 37 } } @@ -651707,15 +652194,15 @@ "updateContext": null }, "value": "let", - "start": 42525, - "end": 42528, + "start": 44915, + "end": 44918, "loc": { "start": { - "line": 946, + "line": 988, "column": 12 }, "end": { - "line": 946, + "line": 988, "column": 15 } } @@ -651733,15 +652220,15 @@ "binop": null }, "value": "_pos_y", - "start": 42529, - "end": 42535, + "start": 44919, + "end": 44925, "loc": { "start": { - "line": 946, + "line": 988, "column": 16 }, "end": { - "line": 946, + "line": 988, "column": 22 } } @@ -651760,15 +652247,15 @@ "updateContext": null }, "value": "=", - "start": 42536, - "end": 42537, + "start": 44926, + "end": 44927, "loc": { "start": { - "line": 946, + "line": 988, "column": 23 }, "end": { - "line": 946, + "line": 988, "column": 24 } } @@ -651785,15 +652272,15 @@ "postfix": false, "binop": null }, - "start": 42538, - "end": 42539, + "start": 44928, + "end": 44929, "loc": { "start": { - "line": 946, + "line": 988, "column": 25 }, "end": { - "line": 946, + "line": 988, "column": 26 } } @@ -651811,15 +652298,15 @@ "binop": null }, "value": "i", - "start": 42540, - "end": 42541, + "start": 44930, + "end": 44931, "loc": { "start": { - "line": 946, + "line": 988, "column": 27 }, "end": { - "line": 946, + "line": 988, "column": 28 } } @@ -651838,15 +652325,15 @@ "updateContext": null }, "value": "*", - "start": 42542, - "end": 42543, + "start": 44932, + "end": 44933, "loc": { "start": { - "line": 946, + "line": 988, "column": 29 }, "end": { - "line": 946, + "line": 988, "column": 30 } } @@ -651864,15 +652351,15 @@ "binop": null }, "value": "_props", - "start": 42544, - "end": 42550, + "start": 44934, + "end": 44940, "loc": { "start": { - "line": 946, + "line": 988, "column": 31 }, "end": { - "line": 946, + "line": 988, "column": 37 } } @@ -651890,15 +652377,15 @@ "binop": null, "updateContext": null }, - "start": 42550, - "end": 42551, + "start": 44940, + "end": 44941, "loc": { "start": { - "line": 946, + "line": 988, "column": 37 }, "end": { - "line": 946, + "line": 988, "column": 38 } } @@ -651916,15 +652403,15 @@ "binop": null }, "value": "rowSize", - "start": 42551, - "end": 42558, + "start": 44941, + "end": 44948, "loc": { "start": { - "line": 946, + "line": 988, "column": 38 }, "end": { - "line": 946, + "line": 988, "column": 45 } } @@ -651941,15 +652428,15 @@ "postfix": false, "binop": null }, - "start": 42559, - "end": 42560, + "start": 44949, + "end": 44950, "loc": { "start": { - "line": 946, + "line": 988, "column": 46 }, "end": { - "line": 946, + "line": 988, "column": 47 } } @@ -651968,15 +652455,15 @@ "updateContext": null }, "value": "+", - "start": 42561, - "end": 42562, + "start": 44951, + "end": 44952, "loc": { "start": { - "line": 946, + "line": 988, "column": 48 }, "end": { - "line": 946, + "line": 988, "column": 49 } } @@ -651994,15 +652481,15 @@ "binop": null }, "value": "_cy", - "start": 42563, - "end": 42566, + "start": 44953, + "end": 44956, "loc": { "start": { - "line": 946, + "line": 988, "column": 50 }, "end": { - "line": 946, + "line": 988, "column": 53 } } @@ -652020,15 +652507,15 @@ "binop": null }, "value": "drawRowRect", - "start": 42579, - "end": 42590, + "start": 44969, + "end": 44980, "loc": { "start": { - "line": 947, + "line": 989, "column": 12 }, "end": { - "line": 947, + "line": 989, "column": 23 } } @@ -652045,15 +652532,15 @@ "postfix": false, "binop": null }, - "start": 42590, - "end": 42591, + "start": 44980, + "end": 44981, "loc": { "start": { - "line": 947, + "line": 989, "column": 23 }, "end": { - "line": 947, + "line": 989, "column": 24 } } @@ -652071,15 +652558,15 @@ "binop": null }, "value": "_pos_y", - "start": 42592, - "end": 42598, + "start": 44982, + "end": 44988, "loc": { "start": { - "line": 947, + "line": 989, "column": 25 }, "end": { - "line": 947, + "line": 989, "column": 31 } } @@ -652097,15 +652584,15 @@ "binop": null, "updateContext": null }, - "start": 42598, - "end": 42599, + "start": 44988, + "end": 44989, "loc": { "start": { - "line": 947, + "line": 989, "column": 31 }, "end": { - "line": 947, + "line": 989, "column": 32 } } @@ -652123,15 +652610,15 @@ "binop": null }, "value": "i", - "start": 42600, - "end": 42601, + "start": 44990, + "end": 44991, "loc": { "start": { - "line": 947, + "line": 989, "column": 33 }, "end": { - "line": 947, + "line": 989, "column": 34 } } @@ -652150,15 +652637,15 @@ "updateContext": null }, "value": "%", - "start": 42602, - "end": 42603, + "start": 44992, + "end": 44993, "loc": { "start": { - "line": 947, + "line": 989, "column": 35 }, "end": { - "line": 947, + "line": 989, "column": 36 } } @@ -652177,15 +652664,15 @@ "updateContext": null }, "value": 2, - "start": 42604, - "end": 42605, + "start": 44994, + "end": 44995, "loc": { "start": { - "line": 947, + "line": 989, "column": 37 }, "end": { - "line": 947, + "line": 989, "column": 38 } } @@ -652204,15 +652691,15 @@ "updateContext": null }, "value": "==", - "start": 42606, - "end": 42608, + "start": 44996, + "end": 44998, "loc": { "start": { - "line": 947, + "line": 989, "column": 39 }, "end": { - "line": 947, + "line": 989, "column": 41 } } @@ -652231,15 +652718,15 @@ "updateContext": null }, "value": 0, - "start": 42609, - "end": 42610, + "start": 44999, + "end": 45000, "loc": { "start": { - "line": 947, + "line": 989, "column": 42 }, "end": { - "line": 947, + "line": 989, "column": 43 } } @@ -652257,15 +652744,15 @@ "binop": null, "updateContext": null }, - "start": 42611, - "end": 42612, + "start": 45001, + "end": 45002, "loc": { "start": { - "line": 947, + "line": 989, "column": 44 }, "end": { - "line": 947, + "line": 989, "column": 45 } } @@ -652284,15 +652771,15 @@ "updateContext": null }, "value": "#FEFEFE", - "start": 42613, - "end": 42622, + "start": 45003, + "end": 45012, "loc": { "start": { - "line": 947, + "line": 989, "column": 46 }, "end": { - "line": 947, + "line": 989, "column": 55 } } @@ -652310,15 +652797,15 @@ "binop": null, "updateContext": null }, - "start": 42623, - "end": 42624, + "start": 45013, + "end": 45014, "loc": { "start": { - "line": 947, + "line": 989, "column": 56 }, "end": { - "line": 947, + "line": 989, "column": 57 } } @@ -652337,15 +652824,15 @@ "updateContext": null }, "value": "#F8F8F8", - "start": 42625, - "end": 42634, + "start": 45015, + "end": 45024, "loc": { "start": { - "line": 947, + "line": 989, "column": 58 }, "end": { - "line": 947, + "line": 989, "column": 67 } } @@ -652362,15 +652849,15 @@ "postfix": false, "binop": null }, - "start": 42635, - "end": 42636, + "start": 45025, + "end": 45026, "loc": { "start": { - "line": 947, + "line": 989, "column": 68 }, "end": { - "line": 947, + "line": 989, "column": 69 } } @@ -652387,15 +652874,15 @@ "postfix": false, "binop": null }, - "start": 42645, - "end": 42646, + "start": 45035, + "end": 45036, "loc": { "start": { - "line": 948, + "line": 990, "column": 8 }, "end": { - "line": 948, + "line": 990, "column": 9 } } @@ -652413,15 +652900,15 @@ "binop": null }, "value": "_cy", - "start": 42655, - "end": 42658, + "start": 45045, + "end": 45048, "loc": { "start": { - "line": 949, + "line": 991, "column": 8 }, "end": { - "line": 949, + "line": 991, "column": 11 } } @@ -652440,15 +652927,15 @@ "updateContext": null }, "value": "=", - "start": 42659, - "end": 42660, + "start": 45049, + "end": 45050, "loc": { "start": { - "line": 949, + "line": 991, "column": 12 }, "end": { - "line": 949, + "line": 991, "column": 13 } } @@ -652467,15 +652954,15 @@ "updateContext": null }, "value": 0, - "start": 42661, - "end": 42662, + "start": 45051, + "end": 45052, "loc": { "start": { - "line": 949, + "line": 991, "column": 14 }, "end": { - "line": 949, + "line": 991, "column": 15 } } @@ -652495,15 +652982,15 @@ "updateContext": null }, "value": "for", - "start": 42671, - "end": 42674, + "start": 45061, + "end": 45064, "loc": { "start": { - "line": 950, + "line": 992, "column": 8 }, "end": { - "line": 950, + "line": 992, "column": 11 } } @@ -652520,15 +653007,15 @@ "postfix": false, "binop": null }, - "start": 42675, - "end": 42676, + "start": 45065, + "end": 45066, "loc": { "start": { - "line": 950, + "line": 992, "column": 12 }, "end": { - "line": 950, + "line": 992, "column": 13 } } @@ -652548,15 +653035,15 @@ "updateContext": null }, "value": "let", - "start": 42677, - "end": 42680, + "start": 45067, + "end": 45070, "loc": { "start": { - "line": 950, + "line": 992, "column": 14 }, "end": { - "line": 950, + "line": 992, "column": 17 } } @@ -652574,15 +653061,15 @@ "binop": null }, "value": "i", - "start": 42681, - "end": 42682, + "start": 45071, + "end": 45072, "loc": { "start": { - "line": 950, + "line": 992, "column": 18 }, "end": { - "line": 950, + "line": 992, "column": 19 } } @@ -652601,15 +653088,15 @@ "updateContext": null }, "value": "=", - "start": 42683, - "end": 42684, + "start": 45073, + "end": 45074, "loc": { "start": { - "line": 950, + "line": 992, "column": 20 }, "end": { - "line": 950, + "line": 992, "column": 21 } } @@ -652628,15 +653115,15 @@ "updateContext": null }, "value": 1, - "start": 42685, - "end": 42686, + "start": 45075, + "end": 45076, "loc": { "start": { - "line": 950, + "line": 992, "column": 22 }, "end": { - "line": 950, + "line": 992, "column": 23 } } @@ -652654,15 +653141,15 @@ "binop": null, "updateContext": null }, - "start": 42686, - "end": 42687, + "start": 45076, + "end": 45077, "loc": { "start": { - "line": 950, + "line": 992, "column": 23 }, "end": { - "line": 950, + "line": 992, "column": 24 } } @@ -652680,15 +653167,15 @@ "binop": null }, "value": "i", - "start": 42688, - "end": 42689, + "start": 45078, + "end": 45079, "loc": { "start": { - "line": 950, + "line": 992, "column": 25 }, "end": { - "line": 950, + "line": 992, "column": 26 } } @@ -652707,15 +653194,15 @@ "updateContext": null }, "value": "<", - "start": 42690, - "end": 42691, + "start": 45080, + "end": 45081, "loc": { "start": { - "line": 950, + "line": 992, "column": 27 }, "end": { - "line": 950, + "line": 992, "column": 28 } } @@ -652733,15 +653220,15 @@ "binop": null }, "value": "_props", - "start": 42692, - "end": 42698, + "start": 45082, + "end": 45088, "loc": { "start": { - "line": 950, + "line": 992, "column": 29 }, "end": { - "line": 950, + "line": 992, "column": 35 } } @@ -652759,15 +653246,15 @@ "binop": null, "updateContext": null }, - "start": 42698, - "end": 42699, + "start": 45088, + "end": 45089, "loc": { "start": { - "line": 950, + "line": 992, "column": 35 }, "end": { - "line": 950, + "line": 992, "column": 36 } } @@ -652785,15 +653272,15 @@ "binop": null }, "value": "rows", - "start": 42699, - "end": 42703, + "start": 45089, + "end": 45093, "loc": { "start": { - "line": 950, + "line": 992, "column": 36 }, "end": { - "line": 950, + "line": 992, "column": 40 } } @@ -652811,15 +653298,15 @@ "binop": null, "updateContext": null }, - "start": 42703, - "end": 42704, + "start": 45093, + "end": 45094, "loc": { "start": { - "line": 950, + "line": 992, "column": 40 }, "end": { - "line": 950, + "line": 992, "column": 41 } } @@ -652837,15 +653324,15 @@ "binop": null }, "value": "i", - "start": 42705, - "end": 42706, + "start": 45095, + "end": 45096, "loc": { "start": { - "line": 950, + "line": 992, "column": 42 }, "end": { - "line": 950, + "line": 992, "column": 43 } } @@ -652863,15 +653350,15 @@ "binop": null }, "value": "++", - "start": 42706, - "end": 42708, + "start": 45096, + "end": 45098, "loc": { "start": { - "line": 950, + "line": 992, "column": 43 }, "end": { - "line": 950, + "line": 992, "column": 45 } } @@ -652888,15 +653375,15 @@ "postfix": false, "binop": null }, - "start": 42709, - "end": 42710, + "start": 45099, + "end": 45100, "loc": { "start": { - "line": 950, + "line": 992, "column": 46 }, "end": { - "line": 950, + "line": 992, "column": 47 } } @@ -652913,15 +653400,15 @@ "postfix": false, "binop": null }, - "start": 42711, - "end": 42712, + "start": 45101, + "end": 45102, "loc": { "start": { - "line": 950, + "line": 992, "column": 48 }, "end": { - "line": 950, + "line": 992, "column": 49 } } @@ -652939,15 +653426,15 @@ "binop": null }, "value": "_cy", - "start": 42725, - "end": 42728, + "start": 45115, + "end": 45118, "loc": { "start": { - "line": 951, + "line": 993, "column": 12 }, "end": { - "line": 951, + "line": 993, "column": 15 } } @@ -652966,15 +653453,15 @@ "updateContext": null }, "value": "+=", - "start": 42729, - "end": 42731, + "start": 45119, + "end": 45121, "loc": { "start": { - "line": 951, + "line": 993, "column": 16 }, "end": { - "line": 951, + "line": 993, "column": 18 } } @@ -652992,15 +653479,15 @@ "binop": null }, "value": "i", - "start": 42732, - "end": 42733, + "start": 45122, + "end": 45123, "loc": { "start": { - "line": 951, + "line": 993, "column": 19 }, "end": { - "line": 951, + "line": 993, "column": 20 } } @@ -653019,15 +653506,15 @@ "updateContext": null }, "value": "%", - "start": 42734, - "end": 42735, + "start": 45124, + "end": 45125, "loc": { "start": { - "line": 951, + "line": 993, "column": 21 }, "end": { - "line": 951, + "line": 993, "column": 22 } } @@ -653046,15 +653533,15 @@ "updateContext": null }, "value": 2, - "start": 42736, - "end": 42737, + "start": 45126, + "end": 45127, "loc": { "start": { - "line": 951, + "line": 993, "column": 23 }, "end": { - "line": 951, + "line": 993, "column": 24 } } @@ -653073,15 +653560,15 @@ "updateContext": null }, "value": "==", - "start": 42738, - "end": 42740, + "start": 45128, + "end": 45130, "loc": { "start": { - "line": 951, + "line": 993, "column": 25 }, "end": { - "line": 951, + "line": 993, "column": 27 } } @@ -653100,15 +653587,15 @@ "updateContext": null }, "value": 0, - "start": 42741, - "end": 42742, + "start": 45131, + "end": 45132, "loc": { "start": { - "line": 951, + "line": 993, "column": 28 }, "end": { - "line": 951, + "line": 993, "column": 29 } } @@ -653126,15 +653613,15 @@ "binop": null, "updateContext": null }, - "start": 42743, - "end": 42744, + "start": 45133, + "end": 45134, "loc": { "start": { - "line": 951, + "line": 993, "column": 30 }, "end": { - "line": 951, + "line": 993, "column": 31 } } @@ -653153,15 +653640,15 @@ "updateContext": null }, "value": 1, - "start": 42745, - "end": 42746, + "start": 45135, + "end": 45136, "loc": { "start": { - "line": 951, + "line": 993, "column": 32 }, "end": { - "line": 951, + "line": 993, "column": 33 } } @@ -653179,15 +653666,15 @@ "binop": null, "updateContext": null }, - "start": 42747, - "end": 42748, + "start": 45137, + "end": 45138, "loc": { "start": { - "line": 951, + "line": 993, "column": 34 }, "end": { - "line": 951, + "line": 993, "column": 35 } } @@ -653206,15 +653693,15 @@ "updateContext": null }, "value": 0, - "start": 42749, - "end": 42750, + "start": 45139, + "end": 45140, "loc": { "start": { - "line": 951, + "line": 993, "column": 36 }, "end": { - "line": 951, + "line": 993, "column": 37 } } @@ -653234,15 +653721,15 @@ "updateContext": null }, "value": "let", - "start": 42763, - "end": 42766, + "start": 45153, + "end": 45156, "loc": { "start": { - "line": 952, + "line": 994, "column": 12 }, "end": { - "line": 952, + "line": 994, "column": 15 } } @@ -653260,15 +653747,15 @@ "binop": null }, "value": "_pos_y", - "start": 42767, - "end": 42773, + "start": 45157, + "end": 45163, "loc": { "start": { - "line": 952, + "line": 994, "column": 16 }, "end": { - "line": 952, + "line": 994, "column": 22 } } @@ -653287,15 +653774,15 @@ "updateContext": null }, "value": "=", - "start": 42774, - "end": 42775, + "start": 45164, + "end": 45165, "loc": { "start": { - "line": 952, + "line": 994, "column": 23 }, "end": { - "line": 952, + "line": 994, "column": 24 } } @@ -653312,15 +653799,15 @@ "postfix": false, "binop": null }, - "start": 42776, - "end": 42777, + "start": 45166, + "end": 45167, "loc": { "start": { - "line": 952, + "line": 994, "column": 25 }, "end": { - "line": 952, + "line": 994, "column": 26 } } @@ -653338,15 +653825,15 @@ "binop": null }, "value": "i", - "start": 42778, - "end": 42779, + "start": 45168, + "end": 45169, "loc": { "start": { - "line": 952, + "line": 994, "column": 27 }, "end": { - "line": 952, + "line": 994, "column": 28 } } @@ -653365,15 +653852,15 @@ "updateContext": null }, "value": "*", - "start": 42780, - "end": 42781, + "start": 45170, + "end": 45171, "loc": { "start": { - "line": 952, + "line": 994, "column": 29 }, "end": { - "line": 952, + "line": 994, "column": 30 } } @@ -653391,15 +653878,15 @@ "binop": null }, "value": "_props", - "start": 42782, - "end": 42788, + "start": 45172, + "end": 45178, "loc": { "start": { - "line": 952, + "line": 994, "column": 31 }, "end": { - "line": 952, + "line": 994, "column": 37 } } @@ -653417,15 +653904,15 @@ "binop": null, "updateContext": null }, - "start": 42788, - "end": 42789, + "start": 45178, + "end": 45179, "loc": { "start": { - "line": 952, + "line": 994, "column": 37 }, "end": { - "line": 952, + "line": 994, "column": 38 } } @@ -653443,15 +653930,15 @@ "binop": null }, "value": "rowSize", - "start": 42789, - "end": 42796, + "start": 45179, + "end": 45186, "loc": { "start": { - "line": 952, + "line": 994, "column": 38 }, "end": { - "line": 952, + "line": 994, "column": 45 } } @@ -653468,15 +653955,15 @@ "postfix": false, "binop": null }, - "start": 42797, - "end": 42798, + "start": 45187, + "end": 45188, "loc": { "start": { - "line": 952, + "line": 994, "column": 46 }, "end": { - "line": 952, + "line": 994, "column": 47 } } @@ -653495,15 +653982,15 @@ "updateContext": null }, "value": "+", - "start": 42799, - "end": 42800, + "start": 45189, + "end": 45190, "loc": { "start": { - "line": 952, + "line": 994, "column": 48 }, "end": { - "line": 952, + "line": 994, "column": 49 } } @@ -653521,15 +654008,15 @@ "binop": null }, "value": "_cy", - "start": 42801, - "end": 42804, + "start": 45191, + "end": 45194, "loc": { "start": { - "line": 952, + "line": 994, "column": 50 }, "end": { - "line": 952, + "line": 994, "column": 53 } } @@ -653547,15 +654034,15 @@ "binop": null }, "value": "drawHorizontalLine", - "start": 42817, - "end": 42835, + "start": 45207, + "end": 45225, "loc": { "start": { - "line": 953, + "line": 995, "column": 12 }, "end": { - "line": 953, + "line": 995, "column": 30 } } @@ -653572,15 +654059,15 @@ "postfix": false, "binop": null }, - "start": 42835, - "end": 42836, + "start": 45225, + "end": 45226, "loc": { "start": { - "line": 953, + "line": 995, "column": 30 }, "end": { - "line": 953, + "line": 995, "column": 31 } } @@ -653598,15 +654085,15 @@ "binop": null }, "value": "_pos_y", - "start": 42837, - "end": 42843, + "start": 45227, + "end": 45233, "loc": { "start": { - "line": 953, + "line": 995, "column": 32 }, "end": { - "line": 953, + "line": 995, "column": 38 } } @@ -653624,15 +654111,15 @@ "binop": null, "updateContext": null }, - "start": 42843, - "end": 42844, + "start": 45233, + "end": 45234, "loc": { "start": { - "line": 953, + "line": 995, "column": 38 }, "end": { - "line": 953, + "line": 995, "column": 39 } } @@ -653652,15 +654139,15 @@ "updateContext": null }, "value": "true", - "start": 42845, - "end": 42849, + "start": 45235, + "end": 45239, "loc": { "start": { - "line": 953, + "line": 995, "column": 40 }, "end": { - "line": 953, + "line": 995, "column": 44 } } @@ -653677,15 +654164,15 @@ "postfix": false, "binop": null }, - "start": 42850, - "end": 42851, + "start": 45240, + "end": 45241, "loc": { "start": { - "line": 953, + "line": 995, "column": 45 }, "end": { - "line": 953, + "line": 995, "column": 46 } } @@ -653702,15 +654189,15 @@ "postfix": false, "binop": null }, - "start": 42860, - "end": 42861, + "start": 45250, + "end": 45251, "loc": { "start": { - "line": 954, + "line": 996, "column": 8 }, "end": { - "line": 954, + "line": 996, "column": 9 } } @@ -653730,15 +654217,15 @@ "updateContext": null }, "value": "if", - "start": 42870, - "end": 42872, + "start": 45260, + "end": 45262, "loc": { "start": { - "line": 955, + "line": 997, "column": 8 }, "end": { - "line": 955, + "line": 997, "column": 10 } } @@ -653755,15 +654242,15 @@ "postfix": false, "binop": null }, - "start": 42873, - "end": 42874, + "start": 45263, + "end": 45264, "loc": { "start": { - "line": 955, + "line": 997, "column": 11 }, "end": { - "line": 955, + "line": 997, "column": 12 } } @@ -653785,15 +654272,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 42875, - "end": 42894, + "start": 45265, + "end": 45284, "loc": { "start": { - "line": 955, + "line": 997, "column": 13 }, "end": { - "line": 955, + "line": 997, "column": 32 } } @@ -653811,15 +654298,15 @@ "binop": null, "updateContext": null }, - "start": 42894, - "end": 42895, + "start": 45284, + "end": 45285, "loc": { "start": { - "line": 955, + "line": 997, "column": 32 }, "end": { - "line": 955, + "line": 997, "column": 33 } } @@ -653837,15 +654324,15 @@ "binop": null }, "value": "test", - "start": 42895, - "end": 42899, + "start": 45285, + "end": 45289, "loc": { "start": { - "line": 955, + "line": 997, "column": 33 }, "end": { - "line": 955, + "line": 997, "column": 37 } } @@ -653862,15 +654349,15 @@ "postfix": false, "binop": null }, - "start": 42899, - "end": 42900, + "start": 45289, + "end": 45290, "loc": { "start": { - "line": 955, + "line": 997, "column": 37 }, "end": { - "line": 955, + "line": 997, "column": 38 } } @@ -653888,15 +654375,15 @@ "binop": null }, "value": "_opts", - "start": 42901, - "end": 42906, + "start": 45291, + "end": 45296, "loc": { "start": { - "line": 955, + "line": 997, "column": 39 }, "end": { - "line": 955, + "line": 997, "column": 44 } } @@ -653914,15 +654401,15 @@ "binop": null, "updateContext": null }, - "start": 42906, - "end": 42907, + "start": 45296, + "end": 45297, "loc": { "start": { - "line": 955, + "line": 997, "column": 44 }, "end": { - "line": 955, + "line": 997, "column": 45 } } @@ -653940,15 +654427,15 @@ "binop": null }, "value": "scale", - "start": 42907, - "end": 42912, + "start": 45297, + "end": 45302, "loc": { "start": { - "line": 955, + "line": 997, "column": 45 }, "end": { - "line": 955, + "line": 997, "column": 50 } } @@ -653965,15 +654452,15 @@ "postfix": false, "binop": null }, - "start": 42913, - "end": 42914, + "start": 45303, + "end": 45304, "loc": { "start": { - "line": 955, + "line": 997, "column": 51 }, "end": { - "line": 955, + "line": 997, "column": 52 } } @@ -653990,15 +654477,15 @@ "postfix": false, "binop": null }, - "start": 42915, - "end": 42916, + "start": 45305, + "end": 45306, "loc": { "start": { - "line": 955, + "line": 997, "column": 53 }, "end": { - "line": 955, + "line": 997, "column": 54 } } @@ -654015,15 +654502,15 @@ "postfix": false, "binop": null }, - "start": 42917, - "end": 42918, + "start": 45307, + "end": 45308, "loc": { "start": { - "line": 955, + "line": 997, "column": 55 }, "end": { - "line": 955, + "line": 997, "column": 56 } } @@ -654031,15 +654518,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 42931, - "end": 43028, + "start": 45321, + "end": 45418, "loc": { "start": { - "line": 956, + "line": 998, "column": 12 }, "end": { - "line": 956, + "line": 998, "column": 109 } } @@ -654059,15 +654546,15 @@ "updateContext": null }, "value": "let", - "start": 43041, - "end": 43044, + "start": 45431, + "end": 45434, "loc": { "start": { - "line": 957, + "line": 999, "column": 12 }, "end": { - "line": 957, + "line": 999, "column": 15 } } @@ -654085,15 +654572,15 @@ "binop": null }, "value": "_bc", - "start": 43045, - "end": 43048, + "start": 45435, + "end": 45438, "loc": { "start": { - "line": 957, + "line": 999, "column": 16 }, "end": { - "line": 957, + "line": 999, "column": 19 } } @@ -654112,15 +654599,15 @@ "updateContext": null }, "value": "=", - "start": 43049, - "end": 43050, + "start": 45439, + "end": 45440, "loc": { "start": { - "line": 957, + "line": 999, "column": 20 }, "end": { - "line": 957, + "line": 999, "column": 21 } } @@ -654142,15 +654629,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 43051, - "end": 43062, + "start": 45441, + "end": 45452, "loc": { "start": { - "line": 957, + "line": 999, "column": 22 }, "end": { - "line": 957, + "line": 999, "column": 33 } } @@ -654168,15 +654655,15 @@ "binop": null, "updateContext": null }, - "start": 43062, - "end": 43063, + "start": 45452, + "end": 45453, "loc": { "start": { - "line": 957, + "line": 999, "column": 33 }, "end": { - "line": 957, + "line": 999, "column": 34 } } @@ -654194,15 +654681,15 @@ "binop": null }, "value": "test", - "start": 43063, - "end": 43067, + "start": 45453, + "end": 45457, "loc": { "start": { - "line": 957, + "line": 999, "column": 34 }, "end": { - "line": 957, + "line": 999, "column": 38 } } @@ -654219,15 +654706,15 @@ "postfix": false, "binop": null }, - "start": 43067, - "end": 43068, + "start": 45457, + "end": 45458, "loc": { "start": { - "line": 957, + "line": 999, "column": 38 }, "end": { - "line": 957, + "line": 999, "column": 39 } } @@ -654245,15 +654732,15 @@ "binop": null }, "value": "_opts", - "start": 43069, - "end": 43074, + "start": 45459, + "end": 45464, "loc": { "start": { - "line": 957, + "line": 999, "column": 40 }, "end": { - "line": 957, + "line": 999, "column": 45 } } @@ -654271,15 +654758,15 @@ "binop": null, "updateContext": null }, - "start": 43074, - "end": 43075, + "start": 45464, + "end": 45465, "loc": { "start": { - "line": 957, + "line": 999, "column": 45 }, "end": { - "line": 957, + "line": 999, "column": 46 } } @@ -654297,15 +654784,15 @@ "binop": null }, "value": "scale", - "start": 43075, - "end": 43080, + "start": 45465, + "end": 45470, "loc": { "start": { - "line": 957, + "line": 999, "column": 46 }, "end": { - "line": 957, + "line": 999, "column": 51 } } @@ -654322,15 +654809,15 @@ "postfix": false, "binop": null }, - "start": 43081, - "end": 43082, + "start": 45471, + "end": 45472, "loc": { "start": { - "line": 957, + "line": 999, "column": 52 }, "end": { - "line": 957, + "line": 999, "column": 53 } } @@ -654348,15 +654835,15 @@ "binop": null, "updateContext": null }, - "start": 43083, - "end": 43084, + "start": 45473, + "end": 45474, "loc": { "start": { - "line": 957, + "line": 999, "column": 54 }, "end": { - "line": 957, + "line": 999, "column": 55 } } @@ -654375,15 +654862,15 @@ "updateContext": null }, "value": 365, - "start": 43085, - "end": 43088, + "start": 45475, + "end": 45478, "loc": { "start": { - "line": 957, + "line": 999, "column": 56 }, "end": { - "line": 957, + "line": 999, "column": 59 } } @@ -654401,15 +654888,15 @@ "binop": null, "updateContext": null }, - "start": 43089, - "end": 43090, + "start": 45479, + "end": 45480, "loc": { "start": { - "line": 957, + "line": 999, "column": 60 }, "end": { - "line": 957, + "line": 999, "column": 61 } } @@ -654428,15 +654915,15 @@ "updateContext": null }, "value": 30, - "start": 43091, - "end": 43093, + "start": 45481, + "end": 45483, "loc": { "start": { - "line": 957, + "line": 999, "column": 62 }, "end": { - "line": 957, + "line": 999, "column": 64 } } @@ -654454,15 +654941,15 @@ "binop": null, "updateContext": null }, - "start": 43093, - "end": 43094, + "start": 45483, + "end": 45484, "loc": { "start": { - "line": 957, + "line": 999, "column": 64 }, "end": { - "line": 957, + "line": 999, "column": 65 } } @@ -654480,15 +654967,15 @@ "binop": null }, "value": "_sy", - "start": 43111, - "end": 43114, + "start": 45501, + "end": 45504, "loc": { "start": { - "line": 958, + "line": 1000, "column": 16 }, "end": { - "line": 958, + "line": 1000, "column": 19 } } @@ -654507,15 +654994,15 @@ "updateContext": null }, "value": "=", - "start": 43115, - "end": 43116, + "start": 45505, + "end": 45506, "loc": { "start": { - "line": 958, + "line": 1000, "column": 20 }, "end": { - "line": 958, + "line": 1000, "column": 21 } } @@ -654534,15 +655021,15 @@ "updateContext": null }, "value": 0, - "start": 43117, - "end": 43118, + "start": 45507, + "end": 45508, "loc": { "start": { - "line": 958, + "line": 1000, "column": 22 }, "end": { - "line": 958, + "line": 1000, "column": 23 } } @@ -654562,15 +655049,15 @@ "updateContext": null }, "value": "for", - "start": 43144, - "end": 43147, + "start": 45534, + "end": 45537, "loc": { "start": { - "line": 960, + "line": 1002, "column": 12 }, "end": { - "line": 960, + "line": 1002, "column": 15 } } @@ -654587,15 +655074,15 @@ "postfix": false, "binop": null }, - "start": 43148, - "end": 43149, + "start": 45538, + "end": 45539, "loc": { "start": { - "line": 960, + "line": 1002, "column": 16 }, "end": { - "line": 960, + "line": 1002, "column": 17 } } @@ -654615,15 +655102,15 @@ "updateContext": null }, "value": "let", - "start": 43150, - "end": 43153, + "start": 45540, + "end": 45543, "loc": { "start": { - "line": 960, + "line": 1002, "column": 18 }, "end": { - "line": 960, + "line": 1002, "column": 21 } } @@ -654641,15 +655128,15 @@ "binop": null }, "value": "_key", - "start": 43154, - "end": 43158, + "start": 45544, + "end": 45548, "loc": { "start": { - "line": 960, + "line": 1002, "column": 22 }, "end": { - "line": 960, + "line": 1002, "column": 26 } } @@ -654667,15 +655154,15 @@ "binop": null }, "value": "of", - "start": 43159, - "end": 43161, + "start": 45549, + "end": 45551, "loc": { "start": { - "line": 960, + "line": 1002, "column": 27 }, "end": { - "line": 960, + "line": 1002, "column": 29 } } @@ -654693,15 +655180,15 @@ "binop": null }, "value": "Object", - "start": 43162, - "end": 43168, + "start": 45552, + "end": 45558, "loc": { "start": { - "line": 960, + "line": 1002, "column": 30 }, "end": { - "line": 960, + "line": 1002, "column": 36 } } @@ -654719,15 +655206,15 @@ "binop": null, "updateContext": null }, - "start": 43168, - "end": 43169, + "start": 45558, + "end": 45559, "loc": { "start": { - "line": 960, + "line": 1002, "column": 36 }, "end": { - "line": 960, + "line": 1002, "column": 37 } } @@ -654745,15 +655232,15 @@ "binop": null }, "value": "keys", - "start": 43169, - "end": 43173, + "start": 45559, + "end": 45563, "loc": { "start": { - "line": 960, + "line": 1002, "column": 37 }, "end": { - "line": 960, + "line": 1002, "column": 41 } } @@ -654770,15 +655257,15 @@ "postfix": false, "binop": null }, - "start": 43173, - "end": 43174, + "start": 45563, + "end": 45564, "loc": { "start": { - "line": 960, + "line": 1002, "column": 41 }, "end": { - "line": 960, + "line": 1002, "column": 42 } } @@ -654796,15 +655283,15 @@ "binop": null }, "value": "_props", - "start": 43175, - "end": 43181, + "start": 45565, + "end": 45571, "loc": { "start": { - "line": 960, + "line": 1002, "column": 43 }, "end": { - "line": 960, + "line": 1002, "column": 49 } } @@ -654822,15 +655309,15 @@ "binop": null, "updateContext": null }, - "start": 43181, - "end": 43182, + "start": 45571, + "end": 45572, "loc": { "start": { - "line": 960, + "line": 1002, "column": 49 }, "end": { - "line": 960, + "line": 1002, "column": 50 } } @@ -654848,15 +655335,15 @@ "binop": null }, "value": "variableScale", - "start": 43182, - "end": 43195, + "start": 45572, + "end": 45585, "loc": { "start": { - "line": 960, + "line": 1002, "column": 50 }, "end": { - "line": 960, + "line": 1002, "column": 63 } } @@ -654873,15 +655360,15 @@ "postfix": false, "binop": null }, - "start": 43196, - "end": 43197, + "start": 45586, + "end": 45587, "loc": { "start": { - "line": 960, + "line": 1002, "column": 64 }, "end": { - "line": 960, + "line": 1002, "column": 65 } } @@ -654898,15 +655385,15 @@ "postfix": false, "binop": null }, - "start": 43198, - "end": 43199, + "start": 45588, + "end": 45589, "loc": { "start": { - "line": 960, + "line": 1002, "column": 66 }, "end": { - "line": 960, + "line": 1002, "column": 67 } } @@ -654923,15 +655410,15 @@ "postfix": false, "binop": null }, - "start": 43200, - "end": 43201, + "start": 45590, + "end": 45591, "loc": { "start": { - "line": 960, + "line": 1002, "column": 68 }, "end": { - "line": 960, + "line": 1002, "column": 69 } } @@ -654949,15 +655436,15 @@ "binop": null }, "value": "_sy", - "start": 43218, - "end": 43221, + "start": 45608, + "end": 45611, "loc": { "start": { - "line": 961, + "line": 1003, "column": 16 }, "end": { - "line": 961, + "line": 1003, "column": 19 } } @@ -654976,15 +655463,15 @@ "updateContext": null }, "value": "+=", - "start": 43222, - "end": 43224, + "start": 45612, + "end": 45614, "loc": { "start": { - "line": 961, + "line": 1003, "column": 20 }, "end": { - "line": 961, + "line": 1003, "column": 22 } } @@ -655004,15 +655491,15 @@ "updateContext": null }, "value": "this", - "start": 43225, - "end": 43229, + "start": 45615, + "end": 45619, "loc": { "start": { - "line": 961, + "line": 1003, "column": 23 }, "end": { - "line": 961, + "line": 1003, "column": 27 } } @@ -655030,15 +655517,15 @@ "binop": null, "updateContext": null }, - "start": 43229, - "end": 43230, + "start": 45619, + "end": 45620, "loc": { "start": { - "line": 961, + "line": 1003, "column": 27 }, "end": { - "line": 961, + "line": 1003, "column": 28 } } @@ -655056,15 +655543,15 @@ "binop": null }, "value": "numRound", - "start": 43230, - "end": 43238, + "start": 45620, + "end": 45628, "loc": { "start": { - "line": 961, + "line": 1003, "column": 28 }, "end": { - "line": 961, + "line": 1003, "column": 36 } } @@ -655081,15 +655568,15 @@ "postfix": false, "binop": null }, - "start": 43238, - "end": 43239, + "start": 45628, + "end": 45629, "loc": { "start": { - "line": 961, + "line": 1003, "column": 36 }, "end": { - "line": 961, + "line": 1003, "column": 37 } } @@ -655106,15 +655593,15 @@ "postfix": false, "binop": null }, - "start": 43240, - "end": 43241, + "start": 45630, + "end": 45631, "loc": { "start": { - "line": 961, + "line": 1003, "column": 38 }, "end": { - "line": 961, + "line": 1003, "column": 39 } } @@ -655132,15 +655619,15 @@ "binop": null }, "value": "_props", - "start": 43242, - "end": 43248, + "start": 45632, + "end": 45638, "loc": { "start": { - "line": 961, + "line": 1003, "column": 40 }, "end": { - "line": 961, + "line": 1003, "column": 46 } } @@ -655158,15 +655645,15 @@ "binop": null, "updateContext": null }, - "start": 43248, - "end": 43249, + "start": 45638, + "end": 45639, "loc": { "start": { - "line": 961, + "line": 1003, "column": 46 }, "end": { - "line": 961, + "line": 1003, "column": 47 } } @@ -655184,15 +655671,15 @@ "binop": null }, "value": "variableScale", - "start": 43249, - "end": 43262, + "start": 45639, + "end": 45652, "loc": { "start": { - "line": 961, + "line": 1003, "column": 47 }, "end": { - "line": 961, + "line": 1003, "column": 60 } } @@ -655210,15 +655697,15 @@ "binop": null, "updateContext": null }, - "start": 43262, - "end": 43263, + "start": 45652, + "end": 45653, "loc": { "start": { - "line": 961, + "line": 1003, "column": 60 }, "end": { - "line": 961, + "line": 1003, "column": 61 } } @@ -655236,15 +655723,15 @@ "binop": null }, "value": "_key", - "start": 43263, - "end": 43267, + "start": 45653, + "end": 45657, "loc": { "start": { - "line": 961, + "line": 1003, "column": 61 }, "end": { - "line": 961, + "line": 1003, "column": 65 } } @@ -655262,15 +655749,15 @@ "binop": null, "updateContext": null }, - "start": 43267, - "end": 43268, + "start": 45657, + "end": 45658, "loc": { "start": { - "line": 961, + "line": 1003, "column": 65 }, "end": { - "line": 961, + "line": 1003, "column": 66 } } @@ -655289,15 +655776,15 @@ "updateContext": null }, "value": "*", - "start": 43269, - "end": 43270, + "start": 45659, + "end": 45660, "loc": { "start": { - "line": 961, + "line": 1003, "column": 67 }, "end": { - "line": 961, + "line": 1003, "column": 68 } } @@ -655315,15 +655802,15 @@ "binop": null }, "value": "_props", - "start": 43271, - "end": 43277, + "start": 45661, + "end": 45667, "loc": { "start": { - "line": 961, + "line": 1003, "column": 69 }, "end": { - "line": 961, + "line": 1003, "column": 75 } } @@ -655341,15 +655828,15 @@ "binop": null, "updateContext": null }, - "start": 43277, - "end": 43278, + "start": 45667, + "end": 45668, "loc": { "start": { - "line": 961, + "line": 1003, "column": 75 }, "end": { - "line": 961, + "line": 1003, "column": 76 } } @@ -655367,15 +655854,15 @@ "binop": null }, "value": "scaleSize", - "start": 43278, - "end": 43287, + "start": 45668, + "end": 45677, "loc": { "start": { - "line": 961, + "line": 1003, "column": 76 }, "end": { - "line": 961, + "line": 1003, "column": 85 } } @@ -655392,15 +655879,15 @@ "postfix": false, "binop": null }, - "start": 43288, - "end": 43289, + "start": 45678, + "end": 45679, "loc": { "start": { - "line": 961, + "line": 1003, "column": 86 }, "end": { - "line": 961, + "line": 1003, "column": 87 } } @@ -655419,15 +655906,15 @@ "updateContext": null }, "value": "/", - "start": 43290, - "end": 43291, + "start": 45680, + "end": 45681, "loc": { "start": { - "line": 961, + "line": 1003, "column": 88 }, "end": { - "line": 961, + "line": 1003, "column": 89 } } @@ -655445,15 +655932,15 @@ "binop": null }, "value": "_bc", - "start": 43292, - "end": 43295, + "start": 45682, + "end": 45685, "loc": { "start": { - "line": 961, + "line": 1003, "column": 90 }, "end": { - "line": 961, + "line": 1003, "column": 93 } } @@ -655471,15 +655958,15 @@ "binop": null, "updateContext": null }, - "start": 43295, - "end": 43296, + "start": 45685, + "end": 45686, "loc": { "start": { - "line": 961, + "line": 1003, "column": 93 }, "end": { - "line": 961, + "line": 1003, "column": 94 } } @@ -655498,15 +655985,15 @@ "updateContext": null }, "value": 2, - "start": 43297, - "end": 43298, + "start": 45687, + "end": 45688, "loc": { "start": { - "line": 961, + "line": 1003, "column": 95 }, "end": { - "line": 961, + "line": 1003, "column": 96 } } @@ -655523,15 +656010,15 @@ "postfix": false, "binop": null }, - "start": 43299, - "end": 43300, + "start": 45689, + "end": 45690, "loc": { "start": { - "line": 961, + "line": 1003, "column": 97 }, "end": { - "line": 961, + "line": 1003, "column": 98 } } @@ -655549,15 +656036,15 @@ "binop": null }, "value": "drawVerticalLine", - "start": 43317, - "end": 43333, + "start": 45707, + "end": 45723, "loc": { "start": { - "line": 962, + "line": 1004, "column": 16 }, "end": { - "line": 962, + "line": 1004, "column": 32 } } @@ -655574,15 +656061,15 @@ "postfix": false, "binop": null }, - "start": 43333, - "end": 43334, + "start": 45723, + "end": 45724, "loc": { "start": { - "line": 962, + "line": 1004, "column": 32 }, "end": { - "line": 962, + "line": 1004, "column": 33 } } @@ -655600,15 +656087,15 @@ "binop": null }, "value": "_sy", - "start": 43335, - "end": 43338, + "start": 45725, + "end": 45728, "loc": { "start": { - "line": 962, + "line": 1004, "column": 34 }, "end": { - "line": 962, + "line": 1004, "column": 37 } } @@ -655626,15 +656113,15 @@ "binop": null, "updateContext": null }, - "start": 43338, - "end": 43339, + "start": 45728, + "end": 45729, "loc": { "start": { - "line": 962, + "line": 1004, "column": 37 }, "end": { - "line": 962, + "line": 1004, "column": 38 } } @@ -655654,15 +656141,15 @@ "updateContext": null }, "value": "false", - "start": 43340, - "end": 43345, + "start": 45730, + "end": 45735, "loc": { "start": { - "line": 962, + "line": 1004, "column": 39 }, "end": { - "line": 962, + "line": 1004, "column": 44 } } @@ -655679,15 +656166,15 @@ "postfix": false, "binop": null }, - "start": 43346, - "end": 43347, + "start": 45736, + "end": 45737, "loc": { "start": { - "line": 962, + "line": 1004, "column": 45 }, "end": { - "line": 962, + "line": 1004, "column": 46 } } @@ -655704,15 +656191,15 @@ "postfix": false, "binop": null }, - "start": 43360, - "end": 43361, + "start": 45750, + "end": 45751, "loc": { "start": { - "line": 963, + "line": 1005, "column": 12 }, "end": { - "line": 963, + "line": 1005, "column": 13 } } @@ -655729,15 +656216,15 @@ "postfix": false, "binop": null }, - "start": 43370, - "end": 43371, + "start": 45760, + "end": 45761, "loc": { "start": { - "line": 964, + "line": 1006, "column": 8 }, "end": { - "line": 964, + "line": 1006, "column": 9 } } @@ -655757,15 +656244,15 @@ "updateContext": null }, "value": "else", - "start": 43372, - "end": 43376, + "start": 45762, + "end": 45766, "loc": { "start": { - "line": 964, + "line": 1006, "column": 10 }, "end": { - "line": 964, + "line": 1006, "column": 14 } } @@ -655782,15 +656269,15 @@ "postfix": false, "binop": null }, - "start": 43377, - "end": 43378, + "start": 45767, + "end": 45768, "loc": { "start": { - "line": 964, + "line": 1006, "column": 15 }, "end": { - "line": 964, + "line": 1006, "column": 16 } } @@ -655798,15 +656285,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 43391, - "end": 43438, + "start": 45781, + "end": 45828, "loc": { "start": { - "line": 965, + "line": 1007, "column": 12 }, "end": { - "line": 965, + "line": 1007, "column": 59 } } @@ -655826,15 +656313,15 @@ "updateContext": null }, "value": "for", - "start": 43451, - "end": 43454, + "start": 45841, + "end": 45844, "loc": { "start": { - "line": 966, + "line": 1008, "column": 12 }, "end": { - "line": 966, + "line": 1008, "column": 15 } } @@ -655851,15 +656338,15 @@ "postfix": false, "binop": null }, - "start": 43455, - "end": 43456, + "start": 45845, + "end": 45846, "loc": { "start": { - "line": 966, + "line": 1008, "column": 16 }, "end": { - "line": 966, + "line": 1008, "column": 17 } } @@ -655879,15 +656366,15 @@ "updateContext": null }, "value": "let", - "start": 43457, - "end": 43460, + "start": 45847, + "end": 45850, "loc": { "start": { - "line": 966, + "line": 1008, "column": 18 }, "end": { - "line": 966, + "line": 1008, "column": 21 } } @@ -655905,15 +656392,15 @@ "binop": null }, "value": "i", - "start": 43461, - "end": 43462, + "start": 45851, + "end": 45852, "loc": { "start": { - "line": 966, + "line": 1008, "column": 22 }, "end": { - "line": 966, + "line": 1008, "column": 23 } } @@ -655932,15 +656419,15 @@ "updateContext": null }, "value": "=", - "start": 43463, - "end": 43464, + "start": 45853, + "end": 45854, "loc": { "start": { - "line": 966, + "line": 1008, "column": 24 }, "end": { - "line": 966, + "line": 1008, "column": 25 } } @@ -655959,15 +656446,15 @@ "updateContext": null }, "value": 1, - "start": 43465, - "end": 43466, + "start": 45855, + "end": 45856, "loc": { "start": { - "line": 966, + "line": 1008, "column": 26 }, "end": { - "line": 966, + "line": 1008, "column": 27 } } @@ -655985,15 +656472,15 @@ "binop": null, "updateContext": null }, - "start": 43466, - "end": 43467, + "start": 45856, + "end": 45857, "loc": { "start": { - "line": 966, + "line": 1008, "column": 27 }, "end": { - "line": 966, + "line": 1008, "column": 28 } } @@ -656011,15 +656498,15 @@ "binop": null }, "value": "i", - "start": 43468, - "end": 43469, + "start": 45858, + "end": 45859, "loc": { "start": { - "line": 966, + "line": 1008, "column": 29 }, "end": { - "line": 966, + "line": 1008, "column": 30 } } @@ -656038,15 +656525,15 @@ "updateContext": null }, "value": "<", - "start": 43470, - "end": 43471, + "start": 45860, + "end": 45861, "loc": { "start": { - "line": 966, + "line": 1008, "column": 31 }, "end": { - "line": 966, + "line": 1008, "column": 32 } } @@ -656064,15 +656551,15 @@ "binop": null }, "value": "_props", - "start": 43472, - "end": 43478, + "start": 45862, + "end": 45868, "loc": { "start": { - "line": 966, + "line": 1008, "column": 33 }, "end": { - "line": 966, + "line": 1008, "column": 39 } } @@ -656090,15 +656577,15 @@ "binop": null, "updateContext": null }, - "start": 43478, - "end": 43479, + "start": 45868, + "end": 45869, "loc": { "start": { - "line": 966, + "line": 1008, "column": 39 }, "end": { - "line": 966, + "line": 1008, "column": 40 } } @@ -656116,15 +656603,15 @@ "binop": null }, "value": "grids", - "start": 43479, - "end": 43484, + "start": 45869, + "end": 45874, "loc": { "start": { - "line": 966, + "line": 1008, "column": 40 }, "end": { - "line": 966, + "line": 1008, "column": 45 } } @@ -656142,15 +656629,15 @@ "binop": null, "updateContext": null }, - "start": 43484, - "end": 43485, + "start": 45874, + "end": 45875, "loc": { "start": { - "line": 966, + "line": 1008, "column": 45 }, "end": { - "line": 966, + "line": 1008, "column": 46 } } @@ -656168,15 +656655,15 @@ "binop": null }, "value": "i", - "start": 43486, - "end": 43487, + "start": 45876, + "end": 45877, "loc": { "start": { - "line": 966, + "line": 1008, "column": 47 }, "end": { - "line": 966, + "line": 1008, "column": 48 } } @@ -656194,15 +656681,15 @@ "binop": null }, "value": "++", - "start": 43487, - "end": 43489, + "start": 45877, + "end": 45879, "loc": { "start": { - "line": 966, + "line": 1008, "column": 48 }, "end": { - "line": 966, + "line": 1008, "column": 50 } } @@ -656219,15 +656706,15 @@ "postfix": false, "binop": null }, - "start": 43490, - "end": 43491, + "start": 45880, + "end": 45881, "loc": { "start": { - "line": 966, + "line": 1008, "column": 51 }, "end": { - "line": 966, + "line": 1008, "column": 52 } } @@ -656244,15 +656731,15 @@ "postfix": false, "binop": null }, - "start": 43492, - "end": 43493, + "start": 45882, + "end": 45883, "loc": { "start": { - "line": 966, + "line": 1008, "column": 53 }, "end": { - "line": 966, + "line": 1008, "column": 54 } } @@ -656270,15 +656757,15 @@ "binop": null }, "value": "drawVerticalLine", - "start": 43510, - "end": 43526, + "start": 45900, + "end": 45916, "loc": { "start": { - "line": 967, + "line": 1009, "column": 16 }, "end": { - "line": 967, + "line": 1009, "column": 32 } } @@ -656295,15 +656782,15 @@ "postfix": false, "binop": null }, - "start": 43526, - "end": 43527, + "start": 45916, + "end": 45917, "loc": { "start": { - "line": 967, + "line": 1009, "column": 32 }, "end": { - "line": 967, + "line": 1009, "column": 33 } } @@ -656320,15 +656807,15 @@ "postfix": false, "binop": null }, - "start": 43528, - "end": 43529, + "start": 45918, + "end": 45919, "loc": { "start": { - "line": 967, + "line": 1009, "column": 34 }, "end": { - "line": 967, + "line": 1009, "column": 35 } } @@ -656346,15 +656833,15 @@ "binop": null }, "value": "i", - "start": 43530, - "end": 43531, + "start": 45920, + "end": 45921, "loc": { "start": { - "line": 967, + "line": 1009, "column": 36 }, "end": { - "line": 967, + "line": 1009, "column": 37 } } @@ -656373,15 +656860,15 @@ "updateContext": null }, "value": "*", - "start": 43532, - "end": 43533, + "start": 45922, + "end": 45923, "loc": { "start": { - "line": 967, + "line": 1009, "column": 38 }, "end": { - "line": 967, + "line": 1009, "column": 39 } } @@ -656399,15 +656886,15 @@ "binop": null }, "value": "_props", - "start": 43534, - "end": 43540, + "start": 45924, + "end": 45930, "loc": { "start": { - "line": 967, + "line": 1009, "column": 40 }, "end": { - "line": 967, + "line": 1009, "column": 46 } } @@ -656425,15 +656912,15 @@ "binop": null, "updateContext": null }, - "start": 43540, - "end": 43541, + "start": 45930, + "end": 45931, "loc": { "start": { - "line": 967, + "line": 1009, "column": 46 }, "end": { - "line": 967, + "line": 1009, "column": 47 } } @@ -656451,15 +656938,15 @@ "binop": null }, "value": "scaleSize", - "start": 43541, - "end": 43550, + "start": 45931, + "end": 45940, "loc": { "start": { - "line": 967, + "line": 1009, "column": 47 }, "end": { - "line": 967, + "line": 1009, "column": 56 } } @@ -656476,15 +656963,15 @@ "postfix": false, "binop": null }, - "start": 43551, - "end": 43552, + "start": 45941, + "end": 45942, "loc": { "start": { - "line": 967, + "line": 1009, "column": 57 }, "end": { - "line": 967, + "line": 1009, "column": 58 } } @@ -656502,15 +656989,15 @@ "binop": null, "updateContext": null }, - "start": 43552, - "end": 43553, + "start": 45942, + "end": 45943, "loc": { "start": { - "line": 967, + "line": 1009, "column": 58 }, "end": { - "line": 967, + "line": 1009, "column": 59 } } @@ -656530,15 +657017,15 @@ "updateContext": null }, "value": "false", - "start": 43554, - "end": 43559, + "start": 45944, + "end": 45949, "loc": { "start": { - "line": 967, + "line": 1009, "column": 60 }, "end": { - "line": 967, + "line": 1009, "column": 65 } } @@ -656555,15 +657042,15 @@ "postfix": false, "binop": null }, - "start": 43560, - "end": 43561, + "start": 45950, + "end": 45951, "loc": { "start": { - "line": 967, + "line": 1009, "column": 66 }, "end": { - "line": 967, + "line": 1009, "column": 67 } } @@ -656580,15 +657067,15 @@ "postfix": false, "binop": null }, - "start": 43574, - "end": 43575, + "start": 45964, + "end": 45965, "loc": { "start": { - "line": 968, + "line": 1010, "column": 12 }, "end": { - "line": 968, + "line": 1010, "column": 13 } } @@ -656605,15 +657092,15 @@ "postfix": false, "binop": null }, - "start": 43584, - "end": 43585, + "start": 45974, + "end": 45975, "loc": { "start": { - "line": 969, + "line": 1011, "column": 8 }, "end": { - "line": 969, + "line": 1011, "column": 9 } } @@ -656633,15 +657120,15 @@ "updateContext": null }, "value": "return", - "start": 43603, - "end": 43609, + "start": 45993, + "end": 45999, "loc": { "start": { - "line": 971, + "line": 1013, "column": 8 }, "end": { - "line": 971, + "line": 1013, "column": 14 } } @@ -656659,15 +657146,15 @@ "binop": null }, "value": "_container", - "start": 43610, - "end": 43620, + "start": 46000, + "end": 46010, "loc": { "start": { - "line": 971, + "line": 1013, "column": 15 }, "end": { - "line": 971, + "line": 1013, "column": 25 } } @@ -656685,15 +657172,15 @@ "binop": null, "updateContext": null }, - "start": 43620, - "end": 43621, + "start": 46010, + "end": 46011, "loc": { "start": { - "line": 971, + "line": 1013, "column": 25 }, "end": { - "line": 971, + "line": 1013, "column": 26 } } @@ -656711,15 +657198,15 @@ "binop": null }, "value": "append", - "start": 43621, - "end": 43627, + "start": 46011, + "end": 46017, "loc": { "start": { - "line": 971, + "line": 1013, "column": 26 }, "end": { - "line": 971, + "line": 1013, "column": 32 } } @@ -656736,15 +657223,15 @@ "postfix": false, "binop": null }, - "start": 43627, - "end": 43628, + "start": 46017, + "end": 46018, "loc": { "start": { - "line": 971, + "line": 1013, "column": 32 }, "end": { - "line": 971, + "line": 1013, "column": 33 } } @@ -656762,15 +657249,15 @@ "binop": null }, "value": "_events_bg", - "start": 43629, - "end": 43639, + "start": 46019, + "end": 46029, "loc": { "start": { - "line": 971, + "line": 1013, "column": 34 }, "end": { - "line": 971, + "line": 1013, "column": 44 } } @@ -656787,15 +657274,15 @@ "postfix": false, "binop": null }, - "start": 43640, - "end": 43641, + "start": 46030, + "end": 46031, "loc": { "start": { - "line": 971, + "line": 1013, "column": 45 }, "end": { - "line": 971, + "line": 1013, "column": 46 } } @@ -656813,15 +657300,15 @@ "binop": null, "updateContext": null }, - "start": 43641, - "end": 43642, + "start": 46031, + "end": 46032, "loc": { "start": { - "line": 971, + "line": 1013, "column": 46 }, "end": { - "line": 971, + "line": 1013, "column": 47 } } @@ -656839,15 +657326,15 @@ "binop": null }, "value": "append", - "start": 43642, - "end": 43648, + "start": 46032, + "end": 46038, "loc": { "start": { - "line": 971, + "line": 1013, "column": 47 }, "end": { - "line": 971, + "line": 1013, "column": 53 } } @@ -656864,15 +657351,15 @@ "postfix": false, "binop": null }, - "start": 43648, - "end": 43649, + "start": 46038, + "end": 46039, "loc": { "start": { - "line": 971, + "line": 1013, "column": 53 }, "end": { - "line": 971, + "line": 1013, "column": 54 } } @@ -656890,15 +657377,15 @@ "binop": null }, "value": "_events_lines", - "start": 43650, - "end": 43663, + "start": 46040, + "end": 46053, "loc": { "start": { - "line": 971, + "line": 1013, "column": 55 }, "end": { - "line": 971, + "line": 1013, "column": 68 } } @@ -656915,15 +657402,15 @@ "postfix": false, "binop": null }, - "start": 43664, - "end": 43665, + "start": 46054, + "end": 46055, "loc": { "start": { - "line": 971, + "line": 1013, "column": 69 }, "end": { - "line": 971, + "line": 1013, "column": 70 } } @@ -656941,15 +657428,15 @@ "binop": null, "updateContext": null }, - "start": 43665, - "end": 43666, + "start": 46055, + "end": 46056, "loc": { "start": { - "line": 971, + "line": 1013, "column": 70 }, "end": { - "line": 971, + "line": 1013, "column": 71 } } @@ -656967,15 +657454,15 @@ "binop": null }, "value": "append", - "start": 43666, - "end": 43672, + "start": 46056, + "end": 46062, "loc": { "start": { - "line": 971, + "line": 1013, "column": 71 }, "end": { - "line": 971, + "line": 1013, "column": 77 } } @@ -656992,15 +657479,15 @@ "postfix": false, "binop": null }, - "start": 43672, - "end": 43673, + "start": 46062, + "end": 46063, "loc": { "start": { - "line": 971, + "line": 1013, "column": 77 }, "end": { - "line": 971, + "line": 1013, "column": 78 } } @@ -657018,15 +657505,15 @@ "binop": null }, "value": "_events_body", - "start": 43674, - "end": 43686, + "start": 46064, + "end": 46076, "loc": { "start": { - "line": 971, + "line": 1013, "column": 79 }, "end": { - "line": 971, + "line": 1013, "column": 91 } } @@ -657043,15 +657530,15 @@ "postfix": false, "binop": null }, - "start": 43687, - "end": 43688, + "start": 46077, + "end": 46078, "loc": { "start": { - "line": 971, + "line": 1013, "column": 92 }, "end": { - "line": 971, + "line": 1013, "column": 93 } } @@ -657068,15 +657555,15 @@ "postfix": false, "binop": null }, - "start": 43693, - "end": 43694, + "start": 46083, + "end": 46084, "loc": { "start": { - "line": 972, + "line": 1014, "column": 4 }, "end": { - "line": 972, + "line": 1014, "column": 5 } } @@ -657084,15 +657571,15 @@ { "type": "CommentBlock", "value": "*\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n ", - "start": 43704, - "end": 43905, + "start": 46094, + "end": 46295, "loc": { "start": { - "line": 974, + "line": 1016, "column": 4 }, "end": { - "line": 979, + "line": 1021, "column": 7 } } @@ -657110,15 +657597,15 @@ "binop": null }, "value": "_createRuler", - "start": 43910, - "end": 43922, + "start": 46300, + "end": 46312, "loc": { "start": { - "line": 980, + "line": 1022, "column": 4 }, "end": { - "line": 980, + "line": 1022, "column": 16 } } @@ -657135,15 +657622,15 @@ "postfix": false, "binop": null }, - "start": 43922, - "end": 43923, + "start": 46312, + "end": 46313, "loc": { "start": { - "line": 980, + "line": 1022, "column": 16 }, "end": { - "line": 980, + "line": 1022, "column": 17 } } @@ -657161,15 +657648,15 @@ "binop": null }, "value": "position", - "start": 43924, - "end": 43932, + "start": 46314, + "end": 46322, "loc": { "start": { - "line": 980, + "line": 1022, "column": 18 }, "end": { - "line": 980, + "line": 1022, "column": 26 } } @@ -657186,15 +657673,15 @@ "postfix": false, "binop": null }, - "start": 43933, - "end": 43934, + "start": 46323, + "end": 46324, "loc": { "start": { - "line": 980, + "line": 1022, "column": 27 }, "end": { - "line": 980, + "line": 1022, "column": 28 } } @@ -657211,15 +657698,15 @@ "postfix": false, "binop": null }, - "start": 43935, - "end": 43936, + "start": 46325, + "end": 46326, "loc": { "start": { - "line": 980, + "line": 1022, "column": 29 }, "end": { - "line": 980, + "line": 1022, "column": 30 } } @@ -657239,15 +657726,15 @@ "updateContext": null }, "value": "let", - "start": 43945, - "end": 43948, + "start": 46335, + "end": 46338, "loc": { "start": { - "line": 981, + "line": 1023, "column": 8 }, "end": { - "line": 981, + "line": 1023, "column": 11 } } @@ -657265,15 +657752,15 @@ "binop": null }, "value": "_opts", - "start": 43949, - "end": 43954, + "start": 46339, + "end": 46344, "loc": { "start": { - "line": 981, + "line": 1023, "column": 12 }, "end": { - "line": 981, + "line": 1023, "column": 17 } } @@ -657292,15 +657779,15 @@ "updateContext": null }, "value": "=", - "start": 43961, - "end": 43962, + "start": 46351, + "end": 46352, "loc": { "start": { - "line": 981, + "line": 1023, "column": 24 }, "end": { - "line": 981, + "line": 1023, "column": 25 } } @@ -657320,15 +657807,15 @@ "updateContext": null }, "value": "this", - "start": 43963, - "end": 43967, + "start": 46353, + "end": 46357, "loc": { "start": { - "line": 981, + "line": 1023, "column": 26 }, "end": { - "line": 981, + "line": 1023, "column": 30 } } @@ -657346,15 +657833,15 @@ "binop": null, "updateContext": null }, - "start": 43967, - "end": 43968, + "start": 46357, + "end": 46358, "loc": { "start": { - "line": 981, + "line": 1023, "column": 30 }, "end": { - "line": 981, + "line": 1023, "column": 31 } } @@ -657372,15 +657859,15 @@ "binop": null }, "value": "_config", - "start": 43968, - "end": 43975, + "start": 46358, + "end": 46365, "loc": { "start": { - "line": 981, + "line": 1023, "column": 31 }, "end": { - "line": 981, + "line": 1023, "column": 38 } } @@ -657398,15 +657885,15 @@ "binop": null, "updateContext": null }, - "start": 43975, - "end": 43976, + "start": 46365, + "end": 46366, "loc": { "start": { - "line": 981, + "line": 1023, "column": 38 }, "end": { - "line": 981, + "line": 1023, "column": 39 } } @@ -657424,15 +657911,15 @@ "binop": null }, "value": "_props", - "start": 43989, - "end": 43995, + "start": 46379, + "end": 46385, "loc": { "start": { - "line": 982, + "line": 1024, "column": 12 }, "end": { - "line": 982, + "line": 1024, "column": 18 } } @@ -657451,15 +657938,15 @@ "updateContext": null }, "value": "=", - "start": 44001, - "end": 44002, + "start": 46391, + "end": 46392, "loc": { "start": { - "line": 982, + "line": 1024, "column": 24 }, "end": { - "line": 982, + "line": 1024, "column": 25 } } @@ -657479,15 +657966,15 @@ "updateContext": null }, "value": "this", - "start": 44003, - "end": 44007, + "start": 46393, + "end": 46397, "loc": { "start": { - "line": 982, + "line": 1024, "column": 26 }, "end": { - "line": 982, + "line": 1024, "column": 30 } } @@ -657505,15 +657992,15 @@ "binop": null, "updateContext": null }, - "start": 44007, - "end": 44008, + "start": 46397, + "end": 46398, "loc": { "start": { - "line": 982, + "line": 1024, "column": 30 }, "end": { - "line": 982, + "line": 1024, "column": 31 } } @@ -657531,15 +658018,15 @@ "binop": null }, "value": "_instanceProps", - "start": 44008, - "end": 44022, + "start": 46398, + "end": 46412, "loc": { "start": { - "line": 982, + "line": 1024, "column": 31 }, "end": { - "line": 982, + "line": 1024, "column": 45 } } @@ -657557,15 +658044,15 @@ "binop": null, "updateContext": null }, - "start": 44022, - "end": 44023, + "start": 46412, + "end": 46413, "loc": { "start": { - "line": 982, + "line": 1024, "column": 45 }, "end": { - "line": 982, + "line": 1024, "column": 46 } } @@ -657583,15 +658070,15 @@ "binop": null }, "value": "ruler_line", - "start": 44036, - "end": 44046, + "start": 46426, + "end": 46436, "loc": { "start": { - "line": 983, + "line": 1025, "column": 12 }, "end": { - "line": 983, + "line": 1025, "column": 22 } } @@ -657610,15 +658097,15 @@ "updateContext": null }, "value": "=", - "start": 44048, - "end": 44049, + "start": 46438, + "end": 46439, "loc": { "start": { - "line": 983, + "line": 1025, "column": 24 }, "end": { - "line": 983, + "line": 1025, "column": 25 } } @@ -657638,15 +658125,15 @@ "updateContext": null }, "value": "this", - "start": 44050, - "end": 44054, + "start": 46440, + "end": 46444, "loc": { "start": { - "line": 983, + "line": 1025, "column": 26 }, "end": { - "line": 983, + "line": 1025, "column": 30 } } @@ -657664,15 +658151,15 @@ "binop": null, "updateContext": null }, - "start": 44054, - "end": 44055, + "start": 46444, + "end": 46445, "loc": { "start": { - "line": 983, + "line": 1025, "column": 30 }, "end": { - "line": 983, + "line": 1025, "column": 31 } } @@ -657690,15 +658177,15 @@ "binop": null }, "value": "supplement", - "start": 44055, - "end": 44065, + "start": 46445, + "end": 46455, "loc": { "start": { - "line": 983, + "line": 1025, "column": 31 }, "end": { - "line": 983, + "line": 1025, "column": 41 } } @@ -657715,15 +658202,15 @@ "postfix": false, "binop": null }, - "start": 44065, - "end": 44066, + "start": 46455, + "end": 46456, "loc": { "start": { - "line": 983, + "line": 1025, "column": 41 }, "end": { - "line": 983, + "line": 1025, "column": 42 } } @@ -657741,15 +658228,15 @@ "binop": null, "updateContext": null }, - "start": 44067, - "end": 44068, + "start": 46457, + "end": 46458, "loc": { "start": { - "line": 983, + "line": 1025, "column": 43 }, "end": { - "line": 983, + "line": 1025, "column": 44 } } @@ -657767,15 +658254,15 @@ "binop": null }, "value": "_opts", - "start": 44069, - "end": 44074, + "start": 46459, + "end": 46464, "loc": { "start": { - "line": 983, + "line": 1025, "column": 45 }, "end": { - "line": 983, + "line": 1025, "column": 50 } } @@ -657793,15 +658280,15 @@ "binop": null, "updateContext": null }, - "start": 44074, - "end": 44075, + "start": 46464, + "end": 46465, "loc": { "start": { - "line": 983, + "line": 1025, "column": 50 }, "end": { - "line": 983, + "line": 1025, "column": 51 } } @@ -657819,15 +658306,15 @@ "binop": null }, "value": "scale", - "start": 44075, - "end": 44080, + "start": 46465, + "end": 46470, "loc": { "start": { - "line": 983, + "line": 1025, "column": 51 }, "end": { - "line": 983, + "line": 1025, "column": 56 } } @@ -657845,15 +658332,15 @@ "binop": null, "updateContext": null }, - "start": 44081, - "end": 44082, + "start": 46471, + "end": 46472, "loc": { "start": { - "line": 983, + "line": 1025, "column": 57 }, "end": { - "line": 983, + "line": 1025, "column": 58 } } @@ -657871,15 +658358,15 @@ "binop": null, "updateContext": null }, - "start": 44082, - "end": 44083, + "start": 46472, + "end": 46473, "loc": { "start": { - "line": 983, + "line": 1025, "column": 58 }, "end": { - "line": 983, + "line": 1025, "column": 59 } } @@ -657897,15 +658384,15 @@ "binop": null }, "value": "_opts", - "start": 44084, - "end": 44089, + "start": 46474, + "end": 46479, "loc": { "start": { - "line": 983, + "line": 1025, "column": 60 }, "end": { - "line": 983, + "line": 1025, "column": 65 } } @@ -657923,15 +658410,15 @@ "binop": null, "updateContext": null }, - "start": 44089, - "end": 44090, + "start": 46479, + "end": 46480, "loc": { "start": { - "line": 983, + "line": 1025, "column": 65 }, "end": { - "line": 983, + "line": 1025, "column": 66 } } @@ -657949,15 +658436,15 @@ "binop": null }, "value": "ruler", - "start": 44090, - "end": 44095, + "start": 46480, + "end": 46485, "loc": { "start": { - "line": 983, + "line": 1025, "column": 66 }, "end": { - "line": 983, + "line": 1025, "column": 71 } } @@ -657975,15 +658462,15 @@ "binop": null, "updateContext": null }, - "start": 44095, - "end": 44096, + "start": 46485, + "end": 46486, "loc": { "start": { - "line": 983, + "line": 1025, "column": 71 }, "end": { - "line": 983, + "line": 1025, "column": 72 } } @@ -658001,15 +658488,15 @@ "binop": null }, "value": "position", - "start": 44096, - "end": 44104, + "start": 46486, + "end": 46494, "loc": { "start": { - "line": 983, + "line": 1025, "column": 72 }, "end": { - "line": 983, + "line": 1025, "column": 80 } } @@ -658027,15 +658514,15 @@ "binop": null, "updateContext": null }, - "start": 44104, - "end": 44105, + "start": 46494, + "end": 46495, "loc": { "start": { - "line": 983, + "line": 1025, "column": 80 }, "end": { - "line": 983, + "line": 1025, "column": 81 } } @@ -658053,15 +658540,15 @@ "binop": null, "updateContext": null }, - "start": 44105, - "end": 44106, + "start": 46495, + "end": 46496, "loc": { "start": { - "line": 983, + "line": 1025, "column": 81 }, "end": { - "line": 983, + "line": 1025, "column": 82 } } @@ -658079,15 +658566,15 @@ "binop": null }, "value": "lines", - "start": 44106, - "end": 44111, + "start": 46496, + "end": 46501, "loc": { "start": { - "line": 983, + "line": 1025, "column": 82 }, "end": { - "line": 983, + "line": 1025, "column": 87 } } @@ -658105,15 +658592,15 @@ "binop": null, "updateContext": null }, - "start": 44111, - "end": 44112, + "start": 46501, + "end": 46502, "loc": { "start": { - "line": 983, + "line": 1025, "column": 87 }, "end": { - "line": 983, + "line": 1025, "column": 88 } } @@ -658130,15 +658617,15 @@ "postfix": false, "binop": null }, - "start": 44113, - "end": 44114, + "start": 46503, + "end": 46504, "loc": { "start": { - "line": 983, + "line": 1025, "column": 89 }, "end": { - "line": 983, + "line": 1025, "column": 90 } } @@ -658156,15 +658643,15 @@ "binop": null }, "value": "def", - "start": 44115, - "end": 44118, + "start": 46505, + "end": 46508, "loc": { "start": { - "line": 983, + "line": 1025, "column": 91 }, "end": { - "line": 983, + "line": 1025, "column": 94 } } @@ -658182,15 +658669,15 @@ "binop": null, "updateContext": null }, - "start": 44118, - "end": 44119, + "start": 46508, + "end": 46509, "loc": { "start": { - "line": 983, + "line": 1025, "column": 94 }, "end": { - "line": 983, + "line": 1025, "column": 95 } } @@ -658208,15 +658695,15 @@ "binop": null }, "value": "val", - "start": 44120, - "end": 44123, + "start": 46510, + "end": 46513, "loc": { "start": { - "line": 983, + "line": 1025, "column": 96 }, "end": { - "line": 983, + "line": 1025, "column": 99 } } @@ -658233,15 +658720,15 @@ "postfix": false, "binop": null }, - "start": 44124, - "end": 44125, + "start": 46514, + "end": 46515, "loc": { "start": { - "line": 983, + "line": 1025, "column": 100 }, "end": { - "line": 983, + "line": 1025, "column": 101 } } @@ -658259,15 +658746,15 @@ "binop": null, "updateContext": null }, - "start": 44126, - "end": 44128, + "start": 46516, + "end": 46518, "loc": { "start": { - "line": 983, + "line": 1025, "column": 102 }, "end": { - "line": 983, + "line": 1025, "column": 104 } } @@ -658285,15 +658772,15 @@ "binop": null }, "value": "Array", - "start": 44129, - "end": 44134, + "start": 46519, + "end": 46524, "loc": { "start": { - "line": 983, + "line": 1025, "column": 105 }, "end": { - "line": 983, + "line": 1025, "column": 110 } } @@ -658311,15 +658798,15 @@ "binop": null, "updateContext": null }, - "start": 44134, - "end": 44135, + "start": 46524, + "end": 46525, "loc": { "start": { - "line": 983, + "line": 1025, "column": 110 }, "end": { - "line": 983, + "line": 1025, "column": 111 } } @@ -658337,15 +658824,15 @@ "binop": null }, "value": "isArray", - "start": 44135, - "end": 44142, + "start": 46525, + "end": 46532, "loc": { "start": { - "line": 983, + "line": 1025, "column": 111 }, "end": { - "line": 983, + "line": 1025, "column": 118 } } @@ -658362,15 +658849,15 @@ "postfix": false, "binop": null }, - "start": 44142, - "end": 44143, + "start": 46532, + "end": 46533, "loc": { "start": { - "line": 983, + "line": 1025, "column": 118 }, "end": { - "line": 983, + "line": 1025, "column": 119 } } @@ -658388,15 +658875,15 @@ "binop": null }, "value": "val", - "start": 44144, - "end": 44147, + "start": 46534, + "end": 46537, "loc": { "start": { - "line": 983, + "line": 1025, "column": 120 }, "end": { - "line": 983, + "line": 1025, "column": 123 } } @@ -658413,15 +658900,15 @@ "postfix": false, "binop": null }, - "start": 44148, - "end": 44149, + "start": 46538, + "end": 46539, "loc": { "start": { - "line": 983, + "line": 1025, "column": 124 }, "end": { - "line": 983, + "line": 1025, "column": 125 } } @@ -658440,15 +658927,15 @@ "updateContext": null }, "value": "&&", - "start": 44150, - "end": 44152, + "start": 46540, + "end": 46542, "loc": { "start": { - "line": 983, + "line": 1025, "column": 126 }, "end": { - "line": 983, + "line": 1025, "column": 128 } } @@ -658466,15 +658953,15 @@ "binop": null }, "value": "val", - "start": 44153, - "end": 44156, + "start": 46543, + "end": 46546, "loc": { "start": { - "line": 983, + "line": 1025, "column": 129 }, "end": { - "line": 983, + "line": 1025, "column": 132 } } @@ -658492,15 +658979,15 @@ "binop": null, "updateContext": null }, - "start": 44156, - "end": 44157, + "start": 46546, + "end": 46547, "loc": { "start": { - "line": 983, + "line": 1025, "column": 132 }, "end": { - "line": 983, + "line": 1025, "column": 133 } } @@ -658518,15 +659005,15 @@ "binop": null }, "value": "length", - "start": 44157, - "end": 44163, + "start": 46547, + "end": 46553, "loc": { "start": { - "line": 983, + "line": 1025, "column": 133 }, "end": { - "line": 983, + "line": 1025, "column": 139 } } @@ -658545,15 +659032,15 @@ "updateContext": null }, "value": ">", - "start": 44164, - "end": 44165, + "start": 46554, + "end": 46555, "loc": { "start": { - "line": 983, + "line": 1025, "column": 140 }, "end": { - "line": 983, + "line": 1025, "column": 141 } } @@ -658572,15 +659059,15 @@ "updateContext": null }, "value": 0, - "start": 44166, - "end": 44167, + "start": 46556, + "end": 46557, "loc": { "start": { - "line": 983, + "line": 1025, "column": 142 }, "end": { - "line": 983, + "line": 1025, "column": 143 } } @@ -658598,15 +659085,15 @@ "binop": null, "updateContext": null }, - "start": 44168, - "end": 44169, + "start": 46558, + "end": 46559, "loc": { "start": { - "line": 983, + "line": 1025, "column": 144 }, "end": { - "line": 983, + "line": 1025, "column": 145 } } @@ -658624,15 +659111,15 @@ "binop": null }, "value": "val", - "start": 44170, - "end": 44173, + "start": 46560, + "end": 46563, "loc": { "start": { - "line": 983, + "line": 1025, "column": 146 }, "end": { - "line": 983, + "line": 1025, "column": 149 } } @@ -658650,15 +659137,15 @@ "binop": null, "updateContext": null }, - "start": 44174, - "end": 44175, + "start": 46564, + "end": 46565, "loc": { "start": { - "line": 983, + "line": 1025, "column": 150 }, "end": { - "line": 983, + "line": 1025, "column": 151 } } @@ -658676,15 +659163,15 @@ "binop": null }, "value": "def", - "start": 44176, - "end": 44179, + "start": 46566, + "end": 46569, "loc": { "start": { - "line": 983, + "line": 1025, "column": 152 }, "end": { - "line": 983, + "line": 1025, "column": 155 } } @@ -658701,15 +659188,15 @@ "postfix": false, "binop": null }, - "start": 44180, - "end": 44181, + "start": 46570, + "end": 46571, "loc": { "start": { - "line": 983, + "line": 1025, "column": 156 }, "end": { - "line": 983, + "line": 1025, "column": 157 } } @@ -658727,15 +659214,15 @@ "binop": null, "updateContext": null }, - "start": 44181, - "end": 44182, + "start": 46571, + "end": 46572, "loc": { "start": { - "line": 983, + "line": 1025, "column": 157 }, "end": { - "line": 983, + "line": 1025, "column": 158 } } @@ -658753,15 +659240,15 @@ "binop": null }, "value": "line_height", - "start": 44195, - "end": 44206, + "start": 46585, + "end": 46596, "loc": { "start": { - "line": 984, + "line": 1026, "column": 12 }, "end": { - "line": 984, + "line": 1026, "column": 23 } } @@ -658780,15 +659267,15 @@ "updateContext": null }, "value": "=", - "start": 44207, - "end": 44208, + "start": 46597, + "end": 46598, "loc": { "start": { - "line": 984, + "line": 1026, "column": 24 }, "end": { - "line": 984, + "line": 1026, "column": 25 } } @@ -658808,15 +659295,15 @@ "updateContext": null }, "value": "this", - "start": 44209, - "end": 44213, + "start": 46599, + "end": 46603, "loc": { "start": { - "line": 984, + "line": 1026, "column": 26 }, "end": { - "line": 984, + "line": 1026, "column": 30 } } @@ -658834,15 +659321,15 @@ "binop": null, "updateContext": null }, - "start": 44213, - "end": 44214, + "start": 46603, + "end": 46604, "loc": { "start": { - "line": 984, + "line": 1026, "column": 30 }, "end": { - "line": 984, + "line": 1026, "column": 31 } } @@ -658860,15 +659347,15 @@ "binop": null }, "value": "supplement", - "start": 44214, - "end": 44224, + "start": 46604, + "end": 46614, "loc": { "start": { - "line": 984, + "line": 1026, "column": 31 }, "end": { - "line": 984, + "line": 1026, "column": 41 } } @@ -658885,15 +659372,15 @@ "postfix": false, "binop": null }, - "start": 44224, - "end": 44225, + "start": 46614, + "end": 46615, "loc": { "start": { - "line": 984, + "line": 1026, "column": 41 }, "end": { - "line": 984, + "line": 1026, "column": 42 } } @@ -658911,15 +659398,15 @@ "binop": null }, "value": "Default", - "start": 44226, - "end": 44233, + "start": 46616, + "end": 46623, "loc": { "start": { - "line": 984, + "line": 1026, "column": 43 }, "end": { - "line": 984, + "line": 1026, "column": 50 } } @@ -658937,15 +659424,15 @@ "binop": null, "updateContext": null }, - "start": 44233, - "end": 44234, + "start": 46623, + "end": 46624, "loc": { "start": { - "line": 984, + "line": 1026, "column": 50 }, "end": { - "line": 984, + "line": 1026, "column": 51 } } @@ -658963,15 +659450,15 @@ "binop": null }, "value": "ruler", - "start": 44234, - "end": 44239, + "start": 46624, + "end": 46629, "loc": { "start": { - "line": 984, + "line": 1026, "column": 51 }, "end": { - "line": 984, + "line": 1026, "column": 56 } } @@ -658989,15 +659476,15 @@ "binop": null, "updateContext": null }, - "start": 44239, - "end": 44240, + "start": 46629, + "end": 46630, "loc": { "start": { - "line": 984, + "line": 1026, "column": 56 }, "end": { - "line": 984, + "line": 1026, "column": 57 } } @@ -659015,15 +659502,15 @@ "binop": null }, "value": "top", - "start": 44240, - "end": 44243, + "start": 46630, + "end": 46633, "loc": { "start": { - "line": 984, + "line": 1026, "column": 57 }, "end": { - "line": 984, + "line": 1026, "column": 60 } } @@ -659041,15 +659528,15 @@ "binop": null, "updateContext": null }, - "start": 44243, - "end": 44244, + "start": 46633, + "end": 46634, "loc": { "start": { - "line": 984, + "line": 1026, "column": 60 }, "end": { - "line": 984, + "line": 1026, "column": 61 } } @@ -659067,15 +659554,15 @@ "binop": null }, "value": "height", - "start": 44244, - "end": 44250, + "start": 46634, + "end": 46640, "loc": { "start": { - "line": 984, + "line": 1026, "column": 61 }, "end": { - "line": 984, + "line": 1026, "column": 67 } } @@ -659093,15 +659580,15 @@ "binop": null, "updateContext": null }, - "start": 44250, - "end": 44251, + "start": 46640, + "end": 46641, "loc": { "start": { - "line": 984, + "line": 1026, "column": 67 }, "end": { - "line": 984, + "line": 1026, "column": 68 } } @@ -659119,15 +659606,15 @@ "binop": null }, "value": "_opts", - "start": 44252, - "end": 44257, + "start": 46642, + "end": 46647, "loc": { "start": { - "line": 984, + "line": 1026, "column": 69 }, "end": { - "line": 984, + "line": 1026, "column": 74 } } @@ -659145,15 +659632,15 @@ "binop": null, "updateContext": null }, - "start": 44257, - "end": 44258, + "start": 46647, + "end": 46648, "loc": { "start": { - "line": 984, + "line": 1026, "column": 74 }, "end": { - "line": 984, + "line": 1026, "column": 75 } } @@ -659171,15 +659658,15 @@ "binop": null }, "value": "ruler", - "start": 44258, - "end": 44263, + "start": 46648, + "end": 46653, "loc": { "start": { - "line": 984, + "line": 1026, "column": 75 }, "end": { - "line": 984, + "line": 1026, "column": 80 } } @@ -659197,15 +659684,15 @@ "binop": null, "updateContext": null }, - "start": 44263, - "end": 44264, + "start": 46653, + "end": 46654, "loc": { "start": { - "line": 984, + "line": 1026, "column": 80 }, "end": { - "line": 984, + "line": 1026, "column": 81 } } @@ -659223,15 +659710,15 @@ "binop": null }, "value": "position", - "start": 44264, - "end": 44272, + "start": 46654, + "end": 46662, "loc": { "start": { - "line": 984, + "line": 1026, "column": 81 }, "end": { - "line": 984, + "line": 1026, "column": 89 } } @@ -659249,15 +659736,15 @@ "binop": null, "updateContext": null }, - "start": 44272, - "end": 44273, + "start": 46662, + "end": 46663, "loc": { "start": { - "line": 984, + "line": 1026, "column": 89 }, "end": { - "line": 984, + "line": 1026, "column": 90 } } @@ -659275,15 +659762,15 @@ "binop": null, "updateContext": null }, - "start": 44273, - "end": 44274, + "start": 46663, + "end": 46664, "loc": { "start": { - "line": 984, + "line": 1026, "column": 90 }, "end": { - "line": 984, + "line": 1026, "column": 91 } } @@ -659301,15 +659788,15 @@ "binop": null }, "value": "height", - "start": 44274, - "end": 44280, + "start": 46664, + "end": 46670, "loc": { "start": { - "line": 984, + "line": 1026, "column": 91 }, "end": { - "line": 984, + "line": 1026, "column": 97 } } @@ -659326,15 +659813,15 @@ "postfix": false, "binop": null }, - "start": 44281, - "end": 44282, + "start": 46671, + "end": 46672, "loc": { "start": { - "line": 984, + "line": 1026, "column": 98 }, "end": { - "line": 984, + "line": 1026, "column": 99 } } @@ -659352,15 +659839,15 @@ "binop": null, "updateContext": null }, - "start": 44282, - "end": 44283, + "start": 46672, + "end": 46673, "loc": { "start": { - "line": 984, + "line": 1026, "column": 99 }, "end": { - "line": 984, + "line": 1026, "column": 100 } } @@ -659378,15 +659865,15 @@ "binop": null }, "value": "font_size", - "start": 44296, - "end": 44305, + "start": 46686, + "end": 46695, "loc": { "start": { - "line": 985, + "line": 1027, "column": 12 }, "end": { - "line": 985, + "line": 1027, "column": 21 } } @@ -659405,15 +659892,15 @@ "updateContext": null }, "value": "=", - "start": 44308, - "end": 44309, + "start": 46698, + "end": 46699, "loc": { "start": { - "line": 985, + "line": 1027, "column": 24 }, "end": { - "line": 985, + "line": 1027, "column": 25 } } @@ -659433,15 +659920,15 @@ "updateContext": null }, "value": "this", - "start": 44310, - "end": 44314, + "start": 46700, + "end": 46704, "loc": { "start": { - "line": 985, + "line": 1027, "column": 26 }, "end": { - "line": 985, + "line": 1027, "column": 30 } } @@ -659459,15 +659946,15 @@ "binop": null, "updateContext": null }, - "start": 44314, - "end": 44315, + "start": 46704, + "end": 46705, "loc": { "start": { - "line": 985, + "line": 1027, "column": 30 }, "end": { - "line": 985, + "line": 1027, "column": 31 } } @@ -659485,15 +659972,15 @@ "binop": null }, "value": "supplement", - "start": 44315, - "end": 44325, + "start": 46705, + "end": 46715, "loc": { "start": { - "line": 985, + "line": 1027, "column": 31 }, "end": { - "line": 985, + "line": 1027, "column": 41 } } @@ -659510,15 +659997,15 @@ "postfix": false, "binop": null }, - "start": 44325, - "end": 44326, + "start": 46715, + "end": 46716, "loc": { "start": { - "line": 985, + "line": 1027, "column": 41 }, "end": { - "line": 985, + "line": 1027, "column": 42 } } @@ -659536,15 +660023,15 @@ "binop": null }, "value": "Default", - "start": 44327, - "end": 44334, + "start": 46717, + "end": 46724, "loc": { "start": { - "line": 985, + "line": 1027, "column": 43 }, "end": { - "line": 985, + "line": 1027, "column": 50 } } @@ -659562,15 +660049,15 @@ "binop": null, "updateContext": null }, - "start": 44334, - "end": 44335, + "start": 46724, + "end": 46725, "loc": { "start": { - "line": 985, + "line": 1027, "column": 50 }, "end": { - "line": 985, + "line": 1027, "column": 51 } } @@ -659588,15 +660075,15 @@ "binop": null }, "value": "ruler", - "start": 44335, - "end": 44340, + "start": 46725, + "end": 46730, "loc": { "start": { - "line": 985, + "line": 1027, "column": 51 }, "end": { - "line": 985, + "line": 1027, "column": 56 } } @@ -659614,15 +660101,15 @@ "binop": null, "updateContext": null }, - "start": 44340, - "end": 44341, + "start": 46730, + "end": 46731, "loc": { "start": { - "line": 985, + "line": 1027, "column": 56 }, "end": { - "line": 985, + "line": 1027, "column": 57 } } @@ -659640,15 +660127,15 @@ "binop": null }, "value": "top", - "start": 44341, - "end": 44344, + "start": 46731, + "end": 46734, "loc": { "start": { - "line": 985, + "line": 1027, "column": 57 }, "end": { - "line": 985, + "line": 1027, "column": 60 } } @@ -659666,15 +660153,15 @@ "binop": null, "updateContext": null }, - "start": 44344, - "end": 44345, + "start": 46734, + "end": 46735, "loc": { "start": { - "line": 985, + "line": 1027, "column": 60 }, "end": { - "line": 985, + "line": 1027, "column": 61 } } @@ -659692,15 +660179,15 @@ "binop": null }, "value": "fontSize", - "start": 44345, - "end": 44353, + "start": 46735, + "end": 46743, "loc": { "start": { - "line": 985, + "line": 1027, "column": 61 }, "end": { - "line": 985, + "line": 1027, "column": 69 } } @@ -659718,15 +660205,15 @@ "binop": null, "updateContext": null }, - "start": 44353, - "end": 44354, + "start": 46743, + "end": 46744, "loc": { "start": { - "line": 985, + "line": 1027, "column": 69 }, "end": { - "line": 985, + "line": 1027, "column": 70 } } @@ -659744,15 +660231,15 @@ "binop": null }, "value": "_opts", - "start": 44355, - "end": 44360, + "start": 46745, + "end": 46750, "loc": { "start": { - "line": 985, + "line": 1027, "column": 71 }, "end": { - "line": 985, + "line": 1027, "column": 76 } } @@ -659770,15 +660257,15 @@ "binop": null, "updateContext": null }, - "start": 44360, - "end": 44361, + "start": 46750, + "end": 46751, "loc": { "start": { - "line": 985, + "line": 1027, "column": 76 }, "end": { - "line": 985, + "line": 1027, "column": 77 } } @@ -659796,15 +660283,15 @@ "binop": null }, "value": "ruler", - "start": 44361, - "end": 44366, + "start": 46751, + "end": 46756, "loc": { "start": { - "line": 985, + "line": 1027, "column": 77 }, "end": { - "line": 985, + "line": 1027, "column": 82 } } @@ -659822,15 +660309,15 @@ "binop": null, "updateContext": null }, - "start": 44366, - "end": 44367, + "start": 46756, + "end": 46757, "loc": { "start": { - "line": 985, + "line": 1027, "column": 82 }, "end": { - "line": 985, + "line": 1027, "column": 83 } } @@ -659848,15 +660335,15 @@ "binop": null }, "value": "position", - "start": 44367, - "end": 44375, + "start": 46757, + "end": 46765, "loc": { "start": { - "line": 985, + "line": 1027, "column": 83 }, "end": { - "line": 985, + "line": 1027, "column": 91 } } @@ -659874,15 +660361,15 @@ "binop": null, "updateContext": null }, - "start": 44375, - "end": 44376, + "start": 46765, + "end": 46766, "loc": { "start": { - "line": 985, + "line": 1027, "column": 91 }, "end": { - "line": 985, + "line": 1027, "column": 92 } } @@ -659900,15 +660387,15 @@ "binop": null, "updateContext": null }, - "start": 44376, - "end": 44377, + "start": 46766, + "end": 46767, "loc": { "start": { - "line": 985, + "line": 1027, "column": 92 }, "end": { - "line": 985, + "line": 1027, "column": 93 } } @@ -659926,15 +660413,15 @@ "binop": null }, "value": "fontSize", - "start": 44377, - "end": 44385, + "start": 46767, + "end": 46775, "loc": { "start": { - "line": 985, + "line": 1027, "column": 93 }, "end": { - "line": 985, + "line": 1027, "column": 101 } } @@ -659951,15 +660438,15 @@ "postfix": false, "binop": null }, - "start": 44386, - "end": 44387, + "start": 46776, + "end": 46777, "loc": { "start": { - "line": 985, + "line": 1027, "column": 102 }, "end": { - "line": 985, + "line": 1027, "column": 103 } } @@ -659977,15 +660464,15 @@ "binop": null, "updateContext": null }, - "start": 44387, - "end": 44388, + "start": 46777, + "end": 46778, "loc": { "start": { - "line": 985, + "line": 1027, "column": 103 }, "end": { - "line": 985, + "line": 1027, "column": 104 } } @@ -660003,15 +660490,15 @@ "binop": null }, "value": "text_color", - "start": 44401, - "end": 44411, + "start": 46791, + "end": 46801, "loc": { "start": { - "line": 986, + "line": 1028, "column": 12 }, "end": { - "line": 986, + "line": 1028, "column": 22 } } @@ -660030,15 +660517,15 @@ "updateContext": null }, "value": "=", - "start": 44413, - "end": 44414, + "start": 46803, + "end": 46804, "loc": { "start": { - "line": 986, + "line": 1028, "column": 24 }, "end": { - "line": 986, + "line": 1028, "column": 25 } } @@ -660058,15 +660545,15 @@ "updateContext": null }, "value": "this", - "start": 44415, - "end": 44419, + "start": 46805, + "end": 46809, "loc": { "start": { - "line": 986, + "line": 1028, "column": 26 }, "end": { - "line": 986, + "line": 1028, "column": 30 } } @@ -660084,15 +660571,15 @@ "binop": null, "updateContext": null }, - "start": 44419, - "end": 44420, + "start": 46809, + "end": 46810, "loc": { "start": { - "line": 986, + "line": 1028, "column": 30 }, "end": { - "line": 986, + "line": 1028, "column": 31 } } @@ -660110,15 +660597,15 @@ "binop": null }, "value": "supplement", - "start": 44420, - "end": 44430, + "start": 46810, + "end": 46820, "loc": { "start": { - "line": 986, + "line": 1028, "column": 31 }, "end": { - "line": 986, + "line": 1028, "column": 41 } } @@ -660135,15 +660622,15 @@ "postfix": false, "binop": null }, - "start": 44430, - "end": 44431, + "start": 46820, + "end": 46821, "loc": { "start": { - "line": 986, + "line": 1028, "column": 41 }, "end": { - "line": 986, + "line": 1028, "column": 42 } } @@ -660161,15 +660648,15 @@ "binop": null }, "value": "Default", - "start": 44432, - "end": 44439, + "start": 46822, + "end": 46829, "loc": { "start": { - "line": 986, + "line": 1028, "column": 43 }, "end": { - "line": 986, + "line": 1028, "column": 50 } } @@ -660187,15 +660674,15 @@ "binop": null, "updateContext": null }, - "start": 44439, - "end": 44440, + "start": 46829, + "end": 46830, "loc": { "start": { - "line": 986, + "line": 1028, "column": 50 }, "end": { - "line": 986, + "line": 1028, "column": 51 } } @@ -660213,15 +660700,15 @@ "binop": null }, "value": "ruler", - "start": 44440, - "end": 44445, + "start": 46830, + "end": 46835, "loc": { "start": { - "line": 986, + "line": 1028, "column": 51 }, "end": { - "line": 986, + "line": 1028, "column": 56 } } @@ -660239,15 +660726,15 @@ "binop": null, "updateContext": null }, - "start": 44445, - "end": 44446, + "start": 46835, + "end": 46836, "loc": { "start": { - "line": 986, + "line": 1028, "column": 56 }, "end": { - "line": 986, + "line": 1028, "column": 57 } } @@ -660265,15 +660752,15 @@ "binop": null }, "value": "top", - "start": 44446, - "end": 44449, + "start": 46836, + "end": 46839, "loc": { "start": { - "line": 986, + "line": 1028, "column": 57 }, "end": { - "line": 986, + "line": 1028, "column": 60 } } @@ -660291,15 +660778,15 @@ "binop": null, "updateContext": null }, - "start": 44449, - "end": 44450, + "start": 46839, + "end": 46840, "loc": { "start": { - "line": 986, + "line": 1028, "column": 60 }, "end": { - "line": 986, + "line": 1028, "column": 61 } } @@ -660317,15 +660804,15 @@ "binop": null }, "value": "color", - "start": 44450, - "end": 44455, + "start": 46840, + "end": 46845, "loc": { "start": { - "line": 986, + "line": 1028, "column": 61 }, "end": { - "line": 986, + "line": 1028, "column": 66 } } @@ -660343,15 +660830,15 @@ "binop": null, "updateContext": null }, - "start": 44455, - "end": 44456, + "start": 46845, + "end": 46846, "loc": { "start": { - "line": 986, + "line": 1028, "column": 66 }, "end": { - "line": 986, + "line": 1028, "column": 67 } } @@ -660369,15 +660856,15 @@ "binop": null }, "value": "_opts", - "start": 44457, - "end": 44462, + "start": 46847, + "end": 46852, "loc": { "start": { - "line": 986, + "line": 1028, "column": 68 }, "end": { - "line": 986, + "line": 1028, "column": 73 } } @@ -660395,15 +660882,15 @@ "binop": null, "updateContext": null }, - "start": 44462, - "end": 44463, + "start": 46852, + "end": 46853, "loc": { "start": { - "line": 986, + "line": 1028, "column": 73 }, "end": { - "line": 986, + "line": 1028, "column": 74 } } @@ -660421,15 +660908,15 @@ "binop": null }, "value": "ruler", - "start": 44463, - "end": 44468, + "start": 46853, + "end": 46858, "loc": { "start": { - "line": 986, + "line": 1028, "column": 74 }, "end": { - "line": 986, + "line": 1028, "column": 79 } } @@ -660447,15 +660934,15 @@ "binop": null, "updateContext": null }, - "start": 44468, - "end": 44469, + "start": 46858, + "end": 46859, "loc": { "start": { - "line": 986, + "line": 1028, "column": 79 }, "end": { - "line": 986, + "line": 1028, "column": 80 } } @@ -660473,15 +660960,15 @@ "binop": null }, "value": "position", - "start": 44469, - "end": 44477, + "start": 46859, + "end": 46867, "loc": { "start": { - "line": 986, + "line": 1028, "column": 80 }, "end": { - "line": 986, + "line": 1028, "column": 88 } } @@ -660499,15 +660986,15 @@ "binop": null, "updateContext": null }, - "start": 44477, - "end": 44478, + "start": 46867, + "end": 46868, "loc": { "start": { - "line": 986, + "line": 1028, "column": 88 }, "end": { - "line": 986, + "line": 1028, "column": 89 } } @@ -660525,15 +661012,15 @@ "binop": null, "updateContext": null }, - "start": 44478, - "end": 44479, + "start": 46868, + "end": 46869, "loc": { "start": { - "line": 986, + "line": 1028, "column": 89 }, "end": { - "line": 986, + "line": 1028, "column": 90 } } @@ -660551,15 +661038,15 @@ "binop": null }, "value": "color", - "start": 44479, - "end": 44484, + "start": 46869, + "end": 46874, "loc": { "start": { - "line": 986, + "line": 1028, "column": 90 }, "end": { - "line": 986, + "line": 1028, "column": 95 } } @@ -660576,15 +661063,15 @@ "postfix": false, "binop": null }, - "start": 44485, - "end": 44486, + "start": 46875, + "end": 46876, "loc": { "start": { - "line": 986, + "line": 1028, "column": 96 }, "end": { - "line": 986, + "line": 1028, "column": 97 } } @@ -660602,15 +661089,15 @@ "binop": null, "updateContext": null }, - "start": 44486, - "end": 44487, + "start": 46876, + "end": 46877, "loc": { "start": { - "line": 986, + "line": 1028, "column": 97 }, "end": { - "line": 986, + "line": 1028, "column": 98 } } @@ -660628,15 +661115,15 @@ "binop": null }, "value": "background", - "start": 44500, - "end": 44510, + "start": 46890, + "end": 46900, "loc": { "start": { - "line": 987, + "line": 1029, "column": 12 }, "end": { - "line": 987, + "line": 1029, "column": 22 } } @@ -660655,15 +661142,15 @@ "updateContext": null }, "value": "=", - "start": 44512, - "end": 44513, + "start": 46902, + "end": 46903, "loc": { "start": { - "line": 987, + "line": 1029, "column": 24 }, "end": { - "line": 987, + "line": 1029, "column": 25 } } @@ -660683,15 +661170,15 @@ "updateContext": null }, "value": "this", - "start": 44514, - "end": 44518, + "start": 46904, + "end": 46908, "loc": { "start": { - "line": 987, + "line": 1029, "column": 26 }, "end": { - "line": 987, + "line": 1029, "column": 30 } } @@ -660709,15 +661196,15 @@ "binop": null, "updateContext": null }, - "start": 44518, - "end": 44519, + "start": 46908, + "end": 46909, "loc": { "start": { - "line": 987, + "line": 1029, "column": 30 }, "end": { - "line": 987, + "line": 1029, "column": 31 } } @@ -660735,15 +661222,15 @@ "binop": null }, "value": "supplement", - "start": 44519, - "end": 44529, + "start": 46909, + "end": 46919, "loc": { "start": { - "line": 987, + "line": 1029, "column": 31 }, "end": { - "line": 987, + "line": 1029, "column": 41 } } @@ -660760,15 +661247,15 @@ "postfix": false, "binop": null }, - "start": 44529, - "end": 44530, + "start": 46919, + "end": 46920, "loc": { "start": { - "line": 987, + "line": 1029, "column": 41 }, "end": { - "line": 987, + "line": 1029, "column": 42 } } @@ -660786,15 +661273,15 @@ "binop": null }, "value": "Default", - "start": 44531, - "end": 44538, + "start": 46921, + "end": 46928, "loc": { "start": { - "line": 987, + "line": 1029, "column": 43 }, "end": { - "line": 987, + "line": 1029, "column": 50 } } @@ -660812,15 +661299,15 @@ "binop": null, "updateContext": null }, - "start": 44538, - "end": 44539, + "start": 46928, + "end": 46929, "loc": { "start": { - "line": 987, + "line": 1029, "column": 50 }, "end": { - "line": 987, + "line": 1029, "column": 51 } } @@ -660838,15 +661325,15 @@ "binop": null }, "value": "ruler", - "start": 44539, - "end": 44544, + "start": 46929, + "end": 46934, "loc": { "start": { - "line": 987, + "line": 1029, "column": 51 }, "end": { - "line": 987, + "line": 1029, "column": 56 } } @@ -660864,15 +661351,15 @@ "binop": null, "updateContext": null }, - "start": 44544, - "end": 44545, + "start": 46934, + "end": 46935, "loc": { "start": { - "line": 987, + "line": 1029, "column": 56 }, "end": { - "line": 987, + "line": 1029, "column": 57 } } @@ -660890,15 +661377,15 @@ "binop": null }, "value": "top", - "start": 44545, - "end": 44548, + "start": 46935, + "end": 46938, "loc": { "start": { - "line": 987, + "line": 1029, "column": 57 }, "end": { - "line": 987, + "line": 1029, "column": 60 } } @@ -660916,15 +661403,15 @@ "binop": null, "updateContext": null }, - "start": 44548, - "end": 44549, + "start": 46938, + "end": 46939, "loc": { "start": { - "line": 987, + "line": 1029, "column": 60 }, "end": { - "line": 987, + "line": 1029, "column": 61 } } @@ -660942,15 +661429,15 @@ "binop": null }, "value": "background", - "start": 44549, - "end": 44559, + "start": 46939, + "end": 46949, "loc": { "start": { - "line": 987, + "line": 1029, "column": 61 }, "end": { - "line": 987, + "line": 1029, "column": 71 } } @@ -660968,15 +661455,15 @@ "binop": null, "updateContext": null }, - "start": 44559, - "end": 44560, + "start": 46949, + "end": 46950, "loc": { "start": { - "line": 987, + "line": 1029, "column": 71 }, "end": { - "line": 987, + "line": 1029, "column": 72 } } @@ -660994,15 +661481,15 @@ "binop": null }, "value": "_opts", - "start": 44561, - "end": 44566, + "start": 46951, + "end": 46956, "loc": { "start": { - "line": 987, + "line": 1029, "column": 73 }, "end": { - "line": 987, + "line": 1029, "column": 78 } } @@ -661020,15 +661507,15 @@ "binop": null, "updateContext": null }, - "start": 44566, - "end": 44567, + "start": 46956, + "end": 46957, "loc": { "start": { - "line": 987, + "line": 1029, "column": 78 }, "end": { - "line": 987, + "line": 1029, "column": 79 } } @@ -661046,15 +661533,15 @@ "binop": null }, "value": "ruler", - "start": 44567, - "end": 44572, + "start": 46957, + "end": 46962, "loc": { "start": { - "line": 987, + "line": 1029, "column": 79 }, "end": { - "line": 987, + "line": 1029, "column": 84 } } @@ -661072,15 +661559,15 @@ "binop": null, "updateContext": null }, - "start": 44572, - "end": 44573, + "start": 46962, + "end": 46963, "loc": { "start": { - "line": 987, + "line": 1029, "column": 84 }, "end": { - "line": 987, + "line": 1029, "column": 85 } } @@ -661098,15 +661585,15 @@ "binop": null }, "value": "position", - "start": 44573, - "end": 44581, + "start": 46963, + "end": 46971, "loc": { "start": { - "line": 987, + "line": 1029, "column": 85 }, "end": { - "line": 987, + "line": 1029, "column": 93 } } @@ -661124,15 +661611,15 @@ "binop": null, "updateContext": null }, - "start": 44581, - "end": 44582, + "start": 46971, + "end": 46972, "loc": { "start": { - "line": 987, + "line": 1029, "column": 93 }, "end": { - "line": 987, + "line": 1029, "column": 94 } } @@ -661150,15 +661637,15 @@ "binop": null, "updateContext": null }, - "start": 44582, - "end": 44583, + "start": 46972, + "end": 46973, "loc": { "start": { - "line": 987, + "line": 1029, "column": 94 }, "end": { - "line": 987, + "line": 1029, "column": 95 } } @@ -661176,15 +661663,15 @@ "binop": null }, "value": "background", - "start": 44583, - "end": 44593, + "start": 46973, + "end": 46983, "loc": { "start": { - "line": 987, + "line": 1029, "column": 95 }, "end": { - "line": 987, + "line": 1029, "column": 105 } } @@ -661201,15 +661688,15 @@ "postfix": false, "binop": null }, - "start": 44594, - "end": 44595, + "start": 46984, + "end": 46985, "loc": { "start": { - "line": 987, + "line": 1029, "column": 106 }, "end": { - "line": 987, + "line": 1029, "column": 107 } } @@ -661227,15 +661714,15 @@ "binop": null, "updateContext": null }, - "start": 44595, - "end": 44596, + "start": 46985, + "end": 46986, "loc": { "start": { - "line": 987, + "line": 1029, "column": 107 }, "end": { - "line": 987, + "line": 1029, "column": 108 } } @@ -661253,15 +661740,15 @@ "binop": null }, "value": "locale", - "start": 44609, - "end": 44615, + "start": 46999, + "end": 47005, "loc": { "start": { - "line": 988, + "line": 1030, "column": 12 }, "end": { - "line": 988, + "line": 1030, "column": 18 } } @@ -661280,15 +661767,15 @@ "updateContext": null }, "value": "=", - "start": 44621, - "end": 44622, + "start": 47011, + "end": 47012, "loc": { "start": { - "line": 988, + "line": 1030, "column": 24 }, "end": { - "line": 988, + "line": 1030, "column": 25 } } @@ -661308,15 +661795,15 @@ "updateContext": null }, "value": "this", - "start": 44623, - "end": 44627, + "start": 47013, + "end": 47017, "loc": { "start": { - "line": 988, + "line": 1030, "column": 26 }, "end": { - "line": 988, + "line": 1030, "column": 30 } } @@ -661334,15 +661821,15 @@ "binop": null, "updateContext": null }, - "start": 44627, - "end": 44628, + "start": 47017, + "end": 47018, "loc": { "start": { - "line": 988, + "line": 1030, "column": 30 }, "end": { - "line": 988, + "line": 1030, "column": 31 } } @@ -661360,15 +661847,15 @@ "binop": null }, "value": "supplement", - "start": 44628, - "end": 44638, + "start": 47018, + "end": 47028, "loc": { "start": { - "line": 988, + "line": 1030, "column": 31 }, "end": { - "line": 988, + "line": 1030, "column": 41 } } @@ -661385,15 +661872,15 @@ "postfix": false, "binop": null }, - "start": 44638, - "end": 44639, + "start": 47028, + "end": 47029, "loc": { "start": { - "line": 988, + "line": 1030, "column": 41 }, "end": { - "line": 988, + "line": 1030, "column": 42 } } @@ -661411,15 +661898,15 @@ "binop": null }, "value": "Default", - "start": 44640, - "end": 44647, + "start": 47030, + "end": 47037, "loc": { "start": { - "line": 988, + "line": 1030, "column": 43 }, "end": { - "line": 988, + "line": 1030, "column": 50 } } @@ -661437,15 +661924,15 @@ "binop": null, "updateContext": null }, - "start": 44647, - "end": 44648, + "start": 47037, + "end": 47038, "loc": { "start": { - "line": 988, + "line": 1030, "column": 50 }, "end": { - "line": 988, + "line": 1030, "column": 51 } } @@ -661463,15 +661950,15 @@ "binop": null }, "value": "ruler", - "start": 44648, - "end": 44653, + "start": 47038, + "end": 47043, "loc": { "start": { - "line": 988, + "line": 1030, "column": 51 }, "end": { - "line": 988, + "line": 1030, "column": 56 } } @@ -661489,15 +661976,15 @@ "binop": null, "updateContext": null }, - "start": 44653, - "end": 44654, + "start": 47043, + "end": 47044, "loc": { "start": { - "line": 988, + "line": 1030, "column": 56 }, "end": { - "line": 988, + "line": 1030, "column": 57 } } @@ -661515,15 +662002,15 @@ "binop": null }, "value": "top", - "start": 44654, - "end": 44657, + "start": 47044, + "end": 47047, "loc": { "start": { - "line": 988, + "line": 1030, "column": 57 }, "end": { - "line": 988, + "line": 1030, "column": 60 } } @@ -661541,15 +662028,15 @@ "binop": null, "updateContext": null }, - "start": 44657, - "end": 44658, + "start": 47047, + "end": 47048, "loc": { "start": { - "line": 988, + "line": 1030, "column": 60 }, "end": { - "line": 988, + "line": 1030, "column": 61 } } @@ -661567,15 +662054,15 @@ "binop": null }, "value": "locale", - "start": 44658, - "end": 44664, + "start": 47048, + "end": 47054, "loc": { "start": { - "line": 988, + "line": 1030, "column": 61 }, "end": { - "line": 988, + "line": 1030, "column": 67 } } @@ -661593,15 +662080,15 @@ "binop": null, "updateContext": null }, - "start": 44664, - "end": 44665, + "start": 47054, + "end": 47055, "loc": { "start": { - "line": 988, + "line": 1030, "column": 67 }, "end": { - "line": 988, + "line": 1030, "column": 68 } } @@ -661619,15 +662106,15 @@ "binop": null }, "value": "_opts", - "start": 44666, - "end": 44671, + "start": 47056, + "end": 47061, "loc": { "start": { - "line": 988, + "line": 1030, "column": 69 }, "end": { - "line": 988, + "line": 1030, "column": 74 } } @@ -661645,15 +662132,15 @@ "binop": null, "updateContext": null }, - "start": 44671, - "end": 44672, + "start": 47061, + "end": 47062, "loc": { "start": { - "line": 988, + "line": 1030, "column": 74 }, "end": { - "line": 988, + "line": 1030, "column": 75 } } @@ -661671,15 +662158,15 @@ "binop": null }, "value": "ruler", - "start": 44672, - "end": 44677, + "start": 47062, + "end": 47067, "loc": { "start": { - "line": 988, + "line": 1030, "column": 75 }, "end": { - "line": 988, + "line": 1030, "column": 80 } } @@ -661697,15 +662184,15 @@ "binop": null, "updateContext": null }, - "start": 44677, - "end": 44678, + "start": 47067, + "end": 47068, "loc": { "start": { - "line": 988, + "line": 1030, "column": 80 }, "end": { - "line": 988, + "line": 1030, "column": 81 } } @@ -661723,15 +662210,15 @@ "binop": null }, "value": "position", - "start": 44678, - "end": 44686, + "start": 47068, + "end": 47076, "loc": { "start": { - "line": 988, + "line": 1030, "column": 81 }, "end": { - "line": 988, + "line": 1030, "column": 89 } } @@ -661749,15 +662236,15 @@ "binop": null, "updateContext": null }, - "start": 44686, - "end": 44687, + "start": 47076, + "end": 47077, "loc": { "start": { - "line": 988, + "line": 1030, "column": 89 }, "end": { - "line": 988, + "line": 1030, "column": 90 } } @@ -661775,15 +662262,15 @@ "binop": null, "updateContext": null }, - "start": 44687, - "end": 44688, + "start": 47077, + "end": 47078, "loc": { "start": { - "line": 988, + "line": 1030, "column": 90 }, "end": { - "line": 988, + "line": 1030, "column": 91 } } @@ -661801,15 +662288,15 @@ "binop": null }, "value": "locale", - "start": 44688, - "end": 44694, + "start": 47078, + "end": 47084, "loc": { "start": { - "line": 988, + "line": 1030, "column": 91 }, "end": { - "line": 988, + "line": 1030, "column": 97 } } @@ -661826,15 +662313,15 @@ "postfix": false, "binop": null }, - "start": 44695, - "end": 44696, + "start": 47085, + "end": 47086, "loc": { "start": { - "line": 988, + "line": 1030, "column": 98 }, "end": { - "line": 988, + "line": 1030, "column": 99 } } @@ -661852,15 +662339,15 @@ "binop": null, "updateContext": null }, - "start": 44696, - "end": 44697, + "start": 47086, + "end": 47087, "loc": { "start": { - "line": 988, + "line": 1030, "column": 99 }, "end": { - "line": 988, + "line": 1030, "column": 100 } } @@ -661878,15 +662365,15 @@ "binop": null }, "value": "format", - "start": 44710, - "end": 44716, + "start": 47100, + "end": 47106, "loc": { "start": { - "line": 989, + "line": 1031, "column": 12 }, "end": { - "line": 989, + "line": 1031, "column": 18 } } @@ -661905,15 +662392,15 @@ "updateContext": null }, "value": "=", - "start": 44722, - "end": 44723, + "start": 47112, + "end": 47113, "loc": { "start": { - "line": 989, + "line": 1031, "column": 24 }, "end": { - "line": 989, + "line": 1031, "column": 25 } } @@ -661933,15 +662420,15 @@ "updateContext": null }, "value": "this", - "start": 44724, - "end": 44728, + "start": 47114, + "end": 47118, "loc": { "start": { - "line": 989, + "line": 1031, "column": 26 }, "end": { - "line": 989, + "line": 1031, "column": 30 } } @@ -661959,15 +662446,15 @@ "binop": null, "updateContext": null }, - "start": 44728, - "end": 44729, + "start": 47118, + "end": 47119, "loc": { "start": { - "line": 989, + "line": 1031, "column": 30 }, "end": { - "line": 989, + "line": 1031, "column": 31 } } @@ -661985,15 +662472,15 @@ "binop": null }, "value": "supplement", - "start": 44729, - "end": 44739, + "start": 47119, + "end": 47129, "loc": { "start": { - "line": 989, + "line": 1031, "column": 31 }, "end": { - "line": 989, + "line": 1031, "column": 41 } } @@ -662010,15 +662497,15 @@ "postfix": false, "binop": null }, - "start": 44739, - "end": 44740, + "start": 47129, + "end": 47130, "loc": { "start": { - "line": 989, + "line": 1031, "column": 41 }, "end": { - "line": 989, + "line": 1031, "column": 42 } } @@ -662036,15 +662523,15 @@ "binop": null }, "value": "Default", - "start": 44741, - "end": 44748, + "start": 47131, + "end": 47138, "loc": { "start": { - "line": 989, + "line": 1031, "column": 43 }, "end": { - "line": 989, + "line": 1031, "column": 50 } } @@ -662062,15 +662549,15 @@ "binop": null, "updateContext": null }, - "start": 44748, - "end": 44749, + "start": 47138, + "end": 47139, "loc": { "start": { - "line": 989, + "line": 1031, "column": 50 }, "end": { - "line": 989, + "line": 1031, "column": 51 } } @@ -662088,15 +662575,15 @@ "binop": null }, "value": "ruler", - "start": 44749, - "end": 44754, + "start": 47139, + "end": 47144, "loc": { "start": { - "line": 989, + "line": 1031, "column": 51 }, "end": { - "line": 989, + "line": 1031, "column": 56 } } @@ -662114,15 +662601,15 @@ "binop": null, "updateContext": null }, - "start": 44754, - "end": 44755, + "start": 47144, + "end": 47145, "loc": { "start": { - "line": 989, + "line": 1031, "column": 56 }, "end": { - "line": 989, + "line": 1031, "column": 57 } } @@ -662140,15 +662627,15 @@ "binop": null }, "value": "top", - "start": 44755, - "end": 44758, + "start": 47145, + "end": 47148, "loc": { "start": { - "line": 989, + "line": 1031, "column": 57 }, "end": { - "line": 989, + "line": 1031, "column": 60 } } @@ -662166,15 +662653,15 @@ "binop": null, "updateContext": null }, - "start": 44758, - "end": 44759, + "start": 47148, + "end": 47149, "loc": { "start": { - "line": 989, + "line": 1031, "column": 60 }, "end": { - "line": 989, + "line": 1031, "column": 61 } } @@ -662192,15 +662679,15 @@ "binop": null }, "value": "format", - "start": 44759, - "end": 44765, + "start": 47149, + "end": 47155, "loc": { "start": { - "line": 989, + "line": 1031, "column": 61 }, "end": { - "line": 989, + "line": 1031, "column": 67 } } @@ -662218,15 +662705,15 @@ "binop": null, "updateContext": null }, - "start": 44765, - "end": 44766, + "start": 47155, + "end": 47156, "loc": { "start": { - "line": 989, + "line": 1031, "column": 67 }, "end": { - "line": 989, + "line": 1031, "column": 68 } } @@ -662244,15 +662731,15 @@ "binop": null }, "value": "_opts", - "start": 44767, - "end": 44772, + "start": 47157, + "end": 47162, "loc": { "start": { - "line": 989, + "line": 1031, "column": 69 }, "end": { - "line": 989, + "line": 1031, "column": 74 } } @@ -662270,15 +662757,15 @@ "binop": null, "updateContext": null }, - "start": 44772, - "end": 44773, + "start": 47162, + "end": 47163, "loc": { "start": { - "line": 989, + "line": 1031, "column": 74 }, "end": { - "line": 989, + "line": 1031, "column": 75 } } @@ -662296,15 +662783,15 @@ "binop": null }, "value": "ruler", - "start": 44773, - "end": 44778, + "start": 47163, + "end": 47168, "loc": { "start": { - "line": 989, + "line": 1031, "column": 75 }, "end": { - "line": 989, + "line": 1031, "column": 80 } } @@ -662322,15 +662809,15 @@ "binop": null, "updateContext": null }, - "start": 44778, - "end": 44779, + "start": 47168, + "end": 47169, "loc": { "start": { - "line": 989, + "line": 1031, "column": 80 }, "end": { - "line": 989, + "line": 1031, "column": 81 } } @@ -662348,15 +662835,15 @@ "binop": null }, "value": "position", - "start": 44779, - "end": 44787, + "start": 47169, + "end": 47177, "loc": { "start": { - "line": 989, + "line": 1031, "column": 81 }, "end": { - "line": 989, + "line": 1031, "column": 89 } } @@ -662374,15 +662861,15 @@ "binop": null, "updateContext": null }, - "start": 44787, - "end": 44788, + "start": 47177, + "end": 47178, "loc": { "start": { - "line": 989, + "line": 1031, "column": 89 }, "end": { - "line": 989, + "line": 1031, "column": 90 } } @@ -662400,15 +662887,15 @@ "binop": null, "updateContext": null }, - "start": 44788, - "end": 44789, + "start": 47178, + "end": 47179, "loc": { "start": { - "line": 989, + "line": 1031, "column": 90 }, "end": { - "line": 989, + "line": 1031, "column": 91 } } @@ -662426,15 +662913,15 @@ "binop": null }, "value": "format", - "start": 44789, - "end": 44795, + "start": 47179, + "end": 47185, "loc": { "start": { - "line": 989, + "line": 1031, "column": 91 }, "end": { - "line": 989, + "line": 1031, "column": 97 } } @@ -662451,15 +662938,15 @@ "postfix": false, "binop": null }, - "start": 44796, - "end": 44797, + "start": 47186, + "end": 47187, "loc": { "start": { - "line": 989, + "line": 1031, "column": 98 }, "end": { - "line": 989, + "line": 1031, "column": 99 } } @@ -662477,15 +662964,15 @@ "binop": null, "updateContext": null }, - "start": 44797, - "end": 44798, + "start": 47187, + "end": 47188, "loc": { "start": { - "line": 989, + "line": 1031, "column": 99 }, "end": { - "line": 989, + "line": 1031, "column": 100 } } @@ -662503,15 +662990,15 @@ "binop": null }, "value": "ruler_opts", - "start": 44811, - "end": 44821, + "start": 47201, + "end": 47211, "loc": { "start": { - "line": 990, + "line": 1032, "column": 12 }, "end": { - "line": 990, + "line": 1032, "column": 22 } } @@ -662530,15 +663017,15 @@ "updateContext": null }, "value": "=", - "start": 44823, - "end": 44824, + "start": 47213, + "end": 47214, "loc": { "start": { - "line": 990, + "line": 1032, "column": 24 }, "end": { - "line": 990, + "line": 1032, "column": 25 } } @@ -662555,15 +663042,15 @@ "postfix": false, "binop": null }, - "start": 44825, - "end": 44826, + "start": 47215, + "end": 47216, "loc": { "start": { - "line": 990, + "line": 1032, "column": 26 }, "end": { - "line": 990, + "line": 1032, "column": 27 } } @@ -662581,15 +663068,15 @@ "binop": null }, "value": "lines", - "start": 44827, - "end": 44832, + "start": 47217, + "end": 47222, "loc": { "start": { - "line": 990, + "line": 1032, "column": 28 }, "end": { - "line": 990, + "line": 1032, "column": 33 } } @@ -662607,15 +663094,15 @@ "binop": null, "updateContext": null }, - "start": 44832, - "end": 44833, + "start": 47222, + "end": 47223, "loc": { "start": { - "line": 990, + "line": 1032, "column": 33 }, "end": { - "line": 990, + "line": 1032, "column": 34 } } @@ -662633,15 +663120,15 @@ "binop": null }, "value": "ruler_line", - "start": 44834, - "end": 44844, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 990, + "line": 1032, "column": 35 }, "end": { - "line": 990, + "line": 1032, "column": 45 } } @@ -662659,15 +663146,15 @@ "binop": null, "updateContext": null }, - "start": 44844, - "end": 44845, + "start": 47234, + "end": 47235, "loc": { "start": { - "line": 990, + "line": 1032, "column": 45 }, "end": { - "line": 990, + "line": 1032, "column": 46 } } @@ -662685,15 +663172,15 @@ "binop": null }, "value": "height", - "start": 44846, - "end": 44852, + "start": 47236, + "end": 47242, "loc": { "start": { - "line": 990, + "line": 1032, "column": 47 }, "end": { - "line": 990, + "line": 1032, "column": 53 } } @@ -662711,15 +663198,15 @@ "binop": null, "updateContext": null }, - "start": 44852, - "end": 44853, + "start": 47242, + "end": 47243, "loc": { "start": { - "line": 990, + "line": 1032, "column": 53 }, "end": { - "line": 990, + "line": 1032, "column": 54 } } @@ -662737,15 +663224,15 @@ "binop": null }, "value": "line_height", - "start": 44854, - "end": 44865, + "start": 47244, + "end": 47255, "loc": { "start": { - "line": 990, + "line": 1032, "column": 55 }, "end": { - "line": 990, + "line": 1032, "column": 66 } } @@ -662763,15 +663250,15 @@ "binop": null, "updateContext": null }, - "start": 44865, - "end": 44866, + "start": 47255, + "end": 47256, "loc": { "start": { - "line": 990, + "line": 1032, "column": 66 }, "end": { - "line": 990, + "line": 1032, "column": 67 } } @@ -662789,15 +663276,15 @@ "binop": null }, "value": "fontSize", - "start": 44867, - "end": 44875, + "start": 47257, + "end": 47265, "loc": { "start": { - "line": 990, + "line": 1032, "column": 68 }, "end": { - "line": 990, + "line": 1032, "column": 76 } } @@ -662815,15 +663302,15 @@ "binop": null, "updateContext": null }, - "start": 44875, - "end": 44876, + "start": 47265, + "end": 47266, "loc": { "start": { - "line": 990, + "line": 1032, "column": 76 }, "end": { - "line": 990, + "line": 1032, "column": 77 } } @@ -662841,15 +663328,15 @@ "binop": null }, "value": "font_size", - "start": 44877, - "end": 44886, + "start": 47267, + "end": 47276, "loc": { "start": { - "line": 990, + "line": 1032, "column": 78 }, "end": { - "line": 990, + "line": 1032, "column": 87 } } @@ -662867,15 +663354,15 @@ "binop": null, "updateContext": null }, - "start": 44886, - "end": 44887, + "start": 47276, + "end": 47277, "loc": { "start": { - "line": 990, + "line": 1032, "column": 87 }, "end": { - "line": 990, + "line": 1032, "column": 88 } } @@ -662893,15 +663380,15 @@ "binop": null }, "value": "color", - "start": 44888, - "end": 44893, + "start": 47278, + "end": 47283, "loc": { "start": { - "line": 990, + "line": 1032, "column": 89 }, "end": { - "line": 990, + "line": 1032, "column": 94 } } @@ -662919,15 +663406,15 @@ "binop": null, "updateContext": null }, - "start": 44893, - "end": 44894, + "start": 47283, + "end": 47284, "loc": { "start": { - "line": 990, + "line": 1032, "column": 94 }, "end": { - "line": 990, + "line": 1032, "column": 95 } } @@ -662945,15 +663432,15 @@ "binop": null }, "value": "text_color", - "start": 44895, - "end": 44905, + "start": 47285, + "end": 47295, "loc": { "start": { - "line": 990, + "line": 1032, "column": 96 }, "end": { - "line": 990, + "line": 1032, "column": 106 } } @@ -662971,15 +663458,15 @@ "binop": null, "updateContext": null }, - "start": 44905, - "end": 44906, + "start": 47295, + "end": 47296, "loc": { "start": { - "line": 990, + "line": 1032, "column": 106 }, "end": { - "line": 990, + "line": 1032, "column": 107 } } @@ -662997,15 +663484,15 @@ "binop": null }, "value": "background", - "start": 44907, - "end": 44917, + "start": 47297, + "end": 47307, "loc": { "start": { - "line": 990, + "line": 1032, "column": 108 }, "end": { - "line": 990, + "line": 1032, "column": 118 } } @@ -663023,15 +663510,15 @@ "binop": null, "updateContext": null }, - "start": 44917, - "end": 44918, + "start": 47307, + "end": 47308, "loc": { "start": { - "line": 990, + "line": 1032, "column": 118 }, "end": { - "line": 990, + "line": 1032, "column": 119 } } @@ -663049,15 +663536,15 @@ "binop": null }, "value": "locale", - "start": 44919, - "end": 44925, + "start": 47309, + "end": 47315, "loc": { "start": { - "line": 990, + "line": 1032, "column": 120 }, "end": { - "line": 990, + "line": 1032, "column": 126 } } @@ -663075,15 +663562,15 @@ "binop": null, "updateContext": null }, - "start": 44925, - "end": 44926, + "start": 47315, + "end": 47316, "loc": { "start": { - "line": 990, + "line": 1032, "column": 126 }, "end": { - "line": 990, + "line": 1032, "column": 127 } } @@ -663101,15 +663588,15 @@ "binop": null }, "value": "format", - "start": 44927, - "end": 44933, + "start": 47317, + "end": 47323, "loc": { "start": { - "line": 990, + "line": 1032, "column": 128 }, "end": { - "line": 990, + "line": 1032, "column": 134 } } @@ -663126,15 +663613,15 @@ "postfix": false, "binop": null }, - "start": 44934, - "end": 44935, + "start": 47324, + "end": 47325, "loc": { "start": { - "line": 990, + "line": 1032, "column": 135 }, "end": { - "line": 990, + "line": 1032, "column": 136 } } @@ -663152,15 +663639,15 @@ "binop": null, "updateContext": null }, - "start": 44935, - "end": 44936, + "start": 47325, + "end": 47326, "loc": { "start": { - "line": 990, + "line": 1032, "column": 136 }, "end": { - "line": 990, + "line": 1032, "column": 137 } } @@ -663178,15 +663665,15 @@ "binop": null }, "value": "_fullwidth", - "start": 44949, - "end": 44959, + "start": 47339, + "end": 47349, "loc": { "start": { - "line": 991, + "line": 1033, "column": 12 }, "end": { - "line": 991, + "line": 1033, "column": 22 } } @@ -663205,15 +663692,15 @@ "updateContext": null }, "value": "=", - "start": 44961, - "end": 44962, + "start": 47351, + "end": 47352, "loc": { "start": { - "line": 991, + "line": 1033, "column": 24 }, "end": { - "line": 991, + "line": 1033, "column": 25 } } @@ -663231,15 +663718,15 @@ "binop": null }, "value": "_props", - "start": 44963, - "end": 44969, + "start": 47353, + "end": 47359, "loc": { "start": { - "line": 991, + "line": 1033, "column": 26 }, "end": { - "line": 991, + "line": 1033, "column": 32 } } @@ -663257,15 +663744,15 @@ "binop": null, "updateContext": null }, - "start": 44969, - "end": 44970, + "start": 47359, + "end": 47360, "loc": { "start": { - "line": 991, + "line": 1033, "column": 32 }, "end": { - "line": 991, + "line": 1033, "column": 33 } } @@ -663283,15 +663770,15 @@ "binop": null }, "value": "fullwidth", - "start": 44970, - "end": 44979, + "start": 47360, + "end": 47369, "loc": { "start": { - "line": 991, + "line": 1033, "column": 33 }, "end": { - "line": 991, + "line": 1033, "column": 42 } } @@ -663310,15 +663797,15 @@ "updateContext": null }, "value": "-", - "start": 44980, - "end": 44981, + "start": 47370, + "end": 47371, "loc": { "start": { - "line": 991, + "line": 1033, "column": 43 }, "end": { - "line": 991, + "line": 1033, "column": 44 } } @@ -663337,15 +663824,15 @@ "updateContext": null }, "value": 1, - "start": 44982, - "end": 44983, + "start": 47372, + "end": 47373, "loc": { "start": { - "line": 991, + "line": 1033, "column": 45 }, "end": { - "line": 991, + "line": 1033, "column": 46 } } @@ -663363,15 +663850,15 @@ "binop": null, "updateContext": null }, - "start": 44983, - "end": 44984, + "start": 47373, + "end": 47374, "loc": { "start": { - "line": 991, + "line": 1033, "column": 46 }, "end": { - "line": 991, + "line": 1033, "column": 47 } } @@ -663389,15 +663876,15 @@ "binop": null }, "value": "_fullheight", - "start": 44997, - "end": 45008, + "start": 47387, + "end": 47398, "loc": { "start": { - "line": 992, + "line": 1034, "column": 12 }, "end": { - "line": 992, + "line": 1034, "column": 23 } } @@ -663416,15 +663903,15 @@ "updateContext": null }, "value": "=", - "start": 45009, - "end": 45010, + "start": 47399, + "end": 47400, "loc": { "start": { - "line": 992, + "line": 1034, "column": 24 }, "end": { - "line": 992, + "line": 1034, "column": 25 } } @@ -663442,15 +663929,15 @@ "binop": null }, "value": "ruler_line", - "start": 45011, - "end": 45021, + "start": 47401, + "end": 47411, "loc": { "start": { - "line": 992, + "line": 1034, "column": 26 }, "end": { - "line": 992, + "line": 1034, "column": 36 } } @@ -663468,15 +663955,15 @@ "binop": null, "updateContext": null }, - "start": 45021, - "end": 45022, + "start": 47411, + "end": 47412, "loc": { "start": { - "line": 992, + "line": 1034, "column": 36 }, "end": { - "line": 992, + "line": 1034, "column": 37 } } @@ -663494,15 +663981,15 @@ "binop": null }, "value": "length", - "start": 45022, - "end": 45028, + "start": 47412, + "end": 47418, "loc": { "start": { - "line": 992, + "line": 1034, "column": 37 }, "end": { - "line": 992, + "line": 1034, "column": 43 } } @@ -663521,15 +664008,15 @@ "updateContext": null }, "value": "*", - "start": 45029, - "end": 45030, + "start": 47419, + "end": 47420, "loc": { "start": { - "line": 992, + "line": 1034, "column": 44 }, "end": { - "line": 992, + "line": 1034, "column": 45 } } @@ -663547,15 +664034,15 @@ "binop": null }, "value": "line_height", - "start": 45031, - "end": 45042, + "start": 47421, + "end": 47432, "loc": { "start": { - "line": 992, + "line": 1034, "column": 46 }, "end": { - "line": 992, + "line": 1034, "column": 57 } } @@ -663573,15 +664060,15 @@ "binop": null, "updateContext": null }, - "start": 45042, - "end": 45043, + "start": 47432, + "end": 47433, "loc": { "start": { - "line": 992, + "line": 1034, "column": 57 }, "end": { - "line": 992, + "line": 1034, "column": 58 } } @@ -663599,15 +664086,15 @@ "binop": null }, "value": "_ruler", - "start": 45056, - "end": 45062, + "start": 47446, + "end": 47452, "loc": { "start": { - "line": 993, + "line": 1035, "column": 12 }, "end": { - "line": 993, + "line": 1035, "column": 18 } } @@ -663626,15 +664113,15 @@ "updateContext": null }, "value": "=", - "start": 45068, - "end": 45069, + "start": 47458, + "end": 47459, "loc": { "start": { - "line": 993, + "line": 1035, "column": 24 }, "end": { - "line": 993, + "line": 1035, "column": 25 } } @@ -663652,15 +664139,15 @@ "binop": null }, "value": "$", - "start": 45070, - "end": 45071, + "start": 47460, + "end": 47461, "loc": { "start": { - "line": 993, + "line": 1035, "column": 26 }, "end": { - "line": 993, + "line": 1035, "column": 27 } } @@ -663677,15 +664164,15 @@ "postfix": false, "binop": null }, - "start": 45071, - "end": 45072, + "start": 47461, + "end": 47462, "loc": { "start": { - "line": 993, + "line": 1035, "column": 27 }, "end": { - "line": 993, + "line": 1035, "column": 28 } } @@ -663704,15 +664191,15 @@ "updateContext": null }, "value": "
", - "start": 45072, - "end": 45085, + "start": 47462, + "end": 47475, "loc": { "start": { - "line": 993, + "line": 1035, "column": 28 }, "end": { - "line": 993, + "line": 1035, "column": 41 } } @@ -663730,15 +664217,15 @@ "binop": null, "updateContext": null }, - "start": 45085, - "end": 45086, + "start": 47475, + "end": 47476, "loc": { "start": { - "line": 993, + "line": 1035, "column": 41 }, "end": { - "line": 993, + "line": 1035, "column": 42 } } @@ -663755,15 +664242,15 @@ "postfix": false, "binop": null }, - "start": 45087, - "end": 45088, + "start": 47477, + "end": 47478, "loc": { "start": { - "line": 993, + "line": 1035, "column": 43 }, "end": { - "line": 993, + "line": 1035, "column": 44 } } @@ -663783,15 +664270,15 @@ "updateContext": null }, "value": "class", - "start": 45089, - "end": 45094, + "start": 47479, + "end": 47484, "loc": { "start": { - "line": 993, + "line": 1035, "column": 45 }, "end": { - "line": 993, + "line": 1035, "column": 50 } } @@ -663809,15 +664296,15 @@ "binop": null, "updateContext": null }, - "start": 45094, - "end": 45095, + "start": 47484, + "end": 47485, "loc": { "start": { - "line": 993, + "line": 1035, "column": 50 }, "end": { - "line": 993, + "line": 1035, "column": 51 } } @@ -663834,15 +664321,15 @@ "postfix": false, "binop": null }, - "start": 45096, - "end": 45097, + "start": 47486, + "end": 47487, "loc": { "start": { - "line": 993, + "line": 1035, "column": 52 }, "end": { - "line": 993, + "line": 1035, "column": 53 } } @@ -663861,15 +664348,15 @@ "updateContext": null }, "value": "", - "start": 45097, - "end": 45097, + "start": 47487, + "end": 47487, "loc": { "start": { - "line": 993, + "line": 1035, "column": 53 }, "end": { - "line": 993, + "line": 1035, "column": 53 } } @@ -663886,15 +664373,15 @@ "postfix": false, "binop": null }, - "start": 45097, - "end": 45099, + "start": 47487, + "end": 47489, "loc": { "start": { - "line": 993, + "line": 1035, "column": 53 }, "end": { - "line": 993, + "line": 1035, "column": 55 } } @@ -663912,15 +664399,15 @@ "binop": null }, "value": "PREFIX", - "start": 45099, - "end": 45105, + "start": 47489, + "end": 47495, "loc": { "start": { - "line": 993, + "line": 1035, "column": 55 }, "end": { - "line": 993, + "line": 1035, "column": 61 } } @@ -663937,15 +664424,15 @@ "postfix": false, "binop": null }, - "start": 45105, - "end": 45106, + "start": 47495, + "end": 47496, "loc": { "start": { - "line": 993, + "line": 1035, "column": 61 }, "end": { - "line": 993, + "line": 1035, "column": 62 } } @@ -663964,15 +664451,15 @@ "updateContext": null }, "value": "ruler-", - "start": 45106, - "end": 45112, + "start": 47496, + "end": 47502, "loc": { "start": { - "line": 993, + "line": 1035, "column": 62 }, "end": { - "line": 993, + "line": 1035, "column": 68 } } @@ -663989,15 +664476,15 @@ "postfix": false, "binop": null }, - "start": 45112, - "end": 45114, + "start": 47502, + "end": 47504, "loc": { "start": { - "line": 993, + "line": 1035, "column": 68 }, "end": { - "line": 993, + "line": 1035, "column": 70 } } @@ -664015,15 +664502,15 @@ "binop": null }, "value": "position", - "start": 45114, - "end": 45122, + "start": 47504, + "end": 47512, "loc": { "start": { - "line": 993, + "line": 1035, "column": 70 }, "end": { - "line": 993, + "line": 1035, "column": 78 } } @@ -664040,15 +664527,15 @@ "postfix": false, "binop": null }, - "start": 45122, - "end": 45123, + "start": 47512, + "end": 47513, "loc": { "start": { - "line": 993, + "line": 1035, "column": 78 }, "end": { - "line": 993, + "line": 1035, "column": 79 } } @@ -664067,15 +664554,15 @@ "updateContext": null }, "value": "", - "start": 45123, - "end": 45123, + "start": 47513, + "end": 47513, "loc": { "start": { - "line": 993, + "line": 1035, "column": 79 }, "end": { - "line": 993, + "line": 1035, "column": 79 } } @@ -664092,15 +664579,15 @@ "postfix": false, "binop": null }, - "start": 45123, - "end": 45124, + "start": 47513, + "end": 47514, "loc": { "start": { - "line": 993, + "line": 1035, "column": 79 }, "end": { - "line": 993, + "line": 1035, "column": 80 } } @@ -664118,15 +664605,15 @@ "binop": null, "updateContext": null }, - "start": 45124, - "end": 45125, + "start": 47514, + "end": 47515, "loc": { "start": { - "line": 993, + "line": 1035, "column": 80 }, "end": { - "line": 993, + "line": 1035, "column": 81 } } @@ -664144,15 +664631,15 @@ "binop": null }, "value": "style", - "start": 45126, - "end": 45131, + "start": 47516, + "end": 47521, "loc": { "start": { - "line": 993, + "line": 1035, "column": 82 }, "end": { - "line": 993, + "line": 1035, "column": 87 } } @@ -664170,15 +664657,15 @@ "binop": null, "updateContext": null }, - "start": 45131, - "end": 45132, + "start": 47521, + "end": 47522, "loc": { "start": { - "line": 993, + "line": 1035, "column": 87 }, "end": { - "line": 993, + "line": 1035, "column": 88 } } @@ -664195,15 +664682,15 @@ "postfix": false, "binop": null }, - "start": 45133, - "end": 45134, + "start": 47523, + "end": 47524, "loc": { "start": { - "line": 993, + "line": 1035, "column": 89 }, "end": { - "line": 993, + "line": 1035, "column": 90 } } @@ -664222,15 +664709,15 @@ "updateContext": null }, "value": "height:", - "start": 45134, - "end": 45141, + "start": 47524, + "end": 47531, "loc": { "start": { - "line": 993, + "line": 1035, "column": 90 }, "end": { - "line": 993, + "line": 1035, "column": 97 } } @@ -664247,15 +664734,15 @@ "postfix": false, "binop": null }, - "start": 45141, - "end": 45143, + "start": 47531, + "end": 47533, "loc": { "start": { - "line": 993, + "line": 1035, "column": 97 }, "end": { - "line": 993, + "line": 1035, "column": 99 } } @@ -664273,15 +664760,15 @@ "binop": null }, "value": "_fullheight", - "start": 45143, - "end": 45154, + "start": 47533, + "end": 47544, "loc": { "start": { - "line": 993, + "line": 1035, "column": 99 }, "end": { - "line": 993, + "line": 1035, "column": 110 } } @@ -664298,15 +664785,15 @@ "postfix": false, "binop": null }, - "start": 45154, - "end": 45155, + "start": 47544, + "end": 47545, "loc": { "start": { - "line": 993, + "line": 1035, "column": 110 }, "end": { - "line": 993, + "line": 1035, "column": 111 } } @@ -664325,15 +664812,15 @@ "updateContext": null }, "value": "px;", - "start": 45155, - "end": 45158, + "start": 47545, + "end": 47548, "loc": { "start": { - "line": 993, + "line": 1035, "column": 111 }, "end": { - "line": 993, + "line": 1035, "column": 114 } } @@ -664350,15 +664837,15 @@ "postfix": false, "binop": null }, - "start": 45158, - "end": 45159, + "start": 47548, + "end": 47549, "loc": { "start": { - "line": 993, + "line": 1035, "column": 114 }, "end": { - "line": 993, + "line": 1035, "column": 115 } } @@ -664375,15 +664862,15 @@ "postfix": false, "binop": null }, - "start": 45160, - "end": 45161, + "start": 47550, + "end": 47551, "loc": { "start": { - "line": 993, + "line": 1035, "column": 116 }, "end": { - "line": 993, + "line": 1035, "column": 117 } } @@ -664400,15 +664887,15 @@ "postfix": false, "binop": null }, - "start": 45161, - "end": 45162, + "start": 47551, + "end": 47552, "loc": { "start": { - "line": 993, + "line": 1035, "column": 117 }, "end": { - "line": 993, + "line": 1035, "column": 118 } } @@ -664426,15 +664913,15 @@ "binop": null, "updateContext": null }, - "start": 45162, - "end": 45163, + "start": 47552, + "end": 47553, "loc": { "start": { - "line": 993, + "line": 1035, "column": 118 }, "end": { - "line": 993, + "line": 1035, "column": 119 } } @@ -664452,15 +664939,15 @@ "binop": null }, "value": "_ruler_bg", - "start": 45176, - "end": 45185, + "start": 47566, + "end": 47575, "loc": { "start": { - "line": 994, + "line": 1036, "column": 12 }, "end": { - "line": 994, + "line": 1036, "column": 21 } } @@ -664479,15 +664966,15 @@ "updateContext": null }, "value": "=", - "start": 45188, - "end": 45189, + "start": 47578, + "end": 47579, "loc": { "start": { - "line": 994, + "line": 1036, "column": 24 }, "end": { - "line": 994, + "line": 1036, "column": 25 } } @@ -664505,15 +664992,15 @@ "binop": null }, "value": "$", - "start": 45190, - "end": 45191, + "start": 47580, + "end": 47581, "loc": { "start": { - "line": 994, + "line": 1036, "column": 26 }, "end": { - "line": 994, + "line": 1036, "column": 27 } } @@ -664530,15 +665017,15 @@ "postfix": false, "binop": null }, - "start": 45191, - "end": 45192, + "start": 47581, + "end": 47582, "loc": { "start": { - "line": 994, + "line": 1036, "column": 27 }, "end": { - "line": 994, + "line": 1036, "column": 28 } } @@ -664555,15 +665042,15 @@ "postfix": false, "binop": null }, - "start": 45192, - "end": 45193, + "start": 47582, + "end": 47583, "loc": { "start": { - "line": 994, + "line": 1036, "column": 28 }, "end": { - "line": 994, + "line": 1036, "column": 29 } } @@ -664582,15 +665069,15 @@ "updateContext": null }, "value": "", - "start": 45283, - "end": 45294, + "start": 47673, + "end": 47684, "loc": { "start": { - "line": 994, + "line": 1036, "column": 119 }, "end": { - "line": 994, + "line": 1036, "column": 130 } } @@ -665019,15 +665506,15 @@ "postfix": false, "binop": null }, - "start": 45294, - "end": 45295, + "start": 47684, + "end": 47685, "loc": { "start": { - "line": 994, + "line": 1036, "column": 130 }, "end": { - "line": 994, + "line": 1036, "column": 131 } } @@ -665044,15 +665531,15 @@ "postfix": false, "binop": null }, - "start": 45295, - "end": 45296, + "start": 47685, + "end": 47686, "loc": { "start": { - "line": 994, + "line": 1036, "column": 131 }, "end": { - "line": 994, + "line": 1036, "column": 132 } } @@ -665070,15 +665557,15 @@ "binop": null, "updateContext": null }, - "start": 45296, - "end": 45297, + "start": 47686, + "end": 47687, "loc": { "start": { - "line": 994, + "line": 1036, "column": 132 }, "end": { - "line": 994, + "line": 1036, "column": 133 } } @@ -665096,15 +665583,15 @@ "binop": null }, "value": "_ruler_body", - "start": 45310, - "end": 45321, + "start": 47700, + "end": 47711, "loc": { "start": { - "line": 995, + "line": 1037, "column": 12 }, "end": { - "line": 995, + "line": 1037, "column": 23 } } @@ -665123,15 +665610,15 @@ "updateContext": null }, "value": "=", - "start": 45322, - "end": 45323, + "start": 47712, + "end": 47713, "loc": { "start": { - "line": 995, + "line": 1037, "column": 24 }, "end": { - "line": 995, + "line": 1037, "column": 25 } } @@ -665149,15 +665636,15 @@ "binop": null }, "value": "$", - "start": 45324, - "end": 45325, + "start": 47714, + "end": 47715, "loc": { "start": { - "line": 995, + "line": 1037, "column": 26 }, "end": { - "line": 995, + "line": 1037, "column": 27 } } @@ -665174,15 +665661,15 @@ "postfix": false, "binop": null }, - "start": 45325, - "end": 45326, + "start": 47715, + "end": 47716, "loc": { "start": { - "line": 995, + "line": 1037, "column": 27 }, "end": { - "line": 995, + "line": 1037, "column": 28 } } @@ -665201,15 +665688,15 @@ "updateContext": null }, "value": "
", - "start": 45326, - "end": 45339, + "start": 47716, + "end": 47729, "loc": { "start": { - "line": 995, + "line": 1037, "column": 28 }, "end": { - "line": 995, + "line": 1037, "column": 41 } } @@ -665227,15 +665714,15 @@ "binop": null, "updateContext": null }, - "start": 45339, - "end": 45340, + "start": 47729, + "end": 47730, "loc": { "start": { - "line": 995, + "line": 1037, "column": 41 }, "end": { - "line": 995, + "line": 1037, "column": 42 } } @@ -665252,15 +665739,15 @@ "postfix": false, "binop": null }, - "start": 45341, - "end": 45342, + "start": 47731, + "end": 47732, "loc": { "start": { - "line": 995, + "line": 1037, "column": 43 }, "end": { - "line": 995, + "line": 1037, "column": 44 } } @@ -665280,15 +665767,15 @@ "updateContext": null }, "value": "class", - "start": 45343, - "end": 45348, + "start": 47733, + "end": 47738, "loc": { "start": { - "line": 995, + "line": 1037, "column": 45 }, "end": { - "line": 995, + "line": 1037, "column": 50 } } @@ -665306,15 +665793,15 @@ "binop": null, "updateContext": null }, - "start": 45348, - "end": 45349, + "start": 47738, + "end": 47739, "loc": { "start": { - "line": 995, + "line": 1037, "column": 50 }, "end": { - "line": 995, + "line": 1037, "column": 51 } } @@ -665331,15 +665818,15 @@ "postfix": false, "binop": null }, - "start": 45350, - "end": 45351, + "start": 47740, + "end": 47741, "loc": { "start": { - "line": 995, + "line": 1037, "column": 52 }, "end": { - "line": 995, + "line": 1037, "column": 53 } } @@ -665358,15 +665845,15 @@ "updateContext": null }, "value": "", - "start": 45351, - "end": 45351, + "start": 47741, + "end": 47741, "loc": { "start": { - "line": 995, + "line": 1037, "column": 53 }, "end": { - "line": 995, + "line": 1037, "column": 53 } } @@ -665383,15 +665870,15 @@ "postfix": false, "binop": null }, - "start": 45351, - "end": 45353, + "start": 47741, + "end": 47743, "loc": { "start": { - "line": 995, + "line": 1037, "column": 53 }, "end": { - "line": 995, + "line": 1037, "column": 55 } } @@ -665409,15 +665896,15 @@ "binop": null }, "value": "PREFIX", - "start": 45353, - "end": 45359, + "start": 47743, + "end": 47749, "loc": { "start": { - "line": 995, + "line": 1037, "column": 55 }, "end": { - "line": 995, + "line": 1037, "column": 61 } } @@ -665434,15 +665921,15 @@ "postfix": false, "binop": null }, - "start": 45359, - "end": 45360, + "start": 47749, + "end": 47750, "loc": { "start": { - "line": 995, + "line": 1037, "column": 61 }, "end": { - "line": 995, + "line": 1037, "column": 62 } } @@ -665461,15 +665948,15 @@ "updateContext": null }, "value": "ruler-content-", - "start": 45360, - "end": 45374, + "start": 47750, + "end": 47764, "loc": { "start": { - "line": 995, + "line": 1037, "column": 62 }, "end": { - "line": 995, + "line": 1037, "column": 76 } } @@ -665486,15 +665973,15 @@ "postfix": false, "binop": null }, - "start": 45374, - "end": 45376, + "start": 47764, + "end": 47766, "loc": { "start": { - "line": 995, + "line": 1037, "column": 76 }, "end": { - "line": 995, + "line": 1037, "column": 78 } } @@ -665512,15 +665999,15 @@ "binop": null }, "value": "position", - "start": 45376, - "end": 45384, + "start": 47766, + "end": 47774, "loc": { "start": { - "line": 995, + "line": 1037, "column": 78 }, "end": { - "line": 995, + "line": 1037, "column": 86 } } @@ -665537,15 +666024,15 @@ "postfix": false, "binop": null }, - "start": 45384, - "end": 45385, + "start": 47774, + "end": 47775, "loc": { "start": { - "line": 995, + "line": 1037, "column": 86 }, "end": { - "line": 995, + "line": 1037, "column": 87 } } @@ -665564,15 +666051,15 @@ "updateContext": null }, "value": "", - "start": 45385, - "end": 45385, + "start": 47775, + "end": 47775, "loc": { "start": { - "line": 995, + "line": 1037, "column": 87 }, "end": { - "line": 995, + "line": 1037, "column": 87 } } @@ -665589,15 +666076,15 @@ "postfix": false, "binop": null }, - "start": 45385, - "end": 45386, + "start": 47775, + "end": 47776, "loc": { "start": { - "line": 995, + "line": 1037, "column": 87 }, "end": { - "line": 995, + "line": 1037, "column": 88 } } @@ -665614,15 +666101,15 @@ "postfix": false, "binop": null }, - "start": 45387, - "end": 45388, + "start": 47777, + "end": 47778, "loc": { "start": { - "line": 995, + "line": 1037, "column": 89 }, "end": { - "line": 995, + "line": 1037, "column": 90 } } @@ -665639,15 +666126,15 @@ "postfix": false, "binop": null }, - "start": 45388, - "end": 45389, + "start": 47778, + "end": 47779, "loc": { "start": { - "line": 995, + "line": 1037, "column": 90 }, "end": { - "line": 995, + "line": 1037, "column": 91 } } @@ -665665,15 +666152,15 @@ "binop": null, "updateContext": null }, - "start": 45389, - "end": 45390, + "start": 47779, + "end": 47780, "loc": { "start": { - "line": 995, + "line": 1037, "column": 91 }, "end": { - "line": 995, + "line": 1037, "column": 92 } } @@ -665691,15 +666178,15 @@ "binop": null }, "value": "_finalLines", - "start": 45403, - "end": 45414, + "start": 47793, + "end": 47804, "loc": { "start": { - "line": 996, + "line": 1038, "column": 12 }, "end": { - "line": 996, + "line": 1038, "column": 23 } } @@ -665718,15 +666205,15 @@ "updateContext": null }, "value": "=", - "start": 45415, - "end": 45416, + "start": 47805, + "end": 47806, "loc": { "start": { - "line": 996, + "line": 1038, "column": 24 }, "end": { - "line": 996, + "line": 1038, "column": 25 } } @@ -665745,15 +666232,15 @@ "updateContext": null }, "value": 0, - "start": 45417, - "end": 45418, + "start": 47807, + "end": 47808, "loc": { "start": { - "line": 996, + "line": 1038, "column": 26 }, "end": { - "line": 996, + "line": 1038, "column": 27 } } @@ -665771,15 +666258,15 @@ "binop": null, "updateContext": null }, - "start": 45418, - "end": 45419, + "start": 47808, + "end": 47809, "loc": { "start": { - "line": 996, + "line": 1038, "column": 27 }, "end": { - "line": 996, + "line": 1038, "column": 28 } } @@ -665797,15 +666284,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45432, - "end": 45441, + "start": 47822, + "end": 47831, "loc": { "start": { - "line": 997, + "line": 1039, "column": 12 }, "end": { - "line": 997, + "line": 1039, "column": 21 } } @@ -665824,15 +666311,15 @@ "updateContext": null }, "value": "=", - "start": 45444, - "end": 45445, + "start": 47834, + "end": 47835, "loc": { "start": { - "line": 997, + "line": 1039, "column": 24 }, "end": { - "line": 997, + "line": 1039, "column": 25 } } @@ -665850,15 +666337,15 @@ "binop": null }, "value": "_ruler_bg", - "start": 45446, - "end": 45455, + "start": 47836, + "end": 47845, "loc": { "start": { - "line": 997, + "line": 1039, "column": 26 }, "end": { - "line": 997, + "line": 1039, "column": 35 } } @@ -665876,15 +666363,15 @@ "binop": null, "updateContext": null }, - "start": 45455, - "end": 45456, + "start": 47845, + "end": 47846, "loc": { "start": { - "line": 997, + "line": 1039, "column": 35 }, "end": { - "line": 997, + "line": 1039, "column": 36 } } @@ -665903,15 +666390,15 @@ "updateContext": null }, "value": 0, - "start": 45456, - "end": 45457, + "start": 47846, + "end": 47847, "loc": { "start": { - "line": 997, + "line": 1039, "column": 36 }, "end": { - "line": 997, + "line": 1039, "column": 37 } } @@ -665929,15 +666416,15 @@ "binop": null, "updateContext": null }, - "start": 45457, - "end": 45458, + "start": 47847, + "end": 47848, "loc": { "start": { - "line": 997, + "line": 1039, "column": 37 }, "end": { - "line": 997, + "line": 1039, "column": 38 } } @@ -665955,15 +666442,15 @@ "binop": null, "updateContext": null }, - "start": 45458, - "end": 45459, + "start": 47848, + "end": 47849, "loc": { "start": { - "line": 997, + "line": 1039, "column": 38 }, "end": { - "line": 997, + "line": 1039, "column": 39 } } @@ -665981,15 +666468,15 @@ "binop": null }, "value": "getContext", - "start": 45459, - "end": 45469, + "start": 47849, + "end": 47859, "loc": { "start": { - "line": 997, + "line": 1039, "column": 39 }, "end": { - "line": 997, + "line": 1039, "column": 49 } } @@ -666006,15 +666493,15 @@ "postfix": false, "binop": null }, - "start": 45469, - "end": 45470, + "start": 47859, + "end": 47860, "loc": { "start": { - "line": 997, + "line": 1039, "column": 49 }, "end": { - "line": 997, + "line": 1039, "column": 50 } } @@ -666033,15 +666520,15 @@ "updateContext": null }, "value": "2d", - "start": 45470, - "end": 45474, + "start": 47860, + "end": 47864, "loc": { "start": { - "line": 997, + "line": 1039, "column": 50 }, "end": { - "line": 997, + "line": 1039, "column": 54 } } @@ -666058,15 +666545,15 @@ "postfix": false, "binop": null }, - "start": 45474, - "end": 45475, + "start": 47864, + "end": 47865, "loc": { "start": { - "line": 997, + "line": 1039, "column": 54 }, "end": { - "line": 997, + "line": 1039, "column": 55 } } @@ -666074,15 +666561,15 @@ { "type": "CommentLine", "value": "console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )", - "start": 45489, - "end": 45642, + "start": 47879, + "end": 48032, "loc": { "start": { - "line": 999, + "line": 1041, "column": 0 }, "end": { - "line": 999, + "line": 1041, "column": 153 } } @@ -666090,15 +666577,15 @@ { "type": "CommentLine", "value": " Draw background of ruler", - "start": 45651, - "end": 45678, + "start": 48041, + "end": 48068, "loc": { "start": { - "line": 1000, + "line": 1042, "column": 8 }, "end": { - "line": 1000, + "line": 1042, "column": 35 } } @@ -666116,15 +666603,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45687, - "end": 45696, + "start": 48077, + "end": 48086, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 8 }, "end": { - "line": 1001, + "line": 1043, "column": 17 } } @@ -666142,15 +666629,15 @@ "binop": null, "updateContext": null }, - "start": 45696, - "end": 45697, + "start": 48086, + "end": 48087, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 17 }, "end": { - "line": 1001, + "line": 1043, "column": 18 } } @@ -666168,15 +666655,15 @@ "binop": null }, "value": "fillStyle", - "start": 45697, - "end": 45706, + "start": 48087, + "end": 48096, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 18 }, "end": { - "line": 1001, + "line": 1043, "column": 27 } } @@ -666195,15 +666682,15 @@ "updateContext": null }, "value": "=", - "start": 45707, - "end": 45708, + "start": 48097, + "end": 48098, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 28 }, "end": { - "line": 1001, + "line": 1043, "column": 29 } } @@ -666221,15 +666708,15 @@ "binop": null }, "value": "background", - "start": 45709, - "end": 45719, + "start": 48099, + "end": 48109, "loc": { "start": { - "line": 1001, + "line": 1043, "column": 30 }, "end": { - "line": 1001, + "line": 1043, "column": 40 } } @@ -666247,15 +666734,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45728, - "end": 45737, + "start": 48118, + "end": 48127, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 8 }, "end": { - "line": 1002, + "line": 1044, "column": 17 } } @@ -666273,15 +666760,15 @@ "binop": null, "updateContext": null }, - "start": 45737, - "end": 45738, + "start": 48127, + "end": 48128, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 17 }, "end": { - "line": 1002, + "line": 1044, "column": 18 } } @@ -666299,15 +666786,15 @@ "binop": null }, "value": "fillRect", - "start": 45738, - "end": 45746, + "start": 48128, + "end": 48136, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 18 }, "end": { - "line": 1002, + "line": 1044, "column": 26 } } @@ -666324,15 +666811,15 @@ "postfix": false, "binop": null }, - "start": 45746, - "end": 45747, + "start": 48136, + "end": 48137, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 26 }, "end": { - "line": 1002, + "line": 1044, "column": 27 } } @@ -666351,15 +666838,15 @@ "updateContext": null }, "value": 0, - "start": 45748, - "end": 45749, + "start": 48138, + "end": 48139, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 28 }, "end": { - "line": 1002, + "line": 1044, "column": 29 } } @@ -666377,15 +666864,15 @@ "binop": null, "updateContext": null }, - "start": 45749, - "end": 45750, + "start": 48139, + "end": 48140, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 29 }, "end": { - "line": 1002, + "line": 1044, "column": 30 } } @@ -666404,15 +666891,15 @@ "updateContext": null }, "value": 0, - "start": 45751, - "end": 45752, + "start": 48141, + "end": 48142, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 31 }, "end": { - "line": 1002, + "line": 1044, "column": 32 } } @@ -666430,15 +666917,15 @@ "binop": null, "updateContext": null }, - "start": 45752, - "end": 45753, + "start": 48142, + "end": 48143, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 32 }, "end": { - "line": 1002, + "line": 1044, "column": 33 } } @@ -666456,15 +666943,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45754, - "end": 45763, + "start": 48144, + "end": 48153, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 34 }, "end": { - "line": 1002, + "line": 1044, "column": 43 } } @@ -666482,15 +666969,15 @@ "binop": null, "updateContext": null }, - "start": 45763, - "end": 45764, + "start": 48153, + "end": 48154, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 43 }, "end": { - "line": 1002, + "line": 1044, "column": 44 } } @@ -666508,15 +666995,15 @@ "binop": null }, "value": "canvas", - "start": 45764, - "end": 45770, + "start": 48154, + "end": 48160, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 44 }, "end": { - "line": 1002, + "line": 1044, "column": 50 } } @@ -666534,15 +667021,15 @@ "binop": null, "updateContext": null }, - "start": 45770, - "end": 45771, + "start": 48160, + "end": 48161, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 50 }, "end": { - "line": 1002, + "line": 1044, "column": 51 } } @@ -666560,15 +667047,15 @@ "binop": null }, "value": "width", - "start": 45771, - "end": 45776, + "start": 48161, + "end": 48166, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 51 }, "end": { - "line": 1002, + "line": 1044, "column": 56 } } @@ -666586,15 +667073,15 @@ "binop": null, "updateContext": null }, - "start": 45776, - "end": 45777, + "start": 48166, + "end": 48167, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 56 }, "end": { - "line": 1002, + "line": 1044, "column": 57 } } @@ -666612,15 +667099,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45778, - "end": 45787, + "start": 48168, + "end": 48177, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 58 }, "end": { - "line": 1002, + "line": 1044, "column": 67 } } @@ -666638,15 +667125,15 @@ "binop": null, "updateContext": null }, - "start": 45787, - "end": 45788, + "start": 48177, + "end": 48178, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 67 }, "end": { - "line": 1002, + "line": 1044, "column": 68 } } @@ -666664,15 +667151,15 @@ "binop": null }, "value": "canvas", - "start": 45788, - "end": 45794, + "start": 48178, + "end": 48184, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 68 }, "end": { - "line": 1002, + "line": 1044, "column": 74 } } @@ -666690,15 +667177,15 @@ "binop": null, "updateContext": null }, - "start": 45794, - "end": 45795, + "start": 48184, + "end": 48185, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 74 }, "end": { - "line": 1002, + "line": 1044, "column": 75 } } @@ -666716,15 +667203,15 @@ "binop": null }, "value": "height", - "start": 45795, - "end": 45801, + "start": 48185, + "end": 48191, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 75 }, "end": { - "line": 1002, + "line": 1044, "column": 81 } } @@ -666741,15 +667228,15 @@ "postfix": false, "binop": null }, - "start": 45802, - "end": 45803, + "start": 48192, + "end": 48193, "loc": { "start": { - "line": 1002, + "line": 1044, "column": 82 }, "end": { - "line": 1002, + "line": 1044, "column": 83 } } @@ -666757,15 +667244,15 @@ { "type": "CommentLine", "value": " Draw stroke of ruler", - "start": 45821, - "end": 45844, + "start": 48211, + "end": 48234, "loc": { "start": { - "line": 1004, + "line": 1046, "column": 8 }, "end": { - "line": 1004, + "line": 1046, "column": 31 } } @@ -666783,15 +667270,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45853, - "end": 45862, + "start": 48243, + "end": 48252, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 8 }, "end": { - "line": 1005, + "line": 1047, "column": 17 } } @@ -666809,15 +667296,15 @@ "binop": null, "updateContext": null }, - "start": 45862, - "end": 45863, + "start": 48252, + "end": 48253, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 17 }, "end": { - "line": 1005, + "line": 1047, "column": 18 } } @@ -666835,15 +667322,15 @@ "binop": null }, "value": "strokeStyle", - "start": 45863, - "end": 45874, + "start": 48253, + "end": 48264, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 18 }, "end": { - "line": 1005, + "line": 1047, "column": 29 } } @@ -666862,15 +667349,15 @@ "updateContext": null }, "value": "=", - "start": 45875, - "end": 45876, + "start": 48265, + "end": 48266, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 30 }, "end": { - "line": 1005, + "line": 1047, "column": 31 } } @@ -666889,15 +667376,15 @@ "updateContext": null }, "value": "rgba( 51, 51, 51, 0.1 )", - "start": 45877, - "end": 45902, + "start": 48267, + "end": 48292, "loc": { "start": { - "line": 1005, + "line": 1047, "column": 32 }, "end": { - "line": 1005, + "line": 1047, "column": 57 } } @@ -666915,15 +667402,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45911, - "end": 45920, + "start": 48301, + "end": 48310, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 8 }, "end": { - "line": 1006, + "line": 1048, "column": 17 } } @@ -666941,15 +667428,15 @@ "binop": null, "updateContext": null }, - "start": 45920, - "end": 45921, + "start": 48310, + "end": 48311, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 17 }, "end": { - "line": 1006, + "line": 1048, "column": 18 } } @@ -666967,15 +667454,15 @@ "binop": null }, "value": "lineWidth", - "start": 45921, - "end": 45930, + "start": 48311, + "end": 48320, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 18 }, "end": { - "line": 1006, + "line": 1048, "column": 27 } } @@ -666994,15 +667481,15 @@ "updateContext": null }, "value": "=", - "start": 45931, - "end": 45932, + "start": 48321, + "end": 48322, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 28 }, "end": { - "line": 1006, + "line": 1048, "column": 29 } } @@ -667021,15 +667508,15 @@ "updateContext": null }, "value": 1, - "start": 45933, - "end": 45934, + "start": 48323, + "end": 48324, "loc": { "start": { - "line": 1006, + "line": 1048, "column": 30 }, "end": { - "line": 1006, + "line": 1048, "column": 31 } } @@ -667047,15 +667534,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 45943, - "end": 45952, + "start": 48333, + "end": 48342, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 8 }, "end": { - "line": 1007, + "line": 1049, "column": 17 } } @@ -667073,15 +667560,15 @@ "binop": null, "updateContext": null }, - "start": 45952, - "end": 45953, + "start": 48342, + "end": 48343, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 17 }, "end": { - "line": 1007, + "line": 1049, "column": 18 } } @@ -667099,15 +667586,15 @@ "binop": null }, "value": "filter", - "start": 45953, - "end": 45959, + "start": 48343, + "end": 48349, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 18 }, "end": { - "line": 1007, + "line": 1049, "column": 24 } } @@ -667126,15 +667613,15 @@ "updateContext": null }, "value": "=", - "start": 45960, - "end": 45961, + "start": 48350, + "end": 48351, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 25 }, "end": { - "line": 1007, + "line": 1049, "column": 26 } } @@ -667153,15 +667640,15 @@ "updateContext": null }, "value": "url(#crisp)", - "start": 45962, - "end": 45975, + "start": 48352, + "end": 48365, "loc": { "start": { - "line": 1007, + "line": 1049, "column": 27 }, "end": { - "line": 1007, + "line": 1049, "column": 40 } } @@ -667179,15 +667666,15 @@ "binop": null }, "value": "ruler_line", - "start": 45984, - "end": 45994, + "start": 48374, + "end": 48384, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 8 }, "end": { - "line": 1008, + "line": 1050, "column": 18 } } @@ -667205,15 +667692,15 @@ "binop": null, "updateContext": null }, - "start": 45994, - "end": 45995, + "start": 48384, + "end": 48385, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 18 }, "end": { - "line": 1008, + "line": 1050, "column": 19 } } @@ -667231,15 +667718,15 @@ "binop": null }, "value": "some", - "start": 45995, - "end": 45999, + "start": 48385, + "end": 48389, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 19 }, "end": { - "line": 1008, + "line": 1050, "column": 23 } } @@ -667256,15 +667743,15 @@ "postfix": false, "binop": null }, - "start": 45999, - "end": 46000, + "start": 48389, + "end": 48390, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 23 }, "end": { - "line": 1008, + "line": 1050, "column": 24 } } @@ -667281,15 +667768,15 @@ "postfix": false, "binop": null }, - "start": 46001, - "end": 46002, + "start": 48391, + "end": 48392, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 25 }, "end": { - "line": 1008, + "line": 1050, "column": 26 } } @@ -667307,15 +667794,15 @@ "binop": null }, "value": "line_scale", - "start": 46003, - "end": 46013, + "start": 48393, + "end": 48403, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 27 }, "end": { - "line": 1008, + "line": 1050, "column": 37 } } @@ -667333,15 +667820,15 @@ "binop": null, "updateContext": null }, - "start": 46013, - "end": 46014, + "start": 48403, + "end": 48404, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 37 }, "end": { - "line": 1008, + "line": 1050, "column": 38 } } @@ -667359,15 +667846,15 @@ "binop": null }, "value": "idx", - "start": 46015, - "end": 46018, + "start": 48405, + "end": 48408, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 39 }, "end": { - "line": 1008, + "line": 1050, "column": 42 } } @@ -667384,15 +667871,15 @@ "postfix": false, "binop": null }, - "start": 46019, - "end": 46020, + "start": 48409, + "end": 48410, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 43 }, "end": { - "line": 1008, + "line": 1050, "column": 44 } } @@ -667410,15 +667897,15 @@ "binop": null, "updateContext": null }, - "start": 46021, - "end": 46023, + "start": 48411, + "end": 48413, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 45 }, "end": { - "line": 1008, + "line": 1050, "column": 47 } } @@ -667435,15 +667922,15 @@ "postfix": false, "binop": null }, - "start": 46024, - "end": 46025, + "start": 48414, + "end": 48415, "loc": { "start": { - "line": 1008, + "line": 1050, "column": 48 }, "end": { - "line": 1008, + "line": 1050, "column": 49 } } @@ -667463,15 +667950,15 @@ "updateContext": null }, "value": "if", - "start": 46038, - "end": 46040, + "start": 48428, + "end": 48430, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 12 }, "end": { - "line": 1009, + "line": 1051, "column": 14 } } @@ -667488,15 +667975,15 @@ "postfix": false, "binop": null }, - "start": 46041, - "end": 46042, + "start": 48431, + "end": 48432, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 15 }, "end": { - "line": 1009, + "line": 1051, "column": 16 } } @@ -667518,15 +668005,15 @@ "pattern": "^(quarter|half)-?(|hour)$", "flags": "i" }, - "start": 46043, - "end": 46071, + "start": 48433, + "end": 48461, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 17 }, "end": { - "line": 1009, + "line": 1051, "column": 45 } } @@ -667544,15 +668031,15 @@ "binop": null, "updateContext": null }, - "start": 46071, - "end": 46072, + "start": 48461, + "end": 48462, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 45 }, "end": { - "line": 1009, + "line": 1051, "column": 46 } } @@ -667570,15 +668057,15 @@ "binop": null }, "value": "test", - "start": 46072, - "end": 46076, + "start": 48462, + "end": 48466, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 46 }, "end": { - "line": 1009, + "line": 1051, "column": 50 } } @@ -667595,15 +668082,15 @@ "postfix": false, "binop": null }, - "start": 46076, - "end": 46077, + "start": 48466, + "end": 48467, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 50 }, "end": { - "line": 1009, + "line": 1051, "column": 51 } } @@ -667621,15 +668108,15 @@ "binop": null }, "value": "line_scale", - "start": 46078, - "end": 46088, + "start": 48468, + "end": 48478, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 52 }, "end": { - "line": 1009, + "line": 1051, "column": 62 } } @@ -667646,15 +668133,15 @@ "postfix": false, "binop": null }, - "start": 46089, - "end": 46090, + "start": 48479, + "end": 48480, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 63 }, "end": { - "line": 1009, + "line": 1051, "column": 64 } } @@ -667671,15 +668158,15 @@ "postfix": false, "binop": null }, - "start": 46091, - "end": 46092, + "start": 48481, + "end": 48482, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 65 }, "end": { - "line": 1009, + "line": 1051, "column": 66 } } @@ -667696,15 +668183,15 @@ "postfix": false, "binop": null }, - "start": 46093, - "end": 46094, + "start": 48483, + "end": 48484, "loc": { "start": { - "line": 1009, + "line": 1051, "column": 67 }, "end": { - "line": 1009, + "line": 1051, "column": 68 } } @@ -667724,15 +668211,15 @@ "updateContext": null }, "value": "return", - "start": 46111, - "end": 46117, + "start": 48501, + "end": 48507, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 16 }, "end": { - "line": 1010, + "line": 1052, "column": 22 } } @@ -667752,15 +668239,15 @@ "updateContext": null }, "value": "true", - "start": 46118, - "end": 46122, + "start": 48508, + "end": 48512, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 23 }, "end": { - "line": 1010, + "line": 1052, "column": 27 } } @@ -667768,15 +668255,15 @@ { "type": "CommentLine", "value": " break", - "start": 46123, - "end": 46131, + "start": 48513, + "end": 48521, "loc": { "start": { - "line": 1010, + "line": 1052, "column": 28 }, "end": { - "line": 1010, + "line": 1052, "column": 36 } } @@ -667793,15 +668280,15 @@ "postfix": false, "binop": null }, - "start": 46144, - "end": 46145, + "start": 48534, + "end": 48535, "loc": { "start": { - "line": 1011, + "line": 1053, "column": 12 }, "end": { - "line": 1011, + "line": 1053, "column": 13 } } @@ -667819,15 +668306,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 46171, - "end": 46180, + "start": 48561, + "end": 48570, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 12 }, "end": { - "line": 1013, + "line": 1055, "column": 21 } } @@ -667845,15 +668332,15 @@ "binop": null, "updateContext": null }, - "start": 46180, - "end": 46181, + "start": 48570, + "end": 48571, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 21 }, "end": { - "line": 1013, + "line": 1055, "column": 22 } } @@ -667871,15 +668358,15 @@ "binop": null }, "value": "beginPath", - "start": 46181, - "end": 46190, + "start": 48571, + "end": 48580, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 22 }, "end": { - "line": 1013, + "line": 1055, "column": 31 } } @@ -667896,15 +668383,15 @@ "postfix": false, "binop": null }, - "start": 46190, - "end": 46191, + "start": 48580, + "end": 48581, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 31 }, "end": { - "line": 1013, + "line": 1055, "column": 32 } } @@ -667921,15 +668408,15 @@ "postfix": false, "binop": null }, - "start": 46191, - "end": 46192, + "start": 48581, + "end": 48582, "loc": { "start": { - "line": 1013, + "line": 1055, "column": 32 }, "end": { - "line": 1013, + "line": 1055, "column": 33 } } @@ -667937,15 +668424,15 @@ { "type": "CommentLine", "value": " Draw rows", - "start": 46218, - "end": 46230, + "start": 48608, + "end": 48620, "loc": { "start": { - "line": 1015, + "line": 1057, "column": 12 }, "end": { - "line": 1015, + "line": 1057, "column": 24 } } @@ -667953,15 +668440,15 @@ { "type": "CommentLine", "value": "let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,", - "start": 46243, - "end": 46307, + "start": 48633, + "end": 48697, "loc": { "start": { - "line": 1016, + "line": 1058, "column": 12 }, "end": { - "line": 1016, + "line": 1058, "column": 76 } } @@ -667981,15 +668468,15 @@ "updateContext": null }, "value": "let", - "start": 46320, - "end": 46323, + "start": 48710, + "end": 48713, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 12 }, "end": { - "line": 1017, + "line": 1059, "column": 15 } } @@ -668007,15 +668494,15 @@ "binop": null }, "value": "_line_y", - "start": 46324, - "end": 46331, + "start": 48714, + "end": 48721, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 16 }, "end": { - "line": 1017, + "line": 1059, "column": 23 } } @@ -668034,15 +668521,15 @@ "updateContext": null }, "value": "=", - "start": 46332, - "end": 46333, + "start": 48722, + "end": 48723, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 24 }, "end": { - "line": 1017, + "line": 1059, "column": 25 } } @@ -668060,15 +668547,15 @@ "binop": null }, "value": "position", - "start": 46334, - "end": 46342, + "start": 48724, + "end": 48732, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 26 }, "end": { - "line": 1017, + "line": 1059, "column": 34 } } @@ -668087,15 +668574,15 @@ "updateContext": null }, "value": "===", - "start": 46343, - "end": 46346, + "start": 48733, + "end": 48736, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 35 }, "end": { - "line": 1017, + "line": 1059, "column": 38 } } @@ -668114,15 +668601,15 @@ "updateContext": null }, "value": "top", - "start": 46347, - "end": 46352, + "start": 48737, + "end": 48742, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 39 }, "end": { - "line": 1017, + "line": 1059, "column": 44 } } @@ -668140,15 +668627,15 @@ "binop": null, "updateContext": null }, - "start": 46353, - "end": 46354, + "start": 48743, + "end": 48744, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 45 }, "end": { - "line": 1017, + "line": 1059, "column": 46 } } @@ -668166,15 +668653,15 @@ "binop": null }, "value": "line_height", - "start": 46355, - "end": 46366, + "start": 48745, + "end": 48756, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 47 }, "end": { - "line": 1017, + "line": 1059, "column": 58 } } @@ -668193,15 +668680,15 @@ "updateContext": null }, "value": "*", - "start": 46367, - "end": 46368, + "start": 48757, + "end": 48758, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 59 }, "end": { - "line": 1017, + "line": 1059, "column": 60 } } @@ -668218,15 +668705,15 @@ "postfix": false, "binop": null }, - "start": 46369, - "end": 46370, + "start": 48759, + "end": 48760, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 61 }, "end": { - "line": 1017, + "line": 1059, "column": 62 } } @@ -668244,15 +668731,15 @@ "binop": null }, "value": "idx", - "start": 46371, - "end": 46374, + "start": 48761, + "end": 48764, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 63 }, "end": { - "line": 1017, + "line": 1059, "column": 66 } } @@ -668271,15 +668758,15 @@ "updateContext": null }, "value": "+", - "start": 46375, - "end": 46376, + "start": 48765, + "end": 48766, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 67 }, "end": { - "line": 1017, + "line": 1059, "column": 68 } } @@ -668298,15 +668785,15 @@ "updateContext": null }, "value": 1, - "start": 46377, - "end": 46378, + "start": 48767, + "end": 48768, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 69 }, "end": { - "line": 1017, + "line": 1059, "column": 70 } } @@ -668323,15 +668810,15 @@ "postfix": false, "binop": null }, - "start": 46379, - "end": 46380, + "start": 48769, + "end": 48770, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 71 }, "end": { - "line": 1017, + "line": 1059, "column": 72 } } @@ -668350,15 +668837,15 @@ "updateContext": null }, "value": "-", - "start": 46381, - "end": 46382, + "start": 48771, + "end": 48772, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 73 }, "end": { - "line": 1017, + "line": 1059, "column": 74 } } @@ -668377,15 +668864,15 @@ "updateContext": null }, "value": 0.5, - "start": 46383, - "end": 46386, + "start": 48773, + "end": 48776, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 75 }, "end": { - "line": 1017, + "line": 1059, "column": 78 } } @@ -668403,15 +668890,15 @@ "binop": null, "updateContext": null }, - "start": 46387, - "end": 46388, + "start": 48777, + "end": 48778, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 79 }, "end": { - "line": 1017, + "line": 1059, "column": 80 } } @@ -668429,15 +668916,15 @@ "binop": null }, "value": "line_height", - "start": 46389, - "end": 46400, + "start": 48779, + "end": 48790, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 81 }, "end": { - "line": 1017, + "line": 1059, "column": 92 } } @@ -668456,15 +668943,15 @@ "updateContext": null }, "value": "*", - "start": 46401, - "end": 46402, + "start": 48791, + "end": 48792, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 93 }, "end": { - "line": 1017, + "line": 1059, "column": 94 } } @@ -668482,15 +668969,15 @@ "binop": null }, "value": "idx", - "start": 46403, - "end": 46406, + "start": 48793, + "end": 48796, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 95 }, "end": { - "line": 1017, + "line": 1059, "column": 98 } } @@ -668509,15 +668996,15 @@ "updateContext": null }, "value": "+", - "start": 46407, - "end": 46408, + "start": 48797, + "end": 48798, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 99 }, "end": { - "line": 1017, + "line": 1059, "column": 100 } } @@ -668536,15 +669023,15 @@ "updateContext": null }, "value": 0.5, - "start": 46409, - "end": 46412, + "start": 48799, + "end": 48802, "loc": { "start": { - "line": 1017, + "line": 1059, "column": 101 }, "end": { - "line": 1017, + "line": 1059, "column": 104 } } @@ -668562,15 +669049,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 46438, - "end": 46447, + "start": 48828, + "end": 48837, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 12 }, "end": { - "line": 1019, + "line": 1061, "column": 21 } } @@ -668588,15 +669075,15 @@ "binop": null, "updateContext": null }, - "start": 46447, - "end": 46448, + "start": 48837, + "end": 48838, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 21 }, "end": { - "line": 1019, + "line": 1061, "column": 22 } } @@ -668614,15 +669101,15 @@ "binop": null }, "value": "moveTo", - "start": 46448, - "end": 46454, + "start": 48838, + "end": 48844, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 22 }, "end": { - "line": 1019, + "line": 1061, "column": 28 } } @@ -668639,15 +669126,15 @@ "postfix": false, "binop": null }, - "start": 46454, - "end": 46455, + "start": 48844, + "end": 48845, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 28 }, "end": { - "line": 1019, + "line": 1061, "column": 29 } } @@ -668666,15 +669153,15 @@ "updateContext": null }, "value": 0, - "start": 46456, - "end": 46457, + "start": 48846, + "end": 48847, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 30 }, "end": { - "line": 1019, + "line": 1061, "column": 31 } } @@ -668692,15 +669179,15 @@ "binop": null, "updateContext": null }, - "start": 46457, - "end": 46458, + "start": 48847, + "end": 48848, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 31 }, "end": { - "line": 1019, + "line": 1061, "column": 32 } } @@ -668718,15 +669205,15 @@ "binop": null }, "value": "_line_y", - "start": 46459, - "end": 46466, + "start": 48849, + "end": 48856, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 33 }, "end": { - "line": 1019, + "line": 1061, "column": 40 } } @@ -668743,15 +669230,15 @@ "postfix": false, "binop": null }, - "start": 46467, - "end": 46468, + "start": 48857, + "end": 48858, "loc": { "start": { - "line": 1019, + "line": 1061, "column": 41 }, "end": { - "line": 1019, + "line": 1061, "column": 42 } } @@ -668769,15 +669256,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 46481, - "end": 46490, + "start": 48871, + "end": 48880, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 12 }, "end": { - "line": 1020, + "line": 1062, "column": 21 } } @@ -668795,15 +669282,15 @@ "binop": null, "updateContext": null }, - "start": 46490, - "end": 46491, + "start": 48880, + "end": 48881, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 21 }, "end": { - "line": 1020, + "line": 1062, "column": 22 } } @@ -668821,15 +669308,15 @@ "binop": null }, "value": "lineTo", - "start": 46491, - "end": 46497, + "start": 48881, + "end": 48887, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 22 }, "end": { - "line": 1020, + "line": 1062, "column": 28 } } @@ -668846,15 +669333,15 @@ "postfix": false, "binop": null }, - "start": 46497, - "end": 46498, + "start": 48887, + "end": 48888, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 28 }, "end": { - "line": 1020, + "line": 1062, "column": 29 } } @@ -668872,15 +669359,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 46499, - "end": 46508, + "start": 48889, + "end": 48898, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 30 }, "end": { - "line": 1020, + "line": 1062, "column": 39 } } @@ -668898,15 +669385,15 @@ "binop": null, "updateContext": null }, - "start": 46508, - "end": 46509, + "start": 48898, + "end": 48899, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 39 }, "end": { - "line": 1020, + "line": 1062, "column": 40 } } @@ -668924,15 +669411,15 @@ "binop": null }, "value": "canvas", - "start": 46509, - "end": 46515, + "start": 48899, + "end": 48905, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 40 }, "end": { - "line": 1020, + "line": 1062, "column": 46 } } @@ -668950,15 +669437,15 @@ "binop": null, "updateContext": null }, - "start": 46515, - "end": 46516, + "start": 48905, + "end": 48906, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 46 }, "end": { - "line": 1020, + "line": 1062, "column": 47 } } @@ -668976,15 +669463,15 @@ "binop": null }, "value": "width", - "start": 46516, - "end": 46521, + "start": 48906, + "end": 48911, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 47 }, "end": { - "line": 1020, + "line": 1062, "column": 52 } } @@ -669002,15 +669489,15 @@ "binop": null, "updateContext": null }, - "start": 46521, - "end": 46522, + "start": 48911, + "end": 48912, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 52 }, "end": { - "line": 1020, + "line": 1062, "column": 53 } } @@ -669028,15 +669515,15 @@ "binop": null }, "value": "_line_y", - "start": 46523, - "end": 46530, + "start": 48913, + "end": 48920, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 54 }, "end": { - "line": 1020, + "line": 1062, "column": 61 } } @@ -669053,15 +669540,15 @@ "postfix": false, "binop": null }, - "start": 46531, - "end": 46532, + "start": 48921, + "end": 48922, "loc": { "start": { - "line": 1020, + "line": 1062, "column": 62 }, "end": { - "line": 1020, + "line": 1062, "column": 63 } } @@ -669069,15 +669556,15 @@ { "type": "CommentLine", "value": " Draw cols", - "start": 46558, - "end": 46570, + "start": 48948, + "end": 48960, "loc": { "start": { - "line": 1022, + "line": 1064, "column": 12 }, "end": { - "line": 1022, + "line": 1064, "column": 24 } } @@ -669097,15 +669584,15 @@ "updateContext": null }, "value": "let", - "start": 46583, - "end": 46586, + "start": 48973, + "end": 48976, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 12 }, "end": { - "line": 1023, + "line": 1065, "column": 15 } } @@ -669123,15 +669610,15 @@ "binop": null }, "value": "_line_grids", - "start": 46587, - "end": 46598, + "start": 48977, + "end": 48988, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 16 }, "end": { - "line": 1023, + "line": 1065, "column": 27 } } @@ -669150,15 +669637,15 @@ "updateContext": null }, "value": "=", - "start": 46599, - "end": 46600, + "start": 48989, + "end": 48990, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 28 }, "end": { - "line": 1023, + "line": 1065, "column": 29 } } @@ -669178,15 +669665,15 @@ "updateContext": null }, "value": "null", - "start": 46601, - "end": 46605, + "start": 48991, + "end": 48995, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 30 }, "end": { - "line": 1023, + "line": 1065, "column": 34 } } @@ -669204,15 +669691,15 @@ "binop": null, "updateContext": null }, - "start": 46605, - "end": 46606, + "start": 48995, + "end": 48996, "loc": { "start": { - "line": 1023, + "line": 1065, "column": 34 }, "end": { - "line": 1023, + "line": 1065, "column": 35 } } @@ -669230,15 +669717,15 @@ "binop": null }, "value": "_grid_x", - "start": 46623, - "end": 46630, + "start": 49013, + "end": 49020, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 16 }, "end": { - "line": 1024, + "line": 1066, "column": 23 } } @@ -669257,15 +669744,15 @@ "updateContext": null }, "value": "=", - "start": 46635, - "end": 46636, + "start": 49025, + "end": 49026, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 28 }, "end": { - "line": 1024, + "line": 1066, "column": 29 } } @@ -669284,15 +669771,15 @@ "updateContext": null }, "value": 0, - "start": 46637, - "end": 46638, + "start": 49027, + "end": 49028, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 30 }, "end": { - "line": 1024, + "line": 1066, "column": 31 } } @@ -669310,15 +669797,15 @@ "binop": null, "updateContext": null }, - "start": 46638, - "end": 46639, + "start": 49028, + "end": 49029, "loc": { "start": { - "line": 1024, + "line": 1066, "column": 31 }, "end": { - "line": 1024, + "line": 1066, "column": 32 } } @@ -669336,15 +669823,15 @@ "binop": null }, "value": "_correction", - "start": 46656, - "end": 46667, + "start": 49046, + "end": 49057, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 16 }, "end": { - "line": 1025, + "line": 1067, "column": 27 } } @@ -669363,15 +669850,15 @@ "updateContext": null }, "value": "=", - "start": 46668, - "end": 46669, + "start": 49058, + "end": 49059, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 28 }, "end": { - "line": 1025, + "line": 1067, "column": 29 } } @@ -669390,15 +669877,15 @@ "updateContext": null }, "value": "-", - "start": 46670, - "end": 46671, + "start": 49060, + "end": 49061, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 30 }, "end": { - "line": 1025, + "line": 1067, "column": 31 } } @@ -669417,15 +669904,15 @@ "updateContext": null }, "value": 1.5, - "start": 46671, - "end": 46674, + "start": 49061, + "end": 49064, "loc": { "start": { - "line": 1025, + "line": 1067, "column": 31 }, "end": { - "line": 1025, + "line": 1067, "column": 34 } } @@ -669445,15 +669932,15 @@ "updateContext": null }, "value": "if", - "start": 46700, - "end": 46702, + "start": 49090, + "end": 49092, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 12 }, "end": { - "line": 1027, + "line": 1069, "column": 14 } } @@ -669470,15 +669957,15 @@ "postfix": false, "binop": null }, - "start": 46703, - "end": 46704, + "start": 49093, + "end": 49094, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 15 }, "end": { - "line": 1027, + "line": 1069, "column": 16 } } @@ -669500,15 +669987,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 46705, - "end": 46724, + "start": 49095, + "end": 49114, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 17 }, "end": { - "line": 1027, + "line": 1069, "column": 36 } } @@ -669526,15 +670013,15 @@ "binop": null, "updateContext": null }, - "start": 46724, - "end": 46725, + "start": 49114, + "end": 49115, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 36 }, "end": { - "line": 1027, + "line": 1069, "column": 37 } } @@ -669552,15 +670039,15 @@ "binop": null }, "value": "test", - "start": 46725, - "end": 46729, + "start": 49115, + "end": 49119, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 37 }, "end": { - "line": 1027, + "line": 1069, "column": 41 } } @@ -669577,15 +670064,15 @@ "postfix": false, "binop": null }, - "start": 46729, - "end": 46730, + "start": 49119, + "end": 49120, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 41 }, "end": { - "line": 1027, + "line": 1069, "column": 42 } } @@ -669603,15 +670090,15 @@ "binop": null }, "value": "_opts", - "start": 46731, - "end": 46736, + "start": 49121, + "end": 49126, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 43 }, "end": { - "line": 1027, + "line": 1069, "column": 48 } } @@ -669629,15 +670116,15 @@ "binop": null, "updateContext": null }, - "start": 46736, - "end": 46737, + "start": 49126, + "end": 49127, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 48 }, "end": { - "line": 1027, + "line": 1069, "column": 49 } } @@ -669655,15 +670142,15 @@ "binop": null }, "value": "scale", - "start": 46737, - "end": 46742, + "start": 49127, + "end": 49132, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 49 }, "end": { - "line": 1027, + "line": 1069, "column": 54 } } @@ -669680,15 +670167,15 @@ "postfix": false, "binop": null }, - "start": 46743, - "end": 46744, + "start": 49133, + "end": 49134, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 55 }, "end": { - "line": 1027, + "line": 1069, "column": 56 } } @@ -669705,15 +670192,15 @@ "postfix": false, "binop": null }, - "start": 46745, - "end": 46746, + "start": 49135, + "end": 49136, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 57 }, "end": { - "line": 1027, + "line": 1069, "column": 58 } } @@ -669730,15 +670217,15 @@ "postfix": false, "binop": null }, - "start": 46747, - "end": 46748, + "start": 49137, + "end": 49138, "loc": { "start": { - "line": 1027, + "line": 1069, "column": 59 }, "end": { - "line": 1027, + "line": 1069, "column": 60 } } @@ -669746,15 +670233,15 @@ { "type": "CommentLine", "value": " For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合", - "start": 46765, - "end": 46862, + "start": 49155, + "end": 49252, "loc": { "start": { - "line": 1028, + "line": 1070, "column": 16 }, "end": { - "line": 1028, + "line": 1070, "column": 113 } } @@ -669772,15 +670259,15 @@ "binop": null }, "value": "_line_grids", - "start": 46879, - "end": 46890, + "start": 49269, + "end": 49280, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 16 }, "end": { - "line": 1029, + "line": 1071, "column": 27 } } @@ -669799,15 +670286,15 @@ "updateContext": null }, "value": "=", - "start": 46891, - "end": 46892, + "start": 49281, + "end": 49282, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 28 }, "end": { - "line": 1029, + "line": 1071, "column": 29 } } @@ -669827,15 +670314,15 @@ "updateContext": null }, "value": "this", - "start": 46893, - "end": 46897, + "start": 49283, + "end": 49287, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 30 }, "end": { - "line": 1029, + "line": 1071, "column": 34 } } @@ -669853,15 +670340,15 @@ "binop": null, "updateContext": null }, - "start": 46897, - "end": 46898, + "start": 49287, + "end": 49288, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 34 }, "end": { - "line": 1029, + "line": 1071, "column": 35 } } @@ -669879,15 +670366,15 @@ "binop": null }, "value": "_filterVariableScale", - "start": 46898, - "end": 46918, + "start": 49288, + "end": 49308, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 35 }, "end": { - "line": 1029, + "line": 1071, "column": 55 } } @@ -669904,15 +670391,15 @@ "postfix": false, "binop": null }, - "start": 46918, - "end": 46919, + "start": 49308, + "end": 49309, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 55 }, "end": { - "line": 1029, + "line": 1071, "column": 56 } } @@ -669930,15 +670417,15 @@ "binop": null }, "value": "line_scale", - "start": 46920, - "end": 46930, + "start": 49310, + "end": 49320, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 57 }, "end": { - "line": 1029, + "line": 1071, "column": 67 } } @@ -669955,15 +670442,15 @@ "postfix": false, "binop": null }, - "start": 46931, - "end": 46932, + "start": 49321, + "end": 49322, "loc": { "start": { - "line": 1029, + "line": 1071, "column": 68 }, "end": { - "line": 1029, + "line": 1071, "column": 69 } } @@ -669971,15 +670458,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRuler:', line_scale, _line_grids )", - "start": 46933, - "end": 46991, + "start": 49323, + "end": 49381, "loc": { "start": { - "line": 1030, + "line": 1072, "column": 0 }, "end": { - "line": 1030, + "line": 1072, "column": 58 } } @@ -669999,15 +670486,15 @@ "updateContext": null }, "value": "for", - "start": 47025, - "end": 47028, + "start": 49415, + "end": 49418, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 16 }, "end": { - "line": 1032, + "line": 1074, "column": 19 } } @@ -670024,15 +670511,15 @@ "postfix": false, "binop": null }, - "start": 47029, - "end": 47030, + "start": 49419, + "end": 49420, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 20 }, "end": { - "line": 1032, + "line": 1074, "column": 21 } } @@ -670052,15 +670539,15 @@ "updateContext": null }, "value": "let", - "start": 47031, - "end": 47034, + "start": 49421, + "end": 49424, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 22 }, "end": { - "line": 1032, + "line": 1074, "column": 25 } } @@ -670078,15 +670565,15 @@ "binop": null }, "value": "_key", - "start": 47035, - "end": 47039, + "start": 49425, + "end": 49429, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 26 }, "end": { - "line": 1032, + "line": 1074, "column": 30 } } @@ -670104,15 +670591,15 @@ "binop": null }, "value": "of", - "start": 47040, - "end": 47042, + "start": 49430, + "end": 49432, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 31 }, "end": { - "line": 1032, + "line": 1074, "column": 33 } } @@ -670130,15 +670617,15 @@ "binop": null }, "value": "Object", - "start": 47043, - "end": 47049, + "start": 49433, + "end": 49439, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 34 }, "end": { - "line": 1032, + "line": 1074, "column": 40 } } @@ -670156,15 +670643,15 @@ "binop": null, "updateContext": null }, - "start": 47049, - "end": 47050, + "start": 49439, + "end": 49440, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 40 }, "end": { - "line": 1032, + "line": 1074, "column": 41 } } @@ -670182,15 +670669,15 @@ "binop": null }, "value": "keys", - "start": 47050, - "end": 47054, + "start": 49440, + "end": 49444, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 41 }, "end": { - "line": 1032, + "line": 1074, "column": 45 } } @@ -670207,15 +670694,15 @@ "postfix": false, "binop": null }, - "start": 47054, - "end": 47055, + "start": 49444, + "end": 49445, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 45 }, "end": { - "line": 1032, + "line": 1074, "column": 46 } } @@ -670233,15 +670720,15 @@ "binop": null }, "value": "_line_grids", - "start": 47056, - "end": 47067, + "start": 49446, + "end": 49457, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 47 }, "end": { - "line": 1032, + "line": 1074, "column": 58 } } @@ -670258,15 +670745,15 @@ "postfix": false, "binop": null }, - "start": 47068, - "end": 47069, + "start": 49458, + "end": 49459, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 59 }, "end": { - "line": 1032, + "line": 1074, "column": 60 } } @@ -670283,15 +670770,15 @@ "postfix": false, "binop": null }, - "start": 47070, - "end": 47071, + "start": 49460, + "end": 49461, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 61 }, "end": { - "line": 1032, + "line": 1074, "column": 62 } } @@ -670308,15 +670795,15 @@ "postfix": false, "binop": null }, - "start": 47072, - "end": 47073, + "start": 49462, + "end": 49463, "loc": { "start": { - "line": 1032, + "line": 1074, "column": 63 }, "end": { - "line": 1032, + "line": 1074, "column": 64 } } @@ -670334,15 +670821,15 @@ "binop": null }, "value": "_grid_x", - "start": 47094, - "end": 47101, + "start": 49484, + "end": 49491, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 20 }, "end": { - "line": 1033, + "line": 1075, "column": 27 } } @@ -670361,15 +670848,15 @@ "updateContext": null }, "value": "+=", - "start": 47102, - "end": 47104, + "start": 49492, + "end": 49494, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 28 }, "end": { - "line": 1033, + "line": 1075, "column": 30 } } @@ -670389,15 +670876,15 @@ "updateContext": null }, "value": "this", - "start": 47105, - "end": 47109, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 31 }, "end": { - "line": 1033, + "line": 1075, "column": 35 } } @@ -670415,15 +670902,15 @@ "binop": null, "updateContext": null }, - "start": 47109, - "end": 47110, + "start": 49499, + "end": 49500, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 35 }, "end": { - "line": 1033, + "line": 1075, "column": 36 } } @@ -670441,15 +670928,15 @@ "binop": null }, "value": "numRound", - "start": 47110, - "end": 47118, + "start": 49500, + "end": 49508, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 36 }, "end": { - "line": 1033, + "line": 1075, "column": 44 } } @@ -670466,15 +670953,15 @@ "postfix": false, "binop": null }, - "start": 47118, - "end": 47119, + "start": 49508, + "end": 49509, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 44 }, "end": { - "line": 1033, + "line": 1075, "column": 45 } } @@ -670492,15 +670979,15 @@ "binop": null }, "value": "_line_grids", - "start": 47120, - "end": 47131, + "start": 49510, + "end": 49521, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 46 }, "end": { - "line": 1033, + "line": 1075, "column": 57 } } @@ -670518,15 +671005,15 @@ "binop": null, "updateContext": null }, - "start": 47131, - "end": 47132, + "start": 49521, + "end": 49522, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 57 }, "end": { - "line": 1033, + "line": 1075, "column": 58 } } @@ -670544,15 +671031,15 @@ "binop": null }, "value": "_key", - "start": 47132, - "end": 47136, + "start": 49522, + "end": 49526, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 58 }, "end": { - "line": 1033, + "line": 1075, "column": 62 } } @@ -670570,15 +671057,15 @@ "binop": null, "updateContext": null }, - "start": 47136, - "end": 47137, + "start": 49526, + "end": 49527, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 62 }, "end": { - "line": 1033, + "line": 1075, "column": 63 } } @@ -670596,15 +671083,15 @@ "binop": null, "updateContext": null }, - "start": 47137, - "end": 47138, + "start": 49527, + "end": 49528, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 63 }, "end": { - "line": 1033, + "line": 1075, "column": 64 } } @@ -670623,15 +671110,15 @@ "updateContext": null }, "value": 2, - "start": 47139, - "end": 47140, + "start": 49529, + "end": 49530, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 65 }, "end": { - "line": 1033, + "line": 1075, "column": 66 } } @@ -670648,15 +671135,15 @@ "postfix": false, "binop": null }, - "start": 47141, - "end": 47142, + "start": 49531, + "end": 49532, "loc": { "start": { - "line": 1033, + "line": 1075, "column": 67 }, "end": { - "line": 1033, + "line": 1075, "column": 68 } } @@ -670674,15 +671161,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 47184, - "end": 47193, + "start": 49574, + "end": 49583, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 20 }, "end": { - "line": 1035, + "line": 1077, "column": 29 } } @@ -670700,15 +671187,15 @@ "binop": null, "updateContext": null }, - "start": 47193, - "end": 47194, + "start": 49583, + "end": 49584, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 29 }, "end": { - "line": 1035, + "line": 1077, "column": 30 } } @@ -670726,15 +671213,15 @@ "binop": null }, "value": "moveTo", - "start": 47194, - "end": 47200, + "start": 49584, + "end": 49590, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 30 }, "end": { - "line": 1035, + "line": 1077, "column": 36 } } @@ -670751,15 +671238,15 @@ "postfix": false, "binop": null }, - "start": 47200, - "end": 47201, + "start": 49590, + "end": 49591, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 36 }, "end": { - "line": 1035, + "line": 1077, "column": 37 } } @@ -670777,15 +671264,15 @@ "binop": null }, "value": "_grid_x", - "start": 47202, - "end": 47209, + "start": 49592, + "end": 49599, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 38 }, "end": { - "line": 1035, + "line": 1077, "column": 45 } } @@ -670804,15 +671291,15 @@ "updateContext": null }, "value": "+", - "start": 47210, - "end": 47211, + "start": 49600, + "end": 49601, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 46 }, "end": { - "line": 1035, + "line": 1077, "column": 47 } } @@ -670830,15 +671317,15 @@ "binop": null }, "value": "_correction", - "start": 47212, - "end": 47223, + "start": 49602, + "end": 49613, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 48 }, "end": { - "line": 1035, + "line": 1077, "column": 59 } } @@ -670856,15 +671343,15 @@ "binop": null, "updateContext": null }, - "start": 47223, - "end": 47224, + "start": 49613, + "end": 49614, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 59 }, "end": { - "line": 1035, + "line": 1077, "column": 60 } } @@ -670882,15 +671369,15 @@ "binop": null }, "value": "position", - "start": 47225, - "end": 47233, + "start": 49615, + "end": 49623, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 61 }, "end": { - "line": 1035, + "line": 1077, "column": 69 } } @@ -670909,15 +671396,15 @@ "updateContext": null }, "value": "===", - "start": 47234, - "end": 47237, + "start": 49624, + "end": 49627, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 70 }, "end": { - "line": 1035, + "line": 1077, "column": 73 } } @@ -670936,15 +671423,15 @@ "updateContext": null }, "value": "top", - "start": 47238, - "end": 47243, + "start": 49628, + "end": 49633, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 74 }, "end": { - "line": 1035, + "line": 1077, "column": 79 } } @@ -670962,15 +671449,15 @@ "binop": null, "updateContext": null }, - "start": 47244, - "end": 47245, + "start": 49634, + "end": 49635, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 80 }, "end": { - "line": 1035, + "line": 1077, "column": 81 } } @@ -670988,15 +671475,15 @@ "binop": null }, "value": "_line_y", - "start": 47246, - "end": 47253, + "start": 49636, + "end": 49643, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 82 }, "end": { - "line": 1035, + "line": 1077, "column": 89 } } @@ -671015,15 +671502,15 @@ "updateContext": null }, "value": "-", - "start": 47254, - "end": 47255, + "start": 49644, + "end": 49645, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 90 }, "end": { - "line": 1035, + "line": 1077, "column": 91 } } @@ -671041,15 +671528,15 @@ "binop": null }, "value": "line_height", - "start": 47256, - "end": 47267, + "start": 49646, + "end": 49657, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 92 }, "end": { - "line": 1035, + "line": 1077, "column": 103 } } @@ -671067,15 +671554,15 @@ "binop": null, "updateContext": null }, - "start": 47268, - "end": 47269, + "start": 49658, + "end": 49659, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 104 }, "end": { - "line": 1035, + "line": 1077, "column": 105 } } @@ -671093,15 +671580,15 @@ "binop": null }, "value": "_line_y", - "start": 47270, - "end": 47277, + "start": 49660, + "end": 49667, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 106 }, "end": { - "line": 1035, + "line": 1077, "column": 113 } } @@ -671118,15 +671605,15 @@ "postfix": false, "binop": null }, - "start": 47278, - "end": 47279, + "start": 49668, + "end": 49669, "loc": { "start": { - "line": 1035, + "line": 1077, "column": 114 }, "end": { - "line": 1035, + "line": 1077, "column": 115 } } @@ -671144,15 +671631,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 47300, - "end": 47309, + "start": 49690, + "end": 49699, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 20 }, "end": { - "line": 1036, + "line": 1078, "column": 29 } } @@ -671170,15 +671657,15 @@ "binop": null, "updateContext": null }, - "start": 47309, - "end": 47310, + "start": 49699, + "end": 49700, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 29 }, "end": { - "line": 1036, + "line": 1078, "column": 30 } } @@ -671196,15 +671683,15 @@ "binop": null }, "value": "lineTo", - "start": 47310, - "end": 47316, + "start": 49700, + "end": 49706, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 30 }, "end": { - "line": 1036, + "line": 1078, "column": 36 } } @@ -671221,15 +671708,15 @@ "postfix": false, "binop": null }, - "start": 47316, - "end": 47317, + "start": 49706, + "end": 49707, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 36 }, "end": { - "line": 1036, + "line": 1078, "column": 37 } } @@ -671247,15 +671734,15 @@ "binop": null }, "value": "_grid_x", - "start": 47318, - "end": 47325, + "start": 49708, + "end": 49715, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 38 }, "end": { - "line": 1036, + "line": 1078, "column": 45 } } @@ -671274,15 +671761,15 @@ "updateContext": null }, "value": "+", - "start": 47326, - "end": 47327, + "start": 49716, + "end": 49717, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 46 }, "end": { - "line": 1036, + "line": 1078, "column": 47 } } @@ -671300,15 +671787,15 @@ "binop": null }, "value": "_correction", - "start": 47328, - "end": 47339, + "start": 49718, + "end": 49729, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 48 }, "end": { - "line": 1036, + "line": 1078, "column": 59 } } @@ -671326,15 +671813,15 @@ "binop": null, "updateContext": null }, - "start": 47339, - "end": 47340, + "start": 49729, + "end": 49730, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 59 }, "end": { - "line": 1036, + "line": 1078, "column": 60 } } @@ -671352,15 +671839,15 @@ "binop": null }, "value": "position", - "start": 47341, - "end": 47349, + "start": 49731, + "end": 49739, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 61 }, "end": { - "line": 1036, + "line": 1078, "column": 69 } } @@ -671379,15 +671866,15 @@ "updateContext": null }, "value": "===", - "start": 47350, - "end": 47353, + "start": 49740, + "end": 49743, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 70 }, "end": { - "line": 1036, + "line": 1078, "column": 73 } } @@ -671406,15 +671893,15 @@ "updateContext": null }, "value": "top", - "start": 47354, - "end": 47359, + "start": 49744, + "end": 49749, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 74 }, "end": { - "line": 1036, + "line": 1078, "column": 79 } } @@ -671432,15 +671919,15 @@ "binop": null, "updateContext": null }, - "start": 47360, - "end": 47361, + "start": 49750, + "end": 49751, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 80 }, "end": { - "line": 1036, + "line": 1078, "column": 81 } } @@ -671458,15 +671945,15 @@ "binop": null }, "value": "_line_y", - "start": 47362, - "end": 47369, + "start": 49752, + "end": 49759, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 82 }, "end": { - "line": 1036, + "line": 1078, "column": 89 } } @@ -671484,15 +671971,15 @@ "binop": null, "updateContext": null }, - "start": 47370, - "end": 47371, + "start": 49760, + "end": 49761, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 90 }, "end": { - "line": 1036, + "line": 1078, "column": 91 } } @@ -671510,15 +671997,15 @@ "binop": null }, "value": "_line_y", - "start": 47372, - "end": 47379, + "start": 49762, + "end": 49769, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 92 }, "end": { - "line": 1036, + "line": 1078, "column": 99 } } @@ -671537,15 +672024,15 @@ "updateContext": null }, "value": "+", - "start": 47380, - "end": 47381, + "start": 49770, + "end": 49771, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 100 }, "end": { - "line": 1036, + "line": 1078, "column": 101 } } @@ -671563,15 +672050,15 @@ "binop": null }, "value": "line_height", - "start": 47382, - "end": 47393, + "start": 49772, + "end": 49783, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 102 }, "end": { - "line": 1036, + "line": 1078, "column": 113 } } @@ -671588,15 +672075,15 @@ "postfix": false, "binop": null }, - "start": 47394, - "end": 47395, + "start": 49784, + "end": 49785, "loc": { "start": { - "line": 1036, + "line": 1078, "column": 114 }, "end": { - "line": 1036, + "line": 1078, "column": 115 } } @@ -671613,15 +672100,15 @@ "postfix": false, "binop": null }, - "start": 47412, - "end": 47413, + "start": 49802, + "end": 49803, "loc": { "start": { - "line": 1037, + "line": 1079, "column": 16 }, "end": { - "line": 1037, + "line": 1079, "column": 17 } } @@ -671638,15 +672125,15 @@ "postfix": false, "binop": null }, - "start": 47426, - "end": 47427, + "start": 49816, + "end": 49817, "loc": { "start": { - "line": 1038, + "line": 1080, "column": 12 }, "end": { - "line": 1038, + "line": 1080, "column": 13 } } @@ -671666,15 +672153,15 @@ "updateContext": null }, "value": "else", - "start": 47428, - "end": 47432, + "start": 49818, + "end": 49822, "loc": { "start": { - "line": 1038, + "line": 1080, "column": 14 }, "end": { - "line": 1038, + "line": 1080, "column": 18 } } @@ -671691,15 +672178,15 @@ "postfix": false, "binop": null }, - "start": 47433, - "end": 47434, + "start": 49823, + "end": 49824, "loc": { "start": { - "line": 1038, + "line": 1080, "column": 19 }, "end": { - "line": 1038, + "line": 1080, "column": 20 } } @@ -671707,15 +672194,15 @@ { "type": "CommentLine", "value": " In case of fixed length scale (:> 固定長スケールの場合", - "start": 47451, - "end": 47498, + "start": 49841, + "end": 49888, "loc": { "start": { - "line": 1039, + "line": 1081, "column": 16 }, "end": { - "line": 1039, + "line": 1081, "column": 63 } } @@ -671733,15 +672220,15 @@ "binop": null }, "value": "_line_grids", - "start": 47515, - "end": 47526, + "start": 49905, + "end": 49916, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 16 }, "end": { - "line": 1040, + "line": 1082, "column": 27 } } @@ -671760,15 +672247,15 @@ "updateContext": null }, "value": "=", - "start": 47527, - "end": 47528, + "start": 49917, + "end": 49918, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 28 }, "end": { - "line": 1040, + "line": 1082, "column": 29 } } @@ -671788,15 +672275,15 @@ "updateContext": null }, "value": "this", - "start": 47529, - "end": 47533, + "start": 49919, + "end": 49923, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 30 }, "end": { - "line": 1040, + "line": 1082, "column": 34 } } @@ -671814,15 +672301,15 @@ "binop": null, "updateContext": null }, - "start": 47533, - "end": 47534, + "start": 49923, + "end": 49924, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 34 }, "end": { - "line": 1040, + "line": 1082, "column": 35 } } @@ -671840,15 +672327,15 @@ "binop": null }, "value": "_getGridsPerScale", - "start": 47534, - "end": 47551, + "start": 49924, + "end": 49941, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 35 }, "end": { - "line": 1040, + "line": 1082, "column": 52 } } @@ -671865,15 +672352,15 @@ "postfix": false, "binop": null }, - "start": 47551, - "end": 47552, + "start": 49941, + "end": 49942, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 52 }, "end": { - "line": 1040, + "line": 1082, "column": 53 } } @@ -671891,15 +672378,15 @@ "binop": null }, "value": "line_scale", - "start": 47553, - "end": 47563, + "start": 49943, + "end": 49953, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 54 }, "end": { - "line": 1040, + "line": 1082, "column": 64 } } @@ -671916,15 +672403,15 @@ "postfix": false, "binop": null }, - "start": 47564, - "end": 47565, + "start": 49954, + "end": 49955, "loc": { "start": { - "line": 1040, + "line": 1082, "column": 65 }, "end": { - "line": 1040, + "line": 1082, "column": 66 } } @@ -671944,15 +672431,15 @@ "updateContext": null }, "value": "for", - "start": 47599, - "end": 47602, + "start": 49989, + "end": 49992, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 16 }, "end": { - "line": 1042, + "line": 1084, "column": 19 } } @@ -671969,15 +672456,15 @@ "postfix": false, "binop": null }, - "start": 47603, - "end": 47604, + "start": 49993, + "end": 49994, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 20 }, "end": { - "line": 1042, + "line": 1084, "column": 21 } } @@ -671997,15 +672484,15 @@ "updateContext": null }, "value": "let", - "start": 47605, - "end": 47608, + "start": 49995, + "end": 49998, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 22 }, "end": { - "line": 1042, + "line": 1084, "column": 25 } } @@ -672023,15 +672510,15 @@ "binop": null }, "value": "_val", - "start": 47609, - "end": 47613, + "start": 49999, + "end": 50003, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 26 }, "end": { - "line": 1042, + "line": 1084, "column": 30 } } @@ -672049,15 +672536,15 @@ "binop": null }, "value": "of", - "start": 47614, - "end": 47616, + "start": 50004, + "end": 50006, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 31 }, "end": { - "line": 1042, + "line": 1084, "column": 33 } } @@ -672075,15 +672562,15 @@ "binop": null }, "value": "_line_grids", - "start": 47617, - "end": 47628, + "start": 50007, + "end": 50018, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 34 }, "end": { - "line": 1042, + "line": 1084, "column": 45 } } @@ -672100,15 +672587,15 @@ "postfix": false, "binop": null }, - "start": 47629, - "end": 47630, + "start": 50019, + "end": 50020, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 46 }, "end": { - "line": 1042, + "line": 1084, "column": 47 } } @@ -672125,15 +672612,15 @@ "postfix": false, "binop": null }, - "start": 47631, - "end": 47632, + "start": 50021, + "end": 50022, "loc": { "start": { - "line": 1042, + "line": 1084, "column": 48 }, "end": { - "line": 1042, + "line": 1084, "column": 49 } } @@ -672153,15 +672640,15 @@ "updateContext": null }, "value": "if", - "start": 47653, - "end": 47655, + "start": 50043, + "end": 50045, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 20 }, "end": { - "line": 1043, + "line": 1085, "column": 22 } } @@ -672178,15 +672665,15 @@ "postfix": false, "binop": null }, - "start": 47656, - "end": 47657, + "start": 50046, + "end": 50047, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 23 }, "end": { - "line": 1043, + "line": 1085, "column": 24 } } @@ -672206,15 +672693,15 @@ "updateContext": null }, "value": "this", - "start": 47658, - "end": 47662, + "start": 50048, + "end": 50052, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 25 }, "end": { - "line": 1043, + "line": 1085, "column": 29 } } @@ -672232,15 +672719,15 @@ "binop": null, "updateContext": null }, - "start": 47662, - "end": 47663, + "start": 50052, + "end": 50053, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 29 }, "end": { - "line": 1043, + "line": 1085, "column": 30 } } @@ -672258,15 +672745,15 @@ "binop": null }, "value": "is_empty", - "start": 47663, - "end": 47671, + "start": 50053, + "end": 50061, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 30 }, "end": { - "line": 1043, + "line": 1085, "column": 38 } } @@ -672283,15 +672770,15 @@ "postfix": false, "binop": null }, - "start": 47671, - "end": 47672, + "start": 50061, + "end": 50062, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 38 }, "end": { - "line": 1043, + "line": 1085, "column": 39 } } @@ -672309,15 +672796,15 @@ "binop": null }, "value": "_val", - "start": 47673, - "end": 47677, + "start": 50063, + "end": 50067, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 40 }, "end": { - "line": 1043, + "line": 1085, "column": 44 } } @@ -672334,15 +672821,15 @@ "postfix": false, "binop": null }, - "start": 47678, - "end": 47679, + "start": 50068, + "end": 50069, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 45 }, "end": { - "line": 1043, + "line": 1085, "column": 46 } } @@ -672361,15 +672848,15 @@ "updateContext": null }, "value": "||", - "start": 47680, - "end": 47682, + "start": 50070, + "end": 50072, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 47 }, "end": { - "line": 1043, + "line": 1085, "column": 49 } } @@ -672387,15 +672874,15 @@ "binop": null }, "value": "_val", - "start": 47683, - "end": 47687, + "start": 50073, + "end": 50077, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 50 }, "end": { - "line": 1043, + "line": 1085, "column": 54 } } @@ -672414,15 +672901,15 @@ "updateContext": null }, "value": ">=", - "start": 47688, - "end": 47690, + "start": 50078, + "end": 50080, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 55 }, "end": { - "line": 1043, + "line": 1085, "column": 57 } } @@ -672440,15 +672927,15 @@ "binop": null }, "value": "_props", - "start": 47691, - "end": 47697, + "start": 50081, + "end": 50087, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 58 }, "end": { - "line": 1043, + "line": 1085, "column": 64 } } @@ -672466,15 +672953,15 @@ "binop": null, "updateContext": null }, - "start": 47697, - "end": 47698, + "start": 50087, + "end": 50088, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 64 }, "end": { - "line": 1043, + "line": 1085, "column": 65 } } @@ -672492,15 +672979,15 @@ "binop": null }, "value": "grids", - "start": 47698, - "end": 47703, + "start": 50088, + "end": 50093, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 65 }, "end": { - "line": 1043, + "line": 1085, "column": 70 } } @@ -672517,15 +673004,15 @@ "postfix": false, "binop": null }, - "start": 47704, - "end": 47705, + "start": 50094, + "end": 50095, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 71 }, "end": { - "line": 1043, + "line": 1085, "column": 72 } } @@ -672542,15 +673029,15 @@ "postfix": false, "binop": null }, - "start": 47706, - "end": 47707, + "start": 50096, + "end": 50097, "loc": { "start": { - "line": 1043, + "line": 1085, "column": 73 }, "end": { - "line": 1043, + "line": 1085, "column": 74 } } @@ -672570,15 +673057,15 @@ "updateContext": null }, "value": "break", - "start": 47732, - "end": 47737, + "start": 50122, + "end": 50127, "loc": { "start": { - "line": 1044, + "line": 1086, "column": 24 }, "end": { - "line": 1044, + "line": 1086, "column": 29 } } @@ -672595,15 +673082,15 @@ "postfix": false, "binop": null }, - "start": 47758, - "end": 47759, + "start": 50148, + "end": 50149, "loc": { "start": { - "line": 1045, + "line": 1087, "column": 20 }, "end": { - "line": 1045, + "line": 1087, "column": 21 } } @@ -672623,15 +673110,15 @@ "updateContext": null }, "value": "let", - "start": 47780, - "end": 47783, + "start": 50170, + "end": 50173, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 20 }, "end": { - "line": 1046, + "line": 1088, "column": 23 } } @@ -672649,15 +673136,15 @@ "binop": null }, "value": "_grid_width", - "start": 47784, - "end": 47795, + "start": 50174, + "end": 50185, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 24 }, "end": { - "line": 1046, + "line": 1088, "column": 35 } } @@ -672676,15 +673163,15 @@ "updateContext": null }, "value": "=", - "start": 47796, - "end": 47797, + "start": 50186, + "end": 50187, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 36 }, "end": { - "line": 1046, + "line": 1088, "column": 37 } } @@ -672702,15 +673189,15 @@ "binop": null }, "value": "_val", - "start": 47798, - "end": 47802, + "start": 50188, + "end": 50192, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 38 }, "end": { - "line": 1046, + "line": 1088, "column": 42 } } @@ -672729,15 +673216,15 @@ "updateContext": null }, "value": "*", - "start": 47803, - "end": 47804, + "start": 50193, + "end": 50194, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 43 }, "end": { - "line": 1046, + "line": 1088, "column": 44 } } @@ -672755,15 +673242,15 @@ "binop": null }, "value": "_props", - "start": 47805, - "end": 47811, + "start": 50195, + "end": 50201, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 45 }, "end": { - "line": 1046, + "line": 1088, "column": 51 } } @@ -672781,15 +673268,15 @@ "binop": null, "updateContext": null }, - "start": 47811, - "end": 47812, + "start": 50201, + "end": 50202, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 51 }, "end": { - "line": 1046, + "line": 1088, "column": 52 } } @@ -672807,15 +673294,15 @@ "binop": null }, "value": "scaleSize", - "start": 47812, - "end": 47821, + "start": 50202, + "end": 50211, "loc": { "start": { - "line": 1046, + "line": 1088, "column": 52 }, "end": { - "line": 1046, + "line": 1088, "column": 61 } } @@ -672833,15 +673320,15 @@ "binop": null }, "value": "_grid_x", - "start": 47863, - "end": 47870, + "start": 50253, + "end": 50260, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 20 }, "end": { - "line": 1048, + "line": 1090, "column": 27 } } @@ -672860,15 +673347,15 @@ "updateContext": null }, "value": "+=", - "start": 47871, - "end": 47873, + "start": 50261, + "end": 50263, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 28 }, "end": { - "line": 1048, + "line": 1090, "column": 30 } } @@ -672886,15 +673373,15 @@ "binop": null }, "value": "_grid_width", - "start": 47874, - "end": 47885, + "start": 50264, + "end": 50275, "loc": { "start": { - "line": 1048, + "line": 1090, "column": 31 }, "end": { - "line": 1048, + "line": 1090, "column": 42 } } @@ -672914,15 +673401,15 @@ "updateContext": null }, "value": "if", - "start": 47906, - "end": 47908, + "start": 50296, + "end": 50298, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 20 }, "end": { - "line": 1049, + "line": 1091, "column": 22 } } @@ -672939,15 +673426,15 @@ "postfix": false, "binop": null }, - "start": 47909, - "end": 47910, + "start": 50299, + "end": 50300, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 23 }, "end": { - "line": 1049, + "line": 1091, "column": 24 } } @@ -672965,15 +673452,15 @@ "binop": null }, "value": "Math", - "start": 47911, - "end": 47915, + "start": 50301, + "end": 50305, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 25 }, "end": { - "line": 1049, + "line": 1091, "column": 29 } } @@ -672991,15 +673478,15 @@ "binop": null, "updateContext": null }, - "start": 47915, - "end": 47916, + "start": 50305, + "end": 50306, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 29 }, "end": { - "line": 1049, + "line": 1091, "column": 30 } } @@ -673017,15 +673504,15 @@ "binop": null }, "value": "ceil", - "start": 47916, - "end": 47920, + "start": 50306, + "end": 50310, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 30 }, "end": { - "line": 1049, + "line": 1091, "column": 34 } } @@ -673042,15 +673529,15 @@ "postfix": false, "binop": null }, - "start": 47920, - "end": 47921, + "start": 50310, + "end": 50311, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 34 }, "end": { - "line": 1049, + "line": 1091, "column": 35 } } @@ -673068,15 +673555,15 @@ "binop": null }, "value": "_grid_x", - "start": 47922, - "end": 47929, + "start": 50312, + "end": 50319, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 36 }, "end": { - "line": 1049, + "line": 1091, "column": 43 } } @@ -673093,15 +673580,15 @@ "postfix": false, "binop": null }, - "start": 47930, - "end": 47931, + "start": 50320, + "end": 50321, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 44 }, "end": { - "line": 1049, + "line": 1091, "column": 45 } } @@ -673120,15 +673607,15 @@ "updateContext": null }, "value": "-", - "start": 47932, - "end": 47933, + "start": 50322, + "end": 50323, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 46 }, "end": { - "line": 1049, + "line": 1091, "column": 47 } } @@ -673146,15 +673633,15 @@ "binop": null }, "value": "_correction", - "start": 47934, - "end": 47945, + "start": 50324, + "end": 50335, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 48 }, "end": { - "line": 1049, + "line": 1091, "column": 59 } } @@ -673173,15 +673660,15 @@ "updateContext": null }, "value": ">=", - "start": 47946, - "end": 47948, + "start": 50336, + "end": 50338, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 60 }, "end": { - "line": 1049, + "line": 1091, "column": 62 } } @@ -673199,15 +673686,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 47949, - "end": 47958, + "start": 50339, + "end": 50348, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 63 }, "end": { - "line": 1049, + "line": 1091, "column": 72 } } @@ -673225,15 +673712,15 @@ "binop": null, "updateContext": null }, - "start": 47958, - "end": 47959, + "start": 50348, + "end": 50349, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 72 }, "end": { - "line": 1049, + "line": 1091, "column": 73 } } @@ -673251,15 +673738,15 @@ "binop": null }, "value": "canvas", - "start": 47959, - "end": 47965, + "start": 50349, + "end": 50355, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 73 }, "end": { - "line": 1049, + "line": 1091, "column": 79 } } @@ -673277,15 +673764,15 @@ "binop": null, "updateContext": null }, - "start": 47965, - "end": 47966, + "start": 50355, + "end": 50356, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 79 }, "end": { - "line": 1049, + "line": 1091, "column": 80 } } @@ -673303,15 +673790,15 @@ "binop": null }, "value": "width", - "start": 47966, - "end": 47971, + "start": 50356, + "end": 50361, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 80 }, "end": { - "line": 1049, + "line": 1091, "column": 85 } } @@ -673328,15 +673815,15 @@ "postfix": false, "binop": null }, - "start": 47972, - "end": 47973, + "start": 50362, + "end": 50363, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 86 }, "end": { - "line": 1049, + "line": 1091, "column": 87 } } @@ -673353,15 +673840,15 @@ "postfix": false, "binop": null }, - "start": 47974, - "end": 47975, + "start": 50364, + "end": 50365, "loc": { "start": { - "line": 1049, + "line": 1091, "column": 88 }, "end": { - "line": 1049, + "line": 1091, "column": 89 } } @@ -673381,15 +673868,15 @@ "updateContext": null }, "value": "break", - "start": 48000, - "end": 48005, + "start": 50390, + "end": 50395, "loc": { "start": { - "line": 1050, + "line": 1092, "column": 24 }, "end": { - "line": 1050, + "line": 1092, "column": 29 } } @@ -673406,15 +673893,15 @@ "postfix": false, "binop": null }, - "start": 48026, - "end": 48027, + "start": 50416, + "end": 50417, "loc": { "start": { - "line": 1051, + "line": 1093, "column": 20 }, "end": { - "line": 1051, + "line": 1093, "column": 21 } } @@ -673432,15 +673919,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 48048, - "end": 48057, + "start": 50438, + "end": 50447, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 20 }, "end": { - "line": 1052, + "line": 1094, "column": 29 } } @@ -673458,15 +673945,15 @@ "binop": null, "updateContext": null }, - "start": 48057, - "end": 48058, + "start": 50447, + "end": 50448, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 29 }, "end": { - "line": 1052, + "line": 1094, "column": 30 } } @@ -673484,15 +673971,15 @@ "binop": null }, "value": "moveTo", - "start": 48058, - "end": 48064, + "start": 50448, + "end": 50454, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 30 }, "end": { - "line": 1052, + "line": 1094, "column": 36 } } @@ -673509,15 +673996,15 @@ "postfix": false, "binop": null }, - "start": 48064, - "end": 48065, + "start": 50454, + "end": 50455, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 36 }, "end": { - "line": 1052, + "line": 1094, "column": 37 } } @@ -673535,15 +674022,15 @@ "binop": null }, "value": "_grid_x", - "start": 48066, - "end": 48073, + "start": 50456, + "end": 50463, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 38 }, "end": { - "line": 1052, + "line": 1094, "column": 45 } } @@ -673562,15 +674049,15 @@ "updateContext": null }, "value": "+", - "start": 48074, - "end": 48075, + "start": 50464, + "end": 50465, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 46 }, "end": { - "line": 1052, + "line": 1094, "column": 47 } } @@ -673588,15 +674075,15 @@ "binop": null }, "value": "_correction", - "start": 48076, - "end": 48087, + "start": 50466, + "end": 50477, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 48 }, "end": { - "line": 1052, + "line": 1094, "column": 59 } } @@ -673614,15 +674101,15 @@ "binop": null, "updateContext": null }, - "start": 48087, - "end": 48088, + "start": 50477, + "end": 50478, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 59 }, "end": { - "line": 1052, + "line": 1094, "column": 60 } } @@ -673640,15 +674127,15 @@ "binop": null }, "value": "position", - "start": 48089, - "end": 48097, + "start": 50479, + "end": 50487, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 61 }, "end": { - "line": 1052, + "line": 1094, "column": 69 } } @@ -673667,15 +674154,15 @@ "updateContext": null }, "value": "===", - "start": 48098, - "end": 48101, + "start": 50488, + "end": 50491, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 70 }, "end": { - "line": 1052, + "line": 1094, "column": 73 } } @@ -673694,15 +674181,15 @@ "updateContext": null }, "value": "top", - "start": 48102, - "end": 48107, + "start": 50492, + "end": 50497, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 74 }, "end": { - "line": 1052, + "line": 1094, "column": 79 } } @@ -673720,15 +674207,15 @@ "binop": null, "updateContext": null }, - "start": 48108, - "end": 48109, + "start": 50498, + "end": 50499, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 80 }, "end": { - "line": 1052, + "line": 1094, "column": 81 } } @@ -673746,15 +674233,15 @@ "binop": null }, "value": "_line_y", - "start": 48110, - "end": 48117, + "start": 50500, + "end": 50507, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 82 }, "end": { - "line": 1052, + "line": 1094, "column": 89 } } @@ -673773,15 +674260,15 @@ "updateContext": null }, "value": "-", - "start": 48118, - "end": 48119, + "start": 50508, + "end": 50509, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 90 }, "end": { - "line": 1052, + "line": 1094, "column": 91 } } @@ -673799,15 +674286,15 @@ "binop": null }, "value": "line_height", - "start": 48120, - "end": 48131, + "start": 50510, + "end": 50521, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 92 }, "end": { - "line": 1052, + "line": 1094, "column": 103 } } @@ -673825,15 +674312,15 @@ "binop": null, "updateContext": null }, - "start": 48132, - "end": 48133, + "start": 50522, + "end": 50523, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 104 }, "end": { - "line": 1052, + "line": 1094, "column": 105 } } @@ -673851,15 +674338,15 @@ "binop": null }, "value": "_line_y", - "start": 48134, - "end": 48141, + "start": 50524, + "end": 50531, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 106 }, "end": { - "line": 1052, + "line": 1094, "column": 113 } } @@ -673876,15 +674363,15 @@ "postfix": false, "binop": null }, - "start": 48142, - "end": 48143, + "start": 50532, + "end": 50533, "loc": { "start": { - "line": 1052, + "line": 1094, "column": 114 }, "end": { - "line": 1052, + "line": 1094, "column": 115 } } @@ -673902,15 +674389,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 48164, - "end": 48173, + "start": 50554, + "end": 50563, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 20 }, "end": { - "line": 1053, + "line": 1095, "column": 29 } } @@ -673928,15 +674415,15 @@ "binop": null, "updateContext": null }, - "start": 48173, - "end": 48174, + "start": 50563, + "end": 50564, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 29 }, "end": { - "line": 1053, + "line": 1095, "column": 30 } } @@ -673954,15 +674441,15 @@ "binop": null }, "value": "lineTo", - "start": 48174, - "end": 48180, + "start": 50564, + "end": 50570, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 30 }, "end": { - "line": 1053, + "line": 1095, "column": 36 } } @@ -673979,15 +674466,15 @@ "postfix": false, "binop": null }, - "start": 48180, - "end": 48181, + "start": 50570, + "end": 50571, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 36 }, "end": { - "line": 1053, + "line": 1095, "column": 37 } } @@ -674005,15 +674492,15 @@ "binop": null }, "value": "_grid_x", - "start": 48182, - "end": 48189, + "start": 50572, + "end": 50579, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 38 }, "end": { - "line": 1053, + "line": 1095, "column": 45 } } @@ -674032,15 +674519,15 @@ "updateContext": null }, "value": "+", - "start": 48190, - "end": 48191, + "start": 50580, + "end": 50581, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 46 }, "end": { - "line": 1053, + "line": 1095, "column": 47 } } @@ -674058,15 +674545,15 @@ "binop": null }, "value": "_correction", - "start": 48192, - "end": 48203, + "start": 50582, + "end": 50593, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 48 }, "end": { - "line": 1053, + "line": 1095, "column": 59 } } @@ -674084,15 +674571,15 @@ "binop": null, "updateContext": null }, - "start": 48203, - "end": 48204, + "start": 50593, + "end": 50594, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 59 }, "end": { - "line": 1053, + "line": 1095, "column": 60 } } @@ -674110,15 +674597,15 @@ "binop": null }, "value": "position", - "start": 48205, - "end": 48213, + "start": 50595, + "end": 50603, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 61 }, "end": { - "line": 1053, + "line": 1095, "column": 69 } } @@ -674137,15 +674624,15 @@ "updateContext": null }, "value": "===", - "start": 48214, - "end": 48217, + "start": 50604, + "end": 50607, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 70 }, "end": { - "line": 1053, + "line": 1095, "column": 73 } } @@ -674164,15 +674651,15 @@ "updateContext": null }, "value": "top", - "start": 48218, - "end": 48223, + "start": 50608, + "end": 50613, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 74 }, "end": { - "line": 1053, + "line": 1095, "column": 79 } } @@ -674190,15 +674677,15 @@ "binop": null, "updateContext": null }, - "start": 48224, - "end": 48225, + "start": 50614, + "end": 50615, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 80 }, "end": { - "line": 1053, + "line": 1095, "column": 81 } } @@ -674216,15 +674703,15 @@ "binop": null }, "value": "_line_y", - "start": 48226, - "end": 48233, + "start": 50616, + "end": 50623, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 82 }, "end": { - "line": 1053, + "line": 1095, "column": 89 } } @@ -674242,15 +674729,15 @@ "binop": null, "updateContext": null }, - "start": 48234, - "end": 48235, + "start": 50624, + "end": 50625, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 90 }, "end": { - "line": 1053, + "line": 1095, "column": 91 } } @@ -674268,15 +674755,15 @@ "binop": null }, "value": "_line_y", - "start": 48236, - "end": 48243, + "start": 50626, + "end": 50633, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 92 }, "end": { - "line": 1053, + "line": 1095, "column": 99 } } @@ -674295,15 +674782,15 @@ "updateContext": null }, "value": "+", - "start": 48244, - "end": 48245, + "start": 50634, + "end": 50635, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 100 }, "end": { - "line": 1053, + "line": 1095, "column": 101 } } @@ -674321,15 +674808,15 @@ "binop": null }, "value": "line_height", - "start": 48246, - "end": 48257, + "start": 50636, + "end": 50647, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 102 }, "end": { - "line": 1053, + "line": 1095, "column": 113 } } @@ -674346,15 +674833,15 @@ "postfix": false, "binop": null }, - "start": 48258, - "end": 48259, + "start": 50648, + "end": 50649, "loc": { "start": { - "line": 1053, + "line": 1095, "column": 114 }, "end": { - "line": 1053, + "line": 1095, "column": 115 } } @@ -674371,15 +674858,15 @@ "postfix": false, "binop": null }, - "start": 48276, - "end": 48277, + "start": 50666, + "end": 50667, "loc": { "start": { - "line": 1054, + "line": 1096, "column": 16 }, "end": { - "line": 1054, + "line": 1096, "column": 17 } } @@ -674396,15 +674883,15 @@ "postfix": false, "binop": null }, - "start": 48290, - "end": 48291, + "start": 50680, + "end": 50681, "loc": { "start": { - "line": 1055, + "line": 1097, "column": 12 }, "end": { - "line": 1055, + "line": 1097, "column": 13 } } @@ -674422,15 +674909,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 48304, - "end": 48313, + "start": 50694, + "end": 50703, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 12 }, "end": { - "line": 1056, + "line": 1098, "column": 21 } } @@ -674448,15 +674935,15 @@ "binop": null, "updateContext": null }, - "start": 48313, - "end": 48314, + "start": 50703, + "end": 50704, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 21 }, "end": { - "line": 1056, + "line": 1098, "column": 22 } } @@ -674474,15 +674961,15 @@ "binop": null }, "value": "closePath", - "start": 48314, - "end": 48323, + "start": 50704, + "end": 50713, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 22 }, "end": { - "line": 1056, + "line": 1098, "column": 31 } } @@ -674499,15 +674986,15 @@ "postfix": false, "binop": null }, - "start": 48323, - "end": 48324, + "start": 50713, + "end": 50714, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 31 }, "end": { - "line": 1056, + "line": 1098, "column": 32 } } @@ -674524,15 +675011,15 @@ "postfix": false, "binop": null }, - "start": 48324, - "end": 48325, + "start": 50714, + "end": 50715, "loc": { "start": { - "line": 1056, + "line": 1098, "column": 32 }, "end": { - "line": 1056, + "line": 1098, "column": 33 } } @@ -674550,15 +675037,15 @@ "binop": null }, "value": "ctx_ruler", - "start": 48338, - "end": 48347, + "start": 50728, + "end": 50737, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 12 }, "end": { - "line": 1057, + "line": 1099, "column": 21 } } @@ -674576,15 +675063,15 @@ "binop": null, "updateContext": null }, - "start": 48347, - "end": 48348, + "start": 50737, + "end": 50738, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 21 }, "end": { - "line": 1057, + "line": 1099, "column": 22 } } @@ -674602,15 +675089,15 @@ "binop": null }, "value": "stroke", - "start": 48348, - "end": 48354, + "start": 50738, + "end": 50744, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 22 }, "end": { - "line": 1057, + "line": 1099, "column": 28 } } @@ -674627,15 +675114,15 @@ "postfix": false, "binop": null }, - "start": 48354, - "end": 48355, + "start": 50744, + "end": 50745, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 28 }, "end": { - "line": 1057, + "line": 1099, "column": 29 } } @@ -674652,15 +675139,15 @@ "postfix": false, "binop": null }, - "start": 48355, - "end": 48356, + "start": 50745, + "end": 50746, "loc": { "start": { - "line": 1057, + "line": 1099, "column": 29 }, "end": { - "line": 1057, + "line": 1099, "column": 30 } } @@ -674678,15 +675165,15 @@ "binop": null }, "value": "_ruler_body", - "start": 48369, - "end": 48380, + "start": 50759, + "end": 50770, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 12 }, "end": { - "line": 1058, + "line": 1100, "column": 23 } } @@ -674704,15 +675191,15 @@ "binop": null, "updateContext": null }, - "start": 48380, - "end": 48381, + "start": 50770, + "end": 50771, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 23 }, "end": { - "line": 1058, + "line": 1100, "column": 24 } } @@ -674730,15 +675217,15 @@ "binop": null }, "value": "append", - "start": 48381, - "end": 48387, + "start": 50771, + "end": 50777, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 24 }, "end": { - "line": 1058, + "line": 1100, "column": 30 } } @@ -674755,15 +675242,15 @@ "postfix": false, "binop": null }, - "start": 48387, - "end": 48388, + "start": 50777, + "end": 50778, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 30 }, "end": { - "line": 1058, + "line": 1100, "column": 31 } } @@ -674783,15 +675270,15 @@ "updateContext": null }, "value": "this", - "start": 48389, - "end": 48393, + "start": 50779, + "end": 50783, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 32 }, "end": { - "line": 1058, + "line": 1100, "column": 36 } } @@ -674809,15 +675296,15 @@ "binop": null, "updateContext": null }, - "start": 48393, - "end": 48394, + "start": 50783, + "end": 50784, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 36 }, "end": { - "line": 1058, + "line": 1100, "column": 37 } } @@ -674835,15 +675322,15 @@ "binop": null }, "value": "_createRulerContent", - "start": 48394, - "end": 48413, + "start": 50784, + "end": 50803, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 37 }, "end": { - "line": 1058, + "line": 1100, "column": 56 } } @@ -674860,15 +675347,15 @@ "postfix": false, "binop": null }, - "start": 48413, - "end": 48414, + "start": 50803, + "end": 50804, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 56 }, "end": { - "line": 1058, + "line": 1100, "column": 57 } } @@ -674886,15 +675373,15 @@ "binop": null }, "value": "_line_grids", - "start": 48415, - "end": 48426, + "start": 50805, + "end": 50816, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 58 }, "end": { - "line": 1058, + "line": 1100, "column": 69 } } @@ -674912,15 +675399,15 @@ "binop": null, "updateContext": null }, - "start": 48426, - "end": 48427, + "start": 50816, + "end": 50817, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 69 }, "end": { - "line": 1058, + "line": 1100, "column": 70 } } @@ -674938,15 +675425,15 @@ "binop": null }, "value": "line_scale", - "start": 48428, - "end": 48438, + "start": 50818, + "end": 50828, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 71 }, "end": { - "line": 1058, + "line": 1100, "column": 81 } } @@ -674964,15 +675451,15 @@ "binop": null, "updateContext": null }, - "start": 48438, - "end": 48439, + "start": 50828, + "end": 50829, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 81 }, "end": { - "line": 1058, + "line": 1100, "column": 82 } } @@ -674990,15 +675477,15 @@ "binop": null }, "value": "ruler_opts", - "start": 48440, - "end": 48450, + "start": 50830, + "end": 50840, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 83 }, "end": { - "line": 1058, + "line": 1100, "column": 93 } } @@ -675015,15 +675502,15 @@ "postfix": false, "binop": null }, - "start": 48451, - "end": 48452, + "start": 50841, + "end": 50842, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 94 }, "end": { - "line": 1058, + "line": 1100, "column": 95 } } @@ -675040,15 +675527,15 @@ "postfix": false, "binop": null }, - "start": 48453, - "end": 48454, + "start": 50843, + "end": 50844, "loc": { "start": { - "line": 1058, + "line": 1100, "column": 96 }, "end": { - "line": 1058, + "line": 1100, "column": 97 } } @@ -675066,15 +675553,15 @@ "binop": null }, "value": "_finalLines", - "start": 48467, - "end": 48478, + "start": 50857, + "end": 50868, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 12 }, "end": { - "line": 1059, + "line": 1101, "column": 23 } } @@ -675092,15 +675579,15 @@ "binop": null }, "value": "++", - "start": 48478, - "end": 48480, + "start": 50868, + "end": 50870, "loc": { "start": { - "line": 1059, + "line": 1101, "column": 23 }, "end": { - "line": 1059, + "line": 1101, "column": 25 } } @@ -675117,15 +675604,15 @@ "postfix": false, "binop": null }, - "start": 48489, - "end": 48490, + "start": 50879, + "end": 50880, "loc": { "start": { - "line": 1060, + "line": 1102, "column": 8 }, "end": { - "line": 1060, + "line": 1102, "column": 9 } } @@ -675142,15 +675629,15 @@ "postfix": false, "binop": null }, - "start": 48490, - "end": 48491, + "start": 50880, + "end": 50881, "loc": { "start": { - "line": 1060, + "line": 1102, "column": 9 }, "end": { - "line": 1060, + "line": 1102, "column": 10 } } @@ -675170,15 +675657,15 @@ "updateContext": null }, "value": "if", - "start": 48509, - "end": 48511, + "start": 50899, + "end": 50901, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 8 }, "end": { - "line": 1062, + "line": 1104, "column": 10 } } @@ -675195,15 +675682,15 @@ "postfix": false, "binop": null }, - "start": 48512, - "end": 48513, + "start": 50902, + "end": 50903, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 11 }, "end": { - "line": 1062, + "line": 1104, "column": 12 } } @@ -675221,15 +675708,15 @@ "binop": null }, "value": "ruler_line", - "start": 48514, - "end": 48524, + "start": 50904, + "end": 50914, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 13 }, "end": { - "line": 1062, + "line": 1104, "column": 23 } } @@ -675247,15 +675734,15 @@ "binop": null, "updateContext": null }, - "start": 48524, - "end": 48525, + "start": 50914, + "end": 50915, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 23 }, "end": { - "line": 1062, + "line": 1104, "column": 24 } } @@ -675273,15 +675760,15 @@ "binop": null }, "value": "length", - "start": 48525, - "end": 48531, + "start": 50915, + "end": 50921, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 24 }, "end": { - "line": 1062, + "line": 1104, "column": 30 } } @@ -675300,15 +675787,15 @@ "updateContext": null }, "value": "!=", - "start": 48532, - "end": 48534, + "start": 50922, + "end": 50924, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 31 }, "end": { - "line": 1062, + "line": 1104, "column": 33 } } @@ -675326,15 +675813,15 @@ "binop": null }, "value": "_finalLines", - "start": 48535, - "end": 48546, + "start": 50925, + "end": 50936, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 34 }, "end": { - "line": 1062, + "line": 1104, "column": 45 } } @@ -675351,15 +675838,15 @@ "postfix": false, "binop": null }, - "start": 48547, - "end": 48548, + "start": 50937, + "end": 50938, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 46 }, "end": { - "line": 1062, + "line": 1104, "column": 47 } } @@ -675376,15 +675863,15 @@ "postfix": false, "binop": null }, - "start": 48549, - "end": 48550, + "start": 50939, + "end": 50940, "loc": { "start": { - "line": 1062, + "line": 1104, "column": 48 }, "end": { - "line": 1062, + "line": 1104, "column": 49 } } @@ -675402,15 +675889,15 @@ "binop": null }, "value": "_ruler", - "start": 48563, - "end": 48569, + "start": 50953, + "end": 50959, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 12 }, "end": { - "line": 1063, + "line": 1105, "column": 18 } } @@ -675428,15 +675915,15 @@ "binop": null, "updateContext": null }, - "start": 48569, - "end": 48570, + "start": 50959, + "end": 50960, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 18 }, "end": { - "line": 1063, + "line": 1105, "column": 19 } } @@ -675454,15 +675941,15 @@ "binop": null }, "value": "css", - "start": 48570, - "end": 48573, + "start": 50960, + "end": 50963, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 19 }, "end": { - "line": 1063, + "line": 1105, "column": 22 } } @@ -675479,15 +675966,15 @@ "postfix": false, "binop": null }, - "start": 48573, - "end": 48574, + "start": 50963, + "end": 50964, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 22 }, "end": { - "line": 1063, + "line": 1105, "column": 23 } } @@ -675506,15 +675993,15 @@ "updateContext": null }, "value": "height", - "start": 48575, - "end": 48583, + "start": 50965, + "end": 50973, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 24 }, "end": { - "line": 1063, + "line": 1105, "column": 32 } } @@ -675532,15 +676019,15 @@ "binop": null, "updateContext": null }, - "start": 48583, - "end": 48584, + "start": 50973, + "end": 50974, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 32 }, "end": { - "line": 1063, + "line": 1105, "column": 33 } } @@ -675557,15 +676044,15 @@ "postfix": false, "binop": null }, - "start": 48585, - "end": 48586, + "start": 50975, + "end": 50976, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 34 }, "end": { - "line": 1063, + "line": 1105, "column": 35 } } @@ -675584,15 +676071,15 @@ "updateContext": null }, "value": "", - "start": 48586, - "end": 48586, + "start": 50976, + "end": 50976, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 35 }, "end": { - "line": 1063, + "line": 1105, "column": 35 } } @@ -675609,15 +676096,15 @@ "postfix": false, "binop": null }, - "start": 48586, - "end": 48588, + "start": 50976, + "end": 50978, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 35 }, "end": { - "line": 1063, + "line": 1105, "column": 37 } } @@ -675635,15 +676122,15 @@ "binop": null }, "value": "_finalLines", - "start": 48588, - "end": 48599, + "start": 50978, + "end": 50989, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 37 }, "end": { - "line": 1063, + "line": 1105, "column": 48 } } @@ -675662,15 +676149,15 @@ "updateContext": null }, "value": "*", - "start": 48600, - "end": 48601, + "start": 50990, + "end": 50991, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 49 }, "end": { - "line": 1063, + "line": 1105, "column": 50 } } @@ -675688,15 +676175,15 @@ "binop": null }, "value": "line_height", - "start": 48602, - "end": 48613, + "start": 50992, + "end": 51003, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 51 }, "end": { - "line": 1063, + "line": 1105, "column": 62 } } @@ -675713,15 +676200,15 @@ "postfix": false, "binop": null }, - "start": 48613, - "end": 48614, + "start": 51003, + "end": 51004, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 62 }, "end": { - "line": 1063, + "line": 1105, "column": 63 } } @@ -675740,15 +676227,15 @@ "updateContext": null }, "value": "px", - "start": 48614, - "end": 48616, + "start": 51004, + "end": 51006, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 63 }, "end": { - "line": 1063, + "line": 1105, "column": 65 } } @@ -675765,15 +676252,15 @@ "postfix": false, "binop": null }, - "start": 48616, - "end": 48617, + "start": 51006, + "end": 51007, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 65 }, "end": { - "line": 1063, + "line": 1105, "column": 66 } } @@ -675790,15 +676277,15 @@ "postfix": false, "binop": null }, - "start": 48618, - "end": 48619, + "start": 51008, + "end": 51009, "loc": { "start": { - "line": 1063, + "line": 1105, "column": 67 }, "end": { - "line": 1063, + "line": 1105, "column": 68 } } @@ -675815,15 +676302,15 @@ "postfix": false, "binop": null }, - "start": 48628, - "end": 48629, + "start": 51018, + "end": 51019, "loc": { "start": { - "line": 1064, + "line": 1106, "column": 8 }, "end": { - "line": 1064, + "line": 1106, "column": 9 } } @@ -675843,15 +676330,15 @@ "updateContext": null }, "value": "return", - "start": 48647, - "end": 48653, + "start": 51037, + "end": 51043, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 8 }, "end": { - "line": 1066, + "line": 1108, "column": 14 } } @@ -675869,15 +676356,15 @@ "binop": null }, "value": "_ruler", - "start": 48654, - "end": 48660, + "start": 51044, + "end": 51050, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 15 }, "end": { - "line": 1066, + "line": 1108, "column": 21 } } @@ -675895,15 +676382,15 @@ "binop": null, "updateContext": null }, - "start": 48660, - "end": 48661, + "start": 51050, + "end": 51051, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 21 }, "end": { - "line": 1066, + "line": 1108, "column": 22 } } @@ -675921,15 +676408,15 @@ "binop": null }, "value": "append", - "start": 48661, - "end": 48667, + "start": 51051, + "end": 51057, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 22 }, "end": { - "line": 1066, + "line": 1108, "column": 28 } } @@ -675946,15 +676433,15 @@ "postfix": false, "binop": null }, - "start": 48667, - "end": 48668, + "start": 51057, + "end": 51058, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 28 }, "end": { - "line": 1066, + "line": 1108, "column": 29 } } @@ -675972,15 +676459,15 @@ "binop": null }, "value": "_ruler_bg", - "start": 48669, - "end": 48678, + "start": 51059, + "end": 51068, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 30 }, "end": { - "line": 1066, + "line": 1108, "column": 39 } } @@ -675997,15 +676484,15 @@ "postfix": false, "binop": null }, - "start": 48679, - "end": 48680, + "start": 51069, + "end": 51070, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 40 }, "end": { - "line": 1066, + "line": 1108, "column": 41 } } @@ -676023,15 +676510,15 @@ "binop": null, "updateContext": null }, - "start": 48680, - "end": 48681, + "start": 51070, + "end": 51071, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 41 }, "end": { - "line": 1066, + "line": 1108, "column": 42 } } @@ -676049,15 +676536,15 @@ "binop": null }, "value": "append", - "start": 48681, - "end": 48687, + "start": 51071, + "end": 51077, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 42 }, "end": { - "line": 1066, + "line": 1108, "column": 48 } } @@ -676074,15 +676561,15 @@ "postfix": false, "binop": null }, - "start": 48687, - "end": 48688, + "start": 51077, + "end": 51078, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 48 }, "end": { - "line": 1066, + "line": 1108, "column": 49 } } @@ -676100,15 +676587,15 @@ "binop": null }, "value": "_ruler_body", - "start": 48689, - "end": 48700, + "start": 51079, + "end": 51090, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 50 }, "end": { - "line": 1066, + "line": 1108, "column": 61 } } @@ -676125,15 +676612,15 @@ "postfix": false, "binop": null }, - "start": 48701, - "end": 48702, + "start": 51091, + "end": 51092, "loc": { "start": { - "line": 1066, + "line": 1108, "column": 62 }, "end": { - "line": 1066, + "line": 1108, "column": 63 } } @@ -676150,15 +676637,15 @@ "postfix": false, "binop": null }, - "start": 48707, - "end": 48708, + "start": 51097, + "end": 51098, "loc": { "start": { - "line": 1067, + "line": 1109, "column": 4 }, "end": { - "line": 1067, + "line": 1109, "column": 5 } } @@ -676166,15 +676653,15 @@ { "type": "CommentBlock", "value": "*\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 48718, - "end": 48880, + "start": 51108, + "end": 51270, "loc": { "start": { - "line": 1069, + "line": 1111, "column": 4 }, "end": { - "line": 1074, + "line": 1116, "column": 7 } } @@ -676192,15 +676679,15 @@ "binop": null }, "value": "_filterVariableScale", - "start": 48885, - "end": 48905, + "start": 51275, + "end": 51295, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 4 }, "end": { - "line": 1075, + "line": 1117, "column": 24 } } @@ -676217,15 +676704,15 @@ "postfix": false, "binop": null }, - "start": 48905, - "end": 48906, + "start": 51295, + "end": 51296, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 24 }, "end": { - "line": 1075, + "line": 1117, "column": 25 } } @@ -676243,15 +676730,15 @@ "binop": null }, "value": "target_scale", - "start": 48907, - "end": 48919, + "start": 51297, + "end": 51309, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 26 }, "end": { - "line": 1075, + "line": 1117, "column": 38 } } @@ -676268,15 +676755,15 @@ "postfix": false, "binop": null }, - "start": 48920, - "end": 48921, + "start": 51310, + "end": 51311, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 39 }, "end": { - "line": 1075, + "line": 1117, "column": 40 } } @@ -676293,15 +676780,15 @@ "postfix": false, "binop": null }, - "start": 48922, - "end": 48923, + "start": 51312, + "end": 51313, "loc": { "start": { - "line": 1075, + "line": 1117, "column": 41 }, "end": { - "line": 1075, + "line": 1117, "column": 42 } } @@ -676321,15 +676808,15 @@ "updateContext": null }, "value": "let", - "start": 48932, - "end": 48935, + "start": 51322, + "end": 51325, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 8 }, "end": { - "line": 1076, + "line": 1118, "column": 11 } } @@ -676347,15 +676834,15 @@ "binop": null }, "value": "_opts", - "start": 48936, - "end": 48941, + "start": 51326, + "end": 51331, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 12 }, "end": { - "line": 1076, + "line": 1118, "column": 17 } } @@ -676374,15 +676861,15 @@ "updateContext": null }, "value": "=", - "start": 48943, - "end": 48944, + "start": 51333, + "end": 51334, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 19 }, "end": { - "line": 1076, + "line": 1118, "column": 20 } } @@ -676402,15 +676889,15 @@ "updateContext": null }, "value": "this", - "start": 48945, - "end": 48949, + "start": 51335, + "end": 51339, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 21 }, "end": { - "line": 1076, + "line": 1118, "column": 25 } } @@ -676428,15 +676915,15 @@ "binop": null, "updateContext": null }, - "start": 48949, - "end": 48950, + "start": 51339, + "end": 51340, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 25 }, "end": { - "line": 1076, + "line": 1118, "column": 26 } } @@ -676454,15 +676941,15 @@ "binop": null }, "value": "_config", - "start": 48950, - "end": 48957, + "start": 51340, + "end": 51347, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 26 }, "end": { - "line": 1076, + "line": 1118, "column": 33 } } @@ -676480,15 +676967,15 @@ "binop": null, "updateContext": null }, - "start": 48957, - "end": 48958, + "start": 51347, + "end": 51348, "loc": { "start": { - "line": 1076, + "line": 1118, "column": 33 }, "end": { - "line": 1076, + "line": 1118, "column": 34 } } @@ -676506,15 +676993,15 @@ "binop": null }, "value": "_props", - "start": 48971, - "end": 48977, + "start": 51361, + "end": 51367, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 12 }, "end": { - "line": 1077, + "line": 1119, "column": 18 } } @@ -676533,15 +677020,15 @@ "updateContext": null }, "value": "=", - "start": 48978, - "end": 48979, + "start": 51368, + "end": 51369, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 19 }, "end": { - "line": 1077, + "line": 1119, "column": 20 } } @@ -676561,15 +677048,15 @@ "updateContext": null }, "value": "this", - "start": 48980, - "end": 48984, + "start": 51370, + "end": 51374, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 21 }, "end": { - "line": 1077, + "line": 1119, "column": 25 } } @@ -676587,15 +677074,15 @@ "binop": null, "updateContext": null }, - "start": 48984, - "end": 48985, + "start": 51374, + "end": 51375, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 25 }, "end": { - "line": 1077, + "line": 1119, "column": 26 } } @@ -676613,15 +677100,15 @@ "binop": null }, "value": "_instanceProps", - "start": 48985, - "end": 48999, + "start": 51375, + "end": 51389, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 26 }, "end": { - "line": 1077, + "line": 1119, "column": 40 } } @@ -676639,15 +677126,15 @@ "binop": null, "updateContext": null }, - "start": 48999, - "end": 49000, + "start": 51389, + "end": 51390, "loc": { "start": { - "line": 1077, + "line": 1119, "column": 40 }, "end": { - "line": 1077, + "line": 1119, "column": 41 } } @@ -676665,15 +677152,15 @@ "binop": null }, "value": "_bc", - "start": 49013, - "end": 49016, + "start": 51403, + "end": 51406, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 12 }, "end": { - "line": 1078, + "line": 1120, "column": 15 } } @@ -676692,15 +677179,15 @@ "updateContext": null }, "value": "=", - "start": 49020, - "end": 49021, + "start": 51410, + "end": 51411, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 19 }, "end": { - "line": 1078, + "line": 1120, "column": 20 } } @@ -676722,15 +677209,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 49022, - "end": 49033, + "start": 51412, + "end": 51423, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 21 }, "end": { - "line": 1078, + "line": 1120, "column": 32 } } @@ -676748,15 +677235,15 @@ "binop": null, "updateContext": null }, - "start": 49033, - "end": 49034, + "start": 51423, + "end": 51424, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 32 }, "end": { - "line": 1078, + "line": 1120, "column": 33 } } @@ -676774,15 +677261,15 @@ "binop": null }, "value": "test", - "start": 49034, - "end": 49038, + "start": 51424, + "end": 51428, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 33 }, "end": { - "line": 1078, + "line": 1120, "column": 37 } } @@ -676799,15 +677286,15 @@ "postfix": false, "binop": null }, - "start": 49038, - "end": 49039, + "start": 51428, + "end": 51429, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 37 }, "end": { - "line": 1078, + "line": 1120, "column": 38 } } @@ -676825,15 +677312,15 @@ "binop": null }, "value": "_opts", - "start": 49040, - "end": 49045, + "start": 51430, + "end": 51435, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 39 }, "end": { - "line": 1078, + "line": 1120, "column": 44 } } @@ -676851,15 +677338,15 @@ "binop": null, "updateContext": null }, - "start": 49045, - "end": 49046, + "start": 51435, + "end": 51436, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 44 }, "end": { - "line": 1078, + "line": 1120, "column": 45 } } @@ -676877,15 +677364,15 @@ "binop": null }, "value": "scale", - "start": 49046, - "end": 49051, + "start": 51436, + "end": 51441, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 45 }, "end": { - "line": 1078, + "line": 1120, "column": 50 } } @@ -676902,15 +677389,15 @@ "postfix": false, "binop": null }, - "start": 49052, - "end": 49053, + "start": 51442, + "end": 51443, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 51 }, "end": { - "line": 1078, + "line": 1120, "column": 52 } } @@ -676928,15 +677415,15 @@ "binop": null, "updateContext": null }, - "start": 49054, - "end": 49055, + "start": 51444, + "end": 51445, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 53 }, "end": { - "line": 1078, + "line": 1120, "column": 54 } } @@ -676955,15 +677442,15 @@ "updateContext": null }, "value": 365, - "start": 49056, - "end": 49059, + "start": 51446, + "end": 51449, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 55 }, "end": { - "line": 1078, + "line": 1120, "column": 58 } } @@ -676981,15 +677468,15 @@ "binop": null, "updateContext": null }, - "start": 49060, - "end": 49061, + "start": 51450, + "end": 51451, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 59 }, "end": { - "line": 1078, + "line": 1120, "column": 60 } } @@ -677008,15 +677495,15 @@ "updateContext": null }, "value": 30, - "start": 49062, - "end": 49064, + "start": 51452, + "end": 51454, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 61 }, "end": { - "line": 1078, + "line": 1120, "column": 63 } } @@ -677034,15 +677521,15 @@ "binop": null, "updateContext": null }, - "start": 49064, - "end": 49065, + "start": 51454, + "end": 51455, "loc": { "start": { - "line": 1078, + "line": 1120, "column": 63 }, "end": { - "line": 1078, + "line": 1120, "column": 64 } } @@ -677060,15 +677547,15 @@ "binop": null }, "value": "scales", - "start": 49078, - "end": 49084, + "start": 51468, + "end": 51474, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 12 }, "end": { - "line": 1079, + "line": 1121, "column": 18 } } @@ -677087,15 +677574,15 @@ "updateContext": null }, "value": "=", - "start": 49085, - "end": 49086, + "start": 51475, + "end": 51476, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 19 }, "end": { - "line": 1079, + "line": 1121, "column": 20 } } @@ -677113,15 +677600,15 @@ "binop": null }, "value": "_props", - "start": 49087, - "end": 49093, + "start": 51477, + "end": 51483, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 21 }, "end": { - "line": 1079, + "line": 1121, "column": 27 } } @@ -677139,15 +677626,15 @@ "binop": null, "updateContext": null }, - "start": 49093, - "end": 49094, + "start": 51483, + "end": 51484, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 27 }, "end": { - "line": 1079, + "line": 1121, "column": 28 } } @@ -677165,15 +677652,15 @@ "binop": null }, "value": "variableScale", - "start": 49094, - "end": 49107, + "start": 51484, + "end": 51497, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 28 }, "end": { - "line": 1079, + "line": 1121, "column": 41 } } @@ -677191,15 +677678,15 @@ "binop": null, "updateContext": null }, - "start": 49107, - "end": 49108, + "start": 51497, + "end": 51498, "loc": { "start": { - "line": 1079, + "line": 1121, "column": 41 }, "end": { - "line": 1079, + "line": 1121, "column": 42 } } @@ -677217,15 +677704,15 @@ "binop": null }, "value": "retObj", - "start": 49121, - "end": 49127, + "start": 51511, + "end": 51517, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 12 }, "end": { - "line": 1080, + "line": 1122, "column": 18 } } @@ -677244,15 +677731,15 @@ "updateContext": null }, "value": "=", - "start": 49128, - "end": 49129, + "start": 51518, + "end": 51519, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 19 }, "end": { - "line": 1080, + "line": 1122, "column": 20 } } @@ -677269,15 +677756,15 @@ "postfix": false, "binop": null }, - "start": 49130, - "end": 49131, + "start": 51520, + "end": 51521, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 21 }, "end": { - "line": 1080, + "line": 1122, "column": 22 } } @@ -677294,15 +677781,15 @@ "postfix": false, "binop": null }, - "start": 49131, - "end": 49132, + "start": 51521, + "end": 51522, "loc": { "start": { - "line": 1080, + "line": 1122, "column": 22 }, "end": { - "line": 1080, + "line": 1122, "column": 23 } } @@ -677322,15 +677809,15 @@ "updateContext": null }, "value": "for", - "start": 49150, - "end": 49153, + "start": 51540, + "end": 51543, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 8 }, "end": { - "line": 1082, + "line": 1124, "column": 11 } } @@ -677347,15 +677834,15 @@ "postfix": false, "binop": null }, - "start": 49154, - "end": 49155, + "start": 51544, + "end": 51545, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 12 }, "end": { - "line": 1082, + "line": 1124, "column": 13 } } @@ -677375,15 +677862,15 @@ "updateContext": null }, "value": "let", - "start": 49156, - "end": 49159, + "start": 51546, + "end": 51549, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 14 }, "end": { - "line": 1082, + "line": 1124, "column": 17 } } @@ -677401,15 +677888,15 @@ "binop": null }, "value": "_dt", - "start": 49160, - "end": 49163, + "start": 51550, + "end": 51553, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 18 }, "end": { - "line": 1082, + "line": 1124, "column": 21 } } @@ -677427,15 +677914,15 @@ "binop": null }, "value": "of", - "start": 49164, - "end": 49166, + "start": 51554, + "end": 51556, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 22 }, "end": { - "line": 1082, + "line": 1124, "column": 24 } } @@ -677453,15 +677940,15 @@ "binop": null }, "value": "Object", - "start": 49167, - "end": 49173, + "start": 51557, + "end": 51563, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 25 }, "end": { - "line": 1082, + "line": 1124, "column": 31 } } @@ -677479,15 +677966,15 @@ "binop": null, "updateContext": null }, - "start": 49173, - "end": 49174, + "start": 51563, + "end": 51564, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 31 }, "end": { - "line": 1082, + "line": 1124, "column": 32 } } @@ -677505,15 +677992,15 @@ "binop": null }, "value": "keys", - "start": 49174, - "end": 49178, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 32 }, "end": { - "line": 1082, + "line": 1124, "column": 36 } } @@ -677530,15 +678017,15 @@ "postfix": false, "binop": null }, - "start": 49178, - "end": 49179, + "start": 51568, + "end": 51569, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 36 }, "end": { - "line": 1082, + "line": 1124, "column": 37 } } @@ -677556,15 +678043,15 @@ "binop": null }, "value": "scales", - "start": 49180, - "end": 49186, + "start": 51570, + "end": 51576, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 38 }, "end": { - "line": 1082, + "line": 1124, "column": 44 } } @@ -677581,15 +678068,15 @@ "postfix": false, "binop": null }, - "start": 49187, - "end": 49188, + "start": 51577, + "end": 51578, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 45 }, "end": { - "line": 1082, + "line": 1124, "column": 46 } } @@ -677606,15 +678093,15 @@ "postfix": false, "binop": null }, - "start": 49189, - "end": 49190, + "start": 51579, + "end": 51580, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 47 }, "end": { - "line": 1082, + "line": 1124, "column": 48 } } @@ -677631,15 +678118,15 @@ "postfix": false, "binop": null }, - "start": 49191, - "end": 49192, + "start": 51581, + "end": 51582, "loc": { "start": { - "line": 1082, + "line": 1124, "column": 49 }, "end": { - "line": 1082, + "line": 1124, "column": 50 } } @@ -677659,15 +678146,15 @@ "updateContext": null }, "value": "let", - "start": 49205, - "end": 49208, + "start": 51595, + "end": 51598, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 12 }, "end": { - "line": 1083, + "line": 1125, "column": 15 } } @@ -677685,15 +678172,15 @@ "binop": null }, "value": "_days", - "start": 49209, - "end": 49214, + "start": 51599, + "end": 51604, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 16 }, "end": { - "line": 1083, + "line": 1125, "column": 21 } } @@ -677712,15 +678199,15 @@ "updateContext": null }, "value": "=", - "start": 49219, - "end": 49220, + "start": 51609, + "end": 51610, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 26 }, "end": { - "line": 1083, + "line": 1125, "column": 27 } } @@ -677738,15 +678225,15 @@ "binop": null }, "value": "scales", - "start": 49221, - "end": 49227, + "start": 51611, + "end": 51617, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 28 }, "end": { - "line": 1083, + "line": 1125, "column": 34 } } @@ -677764,15 +678251,15 @@ "binop": null, "updateContext": null }, - "start": 49227, - "end": 49228, + "start": 51617, + "end": 51618, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 34 }, "end": { - "line": 1083, + "line": 1125, "column": 35 } } @@ -677790,15 +678277,15 @@ "binop": null }, "value": "_dt", - "start": 49228, - "end": 49231, + "start": 51618, + "end": 51621, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 35 }, "end": { - "line": 1083, + "line": 1125, "column": 38 } } @@ -677816,15 +678303,15 @@ "binop": null, "updateContext": null }, - "start": 49231, - "end": 49232, + "start": 51621, + "end": 51622, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 38 }, "end": { - "line": 1083, + "line": 1125, "column": 39 } } @@ -677842,15 +678329,15 @@ "binop": null, "updateContext": null }, - "start": 49232, - "end": 49233, + "start": 51622, + "end": 51623, "loc": { "start": { - "line": 1083, + "line": 1125, "column": 39 }, "end": { - "line": 1083, + "line": 1125, "column": 40 } } @@ -677868,15 +678355,15 @@ "binop": null }, "value": "grid_size", - "start": 49250, - "end": 49259, + "start": 51640, + "end": 51649, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 16 }, "end": { - "line": 1084, + "line": 1126, "column": 25 } } @@ -677895,15 +678382,15 @@ "updateContext": null }, "value": "=", - "start": 49260, - "end": 49261, + "start": 51650, + "end": 51651, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 26 }, "end": { - "line": 1084, + "line": 1126, "column": 27 } } @@ -677923,15 +678410,15 @@ "updateContext": null }, "value": "this", - "start": 49262, - "end": 49266, + "start": 51652, + "end": 51656, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 28 }, "end": { - "line": 1084, + "line": 1126, "column": 32 } } @@ -677949,15 +678436,15 @@ "binop": null, "updateContext": null }, - "start": 49266, - "end": 49267, + "start": 51656, + "end": 51657, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 32 }, "end": { - "line": 1084, + "line": 1126, "column": 33 } } @@ -677975,15 +678462,15 @@ "binop": null }, "value": "numRound", - "start": 49267, - "end": 49275, + "start": 51657, + "end": 51665, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 33 }, "end": { - "line": 1084, + "line": 1126, "column": 41 } } @@ -678000,15 +678487,15 @@ "postfix": false, "binop": null }, - "start": 49275, - "end": 49276, + "start": 51665, + "end": 51666, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 41 }, "end": { - "line": 1084, + "line": 1126, "column": 42 } } @@ -678025,15 +678512,15 @@ "postfix": false, "binop": null }, - "start": 49277, - "end": 49278, + "start": 51667, + "end": 51668, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 43 }, "end": { - "line": 1084, + "line": 1126, "column": 44 } } @@ -678051,15 +678538,15 @@ "binop": null }, "value": "_days", - "start": 49279, - "end": 49284, + "start": 51669, + "end": 51674, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 45 }, "end": { - "line": 1084, + "line": 1126, "column": 50 } } @@ -678078,15 +678565,15 @@ "updateContext": null }, "value": "*", - "start": 49285, - "end": 49286, + "start": 51675, + "end": 51676, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 51 }, "end": { - "line": 1084, + "line": 1126, "column": 52 } } @@ -678104,15 +678591,15 @@ "binop": null }, "value": "_props", - "start": 49287, - "end": 49293, + "start": 51677, + "end": 51683, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 53 }, "end": { - "line": 1084, + "line": 1126, "column": 59 } } @@ -678130,15 +678617,15 @@ "binop": null, "updateContext": null }, - "start": 49293, - "end": 49294, + "start": 51683, + "end": 51684, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 59 }, "end": { - "line": 1084, + "line": 1126, "column": 60 } } @@ -678156,15 +678643,15 @@ "binop": null }, "value": "scaleSize", - "start": 49294, - "end": 49303, + "start": 51684, + "end": 51693, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 60 }, "end": { - "line": 1084, + "line": 1126, "column": 69 } } @@ -678181,15 +678668,15 @@ "postfix": false, "binop": null }, - "start": 49304, - "end": 49305, + "start": 51694, + "end": 51695, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 70 }, "end": { - "line": 1084, + "line": 1126, "column": 71 } } @@ -678208,15 +678695,15 @@ "updateContext": null }, "value": "/", - "start": 49306, - "end": 49307, + "start": 51696, + "end": 51697, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 72 }, "end": { - "line": 1084, + "line": 1126, "column": 73 } } @@ -678234,15 +678721,15 @@ "binop": null }, "value": "_bc", - "start": 49308, - "end": 49311, + "start": 51698, + "end": 51701, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 74 }, "end": { - "line": 1084, + "line": 1126, "column": 77 } } @@ -678260,15 +678747,15 @@ "binop": null, "updateContext": null }, - "start": 49311, - "end": 49312, + "start": 51701, + "end": 51702, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 77 }, "end": { - "line": 1084, + "line": 1126, "column": 78 } } @@ -678287,15 +678774,15 @@ "updateContext": null }, "value": 2, - "start": 49313, - "end": 49314, + "start": 51703, + "end": 51704, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 79 }, "end": { - "line": 1084, + "line": 1126, "column": 80 } } @@ -678312,15 +678799,15 @@ "postfix": false, "binop": null }, - "start": 49315, - "end": 49316, + "start": 51705, + "end": 51706, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 81 }, "end": { - "line": 1084, + "line": 1126, "column": 82 } } @@ -678338,15 +678825,15 @@ "binop": null, "updateContext": null }, - "start": 49316, - "end": 49317, + "start": 51706, + "end": 51707, "loc": { "start": { - "line": 1084, + "line": 1126, "column": 82 }, "end": { - "line": 1084, + "line": 1126, "column": 83 } } @@ -678364,15 +678851,15 @@ "binop": null }, "value": "_newKey", - "start": 49334, - "end": 49341, + "start": 51724, + "end": 51731, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 16 }, "end": { - "line": 1085, + "line": 1127, "column": 23 } } @@ -678391,15 +678878,15 @@ "updateContext": null }, "value": "=", - "start": 49344, - "end": 49345, + "start": 51734, + "end": 51735, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 26 }, "end": { - "line": 1085, + "line": 1127, "column": 27 } } @@ -678419,15 +678906,15 @@ "updateContext": null }, "value": "null", - "start": 49346, - "end": 49350, + "start": 51736, + "end": 51740, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 28 }, "end": { - "line": 1085, + "line": 1127, "column": 32 } } @@ -678445,15 +678932,15 @@ "binop": null, "updateContext": null }, - "start": 49350, - "end": 49351, + "start": 51740, + "end": 51741, "loc": { "start": { - "line": 1085, + "line": 1127, "column": 32 }, "end": { - "line": 1085, + "line": 1127, "column": 33 } } @@ -678471,15 +678958,15 @@ "binop": null }, "value": "_arr", - "start": 49368, - "end": 49372, + "start": 51758, + "end": 51762, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 16 }, "end": { - "line": 1086, + "line": 1128, "column": 20 } } @@ -678497,15 +678984,15 @@ "binop": null, "updateContext": null }, - "start": 49372, - "end": 49373, + "start": 51762, + "end": 51763, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 20 }, "end": { - "line": 1086, + "line": 1128, "column": 21 } } @@ -678523,15 +679010,15 @@ "binop": null }, "value": "_temp", - "start": 49374, - "end": 49379, + "start": 51764, + "end": 51769, "loc": { "start": { - "line": 1086, + "line": 1128, "column": 22 }, "end": { - "line": 1086, + "line": 1128, "column": 27 } } @@ -678539,15 +679026,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )", - "start": 49380, - "end": 49479, + "start": 51770, + "end": 51869, "loc": { "start": { - "line": 1087, + "line": 1129, "column": 0 }, "end": { - "line": 1087, + "line": 1129, "column": 99 } } @@ -678567,15 +679054,15 @@ "updateContext": null }, "value": "switch", - "start": 49505, - "end": 49511, + "start": 51895, + "end": 51901, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 12 }, "end": { - "line": 1089, + "line": 1131, "column": 18 } } @@ -678592,15 +679079,15 @@ "postfix": false, "binop": null }, - "start": 49512, - "end": 49513, + "start": 51902, + "end": 51903, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 19 }, "end": { - "line": 1089, + "line": 1131, "column": 20 } } @@ -678620,15 +679107,15 @@ "updateContext": null }, "value": "true", - "start": 49514, - "end": 49518, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 21 }, "end": { - "line": 1089, + "line": 1131, "column": 25 } } @@ -678645,15 +679132,15 @@ "postfix": false, "binop": null }, - "start": 49519, - "end": 49520, + "start": 51909, + "end": 51910, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 26 }, "end": { - "line": 1089, + "line": 1131, "column": 27 } } @@ -678670,15 +679157,15 @@ "postfix": false, "binop": null }, - "start": 49521, - "end": 49522, + "start": 51911, + "end": 51912, "loc": { "start": { - "line": 1089, + "line": 1131, "column": 28 }, "end": { - "line": 1089, + "line": 1131, "column": 29 } } @@ -678698,15 +679185,15 @@ "updateContext": null }, "value": "case", - "start": 49539, - "end": 49543, + "start": 51929, + "end": 51933, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 16 }, "end": { - "line": 1090, + "line": 1132, "column": 20 } } @@ -678728,15 +679215,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 49544, - "end": 49571, + "start": 51934, + "end": 51961, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 21 }, "end": { - "line": 1090, + "line": 1132, "column": 48 } } @@ -678754,15 +679241,15 @@ "binop": null, "updateContext": null }, - "start": 49571, - "end": 49572, + "start": 51961, + "end": 51962, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 48 }, "end": { - "line": 1090, + "line": 1132, "column": 49 } } @@ -678780,15 +679267,15 @@ "binop": null }, "value": "test", - "start": 49572, - "end": 49576, + "start": 51962, + "end": 51966, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 49 }, "end": { - "line": 1090, + "line": 1132, "column": 53 } } @@ -678805,15 +679292,15 @@ "postfix": false, "binop": null }, - "start": 49576, - "end": 49577, + "start": 51966, + "end": 51967, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 53 }, "end": { - "line": 1090, + "line": 1132, "column": 54 } } @@ -678831,15 +679318,15 @@ "binop": null }, "value": "target_scale", - "start": 49578, - "end": 49590, + "start": 51968, + "end": 51980, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 55 }, "end": { - "line": 1090, + "line": 1132, "column": 67 } } @@ -678856,15 +679343,15 @@ "postfix": false, "binop": null }, - "start": 49591, - "end": 49592, + "start": 51981, + "end": 51982, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 68 }, "end": { - "line": 1090, + "line": 1132, "column": 69 } } @@ -678882,15 +679369,15 @@ "binop": null, "updateContext": null }, - "start": 49592, - "end": 49593, + "start": 51982, + "end": 51983, "loc": { "start": { - "line": 1090, + "line": 1132, "column": 69 }, "end": { - "line": 1090, + "line": 1132, "column": 70 } } @@ -678908,15 +679395,15 @@ "binop": null }, "value": "_newKey", - "start": 49614, - "end": 49621, + "start": 52004, + "end": 52011, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 20 }, "end": { - "line": 1091, + "line": 1133, "column": 27 } } @@ -678935,15 +679422,15 @@ "updateContext": null }, "value": "=", - "start": 49622, - "end": 49623, + "start": 52012, + "end": 52013, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 28 }, "end": { - "line": 1091, + "line": 1133, "column": 29 } } @@ -678961,15 +679448,15 @@ "binop": null }, "value": "Math", - "start": 49624, - "end": 49628, + "start": 52014, + "end": 52018, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 30 }, "end": { - "line": 1091, + "line": 1133, "column": 34 } } @@ -678987,15 +679474,15 @@ "binop": null, "updateContext": null }, - "start": 49628, - "end": 49629, + "start": 52018, + "end": 52019, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 34 }, "end": { - "line": 1091, + "line": 1133, "column": 35 } } @@ -679013,15 +679500,15 @@ "binop": null }, "value": "ceil", - "start": 49629, - "end": 49633, + "start": 52019, + "end": 52023, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 35 }, "end": { - "line": 1091, + "line": 1133, "column": 39 } } @@ -679038,15 +679525,15 @@ "postfix": false, "binop": null }, - "start": 49633, - "end": 49634, + "start": 52023, + "end": 52024, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 39 }, "end": { - "line": 1091, + "line": 1133, "column": 40 } } @@ -679066,15 +679553,15 @@ "updateContext": null }, "value": "this", - "start": 49635, - "end": 49639, + "start": 52025, + "end": 52029, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 41 }, "end": { - "line": 1091, + "line": 1133, "column": 45 } } @@ -679092,15 +679579,15 @@ "binop": null, "updateContext": null }, - "start": 49639, - "end": 49640, + "start": 52029, + "end": 52030, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 45 }, "end": { - "line": 1091, + "line": 1133, "column": 46 } } @@ -679118,15 +679605,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 49640, - "end": 49658, + "start": 52030, + "end": 52048, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 46 }, "end": { - "line": 1091, + "line": 1133, "column": 64 } } @@ -679143,15 +679630,15 @@ "postfix": false, "binop": null }, - "start": 49658, - "end": 49659, + "start": 52048, + "end": 52049, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 64 }, "end": { - "line": 1091, + "line": 1133, "column": 65 } } @@ -679169,15 +679656,15 @@ "binop": null }, "value": "_dt", - "start": 49660, - "end": 49663, + "start": 52050, + "end": 52053, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 66 }, "end": { - "line": 1091, + "line": 1133, "column": 69 } } @@ -679194,15 +679681,15 @@ "postfix": false, "binop": null }, - "start": 49664, - "end": 49665, + "start": 52054, + "end": 52055, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 70 }, "end": { - "line": 1091, + "line": 1133, "column": 71 } } @@ -679220,15 +679707,15 @@ "binop": null, "updateContext": null }, - "start": 49665, - "end": 49666, + "start": 52055, + "end": 52056, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 71 }, "end": { - "line": 1091, + "line": 1133, "column": 72 } } @@ -679246,15 +679733,15 @@ "binop": null }, "value": "getFullYear", - "start": 49666, - "end": 49677, + "start": 52056, + "end": 52067, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 72 }, "end": { - "line": 1091, + "line": 1133, "column": 83 } } @@ -679271,15 +679758,15 @@ "postfix": false, "binop": null }, - "start": 49677, - "end": 49678, + "start": 52067, + "end": 52068, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 83 }, "end": { - "line": 1091, + "line": 1133, "column": 84 } } @@ -679296,15 +679783,15 @@ "postfix": false, "binop": null }, - "start": 49678, - "end": 49679, + "start": 52068, + "end": 52069, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 84 }, "end": { - "line": 1091, + "line": 1133, "column": 85 } } @@ -679323,15 +679810,15 @@ "updateContext": null }, "value": "/", - "start": 49680, - "end": 49681, + "start": 52070, + "end": 52071, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 86 }, "end": { - "line": 1091, + "line": 1133, "column": 87 } } @@ -679350,15 +679837,15 @@ "updateContext": null }, "value": 1000, - "start": 49682, - "end": 49686, + "start": 52072, + "end": 52076, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 88 }, "end": { - "line": 1091, + "line": 1133, "column": 92 } } @@ -679375,15 +679862,15 @@ "postfix": false, "binop": null }, - "start": 49687, - "end": 49688, + "start": 52077, + "end": 52078, "loc": { "start": { - "line": 1091, + "line": 1133, "column": 93 }, "end": { - "line": 1091, + "line": 1133, "column": 94 } } @@ -679403,15 +679890,15 @@ "updateContext": null }, "value": "if", - "start": 49730, - "end": 49732, + "start": 52120, + "end": 52122, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 20 }, "end": { - "line": 1093, + "line": 1135, "column": 22 } } @@ -679428,15 +679915,15 @@ "postfix": false, "binop": null }, - "start": 49733, - "end": 49734, + "start": 52123, + "end": 52124, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 23 }, "end": { - "line": 1093, + "line": 1135, "column": 24 } } @@ -679454,15 +679941,15 @@ "binop": null }, "value": "retObj", - "start": 49735, - "end": 49741, + "start": 52125, + "end": 52131, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 25 }, "end": { - "line": 1093, + "line": 1135, "column": 31 } } @@ -679480,15 +679967,15 @@ "binop": null, "updateContext": null }, - "start": 49741, - "end": 49742, + "start": 52131, + "end": 52132, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 31 }, "end": { - "line": 1093, + "line": 1135, "column": 32 } } @@ -679506,15 +679993,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 49742, - "end": 49756, + "start": 52132, + "end": 52146, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 32 }, "end": { - "line": 1093, + "line": 1135, "column": 46 } } @@ -679531,15 +680018,15 @@ "postfix": false, "binop": null }, - "start": 49756, - "end": 49757, + "start": 52146, + "end": 52147, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 46 }, "end": { - "line": 1093, + "line": 1135, "column": 47 } } @@ -679557,15 +680044,15 @@ "binop": null }, "value": "_newKey", - "start": 49758, - "end": 49765, + "start": 52148, + "end": 52155, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 48 }, "end": { - "line": 1093, + "line": 1135, "column": 55 } } @@ -679582,15 +680069,15 @@ "postfix": false, "binop": null }, - "start": 49766, - "end": 49767, + "start": 52156, + "end": 52157, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 56 }, "end": { - "line": 1093, + "line": 1135, "column": 57 } } @@ -679607,15 +680094,15 @@ "postfix": false, "binop": null }, - "start": 49768, - "end": 49769, + "start": 52158, + "end": 52159, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 58 }, "end": { - "line": 1093, + "line": 1135, "column": 59 } } @@ -679632,15 +680119,15 @@ "postfix": false, "binop": null }, - "start": 49770, - "end": 49771, + "start": 52160, + "end": 52161, "loc": { "start": { - "line": 1093, + "line": 1135, "column": 60 }, "end": { - "line": 1093, + "line": 1135, "column": 61 } } @@ -679658,15 +680145,15 @@ "binop": null }, "value": "retObj", - "start": 49796, - "end": 49802, + "start": 52186, + "end": 52192, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 24 }, "end": { - "line": 1094, + "line": 1136, "column": 30 } } @@ -679684,15 +680171,15 @@ "binop": null, "updateContext": null }, - "start": 49802, - "end": 49803, + "start": 52192, + "end": 52193, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 30 }, "end": { - "line": 1094, + "line": 1136, "column": 31 } } @@ -679710,15 +680197,15 @@ "binop": null }, "value": "_newKey", - "start": 49803, - "end": 49810, + "start": 52193, + "end": 52200, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 31 }, "end": { - "line": 1094, + "line": 1136, "column": 38 } } @@ -679736,15 +680223,15 @@ "binop": null, "updateContext": null }, - "start": 49810, - "end": 49811, + "start": 52200, + "end": 52201, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 38 }, "end": { - "line": 1094, + "line": 1136, "column": 39 } } @@ -679763,15 +680250,15 @@ "updateContext": null }, "value": "+=", - "start": 49812, - "end": 49814, + "start": 52202, + "end": 52204, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 40 }, "end": { - "line": 1094, + "line": 1136, "column": 42 } } @@ -679789,15 +680276,15 @@ "binop": null }, "value": "grid_size", - "start": 49815, - "end": 49824, + "start": 52205, + "end": 52214, "loc": { "start": { - "line": 1094, + "line": 1136, "column": 43 }, "end": { - "line": 1094, + "line": 1136, "column": 52 } } @@ -679814,15 +680301,15 @@ "postfix": false, "binop": null }, - "start": 49845, - "end": 49846, + "start": 52235, + "end": 52236, "loc": { "start": { - "line": 1095, + "line": 1137, "column": 20 }, "end": { - "line": 1095, + "line": 1137, "column": 21 } } @@ -679842,15 +680329,15 @@ "updateContext": null }, "value": "else", - "start": 49847, - "end": 49851, + "start": 52237, + "end": 52241, "loc": { "start": { - "line": 1095, + "line": 1137, "column": 22 }, "end": { - "line": 1095, + "line": 1137, "column": 26 } } @@ -679867,15 +680354,15 @@ "postfix": false, "binop": null }, - "start": 49852, - "end": 49853, + "start": 52242, + "end": 52243, "loc": { "start": { - "line": 1095, + "line": 1137, "column": 27 }, "end": { - "line": 1095, + "line": 1137, "column": 28 } } @@ -679893,15 +680380,15 @@ "binop": null }, "value": "retObj", - "start": 49878, - "end": 49884, + "start": 52268, + "end": 52274, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 24 }, "end": { - "line": 1096, + "line": 1138, "column": 30 } } @@ -679919,15 +680406,15 @@ "binop": null, "updateContext": null }, - "start": 49884, - "end": 49885, + "start": 52274, + "end": 52275, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 30 }, "end": { - "line": 1096, + "line": 1138, "column": 31 } } @@ -679945,15 +680432,15 @@ "binop": null }, "value": "_newKey", - "start": 49885, - "end": 49892, + "start": 52275, + "end": 52282, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 31 }, "end": { - "line": 1096, + "line": 1138, "column": 38 } } @@ -679971,15 +680458,15 @@ "binop": null, "updateContext": null }, - "start": 49892, - "end": 49893, + "start": 52282, + "end": 52283, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 38 }, "end": { - "line": 1096, + "line": 1138, "column": 39 } } @@ -679998,15 +680485,15 @@ "updateContext": null }, "value": "=", - "start": 49894, - "end": 49895, + "start": 52284, + "end": 52285, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 40 }, "end": { - "line": 1096, + "line": 1138, "column": 41 } } @@ -680024,15 +680511,15 @@ "binop": null }, "value": "grid_size", - "start": 49896, - "end": 49905, + "start": 52286, + "end": 52295, "loc": { "start": { - "line": 1096, + "line": 1138, "column": 42 }, "end": { - "line": 1096, + "line": 1138, "column": 51 } } @@ -680049,15 +680536,15 @@ "postfix": false, "binop": null }, - "start": 49926, - "end": 49927, + "start": 52316, + "end": 52317, "loc": { "start": { - "line": 1097, + "line": 1139, "column": 20 }, "end": { - "line": 1097, + "line": 1139, "column": 21 } } @@ -680077,15 +680564,15 @@ "updateContext": null }, "value": "break", - "start": 49948, - "end": 49953, + "start": 52338, + "end": 52343, "loc": { "start": { - "line": 1098, + "line": 1140, "column": 20 }, "end": { - "line": 1098, + "line": 1140, "column": 25 } } @@ -680105,15 +680592,15 @@ "updateContext": null }, "value": "case", - "start": 49970, - "end": 49974, + "start": 52360, + "end": 52364, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 16 }, "end": { - "line": 1099, + "line": 1141, "column": 20 } } @@ -680135,15 +680622,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 49975, - "end": 49987, + "start": 52365, + "end": 52377, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 21 }, "end": { - "line": 1099, + "line": 1141, "column": 33 } } @@ -680161,15 +680648,15 @@ "binop": null, "updateContext": null }, - "start": 49987, - "end": 49988, + "start": 52377, + "end": 52378, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 33 }, "end": { - "line": 1099, + "line": 1141, "column": 34 } } @@ -680187,15 +680674,15 @@ "binop": null }, "value": "test", - "start": 49988, - "end": 49992, + "start": 52378, + "end": 52382, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 34 }, "end": { - "line": 1099, + "line": 1141, "column": 38 } } @@ -680212,15 +680699,15 @@ "postfix": false, "binop": null }, - "start": 49992, - "end": 49993, + "start": 52382, + "end": 52383, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 38 }, "end": { - "line": 1099, + "line": 1141, "column": 39 } } @@ -680238,15 +680725,15 @@ "binop": null }, "value": "target_scale", - "start": 49994, - "end": 50006, + "start": 52384, + "end": 52396, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 40 }, "end": { - "line": 1099, + "line": 1141, "column": 52 } } @@ -680263,15 +680750,15 @@ "postfix": false, "binop": null }, - "start": 50007, - "end": 50008, + "start": 52397, + "end": 52398, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 53 }, "end": { - "line": 1099, + "line": 1141, "column": 54 } } @@ -680289,15 +680776,15 @@ "binop": null, "updateContext": null }, - "start": 50008, - "end": 50009, + "start": 52398, + "end": 52399, "loc": { "start": { - "line": 1099, + "line": 1141, "column": 54 }, "end": { - "line": 1099, + "line": 1141, "column": 55 } } @@ -680315,15 +680802,15 @@ "binop": null }, "value": "_newKey", - "start": 50030, - "end": 50037, + "start": 52420, + "end": 52427, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 20 }, "end": { - "line": 1100, + "line": 1142, "column": 27 } } @@ -680342,15 +680829,15 @@ "updateContext": null }, "value": "=", - "start": 50038, - "end": 50039, + "start": 52428, + "end": 52429, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 28 }, "end": { - "line": 1100, + "line": 1142, "column": 29 } } @@ -680368,15 +680855,15 @@ "binop": null }, "value": "Math", - "start": 50040, - "end": 50044, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 30 }, "end": { - "line": 1100, + "line": 1142, "column": 34 } } @@ -680394,15 +680881,15 @@ "binop": null, "updateContext": null }, - "start": 50044, - "end": 50045, + "start": 52434, + "end": 52435, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 34 }, "end": { - "line": 1100, + "line": 1142, "column": 35 } } @@ -680420,15 +680907,15 @@ "binop": null }, "value": "ceil", - "start": 50045, - "end": 50049, + "start": 52435, + "end": 52439, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 35 }, "end": { - "line": 1100, + "line": 1142, "column": 39 } } @@ -680445,15 +680932,15 @@ "postfix": false, "binop": null }, - "start": 50049, - "end": 50050, + "start": 52439, + "end": 52440, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 39 }, "end": { - "line": 1100, + "line": 1142, "column": 40 } } @@ -680473,15 +680960,15 @@ "updateContext": null }, "value": "this", - "start": 50051, - "end": 50055, + "start": 52441, + "end": 52445, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 41 }, "end": { - "line": 1100, + "line": 1142, "column": 45 } } @@ -680499,15 +680986,15 @@ "binop": null, "updateContext": null }, - "start": 50055, - "end": 50056, + "start": 52445, + "end": 52446, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 45 }, "end": { - "line": 1100, + "line": 1142, "column": 46 } } @@ -680525,15 +681012,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 50056, - "end": 50074, + "start": 52446, + "end": 52464, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 46 }, "end": { - "line": 1100, + "line": 1142, "column": 64 } } @@ -680550,15 +681037,15 @@ "postfix": false, "binop": null }, - "start": 50074, - "end": 50075, + "start": 52464, + "end": 52465, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 64 }, "end": { - "line": 1100, + "line": 1142, "column": 65 } } @@ -680576,15 +681063,15 @@ "binop": null }, "value": "_dt", - "start": 50076, - "end": 50079, + "start": 52466, + "end": 52469, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 66 }, "end": { - "line": 1100, + "line": 1142, "column": 69 } } @@ -680601,15 +681088,15 @@ "postfix": false, "binop": null }, - "start": 50080, - "end": 50081, + "start": 52470, + "end": 52471, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 70 }, "end": { - "line": 1100, + "line": 1142, "column": 71 } } @@ -680627,15 +681114,15 @@ "binop": null, "updateContext": null }, - "start": 50081, - "end": 50082, + "start": 52471, + "end": 52472, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 71 }, "end": { - "line": 1100, + "line": 1142, "column": 72 } } @@ -680653,15 +681140,15 @@ "binop": null }, "value": "getFullYear", - "start": 50082, - "end": 50093, + "start": 52472, + "end": 52483, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 72 }, "end": { - "line": 1100, + "line": 1142, "column": 83 } } @@ -680678,15 +681165,15 @@ "postfix": false, "binop": null }, - "start": 50093, - "end": 50094, + "start": 52483, + "end": 52484, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 83 }, "end": { - "line": 1100, + "line": 1142, "column": 84 } } @@ -680703,15 +681190,15 @@ "postfix": false, "binop": null }, - "start": 50094, - "end": 50095, + "start": 52484, + "end": 52485, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 84 }, "end": { - "line": 1100, + "line": 1142, "column": 85 } } @@ -680730,15 +681217,15 @@ "updateContext": null }, "value": "/", - "start": 50096, - "end": 50097, + "start": 52486, + "end": 52487, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 86 }, "end": { - "line": 1100, + "line": 1142, "column": 87 } } @@ -680757,15 +681244,15 @@ "updateContext": null }, "value": 100, - "start": 50098, - "end": 50101, + "start": 52488, + "end": 52491, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 88 }, "end": { - "line": 1100, + "line": 1142, "column": 91 } } @@ -680782,15 +681269,15 @@ "postfix": false, "binop": null }, - "start": 50102, - "end": 50103, + "start": 52492, + "end": 52493, "loc": { "start": { - "line": 1100, + "line": 1142, "column": 92 }, "end": { - "line": 1100, + "line": 1142, "column": 93 } } @@ -680810,15 +681297,15 @@ "updateContext": null }, "value": "if", - "start": 50145, - "end": 50147, + "start": 52535, + "end": 52537, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 20 }, "end": { - "line": 1102, + "line": 1144, "column": 22 } } @@ -680835,15 +681322,15 @@ "postfix": false, "binop": null }, - "start": 50148, - "end": 50149, + "start": 52538, + "end": 52539, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 23 }, "end": { - "line": 1102, + "line": 1144, "column": 24 } } @@ -680861,15 +681348,15 @@ "binop": null }, "value": "retObj", - "start": 50150, - "end": 50156, + "start": 52540, + "end": 52546, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 25 }, "end": { - "line": 1102, + "line": 1144, "column": 31 } } @@ -680887,15 +681374,15 @@ "binop": null, "updateContext": null }, - "start": 50156, - "end": 50157, + "start": 52546, + "end": 52547, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 31 }, "end": { - "line": 1102, + "line": 1144, "column": 32 } } @@ -680913,15 +681400,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 50157, - "end": 50171, + "start": 52547, + "end": 52561, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 32 }, "end": { - "line": 1102, + "line": 1144, "column": 46 } } @@ -680938,15 +681425,15 @@ "postfix": false, "binop": null }, - "start": 50171, - "end": 50172, + "start": 52561, + "end": 52562, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 46 }, "end": { - "line": 1102, + "line": 1144, "column": 47 } } @@ -680964,15 +681451,15 @@ "binop": null }, "value": "_newKey", - "start": 50173, - "end": 50180, + "start": 52563, + "end": 52570, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 48 }, "end": { - "line": 1102, + "line": 1144, "column": 55 } } @@ -680989,15 +681476,15 @@ "postfix": false, "binop": null }, - "start": 50181, - "end": 50182, + "start": 52571, + "end": 52572, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 56 }, "end": { - "line": 1102, + "line": 1144, "column": 57 } } @@ -681014,15 +681501,15 @@ "postfix": false, "binop": null }, - "start": 50183, - "end": 50184, + "start": 52573, + "end": 52574, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 58 }, "end": { - "line": 1102, + "line": 1144, "column": 59 } } @@ -681039,15 +681526,15 @@ "postfix": false, "binop": null }, - "start": 50185, - "end": 50186, + "start": 52575, + "end": 52576, "loc": { "start": { - "line": 1102, + "line": 1144, "column": 60 }, "end": { - "line": 1102, + "line": 1144, "column": 61 } } @@ -681065,15 +681552,15 @@ "binop": null }, "value": "retObj", - "start": 50211, - "end": 50217, + "start": 52601, + "end": 52607, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 24 }, "end": { - "line": 1103, + "line": 1145, "column": 30 } } @@ -681091,15 +681578,15 @@ "binop": null, "updateContext": null }, - "start": 50217, - "end": 50218, + "start": 52607, + "end": 52608, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 30 }, "end": { - "line": 1103, + "line": 1145, "column": 31 } } @@ -681117,15 +681604,15 @@ "binop": null }, "value": "_newKey", - "start": 50218, - "end": 50225, + "start": 52608, + "end": 52615, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 31 }, "end": { - "line": 1103, + "line": 1145, "column": 38 } } @@ -681143,15 +681630,15 @@ "binop": null, "updateContext": null }, - "start": 50225, - "end": 50226, + "start": 52615, + "end": 52616, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 38 }, "end": { - "line": 1103, + "line": 1145, "column": 39 } } @@ -681170,15 +681657,15 @@ "updateContext": null }, "value": "+=", - "start": 50227, - "end": 50229, + "start": 52617, + "end": 52619, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 40 }, "end": { - "line": 1103, + "line": 1145, "column": 42 } } @@ -681196,15 +681683,15 @@ "binop": null }, "value": "grid_size", - "start": 50230, - "end": 50239, + "start": 52620, + "end": 52629, "loc": { "start": { - "line": 1103, + "line": 1145, "column": 43 }, "end": { - "line": 1103, + "line": 1145, "column": 52 } } @@ -681221,15 +681708,15 @@ "postfix": false, "binop": null }, - "start": 50260, - "end": 50261, + "start": 52650, + "end": 52651, "loc": { "start": { - "line": 1104, + "line": 1146, "column": 20 }, "end": { - "line": 1104, + "line": 1146, "column": 21 } } @@ -681249,15 +681736,15 @@ "updateContext": null }, "value": "else", - "start": 50262, - "end": 50266, + "start": 52652, + "end": 52656, "loc": { "start": { - "line": 1104, + "line": 1146, "column": 22 }, "end": { - "line": 1104, + "line": 1146, "column": 26 } } @@ -681274,15 +681761,15 @@ "postfix": false, "binop": null }, - "start": 50267, - "end": 50268, + "start": 52657, + "end": 52658, "loc": { "start": { - "line": 1104, + "line": 1146, "column": 27 }, "end": { - "line": 1104, + "line": 1146, "column": 28 } } @@ -681300,15 +681787,15 @@ "binop": null }, "value": "retObj", - "start": 50293, - "end": 50299, + "start": 52683, + "end": 52689, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 24 }, "end": { - "line": 1105, + "line": 1147, "column": 30 } } @@ -681326,15 +681813,15 @@ "binop": null, "updateContext": null }, - "start": 50299, - "end": 50300, + "start": 52689, + "end": 52690, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 30 }, "end": { - "line": 1105, + "line": 1147, "column": 31 } } @@ -681352,15 +681839,15 @@ "binop": null }, "value": "_newKey", - "start": 50300, - "end": 50307, + "start": 52690, + "end": 52697, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 31 }, "end": { - "line": 1105, + "line": 1147, "column": 38 } } @@ -681378,15 +681865,15 @@ "binop": null, "updateContext": null }, - "start": 50307, - "end": 50308, + "start": 52697, + "end": 52698, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 38 }, "end": { - "line": 1105, + "line": 1147, "column": 39 } } @@ -681405,15 +681892,15 @@ "updateContext": null }, "value": "=", - "start": 50309, - "end": 50310, + "start": 52699, + "end": 52700, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 40 }, "end": { - "line": 1105, + "line": 1147, "column": 41 } } @@ -681431,15 +681918,15 @@ "binop": null }, "value": "grid_size", - "start": 50311, - "end": 50320, + "start": 52701, + "end": 52710, "loc": { "start": { - "line": 1105, + "line": 1147, "column": 42 }, "end": { - "line": 1105, + "line": 1147, "column": 51 } } @@ -681456,15 +681943,15 @@ "postfix": false, "binop": null }, - "start": 50341, - "end": 50342, + "start": 52731, + "end": 52732, "loc": { "start": { - "line": 1106, + "line": 1148, "column": 20 }, "end": { - "line": 1106, + "line": 1148, "column": 21 } } @@ -681484,15 +681971,15 @@ "updateContext": null }, "value": "break", - "start": 50363, - "end": 50368, + "start": 52753, + "end": 52758, "loc": { "start": { - "line": 1107, + "line": 1149, "column": 20 }, "end": { - "line": 1107, + "line": 1149, "column": 25 } } @@ -681512,15 +681999,15 @@ "updateContext": null }, "value": "case", - "start": 50385, - "end": 50389, + "start": 52775, + "end": 52779, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 16 }, "end": { - "line": 1108, + "line": 1150, "column": 20 } } @@ -681542,15 +682029,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 50390, - "end": 50410, + "start": 52780, + "end": 52800, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 21 }, "end": { - "line": 1108, + "line": 1150, "column": 41 } } @@ -681568,15 +682055,15 @@ "binop": null, "updateContext": null }, - "start": 50410, - "end": 50411, + "start": 52800, + "end": 52801, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 41 }, "end": { - "line": 1108, + "line": 1150, "column": 42 } } @@ -681594,15 +682081,15 @@ "binop": null }, "value": "test", - "start": 50411, - "end": 50415, + "start": 52801, + "end": 52805, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 42 }, "end": { - "line": 1108, + "line": 1150, "column": 46 } } @@ -681619,15 +682106,15 @@ "postfix": false, "binop": null }, - "start": 50415, - "end": 50416, + "start": 52805, + "end": 52806, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 46 }, "end": { - "line": 1108, + "line": 1150, "column": 47 } } @@ -681645,15 +682132,15 @@ "binop": null }, "value": "target_scale", - "start": 50417, - "end": 50429, + "start": 52807, + "end": 52819, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 48 }, "end": { - "line": 1108, + "line": 1150, "column": 60 } } @@ -681670,15 +682157,15 @@ "postfix": false, "binop": null }, - "start": 50430, - "end": 50431, + "start": 52820, + "end": 52821, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 61 }, "end": { - "line": 1108, + "line": 1150, "column": 62 } } @@ -681696,15 +682183,15 @@ "binop": null, "updateContext": null }, - "start": 50431, - "end": 50432, + "start": 52821, + "end": 52822, "loc": { "start": { - "line": 1108, + "line": 1150, "column": 62 }, "end": { - "line": 1108, + "line": 1150, "column": 63 } } @@ -681722,15 +682209,15 @@ "binop": null }, "value": "_newKey", - "start": 50453, - "end": 50460, + "start": 52843, + "end": 52850, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 20 }, "end": { - "line": 1109, + "line": 1151, "column": 27 } } @@ -681749,15 +682236,15 @@ "updateContext": null }, "value": "=", - "start": 50461, - "end": 50462, + "start": 52851, + "end": 52852, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 28 }, "end": { - "line": 1109, + "line": 1151, "column": 29 } } @@ -681775,15 +682262,15 @@ "binop": null }, "value": "Math", - "start": 50463, - "end": 50467, + "start": 52853, + "end": 52857, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 30 }, "end": { - "line": 1109, + "line": 1151, "column": 34 } } @@ -681801,15 +682288,15 @@ "binop": null, "updateContext": null }, - "start": 50467, - "end": 50468, + "start": 52857, + "end": 52858, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 34 }, "end": { - "line": 1109, + "line": 1151, "column": 35 } } @@ -681827,15 +682314,15 @@ "binop": null }, "value": "ceil", - "start": 50468, - "end": 50472, + "start": 52858, + "end": 52862, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 35 }, "end": { - "line": 1109, + "line": 1151, "column": 39 } } @@ -681852,15 +682339,15 @@ "postfix": false, "binop": null }, - "start": 50472, - "end": 50473, + "start": 52862, + "end": 52863, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 39 }, "end": { - "line": 1109, + "line": 1151, "column": 40 } } @@ -681880,15 +682367,15 @@ "updateContext": null }, "value": "this", - "start": 50474, - "end": 50478, + "start": 52864, + "end": 52868, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 41 }, "end": { - "line": 1109, + "line": 1151, "column": 45 } } @@ -681906,15 +682393,15 @@ "binop": null, "updateContext": null }, - "start": 50478, - "end": 50479, + "start": 52868, + "end": 52869, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 45 }, "end": { - "line": 1109, + "line": 1151, "column": 46 } } @@ -681932,15 +682419,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 50479, - "end": 50497, + "start": 52869, + "end": 52887, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 46 }, "end": { - "line": 1109, + "line": 1151, "column": 64 } } @@ -681957,15 +682444,15 @@ "postfix": false, "binop": null }, - "start": 50497, - "end": 50498, + "start": 52887, + "end": 52888, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 64 }, "end": { - "line": 1109, + "line": 1151, "column": 65 } } @@ -681983,15 +682470,15 @@ "binop": null }, "value": "_dt", - "start": 50499, - "end": 50502, + "start": 52889, + "end": 52892, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 66 }, "end": { - "line": 1109, + "line": 1151, "column": 69 } } @@ -682008,15 +682495,15 @@ "postfix": false, "binop": null }, - "start": 50503, - "end": 50504, + "start": 52893, + "end": 52894, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 70 }, "end": { - "line": 1109, + "line": 1151, "column": 71 } } @@ -682034,15 +682521,15 @@ "binop": null, "updateContext": null }, - "start": 50504, - "end": 50505, + "start": 52894, + "end": 52895, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 71 }, "end": { - "line": 1109, + "line": 1151, "column": 72 } } @@ -682060,15 +682547,15 @@ "binop": null }, "value": "getFullYear", - "start": 50505, - "end": 50516, + "start": 52895, + "end": 52906, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 72 }, "end": { - "line": 1109, + "line": 1151, "column": 83 } } @@ -682085,15 +682572,15 @@ "postfix": false, "binop": null }, - "start": 50516, - "end": 50517, + "start": 52906, + "end": 52907, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 83 }, "end": { - "line": 1109, + "line": 1151, "column": 84 } } @@ -682110,15 +682597,15 @@ "postfix": false, "binop": null }, - "start": 50517, - "end": 50518, + "start": 52907, + "end": 52908, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 84 }, "end": { - "line": 1109, + "line": 1151, "column": 85 } } @@ -682137,15 +682624,15 @@ "updateContext": null }, "value": "/", - "start": 50519, - "end": 50520, + "start": 52909, + "end": 52910, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 86 }, "end": { - "line": 1109, + "line": 1151, "column": 87 } } @@ -682164,15 +682651,15 @@ "updateContext": null }, "value": 10, - "start": 50521, - "end": 50523, + "start": 52911, + "end": 52913, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 88 }, "end": { - "line": 1109, + "line": 1151, "column": 90 } } @@ -682189,15 +682676,15 @@ "postfix": false, "binop": null }, - "start": 50524, - "end": 50525, + "start": 52914, + "end": 52915, "loc": { "start": { - "line": 1109, + "line": 1151, "column": 91 }, "end": { - "line": 1109, + "line": 1151, "column": 92 } } @@ -682217,15 +682704,15 @@ "updateContext": null }, "value": "if", - "start": 50567, - "end": 50569, + "start": 52957, + "end": 52959, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 20 }, "end": { - "line": 1111, + "line": 1153, "column": 22 } } @@ -682242,15 +682729,15 @@ "postfix": false, "binop": null }, - "start": 50570, - "end": 50571, + "start": 52960, + "end": 52961, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 23 }, "end": { - "line": 1111, + "line": 1153, "column": 24 } } @@ -682268,15 +682755,15 @@ "binop": null }, "value": "retObj", - "start": 50572, - "end": 50578, + "start": 52962, + "end": 52968, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 25 }, "end": { - "line": 1111, + "line": 1153, "column": 31 } } @@ -682294,15 +682781,15 @@ "binop": null, "updateContext": null }, - "start": 50578, - "end": 50579, + "start": 52968, + "end": 52969, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 31 }, "end": { - "line": 1111, + "line": 1153, "column": 32 } } @@ -682320,15 +682807,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 50579, - "end": 50593, + "start": 52969, + "end": 52983, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 32 }, "end": { - "line": 1111, + "line": 1153, "column": 46 } } @@ -682345,15 +682832,15 @@ "postfix": false, "binop": null }, - "start": 50593, - "end": 50594, + "start": 52983, + "end": 52984, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 46 }, "end": { - "line": 1111, + "line": 1153, "column": 47 } } @@ -682371,15 +682858,15 @@ "binop": null }, "value": "_newKey", - "start": 50595, - "end": 50602, + "start": 52985, + "end": 52992, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 48 }, "end": { - "line": 1111, + "line": 1153, "column": 55 } } @@ -682396,15 +682883,15 @@ "postfix": false, "binop": null }, - "start": 50603, - "end": 50604, + "start": 52993, + "end": 52994, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 56 }, "end": { - "line": 1111, + "line": 1153, "column": 57 } } @@ -682421,15 +682908,15 @@ "postfix": false, "binop": null }, - "start": 50605, - "end": 50606, + "start": 52995, + "end": 52996, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 58 }, "end": { - "line": 1111, + "line": 1153, "column": 59 } } @@ -682446,15 +682933,15 @@ "postfix": false, "binop": null }, - "start": 50607, - "end": 50608, + "start": 52997, + "end": 52998, "loc": { "start": { - "line": 1111, + "line": 1153, "column": 60 }, "end": { - "line": 1111, + "line": 1153, "column": 61 } } @@ -682472,15 +682959,15 @@ "binop": null }, "value": "retObj", - "start": 50633, - "end": 50639, + "start": 53023, + "end": 53029, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 24 }, "end": { - "line": 1112, + "line": 1154, "column": 30 } } @@ -682498,15 +682985,15 @@ "binop": null, "updateContext": null }, - "start": 50639, - "end": 50640, + "start": 53029, + "end": 53030, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 30 }, "end": { - "line": 1112, + "line": 1154, "column": 31 } } @@ -682524,15 +683011,15 @@ "binop": null }, "value": "_newKey", - "start": 50640, - "end": 50647, + "start": 53030, + "end": 53037, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 31 }, "end": { - "line": 1112, + "line": 1154, "column": 38 } } @@ -682550,15 +683037,15 @@ "binop": null, "updateContext": null }, - "start": 50647, - "end": 50648, + "start": 53037, + "end": 53038, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 38 }, "end": { - "line": 1112, + "line": 1154, "column": 39 } } @@ -682577,15 +683064,15 @@ "updateContext": null }, "value": "+=", - "start": 50649, - "end": 50651, + "start": 53039, + "end": 53041, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 40 }, "end": { - "line": 1112, + "line": 1154, "column": 42 } } @@ -682603,15 +683090,15 @@ "binop": null }, "value": "grid_size", - "start": 50652, - "end": 50661, + "start": 53042, + "end": 53051, "loc": { "start": { - "line": 1112, + "line": 1154, "column": 43 }, "end": { - "line": 1112, + "line": 1154, "column": 52 } } @@ -682628,15 +683115,15 @@ "postfix": false, "binop": null }, - "start": 50682, - "end": 50683, + "start": 53072, + "end": 53073, "loc": { "start": { - "line": 1113, + "line": 1155, "column": 20 }, "end": { - "line": 1113, + "line": 1155, "column": 21 } } @@ -682656,15 +683143,15 @@ "updateContext": null }, "value": "else", - "start": 50684, - "end": 50688, + "start": 53074, + "end": 53078, "loc": { "start": { - "line": 1113, + "line": 1155, "column": 22 }, "end": { - "line": 1113, + "line": 1155, "column": 26 } } @@ -682681,15 +683168,15 @@ "postfix": false, "binop": null }, - "start": 50689, - "end": 50690, + "start": 53079, + "end": 53080, "loc": { "start": { - "line": 1113, + "line": 1155, "column": 27 }, "end": { - "line": 1113, + "line": 1155, "column": 28 } } @@ -682707,15 +683194,15 @@ "binop": null }, "value": "retObj", - "start": 50715, - "end": 50721, + "start": 53105, + "end": 53111, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 24 }, "end": { - "line": 1114, + "line": 1156, "column": 30 } } @@ -682733,15 +683220,15 @@ "binop": null, "updateContext": null }, - "start": 50721, - "end": 50722, + "start": 53111, + "end": 53112, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 30 }, "end": { - "line": 1114, + "line": 1156, "column": 31 } } @@ -682759,15 +683246,15 @@ "binop": null }, "value": "_newKey", - "start": 50722, - "end": 50729, + "start": 53112, + "end": 53119, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 31 }, "end": { - "line": 1114, + "line": 1156, "column": 38 } } @@ -682785,15 +683272,15 @@ "binop": null, "updateContext": null }, - "start": 50729, - "end": 50730, + "start": 53119, + "end": 53120, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 38 }, "end": { - "line": 1114, + "line": 1156, "column": 39 } } @@ -682812,15 +683299,15 @@ "updateContext": null }, "value": "=", - "start": 50731, - "end": 50732, + "start": 53121, + "end": 53122, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 40 }, "end": { - "line": 1114, + "line": 1156, "column": 41 } } @@ -682838,15 +683325,15 @@ "binop": null }, "value": "grid_size", - "start": 50733, - "end": 50742, + "start": 53123, + "end": 53132, "loc": { "start": { - "line": 1114, + "line": 1156, "column": 42 }, "end": { - "line": 1114, + "line": 1156, "column": 51 } } @@ -682863,15 +683350,15 @@ "postfix": false, "binop": null }, - "start": 50763, - "end": 50764, + "start": 53153, + "end": 53154, "loc": { "start": { - "line": 1115, + "line": 1157, "column": 20 }, "end": { - "line": 1115, + "line": 1157, "column": 21 } } @@ -682891,15 +683378,15 @@ "updateContext": null }, "value": "break", - "start": 50785, - "end": 50790, + "start": 53175, + "end": 53180, "loc": { "start": { - "line": 1116, + "line": 1158, "column": 20 }, "end": { - "line": 1116, + "line": 1158, "column": 25 } } @@ -682919,15 +683406,15 @@ "updateContext": null }, "value": "case", - "start": 50807, - "end": 50811, + "start": 53197, + "end": 53201, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 16 }, "end": { - "line": 1117, + "line": 1159, "column": 20 } } @@ -682949,15 +683436,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 50812, - "end": 50824, + "start": 53202, + "end": 53214, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 21 }, "end": { - "line": 1117, + "line": 1159, "column": 33 } } @@ -682975,15 +683462,15 @@ "binop": null, "updateContext": null }, - "start": 50824, - "end": 50825, + "start": 53214, + "end": 53215, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 33 }, "end": { - "line": 1117, + "line": 1159, "column": 34 } } @@ -683001,15 +683488,15 @@ "binop": null }, "value": "test", - "start": 50825, - "end": 50829, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 34 }, "end": { - "line": 1117, + "line": 1159, "column": 38 } } @@ -683026,15 +683513,15 @@ "postfix": false, "binop": null }, - "start": 50829, - "end": 50830, + "start": 53219, + "end": 53220, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 38 }, "end": { - "line": 1117, + "line": 1159, "column": 39 } } @@ -683052,15 +683539,15 @@ "binop": null }, "value": "target_scale", - "start": 50831, - "end": 50843, + "start": 53221, + "end": 53233, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 40 }, "end": { - "line": 1117, + "line": 1159, "column": 52 } } @@ -683077,15 +683564,15 @@ "postfix": false, "binop": null }, - "start": 50844, - "end": 50845, + "start": 53234, + "end": 53235, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 53 }, "end": { - "line": 1117, + "line": 1159, "column": 54 } } @@ -683103,15 +683590,15 @@ "binop": null, "updateContext": null }, - "start": 50845, - "end": 50846, + "start": 53235, + "end": 53236, "loc": { "start": { - "line": 1117, + "line": 1159, "column": 54 }, "end": { - "line": 1117, + "line": 1159, "column": 55 } } @@ -683129,15 +683616,15 @@ "binop": null }, "value": "_newKey", - "start": 50867, - "end": 50874, + "start": 53257, + "end": 53264, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 20 }, "end": { - "line": 1118, + "line": 1160, "column": 27 } } @@ -683156,15 +683643,15 @@ "updateContext": null }, "value": "=", - "start": 50875, - "end": 50876, + "start": 53265, + "end": 53266, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 28 }, "end": { - "line": 1118, + "line": 1160, "column": 29 } } @@ -683182,15 +683669,15 @@ "binop": null }, "value": "Math", - "start": 50877, - "end": 50881, + "start": 53267, + "end": 53271, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 30 }, "end": { - "line": 1118, + "line": 1160, "column": 34 } } @@ -683208,15 +683695,15 @@ "binop": null, "updateContext": null }, - "start": 50881, - "end": 50882, + "start": 53271, + "end": 53272, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 34 }, "end": { - "line": 1118, + "line": 1160, "column": 35 } } @@ -683234,15 +683721,15 @@ "binop": null }, "value": "ceil", - "start": 50882, - "end": 50886, + "start": 53272, + "end": 53276, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 35 }, "end": { - "line": 1118, + "line": 1160, "column": 39 } } @@ -683259,15 +683746,15 @@ "postfix": false, "binop": null }, - "start": 50886, - "end": 50887, + "start": 53276, + "end": 53277, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 39 }, "end": { - "line": 1118, + "line": 1160, "column": 40 } } @@ -683287,15 +683774,15 @@ "updateContext": null }, "value": "this", - "start": 50888, - "end": 50892, + "start": 53278, + "end": 53282, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 41 }, "end": { - "line": 1118, + "line": 1160, "column": 45 } } @@ -683313,15 +683800,15 @@ "binop": null, "updateContext": null }, - "start": 50892, - "end": 50893, + "start": 53282, + "end": 53283, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 45 }, "end": { - "line": 1118, + "line": 1160, "column": 46 } } @@ -683339,15 +683826,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 50893, - "end": 50911, + "start": 53283, + "end": 53301, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 46 }, "end": { - "line": 1118, + "line": 1160, "column": 64 } } @@ -683364,15 +683851,15 @@ "postfix": false, "binop": null }, - "start": 50911, - "end": 50912, + "start": 53301, + "end": 53302, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 64 }, "end": { - "line": 1118, + "line": 1160, "column": 65 } } @@ -683390,15 +683877,15 @@ "binop": null }, "value": "_dt", - "start": 50913, - "end": 50916, + "start": 53303, + "end": 53306, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 66 }, "end": { - "line": 1118, + "line": 1160, "column": 69 } } @@ -683415,15 +683902,15 @@ "postfix": false, "binop": null }, - "start": 50917, - "end": 50918, + "start": 53307, + "end": 53308, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 70 }, "end": { - "line": 1118, + "line": 1160, "column": 71 } } @@ -683441,15 +683928,15 @@ "binop": null, "updateContext": null }, - "start": 50918, - "end": 50919, + "start": 53308, + "end": 53309, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 71 }, "end": { - "line": 1118, + "line": 1160, "column": 72 } } @@ -683467,15 +683954,15 @@ "binop": null }, "value": "getFullYear", - "start": 50919, - "end": 50930, + "start": 53309, + "end": 53320, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 72 }, "end": { - "line": 1118, + "line": 1160, "column": 83 } } @@ -683492,15 +683979,15 @@ "postfix": false, "binop": null }, - "start": 50930, - "end": 50931, + "start": 53320, + "end": 53321, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 83 }, "end": { - "line": 1118, + "line": 1160, "column": 84 } } @@ -683517,15 +684004,15 @@ "postfix": false, "binop": null }, - "start": 50931, - "end": 50932, + "start": 53321, + "end": 53322, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 84 }, "end": { - "line": 1118, + "line": 1160, "column": 85 } } @@ -683544,15 +684031,15 @@ "updateContext": null }, "value": "/", - "start": 50933, - "end": 50934, + "start": 53323, + "end": 53324, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 86 }, "end": { - "line": 1118, + "line": 1160, "column": 87 } } @@ -683571,15 +684058,15 @@ "updateContext": null }, "value": 5, - "start": 50935, - "end": 50936, + "start": 53325, + "end": 53326, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 88 }, "end": { - "line": 1118, + "line": 1160, "column": 89 } } @@ -683596,15 +684083,15 @@ "postfix": false, "binop": null }, - "start": 50937, - "end": 50938, + "start": 53327, + "end": 53328, "loc": { "start": { - "line": 1118, + "line": 1160, "column": 90 }, "end": { - "line": 1118, + "line": 1160, "column": 91 } } @@ -683624,15 +684111,15 @@ "updateContext": null }, "value": "if", - "start": 50980, - "end": 50982, + "start": 53370, + "end": 53372, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 20 }, "end": { - "line": 1120, + "line": 1162, "column": 22 } } @@ -683649,15 +684136,15 @@ "postfix": false, "binop": null }, - "start": 50983, - "end": 50984, + "start": 53373, + "end": 53374, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 23 }, "end": { - "line": 1120, + "line": 1162, "column": 24 } } @@ -683675,15 +684162,15 @@ "binop": null }, "value": "retObj", - "start": 50985, - "end": 50991, + "start": 53375, + "end": 53381, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 25 }, "end": { - "line": 1120, + "line": 1162, "column": 31 } } @@ -683701,15 +684188,15 @@ "binop": null, "updateContext": null }, - "start": 50991, - "end": 50992, + "start": 53381, + "end": 53382, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 31 }, "end": { - "line": 1120, + "line": 1162, "column": 32 } } @@ -683727,15 +684214,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 50992, - "end": 51006, + "start": 53382, + "end": 53396, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 32 }, "end": { - "line": 1120, + "line": 1162, "column": 46 } } @@ -683752,15 +684239,15 @@ "postfix": false, "binop": null }, - "start": 51006, - "end": 51007, + "start": 53396, + "end": 53397, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 46 }, "end": { - "line": 1120, + "line": 1162, "column": 47 } } @@ -683778,15 +684265,15 @@ "binop": null }, "value": "_newKey", - "start": 51008, - "end": 51015, + "start": 53398, + "end": 53405, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 48 }, "end": { - "line": 1120, + "line": 1162, "column": 55 } } @@ -683803,15 +684290,15 @@ "postfix": false, "binop": null }, - "start": 51016, - "end": 51017, + "start": 53406, + "end": 53407, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 56 }, "end": { - "line": 1120, + "line": 1162, "column": 57 } } @@ -683828,15 +684315,15 @@ "postfix": false, "binop": null }, - "start": 51018, - "end": 51019, + "start": 53408, + "end": 53409, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 58 }, "end": { - "line": 1120, + "line": 1162, "column": 59 } } @@ -683853,15 +684340,15 @@ "postfix": false, "binop": null }, - "start": 51020, - "end": 51021, + "start": 53410, + "end": 53411, "loc": { "start": { - "line": 1120, + "line": 1162, "column": 60 }, "end": { - "line": 1120, + "line": 1162, "column": 61 } } @@ -683879,15 +684366,15 @@ "binop": null }, "value": "retObj", - "start": 51046, - "end": 51052, + "start": 53436, + "end": 53442, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 24 }, "end": { - "line": 1121, + "line": 1163, "column": 30 } } @@ -683905,15 +684392,15 @@ "binop": null, "updateContext": null }, - "start": 51052, - "end": 51053, + "start": 53442, + "end": 53443, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 30 }, "end": { - "line": 1121, + "line": 1163, "column": 31 } } @@ -683931,15 +684418,15 @@ "binop": null }, "value": "_newKey", - "start": 51053, - "end": 51060, + "start": 53443, + "end": 53450, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 31 }, "end": { - "line": 1121, + "line": 1163, "column": 38 } } @@ -683957,15 +684444,15 @@ "binop": null, "updateContext": null }, - "start": 51060, - "end": 51061, + "start": 53450, + "end": 53451, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 38 }, "end": { - "line": 1121, + "line": 1163, "column": 39 } } @@ -683984,15 +684471,15 @@ "updateContext": null }, "value": "+=", - "start": 51062, - "end": 51064, + "start": 53452, + "end": 53454, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 40 }, "end": { - "line": 1121, + "line": 1163, "column": 42 } } @@ -684010,15 +684497,15 @@ "binop": null }, "value": "grid_size", - "start": 51065, - "end": 51074, + "start": 53455, + "end": 53464, "loc": { "start": { - "line": 1121, + "line": 1163, "column": 43 }, "end": { - "line": 1121, + "line": 1163, "column": 52 } } @@ -684035,15 +684522,15 @@ "postfix": false, "binop": null }, - "start": 51095, - "end": 51096, + "start": 53485, + "end": 53486, "loc": { "start": { - "line": 1122, + "line": 1164, "column": 20 }, "end": { - "line": 1122, + "line": 1164, "column": 21 } } @@ -684063,15 +684550,15 @@ "updateContext": null }, "value": "else", - "start": 51097, - "end": 51101, + "start": 53487, + "end": 53491, "loc": { "start": { - "line": 1122, + "line": 1164, "column": 22 }, "end": { - "line": 1122, + "line": 1164, "column": 26 } } @@ -684088,15 +684575,15 @@ "postfix": false, "binop": null }, - "start": 51102, - "end": 51103, + "start": 53492, + "end": 53493, "loc": { "start": { - "line": 1122, + "line": 1164, "column": 27 }, "end": { - "line": 1122, + "line": 1164, "column": 28 } } @@ -684114,15 +684601,15 @@ "binop": null }, "value": "retObj", - "start": 51128, - "end": 51134, + "start": 53518, + "end": 53524, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 24 }, "end": { - "line": 1123, + "line": 1165, "column": 30 } } @@ -684140,15 +684627,15 @@ "binop": null, "updateContext": null }, - "start": 51134, - "end": 51135, + "start": 53524, + "end": 53525, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 30 }, "end": { - "line": 1123, + "line": 1165, "column": 31 } } @@ -684166,15 +684653,15 @@ "binop": null }, "value": "_newKey", - "start": 51135, - "end": 51142, + "start": 53525, + "end": 53532, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 31 }, "end": { - "line": 1123, + "line": 1165, "column": 38 } } @@ -684192,15 +684679,15 @@ "binop": null, "updateContext": null }, - "start": 51142, - "end": 51143, + "start": 53532, + "end": 53533, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 38 }, "end": { - "line": 1123, + "line": 1165, "column": 39 } } @@ -684219,15 +684706,15 @@ "updateContext": null }, "value": "=", - "start": 51144, - "end": 51145, + "start": 53534, + "end": 53535, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 40 }, "end": { - "line": 1123, + "line": 1165, "column": 41 } } @@ -684245,15 +684732,15 @@ "binop": null }, "value": "grid_size", - "start": 51146, - "end": 51155, + "start": 53536, + "end": 53545, "loc": { "start": { - "line": 1123, + "line": 1165, "column": 42 }, "end": { - "line": 1123, + "line": 1165, "column": 51 } } @@ -684270,15 +684757,15 @@ "postfix": false, "binop": null }, - "start": 51176, - "end": 51177, + "start": 53566, + "end": 53567, "loc": { "start": { - "line": 1124, + "line": 1166, "column": 20 }, "end": { - "line": 1124, + "line": 1166, "column": 21 } } @@ -684298,15 +684785,15 @@ "updateContext": null }, "value": "break", - "start": 51198, - "end": 51203, + "start": 53588, + "end": 53593, "loc": { "start": { - "line": 1125, + "line": 1167, "column": 20 }, "end": { - "line": 1125, + "line": 1167, "column": 25 } } @@ -684326,15 +684813,15 @@ "updateContext": null }, "value": "case", - "start": 51220, - "end": 51224, + "start": 53610, + "end": 53614, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 16 }, "end": { - "line": 1126, + "line": 1168, "column": 20 } } @@ -684356,15 +684843,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 51225, - "end": 51236, + "start": 53615, + "end": 53626, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 21 }, "end": { - "line": 1126, + "line": 1168, "column": 32 } } @@ -684382,15 +684869,15 @@ "binop": null, "updateContext": null }, - "start": 51236, - "end": 51237, + "start": 53626, + "end": 53627, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 32 }, "end": { - "line": 1126, + "line": 1168, "column": 33 } } @@ -684408,15 +684895,15 @@ "binop": null }, "value": "test", - "start": 51237, - "end": 51241, + "start": 53627, + "end": 53631, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 33 }, "end": { - "line": 1126, + "line": 1168, "column": 37 } } @@ -684433,15 +684920,15 @@ "postfix": false, "binop": null }, - "start": 51241, - "end": 51242, + "start": 53631, + "end": 53632, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 37 }, "end": { - "line": 1126, + "line": 1168, "column": 38 } } @@ -684459,15 +684946,15 @@ "binop": null }, "value": "target_scale", - "start": 51243, - "end": 51255, + "start": 53633, + "end": 53645, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 39 }, "end": { - "line": 1126, + "line": 1168, "column": 51 } } @@ -684484,15 +684971,15 @@ "postfix": false, "binop": null }, - "start": 51256, - "end": 51257, + "start": 53646, + "end": 53647, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 52 }, "end": { - "line": 1126, + "line": 1168, "column": 53 } } @@ -684510,15 +684997,15 @@ "binop": null, "updateContext": null }, - "start": 51257, - "end": 51258, + "start": 53647, + "end": 53648, "loc": { "start": { - "line": 1126, + "line": 1168, "column": 53 }, "end": { - "line": 1126, + "line": 1168, "column": 54 } } @@ -684536,15 +685023,15 @@ "binop": null }, "value": "_newKey", - "start": 51279, - "end": 51286, + "start": 53669, + "end": 53676, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 20 }, "end": { - "line": 1127, + "line": 1169, "column": 27 } } @@ -684563,15 +685050,15 @@ "updateContext": null }, "value": "=", - "start": 51287, - "end": 51288, + "start": 53677, + "end": 53678, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 28 }, "end": { - "line": 1127, + "line": 1169, "column": 29 } } @@ -684588,15 +685075,15 @@ "postfix": false, "binop": null }, - "start": 51289, - "end": 51290, + "start": 53679, + "end": 53680, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 30 }, "end": { - "line": 1127, + "line": 1169, "column": 31 } } @@ -684615,15 +685102,15 @@ "updateContext": null }, "value": "", - "start": 51290, - "end": 51290, + "start": 53680, + "end": 53680, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 31 }, "end": { - "line": 1127, + "line": 1169, "column": 31 } } @@ -684640,15 +685127,15 @@ "postfix": false, "binop": null }, - "start": 51290, - "end": 51292, + "start": 53680, + "end": 53682, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 31 }, "end": { - "line": 1127, + "line": 1169, "column": 33 } } @@ -684668,15 +685155,15 @@ "updateContext": null }, "value": "this", - "start": 51292, - "end": 51296, + "start": 53682, + "end": 53686, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 33 }, "end": { - "line": 1127, + "line": 1169, "column": 37 } } @@ -684694,15 +685181,15 @@ "binop": null, "updateContext": null }, - "start": 51296, - "end": 51297, + "start": 53686, + "end": 53687, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 37 }, "end": { - "line": 1127, + "line": 1169, "column": 38 } } @@ -684720,15 +685207,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 51297, - "end": 51315, + "start": 53687, + "end": 53705, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 38 }, "end": { - "line": 1127, + "line": 1169, "column": 56 } } @@ -684745,15 +685232,15 @@ "postfix": false, "binop": null }, - "start": 51315, - "end": 51316, + "start": 53705, + "end": 53706, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 56 }, "end": { - "line": 1127, + "line": 1169, "column": 57 } } @@ -684771,15 +685258,15 @@ "binop": null }, "value": "_dt", - "start": 51317, - "end": 51320, + "start": 53707, + "end": 53710, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 58 }, "end": { - "line": 1127, + "line": 1169, "column": 61 } } @@ -684796,15 +685283,15 @@ "postfix": false, "binop": null }, - "start": 51321, - "end": 51322, + "start": 53711, + "end": 53712, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 62 }, "end": { - "line": 1127, + "line": 1169, "column": 63 } } @@ -684822,15 +685309,15 @@ "binop": null, "updateContext": null }, - "start": 51322, - "end": 51323, + "start": 53712, + "end": 53713, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 63 }, "end": { - "line": 1127, + "line": 1169, "column": 64 } } @@ -684848,15 +685335,15 @@ "binop": null }, "value": "getFullYear", - "start": 51323, - "end": 51334, + "start": 53713, + "end": 53724, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 64 }, "end": { - "line": 1127, + "line": 1169, "column": 75 } } @@ -684873,15 +685360,15 @@ "postfix": false, "binop": null }, - "start": 51334, - "end": 51335, + "start": 53724, + "end": 53725, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 75 }, "end": { - "line": 1127, + "line": 1169, "column": 76 } } @@ -684898,15 +685385,15 @@ "postfix": false, "binop": null }, - "start": 51335, - "end": 51336, + "start": 53725, + "end": 53726, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 76 }, "end": { - "line": 1127, + "line": 1169, "column": 77 } } @@ -684923,15 +685410,15 @@ "postfix": false, "binop": null }, - "start": 51336, - "end": 51337, + "start": 53726, + "end": 53727, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 77 }, "end": { - "line": 1127, + "line": 1169, "column": 78 } } @@ -684950,15 +685437,15 @@ "updateContext": null }, "value": "", - "start": 51337, - "end": 51337, + "start": 53727, + "end": 53727, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 78 }, "end": { - "line": 1127, + "line": 1169, "column": 78 } } @@ -684975,15 +685462,15 @@ "postfix": false, "binop": null }, - "start": 51337, - "end": 51338, + "start": 53727, + "end": 53728, "loc": { "start": { - "line": 1127, + "line": 1169, "column": 78 }, "end": { - "line": 1127, + "line": 1169, "column": 79 } } @@ -685003,15 +685490,15 @@ "updateContext": null }, "value": "if", - "start": 51380, - "end": 51382, + "start": 53770, + "end": 53772, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 20 }, "end": { - "line": 1129, + "line": 1171, "column": 22 } } @@ -685028,15 +685515,15 @@ "postfix": false, "binop": null }, - "start": 51383, - "end": 51384, + "start": 53773, + "end": 53774, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 23 }, "end": { - "line": 1129, + "line": 1171, "column": 24 } } @@ -685054,15 +685541,15 @@ "binop": null }, "value": "retObj", - "start": 51385, - "end": 51391, + "start": 53775, + "end": 53781, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 25 }, "end": { - "line": 1129, + "line": 1171, "column": 31 } } @@ -685080,15 +685567,15 @@ "binop": null, "updateContext": null }, - "start": 51391, - "end": 51392, + "start": 53781, + "end": 53782, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 31 }, "end": { - "line": 1129, + "line": 1171, "column": 32 } } @@ -685106,15 +685593,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 51392, - "end": 51406, + "start": 53782, + "end": 53796, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 32 }, "end": { - "line": 1129, + "line": 1171, "column": 46 } } @@ -685131,15 +685618,15 @@ "postfix": false, "binop": null }, - "start": 51406, - "end": 51407, + "start": 53796, + "end": 53797, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 46 }, "end": { - "line": 1129, + "line": 1171, "column": 47 } } @@ -685157,15 +685644,15 @@ "binop": null }, "value": "_newKey", - "start": 51408, - "end": 51415, + "start": 53798, + "end": 53805, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 48 }, "end": { - "line": 1129, + "line": 1171, "column": 55 } } @@ -685182,15 +685669,15 @@ "postfix": false, "binop": null }, - "start": 51416, - "end": 51417, + "start": 53806, + "end": 53807, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 56 }, "end": { - "line": 1129, + "line": 1171, "column": 57 } } @@ -685207,15 +685694,15 @@ "postfix": false, "binop": null }, - "start": 51418, - "end": 51419, + "start": 53808, + "end": 53809, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 58 }, "end": { - "line": 1129, + "line": 1171, "column": 59 } } @@ -685232,15 +685719,15 @@ "postfix": false, "binop": null }, - "start": 51420, - "end": 51421, + "start": 53810, + "end": 53811, "loc": { "start": { - "line": 1129, + "line": 1171, "column": 60 }, "end": { - "line": 1129, + "line": 1171, "column": 61 } } @@ -685258,15 +685745,15 @@ "binop": null }, "value": "retObj", - "start": 51446, - "end": 51452, + "start": 53836, + "end": 53842, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 24 }, "end": { - "line": 1130, + "line": 1172, "column": 30 } } @@ -685284,15 +685771,15 @@ "binop": null, "updateContext": null }, - "start": 51452, - "end": 51453, + "start": 53842, + "end": 53843, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 30 }, "end": { - "line": 1130, + "line": 1172, "column": 31 } } @@ -685310,15 +685797,15 @@ "binop": null }, "value": "_newKey", - "start": 51453, - "end": 51460, + "start": 53843, + "end": 53850, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 31 }, "end": { - "line": 1130, + "line": 1172, "column": 38 } } @@ -685336,15 +685823,15 @@ "binop": null, "updateContext": null }, - "start": 51460, - "end": 51461, + "start": 53850, + "end": 53851, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 38 }, "end": { - "line": 1130, + "line": 1172, "column": 39 } } @@ -685363,15 +685850,15 @@ "updateContext": null }, "value": "+=", - "start": 51462, - "end": 51464, + "start": 53852, + "end": 53854, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 40 }, "end": { - "line": 1130, + "line": 1172, "column": 42 } } @@ -685389,15 +685876,15 @@ "binop": null }, "value": "grid_size", - "start": 51465, - "end": 51474, + "start": 53855, + "end": 53864, "loc": { "start": { - "line": 1130, + "line": 1172, "column": 43 }, "end": { - "line": 1130, + "line": 1172, "column": 52 } } @@ -685414,15 +685901,15 @@ "postfix": false, "binop": null }, - "start": 51495, - "end": 51496, + "start": 53885, + "end": 53886, "loc": { "start": { - "line": 1131, + "line": 1173, "column": 20 }, "end": { - "line": 1131, + "line": 1173, "column": 21 } } @@ -685442,15 +685929,15 @@ "updateContext": null }, "value": "else", - "start": 51497, - "end": 51501, + "start": 53887, + "end": 53891, "loc": { "start": { - "line": 1131, + "line": 1173, "column": 22 }, "end": { - "line": 1131, + "line": 1173, "column": 26 } } @@ -685467,15 +685954,15 @@ "postfix": false, "binop": null }, - "start": 51502, - "end": 51503, + "start": 53892, + "end": 53893, "loc": { "start": { - "line": 1131, + "line": 1173, "column": 27 }, "end": { - "line": 1131, + "line": 1173, "column": 28 } } @@ -685493,15 +685980,15 @@ "binop": null }, "value": "retObj", - "start": 51528, - "end": 51534, + "start": 53918, + "end": 53924, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 24 }, "end": { - "line": 1132, + "line": 1174, "column": 30 } } @@ -685519,15 +686006,15 @@ "binop": null, "updateContext": null }, - "start": 51534, - "end": 51535, + "start": 53924, + "end": 53925, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 30 }, "end": { - "line": 1132, + "line": 1174, "column": 31 } } @@ -685545,15 +686032,15 @@ "binop": null }, "value": "_newKey", - "start": 51535, - "end": 51542, + "start": 53925, + "end": 53932, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 31 }, "end": { - "line": 1132, + "line": 1174, "column": 38 } } @@ -685571,15 +686058,15 @@ "binop": null, "updateContext": null }, - "start": 51542, - "end": 51543, + "start": 53932, + "end": 53933, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 38 }, "end": { - "line": 1132, + "line": 1174, "column": 39 } } @@ -685598,15 +686085,15 @@ "updateContext": null }, "value": "=", - "start": 51544, - "end": 51545, + "start": 53934, + "end": 53935, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 40 }, "end": { - "line": 1132, + "line": 1174, "column": 41 } } @@ -685624,15 +686111,15 @@ "binop": null }, "value": "grid_size", - "start": 51546, - "end": 51555, + "start": 53936, + "end": 53945, "loc": { "start": { - "line": 1132, + "line": 1174, "column": 42 }, "end": { - "line": 1132, + "line": 1174, "column": 51 } } @@ -685649,15 +686136,15 @@ "postfix": false, "binop": null }, - "start": 51576, - "end": 51577, + "start": 53966, + "end": 53967, "loc": { "start": { - "line": 1133, + "line": 1175, "column": 20 }, "end": { - "line": 1133, + "line": 1175, "column": 21 } } @@ -685677,15 +686164,15 @@ "updateContext": null }, "value": "break", - "start": 51598, - "end": 51603, + "start": 53988, + "end": 53993, "loc": { "start": { - "line": 1134, + "line": 1176, "column": 20 }, "end": { - "line": 1134, + "line": 1176, "column": 25 } } @@ -685705,15 +686192,15 @@ "updateContext": null }, "value": "case", - "start": 51620, - "end": 51624, + "start": 54010, + "end": 54014, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 16 }, "end": { - "line": 1135, + "line": 1177, "column": 20 } } @@ -685735,15 +686222,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 51625, - "end": 51637, + "start": 54015, + "end": 54027, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 21 }, "end": { - "line": 1135, + "line": 1177, "column": 33 } } @@ -685761,15 +686248,15 @@ "binop": null, "updateContext": null }, - "start": 51637, - "end": 51638, + "start": 54027, + "end": 54028, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 33 }, "end": { - "line": 1135, + "line": 1177, "column": 34 } } @@ -685787,15 +686274,15 @@ "binop": null }, "value": "test", - "start": 51638, - "end": 51642, + "start": 54028, + "end": 54032, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 34 }, "end": { - "line": 1135, + "line": 1177, "column": 38 } } @@ -685812,15 +686299,15 @@ "postfix": false, "binop": null }, - "start": 51642, - "end": 51643, + "start": 54032, + "end": 54033, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 38 }, "end": { - "line": 1135, + "line": 1177, "column": 39 } } @@ -685838,15 +686325,15 @@ "binop": null }, "value": "target_scale", - "start": 51644, - "end": 51656, + "start": 54034, + "end": 54046, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 40 }, "end": { - "line": 1135, + "line": 1177, "column": 52 } } @@ -685863,15 +686350,15 @@ "postfix": false, "binop": null }, - "start": 51657, - "end": 51658, + "start": 54047, + "end": 54048, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 53 }, "end": { - "line": 1135, + "line": 1177, "column": 54 } } @@ -685889,15 +686376,15 @@ "binop": null, "updateContext": null }, - "start": 51658, - "end": 51659, + "start": 54048, + "end": 54049, "loc": { "start": { - "line": 1135, + "line": 1177, "column": 54 }, "end": { - "line": 1135, + "line": 1177, "column": 55 } } @@ -685915,15 +686402,15 @@ "binop": null }, "value": "retObj", - "start": 51680, - "end": 51686, + "start": 54070, + "end": 54076, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 20 }, "end": { - "line": 1136, + "line": 1178, "column": 26 } } @@ -685941,15 +686428,15 @@ "binop": null, "updateContext": null }, - "start": 51686, - "end": 51687, + "start": 54076, + "end": 54077, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 26 }, "end": { - "line": 1136, + "line": 1178, "column": 27 } } @@ -685966,15 +686453,15 @@ "postfix": false, "binop": null }, - "start": 51687, - "end": 51688, + "start": 54077, + "end": 54078, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 27 }, "end": { - "line": 1136, + "line": 1178, "column": 28 } } @@ -685993,15 +686480,15 @@ "updateContext": null }, "value": "", - "start": 51688, - "end": 51688, + "start": 54078, + "end": 54078, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 28 }, "end": { - "line": 1136, + "line": 1178, "column": 28 } } @@ -686018,15 +686505,15 @@ "postfix": false, "binop": null }, - "start": 51688, - "end": 51690, + "start": 54078, + "end": 54080, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 28 }, "end": { - "line": 1136, + "line": 1178, "column": 30 } } @@ -686046,15 +686533,15 @@ "updateContext": null }, "value": "this", - "start": 51690, - "end": 51694, + "start": 54080, + "end": 54084, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 30 }, "end": { - "line": 1136, + "line": 1178, "column": 34 } } @@ -686072,15 +686559,15 @@ "binop": null, "updateContext": null }, - "start": 51694, - "end": 51695, + "start": 54084, + "end": 54085, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 34 }, "end": { - "line": 1136, + "line": 1178, "column": 35 } } @@ -686098,15 +686585,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 51695, - "end": 51713, + "start": 54085, + "end": 54103, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 35 }, "end": { - "line": 1136, + "line": 1178, "column": 53 } } @@ -686123,15 +686610,15 @@ "postfix": false, "binop": null }, - "start": 51713, - "end": 51714, + "start": 54103, + "end": 54104, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 53 }, "end": { - "line": 1136, + "line": 1178, "column": 54 } } @@ -686149,15 +686636,15 @@ "binop": null }, "value": "_dt", - "start": 51715, - "end": 51718, + "start": 54105, + "end": 54108, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 55 }, "end": { - "line": 1136, + "line": 1178, "column": 58 } } @@ -686174,15 +686661,15 @@ "postfix": false, "binop": null }, - "start": 51719, - "end": 51720, + "start": 54109, + "end": 54110, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 59 }, "end": { - "line": 1136, + "line": 1178, "column": 60 } } @@ -686200,15 +686687,15 @@ "binop": null, "updateContext": null }, - "start": 51720, - "end": 51721, + "start": 54110, + "end": 54111, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 60 }, "end": { - "line": 1136, + "line": 1178, "column": 61 } } @@ -686226,15 +686713,15 @@ "binop": null }, "value": "getFullYear", - "start": 51721, - "end": 51732, + "start": 54111, + "end": 54122, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 61 }, "end": { - "line": 1136, + "line": 1178, "column": 72 } } @@ -686251,15 +686738,15 @@ "postfix": false, "binop": null }, - "start": 51732, - "end": 51733, + "start": 54122, + "end": 54123, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 72 }, "end": { - "line": 1136, + "line": 1178, "column": 73 } } @@ -686276,15 +686763,15 @@ "postfix": false, "binop": null }, - "start": 51733, - "end": 51734, + "start": 54123, + "end": 54124, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 73 }, "end": { - "line": 1136, + "line": 1178, "column": 74 } } @@ -686301,15 +686788,15 @@ "postfix": false, "binop": null }, - "start": 51734, - "end": 51735, + "start": 54124, + "end": 54125, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 74 }, "end": { - "line": 1136, + "line": 1178, "column": 75 } } @@ -686328,15 +686815,15 @@ "updateContext": null }, "value": "/", - "start": 51735, - "end": 51736, + "start": 54125, + "end": 54126, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 75 }, "end": { - "line": 1136, + "line": 1178, "column": 76 } } @@ -686353,15 +686840,15 @@ "postfix": false, "binop": null }, - "start": 51736, - "end": 51738, + "start": 54126, + "end": 54128, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 76 }, "end": { - "line": 1136, + "line": 1178, "column": 78 } } @@ -686381,15 +686868,15 @@ "updateContext": null }, "value": "this", - "start": 51738, - "end": 51742, + "start": 54128, + "end": 54132, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 78 }, "end": { - "line": 1136, + "line": 1178, "column": 82 } } @@ -686407,15 +686894,15 @@ "binop": null, "updateContext": null }, - "start": 51742, - "end": 51743, + "start": 54132, + "end": 54133, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 82 }, "end": { - "line": 1136, + "line": 1178, "column": 83 } } @@ -686433,15 +686920,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 51743, - "end": 51761, + "start": 54133, + "end": 54151, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 83 }, "end": { - "line": 1136, + "line": 1178, "column": 101 } } @@ -686458,15 +686945,15 @@ "postfix": false, "binop": null }, - "start": 51761, - "end": 51762, + "start": 54151, + "end": 54152, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 101 }, "end": { - "line": 1136, + "line": 1178, "column": 102 } } @@ -686484,15 +686971,15 @@ "binop": null }, "value": "_dt", - "start": 51763, - "end": 51766, + "start": 54153, + "end": 54156, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 103 }, "end": { - "line": 1136, + "line": 1178, "column": 106 } } @@ -686509,15 +686996,15 @@ "postfix": false, "binop": null }, - "start": 51767, - "end": 51768, + "start": 54157, + "end": 54158, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 107 }, "end": { - "line": 1136, + "line": 1178, "column": 108 } } @@ -686535,15 +687022,15 @@ "binop": null, "updateContext": null }, - "start": 51768, - "end": 51769, + "start": 54158, + "end": 54159, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 108 }, "end": { - "line": 1136, + "line": 1178, "column": 109 } } @@ -686561,15 +687048,15 @@ "binop": null }, "value": "getMonth", - "start": 51769, - "end": 51777, + "start": 54159, + "end": 54167, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 109 }, "end": { - "line": 1136, + "line": 1178, "column": 117 } } @@ -686586,15 +687073,15 @@ "postfix": false, "binop": null }, - "start": 51777, - "end": 51778, + "start": 54167, + "end": 54168, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 117 }, "end": { - "line": 1136, + "line": 1178, "column": 118 } } @@ -686611,15 +687098,15 @@ "postfix": false, "binop": null }, - "start": 51778, - "end": 51779, + "start": 54168, + "end": 54169, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 118 }, "end": { - "line": 1136, + "line": 1178, "column": 119 } } @@ -686638,15 +687125,15 @@ "updateContext": null }, "value": "+", - "start": 51780, - "end": 51781, + "start": 54170, + "end": 54171, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 120 }, "end": { - "line": 1136, + "line": 1178, "column": 121 } } @@ -686665,15 +687152,15 @@ "updateContext": null }, "value": 1, - "start": 51782, - "end": 51783, + "start": 54172, + "end": 54173, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 122 }, "end": { - "line": 1136, + "line": 1178, "column": 123 } } @@ -686690,15 +687177,15 @@ "postfix": false, "binop": null }, - "start": 51783, - "end": 51784, + "start": 54173, + "end": 54174, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 123 }, "end": { - "line": 1136, + "line": 1178, "column": 124 } } @@ -686717,15 +687204,15 @@ "updateContext": null }, "value": "", - "start": 51784, - "end": 51784, + "start": 54174, + "end": 54174, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 124 }, "end": { - "line": 1136, + "line": 1178, "column": 124 } } @@ -686742,15 +687229,15 @@ "postfix": false, "binop": null }, - "start": 51784, - "end": 51785, + "start": 54174, + "end": 54175, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 124 }, "end": { - "line": 1136, + "line": 1178, "column": 125 } } @@ -686768,15 +687255,15 @@ "binop": null, "updateContext": null }, - "start": 51785, - "end": 51786, + "start": 54175, + "end": 54176, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 125 }, "end": { - "line": 1136, + "line": 1178, "column": 126 } } @@ -686795,15 +687282,15 @@ "updateContext": null }, "value": "=", - "start": 51787, - "end": 51788, + "start": 54177, + "end": 54178, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 127 }, "end": { - "line": 1136, + "line": 1178, "column": 128 } } @@ -686821,15 +687308,15 @@ "binop": null }, "value": "grid_size", - "start": 51789, - "end": 51798, + "start": 54179, + "end": 54188, "loc": { "start": { - "line": 1136, + "line": 1178, "column": 129 }, "end": { - "line": 1136, + "line": 1178, "column": 138 } } @@ -686849,15 +687336,15 @@ "updateContext": null }, "value": "break", - "start": 51819, - "end": 51824, + "start": 54209, + "end": 54214, "loc": { "start": { - "line": 1137, + "line": 1179, "column": 20 }, "end": { - "line": 1137, + "line": 1179, "column": 25 } } @@ -686877,15 +687364,15 @@ "updateContext": null }, "value": "case", - "start": 51841, - "end": 51845, + "start": 54231, + "end": 54235, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 16 }, "end": { - "line": 1138, + "line": 1180, "column": 20 } } @@ -686907,15 +687394,15 @@ "pattern": "^weeks?$", "flags": "i" }, - "start": 51846, - "end": 51857, + "start": 54236, + "end": 54247, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 21 }, "end": { - "line": 1138, + "line": 1180, "column": 32 } } @@ -686933,15 +687420,15 @@ "binop": null, "updateContext": null }, - "start": 51857, - "end": 51858, + "start": 54247, + "end": 54248, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 32 }, "end": { - "line": 1138, + "line": 1180, "column": 33 } } @@ -686959,15 +687446,15 @@ "binop": null }, "value": "test", - "start": 51858, - "end": 51862, + "start": 54248, + "end": 54252, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 33 }, "end": { - "line": 1138, + "line": 1180, "column": 37 } } @@ -686984,15 +687471,15 @@ "postfix": false, "binop": null }, - "start": 51862, - "end": 51863, + "start": 54252, + "end": 54253, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 37 }, "end": { - "line": 1138, + "line": 1180, "column": 38 } } @@ -687010,15 +687497,15 @@ "binop": null }, "value": "target_scale", - "start": 51864, - "end": 51876, + "start": 54254, + "end": 54266, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 39 }, "end": { - "line": 1138, + "line": 1180, "column": 51 } } @@ -687035,15 +687522,15 @@ "postfix": false, "binop": null }, - "start": 51877, - "end": 51878, + "start": 54267, + "end": 54268, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 52 }, "end": { - "line": 1138, + "line": 1180, "column": 53 } } @@ -687061,15 +687548,15 @@ "binop": null, "updateContext": null }, - "start": 51878, - "end": 51879, + "start": 54268, + "end": 54269, "loc": { "start": { - "line": 1138, + "line": 1180, "column": 53 }, "end": { - "line": 1138, + "line": 1180, "column": 54 } } @@ -687087,15 +687574,15 @@ "binop": null }, "value": "_arr", - "start": 51900, - "end": 51904, + "start": 54290, + "end": 54294, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 20 }, "end": { - "line": 1139, + "line": 1181, "column": 24 } } @@ -687114,15 +687601,15 @@ "updateContext": null }, "value": "=", - "start": 51906, - "end": 51907, + "start": 54296, + "end": 54297, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 26 }, "end": { - "line": 1139, + "line": 1181, "column": 27 } } @@ -687140,15 +687627,15 @@ "binop": null }, "value": "_dt", - "start": 51908, - "end": 51911, + "start": 54298, + "end": 54301, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 28 }, "end": { - "line": 1139, + "line": 1181, "column": 31 } } @@ -687166,15 +687653,15 @@ "binop": null, "updateContext": null }, - "start": 51911, - "end": 51912, + "start": 54301, + "end": 54302, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 31 }, "end": { - "line": 1139, + "line": 1181, "column": 32 } } @@ -687192,15 +687679,15 @@ "binop": null }, "value": "split", - "start": 51912, - "end": 51917, + "start": 54302, + "end": 54307, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 32 }, "end": { - "line": 1139, + "line": 1181, "column": 37 } } @@ -687217,15 +687704,15 @@ "postfix": false, "binop": null }, - "start": 51917, - "end": 51918, + "start": 54307, + "end": 54308, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 37 }, "end": { - "line": 1139, + "line": 1181, "column": 38 } } @@ -687244,15 +687731,15 @@ "updateContext": null }, "value": ",", - "start": 51918, - "end": 51921, + "start": 54308, + "end": 54311, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 38 }, "end": { - "line": 1139, + "line": 1181, "column": 41 } } @@ -687269,15 +687756,15 @@ "postfix": false, "binop": null }, - "start": 51921, - "end": 51922, + "start": 54311, + "end": 54312, "loc": { "start": { - "line": 1139, + "line": 1181, "column": 41 }, "end": { - "line": 1139, + "line": 1181, "column": 42 } } @@ -687295,15 +687782,15 @@ "binop": null }, "value": "_temp", - "start": 51943, - "end": 51948, + "start": 54333, + "end": 54338, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 20 }, "end": { - "line": 1140, + "line": 1182, "column": 25 } } @@ -687322,15 +687809,15 @@ "updateContext": null }, "value": "=", - "start": 51949, - "end": 51950, + "start": 54339, + "end": 54340, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 26 }, "end": { - "line": 1140, + "line": 1182, "column": 27 } } @@ -687350,15 +687837,15 @@ "updateContext": null }, "value": "this", - "start": 51951, - "end": 51955, + "start": 54341, + "end": 54345, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 28 }, "end": { - "line": 1140, + "line": 1182, "column": 32 } } @@ -687376,15 +687863,15 @@ "binop": null, "updateContext": null }, - "start": 51955, - "end": 51956, + "start": 54345, + "end": 54346, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 32 }, "end": { - "line": 1140, + "line": 1182, "column": 33 } } @@ -687402,15 +687889,15 @@ "binop": null }, "value": "getWeek", - "start": 51956, - "end": 51963, + "start": 54346, + "end": 54353, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 33 }, "end": { - "line": 1140, + "line": 1182, "column": 40 } } @@ -687427,15 +687914,15 @@ "postfix": false, "binop": null }, - "start": 51963, - "end": 51964, + "start": 54353, + "end": 54354, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 40 }, "end": { - "line": 1140, + "line": 1182, "column": 41 } } @@ -687453,15 +687940,15 @@ "binop": null }, "value": "_arr", - "start": 51965, - "end": 51969, + "start": 54355, + "end": 54359, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 42 }, "end": { - "line": 1140, + "line": 1182, "column": 46 } } @@ -687479,15 +687966,15 @@ "binop": null, "updateContext": null }, - "start": 51969, - "end": 51970, + "start": 54359, + "end": 54360, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 46 }, "end": { - "line": 1140, + "line": 1182, "column": 47 } } @@ -687506,15 +687993,15 @@ "updateContext": null }, "value": 0, - "start": 51970, - "end": 51971, + "start": 54360, + "end": 54361, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 47 }, "end": { - "line": 1140, + "line": 1182, "column": 48 } } @@ -687532,15 +688019,15 @@ "binop": null, "updateContext": null }, - "start": 51971, - "end": 51972, + "start": 54361, + "end": 54362, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 48 }, "end": { - "line": 1140, + "line": 1182, "column": 49 } } @@ -687557,15 +688044,15 @@ "postfix": false, "binop": null }, - "start": 51973, - "end": 51974, + "start": 54363, + "end": 54364, "loc": { "start": { - "line": 1140, + "line": 1182, "column": 50 }, "end": { - "line": 1140, + "line": 1182, "column": 51 } } @@ -687573,15 +688060,15 @@ { "type": "CommentLine", "value": "console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )", - "start": 51975, - "end": 52043, + "start": 54365, + "end": 54433, "loc": { "start": { - "line": 1141, + "line": 1183, "column": 0 }, "end": { - "line": 1141, + "line": 1183, "column": 68 } } @@ -687599,15 +688086,15 @@ "binop": null }, "value": "retObj", - "start": 52064, - "end": 52070, + "start": 54454, + "end": 54460, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 20 }, "end": { - "line": 1142, + "line": 1184, "column": 26 } } @@ -687625,15 +688112,15 @@ "binop": null, "updateContext": null }, - "start": 52070, - "end": 52071, + "start": 54460, + "end": 54461, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 26 }, "end": { - "line": 1142, + "line": 1184, "column": 27 } } @@ -687650,15 +688137,15 @@ "postfix": false, "binop": null }, - "start": 52071, - "end": 52072, + "start": 54461, + "end": 54462, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 27 }, "end": { - "line": 1142, + "line": 1184, "column": 28 } } @@ -687677,15 +688164,15 @@ "updateContext": null }, "value": "", - "start": 52072, - "end": 52072, + "start": 54462, + "end": 54462, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 28 }, "end": { - "line": 1142, + "line": 1184, "column": 28 } } @@ -687702,15 +688189,15 @@ "postfix": false, "binop": null }, - "start": 52072, - "end": 52074, + "start": 54462, + "end": 54464, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 28 }, "end": { - "line": 1142, + "line": 1184, "column": 30 } } @@ -687730,15 +688217,15 @@ "updateContext": null }, "value": "this", - "start": 52074, - "end": 52078, + "start": 54464, + "end": 54468, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 30 }, "end": { - "line": 1142, + "line": 1184, "column": 34 } } @@ -687756,15 +688243,15 @@ "binop": null, "updateContext": null }, - "start": 52078, - "end": 52079, + "start": 54468, + "end": 54469, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 34 }, "end": { - "line": 1142, + "line": 1184, "column": 35 } } @@ -687782,15 +688269,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52079, - "end": 52097, + "start": 54469, + "end": 54487, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 35 }, "end": { - "line": 1142, + "line": 1184, "column": 53 } } @@ -687807,15 +688294,15 @@ "postfix": false, "binop": null }, - "start": 52097, - "end": 52098, + "start": 54487, + "end": 54488, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 53 }, "end": { - "line": 1142, + "line": 1184, "column": 54 } } @@ -687833,15 +688320,15 @@ "binop": null }, "value": "_arr", - "start": 52099, - "end": 52103, + "start": 54489, + "end": 54493, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 55 }, "end": { - "line": 1142, + "line": 1184, "column": 59 } } @@ -687859,15 +688346,15 @@ "binop": null, "updateContext": null }, - "start": 52103, - "end": 52104, + "start": 54493, + "end": 54494, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 59 }, "end": { - "line": 1142, + "line": 1184, "column": 60 } } @@ -687886,15 +688373,15 @@ "updateContext": null }, "value": 0, - "start": 52104, - "end": 52105, + "start": 54494, + "end": 54495, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 60 }, "end": { - "line": 1142, + "line": 1184, "column": 61 } } @@ -687912,15 +688399,15 @@ "binop": null, "updateContext": null }, - "start": 52105, - "end": 52106, + "start": 54495, + "end": 54496, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 61 }, "end": { - "line": 1142, + "line": 1184, "column": 62 } } @@ -687937,15 +688424,15 @@ "postfix": false, "binop": null }, - "start": 52107, - "end": 52108, + "start": 54497, + "end": 54498, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 63 }, "end": { - "line": 1142, + "line": 1184, "column": 64 } } @@ -687963,15 +688450,15 @@ "binop": null, "updateContext": null }, - "start": 52108, - "end": 52109, + "start": 54498, + "end": 54499, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 64 }, "end": { - "line": 1142, + "line": 1184, "column": 65 } } @@ -687989,15 +688476,15 @@ "binop": null }, "value": "getFullYear", - "start": 52109, - "end": 52120, + "start": 54499, + "end": 54510, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 65 }, "end": { - "line": 1142, + "line": 1184, "column": 76 } } @@ -688014,15 +688501,15 @@ "postfix": false, "binop": null }, - "start": 52120, - "end": 52121, + "start": 54510, + "end": 54511, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 76 }, "end": { - "line": 1142, + "line": 1184, "column": 77 } } @@ -688039,15 +688526,15 @@ "postfix": false, "binop": null }, - "start": 52121, - "end": 52122, + "start": 54511, + "end": 54512, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 77 }, "end": { - "line": 1142, + "line": 1184, "column": 78 } } @@ -688064,15 +688551,15 @@ "postfix": false, "binop": null }, - "start": 52122, - "end": 52123, + "start": 54512, + "end": 54513, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 78 }, "end": { - "line": 1142, + "line": 1184, "column": 79 } } @@ -688091,15 +688578,15 @@ "updateContext": null }, "value": ",", - "start": 52123, - "end": 52124, + "start": 54513, + "end": 54514, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 79 }, "end": { - "line": 1142, + "line": 1184, "column": 80 } } @@ -688116,15 +688603,15 @@ "postfix": false, "binop": null }, - "start": 52124, - "end": 52126, + "start": 54514, + "end": 54516, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 80 }, "end": { - "line": 1142, + "line": 1184, "column": 82 } } @@ -688142,15 +688629,15 @@ "binop": null }, "value": "_temp", - "start": 52126, - "end": 52131, + "start": 54516, + "end": 54521, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 82 }, "end": { - "line": 1142, + "line": 1184, "column": 87 } } @@ -688167,15 +688654,15 @@ "postfix": false, "binop": null }, - "start": 52131, - "end": 52132, + "start": 54521, + "end": 54522, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 87 }, "end": { - "line": 1142, + "line": 1184, "column": 88 } } @@ -688194,15 +688681,15 @@ "updateContext": null }, "value": "", - "start": 52132, - "end": 52132, + "start": 54522, + "end": 54522, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 88 }, "end": { - "line": 1142, + "line": 1184, "column": 88 } } @@ -688219,15 +688706,15 @@ "postfix": false, "binop": null }, - "start": 52132, - "end": 52133, + "start": 54522, + "end": 54523, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 88 }, "end": { - "line": 1142, + "line": 1184, "column": 89 } } @@ -688245,15 +688732,15 @@ "binop": null, "updateContext": null }, - "start": 52133, - "end": 52134, + "start": 54523, + "end": 54524, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 89 }, "end": { - "line": 1142, + "line": 1184, "column": 90 } } @@ -688272,15 +688759,15 @@ "updateContext": null }, "value": "=", - "start": 52135, - "end": 52136, + "start": 54525, + "end": 54526, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 91 }, "end": { - "line": 1142, + "line": 1184, "column": 92 } } @@ -688298,15 +688785,15 @@ "binop": null }, "value": "grid_size", - "start": 52137, - "end": 52146, + "start": 54527, + "end": 54536, "loc": { "start": { - "line": 1142, + "line": 1184, "column": 93 }, "end": { - "line": 1142, + "line": 1184, "column": 102 } } @@ -688326,15 +688813,15 @@ "updateContext": null }, "value": "break", - "start": 52167, - "end": 52172, + "start": 54557, + "end": 54562, "loc": { "start": { - "line": 1143, + "line": 1185, "column": 20 }, "end": { - "line": 1143, + "line": 1185, "column": 25 } } @@ -688354,15 +688841,15 @@ "updateContext": null }, "value": "case", - "start": 52189, - "end": 52193, + "start": 54579, + "end": 54583, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 16 }, "end": { - "line": 1144, + "line": 1186, "column": 20 } } @@ -688384,15 +688871,15 @@ "pattern": "^weekdays?$", "flags": "i" }, - "start": 52194, - "end": 52208, + "start": 54584, + "end": 54598, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 21 }, "end": { - "line": 1144, + "line": 1186, "column": 35 } } @@ -688410,15 +688897,15 @@ "binop": null, "updateContext": null }, - "start": 52208, - "end": 52209, + "start": 54598, + "end": 54599, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 35 }, "end": { - "line": 1144, + "line": 1186, "column": 36 } } @@ -688436,15 +688923,15 @@ "binop": null }, "value": "test", - "start": 52209, - "end": 52213, + "start": 54599, + "end": 54603, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 36 }, "end": { - "line": 1144, + "line": 1186, "column": 40 } } @@ -688461,15 +688948,15 @@ "postfix": false, "binop": null }, - "start": 52213, - "end": 52214, + "start": 54603, + "end": 54604, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 40 }, "end": { - "line": 1144, + "line": 1186, "column": 41 } } @@ -688487,15 +688974,15 @@ "binop": null }, "value": "target_scale", - "start": 52215, - "end": 52227, + "start": 54605, + "end": 54617, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 42 }, "end": { - "line": 1144, + "line": 1186, "column": 54 } } @@ -688512,15 +688999,15 @@ "postfix": false, "binop": null }, - "start": 52228, - "end": 52229, + "start": 54618, + "end": 54619, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 55 }, "end": { - "line": 1144, + "line": 1186, "column": 56 } } @@ -688538,15 +689025,15 @@ "binop": null, "updateContext": null }, - "start": 52229, - "end": 52230, + "start": 54619, + "end": 54620, "loc": { "start": { - "line": 1144, + "line": 1186, "column": 56 }, "end": { - "line": 1144, + "line": 1186, "column": 57 } } @@ -688564,15 +689051,15 @@ "binop": null }, "value": "_arr", - "start": 52251, - "end": 52255, + "start": 54641, + "end": 54645, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 20 }, "end": { - "line": 1145, + "line": 1187, "column": 24 } } @@ -688591,15 +689078,15 @@ "updateContext": null }, "value": "=", - "start": 52257, - "end": 52258, + "start": 54647, + "end": 54648, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 26 }, "end": { - "line": 1145, + "line": 1187, "column": 27 } } @@ -688617,15 +689104,15 @@ "binop": null }, "value": "_dt", - "start": 52259, - "end": 52262, + "start": 54649, + "end": 54652, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 28 }, "end": { - "line": 1145, + "line": 1187, "column": 31 } } @@ -688643,15 +689130,15 @@ "binop": null, "updateContext": null }, - "start": 52262, - "end": 52263, + "start": 54652, + "end": 54653, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 31 }, "end": { - "line": 1145, + "line": 1187, "column": 32 } } @@ -688669,15 +689156,15 @@ "binop": null }, "value": "split", - "start": 52263, - "end": 52268, + "start": 54653, + "end": 54658, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 32 }, "end": { - "line": 1145, + "line": 1187, "column": 37 } } @@ -688694,15 +689181,15 @@ "postfix": false, "binop": null }, - "start": 52268, - "end": 52269, + "start": 54658, + "end": 54659, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 37 }, "end": { - "line": 1145, + "line": 1187, "column": 38 } } @@ -688721,15 +689208,15 @@ "updateContext": null }, "value": ",", - "start": 52269, - "end": 52272, + "start": 54659, + "end": 54662, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 38 }, "end": { - "line": 1145, + "line": 1187, "column": 41 } } @@ -688746,15 +689233,15 @@ "postfix": false, "binop": null }, - "start": 52272, - "end": 52273, + "start": 54662, + "end": 54663, "loc": { "start": { - "line": 1145, + "line": 1187, "column": 41 }, "end": { - "line": 1145, + "line": 1187, "column": 42 } } @@ -688772,15 +689259,15 @@ "binop": null }, "value": "_temp", - "start": 52294, - "end": 52299, + "start": 54684, + "end": 54689, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 20 }, "end": { - "line": 1146, + "line": 1188, "column": 25 } } @@ -688799,15 +689286,15 @@ "updateContext": null }, "value": "=", - "start": 52300, - "end": 52301, + "start": 54690, + "end": 54691, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 26 }, "end": { - "line": 1146, + "line": 1188, "column": 27 } } @@ -688827,15 +689314,15 @@ "updateContext": null }, "value": "this", - "start": 52302, - "end": 52306, + "start": 54692, + "end": 54696, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 28 }, "end": { - "line": 1146, + "line": 1188, "column": 32 } } @@ -688853,15 +689340,15 @@ "binop": null, "updateContext": null }, - "start": 52306, - "end": 52307, + "start": 54696, + "end": 54697, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 32 }, "end": { - "line": 1146, + "line": 1188, "column": 33 } } @@ -688879,15 +689366,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52307, - "end": 52325, + "start": 54697, + "end": 54715, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 33 }, "end": { - "line": 1146, + "line": 1188, "column": 51 } } @@ -688904,15 +689391,15 @@ "postfix": false, "binop": null }, - "start": 52325, - "end": 52326, + "start": 54715, + "end": 54716, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 51 }, "end": { - "line": 1146, + "line": 1188, "column": 52 } } @@ -688930,15 +689417,15 @@ "binop": null }, "value": "_arr", - "start": 52327, - "end": 52331, + "start": 54717, + "end": 54721, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 53 }, "end": { - "line": 1146, + "line": 1188, "column": 57 } } @@ -688956,15 +689443,15 @@ "binop": null, "updateContext": null }, - "start": 52331, - "end": 52332, + "start": 54721, + "end": 54722, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 57 }, "end": { - "line": 1146, + "line": 1188, "column": 58 } } @@ -688983,15 +689470,15 @@ "updateContext": null }, "value": 0, - "start": 52332, - "end": 52333, + "start": 54722, + "end": 54723, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 58 }, "end": { - "line": 1146, + "line": 1188, "column": 59 } } @@ -689009,15 +689496,15 @@ "binop": null, "updateContext": null }, - "start": 52333, - "end": 52334, + "start": 54723, + "end": 54724, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 59 }, "end": { - "line": 1146, + "line": 1188, "column": 60 } } @@ -689034,15 +689521,15 @@ "postfix": false, "binop": null }, - "start": 52335, - "end": 52336, + "start": 54725, + "end": 54726, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 61 }, "end": { - "line": 1146, + "line": 1188, "column": 62 } } @@ -689060,15 +689547,15 @@ "binop": null, "updateContext": null }, - "start": 52336, - "end": 52337, + "start": 54726, + "end": 54727, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 62 }, "end": { - "line": 1146, + "line": 1188, "column": 63 } } @@ -689086,15 +689573,15 @@ "binop": null }, "value": "getDay", - "start": 52337, - "end": 52343, + "start": 54727, + "end": 54733, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 63 }, "end": { - "line": 1146, + "line": 1188, "column": 69 } } @@ -689111,15 +689598,15 @@ "postfix": false, "binop": null }, - "start": 52343, - "end": 52344, + "start": 54733, + "end": 54734, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 69 }, "end": { - "line": 1146, + "line": 1188, "column": 70 } } @@ -689136,15 +689623,15 @@ "postfix": false, "binop": null }, - "start": 52344, - "end": 52345, + "start": 54734, + "end": 54735, "loc": { "start": { - "line": 1146, + "line": 1188, "column": 70 }, "end": { - "line": 1146, + "line": 1188, "column": 71 } } @@ -689162,15 +689649,15 @@ "binop": null }, "value": "retObj", - "start": 52366, - "end": 52372, + "start": 54756, + "end": 54762, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 20 }, "end": { - "line": 1147, + "line": 1189, "column": 26 } } @@ -689188,15 +689675,15 @@ "binop": null, "updateContext": null }, - "start": 52372, - "end": 52373, + "start": 54762, + "end": 54763, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 26 }, "end": { - "line": 1147, + "line": 1189, "column": 27 } } @@ -689213,15 +689700,15 @@ "postfix": false, "binop": null }, - "start": 52373, - "end": 52374, + "start": 54763, + "end": 54764, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 27 }, "end": { - "line": 1147, + "line": 1189, "column": 28 } } @@ -689240,15 +689727,15 @@ "updateContext": null }, "value": "", - "start": 52374, - "end": 52374, + "start": 54764, + "end": 54764, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 28 }, "end": { - "line": 1147, + "line": 1189, "column": 28 } } @@ -689265,15 +689752,15 @@ "postfix": false, "binop": null }, - "start": 52374, - "end": 52376, + "start": 54764, + "end": 54766, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 28 }, "end": { - "line": 1147, + "line": 1189, "column": 30 } } @@ -689293,15 +689780,15 @@ "updateContext": null }, "value": "this", - "start": 52376, - "end": 52380, + "start": 54766, + "end": 54770, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 30 }, "end": { - "line": 1147, + "line": 1189, "column": 34 } } @@ -689319,15 +689806,15 @@ "binop": null, "updateContext": null }, - "start": 52380, - "end": 52381, + "start": 54770, + "end": 54771, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 34 }, "end": { - "line": 1147, + "line": 1189, "column": 35 } } @@ -689345,15 +689832,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52381, - "end": 52399, + "start": 54771, + "end": 54789, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 35 }, "end": { - "line": 1147, + "line": 1189, "column": 53 } } @@ -689370,15 +689857,15 @@ "postfix": false, "binop": null }, - "start": 52399, - "end": 52400, + "start": 54789, + "end": 54790, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 53 }, "end": { - "line": 1147, + "line": 1189, "column": 54 } } @@ -689396,15 +689883,15 @@ "binop": null }, "value": "_arr", - "start": 52401, - "end": 52405, + "start": 54791, + "end": 54795, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 55 }, "end": { - "line": 1147, + "line": 1189, "column": 59 } } @@ -689422,15 +689909,15 @@ "binop": null, "updateContext": null }, - "start": 52405, - "end": 52406, + "start": 54795, + "end": 54796, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 59 }, "end": { - "line": 1147, + "line": 1189, "column": 60 } } @@ -689449,15 +689936,15 @@ "updateContext": null }, "value": 0, - "start": 52406, - "end": 52407, + "start": 54796, + "end": 54797, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 60 }, "end": { - "line": 1147, + "line": 1189, "column": 61 } } @@ -689475,15 +689962,15 @@ "binop": null, "updateContext": null }, - "start": 52407, - "end": 52408, + "start": 54797, + "end": 54798, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 61 }, "end": { - "line": 1147, + "line": 1189, "column": 62 } } @@ -689500,15 +689987,15 @@ "postfix": false, "binop": null }, - "start": 52409, - "end": 52410, + "start": 54799, + "end": 54800, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 63 }, "end": { - "line": 1147, + "line": 1189, "column": 64 } } @@ -689526,15 +690013,15 @@ "binop": null, "updateContext": null }, - "start": 52410, - "end": 52411, + "start": 54800, + "end": 54801, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 64 }, "end": { - "line": 1147, + "line": 1189, "column": 65 } } @@ -689552,15 +690039,15 @@ "binop": null }, "value": "getFullYear", - "start": 52411, - "end": 52422, + "start": 54801, + "end": 54812, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 65 }, "end": { - "line": 1147, + "line": 1189, "column": 76 } } @@ -689577,15 +690064,15 @@ "postfix": false, "binop": null }, - "start": 52422, - "end": 52423, + "start": 54812, + "end": 54813, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 76 }, "end": { - "line": 1147, + "line": 1189, "column": 77 } } @@ -689602,15 +690089,15 @@ "postfix": false, "binop": null }, - "start": 52423, - "end": 52424, + "start": 54813, + "end": 54814, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 77 }, "end": { - "line": 1147, + "line": 1189, "column": 78 } } @@ -689627,15 +690114,15 @@ "postfix": false, "binop": null }, - "start": 52424, - "end": 52425, + "start": 54814, + "end": 54815, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 78 }, "end": { - "line": 1147, + "line": 1189, "column": 79 } } @@ -689654,15 +690141,15 @@ "updateContext": null }, "value": "/", - "start": 52425, - "end": 52426, + "start": 54815, + "end": 54816, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 79 }, "end": { - "line": 1147, + "line": 1189, "column": 80 } } @@ -689679,15 +690166,15 @@ "postfix": false, "binop": null }, - "start": 52426, - "end": 52428, + "start": 54816, + "end": 54818, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 80 }, "end": { - "line": 1147, + "line": 1189, "column": 82 } } @@ -689707,15 +690194,15 @@ "updateContext": null }, "value": "this", - "start": 52428, - "end": 52432, + "start": 54818, + "end": 54822, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 82 }, "end": { - "line": 1147, + "line": 1189, "column": 86 } } @@ -689733,15 +690220,15 @@ "binop": null, "updateContext": null }, - "start": 52432, - "end": 52433, + "start": 54822, + "end": 54823, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 86 }, "end": { - "line": 1147, + "line": 1189, "column": 87 } } @@ -689759,15 +690246,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52433, - "end": 52451, + "start": 54823, + "end": 54841, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 87 }, "end": { - "line": 1147, + "line": 1189, "column": 105 } } @@ -689784,15 +690271,15 @@ "postfix": false, "binop": null }, - "start": 52451, - "end": 52452, + "start": 54841, + "end": 54842, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 105 }, "end": { - "line": 1147, + "line": 1189, "column": 106 } } @@ -689810,15 +690297,15 @@ "binop": null }, "value": "_arr", - "start": 52453, - "end": 52457, + "start": 54843, + "end": 54847, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 107 }, "end": { - "line": 1147, + "line": 1189, "column": 111 } } @@ -689836,15 +690323,15 @@ "binop": null, "updateContext": null }, - "start": 52457, - "end": 52458, + "start": 54847, + "end": 54848, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 111 }, "end": { - "line": 1147, + "line": 1189, "column": 112 } } @@ -689863,15 +690350,15 @@ "updateContext": null }, "value": 0, - "start": 52458, - "end": 52459, + "start": 54848, + "end": 54849, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 112 }, "end": { - "line": 1147, + "line": 1189, "column": 113 } } @@ -689889,15 +690376,15 @@ "binop": null, "updateContext": null }, - "start": 52459, - "end": 52460, + "start": 54849, + "end": 54850, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 113 }, "end": { - "line": 1147, + "line": 1189, "column": 114 } } @@ -689914,15 +690401,15 @@ "postfix": false, "binop": null }, - "start": 52461, - "end": 52462, + "start": 54851, + "end": 54852, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 115 }, "end": { - "line": 1147, + "line": 1189, "column": 116 } } @@ -689940,15 +690427,15 @@ "binop": null, "updateContext": null }, - "start": 52462, - "end": 52463, + "start": 54852, + "end": 54853, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 116 }, "end": { - "line": 1147, + "line": 1189, "column": 117 } } @@ -689966,15 +690453,15 @@ "binop": null }, "value": "getMonth", - "start": 52463, - "end": 52471, + "start": 54853, + "end": 54861, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 117 }, "end": { - "line": 1147, + "line": 1189, "column": 125 } } @@ -689991,15 +690478,15 @@ "postfix": false, "binop": null }, - "start": 52471, - "end": 52472, + "start": 54861, + "end": 54862, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 125 }, "end": { - "line": 1147, + "line": 1189, "column": 126 } } @@ -690016,15 +690503,15 @@ "postfix": false, "binop": null }, - "start": 52472, - "end": 52473, + "start": 54862, + "end": 54863, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 126 }, "end": { - "line": 1147, + "line": 1189, "column": 127 } } @@ -690043,15 +690530,15 @@ "updateContext": null }, "value": "+", - "start": 52474, - "end": 52475, + "start": 54864, + "end": 54865, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 128 }, "end": { - "line": 1147, + "line": 1189, "column": 129 } } @@ -690070,15 +690557,15 @@ "updateContext": null }, "value": 1, - "start": 52476, - "end": 52477, + "start": 54866, + "end": 54867, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 130 }, "end": { - "line": 1147, + "line": 1189, "column": 131 } } @@ -690095,15 +690582,15 @@ "postfix": false, "binop": null }, - "start": 52477, - "end": 52478, + "start": 54867, + "end": 54868, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 131 }, "end": { - "line": 1147, + "line": 1189, "column": 132 } } @@ -690122,15 +690609,15 @@ "updateContext": null }, "value": "/1,", - "start": 52478, - "end": 52481, + "start": 54868, + "end": 54871, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 132 }, "end": { - "line": 1147, + "line": 1189, "column": 135 } } @@ -690147,15 +690634,15 @@ "postfix": false, "binop": null }, - "start": 52481, - "end": 52483, + "start": 54871, + "end": 54873, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 135 }, "end": { - "line": 1147, + "line": 1189, "column": 137 } } @@ -690173,15 +690660,15 @@ "binop": null }, "value": "_temp", - "start": 52483, - "end": 52488, + "start": 54873, + "end": 54878, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 137 }, "end": { - "line": 1147, + "line": 1189, "column": 142 } } @@ -690198,15 +690685,15 @@ "postfix": false, "binop": null }, - "start": 52488, - "end": 52489, + "start": 54878, + "end": 54879, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 142 }, "end": { - "line": 1147, + "line": 1189, "column": 143 } } @@ -690225,15 +690712,15 @@ "updateContext": null }, "value": "", - "start": 52489, - "end": 52489, + "start": 54879, + "end": 54879, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 143 }, "end": { - "line": 1147, + "line": 1189, "column": 143 } } @@ -690250,15 +690737,15 @@ "postfix": false, "binop": null }, - "start": 52489, - "end": 52490, + "start": 54879, + "end": 54880, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 143 }, "end": { - "line": 1147, + "line": 1189, "column": 144 } } @@ -690276,15 +690763,15 @@ "binop": null, "updateContext": null }, - "start": 52490, - "end": 52491, + "start": 54880, + "end": 54881, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 144 }, "end": { - "line": 1147, + "line": 1189, "column": 145 } } @@ -690303,15 +690790,15 @@ "updateContext": null }, "value": "=", - "start": 52492, - "end": 52493, + "start": 54882, + "end": 54883, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 146 }, "end": { - "line": 1147, + "line": 1189, "column": 147 } } @@ -690329,15 +690816,15 @@ "binop": null }, "value": "grid_size", - "start": 52494, - "end": 52503, + "start": 54884, + "end": 54893, "loc": { "start": { - "line": 1147, + "line": 1189, "column": 148 }, "end": { - "line": 1147, + "line": 1189, "column": 157 } } @@ -690357,15 +690844,15 @@ "updateContext": null }, "value": "break", - "start": 52524, - "end": 52529, + "start": 54914, + "end": 54919, "loc": { "start": { - "line": 1148, + "line": 1190, "column": 20 }, "end": { - "line": 1148, + "line": 1190, "column": 25 } } @@ -690385,15 +690872,15 @@ "updateContext": null }, "value": "case", - "start": 52546, - "end": 52550, + "start": 54936, + "end": 54940, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 16 }, "end": { - "line": 1149, + "line": 1191, "column": 20 } } @@ -690415,15 +690902,15 @@ "pattern": "^days?$", "flags": "i" }, - "start": 52551, - "end": 52561, + "start": 54941, + "end": 54951, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 21 }, "end": { - "line": 1149, + "line": 1191, "column": 31 } } @@ -690441,15 +690928,15 @@ "binop": null, "updateContext": null }, - "start": 52561, - "end": 52562, + "start": 54951, + "end": 54952, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 31 }, "end": { - "line": 1149, + "line": 1191, "column": 32 } } @@ -690467,15 +690954,15 @@ "binop": null }, "value": "test", - "start": 52562, - "end": 52566, + "start": 54952, + "end": 54956, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 32 }, "end": { - "line": 1149, + "line": 1191, "column": 36 } } @@ -690492,15 +690979,15 @@ "postfix": false, "binop": null }, - "start": 52566, - "end": 52567, + "start": 54956, + "end": 54957, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 36 }, "end": { - "line": 1149, + "line": 1191, "column": 37 } } @@ -690518,15 +691005,15 @@ "binop": null }, "value": "target_scale", - "start": 52568, - "end": 52580, + "start": 54958, + "end": 54970, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 38 }, "end": { - "line": 1149, + "line": 1191, "column": 50 } } @@ -690543,15 +691030,15 @@ "postfix": false, "binop": null }, - "start": 52581, - "end": 52582, + "start": 54971, + "end": 54972, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 51 }, "end": { - "line": 1149, + "line": 1191, "column": 52 } } @@ -690569,15 +691056,15 @@ "binop": null, "updateContext": null }, - "start": 52582, - "end": 52583, + "start": 54972, + "end": 54973, "loc": { "start": { - "line": 1149, + "line": 1191, "column": 52 }, "end": { - "line": 1149, + "line": 1191, "column": 53 } } @@ -690595,15 +691082,15 @@ "binop": null }, "value": "retObj", - "start": 52604, - "end": 52610, + "start": 54994, + "end": 55000, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 20 }, "end": { - "line": 1150, + "line": 1192, "column": 26 } } @@ -690621,15 +691108,15 @@ "binop": null, "updateContext": null }, - "start": 52610, - "end": 52611, + "start": 55000, + "end": 55001, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 26 }, "end": { - "line": 1150, + "line": 1192, "column": 27 } } @@ -690646,15 +691133,15 @@ "postfix": false, "binop": null }, - "start": 52611, - "end": 52612, + "start": 55001, + "end": 55002, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 27 }, "end": { - "line": 1150, + "line": 1192, "column": 28 } } @@ -690673,15 +691160,15 @@ "updateContext": null }, "value": "", - "start": 52612, - "end": 52612, + "start": 55002, + "end": 55002, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 28 }, "end": { - "line": 1150, + "line": 1192, "column": 28 } } @@ -690698,15 +691185,15 @@ "postfix": false, "binop": null }, - "start": 52612, - "end": 52614, + "start": 55002, + "end": 55004, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 28 }, "end": { - "line": 1150, + "line": 1192, "column": 30 } } @@ -690726,15 +691213,15 @@ "updateContext": null }, "value": "this", - "start": 52614, - "end": 52618, + "start": 55004, + "end": 55008, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 30 }, "end": { - "line": 1150, + "line": 1192, "column": 34 } } @@ -690752,15 +691239,15 @@ "binop": null, "updateContext": null }, - "start": 52618, - "end": 52619, + "start": 55008, + "end": 55009, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 34 }, "end": { - "line": 1150, + "line": 1192, "column": 35 } } @@ -690778,15 +691265,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52619, - "end": 52637, + "start": 55009, + "end": 55027, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 35 }, "end": { - "line": 1150, + "line": 1192, "column": 53 } } @@ -690803,15 +691290,15 @@ "postfix": false, "binop": null }, - "start": 52637, - "end": 52638, + "start": 55027, + "end": 55028, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 53 }, "end": { - "line": 1150, + "line": 1192, "column": 54 } } @@ -690829,15 +691316,15 @@ "binop": null }, "value": "_dt", - "start": 52639, - "end": 52642, + "start": 55029, + "end": 55032, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 55 }, "end": { - "line": 1150, + "line": 1192, "column": 58 } } @@ -690854,15 +691341,15 @@ "postfix": false, "binop": null }, - "start": 52643, - "end": 52644, + "start": 55033, + "end": 55034, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 59 }, "end": { - "line": 1150, + "line": 1192, "column": 60 } } @@ -690880,15 +691367,15 @@ "binop": null, "updateContext": null }, - "start": 52644, - "end": 52645, + "start": 55034, + "end": 55035, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 60 }, "end": { - "line": 1150, + "line": 1192, "column": 61 } } @@ -690906,15 +691393,15 @@ "binop": null }, "value": "getFullYear", - "start": 52645, - "end": 52656, + "start": 55035, + "end": 55046, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 61 }, "end": { - "line": 1150, + "line": 1192, "column": 72 } } @@ -690931,15 +691418,15 @@ "postfix": false, "binop": null }, - "start": 52656, - "end": 52657, + "start": 55046, + "end": 55047, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 72 }, "end": { - "line": 1150, + "line": 1192, "column": 73 } } @@ -690956,15 +691443,15 @@ "postfix": false, "binop": null }, - "start": 52657, - "end": 52658, + "start": 55047, + "end": 55048, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 73 }, "end": { - "line": 1150, + "line": 1192, "column": 74 } } @@ -690981,15 +691468,15 @@ "postfix": false, "binop": null }, - "start": 52658, - "end": 52659, + "start": 55048, + "end": 55049, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 74 }, "end": { - "line": 1150, + "line": 1192, "column": 75 } } @@ -691008,15 +691495,15 @@ "updateContext": null }, "value": "/", - "start": 52659, - "end": 52660, + "start": 55049, + "end": 55050, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 75 }, "end": { - "line": 1150, + "line": 1192, "column": 76 } } @@ -691033,15 +691520,15 @@ "postfix": false, "binop": null }, - "start": 52660, - "end": 52662, + "start": 55050, + "end": 55052, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 76 }, "end": { - "line": 1150, + "line": 1192, "column": 78 } } @@ -691061,15 +691548,15 @@ "updateContext": null }, "value": "this", - "start": 52662, - "end": 52666, + "start": 55052, + "end": 55056, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 78 }, "end": { - "line": 1150, + "line": 1192, "column": 82 } } @@ -691087,15 +691574,15 @@ "binop": null, "updateContext": null }, - "start": 52666, - "end": 52667, + "start": 55056, + "end": 55057, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 82 }, "end": { - "line": 1150, + "line": 1192, "column": 83 } } @@ -691113,15 +691600,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52667, - "end": 52685, + "start": 55057, + "end": 55075, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 83 }, "end": { - "line": 1150, + "line": 1192, "column": 101 } } @@ -691138,15 +691625,15 @@ "postfix": false, "binop": null }, - "start": 52685, - "end": 52686, + "start": 55075, + "end": 55076, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 101 }, "end": { - "line": 1150, + "line": 1192, "column": 102 } } @@ -691164,15 +691651,15 @@ "binop": null }, "value": "_dt", - "start": 52687, - "end": 52690, + "start": 55077, + "end": 55080, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 103 }, "end": { - "line": 1150, + "line": 1192, "column": 106 } } @@ -691189,15 +691676,15 @@ "postfix": false, "binop": null }, - "start": 52691, - "end": 52692, + "start": 55081, + "end": 55082, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 107 }, "end": { - "line": 1150, + "line": 1192, "column": 108 } } @@ -691215,15 +691702,15 @@ "binop": null, "updateContext": null }, - "start": 52692, - "end": 52693, + "start": 55082, + "end": 55083, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 108 }, "end": { - "line": 1150, + "line": 1192, "column": 109 } } @@ -691241,15 +691728,15 @@ "binop": null }, "value": "getMonth", - "start": 52693, - "end": 52701, + "start": 55083, + "end": 55091, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 109 }, "end": { - "line": 1150, + "line": 1192, "column": 117 } } @@ -691266,15 +691753,15 @@ "postfix": false, "binop": null }, - "start": 52701, - "end": 52702, + "start": 55091, + "end": 55092, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 117 }, "end": { - "line": 1150, + "line": 1192, "column": 118 } } @@ -691291,15 +691778,15 @@ "postfix": false, "binop": null }, - "start": 52702, - "end": 52703, + "start": 55092, + "end": 55093, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 118 }, "end": { - "line": 1150, + "line": 1192, "column": 119 } } @@ -691318,15 +691805,15 @@ "updateContext": null }, "value": "+", - "start": 52704, - "end": 52705, + "start": 55094, + "end": 55095, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 120 }, "end": { - "line": 1150, + "line": 1192, "column": 121 } } @@ -691345,15 +691832,15 @@ "updateContext": null }, "value": 1, - "start": 52706, - "end": 52707, + "start": 55096, + "end": 55097, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 122 }, "end": { - "line": 1150, + "line": 1192, "column": 123 } } @@ -691370,15 +691857,15 @@ "postfix": false, "binop": null }, - "start": 52707, - "end": 52708, + "start": 55097, + "end": 55098, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 123 }, "end": { - "line": 1150, + "line": 1192, "column": 124 } } @@ -691397,15 +691884,15 @@ "updateContext": null }, "value": "/1", - "start": 52708, - "end": 52710, + "start": 55098, + "end": 55100, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 124 }, "end": { - "line": 1150, + "line": 1192, "column": 126 } } @@ -691422,15 +691909,15 @@ "postfix": false, "binop": null }, - "start": 52710, - "end": 52711, + "start": 55100, + "end": 55101, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 126 }, "end": { - "line": 1150, + "line": 1192, "column": 127 } } @@ -691448,15 +691935,15 @@ "binop": null, "updateContext": null }, - "start": 52711, - "end": 52712, + "start": 55101, + "end": 55102, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 127 }, "end": { - "line": 1150, + "line": 1192, "column": 128 } } @@ -691475,15 +691962,15 @@ "updateContext": null }, "value": "=", - "start": 52713, - "end": 52714, + "start": 55103, + "end": 55104, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 129 }, "end": { - "line": 1150, + "line": 1192, "column": 130 } } @@ -691501,15 +691988,15 @@ "binop": null }, "value": "grid_size", - "start": 52715, - "end": 52724, + "start": 55105, + "end": 55114, "loc": { "start": { - "line": 1150, + "line": 1192, "column": 131 }, "end": { - "line": 1150, + "line": 1192, "column": 140 } } @@ -691529,15 +692016,15 @@ "updateContext": null }, "value": "break", - "start": 52745, - "end": 52750, + "start": 55135, + "end": 55140, "loc": { "start": { - "line": 1151, + "line": 1193, "column": 20 }, "end": { - "line": 1151, + "line": 1193, "column": 25 } } @@ -691557,15 +692044,15 @@ "updateContext": null }, "value": "case", - "start": 52767, - "end": 52771, + "start": 55157, + "end": 55161, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 16 }, "end": { - "line": 1152, + "line": 1194, "column": 20 } } @@ -691587,15 +692074,15 @@ "pattern": "^hours?$", "flags": "i" }, - "start": 52772, - "end": 52783, + "start": 55162, + "end": 55173, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 21 }, "end": { - "line": 1152, + "line": 1194, "column": 32 } } @@ -691613,15 +692100,15 @@ "binop": null, "updateContext": null }, - "start": 52783, - "end": 52784, + "start": 55173, + "end": 55174, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 32 }, "end": { - "line": 1152, + "line": 1194, "column": 33 } } @@ -691639,15 +692126,15 @@ "binop": null }, "value": "test", - "start": 52784, - "end": 52788, + "start": 55174, + "end": 55178, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 33 }, "end": { - "line": 1152, + "line": 1194, "column": 37 } } @@ -691664,15 +692151,15 @@ "postfix": false, "binop": null }, - "start": 52788, - "end": 52789, + "start": 55178, + "end": 55179, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 37 }, "end": { - "line": 1152, + "line": 1194, "column": 38 } } @@ -691690,15 +692177,15 @@ "binop": null }, "value": "target_scale", - "start": 52790, - "end": 52802, + "start": 55180, + "end": 55192, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 39 }, "end": { - "line": 1152, + "line": 1194, "column": 51 } } @@ -691715,15 +692202,15 @@ "postfix": false, "binop": null }, - "start": 52803, - "end": 52804, + "start": 55193, + "end": 55194, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 52 }, "end": { - "line": 1152, + "line": 1194, "column": 53 } } @@ -691741,15 +692228,15 @@ "binop": null, "updateContext": null }, - "start": 52804, - "end": 52805, + "start": 55194, + "end": 55195, "loc": { "start": { - "line": 1152, + "line": 1194, "column": 53 }, "end": { - "line": 1152, + "line": 1194, "column": 54 } } @@ -691767,15 +692254,15 @@ "binop": null }, "value": "retObj", - "start": 52826, - "end": 52832, + "start": 55216, + "end": 55222, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 20 }, "end": { - "line": 1153, + "line": 1195, "column": 26 } } @@ -691793,15 +692280,15 @@ "binop": null, "updateContext": null }, - "start": 52832, - "end": 52833, + "start": 55222, + "end": 55223, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 26 }, "end": { - "line": 1153, + "line": 1195, "column": 27 } } @@ -691818,15 +692305,15 @@ "postfix": false, "binop": null }, - "start": 52833, - "end": 52834, + "start": 55223, + "end": 55224, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 27 }, "end": { - "line": 1153, + "line": 1195, "column": 28 } } @@ -691845,15 +692332,15 @@ "updateContext": null }, "value": "", - "start": 52834, - "end": 52834, + "start": 55224, + "end": 55224, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 28 }, "end": { - "line": 1153, + "line": 1195, "column": 28 } } @@ -691870,15 +692357,15 @@ "postfix": false, "binop": null }, - "start": 52834, - "end": 52836, + "start": 55224, + "end": 55226, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 28 }, "end": { - "line": 1153, + "line": 1195, "column": 30 } } @@ -691898,15 +692385,15 @@ "updateContext": null }, "value": "this", - "start": 52836, - "end": 52840, + "start": 55226, + "end": 55230, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 30 }, "end": { - "line": 1153, + "line": 1195, "column": 34 } } @@ -691924,15 +692411,15 @@ "binop": null, "updateContext": null }, - "start": 52840, - "end": 52841, + "start": 55230, + "end": 55231, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 34 }, "end": { - "line": 1153, + "line": 1195, "column": 35 } } @@ -691950,15 +692437,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52841, - "end": 52859, + "start": 55231, + "end": 55249, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 35 }, "end": { - "line": 1153, + "line": 1195, "column": 53 } } @@ -691975,15 +692462,15 @@ "postfix": false, "binop": null }, - "start": 52859, - "end": 52860, + "start": 55249, + "end": 55250, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 53 }, "end": { - "line": 1153, + "line": 1195, "column": 54 } } @@ -692001,15 +692488,15 @@ "binop": null }, "value": "_dt", - "start": 52861, - "end": 52864, + "start": 55251, + "end": 55254, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 55 }, "end": { - "line": 1153, + "line": 1195, "column": 58 } } @@ -692026,15 +692513,15 @@ "postfix": false, "binop": null }, - "start": 52865, - "end": 52866, + "start": 55255, + "end": 55256, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 59 }, "end": { - "line": 1153, + "line": 1195, "column": 60 } } @@ -692052,15 +692539,15 @@ "binop": null, "updateContext": null }, - "start": 52866, - "end": 52867, + "start": 55256, + "end": 55257, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 60 }, "end": { - "line": 1153, + "line": 1195, "column": 61 } } @@ -692078,15 +692565,15 @@ "binop": null }, "value": "getFullYear", - "start": 52867, - "end": 52878, + "start": 55257, + "end": 55268, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 61 }, "end": { - "line": 1153, + "line": 1195, "column": 72 } } @@ -692103,15 +692590,15 @@ "postfix": false, "binop": null }, - "start": 52878, - "end": 52879, + "start": 55268, + "end": 55269, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 72 }, "end": { - "line": 1153, + "line": 1195, "column": 73 } } @@ -692128,15 +692615,15 @@ "postfix": false, "binop": null }, - "start": 52879, - "end": 52880, + "start": 55269, + "end": 55270, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 73 }, "end": { - "line": 1153, + "line": 1195, "column": 74 } } @@ -692153,15 +692640,15 @@ "postfix": false, "binop": null }, - "start": 52880, - "end": 52881, + "start": 55270, + "end": 55271, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 74 }, "end": { - "line": 1153, + "line": 1195, "column": 75 } } @@ -692180,15 +692667,15 @@ "updateContext": null }, "value": "/", - "start": 52881, - "end": 52882, + "start": 55271, + "end": 55272, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 75 }, "end": { - "line": 1153, + "line": 1195, "column": 76 } } @@ -692205,15 +692692,15 @@ "postfix": false, "binop": null }, - "start": 52882, - "end": 52884, + "start": 55272, + "end": 55274, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 76 }, "end": { - "line": 1153, + "line": 1195, "column": 78 } } @@ -692233,15 +692720,15 @@ "updateContext": null }, "value": "this", - "start": 52884, - "end": 52888, + "start": 55274, + "end": 55278, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 78 }, "end": { - "line": 1153, + "line": 1195, "column": 82 } } @@ -692259,15 +692746,15 @@ "binop": null, "updateContext": null }, - "start": 52888, - "end": 52889, + "start": 55278, + "end": 55279, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 82 }, "end": { - "line": 1153, + "line": 1195, "column": 83 } } @@ -692285,15 +692772,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 52889, - "end": 52907, + "start": 55279, + "end": 55297, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 83 }, "end": { - "line": 1153, + "line": 1195, "column": 101 } } @@ -692310,15 +692797,15 @@ "postfix": false, "binop": null }, - "start": 52907, - "end": 52908, + "start": 55297, + "end": 55298, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 101 }, "end": { - "line": 1153, + "line": 1195, "column": 102 } } @@ -692336,15 +692823,15 @@ "binop": null }, "value": "_dt", - "start": 52909, - "end": 52912, + "start": 55299, + "end": 55302, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 103 }, "end": { - "line": 1153, + "line": 1195, "column": 106 } } @@ -692361,15 +692848,15 @@ "postfix": false, "binop": null }, - "start": 52913, - "end": 52914, + "start": 55303, + "end": 55304, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 107 }, "end": { - "line": 1153, + "line": 1195, "column": 108 } } @@ -692387,15 +692874,15 @@ "binop": null, "updateContext": null }, - "start": 52914, - "end": 52915, + "start": 55304, + "end": 55305, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 108 }, "end": { - "line": 1153, + "line": 1195, "column": 109 } } @@ -692413,15 +692900,15 @@ "binop": null }, "value": "getMonth", - "start": 52915, - "end": 52923, + "start": 55305, + "end": 55313, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 109 }, "end": { - "line": 1153, + "line": 1195, "column": 117 } } @@ -692438,15 +692925,15 @@ "postfix": false, "binop": null }, - "start": 52923, - "end": 52924, + "start": 55313, + "end": 55314, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 117 }, "end": { - "line": 1153, + "line": 1195, "column": 118 } } @@ -692463,15 +692950,15 @@ "postfix": false, "binop": null }, - "start": 52924, - "end": 52925, + "start": 55314, + "end": 55315, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 118 }, "end": { - "line": 1153, + "line": 1195, "column": 119 } } @@ -692490,15 +692977,15 @@ "updateContext": null }, "value": "+", - "start": 52926, - "end": 52927, + "start": 55316, + "end": 55317, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 120 }, "end": { - "line": 1153, + "line": 1195, "column": 121 } } @@ -692517,15 +693004,15 @@ "updateContext": null }, "value": 1, - "start": 52928, - "end": 52929, + "start": 55318, + "end": 55319, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 122 }, "end": { - "line": 1153, + "line": 1195, "column": 123 } } @@ -692542,15 +693029,15 @@ "postfix": false, "binop": null }, - "start": 52929, - "end": 52930, + "start": 55319, + "end": 55320, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 123 }, "end": { - "line": 1153, + "line": 1195, "column": 124 } } @@ -692569,15 +693056,15 @@ "updateContext": null }, "value": "/1 0", - "start": 52930, - "end": 52934, + "start": 55320, + "end": 55324, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 124 }, "end": { - "line": 1153, + "line": 1195, "column": 128 } } @@ -692594,15 +693081,15 @@ "postfix": false, "binop": null }, - "start": 52934, - "end": 52935, + "start": 55324, + "end": 55325, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 128 }, "end": { - "line": 1153, + "line": 1195, "column": 129 } } @@ -692620,15 +693107,15 @@ "binop": null, "updateContext": null }, - "start": 52935, - "end": 52936, + "start": 55325, + "end": 55326, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 129 }, "end": { - "line": 1153, + "line": 1195, "column": 130 } } @@ -692647,15 +693134,15 @@ "updateContext": null }, "value": "=", - "start": 52937, - "end": 52938, + "start": 55327, + "end": 55328, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 131 }, "end": { - "line": 1153, + "line": 1195, "column": 132 } } @@ -692673,15 +693160,15 @@ "binop": null }, "value": "grid_size", - "start": 52939, - "end": 52948, + "start": 55329, + "end": 55338, "loc": { "start": { - "line": 1153, + "line": 1195, "column": 133 }, "end": { - "line": 1153, + "line": 1195, "column": 142 } } @@ -692701,15 +693188,15 @@ "updateContext": null }, "value": "break", - "start": 52969, - "end": 52974, + "start": 55359, + "end": 55364, "loc": { "start": { - "line": 1154, + "line": 1196, "column": 20 }, "end": { - "line": 1154, + "line": 1196, "column": 25 } } @@ -692729,15 +693216,15 @@ "updateContext": null }, "value": "case", - "start": 52991, - "end": 52995, + "start": 55381, + "end": 55385, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 16 }, "end": { - "line": 1155, + "line": 1197, "column": 20 } } @@ -692759,15 +693246,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 52996, - "end": 53009, + "start": 55386, + "end": 55399, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 21 }, "end": { - "line": 1155, + "line": 1197, "column": 34 } } @@ -692785,15 +693272,15 @@ "binop": null, "updateContext": null }, - "start": 53009, - "end": 53010, + "start": 55399, + "end": 55400, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 34 }, "end": { - "line": 1155, + "line": 1197, "column": 35 } } @@ -692811,15 +693298,15 @@ "binop": null }, "value": "test", - "start": 53010, - "end": 53014, + "start": 55400, + "end": 55404, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 35 }, "end": { - "line": 1155, + "line": 1197, "column": 39 } } @@ -692836,15 +693323,15 @@ "postfix": false, "binop": null }, - "start": 53014, - "end": 53015, + "start": 55404, + "end": 55405, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 39 }, "end": { - "line": 1155, + "line": 1197, "column": 40 } } @@ -692862,15 +693349,15 @@ "binop": null }, "value": "target_scale", - "start": 53016, - "end": 53028, + "start": 55406, + "end": 55418, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 41 }, "end": { - "line": 1155, + "line": 1197, "column": 53 } } @@ -692887,15 +693374,15 @@ "postfix": false, "binop": null }, - "start": 53029, - "end": 53030, + "start": 55419, + "end": 55420, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 54 }, "end": { - "line": 1155, + "line": 1197, "column": 55 } } @@ -692913,15 +693400,15 @@ "binop": null, "updateContext": null }, - "start": 53030, - "end": 53031, + "start": 55420, + "end": 55421, "loc": { "start": { - "line": 1155, + "line": 1197, "column": 55 }, "end": { - "line": 1155, + "line": 1197, "column": 56 } } @@ -692939,15 +693426,15 @@ "binop": null }, "value": "retObj", - "start": 53052, - "end": 53058, + "start": 55442, + "end": 55448, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 20 }, "end": { - "line": 1156, + "line": 1198, "column": 26 } } @@ -692965,15 +693452,15 @@ "binop": null, "updateContext": null }, - "start": 53058, - "end": 53059, + "start": 55448, + "end": 55449, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 26 }, "end": { - "line": 1156, + "line": 1198, "column": 27 } } @@ -692990,15 +693477,15 @@ "postfix": false, "binop": null }, - "start": 53059, - "end": 53060, + "start": 55449, + "end": 55450, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 27 }, "end": { - "line": 1156, + "line": 1198, "column": 28 } } @@ -693017,15 +693504,15 @@ "updateContext": null }, "value": "", - "start": 53060, - "end": 53060, + "start": 55450, + "end": 55450, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 28 }, "end": { - "line": 1156, + "line": 1198, "column": 28 } } @@ -693042,15 +693529,15 @@ "postfix": false, "binop": null }, - "start": 53060, - "end": 53062, + "start": 55450, + "end": 55452, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 28 }, "end": { - "line": 1156, + "line": 1198, "column": 30 } } @@ -693070,15 +693557,15 @@ "updateContext": null }, "value": "this", - "start": 53062, - "end": 53066, + "start": 55452, + "end": 55456, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 30 }, "end": { - "line": 1156, + "line": 1198, "column": 34 } } @@ -693096,15 +693583,15 @@ "binop": null, "updateContext": null }, - "start": 53066, - "end": 53067, + "start": 55456, + "end": 55457, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 34 }, "end": { - "line": 1156, + "line": 1198, "column": 35 } } @@ -693122,15 +693609,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53067, - "end": 53085, + "start": 55457, + "end": 55475, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 35 }, "end": { - "line": 1156, + "line": 1198, "column": 53 } } @@ -693147,15 +693634,15 @@ "postfix": false, "binop": null }, - "start": 53085, - "end": 53086, + "start": 55475, + "end": 55476, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 53 }, "end": { - "line": 1156, + "line": 1198, "column": 54 } } @@ -693173,15 +693660,15 @@ "binop": null }, "value": "_dt", - "start": 53087, - "end": 53090, + "start": 55477, + "end": 55480, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 55 }, "end": { - "line": 1156, + "line": 1198, "column": 58 } } @@ -693198,15 +693685,15 @@ "postfix": false, "binop": null }, - "start": 53091, - "end": 53092, + "start": 55481, + "end": 55482, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 59 }, "end": { - "line": 1156, + "line": 1198, "column": 60 } } @@ -693224,15 +693711,15 @@ "binop": null, "updateContext": null }, - "start": 53092, - "end": 53093, + "start": 55482, + "end": 55483, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 60 }, "end": { - "line": 1156, + "line": 1198, "column": 61 } } @@ -693250,15 +693737,15 @@ "binop": null }, "value": "getFullYear", - "start": 53093, - "end": 53104, + "start": 55483, + "end": 55494, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 61 }, "end": { - "line": 1156, + "line": 1198, "column": 72 } } @@ -693275,15 +693762,15 @@ "postfix": false, "binop": null }, - "start": 53104, - "end": 53105, + "start": 55494, + "end": 55495, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 72 }, "end": { - "line": 1156, + "line": 1198, "column": 73 } } @@ -693300,15 +693787,15 @@ "postfix": false, "binop": null }, - "start": 53105, - "end": 53106, + "start": 55495, + "end": 55496, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 73 }, "end": { - "line": 1156, + "line": 1198, "column": 74 } } @@ -693325,15 +693812,15 @@ "postfix": false, "binop": null }, - "start": 53106, - "end": 53107, + "start": 55496, + "end": 55497, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 74 }, "end": { - "line": 1156, + "line": 1198, "column": 75 } } @@ -693352,15 +693839,15 @@ "updateContext": null }, "value": "/", - "start": 53107, - "end": 53108, + "start": 55497, + "end": 55498, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 75 }, "end": { - "line": 1156, + "line": 1198, "column": 76 } } @@ -693377,15 +693864,15 @@ "postfix": false, "binop": null }, - "start": 53108, - "end": 53110, + "start": 55498, + "end": 55500, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 76 }, "end": { - "line": 1156, + "line": 1198, "column": 78 } } @@ -693405,15 +693892,15 @@ "updateContext": null }, "value": "this", - "start": 53110, - "end": 53114, + "start": 55500, + "end": 55504, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 78 }, "end": { - "line": 1156, + "line": 1198, "column": 82 } } @@ -693431,15 +693918,15 @@ "binop": null, "updateContext": null }, - "start": 53114, - "end": 53115, + "start": 55504, + "end": 55505, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 82 }, "end": { - "line": 1156, + "line": 1198, "column": 83 } } @@ -693457,15 +693944,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53115, - "end": 53133, + "start": 55505, + "end": 55523, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 83 }, "end": { - "line": 1156, + "line": 1198, "column": 101 } } @@ -693482,15 +693969,15 @@ "postfix": false, "binop": null }, - "start": 53133, - "end": 53134, + "start": 55523, + "end": 55524, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 101 }, "end": { - "line": 1156, + "line": 1198, "column": 102 } } @@ -693508,15 +693995,15 @@ "binop": null }, "value": "_dt", - "start": 53135, - "end": 53138, + "start": 55525, + "end": 55528, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 103 }, "end": { - "line": 1156, + "line": 1198, "column": 106 } } @@ -693533,15 +694020,15 @@ "postfix": false, "binop": null }, - "start": 53139, - "end": 53140, + "start": 55529, + "end": 55530, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 107 }, "end": { - "line": 1156, + "line": 1198, "column": 108 } } @@ -693559,15 +694046,15 @@ "binop": null, "updateContext": null }, - "start": 53140, - "end": 53141, + "start": 55530, + "end": 55531, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 108 }, "end": { - "line": 1156, + "line": 1198, "column": 109 } } @@ -693585,15 +694072,15 @@ "binop": null }, "value": "getMonth", - "start": 53141, - "end": 53149, + "start": 55531, + "end": 55539, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 109 }, "end": { - "line": 1156, + "line": 1198, "column": 117 } } @@ -693610,15 +694097,15 @@ "postfix": false, "binop": null }, - "start": 53149, - "end": 53150, + "start": 55539, + "end": 55540, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 117 }, "end": { - "line": 1156, + "line": 1198, "column": 118 } } @@ -693635,15 +694122,15 @@ "postfix": false, "binop": null }, - "start": 53150, - "end": 53151, + "start": 55540, + "end": 55541, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 118 }, "end": { - "line": 1156, + "line": 1198, "column": 119 } } @@ -693662,15 +694149,15 @@ "updateContext": null }, "value": "+", - "start": 53152, - "end": 53153, + "start": 55542, + "end": 55543, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 120 }, "end": { - "line": 1156, + "line": 1198, "column": 121 } } @@ -693689,15 +694176,15 @@ "updateContext": null }, "value": 1, - "start": 53154, - "end": 53155, + "start": 55544, + "end": 55545, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 122 }, "end": { - "line": 1156, + "line": 1198, "column": 123 } } @@ -693714,15 +694201,15 @@ "postfix": false, "binop": null }, - "start": 53155, - "end": 53156, + "start": 55545, + "end": 55546, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 123 }, "end": { - "line": 1156, + "line": 1198, "column": 124 } } @@ -693741,15 +694228,15 @@ "updateContext": null }, "value": "/1 0:00", - "start": 53156, - "end": 53163, + "start": 55546, + "end": 55553, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 124 }, "end": { - "line": 1156, + "line": 1198, "column": 131 } } @@ -693766,15 +694253,15 @@ "postfix": false, "binop": null }, - "start": 53163, - "end": 53164, + "start": 55553, + "end": 55554, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 131 }, "end": { - "line": 1156, + "line": 1198, "column": 132 } } @@ -693792,15 +694279,15 @@ "binop": null, "updateContext": null }, - "start": 53164, - "end": 53165, + "start": 55554, + "end": 55555, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 132 }, "end": { - "line": 1156, + "line": 1198, "column": 133 } } @@ -693819,15 +694306,15 @@ "updateContext": null }, "value": "=", - "start": 53166, - "end": 53167, + "start": 55556, + "end": 55557, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 134 }, "end": { - "line": 1156, + "line": 1198, "column": 135 } } @@ -693845,15 +694332,15 @@ "binop": null }, "value": "grid_size", - "start": 53168, - "end": 53177, + "start": 55558, + "end": 55567, "loc": { "start": { - "line": 1156, + "line": 1198, "column": 136 }, "end": { - "line": 1156, + "line": 1198, "column": 145 } } @@ -693873,15 +694360,15 @@ "updateContext": null }, "value": "break", - "start": 53198, - "end": 53203, + "start": 55588, + "end": 55593, "loc": { "start": { - "line": 1157, + "line": 1199, "column": 20 }, "end": { - "line": 1157, + "line": 1199, "column": 25 } } @@ -693901,15 +694388,15 @@ "updateContext": null }, "value": "case", - "start": 53220, - "end": 53224, + "start": 55610, + "end": 55614, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 16 }, "end": { - "line": 1158, + "line": 1200, "column": 20 } } @@ -693931,15 +694418,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 53225, - "end": 53238, + "start": 55615, + "end": 55628, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 21 }, "end": { - "line": 1158, + "line": 1200, "column": 34 } } @@ -693957,15 +694444,15 @@ "binop": null, "updateContext": null }, - "start": 53238, - "end": 53239, + "start": 55628, + "end": 55629, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 34 }, "end": { - "line": 1158, + "line": 1200, "column": 35 } } @@ -693983,15 +694470,15 @@ "binop": null }, "value": "test", - "start": 53239, - "end": 53243, + "start": 55629, + "end": 55633, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 35 }, "end": { - "line": 1158, + "line": 1200, "column": 39 } } @@ -694008,15 +694495,15 @@ "postfix": false, "binop": null }, - "start": 53243, - "end": 53244, + "start": 55633, + "end": 55634, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 39 }, "end": { - "line": 1158, + "line": 1200, "column": 40 } } @@ -694034,15 +694521,15 @@ "binop": null }, "value": "target_scale", - "start": 53245, - "end": 53257, + "start": 55635, + "end": 55647, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 41 }, "end": { - "line": 1158, + "line": 1200, "column": 53 } } @@ -694059,15 +694546,15 @@ "postfix": false, "binop": null }, - "start": 53258, - "end": 53259, + "start": 55648, + "end": 55649, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 54 }, "end": { - "line": 1158, + "line": 1200, "column": 55 } } @@ -694085,15 +694572,15 @@ "binop": null, "updateContext": null }, - "start": 53259, - "end": 53260, + "start": 55649, + "end": 55650, "loc": { "start": { - "line": 1158, + "line": 1200, "column": 55 }, "end": { - "line": 1158, + "line": 1200, "column": 56 } } @@ -694111,15 +694598,15 @@ "binop": null }, "value": "retObj", - "start": 53281, - "end": 53287, + "start": 55671, + "end": 55677, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 20 }, "end": { - "line": 1159, + "line": 1201, "column": 26 } } @@ -694137,15 +694624,15 @@ "binop": null, "updateContext": null }, - "start": 53287, - "end": 53288, + "start": 55677, + "end": 55678, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 26 }, "end": { - "line": 1159, + "line": 1201, "column": 27 } } @@ -694162,15 +694649,15 @@ "postfix": false, "binop": null }, - "start": 53288, - "end": 53289, + "start": 55678, + "end": 55679, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 27 }, "end": { - "line": 1159, + "line": 1201, "column": 28 } } @@ -694189,15 +694676,15 @@ "updateContext": null }, "value": "", - "start": 53289, - "end": 53289, + "start": 55679, + "end": 55679, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 28 }, "end": { - "line": 1159, + "line": 1201, "column": 28 } } @@ -694214,15 +694701,15 @@ "postfix": false, "binop": null }, - "start": 53289, - "end": 53291, + "start": 55679, + "end": 55681, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 28 }, "end": { - "line": 1159, + "line": 1201, "column": 30 } } @@ -694242,15 +694729,15 @@ "updateContext": null }, "value": "this", - "start": 53291, - "end": 53295, + "start": 55681, + "end": 55685, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 30 }, "end": { - "line": 1159, + "line": 1201, "column": 34 } } @@ -694268,15 +694755,15 @@ "binop": null, "updateContext": null }, - "start": 53295, - "end": 53296, + "start": 55685, + "end": 55686, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 34 }, "end": { - "line": 1159, + "line": 1201, "column": 35 } } @@ -694294,15 +694781,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53296, - "end": 53314, + "start": 55686, + "end": 55704, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 35 }, "end": { - "line": 1159, + "line": 1201, "column": 53 } } @@ -694319,15 +694806,15 @@ "postfix": false, "binop": null }, - "start": 53314, - "end": 53315, + "start": 55704, + "end": 55705, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 53 }, "end": { - "line": 1159, + "line": 1201, "column": 54 } } @@ -694345,15 +694832,15 @@ "binop": null }, "value": "_dt", - "start": 53316, - "end": 53319, + "start": 55706, + "end": 55709, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 55 }, "end": { - "line": 1159, + "line": 1201, "column": 58 } } @@ -694370,15 +694857,15 @@ "postfix": false, "binop": null }, - "start": 53320, - "end": 53321, + "start": 55710, + "end": 55711, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 59 }, "end": { - "line": 1159, + "line": 1201, "column": 60 } } @@ -694396,15 +694883,15 @@ "binop": null, "updateContext": null }, - "start": 53321, - "end": 53322, + "start": 55711, + "end": 55712, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 60 }, "end": { - "line": 1159, + "line": 1201, "column": 61 } } @@ -694422,15 +694909,15 @@ "binop": null }, "value": "getFullYear", - "start": 53322, - "end": 53333, + "start": 55712, + "end": 55723, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 61 }, "end": { - "line": 1159, + "line": 1201, "column": 72 } } @@ -694447,15 +694934,15 @@ "postfix": false, "binop": null }, - "start": 53333, - "end": 53334, + "start": 55723, + "end": 55724, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 72 }, "end": { - "line": 1159, + "line": 1201, "column": 73 } } @@ -694472,15 +694959,15 @@ "postfix": false, "binop": null }, - "start": 53334, - "end": 53335, + "start": 55724, + "end": 55725, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 73 }, "end": { - "line": 1159, + "line": 1201, "column": 74 } } @@ -694497,15 +694984,15 @@ "postfix": false, "binop": null }, - "start": 53335, - "end": 53336, + "start": 55725, + "end": 55726, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 74 }, "end": { - "line": 1159, + "line": 1201, "column": 75 } } @@ -694524,15 +695011,15 @@ "updateContext": null }, "value": "/", - "start": 53336, - "end": 53337, + "start": 55726, + "end": 55727, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 75 }, "end": { - "line": 1159, + "line": 1201, "column": 76 } } @@ -694549,15 +695036,15 @@ "postfix": false, "binop": null }, - "start": 53337, - "end": 53339, + "start": 55727, + "end": 55729, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 76 }, "end": { - "line": 1159, + "line": 1201, "column": 78 } } @@ -694577,15 +695064,15 @@ "updateContext": null }, "value": "this", - "start": 53339, - "end": 53343, + "start": 55729, + "end": 55733, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 78 }, "end": { - "line": 1159, + "line": 1201, "column": 82 } } @@ -694603,15 +695090,15 @@ "binop": null, "updateContext": null }, - "start": 53343, - "end": 53344, + "start": 55733, + "end": 55734, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 82 }, "end": { - "line": 1159, + "line": 1201, "column": 83 } } @@ -694629,15 +695116,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53344, - "end": 53362, + "start": 55734, + "end": 55752, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 83 }, "end": { - "line": 1159, + "line": 1201, "column": 101 } } @@ -694654,15 +695141,15 @@ "postfix": false, "binop": null }, - "start": 53362, - "end": 53363, + "start": 55752, + "end": 55753, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 101 }, "end": { - "line": 1159, + "line": 1201, "column": 102 } } @@ -694680,15 +695167,15 @@ "binop": null }, "value": "_dt", - "start": 53364, - "end": 53367, + "start": 55754, + "end": 55757, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 103 }, "end": { - "line": 1159, + "line": 1201, "column": 106 } } @@ -694705,15 +695192,15 @@ "postfix": false, "binop": null }, - "start": 53368, - "end": 53369, + "start": 55758, + "end": 55759, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 107 }, "end": { - "line": 1159, + "line": 1201, "column": 108 } } @@ -694731,15 +695218,15 @@ "binop": null, "updateContext": null }, - "start": 53369, - "end": 53370, + "start": 55759, + "end": 55760, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 108 }, "end": { - "line": 1159, + "line": 1201, "column": 109 } } @@ -694757,15 +695244,15 @@ "binop": null }, "value": "getMonth", - "start": 53370, - "end": 53378, + "start": 55760, + "end": 55768, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 109 }, "end": { - "line": 1159, + "line": 1201, "column": 117 } } @@ -694782,15 +695269,15 @@ "postfix": false, "binop": null }, - "start": 53378, - "end": 53379, + "start": 55768, + "end": 55769, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 117 }, "end": { - "line": 1159, + "line": 1201, "column": 118 } } @@ -694807,15 +695294,15 @@ "postfix": false, "binop": null }, - "start": 53379, - "end": 53380, + "start": 55769, + "end": 55770, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 118 }, "end": { - "line": 1159, + "line": 1201, "column": 119 } } @@ -694834,15 +695321,15 @@ "updateContext": null }, "value": "+", - "start": 53381, - "end": 53382, + "start": 55771, + "end": 55772, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 120 }, "end": { - "line": 1159, + "line": 1201, "column": 121 } } @@ -694861,15 +695348,15 @@ "updateContext": null }, "value": 1, - "start": 53383, - "end": 53384, + "start": 55773, + "end": 55774, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 122 }, "end": { - "line": 1159, + "line": 1201, "column": 123 } } @@ -694886,15 +695373,15 @@ "postfix": false, "binop": null }, - "start": 53384, - "end": 53385, + "start": 55774, + "end": 55775, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 123 }, "end": { - "line": 1159, + "line": 1201, "column": 124 } } @@ -694913,15 +695400,15 @@ "updateContext": null }, "value": "/1 0:00:00", - "start": 53385, - "end": 53395, + "start": 55775, + "end": 55785, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 124 }, "end": { - "line": 1159, + "line": 1201, "column": 134 } } @@ -694938,15 +695425,15 @@ "postfix": false, "binop": null }, - "start": 53395, - "end": 53396, + "start": 55785, + "end": 55786, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 134 }, "end": { - "line": 1159, + "line": 1201, "column": 135 } } @@ -694964,15 +695451,15 @@ "binop": null, "updateContext": null }, - "start": 53396, - "end": 53397, + "start": 55786, + "end": 55787, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 135 }, "end": { - "line": 1159, + "line": 1201, "column": 136 } } @@ -694991,15 +695478,15 @@ "updateContext": null }, "value": "=", - "start": 53398, - "end": 53399, + "start": 55788, + "end": 55789, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 137 }, "end": { - "line": 1159, + "line": 1201, "column": 138 } } @@ -695017,15 +695504,15 @@ "binop": null }, "value": "grid_size", - "start": 53400, - "end": 53409, + "start": 55790, + "end": 55799, "loc": { "start": { - "line": 1159, + "line": 1201, "column": 139 }, "end": { - "line": 1159, + "line": 1201, "column": 148 } } @@ -695045,15 +695532,15 @@ "updateContext": null }, "value": "break", - "start": 53430, - "end": 53435, + "start": 55820, + "end": 55825, "loc": { "start": { - "line": 1160, + "line": 1202, "column": 20 }, "end": { - "line": 1160, + "line": 1202, "column": 25 } } @@ -695073,15 +695560,15 @@ "updateContext": null }, "value": "default", - "start": 53452, - "end": 53459, + "start": 55842, + "end": 55849, "loc": { "start": { - "line": 1161, + "line": 1203, "column": 16 }, "end": { - "line": 1161, + "line": 1203, "column": 23 } } @@ -695099,15 +695586,15 @@ "binop": null, "updateContext": null }, - "start": 53459, - "end": 53460, + "start": 55849, + "end": 55850, "loc": { "start": { - "line": 1161, + "line": 1203, "column": 23 }, "end": { - "line": 1161, + "line": 1203, "column": 24 } } @@ -695125,15 +695612,15 @@ "binop": null }, "value": "retObj", - "start": 53481, - "end": 53487, + "start": 55871, + "end": 55877, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 20 }, "end": { - "line": 1162, + "line": 1204, "column": 26 } } @@ -695151,15 +695638,15 @@ "binop": null, "updateContext": null }, - "start": 53487, - "end": 53488, + "start": 55877, + "end": 55878, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 26 }, "end": { - "line": 1162, + "line": 1204, "column": 27 } } @@ -695176,15 +695663,15 @@ "postfix": false, "binop": null }, - "start": 53488, - "end": 53489, + "start": 55878, + "end": 55879, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 27 }, "end": { - "line": 1162, + "line": 1204, "column": 28 } } @@ -695203,15 +695690,15 @@ "updateContext": null }, "value": "", - "start": 53489, - "end": 53489, + "start": 55879, + "end": 55879, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 28 }, "end": { - "line": 1162, + "line": 1204, "column": 28 } } @@ -695228,15 +695715,15 @@ "postfix": false, "binop": null }, - "start": 53489, - "end": 53491, + "start": 55879, + "end": 55881, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 28 }, "end": { - "line": 1162, + "line": 1204, "column": 30 } } @@ -695256,15 +695743,15 @@ "updateContext": null }, "value": "this", - "start": 53491, - "end": 53495, + "start": 55881, + "end": 55885, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 30 }, "end": { - "line": 1162, + "line": 1204, "column": 34 } } @@ -695282,15 +695769,15 @@ "binop": null, "updateContext": null }, - "start": 53495, - "end": 53496, + "start": 55885, + "end": 55886, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 34 }, "end": { - "line": 1162, + "line": 1204, "column": 35 } } @@ -695308,15 +695795,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53496, - "end": 53514, + "start": 55886, + "end": 55904, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 35 }, "end": { - "line": 1162, + "line": 1204, "column": 53 } } @@ -695333,15 +695820,15 @@ "postfix": false, "binop": null }, - "start": 53514, - "end": 53515, + "start": 55904, + "end": 55905, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 53 }, "end": { - "line": 1162, + "line": 1204, "column": 54 } } @@ -695359,15 +695846,15 @@ "binop": null }, "value": "_dt", - "start": 53516, - "end": 53519, + "start": 55906, + "end": 55909, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 55 }, "end": { - "line": 1162, + "line": 1204, "column": 58 } } @@ -695384,15 +695871,15 @@ "postfix": false, "binop": null }, - "start": 53520, - "end": 53521, + "start": 55910, + "end": 55911, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 59 }, "end": { - "line": 1162, + "line": 1204, "column": 60 } } @@ -695410,15 +695897,15 @@ "binop": null, "updateContext": null }, - "start": 53521, - "end": 53522, + "start": 55911, + "end": 55912, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 60 }, "end": { - "line": 1162, + "line": 1204, "column": 61 } } @@ -695436,15 +695923,15 @@ "binop": null }, "value": "getFullYear", - "start": 53522, - "end": 53533, + "start": 55912, + "end": 55923, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 61 }, "end": { - "line": 1162, + "line": 1204, "column": 72 } } @@ -695461,15 +695948,15 @@ "postfix": false, "binop": null }, - "start": 53533, - "end": 53534, + "start": 55923, + "end": 55924, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 72 }, "end": { - "line": 1162, + "line": 1204, "column": 73 } } @@ -695486,15 +695973,15 @@ "postfix": false, "binop": null }, - "start": 53534, - "end": 53535, + "start": 55924, + "end": 55925, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 73 }, "end": { - "line": 1162, + "line": 1204, "column": 74 } } @@ -695511,15 +695998,15 @@ "postfix": false, "binop": null }, - "start": 53535, - "end": 53536, + "start": 55925, + "end": 55926, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 74 }, "end": { - "line": 1162, + "line": 1204, "column": 75 } } @@ -695538,15 +696025,15 @@ "updateContext": null }, "value": "/", - "start": 53536, - "end": 53537, + "start": 55926, + "end": 55927, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 75 }, "end": { - "line": 1162, + "line": 1204, "column": 76 } } @@ -695563,15 +696050,15 @@ "postfix": false, "binop": null }, - "start": 53537, - "end": 53539, + "start": 55927, + "end": 55929, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 76 }, "end": { - "line": 1162, + "line": 1204, "column": 78 } } @@ -695591,15 +696078,15 @@ "updateContext": null }, "value": "this", - "start": 53539, - "end": 53543, + "start": 55929, + "end": 55933, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 78 }, "end": { - "line": 1162, + "line": 1204, "column": 82 } } @@ -695617,15 +696104,15 @@ "binop": null, "updateContext": null }, - "start": 53543, - "end": 53544, + "start": 55933, + "end": 55934, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 82 }, "end": { - "line": 1162, + "line": 1204, "column": 83 } } @@ -695643,15 +696130,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 53544, - "end": 53562, + "start": 55934, + "end": 55952, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 83 }, "end": { - "line": 1162, + "line": 1204, "column": 101 } } @@ -695668,15 +696155,15 @@ "postfix": false, "binop": null }, - "start": 53562, - "end": 53563, + "start": 55952, + "end": 55953, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 101 }, "end": { - "line": 1162, + "line": 1204, "column": 102 } } @@ -695694,15 +696181,15 @@ "binop": null }, "value": "_dt", - "start": 53564, - "end": 53567, + "start": 55954, + "end": 55957, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 103 }, "end": { - "line": 1162, + "line": 1204, "column": 106 } } @@ -695719,15 +696206,15 @@ "postfix": false, "binop": null }, - "start": 53568, - "end": 53569, + "start": 55958, + "end": 55959, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 107 }, "end": { - "line": 1162, + "line": 1204, "column": 108 } } @@ -695745,15 +696232,15 @@ "binop": null, "updateContext": null }, - "start": 53569, - "end": 53570, + "start": 55959, + "end": 55960, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 108 }, "end": { - "line": 1162, + "line": 1204, "column": 109 } } @@ -695771,15 +696258,15 @@ "binop": null }, "value": "getMonth", - "start": 53570, - "end": 53578, + "start": 55960, + "end": 55968, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 109 }, "end": { - "line": 1162, + "line": 1204, "column": 117 } } @@ -695796,15 +696283,15 @@ "postfix": false, "binop": null }, - "start": 53578, - "end": 53579, + "start": 55968, + "end": 55969, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 117 }, "end": { - "line": 1162, + "line": 1204, "column": 118 } } @@ -695821,15 +696308,15 @@ "postfix": false, "binop": null }, - "start": 53579, - "end": 53580, + "start": 55969, + "end": 55970, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 118 }, "end": { - "line": 1162, + "line": 1204, "column": 119 } } @@ -695848,15 +696335,15 @@ "updateContext": null }, "value": "+", - "start": 53581, - "end": 53582, + "start": 55971, + "end": 55972, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 120 }, "end": { - "line": 1162, + "line": 1204, "column": 121 } } @@ -695875,15 +696362,15 @@ "updateContext": null }, "value": 1, - "start": 53583, - "end": 53584, + "start": 55973, + "end": 55974, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 122 }, "end": { - "line": 1162, + "line": 1204, "column": 123 } } @@ -695900,15 +696387,15 @@ "postfix": false, "binop": null }, - "start": 53584, - "end": 53585, + "start": 55974, + "end": 55975, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 123 }, "end": { - "line": 1162, + "line": 1204, "column": 124 } } @@ -695927,15 +696414,15 @@ "updateContext": null }, "value": "", - "start": 53585, - "end": 53585, + "start": 55975, + "end": 55975, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 124 }, "end": { - "line": 1162, + "line": 1204, "column": 124 } } @@ -695952,15 +696439,15 @@ "postfix": false, "binop": null }, - "start": 53585, - "end": 53586, + "start": 55975, + "end": 55976, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 124 }, "end": { - "line": 1162, + "line": 1204, "column": 125 } } @@ -695978,15 +696465,15 @@ "binop": null, "updateContext": null }, - "start": 53586, - "end": 53587, + "start": 55976, + "end": 55977, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 125 }, "end": { - "line": 1162, + "line": 1204, "column": 126 } } @@ -696005,15 +696492,15 @@ "updateContext": null }, "value": "=", - "start": 53588, - "end": 53589, + "start": 55978, + "end": 55979, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 127 }, "end": { - "line": 1162, + "line": 1204, "column": 128 } } @@ -696031,15 +696518,15 @@ "binop": null }, "value": "grid_size", - "start": 53590, - "end": 53599, + "start": 55980, + "end": 55989, "loc": { "start": { - "line": 1162, + "line": 1204, "column": 129 }, "end": { - "line": 1162, + "line": 1204, "column": 138 } } @@ -696059,15 +696546,15 @@ "updateContext": null }, "value": "break", - "start": 53620, - "end": 53625, + "start": 56010, + "end": 56015, "loc": { "start": { - "line": 1163, + "line": 1205, "column": 20 }, "end": { - "line": 1163, + "line": 1205, "column": 25 } } @@ -696084,15 +696571,15 @@ "postfix": false, "binop": null }, - "start": 53638, - "end": 53639, + "start": 56028, + "end": 56029, "loc": { "start": { - "line": 1164, + "line": 1206, "column": 12 }, "end": { - "line": 1164, + "line": 1206, "column": 13 } } @@ -696109,15 +696596,15 @@ "postfix": false, "binop": null }, - "start": 53648, - "end": 53649, + "start": 56038, + "end": 56039, "loc": { "start": { - "line": 1165, + "line": 1207, "column": 8 }, "end": { - "line": 1165, + "line": 1207, "column": 9 } } @@ -696137,15 +696624,15 @@ "updateContext": null }, "value": "return", - "start": 53667, - "end": 53673, + "start": 56057, + "end": 56063, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 8 }, "end": { - "line": 1167, + "line": 1209, "column": 14 } } @@ -696163,15 +696650,15 @@ "binop": null }, "value": "retObj", - "start": 53674, - "end": 53680, + "start": 56064, + "end": 56070, "loc": { "start": { - "line": 1167, + "line": 1209, "column": 15 }, "end": { - "line": 1167, + "line": 1209, "column": 21 } } @@ -696188,15 +696675,15 @@ "postfix": false, "binop": null }, - "start": 53685, - "end": 53686, + "start": 56075, + "end": 56076, "loc": { "start": { - "line": 1168, + "line": 1210, "column": 4 }, "end": { - "line": 1168, + "line": 1210, "column": 5 } } @@ -696204,15 +696691,15 @@ { "type": "CommentBlock", "value": "*\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n ", - "start": 53696, - "end": 53849, + "start": 56086, + "end": 56239, "loc": { "start": { - "line": 1170, + "line": 1212, "column": 4 }, "end": { - "line": 1175, + "line": 1217, "column": 7 } } @@ -696230,15 +696717,15 @@ "binop": null }, "value": "_getGridsPerScale", - "start": 53854, - "end": 53871, + "start": 56244, + "end": 56261, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 4 }, "end": { - "line": 1176, + "line": 1218, "column": 21 } } @@ -696255,15 +696742,15 @@ "postfix": false, "binop": null }, - "start": 53871, - "end": 53872, + "start": 56261, + "end": 56262, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 21 }, "end": { - "line": 1176, + "line": 1218, "column": 22 } } @@ -696281,15 +696768,15 @@ "binop": null }, "value": "target_scale", - "start": 53873, - "end": 53885, + "start": 56263, + "end": 56275, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 23 }, "end": { - "line": 1176, + "line": 1218, "column": 35 } } @@ -696306,15 +696793,15 @@ "postfix": false, "binop": null }, - "start": 53886, - "end": 53887, + "start": 56276, + "end": 56277, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 36 }, "end": { - "line": 1176, + "line": 1218, "column": 37 } } @@ -696331,15 +696818,15 @@ "postfix": false, "binop": null }, - "start": 53888, - "end": 53889, + "start": 56278, + "end": 56279, "loc": { "start": { - "line": 1176, + "line": 1218, "column": 38 }, "end": { - "line": 1176, + "line": 1218, "column": 39 } } @@ -696347,15 +696834,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 53898, - "end": 53932, + "start": 56288, + "end": 56322, "loc": { "start": { - "line": 1177, + "line": 1219, "column": 8 }, "end": { - "line": 1177, + "line": 1219, "column": 42 } } @@ -696375,15 +696862,15 @@ "updateContext": null }, "value": "let", - "start": 53941, - "end": 53944, + "start": 56331, + "end": 56334, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 8 }, "end": { - "line": 1178, + "line": 1220, "column": 11 } } @@ -696401,15 +696888,15 @@ "binop": null }, "value": "_props", - "start": 53945, - "end": 53951, + "start": 56335, + "end": 56341, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 12 }, "end": { - "line": 1178, + "line": 1220, "column": 18 } } @@ -696428,15 +696915,15 @@ "updateContext": null }, "value": "=", - "start": 53958, - "end": 53959, + "start": 56348, + "end": 56349, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 25 }, "end": { - "line": 1178, + "line": 1220, "column": 26 } } @@ -696456,15 +696943,15 @@ "updateContext": null }, "value": "this", - "start": 53960, - "end": 53964, + "start": 56350, + "end": 56354, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 27 }, "end": { - "line": 1178, + "line": 1220, "column": 31 } } @@ -696482,15 +696969,15 @@ "binop": null, "updateContext": null }, - "start": 53964, - "end": 53965, + "start": 56354, + "end": 56355, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 31 }, "end": { - "line": 1178, + "line": 1220, "column": 32 } } @@ -696508,15 +696995,15 @@ "binop": null }, "value": "_instanceProps", - "start": 53965, - "end": 53979, + "start": 56355, + "end": 56369, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 32 }, "end": { - "line": 1178, + "line": 1220, "column": 46 } } @@ -696534,15 +697021,15 @@ "binop": null, "updateContext": null }, - "start": 53979, - "end": 53980, + "start": 56369, + "end": 56370, "loc": { "start": { - "line": 1178, + "line": 1220, "column": 46 }, "end": { - "line": 1178, + "line": 1220, "column": 47 } } @@ -696560,15 +697047,15 @@ "binop": null }, "value": "_scopes", - "start": 53993, - "end": 54000, + "start": 56383, + "end": 56390, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 12 }, "end": { - "line": 1179, + "line": 1221, "column": 19 } } @@ -696587,15 +697074,15 @@ "updateContext": null }, "value": "=", - "start": 54006, - "end": 54007, + "start": 56396, + "end": 56397, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 25 }, "end": { - "line": 1179, + "line": 1221, "column": 26 } } @@ -696613,15 +697100,15 @@ "binop": null, "updateContext": null }, - "start": 54008, - "end": 54009, + "start": 56398, + "end": 56399, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 27 }, "end": { - "line": 1179, + "line": 1221, "column": 28 } } @@ -696639,15 +697126,15 @@ "binop": null, "updateContext": null }, - "start": 54009, - "end": 54010, + "start": 56399, + "end": 56400, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 28 }, "end": { - "line": 1179, + "line": 1221, "column": 29 } } @@ -696665,15 +697152,15 @@ "binop": null, "updateContext": null }, - "start": 54010, - "end": 54011, + "start": 56400, + "end": 56401, "loc": { "start": { - "line": 1179, + "line": 1221, "column": 29 }, "end": { - "line": 1179, + "line": 1221, "column": 30 } } @@ -696691,15 +697178,15 @@ "binop": null }, "value": "_scale_grids", - "start": 54024, - "end": 54036, + "start": 56414, + "end": 56426, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 12 }, "end": { - "line": 1180, + "line": 1222, "column": 24 } } @@ -696718,15 +697205,15 @@ "updateContext": null }, "value": "=", - "start": 54037, - "end": 54038, + "start": 56427, + "end": 56428, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 25 }, "end": { - "line": 1180, + "line": 1222, "column": 26 } } @@ -696743,15 +697230,15 @@ "postfix": false, "binop": null }, - "start": 54039, - "end": 54040, + "start": 56429, + "end": 56430, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 27 }, "end": { - "line": 1180, + "line": 1222, "column": 28 } } @@ -696768,15 +697255,15 @@ "postfix": false, "binop": null }, - "start": 54040, - "end": 54041, + "start": 56430, + "end": 56431, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 28 }, "end": { - "line": 1180, + "line": 1222, "column": 29 } } @@ -696794,15 +697281,15 @@ "binop": null, "updateContext": null }, - "start": 54041, - "end": 54042, + "start": 56431, + "end": 56432, "loc": { "start": { - "line": 1180, + "line": 1222, "column": 29 }, "end": { - "line": 1180, + "line": 1222, "column": 30 } } @@ -696820,15 +697307,15 @@ "binop": null }, "value": "_sep", - "start": 54055, - "end": 54059, + "start": 56445, + "end": 56449, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 12 }, "end": { - "line": 1181, + "line": 1223, "column": 16 } } @@ -696847,15 +697334,15 @@ "updateContext": null }, "value": "=", - "start": 54068, - "end": 54069, + "start": 56458, + "end": 56459, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 25 }, "end": { - "line": 1181, + "line": 1223, "column": 26 } } @@ -696874,15 +697361,15 @@ "updateContext": null }, "value": "/", - "start": 54070, - "end": 54073, + "start": 56460, + "end": 56463, "loc": { "start": { - "line": 1181, + "line": 1223, "column": 27 }, "end": { - "line": 1181, + "line": 1223, "column": 30 } } @@ -696902,15 +697389,15 @@ "updateContext": null }, "value": "for", - "start": 54091, - "end": 54094, + "start": 56481, + "end": 56484, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 8 }, "end": { - "line": 1183, + "line": 1225, "column": 11 } } @@ -696927,15 +697414,15 @@ "postfix": false, "binop": null }, - "start": 54095, - "end": 54096, + "start": 56485, + "end": 56486, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 12 }, "end": { - "line": 1183, + "line": 1225, "column": 13 } } @@ -696955,15 +697442,15 @@ "updateContext": null }, "value": "let", - "start": 54097, - "end": 54100, + "start": 56487, + "end": 56490, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 14 }, "end": { - "line": 1183, + "line": 1225, "column": 17 } } @@ -696981,15 +697468,15 @@ "binop": null }, "value": "i", - "start": 54101, - "end": 54102, + "start": 56491, + "end": 56492, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 18 }, "end": { - "line": 1183, + "line": 1225, "column": 19 } } @@ -697008,15 +697495,15 @@ "updateContext": null }, "value": "=", - "start": 54103, - "end": 54104, + "start": 56493, + "end": 56494, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 20 }, "end": { - "line": 1183, + "line": 1225, "column": 21 } } @@ -697035,15 +697522,15 @@ "updateContext": null }, "value": 0, - "start": 54105, - "end": 54106, + "start": 56495, + "end": 56496, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 22 }, "end": { - "line": 1183, + "line": 1225, "column": 23 } } @@ -697061,15 +697548,15 @@ "binop": null, "updateContext": null }, - "start": 54106, - "end": 54107, + "start": 56496, + "end": 56497, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 23 }, "end": { - "line": 1183, + "line": 1225, "column": 24 } } @@ -697087,15 +697574,15 @@ "binop": null }, "value": "i", - "start": 54108, - "end": 54109, + "start": 56498, + "end": 56499, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 25 }, "end": { - "line": 1183, + "line": 1225, "column": 26 } } @@ -697114,15 +697601,15 @@ "updateContext": null }, "value": "<", - "start": 54110, - "end": 54111, + "start": 56500, + "end": 56501, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 27 }, "end": { - "line": 1183, + "line": 1225, "column": 28 } } @@ -697140,15 +697627,15 @@ "binop": null }, "value": "_props", - "start": 54112, - "end": 54118, + "start": 56502, + "end": 56508, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 29 }, "end": { - "line": 1183, + "line": 1225, "column": 35 } } @@ -697166,15 +697653,15 @@ "binop": null, "updateContext": null }, - "start": 54118, - "end": 54119, + "start": 56508, + "end": 56509, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 35 }, "end": { - "line": 1183, + "line": 1225, "column": 36 } } @@ -697192,15 +697679,15 @@ "binop": null }, "value": "grids", - "start": 54119, - "end": 54124, + "start": 56509, + "end": 56514, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 36 }, "end": { - "line": 1183, + "line": 1225, "column": 41 } } @@ -697218,15 +697705,15 @@ "binop": null, "updateContext": null }, - "start": 54124, - "end": 54125, + "start": 56514, + "end": 56515, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 41 }, "end": { - "line": 1183, + "line": 1225, "column": 42 } } @@ -697244,15 +697731,15 @@ "binop": null }, "value": "i", - "start": 54126, - "end": 54127, + "start": 56516, + "end": 56517, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 43 }, "end": { - "line": 1183, + "line": 1225, "column": 44 } } @@ -697270,15 +697757,15 @@ "binop": null }, "value": "++", - "start": 54127, - "end": 54129, + "start": 56517, + "end": 56519, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 44 }, "end": { - "line": 1183, + "line": 1225, "column": 46 } } @@ -697295,15 +697782,15 @@ "postfix": false, "binop": null }, - "start": 54130, - "end": 54131, + "start": 56520, + "end": 56521, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 47 }, "end": { - "line": 1183, + "line": 1225, "column": 48 } } @@ -697320,15 +697807,15 @@ "postfix": false, "binop": null }, - "start": 54132, - "end": 54133, + "start": 56522, + "end": 56523, "loc": { "start": { - "line": 1183, + "line": 1225, "column": 49 }, "end": { - "line": 1183, + "line": 1225, "column": 50 } } @@ -697348,15 +697835,15 @@ "updateContext": null }, "value": "let", - "start": 54146, - "end": 54149, + "start": 56536, + "end": 56539, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 12 }, "end": { - "line": 1184, + "line": 1226, "column": 15 } } @@ -697374,15 +697861,15 @@ "binop": null }, "value": "_tmp", - "start": 54150, - "end": 54154, + "start": 56540, + "end": 56544, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 16 }, "end": { - "line": 1184, + "line": 1226, "column": 20 } } @@ -697401,15 +697888,15 @@ "updateContext": null }, "value": "=", - "start": 54155, - "end": 54156, + "start": 56545, + "end": 56546, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 21 }, "end": { - "line": 1184, + "line": 1226, "column": 22 } } @@ -697429,15 +697916,15 @@ "updateContext": null }, "value": "new", - "start": 54157, - "end": 54160, + "start": 56547, + "end": 56550, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 23 }, "end": { - "line": 1184, + "line": 1226, "column": 26 } } @@ -697455,15 +697942,15 @@ "binop": null }, "value": "Date", - "start": 54161, - "end": 54165, + "start": 56551, + "end": 56555, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 27 }, "end": { - "line": 1184, + "line": 1226, "column": 31 } } @@ -697480,15 +697967,15 @@ "postfix": false, "binop": null }, - "start": 54165, - "end": 54166, + "start": 56555, + "end": 56556, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 31 }, "end": { - "line": 1184, + "line": 1226, "column": 32 } } @@ -697506,15 +697993,15 @@ "binop": null }, "value": "_props", - "start": 54167, - "end": 54173, + "start": 56557, + "end": 56563, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 33 }, "end": { - "line": 1184, + "line": 1226, "column": 39 } } @@ -697532,15 +698019,15 @@ "binop": null, "updateContext": null }, - "start": 54173, - "end": 54174, + "start": 56563, + "end": 56564, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 39 }, "end": { - "line": 1184, + "line": 1226, "column": 40 } } @@ -697558,15 +698045,15 @@ "binop": null }, "value": "begin", - "start": 54174, - "end": 54179, + "start": 56564, + "end": 56569, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 40 }, "end": { - "line": 1184, + "line": 1226, "column": 45 } } @@ -697585,15 +698072,15 @@ "updateContext": null }, "value": "+", - "start": 54180, - "end": 54181, + "start": 56570, + "end": 56571, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 46 }, "end": { - "line": 1184, + "line": 1226, "column": 47 } } @@ -697610,15 +698097,15 @@ "postfix": false, "binop": null }, - "start": 54182, - "end": 54183, + "start": 56572, + "end": 56573, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 48 }, "end": { - "line": 1184, + "line": 1226, "column": 49 } } @@ -697636,15 +698123,15 @@ "binop": null }, "value": "i", - "start": 54184, - "end": 54185, + "start": 56574, + "end": 56575, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 50 }, "end": { - "line": 1184, + "line": 1226, "column": 51 } } @@ -697663,15 +698150,15 @@ "updateContext": null }, "value": "*", - "start": 54186, - "end": 54187, + "start": 56576, + "end": 56577, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 52 }, "end": { - "line": 1184, + "line": 1226, "column": 53 } } @@ -697689,15 +698176,15 @@ "binop": null }, "value": "_props", - "start": 54188, - "end": 54194, + "start": 56578, + "end": 56584, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 54 }, "end": { - "line": 1184, + "line": 1226, "column": 60 } } @@ -697715,15 +698202,15 @@ "binop": null, "updateContext": null }, - "start": 54194, - "end": 54195, + "start": 56584, + "end": 56585, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 60 }, "end": { - "line": 1184, + "line": 1226, "column": 61 } } @@ -697741,15 +698228,15 @@ "binop": null }, "value": "scale", - "start": 54195, - "end": 54200, + "start": 56585, + "end": 56590, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 61 }, "end": { - "line": 1184, + "line": 1226, "column": 66 } } @@ -697766,15 +698253,15 @@ "postfix": false, "binop": null }, - "start": 54201, - "end": 54202, + "start": 56591, + "end": 56592, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 67 }, "end": { - "line": 1184, + "line": 1226, "column": 68 } } @@ -697791,15 +698278,15 @@ "postfix": false, "binop": null }, - "start": 54203, - "end": 54204, + "start": 56593, + "end": 56594, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 69 }, "end": { - "line": 1184, + "line": 1226, "column": 70 } } @@ -697817,15 +698304,15 @@ "binop": null, "updateContext": null }, - "start": 54204, - "end": 54205, + "start": 56594, + "end": 56595, "loc": { "start": { - "line": 1184, + "line": 1226, "column": 70 }, "end": { - "line": 1184, + "line": 1226, "column": 71 } } @@ -697833,15 +698320,15 @@ { "type": "CommentLine", "value": "let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),", - "start": 54218, - "end": 54294, + "start": 56608, + "end": 56684, "loc": { "start": { - "line": 1185, + "line": 1227, "column": 12 }, "end": { - "line": 1185, + "line": 1227, "column": 88 } } @@ -697859,15 +698346,15 @@ "binop": null }, "value": "_y", - "start": 54311, - "end": 54313, + "start": 56701, + "end": 56703, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 16 }, "end": { - "line": 1186, + "line": 1228, "column": 18 } } @@ -697886,15 +698373,15 @@ "updateContext": null }, "value": "=", - "start": 54316, - "end": 54317, + "start": 56706, + "end": 56707, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 21 }, "end": { - "line": 1186, + "line": 1228, "column": 22 } } @@ -697912,15 +698399,15 @@ "binop": null }, "value": "_tmp", - "start": 54318, - "end": 54322, + "start": 56708, + "end": 56712, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 23 }, "end": { - "line": 1186, + "line": 1228, "column": 27 } } @@ -697938,15 +698425,15 @@ "binop": null, "updateContext": null }, - "start": 54322, - "end": 54323, + "start": 56712, + "end": 56713, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 27 }, "end": { - "line": 1186, + "line": 1228, "column": 28 } } @@ -697964,15 +698451,15 @@ "binop": null }, "value": "getFullYear", - "start": 54323, - "end": 54334, + "start": 56713, + "end": 56724, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 28 }, "end": { - "line": 1186, + "line": 1228, "column": 39 } } @@ -697989,15 +698476,15 @@ "postfix": false, "binop": null }, - "start": 54334, - "end": 54335, + "start": 56724, + "end": 56725, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 39 }, "end": { - "line": 1186, + "line": 1228, "column": 40 } } @@ -698014,15 +698501,15 @@ "postfix": false, "binop": null }, - "start": 54335, - "end": 54336, + "start": 56725, + "end": 56726, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 40 }, "end": { - "line": 1186, + "line": 1228, "column": 41 } } @@ -698040,15 +698527,15 @@ "binop": null, "updateContext": null }, - "start": 54336, - "end": 54337, + "start": 56726, + "end": 56727, "loc": { "start": { - "line": 1186, + "line": 1228, "column": 41 }, "end": { - "line": 1186, + "line": 1228, "column": 42 } } @@ -698066,15 +698553,15 @@ "binop": null }, "value": "_mil", - "start": 54354, - "end": 54358, + "start": 56744, + "end": 56748, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 16 }, "end": { - "line": 1187, + "line": 1229, "column": 20 } } @@ -698093,15 +698580,15 @@ "updateContext": null }, "value": "=", - "start": 54359, - "end": 54360, + "start": 56749, + "end": 56750, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 21 }, "end": { - "line": 1187, + "line": 1229, "column": 22 } } @@ -698119,15 +698606,15 @@ "binop": null }, "value": "Math", - "start": 54361, - "end": 54365, + "start": 56751, + "end": 56755, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 23 }, "end": { - "line": 1187, + "line": 1229, "column": 27 } } @@ -698145,15 +698632,15 @@ "binop": null, "updateContext": null }, - "start": 54365, - "end": 54366, + "start": 56755, + "end": 56756, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 27 }, "end": { - "line": 1187, + "line": 1229, "column": 28 } } @@ -698171,15 +698658,15 @@ "binop": null }, "value": "ceil", - "start": 54366, - "end": 54370, + "start": 56756, + "end": 56760, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 28 }, "end": { - "line": 1187, + "line": 1229, "column": 32 } } @@ -698196,15 +698683,15 @@ "postfix": false, "binop": null }, - "start": 54370, - "end": 54371, + "start": 56760, + "end": 56761, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 32 }, "end": { - "line": 1187, + "line": 1229, "column": 33 } } @@ -698222,15 +698709,15 @@ "binop": null }, "value": "_y", - "start": 54372, - "end": 54374, + "start": 56762, + "end": 56764, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 34 }, "end": { - "line": 1187, + "line": 1229, "column": 36 } } @@ -698249,15 +698736,15 @@ "updateContext": null }, "value": "/", - "start": 54375, - "end": 54376, + "start": 56765, + "end": 56766, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 37 }, "end": { - "line": 1187, + "line": 1229, "column": 38 } } @@ -698276,15 +698763,15 @@ "updateContext": null }, "value": 1000, - "start": 54377, - "end": 54381, + "start": 56767, + "end": 56771, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 39 }, "end": { - "line": 1187, + "line": 1229, "column": 43 } } @@ -698301,15 +698788,15 @@ "postfix": false, "binop": null }, - "start": 54382, - "end": 54383, + "start": 56772, + "end": 56773, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 44 }, "end": { - "line": 1187, + "line": 1229, "column": 45 } } @@ -698327,15 +698814,15 @@ "binop": null, "updateContext": null }, - "start": 54383, - "end": 54384, + "start": 56773, + "end": 56774, "loc": { "start": { - "line": 1187, + "line": 1229, "column": 45 }, "end": { - "line": 1187, + "line": 1229, "column": 46 } } @@ -698353,15 +698840,15 @@ "binop": null }, "value": "_cen", - "start": 54401, - "end": 54405, + "start": 56791, + "end": 56795, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 16 }, "end": { - "line": 1188, + "line": 1230, "column": 20 } } @@ -698380,15 +698867,15 @@ "updateContext": null }, "value": "=", - "start": 54406, - "end": 54407, + "start": 56796, + "end": 56797, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 21 }, "end": { - "line": 1188, + "line": 1230, "column": 22 } } @@ -698406,15 +698893,15 @@ "binop": null }, "value": "Math", - "start": 54408, - "end": 54412, + "start": 56798, + "end": 56802, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 23 }, "end": { - "line": 1188, + "line": 1230, "column": 27 } } @@ -698432,15 +698919,15 @@ "binop": null, "updateContext": null }, - "start": 54412, - "end": 54413, + "start": 56802, + "end": 56803, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 27 }, "end": { - "line": 1188, + "line": 1230, "column": 28 } } @@ -698458,15 +698945,15 @@ "binop": null }, "value": "ceil", - "start": 54413, - "end": 54417, + "start": 56803, + "end": 56807, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 28 }, "end": { - "line": 1188, + "line": 1230, "column": 32 } } @@ -698483,15 +698970,15 @@ "postfix": false, "binop": null }, - "start": 54417, - "end": 54418, + "start": 56807, + "end": 56808, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 32 }, "end": { - "line": 1188, + "line": 1230, "column": 33 } } @@ -698509,15 +698996,15 @@ "binop": null }, "value": "_y", - "start": 54419, - "end": 54421, + "start": 56809, + "end": 56811, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 34 }, "end": { - "line": 1188, + "line": 1230, "column": 36 } } @@ -698536,15 +699023,15 @@ "updateContext": null }, "value": "/", - "start": 54422, - "end": 54423, + "start": 56812, + "end": 56813, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 37 }, "end": { - "line": 1188, + "line": 1230, "column": 38 } } @@ -698563,15 +699050,15 @@ "updateContext": null }, "value": 100, - "start": 54424, - "end": 54427, + "start": 56814, + "end": 56817, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 39 }, "end": { - "line": 1188, + "line": 1230, "column": 42 } } @@ -698588,15 +699075,15 @@ "postfix": false, "binop": null }, - "start": 54428, - "end": 54429, + "start": 56818, + "end": 56819, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 43 }, "end": { - "line": 1188, + "line": 1230, "column": 44 } } @@ -698614,15 +699101,15 @@ "binop": null, "updateContext": null }, - "start": 54429, - "end": 54430, + "start": 56819, + "end": 56820, "loc": { "start": { - "line": 1188, + "line": 1230, "column": 44 }, "end": { - "line": 1188, + "line": 1230, "column": 45 } } @@ -698640,15 +699127,15 @@ "binop": null }, "value": "_dec", - "start": 54447, - "end": 54451, + "start": 56837, + "end": 56841, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 16 }, "end": { - "line": 1189, + "line": 1231, "column": 20 } } @@ -698667,15 +699154,15 @@ "updateContext": null }, "value": "=", - "start": 54452, - "end": 54453, + "start": 56842, + "end": 56843, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 21 }, "end": { - "line": 1189, + "line": 1231, "column": 22 } } @@ -698693,15 +699180,15 @@ "binop": null }, "value": "Math", - "start": 54454, - "end": 54458, + "start": 56844, + "end": 56848, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 23 }, "end": { - "line": 1189, + "line": 1231, "column": 27 } } @@ -698719,15 +699206,15 @@ "binop": null, "updateContext": null }, - "start": 54458, - "end": 54459, + "start": 56848, + "end": 56849, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 27 }, "end": { - "line": 1189, + "line": 1231, "column": 28 } } @@ -698745,15 +699232,15 @@ "binop": null }, "value": "ceil", - "start": 54459, - "end": 54463, + "start": 56849, + "end": 56853, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 28 }, "end": { - "line": 1189, + "line": 1231, "column": 32 } } @@ -698770,15 +699257,15 @@ "postfix": false, "binop": null }, - "start": 54463, - "end": 54464, + "start": 56853, + "end": 56854, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 32 }, "end": { - "line": 1189, + "line": 1231, "column": 33 } } @@ -698796,15 +699283,15 @@ "binop": null }, "value": "_y", - "start": 54465, - "end": 54467, + "start": 56855, + "end": 56857, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 34 }, "end": { - "line": 1189, + "line": 1231, "column": 36 } } @@ -698823,15 +699310,15 @@ "updateContext": null }, "value": "/", - "start": 54468, - "end": 54469, + "start": 56858, + "end": 56859, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 37 }, "end": { - "line": 1189, + "line": 1231, "column": 38 } } @@ -698850,15 +699337,15 @@ "updateContext": null }, "value": 10, - "start": 54470, - "end": 54472, + "start": 56860, + "end": 56862, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 39 }, "end": { - "line": 1189, + "line": 1231, "column": 41 } } @@ -698875,15 +699362,15 @@ "postfix": false, "binop": null }, - "start": 54473, - "end": 54474, + "start": 56863, + "end": 56864, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 42 }, "end": { - "line": 1189, + "line": 1231, "column": 43 } } @@ -698901,15 +699388,15 @@ "binop": null, "updateContext": null }, - "start": 54474, - "end": 54475, + "start": 56864, + "end": 56865, "loc": { "start": { - "line": 1189, + "line": 1231, "column": 43 }, "end": { - "line": 1189, + "line": 1231, "column": 44 } } @@ -698927,15 +699414,15 @@ "binop": null }, "value": "_lus", - "start": 54492, - "end": 54496, + "start": 56882, + "end": 56886, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 16 }, "end": { - "line": 1190, + "line": 1232, "column": 20 } } @@ -698954,15 +699441,15 @@ "updateContext": null }, "value": "=", - "start": 54497, - "end": 54498, + "start": 56887, + "end": 56888, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 21 }, "end": { - "line": 1190, + "line": 1232, "column": 22 } } @@ -698980,15 +699467,15 @@ "binop": null }, "value": "Math", - "start": 54499, - "end": 54503, + "start": 56889, + "end": 56893, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 23 }, "end": { - "line": 1190, + "line": 1232, "column": 27 } } @@ -699006,15 +699493,15 @@ "binop": null, "updateContext": null }, - "start": 54503, - "end": 54504, + "start": 56893, + "end": 56894, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 27 }, "end": { - "line": 1190, + "line": 1232, "column": 28 } } @@ -699032,15 +699519,15 @@ "binop": null }, "value": "ceil", - "start": 54504, - "end": 54508, + "start": 56894, + "end": 56898, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 28 }, "end": { - "line": 1190, + "line": 1232, "column": 32 } } @@ -699057,15 +699544,15 @@ "postfix": false, "binop": null }, - "start": 54508, - "end": 54509, + "start": 56898, + "end": 56899, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 32 }, "end": { - "line": 1190, + "line": 1232, "column": 33 } } @@ -699083,15 +699570,15 @@ "binop": null }, "value": "_y", - "start": 54510, - "end": 54512, + "start": 56900, + "end": 56902, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 34 }, "end": { - "line": 1190, + "line": 1232, "column": 36 } } @@ -699110,15 +699597,15 @@ "updateContext": null }, "value": "/", - "start": 54513, - "end": 54514, + "start": 56903, + "end": 56904, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 37 }, "end": { - "line": 1190, + "line": 1232, "column": 38 } } @@ -699137,15 +699624,15 @@ "updateContext": null }, "value": 5, - "start": 54515, - "end": 54516, + "start": 56905, + "end": 56906, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 39 }, "end": { - "line": 1190, + "line": 1232, "column": 40 } } @@ -699162,15 +699649,15 @@ "postfix": false, "binop": null }, - "start": 54517, - "end": 54518, + "start": 56907, + "end": 56908, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 41 }, "end": { - "line": 1190, + "line": 1232, "column": 42 } } @@ -699188,15 +699675,15 @@ "binop": null, "updateContext": null }, - "start": 54518, - "end": 54519, + "start": 56908, + "end": 56909, "loc": { "start": { - "line": 1190, + "line": 1232, "column": 42 }, "end": { - "line": 1190, + "line": 1232, "column": 43 } } @@ -699214,15 +699701,15 @@ "binop": null }, "value": "_m", - "start": 54536, - "end": 54538, + "start": 56926, + "end": 56928, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 16 }, "end": { - "line": 1191, + "line": 1233, "column": 18 } } @@ -699241,15 +699728,15 @@ "updateContext": null }, "value": "=", - "start": 54541, - "end": 54542, + "start": 56931, + "end": 56932, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 21 }, "end": { - "line": 1191, + "line": 1233, "column": 22 } } @@ -699267,15 +699754,15 @@ "binop": null }, "value": "_tmp", - "start": 54543, - "end": 54547, + "start": 56933, + "end": 56937, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 23 }, "end": { - "line": 1191, + "line": 1233, "column": 27 } } @@ -699293,15 +699780,15 @@ "binop": null, "updateContext": null }, - "start": 54547, - "end": 54548, + "start": 56937, + "end": 56938, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 27 }, "end": { - "line": 1191, + "line": 1233, "column": 28 } } @@ -699319,15 +699806,15 @@ "binop": null }, "value": "getMonth", - "start": 54548, - "end": 54556, + "start": 56938, + "end": 56946, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 28 }, "end": { - "line": 1191, + "line": 1233, "column": 36 } } @@ -699344,15 +699831,15 @@ "postfix": false, "binop": null }, - "start": 54556, - "end": 54557, + "start": 56946, + "end": 56947, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 36 }, "end": { - "line": 1191, + "line": 1233, "column": 37 } } @@ -699369,15 +699856,15 @@ "postfix": false, "binop": null }, - "start": 54557, - "end": 54558, + "start": 56947, + "end": 56948, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 37 }, "end": { - "line": 1191, + "line": 1233, "column": 38 } } @@ -699396,15 +699883,15 @@ "updateContext": null }, "value": "+", - "start": 54559, - "end": 54560, + "start": 56949, + "end": 56950, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 39 }, "end": { - "line": 1191, + "line": 1233, "column": 40 } } @@ -699423,15 +699910,15 @@ "updateContext": null }, "value": 1, - "start": 54561, - "end": 54562, + "start": 56951, + "end": 56952, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 41 }, "end": { - "line": 1191, + "line": 1233, "column": 42 } } @@ -699449,15 +699936,15 @@ "binop": null, "updateContext": null }, - "start": 54562, - "end": 54563, + "start": 56952, + "end": 56953, "loc": { "start": { - "line": 1191, + "line": 1233, "column": 42 }, "end": { - "line": 1191, + "line": 1233, "column": 43 } } @@ -699475,15 +699962,15 @@ "binop": null }, "value": "_wd", - "start": 54580, - "end": 54583, + "start": 56970, + "end": 56973, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 16 }, "end": { - "line": 1192, + "line": 1234, "column": 19 } } @@ -699502,15 +699989,15 @@ "updateContext": null }, "value": "=", - "start": 54585, - "end": 54586, + "start": 56975, + "end": 56976, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 21 }, "end": { - "line": 1192, + "line": 1234, "column": 22 } } @@ -699528,15 +700015,15 @@ "binop": null }, "value": "_tmp", - "start": 54587, - "end": 54591, + "start": 56977, + "end": 56981, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 23 }, "end": { - "line": 1192, + "line": 1234, "column": 27 } } @@ -699554,15 +700041,15 @@ "binop": null, "updateContext": null }, - "start": 54591, - "end": 54592, + "start": 56981, + "end": 56982, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 27 }, "end": { - "line": 1192, + "line": 1234, "column": 28 } } @@ -699580,15 +700067,15 @@ "binop": null }, "value": "getDay", - "start": 54592, - "end": 54598, + "start": 56982, + "end": 56988, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 28 }, "end": { - "line": 1192, + "line": 1234, "column": 34 } } @@ -699605,15 +700092,15 @@ "postfix": false, "binop": null }, - "start": 54598, - "end": 54599, + "start": 56988, + "end": 56989, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 34 }, "end": { - "line": 1192, + "line": 1234, "column": 35 } } @@ -699630,15 +700117,15 @@ "postfix": false, "binop": null }, - "start": 54599, - "end": 54600, + "start": 56989, + "end": 56990, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 35 }, "end": { - "line": 1192, + "line": 1234, "column": 36 } } @@ -699656,15 +700143,15 @@ "binop": null, "updateContext": null }, - "start": 54600, - "end": 54601, + "start": 56990, + "end": 56991, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 36 }, "end": { - "line": 1192, + "line": 1234, "column": 37 } } @@ -699672,15 +700159,15 @@ { "type": "CommentLine", "value": " 0 = Sun, ... 6 = Sat", - "start": 54602, - "end": 54625, + "start": 56992, + "end": 57015, "loc": { "start": { - "line": 1192, + "line": 1234, "column": 38 }, "end": { - "line": 1192, + "line": 1234, "column": 61 } } @@ -699698,15 +700185,15 @@ "binop": null }, "value": "_d", - "start": 54642, - "end": 54644, + "start": 57032, + "end": 57034, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 16 }, "end": { - "line": 1193, + "line": 1235, "column": 18 } } @@ -699725,15 +700212,15 @@ "updateContext": null }, "value": "=", - "start": 54647, - "end": 54648, + "start": 57037, + "end": 57038, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 21 }, "end": { - "line": 1193, + "line": 1235, "column": 22 } } @@ -699751,15 +700238,15 @@ "binop": null }, "value": "_tmp", - "start": 54649, - "end": 54653, + "start": 57039, + "end": 57043, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 23 }, "end": { - "line": 1193, + "line": 1235, "column": 27 } } @@ -699777,15 +700264,15 @@ "binop": null, "updateContext": null }, - "start": 54653, - "end": 54654, + "start": 57043, + "end": 57044, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 27 }, "end": { - "line": 1193, + "line": 1235, "column": 28 } } @@ -699803,15 +700290,15 @@ "binop": null }, "value": "getDate", - "start": 54654, - "end": 54661, + "start": 57044, + "end": 57051, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 28 }, "end": { - "line": 1193, + "line": 1235, "column": 35 } } @@ -699828,15 +700315,15 @@ "postfix": false, "binop": null }, - "start": 54661, - "end": 54662, + "start": 57051, + "end": 57052, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 35 }, "end": { - "line": 1193, + "line": 1235, "column": 36 } } @@ -699853,15 +700340,15 @@ "postfix": false, "binop": null }, - "start": 54662, - "end": 54663, + "start": 57052, + "end": 57053, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 36 }, "end": { - "line": 1193, + "line": 1235, "column": 37 } } @@ -699879,15 +700366,15 @@ "binop": null, "updateContext": null }, - "start": 54663, - "end": 54664, + "start": 57053, + "end": 57054, "loc": { "start": { - "line": 1193, + "line": 1235, "column": 37 }, "end": { - "line": 1193, + "line": 1235, "column": 38 } } @@ -699905,15 +700392,15 @@ "binop": null }, "value": "_w", - "start": 54681, - "end": 54683, + "start": 57071, + "end": 57073, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 16 }, "end": { - "line": 1194, + "line": 1236, "column": 18 } } @@ -699932,15 +700419,15 @@ "updateContext": null }, "value": "=", - "start": 54686, - "end": 54687, + "start": 57076, + "end": 57077, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 21 }, "end": { - "line": 1194, + "line": 1236, "column": 22 } } @@ -699960,15 +700447,15 @@ "updateContext": null }, "value": "this", - "start": 54688, - "end": 54692, + "start": 57078, + "end": 57082, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 23 }, "end": { - "line": 1194, + "line": 1236, "column": 27 } } @@ -699986,15 +700473,15 @@ "binop": null, "updateContext": null }, - "start": 54692, - "end": 54693, + "start": 57082, + "end": 57083, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 27 }, "end": { - "line": 1194, + "line": 1236, "column": 28 } } @@ -700012,15 +700499,15 @@ "binop": null }, "value": "getWeek", - "start": 54693, - "end": 54700, + "start": 57083, + "end": 57090, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 28 }, "end": { - "line": 1194, + "line": 1236, "column": 35 } } @@ -700037,15 +700524,15 @@ "postfix": false, "binop": null }, - "start": 54700, - "end": 54701, + "start": 57090, + "end": 57091, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 35 }, "end": { - "line": 1194, + "line": 1236, "column": 36 } } @@ -700062,15 +700549,15 @@ "postfix": false, "binop": null }, - "start": 54702, - "end": 54703, + "start": 57092, + "end": 57093, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 37 }, "end": { - "line": 1194, + "line": 1236, "column": 38 } } @@ -700089,15 +700576,15 @@ "updateContext": null }, "value": "", - "start": 54703, - "end": 54703, + "start": 57093, + "end": 57093, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 38 }, "end": { - "line": 1194, + "line": 1236, "column": 38 } } @@ -700114,15 +700601,15 @@ "postfix": false, "binop": null }, - "start": 54703, - "end": 54705, + "start": 57093, + "end": 57095, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 38 }, "end": { - "line": 1194, + "line": 1236, "column": 40 } } @@ -700140,15 +700627,15 @@ "binop": null }, "value": "_y", - "start": 54705, - "end": 54707, + "start": 57095, + "end": 57097, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 40 }, "end": { - "line": 1194, + "line": 1236, "column": 42 } } @@ -700165,15 +700652,15 @@ "postfix": false, "binop": null }, - "start": 54707, - "end": 54708, + "start": 57097, + "end": 57098, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 42 }, "end": { - "line": 1194, + "line": 1236, "column": 43 } } @@ -700192,15 +700679,15 @@ "updateContext": null }, "value": "/", - "start": 54708, - "end": 54709, + "start": 57098, + "end": 57099, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 43 }, "end": { - "line": 1194, + "line": 1236, "column": 44 } } @@ -700217,15 +700704,15 @@ "postfix": false, "binop": null }, - "start": 54709, - "end": 54711, + "start": 57099, + "end": 57101, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 44 }, "end": { - "line": 1194, + "line": 1236, "column": 46 } } @@ -700243,15 +700730,15 @@ "binop": null }, "value": "_m", - "start": 54711, - "end": 54713, + "start": 57101, + "end": 57103, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 46 }, "end": { - "line": 1194, + "line": 1236, "column": 48 } } @@ -700268,15 +700755,15 @@ "postfix": false, "binop": null }, - "start": 54713, - "end": 54714, + "start": 57103, + "end": 57104, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 48 }, "end": { - "line": 1194, + "line": 1236, "column": 49 } } @@ -700295,15 +700782,15 @@ "updateContext": null }, "value": "/", - "start": 54714, - "end": 54715, + "start": 57104, + "end": 57105, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 49 }, "end": { - "line": 1194, + "line": 1236, "column": 50 } } @@ -700320,15 +700807,15 @@ "postfix": false, "binop": null }, - "start": 54715, - "end": 54717, + "start": 57105, + "end": 57107, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 50 }, "end": { - "line": 1194, + "line": 1236, "column": 52 } } @@ -700346,15 +700833,15 @@ "binop": null }, "value": "_d", - "start": 54717, - "end": 54719, + "start": 57107, + "end": 57109, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 52 }, "end": { - "line": 1194, + "line": 1236, "column": 54 } } @@ -700371,15 +700858,15 @@ "postfix": false, "binop": null }, - "start": 54719, - "end": 54720, + "start": 57109, + "end": 57110, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 54 }, "end": { - "line": 1194, + "line": 1236, "column": 55 } } @@ -700398,15 +700885,15 @@ "updateContext": null }, "value": "", - "start": 54720, - "end": 54720, + "start": 57110, + "end": 57110, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 55 }, "end": { - "line": 1194, + "line": 1236, "column": 55 } } @@ -700423,15 +700910,15 @@ "postfix": false, "binop": null }, - "start": 54720, - "end": 54721, + "start": 57110, + "end": 57111, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 55 }, "end": { - "line": 1194, + "line": 1236, "column": 56 } } @@ -700448,15 +700935,15 @@ "postfix": false, "binop": null }, - "start": 54722, - "end": 54723, + "start": 57112, + "end": 57113, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 57 }, "end": { - "line": 1194, + "line": 1236, "column": 58 } } @@ -700474,15 +700961,15 @@ "binop": null, "updateContext": null }, - "start": 54723, - "end": 54724, + "start": 57113, + "end": 57114, "loc": { "start": { - "line": 1194, + "line": 1236, "column": 58 }, "end": { - "line": 1194, + "line": 1236, "column": 59 } } @@ -700500,15 +700987,15 @@ "binop": null }, "value": "_h", - "start": 54741, - "end": 54743, + "start": 57131, + "end": 57133, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 16 }, "end": { - "line": 1195, + "line": 1237, "column": 18 } } @@ -700527,15 +701014,15 @@ "updateContext": null }, "value": "=", - "start": 54746, - "end": 54747, + "start": 57136, + "end": 57137, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 21 }, "end": { - "line": 1195, + "line": 1237, "column": 22 } } @@ -700553,15 +701040,15 @@ "binop": null }, "value": "_tmp", - "start": 54748, - "end": 54752, + "start": 57138, + "end": 57142, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 23 }, "end": { - "line": 1195, + "line": 1237, "column": 27 } } @@ -700579,15 +701066,15 @@ "binop": null, "updateContext": null }, - "start": 54752, - "end": 54753, + "start": 57142, + "end": 57143, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 27 }, "end": { - "line": 1195, + "line": 1237, "column": 28 } } @@ -700605,15 +701092,15 @@ "binop": null }, "value": "getHours", - "start": 54753, - "end": 54761, + "start": 57143, + "end": 57151, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 28 }, "end": { - "line": 1195, + "line": 1237, "column": 36 } } @@ -700630,15 +701117,15 @@ "postfix": false, "binop": null }, - "start": 54761, - "end": 54762, + "start": 57151, + "end": 57152, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 36 }, "end": { - "line": 1195, + "line": 1237, "column": 37 } } @@ -700655,15 +701142,15 @@ "postfix": false, "binop": null }, - "start": 54762, - "end": 54763, + "start": 57152, + "end": 57153, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 37 }, "end": { - "line": 1195, + "line": 1237, "column": 38 } } @@ -700681,15 +701168,15 @@ "binop": null, "updateContext": null }, - "start": 54763, - "end": 54764, + "start": 57153, + "end": 57154, "loc": { "start": { - "line": 1195, + "line": 1237, "column": 38 }, "end": { - "line": 1195, + "line": 1237, "column": 39 } } @@ -700707,15 +701194,15 @@ "binop": null }, "value": "_min", - "start": 54781, - "end": 54785, + "start": 57171, + "end": 57175, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 16 }, "end": { - "line": 1196, + "line": 1238, "column": 20 } } @@ -700734,15 +701221,15 @@ "updateContext": null }, "value": "=", - "start": 54786, - "end": 54787, + "start": 57176, + "end": 57177, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 21 }, "end": { - "line": 1196, + "line": 1238, "column": 22 } } @@ -700760,15 +701247,15 @@ "binop": null }, "value": "_tmp", - "start": 54788, - "end": 54792, + "start": 57178, + "end": 57182, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 23 }, "end": { - "line": 1196, + "line": 1238, "column": 27 } } @@ -700786,15 +701273,15 @@ "binop": null, "updateContext": null }, - "start": 54792, - "end": 54793, + "start": 57182, + "end": 57183, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 27 }, "end": { - "line": 1196, + "line": 1238, "column": 28 } } @@ -700812,15 +701299,15 @@ "binop": null }, "value": "getMinutes", - "start": 54793, - "end": 54803, + "start": 57183, + "end": 57193, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 28 }, "end": { - "line": 1196, + "line": 1238, "column": 38 } } @@ -700837,15 +701324,15 @@ "postfix": false, "binop": null }, - "start": 54803, - "end": 54804, + "start": 57193, + "end": 57194, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 38 }, "end": { - "line": 1196, + "line": 1238, "column": 39 } } @@ -700862,15 +701349,15 @@ "postfix": false, "binop": null }, - "start": 54804, - "end": 54805, + "start": 57194, + "end": 57195, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 39 }, "end": { - "line": 1196, + "line": 1238, "column": 40 } } @@ -700888,15 +701375,15 @@ "binop": null, "updateContext": null }, - "start": 54805, - "end": 54806, + "start": 57195, + "end": 57196, "loc": { "start": { - "line": 1196, + "line": 1238, "column": 40 }, "end": { - "line": 1196, + "line": 1238, "column": 41 } } @@ -700914,15 +701401,15 @@ "binop": null }, "value": "_s", - "start": 54823, - "end": 54825, + "start": 57213, + "end": 57215, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 16 }, "end": { - "line": 1197, + "line": 1239, "column": 18 } } @@ -700941,15 +701428,15 @@ "updateContext": null }, "value": "=", - "start": 54828, - "end": 54829, + "start": 57218, + "end": 57219, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 21 }, "end": { - "line": 1197, + "line": 1239, "column": 22 } } @@ -700967,15 +701454,15 @@ "binop": null }, "value": "_tmp", - "start": 54830, - "end": 54834, + "start": 57220, + "end": 57224, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 23 }, "end": { - "line": 1197, + "line": 1239, "column": 27 } } @@ -700993,15 +701480,15 @@ "binop": null, "updateContext": null }, - "start": 54834, - "end": 54835, + "start": 57224, + "end": 57225, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 27 }, "end": { - "line": 1197, + "line": 1239, "column": 28 } } @@ -701019,15 +701506,15 @@ "binop": null }, "value": "getSeconds", - "start": 54835, - "end": 54845, + "start": 57225, + "end": 57235, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 28 }, "end": { - "line": 1197, + "line": 1239, "column": 38 } } @@ -701044,15 +701531,15 @@ "postfix": false, "binop": null }, - "start": 54845, - "end": 54846, + "start": 57235, + "end": 57236, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 38 }, "end": { - "line": 1197, + "line": 1239, "column": 39 } } @@ -701069,15 +701556,15 @@ "postfix": false, "binop": null }, - "start": 54846, - "end": 54847, + "start": 57236, + "end": 57237, "loc": { "start": { - "line": 1197, + "line": 1239, "column": 39 }, "end": { - "line": 1197, + "line": 1239, "column": 40 } } @@ -701085,15 +701572,15 @@ { "type": "CommentLine", "value": " console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )", - "start": 54848, - "end": 54971, + "start": 57238, + "end": 57361, "loc": { "start": { - "line": 1198, + "line": 1240, "column": 0 }, "end": { - "line": 1198, + "line": 1240, "column": 123 } } @@ -701111,15 +701598,15 @@ "binop": null }, "value": "_scopes", - "start": 54997, - "end": 55004, + "start": 57387, + "end": 57394, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 12 }, "end": { - "line": 1200, + "line": 1242, "column": 19 } } @@ -701137,15 +701624,15 @@ "binop": null, "updateContext": null }, - "start": 55004, - "end": 55005, + "start": 57394, + "end": 57395, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 19 }, "end": { - "line": 1200, + "line": 1242, "column": 20 } } @@ -701163,15 +701650,15 @@ "binop": null }, "value": "push", - "start": 55005, - "end": 55009, + "start": 57395, + "end": 57399, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 20 }, "end": { - "line": 1200, + "line": 1242, "column": 24 } } @@ -701188,15 +701675,15 @@ "postfix": false, "binop": null }, - "start": 55009, - "end": 55010, + "start": 57399, + "end": 57400, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 24 }, "end": { - "line": 1200, + "line": 1242, "column": 25 } } @@ -701213,15 +701700,15 @@ "postfix": false, "binop": null }, - "start": 55010, - "end": 55011, + "start": 57400, + "end": 57401, "loc": { "start": { - "line": 1200, + "line": 1242, "column": 25 }, "end": { - "line": 1200, + "line": 1242, "column": 26 } } @@ -701239,15 +701726,15 @@ "binop": null }, "value": "millennium", - "start": 55028, - "end": 55038, + "start": 57418, + "end": 57428, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 16 }, "end": { - "line": 1201, + "line": 1243, "column": 26 } } @@ -701265,15 +701752,15 @@ "binop": null, "updateContext": null }, - "start": 55039, - "end": 55040, + "start": 57429, + "end": 57430, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 27 }, "end": { - "line": 1201, + "line": 1243, "column": 28 } } @@ -701291,15 +701778,15 @@ "binop": null }, "value": "_mil", - "start": 55041, - "end": 55045, + "start": 57431, + "end": 57435, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 29 }, "end": { - "line": 1201, + "line": 1243, "column": 33 } } @@ -701317,15 +701804,15 @@ "binop": null, "updateContext": null }, - "start": 55045, - "end": 55046, + "start": 57435, + "end": 57436, "loc": { "start": { - "line": 1201, + "line": 1243, "column": 33 }, "end": { - "line": 1201, + "line": 1243, "column": 34 } } @@ -701343,15 +701830,15 @@ "binop": null }, "value": "century", - "start": 55063, - "end": 55070, + "start": 57453, + "end": 57460, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 16 }, "end": { - "line": 1202, + "line": 1244, "column": 23 } } @@ -701369,15 +701856,15 @@ "binop": null, "updateContext": null }, - "start": 55074, - "end": 55075, + "start": 57464, + "end": 57465, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 27 }, "end": { - "line": 1202, + "line": 1244, "column": 28 } } @@ -701395,15 +701882,15 @@ "binop": null }, "value": "_cen", - "start": 55076, - "end": 55080, + "start": 57466, + "end": 57470, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 29 }, "end": { - "line": 1202, + "line": 1244, "column": 33 } } @@ -701421,15 +701908,15 @@ "binop": null, "updateContext": null }, - "start": 55080, - "end": 55081, + "start": 57470, + "end": 57471, "loc": { "start": { - "line": 1202, + "line": 1244, "column": 33 }, "end": { - "line": 1202, + "line": 1244, "column": 34 } } @@ -701447,15 +701934,15 @@ "binop": null }, "value": "decade", - "start": 55098, - "end": 55104, + "start": 57488, + "end": 57494, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 16 }, "end": { - "line": 1203, + "line": 1245, "column": 22 } } @@ -701473,15 +701960,15 @@ "binop": null, "updateContext": null }, - "start": 55109, - "end": 55110, + "start": 57499, + "end": 57500, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 27 }, "end": { - "line": 1203, + "line": 1245, "column": 28 } } @@ -701499,15 +701986,15 @@ "binop": null }, "value": "_dec", - "start": 55111, - "end": 55115, + "start": 57501, + "end": 57505, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 29 }, "end": { - "line": 1203, + "line": 1245, "column": 33 } } @@ -701525,15 +702012,15 @@ "binop": null, "updateContext": null }, - "start": 55115, - "end": 55116, + "start": 57505, + "end": 57506, "loc": { "start": { - "line": 1203, + "line": 1245, "column": 33 }, "end": { - "line": 1203, + "line": 1245, "column": 34 } } @@ -701551,15 +702038,15 @@ "binop": null }, "value": "lustrum", - "start": 55133, - "end": 55140, + "start": 57523, + "end": 57530, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 16 }, "end": { - "line": 1204, + "line": 1246, "column": 23 } } @@ -701577,15 +702064,15 @@ "binop": null, "updateContext": null }, - "start": 55144, - "end": 55145, + "start": 57534, + "end": 57535, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 27 }, "end": { - "line": 1204, + "line": 1246, "column": 28 } } @@ -701603,15 +702090,15 @@ "binop": null }, "value": "_lus", - "start": 55146, - "end": 55150, + "start": 57536, + "end": 57540, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 29 }, "end": { - "line": 1204, + "line": 1246, "column": 33 } } @@ -701629,15 +702116,15 @@ "binop": null, "updateContext": null }, - "start": 55150, - "end": 55151, + "start": 57540, + "end": 57541, "loc": { "start": { - "line": 1204, + "line": 1246, "column": 33 }, "end": { - "line": 1204, + "line": 1246, "column": 34 } } @@ -701655,15 +702142,15 @@ "binop": null }, "value": "year", - "start": 55168, - "end": 55172, + "start": 57558, + "end": 57562, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 16 }, "end": { - "line": 1205, + "line": 1247, "column": 20 } } @@ -701681,15 +702168,15 @@ "binop": null, "updateContext": null }, - "start": 55179, - "end": 55180, + "start": 57569, + "end": 57570, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 27 }, "end": { - "line": 1205, + "line": 1247, "column": 28 } } @@ -701707,15 +702194,15 @@ "binop": null }, "value": "_y", - "start": 55181, - "end": 55183, + "start": 57571, + "end": 57573, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 29 }, "end": { - "line": 1205, + "line": 1247, "column": 31 } } @@ -701733,15 +702220,15 @@ "binop": null, "updateContext": null }, - "start": 55183, - "end": 55184, + "start": 57573, + "end": 57574, "loc": { "start": { - "line": 1205, + "line": 1247, "column": 31 }, "end": { - "line": 1205, + "line": 1247, "column": 32 } } @@ -701759,15 +702246,15 @@ "binop": null }, "value": "month", - "start": 55201, - "end": 55206, + "start": 57591, + "end": 57596, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 16 }, "end": { - "line": 1206, + "line": 1248, "column": 21 } } @@ -701785,15 +702272,15 @@ "binop": null, "updateContext": null }, - "start": 55212, - "end": 55213, + "start": 57602, + "end": 57603, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 27 }, "end": { - "line": 1206, + "line": 1248, "column": 28 } } @@ -701810,15 +702297,15 @@ "postfix": false, "binop": null }, - "start": 55214, - "end": 55215, + "start": 57604, + "end": 57605, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 29 }, "end": { - "line": 1206, + "line": 1248, "column": 30 } } @@ -701837,15 +702324,15 @@ "updateContext": null }, "value": "", - "start": 55215, - "end": 55215, + "start": 57605, + "end": 57605, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 30 }, "end": { - "line": 1206, + "line": 1248, "column": 30 } } @@ -701862,15 +702349,15 @@ "postfix": false, "binop": null }, - "start": 55215, - "end": 55217, + "start": 57605, + "end": 57607, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 30 }, "end": { - "line": 1206, + "line": 1248, "column": 32 } } @@ -701888,15 +702375,15 @@ "binop": null }, "value": "_y", - "start": 55217, - "end": 55219, + "start": 57607, + "end": 57609, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 32 }, "end": { - "line": 1206, + "line": 1248, "column": 34 } } @@ -701913,15 +702400,15 @@ "postfix": false, "binop": null }, - "start": 55219, - "end": 55220, + "start": 57609, + "end": 57610, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 34 }, "end": { - "line": 1206, + "line": 1248, "column": 35 } } @@ -701940,15 +702427,15 @@ "updateContext": null }, "value": "", - "start": 55220, - "end": 55220, + "start": 57610, + "end": 57610, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 35 }, "end": { - "line": 1206, + "line": 1248, "column": 35 } } @@ -701965,15 +702452,15 @@ "postfix": false, "binop": null }, - "start": 55220, - "end": 55222, + "start": 57610, + "end": 57612, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 35 }, "end": { - "line": 1206, + "line": 1248, "column": 37 } } @@ -701991,15 +702478,15 @@ "binop": null }, "value": "_sep", - "start": 55222, - "end": 55226, + "start": 57612, + "end": 57616, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 37 }, "end": { - "line": 1206, + "line": 1248, "column": 41 } } @@ -702016,15 +702503,15 @@ "postfix": false, "binop": null }, - "start": 55226, - "end": 55227, + "start": 57616, + "end": 57617, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 41 }, "end": { - "line": 1206, + "line": 1248, "column": 42 } } @@ -702043,15 +702530,15 @@ "updateContext": null }, "value": "", - "start": 55227, - "end": 55227, + "start": 57617, + "end": 57617, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 42 }, "end": { - "line": 1206, + "line": 1248, "column": 42 } } @@ -702068,15 +702555,15 @@ "postfix": false, "binop": null }, - "start": 55227, - "end": 55229, + "start": 57617, + "end": 57619, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 42 }, "end": { - "line": 1206, + "line": 1248, "column": 44 } } @@ -702094,15 +702581,15 @@ "binop": null }, "value": "_m", - "start": 55229, - "end": 55231, + "start": 57619, + "end": 57621, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 44 }, "end": { - "line": 1206, + "line": 1248, "column": 46 } } @@ -702119,15 +702606,15 @@ "postfix": false, "binop": null }, - "start": 55231, - "end": 55232, + "start": 57621, + "end": 57622, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 46 }, "end": { - "line": 1206, + "line": 1248, "column": 47 } } @@ -702146,15 +702633,15 @@ "updateContext": null }, "value": "", - "start": 55232, - "end": 55232, + "start": 57622, + "end": 57622, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 47 }, "end": { - "line": 1206, + "line": 1248, "column": 47 } } @@ -702171,15 +702658,15 @@ "postfix": false, "binop": null }, - "start": 55232, - "end": 55234, + "start": 57622, + "end": 57624, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 47 }, "end": { - "line": 1206, + "line": 1248, "column": 49 } } @@ -702197,15 +702684,15 @@ "binop": null }, "value": "_sep", - "start": 55234, - "end": 55238, + "start": 57624, + "end": 57628, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 49 }, "end": { - "line": 1206, + "line": 1248, "column": 53 } } @@ -702222,15 +702709,15 @@ "postfix": false, "binop": null }, - "start": 55238, - "end": 55239, + "start": 57628, + "end": 57629, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 53 }, "end": { - "line": 1206, + "line": 1248, "column": 54 } } @@ -702249,15 +702736,15 @@ "updateContext": null }, "value": "1", - "start": 55239, - "end": 55240, + "start": 57629, + "end": 57630, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 54 }, "end": { - "line": 1206, + "line": 1248, "column": 55 } } @@ -702274,15 +702761,15 @@ "postfix": false, "binop": null }, - "start": 55240, - "end": 55241, + "start": 57630, + "end": 57631, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 55 }, "end": { - "line": 1206, + "line": 1248, "column": 56 } } @@ -702300,15 +702787,15 @@ "binop": null, "updateContext": null }, - "start": 55241, - "end": 55242, + "start": 57631, + "end": 57632, "loc": { "start": { - "line": 1206, + "line": 1248, "column": 56 }, "end": { - "line": 1206, + "line": 1248, "column": 57 } } @@ -702326,15 +702813,15 @@ "binop": null }, "value": "week", - "start": 55259, - "end": 55263, + "start": 57649, + "end": 57653, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 16 }, "end": { - "line": 1207, + "line": 1249, "column": 20 } } @@ -702352,15 +702839,15 @@ "binop": null, "updateContext": null }, - "start": 55270, - "end": 55271, + "start": 57660, + "end": 57661, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 27 }, "end": { - "line": 1207, + "line": 1249, "column": 28 } } @@ -702377,15 +702864,15 @@ "postfix": false, "binop": null }, - "start": 55272, - "end": 55273, + "start": 57662, + "end": 57663, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 29 }, "end": { - "line": 1207, + "line": 1249, "column": 30 } } @@ -702404,15 +702891,15 @@ "updateContext": null }, "value": "", - "start": 55273, - "end": 55273, + "start": 57663, + "end": 57663, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 30 }, "end": { - "line": 1207, + "line": 1249, "column": 30 } } @@ -702429,15 +702916,15 @@ "postfix": false, "binop": null }, - "start": 55273, - "end": 55275, + "start": 57663, + "end": 57665, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 30 }, "end": { - "line": 1207, + "line": 1249, "column": 32 } } @@ -702455,15 +702942,15 @@ "binop": null }, "value": "_y", - "start": 55275, - "end": 55277, + "start": 57665, + "end": 57667, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 32 }, "end": { - "line": 1207, + "line": 1249, "column": 34 } } @@ -702480,15 +702967,15 @@ "postfix": false, "binop": null }, - "start": 55277, - "end": 55278, + "start": 57667, + "end": 57668, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 34 }, "end": { - "line": 1207, + "line": 1249, "column": 35 } } @@ -702507,15 +702994,15 @@ "updateContext": null }, "value": ",", - "start": 55278, - "end": 55279, + "start": 57668, + "end": 57669, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 35 }, "end": { - "line": 1207, + "line": 1249, "column": 36 } } @@ -702532,15 +703019,15 @@ "postfix": false, "binop": null }, - "start": 55279, - "end": 55281, + "start": 57669, + "end": 57671, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 36 }, "end": { - "line": 1207, + "line": 1249, "column": 38 } } @@ -702558,15 +703045,15 @@ "binop": null }, "value": "_w", - "start": 55281, - "end": 55283, + "start": 57671, + "end": 57673, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 38 }, "end": { - "line": 1207, + "line": 1249, "column": 40 } } @@ -702583,15 +703070,15 @@ "postfix": false, "binop": null }, - "start": 55283, - "end": 55284, + "start": 57673, + "end": 57674, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 40 }, "end": { - "line": 1207, + "line": 1249, "column": 41 } } @@ -702610,15 +703097,15 @@ "updateContext": null }, "value": "", - "start": 55284, - "end": 55284, + "start": 57674, + "end": 57674, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 41 }, "end": { - "line": 1207, + "line": 1249, "column": 41 } } @@ -702635,15 +703122,15 @@ "postfix": false, "binop": null }, - "start": 55284, - "end": 55285, + "start": 57674, + "end": 57675, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 41 }, "end": { - "line": 1207, + "line": 1249, "column": 42 } } @@ -702661,15 +703148,15 @@ "binop": null, "updateContext": null }, - "start": 55285, - "end": 55286, + "start": 57675, + "end": 57676, "loc": { "start": { - "line": 1207, + "line": 1249, "column": 42 }, "end": { - "line": 1207, + "line": 1249, "column": 43 } } @@ -702687,15 +703174,15 @@ "binop": null }, "value": "weekday", - "start": 55303, - "end": 55310, + "start": 57693, + "end": 57700, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 16 }, "end": { - "line": 1208, + "line": 1250, "column": 23 } } @@ -702713,15 +703200,15 @@ "binop": null, "updateContext": null }, - "start": 55314, - "end": 55315, + "start": 57704, + "end": 57705, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 27 }, "end": { - "line": 1208, + "line": 1250, "column": 28 } } @@ -702738,15 +703225,15 @@ "postfix": false, "binop": null }, - "start": 55316, - "end": 55317, + "start": 57706, + "end": 57707, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 29 }, "end": { - "line": 1208, + "line": 1250, "column": 30 } } @@ -702765,15 +703252,15 @@ "updateContext": null }, "value": "", - "start": 55317, - "end": 55317, + "start": 57707, + "end": 57707, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 30 }, "end": { - "line": 1208, + "line": 1250, "column": 30 } } @@ -702790,15 +703277,15 @@ "postfix": false, "binop": null }, - "start": 55317, - "end": 55319, + "start": 57707, + "end": 57709, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 30 }, "end": { - "line": 1208, + "line": 1250, "column": 32 } } @@ -702816,15 +703303,15 @@ "binop": null }, "value": "_y", - "start": 55319, - "end": 55321, + "start": 57709, + "end": 57711, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 32 }, "end": { - "line": 1208, + "line": 1250, "column": 34 } } @@ -702841,15 +703328,15 @@ "postfix": false, "binop": null }, - "start": 55321, - "end": 55322, + "start": 57711, + "end": 57712, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 34 }, "end": { - "line": 1208, + "line": 1250, "column": 35 } } @@ -702868,15 +703355,15 @@ "updateContext": null }, "value": "", - "start": 55322, - "end": 55322, + "start": 57712, + "end": 57712, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 35 }, "end": { - "line": 1208, + "line": 1250, "column": 35 } } @@ -702893,15 +703380,15 @@ "postfix": false, "binop": null }, - "start": 55322, - "end": 55324, + "start": 57712, + "end": 57714, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 35 }, "end": { - "line": 1208, + "line": 1250, "column": 37 } } @@ -702919,15 +703406,15 @@ "binop": null }, "value": "_sep", - "start": 55324, - "end": 55328, + "start": 57714, + "end": 57718, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 37 }, "end": { - "line": 1208, + "line": 1250, "column": 41 } } @@ -702944,15 +703431,15 @@ "postfix": false, "binop": null }, - "start": 55328, - "end": 55329, + "start": 57718, + "end": 57719, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 41 }, "end": { - "line": 1208, + "line": 1250, "column": 42 } } @@ -702971,15 +703458,15 @@ "updateContext": null }, "value": "", - "start": 55329, - "end": 55329, + "start": 57719, + "end": 57719, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 42 }, "end": { - "line": 1208, + "line": 1250, "column": 42 } } @@ -702996,15 +703483,15 @@ "postfix": false, "binop": null }, - "start": 55329, - "end": 55331, + "start": 57719, + "end": 57721, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 42 }, "end": { - "line": 1208, + "line": 1250, "column": 44 } } @@ -703022,15 +703509,15 @@ "binop": null }, "value": "_m", - "start": 55331, - "end": 55333, + "start": 57721, + "end": 57723, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 44 }, "end": { - "line": 1208, + "line": 1250, "column": 46 } } @@ -703047,15 +703534,15 @@ "postfix": false, "binop": null }, - "start": 55333, - "end": 55334, + "start": 57723, + "end": 57724, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 46 }, "end": { - "line": 1208, + "line": 1250, "column": 47 } } @@ -703074,15 +703561,15 @@ "updateContext": null }, "value": "", - "start": 55334, - "end": 55334, + "start": 57724, + "end": 57724, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 47 }, "end": { - "line": 1208, + "line": 1250, "column": 47 } } @@ -703099,15 +703586,15 @@ "postfix": false, "binop": null }, - "start": 55334, - "end": 55336, + "start": 57724, + "end": 57726, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 47 }, "end": { - "line": 1208, + "line": 1250, "column": 49 } } @@ -703125,15 +703612,15 @@ "binop": null }, "value": "_sep", - "start": 55336, - "end": 55340, + "start": 57726, + "end": 57730, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 49 }, "end": { - "line": 1208, + "line": 1250, "column": 53 } } @@ -703150,15 +703637,15 @@ "postfix": false, "binop": null }, - "start": 55340, - "end": 55341, + "start": 57730, + "end": 57731, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 53 }, "end": { - "line": 1208, + "line": 1250, "column": 54 } } @@ -703177,15 +703664,15 @@ "updateContext": null }, "value": "", - "start": 55341, - "end": 55341, + "start": 57731, + "end": 57731, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 54 }, "end": { - "line": 1208, + "line": 1250, "column": 54 } } @@ -703202,15 +703689,15 @@ "postfix": false, "binop": null }, - "start": 55341, - "end": 55343, + "start": 57731, + "end": 57733, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 54 }, "end": { - "line": 1208, + "line": 1250, "column": 56 } } @@ -703228,15 +703715,15 @@ "binop": null }, "value": "_d", - "start": 55343, - "end": 55345, + "start": 57733, + "end": 57735, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 56 }, "end": { - "line": 1208, + "line": 1250, "column": 58 } } @@ -703253,15 +703740,15 @@ "postfix": false, "binop": null }, - "start": 55345, - "end": 55346, + "start": 57735, + "end": 57736, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 58 }, "end": { - "line": 1208, + "line": 1250, "column": 59 } } @@ -703280,15 +703767,15 @@ "updateContext": null }, "value": ",", - "start": 55346, - "end": 55347, + "start": 57736, + "end": 57737, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 59 }, "end": { - "line": 1208, + "line": 1250, "column": 60 } } @@ -703305,15 +703792,15 @@ "postfix": false, "binop": null }, - "start": 55347, - "end": 55349, + "start": 57737, + "end": 57739, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 60 }, "end": { - "line": 1208, + "line": 1250, "column": 62 } } @@ -703331,15 +703818,15 @@ "binop": null }, "value": "_wd", - "start": 55349, - "end": 55352, + "start": 57739, + "end": 57742, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 62 }, "end": { - "line": 1208, + "line": 1250, "column": 65 } } @@ -703356,15 +703843,15 @@ "postfix": false, "binop": null }, - "start": 55352, - "end": 55353, + "start": 57742, + "end": 57743, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 65 }, "end": { - "line": 1208, + "line": 1250, "column": 66 } } @@ -703383,15 +703870,15 @@ "updateContext": null }, "value": "", - "start": 55353, - "end": 55353, + "start": 57743, + "end": 57743, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 66 }, "end": { - "line": 1208, + "line": 1250, "column": 66 } } @@ -703408,15 +703895,15 @@ "postfix": false, "binop": null }, - "start": 55353, - "end": 55354, + "start": 57743, + "end": 57744, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 66 }, "end": { - "line": 1208, + "line": 1250, "column": 67 } } @@ -703434,15 +703921,15 @@ "binop": null, "updateContext": null }, - "start": 55354, - "end": 55355, + "start": 57744, + "end": 57745, "loc": { "start": { - "line": 1208, + "line": 1250, "column": 67 }, "end": { - "line": 1208, + "line": 1250, "column": 68 } } @@ -703460,15 +703947,15 @@ "binop": null }, "value": "day", - "start": 55372, - "end": 55375, + "start": 57762, + "end": 57765, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 16 }, "end": { - "line": 1209, + "line": 1251, "column": 19 } } @@ -703486,15 +703973,15 @@ "binop": null, "updateContext": null }, - "start": 55383, - "end": 55384, + "start": 57773, + "end": 57774, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 27 }, "end": { - "line": 1209, + "line": 1251, "column": 28 } } @@ -703511,15 +703998,15 @@ "postfix": false, "binop": null }, - "start": 55385, - "end": 55386, + "start": 57775, + "end": 57776, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 29 }, "end": { - "line": 1209, + "line": 1251, "column": 30 } } @@ -703538,15 +704025,15 @@ "updateContext": null }, "value": "", - "start": 55386, - "end": 55386, + "start": 57776, + "end": 57776, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 30 }, "end": { - "line": 1209, + "line": 1251, "column": 30 } } @@ -703563,15 +704050,15 @@ "postfix": false, "binop": null }, - "start": 55386, - "end": 55388, + "start": 57776, + "end": 57778, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 30 }, "end": { - "line": 1209, + "line": 1251, "column": 32 } } @@ -703589,15 +704076,15 @@ "binop": null }, "value": "_y", - "start": 55388, - "end": 55390, + "start": 57778, + "end": 57780, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 32 }, "end": { - "line": 1209, + "line": 1251, "column": 34 } } @@ -703614,15 +704101,15 @@ "postfix": false, "binop": null }, - "start": 55390, - "end": 55391, + "start": 57780, + "end": 57781, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 34 }, "end": { - "line": 1209, + "line": 1251, "column": 35 } } @@ -703641,15 +704128,15 @@ "updateContext": null }, "value": "", - "start": 55391, - "end": 55391, + "start": 57781, + "end": 57781, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 35 }, "end": { - "line": 1209, + "line": 1251, "column": 35 } } @@ -703666,15 +704153,15 @@ "postfix": false, "binop": null }, - "start": 55391, - "end": 55393, + "start": 57781, + "end": 57783, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 35 }, "end": { - "line": 1209, + "line": 1251, "column": 37 } } @@ -703692,15 +704179,15 @@ "binop": null }, "value": "_sep", - "start": 55393, - "end": 55397, + "start": 57783, + "end": 57787, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 37 }, "end": { - "line": 1209, + "line": 1251, "column": 41 } } @@ -703717,15 +704204,15 @@ "postfix": false, "binop": null }, - "start": 55397, - "end": 55398, + "start": 57787, + "end": 57788, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 41 }, "end": { - "line": 1209, + "line": 1251, "column": 42 } } @@ -703744,15 +704231,15 @@ "updateContext": null }, "value": "", - "start": 55398, - "end": 55398, + "start": 57788, + "end": 57788, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 42 }, "end": { - "line": 1209, + "line": 1251, "column": 42 } } @@ -703769,15 +704256,15 @@ "postfix": false, "binop": null }, - "start": 55398, - "end": 55400, + "start": 57788, + "end": 57790, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 42 }, "end": { - "line": 1209, + "line": 1251, "column": 44 } } @@ -703795,15 +704282,15 @@ "binop": null }, "value": "_m", - "start": 55400, - "end": 55402, + "start": 57790, + "end": 57792, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 44 }, "end": { - "line": 1209, + "line": 1251, "column": 46 } } @@ -703820,15 +704307,15 @@ "postfix": false, "binop": null }, - "start": 55402, - "end": 55403, + "start": 57792, + "end": 57793, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 46 }, "end": { - "line": 1209, + "line": 1251, "column": 47 } } @@ -703847,15 +704334,15 @@ "updateContext": null }, "value": "", - "start": 55403, - "end": 55403, + "start": 57793, + "end": 57793, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 47 }, "end": { - "line": 1209, + "line": 1251, "column": 47 } } @@ -703872,15 +704359,15 @@ "postfix": false, "binop": null }, - "start": 55403, - "end": 55405, + "start": 57793, + "end": 57795, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 47 }, "end": { - "line": 1209, + "line": 1251, "column": 49 } } @@ -703898,15 +704385,15 @@ "binop": null }, "value": "_sep", - "start": 55405, - "end": 55409, + "start": 57795, + "end": 57799, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 49 }, "end": { - "line": 1209, + "line": 1251, "column": 53 } } @@ -703923,15 +704410,15 @@ "postfix": false, "binop": null }, - "start": 55409, - "end": 55410, + "start": 57799, + "end": 57800, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 53 }, "end": { - "line": 1209, + "line": 1251, "column": 54 } } @@ -703950,15 +704437,15 @@ "updateContext": null }, "value": "", - "start": 55410, - "end": 55410, + "start": 57800, + "end": 57800, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 54 }, "end": { - "line": 1209, + "line": 1251, "column": 54 } } @@ -703975,15 +704462,15 @@ "postfix": false, "binop": null }, - "start": 55410, - "end": 55412, + "start": 57800, + "end": 57802, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 54 }, "end": { - "line": 1209, + "line": 1251, "column": 56 } } @@ -704001,15 +704488,15 @@ "binop": null }, "value": "_d", - "start": 55412, - "end": 55414, + "start": 57802, + "end": 57804, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 56 }, "end": { - "line": 1209, + "line": 1251, "column": 58 } } @@ -704026,15 +704513,15 @@ "postfix": false, "binop": null }, - "start": 55414, - "end": 55415, + "start": 57804, + "end": 57805, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 58 }, "end": { - "line": 1209, + "line": 1251, "column": 59 } } @@ -704053,15 +704540,15 @@ "updateContext": null }, "value": "", - "start": 55415, - "end": 55415, + "start": 57805, + "end": 57805, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 59 }, "end": { - "line": 1209, + "line": 1251, "column": 59 } } @@ -704078,15 +704565,15 @@ "postfix": false, "binop": null }, - "start": 55415, - "end": 55416, + "start": 57805, + "end": 57806, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 59 }, "end": { - "line": 1209, + "line": 1251, "column": 60 } } @@ -704104,15 +704591,15 @@ "binop": null, "updateContext": null }, - "start": 55416, - "end": 55417, + "start": 57806, + "end": 57807, "loc": { "start": { - "line": 1209, + "line": 1251, "column": 60 }, "end": { - "line": 1209, + "line": 1251, "column": 61 } } @@ -704130,15 +704617,15 @@ "binop": null }, "value": "hour", - "start": 55434, - "end": 55438, + "start": 57824, + "end": 57828, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 16 }, "end": { - "line": 1210, + "line": 1252, "column": 20 } } @@ -704156,15 +704643,15 @@ "binop": null, "updateContext": null }, - "start": 55445, - "end": 55446, + "start": 57835, + "end": 57836, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 27 }, "end": { - "line": 1210, + "line": 1252, "column": 28 } } @@ -704181,15 +704668,15 @@ "postfix": false, "binop": null }, - "start": 55447, - "end": 55448, + "start": 57837, + "end": 57838, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 29 }, "end": { - "line": 1210, + "line": 1252, "column": 30 } } @@ -704208,15 +704695,15 @@ "updateContext": null }, "value": "", - "start": 55448, - "end": 55448, + "start": 57838, + "end": 57838, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 30 }, "end": { - "line": 1210, + "line": 1252, "column": 30 } } @@ -704233,15 +704720,15 @@ "postfix": false, "binop": null }, - "start": 55448, - "end": 55450, + "start": 57838, + "end": 57840, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 30 }, "end": { - "line": 1210, + "line": 1252, "column": 32 } } @@ -704259,15 +704746,15 @@ "binop": null }, "value": "_y", - "start": 55450, - "end": 55452, + "start": 57840, + "end": 57842, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 32 }, "end": { - "line": 1210, + "line": 1252, "column": 34 } } @@ -704284,15 +704771,15 @@ "postfix": false, "binop": null }, - "start": 55452, - "end": 55453, + "start": 57842, + "end": 57843, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 34 }, "end": { - "line": 1210, + "line": 1252, "column": 35 } } @@ -704311,15 +704798,15 @@ "updateContext": null }, "value": "", - "start": 55453, - "end": 55453, + "start": 57843, + "end": 57843, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 35 }, "end": { - "line": 1210, + "line": 1252, "column": 35 } } @@ -704336,15 +704823,15 @@ "postfix": false, "binop": null }, - "start": 55453, - "end": 55455, + "start": 57843, + "end": 57845, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 35 }, "end": { - "line": 1210, + "line": 1252, "column": 37 } } @@ -704362,15 +704849,15 @@ "binop": null }, "value": "_sep", - "start": 55455, - "end": 55459, + "start": 57845, + "end": 57849, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 37 }, "end": { - "line": 1210, + "line": 1252, "column": 41 } } @@ -704387,15 +704874,15 @@ "postfix": false, "binop": null }, - "start": 55459, - "end": 55460, + "start": 57849, + "end": 57850, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 41 }, "end": { - "line": 1210, + "line": 1252, "column": 42 } } @@ -704414,15 +704901,15 @@ "updateContext": null }, "value": "", - "start": 55460, - "end": 55460, + "start": 57850, + "end": 57850, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 42 }, "end": { - "line": 1210, + "line": 1252, "column": 42 } } @@ -704439,15 +704926,15 @@ "postfix": false, "binop": null }, - "start": 55460, - "end": 55462, + "start": 57850, + "end": 57852, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 42 }, "end": { - "line": 1210, + "line": 1252, "column": 44 } } @@ -704465,15 +704952,15 @@ "binop": null }, "value": "_m", - "start": 55462, - "end": 55464, + "start": 57852, + "end": 57854, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 44 }, "end": { - "line": 1210, + "line": 1252, "column": 46 } } @@ -704490,15 +704977,15 @@ "postfix": false, "binop": null }, - "start": 55464, - "end": 55465, + "start": 57854, + "end": 57855, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 46 }, "end": { - "line": 1210, + "line": 1252, "column": 47 } } @@ -704517,15 +705004,15 @@ "updateContext": null }, "value": "", - "start": 55465, - "end": 55465, + "start": 57855, + "end": 57855, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 47 }, "end": { - "line": 1210, + "line": 1252, "column": 47 } } @@ -704542,15 +705029,15 @@ "postfix": false, "binop": null }, - "start": 55465, - "end": 55467, + "start": 57855, + "end": 57857, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 47 }, "end": { - "line": 1210, + "line": 1252, "column": 49 } } @@ -704568,15 +705055,15 @@ "binop": null }, "value": "_sep", - "start": 55467, - "end": 55471, + "start": 57857, + "end": 57861, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 49 }, "end": { - "line": 1210, + "line": 1252, "column": 53 } } @@ -704593,15 +705080,15 @@ "postfix": false, "binop": null }, - "start": 55471, - "end": 55472, + "start": 57861, + "end": 57862, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 53 }, "end": { - "line": 1210, + "line": 1252, "column": 54 } } @@ -704620,15 +705107,15 @@ "updateContext": null }, "value": "", - "start": 55472, - "end": 55472, + "start": 57862, + "end": 57862, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 54 }, "end": { - "line": 1210, + "line": 1252, "column": 54 } } @@ -704645,15 +705132,15 @@ "postfix": false, "binop": null }, - "start": 55472, - "end": 55474, + "start": 57862, + "end": 57864, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 54 }, "end": { - "line": 1210, + "line": 1252, "column": 56 } } @@ -704671,15 +705158,15 @@ "binop": null }, "value": "_d", - "start": 55474, - "end": 55476, + "start": 57864, + "end": 57866, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 56 }, "end": { - "line": 1210, + "line": 1252, "column": 58 } } @@ -704696,15 +705183,15 @@ "postfix": false, "binop": null }, - "start": 55476, - "end": 55477, + "start": 57866, + "end": 57867, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 58 }, "end": { - "line": 1210, + "line": 1252, "column": 59 } } @@ -704723,15 +705210,15 @@ "updateContext": null }, "value": " ", - "start": 55477, - "end": 55478, + "start": 57867, + "end": 57868, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 59 }, "end": { - "line": 1210, + "line": 1252, "column": 60 } } @@ -704748,15 +705235,15 @@ "postfix": false, "binop": null }, - "start": 55478, - "end": 55480, + "start": 57868, + "end": 57870, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 60 }, "end": { - "line": 1210, + "line": 1252, "column": 62 } } @@ -704774,15 +705261,15 @@ "binop": null }, "value": "_h", - "start": 55480, - "end": 55482, + "start": 57870, + "end": 57872, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 62 }, "end": { - "line": 1210, + "line": 1252, "column": 64 } } @@ -704799,15 +705286,15 @@ "postfix": false, "binop": null }, - "start": 55482, - "end": 55483, + "start": 57872, + "end": 57873, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 64 }, "end": { - "line": 1210, + "line": 1252, "column": 65 } } @@ -704826,15 +705313,15 @@ "updateContext": null }, "value": "", - "start": 55483, - "end": 55483, + "start": 57873, + "end": 57873, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 65 }, "end": { - "line": 1210, + "line": 1252, "column": 65 } } @@ -704851,15 +705338,15 @@ "postfix": false, "binop": null }, - "start": 55483, - "end": 55484, + "start": 57873, + "end": 57874, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 65 }, "end": { - "line": 1210, + "line": 1252, "column": 66 } } @@ -704877,15 +705364,15 @@ "binop": null, "updateContext": null }, - "start": 55484, - "end": 55485, + "start": 57874, + "end": 57875, "loc": { "start": { - "line": 1210, + "line": 1252, "column": 66 }, "end": { - "line": 1210, + "line": 1252, "column": 67 } } @@ -704903,15 +705390,15 @@ "binop": null }, "value": "minute", - "start": 55502, - "end": 55508, + "start": 57892, + "end": 57898, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 16 }, "end": { - "line": 1211, + "line": 1253, "column": 22 } } @@ -704929,15 +705416,15 @@ "binop": null, "updateContext": null }, - "start": 55513, - "end": 55514, + "start": 57903, + "end": 57904, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 27 }, "end": { - "line": 1211, + "line": 1253, "column": 28 } } @@ -704954,15 +705441,15 @@ "postfix": false, "binop": null }, - "start": 55515, - "end": 55516, + "start": 57905, + "end": 57906, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 29 }, "end": { - "line": 1211, + "line": 1253, "column": 30 } } @@ -704981,15 +705468,15 @@ "updateContext": null }, "value": "", - "start": 55516, - "end": 55516, + "start": 57906, + "end": 57906, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 30 }, "end": { - "line": 1211, + "line": 1253, "column": 30 } } @@ -705006,15 +705493,15 @@ "postfix": false, "binop": null }, - "start": 55516, - "end": 55518, + "start": 57906, + "end": 57908, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 30 }, "end": { - "line": 1211, + "line": 1253, "column": 32 } } @@ -705032,15 +705519,15 @@ "binop": null }, "value": "_y", - "start": 55518, - "end": 55520, + "start": 57908, + "end": 57910, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 32 }, "end": { - "line": 1211, + "line": 1253, "column": 34 } } @@ -705057,15 +705544,15 @@ "postfix": false, "binop": null }, - "start": 55520, - "end": 55521, + "start": 57910, + "end": 57911, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 34 }, "end": { - "line": 1211, + "line": 1253, "column": 35 } } @@ -705084,15 +705571,15 @@ "updateContext": null }, "value": "", - "start": 55521, - "end": 55521, + "start": 57911, + "end": 57911, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 35 }, "end": { - "line": 1211, + "line": 1253, "column": 35 } } @@ -705109,15 +705596,15 @@ "postfix": false, "binop": null }, - "start": 55521, - "end": 55523, + "start": 57911, + "end": 57913, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 35 }, "end": { - "line": 1211, + "line": 1253, "column": 37 } } @@ -705135,15 +705622,15 @@ "binop": null }, "value": "_sep", - "start": 55523, - "end": 55527, + "start": 57913, + "end": 57917, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 37 }, "end": { - "line": 1211, + "line": 1253, "column": 41 } } @@ -705160,15 +705647,15 @@ "postfix": false, "binop": null }, - "start": 55527, - "end": 55528, + "start": 57917, + "end": 57918, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 41 }, "end": { - "line": 1211, + "line": 1253, "column": 42 } } @@ -705187,15 +705674,15 @@ "updateContext": null }, "value": "", - "start": 55528, - "end": 55528, + "start": 57918, + "end": 57918, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 42 }, "end": { - "line": 1211, + "line": 1253, "column": 42 } } @@ -705212,15 +705699,15 @@ "postfix": false, "binop": null }, - "start": 55528, - "end": 55530, + "start": 57918, + "end": 57920, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 42 }, "end": { - "line": 1211, + "line": 1253, "column": 44 } } @@ -705238,15 +705725,15 @@ "binop": null }, "value": "_m", - "start": 55530, - "end": 55532, + "start": 57920, + "end": 57922, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 44 }, "end": { - "line": 1211, + "line": 1253, "column": 46 } } @@ -705263,15 +705750,15 @@ "postfix": false, "binop": null }, - "start": 55532, - "end": 55533, + "start": 57922, + "end": 57923, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 46 }, "end": { - "line": 1211, + "line": 1253, "column": 47 } } @@ -705290,15 +705777,15 @@ "updateContext": null }, "value": "", - "start": 55533, - "end": 55533, + "start": 57923, + "end": 57923, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 47 }, "end": { - "line": 1211, + "line": 1253, "column": 47 } } @@ -705315,15 +705802,15 @@ "postfix": false, "binop": null }, - "start": 55533, - "end": 55535, + "start": 57923, + "end": 57925, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 47 }, "end": { - "line": 1211, + "line": 1253, "column": 49 } } @@ -705341,15 +705828,15 @@ "binop": null }, "value": "_sep", - "start": 55535, - "end": 55539, + "start": 57925, + "end": 57929, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 49 }, "end": { - "line": 1211, + "line": 1253, "column": 53 } } @@ -705366,15 +705853,15 @@ "postfix": false, "binop": null }, - "start": 55539, - "end": 55540, + "start": 57929, + "end": 57930, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 53 }, "end": { - "line": 1211, + "line": 1253, "column": 54 } } @@ -705393,15 +705880,15 @@ "updateContext": null }, "value": "", - "start": 55540, - "end": 55540, + "start": 57930, + "end": 57930, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 54 }, "end": { - "line": 1211, + "line": 1253, "column": 54 } } @@ -705418,15 +705905,15 @@ "postfix": false, "binop": null }, - "start": 55540, - "end": 55542, + "start": 57930, + "end": 57932, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 54 }, "end": { - "line": 1211, + "line": 1253, "column": 56 } } @@ -705444,15 +705931,15 @@ "binop": null }, "value": "_d", - "start": 55542, - "end": 55544, + "start": 57932, + "end": 57934, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 56 }, "end": { - "line": 1211, + "line": 1253, "column": 58 } } @@ -705469,15 +705956,15 @@ "postfix": false, "binop": null }, - "start": 55544, - "end": 55545, + "start": 57934, + "end": 57935, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 58 }, "end": { - "line": 1211, + "line": 1253, "column": 59 } } @@ -705496,15 +705983,15 @@ "updateContext": null }, "value": " ", - "start": 55545, - "end": 55546, + "start": 57935, + "end": 57936, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 59 }, "end": { - "line": 1211, + "line": 1253, "column": 60 } } @@ -705521,15 +706008,15 @@ "postfix": false, "binop": null }, - "start": 55546, - "end": 55548, + "start": 57936, + "end": 57938, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 60 }, "end": { - "line": 1211, + "line": 1253, "column": 62 } } @@ -705547,15 +706034,15 @@ "binop": null }, "value": "_h", - "start": 55548, - "end": 55550, + "start": 57938, + "end": 57940, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 62 }, "end": { - "line": 1211, + "line": 1253, "column": 64 } } @@ -705572,15 +706059,15 @@ "postfix": false, "binop": null }, - "start": 55550, - "end": 55551, + "start": 57940, + "end": 57941, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 64 }, "end": { - "line": 1211, + "line": 1253, "column": 65 } } @@ -705599,15 +706086,15 @@ "updateContext": null }, "value": ":", - "start": 55551, - "end": 55552, + "start": 57941, + "end": 57942, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 65 }, "end": { - "line": 1211, + "line": 1253, "column": 66 } } @@ -705624,15 +706111,15 @@ "postfix": false, "binop": null }, - "start": 55552, - "end": 55554, + "start": 57942, + "end": 57944, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 66 }, "end": { - "line": 1211, + "line": 1253, "column": 68 } } @@ -705650,15 +706137,15 @@ "binop": null }, "value": "_min", - "start": 55554, - "end": 55558, + "start": 57944, + "end": 57948, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 68 }, "end": { - "line": 1211, + "line": 1253, "column": 72 } } @@ -705675,15 +706162,15 @@ "postfix": false, "binop": null }, - "start": 55558, - "end": 55559, + "start": 57948, + "end": 57949, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 72 }, "end": { - "line": 1211, + "line": 1253, "column": 73 } } @@ -705702,15 +706189,15 @@ "updateContext": null }, "value": "", - "start": 55559, - "end": 55559, + "start": 57949, + "end": 57949, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 73 }, "end": { - "line": 1211, + "line": 1253, "column": 73 } } @@ -705727,15 +706214,15 @@ "postfix": false, "binop": null }, - "start": 55559, - "end": 55560, + "start": 57949, + "end": 57950, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 73 }, "end": { - "line": 1211, + "line": 1253, "column": 74 } } @@ -705753,15 +706240,15 @@ "binop": null, "updateContext": null }, - "start": 55560, - "end": 55561, + "start": 57950, + "end": 57951, "loc": { "start": { - "line": 1211, + "line": 1253, "column": 74 }, "end": { - "line": 1211, + "line": 1253, "column": 75 } } @@ -705779,15 +706266,15 @@ "binop": null }, "value": "second", - "start": 55578, - "end": 55584, + "start": 57968, + "end": 57974, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 16 }, "end": { - "line": 1212, + "line": 1254, "column": 22 } } @@ -705805,15 +706292,15 @@ "binop": null, "updateContext": null }, - "start": 55589, - "end": 55590, + "start": 57979, + "end": 57980, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 27 }, "end": { - "line": 1212, + "line": 1254, "column": 28 } } @@ -705830,15 +706317,15 @@ "postfix": false, "binop": null }, - "start": 55591, - "end": 55592, + "start": 57981, + "end": 57982, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 29 }, "end": { - "line": 1212, + "line": 1254, "column": 30 } } @@ -705857,15 +706344,15 @@ "updateContext": null }, "value": "", - "start": 55592, - "end": 55592, + "start": 57982, + "end": 57982, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 30 }, "end": { - "line": 1212, + "line": 1254, "column": 30 } } @@ -705882,15 +706369,15 @@ "postfix": false, "binop": null }, - "start": 55592, - "end": 55594, + "start": 57982, + "end": 57984, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 30 }, "end": { - "line": 1212, + "line": 1254, "column": 32 } } @@ -705908,15 +706395,15 @@ "binop": null }, "value": "_y", - "start": 55594, - "end": 55596, + "start": 57984, + "end": 57986, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 32 }, "end": { - "line": 1212, + "line": 1254, "column": 34 } } @@ -705933,15 +706420,15 @@ "postfix": false, "binop": null }, - "start": 55596, - "end": 55597, + "start": 57986, + "end": 57987, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 34 }, "end": { - "line": 1212, + "line": 1254, "column": 35 } } @@ -705960,15 +706447,15 @@ "updateContext": null }, "value": "", - "start": 55597, - "end": 55597, + "start": 57987, + "end": 57987, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 35 }, "end": { - "line": 1212, + "line": 1254, "column": 35 } } @@ -705985,15 +706472,15 @@ "postfix": false, "binop": null }, - "start": 55597, - "end": 55599, + "start": 57987, + "end": 57989, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 35 }, "end": { - "line": 1212, + "line": 1254, "column": 37 } } @@ -706011,15 +706498,15 @@ "binop": null }, "value": "_sep", - "start": 55599, - "end": 55603, + "start": 57989, + "end": 57993, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 37 }, "end": { - "line": 1212, + "line": 1254, "column": 41 } } @@ -706036,15 +706523,15 @@ "postfix": false, "binop": null }, - "start": 55603, - "end": 55604, + "start": 57993, + "end": 57994, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 41 }, "end": { - "line": 1212, + "line": 1254, "column": 42 } } @@ -706063,15 +706550,15 @@ "updateContext": null }, "value": "", - "start": 55604, - "end": 55604, + "start": 57994, + "end": 57994, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 42 }, "end": { - "line": 1212, + "line": 1254, "column": 42 } } @@ -706088,15 +706575,15 @@ "postfix": false, "binop": null }, - "start": 55604, - "end": 55606, + "start": 57994, + "end": 57996, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 42 }, "end": { - "line": 1212, + "line": 1254, "column": 44 } } @@ -706114,15 +706601,15 @@ "binop": null }, "value": "_m", - "start": 55606, - "end": 55608, + "start": 57996, + "end": 57998, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 44 }, "end": { - "line": 1212, + "line": 1254, "column": 46 } } @@ -706139,15 +706626,15 @@ "postfix": false, "binop": null }, - "start": 55608, - "end": 55609, + "start": 57998, + "end": 57999, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 46 }, "end": { - "line": 1212, + "line": 1254, "column": 47 } } @@ -706166,15 +706653,15 @@ "updateContext": null }, "value": "", - "start": 55609, - "end": 55609, + "start": 57999, + "end": 57999, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 47 }, "end": { - "line": 1212, + "line": 1254, "column": 47 } } @@ -706191,15 +706678,15 @@ "postfix": false, "binop": null }, - "start": 55609, - "end": 55611, + "start": 57999, + "end": 58001, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 47 }, "end": { - "line": 1212, + "line": 1254, "column": 49 } } @@ -706217,15 +706704,15 @@ "binop": null }, "value": "_sep", - "start": 55611, - "end": 55615, + "start": 58001, + "end": 58005, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 49 }, "end": { - "line": 1212, + "line": 1254, "column": 53 } } @@ -706242,15 +706729,15 @@ "postfix": false, "binop": null }, - "start": 55615, - "end": 55616, + "start": 58005, + "end": 58006, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 53 }, "end": { - "line": 1212, + "line": 1254, "column": 54 } } @@ -706269,15 +706756,15 @@ "updateContext": null }, "value": "", - "start": 55616, - "end": 55616, + "start": 58006, + "end": 58006, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 54 }, "end": { - "line": 1212, + "line": 1254, "column": 54 } } @@ -706294,15 +706781,15 @@ "postfix": false, "binop": null }, - "start": 55616, - "end": 55618, + "start": 58006, + "end": 58008, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 54 }, "end": { - "line": 1212, + "line": 1254, "column": 56 } } @@ -706320,15 +706807,15 @@ "binop": null }, "value": "_d", - "start": 55618, - "end": 55620, + "start": 58008, + "end": 58010, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 56 }, "end": { - "line": 1212, + "line": 1254, "column": 58 } } @@ -706345,15 +706832,15 @@ "postfix": false, "binop": null }, - "start": 55620, - "end": 55621, + "start": 58010, + "end": 58011, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 58 }, "end": { - "line": 1212, + "line": 1254, "column": 59 } } @@ -706372,15 +706859,15 @@ "updateContext": null }, "value": " ", - "start": 55621, - "end": 55622, + "start": 58011, + "end": 58012, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 59 }, "end": { - "line": 1212, + "line": 1254, "column": 60 } } @@ -706397,15 +706884,15 @@ "postfix": false, "binop": null }, - "start": 55622, - "end": 55624, + "start": 58012, + "end": 58014, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 60 }, "end": { - "line": 1212, + "line": 1254, "column": 62 } } @@ -706423,15 +706910,15 @@ "binop": null }, "value": "_h", - "start": 55624, - "end": 55626, + "start": 58014, + "end": 58016, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 62 }, "end": { - "line": 1212, + "line": 1254, "column": 64 } } @@ -706448,15 +706935,15 @@ "postfix": false, "binop": null }, - "start": 55626, - "end": 55627, + "start": 58016, + "end": 58017, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 64 }, "end": { - "line": 1212, + "line": 1254, "column": 65 } } @@ -706475,15 +706962,15 @@ "updateContext": null }, "value": ":", - "start": 55627, - "end": 55628, + "start": 58017, + "end": 58018, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 65 }, "end": { - "line": 1212, + "line": 1254, "column": 66 } } @@ -706500,15 +706987,15 @@ "postfix": false, "binop": null }, - "start": 55628, - "end": 55630, + "start": 58018, + "end": 58020, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 66 }, "end": { - "line": 1212, + "line": 1254, "column": 68 } } @@ -706526,15 +707013,15 @@ "binop": null }, "value": "_min", - "start": 55630, - "end": 55634, + "start": 58020, + "end": 58024, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 68 }, "end": { - "line": 1212, + "line": 1254, "column": 72 } } @@ -706551,15 +707038,15 @@ "postfix": false, "binop": null }, - "start": 55634, - "end": 55635, + "start": 58024, + "end": 58025, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 72 }, "end": { - "line": 1212, + "line": 1254, "column": 73 } } @@ -706578,15 +707065,15 @@ "updateContext": null }, "value": ":", - "start": 55635, - "end": 55636, + "start": 58025, + "end": 58026, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 73 }, "end": { - "line": 1212, + "line": 1254, "column": 74 } } @@ -706603,15 +707090,15 @@ "postfix": false, "binop": null }, - "start": 55636, - "end": 55638, + "start": 58026, + "end": 58028, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 74 }, "end": { - "line": 1212, + "line": 1254, "column": 76 } } @@ -706629,15 +707116,15 @@ "binop": null }, "value": "_s", - "start": 55638, - "end": 55640, + "start": 58028, + "end": 58030, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 76 }, "end": { - "line": 1212, + "line": 1254, "column": 78 } } @@ -706654,15 +707141,15 @@ "postfix": false, "binop": null }, - "start": 55640, - "end": 55641, + "start": 58030, + "end": 58031, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 78 }, "end": { - "line": 1212, + "line": 1254, "column": 79 } } @@ -706681,15 +707168,15 @@ "updateContext": null }, "value": "", - "start": 55641, - "end": 55641, + "start": 58031, + "end": 58031, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 79 }, "end": { - "line": 1212, + "line": 1254, "column": 79 } } @@ -706706,15 +707193,15 @@ "postfix": false, "binop": null }, - "start": 55641, - "end": 55642, + "start": 58031, + "end": 58032, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 79 }, "end": { - "line": 1212, + "line": 1254, "column": 80 } } @@ -706732,15 +707219,15 @@ "binop": null, "updateContext": null }, - "start": 55642, - "end": 55643, + "start": 58032, + "end": 58033, "loc": { "start": { - "line": 1212, + "line": 1254, "column": 80 }, "end": { - "line": 1212, + "line": 1254, "column": 81 } } @@ -706758,15 +707245,15 @@ "binop": null }, "value": "datetime", - "start": 55660, - "end": 55668, + "start": 58050, + "end": 58058, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 16 }, "end": { - "line": 1213, + "line": 1255, "column": 24 } } @@ -706784,15 +707271,15 @@ "binop": null, "updateContext": null }, - "start": 55671, - "end": 55672, + "start": 58061, + "end": 58062, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 27 }, "end": { - "line": 1213, + "line": 1255, "column": 28 } } @@ -706810,15 +707297,15 @@ "binop": null }, "value": "_tmp", - "start": 55673, - "end": 55677, + "start": 58063, + "end": 58067, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 29 }, "end": { - "line": 1213, + "line": 1255, "column": 33 } } @@ -706836,15 +707323,15 @@ "binop": null, "updateContext": null }, - "start": 55677, - "end": 55678, + "start": 58067, + "end": 58068, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 33 }, "end": { - "line": 1213, + "line": 1255, "column": 34 } } @@ -706862,15 +707349,15 @@ "binop": null }, "value": "toString", - "start": 55678, - "end": 55686, + "start": 58068, + "end": 58076, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 34 }, "end": { - "line": 1213, + "line": 1255, "column": 42 } } @@ -706887,15 +707374,15 @@ "postfix": false, "binop": null }, - "start": 55686, - "end": 55687, + "start": 58076, + "end": 58077, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 42 }, "end": { - "line": 1213, + "line": 1255, "column": 43 } } @@ -706912,15 +707399,15 @@ "postfix": false, "binop": null }, - "start": 55687, - "end": 55688, + "start": 58077, + "end": 58078, "loc": { "start": { - "line": 1213, + "line": 1255, "column": 43 }, "end": { - "line": 1213, + "line": 1255, "column": 44 } } @@ -706937,15 +707424,15 @@ "postfix": false, "binop": null }, - "start": 55701, - "end": 55702, + "start": 58091, + "end": 58092, "loc": { "start": { - "line": 1214, + "line": 1256, "column": 12 }, "end": { - "line": 1214, + "line": 1256, "column": 13 } } @@ -706962,15 +707449,15 @@ "postfix": false, "binop": null }, - "start": 55702, - "end": 55703, + "start": 58092, + "end": 58093, "loc": { "start": { - "line": 1214, + "line": 1256, "column": 13 }, "end": { - "line": 1214, + "line": 1256, "column": 14 } } @@ -706987,15 +707474,15 @@ "postfix": false, "binop": null }, - "start": 55712, - "end": 55713, + "start": 58102, + "end": 58103, "loc": { "start": { - "line": 1215, + "line": 1257, "column": 8 }, "end": { - "line": 1215, + "line": 1257, "column": 9 } } @@ -707013,15 +707500,15 @@ "binop": null }, "value": "_scopes", - "start": 55722, - "end": 55729, + "start": 58112, + "end": 58119, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 8 }, "end": { - "line": 1216, + "line": 1258, "column": 15 } } @@ -707039,15 +707526,15 @@ "binop": null, "updateContext": null }, - "start": 55729, - "end": 55730, + "start": 58119, + "end": 58120, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 15 }, "end": { - "line": 1216, + "line": 1258, "column": 16 } } @@ -707065,15 +707552,15 @@ "binop": null }, "value": "forEach", - "start": 55730, - "end": 55737, + "start": 58120, + "end": 58127, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 16 }, "end": { - "line": 1216, + "line": 1258, "column": 23 } } @@ -707090,15 +707577,15 @@ "postfix": false, "binop": null }, - "start": 55737, - "end": 55738, + "start": 58127, + "end": 58128, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 23 }, "end": { - "line": 1216, + "line": 1258, "column": 24 } } @@ -707115,15 +707602,15 @@ "postfix": false, "binop": null }, - "start": 55739, - "end": 55740, + "start": 58129, + "end": 58130, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 25 }, "end": { - "line": 1216, + "line": 1258, "column": 26 } } @@ -707141,15 +707628,15 @@ "binop": null }, "value": "_scope", - "start": 55741, - "end": 55747, + "start": 58131, + "end": 58137, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 27 }, "end": { - "line": 1216, + "line": 1258, "column": 33 } } @@ -707166,15 +707653,15 @@ "postfix": false, "binop": null }, - "start": 55748, - "end": 55749, + "start": 58138, + "end": 58139, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 34 }, "end": { - "line": 1216, + "line": 1258, "column": 35 } } @@ -707192,15 +707679,15 @@ "binop": null, "updateContext": null }, - "start": 55750, - "end": 55752, + "start": 58140, + "end": 58142, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 36 }, "end": { - "line": 1216, + "line": 1258, "column": 38 } } @@ -707217,15 +707704,15 @@ "postfix": false, "binop": null }, - "start": 55753, - "end": 55754, + "start": 58143, + "end": 58144, "loc": { "start": { - "line": 1216, + "line": 1258, "column": 39 }, "end": { - "line": 1216, + "line": 1258, "column": 40 } } @@ -707233,15 +707720,15 @@ { "type": "CommentLine", "value": "console.log( _scope[target_scale], idx );", - "start": 55755, - "end": 55798, + "start": 58145, + "end": 58188, "loc": { "start": { - "line": 1217, + "line": 1259, "column": 0 }, "end": { - "line": 1217, + "line": 1259, "column": 43 } } @@ -707261,15 +707748,15 @@ "updateContext": null }, "value": "if", - "start": 55811, - "end": 55813, + "start": 58201, + "end": 58203, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 12 }, "end": { - "line": 1218, + "line": 1260, "column": 14 } } @@ -707286,15 +707773,15 @@ "postfix": false, "binop": null }, - "start": 55814, - "end": 55815, + "start": 58204, + "end": 58205, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 15 }, "end": { - "line": 1218, + "line": 1260, "column": 16 } } @@ -707313,15 +707800,15 @@ "updateContext": null }, "value": "!", - "start": 55816, - "end": 55817, + "start": 58206, + "end": 58207, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 17 }, "end": { - "line": 1218, + "line": 1260, "column": 18 } } @@ -707339,15 +707826,15 @@ "binop": null }, "value": "_scale_grids", - "start": 55818, - "end": 55830, + "start": 58208, + "end": 58220, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 19 }, "end": { - "line": 1218, + "line": 1260, "column": 31 } } @@ -707365,15 +707852,15 @@ "binop": null, "updateContext": null }, - "start": 55830, - "end": 55831, + "start": 58220, + "end": 58221, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 31 }, "end": { - "line": 1218, + "line": 1260, "column": 32 } } @@ -707391,15 +707878,15 @@ "binop": null }, "value": "_scope", - "start": 55831, - "end": 55837, + "start": 58221, + "end": 58227, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 32 }, "end": { - "line": 1218, + "line": 1260, "column": 38 } } @@ -707417,15 +707904,15 @@ "binop": null, "updateContext": null }, - "start": 55837, - "end": 55838, + "start": 58227, + "end": 58228, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 38 }, "end": { - "line": 1218, + "line": 1260, "column": 39 } } @@ -707443,15 +707930,15 @@ "binop": null }, "value": "target_scale", - "start": 55838, - "end": 55850, + "start": 58228, + "end": 58240, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 39 }, "end": { - "line": 1218, + "line": 1260, "column": 51 } } @@ -707469,15 +707956,15 @@ "binop": null, "updateContext": null }, - "start": 55850, - "end": 55851, + "start": 58240, + "end": 58241, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 51 }, "end": { - "line": 1218, + "line": 1260, "column": 52 } } @@ -707495,15 +707982,15 @@ "binop": null, "updateContext": null }, - "start": 55851, - "end": 55852, + "start": 58241, + "end": 58242, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 52 }, "end": { - "line": 1218, + "line": 1260, "column": 53 } } @@ -707520,15 +708007,15 @@ "postfix": false, "binop": null }, - "start": 55853, - "end": 55854, + "start": 58243, + "end": 58244, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 54 }, "end": { - "line": 1218, + "line": 1260, "column": 55 } } @@ -707545,15 +708032,15 @@ "postfix": false, "binop": null }, - "start": 55855, - "end": 55856, + "start": 58245, + "end": 58246, "loc": { "start": { - "line": 1218, + "line": 1260, "column": 56 }, "end": { - "line": 1218, + "line": 1260, "column": 57 } } @@ -707571,15 +708058,15 @@ "binop": null }, "value": "_scale_grids", - "start": 55873, - "end": 55885, + "start": 58263, + "end": 58275, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 16 }, "end": { - "line": 1219, + "line": 1261, "column": 28 } } @@ -707597,15 +708084,15 @@ "binop": null, "updateContext": null }, - "start": 55885, - "end": 55886, + "start": 58275, + "end": 58276, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 28 }, "end": { - "line": 1219, + "line": 1261, "column": 29 } } @@ -707623,15 +708110,15 @@ "binop": null }, "value": "_scope", - "start": 55886, - "end": 55892, + "start": 58276, + "end": 58282, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 29 }, "end": { - "line": 1219, + "line": 1261, "column": 35 } } @@ -707649,15 +708136,15 @@ "binop": null, "updateContext": null }, - "start": 55892, - "end": 55893, + "start": 58282, + "end": 58283, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 35 }, "end": { - "line": 1219, + "line": 1261, "column": 36 } } @@ -707675,15 +708162,15 @@ "binop": null }, "value": "target_scale", - "start": 55893, - "end": 55905, + "start": 58283, + "end": 58295, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 36 }, "end": { - "line": 1219, + "line": 1261, "column": 48 } } @@ -707701,15 +708188,15 @@ "binop": null, "updateContext": null }, - "start": 55905, - "end": 55906, + "start": 58295, + "end": 58296, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 48 }, "end": { - "line": 1219, + "line": 1261, "column": 49 } } @@ -707727,15 +708214,15 @@ "binop": null, "updateContext": null }, - "start": 55906, - "end": 55907, + "start": 58296, + "end": 58297, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 49 }, "end": { - "line": 1219, + "line": 1261, "column": 50 } } @@ -707754,15 +708241,15 @@ "updateContext": null }, "value": "=", - "start": 55908, - "end": 55909, + "start": 58298, + "end": 58299, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 51 }, "end": { - "line": 1219, + "line": 1261, "column": 52 } } @@ -707781,15 +708268,15 @@ "updateContext": null }, "value": 1, - "start": 55910, - "end": 55911, + "start": 58300, + "end": 58301, "loc": { "start": { - "line": 1219, + "line": 1261, "column": 53 }, "end": { - "line": 1219, + "line": 1261, "column": 54 } } @@ -707806,15 +708293,15 @@ "postfix": false, "binop": null }, - "start": 55924, - "end": 55925, + "start": 58314, + "end": 58315, "loc": { "start": { - "line": 1220, + "line": 1262, "column": 12 }, "end": { - "line": 1220, + "line": 1262, "column": 13 } } @@ -707834,15 +708321,15 @@ "updateContext": null }, "value": "else", - "start": 55926, - "end": 55930, + "start": 58316, + "end": 58320, "loc": { "start": { - "line": 1220, + "line": 1262, "column": 14 }, "end": { - "line": 1220, + "line": 1262, "column": 18 } } @@ -707859,15 +708346,15 @@ "postfix": false, "binop": null }, - "start": 55931, - "end": 55932, + "start": 58321, + "end": 58322, "loc": { "start": { - "line": 1220, + "line": 1262, "column": 19 }, "end": { - "line": 1220, + "line": 1262, "column": 20 } } @@ -707885,15 +708372,15 @@ "binop": null }, "value": "_scale_grids", - "start": 55949, - "end": 55961, + "start": 58339, + "end": 58351, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 16 }, "end": { - "line": 1221, + "line": 1263, "column": 28 } } @@ -707911,15 +708398,15 @@ "binop": null, "updateContext": null }, - "start": 55961, - "end": 55962, + "start": 58351, + "end": 58352, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 28 }, "end": { - "line": 1221, + "line": 1263, "column": 29 } } @@ -707937,15 +708424,15 @@ "binop": null }, "value": "_scope", - "start": 55962, - "end": 55968, + "start": 58352, + "end": 58358, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 29 }, "end": { - "line": 1221, + "line": 1263, "column": 35 } } @@ -707963,15 +708450,15 @@ "binop": null, "updateContext": null }, - "start": 55968, - "end": 55969, + "start": 58358, + "end": 58359, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 35 }, "end": { - "line": 1221, + "line": 1263, "column": 36 } } @@ -707989,15 +708476,15 @@ "binop": null }, "value": "target_scale", - "start": 55969, - "end": 55981, + "start": 58359, + "end": 58371, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 36 }, "end": { - "line": 1221, + "line": 1263, "column": 48 } } @@ -708015,15 +708502,15 @@ "binop": null, "updateContext": null }, - "start": 55981, - "end": 55982, + "start": 58371, + "end": 58372, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 48 }, "end": { - "line": 1221, + "line": 1263, "column": 49 } } @@ -708041,15 +708528,15 @@ "binop": null, "updateContext": null }, - "start": 55982, - "end": 55983, + "start": 58372, + "end": 58373, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 49 }, "end": { - "line": 1221, + "line": 1263, "column": 50 } } @@ -708067,15 +708554,15 @@ "binop": null }, "value": "++", - "start": 55983, - "end": 55985, + "start": 58373, + "end": 58375, "loc": { "start": { - "line": 1221, + "line": 1263, "column": 50 }, "end": { - "line": 1221, + "line": 1263, "column": 52 } } @@ -708092,15 +708579,15 @@ "postfix": false, "binop": null }, - "start": 55998, - "end": 55999, + "start": 58388, + "end": 58389, "loc": { "start": { - "line": 1222, + "line": 1264, "column": 12 }, "end": { - "line": 1222, + "line": 1264, "column": 13 } } @@ -708117,15 +708604,15 @@ "postfix": false, "binop": null }, - "start": 56008, - "end": 56009, + "start": 58398, + "end": 58399, "loc": { "start": { - "line": 1223, + "line": 1265, "column": 8 }, "end": { - "line": 1223, + "line": 1265, "column": 9 } } @@ -708142,15 +708629,15 @@ "postfix": false, "binop": null }, - "start": 56009, - "end": 56010, + "start": 58399, + "end": 58400, "loc": { "start": { - "line": 1223, + "line": 1265, "column": 9 }, "end": { - "line": 1223, + "line": 1265, "column": 10 } } @@ -708158,15 +708645,15 @@ { "type": "CommentLine", "value": "console.log( '!_getGridsPerScale:', target_scale, _scale_grids )", - "start": 56011, - "end": 56077, + "start": 58401, + "end": 58467, "loc": { "start": { - "line": 1224, + "line": 1266, "column": 0 }, "end": { - "line": 1224, + "line": 1266, "column": 66 } } @@ -708186,15 +708673,15 @@ "updateContext": null }, "value": "return", - "start": 56095, - "end": 56101, + "start": 58485, + "end": 58491, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 8 }, "end": { - "line": 1226, + "line": 1268, "column": 14 } } @@ -708214,15 +708701,15 @@ "updateContext": null }, "value": "this", - "start": 56102, - "end": 56106, + "start": 58492, + "end": 58496, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 15 }, "end": { - "line": 1226, + "line": 1268, "column": 19 } } @@ -708240,15 +708727,15 @@ "binop": null, "updateContext": null }, - "start": 56106, - "end": 56107, + "start": 58496, + "end": 58497, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 19 }, "end": { - "line": 1226, + "line": 1268, "column": 20 } } @@ -708266,15 +708753,15 @@ "binop": null }, "value": "toIterableObject", - "start": 56107, - "end": 56123, + "start": 58497, + "end": 58513, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 20 }, "end": { - "line": 1226, + "line": 1268, "column": 36 } } @@ -708291,15 +708778,15 @@ "postfix": false, "binop": null }, - "start": 56123, - "end": 56124, + "start": 58513, + "end": 58514, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 36 }, "end": { - "line": 1226, + "line": 1268, "column": 37 } } @@ -708317,15 +708804,15 @@ "binop": null }, "value": "_scale_grids", - "start": 56125, - "end": 56137, + "start": 58515, + "end": 58527, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 38 }, "end": { - "line": 1226, + "line": 1268, "column": 50 } } @@ -708342,15 +708829,15 @@ "postfix": false, "binop": null }, - "start": 56138, - "end": 56139, + "start": 58528, + "end": 58529, "loc": { "start": { - "line": 1226, + "line": 1268, "column": 51 }, "end": { - "line": 1226, + "line": 1268, "column": 52 } } @@ -708367,15 +708854,15 @@ "postfix": false, "binop": null }, - "start": 56144, - "end": 56145, + "start": 58534, + "end": 58535, "loc": { "start": { - "line": 1227, + "line": 1269, "column": 4 }, "end": { - "line": 1227, + "line": 1269, "column": 5 } } @@ -708383,15 +708870,15 @@ { "type": "CommentBlock", "value": "*\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n ", - "start": 56155, - "end": 56392, + "start": 58545, + "end": 58782, "loc": { "start": { - "line": 1229, + "line": 1271, "column": 4 }, "end": { - "line": 1236, + "line": 1278, "column": 7 } } @@ -708409,15 +708896,15 @@ "binop": null }, "value": "_createRulerContent", - "start": 56397, - "end": 56416, + "start": 58787, + "end": 58806, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 4 }, "end": { - "line": 1237, + "line": 1279, "column": 23 } } @@ -708434,15 +708921,15 @@ "postfix": false, "binop": null }, - "start": 56416, - "end": 56417, + "start": 58806, + "end": 58807, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 23 }, "end": { - "line": 1237, + "line": 1279, "column": 24 } } @@ -708460,15 +708947,15 @@ "binop": null }, "value": "_line_grids", - "start": 56418, - "end": 56429, + "start": 58808, + "end": 58819, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 25 }, "end": { - "line": 1237, + "line": 1279, "column": 36 } } @@ -708486,15 +708973,15 @@ "binop": null, "updateContext": null }, - "start": 56429, - "end": 56430, + "start": 58819, + "end": 58820, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 36 }, "end": { - "line": 1237, + "line": 1279, "column": 37 } } @@ -708512,15 +708999,15 @@ "binop": null }, "value": "line_scale", - "start": 56431, - "end": 56441, + "start": 58821, + "end": 58831, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 38 }, "end": { - "line": 1237, + "line": 1279, "column": 48 } } @@ -708538,15 +709025,15 @@ "binop": null, "updateContext": null }, - "start": 56441, - "end": 56442, + "start": 58831, + "end": 58832, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 48 }, "end": { - "line": 1237, + "line": 1279, "column": 49 } } @@ -708564,15 +709051,15 @@ "binop": null }, "value": "ruler", - "start": 56443, - "end": 56448, + "start": 58833, + "end": 58838, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 50 }, "end": { - "line": 1237, + "line": 1279, "column": 55 } } @@ -708589,15 +709076,15 @@ "postfix": false, "binop": null }, - "start": 56449, - "end": 56450, + "start": 58839, + "end": 58840, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 56 }, "end": { - "line": 1237, + "line": 1279, "column": 57 } } @@ -708614,15 +709101,15 @@ "postfix": false, "binop": null }, - "start": 56451, - "end": 56452, + "start": 58841, + "end": 58842, "loc": { "start": { - "line": 1237, + "line": 1279, "column": 58 }, "end": { - "line": 1237, + "line": 1279, "column": 59 } } @@ -708642,15 +709129,15 @@ "updateContext": null }, "value": "let", - "start": 56461, - "end": 56464, + "start": 58851, + "end": 58854, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 8 }, "end": { - "line": 1238, + "line": 1280, "column": 11 } } @@ -708668,15 +709155,15 @@ "binop": null }, "value": "_opts", - "start": 56465, - "end": 56470, + "start": 58855, + "end": 58860, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 12 }, "end": { - "line": 1238, + "line": 1280, "column": 17 } } @@ -708695,15 +709182,15 @@ "updateContext": null }, "value": "=", - "start": 56478, - "end": 56479, + "start": 58868, + "end": 58869, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 25 }, "end": { - "line": 1238, + "line": 1280, "column": 26 } } @@ -708723,15 +709210,15 @@ "updateContext": null }, "value": "this", - "start": 56480, - "end": 56484, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 27 }, "end": { - "line": 1238, + "line": 1280, "column": 31 } } @@ -708749,15 +709236,15 @@ "binop": null, "updateContext": null }, - "start": 56484, - "end": 56485, + "start": 58874, + "end": 58875, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 31 }, "end": { - "line": 1238, + "line": 1280, "column": 32 } } @@ -708775,15 +709262,15 @@ "binop": null }, "value": "_config", - "start": 56485, - "end": 56492, + "start": 58875, + "end": 58882, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 32 }, "end": { - "line": 1238, + "line": 1280, "column": 39 } } @@ -708801,15 +709288,15 @@ "binop": null, "updateContext": null }, - "start": 56492, - "end": 56493, + "start": 58882, + "end": 58883, "loc": { "start": { - "line": 1238, + "line": 1280, "column": 39 }, "end": { - "line": 1238, + "line": 1280, "column": 40 } } @@ -708827,15 +709314,15 @@ "binop": null }, "value": "_props", - "start": 56506, - "end": 56512, + "start": 58896, + "end": 58902, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 12 }, "end": { - "line": 1239, + "line": 1281, "column": 18 } } @@ -708854,15 +709341,15 @@ "updateContext": null }, "value": "=", - "start": 56519, - "end": 56520, + "start": 58909, + "end": 58910, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 25 }, "end": { - "line": 1239, + "line": 1281, "column": 26 } } @@ -708882,15 +709369,15 @@ "updateContext": null }, "value": "this", - "start": 56521, - "end": 56525, + "start": 58911, + "end": 58915, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 27 }, "end": { - "line": 1239, + "line": 1281, "column": 31 } } @@ -708908,15 +709395,15 @@ "binop": null, "updateContext": null }, - "start": 56525, - "end": 56526, + "start": 58915, + "end": 58916, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 31 }, "end": { - "line": 1239, + "line": 1281, "column": 32 } } @@ -708934,15 +709421,15 @@ "binop": null }, "value": "_instanceProps", - "start": 56526, - "end": 56540, + "start": 58916, + "end": 58930, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 32 }, "end": { - "line": 1239, + "line": 1281, "column": 46 } } @@ -708960,15 +709447,15 @@ "binop": null, "updateContext": null }, - "start": 56540, - "end": 56541, + "start": 58930, + "end": 58931, "loc": { "start": { - "line": 1239, + "line": 1281, "column": 46 }, "end": { - "line": 1239, + "line": 1281, "column": 47 } } @@ -708986,15 +709473,15 @@ "binop": null }, "value": "line_height", - "start": 56554, - "end": 56565, + "start": 58944, + "end": 58955, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 12 }, "end": { - "line": 1240, + "line": 1282, "column": 23 } } @@ -709013,15 +709500,15 @@ "updateContext": null }, "value": "=", - "start": 56567, - "end": 56568, + "start": 58957, + "end": 58958, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 25 }, "end": { - "line": 1240, + "line": 1282, "column": 26 } } @@ -709041,15 +709528,15 @@ "updateContext": null }, "value": "this", - "start": 56569, - "end": 56573, + "start": 58959, + "end": 58963, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 27 }, "end": { - "line": 1240, + "line": 1282, "column": 31 } } @@ -709067,15 +709554,15 @@ "binop": null, "updateContext": null }, - "start": 56573, - "end": 56574, + "start": 58963, + "end": 58964, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 31 }, "end": { - "line": 1240, + "line": 1282, "column": 32 } } @@ -709093,15 +709580,15 @@ "binop": null }, "value": "supplement", - "start": 56574, - "end": 56584, + "start": 58964, + "end": 58974, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 32 }, "end": { - "line": 1240, + "line": 1282, "column": 42 } } @@ -709118,15 +709605,15 @@ "postfix": false, "binop": null }, - "start": 56584, - "end": 56585, + "start": 58974, + "end": 58975, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 42 }, "end": { - "line": 1240, + "line": 1282, "column": 43 } } @@ -709144,15 +709631,15 @@ "binop": null }, "value": "Default", - "start": 56586, - "end": 56593, + "start": 58976, + "end": 58983, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 44 }, "end": { - "line": 1240, + "line": 1282, "column": 51 } } @@ -709170,15 +709657,15 @@ "binop": null, "updateContext": null }, - "start": 56593, - "end": 56594, + "start": 58983, + "end": 58984, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 51 }, "end": { - "line": 1240, + "line": 1282, "column": 52 } } @@ -709196,15 +709683,15 @@ "binop": null }, "value": "ruler", - "start": 56594, - "end": 56599, + "start": 58984, + "end": 58989, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 52 }, "end": { - "line": 1240, + "line": 1282, "column": 57 } } @@ -709222,15 +709709,15 @@ "binop": null, "updateContext": null }, - "start": 56599, - "end": 56600, + "start": 58989, + "end": 58990, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 57 }, "end": { - "line": 1240, + "line": 1282, "column": 58 } } @@ -709248,15 +709735,15 @@ "binop": null }, "value": "top", - "start": 56600, - "end": 56603, + "start": 58990, + "end": 58993, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 58 }, "end": { - "line": 1240, + "line": 1282, "column": 61 } } @@ -709274,15 +709761,15 @@ "binop": null, "updateContext": null }, - "start": 56603, - "end": 56604, + "start": 58993, + "end": 58994, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 61 }, "end": { - "line": 1240, + "line": 1282, "column": 62 } } @@ -709300,15 +709787,15 @@ "binop": null }, "value": "height", - "start": 56604, - "end": 56610, + "start": 58994, + "end": 59000, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 62 }, "end": { - "line": 1240, + "line": 1282, "column": 68 } } @@ -709326,15 +709813,15 @@ "binop": null, "updateContext": null }, - "start": 56610, - "end": 56611, + "start": 59000, + "end": 59001, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 68 }, "end": { - "line": 1240, + "line": 1282, "column": 69 } } @@ -709352,15 +709839,15 @@ "binop": null }, "value": "ruler", - "start": 56612, - "end": 56617, + "start": 59002, + "end": 59007, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 70 }, "end": { - "line": 1240, + "line": 1282, "column": 75 } } @@ -709378,15 +709865,15 @@ "binop": null, "updateContext": null }, - "start": 56617, - "end": 56618, + "start": 59007, + "end": 59008, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 75 }, "end": { - "line": 1240, + "line": 1282, "column": 76 } } @@ -709404,15 +709891,15 @@ "binop": null }, "value": "height", - "start": 56618, - "end": 56624, + "start": 59008, + "end": 59014, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 76 }, "end": { - "line": 1240, + "line": 1282, "column": 82 } } @@ -709429,15 +709916,15 @@ "postfix": false, "binop": null }, - "start": 56625, - "end": 56626, + "start": 59015, + "end": 59016, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 83 }, "end": { - "line": 1240, + "line": 1282, "column": 84 } } @@ -709455,15 +709942,15 @@ "binop": null, "updateContext": null }, - "start": 56626, - "end": 56627, + "start": 59016, + "end": 59017, "loc": { "start": { - "line": 1240, + "line": 1282, "column": 84 }, "end": { - "line": 1240, + "line": 1282, "column": 85 } } @@ -709481,15 +709968,15 @@ "binop": null }, "value": "font_size", - "start": 56640, - "end": 56649, + "start": 59030, + "end": 59039, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 12 }, "end": { - "line": 1241, + "line": 1283, "column": 21 } } @@ -709508,15 +709995,15 @@ "updateContext": null }, "value": "=", - "start": 56653, - "end": 56654, + "start": 59043, + "end": 59044, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 25 }, "end": { - "line": 1241, + "line": 1283, "column": 26 } } @@ -709536,15 +710023,15 @@ "updateContext": null }, "value": "this", - "start": 56655, - "end": 56659, + "start": 59045, + "end": 59049, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 27 }, "end": { - "line": 1241, + "line": 1283, "column": 31 } } @@ -709562,15 +710049,15 @@ "binop": null, "updateContext": null }, - "start": 56659, - "end": 56660, + "start": 59049, + "end": 59050, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 31 }, "end": { - "line": 1241, + "line": 1283, "column": 32 } } @@ -709588,15 +710075,15 @@ "binop": null }, "value": "supplement", - "start": 56660, - "end": 56670, + "start": 59050, + "end": 59060, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 32 }, "end": { - "line": 1241, + "line": 1283, "column": 42 } } @@ -709613,15 +710100,15 @@ "postfix": false, "binop": null }, - "start": 56670, - "end": 56671, + "start": 59060, + "end": 59061, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 42 }, "end": { - "line": 1241, + "line": 1283, "column": 43 } } @@ -709639,15 +710126,15 @@ "binop": null }, "value": "Default", - "start": 56672, - "end": 56679, + "start": 59062, + "end": 59069, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 44 }, "end": { - "line": 1241, + "line": 1283, "column": 51 } } @@ -709665,15 +710152,15 @@ "binop": null, "updateContext": null }, - "start": 56679, - "end": 56680, + "start": 59069, + "end": 59070, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 51 }, "end": { - "line": 1241, + "line": 1283, "column": 52 } } @@ -709691,15 +710178,15 @@ "binop": null }, "value": "ruler", - "start": 56680, - "end": 56685, + "start": 59070, + "end": 59075, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 52 }, "end": { - "line": 1241, + "line": 1283, "column": 57 } } @@ -709717,15 +710204,15 @@ "binop": null, "updateContext": null }, - "start": 56685, - "end": 56686, + "start": 59075, + "end": 59076, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 57 }, "end": { - "line": 1241, + "line": 1283, "column": 58 } } @@ -709743,15 +710230,15 @@ "binop": null }, "value": "top", - "start": 56686, - "end": 56689, + "start": 59076, + "end": 59079, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 58 }, "end": { - "line": 1241, + "line": 1283, "column": 61 } } @@ -709769,15 +710256,15 @@ "binop": null, "updateContext": null }, - "start": 56689, - "end": 56690, + "start": 59079, + "end": 59080, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 61 }, "end": { - "line": 1241, + "line": 1283, "column": 62 } } @@ -709795,15 +710282,15 @@ "binop": null }, "value": "fontSize", - "start": 56690, - "end": 56698, + "start": 59080, + "end": 59088, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 62 }, "end": { - "line": 1241, + "line": 1283, "column": 70 } } @@ -709821,15 +710308,15 @@ "binop": null, "updateContext": null }, - "start": 56698, - "end": 56699, + "start": 59088, + "end": 59089, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 70 }, "end": { - "line": 1241, + "line": 1283, "column": 71 } } @@ -709847,15 +710334,15 @@ "binop": null }, "value": "ruler", - "start": 56700, - "end": 56705, + "start": 59090, + "end": 59095, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 72 }, "end": { - "line": 1241, + "line": 1283, "column": 77 } } @@ -709873,15 +710360,15 @@ "binop": null, "updateContext": null }, - "start": 56705, - "end": 56706, + "start": 59095, + "end": 59096, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 77 }, "end": { - "line": 1241, + "line": 1283, "column": 78 } } @@ -709899,15 +710386,15 @@ "binop": null }, "value": "fontSize", - "start": 56706, - "end": 56714, + "start": 59096, + "end": 59104, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 78 }, "end": { - "line": 1241, + "line": 1283, "column": 86 } } @@ -709924,15 +710411,15 @@ "postfix": false, "binop": null }, - "start": 56715, - "end": 56716, + "start": 59105, + "end": 59106, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 87 }, "end": { - "line": 1241, + "line": 1283, "column": 88 } } @@ -709950,15 +710437,15 @@ "binop": null, "updateContext": null }, - "start": 56716, - "end": 56717, + "start": 59106, + "end": 59107, "loc": { "start": { - "line": 1241, + "line": 1283, "column": 88 }, "end": { - "line": 1241, + "line": 1283, "column": 89 } } @@ -709976,15 +710463,15 @@ "binop": null }, "value": "text_color", - "start": 56730, - "end": 56740, + "start": 59120, + "end": 59130, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 12 }, "end": { - "line": 1242, + "line": 1284, "column": 22 } } @@ -710003,15 +710490,15 @@ "updateContext": null }, "value": "=", - "start": 56743, - "end": 56744, + "start": 59133, + "end": 59134, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 25 }, "end": { - "line": 1242, + "line": 1284, "column": 26 } } @@ -710031,15 +710518,15 @@ "updateContext": null }, "value": "this", - "start": 56745, - "end": 56749, + "start": 59135, + "end": 59139, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 27 }, "end": { - "line": 1242, + "line": 1284, "column": 31 } } @@ -710057,15 +710544,15 @@ "binop": null, "updateContext": null }, - "start": 56749, - "end": 56750, + "start": 59139, + "end": 59140, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 31 }, "end": { - "line": 1242, + "line": 1284, "column": 32 } } @@ -710083,15 +710570,15 @@ "binop": null }, "value": "supplement", - "start": 56750, - "end": 56760, + "start": 59140, + "end": 59150, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 32 }, "end": { - "line": 1242, + "line": 1284, "column": 42 } } @@ -710108,15 +710595,15 @@ "postfix": false, "binop": null }, - "start": 56760, - "end": 56761, + "start": 59150, + "end": 59151, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 42 }, "end": { - "line": 1242, + "line": 1284, "column": 43 } } @@ -710134,15 +710621,15 @@ "binop": null }, "value": "Default", - "start": 56762, - "end": 56769, + "start": 59152, + "end": 59159, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 44 }, "end": { - "line": 1242, + "line": 1284, "column": 51 } } @@ -710160,15 +710647,15 @@ "binop": null, "updateContext": null }, - "start": 56769, - "end": 56770, + "start": 59159, + "end": 59160, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 51 }, "end": { - "line": 1242, + "line": 1284, "column": 52 } } @@ -710186,15 +710673,15 @@ "binop": null }, "value": "ruler", - "start": 56770, - "end": 56775, + "start": 59160, + "end": 59165, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 52 }, "end": { - "line": 1242, + "line": 1284, "column": 57 } } @@ -710212,15 +710699,15 @@ "binop": null, "updateContext": null }, - "start": 56775, - "end": 56776, + "start": 59165, + "end": 59166, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 57 }, "end": { - "line": 1242, + "line": 1284, "column": 58 } } @@ -710238,15 +710725,15 @@ "binop": null }, "value": "top", - "start": 56776, - "end": 56779, + "start": 59166, + "end": 59169, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 58 }, "end": { - "line": 1242, + "line": 1284, "column": 61 } } @@ -710264,15 +710751,15 @@ "binop": null, "updateContext": null }, - "start": 56779, - "end": 56780, + "start": 59169, + "end": 59170, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 61 }, "end": { - "line": 1242, + "line": 1284, "column": 62 } } @@ -710290,15 +710777,15 @@ "binop": null }, "value": "color", - "start": 56780, - "end": 56785, + "start": 59170, + "end": 59175, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 62 }, "end": { - "line": 1242, + "line": 1284, "column": 67 } } @@ -710316,15 +710803,15 @@ "binop": null, "updateContext": null }, - "start": 56785, - "end": 56786, + "start": 59175, + "end": 59176, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 67 }, "end": { - "line": 1242, + "line": 1284, "column": 68 } } @@ -710342,15 +710829,15 @@ "binop": null }, "value": "ruler", - "start": 56787, - "end": 56792, + "start": 59177, + "end": 59182, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 69 }, "end": { - "line": 1242, + "line": 1284, "column": 74 } } @@ -710368,15 +710855,15 @@ "binop": null, "updateContext": null }, - "start": 56792, - "end": 56793, + "start": 59182, + "end": 59183, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 74 }, "end": { - "line": 1242, + "line": 1284, "column": 75 } } @@ -710394,15 +710881,15 @@ "binop": null }, "value": "color", - "start": 56793, - "end": 56798, + "start": 59183, + "end": 59188, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 75 }, "end": { - "line": 1242, + "line": 1284, "column": 80 } } @@ -710419,15 +710906,15 @@ "postfix": false, "binop": null }, - "start": 56799, - "end": 56800, + "start": 59189, + "end": 59190, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 81 }, "end": { - "line": 1242, + "line": 1284, "column": 82 } } @@ -710445,15 +710932,15 @@ "binop": null, "updateContext": null }, - "start": 56800, - "end": 56801, + "start": 59190, + "end": 59191, "loc": { "start": { - "line": 1242, + "line": 1284, "column": 82 }, "end": { - "line": 1242, + "line": 1284, "column": 83 } } @@ -710471,15 +710958,15 @@ "binop": null }, "value": "locale", - "start": 56814, - "end": 56820, + "start": 59204, + "end": 59210, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 12 }, "end": { - "line": 1243, + "line": 1285, "column": 18 } } @@ -710498,15 +710985,15 @@ "updateContext": null }, "value": "=", - "start": 56827, - "end": 56828, + "start": 59217, + "end": 59218, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 25 }, "end": { - "line": 1243, + "line": 1285, "column": 26 } } @@ -710526,15 +711013,15 @@ "updateContext": null }, "value": "this", - "start": 56829, - "end": 56833, + "start": 59219, + "end": 59223, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 27 }, "end": { - "line": 1243, + "line": 1285, "column": 31 } } @@ -710552,15 +711039,15 @@ "binop": null, "updateContext": null }, - "start": 56833, - "end": 56834, + "start": 59223, + "end": 59224, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 31 }, "end": { - "line": 1243, + "line": 1285, "column": 32 } } @@ -710578,15 +711065,15 @@ "binop": null }, "value": "supplement", - "start": 56834, - "end": 56844, + "start": 59224, + "end": 59234, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 32 }, "end": { - "line": 1243, + "line": 1285, "column": 42 } } @@ -710603,15 +711090,15 @@ "postfix": false, "binop": null }, - "start": 56844, - "end": 56845, + "start": 59234, + "end": 59235, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 42 }, "end": { - "line": 1243, + "line": 1285, "column": 43 } } @@ -710629,15 +711116,15 @@ "binop": null }, "value": "Default", - "start": 56846, - "end": 56853, + "start": 59236, + "end": 59243, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 44 }, "end": { - "line": 1243, + "line": 1285, "column": 51 } } @@ -710655,15 +711142,15 @@ "binop": null, "updateContext": null }, - "start": 56853, - "end": 56854, + "start": 59243, + "end": 59244, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 51 }, "end": { - "line": 1243, + "line": 1285, "column": 52 } } @@ -710681,15 +711168,15 @@ "binop": null }, "value": "ruler", - "start": 56854, - "end": 56859, + "start": 59244, + "end": 59249, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 52 }, "end": { - "line": 1243, + "line": 1285, "column": 57 } } @@ -710707,15 +711194,15 @@ "binop": null, "updateContext": null }, - "start": 56859, - "end": 56860, + "start": 59249, + "end": 59250, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 57 }, "end": { - "line": 1243, + "line": 1285, "column": 58 } } @@ -710733,15 +711220,15 @@ "binop": null }, "value": "top", - "start": 56860, - "end": 56863, + "start": 59250, + "end": 59253, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 58 }, "end": { - "line": 1243, + "line": 1285, "column": 61 } } @@ -710759,15 +711246,15 @@ "binop": null, "updateContext": null }, - "start": 56863, - "end": 56864, + "start": 59253, + "end": 59254, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 61 }, "end": { - "line": 1243, + "line": 1285, "column": 62 } } @@ -710785,15 +711272,15 @@ "binop": null }, "value": "locale", - "start": 56864, - "end": 56870, + "start": 59254, + "end": 59260, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 62 }, "end": { - "line": 1243, + "line": 1285, "column": 68 } } @@ -710811,15 +711298,15 @@ "binop": null, "updateContext": null }, - "start": 56870, - "end": 56871, + "start": 59260, + "end": 59261, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 68 }, "end": { - "line": 1243, + "line": 1285, "column": 69 } } @@ -710837,15 +711324,15 @@ "binop": null }, "value": "ruler", - "start": 56872, - "end": 56877, + "start": 59262, + "end": 59267, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 70 }, "end": { - "line": 1243, + "line": 1285, "column": 75 } } @@ -710863,15 +711350,15 @@ "binop": null, "updateContext": null }, - "start": 56877, - "end": 56878, + "start": 59267, + "end": 59268, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 75 }, "end": { - "line": 1243, + "line": 1285, "column": 76 } } @@ -710889,15 +711376,15 @@ "binop": null }, "value": "locale", - "start": 56878, - "end": 56884, + "start": 59268, + "end": 59274, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 76 }, "end": { - "line": 1243, + "line": 1285, "column": 82 } } @@ -710915,15 +711402,15 @@ "binop": null, "updateContext": null }, - "start": 56884, - "end": 56885, + "start": 59274, + "end": 59275, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 82 }, "end": { - "line": 1243, + "line": 1285, "column": 83 } } @@ -710943,15 +711430,15 @@ "updateContext": null }, "value": "this", - "start": 56886, - "end": 56890, + "start": 59276, + "end": 59280, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 84 }, "end": { - "line": 1243, + "line": 1285, "column": 88 } } @@ -710969,15 +711456,15 @@ "binop": null, "updateContext": null }, - "start": 56890, - "end": 56891, + "start": 59280, + "end": 59281, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 88 }, "end": { - "line": 1243, + "line": 1285, "column": 89 } } @@ -710995,15 +711482,15 @@ "binop": null }, "value": "validateString", - "start": 56891, - "end": 56905, + "start": 59281, + "end": 59295, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 89 }, "end": { - "line": 1243, + "line": 1285, "column": 103 } } @@ -711020,15 +711507,15 @@ "postfix": false, "binop": null }, - "start": 56906, - "end": 56907, + "start": 59296, + "end": 59297, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 104 }, "end": { - "line": 1243, + "line": 1285, "column": 105 } } @@ -711046,15 +711533,15 @@ "binop": null, "updateContext": null }, - "start": 56907, - "end": 56908, + "start": 59297, + "end": 59298, "loc": { "start": { - "line": 1243, + "line": 1285, "column": 105 }, "end": { - "line": 1243, + "line": 1285, "column": 106 } } @@ -711072,15 +711559,15 @@ "binop": null }, "value": "format", - "start": 56921, - "end": 56927, + "start": 59311, + "end": 59317, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 12 }, "end": { - "line": 1244, + "line": 1286, "column": 18 } } @@ -711099,15 +711586,15 @@ "updateContext": null }, "value": "=", - "start": 56934, - "end": 56935, + "start": 59324, + "end": 59325, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 25 }, "end": { - "line": 1244, + "line": 1286, "column": 26 } } @@ -711127,15 +711614,15 @@ "updateContext": null }, "value": "this", - "start": 56936, - "end": 56940, + "start": 59326, + "end": 59330, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 27 }, "end": { - "line": 1244, + "line": 1286, "column": 31 } } @@ -711153,15 +711640,15 @@ "binop": null, "updateContext": null }, - "start": 56940, - "end": 56941, + "start": 59330, + "end": 59331, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 31 }, "end": { - "line": 1244, + "line": 1286, "column": 32 } } @@ -711179,15 +711666,15 @@ "binop": null }, "value": "supplement", - "start": 56941, - "end": 56951, + "start": 59331, + "end": 59341, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 32 }, "end": { - "line": 1244, + "line": 1286, "column": 42 } } @@ -711204,15 +711691,15 @@ "postfix": false, "binop": null }, - "start": 56951, - "end": 56952, + "start": 59341, + "end": 59342, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 42 }, "end": { - "line": 1244, + "line": 1286, "column": 43 } } @@ -711230,15 +711717,15 @@ "binop": null }, "value": "Default", - "start": 56953, - "end": 56960, + "start": 59343, + "end": 59350, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 44 }, "end": { - "line": 1244, + "line": 1286, "column": 51 } } @@ -711256,15 +711743,15 @@ "binop": null, "updateContext": null }, - "start": 56960, - "end": 56961, + "start": 59350, + "end": 59351, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 51 }, "end": { - "line": 1244, + "line": 1286, "column": 52 } } @@ -711282,15 +711769,15 @@ "binop": null }, "value": "ruler", - "start": 56961, - "end": 56966, + "start": 59351, + "end": 59356, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 52 }, "end": { - "line": 1244, + "line": 1286, "column": 57 } } @@ -711308,15 +711795,15 @@ "binop": null, "updateContext": null }, - "start": 56966, - "end": 56967, + "start": 59356, + "end": 59357, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 57 }, "end": { - "line": 1244, + "line": 1286, "column": 58 } } @@ -711334,15 +711821,15 @@ "binop": null }, "value": "top", - "start": 56967, - "end": 56970, + "start": 59357, + "end": 59360, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 58 }, "end": { - "line": 1244, + "line": 1286, "column": 61 } } @@ -711360,15 +711847,15 @@ "binop": null, "updateContext": null }, - "start": 56970, - "end": 56971, + "start": 59360, + "end": 59361, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 61 }, "end": { - "line": 1244, + "line": 1286, "column": 62 } } @@ -711386,15 +711873,15 @@ "binop": null }, "value": "format", - "start": 56971, - "end": 56977, + "start": 59361, + "end": 59367, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 62 }, "end": { - "line": 1244, + "line": 1286, "column": 68 } } @@ -711412,15 +711899,15 @@ "binop": null, "updateContext": null }, - "start": 56977, - "end": 56978, + "start": 59367, + "end": 59368, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 68 }, "end": { - "line": 1244, + "line": 1286, "column": 69 } } @@ -711438,15 +711925,15 @@ "binop": null }, "value": "ruler", - "start": 56979, - "end": 56984, + "start": 59369, + "end": 59374, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 70 }, "end": { - "line": 1244, + "line": 1286, "column": 75 } } @@ -711464,15 +711951,15 @@ "binop": null, "updateContext": null }, - "start": 56984, - "end": 56985, + "start": 59374, + "end": 59375, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 75 }, "end": { - "line": 1244, + "line": 1286, "column": 76 } } @@ -711490,15 +711977,15 @@ "binop": null }, "value": "format", - "start": 56985, - "end": 56991, + "start": 59375, + "end": 59381, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 76 }, "end": { - "line": 1244, + "line": 1286, "column": 82 } } @@ -711516,15 +712003,15 @@ "binop": null, "updateContext": null }, - "start": 56991, - "end": 56992, + "start": 59381, + "end": 59382, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 82 }, "end": { - "line": 1244, + "line": 1286, "column": 83 } } @@ -711544,15 +712031,15 @@ "updateContext": null }, "value": "this", - "start": 56993, - "end": 56997, + "start": 59383, + "end": 59387, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 84 }, "end": { - "line": 1244, + "line": 1286, "column": 88 } } @@ -711570,15 +712057,15 @@ "binop": null, "updateContext": null }, - "start": 56997, - "end": 56998, + "start": 59387, + "end": 59388, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 88 }, "end": { - "line": 1244, + "line": 1286, "column": 89 } } @@ -711596,15 +712083,15 @@ "binop": null }, "value": "validateObject", - "start": 56998, - "end": 57012, + "start": 59388, + "end": 59402, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 89 }, "end": { - "line": 1244, + "line": 1286, "column": 103 } } @@ -711621,15 +712108,15 @@ "postfix": false, "binop": null }, - "start": 57013, - "end": 57014, + "start": 59403, + "end": 59404, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 104 }, "end": { - "line": 1244, + "line": 1286, "column": 105 } } @@ -711647,15 +712134,15 @@ "binop": null, "updateContext": null }, - "start": 57014, - "end": 57015, + "start": 59404, + "end": 59405, "loc": { "start": { - "line": 1244, + "line": 1286, "column": 105 }, "end": { - "line": 1244, + "line": 1286, "column": 106 } } @@ -711673,15 +712160,15 @@ "binop": null }, "value": "_ruler_lines", - "start": 57028, - "end": 57040, + "start": 59418, + "end": 59430, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 12 }, "end": { - "line": 1245, + "line": 1287, "column": 24 } } @@ -711700,15 +712187,15 @@ "updateContext": null }, "value": "=", - "start": 57041, - "end": 57042, + "start": 59431, + "end": 59432, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 25 }, "end": { - "line": 1245, + "line": 1287, "column": 26 } } @@ -711726,15 +712213,15 @@ "binop": null }, "value": "$", - "start": 57043, - "end": 57044, + "start": 59433, + "end": 59434, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 27 }, "end": { - "line": 1245, + "line": 1287, "column": 28 } } @@ -711751,15 +712238,15 @@ "postfix": false, "binop": null }, - "start": 57044, - "end": 57045, + "start": 59434, + "end": 59435, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 28 }, "end": { - "line": 1245, + "line": 1287, "column": 29 } } @@ -711778,15 +712265,15 @@ "updateContext": null }, "value": "
", - "start": 57045, - "end": 57058, + "start": 59435, + "end": 59448, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 29 }, "end": { - "line": 1245, + "line": 1287, "column": 42 } } @@ -711804,15 +712291,15 @@ "binop": null, "updateContext": null }, - "start": 57058, - "end": 57059, + "start": 59448, + "end": 59449, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 42 }, "end": { - "line": 1245, + "line": 1287, "column": 43 } } @@ -711829,15 +712316,15 @@ "postfix": false, "binop": null }, - "start": 57060, - "end": 57061, + "start": 59450, + "end": 59451, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 44 }, "end": { - "line": 1245, + "line": 1287, "column": 45 } } @@ -711857,15 +712344,15 @@ "updateContext": null }, "value": "class", - "start": 57062, - "end": 57067, + "start": 59452, + "end": 59457, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 46 }, "end": { - "line": 1245, + "line": 1287, "column": 51 } } @@ -711883,15 +712370,15 @@ "binop": null, "updateContext": null }, - "start": 57067, - "end": 57068, + "start": 59457, + "end": 59458, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 51 }, "end": { - "line": 1245, + "line": 1287, "column": 52 } } @@ -711909,15 +712396,15 @@ "binop": null }, "value": "ClassName", - "start": 57069, - "end": 57078, + "start": 59459, + "end": 59468, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 53 }, "end": { - "line": 1245, + "line": 1287, "column": 62 } } @@ -711935,15 +712422,15 @@ "binop": null, "updateContext": null }, - "start": 57078, - "end": 57079, + "start": 59468, + "end": 59469, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 62 }, "end": { - "line": 1245, + "line": 1287, "column": 63 } } @@ -711961,15 +712448,15 @@ "binop": null }, "value": "TIMELINE_RULER_LINES", - "start": 57079, - "end": 57099, + "start": 59469, + "end": 59489, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 63 }, "end": { - "line": 1245, + "line": 1287, "column": 83 } } @@ -711987,15 +712474,15 @@ "binop": null, "updateContext": null }, - "start": 57099, - "end": 57100, + "start": 59489, + "end": 59490, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 83 }, "end": { - "line": 1245, + "line": 1287, "column": 84 } } @@ -712013,15 +712500,15 @@ "binop": null }, "value": "style", - "start": 57101, - "end": 57106, + "start": 59491, + "end": 59496, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 85 }, "end": { - "line": 1245, + "line": 1287, "column": 90 } } @@ -712039,15 +712526,15 @@ "binop": null, "updateContext": null }, - "start": 57106, - "end": 57107, + "start": 59496, + "end": 59497, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 90 }, "end": { - "line": 1245, + "line": 1287, "column": 91 } } @@ -712064,15 +712551,15 @@ "postfix": false, "binop": null }, - "start": 57108, - "end": 57109, + "start": 59498, + "end": 59499, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 92 }, "end": { - "line": 1245, + "line": 1287, "column": 93 } } @@ -712091,15 +712578,15 @@ "updateContext": null }, "value": "width:100%;height:", - "start": 57109, - "end": 57127, + "start": 59499, + "end": 59517, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 93 }, "end": { - "line": 1245, + "line": 1287, "column": 111 } } @@ -712116,15 +712603,15 @@ "postfix": false, "binop": null }, - "start": 57127, - "end": 57129, + "start": 59517, + "end": 59519, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 111 }, "end": { - "line": 1245, + "line": 1287, "column": 113 } } @@ -712142,15 +712629,15 @@ "binop": null }, "value": "line_height", - "start": 57129, - "end": 57140, + "start": 59519, + "end": 59530, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 113 }, "end": { - "line": 1245, + "line": 1287, "column": 124 } } @@ -712167,15 +712654,15 @@ "postfix": false, "binop": null }, - "start": 57140, - "end": 57141, + "start": 59530, + "end": 59531, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 124 }, "end": { - "line": 1245, + "line": 1287, "column": 125 } } @@ -712194,15 +712681,15 @@ "updateContext": null }, "value": "px;", - "start": 57141, - "end": 57144, + "start": 59531, + "end": 59534, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 125 }, "end": { - "line": 1245, + "line": 1287, "column": 128 } } @@ -712219,15 +712706,15 @@ "postfix": false, "binop": null }, - "start": 57144, - "end": 57145, + "start": 59534, + "end": 59535, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 128 }, "end": { - "line": 1245, + "line": 1287, "column": 129 } } @@ -712244,15 +712731,15 @@ "postfix": false, "binop": null }, - "start": 57146, - "end": 57147, + "start": 59536, + "end": 59537, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 130 }, "end": { - "line": 1245, + "line": 1287, "column": 131 } } @@ -712269,15 +712756,15 @@ "postfix": false, "binop": null }, - "start": 57147, - "end": 57148, + "start": 59537, + "end": 59538, "loc": { "start": { - "line": 1245, + "line": 1287, "column": 131 }, "end": { - "line": 1245, + "line": 1287, "column": 132 } } @@ -712297,15 +712784,15 @@ "updateContext": null }, "value": "for", - "start": 57166, - "end": 57169, + "start": 59556, + "end": 59559, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 8 }, "end": { - "line": 1247, + "line": 1289, "column": 11 } } @@ -712322,15 +712809,15 @@ "postfix": false, "binop": null }, - "start": 57170, - "end": 57171, + "start": 59560, + "end": 59561, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 12 }, "end": { - "line": 1247, + "line": 1289, "column": 13 } } @@ -712350,15 +712837,15 @@ "updateContext": null }, "value": "let", - "start": 57172, - "end": 57175, + "start": 59562, + "end": 59565, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 14 }, "end": { - "line": 1247, + "line": 1289, "column": 17 } } @@ -712376,15 +712863,15 @@ "binop": null }, "value": "_key", - "start": 57176, - "end": 57180, + "start": 59566, + "end": 59570, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 18 }, "end": { - "line": 1247, + "line": 1289, "column": 22 } } @@ -712402,15 +712889,15 @@ "binop": null }, "value": "of", - "start": 57181, - "end": 57183, + "start": 59571, + "end": 59573, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 23 }, "end": { - "line": 1247, + "line": 1289, "column": 25 } } @@ -712428,15 +712915,15 @@ "binop": null }, "value": "Object", - "start": 57184, - "end": 57190, + "start": 59574, + "end": 59580, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 26 }, "end": { - "line": 1247, + "line": 1289, "column": 32 } } @@ -712454,15 +712941,15 @@ "binop": null, "updateContext": null }, - "start": 57190, - "end": 57191, + "start": 59580, + "end": 59581, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 32 }, "end": { - "line": 1247, + "line": 1289, "column": 33 } } @@ -712480,15 +712967,15 @@ "binop": null }, "value": "keys", - "start": 57191, - "end": 57195, + "start": 59581, + "end": 59585, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 33 }, "end": { - "line": 1247, + "line": 1289, "column": 37 } } @@ -712505,15 +712992,15 @@ "postfix": false, "binop": null }, - "start": 57195, - "end": 57196, + "start": 59585, + "end": 59586, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 37 }, "end": { - "line": 1247, + "line": 1289, "column": 38 } } @@ -712531,15 +713018,15 @@ "binop": null }, "value": "_line_grids", - "start": 57197, - "end": 57208, + "start": 59587, + "end": 59598, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 39 }, "end": { - "line": 1247, + "line": 1289, "column": 50 } } @@ -712556,15 +713043,15 @@ "postfix": false, "binop": null }, - "start": 57209, - "end": 57210, + "start": 59599, + "end": 59600, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 51 }, "end": { - "line": 1247, + "line": 1289, "column": 52 } } @@ -712581,15 +713068,15 @@ "postfix": false, "binop": null }, - "start": 57211, - "end": 57212, + "start": 59601, + "end": 59602, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 53 }, "end": { - "line": 1247, + "line": 1289, "column": 54 } } @@ -712606,15 +713093,15 @@ "postfix": false, "binop": null }, - "start": 57213, - "end": 57214, + "start": 59603, + "end": 59604, "loc": { "start": { - "line": 1247, + "line": 1289, "column": 55 }, "end": { - "line": 1247, + "line": 1289, "column": 56 } } @@ -712634,15 +713121,15 @@ "updateContext": null }, "value": "let", - "start": 57227, - "end": 57230, + "start": 59617, + "end": 59620, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 12 }, "end": { - "line": 1248, + "line": 1290, "column": 15 } } @@ -712660,15 +713147,15 @@ "binop": null }, "value": "_item_width", - "start": 57231, - "end": 57242, + "start": 59621, + "end": 59632, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 16 }, "end": { - "line": 1248, + "line": 1290, "column": 27 } } @@ -712687,15 +713174,15 @@ "updateContext": null }, "value": "=", - "start": 57248, - "end": 57249, + "start": 59638, + "end": 59639, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 33 }, "end": { - "line": 1248, + "line": 1290, "column": 34 } } @@ -712717,15 +713204,15 @@ "pattern": "^(year|month)s?$", "flags": "i" }, - "start": 57250, - "end": 57269, + "start": 59640, + "end": 59659, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 35 }, "end": { - "line": 1248, + "line": 1290, "column": 54 } } @@ -712743,15 +713230,15 @@ "binop": null, "updateContext": null }, - "start": 57269, - "end": 57270, + "start": 59659, + "end": 59660, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 54 }, "end": { - "line": 1248, + "line": 1290, "column": 55 } } @@ -712769,15 +713256,15 @@ "binop": null }, "value": "test", - "start": 57270, - "end": 57274, + "start": 59660, + "end": 59664, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 55 }, "end": { - "line": 1248, + "line": 1290, "column": 59 } } @@ -712794,15 +713281,15 @@ "postfix": false, "binop": null }, - "start": 57274, - "end": 57275, + "start": 59664, + "end": 59665, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 59 }, "end": { - "line": 1248, + "line": 1290, "column": 60 } } @@ -712820,15 +713307,15 @@ "binop": null }, "value": "_opts", - "start": 57276, - "end": 57281, + "start": 59666, + "end": 59671, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 61 }, "end": { - "line": 1248, + "line": 1290, "column": 66 } } @@ -712846,15 +713333,15 @@ "binop": null, "updateContext": null }, - "start": 57281, - "end": 57282, + "start": 59671, + "end": 59672, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 66 }, "end": { - "line": 1248, + "line": 1290, "column": 67 } } @@ -712872,15 +713359,15 @@ "binop": null }, "value": "scale", - "start": 57282, - "end": 57287, + "start": 59672, + "end": 59677, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 67 }, "end": { - "line": 1248, + "line": 1290, "column": 72 } } @@ -712897,15 +713384,15 @@ "postfix": false, "binop": null }, - "start": 57288, - "end": 57289, + "start": 59678, + "end": 59679, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 73 }, "end": { - "line": 1248, + "line": 1290, "column": 74 } } @@ -712923,15 +713410,15 @@ "binop": null, "updateContext": null }, - "start": 57290, - "end": 57291, + "start": 59680, + "end": 59681, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 75 }, "end": { - "line": 1248, + "line": 1290, "column": 76 } } @@ -712949,15 +713436,15 @@ "binop": null }, "value": "_line_grids", - "start": 57292, - "end": 57303, + "start": 59682, + "end": 59693, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 77 }, "end": { - "line": 1248, + "line": 1290, "column": 88 } } @@ -712975,15 +713462,15 @@ "binop": null, "updateContext": null }, - "start": 57303, - "end": 57304, + "start": 59693, + "end": 59694, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 88 }, "end": { - "line": 1248, + "line": 1290, "column": 89 } } @@ -713001,15 +713488,15 @@ "binop": null }, "value": "_key", - "start": 57304, - "end": 57308, + "start": 59694, + "end": 59698, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 89 }, "end": { - "line": 1248, + "line": 1290, "column": 93 } } @@ -713027,15 +713514,15 @@ "binop": null, "updateContext": null }, - "start": 57308, - "end": 57309, + "start": 59698, + "end": 59699, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 93 }, "end": { - "line": 1248, + "line": 1290, "column": 94 } } @@ -713053,15 +713540,15 @@ "binop": null, "updateContext": null }, - "start": 57310, - "end": 57311, + "start": 59700, + "end": 59701, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 95 }, "end": { - "line": 1248, + "line": 1290, "column": 96 } } @@ -713079,15 +713566,15 @@ "binop": null }, "value": "_line_grids", - "start": 57312, - "end": 57323, + "start": 59702, + "end": 59713, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 97 }, "end": { - "line": 1248, + "line": 1290, "column": 108 } } @@ -713105,15 +713592,15 @@ "binop": null, "updateContext": null }, - "start": 57323, - "end": 57324, + "start": 59713, + "end": 59714, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 108 }, "end": { - "line": 1248, + "line": 1290, "column": 109 } } @@ -713131,15 +713618,15 @@ "binop": null }, "value": "_key", - "start": 57324, - "end": 57328, + "start": 59714, + "end": 59718, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 109 }, "end": { - "line": 1248, + "line": 1290, "column": 113 } } @@ -713157,15 +713644,15 @@ "binop": null, "updateContext": null }, - "start": 57328, - "end": 57329, + "start": 59718, + "end": 59719, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 113 }, "end": { - "line": 1248, + "line": 1290, "column": 114 } } @@ -713184,15 +713671,15 @@ "updateContext": null }, "value": "*", - "start": 57330, - "end": 57331, + "start": 59720, + "end": 59721, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 115 }, "end": { - "line": 1248, + "line": 1290, "column": 116 } } @@ -713210,15 +713697,15 @@ "binop": null }, "value": "_props", - "start": 57332, - "end": 57338, + "start": 59722, + "end": 59728, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 117 }, "end": { - "line": 1248, + "line": 1290, "column": 123 } } @@ -713236,15 +713723,15 @@ "binop": null, "updateContext": null }, - "start": 57338, - "end": 57339, + "start": 59728, + "end": 59729, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 123 }, "end": { - "line": 1248, + "line": 1290, "column": 124 } } @@ -713262,15 +713749,15 @@ "binop": null }, "value": "scaleSize", - "start": 57339, - "end": 57348, + "start": 59729, + "end": 59738, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 124 }, "end": { - "line": 1248, + "line": 1290, "column": 133 } } @@ -713288,15 +713775,15 @@ "binop": null, "updateContext": null }, - "start": 57348, - "end": 57349, + "start": 59738, + "end": 59739, "loc": { "start": { - "line": 1248, + "line": 1290, "column": 133 }, "end": { - "line": 1248, + "line": 1290, "column": 134 } } @@ -713314,15 +713801,15 @@ "binop": null }, "value": "_line", - "start": 57366, - "end": 57371, + "start": 59756, + "end": 59761, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 16 }, "end": { - "line": 1249, + "line": 1291, "column": 21 } } @@ -713341,15 +713828,15 @@ "updateContext": null }, "value": "=", - "start": 57383, - "end": 57384, + "start": 59773, + "end": 59774, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 33 }, "end": { - "line": 1249, + "line": 1291, "column": 34 } } @@ -713367,15 +713854,15 @@ "binop": null }, "value": "$", - "start": 57385, - "end": 57386, + "start": 59775, + "end": 59776, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 35 }, "end": { - "line": 1249, + "line": 1291, "column": 36 } } @@ -713392,15 +713879,15 @@ "postfix": false, "binop": null }, - "start": 57386, - "end": 57387, + "start": 59776, + "end": 59777, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 36 }, "end": { - "line": 1249, + "line": 1291, "column": 37 } } @@ -713419,15 +713906,15 @@ "updateContext": null }, "value": "
", - "start": 57387, - "end": 57400, + "start": 59777, + "end": 59790, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 37 }, "end": { - "line": 1249, + "line": 1291, "column": 50 } } @@ -713445,15 +713932,15 @@ "binop": null, "updateContext": null }, - "start": 57400, - "end": 57401, + "start": 59790, + "end": 59791, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 50 }, "end": { - "line": 1249, + "line": 1291, "column": 51 } } @@ -713470,15 +713957,15 @@ "postfix": false, "binop": null }, - "start": 57402, - "end": 57403, + "start": 59792, + "end": 59793, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 52 }, "end": { - "line": 1249, + "line": 1291, "column": 53 } } @@ -713498,15 +713985,15 @@ "updateContext": null }, "value": "class", - "start": 57404, - "end": 57409, + "start": 59794, + "end": 59799, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 54 }, "end": { - "line": 1249, + "line": 1291, "column": 59 } } @@ -713524,15 +714011,15 @@ "binop": null, "updateContext": null }, - "start": 57409, - "end": 57410, + "start": 59799, + "end": 59800, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 59 }, "end": { - "line": 1249, + "line": 1291, "column": 60 } } @@ -713550,15 +714037,15 @@ "binop": null }, "value": "ClassName", - "start": 57411, - "end": 57420, + "start": 59801, + "end": 59810, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 61 }, "end": { - "line": 1249, + "line": 1291, "column": 70 } } @@ -713576,15 +714063,15 @@ "binop": null, "updateContext": null }, - "start": 57420, - "end": 57421, + "start": 59810, + "end": 59811, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 70 }, "end": { - "line": 1249, + "line": 1291, "column": 71 } } @@ -713602,15 +714089,15 @@ "binop": null }, "value": "TIMELINE_RULER_ITEM", - "start": 57421, - "end": 57440, + "start": 59811, + "end": 59830, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 71 }, "end": { - "line": 1249, + "line": 1291, "column": 90 } } @@ -713628,15 +714115,15 @@ "binop": null, "updateContext": null }, - "start": 57440, - "end": 57441, + "start": 59830, + "end": 59831, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 90 }, "end": { - "line": 1249, + "line": 1291, "column": 91 } } @@ -713654,15 +714141,15 @@ "binop": null }, "value": "style", - "start": 57442, - "end": 57447, + "start": 59832, + "end": 59837, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 92 }, "end": { - "line": 1249, + "line": 1291, "column": 97 } } @@ -713680,15 +714167,15 @@ "binop": null, "updateContext": null }, - "start": 57447, - "end": 57448, + "start": 59837, + "end": 59838, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 97 }, "end": { - "line": 1249, + "line": 1291, "column": 98 } } @@ -713705,15 +714192,15 @@ "postfix": false, "binop": null }, - "start": 57449, - "end": 57450, + "start": 59839, + "end": 59840, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 99 }, "end": { - "line": 1249, + "line": 1291, "column": 100 } } @@ -713732,15 +714219,15 @@ "updateContext": null }, "value": "width:", - "start": 57450, - "end": 57456, + "start": 59840, + "end": 59846, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 100 }, "end": { - "line": 1249, + "line": 1291, "column": 106 } } @@ -713757,15 +714244,15 @@ "postfix": false, "binop": null }, - "start": 57456, - "end": 57458, + "start": 59846, + "end": 59848, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 106 }, "end": { - "line": 1249, + "line": 1291, "column": 108 } } @@ -713783,15 +714270,15 @@ "binop": null }, "value": "_item_width", - "start": 57458, - "end": 57469, + "start": 59848, + "end": 59859, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 108 }, "end": { - "line": 1249, + "line": 1291, "column": 119 } } @@ -713808,15 +714295,15 @@ "postfix": false, "binop": null }, - "start": 57469, - "end": 57470, + "start": 59859, + "end": 59860, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 119 }, "end": { - "line": 1249, + "line": 1291, "column": 120 } } @@ -713835,15 +714322,15 @@ "updateContext": null }, "value": "px;height:", - "start": 57470, - "end": 57480, + "start": 59860, + "end": 59870, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 120 }, "end": { - "line": 1249, + "line": 1291, "column": 130 } } @@ -713860,15 +714347,15 @@ "postfix": false, "binop": null }, - "start": 57480, - "end": 57482, + "start": 59870, + "end": 59872, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 130 }, "end": { - "line": 1249, + "line": 1291, "column": 132 } } @@ -713886,15 +714373,15 @@ "binop": null }, "value": "line_height", - "start": 57482, - "end": 57493, + "start": 59872, + "end": 59883, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 132 }, "end": { - "line": 1249, + "line": 1291, "column": 143 } } @@ -713911,15 +714398,15 @@ "postfix": false, "binop": null }, - "start": 57493, - "end": 57494, + "start": 59883, + "end": 59884, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 143 }, "end": { - "line": 1249, + "line": 1291, "column": 144 } } @@ -713938,15 +714425,15 @@ "updateContext": null }, "value": "px;line-height:", - "start": 57494, - "end": 57509, + "start": 59884, + "end": 59899, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 144 }, "end": { - "line": 1249, + "line": 1291, "column": 159 } } @@ -713963,15 +714450,15 @@ "postfix": false, "binop": null }, - "start": 57509, - "end": 57511, + "start": 59899, + "end": 59901, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 159 }, "end": { - "line": 1249, + "line": 1291, "column": 161 } } @@ -713989,15 +714476,15 @@ "binop": null }, "value": "line_height", - "start": 57511, - "end": 57522, + "start": 59901, + "end": 59912, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 161 }, "end": { - "line": 1249, + "line": 1291, "column": 172 } } @@ -714014,15 +714501,15 @@ "postfix": false, "binop": null }, - "start": 57522, - "end": 57523, + "start": 59912, + "end": 59913, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 172 }, "end": { - "line": 1249, + "line": 1291, "column": 173 } } @@ -714041,15 +714528,15 @@ "updateContext": null }, "value": "px;font-size:", - "start": 57523, - "end": 57536, + "start": 59913, + "end": 59926, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 173 }, "end": { - "line": 1249, + "line": 1291, "column": 186 } } @@ -714066,15 +714553,15 @@ "postfix": false, "binop": null }, - "start": 57536, - "end": 57538, + "start": 59926, + "end": 59928, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 186 }, "end": { - "line": 1249, + "line": 1291, "column": 188 } } @@ -714092,15 +714579,15 @@ "binop": null }, "value": "font_size", - "start": 57538, - "end": 57547, + "start": 59928, + "end": 59937, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 188 }, "end": { - "line": 1249, + "line": 1291, "column": 197 } } @@ -714117,15 +714604,15 @@ "postfix": false, "binop": null }, - "start": 57547, - "end": 57548, + "start": 59937, + "end": 59938, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 197 }, "end": { - "line": 1249, + "line": 1291, "column": 198 } } @@ -714144,15 +714631,15 @@ "updateContext": null }, "value": "px;color:", - "start": 57548, - "end": 57557, + "start": 59938, + "end": 59947, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 198 }, "end": { - "line": 1249, + "line": 1291, "column": 207 } } @@ -714169,15 +714656,15 @@ "postfix": false, "binop": null }, - "start": 57557, - "end": 57559, + "start": 59947, + "end": 59949, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 207 }, "end": { - "line": 1249, + "line": 1291, "column": 209 } } @@ -714195,15 +714682,15 @@ "binop": null }, "value": "text_color", - "start": 57559, - "end": 57569, + "start": 59949, + "end": 59959, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 209 }, "end": { - "line": 1249, + "line": 1291, "column": 219 } } @@ -714220,15 +714707,15 @@ "postfix": false, "binop": null }, - "start": 57569, - "end": 57570, + "start": 59959, + "end": 59960, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 219 }, "end": { - "line": 1249, + "line": 1291, "column": 220 } } @@ -714247,15 +714734,15 @@ "updateContext": null }, "value": ";", - "start": 57570, - "end": 57571, + "start": 59960, + "end": 59961, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 220 }, "end": { - "line": 1249, + "line": 1291, "column": 221 } } @@ -714272,15 +714759,15 @@ "postfix": false, "binop": null }, - "start": 57571, - "end": 57572, + "start": 59961, + "end": 59962, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 221 }, "end": { - "line": 1249, + "line": 1291, "column": 222 } } @@ -714297,15 +714784,15 @@ "postfix": false, "binop": null }, - "start": 57573, - "end": 57574, + "start": 59963, + "end": 59964, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 223 }, "end": { - "line": 1249, + "line": 1291, "column": 224 } } @@ -714322,15 +714809,15 @@ "postfix": false, "binop": null }, - "start": 57574, - "end": 57575, + "start": 59964, + "end": 59965, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 224 }, "end": { - "line": 1249, + "line": 1291, "column": 225 } } @@ -714348,15 +714835,15 @@ "binop": null, "updateContext": null }, - "start": 57575, - "end": 57576, + "start": 59965, + "end": 59966, "loc": { "start": { - "line": 1249, + "line": 1291, "column": 225 }, "end": { - "line": 1249, + "line": 1291, "column": 226 } } @@ -714374,15 +714861,15 @@ "binop": null }, "value": "_ruler_string", - "start": 57593, - "end": 57606, + "start": 59983, + "end": 59996, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 16 }, "end": { - "line": 1250, + "line": 1292, "column": 29 } } @@ -714401,15 +714888,15 @@ "updateContext": null }, "value": "=", - "start": 57610, - "end": 57611, + "start": 60000, + "end": 60001, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 33 }, "end": { - "line": 1250, + "line": 1292, "column": 34 } } @@ -714429,15 +714916,15 @@ "updateContext": null }, "value": "this", - "start": 57612, - "end": 57616, + "start": 60002, + "end": 60006, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 35 }, "end": { - "line": 1250, + "line": 1292, "column": 39 } } @@ -714455,15 +714942,15 @@ "binop": null, "updateContext": null }, - "start": 57616, - "end": 57617, + "start": 60006, + "end": 60007, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 39 }, "end": { - "line": 1250, + "line": 1292, "column": 40 } } @@ -714481,15 +714968,15 @@ "binop": null }, "value": "getLocaleString", - "start": 57617, - "end": 57632, + "start": 60007, + "end": 60022, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 40 }, "end": { - "line": 1250, + "line": 1292, "column": 55 } } @@ -714506,15 +714993,15 @@ "postfix": false, "binop": null }, - "start": 57632, - "end": 57633, + "start": 60022, + "end": 60023, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 55 }, "end": { - "line": 1250, + "line": 1292, "column": 56 } } @@ -714532,15 +715019,15 @@ "binop": null }, "value": "_key", - "start": 57634, - "end": 57638, + "start": 60024, + "end": 60028, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 57 }, "end": { - "line": 1250, + "line": 1292, "column": 61 } } @@ -714558,15 +715045,15 @@ "binop": null, "updateContext": null }, - "start": 57638, - "end": 57639, + "start": 60028, + "end": 60029, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 61 }, "end": { - "line": 1250, + "line": 1292, "column": 62 } } @@ -714584,15 +715071,15 @@ "binop": null }, "value": "line_scale", - "start": 57640, - "end": 57650, + "start": 60030, + "end": 60040, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 63 }, "end": { - "line": 1250, + "line": 1292, "column": 73 } } @@ -714610,15 +715097,15 @@ "binop": null, "updateContext": null }, - "start": 57650, - "end": 57651, + "start": 60040, + "end": 60041, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 73 }, "end": { - "line": 1250, + "line": 1292, "column": 74 } } @@ -714636,15 +715123,15 @@ "binop": null }, "value": "locale", - "start": 57652, - "end": 57658, + "start": 60042, + "end": 60048, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 75 }, "end": { - "line": 1250, + "line": 1292, "column": 81 } } @@ -714662,15 +715149,15 @@ "binop": null, "updateContext": null }, - "start": 57658, - "end": 57659, + "start": 60048, + "end": 60049, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 81 }, "end": { - "line": 1250, + "line": 1292, "column": 82 } } @@ -714688,15 +715175,15 @@ "binop": null }, "value": "format", - "start": 57660, - "end": 57666, + "start": 60050, + "end": 60056, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 83 }, "end": { - "line": 1250, + "line": 1292, "column": 89 } } @@ -714713,15 +715200,15 @@ "postfix": false, "binop": null }, - "start": 57667, - "end": 57668, + "start": 60057, + "end": 60058, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 90 }, "end": { - "line": 1250, + "line": 1292, "column": 91 } } @@ -714739,15 +715226,15 @@ "binop": null, "updateContext": null }, - "start": 57668, - "end": 57669, + "start": 60058, + "end": 60059, "loc": { "start": { - "line": 1250, + "line": 1292, "column": 91 }, "end": { - "line": 1250, + "line": 1292, "column": 92 } } @@ -714765,15 +715252,15 @@ "binop": null }, "value": "_data_ruler_item", - "start": 57686, - "end": 57702, + "start": 60076, + "end": 60092, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 16 }, "end": { - "line": 1251, + "line": 1293, "column": 32 } } @@ -714792,15 +715279,15 @@ "updateContext": null }, "value": "=", - "start": 57703, - "end": 57704, + "start": 60093, + "end": 60094, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 33 }, "end": { - "line": 1251, + "line": 1293, "column": 34 } } @@ -714819,15 +715306,15 @@ "updateContext": null }, "value": "", - "start": 57705, - "end": 57707, + "start": 60095, + "end": 60097, "loc": { "start": { - "line": 1251, + "line": 1293, "column": 35 }, "end": { - "line": 1251, + "line": 1293, "column": 37 } } @@ -714835,15 +715322,15 @@ { "type": "CommentLine", "value": "console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )", - "start": 57708, - "end": 57829, + "start": 60098, + "end": 60219, "loc": { "start": { - "line": 1252, + "line": 1294, "column": 0 }, "end": { - "line": 1252, + "line": 1294, "column": 121 } } @@ -714861,15 +715348,15 @@ "binop": null }, "value": "_data_ruler_item", - "start": 57855, - "end": 57871, + "start": 60245, + "end": 60261, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 12 }, "end": { - "line": 1254, + "line": 1296, "column": 28 } } @@ -714888,15 +715375,15 @@ "updateContext": null }, "value": "=", - "start": 57872, - "end": 57873, + "start": 60262, + "end": 60263, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 29 }, "end": { - "line": 1254, + "line": 1296, "column": 30 } } @@ -714913,15 +715400,15 @@ "postfix": false, "binop": null }, - "start": 57874, - "end": 57875, + "start": 60264, + "end": 60265, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 31 }, "end": { - "line": 1254, + "line": 1296, "column": 32 } } @@ -714940,15 +715427,15 @@ "updateContext": null }, "value": "", - "start": 57875, - "end": 57875, + "start": 60265, + "end": 60265, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 32 }, "end": { - "line": 1254, + "line": 1296, "column": 32 } } @@ -714965,15 +715452,15 @@ "postfix": false, "binop": null }, - "start": 57875, - "end": 57877, + "start": 60265, + "end": 60267, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 32 }, "end": { - "line": 1254, + "line": 1296, "column": 34 } } @@ -714991,15 +715478,15 @@ "binop": null }, "value": "line_scale", - "start": 57877, - "end": 57887, + "start": 60267, + "end": 60277, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 34 }, "end": { - "line": 1254, + "line": 1296, "column": 44 } } @@ -715016,15 +715503,15 @@ "postfix": false, "binop": null }, - "start": 57887, - "end": 57888, + "start": 60277, + "end": 60278, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 44 }, "end": { - "line": 1254, + "line": 1296, "column": 45 } } @@ -715043,15 +715530,15 @@ "updateContext": null }, "value": "-", - "start": 57888, - "end": 57889, + "start": 60278, + "end": 60279, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 45 }, "end": { - "line": 1254, + "line": 1296, "column": 46 } } @@ -715068,15 +715555,15 @@ "postfix": false, "binop": null }, - "start": 57889, - "end": 57891, + "start": 60279, + "end": 60281, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 46 }, "end": { - "line": 1254, + "line": 1296, "column": 48 } } @@ -715093,15 +715580,15 @@ "postfix": false, "binop": null }, - "start": 57891, - "end": 57892, + "start": 60281, + "end": 60282, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 48 }, "end": { - "line": 1254, + "line": 1296, "column": 49 } } @@ -715119,15 +715606,15 @@ "binop": null }, "value": "_data_ruler_item", - "start": 57893, - "end": 57909, + "start": 60283, + "end": 60299, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 50 }, "end": { - "line": 1254, + "line": 1296, "column": 66 } } @@ -715146,15 +715633,15 @@ "updateContext": null }, "value": "===", - "start": 57910, - "end": 57913, + "start": 60300, + "end": 60303, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 67 }, "end": { - "line": 1254, + "line": 1296, "column": 70 } } @@ -715173,15 +715660,15 @@ "updateContext": null }, "value": "", - "start": 57914, - "end": 57916, + "start": 60304, + "end": 60306, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 71 }, "end": { - "line": 1254, + "line": 1296, "column": 73 } } @@ -715199,15 +715686,15 @@ "binop": null, "updateContext": null }, - "start": 57917, - "end": 57918, + "start": 60307, + "end": 60308, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 74 }, "end": { - "line": 1254, + "line": 1296, "column": 75 } } @@ -715225,15 +715712,15 @@ "binop": null }, "value": "String", - "start": 57919, - "end": 57925, + "start": 60309, + "end": 60315, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 76 }, "end": { - "line": 1254, + "line": 1296, "column": 82 } } @@ -715250,15 +715737,15 @@ "postfix": false, "binop": null }, - "start": 57925, - "end": 57926, + "start": 60315, + "end": 60316, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 82 }, "end": { - "line": 1254, + "line": 1296, "column": 83 } } @@ -715276,15 +715763,15 @@ "binop": null }, "value": "_key", - "start": 57927, - "end": 57931, + "start": 60317, + "end": 60321, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 84 }, "end": { - "line": 1254, + "line": 1296, "column": 88 } } @@ -715301,15 +715788,15 @@ "postfix": false, "binop": null }, - "start": 57932, - "end": 57933, + "start": 60322, + "end": 60323, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 89 }, "end": { - "line": 1254, + "line": 1296, "column": 90 } } @@ -715327,15 +715814,15 @@ "binop": null, "updateContext": null }, - "start": 57934, - "end": 57935, + "start": 60324, + "end": 60325, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 91 }, "end": { - "line": 1254, + "line": 1296, "column": 92 } } @@ -715353,15 +715840,15 @@ "binop": null }, "value": "_data_ruler_item", - "start": 57936, - "end": 57952, + "start": 60326, + "end": 60342, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 93 }, "end": { - "line": 1254, + "line": 1296, "column": 109 } } @@ -715378,15 +715865,15 @@ "postfix": false, "binop": null }, - "start": 57953, - "end": 57954, + "start": 60343, + "end": 60344, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 110 }, "end": { - "line": 1254, + "line": 1296, "column": 111 } } @@ -715403,15 +715890,15 @@ "postfix": false, "binop": null }, - "start": 57954, - "end": 57955, + "start": 60344, + "end": 60345, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 111 }, "end": { - "line": 1254, + "line": 1296, "column": 112 } } @@ -715430,15 +715917,15 @@ "updateContext": null }, "value": "", - "start": 57955, - "end": 57955, + "start": 60345, + "end": 60345, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 112 }, "end": { - "line": 1254, + "line": 1296, "column": 112 } } @@ -715455,15 +715942,15 @@ "postfix": false, "binop": null }, - "start": 57955, - "end": 57956, + "start": 60345, + "end": 60346, "loc": { "start": { - "line": 1254, + "line": 1296, "column": 112 }, "end": { - "line": 1254, + "line": 1296, "column": 113 } } @@ -715481,15 +715968,15 @@ "binop": null }, "value": "_line", - "start": 57969, - "end": 57974, + "start": 60359, + "end": 60364, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 12 }, "end": { - "line": 1255, + "line": 1297, "column": 17 } } @@ -715507,15 +715994,15 @@ "binop": null, "updateContext": null }, - "start": 57974, - "end": 57975, + "start": 60364, + "end": 60365, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 17 }, "end": { - "line": 1255, + "line": 1297, "column": 18 } } @@ -715533,15 +716020,15 @@ "binop": null }, "value": "attr", - "start": 57975, - "end": 57979, + "start": 60365, + "end": 60369, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 18 }, "end": { - "line": 1255, + "line": 1297, "column": 22 } } @@ -715558,15 +716045,15 @@ "postfix": false, "binop": null }, - "start": 57979, - "end": 57980, + "start": 60369, + "end": 60370, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 22 }, "end": { - "line": 1255, + "line": 1297, "column": 23 } } @@ -715585,15 +716072,15 @@ "updateContext": null }, "value": "data-ruler-item", - "start": 57981, - "end": 57998, + "start": 60371, + "end": 60388, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 24 }, "end": { - "line": 1255, + "line": 1297, "column": 41 } } @@ -715611,15 +716098,15 @@ "binop": null, "updateContext": null }, - "start": 57998, - "end": 57999, + "start": 60388, + "end": 60389, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 41 }, "end": { - "line": 1255, + "line": 1297, "column": 42 } } @@ -715637,15 +716124,15 @@ "binop": null }, "value": "_data_ruler_item", - "start": 58000, - "end": 58016, + "start": 60390, + "end": 60406, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 43 }, "end": { - "line": 1255, + "line": 1297, "column": 59 } } @@ -715662,15 +716149,15 @@ "postfix": false, "binop": null }, - "start": 58017, - "end": 58018, + "start": 60407, + "end": 60408, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 60 }, "end": { - "line": 1255, + "line": 1297, "column": 61 } } @@ -715688,15 +716175,15 @@ "binop": null, "updateContext": null }, - "start": 58018, - "end": 58019, + "start": 60408, + "end": 60409, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 61 }, "end": { - "line": 1255, + "line": 1297, "column": 62 } } @@ -715714,15 +716201,15 @@ "binop": null }, "value": "html", - "start": 58019, - "end": 58023, + "start": 60409, + "end": 60413, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 62 }, "end": { - "line": 1255, + "line": 1297, "column": 66 } } @@ -715739,15 +716226,15 @@ "postfix": false, "binop": null }, - "start": 58023, - "end": 58024, + "start": 60413, + "end": 60414, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 66 }, "end": { - "line": 1255, + "line": 1297, "column": 67 } } @@ -715765,15 +716252,15 @@ "binop": null }, "value": "_ruler_string", - "start": 58025, - "end": 58038, + "start": 60415, + "end": 60428, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 68 }, "end": { - "line": 1255, + "line": 1297, "column": 81 } } @@ -715790,15 +716277,15 @@ "postfix": false, "binop": null }, - "start": 58039, - "end": 58040, + "start": 60429, + "end": 60430, "loc": { "start": { - "line": 1255, + "line": 1297, "column": 82 }, "end": { - "line": 1255, + "line": 1297, "column": 83 } } @@ -715818,15 +716305,15 @@ "updateContext": null }, "value": "if", - "start": 58066, - "end": 58068, + "start": 60456, + "end": 60458, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 12 }, "end": { - "line": 1257, + "line": 1299, "column": 14 } } @@ -715843,15 +716330,15 @@ "postfix": false, "binop": null }, - "start": 58069, - "end": 58070, + "start": 60459, + "end": 60460, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 15 }, "end": { - "line": 1257, + "line": 1299, "column": 16 } } @@ -715869,15 +716356,15 @@ "binop": null }, "value": "_item_width", - "start": 58071, - "end": 58082, + "start": 60461, + "end": 60472, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 17 }, "end": { - "line": 1257, + "line": 1299, "column": 28 } } @@ -715896,15 +716383,15 @@ "updateContext": null }, "value": ">", - "start": 58083, - "end": 58084, + "start": 60473, + "end": 60474, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 29 }, "end": { - "line": 1257, + "line": 1299, "column": 30 } } @@ -715924,15 +716411,15 @@ "updateContext": null }, "value": "this", - "start": 58085, - "end": 58089, + "start": 60475, + "end": 60479, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 31 }, "end": { - "line": 1257, + "line": 1299, "column": 35 } } @@ -715950,15 +716437,15 @@ "binop": null, "updateContext": null }, - "start": 58089, - "end": 58090, + "start": 60479, + "end": 60480, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 35 }, "end": { - "line": 1257, + "line": 1299, "column": 36 } } @@ -715976,15 +716463,15 @@ "binop": null }, "value": "strWidth", - "start": 58090, - "end": 58098, + "start": 60480, + "end": 60488, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 36 }, "end": { - "line": 1257, + "line": 1299, "column": 44 } } @@ -716001,15 +716488,15 @@ "postfix": false, "binop": null }, - "start": 58098, - "end": 58099, + "start": 60488, + "end": 60489, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 44 }, "end": { - "line": 1257, + "line": 1299, "column": 45 } } @@ -716027,15 +716514,15 @@ "binop": null }, "value": "_ruler_string", - "start": 58100, - "end": 58113, + "start": 60490, + "end": 60503, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 46 }, "end": { - "line": 1257, + "line": 1299, "column": 59 } } @@ -716052,15 +716539,15 @@ "postfix": false, "binop": null }, - "start": 58114, - "end": 58115, + "start": 60504, + "end": 60505, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 60 }, "end": { - "line": 1257, + "line": 1299, "column": 61 } } @@ -716077,15 +716564,15 @@ "postfix": false, "binop": null }, - "start": 58116, - "end": 58117, + "start": 60506, + "end": 60507, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 62 }, "end": { - "line": 1257, + "line": 1299, "column": 63 } } @@ -716102,15 +716589,15 @@ "postfix": false, "binop": null }, - "start": 58118, - "end": 58119, + "start": 60508, + "end": 60509, "loc": { "start": { - "line": 1257, + "line": 1299, "column": 64 }, "end": { - "line": 1257, + "line": 1299, "column": 65 } } @@ -716118,15 +716605,15 @@ { "type": "CommentLine", "value": " Adjust position of ruler item string", - "start": 58136, - "end": 58175, + "start": 60526, + "end": 60565, "loc": { "start": { - "line": 1258, + "line": 1300, "column": 16 }, "end": { - "line": 1258, + "line": 1300, "column": 55 } } @@ -716134,15 +716621,15 @@ { "type": "CommentLine", "value": "console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )", - "start": 58176, - "end": 58299, + "start": 60566, + "end": 60689, "loc": { "start": { - "line": 1259, + "line": 1301, "column": 0 }, "end": { - "line": 1259, + "line": 1301, "column": 123 } } @@ -716162,15 +716649,15 @@ "updateContext": null }, "value": "if", - "start": 58316, - "end": 58318, + "start": 60706, + "end": 60708, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 16 }, "end": { - "line": 1260, + "line": 1302, "column": 18 } } @@ -716187,15 +716674,15 @@ "postfix": false, "binop": null }, - "start": 58319, - "end": 58320, + "start": 60709, + "end": 60710, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 19 }, "end": { - "line": 1260, + "line": 1302, "column": 20 } } @@ -716213,15 +716700,15 @@ "binop": null }, "value": "_item_width", - "start": 58321, - "end": 58332, + "start": 60711, + "end": 60722, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 21 }, "end": { - "line": 1260, + "line": 1302, "column": 32 } } @@ -716240,15 +716727,15 @@ "updateContext": null }, "value": ">", - "start": 58333, - "end": 58334, + "start": 60723, + "end": 60724, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 33 }, "end": { - "line": 1260, + "line": 1302, "column": 34 } } @@ -716266,15 +716753,15 @@ "binop": null }, "value": "$", - "start": 58335, - "end": 58336, + "start": 60725, + "end": 60726, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 35 }, "end": { - "line": 1260, + "line": 1302, "column": 36 } } @@ -716291,15 +716778,15 @@ "postfix": false, "binop": null }, - "start": 58336, - "end": 58337, + "start": 60726, + "end": 60727, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 36 }, "end": { - "line": 1260, + "line": 1302, "column": 37 } } @@ -716319,15 +716806,15 @@ "updateContext": null }, "value": "this", - "start": 58337, - "end": 58341, + "start": 60727, + "end": 60731, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 37 }, "end": { - "line": 1260, + "line": 1302, "column": 41 } } @@ -716345,15 +716832,15 @@ "binop": null, "updateContext": null }, - "start": 58341, - "end": 58342, + "start": 60731, + "end": 60732, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 41 }, "end": { - "line": 1260, + "line": 1302, "column": 42 } } @@ -716371,15 +716858,15 @@ "binop": null }, "value": "_element", - "start": 58342, - "end": 58350, + "start": 60732, + "end": 60740, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 42 }, "end": { - "line": 1260, + "line": 1302, "column": 50 } } @@ -716396,15 +716883,15 @@ "postfix": false, "binop": null }, - "start": 58350, - "end": 58351, + "start": 60740, + "end": 60741, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 50 }, "end": { - "line": 1260, + "line": 1302, "column": 51 } } @@ -716422,15 +716909,15 @@ "binop": null, "updateContext": null }, - "start": 58351, - "end": 58352, + "start": 60741, + "end": 60742, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 51 }, "end": { - "line": 1260, + "line": 1302, "column": 52 } } @@ -716448,15 +716935,15 @@ "binop": null }, "value": "width", - "start": 58352, - "end": 58357, + "start": 60742, + "end": 60747, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 52 }, "end": { - "line": 1260, + "line": 1302, "column": 57 } } @@ -716473,15 +716960,15 @@ "postfix": false, "binop": null }, - "start": 58357, - "end": 58358, + "start": 60747, + "end": 60748, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 57 }, "end": { - "line": 1260, + "line": 1302, "column": 58 } } @@ -716498,15 +716985,15 @@ "postfix": false, "binop": null }, - "start": 58358, - "end": 58359, + "start": 60748, + "end": 60749, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 58 }, "end": { - "line": 1260, + "line": 1302, "column": 59 } } @@ -716523,15 +717010,15 @@ "postfix": false, "binop": null }, - "start": 58360, - "end": 58361, + "start": 60750, + "end": 60751, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 60 }, "end": { - "line": 1260, + "line": 1302, "column": 61 } } @@ -716548,15 +717035,15 @@ "postfix": false, "binop": null }, - "start": 58362, - "end": 58363, + "start": 60752, + "end": 60753, "loc": { "start": { - "line": 1260, + "line": 1302, "column": 62 }, "end": { - "line": 1260, + "line": 1302, "column": 63 } } @@ -716574,15 +717061,15 @@ "binop": null }, "value": "_line", - "start": 58384, - "end": 58389, + "start": 60774, + "end": 60779, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 20 }, "end": { - "line": 1261, + "line": 1303, "column": 25 } } @@ -716600,15 +717087,15 @@ "binop": null, "updateContext": null }, - "start": 58389, - "end": 58390, + "start": 60779, + "end": 60780, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 25 }, "end": { - "line": 1261, + "line": 1303, "column": 26 } } @@ -716626,15 +717113,15 @@ "binop": null }, "value": "addClass", - "start": 58390, - "end": 58398, + "start": 60780, + "end": 60788, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 26 }, "end": { - "line": 1261, + "line": 1303, "column": 34 } } @@ -716651,15 +717138,15 @@ "postfix": false, "binop": null }, - "start": 58398, - "end": 58399, + "start": 60788, + "end": 60789, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 34 }, "end": { - "line": 1261, + "line": 1303, "column": 35 } } @@ -716677,15 +717164,15 @@ "binop": null }, "value": "ClassName", - "start": 58400, - "end": 58409, + "start": 60790, + "end": 60799, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 36 }, "end": { - "line": 1261, + "line": 1303, "column": 45 } } @@ -716703,15 +717190,15 @@ "binop": null, "updateContext": null }, - "start": 58409, - "end": 58410, + "start": 60799, + "end": 60800, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 45 }, "end": { - "line": 1261, + "line": 1303, "column": 46 } } @@ -716729,15 +717216,15 @@ "binop": null }, "value": "RULER_ITEM_ALIGN_LEFT", - "start": 58410, - "end": 58431, + "start": 60800, + "end": 60821, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 46 }, "end": { - "line": 1261, + "line": 1303, "column": 67 } } @@ -716754,15 +717241,15 @@ "postfix": false, "binop": null }, - "start": 58432, - "end": 58433, + "start": 60822, + "end": 60823, "loc": { "start": { - "line": 1261, + "line": 1303, "column": 68 }, "end": { - "line": 1261, + "line": 1303, "column": 69 } } @@ -716779,15 +717266,15 @@ "postfix": false, "binop": null }, - "start": 58450, - "end": 58451, + "start": 60840, + "end": 60841, "loc": { "start": { - "line": 1262, + "line": 1304, "column": 16 }, "end": { - "line": 1262, + "line": 1304, "column": 17 } } @@ -716804,15 +717291,15 @@ "postfix": false, "binop": null }, - "start": 58464, - "end": 58465, + "start": 60854, + "end": 60855, "loc": { "start": { - "line": 1263, + "line": 1305, "column": 12 }, "end": { - "line": 1263, + "line": 1305, "column": 13 } } @@ -716830,15 +717317,15 @@ "binop": null }, "value": "_ruler_lines", - "start": 58491, - "end": 58503, + "start": 60881, + "end": 60893, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 12 }, "end": { - "line": 1265, + "line": 1307, "column": 24 } } @@ -716856,15 +717343,15 @@ "binop": null, "updateContext": null }, - "start": 58503, - "end": 58504, + "start": 60893, + "end": 60894, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 24 }, "end": { - "line": 1265, + "line": 1307, "column": 25 } } @@ -716882,15 +717369,15 @@ "binop": null }, "value": "append", - "start": 58504, - "end": 58510, + "start": 60894, + "end": 60900, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 25 }, "end": { - "line": 1265, + "line": 1307, "column": 31 } } @@ -716907,15 +717394,15 @@ "postfix": false, "binop": null }, - "start": 58510, - "end": 58511, + "start": 60900, + "end": 60901, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 31 }, "end": { - "line": 1265, + "line": 1307, "column": 32 } } @@ -716933,15 +717420,15 @@ "binop": null }, "value": "_line", - "start": 58512, - "end": 58517, + "start": 60902, + "end": 60907, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 33 }, "end": { - "line": 1265, + "line": 1307, "column": 38 } } @@ -716958,15 +717445,15 @@ "postfix": false, "binop": null }, - "start": 58518, - "end": 58519, + "start": 60908, + "end": 60909, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 39 }, "end": { - "line": 1265, + "line": 1307, "column": 40 } } @@ -716984,15 +717471,15 @@ "binop": null, "updateContext": null }, - "start": 58519, - "end": 58520, + "start": 60909, + "end": 60910, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 40 }, "end": { - "line": 1265, + "line": 1307, "column": 41 } } @@ -717010,15 +717497,15 @@ "binop": null }, "value": "attr", - "start": 58520, - "end": 58524, + "start": 60910, + "end": 60914, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 41 }, "end": { - "line": 1265, + "line": 1307, "column": 45 } } @@ -717035,15 +717522,15 @@ "postfix": false, "binop": null }, - "start": 58524, - "end": 58525, + "start": 60914, + "end": 60915, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 45 }, "end": { - "line": 1265, + "line": 1307, "column": 46 } } @@ -717062,15 +717549,15 @@ "updateContext": null }, "value": "data-ruler-scope", - "start": 58526, - "end": 58544, + "start": 60916, + "end": 60934, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 47 }, "end": { - "line": 1265, + "line": 1307, "column": 65 } } @@ -717088,15 +717575,15 @@ "binop": null, "updateContext": null }, - "start": 58544, - "end": 58545, + "start": 60934, + "end": 60935, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 65 }, "end": { - "line": 1265, + "line": 1307, "column": 66 } } @@ -717114,15 +717601,15 @@ "binop": null }, "value": "line_scale", - "start": 58546, - "end": 58556, + "start": 60936, + "end": 60946, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 67 }, "end": { - "line": 1265, + "line": 1307, "column": 77 } } @@ -717139,15 +717626,15 @@ "postfix": false, "binop": null }, - "start": 58557, - "end": 58558, + "start": 60947, + "end": 60948, "loc": { "start": { - "line": 1265, + "line": 1307, "column": 78 }, "end": { - "line": 1265, + "line": 1307, "column": 79 } } @@ -717164,15 +717651,15 @@ "postfix": false, "binop": null }, - "start": 58567, - "end": 58568, + "start": 60957, + "end": 60958, "loc": { "start": { - "line": 1266, + "line": 1308, "column": 8 }, "end": { - "line": 1266, + "line": 1308, "column": 9 } } @@ -717192,15 +717679,15 @@ "updateContext": null }, "value": "return", - "start": 58586, - "end": 58592, + "start": 60976, + "end": 60982, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 8 }, "end": { - "line": 1268, + "line": 1310, "column": 14 } } @@ -717218,15 +717705,15 @@ "binop": null }, "value": "_ruler_lines", - "start": 58593, - "end": 58605, + "start": 60983, + "end": 60995, "loc": { "start": { - "line": 1268, + "line": 1310, "column": 15 }, "end": { - "line": 1268, + "line": 1310, "column": 27 } } @@ -717243,15 +717730,15 @@ "postfix": false, "binop": null }, - "start": 58610, - "end": 58611, + "start": 61000, + "end": 61001, "loc": { "start": { - "line": 1269, + "line": 1311, "column": 4 }, "end": { - "line": 1269, + "line": 1311, "column": 5 } } @@ -717259,15 +717746,15 @@ { "type": "CommentBlock", "value": "*\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n ", - "start": 58621, - "end": 58851, + "start": 61011, + "end": 61241, "loc": { "start": { - "line": 1271, + "line": 1313, "column": 4 }, "end": { - "line": 1278, + "line": 1320, "column": 7 } } @@ -717285,15 +717772,15 @@ "binop": null }, "value": "_createSideIndex", - "start": 58856, - "end": 58872, + "start": 61246, + "end": 61262, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 4 }, "end": { - "line": 1279, + "line": 1321, "column": 20 } } @@ -717310,15 +717797,15 @@ "postfix": false, "binop": null }, - "start": 58872, - "end": 58873, + "start": 61262, + "end": 61263, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 20 }, "end": { - "line": 1279, + "line": 1321, "column": 21 } } @@ -717336,15 +717823,15 @@ "binop": null }, "value": "margin", - "start": 58874, - "end": 58880, + "start": 61264, + "end": 61270, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 22 }, "end": { - "line": 1279, + "line": 1321, "column": 28 } } @@ -717361,15 +717848,15 @@ "postfix": false, "binop": null }, - "start": 58881, - "end": 58882, + "start": 61271, + "end": 61272, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 29 }, "end": { - "line": 1279, + "line": 1321, "column": 30 } } @@ -717386,15 +717873,15 @@ "postfix": false, "binop": null }, - "start": 58883, - "end": 58884, + "start": 61273, + "end": 61274, "loc": { "start": { - "line": 1279, + "line": 1321, "column": 31 }, "end": { - "line": 1279, + "line": 1321, "column": 32 } } @@ -717414,15 +717901,15 @@ "updateContext": null }, "value": "let", - "start": 58893, - "end": 58896, + "start": 61283, + "end": 61286, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 8 }, "end": { - "line": 1280, + "line": 1322, "column": 11 } } @@ -717440,15 +717927,15 @@ "binop": null }, "value": "_opts", - "start": 58897, - "end": 58902, + "start": 61287, + "end": 61292, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 12 }, "end": { - "line": 1280, + "line": 1322, "column": 17 } } @@ -717467,15 +717954,15 @@ "updateContext": null }, "value": "=", - "start": 58906, - "end": 58907, + "start": 61296, + "end": 61297, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 21 }, "end": { - "line": 1280, + "line": 1322, "column": 22 } } @@ -717495,15 +717982,15 @@ "updateContext": null }, "value": "this", - "start": 58908, - "end": 58912, + "start": 61298, + "end": 61302, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 23 }, "end": { - "line": 1280, + "line": 1322, "column": 27 } } @@ -717521,15 +718008,15 @@ "binop": null, "updateContext": null }, - "start": 58912, - "end": 58913, + "start": 61302, + "end": 61303, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 27 }, "end": { - "line": 1280, + "line": 1322, "column": 28 } } @@ -717547,15 +718034,15 @@ "binop": null }, "value": "_config", - "start": 58913, - "end": 58920, + "start": 61303, + "end": 61310, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 28 }, "end": { - "line": 1280, + "line": 1322, "column": 35 } } @@ -717573,15 +718060,15 @@ "binop": null, "updateContext": null }, - "start": 58920, - "end": 58921, + "start": 61310, + "end": 61311, "loc": { "start": { - "line": 1280, + "line": 1322, "column": 35 }, "end": { - "line": 1280, + "line": 1322, "column": 36 } } @@ -717599,15 +718086,15 @@ "binop": null }, "value": "_props", - "start": 58934, - "end": 58940, + "start": 61324, + "end": 61330, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 12 }, "end": { - "line": 1281, + "line": 1323, "column": 18 } } @@ -717626,15 +718113,15 @@ "updateContext": null }, "value": "=", - "start": 58943, - "end": 58944, + "start": 61333, + "end": 61334, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 21 }, "end": { - "line": 1281, + "line": 1323, "column": 22 } } @@ -717654,15 +718141,15 @@ "updateContext": null }, "value": "this", - "start": 58945, - "end": 58949, + "start": 61335, + "end": 61339, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 23 }, "end": { - "line": 1281, + "line": 1323, "column": 27 } } @@ -717680,15 +718167,15 @@ "binop": null, "updateContext": null }, - "start": 58949, - "end": 58950, + "start": 61339, + "end": 61340, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 27 }, "end": { - "line": 1281, + "line": 1323, "column": 28 } } @@ -717706,15 +718193,15 @@ "binop": null }, "value": "_instanceProps", - "start": 58950, - "end": 58964, + "start": 61340, + "end": 61354, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 28 }, "end": { - "line": 1281, + "line": 1323, "column": 42 } } @@ -717732,15 +718219,15 @@ "binop": null, "updateContext": null }, - "start": 58964, - "end": 58965, + "start": 61354, + "end": 61355, "loc": { "start": { - "line": 1281, + "line": 1323, "column": 42 }, "end": { - "line": 1281, + "line": 1323, "column": 43 } } @@ -717758,15 +718245,15 @@ "binop": null }, "value": "_sticky", - "start": 58978, - "end": 58985, + "start": 61368, + "end": 61375, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 12 }, "end": { - "line": 1282, + "line": 1324, "column": 19 } } @@ -717785,15 +718272,15 @@ "updateContext": null }, "value": "=", - "start": 58987, - "end": 58988, + "start": 61377, + "end": 61378, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 21 }, "end": { - "line": 1282, + "line": 1324, "column": 22 } } @@ -717813,15 +718300,15 @@ "updateContext": null }, "value": "this", - "start": 58989, - "end": 58993, + "start": 61379, + "end": 61383, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 23 }, "end": { - "line": 1282, + "line": 1324, "column": 27 } } @@ -717839,15 +718326,15 @@ "binop": null, "updateContext": null }, - "start": 58993, - "end": 58994, + "start": 61383, + "end": 61384, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 27 }, "end": { - "line": 1282, + "line": 1324, "column": 28 } } @@ -717865,15 +718352,15 @@ "binop": null }, "value": "supplement", - "start": 58994, - "end": 59004, + "start": 61384, + "end": 61394, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 28 }, "end": { - "line": 1282, + "line": 1324, "column": 38 } } @@ -717890,15 +718377,15 @@ "postfix": false, "binop": null }, - "start": 59004, - "end": 59005, + "start": 61394, + "end": 61395, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 38 }, "end": { - "line": 1282, + "line": 1324, "column": 39 } } @@ -717916,15 +718403,15 @@ "binop": null }, "value": "Default", - "start": 59006, - "end": 59013, + "start": 61396, + "end": 61403, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 40 }, "end": { - "line": 1282, + "line": 1324, "column": 47 } } @@ -717942,15 +718429,15 @@ "binop": null, "updateContext": null }, - "start": 59013, - "end": 59014, + "start": 61403, + "end": 61404, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 47 }, "end": { - "line": 1282, + "line": 1324, "column": 48 } } @@ -717968,15 +718455,15 @@ "binop": null }, "value": "sidebar", - "start": 59014, - "end": 59021, + "start": 61404, + "end": 61411, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 48 }, "end": { - "line": 1282, + "line": 1324, "column": 55 } } @@ -717994,15 +718481,15 @@ "binop": null, "updateContext": null }, - "start": 59021, - "end": 59022, + "start": 61411, + "end": 61412, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 55 }, "end": { - "line": 1282, + "line": 1324, "column": 56 } } @@ -718020,15 +718507,15 @@ "binop": null }, "value": "sticky", - "start": 59022, - "end": 59028, + "start": 61412, + "end": 61418, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 56 }, "end": { - "line": 1282, + "line": 1324, "column": 62 } } @@ -718046,15 +718533,15 @@ "binop": null, "updateContext": null }, - "start": 59028, - "end": 59029, + "start": 61418, + "end": 61419, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 62 }, "end": { - "line": 1282, + "line": 1324, "column": 63 } } @@ -718072,15 +718559,15 @@ "binop": null }, "value": "_opts", - "start": 59030, - "end": 59035, + "start": 61420, + "end": 61425, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 64 }, "end": { - "line": 1282, + "line": 1324, "column": 69 } } @@ -718098,15 +718585,15 @@ "binop": null, "updateContext": null }, - "start": 59035, - "end": 59036, + "start": 61425, + "end": 61426, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 69 }, "end": { - "line": 1282, + "line": 1324, "column": 70 } } @@ -718124,15 +718611,15 @@ "binop": null }, "value": "sidebar", - "start": 59036, - "end": 59043, + "start": 61426, + "end": 61433, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 70 }, "end": { - "line": 1282, + "line": 1324, "column": 77 } } @@ -718150,15 +718637,15 @@ "binop": null, "updateContext": null }, - "start": 59043, - "end": 59044, + "start": 61433, + "end": 61434, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 77 }, "end": { - "line": 1282, + "line": 1324, "column": 78 } } @@ -718176,15 +718663,15 @@ "binop": null }, "value": "sticky", - "start": 59044, - "end": 59050, + "start": 61434, + "end": 61440, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 78 }, "end": { - "line": 1282, + "line": 1324, "column": 84 } } @@ -718201,15 +718688,15 @@ "postfix": false, "binop": null }, - "start": 59051, - "end": 59052, + "start": 61441, + "end": 61442, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 85 }, "end": { - "line": 1282, + "line": 1324, "column": 86 } } @@ -718227,15 +718714,15 @@ "binop": null, "updateContext": null }, - "start": 59052, - "end": 59053, + "start": 61442, + "end": 61443, "loc": { "start": { - "line": 1282, + "line": 1324, "column": 86 }, "end": { - "line": 1282, + "line": 1324, "column": 87 } } @@ -718253,15 +718740,15 @@ "binop": null }, "value": "_overlay", - "start": 59066, - "end": 59074, + "start": 61456, + "end": 61464, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 12 }, "end": { - "line": 1283, + "line": 1325, "column": 20 } } @@ -718280,15 +718767,15 @@ "updateContext": null }, "value": "=", - "start": 59075, - "end": 59076, + "start": 61465, + "end": 61466, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 21 }, "end": { - "line": 1283, + "line": 1325, "column": 22 } } @@ -718308,15 +718795,15 @@ "updateContext": null }, "value": "this", - "start": 59077, - "end": 59081, + "start": 61467, + "end": 61471, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 23 }, "end": { - "line": 1283, + "line": 1325, "column": 27 } } @@ -718334,15 +718821,15 @@ "binop": null, "updateContext": null }, - "start": 59081, - "end": 59082, + "start": 61471, + "end": 61472, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 27 }, "end": { - "line": 1283, + "line": 1325, "column": 28 } } @@ -718360,15 +718847,15 @@ "binop": null }, "value": "supplement", - "start": 59082, - "end": 59092, + "start": 61472, + "end": 61482, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 28 }, "end": { - "line": 1283, + "line": 1325, "column": 38 } } @@ -718385,15 +718872,15 @@ "postfix": false, "binop": null }, - "start": 59092, - "end": 59093, + "start": 61482, + "end": 61483, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 38 }, "end": { - "line": 1283, + "line": 1325, "column": 39 } } @@ -718411,15 +718898,15 @@ "binop": null }, "value": "Default", - "start": 59094, - "end": 59101, + "start": 61484, + "end": 61491, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 40 }, "end": { - "line": 1283, + "line": 1325, "column": 47 } } @@ -718437,15 +718924,15 @@ "binop": null, "updateContext": null }, - "start": 59101, - "end": 59102, + "start": 61491, + "end": 61492, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 47 }, "end": { - "line": 1283, + "line": 1325, "column": 48 } } @@ -718463,15 +718950,15 @@ "binop": null }, "value": "sidebar", - "start": 59102, - "end": 59109, + "start": 61492, + "end": 61499, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 48 }, "end": { - "line": 1283, + "line": 1325, "column": 55 } } @@ -718489,15 +718976,15 @@ "binop": null, "updateContext": null }, - "start": 59109, - "end": 59110, + "start": 61499, + "end": 61500, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 55 }, "end": { - "line": 1283, + "line": 1325, "column": 56 } } @@ -718515,15 +719002,15 @@ "binop": null }, "value": "overlay", - "start": 59110, - "end": 59117, + "start": 61500, + "end": 61507, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 56 }, "end": { - "line": 1283, + "line": 1325, "column": 63 } } @@ -718541,15 +719028,15 @@ "binop": null, "updateContext": null }, - "start": 59117, - "end": 59118, + "start": 61507, + "end": 61508, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 63 }, "end": { - "line": 1283, + "line": 1325, "column": 64 } } @@ -718567,15 +719054,15 @@ "binop": null }, "value": "_opts", - "start": 59119, - "end": 59124, + "start": 61509, + "end": 61514, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 65 }, "end": { - "line": 1283, + "line": 1325, "column": 70 } } @@ -718593,15 +719080,15 @@ "binop": null, "updateContext": null }, - "start": 59124, - "end": 59125, + "start": 61514, + "end": 61515, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 70 }, "end": { - "line": 1283, + "line": 1325, "column": 71 } } @@ -718619,15 +719106,15 @@ "binop": null }, "value": "sidebar", - "start": 59125, - "end": 59132, + "start": 61515, + "end": 61522, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 71 }, "end": { - "line": 1283, + "line": 1325, "column": 78 } } @@ -718645,15 +719132,15 @@ "binop": null, "updateContext": null }, - "start": 59132, - "end": 59133, + "start": 61522, + "end": 61523, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 78 }, "end": { - "line": 1283, + "line": 1325, "column": 79 } } @@ -718671,15 +719158,15 @@ "binop": null }, "value": "overlay", - "start": 59133, - "end": 59140, + "start": 61523, + "end": 61530, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 79 }, "end": { - "line": 1283, + "line": 1325, "column": 86 } } @@ -718696,15 +719183,15 @@ "postfix": false, "binop": null }, - "start": 59141, - "end": 59142, + "start": 61531, + "end": 61532, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 87 }, "end": { - "line": 1283, + "line": 1325, "column": 88 } } @@ -718722,15 +719209,15 @@ "binop": null, "updateContext": null }, - "start": 59142, - "end": 59143, + "start": 61532, + "end": 61533, "loc": { "start": { - "line": 1283, + "line": 1325, "column": 88 }, "end": { - "line": 1283, + "line": 1325, "column": 89 } } @@ -718748,15 +719235,15 @@ "binop": null }, "value": "_sbList", - "start": 59156, - "end": 59163, + "start": 61546, + "end": 61553, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 12 }, "end": { - "line": 1284, + "line": 1326, "column": 19 } } @@ -718775,15 +719262,15 @@ "updateContext": null }, "value": "=", - "start": 59165, - "end": 59166, + "start": 61555, + "end": 61556, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 21 }, "end": { - "line": 1284, + "line": 1326, "column": 22 } } @@ -718803,15 +719290,15 @@ "updateContext": null }, "value": "this", - "start": 59167, - "end": 59171, + "start": 61557, + "end": 61561, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 23 }, "end": { - "line": 1284, + "line": 1326, "column": 27 } } @@ -718829,15 +719316,15 @@ "binop": null, "updateContext": null }, - "start": 59171, - "end": 59172, + "start": 61561, + "end": 61562, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 27 }, "end": { - "line": 1284, + "line": 1326, "column": 28 } } @@ -718855,15 +719342,15 @@ "binop": null }, "value": "supplement", - "start": 59172, - "end": 59182, + "start": 61562, + "end": 61572, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 28 }, "end": { - "line": 1284, + "line": 1326, "column": 38 } } @@ -718880,15 +719367,15 @@ "postfix": false, "binop": null }, - "start": 59182, - "end": 59183, + "start": 61572, + "end": 61573, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 38 }, "end": { - "line": 1284, + "line": 1326, "column": 39 } } @@ -718906,15 +719393,15 @@ "binop": null }, "value": "Default", - "start": 59184, - "end": 59191, + "start": 61574, + "end": 61581, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 40 }, "end": { - "line": 1284, + "line": 1326, "column": 47 } } @@ -718932,15 +719419,15 @@ "binop": null, "updateContext": null }, - "start": 59191, - "end": 59192, + "start": 61581, + "end": 61582, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 47 }, "end": { - "line": 1284, + "line": 1326, "column": 48 } } @@ -718958,15 +719445,15 @@ "binop": null }, "value": "sidebar", - "start": 59192, - "end": 59199, + "start": 61582, + "end": 61589, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 48 }, "end": { - "line": 1284, + "line": 1326, "column": 55 } } @@ -718984,15 +719471,15 @@ "binop": null, "updateContext": null }, - "start": 59199, - "end": 59200, + "start": 61589, + "end": 61590, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 55 }, "end": { - "line": 1284, + "line": 1326, "column": 56 } } @@ -719010,15 +719497,15 @@ "binop": null }, "value": "list", - "start": 59200, - "end": 59204, + "start": 61590, + "end": 61594, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 56 }, "end": { - "line": 1284, + "line": 1326, "column": 60 } } @@ -719036,15 +719523,15 @@ "binop": null, "updateContext": null }, - "start": 59204, - "end": 59205, + "start": 61594, + "end": 61595, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 60 }, "end": { - "line": 1284, + "line": 1326, "column": 61 } } @@ -719062,15 +719549,15 @@ "binop": null }, "value": "_opts", - "start": 59206, - "end": 59211, + "start": 61596, + "end": 61601, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 62 }, "end": { - "line": 1284, + "line": 1326, "column": 67 } } @@ -719088,15 +719575,15 @@ "binop": null, "updateContext": null }, - "start": 59211, - "end": 59212, + "start": 61601, + "end": 61602, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 67 }, "end": { - "line": 1284, + "line": 1326, "column": 68 } } @@ -719114,15 +719601,15 @@ "binop": null }, "value": "sidebar", - "start": 59212, - "end": 59219, + "start": 61602, + "end": 61609, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 68 }, "end": { - "line": 1284, + "line": 1326, "column": 75 } } @@ -719140,15 +719627,15 @@ "binop": null, "updateContext": null }, - "start": 59219, - "end": 59220, + "start": 61609, + "end": 61610, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 75 }, "end": { - "line": 1284, + "line": 1326, "column": 76 } } @@ -719166,15 +719653,15 @@ "binop": null }, "value": "list", - "start": 59220, - "end": 59224, + "start": 61610, + "end": 61614, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 76 }, "end": { - "line": 1284, + "line": 1326, "column": 80 } } @@ -719191,15 +719678,15 @@ "postfix": false, "binop": null }, - "start": 59225, - "end": 59226, + "start": 61615, + "end": 61616, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 81 }, "end": { - "line": 1284, + "line": 1326, "column": 82 } } @@ -719217,15 +719704,15 @@ "binop": null, "updateContext": null }, - "start": 59226, - "end": 59227, + "start": 61616, + "end": 61617, "loc": { "start": { - "line": 1284, + "line": 1326, "column": 82 }, "end": { - "line": 1284, + "line": 1326, "column": 83 } } @@ -719243,15 +719730,15 @@ "binop": null }, "value": "_wrapper", - "start": 59240, - "end": 59248, + "start": 61630, + "end": 61638, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 12 }, "end": { - "line": 1285, + "line": 1327, "column": 20 } } @@ -719270,15 +719757,15 @@ "updateContext": null }, "value": "=", - "start": 59249, - "end": 59250, + "start": 61639, + "end": 61640, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 21 }, "end": { - "line": 1285, + "line": 1327, "column": 22 } } @@ -719296,15 +719783,15 @@ "binop": null }, "value": "$", - "start": 59251, - "end": 59252, + "start": 61641, + "end": 61642, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 23 }, "end": { - "line": 1285, + "line": 1327, "column": 24 } } @@ -719321,15 +719808,15 @@ "postfix": false, "binop": null }, - "start": 59252, - "end": 59253, + "start": 61642, + "end": 61643, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 24 }, "end": { - "line": 1285, + "line": 1327, "column": 25 } } @@ -719348,15 +719835,15 @@ "updateContext": null }, "value": "
", - "start": 59253, - "end": 59266, + "start": 61643, + "end": 61656, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 25 }, "end": { - "line": 1285, + "line": 1327, "column": 38 } } @@ -719374,15 +719861,15 @@ "binop": null, "updateContext": null }, - "start": 59266, - "end": 59267, + "start": 61656, + "end": 61657, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 38 }, "end": { - "line": 1285, + "line": 1327, "column": 39 } } @@ -719399,15 +719886,15 @@ "postfix": false, "binop": null }, - "start": 59268, - "end": 59269, + "start": 61658, + "end": 61659, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 40 }, "end": { - "line": 1285, + "line": 1327, "column": 41 } } @@ -719427,15 +719914,15 @@ "updateContext": null }, "value": "class", - "start": 59270, - "end": 59275, + "start": 61660, + "end": 61665, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 42 }, "end": { - "line": 1285, + "line": 1327, "column": 47 } } @@ -719453,15 +719940,15 @@ "binop": null, "updateContext": null }, - "start": 59275, - "end": 59276, + "start": 61665, + "end": 61666, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 47 }, "end": { - "line": 1285, + "line": 1327, "column": 48 } } @@ -719479,15 +719966,15 @@ "binop": null }, "value": "ClassName", - "start": 59277, - "end": 59286, + "start": 61667, + "end": 61676, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 49 }, "end": { - "line": 1285, + "line": 1327, "column": 58 } } @@ -719505,15 +719992,15 @@ "binop": null, "updateContext": null }, - "start": 59286, - "end": 59287, + "start": 61676, + "end": 61677, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 58 }, "end": { - "line": 1285, + "line": 1327, "column": 59 } } @@ -719531,15 +720018,15 @@ "binop": null }, "value": "TIMELINE_SIDEBAR", - "start": 59287, - "end": 59303, + "start": 61677, + "end": 61693, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 59 }, "end": { - "line": 1285, + "line": 1327, "column": 75 } } @@ -719556,15 +720043,15 @@ "postfix": false, "binop": null }, - "start": 59304, - "end": 59305, + "start": 61694, + "end": 61695, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 76 }, "end": { - "line": 1285, + "line": 1327, "column": 77 } } @@ -719581,15 +720068,15 @@ "postfix": false, "binop": null }, - "start": 59305, - "end": 59306, + "start": 61695, + "end": 61696, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 77 }, "end": { - "line": 1285, + "line": 1327, "column": 78 } } @@ -719607,15 +720094,15 @@ "binop": null, "updateContext": null }, - "start": 59306, - "end": 59307, + "start": 61696, + "end": 61697, "loc": { "start": { - "line": 1285, + "line": 1327, "column": 78 }, "end": { - "line": 1285, + "line": 1327, "column": 79 } } @@ -719633,15 +720120,15 @@ "binop": null }, "value": "_margin", - "start": 59320, - "end": 59327, + "start": 61710, + "end": 61717, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 12 }, "end": { - "line": 1286, + "line": 1328, "column": 19 } } @@ -719660,15 +720147,15 @@ "updateContext": null }, "value": "=", - "start": 59329, - "end": 59330, + "start": 61719, + "end": 61720, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 21 }, "end": { - "line": 1286, + "line": 1328, "column": 22 } } @@ -719686,15 +720173,15 @@ "binop": null }, "value": "$", - "start": 59331, - "end": 59332, + "start": 61721, + "end": 61722, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 23 }, "end": { - "line": 1286, + "line": 1328, "column": 24 } } @@ -719711,15 +720198,15 @@ "postfix": false, "binop": null }, - "start": 59332, - "end": 59333, + "start": 61722, + "end": 61723, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 24 }, "end": { - "line": 1286, + "line": 1328, "column": 25 } } @@ -719738,15 +720225,15 @@ "updateContext": null }, "value": "
", - "start": 59333, - "end": 59346, + "start": 61723, + "end": 61736, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 25 }, "end": { - "line": 1286, + "line": 1328, "column": 38 } } @@ -719764,15 +720251,15 @@ "binop": null, "updateContext": null }, - "start": 59346, - "end": 59347, + "start": 61736, + "end": 61737, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 38 }, "end": { - "line": 1286, + "line": 1328, "column": 39 } } @@ -719789,15 +720276,15 @@ "postfix": false, "binop": null }, - "start": 59348, - "end": 59349, + "start": 61738, + "end": 61739, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 40 }, "end": { - "line": 1286, + "line": 1328, "column": 41 } } @@ -719817,15 +720304,15 @@ "updateContext": null }, "value": "class", - "start": 59350, - "end": 59355, + "start": 61740, + "end": 61745, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 42 }, "end": { - "line": 1286, + "line": 1328, "column": 47 } } @@ -719843,15 +720330,15 @@ "binop": null, "updateContext": null }, - "start": 59355, - "end": 59356, + "start": 61745, + "end": 61746, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 47 }, "end": { - "line": 1286, + "line": 1328, "column": 48 } } @@ -719869,15 +720356,15 @@ "binop": null }, "value": "ClassName", - "start": 59357, - "end": 59366, + "start": 61747, + "end": 61756, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 49 }, "end": { - "line": 1286, + "line": 1328, "column": 58 } } @@ -719895,15 +720382,15 @@ "binop": null, "updateContext": null }, - "start": 59366, - "end": 59367, + "start": 61756, + "end": 61757, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 58 }, "end": { - "line": 1286, + "line": 1328, "column": 59 } } @@ -719921,15 +720408,15 @@ "binop": null }, "value": "TIMELINE_SIDEBAR_MARGIN", - "start": 59367, - "end": 59390, + "start": 61757, + "end": 61780, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 59 }, "end": { - "line": 1286, + "line": 1328, "column": 82 } } @@ -719946,15 +720433,15 @@ "postfix": false, "binop": null }, - "start": 59391, - "end": 59392, + "start": 61781, + "end": 61782, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 83 }, "end": { - "line": 1286, + "line": 1328, "column": 84 } } @@ -719971,15 +720458,15 @@ "postfix": false, "binop": null }, - "start": 59392, - "end": 59393, + "start": 61782, + "end": 61783, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 84 }, "end": { - "line": 1286, + "line": 1328, "column": 85 } } @@ -719997,15 +720484,15 @@ "binop": null, "updateContext": null }, - "start": 59393, - "end": 59394, + "start": 61783, + "end": 61784, "loc": { "start": { - "line": 1286, + "line": 1328, "column": 85 }, "end": { - "line": 1286, + "line": 1328, "column": 86 } } @@ -720023,15 +720510,15 @@ "binop": null }, "value": "_list", - "start": 59407, - "end": 59412, + "start": 61797, + "end": 61802, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 12 }, "end": { - "line": 1287, + "line": 1329, "column": 17 } } @@ -720050,15 +720537,15 @@ "updateContext": null }, "value": "=", - "start": 59416, - "end": 59417, + "start": 61806, + "end": 61807, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 21 }, "end": { - "line": 1287, + "line": 1329, "column": 22 } } @@ -720076,15 +720563,15 @@ "binop": null }, "value": "$", - "start": 59418, - "end": 59419, + "start": 61808, + "end": 61809, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 23 }, "end": { - "line": 1287, + "line": 1329, "column": 24 } } @@ -720101,15 +720588,15 @@ "postfix": false, "binop": null }, - "start": 59419, - "end": 59420, + "start": 61809, + "end": 61810, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 24 }, "end": { - "line": 1287, + "line": 1329, "column": 25 } } @@ -720128,15 +720615,15 @@ "updateContext": null }, "value": "
", - "start": 59420, - "end": 59433, + "start": 61810, + "end": 61823, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 25 }, "end": { - "line": 1287, + "line": 1329, "column": 38 } } @@ -720154,15 +720641,15 @@ "binop": null, "updateContext": null }, - "start": 59433, - "end": 59434, + "start": 61823, + "end": 61824, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 38 }, "end": { - "line": 1287, + "line": 1329, "column": 39 } } @@ -720179,15 +720666,15 @@ "postfix": false, "binop": null }, - "start": 59435, - "end": 59436, + "start": 61825, + "end": 61826, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 40 }, "end": { - "line": 1287, + "line": 1329, "column": 41 } } @@ -720207,15 +720694,15 @@ "updateContext": null }, "value": "class", - "start": 59437, - "end": 59442, + "start": 61827, + "end": 61832, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 42 }, "end": { - "line": 1287, + "line": 1329, "column": 47 } } @@ -720233,15 +720720,15 @@ "binop": null, "updateContext": null }, - "start": 59442, - "end": 59443, + "start": 61832, + "end": 61833, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 47 }, "end": { - "line": 1287, + "line": 1329, "column": 48 } } @@ -720259,15 +720746,15 @@ "binop": null }, "value": "ClassName", - "start": 59444, - "end": 59453, + "start": 61834, + "end": 61843, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 49 }, "end": { - "line": 1287, + "line": 1329, "column": 58 } } @@ -720285,15 +720772,15 @@ "binop": null, "updateContext": null }, - "start": 59453, - "end": 59454, + "start": 61843, + "end": 61844, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 58 }, "end": { - "line": 1287, + "line": 1329, "column": 59 } } @@ -720311,15 +720798,15 @@ "binop": null }, "value": "TIMELINE_SIDEBAR_ITEM", - "start": 59454, - "end": 59475, + "start": 61844, + "end": 61865, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 59 }, "end": { - "line": 1287, + "line": 1329, "column": 80 } } @@ -720336,15 +720823,15 @@ "postfix": false, "binop": null }, - "start": 59476, - "end": 59477, + "start": 61866, + "end": 61867, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 81 }, "end": { - "line": 1287, + "line": 1329, "column": 82 } } @@ -720361,15 +720848,15 @@ "postfix": false, "binop": null }, - "start": 59477, - "end": 59478, + "start": 61867, + "end": 61868, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 82 }, "end": { - "line": 1287, + "line": 1329, "column": 83 } } @@ -720387,15 +720874,15 @@ "binop": null, "updateContext": null }, - "start": 59478, - "end": 59479, + "start": 61868, + "end": 61869, "loc": { "start": { - "line": 1287, + "line": 1329, "column": 83 }, "end": { - "line": 1287, + "line": 1329, "column": 84 } } @@ -720413,15 +720900,15 @@ "binop": null }, "value": "_c", - "start": 59492, - "end": 59494, + "start": 61882, + "end": 61884, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 12 }, "end": { - "line": 1288, + "line": 1330, "column": 14 } } @@ -720440,15 +720927,15 @@ "updateContext": null }, "value": "=", - "start": 59501, - "end": 59502, + "start": 61891, + "end": 61892, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 21 }, "end": { - "line": 1288, + "line": 1330, "column": 22 } } @@ -720467,15 +720954,15 @@ "updateContext": null }, "value": 0.5, - "start": 59503, - "end": 59506, + "start": 61893, + "end": 61896, "loc": { "start": { - "line": 1288, + "line": 1330, "column": 23 }, "end": { - "line": 1288, + "line": 1330, "column": 26 } } @@ -720495,15 +720982,15 @@ "updateContext": null }, "value": "if", - "start": 59524, - "end": 59526, + "start": 61914, + "end": 61916, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 8 }, "end": { - "line": 1290, + "line": 1332, "column": 10 } } @@ -720520,15 +721007,15 @@ "postfix": false, "binop": null }, - "start": 59527, - "end": 59528, + "start": 61917, + "end": 61918, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 11 }, "end": { - "line": 1290, + "line": 1332, "column": 12 } } @@ -720546,15 +721033,15 @@ "binop": null }, "value": "_sticky", - "start": 59529, - "end": 59536, + "start": 61919, + "end": 61926, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 13 }, "end": { - "line": 1290, + "line": 1332, "column": 20 } } @@ -720571,15 +721058,15 @@ "postfix": false, "binop": null }, - "start": 59537, - "end": 59538, + "start": 61927, + "end": 61928, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 21 }, "end": { - "line": 1290, + "line": 1332, "column": 22 } } @@ -720596,15 +721083,15 @@ "postfix": false, "binop": null }, - "start": 59539, - "end": 59540, + "start": 61929, + "end": 61930, "loc": { "start": { - "line": 1290, + "line": 1332, "column": 23 }, "end": { - "line": 1290, + "line": 1332, "column": 24 } } @@ -720622,15 +721109,15 @@ "binop": null }, "value": "_wrapper", - "start": 59553, - "end": 59561, + "start": 61943, + "end": 61951, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 12 }, "end": { - "line": 1291, + "line": 1333, "column": 20 } } @@ -720648,15 +721135,15 @@ "binop": null, "updateContext": null }, - "start": 59561, - "end": 59562, + "start": 61951, + "end": 61952, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 20 }, "end": { - "line": 1291, + "line": 1333, "column": 21 } } @@ -720674,15 +721161,15 @@ "binop": null }, "value": "addClass", - "start": 59562, - "end": 59570, + "start": 61952, + "end": 61960, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 21 }, "end": { - "line": 1291, + "line": 1333, "column": 29 } } @@ -720699,15 +721186,15 @@ "postfix": false, "binop": null }, - "start": 59570, - "end": 59571, + "start": 61960, + "end": 61961, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 29 }, "end": { - "line": 1291, + "line": 1333, "column": 30 } } @@ -720725,15 +721212,15 @@ "binop": null }, "value": "ClassName", - "start": 59572, - "end": 59581, + "start": 61962, + "end": 61971, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 31 }, "end": { - "line": 1291, + "line": 1333, "column": 40 } } @@ -720751,15 +721238,15 @@ "binop": null, "updateContext": null }, - "start": 59581, - "end": 59582, + "start": 61971, + "end": 61972, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 40 }, "end": { - "line": 1291, + "line": 1333, "column": 41 } } @@ -720777,15 +721264,15 @@ "binop": null }, "value": "STICKY_LEFT", - "start": 59582, - "end": 59593, + "start": 61972, + "end": 61983, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 41 }, "end": { - "line": 1291, + "line": 1333, "column": 52 } } @@ -720802,15 +721289,15 @@ "postfix": false, "binop": null }, - "start": 59594, - "end": 59595, + "start": 61984, + "end": 61985, "loc": { "start": { - "line": 1291, + "line": 1333, "column": 53 }, "end": { - "line": 1291, + "line": 1333, "column": 54 } } @@ -720827,15 +721314,15 @@ "postfix": false, "binop": null }, - "start": 59604, - "end": 59605, + "start": 61994, + "end": 61995, "loc": { "start": { - "line": 1292, + "line": 1334, "column": 8 }, "end": { - "line": 1292, + "line": 1334, "column": 9 } } @@ -720855,15 +721342,15 @@ "updateContext": null }, "value": "if", - "start": 59623, - "end": 59625, + "start": 62013, + "end": 62015, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 8 }, "end": { - "line": 1294, + "line": 1336, "column": 10 } } @@ -720880,15 +721367,15 @@ "postfix": false, "binop": null }, - "start": 59626, - "end": 59627, + "start": 62016, + "end": 62017, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 11 }, "end": { - "line": 1294, + "line": 1336, "column": 12 } } @@ -720906,15 +721393,15 @@ "binop": null }, "value": "_overlay", - "start": 59628, - "end": 59636, + "start": 62018, + "end": 62026, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 13 }, "end": { - "line": 1294, + "line": 1336, "column": 21 } } @@ -720931,15 +721418,15 @@ "postfix": false, "binop": null }, - "start": 59637, - "end": 59638, + "start": 62027, + "end": 62028, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 22 }, "end": { - "line": 1294, + "line": 1336, "column": 23 } } @@ -720956,15 +721443,15 @@ "postfix": false, "binop": null }, - "start": 59639, - "end": 59640, + "start": 62029, + "end": 62030, "loc": { "start": { - "line": 1294, + "line": 1336, "column": 24 }, "end": { - "line": 1294, + "line": 1336, "column": 25 } } @@ -720982,15 +721469,15 @@ "binop": null }, "value": "_list", - "start": 59653, - "end": 59658, + "start": 62043, + "end": 62048, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 12 }, "end": { - "line": 1295, + "line": 1337, "column": 17 } } @@ -721008,15 +721495,15 @@ "binop": null, "updateContext": null }, - "start": 59658, - "end": 59659, + "start": 62048, + "end": 62049, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 17 }, "end": { - "line": 1295, + "line": 1337, "column": 18 } } @@ -721034,15 +721521,15 @@ "binop": null }, "value": "addClass", - "start": 59659, - "end": 59667, + "start": 62049, + "end": 62057, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 18 }, "end": { - "line": 1295, + "line": 1337, "column": 26 } } @@ -721059,15 +721546,15 @@ "postfix": false, "binop": null }, - "start": 59667, - "end": 59668, + "start": 62057, + "end": 62058, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 26 }, "end": { - "line": 1295, + "line": 1337, "column": 27 } } @@ -721085,15 +721572,15 @@ "binop": null }, "value": "ClassName", - "start": 59669, - "end": 59678, + "start": 62059, + "end": 62068, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 28 }, "end": { - "line": 1295, + "line": 1337, "column": 37 } } @@ -721111,15 +721598,15 @@ "binop": null, "updateContext": null }, - "start": 59678, - "end": 59679, + "start": 62068, + "end": 62069, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 37 }, "end": { - "line": 1295, + "line": 1337, "column": 38 } } @@ -721137,15 +721624,15 @@ "binop": null }, "value": "OVERLAY", - "start": 59679, - "end": 59686, + "start": 62069, + "end": 62076, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 38 }, "end": { - "line": 1295, + "line": 1337, "column": 45 } } @@ -721162,15 +721649,15 @@ "postfix": false, "binop": null }, - "start": 59687, - "end": 59688, + "start": 62077, + "end": 62078, "loc": { "start": { - "line": 1295, + "line": 1337, "column": 46 }, "end": { - "line": 1295, + "line": 1337, "column": 47 } } @@ -721187,15 +721674,15 @@ "postfix": false, "binop": null }, - "start": 59697, - "end": 59698, + "start": 62087, + "end": 62088, "loc": { "start": { - "line": 1296, + "line": 1338, "column": 8 }, "end": { - "line": 1296, + "line": 1338, "column": 9 } } @@ -721203,15 +721690,15 @@ { "type": "CommentLine", "value": "_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )", - "start": 59716, - "end": 59810, + "start": 62106, + "end": 62200, "loc": { "start": { - "line": 1298, + "line": 1340, "column": 8 }, "end": { - "line": 1298, + "line": 1340, "column": 102 } } @@ -721231,15 +721718,15 @@ "updateContext": null }, "value": "if", - "start": 59819, - "end": 59821, + "start": 62209, + "end": 62211, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 8 }, "end": { - "line": 1299, + "line": 1341, "column": 10 } } @@ -721256,15 +721743,15 @@ "postfix": false, "binop": null }, - "start": 59822, - "end": 59823, + "start": 62212, + "end": 62213, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 11 }, "end": { - "line": 1299, + "line": 1341, "column": 12 } } @@ -721282,15 +721769,15 @@ "binop": null }, "value": "margin", - "start": 59824, - "end": 59830, + "start": 62214, + "end": 62220, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 13 }, "end": { - "line": 1299, + "line": 1341, "column": 19 } } @@ -721308,15 +721795,15 @@ "binop": null, "updateContext": null }, - "start": 59830, - "end": 59831, + "start": 62220, + "end": 62221, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 19 }, "end": { - "line": 1299, + "line": 1341, "column": 20 } } @@ -721334,15 +721821,15 @@ "binop": null }, "value": "top", - "start": 59831, - "end": 59834, + "start": 62221, + "end": 62224, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 20 }, "end": { - "line": 1299, + "line": 1341, "column": 23 } } @@ -721361,15 +721848,15 @@ "updateContext": null }, "value": ">", - "start": 59835, - "end": 59836, + "start": 62225, + "end": 62226, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 24 }, "end": { - "line": 1299, + "line": 1341, "column": 25 } } @@ -721388,15 +721875,15 @@ "updateContext": null }, "value": 0, - "start": 59837, - "end": 59838, + "start": 62227, + "end": 62228, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 26 }, "end": { - "line": 1299, + "line": 1341, "column": 27 } } @@ -721413,15 +721900,15 @@ "postfix": false, "binop": null }, - "start": 59839, - "end": 59840, + "start": 62229, + "end": 62230, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 28 }, "end": { - "line": 1299, + "line": 1341, "column": 29 } } @@ -721438,15 +721925,15 @@ "postfix": false, "binop": null }, - "start": 59841, - "end": 59842, + "start": 62231, + "end": 62232, "loc": { "start": { - "line": 1299, + "line": 1341, "column": 30 }, "end": { - "line": 1299, + "line": 1341, "column": 31 } } @@ -721464,15 +721951,15 @@ "binop": null }, "value": "_wrapper", - "start": 59855, - "end": 59863, + "start": 62245, + "end": 62253, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 12 }, "end": { - "line": 1300, + "line": 1342, "column": 20 } } @@ -721490,15 +721977,15 @@ "binop": null, "updateContext": null }, - "start": 59863, - "end": 59864, + "start": 62253, + "end": 62254, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 20 }, "end": { - "line": 1300, + "line": 1342, "column": 21 } } @@ -721516,15 +722003,15 @@ "binop": null }, "value": "prepend", - "start": 59864, - "end": 59871, + "start": 62254, + "end": 62261, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 21 }, "end": { - "line": 1300, + "line": 1342, "column": 28 } } @@ -721541,15 +722028,15 @@ "postfix": false, "binop": null }, - "start": 59871, - "end": 59872, + "start": 62261, + "end": 62262, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 28 }, "end": { - "line": 1300, + "line": 1342, "column": 29 } } @@ -721567,15 +722054,15 @@ "binop": null }, "value": "_margin", - "start": 59873, - "end": 59880, + "start": 62263, + "end": 62270, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 30 }, "end": { - "line": 1300, + "line": 1342, "column": 37 } } @@ -721593,15 +722080,15 @@ "binop": null, "updateContext": null }, - "start": 59880, - "end": 59881, + "start": 62270, + "end": 62271, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 37 }, "end": { - "line": 1300, + "line": 1342, "column": 38 } } @@ -721619,15 +722106,15 @@ "binop": null }, "value": "clone", - "start": 59881, - "end": 59886, + "start": 62271, + "end": 62276, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 38 }, "end": { - "line": 1300, + "line": 1342, "column": 43 } } @@ -721644,15 +722131,15 @@ "postfix": false, "binop": null }, - "start": 59886, - "end": 59887, + "start": 62276, + "end": 62277, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 43 }, "end": { - "line": 1300, + "line": 1342, "column": 44 } } @@ -721669,15 +722156,15 @@ "postfix": false, "binop": null }, - "start": 59887, - "end": 59888, + "start": 62277, + "end": 62278, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 44 }, "end": { - "line": 1300, + "line": 1342, "column": 45 } } @@ -721695,15 +722182,15 @@ "binop": null, "updateContext": null }, - "start": 59888, - "end": 59889, + "start": 62278, + "end": 62279, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 45 }, "end": { - "line": 1300, + "line": 1342, "column": 46 } } @@ -721721,15 +722208,15 @@ "binop": null }, "value": "css", - "start": 59889, - "end": 59892, + "start": 62279, + "end": 62282, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 46 }, "end": { - "line": 1300, + "line": 1342, "column": 49 } } @@ -721746,15 +722233,15 @@ "postfix": false, "binop": null }, - "start": 59892, - "end": 59893, + "start": 62282, + "end": 62283, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 49 }, "end": { - "line": 1300, + "line": 1342, "column": 50 } } @@ -721773,15 +722260,15 @@ "updateContext": null }, "value": "height", - "start": 59894, - "end": 59902, + "start": 62284, + "end": 62292, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 51 }, "end": { - "line": 1300, + "line": 1342, "column": 59 } } @@ -721799,15 +722286,15 @@ "binop": null, "updateContext": null }, - "start": 59902, - "end": 59903, + "start": 62292, + "end": 62293, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 59 }, "end": { - "line": 1300, + "line": 1342, "column": 60 } } @@ -721824,15 +722311,15 @@ "postfix": false, "binop": null }, - "start": 59904, - "end": 59905, + "start": 62294, + "end": 62295, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 61 }, "end": { - "line": 1300, + "line": 1342, "column": 62 } } @@ -721851,15 +722338,15 @@ "updateContext": null }, "value": "", - "start": 59905, - "end": 59905, + "start": 62295, + "end": 62295, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 62 }, "end": { - "line": 1300, + "line": 1342, "column": 62 } } @@ -721876,15 +722363,15 @@ "postfix": false, "binop": null }, - "start": 59905, - "end": 59907, + "start": 62295, + "end": 62297, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 62 }, "end": { - "line": 1300, + "line": 1342, "column": 64 } } @@ -721901,15 +722388,15 @@ "postfix": false, "binop": null }, - "start": 59907, - "end": 59908, + "start": 62297, + "end": 62298, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 64 }, "end": { - "line": 1300, + "line": 1342, "column": 65 } } @@ -721927,15 +722414,15 @@ "binop": null }, "value": "margin", - "start": 59909, - "end": 59915, + "start": 62299, + "end": 62305, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 66 }, "end": { - "line": 1300, + "line": 1342, "column": 72 } } @@ -721953,15 +722440,15 @@ "binop": null, "updateContext": null }, - "start": 59915, - "end": 59916, + "start": 62305, + "end": 62306, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 72 }, "end": { - "line": 1300, + "line": 1342, "column": 73 } } @@ -721979,15 +722466,15 @@ "binop": null }, "value": "top", - "start": 59916, - "end": 59919, + "start": 62306, + "end": 62309, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 73 }, "end": { - "line": 1300, + "line": 1342, "column": 76 } } @@ -722006,15 +722493,15 @@ "updateContext": null }, "value": "+", - "start": 59920, - "end": 59921, + "start": 62310, + "end": 62311, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 77 }, "end": { - "line": 1300, + "line": 1342, "column": 78 } } @@ -722033,15 +722520,15 @@ "updateContext": null }, "value": 1, - "start": 59922, - "end": 59923, + "start": 62312, + "end": 62313, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 79 }, "end": { - "line": 1300, + "line": 1342, "column": 80 } } @@ -722058,15 +722545,15 @@ "postfix": false, "binop": null }, - "start": 59924, - "end": 59925, + "start": 62314, + "end": 62315, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 81 }, "end": { - "line": 1300, + "line": 1342, "column": 82 } } @@ -722083,15 +722570,15 @@ "postfix": false, "binop": null }, - "start": 59925, - "end": 59926, + "start": 62315, + "end": 62316, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 82 }, "end": { - "line": 1300, + "line": 1342, "column": 83 } } @@ -722110,15 +722597,15 @@ "updateContext": null }, "value": "px", - "start": 59926, - "end": 59928, + "start": 62316, + "end": 62318, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 83 }, "end": { - "line": 1300, + "line": 1342, "column": 85 } } @@ -722135,15 +722622,15 @@ "postfix": false, "binop": null }, - "start": 59928, - "end": 59929, + "start": 62318, + "end": 62319, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 85 }, "end": { - "line": 1300, + "line": 1342, "column": 86 } } @@ -722160,15 +722647,15 @@ "postfix": false, "binop": null }, - "start": 59930, - "end": 59931, + "start": 62320, + "end": 62321, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 87 }, "end": { - "line": 1300, + "line": 1342, "column": 88 } } @@ -722185,15 +722672,15 @@ "postfix": false, "binop": null }, - "start": 59932, - "end": 59933, + "start": 62322, + "end": 62323, "loc": { "start": { - "line": 1300, + "line": 1342, "column": 89 }, "end": { - "line": 1300, + "line": 1342, "column": 90 } } @@ -722210,15 +722697,15 @@ "postfix": false, "binop": null }, - "start": 59942, - "end": 59943, + "start": 62332, + "end": 62333, "loc": { "start": { - "line": 1301, + "line": 1343, "column": 8 }, "end": { - "line": 1301, + "line": 1343, "column": 9 } } @@ -722238,15 +722725,15 @@ "updateContext": null }, "value": "for", - "start": 59961, - "end": 59964, + "start": 62351, + "end": 62354, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 8 }, "end": { - "line": 1303, + "line": 1345, "column": 11 } } @@ -722263,15 +722750,15 @@ "postfix": false, "binop": null }, - "start": 59965, - "end": 59966, + "start": 62355, + "end": 62356, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 12 }, "end": { - "line": 1303, + "line": 1345, "column": 13 } } @@ -722291,15 +722778,15 @@ "updateContext": null }, "value": "let", - "start": 59967, - "end": 59970, + "start": 62357, + "end": 62360, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 14 }, "end": { - "line": 1303, + "line": 1345, "column": 17 } } @@ -722317,15 +722804,15 @@ "binop": null }, "value": "i", - "start": 59971, - "end": 59972, + "start": 62361, + "end": 62362, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 18 }, "end": { - "line": 1303, + "line": 1345, "column": 19 } } @@ -722344,15 +722831,15 @@ "updateContext": null }, "value": "=", - "start": 59973, - "end": 59974, + "start": 62363, + "end": 62364, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 20 }, "end": { - "line": 1303, + "line": 1345, "column": 21 } } @@ -722371,15 +722858,15 @@ "updateContext": null }, "value": 0, - "start": 59975, - "end": 59976, + "start": 62365, + "end": 62366, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 22 }, "end": { - "line": 1303, + "line": 1345, "column": 23 } } @@ -722397,15 +722884,15 @@ "binop": null, "updateContext": null }, - "start": 59976, - "end": 59977, + "start": 62366, + "end": 62367, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 23 }, "end": { - "line": 1303, + "line": 1345, "column": 24 } } @@ -722423,15 +722910,15 @@ "binop": null }, "value": "i", - "start": 59978, - "end": 59979, + "start": 62368, + "end": 62369, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 25 }, "end": { - "line": 1303, + "line": 1345, "column": 26 } } @@ -722450,15 +722937,15 @@ "updateContext": null }, "value": "<", - "start": 59980, - "end": 59981, + "start": 62370, + "end": 62371, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 27 }, "end": { - "line": 1303, + "line": 1345, "column": 28 } } @@ -722476,15 +722963,15 @@ "binop": null }, "value": "_props", - "start": 59982, - "end": 59988, + "start": 62372, + "end": 62378, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 29 }, "end": { - "line": 1303, + "line": 1345, "column": 35 } } @@ -722502,15 +722989,15 @@ "binop": null, "updateContext": null }, - "start": 59988, - "end": 59989, + "start": 62378, + "end": 62379, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 35 }, "end": { - "line": 1303, + "line": 1345, "column": 36 } } @@ -722528,15 +723015,15 @@ "binop": null }, "value": "rows", - "start": 59989, - "end": 59993, + "start": 62379, + "end": 62383, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 36 }, "end": { - "line": 1303, + "line": 1345, "column": 40 } } @@ -722554,15 +723041,15 @@ "binop": null, "updateContext": null }, - "start": 59993, - "end": 59994, + "start": 62383, + "end": 62384, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 40 }, "end": { - "line": 1303, + "line": 1345, "column": 41 } } @@ -722580,15 +723067,15 @@ "binop": null }, "value": "i", - "start": 59995, - "end": 59996, + "start": 62385, + "end": 62386, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 42 }, "end": { - "line": 1303, + "line": 1345, "column": 43 } } @@ -722606,15 +723093,15 @@ "binop": null }, "value": "++", - "start": 59996, - "end": 59998, + "start": 62386, + "end": 62388, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 43 }, "end": { - "line": 1303, + "line": 1345, "column": 45 } } @@ -722631,15 +723118,15 @@ "postfix": false, "binop": null }, - "start": 59999, - "end": 60000, + "start": 62389, + "end": 62390, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 46 }, "end": { - "line": 1303, + "line": 1345, "column": 47 } } @@ -722656,15 +723143,15 @@ "postfix": false, "binop": null }, - "start": 60001, - "end": 60002, + "start": 62391, + "end": 62392, "loc": { "start": { - "line": 1303, + "line": 1345, "column": 48 }, "end": { - "line": 1303, + "line": 1345, "column": 49 } } @@ -722684,15 +723171,15 @@ "updateContext": null }, "value": "let", - "start": 60015, - "end": 60018, + "start": 62405, + "end": 62408, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 12 }, "end": { - "line": 1304, + "line": 1346, "column": 15 } } @@ -722710,15 +723197,15 @@ "binop": null }, "value": "_item", - "start": 60019, - "end": 60024, + "start": 62409, + "end": 62414, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 16 }, "end": { - "line": 1304, + "line": 1346, "column": 21 } } @@ -722737,15 +723224,15 @@ "updateContext": null }, "value": "=", - "start": 60025, - "end": 60026, + "start": 62415, + "end": 62416, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 22 }, "end": { - "line": 1304, + "line": 1346, "column": 23 } } @@ -722763,15 +723250,15 @@ "binop": null }, "value": "_list", - "start": 60027, - "end": 60032, + "start": 62417, + "end": 62422, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 24 }, "end": { - "line": 1304, + "line": 1346, "column": 29 } } @@ -722789,15 +723276,15 @@ "binop": null, "updateContext": null }, - "start": 60032, - "end": 60033, + "start": 62422, + "end": 62423, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 29 }, "end": { - "line": 1304, + "line": 1346, "column": 30 } } @@ -722815,15 +723302,15 @@ "binop": null }, "value": "clone", - "start": 60033, - "end": 60038, + "start": 62423, + "end": 62428, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 30 }, "end": { - "line": 1304, + "line": 1346, "column": 35 } } @@ -722840,15 +723327,15 @@ "postfix": false, "binop": null }, - "start": 60038, - "end": 60039, + "start": 62428, + "end": 62429, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 35 }, "end": { - "line": 1304, + "line": 1346, "column": 36 } } @@ -722865,15 +723352,15 @@ "postfix": false, "binop": null }, - "start": 60039, - "end": 60040, + "start": 62429, + "end": 62430, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 36 }, "end": { - "line": 1304, + "line": 1346, "column": 37 } } @@ -722891,15 +723378,15 @@ "binop": null, "updateContext": null }, - "start": 60040, - "end": 60041, + "start": 62430, + "end": 62431, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 37 }, "end": { - "line": 1304, + "line": 1346, "column": 38 } } @@ -722917,15 +723404,15 @@ "binop": null }, "value": "html", - "start": 60041, - "end": 60045, + "start": 62431, + "end": 62435, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 38 }, "end": { - "line": 1304, + "line": 1346, "column": 42 } } @@ -722942,15 +723429,15 @@ "postfix": false, "binop": null }, - "start": 60045, - "end": 60046, + "start": 62435, + "end": 62436, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 42 }, "end": { - "line": 1304, + "line": 1346, "column": 43 } } @@ -722968,15 +723455,15 @@ "binop": null }, "value": "_sbList", - "start": 60047, - "end": 60054, + "start": 62437, + "end": 62444, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 44 }, "end": { - "line": 1304, + "line": 1346, "column": 51 } } @@ -722994,15 +723481,15 @@ "binop": null, "updateContext": null }, - "start": 60054, - "end": 60055, + "start": 62444, + "end": 62445, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 51 }, "end": { - "line": 1304, + "line": 1346, "column": 52 } } @@ -723020,15 +723507,15 @@ "binop": null }, "value": "i", - "start": 60055, - "end": 60056, + "start": 62445, + "end": 62446, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 52 }, "end": { - "line": 1304, + "line": 1346, "column": 53 } } @@ -723046,15 +723533,15 @@ "binop": null, "updateContext": null }, - "start": 60056, - "end": 60057, + "start": 62446, + "end": 62447, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 53 }, "end": { - "line": 1304, + "line": 1346, "column": 54 } } @@ -723071,15 +723558,15 @@ "postfix": false, "binop": null }, - "start": 60058, - "end": 60059, + "start": 62448, + "end": 62449, "loc": { "start": { - "line": 1304, + "line": 1346, "column": 55 }, "end": { - "line": 1304, + "line": 1346, "column": 56 } } @@ -723097,15 +723584,15 @@ "binop": null }, "value": "_wrapper", - "start": 60085, - "end": 60093, + "start": 62475, + "end": 62483, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 12 }, "end": { - "line": 1306, + "line": 1348, "column": 20 } } @@ -723123,15 +723610,15 @@ "binop": null, "updateContext": null }, - "start": 60093, - "end": 60094, + "start": 62483, + "end": 62484, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 20 }, "end": { - "line": 1306, + "line": 1348, "column": 21 } } @@ -723149,15 +723636,15 @@ "binop": null }, "value": "append", - "start": 60094, - "end": 60100, + "start": 62484, + "end": 62490, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 21 }, "end": { - "line": 1306, + "line": 1348, "column": 27 } } @@ -723174,15 +723661,15 @@ "postfix": false, "binop": null }, - "start": 60100, - "end": 60101, + "start": 62490, + "end": 62491, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 27 }, "end": { - "line": 1306, + "line": 1348, "column": 28 } } @@ -723200,15 +723687,15 @@ "binop": null }, "value": "_item", - "start": 60102, - "end": 60107, + "start": 62492, + "end": 62497, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 29 }, "end": { - "line": 1306, + "line": 1348, "column": 34 } } @@ -723225,15 +723712,15 @@ "postfix": false, "binop": null }, - "start": 60108, - "end": 60109, + "start": 62498, + "end": 62499, "loc": { "start": { - "line": 1306, + "line": 1348, "column": 35 }, "end": { - "line": 1306, + "line": 1348, "column": 36 } } @@ -723250,15 +723737,15 @@ "postfix": false, "binop": null }, - "start": 60118, - "end": 60119, + "start": 62508, + "end": 62509, "loc": { "start": { - "line": 1307, + "line": 1349, "column": 8 }, "end": { - "line": 1307, + "line": 1349, "column": 9 } } @@ -723276,15 +723763,15 @@ "binop": null }, "value": "_wrapper", - "start": 60128, - "end": 60136, + "start": 62518, + "end": 62526, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 8 }, "end": { - "line": 1308, + "line": 1350, "column": 16 } } @@ -723302,15 +723789,15 @@ "binop": null, "updateContext": null }, - "start": 60136, - "end": 60137, + "start": 62526, + "end": 62527, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 16 }, "end": { - "line": 1308, + "line": 1350, "column": 17 } } @@ -723328,15 +723815,15 @@ "binop": null }, "value": "find", - "start": 60137, - "end": 60141, + "start": 62527, + "end": 62531, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 17 }, "end": { - "line": 1308, + "line": 1350, "column": 21 } } @@ -723353,15 +723840,15 @@ "postfix": false, "binop": null }, - "start": 60141, - "end": 60142, + "start": 62531, + "end": 62532, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 21 }, "end": { - "line": 1308, + "line": 1350, "column": 22 } } @@ -723379,15 +723866,15 @@ "binop": null }, "value": "Selector", - "start": 60143, - "end": 60151, + "start": 62533, + "end": 62541, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 23 }, "end": { - "line": 1308, + "line": 1350, "column": 31 } } @@ -723405,15 +723892,15 @@ "binop": null, "updateContext": null }, - "start": 60151, - "end": 60152, + "start": 62541, + "end": 62542, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 31 }, "end": { - "line": 1308, + "line": 1350, "column": 32 } } @@ -723431,15 +723918,15 @@ "binop": null }, "value": "TIMELINE_SIDEBAR_ITEM", - "start": 60152, - "end": 60173, + "start": 62542, + "end": 62563, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 32 }, "end": { - "line": 1308, + "line": 1350, "column": 53 } } @@ -723456,15 +723943,15 @@ "postfix": false, "binop": null }, - "start": 60174, - "end": 60175, + "start": 62564, + "end": 62565, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 54 }, "end": { - "line": 1308, + "line": 1350, "column": 55 } } @@ -723482,15 +723969,15 @@ "binop": null, "updateContext": null }, - "start": 60175, - "end": 60176, + "start": 62565, + "end": 62566, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 55 }, "end": { - "line": 1308, + "line": 1350, "column": 56 } } @@ -723508,15 +723995,15 @@ "binop": null }, "value": "css", - "start": 60176, - "end": 60179, + "start": 62566, + "end": 62569, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 56 }, "end": { - "line": 1308, + "line": 1350, "column": 59 } } @@ -723533,15 +724020,15 @@ "postfix": false, "binop": null }, - "start": 60179, - "end": 60180, + "start": 62569, + "end": 62570, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 59 }, "end": { - "line": 1308, + "line": 1350, "column": 60 } } @@ -723560,15 +724047,15 @@ "updateContext": null }, "value": "height", - "start": 60181, - "end": 60189, + "start": 62571, + "end": 62579, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 61 }, "end": { - "line": 1308, + "line": 1350, "column": 69 } } @@ -723586,15 +724073,15 @@ "binop": null, "updateContext": null }, - "start": 60189, - "end": 60190, + "start": 62579, + "end": 62580, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 69 }, "end": { - "line": 1308, + "line": 1350, "column": 70 } } @@ -723611,15 +724098,15 @@ "postfix": false, "binop": null }, - "start": 60191, - "end": 60192, + "start": 62581, + "end": 62582, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 71 }, "end": { - "line": 1308, + "line": 1350, "column": 72 } } @@ -723638,15 +724125,15 @@ "updateContext": null }, "value": "", - "start": 60192, - "end": 60192, + "start": 62582, + "end": 62582, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 72 }, "end": { - "line": 1308, + "line": 1350, "column": 72 } } @@ -723663,15 +724150,15 @@ "postfix": false, "binop": null }, - "start": 60192, - "end": 60194, + "start": 62582, + "end": 62584, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 72 }, "end": { - "line": 1308, + "line": 1350, "column": 74 } } @@ -723688,15 +724175,15 @@ "postfix": false, "binop": null }, - "start": 60194, - "end": 60195, + "start": 62584, + "end": 62585, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 74 }, "end": { - "line": 1308, + "line": 1350, "column": 75 } } @@ -723714,15 +724201,15 @@ "binop": null }, "value": "_props", - "start": 60196, - "end": 60202, + "start": 62586, + "end": 62592, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 76 }, "end": { - "line": 1308, + "line": 1350, "column": 82 } } @@ -723740,15 +724227,15 @@ "binop": null, "updateContext": null }, - "start": 60202, - "end": 60203, + "start": 62592, + "end": 62593, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 82 }, "end": { - "line": 1308, + "line": 1350, "column": 83 } } @@ -723766,15 +724253,15 @@ "binop": null }, "value": "rowSize", - "start": 60203, - "end": 60210, + "start": 62593, + "end": 62600, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 83 }, "end": { - "line": 1308, + "line": 1350, "column": 90 } } @@ -723793,15 +724280,15 @@ "updateContext": null }, "value": "+", - "start": 60211, - "end": 60212, + "start": 62601, + "end": 62602, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 91 }, "end": { - "line": 1308, + "line": 1350, "column": 92 } } @@ -723819,15 +724306,15 @@ "binop": null }, "value": "_c", - "start": 60213, - "end": 60215, + "start": 62603, + "end": 62605, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 93 }, "end": { - "line": 1308, + "line": 1350, "column": 95 } } @@ -723844,15 +724331,15 @@ "postfix": false, "binop": null }, - "start": 60216, - "end": 60217, + "start": 62606, + "end": 62607, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 96 }, "end": { - "line": 1308, + "line": 1350, "column": 97 } } @@ -723869,15 +724356,15 @@ "postfix": false, "binop": null }, - "start": 60217, - "end": 60218, + "start": 62607, + "end": 62608, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 97 }, "end": { - "line": 1308, + "line": 1350, "column": 98 } } @@ -723896,15 +724383,15 @@ "updateContext": null }, "value": "px", - "start": 60218, - "end": 60220, + "start": 62608, + "end": 62610, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 98 }, "end": { - "line": 1308, + "line": 1350, "column": 100 } } @@ -723921,15 +724408,15 @@ "postfix": false, "binop": null }, - "start": 60220, - "end": 60221, + "start": 62610, + "end": 62611, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 100 }, "end": { - "line": 1308, + "line": 1350, "column": 101 } } @@ -723946,15 +724433,15 @@ "postfix": false, "binop": null }, - "start": 60222, - "end": 60223, + "start": 62612, + "end": 62613, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 102 }, "end": { - "line": 1308, + "line": 1350, "column": 103 } } @@ -723972,15 +724459,15 @@ "binop": null, "updateContext": null }, - "start": 60223, - "end": 60224, + "start": 62613, + "end": 62614, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 103 }, "end": { - "line": 1308, + "line": 1350, "column": 104 } } @@ -723998,15 +724485,15 @@ "binop": null }, "value": "css", - "start": 60224, - "end": 60227, + "start": 62614, + "end": 62617, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 104 }, "end": { - "line": 1308, + "line": 1350, "column": 107 } } @@ -724023,15 +724510,15 @@ "postfix": false, "binop": null }, - "start": 60227, - "end": 60228, + "start": 62617, + "end": 62618, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 107 }, "end": { - "line": 1308, + "line": 1350, "column": 108 } } @@ -724050,15 +724537,15 @@ "updateContext": null }, "value": "line-height", - "start": 60229, - "end": 60242, + "start": 62619, + "end": 62632, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 109 }, "end": { - "line": 1308, + "line": 1350, "column": 122 } } @@ -724076,15 +724563,15 @@ "binop": null, "updateContext": null }, - "start": 60242, - "end": 60243, + "start": 62632, + "end": 62633, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 122 }, "end": { - "line": 1308, + "line": 1350, "column": 123 } } @@ -724101,15 +724588,15 @@ "postfix": false, "binop": null }, - "start": 60244, - "end": 60245, + "start": 62634, + "end": 62635, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 124 }, "end": { - "line": 1308, + "line": 1350, "column": 125 } } @@ -724128,15 +724615,15 @@ "updateContext": null }, "value": "", - "start": 60245, - "end": 60245, + "start": 62635, + "end": 62635, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 125 }, "end": { - "line": 1308, + "line": 1350, "column": 125 } } @@ -724153,15 +724640,15 @@ "postfix": false, "binop": null }, - "start": 60245, - "end": 60247, + "start": 62635, + "end": 62637, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 125 }, "end": { - "line": 1308, + "line": 1350, "column": 127 } } @@ -724178,15 +724665,15 @@ "postfix": false, "binop": null }, - "start": 60247, - "end": 60248, + "start": 62637, + "end": 62638, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 127 }, "end": { - "line": 1308, + "line": 1350, "column": 128 } } @@ -724204,15 +724691,15 @@ "binop": null }, "value": "_props", - "start": 60249, - "end": 60255, + "start": 62639, + "end": 62645, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 129 }, "end": { - "line": 1308, + "line": 1350, "column": 135 } } @@ -724230,15 +724717,15 @@ "binop": null, "updateContext": null }, - "start": 60255, - "end": 60256, + "start": 62645, + "end": 62646, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 135 }, "end": { - "line": 1308, + "line": 1350, "column": 136 } } @@ -724256,15 +724743,15 @@ "binop": null }, "value": "rowSize", - "start": 60256, - "end": 60263, + "start": 62646, + "end": 62653, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 136 }, "end": { - "line": 1308, + "line": 1350, "column": 143 } } @@ -724283,15 +724770,15 @@ "updateContext": null }, "value": "+", - "start": 60264, - "end": 60265, + "start": 62654, + "end": 62655, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 144 }, "end": { - "line": 1308, + "line": 1350, "column": 145 } } @@ -724309,15 +724796,15 @@ "binop": null }, "value": "_c", - "start": 60266, - "end": 60268, + "start": 62656, + "end": 62658, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 146 }, "end": { - "line": 1308, + "line": 1350, "column": 148 } } @@ -724334,15 +724821,15 @@ "postfix": false, "binop": null }, - "start": 60269, - "end": 60270, + "start": 62659, + "end": 62660, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 149 }, "end": { - "line": 1308, + "line": 1350, "column": 150 } } @@ -724359,15 +724846,15 @@ "postfix": false, "binop": null }, - "start": 60270, - "end": 60271, + "start": 62660, + "end": 62661, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 150 }, "end": { - "line": 1308, + "line": 1350, "column": 151 } } @@ -724386,15 +724873,15 @@ "updateContext": null }, "value": "px", - "start": 60271, - "end": 60273, + "start": 62661, + "end": 62663, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 151 }, "end": { - "line": 1308, + "line": 1350, "column": 153 } } @@ -724411,15 +724898,15 @@ "postfix": false, "binop": null }, - "start": 60273, - "end": 60274, + "start": 62663, + "end": 62664, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 153 }, "end": { - "line": 1308, + "line": 1350, "column": 154 } } @@ -724436,15 +724923,15 @@ "postfix": false, "binop": null }, - "start": 60275, - "end": 60276, + "start": 62665, + "end": 62666, "loc": { "start": { - "line": 1308, + "line": 1350, "column": 155 }, "end": { - "line": 1308, + "line": 1350, "column": 156 } } @@ -724464,15 +724951,15 @@ "updateContext": null }, "value": "if", - "start": 60294, - "end": 60296, + "start": 62684, + "end": 62686, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 8 }, "end": { - "line": 1310, + "line": 1352, "column": 10 } } @@ -724489,15 +724976,15 @@ "postfix": false, "binop": null }, - "start": 60297, - "end": 60298, + "start": 62687, + "end": 62688, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 11 }, "end": { - "line": 1310, + "line": 1352, "column": 12 } } @@ -724515,15 +725002,15 @@ "binop": null }, "value": "margin", - "start": 60299, - "end": 60305, + "start": 62689, + "end": 62695, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 13 }, "end": { - "line": 1310, + "line": 1352, "column": 19 } } @@ -724541,15 +725028,15 @@ "binop": null, "updateContext": null }, - "start": 60305, - "end": 60306, + "start": 62695, + "end": 62696, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 19 }, "end": { - "line": 1310, + "line": 1352, "column": 20 } } @@ -724567,15 +725054,15 @@ "binop": null }, "value": "bottom", - "start": 60306, - "end": 60312, + "start": 62696, + "end": 62702, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 20 }, "end": { - "line": 1310, + "line": 1352, "column": 26 } } @@ -724594,15 +725081,15 @@ "updateContext": null }, "value": ">", - "start": 60313, - "end": 60314, + "start": 62703, + "end": 62704, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 27 }, "end": { - "line": 1310, + "line": 1352, "column": 28 } } @@ -724621,15 +725108,15 @@ "updateContext": null }, "value": 0, - "start": 60315, - "end": 60316, + "start": 62705, + "end": 62706, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 29 }, "end": { - "line": 1310, + "line": 1352, "column": 30 } } @@ -724646,15 +725133,15 @@ "postfix": false, "binop": null }, - "start": 60317, - "end": 60318, + "start": 62707, + "end": 62708, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 31 }, "end": { - "line": 1310, + "line": 1352, "column": 32 } } @@ -724671,15 +725158,15 @@ "postfix": false, "binop": null }, - "start": 60319, - "end": 60320, + "start": 62709, + "end": 62710, "loc": { "start": { - "line": 1310, + "line": 1352, "column": 33 }, "end": { - "line": 1310, + "line": 1352, "column": 34 } } @@ -724697,15 +725184,15 @@ "binop": null }, "value": "_wrapper", - "start": 60333, - "end": 60341, + "start": 62723, + "end": 62731, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 12 }, "end": { - "line": 1311, + "line": 1353, "column": 20 } } @@ -724723,15 +725210,15 @@ "binop": null, "updateContext": null }, - "start": 60341, - "end": 60342, + "start": 62731, + "end": 62732, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 20 }, "end": { - "line": 1311, + "line": 1353, "column": 21 } } @@ -724749,15 +725236,15 @@ "binop": null }, "value": "append", - "start": 60342, - "end": 60348, + "start": 62732, + "end": 62738, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 21 }, "end": { - "line": 1311, + "line": 1353, "column": 27 } } @@ -724774,15 +725261,15 @@ "postfix": false, "binop": null }, - "start": 60348, - "end": 60349, + "start": 62738, + "end": 62739, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 27 }, "end": { - "line": 1311, + "line": 1353, "column": 28 } } @@ -724800,15 +725287,15 @@ "binop": null }, "value": "_margin", - "start": 60350, - "end": 60357, + "start": 62740, + "end": 62747, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 29 }, "end": { - "line": 1311, + "line": 1353, "column": 36 } } @@ -724826,15 +725313,15 @@ "binop": null, "updateContext": null }, - "start": 60357, - "end": 60358, + "start": 62747, + "end": 62748, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 36 }, "end": { - "line": 1311, + "line": 1353, "column": 37 } } @@ -724852,15 +725339,15 @@ "binop": null }, "value": "clone", - "start": 60358, - "end": 60363, + "start": 62748, + "end": 62753, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 37 }, "end": { - "line": 1311, + "line": 1353, "column": 42 } } @@ -724877,15 +725364,15 @@ "postfix": false, "binop": null }, - "start": 60363, - "end": 60364, + "start": 62753, + "end": 62754, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 42 }, "end": { - "line": 1311, + "line": 1353, "column": 43 } } @@ -724902,15 +725389,15 @@ "postfix": false, "binop": null }, - "start": 60364, - "end": 60365, + "start": 62754, + "end": 62755, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 43 }, "end": { - "line": 1311, + "line": 1353, "column": 44 } } @@ -724928,15 +725415,15 @@ "binop": null, "updateContext": null }, - "start": 60365, - "end": 60366, + "start": 62755, + "end": 62756, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 44 }, "end": { - "line": 1311, + "line": 1353, "column": 45 } } @@ -724954,15 +725441,15 @@ "binop": null }, "value": "css", - "start": 60366, - "end": 60369, + "start": 62756, + "end": 62759, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 45 }, "end": { - "line": 1311, + "line": 1353, "column": 48 } } @@ -724979,15 +725466,15 @@ "postfix": false, "binop": null }, - "start": 60369, - "end": 60370, + "start": 62759, + "end": 62760, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 48 }, "end": { - "line": 1311, + "line": 1353, "column": 49 } } @@ -725006,15 +725493,15 @@ "updateContext": null }, "value": "height", - "start": 60371, - "end": 60379, + "start": 62761, + "end": 62769, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 50 }, "end": { - "line": 1311, + "line": 1353, "column": 58 } } @@ -725032,15 +725519,15 @@ "binop": null, "updateContext": null }, - "start": 60379, - "end": 60380, + "start": 62769, + "end": 62770, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 58 }, "end": { - "line": 1311, + "line": 1353, "column": 59 } } @@ -725057,15 +725544,15 @@ "postfix": false, "binop": null }, - "start": 60381, - "end": 60382, + "start": 62771, + "end": 62772, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 60 }, "end": { - "line": 1311, + "line": 1353, "column": 61 } } @@ -725084,15 +725571,15 @@ "updateContext": null }, "value": "", - "start": 60382, - "end": 60382, + "start": 62772, + "end": 62772, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 61 }, "end": { - "line": 1311, + "line": 1353, "column": 61 } } @@ -725109,15 +725596,15 @@ "postfix": false, "binop": null }, - "start": 60382, - "end": 60384, + "start": 62772, + "end": 62774, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 61 }, "end": { - "line": 1311, + "line": 1353, "column": 63 } } @@ -725134,15 +725621,15 @@ "postfix": false, "binop": null }, - "start": 60384, - "end": 60385, + "start": 62774, + "end": 62775, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 63 }, "end": { - "line": 1311, + "line": 1353, "column": 64 } } @@ -725160,15 +725647,15 @@ "binop": null }, "value": "margin", - "start": 60386, - "end": 60392, + "start": 62776, + "end": 62782, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 65 }, "end": { - "line": 1311, + "line": 1353, "column": 71 } } @@ -725186,15 +725673,15 @@ "binop": null, "updateContext": null }, - "start": 60392, - "end": 60393, + "start": 62782, + "end": 62783, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 71 }, "end": { - "line": 1311, + "line": 1353, "column": 72 } } @@ -725212,15 +725699,15 @@ "binop": null }, "value": "bottom", - "start": 60393, - "end": 60399, + "start": 62783, + "end": 62789, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 72 }, "end": { - "line": 1311, + "line": 1353, "column": 78 } } @@ -725239,15 +725726,15 @@ "updateContext": null }, "value": "+", - "start": 60400, - "end": 60401, + "start": 62790, + "end": 62791, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 79 }, "end": { - "line": 1311, + "line": 1353, "column": 80 } } @@ -725266,15 +725753,15 @@ "updateContext": null }, "value": 1, - "start": 60402, - "end": 60403, + "start": 62792, + "end": 62793, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 81 }, "end": { - "line": 1311, + "line": 1353, "column": 82 } } @@ -725291,15 +725778,15 @@ "postfix": false, "binop": null }, - "start": 60404, - "end": 60405, + "start": 62794, + "end": 62795, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 83 }, "end": { - "line": 1311, + "line": 1353, "column": 84 } } @@ -725316,15 +725803,15 @@ "postfix": false, "binop": null }, - "start": 60405, - "end": 60406, + "start": 62795, + "end": 62796, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 84 }, "end": { - "line": 1311, + "line": 1353, "column": 85 } } @@ -725343,15 +725830,15 @@ "updateContext": null }, "value": "px", - "start": 60406, - "end": 60408, + "start": 62796, + "end": 62798, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 85 }, "end": { - "line": 1311, + "line": 1353, "column": 87 } } @@ -725368,15 +725855,15 @@ "postfix": false, "binop": null }, - "start": 60408, - "end": 60409, + "start": 62798, + "end": 62799, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 87 }, "end": { - "line": 1311, + "line": 1353, "column": 88 } } @@ -725393,15 +725880,15 @@ "postfix": false, "binop": null }, - "start": 60410, - "end": 60411, + "start": 62800, + "end": 62801, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 89 }, "end": { - "line": 1311, + "line": 1353, "column": 90 } } @@ -725418,15 +725905,15 @@ "postfix": false, "binop": null }, - "start": 60412, - "end": 60413, + "start": 62802, + "end": 62803, "loc": { "start": { - "line": 1311, + "line": 1353, "column": 91 }, "end": { - "line": 1311, + "line": 1353, "column": 92 } } @@ -725443,15 +725930,15 @@ "postfix": false, "binop": null }, - "start": 60422, - "end": 60423, + "start": 62812, + "end": 62813, "loc": { "start": { - "line": 1312, + "line": 1354, "column": 8 }, "end": { - "line": 1312, + "line": 1354, "column": 9 } } @@ -725471,15 +725958,15 @@ "updateContext": null }, "value": "return", - "start": 60441, - "end": 60447, + "start": 62831, + "end": 62837, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 8 }, "end": { - "line": 1314, + "line": 1356, "column": 14 } } @@ -725497,15 +725984,15 @@ "binop": null }, "value": "_wrapper", - "start": 60448, - "end": 60456, + "start": 62838, + "end": 62846, "loc": { "start": { - "line": 1314, + "line": 1356, "column": 15 }, "end": { - "line": 1314, + "line": 1356, "column": 23 } } @@ -725522,15 +726009,15 @@ "postfix": false, "binop": null }, - "start": 60461, - "end": 60462, + "start": 62851, + "end": 62852, "loc": { "start": { - "line": 1315, + "line": 1357, "column": 4 }, "end": { - "line": 1315, + "line": 1357, "column": 5 } } @@ -725538,15 +726025,15 @@ { "type": "CommentBlock", "value": "*\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n ", - "start": 60472, - "end": 60586, + "start": 62862, + "end": 62976, "loc": { "start": { - "line": 1317, + "line": 1359, "column": 4 }, "end": { - "line": 1321, + "line": 1363, "column": 7 } } @@ -725564,15 +726051,15 @@ "binop": null }, "value": "_createFooter", - "start": 60591, - "end": 60604, + "start": 62981, + "end": 62994, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 4 }, "end": { - "line": 1322, + "line": 1364, "column": 17 } } @@ -725589,15 +726076,15 @@ "postfix": false, "binop": null }, - "start": 60604, - "end": 60605, + "start": 62994, + "end": 62995, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 17 }, "end": { - "line": 1322, + "line": 1364, "column": 18 } } @@ -725614,15 +726101,15 @@ "postfix": false, "binop": null }, - "start": 60605, - "end": 60606, + "start": 62995, + "end": 62996, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 18 }, "end": { - "line": 1322, + "line": 1364, "column": 19 } } @@ -725639,15 +726126,15 @@ "postfix": false, "binop": null }, - "start": 60607, - "end": 60608, + "start": 62997, + "end": 62998, "loc": { "start": { - "line": 1322, + "line": 1364, "column": 20 }, "end": { - "line": 1322, + "line": 1364, "column": 21 } } @@ -725667,15 +726154,15 @@ "updateContext": null }, "value": "let", - "start": 60617, - "end": 60620, + "start": 63007, + "end": 63010, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 8 }, "end": { - "line": 1323, + "line": 1365, "column": 11 } } @@ -725693,15 +726180,15 @@ "binop": null }, "value": "_opts", - "start": 60621, - "end": 60626, + "start": 63011, + "end": 63016, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 12 }, "end": { - "line": 1323, + "line": 1365, "column": 17 } } @@ -725720,15 +726207,15 @@ "updateContext": null }, "value": "=", - "start": 60630, - "end": 60631, + "start": 63020, + "end": 63021, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 21 }, "end": { - "line": 1323, + "line": 1365, "column": 22 } } @@ -725748,15 +726235,15 @@ "updateContext": null }, "value": "this", - "start": 60632, - "end": 60636, + "start": 63022, + "end": 63026, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 23 }, "end": { - "line": 1323, + "line": 1365, "column": 27 } } @@ -725774,15 +726261,15 @@ "binop": null, "updateContext": null }, - "start": 60636, - "end": 60637, + "start": 63026, + "end": 63027, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 27 }, "end": { - "line": 1323, + "line": 1365, "column": 28 } } @@ -725800,15 +726287,15 @@ "binop": null }, "value": "_config", - "start": 60637, - "end": 60644, + "start": 63027, + "end": 63034, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 28 }, "end": { - "line": 1323, + "line": 1365, "column": 35 } } @@ -725826,15 +726313,15 @@ "binop": null, "updateContext": null }, - "start": 60644, - "end": 60645, + "start": 63034, + "end": 63035, "loc": { "start": { - "line": 1323, + "line": 1365, "column": 35 }, "end": { - "line": 1323, + "line": 1365, "column": 36 } } @@ -725852,15 +726339,15 @@ "binop": null }, "value": "_props", - "start": 60658, - "end": 60664, + "start": 63048, + "end": 63054, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 12 }, "end": { - "line": 1324, + "line": 1366, "column": 18 } } @@ -725879,15 +726366,15 @@ "updateContext": null }, "value": "=", - "start": 60667, - "end": 60668, + "start": 63057, + "end": 63058, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 21 }, "end": { - "line": 1324, + "line": 1366, "column": 22 } } @@ -725907,15 +726394,15 @@ "updateContext": null }, "value": "this", - "start": 60669, - "end": 60673, + "start": 63059, + "end": 63063, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 23 }, "end": { - "line": 1324, + "line": 1366, "column": 27 } } @@ -725933,15 +726420,15 @@ "binop": null, "updateContext": null }, - "start": 60673, - "end": 60674, + "start": 63063, + "end": 63064, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 27 }, "end": { - "line": 1324, + "line": 1366, "column": 28 } } @@ -725959,15 +726446,15 @@ "binop": null }, "value": "_instanceProps", - "start": 60674, - "end": 60688, + "start": 63064, + "end": 63078, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 28 }, "end": { - "line": 1324, + "line": 1366, "column": 42 } } @@ -725985,15 +726472,15 @@ "binop": null, "updateContext": null }, - "start": 60688, - "end": 60689, + "start": 63078, + "end": 63079, "loc": { "start": { - "line": 1324, + "line": 1366, "column": 42 }, "end": { - "line": 1324, + "line": 1366, "column": 43 } } @@ -726011,15 +726498,15 @@ "binop": null }, "value": "_display", - "start": 60702, - "end": 60710, + "start": 63092, + "end": 63100, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 12 }, "end": { - "line": 1325, + "line": 1367, "column": 20 } } @@ -726038,15 +726525,15 @@ "updateContext": null }, "value": "=", - "start": 60711, - "end": 60712, + "start": 63101, + "end": 63102, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 21 }, "end": { - "line": 1325, + "line": 1367, "column": 22 } } @@ -726066,15 +726553,15 @@ "updateContext": null }, "value": "this", - "start": 60713, - "end": 60717, + "start": 63103, + "end": 63107, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 23 }, "end": { - "line": 1325, + "line": 1367, "column": 27 } } @@ -726092,15 +726579,15 @@ "binop": null, "updateContext": null }, - "start": 60717, - "end": 60718, + "start": 63107, + "end": 63108, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 27 }, "end": { - "line": 1325, + "line": 1367, "column": 28 } } @@ -726118,15 +726605,15 @@ "binop": null }, "value": "supplement", - "start": 60718, - "end": 60728, + "start": 63108, + "end": 63118, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 28 }, "end": { - "line": 1325, + "line": 1367, "column": 38 } } @@ -726143,15 +726630,15 @@ "postfix": false, "binop": null }, - "start": 60728, - "end": 60729, + "start": 63118, + "end": 63119, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 38 }, "end": { - "line": 1325, + "line": 1367, "column": 39 } } @@ -726169,15 +726656,15 @@ "binop": null }, "value": "Default", - "start": 60730, - "end": 60737, + "start": 63120, + "end": 63127, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 40 }, "end": { - "line": 1325, + "line": 1367, "column": 47 } } @@ -726195,15 +726682,15 @@ "binop": null, "updateContext": null }, - "start": 60737, - "end": 60738, + "start": 63127, + "end": 63128, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 47 }, "end": { - "line": 1325, + "line": 1367, "column": 48 } } @@ -726221,15 +726708,15 @@ "binop": null }, "value": "footer", - "start": 60738, - "end": 60744, + "start": 63128, + "end": 63134, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 48 }, "end": { - "line": 1325, + "line": 1367, "column": 54 } } @@ -726247,15 +726734,15 @@ "binop": null, "updateContext": null }, - "start": 60744, - "end": 60745, + "start": 63134, + "end": 63135, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 54 }, "end": { - "line": 1325, + "line": 1367, "column": 55 } } @@ -726273,15 +726760,15 @@ "binop": null }, "value": "display", - "start": 60745, - "end": 60752, + "start": 63135, + "end": 63142, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 55 }, "end": { - "line": 1325, + "line": 1367, "column": 62 } } @@ -726299,15 +726786,15 @@ "binop": null, "updateContext": null }, - "start": 60752, - "end": 60753, + "start": 63142, + "end": 63143, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 62 }, "end": { - "line": 1325, + "line": 1367, "column": 63 } } @@ -726325,15 +726812,15 @@ "binop": null }, "value": "_opts", - "start": 60754, - "end": 60759, + "start": 63144, + "end": 63149, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 64 }, "end": { - "line": 1325, + "line": 1367, "column": 69 } } @@ -726351,15 +726838,15 @@ "binop": null, "updateContext": null }, - "start": 60759, - "end": 60760, + "start": 63149, + "end": 63150, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 69 }, "end": { - "line": 1325, + "line": 1367, "column": 70 } } @@ -726377,15 +726864,15 @@ "binop": null }, "value": "footer", - "start": 60760, - "end": 60766, + "start": 63150, + "end": 63156, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 70 }, "end": { - "line": 1325, + "line": 1367, "column": 76 } } @@ -726403,15 +726890,15 @@ "binop": null, "updateContext": null }, - "start": 60766, - "end": 60767, + "start": 63156, + "end": 63157, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 76 }, "end": { - "line": 1325, + "line": 1367, "column": 77 } } @@ -726429,15 +726916,15 @@ "binop": null }, "value": "display", - "start": 60767, - "end": 60774, + "start": 63157, + "end": 63164, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 77 }, "end": { - "line": 1325, + "line": 1367, "column": 84 } } @@ -726454,15 +726941,15 @@ "postfix": false, "binop": null }, - "start": 60775, - "end": 60776, + "start": 63165, + "end": 63166, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 85 }, "end": { - "line": 1325, + "line": 1367, "column": 86 } } @@ -726480,15 +726967,15 @@ "binop": null, "updateContext": null }, - "start": 60776, - "end": 60777, + "start": 63166, + "end": 63167, "loc": { "start": { - "line": 1325, + "line": 1367, "column": 86 }, "end": { - "line": 1325, + "line": 1367, "column": 87 } } @@ -726506,15 +726993,15 @@ "binop": null }, "value": "_content", - "start": 60790, - "end": 60798, + "start": 63180, + "end": 63188, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 12 }, "end": { - "line": 1326, + "line": 1368, "column": 20 } } @@ -726533,15 +727020,15 @@ "updateContext": null }, "value": "=", - "start": 60799, - "end": 60800, + "start": 63189, + "end": 63190, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 21 }, "end": { - "line": 1326, + "line": 1368, "column": 22 } } @@ -726561,15 +727048,15 @@ "updateContext": null }, "value": "this", - "start": 60801, - "end": 60805, + "start": 63191, + "end": 63195, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 23 }, "end": { - "line": 1326, + "line": 1368, "column": 27 } } @@ -726587,15 +727074,15 @@ "binop": null, "updateContext": null }, - "start": 60805, - "end": 60806, + "start": 63195, + "end": 63196, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 27 }, "end": { - "line": 1326, + "line": 1368, "column": 28 } } @@ -726613,15 +727100,15 @@ "binop": null }, "value": "supplement", - "start": 60806, - "end": 60816, + "start": 63196, + "end": 63206, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 28 }, "end": { - "line": 1326, + "line": 1368, "column": 38 } } @@ -726638,15 +727125,15 @@ "postfix": false, "binop": null }, - "start": 60816, - "end": 60817, + "start": 63206, + "end": 63207, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 38 }, "end": { - "line": 1326, + "line": 1368, "column": 39 } } @@ -726666,15 +727153,15 @@ "updateContext": null }, "value": "null", - "start": 60818, - "end": 60822, + "start": 63208, + "end": 63212, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 40 }, "end": { - "line": 1326, + "line": 1368, "column": 44 } } @@ -726692,15 +727179,15 @@ "binop": null, "updateContext": null }, - "start": 60822, - "end": 60823, + "start": 63212, + "end": 63213, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 44 }, "end": { - "line": 1326, + "line": 1368, "column": 45 } } @@ -726718,15 +727205,15 @@ "binop": null }, "value": "_opts", - "start": 60824, - "end": 60829, + "start": 63214, + "end": 63219, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 46 }, "end": { - "line": 1326, + "line": 1368, "column": 51 } } @@ -726744,15 +727231,15 @@ "binop": null, "updateContext": null }, - "start": 60829, - "end": 60830, + "start": 63219, + "end": 63220, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 51 }, "end": { - "line": 1326, + "line": 1368, "column": 52 } } @@ -726770,15 +727257,15 @@ "binop": null }, "value": "footer", - "start": 60830, - "end": 60836, + "start": 63220, + "end": 63226, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 52 }, "end": { - "line": 1326, + "line": 1368, "column": 58 } } @@ -726796,15 +727283,15 @@ "binop": null, "updateContext": null }, - "start": 60836, - "end": 60837, + "start": 63226, + "end": 63227, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 58 }, "end": { - "line": 1326, + "line": 1368, "column": 59 } } @@ -726822,15 +727309,15 @@ "binop": null }, "value": "content", - "start": 60837, - "end": 60844, + "start": 63227, + "end": 63234, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 59 }, "end": { - "line": 1326, + "line": 1368, "column": 66 } } @@ -726847,15 +727334,15 @@ "postfix": false, "binop": null }, - "start": 60845, - "end": 60846, + "start": 63235, + "end": 63236, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 67 }, "end": { - "line": 1326, + "line": 1368, "column": 68 } } @@ -726873,15 +727360,15 @@ "binop": null, "updateContext": null }, - "start": 60846, - "end": 60847, + "start": 63236, + "end": 63237, "loc": { "start": { - "line": 1326, + "line": 1368, "column": 68 }, "end": { - "line": 1326, + "line": 1368, "column": 69 } } @@ -726899,15 +727386,15 @@ "binop": null }, "value": "_range", - "start": 60860, - "end": 60866, + "start": 63250, + "end": 63256, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 12 }, "end": { - "line": 1327, + "line": 1369, "column": 18 } } @@ -726926,15 +727413,15 @@ "updateContext": null }, "value": "=", - "start": 60869, - "end": 60870, + "start": 63259, + "end": 63260, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 21 }, "end": { - "line": 1327, + "line": 1369, "column": 22 } } @@ -726954,15 +727441,15 @@ "updateContext": null }, "value": "this", - "start": 60871, - "end": 60875, + "start": 63261, + "end": 63265, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 23 }, "end": { - "line": 1327, + "line": 1369, "column": 27 } } @@ -726980,15 +727467,15 @@ "binop": null, "updateContext": null }, - "start": 60875, - "end": 60876, + "start": 63265, + "end": 63266, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 27 }, "end": { - "line": 1327, + "line": 1369, "column": 28 } } @@ -727006,15 +727493,15 @@ "binop": null }, "value": "supplement", - "start": 60876, - "end": 60886, + "start": 63266, + "end": 63276, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 28 }, "end": { - "line": 1327, + "line": 1369, "column": 38 } } @@ -727031,15 +727518,15 @@ "postfix": false, "binop": null }, - "start": 60886, - "end": 60887, + "start": 63276, + "end": 63277, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 38 }, "end": { - "line": 1327, + "line": 1369, "column": 39 } } @@ -727057,15 +727544,15 @@ "binop": null }, "value": "Default", - "start": 60888, - "end": 60895, + "start": 63278, + "end": 63285, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 40 }, "end": { - "line": 1327, + "line": 1369, "column": 47 } } @@ -727083,15 +727570,15 @@ "binop": null, "updateContext": null }, - "start": 60895, - "end": 60896, + "start": 63285, + "end": 63286, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 47 }, "end": { - "line": 1327, + "line": 1369, "column": 48 } } @@ -727109,15 +727596,15 @@ "binop": null }, "value": "footer", - "start": 60896, - "end": 60902, + "start": 63286, + "end": 63292, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 48 }, "end": { - "line": 1327, + "line": 1369, "column": 54 } } @@ -727135,15 +727622,15 @@ "binop": null, "updateContext": null }, - "start": 60902, - "end": 60903, + "start": 63292, + "end": 63293, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 54 }, "end": { - "line": 1327, + "line": 1369, "column": 55 } } @@ -727161,15 +727648,15 @@ "binop": null }, "value": "range", - "start": 60903, - "end": 60908, + "start": 63293, + "end": 63298, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 55 }, "end": { - "line": 1327, + "line": 1369, "column": 60 } } @@ -727187,15 +727674,15 @@ "binop": null, "updateContext": null }, - "start": 60908, - "end": 60909, + "start": 63298, + "end": 63299, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 60 }, "end": { - "line": 1327, + "line": 1369, "column": 61 } } @@ -727213,15 +727700,15 @@ "binop": null }, "value": "_opts", - "start": 60910, - "end": 60915, + "start": 63300, + "end": 63305, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 62 }, "end": { - "line": 1327, + "line": 1369, "column": 67 } } @@ -727239,15 +727726,15 @@ "binop": null, "updateContext": null }, - "start": 60915, - "end": 60916, + "start": 63305, + "end": 63306, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 67 }, "end": { - "line": 1327, + "line": 1369, "column": 68 } } @@ -727265,15 +727752,15 @@ "binop": null }, "value": "footer", - "start": 60916, - "end": 60922, + "start": 63306, + "end": 63312, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 68 }, "end": { - "line": 1327, + "line": 1369, "column": 74 } } @@ -727291,15 +727778,15 @@ "binop": null, "updateContext": null }, - "start": 60922, - "end": 60923, + "start": 63312, + "end": 63313, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 74 }, "end": { - "line": 1327, + "line": 1369, "column": 75 } } @@ -727317,15 +727804,15 @@ "binop": null }, "value": "range", - "start": 60923, - "end": 60928, + "start": 63313, + "end": 63318, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 75 }, "end": { - "line": 1327, + "line": 1369, "column": 80 } } @@ -727342,15 +727829,15 @@ "postfix": false, "binop": null }, - "start": 60929, - "end": 60930, + "start": 63319, + "end": 63320, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 81 }, "end": { - "line": 1327, + "line": 1369, "column": 82 } } @@ -727368,15 +727855,15 @@ "binop": null, "updateContext": null }, - "start": 60930, - "end": 60931, + "start": 63320, + "end": 63321, "loc": { "start": { - "line": 1327, + "line": 1369, "column": 82 }, "end": { - "line": 1327, + "line": 1369, "column": 83 } } @@ -727394,15 +727881,15 @@ "binop": null }, "value": "_scale", - "start": 60944, - "end": 60950, + "start": 63334, + "end": 63340, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 12 }, "end": { - "line": 1328, + "line": 1370, "column": 18 } } @@ -727421,15 +727908,15 @@ "updateContext": null }, "value": "=", - "start": 60953, - "end": 60954, + "start": 63343, + "end": 63344, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 21 }, "end": { - "line": 1328, + "line": 1370, "column": 22 } } @@ -727449,15 +727936,15 @@ "updateContext": null }, "value": "this", - "start": 60955, - "end": 60959, + "start": 63345, + "end": 63349, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 23 }, "end": { - "line": 1328, + "line": 1370, "column": 27 } } @@ -727475,15 +727962,15 @@ "binop": null, "updateContext": null }, - "start": 60959, - "end": 60960, + "start": 63349, + "end": 63350, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 27 }, "end": { - "line": 1328, + "line": 1370, "column": 28 } } @@ -727501,15 +727988,15 @@ "binop": null }, "value": "supplement", - "start": 60960, - "end": 60970, + "start": 63350, + "end": 63360, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 28 }, "end": { - "line": 1328, + "line": 1370, "column": 38 } } @@ -727526,15 +728013,15 @@ "postfix": false, "binop": null }, - "start": 60970, - "end": 60971, + "start": 63360, + "end": 63361, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 38 }, "end": { - "line": 1328, + "line": 1370, "column": 39 } } @@ -727552,15 +728039,15 @@ "binop": null }, "value": "Default", - "start": 60972, - "end": 60979, + "start": 63362, + "end": 63369, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 40 }, "end": { - "line": 1328, + "line": 1370, "column": 47 } } @@ -727578,15 +728065,15 @@ "binop": null, "updateContext": null }, - "start": 60979, - "end": 60980, + "start": 63369, + "end": 63370, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 47 }, "end": { - "line": 1328, + "line": 1370, "column": 48 } } @@ -727604,15 +728091,15 @@ "binop": null }, "value": "footer", - "start": 60980, - "end": 60986, + "start": 63370, + "end": 63376, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 48 }, "end": { - "line": 1328, + "line": 1370, "column": 54 } } @@ -727630,15 +728117,15 @@ "binop": null, "updateContext": null }, - "start": 60986, - "end": 60987, + "start": 63376, + "end": 63377, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 54 }, "end": { - "line": 1328, + "line": 1370, "column": 55 } } @@ -727656,15 +728143,15 @@ "binop": null }, "value": "scale", - "start": 60987, - "end": 60992, + "start": 63377, + "end": 63382, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 55 }, "end": { - "line": 1328, + "line": 1370, "column": 60 } } @@ -727682,15 +728169,15 @@ "binop": null, "updateContext": null }, - "start": 60992, - "end": 60993, + "start": 63382, + "end": 63383, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 60 }, "end": { - "line": 1328, + "line": 1370, "column": 61 } } @@ -727708,15 +728195,15 @@ "binop": null }, "value": "_opts", - "start": 60994, - "end": 60999, + "start": 63384, + "end": 63389, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 62 }, "end": { - "line": 1328, + "line": 1370, "column": 67 } } @@ -727734,15 +728221,15 @@ "binop": null, "updateContext": null }, - "start": 60999, - "end": 61000, + "start": 63389, + "end": 63390, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 67 }, "end": { - "line": 1328, + "line": 1370, "column": 68 } } @@ -727760,15 +728247,15 @@ "binop": null }, "value": "footer", - "start": 61000, - "end": 61006, + "start": 63390, + "end": 63396, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 68 }, "end": { - "line": 1328, + "line": 1370, "column": 74 } } @@ -727786,15 +728273,15 @@ "binop": null, "updateContext": null }, - "start": 61006, - "end": 61007, + "start": 63396, + "end": 63397, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 74 }, "end": { - "line": 1328, + "line": 1370, "column": 75 } } @@ -727812,15 +728299,15 @@ "binop": null }, "value": "scale", - "start": 61007, - "end": 61012, + "start": 63397, + "end": 63402, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 75 }, "end": { - "line": 1328, + "line": 1370, "column": 80 } } @@ -727837,15 +728324,15 @@ "postfix": false, "binop": null }, - "start": 61013, - "end": 61014, + "start": 63403, + "end": 63404, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 81 }, "end": { - "line": 1328, + "line": 1370, "column": 82 } } @@ -727863,15 +728350,15 @@ "binop": null, "updateContext": null }, - "start": 61014, - "end": 61015, + "start": 63404, + "end": 63405, "loc": { "start": { - "line": 1328, + "line": 1370, "column": 82 }, "end": { - "line": 1328, + "line": 1370, "column": 83 } } @@ -727889,15 +728376,15 @@ "binop": null }, "value": "_locale", - "start": 61028, - "end": 61035, + "start": 63418, + "end": 63425, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 12 }, "end": { - "line": 1329, + "line": 1371, "column": 19 } } @@ -727916,15 +728403,15 @@ "updateContext": null }, "value": "=", - "start": 61037, - "end": 61038, + "start": 63427, + "end": 63428, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 21 }, "end": { - "line": 1329, + "line": 1371, "column": 22 } } @@ -727944,15 +728431,15 @@ "updateContext": null }, "value": "this", - "start": 61039, - "end": 61043, + "start": 63429, + "end": 63433, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 23 }, "end": { - "line": 1329, + "line": 1371, "column": 27 } } @@ -727970,15 +728457,15 @@ "binop": null, "updateContext": null }, - "start": 61043, - "end": 61044, + "start": 63433, + "end": 63434, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 27 }, "end": { - "line": 1329, + "line": 1371, "column": 28 } } @@ -727996,15 +728483,15 @@ "binop": null }, "value": "supplement", - "start": 61044, - "end": 61054, + "start": 63434, + "end": 63444, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 28 }, "end": { - "line": 1329, + "line": 1371, "column": 38 } } @@ -728021,15 +728508,15 @@ "postfix": false, "binop": null }, - "start": 61054, - "end": 61055, + "start": 63444, + "end": 63445, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 38 }, "end": { - "line": 1329, + "line": 1371, "column": 39 } } @@ -728047,15 +728534,15 @@ "binop": null }, "value": "Default", - "start": 61056, - "end": 61063, + "start": 63446, + "end": 63453, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 40 }, "end": { - "line": 1329, + "line": 1371, "column": 47 } } @@ -728073,15 +728560,15 @@ "binop": null, "updateContext": null }, - "start": 61063, - "end": 61064, + "start": 63453, + "end": 63454, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 47 }, "end": { - "line": 1329, + "line": 1371, "column": 48 } } @@ -728099,15 +728586,15 @@ "binop": null }, "value": "footer", - "start": 61064, - "end": 61070, + "start": 63454, + "end": 63460, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 48 }, "end": { - "line": 1329, + "line": 1371, "column": 54 } } @@ -728125,15 +728612,15 @@ "binop": null, "updateContext": null }, - "start": 61070, - "end": 61071, + "start": 63460, + "end": 63461, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 54 }, "end": { - "line": 1329, + "line": 1371, "column": 55 } } @@ -728151,15 +728638,15 @@ "binop": null }, "value": "locale", - "start": 61071, - "end": 61077, + "start": 63461, + "end": 63467, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 55 }, "end": { - "line": 1329, + "line": 1371, "column": 61 } } @@ -728177,15 +728664,15 @@ "binop": null, "updateContext": null }, - "start": 61077, - "end": 61078, + "start": 63467, + "end": 63468, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 61 }, "end": { - "line": 1329, + "line": 1371, "column": 62 } } @@ -728203,15 +728690,15 @@ "binop": null }, "value": "_opts", - "start": 61079, - "end": 61084, + "start": 63469, + "end": 63474, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 63 }, "end": { - "line": 1329, + "line": 1371, "column": 68 } } @@ -728229,15 +728716,15 @@ "binop": null, "updateContext": null }, - "start": 61084, - "end": 61085, + "start": 63474, + "end": 63475, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 68 }, "end": { - "line": 1329, + "line": 1371, "column": 69 } } @@ -728255,15 +728742,15 @@ "binop": null }, "value": "footer", - "start": 61085, - "end": 61091, + "start": 63475, + "end": 63481, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 69 }, "end": { - "line": 1329, + "line": 1371, "column": 75 } } @@ -728281,15 +728768,15 @@ "binop": null, "updateContext": null }, - "start": 61091, - "end": 61092, + "start": 63481, + "end": 63482, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 75 }, "end": { - "line": 1329, + "line": 1371, "column": 76 } } @@ -728307,15 +728794,15 @@ "binop": null }, "value": "locale", - "start": 61092, - "end": 61098, + "start": 63482, + "end": 63488, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 76 }, "end": { - "line": 1329, + "line": 1371, "column": 82 } } @@ -728332,15 +728819,15 @@ "postfix": false, "binop": null }, - "start": 61099, - "end": 61100, + "start": 63489, + "end": 63490, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 83 }, "end": { - "line": 1329, + "line": 1371, "column": 84 } } @@ -728358,15 +728845,15 @@ "binop": null, "updateContext": null }, - "start": 61100, - "end": 61101, + "start": 63490, + "end": 63491, "loc": { "start": { - "line": 1329, + "line": 1371, "column": 84 }, "end": { - "line": 1329, + "line": 1371, "column": 85 } } @@ -728384,15 +728871,15 @@ "binop": null }, "value": "_format", - "start": 61114, - "end": 61121, + "start": 63504, + "end": 63511, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 12 }, "end": { - "line": 1330, + "line": 1372, "column": 19 } } @@ -728411,15 +728898,15 @@ "updateContext": null }, "value": "=", - "start": 61123, - "end": 61124, + "start": 63513, + "end": 63514, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 21 }, "end": { - "line": 1330, + "line": 1372, "column": 22 } } @@ -728439,15 +728926,15 @@ "updateContext": null }, "value": "this", - "start": 61125, - "end": 61129, + "start": 63515, + "end": 63519, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 23 }, "end": { - "line": 1330, + "line": 1372, "column": 27 } } @@ -728465,15 +728952,15 @@ "binop": null, "updateContext": null }, - "start": 61129, - "end": 61130, + "start": 63519, + "end": 63520, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 27 }, "end": { - "line": 1330, + "line": 1372, "column": 28 } } @@ -728491,15 +728978,15 @@ "binop": null }, "value": "supplement", - "start": 61130, - "end": 61140, + "start": 63520, + "end": 63530, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 28 }, "end": { - "line": 1330, + "line": 1372, "column": 38 } } @@ -728516,15 +729003,15 @@ "postfix": false, "binop": null }, - "start": 61140, - "end": 61141, + "start": 63530, + "end": 63531, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 38 }, "end": { - "line": 1330, + "line": 1372, "column": 39 } } @@ -728542,15 +729029,15 @@ "binop": null }, "value": "Default", - "start": 61142, - "end": 61149, + "start": 63532, + "end": 63539, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 40 }, "end": { - "line": 1330, + "line": 1372, "column": 47 } } @@ -728568,15 +729055,15 @@ "binop": null, "updateContext": null }, - "start": 61149, - "end": 61150, + "start": 63539, + "end": 63540, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 47 }, "end": { - "line": 1330, + "line": 1372, "column": 48 } } @@ -728594,15 +729081,15 @@ "binop": null }, "value": "footer", - "start": 61150, - "end": 61156, + "start": 63540, + "end": 63546, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 48 }, "end": { - "line": 1330, + "line": 1372, "column": 54 } } @@ -728620,15 +729107,15 @@ "binop": null, "updateContext": null }, - "start": 61156, - "end": 61157, + "start": 63546, + "end": 63547, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 54 }, "end": { - "line": 1330, + "line": 1372, "column": 55 } } @@ -728646,15 +729133,15 @@ "binop": null }, "value": "format", - "start": 61157, - "end": 61163, + "start": 63547, + "end": 63553, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 55 }, "end": { - "line": 1330, + "line": 1372, "column": 61 } } @@ -728672,15 +729159,15 @@ "binop": null, "updateContext": null }, - "start": 61163, - "end": 61164, + "start": 63553, + "end": 63554, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 61 }, "end": { - "line": 1330, + "line": 1372, "column": 62 } } @@ -728698,15 +729185,15 @@ "binop": null }, "value": "_opts", - "start": 61165, - "end": 61170, + "start": 63555, + "end": 63560, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 63 }, "end": { - "line": 1330, + "line": 1372, "column": 68 } } @@ -728724,15 +729211,15 @@ "binop": null, "updateContext": null }, - "start": 61170, - "end": 61171, + "start": 63560, + "end": 63561, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 68 }, "end": { - "line": 1330, + "line": 1372, "column": 69 } } @@ -728750,15 +729237,15 @@ "binop": null }, "value": "footer", - "start": 61171, - "end": 61177, + "start": 63561, + "end": 63567, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 69 }, "end": { - "line": 1330, + "line": 1372, "column": 75 } } @@ -728776,15 +729263,15 @@ "binop": null, "updateContext": null }, - "start": 61177, - "end": 61178, + "start": 63567, + "end": 63568, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 75 }, "end": { - "line": 1330, + "line": 1372, "column": 76 } } @@ -728802,15 +729289,15 @@ "binop": null }, "value": "format", - "start": 61178, - "end": 61184, + "start": 63568, + "end": 63574, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 76 }, "end": { - "line": 1330, + "line": 1372, "column": 82 } } @@ -728827,15 +729314,15 @@ "postfix": false, "binop": null }, - "start": 61185, - "end": 61186, + "start": 63575, + "end": 63576, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 83 }, "end": { - "line": 1330, + "line": 1372, "column": 84 } } @@ -728853,15 +729340,15 @@ "binop": null, "updateContext": null }, - "start": 61186, - "end": 61187, + "start": 63576, + "end": 63577, "loc": { "start": { - "line": 1330, + "line": 1372, "column": 84 }, "end": { - "line": 1330, + "line": 1372, "column": 85 } } @@ -728879,15 +729366,15 @@ "binop": null }, "value": "_begin", - "start": 61200, - "end": 61206, + "start": 63590, + "end": 63596, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 12 }, "end": { - "line": 1331, + "line": 1373, "column": 18 } } @@ -728906,15 +729393,15 @@ "updateContext": null }, "value": "=", - "start": 61209, - "end": 61210, + "start": 63599, + "end": 63600, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 21 }, "end": { - "line": 1331, + "line": 1373, "column": 22 } } @@ -728934,15 +729421,15 @@ "updateContext": null }, "value": "this", - "start": 61211, - "end": 61215, + "start": 63601, + "end": 63605, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 23 }, "end": { - "line": 1331, + "line": 1373, "column": 27 } } @@ -728960,15 +729447,15 @@ "binop": null, "updateContext": null }, - "start": 61215, - "end": 61216, + "start": 63605, + "end": 63606, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 27 }, "end": { - "line": 1331, + "line": 1373, "column": 28 } } @@ -728986,15 +729473,15 @@ "binop": null }, "value": "supplement", - "start": 61216, - "end": 61226, + "start": 63606, + "end": 63616, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 28 }, "end": { - "line": 1331, + "line": 1373, "column": 38 } } @@ -729011,15 +729498,15 @@ "postfix": false, "binop": null }, - "start": 61226, - "end": 61227, + "start": 63616, + "end": 63617, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 38 }, "end": { - "line": 1331, + "line": 1373, "column": 39 } } @@ -729039,15 +729526,15 @@ "updateContext": null }, "value": "null", - "start": 61228, - "end": 61232, + "start": 63618, + "end": 63622, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 40 }, "end": { - "line": 1331, + "line": 1373, "column": 44 } } @@ -729065,15 +729552,15 @@ "binop": null, "updateContext": null }, - "start": 61232, - "end": 61233, + "start": 63622, + "end": 63623, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 44 }, "end": { - "line": 1331, + "line": 1373, "column": 45 } } @@ -729091,15 +729578,15 @@ "binop": null }, "value": "_props", - "start": 61234, - "end": 61240, + "start": 63624, + "end": 63630, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 46 }, "end": { - "line": 1331, + "line": 1373, "column": 52 } } @@ -729117,15 +729604,15 @@ "binop": null, "updateContext": null }, - "start": 61240, - "end": 61241, + "start": 63630, + "end": 63631, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 52 }, "end": { - "line": 1331, + "line": 1373, "column": 53 } } @@ -729143,15 +729630,15 @@ "binop": null }, "value": "begin", - "start": 61241, - "end": 61246, + "start": 63631, + "end": 63636, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 53 }, "end": { - "line": 1331, + "line": 1373, "column": 58 } } @@ -729168,15 +729655,15 @@ "postfix": false, "binop": null }, - "start": 61247, - "end": 61248, + "start": 63637, + "end": 63638, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 59 }, "end": { - "line": 1331, + "line": 1373, "column": 60 } } @@ -729194,15 +729681,15 @@ "binop": null, "updateContext": null }, - "start": 61248, - "end": 61249, + "start": 63638, + "end": 63639, "loc": { "start": { - "line": 1331, + "line": 1373, "column": 60 }, "end": { - "line": 1331, + "line": 1373, "column": 61 } } @@ -729220,15 +729707,15 @@ "binop": null }, "value": "_end", - "start": 61262, - "end": 61266, + "start": 63652, + "end": 63656, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 12 }, "end": { - "line": 1332, + "line": 1374, "column": 16 } } @@ -729247,15 +729734,15 @@ "updateContext": null }, "value": "=", - "start": 61271, - "end": 61272, + "start": 63661, + "end": 63662, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 21 }, "end": { - "line": 1332, + "line": 1374, "column": 22 } } @@ -729275,15 +729762,15 @@ "updateContext": null }, "value": "this", - "start": 61273, - "end": 61277, + "start": 63663, + "end": 63667, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 23 }, "end": { - "line": 1332, + "line": 1374, "column": 27 } } @@ -729301,15 +729788,15 @@ "binop": null, "updateContext": null }, - "start": 61277, - "end": 61278, + "start": 63667, + "end": 63668, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 27 }, "end": { - "line": 1332, + "line": 1374, "column": 28 } } @@ -729327,15 +729814,15 @@ "binop": null }, "value": "supplement", - "start": 61278, - "end": 61288, + "start": 63668, + "end": 63678, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 28 }, "end": { - "line": 1332, + "line": 1374, "column": 38 } } @@ -729352,15 +729839,15 @@ "postfix": false, "binop": null }, - "start": 61288, - "end": 61289, + "start": 63678, + "end": 63679, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 38 }, "end": { - "line": 1332, + "line": 1374, "column": 39 } } @@ -729380,15 +729867,15 @@ "updateContext": null }, "value": "null", - "start": 61290, - "end": 61294, + "start": 63680, + "end": 63684, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 40 }, "end": { - "line": 1332, + "line": 1374, "column": 44 } } @@ -729406,15 +729893,15 @@ "binop": null, "updateContext": null }, - "start": 61294, - "end": 61295, + "start": 63684, + "end": 63685, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 44 }, "end": { - "line": 1332, + "line": 1374, "column": 45 } } @@ -729432,15 +729919,15 @@ "binop": null }, "value": "_props", - "start": 61296, - "end": 61302, + "start": 63686, + "end": 63692, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 46 }, "end": { - "line": 1332, + "line": 1374, "column": 52 } } @@ -729458,15 +729945,15 @@ "binop": null, "updateContext": null }, - "start": 61302, - "end": 61303, + "start": 63692, + "end": 63693, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 52 }, "end": { - "line": 1332, + "line": 1374, "column": 53 } } @@ -729484,15 +729971,15 @@ "binop": null }, "value": "end", - "start": 61303, - "end": 61306, + "start": 63693, + "end": 63696, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 53 }, "end": { - "line": 1332, + "line": 1374, "column": 56 } } @@ -729509,15 +729996,15 @@ "postfix": false, "binop": null }, - "start": 61307, - "end": 61308, + "start": 63697, + "end": 63698, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 57 }, "end": { - "line": 1332, + "line": 1374, "column": 58 } } @@ -729535,15 +730022,15 @@ "binop": null, "updateContext": null }, - "start": 61308, - "end": 61309, + "start": 63698, + "end": 63699, "loc": { "start": { - "line": 1332, + "line": 1374, "column": 58 }, "end": { - "line": 1332, + "line": 1374, "column": 59 } } @@ -729561,15 +730048,15 @@ "binop": null }, "value": "_tl_footer", - "start": 61322, - "end": 61332, + "start": 63712, + "end": 63722, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 12 }, "end": { - "line": 1333, + "line": 1375, "column": 22 } } @@ -729588,15 +730075,15 @@ "updateContext": null }, "value": "=", - "start": 61333, - "end": 61334, + "start": 63723, + "end": 63724, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 23 }, "end": { - "line": 1333, + "line": 1375, "column": 24 } } @@ -729614,15 +730101,15 @@ "binop": null }, "value": "$", - "start": 61335, - "end": 61336, + "start": 63725, + "end": 63726, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 25 }, "end": { - "line": 1333, + "line": 1375, "column": 26 } } @@ -729639,15 +730126,15 @@ "postfix": false, "binop": null }, - "start": 61336, - "end": 61337, + "start": 63726, + "end": 63727, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 26 }, "end": { - "line": 1333, + "line": 1375, "column": 27 } } @@ -729666,15 +730153,15 @@ "updateContext": null }, "value": "
", - "start": 61337, - "end": 61350, + "start": 63727, + "end": 63740, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 27 }, "end": { - "line": 1333, + "line": 1375, "column": 40 } } @@ -729692,15 +730179,15 @@ "binop": null, "updateContext": null }, - "start": 61350, - "end": 61351, + "start": 63740, + "end": 63741, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 40 }, "end": { - "line": 1333, + "line": 1375, "column": 41 } } @@ -729717,15 +730204,15 @@ "postfix": false, "binop": null }, - "start": 61352, - "end": 61353, + "start": 63742, + "end": 63743, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 42 }, "end": { - "line": 1333, + "line": 1375, "column": 43 } } @@ -729745,15 +730232,15 @@ "updateContext": null }, "value": "class", - "start": 61354, - "end": 61359, + "start": 63744, + "end": 63749, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 44 }, "end": { - "line": 1333, + "line": 1375, "column": 49 } } @@ -729771,15 +730258,15 @@ "binop": null, "updateContext": null }, - "start": 61359, - "end": 61360, + "start": 63749, + "end": 63750, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 49 }, "end": { - "line": 1333, + "line": 1375, "column": 50 } } @@ -729797,15 +730284,15 @@ "binop": null }, "value": "ClassName", - "start": 61361, - "end": 61370, + "start": 63751, + "end": 63760, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 51 }, "end": { - "line": 1333, + "line": 1375, "column": 60 } } @@ -729823,15 +730310,15 @@ "binop": null, "updateContext": null }, - "start": 61370, - "end": 61371, + "start": 63760, + "end": 63761, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 60 }, "end": { - "line": 1333, + "line": 1375, "column": 61 } } @@ -729849,15 +730336,15 @@ "binop": null }, "value": "TIMELINE_FOOTER", - "start": 61371, - "end": 61386, + "start": 63761, + "end": 63776, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 61 }, "end": { - "line": 1333, + "line": 1375, "column": 76 } } @@ -729874,15 +730361,15 @@ "postfix": false, "binop": null }, - "start": 61387, - "end": 61388, + "start": 63777, + "end": 63778, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 77 }, "end": { - "line": 1333, + "line": 1375, "column": 78 } } @@ -729899,15 +730386,15 @@ "postfix": false, "binop": null }, - "start": 61388, - "end": 61389, + "start": 63778, + "end": 63779, "loc": { "start": { - "line": 1333, + "line": 1375, "column": 78 }, "end": { - "line": 1333, + "line": 1375, "column": 79 } } @@ -729927,15 +730414,15 @@ "updateContext": null }, "value": "if", - "start": 61407, - "end": 61409, + "start": 63797, + "end": 63799, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 8 }, "end": { - "line": 1335, + "line": 1377, "column": 10 } } @@ -729952,15 +730439,15 @@ "postfix": false, "binop": null }, - "start": 61410, - "end": 61411, + "start": 63800, + "end": 63801, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 11 }, "end": { - "line": 1335, + "line": 1377, "column": 12 } } @@ -729978,15 +730465,15 @@ "binop": null }, "value": "_range", - "start": 61412, - "end": 61418, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 13 }, "end": { - "line": 1335, + "line": 1377, "column": 19 } } @@ -730003,15 +730490,15 @@ "postfix": false, "binop": null }, - "start": 61419, - "end": 61420, + "start": 63809, + "end": 63810, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 20 }, "end": { - "line": 1335, + "line": 1377, "column": 21 } } @@ -730028,15 +730515,15 @@ "postfix": false, "binop": null }, - "start": 61421, - "end": 61422, + "start": 63811, + "end": 63812, "loc": { "start": { - "line": 1335, + "line": 1377, "column": 22 }, "end": { - "line": 1335, + "line": 1377, "column": 23 } } @@ -730056,15 +730543,15 @@ "updateContext": null }, "value": "if", - "start": 61435, - "end": 61437, + "start": 63825, + "end": 63827, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 12 }, "end": { - "line": 1336, + "line": 1378, "column": 14 } } @@ -730081,15 +730568,15 @@ "postfix": false, "binop": null }, - "start": 61438, - "end": 61439, + "start": 63828, + "end": 63829, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 15 }, "end": { - "line": 1336, + "line": 1378, "column": 16 } } @@ -730107,15 +730594,15 @@ "binop": null }, "value": "_begin", - "start": 61440, - "end": 61446, + "start": 63830, + "end": 63836, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 17 }, "end": { - "line": 1336, + "line": 1378, "column": 23 } } @@ -730134,15 +730621,15 @@ "updateContext": null }, "value": "&&", - "start": 61447, - "end": 61449, + "start": 63837, + "end": 63839, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 24 }, "end": { - "line": 1336, + "line": 1378, "column": 26 } } @@ -730160,15 +730647,15 @@ "binop": null }, "value": "_end", - "start": 61450, - "end": 61454, + "start": 63840, + "end": 63844, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 27 }, "end": { - "line": 1336, + "line": 1378, "column": 31 } } @@ -730185,15 +730672,15 @@ "postfix": false, "binop": null }, - "start": 61455, - "end": 61456, + "start": 63845, + "end": 63846, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 32 }, "end": { - "line": 1336, + "line": 1378, "column": 33 } } @@ -730210,15 +730697,15 @@ "postfix": false, "binop": null }, - "start": 61457, - "end": 61458, + "start": 63847, + "end": 63848, "loc": { "start": { - "line": 1336, + "line": 1378, "column": 34 }, "end": { - "line": 1336, + "line": 1378, "column": 35 } } @@ -730238,15 +730725,15 @@ "updateContext": null }, "value": "let", - "start": 61475, - "end": 61478, + "start": 63865, + "end": 63868, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 16 }, "end": { - "line": 1337, + "line": 1379, "column": 19 } } @@ -730264,15 +730751,15 @@ "binop": null }, "value": "_meta", - "start": 61479, - "end": 61484, + "start": 63869, + "end": 63874, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 20 }, "end": { - "line": 1337, + "line": 1379, "column": 25 } } @@ -730291,15 +730778,15 @@ "updateContext": null }, "value": "=", - "start": 61485, - "end": 61486, + "start": 63875, + "end": 63876, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 26 }, "end": { - "line": 1337, + "line": 1379, "column": 27 } } @@ -730316,15 +730803,15 @@ "postfix": false, "binop": null }, - "start": 61487, - "end": 61488, + "start": 63877, + "end": 63878, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 28 }, "end": { - "line": 1337, + "line": 1379, "column": 29 } } @@ -730343,15 +730830,15 @@ "updateContext": null }, "value": "", - "start": 61488, - "end": 61488, + "start": 63878, + "end": 63878, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 29 }, "end": { - "line": 1337, + "line": 1379, "column": 29 } } @@ -730368,15 +730855,15 @@ "postfix": false, "binop": null }, - "start": 61488, - "end": 61490, + "start": 63878, + "end": 63880, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 29 }, "end": { - "line": 1337, + "line": 1379, "column": 31 } } @@ -730396,15 +730883,15 @@ "updateContext": null }, "value": "new", - "start": 61490, - "end": 61493, + "start": 63880, + "end": 63883, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 31 }, "end": { - "line": 1337, + "line": 1379, "column": 34 } } @@ -730422,15 +730909,15 @@ "binop": null }, "value": "Date", - "start": 61494, - "end": 61498, + "start": 63884, + "end": 63888, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 35 }, "end": { - "line": 1337, + "line": 1379, "column": 39 } } @@ -730447,15 +730934,15 @@ "postfix": false, "binop": null }, - "start": 61498, - "end": 61499, + "start": 63888, + "end": 63889, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 39 }, "end": { - "line": 1337, + "line": 1379, "column": 40 } } @@ -730473,15 +730960,15 @@ "binop": null }, "value": "_begin", - "start": 61500, - "end": 61506, + "start": 63890, + "end": 63896, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 41 }, "end": { - "line": 1337, + "line": 1379, "column": 47 } } @@ -730498,15 +730985,15 @@ "postfix": false, "binop": null }, - "start": 61507, - "end": 61508, + "start": 63897, + "end": 63898, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 48 }, "end": { - "line": 1337, + "line": 1379, "column": 49 } } @@ -730524,15 +731011,15 @@ "binop": null, "updateContext": null }, - "start": 61508, - "end": 61509, + "start": 63898, + "end": 63899, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 49 }, "end": { - "line": 1337, + "line": 1379, "column": 50 } } @@ -730550,15 +731037,15 @@ "binop": null }, "value": "toLocaleString", - "start": 61509, - "end": 61523, + "start": 63899, + "end": 63913, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 50 }, "end": { - "line": 1337, + "line": 1379, "column": 64 } } @@ -730575,15 +731062,15 @@ "postfix": false, "binop": null }, - "start": 61523, - "end": 61524, + "start": 63913, + "end": 63914, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 64 }, "end": { - "line": 1337, + "line": 1379, "column": 65 } } @@ -730601,15 +731088,15 @@ "binop": null }, "value": "_locale", - "start": 61525, - "end": 61532, + "start": 63915, + "end": 63922, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 66 }, "end": { - "line": 1337, + "line": 1379, "column": 73 } } @@ -730627,15 +731114,15 @@ "binop": null, "updateContext": null }, - "start": 61532, - "end": 61533, + "start": 63922, + "end": 63923, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 73 }, "end": { - "line": 1337, + "line": 1379, "column": 74 } } @@ -730653,15 +731140,15 @@ "binop": null }, "value": "_format", - "start": 61534, - "end": 61541, + "start": 63924, + "end": 63931, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 75 }, "end": { - "line": 1337, + "line": 1379, "column": 82 } } @@ -730678,15 +731165,15 @@ "postfix": false, "binop": null }, - "start": 61542, - "end": 61543, + "start": 63932, + "end": 63933, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 83 }, "end": { - "line": 1337, + "line": 1379, "column": 84 } } @@ -730703,15 +731190,15 @@ "postfix": false, "binop": null }, - "start": 61543, - "end": 61544, + "start": 63933, + "end": 63934, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 84 }, "end": { - "line": 1337, + "line": 1379, "column": 85 } } @@ -730730,15 +731217,15 @@ "updateContext": null }, "value": "", - "start": 61580, - "end": 61589, + "start": 63970, + "end": 63979, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 121 }, "end": { - "line": 1337, + "line": 1379, "column": 130 } } @@ -730910,15 +731397,15 @@ "postfix": false, "binop": null }, - "start": 61589, - "end": 61591, + "start": 63979, + "end": 63981, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 130 }, "end": { - "line": 1337, + "line": 1379, "column": 132 } } @@ -730938,15 +731425,15 @@ "updateContext": null }, "value": "new", - "start": 61591, - "end": 61594, + "start": 63981, + "end": 63984, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 132 }, "end": { - "line": 1337, + "line": 1379, "column": 135 } } @@ -730964,15 +731451,15 @@ "binop": null }, "value": "Date", - "start": 61595, - "end": 61599, + "start": 63985, + "end": 63989, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 136 }, "end": { - "line": 1337, + "line": 1379, "column": 140 } } @@ -730989,15 +731476,15 @@ "postfix": false, "binop": null }, - "start": 61599, - "end": 61600, + "start": 63989, + "end": 63990, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 140 }, "end": { - "line": 1337, + "line": 1379, "column": 141 } } @@ -731015,15 +731502,15 @@ "binop": null }, "value": "_end", - "start": 61601, - "end": 61605, + "start": 63991, + "end": 63995, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 142 }, "end": { - "line": 1337, + "line": 1379, "column": 146 } } @@ -731040,15 +731527,15 @@ "postfix": false, "binop": null }, - "start": 61606, - "end": 61607, + "start": 63996, + "end": 63997, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 147 }, "end": { - "line": 1337, + "line": 1379, "column": 148 } } @@ -731066,15 +731553,15 @@ "binop": null, "updateContext": null }, - "start": 61607, - "end": 61608, + "start": 63997, + "end": 63998, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 148 }, "end": { - "line": 1337, + "line": 1379, "column": 149 } } @@ -731092,15 +731579,15 @@ "binop": null }, "value": "toLocaleString", - "start": 61608, - "end": 61622, + "start": 63998, + "end": 64012, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 149 }, "end": { - "line": 1337, + "line": 1379, "column": 163 } } @@ -731117,15 +731604,15 @@ "postfix": false, "binop": null }, - "start": 61622, - "end": 61623, + "start": 64012, + "end": 64013, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 163 }, "end": { - "line": 1337, + "line": 1379, "column": 164 } } @@ -731143,15 +731630,15 @@ "binop": null }, "value": "_locale", - "start": 61624, - "end": 61631, + "start": 64014, + "end": 64021, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 165 }, "end": { - "line": 1337, + "line": 1379, "column": 172 } } @@ -731169,15 +731656,15 @@ "binop": null, "updateContext": null }, - "start": 61631, - "end": 61632, + "start": 64021, + "end": 64022, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 172 }, "end": { - "line": 1337, + "line": 1379, "column": 173 } } @@ -731195,15 +731682,15 @@ "binop": null }, "value": "_format", - "start": 61633, - "end": 61640, + "start": 64023, + "end": 64030, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 174 }, "end": { - "line": 1337, + "line": 1379, "column": 181 } } @@ -731220,15 +731707,15 @@ "postfix": false, "binop": null }, - "start": 61641, - "end": 61642, + "start": 64031, + "end": 64032, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 182 }, "end": { - "line": 1337, + "line": 1379, "column": 183 } } @@ -731245,15 +731732,15 @@ "postfix": false, "binop": null }, - "start": 61642, - "end": 61643, + "start": 64032, + "end": 64033, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 183 }, "end": { - "line": 1337, + "line": 1379, "column": 184 } } @@ -731272,15 +731759,15 @@ "updateContext": null }, "value": "", - "start": 61643, - "end": 61643, + "start": 64033, + "end": 64033, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 184 }, "end": { - "line": 1337, + "line": 1379, "column": 184 } } @@ -731297,15 +731784,15 @@ "postfix": false, "binop": null }, - "start": 61643, - "end": 61644, + "start": 64033, + "end": 64034, "loc": { "start": { - "line": 1337, + "line": 1379, "column": 184 }, "end": { - "line": 1337, + "line": 1379, "column": 185 } } @@ -731313,15 +731800,15 @@ { "type": "CommentLine", "value": "let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )", - "start": 61661, - "end": 61852, + "start": 64051, + "end": 64242, "loc": { "start": { - "line": 1338, + "line": 1380, "column": 16 }, "end": { - "line": 1338, + "line": 1380, "column": 207 } } @@ -731339,15 +731826,15 @@ "binop": null }, "value": "_tl_footer", - "start": 61886, - "end": 61896, + "start": 64276, + "end": 64286, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 16 }, "end": { - "line": 1340, + "line": 1382, "column": 26 } } @@ -731365,15 +731852,15 @@ "binop": null, "updateContext": null }, - "start": 61896, - "end": 61897, + "start": 64286, + "end": 64287, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 26 }, "end": { - "line": 1340, + "line": 1382, "column": 27 } } @@ -731391,15 +731878,15 @@ "binop": null }, "value": "append", - "start": 61897, - "end": 61903, + "start": 64287, + "end": 64293, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 27 }, "end": { - "line": 1340, + "line": 1382, "column": 33 } } @@ -731416,15 +731903,15 @@ "postfix": false, "binop": null }, - "start": 61903, - "end": 61904, + "start": 64293, + "end": 64294, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 33 }, "end": { - "line": 1340, + "line": 1382, "column": 34 } } @@ -731441,15 +731928,15 @@ "postfix": false, "binop": null }, - "start": 61905, - "end": 61906, + "start": 64295, + "end": 64296, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 35 }, "end": { - "line": 1340, + "line": 1382, "column": 36 } } @@ -731468,15 +731955,15 @@ "updateContext": null }, "value": "
", - "start": 61971, - "end": 61973, + "start": 64361, + "end": 64363, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 101 }, "end": { - "line": 1340, + "line": 1382, "column": 103 } } @@ -731803,15 +732290,15 @@ "postfix": false, "binop": null }, - "start": 61973, - "end": 61975, + "start": 64363, + "end": 64365, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 103 }, "end": { - "line": 1340, + "line": 1382, "column": 105 } } @@ -731829,15 +732316,15 @@ "binop": null }, "value": "_meta", - "start": 61975, - "end": 61980, + "start": 64365, + "end": 64370, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 105 }, "end": { - "line": 1340, + "line": 1382, "column": 110 } } @@ -731854,15 +732341,15 @@ "postfix": false, "binop": null }, - "start": 61980, - "end": 61981, + "start": 64370, + "end": 64371, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 110 }, "end": { - "line": 1340, + "line": 1382, "column": 111 } } @@ -731881,15 +732368,15 @@ "updateContext": null }, "value": "
", - "start": 61981, - "end": 61987, + "start": 64371, + "end": 64377, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 111 }, "end": { - "line": 1340, + "line": 1382, "column": 117 } } @@ -731906,15 +732393,15 @@ "postfix": false, "binop": null }, - "start": 61987, - "end": 61988, + "start": 64377, + "end": 64378, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 117 }, "end": { - "line": 1340, + "line": 1382, "column": 118 } } @@ -731931,15 +732418,15 @@ "postfix": false, "binop": null }, - "start": 61989, - "end": 61990, + "start": 64379, + "end": 64380, "loc": { "start": { - "line": 1340, + "line": 1382, "column": 119 }, "end": { - "line": 1340, + "line": 1382, "column": 120 } } @@ -731956,15 +732443,15 @@ "postfix": false, "binop": null }, - "start": 62003, - "end": 62004, + "start": 64393, + "end": 64394, "loc": { "start": { - "line": 1341, + "line": 1383, "column": 12 }, "end": { - "line": 1341, + "line": 1383, "column": 13 } } @@ -731981,15 +732468,15 @@ "postfix": false, "binop": null }, - "start": 62013, - "end": 62014, + "start": 64403, + "end": 64404, "loc": { "start": { - "line": 1342, + "line": 1384, "column": 8 }, "end": { - "line": 1342, + "line": 1384, "column": 9 } } @@ -732009,15 +732496,15 @@ "updateContext": null }, "value": "if", - "start": 62023, - "end": 62025, + "start": 64413, + "end": 64415, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 8 }, "end": { - "line": 1343, + "line": 1385, "column": 10 } } @@ -732034,15 +732521,15 @@ "postfix": false, "binop": null }, - "start": 62026, - "end": 62027, + "start": 64416, + "end": 64417, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 11 }, "end": { - "line": 1343, + "line": 1385, "column": 12 } } @@ -732060,15 +732547,15 @@ "binop": null }, "value": "_content", - "start": 62028, - "end": 62036, + "start": 64418, + "end": 64426, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 13 }, "end": { - "line": 1343, + "line": 1385, "column": 21 } } @@ -732085,15 +732572,15 @@ "postfix": false, "binop": null }, - "start": 62037, - "end": 62038, + "start": 64427, + "end": 64428, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 22 }, "end": { - "line": 1343, + "line": 1385, "column": 23 } } @@ -732110,15 +732597,15 @@ "postfix": false, "binop": null }, - "start": 62039, - "end": 62040, + "start": 64429, + "end": 64430, "loc": { "start": { - "line": 1343, + "line": 1385, "column": 24 }, "end": { - "line": 1343, + "line": 1385, "column": 25 } } @@ -732136,15 +732623,15 @@ "binop": null }, "value": "_tl_footer", - "start": 62053, - "end": 62063, + "start": 64443, + "end": 64453, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 12 }, "end": { - "line": 1344, + "line": 1386, "column": 22 } } @@ -732162,15 +732649,15 @@ "binop": null, "updateContext": null }, - "start": 62063, - "end": 62064, + "start": 64453, + "end": 64454, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 22 }, "end": { - "line": 1344, + "line": 1386, "column": 23 } } @@ -732188,15 +732675,15 @@ "binop": null }, "value": "append", - "start": 62064, - "end": 62070, + "start": 64454, + "end": 64460, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 23 }, "end": { - "line": 1344, + "line": 1386, "column": 29 } } @@ -732213,15 +732700,15 @@ "postfix": false, "binop": null }, - "start": 62070, - "end": 62071, + "start": 64460, + "end": 64461, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 29 }, "end": { - "line": 1344, + "line": 1386, "column": 30 } } @@ -732238,15 +732725,15 @@ "postfix": false, "binop": null }, - "start": 62072, - "end": 62073, + "start": 64462, + "end": 64463, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 31 }, "end": { - "line": 1344, + "line": 1386, "column": 32 } } @@ -732265,15 +732752,15 @@ "updateContext": null }, "value": "
", - "start": 62121, - "end": 62123, + "start": 64511, + "end": 64513, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 80 }, "end": { - "line": 1344, + "line": 1386, "column": 82 } } @@ -732445,15 +732932,15 @@ "postfix": false, "binop": null }, - "start": 62123, - "end": 62125, + "start": 64513, + "end": 64515, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 82 }, "end": { - "line": 1344, + "line": 1386, "column": 84 } } @@ -732471,15 +732958,15 @@ "binop": null }, "value": "_content", - "start": 62125, - "end": 62133, + "start": 64515, + "end": 64523, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 84 }, "end": { - "line": 1344, + "line": 1386, "column": 92 } } @@ -732496,15 +732983,15 @@ "postfix": false, "binop": null }, - "start": 62133, - "end": 62134, + "start": 64523, + "end": 64524, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 92 }, "end": { - "line": 1344, + "line": 1386, "column": 93 } } @@ -732523,15 +733010,15 @@ "updateContext": null }, "value": "
", - "start": 62134, - "end": 62140, + "start": 64524, + "end": 64530, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 93 }, "end": { - "line": 1344, + "line": 1386, "column": 99 } } @@ -732548,15 +733035,15 @@ "postfix": false, "binop": null }, - "start": 62140, - "end": 62141, + "start": 64530, + "end": 64531, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 99 }, "end": { - "line": 1344, + "line": 1386, "column": 100 } } @@ -732573,15 +733060,15 @@ "postfix": false, "binop": null }, - "start": 62142, - "end": 62143, + "start": 64532, + "end": 64533, "loc": { "start": { - "line": 1344, + "line": 1386, "column": 101 }, "end": { - "line": 1344, + "line": 1386, "column": 102 } } @@ -732598,15 +733085,15 @@ "postfix": false, "binop": null }, - "start": 62152, - "end": 62153, + "start": 64542, + "end": 64543, "loc": { "start": { - "line": 1345, + "line": 1387, "column": 8 }, "end": { - "line": 1345, + "line": 1387, "column": 9 } } @@ -732626,15 +733113,15 @@ "updateContext": null }, "value": "if", - "start": 62162, - "end": 62164, + "start": 64552, + "end": 64554, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 8 }, "end": { - "line": 1346, + "line": 1388, "column": 10 } } @@ -732651,15 +733138,15 @@ "postfix": false, "binop": null }, - "start": 62165, - "end": 62166, + "start": 64555, + "end": 64556, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 11 }, "end": { - "line": 1346, + "line": 1388, "column": 12 } } @@ -732678,15 +733165,15 @@ "updateContext": null }, "value": "!", - "start": 62167, - "end": 62168, + "start": 64557, + "end": 64558, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 13 }, "end": { - "line": 1346, + "line": 1388, "column": 14 } } @@ -732704,15 +733191,15 @@ "binop": null }, "value": "_display", - "start": 62169, - "end": 62177, + "start": 64559, + "end": 64567, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 15 }, "end": { - "line": 1346, + "line": 1388, "column": 23 } } @@ -732729,15 +733216,15 @@ "postfix": false, "binop": null }, - "start": 62178, - "end": 62179, + "start": 64568, + "end": 64569, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 24 }, "end": { - "line": 1346, + "line": 1388, "column": 25 } } @@ -732754,15 +733241,15 @@ "postfix": false, "binop": null }, - "start": 62180, - "end": 62181, + "start": 64570, + "end": 64571, "loc": { "start": { - "line": 1346, + "line": 1388, "column": 26 }, "end": { - "line": 1346, + "line": 1388, "column": 27 } } @@ -732780,15 +733267,15 @@ "binop": null }, "value": "_tl_footer", - "start": 62194, - "end": 62204, + "start": 64584, + "end": 64594, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 12 }, "end": { - "line": 1347, + "line": 1389, "column": 22 } } @@ -732806,15 +733293,15 @@ "binop": null, "updateContext": null }, - "start": 62204, - "end": 62205, + "start": 64594, + "end": 64595, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 22 }, "end": { - "line": 1347, + "line": 1389, "column": 23 } } @@ -732832,15 +733319,15 @@ "binop": null }, "value": "addClass", - "start": 62205, - "end": 62213, + "start": 64595, + "end": 64603, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 23 }, "end": { - "line": 1347, + "line": 1389, "column": 31 } } @@ -732857,15 +733344,15 @@ "postfix": false, "binop": null }, - "start": 62213, - "end": 62214, + "start": 64603, + "end": 64604, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 31 }, "end": { - "line": 1347, + "line": 1389, "column": 32 } } @@ -732883,15 +733370,15 @@ "binop": null }, "value": "ClassName", - "start": 62215, - "end": 62224, + "start": 64605, + "end": 64614, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 33 }, "end": { - "line": 1347, + "line": 1389, "column": 42 } } @@ -732909,15 +733396,15 @@ "binop": null, "updateContext": null }, - "start": 62224, - "end": 62225, + "start": 64614, + "end": 64615, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 42 }, "end": { - "line": 1347, + "line": 1389, "column": 43 } } @@ -732935,15 +733422,15 @@ "binop": null }, "value": "HIDE", - "start": 62225, - "end": 62229, + "start": 64615, + "end": 64619, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 43 }, "end": { - "line": 1347, + "line": 1389, "column": 47 } } @@ -732960,15 +733447,15 @@ "postfix": false, "binop": null }, - "start": 62230, - "end": 62231, + "start": 64620, + "end": 64621, "loc": { "start": { - "line": 1347, + "line": 1389, "column": 48 }, "end": { - "line": 1347, + "line": 1389, "column": 49 } } @@ -732985,15 +733472,15 @@ "postfix": false, "binop": null }, - "start": 62240, - "end": 62241, + "start": 64630, + "end": 64631, "loc": { "start": { - "line": 1348, + "line": 1390, "column": 8 }, "end": { - "line": 1348, + "line": 1390, "column": 9 } } @@ -733013,15 +733500,15 @@ "updateContext": null }, "value": "return", - "start": 62259, - "end": 62265, + "start": 64649, + "end": 64655, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 8 }, "end": { - "line": 1350, + "line": 1392, "column": 14 } } @@ -733039,15 +733526,15 @@ "binop": null }, "value": "_tl_footer", - "start": 62266, - "end": 62276, + "start": 64656, + "end": 64666, "loc": { "start": { - "line": 1350, + "line": 1392, "column": 15 }, "end": { - "line": 1350, + "line": 1392, "column": 25 } } @@ -733064,15 +733551,15 @@ "postfix": false, "binop": null }, - "start": 62281, - "end": 62282, + "start": 64671, + "end": 64672, "loc": { "start": { - "line": 1351, + "line": 1393, "column": 4 }, "end": { - "line": 1351, + "line": 1393, "column": 5 } } @@ -733080,15 +733567,15 @@ { "type": "CommentBlock", "value": "*\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n ", - "start": 62292, - "end": 62658, + "start": 64682, + "end": 65048, "loc": { "start": { - "line": 1353, + "line": 1395, "column": 4 }, "end": { - "line": 1361, + "line": 1403, "column": 7 } } @@ -733106,15 +733593,15 @@ "binop": null }, "value": "_diffDate", - "start": 62663, - "end": 62672, + "start": 65053, + "end": 65062, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 4 }, "end": { - "line": 1362, + "line": 1404, "column": 13 } } @@ -733131,15 +733618,15 @@ "postfix": false, "binop": null }, - "start": 62672, - "end": 62673, + "start": 65062, + "end": 65063, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 13 }, "end": { - "line": 1362, + "line": 1404, "column": 14 } } @@ -733157,15 +733644,15 @@ "binop": null }, "value": "date1", - "start": 62674, - "end": 62679, + "start": 65064, + "end": 65069, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 15 }, "end": { - "line": 1362, + "line": 1404, "column": 20 } } @@ -733183,15 +733670,15 @@ "binop": null, "updateContext": null }, - "start": 62679, - "end": 62680, + "start": 65069, + "end": 65070, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 20 }, "end": { - "line": 1362, + "line": 1404, "column": 21 } } @@ -733209,15 +733696,15 @@ "binop": null }, "value": "date2", - "start": 62681, - "end": 62686, + "start": 65071, + "end": 65076, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 22 }, "end": { - "line": 1362, + "line": 1404, "column": 27 } } @@ -733235,15 +733722,15 @@ "binop": null, "updateContext": null }, - "start": 62686, - "end": 62687, + "start": 65076, + "end": 65077, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 27 }, "end": { - "line": 1362, + "line": 1404, "column": 28 } } @@ -733261,15 +733748,15 @@ "binop": null }, "value": "scale", - "start": 62688, - "end": 62693, + "start": 65078, + "end": 65083, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 29 }, "end": { - "line": 1362, + "line": 1404, "column": 34 } } @@ -733288,15 +733775,15 @@ "updateContext": null }, "value": "=", - "start": 62694, - "end": 62695, + "start": 65084, + "end": 65085, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 35 }, "end": { - "line": 1362, + "line": 1404, "column": 36 } } @@ -733315,15 +733802,15 @@ "updateContext": null }, "value": "millisecond", - "start": 62696, - "end": 62709, + "start": 65086, + "end": 65099, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 37 }, "end": { - "line": 1362, + "line": 1404, "column": 50 } } @@ -733341,15 +733828,15 @@ "binop": null, "updateContext": null }, - "start": 62709, - "end": 62710, + "start": 65099, + "end": 65100, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 50 }, "end": { - "line": 1362, + "line": 1404, "column": 51 } } @@ -733367,15 +733854,15 @@ "binop": null }, "value": "absval", - "start": 62711, - "end": 62717, + "start": 65101, + "end": 65107, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 52 }, "end": { - "line": 1362, + "line": 1404, "column": 58 } } @@ -733394,15 +733881,15 @@ "updateContext": null }, "value": "=", - "start": 62718, - "end": 62719, + "start": 65108, + "end": 65109, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 59 }, "end": { - "line": 1362, + "line": 1404, "column": 60 } } @@ -733422,15 +733909,15 @@ "updateContext": null }, "value": "false", - "start": 62720, - "end": 62725, + "start": 65110, + "end": 65115, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 61 }, "end": { - "line": 1362, + "line": 1404, "column": 66 } } @@ -733447,15 +733934,15 @@ "postfix": false, "binop": null }, - "start": 62726, - "end": 62727, + "start": 65116, + "end": 65117, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 67 }, "end": { - "line": 1362, + "line": 1404, "column": 68 } } @@ -733472,15 +733959,15 @@ "postfix": false, "binop": null }, - "start": 62728, - "end": 62729, + "start": 65118, + "end": 65119, "loc": { "start": { - "line": 1362, + "line": 1404, "column": 69 }, "end": { - "line": 1362, + "line": 1404, "column": 70 } } @@ -733488,15 +733975,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 62738, - "end": 62766, + "start": 65128, + "end": 65156, "loc": { "start": { - "line": 1363, + "line": 1405, "column": 8 }, "end": { - "line": 1363, + "line": 1405, "column": 36 } } @@ -733516,15 +734003,15 @@ "updateContext": null }, "value": "let", - "start": 62775, - "end": 62778, + "start": 65165, + "end": 65168, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 8 }, "end": { - "line": 1364, + "line": 1406, "column": 11 } } @@ -733542,15 +734029,15 @@ "binop": null }, "value": "_dt1", - "start": 62779, - "end": 62783, + "start": 65169, + "end": 65173, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 12 }, "end": { - "line": 1364, + "line": 1406, "column": 16 } } @@ -733569,15 +734056,15 @@ "updateContext": null }, "value": "=", - "start": 62786, - "end": 62787, + "start": 65176, + "end": 65177, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 19 }, "end": { - "line": 1364, + "line": 1406, "column": 20 } } @@ -733597,15 +734084,15 @@ "updateContext": null }, "value": "this", - "start": 62788, - "end": 62792, + "start": 65178, + "end": 65182, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 21 }, "end": { - "line": 1364, + "line": 1406, "column": 25 } } @@ -733623,15 +734110,15 @@ "binop": null, "updateContext": null }, - "start": 62792, - "end": 62793, + "start": 65182, + "end": 65183, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 25 }, "end": { - "line": 1364, + "line": 1406, "column": 26 } } @@ -733649,15 +734136,15 @@ "binop": null }, "value": "supplement", - "start": 62793, - "end": 62803, + "start": 65183, + "end": 65193, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 26 }, "end": { - "line": 1364, + "line": 1406, "column": 36 } } @@ -733674,15 +734161,15 @@ "postfix": false, "binop": null }, - "start": 62803, - "end": 62804, + "start": 65193, + "end": 65194, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 36 }, "end": { - "line": 1364, + "line": 1406, "column": 37 } } @@ -733702,15 +734189,15 @@ "updateContext": null }, "value": "null", - "start": 62805, - "end": 62809, + "start": 65195, + "end": 65199, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 38 }, "end": { - "line": 1364, + "line": 1406, "column": 42 } } @@ -733728,15 +734215,15 @@ "binop": null, "updateContext": null }, - "start": 62809, - "end": 62810, + "start": 65199, + "end": 65200, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 42 }, "end": { - "line": 1364, + "line": 1406, "column": 43 } } @@ -733754,15 +734241,15 @@ "binop": null }, "value": "date1", - "start": 62811, - "end": 62816, + "start": 65201, + "end": 65206, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 44 }, "end": { - "line": 1364, + "line": 1406, "column": 49 } } @@ -733779,15 +734266,15 @@ "postfix": false, "binop": null }, - "start": 62817, - "end": 62818, + "start": 65207, + "end": 65208, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 50 }, "end": { - "line": 1364, + "line": 1406, "column": 51 } } @@ -733805,15 +734292,15 @@ "binop": null, "updateContext": null }, - "start": 62818, - "end": 62819, + "start": 65208, + "end": 65209, "loc": { "start": { - "line": 1364, + "line": 1406, "column": 51 }, "end": { - "line": 1364, + "line": 1406, "column": 52 } } @@ -733831,15 +734318,15 @@ "binop": null }, "value": "_dt2", - "start": 62832, - "end": 62836, + "start": 65222, + "end": 65226, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 12 }, "end": { - "line": 1365, + "line": 1407, "column": 16 } } @@ -733858,15 +734345,15 @@ "updateContext": null }, "value": "=", - "start": 62839, - "end": 62840, + "start": 65229, + "end": 65230, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 19 }, "end": { - "line": 1365, + "line": 1407, "column": 20 } } @@ -733886,15 +734373,15 @@ "updateContext": null }, "value": "this", - "start": 62841, - "end": 62845, + "start": 65231, + "end": 65235, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 21 }, "end": { - "line": 1365, + "line": 1407, "column": 25 } } @@ -733912,15 +734399,15 @@ "binop": null, "updateContext": null }, - "start": 62845, - "end": 62846, + "start": 65235, + "end": 65236, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 25 }, "end": { - "line": 1365, + "line": 1407, "column": 26 } } @@ -733938,15 +734425,15 @@ "binop": null }, "value": "supplement", - "start": 62846, - "end": 62856, + "start": 65236, + "end": 65246, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 26 }, "end": { - "line": 1365, + "line": 1407, "column": 36 } } @@ -733963,15 +734450,15 @@ "postfix": false, "binop": null }, - "start": 62856, - "end": 62857, + "start": 65246, + "end": 65247, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 36 }, "end": { - "line": 1365, + "line": 1407, "column": 37 } } @@ -733991,15 +734478,15 @@ "updateContext": null }, "value": "null", - "start": 62858, - "end": 62862, + "start": 65248, + "end": 65252, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 38 }, "end": { - "line": 1365, + "line": 1407, "column": 42 } } @@ -734017,15 +734504,15 @@ "binop": null, "updateContext": null }, - "start": 62862, - "end": 62863, + "start": 65252, + "end": 65253, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 42 }, "end": { - "line": 1365, + "line": 1407, "column": 43 } } @@ -734043,15 +734530,15 @@ "binop": null }, "value": "date2", - "start": 62864, - "end": 62869, + "start": 65254, + "end": 65259, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 44 }, "end": { - "line": 1365, + "line": 1407, "column": 49 } } @@ -734068,15 +734555,15 @@ "postfix": false, "binop": null }, - "start": 62870, - "end": 62871, + "start": 65260, + "end": 65261, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 50 }, "end": { - "line": 1365, + "line": 1407, "column": 51 } } @@ -734094,15 +734581,15 @@ "binop": null, "updateContext": null }, - "start": 62871, - "end": 62872, + "start": 65261, + "end": 65262, "loc": { "start": { - "line": 1365, + "line": 1407, "column": 51 }, "end": { - "line": 1365, + "line": 1407, "column": 52 } } @@ -734120,15 +734607,15 @@ "binop": null }, "value": "diffMS", - "start": 62885, - "end": 62891, + "start": 65275, + "end": 65281, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 12 }, "end": { - "line": 1366, + "line": 1408, "column": 18 } } @@ -734147,15 +734634,15 @@ "updateContext": null }, "value": "=", - "start": 62892, - "end": 62893, + "start": 65282, + "end": 65283, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 19 }, "end": { - "line": 1366, + "line": 1408, "column": 20 } } @@ -734174,15 +734661,15 @@ "updateContext": null }, "value": 0, - "start": 62894, - "end": 62895, + "start": 65284, + "end": 65285, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 21 }, "end": { - "line": 1366, + "line": 1408, "column": 22 } } @@ -734200,15 +734687,15 @@ "binop": null, "updateContext": null }, - "start": 62895, - "end": 62896, + "start": 65285, + "end": 65286, "loc": { "start": { - "line": 1366, + "line": 1408, "column": 22 }, "end": { - "line": 1366, + "line": 1408, "column": 23 } } @@ -734226,15 +734713,15 @@ "binop": null }, "value": "retval", - "start": 62909, - "end": 62915, + "start": 65299, + "end": 65305, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 12 }, "end": { - "line": 1367, + "line": 1409, "column": 18 } } @@ -734253,15 +734740,15 @@ "updateContext": null }, "value": "=", - "start": 62916, - "end": 62917, + "start": 65306, + "end": 65307, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 19 }, "end": { - "line": 1367, + "line": 1409, "column": 20 } } @@ -734281,15 +734768,15 @@ "updateContext": null }, "value": "false", - "start": 62918, - "end": 62923, + "start": 65308, + "end": 65313, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 21 }, "end": { - "line": 1367, + "line": 1409, "column": 26 } } @@ -734307,15 +734794,15 @@ "binop": null, "updateContext": null }, - "start": 62923, - "end": 62924, + "start": 65313, + "end": 65314, "loc": { "start": { - "line": 1367, + "line": 1409, "column": 26 }, "end": { - "line": 1367, + "line": 1409, "column": 27 } } @@ -734333,15 +734820,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 62937, - "end": 62951, + "start": 65327, + "end": 65341, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 12 }, "end": { - "line": 1368, + "line": 1410, "column": 26 } } @@ -734360,15 +734847,15 @@ "updateContext": null }, "value": "=", - "start": 62952, - "end": 62953, + "start": 65342, + "end": 65343, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 27 }, "end": { - "line": 1368, + "line": 1410, "column": 28 } } @@ -734385,15 +734872,15 @@ "postfix": false, "binop": null }, - "start": 62954, - "end": 62955, + "start": 65344, + "end": 65345, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 29 }, "end": { - "line": 1368, + "line": 1410, "column": 30 } } @@ -734411,15 +734898,15 @@ "binop": null }, "value": "dateObj", - "start": 62956, - "end": 62963, + "start": 65346, + "end": 65353, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 31 }, "end": { - "line": 1368, + "line": 1410, "column": 38 } } @@ -734436,15 +734923,15 @@ "postfix": false, "binop": null }, - "start": 62964, - "end": 62965, + "start": 65354, + "end": 65355, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 39 }, "end": { - "line": 1368, + "line": 1410, "column": 40 } } @@ -734462,15 +734949,15 @@ "binop": null, "updateContext": null }, - "start": 62966, - "end": 62968, + "start": 65356, + "end": 65358, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 41 }, "end": { - "line": 1368, + "line": 1410, "column": 43 } } @@ -734487,15 +734974,15 @@ "postfix": false, "binop": null }, - "start": 62969, - "end": 62970, + "start": 65359, + "end": 65360, "loc": { "start": { - "line": 1368, + "line": 1410, "column": 44 }, "end": { - "line": 1368, + "line": 1410, "column": 45 } } @@ -734515,15 +735002,15 @@ "updateContext": null }, "value": "let", - "start": 62987, - "end": 62990, + "start": 65377, + "end": 65380, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 16 }, "end": { - "line": 1369, + "line": 1411, "column": 19 } } @@ -734541,15 +735028,15 @@ "binop": null }, "value": "_tmp", - "start": 62991, - "end": 62995, + "start": 65381, + "end": 65385, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 20 }, "end": { - "line": 1369, + "line": 1411, "column": 24 } } @@ -734568,15 +735055,15 @@ "updateContext": null }, "value": "=", - "start": 62996, - "end": 62997, + "start": 65386, + "end": 65387, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 25 }, "end": { - "line": 1369, + "line": 1411, "column": 26 } } @@ -734596,15 +735083,15 @@ "updateContext": null }, "value": "new", - "start": 62998, - "end": 63001, + "start": 65388, + "end": 65391, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 27 }, "end": { - "line": 1369, + "line": 1411, "column": 30 } } @@ -734622,15 +735109,15 @@ "binop": null }, "value": "Date", - "start": 63002, - "end": 63006, + "start": 65392, + "end": 65396, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 31 }, "end": { - "line": 1369, + "line": 1411, "column": 35 } } @@ -734647,15 +735134,15 @@ "postfix": false, "binop": null }, - "start": 63006, - "end": 63007, + "start": 65396, + "end": 65397, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 35 }, "end": { - "line": 1369, + "line": 1411, "column": 36 } } @@ -734673,15 +735160,15 @@ "binop": null }, "value": "dateObj", - "start": 63008, - "end": 63015, + "start": 65398, + "end": 65405, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 37 }, "end": { - "line": 1369, + "line": 1411, "column": 44 } } @@ -734699,15 +735186,15 @@ "binop": null, "updateContext": null }, - "start": 63015, - "end": 63016, + "start": 65405, + "end": 65406, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 44 }, "end": { - "line": 1369, + "line": 1411, "column": 45 } } @@ -734725,15 +735212,15 @@ "binop": null }, "value": "getFullYear", - "start": 63016, - "end": 63027, + "start": 65406, + "end": 65417, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 45 }, "end": { - "line": 1369, + "line": 1411, "column": 56 } } @@ -734750,15 +735237,15 @@ "postfix": false, "binop": null }, - "start": 63027, - "end": 63028, + "start": 65417, + "end": 65418, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 56 }, "end": { - "line": 1369, + "line": 1411, "column": 57 } } @@ -734775,15 +735262,15 @@ "postfix": false, "binop": null }, - "start": 63028, - "end": 63029, + "start": 65418, + "end": 65419, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 57 }, "end": { - "line": 1369, + "line": 1411, "column": 58 } } @@ -734801,15 +735288,15 @@ "binop": null, "updateContext": null }, - "start": 63029, - "end": 63030, + "start": 65419, + "end": 65420, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 58 }, "end": { - "line": 1369, + "line": 1411, "column": 59 } } @@ -734827,15 +735314,15 @@ "binop": null }, "value": "dateObj", - "start": 63031, - "end": 63038, + "start": 65421, + "end": 65428, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 60 }, "end": { - "line": 1369, + "line": 1411, "column": 67 } } @@ -734853,15 +735340,15 @@ "binop": null, "updateContext": null }, - "start": 63038, - "end": 63039, + "start": 65428, + "end": 65429, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 67 }, "end": { - "line": 1369, + "line": 1411, "column": 68 } } @@ -734879,15 +735366,15 @@ "binop": null }, "value": "getMonth", - "start": 63039, - "end": 63047, + "start": 65429, + "end": 65437, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 68 }, "end": { - "line": 1369, + "line": 1411, "column": 76 } } @@ -734904,15 +735391,15 @@ "postfix": false, "binop": null }, - "start": 63047, - "end": 63048, + "start": 65437, + "end": 65438, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 76 }, "end": { - "line": 1369, + "line": 1411, "column": 77 } } @@ -734929,15 +735416,15 @@ "postfix": false, "binop": null }, - "start": 63048, - "end": 63049, + "start": 65438, + "end": 65439, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 77 }, "end": { - "line": 1369, + "line": 1411, "column": 78 } } @@ -734956,15 +735443,15 @@ "updateContext": null }, "value": "+", - "start": 63050, - "end": 63051, + "start": 65440, + "end": 65441, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 79 }, "end": { - "line": 1369, + "line": 1411, "column": 80 } } @@ -734983,15 +735470,15 @@ "updateContext": null }, "value": 1, - "start": 63052, - "end": 63053, + "start": 65442, + "end": 65443, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 81 }, "end": { - "line": 1369, + "line": 1411, "column": 82 } } @@ -735009,15 +735496,15 @@ "binop": null, "updateContext": null }, - "start": 63053, - "end": 63054, + "start": 65443, + "end": 65444, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 82 }, "end": { - "line": 1369, + "line": 1411, "column": 83 } } @@ -735036,15 +735523,15 @@ "updateContext": null }, "value": 1, - "start": 63055, - "end": 63056, + "start": 65445, + "end": 65446, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 84 }, "end": { - "line": 1369, + "line": 1411, "column": 85 } } @@ -735061,15 +735548,15 @@ "postfix": false, "binop": null }, - "start": 63057, - "end": 63058, + "start": 65447, + "end": 65448, "loc": { "start": { - "line": 1369, + "line": 1411, "column": 86 }, "end": { - "line": 1369, + "line": 1411, "column": 87 } } @@ -735087,15 +735574,15 @@ "binop": null }, "value": "_tmp", - "start": 63075, - "end": 63079, + "start": 65465, + "end": 65469, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 16 }, "end": { - "line": 1370, + "line": 1412, "column": 20 } } @@ -735113,15 +735600,15 @@ "binop": null, "updateContext": null }, - "start": 63079, - "end": 63080, + "start": 65469, + "end": 65470, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 20 }, "end": { - "line": 1370, + "line": 1412, "column": 21 } } @@ -735139,15 +735626,15 @@ "binop": null }, "value": "setTime", - "start": 63080, - "end": 63087, + "start": 65470, + "end": 65477, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 21 }, "end": { - "line": 1370, + "line": 1412, "column": 28 } } @@ -735164,15 +735651,15 @@ "postfix": false, "binop": null }, - "start": 63087, - "end": 63088, + "start": 65477, + "end": 65478, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 28 }, "end": { - "line": 1370, + "line": 1412, "column": 29 } } @@ -735190,15 +735677,15 @@ "binop": null }, "value": "_tmp", - "start": 63089, - "end": 63093, + "start": 65479, + "end": 65483, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 30 }, "end": { - "line": 1370, + "line": 1412, "column": 34 } } @@ -735216,15 +735703,15 @@ "binop": null, "updateContext": null }, - "start": 63093, - "end": 63094, + "start": 65483, + "end": 65484, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 34 }, "end": { - "line": 1370, + "line": 1412, "column": 35 } } @@ -735242,15 +735729,15 @@ "binop": null }, "value": "getTime", - "start": 63094, - "end": 63101, + "start": 65484, + "end": 65491, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 35 }, "end": { - "line": 1370, + "line": 1412, "column": 42 } } @@ -735267,15 +735754,15 @@ "postfix": false, "binop": null }, - "start": 63101, - "end": 63102, + "start": 65491, + "end": 65492, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 42 }, "end": { - "line": 1370, + "line": 1412, "column": 43 } } @@ -735292,15 +735779,15 @@ "postfix": false, "binop": null }, - "start": 63102, - "end": 63103, + "start": 65492, + "end": 65493, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 43 }, "end": { - "line": 1370, + "line": 1412, "column": 44 } } @@ -735319,15 +735806,15 @@ "updateContext": null }, "value": "-", - "start": 63104, - "end": 63105, + "start": 65494, + "end": 65495, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 45 }, "end": { - "line": 1370, + "line": 1412, "column": 46 } } @@ -735346,15 +735833,15 @@ "updateContext": null }, "value": 1, - "start": 63106, - "end": 63107, + "start": 65496, + "end": 65497, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 47 }, "end": { - "line": 1370, + "line": 1412, "column": 48 } } @@ -735371,15 +735858,15 @@ "postfix": false, "binop": null }, - "start": 63108, - "end": 63109, + "start": 65498, + "end": 65499, "loc": { "start": { - "line": 1370, + "line": 1412, "column": 49 }, "end": { - "line": 1370, + "line": 1412, "column": 50 } } @@ -735399,15 +735886,15 @@ "updateContext": null }, "value": "return", - "start": 63126, - "end": 63132, + "start": 65516, + "end": 65522, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 16 }, "end": { - "line": 1371, + "line": 1413, "column": 22 } } @@ -735425,15 +735912,15 @@ "binop": null }, "value": "_tmp", - "start": 63133, - "end": 63137, + "start": 65523, + "end": 65527, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 23 }, "end": { - "line": 1371, + "line": 1413, "column": 27 } } @@ -735451,15 +735938,15 @@ "binop": null, "updateContext": null }, - "start": 63137, - "end": 63138, + "start": 65527, + "end": 65528, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 27 }, "end": { - "line": 1371, + "line": 1413, "column": 28 } } @@ -735477,15 +735964,15 @@ "binop": null }, "value": "getDate", - "start": 63138, - "end": 63145, + "start": 65528, + "end": 65535, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 28 }, "end": { - "line": 1371, + "line": 1413, "column": 35 } } @@ -735502,15 +735989,15 @@ "postfix": false, "binop": null }, - "start": 63145, - "end": 63146, + "start": 65535, + "end": 65536, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 35 }, "end": { - "line": 1371, + "line": 1413, "column": 36 } } @@ -735527,15 +736014,15 @@ "postfix": false, "binop": null }, - "start": 63146, - "end": 63147, + "start": 65536, + "end": 65537, "loc": { "start": { - "line": 1371, + "line": 1413, "column": 36 }, "end": { - "line": 1371, + "line": 1413, "column": 37 } } @@ -735552,15 +736039,15 @@ "postfix": false, "binop": null }, - "start": 63160, - "end": 63161, + "start": 65550, + "end": 65551, "loc": { "start": { - "line": 1372, + "line": 1414, "column": 12 }, "end": { - "line": 1372, + "line": 1414, "column": 13 } } @@ -735578,15 +736065,15 @@ "binop": null, "updateContext": null }, - "start": 63161, - "end": 63162, + "start": 65551, + "end": 65552, "loc": { "start": { - "line": 1372, + "line": 1414, "column": 13 }, "end": { - "line": 1372, + "line": 1414, "column": 14 } } @@ -735604,15 +736091,15 @@ "binop": null }, "value": "isLeapYear", - "start": 63175, - "end": 63185, + "start": 65565, + "end": 65575, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 12 }, "end": { - "line": 1373, + "line": 1415, "column": 22 } } @@ -735631,15 +736118,15 @@ "updateContext": null }, "value": "=", - "start": 63186, - "end": 63187, + "start": 65576, + "end": 65577, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 23 }, "end": { - "line": 1373, + "line": 1415, "column": 24 } } @@ -735656,15 +736143,15 @@ "postfix": false, "binop": null }, - "start": 63188, - "end": 63189, + "start": 65578, + "end": 65579, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 25 }, "end": { - "line": 1373, + "line": 1415, "column": 26 } } @@ -735682,15 +736169,15 @@ "binop": null }, "value": "dateObj", - "start": 63190, - "end": 63197, + "start": 65580, + "end": 65587, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 27 }, "end": { - "line": 1373, + "line": 1415, "column": 34 } } @@ -735707,15 +736194,15 @@ "postfix": false, "binop": null }, - "start": 63198, - "end": 63199, + "start": 65588, + "end": 65589, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 35 }, "end": { - "line": 1373, + "line": 1415, "column": 36 } } @@ -735733,15 +736220,15 @@ "binop": null, "updateContext": null }, - "start": 63200, - "end": 63202, + "start": 65590, + "end": 65592, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 37 }, "end": { - "line": 1373, + "line": 1415, "column": 39 } } @@ -735758,15 +736245,15 @@ "postfix": false, "binop": null }, - "start": 63203, - "end": 63204, + "start": 65593, + "end": 65594, "loc": { "start": { - "line": 1373, + "line": 1415, "column": 40 }, "end": { - "line": 1373, + "line": 1415, "column": 41 } } @@ -735786,15 +736273,15 @@ "updateContext": null }, "value": "let", - "start": 63221, - "end": 63224, + "start": 65611, + "end": 65614, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 16 }, "end": { - "line": 1374, + "line": 1416, "column": 19 } } @@ -735812,15 +736299,15 @@ "binop": null }, "value": "_tmp", - "start": 63225, - "end": 63229, + "start": 65615, + "end": 65619, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 20 }, "end": { - "line": 1374, + "line": 1416, "column": 24 } } @@ -735839,15 +736326,15 @@ "updateContext": null }, "value": "=", - "start": 63230, - "end": 63231, + "start": 65620, + "end": 65621, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 25 }, "end": { - "line": 1374, + "line": 1416, "column": 26 } } @@ -735867,15 +736354,15 @@ "updateContext": null }, "value": "new", - "start": 63232, - "end": 63235, + "start": 65622, + "end": 65625, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 27 }, "end": { - "line": 1374, + "line": 1416, "column": 30 } } @@ -735893,15 +736380,15 @@ "binop": null }, "value": "Date", - "start": 63236, - "end": 63240, + "start": 65626, + "end": 65630, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 31 }, "end": { - "line": 1374, + "line": 1416, "column": 35 } } @@ -735918,15 +736405,15 @@ "postfix": false, "binop": null }, - "start": 63240, - "end": 63241, + "start": 65630, + "end": 65631, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 35 }, "end": { - "line": 1374, + "line": 1416, "column": 36 } } @@ -735944,15 +736431,15 @@ "binop": null }, "value": "dateObj", - "start": 63242, - "end": 63249, + "start": 65632, + "end": 65639, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 37 }, "end": { - "line": 1374, + "line": 1416, "column": 44 } } @@ -735970,15 +736457,15 @@ "binop": null, "updateContext": null }, - "start": 63249, - "end": 63250, + "start": 65639, + "end": 65640, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 44 }, "end": { - "line": 1374, + "line": 1416, "column": 45 } } @@ -735996,15 +736483,15 @@ "binop": null }, "value": "getFullYear", - "start": 63250, - "end": 63261, + "start": 65640, + "end": 65651, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 45 }, "end": { - "line": 1374, + "line": 1416, "column": 56 } } @@ -736021,15 +736508,15 @@ "postfix": false, "binop": null }, - "start": 63261, - "end": 63262, + "start": 65651, + "end": 65652, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 56 }, "end": { - "line": 1374, + "line": 1416, "column": 57 } } @@ -736046,15 +736533,15 @@ "postfix": false, "binop": null }, - "start": 63262, - "end": 63263, + "start": 65652, + "end": 65653, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 57 }, "end": { - "line": 1374, + "line": 1416, "column": 58 } } @@ -736072,15 +736559,15 @@ "binop": null, "updateContext": null }, - "start": 63263, - "end": 63264, + "start": 65653, + "end": 65654, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 58 }, "end": { - "line": 1374, + "line": 1416, "column": 59 } } @@ -736099,15 +736586,15 @@ "updateContext": null }, "value": 0, - "start": 63265, - "end": 63266, + "start": 65655, + "end": 65656, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 60 }, "end": { - "line": 1374, + "line": 1416, "column": 61 } } @@ -736125,15 +736612,15 @@ "binop": null, "updateContext": null }, - "start": 63266, - "end": 63267, + "start": 65656, + "end": 65657, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 61 }, "end": { - "line": 1374, + "line": 1416, "column": 62 } } @@ -736152,15 +736639,15 @@ "updateContext": null }, "value": 1, - "start": 63268, - "end": 63269, + "start": 65658, + "end": 65659, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 63 }, "end": { - "line": 1374, + "line": 1416, "column": 64 } } @@ -736177,15 +736664,15 @@ "postfix": false, "binop": null }, - "start": 63270, - "end": 63271, + "start": 65660, + "end": 65661, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 65 }, "end": { - "line": 1374, + "line": 1416, "column": 66 } } @@ -736203,15 +736690,15 @@ "binop": null, "updateContext": null }, - "start": 63271, - "end": 63272, + "start": 65661, + "end": 65662, "loc": { "start": { - "line": 1374, + "line": 1416, "column": 66 }, "end": { - "line": 1374, + "line": 1416, "column": 67 } } @@ -736229,15 +736716,15 @@ "binop": null }, "value": "sum", - "start": 63293, - "end": 63296, + "start": 65683, + "end": 65686, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 20 }, "end": { - "line": 1375, + "line": 1417, "column": 23 } } @@ -736256,15 +736743,15 @@ "updateContext": null }, "value": "=", - "start": 63298, - "end": 63299, + "start": 65688, + "end": 65689, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 25 }, "end": { - "line": 1375, + "line": 1417, "column": 26 } } @@ -736283,15 +736770,15 @@ "updateContext": null }, "value": 0, - "start": 63300, - "end": 63301, + "start": 65690, + "end": 65691, "loc": { "start": { - "line": 1375, + "line": 1417, "column": 27 }, "end": { - "line": 1375, + "line": 1417, "column": 28 } } @@ -736311,15 +736798,15 @@ "updateContext": null }, "value": "for", - "start": 63335, - "end": 63338, + "start": 65725, + "end": 65728, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 16 }, "end": { - "line": 1377, + "line": 1419, "column": 19 } } @@ -736336,15 +736823,15 @@ "postfix": false, "binop": null }, - "start": 63339, - "end": 63340, + "start": 65729, + "end": 65730, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 20 }, "end": { - "line": 1377, + "line": 1419, "column": 21 } } @@ -736364,15 +736851,15 @@ "updateContext": null }, "value": "let", - "start": 63341, - "end": 63344, + "start": 65731, + "end": 65734, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 22 }, "end": { - "line": 1377, + "line": 1419, "column": 25 } } @@ -736390,15 +736877,15 @@ "binop": null }, "value": "i", - "start": 63345, - "end": 63346, + "start": 65735, + "end": 65736, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 26 }, "end": { - "line": 1377, + "line": 1419, "column": 27 } } @@ -736417,15 +736904,15 @@ "updateContext": null }, "value": "=", - "start": 63347, - "end": 63348, + "start": 65737, + "end": 65738, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 28 }, "end": { - "line": 1377, + "line": 1419, "column": 29 } } @@ -736444,15 +736931,15 @@ "updateContext": null }, "value": 0, - "start": 63349, - "end": 63350, + "start": 65739, + "end": 65740, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 30 }, "end": { - "line": 1377, + "line": 1419, "column": 31 } } @@ -736470,15 +736957,15 @@ "binop": null, "updateContext": null }, - "start": 63350, - "end": 63351, + "start": 65740, + "end": 65741, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 31 }, "end": { - "line": 1377, + "line": 1419, "column": 32 } } @@ -736496,15 +736983,15 @@ "binop": null }, "value": "i", - "start": 63352, - "end": 63353, + "start": 65742, + "end": 65743, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 33 }, "end": { - "line": 1377, + "line": 1419, "column": 34 } } @@ -736523,15 +737010,15 @@ "updateContext": null }, "value": "<", - "start": 63354, - "end": 63355, + "start": 65744, + "end": 65745, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 35 }, "end": { - "line": 1377, + "line": 1419, "column": 36 } } @@ -736550,15 +737037,15 @@ "updateContext": null }, "value": 12, - "start": 63356, - "end": 63358, + "start": 65746, + "end": 65748, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 37 }, "end": { - "line": 1377, + "line": 1419, "column": 39 } } @@ -736576,15 +737063,15 @@ "binop": null, "updateContext": null }, - "start": 63358, - "end": 63359, + "start": 65748, + "end": 65749, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 39 }, "end": { - "line": 1377, + "line": 1419, "column": 40 } } @@ -736602,15 +737089,15 @@ "binop": null }, "value": "i", - "start": 63360, - "end": 63361, + "start": 65750, + "end": 65751, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 41 }, "end": { - "line": 1377, + "line": 1419, "column": 42 } } @@ -736628,15 +737115,15 @@ "binop": null }, "value": "++", - "start": 63361, - "end": 63363, + "start": 65751, + "end": 65753, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 42 }, "end": { - "line": 1377, + "line": 1419, "column": 44 } } @@ -736653,15 +737140,15 @@ "postfix": false, "binop": null }, - "start": 63364, - "end": 63365, + "start": 65754, + "end": 65755, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 45 }, "end": { - "line": 1377, + "line": 1419, "column": 46 } } @@ -736678,15 +737165,15 @@ "postfix": false, "binop": null }, - "start": 63366, - "end": 63367, + "start": 65756, + "end": 65757, "loc": { "start": { - "line": 1377, + "line": 1419, "column": 47 }, "end": { - "line": 1377, + "line": 1419, "column": 48 } } @@ -736704,15 +737191,15 @@ "binop": null }, "value": "_tmp", - "start": 63388, - "end": 63392, + "start": 65778, + "end": 65782, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 20 }, "end": { - "line": 1378, + "line": 1420, "column": 24 } } @@ -736730,15 +737217,15 @@ "binop": null, "updateContext": null }, - "start": 63392, - "end": 63393, + "start": 65782, + "end": 65783, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 24 }, "end": { - "line": 1378, + "line": 1420, "column": 25 } } @@ -736756,15 +737243,15 @@ "binop": null }, "value": "setMonth", - "start": 63393, - "end": 63401, + "start": 65783, + "end": 65791, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 25 }, "end": { - "line": 1378, + "line": 1420, "column": 33 } } @@ -736781,15 +737268,15 @@ "postfix": false, "binop": null }, - "start": 63401, - "end": 63402, + "start": 65791, + "end": 65792, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 33 }, "end": { - "line": 1378, + "line": 1420, "column": 34 } } @@ -736807,15 +737294,15 @@ "binop": null }, "value": "i", - "start": 63402, - "end": 63403, + "start": 65792, + "end": 65793, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 34 }, "end": { - "line": 1378, + "line": 1420, "column": 35 } } @@ -736832,15 +737319,15 @@ "postfix": false, "binop": null }, - "start": 63403, - "end": 63404, + "start": 65793, + "end": 65794, "loc": { "start": { - "line": 1378, + "line": 1420, "column": 35 }, "end": { - "line": 1378, + "line": 1420, "column": 36 } } @@ -736858,15 +737345,15 @@ "binop": null }, "value": "sum", - "start": 63425, - "end": 63428, + "start": 65815, + "end": 65818, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 20 }, "end": { - "line": 1379, + "line": 1421, "column": 23 } } @@ -736885,15 +737372,15 @@ "updateContext": null }, "value": "+=", - "start": 63429, - "end": 63431, + "start": 65819, + "end": 65821, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 24 }, "end": { - "line": 1379, + "line": 1421, "column": 26 } } @@ -736911,15 +737398,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 63432, - "end": 63446, + "start": 65822, + "end": 65836, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 27 }, "end": { - "line": 1379, + "line": 1421, "column": 41 } } @@ -736936,15 +737423,15 @@ "postfix": false, "binop": null }, - "start": 63446, - "end": 63447, + "start": 65836, + "end": 65837, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 41 }, "end": { - "line": 1379, + "line": 1421, "column": 42 } } @@ -736962,15 +737449,15 @@ "binop": null }, "value": "_tmp", - "start": 63448, - "end": 63452, + "start": 65838, + "end": 65842, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 43 }, "end": { - "line": 1379, + "line": 1421, "column": 47 } } @@ -736987,15 +737474,15 @@ "postfix": false, "binop": null }, - "start": 63453, - "end": 63454, + "start": 65843, + "end": 65844, "loc": { "start": { - "line": 1379, + "line": 1421, "column": 48 }, "end": { - "line": 1379, + "line": 1421, "column": 49 } } @@ -737012,15 +737499,15 @@ "postfix": false, "binop": null }, - "start": 63471, - "end": 63472, + "start": 65861, + "end": 65862, "loc": { "start": { - "line": 1380, + "line": 1422, "column": 16 }, "end": { - "line": 1380, + "line": 1422, "column": 17 } } @@ -737040,15 +737527,15 @@ "updateContext": null }, "value": "return", - "start": 63489, - "end": 63495, + "start": 65879, + "end": 65885, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 16 }, "end": { - "line": 1381, + "line": 1423, "column": 22 } } @@ -737066,15 +737553,15 @@ "binop": null }, "value": "sum", - "start": 63496, - "end": 63499, + "start": 65886, + "end": 65889, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 23 }, "end": { - "line": 1381, + "line": 1423, "column": 26 } } @@ -737093,15 +737580,15 @@ "updateContext": null }, "value": "==", - "start": 63500, - "end": 63502, + "start": 65890, + "end": 65892, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 27 }, "end": { - "line": 1381, + "line": 1423, "column": 29 } } @@ -737120,15 +737607,15 @@ "updateContext": null }, "value": 365, - "start": 63503, - "end": 63506, + "start": 65893, + "end": 65896, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 30 }, "end": { - "line": 1381, + "line": 1423, "column": 33 } } @@ -737146,15 +737633,15 @@ "binop": null, "updateContext": null }, - "start": 63507, - "end": 63508, + "start": 65897, + "end": 65898, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 34 }, "end": { - "line": 1381, + "line": 1423, "column": 35 } } @@ -737174,15 +737661,15 @@ "updateContext": null }, "value": "false", - "start": 63509, - "end": 63514, + "start": 65899, + "end": 65904, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 36 }, "end": { - "line": 1381, + "line": 1423, "column": 41 } } @@ -737200,15 +737687,15 @@ "binop": null, "updateContext": null }, - "start": 63515, - "end": 63516, + "start": 65905, + "end": 65906, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 42 }, "end": { - "line": 1381, + "line": 1423, "column": 43 } } @@ -737228,15 +737715,15 @@ "updateContext": null }, "value": "true", - "start": 63517, - "end": 63521, + "start": 65907, + "end": 65911, "loc": { "start": { - "line": 1381, + "line": 1423, "column": 44 }, "end": { - "line": 1381, + "line": 1423, "column": 48 } } @@ -737253,15 +737740,15 @@ "postfix": false, "binop": null }, - "start": 63534, - "end": 63535, + "start": 65924, + "end": 65925, "loc": { "start": { - "line": 1382, + "line": 1424, "column": 12 }, "end": { - "line": 1382, + "line": 1424, "column": 13 } } @@ -737281,15 +737768,15 @@ "updateContext": null }, "value": "if", - "start": 63553, - "end": 63555, + "start": 65943, + "end": 65945, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 8 }, "end": { - "line": 1384, + "line": 1426, "column": 10 } } @@ -737306,15 +737793,15 @@ "postfix": false, "binop": null }, - "start": 63556, - "end": 63557, + "start": 65946, + "end": 65947, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 11 }, "end": { - "line": 1384, + "line": 1426, "column": 12 } } @@ -737333,15 +737820,15 @@ "updateContext": null }, "value": "!", - "start": 63558, - "end": 63559, + "start": 65948, + "end": 65949, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 13 }, "end": { - "line": 1384, + "line": 1426, "column": 14 } } @@ -737359,15 +737846,15 @@ "binop": null }, "value": "_dt1", - "start": 63560, - "end": 63564, + "start": 65950, + "end": 65954, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 15 }, "end": { - "line": 1384, + "line": 1426, "column": 19 } } @@ -737386,15 +737873,15 @@ "updateContext": null }, "value": "||", - "start": 63565, - "end": 63567, + "start": 65955, + "end": 65957, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 20 }, "end": { - "line": 1384, + "line": 1426, "column": 22 } } @@ -737413,15 +737900,15 @@ "updateContext": null }, "value": "!", - "start": 63568, - "end": 63569, + "start": 65958, + "end": 65959, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 23 }, "end": { - "line": 1384, + "line": 1426, "column": 24 } } @@ -737439,15 +737926,15 @@ "binop": null }, "value": "_dt2", - "start": 63570, - "end": 63574, + "start": 65960, + "end": 65964, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 25 }, "end": { - "line": 1384, + "line": 1426, "column": 29 } } @@ -737464,15 +737951,15 @@ "postfix": false, "binop": null }, - "start": 63575, - "end": 63576, + "start": 65965, + "end": 65966, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 30 }, "end": { - "line": 1384, + "line": 1426, "column": 31 } } @@ -737489,15 +737976,15 @@ "postfix": false, "binop": null }, - "start": 63577, - "end": 63578, + "start": 65967, + "end": 65968, "loc": { "start": { - "line": 1384, + "line": 1426, "column": 32 }, "end": { - "line": 1384, + "line": 1426, "column": 33 } } @@ -737515,15 +738002,15 @@ "binop": null }, "value": "console", - "start": 63591, - "end": 63598, + "start": 65981, + "end": 65988, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 12 }, "end": { - "line": 1385, + "line": 1427, "column": 19 } } @@ -737541,15 +738028,15 @@ "binop": null, "updateContext": null }, - "start": 63598, - "end": 63599, + "start": 65988, + "end": 65989, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 19 }, "end": { - "line": 1385, + "line": 1427, "column": 20 } } @@ -737567,15 +738054,15 @@ "binop": null }, "value": "warn", - "start": 63599, - "end": 63603, + "start": 65989, + "end": 65993, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 20 }, "end": { - "line": 1385, + "line": 1427, "column": 24 } } @@ -737592,15 +738079,15 @@ "postfix": false, "binop": null }, - "start": 63603, - "end": 63604, + "start": 65993, + "end": 65994, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 24 }, "end": { - "line": 1385, + "line": 1427, "column": 25 } } @@ -737619,15 +738106,15 @@ "updateContext": null }, "value": "Cannot parse date because invalid format or undefined.", - "start": 63605, - "end": 63661, + "start": 65995, + "end": 66051, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 26 }, "end": { - "line": 1385, + "line": 1427, "column": 82 } } @@ -737644,15 +738131,15 @@ "postfix": false, "binop": null }, - "start": 63662, - "end": 63663, + "start": 66052, + "end": 66053, "loc": { "start": { - "line": 1385, + "line": 1427, "column": 83 }, "end": { - "line": 1385, + "line": 1427, "column": 84 } } @@ -737672,15 +738159,15 @@ "updateContext": null }, "value": "return", - "start": 63676, - "end": 63682, + "start": 66066, + "end": 66072, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 12 }, "end": { - "line": 1386, + "line": 1428, "column": 18 } } @@ -737700,15 +738187,15 @@ "updateContext": null }, "value": "false", - "start": 63683, - "end": 63688, + "start": 66073, + "end": 66078, "loc": { "start": { - "line": 1386, + "line": 1428, "column": 19 }, "end": { - "line": 1386, + "line": 1428, "column": 24 } } @@ -737725,15 +738212,15 @@ "postfix": false, "binop": null }, - "start": 63697, - "end": 63698, + "start": 66087, + "end": 66088, "loc": { "start": { - "line": 1387, + "line": 1429, "column": 8 }, "end": { - "line": 1387, + "line": 1429, "column": 9 } } @@ -737751,15 +738238,15 @@ "binop": null }, "value": "diffMS", - "start": 63716, - "end": 63722, + "start": 66106, + "end": 66112, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 8 }, "end": { - "line": 1389, + "line": 1431, "column": 14 } } @@ -737778,15 +738265,15 @@ "updateContext": null }, "value": "=", - "start": 63723, - "end": 63724, + "start": 66113, + "end": 66114, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 15 }, "end": { - "line": 1389, + "line": 1431, "column": 16 } } @@ -737804,15 +738291,15 @@ "binop": null }, "value": "_dt2", - "start": 63725, - "end": 63729, + "start": 66115, + "end": 66119, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 17 }, "end": { - "line": 1389, + "line": 1431, "column": 21 } } @@ -737831,15 +738318,15 @@ "updateContext": null }, "value": "-", - "start": 63730, - "end": 63731, + "start": 66120, + "end": 66121, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 22 }, "end": { - "line": 1389, + "line": 1431, "column": 23 } } @@ -737857,15 +738344,15 @@ "binop": null }, "value": "_dt1", - "start": 63732, - "end": 63736, + "start": 66122, + "end": 66126, "loc": { "start": { - "line": 1389, + "line": 1431, "column": 24 }, "end": { - "line": 1389, + "line": 1431, "column": 28 } } @@ -737885,15 +738372,15 @@ "updateContext": null }, "value": "if", - "start": 63754, - "end": 63756, + "start": 66144, + "end": 66146, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 8 }, "end": { - "line": 1391, + "line": 1433, "column": 10 } } @@ -737910,15 +738397,15 @@ "postfix": false, "binop": null }, - "start": 63757, - "end": 63758, + "start": 66147, + "end": 66148, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 11 }, "end": { - "line": 1391, + "line": 1433, "column": 12 } } @@ -737936,15 +738423,15 @@ "binop": null }, "value": "absval", - "start": 63759, - "end": 63765, + "start": 66149, + "end": 66155, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 13 }, "end": { - "line": 1391, + "line": 1433, "column": 19 } } @@ -737961,15 +738448,15 @@ "postfix": false, "binop": null }, - "start": 63766, - "end": 63767, + "start": 66156, + "end": 66157, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 20 }, "end": { - "line": 1391, + "line": 1433, "column": 21 } } @@ -737986,15 +738473,15 @@ "postfix": false, "binop": null }, - "start": 63768, - "end": 63769, + "start": 66158, + "end": 66159, "loc": { "start": { - "line": 1391, + "line": 1433, "column": 22 }, "end": { - "line": 1391, + "line": 1433, "column": 23 } } @@ -738012,15 +738499,15 @@ "binop": null }, "value": "diffMS", - "start": 63782, - "end": 63788, + "start": 66172, + "end": 66178, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 12 }, "end": { - "line": 1392, + "line": 1434, "column": 18 } } @@ -738039,15 +738526,15 @@ "updateContext": null }, "value": "=", - "start": 63789, - "end": 63790, + "start": 66179, + "end": 66180, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 19 }, "end": { - "line": 1392, + "line": 1434, "column": 20 } } @@ -738065,15 +738552,15 @@ "binop": null }, "value": "Math", - "start": 63791, - "end": 63795, + "start": 66181, + "end": 66185, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 21 }, "end": { - "line": 1392, + "line": 1434, "column": 25 } } @@ -738091,15 +738578,15 @@ "binop": null, "updateContext": null }, - "start": 63795, - "end": 63796, + "start": 66185, + "end": 66186, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 25 }, "end": { - "line": 1392, + "line": 1434, "column": 26 } } @@ -738117,15 +738604,15 @@ "binop": null }, "value": "abs", - "start": 63796, - "end": 63799, + "start": 66186, + "end": 66189, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 26 }, "end": { - "line": 1392, + "line": 1434, "column": 29 } } @@ -738142,15 +738629,15 @@ "postfix": false, "binop": null }, - "start": 63799, - "end": 63800, + "start": 66189, + "end": 66190, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 29 }, "end": { - "line": 1392, + "line": 1434, "column": 30 } } @@ -738168,15 +738655,15 @@ "binop": null }, "value": "diffMS", - "start": 63801, - "end": 63807, + "start": 66191, + "end": 66197, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 31 }, "end": { - "line": 1392, + "line": 1434, "column": 37 } } @@ -738193,15 +738680,15 @@ "postfix": false, "binop": null }, - "start": 63808, - "end": 63809, + "start": 66198, + "end": 66199, "loc": { "start": { - "line": 1392, + "line": 1434, "column": 38 }, "end": { - "line": 1392, + "line": 1434, "column": 39 } } @@ -738218,15 +738705,15 @@ "postfix": false, "binop": null }, - "start": 63818, - "end": 63819, + "start": 66208, + "end": 66209, "loc": { "start": { - "line": 1393, + "line": 1435, "column": 8 }, "end": { - "line": 1393, + "line": 1435, "column": 9 } } @@ -738246,15 +738733,15 @@ "updateContext": null }, "value": "let", - "start": 63837, - "end": 63840, + "start": 66227, + "end": 66230, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 8 }, "end": { - "line": 1395, + "line": 1437, "column": 11 } } @@ -738272,15 +738759,15 @@ "binop": null }, "value": "_bd", - "start": 63841, - "end": 63844, + "start": 66231, + "end": 66234, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 12 }, "end": { - "line": 1395, + "line": 1437, "column": 15 } } @@ -738299,15 +738786,15 @@ "updateContext": null }, "value": "=", - "start": 63845, - "end": 63846, + "start": 66235, + "end": 66236, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 16 }, "end": { - "line": 1395, + "line": 1437, "column": 17 } } @@ -738327,15 +738814,15 @@ "updateContext": null }, "value": "new", - "start": 63847, - "end": 63850, + "start": 66237, + "end": 66240, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 18 }, "end": { - "line": 1395, + "line": 1437, "column": 21 } } @@ -738353,15 +738840,15 @@ "binop": null }, "value": "Date", - "start": 63851, - "end": 63855, + "start": 66241, + "end": 66245, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 22 }, "end": { - "line": 1395, + "line": 1437, "column": 26 } } @@ -738378,15 +738865,15 @@ "postfix": false, "binop": null }, - "start": 63855, - "end": 63856, + "start": 66245, + "end": 66246, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 26 }, "end": { - "line": 1395, + "line": 1437, "column": 27 } } @@ -738404,15 +738891,15 @@ "binop": null }, "value": "_dt1", - "start": 63857, - "end": 63861, + "start": 66247, + "end": 66251, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 28 }, "end": { - "line": 1395, + "line": 1437, "column": 32 } } @@ -738429,15 +738916,15 @@ "postfix": false, "binop": null }, - "start": 63862, - "end": 63863, + "start": 66252, + "end": 66253, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 33 }, "end": { - "line": 1395, + "line": 1437, "column": 34 } } @@ -738455,15 +738942,15 @@ "binop": null, "updateContext": null }, - "start": 63863, - "end": 63864, + "start": 66253, + "end": 66254, "loc": { "start": { - "line": 1395, + "line": 1437, "column": 34 }, "end": { - "line": 1395, + "line": 1437, "column": 35 } } @@ -738481,15 +738968,15 @@ "binop": null }, "value": "_ed", - "start": 63877, - "end": 63880, + "start": 66267, + "end": 66270, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 12 }, "end": { - "line": 1396, + "line": 1438, "column": 15 } } @@ -738508,15 +738995,15 @@ "updateContext": null }, "value": "=", - "start": 63881, - "end": 63882, + "start": 66271, + "end": 66272, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 16 }, "end": { - "line": 1396, + "line": 1438, "column": 17 } } @@ -738536,15 +739023,15 @@ "updateContext": null }, "value": "new", - "start": 63883, - "end": 63886, + "start": 66273, + "end": 66276, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 18 }, "end": { - "line": 1396, + "line": 1438, "column": 21 } } @@ -738562,15 +739049,15 @@ "binop": null }, "value": "Date", - "start": 63887, - "end": 63891, + "start": 66277, + "end": 66281, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 22 }, "end": { - "line": 1396, + "line": 1438, "column": 26 } } @@ -738587,15 +739074,15 @@ "postfix": false, "binop": null }, - "start": 63891, - "end": 63892, + "start": 66281, + "end": 66282, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 26 }, "end": { - "line": 1396, + "line": 1438, "column": 27 } } @@ -738613,15 +739100,15 @@ "binop": null }, "value": "_dt2", - "start": 63893, - "end": 63897, + "start": 66283, + "end": 66287, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 28 }, "end": { - "line": 1396, + "line": 1438, "column": 32 } } @@ -738638,15 +739125,15 @@ "postfix": false, "binop": null }, - "start": 63898, - "end": 63899, + "start": 66288, + "end": 66289, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 33 }, "end": { - "line": 1396, + "line": 1438, "column": 34 } } @@ -738664,15 +739151,15 @@ "binop": null, "updateContext": null }, - "start": 63899, - "end": 63900, + "start": 66289, + "end": 66290, "loc": { "start": { - "line": 1396, + "line": 1438, "column": 34 }, "end": { - "line": 1396, + "line": 1438, "column": 35 } } @@ -738690,15 +739177,15 @@ "binop": null }, "value": "_dy", - "start": 63913, - "end": 63916, + "start": 66303, + "end": 66306, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 12 }, "end": { - "line": 1397, + "line": 1439, "column": 15 } } @@ -738717,15 +739204,15 @@ "updateContext": null }, "value": "=", - "start": 63917, - "end": 63918, + "start": 66307, + "end": 66308, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 16 }, "end": { - "line": 1397, + "line": 1439, "column": 17 } } @@ -738743,15 +739230,15 @@ "binop": null }, "value": "_ed", - "start": 63919, - "end": 63922, + "start": 66309, + "end": 66312, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 18 }, "end": { - "line": 1397, + "line": 1439, "column": 21 } } @@ -738769,15 +739256,15 @@ "binop": null, "updateContext": null }, - "start": 63922, - "end": 63923, + "start": 66312, + "end": 66313, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 21 }, "end": { - "line": 1397, + "line": 1439, "column": 22 } } @@ -738795,15 +739282,15 @@ "binop": null }, "value": "getFullYear", - "start": 63923, - "end": 63934, + "start": 66313, + "end": 66324, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 22 }, "end": { - "line": 1397, + "line": 1439, "column": 33 } } @@ -738820,15 +739307,15 @@ "postfix": false, "binop": null }, - "start": 63934, - "end": 63935, + "start": 66324, + "end": 66325, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 33 }, "end": { - "line": 1397, + "line": 1439, "column": 34 } } @@ -738845,15 +739332,15 @@ "postfix": false, "binop": null }, - "start": 63935, - "end": 63936, + "start": 66325, + "end": 66326, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 34 }, "end": { - "line": 1397, + "line": 1439, "column": 35 } } @@ -738872,15 +739359,15 @@ "updateContext": null }, "value": "-", - "start": 63937, - "end": 63938, + "start": 66327, + "end": 66328, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 36 }, "end": { - "line": 1397, + "line": 1439, "column": 37 } } @@ -738898,15 +739385,15 @@ "binop": null }, "value": "_bd", - "start": 63939, - "end": 63942, + "start": 66329, + "end": 66332, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 38 }, "end": { - "line": 1397, + "line": 1439, "column": 41 } } @@ -738924,15 +739411,15 @@ "binop": null, "updateContext": null }, - "start": 63942, - "end": 63943, + "start": 66332, + "end": 66333, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 41 }, "end": { - "line": 1397, + "line": 1439, "column": 42 } } @@ -738950,15 +739437,15 @@ "binop": null }, "value": "getFullYear", - "start": 63943, - "end": 63954, + "start": 66333, + "end": 66344, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 42 }, "end": { - "line": 1397, + "line": 1439, "column": 53 } } @@ -738975,15 +739462,15 @@ "postfix": false, "binop": null }, - "start": 63954, - "end": 63955, + "start": 66344, + "end": 66345, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 53 }, "end": { - "line": 1397, + "line": 1439, "column": 54 } } @@ -739000,15 +739487,15 @@ "postfix": false, "binop": null }, - "start": 63955, - "end": 63956, + "start": 66345, + "end": 66346, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 54 }, "end": { - "line": 1397, + "line": 1439, "column": 55 } } @@ -739026,15 +739513,15 @@ "binop": null, "updateContext": null }, - "start": 63956, - "end": 63957, + "start": 66346, + "end": 66347, "loc": { "start": { - "line": 1397, + "line": 1439, "column": 55 }, "end": { - "line": 1397, + "line": 1439, "column": 56 } } @@ -739052,15 +739539,15 @@ "binop": null }, "value": "_m", - "start": 63970, - "end": 63972, + "start": 66360, + "end": 66362, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 12 }, "end": { - "line": 1398, + "line": 1440, "column": 14 } } @@ -739079,15 +739566,15 @@ "updateContext": null }, "value": "=", - "start": 63974, - "end": 63975, + "start": 66364, + "end": 66365, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 16 }, "end": { - "line": 1398, + "line": 1440, "column": 17 } } @@ -739104,15 +739591,15 @@ "postfix": false, "binop": null }, - "start": 63976, - "end": 63977, + "start": 66366, + "end": 66367, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 18 }, "end": { - "line": 1398, + "line": 1440, "column": 19 } } @@ -739129,15 +739616,15 @@ "postfix": false, "binop": null }, - "start": 63977, - "end": 63978, + "start": 66367, + "end": 66368, "loc": { "start": { - "line": 1398, + "line": 1440, "column": 19 }, "end": { - "line": 1398, + "line": 1440, "column": 20 } } @@ -739157,15 +739644,15 @@ "updateContext": null }, "value": "switch", - "start": 63996, - "end": 64002, + "start": 66386, + "end": 66392, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 8 }, "end": { - "line": 1400, + "line": 1442, "column": 14 } } @@ -739182,15 +739669,15 @@ "postfix": false, "binop": null }, - "start": 64003, - "end": 64004, + "start": 66393, + "end": 66394, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 15 }, "end": { - "line": 1400, + "line": 1442, "column": 16 } } @@ -739210,15 +739697,15 @@ "updateContext": null }, "value": "true", - "start": 64005, - "end": 64009, + "start": 66395, + "end": 66399, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 17 }, "end": { - "line": 1400, + "line": 1442, "column": 21 } } @@ -739235,15 +739722,15 @@ "postfix": false, "binop": null }, - "start": 64010, - "end": 64011, + "start": 66400, + "end": 66401, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 22 }, "end": { - "line": 1400, + "line": 1442, "column": 23 } } @@ -739260,15 +739747,15 @@ "postfix": false, "binop": null }, - "start": 64012, - "end": 64013, + "start": 66402, + "end": 66403, "loc": { "start": { - "line": 1400, + "line": 1442, "column": 24 }, "end": { - "line": 1400, + "line": 1442, "column": 25 } } @@ -739288,15 +739775,15 @@ "updateContext": null }, "value": "case", - "start": 64026, - "end": 64030, + "start": 66416, + "end": 66420, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 12 }, "end": { - "line": 1401, + "line": 1443, "column": 16 } } @@ -739318,15 +739805,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 64031, - "end": 64042, + "start": 66421, + "end": 66432, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 17 }, "end": { - "line": 1401, + "line": 1443, "column": 28 } } @@ -739344,15 +739831,15 @@ "binop": null, "updateContext": null }, - "start": 64042, - "end": 64043, + "start": 66432, + "end": 66433, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 28 }, "end": { - "line": 1401, + "line": 1443, "column": 29 } } @@ -739370,15 +739857,15 @@ "binop": null }, "value": "test", - "start": 64043, - "end": 64047, + "start": 66433, + "end": 66437, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 29 }, "end": { - "line": 1401, + "line": 1443, "column": 33 } } @@ -739395,15 +739882,15 @@ "postfix": false, "binop": null }, - "start": 64047, - "end": 64048, + "start": 66437, + "end": 66438, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 33 }, "end": { - "line": 1401, + "line": 1443, "column": 34 } } @@ -739421,15 +739908,15 @@ "binop": null }, "value": "scale", - "start": 64049, - "end": 64054, + "start": 66439, + "end": 66444, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 35 }, "end": { - "line": 1401, + "line": 1443, "column": 40 } } @@ -739446,15 +739933,15 @@ "postfix": false, "binop": null }, - "start": 64055, - "end": 64056, + "start": 66445, + "end": 66446, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 41 }, "end": { - "line": 1401, + "line": 1443, "column": 42 } } @@ -739472,15 +739959,15 @@ "binop": null, "updateContext": null }, - "start": 64056, - "end": 64057, + "start": 66446, + "end": 66447, "loc": { "start": { - "line": 1401, + "line": 1443, "column": 42 }, "end": { - "line": 1401, + "line": 1443, "column": 43 } } @@ -739500,15 +739987,15 @@ "updateContext": null }, "value": "if", - "start": 64074, - "end": 64076, + "start": 66464, + "end": 66466, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 16 }, "end": { - "line": 1402, + "line": 1444, "column": 18 } } @@ -739525,15 +740012,15 @@ "postfix": false, "binop": null }, - "start": 64077, - "end": 64078, + "start": 66467, + "end": 66468, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 19 }, "end": { - "line": 1402, + "line": 1444, "column": 20 } } @@ -739551,15 +740038,15 @@ "binop": null }, "value": "_dy", - "start": 64079, - "end": 64082, + "start": 66469, + "end": 66472, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 21 }, "end": { - "line": 1402, + "line": 1444, "column": 24 } } @@ -739578,15 +740065,15 @@ "updateContext": null }, "value": ">", - "start": 64083, - "end": 64084, + "start": 66473, + "end": 66474, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 25 }, "end": { - "line": 1402, + "line": 1444, "column": 26 } } @@ -739605,15 +740092,15 @@ "updateContext": null }, "value": 0, - "start": 64085, - "end": 64086, + "start": 66475, + "end": 66476, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 27 }, "end": { - "line": 1402, + "line": 1444, "column": 28 } } @@ -739630,15 +740117,15 @@ "postfix": false, "binop": null }, - "start": 64087, - "end": 64088, + "start": 66477, + "end": 66478, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 29 }, "end": { - "line": 1402, + "line": 1444, "column": 30 } } @@ -739655,15 +740142,15 @@ "postfix": false, "binop": null }, - "start": 64089, - "end": 64090, + "start": 66479, + "end": 66480, "loc": { "start": { - "line": 1402, + "line": 1444, "column": 31 }, "end": { - "line": 1402, + "line": 1444, "column": 32 } } @@ -739683,15 +740170,15 @@ "updateContext": null }, "value": "for", - "start": 64111, - "end": 64114, + "start": 66501, + "end": 66504, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 20 }, "end": { - "line": 1403, + "line": 1445, "column": 23 } } @@ -739708,15 +740195,15 @@ "postfix": false, "binop": null }, - "start": 64115, - "end": 64116, + "start": 66505, + "end": 66506, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 24 }, "end": { - "line": 1403, + "line": 1445, "column": 25 } } @@ -739736,15 +740223,15 @@ "updateContext": null }, "value": "let", - "start": 64117, - "end": 64120, + "start": 66507, + "end": 66510, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 26 }, "end": { - "line": 1403, + "line": 1445, "column": 29 } } @@ -739762,15 +740249,15 @@ "binop": null }, "value": "i", - "start": 64121, - "end": 64122, + "start": 66511, + "end": 66512, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 30 }, "end": { - "line": 1403, + "line": 1445, "column": 31 } } @@ -739789,15 +740276,15 @@ "updateContext": null }, "value": "=", - "start": 64123, - "end": 64124, + "start": 66513, + "end": 66514, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 32 }, "end": { - "line": 1403, + "line": 1445, "column": 33 } } @@ -739816,15 +740303,15 @@ "updateContext": null }, "value": 0, - "start": 64125, - "end": 64126, + "start": 66515, + "end": 66516, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 34 }, "end": { - "line": 1403, + "line": 1445, "column": 35 } } @@ -739842,15 +740329,15 @@ "binop": null, "updateContext": null }, - "start": 64126, - "end": 64127, + "start": 66516, + "end": 66517, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 35 }, "end": { - "line": 1403, + "line": 1445, "column": 36 } } @@ -739868,15 +740355,15 @@ "binop": null }, "value": "i", - "start": 64128, - "end": 64129, + "start": 66518, + "end": 66519, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 37 }, "end": { - "line": 1403, + "line": 1445, "column": 38 } } @@ -739895,15 +740382,15 @@ "updateContext": null }, "value": "<=", - "start": 64130, - "end": 64132, + "start": 66520, + "end": 66522, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 39 }, "end": { - "line": 1403, + "line": 1445, "column": 41 } } @@ -739921,15 +740408,15 @@ "binop": null }, "value": "_dy", - "start": 64133, - "end": 64136, + "start": 66523, + "end": 66526, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 42 }, "end": { - "line": 1403, + "line": 1445, "column": 45 } } @@ -739947,15 +740434,15 @@ "binop": null, "updateContext": null }, - "start": 64136, - "end": 64137, + "start": 66526, + "end": 66527, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 45 }, "end": { - "line": 1403, + "line": 1445, "column": 46 } } @@ -739973,15 +740460,15 @@ "binop": null }, "value": "i", - "start": 64138, - "end": 64139, + "start": 66528, + "end": 66529, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 47 }, "end": { - "line": 1403, + "line": 1445, "column": 48 } } @@ -739999,15 +740486,15 @@ "binop": null }, "value": "++", - "start": 64139, - "end": 64141, + "start": 66529, + "end": 66531, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 48 }, "end": { - "line": 1403, + "line": 1445, "column": 50 } } @@ -740024,15 +740511,15 @@ "postfix": false, "binop": null }, - "start": 64142, - "end": 64143, + "start": 66532, + "end": 66533, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 51 }, "end": { - "line": 1403, + "line": 1445, "column": 52 } } @@ -740049,15 +740536,15 @@ "postfix": false, "binop": null }, - "start": 64144, - "end": 64145, + "start": 66534, + "end": 66535, "loc": { "start": { - "line": 1403, + "line": 1445, "column": 53 }, "end": { - "line": 1403, + "line": 1445, "column": 54 } } @@ -740077,15 +740564,15 @@ "updateContext": null }, "value": "let", - "start": 64170, - "end": 64173, + "start": 66560, + "end": 66563, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 24 }, "end": { - "line": 1404, + "line": 1446, "column": 27 } } @@ -740103,15 +740590,15 @@ "binop": null }, "value": "_cd", - "start": 64174, - "end": 64177, + "start": 66564, + "end": 66567, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 28 }, "end": { - "line": 1404, + "line": 1446, "column": 31 } } @@ -740130,15 +740617,15 @@ "updateContext": null }, "value": "=", - "start": 64178, - "end": 64179, + "start": 66568, + "end": 66569, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 32 }, "end": { - "line": 1404, + "line": 1446, "column": 33 } } @@ -740158,15 +740645,15 @@ "updateContext": null }, "value": "new", - "start": 64180, - "end": 64183, + "start": 66570, + "end": 66573, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 34 }, "end": { - "line": 1404, + "line": 1446, "column": 37 } } @@ -740184,15 +740671,15 @@ "binop": null }, "value": "Date", - "start": 64184, - "end": 64188, + "start": 66574, + "end": 66578, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 38 }, "end": { - "line": 1404, + "line": 1446, "column": 42 } } @@ -740209,15 +740696,15 @@ "postfix": false, "binop": null }, - "start": 64188, - "end": 64189, + "start": 66578, + "end": 66579, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 42 }, "end": { - "line": 1404, + "line": 1446, "column": 43 } } @@ -740235,15 +740722,15 @@ "binop": null }, "value": "_bd", - "start": 64190, - "end": 64193, + "start": 66580, + "end": 66583, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 44 }, "end": { - "line": 1404, + "line": 1446, "column": 47 } } @@ -740261,15 +740748,15 @@ "binop": null, "updateContext": null }, - "start": 64193, - "end": 64194, + "start": 66583, + "end": 66584, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 47 }, "end": { - "line": 1404, + "line": 1446, "column": 48 } } @@ -740287,15 +740774,15 @@ "binop": null }, "value": "getFullYear", - "start": 64194, - "end": 64205, + "start": 66584, + "end": 66595, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 48 }, "end": { - "line": 1404, + "line": 1446, "column": 59 } } @@ -740312,15 +740799,15 @@ "postfix": false, "binop": null }, - "start": 64205, - "end": 64206, + "start": 66595, + "end": 66596, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 59 }, "end": { - "line": 1404, + "line": 1446, "column": 60 } } @@ -740337,15 +740824,15 @@ "postfix": false, "binop": null }, - "start": 64206, - "end": 64207, + "start": 66596, + "end": 66597, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 60 }, "end": { - "line": 1404, + "line": 1446, "column": 61 } } @@ -740364,15 +740851,15 @@ "updateContext": null }, "value": "+", - "start": 64208, - "end": 64209, + "start": 66598, + "end": 66599, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 62 }, "end": { - "line": 1404, + "line": 1446, "column": 63 } } @@ -740390,15 +740877,15 @@ "binop": null }, "value": "i", - "start": 64210, - "end": 64211, + "start": 66600, + "end": 66601, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 64 }, "end": { - "line": 1404, + "line": 1446, "column": 65 } } @@ -740416,15 +740903,15 @@ "binop": null, "updateContext": null }, - "start": 64211, - "end": 64212, + "start": 66601, + "end": 66602, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 65 }, "end": { - "line": 1404, + "line": 1446, "column": 66 } } @@ -740443,15 +740930,15 @@ "updateContext": null }, "value": 0, - "start": 64213, - "end": 64214, + "start": 66603, + "end": 66604, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 67 }, "end": { - "line": 1404, + "line": 1446, "column": 68 } } @@ -740469,15 +740956,15 @@ "binop": null, "updateContext": null }, - "start": 64214, - "end": 64215, + "start": 66604, + "end": 66605, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 68 }, "end": { - "line": 1404, + "line": 1446, "column": 69 } } @@ -740496,15 +740983,15 @@ "updateContext": null }, "value": 1, - "start": 64216, - "end": 64217, + "start": 66606, + "end": 66607, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 70 }, "end": { - "line": 1404, + "line": 1446, "column": 71 } } @@ -740521,15 +741008,15 @@ "postfix": false, "binop": null }, - "start": 64218, - "end": 64219, + "start": 66608, + "end": 66609, "loc": { "start": { - "line": 1404, + "line": 1446, "column": 72 }, "end": { - "line": 1404, + "line": 1446, "column": 73 } } @@ -740547,15 +741034,15 @@ "binop": null }, "value": "_m", - "start": 64244, - "end": 64246, + "start": 66634, + "end": 66636, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 24 }, "end": { - "line": 1405, + "line": 1447, "column": 26 } } @@ -740573,15 +741060,15 @@ "binop": null, "updateContext": null }, - "start": 64246, - "end": 64247, + "start": 66636, + "end": 66637, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 26 }, "end": { - "line": 1405, + "line": 1447, "column": 27 } } @@ -740598,15 +741085,15 @@ "postfix": false, "binop": null }, - "start": 64247, - "end": 64248, + "start": 66637, + "end": 66638, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 27 }, "end": { - "line": 1405, + "line": 1447, "column": 28 } } @@ -740625,15 +741112,15 @@ "updateContext": null }, "value": "", - "start": 64248, - "end": 64248, + "start": 66638, + "end": 66638, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 28 }, "end": { - "line": 1405, + "line": 1447, "column": 28 } } @@ -740650,15 +741137,15 @@ "postfix": false, "binop": null }, - "start": 64248, - "end": 64250, + "start": 66638, + "end": 66640, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 28 }, "end": { - "line": 1405, + "line": 1447, "column": 30 } } @@ -740676,15 +741163,15 @@ "binop": null }, "value": "_bd", - "start": 64250, - "end": 64253, + "start": 66640, + "end": 66643, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 30 }, "end": { - "line": 1405, + "line": 1447, "column": 33 } } @@ -740702,15 +741189,15 @@ "binop": null, "updateContext": null }, - "start": 64253, - "end": 64254, + "start": 66643, + "end": 66644, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 33 }, "end": { - "line": 1405, + "line": 1447, "column": 34 } } @@ -740728,15 +741215,15 @@ "binop": null }, "value": "getFullYear", - "start": 64254, - "end": 64265, + "start": 66644, + "end": 66655, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 34 }, "end": { - "line": 1405, + "line": 1447, "column": 45 } } @@ -740753,15 +741240,15 @@ "postfix": false, "binop": null }, - "start": 64265, - "end": 64266, + "start": 66655, + "end": 66656, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 45 }, "end": { - "line": 1405, + "line": 1447, "column": 46 } } @@ -740778,15 +741265,15 @@ "postfix": false, "binop": null }, - "start": 64266, - "end": 64267, + "start": 66656, + "end": 66657, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 46 }, "end": { - "line": 1405, + "line": 1447, "column": 47 } } @@ -740805,15 +741292,15 @@ "updateContext": null }, "value": "+", - "start": 64268, - "end": 64269, + "start": 66658, + "end": 66659, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 48 }, "end": { - "line": 1405, + "line": 1447, "column": 49 } } @@ -740831,15 +741318,15 @@ "binop": null }, "value": "i", - "start": 64270, - "end": 64271, + "start": 66660, + "end": 66661, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 50 }, "end": { - "line": 1405, + "line": 1447, "column": 51 } } @@ -740856,15 +741343,15 @@ "postfix": false, "binop": null }, - "start": 64271, - "end": 64272, + "start": 66661, + "end": 66662, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 51 }, "end": { - "line": 1405, + "line": 1447, "column": 52 } } @@ -740883,15 +741370,15 @@ "updateContext": null }, "value": "", - "start": 64272, - "end": 64272, + "start": 66662, + "end": 66662, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 52 }, "end": { - "line": 1405, + "line": 1447, "column": 52 } } @@ -740908,15 +741395,15 @@ "postfix": false, "binop": null }, - "start": 64272, - "end": 64273, + "start": 66662, + "end": 66663, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 52 }, "end": { - "line": 1405, + "line": 1447, "column": 53 } } @@ -740934,15 +741421,15 @@ "binop": null, "updateContext": null }, - "start": 64273, - "end": 64274, + "start": 66663, + "end": 66664, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 53 }, "end": { - "line": 1405, + "line": 1447, "column": 54 } } @@ -740961,15 +741448,15 @@ "updateContext": null }, "value": "=", - "start": 64275, - "end": 64276, + "start": 66665, + "end": 66666, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 55 }, "end": { - "line": 1405, + "line": 1447, "column": 56 } } @@ -740987,15 +741474,15 @@ "binop": null }, "value": "isLeapYear", - "start": 64277, - "end": 64287, + "start": 66667, + "end": 66677, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 57 }, "end": { - "line": 1405, + "line": 1447, "column": 67 } } @@ -741012,15 +741499,15 @@ "postfix": false, "binop": null }, - "start": 64287, - "end": 64288, + "start": 66677, + "end": 66678, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 67 }, "end": { - "line": 1405, + "line": 1447, "column": 68 } } @@ -741038,15 +741525,15 @@ "binop": null }, "value": "_cd", - "start": 64289, - "end": 64292, + "start": 66679, + "end": 66682, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 69 }, "end": { - "line": 1405, + "line": 1447, "column": 72 } } @@ -741063,15 +741550,15 @@ "postfix": false, "binop": null }, - "start": 64293, - "end": 64294, + "start": 66683, + "end": 66684, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 73 }, "end": { - "line": 1405, + "line": 1447, "column": 74 } } @@ -741089,15 +741576,15 @@ "binop": null, "updateContext": null }, - "start": 64295, - "end": 64296, + "start": 66685, + "end": 66686, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 75 }, "end": { - "line": 1405, + "line": 1447, "column": 76 } } @@ -741116,15 +741603,15 @@ "updateContext": null }, "value": 366, - "start": 64297, - "end": 64300, + "start": 66687, + "end": 66690, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 77 }, "end": { - "line": 1405, + "line": 1447, "column": 80 } } @@ -741142,15 +741629,15 @@ "binop": null, "updateContext": null }, - "start": 64301, - "end": 64302, + "start": 66691, + "end": 66692, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 81 }, "end": { - "line": 1405, + "line": 1447, "column": 82 } } @@ -741169,15 +741656,15 @@ "updateContext": null }, "value": 365, - "start": 64303, - "end": 64306, + "start": 66693, + "end": 66696, "loc": { "start": { - "line": 1405, + "line": 1447, "column": 83 }, "end": { - "line": 1405, + "line": 1447, "column": 86 } } @@ -741194,15 +741681,15 @@ "postfix": false, "binop": null }, - "start": 64327, - "end": 64328, + "start": 66717, + "end": 66718, "loc": { "start": { - "line": 1406, + "line": 1448, "column": 20 }, "end": { - "line": 1406, + "line": 1448, "column": 21 } } @@ -741219,15 +741706,15 @@ "postfix": false, "binop": null }, - "start": 64345, - "end": 64346, + "start": 66735, + "end": 66736, "loc": { "start": { - "line": 1407, + "line": 1449, "column": 16 }, "end": { - "line": 1407, + "line": 1449, "column": 17 } } @@ -741247,15 +741734,15 @@ "updateContext": null }, "value": "else", - "start": 64347, - "end": 64351, + "start": 66737, + "end": 66741, "loc": { "start": { - "line": 1407, + "line": 1449, "column": 18 }, "end": { - "line": 1407, + "line": 1449, "column": 22 } } @@ -741272,15 +741759,15 @@ "postfix": false, "binop": null }, - "start": 64352, - "end": 64353, + "start": 66742, + "end": 66743, "loc": { "start": { - "line": 1407, + "line": 1449, "column": 23 }, "end": { - "line": 1407, + "line": 1449, "column": 24 } } @@ -741298,15 +741785,15 @@ "binop": null }, "value": "_m", - "start": 64374, - "end": 64376, + "start": 66764, + "end": 66766, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 20 }, "end": { - "line": 1408, + "line": 1450, "column": 22 } } @@ -741324,15 +741811,15 @@ "binop": null, "updateContext": null }, - "start": 64376, - "end": 64377, + "start": 66766, + "end": 66767, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 22 }, "end": { - "line": 1408, + "line": 1450, "column": 23 } } @@ -741349,15 +741836,15 @@ "postfix": false, "binop": null }, - "start": 64377, - "end": 64378, + "start": 66767, + "end": 66768, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 23 }, "end": { - "line": 1408, + "line": 1450, "column": 24 } } @@ -741376,15 +741863,15 @@ "updateContext": null }, "value": "", - "start": 64378, - "end": 64378, + "start": 66768, + "end": 66768, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 24 }, "end": { - "line": 1408, + "line": 1450, "column": 24 } } @@ -741401,15 +741888,15 @@ "postfix": false, "binop": null }, - "start": 64378, - "end": 64380, + "start": 66768, + "end": 66770, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 24 }, "end": { - "line": 1408, + "line": 1450, "column": 26 } } @@ -741427,15 +741914,15 @@ "binop": null }, "value": "_bd", - "start": 64380, - "end": 64383, + "start": 66770, + "end": 66773, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 26 }, "end": { - "line": 1408, + "line": 1450, "column": 29 } } @@ -741453,15 +741940,15 @@ "binop": null, "updateContext": null }, - "start": 64383, - "end": 64384, + "start": 66773, + "end": 66774, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 29 }, "end": { - "line": 1408, + "line": 1450, "column": 30 } } @@ -741479,15 +741966,15 @@ "binop": null }, "value": "getFullYear", - "start": 64384, - "end": 64395, + "start": 66774, + "end": 66785, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 30 }, "end": { - "line": 1408, + "line": 1450, "column": 41 } } @@ -741504,15 +741991,15 @@ "postfix": false, "binop": null }, - "start": 64395, - "end": 64396, + "start": 66785, + "end": 66786, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 41 }, "end": { - "line": 1408, + "line": 1450, "column": 42 } } @@ -741529,15 +742016,15 @@ "postfix": false, "binop": null }, - "start": 64396, - "end": 64397, + "start": 66786, + "end": 66787, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 42 }, "end": { - "line": 1408, + "line": 1450, "column": 43 } } @@ -741554,15 +742041,15 @@ "postfix": false, "binop": null }, - "start": 64397, - "end": 64398, + "start": 66787, + "end": 66788, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 43 }, "end": { - "line": 1408, + "line": 1450, "column": 44 } } @@ -741581,15 +742068,15 @@ "updateContext": null }, "value": "", - "start": 64398, - "end": 64398, + "start": 66788, + "end": 66788, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 44 }, "end": { - "line": 1408, + "line": 1450, "column": 44 } } @@ -741606,15 +742093,15 @@ "postfix": false, "binop": null }, - "start": 64398, - "end": 64399, + "start": 66788, + "end": 66789, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 44 }, "end": { - "line": 1408, + "line": 1450, "column": 45 } } @@ -741632,15 +742119,15 @@ "binop": null, "updateContext": null }, - "start": 64399, - "end": 64400, + "start": 66789, + "end": 66790, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 45 }, "end": { - "line": 1408, + "line": 1450, "column": 46 } } @@ -741659,15 +742146,15 @@ "updateContext": null }, "value": "=", - "start": 64401, - "end": 64402, + "start": 66791, + "end": 66792, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 47 }, "end": { - "line": 1408, + "line": 1450, "column": 48 } } @@ -741685,15 +742172,15 @@ "binop": null }, "value": "isLeapYear", - "start": 64403, - "end": 64413, + "start": 66793, + "end": 66803, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 49 }, "end": { - "line": 1408, + "line": 1450, "column": 59 } } @@ -741710,15 +742197,15 @@ "postfix": false, "binop": null }, - "start": 64413, - "end": 64414, + "start": 66803, + "end": 66804, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 59 }, "end": { - "line": 1408, + "line": 1450, "column": 60 } } @@ -741736,15 +742223,15 @@ "binop": null }, "value": "_bd", - "start": 64415, - "end": 64418, + "start": 66805, + "end": 66808, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 61 }, "end": { - "line": 1408, + "line": 1450, "column": 64 } } @@ -741761,15 +742248,15 @@ "postfix": false, "binop": null }, - "start": 64419, - "end": 64420, + "start": 66809, + "end": 66810, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 65 }, "end": { - "line": 1408, + "line": 1450, "column": 66 } } @@ -741787,15 +742274,15 @@ "binop": null, "updateContext": null }, - "start": 64421, - "end": 64422, + "start": 66811, + "end": 66812, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 67 }, "end": { - "line": 1408, + "line": 1450, "column": 68 } } @@ -741814,15 +742301,15 @@ "updateContext": null }, "value": 366, - "start": 64423, - "end": 64426, + "start": 66813, + "end": 66816, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 69 }, "end": { - "line": 1408, + "line": 1450, "column": 72 } } @@ -741840,15 +742327,15 @@ "binop": null, "updateContext": null }, - "start": 64427, - "end": 64428, + "start": 66817, + "end": 66818, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 73 }, "end": { - "line": 1408, + "line": 1450, "column": 74 } } @@ -741867,15 +742354,15 @@ "updateContext": null }, "value": 365, - "start": 64429, - "end": 64432, + "start": 66819, + "end": 66822, "loc": { "start": { - "line": 1408, + "line": 1450, "column": 75 }, "end": { - "line": 1408, + "line": 1450, "column": 78 } } @@ -741892,15 +742379,15 @@ "postfix": false, "binop": null }, - "start": 64449, - "end": 64450, + "start": 66839, + "end": 66840, "loc": { "start": { - "line": 1409, + "line": 1451, "column": 16 }, "end": { - "line": 1409, + "line": 1451, "column": 17 } } @@ -741918,15 +742405,15 @@ "binop": null }, "value": "retval", - "start": 64467, - "end": 64473, + "start": 66857, + "end": 66863, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 16 }, "end": { - "line": 1410, + "line": 1452, "column": 22 } } @@ -741945,15 +742432,15 @@ "updateContext": null }, "value": "=", - "start": 64474, - "end": 64475, + "start": 66864, + "end": 66865, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 23 }, "end": { - "line": 1410, + "line": 1452, "column": 24 } } @@ -741971,15 +742458,15 @@ "binop": null }, "value": "_m", - "start": 64476, - "end": 64478, + "start": 66866, + "end": 66868, "loc": { "start": { - "line": 1410, + "line": 1452, "column": 25 }, "end": { - "line": 1410, + "line": 1452, "column": 27 } } @@ -741999,15 +742486,15 @@ "updateContext": null }, "value": "break", - "start": 64495, - "end": 64500, + "start": 66885, + "end": 66890, "loc": { "start": { - "line": 1411, + "line": 1453, "column": 16 }, "end": { - "line": 1411, + "line": 1453, "column": 21 } } @@ -742027,15 +742514,15 @@ "updateContext": null }, "value": "case", - "start": 64513, - "end": 64517, + "start": 66903, + "end": 66907, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 12 }, "end": { - "line": 1412, + "line": 1454, "column": 16 } } @@ -742057,15 +742544,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 64518, - "end": 64530, + "start": 66908, + "end": 66920, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 17 }, "end": { - "line": 1412, + "line": 1454, "column": 29 } } @@ -742083,15 +742570,15 @@ "binop": null, "updateContext": null }, - "start": 64530, - "end": 64531, + "start": 66920, + "end": 66921, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 29 }, "end": { - "line": 1412, + "line": 1454, "column": 30 } } @@ -742109,15 +742596,15 @@ "binop": null }, "value": "test", - "start": 64531, - "end": 64535, + "start": 66921, + "end": 66925, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 30 }, "end": { - "line": 1412, + "line": 1454, "column": 34 } } @@ -742134,15 +742621,15 @@ "postfix": false, "binop": null }, - "start": 64535, - "end": 64536, + "start": 66925, + "end": 66926, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 34 }, "end": { - "line": 1412, + "line": 1454, "column": 35 } } @@ -742160,15 +742647,15 @@ "binop": null }, "value": "scale", - "start": 64537, - "end": 64542, + "start": 66927, + "end": 66932, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 36 }, "end": { - "line": 1412, + "line": 1454, "column": 41 } } @@ -742185,15 +742672,15 @@ "postfix": false, "binop": null }, - "start": 64543, - "end": 64544, + "start": 66933, + "end": 66934, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 42 }, "end": { - "line": 1412, + "line": 1454, "column": 43 } } @@ -742211,15 +742698,15 @@ "binop": null, "updateContext": null }, - "start": 64544, - "end": 64545, + "start": 66934, + "end": 66935, "loc": { "start": { - "line": 1412, + "line": 1454, "column": 43 }, "end": { - "line": 1412, + "line": 1454, "column": 44 } } @@ -742239,15 +742726,15 @@ "updateContext": null }, "value": "if", - "start": 64562, - "end": 64564, + "start": 66952, + "end": 66954, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 16 }, "end": { - "line": 1413, + "line": 1455, "column": 18 } } @@ -742264,15 +742751,15 @@ "postfix": false, "binop": null }, - "start": 64565, - "end": 64566, + "start": 66955, + "end": 66956, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 19 }, "end": { - "line": 1413, + "line": 1455, "column": 20 } } @@ -742290,15 +742777,15 @@ "binop": null }, "value": "_dy", - "start": 64567, - "end": 64570, + "start": 66957, + "end": 66960, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 21 }, "end": { - "line": 1413, + "line": 1455, "column": 24 } } @@ -742317,15 +742804,15 @@ "updateContext": null }, "value": ">", - "start": 64571, - "end": 64572, + "start": 66961, + "end": 66962, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 25 }, "end": { - "line": 1413, + "line": 1455, "column": 26 } } @@ -742344,15 +742831,15 @@ "updateContext": null }, "value": 0, - "start": 64573, - "end": 64574, + "start": 66963, + "end": 66964, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 27 }, "end": { - "line": 1413, + "line": 1455, "column": 28 } } @@ -742369,15 +742856,15 @@ "postfix": false, "binop": null }, - "start": 64575, - "end": 64576, + "start": 66965, + "end": 66966, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 29 }, "end": { - "line": 1413, + "line": 1455, "column": 30 } } @@ -742394,15 +742881,15 @@ "postfix": false, "binop": null }, - "start": 64577, - "end": 64578, + "start": 66967, + "end": 66968, "loc": { "start": { - "line": 1413, + "line": 1455, "column": 31 }, "end": { - "line": 1413, + "line": 1455, "column": 32 } } @@ -742422,15 +742909,15 @@ "updateContext": null }, "value": "for", - "start": 64599, - "end": 64602, + "start": 66989, + "end": 66992, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 20 }, "end": { - "line": 1414, + "line": 1456, "column": 23 } } @@ -742447,15 +742934,15 @@ "postfix": false, "binop": null }, - "start": 64603, - "end": 64604, + "start": 66993, + "end": 66994, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 24 }, "end": { - "line": 1414, + "line": 1456, "column": 25 } } @@ -742475,15 +742962,15 @@ "updateContext": null }, "value": "let", - "start": 64605, - "end": 64608, + "start": 66995, + "end": 66998, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 26 }, "end": { - "line": 1414, + "line": 1456, "column": 29 } } @@ -742501,15 +742988,15 @@ "binop": null }, "value": "i", - "start": 64609, - "end": 64610, + "start": 66999, + "end": 67000, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 30 }, "end": { - "line": 1414, + "line": 1456, "column": 31 } } @@ -742528,15 +743015,15 @@ "updateContext": null }, "value": "=", - "start": 64611, - "end": 64612, + "start": 67001, + "end": 67002, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 32 }, "end": { - "line": 1414, + "line": 1456, "column": 33 } } @@ -742554,15 +743041,15 @@ "binop": null }, "value": "_bd", - "start": 64613, - "end": 64616, + "start": 67003, + "end": 67006, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 34 }, "end": { - "line": 1414, + "line": 1456, "column": 37 } } @@ -742580,15 +743067,15 @@ "binop": null, "updateContext": null }, - "start": 64616, - "end": 64617, + "start": 67006, + "end": 67007, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 37 }, "end": { - "line": 1414, + "line": 1456, "column": 38 } } @@ -742606,15 +743093,15 @@ "binop": null }, "value": "getMonth", - "start": 64617, - "end": 64625, + "start": 67007, + "end": 67015, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 38 }, "end": { - "line": 1414, + "line": 1456, "column": 46 } } @@ -742631,15 +743118,15 @@ "postfix": false, "binop": null }, - "start": 64625, - "end": 64626, + "start": 67015, + "end": 67016, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 46 }, "end": { - "line": 1414, + "line": 1456, "column": 47 } } @@ -742656,15 +743143,15 @@ "postfix": false, "binop": null }, - "start": 64626, - "end": 64627, + "start": 67016, + "end": 67017, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 47 }, "end": { - "line": 1414, + "line": 1456, "column": 48 } } @@ -742682,15 +743169,15 @@ "binop": null, "updateContext": null }, - "start": 64627, - "end": 64628, + "start": 67017, + "end": 67018, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 48 }, "end": { - "line": 1414, + "line": 1456, "column": 49 } } @@ -742708,15 +743195,15 @@ "binop": null }, "value": "i", - "start": 64629, - "end": 64630, + "start": 67019, + "end": 67020, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 50 }, "end": { - "line": 1414, + "line": 1456, "column": 51 } } @@ -742735,15 +743222,15 @@ "updateContext": null }, "value": "<", - "start": 64631, - "end": 64632, + "start": 67021, + "end": 67022, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 52 }, "end": { - "line": 1414, + "line": 1456, "column": 53 } } @@ -742762,15 +743249,15 @@ "updateContext": null }, "value": 12, - "start": 64633, - "end": 64635, + "start": 67023, + "end": 67025, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 54 }, "end": { - "line": 1414, + "line": 1456, "column": 56 } } @@ -742788,15 +743275,15 @@ "binop": null, "updateContext": null }, - "start": 64635, - "end": 64636, + "start": 67025, + "end": 67026, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 56 }, "end": { - "line": 1414, + "line": 1456, "column": 57 } } @@ -742814,15 +743301,15 @@ "binop": null }, "value": "i", - "start": 64637, - "end": 64638, + "start": 67027, + "end": 67028, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 58 }, "end": { - "line": 1414, + "line": 1456, "column": 59 } } @@ -742840,15 +743327,15 @@ "binop": null }, "value": "++", - "start": 64638, - "end": 64640, + "start": 67028, + "end": 67030, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 59 }, "end": { - "line": 1414, + "line": 1456, "column": 61 } } @@ -742865,15 +743352,15 @@ "postfix": false, "binop": null }, - "start": 64641, - "end": 64642, + "start": 67031, + "end": 67032, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 62 }, "end": { - "line": 1414, + "line": 1456, "column": 63 } } @@ -742890,15 +743377,15 @@ "postfix": false, "binop": null }, - "start": 64643, - "end": 64644, + "start": 67033, + "end": 67034, "loc": { "start": { - "line": 1414, + "line": 1456, "column": 64 }, "end": { - "line": 1414, + "line": 1456, "column": 65 } } @@ -742918,15 +743405,15 @@ "updateContext": null }, "value": "let", - "start": 64669, - "end": 64672, + "start": 67059, + "end": 67062, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 24 }, "end": { - "line": 1415, + "line": 1457, "column": 27 } } @@ -742944,15 +743431,15 @@ "binop": null }, "value": "_cd", - "start": 64673, - "end": 64676, + "start": 67063, + "end": 67066, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 28 }, "end": { - "line": 1415, + "line": 1457, "column": 31 } } @@ -742971,15 +743458,15 @@ "updateContext": null }, "value": "=", - "start": 64677, - "end": 64678, + "start": 67067, + "end": 67068, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 32 }, "end": { - "line": 1415, + "line": 1457, "column": 33 } } @@ -742999,15 +743486,15 @@ "updateContext": null }, "value": "new", - "start": 64679, - "end": 64682, + "start": 67069, + "end": 67072, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 34 }, "end": { - "line": 1415, + "line": 1457, "column": 37 } } @@ -743025,15 +743512,15 @@ "binop": null }, "value": "Date", - "start": 64683, - "end": 64687, + "start": 67073, + "end": 67077, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 38 }, "end": { - "line": 1415, + "line": 1457, "column": 42 } } @@ -743050,15 +743537,15 @@ "postfix": false, "binop": null }, - "start": 64687, - "end": 64688, + "start": 67077, + "end": 67078, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 42 }, "end": { - "line": 1415, + "line": 1457, "column": 43 } } @@ -743076,15 +743563,15 @@ "binop": null }, "value": "_bd", - "start": 64689, - "end": 64692, + "start": 67079, + "end": 67082, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 44 }, "end": { - "line": 1415, + "line": 1457, "column": 47 } } @@ -743102,15 +743589,15 @@ "binop": null, "updateContext": null }, - "start": 64692, - "end": 64693, + "start": 67082, + "end": 67083, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 47 }, "end": { - "line": 1415, + "line": 1457, "column": 48 } } @@ -743128,15 +743615,15 @@ "binop": null }, "value": "getFullYear", - "start": 64693, - "end": 64704, + "start": 67083, + "end": 67094, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 48 }, "end": { - "line": 1415, + "line": 1457, "column": 59 } } @@ -743153,15 +743640,15 @@ "postfix": false, "binop": null }, - "start": 64704, - "end": 64705, + "start": 67094, + "end": 67095, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 59 }, "end": { - "line": 1415, + "line": 1457, "column": 60 } } @@ -743178,15 +743665,15 @@ "postfix": false, "binop": null }, - "start": 64705, - "end": 64706, + "start": 67095, + "end": 67096, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 60 }, "end": { - "line": 1415, + "line": 1457, "column": 61 } } @@ -743204,15 +743691,15 @@ "binop": null, "updateContext": null }, - "start": 64706, - "end": 64707, + "start": 67096, + "end": 67097, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 61 }, "end": { - "line": 1415, + "line": 1457, "column": 62 } } @@ -743230,15 +743717,15 @@ "binop": null }, "value": "i", - "start": 64708, - "end": 64709, + "start": 67098, + "end": 67099, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 63 }, "end": { - "line": 1415, + "line": 1457, "column": 64 } } @@ -743256,15 +743743,15 @@ "binop": null, "updateContext": null }, - "start": 64709, - "end": 64710, + "start": 67099, + "end": 67100, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 64 }, "end": { - "line": 1415, + "line": 1457, "column": 65 } } @@ -743283,15 +743770,15 @@ "updateContext": null }, "value": 1, - "start": 64711, - "end": 64712, + "start": 67101, + "end": 67102, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 66 }, "end": { - "line": 1415, + "line": 1457, "column": 67 } } @@ -743308,15 +743795,15 @@ "postfix": false, "binop": null }, - "start": 64713, - "end": 64714, + "start": 67103, + "end": 67104, "loc": { "start": { - "line": 1415, + "line": 1457, "column": 68 }, "end": { - "line": 1415, + "line": 1457, "column": 69 } } @@ -743334,15 +743821,15 @@ "binop": null }, "value": "_m", - "start": 64739, - "end": 64741, + "start": 67129, + "end": 67131, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 24 }, "end": { - "line": 1416, + "line": 1458, "column": 26 } } @@ -743360,15 +743847,15 @@ "binop": null, "updateContext": null }, - "start": 64741, - "end": 64742, + "start": 67131, + "end": 67132, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 26 }, "end": { - "line": 1416, + "line": 1458, "column": 27 } } @@ -743385,15 +743872,15 @@ "postfix": false, "binop": null }, - "start": 64742, - "end": 64743, + "start": 67132, + "end": 67133, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 27 }, "end": { - "line": 1416, + "line": 1458, "column": 28 } } @@ -743412,15 +743899,15 @@ "updateContext": null }, "value": "", - "start": 64743, - "end": 64743, + "start": 67133, + "end": 67133, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 28 }, "end": { - "line": 1416, + "line": 1458, "column": 28 } } @@ -743437,15 +743924,15 @@ "postfix": false, "binop": null }, - "start": 64743, - "end": 64745, + "start": 67133, + "end": 67135, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 28 }, "end": { - "line": 1416, + "line": 1458, "column": 30 } } @@ -743463,15 +743950,15 @@ "binop": null }, "value": "_bd", - "start": 64745, - "end": 64748, + "start": 67135, + "end": 67138, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 30 }, "end": { - "line": 1416, + "line": 1458, "column": 33 } } @@ -743489,15 +743976,15 @@ "binop": null, "updateContext": null }, - "start": 64748, - "end": 64749, + "start": 67138, + "end": 67139, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 33 }, "end": { - "line": 1416, + "line": 1458, "column": 34 } } @@ -743515,15 +744002,15 @@ "binop": null }, "value": "getFullYear", - "start": 64749, - "end": 64760, + "start": 67139, + "end": 67150, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 34 }, "end": { - "line": 1416, + "line": 1458, "column": 45 } } @@ -743540,15 +744027,15 @@ "postfix": false, "binop": null }, - "start": 64760, - "end": 64761, + "start": 67150, + "end": 67151, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 45 }, "end": { - "line": 1416, + "line": 1458, "column": 46 } } @@ -743565,15 +744052,15 @@ "postfix": false, "binop": null }, - "start": 64761, - "end": 64762, + "start": 67151, + "end": 67152, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 46 }, "end": { - "line": 1416, + "line": 1458, "column": 47 } } @@ -743590,15 +744077,15 @@ "postfix": false, "binop": null }, - "start": 64762, - "end": 64763, + "start": 67152, + "end": 67153, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 47 }, "end": { - "line": 1416, + "line": 1458, "column": 48 } } @@ -743617,15 +744104,15 @@ "updateContext": null }, "value": "/", - "start": 64763, - "end": 64764, + "start": 67153, + "end": 67154, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 48 }, "end": { - "line": 1416, + "line": 1458, "column": 49 } } @@ -743642,15 +744129,15 @@ "postfix": false, "binop": null }, - "start": 64764, - "end": 64766, + "start": 67154, + "end": 67156, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 49 }, "end": { - "line": 1416, + "line": 1458, "column": 51 } } @@ -743668,15 +744155,15 @@ "binop": null }, "value": "i", - "start": 64766, - "end": 64767, + "start": 67156, + "end": 67157, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 51 }, "end": { - "line": 1416, + "line": 1458, "column": 52 } } @@ -743695,15 +744182,15 @@ "updateContext": null }, "value": "+", - "start": 64768, - "end": 64769, + "start": 67158, + "end": 67159, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 53 }, "end": { - "line": 1416, + "line": 1458, "column": 54 } } @@ -743722,15 +744209,15 @@ "updateContext": null }, "value": 1, - "start": 64770, - "end": 64771, + "start": 67160, + "end": 67161, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 55 }, "end": { - "line": 1416, + "line": 1458, "column": 56 } } @@ -743747,15 +744234,15 @@ "postfix": false, "binop": null }, - "start": 64771, - "end": 64772, + "start": 67161, + "end": 67162, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 56 }, "end": { - "line": 1416, + "line": 1458, "column": 57 } } @@ -743774,15 +744261,15 @@ "updateContext": null }, "value": "", - "start": 64772, - "end": 64772, + "start": 67162, + "end": 67162, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 57 }, "end": { - "line": 1416, + "line": 1458, "column": 57 } } @@ -743799,15 +744286,15 @@ "postfix": false, "binop": null }, - "start": 64772, - "end": 64773, + "start": 67162, + "end": 67163, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 57 }, "end": { - "line": 1416, + "line": 1458, "column": 58 } } @@ -743825,15 +744312,15 @@ "binop": null, "updateContext": null }, - "start": 64773, - "end": 64774, + "start": 67163, + "end": 67164, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 58 }, "end": { - "line": 1416, + "line": 1458, "column": 59 } } @@ -743852,15 +744339,15 @@ "updateContext": null }, "value": "=", - "start": 64775, - "end": 64776, + "start": 67165, + "end": 67166, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 60 }, "end": { - "line": 1416, + "line": 1458, "column": 61 } } @@ -743878,15 +744365,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 64777, - "end": 64791, + "start": 67167, + "end": 67181, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 62 }, "end": { - "line": 1416, + "line": 1458, "column": 76 } } @@ -743903,15 +744390,15 @@ "postfix": false, "binop": null }, - "start": 64791, - "end": 64792, + "start": 67181, + "end": 67182, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 76 }, "end": { - "line": 1416, + "line": 1458, "column": 77 } } @@ -743929,15 +744416,15 @@ "binop": null }, "value": "_cd", - "start": 64793, - "end": 64796, + "start": 67183, + "end": 67186, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 78 }, "end": { - "line": 1416, + "line": 1458, "column": 81 } } @@ -743954,15 +744441,15 @@ "postfix": false, "binop": null }, - "start": 64797, - "end": 64798, + "start": 67187, + "end": 67188, "loc": { "start": { - "line": 1416, + "line": 1458, "column": 82 }, "end": { - "line": 1416, + "line": 1458, "column": 83 } } @@ -743979,15 +744466,15 @@ "postfix": false, "binop": null }, - "start": 64819, - "end": 64820, + "start": 67209, + "end": 67210, "loc": { "start": { - "line": 1417, + "line": 1459, "column": 20 }, "end": { - "line": 1417, + "line": 1459, "column": 21 } } @@ -744007,15 +744494,15 @@ "updateContext": null }, "value": "if", - "start": 64841, - "end": 64843, + "start": 67231, + "end": 67233, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 20 }, "end": { - "line": 1418, + "line": 1460, "column": 22 } } @@ -744032,15 +744519,15 @@ "postfix": false, "binop": null }, - "start": 64844, - "end": 64845, + "start": 67234, + "end": 67235, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 23 }, "end": { - "line": 1418, + "line": 1460, "column": 24 } } @@ -744058,15 +744545,15 @@ "binop": null }, "value": "_dy", - "start": 64846, - "end": 64849, + "start": 67236, + "end": 67239, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 25 }, "end": { - "line": 1418, + "line": 1460, "column": 28 } } @@ -744085,15 +744572,15 @@ "updateContext": null }, "value": ">", - "start": 64850, - "end": 64851, + "start": 67240, + "end": 67241, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 29 }, "end": { - "line": 1418, + "line": 1460, "column": 30 } } @@ -744112,15 +744599,15 @@ "updateContext": null }, "value": 1, - "start": 64852, - "end": 64853, + "start": 67242, + "end": 67243, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 31 }, "end": { - "line": 1418, + "line": 1460, "column": 32 } } @@ -744137,15 +744624,15 @@ "postfix": false, "binop": null }, - "start": 64854, - "end": 64855, + "start": 67244, + "end": 67245, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 33 }, "end": { - "line": 1418, + "line": 1460, "column": 34 } } @@ -744162,15 +744649,15 @@ "postfix": false, "binop": null }, - "start": 64856, - "end": 64857, + "start": 67246, + "end": 67247, "loc": { "start": { - "line": 1418, + "line": 1460, "column": 35 }, "end": { - "line": 1418, + "line": 1460, "column": 36 } } @@ -744190,15 +744677,15 @@ "updateContext": null }, "value": "for", - "start": 64882, - "end": 64885, + "start": 67272, + "end": 67275, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 24 }, "end": { - "line": 1419, + "line": 1461, "column": 27 } } @@ -744215,15 +744702,15 @@ "postfix": false, "binop": null }, - "start": 64886, - "end": 64887, + "start": 67276, + "end": 67277, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 28 }, "end": { - "line": 1419, + "line": 1461, "column": 29 } } @@ -744243,15 +744730,15 @@ "updateContext": null }, "value": "let", - "start": 64888, - "end": 64891, + "start": 67278, + "end": 67281, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 30 }, "end": { - "line": 1419, + "line": 1461, "column": 33 } } @@ -744269,15 +744756,15 @@ "binop": null }, "value": "y", - "start": 64892, - "end": 64893, + "start": 67282, + "end": 67283, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 34 }, "end": { - "line": 1419, + "line": 1461, "column": 35 } } @@ -744296,15 +744783,15 @@ "updateContext": null }, "value": "=", - "start": 64894, - "end": 64895, + "start": 67284, + "end": 67285, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 36 }, "end": { - "line": 1419, + "line": 1461, "column": 37 } } @@ -744323,15 +744810,15 @@ "updateContext": null }, "value": 1, - "start": 64896, - "end": 64897, + "start": 67286, + "end": 67287, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 38 }, "end": { - "line": 1419, + "line": 1461, "column": 39 } } @@ -744349,15 +744836,15 @@ "binop": null, "updateContext": null }, - "start": 64897, - "end": 64898, + "start": 67287, + "end": 67288, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 39 }, "end": { - "line": 1419, + "line": 1461, "column": 40 } } @@ -744375,15 +744862,15 @@ "binop": null }, "value": "y", - "start": 64899, - "end": 64900, + "start": 67289, + "end": 67290, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 41 }, "end": { - "line": 1419, + "line": 1461, "column": 42 } } @@ -744402,15 +744889,15 @@ "updateContext": null }, "value": "<", - "start": 64901, - "end": 64902, + "start": 67291, + "end": 67292, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 43 }, "end": { - "line": 1419, + "line": 1461, "column": 44 } } @@ -744428,15 +744915,15 @@ "binop": null }, "value": "_dy", - "start": 64903, - "end": 64906, + "start": 67293, + "end": 67296, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 45 }, "end": { - "line": 1419, + "line": 1461, "column": 48 } } @@ -744454,15 +744941,15 @@ "binop": null, "updateContext": null }, - "start": 64906, - "end": 64907, + "start": 67296, + "end": 67297, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 48 }, "end": { - "line": 1419, + "line": 1461, "column": 49 } } @@ -744480,15 +744967,15 @@ "binop": null }, "value": "y", - "start": 64908, - "end": 64909, + "start": 67298, + "end": 67299, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 50 }, "end": { - "line": 1419, + "line": 1461, "column": 51 } } @@ -744506,15 +744993,15 @@ "binop": null }, "value": "++", - "start": 64909, - "end": 64911, + "start": 67299, + "end": 67301, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 51 }, "end": { - "line": 1419, + "line": 1461, "column": 53 } } @@ -744531,15 +745018,15 @@ "postfix": false, "binop": null }, - "start": 64912, - "end": 64913, + "start": 67302, + "end": 67303, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 54 }, "end": { - "line": 1419, + "line": 1461, "column": 55 } } @@ -744556,15 +745043,15 @@ "postfix": false, "binop": null }, - "start": 64914, - "end": 64915, + "start": 67304, + "end": 67305, "loc": { "start": { - "line": 1419, + "line": 1461, "column": 56 }, "end": { - "line": 1419, + "line": 1461, "column": 57 } } @@ -744584,15 +745071,15 @@ "updateContext": null }, "value": "for", - "start": 64944, - "end": 64947, + "start": 67334, + "end": 67337, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 28 }, "end": { - "line": 1420, + "line": 1462, "column": 31 } } @@ -744609,15 +745096,15 @@ "postfix": false, "binop": null }, - "start": 64948, - "end": 64949, + "start": 67338, + "end": 67339, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 32 }, "end": { - "line": 1420, + "line": 1462, "column": 33 } } @@ -744637,15 +745124,15 @@ "updateContext": null }, "value": "let", - "start": 64950, - "end": 64953, + "start": 67340, + "end": 67343, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 34 }, "end": { - "line": 1420, + "line": 1462, "column": 37 } } @@ -744663,15 +745150,15 @@ "binop": null }, "value": "i", - "start": 64954, - "end": 64955, + "start": 67344, + "end": 67345, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 38 }, "end": { - "line": 1420, + "line": 1462, "column": 39 } } @@ -744690,15 +745177,15 @@ "updateContext": null }, "value": "=", - "start": 64956, - "end": 64957, + "start": 67346, + "end": 67347, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 40 }, "end": { - "line": 1420, + "line": 1462, "column": 41 } } @@ -744717,15 +745204,15 @@ "updateContext": null }, "value": 0, - "start": 64958, - "end": 64959, + "start": 67348, + "end": 67349, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 42 }, "end": { - "line": 1420, + "line": 1462, "column": 43 } } @@ -744743,15 +745230,15 @@ "binop": null, "updateContext": null }, - "start": 64959, - "end": 64960, + "start": 67349, + "end": 67350, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 43 }, "end": { - "line": 1420, + "line": 1462, "column": 44 } } @@ -744769,15 +745256,15 @@ "binop": null }, "value": "i", - "start": 64961, - "end": 64962, + "start": 67351, + "end": 67352, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 45 }, "end": { - "line": 1420, + "line": 1462, "column": 46 } } @@ -744796,15 +745283,15 @@ "updateContext": null }, "value": "<", - "start": 64963, - "end": 64964, + "start": 67353, + "end": 67354, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 47 }, "end": { - "line": 1420, + "line": 1462, "column": 48 } } @@ -744823,15 +745310,15 @@ "updateContext": null }, "value": 12, - "start": 64965, - "end": 64967, + "start": 67355, + "end": 67357, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 49 }, "end": { - "line": 1420, + "line": 1462, "column": 51 } } @@ -744849,15 +745336,15 @@ "binop": null, "updateContext": null }, - "start": 64967, - "end": 64968, + "start": 67357, + "end": 67358, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 51 }, "end": { - "line": 1420, + "line": 1462, "column": 52 } } @@ -744875,15 +745362,15 @@ "binop": null }, "value": "i", - "start": 64969, - "end": 64970, + "start": 67359, + "end": 67360, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 53 }, "end": { - "line": 1420, + "line": 1462, "column": 54 } } @@ -744901,15 +745388,15 @@ "binop": null }, "value": "++", - "start": 64970, - "end": 64972, + "start": 67360, + "end": 67362, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 54 }, "end": { - "line": 1420, + "line": 1462, "column": 56 } } @@ -744926,15 +745413,15 @@ "postfix": false, "binop": null }, - "start": 64973, - "end": 64974, + "start": 67363, + "end": 67364, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 57 }, "end": { - "line": 1420, + "line": 1462, "column": 58 } } @@ -744951,15 +745438,15 @@ "postfix": false, "binop": null }, - "start": 64975, - "end": 64976, + "start": 67365, + "end": 67366, "loc": { "start": { - "line": 1420, + "line": 1462, "column": 59 }, "end": { - "line": 1420, + "line": 1462, "column": 60 } } @@ -744979,15 +745466,15 @@ "updateContext": null }, "value": "let", - "start": 65009, - "end": 65012, + "start": 67399, + "end": 67402, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 32 }, "end": { - "line": 1421, + "line": 1463, "column": 35 } } @@ -745005,15 +745492,15 @@ "binop": null }, "value": "_cd", - "start": 65013, - "end": 65016, + "start": 67403, + "end": 67406, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 36 }, "end": { - "line": 1421, + "line": 1463, "column": 39 } } @@ -745032,15 +745519,15 @@ "updateContext": null }, "value": "=", - "start": 65017, - "end": 65018, + "start": 67407, + "end": 67408, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 40 }, "end": { - "line": 1421, + "line": 1463, "column": 41 } } @@ -745060,15 +745547,15 @@ "updateContext": null }, "value": "new", - "start": 65019, - "end": 65022, + "start": 67409, + "end": 67412, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 42 }, "end": { - "line": 1421, + "line": 1463, "column": 45 } } @@ -745086,15 +745573,15 @@ "binop": null }, "value": "Date", - "start": 65023, - "end": 65027, + "start": 67413, + "end": 67417, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 46 }, "end": { - "line": 1421, + "line": 1463, "column": 50 } } @@ -745111,15 +745598,15 @@ "postfix": false, "binop": null }, - "start": 65027, - "end": 65028, + "start": 67417, + "end": 67418, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 50 }, "end": { - "line": 1421, + "line": 1463, "column": 51 } } @@ -745137,15 +745624,15 @@ "binop": null }, "value": "_bd", - "start": 65029, - "end": 65032, + "start": 67419, + "end": 67422, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 52 }, "end": { - "line": 1421, + "line": 1463, "column": 55 } } @@ -745163,15 +745650,15 @@ "binop": null, "updateContext": null }, - "start": 65032, - "end": 65033, + "start": 67422, + "end": 67423, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 55 }, "end": { - "line": 1421, + "line": 1463, "column": 56 } } @@ -745189,15 +745676,15 @@ "binop": null }, "value": "getFullYear", - "start": 65033, - "end": 65044, + "start": 67423, + "end": 67434, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 56 }, "end": { - "line": 1421, + "line": 1463, "column": 67 } } @@ -745214,15 +745701,15 @@ "postfix": false, "binop": null }, - "start": 65044, - "end": 65045, + "start": 67434, + "end": 67435, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 67 }, "end": { - "line": 1421, + "line": 1463, "column": 68 } } @@ -745239,15 +745726,15 @@ "postfix": false, "binop": null }, - "start": 65045, - "end": 65046, + "start": 67435, + "end": 67436, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 68 }, "end": { - "line": 1421, + "line": 1463, "column": 69 } } @@ -745266,15 +745753,15 @@ "updateContext": null }, "value": "+", - "start": 65047, - "end": 65048, + "start": 67437, + "end": 67438, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 70 }, "end": { - "line": 1421, + "line": 1463, "column": 71 } } @@ -745292,15 +745779,15 @@ "binop": null }, "value": "y", - "start": 65049, - "end": 65050, + "start": 67439, + "end": 67440, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 72 }, "end": { - "line": 1421, + "line": 1463, "column": 73 } } @@ -745318,15 +745805,15 @@ "binop": null, "updateContext": null }, - "start": 65050, - "end": 65051, + "start": 67440, + "end": 67441, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 73 }, "end": { - "line": 1421, + "line": 1463, "column": 74 } } @@ -745344,15 +745831,15 @@ "binop": null }, "value": "i", - "start": 65052, - "end": 65053, + "start": 67442, + "end": 67443, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 75 }, "end": { - "line": 1421, + "line": 1463, "column": 76 } } @@ -745370,15 +745857,15 @@ "binop": null, "updateContext": null }, - "start": 65053, - "end": 65054, + "start": 67443, + "end": 67444, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 76 }, "end": { - "line": 1421, + "line": 1463, "column": 77 } } @@ -745397,15 +745884,15 @@ "updateContext": null }, "value": 1, - "start": 65055, - "end": 65056, + "start": 67445, + "end": 67446, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 78 }, "end": { - "line": 1421, + "line": 1463, "column": 79 } } @@ -745422,15 +745909,15 @@ "postfix": false, "binop": null }, - "start": 65057, - "end": 65058, + "start": 67447, + "end": 67448, "loc": { "start": { - "line": 1421, + "line": 1463, "column": 80 }, "end": { - "line": 1421, + "line": 1463, "column": 81 } } @@ -745448,15 +745935,15 @@ "binop": null }, "value": "_m", - "start": 65091, - "end": 65093, + "start": 67481, + "end": 67483, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 32 }, "end": { - "line": 1422, + "line": 1464, "column": 34 } } @@ -745474,15 +745961,15 @@ "binop": null, "updateContext": null }, - "start": 65093, - "end": 65094, + "start": 67483, + "end": 67484, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 34 }, "end": { - "line": 1422, + "line": 1464, "column": 35 } } @@ -745499,15 +745986,15 @@ "postfix": false, "binop": null }, - "start": 65094, - "end": 65095, + "start": 67484, + "end": 67485, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 35 }, "end": { - "line": 1422, + "line": 1464, "column": 36 } } @@ -745526,15 +746013,15 @@ "updateContext": null }, "value": "", - "start": 65095, - "end": 65095, + "start": 67485, + "end": 67485, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 36 }, "end": { - "line": 1422, + "line": 1464, "column": 36 } } @@ -745551,15 +746038,15 @@ "postfix": false, "binop": null }, - "start": 65095, - "end": 65097, + "start": 67485, + "end": 67487, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 36 }, "end": { - "line": 1422, + "line": 1464, "column": 38 } } @@ -745577,15 +746064,15 @@ "binop": null }, "value": "_bd", - "start": 65097, - "end": 65100, + "start": 67487, + "end": 67490, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 38 }, "end": { - "line": 1422, + "line": 1464, "column": 41 } } @@ -745603,15 +746090,15 @@ "binop": null, "updateContext": null }, - "start": 65100, - "end": 65101, + "start": 67490, + "end": 67491, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 41 }, "end": { - "line": 1422, + "line": 1464, "column": 42 } } @@ -745629,15 +746116,15 @@ "binop": null }, "value": "getFullYear", - "start": 65101, - "end": 65112, + "start": 67491, + "end": 67502, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 42 }, "end": { - "line": 1422, + "line": 1464, "column": 53 } } @@ -745654,15 +746141,15 @@ "postfix": false, "binop": null }, - "start": 65112, - "end": 65113, + "start": 67502, + "end": 67503, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 53 }, "end": { - "line": 1422, + "line": 1464, "column": 54 } } @@ -745679,15 +746166,15 @@ "postfix": false, "binop": null }, - "start": 65113, - "end": 65114, + "start": 67503, + "end": 67504, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 54 }, "end": { - "line": 1422, + "line": 1464, "column": 55 } } @@ -745706,15 +746193,15 @@ "updateContext": null }, "value": "+", - "start": 65115, - "end": 65116, + "start": 67505, + "end": 67506, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 56 }, "end": { - "line": 1422, + "line": 1464, "column": 57 } } @@ -745732,15 +746219,15 @@ "binop": null }, "value": "y", - "start": 65117, - "end": 65118, + "start": 67507, + "end": 67508, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 58 }, "end": { - "line": 1422, + "line": 1464, "column": 59 } } @@ -745757,15 +746244,15 @@ "postfix": false, "binop": null }, - "start": 65118, - "end": 65119, + "start": 67508, + "end": 67509, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 59 }, "end": { - "line": 1422, + "line": 1464, "column": 60 } } @@ -745784,15 +746271,15 @@ "updateContext": null }, "value": "/", - "start": 65119, - "end": 65120, + "start": 67509, + "end": 67510, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 60 }, "end": { - "line": 1422, + "line": 1464, "column": 61 } } @@ -745809,15 +746296,15 @@ "postfix": false, "binop": null }, - "start": 65120, - "end": 65122, + "start": 67510, + "end": 67512, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 61 }, "end": { - "line": 1422, + "line": 1464, "column": 63 } } @@ -745835,15 +746322,15 @@ "binop": null }, "value": "i", - "start": 65122, - "end": 65123, + "start": 67512, + "end": 67513, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 63 }, "end": { - "line": 1422, + "line": 1464, "column": 64 } } @@ -745862,15 +746349,15 @@ "updateContext": null }, "value": "+", - "start": 65124, - "end": 65125, + "start": 67514, + "end": 67515, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 65 }, "end": { - "line": 1422, + "line": 1464, "column": 66 } } @@ -745889,15 +746376,15 @@ "updateContext": null }, "value": 1, - "start": 65126, - "end": 65127, + "start": 67516, + "end": 67517, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 67 }, "end": { - "line": 1422, + "line": 1464, "column": 68 } } @@ -745914,15 +746401,15 @@ "postfix": false, "binop": null }, - "start": 65127, - "end": 65128, + "start": 67517, + "end": 67518, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 68 }, "end": { - "line": 1422, + "line": 1464, "column": 69 } } @@ -745941,15 +746428,15 @@ "updateContext": null }, "value": "", - "start": 65128, - "end": 65128, + "start": 67518, + "end": 67518, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 69 }, "end": { - "line": 1422, + "line": 1464, "column": 69 } } @@ -745966,15 +746453,15 @@ "postfix": false, "binop": null }, - "start": 65128, - "end": 65129, + "start": 67518, + "end": 67519, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 69 }, "end": { - "line": 1422, + "line": 1464, "column": 70 } } @@ -745992,15 +746479,15 @@ "binop": null, "updateContext": null }, - "start": 65129, - "end": 65130, + "start": 67519, + "end": 67520, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 70 }, "end": { - "line": 1422, + "line": 1464, "column": 71 } } @@ -746019,15 +746506,15 @@ "updateContext": null }, "value": "=", - "start": 65131, - "end": 65132, + "start": 67521, + "end": 67522, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 72 }, "end": { - "line": 1422, + "line": 1464, "column": 73 } } @@ -746045,15 +746532,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 65133, - "end": 65147, + "start": 67523, + "end": 67537, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 74 }, "end": { - "line": 1422, + "line": 1464, "column": 88 } } @@ -746070,15 +746557,15 @@ "postfix": false, "binop": null }, - "start": 65147, - "end": 65148, + "start": 67537, + "end": 67538, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 88 }, "end": { - "line": 1422, + "line": 1464, "column": 89 } } @@ -746096,15 +746583,15 @@ "binop": null }, "value": "_cd", - "start": 65149, - "end": 65152, + "start": 67539, + "end": 67542, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 90 }, "end": { - "line": 1422, + "line": 1464, "column": 93 } } @@ -746121,15 +746608,15 @@ "postfix": false, "binop": null }, - "start": 65153, - "end": 65154, + "start": 67543, + "end": 67544, "loc": { "start": { - "line": 1422, + "line": 1464, "column": 94 }, "end": { - "line": 1422, + "line": 1464, "column": 95 } } @@ -746146,15 +746633,15 @@ "postfix": false, "binop": null }, - "start": 65183, - "end": 65184, + "start": 67573, + "end": 67574, "loc": { "start": { - "line": 1423, + "line": 1465, "column": 28 }, "end": { - "line": 1423, + "line": 1465, "column": 29 } } @@ -746171,15 +746658,15 @@ "postfix": false, "binop": null }, - "start": 65209, - "end": 65210, + "start": 67599, + "end": 67600, "loc": { "start": { - "line": 1424, + "line": 1466, "column": 24 }, "end": { - "line": 1424, + "line": 1466, "column": 25 } } @@ -746196,15 +746683,15 @@ "postfix": false, "binop": null }, - "start": 65231, - "end": 65232, + "start": 67621, + "end": 67622, "loc": { "start": { - "line": 1425, + "line": 1467, "column": 20 }, "end": { - "line": 1425, + "line": 1467, "column": 21 } } @@ -746224,15 +746711,15 @@ "updateContext": null }, "value": "for", - "start": 65253, - "end": 65256, + "start": 67643, + "end": 67646, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 20 }, "end": { - "line": 1426, + "line": 1468, "column": 23 } } @@ -746249,15 +746736,15 @@ "postfix": false, "binop": null }, - "start": 65257, - "end": 65258, + "start": 67647, + "end": 67648, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 24 }, "end": { - "line": 1426, + "line": 1468, "column": 25 } } @@ -746277,15 +746764,15 @@ "updateContext": null }, "value": "let", - "start": 65259, - "end": 65262, + "start": 67649, + "end": 67652, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 26 }, "end": { - "line": 1426, + "line": 1468, "column": 29 } } @@ -746303,15 +746790,15 @@ "binop": null }, "value": "i", - "start": 65263, - "end": 65264, + "start": 67653, + "end": 67654, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 30 }, "end": { - "line": 1426, + "line": 1468, "column": 31 } } @@ -746330,15 +746817,15 @@ "updateContext": null }, "value": "=", - "start": 65265, - "end": 65266, + "start": 67655, + "end": 67656, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 32 }, "end": { - "line": 1426, + "line": 1468, "column": 33 } } @@ -746357,15 +746844,15 @@ "updateContext": null }, "value": 0, - "start": 65267, - "end": 65268, + "start": 67657, + "end": 67658, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 34 }, "end": { - "line": 1426, + "line": 1468, "column": 35 } } @@ -746383,15 +746870,15 @@ "binop": null, "updateContext": null }, - "start": 65268, - "end": 65269, + "start": 67658, + "end": 67659, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 35 }, "end": { - "line": 1426, + "line": 1468, "column": 36 } } @@ -746409,15 +746896,15 @@ "binop": null }, "value": "i", - "start": 65270, - "end": 65271, + "start": 67660, + "end": 67661, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 37 }, "end": { - "line": 1426, + "line": 1468, "column": 38 } } @@ -746436,15 +746923,15 @@ "updateContext": null }, "value": "<=", - "start": 65272, - "end": 65274, + "start": 67662, + "end": 67664, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 39 }, "end": { - "line": 1426, + "line": 1468, "column": 41 } } @@ -746462,15 +746949,15 @@ "binop": null }, "value": "_ed", - "start": 65275, - "end": 65278, + "start": 67665, + "end": 67668, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 42 }, "end": { - "line": 1426, + "line": 1468, "column": 45 } } @@ -746488,15 +746975,15 @@ "binop": null, "updateContext": null }, - "start": 65278, - "end": 65279, + "start": 67668, + "end": 67669, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 45 }, "end": { - "line": 1426, + "line": 1468, "column": 46 } } @@ -746514,15 +747001,15 @@ "binop": null }, "value": "getMonth", - "start": 65279, - "end": 65287, + "start": 67669, + "end": 67677, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 46 }, "end": { - "line": 1426, + "line": 1468, "column": 54 } } @@ -746539,15 +747026,15 @@ "postfix": false, "binop": null }, - "start": 65287, - "end": 65288, + "start": 67677, + "end": 67678, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 54 }, "end": { - "line": 1426, + "line": 1468, "column": 55 } } @@ -746564,15 +747051,15 @@ "postfix": false, "binop": null }, - "start": 65288, - "end": 65289, + "start": 67678, + "end": 67679, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 55 }, "end": { - "line": 1426, + "line": 1468, "column": 56 } } @@ -746590,15 +747077,15 @@ "binop": null, "updateContext": null }, - "start": 65289, - "end": 65290, + "start": 67679, + "end": 67680, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 56 }, "end": { - "line": 1426, + "line": 1468, "column": 57 } } @@ -746616,15 +747103,15 @@ "binop": null }, "value": "i", - "start": 65291, - "end": 65292, + "start": 67681, + "end": 67682, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 58 }, "end": { - "line": 1426, + "line": 1468, "column": 59 } } @@ -746642,15 +747129,15 @@ "binop": null }, "value": "++", - "start": 65292, - "end": 65294, + "start": 67682, + "end": 67684, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 59 }, "end": { - "line": 1426, + "line": 1468, "column": 61 } } @@ -746667,15 +747154,15 @@ "postfix": false, "binop": null }, - "start": 65295, - "end": 65296, + "start": 67685, + "end": 67686, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 62 }, "end": { - "line": 1426, + "line": 1468, "column": 63 } } @@ -746692,15 +747179,15 @@ "postfix": false, "binop": null }, - "start": 65297, - "end": 65298, + "start": 67687, + "end": 67688, "loc": { "start": { - "line": 1426, + "line": 1468, "column": 64 }, "end": { - "line": 1426, + "line": 1468, "column": 65 } } @@ -746720,15 +747207,15 @@ "updateContext": null }, "value": "let", - "start": 65323, - "end": 65326, + "start": 67713, + "end": 67716, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 24 }, "end": { - "line": 1427, + "line": 1469, "column": 27 } } @@ -746746,15 +747233,15 @@ "binop": null }, "value": "_cd", - "start": 65327, - "end": 65330, + "start": 67717, + "end": 67720, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 28 }, "end": { - "line": 1427, + "line": 1469, "column": 31 } } @@ -746773,15 +747260,15 @@ "updateContext": null }, "value": "=", - "start": 65331, - "end": 65332, + "start": 67721, + "end": 67722, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 32 }, "end": { - "line": 1427, + "line": 1469, "column": 33 } } @@ -746801,15 +747288,15 @@ "updateContext": null }, "value": "new", - "start": 65333, - "end": 65336, + "start": 67723, + "end": 67726, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 34 }, "end": { - "line": 1427, + "line": 1469, "column": 37 } } @@ -746827,15 +747314,15 @@ "binop": null }, "value": "Date", - "start": 65337, - "end": 65341, + "start": 67727, + "end": 67731, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 38 }, "end": { - "line": 1427, + "line": 1469, "column": 42 } } @@ -746852,15 +747339,15 @@ "postfix": false, "binop": null }, - "start": 65341, - "end": 65342, + "start": 67731, + "end": 67732, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 42 }, "end": { - "line": 1427, + "line": 1469, "column": 43 } } @@ -746878,15 +747365,15 @@ "binop": null }, "value": "_ed", - "start": 65343, - "end": 65346, + "start": 67733, + "end": 67736, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 44 }, "end": { - "line": 1427, + "line": 1469, "column": 47 } } @@ -746904,15 +747391,15 @@ "binop": null, "updateContext": null }, - "start": 65346, - "end": 65347, + "start": 67736, + "end": 67737, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 47 }, "end": { - "line": 1427, + "line": 1469, "column": 48 } } @@ -746930,15 +747417,15 @@ "binop": null }, "value": "getFullYear", - "start": 65347, - "end": 65358, + "start": 67737, + "end": 67748, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 48 }, "end": { - "line": 1427, + "line": 1469, "column": 59 } } @@ -746955,15 +747442,15 @@ "postfix": false, "binop": null }, - "start": 65358, - "end": 65359, + "start": 67748, + "end": 67749, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 59 }, "end": { - "line": 1427, + "line": 1469, "column": 60 } } @@ -746980,15 +747467,15 @@ "postfix": false, "binop": null }, - "start": 65359, - "end": 65360, + "start": 67749, + "end": 67750, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 60 }, "end": { - "line": 1427, + "line": 1469, "column": 61 } } @@ -747006,15 +747493,15 @@ "binop": null, "updateContext": null }, - "start": 65360, - "end": 65361, + "start": 67750, + "end": 67751, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 61 }, "end": { - "line": 1427, + "line": 1469, "column": 62 } } @@ -747032,15 +747519,15 @@ "binop": null }, "value": "i", - "start": 65362, - "end": 65363, + "start": 67752, + "end": 67753, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 63 }, "end": { - "line": 1427, + "line": 1469, "column": 64 } } @@ -747058,15 +747545,15 @@ "binop": null, "updateContext": null }, - "start": 65363, - "end": 65364, + "start": 67753, + "end": 67754, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 64 }, "end": { - "line": 1427, + "line": 1469, "column": 65 } } @@ -747085,15 +747572,15 @@ "updateContext": null }, "value": 1, - "start": 65365, - "end": 65366, + "start": 67755, + "end": 67756, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 66 }, "end": { - "line": 1427, + "line": 1469, "column": 67 } } @@ -747110,15 +747597,15 @@ "postfix": false, "binop": null }, - "start": 65367, - "end": 65368, + "start": 67757, + "end": 67758, "loc": { "start": { - "line": 1427, + "line": 1469, "column": 68 }, "end": { - "line": 1427, + "line": 1469, "column": 69 } } @@ -747136,15 +747623,15 @@ "binop": null }, "value": "_m", - "start": 65393, - "end": 65395, + "start": 67783, + "end": 67785, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 24 }, "end": { - "line": 1428, + "line": 1470, "column": 26 } } @@ -747162,15 +747649,15 @@ "binop": null, "updateContext": null }, - "start": 65395, - "end": 65396, + "start": 67785, + "end": 67786, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 26 }, "end": { - "line": 1428, + "line": 1470, "column": 27 } } @@ -747187,15 +747674,15 @@ "postfix": false, "binop": null }, - "start": 65396, - "end": 65397, + "start": 67786, + "end": 67787, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 27 }, "end": { - "line": 1428, + "line": 1470, "column": 28 } } @@ -747214,15 +747701,15 @@ "updateContext": null }, "value": "", - "start": 65397, - "end": 65397, + "start": 67787, + "end": 67787, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 28 }, "end": { - "line": 1428, + "line": 1470, "column": 28 } } @@ -747239,15 +747726,15 @@ "postfix": false, "binop": null }, - "start": 65397, - "end": 65399, + "start": 67787, + "end": 67789, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 28 }, "end": { - "line": 1428, + "line": 1470, "column": 30 } } @@ -747265,15 +747752,15 @@ "binop": null }, "value": "_ed", - "start": 65399, - "end": 65402, + "start": 67789, + "end": 67792, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 30 }, "end": { - "line": 1428, + "line": 1470, "column": 33 } } @@ -747291,15 +747778,15 @@ "binop": null, "updateContext": null }, - "start": 65402, - "end": 65403, + "start": 67792, + "end": 67793, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 33 }, "end": { - "line": 1428, + "line": 1470, "column": 34 } } @@ -747317,15 +747804,15 @@ "binop": null }, "value": "getFullYear", - "start": 65403, - "end": 65414, + "start": 67793, + "end": 67804, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 34 }, "end": { - "line": 1428, + "line": 1470, "column": 45 } } @@ -747342,15 +747829,15 @@ "postfix": false, "binop": null }, - "start": 65414, - "end": 65415, + "start": 67804, + "end": 67805, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 45 }, "end": { - "line": 1428, + "line": 1470, "column": 46 } } @@ -747367,15 +747854,15 @@ "postfix": false, "binop": null }, - "start": 65415, - "end": 65416, + "start": 67805, + "end": 67806, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 46 }, "end": { - "line": 1428, + "line": 1470, "column": 47 } } @@ -747392,15 +747879,15 @@ "postfix": false, "binop": null }, - "start": 65416, - "end": 65417, + "start": 67806, + "end": 67807, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 47 }, "end": { - "line": 1428, + "line": 1470, "column": 48 } } @@ -747419,15 +747906,15 @@ "updateContext": null }, "value": "/", - "start": 65417, - "end": 65418, + "start": 67807, + "end": 67808, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 48 }, "end": { - "line": 1428, + "line": 1470, "column": 49 } } @@ -747444,15 +747931,15 @@ "postfix": false, "binop": null }, - "start": 65418, - "end": 65420, + "start": 67808, + "end": 67810, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 49 }, "end": { - "line": 1428, + "line": 1470, "column": 51 } } @@ -747470,15 +747957,15 @@ "binop": null }, "value": "i", - "start": 65420, - "end": 65421, + "start": 67810, + "end": 67811, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 51 }, "end": { - "line": 1428, + "line": 1470, "column": 52 } } @@ -747497,15 +747984,15 @@ "updateContext": null }, "value": "+", - "start": 65422, - "end": 65423, + "start": 67812, + "end": 67813, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 53 }, "end": { - "line": 1428, + "line": 1470, "column": 54 } } @@ -747524,15 +748011,15 @@ "updateContext": null }, "value": 1, - "start": 65424, - "end": 65425, + "start": 67814, + "end": 67815, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 55 }, "end": { - "line": 1428, + "line": 1470, "column": 56 } } @@ -747549,15 +748036,15 @@ "postfix": false, "binop": null }, - "start": 65425, - "end": 65426, + "start": 67815, + "end": 67816, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 56 }, "end": { - "line": 1428, + "line": 1470, "column": 57 } } @@ -747576,15 +748063,15 @@ "updateContext": null }, "value": "", - "start": 65426, - "end": 65426, + "start": 67816, + "end": 67816, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 57 }, "end": { - "line": 1428, + "line": 1470, "column": 57 } } @@ -747601,15 +748088,15 @@ "postfix": false, "binop": null }, - "start": 65426, - "end": 65427, + "start": 67816, + "end": 67817, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 57 }, "end": { - "line": 1428, + "line": 1470, "column": 58 } } @@ -747627,15 +748114,15 @@ "binop": null, "updateContext": null }, - "start": 65427, - "end": 65428, + "start": 67817, + "end": 67818, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 58 }, "end": { - "line": 1428, + "line": 1470, "column": 59 } } @@ -747654,15 +748141,15 @@ "updateContext": null }, "value": "=", - "start": 65429, - "end": 65430, + "start": 67819, + "end": 67820, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 60 }, "end": { - "line": 1428, + "line": 1470, "column": 61 } } @@ -747680,15 +748167,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 65431, - "end": 65445, + "start": 67821, + "end": 67835, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 62 }, "end": { - "line": 1428, + "line": 1470, "column": 76 } } @@ -747705,15 +748192,15 @@ "postfix": false, "binop": null }, - "start": 65445, - "end": 65446, + "start": 67835, + "end": 67836, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 76 }, "end": { - "line": 1428, + "line": 1470, "column": 77 } } @@ -747731,15 +748218,15 @@ "binop": null }, "value": "_cd", - "start": 65447, - "end": 65450, + "start": 67837, + "end": 67840, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 78 }, "end": { - "line": 1428, + "line": 1470, "column": 81 } } @@ -747756,15 +748243,15 @@ "postfix": false, "binop": null }, - "start": 65451, - "end": 65452, + "start": 67841, + "end": 67842, "loc": { "start": { - "line": 1428, + "line": 1470, "column": 82 }, "end": { - "line": 1428, + "line": 1470, "column": 83 } } @@ -747781,15 +748268,15 @@ "postfix": false, "binop": null }, - "start": 65473, - "end": 65474, + "start": 67863, + "end": 67864, "loc": { "start": { - "line": 1429, + "line": 1471, "column": 20 }, "end": { - "line": 1429, + "line": 1471, "column": 21 } } @@ -747806,15 +748293,15 @@ "postfix": false, "binop": null }, - "start": 65491, - "end": 65492, + "start": 67881, + "end": 67882, "loc": { "start": { - "line": 1430, + "line": 1472, "column": 16 }, "end": { - "line": 1430, + "line": 1472, "column": 17 } } @@ -747834,15 +748321,15 @@ "updateContext": null }, "value": "else", - "start": 65493, - "end": 65497, + "start": 67883, + "end": 67887, "loc": { "start": { - "line": 1430, + "line": 1472, "column": 18 }, "end": { - "line": 1430, + "line": 1472, "column": 22 } } @@ -747859,15 +748346,15 @@ "postfix": false, "binop": null }, - "start": 65498, - "end": 65499, + "start": 67888, + "end": 67889, "loc": { "start": { - "line": 1430, + "line": 1472, "column": 23 }, "end": { - "line": 1430, + "line": 1472, "column": 24 } } @@ -747887,15 +748374,15 @@ "updateContext": null }, "value": "for", - "start": 65520, - "end": 65523, + "start": 67910, + "end": 67913, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 20 }, "end": { - "line": 1431, + "line": 1473, "column": 23 } } @@ -747912,15 +748399,15 @@ "postfix": false, "binop": null }, - "start": 65524, - "end": 65525, + "start": 67914, + "end": 67915, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 24 }, "end": { - "line": 1431, + "line": 1473, "column": 25 } } @@ -747940,15 +748427,15 @@ "updateContext": null }, "value": "let", - "start": 65526, - "end": 65529, + "start": 67916, + "end": 67919, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 26 }, "end": { - "line": 1431, + "line": 1473, "column": 29 } } @@ -747966,15 +748453,15 @@ "binop": null }, "value": "i", - "start": 65530, - "end": 65531, + "start": 67920, + "end": 67921, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 30 }, "end": { - "line": 1431, + "line": 1473, "column": 31 } } @@ -747993,15 +748480,15 @@ "updateContext": null }, "value": "=", - "start": 65532, - "end": 65533, + "start": 67922, + "end": 67923, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 32 }, "end": { - "line": 1431, + "line": 1473, "column": 33 } } @@ -748019,15 +748506,15 @@ "binop": null }, "value": "_bd", - "start": 65534, - "end": 65537, + "start": 67924, + "end": 67927, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 34 }, "end": { - "line": 1431, + "line": 1473, "column": 37 } } @@ -748045,15 +748532,15 @@ "binop": null, "updateContext": null }, - "start": 65537, - "end": 65538, + "start": 67927, + "end": 67928, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 37 }, "end": { - "line": 1431, + "line": 1473, "column": 38 } } @@ -748071,15 +748558,15 @@ "binop": null }, "value": "getMonth", - "start": 65538, - "end": 65546, + "start": 67928, + "end": 67936, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 38 }, "end": { - "line": 1431, + "line": 1473, "column": 46 } } @@ -748096,15 +748583,15 @@ "postfix": false, "binop": null }, - "start": 65546, - "end": 65547, + "start": 67936, + "end": 67937, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 46 }, "end": { - "line": 1431, + "line": 1473, "column": 47 } } @@ -748121,15 +748608,15 @@ "postfix": false, "binop": null }, - "start": 65547, - "end": 65548, + "start": 67937, + "end": 67938, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 47 }, "end": { - "line": 1431, + "line": 1473, "column": 48 } } @@ -748147,15 +748634,15 @@ "binop": null, "updateContext": null }, - "start": 65548, - "end": 65549, + "start": 67938, + "end": 67939, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 48 }, "end": { - "line": 1431, + "line": 1473, "column": 49 } } @@ -748173,15 +748660,15 @@ "binop": null }, "value": "i", - "start": 65550, - "end": 65551, + "start": 67940, + "end": 67941, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 50 }, "end": { - "line": 1431, + "line": 1473, "column": 51 } } @@ -748200,15 +748687,15 @@ "updateContext": null }, "value": "<=", - "start": 65552, - "end": 65554, + "start": 67942, + "end": 67944, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 52 }, "end": { - "line": 1431, + "line": 1473, "column": 54 } } @@ -748226,15 +748713,15 @@ "binop": null }, "value": "_ed", - "start": 65555, - "end": 65558, + "start": 67945, + "end": 67948, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 55 }, "end": { - "line": 1431, + "line": 1473, "column": 58 } } @@ -748252,15 +748739,15 @@ "binop": null, "updateContext": null }, - "start": 65558, - "end": 65559, + "start": 67948, + "end": 67949, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 58 }, "end": { - "line": 1431, + "line": 1473, "column": 59 } } @@ -748278,15 +748765,15 @@ "binop": null }, "value": "getMonth", - "start": 65559, - "end": 65567, + "start": 67949, + "end": 67957, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 59 }, "end": { - "line": 1431, + "line": 1473, "column": 67 } } @@ -748303,15 +748790,15 @@ "postfix": false, "binop": null }, - "start": 65567, - "end": 65568, + "start": 67957, + "end": 67958, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 67 }, "end": { - "line": 1431, + "line": 1473, "column": 68 } } @@ -748328,15 +748815,15 @@ "postfix": false, "binop": null }, - "start": 65568, - "end": 65569, + "start": 67958, + "end": 67959, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 68 }, "end": { - "line": 1431, + "line": 1473, "column": 69 } } @@ -748354,15 +748841,15 @@ "binop": null, "updateContext": null }, - "start": 65569, - "end": 65570, + "start": 67959, + "end": 67960, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 69 }, "end": { - "line": 1431, + "line": 1473, "column": 70 } } @@ -748380,15 +748867,15 @@ "binop": null }, "value": "i", - "start": 65571, - "end": 65572, + "start": 67961, + "end": 67962, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 71 }, "end": { - "line": 1431, + "line": 1473, "column": 72 } } @@ -748406,15 +748893,15 @@ "binop": null }, "value": "++", - "start": 65572, - "end": 65574, + "start": 67962, + "end": 67964, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 72 }, "end": { - "line": 1431, + "line": 1473, "column": 74 } } @@ -748431,15 +748918,15 @@ "postfix": false, "binop": null }, - "start": 65575, - "end": 65576, + "start": 67965, + "end": 67966, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 75 }, "end": { - "line": 1431, + "line": 1473, "column": 76 } } @@ -748456,15 +748943,15 @@ "postfix": false, "binop": null }, - "start": 65577, - "end": 65578, + "start": 67967, + "end": 67968, "loc": { "start": { - "line": 1431, + "line": 1473, "column": 77 }, "end": { - "line": 1431, + "line": 1473, "column": 78 } } @@ -748484,15 +748971,15 @@ "updateContext": null }, "value": "let", - "start": 65603, - "end": 65606, + "start": 67993, + "end": 67996, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 24 }, "end": { - "line": 1432, + "line": 1474, "column": 27 } } @@ -748510,15 +748997,15 @@ "binop": null }, "value": "_cd", - "start": 65607, - "end": 65610, + "start": 67997, + "end": 68000, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 28 }, "end": { - "line": 1432, + "line": 1474, "column": 31 } } @@ -748537,15 +749024,15 @@ "updateContext": null }, "value": "=", - "start": 65611, - "end": 65612, + "start": 68001, + "end": 68002, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 32 }, "end": { - "line": 1432, + "line": 1474, "column": 33 } } @@ -748565,15 +749052,15 @@ "updateContext": null }, "value": "new", - "start": 65613, - "end": 65616, + "start": 68003, + "end": 68006, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 34 }, "end": { - "line": 1432, + "line": 1474, "column": 37 } } @@ -748591,15 +749078,15 @@ "binop": null }, "value": "Date", - "start": 65617, - "end": 65621, + "start": 68007, + "end": 68011, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 38 }, "end": { - "line": 1432, + "line": 1474, "column": 42 } } @@ -748616,15 +749103,15 @@ "postfix": false, "binop": null }, - "start": 65621, - "end": 65622, + "start": 68011, + "end": 68012, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 42 }, "end": { - "line": 1432, + "line": 1474, "column": 43 } } @@ -748642,15 +749129,15 @@ "binop": null }, "value": "_bd", - "start": 65623, - "end": 65626, + "start": 68013, + "end": 68016, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 44 }, "end": { - "line": 1432, + "line": 1474, "column": 47 } } @@ -748668,15 +749155,15 @@ "binop": null, "updateContext": null }, - "start": 65626, - "end": 65627, + "start": 68016, + "end": 68017, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 47 }, "end": { - "line": 1432, + "line": 1474, "column": 48 } } @@ -748694,15 +749181,15 @@ "binop": null }, "value": "getFullYear", - "start": 65627, - "end": 65638, + "start": 68017, + "end": 68028, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 48 }, "end": { - "line": 1432, + "line": 1474, "column": 59 } } @@ -748719,15 +749206,15 @@ "postfix": false, "binop": null }, - "start": 65638, - "end": 65639, + "start": 68028, + "end": 68029, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 59 }, "end": { - "line": 1432, + "line": 1474, "column": 60 } } @@ -748744,15 +749231,15 @@ "postfix": false, "binop": null }, - "start": 65639, - "end": 65640, + "start": 68029, + "end": 68030, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 60 }, "end": { - "line": 1432, + "line": 1474, "column": 61 } } @@ -748770,15 +749257,15 @@ "binop": null, "updateContext": null }, - "start": 65640, - "end": 65641, + "start": 68030, + "end": 68031, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 61 }, "end": { - "line": 1432, + "line": 1474, "column": 62 } } @@ -748796,15 +749283,15 @@ "binop": null }, "value": "i", - "start": 65642, - "end": 65643, + "start": 68032, + "end": 68033, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 63 }, "end": { - "line": 1432, + "line": 1474, "column": 64 } } @@ -748822,15 +749309,15 @@ "binop": null, "updateContext": null }, - "start": 65643, - "end": 65644, + "start": 68033, + "end": 68034, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 64 }, "end": { - "line": 1432, + "line": 1474, "column": 65 } } @@ -748849,15 +749336,15 @@ "updateContext": null }, "value": 1, - "start": 65645, - "end": 65646, + "start": 68035, + "end": 68036, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 66 }, "end": { - "line": 1432, + "line": 1474, "column": 67 } } @@ -748874,15 +749361,15 @@ "postfix": false, "binop": null }, - "start": 65647, - "end": 65648, + "start": 68037, + "end": 68038, "loc": { "start": { - "line": 1432, + "line": 1474, "column": 68 }, "end": { - "line": 1432, + "line": 1474, "column": 69 } } @@ -748900,15 +749387,15 @@ "binop": null }, "value": "_m", - "start": 65673, - "end": 65675, + "start": 68063, + "end": 68065, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 24 }, "end": { - "line": 1433, + "line": 1475, "column": 26 } } @@ -748926,15 +749413,15 @@ "binop": null, "updateContext": null }, - "start": 65675, - "end": 65676, + "start": 68065, + "end": 68066, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 26 }, "end": { - "line": 1433, + "line": 1475, "column": 27 } } @@ -748951,15 +749438,15 @@ "postfix": false, "binop": null }, - "start": 65676, - "end": 65677, + "start": 68066, + "end": 68067, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 27 }, "end": { - "line": 1433, + "line": 1475, "column": 28 } } @@ -748978,15 +749465,15 @@ "updateContext": null }, "value": "", - "start": 65677, - "end": 65677, + "start": 68067, + "end": 68067, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 28 }, "end": { - "line": 1433, + "line": 1475, "column": 28 } } @@ -749003,15 +749490,15 @@ "postfix": false, "binop": null }, - "start": 65677, - "end": 65679, + "start": 68067, + "end": 68069, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 28 }, "end": { - "line": 1433, + "line": 1475, "column": 30 } } @@ -749029,15 +749516,15 @@ "binop": null }, "value": "_bd", - "start": 65679, - "end": 65682, + "start": 68069, + "end": 68072, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 30 }, "end": { - "line": 1433, + "line": 1475, "column": 33 } } @@ -749055,15 +749542,15 @@ "binop": null, "updateContext": null }, - "start": 65682, - "end": 65683, + "start": 68072, + "end": 68073, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 33 }, "end": { - "line": 1433, + "line": 1475, "column": 34 } } @@ -749081,15 +749568,15 @@ "binop": null }, "value": "getFullYear", - "start": 65683, - "end": 65694, + "start": 68073, + "end": 68084, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 34 }, "end": { - "line": 1433, + "line": 1475, "column": 45 } } @@ -749106,15 +749593,15 @@ "postfix": false, "binop": null }, - "start": 65694, - "end": 65695, + "start": 68084, + "end": 68085, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 45 }, "end": { - "line": 1433, + "line": 1475, "column": 46 } } @@ -749131,15 +749618,15 @@ "postfix": false, "binop": null }, - "start": 65695, - "end": 65696, + "start": 68085, + "end": 68086, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 46 }, "end": { - "line": 1433, + "line": 1475, "column": 47 } } @@ -749156,15 +749643,15 @@ "postfix": false, "binop": null }, - "start": 65696, - "end": 65697, + "start": 68086, + "end": 68087, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 47 }, "end": { - "line": 1433, + "line": 1475, "column": 48 } } @@ -749183,15 +749670,15 @@ "updateContext": null }, "value": "/", - "start": 65697, - "end": 65698, + "start": 68087, + "end": 68088, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 48 }, "end": { - "line": 1433, + "line": 1475, "column": 49 } } @@ -749208,15 +749695,15 @@ "postfix": false, "binop": null }, - "start": 65698, - "end": 65700, + "start": 68088, + "end": 68090, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 49 }, "end": { - "line": 1433, + "line": 1475, "column": 51 } } @@ -749234,15 +749721,15 @@ "binop": null }, "value": "i", - "start": 65700, - "end": 65701, + "start": 68090, + "end": 68091, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 51 }, "end": { - "line": 1433, + "line": 1475, "column": 52 } } @@ -749261,15 +749748,15 @@ "updateContext": null }, "value": "+", - "start": 65702, - "end": 65703, + "start": 68092, + "end": 68093, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 53 }, "end": { - "line": 1433, + "line": 1475, "column": 54 } } @@ -749288,15 +749775,15 @@ "updateContext": null }, "value": 1, - "start": 65704, - "end": 65705, + "start": 68094, + "end": 68095, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 55 }, "end": { - "line": 1433, + "line": 1475, "column": 56 } } @@ -749313,15 +749800,15 @@ "postfix": false, "binop": null }, - "start": 65705, - "end": 65706, + "start": 68095, + "end": 68096, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 56 }, "end": { - "line": 1433, + "line": 1475, "column": 57 } } @@ -749340,15 +749827,15 @@ "updateContext": null }, "value": "", - "start": 65706, - "end": 65706, + "start": 68096, + "end": 68096, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 57 }, "end": { - "line": 1433, + "line": 1475, "column": 57 } } @@ -749365,15 +749852,15 @@ "postfix": false, "binop": null }, - "start": 65706, - "end": 65707, + "start": 68096, + "end": 68097, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 57 }, "end": { - "line": 1433, + "line": 1475, "column": 58 } } @@ -749391,15 +749878,15 @@ "binop": null, "updateContext": null }, - "start": 65707, - "end": 65708, + "start": 68097, + "end": 68098, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 58 }, "end": { - "line": 1433, + "line": 1475, "column": 59 } } @@ -749418,15 +749905,15 @@ "updateContext": null }, "value": "=", - "start": 65709, - "end": 65710, + "start": 68099, + "end": 68100, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 60 }, "end": { - "line": 1433, + "line": 1475, "column": 61 } } @@ -749444,15 +749931,15 @@ "binop": null }, "value": "lastDayOfMonth", - "start": 65711, - "end": 65725, + "start": 68101, + "end": 68115, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 62 }, "end": { - "line": 1433, + "line": 1475, "column": 76 } } @@ -749469,15 +749956,15 @@ "postfix": false, "binop": null }, - "start": 65725, - "end": 65726, + "start": 68115, + "end": 68116, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 76 }, "end": { - "line": 1433, + "line": 1475, "column": 77 } } @@ -749495,15 +749982,15 @@ "binop": null }, "value": "_cd", - "start": 65727, - "end": 65730, + "start": 68117, + "end": 68120, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 78 }, "end": { - "line": 1433, + "line": 1475, "column": 81 } } @@ -749520,15 +750007,15 @@ "postfix": false, "binop": null }, - "start": 65731, - "end": 65732, + "start": 68121, + "end": 68122, "loc": { "start": { - "line": 1433, + "line": 1475, "column": 82 }, "end": { - "line": 1433, + "line": 1475, "column": 83 } } @@ -749545,15 +750032,15 @@ "postfix": false, "binop": null }, - "start": 65753, - "end": 65754, + "start": 68143, + "end": 68144, "loc": { "start": { - "line": 1434, + "line": 1476, "column": 20 }, "end": { - "line": 1434, + "line": 1476, "column": 21 } } @@ -749570,15 +750057,15 @@ "postfix": false, "binop": null }, - "start": 65771, - "end": 65772, + "start": 68161, + "end": 68162, "loc": { "start": { - "line": 1435, + "line": 1477, "column": 16 }, "end": { - "line": 1435, + "line": 1477, "column": 17 } } @@ -749596,15 +750083,15 @@ "binop": null }, "value": "retval", - "start": 65789, - "end": 65795, + "start": 68179, + "end": 68185, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 16 }, "end": { - "line": 1436, + "line": 1478, "column": 22 } } @@ -749623,15 +750110,15 @@ "updateContext": null }, "value": "=", - "start": 65796, - "end": 65797, + "start": 68186, + "end": 68187, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 23 }, "end": { - "line": 1436, + "line": 1478, "column": 24 } } @@ -749649,15 +750136,15 @@ "binop": null }, "value": "_m", - "start": 65798, - "end": 65800, + "start": 68188, + "end": 68190, "loc": { "start": { - "line": 1436, + "line": 1478, "column": 25 }, "end": { - "line": 1436, + "line": 1478, "column": 27 } } @@ -749677,15 +750164,15 @@ "updateContext": null }, "value": "break", - "start": 65817, - "end": 65822, + "start": 68207, + "end": 68212, "loc": { "start": { - "line": 1437, + "line": 1479, "column": 16 }, "end": { - "line": 1437, + "line": 1479, "column": 21 } } @@ -749705,15 +750192,15 @@ "updateContext": null }, "value": "case", - "start": 65835, - "end": 65839, + "start": 68225, + "end": 68229, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 12 }, "end": { - "line": 1438, + "line": 1480, "column": 16 } } @@ -749735,15 +750222,15 @@ "pattern": "^weeks?$", "flags": "i" }, - "start": 65840, - "end": 65851, + "start": 68230, + "end": 68241, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 17 }, "end": { - "line": 1438, + "line": 1480, "column": 28 } } @@ -749761,15 +750248,15 @@ "binop": null, "updateContext": null }, - "start": 65851, - "end": 65852, + "start": 68241, + "end": 68242, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 28 }, "end": { - "line": 1438, + "line": 1480, "column": 29 } } @@ -749787,15 +750274,15 @@ "binop": null }, "value": "test", - "start": 65852, - "end": 65856, + "start": 68242, + "end": 68246, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 29 }, "end": { - "line": 1438, + "line": 1480, "column": 33 } } @@ -749812,15 +750299,15 @@ "postfix": false, "binop": null }, - "start": 65856, - "end": 65857, + "start": 68246, + "end": 68247, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 33 }, "end": { - "line": 1438, + "line": 1480, "column": 34 } } @@ -749838,15 +750325,15 @@ "binop": null }, "value": "scale", - "start": 65858, - "end": 65863, + "start": 68248, + "end": 68253, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 35 }, "end": { - "line": 1438, + "line": 1480, "column": 40 } } @@ -749863,15 +750350,15 @@ "postfix": false, "binop": null }, - "start": 65864, - "end": 65865, + "start": 68254, + "end": 68255, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 41 }, "end": { - "line": 1438, + "line": 1480, "column": 42 } } @@ -749889,15 +750376,15 @@ "binop": null, "updateContext": null }, - "start": 65865, - "end": 65866, + "start": 68255, + "end": 68256, "loc": { "start": { - "line": 1438, + "line": 1480, "column": 42 }, "end": { - "line": 1438, + "line": 1480, "column": 43 } } @@ -749915,15 +750402,15 @@ "binop": null }, "value": "retval", - "start": 65883, - "end": 65889, + "start": 68273, + "end": 68279, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 16 }, "end": { - "line": 1439, + "line": 1481, "column": 22 } } @@ -749942,15 +750429,15 @@ "updateContext": null }, "value": "=", - "start": 65890, - "end": 65891, + "start": 68280, + "end": 68281, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 23 }, "end": { - "line": 1439, + "line": 1481, "column": 24 } } @@ -749968,15 +750455,15 @@ "binop": null }, "value": "Math", - "start": 65892, - "end": 65896, + "start": 68282, + "end": 68286, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 25 }, "end": { - "line": 1439, + "line": 1481, "column": 29 } } @@ -749994,15 +750481,15 @@ "binop": null, "updateContext": null }, - "start": 65896, - "end": 65897, + "start": 68286, + "end": 68287, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 29 }, "end": { - "line": 1439, + "line": 1481, "column": 30 } } @@ -750020,15 +750507,15 @@ "binop": null }, "value": "ceil", - "start": 65897, - "end": 65901, + "start": 68287, + "end": 68291, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 30 }, "end": { - "line": 1439, + "line": 1481, "column": 34 } } @@ -750045,15 +750532,15 @@ "postfix": false, "binop": null }, - "start": 65901, - "end": 65902, + "start": 68291, + "end": 68292, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 34 }, "end": { - "line": 1439, + "line": 1481, "column": 35 } } @@ -750071,15 +750558,15 @@ "binop": null }, "value": "diffMS", - "start": 65903, - "end": 65909, + "start": 68293, + "end": 68299, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 36 }, "end": { - "line": 1439, + "line": 1481, "column": 42 } } @@ -750098,15 +750585,15 @@ "updateContext": null }, "value": "/", - "start": 65910, - "end": 65911, + "start": 68300, + "end": 68301, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 43 }, "end": { - "line": 1439, + "line": 1481, "column": 44 } } @@ -750123,15 +750610,15 @@ "postfix": false, "binop": null }, - "start": 65912, - "end": 65913, + "start": 68302, + "end": 68303, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 45 }, "end": { - "line": 1439, + "line": 1481, "column": 46 } } @@ -750150,15 +750637,15 @@ "updateContext": null }, "value": 7, - "start": 65914, - "end": 65915, + "start": 68304, + "end": 68305, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 47 }, "end": { - "line": 1439, + "line": 1481, "column": 48 } } @@ -750177,15 +750664,15 @@ "updateContext": null }, "value": "*", - "start": 65916, - "end": 65917, + "start": 68306, + "end": 68307, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 49 }, "end": { - "line": 1439, + "line": 1481, "column": 50 } } @@ -750204,15 +750691,15 @@ "updateContext": null }, "value": 24, - "start": 65918, - "end": 65920, + "start": 68308, + "end": 68310, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 51 }, "end": { - "line": 1439, + "line": 1481, "column": 53 } } @@ -750231,15 +750718,15 @@ "updateContext": null }, "value": "*", - "start": 65921, - "end": 65922, + "start": 68311, + "end": 68312, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 54 }, "end": { - "line": 1439, + "line": 1481, "column": 55 } } @@ -750258,15 +750745,15 @@ "updateContext": null }, "value": 60, - "start": 65923, - "end": 65925, + "start": 68313, + "end": 68315, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 56 }, "end": { - "line": 1439, + "line": 1481, "column": 58 } } @@ -750285,15 +750772,15 @@ "updateContext": null }, "value": "*", - "start": 65926, - "end": 65927, + "start": 68316, + "end": 68317, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 59 }, "end": { - "line": 1439, + "line": 1481, "column": 60 } } @@ -750312,15 +750799,15 @@ "updateContext": null }, "value": 60, - "start": 65928, - "end": 65930, + "start": 68318, + "end": 68320, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 61 }, "end": { - "line": 1439, + "line": 1481, "column": 63 } } @@ -750339,15 +750826,15 @@ "updateContext": null }, "value": "*", - "start": 65931, - "end": 65932, + "start": 68321, + "end": 68322, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 64 }, "end": { - "line": 1439, + "line": 1481, "column": 65 } } @@ -750366,15 +750853,15 @@ "updateContext": null }, "value": 1000, - "start": 65933, - "end": 65937, + "start": 68323, + "end": 68327, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 66 }, "end": { - "line": 1439, + "line": 1481, "column": 70 } } @@ -750391,15 +750878,15 @@ "postfix": false, "binop": null }, - "start": 65938, - "end": 65939, + "start": 68328, + "end": 68329, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 71 }, "end": { - "line": 1439, + "line": 1481, "column": 72 } } @@ -750416,15 +750903,15 @@ "postfix": false, "binop": null }, - "start": 65940, - "end": 65941, + "start": 68330, + "end": 68331, "loc": { "start": { - "line": 1439, + "line": 1481, "column": 73 }, "end": { - "line": 1439, + "line": 1481, "column": 74 } } @@ -750444,15 +750931,15 @@ "updateContext": null }, "value": "break", - "start": 65958, - "end": 65963, + "start": 68348, + "end": 68353, "loc": { "start": { - "line": 1440, + "line": 1482, "column": 16 }, "end": { - "line": 1440, + "line": 1482, "column": 21 } } @@ -750472,15 +750959,15 @@ "updateContext": null }, "value": "case", - "start": 65976, - "end": 65980, + "start": 68366, + "end": 68370, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 12 }, "end": { - "line": 1441, + "line": 1483, "column": 16 } } @@ -750502,15 +750989,15 @@ "pattern": "^(|week)days?$", "flags": "i" }, - "start": 65981, - "end": 65998, + "start": 68371, + "end": 68388, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 17 }, "end": { - "line": 1441, + "line": 1483, "column": 34 } } @@ -750528,15 +751015,15 @@ "binop": null, "updateContext": null }, - "start": 65998, - "end": 65999, + "start": 68388, + "end": 68389, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 34 }, "end": { - "line": 1441, + "line": 1483, "column": 35 } } @@ -750554,15 +751041,15 @@ "binop": null }, "value": "test", - "start": 65999, - "end": 66003, + "start": 68389, + "end": 68393, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 35 }, "end": { - "line": 1441, + "line": 1483, "column": 39 } } @@ -750579,15 +751066,15 @@ "postfix": false, "binop": null }, - "start": 66003, - "end": 66004, + "start": 68393, + "end": 68394, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 39 }, "end": { - "line": 1441, + "line": 1483, "column": 40 } } @@ -750605,15 +751092,15 @@ "binop": null }, "value": "scale", - "start": 66005, - "end": 66010, + "start": 68395, + "end": 68400, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 41 }, "end": { - "line": 1441, + "line": 1483, "column": 46 } } @@ -750630,15 +751117,15 @@ "postfix": false, "binop": null }, - "start": 66011, - "end": 66012, + "start": 68401, + "end": 68402, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 47 }, "end": { - "line": 1441, + "line": 1483, "column": 48 } } @@ -750656,15 +751143,15 @@ "binop": null, "updateContext": null }, - "start": 66012, - "end": 66013, + "start": 68402, + "end": 68403, "loc": { "start": { - "line": 1441, + "line": 1483, "column": 48 }, "end": { - "line": 1441, + "line": 1483, "column": 49 } } @@ -750682,15 +751169,15 @@ "binop": null }, "value": "retval", - "start": 66030, - "end": 66036, + "start": 68420, + "end": 68426, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 16 }, "end": { - "line": 1442, + "line": 1484, "column": 22 } } @@ -750709,15 +751196,15 @@ "updateContext": null }, "value": "=", - "start": 66037, - "end": 66038, + "start": 68427, + "end": 68428, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 23 }, "end": { - "line": 1442, + "line": 1484, "column": 24 } } @@ -750735,15 +751222,15 @@ "binop": null }, "value": "Math", - "start": 66039, - "end": 66043, + "start": 68429, + "end": 68433, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 25 }, "end": { - "line": 1442, + "line": 1484, "column": 29 } } @@ -750761,15 +751248,15 @@ "binop": null, "updateContext": null }, - "start": 66043, - "end": 66044, + "start": 68433, + "end": 68434, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 29 }, "end": { - "line": 1442, + "line": 1484, "column": 30 } } @@ -750787,15 +751274,15 @@ "binop": null }, "value": "ceil", - "start": 66044, - "end": 66048, + "start": 68434, + "end": 68438, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 30 }, "end": { - "line": 1442, + "line": 1484, "column": 34 } } @@ -750812,15 +751299,15 @@ "postfix": false, "binop": null }, - "start": 66048, - "end": 66049, + "start": 68438, + "end": 68439, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 34 }, "end": { - "line": 1442, + "line": 1484, "column": 35 } } @@ -750838,15 +751325,15 @@ "binop": null }, "value": "diffMS", - "start": 66050, - "end": 66056, + "start": 68440, + "end": 68446, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 36 }, "end": { - "line": 1442, + "line": 1484, "column": 42 } } @@ -750865,15 +751352,15 @@ "updateContext": null }, "value": "/", - "start": 66057, - "end": 66058, + "start": 68447, + "end": 68448, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 43 }, "end": { - "line": 1442, + "line": 1484, "column": 44 } } @@ -750890,15 +751377,15 @@ "postfix": false, "binop": null }, - "start": 66059, - "end": 66060, + "start": 68449, + "end": 68450, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 45 }, "end": { - "line": 1442, + "line": 1484, "column": 46 } } @@ -750917,15 +751404,15 @@ "updateContext": null }, "value": 24, - "start": 66061, - "end": 66063, + "start": 68451, + "end": 68453, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 47 }, "end": { - "line": 1442, + "line": 1484, "column": 49 } } @@ -750944,15 +751431,15 @@ "updateContext": null }, "value": "*", - "start": 66064, - "end": 66065, + "start": 68454, + "end": 68455, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 50 }, "end": { - "line": 1442, + "line": 1484, "column": 51 } } @@ -750971,15 +751458,15 @@ "updateContext": null }, "value": 60, - "start": 66066, - "end": 66068, + "start": 68456, + "end": 68458, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 52 }, "end": { - "line": 1442, + "line": 1484, "column": 54 } } @@ -750998,15 +751485,15 @@ "updateContext": null }, "value": "*", - "start": 66069, - "end": 66070, + "start": 68459, + "end": 68460, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 55 }, "end": { - "line": 1442, + "line": 1484, "column": 56 } } @@ -751025,15 +751512,15 @@ "updateContext": null }, "value": 60, - "start": 66071, - "end": 66073, + "start": 68461, + "end": 68463, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 57 }, "end": { - "line": 1442, + "line": 1484, "column": 59 } } @@ -751052,15 +751539,15 @@ "updateContext": null }, "value": "*", - "start": 66074, - "end": 66075, + "start": 68464, + "end": 68465, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 60 }, "end": { - "line": 1442, + "line": 1484, "column": 61 } } @@ -751079,15 +751566,15 @@ "updateContext": null }, "value": 1000, - "start": 66076, - "end": 66080, + "start": 68466, + "end": 68470, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 62 }, "end": { - "line": 1442, + "line": 1484, "column": 66 } } @@ -751104,15 +751591,15 @@ "postfix": false, "binop": null }, - "start": 66081, - "end": 66082, + "start": 68471, + "end": 68472, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 67 }, "end": { - "line": 1442, + "line": 1484, "column": 68 } } @@ -751129,15 +751616,15 @@ "postfix": false, "binop": null }, - "start": 66083, - "end": 66084, + "start": 68473, + "end": 68474, "loc": { "start": { - "line": 1442, + "line": 1484, "column": 69 }, "end": { - "line": 1442, + "line": 1484, "column": 70 } } @@ -751157,15 +751644,15 @@ "updateContext": null }, "value": "break", - "start": 66101, - "end": 66106, + "start": 68491, + "end": 68496, "loc": { "start": { - "line": 1443, + "line": 1485, "column": 16 }, "end": { - "line": 1443, + "line": 1485, "column": 21 } } @@ -751185,15 +751672,15 @@ "updateContext": null }, "value": "case", - "start": 66119, - "end": 66123, + "start": 68509, + "end": 68513, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 12 }, "end": { - "line": 1444, + "line": 1486, "column": 16 } } @@ -751215,15 +751702,15 @@ "pattern": "^hours?$", "flags": "i" }, - "start": 66124, - "end": 66135, + "start": 68514, + "end": 68525, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 17 }, "end": { - "line": 1444, + "line": 1486, "column": 28 } } @@ -751241,15 +751728,15 @@ "binop": null, "updateContext": null }, - "start": 66135, - "end": 66136, + "start": 68525, + "end": 68526, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 28 }, "end": { - "line": 1444, + "line": 1486, "column": 29 } } @@ -751267,15 +751754,15 @@ "binop": null }, "value": "test", - "start": 66136, - "end": 66140, + "start": 68526, + "end": 68530, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 29 }, "end": { - "line": 1444, + "line": 1486, "column": 33 } } @@ -751292,15 +751779,15 @@ "postfix": false, "binop": null }, - "start": 66140, - "end": 66141, + "start": 68530, + "end": 68531, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 33 }, "end": { - "line": 1444, + "line": 1486, "column": 34 } } @@ -751318,15 +751805,15 @@ "binop": null }, "value": "scale", - "start": 66142, - "end": 66147, + "start": 68532, + "end": 68537, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 35 }, "end": { - "line": 1444, + "line": 1486, "column": 40 } } @@ -751343,15 +751830,15 @@ "postfix": false, "binop": null }, - "start": 66148, - "end": 66149, + "start": 68538, + "end": 68539, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 41 }, "end": { - "line": 1444, + "line": 1486, "column": 42 } } @@ -751369,15 +751856,15 @@ "binop": null, "updateContext": null }, - "start": 66149, - "end": 66150, + "start": 68539, + "end": 68540, "loc": { "start": { - "line": 1444, + "line": 1486, "column": 42 }, "end": { - "line": 1444, + "line": 1486, "column": 43 } } @@ -751395,15 +751882,15 @@ "binop": null }, "value": "retval", - "start": 66167, - "end": 66173, + "start": 68557, + "end": 68563, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 16 }, "end": { - "line": 1445, + "line": 1487, "column": 22 } } @@ -751422,15 +751909,15 @@ "updateContext": null }, "value": "=", - "start": 66174, - "end": 66175, + "start": 68564, + "end": 68565, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 23 }, "end": { - "line": 1445, + "line": 1487, "column": 24 } } @@ -751448,15 +751935,15 @@ "binop": null }, "value": "Math", - "start": 66176, - "end": 66180, + "start": 68566, + "end": 68570, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 25 }, "end": { - "line": 1445, + "line": 1487, "column": 29 } } @@ -751474,15 +751961,15 @@ "binop": null, "updateContext": null }, - "start": 66180, - "end": 66181, + "start": 68570, + "end": 68571, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 29 }, "end": { - "line": 1445, + "line": 1487, "column": 30 } } @@ -751500,15 +751987,15 @@ "binop": null }, "value": "ceil", - "start": 66181, - "end": 66185, + "start": 68571, + "end": 68575, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 30 }, "end": { - "line": 1445, + "line": 1487, "column": 34 } } @@ -751525,15 +752012,15 @@ "postfix": false, "binop": null }, - "start": 66185, - "end": 66186, + "start": 68575, + "end": 68576, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 34 }, "end": { - "line": 1445, + "line": 1487, "column": 35 } } @@ -751551,15 +752038,15 @@ "binop": null }, "value": "diffMS", - "start": 66187, - "end": 66193, + "start": 68577, + "end": 68583, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 36 }, "end": { - "line": 1445, + "line": 1487, "column": 42 } } @@ -751578,15 +752065,15 @@ "updateContext": null }, "value": "/", - "start": 66194, - "end": 66195, + "start": 68584, + "end": 68585, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 43 }, "end": { - "line": 1445, + "line": 1487, "column": 44 } } @@ -751603,15 +752090,15 @@ "postfix": false, "binop": null }, - "start": 66196, - "end": 66197, + "start": 68586, + "end": 68587, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 45 }, "end": { - "line": 1445, + "line": 1487, "column": 46 } } @@ -751630,15 +752117,15 @@ "updateContext": null }, "value": 60, - "start": 66198, - "end": 66200, + "start": 68588, + "end": 68590, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 47 }, "end": { - "line": 1445, + "line": 1487, "column": 49 } } @@ -751657,15 +752144,15 @@ "updateContext": null }, "value": "*", - "start": 66201, - "end": 66202, + "start": 68591, + "end": 68592, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 50 }, "end": { - "line": 1445, + "line": 1487, "column": 51 } } @@ -751684,15 +752171,15 @@ "updateContext": null }, "value": 60, - "start": 66203, - "end": 66205, + "start": 68593, + "end": 68595, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 52 }, "end": { - "line": 1445, + "line": 1487, "column": 54 } } @@ -751711,15 +752198,15 @@ "updateContext": null }, "value": "*", - "start": 66206, - "end": 66207, + "start": 68596, + "end": 68597, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 55 }, "end": { - "line": 1445, + "line": 1487, "column": 56 } } @@ -751738,15 +752225,15 @@ "updateContext": null }, "value": 1000, - "start": 66208, - "end": 66212, + "start": 68598, + "end": 68602, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 57 }, "end": { - "line": 1445, + "line": 1487, "column": 61 } } @@ -751763,15 +752250,15 @@ "postfix": false, "binop": null }, - "start": 66213, - "end": 66214, + "start": 68603, + "end": 68604, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 62 }, "end": { - "line": 1445, + "line": 1487, "column": 63 } } @@ -751788,15 +752275,15 @@ "postfix": false, "binop": null }, - "start": 66215, - "end": 66216, + "start": 68605, + "end": 68606, "loc": { "start": { - "line": 1445, + "line": 1487, "column": 64 }, "end": { - "line": 1445, + "line": 1487, "column": 65 } } @@ -751816,15 +752303,15 @@ "updateContext": null }, "value": "break", - "start": 66233, - "end": 66238, + "start": 68623, + "end": 68628, "loc": { "start": { - "line": 1446, + "line": 1488, "column": 16 }, "end": { - "line": 1446, + "line": 1488, "column": 21 } } @@ -751844,15 +752331,15 @@ "updateContext": null }, "value": "case", - "start": 66251, - "end": 66255, + "start": 68641, + "end": 68645, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 12 }, "end": { - "line": 1447, + "line": 1489, "column": 16 } } @@ -751874,15 +752361,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 66256, - "end": 66269, + "start": 68646, + "end": 68659, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 17 }, "end": { - "line": 1447, + "line": 1489, "column": 30 } } @@ -751900,15 +752387,15 @@ "binop": null, "updateContext": null }, - "start": 66269, - "end": 66270, + "start": 68659, + "end": 68660, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 30 }, "end": { - "line": 1447, + "line": 1489, "column": 31 } } @@ -751926,15 +752413,15 @@ "binop": null }, "value": "test", - "start": 66270, - "end": 66274, + "start": 68660, + "end": 68664, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 31 }, "end": { - "line": 1447, + "line": 1489, "column": 35 } } @@ -751951,15 +752438,15 @@ "postfix": false, "binop": null }, - "start": 66274, - "end": 66275, + "start": 68664, + "end": 68665, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 35 }, "end": { - "line": 1447, + "line": 1489, "column": 36 } } @@ -751977,15 +752464,15 @@ "binop": null }, "value": "scale", - "start": 66276, - "end": 66281, + "start": 68666, + "end": 68671, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 37 }, "end": { - "line": 1447, + "line": 1489, "column": 42 } } @@ -752002,15 +752489,15 @@ "postfix": false, "binop": null }, - "start": 66282, - "end": 66283, + "start": 68672, + "end": 68673, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 43 }, "end": { - "line": 1447, + "line": 1489, "column": 44 } } @@ -752028,15 +752515,15 @@ "binop": null, "updateContext": null }, - "start": 66283, - "end": 66284, + "start": 68673, + "end": 68674, "loc": { "start": { - "line": 1447, + "line": 1489, "column": 44 }, "end": { - "line": 1447, + "line": 1489, "column": 45 } } @@ -752054,15 +752541,15 @@ "binop": null }, "value": "retval", - "start": 66301, - "end": 66307, + "start": 68691, + "end": 68697, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 16 }, "end": { - "line": 1448, + "line": 1490, "column": 22 } } @@ -752081,15 +752568,15 @@ "updateContext": null }, "value": "=", - "start": 66308, - "end": 66309, + "start": 68698, + "end": 68699, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 23 }, "end": { - "line": 1448, + "line": 1490, "column": 24 } } @@ -752107,15 +752594,15 @@ "binop": null }, "value": "Math", - "start": 66310, - "end": 66314, + "start": 68700, + "end": 68704, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 25 }, "end": { - "line": 1448, + "line": 1490, "column": 29 } } @@ -752133,15 +752620,15 @@ "binop": null, "updateContext": null }, - "start": 66314, - "end": 66315, + "start": 68704, + "end": 68705, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 29 }, "end": { - "line": 1448, + "line": 1490, "column": 30 } } @@ -752159,15 +752646,15 @@ "binop": null }, "value": "ceil", - "start": 66315, - "end": 66319, + "start": 68705, + "end": 68709, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 30 }, "end": { - "line": 1448, + "line": 1490, "column": 34 } } @@ -752184,15 +752671,15 @@ "postfix": false, "binop": null }, - "start": 66319, - "end": 66320, + "start": 68709, + "end": 68710, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 34 }, "end": { - "line": 1448, + "line": 1490, "column": 35 } } @@ -752210,15 +752697,15 @@ "binop": null }, "value": "diffMS", - "start": 66321, - "end": 66327, + "start": 68711, + "end": 68717, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 36 }, "end": { - "line": 1448, + "line": 1490, "column": 42 } } @@ -752237,15 +752724,15 @@ "updateContext": null }, "value": "/", - "start": 66328, - "end": 66329, + "start": 68718, + "end": 68719, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 43 }, "end": { - "line": 1448, + "line": 1490, "column": 44 } } @@ -752262,15 +752749,15 @@ "postfix": false, "binop": null }, - "start": 66330, - "end": 66331, + "start": 68720, + "end": 68721, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 45 }, "end": { - "line": 1448, + "line": 1490, "column": 46 } } @@ -752289,15 +752776,15 @@ "updateContext": null }, "value": 60, - "start": 66332, - "end": 66334, + "start": 68722, + "end": 68724, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 47 }, "end": { - "line": 1448, + "line": 1490, "column": 49 } } @@ -752316,15 +752803,15 @@ "updateContext": null }, "value": "*", - "start": 66335, - "end": 66336, + "start": 68725, + "end": 68726, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 50 }, "end": { - "line": 1448, + "line": 1490, "column": 51 } } @@ -752343,15 +752830,15 @@ "updateContext": null }, "value": 1000, - "start": 66337, - "end": 66341, + "start": 68727, + "end": 68731, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 52 }, "end": { - "line": 1448, + "line": 1490, "column": 56 } } @@ -752368,15 +752855,15 @@ "postfix": false, "binop": null }, - "start": 66342, - "end": 66343, + "start": 68732, + "end": 68733, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 57 }, "end": { - "line": 1448, + "line": 1490, "column": 58 } } @@ -752393,15 +752880,15 @@ "postfix": false, "binop": null }, - "start": 66344, - "end": 66345, + "start": 68734, + "end": 68735, "loc": { "start": { - "line": 1448, + "line": 1490, "column": 59 }, "end": { - "line": 1448, + "line": 1490, "column": 60 } } @@ -752421,15 +752908,15 @@ "updateContext": null }, "value": "break", - "start": 66362, - "end": 66367, + "start": 68752, + "end": 68757, "loc": { "start": { - "line": 1449, + "line": 1491, "column": 16 }, "end": { - "line": 1449, + "line": 1491, "column": 21 } } @@ -752449,15 +752936,15 @@ "updateContext": null }, "value": "case", - "start": 66380, - "end": 66384, + "start": 68770, + "end": 68774, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 12 }, "end": { - "line": 1450, + "line": 1492, "column": 16 } } @@ -752479,15 +752966,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 66385, - "end": 66398, + "start": 68775, + "end": 68788, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 17 }, "end": { - "line": 1450, + "line": 1492, "column": 30 } } @@ -752505,15 +752992,15 @@ "binop": null, "updateContext": null }, - "start": 66398, - "end": 66399, + "start": 68788, + "end": 68789, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 30 }, "end": { - "line": 1450, + "line": 1492, "column": 31 } } @@ -752531,15 +753018,15 @@ "binop": null }, "value": "test", - "start": 66399, - "end": 66403, + "start": 68789, + "end": 68793, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 31 }, "end": { - "line": 1450, + "line": 1492, "column": 35 } } @@ -752556,15 +753043,15 @@ "postfix": false, "binop": null }, - "start": 66403, - "end": 66404, + "start": 68793, + "end": 68794, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 35 }, "end": { - "line": 1450, + "line": 1492, "column": 36 } } @@ -752582,15 +753069,15 @@ "binop": null }, "value": "scale", - "start": 66405, - "end": 66410, + "start": 68795, + "end": 68800, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 37 }, "end": { - "line": 1450, + "line": 1492, "column": 42 } } @@ -752607,15 +753094,15 @@ "postfix": false, "binop": null }, - "start": 66411, - "end": 66412, + "start": 68801, + "end": 68802, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 43 }, "end": { - "line": 1450, + "line": 1492, "column": 44 } } @@ -752633,15 +753120,15 @@ "binop": null, "updateContext": null }, - "start": 66412, - "end": 66413, + "start": 68802, + "end": 68803, "loc": { "start": { - "line": 1450, + "line": 1492, "column": 44 }, "end": { - "line": 1450, + "line": 1492, "column": 45 } } @@ -752659,15 +753146,15 @@ "binop": null }, "value": "retval", - "start": 66430, - "end": 66436, + "start": 68820, + "end": 68826, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 16 }, "end": { - "line": 1451, + "line": 1493, "column": 22 } } @@ -752686,15 +753173,15 @@ "updateContext": null }, "value": "=", - "start": 66437, - "end": 66438, + "start": 68827, + "end": 68828, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 23 }, "end": { - "line": 1451, + "line": 1493, "column": 24 } } @@ -752712,15 +753199,15 @@ "binop": null }, "value": "Math", - "start": 66439, - "end": 66443, + "start": 68829, + "end": 68833, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 25 }, "end": { - "line": 1451, + "line": 1493, "column": 29 } } @@ -752738,15 +753225,15 @@ "binop": null, "updateContext": null }, - "start": 66443, - "end": 66444, + "start": 68833, + "end": 68834, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 29 }, "end": { - "line": 1451, + "line": 1493, "column": 30 } } @@ -752764,15 +753251,15 @@ "binop": null }, "value": "ceil", - "start": 66444, - "end": 66448, + "start": 68834, + "end": 68838, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 30 }, "end": { - "line": 1451, + "line": 1493, "column": 34 } } @@ -752789,15 +753276,15 @@ "postfix": false, "binop": null }, - "start": 66448, - "end": 66449, + "start": 68838, + "end": 68839, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 34 }, "end": { - "line": 1451, + "line": 1493, "column": 35 } } @@ -752815,15 +753302,15 @@ "binop": null }, "value": "diffMS", - "start": 66450, - "end": 66456, + "start": 68840, + "end": 68846, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 36 }, "end": { - "line": 1451, + "line": 1493, "column": 42 } } @@ -752842,15 +753329,15 @@ "updateContext": null }, "value": "/", - "start": 66457, - "end": 66458, + "start": 68847, + "end": 68848, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 43 }, "end": { - "line": 1451, + "line": 1493, "column": 44 } } @@ -752869,15 +753356,15 @@ "updateContext": null }, "value": 1000, - "start": 66459, - "end": 66463, + "start": 68849, + "end": 68853, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 45 }, "end": { - "line": 1451, + "line": 1493, "column": 49 } } @@ -752894,15 +753381,15 @@ "postfix": false, "binop": null }, - "start": 66464, - "end": 66465, + "start": 68854, + "end": 68855, "loc": { "start": { - "line": 1451, + "line": 1493, "column": 50 }, "end": { - "line": 1451, + "line": 1493, "column": 51 } } @@ -752922,15 +753409,15 @@ "updateContext": null }, "value": "break", - "start": 66482, - "end": 66487, + "start": 68872, + "end": 68877, "loc": { "start": { - "line": 1452, + "line": 1494, "column": 16 }, "end": { - "line": 1452, + "line": 1494, "column": 21 } } @@ -752950,15 +753437,15 @@ "updateContext": null }, "value": "default", - "start": 66500, - "end": 66507, + "start": 68890, + "end": 68897, "loc": { "start": { - "line": 1453, + "line": 1495, "column": 12 }, "end": { - "line": 1453, + "line": 1495, "column": 19 } } @@ -752976,15 +753463,15 @@ "binop": null, "updateContext": null }, - "start": 66507, - "end": 66508, + "start": 68897, + "end": 68898, "loc": { "start": { - "line": 1453, + "line": 1495, "column": 19 }, "end": { - "line": 1453, + "line": 1495, "column": 20 } } @@ -753002,15 +753489,15 @@ "binop": null }, "value": "retval", - "start": 66525, - "end": 66531, + "start": 68915, + "end": 68921, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 16 }, "end": { - "line": 1454, + "line": 1496, "column": 22 } } @@ -753029,15 +753516,15 @@ "updateContext": null }, "value": "=", - "start": 66532, - "end": 66533, + "start": 68922, + "end": 68923, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 23 }, "end": { - "line": 1454, + "line": 1496, "column": 24 } } @@ -753055,15 +753542,15 @@ "binop": null }, "value": "diffMS", - "start": 66534, - "end": 66540, + "start": 68924, + "end": 68930, "loc": { "start": { - "line": 1454, + "line": 1496, "column": 25 }, "end": { - "line": 1454, + "line": 1496, "column": 31 } } @@ -753083,15 +753570,15 @@ "updateContext": null }, "value": "break", - "start": 66557, - "end": 66562, + "start": 68947, + "end": 68952, "loc": { "start": { - "line": 1455, + "line": 1497, "column": 16 }, "end": { - "line": 1455, + "line": 1497, "column": 21 } } @@ -753108,15 +753595,15 @@ "postfix": false, "binop": null }, - "start": 66571, - "end": 66572, + "start": 68961, + "end": 68962, "loc": { "start": { - "line": 1456, + "line": 1498, "column": 8 }, "end": { - "line": 1456, + "line": 1498, "column": 9 } } @@ -753124,15 +753611,15 @@ { "type": "CommentLine", "value": "console.log( '!_diffDate:', retval )", - "start": 66573, - "end": 66611, + "start": 68963, + "end": 69001, "loc": { "start": { - "line": 1457, + "line": 1499, "column": 0 }, "end": { - "line": 1457, + "line": 1499, "column": 38 } } @@ -753152,15 +753639,15 @@ "updateContext": null }, "value": "return", - "start": 66629, - "end": 66635, + "start": 69019, + "end": 69025, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 8 }, "end": { - "line": 1459, + "line": 1501, "column": 14 } } @@ -753178,15 +753665,15 @@ "binop": null }, "value": "retval", - "start": 66636, - "end": 66642, + "start": 69026, + "end": 69032, "loc": { "start": { - "line": 1459, + "line": 1501, "column": 15 }, "end": { - "line": 1459, + "line": 1501, "column": 21 } } @@ -753203,15 +753690,15 @@ "postfix": false, "binop": null }, - "start": 66647, - "end": 66648, + "start": 69037, + "end": 69038, "loc": { "start": { - "line": 1460, + "line": 1502, "column": 4 }, "end": { - "line": 1460, + "line": 1502, "column": 5 } } @@ -753219,15 +753706,15 @@ { "type": "CommentBlock", "value": "*\n * Load all enabled events markupped on target element to the timeline object\n * @private\n ", - "start": 66658, - "end": 66767, + "start": 69048, + "end": 69157, "loc": { "start": { - "line": 1462, + "line": 1504, "column": 4 }, "end": { - "line": 1465, + "line": 1507, "column": 7 } } @@ -753245,15 +753732,15 @@ "binop": null }, "value": "_loadEvent", - "start": 66772, - "end": 66782, + "start": 69162, + "end": 69172, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 4 }, "end": { - "line": 1466, + "line": 1508, "column": 14 } } @@ -753270,15 +753757,15 @@ "postfix": false, "binop": null }, - "start": 66782, - "end": 66783, + "start": 69172, + "end": 69173, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 14 }, "end": { - "line": 1466, + "line": 1508, "column": 15 } } @@ -753295,15 +753782,15 @@ "postfix": false, "binop": null }, - "start": 66783, - "end": 66784, + "start": 69173, + "end": 69174, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 15 }, "end": { - "line": 1466, + "line": 1508, "column": 16 } } @@ -753320,15 +753807,15 @@ "postfix": false, "binop": null }, - "start": 66785, - "end": 66786, + "start": 69175, + "end": 69176, "loc": { "start": { - "line": 1466, + "line": 1508, "column": 17 }, "end": { - "line": 1466, + "line": 1508, "column": 18 } } @@ -753348,15 +753835,15 @@ "updateContext": null }, "value": "this", - "start": 66795, - "end": 66799, + "start": 69185, + "end": 69189, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 8 }, "end": { - "line": 1467, + "line": 1509, "column": 12 } } @@ -753374,15 +753861,15 @@ "binop": null, "updateContext": null }, - "start": 66799, - "end": 66800, + "start": 69189, + "end": 69190, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 12 }, "end": { - "line": 1467, + "line": 1509, "column": 13 } } @@ -753400,15 +753887,15 @@ "binop": null }, "value": "_debug", - "start": 66800, - "end": 66806, + "start": 69190, + "end": 69196, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 13 }, "end": { - "line": 1467, + "line": 1509, "column": 19 } } @@ -753425,15 +753912,15 @@ "postfix": false, "binop": null }, - "start": 66806, - "end": 66807, + "start": 69196, + "end": 69197, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 19 }, "end": { - "line": 1467, + "line": 1509, "column": 20 } } @@ -753452,15 +753939,15 @@ "updateContext": null }, "value": "_loadEvent", - "start": 66808, - "end": 66820, + "start": 69198, + "end": 69210, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 21 }, "end": { - "line": 1467, + "line": 1509, "column": 33 } } @@ -753477,15 +753964,15 @@ "postfix": false, "binop": null }, - "start": 66821, - "end": 66822, + "start": 69211, + "end": 69212, "loc": { "start": { - "line": 1467, + "line": 1509, "column": 34 }, "end": { - "line": 1467, + "line": 1509, "column": 35 } } @@ -753505,15 +753992,15 @@ "updateContext": null }, "value": "let", - "start": 66840, - "end": 66843, + "start": 69230, + "end": 69233, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 8 }, "end": { - "line": 1469, + "line": 1511, "column": 11 } } @@ -753531,15 +754018,15 @@ "binop": null }, "value": "_that", - "start": 66844, - "end": 66849, + "start": 69234, + "end": 69239, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 12 }, "end": { - "line": 1469, + "line": 1511, "column": 17 } } @@ -753558,15 +754045,15 @@ "updateContext": null }, "value": "=", - "start": 66858, - "end": 66859, + "start": 69248, + "end": 69249, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 26 }, "end": { - "line": 1469, + "line": 1511, "column": 27 } } @@ -753586,15 +754073,15 @@ "updateContext": null }, "value": "this", - "start": 66860, - "end": 66864, + "start": 69250, + "end": 69254, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 28 }, "end": { - "line": 1469, + "line": 1511, "column": 32 } } @@ -753612,15 +754099,15 @@ "binop": null, "updateContext": null }, - "start": 66864, - "end": 66865, + "start": 69254, + "end": 69255, "loc": { "start": { - "line": 1469, + "line": 1511, "column": 32 }, "end": { - "line": 1469, + "line": 1511, "column": 33 } } @@ -753638,15 +754125,15 @@ "binop": null }, "value": "_elem", - "start": 66878, - "end": 66883, + "start": 69268, + "end": 69273, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 12 }, "end": { - "line": 1470, + "line": 1512, "column": 17 } } @@ -753665,15 +754152,15 @@ "updateContext": null }, "value": "=", - "start": 66892, - "end": 66893, + "start": 69282, + "end": 69283, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 26 }, "end": { - "line": 1470, + "line": 1512, "column": 27 } } @@ -753693,15 +754180,15 @@ "updateContext": null }, "value": "this", - "start": 66894, - "end": 66898, + "start": 69284, + "end": 69288, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 28 }, "end": { - "line": 1470, + "line": 1512, "column": 32 } } @@ -753719,15 +754206,15 @@ "binop": null, "updateContext": null }, - "start": 66898, - "end": 66899, + "start": 69288, + "end": 69289, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 32 }, "end": { - "line": 1470, + "line": 1512, "column": 33 } } @@ -753745,15 +754232,15 @@ "binop": null }, "value": "_element", - "start": 66899, - "end": 66907, + "start": 69289, + "end": 69297, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 33 }, "end": { - "line": 1470, + "line": 1512, "column": 41 } } @@ -753771,15 +754258,15 @@ "binop": null, "updateContext": null }, - "start": 66907, - "end": 66908, + "start": 69297, + "end": 69298, "loc": { "start": { - "line": 1470, + "line": 1512, "column": 41 }, "end": { - "line": 1470, + "line": 1512, "column": 42 } } @@ -753797,15 +754284,15 @@ "binop": null }, "value": "_event_list", - "start": 66921, - "end": 66932, + "start": 69311, + "end": 69322, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 12 }, "end": { - "line": 1471, + "line": 1513, "column": 23 } } @@ -753824,15 +754311,15 @@ "updateContext": null }, "value": "=", - "start": 66935, - "end": 66936, + "start": 69325, + "end": 69326, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 26 }, "end": { - "line": 1471, + "line": 1513, "column": 27 } } @@ -753850,15 +754337,15 @@ "binop": null }, "value": "$", - "start": 66937, - "end": 66938, + "start": 69327, + "end": 69328, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 28 }, "end": { - "line": 1471, + "line": 1513, "column": 29 } } @@ -753875,15 +754362,15 @@ "postfix": false, "binop": null }, - "start": 66938, - "end": 66939, + "start": 69328, + "end": 69329, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 29 }, "end": { - "line": 1471, + "line": 1513, "column": 30 } } @@ -753901,15 +754388,15 @@ "binop": null }, "value": "_elem", - "start": 66939, - "end": 66944, + "start": 69329, + "end": 69334, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 30 }, "end": { - "line": 1471, + "line": 1513, "column": 35 } } @@ -753926,15 +754413,15 @@ "postfix": false, "binop": null }, - "start": 66944, - "end": 66945, + "start": 69334, + "end": 69335, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 35 }, "end": { - "line": 1471, + "line": 1513, "column": 36 } } @@ -753952,15 +754439,15 @@ "binop": null, "updateContext": null }, - "start": 66945, - "end": 66946, + "start": 69335, + "end": 69336, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 36 }, "end": { - "line": 1471, + "line": 1513, "column": 37 } } @@ -753978,15 +754465,15 @@ "binop": null }, "value": "find", - "start": 66946, - "end": 66950, + "start": 69336, + "end": 69340, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 37 }, "end": { - "line": 1471, + "line": 1513, "column": 41 } } @@ -754003,15 +754490,15 @@ "postfix": false, "binop": null }, - "start": 66950, - "end": 66951, + "start": 69340, + "end": 69341, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 41 }, "end": { - "line": 1471, + "line": 1513, "column": 42 } } @@ -754029,15 +754516,15 @@ "binop": null }, "value": "Selector", - "start": 66952, - "end": 66960, + "start": 69342, + "end": 69350, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 43 }, "end": { - "line": 1471, + "line": 1513, "column": 51 } } @@ -754055,15 +754542,15 @@ "binop": null, "updateContext": null }, - "start": 66960, - "end": 66961, + "start": 69350, + "end": 69351, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 51 }, "end": { - "line": 1471, + "line": 1513, "column": 52 } } @@ -754081,15 +754568,15 @@ "binop": null }, "value": "DEFAULT_EVENTS", - "start": 66961, - "end": 66975, + "start": 69351, + "end": 69365, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 52 }, "end": { - "line": 1471, + "line": 1513, "column": 66 } } @@ -754106,15 +754593,15 @@ "postfix": false, "binop": null }, - "start": 66976, - "end": 66977, + "start": 69366, + "end": 69367, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 67 }, "end": { - "line": 1471, + "line": 1513, "column": 68 } } @@ -754132,15 +754619,15 @@ "binop": null, "updateContext": null }, - "start": 66977, - "end": 66978, + "start": 69367, + "end": 69368, "loc": { "start": { - "line": 1471, + "line": 1513, "column": 68 }, "end": { - "line": 1471, + "line": 1513, "column": 69 } } @@ -754158,15 +754645,15 @@ "binop": null }, "value": "_cnt", - "start": 66991, - "end": 66995, + "start": 69381, + "end": 69385, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 12 }, "end": { - "line": 1472, + "line": 1514, "column": 16 } } @@ -754185,15 +754672,15 @@ "updateContext": null }, "value": "=", - "start": 67005, - "end": 67006, + "start": 69395, + "end": 69396, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 26 }, "end": { - "line": 1472, + "line": 1514, "column": 27 } } @@ -754212,15 +754699,15 @@ "updateContext": null }, "value": 0, - "start": 67007, - "end": 67008, + "start": 69397, + "end": 69398, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 28 }, "end": { - "line": 1472, + "line": 1514, "column": 29 } } @@ -754238,15 +754725,15 @@ "binop": null, "updateContext": null }, - "start": 67008, - "end": 67009, + "start": 69398, + "end": 69399, "loc": { "start": { - "line": 1472, + "line": 1514, "column": 29 }, "end": { - "line": 1472, + "line": 1514, "column": 30 } } @@ -754264,15 +754751,15 @@ "binop": null }, "value": "events", - "start": 67022, - "end": 67028, + "start": 69412, + "end": 69418, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 12 }, "end": { - "line": 1473, + "line": 1515, "column": 18 } } @@ -754291,15 +754778,15 @@ "updateContext": null }, "value": "=", - "start": 67036, - "end": 67037, + "start": 69426, + "end": 69427, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 26 }, "end": { - "line": 1473, + "line": 1515, "column": 27 } } @@ -754317,15 +754804,15 @@ "binop": null, "updateContext": null }, - "start": 67038, - "end": 67039, + "start": 69428, + "end": 69429, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 28 }, "end": { - "line": 1473, + "line": 1515, "column": 29 } } @@ -754343,15 +754830,15 @@ "binop": null, "updateContext": null }, - "start": 67039, - "end": 67040, + "start": 69429, + "end": 69430, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 29 }, "end": { - "line": 1473, + "line": 1515, "column": 30 } } @@ -754369,15 +754856,15 @@ "binop": null, "updateContext": null }, - "start": 67040, - "end": 67041, + "start": 69430, + "end": 69431, "loc": { "start": { - "line": 1473, + "line": 1515, "column": 30 }, "end": { - "line": 1473, + "line": 1515, "column": 31 } } @@ -754395,15 +754882,15 @@ "binop": null }, "value": "lastEventId", - "start": 67054, - "end": 67065, + "start": 69444, + "end": 69455, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 12 }, "end": { - "line": 1474, + "line": 1516, "column": 23 } } @@ -754422,15 +754909,15 @@ "updateContext": null }, "value": "=", - "start": 67068, - "end": 67069, + "start": 69458, + "end": 69459, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 26 }, "end": { - "line": 1474, + "line": 1516, "column": 27 } } @@ -754449,15 +754936,15 @@ "updateContext": null }, "value": 0, - "start": 67070, - "end": 67071, + "start": 69460, + "end": 69461, "loc": { "start": { - "line": 1474, + "line": 1516, "column": 28 }, "end": { - "line": 1474, + "line": 1516, "column": 29 } } @@ -754475,15 +754962,15 @@ "binop": null }, "value": "_event_list", - "start": 67089, - "end": 67100, + "start": 69479, + "end": 69490, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 8 }, "end": { - "line": 1476, + "line": 1518, "column": 19 } } @@ -754501,15 +754988,15 @@ "binop": null, "updateContext": null }, - "start": 67100, - "end": 67101, + "start": 69490, + "end": 69491, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 19 }, "end": { - "line": 1476, + "line": 1518, "column": 20 } } @@ -754527,15 +755014,15 @@ "binop": null }, "value": "children", - "start": 67101, - "end": 67109, + "start": 69491, + "end": 69499, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 20 }, "end": { - "line": 1476, + "line": 1518, "column": 28 } } @@ -754552,15 +755039,15 @@ "postfix": false, "binop": null }, - "start": 67109, - "end": 67110, + "start": 69499, + "end": 69500, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 28 }, "end": { - "line": 1476, + "line": 1518, "column": 29 } } @@ -754577,15 +755064,15 @@ "postfix": false, "binop": null }, - "start": 67110, - "end": 67111, + "start": 69500, + "end": 69501, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 29 }, "end": { - "line": 1476, + "line": 1518, "column": 30 } } @@ -754603,15 +755090,15 @@ "binop": null, "updateContext": null }, - "start": 67111, - "end": 67112, + "start": 69501, + "end": 69502, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 30 }, "end": { - "line": 1476, + "line": 1518, "column": 31 } } @@ -754629,15 +755116,15 @@ "binop": null }, "value": "each", - "start": 67112, - "end": 67116, + "start": 69502, + "end": 69506, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 31 }, "end": { - "line": 1476, + "line": 1518, "column": 35 } } @@ -754654,15 +755141,15 @@ "postfix": false, "binop": null }, - "start": 67116, - "end": 67117, + "start": 69506, + "end": 69507, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 35 }, "end": { - "line": 1476, + "line": 1518, "column": 36 } } @@ -754681,15 +755168,15 @@ "binop": null }, "value": "function", - "start": 67117, - "end": 67125, + "start": 69507, + "end": 69515, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 36 }, "end": { - "line": 1476, + "line": 1518, "column": 44 } } @@ -754706,15 +755193,15 @@ "postfix": false, "binop": null }, - "start": 67125, - "end": 67126, + "start": 69515, + "end": 69516, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 44 }, "end": { - "line": 1476, + "line": 1518, "column": 45 } } @@ -754731,15 +755218,15 @@ "postfix": false, "binop": null }, - "start": 67126, - "end": 67127, + "start": 69516, + "end": 69517, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 45 }, "end": { - "line": 1476, + "line": 1518, "column": 46 } } @@ -754756,15 +755243,15 @@ "postfix": false, "binop": null }, - "start": 67128, - "end": 67129, + "start": 69518, + "end": 69519, "loc": { "start": { - "line": 1476, + "line": 1518, "column": 47 }, "end": { - "line": 1476, + "line": 1518, "column": 48 } } @@ -754784,15 +755271,15 @@ "updateContext": null }, "value": "let", - "start": 67142, - "end": 67145, + "start": 69532, + "end": 69535, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 12 }, "end": { - "line": 1477, + "line": 1519, "column": 15 } } @@ -754810,15 +755297,15 @@ "binop": null }, "value": "_attr", - "start": 67146, - "end": 67151, + "start": 69536, + "end": 69541, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 16 }, "end": { - "line": 1477, + "line": 1519, "column": 21 } } @@ -754837,15 +755324,15 @@ "updateContext": null }, "value": "=", - "start": 67152, - "end": 67153, + "start": 69542, + "end": 69543, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 22 }, "end": { - "line": 1477, + "line": 1519, "column": 23 } } @@ -754863,15 +755350,15 @@ "binop": null }, "value": "$", - "start": 67154, - "end": 67155, + "start": 69544, + "end": 69545, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 24 }, "end": { - "line": 1477, + "line": 1519, "column": 25 } } @@ -754888,15 +755375,15 @@ "postfix": false, "binop": null }, - "start": 67155, - "end": 67156, + "start": 69545, + "end": 69546, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 25 }, "end": { - "line": 1477, + "line": 1519, "column": 26 } } @@ -754916,15 +755403,15 @@ "updateContext": null }, "value": "this", - "start": 67156, - "end": 67160, + "start": 69546, + "end": 69550, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 26 }, "end": { - "line": 1477, + "line": 1519, "column": 30 } } @@ -754941,15 +755428,15 @@ "postfix": false, "binop": null }, - "start": 67160, - "end": 67161, + "start": 69550, + "end": 69551, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 30 }, "end": { - "line": 1477, + "line": 1519, "column": 31 } } @@ -754967,15 +755454,15 @@ "binop": null, "updateContext": null }, - "start": 67161, - "end": 67162, + "start": 69551, + "end": 69552, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 31 }, "end": { - "line": 1477, + "line": 1519, "column": 32 } } @@ -754993,15 +755480,15 @@ "binop": null }, "value": "attr", - "start": 67162, - "end": 67166, + "start": 69552, + "end": 69556, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 32 }, "end": { - "line": 1477, + "line": 1519, "column": 36 } } @@ -755018,15 +755505,15 @@ "postfix": false, "binop": null }, - "start": 67166, - "end": 67167, + "start": 69556, + "end": 69557, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 36 }, "end": { - "line": 1477, + "line": 1519, "column": 37 } } @@ -755045,15 +755532,15 @@ "updateContext": null }, "value": "data-timeline-node", - "start": 67168, - "end": 67188, + "start": 69558, + "end": 69578, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 38 }, "end": { - "line": 1477, + "line": 1519, "column": 58 } } @@ -755070,15 +755557,15 @@ "postfix": false, "binop": null }, - "start": 67189, - "end": 67190, + "start": 69579, + "end": 69580, "loc": { "start": { - "line": 1477, + "line": 1519, "column": 59 }, "end": { - "line": 1477, + "line": 1519, "column": 60 } } @@ -755098,15 +755585,15 @@ "updateContext": null }, "value": "if", - "start": 67216, - "end": 67218, + "start": 69606, + "end": 69608, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 12 }, "end": { - "line": 1479, + "line": 1521, "column": 14 } } @@ -755123,15 +755610,15 @@ "postfix": false, "binop": null }, - "start": 67219, - "end": 67220, + "start": 69609, + "end": 69610, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 15 }, "end": { - "line": 1479, + "line": 1521, "column": 16 } } @@ -755151,15 +755638,15 @@ "updateContext": null }, "value": "typeof", - "start": 67221, - "end": 67227, + "start": 69611, + "end": 69617, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 17 }, "end": { - "line": 1479, + "line": 1521, "column": 23 } } @@ -755177,15 +755664,15 @@ "binop": null }, "value": "_attr", - "start": 67228, - "end": 67233, + "start": 69618, + "end": 69623, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 24 }, "end": { - "line": 1479, + "line": 1521, "column": 29 } } @@ -755204,15 +755691,15 @@ "updateContext": null }, "value": "!==", - "start": 67234, - "end": 67237, + "start": 69624, + "end": 69627, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 30 }, "end": { - "line": 1479, + "line": 1521, "column": 33 } } @@ -755231,15 +755718,15 @@ "updateContext": null }, "value": "undefined", - "start": 67238, - "end": 67249, + "start": 69628, + "end": 69639, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 34 }, "end": { - "line": 1479, + "line": 1521, "column": 45 } } @@ -755258,15 +755745,15 @@ "updateContext": null }, "value": "&&", - "start": 67250, - "end": 67252, + "start": 69640, + "end": 69642, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 46 }, "end": { - "line": 1479, + "line": 1521, "column": 48 } } @@ -755284,15 +755771,15 @@ "binop": null }, "value": "_attr", - "start": 67253, - "end": 67258, + "start": 69643, + "end": 69648, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 49 }, "end": { - "line": 1479, + "line": 1521, "column": 54 } } @@ -755311,15 +755798,15 @@ "updateContext": null }, "value": "!==", - "start": 67259, - "end": 67262, + "start": 69649, + "end": 69652, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 55 }, "end": { - "line": 1479, + "line": 1521, "column": 58 } } @@ -755339,15 +755826,15 @@ "updateContext": null }, "value": "false", - "start": 67263, - "end": 67268, + "start": 69653, + "end": 69658, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 59 }, "end": { - "line": 1479, + "line": 1521, "column": 64 } } @@ -755364,15 +755851,15 @@ "postfix": false, "binop": null }, - "start": 67269, - "end": 67270, + "start": 69659, + "end": 69660, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 65 }, "end": { - "line": 1479, + "line": 1521, "column": 66 } } @@ -755389,15 +755876,15 @@ "postfix": false, "binop": null }, - "start": 67271, - "end": 67272, + "start": 69661, + "end": 69662, "loc": { "start": { - "line": 1479, + "line": 1521, "column": 67 }, "end": { - "line": 1479, + "line": 1521, "column": 68 } } @@ -755415,15 +755902,15 @@ "binop": null }, "value": "_cnt", - "start": 67289, - "end": 67293, + "start": 69679, + "end": 69683, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 16 }, "end": { - "line": 1480, + "line": 1522, "column": 20 } } @@ -755441,15 +755928,15 @@ "binop": null }, "value": "++", - "start": 67293, - "end": 67295, + "start": 69683, + "end": 69685, "loc": { "start": { - "line": 1480, + "line": 1522, "column": 20 }, "end": { - "line": 1480, + "line": 1522, "column": 22 } } @@ -755466,15 +755953,15 @@ "postfix": false, "binop": null }, - "start": 67308, - "end": 67309, + "start": 69698, + "end": 69699, "loc": { "start": { - "line": 1481, + "line": 1523, "column": 12 }, "end": { - "line": 1481, + "line": 1523, "column": 13 } } @@ -755491,15 +755978,15 @@ "postfix": false, "binop": null }, - "start": 67318, - "end": 67319, + "start": 69708, + "end": 69709, "loc": { "start": { - "line": 1482, + "line": 1524, "column": 8 }, "end": { - "line": 1482, + "line": 1524, "column": 9 } } @@ -755516,15 +756003,15 @@ "postfix": false, "binop": null }, - "start": 67319, - "end": 67320, + "start": 69709, + "end": 69710, "loc": { "start": { - "line": 1482, + "line": 1524, "column": 9 }, "end": { - "line": 1482, + "line": 1524, "column": 10 } } @@ -755544,15 +756031,15 @@ "updateContext": null }, "value": "if", - "start": 67338, - "end": 67340, + "start": 69728, + "end": 69730, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 8 }, "end": { - "line": 1484, + "line": 1526, "column": 10 } } @@ -755569,15 +756056,15 @@ "postfix": false, "binop": null }, - "start": 67341, - "end": 67342, + "start": 69731, + "end": 69732, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 11 }, "end": { - "line": 1484, + "line": 1526, "column": 12 } } @@ -755595,15 +756082,15 @@ "binop": null }, "value": "_event_list", - "start": 67343, - "end": 67354, + "start": 69733, + "end": 69744, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 13 }, "end": { - "line": 1484, + "line": 1526, "column": 24 } } @@ -755621,15 +756108,15 @@ "binop": null, "updateContext": null }, - "start": 67354, - "end": 67355, + "start": 69744, + "end": 69745, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 24 }, "end": { - "line": 1484, + "line": 1526, "column": 25 } } @@ -755647,15 +756134,15 @@ "binop": null }, "value": "length", - "start": 67355, - "end": 67361, + "start": 69745, + "end": 69751, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 25 }, "end": { - "line": 1484, + "line": 1526, "column": 31 } } @@ -755674,15 +756161,15 @@ "updateContext": null }, "value": "==", - "start": 67362, - "end": 67364, + "start": 69752, + "end": 69754, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 32 }, "end": { - "line": 1484, + "line": 1526, "column": 34 } } @@ -755701,15 +756188,15 @@ "updateContext": null }, "value": 0, - "start": 67365, - "end": 67366, + "start": 69755, + "end": 69756, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 35 }, "end": { - "line": 1484, + "line": 1526, "column": 36 } } @@ -755728,15 +756215,15 @@ "updateContext": null }, "value": "||", - "start": 67367, - "end": 67369, + "start": 69757, + "end": 69759, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 37 }, "end": { - "line": 1484, + "line": 1526, "column": 39 } } @@ -755754,15 +756241,15 @@ "binop": null }, "value": "_cnt", - "start": 67370, - "end": 67374, + "start": 69760, + "end": 69764, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 40 }, "end": { - "line": 1484, + "line": 1526, "column": 44 } } @@ -755781,15 +756268,15 @@ "updateContext": null }, "value": "==", - "start": 67375, - "end": 67377, + "start": 69765, + "end": 69767, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 45 }, "end": { - "line": 1484, + "line": 1526, "column": 47 } } @@ -755808,15 +756295,15 @@ "updateContext": null }, "value": 0, - "start": 67378, - "end": 67379, + "start": 69768, + "end": 69769, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 48 }, "end": { - "line": 1484, + "line": 1526, "column": 49 } } @@ -755833,15 +756320,15 @@ "postfix": false, "binop": null }, - "start": 67380, - "end": 67381, + "start": 69770, + "end": 69771, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 50 }, "end": { - "line": 1484, + "line": 1526, "column": 51 } } @@ -755858,15 +756345,15 @@ "postfix": false, "binop": null }, - "start": 67382, - "end": 67383, + "start": 69772, + "end": 69773, "loc": { "start": { - "line": 1484, + "line": 1526, "column": 52 }, "end": { - "line": 1484, + "line": 1526, "column": 53 } } @@ -755886,15 +756373,15 @@ "updateContext": null }, "value": "this", - "start": 67396, - "end": 67400, + "start": 69786, + "end": 69790, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 12 }, "end": { - "line": 1485, + "line": 1527, "column": 16 } } @@ -755912,15 +756399,15 @@ "binop": null, "updateContext": null }, - "start": 67400, - "end": 67401, + "start": 69790, + "end": 69791, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 16 }, "end": { - "line": 1485, + "line": 1527, "column": 17 } } @@ -755938,15 +756425,15 @@ "binop": null }, "value": "_debug", - "start": 67401, - "end": 67407, + "start": 69791, + "end": 69797, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 17 }, "end": { - "line": 1485, + "line": 1527, "column": 23 } } @@ -755963,15 +756450,15 @@ "postfix": false, "binop": null }, - "start": 67407, - "end": 67408, + "start": 69797, + "end": 69798, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 23 }, "end": { - "line": 1485, + "line": 1527, "column": 24 } } @@ -755990,15 +756477,15 @@ "updateContext": null }, "value": "Enable event does not exist.", - "start": 67409, - "end": 67439, + "start": 69799, + "end": 69829, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 25 }, "end": { - "line": 1485, + "line": 1527, "column": 55 } } @@ -756015,15 +756502,15 @@ "postfix": false, "binop": null }, - "start": 67440, - "end": 67441, + "start": 69830, + "end": 69831, "loc": { "start": { - "line": 1485, + "line": 1527, "column": 56 }, "end": { - "line": 1485, + "line": 1527, "column": 57 } } @@ -756040,15 +756527,15 @@ "postfix": false, "binop": null }, - "start": 67450, - "end": 67451, + "start": 69840, + "end": 69841, "loc": { "start": { - "line": 1486, + "line": 1528, "column": 8 }, "end": { - "line": 1486, + "line": 1528, "column": 9 } } @@ -756056,15 +756543,15 @@ { "type": "CommentLine", "value": " Register Event Data", - "start": 67469, - "end": 67491, + "start": 69859, + "end": 69881, "loc": { "start": { - "line": 1488, + "line": 1530, "column": 8 }, "end": { - "line": 1488, + "line": 1530, "column": 30 } } @@ -756082,15 +756569,15 @@ "binop": null }, "value": "_event_list", - "start": 67500, - "end": 67511, + "start": 69890, + "end": 69901, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 8 }, "end": { - "line": 1489, + "line": 1531, "column": 19 } } @@ -756108,15 +756595,15 @@ "binop": null, "updateContext": null }, - "start": 67511, - "end": 67512, + "start": 69901, + "end": 69902, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 19 }, "end": { - "line": 1489, + "line": 1531, "column": 20 } } @@ -756134,15 +756621,15 @@ "binop": null }, "value": "children", - "start": 67512, - "end": 67520, + "start": 69902, + "end": 69910, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 20 }, "end": { - "line": 1489, + "line": 1531, "column": 28 } } @@ -756159,15 +756646,15 @@ "postfix": false, "binop": null }, - "start": 67520, - "end": 67521, + "start": 69910, + "end": 69911, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 28 }, "end": { - "line": 1489, + "line": 1531, "column": 29 } } @@ -756184,15 +756671,15 @@ "postfix": false, "binop": null }, - "start": 67521, - "end": 67522, + "start": 69911, + "end": 69912, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 29 }, "end": { - "line": 1489, + "line": 1531, "column": 30 } } @@ -756210,15 +756697,15 @@ "binop": null, "updateContext": null }, - "start": 67522, - "end": 67523, + "start": 69912, + "end": 69913, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 30 }, "end": { - "line": 1489, + "line": 1531, "column": 31 } } @@ -756236,15 +756723,15 @@ "binop": null }, "value": "each", - "start": 67523, - "end": 67527, + "start": 69913, + "end": 69917, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 31 }, "end": { - "line": 1489, + "line": 1531, "column": 35 } } @@ -756261,15 +756748,15 @@ "postfix": false, "binop": null }, - "start": 67527, - "end": 67528, + "start": 69917, + "end": 69918, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 35 }, "end": { - "line": 1489, + "line": 1531, "column": 36 } } @@ -756288,15 +756775,15 @@ "binop": null }, "value": "function", - "start": 67528, - "end": 67536, + "start": 69918, + "end": 69926, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 36 }, "end": { - "line": 1489, + "line": 1531, "column": 44 } } @@ -756313,15 +756800,15 @@ "postfix": false, "binop": null }, - "start": 67536, - "end": 67537, + "start": 69926, + "end": 69927, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 44 }, "end": { - "line": 1489, + "line": 1531, "column": 45 } } @@ -756338,15 +756825,15 @@ "postfix": false, "binop": null }, - "start": 67537, - "end": 67538, + "start": 69927, + "end": 69928, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 45 }, "end": { - "line": 1489, + "line": 1531, "column": 46 } } @@ -756363,15 +756850,15 @@ "postfix": false, "binop": null }, - "start": 67539, - "end": 67540, + "start": 69929, + "end": 69930, "loc": { "start": { - "line": 1489, + "line": 1531, "column": 47 }, "end": { - "line": 1489, + "line": 1531, "column": 48 } } @@ -756391,15 +756878,15 @@ "updateContext": null }, "value": "let", - "start": 67553, - "end": 67556, + "start": 69943, + "end": 69946, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 12 }, "end": { - "line": 1490, + "line": 1532, "column": 15 } } @@ -756417,15 +756904,15 @@ "binop": null }, "value": "_evt_params", - "start": 67557, - "end": 67568, + "start": 69947, + "end": 69958, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 16 }, "end": { - "line": 1490, + "line": 1532, "column": 27 } } @@ -756444,15 +756931,15 @@ "updateContext": null }, "value": "=", - "start": 67569, - "end": 67570, + "start": 69959, + "end": 69960, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 28 }, "end": { - "line": 1490, + "line": 1532, "column": 29 } } @@ -756470,15 +756957,15 @@ "binop": null }, "value": "_that", - "start": 67571, - "end": 67576, + "start": 69961, + "end": 69966, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 30 }, "end": { - "line": 1490, + "line": 1532, "column": 35 } } @@ -756496,15 +756983,15 @@ "binop": null, "updateContext": null }, - "start": 67576, - "end": 67577, + "start": 69966, + "end": 69967, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 35 }, "end": { - "line": 1490, + "line": 1532, "column": 36 } } @@ -756522,15 +757009,15 @@ "binop": null }, "value": "_getPluggableParams", - "start": 67577, - "end": 67596, + "start": 69967, + "end": 69986, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 36 }, "end": { - "line": 1490, + "line": 1532, "column": 55 } } @@ -756547,15 +757034,15 @@ "postfix": false, "binop": null }, - "start": 67596, - "end": 67597, + "start": 69986, + "end": 69987, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 55 }, "end": { - "line": 1490, + "line": 1532, "column": 56 } } @@ -756573,15 +757060,15 @@ "binop": null }, "value": "$", - "start": 67598, - "end": 67599, + "start": 69988, + "end": 69989, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 57 }, "end": { - "line": 1490, + "line": 1532, "column": 58 } } @@ -756598,15 +757085,15 @@ "postfix": false, "binop": null }, - "start": 67599, - "end": 67600, + "start": 69989, + "end": 69990, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 58 }, "end": { - "line": 1490, + "line": 1532, "column": 59 } } @@ -756626,15 +757113,15 @@ "updateContext": null }, "value": "this", - "start": 67600, - "end": 67604, + "start": 69990, + "end": 69994, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 59 }, "end": { - "line": 1490, + "line": 1532, "column": 63 } } @@ -756651,15 +757138,15 @@ "postfix": false, "binop": null }, - "start": 67604, - "end": 67605, + "start": 69994, + "end": 69995, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 63 }, "end": { - "line": 1490, + "line": 1532, "column": 64 } } @@ -756677,15 +757164,15 @@ "binop": null, "updateContext": null }, - "start": 67605, - "end": 67606, + "start": 69995, + "end": 69996, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 64 }, "end": { - "line": 1490, + "line": 1532, "column": 65 } } @@ -756703,15 +757190,15 @@ "binop": null }, "value": "attr", - "start": 67606, - "end": 67610, + "start": 69996, + "end": 70000, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 65 }, "end": { - "line": 1490, + "line": 1532, "column": 69 } } @@ -756728,15 +757215,15 @@ "postfix": false, "binop": null }, - "start": 67610, - "end": 67611, + "start": 70000, + "end": 70001, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 69 }, "end": { - "line": 1490, + "line": 1532, "column": 70 } } @@ -756755,15 +757242,15 @@ "updateContext": null }, "value": "data-timeline-node", - "start": 67612, - "end": 67632, + "start": 70002, + "end": 70022, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 71 }, "end": { - "line": 1490, + "line": 1532, "column": 91 } } @@ -756780,15 +757267,15 @@ "postfix": false, "binop": null }, - "start": 67633, - "end": 67634, + "start": 70023, + "end": 70024, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 92 }, "end": { - "line": 1490, + "line": 1532, "column": 93 } } @@ -756805,15 +757292,15 @@ "postfix": false, "binop": null }, - "start": 67635, - "end": 67636, + "start": 70025, + "end": 70026, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 94 }, "end": { - "line": 1490, + "line": 1532, "column": 95 } } @@ -756831,15 +757318,15 @@ "binop": null, "updateContext": null }, - "start": 67636, - "end": 67637, + "start": 70026, + "end": 70027, "loc": { "start": { - "line": 1490, + "line": 1532, "column": 95 }, "end": { - "line": 1490, + "line": 1532, "column": 96 } } @@ -756857,15 +757344,15 @@ "binop": null }, "value": "_one_event", - "start": 67654, - "end": 67664, + "start": 70044, + "end": 70054, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 16 }, "end": { - "line": 1491, + "line": 1533, "column": 26 } } @@ -756884,15 +757371,15 @@ "updateContext": null }, "value": "=", - "start": 67666, - "end": 67667, + "start": 70056, + "end": 70057, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 28 }, "end": { - "line": 1491, + "line": 1533, "column": 29 } } @@ -756909,15 +757396,15 @@ "postfix": false, "binop": null }, - "start": 67668, - "end": 67669, + "start": 70058, + "end": 70059, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 30 }, "end": { - "line": 1491, + "line": 1533, "column": 31 } } @@ -756934,15 +757421,15 @@ "postfix": false, "binop": null }, - "start": 67669, - "end": 67670, + "start": 70059, + "end": 70060, "loc": { "start": { - "line": 1491, + "line": 1533, "column": 31 }, "end": { - "line": 1491, + "line": 1533, "column": 32 } } @@ -756962,15 +757449,15 @@ "updateContext": null }, "value": "if", - "start": 67696, - "end": 67698, + "start": 70086, + "end": 70088, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 12 }, "end": { - "line": 1493, + "line": 1535, "column": 14 } } @@ -756987,15 +757474,15 @@ "postfix": false, "binop": null }, - "start": 67699, - "end": 67700, + "start": 70089, + "end": 70090, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 15 }, "end": { - "line": 1493, + "line": 1535, "column": 16 } } @@ -757014,15 +757501,15 @@ "updateContext": null }, "value": "!", - "start": 67701, - "end": 67702, + "start": 70091, + "end": 70092, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 17 }, "end": { - "line": 1493, + "line": 1535, "column": 18 } } @@ -757040,15 +757527,15 @@ "binop": null }, "value": "_that", - "start": 67703, - "end": 67708, + "start": 70093, + "end": 70098, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 19 }, "end": { - "line": 1493, + "line": 1535, "column": 24 } } @@ -757066,15 +757553,15 @@ "binop": null, "updateContext": null }, - "start": 67708, - "end": 67709, + "start": 70098, + "end": 70099, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 24 }, "end": { - "line": 1493, + "line": 1535, "column": 25 } } @@ -757092,15 +757579,15 @@ "binop": null }, "value": "is_empty", - "start": 67709, - "end": 67717, + "start": 70099, + "end": 70107, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 25 }, "end": { - "line": 1493, + "line": 1535, "column": 33 } } @@ -757117,15 +757604,15 @@ "postfix": false, "binop": null }, - "start": 67717, - "end": 67718, + "start": 70107, + "end": 70108, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 33 }, "end": { - "line": 1493, + "line": 1535, "column": 34 } } @@ -757143,15 +757630,15 @@ "binop": null }, "value": "_evt_params", - "start": 67719, - "end": 67730, + "start": 70109, + "end": 70120, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 35 }, "end": { - "line": 1493, + "line": 1535, "column": 46 } } @@ -757168,15 +757655,15 @@ "postfix": false, "binop": null }, - "start": 67731, - "end": 67732, + "start": 70121, + "end": 70122, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 47 }, "end": { - "line": 1493, + "line": 1535, "column": 48 } } @@ -757193,15 +757680,15 @@ "postfix": false, "binop": null }, - "start": 67733, - "end": 67734, + "start": 70123, + "end": 70124, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 49 }, "end": { - "line": 1493, + "line": 1535, "column": 50 } } @@ -757218,15 +757705,15 @@ "postfix": false, "binop": null }, - "start": 67735, - "end": 67736, + "start": 70125, + "end": 70126, "loc": { "start": { - "line": 1493, + "line": 1535, "column": 51 }, "end": { - "line": 1493, + "line": 1535, "column": 52 } } @@ -757244,15 +757731,15 @@ "binop": null }, "value": "_one_event", - "start": 67753, - "end": 67763, + "start": 70143, + "end": 70153, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 16 }, "end": { - "line": 1494, + "line": 1536, "column": 26 } } @@ -757271,15 +757758,15 @@ "updateContext": null }, "value": "=", - "start": 67764, - "end": 67765, + "start": 70154, + "end": 70155, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 27 }, "end": { - "line": 1494, + "line": 1536, "column": 28 } } @@ -757297,15 +757784,15 @@ "binop": null }, "value": "_that", - "start": 67766, - "end": 67771, + "start": 70156, + "end": 70161, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 29 }, "end": { - "line": 1494, + "line": 1536, "column": 34 } } @@ -757323,15 +757810,15 @@ "binop": null, "updateContext": null }, - "start": 67771, - "end": 67772, + "start": 70161, + "end": 70162, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 34 }, "end": { - "line": 1494, + "line": 1536, "column": 35 } } @@ -757349,15 +757836,15 @@ "binop": null }, "value": "_registerEventData", - "start": 67772, - "end": 67790, + "start": 70162, + "end": 70180, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 35 }, "end": { - "line": 1494, + "line": 1536, "column": 53 } } @@ -757374,15 +757861,15 @@ "postfix": false, "binop": null }, - "start": 67790, - "end": 67791, + "start": 70180, + "end": 70181, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 53 }, "end": { - "line": 1494, + "line": 1536, "column": 54 } } @@ -757402,15 +757889,15 @@ "updateContext": null }, "value": "this", - "start": 67792, - "end": 67796, + "start": 70182, + "end": 70186, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 55 }, "end": { - "line": 1494, + "line": 1536, "column": 59 } } @@ -757428,15 +757915,15 @@ "binop": null, "updateContext": null }, - "start": 67796, - "end": 67797, + "start": 70186, + "end": 70187, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 59 }, "end": { - "line": 1494, + "line": 1536, "column": 60 } } @@ -757454,15 +757941,15 @@ "binop": null }, "value": "_evt_params", - "start": 67798, - "end": 67809, + "start": 70188, + "end": 70199, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 61 }, "end": { - "line": 1494, + "line": 1536, "column": 72 } } @@ -757479,15 +757966,15 @@ "postfix": false, "binop": null }, - "start": 67810, - "end": 67811, + "start": 70200, + "end": 70201, "loc": { "start": { - "line": 1494, + "line": 1536, "column": 73 }, "end": { - "line": 1494, + "line": 1536, "column": 74 } } @@ -757505,15 +757992,15 @@ "binop": null }, "value": "events", - "start": 67828, - "end": 67834, + "start": 70218, + "end": 70224, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 16 }, "end": { - "line": 1495, + "line": 1537, "column": 22 } } @@ -757531,15 +758018,15 @@ "binop": null, "updateContext": null }, - "start": 67834, - "end": 67835, + "start": 70224, + "end": 70225, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 22 }, "end": { - "line": 1495, + "line": 1537, "column": 23 } } @@ -757557,15 +758044,15 @@ "binop": null }, "value": "push", - "start": 67835, - "end": 67839, + "start": 70225, + "end": 70229, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 23 }, "end": { - "line": 1495, + "line": 1537, "column": 27 } } @@ -757582,15 +758069,15 @@ "postfix": false, "binop": null }, - "start": 67839, - "end": 67840, + "start": 70229, + "end": 70230, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 27 }, "end": { - "line": 1495, + "line": 1537, "column": 28 } } @@ -757608,15 +758095,15 @@ "binop": null }, "value": "_one_event", - "start": 67841, - "end": 67851, + "start": 70231, + "end": 70241, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 29 }, "end": { - "line": 1495, + "line": 1537, "column": 39 } } @@ -757633,15 +758120,15 @@ "postfix": false, "binop": null }, - "start": 67852, - "end": 67853, + "start": 70242, + "end": 70243, "loc": { "start": { - "line": 1495, + "line": 1537, "column": 40 }, "end": { - "line": 1495, + "line": 1537, "column": 41 } } @@ -757659,15 +758146,15 @@ "binop": null }, "value": "lastEventId", - "start": 67870, - "end": 67881, + "start": 70260, + "end": 70271, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 16 }, "end": { - "line": 1496, + "line": 1538, "column": 27 } } @@ -757686,15 +758173,15 @@ "updateContext": null }, "value": "=", - "start": 67882, - "end": 67883, + "start": 70272, + "end": 70273, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 28 }, "end": { - "line": 1496, + "line": 1538, "column": 29 } } @@ -757712,15 +758199,15 @@ "binop": null }, "value": "Math", - "start": 67884, - "end": 67888, + "start": 70274, + "end": 70278, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 30 }, "end": { - "line": 1496, + "line": 1538, "column": 34 } } @@ -757738,15 +758225,15 @@ "binop": null, "updateContext": null }, - "start": 67888, - "end": 67889, + "start": 70278, + "end": 70279, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 34 }, "end": { - "line": 1496, + "line": 1538, "column": 35 } } @@ -757764,15 +758251,15 @@ "binop": null }, "value": "max", - "start": 67889, - "end": 67892, + "start": 70279, + "end": 70282, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 35 }, "end": { - "line": 1496, + "line": 1538, "column": 38 } } @@ -757789,15 +758276,15 @@ "postfix": false, "binop": null }, - "start": 67892, - "end": 67893, + "start": 70282, + "end": 70283, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 38 }, "end": { - "line": 1496, + "line": 1538, "column": 39 } } @@ -757815,15 +758302,15 @@ "binop": null }, "value": "lastEventId", - "start": 67894, - "end": 67905, + "start": 70284, + "end": 70295, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 40 }, "end": { - "line": 1496, + "line": 1538, "column": 51 } } @@ -757841,15 +758328,15 @@ "binop": null, "updateContext": null }, - "start": 67905, - "end": 67906, + "start": 70295, + "end": 70296, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 51 }, "end": { - "line": 1496, + "line": 1538, "column": 52 } } @@ -757867,15 +758354,15 @@ "binop": null }, "value": "parseInt", - "start": 67907, - "end": 67915, + "start": 70297, + "end": 70305, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 53 }, "end": { - "line": 1496, + "line": 1538, "column": 61 } } @@ -757892,15 +758379,15 @@ "postfix": false, "binop": null }, - "start": 67915, - "end": 67916, + "start": 70305, + "end": 70306, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 61 }, "end": { - "line": 1496, + "line": 1538, "column": 62 } } @@ -757918,15 +758405,15 @@ "binop": null }, "value": "_one_event", - "start": 67917, - "end": 67927, + "start": 70307, + "end": 70317, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 63 }, "end": { - "line": 1496, + "line": 1538, "column": 73 } } @@ -757944,15 +758431,15 @@ "binop": null, "updateContext": null }, - "start": 67927, - "end": 67928, + "start": 70317, + "end": 70318, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 73 }, "end": { - "line": 1496, + "line": 1538, "column": 74 } } @@ -757970,15 +758457,15 @@ "binop": null }, "value": "eventId", - "start": 67928, - "end": 67935, + "start": 70318, + "end": 70325, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 74 }, "end": { - "line": 1496, + "line": 1538, "column": 81 } } @@ -757996,15 +758483,15 @@ "binop": null, "updateContext": null }, - "start": 67935, - "end": 67936, + "start": 70325, + "end": 70326, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 81 }, "end": { - "line": 1496, + "line": 1538, "column": 82 } } @@ -758023,15 +758510,15 @@ "updateContext": null }, "value": 10, - "start": 67937, - "end": 67939, + "start": 70327, + "end": 70329, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 83 }, "end": { - "line": 1496, + "line": 1538, "column": 85 } } @@ -758048,15 +758535,15 @@ "postfix": false, "binop": null }, - "start": 67940, - "end": 67941, + "start": 70330, + "end": 70331, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 86 }, "end": { - "line": 1496, + "line": 1538, "column": 87 } } @@ -758073,15 +758560,15 @@ "postfix": false, "binop": null }, - "start": 67942, - "end": 67943, + "start": 70332, + "end": 70333, "loc": { "start": { - "line": 1496, + "line": 1538, "column": 88 }, "end": { - "line": 1496, + "line": 1538, "column": 89 } } @@ -758098,15 +758585,15 @@ "postfix": false, "binop": null }, - "start": 67956, - "end": 67957, + "start": 70346, + "end": 70347, "loc": { "start": { - "line": 1497, + "line": 1539, "column": 12 }, "end": { - "line": 1497, + "line": 1539, "column": 13 } } @@ -758123,15 +758610,15 @@ "postfix": false, "binop": null }, - "start": 67966, - "end": 67967, + "start": 70356, + "end": 70357, "loc": { "start": { - "line": 1498, + "line": 1540, "column": 8 }, "end": { - "line": 1498, + "line": 1540, "column": 9 } } @@ -758148,15 +758635,15 @@ "postfix": false, "binop": null }, - "start": 67967, - "end": 67968, + "start": 70357, + "end": 70358, "loc": { "start": { - "line": 1498, + "line": 1540, "column": 9 }, "end": { - "line": 1498, + "line": 1540, "column": 10 } } @@ -758174,15 +758661,15 @@ "binop": null, "updateContext": null }, - "start": 67968, - "end": 67969, + "start": 70358, + "end": 70359, "loc": { "start": { - "line": 1498, + "line": 1540, "column": 10 }, "end": { - "line": 1498, + "line": 1540, "column": 11 } } @@ -758190,15 +758677,15 @@ { "type": "CommentLine", "value": " Set event id with auto increment (:> イベントIDを自動採番", - "start": 67978, - "end": 68029, + "start": 70368, + "end": 70419, "loc": { "start": { - "line": 1499, + "line": 1541, "column": 8 }, "end": { - "line": 1499, + "line": 1541, "column": 59 } } @@ -758218,15 +758705,15 @@ "updateContext": null }, "value": "let", - "start": 68038, - "end": 68041, + "start": 70428, + "end": 70431, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 8 }, "end": { - "line": 1500, + "line": 1542, "column": 11 } } @@ -758244,15 +758731,15 @@ "binop": null }, "value": "cacheIds", - "start": 68042, - "end": 68050, + "start": 70432, + "end": 70440, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 12 }, "end": { - "line": 1500, + "line": 1542, "column": 20 } } @@ -758271,15 +758758,15 @@ "updateContext": null }, "value": "=", - "start": 68051, - "end": 68052, + "start": 70441, + "end": 70442, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 21 }, "end": { - "line": 1500, + "line": 1542, "column": 22 } } @@ -758297,15 +758784,15 @@ "binop": null, "updateContext": null }, - "start": 68053, - "end": 68054, + "start": 70443, + "end": 70444, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 23 }, "end": { - "line": 1500, + "line": 1542, "column": 24 } } @@ -758323,15 +758810,15 @@ "binop": null, "updateContext": null }, - "start": 68054, - "end": 68055, + "start": 70444, + "end": 70445, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 24 }, "end": { - "line": 1500, + "line": 1542, "column": 25 } } @@ -758339,15 +758826,15 @@ { "type": "CommentLine", "value": " for checking duplication of id (:> IDの重複チェック用", - "start": 68056, - "end": 68104, + "start": 70446, + "end": 70494, "loc": { "start": { - "line": 1500, + "line": 1542, "column": 26 }, "end": { - "line": 1500, + "line": 1542, "column": 74 } } @@ -758365,15 +758852,15 @@ "binop": null }, "value": "events", - "start": 68113, - "end": 68119, + "start": 70503, + "end": 70509, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 8 }, "end": { - "line": 1501, + "line": 1543, "column": 14 } } @@ -758391,15 +758878,15 @@ "binop": null, "updateContext": null }, - "start": 68119, - "end": 68120, + "start": 70509, + "end": 70510, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 14 }, "end": { - "line": 1501, + "line": 1543, "column": 15 } } @@ -758417,15 +758904,15 @@ "binop": null }, "value": "forEach", - "start": 68120, - "end": 68127, + "start": 70510, + "end": 70517, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 15 }, "end": { - "line": 1501, + "line": 1543, "column": 22 } } @@ -758442,15 +758929,15 @@ "postfix": false, "binop": null }, - "start": 68127, - "end": 68128, + "start": 70517, + "end": 70518, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 22 }, "end": { - "line": 1501, + "line": 1543, "column": 23 } } @@ -758467,15 +758954,15 @@ "postfix": false, "binop": null }, - "start": 68129, - "end": 68130, + "start": 70519, + "end": 70520, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 24 }, "end": { - "line": 1501, + "line": 1543, "column": 25 } } @@ -758493,15 +758980,15 @@ "binop": null }, "value": "_evt", - "start": 68131, - "end": 68135, + "start": 70521, + "end": 70525, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 26 }, "end": { - "line": 1501, + "line": 1543, "column": 30 } } @@ -758519,15 +759006,15 @@ "binop": null, "updateContext": null }, - "start": 68135, - "end": 68136, + "start": 70525, + "end": 70526, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 30 }, "end": { - "line": 1501, + "line": 1543, "column": 31 } } @@ -758545,15 +759032,15 @@ "binop": null }, "value": "_i", - "start": 68137, - "end": 68139, + "start": 70527, + "end": 70529, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 32 }, "end": { - "line": 1501, + "line": 1543, "column": 34 } } @@ -758571,15 +759058,15 @@ "binop": null, "updateContext": null }, - "start": 68139, - "end": 68140, + "start": 70529, + "end": 70530, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 34 }, "end": { - "line": 1501, + "line": 1543, "column": 35 } } @@ -758597,15 +759084,15 @@ "binop": null }, "value": "_this", - "start": 68141, - "end": 68146, + "start": 70531, + "end": 70536, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 36 }, "end": { - "line": 1501, + "line": 1543, "column": 41 } } @@ -758622,15 +759109,15 @@ "postfix": false, "binop": null }, - "start": 68147, - "end": 68148, + "start": 70537, + "end": 70538, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 42 }, "end": { - "line": 1501, + "line": 1543, "column": 43 } } @@ -758648,15 +759135,15 @@ "binop": null, "updateContext": null }, - "start": 68149, - "end": 68151, + "start": 70539, + "end": 70541, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 44 }, "end": { - "line": 1501, + "line": 1543, "column": 46 } } @@ -758673,15 +759160,15 @@ "postfix": false, "binop": null }, - "start": 68152, - "end": 68153, + "start": 70542, + "end": 70543, "loc": { "start": { - "line": 1501, + "line": 1543, "column": 47 }, "end": { - "line": 1501, + "line": 1543, "column": 48 } } @@ -758701,15 +759188,15 @@ "updateContext": null }, "value": "let", - "start": 68166, - "end": 68169, + "start": 70556, + "end": 70559, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 12 }, "end": { - "line": 1502, + "line": 1544, "column": 15 } } @@ -758727,15 +759214,15 @@ "binop": null }, "value": "_chkId", - "start": 68170, - "end": 68176, + "start": 70560, + "end": 70566, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 16 }, "end": { - "line": 1502, + "line": 1544, "column": 22 } } @@ -758754,15 +759241,15 @@ "updateContext": null }, "value": "=", - "start": 68177, - "end": 68178, + "start": 70567, + "end": 70568, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 23 }, "end": { - "line": 1502, + "line": 1544, "column": 24 } } @@ -758780,15 +759267,15 @@ "binop": null }, "value": "parseInt", - "start": 68179, - "end": 68187, + "start": 70569, + "end": 70577, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 25 }, "end": { - "line": 1502, + "line": 1544, "column": 33 } } @@ -758805,15 +759292,15 @@ "postfix": false, "binop": null }, - "start": 68187, - "end": 68188, + "start": 70577, + "end": 70578, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 33 }, "end": { - "line": 1502, + "line": 1544, "column": 34 } } @@ -758831,15 +759318,15 @@ "binop": null }, "value": "_this", - "start": 68189, - "end": 68194, + "start": 70579, + "end": 70584, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 35 }, "end": { - "line": 1502, + "line": 1544, "column": 40 } } @@ -758857,15 +759344,15 @@ "binop": null, "updateContext": null }, - "start": 68194, - "end": 68195, + "start": 70584, + "end": 70585, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 40 }, "end": { - "line": 1502, + "line": 1544, "column": 41 } } @@ -758883,15 +759370,15 @@ "binop": null }, "value": "_i", - "start": 68195, - "end": 68197, + "start": 70585, + "end": 70587, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 41 }, "end": { - "line": 1502, + "line": 1544, "column": 43 } } @@ -758909,15 +759396,15 @@ "binop": null, "updateContext": null }, - "start": 68197, - "end": 68198, + "start": 70587, + "end": 70588, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 43 }, "end": { - "line": 1502, + "line": 1544, "column": 44 } } @@ -758935,15 +759422,15 @@ "binop": null, "updateContext": null }, - "start": 68198, - "end": 68199, + "start": 70588, + "end": 70589, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 44 }, "end": { - "line": 1502, + "line": 1544, "column": 45 } } @@ -758961,15 +759448,15 @@ "binop": null }, "value": "eventId", - "start": 68199, - "end": 68206, + "start": 70589, + "end": 70596, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 45 }, "end": { - "line": 1502, + "line": 1544, "column": 52 } } @@ -758987,15 +759474,15 @@ "binop": null, "updateContext": null }, - "start": 68206, - "end": 68207, + "start": 70596, + "end": 70597, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 52 }, "end": { - "line": 1502, + "line": 1544, "column": 53 } } @@ -759014,15 +759501,15 @@ "updateContext": null }, "value": 10, - "start": 68208, - "end": 68210, + "start": 70598, + "end": 70600, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 54 }, "end": { - "line": 1502, + "line": 1544, "column": 56 } } @@ -759039,15 +759526,15 @@ "postfix": false, "binop": null }, - "start": 68211, - "end": 68212, + "start": 70601, + "end": 70602, "loc": { "start": { - "line": 1502, + "line": 1544, "column": 57 }, "end": { - "line": 1502, + "line": 1544, "column": 58 } } @@ -759067,15 +759554,15 @@ "updateContext": null }, "value": "if", - "start": 68238, - "end": 68240, + "start": 70628, + "end": 70630, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 12 }, "end": { - "line": 1504, + "line": 1546, "column": 14 } } @@ -759092,15 +759579,15 @@ "postfix": false, "binop": null }, - "start": 68241, - "end": 68242, + "start": 70631, + "end": 70632, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 15 }, "end": { - "line": 1504, + "line": 1546, "column": 16 } } @@ -759118,15 +759605,15 @@ "binop": null }, "value": "_chkId", - "start": 68243, - "end": 68249, + "start": 70633, + "end": 70639, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 17 }, "end": { - "line": 1504, + "line": 1546, "column": 23 } } @@ -759145,15 +759632,15 @@ "updateContext": null }, "value": "==", - "start": 68250, - "end": 68252, + "start": 70640, + "end": 70642, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 24 }, "end": { - "line": 1504, + "line": 1546, "column": 26 } } @@ -759172,15 +759659,15 @@ "updateContext": null }, "value": 0, - "start": 68253, - "end": 68254, + "start": 70643, + "end": 70644, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 27 }, "end": { - "line": 1504, + "line": 1546, "column": 28 } } @@ -759199,15 +759686,15 @@ "updateContext": null }, "value": "||", - "start": 68255, - "end": 68257, + "start": 70645, + "end": 70647, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 29 }, "end": { - "line": 1504, + "line": 1546, "column": 31 } } @@ -759225,15 +759712,15 @@ "binop": null }, "value": "cacheIds", - "start": 68258, - "end": 68266, + "start": 70648, + "end": 70656, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 32 }, "end": { - "line": 1504, + "line": 1546, "column": 40 } } @@ -759251,15 +759738,15 @@ "binop": null, "updateContext": null }, - "start": 68266, - "end": 68267, + "start": 70656, + "end": 70657, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 40 }, "end": { - "line": 1504, + "line": 1546, "column": 41 } } @@ -759277,15 +759764,15 @@ "binop": null }, "value": "includes", - "start": 68267, - "end": 68275, + "start": 70657, + "end": 70665, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 41 }, "end": { - "line": 1504, + "line": 1546, "column": 49 } } @@ -759302,15 +759789,15 @@ "postfix": false, "binop": null }, - "start": 68275, - "end": 68276, + "start": 70665, + "end": 70666, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 49 }, "end": { - "line": 1504, + "line": 1546, "column": 50 } } @@ -759328,15 +759815,15 @@ "binop": null }, "value": "_chkId", - "start": 68277, - "end": 68283, + "start": 70667, + "end": 70673, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 51 }, "end": { - "line": 1504, + "line": 1546, "column": 57 } } @@ -759353,15 +759840,15 @@ "postfix": false, "binop": null }, - "start": 68284, - "end": 68285, + "start": 70674, + "end": 70675, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 58 }, "end": { - "line": 1504, + "line": 1546, "column": 59 } } @@ -759378,15 +759865,15 @@ "postfix": false, "binop": null }, - "start": 68286, - "end": 68287, + "start": 70676, + "end": 70677, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 60 }, "end": { - "line": 1504, + "line": 1546, "column": 61 } } @@ -759403,15 +759890,15 @@ "postfix": false, "binop": null }, - "start": 68288, - "end": 68289, + "start": 70678, + "end": 70679, "loc": { "start": { - "line": 1504, + "line": 1546, "column": 62 }, "end": { - "line": 1504, + "line": 1546, "column": 63 } } @@ -759429,15 +759916,15 @@ "binop": null }, "value": "lastEventId", - "start": 68306, - "end": 68317, + "start": 70696, + "end": 70707, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 16 }, "end": { - "line": 1505, + "line": 1547, "column": 27 } } @@ -759455,15 +759942,15 @@ "binop": null }, "value": "++", - "start": 68317, - "end": 68319, + "start": 70707, + "end": 70709, "loc": { "start": { - "line": 1505, + "line": 1547, "column": 27 }, "end": { - "line": 1505, + "line": 1547, "column": 29 } } @@ -759481,15 +759968,15 @@ "binop": null }, "value": "_this", - "start": 68336, - "end": 68341, + "start": 70726, + "end": 70731, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 16 }, "end": { - "line": 1506, + "line": 1548, "column": 21 } } @@ -759507,15 +759994,15 @@ "binop": null, "updateContext": null }, - "start": 68341, - "end": 68342, + "start": 70731, + "end": 70732, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 21 }, "end": { - "line": 1506, + "line": 1548, "column": 22 } } @@ -759533,15 +760020,15 @@ "binop": null }, "value": "_i", - "start": 68342, - "end": 68344, + "start": 70732, + "end": 70734, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 22 }, "end": { - "line": 1506, + "line": 1548, "column": 24 } } @@ -759559,15 +760046,15 @@ "binop": null, "updateContext": null }, - "start": 68344, - "end": 68345, + "start": 70734, + "end": 70735, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 24 }, "end": { - "line": 1506, + "line": 1548, "column": 25 } } @@ -759585,15 +760072,15 @@ "binop": null, "updateContext": null }, - "start": 68345, - "end": 68346, + "start": 70735, + "end": 70736, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 25 }, "end": { - "line": 1506, + "line": 1548, "column": 26 } } @@ -759611,15 +760098,15 @@ "binop": null }, "value": "eventId", - "start": 68346, - "end": 68353, + "start": 70736, + "end": 70743, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 26 }, "end": { - "line": 1506, + "line": 1548, "column": 33 } } @@ -759638,15 +760125,15 @@ "updateContext": null }, "value": "=", - "start": 68354, - "end": 68355, + "start": 70744, + "end": 70745, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 34 }, "end": { - "line": 1506, + "line": 1548, "column": 35 } } @@ -759664,15 +760151,15 @@ "binop": null }, "value": "lastEventId", - "start": 68356, - "end": 68367, + "start": 70746, + "end": 70757, "loc": { "start": { - "line": 1506, + "line": 1548, "column": 36 }, "end": { - "line": 1506, + "line": 1548, "column": 47 } } @@ -759689,15 +760176,15 @@ "postfix": false, "binop": null }, - "start": 68380, - "end": 68381, + "start": 70770, + "end": 70771, "loc": { "start": { - "line": 1507, + "line": 1549, "column": 12 }, "end": { - "line": 1507, + "line": 1549, "column": 13 } } @@ -759717,15 +760204,15 @@ "updateContext": null }, "value": "else", - "start": 68382, - "end": 68386, + "start": 70772, + "end": 70776, "loc": { "start": { - "line": 1507, + "line": 1549, "column": 14 }, "end": { - "line": 1507, + "line": 1549, "column": 18 } } @@ -759742,15 +760229,15 @@ "postfix": false, "binop": null }, - "start": 68387, - "end": 68388, + "start": 70777, + "end": 70778, "loc": { "start": { - "line": 1507, + "line": 1549, "column": 19 }, "end": { - "line": 1507, + "line": 1549, "column": 20 } } @@ -759768,15 +760255,15 @@ "binop": null }, "value": "_this", - "start": 68405, - "end": 68410, + "start": 70795, + "end": 70800, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 16 }, "end": { - "line": 1508, + "line": 1550, "column": 21 } } @@ -759794,15 +760281,15 @@ "binop": null, "updateContext": null }, - "start": 68410, - "end": 68411, + "start": 70800, + "end": 70801, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 21 }, "end": { - "line": 1508, + "line": 1550, "column": 22 } } @@ -759820,15 +760307,15 @@ "binop": null }, "value": "_i", - "start": 68411, - "end": 68413, + "start": 70801, + "end": 70803, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 22 }, "end": { - "line": 1508, + "line": 1550, "column": 24 } } @@ -759846,15 +760333,15 @@ "binop": null, "updateContext": null }, - "start": 68413, - "end": 68414, + "start": 70803, + "end": 70804, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 24 }, "end": { - "line": 1508, + "line": 1550, "column": 25 } } @@ -759872,15 +760359,15 @@ "binop": null, "updateContext": null }, - "start": 68414, - "end": 68415, + "start": 70804, + "end": 70805, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 25 }, "end": { - "line": 1508, + "line": 1550, "column": 26 } } @@ -759898,15 +760385,15 @@ "binop": null }, "value": "eventId", - "start": 68415, - "end": 68422, + "start": 70805, + "end": 70812, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 26 }, "end": { - "line": 1508, + "line": 1550, "column": 33 } } @@ -759925,15 +760412,15 @@ "updateContext": null }, "value": "=", - "start": 68423, - "end": 68424, + "start": 70813, + "end": 70814, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 34 }, "end": { - "line": 1508, + "line": 1550, "column": 35 } } @@ -759951,15 +760438,15 @@ "binop": null }, "value": "_chkId", - "start": 68425, - "end": 68431, + "start": 70815, + "end": 70821, "loc": { "start": { - "line": 1508, + "line": 1550, "column": 36 }, "end": { - "line": 1508, + "line": 1550, "column": 42 } } @@ -759976,15 +760463,15 @@ "postfix": false, "binop": null }, - "start": 68444, - "end": 68445, + "start": 70834, + "end": 70835, "loc": { "start": { - "line": 1509, + "line": 1551, "column": 12 }, "end": { - "line": 1509, + "line": 1551, "column": 13 } } @@ -760002,15 +760489,15 @@ "binop": null }, "value": "cacheIds", - "start": 68458, - "end": 68466, + "start": 70848, + "end": 70856, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 12 }, "end": { - "line": 1510, + "line": 1552, "column": 20 } } @@ -760028,15 +760515,15 @@ "binop": null, "updateContext": null }, - "start": 68466, - "end": 68467, + "start": 70856, + "end": 70857, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 20 }, "end": { - "line": 1510, + "line": 1552, "column": 21 } } @@ -760054,15 +760541,15 @@ "binop": null }, "value": "push", - "start": 68467, - "end": 68471, + "start": 70857, + "end": 70861, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 21 }, "end": { - "line": 1510, + "line": 1552, "column": 25 } } @@ -760079,15 +760566,15 @@ "postfix": false, "binop": null }, - "start": 68471, - "end": 68472, + "start": 70861, + "end": 70862, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 25 }, "end": { - "line": 1510, + "line": 1552, "column": 26 } } @@ -760105,15 +760592,15 @@ "binop": null }, "value": "_this", - "start": 68473, - "end": 68478, + "start": 70863, + "end": 70868, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 27 }, "end": { - "line": 1510, + "line": 1552, "column": 32 } } @@ -760131,15 +760618,15 @@ "binop": null, "updateContext": null }, - "start": 68478, - "end": 68479, + "start": 70868, + "end": 70869, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 32 }, "end": { - "line": 1510, + "line": 1552, "column": 33 } } @@ -760157,15 +760644,15 @@ "binop": null }, "value": "_i", - "start": 68479, - "end": 68481, + "start": 70869, + "end": 70871, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 33 }, "end": { - "line": 1510, + "line": 1552, "column": 35 } } @@ -760183,15 +760670,15 @@ "binop": null, "updateContext": null }, - "start": 68481, - "end": 68482, + "start": 70871, + "end": 70872, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 35 }, "end": { - "line": 1510, + "line": 1552, "column": 36 } } @@ -760209,15 +760696,15 @@ "binop": null, "updateContext": null }, - "start": 68482, - "end": 68483, + "start": 70872, + "end": 70873, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 36 }, "end": { - "line": 1510, + "line": 1552, "column": 37 } } @@ -760235,15 +760722,15 @@ "binop": null }, "value": "eventId", - "start": 68483, - "end": 68490, + "start": 70873, + "end": 70880, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 37 }, "end": { - "line": 1510, + "line": 1552, "column": 44 } } @@ -760260,15 +760747,15 @@ "postfix": false, "binop": null }, - "start": 68491, - "end": 68492, + "start": 70881, + "end": 70882, "loc": { "start": { - "line": 1510, + "line": 1552, "column": 45 }, "end": { - "line": 1510, + "line": 1552, "column": 46 } } @@ -760285,15 +760772,15 @@ "postfix": false, "binop": null }, - "start": 68501, - "end": 68502, + "start": 70891, + "end": 70892, "loc": { "start": { - "line": 1511, + "line": 1553, "column": 8 }, "end": { - "line": 1511, + "line": 1553, "column": 9 } } @@ -760310,15 +760797,15 @@ "postfix": false, "binop": null }, - "start": 68502, - "end": 68503, + "start": 70892, + "end": 70893, "loc": { "start": { - "line": 1511, + "line": 1553, "column": 9 }, "end": { - "line": 1511, + "line": 1553, "column": 10 } } @@ -760336,15 +760823,15 @@ "binop": null, "updateContext": null }, - "start": 68503, - "end": 68504, + "start": 70893, + "end": 70894, "loc": { "start": { - "line": 1511, + "line": 1553, "column": 10 }, "end": { - "line": 1511, + "line": 1553, "column": 11 } } @@ -760364,15 +760851,15 @@ "updateContext": null }, "value": "this", - "start": 68522, - "end": 68526, + "start": 70912, + "end": 70916, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 8 }, "end": { - "line": 1513, + "line": 1555, "column": 12 } } @@ -760390,15 +760877,15 @@ "binop": null, "updateContext": null }, - "start": 68526, - "end": 68527, + "start": 70916, + "end": 70917, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 12 }, "end": { - "line": 1513, + "line": 1555, "column": 13 } } @@ -760416,15 +760903,15 @@ "binop": null }, "value": "_isCached", - "start": 68527, - "end": 68536, + "start": 70917, + "end": 70926, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 13 }, "end": { - "line": 1513, + "line": 1555, "column": 22 } } @@ -760443,15 +760930,15 @@ "updateContext": null }, "value": "=", - "start": 68537, - "end": 68538, + "start": 70927, + "end": 70928, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 23 }, "end": { - "line": 1513, + "line": 1555, "column": 24 } } @@ -760471,15 +760958,15 @@ "updateContext": null }, "value": "this", - "start": 68539, - "end": 68543, + "start": 70929, + "end": 70933, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 25 }, "end": { - "line": 1513, + "line": 1555, "column": 29 } } @@ -760497,15 +760984,15 @@ "binop": null, "updateContext": null }, - "start": 68543, - "end": 68544, + "start": 70933, + "end": 70934, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 29 }, "end": { - "line": 1513, + "line": 1555, "column": 30 } } @@ -760523,15 +761010,15 @@ "binop": null }, "value": "_saveToCache", - "start": 68544, - "end": 68556, + "start": 70934, + "end": 70946, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 30 }, "end": { - "line": 1513, + "line": 1555, "column": 42 } } @@ -760548,15 +761035,15 @@ "postfix": false, "binop": null }, - "start": 68556, - "end": 68557, + "start": 70946, + "end": 70947, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 42 }, "end": { - "line": 1513, + "line": 1555, "column": 43 } } @@ -760574,15 +761061,15 @@ "binop": null }, "value": "events", - "start": 68558, - "end": 68564, + "start": 70948, + "end": 70954, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 44 }, "end": { - "line": 1513, + "line": 1555, "column": 50 } } @@ -760599,15 +761086,15 @@ "postfix": false, "binop": null }, - "start": 68565, - "end": 68566, + "start": 70955, + "end": 70956, "loc": { "start": { - "line": 1513, + "line": 1555, "column": 51 }, "end": { - "line": 1513, + "line": 1555, "column": 52 } } @@ -760624,15 +761111,15 @@ "postfix": false, "binop": null }, - "start": 68580, - "end": 68581, + "start": 70970, + "end": 70971, "loc": { "start": { - "line": 1515, + "line": 1557, "column": 4 }, "end": { - "line": 1515, + "line": 1557, "column": 5 } } @@ -760640,15 +761127,15 @@ { "type": "CommentBlock", "value": "*\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n ", - "start": 68591, - "end": 68782, + "start": 70981, + "end": 71172, "loc": { "start": { - "line": 1517, + "line": 1559, "column": 4 }, "end": { - "line": 1523, + "line": 1565, "column": 7 } } @@ -760666,15 +761153,15 @@ "binop": null }, "value": "_registerEventData", - "start": 68787, - "end": 68805, + "start": 71177, + "end": 71195, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 4 }, "end": { - "line": 1524, + "line": 1566, "column": 22 } } @@ -760691,15 +761178,15 @@ "postfix": false, "binop": null }, - "start": 68805, - "end": 68806, + "start": 71195, + "end": 71196, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 22 }, "end": { - "line": 1524, + "line": 1566, "column": 23 } } @@ -760717,15 +761204,15 @@ "binop": null }, "value": "event_element", - "start": 68807, - "end": 68820, + "start": 71197, + "end": 71210, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 24 }, "end": { - "line": 1524, + "line": 1566, "column": 37 } } @@ -760743,15 +761230,15 @@ "binop": null, "updateContext": null }, - "start": 68820, - "end": 68821, + "start": 71210, + "end": 71211, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 37 }, "end": { - "line": 1524, + "line": 1566, "column": 38 } } @@ -760769,15 +761256,15 @@ "binop": null }, "value": "params", - "start": 68822, - "end": 68828, + "start": 71212, + "end": 71218, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 39 }, "end": { - "line": 1524, + "line": 1566, "column": 45 } } @@ -760794,15 +761281,15 @@ "postfix": false, "binop": null }, - "start": 68829, - "end": 68830, + "start": 71219, + "end": 71220, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 46 }, "end": { - "line": 1524, + "line": 1566, "column": 47 } } @@ -760819,15 +761306,15 @@ "postfix": false, "binop": null }, - "start": 68831, - "end": 68832, + "start": 71221, + "end": 71222, "loc": { "start": { - "line": 1524, + "line": 1566, "column": 48 }, "end": { - "line": 1524, + "line": 1566, "column": 49 } } @@ -760847,15 +761334,15 @@ "updateContext": null }, "value": "let", - "start": 68841, - "end": 68844, + "start": 71231, + "end": 71234, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 8 }, "end": { - "line": 1525, + "line": 1567, "column": 11 } } @@ -760873,15 +761360,15 @@ "binop": null }, "value": "_opts", - "start": 68845, - "end": 68850, + "start": 71235, + "end": 71240, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 12 }, "end": { - "line": 1525, + "line": 1567, "column": 17 } } @@ -760900,15 +761387,15 @@ "updateContext": null }, "value": "=", - "start": 68855, - "end": 68856, + "start": 71245, + "end": 71246, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 22 }, "end": { - "line": 1525, + "line": 1567, "column": 23 } } @@ -760928,15 +761415,15 @@ "updateContext": null }, "value": "this", - "start": 68857, - "end": 68861, + "start": 71247, + "end": 71251, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 24 }, "end": { - "line": 1525, + "line": 1567, "column": 28 } } @@ -760954,15 +761441,15 @@ "binop": null, "updateContext": null }, - "start": 68861, - "end": 68862, + "start": 71251, + "end": 71252, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 28 }, "end": { - "line": 1525, + "line": 1567, "column": 29 } } @@ -760980,15 +761467,15 @@ "binop": null }, "value": "_config", - "start": 68862, - "end": 68869, + "start": 71252, + "end": 71259, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 29 }, "end": { - "line": 1525, + "line": 1567, "column": 36 } } @@ -761006,15 +761493,15 @@ "binop": null, "updateContext": null }, - "start": 68869, - "end": 68870, + "start": 71259, + "end": 71260, "loc": { "start": { - "line": 1525, + "line": 1567, "column": 36 }, "end": { - "line": 1525, + "line": 1567, "column": 37 } } @@ -761032,15 +761519,15 @@ "binop": null }, "value": "_props", - "start": 68883, - "end": 68889, + "start": 71273, + "end": 71279, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 12 }, "end": { - "line": 1526, + "line": 1568, "column": 18 } } @@ -761059,15 +761546,15 @@ "updateContext": null }, "value": "=", - "start": 68893, - "end": 68894, + "start": 71283, + "end": 71284, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 22 }, "end": { - "line": 1526, + "line": 1568, "column": 23 } } @@ -761087,15 +761574,15 @@ "updateContext": null }, "value": "this", - "start": 68895, - "end": 68899, + "start": 71285, + "end": 71289, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 24 }, "end": { - "line": 1526, + "line": 1568, "column": 28 } } @@ -761113,15 +761600,15 @@ "binop": null, "updateContext": null }, - "start": 68899, - "end": 68900, + "start": 71289, + "end": 71290, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 28 }, "end": { - "line": 1526, + "line": 1568, "column": 29 } } @@ -761139,15 +761626,15 @@ "binop": null }, "value": "_instanceProps", - "start": 68900, - "end": 68914, + "start": 71290, + "end": 71304, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 29 }, "end": { - "line": 1526, + "line": 1568, "column": 43 } } @@ -761165,15 +761652,15 @@ "binop": null, "updateContext": null }, - "start": 68914, - "end": 68915, + "start": 71304, + "end": 71305, "loc": { "start": { - "line": 1526, + "line": 1568, "column": 43 }, "end": { - "line": 1526, + "line": 1568, "column": 44 } } @@ -761191,15 +761678,15 @@ "binop": null }, "value": "new_event", - "start": 68928, - "end": 68937, + "start": 71318, + "end": 71327, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 12 }, "end": { - "line": 1527, + "line": 1569, "column": 21 } } @@ -761218,15 +761705,15 @@ "updateContext": null }, "value": "=", - "start": 68938, - "end": 68939, + "start": 71328, + "end": 71329, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 22 }, "end": { - "line": 1527, + "line": 1569, "column": 23 } } @@ -761243,15 +761730,15 @@ "postfix": false, "binop": null }, - "start": 68940, - "end": 68941, + "start": 71330, + "end": 71331, "loc": { "start": { - "line": 1527, + "line": 1569, "column": 24 }, "end": { - "line": 1527, + "line": 1569, "column": 25 } } @@ -761269,15 +761756,15 @@ "binop": null, "updateContext": null }, - "start": 68958, - "end": 68961, + "start": 71348, + "end": 71351, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 16 }, "end": { - "line": 1528, + "line": 1570, "column": 19 } } @@ -761295,15 +761782,15 @@ "binop": null }, "value": "EventParams", - "start": 68961, - "end": 68972, + "start": 71351, + "end": 71362, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 19 }, "end": { - "line": 1528, + "line": 1570, "column": 30 } } @@ -761321,15 +761808,15 @@ "binop": null, "updateContext": null }, - "start": 68972, - "end": 68973, + "start": 71362, + "end": 71363, "loc": { "start": { - "line": 1528, + "line": 1570, "column": 30 }, "end": { - "line": 1528, + "line": 1570, "column": 31 } } @@ -761347,15 +761834,15 @@ "binop": null, "updateContext": null }, - "start": 68990, - "end": 68993, + "start": 71380, + "end": 71383, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 16 }, "end": { - "line": 1529, + "line": 1571, "column": 19 } } @@ -761372,15 +761859,15 @@ "postfix": false, "binop": null }, - "start": 68993, - "end": 68994, + "start": 71383, + "end": 71384, "loc": { "start": { - "line": 1529, + "line": 1571, "column": 19 }, "end": { - "line": 1529, + "line": 1571, "column": 20 } } @@ -761398,15 +761885,15 @@ "binop": null }, "value": "uid", - "start": 69015, - "end": 69018, + "start": 71405, + "end": 71408, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 20 }, "end": { - "line": 1530, + "line": 1572, "column": 23 } } @@ -761424,15 +761911,15 @@ "binop": null, "updateContext": null }, - "start": 69021, - "end": 69022, + "start": 71411, + "end": 71412, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 26 }, "end": { - "line": 1530, + "line": 1572, "column": 27 } } @@ -761452,15 +761939,15 @@ "updateContext": null }, "value": "this", - "start": 69023, - "end": 69027, + "start": 71413, + "end": 71417, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 28 }, "end": { - "line": 1530, + "line": 1572, "column": 32 } } @@ -761478,15 +761965,15 @@ "binop": null, "updateContext": null }, - "start": 69027, - "end": 69028, + "start": 71417, + "end": 71418, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 32 }, "end": { - "line": 1530, + "line": 1572, "column": 33 } } @@ -761504,15 +761991,15 @@ "binop": null }, "value": "generateUniqueID", - "start": 69028, - "end": 69044, + "start": 71418, + "end": 71434, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 33 }, "end": { - "line": 1530, + "line": 1572, "column": 49 } } @@ -761529,15 +762016,15 @@ "postfix": false, "binop": null }, - "start": 69044, - "end": 69045, + "start": 71434, + "end": 71435, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 49 }, "end": { - "line": 1530, + "line": 1572, "column": 50 } } @@ -761554,15 +762041,15 @@ "postfix": false, "binop": null }, - "start": 69045, - "end": 69046, + "start": 71435, + "end": 71436, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 50 }, "end": { - "line": 1530, + "line": 1572, "column": 51 } } @@ -761580,15 +762067,15 @@ "binop": null, "updateContext": null }, - "start": 69046, - "end": 69047, + "start": 71436, + "end": 71437, "loc": { "start": { - "line": 1530, + "line": 1572, "column": 51 }, "end": { - "line": 1530, + "line": 1572, "column": 52 } } @@ -761606,15 +762093,15 @@ "binop": null }, "value": "label", - "start": 69068, - "end": 69073, + "start": 71458, + "end": 71463, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 20 }, "end": { - "line": 1531, + "line": 1573, "column": 25 } } @@ -761632,15 +762119,15 @@ "binop": null, "updateContext": null }, - "start": 69074, - "end": 69075, + "start": 71464, + "end": 71465, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 26 }, "end": { - "line": 1531, + "line": 1573, "column": 27 } } @@ -761658,15 +762145,15 @@ "binop": null }, "value": "$", - "start": 69076, - "end": 69077, + "start": 71466, + "end": 71467, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 28 }, "end": { - "line": 1531, + "line": 1573, "column": 29 } } @@ -761683,15 +762170,15 @@ "postfix": false, "binop": null }, - "start": 69077, - "end": 69078, + "start": 71467, + "end": 71468, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 29 }, "end": { - "line": 1531, + "line": 1573, "column": 30 } } @@ -761709,15 +762196,15 @@ "binop": null }, "value": "event_element", - "start": 69078, - "end": 69091, + "start": 71468, + "end": 71481, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 30 }, "end": { - "line": 1531, + "line": 1573, "column": 43 } } @@ -761734,15 +762221,15 @@ "postfix": false, "binop": null }, - "start": 69091, - "end": 69092, + "start": 71481, + "end": 71482, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 43 }, "end": { - "line": 1531, + "line": 1573, "column": 44 } } @@ -761760,15 +762247,15 @@ "binop": null, "updateContext": null }, - "start": 69092, - "end": 69093, + "start": 71482, + "end": 71483, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 44 }, "end": { - "line": 1531, + "line": 1573, "column": 45 } } @@ -761786,15 +762273,15 @@ "binop": null }, "value": "html", - "start": 69093, - "end": 69097, + "start": 71483, + "end": 71487, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 45 }, "end": { - "line": 1531, + "line": 1573, "column": 49 } } @@ -761811,15 +762298,15 @@ "postfix": false, "binop": null }, - "start": 69097, - "end": 69098, + "start": 71487, + "end": 71488, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 49 }, "end": { - "line": 1531, + "line": 1573, "column": 50 } } @@ -761836,15 +762323,15 @@ "postfix": false, "binop": null }, - "start": 69098, - "end": 69099, + "start": 71488, + "end": 71489, "loc": { "start": { - "line": 1531, + "line": 1573, "column": 50 }, "end": { - "line": 1531, + "line": 1573, "column": 51 } } @@ -761861,15 +762348,15 @@ "postfix": false, "binop": null }, - "start": 69116, - "end": 69117, + "start": 71506, + "end": 71507, "loc": { "start": { - "line": 1532, + "line": 1574, "column": 16 }, "end": { - "line": 1532, + "line": 1574, "column": 17 } } @@ -761886,15 +762373,15 @@ "postfix": false, "binop": null }, - "start": 69130, - "end": 69131, + "start": 71520, + "end": 71521, "loc": { "start": { - "line": 1533, + "line": 1575, "column": 12 }, "end": { - "line": 1533, + "line": 1575, "column": 13 } } @@ -761912,15 +762399,15 @@ "binop": null, "updateContext": null }, - "start": 69131, - "end": 69132, + "start": 71521, + "end": 71522, "loc": { "start": { - "line": 1533, + "line": 1575, "column": 13 }, "end": { - "line": 1533, + "line": 1575, "column": 14 } } @@ -761938,15 +762425,15 @@ "binop": null }, "value": "_relation", - "start": 69145, - "end": 69154, + "start": 71535, + "end": 71544, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 12 }, "end": { - "line": 1534, + "line": 1576, "column": 21 } } @@ -761965,15 +762452,15 @@ "updateContext": null }, "value": "=", - "start": 69155, - "end": 69156, + "start": 71545, + "end": 71546, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 22 }, "end": { - "line": 1534, + "line": 1576, "column": 23 } } @@ -761990,15 +762477,15 @@ "postfix": false, "binop": null }, - "start": 69157, - "end": 69158, + "start": 71547, + "end": 71548, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 24 }, "end": { - "line": 1534, + "line": 1576, "column": 25 } } @@ -762015,15 +762502,15 @@ "postfix": false, "binop": null }, - "start": 69158, - "end": 69159, + "start": 71548, + "end": 71549, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 25 }, "end": { - "line": 1534, + "line": 1576, "column": 26 } } @@ -762041,15 +762528,15 @@ "binop": null, "updateContext": null }, - "start": 69159, - "end": 69160, + "start": 71549, + "end": 71550, "loc": { "start": { - "line": 1534, + "line": 1576, "column": 26 }, "end": { - "line": 1534, + "line": 1576, "column": 27 } } @@ -762067,15 +762554,15 @@ "binop": null }, "value": "_x", - "start": 69173, - "end": 69175, + "start": 71563, + "end": 71565, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 12 }, "end": { - "line": 1535, + "line": 1577, "column": 14 } } @@ -762093,15 +762580,15 @@ "binop": null, "updateContext": null }, - "start": 69175, - "end": 69176, + "start": 71565, + "end": 71566, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 14 }, "end": { - "line": 1535, + "line": 1577, "column": 15 } } @@ -762119,15 +762606,15 @@ "binop": null }, "value": "_w", - "start": 69177, - "end": 69179, + "start": 71567, + "end": 71569, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 16 }, "end": { - "line": 1535, + "line": 1577, "column": 18 } } @@ -762145,15 +762632,15 @@ "binop": null, "updateContext": null }, - "start": 69179, - "end": 69180, + "start": 71569, + "end": 71570, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 18 }, "end": { - "line": 1535, + "line": 1577, "column": 19 } } @@ -762171,15 +762658,15 @@ "binop": null }, "value": "_c", - "start": 69181, - "end": 69183, + "start": 71571, + "end": 71573, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 20 }, "end": { - "line": 1535, + "line": 1577, "column": 22 } } @@ -762187,15 +762674,15 @@ { "type": "CommentLine", "value": ", _pointSize", - "start": 69184, - "end": 69198, + "start": 71574, + "end": 71588, "loc": { "start": { - "line": 1535, + "line": 1577, "column": 23 }, "end": { - "line": 1535, + "line": 1577, "column": 37 } } @@ -762203,15 +762690,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts, params )", - "start": 69199, - "end": 69253, + "start": 71589, + "end": 71643, "loc": { "start": { - "line": 1536, + "line": 1578, "column": 0 }, "end": { - "line": 1536, + "line": 1578, "column": 54 } } @@ -762231,15 +762718,15 @@ "updateContext": null }, "value": "if", - "start": 69271, - "end": 69273, + "start": 71661, + "end": 71663, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 8 }, "end": { - "line": 1538, + "line": 1580, "column": 10 } } @@ -762256,15 +762743,15 @@ "postfix": false, "binop": null }, - "start": 69274, - "end": 69275, + "start": 71664, + "end": 71665, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 11 }, "end": { - "line": 1538, + "line": 1580, "column": 12 } } @@ -762282,15 +762769,15 @@ "binop": null }, "value": "params", - "start": 69276, - "end": 69282, + "start": 71666, + "end": 71672, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 13 }, "end": { - "line": 1538, + "line": 1580, "column": 19 } } @@ -762308,15 +762795,15 @@ "binop": null, "updateContext": null }, - "start": 69282, - "end": 69283, + "start": 71672, + "end": 71673, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 19 }, "end": { - "line": 1538, + "line": 1580, "column": 20 } } @@ -762334,15 +762821,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 69283, - "end": 69297, + "start": 71673, + "end": 71687, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 20 }, "end": { - "line": 1538, + "line": 1580, "column": 34 } } @@ -762359,15 +762846,15 @@ "postfix": false, "binop": null }, - "start": 69297, - "end": 69298, + "start": 71687, + "end": 71688, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 34 }, "end": { - "line": 1538, + "line": 1580, "column": 35 } } @@ -762386,15 +762873,15 @@ "updateContext": null }, "value": "start", - "start": 69299, - "end": 69306, + "start": 71689, + "end": 71696, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 36 }, "end": { - "line": 1538, + "line": 1580, "column": 43 } } @@ -762411,15 +762898,15 @@ "postfix": false, "binop": null }, - "start": 69307, - "end": 69308, + "start": 71697, + "end": 71698, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 44 }, "end": { - "line": 1538, + "line": 1580, "column": 45 } } @@ -762438,15 +762925,15 @@ "updateContext": null }, "value": "&&", - "start": 69309, - "end": 69311, + "start": 71699, + "end": 71701, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 46 }, "end": { - "line": 1538, + "line": 1580, "column": 48 } } @@ -762465,15 +762952,15 @@ "updateContext": null }, "value": "!", - "start": 69312, - "end": 69313, + "start": 71702, + "end": 71703, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 49 }, "end": { - "line": 1538, + "line": 1580, "column": 50 } } @@ -762493,15 +762980,15 @@ "updateContext": null }, "value": "this", - "start": 69314, - "end": 69318, + "start": 71704, + "end": 71708, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 51 }, "end": { - "line": 1538, + "line": 1580, "column": 55 } } @@ -762519,15 +763006,15 @@ "binop": null, "updateContext": null }, - "start": 69318, - "end": 69319, + "start": 71708, + "end": 71709, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 55 }, "end": { - "line": 1538, + "line": 1580, "column": 56 } } @@ -762545,15 +763032,15 @@ "binop": null }, "value": "is_empty", - "start": 69319, - "end": 69327, + "start": 71709, + "end": 71717, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 56 }, "end": { - "line": 1538, + "line": 1580, "column": 64 } } @@ -762570,15 +763057,15 @@ "postfix": false, "binop": null }, - "start": 69327, - "end": 69328, + "start": 71717, + "end": 71718, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 64 }, "end": { - "line": 1538, + "line": 1580, "column": 65 } } @@ -762596,15 +763083,15 @@ "binop": null }, "value": "params", - "start": 69329, - "end": 69335, + "start": 71719, + "end": 71725, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 66 }, "end": { - "line": 1538, + "line": 1580, "column": 72 } } @@ -762622,15 +763109,15 @@ "binop": null, "updateContext": null }, - "start": 69335, - "end": 69336, + "start": 71725, + "end": 71726, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 72 }, "end": { - "line": 1538, + "line": 1580, "column": 73 } } @@ -762648,15 +763135,15 @@ "binop": null }, "value": "start", - "start": 69336, - "end": 69341, + "start": 71726, + "end": 71731, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 73 }, "end": { - "line": 1538, + "line": 1580, "column": 78 } } @@ -762673,15 +763160,15 @@ "postfix": false, "binop": null }, - "start": 69342, - "end": 69343, + "start": 71732, + "end": 71733, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 79 }, "end": { - "line": 1538, + "line": 1580, "column": 80 } } @@ -762698,15 +763185,15 @@ "postfix": false, "binop": null }, - "start": 69344, - "end": 69345, + "start": 71734, + "end": 71735, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 81 }, "end": { - "line": 1538, + "line": 1580, "column": 82 } } @@ -762723,15 +763210,15 @@ "postfix": false, "binop": null }, - "start": 69346, - "end": 69347, + "start": 71736, + "end": 71737, "loc": { "start": { - "line": 1538, + "line": 1580, "column": 83 }, "end": { - "line": 1538, + "line": 1580, "column": 84 } } @@ -762749,15 +763236,15 @@ "binop": null }, "value": "_x", - "start": 69360, - "end": 69362, + "start": 71750, + "end": 71752, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 12 }, "end": { - "line": 1539, + "line": 1581, "column": 14 } } @@ -762776,15 +763263,15 @@ "updateContext": null }, "value": "=", - "start": 69363, - "end": 69364, + "start": 71753, + "end": 71754, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 15 }, "end": { - "line": 1539, + "line": 1581, "column": 16 } } @@ -762804,15 +763291,15 @@ "updateContext": null }, "value": "this", - "start": 69365, - "end": 69369, + "start": 71755, + "end": 71759, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 17 }, "end": { - "line": 1539, + "line": 1581, "column": 21 } } @@ -762830,15 +763317,15 @@ "binop": null, "updateContext": null }, - "start": 69369, - "end": 69370, + "start": 71759, + "end": 71760, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 21 }, "end": { - "line": 1539, + "line": 1581, "column": 22 } } @@ -762856,15 +763343,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 69370, - "end": 69385, + "start": 71760, + "end": 71775, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 22 }, "end": { - "line": 1539, + "line": 1581, "column": 37 } } @@ -762881,15 +763368,15 @@ "postfix": false, "binop": null }, - "start": 69385, - "end": 69386, + "start": 71775, + "end": 71776, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 37 }, "end": { - "line": 1539, + "line": 1581, "column": 38 } } @@ -762907,15 +763394,15 @@ "binop": null }, "value": "params", - "start": 69387, - "end": 69393, + "start": 71777, + "end": 71783, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 39 }, "end": { - "line": 1539, + "line": 1581, "column": 45 } } @@ -762933,15 +763420,15 @@ "binop": null, "updateContext": null }, - "start": 69393, - "end": 69394, + "start": 71783, + "end": 71784, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 45 }, "end": { - "line": 1539, + "line": 1581, "column": 46 } } @@ -762959,15 +763446,15 @@ "binop": null }, "value": "start", - "start": 69394, - "end": 69399, + "start": 71784, + "end": 71789, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 46 }, "end": { - "line": 1539, + "line": 1581, "column": 51 } } @@ -762984,15 +763471,15 @@ "postfix": false, "binop": null }, - "start": 69400, - "end": 69401, + "start": 71790, + "end": 71791, "loc": { "start": { - "line": 1539, + "line": 1581, "column": 52 }, "end": { - "line": 1539, + "line": 1581, "column": 53 } } @@ -763010,15 +763497,15 @@ "binop": null }, "value": "new_event", - "start": 69414, - "end": 69423, + "start": 71804, + "end": 71813, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 12 }, "end": { - "line": 1540, + "line": 1582, "column": 21 } } @@ -763036,15 +763523,15 @@ "binop": null, "updateContext": null }, - "start": 69423, - "end": 69424, + "start": 71813, + "end": 71814, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 21 }, "end": { - "line": 1540, + "line": 1582, "column": 22 } } @@ -763062,15 +763549,15 @@ "binop": null }, "value": "x", - "start": 69424, - "end": 69425, + "start": 71814, + "end": 71815, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 22 }, "end": { - "line": 1540, + "line": 1582, "column": 23 } } @@ -763089,15 +763576,15 @@ "updateContext": null }, "value": "=", - "start": 69426, - "end": 69427, + "start": 71816, + "end": 71817, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 24 }, "end": { - "line": 1540, + "line": 1582, "column": 25 } } @@ -763117,15 +763604,15 @@ "updateContext": null }, "value": "this", - "start": 69428, - "end": 69432, + "start": 71818, + "end": 71822, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 26 }, "end": { - "line": 1540, + "line": 1582, "column": 30 } } @@ -763143,15 +763630,15 @@ "binop": null, "updateContext": null }, - "start": 69432, - "end": 69433, + "start": 71822, + "end": 71823, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 30 }, "end": { - "line": 1540, + "line": 1582, "column": 31 } } @@ -763169,15 +763656,15 @@ "binop": null }, "value": "numRound", - "start": 69433, - "end": 69441, + "start": 71823, + "end": 71831, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 31 }, "end": { - "line": 1540, + "line": 1582, "column": 39 } } @@ -763194,15 +763681,15 @@ "postfix": false, "binop": null }, - "start": 69441, - "end": 69442, + "start": 71831, + "end": 71832, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 39 }, "end": { - "line": 1540, + "line": 1582, "column": 40 } } @@ -763220,15 +763707,15 @@ "binop": null }, "value": "_x", - "start": 69443, - "end": 69445, + "start": 71833, + "end": 71835, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 41 }, "end": { - "line": 1540, + "line": 1582, "column": 43 } } @@ -763246,15 +763733,15 @@ "binop": null, "updateContext": null }, - "start": 69445, - "end": 69446, + "start": 71835, + "end": 71836, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 43 }, "end": { - "line": 1540, + "line": 1582, "column": 44 } } @@ -763273,15 +763760,15 @@ "updateContext": null }, "value": 2, - "start": 69447, - "end": 69448, + "start": 71837, + "end": 71838, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 45 }, "end": { - "line": 1540, + "line": 1582, "column": 46 } } @@ -763298,15 +763785,15 @@ "postfix": false, "binop": null }, - "start": 69449, - "end": 69450, + "start": 71839, + "end": 71840, "loc": { "start": { - "line": 1540, + "line": 1582, "column": 47 }, "end": { - "line": 1540, + "line": 1582, "column": 48 } } @@ -763326,15 +763813,15 @@ "updateContext": null }, "value": "if", - "start": 69463, - "end": 69465, + "start": 71853, + "end": 71855, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 12 }, "end": { - "line": 1541, + "line": 1583, "column": 14 } } @@ -763351,15 +763838,15 @@ "postfix": false, "binop": null }, - "start": 69466, - "end": 69467, + "start": 71856, + "end": 71857, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 15 }, "end": { - "line": 1541, + "line": 1583, "column": 16 } } @@ -763377,15 +763864,15 @@ "binop": null }, "value": "params", - "start": 69468, - "end": 69474, + "start": 71858, + "end": 71864, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 17 }, "end": { - "line": 1541, + "line": 1583, "column": 23 } } @@ -763403,15 +763890,15 @@ "binop": null, "updateContext": null }, - "start": 69474, - "end": 69475, + "start": 71864, + "end": 71865, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 23 }, "end": { - "line": 1541, + "line": 1583, "column": 24 } } @@ -763429,15 +763916,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 69475, - "end": 69489, + "start": 71865, + "end": 71879, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 24 }, "end": { - "line": 1541, + "line": 1583, "column": 38 } } @@ -763454,15 +763941,15 @@ "postfix": false, "binop": null }, - "start": 69489, - "end": 69490, + "start": 71879, + "end": 71880, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 38 }, "end": { - "line": 1541, + "line": 1583, "column": 39 } } @@ -763481,15 +763968,15 @@ "updateContext": null }, "value": "end", - "start": 69491, - "end": 69496, + "start": 71881, + "end": 71886, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 40 }, "end": { - "line": 1541, + "line": 1583, "column": 45 } } @@ -763506,15 +763993,15 @@ "postfix": false, "binop": null }, - "start": 69497, - "end": 69498, + "start": 71887, + "end": 71888, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 46 }, "end": { - "line": 1541, + "line": 1583, "column": 47 } } @@ -763533,15 +764020,15 @@ "updateContext": null }, "value": "&&", - "start": 69499, - "end": 69501, + "start": 71889, + "end": 71891, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 48 }, "end": { - "line": 1541, + "line": 1583, "column": 50 } } @@ -763560,15 +764047,15 @@ "updateContext": null }, "value": "!", - "start": 69502, - "end": 69503, + "start": 71892, + "end": 71893, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 51 }, "end": { - "line": 1541, + "line": 1583, "column": 52 } } @@ -763588,15 +764075,15 @@ "updateContext": null }, "value": "this", - "start": 69504, - "end": 69508, + "start": 71894, + "end": 71898, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 53 }, "end": { - "line": 1541, + "line": 1583, "column": 57 } } @@ -763614,15 +764101,15 @@ "binop": null, "updateContext": null }, - "start": 69508, - "end": 69509, + "start": 71898, + "end": 71899, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 57 }, "end": { - "line": 1541, + "line": 1583, "column": 58 } } @@ -763640,15 +764127,15 @@ "binop": null }, "value": "is_empty", - "start": 69509, - "end": 69517, + "start": 71899, + "end": 71907, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 58 }, "end": { - "line": 1541, + "line": 1583, "column": 66 } } @@ -763665,15 +764152,15 @@ "postfix": false, "binop": null }, - "start": 69517, - "end": 69518, + "start": 71907, + "end": 71908, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 66 }, "end": { - "line": 1541, + "line": 1583, "column": 67 } } @@ -763691,15 +764178,15 @@ "binop": null }, "value": "params", - "start": 69519, - "end": 69525, + "start": 71909, + "end": 71915, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 68 }, "end": { - "line": 1541, + "line": 1583, "column": 74 } } @@ -763717,15 +764204,15 @@ "binop": null, "updateContext": null }, - "start": 69525, - "end": 69526, + "start": 71915, + "end": 71916, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 74 }, "end": { - "line": 1541, + "line": 1583, "column": 75 } } @@ -763743,15 +764230,15 @@ "binop": null }, "value": "end", - "start": 69526, - "end": 69529, + "start": 71916, + "end": 71919, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 75 }, "end": { - "line": 1541, + "line": 1583, "column": 78 } } @@ -763768,15 +764255,15 @@ "postfix": false, "binop": null }, - "start": 69530, - "end": 69531, + "start": 71920, + "end": 71921, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 79 }, "end": { - "line": 1541, + "line": 1583, "column": 80 } } @@ -763793,15 +764280,15 @@ "postfix": false, "binop": null }, - "start": 69532, - "end": 69533, + "start": 71922, + "end": 71923, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 81 }, "end": { - "line": 1541, + "line": 1583, "column": 82 } } @@ -763818,15 +764305,15 @@ "postfix": false, "binop": null }, - "start": 69534, - "end": 69535, + "start": 71924, + "end": 71925, "loc": { "start": { - "line": 1541, + "line": 1583, "column": 83 }, "end": { - "line": 1541, + "line": 1583, "column": 84 } } @@ -763844,15 +764331,15 @@ "binop": null }, "value": "_x", - "start": 69552, - "end": 69554, + "start": 71942, + "end": 71944, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 16 }, "end": { - "line": 1542, + "line": 1584, "column": 18 } } @@ -763871,15 +764358,15 @@ "updateContext": null }, "value": "=", - "start": 69555, - "end": 69556, + "start": 71945, + "end": 71946, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 19 }, "end": { - "line": 1542, + "line": 1584, "column": 20 } } @@ -763899,15 +764386,15 @@ "updateContext": null }, "value": "this", - "start": 69557, - "end": 69561, + "start": 71947, + "end": 71951, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 21 }, "end": { - "line": 1542, + "line": 1584, "column": 25 } } @@ -763925,15 +764412,15 @@ "binop": null, "updateContext": null }, - "start": 69561, - "end": 69562, + "start": 71951, + "end": 71952, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 25 }, "end": { - "line": 1542, + "line": 1584, "column": 26 } } @@ -763951,15 +764438,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 69562, - "end": 69577, + "start": 71952, + "end": 71967, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 26 }, "end": { - "line": 1542, + "line": 1584, "column": 41 } } @@ -763976,15 +764463,15 @@ "postfix": false, "binop": null }, - "start": 69577, - "end": 69578, + "start": 71967, + "end": 71968, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 41 }, "end": { - "line": 1542, + "line": 1584, "column": 42 } } @@ -764002,15 +764489,15 @@ "binop": null }, "value": "params", - "start": 69579, - "end": 69585, + "start": 71969, + "end": 71975, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 43 }, "end": { - "line": 1542, + "line": 1584, "column": 49 } } @@ -764028,15 +764515,15 @@ "binop": null, "updateContext": null }, - "start": 69585, - "end": 69586, + "start": 71975, + "end": 71976, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 49 }, "end": { - "line": 1542, + "line": 1584, "column": 50 } } @@ -764054,15 +764541,15 @@ "binop": null }, "value": "end", - "start": 69586, - "end": 69589, + "start": 71976, + "end": 71979, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 50 }, "end": { - "line": 1542, + "line": 1584, "column": 53 } } @@ -764079,15 +764566,15 @@ "postfix": false, "binop": null }, - "start": 69590, - "end": 69591, + "start": 71980, + "end": 71981, "loc": { "start": { - "line": 1542, + "line": 1584, "column": 54 }, "end": { - "line": 1542, + "line": 1584, "column": 55 } } @@ -764105,15 +764592,15 @@ "binop": null }, "value": "_w", - "start": 69608, - "end": 69610, + "start": 71998, + "end": 72000, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 16 }, "end": { - "line": 1543, + "line": 1585, "column": 18 } } @@ -764132,15 +764619,15 @@ "updateContext": null }, "value": "=", - "start": 69611, - "end": 69612, + "start": 72001, + "end": 72002, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 19 }, "end": { - "line": 1543, + "line": 1585, "column": 20 } } @@ -764158,15 +764645,15 @@ "binop": null }, "value": "_x", - "start": 69613, - "end": 69615, + "start": 72003, + "end": 72005, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 21 }, "end": { - "line": 1543, + "line": 1585, "column": 23 } } @@ -764185,15 +764672,15 @@ "updateContext": null }, "value": "-", - "start": 69616, - "end": 69617, + "start": 72006, + "end": 72007, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 24 }, "end": { - "line": 1543, + "line": 1585, "column": 25 } } @@ -764211,15 +764698,15 @@ "binop": null }, "value": "new_event", - "start": 69618, - "end": 69627, + "start": 72008, + "end": 72017, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 26 }, "end": { - "line": 1543, + "line": 1585, "column": 35 } } @@ -764237,15 +764724,15 @@ "binop": null, "updateContext": null }, - "start": 69627, - "end": 69628, + "start": 72017, + "end": 72018, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 35 }, "end": { - "line": 1543, + "line": 1585, "column": 36 } } @@ -764263,15 +764750,15 @@ "binop": null }, "value": "x", - "start": 69628, - "end": 69629, + "start": 72018, + "end": 72019, "loc": { "start": { - "line": 1543, + "line": 1585, "column": 36 }, "end": { - "line": 1543, + "line": 1585, "column": 37 } } @@ -764289,15 +764776,15 @@ "binop": null }, "value": "new_event", - "start": 69646, - "end": 69655, + "start": 72036, + "end": 72045, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 16 }, "end": { - "line": 1544, + "line": 1586, "column": 25 } } @@ -764315,15 +764802,15 @@ "binop": null, "updateContext": null }, - "start": 69655, - "end": 69656, + "start": 72045, + "end": 72046, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 25 }, "end": { - "line": 1544, + "line": 1586, "column": 26 } } @@ -764341,15 +764828,15 @@ "binop": null }, "value": "width", - "start": 69656, - "end": 69661, + "start": 72046, + "end": 72051, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 26 }, "end": { - "line": 1544, + "line": 1586, "column": 31 } } @@ -764368,15 +764855,15 @@ "updateContext": null }, "value": "=", - "start": 69662, - "end": 69663, + "start": 72052, + "end": 72053, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 32 }, "end": { - "line": 1544, + "line": 1586, "column": 33 } } @@ -764396,15 +764883,15 @@ "updateContext": null }, "value": "this", - "start": 69664, - "end": 69668, + "start": 72054, + "end": 72058, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 34 }, "end": { - "line": 1544, + "line": 1586, "column": 38 } } @@ -764422,15 +764909,15 @@ "binop": null, "updateContext": null }, - "start": 69668, - "end": 69669, + "start": 72058, + "end": 72059, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 38 }, "end": { - "line": 1544, + "line": 1586, "column": 39 } } @@ -764448,15 +764935,15 @@ "binop": null }, "value": "numRound", - "start": 69669, - "end": 69677, + "start": 72059, + "end": 72067, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 39 }, "end": { - "line": 1544, + "line": 1586, "column": 47 } } @@ -764473,15 +764960,15 @@ "postfix": false, "binop": null }, - "start": 69677, - "end": 69678, + "start": 72067, + "end": 72068, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 47 }, "end": { - "line": 1544, + "line": 1586, "column": 48 } } @@ -764499,15 +764986,15 @@ "binop": null }, "value": "_w", - "start": 69679, - "end": 69681, + "start": 72069, + "end": 72071, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 49 }, "end": { - "line": 1544, + "line": 1586, "column": 51 } } @@ -764525,15 +765012,15 @@ "binop": null, "updateContext": null }, - "start": 69681, - "end": 69682, + "start": 72071, + "end": 72072, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 51 }, "end": { - "line": 1544, + "line": 1586, "column": 52 } } @@ -764552,15 +765039,15 @@ "updateContext": null }, "value": 2, - "start": 69683, - "end": 69684, + "start": 72073, + "end": 72074, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 53 }, "end": { - "line": 1544, + "line": 1586, "column": 54 } } @@ -764577,15 +765064,15 @@ "postfix": false, "binop": null }, - "start": 69685, - "end": 69686, + "start": 72075, + "end": 72076, "loc": { "start": { - "line": 1544, + "line": 1586, "column": 55 }, "end": { - "line": 1544, + "line": 1586, "column": 56 } } @@ -764605,15 +765092,15 @@ "updateContext": null }, "value": "if", - "start": 69720, - "end": 69722, + "start": 72110, + "end": 72112, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 16 }, "end": { - "line": 1546, + "line": 1588, "column": 18 } } @@ -764630,15 +765117,15 @@ "postfix": false, "binop": null }, - "start": 69723, - "end": 69724, + "start": 72113, + "end": 72114, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 19 }, "end": { - "line": 1546, + "line": 1588, "column": 20 } } @@ -764656,15 +765143,15 @@ "binop": null }, "value": "_opts", - "start": 69725, - "end": 69730, + "start": 72115, + "end": 72120, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 21 }, "end": { - "line": 1546, + "line": 1588, "column": 26 } } @@ -764682,15 +765169,15 @@ "binop": null, "updateContext": null }, - "start": 69730, - "end": 69731, + "start": 72120, + "end": 72121, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 26 }, "end": { - "line": 1546, + "line": 1588, "column": 27 } } @@ -764708,15 +765195,15 @@ "binop": null }, "value": "eventMeta", - "start": 69731, - "end": 69740, + "start": 72121, + "end": 72130, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 27 }, "end": { - "line": 1546, + "line": 1588, "column": 36 } } @@ -764734,15 +765221,15 @@ "binop": null, "updateContext": null }, - "start": 69740, - "end": 69741, + "start": 72130, + "end": 72131, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 36 }, "end": { - "line": 1546, + "line": 1588, "column": 37 } } @@ -764760,15 +765247,15 @@ "binop": null }, "value": "display", - "start": 69741, - "end": 69748, + "start": 72131, + "end": 72138, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 37 }, "end": { - "line": 1546, + "line": 1588, "column": 44 } } @@ -764785,15 +765272,15 @@ "postfix": false, "binop": null }, - "start": 69749, - "end": 69750, + "start": 72139, + "end": 72140, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 45 }, "end": { - "line": 1546, + "line": 1588, "column": 46 } } @@ -764810,15 +765297,15 @@ "postfix": false, "binop": null }, - "start": 69751, - "end": 69752, + "start": 72141, + "end": 72142, "loc": { "start": { - "line": 1546, + "line": 1588, "column": 47 }, "end": { - "line": 1546, + "line": 1588, "column": 48 } } @@ -764838,15 +765325,15 @@ "updateContext": null }, "value": "if", - "start": 69773, - "end": 69775, + "start": 72163, + "end": 72165, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 20 }, "end": { - "line": 1547, + "line": 1589, "column": 22 } } @@ -764863,15 +765350,15 @@ "postfix": false, "binop": null }, - "start": 69776, - "end": 69777, + "start": 72166, + "end": 72167, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 23 }, "end": { - "line": 1547, + "line": 1589, "column": 24 } } @@ -764891,15 +765378,15 @@ "updateContext": null }, "value": "this", - "start": 69778, - "end": 69782, + "start": 72168, + "end": 72172, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 25 }, "end": { - "line": 1547, + "line": 1589, "column": 29 } } @@ -764917,15 +765404,15 @@ "binop": null, "updateContext": null }, - "start": 69782, - "end": 69783, + "start": 72172, + "end": 72173, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 29 }, "end": { - "line": 1547, + "line": 1589, "column": 30 } } @@ -764943,15 +765430,15 @@ "binop": null }, "value": "is_empty", - "start": 69783, - "end": 69791, + "start": 72173, + "end": 72181, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 30 }, "end": { - "line": 1547, + "line": 1589, "column": 38 } } @@ -764968,15 +765455,15 @@ "postfix": false, "binop": null }, - "start": 69791, - "end": 69792, + "start": 72181, + "end": 72182, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 38 }, "end": { - "line": 1547, + "line": 1589, "column": 39 } } @@ -764994,15 +765481,15 @@ "binop": null }, "value": "_opts", - "start": 69793, - "end": 69798, + "start": 72183, + "end": 72188, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 40 }, "end": { - "line": 1547, + "line": 1589, "column": 45 } } @@ -765020,15 +765507,15 @@ "binop": null, "updateContext": null }, - "start": 69798, - "end": 69799, + "start": 72188, + "end": 72189, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 45 }, "end": { - "line": 1547, + "line": 1589, "column": 46 } } @@ -765046,15 +765533,15 @@ "binop": null }, "value": "eventMeta", - "start": 69799, - "end": 69808, + "start": 72189, + "end": 72198, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 46 }, "end": { - "line": 1547, + "line": 1589, "column": 55 } } @@ -765072,15 +765559,15 @@ "binop": null, "updateContext": null }, - "start": 69808, - "end": 69809, + "start": 72198, + "end": 72199, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 55 }, "end": { - "line": 1547, + "line": 1589, "column": 56 } } @@ -765098,15 +765585,15 @@ "binop": null }, "value": "content", - "start": 69809, - "end": 69816, + "start": 72199, + "end": 72206, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 56 }, "end": { - "line": 1547, + "line": 1589, "column": 63 } } @@ -765123,15 +765610,15 @@ "postfix": false, "binop": null }, - "start": 69817, - "end": 69818, + "start": 72207, + "end": 72208, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 64 }, "end": { - "line": 1547, + "line": 1589, "column": 65 } } @@ -765150,15 +765637,15 @@ "updateContext": null }, "value": "&&", - "start": 69819, - "end": 69821, + "start": 72209, + "end": 72211, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 66 }, "end": { - "line": 1547, + "line": 1589, "column": 68 } } @@ -765177,15 +765664,15 @@ "updateContext": null }, "value": "!", - "start": 69822, - "end": 69823, + "start": 72212, + "end": 72213, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 69 }, "end": { - "line": 1547, + "line": 1589, "column": 70 } } @@ -765203,15 +765690,15 @@ "binop": null }, "value": "params", - "start": 69824, - "end": 69830, + "start": 72214, + "end": 72220, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 71 }, "end": { - "line": 1547, + "line": 1589, "column": 77 } } @@ -765229,15 +765716,15 @@ "binop": null, "updateContext": null }, - "start": 69830, - "end": 69831, + "start": 72220, + "end": 72221, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 77 }, "end": { - "line": 1547, + "line": 1589, "column": 78 } } @@ -765255,15 +765742,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 69831, - "end": 69845, + "start": 72221, + "end": 72235, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 78 }, "end": { - "line": 1547, + "line": 1589, "column": 92 } } @@ -765280,15 +765767,15 @@ "postfix": false, "binop": null }, - "start": 69845, - "end": 69846, + "start": 72235, + "end": 72236, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 92 }, "end": { - "line": 1547, + "line": 1589, "column": 93 } } @@ -765307,15 +765794,15 @@ "updateContext": null }, "value": "rangeMeta", - "start": 69847, - "end": 69858, + "start": 72237, + "end": 72248, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 94 }, "end": { - "line": 1547, + "line": 1589, "column": 105 } } @@ -765332,15 +765819,15 @@ "postfix": false, "binop": null }, - "start": 69859, - "end": 69860, + "start": 72249, + "end": 72250, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 106 }, "end": { - "line": 1547, + "line": 1589, "column": 107 } } @@ -765357,15 +765844,15 @@ "postfix": false, "binop": null }, - "start": 69861, - "end": 69862, + "start": 72251, + "end": 72252, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 108 }, "end": { - "line": 1547, + "line": 1589, "column": 109 } } @@ -765382,15 +765869,15 @@ "postfix": false, "binop": null }, - "start": 69863, - "end": 69864, + "start": 72253, + "end": 72254, "loc": { "start": { - "line": 1547, + "line": 1589, "column": 110 }, "end": { - "line": 1547, + "line": 1589, "column": 111 } } @@ -765398,15 +765885,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )", - "start": 69865, - "end": 69973, + "start": 72255, + "end": 72363, "loc": { "start": { - "line": 1548, + "line": 1590, "column": 0 }, "end": { - "line": 1548, + "line": 1590, "column": 108 } } @@ -765424,15 +765911,15 @@ "binop": null }, "value": "new_event", - "start": 70023, - "end": 70032, + "start": 72413, + "end": 72422, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 24 }, "end": { - "line": 1550, + "line": 1592, "column": 33 } } @@ -765450,15 +765937,15 @@ "binop": null, "updateContext": null }, - "start": 70032, - "end": 70033, + "start": 72422, + "end": 72423, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 33 }, "end": { - "line": 1550, + "line": 1592, "column": 34 } } @@ -765476,15 +765963,15 @@ "binop": null }, "value": "rangeMeta", - "start": 70033, - "end": 70042, + "start": 72423, + "end": 72432, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 34 }, "end": { - "line": 1550, + "line": 1592, "column": 43 } } @@ -765503,15 +765990,15 @@ "updateContext": null }, "value": "+=", - "start": 70043, - "end": 70045, + "start": 72433, + "end": 72435, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 44 }, "end": { - "line": 1550, + "line": 1592, "column": 46 } } @@ -765531,15 +766018,15 @@ "updateContext": null }, "value": "this", - "start": 70046, - "end": 70050, + "start": 72436, + "end": 72440, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 47 }, "end": { - "line": 1550, + "line": 1592, "column": 51 } } @@ -765557,15 +766044,15 @@ "binop": null, "updateContext": null }, - "start": 70050, - "end": 70051, + "start": 72440, + "end": 72441, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 51 }, "end": { - "line": 1550, + "line": 1592, "column": 52 } } @@ -765583,15 +766070,15 @@ "binop": null }, "value": "getLocaleString", - "start": 70051, - "end": 70066, + "start": 72441, + "end": 72456, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 52 }, "end": { - "line": 1550, + "line": 1592, "column": 67 } } @@ -765608,15 +766095,15 @@ "postfix": false, "binop": null }, - "start": 70066, - "end": 70067, + "start": 72456, + "end": 72457, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 67 }, "end": { - "line": 1550, + "line": 1592, "column": 68 } } @@ -765634,15 +766121,15 @@ "binop": null }, "value": "params", - "start": 70068, - "end": 70074, + "start": 72458, + "end": 72464, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 69 }, "end": { - "line": 1550, + "line": 1592, "column": 75 } } @@ -765660,15 +766147,15 @@ "binop": null, "updateContext": null }, - "start": 70074, - "end": 70075, + "start": 72464, + "end": 72465, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 75 }, "end": { - "line": 1550, + "line": 1592, "column": 76 } } @@ -765686,15 +766173,15 @@ "binop": null }, "value": "start", - "start": 70075, - "end": 70080, + "start": 72465, + "end": 72470, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 76 }, "end": { - "line": 1550, + "line": 1592, "column": 81 } } @@ -765712,15 +766199,15 @@ "binop": null, "updateContext": null }, - "start": 70080, - "end": 70081, + "start": 72470, + "end": 72471, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 81 }, "end": { - "line": 1550, + "line": 1592, "column": 82 } } @@ -765738,15 +766225,15 @@ "binop": null }, "value": "_opts", - "start": 70082, - "end": 70087, + "start": 72472, + "end": 72477, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 83 }, "end": { - "line": 1550, + "line": 1592, "column": 88 } } @@ -765764,15 +766251,15 @@ "binop": null, "updateContext": null }, - "start": 70087, - "end": 70088, + "start": 72477, + "end": 72478, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 88 }, "end": { - "line": 1550, + "line": 1592, "column": 89 } } @@ -765790,15 +766277,15 @@ "binop": null }, "value": "eventMeta", - "start": 70088, - "end": 70097, + "start": 72478, + "end": 72487, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 89 }, "end": { - "line": 1550, + "line": 1592, "column": 98 } } @@ -765816,15 +766303,15 @@ "binop": null, "updateContext": null }, - "start": 70097, - "end": 70098, + "start": 72487, + "end": 72488, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 98 }, "end": { - "line": 1550, + "line": 1592, "column": 99 } } @@ -765842,15 +766329,15 @@ "binop": null }, "value": "scale", - "start": 70098, - "end": 70103, + "start": 72488, + "end": 72493, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 99 }, "end": { - "line": 1550, + "line": 1592, "column": 104 } } @@ -765868,15 +766355,15 @@ "binop": null, "updateContext": null }, - "start": 70103, - "end": 70104, + "start": 72493, + "end": 72494, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 104 }, "end": { - "line": 1550, + "line": 1592, "column": 105 } } @@ -765894,15 +766381,15 @@ "binop": null }, "value": "_opts", - "start": 70105, - "end": 70110, + "start": 72495, + "end": 72500, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 106 }, "end": { - "line": 1550, + "line": 1592, "column": 111 } } @@ -765920,15 +766407,15 @@ "binop": null, "updateContext": null }, - "start": 70110, - "end": 70111, + "start": 72500, + "end": 72501, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 111 }, "end": { - "line": 1550, + "line": 1592, "column": 112 } } @@ -765946,15 +766433,15 @@ "binop": null }, "value": "eventMeta", - "start": 70111, - "end": 70120, + "start": 72501, + "end": 72510, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 112 }, "end": { - "line": 1550, + "line": 1592, "column": 121 } } @@ -765972,15 +766459,15 @@ "binop": null, "updateContext": null }, - "start": 70120, - "end": 70121, + "start": 72510, + "end": 72511, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 121 }, "end": { - "line": 1550, + "line": 1592, "column": 122 } } @@ -765998,15 +766485,15 @@ "binop": null }, "value": "locale", - "start": 70121, - "end": 70127, + "start": 72511, + "end": 72517, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 122 }, "end": { - "line": 1550, + "line": 1592, "column": 128 } } @@ -766024,15 +766511,15 @@ "binop": null, "updateContext": null }, - "start": 70127, - "end": 70128, + "start": 72517, + "end": 72518, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 128 }, "end": { - "line": 1550, + "line": 1592, "column": 129 } } @@ -766050,15 +766537,15 @@ "binop": null }, "value": "_opts", - "start": 70129, - "end": 70134, + "start": 72519, + "end": 72524, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 130 }, "end": { - "line": 1550, + "line": 1592, "column": 135 } } @@ -766076,15 +766563,15 @@ "binop": null, "updateContext": null }, - "start": 70134, - "end": 70135, + "start": 72524, + "end": 72525, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 135 }, "end": { - "line": 1550, + "line": 1592, "column": 136 } } @@ -766102,15 +766589,15 @@ "binop": null }, "value": "eventMeta", - "start": 70135, - "end": 70144, + "start": 72525, + "end": 72534, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 136 }, "end": { - "line": 1550, + "line": 1592, "column": 145 } } @@ -766128,15 +766615,15 @@ "binop": null, "updateContext": null }, - "start": 70144, - "end": 70145, + "start": 72534, + "end": 72535, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 145 }, "end": { - "line": 1550, + "line": 1592, "column": 146 } } @@ -766154,15 +766641,15 @@ "binop": null }, "value": "format", - "start": 70145, - "end": 70151, + "start": 72535, + "end": 72541, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 146 }, "end": { - "line": 1550, + "line": 1592, "column": 152 } } @@ -766179,15 +766666,15 @@ "postfix": false, "binop": null }, - "start": 70152, - "end": 70153, + "start": 72542, + "end": 72543, "loc": { "start": { - "line": 1550, + "line": 1592, "column": 153 }, "end": { - "line": 1550, + "line": 1592, "column": 154 } } @@ -766205,15 +766692,15 @@ "binop": null }, "value": "new_event", - "start": 70178, - "end": 70187, + "start": 72568, + "end": 72577, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 24 }, "end": { - "line": 1551, + "line": 1593, "column": 33 } } @@ -766231,15 +766718,15 @@ "binop": null, "updateContext": null }, - "start": 70187, - "end": 70188, + "start": 72577, + "end": 72578, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 33 }, "end": { - "line": 1551, + "line": 1593, "column": 34 } } @@ -766257,15 +766744,15 @@ "binop": null }, "value": "rangeMeta", - "start": 70188, - "end": 70197, + "start": 72578, + "end": 72587, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 34 }, "end": { - "line": 1551, + "line": 1593, "column": 43 } } @@ -766284,15 +766771,15 @@ "updateContext": null }, "value": "+=", - "start": 70198, - "end": 70200, + "start": 72588, + "end": 72590, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 44 }, "end": { - "line": 1551, + "line": 1593, "column": 46 } } @@ -766309,15 +766796,15 @@ "postfix": false, "binop": null }, - "start": 70201, - "end": 70202, + "start": 72591, + "end": 72592, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 47 }, "end": { - "line": 1551, + "line": 1593, "column": 48 } } @@ -766336,15 +766823,15 @@ "updateContext": null }, "value": " - ", - "start": 70202, - "end": 70205, + "start": 72592, + "end": 72595, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 48 }, "end": { - "line": 1551, + "line": 1593, "column": 51 } } @@ -766361,15 +766848,15 @@ "postfix": false, "binop": null }, - "start": 70205, - "end": 70207, + "start": 72595, + "end": 72597, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 51 }, "end": { - "line": 1551, + "line": 1593, "column": 53 } } @@ -766389,15 +766876,15 @@ "updateContext": null }, "value": "this", - "start": 70207, - "end": 70211, + "start": 72597, + "end": 72601, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 53 }, "end": { - "line": 1551, + "line": 1593, "column": 57 } } @@ -766415,15 +766902,15 @@ "binop": null, "updateContext": null }, - "start": 70211, - "end": 70212, + "start": 72601, + "end": 72602, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 57 }, "end": { - "line": 1551, + "line": 1593, "column": 58 } } @@ -766441,15 +766928,15 @@ "binop": null }, "value": "getLocaleString", - "start": 70212, - "end": 70227, + "start": 72602, + "end": 72617, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 58 }, "end": { - "line": 1551, + "line": 1593, "column": 73 } } @@ -766466,15 +766953,15 @@ "postfix": false, "binop": null }, - "start": 70227, - "end": 70228, + "start": 72617, + "end": 72618, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 73 }, "end": { - "line": 1551, + "line": 1593, "column": 74 } } @@ -766492,15 +766979,15 @@ "binop": null }, "value": "params", - "start": 70229, - "end": 70235, + "start": 72619, + "end": 72625, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 75 }, "end": { - "line": 1551, + "line": 1593, "column": 81 } } @@ -766518,15 +767005,15 @@ "binop": null, "updateContext": null }, - "start": 70235, - "end": 70236, + "start": 72625, + "end": 72626, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 81 }, "end": { - "line": 1551, + "line": 1593, "column": 82 } } @@ -766544,15 +767031,15 @@ "binop": null }, "value": "end", - "start": 70236, - "end": 70239, + "start": 72626, + "end": 72629, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 82 }, "end": { - "line": 1551, + "line": 1593, "column": 85 } } @@ -766570,15 +767057,15 @@ "binop": null, "updateContext": null }, - "start": 70239, - "end": 70240, + "start": 72629, + "end": 72630, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 85 }, "end": { - "line": 1551, + "line": 1593, "column": 86 } } @@ -766596,15 +767083,15 @@ "binop": null }, "value": "_opts", - "start": 70241, - "end": 70246, + "start": 72631, + "end": 72636, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 87 }, "end": { - "line": 1551, + "line": 1593, "column": 92 } } @@ -766622,15 +767109,15 @@ "binop": null, "updateContext": null }, - "start": 70246, - "end": 70247, + "start": 72636, + "end": 72637, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 92 }, "end": { - "line": 1551, + "line": 1593, "column": 93 } } @@ -766648,15 +767135,15 @@ "binop": null }, "value": "eventMeta", - "start": 70247, - "end": 70256, + "start": 72637, + "end": 72646, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 93 }, "end": { - "line": 1551, + "line": 1593, "column": 102 } } @@ -766674,15 +767161,15 @@ "binop": null, "updateContext": null }, - "start": 70256, - "end": 70257, + "start": 72646, + "end": 72647, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 102 }, "end": { - "line": 1551, + "line": 1593, "column": 103 } } @@ -766700,15 +767187,15 @@ "binop": null }, "value": "scale", - "start": 70257, - "end": 70262, + "start": 72647, + "end": 72652, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 103 }, "end": { - "line": 1551, + "line": 1593, "column": 108 } } @@ -766726,15 +767213,15 @@ "binop": null, "updateContext": null }, - "start": 70262, - "end": 70263, + "start": 72652, + "end": 72653, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 108 }, "end": { - "line": 1551, + "line": 1593, "column": 109 } } @@ -766752,15 +767239,15 @@ "binop": null }, "value": "_opts", - "start": 70264, - "end": 70269, + "start": 72654, + "end": 72659, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 110 }, "end": { - "line": 1551, + "line": 1593, "column": 115 } } @@ -766778,15 +767265,15 @@ "binop": null, "updateContext": null }, - "start": 70269, - "end": 70270, + "start": 72659, + "end": 72660, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 115 }, "end": { - "line": 1551, + "line": 1593, "column": 116 } } @@ -766804,15 +767291,15 @@ "binop": null }, "value": "eventMeta", - "start": 70270, - "end": 70279, + "start": 72660, + "end": 72669, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 116 }, "end": { - "line": 1551, + "line": 1593, "column": 125 } } @@ -766830,15 +767317,15 @@ "binop": null, "updateContext": null }, - "start": 70279, - "end": 70280, + "start": 72669, + "end": 72670, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 125 }, "end": { - "line": 1551, + "line": 1593, "column": 126 } } @@ -766856,15 +767343,15 @@ "binop": null }, "value": "locale", - "start": 70280, - "end": 70286, + "start": 72670, + "end": 72676, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 126 }, "end": { - "line": 1551, + "line": 1593, "column": 132 } } @@ -766882,15 +767369,15 @@ "binop": null, "updateContext": null }, - "start": 70286, - "end": 70287, + "start": 72676, + "end": 72677, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 132 }, "end": { - "line": 1551, + "line": 1593, "column": 133 } } @@ -766908,15 +767395,15 @@ "binop": null }, "value": "_opts", - "start": 70288, - "end": 70293, + "start": 72678, + "end": 72683, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 134 }, "end": { - "line": 1551, + "line": 1593, "column": 139 } } @@ -766934,15 +767421,15 @@ "binop": null, "updateContext": null }, - "start": 70293, - "end": 70294, + "start": 72683, + "end": 72684, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 139 }, "end": { - "line": 1551, + "line": 1593, "column": 140 } } @@ -766960,15 +767447,15 @@ "binop": null }, "value": "eventMeta", - "start": 70294, - "end": 70303, + "start": 72684, + "end": 72693, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 140 }, "end": { - "line": 1551, + "line": 1593, "column": 149 } } @@ -766986,15 +767473,15 @@ "binop": null, "updateContext": null }, - "start": 70303, - "end": 70304, + "start": 72693, + "end": 72694, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 149 }, "end": { - "line": 1551, + "line": 1593, "column": 150 } } @@ -767012,15 +767499,15 @@ "binop": null }, "value": "format", - "start": 70304, - "end": 70310, + "start": 72694, + "end": 72700, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 150 }, "end": { - "line": 1551, + "line": 1593, "column": 156 } } @@ -767037,15 +767524,15 @@ "postfix": false, "binop": null }, - "start": 70311, - "end": 70312, + "start": 72701, + "end": 72702, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 157 }, "end": { - "line": 1551, + "line": 1593, "column": 158 } } @@ -767062,15 +767549,15 @@ "postfix": false, "binop": null }, - "start": 70312, - "end": 70313, + "start": 72702, + "end": 72703, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 158 }, "end": { - "line": 1551, + "line": 1593, "column": 159 } } @@ -767089,15 +767576,15 @@ "updateContext": null }, "value": "", - "start": 70313, - "end": 70313, + "start": 72703, + "end": 72703, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 159 }, "end": { - "line": 1551, + "line": 1593, "column": 159 } } @@ -767114,15 +767601,15 @@ "postfix": false, "binop": null }, - "start": 70313, - "end": 70314, + "start": 72703, + "end": 72704, "loc": { "start": { - "line": 1551, + "line": 1593, "column": 159 }, "end": { - "line": 1551, + "line": 1593, "column": 160 } } @@ -767139,15 +767626,15 @@ "postfix": false, "binop": null }, - "start": 70335, - "end": 70336, + "start": 72725, + "end": 72726, "loc": { "start": { - "line": 1552, + "line": 1594, "column": 20 }, "end": { - "line": 1552, + "line": 1594, "column": 21 } } @@ -767167,15 +767654,15 @@ "updateContext": null }, "value": "else", - "start": 70337, - "end": 70341, + "start": 72727, + "end": 72731, "loc": { "start": { - "line": 1552, + "line": 1594, "column": 22 }, "end": { - "line": 1552, + "line": 1594, "column": 26 } } @@ -767192,15 +767679,15 @@ "postfix": false, "binop": null }, - "start": 70342, - "end": 70343, + "start": 72732, + "end": 72733, "loc": { "start": { - "line": 1552, + "line": 1594, "column": 27 }, "end": { - "line": 1552, + "line": 1594, "column": 28 } } @@ -767218,15 +767705,15 @@ "binop": null }, "value": "new_event", - "start": 70368, - "end": 70377, + "start": 72758, + "end": 72767, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 24 }, "end": { - "line": 1553, + "line": 1595, "column": 33 } } @@ -767244,15 +767731,15 @@ "binop": null, "updateContext": null }, - "start": 70377, - "end": 70378, + "start": 72767, + "end": 72768, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 33 }, "end": { - "line": 1553, + "line": 1595, "column": 34 } } @@ -767270,15 +767757,15 @@ "binop": null }, "value": "rangeMeta", - "start": 70378, - "end": 70387, + "start": 72768, + "end": 72777, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 34 }, "end": { - "line": 1553, + "line": 1595, "column": 43 } } @@ -767297,15 +767784,15 @@ "updateContext": null }, "value": "=", - "start": 70388, - "end": 70389, + "start": 72778, + "end": 72779, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 44 }, "end": { - "line": 1553, + "line": 1595, "column": 45 } } @@ -767323,15 +767810,15 @@ "binop": null }, "value": "_opts", - "start": 70390, - "end": 70395, + "start": 72780, + "end": 72785, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 46 }, "end": { - "line": 1553, + "line": 1595, "column": 51 } } @@ -767349,15 +767836,15 @@ "binop": null, "updateContext": null }, - "start": 70395, - "end": 70396, + "start": 72785, + "end": 72786, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 51 }, "end": { - "line": 1553, + "line": 1595, "column": 52 } } @@ -767375,15 +767862,15 @@ "binop": null }, "value": "eventMeta", - "start": 70396, - "end": 70405, + "start": 72786, + "end": 72795, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 52 }, "end": { - "line": 1553, + "line": 1595, "column": 61 } } @@ -767401,15 +767888,15 @@ "binop": null, "updateContext": null }, - "start": 70405, - "end": 70406, + "start": 72795, + "end": 72796, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 61 }, "end": { - "line": 1553, + "line": 1595, "column": 62 } } @@ -767427,15 +767914,15 @@ "binop": null }, "value": "content", - "start": 70406, - "end": 70413, + "start": 72796, + "end": 72803, "loc": { "start": { - "line": 1553, + "line": 1595, "column": 62 }, "end": { - "line": 1553, + "line": 1595, "column": 69 } } @@ -767452,15 +767939,15 @@ "postfix": false, "binop": null }, - "start": 70434, - "end": 70435, + "start": 72824, + "end": 72825, "loc": { "start": { - "line": 1554, + "line": 1596, "column": 20 }, "end": { - "line": 1554, + "line": 1596, "column": 21 } } @@ -767477,15 +767964,15 @@ "postfix": false, "binop": null }, - "start": 70452, - "end": 70453, + "start": 72842, + "end": 72843, "loc": { "start": { - "line": 1555, + "line": 1597, "column": 16 }, "end": { - "line": 1555, + "line": 1597, "column": 17 } } @@ -767502,15 +767989,15 @@ "postfix": false, "binop": null }, - "start": 70466, - "end": 70467, + "start": 72856, + "end": 72857, "loc": { "start": { - "line": 1556, + "line": 1598, "column": 12 }, "end": { - "line": 1556, + "line": 1598, "column": 13 } } @@ -767530,15 +768017,15 @@ "updateContext": null }, "value": "else", - "start": 70468, - "end": 70472, + "start": 72858, + "end": 72862, "loc": { "start": { - "line": 1556, + "line": 1598, "column": 14 }, "end": { - "line": 1556, + "line": 1598, "column": 18 } } @@ -767555,15 +768042,15 @@ "postfix": false, "binop": null }, - "start": 70473, - "end": 70474, + "start": 72863, + "end": 72864, "loc": { "start": { - "line": 1556, + "line": 1598, "column": 19 }, "end": { - "line": 1556, + "line": 1598, "column": 20 } } @@ -767581,15 +768068,15 @@ "binop": null }, "value": "new_event", - "start": 70491, - "end": 70500, + "start": 72881, + "end": 72890, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 16 }, "end": { - "line": 1557, + "line": 1599, "column": 25 } } @@ -767607,15 +768094,15 @@ "binop": null, "updateContext": null }, - "start": 70500, - "end": 70501, + "start": 72890, + "end": 72891, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 25 }, "end": { - "line": 1557, + "line": 1599, "column": 26 } } @@ -767633,15 +768120,15 @@ "binop": null }, "value": "width", - "start": 70501, - "end": 70506, + "start": 72891, + "end": 72896, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 26 }, "end": { - "line": 1557, + "line": 1599, "column": 31 } } @@ -767660,15 +768147,15 @@ "updateContext": null }, "value": "=", - "start": 70507, - "end": 70508, + "start": 72897, + "end": 72898, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 32 }, "end": { - "line": 1557, + "line": 1599, "column": 33 } } @@ -767687,15 +768174,15 @@ "updateContext": null }, "value": 0, - "start": 70509, - "end": 70510, + "start": 72899, + "end": 72900, "loc": { "start": { - "line": 1557, + "line": 1599, "column": 34 }, "end": { - "line": 1557, + "line": 1599, "column": 35 } } @@ -767712,15 +768199,15 @@ "postfix": false, "binop": null }, - "start": 70523, - "end": 70524, + "start": 72913, + "end": 72914, "loc": { "start": { - "line": 1558, + "line": 1600, "column": 12 }, "end": { - "line": 1558, + "line": 1600, "column": 13 } } @@ -767728,15 +768215,15 @@ { "type": "CommentLine", "value": "console.log( 'getX:', _x, 'getW:', _w, event_element )", - "start": 70525, - "end": 70581, + "start": 72915, + "end": 72971, "loc": { "start": { - "line": 1559, + "line": 1601, "column": 0 }, "end": { - "line": 1559, + "line": 1601, "column": 56 } } @@ -767756,15 +768243,15 @@ "updateContext": null }, "value": "if", - "start": 70594, - "end": 70596, + "start": 72984, + "end": 72986, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 12 }, "end": { - "line": 1560, + "line": 1602, "column": 14 } } @@ -767781,15 +768268,15 @@ "postfix": false, "binop": null }, - "start": 70597, - "end": 70598, + "start": 72987, + "end": 72988, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 15 }, "end": { - "line": 1560, + "line": 1602, "column": 16 } } @@ -767807,15 +768294,15 @@ "binop": null }, "value": "params", - "start": 70599, - "end": 70605, + "start": 72989, + "end": 72995, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 17 }, "end": { - "line": 1560, + "line": 1602, "column": 23 } } @@ -767833,15 +768320,15 @@ "binop": null, "updateContext": null }, - "start": 70605, - "end": 70606, + "start": 72995, + "end": 72996, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 23 }, "end": { - "line": 1560, + "line": 1602, "column": 24 } } @@ -767859,15 +768346,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 70606, - "end": 70620, + "start": 72996, + "end": 73010, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 24 }, "end": { - "line": 1560, + "line": 1602, "column": 38 } } @@ -767884,15 +768371,15 @@ "postfix": false, "binop": null }, - "start": 70620, - "end": 70621, + "start": 73010, + "end": 73011, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 38 }, "end": { - "line": 1560, + "line": 1602, "column": 39 } } @@ -767911,15 +768398,15 @@ "updateContext": null }, "value": "row", - "start": 70622, - "end": 70627, + "start": 73012, + "end": 73017, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 40 }, "end": { - "line": 1560, + "line": 1602, "column": 45 } } @@ -767936,15 +768423,15 @@ "postfix": false, "binop": null }, - "start": 70628, - "end": 70629, + "start": 73018, + "end": 73019, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 46 }, "end": { - "line": 1560, + "line": 1602, "column": 47 } } @@ -767961,15 +768448,15 @@ "postfix": false, "binop": null }, - "start": 70630, - "end": 70631, + "start": 73020, + "end": 73021, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 48 }, "end": { - "line": 1560, + "line": 1602, "column": 49 } } @@ -767986,15 +768473,15 @@ "postfix": false, "binop": null }, - "start": 70632, - "end": 70633, + "start": 73022, + "end": 73023, "loc": { "start": { - "line": 1560, + "line": 1602, "column": 50 }, "end": { - "line": 1560, + "line": 1602, "column": 51 } } @@ -768012,15 +768499,15 @@ "binop": null }, "value": "_c", - "start": 70650, - "end": 70652, + "start": 73040, + "end": 73042, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 16 }, "end": { - "line": 1561, + "line": 1603, "column": 18 } } @@ -768039,15 +768526,15 @@ "updateContext": null }, "value": "=", - "start": 70653, - "end": 70654, + "start": 73043, + "end": 73044, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 19 }, "end": { - "line": 1561, + "line": 1603, "column": 20 } } @@ -768065,15 +768552,15 @@ "binop": null }, "value": "Math", - "start": 70655, - "end": 70659, + "start": 73045, + "end": 73049, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 21 }, "end": { - "line": 1561, + "line": 1603, "column": 25 } } @@ -768091,15 +768578,15 @@ "binop": null, "updateContext": null }, - "start": 70659, - "end": 70660, + "start": 73049, + "end": 73050, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 25 }, "end": { - "line": 1561, + "line": 1603, "column": 26 } } @@ -768117,15 +768604,15 @@ "binop": null }, "value": "floor", - "start": 70660, - "end": 70665, + "start": 73050, + "end": 73055, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 26 }, "end": { - "line": 1561, + "line": 1603, "column": 31 } } @@ -768142,15 +768629,15 @@ "postfix": false, "binop": null }, - "start": 70665, - "end": 70666, + "start": 73055, + "end": 73056, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 31 }, "end": { - "line": 1561, + "line": 1603, "column": 32 } } @@ -768168,15 +768655,15 @@ "binop": null }, "value": "params", - "start": 70667, - "end": 70673, + "start": 73057, + "end": 73063, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 33 }, "end": { - "line": 1561, + "line": 1603, "column": 39 } } @@ -768194,15 +768681,15 @@ "binop": null, "updateContext": null }, - "start": 70673, - "end": 70674, + "start": 73063, + "end": 73064, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 39 }, "end": { - "line": 1561, + "line": 1603, "column": 40 } } @@ -768220,15 +768707,15 @@ "binop": null }, "value": "row", - "start": 70674, - "end": 70677, + "start": 73064, + "end": 73067, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 40 }, "end": { - "line": 1561, + "line": 1603, "column": 43 } } @@ -768247,15 +768734,15 @@ "updateContext": null }, "value": "/", - "start": 70678, - "end": 70679, + "start": 73068, + "end": 73069, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 44 }, "end": { - "line": 1561, + "line": 1603, "column": 45 } } @@ -768274,15 +768761,15 @@ "updateContext": null }, "value": 2, - "start": 70680, - "end": 70681, + "start": 73070, + "end": 73071, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 46 }, "end": { - "line": 1561, + "line": 1603, "column": 47 } } @@ -768299,15 +768786,15 @@ "postfix": false, "binop": null }, - "start": 70682, - "end": 70683, + "start": 73072, + "end": 73073, "loc": { "start": { - "line": 1561, + "line": 1603, "column": 48 }, "end": { - "line": 1561, + "line": 1603, "column": 49 } } @@ -768325,15 +768812,15 @@ "binop": null }, "value": "new_event", - "start": 70700, - "end": 70709, + "start": 73090, + "end": 73099, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 16 }, "end": { - "line": 1562, + "line": 1604, "column": 25 } } @@ -768351,15 +768838,15 @@ "binop": null, "updateContext": null }, - "start": 70709, - "end": 70710, + "start": 73099, + "end": 73100, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 25 }, "end": { - "line": 1562, + "line": 1604, "column": 26 } } @@ -768377,15 +768864,15 @@ "binop": null }, "value": "y", - "start": 70710, - "end": 70711, + "start": 73100, + "end": 73101, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 26 }, "end": { - "line": 1562, + "line": 1604, "column": 27 } } @@ -768404,15 +768891,15 @@ "updateContext": null }, "value": "=", - "start": 70712, - "end": 70713, + "start": 73102, + "end": 73103, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 28 }, "end": { - "line": 1562, + "line": 1604, "column": 29 } } @@ -768429,15 +768916,15 @@ "postfix": false, "binop": null }, - "start": 70714, - "end": 70715, + "start": 73104, + "end": 73105, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 30 }, "end": { - "line": 1562, + "line": 1604, "column": 31 } } @@ -768455,15 +768942,15 @@ "binop": null }, "value": "params", - "start": 70716, - "end": 70722, + "start": 73106, + "end": 73112, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 32 }, "end": { - "line": 1562, + "line": 1604, "column": 38 } } @@ -768481,15 +768968,15 @@ "binop": null, "updateContext": null }, - "start": 70722, - "end": 70723, + "start": 73112, + "end": 73113, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 38 }, "end": { - "line": 1562, + "line": 1604, "column": 39 } } @@ -768507,15 +768994,15 @@ "binop": null }, "value": "row", - "start": 70723, - "end": 70726, + "start": 73113, + "end": 73116, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 39 }, "end": { - "line": 1562, + "line": 1604, "column": 42 } } @@ -768534,15 +769021,15 @@ "updateContext": null }, "value": "-", - "start": 70727, - "end": 70728, + "start": 73117, + "end": 73118, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 43 }, "end": { - "line": 1562, + "line": 1604, "column": 44 } } @@ -768561,15 +769048,15 @@ "updateContext": null }, "value": 1, - "start": 70729, - "end": 70730, + "start": 73119, + "end": 73120, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 45 }, "end": { - "line": 1562, + "line": 1604, "column": 46 } } @@ -768586,15 +769073,15 @@ "postfix": false, "binop": null }, - "start": 70731, - "end": 70732, + "start": 73121, + "end": 73122, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 47 }, "end": { - "line": 1562, + "line": 1604, "column": 48 } } @@ -768613,15 +769100,15 @@ "updateContext": null }, "value": "*", - "start": 70733, - "end": 70734, + "start": 73123, + "end": 73124, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 49 }, "end": { - "line": 1562, + "line": 1604, "column": 50 } } @@ -768639,15 +769126,15 @@ "binop": null }, "value": "_opts", - "start": 70735, - "end": 70740, + "start": 73125, + "end": 73130, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 51 }, "end": { - "line": 1562, + "line": 1604, "column": 56 } } @@ -768665,15 +769152,15 @@ "binop": null, "updateContext": null }, - "start": 70740, - "end": 70741, + "start": 73130, + "end": 73131, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 56 }, "end": { - "line": 1562, + "line": 1604, "column": 57 } } @@ -768691,15 +769178,15 @@ "binop": null }, "value": "rowHeight", - "start": 70741, - "end": 70750, + "start": 73131, + "end": 73140, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 57 }, "end": { - "line": 1562, + "line": 1604, "column": 66 } } @@ -768718,15 +769205,15 @@ "updateContext": null }, "value": "+", - "start": 70751, - "end": 70752, + "start": 73141, + "end": 73142, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 67 }, "end": { - "line": 1562, + "line": 1604, "column": 68 } } @@ -768744,15 +769231,15 @@ "binop": null }, "value": "new_event", - "start": 70753, - "end": 70762, + "start": 73143, + "end": 73152, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 69 }, "end": { - "line": 1562, + "line": 1604, "column": 78 } } @@ -768770,15 +769257,15 @@ "binop": null, "updateContext": null }, - "start": 70762, - "end": 70763, + "start": 73152, + "end": 73153, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 78 }, "end": { - "line": 1562, + "line": 1604, "column": 79 } } @@ -768796,15 +769283,15 @@ "binop": null }, "value": "margin", - "start": 70763, - "end": 70769, + "start": 73153, + "end": 73159, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 79 }, "end": { - "line": 1562, + "line": 1604, "column": 85 } } @@ -768823,15 +769310,15 @@ "updateContext": null }, "value": "+", - "start": 70770, - "end": 70771, + "start": 73160, + "end": 73161, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 86 }, "end": { - "line": 1562, + "line": 1604, "column": 87 } } @@ -768849,15 +769336,15 @@ "binop": null }, "value": "_c", - "start": 70772, - "end": 70774, + "start": 73162, + "end": 73164, "loc": { "start": { - "line": 1562, + "line": 1604, "column": 88 }, "end": { - "line": 1562, + "line": 1604, "column": 90 } } @@ -768874,15 +769361,15 @@ "postfix": false, "binop": null }, - "start": 70787, - "end": 70788, + "start": 73177, + "end": 73178, "loc": { "start": { - "line": 1563, + "line": 1605, "column": 12 }, "end": { - "line": 1563, + "line": 1605, "column": 13 } } @@ -768900,15 +769387,15 @@ "binop": null }, "value": "Object", - "start": 70814, - "end": 70820, + "start": 73204, + "end": 73210, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 12 }, "end": { - "line": 1565, + "line": 1607, "column": 18 } } @@ -768926,15 +769413,15 @@ "binop": null, "updateContext": null }, - "start": 70820, - "end": 70821, + "start": 73210, + "end": 73211, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 18 }, "end": { - "line": 1565, + "line": 1607, "column": 19 } } @@ -768952,15 +769439,15 @@ "binop": null }, "value": "keys", - "start": 70821, - "end": 70825, + "start": 73211, + "end": 73215, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 19 }, "end": { - "line": 1565, + "line": 1607, "column": 23 } } @@ -768977,15 +769464,15 @@ "postfix": false, "binop": null }, - "start": 70825, - "end": 70826, + "start": 73215, + "end": 73216, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 23 }, "end": { - "line": 1565, + "line": 1607, "column": 24 } } @@ -769003,15 +769490,15 @@ "binop": null }, "value": "new_event", - "start": 70827, - "end": 70836, + "start": 73217, + "end": 73226, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 25 }, "end": { - "line": 1565, + "line": 1607, "column": 34 } } @@ -769028,15 +769515,15 @@ "postfix": false, "binop": null }, - "start": 70837, - "end": 70838, + "start": 73227, + "end": 73228, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 35 }, "end": { - "line": 1565, + "line": 1607, "column": 36 } } @@ -769054,15 +769541,15 @@ "binop": null, "updateContext": null }, - "start": 70838, - "end": 70839, + "start": 73228, + "end": 73229, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 36 }, "end": { - "line": 1565, + "line": 1607, "column": 37 } } @@ -769080,15 +769567,15 @@ "binop": null }, "value": "forEach", - "start": 70839, - "end": 70846, + "start": 73229, + "end": 73236, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 37 }, "end": { - "line": 1565, + "line": 1607, "column": 44 } } @@ -769105,15 +769592,15 @@ "postfix": false, "binop": null }, - "start": 70846, - "end": 70847, + "start": 73236, + "end": 73237, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 44 }, "end": { - "line": 1565, + "line": 1607, "column": 45 } } @@ -769130,15 +769617,15 @@ "postfix": false, "binop": null }, - "start": 70848, - "end": 70849, + "start": 73238, + "end": 73239, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 46 }, "end": { - "line": 1565, + "line": 1607, "column": 47 } } @@ -769156,15 +769643,15 @@ "binop": null }, "value": "_prop", - "start": 70850, - "end": 70855, + "start": 73240, + "end": 73245, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 48 }, "end": { - "line": 1565, + "line": 1607, "column": 53 } } @@ -769181,15 +769668,15 @@ "postfix": false, "binop": null }, - "start": 70856, - "end": 70857, + "start": 73246, + "end": 73247, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 54 }, "end": { - "line": 1565, + "line": 1607, "column": 55 } } @@ -769207,15 +769694,15 @@ "binop": null, "updateContext": null }, - "start": 70858, - "end": 70860, + "start": 73248, + "end": 73250, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 56 }, "end": { - "line": 1565, + "line": 1607, "column": 58 } } @@ -769232,15 +769719,15 @@ "postfix": false, "binop": null }, - "start": 70861, - "end": 70862, + "start": 73251, + "end": 73252, "loc": { "start": { - "line": 1565, + "line": 1607, "column": 59 }, "end": { - "line": 1565, + "line": 1607, "column": 60 } } @@ -769260,15 +769747,15 @@ "updateContext": null }, "value": "switch", - "start": 70879, - "end": 70885, + "start": 73269, + "end": 73275, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 16 }, "end": { - "line": 1566, + "line": 1608, "column": 22 } } @@ -769285,15 +769772,15 @@ "postfix": false, "binop": null }, - "start": 70885, - "end": 70886, + "start": 73275, + "end": 73276, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 22 }, "end": { - "line": 1566, + "line": 1608, "column": 23 } } @@ -769313,15 +769800,15 @@ "updateContext": null }, "value": "true", - "start": 70887, - "end": 70891, + "start": 73277, + "end": 73281, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 24 }, "end": { - "line": 1566, + "line": 1608, "column": 28 } } @@ -769338,15 +769825,15 @@ "postfix": false, "binop": null }, - "start": 70892, - "end": 70893, + "start": 73282, + "end": 73283, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 29 }, "end": { - "line": 1566, + "line": 1608, "column": 30 } } @@ -769363,15 +769850,15 @@ "postfix": false, "binop": null }, - "start": 70894, - "end": 70895, + "start": 73284, + "end": 73285, "loc": { "start": { - "line": 1566, + "line": 1608, "column": 31 }, "end": { - "line": 1566, + "line": 1608, "column": 32 } } @@ -769391,15 +769878,15 @@ "updateContext": null }, "value": "case", - "start": 70916, - "end": 70920, + "start": 73306, + "end": 73310, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 20 }, "end": { - "line": 1567, + "line": 1609, "column": 24 } } @@ -769421,15 +769908,15 @@ "pattern": "^eventId$", "flags": "i" }, - "start": 70921, - "end": 70933, + "start": 73311, + "end": 73323, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 25 }, "end": { - "line": 1567, + "line": 1609, "column": 37 } } @@ -769447,15 +769934,15 @@ "binop": null, "updateContext": null }, - "start": 70933, - "end": 70934, + "start": 73323, + "end": 73324, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 37 }, "end": { - "line": 1567, + "line": 1609, "column": 38 } } @@ -769473,15 +769960,15 @@ "binop": null }, "value": "test", - "start": 70934, - "end": 70938, + "start": 73324, + "end": 73328, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 38 }, "end": { - "line": 1567, + "line": 1609, "column": 42 } } @@ -769498,15 +769985,15 @@ "postfix": false, "binop": null }, - "start": 70938, - "end": 70939, + "start": 73328, + "end": 73329, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 42 }, "end": { - "line": 1567, + "line": 1609, "column": 43 } } @@ -769524,15 +770011,15 @@ "binop": null }, "value": "_prop", - "start": 70940, - "end": 70945, + "start": 73330, + "end": 73335, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 44 }, "end": { - "line": 1567, + "line": 1609, "column": 49 } } @@ -769549,15 +770036,15 @@ "postfix": false, "binop": null }, - "start": 70946, - "end": 70947, + "start": 73336, + "end": 73337, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 50 }, "end": { - "line": 1567, + "line": 1609, "column": 51 } } @@ -769575,15 +770062,15 @@ "binop": null, "updateContext": null }, - "start": 70947, - "end": 70948, + "start": 73337, + "end": 73338, "loc": { "start": { - "line": 1567, + "line": 1609, "column": 51 }, "end": { - "line": 1567, + "line": 1609, "column": 52 } } @@ -769603,15 +770090,15 @@ "updateContext": null }, "value": "if", - "start": 70973, - "end": 70975, + "start": 73363, + "end": 73365, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 24 }, "end": { - "line": 1568, + "line": 1610, "column": 26 } } @@ -769628,15 +770115,15 @@ "postfix": false, "binop": null }, - "start": 70976, - "end": 70977, + "start": 73366, + "end": 73367, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 27 }, "end": { - "line": 1568, + "line": 1610, "column": 28 } } @@ -769654,15 +770141,15 @@ "binop": null }, "value": "params", - "start": 70978, - "end": 70984, + "start": 73368, + "end": 73374, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 29 }, "end": { - "line": 1568, + "line": 1610, "column": 35 } } @@ -769680,15 +770167,15 @@ "binop": null, "updateContext": null }, - "start": 70984, - "end": 70985, + "start": 73374, + "end": 73375, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 35 }, "end": { - "line": 1568, + "line": 1610, "column": 36 } } @@ -769706,15 +770193,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 70985, - "end": 70999, + "start": 73375, + "end": 73389, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 36 }, "end": { - "line": 1568, + "line": 1610, "column": 50 } } @@ -769731,15 +770218,15 @@ "postfix": false, "binop": null }, - "start": 70999, - "end": 71000, + "start": 73389, + "end": 73390, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 50 }, "end": { - "line": 1568, + "line": 1610, "column": 51 } } @@ -769758,15 +770245,15 @@ "updateContext": null }, "value": "id", - "start": 71001, - "end": 71005, + "start": 73391, + "end": 73395, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 52 }, "end": { - "line": 1568, + "line": 1610, "column": 56 } } @@ -769783,15 +770270,15 @@ "postfix": false, "binop": null }, - "start": 71006, - "end": 71007, + "start": 73396, + "end": 73397, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 57 }, "end": { - "line": 1568, + "line": 1610, "column": 58 } } @@ -769810,15 +770297,15 @@ "updateContext": null }, "value": "&&", - "start": 71008, - "end": 71010, + "start": 73398, + "end": 73400, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 59 }, "end": { - "line": 1568, + "line": 1610, "column": 61 } } @@ -769838,15 +770325,15 @@ "updateContext": null }, "value": "this", - "start": 71011, - "end": 71015, + "start": 73401, + "end": 73405, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 62 }, "end": { - "line": 1568, + "line": 1610, "column": 66 } } @@ -769864,15 +770351,15 @@ "binop": null, "updateContext": null }, - "start": 71015, - "end": 71016, + "start": 73405, + "end": 73406, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 66 }, "end": { - "line": 1568, + "line": 1610, "column": 67 } } @@ -769890,15 +770377,15 @@ "binop": null }, "value": "is_empty", - "start": 71016, - "end": 71024, + "start": 73406, + "end": 73414, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 67 }, "end": { - "line": 1568, + "line": 1610, "column": 75 } } @@ -769915,15 +770402,15 @@ "postfix": false, "binop": null }, - "start": 71024, - "end": 71025, + "start": 73414, + "end": 73415, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 75 }, "end": { - "line": 1568, + "line": 1610, "column": 76 } } @@ -769941,15 +770428,15 @@ "binop": null }, "value": "new_event", - "start": 71026, - "end": 71035, + "start": 73416, + "end": 73425, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 77 }, "end": { - "line": 1568, + "line": 1610, "column": 86 } } @@ -769967,15 +770454,15 @@ "binop": null, "updateContext": null }, - "start": 71035, - "end": 71036, + "start": 73425, + "end": 73426, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 86 }, "end": { - "line": 1568, + "line": 1610, "column": 87 } } @@ -769993,15 +770480,15 @@ "binop": null }, "value": "eventId", - "start": 71036, - "end": 71043, + "start": 73426, + "end": 73433, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 87 }, "end": { - "line": 1568, + "line": 1610, "column": 94 } } @@ -770018,15 +770505,15 @@ "postfix": false, "binop": null }, - "start": 71044, - "end": 71045, + "start": 73434, + "end": 73435, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 95 }, "end": { - "line": 1568, + "line": 1610, "column": 96 } } @@ -770043,15 +770530,15 @@ "postfix": false, "binop": null }, - "start": 71046, - "end": 71047, + "start": 73436, + "end": 73437, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 97 }, "end": { - "line": 1568, + "line": 1610, "column": 98 } } @@ -770068,15 +770555,15 @@ "postfix": false, "binop": null }, - "start": 71048, - "end": 71049, + "start": 73438, + "end": 73439, "loc": { "start": { - "line": 1568, + "line": 1610, "column": 99 }, "end": { - "line": 1568, + "line": 1610, "column": 100 } } @@ -770094,15 +770581,15 @@ "binop": null }, "value": "new_event", - "start": 71078, - "end": 71087, + "start": 73468, + "end": 73477, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 28 }, "end": { - "line": 1569, + "line": 1611, "column": 37 } } @@ -770120,15 +770607,15 @@ "binop": null, "updateContext": null }, - "start": 71087, - "end": 71088, + "start": 73477, + "end": 73478, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 37 }, "end": { - "line": 1569, + "line": 1611, "column": 38 } } @@ -770146,15 +770633,15 @@ "binop": null }, "value": "eventId", - "start": 71088, - "end": 71095, + "start": 73478, + "end": 73485, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 38 }, "end": { - "line": 1569, + "line": 1611, "column": 45 } } @@ -770173,15 +770660,15 @@ "updateContext": null }, "value": "=", - "start": 71096, - "end": 71097, + "start": 73486, + "end": 73487, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 46 }, "end": { - "line": 1569, + "line": 1611, "column": 47 } } @@ -770199,15 +770686,15 @@ "binop": null }, "value": "parseInt", - "start": 71098, - "end": 71106, + "start": 73488, + "end": 73496, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 48 }, "end": { - "line": 1569, + "line": 1611, "column": 56 } } @@ -770224,15 +770711,15 @@ "postfix": false, "binop": null }, - "start": 71106, - "end": 71107, + "start": 73496, + "end": 73497, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 56 }, "end": { - "line": 1569, + "line": 1611, "column": 57 } } @@ -770250,15 +770737,15 @@ "binop": null }, "value": "params", - "start": 71108, - "end": 71114, + "start": 73498, + "end": 73504, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 58 }, "end": { - "line": 1569, + "line": 1611, "column": 64 } } @@ -770276,15 +770763,15 @@ "binop": null, "updateContext": null }, - "start": 71114, - "end": 71115, + "start": 73504, + "end": 73505, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 64 }, "end": { - "line": 1569, + "line": 1611, "column": 65 } } @@ -770302,15 +770789,15 @@ "binop": null }, "value": "id", - "start": 71115, - "end": 71117, + "start": 73505, + "end": 73507, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 65 }, "end": { - "line": 1569, + "line": 1611, "column": 67 } } @@ -770328,15 +770815,15 @@ "binop": null, "updateContext": null }, - "start": 71117, - "end": 71118, + "start": 73507, + "end": 73508, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 67 }, "end": { - "line": 1569, + "line": 1611, "column": 68 } } @@ -770355,15 +770842,15 @@ "updateContext": null }, "value": 10, - "start": 71119, - "end": 71121, + "start": 73509, + "end": 73511, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 69 }, "end": { - "line": 1569, + "line": 1611, "column": 71 } } @@ -770380,15 +770867,15 @@ "postfix": false, "binop": null }, - "start": 71122, - "end": 71123, + "start": 73512, + "end": 73513, "loc": { "start": { - "line": 1569, + "line": 1611, "column": 72 }, "end": { - "line": 1569, + "line": 1611, "column": 73 } } @@ -770405,15 +770892,15 @@ "postfix": false, "binop": null }, - "start": 71148, - "end": 71149, + "start": 73538, + "end": 73539, "loc": { "start": { - "line": 1570, + "line": 1612, "column": 24 }, "end": { - "line": 1570, + "line": 1612, "column": 25 } } @@ -770433,15 +770920,15 @@ "updateContext": null }, "value": "else", - "start": 71150, - "end": 71154, + "start": 73540, + "end": 73544, "loc": { "start": { - "line": 1570, + "line": 1612, "column": 26 }, "end": { - "line": 1570, + "line": 1612, "column": 30 } } @@ -770458,15 +770945,15 @@ "postfix": false, "binop": null }, - "start": 71155, - "end": 71156, + "start": 73545, + "end": 73546, "loc": { "start": { - "line": 1570, + "line": 1612, "column": 31 }, "end": { - "line": 1570, + "line": 1612, "column": 32 } } @@ -770484,15 +770971,15 @@ "binop": null }, "value": "new_event", - "start": 71185, - "end": 71194, + "start": 73575, + "end": 73584, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 28 }, "end": { - "line": 1571, + "line": 1613, "column": 37 } } @@ -770510,15 +770997,15 @@ "binop": null, "updateContext": null }, - "start": 71194, - "end": 71195, + "start": 73584, + "end": 73585, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 37 }, "end": { - "line": 1571, + "line": 1613, "column": 38 } } @@ -770536,15 +771023,15 @@ "binop": null }, "value": "eventId", - "start": 71195, - "end": 71202, + "start": 73585, + "end": 73592, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 38 }, "end": { - "line": 1571, + "line": 1613, "column": 45 } } @@ -770563,15 +771050,15 @@ "updateContext": null }, "value": "=", - "start": 71203, - "end": 71204, + "start": 73593, + "end": 73594, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 46 }, "end": { - "line": 1571, + "line": 1613, "column": 47 } } @@ -770589,15 +771076,15 @@ "binop": null }, "value": "parseInt", - "start": 71205, - "end": 71213, + "start": 73595, + "end": 73603, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 48 }, "end": { - "line": 1571, + "line": 1613, "column": 56 } } @@ -770614,15 +771101,15 @@ "postfix": false, "binop": null }, - "start": 71213, - "end": 71214, + "start": 73603, + "end": 73604, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 56 }, "end": { - "line": 1571, + "line": 1613, "column": 57 } } @@ -770640,15 +771127,15 @@ "binop": null }, "value": "params", - "start": 71215, - "end": 71221, + "start": 73605, + "end": 73611, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 58 }, "end": { - "line": 1571, + "line": 1613, "column": 64 } } @@ -770666,15 +771153,15 @@ "binop": null, "updateContext": null }, - "start": 71221, - "end": 71222, + "start": 73611, + "end": 73612, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 64 }, "end": { - "line": 1571, + "line": 1613, "column": 65 } } @@ -770692,15 +771179,15 @@ "binop": null }, "value": "_prop", - "start": 71222, - "end": 71227, + "start": 73612, + "end": 73617, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 65 }, "end": { - "line": 1571, + "line": 1613, "column": 70 } } @@ -770718,15 +771205,15 @@ "binop": null, "updateContext": null }, - "start": 71227, - "end": 71228, + "start": 73617, + "end": 73618, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 70 }, "end": { - "line": 1571, + "line": 1613, "column": 71 } } @@ -770744,15 +771231,15 @@ "binop": null, "updateContext": null }, - "start": 71228, - "end": 71229, + "start": 73618, + "end": 73619, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 71 }, "end": { - "line": 1571, + "line": 1613, "column": 72 } } @@ -770771,15 +771258,15 @@ "updateContext": null }, "value": 10, - "start": 71230, - "end": 71232, + "start": 73620, + "end": 73622, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 73 }, "end": { - "line": 1571, + "line": 1613, "column": 75 } } @@ -770796,15 +771283,15 @@ "postfix": false, "binop": null }, - "start": 71233, - "end": 71234, + "start": 73623, + "end": 73624, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 76 }, "end": { - "line": 1571, + "line": 1613, "column": 77 } } @@ -770823,15 +771310,15 @@ "updateContext": null }, "value": "||", - "start": 71235, - "end": 71237, + "start": 73625, + "end": 73627, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 78 }, "end": { - "line": 1571, + "line": 1613, "column": 80 } } @@ -770850,15 +771337,15 @@ "updateContext": null }, "value": 0, - "start": 71238, - "end": 71239, + "start": 73628, + "end": 73629, "loc": { "start": { - "line": 1571, + "line": 1613, "column": 81 }, "end": { - "line": 1571, + "line": 1613, "column": 82 } } @@ -770875,15 +771362,15 @@ "postfix": false, "binop": null }, - "start": 71264, - "end": 71265, + "start": 73654, + "end": 73655, "loc": { "start": { - "line": 1572, + "line": 1614, "column": 24 }, "end": { - "line": 1572, + "line": 1614, "column": 25 } } @@ -770903,15 +771390,15 @@ "updateContext": null }, "value": "break", - "start": 71290, - "end": 71295, + "start": 73680, + "end": 73685, "loc": { "start": { - "line": 1573, + "line": 1615, "column": 24 }, "end": { - "line": 1573, + "line": 1615, "column": 29 } } @@ -770931,15 +771418,15 @@ "updateContext": null }, "value": "case", - "start": 71316, - "end": 71320, + "start": 73706, + "end": 73710, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 20 }, "end": { - "line": 1574, + "line": 1616, "column": 24 } } @@ -770961,15 +771448,15 @@ "pattern": "^(label|content)$", "flags": "i" }, - "start": 71321, - "end": 71341, + "start": 73711, + "end": 73731, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 25 }, "end": { - "line": 1574, + "line": 1616, "column": 45 } } @@ -770987,15 +771474,15 @@ "binop": null, "updateContext": null }, - "start": 71341, - "end": 71342, + "start": 73731, + "end": 73732, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 45 }, "end": { - "line": 1574, + "line": 1616, "column": 46 } } @@ -771013,15 +771500,15 @@ "binop": null }, "value": "test", - "start": 71342, - "end": 71346, + "start": 73732, + "end": 73736, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 46 }, "end": { - "line": 1574, + "line": 1616, "column": 50 } } @@ -771038,15 +771525,15 @@ "postfix": false, "binop": null }, - "start": 71346, - "end": 71347, + "start": 73736, + "end": 73737, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 50 }, "end": { - "line": 1574, + "line": 1616, "column": 51 } } @@ -771064,15 +771551,15 @@ "binop": null }, "value": "_prop", - "start": 71348, - "end": 71353, + "start": 73738, + "end": 73743, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 52 }, "end": { - "line": 1574, + "line": 1616, "column": 57 } } @@ -771089,15 +771576,15 @@ "postfix": false, "binop": null }, - "start": 71354, - "end": 71355, + "start": 73744, + "end": 73745, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 58 }, "end": { - "line": 1574, + "line": 1616, "column": 59 } } @@ -771115,15 +771602,15 @@ "binop": null, "updateContext": null }, - "start": 71355, - "end": 71356, + "start": 73745, + "end": 73746, "loc": { "start": { - "line": 1574, + "line": 1616, "column": 59 }, "end": { - "line": 1574, + "line": 1616, "column": 60 } } @@ -771143,15 +771630,15 @@ "updateContext": null }, "value": "if", - "start": 71381, - "end": 71383, + "start": 73771, + "end": 73773, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 24 }, "end": { - "line": 1575, + "line": 1617, "column": 26 } } @@ -771168,15 +771655,15 @@ "postfix": false, "binop": null }, - "start": 71384, - "end": 71385, + "start": 73774, + "end": 73775, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 27 }, "end": { - "line": 1575, + "line": 1617, "column": 28 } } @@ -771194,15 +771681,15 @@ "binop": null }, "value": "params", - "start": 71386, - "end": 71392, + "start": 73776, + "end": 73782, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 29 }, "end": { - "line": 1575, + "line": 1617, "column": 35 } } @@ -771220,15 +771707,15 @@ "binop": null, "updateContext": null }, - "start": 71392, - "end": 71393, + "start": 73782, + "end": 73783, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 35 }, "end": { - "line": 1575, + "line": 1617, "column": 36 } } @@ -771246,15 +771733,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 71393, - "end": 71407, + "start": 73783, + "end": 73797, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 36 }, "end": { - "line": 1575, + "line": 1617, "column": 50 } } @@ -771271,15 +771758,15 @@ "postfix": false, "binop": null }, - "start": 71407, - "end": 71408, + "start": 73797, + "end": 73798, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 50 }, "end": { - "line": 1575, + "line": 1617, "column": 51 } } @@ -771297,15 +771784,15 @@ "binop": null }, "value": "_prop", - "start": 71409, - "end": 71414, + "start": 73799, + "end": 73804, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 52 }, "end": { - "line": 1575, + "line": 1617, "column": 57 } } @@ -771322,15 +771809,15 @@ "postfix": false, "binop": null }, - "start": 71415, - "end": 71416, + "start": 73805, + "end": 73806, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 58 }, "end": { - "line": 1575, + "line": 1617, "column": 59 } } @@ -771349,15 +771836,15 @@ "updateContext": null }, "value": "&&", - "start": 71417, - "end": 71419, + "start": 73807, + "end": 73809, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 60 }, "end": { - "line": 1575, + "line": 1617, "column": 62 } } @@ -771376,15 +771863,15 @@ "updateContext": null }, "value": "!", - "start": 71420, - "end": 71421, + "start": 73810, + "end": 73811, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 63 }, "end": { - "line": 1575, + "line": 1617, "column": 64 } } @@ -771404,15 +771891,15 @@ "updateContext": null }, "value": "this", - "start": 71422, - "end": 71426, + "start": 73812, + "end": 73816, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 65 }, "end": { - "line": 1575, + "line": 1617, "column": 69 } } @@ -771430,15 +771917,15 @@ "binop": null, "updateContext": null }, - "start": 71426, - "end": 71427, + "start": 73816, + "end": 73817, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 69 }, "end": { - "line": 1575, + "line": 1617, "column": 70 } } @@ -771456,15 +771943,15 @@ "binop": null }, "value": "is_empty", - "start": 71427, - "end": 71435, + "start": 73817, + "end": 73825, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 70 }, "end": { - "line": 1575, + "line": 1617, "column": 78 } } @@ -771481,15 +771968,15 @@ "postfix": false, "binop": null }, - "start": 71435, - "end": 71436, + "start": 73825, + "end": 73826, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 78 }, "end": { - "line": 1575, + "line": 1617, "column": 79 } } @@ -771507,15 +771994,15 @@ "binop": null }, "value": "params", - "start": 71437, - "end": 71443, + "start": 73827, + "end": 73833, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 80 }, "end": { - "line": 1575, + "line": 1617, "column": 86 } } @@ -771533,15 +772020,15 @@ "binop": null, "updateContext": null }, - "start": 71443, - "end": 71444, + "start": 73833, + "end": 73834, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 86 }, "end": { - "line": 1575, + "line": 1617, "column": 87 } } @@ -771559,15 +772046,15 @@ "binop": null }, "value": "_prop", - "start": 71444, - "end": 71449, + "start": 73834, + "end": 73839, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 87 }, "end": { - "line": 1575, + "line": 1617, "column": 92 } } @@ -771585,15 +772072,15 @@ "binop": null, "updateContext": null }, - "start": 71449, - "end": 71450, + "start": 73839, + "end": 73840, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 92 }, "end": { - "line": 1575, + "line": 1617, "column": 93 } } @@ -771610,15 +772097,15 @@ "postfix": false, "binop": null }, - "start": 71451, - "end": 71452, + "start": 73841, + "end": 73842, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 94 }, "end": { - "line": 1575, + "line": 1617, "column": 95 } } @@ -771635,15 +772122,15 @@ "postfix": false, "binop": null }, - "start": 71453, - "end": 71454, + "start": 73843, + "end": 73844, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 96 }, "end": { - "line": 1575, + "line": 1617, "column": 97 } } @@ -771660,15 +772147,15 @@ "postfix": false, "binop": null }, - "start": 71455, - "end": 71456, + "start": 73845, + "end": 73846, "loc": { "start": { - "line": 1575, + "line": 1617, "column": 98 }, "end": { - "line": 1575, + "line": 1617, "column": 99 } } @@ -771686,15 +772173,15 @@ "binop": null }, "value": "new_event", - "start": 71485, - "end": 71494, + "start": 73875, + "end": 73884, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 28 }, "end": { - "line": 1576, + "line": 1618, "column": 37 } } @@ -771712,15 +772199,15 @@ "binop": null, "updateContext": null }, - "start": 71494, - "end": 71495, + "start": 73884, + "end": 73885, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 37 }, "end": { - "line": 1576, + "line": 1618, "column": 38 } } @@ -771738,15 +772225,15 @@ "binop": null }, "value": "_prop", - "start": 71495, - "end": 71500, + "start": 73885, + "end": 73890, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 38 }, "end": { - "line": 1576, + "line": 1618, "column": 43 } } @@ -771764,15 +772251,15 @@ "binop": null, "updateContext": null }, - "start": 71500, - "end": 71501, + "start": 73890, + "end": 73891, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 43 }, "end": { - "line": 1576, + "line": 1618, "column": 44 } } @@ -771791,15 +772278,15 @@ "updateContext": null }, "value": "=", - "start": 71502, - "end": 71503, + "start": 73892, + "end": 73893, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 45 }, "end": { - "line": 1576, + "line": 1618, "column": 46 } } @@ -771817,15 +772304,15 @@ "binop": null }, "value": "params", - "start": 71504, - "end": 71510, + "start": 73894, + "end": 73900, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 47 }, "end": { - "line": 1576, + "line": 1618, "column": 53 } } @@ -771843,15 +772330,15 @@ "binop": null, "updateContext": null }, - "start": 71510, - "end": 71511, + "start": 73900, + "end": 73901, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 53 }, "end": { - "line": 1576, + "line": 1618, "column": 54 } } @@ -771869,15 +772356,15 @@ "binop": null }, "value": "_prop", - "start": 71511, - "end": 71516, + "start": 73901, + "end": 73906, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 54 }, "end": { - "line": 1576, + "line": 1618, "column": 59 } } @@ -771895,15 +772382,15 @@ "binop": null, "updateContext": null }, - "start": 71516, - "end": 71517, + "start": 73906, + "end": 73907, "loc": { "start": { - "line": 1576, + "line": 1618, "column": 59 }, "end": { - "line": 1576, + "line": 1618, "column": 60 } } @@ -771920,15 +772407,15 @@ "postfix": false, "binop": null }, - "start": 71542, - "end": 71543, + "start": 73932, + "end": 73933, "loc": { "start": { - "line": 1577, + "line": 1619, "column": 24 }, "end": { - "line": 1577, + "line": 1619, "column": 25 } } @@ -771936,15 +772423,15 @@ { "type": "CommentLine", "value": " Override the children element to label or content setting", - "start": 71568, - "end": 71628, + "start": 73958, + "end": 74018, "loc": { "start": { - "line": 1578, + "line": 1620, "column": 24 }, "end": { - "line": 1578, + "line": 1620, "column": 84 } } @@ -771964,15 +772451,15 @@ "updateContext": null }, "value": "if", - "start": 71653, - "end": 71655, + "start": 74043, + "end": 74045, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 24 }, "end": { - "line": 1579, + "line": 1621, "column": 26 } } @@ -771989,15 +772476,15 @@ "postfix": false, "binop": null }, - "start": 71656, - "end": 71657, + "start": 74046, + "end": 74047, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 27 }, "end": { - "line": 1579, + "line": 1621, "column": 28 } } @@ -772015,15 +772502,15 @@ "binop": null }, "value": "$", - "start": 71658, - "end": 71659, + "start": 74048, + "end": 74049, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 29 }, "end": { - "line": 1579, + "line": 1621, "column": 30 } } @@ -772040,15 +772527,15 @@ "postfix": false, "binop": null }, - "start": 71659, - "end": 71660, + "start": 74049, + "end": 74050, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 30 }, "end": { - "line": 1579, + "line": 1621, "column": 31 } } @@ -772066,15 +772553,15 @@ "binop": null }, "value": "event_element", - "start": 71660, - "end": 71673, + "start": 74050, + "end": 74063, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 31 }, "end": { - "line": 1579, + "line": 1621, "column": 44 } } @@ -772091,15 +772578,15 @@ "postfix": false, "binop": null }, - "start": 71673, - "end": 71674, + "start": 74063, + "end": 74064, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 44 }, "end": { - "line": 1579, + "line": 1621, "column": 45 } } @@ -772117,15 +772604,15 @@ "binop": null, "updateContext": null }, - "start": 71674, - "end": 71675, + "start": 74064, + "end": 74065, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 45 }, "end": { - "line": 1579, + "line": 1621, "column": 46 } } @@ -772143,15 +772630,15 @@ "binop": null }, "value": "children", - "start": 71675, - "end": 71683, + "start": 74065, + "end": 74073, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 46 }, "end": { - "line": 1579, + "line": 1621, "column": 54 } } @@ -772168,15 +772655,15 @@ "postfix": false, "binop": null }, - "start": 71683, - "end": 71684, + "start": 74073, + "end": 74074, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 54 }, "end": { - "line": 1579, + "line": 1621, "column": 55 } } @@ -772193,15 +772680,15 @@ "postfix": false, "binop": null }, - "start": 71684, - "end": 71685, + "start": 74074, + "end": 74075, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 55 }, "end": { - "line": 1579, + "line": 1621, "column": 56 } } @@ -772220,15 +772707,15 @@ "updateContext": null }, "value": ".event-", - "start": 71685, - "end": 71692, + "start": 74075, + "end": 74082, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 56 }, "end": { - "line": 1579, + "line": 1621, "column": 63 } } @@ -772245,15 +772732,15 @@ "postfix": false, "binop": null }, - "start": 71692, - "end": 71694, + "start": 74082, + "end": 74084, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 63 }, "end": { - "line": 1579, + "line": 1621, "column": 65 } } @@ -772271,15 +772758,15 @@ "binop": null }, "value": "_prop", - "start": 71694, - "end": 71699, + "start": 74084, + "end": 74089, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 65 }, "end": { - "line": 1579, + "line": 1621, "column": 70 } } @@ -772296,15 +772783,15 @@ "postfix": false, "binop": null }, - "start": 71699, - "end": 71700, + "start": 74089, + "end": 74090, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 70 }, "end": { - "line": 1579, + "line": 1621, "column": 71 } } @@ -772323,15 +772810,15 @@ "updateContext": null }, "value": "", - "start": 71700, - "end": 71700, + "start": 74090, + "end": 74090, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 71 }, "end": { - "line": 1579, + "line": 1621, "column": 71 } } @@ -772348,15 +772835,15 @@ "postfix": false, "binop": null }, - "start": 71700, - "end": 71701, + "start": 74090, + "end": 74091, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 71 }, "end": { - "line": 1579, + "line": 1621, "column": 72 } } @@ -772373,15 +772860,15 @@ "postfix": false, "binop": null }, - "start": 71701, - "end": 71702, + "start": 74091, + "end": 74092, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 72 }, "end": { - "line": 1579, + "line": 1621, "column": 73 } } @@ -772399,15 +772886,15 @@ "binop": null, "updateContext": null }, - "start": 71702, - "end": 71703, + "start": 74092, + "end": 74093, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 73 }, "end": { - "line": 1579, + "line": 1621, "column": 74 } } @@ -772425,15 +772912,15 @@ "binop": null }, "value": "length", - "start": 71703, - "end": 71709, + "start": 74093, + "end": 74099, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 74 }, "end": { - "line": 1579, + "line": 1621, "column": 80 } } @@ -772452,15 +772939,15 @@ "updateContext": null }, "value": ">", - "start": 71710, - "end": 71711, + "start": 74100, + "end": 74101, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 81 }, "end": { - "line": 1579, + "line": 1621, "column": 82 } } @@ -772479,15 +772966,15 @@ "updateContext": null }, "value": 0, - "start": 71712, - "end": 71713, + "start": 74102, + "end": 74103, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 83 }, "end": { - "line": 1579, + "line": 1621, "column": 84 } } @@ -772504,15 +772991,15 @@ "postfix": false, "binop": null }, - "start": 71714, - "end": 71715, + "start": 74104, + "end": 74105, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 85 }, "end": { - "line": 1579, + "line": 1621, "column": 86 } } @@ -772529,15 +773016,15 @@ "postfix": false, "binop": null }, - "start": 71716, - "end": 71717, + "start": 74106, + "end": 74107, "loc": { "start": { - "line": 1579, + "line": 1621, "column": 87 }, "end": { - "line": 1579, + "line": 1621, "column": 88 } } @@ -772555,15 +773042,15 @@ "binop": null }, "value": "new_event", - "start": 71746, - "end": 71755, + "start": 74136, + "end": 74145, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 28 }, "end": { - "line": 1580, + "line": 1622, "column": 37 } } @@ -772581,15 +773068,15 @@ "binop": null, "updateContext": null }, - "start": 71755, - "end": 71756, + "start": 74145, + "end": 74146, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 37 }, "end": { - "line": 1580, + "line": 1622, "column": 38 } } @@ -772607,15 +773094,15 @@ "binop": null }, "value": "_prop", - "start": 71756, - "end": 71761, + "start": 74146, + "end": 74151, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 38 }, "end": { - "line": 1580, + "line": 1622, "column": 43 } } @@ -772633,15 +773120,15 @@ "binop": null, "updateContext": null }, - "start": 71761, - "end": 71762, + "start": 74151, + "end": 74152, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 43 }, "end": { - "line": 1580, + "line": 1622, "column": 44 } } @@ -772660,15 +773147,15 @@ "updateContext": null }, "value": "=", - "start": 71763, - "end": 71764, + "start": 74153, + "end": 74154, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 45 }, "end": { - "line": 1580, + "line": 1622, "column": 46 } } @@ -772686,15 +773173,15 @@ "binop": null }, "value": "$", - "start": 71765, - "end": 71766, + "start": 74155, + "end": 74156, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 47 }, "end": { - "line": 1580, + "line": 1622, "column": 48 } } @@ -772711,15 +773198,15 @@ "postfix": false, "binop": null }, - "start": 71766, - "end": 71767, + "start": 74156, + "end": 74157, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 48 }, "end": { - "line": 1580, + "line": 1622, "column": 49 } } @@ -772737,15 +773224,15 @@ "binop": null }, "value": "event_element", - "start": 71767, - "end": 71780, + "start": 74157, + "end": 74170, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 49 }, "end": { - "line": 1580, + "line": 1622, "column": 62 } } @@ -772762,15 +773249,15 @@ "postfix": false, "binop": null }, - "start": 71780, - "end": 71781, + "start": 74170, + "end": 74171, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 62 }, "end": { - "line": 1580, + "line": 1622, "column": 63 } } @@ -772788,15 +773275,15 @@ "binop": null, "updateContext": null }, - "start": 71781, - "end": 71782, + "start": 74171, + "end": 74172, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 63 }, "end": { - "line": 1580, + "line": 1622, "column": 64 } } @@ -772814,15 +773301,15 @@ "binop": null }, "value": "children", - "start": 71782, - "end": 71790, + "start": 74172, + "end": 74180, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 64 }, "end": { - "line": 1580, + "line": 1622, "column": 72 } } @@ -772839,15 +773326,15 @@ "postfix": false, "binop": null }, - "start": 71790, - "end": 71791, + "start": 74180, + "end": 74181, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 72 }, "end": { - "line": 1580, + "line": 1622, "column": 73 } } @@ -772864,15 +773351,15 @@ "postfix": false, "binop": null }, - "start": 71791, - "end": 71792, + "start": 74181, + "end": 74182, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 73 }, "end": { - "line": 1580, + "line": 1622, "column": 74 } } @@ -772891,15 +773378,15 @@ "updateContext": null }, "value": ".event-", - "start": 71792, - "end": 71799, + "start": 74182, + "end": 74189, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 74 }, "end": { - "line": 1580, + "line": 1622, "column": 81 } } @@ -772916,15 +773403,15 @@ "postfix": false, "binop": null }, - "start": 71799, - "end": 71801, + "start": 74189, + "end": 74191, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 81 }, "end": { - "line": 1580, + "line": 1622, "column": 83 } } @@ -772942,15 +773429,15 @@ "binop": null }, "value": "_prop", - "start": 71801, - "end": 71806, + "start": 74191, + "end": 74196, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 83 }, "end": { - "line": 1580, + "line": 1622, "column": 88 } } @@ -772967,15 +773454,15 @@ "postfix": false, "binop": null }, - "start": 71806, - "end": 71807, + "start": 74196, + "end": 74197, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 88 }, "end": { - "line": 1580, + "line": 1622, "column": 89 } } @@ -772994,15 +773481,15 @@ "updateContext": null }, "value": "", - "start": 71807, - "end": 71807, + "start": 74197, + "end": 74197, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 89 }, "end": { - "line": 1580, + "line": 1622, "column": 89 } } @@ -773019,15 +773506,15 @@ "postfix": false, "binop": null }, - "start": 71807, - "end": 71808, + "start": 74197, + "end": 74198, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 89 }, "end": { - "line": 1580, + "line": 1622, "column": 90 } } @@ -773044,15 +773531,15 @@ "postfix": false, "binop": null }, - "start": 71808, - "end": 71809, + "start": 74198, + "end": 74199, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 90 }, "end": { - "line": 1580, + "line": 1622, "column": 91 } } @@ -773070,15 +773557,15 @@ "binop": null, "updateContext": null }, - "start": 71809, - "end": 71810, + "start": 74199, + "end": 74200, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 91 }, "end": { - "line": 1580, + "line": 1622, "column": 92 } } @@ -773096,15 +773583,15 @@ "binop": null }, "value": "html", - "start": 71810, - "end": 71814, + "start": 74200, + "end": 74204, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 92 }, "end": { - "line": 1580, + "line": 1622, "column": 96 } } @@ -773121,15 +773608,15 @@ "postfix": false, "binop": null }, - "start": 71814, - "end": 71815, + "start": 74204, + "end": 74205, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 96 }, "end": { - "line": 1580, + "line": 1622, "column": 97 } } @@ -773146,15 +773633,15 @@ "postfix": false, "binop": null }, - "start": 71815, - "end": 71816, + "start": 74205, + "end": 74206, "loc": { "start": { - "line": 1580, + "line": 1622, "column": 97 }, "end": { - "line": 1580, + "line": 1622, "column": 98 } } @@ -773171,15 +773658,15 @@ "postfix": false, "binop": null }, - "start": 71841, - "end": 71842, + "start": 74231, + "end": 74232, "loc": { "start": { - "line": 1581, + "line": 1623, "column": 24 }, "end": { - "line": 1581, + "line": 1623, "column": 25 } } @@ -773187,15 +773674,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )", - "start": 71843, - "end": 71922, + "start": 74233, + "end": 74312, "loc": { "start": { - "line": 1582, + "line": 1624, "column": 0 }, "end": { - "line": 1582, + "line": 1624, "column": 79 } } @@ -773215,15 +773702,15 @@ "updateContext": null }, "value": "break", - "start": 71947, - "end": 71952, + "start": 74337, + "end": 74342, "loc": { "start": { - "line": 1583, + "line": 1625, "column": 24 }, "end": { - "line": 1583, + "line": 1625, "column": 29 } } @@ -773243,15 +773730,15 @@ "updateContext": null }, "value": "case", - "start": 71973, - "end": 71977, + "start": 74363, + "end": 74367, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 20 }, "end": { - "line": 1584, + "line": 1626, "column": 24 } } @@ -773273,15 +773760,15 @@ "pattern": "^relation$", "flags": "i" }, - "start": 71978, - "end": 71991, + "start": 74368, + "end": 74381, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 25 }, "end": { - "line": 1584, + "line": 1626, "column": 38 } } @@ -773299,15 +773786,15 @@ "binop": null, "updateContext": null }, - "start": 71991, - "end": 71992, + "start": 74381, + "end": 74382, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 38 }, "end": { - "line": 1584, + "line": 1626, "column": 39 } } @@ -773325,15 +773812,15 @@ "binop": null }, "value": "test", - "start": 71992, - "end": 71996, + "start": 74382, + "end": 74386, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 39 }, "end": { - "line": 1584, + "line": 1626, "column": 43 } } @@ -773350,15 +773837,15 @@ "postfix": false, "binop": null }, - "start": 71996, - "end": 71997, + "start": 74386, + "end": 74387, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 43 }, "end": { - "line": 1584, + "line": 1626, "column": 44 } } @@ -773376,15 +773863,15 @@ "binop": null }, "value": "_prop", - "start": 71998, - "end": 72003, + "start": 74388, + "end": 74393, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 45 }, "end": { - "line": 1584, + "line": 1626, "column": 50 } } @@ -773401,15 +773888,15 @@ "postfix": false, "binop": null }, - "start": 72004, - "end": 72005, + "start": 74394, + "end": 74395, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 51 }, "end": { - "line": 1584, + "line": 1626, "column": 52 } } @@ -773427,15 +773914,15 @@ "binop": null, "updateContext": null }, - "start": 72005, - "end": 72006, + "start": 74395, + "end": 74396, "loc": { "start": { - "line": 1584, + "line": 1626, "column": 52 }, "end": { - "line": 1584, + "line": 1626, "column": 53 } } @@ -773443,15 +773930,15 @@ { "type": "CommentLine", "value": " For drawing the relation line", - "start": 72031, - "end": 72063, + "start": 74421, + "end": 74453, "loc": { "start": { - "line": 1585, + "line": 1627, "column": 24 }, "end": { - "line": 1585, + "line": 1627, "column": 56 } } @@ -773471,15 +773958,15 @@ "updateContext": null }, "value": "if", - "start": 72088, - "end": 72090, + "start": 74478, + "end": 74480, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 24 }, "end": { - "line": 1586, + "line": 1628, "column": 26 } } @@ -773496,15 +773983,15 @@ "postfix": false, "binop": null }, - "start": 72091, - "end": 72092, + "start": 74481, + "end": 74482, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 27 }, "end": { - "line": 1586, + "line": 1628, "column": 28 } } @@ -773526,15 +774013,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 72093, - "end": 72108, + "start": 74483, + "end": 74498, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 29 }, "end": { - "line": 1586, + "line": 1628, "column": 44 } } @@ -773552,15 +774039,15 @@ "binop": null, "updateContext": null }, - "start": 72108, - "end": 72109, + "start": 74498, + "end": 74499, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 44 }, "end": { - "line": 1586, + "line": 1628, "column": 45 } } @@ -773578,15 +774065,15 @@ "binop": null }, "value": "test", - "start": 72109, - "end": 72113, + "start": 74499, + "end": 74503, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 45 }, "end": { - "line": 1586, + "line": 1628, "column": 49 } } @@ -773603,15 +774090,15 @@ "postfix": false, "binop": null }, - "start": 72113, - "end": 72114, + "start": 74503, + "end": 74504, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 49 }, "end": { - "line": 1586, + "line": 1628, "column": 50 } } @@ -773629,15 +774116,15 @@ "binop": null }, "value": "_opts", - "start": 72115, - "end": 72120, + "start": 74505, + "end": 74510, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 51 }, "end": { - "line": 1586, + "line": 1628, "column": 56 } } @@ -773655,15 +774142,15 @@ "binop": null, "updateContext": null }, - "start": 72120, - "end": 72121, + "start": 74510, + "end": 74511, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 56 }, "end": { - "line": 1586, + "line": 1628, "column": 57 } } @@ -773681,15 +774168,15 @@ "binop": null }, "value": "type", - "start": 72121, - "end": 72125, + "start": 74511, + "end": 74515, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 57 }, "end": { - "line": 1586, + "line": 1628, "column": 61 } } @@ -773706,15 +774193,15 @@ "postfix": false, "binop": null }, - "start": 72126, - "end": 72127, + "start": 74516, + "end": 74517, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 62 }, "end": { - "line": 1586, + "line": 1628, "column": 63 } } @@ -773731,15 +774218,15 @@ "postfix": false, "binop": null }, - "start": 72128, - "end": 72129, + "start": 74518, + "end": 74519, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 64 }, "end": { - "line": 1586, + "line": 1628, "column": 65 } } @@ -773756,15 +774243,15 @@ "postfix": false, "binop": null }, - "start": 72130, - "end": 72131, + "start": 74520, + "end": 74521, "loc": { "start": { - "line": 1586, + "line": 1628, "column": 66 }, "end": { - "line": 1586, + "line": 1628, "column": 67 } } @@ -773772,15 +774259,15 @@ { "type": "CommentLine", "value": "let _pointSize = this._getPointerSize( new_event.size, new_event.margin )", - "start": 72160, - "end": 72236, + "start": 74550, + "end": 74626, "loc": { "start": { - "line": 1587, + "line": 1629, "column": 28 }, "end": { - "line": 1587, + "line": 1629, "column": 104 } } @@ -773798,15 +774285,15 @@ "binop": null }, "value": "_relation", - "start": 72265, - "end": 72274, + "start": 74655, + "end": 74664, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 28 }, "end": { - "line": 1588, + "line": 1630, "column": 37 } } @@ -773824,15 +774311,15 @@ "binop": null, "updateContext": null }, - "start": 72274, - "end": 72275, + "start": 74664, + "end": 74665, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 37 }, "end": { - "line": 1588, + "line": 1630, "column": 38 } } @@ -773850,15 +774337,15 @@ "binop": null }, "value": "x", - "start": 72275, - "end": 72276, + "start": 74665, + "end": 74666, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 38 }, "end": { - "line": 1588, + "line": 1630, "column": 39 } } @@ -773877,15 +774364,15 @@ "updateContext": null }, "value": "=", - "start": 72277, - "end": 72278, + "start": 74667, + "end": 74668, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 40 }, "end": { - "line": 1588, + "line": 1630, "column": 41 } } @@ -773905,15 +774392,15 @@ "updateContext": null }, "value": "this", - "start": 72279, - "end": 72283, + "start": 74669, + "end": 74673, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 42 }, "end": { - "line": 1588, + "line": 1630, "column": 46 } } @@ -773931,15 +774418,15 @@ "binop": null, "updateContext": null }, - "start": 72283, - "end": 72284, + "start": 74673, + "end": 74674, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 46 }, "end": { - "line": 1588, + "line": 1630, "column": 47 } } @@ -773957,15 +774444,15 @@ "binop": null }, "value": "numRound", - "start": 72284, - "end": 72292, + "start": 74674, + "end": 74682, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 47 }, "end": { - "line": 1588, + "line": 1630, "column": 55 } } @@ -773982,15 +774469,15 @@ "postfix": false, "binop": null }, - "start": 72292, - "end": 72293, + "start": 74682, + "end": 74683, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 55 }, "end": { - "line": 1588, + "line": 1630, "column": 56 } } @@ -774008,15 +774495,15 @@ "binop": null }, "value": "new_event", - "start": 72294, - "end": 72303, + "start": 74684, + "end": 74693, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 57 }, "end": { - "line": 1588, + "line": 1630, "column": 66 } } @@ -774034,15 +774521,15 @@ "binop": null, "updateContext": null }, - "start": 72303, - "end": 72304, + "start": 74693, + "end": 74694, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 66 }, "end": { - "line": 1588, + "line": 1630, "column": 67 } } @@ -774060,15 +774547,15 @@ "binop": null }, "value": "x", - "start": 72304, - "end": 72305, + "start": 74694, + "end": 74695, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 67 }, "end": { - "line": 1588, + "line": 1630, "column": 68 } } @@ -774086,15 +774573,15 @@ "binop": null, "updateContext": null }, - "start": 72305, - "end": 72306, + "start": 74695, + "end": 74696, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 68 }, "end": { - "line": 1588, + "line": 1630, "column": 69 } } @@ -774113,15 +774600,15 @@ "updateContext": null }, "value": 2, - "start": 72307, - "end": 72308, + "start": 74697, + "end": 74698, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 70 }, "end": { - "line": 1588, + "line": 1630, "column": 71 } } @@ -774138,15 +774625,15 @@ "postfix": false, "binop": null }, - "start": 72309, - "end": 72310, + "start": 74699, + "end": 74700, "loc": { "start": { - "line": 1588, + "line": 1630, "column": 72 }, "end": { - "line": 1588, + "line": 1630, "column": 73 } } @@ -774164,15 +774651,15 @@ "binop": null }, "value": "_relation", - "start": 72339, - "end": 72348, + "start": 74729, + "end": 74738, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 28 }, "end": { - "line": 1589, + "line": 1631, "column": 37 } } @@ -774190,15 +774677,15 @@ "binop": null, "updateContext": null }, - "start": 72348, - "end": 72349, + "start": 74738, + "end": 74739, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 37 }, "end": { - "line": 1589, + "line": 1631, "column": 38 } } @@ -774216,15 +774703,15 @@ "binop": null }, "value": "y", - "start": 72349, - "end": 72350, + "start": 74739, + "end": 74740, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 38 }, "end": { - "line": 1589, + "line": 1631, "column": 39 } } @@ -774243,15 +774730,15 @@ "updateContext": null }, "value": "=", - "start": 72351, - "end": 72352, + "start": 74741, + "end": 74742, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 40 }, "end": { - "line": 1589, + "line": 1631, "column": 41 } } @@ -774271,15 +774758,15 @@ "updateContext": null }, "value": "this", - "start": 72353, - "end": 72357, + "start": 74743, + "end": 74747, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 42 }, "end": { - "line": 1589, + "line": 1631, "column": 46 } } @@ -774297,15 +774784,15 @@ "binop": null, "updateContext": null }, - "start": 72357, - "end": 72358, + "start": 74747, + "end": 74748, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 46 }, "end": { - "line": 1589, + "line": 1631, "column": 47 } } @@ -774323,15 +774810,15 @@ "binop": null }, "value": "numRound", - "start": 72358, - "end": 72366, + "start": 74748, + "end": 74756, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 47 }, "end": { - "line": 1589, + "line": 1631, "column": 55 } } @@ -774348,15 +774835,15 @@ "postfix": false, "binop": null }, - "start": 72366, - "end": 72367, + "start": 74756, + "end": 74757, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 55 }, "end": { - "line": 1589, + "line": 1631, "column": 56 } } @@ -774373,15 +774860,15 @@ "postfix": false, "binop": null }, - "start": 72368, - "end": 72369, + "start": 74758, + "end": 74759, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 57 }, "end": { - "line": 1589, + "line": 1631, "column": 58 } } @@ -774399,15 +774886,15 @@ "binop": null }, "value": "_props", - "start": 72370, - "end": 72376, + "start": 74760, + "end": 74766, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 59 }, "end": { - "line": 1589, + "line": 1631, "column": 65 } } @@ -774425,15 +774912,15 @@ "binop": null, "updateContext": null }, - "start": 72376, - "end": 72377, + "start": 74766, + "end": 74767, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 65 }, "end": { - "line": 1589, + "line": 1631, "column": 66 } } @@ -774451,15 +774938,15 @@ "binop": null }, "value": "rowSize", - "start": 72377, - "end": 72384, + "start": 74767, + "end": 74774, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 66 }, "end": { - "line": 1589, + "line": 1631, "column": 73 } } @@ -774478,15 +774965,15 @@ "updateContext": null }, "value": "*", - "start": 72385, - "end": 72386, + "start": 74775, + "end": 74776, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 74 }, "end": { - "line": 1589, + "line": 1631, "column": 75 } } @@ -774503,15 +774990,15 @@ "postfix": false, "binop": null }, - "start": 72387, - "end": 72388, + "start": 74777, + "end": 74778, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 76 }, "end": { - "line": 1589, + "line": 1631, "column": 77 } } @@ -774528,15 +775015,15 @@ "postfix": false, "binop": null }, - "start": 72389, - "end": 72390, + "start": 74779, + "end": 74780, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 78 }, "end": { - "line": 1589, + "line": 1631, "column": 79 } } @@ -774554,15 +775041,15 @@ "binop": null }, "value": "params", - "start": 72391, - "end": 72397, + "start": 74781, + "end": 74787, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 80 }, "end": { - "line": 1589, + "line": 1631, "column": 86 } } @@ -774580,15 +775067,15 @@ "binop": null, "updateContext": null }, - "start": 72397, - "end": 72398, + "start": 74787, + "end": 74788, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 86 }, "end": { - "line": 1589, + "line": 1631, "column": 87 } } @@ -774606,15 +775093,15 @@ "binop": null }, "value": "row", - "start": 72398, - "end": 72401, + "start": 74788, + "end": 74791, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 87 }, "end": { - "line": 1589, + "line": 1631, "column": 90 } } @@ -774633,15 +775120,15 @@ "updateContext": null }, "value": "||", - "start": 72402, - "end": 72404, + "start": 74792, + "end": 74794, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 91 }, "end": { - "line": 1589, + "line": 1631, "column": 93 } } @@ -774660,15 +775147,15 @@ "updateContext": null }, "value": 1, - "start": 72405, - "end": 72406, + "start": 74795, + "end": 74796, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 94 }, "end": { - "line": 1589, + "line": 1631, "column": 95 } } @@ -774685,15 +775172,15 @@ "postfix": false, "binop": null }, - "start": 72407, - "end": 72408, + "start": 74797, + "end": 74798, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 96 }, "end": { - "line": 1589, + "line": 1631, "column": 97 } } @@ -774712,15 +775199,15 @@ "updateContext": null }, "value": "-", - "start": 72409, - "end": 72410, + "start": 74799, + "end": 74800, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 98 }, "end": { - "line": 1589, + "line": 1631, "column": 99 } } @@ -774739,15 +775226,15 @@ "updateContext": null }, "value": 1, - "start": 72411, - "end": 72412, + "start": 74801, + "end": 74802, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 100 }, "end": { - "line": 1589, + "line": 1631, "column": 101 } } @@ -774764,15 +775251,15 @@ "postfix": false, "binop": null }, - "start": 72413, - "end": 72414, + "start": 74803, + "end": 74804, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 102 }, "end": { - "line": 1589, + "line": 1631, "column": 103 } } @@ -774789,15 +775276,15 @@ "postfix": false, "binop": null }, - "start": 72415, - "end": 72416, + "start": 74805, + "end": 74806, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 104 }, "end": { - "line": 1589, + "line": 1631, "column": 105 } } @@ -774816,15 +775303,15 @@ "updateContext": null }, "value": "+", - "start": 72417, - "end": 72418, + "start": 74807, + "end": 74808, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 106 }, "end": { - "line": 1589, + "line": 1631, "column": 107 } } @@ -774841,15 +775328,15 @@ "postfix": false, "binop": null }, - "start": 72419, - "end": 72420, + "start": 74809, + "end": 74810, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 108 }, "end": { - "line": 1589, + "line": 1631, "column": 109 } } @@ -774867,15 +775354,15 @@ "binop": null }, "value": "_props", - "start": 72421, - "end": 72427, + "start": 74811, + "end": 74817, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 110 }, "end": { - "line": 1589, + "line": 1631, "column": 116 } } @@ -774893,15 +775380,15 @@ "binop": null, "updateContext": null }, - "start": 72427, - "end": 72428, + "start": 74817, + "end": 74818, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 116 }, "end": { - "line": 1589, + "line": 1631, "column": 117 } } @@ -774919,15 +775406,15 @@ "binop": null }, "value": "rowSize", - "start": 72428, - "end": 72435, + "start": 74818, + "end": 74825, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 117 }, "end": { - "line": 1589, + "line": 1631, "column": 124 } } @@ -774946,15 +775433,15 @@ "updateContext": null }, "value": "/", - "start": 72436, - "end": 72437, + "start": 74826, + "end": 74827, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 125 }, "end": { - "line": 1589, + "line": 1631, "column": 126 } } @@ -774973,15 +775460,15 @@ "updateContext": null }, "value": 2, - "start": 72438, - "end": 72439, + "start": 74828, + "end": 74829, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 127 }, "end": { - "line": 1589, + "line": 1631, "column": 128 } } @@ -774998,15 +775485,15 @@ "postfix": false, "binop": null }, - "start": 72440, - "end": 72441, + "start": 74830, + "end": 74831, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 129 }, "end": { - "line": 1589, + "line": 1631, "column": 130 } } @@ -775024,15 +775511,15 @@ "binop": null, "updateContext": null }, - "start": 72441, - "end": 72442, + "start": 74831, + "end": 74832, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 130 }, "end": { - "line": 1589, + "line": 1631, "column": 131 } } @@ -775051,15 +775538,15 @@ "updateContext": null }, "value": 2, - "start": 72443, - "end": 72444, + "start": 74833, + "end": 74834, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 132 }, "end": { - "line": 1589, + "line": 1631, "column": 133 } } @@ -775076,15 +775563,15 @@ "postfix": false, "binop": null }, - "start": 72445, - "end": 72446, + "start": 74835, + "end": 74836, "loc": { "start": { - "line": 1589, + "line": 1631, "column": 134 }, "end": { - "line": 1589, + "line": 1631, "column": 135 } } @@ -775092,15 +775579,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )", - "start": 72476, - "end": 72572, + "start": 74866, + "end": 74962, "loc": { "start": { - "line": 1591, + "line": 1633, "column": 0 }, "end": { - "line": 1591, + "line": 1633, "column": 96 } } @@ -775118,15 +775605,15 @@ "binop": null }, "value": "new_event", - "start": 72601, - "end": 72610, + "start": 74991, + "end": 75000, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 28 }, "end": { - "line": 1592, + "line": 1634, "column": 37 } } @@ -775144,15 +775631,15 @@ "binop": null, "updateContext": null }, - "start": 72610, - "end": 72611, + "start": 75000, + "end": 75001, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 37 }, "end": { - "line": 1592, + "line": 1634, "column": 38 } } @@ -775170,15 +775657,15 @@ "binop": null }, "value": "_prop", - "start": 72611, - "end": 72616, + "start": 75001, + "end": 75006, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 38 }, "end": { - "line": 1592, + "line": 1634, "column": 43 } } @@ -775196,15 +775683,15 @@ "binop": null, "updateContext": null }, - "start": 72616, - "end": 72617, + "start": 75006, + "end": 75007, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 43 }, "end": { - "line": 1592, + "line": 1634, "column": 44 } } @@ -775223,15 +775710,15 @@ "updateContext": null }, "value": "=", - "start": 72618, - "end": 72619, + "start": 75008, + "end": 75009, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 45 }, "end": { - "line": 1592, + "line": 1634, "column": 46 } } @@ -775248,15 +775735,15 @@ "postfix": false, "binop": null }, - "start": 72620, - "end": 72621, + "start": 75010, + "end": 75011, "loc": { "start": { - "line": 1592, + "line": 1634, "column": 47 }, "end": { - "line": 1592, + "line": 1634, "column": 48 } } @@ -775274,15 +775761,15 @@ "binop": null, "updateContext": null }, - "start": 72654, - "end": 72657, + "start": 75044, + "end": 75047, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 32 }, "end": { - "line": 1593, + "line": 1635, "column": 35 } } @@ -775300,15 +775787,15 @@ "binop": null }, "value": "params", - "start": 72657, - "end": 72663, + "start": 75047, + "end": 75053, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 35 }, "end": { - "line": 1593, + "line": 1635, "column": 41 } } @@ -775326,15 +775813,15 @@ "binop": null, "updateContext": null }, - "start": 72663, - "end": 72664, + "start": 75053, + "end": 75054, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 41 }, "end": { - "line": 1593, + "line": 1635, "column": 42 } } @@ -775352,15 +775839,15 @@ "binop": null }, "value": "_prop", - "start": 72664, - "end": 72669, + "start": 75054, + "end": 75059, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 42 }, "end": { - "line": 1593, + "line": 1635, "column": 47 } } @@ -775378,15 +775865,15 @@ "binop": null, "updateContext": null }, - "start": 72669, - "end": 72670, + "start": 75059, + "end": 75060, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 47 }, "end": { - "line": 1593, + "line": 1635, "column": 48 } } @@ -775404,15 +775891,15 @@ "binop": null, "updateContext": null }, - "start": 72670, - "end": 72671, + "start": 75060, + "end": 75061, "loc": { "start": { - "line": 1593, + "line": 1635, "column": 48 }, "end": { - "line": 1593, + "line": 1635, "column": 49 } } @@ -775430,15 +775917,15 @@ "binop": null, "updateContext": null }, - "start": 72704, - "end": 72707, + "start": 75094, + "end": 75097, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 32 }, "end": { - "line": 1594, + "line": 1636, "column": 35 } } @@ -775456,15 +775943,15 @@ "binop": null }, "value": "_relation", - "start": 72707, - "end": 72716, + "start": 75097, + "end": 75106, "loc": { "start": { - "line": 1594, + "line": 1636, "column": 35 }, "end": { - "line": 1594, + "line": 1636, "column": 44 } } @@ -775481,15 +775968,15 @@ "postfix": false, "binop": null }, - "start": 72745, - "end": 72746, + "start": 75135, + "end": 75136, "loc": { "start": { - "line": 1595, + "line": 1637, "column": 28 }, "end": { - "line": 1595, + "line": 1637, "column": 29 } } @@ -775506,15 +775993,15 @@ "postfix": false, "binop": null }, - "start": 72771, - "end": 72772, + "start": 75161, + "end": 75162, "loc": { "start": { - "line": 1596, + "line": 1638, "column": 24 }, "end": { - "line": 1596, + "line": 1638, "column": 25 } } @@ -775534,15 +776021,15 @@ "updateContext": null }, "value": "break", - "start": 72797, - "end": 72802, + "start": 75187, + "end": 75192, "loc": { "start": { - "line": 1597, + "line": 1639, "column": 24 }, "end": { - "line": 1597, + "line": 1639, "column": 29 } } @@ -775562,15 +776049,15 @@ "updateContext": null }, "value": "default", - "start": 72823, - "end": 72830, + "start": 75213, + "end": 75220, "loc": { "start": { - "line": 1598, + "line": 1640, "column": 20 }, "end": { - "line": 1598, + "line": 1640, "column": 27 } } @@ -775588,15 +776075,15 @@ "binop": null, "updateContext": null }, - "start": 72830, - "end": 72831, + "start": 75220, + "end": 75221, "loc": { "start": { - "line": 1598, + "line": 1640, "column": 27 }, "end": { - "line": 1598, + "line": 1640, "column": 28 } } @@ -775616,15 +776103,15 @@ "updateContext": null }, "value": "if", - "start": 72856, - "end": 72858, + "start": 75246, + "end": 75248, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 24 }, "end": { - "line": 1599, + "line": 1641, "column": 26 } } @@ -775641,15 +776128,15 @@ "postfix": false, "binop": null }, - "start": 72859, - "end": 72860, + "start": 75249, + "end": 75250, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 27 }, "end": { - "line": 1599, + "line": 1641, "column": 28 } } @@ -775667,15 +776154,15 @@ "binop": null }, "value": "params", - "start": 72861, - "end": 72867, + "start": 75251, + "end": 75257, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 29 }, "end": { - "line": 1599, + "line": 1641, "column": 35 } } @@ -775693,15 +776180,15 @@ "binop": null, "updateContext": null }, - "start": 72867, - "end": 72868, + "start": 75257, + "end": 75258, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 35 }, "end": { - "line": 1599, + "line": 1641, "column": 36 } } @@ -775719,15 +776206,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 72868, - "end": 72882, + "start": 75258, + "end": 75272, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 36 }, "end": { - "line": 1599, + "line": 1641, "column": 50 } } @@ -775744,15 +776231,15 @@ "postfix": false, "binop": null }, - "start": 72882, - "end": 72883, + "start": 75272, + "end": 75273, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 50 }, "end": { - "line": 1599, + "line": 1641, "column": 51 } } @@ -775770,15 +776257,15 @@ "binop": null }, "value": "_prop", - "start": 72884, - "end": 72889, + "start": 75274, + "end": 75279, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 52 }, "end": { - "line": 1599, + "line": 1641, "column": 57 } } @@ -775795,15 +776282,15 @@ "postfix": false, "binop": null }, - "start": 72890, - "end": 72891, + "start": 75280, + "end": 75281, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 58 }, "end": { - "line": 1599, + "line": 1641, "column": 59 } } @@ -775822,15 +776309,15 @@ "updateContext": null }, "value": "&&", - "start": 72892, - "end": 72894, + "start": 75282, + "end": 75284, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 60 }, "end": { - "line": 1599, + "line": 1641, "column": 62 } } @@ -775849,15 +776336,15 @@ "updateContext": null }, "value": "!", - "start": 72895, - "end": 72896, + "start": 75285, + "end": 75286, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 63 }, "end": { - "line": 1599, + "line": 1641, "column": 64 } } @@ -775877,15 +776364,15 @@ "updateContext": null }, "value": "this", - "start": 72897, - "end": 72901, + "start": 75287, + "end": 75291, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 65 }, "end": { - "line": 1599, + "line": 1641, "column": 69 } } @@ -775903,15 +776390,15 @@ "binop": null, "updateContext": null }, - "start": 72901, - "end": 72902, + "start": 75291, + "end": 75292, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 69 }, "end": { - "line": 1599, + "line": 1641, "column": 70 } } @@ -775929,15 +776416,15 @@ "binop": null }, "value": "is_empty", - "start": 72902, - "end": 72910, + "start": 75292, + "end": 75300, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 70 }, "end": { - "line": 1599, + "line": 1641, "column": 78 } } @@ -775954,15 +776441,15 @@ "postfix": false, "binop": null }, - "start": 72910, - "end": 72911, + "start": 75300, + "end": 75301, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 78 }, "end": { - "line": 1599, + "line": 1641, "column": 79 } } @@ -775980,15 +776467,15 @@ "binop": null }, "value": "params", - "start": 72912, - "end": 72918, + "start": 75302, + "end": 75308, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 80 }, "end": { - "line": 1599, + "line": 1641, "column": 86 } } @@ -776006,15 +776493,15 @@ "binop": null, "updateContext": null }, - "start": 72918, - "end": 72919, + "start": 75308, + "end": 75309, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 86 }, "end": { - "line": 1599, + "line": 1641, "column": 87 } } @@ -776032,15 +776519,15 @@ "binop": null }, "value": "_prop", - "start": 72919, - "end": 72924, + "start": 75309, + "end": 75314, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 87 }, "end": { - "line": 1599, + "line": 1641, "column": 92 } } @@ -776058,15 +776545,15 @@ "binop": null, "updateContext": null }, - "start": 72924, - "end": 72925, + "start": 75314, + "end": 75315, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 92 }, "end": { - "line": 1599, + "line": 1641, "column": 93 } } @@ -776083,15 +776570,15 @@ "postfix": false, "binop": null }, - "start": 72926, - "end": 72927, + "start": 75316, + "end": 75317, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 94 }, "end": { - "line": 1599, + "line": 1641, "column": 95 } } @@ -776108,15 +776595,15 @@ "postfix": false, "binop": null }, - "start": 72928, - "end": 72929, + "start": 75318, + "end": 75319, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 96 }, "end": { - "line": 1599, + "line": 1641, "column": 97 } } @@ -776133,15 +776620,15 @@ "postfix": false, "binop": null }, - "start": 72930, - "end": 72931, + "start": 75320, + "end": 75321, "loc": { "start": { - "line": 1599, + "line": 1641, "column": 98 }, "end": { - "line": 1599, + "line": 1641, "column": 99 } } @@ -776159,15 +776646,15 @@ "binop": null }, "value": "new_event", - "start": 72960, - "end": 72969, + "start": 75350, + "end": 75359, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 28 }, "end": { - "line": 1600, + "line": 1642, "column": 37 } } @@ -776185,15 +776672,15 @@ "binop": null, "updateContext": null }, - "start": 72969, - "end": 72970, + "start": 75359, + "end": 75360, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 37 }, "end": { - "line": 1600, + "line": 1642, "column": 38 } } @@ -776211,15 +776698,15 @@ "binop": null }, "value": "_prop", - "start": 72970, - "end": 72975, + "start": 75360, + "end": 75365, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 38 }, "end": { - "line": 1600, + "line": 1642, "column": 43 } } @@ -776237,15 +776724,15 @@ "binop": null, "updateContext": null }, - "start": 72975, - "end": 72976, + "start": 75365, + "end": 75366, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 43 }, "end": { - "line": 1600, + "line": 1642, "column": 44 } } @@ -776264,15 +776751,15 @@ "updateContext": null }, "value": "=", - "start": 72977, - "end": 72978, + "start": 75367, + "end": 75368, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 45 }, "end": { - "line": 1600, + "line": 1642, "column": 46 } } @@ -776290,15 +776777,15 @@ "binop": null }, "value": "params", - "start": 72979, - "end": 72985, + "start": 75369, + "end": 75375, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 47 }, "end": { - "line": 1600, + "line": 1642, "column": 53 } } @@ -776316,15 +776803,15 @@ "binop": null, "updateContext": null }, - "start": 72985, - "end": 72986, + "start": 75375, + "end": 75376, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 53 }, "end": { - "line": 1600, + "line": 1642, "column": 54 } } @@ -776342,15 +776829,15 @@ "binop": null }, "value": "_prop", - "start": 72986, - "end": 72991, + "start": 75376, + "end": 75381, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 54 }, "end": { - "line": 1600, + "line": 1642, "column": 59 } } @@ -776368,15 +776855,15 @@ "binop": null, "updateContext": null }, - "start": 72991, - "end": 72992, + "start": 75381, + "end": 75382, "loc": { "start": { - "line": 1600, + "line": 1642, "column": 59 }, "end": { - "line": 1600, + "line": 1642, "column": 60 } } @@ -776393,15 +776880,15 @@ "postfix": false, "binop": null }, - "start": 73017, - "end": 73018, + "start": 75407, + "end": 75408, "loc": { "start": { - "line": 1601, + "line": 1643, "column": 24 }, "end": { - "line": 1601, + "line": 1643, "column": 25 } } @@ -776421,15 +776908,15 @@ "updateContext": null }, "value": "break", - "start": 73043, - "end": 73048, + "start": 75433, + "end": 75438, "loc": { "start": { - "line": 1602, + "line": 1644, "column": 24 }, "end": { - "line": 1602, + "line": 1644, "column": 29 } } @@ -776446,15 +776933,15 @@ "postfix": false, "binop": null }, - "start": 73065, - "end": 73066, + "start": 75455, + "end": 75456, "loc": { "start": { - "line": 1603, + "line": 1645, "column": 16 }, "end": { - "line": 1603, + "line": 1645, "column": 17 } } @@ -776471,15 +776958,15 @@ "postfix": false, "binop": null }, - "start": 73079, - "end": 73080, + "start": 75469, + "end": 75470, "loc": { "start": { - "line": 1604, + "line": 1646, "column": 12 }, "end": { - "line": 1604, + "line": 1646, "column": 13 } } @@ -776496,15 +776983,15 @@ "postfix": false, "binop": null }, - "start": 73080, - "end": 73081, + "start": 75470, + "end": 75471, "loc": { "start": { - "line": 1604, + "line": 1646, "column": 13 }, "end": { - "line": 1604, + "line": 1646, "column": 14 } } @@ -776522,15 +777009,15 @@ "binop": null, "updateContext": null }, - "start": 73081, - "end": 73082, + "start": 75471, + "end": 75472, "loc": { "start": { - "line": 1604, + "line": 1646, "column": 14 }, "end": { - "line": 1604, + "line": 1646, "column": 15 } } @@ -776547,15 +777034,15 @@ "postfix": false, "binop": null }, - "start": 73091, - "end": 73092, + "start": 75481, + "end": 75482, "loc": { "start": { - "line": 1605, + "line": 1647, "column": 8 }, "end": { - "line": 1605, + "line": 1647, "column": 9 } } @@ -776563,15 +777050,15 @@ { "type": "CommentLine", "value": "console.log( '!_registerEventData:', new_event )", - "start": 73093, - "end": 73143, + "start": 75483, + "end": 75533, "loc": { "start": { - "line": 1606, + "line": 1648, "column": 0 }, "end": { - "line": 1606, + "line": 1648, "column": 50 } } @@ -776591,15 +777078,15 @@ "updateContext": null }, "value": "return", - "start": 73152, - "end": 73158, + "start": 75542, + "end": 75548, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 8 }, "end": { - "line": 1607, + "line": 1649, "column": 14 } } @@ -776617,15 +777104,15 @@ "binop": null }, "value": "new_event", - "start": 73159, - "end": 73168, + "start": 75549, + "end": 75558, "loc": { "start": { - "line": 1607, + "line": 1649, "column": 15 }, "end": { - "line": 1607, + "line": 1649, "column": 24 } } @@ -776642,15 +777129,15 @@ "postfix": false, "binop": null }, - "start": 73173, - "end": 73174, + "start": 75563, + "end": 75564, "loc": { "start": { - "line": 1608, + "line": 1650, "column": 4 }, "end": { - "line": 1608, + "line": 1650, "column": 5 } } @@ -776658,15 +777145,15 @@ { "type": "CommentBlock", "value": "*\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n ", - "start": 73184, - "end": 73370, + "start": 75574, + "end": 75760, "loc": { "start": { - "line": 1610, + "line": 1652, "column": 4 }, "end": { - "line": 1615, + "line": 1657, "column": 7 } } @@ -776684,15 +777171,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 73375, - "end": 73390, + "start": 75765, + "end": 75780, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 4 }, "end": { - "line": 1616, + "line": 1658, "column": 19 } } @@ -776709,15 +777196,15 @@ "postfix": false, "binop": null }, - "start": 73390, - "end": 73391, + "start": 75780, + "end": 75781, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 19 }, "end": { - "line": 1616, + "line": 1658, "column": 20 } } @@ -776735,15 +777222,15 @@ "binop": null }, "value": "date", - "start": 73392, - "end": 73396, + "start": 75782, + "end": 75786, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 21 }, "end": { - "line": 1616, + "line": 1658, "column": 25 } } @@ -776760,15 +777247,15 @@ "postfix": false, "binop": null }, - "start": 73397, - "end": 73398, + "start": 75787, + "end": 75788, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 26 }, "end": { - "line": 1616, + "line": 1658, "column": 27 } } @@ -776785,15 +777272,15 @@ "postfix": false, "binop": null }, - "start": 73399, - "end": 73400, + "start": 75789, + "end": 75790, "loc": { "start": { - "line": 1616, + "line": 1658, "column": 28 }, "end": { - "line": 1616, + "line": 1658, "column": 29 } } @@ -776801,15 +777288,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 73409, - "end": 73437, + "start": 75799, + "end": 75827, "loc": { "start": { - "line": 1617, + "line": 1659, "column": 8 }, "end": { - "line": 1617, + "line": 1659, "column": 36 } } @@ -776829,15 +777316,15 @@ "updateContext": null }, "value": "let", - "start": 73446, - "end": 73449, + "start": 75836, + "end": 75839, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 8 }, "end": { - "line": 1618, + "line": 1660, "column": 11 } } @@ -776855,15 +777342,15 @@ "binop": null }, "value": "_props", - "start": 73450, - "end": 73456, + "start": 75840, + "end": 75846, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 12 }, "end": { - "line": 1618, + "line": 1660, "column": 18 } } @@ -776882,15 +777369,15 @@ "updateContext": null }, "value": "=", - "start": 73457, - "end": 73458, + "start": 75847, + "end": 75848, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 19 }, "end": { - "line": 1618, + "line": 1660, "column": 20 } } @@ -776910,15 +777397,15 @@ "updateContext": null }, "value": "this", - "start": 73459, - "end": 73463, + "start": 75849, + "end": 75853, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 21 }, "end": { - "line": 1618, + "line": 1660, "column": 25 } } @@ -776936,15 +777423,15 @@ "binop": null, "updateContext": null }, - "start": 73463, - "end": 73464, + "start": 75853, + "end": 75854, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 25 }, "end": { - "line": 1618, + "line": 1660, "column": 26 } } @@ -776962,15 +777449,15 @@ "binop": null }, "value": "_instanceProps", - "start": 73464, - "end": 73478, + "start": 75854, + "end": 75868, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 26 }, "end": { - "line": 1618, + "line": 1660, "column": 40 } } @@ -776988,15 +777475,15 @@ "binop": null, "updateContext": null }, - "start": 73478, - "end": 73479, + "start": 75868, + "end": 75869, "loc": { "start": { - "line": 1618, + "line": 1660, "column": 40 }, "end": { - "line": 1618, + "line": 1660, "column": 41 } } @@ -777014,15 +777501,15 @@ "binop": null }, "value": "_date", - "start": 73492, - "end": 73497, + "start": 75882, + "end": 75887, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 12 }, "end": { - "line": 1619, + "line": 1661, "column": 17 } } @@ -777041,15 +777528,15 @@ "updateContext": null }, "value": "=", - "start": 73499, - "end": 73500, + "start": 75889, + "end": 75890, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 19 }, "end": { - "line": 1619, + "line": 1661, "column": 20 } } @@ -777069,15 +777556,15 @@ "updateContext": null }, "value": "this", - "start": 73501, - "end": 73505, + "start": 75891, + "end": 75895, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 21 }, "end": { - "line": 1619, + "line": 1661, "column": 25 } } @@ -777095,15 +777582,15 @@ "binop": null, "updateContext": null }, - "start": 73505, - "end": 73506, + "start": 75895, + "end": 75896, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 25 }, "end": { - "line": 1619, + "line": 1661, "column": 26 } } @@ -777121,15 +777608,15 @@ "binop": null }, "value": "supplement", - "start": 73506, - "end": 73516, + "start": 75896, + "end": 75906, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 26 }, "end": { - "line": 1619, + "line": 1661, "column": 36 } } @@ -777146,15 +777633,15 @@ "postfix": false, "binop": null }, - "start": 73516, - "end": 73517, + "start": 75906, + "end": 75907, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 36 }, "end": { - "line": 1619, + "line": 1661, "column": 37 } } @@ -777174,15 +777661,15 @@ "updateContext": null }, "value": "null", - "start": 73518, - "end": 73522, + "start": 75908, + "end": 75912, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 38 }, "end": { - "line": 1619, + "line": 1661, "column": 42 } } @@ -777200,15 +777687,15 @@ "binop": null, "updateContext": null }, - "start": 73522, - "end": 73523, + "start": 75912, + "end": 75913, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 42 }, "end": { - "line": 1619, + "line": 1661, "column": 43 } } @@ -777228,15 +777715,15 @@ "updateContext": null }, "value": "this", - "start": 73524, - "end": 73528, + "start": 75914, + "end": 75918, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 44 }, "end": { - "line": 1619, + "line": 1661, "column": 48 } } @@ -777254,15 +777741,15 @@ "binop": null, "updateContext": null }, - "start": 73528, - "end": 73529, + "start": 75918, + "end": 75919, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 48 }, "end": { - "line": 1619, + "line": 1661, "column": 49 } } @@ -777280,15 +777767,15 @@ "binop": null }, "value": "_getPluggableDatetime", - "start": 73529, - "end": 73550, + "start": 75919, + "end": 75940, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 49 }, "end": { - "line": 1619, + "line": 1661, "column": 70 } } @@ -777305,15 +777792,15 @@ "postfix": false, "binop": null }, - "start": 73550, - "end": 73551, + "start": 75940, + "end": 75941, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 70 }, "end": { - "line": 1619, + "line": 1661, "column": 71 } } @@ -777331,15 +777818,15 @@ "binop": null }, "value": "date", - "start": 73552, - "end": 73556, + "start": 75942, + "end": 75946, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 72 }, "end": { - "line": 1619, + "line": 1661, "column": 76 } } @@ -777356,15 +777843,15 @@ "postfix": false, "binop": null }, - "start": 73557, - "end": 73558, + "start": 75947, + "end": 75948, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 77 }, "end": { - "line": 1619, + "line": 1661, "column": 78 } } @@ -777381,15 +777868,15 @@ "postfix": false, "binop": null }, - "start": 73559, - "end": 73560, + "start": 75949, + "end": 75950, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 79 }, "end": { - "line": 1619, + "line": 1661, "column": 80 } } @@ -777407,15 +777894,15 @@ "binop": null, "updateContext": null }, - "start": 73560, - "end": 73561, + "start": 75950, + "end": 75951, "loc": { "start": { - "line": 1619, + "line": 1661, "column": 80 }, "end": { - "line": 1619, + "line": 1661, "column": 81 } } @@ -777433,15 +777920,15 @@ "binop": null }, "value": "coordinate_x", - "start": 73574, - "end": 73586, + "start": 75964, + "end": 75976, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 12 }, "end": { - "line": 1620, + "line": 1662, "column": 24 } } @@ -777460,15 +777947,15 @@ "updateContext": null }, "value": "=", - "start": 73587, - "end": 73588, + "start": 75977, + "end": 75978, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 25 }, "end": { - "line": 1620, + "line": 1662, "column": 26 } } @@ -777487,15 +777974,15 @@ "updateContext": null }, "value": 0, - "start": 73589, - "end": 73590, + "start": 75979, + "end": 75980, "loc": { "start": { - "line": 1620, + "line": 1662, "column": 27 }, "end": { - "line": 1620, + "line": 1662, "column": 28 } } @@ -777515,15 +778002,15 @@ "updateContext": null }, "value": "if", - "start": 73608, - "end": 73610, + "start": 75998, + "end": 76000, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 8 }, "end": { - "line": 1622, + "line": 1664, "column": 10 } } @@ -777540,15 +778027,15 @@ "postfix": false, "binop": null }, - "start": 73611, - "end": 73612, + "start": 76001, + "end": 76002, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 11 }, "end": { - "line": 1622, + "line": 1664, "column": 12 } } @@ -777566,15 +778053,15 @@ "binop": null }, "value": "_date", - "start": 73613, - "end": 73618, + "start": 76003, + "end": 76008, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 13 }, "end": { - "line": 1622, + "line": 1664, "column": 18 } } @@ -777591,15 +778078,15 @@ "postfix": false, "binop": null }, - "start": 73619, - "end": 73620, + "start": 76009, + "end": 76010, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 19 }, "end": { - "line": 1622, + "line": 1664, "column": 20 } } @@ -777616,15 +778103,15 @@ "postfix": false, "binop": null }, - "start": 73621, - "end": 73622, + "start": 76011, + "end": 76012, "loc": { "start": { - "line": 1622, + "line": 1664, "column": 21 }, "end": { - "line": 1622, + "line": 1664, "column": 22 } } @@ -777644,15 +778131,15 @@ "updateContext": null }, "value": "if", - "start": 73635, - "end": 73637, + "start": 76025, + "end": 76027, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 12 }, "end": { - "line": 1623, + "line": 1665, "column": 14 } } @@ -777669,15 +778156,15 @@ "postfix": false, "binop": null }, - "start": 73638, - "end": 73639, + "start": 76028, + "end": 76029, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 15 }, "end": { - "line": 1623, + "line": 1665, "column": 16 } } @@ -777695,15 +778182,15 @@ "binop": null }, "value": "_date", - "start": 73640, - "end": 73645, + "start": 76030, + "end": 76035, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 17 }, "end": { - "line": 1623, + "line": 1665, "column": 22 } } @@ -777722,15 +778209,15 @@ "updateContext": null }, "value": "-", - "start": 73646, - "end": 73647, + "start": 76036, + "end": 76037, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 23 }, "end": { - "line": 1623, + "line": 1665, "column": 24 } } @@ -777748,15 +778235,15 @@ "binop": null }, "value": "_props", - "start": 73648, - "end": 73654, + "start": 76038, + "end": 76044, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 25 }, "end": { - "line": 1623, + "line": 1665, "column": 31 } } @@ -777774,15 +778261,15 @@ "binop": null, "updateContext": null }, - "start": 73654, - "end": 73655, + "start": 76044, + "end": 76045, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 31 }, "end": { - "line": 1623, + "line": 1665, "column": 32 } } @@ -777800,15 +778287,15 @@ "binop": null }, "value": "begin", - "start": 73655, - "end": 73660, + "start": 76045, + "end": 76050, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 32 }, "end": { - "line": 1623, + "line": 1665, "column": 37 } } @@ -777827,15 +778314,15 @@ "updateContext": null }, "value": ">=", - "start": 73661, - "end": 73663, + "start": 76051, + "end": 76053, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 38 }, "end": { - "line": 1623, + "line": 1665, "column": 40 } } @@ -777854,15 +778341,15 @@ "updateContext": null }, "value": 0, - "start": 73664, - "end": 73665, + "start": 76054, + "end": 76055, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 41 }, "end": { - "line": 1623, + "line": 1665, "column": 42 } } @@ -777881,15 +778368,15 @@ "updateContext": null }, "value": "&&", - "start": 73666, - "end": 73668, + "start": 76056, + "end": 76058, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 43 }, "end": { - "line": 1623, + "line": 1665, "column": 45 } } @@ -777907,15 +778394,15 @@ "binop": null }, "value": "_props", - "start": 73669, - "end": 73675, + "start": 76059, + "end": 76065, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 46 }, "end": { - "line": 1623, + "line": 1665, "column": 52 } } @@ -777933,15 +778420,15 @@ "binop": null, "updateContext": null }, - "start": 73675, - "end": 73676, + "start": 76065, + "end": 76066, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 52 }, "end": { - "line": 1623, + "line": 1665, "column": 53 } } @@ -777959,15 +778446,15 @@ "binop": null }, "value": "end", - "start": 73676, - "end": 73679, + "start": 76066, + "end": 76069, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 53 }, "end": { - "line": 1623, + "line": 1665, "column": 56 } } @@ -777986,15 +778473,15 @@ "updateContext": null }, "value": "-", - "start": 73680, - "end": 73681, + "start": 76070, + "end": 76071, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 57 }, "end": { - "line": 1623, + "line": 1665, "column": 58 } } @@ -778012,15 +778499,15 @@ "binop": null }, "value": "_date", - "start": 73682, - "end": 73687, + "start": 76072, + "end": 76077, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 59 }, "end": { - "line": 1623, + "line": 1665, "column": 64 } } @@ -778039,15 +778526,15 @@ "updateContext": null }, "value": ">=", - "start": 73688, - "end": 73690, + "start": 76078, + "end": 76080, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 65 }, "end": { - "line": 1623, + "line": 1665, "column": 67 } } @@ -778066,15 +778553,15 @@ "updateContext": null }, "value": 0, - "start": 73691, - "end": 73692, + "start": 76081, + "end": 76082, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 68 }, "end": { - "line": 1623, + "line": 1665, "column": 69 } } @@ -778091,15 +778578,15 @@ "postfix": false, "binop": null }, - "start": 73693, - "end": 73694, + "start": 76083, + "end": 76084, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 70 }, "end": { - "line": 1623, + "line": 1665, "column": 71 } } @@ -778116,15 +778603,15 @@ "postfix": false, "binop": null }, - "start": 73695, - "end": 73696, + "start": 76085, + "end": 76086, "loc": { "start": { - "line": 1623, + "line": 1665, "column": 72 }, "end": { - "line": 1623, + "line": 1665, "column": 73 } } @@ -778132,15 +778619,15 @@ { "type": "CommentLine", "value": " When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合", - "start": 73713, - "end": 73815, + "start": 76103, + "end": 76205, "loc": { "start": { - "line": 1624, + "line": 1666, "column": 16 }, "end": { - "line": 1624, + "line": 1666, "column": 118 } } @@ -778158,15 +778645,15 @@ "binop": null }, "value": "coordinate_x", - "start": 73832, - "end": 73844, + "start": 76222, + "end": 76234, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 16 }, "end": { - "line": 1625, + "line": 1667, "column": 28 } } @@ -778185,15 +778672,15 @@ "updateContext": null }, "value": "=", - "start": 73845, - "end": 73846, + "start": 76235, + "end": 76236, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 29 }, "end": { - "line": 1625, + "line": 1667, "column": 30 } } @@ -778210,15 +778697,15 @@ "postfix": false, "binop": null }, - "start": 73847, - "end": 73848, + "start": 76237, + "end": 76238, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 31 }, "end": { - "line": 1625, + "line": 1667, "column": 32 } } @@ -778236,15 +778723,15 @@ "binop": null }, "value": "Math", - "start": 73849, - "end": 73853, + "start": 76239, + "end": 76243, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 33 }, "end": { - "line": 1625, + "line": 1667, "column": 37 } } @@ -778262,15 +778749,15 @@ "binop": null, "updateContext": null }, - "start": 73853, - "end": 73854, + "start": 76243, + "end": 76244, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 37 }, "end": { - "line": 1625, + "line": 1667, "column": 38 } } @@ -778288,15 +778775,15 @@ "binop": null }, "value": "abs", - "start": 73854, - "end": 73857, + "start": 76244, + "end": 76247, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 38 }, "end": { - "line": 1625, + "line": 1667, "column": 41 } } @@ -778313,15 +778800,15 @@ "postfix": false, "binop": null }, - "start": 73857, - "end": 73858, + "start": 76247, + "end": 76248, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 41 }, "end": { - "line": 1625, + "line": 1667, "column": 42 } } @@ -778339,15 +778826,15 @@ "binop": null }, "value": "_date", - "start": 73859, - "end": 73864, + "start": 76249, + "end": 76254, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 43 }, "end": { - "line": 1625, + "line": 1667, "column": 48 } } @@ -778366,15 +778853,15 @@ "updateContext": null }, "value": "-", - "start": 73865, - "end": 73866, + "start": 76255, + "end": 76256, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 49 }, "end": { - "line": 1625, + "line": 1667, "column": 50 } } @@ -778392,15 +778879,15 @@ "binop": null }, "value": "_props", - "start": 73867, - "end": 73873, + "start": 76257, + "end": 76263, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 51 }, "end": { - "line": 1625, + "line": 1667, "column": 57 } } @@ -778418,15 +778905,15 @@ "binop": null, "updateContext": null }, - "start": 73873, - "end": 73874, + "start": 76263, + "end": 76264, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 57 }, "end": { - "line": 1625, + "line": 1667, "column": 58 } } @@ -778444,15 +778931,15 @@ "binop": null }, "value": "begin", - "start": 73874, - "end": 73879, + "start": 76264, + "end": 76269, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 58 }, "end": { - "line": 1625, + "line": 1667, "column": 63 } } @@ -778469,15 +778956,15 @@ "postfix": false, "binop": null }, - "start": 73880, - "end": 73881, + "start": 76270, + "end": 76271, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 64 }, "end": { - "line": 1625, + "line": 1667, "column": 65 } } @@ -778496,15 +778983,15 @@ "updateContext": null }, "value": "/", - "start": 73882, - "end": 73883, + "start": 76272, + "end": 76273, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 66 }, "end": { - "line": 1625, + "line": 1667, "column": 67 } } @@ -778522,15 +779009,15 @@ "binop": null }, "value": "_props", - "start": 73884, - "end": 73890, + "start": 76274, + "end": 76280, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 68 }, "end": { - "line": 1625, + "line": 1667, "column": 74 } } @@ -778548,15 +779035,15 @@ "binop": null, "updateContext": null }, - "start": 73890, - "end": 73891, + "start": 76280, + "end": 76281, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 74 }, "end": { - "line": 1625, + "line": 1667, "column": 75 } } @@ -778574,15 +779061,15 @@ "binop": null }, "value": "scale", - "start": 73891, - "end": 73896, + "start": 76281, + "end": 76286, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 75 }, "end": { - "line": 1625, + "line": 1667, "column": 80 } } @@ -778599,15 +779086,15 @@ "postfix": false, "binop": null }, - "start": 73897, - "end": 73898, + "start": 76287, + "end": 76288, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 81 }, "end": { - "line": 1625, + "line": 1667, "column": 82 } } @@ -778626,15 +779113,15 @@ "updateContext": null }, "value": "*", - "start": 73899, - "end": 73900, + "start": 76289, + "end": 76290, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 83 }, "end": { - "line": 1625, + "line": 1667, "column": 84 } } @@ -778652,15 +779139,15 @@ "binop": null }, "value": "_props", - "start": 73901, - "end": 73907, + "start": 76291, + "end": 76297, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 85 }, "end": { - "line": 1625, + "line": 1667, "column": 91 } } @@ -778678,15 +779165,15 @@ "binop": null, "updateContext": null }, - "start": 73907, - "end": 73908, + "start": 76297, + "end": 76298, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 91 }, "end": { - "line": 1625, + "line": 1667, "column": 92 } } @@ -778704,15 +779191,15 @@ "binop": null }, "value": "scaleSize", - "start": 73908, - "end": 73917, + "start": 76298, + "end": 76307, "loc": { "start": { - "line": 1625, + "line": 1667, "column": 92 }, "end": { - "line": 1625, + "line": 1667, "column": 101 } } @@ -778729,15 +779216,15 @@ "postfix": false, "binop": null }, - "start": 73930, - "end": 73931, + "start": 76320, + "end": 76321, "loc": { "start": { - "line": 1626, + "line": 1668, "column": 12 }, "end": { - "line": 1626, + "line": 1668, "column": 13 } } @@ -778757,15 +779244,15 @@ "updateContext": null }, "value": "else", - "start": 73932, - "end": 73936, + "start": 76322, + "end": 76326, "loc": { "start": { - "line": 1626, + "line": 1668, "column": 14 }, "end": { - "line": 1626, + "line": 1668, "column": 18 } } @@ -778782,15 +779269,15 @@ "postfix": false, "binop": null }, - "start": 73937, - "end": 73938, + "start": 76327, + "end": 76328, "loc": { "start": { - "line": 1626, + "line": 1668, "column": 19 }, "end": { - "line": 1626, + "line": 1668, "column": 20 } } @@ -778798,15 +779285,15 @@ { "type": "CommentLine", "value": " When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合", - "start": 73955, - "end": 74030, + "start": 76345, + "end": 76420, "loc": { "start": { - "line": 1627, + "line": 1669, "column": 16 }, "end": { - "line": 1627, + "line": 1669, "column": 91 } } @@ -778824,15 +779311,15 @@ "binop": null }, "value": "coordinate_x", - "start": 74047, - "end": 74059, + "start": 76437, + "end": 76449, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 16 }, "end": { - "line": 1628, + "line": 1670, "column": 28 } } @@ -778851,15 +779338,15 @@ "updateContext": null }, "value": "=", - "start": 74060, - "end": 74061, + "start": 76450, + "end": 76451, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 29 }, "end": { - "line": 1628, + "line": 1670, "column": 30 } } @@ -778876,15 +779363,15 @@ "postfix": false, "binop": null }, - "start": 74062, - "end": 74063, + "start": 76452, + "end": 76453, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 31 }, "end": { - "line": 1628, + "line": 1670, "column": 32 } } @@ -778901,15 +779388,15 @@ "postfix": false, "binop": null }, - "start": 74064, - "end": 74065, + "start": 76454, + "end": 76455, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 33 }, "end": { - "line": 1628, + "line": 1670, "column": 34 } } @@ -778927,15 +779414,15 @@ "binop": null }, "value": "_date", - "start": 74066, - "end": 74071, + "start": 76456, + "end": 76461, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 35 }, "end": { - "line": 1628, + "line": 1670, "column": 40 } } @@ -778954,15 +779441,15 @@ "updateContext": null }, "value": "-", - "start": 74072, - "end": 74073, + "start": 76462, + "end": 76463, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 41 }, "end": { - "line": 1628, + "line": 1670, "column": 42 } } @@ -778980,15 +779467,15 @@ "binop": null }, "value": "_props", - "start": 74074, - "end": 74080, + "start": 76464, + "end": 76470, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 43 }, "end": { - "line": 1628, + "line": 1670, "column": 49 } } @@ -779006,15 +779493,15 @@ "binop": null, "updateContext": null }, - "start": 74080, - "end": 74081, + "start": 76470, + "end": 76471, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 49 }, "end": { - "line": 1628, + "line": 1670, "column": 50 } } @@ -779032,15 +779519,15 @@ "binop": null }, "value": "begin", - "start": 74081, - "end": 74086, + "start": 76471, + "end": 76476, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 50 }, "end": { - "line": 1628, + "line": 1670, "column": 55 } } @@ -779057,15 +779544,15 @@ "postfix": false, "binop": null }, - "start": 74087, - "end": 74088, + "start": 76477, + "end": 76478, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 56 }, "end": { - "line": 1628, + "line": 1670, "column": 57 } } @@ -779084,15 +779571,15 @@ "updateContext": null }, "value": "/", - "start": 74089, - "end": 74090, + "start": 76479, + "end": 76480, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 58 }, "end": { - "line": 1628, + "line": 1670, "column": 59 } } @@ -779110,15 +779597,15 @@ "binop": null }, "value": "_props", - "start": 74091, - "end": 74097, + "start": 76481, + "end": 76487, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 60 }, "end": { - "line": 1628, + "line": 1670, "column": 66 } } @@ -779136,15 +779623,15 @@ "binop": null, "updateContext": null }, - "start": 74097, - "end": 74098, + "start": 76487, + "end": 76488, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 66 }, "end": { - "line": 1628, + "line": 1670, "column": 67 } } @@ -779162,15 +779649,15 @@ "binop": null }, "value": "scale", - "start": 74098, - "end": 74103, + "start": 76488, + "end": 76493, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 67 }, "end": { - "line": 1628, + "line": 1670, "column": 72 } } @@ -779187,15 +779674,15 @@ "postfix": false, "binop": null }, - "start": 74104, - "end": 74105, + "start": 76494, + "end": 76495, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 73 }, "end": { - "line": 1628, + "line": 1670, "column": 74 } } @@ -779214,15 +779701,15 @@ "updateContext": null }, "value": "*", - "start": 74106, - "end": 74107, + "start": 76496, + "end": 76497, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 75 }, "end": { - "line": 1628, + "line": 1670, "column": 76 } } @@ -779240,15 +779727,15 @@ "binop": null }, "value": "_props", - "start": 74108, - "end": 74114, + "start": 76498, + "end": 76504, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 77 }, "end": { - "line": 1628, + "line": 1670, "column": 83 } } @@ -779266,15 +779753,15 @@ "binop": null, "updateContext": null }, - "start": 74114, - "end": 74115, + "start": 76504, + "end": 76505, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 83 }, "end": { - "line": 1628, + "line": 1670, "column": 84 } } @@ -779292,15 +779779,15 @@ "binop": null }, "value": "scaleSize", - "start": 74115, - "end": 74124, + "start": 76505, + "end": 76514, "loc": { "start": { - "line": 1628, + "line": 1670, "column": 84 }, "end": { - "line": 1628, + "line": 1670, "column": 93 } } @@ -779317,15 +779804,15 @@ "postfix": false, "binop": null }, - "start": 74137, - "end": 74138, + "start": 76527, + "end": 76528, "loc": { "start": { - "line": 1629, + "line": 1671, "column": 12 }, "end": { - "line": 1629, + "line": 1671, "column": 13 } } @@ -779342,15 +779829,15 @@ "postfix": false, "binop": null }, - "start": 74147, - "end": 74148, + "start": 76537, + "end": 76538, "loc": { "start": { - "line": 1630, + "line": 1672, "column": 8 }, "end": { - "line": 1630, + "line": 1672, "column": 9 } } @@ -779370,15 +779857,15 @@ "updateContext": null }, "value": "else", - "start": 74149, - "end": 74153, + "start": 76539, + "end": 76543, "loc": { "start": { - "line": 1630, + "line": 1672, "column": 10 }, "end": { - "line": 1630, + "line": 1672, "column": 14 } } @@ -779395,15 +779882,15 @@ "postfix": false, "binop": null }, - "start": 74154, - "end": 74155, + "start": 76544, + "end": 76545, "loc": { "start": { - "line": 1630, + "line": 1672, "column": 15 }, "end": { - "line": 1630, + "line": 1672, "column": 16 } } @@ -779421,15 +779908,15 @@ "binop": null }, "value": "console", - "start": 74168, - "end": 74175, + "start": 76558, + "end": 76565, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 12 }, "end": { - "line": 1631, + "line": 1673, "column": 19 } } @@ -779447,15 +779934,15 @@ "binop": null, "updateContext": null }, - "start": 74175, - "end": 74176, + "start": 76565, + "end": 76566, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 19 }, "end": { - "line": 1631, + "line": 1673, "column": 20 } } @@ -779473,15 +779960,15 @@ "binop": null }, "value": "warn", - "start": 74176, - "end": 74180, + "start": 76566, + "end": 76570, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 20 }, "end": { - "line": 1631, + "line": 1673, "column": 24 } } @@ -779498,15 +779985,15 @@ "postfix": false, "binop": null }, - "start": 74180, - "end": 74181, + "start": 76570, + "end": 76571, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 24 }, "end": { - "line": 1631, + "line": 1673, "column": 25 } } @@ -779525,15 +780012,15 @@ "updateContext": null }, "value": "Cannot parse date because invalid format or undefined.", - "start": 74182, - "end": 74238, + "start": 76572, + "end": 76628, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 26 }, "end": { - "line": 1631, + "line": 1673, "column": 82 } } @@ -779550,15 +780037,15 @@ "postfix": false, "binop": null }, - "start": 74239, - "end": 74240, + "start": 76629, + "end": 76630, "loc": { "start": { - "line": 1631, + "line": 1673, "column": 83 }, "end": { - "line": 1631, + "line": 1673, "column": 84 } } @@ -779575,15 +780062,15 @@ "postfix": false, "binop": null }, - "start": 74249, - "end": 74250, + "start": 76639, + "end": 76640, "loc": { "start": { - "line": 1632, + "line": 1674, "column": 8 }, "end": { - "line": 1632, + "line": 1674, "column": 9 } } @@ -779603,15 +780090,15 @@ "updateContext": null }, "value": "return", - "start": 74268, - "end": 74274, + "start": 76658, + "end": 76664, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 8 }, "end": { - "line": 1634, + "line": 1676, "column": 14 } } @@ -779629,15 +780116,15 @@ "binop": null }, "value": "coordinate_x", - "start": 74275, - "end": 74287, + "start": 76665, + "end": 76677, "loc": { "start": { - "line": 1634, + "line": 1676, "column": 15 }, "end": { - "line": 1634, + "line": 1676, "column": 27 } } @@ -779654,15 +780141,15 @@ "postfix": false, "binop": null }, - "start": 74292, - "end": 74293, + "start": 76682, + "end": 76683, "loc": { "start": { - "line": 1635, + "line": 1677, "column": 4 }, "end": { - "line": 1635, + "line": 1677, "column": 5 } } @@ -779670,15 +780157,15 @@ { "type": "CommentBlock", "value": "*\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n ", - "start": 74303, - "end": 74408, + "start": 76693, + "end": 76798, "loc": { "start": { - "line": 1637, + "line": 1679, "column": 4 }, "end": { - "line": 1641, + "line": 1683, "column": 7 } } @@ -779696,15 +780183,15 @@ "binop": null }, "value": "_saveToCache", - "start": 74413, - "end": 74425, + "start": 76803, + "end": 76815, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 4 }, "end": { - "line": 1642, + "line": 1684, "column": 16 } } @@ -779721,15 +780208,15 @@ "postfix": false, "binop": null }, - "start": 74425, - "end": 74426, + "start": 76815, + "end": 76816, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 16 }, "end": { - "line": 1642, + "line": 1684, "column": 17 } } @@ -779747,15 +780234,15 @@ "binop": null }, "value": "data", - "start": 74427, - "end": 74431, + "start": 76817, + "end": 76821, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 18 }, "end": { - "line": 1642, + "line": 1684, "column": 22 } } @@ -779772,15 +780259,15 @@ "postfix": false, "binop": null }, - "start": 74432, - "end": 74433, + "start": 76822, + "end": 76823, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 23 }, "end": { - "line": 1642, + "line": 1684, "column": 24 } } @@ -779797,15 +780284,15 @@ "postfix": false, "binop": null }, - "start": 74434, - "end": 74435, + "start": 76824, + "end": 76825, "loc": { "start": { - "line": 1642, + "line": 1684, "column": 25 }, "end": { - "line": 1642, + "line": 1684, "column": 26 } } @@ -779825,15 +780312,15 @@ "updateContext": null }, "value": "let", - "start": 74444, - "end": 74447, + "start": 76834, + "end": 76837, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 8 }, "end": { - "line": 1643, + "line": 1685, "column": 11 } } @@ -779851,15 +780338,15 @@ "binop": null }, "value": "strageEngine", - "start": 74448, - "end": 74460, + "start": 76838, + "end": 76850, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 12 }, "end": { - "line": 1643, + "line": 1685, "column": 24 } } @@ -779878,15 +780365,15 @@ "updateContext": null }, "value": "=", - "start": 74461, - "end": 74462, + "start": 76851, + "end": 76852, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 25 }, "end": { - "line": 1643, + "line": 1685, "column": 26 } } @@ -779908,15 +780395,15 @@ "pattern": "^local(|Storage)$", "flags": "i" }, - "start": 74463, - "end": 74483, + "start": 76853, + "end": 76873, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 27 }, "end": { - "line": 1643, + "line": 1685, "column": 47 } } @@ -779934,15 +780421,15 @@ "binop": null, "updateContext": null }, - "start": 74483, - "end": 74484, + "start": 76873, + "end": 76874, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 47 }, "end": { - "line": 1643, + "line": 1685, "column": 48 } } @@ -779960,15 +780447,15 @@ "binop": null }, "value": "test", - "start": 74484, - "end": 74488, + "start": 76874, + "end": 76878, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 48 }, "end": { - "line": 1643, + "line": 1685, "column": 52 } } @@ -779985,15 +780472,15 @@ "postfix": false, "binop": null }, - "start": 74488, - "end": 74489, + "start": 76878, + "end": 76879, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 52 }, "end": { - "line": 1643, + "line": 1685, "column": 53 } } @@ -780013,15 +780500,15 @@ "updateContext": null }, "value": "this", - "start": 74490, - "end": 74494, + "start": 76880, + "end": 76884, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 54 }, "end": { - "line": 1643, + "line": 1685, "column": 58 } } @@ -780039,15 +780526,15 @@ "binop": null, "updateContext": null }, - "start": 74494, - "end": 74495, + "start": 76884, + "end": 76885, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 58 }, "end": { - "line": 1643, + "line": 1685, "column": 59 } } @@ -780065,15 +780552,15 @@ "binop": null }, "value": "_config", - "start": 74495, - "end": 74502, + "start": 76885, + "end": 76892, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 59 }, "end": { - "line": 1643, + "line": 1685, "column": 66 } } @@ -780091,15 +780578,15 @@ "binop": null, "updateContext": null }, - "start": 74502, - "end": 74503, + "start": 76892, + "end": 76893, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 66 }, "end": { - "line": 1643, + "line": 1685, "column": 67 } } @@ -780117,15 +780604,15 @@ "binop": null }, "value": "storage", - "start": 74503, - "end": 74510, + "start": 76893, + "end": 76900, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 67 }, "end": { - "line": 1643, + "line": 1685, "column": 74 } } @@ -780142,15 +780629,15 @@ "postfix": false, "binop": null }, - "start": 74511, - "end": 74512, + "start": 76901, + "end": 76902, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 75 }, "end": { - "line": 1643, + "line": 1685, "column": 76 } } @@ -780168,15 +780655,15 @@ "binop": null, "updateContext": null }, - "start": 74513, - "end": 74514, + "start": 76903, + "end": 76904, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 77 }, "end": { - "line": 1643, + "line": 1685, "column": 78 } } @@ -780195,15 +780682,15 @@ "updateContext": null }, "value": "localStorage", - "start": 74515, - "end": 74529, + "start": 76905, + "end": 76919, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 79 }, "end": { - "line": 1643, + "line": 1685, "column": 93 } } @@ -780221,15 +780708,15 @@ "binop": null, "updateContext": null }, - "start": 74530, - "end": 74531, + "start": 76920, + "end": 76921, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 94 }, "end": { - "line": 1643, + "line": 1685, "column": 95 } } @@ -780248,15 +780735,15 @@ "updateContext": null }, "value": "sessionStorage", - "start": 74532, - "end": 74548, + "start": 76922, + "end": 76938, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 96 }, "end": { - "line": 1643, + "line": 1685, "column": 112 } } @@ -780274,15 +780761,15 @@ "binop": null, "updateContext": null }, - "start": 74548, - "end": 74549, + "start": 76938, + "end": 76939, "loc": { "start": { - "line": 1643, + "line": 1685, "column": 112 }, "end": { - "line": 1643, + "line": 1685, "column": 113 } } @@ -780300,15 +780787,15 @@ "binop": null }, "value": "is_available", - "start": 74562, - "end": 74574, + "start": 76952, + "end": 76964, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 12 }, "end": { - "line": 1644, + "line": 1686, "column": 24 } } @@ -780327,15 +780814,15 @@ "updateContext": null }, "value": "=", - "start": 74575, - "end": 74576, + "start": 76965, + "end": 76966, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 25 }, "end": { - "line": 1644, + "line": 1686, "column": 26 } } @@ -780352,15 +780839,15 @@ "postfix": false, "binop": null }, - "start": 74577, - "end": 74578, + "start": 76967, + "end": 76968, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 27 }, "end": { - "line": 1644, + "line": 1686, "column": 28 } } @@ -780378,15 +780865,15 @@ "binop": null }, "value": "strageEngine", - "start": 74579, - "end": 74591, + "start": 76969, + "end": 76981, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 29 }, "end": { - "line": 1644, + "line": 1686, "column": 41 } } @@ -780406,15 +780893,15 @@ "updateContext": null }, "value": "in", - "start": 74592, - "end": 74594, + "start": 76982, + "end": 76984, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 42 }, "end": { - "line": 1644, + "line": 1686, "column": 44 } } @@ -780432,15 +780919,15 @@ "binop": null }, "value": "window", - "start": 74595, - "end": 74601, + "start": 76985, + "end": 76991, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 45 }, "end": { - "line": 1644, + "line": 1686, "column": 51 } } @@ -780457,15 +780944,15 @@ "postfix": false, "binop": null }, - "start": 74602, - "end": 74603, + "start": 76992, + "end": 76993, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 52 }, "end": { - "line": 1644, + "line": 1686, "column": 53 } } @@ -780484,15 +780971,15 @@ "updateContext": null }, "value": "&&", - "start": 74604, - "end": 74606, + "start": 76994, + "end": 76996, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 54 }, "end": { - "line": 1644, + "line": 1686, "column": 56 } } @@ -780509,15 +780996,15 @@ "postfix": false, "binop": null }, - "start": 74607, - "end": 74608, + "start": 76997, + "end": 76998, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 57 }, "end": { - "line": 1644, + "line": 1686, "column": 58 } } @@ -780534,15 +781021,15 @@ "postfix": false, "binop": null }, - "start": 74609, - "end": 74610, + "start": 76999, + "end": 77000, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 59 }, "end": { - "line": 1644, + "line": 1686, "column": 60 } } @@ -780560,15 +781047,15 @@ "binop": null }, "value": "strageEngine", - "start": 74611, - "end": 74623, + "start": 77001, + "end": 77013, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 61 }, "end": { - "line": 1644, + "line": 1686, "column": 73 } } @@ -780587,15 +781074,15 @@ "updateContext": null }, "value": "===", - "start": 74624, - "end": 74627, + "start": 77014, + "end": 77017, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 74 }, "end": { - "line": 1644, + "line": 1686, "column": 77 } } @@ -780614,15 +781101,15 @@ "updateContext": null }, "value": "localStorage", - "start": 74628, - "end": 74642, + "start": 77018, + "end": 77032, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 78 }, "end": { - "line": 1644, + "line": 1686, "column": 92 } } @@ -780640,15 +781127,15 @@ "binop": null, "updateContext": null }, - "start": 74643, - "end": 74644, + "start": 77033, + "end": 77034, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 93 }, "end": { - "line": 1644, + "line": 1686, "column": 94 } } @@ -780666,15 +781153,15 @@ "binop": null }, "value": "window", - "start": 74645, - "end": 74651, + "start": 77035, + "end": 77041, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 95 }, "end": { - "line": 1644, + "line": 1686, "column": 101 } } @@ -780692,15 +781179,15 @@ "binop": null, "updateContext": null }, - "start": 74651, - "end": 74652, + "start": 77041, + "end": 77042, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 101 }, "end": { - "line": 1644, + "line": 1686, "column": 102 } } @@ -780718,15 +781205,15 @@ "binop": null }, "value": "localStorage", - "start": 74652, - "end": 74664, + "start": 77042, + "end": 77054, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 102 }, "end": { - "line": 1644, + "line": 1686, "column": 114 } } @@ -780744,15 +781231,15 @@ "binop": null, "updateContext": null }, - "start": 74665, - "end": 74666, + "start": 77055, + "end": 77056, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 115 }, "end": { - "line": 1644, + "line": 1686, "column": 116 } } @@ -780770,15 +781257,15 @@ "binop": null }, "value": "window", - "start": 74667, - "end": 74673, + "start": 77057, + "end": 77063, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 117 }, "end": { - "line": 1644, + "line": 1686, "column": 123 } } @@ -780796,15 +781283,15 @@ "binop": null, "updateContext": null }, - "start": 74673, - "end": 74674, + "start": 77063, + "end": 77064, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 123 }, "end": { - "line": 1644, + "line": 1686, "column": 124 } } @@ -780822,15 +781309,15 @@ "binop": null }, "value": "sessionStorage", - "start": 74674, - "end": 74688, + "start": 77064, + "end": 77078, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 124 }, "end": { - "line": 1644, + "line": 1686, "column": 138 } } @@ -780847,15 +781334,15 @@ "postfix": false, "binop": null }, - "start": 74689, - "end": 74690, + "start": 77079, + "end": 77080, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 139 }, "end": { - "line": 1644, + "line": 1686, "column": 140 } } @@ -780874,15 +781361,15 @@ "updateContext": null }, "value": "!==", - "start": 74691, - "end": 74694, + "start": 77081, + "end": 77084, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 141 }, "end": { - "line": 1644, + "line": 1686, "column": 144 } } @@ -780902,15 +781389,15 @@ "updateContext": null }, "value": "null", - "start": 74695, - "end": 74699, + "start": 77085, + "end": 77089, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 145 }, "end": { - "line": 1644, + "line": 1686, "column": 149 } } @@ -780927,15 +781414,15 @@ "postfix": false, "binop": null }, - "start": 74700, - "end": 74701, + "start": 77090, + "end": 77091, "loc": { "start": { - "line": 1644, + "line": 1686, "column": 150 }, "end": { - "line": 1644, + "line": 1686, "column": 151 } } @@ -780955,15 +781442,15 @@ "updateContext": null }, "value": "if", - "start": 74719, - "end": 74721, + "start": 77109, + "end": 77111, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 8 }, "end": { - "line": 1646, + "line": 1688, "column": 10 } } @@ -780980,15 +781467,15 @@ "postfix": false, "binop": null }, - "start": 74722, - "end": 74723, + "start": 77112, + "end": 77113, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 11 }, "end": { - "line": 1646, + "line": 1688, "column": 12 } } @@ -781006,15 +781493,15 @@ "binop": null }, "value": "is_available", - "start": 74724, - "end": 74736, + "start": 77114, + "end": 77126, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 13 }, "end": { - "line": 1646, + "line": 1688, "column": 25 } } @@ -781031,15 +781518,15 @@ "postfix": false, "binop": null }, - "start": 74737, - "end": 74738, + "start": 77127, + "end": 77128, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 26 }, "end": { - "line": 1646, + "line": 1688, "column": 27 } } @@ -781056,15 +781543,15 @@ "postfix": false, "binop": null }, - "start": 74739, - "end": 74740, + "start": 77129, + "end": 77130, "loc": { "start": { - "line": 1646, + "line": 1688, "column": 28 }, "end": { - "line": 1646, + "line": 1688, "column": 29 } } @@ -781084,15 +781571,15 @@ "updateContext": null }, "value": "if", - "start": 74753, - "end": 74755, + "start": 77143, + "end": 77145, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 12 }, "end": { - "line": 1647, + "line": 1689, "column": 14 } } @@ -781109,15 +781596,15 @@ "postfix": false, "binop": null }, - "start": 74756, - "end": 74757, + "start": 77146, + "end": 77147, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 15 }, "end": { - "line": 1647, + "line": 1689, "column": 16 } } @@ -781135,15 +781622,15 @@ "binop": null }, "value": "strageEngine", - "start": 74758, - "end": 74770, + "start": 77148, + "end": 77160, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 17 }, "end": { - "line": 1647, + "line": 1689, "column": 29 } } @@ -781162,15 +781649,15 @@ "updateContext": null }, "value": "===", - "start": 74771, - "end": 74774, + "start": 77161, + "end": 77164, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 30 }, "end": { - "line": 1647, + "line": 1689, "column": 33 } } @@ -781189,15 +781676,15 @@ "updateContext": null }, "value": "localStorage", - "start": 74775, - "end": 74789, + "start": 77165, + "end": 77179, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 34 }, "end": { - "line": 1647, + "line": 1689, "column": 48 } } @@ -781214,15 +781701,15 @@ "postfix": false, "binop": null }, - "start": 74790, - "end": 74791, + "start": 77180, + "end": 77181, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 49 }, "end": { - "line": 1647, + "line": 1689, "column": 50 } } @@ -781239,15 +781726,15 @@ "postfix": false, "binop": null }, - "start": 74792, - "end": 74793, + "start": 77182, + "end": 77183, "loc": { "start": { - "line": 1647, + "line": 1689, "column": 51 }, "end": { - "line": 1647, + "line": 1689, "column": 52 } } @@ -781265,15 +781752,15 @@ "binop": null }, "value": "localStorage", - "start": 74810, - "end": 74822, + "start": 77200, + "end": 77212, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 16 }, "end": { - "line": 1648, + "line": 1690, "column": 28 } } @@ -781291,15 +781778,15 @@ "binop": null, "updateContext": null }, - "start": 74822, - "end": 74823, + "start": 77212, + "end": 77213, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 28 }, "end": { - "line": 1648, + "line": 1690, "column": 29 } } @@ -781317,15 +781804,15 @@ "binop": null }, "value": "setItem", - "start": 74823, - "end": 74830, + "start": 77213, + "end": 77220, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 29 }, "end": { - "line": 1648, + "line": 1690, "column": 36 } } @@ -781342,15 +781829,15 @@ "postfix": false, "binop": null }, - "start": 74830, - "end": 74831, + "start": 77220, + "end": 77221, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 36 }, "end": { - "line": 1648, + "line": 1690, "column": 37 } } @@ -781370,15 +781857,15 @@ "updateContext": null }, "value": "this", - "start": 74832, - "end": 74836, + "start": 77222, + "end": 77226, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 38 }, "end": { - "line": 1648, + "line": 1690, "column": 42 } } @@ -781396,15 +781883,15 @@ "binop": null, "updateContext": null }, - "start": 74836, - "end": 74837, + "start": 77226, + "end": 77227, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 42 }, "end": { - "line": 1648, + "line": 1690, "column": 43 } } @@ -781422,15 +781909,15 @@ "binop": null }, "value": "_selector", - "start": 74837, - "end": 74846, + "start": 77227, + "end": 77236, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 43 }, "end": { - "line": 1648, + "line": 1690, "column": 52 } } @@ -781448,15 +781935,15 @@ "binop": null, "updateContext": null }, - "start": 74846, - "end": 74847, + "start": 77236, + "end": 77237, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 52 }, "end": { - "line": 1648, + "line": 1690, "column": 53 } } @@ -781474,15 +781961,15 @@ "binop": null }, "value": "JSON", - "start": 74848, - "end": 74852, + "start": 77238, + "end": 77242, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 54 }, "end": { - "line": 1648, + "line": 1690, "column": 58 } } @@ -781500,15 +781987,15 @@ "binop": null, "updateContext": null }, - "start": 74852, - "end": 74853, + "start": 77242, + "end": 77243, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 58 }, "end": { - "line": 1648, + "line": 1690, "column": 59 } } @@ -781526,15 +782013,15 @@ "binop": null }, "value": "stringify", - "start": 74853, - "end": 74862, + "start": 77243, + "end": 77252, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 59 }, "end": { - "line": 1648, + "line": 1690, "column": 68 } } @@ -781551,15 +782038,15 @@ "postfix": false, "binop": null }, - "start": 74862, - "end": 74863, + "start": 77252, + "end": 77253, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 68 }, "end": { - "line": 1648, + "line": 1690, "column": 69 } } @@ -781577,15 +782064,15 @@ "binop": null }, "value": "data", - "start": 74864, - "end": 74868, + "start": 77254, + "end": 77258, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 70 }, "end": { - "line": 1648, + "line": 1690, "column": 74 } } @@ -781602,15 +782089,15 @@ "postfix": false, "binop": null }, - "start": 74869, - "end": 74870, + "start": 77259, + "end": 77260, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 75 }, "end": { - "line": 1648, + "line": 1690, "column": 76 } } @@ -781627,15 +782114,15 @@ "postfix": false, "binop": null }, - "start": 74871, - "end": 74872, + "start": 77261, + "end": 77262, "loc": { "start": { - "line": 1648, + "line": 1690, "column": 77 }, "end": { - "line": 1648, + "line": 1690, "column": 78 } } @@ -781652,15 +782139,15 @@ "postfix": false, "binop": null }, - "start": 74885, - "end": 74886, + "start": 77275, + "end": 77276, "loc": { "start": { - "line": 1649, + "line": 1691, "column": 12 }, "end": { - "line": 1649, + "line": 1691, "column": 13 } } @@ -781680,15 +782167,15 @@ "updateContext": null }, "value": "else", - "start": 74887, - "end": 74891, + "start": 77277, + "end": 77281, "loc": { "start": { - "line": 1649, + "line": 1691, "column": 14 }, "end": { - "line": 1649, + "line": 1691, "column": 18 } } @@ -781705,15 +782192,15 @@ "postfix": false, "binop": null }, - "start": 74892, - "end": 74893, + "start": 77282, + "end": 77283, "loc": { "start": { - "line": 1649, + "line": 1691, "column": 19 }, "end": { - "line": 1649, + "line": 1691, "column": 20 } } @@ -781731,15 +782218,15 @@ "binop": null }, "value": "sessionStorage", - "start": 74910, - "end": 74924, + "start": 77300, + "end": 77314, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 16 }, "end": { - "line": 1650, + "line": 1692, "column": 30 } } @@ -781757,15 +782244,15 @@ "binop": null, "updateContext": null }, - "start": 74924, - "end": 74925, + "start": 77314, + "end": 77315, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 30 }, "end": { - "line": 1650, + "line": 1692, "column": 31 } } @@ -781783,15 +782270,15 @@ "binop": null }, "value": "setItem", - "start": 74925, - "end": 74932, + "start": 77315, + "end": 77322, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 31 }, "end": { - "line": 1650, + "line": 1692, "column": 38 } } @@ -781808,15 +782295,15 @@ "postfix": false, "binop": null }, - "start": 74932, - "end": 74933, + "start": 77322, + "end": 77323, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 38 }, "end": { - "line": 1650, + "line": 1692, "column": 39 } } @@ -781836,15 +782323,15 @@ "updateContext": null }, "value": "this", - "start": 74934, - "end": 74938, + "start": 77324, + "end": 77328, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 40 }, "end": { - "line": 1650, + "line": 1692, "column": 44 } } @@ -781862,15 +782349,15 @@ "binop": null, "updateContext": null }, - "start": 74938, - "end": 74939, + "start": 77328, + "end": 77329, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 44 }, "end": { - "line": 1650, + "line": 1692, "column": 45 } } @@ -781888,15 +782375,15 @@ "binop": null }, "value": "_selector", - "start": 74939, - "end": 74948, + "start": 77329, + "end": 77338, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 45 }, "end": { - "line": 1650, + "line": 1692, "column": 54 } } @@ -781914,15 +782401,15 @@ "binop": null, "updateContext": null }, - "start": 74948, - "end": 74949, + "start": 77338, + "end": 77339, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 54 }, "end": { - "line": 1650, + "line": 1692, "column": 55 } } @@ -781940,15 +782427,15 @@ "binop": null }, "value": "JSON", - "start": 74950, - "end": 74954, + "start": 77340, + "end": 77344, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 56 }, "end": { - "line": 1650, + "line": 1692, "column": 60 } } @@ -781966,15 +782453,15 @@ "binop": null, "updateContext": null }, - "start": 74954, - "end": 74955, + "start": 77344, + "end": 77345, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 60 }, "end": { - "line": 1650, + "line": 1692, "column": 61 } } @@ -781992,15 +782479,15 @@ "binop": null }, "value": "stringify", - "start": 74955, - "end": 74964, + "start": 77345, + "end": 77354, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 61 }, "end": { - "line": 1650, + "line": 1692, "column": 70 } } @@ -782017,15 +782504,15 @@ "postfix": false, "binop": null }, - "start": 74964, - "end": 74965, + "start": 77354, + "end": 77355, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 70 }, "end": { - "line": 1650, + "line": 1692, "column": 71 } } @@ -782043,15 +782530,15 @@ "binop": null }, "value": "data", - "start": 74966, - "end": 74970, + "start": 77356, + "end": 77360, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 72 }, "end": { - "line": 1650, + "line": 1692, "column": 76 } } @@ -782068,15 +782555,15 @@ "postfix": false, "binop": null }, - "start": 74971, - "end": 74972, + "start": 77361, + "end": 77362, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 77 }, "end": { - "line": 1650, + "line": 1692, "column": 78 } } @@ -782093,15 +782580,15 @@ "postfix": false, "binop": null }, - "start": 74973, - "end": 74974, + "start": 77363, + "end": 77364, "loc": { "start": { - "line": 1650, + "line": 1692, "column": 79 }, "end": { - "line": 1650, + "line": 1692, "column": 80 } } @@ -782118,15 +782605,15 @@ "postfix": false, "binop": null }, - "start": 74987, - "end": 74988, + "start": 77377, + "end": 77378, "loc": { "start": { - "line": 1651, + "line": 1693, "column": 12 }, "end": { - "line": 1651, + "line": 1693, "column": 13 } } @@ -782146,15 +782633,15 @@ "updateContext": null }, "value": "return", - "start": 75001, - "end": 75007, + "start": 77391, + "end": 77397, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 12 }, "end": { - "line": 1652, + "line": 1694, "column": 18 } } @@ -782174,15 +782661,15 @@ "updateContext": null }, "value": "true", - "start": 75008, - "end": 75012, + "start": 77398, + "end": 77402, "loc": { "start": { - "line": 1652, + "line": 1694, "column": 19 }, "end": { - "line": 1652, + "line": 1694, "column": 23 } } @@ -782199,15 +782686,15 @@ "postfix": false, "binop": null }, - "start": 75021, - "end": 75022, + "start": 77411, + "end": 77412, "loc": { "start": { - "line": 1653, + "line": 1695, "column": 8 }, "end": { - "line": 1653, + "line": 1695, "column": 9 } } @@ -782227,15 +782714,15 @@ "updateContext": null }, "value": "else", - "start": 75023, - "end": 75027, + "start": 77413, + "end": 77417, "loc": { "start": { - "line": 1653, + "line": 1695, "column": 10 }, "end": { - "line": 1653, + "line": 1695, "column": 14 } } @@ -782252,15 +782739,15 @@ "postfix": false, "binop": null }, - "start": 75028, - "end": 75029, + "start": 77418, + "end": 77419, "loc": { "start": { - "line": 1653, + "line": 1695, "column": 15 }, "end": { - "line": 1653, + "line": 1695, "column": 16 } } @@ -782280,15 +782767,15 @@ "updateContext": null }, "value": "throw", - "start": 75042, - "end": 75047, + "start": 77432, + "end": 77437, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 12 }, "end": { - "line": 1654, + "line": 1696, "column": 17 } } @@ -782308,15 +782795,15 @@ "updateContext": null }, "value": "new", - "start": 75048, - "end": 75051, + "start": 77438, + "end": 77441, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 18 }, "end": { - "line": 1654, + "line": 1696, "column": 21 } } @@ -782334,15 +782821,15 @@ "binop": null }, "value": "TypeError", - "start": 75052, - "end": 75061, + "start": 77442, + "end": 77451, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 22 }, "end": { - "line": 1654, + "line": 1696, "column": 31 } } @@ -782359,15 +782846,15 @@ "postfix": false, "binop": null }, - "start": 75061, - "end": 75062, + "start": 77451, + "end": 77452, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 31 }, "end": { - "line": 1654, + "line": 1696, "column": 32 } } @@ -782384,15 +782871,15 @@ "postfix": false, "binop": null }, - "start": 75063, - "end": 75064, + "start": 77453, + "end": 77454, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 33 }, "end": { - "line": 1654, + "line": 1696, "column": 34 } } @@ -782411,15 +782898,15 @@ "updateContext": null }, "value": "The storage named \"", - "start": 75064, - "end": 75083, + "start": 77454, + "end": 77473, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 34 }, "end": { - "line": 1654, + "line": 1696, "column": 53 } } @@ -782436,15 +782923,15 @@ "postfix": false, "binop": null }, - "start": 75083, - "end": 75085, + "start": 77473, + "end": 77475, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 53 }, "end": { - "line": 1654, + "line": 1696, "column": 55 } } @@ -782462,15 +782949,15 @@ "binop": null }, "value": "strageEngine", - "start": 75085, - "end": 75097, + "start": 77475, + "end": 77487, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 55 }, "end": { - "line": 1654, + "line": 1696, "column": 67 } } @@ -782487,15 +782974,15 @@ "postfix": false, "binop": null }, - "start": 75097, - "end": 75098, + "start": 77487, + "end": 77488, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 67 }, "end": { - "line": 1654, + "line": 1696, "column": 68 } } @@ -782514,15 +783001,15 @@ "updateContext": null }, "value": "\" can not be available.", - "start": 75098, - "end": 75121, + "start": 77488, + "end": 77511, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 68 }, "end": { - "line": 1654, + "line": 1696, "column": 91 } } @@ -782539,15 +783026,15 @@ "postfix": false, "binop": null }, - "start": 75121, - "end": 75122, + "start": 77511, + "end": 77512, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 91 }, "end": { - "line": 1654, + "line": 1696, "column": 92 } } @@ -782564,15 +783051,15 @@ "postfix": false, "binop": null }, - "start": 75123, - "end": 75124, + "start": 77513, + "end": 77514, "loc": { "start": { - "line": 1654, + "line": 1696, "column": 93 }, "end": { - "line": 1654, + "line": 1696, "column": 94 } } @@ -782589,15 +783076,15 @@ "postfix": false, "binop": null }, - "start": 75133, - "end": 75134, + "start": 77523, + "end": 77524, "loc": { "start": { - "line": 1655, + "line": 1697, "column": 8 }, "end": { - "line": 1655, + "line": 1697, "column": 9 } } @@ -782614,15 +783101,15 @@ "postfix": false, "binop": null }, - "start": 75139, - "end": 75140, + "start": 77529, + "end": 77530, "loc": { "start": { - "line": 1656, + "line": 1698, "column": 4 }, "end": { - "line": 1656, + "line": 1698, "column": 5 } } @@ -782630,15 +783117,15 @@ { "type": "CommentBlock", "value": "*\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n ", - "start": 75150, - "end": 75256, + "start": 77540, + "end": 77646, "loc": { "start": { - "line": 1658, + "line": 1700, "column": 4 }, "end": { - "line": 1662, + "line": 1704, "column": 7 } } @@ -782656,15 +783143,15 @@ "binop": null }, "value": "_loadToCache", - "start": 75261, - "end": 75273, + "start": 77651, + "end": 77663, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 4 }, "end": { - "line": 1663, + "line": 1705, "column": 16 } } @@ -782681,15 +783168,15 @@ "postfix": false, "binop": null }, - "start": 75273, - "end": 75274, + "start": 77663, + "end": 77664, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 16 }, "end": { - "line": 1663, + "line": 1705, "column": 17 } } @@ -782706,15 +783193,15 @@ "postfix": false, "binop": null }, - "start": 75274, - "end": 75275, + "start": 77664, + "end": 77665, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 17 }, "end": { - "line": 1663, + "line": 1705, "column": 18 } } @@ -782731,15 +783218,15 @@ "postfix": false, "binop": null }, - "start": 75276, - "end": 75277, + "start": 77666, + "end": 77667, "loc": { "start": { - "line": 1663, + "line": 1705, "column": 19 }, "end": { - "line": 1663, + "line": 1705, "column": 20 } } @@ -782759,15 +783246,15 @@ "updateContext": null }, "value": "let", - "start": 75286, - "end": 75289, + "start": 77676, + "end": 77679, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 8 }, "end": { - "line": 1664, + "line": 1706, "column": 11 } } @@ -782785,15 +783272,15 @@ "binop": null }, "value": "strageEngine", - "start": 75290, - "end": 75302, + "start": 77680, + "end": 77692, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 12 }, "end": { - "line": 1664, + "line": 1706, "column": 24 } } @@ -782812,15 +783299,15 @@ "updateContext": null }, "value": "=", - "start": 75303, - "end": 75304, + "start": 77693, + "end": 77694, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 25 }, "end": { - "line": 1664, + "line": 1706, "column": 26 } } @@ -782842,15 +783329,15 @@ "pattern": "^local(|Storage)$", "flags": "i" }, - "start": 75305, - "end": 75325, + "start": 77695, + "end": 77715, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 27 }, "end": { - "line": 1664, + "line": 1706, "column": 47 } } @@ -782868,15 +783355,15 @@ "binop": null, "updateContext": null }, - "start": 75325, - "end": 75326, + "start": 77715, + "end": 77716, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 47 }, "end": { - "line": 1664, + "line": 1706, "column": 48 } } @@ -782894,15 +783381,15 @@ "binop": null }, "value": "test", - "start": 75326, - "end": 75330, + "start": 77716, + "end": 77720, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 48 }, "end": { - "line": 1664, + "line": 1706, "column": 52 } } @@ -782919,15 +783406,15 @@ "postfix": false, "binop": null }, - "start": 75330, - "end": 75331, + "start": 77720, + "end": 77721, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 52 }, "end": { - "line": 1664, + "line": 1706, "column": 53 } } @@ -782947,15 +783434,15 @@ "updateContext": null }, "value": "this", - "start": 75332, - "end": 75336, + "start": 77722, + "end": 77726, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 54 }, "end": { - "line": 1664, + "line": 1706, "column": 58 } } @@ -782973,15 +783460,15 @@ "binop": null, "updateContext": null }, - "start": 75336, - "end": 75337, + "start": 77726, + "end": 77727, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 58 }, "end": { - "line": 1664, + "line": 1706, "column": 59 } } @@ -782999,15 +783486,15 @@ "binop": null }, "value": "_config", - "start": 75337, - "end": 75344, + "start": 77727, + "end": 77734, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 59 }, "end": { - "line": 1664, + "line": 1706, "column": 66 } } @@ -783025,15 +783512,15 @@ "binop": null, "updateContext": null }, - "start": 75344, - "end": 75345, + "start": 77734, + "end": 77735, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 66 }, "end": { - "line": 1664, + "line": 1706, "column": 67 } } @@ -783051,15 +783538,15 @@ "binop": null }, "value": "storage", - "start": 75345, - "end": 75352, + "start": 77735, + "end": 77742, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 67 }, "end": { - "line": 1664, + "line": 1706, "column": 74 } } @@ -783076,15 +783563,15 @@ "postfix": false, "binop": null }, - "start": 75353, - "end": 75354, + "start": 77743, + "end": 77744, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 75 }, "end": { - "line": 1664, + "line": 1706, "column": 76 } } @@ -783102,15 +783589,15 @@ "binop": null, "updateContext": null }, - "start": 75355, - "end": 75356, + "start": 77745, + "end": 77746, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 77 }, "end": { - "line": 1664, + "line": 1706, "column": 78 } } @@ -783129,15 +783616,15 @@ "updateContext": null }, "value": "localStorage", - "start": 75357, - "end": 75371, + "start": 77747, + "end": 77761, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 79 }, "end": { - "line": 1664, + "line": 1706, "column": 93 } } @@ -783155,15 +783642,15 @@ "binop": null, "updateContext": null }, - "start": 75372, - "end": 75373, + "start": 77762, + "end": 77763, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 94 }, "end": { - "line": 1664, + "line": 1706, "column": 95 } } @@ -783182,15 +783669,15 @@ "updateContext": null }, "value": "sessionStorage", - "start": 75374, - "end": 75390, + "start": 77764, + "end": 77780, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 96 }, "end": { - "line": 1664, + "line": 1706, "column": 112 } } @@ -783208,15 +783695,15 @@ "binop": null, "updateContext": null }, - "start": 75390, - "end": 75391, + "start": 77780, + "end": 77781, "loc": { "start": { - "line": 1664, + "line": 1706, "column": 112 }, "end": { - "line": 1664, + "line": 1706, "column": 113 } } @@ -783234,15 +783721,15 @@ "binop": null }, "value": "is_available", - "start": 75404, - "end": 75416, + "start": 77794, + "end": 77806, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 12 }, "end": { - "line": 1665, + "line": 1707, "column": 24 } } @@ -783261,15 +783748,15 @@ "updateContext": null }, "value": "=", - "start": 75417, - "end": 75418, + "start": 77807, + "end": 77808, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 25 }, "end": { - "line": 1665, + "line": 1707, "column": 26 } } @@ -783286,15 +783773,15 @@ "postfix": false, "binop": null }, - "start": 75419, - "end": 75420, + "start": 77809, + "end": 77810, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 27 }, "end": { - "line": 1665, + "line": 1707, "column": 28 } } @@ -783312,15 +783799,15 @@ "binop": null }, "value": "strageEngine", - "start": 75421, - "end": 75433, + "start": 77811, + "end": 77823, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 29 }, "end": { - "line": 1665, + "line": 1707, "column": 41 } } @@ -783340,15 +783827,15 @@ "updateContext": null }, "value": "in", - "start": 75434, - "end": 75436, + "start": 77824, + "end": 77826, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 42 }, "end": { - "line": 1665, + "line": 1707, "column": 44 } } @@ -783366,15 +783853,15 @@ "binop": null }, "value": "window", - "start": 75437, - "end": 75443, + "start": 77827, + "end": 77833, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 45 }, "end": { - "line": 1665, + "line": 1707, "column": 51 } } @@ -783391,15 +783878,15 @@ "postfix": false, "binop": null }, - "start": 75444, - "end": 75445, + "start": 77834, + "end": 77835, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 52 }, "end": { - "line": 1665, + "line": 1707, "column": 53 } } @@ -783418,15 +783905,15 @@ "updateContext": null }, "value": "&&", - "start": 75446, - "end": 75448, + "start": 77836, + "end": 77838, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 54 }, "end": { - "line": 1665, + "line": 1707, "column": 56 } } @@ -783443,15 +783930,15 @@ "postfix": false, "binop": null }, - "start": 75449, - "end": 75450, + "start": 77839, + "end": 77840, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 57 }, "end": { - "line": 1665, + "line": 1707, "column": 58 } } @@ -783468,15 +783955,15 @@ "postfix": false, "binop": null }, - "start": 75451, - "end": 75452, + "start": 77841, + "end": 77842, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 59 }, "end": { - "line": 1665, + "line": 1707, "column": 60 } } @@ -783494,15 +783981,15 @@ "binop": null }, "value": "strageEngine", - "start": 75453, - "end": 75465, + "start": 77843, + "end": 77855, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 61 }, "end": { - "line": 1665, + "line": 1707, "column": 73 } } @@ -783521,15 +784008,15 @@ "updateContext": null }, "value": "===", - "start": 75466, - "end": 75469, + "start": 77856, + "end": 77859, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 74 }, "end": { - "line": 1665, + "line": 1707, "column": 77 } } @@ -783548,15 +784035,15 @@ "updateContext": null }, "value": "localStorage", - "start": 75470, - "end": 75484, + "start": 77860, + "end": 77874, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 78 }, "end": { - "line": 1665, + "line": 1707, "column": 92 } } @@ -783574,15 +784061,15 @@ "binop": null, "updateContext": null }, - "start": 75485, - "end": 75486, + "start": 77875, + "end": 77876, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 93 }, "end": { - "line": 1665, + "line": 1707, "column": 94 } } @@ -783600,15 +784087,15 @@ "binop": null }, "value": "window", - "start": 75487, - "end": 75493, + "start": 77877, + "end": 77883, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 95 }, "end": { - "line": 1665, + "line": 1707, "column": 101 } } @@ -783626,15 +784113,15 @@ "binop": null, "updateContext": null }, - "start": 75493, - "end": 75494, + "start": 77883, + "end": 77884, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 101 }, "end": { - "line": 1665, + "line": 1707, "column": 102 } } @@ -783652,15 +784139,15 @@ "binop": null }, "value": "localStorage", - "start": 75494, - "end": 75506, + "start": 77884, + "end": 77896, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 102 }, "end": { - "line": 1665, + "line": 1707, "column": 114 } } @@ -783678,15 +784165,15 @@ "binop": null, "updateContext": null }, - "start": 75507, - "end": 75508, + "start": 77897, + "end": 77898, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 115 }, "end": { - "line": 1665, + "line": 1707, "column": 116 } } @@ -783704,15 +784191,15 @@ "binop": null }, "value": "window", - "start": 75509, - "end": 75515, + "start": 77899, + "end": 77905, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 117 }, "end": { - "line": 1665, + "line": 1707, "column": 123 } } @@ -783730,15 +784217,15 @@ "binop": null, "updateContext": null }, - "start": 75515, - "end": 75516, + "start": 77905, + "end": 77906, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 123 }, "end": { - "line": 1665, + "line": 1707, "column": 124 } } @@ -783756,15 +784243,15 @@ "binop": null }, "value": "sessionStorage", - "start": 75516, - "end": 75530, + "start": 77906, + "end": 77920, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 124 }, "end": { - "line": 1665, + "line": 1707, "column": 138 } } @@ -783781,15 +784268,15 @@ "postfix": false, "binop": null }, - "start": 75531, - "end": 75532, + "start": 77921, + "end": 77922, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 139 }, "end": { - "line": 1665, + "line": 1707, "column": 140 } } @@ -783808,15 +784295,15 @@ "updateContext": null }, "value": "!==", - "start": 75533, - "end": 75536, + "start": 77923, + "end": 77926, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 141 }, "end": { - "line": 1665, + "line": 1707, "column": 144 } } @@ -783836,15 +784323,15 @@ "updateContext": null }, "value": "null", - "start": 75537, - "end": 75541, + "start": 77927, + "end": 77931, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 145 }, "end": { - "line": 1665, + "line": 1707, "column": 149 } } @@ -783861,15 +784348,15 @@ "postfix": false, "binop": null }, - "start": 75542, - "end": 75543, + "start": 77932, + "end": 77933, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 150 }, "end": { - "line": 1665, + "line": 1707, "column": 151 } } @@ -783887,15 +784374,15 @@ "binop": null, "updateContext": null }, - "start": 75543, - "end": 75544, + "start": 77933, + "end": 77934, "loc": { "start": { - "line": 1665, + "line": 1707, "column": 151 }, "end": { - "line": 1665, + "line": 1707, "column": 152 } } @@ -783913,15 +784400,15 @@ "binop": null }, "value": "data", - "start": 75557, - "end": 75561, + "start": 77947, + "end": 77951, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 12 }, "end": { - "line": 1666, + "line": 1708, "column": 16 } } @@ -783940,15 +784427,15 @@ "updateContext": null }, "value": "=", - "start": 75570, - "end": 75571, + "start": 77960, + "end": 77961, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 25 }, "end": { - "line": 1666, + "line": 1708, "column": 26 } } @@ -783968,15 +784455,15 @@ "updateContext": null }, "value": "null", - "start": 75572, - "end": 75576, + "start": 77962, + "end": 77966, "loc": { "start": { - "line": 1666, + "line": 1708, "column": 27 }, "end": { - "line": 1666, + "line": 1708, "column": 31 } } @@ -783996,15 +784483,15 @@ "updateContext": null }, "value": "if", - "start": 75594, - "end": 75596, + "start": 77984, + "end": 77986, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 8 }, "end": { - "line": 1668, + "line": 1710, "column": 10 } } @@ -784021,15 +784508,15 @@ "postfix": false, "binop": null }, - "start": 75597, - "end": 75598, + "start": 77987, + "end": 77988, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 11 }, "end": { - "line": 1668, + "line": 1710, "column": 12 } } @@ -784047,15 +784534,15 @@ "binop": null }, "value": "is_available", - "start": 75599, - "end": 75611, + "start": 77989, + "end": 78001, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 13 }, "end": { - "line": 1668, + "line": 1710, "column": 25 } } @@ -784072,15 +784559,15 @@ "postfix": false, "binop": null }, - "start": 75612, - "end": 75613, + "start": 78002, + "end": 78003, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 26 }, "end": { - "line": 1668, + "line": 1710, "column": 27 } } @@ -784097,15 +784584,15 @@ "postfix": false, "binop": null }, - "start": 75614, - "end": 75615, + "start": 78004, + "end": 78005, "loc": { "start": { - "line": 1668, + "line": 1710, "column": 28 }, "end": { - "line": 1668, + "line": 1710, "column": 29 } } @@ -784125,15 +784612,15 @@ "updateContext": null }, "value": "if", - "start": 75628, - "end": 75630, + "start": 78018, + "end": 78020, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 12 }, "end": { - "line": 1669, + "line": 1711, "column": 14 } } @@ -784150,15 +784637,15 @@ "postfix": false, "binop": null }, - "start": 75631, - "end": 75632, + "start": 78021, + "end": 78022, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 15 }, "end": { - "line": 1669, + "line": 1711, "column": 16 } } @@ -784176,15 +784663,15 @@ "binop": null }, "value": "strageEngine", - "start": 75633, - "end": 75645, + "start": 78023, + "end": 78035, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 17 }, "end": { - "line": 1669, + "line": 1711, "column": 29 } } @@ -784203,15 +784690,15 @@ "updateContext": null }, "value": "===", - "start": 75646, - "end": 75649, + "start": 78036, + "end": 78039, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 30 }, "end": { - "line": 1669, + "line": 1711, "column": 33 } } @@ -784230,15 +784717,15 @@ "updateContext": null }, "value": "localStorage", - "start": 75650, - "end": 75664, + "start": 78040, + "end": 78054, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 34 }, "end": { - "line": 1669, + "line": 1711, "column": 48 } } @@ -784255,15 +784742,15 @@ "postfix": false, "binop": null }, - "start": 75665, - "end": 75666, + "start": 78055, + "end": 78056, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 49 }, "end": { - "line": 1669, + "line": 1711, "column": 50 } } @@ -784280,15 +784767,15 @@ "postfix": false, "binop": null }, - "start": 75667, - "end": 75668, + "start": 78057, + "end": 78058, "loc": { "start": { - "line": 1669, + "line": 1711, "column": 51 }, "end": { - "line": 1669, + "line": 1711, "column": 52 } } @@ -784306,15 +784793,15 @@ "binop": null }, "value": "data", - "start": 75685, - "end": 75689, + "start": 78075, + "end": 78079, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 16 }, "end": { - "line": 1670, + "line": 1712, "column": 20 } } @@ -784333,15 +784820,15 @@ "updateContext": null }, "value": "=", - "start": 75690, - "end": 75691, + "start": 78080, + "end": 78081, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 21 }, "end": { - "line": 1670, + "line": 1712, "column": 22 } } @@ -784359,15 +784846,15 @@ "binop": null }, "value": "JSON", - "start": 75692, - "end": 75696, + "start": 78082, + "end": 78086, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 23 }, "end": { - "line": 1670, + "line": 1712, "column": 27 } } @@ -784385,15 +784872,15 @@ "binop": null, "updateContext": null }, - "start": 75696, - "end": 75697, + "start": 78086, + "end": 78087, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 27 }, "end": { - "line": 1670, + "line": 1712, "column": 28 } } @@ -784411,15 +784898,15 @@ "binop": null }, "value": "parse", - "start": 75697, - "end": 75702, + "start": 78087, + "end": 78092, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 28 }, "end": { - "line": 1670, + "line": 1712, "column": 33 } } @@ -784436,15 +784923,15 @@ "postfix": false, "binop": null }, - "start": 75702, - "end": 75703, + "start": 78092, + "end": 78093, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 33 }, "end": { - "line": 1670, + "line": 1712, "column": 34 } } @@ -784462,15 +784949,15 @@ "binop": null }, "value": "localStorage", - "start": 75704, - "end": 75716, + "start": 78094, + "end": 78106, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 35 }, "end": { - "line": 1670, + "line": 1712, "column": 47 } } @@ -784488,15 +784975,15 @@ "binop": null, "updateContext": null }, - "start": 75716, - "end": 75717, + "start": 78106, + "end": 78107, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 47 }, "end": { - "line": 1670, + "line": 1712, "column": 48 } } @@ -784514,15 +785001,15 @@ "binop": null }, "value": "getItem", - "start": 75717, - "end": 75724, + "start": 78107, + "end": 78114, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 48 }, "end": { - "line": 1670, + "line": 1712, "column": 55 } } @@ -784539,15 +785026,15 @@ "postfix": false, "binop": null }, - "start": 75724, - "end": 75725, + "start": 78114, + "end": 78115, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 55 }, "end": { - "line": 1670, + "line": 1712, "column": 56 } } @@ -784567,15 +785054,15 @@ "updateContext": null }, "value": "this", - "start": 75726, - "end": 75730, + "start": 78116, + "end": 78120, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 57 }, "end": { - "line": 1670, + "line": 1712, "column": 61 } } @@ -784593,15 +785080,15 @@ "binop": null, "updateContext": null }, - "start": 75730, - "end": 75731, + "start": 78120, + "end": 78121, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 61 }, "end": { - "line": 1670, + "line": 1712, "column": 62 } } @@ -784619,15 +785106,15 @@ "binop": null }, "value": "_selector", - "start": 75731, - "end": 75740, + "start": 78121, + "end": 78130, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 62 }, "end": { - "line": 1670, + "line": 1712, "column": 71 } } @@ -784644,15 +785131,15 @@ "postfix": false, "binop": null }, - "start": 75741, - "end": 75742, + "start": 78131, + "end": 78132, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 72 }, "end": { - "line": 1670, + "line": 1712, "column": 73 } } @@ -784669,15 +785156,15 @@ "postfix": false, "binop": null }, - "start": 75743, - "end": 75744, + "start": 78133, + "end": 78134, "loc": { "start": { - "line": 1670, + "line": 1712, "column": 74 }, "end": { - "line": 1670, + "line": 1712, "column": 75 } } @@ -784694,15 +785181,15 @@ "postfix": false, "binop": null }, - "start": 75757, - "end": 75758, + "start": 78147, + "end": 78148, "loc": { "start": { - "line": 1671, + "line": 1713, "column": 12 }, "end": { - "line": 1671, + "line": 1713, "column": 13 } } @@ -784722,15 +785209,15 @@ "updateContext": null }, "value": "else", - "start": 75759, - "end": 75763, + "start": 78149, + "end": 78153, "loc": { "start": { - "line": 1671, + "line": 1713, "column": 14 }, "end": { - "line": 1671, + "line": 1713, "column": 18 } } @@ -784747,15 +785234,15 @@ "postfix": false, "binop": null }, - "start": 75764, - "end": 75765, + "start": 78154, + "end": 78155, "loc": { "start": { - "line": 1671, + "line": 1713, "column": 19 }, "end": { - "line": 1671, + "line": 1713, "column": 20 } } @@ -784773,15 +785260,15 @@ "binop": null }, "value": "data", - "start": 75782, - "end": 75786, + "start": 78172, + "end": 78176, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 16 }, "end": { - "line": 1672, + "line": 1714, "column": 20 } } @@ -784800,15 +785287,15 @@ "updateContext": null }, "value": "=", - "start": 75787, - "end": 75788, + "start": 78177, + "end": 78178, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 21 }, "end": { - "line": 1672, + "line": 1714, "column": 22 } } @@ -784826,15 +785313,15 @@ "binop": null }, "value": "JSON", - "start": 75789, - "end": 75793, + "start": 78179, + "end": 78183, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 23 }, "end": { - "line": 1672, + "line": 1714, "column": 27 } } @@ -784852,15 +785339,15 @@ "binop": null, "updateContext": null }, - "start": 75793, - "end": 75794, + "start": 78183, + "end": 78184, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 27 }, "end": { - "line": 1672, + "line": 1714, "column": 28 } } @@ -784878,15 +785365,15 @@ "binop": null }, "value": "parse", - "start": 75794, - "end": 75799, + "start": 78184, + "end": 78189, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 28 }, "end": { - "line": 1672, + "line": 1714, "column": 33 } } @@ -784903,15 +785390,15 @@ "postfix": false, "binop": null }, - "start": 75799, - "end": 75800, + "start": 78189, + "end": 78190, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 33 }, "end": { - "line": 1672, + "line": 1714, "column": 34 } } @@ -784929,15 +785416,15 @@ "binop": null }, "value": "sessionStorage", - "start": 75801, - "end": 75815, + "start": 78191, + "end": 78205, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 35 }, "end": { - "line": 1672, + "line": 1714, "column": 49 } } @@ -784955,15 +785442,15 @@ "binop": null, "updateContext": null }, - "start": 75815, - "end": 75816, + "start": 78205, + "end": 78206, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 49 }, "end": { - "line": 1672, + "line": 1714, "column": 50 } } @@ -784981,15 +785468,15 @@ "binop": null }, "value": "getItem", - "start": 75816, - "end": 75823, + "start": 78206, + "end": 78213, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 50 }, "end": { - "line": 1672, + "line": 1714, "column": 57 } } @@ -785006,15 +785493,15 @@ "postfix": false, "binop": null }, - "start": 75823, - "end": 75824, + "start": 78213, + "end": 78214, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 57 }, "end": { - "line": 1672, + "line": 1714, "column": 58 } } @@ -785034,15 +785521,15 @@ "updateContext": null }, "value": "this", - "start": 75825, - "end": 75829, + "start": 78215, + "end": 78219, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 59 }, "end": { - "line": 1672, + "line": 1714, "column": 63 } } @@ -785060,15 +785547,15 @@ "binop": null, "updateContext": null }, - "start": 75829, - "end": 75830, + "start": 78219, + "end": 78220, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 63 }, "end": { - "line": 1672, + "line": 1714, "column": 64 } } @@ -785086,15 +785573,15 @@ "binop": null }, "value": "_selector", - "start": 75830, - "end": 75839, + "start": 78220, + "end": 78229, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 64 }, "end": { - "line": 1672, + "line": 1714, "column": 73 } } @@ -785111,15 +785598,15 @@ "postfix": false, "binop": null }, - "start": 75840, - "end": 75841, + "start": 78230, + "end": 78231, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 74 }, "end": { - "line": 1672, + "line": 1714, "column": 75 } } @@ -785136,15 +785623,15 @@ "postfix": false, "binop": null }, - "start": 75842, - "end": 75843, + "start": 78232, + "end": 78233, "loc": { "start": { - "line": 1672, + "line": 1714, "column": 76 }, "end": { - "line": 1672, + "line": 1714, "column": 77 } } @@ -785161,15 +785648,15 @@ "postfix": false, "binop": null }, - "start": 75856, - "end": 75857, + "start": 78246, + "end": 78247, "loc": { "start": { - "line": 1673, + "line": 1715, "column": 12 }, "end": { - "line": 1673, + "line": 1715, "column": 13 } } @@ -785186,15 +785673,15 @@ "postfix": false, "binop": null }, - "start": 75866, - "end": 75867, + "start": 78256, + "end": 78257, "loc": { "start": { - "line": 1674, + "line": 1716, "column": 8 }, "end": { - "line": 1674, + "line": 1716, "column": 9 } } @@ -785214,15 +785701,15 @@ "updateContext": null }, "value": "else", - "start": 75868, - "end": 75872, + "start": 78258, + "end": 78262, "loc": { "start": { - "line": 1674, + "line": 1716, "column": 10 }, "end": { - "line": 1674, + "line": 1716, "column": 14 } } @@ -785239,15 +785726,15 @@ "postfix": false, "binop": null }, - "start": 75873, - "end": 75874, + "start": 78263, + "end": 78264, "loc": { "start": { - "line": 1674, + "line": 1716, "column": 15 }, "end": { - "line": 1674, + "line": 1716, "column": 16 } } @@ -785267,15 +785754,15 @@ "updateContext": null }, "value": "throw", - "start": 75887, - "end": 75892, + "start": 78277, + "end": 78282, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 12 }, "end": { - "line": 1675, + "line": 1717, "column": 17 } } @@ -785295,15 +785782,15 @@ "updateContext": null }, "value": "new", - "start": 75893, - "end": 75896, + "start": 78283, + "end": 78286, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 18 }, "end": { - "line": 1675, + "line": 1717, "column": 21 } } @@ -785321,15 +785808,15 @@ "binop": null }, "value": "TypeError", - "start": 75897, - "end": 75906, + "start": 78287, + "end": 78296, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 22 }, "end": { - "line": 1675, + "line": 1717, "column": 31 } } @@ -785346,15 +785833,15 @@ "postfix": false, "binop": null }, - "start": 75906, - "end": 75907, + "start": 78296, + "end": 78297, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 31 }, "end": { - "line": 1675, + "line": 1717, "column": 32 } } @@ -785371,15 +785858,15 @@ "postfix": false, "binop": null }, - "start": 75908, - "end": 75909, + "start": 78298, + "end": 78299, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 33 }, "end": { - "line": 1675, + "line": 1717, "column": 34 } } @@ -785398,15 +785885,15 @@ "updateContext": null }, "value": "The storage named \"", - "start": 75909, - "end": 75928, + "start": 78299, + "end": 78318, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 34 }, "end": { - "line": 1675, + "line": 1717, "column": 53 } } @@ -785423,15 +785910,15 @@ "postfix": false, "binop": null }, - "start": 75928, - "end": 75930, + "start": 78318, + "end": 78320, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 53 }, "end": { - "line": 1675, + "line": 1717, "column": 55 } } @@ -785449,15 +785936,15 @@ "binop": null }, "value": "strageEngine", - "start": 75930, - "end": 75942, + "start": 78320, + "end": 78332, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 55 }, "end": { - "line": 1675, + "line": 1717, "column": 67 } } @@ -785474,15 +785961,15 @@ "postfix": false, "binop": null }, - "start": 75942, - "end": 75943, + "start": 78332, + "end": 78333, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 67 }, "end": { - "line": 1675, + "line": 1717, "column": 68 } } @@ -785501,15 +785988,15 @@ "updateContext": null }, "value": "\" can not be available.", - "start": 75943, - "end": 75966, + "start": 78333, + "end": 78356, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 68 }, "end": { - "line": 1675, + "line": 1717, "column": 91 } } @@ -785526,15 +786013,15 @@ "postfix": false, "binop": null }, - "start": 75966, - "end": 75967, + "start": 78356, + "end": 78357, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 91 }, "end": { - "line": 1675, + "line": 1717, "column": 92 } } @@ -785551,15 +786038,15 @@ "postfix": false, "binop": null }, - "start": 75968, - "end": 75969, + "start": 78358, + "end": 78359, "loc": { "start": { - "line": 1675, + "line": 1717, "column": 93 }, "end": { - "line": 1675, + "line": 1717, "column": 94 } } @@ -785576,15 +786063,15 @@ "postfix": false, "binop": null }, - "start": 75978, - "end": 75979, + "start": 78368, + "end": 78369, "loc": { "start": { - "line": 1676, + "line": 1718, "column": 8 }, "end": { - "line": 1676, + "line": 1718, "column": 9 } } @@ -785604,15 +786091,15 @@ "updateContext": null }, "value": "return", - "start": 75988, - "end": 75994, + "start": 78378, + "end": 78384, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 8 }, "end": { - "line": 1677, + "line": 1719, "column": 14 } } @@ -785630,15 +786117,15 @@ "binop": null }, "value": "data", - "start": 75995, - "end": 75999, + "start": 78385, + "end": 78389, "loc": { "start": { - "line": 1677, + "line": 1719, "column": 15 }, "end": { - "line": 1677, + "line": 1719, "column": 19 } } @@ -785655,15 +786142,15 @@ "postfix": false, "binop": null }, - "start": 76004, - "end": 76005, + "start": 78394, + "end": 78395, "loc": { "start": { - "line": 1678, + "line": 1720, "column": 4 }, "end": { - "line": 1678, + "line": 1720, "column": 5 } } @@ -785671,15 +786158,15 @@ { "type": "CommentBlock", "value": "*\n * Remove the cache data on the web storage\n * @private\n ", - "start": 76015, - "end": 76090, + "start": 78405, + "end": 78480, "loc": { "start": { - "line": 1680, + "line": 1722, "column": 4 }, "end": { - "line": 1683, + "line": 1725, "column": 7 } } @@ -785697,15 +786184,15 @@ "binop": null }, "value": "_removeCache", - "start": 76095, - "end": 76107, + "start": 78485, + "end": 78497, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 4 }, "end": { - "line": 1684, + "line": 1726, "column": 16 } } @@ -785722,15 +786209,15 @@ "postfix": false, "binop": null }, - "start": 76107, - "end": 76108, + "start": 78497, + "end": 78498, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 16 }, "end": { - "line": 1684, + "line": 1726, "column": 17 } } @@ -785747,15 +786234,15 @@ "postfix": false, "binop": null }, - "start": 76108, - "end": 76109, + "start": 78498, + "end": 78499, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 17 }, "end": { - "line": 1684, + "line": 1726, "column": 18 } } @@ -785772,15 +786259,15 @@ "postfix": false, "binop": null }, - "start": 76110, - "end": 76111, + "start": 78500, + "end": 78501, "loc": { "start": { - "line": 1684, + "line": 1726, "column": 19 }, "end": { - "line": 1684, + "line": 1726, "column": 20 } } @@ -785800,15 +786287,15 @@ "updateContext": null }, "value": "let", - "start": 76120, - "end": 76123, + "start": 78510, + "end": 78513, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 8 }, "end": { - "line": 1685, + "line": 1727, "column": 11 } } @@ -785826,15 +786313,15 @@ "binop": null }, "value": "strageEngine", - "start": 76124, - "end": 76136, + "start": 78514, + "end": 78526, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 12 }, "end": { - "line": 1685, + "line": 1727, "column": 24 } } @@ -785853,15 +786340,15 @@ "updateContext": null }, "value": "=", - "start": 76137, - "end": 76138, + "start": 78527, + "end": 78528, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 25 }, "end": { - "line": 1685, + "line": 1727, "column": 26 } } @@ -785883,15 +786370,15 @@ "pattern": "^local(|Storage)$", "flags": "i" }, - "start": 76139, - "end": 76159, + "start": 78529, + "end": 78549, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 27 }, "end": { - "line": 1685, + "line": 1727, "column": 47 } } @@ -785909,15 +786396,15 @@ "binop": null, "updateContext": null }, - "start": 76159, - "end": 76160, + "start": 78549, + "end": 78550, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 47 }, "end": { - "line": 1685, + "line": 1727, "column": 48 } } @@ -785935,15 +786422,15 @@ "binop": null }, "value": "test", - "start": 76160, - "end": 76164, + "start": 78550, + "end": 78554, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 48 }, "end": { - "line": 1685, + "line": 1727, "column": 52 } } @@ -785960,15 +786447,15 @@ "postfix": false, "binop": null }, - "start": 76164, - "end": 76165, + "start": 78554, + "end": 78555, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 52 }, "end": { - "line": 1685, + "line": 1727, "column": 53 } } @@ -785988,15 +786475,15 @@ "updateContext": null }, "value": "this", - "start": 76166, - "end": 76170, + "start": 78556, + "end": 78560, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 54 }, "end": { - "line": 1685, + "line": 1727, "column": 58 } } @@ -786014,15 +786501,15 @@ "binop": null, "updateContext": null }, - "start": 76170, - "end": 76171, + "start": 78560, + "end": 78561, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 58 }, "end": { - "line": 1685, + "line": 1727, "column": 59 } } @@ -786040,15 +786527,15 @@ "binop": null }, "value": "_config", - "start": 76171, - "end": 76178, + "start": 78561, + "end": 78568, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 59 }, "end": { - "line": 1685, + "line": 1727, "column": 66 } } @@ -786066,15 +786553,15 @@ "binop": null, "updateContext": null }, - "start": 76178, - "end": 76179, + "start": 78568, + "end": 78569, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 66 }, "end": { - "line": 1685, + "line": 1727, "column": 67 } } @@ -786092,15 +786579,15 @@ "binop": null }, "value": "storage", - "start": 76179, - "end": 76186, + "start": 78569, + "end": 78576, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 67 }, "end": { - "line": 1685, + "line": 1727, "column": 74 } } @@ -786117,15 +786604,15 @@ "postfix": false, "binop": null }, - "start": 76187, - "end": 76188, + "start": 78577, + "end": 78578, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 75 }, "end": { - "line": 1685, + "line": 1727, "column": 76 } } @@ -786143,15 +786630,15 @@ "binop": null, "updateContext": null }, - "start": 76189, - "end": 76190, + "start": 78579, + "end": 78580, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 77 }, "end": { - "line": 1685, + "line": 1727, "column": 78 } } @@ -786170,15 +786657,15 @@ "updateContext": null }, "value": "localStorage", - "start": 76191, - "end": 76205, + "start": 78581, + "end": 78595, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 79 }, "end": { - "line": 1685, + "line": 1727, "column": 93 } } @@ -786196,15 +786683,15 @@ "binop": null, "updateContext": null }, - "start": 76206, - "end": 76207, + "start": 78596, + "end": 78597, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 94 }, "end": { - "line": 1685, + "line": 1727, "column": 95 } } @@ -786223,15 +786710,15 @@ "updateContext": null }, "value": "sessionStorage", - "start": 76208, - "end": 76224, + "start": 78598, + "end": 78614, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 96 }, "end": { - "line": 1685, + "line": 1727, "column": 112 } } @@ -786249,15 +786736,15 @@ "binop": null, "updateContext": null }, - "start": 76224, - "end": 76225, + "start": 78614, + "end": 78615, "loc": { "start": { - "line": 1685, + "line": 1727, "column": 112 }, "end": { - "line": 1685, + "line": 1727, "column": 113 } } @@ -786275,15 +786762,15 @@ "binop": null }, "value": "is_available", - "start": 76238, - "end": 76250, + "start": 78628, + "end": 78640, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 12 }, "end": { - "line": 1686, + "line": 1728, "column": 24 } } @@ -786302,15 +786789,15 @@ "updateContext": null }, "value": "=", - "start": 76251, - "end": 76252, + "start": 78641, + "end": 78642, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 25 }, "end": { - "line": 1686, + "line": 1728, "column": 26 } } @@ -786327,15 +786814,15 @@ "postfix": false, "binop": null }, - "start": 76253, - "end": 76254, + "start": 78643, + "end": 78644, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 27 }, "end": { - "line": 1686, + "line": 1728, "column": 28 } } @@ -786353,15 +786840,15 @@ "binop": null }, "value": "strageEngine", - "start": 76255, - "end": 76267, + "start": 78645, + "end": 78657, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 29 }, "end": { - "line": 1686, + "line": 1728, "column": 41 } } @@ -786381,15 +786868,15 @@ "updateContext": null }, "value": "in", - "start": 76268, - "end": 76270, + "start": 78658, + "end": 78660, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 42 }, "end": { - "line": 1686, + "line": 1728, "column": 44 } } @@ -786407,15 +786894,15 @@ "binop": null }, "value": "window", - "start": 76271, - "end": 76277, + "start": 78661, + "end": 78667, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 45 }, "end": { - "line": 1686, + "line": 1728, "column": 51 } } @@ -786432,15 +786919,15 @@ "postfix": false, "binop": null }, - "start": 76278, - "end": 76279, + "start": 78668, + "end": 78669, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 52 }, "end": { - "line": 1686, + "line": 1728, "column": 53 } } @@ -786459,15 +786946,15 @@ "updateContext": null }, "value": "&&", - "start": 76280, - "end": 76282, + "start": 78670, + "end": 78672, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 54 }, "end": { - "line": 1686, + "line": 1728, "column": 56 } } @@ -786484,15 +786971,15 @@ "postfix": false, "binop": null }, - "start": 76283, - "end": 76284, + "start": 78673, + "end": 78674, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 57 }, "end": { - "line": 1686, + "line": 1728, "column": 58 } } @@ -786509,15 +786996,15 @@ "postfix": false, "binop": null }, - "start": 76285, - "end": 76286, + "start": 78675, + "end": 78676, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 59 }, "end": { - "line": 1686, + "line": 1728, "column": 60 } } @@ -786535,15 +787022,15 @@ "binop": null }, "value": "strageEngine", - "start": 76287, - "end": 76299, + "start": 78677, + "end": 78689, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 61 }, "end": { - "line": 1686, + "line": 1728, "column": 73 } } @@ -786562,15 +787049,15 @@ "updateContext": null }, "value": "===", - "start": 76300, - "end": 76303, + "start": 78690, + "end": 78693, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 74 }, "end": { - "line": 1686, + "line": 1728, "column": 77 } } @@ -786589,15 +787076,15 @@ "updateContext": null }, "value": "localStorage", - "start": 76304, - "end": 76318, + "start": 78694, + "end": 78708, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 78 }, "end": { - "line": 1686, + "line": 1728, "column": 92 } } @@ -786615,15 +787102,15 @@ "binop": null, "updateContext": null }, - "start": 76319, - "end": 76320, + "start": 78709, + "end": 78710, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 93 }, "end": { - "line": 1686, + "line": 1728, "column": 94 } } @@ -786641,15 +787128,15 @@ "binop": null }, "value": "window", - "start": 76321, - "end": 76327, + "start": 78711, + "end": 78717, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 95 }, "end": { - "line": 1686, + "line": 1728, "column": 101 } } @@ -786667,15 +787154,15 @@ "binop": null, "updateContext": null }, - "start": 76327, - "end": 76328, + "start": 78717, + "end": 78718, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 101 }, "end": { - "line": 1686, + "line": 1728, "column": 102 } } @@ -786693,15 +787180,15 @@ "binop": null }, "value": "localStorage", - "start": 76328, - "end": 76340, + "start": 78718, + "end": 78730, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 102 }, "end": { - "line": 1686, + "line": 1728, "column": 114 } } @@ -786719,15 +787206,15 @@ "binop": null, "updateContext": null }, - "start": 76341, - "end": 76342, + "start": 78731, + "end": 78732, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 115 }, "end": { - "line": 1686, + "line": 1728, "column": 116 } } @@ -786745,15 +787232,15 @@ "binop": null }, "value": "window", - "start": 76343, - "end": 76349, + "start": 78733, + "end": 78739, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 117 }, "end": { - "line": 1686, + "line": 1728, "column": 123 } } @@ -786771,15 +787258,15 @@ "binop": null, "updateContext": null }, - "start": 76349, - "end": 76350, + "start": 78739, + "end": 78740, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 123 }, "end": { - "line": 1686, + "line": 1728, "column": 124 } } @@ -786797,15 +787284,15 @@ "binop": null }, "value": "sessionStorage", - "start": 76350, - "end": 76364, + "start": 78740, + "end": 78754, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 124 }, "end": { - "line": 1686, + "line": 1728, "column": 138 } } @@ -786822,15 +787309,15 @@ "postfix": false, "binop": null }, - "start": 76365, - "end": 76366, + "start": 78755, + "end": 78756, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 139 }, "end": { - "line": 1686, + "line": 1728, "column": 140 } } @@ -786849,15 +787336,15 @@ "updateContext": null }, "value": "!==", - "start": 76367, - "end": 76370, + "start": 78757, + "end": 78760, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 141 }, "end": { - "line": 1686, + "line": 1728, "column": 144 } } @@ -786877,15 +787364,15 @@ "updateContext": null }, "value": "null", - "start": 76371, - "end": 76375, + "start": 78761, + "end": 78765, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 145 }, "end": { - "line": 1686, + "line": 1728, "column": 149 } } @@ -786902,15 +787389,15 @@ "postfix": false, "binop": null }, - "start": 76376, - "end": 76377, + "start": 78766, + "end": 78767, "loc": { "start": { - "line": 1686, + "line": 1728, "column": 150 }, "end": { - "line": 1686, + "line": 1728, "column": 151 } } @@ -786930,15 +787417,15 @@ "updateContext": null }, "value": "if", - "start": 76395, - "end": 76397, + "start": 78785, + "end": 78787, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 8 }, "end": { - "line": 1688, + "line": 1730, "column": 10 } } @@ -786955,15 +787442,15 @@ "postfix": false, "binop": null }, - "start": 76398, - "end": 76399, + "start": 78788, + "end": 78789, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 11 }, "end": { - "line": 1688, + "line": 1730, "column": 12 } } @@ -786981,15 +787468,15 @@ "binop": null }, "value": "is_available", - "start": 76400, - "end": 76412, + "start": 78790, + "end": 78802, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 13 }, "end": { - "line": 1688, + "line": 1730, "column": 25 } } @@ -787006,15 +787493,15 @@ "postfix": false, "binop": null }, - "start": 76413, - "end": 76414, + "start": 78803, + "end": 78804, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 26 }, "end": { - "line": 1688, + "line": 1730, "column": 27 } } @@ -787031,15 +787518,15 @@ "postfix": false, "binop": null }, - "start": 76415, - "end": 76416, + "start": 78805, + "end": 78806, "loc": { "start": { - "line": 1688, + "line": 1730, "column": 28 }, "end": { - "line": 1688, + "line": 1730, "column": 29 } } @@ -787059,15 +787546,15 @@ "updateContext": null }, "value": "if", - "start": 76429, - "end": 76431, + "start": 78819, + "end": 78821, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 12 }, "end": { - "line": 1689, + "line": 1731, "column": 14 } } @@ -787084,15 +787571,15 @@ "postfix": false, "binop": null }, - "start": 76432, - "end": 76433, + "start": 78822, + "end": 78823, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 15 }, "end": { - "line": 1689, + "line": 1731, "column": 16 } } @@ -787110,15 +787597,15 @@ "binop": null }, "value": "strageEngine", - "start": 76434, - "end": 76446, + "start": 78824, + "end": 78836, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 17 }, "end": { - "line": 1689, + "line": 1731, "column": 29 } } @@ -787137,15 +787624,15 @@ "updateContext": null }, "value": "===", - "start": 76447, - "end": 76450, + "start": 78837, + "end": 78840, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 30 }, "end": { - "line": 1689, + "line": 1731, "column": 33 } } @@ -787164,15 +787651,15 @@ "updateContext": null }, "value": "localStorage", - "start": 76451, - "end": 76465, + "start": 78841, + "end": 78855, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 34 }, "end": { - "line": 1689, + "line": 1731, "column": 48 } } @@ -787189,15 +787676,15 @@ "postfix": false, "binop": null }, - "start": 76466, - "end": 76467, + "start": 78856, + "end": 78857, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 49 }, "end": { - "line": 1689, + "line": 1731, "column": 50 } } @@ -787214,15 +787701,15 @@ "postfix": false, "binop": null }, - "start": 76468, - "end": 76469, + "start": 78858, + "end": 78859, "loc": { "start": { - "line": 1689, + "line": 1731, "column": 51 }, "end": { - "line": 1689, + "line": 1731, "column": 52 } } @@ -787240,15 +787727,15 @@ "binop": null }, "value": "localStorage", - "start": 76486, - "end": 76498, + "start": 78876, + "end": 78888, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 16 }, "end": { - "line": 1690, + "line": 1732, "column": 28 } } @@ -787266,15 +787753,15 @@ "binop": null, "updateContext": null }, - "start": 76498, - "end": 76499, + "start": 78888, + "end": 78889, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 28 }, "end": { - "line": 1690, + "line": 1732, "column": 29 } } @@ -787292,15 +787779,15 @@ "binop": null }, "value": "removeItem", - "start": 76499, - "end": 76509, + "start": 78889, + "end": 78899, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 29 }, "end": { - "line": 1690, + "line": 1732, "column": 39 } } @@ -787317,15 +787804,15 @@ "postfix": false, "binop": null }, - "start": 76509, - "end": 76510, + "start": 78899, + "end": 78900, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 39 }, "end": { - "line": 1690, + "line": 1732, "column": 40 } } @@ -787345,15 +787832,15 @@ "updateContext": null }, "value": "this", - "start": 76511, - "end": 76515, + "start": 78901, + "end": 78905, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 41 }, "end": { - "line": 1690, + "line": 1732, "column": 45 } } @@ -787371,15 +787858,15 @@ "binop": null, "updateContext": null }, - "start": 76515, - "end": 76516, + "start": 78905, + "end": 78906, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 45 }, "end": { - "line": 1690, + "line": 1732, "column": 46 } } @@ -787397,15 +787884,15 @@ "binop": null }, "value": "_selector", - "start": 76516, - "end": 76525, + "start": 78906, + "end": 78915, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 46 }, "end": { - "line": 1690, + "line": 1732, "column": 55 } } @@ -787422,15 +787909,15 @@ "postfix": false, "binop": null }, - "start": 76526, - "end": 76527, + "start": 78916, + "end": 78917, "loc": { "start": { - "line": 1690, + "line": 1732, "column": 56 }, "end": { - "line": 1690, + "line": 1732, "column": 57 } } @@ -787447,15 +787934,15 @@ "postfix": false, "binop": null }, - "start": 76540, - "end": 76541, + "start": 78930, + "end": 78931, "loc": { "start": { - "line": 1691, + "line": 1733, "column": 12 }, "end": { - "line": 1691, + "line": 1733, "column": 13 } } @@ -787475,15 +787962,15 @@ "updateContext": null }, "value": "else", - "start": 76542, - "end": 76546, + "start": 78932, + "end": 78936, "loc": { "start": { - "line": 1691, + "line": 1733, "column": 14 }, "end": { - "line": 1691, + "line": 1733, "column": 18 } } @@ -787500,15 +787987,15 @@ "postfix": false, "binop": null }, - "start": 76547, - "end": 76548, + "start": 78937, + "end": 78938, "loc": { "start": { - "line": 1691, + "line": 1733, "column": 19 }, "end": { - "line": 1691, + "line": 1733, "column": 20 } } @@ -787526,15 +788013,15 @@ "binop": null }, "value": "sessionStorage", - "start": 76565, - "end": 76579, + "start": 78955, + "end": 78969, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 16 }, "end": { - "line": 1692, + "line": 1734, "column": 30 } } @@ -787552,15 +788039,15 @@ "binop": null, "updateContext": null }, - "start": 76579, - "end": 76580, + "start": 78969, + "end": 78970, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 30 }, "end": { - "line": 1692, + "line": 1734, "column": 31 } } @@ -787578,15 +788065,15 @@ "binop": null }, "value": "removeItem", - "start": 76580, - "end": 76590, + "start": 78970, + "end": 78980, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 31 }, "end": { - "line": 1692, + "line": 1734, "column": 41 } } @@ -787603,15 +788090,15 @@ "postfix": false, "binop": null }, - "start": 76590, - "end": 76591, + "start": 78980, + "end": 78981, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 41 }, "end": { - "line": 1692, + "line": 1734, "column": 42 } } @@ -787631,15 +788118,15 @@ "updateContext": null }, "value": "this", - "start": 76592, - "end": 76596, + "start": 78982, + "end": 78986, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 43 }, "end": { - "line": 1692, + "line": 1734, "column": 47 } } @@ -787657,15 +788144,15 @@ "binop": null, "updateContext": null }, - "start": 76596, - "end": 76597, + "start": 78986, + "end": 78987, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 47 }, "end": { - "line": 1692, + "line": 1734, "column": 48 } } @@ -787683,15 +788170,15 @@ "binop": null }, "value": "_selector", - "start": 76597, - "end": 76606, + "start": 78987, + "end": 78996, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 48 }, "end": { - "line": 1692, + "line": 1734, "column": 57 } } @@ -787708,15 +788195,15 @@ "postfix": false, "binop": null }, - "start": 76607, - "end": 76608, + "start": 78997, + "end": 78998, "loc": { "start": { - "line": 1692, + "line": 1734, "column": 58 }, "end": { - "line": 1692, + "line": 1734, "column": 59 } } @@ -787733,15 +788220,15 @@ "postfix": false, "binop": null }, - "start": 76621, - "end": 76622, + "start": 79011, + "end": 79012, "loc": { "start": { - "line": 1693, + "line": 1735, "column": 12 }, "end": { - "line": 1693, + "line": 1735, "column": 13 } } @@ -787758,15 +788245,15 @@ "postfix": false, "binop": null }, - "start": 76631, - "end": 76632, + "start": 79021, + "end": 79022, "loc": { "start": { - "line": 1694, + "line": 1736, "column": 8 }, "end": { - "line": 1694, + "line": 1736, "column": 9 } } @@ -787786,15 +788273,15 @@ "updateContext": null }, "value": "else", - "start": 76633, - "end": 76637, + "start": 79023, + "end": 79027, "loc": { "start": { - "line": 1694, + "line": 1736, "column": 10 }, "end": { - "line": 1694, + "line": 1736, "column": 14 } } @@ -787811,15 +788298,15 @@ "postfix": false, "binop": null }, - "start": 76638, - "end": 76639, + "start": 79028, + "end": 79029, "loc": { "start": { - "line": 1694, + "line": 1736, "column": 15 }, "end": { - "line": 1694, + "line": 1736, "column": 16 } } @@ -787839,15 +788326,15 @@ "updateContext": null }, "value": "throw", - "start": 76652, - "end": 76657, + "start": 79042, + "end": 79047, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 12 }, "end": { - "line": 1695, + "line": 1737, "column": 17 } } @@ -787867,15 +788354,15 @@ "updateContext": null }, "value": "new", - "start": 76658, - "end": 76661, + "start": 79048, + "end": 79051, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 18 }, "end": { - "line": 1695, + "line": 1737, "column": 21 } } @@ -787893,15 +788380,15 @@ "binop": null }, "value": "TypeError", - "start": 76662, - "end": 76671, + "start": 79052, + "end": 79061, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 22 }, "end": { - "line": 1695, + "line": 1737, "column": 31 } } @@ -787918,15 +788405,15 @@ "postfix": false, "binop": null }, - "start": 76671, - "end": 76672, + "start": 79061, + "end": 79062, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 31 }, "end": { - "line": 1695, + "line": 1737, "column": 32 } } @@ -787943,15 +788430,15 @@ "postfix": false, "binop": null }, - "start": 76673, - "end": 76674, + "start": 79063, + "end": 79064, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 33 }, "end": { - "line": 1695, + "line": 1737, "column": 34 } } @@ -787970,15 +788457,15 @@ "updateContext": null }, "value": "The storage named \"", - "start": 76674, - "end": 76693, + "start": 79064, + "end": 79083, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 34 }, "end": { - "line": 1695, + "line": 1737, "column": 53 } } @@ -787995,15 +788482,15 @@ "postfix": false, "binop": null }, - "start": 76693, - "end": 76695, + "start": 79083, + "end": 79085, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 53 }, "end": { - "line": 1695, + "line": 1737, "column": 55 } } @@ -788021,15 +788508,15 @@ "binop": null }, "value": "strageEngine", - "start": 76695, - "end": 76707, + "start": 79085, + "end": 79097, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 55 }, "end": { - "line": 1695, + "line": 1737, "column": 67 } } @@ -788046,15 +788533,15 @@ "postfix": false, "binop": null }, - "start": 76707, - "end": 76708, + "start": 79097, + "end": 79098, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 67 }, "end": { - "line": 1695, + "line": 1737, "column": 68 } } @@ -788073,15 +788560,15 @@ "updateContext": null }, "value": "\" can not be available.", - "start": 76708, - "end": 76731, + "start": 79098, + "end": 79121, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 68 }, "end": { - "line": 1695, + "line": 1737, "column": 91 } } @@ -788098,15 +788585,15 @@ "postfix": false, "binop": null }, - "start": 76731, - "end": 76732, + "start": 79121, + "end": 79122, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 91 }, "end": { - "line": 1695, + "line": 1737, "column": 92 } } @@ -788123,15 +788610,15 @@ "postfix": false, "binop": null }, - "start": 76733, - "end": 76734, + "start": 79123, + "end": 79124, "loc": { "start": { - "line": 1695, + "line": 1737, "column": 93 }, "end": { - "line": 1695, + "line": 1737, "column": 94 } } @@ -788148,15 +788635,15 @@ "postfix": false, "binop": null }, - "start": 76743, - "end": 76744, + "start": 79133, + "end": 79134, "loc": { "start": { - "line": 1696, + "line": 1738, "column": 8 }, "end": { - "line": 1696, + "line": 1738, "column": 9 } } @@ -788173,15 +788660,15 @@ "postfix": false, "binop": null }, - "start": 76749, - "end": 76750, + "start": 79139, + "end": 79140, "loc": { "start": { - "line": 1697, + "line": 1739, "column": 4 }, "end": { - "line": 1697, + "line": 1739, "column": 5 } } @@ -788189,15 +788676,15 @@ { "type": "CommentBlock", "value": "*\n * Controller method to place event data on timeline\n * @private: \n ", - "start": 76760, - "end": 76846, + "start": 79150, + "end": 79236, "loc": { "start": { - "line": 1699, + "line": 1741, "column": 4 }, "end": { - "line": 1702, + "line": 1744, "column": 7 } } @@ -788215,15 +788702,15 @@ "binop": null }, "value": "_placeEvent", - "start": 76851, - "end": 76862, + "start": 79241, + "end": 79252, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 4 }, "end": { - "line": 1703, + "line": 1745, "column": 15 } } @@ -788240,15 +788727,15 @@ "postfix": false, "binop": null }, - "start": 76862, - "end": 76863, + "start": 79252, + "end": 79253, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 15 }, "end": { - "line": 1703, + "line": 1745, "column": 16 } } @@ -788265,15 +788752,15 @@ "postfix": false, "binop": null }, - "start": 76863, - "end": 76864, + "start": 79253, + "end": 79254, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 16 }, "end": { - "line": 1703, + "line": 1745, "column": 17 } } @@ -788290,15 +788777,15 @@ "postfix": false, "binop": null }, - "start": 76865, - "end": 76866, + "start": 79255, + "end": 79256, "loc": { "start": { - "line": 1703, + "line": 1745, "column": 18 }, "end": { - "line": 1703, + "line": 1745, "column": 19 } } @@ -788318,15 +788805,15 @@ "updateContext": null }, "value": "this", - "start": 76875, - "end": 76879, + "start": 79265, + "end": 79269, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 8 }, "end": { - "line": 1704, + "line": 1746, "column": 12 } } @@ -788344,15 +788831,15 @@ "binop": null, "updateContext": null }, - "start": 76879, - "end": 76880, + "start": 79269, + "end": 79270, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 12 }, "end": { - "line": 1704, + "line": 1746, "column": 13 } } @@ -788370,15 +788857,15 @@ "binop": null }, "value": "_debug", - "start": 76880, - "end": 76886, + "start": 79270, + "end": 79276, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 13 }, "end": { - "line": 1704, + "line": 1746, "column": 19 } } @@ -788395,15 +788882,15 @@ "postfix": false, "binop": null }, - "start": 76886, - "end": 76887, + "start": 79276, + "end": 79277, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 19 }, "end": { - "line": 1704, + "line": 1746, "column": 20 } } @@ -788422,15 +788909,15 @@ "updateContext": null }, "value": "_placeEvent", - "start": 76888, - "end": 76901, + "start": 79278, + "end": 79291, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 21 }, "end": { - "line": 1704, + "line": 1746, "column": 34 } } @@ -788447,15 +788934,15 @@ "postfix": false, "binop": null }, - "start": 76902, - "end": 76903, + "start": 79292, + "end": 79293, "loc": { "start": { - "line": 1704, + "line": 1746, "column": 35 }, "end": { - "line": 1704, + "line": 1746, "column": 36 } } @@ -788475,15 +788962,15 @@ "updateContext": null }, "value": "if", - "start": 76921, - "end": 76923, + "start": 79311, + "end": 79313, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 8 }, "end": { - "line": 1706, + "line": 1748, "column": 10 } } @@ -788500,15 +788987,15 @@ "postfix": false, "binop": null }, - "start": 76924, - "end": 76925, + "start": 79314, + "end": 79315, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 11 }, "end": { - "line": 1706, + "line": 1748, "column": 12 } } @@ -788527,15 +789014,15 @@ "updateContext": null }, "value": "!", - "start": 76926, - "end": 76927, + "start": 79316, + "end": 79317, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 13 }, "end": { - "line": 1706, + "line": 1748, "column": 14 } } @@ -788555,15 +789042,15 @@ "updateContext": null }, "value": "this", - "start": 76928, - "end": 76932, + "start": 79318, + "end": 79322, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 15 }, "end": { - "line": 1706, + "line": 1748, "column": 19 } } @@ -788581,15 +789068,15 @@ "binop": null, "updateContext": null }, - "start": 76932, - "end": 76933, + "start": 79322, + "end": 79323, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 19 }, "end": { - "line": 1706, + "line": 1748, "column": 20 } } @@ -788607,15 +789094,15 @@ "binop": null }, "value": "_isCached", - "start": 76933, - "end": 76942, + "start": 79323, + "end": 79332, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 20 }, "end": { - "line": 1706, + "line": 1748, "column": 29 } } @@ -788632,15 +789119,15 @@ "postfix": false, "binop": null }, - "start": 76943, - "end": 76944, + "start": 79333, + "end": 79334, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 30 }, "end": { - "line": 1706, + "line": 1748, "column": 31 } } @@ -788657,15 +789144,15 @@ "postfix": false, "binop": null }, - "start": 76945, - "end": 76946, + "start": 79335, + "end": 79336, "loc": { "start": { - "line": 1706, + "line": 1748, "column": 32 }, "end": { - "line": 1706, + "line": 1748, "column": 33 } } @@ -788685,15 +789172,15 @@ "updateContext": null }, "value": "return", - "start": 76959, - "end": 76965, + "start": 79349, + "end": 79355, "loc": { "start": { - "line": 1707, + "line": 1749, "column": 12 }, "end": { - "line": 1707, + "line": 1749, "column": 18 } } @@ -788710,15 +789197,15 @@ "postfix": false, "binop": null }, - "start": 76974, - "end": 76975, + "start": 79364, + "end": 79365, "loc": { "start": { - "line": 1708, + "line": 1750, "column": 8 }, "end": { - "line": 1708, + "line": 1750, "column": 9 } } @@ -788738,15 +789225,15 @@ "updateContext": null }, "value": "let", - "start": 76993, - "end": 76996, + "start": 79383, + "end": 79386, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 8 }, "end": { - "line": 1710, + "line": 1752, "column": 11 } } @@ -788764,15 +789251,15 @@ "binop": null }, "value": "_elem", - "start": 76997, - "end": 77002, + "start": 79387, + "end": 79392, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 12 }, "end": { - "line": 1710, + "line": 1752, "column": 17 } } @@ -788791,15 +789278,15 @@ "updateContext": null }, "value": "=", - "start": 77013, - "end": 77014, + "start": 79403, + "end": 79404, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 28 }, "end": { - "line": 1710, + "line": 1752, "column": 29 } } @@ -788819,15 +789306,15 @@ "updateContext": null }, "value": "this", - "start": 77015, - "end": 77019, + "start": 79405, + "end": 79409, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 30 }, "end": { - "line": 1710, + "line": 1752, "column": 34 } } @@ -788845,15 +789332,15 @@ "binop": null, "updateContext": null }, - "start": 77019, - "end": 77020, + "start": 79409, + "end": 79410, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 34 }, "end": { - "line": 1710, + "line": 1752, "column": 35 } } @@ -788871,15 +789358,15 @@ "binop": null }, "value": "_element", - "start": 77020, - "end": 77028, + "start": 79410, + "end": 79418, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 35 }, "end": { - "line": 1710, + "line": 1752, "column": 43 } } @@ -788897,15 +789384,15 @@ "binop": null, "updateContext": null }, - "start": 77028, - "end": 77029, + "start": 79418, + "end": 79419, "loc": { "start": { - "line": 1710, + "line": 1752, "column": 43 }, "end": { - "line": 1710, + "line": 1752, "column": 44 } } @@ -788923,15 +789410,15 @@ "binop": null }, "value": "_opts", - "start": 77042, - "end": 77047, + "start": 79432, + "end": 79437, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 12 }, "end": { - "line": 1711, + "line": 1753, "column": 17 } } @@ -788950,15 +789437,15 @@ "updateContext": null }, "value": "=", - "start": 77058, - "end": 77059, + "start": 79448, + "end": 79449, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 28 }, "end": { - "line": 1711, + "line": 1753, "column": 29 } } @@ -788978,15 +789465,15 @@ "updateContext": null }, "value": "this", - "start": 77060, - "end": 77064, + "start": 79450, + "end": 79454, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 30 }, "end": { - "line": 1711, + "line": 1753, "column": 34 } } @@ -789004,15 +789491,15 @@ "binop": null, "updateContext": null }, - "start": 77064, - "end": 77065, + "start": 79454, + "end": 79455, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 34 }, "end": { - "line": 1711, + "line": 1753, "column": 35 } } @@ -789030,15 +789517,15 @@ "binop": null }, "value": "_config", - "start": 77065, - "end": 77072, + "start": 79455, + "end": 79462, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 35 }, "end": { - "line": 1711, + "line": 1753, "column": 42 } } @@ -789056,15 +789543,15 @@ "binop": null, "updateContext": null }, - "start": 77072, - "end": 77073, + "start": 79462, + "end": 79463, "loc": { "start": { - "line": 1711, + "line": 1753, "column": 42 }, "end": { - "line": 1711, + "line": 1753, "column": 43 } } @@ -789082,15 +789569,15 @@ "binop": null }, "value": "_evt_container", - "start": 77086, - "end": 77100, + "start": 79476, + "end": 79490, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 12 }, "end": { - "line": 1712, + "line": 1754, "column": 26 } } @@ -789109,15 +789596,15 @@ "updateContext": null }, "value": "=", - "start": 77102, - "end": 77103, + "start": 79492, + "end": 79493, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 28 }, "end": { - "line": 1712, + "line": 1754, "column": 29 } } @@ -789135,15 +789622,15 @@ "binop": null }, "value": "$", - "start": 77104, - "end": 77105, + "start": 79494, + "end": 79495, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 30 }, "end": { - "line": 1712, + "line": 1754, "column": 31 } } @@ -789160,15 +789647,15 @@ "postfix": false, "binop": null }, - "start": 77105, - "end": 77106, + "start": 79495, + "end": 79496, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 31 }, "end": { - "line": 1712, + "line": 1754, "column": 32 } } @@ -789186,15 +789673,15 @@ "binop": null }, "value": "_elem", - "start": 77106, - "end": 77111, + "start": 79496, + "end": 79501, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 32 }, "end": { - "line": 1712, + "line": 1754, "column": 37 } } @@ -789211,15 +789698,15 @@ "postfix": false, "binop": null }, - "start": 77111, - "end": 77112, + "start": 79501, + "end": 79502, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 37 }, "end": { - "line": 1712, + "line": 1754, "column": 38 } } @@ -789237,15 +789724,15 @@ "binop": null, "updateContext": null }, - "start": 77112, - "end": 77113, + "start": 79502, + "end": 79503, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 38 }, "end": { - "line": 1712, + "line": 1754, "column": 39 } } @@ -789263,15 +789750,15 @@ "binop": null }, "value": "find", - "start": 77113, - "end": 77117, + "start": 79503, + "end": 79507, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 39 }, "end": { - "line": 1712, + "line": 1754, "column": 43 } } @@ -789288,15 +789775,15 @@ "postfix": false, "binop": null }, - "start": 77117, - "end": 77118, + "start": 79507, + "end": 79508, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 43 }, "end": { - "line": 1712, + "line": 1754, "column": 44 } } @@ -789314,15 +789801,15 @@ "binop": null }, "value": "Selector", - "start": 77119, - "end": 77127, + "start": 79509, + "end": 79517, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 45 }, "end": { - "line": 1712, + "line": 1754, "column": 53 } } @@ -789340,15 +789827,15 @@ "binop": null, "updateContext": null }, - "start": 77127, - "end": 77128, + "start": 79517, + "end": 79518, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 53 }, "end": { - "line": 1712, + "line": 1754, "column": 54 } } @@ -789366,15 +789853,15 @@ "binop": null }, "value": "TIMELINE_EVENTS", - "start": 77128, - "end": 77143, + "start": 79518, + "end": 79533, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 54 }, "end": { - "line": 1712, + "line": 1754, "column": 69 } } @@ -789391,15 +789878,15 @@ "postfix": false, "binop": null }, - "start": 77144, - "end": 77145, + "start": 79534, + "end": 79535, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 70 }, "end": { - "line": 1712, + "line": 1754, "column": 71 } } @@ -789417,15 +789904,15 @@ "binop": null, "updateContext": null }, - "start": 77145, - "end": 77146, + "start": 79535, + "end": 79536, "loc": { "start": { - "line": 1712, + "line": 1754, "column": 71 }, "end": { - "line": 1712, + "line": 1754, "column": 72 } } @@ -789443,15 +789930,15 @@ "binop": null }, "value": "_relation_lines", - "start": 77159, - "end": 77174, + "start": 79549, + "end": 79564, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 12 }, "end": { - "line": 1713, + "line": 1755, "column": 27 } } @@ -789470,15 +789957,15 @@ "updateContext": null }, "value": "=", - "start": 77175, - "end": 77176, + "start": 79565, + "end": 79566, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 28 }, "end": { - "line": 1713, + "line": 1755, "column": 29 } } @@ -789496,15 +789983,15 @@ "binop": null }, "value": "$", - "start": 77177, - "end": 77178, + "start": 79567, + "end": 79568, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 30 }, "end": { - "line": 1713, + "line": 1755, "column": 31 } } @@ -789521,15 +790008,15 @@ "postfix": false, "binop": null }, - "start": 77178, - "end": 77179, + "start": 79568, + "end": 79569, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 31 }, "end": { - "line": 1713, + "line": 1755, "column": 32 } } @@ -789547,15 +790034,15 @@ "binop": null }, "value": "_elem", - "start": 77179, - "end": 77184, + "start": 79569, + "end": 79574, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 32 }, "end": { - "line": 1713, + "line": 1755, "column": 37 } } @@ -789572,15 +790059,15 @@ "postfix": false, "binop": null }, - "start": 77184, - "end": 77185, + "start": 79574, + "end": 79575, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 37 }, "end": { - "line": 1713, + "line": 1755, "column": 38 } } @@ -789598,15 +790085,15 @@ "binop": null, "updateContext": null }, - "start": 77185, - "end": 77186, + "start": 79575, + "end": 79576, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 38 }, "end": { - "line": 1713, + "line": 1755, "column": 39 } } @@ -789624,15 +790111,15 @@ "binop": null }, "value": "find", - "start": 77186, - "end": 77190, + "start": 79576, + "end": 79580, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 39 }, "end": { - "line": 1713, + "line": 1755, "column": 43 } } @@ -789649,15 +790136,15 @@ "postfix": false, "binop": null }, - "start": 77190, - "end": 77191, + "start": 79580, + "end": 79581, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 43 }, "end": { - "line": 1713, + "line": 1755, "column": 44 } } @@ -789675,15 +790162,15 @@ "binop": null }, "value": "Selector", - "start": 77192, - "end": 77200, + "start": 79582, + "end": 79590, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 45 }, "end": { - "line": 1713, + "line": 1755, "column": 53 } } @@ -789701,15 +790188,15 @@ "binop": null, "updateContext": null }, - "start": 77200, - "end": 77201, + "start": 79590, + "end": 79591, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 53 }, "end": { - "line": 1713, + "line": 1755, "column": 54 } } @@ -789727,15 +790214,15 @@ "binop": null }, "value": "TIMELINE_RELATION_LINES", - "start": 77201, - "end": 77224, + "start": 79591, + "end": 79614, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 54 }, "end": { - "line": 1713, + "line": 1755, "column": 77 } } @@ -789752,15 +790239,15 @@ "postfix": false, "binop": null }, - "start": 77225, - "end": 77226, + "start": 79615, + "end": 79616, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 78 }, "end": { - "line": 1713, + "line": 1755, "column": 79 } } @@ -789778,15 +790265,15 @@ "binop": null, "updateContext": null }, - "start": 77226, - "end": 77227, + "start": 79616, + "end": 79617, "loc": { "start": { - "line": 1713, + "line": 1755, "column": 79 }, "end": { - "line": 1713, + "line": 1755, "column": 80 } } @@ -789804,15 +790291,15 @@ "binop": null }, "value": "events", - "start": 77240, - "end": 77246, + "start": 79630, + "end": 79636, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 12 }, "end": { - "line": 1714, + "line": 1756, "column": 18 } } @@ -789831,15 +790318,15 @@ "updateContext": null }, "value": "=", - "start": 77256, - "end": 77257, + "start": 79646, + "end": 79647, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 28 }, "end": { - "line": 1714, + "line": 1756, "column": 29 } } @@ -789859,15 +790346,15 @@ "updateContext": null }, "value": "this", - "start": 77258, - "end": 77262, + "start": 79648, + "end": 79652, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 30 }, "end": { - "line": 1714, + "line": 1756, "column": 34 } } @@ -789885,15 +790372,15 @@ "binop": null, "updateContext": null }, - "start": 77262, - "end": 77263, + "start": 79652, + "end": 79653, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 34 }, "end": { - "line": 1714, + "line": 1756, "column": 35 } } @@ -789911,15 +790398,15 @@ "binop": null }, "value": "_loadToCache", - "start": 77263, - "end": 77275, + "start": 79653, + "end": 79665, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 35 }, "end": { - "line": 1714, + "line": 1756, "column": 47 } } @@ -789936,15 +790423,15 @@ "postfix": false, "binop": null }, - "start": 77275, - "end": 77276, + "start": 79665, + "end": 79666, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 47 }, "end": { - "line": 1714, + "line": 1756, "column": 48 } } @@ -789961,15 +790448,15 @@ "postfix": false, "binop": null }, - "start": 77276, - "end": 77277, + "start": 79666, + "end": 79667, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 48 }, "end": { - "line": 1714, + "line": 1756, "column": 49 } } @@ -789987,15 +790474,15 @@ "binop": null, "updateContext": null }, - "start": 77277, - "end": 77278, + "start": 79667, + "end": 79668, "loc": { "start": { - "line": 1714, + "line": 1756, "column": 49 }, "end": { - "line": 1714, + "line": 1756, "column": 50 } } @@ -790013,15 +790500,15 @@ "binop": null }, "value": "_sleep", - "start": 77291, - "end": 77297, + "start": 79681, + "end": 79687, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 12 }, "end": { - "line": 1715, + "line": 1757, "column": 18 } } @@ -790040,15 +790527,15 @@ "updateContext": null }, "value": "=", - "start": 77307, - "end": 77308, + "start": 79697, + "end": 79698, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 28 }, "end": { - "line": 1715, + "line": 1757, "column": 29 } } @@ -790066,15 +790553,15 @@ "binop": null }, "value": "_opts", - "start": 77309, - "end": 77314, + "start": 79699, + "end": 79704, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 30 }, "end": { - "line": 1715, + "line": 1757, "column": 35 } } @@ -790092,15 +790579,15 @@ "binop": null, "updateContext": null }, - "start": 77314, - "end": 77315, + "start": 79704, + "end": 79705, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 35 }, "end": { - "line": 1715, + "line": 1757, "column": 36 } } @@ -790118,15 +790605,15 @@ "binop": null }, "value": "debug", - "start": 77315, - "end": 77320, + "start": 79705, + "end": 79710, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 36 }, "end": { - "line": 1715, + "line": 1757, "column": 41 } } @@ -790144,15 +790631,15 @@ "binop": null, "updateContext": null }, - "start": 77321, - "end": 77322, + "start": 79711, + "end": 79712, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 42 }, "end": { - "line": 1715, + "line": 1757, "column": 43 } } @@ -790170,15 +790657,15 @@ "binop": null }, "value": "DEBUG_SLEEP", - "start": 77323, - "end": 77334, + "start": 79713, + "end": 79724, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 44 }, "end": { - "line": 1715, + "line": 1757, "column": 55 } } @@ -790196,15 +790683,15 @@ "binop": null, "updateContext": null }, - "start": 77335, - "end": 77336, + "start": 79725, + "end": 79726, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 56 }, "end": { - "line": 1715, + "line": 1757, "column": 57 } } @@ -790223,15 +790710,15 @@ "updateContext": null }, "value": 1, - "start": 77337, - "end": 77338, + "start": 79727, + "end": 79728, "loc": { "start": { - "line": 1715, + "line": 1757, "column": 58 }, "end": { - "line": 1715, + "line": 1757, "column": 59 } } @@ -790251,15 +790738,15 @@ "updateContext": null }, "value": "if", - "start": 77356, - "end": 77358, + "start": 79746, + "end": 79748, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 8 }, "end": { - "line": 1717, + "line": 1759, "column": 10 } } @@ -790276,15 +790763,15 @@ "postfix": false, "binop": null }, - "start": 77359, - "end": 77360, + "start": 79749, + "end": 79750, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 11 }, "end": { - "line": 1717, + "line": 1759, "column": 12 } } @@ -790302,15 +790789,15 @@ "binop": null }, "value": "events", - "start": 77361, - "end": 77367, + "start": 79751, + "end": 79757, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 13 }, "end": { - "line": 1717, + "line": 1759, "column": 19 } } @@ -790328,15 +790815,15 @@ "binop": null, "updateContext": null }, - "start": 77367, - "end": 77368, + "start": 79757, + "end": 79758, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 19 }, "end": { - "line": 1717, + "line": 1759, "column": 20 } } @@ -790354,15 +790841,15 @@ "binop": null }, "value": "length", - "start": 77368, - "end": 77374, + "start": 79758, + "end": 79764, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 20 }, "end": { - "line": 1717, + "line": 1759, "column": 26 } } @@ -790381,15 +790868,15 @@ "updateContext": null }, "value": ">", - "start": 77375, - "end": 77376, + "start": 79765, + "end": 79766, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 27 }, "end": { - "line": 1717, + "line": 1759, "column": 28 } } @@ -790408,15 +790895,15 @@ "updateContext": null }, "value": 0, - "start": 77377, - "end": 77378, + "start": 79767, + "end": 79768, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 29 }, "end": { - "line": 1717, + "line": 1759, "column": 30 } } @@ -790433,15 +790920,15 @@ "postfix": false, "binop": null }, - "start": 77379, - "end": 77380, + "start": 79769, + "end": 79770, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 31 }, "end": { - "line": 1717, + "line": 1759, "column": 32 } } @@ -790458,15 +790945,15 @@ "postfix": false, "binop": null }, - "start": 77381, - "end": 77382, + "start": 79771, + "end": 79772, "loc": { "start": { - "line": 1717, + "line": 1759, "column": 33 }, "end": { - "line": 1717, + "line": 1759, "column": 34 } } @@ -790484,15 +790971,15 @@ "binop": null }, "value": "_evt_container", - "start": 77395, - "end": 77409, + "start": 79785, + "end": 79799, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 12 }, "end": { - "line": 1718, + "line": 1760, "column": 26 } } @@ -790510,15 +790997,15 @@ "binop": null, "updateContext": null }, - "start": 77409, - "end": 77410, + "start": 79799, + "end": 79800, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 26 }, "end": { - "line": 1718, + "line": 1760, "column": 27 } } @@ -790536,15 +791023,15 @@ "binop": null }, "value": "empty", - "start": 77410, - "end": 77415, + "start": 79800, + "end": 79805, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 27 }, "end": { - "line": 1718, + "line": 1760, "column": 32 } } @@ -790561,15 +791048,15 @@ "postfix": false, "binop": null }, - "start": 77415, - "end": 77416, + "start": 79805, + "end": 79806, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 32 }, "end": { - "line": 1718, + "line": 1760, "column": 33 } } @@ -790586,15 +791073,15 @@ "postfix": false, "binop": null }, - "start": 77416, - "end": 77417, + "start": 79806, + "end": 79807, "loc": { "start": { - "line": 1718, + "line": 1760, "column": 33 }, "end": { - "line": 1718, + "line": 1760, "column": 34 } } @@ -790612,15 +791099,15 @@ "binop": null }, "value": "events", - "start": 77430, - "end": 77436, + "start": 79820, + "end": 79826, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 12 }, "end": { - "line": 1719, + "line": 1761, "column": 18 } } @@ -790638,15 +791125,15 @@ "binop": null, "updateContext": null }, - "start": 77436, - "end": 77437, + "start": 79826, + "end": 79827, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 18 }, "end": { - "line": 1719, + "line": 1761, "column": 19 } } @@ -790664,15 +791151,15 @@ "binop": null }, "value": "forEach", - "start": 77437, - "end": 77444, + "start": 79827, + "end": 79834, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 19 }, "end": { - "line": 1719, + "line": 1761, "column": 26 } } @@ -790689,15 +791176,15 @@ "postfix": false, "binop": null }, - "start": 77444, - "end": 77445, + "start": 79834, + "end": 79835, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 26 }, "end": { - "line": 1719, + "line": 1761, "column": 27 } } @@ -790714,15 +791201,15 @@ "postfix": false, "binop": null }, - "start": 77446, - "end": 77447, + "start": 79836, + "end": 79837, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 28 }, "end": { - "line": 1719, + "line": 1761, "column": 29 } } @@ -790740,15 +791227,15 @@ "binop": null }, "value": "_evt", - "start": 77448, - "end": 77452, + "start": 79838, + "end": 79842, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 30 }, "end": { - "line": 1719, + "line": 1761, "column": 34 } } @@ -790765,15 +791252,15 @@ "postfix": false, "binop": null }, - "start": 77453, - "end": 77454, + "start": 79843, + "end": 79844, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 35 }, "end": { - "line": 1719, + "line": 1761, "column": 36 } } @@ -790791,15 +791278,15 @@ "binop": null, "updateContext": null }, - "start": 77455, - "end": 77457, + "start": 79845, + "end": 79847, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 37 }, "end": { - "line": 1719, + "line": 1761, "column": 39 } } @@ -790816,15 +791303,15 @@ "postfix": false, "binop": null }, - "start": 77458, - "end": 77459, + "start": 79848, + "end": 79849, "loc": { "start": { - "line": 1719, + "line": 1761, "column": 40 }, "end": { - "line": 1719, + "line": 1761, "column": 41 } } @@ -790844,15 +791331,15 @@ "updateContext": null }, "value": "let", - "start": 77476, - "end": 77479, + "start": 79866, + "end": 79869, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 16 }, "end": { - "line": 1720, + "line": 1762, "column": 19 } } @@ -790870,15 +791357,15 @@ "binop": null }, "value": "_evt_elem", - "start": 77480, - "end": 77489, + "start": 79870, + "end": 79879, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 20 }, "end": { - "line": 1720, + "line": 1762, "column": 29 } } @@ -790897,15 +791384,15 @@ "updateContext": null }, "value": "=", - "start": 77490, - "end": 77491, + "start": 79880, + "end": 79881, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 30 }, "end": { - "line": 1720, + "line": 1762, "column": 31 } } @@ -790925,15 +791412,15 @@ "updateContext": null }, "value": "this", - "start": 77492, - "end": 77496, + "start": 79882, + "end": 79886, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 32 }, "end": { - "line": 1720, + "line": 1762, "column": 36 } } @@ -790951,15 +791438,15 @@ "binop": null, "updateContext": null }, - "start": 77496, - "end": 77497, + "start": 79886, + "end": 79887, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 36 }, "end": { - "line": 1720, + "line": 1762, "column": 37 } } @@ -790977,15 +791464,15 @@ "binop": null }, "value": "_createEventNode", - "start": 77497, - "end": 77513, + "start": 79887, + "end": 79903, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 37 }, "end": { - "line": 1720, + "line": 1762, "column": 53 } } @@ -791002,15 +791489,15 @@ "postfix": false, "binop": null }, - "start": 77513, - "end": 77514, + "start": 79903, + "end": 79904, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 53 }, "end": { - "line": 1720, + "line": 1762, "column": 54 } } @@ -791028,15 +791515,15 @@ "binop": null }, "value": "_evt", - "start": 77515, - "end": 77519, + "start": 79905, + "end": 79909, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 55 }, "end": { - "line": 1720, + "line": 1762, "column": 59 } } @@ -791053,15 +791540,15 @@ "postfix": false, "binop": null }, - "start": 77520, - "end": 77521, + "start": 79910, + "end": 79911, "loc": { "start": { - "line": 1720, + "line": 1762, "column": 60 }, "end": { - "line": 1720, + "line": 1762, "column": 61 } } @@ -791081,15 +791568,15 @@ "updateContext": null }, "value": "if", - "start": 77555, - "end": 77557, + "start": 79945, + "end": 79947, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 16 }, "end": { - "line": 1722, + "line": 1764, "column": 18 } } @@ -791106,15 +791593,15 @@ "postfix": false, "binop": null }, - "start": 77558, - "end": 77559, + "start": 79948, + "end": 79949, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 19 }, "end": { - "line": 1722, + "line": 1764, "column": 20 } } @@ -791132,15 +791619,15 @@ "binop": null }, "value": "_evt_elem", - "start": 77560, - "end": 77569, + "start": 79950, + "end": 79959, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 21 }, "end": { - "line": 1722, + "line": 1764, "column": 30 } } @@ -791157,15 +791644,15 @@ "postfix": false, "binop": null }, - "start": 77570, - "end": 77571, + "start": 79960, + "end": 79961, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 31 }, "end": { - "line": 1722, + "line": 1764, "column": 32 } } @@ -791182,15 +791669,15 @@ "postfix": false, "binop": null }, - "start": 77572, - "end": 77573, + "start": 79962, + "end": 79963, "loc": { "start": { - "line": 1722, + "line": 1764, "column": 33 }, "end": { - "line": 1722, + "line": 1764, "column": 34 } } @@ -791208,15 +791695,15 @@ "binop": null }, "value": "_evt_container", - "start": 77594, - "end": 77608, + "start": 79984, + "end": 79998, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 20 }, "end": { - "line": 1723, + "line": 1765, "column": 34 } } @@ -791234,15 +791721,15 @@ "binop": null, "updateContext": null }, - "start": 77608, - "end": 77609, + "start": 79998, + "end": 79999, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 34 }, "end": { - "line": 1723, + "line": 1765, "column": 35 } } @@ -791260,15 +791747,15 @@ "binop": null }, "value": "append", - "start": 77609, - "end": 77615, + "start": 79999, + "end": 80005, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 35 }, "end": { - "line": 1723, + "line": 1765, "column": 41 } } @@ -791285,15 +791772,15 @@ "postfix": false, "binop": null }, - "start": 77615, - "end": 77616, + "start": 80005, + "end": 80006, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 41 }, "end": { - "line": 1723, + "line": 1765, "column": 42 } } @@ -791311,15 +791798,15 @@ "binop": null }, "value": "_evt_elem", - "start": 77617, - "end": 77626, + "start": 80007, + "end": 80016, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 43 }, "end": { - "line": 1723, + "line": 1765, "column": 52 } } @@ -791336,15 +791823,15 @@ "postfix": false, "binop": null }, - "start": 77627, - "end": 77628, + "start": 80017, + "end": 80018, "loc": { "start": { - "line": 1723, + "line": 1765, "column": 53 }, "end": { - "line": 1723, + "line": 1765, "column": 54 } } @@ -791361,15 +791848,15 @@ "postfix": false, "binop": null }, - "start": 77645, - "end": 77646, + "start": 80035, + "end": 80036, "loc": { "start": { - "line": 1724, + "line": 1766, "column": 16 }, "end": { - "line": 1724, + "line": 1766, "column": 17 } } @@ -791386,15 +791873,15 @@ "postfix": false, "binop": null }, - "start": 77659, - "end": 77660, + "start": 80049, + "end": 80050, "loc": { "start": { - "line": 1725, + "line": 1767, "column": 12 }, "end": { - "line": 1725, + "line": 1767, "column": 13 } } @@ -791411,15 +791898,15 @@ "postfix": false, "binop": null }, - "start": 77660, - "end": 77661, + "start": 80050, + "end": 80051, "loc": { "start": { - "line": 1725, + "line": 1767, "column": 13 }, "end": { - "line": 1725, + "line": 1767, "column": 14 } } @@ -791436,15 +791923,15 @@ "postfix": false, "binop": null }, - "start": 77670, - "end": 77671, + "start": 80060, + "end": 80061, "loc": { "start": { - "line": 1726, + "line": 1768, "column": 8 }, "end": { - "line": 1726, + "line": 1768, "column": 9 } } @@ -791464,15 +791951,15 @@ "updateContext": null }, "value": "if", - "start": 77689, - "end": 77691, + "start": 80079, + "end": 80081, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 8 }, "end": { - "line": 1728, + "line": 1770, "column": 10 } } @@ -791489,15 +791976,15 @@ "postfix": false, "binop": null }, - "start": 77692, - "end": 77693, + "start": 80082, + "end": 80083, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 11 }, "end": { - "line": 1728, + "line": 1770, "column": 12 } } @@ -791519,15 +792006,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 77694, - "end": 77709, + "start": 80084, + "end": 80099, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 13 }, "end": { - "line": 1728, + "line": 1770, "column": 28 } } @@ -791545,15 +792032,15 @@ "binop": null, "updateContext": null }, - "start": 77709, - "end": 77710, + "start": 80099, + "end": 80100, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 28 }, "end": { - "line": 1728, + "line": 1770, "column": 29 } } @@ -791571,15 +792058,15 @@ "binop": null }, "value": "test", - "start": 77710, - "end": 77714, + "start": 80100, + "end": 80104, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 29 }, "end": { - "line": 1728, + "line": 1770, "column": 33 } } @@ -791596,15 +792083,15 @@ "postfix": false, "binop": null }, - "start": 77714, - "end": 77715, + "start": 80104, + "end": 80105, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 33 }, "end": { - "line": 1728, + "line": 1770, "column": 34 } } @@ -791622,15 +792109,15 @@ "binop": null }, "value": "_opts", - "start": 77716, - "end": 77721, + "start": 80106, + "end": 80111, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 35 }, "end": { - "line": 1728, + "line": 1770, "column": 40 } } @@ -791648,15 +792135,15 @@ "binop": null, "updateContext": null }, - "start": 77721, - "end": 77722, + "start": 80111, + "end": 80112, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 40 }, "end": { - "line": 1728, + "line": 1770, "column": 41 } } @@ -791674,15 +792161,15 @@ "binop": null }, "value": "type", - "start": 77722, - "end": 77726, + "start": 80112, + "end": 80116, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 41 }, "end": { - "line": 1728, + "line": 1770, "column": 45 } } @@ -791699,15 +792186,15 @@ "postfix": false, "binop": null }, - "start": 77727, - "end": 77728, + "start": 80117, + "end": 80118, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 46 }, "end": { - "line": 1728, + "line": 1770, "column": 47 } } @@ -791724,15 +792211,15 @@ "postfix": false, "binop": null }, - "start": 77729, - "end": 77730, + "start": 80119, + "end": 80120, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 48 }, "end": { - "line": 1728, + "line": 1770, "column": 49 } } @@ -791749,15 +792236,15 @@ "postfix": false, "binop": null }, - "start": 77731, - "end": 77732, + "start": 80121, + "end": 80122, "loc": { "start": { - "line": 1728, + "line": 1770, "column": 50 }, "end": { - "line": 1728, + "line": 1770, "column": 51 } } @@ -791777,15 +792264,15 @@ "updateContext": null }, "value": "this", - "start": 77745, - "end": 77749, + "start": 80135, + "end": 80139, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 12 }, "end": { - "line": 1729, + "line": 1771, "column": 16 } } @@ -791803,15 +792290,15 @@ "binop": null, "updateContext": null }, - "start": 77749, - "end": 77750, + "start": 80139, + "end": 80140, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 16 }, "end": { - "line": 1729, + "line": 1771, "column": 17 } } @@ -791829,15 +792316,15 @@ "binop": null }, "value": "_drawRelationLine", - "start": 77750, - "end": 77767, + "start": 80140, + "end": 80157, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 17 }, "end": { - "line": 1729, + "line": 1771, "column": 34 } } @@ -791854,15 +792341,15 @@ "postfix": false, "binop": null }, - "start": 77767, - "end": 77768, + "start": 80157, + "end": 80158, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 34 }, "end": { - "line": 1729, + "line": 1771, "column": 35 } } @@ -791880,15 +792367,15 @@ "binop": null }, "value": "events", - "start": 77769, - "end": 77775, + "start": 80159, + "end": 80165, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 36 }, "end": { - "line": 1729, + "line": 1771, "column": 42 } } @@ -791905,15 +792392,15 @@ "postfix": false, "binop": null }, - "start": 77776, - "end": 77777, + "start": 80166, + "end": 80167, "loc": { "start": { - "line": 1729, + "line": 1771, "column": 43 }, "end": { - "line": 1729, + "line": 1771, "column": 44 } } @@ -791930,15 +792417,15 @@ "postfix": false, "binop": null }, - "start": 77786, - "end": 77787, + "start": 80176, + "end": 80177, "loc": { "start": { - "line": 1730, + "line": 1772, "column": 8 }, "end": { - "line": 1730, + "line": 1772, "column": 9 } } @@ -791946,15 +792433,15 @@ { "type": "CommentLine", "value": " console.log( '!_placeEvent:', _opts )", - "start": 77797, - "end": 77837, + "start": 80187, + "end": 80227, "loc": { "start": { - "line": 1732, + "line": 1774, "column": 0 }, "end": { - "line": 1732, + "line": 1774, "column": 40 } } @@ -791974,15 +792461,15 @@ "updateContext": null }, "value": "this", - "start": 77846, - "end": 77850, + "start": 80236, + "end": 80240, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 8 }, "end": { - "line": 1733, + "line": 1775, "column": 12 } } @@ -792000,15 +792487,15 @@ "binop": null, "updateContext": null }, - "start": 77850, - "end": 77851, + "start": 80240, + "end": 80241, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 12 }, "end": { - "line": 1733, + "line": 1775, "column": 13 } } @@ -792026,15 +792513,15 @@ "binop": null }, "value": "sleep", - "start": 77851, - "end": 77856, + "start": 80241, + "end": 80246, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 13 }, "end": { - "line": 1733, + "line": 1775, "column": 18 } } @@ -792051,15 +792538,15 @@ "postfix": false, "binop": null }, - "start": 77856, - "end": 77857, + "start": 80246, + "end": 80247, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 18 }, "end": { - "line": 1733, + "line": 1775, "column": 19 } } @@ -792077,15 +792564,15 @@ "binop": null }, "value": "_sleep", - "start": 77858, - "end": 77864, + "start": 80248, + "end": 80254, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 20 }, "end": { - "line": 1733, + "line": 1775, "column": 26 } } @@ -792102,15 +792589,15 @@ "postfix": false, "binop": null }, - "start": 77865, - "end": 77866, + "start": 80255, + "end": 80256, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 27 }, "end": { - "line": 1733, + "line": 1775, "column": 28 } } @@ -792128,15 +792615,15 @@ "binop": null, "updateContext": null }, - "start": 77866, - "end": 77867, + "start": 80256, + "end": 80257, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 28 }, "end": { - "line": 1733, + "line": 1775, "column": 29 } } @@ -792154,15 +792641,15 @@ "binop": null }, "value": "then", - "start": 77867, - "end": 77871, + "start": 80257, + "end": 80261, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 29 }, "end": { - "line": 1733, + "line": 1775, "column": 33 } } @@ -792179,15 +792666,15 @@ "postfix": false, "binop": null }, - "start": 77871, - "end": 77872, + "start": 80261, + "end": 80262, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 33 }, "end": { - "line": 1733, + "line": 1775, "column": 34 } } @@ -792204,15 +792691,15 @@ "postfix": false, "binop": null }, - "start": 77872, - "end": 77873, + "start": 80262, + "end": 80263, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 34 }, "end": { - "line": 1733, + "line": 1775, "column": 35 } } @@ -792229,15 +792716,15 @@ "postfix": false, "binop": null }, - "start": 77873, - "end": 77874, + "start": 80263, + "end": 80264, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 35 }, "end": { - "line": 1733, + "line": 1775, "column": 36 } } @@ -792255,15 +792742,15 @@ "binop": null, "updateContext": null }, - "start": 77875, - "end": 77877, + "start": 80265, + "end": 80267, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 37 }, "end": { - "line": 1733, + "line": 1775, "column": 39 } } @@ -792280,15 +792767,15 @@ "postfix": false, "binop": null }, - "start": 77878, - "end": 77879, + "start": 80268, + "end": 80269, "loc": { "start": { - "line": 1733, + "line": 1775, "column": 40 }, "end": { - "line": 1733, + "line": 1775, "column": 41 } } @@ -792308,15 +792795,15 @@ "updateContext": null }, "value": "this", - "start": 77892, - "end": 77896, + "start": 80282, + "end": 80286, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 12 }, "end": { - "line": 1734, + "line": 1776, "column": 16 } } @@ -792334,15 +792821,15 @@ "binop": null, "updateContext": null }, - "start": 77896, - "end": 77897, + "start": 80286, + "end": 80287, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 16 }, "end": { - "line": 1734, + "line": 1776, "column": 17 } } @@ -792360,15 +792847,15 @@ "binop": null }, "value": "hideLoader", - "start": 77897, - "end": 77907, + "start": 80287, + "end": 80297, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 17 }, "end": { - "line": 1734, + "line": 1776, "column": 27 } } @@ -792385,15 +792872,15 @@ "postfix": false, "binop": null }, - "start": 77907, - "end": 77908, + "start": 80297, + "end": 80298, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 27 }, "end": { - "line": 1734, + "line": 1776, "column": 28 } } @@ -792410,15 +792897,15 @@ "postfix": false, "binop": null }, - "start": 77908, - "end": 77909, + "start": 80298, + "end": 80299, "loc": { "start": { - "line": 1734, + "line": 1776, "column": 28 }, "end": { - "line": 1734, + "line": 1776, "column": 29 } } @@ -792436,15 +792923,15 @@ "binop": null }, "value": "_evt_container", - "start": 77922, - "end": 77936, + "start": 80312, + "end": 80326, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 12 }, "end": { - "line": 1735, + "line": 1777, "column": 26 } } @@ -792462,15 +792949,15 @@ "binop": null, "updateContext": null }, - "start": 77936, - "end": 77937, + "start": 80326, + "end": 80327, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 26 }, "end": { - "line": 1735, + "line": 1777, "column": 27 } } @@ -792488,15 +792975,15 @@ "binop": null }, "value": "fadeIn", - "start": 77937, - "end": 77943, + "start": 80327, + "end": 80333, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 27 }, "end": { - "line": 1735, + "line": 1777, "column": 33 } } @@ -792513,15 +793000,15 @@ "postfix": false, "binop": null }, - "start": 77943, - "end": 77944, + "start": 80333, + "end": 80334, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 33 }, "end": { - "line": 1735, + "line": 1777, "column": 34 } } @@ -792540,15 +793027,15 @@ "updateContext": null }, "value": "fast", - "start": 77945, - "end": 77951, + "start": 80335, + "end": 80341, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 35 }, "end": { - "line": 1735, + "line": 1777, "column": 41 } } @@ -792566,15 +793053,15 @@ "binop": null, "updateContext": null }, - "start": 77951, - "end": 77952, + "start": 80341, + "end": 80342, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 41 }, "end": { - "line": 1735, + "line": 1777, "column": 42 } } @@ -792591,15 +793078,15 @@ "postfix": false, "binop": null }, - "start": 77953, - "end": 77954, + "start": 80343, + "end": 80344, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 43 }, "end": { - "line": 1735, + "line": 1777, "column": 44 } } @@ -792616,15 +793103,15 @@ "postfix": false, "binop": null }, - "start": 77954, - "end": 77955, + "start": 80344, + "end": 80345, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 44 }, "end": { - "line": 1735, + "line": 1777, "column": 45 } } @@ -792642,15 +793129,15 @@ "binop": null, "updateContext": null }, - "start": 77956, - "end": 77958, + "start": 80346, + "end": 80348, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 46 }, "end": { - "line": 1735, + "line": 1777, "column": 48 } } @@ -792667,15 +793154,15 @@ "postfix": false, "binop": null }, - "start": 77959, - "end": 77960, + "start": 80349, + "end": 80350, "loc": { "start": { - "line": 1735, + "line": 1777, "column": 49 }, "end": { - "line": 1735, + "line": 1777, "column": 50 } } @@ -792693,15 +793180,15 @@ "binop": null }, "value": "_relation_lines", - "start": 77977, - "end": 77992, + "start": 80367, + "end": 80382, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 16 }, "end": { - "line": 1736, + "line": 1778, "column": 31 } } @@ -792719,15 +793206,15 @@ "binop": null, "updateContext": null }, - "start": 77992, - "end": 77993, + "start": 80382, + "end": 80383, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 31 }, "end": { - "line": 1736, + "line": 1778, "column": 32 } } @@ -792745,15 +793232,15 @@ "binop": null }, "value": "fadeIn", - "start": 77993, - "end": 77999, + "start": 80383, + "end": 80389, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 32 }, "end": { - "line": 1736, + "line": 1778, "column": 38 } } @@ -792770,15 +793257,15 @@ "postfix": false, "binop": null }, - "start": 77999, - "end": 78000, + "start": 80389, + "end": 80390, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 38 }, "end": { - "line": 1736, + "line": 1778, "column": 39 } } @@ -792797,15 +793284,15 @@ "updateContext": null }, "value": "fast", - "start": 78001, - "end": 78007, + "start": 80391, + "end": 80397, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 40 }, "end": { - "line": 1736, + "line": 1778, "column": 46 } } @@ -792822,15 +793309,15 @@ "postfix": false, "binop": null }, - "start": 78008, - "end": 78009, + "start": 80398, + "end": 80399, "loc": { "start": { - "line": 1736, + "line": 1778, "column": 47 }, "end": { - "line": 1736, + "line": 1778, "column": 48 } } @@ -792847,15 +793334,15 @@ "postfix": false, "binop": null }, - "start": 78022, - "end": 78023, + "start": 80412, + "end": 80413, "loc": { "start": { - "line": 1737, + "line": 1779, "column": 12 }, "end": { - "line": 1737, + "line": 1779, "column": 13 } } @@ -792872,15 +793359,15 @@ "postfix": false, "binop": null }, - "start": 78023, - "end": 78024, + "start": 80413, + "end": 80414, "loc": { "start": { - "line": 1737, + "line": 1779, "column": 13 }, "end": { - "line": 1737, + "line": 1779, "column": 14 } } @@ -792897,15 +793384,15 @@ "postfix": false, "binop": null }, - "start": 78033, - "end": 78034, + "start": 80423, + "end": 80424, "loc": { "start": { - "line": 1738, + "line": 1780, "column": 8 }, "end": { - "line": 1738, + "line": 1780, "column": 9 } } @@ -792922,15 +793409,15 @@ "postfix": false, "binop": null }, - "start": 78034, - "end": 78035, + "start": 80424, + "end": 80425, "loc": { "start": { - "line": 1738, + "line": 1780, "column": 9 }, "end": { - "line": 1738, + "line": 1780, "column": 10 } } @@ -792947,15 +793434,15 @@ "postfix": false, "binop": null }, - "start": 78049, - "end": 78050, + "start": 80439, + "end": 80440, "loc": { "start": { - "line": 1740, + "line": 1782, "column": 4 }, "end": { - "line": 1740, + "line": 1782, "column": 5 } } @@ -792963,15 +793450,15 @@ { "type": "CommentBlock", "value": "*\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n ", - "start": 78060, - "end": 78213, + "start": 80450, + "end": 80603, "loc": { "start": { - "line": 1742, + "line": 1784, "column": 4 }, "end": { - "line": 1747, + "line": 1789, "column": 7 } } @@ -792989,15 +793476,15 @@ "binop": null }, "value": "_createEventNode", - "start": 78218, - "end": 78234, + "start": 80608, + "end": 80624, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 4 }, "end": { - "line": 1748, + "line": 1790, "column": 20 } } @@ -793014,15 +793501,15 @@ "postfix": false, "binop": null }, - "start": 78234, - "end": 78235, + "start": 80624, + "end": 80625, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 20 }, "end": { - "line": 1748, + "line": 1790, "column": 21 } } @@ -793040,15 +793527,15 @@ "binop": null }, "value": "params", - "start": 78236, - "end": 78242, + "start": 80626, + "end": 80632, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 22 }, "end": { - "line": 1748, + "line": 1790, "column": 28 } } @@ -793065,15 +793552,15 @@ "postfix": false, "binop": null }, - "start": 78243, - "end": 78244, + "start": 80633, + "end": 80634, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 29 }, "end": { - "line": 1748, + "line": 1790, "column": 30 } } @@ -793090,15 +793577,15 @@ "postfix": false, "binop": null }, - "start": 78245, - "end": 78246, + "start": 80635, + "end": 80636, "loc": { "start": { - "line": 1748, + "line": 1790, "column": 31 }, "end": { - "line": 1748, + "line": 1790, "column": 32 } } @@ -793118,15 +793605,15 @@ "updateContext": null }, "value": "let", - "start": 78255, - "end": 78258, + "start": 80645, + "end": 80648, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 8 }, "end": { - "line": 1749, + "line": 1791, "column": 11 } } @@ -793144,15 +793631,15 @@ "binop": null }, "value": "_opts", - "start": 78259, - "end": 78264, + "start": 80649, + "end": 80654, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 12 }, "end": { - "line": 1749, + "line": 1791, "column": 17 } } @@ -793171,15 +793658,15 @@ "updateContext": null }, "value": "=", - "start": 78269, - "end": 78270, + "start": 80659, + "end": 80660, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 22 }, "end": { - "line": 1749, + "line": 1791, "column": 23 } } @@ -793199,15 +793686,15 @@ "updateContext": null }, "value": "this", - "start": 78271, - "end": 78275, + "start": 80661, + "end": 80665, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 24 }, "end": { - "line": 1749, + "line": 1791, "column": 28 } } @@ -793225,15 +793712,15 @@ "binop": null, "updateContext": null }, - "start": 78275, - "end": 78276, + "start": 80665, + "end": 80666, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 28 }, "end": { - "line": 1749, + "line": 1791, "column": 29 } } @@ -793251,15 +793738,15 @@ "binop": null }, "value": "_config", - "start": 78276, - "end": 78283, + "start": 80666, + "end": 80673, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 29 }, "end": { - "line": 1749, + "line": 1791, "column": 36 } } @@ -793277,15 +793764,15 @@ "binop": null, "updateContext": null }, - "start": 78283, - "end": 78284, + "start": 80673, + "end": 80674, "loc": { "start": { - "line": 1749, + "line": 1791, "column": 36 }, "end": { - "line": 1749, + "line": 1791, "column": 37 } } @@ -793303,15 +793790,15 @@ "binop": null }, "value": "_props", - "start": 78297, - "end": 78303, + "start": 80687, + "end": 80693, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 12 }, "end": { - "line": 1750, + "line": 1792, "column": 18 } } @@ -793330,15 +793817,15 @@ "updateContext": null }, "value": "=", - "start": 78307, - "end": 78308, + "start": 80697, + "end": 80698, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 22 }, "end": { - "line": 1750, + "line": 1792, "column": 23 } } @@ -793358,15 +793845,15 @@ "updateContext": null }, "value": "this", - "start": 78309, - "end": 78313, + "start": 80699, + "end": 80703, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 24 }, "end": { - "line": 1750, + "line": 1792, "column": 28 } } @@ -793384,15 +793871,15 @@ "binop": null, "updateContext": null }, - "start": 78313, - "end": 78314, + "start": 80703, + "end": 80704, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 28 }, "end": { - "line": 1750, + "line": 1792, "column": 29 } } @@ -793410,15 +793897,15 @@ "binop": null }, "value": "_instanceProps", - "start": 78314, - "end": 78328, + "start": 80704, + "end": 80718, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 29 }, "end": { - "line": 1750, + "line": 1792, "column": 43 } } @@ -793436,15 +793923,15 @@ "binop": null, "updateContext": null }, - "start": 78328, - "end": 78329, + "start": 80718, + "end": 80719, "loc": { "start": { - "line": 1750, + "line": 1792, "column": 43 }, "end": { - "line": 1750, + "line": 1792, "column": 44 } } @@ -793462,15 +793949,15 @@ "binop": null }, "value": "_evt_elem", - "start": 78342, - "end": 78351, + "start": 80732, + "end": 80741, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 12 }, "end": { - "line": 1751, + "line": 1793, "column": 21 } } @@ -793489,15 +793976,15 @@ "updateContext": null }, "value": "=", - "start": 78352, - "end": 78353, + "start": 80742, + "end": 80743, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 22 }, "end": { - "line": 1751, + "line": 1793, "column": 23 } } @@ -793515,15 +794002,15 @@ "binop": null }, "value": "$", - "start": 78354, - "end": 78355, + "start": 80744, + "end": 80745, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 24 }, "end": { - "line": 1751, + "line": 1793, "column": 25 } } @@ -793540,15 +794027,15 @@ "postfix": false, "binop": null }, - "start": 78355, - "end": 78356, + "start": 80745, + "end": 80746, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 25 }, "end": { - "line": 1751, + "line": 1793, "column": 26 } } @@ -793567,15 +794054,15 @@ "updateContext": null }, "value": "
", - "start": 78356, - "end": 78369, + "start": 80746, + "end": 80759, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 26 }, "end": { - "line": 1751, + "line": 1793, "column": 39 } } @@ -793593,15 +794080,15 @@ "binop": null, "updateContext": null }, - "start": 78369, - "end": 78370, + "start": 80759, + "end": 80760, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 39 }, "end": { - "line": 1751, + "line": 1793, "column": 40 } } @@ -793618,15 +794105,15 @@ "postfix": false, "binop": null }, - "start": 78371, - "end": 78372, + "start": 80761, + "end": 80762, "loc": { "start": { - "line": 1751, + "line": 1793, "column": 41 }, "end": { - "line": 1751, + "line": 1793, "column": 42 } } @@ -793646,15 +794133,15 @@ "updateContext": null }, "value": "class", - "start": 78389, - "end": 78394, + "start": 80779, + "end": 80784, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 16 }, "end": { - "line": 1752, + "line": 1794, "column": 21 } } @@ -793672,15 +794159,15 @@ "binop": null, "updateContext": null }, - "start": 78395, - "end": 78396, + "start": 80785, + "end": 80786, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 22 }, "end": { - "line": 1752, + "line": 1794, "column": 23 } } @@ -793698,15 +794185,15 @@ "binop": null }, "value": "ClassName", - "start": 78397, - "end": 78406, + "start": 80787, + "end": 80796, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 24 }, "end": { - "line": 1752, + "line": 1794, "column": 33 } } @@ -793724,15 +794211,15 @@ "binop": null, "updateContext": null }, - "start": 78406, - "end": 78407, + "start": 80796, + "end": 80797, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 33 }, "end": { - "line": 1752, + "line": 1794, "column": 34 } } @@ -793750,15 +794237,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 78407, - "end": 78426, + "start": 80797, + "end": 80816, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 34 }, "end": { - "line": 1752, + "line": 1794, "column": 53 } } @@ -793776,15 +794263,15 @@ "binop": null, "updateContext": null }, - "start": 78426, - "end": 78427, + "start": 80816, + "end": 80817, "loc": { "start": { - "line": 1752, + "line": 1794, "column": 53 }, "end": { - "line": 1752, + "line": 1794, "column": 54 } } @@ -793802,15 +794289,15 @@ "binop": null }, "value": "id", - "start": 78444, - "end": 78446, + "start": 80834, + "end": 80836, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 16 }, "end": { - "line": 1753, + "line": 1795, "column": 18 } } @@ -793828,15 +794315,15 @@ "binop": null, "updateContext": null }, - "start": 78450, - "end": 78451, + "start": 80840, + "end": 80841, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 22 }, "end": { - "line": 1753, + "line": 1795, "column": 23 } } @@ -793853,15 +794340,15 @@ "postfix": false, "binop": null }, - "start": 78452, - "end": 78453, + "start": 80842, + "end": 80843, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 24 }, "end": { - "line": 1753, + "line": 1795, "column": 25 } } @@ -793880,15 +794367,15 @@ "updateContext": null }, "value": "evt-", - "start": 78453, - "end": 78457, + "start": 80843, + "end": 80847, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 25 }, "end": { - "line": 1753, + "line": 1795, "column": 29 } } @@ -793905,15 +794392,15 @@ "postfix": false, "binop": null }, - "start": 78457, - "end": 78459, + "start": 80847, + "end": 80849, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 29 }, "end": { - "line": 1753, + "line": 1795, "column": 31 } } @@ -793931,15 +794418,15 @@ "binop": null }, "value": "params", - "start": 78459, - "end": 78465, + "start": 80849, + "end": 80855, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 31 }, "end": { - "line": 1753, + "line": 1795, "column": 37 } } @@ -793957,15 +794444,15 @@ "binop": null, "updateContext": null }, - "start": 78465, - "end": 78466, + "start": 80855, + "end": 80856, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 37 }, "end": { - "line": 1753, + "line": 1795, "column": 38 } } @@ -793983,15 +794470,15 @@ "binop": null }, "value": "eventId", - "start": 78466, - "end": 78473, + "start": 80856, + "end": 80863, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 38 }, "end": { - "line": 1753, + "line": 1795, "column": 45 } } @@ -794008,15 +794495,15 @@ "postfix": false, "binop": null }, - "start": 78473, - "end": 78474, + "start": 80863, + "end": 80864, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 45 }, "end": { - "line": 1753, + "line": 1795, "column": 46 } } @@ -794035,15 +794522,15 @@ "updateContext": null }, "value": "", - "start": 78474, - "end": 78474, + "start": 80864, + "end": 80864, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 46 }, "end": { - "line": 1753, + "line": 1795, "column": 46 } } @@ -794060,15 +794547,15 @@ "postfix": false, "binop": null }, - "start": 78474, - "end": 78475, + "start": 80864, + "end": 80865, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 46 }, "end": { - "line": 1753, + "line": 1795, "column": 47 } } @@ -794086,15 +794573,15 @@ "binop": null, "updateContext": null }, - "start": 78475, - "end": 78476, + "start": 80865, + "end": 80866, "loc": { "start": { - "line": 1753, + "line": 1795, "column": 47 }, "end": { - "line": 1753, + "line": 1795, "column": 48 } } @@ -794112,15 +794599,15 @@ "binop": null }, "value": "css", - "start": 78493, - "end": 78496, + "start": 80883, + "end": 80886, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 16 }, "end": { - "line": 1754, + "line": 1796, "column": 19 } } @@ -794138,15 +794625,15 @@ "binop": null, "updateContext": null }, - "start": 78499, - "end": 78500, + "start": 80889, + "end": 80890, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 22 }, "end": { - "line": 1754, + "line": 1796, "column": 23 } } @@ -794163,15 +794650,15 @@ "postfix": false, "binop": null }, - "start": 78501, - "end": 78502, + "start": 80891, + "end": 80892, "loc": { "start": { - "line": 1754, + "line": 1796, "column": 24 }, "end": { - "line": 1754, + "line": 1796, "column": 25 } } @@ -794189,15 +794676,15 @@ "binop": null }, "value": "left", - "start": 78523, - "end": 78527, + "start": 80913, + "end": 80917, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 20 }, "end": { - "line": 1755, + "line": 1797, "column": 24 } } @@ -794215,15 +794702,15 @@ "binop": null, "updateContext": null }, - "start": 78530, - "end": 78531, + "start": 80920, + "end": 80921, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 27 }, "end": { - "line": 1755, + "line": 1797, "column": 28 } } @@ -794240,15 +794727,15 @@ "postfix": false, "binop": null }, - "start": 78532, - "end": 78533, + "start": 80922, + "end": 80923, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 29 }, "end": { - "line": 1755, + "line": 1797, "column": 30 } } @@ -794267,15 +794754,15 @@ "updateContext": null }, "value": "", - "start": 78533, - "end": 78533, + "start": 80923, + "end": 80923, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 30 }, "end": { - "line": 1755, + "line": 1797, "column": 30 } } @@ -794292,15 +794779,15 @@ "postfix": false, "binop": null }, - "start": 78533, - "end": 78535, + "start": 80923, + "end": 80925, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 30 }, "end": { - "line": 1755, + "line": 1797, "column": 32 } } @@ -794318,15 +794805,15 @@ "binop": null }, "value": "params", - "start": 78535, - "end": 78541, + "start": 80925, + "end": 80931, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 32 }, "end": { - "line": 1755, + "line": 1797, "column": 38 } } @@ -794344,15 +794831,15 @@ "binop": null, "updateContext": null }, - "start": 78541, - "end": 78542, + "start": 80931, + "end": 80932, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 38 }, "end": { - "line": 1755, + "line": 1797, "column": 39 } } @@ -794370,15 +794857,15 @@ "binop": null }, "value": "x", - "start": 78542, - "end": 78543, + "start": 80932, + "end": 80933, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 39 }, "end": { - "line": 1755, + "line": 1797, "column": 40 } } @@ -794395,15 +794882,15 @@ "postfix": false, "binop": null }, - "start": 78543, - "end": 78544, + "start": 80933, + "end": 80934, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 40 }, "end": { - "line": 1755, + "line": 1797, "column": 41 } } @@ -794422,15 +794909,15 @@ "updateContext": null }, "value": "px", - "start": 78544, - "end": 78546, + "start": 80934, + "end": 80936, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 41 }, "end": { - "line": 1755, + "line": 1797, "column": 43 } } @@ -794447,15 +794934,15 @@ "postfix": false, "binop": null }, - "start": 78546, - "end": 78547, + "start": 80936, + "end": 80937, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 43 }, "end": { - "line": 1755, + "line": 1797, "column": 44 } } @@ -794473,15 +794960,15 @@ "binop": null, "updateContext": null }, - "start": 78547, - "end": 78548, + "start": 80937, + "end": 80938, "loc": { "start": { - "line": 1755, + "line": 1797, "column": 44 }, "end": { - "line": 1755, + "line": 1797, "column": 45 } } @@ -794499,15 +794986,15 @@ "binop": null }, "value": "top", - "start": 78569, - "end": 78572, + "start": 80959, + "end": 80962, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 20 }, "end": { - "line": 1756, + "line": 1798, "column": 23 } } @@ -794525,15 +795012,15 @@ "binop": null, "updateContext": null }, - "start": 78576, - "end": 78577, + "start": 80966, + "end": 80967, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 27 }, "end": { - "line": 1756, + "line": 1798, "column": 28 } } @@ -794550,15 +795037,15 @@ "postfix": false, "binop": null }, - "start": 78578, - "end": 78579, + "start": 80968, + "end": 80969, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 29 }, "end": { - "line": 1756, + "line": 1798, "column": 30 } } @@ -794577,15 +795064,15 @@ "updateContext": null }, "value": "", - "start": 78579, - "end": 78579, + "start": 80969, + "end": 80969, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 30 }, "end": { - "line": 1756, + "line": 1798, "column": 30 } } @@ -794602,15 +795089,15 @@ "postfix": false, "binop": null }, - "start": 78579, - "end": 78581, + "start": 80969, + "end": 80971, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 30 }, "end": { - "line": 1756, + "line": 1798, "column": 32 } } @@ -794628,15 +795115,15 @@ "binop": null }, "value": "params", - "start": 78581, - "end": 78587, + "start": 80971, + "end": 80977, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 32 }, "end": { - "line": 1756, + "line": 1798, "column": 38 } } @@ -794654,15 +795141,15 @@ "binop": null, "updateContext": null }, - "start": 78587, - "end": 78588, + "start": 80977, + "end": 80978, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 38 }, "end": { - "line": 1756, + "line": 1798, "column": 39 } } @@ -794680,15 +795167,15 @@ "binop": null }, "value": "y", - "start": 78588, - "end": 78589, + "start": 80978, + "end": 80979, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 39 }, "end": { - "line": 1756, + "line": 1798, "column": 40 } } @@ -794705,15 +795192,15 @@ "postfix": false, "binop": null }, - "start": 78589, - "end": 78590, + "start": 80979, + "end": 80980, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 40 }, "end": { - "line": 1756, + "line": 1798, "column": 41 } } @@ -794732,15 +795219,15 @@ "updateContext": null }, "value": "px", - "start": 78590, - "end": 78592, + "start": 80980, + "end": 80982, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 41 }, "end": { - "line": 1756, + "line": 1798, "column": 43 } } @@ -794757,15 +795244,15 @@ "postfix": false, "binop": null }, - "start": 78592, - "end": 78593, + "start": 80982, + "end": 80983, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 43 }, "end": { - "line": 1756, + "line": 1798, "column": 44 } } @@ -794783,15 +795270,15 @@ "binop": null, "updateContext": null }, - "start": 78593, - "end": 78594, + "start": 80983, + "end": 80984, "loc": { "start": { - "line": 1756, + "line": 1798, "column": 44 }, "end": { - "line": 1756, + "line": 1798, "column": 45 } } @@ -794809,15 +795296,15 @@ "binop": null }, "value": "width", - "start": 78615, - "end": 78620, + "start": 81005, + "end": 81010, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 20 }, "end": { - "line": 1757, + "line": 1799, "column": 25 } } @@ -794835,15 +795322,15 @@ "binop": null, "updateContext": null }, - "start": 78622, - "end": 78623, + "start": 81012, + "end": 81013, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 27 }, "end": { - "line": 1757, + "line": 1799, "column": 28 } } @@ -794860,15 +795347,15 @@ "postfix": false, "binop": null }, - "start": 78624, - "end": 78625, + "start": 81014, + "end": 81015, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 29 }, "end": { - "line": 1757, + "line": 1799, "column": 30 } } @@ -794887,15 +795374,15 @@ "updateContext": null }, "value": "", - "start": 78625, - "end": 78625, + "start": 81015, + "end": 81015, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 30 }, "end": { - "line": 1757, + "line": 1799, "column": 30 } } @@ -794912,15 +795399,15 @@ "postfix": false, "binop": null }, - "start": 78625, - "end": 78627, + "start": 81015, + "end": 81017, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 30 }, "end": { - "line": 1757, + "line": 1799, "column": 32 } } @@ -794938,15 +795425,15 @@ "binop": null }, "value": "params", - "start": 78627, - "end": 78633, + "start": 81017, + "end": 81023, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 32 }, "end": { - "line": 1757, + "line": 1799, "column": 38 } } @@ -794964,15 +795451,15 @@ "binop": null, "updateContext": null }, - "start": 78633, - "end": 78634, + "start": 81023, + "end": 81024, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 38 }, "end": { - "line": 1757, + "line": 1799, "column": 39 } } @@ -794990,15 +795477,15 @@ "binop": null }, "value": "width", - "start": 78634, - "end": 78639, + "start": 81024, + "end": 81029, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 39 }, "end": { - "line": 1757, + "line": 1799, "column": 44 } } @@ -795015,15 +795502,15 @@ "postfix": false, "binop": null }, - "start": 78639, - "end": 78640, + "start": 81029, + "end": 81030, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 44 }, "end": { - "line": 1757, + "line": 1799, "column": 45 } } @@ -795042,15 +795529,15 @@ "updateContext": null }, "value": "px", - "start": 78640, - "end": 78642, + "start": 81030, + "end": 81032, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 45 }, "end": { - "line": 1757, + "line": 1799, "column": 47 } } @@ -795067,15 +795554,15 @@ "postfix": false, "binop": null }, - "start": 78642, - "end": 78643, + "start": 81032, + "end": 81033, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 47 }, "end": { - "line": 1757, + "line": 1799, "column": 48 } } @@ -795093,15 +795580,15 @@ "binop": null, "updateContext": null }, - "start": 78643, - "end": 78644, + "start": 81033, + "end": 81034, "loc": { "start": { - "line": 1757, + "line": 1799, "column": 48 }, "end": { - "line": 1757, + "line": 1799, "column": 49 } } @@ -795119,15 +795606,15 @@ "binop": null }, "value": "height", - "start": 78665, - "end": 78671, + "start": 81055, + "end": 81061, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 20 }, "end": { - "line": 1758, + "line": 1800, "column": 26 } } @@ -795145,15 +795632,15 @@ "binop": null, "updateContext": null }, - "start": 78672, - "end": 78673, + "start": 81062, + "end": 81063, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 27 }, "end": { - "line": 1758, + "line": 1800, "column": 28 } } @@ -795170,15 +795657,15 @@ "postfix": false, "binop": null }, - "start": 78674, - "end": 78675, + "start": 81064, + "end": 81065, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 29 }, "end": { - "line": 1758, + "line": 1800, "column": 30 } } @@ -795197,15 +795684,15 @@ "updateContext": null }, "value": "", - "start": 78675, - "end": 78675, + "start": 81065, + "end": 81065, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 30 }, "end": { - "line": 1758, + "line": 1800, "column": 30 } } @@ -795222,15 +795709,15 @@ "postfix": false, "binop": null }, - "start": 78675, - "end": 78677, + "start": 81065, + "end": 81067, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 30 }, "end": { - "line": 1758, + "line": 1800, "column": 32 } } @@ -795248,15 +795735,15 @@ "binop": null }, "value": "params", - "start": 78677, - "end": 78683, + "start": 81067, + "end": 81073, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 32 }, "end": { - "line": 1758, + "line": 1800, "column": 38 } } @@ -795274,15 +795761,15 @@ "binop": null, "updateContext": null }, - "start": 78683, - "end": 78684, + "start": 81073, + "end": 81074, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 38 }, "end": { - "line": 1758, + "line": 1800, "column": 39 } } @@ -795300,15 +795787,15 @@ "binop": null }, "value": "height", - "start": 78684, - "end": 78690, + "start": 81074, + "end": 81080, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 39 }, "end": { - "line": 1758, + "line": 1800, "column": 45 } } @@ -795325,15 +795812,15 @@ "postfix": false, "binop": null }, - "start": 78690, - "end": 78691, + "start": 81080, + "end": 81081, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 45 }, "end": { - "line": 1758, + "line": 1800, "column": 46 } } @@ -795352,15 +795839,15 @@ "updateContext": null }, "value": "px", - "start": 78691, - "end": 78693, + "start": 81081, + "end": 81083, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 46 }, "end": { - "line": 1758, + "line": 1800, "column": 48 } } @@ -795377,15 +795864,15 @@ "postfix": false, "binop": null }, - "start": 78693, - "end": 78694, + "start": 81083, + "end": 81084, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 48 }, "end": { - "line": 1758, + "line": 1800, "column": 49 } } @@ -795403,15 +795890,15 @@ "binop": null, "updateContext": null }, - "start": 78694, - "end": 78695, + "start": 81084, + "end": 81085, "loc": { "start": { - "line": 1758, + "line": 1800, "column": 49 }, "end": { - "line": 1758, + "line": 1800, "column": 50 } } @@ -795429,15 +795916,15 @@ "binop": null }, "value": "color", - "start": 78716, - "end": 78721, + "start": 81106, + "end": 81111, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 20 }, "end": { - "line": 1759, + "line": 1801, "column": 25 } } @@ -795455,15 +795942,15 @@ "binop": null, "updateContext": null }, - "start": 78723, - "end": 78724, + "start": 81113, + "end": 81114, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 27 }, "end": { - "line": 1759, + "line": 1801, "column": 28 } } @@ -795483,15 +795970,15 @@ "updateContext": null }, "value": "this", - "start": 78725, - "end": 78729, + "start": 81115, + "end": 81119, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 29 }, "end": { - "line": 1759, + "line": 1801, "column": 33 } } @@ -795509,15 +795996,15 @@ "binop": null, "updateContext": null }, - "start": 78729, - "end": 78730, + "start": 81119, + "end": 81120, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 33 }, "end": { - "line": 1759, + "line": 1801, "column": 34 } } @@ -795535,15 +796022,15 @@ "binop": null }, "value": "hexToRgbA", - "start": 78730, - "end": 78739, + "start": 81120, + "end": 81129, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 34 }, "end": { - "line": 1759, + "line": 1801, "column": 43 } } @@ -795560,15 +796047,15 @@ "postfix": false, "binop": null }, - "start": 78739, - "end": 78740, + "start": 81129, + "end": 81130, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 43 }, "end": { - "line": 1759, + "line": 1801, "column": 44 } } @@ -795586,15 +796073,15 @@ "binop": null }, "value": "params", - "start": 78741, - "end": 78747, + "start": 81131, + "end": 81137, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 45 }, "end": { - "line": 1759, + "line": 1801, "column": 51 } } @@ -795612,15 +796099,15 @@ "binop": null, "updateContext": null }, - "start": 78747, - "end": 78748, + "start": 81137, + "end": 81138, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 51 }, "end": { - "line": 1759, + "line": 1801, "column": 52 } } @@ -795638,15 +796125,15 @@ "binop": null }, "value": "color", - "start": 78748, - "end": 78753, + "start": 81138, + "end": 81143, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 52 }, "end": { - "line": 1759, + "line": 1801, "column": 57 } } @@ -795663,15 +796150,15 @@ "postfix": false, "binop": null }, - "start": 78754, - "end": 78755, + "start": 81144, + "end": 81145, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 58 }, "end": { - "line": 1759, + "line": 1801, "column": 59 } } @@ -795689,15 +796176,15 @@ "binop": null, "updateContext": null }, - "start": 78755, - "end": 78756, + "start": 81145, + "end": 81146, "loc": { "start": { - "line": 1759, + "line": 1801, "column": 59 }, "end": { - "line": 1759, + "line": 1801, "column": 60 } } @@ -795715,15 +796202,15 @@ "binop": null }, "value": "backgroundColor", - "start": 78777, - "end": 78792, + "start": 81167, + "end": 81182, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 20 }, "end": { - "line": 1760, + "line": 1802, "column": 35 } } @@ -795741,15 +796228,15 @@ "binop": null, "updateContext": null }, - "start": 78793, - "end": 78794, + "start": 81183, + "end": 81184, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 36 }, "end": { - "line": 1760, + "line": 1802, "column": 37 } } @@ -795769,15 +796256,15 @@ "updateContext": null }, "value": "this", - "start": 78795, - "end": 78799, + "start": 81185, + "end": 81189, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 38 }, "end": { - "line": 1760, + "line": 1802, "column": 42 } } @@ -795795,15 +796282,15 @@ "binop": null, "updateContext": null }, - "start": 78799, - "end": 78800, + "start": 81189, + "end": 81190, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 42 }, "end": { - "line": 1760, + "line": 1802, "column": 43 } } @@ -795821,15 +796308,15 @@ "binop": null }, "value": "hexToRgbA", - "start": 78800, - "end": 78809, + "start": 81190, + "end": 81199, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 43 }, "end": { - "line": 1760, + "line": 1802, "column": 52 } } @@ -795846,15 +796333,15 @@ "postfix": false, "binop": null }, - "start": 78809, - "end": 78810, + "start": 81199, + "end": 81200, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 52 }, "end": { - "line": 1760, + "line": 1802, "column": 53 } } @@ -795872,15 +796359,15 @@ "binop": null }, "value": "params", - "start": 78811, - "end": 78817, + "start": 81201, + "end": 81207, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 54 }, "end": { - "line": 1760, + "line": 1802, "column": 60 } } @@ -795898,15 +796385,15 @@ "binop": null, "updateContext": null }, - "start": 78817, - "end": 78818, + "start": 81207, + "end": 81208, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 60 }, "end": { - "line": 1760, + "line": 1802, "column": 61 } } @@ -795924,15 +796411,15 @@ "binop": null }, "value": "bgColor", - "start": 78818, - "end": 78825, + "start": 81208, + "end": 81215, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 61 }, "end": { - "line": 1760, + "line": 1802, "column": 68 } } @@ -795949,15 +796436,15 @@ "postfix": false, "binop": null }, - "start": 78826, - "end": 78827, + "start": 81216, + "end": 81217, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 69 }, "end": { - "line": 1760, + "line": 1802, "column": 70 } } @@ -795975,15 +796462,15 @@ "binop": null, "updateContext": null }, - "start": 78827, - "end": 78828, + "start": 81217, + "end": 81218, "loc": { "start": { - "line": 1760, + "line": 1802, "column": 70 }, "end": { - "line": 1760, + "line": 1802, "column": 71 } } @@ -796000,15 +796487,15 @@ "postfix": false, "binop": null }, - "start": 78845, - "end": 78846, + "start": 81235, + "end": 81236, "loc": { "start": { - "line": 1761, + "line": 1803, "column": 16 }, "end": { - "line": 1761, + "line": 1803, "column": 17 } } @@ -796026,15 +796513,15 @@ "binop": null, "updateContext": null }, - "start": 78846, - "end": 78847, + "start": 81236, + "end": 81237, "loc": { "start": { - "line": 1761, + "line": 1803, "column": 17 }, "end": { - "line": 1761, + "line": 1803, "column": 18 } } @@ -796052,15 +796539,15 @@ "binop": null }, "value": "html", - "start": 78864, - "end": 78868, + "start": 81254, + "end": 81258, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 16 }, "end": { - "line": 1762, + "line": 1804, "column": 20 } } @@ -796078,15 +796565,15 @@ "binop": null, "updateContext": null }, - "start": 78870, - "end": 78871, + "start": 81260, + "end": 81261, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 22 }, "end": { - "line": 1762, + "line": 1804, "column": 23 } } @@ -796103,15 +796590,15 @@ "postfix": false, "binop": null }, - "start": 78872, - "end": 78873, + "start": 81262, + "end": 81263, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 24 }, "end": { - "line": 1762, + "line": 1804, "column": 25 } } @@ -796130,15 +796617,15 @@ "updateContext": null }, "value": "
", - "start": 78918, - "end": 78920, + "start": 81308, + "end": 81310, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 70 }, "end": { - "line": 1762, + "line": 1804, "column": 72 } } @@ -796310,15 +796797,15 @@ "postfix": false, "binop": null }, - "start": 78920, - "end": 78922, + "start": 81310, + "end": 81312, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 72 }, "end": { - "line": 1762, + "line": 1804, "column": 74 } } @@ -796336,15 +796823,15 @@ "binop": null }, "value": "params", - "start": 78922, - "end": 78928, + "start": 81312, + "end": 81318, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 74 }, "end": { - "line": 1762, + "line": 1804, "column": 80 } } @@ -796362,15 +796849,15 @@ "binop": null, "updateContext": null }, - "start": 78928, - "end": 78929, + "start": 81318, + "end": 81319, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 80 }, "end": { - "line": 1762, + "line": 1804, "column": 81 } } @@ -796388,15 +796875,15 @@ "binop": null }, "value": "label", - "start": 78929, - "end": 78934, + "start": 81319, + "end": 81324, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 81 }, "end": { - "line": 1762, + "line": 1804, "column": 86 } } @@ -796413,15 +796900,15 @@ "postfix": false, "binop": null }, - "start": 78934, - "end": 78935, + "start": 81324, + "end": 81325, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 86 }, "end": { - "line": 1762, + "line": 1804, "column": 87 } } @@ -796440,15 +796927,15 @@ "updateContext": null }, "value": "
", - "start": 78935, - "end": 78941, + "start": 81325, + "end": 81331, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 87 }, "end": { - "line": 1762, + "line": 1804, "column": 93 } } @@ -796465,15 +796952,15 @@ "postfix": false, "binop": null }, - "start": 78941, - "end": 78942, + "start": 81331, + "end": 81332, "loc": { "start": { - "line": 1762, + "line": 1804, "column": 93 }, "end": { - "line": 1762, + "line": 1804, "column": 94 } } @@ -796490,15 +796977,15 @@ "postfix": false, "binop": null }, - "start": 78955, - "end": 78956, + "start": 81345, + "end": 81346, "loc": { "start": { - "line": 1763, + "line": 1805, "column": 12 }, "end": { - "line": 1763, + "line": 1805, "column": 13 } } @@ -796515,15 +797002,15 @@ "postfix": false, "binop": null }, - "start": 78956, - "end": 78957, + "start": 81346, + "end": 81347, "loc": { "start": { - "line": 1763, + "line": 1805, "column": 13 }, "end": { - "line": 1763, + "line": 1805, "column": 14 } } @@ -796531,15 +797018,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 78958, - "end": 79003, + "start": 81348, + "end": 81393, "loc": { "start": { - "line": 1764, + "line": 1806, "column": 0 }, "end": { - "line": 1764, + "line": 1806, "column": 45 } } @@ -796547,15 +797034,15 @@ { "type": "CommentLine", "value": " Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか", - "start": 79021, - "end": 79111, + "start": 81411, + "end": 81501, "loc": { "start": { - "line": 1766, + "line": 1808, "column": 8 }, "end": { - "line": 1766, + "line": 1808, "column": 98 } } @@ -796563,15 +797050,15 @@ { "type": "CommentLine", "value": " For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する", - "start": 79120, - "end": 79186, + "start": 81510, + "end": 81576, "loc": { "start": { - "line": 1767, + "line": 1809, "column": 8 }, "end": { - "line": 1767, + "line": 1809, "column": 74 } } @@ -796591,15 +797078,15 @@ "updateContext": null }, "value": "if", - "start": 79195, - "end": 79197, + "start": 81585, + "end": 81587, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 8 }, "end": { - "line": 1768, + "line": 1810, "column": 10 } } @@ -796616,15 +797103,15 @@ "postfix": false, "binop": null }, - "start": 79198, - "end": 79199, + "start": 81588, + "end": 81589, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 11 }, "end": { - "line": 1768, + "line": 1810, "column": 12 } } @@ -796642,15 +797129,15 @@ "binop": null }, "value": "params", - "start": 79200, - "end": 79206, + "start": 81590, + "end": 81596, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 13 }, "end": { - "line": 1768, + "line": 1810, "column": 19 } } @@ -796668,15 +797155,15 @@ "binop": null, "updateContext": null }, - "start": 79206, - "end": 79207, + "start": 81596, + "end": 81597, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 19 }, "end": { - "line": 1768, + "line": 1810, "column": 20 } } @@ -796694,15 +797181,15 @@ "binop": null }, "value": "x", - "start": 79207, - "end": 79208, + "start": 81597, + "end": 81598, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 20 }, "end": { - "line": 1768, + "line": 1810, "column": 21 } } @@ -796721,15 +797208,15 @@ "updateContext": null }, "value": ">=", - "start": 79209, - "end": 79211, + "start": 81599, + "end": 81601, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 22 }, "end": { - "line": 1768, + "line": 1810, "column": 24 } } @@ -796748,15 +797235,15 @@ "updateContext": null }, "value": 0, - "start": 79212, - "end": 79213, + "start": 81602, + "end": 81603, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 25 }, "end": { - "line": 1768, + "line": 1810, "column": 26 } } @@ -796773,15 +797260,15 @@ "postfix": false, "binop": null }, - "start": 79214, - "end": 79215, + "start": 81604, + "end": 81605, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 27 }, "end": { - "line": 1768, + "line": 1810, "column": 28 } } @@ -796798,15 +797285,15 @@ "postfix": false, "binop": null }, - "start": 79216, - "end": 79217, + "start": 81606, + "end": 81607, "loc": { "start": { - "line": 1768, + "line": 1810, "column": 29 }, "end": { - "line": 1768, + "line": 1810, "column": 30 } } @@ -796814,15 +797301,15 @@ { "type": "CommentLine", "value": " The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上", - "start": 79230, - "end": 79323, + "start": 81620, + "end": 81713, "loc": { "start": { - "line": 1769, + "line": 1811, "column": 12 }, "end": { - "line": 1769, + "line": 1811, "column": 105 } } @@ -796842,15 +797329,15 @@ "updateContext": null }, "value": "if", - "start": 79336, - "end": 79338, + "start": 81726, + "end": 81728, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 12 }, "end": { - "line": 1770, + "line": 1812, "column": 14 } } @@ -796867,15 +797354,15 @@ "postfix": false, "binop": null }, - "start": 79339, - "end": 79340, + "start": 81729, + "end": 81730, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 15 }, "end": { - "line": 1770, + "line": 1812, "column": 16 } } @@ -796893,15 +797380,15 @@ "binop": null }, "value": "params", - "start": 79341, - "end": 79347, + "start": 81731, + "end": 81737, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 17 }, "end": { - "line": 1770, + "line": 1812, "column": 23 } } @@ -796919,15 +797406,15 @@ "binop": null, "updateContext": null }, - "start": 79347, - "end": 79348, + "start": 81737, + "end": 81738, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 23 }, "end": { - "line": 1770, + "line": 1812, "column": 24 } } @@ -796945,15 +797432,15 @@ "binop": null }, "value": "x", - "start": 79348, - "end": 79349, + "start": 81738, + "end": 81739, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 24 }, "end": { - "line": 1770, + "line": 1812, "column": 25 } } @@ -796972,15 +797459,15 @@ "updateContext": null }, "value": "<=", - "start": 79350, - "end": 79352, + "start": 81740, + "end": 81742, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 26 }, "end": { - "line": 1770, + "line": 1812, "column": 28 } } @@ -796998,15 +797485,15 @@ "binop": null }, "value": "_props", - "start": 79353, - "end": 79359, + "start": 81743, + "end": 81749, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 29 }, "end": { - "line": 1770, + "line": 1812, "column": 35 } } @@ -797024,15 +797511,15 @@ "binop": null, "updateContext": null }, - "start": 79359, - "end": 79360, + "start": 81749, + "end": 81750, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 35 }, "end": { - "line": 1770, + "line": 1812, "column": 36 } } @@ -797050,15 +797537,15 @@ "binop": null }, "value": "fullwidth", - "start": 79360, - "end": 79369, + "start": 81750, + "end": 81759, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 36 }, "end": { - "line": 1770, + "line": 1812, "column": 45 } } @@ -797075,15 +797562,15 @@ "postfix": false, "binop": null }, - "start": 79370, - "end": 79371, + "start": 81760, + "end": 81761, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 46 }, "end": { - "line": 1770, + "line": 1812, "column": 47 } } @@ -797100,15 +797587,15 @@ "postfix": false, "binop": null }, - "start": 79372, - "end": 79373, + "start": 81762, + "end": 81763, "loc": { "start": { - "line": 1770, + "line": 1812, "column": 48 }, "end": { - "line": 1770, + "line": 1812, "column": 49 } } @@ -797116,15 +797603,15 @@ { "type": "CommentLine", "value": " The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下", - "start": 79390, - "end": 79492, + "start": 81780, + "end": 81882, "loc": { "start": { - "line": 1771, + "line": 1813, "column": 16 }, "end": { - "line": 1771, + "line": 1813, "column": 118 } } @@ -797144,15 +797631,15 @@ "updateContext": null }, "value": "if", - "start": 79509, - "end": 79511, + "start": 81899, + "end": 81901, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 16 }, "end": { - "line": 1772, + "line": 1814, "column": 18 } } @@ -797169,15 +797656,15 @@ "postfix": false, "binop": null }, - "start": 79512, - "end": 79513, + "start": 81902, + "end": 81903, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 19 }, "end": { - "line": 1772, + "line": 1814, "column": 20 } } @@ -797195,15 +797682,15 @@ "binop": null }, "value": "params", - "start": 79514, - "end": 79520, + "start": 81904, + "end": 81910, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 21 }, "end": { - "line": 1772, + "line": 1814, "column": 27 } } @@ -797221,15 +797708,15 @@ "binop": null, "updateContext": null }, - "start": 79520, - "end": 79521, + "start": 81910, + "end": 81911, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 27 }, "end": { - "line": 1772, + "line": 1814, "column": 28 } } @@ -797247,15 +797734,15 @@ "binop": null }, "value": "x", - "start": 79521, - "end": 79522, + "start": 81911, + "end": 81912, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 28 }, "end": { - "line": 1772, + "line": 1814, "column": 29 } } @@ -797274,15 +797761,15 @@ "updateContext": null }, "value": "+", - "start": 79523, - "end": 79524, + "start": 81913, + "end": 81914, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 30 }, "end": { - "line": 1772, + "line": 1814, "column": 31 } } @@ -797300,15 +797787,15 @@ "binop": null }, "value": "params", - "start": 79525, - "end": 79531, + "start": 81915, + "end": 81921, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 32 }, "end": { - "line": 1772, + "line": 1814, "column": 38 } } @@ -797326,15 +797813,15 @@ "binop": null, "updateContext": null }, - "start": 79531, - "end": 79532, + "start": 81921, + "end": 81922, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 38 }, "end": { - "line": 1772, + "line": 1814, "column": 39 } } @@ -797352,15 +797839,15 @@ "binop": null }, "value": "width", - "start": 79532, - "end": 79537, + "start": 81922, + "end": 81927, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 39 }, "end": { - "line": 1772, + "line": 1814, "column": 44 } } @@ -797379,15 +797866,15 @@ "updateContext": null }, "value": "<=", - "start": 79538, - "end": 79540, + "start": 81928, + "end": 81930, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 45 }, "end": { - "line": 1772, + "line": 1814, "column": 47 } } @@ -797405,15 +797892,15 @@ "binop": null }, "value": "_props", - "start": 79541, - "end": 79547, + "start": 81931, + "end": 81937, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 48 }, "end": { - "line": 1772, + "line": 1814, "column": 54 } } @@ -797431,15 +797918,15 @@ "binop": null, "updateContext": null }, - "start": 79547, - "end": 79548, + "start": 81937, + "end": 81938, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 54 }, "end": { - "line": 1772, + "line": 1814, "column": 55 } } @@ -797457,15 +797944,15 @@ "binop": null }, "value": "fullwidth", - "start": 79548, - "end": 79557, + "start": 81938, + "end": 81947, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 55 }, "end": { - "line": 1772, + "line": 1814, "column": 64 } } @@ -797482,15 +797969,15 @@ "postfix": false, "binop": null }, - "start": 79558, - "end": 79559, + "start": 81948, + "end": 81949, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 65 }, "end": { - "line": 1772, + "line": 1814, "column": 66 } } @@ -797507,15 +797994,15 @@ "postfix": false, "binop": null }, - "start": 79560, - "end": 79561, + "start": 81950, + "end": 81951, "loc": { "start": { - "line": 1772, + "line": 1814, "column": 67 }, "end": { - "line": 1772, + "line": 1814, "column": 68 } } @@ -797523,15 +798010,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)", - "start": 79582, - "end": 79700, + "start": 81972, + "end": 82090, "loc": { "start": { - "line": 1773, + "line": 1815, "column": 20 }, "end": { - "line": 1773, + "line": 1815, "column": 138 } } @@ -797539,15 +798026,15 @@ { "type": "CommentLine", "value": " OK", - "start": 79721, - "end": 79726, + "start": 82111, + "end": 82116, "loc": { "start": { - "line": 1774, + "line": 1816, "column": 20 }, "end": { - "line": 1774, + "line": 1816, "column": 25 } } @@ -797564,15 +798051,15 @@ "postfix": false, "binop": null }, - "start": 79743, - "end": 79744, + "start": 82133, + "end": 82134, "loc": { "start": { - "line": 1775, + "line": 1817, "column": 16 }, "end": { - "line": 1775, + "line": 1817, "column": 17 } } @@ -797592,15 +798079,15 @@ "updateContext": null }, "value": "else", - "start": 79745, - "end": 79749, + "start": 82135, + "end": 82139, "loc": { "start": { - "line": 1775, + "line": 1817, "column": 18 }, "end": { - "line": 1775, + "line": 1817, "column": 22 } } @@ -797617,15 +798104,15 @@ "postfix": false, "binop": null }, - "start": 79750, - "end": 79751, + "start": 82140, + "end": 82141, "loc": { "start": { - "line": 1775, + "line": 1817, "column": 23 }, "end": { - "line": 1775, + "line": 1817, "column": 24 } } @@ -797633,15 +798120,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)", - "start": 79772, - "end": 79896, + "start": 82162, + "end": 82286, "loc": { "start": { - "line": 1776, + "line": 1818, "column": 20 }, "end": { - "line": 1776, + "line": 1818, "column": 144 } } @@ -797659,15 +798146,15 @@ "binop": null }, "value": "params", - "start": 79917, - "end": 79923, + "start": 82307, + "end": 82313, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 20 }, "end": { - "line": 1777, + "line": 1819, "column": 26 } } @@ -797685,15 +798172,15 @@ "binop": null, "updateContext": null }, - "start": 79923, - "end": 79924, + "start": 82313, + "end": 82314, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 26 }, "end": { - "line": 1777, + "line": 1819, "column": 27 } } @@ -797711,15 +798198,15 @@ "binop": null }, "value": "width", - "start": 79924, - "end": 79929, + "start": 82314, + "end": 82319, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 27 }, "end": { - "line": 1777, + "line": 1819, "column": 32 } } @@ -797738,15 +798225,15 @@ "updateContext": null }, "value": "=", - "start": 79930, - "end": 79931, + "start": 82320, + "end": 82321, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 33 }, "end": { - "line": 1777, + "line": 1819, "column": 34 } } @@ -797764,15 +798251,15 @@ "binop": null }, "value": "_props", - "start": 79932, - "end": 79938, + "start": 82322, + "end": 82328, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 35 }, "end": { - "line": 1777, + "line": 1819, "column": 41 } } @@ -797790,15 +798277,15 @@ "binop": null, "updateContext": null }, - "start": 79938, - "end": 79939, + "start": 82328, + "end": 82329, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 41 }, "end": { - "line": 1777, + "line": 1819, "column": 42 } } @@ -797816,15 +798303,15 @@ "binop": null }, "value": "fullwidth", - "start": 79939, - "end": 79948, + "start": 82329, + "end": 82338, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 42 }, "end": { - "line": 1777, + "line": 1819, "column": 51 } } @@ -797843,15 +798330,15 @@ "updateContext": null }, "value": "-", - "start": 79949, - "end": 79950, + "start": 82339, + "end": 82340, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 52 }, "end": { - "line": 1777, + "line": 1819, "column": 53 } } @@ -797869,15 +798356,15 @@ "binop": null }, "value": "params", - "start": 79951, - "end": 79957, + "start": 82341, + "end": 82347, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 54 }, "end": { - "line": 1777, + "line": 1819, "column": 60 } } @@ -797895,15 +798382,15 @@ "binop": null, "updateContext": null }, - "start": 79957, - "end": 79958, + "start": 82347, + "end": 82348, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 60 }, "end": { - "line": 1777, + "line": 1819, "column": 61 } } @@ -797921,15 +798408,15 @@ "binop": null }, "value": "x", - "start": 79958, - "end": 79959, + "start": 82348, + "end": 82349, "loc": { "start": { - "line": 1777, + "line": 1819, "column": 61 }, "end": { - "line": 1777, + "line": 1819, "column": 62 } } @@ -797946,15 +798433,15 @@ "postfix": false, "binop": null }, - "start": 79976, - "end": 79977, + "start": 82366, + "end": 82367, "loc": { "start": { - "line": 1778, + "line": 1820, "column": 16 }, "end": { - "line": 1778, + "line": 1820, "column": 17 } } @@ -797971,15 +798458,15 @@ "postfix": false, "binop": null }, - "start": 79990, - "end": 79991, + "start": 82380, + "end": 82381, "loc": { "start": { - "line": 1779, + "line": 1821, "column": 12 }, "end": { - "line": 1779, + "line": 1821, "column": 13 } } @@ -797999,15 +798486,15 @@ "updateContext": null }, "value": "else", - "start": 79992, - "end": 79996, + "start": 82382, + "end": 82386, "loc": { "start": { - "line": 1779, + "line": 1821, "column": 14 }, "end": { - "line": 1779, + "line": 1821, "column": 18 } } @@ -798024,15 +798511,15 @@ "postfix": false, "binop": null }, - "start": 79997, - "end": 79998, + "start": 82387, + "end": 82388, "loc": { "start": { - "line": 1779, + "line": 1821, "column": 19 }, "end": { - "line": 1779, + "line": 1821, "column": 20 } } @@ -798040,15 +798527,15 @@ { "type": "CommentLine", "value": " The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)", - "start": 80015, - "end": 80125, + "start": 82405, + "end": 82515, "loc": { "start": { - "line": 1780, + "line": 1822, "column": 16 }, "end": { - "line": 1780, + "line": 1822, "column": 126 } } @@ -798066,15 +798553,15 @@ "binop": null }, "value": "params", - "start": 80142, - "end": 80148, + "start": 82532, + "end": 82538, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 16 }, "end": { - "line": 1781, + "line": 1823, "column": 22 } } @@ -798092,15 +798579,15 @@ "binop": null, "updateContext": null }, - "start": 80148, - "end": 80149, + "start": 82538, + "end": 82539, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 22 }, "end": { - "line": 1781, + "line": 1823, "column": 23 } } @@ -798118,15 +798605,15 @@ "binop": null }, "value": "width", - "start": 80149, - "end": 80154, + "start": 82539, + "end": 82544, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 23 }, "end": { - "line": 1781, + "line": 1823, "column": 28 } } @@ -798145,15 +798632,15 @@ "updateContext": null }, "value": "=", - "start": 80155, - "end": 80156, + "start": 82545, + "end": 82546, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 29 }, "end": { - "line": 1781, + "line": 1823, "column": 30 } } @@ -798172,15 +798659,15 @@ "updateContext": null }, "value": "-", - "start": 80157, - "end": 80158, + "start": 82547, + "end": 82548, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 31 }, "end": { - "line": 1781, + "line": 1823, "column": 32 } } @@ -798199,15 +798686,15 @@ "updateContext": null }, "value": 1, - "start": 80158, - "end": 80159, + "start": 82548, + "end": 82549, "loc": { "start": { - "line": 1781, + "line": 1823, "column": 32 }, "end": { - "line": 1781, + "line": 1823, "column": 33 } } @@ -798224,15 +798711,15 @@ "postfix": false, "binop": null }, - "start": 80172, - "end": 80173, + "start": 82562, + "end": 82563, "loc": { "start": { - "line": 1782, + "line": 1824, "column": 12 }, "end": { - "line": 1782, + "line": 1824, "column": 13 } } @@ -798249,15 +798736,15 @@ "postfix": false, "binop": null }, - "start": 80182, - "end": 80183, + "start": 82572, + "end": 82573, "loc": { "start": { - "line": 1783, + "line": 1825, "column": 8 }, "end": { - "line": 1783, + "line": 1825, "column": 9 } } @@ -798277,15 +798764,15 @@ "updateContext": null }, "value": "else", - "start": 80184, - "end": 80188, + "start": 82574, + "end": 82578, "loc": { "start": { - "line": 1783, + "line": 1825, "column": 10 }, "end": { - "line": 1783, + "line": 1825, "column": 14 } } @@ -798302,15 +798789,15 @@ "postfix": false, "binop": null }, - "start": 80189, - "end": 80190, + "start": 82579, + "end": 82580, "loc": { "start": { - "line": 1783, + "line": 1825, "column": 15 }, "end": { - "line": 1783, + "line": 1825, "column": 16 } } @@ -798318,15 +798805,15 @@ { "type": "CommentLine", "value": " The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前", - "start": 80203, - "end": 80292, + "start": 82593, + "end": 82682, "loc": { "start": { - "line": 1784, + "line": 1826, "column": 12 }, "end": { - "line": 1784, + "line": 1826, "column": 101 } } @@ -798346,15 +798833,15 @@ "updateContext": null }, "value": "if", - "start": 80305, - "end": 80307, + "start": 82695, + "end": 82697, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 12 }, "end": { - "line": 1785, + "line": 1827, "column": 14 } } @@ -798371,15 +798858,15 @@ "postfix": false, "binop": null }, - "start": 80308, - "end": 80309, + "start": 82698, + "end": 82699, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 15 }, "end": { - "line": 1785, + "line": 1827, "column": 16 } } @@ -798401,15 +798888,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 80310, - "end": 80325, + "start": 82700, + "end": 82715, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 17 }, "end": { - "line": 1785, + "line": 1827, "column": 32 } } @@ -798427,15 +798914,15 @@ "binop": null, "updateContext": null }, - "start": 80325, - "end": 80326, + "start": 82715, + "end": 82716, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 32 }, "end": { - "line": 1785, + "line": 1827, "column": 33 } } @@ -798453,15 +798940,15 @@ "binop": null }, "value": "test", - "start": 80326, - "end": 80330, + "start": 82716, + "end": 82720, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 33 }, "end": { - "line": 1785, + "line": 1827, "column": 37 } } @@ -798478,15 +798965,15 @@ "postfix": false, "binop": null }, - "start": 80330, - "end": 80331, + "start": 82720, + "end": 82721, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 37 }, "end": { - "line": 1785, + "line": 1827, "column": 38 } } @@ -798504,15 +798991,15 @@ "binop": null }, "value": "_opts", - "start": 80332, - "end": 80337, + "start": 82722, + "end": 82727, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 39 }, "end": { - "line": 1785, + "line": 1827, "column": 44 } } @@ -798530,15 +799017,15 @@ "binop": null, "updateContext": null }, - "start": 80337, - "end": 80338, + "start": 82727, + "end": 82728, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 44 }, "end": { - "line": 1785, + "line": 1827, "column": 45 } } @@ -798556,15 +799043,15 @@ "binop": null }, "value": "type", - "start": 80338, - "end": 80342, + "start": 82728, + "end": 82732, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 45 }, "end": { - "line": 1785, + "line": 1827, "column": 49 } } @@ -798581,15 +799068,15 @@ "postfix": false, "binop": null }, - "start": 80343, - "end": 80344, + "start": 82733, + "end": 82734, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 50 }, "end": { - "line": 1785, + "line": 1827, "column": 51 } } @@ -798606,15 +799093,15 @@ "postfix": false, "binop": null }, - "start": 80345, - "end": 80346, + "start": 82735, + "end": 82736, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 52 }, "end": { - "line": 1785, + "line": 1827, "column": 53 } } @@ -798631,15 +799118,15 @@ "postfix": false, "binop": null }, - "start": 80347, - "end": 80348, + "start": 82737, + "end": 82738, "loc": { "start": { - "line": 1785, + "line": 1827, "column": 54 }, "end": { - "line": 1785, + "line": 1827, "column": 55 } } @@ -798647,15 +799134,15 @@ { "type": "CommentLine", "value": " In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント", - "start": 80365, - "end": 80442, + "start": 82755, + "end": 82832, "loc": { "start": { - "line": 1786, + "line": 1828, "column": 16 }, "end": { - "line": 1786, + "line": 1828, "column": 93 } } @@ -798673,15 +799160,15 @@ "binop": null }, "value": "params", - "start": 80459, - "end": 80465, + "start": 82849, + "end": 82855, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 16 }, "end": { - "line": 1787, + "line": 1829, "column": 22 } } @@ -798699,15 +799186,15 @@ "binop": null, "updateContext": null }, - "start": 80465, - "end": 80466, + "start": 82855, + "end": 82856, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 22 }, "end": { - "line": 1787, + "line": 1829, "column": 23 } } @@ -798725,15 +799212,15 @@ "binop": null }, "value": "width", - "start": 80466, - "end": 80471, + "start": 82856, + "end": 82861, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 23 }, "end": { - "line": 1787, + "line": 1829, "column": 28 } } @@ -798752,15 +799239,15 @@ "updateContext": null }, "value": "=", - "start": 80472, - "end": 80473, + "start": 82862, + "end": 82863, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 29 }, "end": { - "line": 1787, + "line": 1829, "column": 30 } } @@ -798779,15 +799266,15 @@ "updateContext": null }, "value": "-", - "start": 80474, - "end": 80475, + "start": 82864, + "end": 82865, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 31 }, "end": { - "line": 1787, + "line": 1829, "column": 32 } } @@ -798806,15 +799293,15 @@ "updateContext": null }, "value": 1, - "start": 80475, - "end": 80476, + "start": 82865, + "end": 82866, "loc": { "start": { - "line": 1787, + "line": 1829, "column": 32 }, "end": { - "line": 1787, + "line": 1829, "column": 33 } } @@ -798831,15 +799318,15 @@ "postfix": false, "binop": null }, - "start": 80489, - "end": 80490, + "start": 82879, + "end": 82880, "loc": { "start": { - "line": 1788, + "line": 1830, "column": 12 }, "end": { - "line": 1788, + "line": 1830, "column": 13 } } @@ -798859,15 +799346,15 @@ "updateContext": null }, "value": "else", - "start": 80491, - "end": 80495, + "start": 82881, + "end": 82885, "loc": { "start": { - "line": 1788, + "line": 1830, "column": 14 }, "end": { - "line": 1788, + "line": 1830, "column": 18 } } @@ -798884,15 +799371,15 @@ "postfix": false, "binop": null }, - "start": 80496, - "end": 80497, + "start": 82886, + "end": 82887, "loc": { "start": { - "line": 1788, + "line": 1830, "column": 19 }, "end": { - "line": 1788, + "line": 1830, "column": 20 } } @@ -798900,15 +799387,15 @@ { "type": "CommentLine", "value": " The case of \"bar\" type", - "start": 80514, - "end": 80539, + "start": 82904, + "end": 82929, "loc": { "start": { - "line": 1789, + "line": 1831, "column": 16 }, "end": { - "line": 1789, + "line": 1831, "column": 41 } } @@ -798928,15 +799415,15 @@ "updateContext": null }, "value": "if", - "start": 80556, - "end": 80558, + "start": 82946, + "end": 82948, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 16 }, "end": { - "line": 1790, + "line": 1832, "column": 18 } } @@ -798953,15 +799440,15 @@ "postfix": false, "binop": null }, - "start": 80559, - "end": 80560, + "start": 82949, + "end": 82950, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 19 }, "end": { - "line": 1790, + "line": 1832, "column": 20 } } @@ -798979,15 +799466,15 @@ "binop": null }, "value": "params", - "start": 80561, - "end": 80567, + "start": 82951, + "end": 82957, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 21 }, "end": { - "line": 1790, + "line": 1832, "column": 27 } } @@ -799005,15 +799492,15 @@ "binop": null, "updateContext": null }, - "start": 80567, - "end": 80568, + "start": 82957, + "end": 82958, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 27 }, "end": { - "line": 1790, + "line": 1832, "column": 28 } } @@ -799031,15 +799518,15 @@ "binop": null }, "value": "x", - "start": 80568, - "end": 80569, + "start": 82958, + "end": 82959, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 28 }, "end": { - "line": 1790, + "line": 1832, "column": 29 } } @@ -799058,15 +799545,15 @@ "updateContext": null }, "value": "+", - "start": 80570, - "end": 80571, + "start": 82960, + "end": 82961, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 30 }, "end": { - "line": 1790, + "line": 1832, "column": 31 } } @@ -799084,15 +799571,15 @@ "binop": null }, "value": "params", - "start": 80572, - "end": 80578, + "start": 82962, + "end": 82968, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 32 }, "end": { - "line": 1790, + "line": 1832, "column": 38 } } @@ -799110,15 +799597,15 @@ "binop": null, "updateContext": null }, - "start": 80578, - "end": 80579, + "start": 82968, + "end": 82969, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 38 }, "end": { - "line": 1790, + "line": 1832, "column": 39 } } @@ -799136,15 +799623,15 @@ "binop": null }, "value": "width", - "start": 80579, - "end": 80584, + "start": 82969, + "end": 82974, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 39 }, "end": { - "line": 1790, + "line": 1832, "column": 44 } } @@ -799163,15 +799650,15 @@ "updateContext": null }, "value": "<=", - "start": 80585, - "end": 80587, + "start": 82975, + "end": 82977, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 45 }, "end": { - "line": 1790, + "line": 1832, "column": 47 } } @@ -799190,15 +799677,15 @@ "updateContext": null }, "value": 0, - "start": 80588, - "end": 80589, + "start": 82978, + "end": 82979, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 48 }, "end": { - "line": 1790, + "line": 1832, "column": 49 } } @@ -799215,15 +799702,15 @@ "postfix": false, "binop": null }, - "start": 80590, - "end": 80591, + "start": 82980, + "end": 82981, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 50 }, "end": { - "line": 1790, + "line": 1832, "column": 51 } } @@ -799240,15 +799727,15 @@ "postfix": false, "binop": null }, - "start": 80592, - "end": 80593, + "start": 82982, + "end": 82983, "loc": { "start": { - "line": 1790, + "line": 1832, "column": 52 }, "end": { - "line": 1790, + "line": 1832, "column": 53 } } @@ -799256,15 +799743,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)", - "start": 80614, - "end": 80735, + "start": 83004, + "end": 83125, "loc": { "start": { - "line": 1791, + "line": 1833, "column": 20 }, "end": { - "line": 1791, + "line": 1833, "column": 141 } } @@ -799282,15 +799769,15 @@ "binop": null }, "value": "params", - "start": 80756, - "end": 80762, + "start": 83146, + "end": 83152, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 20 }, "end": { - "line": 1792, + "line": 1834, "column": 26 } } @@ -799308,15 +799795,15 @@ "binop": null, "updateContext": null }, - "start": 80762, - "end": 80763, + "start": 83152, + "end": 83153, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 26 }, "end": { - "line": 1792, + "line": 1834, "column": 27 } } @@ -799334,15 +799821,15 @@ "binop": null }, "value": "width", - "start": 80763, - "end": 80768, + "start": 83153, + "end": 83158, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 27 }, "end": { - "line": 1792, + "line": 1834, "column": 32 } } @@ -799361,15 +799848,15 @@ "updateContext": null }, "value": "=", - "start": 80769, - "end": 80770, + "start": 83159, + "end": 83160, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 33 }, "end": { - "line": 1792, + "line": 1834, "column": 34 } } @@ -799388,15 +799875,15 @@ "updateContext": null }, "value": "-", - "start": 80771, - "end": 80772, + "start": 83161, + "end": 83162, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 35 }, "end": { - "line": 1792, + "line": 1834, "column": 36 } } @@ -799415,15 +799902,15 @@ "updateContext": null }, "value": 1, - "start": 80772, - "end": 80773, + "start": 83162, + "end": 83163, "loc": { "start": { - "line": 1792, + "line": 1834, "column": 36 }, "end": { - "line": 1792, + "line": 1834, "column": 37 } } @@ -799440,15 +799927,15 @@ "postfix": false, "binop": null }, - "start": 80790, - "end": 80791, + "start": 83180, + "end": 83181, "loc": { "start": { - "line": 1793, + "line": 1835, "column": 16 }, "end": { - "line": 1793, + "line": 1835, "column": 17 } } @@ -799468,15 +799955,15 @@ "updateContext": null }, "value": "else", - "start": 80792, - "end": 80796, + "start": 83182, + "end": 83186, "loc": { "start": { - "line": 1793, + "line": 1835, "column": 18 }, "end": { - "line": 1793, + "line": 1835, "column": 22 } } @@ -799493,15 +799980,15 @@ "postfix": false, "binop": null }, - "start": 80797, - "end": 80798, + "start": 83187, + "end": 83188, "loc": { "start": { - "line": 1793, + "line": 1835, "column": 23 }, "end": { - "line": 1793, + "line": 1835, "column": 24 } } @@ -799509,15 +799996,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後", - "start": 80819, - "end": 80905, + "start": 83209, + "end": 83295, "loc": { "start": { - "line": 1794, + "line": 1836, "column": 20 }, "end": { - "line": 1794, + "line": 1836, "column": 106 } } @@ -799537,15 +800024,15 @@ "updateContext": null }, "value": "if", - "start": 80926, - "end": 80928, + "start": 83316, + "end": 83318, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 20 }, "end": { - "line": 1795, + "line": 1837, "column": 22 } } @@ -799562,15 +800049,15 @@ "postfix": false, "binop": null }, - "start": 80929, - "end": 80930, + "start": 83319, + "end": 83320, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 23 }, "end": { - "line": 1795, + "line": 1837, "column": 24 } } @@ -799588,15 +800075,15 @@ "binop": null }, "value": "params", - "start": 80931, - "end": 80937, + "start": 83321, + "end": 83327, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 25 }, "end": { - "line": 1795, + "line": 1837, "column": 31 } } @@ -799614,15 +800101,15 @@ "binop": null, "updateContext": null }, - "start": 80937, - "end": 80938, + "start": 83327, + "end": 83328, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 31 }, "end": { - "line": 1795, + "line": 1837, "column": 32 } } @@ -799640,15 +800127,15 @@ "binop": null }, "value": "x", - "start": 80938, - "end": 80939, + "start": 83328, + "end": 83329, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 32 }, "end": { - "line": 1795, + "line": 1837, "column": 33 } } @@ -799667,15 +800154,15 @@ "updateContext": null }, "value": "+", - "start": 80940, - "end": 80941, + "start": 83330, + "end": 83331, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 34 }, "end": { - "line": 1795, + "line": 1837, "column": 35 } } @@ -799693,15 +800180,15 @@ "binop": null }, "value": "params", - "start": 80942, - "end": 80948, + "start": 83332, + "end": 83338, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 36 }, "end": { - "line": 1795, + "line": 1837, "column": 42 } } @@ -799719,15 +800206,15 @@ "binop": null, "updateContext": null }, - "start": 80948, - "end": 80949, + "start": 83338, + "end": 83339, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 42 }, "end": { - "line": 1795, + "line": 1837, "column": 43 } } @@ -799745,15 +800232,15 @@ "binop": null }, "value": "width", - "start": 80949, - "end": 80954, + "start": 83339, + "end": 83344, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 43 }, "end": { - "line": 1795, + "line": 1837, "column": 48 } } @@ -799772,15 +800259,15 @@ "updateContext": null }, "value": "<=", - "start": 80955, - "end": 80957, + "start": 83345, + "end": 83347, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 49 }, "end": { - "line": 1795, + "line": 1837, "column": 51 } } @@ -799798,15 +800285,15 @@ "binop": null }, "value": "_props", - "start": 80958, - "end": 80964, + "start": 83348, + "end": 83354, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 52 }, "end": { - "line": 1795, + "line": 1837, "column": 58 } } @@ -799824,15 +800311,15 @@ "binop": null, "updateContext": null }, - "start": 80964, - "end": 80965, + "start": 83354, + "end": 83355, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 58 }, "end": { - "line": 1795, + "line": 1837, "column": 59 } } @@ -799850,15 +800337,15 @@ "binop": null }, "value": "fullwidth", - "start": 80965, - "end": 80974, + "start": 83355, + "end": 83364, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 59 }, "end": { - "line": 1795, + "line": 1837, "column": 68 } } @@ -799875,15 +800362,15 @@ "postfix": false, "binop": null }, - "start": 80975, - "end": 80976, + "start": 83365, + "end": 83366, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 69 }, "end": { - "line": 1795, + "line": 1837, "column": 70 } } @@ -799900,15 +800387,15 @@ "postfix": false, "binop": null }, - "start": 80977, - "end": 80978, + "start": 83367, + "end": 83368, "loc": { "start": { - "line": 1795, + "line": 1837, "column": 71 }, "end": { - "line": 1795, + "line": 1837, "column": 72 } } @@ -799916,15 +800403,15 @@ { "type": "CommentLine", "value": " The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)", - "start": 81003, - "end": 81141, + "start": 83393, + "end": 83531, "loc": { "start": { - "line": 1796, + "line": 1838, "column": 24 }, "end": { - "line": 1796, + "line": 1838, "column": 162 } } @@ -799942,15 +800429,15 @@ "binop": null }, "value": "params", - "start": 81166, - "end": 81172, + "start": 83556, + "end": 83562, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 24 }, "end": { - "line": 1797, + "line": 1839, "column": 30 } } @@ -799968,15 +800455,15 @@ "binop": null, "updateContext": null }, - "start": 81172, - "end": 81173, + "start": 83562, + "end": 83563, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 30 }, "end": { - "line": 1797, + "line": 1839, "column": 31 } } @@ -799994,15 +800481,15 @@ "binop": null }, "value": "width", - "start": 81173, - "end": 81178, + "start": 83563, + "end": 83568, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 31 }, "end": { - "line": 1797, + "line": 1839, "column": 36 } } @@ -800021,15 +800508,15 @@ "updateContext": null }, "value": "=", - "start": 81179, - "end": 81180, + "start": 83569, + "end": 83570, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 37 }, "end": { - "line": 1797, + "line": 1839, "column": 38 } } @@ -800047,15 +800534,15 @@ "binop": null }, "value": "Math", - "start": 81181, - "end": 81185, + "start": 83571, + "end": 83575, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 39 }, "end": { - "line": 1797, + "line": 1839, "column": 43 } } @@ -800073,15 +800560,15 @@ "binop": null, "updateContext": null }, - "start": 81185, - "end": 81186, + "start": 83575, + "end": 83576, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 43 }, "end": { - "line": 1797, + "line": 1839, "column": 44 } } @@ -800099,15 +800586,15 @@ "binop": null }, "value": "abs", - "start": 81186, - "end": 81189, + "start": 83576, + "end": 83579, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 44 }, "end": { - "line": 1797, + "line": 1839, "column": 47 } } @@ -800124,15 +800611,15 @@ "postfix": false, "binop": null }, - "start": 81189, - "end": 81190, + "start": 83579, + "end": 83580, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 47 }, "end": { - "line": 1797, + "line": 1839, "column": 48 } } @@ -800150,15 +800637,15 @@ "binop": null }, "value": "params", - "start": 81191, - "end": 81197, + "start": 83581, + "end": 83587, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 49 }, "end": { - "line": 1797, + "line": 1839, "column": 55 } } @@ -800176,15 +800663,15 @@ "binop": null, "updateContext": null }, - "start": 81197, - "end": 81198, + "start": 83587, + "end": 83588, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 55 }, "end": { - "line": 1797, + "line": 1839, "column": 56 } } @@ -800202,15 +800689,15 @@ "binop": null }, "value": "x", - "start": 81198, - "end": 81199, + "start": 83588, + "end": 83589, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 56 }, "end": { - "line": 1797, + "line": 1839, "column": 57 } } @@ -800229,15 +800716,15 @@ "updateContext": null }, "value": "+", - "start": 81200, - "end": 81201, + "start": 83590, + "end": 83591, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 58 }, "end": { - "line": 1797, + "line": 1839, "column": 59 } } @@ -800255,15 +800742,15 @@ "binop": null }, "value": "params", - "start": 81202, - "end": 81208, + "start": 83592, + "end": 83598, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 60 }, "end": { - "line": 1797, + "line": 1839, "column": 66 } } @@ -800281,15 +800768,15 @@ "binop": null, "updateContext": null }, - "start": 81208, - "end": 81209, + "start": 83598, + "end": 83599, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 66 }, "end": { - "line": 1797, + "line": 1839, "column": 67 } } @@ -800307,15 +800794,15 @@ "binop": null }, "value": "width", - "start": 81209, - "end": 81214, + "start": 83599, + "end": 83604, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 67 }, "end": { - "line": 1797, + "line": 1839, "column": 72 } } @@ -800332,15 +800819,15 @@ "postfix": false, "binop": null }, - "start": 81215, - "end": 81216, + "start": 83605, + "end": 83606, "loc": { "start": { - "line": 1797, + "line": 1839, "column": 73 }, "end": { - "line": 1797, + "line": 1839, "column": 74 } } @@ -800358,15 +800845,15 @@ "binop": null }, "value": "params", - "start": 81241, - "end": 81247, + "start": 83631, + "end": 83637, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 24 }, "end": { - "line": 1798, + "line": 1840, "column": 30 } } @@ -800384,15 +800871,15 @@ "binop": null, "updateContext": null }, - "start": 81247, - "end": 81248, + "start": 83637, + "end": 83638, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 30 }, "end": { - "line": 1798, + "line": 1840, "column": 31 } } @@ -800410,15 +800897,15 @@ "binop": null }, "value": "x", - "start": 81248, - "end": 81249, + "start": 83638, + "end": 83639, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 31 }, "end": { - "line": 1798, + "line": 1840, "column": 32 } } @@ -800437,15 +800924,15 @@ "updateContext": null }, "value": "=", - "start": 81250, - "end": 81251, + "start": 83640, + "end": 83641, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 33 }, "end": { - "line": 1798, + "line": 1840, "column": 34 } } @@ -800464,15 +800951,15 @@ "updateContext": null }, "value": 0, - "start": 81252, - "end": 81253, + "start": 83642, + "end": 83643, "loc": { "start": { - "line": 1798, + "line": 1840, "column": 35 }, "end": { - "line": 1798, + "line": 1840, "column": 36 } } @@ -800489,15 +800976,15 @@ "postfix": false, "binop": null }, - "start": 81274, - "end": 81275, + "start": 83664, + "end": 83665, "loc": { "start": { - "line": 1799, + "line": 1841, "column": 20 }, "end": { - "line": 1799, + "line": 1841, "column": 21 } } @@ -800517,15 +801004,15 @@ "updateContext": null }, "value": "else", - "start": 81276, - "end": 81280, + "start": 83666, + "end": 83670, "loc": { "start": { - "line": 1799, + "line": 1841, "column": 22 }, "end": { - "line": 1799, + "line": 1841, "column": 26 } } @@ -800542,15 +801029,15 @@ "postfix": false, "binop": null }, - "start": 81281, - "end": 81282, + "start": 83671, + "end": 83672, "loc": { "start": { - "line": 1799, + "line": 1841, "column": 27 }, "end": { - "line": 1799, + "line": 1841, "column": 28 } } @@ -800558,15 +801045,15 @@ { "type": "CommentLine", "value": " The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)", - "start": 81307, - "end": 81452, + "start": 83697, + "end": 83842, "loc": { "start": { - "line": 1800, + "line": 1842, "column": 24 }, "end": { - "line": 1800, + "line": 1842, "column": 169 } } @@ -800584,15 +801071,15 @@ "binop": null }, "value": "params", - "start": 81477, - "end": 81483, + "start": 83867, + "end": 83873, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 24 }, "end": { - "line": 1801, + "line": 1843, "column": 30 } } @@ -800610,15 +801097,15 @@ "binop": null, "updateContext": null }, - "start": 81483, - "end": 81484, + "start": 83873, + "end": 83874, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 30 }, "end": { - "line": 1801, + "line": 1843, "column": 31 } } @@ -800636,15 +801123,15 @@ "binop": null }, "value": "width", - "start": 81484, - "end": 81489, + "start": 83874, + "end": 83879, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 31 }, "end": { - "line": 1801, + "line": 1843, "column": 36 } } @@ -800663,15 +801150,15 @@ "updateContext": null }, "value": "=", - "start": 81490, - "end": 81491, + "start": 83880, + "end": 83881, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 37 }, "end": { - "line": 1801, + "line": 1843, "column": 38 } } @@ -800689,15 +801176,15 @@ "binop": null }, "value": "_props", - "start": 81492, - "end": 81498, + "start": 83882, + "end": 83888, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 39 }, "end": { - "line": 1801, + "line": 1843, "column": 45 } } @@ -800715,15 +801202,15 @@ "binop": null, "updateContext": null }, - "start": 81498, - "end": 81499, + "start": 83888, + "end": 83889, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 45 }, "end": { - "line": 1801, + "line": 1843, "column": 46 } } @@ -800741,15 +801228,15 @@ "binop": null }, "value": "fullwidth", - "start": 81499, - "end": 81508, + "start": 83889, + "end": 83898, "loc": { "start": { - "line": 1801, + "line": 1843, "column": 46 }, "end": { - "line": 1801, + "line": 1843, "column": 55 } } @@ -800767,15 +801254,15 @@ "binop": null }, "value": "params", - "start": 81533, - "end": 81539, + "start": 83923, + "end": 83929, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 24 }, "end": { - "line": 1802, + "line": 1844, "column": 30 } } @@ -800793,15 +801280,15 @@ "binop": null, "updateContext": null }, - "start": 81539, - "end": 81540, + "start": 83929, + "end": 83930, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 30 }, "end": { - "line": 1802, + "line": 1844, "column": 31 } } @@ -800819,15 +801306,15 @@ "binop": null }, "value": "x", - "start": 81540, - "end": 81541, + "start": 83930, + "end": 83931, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 31 }, "end": { - "line": 1802, + "line": 1844, "column": 32 } } @@ -800846,15 +801333,15 @@ "updateContext": null }, "value": "=", - "start": 81542, - "end": 81543, + "start": 83932, + "end": 83933, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 33 }, "end": { - "line": 1802, + "line": 1844, "column": 34 } } @@ -800873,15 +801360,15 @@ "updateContext": null }, "value": 0, - "start": 81544, - "end": 81545, + "start": 83934, + "end": 83935, "loc": { "start": { - "line": 1802, + "line": 1844, "column": 35 }, "end": { - "line": 1802, + "line": 1844, "column": 36 } } @@ -800898,15 +801385,15 @@ "postfix": false, "binop": null }, - "start": 81566, - "end": 81567, + "start": 83956, + "end": 83957, "loc": { "start": { - "line": 1803, + "line": 1845, "column": 20 }, "end": { - "line": 1803, + "line": 1845, "column": 21 } } @@ -800923,15 +801410,15 @@ "postfix": false, "binop": null }, - "start": 81584, - "end": 81585, + "start": 83974, + "end": 83975, "loc": { "start": { - "line": 1804, + "line": 1846, "column": 16 }, "end": { - "line": 1804, + "line": 1846, "column": 17 } } @@ -800948,15 +801435,15 @@ "postfix": false, "binop": null }, - "start": 81598, - "end": 81599, + "start": 83988, + "end": 83989, "loc": { "start": { - "line": 1805, + "line": 1847, "column": 12 }, "end": { - "line": 1805, + "line": 1847, "column": 13 } } @@ -800973,15 +801460,15 @@ "postfix": false, "binop": null }, - "start": 81608, - "end": 81609, + "start": 83998, + "end": 83999, "loc": { "start": { - "line": 1806, + "line": 1848, "column": 8 }, "end": { - "line": 1806, + "line": 1848, "column": 9 } } @@ -800989,15 +801476,15 @@ { "type": "CommentLine", "value": "console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )", - "start": 81610, - "end": 81753, + "start": 84000, + "end": 84143, "loc": { "start": { - "line": 1807, + "line": 1849, "column": 0 }, "end": { - "line": 1807, + "line": 1849, "column": 143 } } @@ -801017,15 +801504,15 @@ "updateContext": null }, "value": "if", - "start": 81771, - "end": 81773, + "start": 84161, + "end": 84163, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 8 }, "end": { - "line": 1809, + "line": 1851, "column": 10 } } @@ -801042,15 +801529,15 @@ "postfix": false, "binop": null }, - "start": 81774, - "end": 81775, + "start": 84164, + "end": 84165, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 11 }, "end": { - "line": 1809, + "line": 1851, "column": 12 } } @@ -801072,15 +801559,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 81776, - "end": 81791, + "start": 84166, + "end": 84181, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 13 }, "end": { - "line": 1809, + "line": 1851, "column": 28 } } @@ -801098,15 +801585,15 @@ "binop": null, "updateContext": null }, - "start": 81791, - "end": 81792, + "start": 84181, + "end": 84182, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 28 }, "end": { - "line": 1809, + "line": 1851, "column": 29 } } @@ -801124,15 +801611,15 @@ "binop": null }, "value": "test", - "start": 81792, - "end": 81796, + "start": 84182, + "end": 84186, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 29 }, "end": { - "line": 1809, + "line": 1851, "column": 33 } } @@ -801149,15 +801636,15 @@ "postfix": false, "binop": null }, - "start": 81796, - "end": 81797, + "start": 84186, + "end": 84187, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 33 }, "end": { - "line": 1809, + "line": 1851, "column": 34 } } @@ -801175,15 +801662,15 @@ "binop": null }, "value": "_opts", - "start": 81798, - "end": 81803, + "start": 84188, + "end": 84193, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 35 }, "end": { - "line": 1809, + "line": 1851, "column": 40 } } @@ -801201,15 +801688,15 @@ "binop": null, "updateContext": null }, - "start": 81803, - "end": 81804, + "start": 84193, + "end": 84194, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 40 }, "end": { - "line": 1809, + "line": 1851, "column": 41 } } @@ -801227,15 +801714,15 @@ "binop": null }, "value": "type", - "start": 81804, - "end": 81808, + "start": 84194, + "end": 84198, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 41 }, "end": { - "line": 1809, + "line": 1851, "column": 45 } } @@ -801252,15 +801739,15 @@ "postfix": false, "binop": null }, - "start": 81809, - "end": 81810, + "start": 84199, + "end": 84200, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 46 }, "end": { - "line": 1809, + "line": 1851, "column": 47 } } @@ -801277,15 +801764,15 @@ "postfix": false, "binop": null }, - "start": 81811, - "end": 81812, + "start": 84201, + "end": 84202, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 48 }, "end": { - "line": 1809, + "line": 1851, "column": 49 } } @@ -801302,15 +801789,15 @@ "postfix": false, "binop": null }, - "start": 81813, - "end": 81814, + "start": 84203, + "end": 84204, "loc": { "start": { - "line": 1809, + "line": 1851, "column": 50 }, "end": { - "line": 1809, + "line": 1851, "column": 51 } } @@ -801330,15 +801817,15 @@ "updateContext": null }, "value": "if", - "start": 81827, - "end": 81829, + "start": 84217, + "end": 84219, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 12 }, "end": { - "line": 1810, + "line": 1852, "column": 14 } } @@ -801355,15 +801842,15 @@ "postfix": false, "binop": null }, - "start": 81830, - "end": 81831, + "start": 84220, + "end": 84221, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 15 }, "end": { - "line": 1810, + "line": 1852, "column": 16 } } @@ -801381,15 +801868,15 @@ "binop": null }, "value": "params", - "start": 81832, - "end": 81838, + "start": 84222, + "end": 84228, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 17 }, "end": { - "line": 1810, + "line": 1852, "column": 23 } } @@ -801407,15 +801894,15 @@ "binop": null, "updateContext": null }, - "start": 81838, - "end": 81839, + "start": 84228, + "end": 84229, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 23 }, "end": { - "line": 1810, + "line": 1852, "column": 24 } } @@ -801433,15 +801920,15 @@ "binop": null }, "value": "width", - "start": 81839, - "end": 81844, + "start": 84229, + "end": 84234, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 24 }, "end": { - "line": 1810, + "line": 1852, "column": 29 } } @@ -801460,15 +801947,15 @@ "updateContext": null }, "value": "<", - "start": 81845, - "end": 81846, + "start": 84235, + "end": 84236, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 30 }, "end": { - "line": 1810, + "line": 1852, "column": 31 } } @@ -801487,15 +801974,15 @@ "updateContext": null }, "value": 0, - "start": 81847, - "end": 81848, + "start": 84237, + "end": 84238, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 32 }, "end": { - "line": 1810, + "line": 1852, "column": 33 } } @@ -801512,15 +801999,15 @@ "postfix": false, "binop": null }, - "start": 81849, - "end": 81850, + "start": 84239, + "end": 84240, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 34 }, "end": { - "line": 1810, + "line": 1852, "column": 35 } } @@ -801537,15 +802024,15 @@ "postfix": false, "binop": null }, - "start": 81851, - "end": 81852, + "start": 84241, + "end": 84242, "loc": { "start": { - "line": 1810, + "line": 1852, "column": 36 }, "end": { - "line": 1810, + "line": 1852, "column": 37 } } @@ -801565,15 +802052,15 @@ "updateContext": null }, "value": "return", - "start": 81869, - "end": 81875, + "start": 84259, + "end": 84265, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 16 }, "end": { - "line": 1811, + "line": 1853, "column": 22 } } @@ -801593,15 +802080,15 @@ "updateContext": null }, "value": "null", - "start": 81876, - "end": 81880, + "start": 84266, + "end": 84270, "loc": { "start": { - "line": 1811, + "line": 1853, "column": 23 }, "end": { - "line": 1811, + "line": 1853, "column": 27 } } @@ -801618,15 +802105,15 @@ "postfix": false, "binop": null }, - "start": 81893, - "end": 81894, + "start": 84283, + "end": 84284, "loc": { "start": { - "line": 1812, + "line": 1854, "column": 12 }, "end": { - "line": 1812, + "line": 1854, "column": 13 } } @@ -801646,15 +802133,15 @@ "updateContext": null }, "value": "let", - "start": 81907, - "end": 81910, + "start": 84297, + "end": 84300, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 12 }, "end": { - "line": 1813, + "line": 1855, "column": 15 } } @@ -801672,15 +802159,15 @@ "binop": null }, "value": "_pointSize", - "start": 81911, - "end": 81921, + "start": 84301, + "end": 84311, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 16 }, "end": { - "line": 1813, + "line": 1855, "column": 26 } } @@ -801699,15 +802186,15 @@ "updateContext": null }, "value": "=", - "start": 81922, - "end": 81923, + "start": 84312, + "end": 84313, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 27 }, "end": { - "line": 1813, + "line": 1855, "column": 28 } } @@ -801727,15 +802214,15 @@ "updateContext": null }, "value": "this", - "start": 81924, - "end": 81928, + "start": 84314, + "end": 84318, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 29 }, "end": { - "line": 1813, + "line": 1855, "column": 33 } } @@ -801753,15 +802240,15 @@ "binop": null, "updateContext": null }, - "start": 81928, - "end": 81929, + "start": 84318, + "end": 84319, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 33 }, "end": { - "line": 1813, + "line": 1855, "column": 34 } } @@ -801779,15 +802266,15 @@ "binop": null }, "value": "_getPointerSize", - "start": 81929, - "end": 81944, + "start": 84319, + "end": 84334, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 34 }, "end": { - "line": 1813, + "line": 1855, "column": 49 } } @@ -801804,15 +802291,15 @@ "postfix": false, "binop": null }, - "start": 81944, - "end": 81945, + "start": 84334, + "end": 84335, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 49 }, "end": { - "line": 1813, + "line": 1855, "column": 50 } } @@ -801830,15 +802317,15 @@ "binop": null }, "value": "params", - "start": 81946, - "end": 81952, + "start": 84336, + "end": 84342, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 51 }, "end": { - "line": 1813, + "line": 1855, "column": 57 } } @@ -801856,15 +802343,15 @@ "binop": null, "updateContext": null }, - "start": 81952, - "end": 81953, + "start": 84342, + "end": 84343, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 57 }, "end": { - "line": 1813, + "line": 1855, "column": 58 } } @@ -801882,15 +802369,15 @@ "binop": null }, "value": "size", - "start": 81953, - "end": 81957, + "start": 84343, + "end": 84347, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 58 }, "end": { - "line": 1813, + "line": 1855, "column": 62 } } @@ -801908,15 +802395,15 @@ "binop": null, "updateContext": null }, - "start": 81957, - "end": 81958, + "start": 84347, + "end": 84348, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 62 }, "end": { - "line": 1813, + "line": 1855, "column": 63 } } @@ -801934,15 +802421,15 @@ "binop": null }, "value": "params", - "start": 81959, - "end": 81965, + "start": 84349, + "end": 84355, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 64 }, "end": { - "line": 1813, + "line": 1855, "column": 70 } } @@ -801960,15 +802447,15 @@ "binop": null, "updateContext": null }, - "start": 81965, - "end": 81966, + "start": 84355, + "end": 84356, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 70 }, "end": { - "line": 1813, + "line": 1855, "column": 71 } } @@ -801986,15 +802473,15 @@ "binop": null }, "value": "margin", - "start": 81966, - "end": 81972, + "start": 84356, + "end": 84362, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 71 }, "end": { - "line": 1813, + "line": 1855, "column": 77 } } @@ -802011,15 +802498,15 @@ "postfix": false, "binop": null }, - "start": 81973, - "end": 81974, + "start": 84363, + "end": 84364, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 78 }, "end": { - "line": 1813, + "line": 1855, "column": 79 } } @@ -802037,15 +802524,15 @@ "binop": null, "updateContext": null }, - "start": 81974, - "end": 81975, + "start": 84364, + "end": 84365, "loc": { "start": { - "line": 1813, + "line": 1855, "column": 79 }, "end": { - "line": 1813, + "line": 1855, "column": 80 } } @@ -802063,15 +802550,15 @@ "binop": null }, "value": "_shiftX", - "start": 81992, - "end": 81999, + "start": 84382, + "end": 84389, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 16 }, "end": { - "line": 1814, + "line": 1856, "column": 23 } } @@ -802090,15 +802577,15 @@ "updateContext": null }, "value": "=", - "start": 82003, - "end": 82004, + "start": 84393, + "end": 84394, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 27 }, "end": { - "line": 1814, + "line": 1856, "column": 28 } } @@ -802118,15 +802605,15 @@ "updateContext": null }, "value": "this", - "start": 82005, - "end": 82009, + "start": 84395, + "end": 84399, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 29 }, "end": { - "line": 1814, + "line": 1856, "column": 33 } } @@ -802144,15 +802631,15 @@ "binop": null, "updateContext": null }, - "start": 82009, - "end": 82010, + "start": 84399, + "end": 84400, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 33 }, "end": { - "line": 1814, + "line": 1856, "column": 34 } } @@ -802170,15 +802657,15 @@ "binop": null }, "value": "numRound", - "start": 82010, - "end": 82018, + "start": 84400, + "end": 84408, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 34 }, "end": { - "line": 1814, + "line": 1856, "column": 42 } } @@ -802195,15 +802682,15 @@ "postfix": false, "binop": null }, - "start": 82018, - "end": 82019, + "start": 84408, + "end": 84409, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 42 }, "end": { - "line": 1814, + "line": 1856, "column": 43 } } @@ -802221,15 +802708,15 @@ "binop": null }, "value": "params", - "start": 82020, - "end": 82026, + "start": 84410, + "end": 84416, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 44 }, "end": { - "line": 1814, + "line": 1856, "column": 50 } } @@ -802247,15 +802734,15 @@ "binop": null, "updateContext": null }, - "start": 82026, - "end": 82027, + "start": 84416, + "end": 84417, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 50 }, "end": { - "line": 1814, + "line": 1856, "column": 51 } } @@ -802273,15 +802760,15 @@ "binop": null }, "value": "x", - "start": 82027, - "end": 82028, + "start": 84417, + "end": 84418, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 51 }, "end": { - "line": 1814, + "line": 1856, "column": 52 } } @@ -802300,15 +802787,15 @@ "updateContext": null }, "value": "-", - "start": 82029, - "end": 82030, + "start": 84419, + "end": 84420, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 53 }, "end": { - "line": 1814, + "line": 1856, "column": 54 } } @@ -802325,15 +802812,15 @@ "postfix": false, "binop": null }, - "start": 82031, - "end": 82032, + "start": 84421, + "end": 84422, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 55 }, "end": { - "line": 1814, + "line": 1856, "column": 56 } } @@ -802351,15 +802838,15 @@ "binop": null }, "value": "_pointSize", - "start": 82033, - "end": 82043, + "start": 84423, + "end": 84433, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 57 }, "end": { - "line": 1814, + "line": 1856, "column": 67 } } @@ -802378,15 +802865,15 @@ "updateContext": null }, "value": "/", - "start": 82044, - "end": 82045, + "start": 84434, + "end": 84435, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 68 }, "end": { - "line": 1814, + "line": 1856, "column": 69 } } @@ -802405,15 +802892,15 @@ "updateContext": null }, "value": 2, - "start": 82046, - "end": 82047, + "start": 84436, + "end": 84437, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 70 }, "end": { - "line": 1814, + "line": 1856, "column": 71 } } @@ -802430,15 +802917,15 @@ "postfix": false, "binop": null }, - "start": 82048, - "end": 82049, + "start": 84438, + "end": 84439, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 72 }, "end": { - "line": 1814, + "line": 1856, "column": 73 } } @@ -802456,15 +802943,15 @@ "binop": null, "updateContext": null }, - "start": 82049, - "end": 82050, + "start": 84439, + "end": 84440, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 73 }, "end": { - "line": 1814, + "line": 1856, "column": 74 } } @@ -802483,15 +802970,15 @@ "updateContext": null }, "value": 2, - "start": 82051, - "end": 82052, + "start": 84441, + "end": 84442, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 75 }, "end": { - "line": 1814, + "line": 1856, "column": 76 } } @@ -802508,15 +802995,15 @@ "postfix": false, "binop": null }, - "start": 82053, - "end": 82054, + "start": 84443, + "end": 84444, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 77 }, "end": { - "line": 1814, + "line": 1856, "column": 78 } } @@ -802534,15 +803021,15 @@ "binop": null, "updateContext": null }, - "start": 82054, - "end": 82055, + "start": 84444, + "end": 84445, "loc": { "start": { - "line": 1814, + "line": 1856, "column": 78 }, "end": { - "line": 1814, + "line": 1856, "column": 79 } } @@ -802560,15 +803047,15 @@ "binop": null }, "value": "_shiftY", - "start": 82072, - "end": 82079, + "start": 84462, + "end": 84469, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 16 }, "end": { - "line": 1815, + "line": 1857, "column": 23 } } @@ -802587,15 +803074,15 @@ "updateContext": null }, "value": "=", - "start": 82083, - "end": 82084, + "start": 84473, + "end": 84474, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 27 }, "end": { - "line": 1815, + "line": 1857, "column": 28 } } @@ -802615,15 +803102,15 @@ "updateContext": null }, "value": "this", - "start": 82085, - "end": 82089, + "start": 84475, + "end": 84479, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 29 }, "end": { - "line": 1815, + "line": 1857, "column": 33 } } @@ -802641,15 +803128,15 @@ "binop": null, "updateContext": null }, - "start": 82089, - "end": 82090, + "start": 84479, + "end": 84480, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 33 }, "end": { - "line": 1815, + "line": 1857, "column": 34 } } @@ -802667,15 +803154,15 @@ "binop": null }, "value": "numRound", - "start": 82090, - "end": 82098, + "start": 84480, + "end": 84488, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 34 }, "end": { - "line": 1815, + "line": 1857, "column": 42 } } @@ -802692,15 +803179,15 @@ "postfix": false, "binop": null }, - "start": 82098, - "end": 82099, + "start": 84488, + "end": 84489, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 42 }, "end": { - "line": 1815, + "line": 1857, "column": 43 } } @@ -802718,15 +803205,15 @@ "binop": null }, "value": "params", - "start": 82100, - "end": 82106, + "start": 84490, + "end": 84496, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 44 }, "end": { - "line": 1815, + "line": 1857, "column": 50 } } @@ -802744,15 +803231,15 @@ "binop": null, "updateContext": null }, - "start": 82106, - "end": 82107, + "start": 84496, + "end": 84497, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 50 }, "end": { - "line": 1815, + "line": 1857, "column": 51 } } @@ -802770,15 +803257,15 @@ "binop": null }, "value": "y", - "start": 82107, - "end": 82108, + "start": 84497, + "end": 84498, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 51 }, "end": { - "line": 1815, + "line": 1857, "column": 52 } } @@ -802797,15 +803284,15 @@ "updateContext": null }, "value": "+", - "start": 82109, - "end": 82110, + "start": 84499, + "end": 84500, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 53 }, "end": { - "line": 1815, + "line": 1857, "column": 54 } } @@ -802822,15 +803309,15 @@ "postfix": false, "binop": null }, - "start": 82111, - "end": 82112, + "start": 84501, + "end": 84502, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 55 }, "end": { - "line": 1815, + "line": 1857, "column": 56 } } @@ -802847,15 +803334,15 @@ "postfix": false, "binop": null }, - "start": 82113, - "end": 82114, + "start": 84503, + "end": 84504, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 57 }, "end": { - "line": 1815, + "line": 1857, "column": 58 } } @@ -802873,15 +803360,15 @@ "binop": null }, "value": "params", - "start": 82115, - "end": 82121, + "start": 84505, + "end": 84511, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 59 }, "end": { - "line": 1815, + "line": 1857, "column": 65 } } @@ -802899,15 +803386,15 @@ "binop": null, "updateContext": null }, - "start": 82121, - "end": 82122, + "start": 84511, + "end": 84512, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 65 }, "end": { - "line": 1815, + "line": 1857, "column": 66 } } @@ -802925,15 +803412,15 @@ "binop": null }, "value": "height", - "start": 82122, - "end": 82128, + "start": 84512, + "end": 84518, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 66 }, "end": { - "line": 1815, + "line": 1857, "column": 72 } } @@ -802952,15 +803439,15 @@ "updateContext": null }, "value": "-", - "start": 82129, - "end": 82130, + "start": 84519, + "end": 84520, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 73 }, "end": { - "line": 1815, + "line": 1857, "column": 74 } } @@ -802978,15 +803465,15 @@ "binop": null }, "value": "_pointSize", - "start": 82131, - "end": 82141, + "start": 84521, + "end": 84531, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 75 }, "end": { - "line": 1815, + "line": 1857, "column": 85 } } @@ -803003,15 +803490,15 @@ "postfix": false, "binop": null }, - "start": 82142, - "end": 82143, + "start": 84532, + "end": 84533, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 86 }, "end": { - "line": 1815, + "line": 1857, "column": 87 } } @@ -803030,15 +803517,15 @@ "updateContext": null }, "value": "/", - "start": 82144, - "end": 82145, + "start": 84534, + "end": 84535, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 88 }, "end": { - "line": 1815, + "line": 1857, "column": 89 } } @@ -803057,15 +803544,15 @@ "updateContext": null }, "value": 2, - "start": 82146, - "end": 82147, + "start": 84536, + "end": 84537, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 90 }, "end": { - "line": 1815, + "line": 1857, "column": 91 } } @@ -803082,15 +803569,15 @@ "postfix": false, "binop": null }, - "start": 82148, - "end": 82149, + "start": 84538, + "end": 84539, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 92 }, "end": { - "line": 1815, + "line": 1857, "column": 93 } } @@ -803108,15 +803595,15 @@ "binop": null, "updateContext": null }, - "start": 82149, - "end": 82150, + "start": 84539, + "end": 84540, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 93 }, "end": { - "line": 1815, + "line": 1857, "column": 94 } } @@ -803135,15 +803622,15 @@ "updateContext": null }, "value": 2, - "start": 82151, - "end": 82152, + "start": 84541, + "end": 84542, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 95 }, "end": { - "line": 1815, + "line": 1857, "column": 96 } } @@ -803160,15 +803647,15 @@ "postfix": false, "binop": null }, - "start": 82153, - "end": 82154, + "start": 84543, + "end": 84544, "loc": { "start": { - "line": 1815, + "line": 1857, "column": 97 }, "end": { - "line": 1815, + "line": 1857, "column": 98 } } @@ -803176,15 +803663,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )", - "start": 82168, - "end": 82243, + "start": 84558, + "end": 84633, "loc": { "start": { - "line": 1817, + "line": 1859, "column": 0 }, "end": { - "line": 1817, + "line": 1859, "column": 75 } } @@ -803202,15 +803689,15 @@ "binop": null }, "value": "_evt_elem", - "start": 82256, - "end": 82265, + "start": 84646, + "end": 84655, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 12 }, "end": { - "line": 1818, + "line": 1860, "column": 21 } } @@ -803228,15 +803715,15 @@ "binop": null, "updateContext": null }, - "start": 82265, - "end": 82266, + "start": 84655, + "end": 84656, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 21 }, "end": { - "line": 1818, + "line": 1860, "column": 22 } } @@ -803254,15 +803741,15 @@ "binop": null }, "value": "addClass", - "start": 82266, - "end": 82274, + "start": 84656, + "end": 84664, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 22 }, "end": { - "line": 1818, + "line": 1860, "column": 30 } } @@ -803279,15 +803766,15 @@ "postfix": false, "binop": null }, - "start": 82274, - "end": 82275, + "start": 84664, + "end": 84665, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 30 }, "end": { - "line": 1818, + "line": 1860, "column": 31 } } @@ -803305,15 +803792,15 @@ "binop": null }, "value": "ClassName", - "start": 82276, - "end": 82285, + "start": 84666, + "end": 84675, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 32 }, "end": { - "line": 1818, + "line": 1860, "column": 41 } } @@ -803331,15 +803818,15 @@ "binop": null, "updateContext": null }, - "start": 82285, - "end": 82286, + "start": 84675, + "end": 84676, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 41 }, "end": { - "line": 1818, + "line": 1860, "column": 42 } } @@ -803357,15 +803844,15 @@ "binop": null }, "value": "VIEWER_EVENT_TYPE_POINTER", - "start": 82286, - "end": 82311, + "start": 84676, + "end": 84701, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 42 }, "end": { - "line": 1818, + "line": 1860, "column": 67 } } @@ -803382,15 +803869,15 @@ "postfix": false, "binop": null }, - "start": 82312, - "end": 82313, + "start": 84702, + "end": 84703, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 68 }, "end": { - "line": 1818, + "line": 1860, "column": 69 } } @@ -803408,15 +803895,15 @@ "binop": null, "updateContext": null }, - "start": 82313, - "end": 82314, + "start": 84703, + "end": 84704, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 69 }, "end": { - "line": 1818, + "line": 1860, "column": 70 } } @@ -803434,15 +803921,15 @@ "binop": null }, "value": "css", - "start": 82314, - "end": 82317, + "start": 84704, + "end": 84707, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 70 }, "end": { - "line": 1818, + "line": 1860, "column": 73 } } @@ -803459,15 +803946,15 @@ "postfix": false, "binop": null }, - "start": 82317, - "end": 82318, + "start": 84707, + "end": 84708, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 73 }, "end": { - "line": 1818, + "line": 1860, "column": 74 } } @@ -803486,15 +803973,15 @@ "updateContext": null }, "value": "border-color", - "start": 82319, - "end": 82333, + "start": 84709, + "end": 84723, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 75 }, "end": { - "line": 1818, + "line": 1860, "column": 89 } } @@ -803512,15 +803999,15 @@ "binop": null, "updateContext": null }, - "start": 82333, - "end": 82334, + "start": 84723, + "end": 84724, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 89 }, "end": { - "line": 1818, + "line": 1860, "column": 90 } } @@ -803538,15 +804025,15 @@ "binop": null }, "value": "params", - "start": 82335, - "end": 82341, + "start": 84725, + "end": 84731, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 91 }, "end": { - "line": 1818, + "line": 1860, "column": 97 } } @@ -803564,15 +804051,15 @@ "binop": null, "updateContext": null }, - "start": 82341, - "end": 82342, + "start": 84731, + "end": 84732, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 97 }, "end": { - "line": 1818, + "line": 1860, "column": 98 } } @@ -803590,15 +804077,15 @@ "binop": null }, "value": "bdColor", - "start": 82342, - "end": 82349, + "start": 84732, + "end": 84739, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 98 }, "end": { - "line": 1818, + "line": 1860, "column": 105 } } @@ -803615,15 +804102,15 @@ "postfix": false, "binop": null }, - "start": 82350, - "end": 82351, + "start": 84740, + "end": 84741, "loc": { "start": { - "line": 1818, + "line": 1860, "column": 106 }, "end": { - "line": 1818, + "line": 1860, "column": 107 } } @@ -803641,15 +804128,15 @@ "binop": null, "updateContext": null }, - "start": 82364, - "end": 82365, + "start": 84754, + "end": 84755, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 12 }, "end": { - "line": 1819, + "line": 1861, "column": 13 } } @@ -803667,15 +804154,15 @@ "binop": null }, "value": "css", - "start": 82365, - "end": 82368, + "start": 84755, + "end": 84758, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 13 }, "end": { - "line": 1819, + "line": 1861, "column": 16 } } @@ -803692,15 +804179,15 @@ "postfix": false, "binop": null }, - "start": 82368, - "end": 82369, + "start": 84758, + "end": 84759, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 16 }, "end": { - "line": 1819, + "line": 1861, "column": 17 } } @@ -803719,15 +804206,15 @@ "updateContext": null }, "value": "left", - "start": 82370, - "end": 82376, + "start": 84760, + "end": 84766, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 18 }, "end": { - "line": 1819, + "line": 1861, "column": 24 } } @@ -803745,15 +804232,15 @@ "binop": null, "updateContext": null }, - "start": 82376, - "end": 82377, + "start": 84766, + "end": 84767, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 24 }, "end": { - "line": 1819, + "line": 1861, "column": 25 } } @@ -803770,15 +804257,15 @@ "postfix": false, "binop": null }, - "start": 82378, - "end": 82379, + "start": 84768, + "end": 84769, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 26 }, "end": { - "line": 1819, + "line": 1861, "column": 27 } } @@ -803797,15 +804284,15 @@ "updateContext": null }, "value": "", - "start": 82379, - "end": 82379, + "start": 84769, + "end": 84769, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 27 }, "end": { - "line": 1819, + "line": 1861, "column": 27 } } @@ -803822,15 +804309,15 @@ "postfix": false, "binop": null }, - "start": 82379, - "end": 82381, + "start": 84769, + "end": 84771, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 27 }, "end": { - "line": 1819, + "line": 1861, "column": 29 } } @@ -803848,15 +804335,15 @@ "binop": null }, "value": "_shiftX", - "start": 82381, - "end": 82388, + "start": 84771, + "end": 84778, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 29 }, "end": { - "line": 1819, + "line": 1861, "column": 36 } } @@ -803873,15 +804360,15 @@ "postfix": false, "binop": null }, - "start": 82388, - "end": 82389, + "start": 84778, + "end": 84779, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 36 }, "end": { - "line": 1819, + "line": 1861, "column": 37 } } @@ -803900,15 +804387,15 @@ "updateContext": null }, "value": "px", - "start": 82389, - "end": 82391, + "start": 84779, + "end": 84781, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 37 }, "end": { - "line": 1819, + "line": 1861, "column": 39 } } @@ -803925,15 +804412,15 @@ "postfix": false, "binop": null }, - "start": 82391, - "end": 82392, + "start": 84781, + "end": 84782, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 39 }, "end": { - "line": 1819, + "line": 1861, "column": 40 } } @@ -803950,15 +804437,15 @@ "postfix": false, "binop": null }, - "start": 82393, - "end": 82394, + "start": 84783, + "end": 84784, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 41 }, "end": { - "line": 1819, + "line": 1861, "column": 42 } } @@ -803976,15 +804463,15 @@ "binop": null, "updateContext": null }, - "start": 82394, - "end": 82395, + "start": 84784, + "end": 84785, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 42 }, "end": { - "line": 1819, + "line": 1861, "column": 43 } } @@ -804002,15 +804489,15 @@ "binop": null }, "value": "css", - "start": 82395, - "end": 82398, + "start": 84785, + "end": 84788, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 43 }, "end": { - "line": 1819, + "line": 1861, "column": 46 } } @@ -804027,15 +804514,15 @@ "postfix": false, "binop": null }, - "start": 82398, - "end": 82399, + "start": 84788, + "end": 84789, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 46 }, "end": { - "line": 1819, + "line": 1861, "column": 47 } } @@ -804054,15 +804541,15 @@ "updateContext": null }, "value": "top", - "start": 82400, - "end": 82405, + "start": 84790, + "end": 84795, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 48 }, "end": { - "line": 1819, + "line": 1861, "column": 53 } } @@ -804080,15 +804567,15 @@ "binop": null, "updateContext": null }, - "start": 82405, - "end": 82406, + "start": 84795, + "end": 84796, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 53 }, "end": { - "line": 1819, + "line": 1861, "column": 54 } } @@ -804105,15 +804592,15 @@ "postfix": false, "binop": null }, - "start": 82407, - "end": 82408, + "start": 84797, + "end": 84798, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 55 }, "end": { - "line": 1819, + "line": 1861, "column": 56 } } @@ -804132,15 +804619,15 @@ "updateContext": null }, "value": "", - "start": 82408, - "end": 82408, + "start": 84798, + "end": 84798, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 56 }, "end": { - "line": 1819, + "line": 1861, "column": 56 } } @@ -804157,15 +804644,15 @@ "postfix": false, "binop": null }, - "start": 82408, - "end": 82410, + "start": 84798, + "end": 84800, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 56 }, "end": { - "line": 1819, + "line": 1861, "column": 58 } } @@ -804183,15 +804670,15 @@ "binop": null }, "value": "_shiftY", - "start": 82410, - "end": 82417, + "start": 84800, + "end": 84807, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 58 }, "end": { - "line": 1819, + "line": 1861, "column": 65 } } @@ -804208,15 +804695,15 @@ "postfix": false, "binop": null }, - "start": 82417, - "end": 82418, + "start": 84807, + "end": 84808, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 65 }, "end": { - "line": 1819, + "line": 1861, "column": 66 } } @@ -804235,15 +804722,15 @@ "updateContext": null }, "value": "px", - "start": 82418, - "end": 82420, + "start": 84808, + "end": 84810, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 66 }, "end": { - "line": 1819, + "line": 1861, "column": 68 } } @@ -804260,15 +804747,15 @@ "postfix": false, "binop": null }, - "start": 82420, - "end": 82421, + "start": 84810, + "end": 84811, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 68 }, "end": { - "line": 1819, + "line": 1861, "column": 69 } } @@ -804285,15 +804772,15 @@ "postfix": false, "binop": null }, - "start": 82422, - "end": 82423, + "start": 84812, + "end": 84813, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 70 }, "end": { - "line": 1819, + "line": 1861, "column": 71 } } @@ -804311,15 +804798,15 @@ "binop": null, "updateContext": null }, - "start": 82423, - "end": 82424, + "start": 84813, + "end": 84814, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 71 }, "end": { - "line": 1819, + "line": 1861, "column": 72 } } @@ -804337,15 +804824,15 @@ "binop": null }, "value": "css", - "start": 82424, - "end": 82427, + "start": 84814, + "end": 84817, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 72 }, "end": { - "line": 1819, + "line": 1861, "column": 75 } } @@ -804362,15 +804849,15 @@ "postfix": false, "binop": null }, - "start": 82427, - "end": 82428, + "start": 84817, + "end": 84818, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 75 }, "end": { - "line": 1819, + "line": 1861, "column": 76 } } @@ -804389,15 +804876,15 @@ "updateContext": null }, "value": "width", - "start": 82429, - "end": 82436, + "start": 84819, + "end": 84826, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 77 }, "end": { - "line": 1819, + "line": 1861, "column": 84 } } @@ -804415,15 +804902,15 @@ "binop": null, "updateContext": null }, - "start": 82436, - "end": 82437, + "start": 84826, + "end": 84827, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 84 }, "end": { - "line": 1819, + "line": 1861, "column": 85 } } @@ -804440,15 +804927,15 @@ "postfix": false, "binop": null }, - "start": 82438, - "end": 82439, + "start": 84828, + "end": 84829, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 86 }, "end": { - "line": 1819, + "line": 1861, "column": 87 } } @@ -804467,15 +804954,15 @@ "updateContext": null }, "value": "", - "start": 82439, - "end": 82439, + "start": 84829, + "end": 84829, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 87 }, "end": { - "line": 1819, + "line": 1861, "column": 87 } } @@ -804492,15 +804979,15 @@ "postfix": false, "binop": null }, - "start": 82439, - "end": 82441, + "start": 84829, + "end": 84831, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 87 }, "end": { - "line": 1819, + "line": 1861, "column": 89 } } @@ -804518,15 +805005,15 @@ "binop": null }, "value": "_pointSize", - "start": 82441, - "end": 82451, + "start": 84831, + "end": 84841, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 89 }, "end": { - "line": 1819, + "line": 1861, "column": 99 } } @@ -804543,15 +805030,15 @@ "postfix": false, "binop": null }, - "start": 82451, - "end": 82452, + "start": 84841, + "end": 84842, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 99 }, "end": { - "line": 1819, + "line": 1861, "column": 100 } } @@ -804570,15 +805057,15 @@ "updateContext": null }, "value": "px", - "start": 82452, - "end": 82454, + "start": 84842, + "end": 84844, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 100 }, "end": { - "line": 1819, + "line": 1861, "column": 102 } } @@ -804595,15 +805082,15 @@ "postfix": false, "binop": null }, - "start": 82454, - "end": 82455, + "start": 84844, + "end": 84845, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 102 }, "end": { - "line": 1819, + "line": 1861, "column": 103 } } @@ -804620,15 +805107,15 @@ "postfix": false, "binop": null }, - "start": 82456, - "end": 82457, + "start": 84846, + "end": 84847, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 104 }, "end": { - "line": 1819, + "line": 1861, "column": 105 } } @@ -804646,15 +805133,15 @@ "binop": null, "updateContext": null }, - "start": 82457, - "end": 82458, + "start": 84847, + "end": 84848, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 105 }, "end": { - "line": 1819, + "line": 1861, "column": 106 } } @@ -804672,15 +805159,15 @@ "binop": null }, "value": "css", - "start": 82458, - "end": 82461, + "start": 84848, + "end": 84851, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 106 }, "end": { - "line": 1819, + "line": 1861, "column": 109 } } @@ -804697,15 +805184,15 @@ "postfix": false, "binop": null }, - "start": 82461, - "end": 82462, + "start": 84851, + "end": 84852, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 109 }, "end": { - "line": 1819, + "line": 1861, "column": 110 } } @@ -804724,15 +805211,15 @@ "updateContext": null }, "value": "height", - "start": 82463, - "end": 82471, + "start": 84853, + "end": 84861, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 111 }, "end": { - "line": 1819, + "line": 1861, "column": 119 } } @@ -804750,15 +805237,15 @@ "binop": null, "updateContext": null }, - "start": 82471, - "end": 82472, + "start": 84861, + "end": 84862, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 119 }, "end": { - "line": 1819, + "line": 1861, "column": 120 } } @@ -804775,15 +805262,15 @@ "postfix": false, "binop": null }, - "start": 82473, - "end": 82474, + "start": 84863, + "end": 84864, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 121 }, "end": { - "line": 1819, + "line": 1861, "column": 122 } } @@ -804802,15 +805289,15 @@ "updateContext": null }, "value": "", - "start": 82474, - "end": 82474, + "start": 84864, + "end": 84864, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 122 }, "end": { - "line": 1819, + "line": 1861, "column": 122 } } @@ -804827,15 +805314,15 @@ "postfix": false, "binop": null }, - "start": 82474, - "end": 82476, + "start": 84864, + "end": 84866, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 122 }, "end": { - "line": 1819, + "line": 1861, "column": 124 } } @@ -804853,15 +805340,15 @@ "binop": null }, "value": "_pointSize", - "start": 82476, - "end": 82486, + "start": 84866, + "end": 84876, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 124 }, "end": { - "line": 1819, + "line": 1861, "column": 134 } } @@ -804878,15 +805365,15 @@ "postfix": false, "binop": null }, - "start": 82486, - "end": 82487, + "start": 84876, + "end": 84877, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 134 }, "end": { - "line": 1819, + "line": 1861, "column": 135 } } @@ -804905,15 +805392,15 @@ "updateContext": null }, "value": "px", - "start": 82487, - "end": 82489, + "start": 84877, + "end": 84879, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 135 }, "end": { - "line": 1819, + "line": 1861, "column": 137 } } @@ -804930,15 +805417,15 @@ "postfix": false, "binop": null }, - "start": 82489, - "end": 82490, + "start": 84879, + "end": 84880, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 137 }, "end": { - "line": 1819, + "line": 1861, "column": 138 } } @@ -804955,15 +805442,15 @@ "postfix": false, "binop": null }, - "start": 82491, - "end": 82492, + "start": 84881, + "end": 84882, "loc": { "start": { - "line": 1819, + "line": 1861, "column": 139 }, "end": { - "line": 1819, + "line": 1861, "column": 140 } } @@ -804981,15 +805468,15 @@ "binop": null, "updateContext": null }, - "start": 82505, - "end": 82506, + "start": 84895, + "end": 84896, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 12 }, "end": { - "line": 1820, + "line": 1862, "column": 13 } } @@ -805007,15 +805494,15 @@ "binop": null }, "value": "attr", - "start": 82506, - "end": 82510, + "start": 84896, + "end": 84900, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 13 }, "end": { - "line": 1820, + "line": 1862, "column": 17 } } @@ -805032,15 +805519,15 @@ "postfix": false, "binop": null }, - "start": 82510, - "end": 82511, + "start": 84900, + "end": 84901, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 17 }, "end": { - "line": 1820, + "line": 1862, "column": 18 } } @@ -805059,15 +805546,15 @@ "updateContext": null }, "value": "data-base-size", - "start": 82512, - "end": 82528, + "start": 84902, + "end": 84918, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 19 }, "end": { - "line": 1820, + "line": 1862, "column": 35 } } @@ -805085,15 +805572,15 @@ "binop": null, "updateContext": null }, - "start": 82528, - "end": 82529, + "start": 84918, + "end": 84919, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 35 }, "end": { - "line": 1820, + "line": 1862, "column": 36 } } @@ -805111,15 +805598,15 @@ "binop": null }, "value": "_pointSize", - "start": 82530, - "end": 82540, + "start": 84920, + "end": 84930, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 37 }, "end": { - "line": 1820, + "line": 1862, "column": 47 } } @@ -805136,15 +805623,15 @@ "postfix": false, "binop": null }, - "start": 82541, - "end": 82542, + "start": 84931, + "end": 84932, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 48 }, "end": { - "line": 1820, + "line": 1862, "column": 49 } } @@ -805162,15 +805649,15 @@ "binop": null, "updateContext": null }, - "start": 82542, - "end": 82543, + "start": 84932, + "end": 84933, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 49 }, "end": { - "line": 1820, + "line": 1862, "column": 50 } } @@ -805188,15 +805675,15 @@ "binop": null }, "value": "attr", - "start": 82543, - "end": 82547, + "start": 84933, + "end": 84937, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 50 }, "end": { - "line": 1820, + "line": 1862, "column": 54 } } @@ -805213,15 +805700,15 @@ "postfix": false, "binop": null }, - "start": 82547, - "end": 82548, + "start": 84937, + "end": 84938, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 54 }, "end": { - "line": 1820, + "line": 1862, "column": 55 } } @@ -805240,15 +805727,15 @@ "updateContext": null }, "value": "data-base-left", - "start": 82549, - "end": 82565, + "start": 84939, + "end": 84955, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 56 }, "end": { - "line": 1820, + "line": 1862, "column": 72 } } @@ -805266,15 +805753,15 @@ "binop": null, "updateContext": null }, - "start": 82565, - "end": 82566, + "start": 84955, + "end": 84956, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 72 }, "end": { - "line": 1820, + "line": 1862, "column": 73 } } @@ -805292,15 +805779,15 @@ "binop": null }, "value": "_shiftX", - "start": 82567, - "end": 82574, + "start": 84957, + "end": 84964, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 74 }, "end": { - "line": 1820, + "line": 1862, "column": 81 } } @@ -805317,15 +805804,15 @@ "postfix": false, "binop": null }, - "start": 82575, - "end": 82576, + "start": 84965, + "end": 84966, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 82 }, "end": { - "line": 1820, + "line": 1862, "column": 83 } } @@ -805343,15 +805830,15 @@ "binop": null, "updateContext": null }, - "start": 82576, - "end": 82577, + "start": 84966, + "end": 84967, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 83 }, "end": { - "line": 1820, + "line": 1862, "column": 84 } } @@ -805369,15 +805856,15 @@ "binop": null }, "value": "attr", - "start": 82577, - "end": 82581, + "start": 84967, + "end": 84971, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 84 }, "end": { - "line": 1820, + "line": 1862, "column": 88 } } @@ -805394,15 +805881,15 @@ "postfix": false, "binop": null }, - "start": 82581, - "end": 82582, + "start": 84971, + "end": 84972, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 88 }, "end": { - "line": 1820, + "line": 1862, "column": 89 } } @@ -805421,15 +805908,15 @@ "updateContext": null }, "value": "data-base-top", - "start": 82583, - "end": 82598, + "start": 84973, + "end": 84988, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 90 }, "end": { - "line": 1820, + "line": 1862, "column": 105 } } @@ -805447,15 +805934,15 @@ "binop": null, "updateContext": null }, - "start": 82598, - "end": 82599, + "start": 84988, + "end": 84989, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 105 }, "end": { - "line": 1820, + "line": 1862, "column": 106 } } @@ -805473,15 +805960,15 @@ "binop": null }, "value": "_shiftY", - "start": 82600, - "end": 82607, + "start": 84990, + "end": 84997, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 107 }, "end": { - "line": 1820, + "line": 1862, "column": 114 } } @@ -805498,15 +805985,15 @@ "postfix": false, "binop": null }, - "start": 82608, - "end": 82609, + "start": 84998, + "end": 84999, "loc": { "start": { - "line": 1820, + "line": 1862, "column": 115 }, "end": { - "line": 1820, + "line": 1862, "column": 116 } } @@ -805523,15 +806010,15 @@ "postfix": false, "binop": null }, - "start": 82618, - "end": 82619, + "start": 85008, + "end": 85009, "loc": { "start": { - "line": 1821, + "line": 1863, "column": 8 }, "end": { - "line": 1821, + "line": 1863, "column": 9 } } @@ -805551,15 +806038,15 @@ "updateContext": null }, "value": "else", - "start": 82620, - "end": 82624, + "start": 85010, + "end": 85014, "loc": { "start": { - "line": 1821, + "line": 1863, "column": 10 }, "end": { - "line": 1821, + "line": 1863, "column": 14 } } @@ -805576,15 +806063,15 @@ "postfix": false, "binop": null }, - "start": 82625, - "end": 82626, + "start": 85015, + "end": 85016, "loc": { "start": { - "line": 1821, + "line": 1863, "column": 15 }, "end": { - "line": 1821, + "line": 1863, "column": 16 } } @@ -805604,15 +806091,15 @@ "updateContext": null }, "value": "if", - "start": 82639, - "end": 82641, + "start": 85029, + "end": 85031, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 12 }, "end": { - "line": 1822, + "line": 1864, "column": 14 } } @@ -805629,15 +806116,15 @@ "postfix": false, "binop": null }, - "start": 82642, - "end": 82643, + "start": 85032, + "end": 85033, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 15 }, "end": { - "line": 1822, + "line": 1864, "column": 16 } } @@ -805655,15 +806142,15 @@ "binop": null }, "value": "params", - "start": 82644, - "end": 82650, + "start": 85034, + "end": 85040, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 17 }, "end": { - "line": 1822, + "line": 1864, "column": 23 } } @@ -805681,15 +806168,15 @@ "binop": null, "updateContext": null }, - "start": 82650, - "end": 82651, + "start": 85040, + "end": 85041, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 23 }, "end": { - "line": 1822, + "line": 1864, "column": 24 } } @@ -805707,15 +806194,15 @@ "binop": null }, "value": "width", - "start": 82651, - "end": 82656, + "start": 85041, + "end": 85046, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 24 }, "end": { - "line": 1822, + "line": 1864, "column": 29 } } @@ -805734,15 +806221,15 @@ "updateContext": null }, "value": "<", - "start": 82657, - "end": 82658, + "start": 85047, + "end": 85048, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 30 }, "end": { - "line": 1822, + "line": 1864, "column": 31 } } @@ -805761,15 +806248,15 @@ "updateContext": null }, "value": 1, - "start": 82659, - "end": 82660, + "start": 85049, + "end": 85050, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 32 }, "end": { - "line": 1822, + "line": 1864, "column": 33 } } @@ -805786,15 +806273,15 @@ "postfix": false, "binop": null }, - "start": 82661, - "end": 82662, + "start": 85051, + "end": 85052, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 34 }, "end": { - "line": 1822, + "line": 1864, "column": 35 } } @@ -805811,15 +806298,15 @@ "postfix": false, "binop": null }, - "start": 82663, - "end": 82664, + "start": 85053, + "end": 85054, "loc": { "start": { - "line": 1822, + "line": 1864, "column": 36 }, "end": { - "line": 1822, + "line": 1864, "column": 37 } } @@ -805839,15 +806326,15 @@ "updateContext": null }, "value": "return", - "start": 82681, - "end": 82687, + "start": 85071, + "end": 85077, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 16 }, "end": { - "line": 1823, + "line": 1865, "column": 22 } } @@ -805867,15 +806354,15 @@ "updateContext": null }, "value": "null", - "start": 82688, - "end": 82692, + "start": 85078, + "end": 85082, "loc": { "start": { - "line": 1823, + "line": 1865, "column": 23 }, "end": { - "line": 1823, + "line": 1865, "column": 27 } } @@ -805892,15 +806379,15 @@ "postfix": false, "binop": null }, - "start": 82705, - "end": 82706, + "start": 85095, + "end": 85096, "loc": { "start": { - "line": 1824, + "line": 1866, "column": 12 }, "end": { - "line": 1824, + "line": 1866, "column": 13 } } @@ -805918,15 +806405,15 @@ "binop": null }, "value": "_evt_elem", - "start": 82719, - "end": 82728, + "start": 85109, + "end": 85118, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 12 }, "end": { - "line": 1825, + "line": 1867, "column": 21 } } @@ -805944,15 +806431,15 @@ "binop": null, "updateContext": null }, - "start": 82728, - "end": 82729, + "start": 85118, + "end": 85119, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 21 }, "end": { - "line": 1825, + "line": 1867, "column": 22 } } @@ -805970,15 +806457,15 @@ "binop": null }, "value": "css", - "start": 82729, - "end": 82732, + "start": 85119, + "end": 85122, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 22 }, "end": { - "line": 1825, + "line": 1867, "column": 25 } } @@ -805995,15 +806482,15 @@ "postfix": false, "binop": null }, - "start": 82732, - "end": 82733, + "start": 85122, + "end": 85123, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 25 }, "end": { - "line": 1825, + "line": 1867, "column": 26 } } @@ -806022,15 +806509,15 @@ "updateContext": null }, "value": "left", - "start": 82734, - "end": 82740, + "start": 85124, + "end": 85130, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 27 }, "end": { - "line": 1825, + "line": 1867, "column": 33 } } @@ -806048,15 +806535,15 @@ "binop": null, "updateContext": null }, - "start": 82740, - "end": 82741, + "start": 85130, + "end": 85131, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 33 }, "end": { - "line": 1825, + "line": 1867, "column": 34 } } @@ -806073,15 +806560,15 @@ "postfix": false, "binop": null }, - "start": 82742, - "end": 82743, + "start": 85132, + "end": 85133, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 35 }, "end": { - "line": 1825, + "line": 1867, "column": 36 } } @@ -806100,15 +806587,15 @@ "updateContext": null }, "value": "", - "start": 82743, - "end": 82743, + "start": 85133, + "end": 85133, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 36 }, "end": { - "line": 1825, + "line": 1867, "column": 36 } } @@ -806125,15 +806612,15 @@ "postfix": false, "binop": null }, - "start": 82743, - "end": 82745, + "start": 85133, + "end": 85135, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 36 }, "end": { - "line": 1825, + "line": 1867, "column": 38 } } @@ -806151,15 +806638,15 @@ "binop": null }, "value": "params", - "start": 82745, - "end": 82751, + "start": 85135, + "end": 85141, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 38 }, "end": { - "line": 1825, + "line": 1867, "column": 44 } } @@ -806177,15 +806664,15 @@ "binop": null, "updateContext": null }, - "start": 82751, - "end": 82752, + "start": 85141, + "end": 85142, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 44 }, "end": { - "line": 1825, + "line": 1867, "column": 45 } } @@ -806203,15 +806690,15 @@ "binop": null }, "value": "x", - "start": 82752, - "end": 82753, + "start": 85142, + "end": 85143, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 45 }, "end": { - "line": 1825, + "line": 1867, "column": 46 } } @@ -806228,15 +806715,15 @@ "postfix": false, "binop": null }, - "start": 82753, - "end": 82754, + "start": 85143, + "end": 85144, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 46 }, "end": { - "line": 1825, + "line": 1867, "column": 47 } } @@ -806255,15 +806742,15 @@ "updateContext": null }, "value": "px", - "start": 82754, - "end": 82756, + "start": 85144, + "end": 85146, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 47 }, "end": { - "line": 1825, + "line": 1867, "column": 49 } } @@ -806280,15 +806767,15 @@ "postfix": false, "binop": null }, - "start": 82756, - "end": 82757, + "start": 85146, + "end": 85147, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 49 }, "end": { - "line": 1825, + "line": 1867, "column": 50 } } @@ -806305,15 +806792,15 @@ "postfix": false, "binop": null }, - "start": 82758, - "end": 82759, + "start": 85148, + "end": 85149, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 51 }, "end": { - "line": 1825, + "line": 1867, "column": 52 } } @@ -806331,15 +806818,15 @@ "binop": null, "updateContext": null }, - "start": 82759, - "end": 82760, + "start": 85149, + "end": 85150, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 52 }, "end": { - "line": 1825, + "line": 1867, "column": 53 } } @@ -806357,15 +806844,15 @@ "binop": null }, "value": "css", - "start": 82760, - "end": 82763, + "start": 85150, + "end": 85153, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 53 }, "end": { - "line": 1825, + "line": 1867, "column": 56 } } @@ -806382,15 +806869,15 @@ "postfix": false, "binop": null }, - "start": 82763, - "end": 82764, + "start": 85153, + "end": 85154, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 56 }, "end": { - "line": 1825, + "line": 1867, "column": 57 } } @@ -806409,15 +806896,15 @@ "updateContext": null }, "value": "width", - "start": 82765, - "end": 82772, + "start": 85155, + "end": 85162, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 58 }, "end": { - "line": 1825, + "line": 1867, "column": 65 } } @@ -806435,15 +806922,15 @@ "binop": null, "updateContext": null }, - "start": 82772, - "end": 82773, + "start": 85162, + "end": 85163, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 65 }, "end": { - "line": 1825, + "line": 1867, "column": 66 } } @@ -806460,15 +806947,15 @@ "postfix": false, "binop": null }, - "start": 82774, - "end": 82775, + "start": 85164, + "end": 85165, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 67 }, "end": { - "line": 1825, + "line": 1867, "column": 68 } } @@ -806487,15 +806974,15 @@ "updateContext": null }, "value": "", - "start": 82775, - "end": 82775, + "start": 85165, + "end": 85165, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 68 }, "end": { - "line": 1825, + "line": 1867, "column": 68 } } @@ -806512,15 +806999,15 @@ "postfix": false, "binop": null }, - "start": 82775, - "end": 82777, + "start": 85165, + "end": 85167, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 68 }, "end": { - "line": 1825, + "line": 1867, "column": 70 } } @@ -806538,15 +807025,15 @@ "binop": null }, "value": "params", - "start": 82777, - "end": 82783, + "start": 85167, + "end": 85173, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 70 }, "end": { - "line": 1825, + "line": 1867, "column": 76 } } @@ -806564,15 +807051,15 @@ "binop": null, "updateContext": null }, - "start": 82783, - "end": 82784, + "start": 85173, + "end": 85174, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 76 }, "end": { - "line": 1825, + "line": 1867, "column": 77 } } @@ -806590,15 +807077,15 @@ "binop": null }, "value": "width", - "start": 82784, - "end": 82789, + "start": 85174, + "end": 85179, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 77 }, "end": { - "line": 1825, + "line": 1867, "column": 82 } } @@ -806615,15 +807102,15 @@ "postfix": false, "binop": null }, - "start": 82789, - "end": 82790, + "start": 85179, + "end": 85180, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 82 }, "end": { - "line": 1825, + "line": 1867, "column": 83 } } @@ -806642,15 +807129,15 @@ "updateContext": null }, "value": "px", - "start": 82790, - "end": 82792, + "start": 85180, + "end": 85182, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 83 }, "end": { - "line": 1825, + "line": 1867, "column": 85 } } @@ -806667,15 +807154,15 @@ "postfix": false, "binop": null }, - "start": 82792, - "end": 82793, + "start": 85182, + "end": 85183, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 85 }, "end": { - "line": 1825, + "line": 1867, "column": 86 } } @@ -806692,15 +807179,15 @@ "postfix": false, "binop": null }, - "start": 82794, - "end": 82795, + "start": 85184, + "end": 85185, "loc": { "start": { - "line": 1825, + "line": 1867, "column": 87 }, "end": { - "line": 1825, + "line": 1867, "column": 88 } } @@ -806717,15 +807204,15 @@ "postfix": false, "binop": null }, - "start": 82804, - "end": 82805, + "start": 85194, + "end": 85195, "loc": { "start": { - "line": 1826, + "line": 1868, "column": 8 }, "end": { - "line": 1826, + "line": 1868, "column": 9 } } @@ -806743,15 +807230,15 @@ "binop": null }, "value": "_evt_elem", - "start": 82823, - "end": 82832, + "start": 85213, + "end": 85222, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 8 }, "end": { - "line": 1828, + "line": 1870, "column": 17 } } @@ -806769,15 +807256,15 @@ "binop": null, "updateContext": null }, - "start": 82832, - "end": 82833, + "start": 85222, + "end": 85223, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 17 }, "end": { - "line": 1828, + "line": 1870, "column": 18 } } @@ -806795,15 +807282,15 @@ "binop": null }, "value": "attr", - "start": 82833, - "end": 82837, + "start": 85223, + "end": 85227, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 18 }, "end": { - "line": 1828, + "line": 1870, "column": 22 } } @@ -806820,15 +807307,15 @@ "postfix": false, "binop": null }, - "start": 82837, - "end": 82838, + "start": 85227, + "end": 85228, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 22 }, "end": { - "line": 1828, + "line": 1870, "column": 23 } } @@ -806847,15 +807334,15 @@ "updateContext": null }, "value": "data-uid", - "start": 82839, - "end": 82849, + "start": 85229, + "end": 85239, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 24 }, "end": { - "line": 1828, + "line": 1870, "column": 34 } } @@ -806873,15 +807360,15 @@ "binop": null, "updateContext": null }, - "start": 82849, - "end": 82850, + "start": 85239, + "end": 85240, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 34 }, "end": { - "line": 1828, + "line": 1870, "column": 35 } } @@ -806899,15 +807386,15 @@ "binop": null }, "value": "params", - "start": 82851, - "end": 82857, + "start": 85241, + "end": 85247, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 36 }, "end": { - "line": 1828, + "line": 1870, "column": 42 } } @@ -806925,15 +807412,15 @@ "binop": null, "updateContext": null }, - "start": 82857, - "end": 82858, + "start": 85247, + "end": 85248, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 42 }, "end": { - "line": 1828, + "line": 1870, "column": 43 } } @@ -806951,15 +807438,15 @@ "binop": null }, "value": "uid", - "start": 82858, - "end": 82861, + "start": 85248, + "end": 85251, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 43 }, "end": { - "line": 1828, + "line": 1870, "column": 46 } } @@ -806976,15 +807463,15 @@ "postfix": false, "binop": null }, - "start": 82862, - "end": 82863, + "start": 85252, + "end": 85253, "loc": { "start": { - "line": 1828, + "line": 1870, "column": 47 }, "end": { - "line": 1828, + "line": 1870, "column": 48 } } @@ -807004,15 +807491,15 @@ "updateContext": null }, "value": "if", - "start": 82881, - "end": 82883, + "start": 85271, + "end": 85273, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 8 }, "end": { - "line": 1830, + "line": 1872, "column": 10 } } @@ -807029,15 +807516,15 @@ "postfix": false, "binop": null }, - "start": 82884, - "end": 82885, + "start": 85274, + "end": 85275, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 11 }, "end": { - "line": 1830, + "line": 1872, "column": 12 } } @@ -807056,15 +807543,15 @@ "updateContext": null }, "value": "!", - "start": 82886, - "end": 82887, + "start": 85276, + "end": 85277, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 13 }, "end": { - "line": 1830, + "line": 1872, "column": 14 } } @@ -807084,15 +807571,15 @@ "updateContext": null }, "value": "this", - "start": 82888, - "end": 82892, + "start": 85278, + "end": 85282, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 15 }, "end": { - "line": 1830, + "line": 1872, "column": 19 } } @@ -807110,15 +807597,15 @@ "binop": null, "updateContext": null }, - "start": 82892, - "end": 82893, + "start": 85282, + "end": 85283, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 19 }, "end": { - "line": 1830, + "line": 1872, "column": 20 } } @@ -807136,15 +807623,15 @@ "binop": null }, "value": "is_empty", - "start": 82893, - "end": 82901, + "start": 85283, + "end": 85291, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 20 }, "end": { - "line": 1830, + "line": 1872, "column": 28 } } @@ -807161,15 +807648,15 @@ "postfix": false, "binop": null }, - "start": 82901, - "end": 82902, + "start": 85291, + "end": 85292, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 28 }, "end": { - "line": 1830, + "line": 1872, "column": 29 } } @@ -807187,15 +807674,15 @@ "binop": null }, "value": "params", - "start": 82903, - "end": 82909, + "start": 85293, + "end": 85299, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 30 }, "end": { - "line": 1830, + "line": 1872, "column": 36 } } @@ -807213,15 +807700,15 @@ "binop": null, "updateContext": null }, - "start": 82909, - "end": 82910, + "start": 85299, + "end": 85300, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 36 }, "end": { - "line": 1830, + "line": 1872, "column": 37 } } @@ -807239,15 +807726,15 @@ "binop": null }, "value": "image", - "start": 82910, - "end": 82915, + "start": 85300, + "end": 85305, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 37 }, "end": { - "line": 1830, + "line": 1872, "column": 42 } } @@ -807264,15 +807751,15 @@ "postfix": false, "binop": null }, - "start": 82916, - "end": 82917, + "start": 85306, + "end": 85307, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 43 }, "end": { - "line": 1830, + "line": 1872, "column": 44 } } @@ -807289,15 +807776,15 @@ "postfix": false, "binop": null }, - "start": 82918, - "end": 82919, + "start": 85308, + "end": 85309, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 45 }, "end": { - "line": 1830, + "line": 1872, "column": 46 } } @@ -807314,15 +807801,15 @@ "postfix": false, "binop": null }, - "start": 82920, - "end": 82921, + "start": 85310, + "end": 85311, "loc": { "start": { - "line": 1830, + "line": 1872, "column": 47 }, "end": { - "line": 1830, + "line": 1872, "column": 48 } } @@ -807342,15 +807829,15 @@ "updateContext": null }, "value": "if", - "start": 82934, - "end": 82936, + "start": 85324, + "end": 85326, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 12 }, "end": { - "line": 1831, + "line": 1873, "column": 14 } } @@ -807367,15 +807854,15 @@ "postfix": false, "binop": null }, - "start": 82937, - "end": 82938, + "start": 85327, + "end": 85328, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 15 }, "end": { - "line": 1831, + "line": 1873, "column": 16 } } @@ -807397,15 +807884,15 @@ "pattern": "^point(|er)$", "flags": "i" }, - "start": 82939, - "end": 82954, + "start": 85329, + "end": 85344, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 17 }, "end": { - "line": 1831, + "line": 1873, "column": 32 } } @@ -807423,15 +807910,15 @@ "binop": null, "updateContext": null }, - "start": 82954, - "end": 82955, + "start": 85344, + "end": 85345, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 32 }, "end": { - "line": 1831, + "line": 1873, "column": 33 } } @@ -807449,15 +807936,15 @@ "binop": null }, "value": "test", - "start": 82955, - "end": 82959, + "start": 85345, + "end": 85349, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 33 }, "end": { - "line": 1831, + "line": 1873, "column": 37 } } @@ -807474,15 +807961,15 @@ "postfix": false, "binop": null }, - "start": 82959, - "end": 82960, + "start": 85349, + "end": 85350, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 37 }, "end": { - "line": 1831, + "line": 1873, "column": 38 } } @@ -807500,15 +807987,15 @@ "binop": null }, "value": "_opts", - "start": 82961, - "end": 82966, + "start": 85351, + "end": 85356, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 39 }, "end": { - "line": 1831, + "line": 1873, "column": 44 } } @@ -807526,15 +808013,15 @@ "binop": null, "updateContext": null }, - "start": 82966, - "end": 82967, + "start": 85356, + "end": 85357, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 44 }, "end": { - "line": 1831, + "line": 1873, "column": 45 } } @@ -807552,15 +808039,15 @@ "binop": null }, "value": "type", - "start": 82967, - "end": 82971, + "start": 85357, + "end": 85361, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 45 }, "end": { - "line": 1831, + "line": 1873, "column": 49 } } @@ -807577,15 +808064,15 @@ "postfix": false, "binop": null }, - "start": 82972, - "end": 82973, + "start": 85362, + "end": 85363, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 50 }, "end": { - "line": 1831, + "line": 1873, "column": 51 } } @@ -807602,15 +808089,15 @@ "postfix": false, "binop": null }, - "start": 82974, - "end": 82975, + "start": 85364, + "end": 85365, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 52 }, "end": { - "line": 1831, + "line": 1873, "column": 53 } } @@ -807627,15 +808114,15 @@ "postfix": false, "binop": null }, - "start": 82976, - "end": 82977, + "start": 85366, + "end": 85367, "loc": { "start": { - "line": 1831, + "line": 1873, "column": 54 }, "end": { - "line": 1831, + "line": 1873, "column": 55 } } @@ -807653,15 +808140,15 @@ "binop": null }, "value": "_evt_elem", - "start": 82994, - "end": 83003, + "start": 85384, + "end": 85393, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 16 }, "end": { - "line": 1832, + "line": 1874, "column": 25 } } @@ -807679,15 +808166,15 @@ "binop": null, "updateContext": null }, - "start": 83003, - "end": 83004, + "start": 85393, + "end": 85394, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 25 }, "end": { - "line": 1832, + "line": 1874, "column": 26 } } @@ -807705,15 +808192,15 @@ "binop": null }, "value": "css", - "start": 83004, - "end": 83007, + "start": 85394, + "end": 85397, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 26 }, "end": { - "line": 1832, + "line": 1874, "column": 29 } } @@ -807730,15 +808217,15 @@ "postfix": false, "binop": null }, - "start": 83007, - "end": 83008, + "start": 85397, + "end": 85398, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 29 }, "end": { - "line": 1832, + "line": 1874, "column": 30 } } @@ -807757,15 +808244,15 @@ "updateContext": null }, "value": "background-image", - "start": 83009, - "end": 83027, + "start": 85399, + "end": 85417, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 31 }, "end": { - "line": 1832, + "line": 1874, "column": 49 } } @@ -807783,15 +808270,15 @@ "binop": null, "updateContext": null }, - "start": 83027, - "end": 83028, + "start": 85417, + "end": 85418, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 49 }, "end": { - "line": 1832, + "line": 1874, "column": 50 } } @@ -807808,15 +808295,15 @@ "postfix": false, "binop": null }, - "start": 83029, - "end": 83030, + "start": 85419, + "end": 85420, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 51 }, "end": { - "line": 1832, + "line": 1874, "column": 52 } } @@ -807835,15 +808322,15 @@ "updateContext": null }, "value": "url(", - "start": 83030, - "end": 83034, + "start": 85420, + "end": 85424, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 52 }, "end": { - "line": 1832, + "line": 1874, "column": 56 } } @@ -807860,15 +808347,15 @@ "postfix": false, "binop": null }, - "start": 83034, - "end": 83036, + "start": 85424, + "end": 85426, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 56 }, "end": { - "line": 1832, + "line": 1874, "column": 58 } } @@ -807886,15 +808373,15 @@ "binop": null }, "value": "params", - "start": 83036, - "end": 83042, + "start": 85426, + "end": 85432, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 58 }, "end": { - "line": 1832, + "line": 1874, "column": 64 } } @@ -807912,15 +808399,15 @@ "binop": null, "updateContext": null }, - "start": 83042, - "end": 83043, + "start": 85432, + "end": 85433, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 64 }, "end": { - "line": 1832, + "line": 1874, "column": 65 } } @@ -807938,15 +808425,15 @@ "binop": null }, "value": "image", - "start": 83043, - "end": 83048, + "start": 85433, + "end": 85438, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 65 }, "end": { - "line": 1832, + "line": 1874, "column": 70 } } @@ -807963,15 +808450,15 @@ "postfix": false, "binop": null }, - "start": 83048, - "end": 83049, + "start": 85438, + "end": 85439, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 70 }, "end": { - "line": 1832, + "line": 1874, "column": 71 } } @@ -807990,15 +808477,15 @@ "updateContext": null }, "value": ")", - "start": 83049, - "end": 83050, + "start": 85439, + "end": 85440, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 71 }, "end": { - "line": 1832, + "line": 1874, "column": 72 } } @@ -808015,15 +808502,15 @@ "postfix": false, "binop": null }, - "start": 83050, - "end": 83051, + "start": 85440, + "end": 85441, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 72 }, "end": { - "line": 1832, + "line": 1874, "column": 73 } } @@ -808040,15 +808527,15 @@ "postfix": false, "binop": null }, - "start": 83052, - "end": 83053, + "start": 85442, + "end": 85443, "loc": { "start": { - "line": 1832, + "line": 1874, "column": 74 }, "end": { - "line": 1832, + "line": 1874, "column": 75 } } @@ -808065,15 +808552,15 @@ "postfix": false, "binop": null }, - "start": 83066, - "end": 83067, + "start": 85456, + "end": 85457, "loc": { "start": { - "line": 1833, + "line": 1875, "column": 12 }, "end": { - "line": 1833, + "line": 1875, "column": 13 } } @@ -808093,15 +808580,15 @@ "updateContext": null }, "value": "else", - "start": 83068, - "end": 83072, + "start": 85458, + "end": 85462, "loc": { "start": { - "line": 1833, + "line": 1875, "column": 14 }, "end": { - "line": 1833, + "line": 1875, "column": 18 } } @@ -808118,15 +808605,15 @@ "postfix": false, "binop": null }, - "start": 83073, - "end": 83074, + "start": 85463, + "end": 85464, "loc": { "start": { - "line": 1833, + "line": 1875, "column": 19 }, "end": { - "line": 1833, + "line": 1875, "column": 20 } } @@ -808146,15 +808633,15 @@ "updateContext": null }, "value": "let", - "start": 83091, - "end": 83094, + "start": 85481, + "end": 85484, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 16 }, "end": { - "line": 1834, + "line": 1876, "column": 19 } } @@ -808172,15 +808659,15 @@ "binop": null }, "value": "_imgSize", - "start": 83095, - "end": 83103, + "start": 85485, + "end": 85493, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 20 }, "end": { - "line": 1834, + "line": 1876, "column": 28 } } @@ -808199,15 +808686,15 @@ "updateContext": null }, "value": "=", - "start": 83104, - "end": 83105, + "start": 85494, + "end": 85495, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 29 }, "end": { - "line": 1834, + "line": 1876, "column": 30 } } @@ -808225,15 +808712,15 @@ "binop": null }, "value": "params", - "start": 83106, - "end": 83112, + "start": 85496, + "end": 85502, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 31 }, "end": { - "line": 1834, + "line": 1876, "column": 37 } } @@ -808251,15 +808738,15 @@ "binop": null, "updateContext": null }, - "start": 83112, - "end": 83113, + "start": 85502, + "end": 85503, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 37 }, "end": { - "line": 1834, + "line": 1876, "column": 38 } } @@ -808277,15 +808764,15 @@ "binop": null }, "value": "height", - "start": 83113, - "end": 83119, + "start": 85503, + "end": 85509, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 38 }, "end": { - "line": 1834, + "line": 1876, "column": 44 } } @@ -808304,15 +808791,15 @@ "updateContext": null }, "value": "-", - "start": 83120, - "end": 83121, + "start": 85510, + "end": 85511, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 45 }, "end": { - "line": 1834, + "line": 1876, "column": 46 } } @@ -808329,15 +808816,15 @@ "postfix": false, "binop": null }, - "start": 83122, - "end": 83123, + "start": 85512, + "end": 85513, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 47 }, "end": { - "line": 1834, + "line": 1876, "column": 48 } } @@ -808355,15 +808842,15 @@ "binop": null }, "value": "params", - "start": 83124, - "end": 83130, + "start": 85514, + "end": 85520, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 49 }, "end": { - "line": 1834, + "line": 1876, "column": 55 } } @@ -808381,15 +808868,15 @@ "binop": null, "updateContext": null }, - "start": 83130, - "end": 83131, + "start": 85520, + "end": 85521, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 55 }, "end": { - "line": 1834, + "line": 1876, "column": 56 } } @@ -808407,15 +808894,15 @@ "binop": null }, "value": "margin", - "start": 83131, - "end": 83137, + "start": 85521, + "end": 85527, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 56 }, "end": { - "line": 1834, + "line": 1876, "column": 62 } } @@ -808434,15 +808921,15 @@ "updateContext": null }, "value": "*", - "start": 83138, - "end": 83139, + "start": 85528, + "end": 85529, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 63 }, "end": { - "line": 1834, + "line": 1876, "column": 64 } } @@ -808461,15 +808948,15 @@ "updateContext": null }, "value": 2, - "start": 83140, - "end": 83141, + "start": 85530, + "end": 85531, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 65 }, "end": { - "line": 1834, + "line": 1876, "column": 66 } } @@ -808486,15 +808973,15 @@ "postfix": false, "binop": null }, - "start": 83142, - "end": 83143, + "start": 85532, + "end": 85533, "loc": { "start": { - "line": 1834, + "line": 1876, "column": 67 }, "end": { - "line": 1834, + "line": 1876, "column": 68 } } @@ -808512,15 +808999,15 @@ "binop": null }, "value": "_evt_elem", - "start": 83160, - "end": 83169, + "start": 85550, + "end": 85559, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 16 }, "end": { - "line": 1835, + "line": 1877, "column": 25 } } @@ -808538,15 +809025,15 @@ "binop": null, "updateContext": null }, - "start": 83169, - "end": 83170, + "start": 85559, + "end": 85560, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 25 }, "end": { - "line": 1835, + "line": 1877, "column": 26 } } @@ -808564,15 +809051,15 @@ "binop": null }, "value": "prepend", - "start": 83170, - "end": 83177, + "start": 85560, + "end": 85567, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 26 }, "end": { - "line": 1835, + "line": 1877, "column": 33 } } @@ -808589,15 +809076,15 @@ "postfix": false, "binop": null }, - "start": 83177, - "end": 83178, + "start": 85567, + "end": 85568, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 33 }, "end": { - "line": 1835, + "line": 1877, "column": 34 } } @@ -808614,15 +809101,15 @@ "postfix": false, "binop": null }, - "start": 83179, - "end": 83180, + "start": 85569, + "end": 85570, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 35 }, "end": { - "line": 1835, + "line": 1877, "column": 36 } } @@ -808641,15 +809128,15 @@ "updateContext": null }, "value": "", - "start": 83292, - "end": 83296, + "start": 85682, + "end": 85686, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 148 }, "end": { - "line": 1835, + "line": 1877, "column": 152 } } @@ -809182,15 +809669,15 @@ "postfix": false, "binop": null }, - "start": 83296, - "end": 83297, + "start": 85686, + "end": 85687, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 152 }, "end": { - "line": 1835, + "line": 1877, "column": 153 } } @@ -809207,15 +809694,15 @@ "postfix": false, "binop": null }, - "start": 83298, - "end": 83299, + "start": 85688, + "end": 85689, "loc": { "start": { - "line": 1835, + "line": 1877, "column": 154 }, "end": { - "line": 1835, + "line": 1877, "column": 155 } } @@ -809232,15 +809719,15 @@ "postfix": false, "binop": null }, - "start": 83312, - "end": 83313, + "start": 85702, + "end": 85703, "loc": { "start": { - "line": 1836, + "line": 1878, "column": 12 }, "end": { - "line": 1836, + "line": 1878, "column": 13 } } @@ -809257,15 +809744,15 @@ "postfix": false, "binop": null }, - "start": 83322, - "end": 83323, + "start": 85712, + "end": 85713, "loc": { "start": { - "line": 1837, + "line": 1879, "column": 8 }, "end": { - "line": 1837, + "line": 1879, "column": 9 } } @@ -809285,15 +809772,15 @@ "updateContext": null }, "value": "if", - "start": 83341, - "end": 83343, + "start": 85731, + "end": 85733, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 8 }, "end": { - "line": 1839, + "line": 1881, "column": 10 } } @@ -809310,15 +809797,15 @@ "postfix": false, "binop": null }, - "start": 83344, - "end": 83345, + "start": 85734, + "end": 85735, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 11 }, "end": { - "line": 1839, + "line": 1881, "column": 12 } } @@ -809340,15 +809827,15 @@ "pattern": "^bar$", "flags": "i" }, - "start": 83346, - "end": 83354, + "start": 85736, + "end": 85744, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 13 }, "end": { - "line": 1839, + "line": 1881, "column": 21 } } @@ -809366,15 +809853,15 @@ "binop": null, "updateContext": null }, - "start": 83354, - "end": 83355, + "start": 85744, + "end": 85745, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 21 }, "end": { - "line": 1839, + "line": 1881, "column": 22 } } @@ -809392,15 +809879,15 @@ "binop": null }, "value": "test", - "start": 83355, - "end": 83359, + "start": 85745, + "end": 85749, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 22 }, "end": { - "line": 1839, + "line": 1881, "column": 26 } } @@ -809417,15 +809904,15 @@ "postfix": false, "binop": null }, - "start": 83359, - "end": 83360, + "start": 85749, + "end": 85750, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 26 }, "end": { - "line": 1839, + "line": 1881, "column": 27 } } @@ -809443,15 +809930,15 @@ "binop": null }, "value": "_opts", - "start": 83361, - "end": 83366, + "start": 85751, + "end": 85756, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 28 }, "end": { - "line": 1839, + "line": 1881, "column": 33 } } @@ -809469,15 +809956,15 @@ "binop": null, "updateContext": null }, - "start": 83366, - "end": 83367, + "start": 85756, + "end": 85757, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 33 }, "end": { - "line": 1839, + "line": 1881, "column": 34 } } @@ -809495,15 +809982,15 @@ "binop": null }, "value": "type", - "start": 83367, - "end": 83371, + "start": 85757, + "end": 85761, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 34 }, "end": { - "line": 1839, + "line": 1881, "column": 38 } } @@ -809520,15 +810007,15 @@ "postfix": false, "binop": null }, - "start": 83372, - "end": 83373, + "start": 85762, + "end": 85763, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 39 }, "end": { - "line": 1839, + "line": 1881, "column": 40 } } @@ -809547,15 +810034,15 @@ "updateContext": null }, "value": "&&", - "start": 83374, - "end": 83376, + "start": 85764, + "end": 85766, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 41 }, "end": { - "line": 1839, + "line": 1881, "column": 43 } } @@ -809573,15 +810060,15 @@ "binop": null }, "value": "_opts", - "start": 83377, - "end": 83382, + "start": 85767, + "end": 85772, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 44 }, "end": { - "line": 1839, + "line": 1881, "column": 49 } } @@ -809599,15 +810086,15 @@ "binop": null, "updateContext": null }, - "start": 83382, - "end": 83383, + "start": 85772, + "end": 85773, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 49 }, "end": { - "line": 1839, + "line": 1881, "column": 50 } } @@ -809625,15 +810112,15 @@ "binop": null }, "value": "eventMeta", - "start": 83383, - "end": 83392, + "start": 85773, + "end": 85782, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 50 }, "end": { - "line": 1839, + "line": 1881, "column": 59 } } @@ -809651,15 +810138,15 @@ "binop": null, "updateContext": null }, - "start": 83392, - "end": 83393, + "start": 85782, + "end": 85783, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 59 }, "end": { - "line": 1839, + "line": 1881, "column": 60 } } @@ -809677,15 +810164,15 @@ "binop": null }, "value": "display", - "start": 83393, - "end": 83400, + "start": 85783, + "end": 85790, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 60 }, "end": { - "line": 1839, + "line": 1881, "column": 67 } } @@ -809702,15 +810189,15 @@ "postfix": false, "binop": null }, - "start": 83401, - "end": 83402, + "start": 85791, + "end": 85792, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 68 }, "end": { - "line": 1839, + "line": 1881, "column": 69 } } @@ -809727,15 +810214,15 @@ "postfix": false, "binop": null }, - "start": 83403, - "end": 83404, + "start": 85793, + "end": 85794, "loc": { "start": { - "line": 1839, + "line": 1881, "column": 70 }, "end": { - "line": 1839, + "line": 1881, "column": 71 } } @@ -809743,15 +810230,15 @@ { "type": "CommentLine", "value": "console.log( '!_createEventNode:', params )", - "start": 83405, - "end": 83450, + "start": 85795, + "end": 85840, "loc": { "start": { - "line": 1840, + "line": 1882, "column": 0 }, "end": { - "line": 1840, + "line": 1882, "column": 45 } } @@ -809769,15 +810256,15 @@ "binop": null }, "value": "params", - "start": 83463, - "end": 83469, + "start": 85853, + "end": 85859, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 12 }, "end": { - "line": 1841, + "line": 1883, "column": 18 } } @@ -809795,15 +810282,15 @@ "binop": null, "updateContext": null }, - "start": 83469, - "end": 83470, + "start": 85859, + "end": 85860, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 18 }, "end": { - "line": 1841, + "line": 1883, "column": 19 } } @@ -809821,15 +810308,15 @@ "binop": null }, "value": "extend", - "start": 83470, - "end": 83476, + "start": 85860, + "end": 85866, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 19 }, "end": { - "line": 1841, + "line": 1883, "column": 25 } } @@ -809847,15 +810334,15 @@ "binop": null, "updateContext": null }, - "start": 83476, - "end": 83477, + "start": 85866, + "end": 85867, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 25 }, "end": { - "line": 1841, + "line": 1883, "column": 26 } } @@ -809873,15 +810360,15 @@ "binop": null }, "value": "meta", - "start": 83477, - "end": 83481, + "start": 85867, + "end": 85871, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 26 }, "end": { - "line": 1841, + "line": 1883, "column": 30 } } @@ -809900,15 +810387,15 @@ "updateContext": null }, "value": "=", - "start": 83482, - "end": 83483, + "start": 85872, + "end": 85873, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 31 }, "end": { - "line": 1841, + "line": 1883, "column": 32 } } @@ -809926,15 +810413,15 @@ "binop": null }, "value": "params", - "start": 83484, - "end": 83490, + "start": 85874, + "end": 85880, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 33 }, "end": { - "line": 1841, + "line": 1883, "column": 39 } } @@ -809952,15 +810439,15 @@ "binop": null, "updateContext": null }, - "start": 83490, - "end": 83491, + "start": 85880, + "end": 85881, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 39 }, "end": { - "line": 1841, + "line": 1883, "column": 40 } } @@ -809978,15 +810465,15 @@ "binop": null }, "value": "rangeMeta", - "start": 83491, - "end": 83500, + "start": 85881, + "end": 85890, "loc": { "start": { - "line": 1841, + "line": 1883, "column": 40 }, "end": { - "line": 1841, + "line": 1883, "column": 49 } } @@ -810003,15 +810490,15 @@ "postfix": false, "binop": null }, - "start": 83509, - "end": 83510, + "start": 85899, + "end": 85900, "loc": { "start": { - "line": 1842, + "line": 1884, "column": 8 }, "end": { - "line": 1842, + "line": 1884, "column": 9 } } @@ -810031,15 +810518,15 @@ "updateContext": null }, "value": "if", - "start": 83528, - "end": 83530, + "start": 85918, + "end": 85920, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 8 }, "end": { - "line": 1844, + "line": 1886, "column": 10 } } @@ -810056,15 +810543,15 @@ "postfix": false, "binop": null }, - "start": 83531, - "end": 83532, + "start": 85921, + "end": 85922, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 11 }, "end": { - "line": 1844, + "line": 1886, "column": 12 } } @@ -810083,15 +810570,15 @@ "updateContext": null }, "value": "!", - "start": 83533, - "end": 83534, + "start": 85923, + "end": 85924, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 13 }, "end": { - "line": 1844, + "line": 1886, "column": 14 } } @@ -810111,15 +810598,15 @@ "updateContext": null }, "value": "this", - "start": 83535, - "end": 83539, + "start": 85925, + "end": 85929, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 15 }, "end": { - "line": 1844, + "line": 1886, "column": 19 } } @@ -810137,15 +810624,15 @@ "binop": null, "updateContext": null }, - "start": 83539, - "end": 83540, + "start": 85929, + "end": 85930, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 19 }, "end": { - "line": 1844, + "line": 1886, "column": 20 } } @@ -810163,15 +810650,15 @@ "binop": null }, "value": "is_empty", - "start": 83540, - "end": 83548, + "start": 85930, + "end": 85938, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 20 }, "end": { - "line": 1844, + "line": 1886, "column": 28 } } @@ -810188,15 +810675,15 @@ "postfix": false, "binop": null }, - "start": 83548, - "end": 83549, + "start": 85938, + "end": 85939, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 28 }, "end": { - "line": 1844, + "line": 1886, "column": 29 } } @@ -810214,15 +810701,15 @@ "binop": null }, "value": "params", - "start": 83550, - "end": 83556, + "start": 85940, + "end": 85946, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 30 }, "end": { - "line": 1844, + "line": 1886, "column": 36 } } @@ -810240,15 +810727,15 @@ "binop": null, "updateContext": null }, - "start": 83556, - "end": 83557, + "start": 85946, + "end": 85947, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 36 }, "end": { - "line": 1844, + "line": 1886, "column": 37 } } @@ -810266,15 +810753,15 @@ "binop": null }, "value": "extend", - "start": 83557, - "end": 83563, + "start": 85947, + "end": 85953, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 37 }, "end": { - "line": 1844, + "line": 1886, "column": 43 } } @@ -810291,15 +810778,15 @@ "postfix": false, "binop": null }, - "start": 83564, - "end": 83565, + "start": 85954, + "end": 85955, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 44 }, "end": { - "line": 1844, + "line": 1886, "column": 45 } } @@ -810316,15 +810803,15 @@ "postfix": false, "binop": null }, - "start": 83566, - "end": 83567, + "start": 85956, + "end": 85957, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 46 }, "end": { - "line": 1844, + "line": 1886, "column": 47 } } @@ -810341,15 +810828,15 @@ "postfix": false, "binop": null }, - "start": 83568, - "end": 83569, + "start": 85958, + "end": 85959, "loc": { "start": { - "line": 1844, + "line": 1886, "column": 48 }, "end": { - "line": 1844, + "line": 1886, "column": 49 } } @@ -810369,15 +810856,15 @@ "updateContext": null }, "value": "for", - "start": 83582, - "end": 83585, + "start": 85972, + "end": 85975, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 12 }, "end": { - "line": 1845, + "line": 1887, "column": 15 } } @@ -810394,15 +810881,15 @@ "postfix": false, "binop": null }, - "start": 83586, - "end": 83587, + "start": 85976, + "end": 85977, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 16 }, "end": { - "line": 1845, + "line": 1887, "column": 17 } } @@ -810422,15 +810909,15 @@ "updateContext": null }, "value": "let", - "start": 83588, - "end": 83591, + "start": 85978, + "end": 85981, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 18 }, "end": { - "line": 1845, + "line": 1887, "column": 21 } } @@ -810448,15 +810935,15 @@ "binop": null }, "value": "_prop", - "start": 83592, - "end": 83597, + "start": 85982, + "end": 85987, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 22 }, "end": { - "line": 1845, + "line": 1887, "column": 27 } } @@ -810474,15 +810961,15 @@ "binop": null }, "value": "of", - "start": 83598, - "end": 83600, + "start": 85988, + "end": 85990, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 28 }, "end": { - "line": 1845, + "line": 1887, "column": 30 } } @@ -810500,15 +810987,15 @@ "binop": null }, "value": "Object", - "start": 83601, - "end": 83607, + "start": 85991, + "end": 85997, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 31 }, "end": { - "line": 1845, + "line": 1887, "column": 37 } } @@ -810526,15 +811013,15 @@ "binop": null, "updateContext": null }, - "start": 83607, - "end": 83608, + "start": 85997, + "end": 85998, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 37 }, "end": { - "line": 1845, + "line": 1887, "column": 38 } } @@ -810552,15 +811039,15 @@ "binop": null }, "value": "keys", - "start": 83608, - "end": 83612, + "start": 85998, + "end": 86002, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 38 }, "end": { - "line": 1845, + "line": 1887, "column": 42 } } @@ -810577,15 +811064,15 @@ "postfix": false, "binop": null }, - "start": 83612, - "end": 83613, + "start": 86002, + "end": 86003, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 42 }, "end": { - "line": 1845, + "line": 1887, "column": 43 } } @@ -810603,15 +811090,15 @@ "binop": null }, "value": "params", - "start": 83614, - "end": 83620, + "start": 86004, + "end": 86010, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 44 }, "end": { - "line": 1845, + "line": 1887, "column": 50 } } @@ -810629,15 +811116,15 @@ "binop": null, "updateContext": null }, - "start": 83620, - "end": 83621, + "start": 86010, + "end": 86011, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 50 }, "end": { - "line": 1845, + "line": 1887, "column": 51 } } @@ -810655,15 +811142,15 @@ "binop": null }, "value": "extend", - "start": 83621, - "end": 83627, + "start": 86011, + "end": 86017, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 51 }, "end": { - "line": 1845, + "line": 1887, "column": 57 } } @@ -810680,15 +811167,15 @@ "postfix": false, "binop": null }, - "start": 83628, - "end": 83629, + "start": 86018, + "end": 86019, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 58 }, "end": { - "line": 1845, + "line": 1887, "column": 59 } } @@ -810705,15 +811192,15 @@ "postfix": false, "binop": null }, - "start": 83630, - "end": 83631, + "start": 86020, + "end": 86021, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 60 }, "end": { - "line": 1845, + "line": 1887, "column": 61 } } @@ -810730,15 +811217,15 @@ "postfix": false, "binop": null }, - "start": 83632, - "end": 83633, + "start": 86022, + "end": 86023, "loc": { "start": { - "line": 1845, + "line": 1887, "column": 62 }, "end": { - "line": 1845, + "line": 1887, "column": 63 } } @@ -810756,15 +811243,15 @@ "binop": null }, "value": "_evt_elem", - "start": 83650, - "end": 83659, + "start": 86040, + "end": 86049, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 16 }, "end": { - "line": 1846, + "line": 1888, "column": 25 } } @@ -810782,15 +811269,15 @@ "binop": null, "updateContext": null }, - "start": 83659, - "end": 83660, + "start": 86049, + "end": 86050, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 25 }, "end": { - "line": 1846, + "line": 1888, "column": 26 } } @@ -810808,15 +811295,15 @@ "binop": null }, "value": "attr", - "start": 83660, - "end": 83664, + "start": 86050, + "end": 86054, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 26 }, "end": { - "line": 1846, + "line": 1888, "column": 30 } } @@ -810833,15 +811320,15 @@ "postfix": false, "binop": null }, - "start": 83664, - "end": 83665, + "start": 86054, + "end": 86055, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 30 }, "end": { - "line": 1846, + "line": 1888, "column": 31 } } @@ -810858,15 +811345,15 @@ "postfix": false, "binop": null }, - "start": 83666, - "end": 83667, + "start": 86056, + "end": 86057, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 32 }, "end": { - "line": 1846, + "line": 1888, "column": 33 } } @@ -810885,15 +811372,15 @@ "updateContext": null }, "value": "data-", - "start": 83667, - "end": 83672, + "start": 86057, + "end": 86062, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 33 }, "end": { - "line": 1846, + "line": 1888, "column": 38 } } @@ -810910,15 +811397,15 @@ "postfix": false, "binop": null }, - "start": 83672, - "end": 83674, + "start": 86062, + "end": 86064, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 38 }, "end": { - "line": 1846, + "line": 1888, "column": 40 } } @@ -810936,15 +811423,15 @@ "binop": null }, "value": "_prop", - "start": 83674, - "end": 83679, + "start": 86064, + "end": 86069, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 40 }, "end": { - "line": 1846, + "line": 1888, "column": 45 } } @@ -810961,15 +811448,15 @@ "postfix": false, "binop": null }, - "start": 83679, - "end": 83680, + "start": 86069, + "end": 86070, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 45 }, "end": { - "line": 1846, + "line": 1888, "column": 46 } } @@ -810988,15 +811475,15 @@ "updateContext": null }, "value": "", - "start": 83680, - "end": 83680, + "start": 86070, + "end": 86070, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 46 }, "end": { - "line": 1846, + "line": 1888, "column": 46 } } @@ -811013,15 +811500,15 @@ "postfix": false, "binop": null }, - "start": 83680, - "end": 83681, + "start": 86070, + "end": 86071, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 46 }, "end": { - "line": 1846, + "line": 1888, "column": 47 } } @@ -811039,15 +811526,15 @@ "binop": null, "updateContext": null }, - "start": 83681, - "end": 83682, + "start": 86071, + "end": 86072, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 47 }, "end": { - "line": 1846, + "line": 1888, "column": 48 } } @@ -811065,15 +811552,15 @@ "binop": null }, "value": "params", - "start": 83683, - "end": 83689, + "start": 86073, + "end": 86079, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 49 }, "end": { - "line": 1846, + "line": 1888, "column": 55 } } @@ -811091,15 +811578,15 @@ "binop": null, "updateContext": null }, - "start": 83689, - "end": 83690, + "start": 86079, + "end": 86080, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 55 }, "end": { - "line": 1846, + "line": 1888, "column": 56 } } @@ -811117,15 +811604,15 @@ "binop": null }, "value": "extend", - "start": 83690, - "end": 83696, + "start": 86080, + "end": 86086, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 56 }, "end": { - "line": 1846, + "line": 1888, "column": 62 } } @@ -811143,15 +811630,15 @@ "binop": null, "updateContext": null }, - "start": 83696, - "end": 83697, + "start": 86086, + "end": 86087, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 62 }, "end": { - "line": 1846, + "line": 1888, "column": 63 } } @@ -811169,15 +811656,15 @@ "binop": null }, "value": "_prop", - "start": 83697, - "end": 83702, + "start": 86087, + "end": 86092, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 63 }, "end": { - "line": 1846, + "line": 1888, "column": 68 } } @@ -811195,15 +811682,15 @@ "binop": null, "updateContext": null }, - "start": 83702, - "end": 83703, + "start": 86092, + "end": 86093, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 68 }, "end": { - "line": 1846, + "line": 1888, "column": 69 } } @@ -811220,15 +811707,15 @@ "postfix": false, "binop": null }, - "start": 83704, - "end": 83705, + "start": 86094, + "end": 86095, "loc": { "start": { - "line": 1846, + "line": 1888, "column": 70 }, "end": { - "line": 1846, + "line": 1888, "column": 71 } } @@ -811248,15 +811735,15 @@ "updateContext": null }, "value": "if", - "start": 83722, - "end": 83724, + "start": 86112, + "end": 86114, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 16 }, "end": { - "line": 1847, + "line": 1889, "column": 18 } } @@ -811273,15 +811760,15 @@ "postfix": false, "binop": null }, - "start": 83725, - "end": 83726, + "start": 86115, + "end": 86116, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 19 }, "end": { - "line": 1847, + "line": 1889, "column": 20 } } @@ -811299,15 +811786,15 @@ "binop": null }, "value": "_prop", - "start": 83727, - "end": 83732, + "start": 86117, + "end": 86122, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 21 }, "end": { - "line": 1847, + "line": 1889, "column": 26 } } @@ -811326,15 +811813,15 @@ "updateContext": null }, "value": "===", - "start": 83733, - "end": 83736, + "start": 86123, + "end": 86126, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 27 }, "end": { - "line": 1847, + "line": 1889, "column": 30 } } @@ -811353,15 +811840,15 @@ "updateContext": null }, "value": "toggle", - "start": 83737, - "end": 83745, + "start": 86127, + "end": 86135, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 31 }, "end": { - "line": 1847, + "line": 1889, "column": 39 } } @@ -811380,15 +811867,15 @@ "updateContext": null }, "value": "&&", - "start": 83746, - "end": 83748, + "start": 86136, + "end": 86138, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 40 }, "end": { - "line": 1847, + "line": 1889, "column": 42 } } @@ -811406,15 +811893,15 @@ "binop": null, "updateContext": null }, - "start": 83749, - "end": 83750, + "start": 86139, + "end": 86140, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 43 }, "end": { - "line": 1847, + "line": 1889, "column": 44 } } @@ -811433,15 +811920,15 @@ "updateContext": null }, "value": "popover", - "start": 83751, - "end": 83760, + "start": 86141, + "end": 86150, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 45 }, "end": { - "line": 1847, + "line": 1889, "column": 54 } } @@ -811459,15 +811946,15 @@ "binop": null, "updateContext": null }, - "start": 83760, - "end": 83761, + "start": 86150, + "end": 86151, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 54 }, "end": { - "line": 1847, + "line": 1889, "column": 55 } } @@ -811486,15 +811973,15 @@ "updateContext": null }, "value": "tooltip", - "start": 83762, - "end": 83771, + "start": 86152, + "end": 86161, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 56 }, "end": { - "line": 1847, + "line": 1889, "column": 65 } } @@ -811512,15 +811999,15 @@ "binop": null, "updateContext": null }, - "start": 83772, - "end": 83773, + "start": 86162, + "end": 86163, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 66 }, "end": { - "line": 1847, + "line": 1889, "column": 67 } } @@ -811538,15 +812025,15 @@ "binop": null, "updateContext": null }, - "start": 83773, - "end": 83774, + "start": 86163, + "end": 86164, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 67 }, "end": { - "line": 1847, + "line": 1889, "column": 68 } } @@ -811564,15 +812051,15 @@ "binop": null }, "value": "includes", - "start": 83774, - "end": 83782, + "start": 86164, + "end": 86172, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 68 }, "end": { - "line": 1847, + "line": 1889, "column": 76 } } @@ -811589,15 +812076,15 @@ "postfix": false, "binop": null }, - "start": 83782, - "end": 83783, + "start": 86172, + "end": 86173, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 76 }, "end": { - "line": 1847, + "line": 1889, "column": 77 } } @@ -811615,15 +812102,15 @@ "binop": null }, "value": "params", - "start": 83784, - "end": 83790, + "start": 86174, + "end": 86180, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 78 }, "end": { - "line": 1847, + "line": 1889, "column": 84 } } @@ -811641,15 +812128,15 @@ "binop": null, "updateContext": null }, - "start": 83790, - "end": 83791, + "start": 86180, + "end": 86181, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 84 }, "end": { - "line": 1847, + "line": 1889, "column": 85 } } @@ -811667,15 +812154,15 @@ "binop": null }, "value": "extend", - "start": 83791, - "end": 83797, + "start": 86181, + "end": 86187, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 85 }, "end": { - "line": 1847, + "line": 1889, "column": 91 } } @@ -811693,15 +812180,15 @@ "binop": null, "updateContext": null }, - "start": 83797, - "end": 83798, + "start": 86187, + "end": 86188, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 91 }, "end": { - "line": 1847, + "line": 1889, "column": 92 } } @@ -811719,15 +812206,15 @@ "binop": null }, "value": "_prop", - "start": 83798, - "end": 83803, + "start": 86188, + "end": 86193, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 92 }, "end": { - "line": 1847, + "line": 1889, "column": 97 } } @@ -811745,15 +812232,15 @@ "binop": null, "updateContext": null }, - "start": 83803, - "end": 83804, + "start": 86193, + "end": 86194, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 97 }, "end": { - "line": 1847, + "line": 1889, "column": 98 } } @@ -811770,15 +812257,15 @@ "postfix": false, "binop": null }, - "start": 83805, - "end": 83806, + "start": 86195, + "end": 86196, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 99 }, "end": { - "line": 1847, + "line": 1889, "column": 100 } } @@ -811795,15 +812282,15 @@ "postfix": false, "binop": null }, - "start": 83807, - "end": 83808, + "start": 86197, + "end": 86198, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 101 }, "end": { - "line": 1847, + "line": 1889, "column": 102 } } @@ -811820,15 +812307,15 @@ "postfix": false, "binop": null }, - "start": 83809, - "end": 83810, + "start": 86199, + "end": 86200, "loc": { "start": { - "line": 1847, + "line": 1889, "column": 103 }, "end": { - "line": 1847, + "line": 1889, "column": 104 } } @@ -811836,15 +812323,15 @@ { "type": "CommentLine", "value": " for bootstrap's popover or tooltip", - "start": 83831, - "end": 83868, + "start": 86221, + "end": 86258, "loc": { "start": { - "line": 1848, + "line": 1890, "column": 20 }, "end": { - "line": 1848, + "line": 1890, "column": 57 } } @@ -811862,15 +812349,15 @@ "binop": null }, "value": "_evt_elem", - "start": 83889, - "end": 83898, + "start": 86279, + "end": 86288, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 20 }, "end": { - "line": 1849, + "line": 1891, "column": 29 } } @@ -811888,15 +812375,15 @@ "binop": null, "updateContext": null }, - "start": 83898, - "end": 83899, + "start": 86288, + "end": 86289, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 29 }, "end": { - "line": 1849, + "line": 1891, "column": 30 } } @@ -811914,15 +812401,15 @@ "binop": null }, "value": "attr", - "start": 83899, - "end": 83903, + "start": 86289, + "end": 86293, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 30 }, "end": { - "line": 1849, + "line": 1891, "column": 34 } } @@ -811939,15 +812426,15 @@ "postfix": false, "binop": null }, - "start": 83903, - "end": 83904, + "start": 86293, + "end": 86294, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 34 }, "end": { - "line": 1849, + "line": 1891, "column": 35 } } @@ -811966,15 +812453,15 @@ "updateContext": null }, "value": "title", - "start": 83905, - "end": 83912, + "start": 86295, + "end": 86302, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 36 }, "end": { - "line": 1849, + "line": 1891, "column": 43 } } @@ -811992,15 +812479,15 @@ "binop": null, "updateContext": null }, - "start": 83912, - "end": 83913, + "start": 86302, + "end": 86303, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 43 }, "end": { - "line": 1849, + "line": 1891, "column": 44 } } @@ -812018,15 +812505,15 @@ "binop": null }, "value": "params", - "start": 83914, - "end": 83920, + "start": 86304, + "end": 86310, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 45 }, "end": { - "line": 1849, + "line": 1891, "column": 51 } } @@ -812044,15 +812531,15 @@ "binop": null, "updateContext": null }, - "start": 83920, - "end": 83921, + "start": 86310, + "end": 86311, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 51 }, "end": { - "line": 1849, + "line": 1891, "column": 52 } } @@ -812070,15 +812557,15 @@ "binop": null }, "value": "label", - "start": 83921, - "end": 83926, + "start": 86311, + "end": 86316, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 52 }, "end": { - "line": 1849, + "line": 1891, "column": 57 } } @@ -812095,15 +812582,15 @@ "postfix": false, "binop": null }, - "start": 83927, - "end": 83928, + "start": 86317, + "end": 86318, "loc": { "start": { - "line": 1849, + "line": 1891, "column": 58 }, "end": { - "line": 1849, + "line": 1891, "column": 59 } } @@ -812123,15 +812610,15 @@ "updateContext": null }, "value": "if", - "start": 83949, - "end": 83951, + "start": 86339, + "end": 86341, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 20 }, "end": { - "line": 1850, + "line": 1892, "column": 22 } } @@ -812148,15 +812635,15 @@ "postfix": false, "binop": null }, - "start": 83952, - "end": 83953, + "start": 86342, + "end": 86343, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 23 }, "end": { - "line": 1850, + "line": 1892, "column": 24 } } @@ -812175,15 +812662,15 @@ "updateContext": null }, "value": "!", - "start": 83954, - "end": 83955, + "start": 86344, + "end": 86345, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 25 }, "end": { - "line": 1850, + "line": 1892, "column": 26 } } @@ -812201,15 +812688,15 @@ "binop": null }, "value": "params", - "start": 83956, - "end": 83962, + "start": 86346, + "end": 86352, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 27 }, "end": { - "line": 1850, + "line": 1892, "column": 33 } } @@ -812227,15 +812714,15 @@ "binop": null, "updateContext": null }, - "start": 83962, - "end": 83963, + "start": 86352, + "end": 86353, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 33 }, "end": { - "line": 1850, + "line": 1892, "column": 34 } } @@ -812253,15 +812740,15 @@ "binop": null }, "value": "extend", - "start": 83963, - "end": 83969, + "start": 86353, + "end": 86359, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 34 }, "end": { - "line": 1850, + "line": 1892, "column": 40 } } @@ -812279,15 +812766,15 @@ "binop": null, "updateContext": null }, - "start": 83969, - "end": 83970, + "start": 86359, + "end": 86360, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 40 }, "end": { - "line": 1850, + "line": 1892, "column": 41 } } @@ -812305,15 +812792,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 83970, - "end": 83984, + "start": 86360, + "end": 86374, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 41 }, "end": { - "line": 1850, + "line": 1892, "column": 55 } } @@ -812330,15 +812817,15 @@ "postfix": false, "binop": null }, - "start": 83984, - "end": 83985, + "start": 86374, + "end": 86375, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 55 }, "end": { - "line": 1850, + "line": 1892, "column": 56 } } @@ -812357,15 +812844,15 @@ "updateContext": null }, "value": "content", - "start": 83986, - "end": 83995, + "start": 86376, + "end": 86385, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 57 }, "end": { - "line": 1850, + "line": 1892, "column": 66 } } @@ -812382,15 +812869,15 @@ "postfix": false, "binop": null }, - "start": 83996, - "end": 83997, + "start": 86386, + "end": 86387, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 67 }, "end": { - "line": 1850, + "line": 1892, "column": 68 } } @@ -812407,15 +812894,15 @@ "postfix": false, "binop": null }, - "start": 83998, - "end": 83999, + "start": 86388, + "end": 86389, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 69 }, "end": { - "line": 1850, + "line": 1892, "column": 70 } } @@ -812432,15 +812919,15 @@ "postfix": false, "binop": null }, - "start": 84000, - "end": 84001, + "start": 86390, + "end": 86391, "loc": { "start": { - "line": 1850, + "line": 1892, "column": 71 }, "end": { - "line": 1850, + "line": 1892, "column": 72 } } @@ -812458,15 +812945,15 @@ "binop": null }, "value": "_evt_elem", - "start": 84026, - "end": 84035, + "start": 86416, + "end": 86425, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 24 }, "end": { - "line": 1851, + "line": 1893, "column": 33 } } @@ -812484,15 +812971,15 @@ "binop": null, "updateContext": null }, - "start": 84035, - "end": 84036, + "start": 86425, + "end": 86426, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 33 }, "end": { - "line": 1851, + "line": 1893, "column": 34 } } @@ -812510,15 +812997,15 @@ "binop": null }, "value": "attr", - "start": 84036, - "end": 84040, + "start": 86426, + "end": 86430, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 34 }, "end": { - "line": 1851, + "line": 1893, "column": 38 } } @@ -812535,15 +813022,15 @@ "postfix": false, "binop": null }, - "start": 84040, - "end": 84041, + "start": 86430, + "end": 86431, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 38 }, "end": { - "line": 1851, + "line": 1893, "column": 39 } } @@ -812562,15 +813049,15 @@ "updateContext": null }, "value": "data-content", - "start": 84042, - "end": 84056, + "start": 86432, + "end": 86446, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 40 }, "end": { - "line": 1851, + "line": 1893, "column": 54 } } @@ -812588,15 +813075,15 @@ "binop": null, "updateContext": null }, - "start": 84056, - "end": 84057, + "start": 86446, + "end": 86447, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 54 }, "end": { - "line": 1851, + "line": 1893, "column": 55 } } @@ -812614,15 +813101,15 @@ "binop": null }, "value": "params", - "start": 84058, - "end": 84064, + "start": 86448, + "end": 86454, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 56 }, "end": { - "line": 1851, + "line": 1893, "column": 62 } } @@ -812640,15 +813127,15 @@ "binop": null, "updateContext": null }, - "start": 84064, - "end": 84065, + "start": 86454, + "end": 86455, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 62 }, "end": { - "line": 1851, + "line": 1893, "column": 63 } } @@ -812666,15 +813153,15 @@ "binop": null }, "value": "content", - "start": 84065, - "end": 84072, + "start": 86455, + "end": 86462, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 63 }, "end": { - "line": 1851, + "line": 1893, "column": 70 } } @@ -812691,15 +813178,15 @@ "postfix": false, "binop": null }, - "start": 84073, - "end": 84074, + "start": 86463, + "end": 86464, "loc": { "start": { - "line": 1851, + "line": 1893, "column": 71 }, "end": { - "line": 1851, + "line": 1893, "column": 72 } } @@ -812716,15 +813203,15 @@ "postfix": false, "binop": null }, - "start": 84095, - "end": 84096, + "start": 86485, + "end": 86486, "loc": { "start": { - "line": 1852, + "line": 1894, "column": 20 }, "end": { - "line": 1852, + "line": 1894, "column": 21 } } @@ -812741,15 +813228,15 @@ "postfix": false, "binop": null }, - "start": 84113, - "end": 84114, + "start": 86503, + "end": 86504, "loc": { "start": { - "line": 1853, + "line": 1895, "column": 16 }, "end": { - "line": 1853, + "line": 1895, "column": 17 } } @@ -812766,15 +813253,15 @@ "postfix": false, "binop": null }, - "start": 84127, - "end": 84128, + "start": 86517, + "end": 86518, "loc": { "start": { - "line": 1854, + "line": 1896, "column": 12 }, "end": { - "line": 1854, + "line": 1896, "column": 13 } } @@ -812791,15 +813278,15 @@ "postfix": false, "binop": null }, - "start": 84137, - "end": 84138, + "start": 86527, + "end": 86528, "loc": { "start": { - "line": 1855, + "line": 1897, "column": 8 }, "end": { - "line": 1855, + "line": 1897, "column": 9 } } @@ -812819,15 +813306,15 @@ "updateContext": null }, "value": "if", - "start": 84156, - "end": 84158, + "start": 86546, + "end": 86548, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 8 }, "end": { - "line": 1857, + "line": 1899, "column": 10 } } @@ -812844,15 +813331,15 @@ "postfix": false, "binop": null }, - "start": 84159, - "end": 84160, + "start": 86549, + "end": 86550, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 11 }, "end": { - "line": 1857, + "line": 1899, "column": 12 } } @@ -812871,15 +813358,15 @@ "updateContext": null }, "value": "!", - "start": 84161, - "end": 84162, + "start": 86551, + "end": 86552, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 13 }, "end": { - "line": 1857, + "line": 1899, "column": 14 } } @@ -812899,15 +813386,15 @@ "updateContext": null }, "value": "this", - "start": 84163, - "end": 84167, + "start": 86553, + "end": 86557, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 15 }, "end": { - "line": 1857, + "line": 1899, "column": 19 } } @@ -812925,15 +813412,15 @@ "binop": null, "updateContext": null }, - "start": 84167, - "end": 84168, + "start": 86557, + "end": 86558, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 19 }, "end": { - "line": 1857, + "line": 1899, "column": 20 } } @@ -812951,15 +813438,15 @@ "binop": null }, "value": "is_empty", - "start": 84168, - "end": 84176, + "start": 86558, + "end": 86566, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 20 }, "end": { - "line": 1857, + "line": 1899, "column": 28 } } @@ -812976,15 +813463,15 @@ "postfix": false, "binop": null }, - "start": 84176, - "end": 84177, + "start": 86566, + "end": 86567, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 28 }, "end": { - "line": 1857, + "line": 1899, "column": 29 } } @@ -813002,15 +813489,15 @@ "binop": null }, "value": "params", - "start": 84178, - "end": 84184, + "start": 86568, + "end": 86574, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 30 }, "end": { - "line": 1857, + "line": 1899, "column": 36 } } @@ -813028,15 +813515,15 @@ "binop": null, "updateContext": null }, - "start": 84184, - "end": 84185, + "start": 86574, + "end": 86575, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 36 }, "end": { - "line": 1857, + "line": 1899, "column": 37 } } @@ -813054,15 +813541,15 @@ "binop": null }, "value": "callback", - "start": 84185, - "end": 84193, + "start": 86575, + "end": 86583, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 37 }, "end": { - "line": 1857, + "line": 1899, "column": 45 } } @@ -813079,15 +813566,15 @@ "postfix": false, "binop": null }, - "start": 84194, - "end": 84195, + "start": 86584, + "end": 86585, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 46 }, "end": { - "line": 1857, + "line": 1899, "column": 47 } } @@ -813104,15 +813591,15 @@ "postfix": false, "binop": null }, - "start": 84196, - "end": 84197, + "start": 86586, + "end": 86587, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 48 }, "end": { - "line": 1857, + "line": 1899, "column": 49 } } @@ -813129,15 +813616,15 @@ "postfix": false, "binop": null }, - "start": 84198, - "end": 84199, + "start": 86588, + "end": 86589, "loc": { "start": { - "line": 1857, + "line": 1899, "column": 50 }, "end": { - "line": 1857, + "line": 1899, "column": 51 } } @@ -813155,15 +813642,15 @@ "binop": null }, "value": "_evt_elem", - "start": 84212, - "end": 84221, + "start": 86602, + "end": 86611, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 12 }, "end": { - "line": 1858, + "line": 1900, "column": 21 } } @@ -813181,15 +813668,15 @@ "binop": null, "updateContext": null }, - "start": 84221, - "end": 84222, + "start": 86611, + "end": 86612, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 21 }, "end": { - "line": 1858, + "line": 1900, "column": 22 } } @@ -813207,15 +813694,15 @@ "binop": null }, "value": "attr", - "start": 84222, - "end": 84226, + "start": 86612, + "end": 86616, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 22 }, "end": { - "line": 1858, + "line": 1900, "column": 26 } } @@ -813232,15 +813719,15 @@ "postfix": false, "binop": null }, - "start": 84226, - "end": 84227, + "start": 86616, + "end": 86617, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 26 }, "end": { - "line": 1858, + "line": 1900, "column": 27 } } @@ -813259,15 +813746,15 @@ "updateContext": null }, "value": "data-callback", - "start": 84228, - "end": 84243, + "start": 86618, + "end": 86633, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 28 }, "end": { - "line": 1858, + "line": 1900, "column": 43 } } @@ -813285,15 +813772,15 @@ "binop": null, "updateContext": null }, - "start": 84243, - "end": 84244, + "start": 86633, + "end": 86634, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 43 }, "end": { - "line": 1858, + "line": 1900, "column": 44 } } @@ -813311,15 +813798,15 @@ "binop": null }, "value": "params", - "start": 84245, - "end": 84251, + "start": 86635, + "end": 86641, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 45 }, "end": { - "line": 1858, + "line": 1900, "column": 51 } } @@ -813337,15 +813824,15 @@ "binop": null, "updateContext": null }, - "start": 84251, - "end": 84252, + "start": 86641, + "end": 86642, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 51 }, "end": { - "line": 1858, + "line": 1900, "column": 52 } } @@ -813363,15 +813850,15 @@ "binop": null }, "value": "callback", - "start": 84252, - "end": 84260, + "start": 86642, + "end": 86650, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 52 }, "end": { - "line": 1858, + "line": 1900, "column": 60 } } @@ -813388,15 +813875,15 @@ "postfix": false, "binop": null }, - "start": 84261, - "end": 84262, + "start": 86651, + "end": 86652, "loc": { "start": { - "line": 1858, + "line": 1900, "column": 61 }, "end": { - "line": 1858, + "line": 1900, "column": 62 } } @@ -813413,15 +813900,15 @@ "postfix": false, "binop": null }, - "start": 84271, - "end": 84272, + "start": 86661, + "end": 86662, "loc": { "start": { - "line": 1859, + "line": 1901, "column": 8 }, "end": { - "line": 1859, + "line": 1901, "column": 9 } } @@ -813441,15 +813928,15 @@ "updateContext": null }, "value": "return", - "start": 84290, - "end": 84296, + "start": 86680, + "end": 86686, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 8 }, "end": { - "line": 1861, + "line": 1903, "column": 14 } } @@ -813467,15 +813954,15 @@ "binop": null }, "value": "_evt_elem", - "start": 84297, - "end": 84306, + "start": 86687, + "end": 86696, "loc": { "start": { - "line": 1861, + "line": 1903, "column": 15 }, "end": { - "line": 1861, + "line": 1903, "column": 24 } } @@ -813492,15 +813979,15 @@ "postfix": false, "binop": null }, - "start": 84311, - "end": 84312, + "start": 86701, + "end": 86702, "loc": { "start": { - "line": 1862, + "line": 1904, "column": 4 }, "end": { - "line": 1862, + "line": 1904, "column": 5 } } @@ -813508,15 +813995,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n ", - "start": 84322, - "end": 84494, + "start": 86712, + "end": 86884, "loc": { "start": { - "line": 1864, + "line": 1906, "column": 4 }, "end": { - "line": 1870, + "line": 1912, "column": 7 } } @@ -813534,15 +814021,15 @@ "binop": null }, "value": "_getPointerSize", - "start": 84499, - "end": 84514, + "start": 86889, + "end": 86904, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 4 }, "end": { - "line": 1871, + "line": 1913, "column": 19 } } @@ -813559,15 +814046,15 @@ "postfix": false, "binop": null }, - "start": 84514, - "end": 84515, + "start": 86904, + "end": 86905, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 19 }, "end": { - "line": 1871, + "line": 1913, "column": 20 } } @@ -813585,15 +814072,15 @@ "binop": null }, "value": "key", - "start": 84516, - "end": 84519, + "start": 86906, + "end": 86909, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 21 }, "end": { - "line": 1871, + "line": 1913, "column": 24 } } @@ -813611,15 +814098,15 @@ "binop": null, "updateContext": null }, - "start": 84519, - "end": 84520, + "start": 86909, + "end": 86910, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 24 }, "end": { - "line": 1871, + "line": 1913, "column": 25 } } @@ -813637,15 +814124,15 @@ "binop": null }, "value": "margin", - "start": 84521, - "end": 84527, + "start": 86911, + "end": 86917, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 26 }, "end": { - "line": 1871, + "line": 1913, "column": 32 } } @@ -813662,15 +814149,15 @@ "postfix": false, "binop": null }, - "start": 84528, - "end": 84529, + "start": 86918, + "end": 86919, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 33 }, "end": { - "line": 1871, + "line": 1913, "column": 34 } } @@ -813687,15 +814174,15 @@ "postfix": false, "binop": null }, - "start": 84530, - "end": 84531, + "start": 86920, + "end": 86921, "loc": { "start": { - "line": 1871, + "line": 1913, "column": 35 }, "end": { - "line": 1871, + "line": 1913, "column": 36 } } @@ -813703,15 +814190,15 @@ { "type": "CommentLine", "value": "let _opts = this._config,", - "start": 84540, - "end": 84568, + "start": 86930, + "end": 86958, "loc": { "start": { - "line": 1872, + "line": 1914, "column": 8 }, "end": { - "line": 1872, + "line": 1914, "column": 36 } } @@ -813731,15 +814218,15 @@ "updateContext": null }, "value": "let", - "start": 84577, - "end": 84580, + "start": 86967, + "end": 86970, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 8 }, "end": { - "line": 1873, + "line": 1915, "column": 11 } } @@ -813757,15 +814244,15 @@ "binop": null }, "value": "_props", - "start": 84581, - "end": 84587, + "start": 86971, + "end": 86977, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 12 }, "end": { - "line": 1873, + "line": 1915, "column": 18 } } @@ -813784,15 +814271,15 @@ "updateContext": null }, "value": "=", - "start": 84588, - "end": 84589, + "start": 86978, + "end": 86979, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 19 }, "end": { - "line": 1873, + "line": 1915, "column": 20 } } @@ -813812,15 +814299,15 @@ "updateContext": null }, "value": "this", - "start": 84590, - "end": 84594, + "start": 86980, + "end": 86984, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 21 }, "end": { - "line": 1873, + "line": 1915, "column": 25 } } @@ -813838,15 +814325,15 @@ "binop": null, "updateContext": null }, - "start": 84594, - "end": 84595, + "start": 86984, + "end": 86985, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 25 }, "end": { - "line": 1873, + "line": 1915, "column": 26 } } @@ -813864,15 +814351,15 @@ "binop": null }, "value": "_instanceProps", - "start": 84595, - "end": 84609, + "start": 86985, + "end": 86999, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 26 }, "end": { - "line": 1873, + "line": 1915, "column": 40 } } @@ -813890,15 +814377,15 @@ "binop": null, "updateContext": null }, - "start": 84609, - "end": 84610, + "start": 86999, + "end": 87000, "loc": { "start": { - "line": 1873, + "line": 1915, "column": 40 }, "end": { - "line": 1873, + "line": 1915, "column": 41 } } @@ -813916,15 +814403,15 @@ "binop": null }, "value": "_max", - "start": 84623, - "end": 84627, + "start": 87013, + "end": 87017, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 12 }, "end": { - "line": 1874, + "line": 1916, "column": 16 } } @@ -813943,15 +814430,15 @@ "updateContext": null }, "value": "=", - "start": 84630, - "end": 84631, + "start": 87020, + "end": 87021, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 19 }, "end": { - "line": 1874, + "line": 1916, "column": 20 } } @@ -813969,15 +814456,15 @@ "binop": null }, "value": "Math", - "start": 84632, - "end": 84636, + "start": 87022, + "end": 87026, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 21 }, "end": { - "line": 1874, + "line": 1916, "column": 25 } } @@ -813995,15 +814482,15 @@ "binop": null, "updateContext": null }, - "start": 84636, - "end": 84637, + "start": 87026, + "end": 87027, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 25 }, "end": { - "line": 1874, + "line": 1916, "column": 26 } } @@ -814021,15 +814508,15 @@ "binop": null }, "value": "min", - "start": 84637, - "end": 84640, + "start": 87027, + "end": 87030, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 26 }, "end": { - "line": 1874, + "line": 1916, "column": 29 } } @@ -814046,15 +814533,15 @@ "postfix": false, "binop": null }, - "start": 84640, - "end": 84641, + "start": 87030, + "end": 87031, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 29 }, "end": { - "line": 1874, + "line": 1916, "column": 30 } } @@ -814072,15 +814559,15 @@ "binop": null }, "value": "_props", - "start": 84642, - "end": 84648, + "start": 87032, + "end": 87038, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 31 }, "end": { - "line": 1874, + "line": 1916, "column": 37 } } @@ -814098,15 +814585,15 @@ "binop": null, "updateContext": null }, - "start": 84648, - "end": 84649, + "start": 87038, + "end": 87039, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 37 }, "end": { - "line": 1874, + "line": 1916, "column": 38 } } @@ -814124,15 +814611,15 @@ "binop": null }, "value": "scaleSize", - "start": 84649, - "end": 84658, + "start": 87039, + "end": 87048, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 38 }, "end": { - "line": 1874, + "line": 1916, "column": 47 } } @@ -814150,15 +814637,15 @@ "binop": null, "updateContext": null }, - "start": 84658, - "end": 84659, + "start": 87048, + "end": 87049, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 47 }, "end": { - "line": 1874, + "line": 1916, "column": 48 } } @@ -814176,15 +814663,15 @@ "binop": null }, "value": "_props", - "start": 84660, - "end": 84666, + "start": 87050, + "end": 87056, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 49 }, "end": { - "line": 1874, + "line": 1916, "column": 55 } } @@ -814202,15 +814689,15 @@ "binop": null, "updateContext": null }, - "start": 84666, - "end": 84667, + "start": 87056, + "end": 87057, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 55 }, "end": { - "line": 1874, + "line": 1916, "column": 56 } } @@ -814228,15 +814715,15 @@ "binop": null }, "value": "rowSize", - "start": 84667, - "end": 84674, + "start": 87057, + "end": 87064, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 56 }, "end": { - "line": 1874, + "line": 1916, "column": 63 } } @@ -814253,15 +814740,15 @@ "postfix": false, "binop": null }, - "start": 84675, - "end": 84676, + "start": 87065, + "end": 87066, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 64 }, "end": { - "line": 1874, + "line": 1916, "column": 65 } } @@ -814280,15 +814767,15 @@ "updateContext": null }, "value": "-", - "start": 84677, - "end": 84678, + "start": 87067, + "end": 87068, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 66 }, "end": { - "line": 1874, + "line": 1916, "column": 67 } } @@ -814305,15 +814792,15 @@ "postfix": false, "binop": null }, - "start": 84679, - "end": 84680, + "start": 87069, + "end": 87070, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 68 }, "end": { - "line": 1874, + "line": 1916, "column": 69 } } @@ -814331,15 +814818,15 @@ "binop": null }, "value": "margin", - "start": 84681, - "end": 84687, + "start": 87071, + "end": 87077, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 70 }, "end": { - "line": 1874, + "line": 1916, "column": 76 } } @@ -814358,15 +814845,15 @@ "updateContext": null }, "value": "*", - "start": 84688, - "end": 84689, + "start": 87078, + "end": 87079, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 77 }, "end": { - "line": 1874, + "line": 1916, "column": 78 } } @@ -814385,15 +814872,15 @@ "updateContext": null }, "value": 2, - "start": 84690, - "end": 84691, + "start": 87080, + "end": 87081, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 79 }, "end": { - "line": 1874, + "line": 1916, "column": 80 } } @@ -814410,15 +814897,15 @@ "postfix": false, "binop": null }, - "start": 84692, - "end": 84693, + "start": 87082, + "end": 87083, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 81 }, "end": { - "line": 1874, + "line": 1916, "column": 82 } } @@ -814436,15 +814923,15 @@ "binop": null, "updateContext": null }, - "start": 84693, - "end": 84694, + "start": 87083, + "end": 87084, "loc": { "start": { - "line": 1874, + "line": 1916, "column": 82 }, "end": { - "line": 1874, + "line": 1916, "column": 83 } } @@ -814462,15 +814949,15 @@ "binop": null }, "value": "_size", - "start": 84707, - "end": 84712, + "start": 87097, + "end": 87102, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 12 }, "end": { - "line": 1875, + "line": 1917, "column": 17 } } @@ -814489,15 +814976,15 @@ "updateContext": null }, "value": "=", - "start": 84714, - "end": 84715, + "start": 87104, + "end": 87105, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 19 }, "end": { - "line": 1875, + "line": 1917, "column": 20 } } @@ -814517,15 +815004,15 @@ "updateContext": null }, "value": "null", - "start": 84716, - "end": 84720, + "start": 87106, + "end": 87110, "loc": { "start": { - "line": 1875, + "line": 1917, "column": 21 }, "end": { - "line": 1875, + "line": 1917, "column": 25 } } @@ -814545,15 +815032,15 @@ "updateContext": null }, "value": "switch", - "start": 84738, - "end": 84744, + "start": 87128, + "end": 87134, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 8 }, "end": { - "line": 1877, + "line": 1919, "column": 14 } } @@ -814570,15 +815057,15 @@ "postfix": false, "binop": null }, - "start": 84745, - "end": 84746, + "start": 87135, + "end": 87136, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 15 }, "end": { - "line": 1877, + "line": 1919, "column": 16 } } @@ -814598,15 +815085,15 @@ "updateContext": null }, "value": "true", - "start": 84747, - "end": 84751, + "start": 87137, + "end": 87141, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 17 }, "end": { - "line": 1877, + "line": 1919, "column": 21 } } @@ -814623,15 +815110,15 @@ "postfix": false, "binop": null }, - "start": 84752, - "end": 84753, + "start": 87142, + "end": 87143, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 22 }, "end": { - "line": 1877, + "line": 1919, "column": 23 } } @@ -814648,15 +815135,15 @@ "postfix": false, "binop": null }, - "start": 84754, - "end": 84755, + "start": 87144, + "end": 87145, "loc": { "start": { - "line": 1877, + "line": 1919, "column": 24 }, "end": { - "line": 1877, + "line": 1919, "column": 25 } } @@ -814676,15 +815163,15 @@ "updateContext": null }, "value": "case", - "start": 84768, - "end": 84772, + "start": 87158, + "end": 87162, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 12 }, "end": { - "line": 1878, + "line": 1920, "column": 16 } } @@ -814706,15 +815193,15 @@ "pattern": "^large$", "flags": "i" }, - "start": 84773, - "end": 84783, + "start": 87163, + "end": 87173, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 17 }, "end": { - "line": 1878, + "line": 1920, "column": 27 } } @@ -814732,15 +815219,15 @@ "binop": null, "updateContext": null }, - "start": 84783, - "end": 84784, + "start": 87173, + "end": 87174, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 27 }, "end": { - "line": 1878, + "line": 1920, "column": 28 } } @@ -814758,15 +815245,15 @@ "binop": null }, "value": "test", - "start": 84784, - "end": 84788, + "start": 87174, + "end": 87178, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 28 }, "end": { - "line": 1878, + "line": 1920, "column": 32 } } @@ -814783,15 +815270,15 @@ "postfix": false, "binop": null }, - "start": 84788, - "end": 84789, + "start": 87178, + "end": 87179, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 32 }, "end": { - "line": 1878, + "line": 1920, "column": 33 } } @@ -814809,15 +815296,15 @@ "binop": null }, "value": "key", - "start": 84790, - "end": 84793, + "start": 87180, + "end": 87183, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 34 }, "end": { - "line": 1878, + "line": 1920, "column": 37 } } @@ -814834,15 +815321,15 @@ "postfix": false, "binop": null }, - "start": 84794, - "end": 84795, + "start": 87184, + "end": 87185, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 38 }, "end": { - "line": 1878, + "line": 1920, "column": 39 } } @@ -814860,15 +815347,15 @@ "binop": null, "updateContext": null }, - "start": 84795, - "end": 84796, + "start": 87185, + "end": 87186, "loc": { "start": { - "line": 1878, + "line": 1920, "column": 39 }, "end": { - "line": 1878, + "line": 1920, "column": 40 } } @@ -814886,15 +815373,15 @@ "binop": null }, "value": "_size", - "start": 84813, - "end": 84818, + "start": 87203, + "end": 87208, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 16 }, "end": { - "line": 1879, + "line": 1921, "column": 21 } } @@ -814913,15 +815400,15 @@ "updateContext": null }, "value": "=", - "start": 84819, - "end": 84820, + "start": 87209, + "end": 87210, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 22 }, "end": { - "line": 1879, + "line": 1921, "column": 23 } } @@ -814939,15 +815426,15 @@ "binop": null }, "value": "Math", - "start": 84821, - "end": 84825, + "start": 87211, + "end": 87215, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 24 }, "end": { - "line": 1879, + "line": 1921, "column": 28 } } @@ -814965,15 +815452,15 @@ "binop": null, "updateContext": null }, - "start": 84825, - "end": 84826, + "start": 87215, + "end": 87216, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 28 }, "end": { - "line": 1879, + "line": 1921, "column": 29 } } @@ -814991,15 +815478,15 @@ "binop": null }, "value": "max", - "start": 84826, - "end": 84829, + "start": 87216, + "end": 87219, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 29 }, "end": { - "line": 1879, + "line": 1921, "column": 32 } } @@ -815016,15 +815503,15 @@ "postfix": false, "binop": null }, - "start": 84829, - "end": 84830, + "start": 87219, + "end": 87220, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 32 }, "end": { - "line": 1879, + "line": 1921, "column": 33 } } @@ -815044,15 +815531,15 @@ "updateContext": null }, "value": "this", - "start": 84831, - "end": 84835, + "start": 87221, + "end": 87225, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 34 }, "end": { - "line": 1879, + "line": 1921, "column": 38 } } @@ -815070,15 +815557,15 @@ "binop": null, "updateContext": null }, - "start": 84835, - "end": 84836, + "start": 87225, + "end": 87226, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 38 }, "end": { - "line": 1879, + "line": 1921, "column": 39 } } @@ -815096,15 +815583,15 @@ "binop": null }, "value": "numRound", - "start": 84836, - "end": 84844, + "start": 87226, + "end": 87234, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 39 }, "end": { - "line": 1879, + "line": 1921, "column": 47 } } @@ -815121,15 +815608,15 @@ "postfix": false, "binop": null }, - "start": 84844, - "end": 84845, + "start": 87234, + "end": 87235, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 47 }, "end": { - "line": 1879, + "line": 1921, "column": 48 } } @@ -815147,15 +815634,15 @@ "binop": null }, "value": "_max", - "start": 84846, - "end": 84850, + "start": 87236, + "end": 87240, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 49 }, "end": { - "line": 1879, + "line": 1921, "column": 53 } } @@ -815174,15 +815661,15 @@ "updateContext": null }, "value": "*", - "start": 84851, - "end": 84852, + "start": 87241, + "end": 87242, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 54 }, "end": { - "line": 1879, + "line": 1921, "column": 55 } } @@ -815201,15 +815688,15 @@ "updateContext": null }, "value": 0.8, - "start": 84853, - "end": 84856, + "start": 87243, + "end": 87246, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 56 }, "end": { - "line": 1879, + "line": 1921, "column": 59 } } @@ -815227,15 +815714,15 @@ "binop": null, "updateContext": null }, - "start": 84856, - "end": 84857, + "start": 87246, + "end": 87247, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 59 }, "end": { - "line": 1879, + "line": 1921, "column": 60 } } @@ -815254,15 +815741,15 @@ "updateContext": null }, "value": 1, - "start": 84858, - "end": 84859, + "start": 87248, + "end": 87249, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 61 }, "end": { - "line": 1879, + "line": 1921, "column": 62 } } @@ -815279,15 +815766,15 @@ "postfix": false, "binop": null }, - "start": 84860, - "end": 84861, + "start": 87250, + "end": 87251, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 63 }, "end": { - "line": 1879, + "line": 1921, "column": 64 } } @@ -815305,15 +815792,15 @@ "binop": null, "updateContext": null }, - "start": 84861, - "end": 84862, + "start": 87251, + "end": 87252, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 64 }, "end": { - "line": 1879, + "line": 1921, "column": 65 } } @@ -815331,15 +815818,15 @@ "binop": null }, "value": "MIN_POINTER_SIZE", - "start": 84863, - "end": 84879, + "start": 87253, + "end": 87269, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 66 }, "end": { - "line": 1879, + "line": 1921, "column": 82 } } @@ -815356,15 +815843,15 @@ "postfix": false, "binop": null }, - "start": 84880, - "end": 84881, + "start": 87270, + "end": 87271, "loc": { "start": { - "line": 1879, + "line": 1921, "column": 83 }, "end": { - "line": 1879, + "line": 1921, "column": 84 } } @@ -815384,15 +815871,15 @@ "updateContext": null }, "value": "break", - "start": 84898, - "end": 84903, + "start": 87288, + "end": 87293, "loc": { "start": { - "line": 1880, + "line": 1922, "column": 16 }, "end": { - "line": 1880, + "line": 1922, "column": 21 } } @@ -815412,15 +815899,15 @@ "updateContext": null }, "value": "case", - "start": 84916, - "end": 84920, + "start": 87306, + "end": 87310, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 12 }, "end": { - "line": 1881, + "line": 1923, "column": 16 } } @@ -815442,15 +815929,15 @@ "pattern": "^normal$", "flags": "i" }, - "start": 84921, - "end": 84932, + "start": 87311, + "end": 87322, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 17 }, "end": { - "line": 1881, + "line": 1923, "column": 28 } } @@ -815468,15 +815955,15 @@ "binop": null, "updateContext": null }, - "start": 84932, - "end": 84933, + "start": 87322, + "end": 87323, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 28 }, "end": { - "line": 1881, + "line": 1923, "column": 29 } } @@ -815494,15 +815981,15 @@ "binop": null }, "value": "test", - "start": 84933, - "end": 84937, + "start": 87323, + "end": 87327, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 29 }, "end": { - "line": 1881, + "line": 1923, "column": 33 } } @@ -815519,15 +816006,15 @@ "postfix": false, "binop": null }, - "start": 84937, - "end": 84938, + "start": 87327, + "end": 87328, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 33 }, "end": { - "line": 1881, + "line": 1923, "column": 34 } } @@ -815545,15 +816032,15 @@ "binop": null }, "value": "key", - "start": 84939, - "end": 84942, + "start": 87329, + "end": 87332, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 35 }, "end": { - "line": 1881, + "line": 1923, "column": 38 } } @@ -815570,15 +816057,15 @@ "postfix": false, "binop": null }, - "start": 84943, - "end": 84944, + "start": 87333, + "end": 87334, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 39 }, "end": { - "line": 1881, + "line": 1923, "column": 40 } } @@ -815596,15 +816083,15 @@ "binop": null, "updateContext": null }, - "start": 84944, - "end": 84945, + "start": 87334, + "end": 87335, "loc": { "start": { - "line": 1881, + "line": 1923, "column": 40 }, "end": { - "line": 1881, + "line": 1923, "column": 41 } } @@ -815622,15 +816109,15 @@ "binop": null }, "value": "_size", - "start": 84962, - "end": 84967, + "start": 87352, + "end": 87357, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 16 }, "end": { - "line": 1882, + "line": 1924, "column": 21 } } @@ -815649,15 +816136,15 @@ "updateContext": null }, "value": "=", - "start": 84968, - "end": 84969, + "start": 87358, + "end": 87359, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 22 }, "end": { - "line": 1882, + "line": 1924, "column": 23 } } @@ -815675,15 +816162,15 @@ "binop": null }, "value": "Math", - "start": 84970, - "end": 84974, + "start": 87360, + "end": 87364, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 24 }, "end": { - "line": 1882, + "line": 1924, "column": 28 } } @@ -815701,15 +816188,15 @@ "binop": null, "updateContext": null }, - "start": 84974, - "end": 84975, + "start": 87364, + "end": 87365, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 28 }, "end": { - "line": 1882, + "line": 1924, "column": 29 } } @@ -815727,15 +816214,15 @@ "binop": null }, "value": "max", - "start": 84975, - "end": 84978, + "start": 87365, + "end": 87368, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 29 }, "end": { - "line": 1882, + "line": 1924, "column": 32 } } @@ -815752,15 +816239,15 @@ "postfix": false, "binop": null }, - "start": 84978, - "end": 84979, + "start": 87368, + "end": 87369, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 32 }, "end": { - "line": 1882, + "line": 1924, "column": 33 } } @@ -815780,15 +816267,15 @@ "updateContext": null }, "value": "this", - "start": 84980, - "end": 84984, + "start": 87370, + "end": 87374, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 34 }, "end": { - "line": 1882, + "line": 1924, "column": 38 } } @@ -815806,15 +816293,15 @@ "binop": null, "updateContext": null }, - "start": 84984, - "end": 84985, + "start": 87374, + "end": 87375, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 38 }, "end": { - "line": 1882, + "line": 1924, "column": 39 } } @@ -815832,15 +816319,15 @@ "binop": null }, "value": "numRound", - "start": 84985, - "end": 84993, + "start": 87375, + "end": 87383, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 39 }, "end": { - "line": 1882, + "line": 1924, "column": 47 } } @@ -815857,15 +816344,15 @@ "postfix": false, "binop": null }, - "start": 84993, - "end": 84994, + "start": 87383, + "end": 87384, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 47 }, "end": { - "line": 1882, + "line": 1924, "column": 48 } } @@ -815883,15 +816370,15 @@ "binop": null }, "value": "_max", - "start": 84995, - "end": 84999, + "start": 87385, + "end": 87389, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 49 }, "end": { - "line": 1882, + "line": 1924, "column": 53 } } @@ -815910,15 +816397,15 @@ "updateContext": null }, "value": "/", - "start": 85000, - "end": 85001, + "start": 87390, + "end": 87391, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 54 }, "end": { - "line": 1882, + "line": 1924, "column": 55 } } @@ -815937,15 +816424,15 @@ "updateContext": null }, "value": 2, - "start": 85002, - "end": 85003, + "start": 87392, + "end": 87393, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 56 }, "end": { - "line": 1882, + "line": 1924, "column": 57 } } @@ -815963,15 +816450,15 @@ "binop": null, "updateContext": null }, - "start": 85003, - "end": 85004, + "start": 87393, + "end": 87394, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 57 }, "end": { - "line": 1882, + "line": 1924, "column": 58 } } @@ -815990,15 +816477,15 @@ "updateContext": null }, "value": 1, - "start": 85005, - "end": 85006, + "start": 87395, + "end": 87396, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 59 }, "end": { - "line": 1882, + "line": 1924, "column": 60 } } @@ -816015,15 +816502,15 @@ "postfix": false, "binop": null }, - "start": 85007, - "end": 85008, + "start": 87397, + "end": 87398, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 61 }, "end": { - "line": 1882, + "line": 1924, "column": 62 } } @@ -816041,15 +816528,15 @@ "binop": null, "updateContext": null }, - "start": 85008, - "end": 85009, + "start": 87398, + "end": 87399, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 62 }, "end": { - "line": 1882, + "line": 1924, "column": 63 } } @@ -816067,15 +816554,15 @@ "binop": null }, "value": "MIN_POINTER_SIZE", - "start": 85010, - "end": 85026, + "start": 87400, + "end": 87416, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 64 }, "end": { - "line": 1882, + "line": 1924, "column": 80 } } @@ -816092,15 +816579,15 @@ "postfix": false, "binop": null }, - "start": 85027, - "end": 85028, + "start": 87417, + "end": 87418, "loc": { "start": { - "line": 1882, + "line": 1924, "column": 81 }, "end": { - "line": 1882, + "line": 1924, "column": 82 } } @@ -816120,15 +816607,15 @@ "updateContext": null }, "value": "break", - "start": 85045, - "end": 85050, + "start": 87435, + "end": 87440, "loc": { "start": { - "line": 1883, + "line": 1925, "column": 16 }, "end": { - "line": 1883, + "line": 1925, "column": 21 } } @@ -816148,15 +816635,15 @@ "updateContext": null }, "value": "case", - "start": 85063, - "end": 85067, + "start": 87453, + "end": 87457, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 12 }, "end": { - "line": 1884, + "line": 1926, "column": 16 } } @@ -816178,15 +816665,15 @@ "pattern": "^small$", "flags": "i" }, - "start": 85068, - "end": 85078, + "start": 87458, + "end": 87468, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 17 }, "end": { - "line": 1884, + "line": 1926, "column": 27 } } @@ -816204,15 +816691,15 @@ "binop": null, "updateContext": null }, - "start": 85078, - "end": 85079, + "start": 87468, + "end": 87469, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 27 }, "end": { - "line": 1884, + "line": 1926, "column": 28 } } @@ -816230,15 +816717,15 @@ "binop": null }, "value": "test", - "start": 85079, - "end": 85083, + "start": 87469, + "end": 87473, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 28 }, "end": { - "line": 1884, + "line": 1926, "column": 32 } } @@ -816255,15 +816742,15 @@ "postfix": false, "binop": null }, - "start": 85083, - "end": 85084, + "start": 87473, + "end": 87474, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 32 }, "end": { - "line": 1884, + "line": 1926, "column": 33 } } @@ -816281,15 +816768,15 @@ "binop": null }, "value": "key", - "start": 85085, - "end": 85088, + "start": 87475, + "end": 87478, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 34 }, "end": { - "line": 1884, + "line": 1926, "column": 37 } } @@ -816306,15 +816793,15 @@ "postfix": false, "binop": null }, - "start": 85089, - "end": 85090, + "start": 87479, + "end": 87480, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 38 }, "end": { - "line": 1884, + "line": 1926, "column": 39 } } @@ -816332,15 +816819,15 @@ "binop": null, "updateContext": null }, - "start": 85090, - "end": 85091, + "start": 87480, + "end": 87481, "loc": { "start": { - "line": 1884, + "line": 1926, "column": 39 }, "end": { - "line": 1884, + "line": 1926, "column": 40 } } @@ -816358,15 +816845,15 @@ "binop": null }, "value": "_size", - "start": 85108, - "end": 85113, + "start": 87498, + "end": 87503, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 16 }, "end": { - "line": 1885, + "line": 1927, "column": 21 } } @@ -816385,15 +816872,15 @@ "updateContext": null }, "value": "=", - "start": 85114, - "end": 85115, + "start": 87504, + "end": 87505, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 22 }, "end": { - "line": 1885, + "line": 1927, "column": 23 } } @@ -816411,15 +816898,15 @@ "binop": null }, "value": "Math", - "start": 85116, - "end": 85120, + "start": 87506, + "end": 87510, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 24 }, "end": { - "line": 1885, + "line": 1927, "column": 28 } } @@ -816437,15 +816924,15 @@ "binop": null, "updateContext": null }, - "start": 85120, - "end": 85121, + "start": 87510, + "end": 87511, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 28 }, "end": { - "line": 1885, + "line": 1927, "column": 29 } } @@ -816463,15 +816950,15 @@ "binop": null }, "value": "max", - "start": 85121, - "end": 85124, + "start": 87511, + "end": 87514, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 29 }, "end": { - "line": 1885, + "line": 1927, "column": 32 } } @@ -816488,15 +816975,15 @@ "postfix": false, "binop": null }, - "start": 85124, - "end": 85125, + "start": 87514, + "end": 87515, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 32 }, "end": { - "line": 1885, + "line": 1927, "column": 33 } } @@ -816516,15 +817003,15 @@ "updateContext": null }, "value": "this", - "start": 85126, - "end": 85130, + "start": 87516, + "end": 87520, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 34 }, "end": { - "line": 1885, + "line": 1927, "column": 38 } } @@ -816542,15 +817029,15 @@ "binop": null, "updateContext": null }, - "start": 85130, - "end": 85131, + "start": 87520, + "end": 87521, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 38 }, "end": { - "line": 1885, + "line": 1927, "column": 39 } } @@ -816568,15 +817055,15 @@ "binop": null }, "value": "numRound", - "start": 85131, - "end": 85139, + "start": 87521, + "end": 87529, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 39 }, "end": { - "line": 1885, + "line": 1927, "column": 47 } } @@ -816593,15 +817080,15 @@ "postfix": false, "binop": null }, - "start": 85139, - "end": 85140, + "start": 87529, + "end": 87530, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 47 }, "end": { - "line": 1885, + "line": 1927, "column": 48 } } @@ -816619,15 +817106,15 @@ "binop": null }, "value": "_max", - "start": 85141, - "end": 85145, + "start": 87531, + "end": 87535, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 49 }, "end": { - "line": 1885, + "line": 1927, "column": 53 } } @@ -816646,15 +817133,15 @@ "updateContext": null }, "value": "/", - "start": 85146, - "end": 85147, + "start": 87536, + "end": 87537, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 54 }, "end": { - "line": 1885, + "line": 1927, "column": 55 } } @@ -816673,15 +817160,15 @@ "updateContext": null }, "value": 4, - "start": 85148, - "end": 85149, + "start": 87538, + "end": 87539, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 56 }, "end": { - "line": 1885, + "line": 1927, "column": 57 } } @@ -816699,15 +817186,15 @@ "binop": null, "updateContext": null }, - "start": 85149, - "end": 85150, + "start": 87539, + "end": 87540, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 57 }, "end": { - "line": 1885, + "line": 1927, "column": 58 } } @@ -816726,15 +817213,15 @@ "updateContext": null }, "value": 1, - "start": 85151, - "end": 85152, + "start": 87541, + "end": 87542, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 59 }, "end": { - "line": 1885, + "line": 1927, "column": 60 } } @@ -816751,15 +817238,15 @@ "postfix": false, "binop": null }, - "start": 85153, - "end": 85154, + "start": 87543, + "end": 87544, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 61 }, "end": { - "line": 1885, + "line": 1927, "column": 62 } } @@ -816777,15 +817264,15 @@ "binop": null, "updateContext": null }, - "start": 85154, - "end": 85155, + "start": 87544, + "end": 87545, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 62 }, "end": { - "line": 1885, + "line": 1927, "column": 63 } } @@ -816803,15 +817290,15 @@ "binop": null }, "value": "MIN_POINTER_SIZE", - "start": 85156, - "end": 85172, + "start": 87546, + "end": 87562, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 64 }, "end": { - "line": 1885, + "line": 1927, "column": 80 } } @@ -816828,15 +817315,15 @@ "postfix": false, "binop": null }, - "start": 85173, - "end": 85174, + "start": 87563, + "end": 87564, "loc": { "start": { - "line": 1885, + "line": 1927, "column": 81 }, "end": { - "line": 1885, + "line": 1927, "column": 82 } } @@ -816856,15 +817343,15 @@ "updateContext": null }, "value": "break", - "start": 85191, - "end": 85196, + "start": 87581, + "end": 87586, "loc": { "start": { - "line": 1886, + "line": 1928, "column": 16 }, "end": { - "line": 1886, + "line": 1928, "column": 21 } } @@ -816884,15 +817371,15 @@ "updateContext": null }, "value": "default", - "start": 85209, - "end": 85216, + "start": 87599, + "end": 87606, "loc": { "start": { - "line": 1887, + "line": 1929, "column": 12 }, "end": { - "line": 1887, + "line": 1929, "column": 19 } } @@ -816910,15 +817397,15 @@ "binop": null, "updateContext": null }, - "start": 85216, - "end": 85217, + "start": 87606, + "end": 87607, "loc": { "start": { - "line": 1887, + "line": 1929, "column": 19 }, "end": { - "line": 1887, + "line": 1929, "column": 20 } } @@ -816936,15 +817423,15 @@ "binop": null }, "value": "_size", - "start": 85234, - "end": 85239, + "start": 87624, + "end": 87629, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 16 }, "end": { - "line": 1888, + "line": 1930, "column": 21 } } @@ -816963,15 +817450,15 @@ "updateContext": null }, "value": "=", - "start": 85240, - "end": 85241, + "start": 87630, + "end": 87631, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 22 }, "end": { - "line": 1888, + "line": 1930, "column": 23 } } @@ -816989,15 +817476,15 @@ "binop": null }, "value": "Math", - "start": 85242, - "end": 85246, + "start": 87632, + "end": 87636, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 24 }, "end": { - "line": 1888, + "line": 1930, "column": 28 } } @@ -817015,15 +817502,15 @@ "binop": null, "updateContext": null }, - "start": 85246, - "end": 85247, + "start": 87636, + "end": 87637, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 28 }, "end": { - "line": 1888, + "line": 1930, "column": 29 } } @@ -817041,15 +817528,15 @@ "binop": null }, "value": "max", - "start": 85247, - "end": 85250, + "start": 87637, + "end": 87640, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 29 }, "end": { - "line": 1888, + "line": 1930, "column": 32 } } @@ -817066,15 +817553,15 @@ "postfix": false, "binop": null }, - "start": 85250, - "end": 85251, + "start": 87640, + "end": 87641, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 32 }, "end": { - "line": 1888, + "line": 1930, "column": 33 } } @@ -817092,15 +817579,15 @@ "binop": null }, "value": "parseInt", - "start": 85252, - "end": 85260, + "start": 87642, + "end": 87650, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 34 }, "end": { - "line": 1888, + "line": 1930, "column": 42 } } @@ -817117,15 +817604,15 @@ "postfix": false, "binop": null }, - "start": 85260, - "end": 85261, + "start": 87650, + "end": 87651, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 42 }, "end": { - "line": 1888, + "line": 1930, "column": 43 } } @@ -817143,15 +817630,15 @@ "binop": null }, "value": "key", - "start": 85262, - "end": 85265, + "start": 87652, + "end": 87655, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 44 }, "end": { - "line": 1888, + "line": 1930, "column": 47 } } @@ -817169,15 +817656,15 @@ "binop": null, "updateContext": null }, - "start": 85265, - "end": 85266, + "start": 87655, + "end": 87656, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 47 }, "end": { - "line": 1888, + "line": 1930, "column": 48 } } @@ -817196,15 +817683,15 @@ "updateContext": null }, "value": 10, - "start": 85267, - "end": 85269, + "start": 87657, + "end": 87659, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 49 }, "end": { - "line": 1888, + "line": 1930, "column": 51 } } @@ -817221,15 +817708,15 @@ "postfix": false, "binop": null }, - "start": 85270, - "end": 85271, + "start": 87660, + "end": 87661, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 52 }, "end": { - "line": 1888, + "line": 1930, "column": 53 } } @@ -817247,15 +817734,15 @@ "binop": null, "updateContext": null }, - "start": 85271, - "end": 85272, + "start": 87661, + "end": 87662, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 53 }, "end": { - "line": 1888, + "line": 1930, "column": 54 } } @@ -817273,15 +817760,15 @@ "binop": null }, "value": "MIN_POINTER_SIZE", - "start": 85273, - "end": 85289, + "start": 87663, + "end": 87679, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 55 }, "end": { - "line": 1888, + "line": 1930, "column": 71 } } @@ -817298,15 +817785,15 @@ "postfix": false, "binop": null }, - "start": 85290, - "end": 85291, + "start": 87680, + "end": 87681, "loc": { "start": { - "line": 1888, + "line": 1930, "column": 72 }, "end": { - "line": 1888, + "line": 1930, "column": 73 } } @@ -817323,15 +817810,15 @@ "postfix": false, "binop": null }, - "start": 85300, - "end": 85301, + "start": 87690, + "end": 87691, "loc": { "start": { - "line": 1889, + "line": 1931, "column": 8 }, "end": { - "line": 1889, + "line": 1931, "column": 9 } } @@ -817339,15 +817826,15 @@ { "type": "CommentLine", "value": "console.log( '!_getPointerSize:', _props, key, _max, _size )", - "start": 85311, - "end": 85373, + "start": 87701, + "end": 87763, "loc": { "start": { - "line": 1891, + "line": 1933, "column": 0 }, "end": { - "line": 1891, + "line": 1933, "column": 62 } } @@ -817367,15 +817854,15 @@ "updateContext": null }, "value": "return", - "start": 85382, - "end": 85388, + "start": 87772, + "end": 87778, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 8 }, "end": { - "line": 1892, + "line": 1934, "column": 14 } } @@ -817393,15 +817880,15 @@ "binop": null }, "value": "_size", - "start": 85389, - "end": 85394, + "start": 87779, + "end": 87784, "loc": { "start": { - "line": 1892, + "line": 1934, "column": 15 }, "end": { - "line": 1892, + "line": 1934, "column": 20 } } @@ -817418,15 +817905,15 @@ "postfix": false, "binop": null }, - "start": 85399, - "end": 85400, + "start": 87789, + "end": 87790, "loc": { "start": { - "line": 1893, + "line": 1935, "column": 4 }, "end": { - "line": 1893, + "line": 1935, "column": 5 } } @@ -817434,15 +817921,15 @@ { "type": "CommentBlock", "value": "*\n * Draw the relational lines\n * @private\n * @param {Object} events - \n ", - "start": 85410, - "end": 85503, + "start": 87800, + "end": 87893, "loc": { "start": { - "line": 1895, + "line": 1937, "column": 4 }, "end": { - "line": 1899, + "line": 1941, "column": 7 } } @@ -817460,15 +817947,15 @@ "binop": null }, "value": "_drawRelationLine", - "start": 85508, - "end": 85525, + "start": 87898, + "end": 87915, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 4 }, "end": { - "line": 1900, + "line": 1942, "column": 21 } } @@ -817485,15 +817972,15 @@ "postfix": false, "binop": null }, - "start": 85525, - "end": 85526, + "start": 87915, + "end": 87916, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 21 }, "end": { - "line": 1900, + "line": 1942, "column": 22 } } @@ -817511,15 +817998,15 @@ "binop": null }, "value": "events", - "start": 85527, - "end": 85533, + "start": 87917, + "end": 87923, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 23 }, "end": { - "line": 1900, + "line": 1942, "column": 29 } } @@ -817536,15 +818023,15 @@ "postfix": false, "binop": null }, - "start": 85534, - "end": 85535, + "start": 87924, + "end": 87925, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 30 }, "end": { - "line": 1900, + "line": 1942, "column": 31 } } @@ -817561,15 +818048,15 @@ "postfix": false, "binop": null }, - "start": 85536, - "end": 85537, + "start": 87926, + "end": 87927, "loc": { "start": { - "line": 1900, + "line": 1942, "column": 32 }, "end": { - "line": 1900, + "line": 1942, "column": 33 } } @@ -817589,15 +818076,15 @@ "updateContext": null }, "value": "let", - "start": 85546, - "end": 85549, + "start": 87936, + "end": 87939, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 8 }, "end": { - "line": 1901, + "line": 1943, "column": 11 } } @@ -817615,15 +818102,15 @@ "binop": null }, "value": "_opts", - "start": 85550, - "end": 85555, + "start": 87940, + "end": 87945, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 12 }, "end": { - "line": 1901, + "line": 1943, "column": 17 } } @@ -817642,15 +818129,15 @@ "updateContext": null }, "value": "=", - "start": 85564, - "end": 85565, + "start": 87954, + "end": 87955, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 26 }, "end": { - "line": 1901, + "line": 1943, "column": 27 } } @@ -817670,15 +818157,15 @@ "updateContext": null }, "value": "this", - "start": 85566, - "end": 85570, + "start": 87956, + "end": 87960, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 28 }, "end": { - "line": 1901, + "line": 1943, "column": 32 } } @@ -817696,15 +818183,15 @@ "binop": null, "updateContext": null }, - "start": 85570, - "end": 85571, + "start": 87960, + "end": 87961, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 32 }, "end": { - "line": 1901, + "line": 1943, "column": 33 } } @@ -817722,15 +818209,15 @@ "binop": null }, "value": "_config", - "start": 85571, - "end": 85578, + "start": 87961, + "end": 87968, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 33 }, "end": { - "line": 1901, + "line": 1943, "column": 40 } } @@ -817748,15 +818235,15 @@ "binop": null, "updateContext": null }, - "start": 85578, - "end": 85579, + "start": 87968, + "end": 87969, "loc": { "start": { - "line": 1901, + "line": 1943, "column": 40 }, "end": { - "line": 1901, + "line": 1943, "column": 41 } } @@ -817774,15 +818261,15 @@ "binop": null }, "value": "_props", - "start": 85592, - "end": 85598, + "start": 87982, + "end": 87988, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 12 }, "end": { - "line": 1902, + "line": 1944, "column": 18 } } @@ -817801,15 +818288,15 @@ "updateContext": null }, "value": "=", - "start": 85606, - "end": 85607, + "start": 87996, + "end": 87997, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 26 }, "end": { - "line": 1902, + "line": 1944, "column": 27 } } @@ -817829,15 +818316,15 @@ "updateContext": null }, "value": "this", - "start": 85608, - "end": 85612, + "start": 87998, + "end": 88002, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 28 }, "end": { - "line": 1902, + "line": 1944, "column": 32 } } @@ -817855,15 +818342,15 @@ "binop": null, "updateContext": null }, - "start": 85612, - "end": 85613, + "start": 88002, + "end": 88003, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 32 }, "end": { - "line": 1902, + "line": 1944, "column": 33 } } @@ -817881,15 +818368,15 @@ "binop": null }, "value": "_instanceProps", - "start": 85613, - "end": 85627, + "start": 88003, + "end": 88017, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 33 }, "end": { - "line": 1902, + "line": 1944, "column": 47 } } @@ -817907,15 +818394,15 @@ "binop": null, "updateContext": null }, - "start": 85627, - "end": 85628, + "start": 88017, + "end": 88018, "loc": { "start": { - "line": 1902, + "line": 1944, "column": 47 }, "end": { - "line": 1902, + "line": 1944, "column": 48 } } @@ -817933,15 +818420,15 @@ "binop": null }, "value": "_canvas", - "start": 85641, - "end": 85648, + "start": 88031, + "end": 88038, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 12 }, "end": { - "line": 1903, + "line": 1945, "column": 19 } } @@ -817960,15 +818447,15 @@ "updateContext": null }, "value": "=", - "start": 85655, - "end": 85656, + "start": 88045, + "end": 88046, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 26 }, "end": { - "line": 1903, + "line": 1945, "column": 27 } } @@ -817986,15 +818473,15 @@ "binop": null }, "value": "$", - "start": 85657, - "end": 85658, + "start": 88047, + "end": 88048, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 28 }, "end": { - "line": 1903, + "line": 1945, "column": 29 } } @@ -818011,15 +818498,15 @@ "postfix": false, "binop": null }, - "start": 85658, - "end": 85659, + "start": 88048, + "end": 88049, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 29 }, "end": { - "line": 1903, + "line": 1945, "column": 30 } } @@ -818039,15 +818526,15 @@ "updateContext": null }, "value": "this", - "start": 85659, - "end": 85663, + "start": 88049, + "end": 88053, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 30 }, "end": { - "line": 1903, + "line": 1945, "column": 34 } } @@ -818065,15 +818552,15 @@ "binop": null, "updateContext": null }, - "start": 85663, - "end": 85664, + "start": 88053, + "end": 88054, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 34 }, "end": { - "line": 1903, + "line": 1945, "column": 35 } } @@ -818091,15 +818578,15 @@ "binop": null }, "value": "_element", - "start": 85664, - "end": 85672, + "start": 88054, + "end": 88062, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 35 }, "end": { - "line": 1903, + "line": 1945, "column": 43 } } @@ -818116,15 +818603,15 @@ "postfix": false, "binop": null }, - "start": 85672, - "end": 85673, + "start": 88062, + "end": 88063, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 43 }, "end": { - "line": 1903, + "line": 1945, "column": 44 } } @@ -818142,15 +818629,15 @@ "binop": null, "updateContext": null }, - "start": 85673, - "end": 85674, + "start": 88063, + "end": 88064, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 44 }, "end": { - "line": 1903, + "line": 1945, "column": 45 } } @@ -818168,15 +818655,15 @@ "binop": null }, "value": "find", - "start": 85674, - "end": 85678, + "start": 88064, + "end": 88068, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 45 }, "end": { - "line": 1903, + "line": 1945, "column": 49 } } @@ -818193,15 +818680,15 @@ "postfix": false, "binop": null }, - "start": 85678, - "end": 85679, + "start": 88068, + "end": 88069, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 49 }, "end": { - "line": 1903, + "line": 1945, "column": 50 } } @@ -818219,15 +818706,15 @@ "binop": null }, "value": "Selector", - "start": 85680, - "end": 85688, + "start": 88070, + "end": 88078, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 51 }, "end": { - "line": 1903, + "line": 1945, "column": 59 } } @@ -818245,15 +818732,15 @@ "binop": null, "updateContext": null }, - "start": 85688, - "end": 85689, + "start": 88078, + "end": 88079, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 59 }, "end": { - "line": 1903, + "line": 1945, "column": 60 } } @@ -818271,15 +818758,15 @@ "binop": null }, "value": "TIMELINE_RELATION_LINES", - "start": 85689, - "end": 85712, + "start": 88079, + "end": 88102, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 60 }, "end": { - "line": 1903, + "line": 1945, "column": 83 } } @@ -818296,15 +818783,15 @@ "postfix": false, "binop": null }, - "start": 85713, - "end": 85714, + "start": 88103, + "end": 88104, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 84 }, "end": { - "line": 1903, + "line": 1945, "column": 85 } } @@ -818322,15 +818809,15 @@ "binop": null, "updateContext": null }, - "start": 85714, - "end": 85715, + "start": 88104, + "end": 88105, "loc": { "start": { - "line": 1903, + "line": 1945, "column": 85 }, "end": { - "line": 1903, + "line": 1945, "column": 86 } } @@ -818348,15 +818835,15 @@ "binop": null }, "value": "ctx_relations", - "start": 85728, - "end": 85741, + "start": 88118, + "end": 88131, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 12 }, "end": { - "line": 1904, + "line": 1946, "column": 25 } } @@ -818375,15 +818862,15 @@ "updateContext": null }, "value": "=", - "start": 85742, - "end": 85743, + "start": 88132, + "end": 88133, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 26 }, "end": { - "line": 1904, + "line": 1946, "column": 27 } } @@ -818401,15 +818888,15 @@ "binop": null }, "value": "_canvas", - "start": 85744, - "end": 85751, + "start": 88134, + "end": 88141, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 28 }, "end": { - "line": 1904, + "line": 1946, "column": 35 } } @@ -818427,15 +818914,15 @@ "binop": null, "updateContext": null }, - "start": 85751, - "end": 85752, + "start": 88141, + "end": 88142, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 35 }, "end": { - "line": 1904, + "line": 1946, "column": 36 } } @@ -818454,15 +818941,15 @@ "updateContext": null }, "value": 0, - "start": 85752, - "end": 85753, + "start": 88142, + "end": 88143, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 36 }, "end": { - "line": 1904, + "line": 1946, "column": 37 } } @@ -818480,15 +818967,15 @@ "binop": null, "updateContext": null }, - "start": 85753, - "end": 85754, + "start": 88143, + "end": 88144, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 37 }, "end": { - "line": 1904, + "line": 1946, "column": 38 } } @@ -818506,15 +818993,15 @@ "binop": null, "updateContext": null }, - "start": 85754, - "end": 85755, + "start": 88144, + "end": 88145, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 38 }, "end": { - "line": 1904, + "line": 1946, "column": 39 } } @@ -818532,15 +819019,15 @@ "binop": null }, "value": "getContext", - "start": 85755, - "end": 85765, + "start": 88145, + "end": 88155, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 39 }, "end": { - "line": 1904, + "line": 1946, "column": 49 } } @@ -818557,15 +819044,15 @@ "postfix": false, "binop": null }, - "start": 85765, - "end": 85766, + "start": 88155, + "end": 88156, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 49 }, "end": { - "line": 1904, + "line": 1946, "column": 50 } } @@ -818584,15 +819071,15 @@ "updateContext": null }, "value": "2d", - "start": 85766, - "end": 85770, + "start": 88156, + "end": 88160, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 50 }, "end": { - "line": 1904, + "line": 1946, "column": 54 } } @@ -818609,15 +819096,15 @@ "postfix": false, "binop": null }, - "start": 85770, - "end": 85771, + "start": 88160, + "end": 88161, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 54 }, "end": { - "line": 1904, + "line": 1946, "column": 55 } } @@ -818635,15 +819122,15 @@ "binop": null, "updateContext": null }, - "start": 85771, - "end": 85772, + "start": 88161, + "end": 88162, "loc": { "start": { - "line": 1904, + "line": 1946, "column": 55 }, "end": { - "line": 1904, + "line": 1946, "column": 56 } } @@ -818661,15 +819148,15 @@ "binop": null }, "value": "drawLine", - "start": 85785, - "end": 85793, + "start": 88175, + "end": 88183, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 12 }, "end": { - "line": 1905, + "line": 1947, "column": 20 } } @@ -818688,15 +819175,15 @@ "updateContext": null }, "value": "=", - "start": 85799, - "end": 85800, + "start": 88189, + "end": 88190, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 26 }, "end": { - "line": 1905, + "line": 1947, "column": 27 } } @@ -818713,15 +819200,15 @@ "postfix": false, "binop": null }, - "start": 85801, - "end": 85802, + "start": 88191, + "end": 88192, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 28 }, "end": { - "line": 1905, + "line": 1947, "column": 29 } } @@ -818739,15 +819226,15 @@ "binop": null }, "value": "_sx", - "start": 85803, - "end": 85806, + "start": 88193, + "end": 88196, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 30 }, "end": { - "line": 1905, + "line": 1947, "column": 33 } } @@ -818765,15 +819252,15 @@ "binop": null, "updateContext": null }, - "start": 85806, - "end": 85807, + "start": 88196, + "end": 88197, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 33 }, "end": { - "line": 1905, + "line": 1947, "column": 34 } } @@ -818791,15 +819278,15 @@ "binop": null }, "value": "_sy", - "start": 85808, - "end": 85811, + "start": 88198, + "end": 88201, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 35 }, "end": { - "line": 1905, + "line": 1947, "column": 38 } } @@ -818817,15 +819304,15 @@ "binop": null, "updateContext": null }, - "start": 85811, - "end": 85812, + "start": 88201, + "end": 88202, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 38 }, "end": { - "line": 1905, + "line": 1947, "column": 39 } } @@ -818843,15 +819330,15 @@ "binop": null }, "value": "_ex", - "start": 85813, - "end": 85816, + "start": 88203, + "end": 88206, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 40 }, "end": { - "line": 1905, + "line": 1947, "column": 43 } } @@ -818869,15 +819356,15 @@ "binop": null, "updateContext": null }, - "start": 85816, - "end": 85817, + "start": 88206, + "end": 88207, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 43 }, "end": { - "line": 1905, + "line": 1947, "column": 44 } } @@ -818895,15 +819382,15 @@ "binop": null }, "value": "_ey", - "start": 85818, - "end": 85821, + "start": 88208, + "end": 88211, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 45 }, "end": { - "line": 1905, + "line": 1947, "column": 48 } } @@ -818921,15 +819408,15 @@ "binop": null, "updateContext": null }, - "start": 85821, - "end": 85822, + "start": 88211, + "end": 88212, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 48 }, "end": { - "line": 1905, + "line": 1947, "column": 49 } } @@ -818947,15 +819434,15 @@ "binop": null }, "value": "evt", - "start": 85823, - "end": 85826, + "start": 88213, + "end": 88216, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 50 }, "end": { - "line": 1905, + "line": 1947, "column": 53 } } @@ -818973,15 +819460,15 @@ "binop": null, "updateContext": null }, - "start": 85826, - "end": 85827, + "start": 88216, + "end": 88217, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 53 }, "end": { - "line": 1905, + "line": 1947, "column": 54 } } @@ -818999,15 +819486,15 @@ "binop": null }, "value": "_ba", - "start": 85828, - "end": 85831, + "start": 88218, + "end": 88221, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 55 }, "end": { - "line": 1905, + "line": 1947, "column": 58 } } @@ -819024,15 +819511,15 @@ "postfix": false, "binop": null }, - "start": 85832, - "end": 85833, + "start": 88222, + "end": 88223, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 59 }, "end": { - "line": 1905, + "line": 1947, "column": 60 } } @@ -819050,15 +819537,15 @@ "binop": null, "updateContext": null }, - "start": 85834, - "end": 85836, + "start": 88224, + "end": 88226, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 61 }, "end": { - "line": 1905, + "line": 1947, "column": 63 } } @@ -819075,15 +819562,15 @@ "postfix": false, "binop": null }, - "start": 85837, - "end": 85838, + "start": 88227, + "end": 88228, "loc": { "start": { - "line": 1905, + "line": 1947, "column": 64 }, "end": { - "line": 1905, + "line": 1947, "column": 65 } } @@ -819103,15 +819590,15 @@ "updateContext": null }, "value": "let", - "start": 85855, - "end": 85858, + "start": 88245, + "end": 88248, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 16 }, "end": { - "line": 1906, + "line": 1948, "column": 19 } } @@ -819129,15 +819616,15 @@ "binop": null }, "value": "_curveType", - "start": 85859, - "end": 85869, + "start": 88249, + "end": 88259, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 20 }, "end": { - "line": 1906, + "line": 1948, "column": 30 } } @@ -819156,15 +819643,15 @@ "updateContext": null }, "value": "=", - "start": 85870, - "end": 85871, + "start": 88260, + "end": 88261, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 31 }, "end": { - "line": 1906, + "line": 1948, "column": 32 } } @@ -819181,15 +819668,15 @@ "postfix": false, "binop": null }, - "start": 85872, - "end": 85873, + "start": 88262, + "end": 88263, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 33 }, "end": { - "line": 1906, + "line": 1948, "column": 34 } } @@ -819206,15 +819693,15 @@ "postfix": false, "binop": null }, - "start": 85873, - "end": 85874, + "start": 88263, + "end": 88264, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 34 }, "end": { - "line": 1906, + "line": 1948, "column": 35 } } @@ -819232,15 +819719,15 @@ "binop": null, "updateContext": null }, - "start": 85874, - "end": 85875, + "start": 88264, + "end": 88265, "loc": { "start": { - "line": 1906, + "line": 1948, "column": 35 }, "end": { - "line": 1906, + "line": 1948, "column": 36 } } @@ -819258,15 +819745,15 @@ "binop": null }, "value": "_radius", - "start": 85896, - "end": 85903, + "start": 88286, + "end": 88293, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 20 }, "end": { - "line": 1907, + "line": 1949, "column": 27 } } @@ -819285,15 +819772,15 @@ "updateContext": null }, "value": "=", - "start": 85907, - "end": 85908, + "start": 88297, + "end": 88298, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 31 }, "end": { - "line": 1907, + "line": 1949, "column": 32 } } @@ -819313,15 +819800,15 @@ "updateContext": null }, "value": "this", - "start": 85909, - "end": 85913, + "start": 88299, + "end": 88303, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 33 }, "end": { - "line": 1907, + "line": 1949, "column": 37 } } @@ -819339,15 +819826,15 @@ "binop": null, "updateContext": null }, - "start": 85913, - "end": 85914, + "start": 88303, + "end": 88304, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 37 }, "end": { - "line": 1907, + "line": 1949, "column": 38 } } @@ -819365,15 +819852,15 @@ "binop": null }, "value": "numRound", - "start": 85914, - "end": 85922, + "start": 88304, + "end": 88312, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 38 }, "end": { - "line": 1907, + "line": 1949, "column": 46 } } @@ -819390,15 +819877,15 @@ "postfix": false, "binop": null }, - "start": 85922, - "end": 85923, + "start": 88312, + "end": 88313, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 46 }, "end": { - "line": 1907, + "line": 1949, "column": 47 } } @@ -819416,15 +819903,15 @@ "binop": null }, "value": "Math", - "start": 85924, - "end": 85928, + "start": 88314, + "end": 88318, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 48 }, "end": { - "line": 1907, + "line": 1949, "column": 52 } } @@ -819442,15 +819929,15 @@ "binop": null, "updateContext": null }, - "start": 85928, - "end": 85929, + "start": 88318, + "end": 88319, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 52 }, "end": { - "line": 1907, + "line": 1949, "column": 53 } } @@ -819468,15 +819955,15 @@ "binop": null }, "value": "min", - "start": 85929, - "end": 85932, + "start": 88319, + "end": 88322, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 53 }, "end": { - "line": 1907, + "line": 1949, "column": 56 } } @@ -819493,15 +819980,15 @@ "postfix": false, "binop": null }, - "start": 85932, - "end": 85933, + "start": 88322, + "end": 88323, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 56 }, "end": { - "line": 1907, + "line": 1949, "column": 57 } } @@ -819519,15 +820006,15 @@ "binop": null }, "value": "_props", - "start": 85934, - "end": 85940, + "start": 88324, + "end": 88330, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 58 }, "end": { - "line": 1907, + "line": 1949, "column": 64 } } @@ -819545,15 +820032,15 @@ "binop": null, "updateContext": null }, - "start": 85940, - "end": 85941, + "start": 88330, + "end": 88331, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 64 }, "end": { - "line": 1907, + "line": 1949, "column": 65 } } @@ -819571,15 +820058,15 @@ "binop": null }, "value": "scaleSize", - "start": 85941, - "end": 85950, + "start": 88331, + "end": 88340, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 65 }, "end": { - "line": 1907, + "line": 1949, "column": 74 } } @@ -819597,15 +820084,15 @@ "binop": null, "updateContext": null }, - "start": 85950, - "end": 85951, + "start": 88340, + "end": 88341, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 74 }, "end": { - "line": 1907, + "line": 1949, "column": 75 } } @@ -819623,15 +820110,15 @@ "binop": null }, "value": "_props", - "start": 85952, - "end": 85958, + "start": 88342, + "end": 88348, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 76 }, "end": { - "line": 1907, + "line": 1949, "column": 82 } } @@ -819649,15 +820136,15 @@ "binop": null, "updateContext": null }, - "start": 85958, - "end": 85959, + "start": 88348, + "end": 88349, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 82 }, "end": { - "line": 1907, + "line": 1949, "column": 83 } } @@ -819675,15 +820162,15 @@ "binop": null }, "value": "rowSize", - "start": 85959, - "end": 85966, + "start": 88349, + "end": 88356, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 83 }, "end": { - "line": 1907, + "line": 1949, "column": 90 } } @@ -819700,15 +820187,15 @@ "postfix": false, "binop": null }, - "start": 85967, - "end": 85968, + "start": 88357, + "end": 88358, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 91 }, "end": { - "line": 1907, + "line": 1949, "column": 92 } } @@ -819727,15 +820214,15 @@ "updateContext": null }, "value": "/", - "start": 85969, - "end": 85970, + "start": 88359, + "end": 88360, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 93 }, "end": { - "line": 1907, + "line": 1949, "column": 94 } } @@ -819754,15 +820241,15 @@ "updateContext": null }, "value": 2, - "start": 85971, - "end": 85972, + "start": 88361, + "end": 88362, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 95 }, "end": { - "line": 1907, + "line": 1949, "column": 96 } } @@ -819780,15 +820267,15 @@ "binop": null, "updateContext": null }, - "start": 85972, - "end": 85973, + "start": 88362, + "end": 88363, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 96 }, "end": { - "line": 1907, + "line": 1949, "column": 97 } } @@ -819807,15 +820294,15 @@ "updateContext": null }, "value": 2, - "start": 85974, - "end": 85975, + "start": 88364, + "end": 88365, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 98 }, "end": { - "line": 1907, + "line": 1949, "column": 99 } } @@ -819832,15 +820319,15 @@ "postfix": false, "binop": null }, - "start": 85976, - "end": 85977, + "start": 88366, + "end": 88367, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 100 }, "end": { - "line": 1907, + "line": 1949, "column": 101 } } @@ -819858,15 +820345,15 @@ "binop": null, "updateContext": null }, - "start": 85977, - "end": 85978, + "start": 88367, + "end": 88368, "loc": { "start": { - "line": 1907, + "line": 1949, "column": 101 }, "end": { - "line": 1907, + "line": 1949, "column": 102 } } @@ -819884,15 +820371,15 @@ "binop": null }, "value": "_subRadius", - "start": 85999, - "end": 86009, + "start": 88389, + "end": 88399, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 20 }, "end": { - "line": 1908, + "line": 1950, "column": 30 } } @@ -819911,15 +820398,15 @@ "updateContext": null }, "value": "=", - "start": 86010, - "end": 86011, + "start": 88400, + "end": 88401, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 31 }, "end": { - "line": 1908, + "line": 1950, "column": 32 } } @@ -819939,15 +820426,15 @@ "updateContext": null }, "value": "this", - "start": 86012, - "end": 86016, + "start": 88402, + "end": 88406, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 33 }, "end": { - "line": 1908, + "line": 1950, "column": 37 } } @@ -819965,15 +820452,15 @@ "binop": null, "updateContext": null }, - "start": 86016, - "end": 86017, + "start": 88406, + "end": 88407, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 37 }, "end": { - "line": 1908, + "line": 1950, "column": 38 } } @@ -819991,15 +820478,15 @@ "binop": null }, "value": "numRound", - "start": 86017, - "end": 86025, + "start": 88407, + "end": 88415, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 38 }, "end": { - "line": 1908, + "line": 1950, "column": 46 } } @@ -820016,15 +820503,15 @@ "postfix": false, "binop": null }, - "start": 86025, - "end": 86026, + "start": 88415, + "end": 88416, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 46 }, "end": { - "line": 1908, + "line": 1950, "column": 47 } } @@ -820044,15 +820531,15 @@ "updateContext": null }, "value": "this", - "start": 86027, - "end": 86031, + "start": 88417, + "end": 88421, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 48 }, "end": { - "line": 1908, + "line": 1950, "column": 52 } } @@ -820070,15 +820557,15 @@ "binop": null, "updateContext": null }, - "start": 86031, - "end": 86032, + "start": 88421, + "end": 88422, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 52 }, "end": { - "line": 1908, + "line": 1950, "column": 53 } } @@ -820096,15 +820583,15 @@ "binop": null }, "value": "_getPointerSize", - "start": 86032, - "end": 86047, + "start": 88422, + "end": 88437, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 53 }, "end": { - "line": 1908, + "line": 1950, "column": 68 } } @@ -820121,15 +820608,15 @@ "postfix": false, "binop": null }, - "start": 86047, - "end": 86048, + "start": 88437, + "end": 88438, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 68 }, "end": { - "line": 1908, + "line": 1950, "column": 69 } } @@ -820147,15 +820634,15 @@ "binop": null }, "value": "evt", - "start": 86049, - "end": 86052, + "start": 88439, + "end": 88442, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 70 }, "end": { - "line": 1908, + "line": 1950, "column": 73 } } @@ -820173,15 +820660,15 @@ "binop": null, "updateContext": null }, - "start": 86052, - "end": 86053, + "start": 88442, + "end": 88443, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 73 }, "end": { - "line": 1908, + "line": 1950, "column": 74 } } @@ -820199,15 +820686,15 @@ "binop": null }, "value": "size", - "start": 86053, - "end": 86057, + "start": 88443, + "end": 88447, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 74 }, "end": { - "line": 1908, + "line": 1950, "column": 78 } } @@ -820225,15 +820712,15 @@ "binop": null, "updateContext": null }, - "start": 86057, - "end": 86058, + "start": 88447, + "end": 88448, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 78 }, "end": { - "line": 1908, + "line": 1950, "column": 79 } } @@ -820251,15 +820738,15 @@ "binop": null }, "value": "_opts", - "start": 86059, - "end": 86064, + "start": 88449, + "end": 88454, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 80 }, "end": { - "line": 1908, + "line": 1950, "column": 85 } } @@ -820277,15 +820764,15 @@ "binop": null, "updateContext": null }, - "start": 86064, - "end": 86065, + "start": 88454, + "end": 88455, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 85 }, "end": { - "line": 1908, + "line": 1950, "column": 86 } } @@ -820303,15 +820790,15 @@ "binop": null }, "value": "marginHeight", - "start": 86065, - "end": 86077, + "start": 88455, + "end": 88467, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 86 }, "end": { - "line": 1908, + "line": 1950, "column": 98 } } @@ -820328,15 +820815,15 @@ "postfix": false, "binop": null }, - "start": 86078, - "end": 86079, + "start": 88468, + "end": 88469, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 99 }, "end": { - "line": 1908, + "line": 1950, "column": 100 } } @@ -820355,15 +820842,15 @@ "updateContext": null }, "value": "/", - "start": 86080, - "end": 86081, + "start": 88470, + "end": 88471, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 101 }, "end": { - "line": 1908, + "line": 1950, "column": 102 } } @@ -820382,15 +820869,15 @@ "updateContext": null }, "value": 2, - "start": 86082, - "end": 86083, + "start": 88472, + "end": 88473, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 103 }, "end": { - "line": 1908, + "line": 1950, "column": 104 } } @@ -820408,15 +820895,15 @@ "binop": null, "updateContext": null }, - "start": 86083, - "end": 86084, + "start": 88473, + "end": 88474, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 104 }, "end": { - "line": 1908, + "line": 1950, "column": 105 } } @@ -820435,15 +820922,15 @@ "updateContext": null }, "value": 2, - "start": 86085, - "end": 86086, + "start": 88475, + "end": 88476, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 106 }, "end": { - "line": 1908, + "line": 1950, "column": 107 } } @@ -820460,15 +820947,15 @@ "postfix": false, "binop": null }, - "start": 86087, - "end": 86088, + "start": 88477, + "end": 88478, "loc": { "start": { - "line": 1908, + "line": 1950, "column": 108 }, "end": { - "line": 1908, + "line": 1950, "column": 109 } } @@ -820476,15 +820963,15 @@ { "type": "CommentLine", "value": " Defaults", - "start": 86122, - "end": 86133, + "start": 88512, + "end": 88523, "loc": { "start": { - "line": 1910, + "line": 1952, "column": 16 }, "end": { - "line": 1910, + "line": 1952, "column": 27 } } @@ -820502,15 +820989,15 @@ "binop": null }, "value": "ctx_relations", - "start": 86150, - "end": 86163, + "start": 88540, + "end": 88553, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 16 }, "end": { - "line": 1911, + "line": 1953, "column": 29 } } @@ -820528,15 +821015,15 @@ "binop": null, "updateContext": null }, - "start": 86163, - "end": 86164, + "start": 88553, + "end": 88554, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 29 }, "end": { - "line": 1911, + "line": 1953, "column": 30 } } @@ -820554,15 +821041,15 @@ "binop": null }, "value": "strokeStyle", - "start": 86164, - "end": 86175, + "start": 88554, + "end": 88565, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 30 }, "end": { - "line": 1911, + "line": 1953, "column": 41 } } @@ -820581,15 +821068,15 @@ "updateContext": null }, "value": "=", - "start": 86176, - "end": 86177, + "start": 88566, + "end": 88567, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 42 }, "end": { - "line": 1911, + "line": 1953, "column": 43 } } @@ -820607,15 +821094,15 @@ "binop": null }, "value": "EventParams", - "start": 86178, - "end": 86189, + "start": 88568, + "end": 88579, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 44 }, "end": { - "line": 1911, + "line": 1953, "column": 55 } } @@ -820633,15 +821120,15 @@ "binop": null, "updateContext": null }, - "start": 86189, - "end": 86190, + "start": 88579, + "end": 88580, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 55 }, "end": { - "line": 1911, + "line": 1953, "column": 56 } } @@ -820659,15 +821146,15 @@ "binop": null }, "value": "bdColor", - "start": 86190, - "end": 86197, + "start": 88580, + "end": 88587, "loc": { "start": { - "line": 1911, + "line": 1953, "column": 56 }, "end": { - "line": 1911, + "line": 1953, "column": 63 } } @@ -820685,15 +821172,15 @@ "binop": null }, "value": "ctx_relations", - "start": 86214, - "end": 86227, + "start": 88604, + "end": 88617, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 16 }, "end": { - "line": 1912, + "line": 1954, "column": 29 } } @@ -820711,15 +821198,15 @@ "binop": null, "updateContext": null }, - "start": 86227, - "end": 86228, + "start": 88617, + "end": 88618, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 29 }, "end": { - "line": 1912, + "line": 1954, "column": 30 } } @@ -820737,15 +821224,15 @@ "binop": null }, "value": "lineWidth", - "start": 86228, - "end": 86237, + "start": 88618, + "end": 88627, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 30 }, "end": { - "line": 1912, + "line": 1954, "column": 39 } } @@ -820764,15 +821251,15 @@ "updateContext": null }, "value": "=", - "start": 86240, - "end": 86241, + "start": 88630, + "end": 88631, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 42 }, "end": { - "line": 1912, + "line": 1954, "column": 43 } } @@ -820791,15 +821278,15 @@ "updateContext": null }, "value": 2.5, - "start": 86242, - "end": 86245, + "start": 88632, + "end": 88635, "loc": { "start": { - "line": 1912, + "line": 1954, "column": 44 }, "end": { - "line": 1912, + "line": 1954, "column": 47 } } @@ -820817,15 +821304,15 @@ "binop": null }, "value": "ctx_relations", - "start": 86262, - "end": 86275, + "start": 88652, + "end": 88665, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 16 }, "end": { - "line": 1913, + "line": 1955, "column": 29 } } @@ -820843,15 +821330,15 @@ "binop": null, "updateContext": null }, - "start": 86275, - "end": 86276, + "start": 88665, + "end": 88666, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 29 }, "end": { - "line": 1913, + "line": 1955, "column": 30 } } @@ -820869,15 +821356,15 @@ "binop": null }, "value": "filter", - "start": 86276, - "end": 86282, + "start": 88666, + "end": 88672, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 30 }, "end": { - "line": 1913, + "line": 1955, "column": 36 } } @@ -820896,15 +821383,15 @@ "updateContext": null }, "value": "=", - "start": 86288, - "end": 86289, + "start": 88678, + "end": 88679, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 42 }, "end": { - "line": 1913, + "line": 1955, "column": 43 } } @@ -820923,15 +821410,15 @@ "updateContext": null }, "value": "url(#crisp)", - "start": 86290, - "end": 86303, + "start": 88680, + "end": 88693, "loc": { "start": { - "line": 1913, + "line": 1955, "column": 44 }, "end": { - "line": 1913, + "line": 1955, "column": 57 } } @@ -820951,15 +821438,15 @@ "updateContext": null }, "value": "for", - "start": 86337, - "end": 86340, + "start": 88727, + "end": 88730, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 16 }, "end": { - "line": 1915, + "line": 1957, "column": 19 } } @@ -820976,15 +821463,15 @@ "postfix": false, "binop": null }, - "start": 86341, - "end": 86342, + "start": 88731, + "end": 88732, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 20 }, "end": { - "line": 1915, + "line": 1957, "column": 21 } } @@ -821004,15 +821491,15 @@ "updateContext": null }, "value": "let", - "start": 86343, - "end": 86346, + "start": 88733, + "end": 88736, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 22 }, "end": { - "line": 1915, + "line": 1957, "column": 25 } } @@ -821030,15 +821517,15 @@ "binop": null }, "value": "_key", - "start": 86347, - "end": 86351, + "start": 88737, + "end": 88741, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 26 }, "end": { - "line": 1915, + "line": 1957, "column": 30 } } @@ -821056,15 +821543,15 @@ "binop": null }, "value": "of", - "start": 86352, - "end": 86354, + "start": 88742, + "end": 88744, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 31 }, "end": { - "line": 1915, + "line": 1957, "column": 33 } } @@ -821082,15 +821569,15 @@ "binop": null }, "value": "Object", - "start": 86355, - "end": 86361, + "start": 88745, + "end": 88751, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 34 }, "end": { - "line": 1915, + "line": 1957, "column": 40 } } @@ -821108,15 +821595,15 @@ "binop": null, "updateContext": null }, - "start": 86361, - "end": 86362, + "start": 88751, + "end": 88752, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 40 }, "end": { - "line": 1915, + "line": 1957, "column": 41 } } @@ -821134,15 +821621,15 @@ "binop": null }, "value": "keys", - "start": 86362, - "end": 86366, + "start": 88752, + "end": 88756, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 41 }, "end": { - "line": 1915, + "line": 1957, "column": 45 } } @@ -821159,15 +821646,15 @@ "postfix": false, "binop": null }, - "start": 86366, - "end": 86367, + "start": 88756, + "end": 88757, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 45 }, "end": { - "line": 1915, + "line": 1957, "column": 46 } } @@ -821185,15 +821672,15 @@ "binop": null }, "value": "evt", - "start": 86368, - "end": 86371, + "start": 88758, + "end": 88761, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 47 }, "end": { - "line": 1915, + "line": 1957, "column": 50 } } @@ -821211,15 +821698,15 @@ "binop": null, "updateContext": null }, - "start": 86371, - "end": 86372, + "start": 88761, + "end": 88762, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 50 }, "end": { - "line": 1915, + "line": 1957, "column": 51 } } @@ -821237,15 +821724,15 @@ "binop": null }, "value": "relation", - "start": 86372, - "end": 86380, + "start": 88762, + "end": 88770, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 51 }, "end": { - "line": 1915, + "line": 1957, "column": 59 } } @@ -821262,15 +821749,15 @@ "postfix": false, "binop": null }, - "start": 86381, - "end": 86382, + "start": 88771, + "end": 88772, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 60 }, "end": { - "line": 1915, + "line": 1957, "column": 61 } } @@ -821287,15 +821774,15 @@ "postfix": false, "binop": null }, - "start": 86383, - "end": 86384, + "start": 88773, + "end": 88774, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 62 }, "end": { - "line": 1915, + "line": 1957, "column": 63 } } @@ -821312,15 +821799,15 @@ "postfix": false, "binop": null }, - "start": 86385, - "end": 86386, + "start": 88775, + "end": 88776, "loc": { "start": { - "line": 1915, + "line": 1957, "column": 64 }, "end": { - "line": 1915, + "line": 1957, "column": 65 } } @@ -821340,15 +821827,15 @@ "updateContext": null }, "value": "switch", - "start": 86407, - "end": 86413, + "start": 88797, + "end": 88803, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 20 }, "end": { - "line": 1916, + "line": 1958, "column": 26 } } @@ -821365,15 +821852,15 @@ "postfix": false, "binop": null }, - "start": 86414, - "end": 86415, + "start": 88804, + "end": 88805, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 27 }, "end": { - "line": 1916, + "line": 1958, "column": 28 } } @@ -821393,15 +821880,15 @@ "updateContext": null }, "value": "true", - "start": 86416, - "end": 86420, + "start": 88806, + "end": 88810, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 29 }, "end": { - "line": 1916, + "line": 1958, "column": 33 } } @@ -821418,15 +821905,15 @@ "postfix": false, "binop": null }, - "start": 86421, - "end": 86422, + "start": 88811, + "end": 88812, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 34 }, "end": { - "line": 1916, + "line": 1958, "column": 35 } } @@ -821443,15 +821930,15 @@ "postfix": false, "binop": null }, - "start": 86423, - "end": 86424, + "start": 88813, + "end": 88814, "loc": { "start": { - "line": 1916, + "line": 1958, "column": 36 }, "end": { - "line": 1916, + "line": 1958, "column": 37 } } @@ -821471,15 +821958,15 @@ "updateContext": null }, "value": "case", - "start": 86449, - "end": 86453, + "start": 88839, + "end": 88843, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 24 }, "end": { - "line": 1917, + "line": 1959, "column": 28 } } @@ -821501,15 +821988,15 @@ "pattern": "^(|line)color$", "flags": "i" }, - "start": 86454, - "end": 86471, + "start": 88844, + "end": 88861, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 29 }, "end": { - "line": 1917, + "line": 1959, "column": 46 } } @@ -821527,15 +822014,15 @@ "binop": null, "updateContext": null }, - "start": 86471, - "end": 86472, + "start": 88861, + "end": 88862, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 46 }, "end": { - "line": 1917, + "line": 1959, "column": 47 } } @@ -821553,15 +822040,15 @@ "binop": null }, "value": "test", - "start": 86472, - "end": 86476, + "start": 88862, + "end": 88866, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 47 }, "end": { - "line": 1917, + "line": 1959, "column": 51 } } @@ -821578,15 +822065,15 @@ "postfix": false, "binop": null }, - "start": 86476, - "end": 86477, + "start": 88866, + "end": 88867, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 51 }, "end": { - "line": 1917, + "line": 1959, "column": 52 } } @@ -821604,15 +822091,15 @@ "binop": null }, "value": "_key", - "start": 86478, - "end": 86482, + "start": 88868, + "end": 88872, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 53 }, "end": { - "line": 1917, + "line": 1959, "column": 57 } } @@ -821629,15 +822116,15 @@ "postfix": false, "binop": null }, - "start": 86483, - "end": 86484, + "start": 88873, + "end": 88874, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 58 }, "end": { - "line": 1917, + "line": 1959, "column": 59 } } @@ -821655,15 +822142,15 @@ "binop": null, "updateContext": null }, - "start": 86484, - "end": 86485, + "start": 88874, + "end": 88875, "loc": { "start": { - "line": 1917, + "line": 1959, "column": 59 }, "end": { - "line": 1917, + "line": 1959, "column": 60 } } @@ -821681,15 +822168,15 @@ "binop": null }, "value": "ctx_relations", - "start": 86514, - "end": 86527, + "start": 88904, + "end": 88917, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 28 }, "end": { - "line": 1918, + "line": 1960, "column": 41 } } @@ -821707,15 +822194,15 @@ "binop": null, "updateContext": null }, - "start": 86527, - "end": 86528, + "start": 88917, + "end": 88918, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 41 }, "end": { - "line": 1918, + "line": 1960, "column": 42 } } @@ -821733,15 +822220,15 @@ "binop": null }, "value": "strokeStyle", - "start": 86528, - "end": 86539, + "start": 88918, + "end": 88929, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 42 }, "end": { - "line": 1918, + "line": 1960, "column": 53 } } @@ -821760,15 +822247,15 @@ "updateContext": null }, "value": "=", - "start": 86540, - "end": 86541, + "start": 88930, + "end": 88931, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 54 }, "end": { - "line": 1918, + "line": 1960, "column": 55 } } @@ -821786,15 +822273,15 @@ "binop": null }, "value": "evt", - "start": 86542, - "end": 86545, + "start": 88932, + "end": 88935, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 56 }, "end": { - "line": 1918, + "line": 1960, "column": 59 } } @@ -821812,15 +822299,15 @@ "binop": null, "updateContext": null }, - "start": 86545, - "end": 86546, + "start": 88935, + "end": 88936, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 59 }, "end": { - "line": 1918, + "line": 1960, "column": 60 } } @@ -821838,15 +822325,15 @@ "binop": null }, "value": "relation", - "start": 86546, - "end": 86554, + "start": 88936, + "end": 88944, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 60 }, "end": { - "line": 1918, + "line": 1960, "column": 68 } } @@ -821864,15 +822351,15 @@ "binop": null, "updateContext": null }, - "start": 86554, - "end": 86555, + "start": 88944, + "end": 88945, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 68 }, "end": { - "line": 1918, + "line": 1960, "column": 69 } } @@ -821890,15 +822377,15 @@ "binop": null }, "value": "_key", - "start": 86555, - "end": 86559, + "start": 88945, + "end": 88949, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 69 }, "end": { - "line": 1918, + "line": 1960, "column": 73 } } @@ -821916,15 +822403,15 @@ "binop": null, "updateContext": null }, - "start": 86559, - "end": 86560, + "start": 88949, + "end": 88950, "loc": { "start": { - "line": 1918, + "line": 1960, "column": 73 }, "end": { - "line": 1918, + "line": 1960, "column": 74 } } @@ -821944,15 +822431,15 @@ "updateContext": null }, "value": "break", - "start": 86589, - "end": 86594, + "start": 88979, + "end": 88984, "loc": { "start": { - "line": 1919, + "line": 1961, "column": 28 }, "end": { - "line": 1919, + "line": 1961, "column": 33 } } @@ -821972,15 +822459,15 @@ "updateContext": null }, "value": "case", - "start": 86619, - "end": 86623, + "start": 89009, + "end": 89013, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 24 }, "end": { - "line": 1920, + "line": 1962, "column": 28 } } @@ -822002,15 +822489,15 @@ "pattern": "^(|line)size$", "flags": "i" }, - "start": 86624, - "end": 86640, + "start": 89014, + "end": 89030, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 29 }, "end": { - "line": 1920, + "line": 1962, "column": 45 } } @@ -822028,15 +822515,15 @@ "binop": null, "updateContext": null }, - "start": 86640, - "end": 86641, + "start": 89030, + "end": 89031, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 45 }, "end": { - "line": 1920, + "line": 1962, "column": 46 } } @@ -822054,15 +822541,15 @@ "binop": null }, "value": "test", - "start": 86641, - "end": 86645, + "start": 89031, + "end": 89035, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 46 }, "end": { - "line": 1920, + "line": 1962, "column": 50 } } @@ -822079,15 +822566,15 @@ "postfix": false, "binop": null }, - "start": 86645, - "end": 86646, + "start": 89035, + "end": 89036, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 50 }, "end": { - "line": 1920, + "line": 1962, "column": 51 } } @@ -822105,15 +822592,15 @@ "binop": null }, "value": "_key", - "start": 86647, - "end": 86651, + "start": 89037, + "end": 89041, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 52 }, "end": { - "line": 1920, + "line": 1962, "column": 56 } } @@ -822130,15 +822617,15 @@ "postfix": false, "binop": null }, - "start": 86652, - "end": 86653, + "start": 89042, + "end": 89043, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 57 }, "end": { - "line": 1920, + "line": 1962, "column": 58 } } @@ -822156,15 +822643,15 @@ "binop": null, "updateContext": null }, - "start": 86653, - "end": 86654, + "start": 89043, + "end": 89044, "loc": { "start": { - "line": 1920, + "line": 1962, "column": 58 }, "end": { - "line": 1920, + "line": 1962, "column": 59 } } @@ -822182,15 +822669,15 @@ "binop": null }, "value": "ctx_relations", - "start": 86683, - "end": 86696, + "start": 89073, + "end": 89086, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 28 }, "end": { - "line": 1921, + "line": 1963, "column": 41 } } @@ -822208,15 +822695,15 @@ "binop": null, "updateContext": null }, - "start": 86696, - "end": 86697, + "start": 89086, + "end": 89087, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 41 }, "end": { - "line": 1921, + "line": 1963, "column": 42 } } @@ -822234,15 +822721,15 @@ "binop": null }, "value": "lineWidth", - "start": 86697, - "end": 86706, + "start": 89087, + "end": 89096, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 42 }, "end": { - "line": 1921, + "line": 1963, "column": 51 } } @@ -822261,15 +822748,15 @@ "updateContext": null }, "value": "=", - "start": 86707, - "end": 86708, + "start": 89097, + "end": 89098, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 52 }, "end": { - "line": 1921, + "line": 1963, "column": 53 } } @@ -822287,15 +822774,15 @@ "binop": null }, "value": "parseInt", - "start": 86709, - "end": 86717, + "start": 89099, + "end": 89107, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 54 }, "end": { - "line": 1921, + "line": 1963, "column": 62 } } @@ -822312,15 +822799,15 @@ "postfix": false, "binop": null }, - "start": 86717, - "end": 86718, + "start": 89107, + "end": 89108, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 62 }, "end": { - "line": 1921, + "line": 1963, "column": 63 } } @@ -822338,15 +822825,15 @@ "binop": null }, "value": "evt", - "start": 86719, - "end": 86722, + "start": 89109, + "end": 89112, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 64 }, "end": { - "line": 1921, + "line": 1963, "column": 67 } } @@ -822364,15 +822851,15 @@ "binop": null, "updateContext": null }, - "start": 86722, - "end": 86723, + "start": 89112, + "end": 89113, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 67 }, "end": { - "line": 1921, + "line": 1963, "column": 68 } } @@ -822390,15 +822877,15 @@ "binop": null }, "value": "relation", - "start": 86723, - "end": 86731, + "start": 89113, + "end": 89121, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 68 }, "end": { - "line": 1921, + "line": 1963, "column": 76 } } @@ -822416,15 +822903,15 @@ "binop": null, "updateContext": null }, - "start": 86731, - "end": 86732, + "start": 89121, + "end": 89122, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 76 }, "end": { - "line": 1921, + "line": 1963, "column": 77 } } @@ -822442,15 +822929,15 @@ "binop": null }, "value": "_key", - "start": 86732, - "end": 86736, + "start": 89122, + "end": 89126, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 77 }, "end": { - "line": 1921, + "line": 1963, "column": 81 } } @@ -822468,15 +822955,15 @@ "binop": null, "updateContext": null }, - "start": 86736, - "end": 86737, + "start": 89126, + "end": 89127, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 81 }, "end": { - "line": 1921, + "line": 1963, "column": 82 } } @@ -822494,15 +822981,15 @@ "binop": null, "updateContext": null }, - "start": 86737, - "end": 86738, + "start": 89127, + "end": 89128, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 82 }, "end": { - "line": 1921, + "line": 1963, "column": 83 } } @@ -822521,15 +823008,15 @@ "updateContext": null }, "value": 10, - "start": 86739, - "end": 86741, + "start": 89129, + "end": 89131, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 84 }, "end": { - "line": 1921, + "line": 1963, "column": 86 } } @@ -822546,15 +823033,15 @@ "postfix": false, "binop": null }, - "start": 86742, - "end": 86743, + "start": 89132, + "end": 89133, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 87 }, "end": { - "line": 1921, + "line": 1963, "column": 88 } } @@ -822573,15 +823060,15 @@ "updateContext": null }, "value": "||", - "start": 86744, - "end": 86746, + "start": 89134, + "end": 89136, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 89 }, "end": { - "line": 1921, + "line": 1963, "column": 91 } } @@ -822600,15 +823087,15 @@ "updateContext": null }, "value": 2.5, - "start": 86747, - "end": 86750, + "start": 89137, + "end": 89140, "loc": { "start": { - "line": 1921, + "line": 1963, "column": 92 }, "end": { - "line": 1921, + "line": 1963, "column": 95 } } @@ -822628,15 +823115,15 @@ "updateContext": null }, "value": "break", - "start": 86779, - "end": 86784, + "start": 89169, + "end": 89174, "loc": { "start": { - "line": 1922, + "line": 1964, "column": 28 }, "end": { - "line": 1922, + "line": 1964, "column": 33 } } @@ -822656,15 +823143,15 @@ "updateContext": null }, "value": "case", - "start": 86809, - "end": 86813, + "start": 89199, + "end": 89203, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 24 }, "end": { - "line": 1923, + "line": 1965, "column": 28 } } @@ -822686,15 +823173,15 @@ "pattern": "^curve$", "flags": "i" }, - "start": 86814, - "end": 86824, + "start": 89204, + "end": 89214, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 29 }, "end": { - "line": 1923, + "line": 1965, "column": 39 } } @@ -822712,15 +823199,15 @@ "binop": null, "updateContext": null }, - "start": 86824, - "end": 86825, + "start": 89214, + "end": 89215, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 39 }, "end": { - "line": 1923, + "line": 1965, "column": 40 } } @@ -822738,15 +823225,15 @@ "binop": null }, "value": "test", - "start": 86825, - "end": 86829, + "start": 89215, + "end": 89219, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 40 }, "end": { - "line": 1923, + "line": 1965, "column": 44 } } @@ -822763,15 +823250,15 @@ "postfix": false, "binop": null }, - "start": 86829, - "end": 86830, + "start": 89219, + "end": 89220, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 44 }, "end": { - "line": 1923, + "line": 1965, "column": 45 } } @@ -822789,15 +823276,15 @@ "binop": null }, "value": "_key", - "start": 86831, - "end": 86835, + "start": 89221, + "end": 89225, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 46 }, "end": { - "line": 1923, + "line": 1965, "column": 50 } } @@ -822814,15 +823301,15 @@ "postfix": false, "binop": null }, - "start": 86836, - "end": 86837, + "start": 89226, + "end": 89227, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 51 }, "end": { - "line": 1923, + "line": 1965, "column": 52 } } @@ -822840,15 +823327,15 @@ "binop": null, "updateContext": null }, - "start": 86837, - "end": 86838, + "start": 89227, + "end": 89228, "loc": { "start": { - "line": 1923, + "line": 1965, "column": 52 }, "end": { - "line": 1923, + "line": 1965, "column": 53 } } @@ -822868,15 +823355,15 @@ "updateContext": null }, "value": "if", - "start": 86863, - "end": 86865, + "start": 89253, + "end": 89255, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 24 }, "end": { - "line": 1924, + "line": 1966, "column": 26 } } @@ -822893,15 +823380,15 @@ "postfix": false, "binop": null }, - "start": 86866, - "end": 86867, + "start": 89256, + "end": 89257, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 27 }, "end": { - "line": 1924, + "line": 1966, "column": 28 } } @@ -822923,15 +823410,15 @@ "pattern": "^(r|l)(t|b),?(r|l)?(t|b)?$", "flags": "i" }, - "start": 86868, - "end": 86897, + "start": 89258, + "end": 89287, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 29 }, "end": { - "line": 1924, + "line": 1966, "column": 58 } } @@ -822949,15 +823436,15 @@ "binop": null, "updateContext": null }, - "start": 86897, - "end": 86898, + "start": 89287, + "end": 89288, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 58 }, "end": { - "line": 1924, + "line": 1966, "column": 59 } } @@ -822975,15 +823462,15 @@ "binop": null }, "value": "test", - "start": 86898, - "end": 86902, + "start": 89288, + "end": 89292, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 59 }, "end": { - "line": 1924, + "line": 1966, "column": 63 } } @@ -823000,15 +823487,15 @@ "postfix": false, "binop": null }, - "start": 86902, - "end": 86903, + "start": 89292, + "end": 89293, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 63 }, "end": { - "line": 1924, + "line": 1966, "column": 64 } } @@ -823026,15 +823513,15 @@ "binop": null }, "value": "evt", - "start": 86904, - "end": 86907, + "start": 89294, + "end": 89297, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 65 }, "end": { - "line": 1924, + "line": 1966, "column": 68 } } @@ -823052,15 +823539,15 @@ "binop": null, "updateContext": null }, - "start": 86907, - "end": 86908, + "start": 89297, + "end": 89298, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 68 }, "end": { - "line": 1924, + "line": 1966, "column": 69 } } @@ -823078,15 +823565,15 @@ "binop": null }, "value": "relation", - "start": 86908, - "end": 86916, + "start": 89298, + "end": 89306, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 69 }, "end": { - "line": 1924, + "line": 1966, "column": 77 } } @@ -823104,15 +823591,15 @@ "binop": null, "updateContext": null }, - "start": 86916, - "end": 86917, + "start": 89306, + "end": 89307, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 77 }, "end": { - "line": 1924, + "line": 1966, "column": 78 } } @@ -823130,15 +823617,15 @@ "binop": null }, "value": "_key", - "start": 86917, - "end": 86921, + "start": 89307, + "end": 89311, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 78 }, "end": { - "line": 1924, + "line": 1966, "column": 82 } } @@ -823156,15 +823643,15 @@ "binop": null, "updateContext": null }, - "start": 86921, - "end": 86922, + "start": 89311, + "end": 89312, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 82 }, "end": { - "line": 1924, + "line": 1966, "column": 83 } } @@ -823181,15 +823668,15 @@ "postfix": false, "binop": null }, - "start": 86923, - "end": 86924, + "start": 89313, + "end": 89314, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 84 }, "end": { - "line": 1924, + "line": 1966, "column": 85 } } @@ -823206,15 +823693,15 @@ "postfix": false, "binop": null }, - "start": 86925, - "end": 86926, + "start": 89315, + "end": 89316, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 86 }, "end": { - "line": 1924, + "line": 1966, "column": 87 } } @@ -823231,15 +823718,15 @@ "postfix": false, "binop": null }, - "start": 86927, - "end": 86928, + "start": 89317, + "end": 89318, "loc": { "start": { - "line": 1924, + "line": 1966, "column": 88 }, "end": { - "line": 1924, + "line": 1966, "column": 89 } } @@ -823259,15 +823746,15 @@ "updateContext": null }, "value": "let", - "start": 86961, - "end": 86964, + "start": 89351, + "end": 89354, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 32 }, "end": { - "line": 1925, + "line": 1967, "column": 35 } } @@ -823285,15 +823772,15 @@ "binop": null }, "value": "_tmp", - "start": 86965, - "end": 86969, + "start": 89355, + "end": 89359, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 36 }, "end": { - "line": 1925, + "line": 1967, "column": 40 } } @@ -823312,15 +823799,15 @@ "updateContext": null }, "value": "=", - "start": 86970, - "end": 86971, + "start": 89360, + "end": 89361, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 41 }, "end": { - "line": 1925, + "line": 1967, "column": 42 } } @@ -823338,15 +823825,15 @@ "binop": null }, "value": "evt", - "start": 86972, - "end": 86975, + "start": 89362, + "end": 89365, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 43 }, "end": { - "line": 1925, + "line": 1967, "column": 46 } } @@ -823364,15 +823851,15 @@ "binop": null, "updateContext": null }, - "start": 86975, - "end": 86976, + "start": 89365, + "end": 89366, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 46 }, "end": { - "line": 1925, + "line": 1967, "column": 47 } } @@ -823390,15 +823877,15 @@ "binop": null }, "value": "relation", - "start": 86976, - "end": 86984, + "start": 89366, + "end": 89374, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 47 }, "end": { - "line": 1925, + "line": 1967, "column": 55 } } @@ -823416,15 +823903,15 @@ "binop": null, "updateContext": null }, - "start": 86984, - "end": 86985, + "start": 89374, + "end": 89375, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 55 }, "end": { - "line": 1925, + "line": 1967, "column": 56 } } @@ -823442,15 +823929,15 @@ "binop": null }, "value": "_key", - "start": 86985, - "end": 86989, + "start": 89375, + "end": 89379, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 56 }, "end": { - "line": 1925, + "line": 1967, "column": 60 } } @@ -823468,15 +823955,15 @@ "binop": null, "updateContext": null }, - "start": 86989, - "end": 86990, + "start": 89379, + "end": 89380, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 60 }, "end": { - "line": 1925, + "line": 1967, "column": 61 } } @@ -823494,15 +823981,15 @@ "binop": null, "updateContext": null }, - "start": 86990, - "end": 86991, + "start": 89380, + "end": 89381, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 61 }, "end": { - "line": 1925, + "line": 1967, "column": 62 } } @@ -823520,15 +824007,15 @@ "binop": null }, "value": "split", - "start": 86991, - "end": 86996, + "start": 89381, + "end": 89386, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 62 }, "end": { - "line": 1925, + "line": 1967, "column": 67 } } @@ -823545,15 +824032,15 @@ "postfix": false, "binop": null }, - "start": 86996, - "end": 86997, + "start": 89386, + "end": 89387, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 67 }, "end": { - "line": 1925, + "line": 1967, "column": 68 } } @@ -823572,15 +824059,15 @@ "updateContext": null }, "value": ",", - "start": 86997, - "end": 87000, + "start": 89387, + "end": 89390, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 68 }, "end": { - "line": 1925, + "line": 1967, "column": 71 } } @@ -823597,15 +824084,15 @@ "postfix": false, "binop": null }, - "start": 87000, - "end": 87001, + "start": 89390, + "end": 89391, "loc": { "start": { - "line": 1925, + "line": 1967, "column": 71 }, "end": { - "line": 1925, + "line": 1967, "column": 72 } } @@ -823625,15 +824112,15 @@ "updateContext": null }, "value": "if", - "start": 87034, - "end": 87036, + "start": 89424, + "end": 89426, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 32 }, "end": { - "line": 1926, + "line": 1968, "column": 34 } } @@ -823650,15 +824137,15 @@ "postfix": false, "binop": null }, - "start": 87037, - "end": 87038, + "start": 89427, + "end": 89428, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 35 }, "end": { - "line": 1926, + "line": 1968, "column": 36 } } @@ -823676,15 +824163,15 @@ "binop": null }, "value": "_tmp", - "start": 87039, - "end": 87043, + "start": 89429, + "end": 89433, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 37 }, "end": { - "line": 1926, + "line": 1968, "column": 41 } } @@ -823702,15 +824189,15 @@ "binop": null, "updateContext": null }, - "start": 87043, - "end": 87044, + "start": 89433, + "end": 89434, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 41 }, "end": { - "line": 1926, + "line": 1968, "column": 42 } } @@ -823728,15 +824215,15 @@ "binop": null }, "value": "length", - "start": 87044, - "end": 87050, + "start": 89434, + "end": 89440, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 42 }, "end": { - "line": 1926, + "line": 1968, "column": 48 } } @@ -823755,15 +824242,15 @@ "updateContext": null }, "value": "==", - "start": 87051, - "end": 87053, + "start": 89441, + "end": 89443, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 49 }, "end": { - "line": 1926, + "line": 1968, "column": 51 } } @@ -823782,15 +824269,15 @@ "updateContext": null }, "value": 2, - "start": 87054, - "end": 87055, + "start": 89444, + "end": 89445, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 52 }, "end": { - "line": 1926, + "line": 1968, "column": 53 } } @@ -823807,15 +824294,15 @@ "postfix": false, "binop": null }, - "start": 87056, - "end": 87057, + "start": 89446, + "end": 89447, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 54 }, "end": { - "line": 1926, + "line": 1968, "column": 55 } } @@ -823832,15 +824319,15 @@ "postfix": false, "binop": null }, - "start": 87058, - "end": 87059, + "start": 89448, + "end": 89449, "loc": { "start": { - "line": 1926, + "line": 1968, "column": 56 }, "end": { - "line": 1926, + "line": 1968, "column": 57 } } @@ -823858,15 +824345,15 @@ "binop": null }, "value": "_curveType", - "start": 87096, - "end": 87106, + "start": 89486, + "end": 89496, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 36 }, "end": { - "line": 1927, + "line": 1969, "column": 46 } } @@ -823884,15 +824371,15 @@ "binop": null, "updateContext": null }, - "start": 87106, - "end": 87107, + "start": 89496, + "end": 89497, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 46 }, "end": { - "line": 1927, + "line": 1969, "column": 47 } } @@ -823910,15 +824397,15 @@ "binop": null }, "value": "before", - "start": 87107, - "end": 87113, + "start": 89497, + "end": 89503, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 47 }, "end": { - "line": 1927, + "line": 1969, "column": 53 } } @@ -823937,15 +824424,15 @@ "updateContext": null }, "value": "=", - "start": 87114, - "end": 87115, + "start": 89504, + "end": 89505, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 54 }, "end": { - "line": 1927, + "line": 1969, "column": 55 } } @@ -823963,15 +824450,15 @@ "binop": null }, "value": "_tmp", - "start": 87116, - "end": 87120, + "start": 89506, + "end": 89510, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 56 }, "end": { - "line": 1927, + "line": 1969, "column": 60 } } @@ -823989,15 +824476,15 @@ "binop": null, "updateContext": null }, - "start": 87120, - "end": 87121, + "start": 89510, + "end": 89511, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 60 }, "end": { - "line": 1927, + "line": 1969, "column": 61 } } @@ -824016,15 +824503,15 @@ "updateContext": null }, "value": 0, - "start": 87121, - "end": 87122, + "start": 89511, + "end": 89512, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 61 }, "end": { - "line": 1927, + "line": 1969, "column": 62 } } @@ -824042,15 +824529,15 @@ "binop": null, "updateContext": null }, - "start": 87122, - "end": 87123, + "start": 89512, + "end": 89513, "loc": { "start": { - "line": 1927, + "line": 1969, "column": 62 }, "end": { - "line": 1927, + "line": 1969, "column": 63 } } @@ -824068,15 +824555,15 @@ "binop": null }, "value": "_curveType", - "start": 87160, - "end": 87170, + "start": 89550, + "end": 89560, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 36 }, "end": { - "line": 1928, + "line": 1970, "column": 46 } } @@ -824094,15 +824581,15 @@ "binop": null, "updateContext": null }, - "start": 87170, - "end": 87171, + "start": 89560, + "end": 89561, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 46 }, "end": { - "line": 1928, + "line": 1970, "column": 47 } } @@ -824120,15 +824607,15 @@ "binop": null }, "value": "after", - "start": 87171, - "end": 87176, + "start": 89561, + "end": 89566, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 47 }, "end": { - "line": 1928, + "line": 1970, "column": 52 } } @@ -824147,15 +824634,15 @@ "updateContext": null }, "value": "=", - "start": 87178, - "end": 87179, + "start": 89568, + "end": 89569, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 54 }, "end": { - "line": 1928, + "line": 1970, "column": 55 } } @@ -824173,15 +824660,15 @@ "binop": null }, "value": "_tmp", - "start": 87180, - "end": 87184, + "start": 89570, + "end": 89574, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 56 }, "end": { - "line": 1928, + "line": 1970, "column": 60 } } @@ -824199,15 +824686,15 @@ "binop": null, "updateContext": null }, - "start": 87184, - "end": 87185, + "start": 89574, + "end": 89575, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 60 }, "end": { - "line": 1928, + "line": 1970, "column": 61 } } @@ -824226,15 +824713,15 @@ "updateContext": null }, "value": 1, - "start": 87185, - "end": 87186, + "start": 89575, + "end": 89576, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 61 }, "end": { - "line": 1928, + "line": 1970, "column": 62 } } @@ -824252,15 +824739,15 @@ "binop": null, "updateContext": null }, - "start": 87186, - "end": 87187, + "start": 89576, + "end": 89577, "loc": { "start": { - "line": 1928, + "line": 1970, "column": 62 }, "end": { - "line": 1928, + "line": 1970, "column": 63 } } @@ -824277,15 +824764,15 @@ "postfix": false, "binop": null }, - "start": 87220, - "end": 87221, + "start": 89610, + "end": 89611, "loc": { "start": { - "line": 1929, + "line": 1971, "column": 32 }, "end": { - "line": 1929, + "line": 1971, "column": 33 } } @@ -824305,15 +824792,15 @@ "updateContext": null }, "value": "else", - "start": 87222, - "end": 87226, + "start": 89612, + "end": 89616, "loc": { "start": { - "line": 1929, + "line": 1971, "column": 34 }, "end": { - "line": 1929, + "line": 1971, "column": 38 } } @@ -824330,15 +824817,15 @@ "postfix": false, "binop": null }, - "start": 87227, - "end": 87228, + "start": 89617, + "end": 89618, "loc": { "start": { - "line": 1929, + "line": 1971, "column": 39 }, "end": { - "line": 1929, + "line": 1971, "column": 40 } } @@ -824356,15 +824843,15 @@ "binop": null }, "value": "_curveType", - "start": 87265, - "end": 87275, + "start": 89655, + "end": 89665, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 36 }, "end": { - "line": 1930, + "line": 1972, "column": 46 } } @@ -824382,15 +824869,15 @@ "binop": null, "updateContext": null }, - "start": 87275, - "end": 87276, + "start": 89665, + "end": 89666, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 46 }, "end": { - "line": 1930, + "line": 1972, "column": 47 } } @@ -824408,15 +824895,15 @@ "binop": null }, "value": "_ba", - "start": 87276, - "end": 87279, + "start": 89666, + "end": 89669, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 47 }, "end": { - "line": 1930, + "line": 1972, "column": 50 } } @@ -824434,15 +824921,15 @@ "binop": null, "updateContext": null }, - "start": 87279, - "end": 87280, + "start": 89669, + "end": 89670, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 50 }, "end": { - "line": 1930, + "line": 1972, "column": 51 } } @@ -824461,15 +824948,15 @@ "updateContext": null }, "value": "=", - "start": 87281, - "end": 87282, + "start": 89671, + "end": 89672, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 52 }, "end": { - "line": 1930, + "line": 1972, "column": 53 } } @@ -824487,15 +824974,15 @@ "binop": null }, "value": "_tmp", - "start": 87283, - "end": 87287, + "start": 89673, + "end": 89677, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 54 }, "end": { - "line": 1930, + "line": 1972, "column": 58 } } @@ -824513,15 +825000,15 @@ "binop": null, "updateContext": null }, - "start": 87287, - "end": 87288, + "start": 89677, + "end": 89678, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 58 }, "end": { - "line": 1930, + "line": 1972, "column": 59 } } @@ -824540,15 +825027,15 @@ "updateContext": null }, "value": 0, - "start": 87288, - "end": 87289, + "start": 89678, + "end": 89679, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 59 }, "end": { - "line": 1930, + "line": 1972, "column": 60 } } @@ -824566,15 +825053,15 @@ "binop": null, "updateContext": null }, - "start": 87289, - "end": 87290, + "start": 89679, + "end": 89680, "loc": { "start": { - "line": 1930, + "line": 1972, "column": 60 }, "end": { - "line": 1930, + "line": 1972, "column": 61 } } @@ -824591,15 +825078,15 @@ "postfix": false, "binop": null }, - "start": 87323, - "end": 87324, + "start": 89713, + "end": 89714, "loc": { "start": { - "line": 1931, + "line": 1973, "column": 32 }, "end": { - "line": 1931, + "line": 1973, "column": 33 } } @@ -824616,15 +825103,15 @@ "postfix": false, "binop": null }, - "start": 87353, - "end": 87354, + "start": 89743, + "end": 89744, "loc": { "start": { - "line": 1932, + "line": 1974, "column": 28 }, "end": { - "line": 1932, + "line": 1974, "column": 29 } } @@ -824644,15 +825131,15 @@ "updateContext": null }, "value": "else", - "start": 87355, - "end": 87359, + "start": 89745, + "end": 89749, "loc": { "start": { - "line": 1932, + "line": 1974, "column": 30 }, "end": { - "line": 1932, + "line": 1974, "column": 34 } } @@ -824672,15 +825159,15 @@ "updateContext": null }, "value": "if", - "start": 87388, - "end": 87390, + "start": 89778, + "end": 89780, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 28 }, "end": { - "line": 1933, + "line": 1975, "column": 30 } } @@ -824697,15 +825184,15 @@ "postfix": false, "binop": null }, - "start": 87391, - "end": 87392, + "start": 89781, + "end": 89782, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 31 }, "end": { - "line": 1933, + "line": 1975, "column": 32 } } @@ -824722,15 +825209,15 @@ "postfix": false, "binop": null }, - "start": 87393, - "end": 87394, + "start": 89783, + "end": 89784, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 33 }, "end": { - "line": 1933, + "line": 1975, "column": 34 } } @@ -824750,15 +825237,15 @@ "updateContext": null }, "value": "typeof", - "start": 87395, - "end": 87401, + "start": 89785, + "end": 89791, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 35 }, "end": { - "line": 1933, + "line": 1975, "column": 41 } } @@ -824776,15 +825263,15 @@ "binop": null }, "value": "evt", - "start": 87402, - "end": 87405, + "start": 89792, + "end": 89795, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 42 }, "end": { - "line": 1933, + "line": 1975, "column": 45 } } @@ -824802,15 +825289,15 @@ "binop": null, "updateContext": null }, - "start": 87405, - "end": 87406, + "start": 89795, + "end": 89796, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 45 }, "end": { - "line": 1933, + "line": 1975, "column": 46 } } @@ -824828,15 +825315,15 @@ "binop": null }, "value": "relation", - "start": 87406, - "end": 87414, + "start": 89796, + "end": 89804, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 46 }, "end": { - "line": 1933, + "line": 1975, "column": 54 } } @@ -824854,15 +825341,15 @@ "binop": null, "updateContext": null }, - "start": 87414, - "end": 87415, + "start": 89804, + "end": 89805, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 54 }, "end": { - "line": 1933, + "line": 1975, "column": 55 } } @@ -824880,15 +825367,15 @@ "binop": null }, "value": "_key", - "start": 87415, - "end": 87419, + "start": 89805, + "end": 89809, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 55 }, "end": { - "line": 1933, + "line": 1975, "column": 59 } } @@ -824906,15 +825393,15 @@ "binop": null, "updateContext": null }, - "start": 87419, - "end": 87420, + "start": 89809, + "end": 89810, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 59 }, "end": { - "line": 1933, + "line": 1975, "column": 60 } } @@ -824933,15 +825420,15 @@ "updateContext": null }, "value": "===", - "start": 87421, - "end": 87424, + "start": 89811, + "end": 89814, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 61 }, "end": { - "line": 1933, + "line": 1975, "column": 64 } } @@ -824960,15 +825447,15 @@ "updateContext": null }, "value": "boolean", - "start": 87425, - "end": 87434, + "start": 89815, + "end": 89824, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 65 }, "end": { - "line": 1933, + "line": 1975, "column": 74 } } @@ -824987,15 +825474,15 @@ "updateContext": null }, "value": "&&", - "start": 87435, - "end": 87437, + "start": 89825, + "end": 89827, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 75 }, "end": { - "line": 1933, + "line": 1975, "column": 77 } } @@ -825013,15 +825500,15 @@ "binop": null }, "value": "evt", - "start": 87438, - "end": 87441, + "start": 89828, + "end": 89831, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 78 }, "end": { - "line": 1933, + "line": 1975, "column": 81 } } @@ -825039,15 +825526,15 @@ "binop": null, "updateContext": null }, - "start": 87441, - "end": 87442, + "start": 89831, + "end": 89832, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 81 }, "end": { - "line": 1933, + "line": 1975, "column": 82 } } @@ -825065,15 +825552,15 @@ "binop": null }, "value": "relation", - "start": 87442, - "end": 87450, + "start": 89832, + "end": 89840, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 82 }, "end": { - "line": 1933, + "line": 1975, "column": 90 } } @@ -825091,15 +825578,15 @@ "binop": null, "updateContext": null }, - "start": 87450, - "end": 87451, + "start": 89840, + "end": 89841, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 90 }, "end": { - "line": 1933, + "line": 1975, "column": 91 } } @@ -825117,15 +825604,15 @@ "binop": null }, "value": "_key", - "start": 87451, - "end": 87455, + "start": 89841, + "end": 89845, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 91 }, "end": { - "line": 1933, + "line": 1975, "column": 95 } } @@ -825143,15 +825630,15 @@ "binop": null, "updateContext": null }, - "start": 87455, - "end": 87456, + "start": 89845, + "end": 89846, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 95 }, "end": { - "line": 1933, + "line": 1975, "column": 96 } } @@ -825168,15 +825655,15 @@ "postfix": false, "binop": null }, - "start": 87457, - "end": 87458, + "start": 89847, + "end": 89848, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 97 }, "end": { - "line": 1933, + "line": 1975, "column": 98 } } @@ -825195,15 +825682,15 @@ "updateContext": null }, "value": "||", - "start": 87459, - "end": 87461, + "start": 89849, + "end": 89851, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 99 }, "end": { - "line": 1933, + "line": 1975, "column": 101 } } @@ -825220,15 +825707,15 @@ "postfix": false, "binop": null }, - "start": 87462, - "end": 87463, + "start": 89852, + "end": 89853, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 102 }, "end": { - "line": 1933, + "line": 1975, "column": 103 } } @@ -825248,15 +825735,15 @@ "updateContext": null }, "value": "typeof", - "start": 87464, - "end": 87470, + "start": 89854, + "end": 89860, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 104 }, "end": { - "line": 1933, + "line": 1975, "column": 110 } } @@ -825274,15 +825761,15 @@ "binop": null }, "value": "evt", - "start": 87471, - "end": 87474, + "start": 89861, + "end": 89864, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 111 }, "end": { - "line": 1933, + "line": 1975, "column": 114 } } @@ -825300,15 +825787,15 @@ "binop": null, "updateContext": null }, - "start": 87474, - "end": 87475, + "start": 89864, + "end": 89865, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 114 }, "end": { - "line": 1933, + "line": 1975, "column": 115 } } @@ -825326,15 +825813,15 @@ "binop": null }, "value": "relation", - "start": 87475, - "end": 87483, + "start": 89865, + "end": 89873, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 115 }, "end": { - "line": 1933, + "line": 1975, "column": 123 } } @@ -825352,15 +825839,15 @@ "binop": null, "updateContext": null }, - "start": 87483, - "end": 87484, + "start": 89873, + "end": 89874, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 123 }, "end": { - "line": 1933, + "line": 1975, "column": 124 } } @@ -825378,15 +825865,15 @@ "binop": null }, "value": "_key", - "start": 87484, - "end": 87488, + "start": 89874, + "end": 89878, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 124 }, "end": { - "line": 1933, + "line": 1975, "column": 128 } } @@ -825404,15 +825891,15 @@ "binop": null, "updateContext": null }, - "start": 87488, - "end": 87489, + "start": 89878, + "end": 89879, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 128 }, "end": { - "line": 1933, + "line": 1975, "column": 129 } } @@ -825431,15 +825918,15 @@ "updateContext": null }, "value": "===", - "start": 87490, - "end": 87493, + "start": 89880, + "end": 89883, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 130 }, "end": { - "line": 1933, + "line": 1975, "column": 133 } } @@ -825458,15 +825945,15 @@ "updateContext": null }, "value": "number", - "start": 87494, - "end": 87502, + "start": 89884, + "end": 89892, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 134 }, "end": { - "line": 1933, + "line": 1975, "column": 142 } } @@ -825485,15 +825972,15 @@ "updateContext": null }, "value": "&&", - "start": 87503, - "end": 87505, + "start": 89893, + "end": 89895, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 143 }, "end": { - "line": 1933, + "line": 1975, "column": 145 } } @@ -825511,15 +825998,15 @@ "binop": null }, "value": "Boolean", - "start": 87506, - "end": 87513, + "start": 89896, + "end": 89903, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 146 }, "end": { - "line": 1933, + "line": 1975, "column": 153 } } @@ -825536,15 +826023,15 @@ "postfix": false, "binop": null }, - "start": 87513, - "end": 87514, + "start": 89903, + "end": 89904, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 153 }, "end": { - "line": 1933, + "line": 1975, "column": 154 } } @@ -825562,15 +826049,15 @@ "binop": null }, "value": "evt", - "start": 87515, - "end": 87518, + "start": 89905, + "end": 89908, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 155 }, "end": { - "line": 1933, + "line": 1975, "column": 158 } } @@ -825588,15 +826075,15 @@ "binop": null, "updateContext": null }, - "start": 87518, - "end": 87519, + "start": 89908, + "end": 89909, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 158 }, "end": { - "line": 1933, + "line": 1975, "column": 159 } } @@ -825614,15 +826101,15 @@ "binop": null }, "value": "relation", - "start": 87519, - "end": 87527, + "start": 89909, + "end": 89917, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 159 }, "end": { - "line": 1933, + "line": 1975, "column": 167 } } @@ -825640,15 +826127,15 @@ "binop": null, "updateContext": null }, - "start": 87527, - "end": 87528, + "start": 89917, + "end": 89918, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 167 }, "end": { - "line": 1933, + "line": 1975, "column": 168 } } @@ -825666,15 +826153,15 @@ "binop": null }, "value": "_key", - "start": 87528, - "end": 87532, + "start": 89918, + "end": 89922, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 168 }, "end": { - "line": 1933, + "line": 1975, "column": 172 } } @@ -825692,15 +826179,15 @@ "binop": null, "updateContext": null }, - "start": 87532, - "end": 87533, + "start": 89922, + "end": 89923, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 172 }, "end": { - "line": 1933, + "line": 1975, "column": 173 } } @@ -825717,15 +826204,15 @@ "postfix": false, "binop": null }, - "start": 87534, - "end": 87535, + "start": 89924, + "end": 89925, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 174 }, "end": { - "line": 1933, + "line": 1975, "column": 175 } } @@ -825742,15 +826229,15 @@ "postfix": false, "binop": null }, - "start": 87536, - "end": 87537, + "start": 89926, + "end": 89927, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 176 }, "end": { - "line": 1933, + "line": 1975, "column": 177 } } @@ -825767,15 +826254,15 @@ "postfix": false, "binop": null }, - "start": 87538, - "end": 87539, + "start": 89928, + "end": 89929, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 178 }, "end": { - "line": 1933, + "line": 1975, "column": 179 } } @@ -825792,15 +826279,15 @@ "postfix": false, "binop": null }, - "start": 87540, - "end": 87541, + "start": 89930, + "end": 89931, "loc": { "start": { - "line": 1933, + "line": 1975, "column": 180 }, "end": { - "line": 1933, + "line": 1975, "column": 181 } } @@ -825808,15 +826295,15 @@ { "type": "CommentLine", "value": " Automatically set the necessary linearity type (:> 自動線形判定", - "start": 87574, - "end": 87634, + "start": 89964, + "end": 90024, "loc": { "start": { - "line": 1934, + "line": 1976, "column": 32 }, "end": { - "line": 1934, + "line": 1976, "column": 92 } } @@ -825824,15 +826311,15 @@ { "type": "CommentLine", "value": "console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )", - "start": 87635, - "end": 87696, + "start": 90025, + "end": 90086, "loc": { "start": { - "line": 1935, + "line": 1977, "column": 0 }, "end": { - "line": 1935, + "line": 1977, "column": 61 } } @@ -825852,15 +826339,15 @@ "updateContext": null }, "value": "if", - "start": 87729, - "end": 87731, + "start": 90119, + "end": 90121, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 32 }, "end": { - "line": 1936, + "line": 1978, "column": 34 } } @@ -825877,15 +826364,15 @@ "postfix": false, "binop": null }, - "start": 87732, - "end": 87733, + "start": 90122, + "end": 90123, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 35 }, "end": { - "line": 1936, + "line": 1978, "column": 36 } } @@ -825903,15 +826390,15 @@ "binop": null }, "value": "_ba", - "start": 87734, - "end": 87737, + "start": 90124, + "end": 90127, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 37 }, "end": { - "line": 1936, + "line": 1978, "column": 40 } } @@ -825930,15 +826417,15 @@ "updateContext": null }, "value": "===", - "start": 87738, - "end": 87741, + "start": 90128, + "end": 90131, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 41 }, "end": { - "line": 1936, + "line": 1978, "column": 44 } } @@ -825957,15 +826444,15 @@ "updateContext": null }, "value": "before", - "start": 87742, - "end": 87750, + "start": 90132, + "end": 90140, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 45 }, "end": { - "line": 1936, + "line": 1978, "column": 53 } } @@ -825982,15 +826469,15 @@ "postfix": false, "binop": null }, - "start": 87751, - "end": 87752, + "start": 90141, + "end": 90142, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 54 }, "end": { - "line": 1936, + "line": 1978, "column": 55 } } @@ -826007,15 +826494,15 @@ "postfix": false, "binop": null }, - "start": 87753, - "end": 87754, + "start": 90143, + "end": 90144, "loc": { "start": { - "line": 1936, + "line": 1978, "column": 56 }, "end": { - "line": 1936, + "line": 1978, "column": 57 } } @@ -826023,15 +826510,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 87791, - "end": 87853, + "start": 90181, + "end": 90243, "loc": { "start": { - "line": 1937, + "line": 1979, "column": 36 }, "end": { - "line": 1937, + "line": 1979, "column": 98 } } @@ -826051,15 +826538,15 @@ "updateContext": null }, "value": "if", - "start": 87890, - "end": 87892, + "start": 90280, + "end": 90282, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 36 }, "end": { - "line": 1938, + "line": 1980, "column": 38 } } @@ -826076,15 +826563,15 @@ "postfix": false, "binop": null }, - "start": 87893, - "end": 87894, + "start": 90283, + "end": 90284, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 39 }, "end": { - "line": 1938, + "line": 1980, "column": 40 } } @@ -826102,15 +826589,15 @@ "binop": null }, "value": "_sy", - "start": 87895, - "end": 87898, + "start": 90285, + "end": 90288, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 41 }, "end": { - "line": 1938, + "line": 1980, "column": 44 } } @@ -826129,15 +826616,15 @@ "updateContext": null }, "value": ">", - "start": 87899, - "end": 87900, + "start": 90289, + "end": 90290, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 45 }, "end": { - "line": 1938, + "line": 1980, "column": 46 } } @@ -826155,15 +826642,15 @@ "binop": null }, "value": "_ey", - "start": 87901, - "end": 87904, + "start": 90291, + "end": 90294, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 47 }, "end": { - "line": 1938, + "line": 1980, "column": 50 } } @@ -826180,15 +826667,15 @@ "postfix": false, "binop": null }, - "start": 87905, - "end": 87906, + "start": 90295, + "end": 90296, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 51 }, "end": { - "line": 1938, + "line": 1980, "column": 52 } } @@ -826205,15 +826692,15 @@ "postfix": false, "binop": null }, - "start": 87907, - "end": 87908, + "start": 90297, + "end": 90298, "loc": { "start": { - "line": 1938, + "line": 1980, "column": 53 }, "end": { - "line": 1938, + "line": 1980, "column": 54 } } @@ -826221,15 +826708,15 @@ { "type": "CommentLine", "value": " 連結点が自分より上にある", - "start": 87949, - "end": 87964, + "start": 90339, + "end": 90354, "loc": { "start": { - "line": 1939, + "line": 1981, "column": 40 }, "end": { - "line": 1939, + "line": 1981, "column": 55 } } @@ -826249,15 +826736,15 @@ "updateContext": null }, "value": "if", - "start": 88005, - "end": 88007, + "start": 90395, + "end": 90397, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 40 }, "end": { - "line": 1940, + "line": 1982, "column": 42 } } @@ -826274,15 +826761,15 @@ "postfix": false, "binop": null }, - "start": 88008, - "end": 88009, + "start": 90398, + "end": 90399, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 43 }, "end": { - "line": 1940, + "line": 1982, "column": 44 } } @@ -826300,15 +826787,15 @@ "binop": null }, "value": "_sx", - "start": 88010, - "end": 88013, + "start": 90400, + "end": 90403, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 45 }, "end": { - "line": 1940, + "line": 1982, "column": 48 } } @@ -826327,15 +826814,15 @@ "updateContext": null }, "value": ">", - "start": 88014, - "end": 88015, + "start": 90404, + "end": 90405, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 49 }, "end": { - "line": 1940, + "line": 1982, "column": 50 } } @@ -826353,15 +826840,15 @@ "binop": null }, "value": "_ex", - "start": 88016, - "end": 88019, + "start": 90406, + "end": 90409, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 51 }, "end": { - "line": 1940, + "line": 1982, "column": 54 } } @@ -826378,15 +826865,15 @@ "postfix": false, "binop": null }, - "start": 88020, - "end": 88021, + "start": 90410, + "end": 90411, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 55 }, "end": { - "line": 1940, + "line": 1982, "column": 56 } } @@ -826403,15 +826890,15 @@ "postfix": false, "binop": null }, - "start": 88022, - "end": 88023, + "start": 90412, + "end": 90413, "loc": { "start": { - "line": 1940, + "line": 1982, "column": 57 }, "end": { - "line": 1940, + "line": 1982, "column": 58 } } @@ -826419,15 +826906,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"", - "start": 88068, - "end": 88113, + "start": 90458, + "end": 90503, "loc": { "start": { - "line": 1941, + "line": 1983, "column": 44 }, "end": { - "line": 1941, + "line": 1983, "column": 89 } } @@ -826445,15 +826932,15 @@ "binop": null }, "value": "_curveType", - "start": 88158, - "end": 88168, + "start": 90548, + "end": 90558, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 44 }, "end": { - "line": 1942, + "line": 1984, "column": 54 } } @@ -826471,15 +826958,15 @@ "binop": null, "updateContext": null }, - "start": 88168, - "end": 88169, + "start": 90558, + "end": 90559, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 54 }, "end": { - "line": 1942, + "line": 1984, "column": 55 } } @@ -826497,15 +826984,15 @@ "binop": null }, "value": "_ba", - "start": 88169, - "end": 88172, + "start": 90559, + "end": 90562, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 55 }, "end": { - "line": 1942, + "line": 1984, "column": 58 } } @@ -826523,15 +827010,15 @@ "binop": null, "updateContext": null }, - "start": 88172, - "end": 88173, + "start": 90562, + "end": 90563, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 58 }, "end": { - "line": 1942, + "line": 1984, "column": 59 } } @@ -826550,15 +827037,15 @@ "updateContext": null }, "value": "=", - "start": 88174, - "end": 88175, + "start": 90564, + "end": 90565, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 60 }, "end": { - "line": 1942, + "line": 1984, "column": 61 } } @@ -826577,15 +827064,15 @@ "updateContext": null }, "value": "lb", - "start": 88176, - "end": 88180, + "start": 90566, + "end": 90570, "loc": { "start": { - "line": 1942, + "line": 1984, "column": 62 }, "end": { - "line": 1942, + "line": 1984, "column": 66 } } @@ -826602,15 +827089,15 @@ "postfix": false, "binop": null }, - "start": 88221, - "end": 88222, + "start": 90611, + "end": 90612, "loc": { "start": { - "line": 1943, + "line": 1985, "column": 40 }, "end": { - "line": 1943, + "line": 1985, "column": 41 } } @@ -826630,15 +827117,15 @@ "updateContext": null }, "value": "else", - "start": 88223, - "end": 88227, + "start": 90613, + "end": 90617, "loc": { "start": { - "line": 1943, + "line": 1985, "column": 42 }, "end": { - "line": 1943, + "line": 1985, "column": 46 } } @@ -826658,15 +827145,15 @@ "updateContext": null }, "value": "if", - "start": 88268, - "end": 88270, + "start": 90658, + "end": 90660, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 40 }, "end": { - "line": 1944, + "line": 1986, "column": 42 } } @@ -826683,15 +827170,15 @@ "postfix": false, "binop": null }, - "start": 88271, - "end": 88272, + "start": 90661, + "end": 90662, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 43 }, "end": { - "line": 1944, + "line": 1986, "column": 44 } } @@ -826709,15 +827196,15 @@ "binop": null }, "value": "_sx", - "start": 88273, - "end": 88276, + "start": 90663, + "end": 90666, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 45 }, "end": { - "line": 1944, + "line": 1986, "column": 48 } } @@ -826736,15 +827223,15 @@ "updateContext": null }, "value": "<", - "start": 88277, - "end": 88278, + "start": 90667, + "end": 90668, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 49 }, "end": { - "line": 1944, + "line": 1986, "column": 50 } } @@ -826762,15 +827249,15 @@ "binop": null }, "value": "_ex", - "start": 88279, - "end": 88282, + "start": 90669, + "end": 90672, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 51 }, "end": { - "line": 1944, + "line": 1986, "column": 54 } } @@ -826787,15 +827274,15 @@ "postfix": false, "binop": null }, - "start": 88283, - "end": 88284, + "start": 90673, + "end": 90674, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 55 }, "end": { - "line": 1944, + "line": 1986, "column": 56 } } @@ -826812,15 +827299,15 @@ "postfix": false, "binop": null }, - "start": 88285, - "end": 88286, + "start": 90675, + "end": 90676, "loc": { "start": { - "line": 1944, + "line": 1986, "column": 57 }, "end": { - "line": 1944, + "line": 1986, "column": 58 } } @@ -826828,15 +827315,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"", - "start": 88331, - "end": 88362, + "start": 90721, + "end": 90752, "loc": { "start": { - "line": 1945, + "line": 1987, "column": 44 }, "end": { - "line": 1945, + "line": 1987, "column": 75 } } @@ -826854,15 +827341,15 @@ "binop": null }, "value": "_curveType", - "start": 88407, - "end": 88417, + "start": 90797, + "end": 90807, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 44 }, "end": { - "line": 1946, + "line": 1988, "column": 54 } } @@ -826880,15 +827367,15 @@ "binop": null, "updateContext": null }, - "start": 88417, - "end": 88418, + "start": 90807, + "end": 90808, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 54 }, "end": { - "line": 1946, + "line": 1988, "column": 55 } } @@ -826906,15 +827393,15 @@ "binop": null }, "value": "_ba", - "start": 88418, - "end": 88421, + "start": 90808, + "end": 90811, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 55 }, "end": { - "line": 1946, + "line": 1988, "column": 58 } } @@ -826932,15 +827419,15 @@ "binop": null, "updateContext": null }, - "start": 88421, - "end": 88422, + "start": 90811, + "end": 90812, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 58 }, "end": { - "line": 1946, + "line": 1988, "column": 59 } } @@ -826959,15 +827446,15 @@ "updateContext": null }, "value": "=", - "start": 88423, - "end": 88424, + "start": 90813, + "end": 90814, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 60 }, "end": { - "line": 1946, + "line": 1988, "column": 61 } } @@ -826986,15 +827473,15 @@ "updateContext": null }, "value": "lb+lt", - "start": 88425, - "end": 88432, + "start": 90815, + "end": 90822, "loc": { "start": { - "line": 1946, + "line": 1988, "column": 62 }, "end": { - "line": 1946, + "line": 1988, "column": 69 } } @@ -827011,15 +827498,15 @@ "postfix": false, "binop": null }, - "start": 88473, - "end": 88474, + "start": 90863, + "end": 90864, "loc": { "start": { - "line": 1947, + "line": 1989, "column": 40 }, "end": { - "line": 1947, + "line": 1989, "column": 41 } } @@ -827039,15 +827526,15 @@ "updateContext": null }, "value": "else", - "start": 88475, - "end": 88479, + "start": 90865, + "end": 90869, "loc": { "start": { - "line": 1947, + "line": 1989, "column": 42 }, "end": { - "line": 1947, + "line": 1989, "column": 46 } } @@ -827064,15 +827551,15 @@ "postfix": false, "binop": null }, - "start": 88480, - "end": 88481, + "start": 90870, + "end": 90871, "loc": { "start": { - "line": 1947, + "line": 1989, "column": 47 }, "end": { - "line": 1947, + "line": 1989, "column": 48 } } @@ -827080,15 +827567,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直上 \"│\" to top", - "start": 88526, - "end": 88549, + "start": 90916, + "end": 90939, "loc": { "start": { - "line": 1948, + "line": 1990, "column": 44 }, "end": { - "line": 1948, + "line": 1990, "column": 67 } } @@ -827106,15 +827593,15 @@ "binop": null }, "value": "_curveType", - "start": 88594, - "end": 88604, + "start": 90984, + "end": 90994, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 44 }, "end": { - "line": 1949, + "line": 1991, "column": 54 } } @@ -827132,15 +827619,15 @@ "binop": null, "updateContext": null }, - "start": 88604, - "end": 88605, + "start": 90994, + "end": 90995, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 54 }, "end": { - "line": 1949, + "line": 1991, "column": 55 } } @@ -827158,15 +827645,15 @@ "binop": null }, "value": "_ba", - "start": 88605, - "end": 88608, + "start": 90995, + "end": 90998, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 55 }, "end": { - "line": 1949, + "line": 1991, "column": 58 } } @@ -827184,15 +827671,15 @@ "binop": null, "updateContext": null }, - "start": 88608, - "end": 88609, + "start": 90998, + "end": 90999, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 58 }, "end": { - "line": 1949, + "line": 1991, "column": 59 } } @@ -827211,15 +827698,15 @@ "updateContext": null }, "value": "=", - "start": 88610, - "end": 88611, + "start": 91000, + "end": 91001, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 60 }, "end": { - "line": 1949, + "line": 1991, "column": 61 } } @@ -827239,15 +827726,15 @@ "updateContext": null }, "value": "null", - "start": 88612, - "end": 88616, + "start": 91002, + "end": 91006, "loc": { "start": { - "line": 1949, + "line": 1991, "column": 62 }, "end": { - "line": 1949, + "line": 1991, "column": 66 } } @@ -827264,15 +827751,15 @@ "postfix": false, "binop": null }, - "start": 88657, - "end": 88658, + "start": 91047, + "end": 91048, "loc": { "start": { - "line": 1950, + "line": 1992, "column": 40 }, "end": { - "line": 1950, + "line": 1992, "column": 41 } } @@ -827289,15 +827776,15 @@ "postfix": false, "binop": null }, - "start": 88695, - "end": 88696, + "start": 91085, + "end": 91086, "loc": { "start": { - "line": 1951, + "line": 1993, "column": 36 }, "end": { - "line": 1951, + "line": 1993, "column": 37 } } @@ -827317,15 +827804,15 @@ "updateContext": null }, "value": "else", - "start": 88697, - "end": 88701, + "start": 91087, + "end": 91091, "loc": { "start": { - "line": 1951, + "line": 1993, "column": 38 }, "end": { - "line": 1951, + "line": 1993, "column": 42 } } @@ -827345,15 +827832,15 @@ "updateContext": null }, "value": "if", - "start": 88738, - "end": 88740, + "start": 91128, + "end": 91130, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 36 }, "end": { - "line": 1952, + "line": 1994, "column": 38 } } @@ -827370,15 +827857,15 @@ "postfix": false, "binop": null }, - "start": 88741, - "end": 88742, + "start": 91131, + "end": 91132, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 39 }, "end": { - "line": 1952, + "line": 1994, "column": 40 } } @@ -827396,15 +827883,15 @@ "binop": null }, "value": "_sy", - "start": 88743, - "end": 88746, + "start": 91133, + "end": 91136, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 41 }, "end": { - "line": 1952, + "line": 1994, "column": 44 } } @@ -827423,15 +827910,15 @@ "updateContext": null }, "value": "<", - "start": 88747, - "end": 88748, + "start": 91137, + "end": 91138, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 45 }, "end": { - "line": 1952, + "line": 1994, "column": 46 } } @@ -827449,15 +827936,15 @@ "binop": null }, "value": "_ey", - "start": 88749, - "end": 88752, + "start": 91139, + "end": 91142, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 47 }, "end": { - "line": 1952, + "line": 1994, "column": 50 } } @@ -827474,15 +827961,15 @@ "postfix": false, "binop": null }, - "start": 88753, - "end": 88754, + "start": 91143, + "end": 91144, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 51 }, "end": { - "line": 1952, + "line": 1994, "column": 52 } } @@ -827499,15 +827986,15 @@ "postfix": false, "binop": null }, - "start": 88755, - "end": 88756, + "start": 91145, + "end": 91146, "loc": { "start": { - "line": 1952, + "line": 1994, "column": 53 }, "end": { - "line": 1952, + "line": 1994, "column": 54 } } @@ -827515,15 +828002,15 @@ { "type": "CommentLine", "value": " 連結点が自分より下にある", - "start": 88797, - "end": 88812, + "start": 91187, + "end": 91202, "loc": { "start": { - "line": 1953, + "line": 1995, "column": 40 }, "end": { - "line": 1953, + "line": 1995, "column": 55 } } @@ -827543,15 +828030,15 @@ "updateContext": null }, "value": "if", - "start": 88853, - "end": 88855, + "start": 91243, + "end": 91245, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 40 }, "end": { - "line": 1954, + "line": 1996, "column": 42 } } @@ -827568,15 +828055,15 @@ "postfix": false, "binop": null }, - "start": 88856, - "end": 88857, + "start": 91246, + "end": 91247, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 43 }, "end": { - "line": 1954, + "line": 1996, "column": 44 } } @@ -827594,15 +828081,15 @@ "binop": null }, "value": "_sx", - "start": 88858, - "end": 88861, + "start": 91248, + "end": 91251, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 45 }, "end": { - "line": 1954, + "line": 1996, "column": 48 } } @@ -827621,15 +828108,15 @@ "updateContext": null }, "value": ">", - "start": 88862, - "end": 88863, + "start": 91252, + "end": 91253, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 49 }, "end": { - "line": 1954, + "line": 1996, "column": 50 } } @@ -827647,15 +828134,15 @@ "binop": null }, "value": "_ex", - "start": 88864, - "end": 88867, + "start": 91254, + "end": 91257, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 51 }, "end": { - "line": 1954, + "line": 1996, "column": 54 } } @@ -827672,15 +828159,15 @@ "postfix": false, "binop": null }, - "start": 88868, - "end": 88869, + "start": 91258, + "end": 91259, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 55 }, "end": { - "line": 1954, + "line": 1996, "column": 56 } } @@ -827697,15 +828184,15 @@ "postfix": false, "binop": null }, - "start": 88870, - "end": 88871, + "start": 91260, + "end": 91261, "loc": { "start": { - "line": 1954, + "line": 1996, "column": 57 }, "end": { - "line": 1954, + "line": 1996, "column": 58 } } @@ -827713,15 +828200,15 @@ { "type": "CommentLine", "value": " 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"", - "start": 88916, - "end": 88961, + "start": 91306, + "end": 91351, "loc": { "start": { - "line": 1955, + "line": 1997, "column": 44 }, "end": { - "line": 1955, + "line": 1997, "column": 89 } } @@ -827739,15 +828226,15 @@ "binop": null }, "value": "_curveType", - "start": 89006, - "end": 89016, + "start": 91396, + "end": 91406, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 44 }, "end": { - "line": 1956, + "line": 1998, "column": 54 } } @@ -827765,15 +828252,15 @@ "binop": null, "updateContext": null }, - "start": 89016, - "end": 89017, + "start": 91406, + "end": 91407, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 54 }, "end": { - "line": 1956, + "line": 1998, "column": 55 } } @@ -827791,15 +828278,15 @@ "binop": null }, "value": "_ba", - "start": 89017, - "end": 89020, + "start": 91407, + "end": 91410, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 55 }, "end": { - "line": 1956, + "line": 1998, "column": 58 } } @@ -827817,15 +828304,15 @@ "binop": null, "updateContext": null }, - "start": 89020, - "end": 89021, + "start": 91410, + "end": 91411, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 58 }, "end": { - "line": 1956, + "line": 1998, "column": 59 } } @@ -827844,15 +828331,15 @@ "updateContext": null }, "value": "=", - "start": 89022, - "end": 89023, + "start": 91412, + "end": 91413, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 60 }, "end": { - "line": 1956, + "line": 1998, "column": 61 } } @@ -827871,15 +828358,15 @@ "updateContext": null }, "value": "lt", - "start": 89024, - "end": 89028, + "start": 91414, + "end": 91418, "loc": { "start": { - "line": 1956, + "line": 1998, "column": 62 }, "end": { - "line": 1956, + "line": 1998, "column": 66 } } @@ -827896,15 +828383,15 @@ "postfix": false, "binop": null }, - "start": 89069, - "end": 89070, + "start": 91459, + "end": 91460, "loc": { "start": { - "line": 1957, + "line": 1999, "column": 40 }, "end": { - "line": 1957, + "line": 1999, "column": 41 } } @@ -827924,15 +828411,15 @@ "updateContext": null }, "value": "else", - "start": 89071, - "end": 89075, + "start": 91461, + "end": 91465, "loc": { "start": { - "line": 1957, + "line": 1999, "column": 42 }, "end": { - "line": 1957, + "line": 1999, "column": 46 } } @@ -827952,15 +828439,15 @@ "updateContext": null }, "value": "if", - "start": 89116, - "end": 89118, + "start": 91506, + "end": 91508, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 40 }, "end": { - "line": 1958, + "line": 2000, "column": 42 } } @@ -827977,15 +828464,15 @@ "postfix": false, "binop": null }, - "start": 89119, - "end": 89120, + "start": 91509, + "end": 91510, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 43 }, "end": { - "line": 1958, + "line": 2000, "column": 44 } } @@ -828003,15 +828490,15 @@ "binop": null }, "value": "_sx", - "start": 89121, - "end": 89124, + "start": 91511, + "end": 91514, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 45 }, "end": { - "line": 1958, + "line": 2000, "column": 48 } } @@ -828030,15 +828517,15 @@ "updateContext": null }, "value": "<", - "start": 89125, - "end": 89126, + "start": 91515, + "end": 91516, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 49 }, "end": { - "line": 1958, + "line": 2000, "column": 50 } } @@ -828056,15 +828543,15 @@ "binop": null }, "value": "_ex", - "start": 89127, - "end": 89130, + "start": 91517, + "end": 91520, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 51 }, "end": { - "line": 1958, + "line": 2000, "column": 54 } } @@ -828081,15 +828568,15 @@ "postfix": false, "binop": null }, - "start": 89131, - "end": 89132, + "start": 91521, + "end": 91522, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 55 }, "end": { - "line": 1958, + "line": 2000, "column": 56 } } @@ -828106,15 +828593,15 @@ "postfix": false, "binop": null }, - "start": 89133, - "end": 89134, + "start": 91523, + "end": 91524, "loc": { "start": { - "line": 1958, + "line": 2000, "column": 57 }, "end": { - "line": 1958, + "line": 2000, "column": 58 } } @@ -828122,15 +828609,15 @@ { "type": "CommentLine", "value": " 連結点が自分より右にある \"⊂_\" as \"rt+rb\"", - "start": 89179, - "end": 89210, + "start": 91569, + "end": 91600, "loc": { "start": { - "line": 1959, + "line": 2001, "column": 44 }, "end": { - "line": 1959, + "line": 2001, "column": 75 } } @@ -828148,15 +828635,15 @@ "binop": null }, "value": "_curveType", - "start": 89255, - "end": 89265, + "start": 91645, + "end": 91655, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 44 }, "end": { - "line": 1960, + "line": 2002, "column": 54 } } @@ -828174,15 +828661,15 @@ "binop": null, "updateContext": null }, - "start": 89265, - "end": 89266, + "start": 91655, + "end": 91656, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 54 }, "end": { - "line": 1960, + "line": 2002, "column": 55 } } @@ -828200,15 +828687,15 @@ "binop": null }, "value": "_ba", - "start": 89266, - "end": 89269, + "start": 91656, + "end": 91659, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 55 }, "end": { - "line": 1960, + "line": 2002, "column": 58 } } @@ -828226,15 +828713,15 @@ "binop": null, "updateContext": null }, - "start": 89269, - "end": 89270, + "start": 91659, + "end": 91660, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 58 }, "end": { - "line": 1960, + "line": 2002, "column": 59 } } @@ -828253,15 +828740,15 @@ "updateContext": null }, "value": "=", - "start": 89271, - "end": 89272, + "start": 91661, + "end": 91662, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 60 }, "end": { - "line": 1960, + "line": 2002, "column": 61 } } @@ -828280,15 +828767,15 @@ "updateContext": null }, "value": "lt+lb", - "start": 89273, - "end": 89280, + "start": 91663, + "end": 91670, "loc": { "start": { - "line": 1960, + "line": 2002, "column": 62 }, "end": { - "line": 1960, + "line": 2002, "column": 69 } } @@ -828305,15 +828792,15 @@ "postfix": false, "binop": null }, - "start": 89321, - "end": 89322, + "start": 91711, + "end": 91712, "loc": { "start": { - "line": 1961, + "line": 2003, "column": 40 }, "end": { - "line": 1961, + "line": 2003, "column": 41 } } @@ -828333,15 +828820,15 @@ "updateContext": null }, "value": "else", - "start": 89323, - "end": 89327, + "start": 91713, + "end": 91717, "loc": { "start": { - "line": 1961, + "line": 2003, "column": 42 }, "end": { - "line": 1961, + "line": 2003, "column": 46 } } @@ -828358,15 +828845,15 @@ "postfix": false, "binop": null }, - "start": 89328, - "end": 89329, + "start": 91718, + "end": 91719, "loc": { "start": { - "line": 1961, + "line": 2003, "column": 47 }, "end": { - "line": 1961, + "line": 2003, "column": 48 } } @@ -828374,15 +828861,15 @@ { "type": "CommentLine", "value": " 連結点が自分の直下 \"│\" to bottom", - "start": 89374, - "end": 89400, + "start": 91764, + "end": 91790, "loc": { "start": { - "line": 1962, + "line": 2004, "column": 44 }, "end": { - "line": 1962, + "line": 2004, "column": 70 } } @@ -828400,15 +828887,15 @@ "binop": null }, "value": "_curveType", - "start": 89445, - "end": 89455, + "start": 91835, + "end": 91845, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 44 }, "end": { - "line": 1963, + "line": 2005, "column": 54 } } @@ -828426,15 +828913,15 @@ "binop": null, "updateContext": null }, - "start": 89455, - "end": 89456, + "start": 91845, + "end": 91846, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 54 }, "end": { - "line": 1963, + "line": 2005, "column": 55 } } @@ -828452,15 +828939,15 @@ "binop": null }, "value": "_ba", - "start": 89456, - "end": 89459, + "start": 91846, + "end": 91849, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 55 }, "end": { - "line": 1963, + "line": 2005, "column": 58 } } @@ -828478,15 +828965,15 @@ "binop": null, "updateContext": null }, - "start": 89459, - "end": 89460, + "start": 91849, + "end": 91850, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 58 }, "end": { - "line": 1963, + "line": 2005, "column": 59 } } @@ -828505,15 +828992,15 @@ "updateContext": null }, "value": "=", - "start": 89461, - "end": 89462, + "start": 91851, + "end": 91852, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 60 }, "end": { - "line": 1963, + "line": 2005, "column": 61 } } @@ -828533,15 +829020,15 @@ "updateContext": null }, "value": "null", - "start": 89463, - "end": 89467, + "start": 91853, + "end": 91857, "loc": { "start": { - "line": 1963, + "line": 2005, "column": 62 }, "end": { - "line": 1963, + "line": 2005, "column": 66 } } @@ -828558,15 +829045,15 @@ "postfix": false, "binop": null }, - "start": 89508, - "end": 89509, + "start": 91898, + "end": 91899, "loc": { "start": { - "line": 1964, + "line": 2006, "column": 40 }, "end": { - "line": 1964, + "line": 2006, "column": 41 } } @@ -828583,15 +829070,15 @@ "postfix": false, "binop": null }, - "start": 89546, - "end": 89547, + "start": 91936, + "end": 91937, "loc": { "start": { - "line": 1965, + "line": 2007, "column": 36 }, "end": { - "line": 1965, + "line": 2007, "column": 37 } } @@ -828611,15 +829098,15 @@ "updateContext": null }, "value": "else", - "start": 89548, - "end": 89552, + "start": 91938, + "end": 91942, "loc": { "start": { - "line": 1965, + "line": 2007, "column": 38 }, "end": { - "line": 1965, + "line": 2007, "column": 42 } } @@ -828636,15 +829123,15 @@ "postfix": false, "binop": null }, - "start": 89553, - "end": 89554, + "start": 91943, + "end": 91944, "loc": { "start": { - "line": 1965, + "line": 2007, "column": 43 }, "end": { - "line": 1965, + "line": 2007, "column": 44 } } @@ -828652,15 +829139,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 89595, - "end": 89654, + "start": 91985, + "end": 92044, "loc": { "start": { - "line": 1966, + "line": 2008, "column": 40 }, "end": { - "line": 1966, + "line": 2008, "column": 99 } } @@ -828678,15 +829165,15 @@ "binop": null }, "value": "_curveType", - "start": 89695, - "end": 89705, + "start": 92085, + "end": 92095, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 40 }, "end": { - "line": 1967, + "line": 2009, "column": 50 } } @@ -828704,15 +829191,15 @@ "binop": null, "updateContext": null }, - "start": 89705, - "end": 89706, + "start": 92095, + "end": 92096, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 50 }, "end": { - "line": 1967, + "line": 2009, "column": 51 } } @@ -828730,15 +829217,15 @@ "binop": null }, "value": "_ba", - "start": 89706, - "end": 89709, + "start": 92096, + "end": 92099, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 51 }, "end": { - "line": 1967, + "line": 2009, "column": 54 } } @@ -828756,15 +829243,15 @@ "binop": null, "updateContext": null }, - "start": 89709, - "end": 89710, + "start": 92099, + "end": 92100, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 54 }, "end": { - "line": 1967, + "line": 2009, "column": 55 } } @@ -828783,15 +829270,15 @@ "updateContext": null }, "value": "=", - "start": 89711, - "end": 89712, + "start": 92101, + "end": 92102, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 56 }, "end": { - "line": 1967, + "line": 2009, "column": 57 } } @@ -828811,15 +829298,15 @@ "updateContext": null }, "value": "null", - "start": 89713, - "end": 89717, + "start": 92103, + "end": 92107, "loc": { "start": { - "line": 1967, + "line": 2009, "column": 58 }, "end": { - "line": 1967, + "line": 2009, "column": 62 } } @@ -828836,15 +829323,15 @@ "postfix": false, "binop": null }, - "start": 89754, - "end": 89755, + "start": 92144, + "end": 92145, "loc": { "start": { - "line": 1968, + "line": 2010, "column": 36 }, "end": { - "line": 1968, + "line": 2010, "column": 37 } } @@ -828861,15 +829348,15 @@ "postfix": false, "binop": null }, - "start": 89788, - "end": 89789, + "start": 92178, + "end": 92179, "loc": { "start": { - "line": 1969, + "line": 2011, "column": 32 }, "end": { - "line": 1969, + "line": 2011, "column": 33 } } @@ -828889,15 +829376,15 @@ "updateContext": null }, "value": "else", - "start": 89790, - "end": 89794, + "start": 92180, + "end": 92184, "loc": { "start": { - "line": 1969, + "line": 2011, "column": 34 }, "end": { - "line": 1969, + "line": 2011, "column": 38 } } @@ -828917,15 +829404,15 @@ "updateContext": null }, "value": "if", - "start": 89827, - "end": 89829, + "start": 92217, + "end": 92219, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 32 }, "end": { - "line": 1970, + "line": 2012, "column": 34 } } @@ -828942,15 +829429,15 @@ "postfix": false, "binop": null }, - "start": 89830, - "end": 89831, + "start": 92220, + "end": 92221, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 35 }, "end": { - "line": 1970, + "line": 2012, "column": 36 } } @@ -828968,15 +829455,15 @@ "binop": null }, "value": "_ba", - "start": 89832, - "end": 89835, + "start": 92222, + "end": 92225, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 37 }, "end": { - "line": 1970, + "line": 2012, "column": 40 } } @@ -828995,15 +829482,15 @@ "updateContext": null }, "value": "===", - "start": 89836, - "end": 89839, + "start": 92226, + "end": 92229, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 41 }, "end": { - "line": 1970, + "line": 2012, "column": 44 } } @@ -829022,15 +829509,15 @@ "updateContext": null }, "value": "after", - "start": 89840, - "end": 89847, + "start": 92230, + "end": 92237, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 45 }, "end": { - "line": 1970, + "line": 2012, "column": 52 } } @@ -829047,15 +829534,15 @@ "postfix": false, "binop": null }, - "start": 89848, - "end": 89849, + "start": 92238, + "end": 92239, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 53 }, "end": { - "line": 1970, + "line": 2012, "column": 54 } } @@ -829072,15 +829559,15 @@ "postfix": false, "binop": null }, - "start": 89850, - "end": 89851, + "start": 92240, + "end": 92241, "loc": { "start": { - "line": 1970, + "line": 2012, "column": 55 }, "end": { - "line": 1970, + "line": 2012, "column": 56 } } @@ -829088,15 +829575,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 89888, - "end": 89949, + "start": 92278, + "end": 92339, "loc": { "start": { - "line": 1971, + "line": 2013, "column": 36 }, "end": { - "line": 1971, + "line": 2013, "column": 97 } } @@ -829116,15 +829603,15 @@ "updateContext": null }, "value": "if", - "start": 89986, - "end": 89988, + "start": 92376, + "end": 92378, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 36 }, "end": { - "line": 1972, + "line": 2014, "column": 38 } } @@ -829141,15 +829628,15 @@ "postfix": false, "binop": null }, - "start": 89989, - "end": 89990, + "start": 92379, + "end": 92380, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 39 }, "end": { - "line": 1972, + "line": 2014, "column": 40 } } @@ -829167,15 +829654,15 @@ "binop": null }, "value": "_sy", - "start": 89991, - "end": 89994, + "start": 92381, + "end": 92384, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 41 }, "end": { - "line": 1972, + "line": 2014, "column": 44 } } @@ -829194,15 +829681,15 @@ "updateContext": null }, "value": "<", - "start": 89995, - "end": 89996, + "start": 92385, + "end": 92386, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 45 }, "end": { - "line": 1972, + "line": 2014, "column": 46 } } @@ -829220,15 +829707,15 @@ "binop": null }, "value": "_ey", - "start": 89997, - "end": 90000, + "start": 92387, + "end": 92390, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 47 }, "end": { - "line": 1972, + "line": 2014, "column": 50 } } @@ -829245,15 +829732,15 @@ "postfix": false, "binop": null }, - "start": 90001, - "end": 90002, + "start": 92391, + "end": 92392, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 51 }, "end": { - "line": 1972, + "line": 2014, "column": 52 } } @@ -829270,15 +829757,15 @@ "postfix": false, "binop": null }, - "start": 90003, - "end": 90004, + "start": 92393, + "end": 92394, "loc": { "start": { - "line": 1972, + "line": 2014, "column": 53 }, "end": { - "line": 1972, + "line": 2014, "column": 54 } } @@ -829286,15 +829773,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"under\" self (:> 連結点が自分の下にある", - "start": 90045, - "end": 90107, + "start": 92435, + "end": 92497, "loc": { "start": { - "line": 1973, + "line": 2015, "column": 40 }, "end": { - "line": 1973, + "line": 2015, "column": 102 } } @@ -829314,15 +829801,15 @@ "updateContext": null }, "value": "if", - "start": 90148, - "end": 90150, + "start": 92538, + "end": 92540, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 40 }, "end": { - "line": 1974, + "line": 2016, "column": 42 } } @@ -829339,15 +829826,15 @@ "postfix": false, "binop": null }, - "start": 90151, - "end": 90152, + "start": 92541, + "end": 92542, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 43 }, "end": { - "line": 1974, + "line": 2016, "column": 44 } } @@ -829365,15 +829852,15 @@ "binop": null }, "value": "_sx", - "start": 90153, - "end": 90156, + "start": 92543, + "end": 92546, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 45 }, "end": { - "line": 1974, + "line": 2016, "column": 48 } } @@ -829392,15 +829879,15 @@ "updateContext": null }, "value": "<", - "start": 90157, - "end": 90158, + "start": 92547, + "end": 92548, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 49 }, "end": { - "line": 1974, + "line": 2016, "column": 50 } } @@ -829418,15 +829905,15 @@ "binop": null }, "value": "_ex", - "start": 90159, - "end": 90162, + "start": 92549, + "end": 92552, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 51 }, "end": { - "line": 1974, + "line": 2016, "column": 54 } } @@ -829443,15 +829930,15 @@ "postfix": false, "binop": null }, - "start": 90163, - "end": 90164, + "start": 92553, + "end": 92554, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 55 }, "end": { - "line": 1974, + "line": 2016, "column": 56 } } @@ -829468,15 +829955,15 @@ "postfix": false, "binop": null }, - "start": 90165, - "end": 90166, + "start": 92555, + "end": 92556, "loc": { "start": { - "line": 1974, + "line": 2016, "column": 57 }, "end": { - "line": 1974, + "line": 2016, "column": 58 } } @@ -829484,15 +829971,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"", - "start": 90211, - "end": 90308, + "start": 92601, + "end": 92698, "loc": { "start": { - "line": 1975, + "line": 2017, "column": 44 }, "end": { - "line": 1975, + "line": 2017, "column": 141 } } @@ -829510,15 +829997,15 @@ "binop": null }, "value": "_curveType", - "start": 90353, - "end": 90363, + "start": 92743, + "end": 92753, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 44 }, "end": { - "line": 1976, + "line": 2018, "column": 54 } } @@ -829536,15 +830023,15 @@ "binop": null, "updateContext": null }, - "start": 90363, - "end": 90364, + "start": 92753, + "end": 92754, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 54 }, "end": { - "line": 1976, + "line": 2018, "column": 55 } } @@ -829562,15 +830049,15 @@ "binop": null }, "value": "_ba", - "start": 90364, - "end": 90367, + "start": 92754, + "end": 92757, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 55 }, "end": { - "line": 1976, + "line": 2018, "column": 58 } } @@ -829588,15 +830075,15 @@ "binop": null, "updateContext": null }, - "start": 90367, - "end": 90368, + "start": 92757, + "end": 92758, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 58 }, "end": { - "line": 1976, + "line": 2018, "column": 59 } } @@ -829615,15 +830102,15 @@ "updateContext": null }, "value": "=", - "start": 90369, - "end": 90370, + "start": 92759, + "end": 92760, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 60 }, "end": { - "line": 1976, + "line": 2018, "column": 61 } } @@ -829642,15 +830129,15 @@ "updateContext": null }, "value": "rt", - "start": 90371, - "end": 90375, + "start": 92761, + "end": 92765, "loc": { "start": { - "line": 1976, + "line": 2018, "column": 62 }, "end": { - "line": 1976, + "line": 2018, "column": 66 } } @@ -829667,15 +830154,15 @@ "postfix": false, "binop": null }, - "start": 90416, - "end": 90417, + "start": 92806, + "end": 92807, "loc": { "start": { - "line": 1977, + "line": 2019, "column": 40 }, "end": { - "line": 1977, + "line": 2019, "column": 41 } } @@ -829695,15 +830182,15 @@ "updateContext": null }, "value": "else", - "start": 90418, - "end": 90422, + "start": 92808, + "end": 92812, "loc": { "start": { - "line": 1977, + "line": 2019, "column": 42 }, "end": { - "line": 1977, + "line": 2019, "column": 46 } } @@ -829723,15 +830210,15 @@ "updateContext": null }, "value": "if", - "start": 90463, - "end": 90465, + "start": 92853, + "end": 92855, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 40 }, "end": { - "line": 1978, + "line": 2020, "column": 42 } } @@ -829748,15 +830235,15 @@ "postfix": false, "binop": null }, - "start": 90466, - "end": 90467, + "start": 92856, + "end": 92857, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 43 }, "end": { - "line": 1978, + "line": 2020, "column": 44 } } @@ -829774,15 +830261,15 @@ "binop": null }, "value": "_sx", - "start": 90468, - "end": 90471, + "start": 92858, + "end": 92861, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 45 }, "end": { - "line": 1978, + "line": 2020, "column": 48 } } @@ -829801,15 +830288,15 @@ "updateContext": null }, "value": ">", - "start": 90472, - "end": 90473, + "start": 92862, + "end": 92863, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 49 }, "end": { - "line": 1978, + "line": 2020, "column": 50 } } @@ -829827,15 +830314,15 @@ "binop": null }, "value": "_ex", - "start": 90474, - "end": 90477, + "start": 92864, + "end": 92867, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 51 }, "end": { - "line": 1978, + "line": 2020, "column": 54 } } @@ -829852,15 +830339,15 @@ "postfix": false, "binop": null }, - "start": 90478, - "end": 90479, + "start": 92868, + "end": 92869, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 55 }, "end": { - "line": 1978, + "line": 2020, "column": 56 } } @@ -829877,15 +830364,15 @@ "postfix": false, "binop": null }, - "start": 90480, - "end": 90481, + "start": 92870, + "end": 92871, "loc": { "start": { - "line": 1978, + "line": 2020, "column": 57 }, "end": { - "line": 1978, + "line": 2020, "column": 58 } } @@ -829893,15 +830380,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"", - "start": 90526, - "end": 90609, + "start": 92916, + "end": 92999, "loc": { "start": { - "line": 1979, + "line": 2021, "column": 44 }, "end": { - "line": 1979, + "line": 2021, "column": 127 } } @@ -829919,15 +830406,15 @@ "binop": null }, "value": "_curveType", - "start": 90654, - "end": 90664, + "start": 93044, + "end": 93054, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 44 }, "end": { - "line": 1980, + "line": 2022, "column": 54 } } @@ -829945,15 +830432,15 @@ "binop": null, "updateContext": null }, - "start": 90664, - "end": 90665, + "start": 93054, + "end": 93055, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 54 }, "end": { - "line": 1980, + "line": 2022, "column": 55 } } @@ -829971,15 +830458,15 @@ "binop": null }, "value": "_ba", - "start": 90665, - "end": 90668, + "start": 93055, + "end": 93058, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 55 }, "end": { - "line": 1980, + "line": 2022, "column": 58 } } @@ -829997,15 +830484,15 @@ "binop": null, "updateContext": null }, - "start": 90668, - "end": 90669, + "start": 93058, + "end": 93059, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 58 }, "end": { - "line": 1980, + "line": 2022, "column": 59 } } @@ -830024,15 +830511,15 @@ "updateContext": null }, "value": "=", - "start": 90670, - "end": 90671, + "start": 93060, + "end": 93061, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 60 }, "end": { - "line": 1980, + "line": 2022, "column": 61 } } @@ -830051,15 +830538,15 @@ "updateContext": null }, "value": "rt+rb", - "start": 90672, - "end": 90679, + "start": 93062, + "end": 93069, "loc": { "start": { - "line": 1980, + "line": 2022, "column": 62 }, "end": { - "line": 1980, + "line": 2022, "column": 69 } } @@ -830076,15 +830563,15 @@ "postfix": false, "binop": null }, - "start": 90720, - "end": 90721, + "start": 93110, + "end": 93111, "loc": { "start": { - "line": 1981, + "line": 2023, "column": 40 }, "end": { - "line": 1981, + "line": 2023, "column": 41 } } @@ -830104,15 +830591,15 @@ "updateContext": null }, "value": "else", - "start": 90722, - "end": 90726, + "start": 93112, + "end": 93116, "loc": { "start": { - "line": 1981, + "line": 2023, "column": 42 }, "end": { - "line": 1981, + "line": 2023, "column": 46 } } @@ -830129,15 +830616,15 @@ "postfix": false, "binop": null }, - "start": 90727, - "end": 90728, + "start": 93117, + "end": 93118, "loc": { "start": { - "line": 1981, + "line": 2023, "column": 47 }, "end": { - "line": 1981, + "line": 2023, "column": 48 } } @@ -830145,15 +830632,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom", - "start": 90773, - "end": 90852, + "start": 93163, + "end": 93242, "loc": { "start": { - "line": 1982, + "line": 2024, "column": 44 }, "end": { - "line": 1982, + "line": 2024, "column": 123 } } @@ -830171,15 +830658,15 @@ "binop": null }, "value": "_curveType", - "start": 90897, - "end": 90907, + "start": 93287, + "end": 93297, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 44 }, "end": { - "line": 1983, + "line": 2025, "column": 54 } } @@ -830197,15 +830684,15 @@ "binop": null, "updateContext": null }, - "start": 90907, - "end": 90908, + "start": 93297, + "end": 93298, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 54 }, "end": { - "line": 1983, + "line": 2025, "column": 55 } } @@ -830223,15 +830710,15 @@ "binop": null }, "value": "_ba", - "start": 90908, - "end": 90911, + "start": 93298, + "end": 93301, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 55 }, "end": { - "line": 1983, + "line": 2025, "column": 58 } } @@ -830249,15 +830736,15 @@ "binop": null, "updateContext": null }, - "start": 90911, - "end": 90912, + "start": 93301, + "end": 93302, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 58 }, "end": { - "line": 1983, + "line": 2025, "column": 59 } } @@ -830276,15 +830763,15 @@ "updateContext": null }, "value": "=", - "start": 90913, - "end": 90914, + "start": 93303, + "end": 93304, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 60 }, "end": { - "line": 1983, + "line": 2025, "column": 61 } } @@ -830304,15 +830791,15 @@ "updateContext": null }, "value": "null", - "start": 90915, - "end": 90919, + "start": 93305, + "end": 93309, "loc": { "start": { - "line": 1983, + "line": 2025, "column": 62 }, "end": { - "line": 1983, + "line": 2025, "column": 66 } } @@ -830329,15 +830816,15 @@ "postfix": false, "binop": null }, - "start": 90960, - "end": 90961, + "start": 93350, + "end": 93351, "loc": { "start": { - "line": 1984, + "line": 2026, "column": 40 }, "end": { - "line": 1984, + "line": 2026, "column": 41 } } @@ -830354,15 +830841,15 @@ "postfix": false, "binop": null }, - "start": 90998, - "end": 90999, + "start": 93388, + "end": 93389, "loc": { "start": { - "line": 1985, + "line": 2027, "column": 36 }, "end": { - "line": 1985, + "line": 2027, "column": 37 } } @@ -830382,15 +830869,15 @@ "updateContext": null }, "value": "else", - "start": 91000, - "end": 91004, + "start": 93390, + "end": 93394, "loc": { "start": { - "line": 1985, + "line": 2027, "column": 38 }, "end": { - "line": 1985, + "line": 2027, "column": 42 } } @@ -830410,15 +830897,15 @@ "updateContext": null }, "value": "if", - "start": 91041, - "end": 91043, + "start": 93431, + "end": 93433, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 36 }, "end": { - "line": 1986, + "line": 2028, "column": 38 } } @@ -830435,15 +830922,15 @@ "postfix": false, "binop": null }, - "start": 91044, - "end": 91045, + "start": 93434, + "end": 93435, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 39 }, "end": { - "line": 1986, + "line": 2028, "column": 40 } } @@ -830461,15 +830948,15 @@ "binop": null }, "value": "_sy", - "start": 91046, - "end": 91049, + "start": 93436, + "end": 93439, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 41 }, "end": { - "line": 1986, + "line": 2028, "column": 44 } } @@ -830488,15 +830975,15 @@ "updateContext": null }, "value": ">", - "start": 91050, - "end": 91051, + "start": 93440, + "end": 93441, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 45 }, "end": { - "line": 1986, + "line": 2028, "column": 46 } } @@ -830514,15 +831001,15 @@ "binop": null }, "value": "_ey", - "start": 91052, - "end": 91055, + "start": 93442, + "end": 93445, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 47 }, "end": { - "line": 1986, + "line": 2028, "column": 50 } } @@ -830539,15 +831026,15 @@ "postfix": false, "binop": null }, - "start": 91056, - "end": 91057, + "start": 93446, + "end": 93447, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 51 }, "end": { - "line": 1986, + "line": 2028, "column": 52 } } @@ -830564,15 +831051,15 @@ "postfix": false, "binop": null }, - "start": 91058, - "end": 91059, + "start": 93448, + "end": 93449, "loc": { "start": { - "line": 1986, + "line": 2028, "column": 53 }, "end": { - "line": 1986, + "line": 2028, "column": 54 } } @@ -830580,15 +831067,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"above\" self (:> 連結点が自分より上にある", - "start": 91100, - "end": 91163, + "start": 93490, + "end": 93553, "loc": { "start": { - "line": 1987, + "line": 2029, "column": 40 }, "end": { - "line": 1987, + "line": 2029, "column": 103 } } @@ -830608,15 +831095,15 @@ "updateContext": null }, "value": "if", - "start": 91204, - "end": 91206, + "start": 93594, + "end": 93596, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 40 }, "end": { - "line": 1988, + "line": 2030, "column": 42 } } @@ -830633,15 +831120,15 @@ "postfix": false, "binop": null }, - "start": 91207, - "end": 91208, + "start": 93597, + "end": 93598, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 43 }, "end": { - "line": 1988, + "line": 2030, "column": 44 } } @@ -830659,15 +831146,15 @@ "binop": null }, "value": "_sx", - "start": 91209, - "end": 91212, + "start": 93599, + "end": 93602, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 45 }, "end": { - "line": 1988, + "line": 2030, "column": 48 } } @@ -830686,15 +831173,15 @@ "updateContext": null }, "value": "<", - "start": 91213, - "end": 91214, + "start": 93603, + "end": 93604, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 49 }, "end": { - "line": 1988, + "line": 2030, "column": 50 } } @@ -830712,15 +831199,15 @@ "binop": null }, "value": "_ex", - "start": 91215, - "end": 91218, + "start": 93605, + "end": 93608, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 51 }, "end": { - "line": 1988, + "line": 2030, "column": 54 } } @@ -830737,15 +831224,15 @@ "postfix": false, "binop": null }, - "start": 91219, - "end": 91220, + "start": 93609, + "end": 93610, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 55 }, "end": { - "line": 1988, + "line": 2030, "column": 56 } } @@ -830762,15 +831249,15 @@ "postfix": false, "binop": null }, - "start": 91221, - "end": 91222, + "start": 93611, + "end": 93612, "loc": { "start": { - "line": 1988, + "line": 2030, "column": 57 }, "end": { - "line": 1988, + "line": 2030, "column": 58 } } @@ -830778,15 +831265,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"", - "start": 91267, - "end": 91346, + "start": 93657, + "end": 93736, "loc": { "start": { - "line": 1989, + "line": 2031, "column": 44 }, "end": { - "line": 1989, + "line": 2031, "column": 123 } } @@ -830804,15 +831291,15 @@ "binop": null }, "value": "_curveType", - "start": 91391, - "end": 91401, + "start": 93781, + "end": 93791, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 44 }, "end": { - "line": 1990, + "line": 2032, "column": 54 } } @@ -830830,15 +831317,15 @@ "binop": null, "updateContext": null }, - "start": 91401, - "end": 91402, + "start": 93791, + "end": 93792, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 54 }, "end": { - "line": 1990, + "line": 2032, "column": 55 } } @@ -830856,15 +831343,15 @@ "binop": null }, "value": "_ba", - "start": 91402, - "end": 91405, + "start": 93792, + "end": 93795, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 55 }, "end": { - "line": 1990, + "line": 2032, "column": 58 } } @@ -830882,15 +831369,15 @@ "binop": null, "updateContext": null }, - "start": 91405, - "end": 91406, + "start": 93795, + "end": 93796, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 58 }, "end": { - "line": 1990, + "line": 2032, "column": 59 } } @@ -830909,15 +831396,15 @@ "updateContext": null }, "value": "=", - "start": 91407, - "end": 91408, + "start": 93797, + "end": 93798, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 60 }, "end": { - "line": 1990, + "line": 2032, "column": 61 } } @@ -830936,15 +831423,15 @@ "updateContext": null }, "value": "rb", - "start": 91409, - "end": 91413, + "start": 93799, + "end": 93803, "loc": { "start": { - "line": 1990, + "line": 2032, "column": 62 }, "end": { - "line": 1990, + "line": 2032, "column": 66 } } @@ -830961,15 +831448,15 @@ "postfix": false, "binop": null }, - "start": 91454, - "end": 91455, + "start": 93844, + "end": 93845, "loc": { "start": { - "line": 1991, + "line": 2033, "column": 40 }, "end": { - "line": 1991, + "line": 2033, "column": 41 } } @@ -830989,15 +831476,15 @@ "updateContext": null }, "value": "else", - "start": 91456, - "end": 91460, + "start": 93846, + "end": 93850, "loc": { "start": { - "line": 1991, + "line": 2033, "column": 42 }, "end": { - "line": 1991, + "line": 2033, "column": 46 } } @@ -831017,15 +831504,15 @@ "updateContext": null }, "value": "if", - "start": 91501, - "end": 91503, + "start": 93891, + "end": 93893, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 40 }, "end": { - "line": 1992, + "line": 2034, "column": 42 } } @@ -831042,15 +831529,15 @@ "postfix": false, "binop": null }, - "start": 91504, - "end": 91505, + "start": 93894, + "end": 93895, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 43 }, "end": { - "line": 1992, + "line": 2034, "column": 44 } } @@ -831068,15 +831555,15 @@ "binop": null }, "value": "_sx", - "start": 91506, - "end": 91509, + "start": 93896, + "end": 93899, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 45 }, "end": { - "line": 1992, + "line": 2034, "column": 48 } } @@ -831095,15 +831582,15 @@ "updateContext": null }, "value": ">", - "start": 91510, - "end": 91511, + "start": 93900, + "end": 93901, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 49 }, "end": { - "line": 1992, + "line": 2034, "column": 50 } } @@ -831121,15 +831608,15 @@ "binop": null }, "value": "_ex", - "start": 91512, - "end": 91515, + "start": 93902, + "end": 93905, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 51 }, "end": { - "line": 1992, + "line": 2034, "column": 54 } } @@ -831146,15 +831633,15 @@ "postfix": false, "binop": null }, - "start": 91516, - "end": 91517, + "start": 93906, + "end": 93907, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 55 }, "end": { - "line": 1992, + "line": 2034, "column": 56 } } @@ -831171,15 +831658,15 @@ "postfix": false, "binop": null }, - "start": 91518, - "end": 91519, + "start": 93908, + "end": 93909, "loc": { "start": { - "line": 1992, + "line": 2034, "column": 57 }, "end": { - "line": 1992, + "line": 2034, "column": 58 } } @@ -831187,15 +831674,15 @@ { "type": "CommentLine", "value": " Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"", - "start": 91564, - "end": 91647, + "start": 93954, + "end": 94037, "loc": { "start": { - "line": 1993, + "line": 2035, "column": 44 }, "end": { - "line": 1993, + "line": 2035, "column": 127 } } @@ -831213,15 +831700,15 @@ "binop": null }, "value": "_curveType", - "start": 91692, - "end": 91702, + "start": 94082, + "end": 94092, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 44 }, "end": { - "line": 1994, + "line": 2036, "column": 54 } } @@ -831239,15 +831726,15 @@ "binop": null, "updateContext": null }, - "start": 91702, - "end": 91703, + "start": 94092, + "end": 94093, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 54 }, "end": { - "line": 1994, + "line": 2036, "column": 55 } } @@ -831265,15 +831752,15 @@ "binop": null }, "value": "_ba", - "start": 91703, - "end": 91706, + "start": 94093, + "end": 94096, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 55 }, "end": { - "line": 1994, + "line": 2036, "column": 58 } } @@ -831291,15 +831778,15 @@ "binop": null, "updateContext": null }, - "start": 91706, - "end": 91707, + "start": 94096, + "end": 94097, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 58 }, "end": { - "line": 1994, + "line": 2036, "column": 59 } } @@ -831318,15 +831805,15 @@ "updateContext": null }, "value": "=", - "start": 91708, - "end": 91709, + "start": 94098, + "end": 94099, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 60 }, "end": { - "line": 1994, + "line": 2036, "column": 61 } } @@ -831345,15 +831832,15 @@ "updateContext": null }, "value": "rb+rt", - "start": 91710, - "end": 91717, + "start": 94100, + "end": 94107, "loc": { "start": { - "line": 1994, + "line": 2036, "column": 62 }, "end": { - "line": 1994, + "line": 2036, "column": 69 } } @@ -831370,15 +831857,15 @@ "postfix": false, "binop": null }, - "start": 91758, - "end": 91759, + "start": 94148, + "end": 94149, "loc": { "start": { - "line": 1995, + "line": 2037, "column": 40 }, "end": { - "line": 1995, + "line": 2037, "column": 41 } } @@ -831398,15 +831885,15 @@ "updateContext": null }, "value": "else", - "start": 91760, - "end": 91764, + "start": 94150, + "end": 94154, "loc": { "start": { - "line": 1995, + "line": 2037, "column": 42 }, "end": { - "line": 1995, + "line": 2037, "column": 46 } } @@ -831423,15 +831910,15 @@ "postfix": false, "binop": null }, - "start": 91765, - "end": 91766, + "start": 94155, + "end": 94156, "loc": { "start": { - "line": 1995, + "line": 2037, "column": 47 }, "end": { - "line": 1995, + "line": 2037, "column": 48 } } @@ -831439,15 +831926,15 @@ { "type": "CommentLine", "value": " Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top", - "start": 91811, - "end": 91887, + "start": 94201, + "end": 94277, "loc": { "start": { - "line": 1996, + "line": 2038, "column": 44 }, "end": { - "line": 1996, + "line": 2038, "column": 120 } } @@ -831465,15 +831952,15 @@ "binop": null }, "value": "_curveType", - "start": 91932, - "end": 91942, + "start": 94322, + "end": 94332, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 44 }, "end": { - "line": 1997, + "line": 2039, "column": 54 } } @@ -831491,15 +831978,15 @@ "binop": null, "updateContext": null }, - "start": 91942, - "end": 91943, + "start": 94332, + "end": 94333, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 54 }, "end": { - "line": 1997, + "line": 2039, "column": 55 } } @@ -831517,15 +832004,15 @@ "binop": null }, "value": "_ba", - "start": 91943, - "end": 91946, + "start": 94333, + "end": 94336, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 55 }, "end": { - "line": 1997, + "line": 2039, "column": 58 } } @@ -831543,15 +832030,15 @@ "binop": null, "updateContext": null }, - "start": 91946, - "end": 91947, + "start": 94336, + "end": 94337, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 58 }, "end": { - "line": 1997, + "line": 2039, "column": 59 } } @@ -831570,15 +832057,15 @@ "updateContext": null }, "value": "=", - "start": 91948, - "end": 91949, + "start": 94338, + "end": 94339, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 60 }, "end": { - "line": 1997, + "line": 2039, "column": 61 } } @@ -831598,15 +832085,15 @@ "updateContext": null }, "value": "null", - "start": 91950, - "end": 91954, + "start": 94340, + "end": 94344, "loc": { "start": { - "line": 1997, + "line": 2039, "column": 62 }, "end": { - "line": 1997, + "line": 2039, "column": 66 } } @@ -831623,15 +832110,15 @@ "postfix": false, "binop": null }, - "start": 91995, - "end": 91996, + "start": 94385, + "end": 94386, "loc": { "start": { - "line": 1998, + "line": 2040, "column": 40 }, "end": { - "line": 1998, + "line": 2040, "column": 41 } } @@ -831648,15 +832135,15 @@ "postfix": false, "binop": null }, - "start": 92033, - "end": 92034, + "start": 94423, + "end": 94424, "loc": { "start": { - "line": 1999, + "line": 2041, "column": 36 }, "end": { - "line": 1999, + "line": 2041, "column": 37 } } @@ -831676,15 +832163,15 @@ "updateContext": null }, "value": "else", - "start": 92035, - "end": 92039, + "start": 94425, + "end": 94429, "loc": { "start": { - "line": 1999, + "line": 2041, "column": 38 }, "end": { - "line": 1999, + "line": 2041, "column": 42 } } @@ -831701,15 +832188,15 @@ "postfix": false, "binop": null }, - "start": 92040, - "end": 92041, + "start": 94430, + "end": 94431, "loc": { "start": { - "line": 1999, + "line": 2041, "column": 43 }, "end": { - "line": 1999, + "line": 2041, "column": 44 } } @@ -831717,15 +832204,15 @@ { "type": "CommentLine", "value": " 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right", - "start": 92082, - "end": 92141, + "start": 94472, + "end": 94531, "loc": { "start": { - "line": 2000, + "line": 2042, "column": 40 }, "end": { - "line": 2000, + "line": 2042, "column": 99 } } @@ -831743,15 +832230,15 @@ "binop": null }, "value": "_curveType", - "start": 92182, - "end": 92192, + "start": 94572, + "end": 94582, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 40 }, "end": { - "line": 2001, + "line": 2043, "column": 50 } } @@ -831769,15 +832256,15 @@ "binop": null, "updateContext": null }, - "start": 92192, - "end": 92193, + "start": 94582, + "end": 94583, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 50 }, "end": { - "line": 2001, + "line": 2043, "column": 51 } } @@ -831795,15 +832282,15 @@ "binop": null }, "value": "_ba", - "start": 92193, - "end": 92196, + "start": 94583, + "end": 94586, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 51 }, "end": { - "line": 2001, + "line": 2043, "column": 54 } } @@ -831821,15 +832308,15 @@ "binop": null, "updateContext": null }, - "start": 92196, - "end": 92197, + "start": 94586, + "end": 94587, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 54 }, "end": { - "line": 2001, + "line": 2043, "column": 55 } } @@ -831848,15 +832335,15 @@ "updateContext": null }, "value": "=", - "start": 92198, - "end": 92199, + "start": 94588, + "end": 94589, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 56 }, "end": { - "line": 2001, + "line": 2043, "column": 57 } } @@ -831876,15 +832363,15 @@ "updateContext": null }, "value": "null", - "start": 92200, - "end": 92204, + "start": 94590, + "end": 94594, "loc": { "start": { - "line": 2001, + "line": 2043, "column": 58 }, "end": { - "line": 2001, + "line": 2043, "column": 62 } } @@ -831901,15 +832388,15 @@ "postfix": false, "binop": null }, - "start": 92241, - "end": 92242, + "start": 94631, + "end": 94632, "loc": { "start": { - "line": 2002, + "line": 2044, "column": 36 }, "end": { - "line": 2002, + "line": 2044, "column": 37 } } @@ -831926,15 +832413,15 @@ "postfix": false, "binop": null }, - "start": 92275, - "end": 92276, + "start": 94665, + "end": 94666, "loc": { "start": { - "line": 2003, + "line": 2045, "column": 32 }, "end": { - "line": 2003, + "line": 2045, "column": 33 } } @@ -831951,15 +832438,15 @@ "postfix": false, "binop": null }, - "start": 92305, - "end": 92306, + "start": 94695, + "end": 94696, "loc": { "start": { - "line": 2004, + "line": 2046, "column": 28 }, "end": { - "line": 2004, + "line": 2046, "column": 29 } } @@ -831979,15 +832466,15 @@ "updateContext": null }, "value": "break", - "start": 92335, - "end": 92340, + "start": 94725, + "end": 94730, "loc": { "start": { - "line": 2005, + "line": 2047, "column": 28 }, "end": { - "line": 2005, + "line": 2047, "column": 33 } } @@ -832004,15 +832491,15 @@ "postfix": false, "binop": null }, - "start": 92361, - "end": 92362, + "start": 94751, + "end": 94752, "loc": { "start": { - "line": 2006, + "line": 2048, "column": 20 }, "end": { - "line": 2006, + "line": 2048, "column": 21 } } @@ -832029,15 +832516,15 @@ "postfix": false, "binop": null }, - "start": 92379, - "end": 92380, + "start": 94769, + "end": 94770, "loc": { "start": { - "line": 2007, + "line": 2049, "column": 16 }, "end": { - "line": 2007, + "line": 2049, "column": 17 } } @@ -832057,15 +832544,15 @@ "updateContext": null }, "value": "if", - "start": 92397, - "end": 92399, + "start": 94787, + "end": 94789, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 16 }, "end": { - "line": 2008, + "line": 2050, "column": 18 } } @@ -832082,15 +832569,15 @@ "postfix": false, "binop": null }, - "start": 92400, - "end": 92401, + "start": 94790, + "end": 94791, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 19 }, "end": { - "line": 2008, + "line": 2050, "column": 20 } } @@ -832108,15 +832595,15 @@ "binop": null }, "value": "Math", - "start": 92402, - "end": 92406, + "start": 94792, + "end": 94796, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 21 }, "end": { - "line": 2008, + "line": 2050, "column": 25 } } @@ -832134,15 +832621,15 @@ "binop": null, "updateContext": null }, - "start": 92406, - "end": 92407, + "start": 94796, + "end": 94797, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 25 }, "end": { - "line": 2008, + "line": 2050, "column": 26 } } @@ -832160,15 +832647,15 @@ "binop": null }, "value": "abs", - "start": 92407, - "end": 92410, + "start": 94797, + "end": 94800, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 26 }, "end": { - "line": 2008, + "line": 2050, "column": 29 } } @@ -832185,15 +832672,15 @@ "postfix": false, "binop": null }, - "start": 92410, - "end": 92411, + "start": 94800, + "end": 94801, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 29 }, "end": { - "line": 2008, + "line": 2050, "column": 30 } } @@ -832211,15 +832698,15 @@ "binop": null }, "value": "_ey", - "start": 92412, - "end": 92415, + "start": 94802, + "end": 94805, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 31 }, "end": { - "line": 2008, + "line": 2050, "column": 34 } } @@ -832238,15 +832725,15 @@ "updateContext": null }, "value": "-", - "start": 92416, - "end": 92417, + "start": 94806, + "end": 94807, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 35 }, "end": { - "line": 2008, + "line": 2050, "column": 36 } } @@ -832264,15 +832751,15 @@ "binop": null }, "value": "_sy", - "start": 92418, - "end": 92421, + "start": 94808, + "end": 94811, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 37 }, "end": { - "line": 2008, + "line": 2050, "column": 40 } } @@ -832289,15 +832776,15 @@ "postfix": false, "binop": null }, - "start": 92422, - "end": 92423, + "start": 94812, + "end": 94813, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 41 }, "end": { - "line": 2008, + "line": 2050, "column": 42 } } @@ -832316,15 +832803,15 @@ "updateContext": null }, "value": ">", - "start": 92424, - "end": 92425, + "start": 94814, + "end": 94815, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 43 }, "end": { - "line": 2008, + "line": 2050, "column": 44 } } @@ -832342,15 +832829,15 @@ "binop": null }, "value": "_props", - "start": 92426, - "end": 92432, + "start": 94816, + "end": 94822, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 45 }, "end": { - "line": 2008, + "line": 2050, "column": 51 } } @@ -832368,15 +832855,15 @@ "binop": null, "updateContext": null }, - "start": 92432, - "end": 92433, + "start": 94822, + "end": 94823, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 51 }, "end": { - "line": 2008, + "line": 2050, "column": 52 } } @@ -832394,15 +832881,15 @@ "binop": null }, "value": "rowSize", - "start": 92433, - "end": 92440, + "start": 94823, + "end": 94830, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 52 }, "end": { - "line": 2008, + "line": 2050, "column": 59 } } @@ -832419,15 +832906,15 @@ "postfix": false, "binop": null }, - "start": 92441, - "end": 92442, + "start": 94831, + "end": 94832, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 60 }, "end": { - "line": 2008, + "line": 2050, "column": 61 } } @@ -832444,15 +832931,15 @@ "postfix": false, "binop": null }, - "start": 92443, - "end": 92444, + "start": 94833, + "end": 94834, "loc": { "start": { - "line": 2008, + "line": 2050, "column": 62 }, "end": { - "line": 2008, + "line": 2050, "column": 63 } } @@ -832470,15 +832957,15 @@ "binop": null }, "value": "_ey", - "start": 92465, - "end": 92468, + "start": 94855, + "end": 94858, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 20 }, "end": { - "line": 2009, + "line": 2051, "column": 23 } } @@ -832497,15 +832984,15 @@ "updateContext": null }, "value": "+=", - "start": 92469, - "end": 92471, + "start": 94859, + "end": 94861, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 24 }, "end": { - "line": 2009, + "line": 2051, "column": 26 } } @@ -832523,15 +833010,15 @@ "binop": null }, "value": "Math", - "start": 92472, - "end": 92476, + "start": 94862, + "end": 94866, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 27 }, "end": { - "line": 2009, + "line": 2051, "column": 31 } } @@ -832549,15 +833036,15 @@ "binop": null, "updateContext": null }, - "start": 92476, - "end": 92477, + "start": 94866, + "end": 94867, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 31 }, "end": { - "line": 2009, + "line": 2051, "column": 32 } } @@ -832575,15 +833062,15 @@ "binop": null }, "value": "floor", - "start": 92477, - "end": 92482, + "start": 94867, + "end": 94872, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 32 }, "end": { - "line": 2009, + "line": 2051, "column": 37 } } @@ -832600,15 +833087,15 @@ "postfix": false, "binop": null }, - "start": 92482, - "end": 92483, + "start": 94872, + "end": 94873, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 37 }, "end": { - "line": 2009, + "line": 2051, "column": 38 } } @@ -832626,15 +833113,15 @@ "binop": null }, "value": "Math", - "start": 92484, - "end": 92488, + "start": 94874, + "end": 94878, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 39 }, "end": { - "line": 2009, + "line": 2051, "column": 43 } } @@ -832652,15 +833139,15 @@ "binop": null, "updateContext": null }, - "start": 92488, - "end": 92489, + "start": 94878, + "end": 94879, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 43 }, "end": { - "line": 2009, + "line": 2051, "column": 44 } } @@ -832678,15 +833165,15 @@ "binop": null }, "value": "abs", - "start": 92489, - "end": 92492, + "start": 94879, + "end": 94882, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 44 }, "end": { - "line": 2009, + "line": 2051, "column": 47 } } @@ -832703,15 +833190,15 @@ "postfix": false, "binop": null }, - "start": 92492, - "end": 92493, + "start": 94882, + "end": 94883, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 47 }, "end": { - "line": 2009, + "line": 2051, "column": 48 } } @@ -832729,15 +833216,15 @@ "binop": null }, "value": "_ey", - "start": 92494, - "end": 92497, + "start": 94884, + "end": 94887, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 49 }, "end": { - "line": 2009, + "line": 2051, "column": 52 } } @@ -832756,15 +833243,15 @@ "updateContext": null }, "value": "-", - "start": 92498, - "end": 92499, + "start": 94888, + "end": 94889, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 53 }, "end": { - "line": 2009, + "line": 2051, "column": 54 } } @@ -832782,15 +833269,15 @@ "binop": null }, "value": "_sy", - "start": 92500, - "end": 92503, + "start": 94890, + "end": 94893, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 55 }, "end": { - "line": 2009, + "line": 2051, "column": 58 } } @@ -832807,15 +833294,15 @@ "postfix": false, "binop": null }, - "start": 92504, - "end": 92505, + "start": 94894, + "end": 94895, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 59 }, "end": { - "line": 2009, + "line": 2051, "column": 60 } } @@ -832834,15 +833321,15 @@ "updateContext": null }, "value": "/", - "start": 92506, - "end": 92507, + "start": 94896, + "end": 94897, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 61 }, "end": { - "line": 2009, + "line": 2051, "column": 62 } } @@ -832860,15 +833347,15 @@ "binop": null }, "value": "_props", - "start": 92508, - "end": 92514, + "start": 94898, + "end": 94904, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 63 }, "end": { - "line": 2009, + "line": 2051, "column": 69 } } @@ -832886,15 +833373,15 @@ "binop": null, "updateContext": null }, - "start": 92514, - "end": 92515, + "start": 94904, + "end": 94905, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 69 }, "end": { - "line": 2009, + "line": 2051, "column": 70 } } @@ -832912,15 +833399,15 @@ "binop": null }, "value": "rowSize", - "start": 92515, - "end": 92522, + "start": 94905, + "end": 94912, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 70 }, "end": { - "line": 2009, + "line": 2051, "column": 77 } } @@ -832937,15 +833424,15 @@ "postfix": false, "binop": null }, - "start": 92523, - "end": 92524, + "start": 94913, + "end": 94914, "loc": { "start": { - "line": 2009, + "line": 2051, "column": 78 }, "end": { - "line": 2009, + "line": 2051, "column": 79 } } @@ -832962,15 +833449,15 @@ "postfix": false, "binop": null }, - "start": 92541, - "end": 92542, + "start": 94931, + "end": 94932, "loc": { "start": { - "line": 2010, + "line": 2052, "column": 16 }, "end": { - "line": 2010, + "line": 2052, "column": 17 } } @@ -832988,15 +833475,15 @@ "binop": null }, "value": "ctx_relations", - "start": 92559, - "end": 92572, + "start": 94949, + "end": 94962, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 16 }, "end": { - "line": 2011, + "line": 2053, "column": 29 } } @@ -833014,15 +833501,15 @@ "binop": null, "updateContext": null }, - "start": 92572, - "end": 92573, + "start": 94962, + "end": 94963, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 29 }, "end": { - "line": 2011, + "line": 2053, "column": 30 } } @@ -833040,15 +833527,15 @@ "binop": null }, "value": "beginPath", - "start": 92573, - "end": 92582, + "start": 94963, + "end": 94972, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 30 }, "end": { - "line": 2011, + "line": 2053, "column": 39 } } @@ -833065,15 +833552,15 @@ "postfix": false, "binop": null }, - "start": 92582, - "end": 92583, + "start": 94972, + "end": 94973, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 39 }, "end": { - "line": 2011, + "line": 2053, "column": 40 } } @@ -833090,15 +833577,15 @@ "postfix": false, "binop": null }, - "start": 92583, - "end": 92584, + "start": 94973, + "end": 94974, "loc": { "start": { - "line": 2011, + "line": 2053, "column": 40 }, "end": { - "line": 2011, + "line": 2053, "column": 41 } } @@ -833118,15 +833605,15 @@ "updateContext": null }, "value": "if", - "start": 92601, - "end": 92603, + "start": 94991, + "end": 94993, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 16 }, "end": { - "line": 2012, + "line": 2054, "column": 18 } } @@ -833143,15 +833630,15 @@ "postfix": false, "binop": null }, - "start": 92604, - "end": 92605, + "start": 94994, + "end": 94995, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 19 }, "end": { - "line": 2012, + "line": 2054, "column": 20 } } @@ -833170,15 +833657,15 @@ "updateContext": null }, "value": "!", - "start": 92606, - "end": 92607, + "start": 94996, + "end": 94997, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 21 }, "end": { - "line": 2012, + "line": 2054, "column": 22 } } @@ -833198,15 +833685,15 @@ "updateContext": null }, "value": "this", - "start": 92608, - "end": 92612, + "start": 94998, + "end": 95002, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 23 }, "end": { - "line": 2012, + "line": 2054, "column": 27 } } @@ -833224,15 +833711,15 @@ "binop": null, "updateContext": null }, - "start": 92612, - "end": 92613, + "start": 95002, + "end": 95003, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 27 }, "end": { - "line": 2012, + "line": 2054, "column": 28 } } @@ -833250,15 +833737,15 @@ "binop": null }, "value": "is_empty", - "start": 92613, - "end": 92621, + "start": 95003, + "end": 95011, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 28 }, "end": { - "line": 2012, + "line": 2054, "column": 36 } } @@ -833275,15 +833762,15 @@ "postfix": false, "binop": null }, - "start": 92621, - "end": 92622, + "start": 95011, + "end": 95012, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 36 }, "end": { - "line": 2012, + "line": 2054, "column": 37 } } @@ -833301,15 +833788,15 @@ "binop": null }, "value": "_curveType", - "start": 92623, - "end": 92633, + "start": 95013, + "end": 95023, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 38 }, "end": { - "line": 2012, + "line": 2054, "column": 48 } } @@ -833326,15 +833813,15 @@ "postfix": false, "binop": null }, - "start": 92634, - "end": 92635, + "start": 95024, + "end": 95025, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 49 }, "end": { - "line": 2012, + "line": 2054, "column": 50 } } @@ -833351,15 +833838,15 @@ "postfix": false, "binop": null }, - "start": 92636, - "end": 92637, + "start": 95026, + "end": 95027, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 51 }, "end": { - "line": 2012, + "line": 2054, "column": 52 } } @@ -833376,15 +833863,15 @@ "postfix": false, "binop": null }, - "start": 92638, - "end": 92639, + "start": 95028, + "end": 95029, "loc": { "start": { - "line": 2012, + "line": 2054, "column": 53 }, "end": { - "line": 2012, + "line": 2054, "column": 54 } } @@ -833392,15 +833879,15 @@ { "type": "CommentLine", "value": " console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )", - "start": 92640, - "end": 92712, + "start": 95030, + "end": 95102, "loc": { "start": { - "line": 2013, + "line": 2055, "column": 0 }, "end": { - "line": 2013, + "line": 2055, "column": 72 } } @@ -833420,15 +833907,15 @@ "updateContext": null }, "value": "switch", - "start": 92733, - "end": 92739, + "start": 95123, + "end": 95129, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 20 }, "end": { - "line": 2014, + "line": 2056, "column": 26 } } @@ -833445,15 +833932,15 @@ "postfix": false, "binop": null }, - "start": 92740, - "end": 92741, + "start": 95130, + "end": 95131, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 27 }, "end": { - "line": 2014, + "line": 2056, "column": 28 } } @@ -833473,15 +833960,15 @@ "updateContext": null }, "value": "true", - "start": 92742, - "end": 92746, + "start": 95132, + "end": 95136, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 29 }, "end": { - "line": 2014, + "line": 2056, "column": 33 } } @@ -833498,15 +833985,15 @@ "postfix": false, "binop": null }, - "start": 92747, - "end": 92748, + "start": 95137, + "end": 95138, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 34 }, "end": { - "line": 2014, + "line": 2056, "column": 35 } } @@ -833523,15 +834010,15 @@ "postfix": false, "binop": null }, - "start": 92749, - "end": 92750, + "start": 95139, + "end": 95140, "loc": { "start": { - "line": 2014, + "line": 2056, "column": 36 }, "end": { - "line": 2014, + "line": 2056, "column": 37 } } @@ -833551,15 +834038,15 @@ "updateContext": null }, "value": "case", - "start": 92775, - "end": 92779, + "start": 95165, + "end": 95169, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 24 }, "end": { - "line": 2015, + "line": 2057, "column": 28 } } @@ -833581,15 +834068,15 @@ "pattern": "^lt$", "flags": "i" }, - "start": 92780, - "end": 92787, + "start": 95170, + "end": 95177, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 29 }, "end": { - "line": 2015, + "line": 2057, "column": 36 } } @@ -833607,15 +834094,15 @@ "binop": null, "updateContext": null }, - "start": 92787, - "end": 92788, + "start": 95177, + "end": 95178, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 36 }, "end": { - "line": 2015, + "line": 2057, "column": 37 } } @@ -833633,15 +834120,15 @@ "binop": null }, "value": "test", - "start": 92788, - "end": 92792, + "start": 95178, + "end": 95182, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 37 }, "end": { - "line": 2015, + "line": 2057, "column": 41 } } @@ -833658,15 +834145,15 @@ "postfix": false, "binop": null }, - "start": 92792, - "end": 92793, + "start": 95182, + "end": 95183, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 41 }, "end": { - "line": 2015, + "line": 2057, "column": 42 } } @@ -833684,15 +834171,15 @@ "binop": null }, "value": "_curveType", - "start": 92794, - "end": 92804, + "start": 95184, + "end": 95194, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 43 }, "end": { - "line": 2015, + "line": 2057, "column": 53 } } @@ -833710,15 +834197,15 @@ "binop": null, "updateContext": null }, - "start": 92804, - "end": 92805, + "start": 95194, + "end": 95195, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 53 }, "end": { - "line": 2015, + "line": 2057, "column": 54 } } @@ -833736,15 +834223,15 @@ "binop": null }, "value": "_ba", - "start": 92805, - "end": 92808, + "start": 95195, + "end": 95198, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 54 }, "end": { - "line": 2015, + "line": 2057, "column": 57 } } @@ -833762,15 +834249,15 @@ "binop": null, "updateContext": null }, - "start": 92808, - "end": 92809, + "start": 95198, + "end": 95199, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 57 }, "end": { - "line": 2015, + "line": 2057, "column": 58 } } @@ -833787,15 +834274,15 @@ "postfix": false, "binop": null }, - "start": 92810, - "end": 92811, + "start": 95200, + "end": 95201, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 59 }, "end": { - "line": 2015, + "line": 2057, "column": 60 } } @@ -833813,15 +834300,15 @@ "binop": null, "updateContext": null }, - "start": 92811, - "end": 92812, + "start": 95201, + "end": 95202, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 60 }, "end": { - "line": 2015, + "line": 2057, "column": 61 } } @@ -833829,15 +834316,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)┌(_sx,_sy)\"", - "start": 92813, - "end": 92837, + "start": 95203, + "end": 95227, "loc": { "start": { - "line": 2015, + "line": 2057, "column": 62 }, "end": { - "line": 2015, + "line": 2057, "column": 86 } } @@ -833855,15 +834342,15 @@ "binop": null }, "value": "ctx_relations", - "start": 92866, - "end": 92879, + "start": 95256, + "end": 95269, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 28 }, "end": { - "line": 2016, + "line": 2058, "column": 41 } } @@ -833881,15 +834368,15 @@ "binop": null, "updateContext": null }, - "start": 92879, - "end": 92880, + "start": 95269, + "end": 95270, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 41 }, "end": { - "line": 2016, + "line": 2058, "column": 42 } } @@ -833907,15 +834394,15 @@ "binop": null }, "value": "moveTo", - "start": 92880, - "end": 92886, + "start": 95270, + "end": 95276, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 42 }, "end": { - "line": 2016, + "line": 2058, "column": 48 } } @@ -833932,15 +834419,15 @@ "postfix": false, "binop": null }, - "start": 92886, - "end": 92887, + "start": 95276, + "end": 95277, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 48 }, "end": { - "line": 2016, + "line": 2058, "column": 49 } } @@ -833958,15 +834445,15 @@ "binop": null }, "value": "_sx", - "start": 92888, - "end": 92891, + "start": 95278, + "end": 95281, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 50 }, "end": { - "line": 2016, + "line": 2058, "column": 53 } } @@ -833984,15 +834471,15 @@ "binop": null, "updateContext": null }, - "start": 92891, - "end": 92892, + "start": 95281, + "end": 95282, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 53 }, "end": { - "line": 2016, + "line": 2058, "column": 54 } } @@ -834010,15 +834497,15 @@ "binop": null }, "value": "_sy", - "start": 92893, - "end": 92896, + "start": 95283, + "end": 95286, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 55 }, "end": { - "line": 2016, + "line": 2058, "column": 58 } } @@ -834035,15 +834522,15 @@ "postfix": false, "binop": null }, - "start": 92897, - "end": 92898, + "start": 95287, + "end": 95288, "loc": { "start": { - "line": 2016, + "line": 2058, "column": 59 }, "end": { - "line": 2016, + "line": 2058, "column": 60 } } @@ -834063,15 +834550,15 @@ "updateContext": null }, "value": "if", - "start": 92927, - "end": 92929, + "start": 95317, + "end": 95319, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 28 }, "end": { - "line": 2017, + "line": 2059, "column": 30 } } @@ -834088,15 +834575,15 @@ "postfix": false, "binop": null }, - "start": 92930, - "end": 92931, + "start": 95320, + "end": 95321, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 31 }, "end": { - "line": 2017, + "line": 2059, "column": 32 } } @@ -834114,15 +834601,15 @@ "binop": null }, "value": "Math", - "start": 92932, - "end": 92936, + "start": 95322, + "end": 95326, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 33 }, "end": { - "line": 2017, + "line": 2059, "column": 37 } } @@ -834140,15 +834627,15 @@ "binop": null, "updateContext": null }, - "start": 92936, - "end": 92937, + "start": 95326, + "end": 95327, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 37 }, "end": { - "line": 2017, + "line": 2059, "column": 38 } } @@ -834166,15 +834653,15 @@ "binop": null }, "value": "abs", - "start": 92937, - "end": 92940, + "start": 95327, + "end": 95330, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 38 }, "end": { - "line": 2017, + "line": 2059, "column": 41 } } @@ -834191,15 +834678,15 @@ "postfix": false, "binop": null }, - "start": 92940, - "end": 92941, + "start": 95330, + "end": 95331, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 41 }, "end": { - "line": 2017, + "line": 2059, "column": 42 } } @@ -834217,15 +834704,15 @@ "binop": null }, "value": "_sx", - "start": 92942, - "end": 92945, + "start": 95332, + "end": 95335, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 43 }, "end": { - "line": 2017, + "line": 2059, "column": 46 } } @@ -834244,15 +834731,15 @@ "updateContext": null }, "value": "-", - "start": 92946, - "end": 92947, + "start": 95336, + "end": 95337, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 47 }, "end": { - "line": 2017, + "line": 2059, "column": 48 } } @@ -834270,15 +834757,15 @@ "binop": null }, "value": "_ex", - "start": 92948, - "end": 92951, + "start": 95338, + "end": 95341, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 49 }, "end": { - "line": 2017, + "line": 2059, "column": 52 } } @@ -834295,15 +834782,15 @@ "postfix": false, "binop": null }, - "start": 92952, - "end": 92953, + "start": 95342, + "end": 95343, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 53 }, "end": { - "line": 2017, + "line": 2059, "column": 54 } } @@ -834322,15 +834809,15 @@ "updateContext": null }, "value": ">", - "start": 92954, - "end": 92955, + "start": 95344, + "end": 95345, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 55 }, "end": { - "line": 2017, + "line": 2059, "column": 56 } } @@ -834348,15 +834835,15 @@ "binop": null }, "value": "_radius", - "start": 92956, - "end": 92963, + "start": 95346, + "end": 95353, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 57 }, "end": { - "line": 2017, + "line": 2059, "column": 64 } } @@ -834373,15 +834860,15 @@ "postfix": false, "binop": null }, - "start": 92964, - "end": 92965, + "start": 95354, + "end": 95355, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 65 }, "end": { - "line": 2017, + "line": 2059, "column": 66 } } @@ -834398,15 +834885,15 @@ "postfix": false, "binop": null }, - "start": 92966, - "end": 92967, + "start": 95356, + "end": 95357, "loc": { "start": { - "line": 2017, + "line": 2059, "column": 67 }, "end": { - "line": 2017, + "line": 2059, "column": 68 } } @@ -834424,15 +834911,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93000, - "end": 93013, + "start": 95390, + "end": 95403, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 32 }, "end": { - "line": 2018, + "line": 2060, "column": 45 } } @@ -834450,15 +834937,15 @@ "binop": null, "updateContext": null }, - "start": 93013, - "end": 93014, + "start": 95403, + "end": 95404, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 45 }, "end": { - "line": 2018, + "line": 2060, "column": 46 } } @@ -834476,15 +834963,15 @@ "binop": null }, "value": "lineTo", - "start": 93014, - "end": 93020, + "start": 95404, + "end": 95410, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 46 }, "end": { - "line": 2018, + "line": 2060, "column": 52 } } @@ -834501,15 +834988,15 @@ "postfix": false, "binop": null }, - "start": 93020, - "end": 93021, + "start": 95410, + "end": 95411, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 52 }, "end": { - "line": 2018, + "line": 2060, "column": 53 } } @@ -834527,15 +835014,15 @@ "binop": null }, "value": "_ex", - "start": 93022, - "end": 93025, + "start": 95412, + "end": 95415, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 54 }, "end": { - "line": 2018, + "line": 2060, "column": 57 } } @@ -834554,15 +835041,15 @@ "updateContext": null }, "value": "-", - "start": 93026, - "end": 93027, + "start": 95416, + "end": 95417, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 58 }, "end": { - "line": 2018, + "line": 2060, "column": 59 } } @@ -834580,15 +835067,15 @@ "binop": null }, "value": "_radius", - "start": 93028, - "end": 93035, + "start": 95418, + "end": 95425, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 60 }, "end": { - "line": 2018, + "line": 2060, "column": 67 } } @@ -834606,15 +835093,15 @@ "binop": null, "updateContext": null }, - "start": 93035, - "end": 93036, + "start": 95425, + "end": 95426, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 67 }, "end": { - "line": 2018, + "line": 2060, "column": 68 } } @@ -834632,15 +835119,15 @@ "binop": null }, "value": "_sy", - "start": 93037, - "end": 93040, + "start": 95427, + "end": 95430, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 69 }, "end": { - "line": 2018, + "line": 2060, "column": 72 } } @@ -834657,15 +835144,15 @@ "postfix": false, "binop": null }, - "start": 93041, - "end": 93042, + "start": 95431, + "end": 95432, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 73 }, "end": { - "line": 2018, + "line": 2060, "column": 74 } } @@ -834673,15 +835160,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93043, - "end": 93049, + "start": 95433, + "end": 95439, "loc": { "start": { - "line": 2018, + "line": 2060, "column": 75 }, "end": { - "line": 2018, + "line": 2060, "column": 81 } } @@ -834698,15 +835185,15 @@ "postfix": false, "binop": null }, - "start": 93078, - "end": 93079, + "start": 95468, + "end": 95469, "loc": { "start": { - "line": 2019, + "line": 2061, "column": 28 }, "end": { - "line": 2019, + "line": 2061, "column": 29 } } @@ -834726,15 +835213,15 @@ "updateContext": null }, "value": "if", - "start": 93108, - "end": 93110, + "start": 95498, + "end": 95500, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 28 }, "end": { - "line": 2020, + "line": 2062, "column": 30 } } @@ -834751,15 +835238,15 @@ "postfix": false, "binop": null }, - "start": 93111, - "end": 93112, + "start": 95501, + "end": 95502, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 31 }, "end": { - "line": 2020, + "line": 2062, "column": 32 } } @@ -834777,15 +835264,15 @@ "binop": null }, "value": "Math", - "start": 93113, - "end": 93117, + "start": 95503, + "end": 95507, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 33 }, "end": { - "line": 2020, + "line": 2062, "column": 37 } } @@ -834803,15 +835290,15 @@ "binop": null, "updateContext": null }, - "start": 93117, - "end": 93118, + "start": 95507, + "end": 95508, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 37 }, "end": { - "line": 2020, + "line": 2062, "column": 38 } } @@ -834829,15 +835316,15 @@ "binop": null }, "value": "abs", - "start": 93118, - "end": 93121, + "start": 95508, + "end": 95511, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 38 }, "end": { - "line": 2020, + "line": 2062, "column": 41 } } @@ -834854,15 +835341,15 @@ "postfix": false, "binop": null }, - "start": 93121, - "end": 93122, + "start": 95511, + "end": 95512, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 41 }, "end": { - "line": 2020, + "line": 2062, "column": 42 } } @@ -834880,15 +835367,15 @@ "binop": null }, "value": "_ey", - "start": 93123, - "end": 93126, + "start": 95513, + "end": 95516, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 43 }, "end": { - "line": 2020, + "line": 2062, "column": 46 } } @@ -834907,15 +835394,15 @@ "updateContext": null }, "value": "-", - "start": 93127, - "end": 93128, + "start": 95517, + "end": 95518, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 47 }, "end": { - "line": 2020, + "line": 2062, "column": 48 } } @@ -834933,15 +835420,15 @@ "binop": null }, "value": "_sy", - "start": 93129, - "end": 93132, + "start": 95519, + "end": 95522, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 49 }, "end": { - "line": 2020, + "line": 2062, "column": 52 } } @@ -834958,15 +835445,15 @@ "postfix": false, "binop": null }, - "start": 93133, - "end": 93134, + "start": 95523, + "end": 95524, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 53 }, "end": { - "line": 2020, + "line": 2062, "column": 54 } } @@ -834985,15 +835472,15 @@ "updateContext": null }, "value": ">", - "start": 93135, - "end": 93136, + "start": 95525, + "end": 95526, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 55 }, "end": { - "line": 2020, + "line": 2062, "column": 56 } } @@ -835011,15 +835498,15 @@ "binop": null }, "value": "_radius", - "start": 93137, - "end": 93144, + "start": 95527, + "end": 95534, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 57 }, "end": { - "line": 2020, + "line": 2062, "column": 64 } } @@ -835036,15 +835523,15 @@ "postfix": false, "binop": null }, - "start": 93145, - "end": 93146, + "start": 95535, + "end": 95536, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 65 }, "end": { - "line": 2020, + "line": 2062, "column": 66 } } @@ -835061,15 +835548,15 @@ "postfix": false, "binop": null }, - "start": 93147, - "end": 93148, + "start": 95537, + "end": 95538, "loc": { "start": { - "line": 2020, + "line": 2062, "column": 67 }, "end": { - "line": 2020, + "line": 2062, "column": 68 } } @@ -835087,15 +835574,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93181, - "end": 93194, + "start": 95571, + "end": 95584, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 32 }, "end": { - "line": 2021, + "line": 2063, "column": 45 } } @@ -835113,15 +835600,15 @@ "binop": null, "updateContext": null }, - "start": 93194, - "end": 93195, + "start": 95584, + "end": 95585, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 45 }, "end": { - "line": 2021, + "line": 2063, "column": 46 } } @@ -835139,15 +835626,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 93195, - "end": 93211, + "start": 95585, + "end": 95601, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 46 }, "end": { - "line": 2021, + "line": 2063, "column": 62 } } @@ -835164,15 +835651,15 @@ "postfix": false, "binop": null }, - "start": 93211, - "end": 93212, + "start": 95601, + "end": 95602, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 62 }, "end": { - "line": 2021, + "line": 2063, "column": 63 } } @@ -835190,15 +835677,15 @@ "binop": null }, "value": "_ex", - "start": 93213, - "end": 93216, + "start": 95603, + "end": 95606, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 64 }, "end": { - "line": 2021, + "line": 2063, "column": 67 } } @@ -835216,15 +835703,15 @@ "binop": null, "updateContext": null }, - "start": 93216, - "end": 93217, + "start": 95606, + "end": 95607, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 67 }, "end": { - "line": 2021, + "line": 2063, "column": 68 } } @@ -835242,15 +835729,15 @@ "binop": null }, "value": "_sy", - "start": 93218, - "end": 93221, + "start": 95608, + "end": 95611, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 69 }, "end": { - "line": 2021, + "line": 2063, "column": 72 } } @@ -835268,15 +835755,15 @@ "binop": null, "updateContext": null }, - "start": 93221, - "end": 93222, + "start": 95611, + "end": 95612, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 72 }, "end": { - "line": 2021, + "line": 2063, "column": 73 } } @@ -835294,15 +835781,15 @@ "binop": null }, "value": "_ex", - "start": 93223, - "end": 93226, + "start": 95613, + "end": 95616, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 74 }, "end": { - "line": 2021, + "line": 2063, "column": 77 } } @@ -835320,15 +835807,15 @@ "binop": null, "updateContext": null }, - "start": 93226, - "end": 93227, + "start": 95616, + "end": 95617, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 77 }, "end": { - "line": 2021, + "line": 2063, "column": 78 } } @@ -835346,15 +835833,15 @@ "binop": null }, "value": "_sy", - "start": 93228, - "end": 93231, + "start": 95618, + "end": 95621, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 79 }, "end": { - "line": 2021, + "line": 2063, "column": 82 } } @@ -835373,15 +835860,15 @@ "updateContext": null }, "value": "+", - "start": 93232, - "end": 93233, + "start": 95622, + "end": 95623, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 83 }, "end": { - "line": 2021, + "line": 2063, "column": 84 } } @@ -835399,15 +835886,15 @@ "binop": null }, "value": "_radius", - "start": 93234, - "end": 93241, + "start": 95624, + "end": 95631, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 85 }, "end": { - "line": 2021, + "line": 2063, "column": 92 } } @@ -835424,15 +835911,15 @@ "postfix": false, "binop": null }, - "start": 93242, - "end": 93243, + "start": 95632, + "end": 95633, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 93 }, "end": { - "line": 2021, + "line": 2063, "column": 94 } } @@ -835440,15 +835927,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93244, - "end": 93250, + "start": 95634, + "end": 95640, "loc": { "start": { - "line": 2021, + "line": 2063, "column": 95 }, "end": { - "line": 2021, + "line": 2063, "column": 101 } } @@ -835466,15 +835953,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93283, - "end": 93296, + "start": 95673, + "end": 95686, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 32 }, "end": { - "line": 2022, + "line": 2064, "column": 45 } } @@ -835492,15 +835979,15 @@ "binop": null, "updateContext": null }, - "start": 93296, - "end": 93297, + "start": 95686, + "end": 95687, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 45 }, "end": { - "line": 2022, + "line": 2064, "column": 46 } } @@ -835518,15 +836005,15 @@ "binop": null }, "value": "lineTo", - "start": 93297, - "end": 93303, + "start": 95687, + "end": 95693, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 46 }, "end": { - "line": 2022, + "line": 2064, "column": 52 } } @@ -835543,15 +836030,15 @@ "postfix": false, "binop": null }, - "start": 93303, - "end": 93304, + "start": 95693, + "end": 95694, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 52 }, "end": { - "line": 2022, + "line": 2064, "column": 53 } } @@ -835569,15 +836056,15 @@ "binop": null }, "value": "_ex", - "start": 93305, - "end": 93308, + "start": 95695, + "end": 95698, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 54 }, "end": { - "line": 2022, + "line": 2064, "column": 57 } } @@ -835595,15 +836082,15 @@ "binop": null, "updateContext": null }, - "start": 93308, - "end": 93309, + "start": 95698, + "end": 95699, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 57 }, "end": { - "line": 2022, + "line": 2064, "column": 58 } } @@ -835621,15 +836108,15 @@ "binop": null }, "value": "_ey", - "start": 93310, - "end": 93313, + "start": 95700, + "end": 95703, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 59 }, "end": { - "line": 2022, + "line": 2064, "column": 62 } } @@ -835646,15 +836133,15 @@ "postfix": false, "binop": null }, - "start": 93314, - "end": 93315, + "start": 95704, + "end": 95705, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 63 }, "end": { - "line": 2022, + "line": 2064, "column": 64 } } @@ -835662,15 +836149,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 93316, - "end": 93322, + "start": 95706, + "end": 95712, "loc": { "start": { - "line": 2022, + "line": 2064, "column": 65 }, "end": { - "line": 2022, + "line": 2064, "column": 71 } } @@ -835687,15 +836174,15 @@ "postfix": false, "binop": null }, - "start": 93351, - "end": 93352, + "start": 95741, + "end": 95742, "loc": { "start": { - "line": 2023, + "line": 2065, "column": 28 }, "end": { - "line": 2023, + "line": 2065, "column": 29 } } @@ -835715,15 +836202,15 @@ "updateContext": null }, "value": "else", - "start": 93353, - "end": 93357, + "start": 95743, + "end": 95747, "loc": { "start": { - "line": 2023, + "line": 2065, "column": 30 }, "end": { - "line": 2023, + "line": 2065, "column": 34 } } @@ -835740,15 +836227,15 @@ "postfix": false, "binop": null }, - "start": 93358, - "end": 93359, + "start": 95748, + "end": 95749, "loc": { "start": { - "line": 2023, + "line": 2065, "column": 35 }, "end": { - "line": 2023, + "line": 2065, "column": 36 } } @@ -835766,15 +836253,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93392, - "end": 93405, + "start": 95782, + "end": 95795, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 32 }, "end": { - "line": 2024, + "line": 2066, "column": 45 } } @@ -835792,15 +836279,15 @@ "binop": null, "updateContext": null }, - "start": 93405, - "end": 93406, + "start": 95795, + "end": 95796, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 45 }, "end": { - "line": 2024, + "line": 2066, "column": 46 } } @@ -835818,15 +836305,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 93406, - "end": 93422, + "start": 95796, + "end": 95812, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 46 }, "end": { - "line": 2024, + "line": 2066, "column": 62 } } @@ -835843,15 +836330,15 @@ "postfix": false, "binop": null }, - "start": 93422, - "end": 93423, + "start": 95812, + "end": 95813, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 62 }, "end": { - "line": 2024, + "line": 2066, "column": 63 } } @@ -835869,15 +836356,15 @@ "binop": null }, "value": "_ex", - "start": 93424, - "end": 93427, + "start": 95814, + "end": 95817, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 64 }, "end": { - "line": 2024, + "line": 2066, "column": 67 } } @@ -835895,15 +836382,15 @@ "binop": null, "updateContext": null }, - "start": 93427, - "end": 93428, + "start": 95817, + "end": 95818, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 67 }, "end": { - "line": 2024, + "line": 2066, "column": 68 } } @@ -835921,15 +836408,15 @@ "binop": null }, "value": "_sy", - "start": 93429, - "end": 93432, + "start": 95819, + "end": 95822, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 69 }, "end": { - "line": 2024, + "line": 2066, "column": 72 } } @@ -835947,15 +836434,15 @@ "binop": null, "updateContext": null }, - "start": 93432, - "end": 93433, + "start": 95822, + "end": 95823, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 72 }, "end": { - "line": 2024, + "line": 2066, "column": 73 } } @@ -835973,15 +836460,15 @@ "binop": null }, "value": "_ex", - "start": 93434, - "end": 93437, + "start": 95824, + "end": 95827, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 74 }, "end": { - "line": 2024, + "line": 2066, "column": 77 } } @@ -835999,15 +836486,15 @@ "binop": null, "updateContext": null }, - "start": 93437, - "end": 93438, + "start": 95827, + "end": 95828, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 77 }, "end": { - "line": 2024, + "line": 2066, "column": 78 } } @@ -836025,15 +836512,15 @@ "binop": null }, "value": "_ey", - "start": 93439, - "end": 93442, + "start": 95829, + "end": 95832, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 79 }, "end": { - "line": 2024, + "line": 2066, "column": 82 } } @@ -836050,15 +836537,15 @@ "postfix": false, "binop": null }, - "start": 93443, - "end": 93444, + "start": 95833, + "end": 95834, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 83 }, "end": { - "line": 2024, + "line": 2066, "column": 84 } } @@ -836066,15 +836553,15 @@ { "type": "CommentLine", "value": " \"┌\"", - "start": 93445, - "end": 93451, + "start": 95835, + "end": 95841, "loc": { "start": { - "line": 2024, + "line": 2066, "column": 85 }, "end": { - "line": 2024, + "line": 2066, "column": 91 } } @@ -836091,15 +836578,15 @@ "postfix": false, "binop": null }, - "start": 93480, - "end": 93481, + "start": 95870, + "end": 95871, "loc": { "start": { - "line": 2025, + "line": 2067, "column": 28 }, "end": { - "line": 2025, + "line": 2067, "column": 29 } } @@ -836119,15 +836606,15 @@ "updateContext": null }, "value": "break", - "start": 93510, - "end": 93515, + "start": 95900, + "end": 95905, "loc": { "start": { - "line": 2026, + "line": 2068, "column": 28 }, "end": { - "line": 2026, + "line": 2068, "column": 33 } } @@ -836147,15 +836634,15 @@ "updateContext": null }, "value": "case", - "start": 93540, - "end": 93544, + "start": 95930, + "end": 95934, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 24 }, "end": { - "line": 2027, + "line": 2069, "column": 28 } } @@ -836177,15 +836664,15 @@ "pattern": "^lb$", "flags": "i" }, - "start": 93545, - "end": 93552, + "start": 95935, + "end": 95942, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 29 }, "end": { - "line": 2027, + "line": 2069, "column": 36 } } @@ -836203,15 +836690,15 @@ "binop": null, "updateContext": null }, - "start": 93552, - "end": 93553, + "start": 95942, + "end": 95943, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 36 }, "end": { - "line": 2027, + "line": 2069, "column": 37 } } @@ -836229,15 +836716,15 @@ "binop": null }, "value": "test", - "start": 93553, - "end": 93557, + "start": 95943, + "end": 95947, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 37 }, "end": { - "line": 2027, + "line": 2069, "column": 41 } } @@ -836254,15 +836741,15 @@ "postfix": false, "binop": null }, - "start": 93557, - "end": 93558, + "start": 95947, + "end": 95948, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 41 }, "end": { - "line": 2027, + "line": 2069, "column": 42 } } @@ -836280,15 +836767,15 @@ "binop": null }, "value": "_curveType", - "start": 93559, - "end": 93569, + "start": 95949, + "end": 95959, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 43 }, "end": { - "line": 2027, + "line": 2069, "column": 53 } } @@ -836306,15 +836793,15 @@ "binop": null, "updateContext": null }, - "start": 93569, - "end": 93570, + "start": 95959, + "end": 95960, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 53 }, "end": { - "line": 2027, + "line": 2069, "column": 54 } } @@ -836332,15 +836819,15 @@ "binop": null }, "value": "_ba", - "start": 93570, - "end": 93573, + "start": 95960, + "end": 95963, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 54 }, "end": { - "line": 2027, + "line": 2069, "column": 57 } } @@ -836358,15 +836845,15 @@ "binop": null, "updateContext": null }, - "start": 93573, - "end": 93574, + "start": 95963, + "end": 95964, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 57 }, "end": { - "line": 2027, + "line": 2069, "column": 58 } } @@ -836383,15 +836870,15 @@ "postfix": false, "binop": null }, - "start": 93575, - "end": 93576, + "start": 95965, + "end": 95966, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 59 }, "end": { - "line": 2027, + "line": 2069, "column": 60 } } @@ -836409,15 +836896,15 @@ "binop": null, "updateContext": null }, - "start": 93576, - "end": 93577, + "start": 95966, + "end": 95967, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 60 }, "end": { - "line": 2027, + "line": 2069, "column": 61 } } @@ -836425,15 +836912,15 @@ { "type": "CommentLine", "value": " \"(_ex,_ey)└(_sx,_sy)\"", - "start": 93578, - "end": 93602, + "start": 95968, + "end": 95992, "loc": { "start": { - "line": 2027, + "line": 2069, "column": 62 }, "end": { - "line": 2027, + "line": 2069, "column": 86 } } @@ -836451,15 +836938,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93631, - "end": 93644, + "start": 96021, + "end": 96034, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 28 }, "end": { - "line": 2028, + "line": 2070, "column": 41 } } @@ -836477,15 +836964,15 @@ "binop": null, "updateContext": null }, - "start": 93644, - "end": 93645, + "start": 96034, + "end": 96035, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 41 }, "end": { - "line": 2028, + "line": 2070, "column": 42 } } @@ -836503,15 +836990,15 @@ "binop": null }, "value": "moveTo", - "start": 93645, - "end": 93651, + "start": 96035, + "end": 96041, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 42 }, "end": { - "line": 2028, + "line": 2070, "column": 48 } } @@ -836528,15 +837015,15 @@ "postfix": false, "binop": null }, - "start": 93651, - "end": 93652, + "start": 96041, + "end": 96042, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 48 }, "end": { - "line": 2028, + "line": 2070, "column": 49 } } @@ -836554,15 +837041,15 @@ "binop": null }, "value": "_sx", - "start": 93653, - "end": 93656, + "start": 96043, + "end": 96046, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 50 }, "end": { - "line": 2028, + "line": 2070, "column": 53 } } @@ -836580,15 +837067,15 @@ "binop": null, "updateContext": null }, - "start": 93656, - "end": 93657, + "start": 96046, + "end": 96047, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 53 }, "end": { - "line": 2028, + "line": 2070, "column": 54 } } @@ -836606,15 +837093,15 @@ "binop": null }, "value": "_sy", - "start": 93658, - "end": 93661, + "start": 96048, + "end": 96051, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 55 }, "end": { - "line": 2028, + "line": 2070, "column": 58 } } @@ -836631,15 +837118,15 @@ "postfix": false, "binop": null }, - "start": 93662, - "end": 93663, + "start": 96052, + "end": 96053, "loc": { "start": { - "line": 2028, + "line": 2070, "column": 59 }, "end": { - "line": 2028, + "line": 2070, "column": 60 } } @@ -836659,15 +837146,15 @@ "updateContext": null }, "value": "if", - "start": 93692, - "end": 93694, + "start": 96082, + "end": 96084, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 28 }, "end": { - "line": 2029, + "line": 2071, "column": 30 } } @@ -836684,15 +837171,15 @@ "postfix": false, "binop": null }, - "start": 93695, - "end": 93696, + "start": 96085, + "end": 96086, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 31 }, "end": { - "line": 2029, + "line": 2071, "column": 32 } } @@ -836710,15 +837197,15 @@ "binop": null }, "value": "Math", - "start": 93697, - "end": 93701, + "start": 96087, + "end": 96091, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 33 }, "end": { - "line": 2029, + "line": 2071, "column": 37 } } @@ -836736,15 +837223,15 @@ "binop": null, "updateContext": null }, - "start": 93701, - "end": 93702, + "start": 96091, + "end": 96092, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 37 }, "end": { - "line": 2029, + "line": 2071, "column": 38 } } @@ -836762,15 +837249,15 @@ "binop": null }, "value": "abs", - "start": 93702, - "end": 93705, + "start": 96092, + "end": 96095, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 38 }, "end": { - "line": 2029, + "line": 2071, "column": 41 } } @@ -836787,15 +837274,15 @@ "postfix": false, "binop": null }, - "start": 93705, - "end": 93706, + "start": 96095, + "end": 96096, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 41 }, "end": { - "line": 2029, + "line": 2071, "column": 42 } } @@ -836813,15 +837300,15 @@ "binop": null }, "value": "_sx", - "start": 93707, - "end": 93710, + "start": 96097, + "end": 96100, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 43 }, "end": { - "line": 2029, + "line": 2071, "column": 46 } } @@ -836840,15 +837327,15 @@ "updateContext": null }, "value": "-", - "start": 93711, - "end": 93712, + "start": 96101, + "end": 96102, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 47 }, "end": { - "line": 2029, + "line": 2071, "column": 48 } } @@ -836866,15 +837353,15 @@ "binop": null }, "value": "_ex", - "start": 93713, - "end": 93716, + "start": 96103, + "end": 96106, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 49 }, "end": { - "line": 2029, + "line": 2071, "column": 52 } } @@ -836891,15 +837378,15 @@ "postfix": false, "binop": null }, - "start": 93717, - "end": 93718, + "start": 96107, + "end": 96108, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 53 }, "end": { - "line": 2029, + "line": 2071, "column": 54 } } @@ -836918,15 +837405,15 @@ "updateContext": null }, "value": ">", - "start": 93719, - "end": 93720, + "start": 96109, + "end": 96110, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 55 }, "end": { - "line": 2029, + "line": 2071, "column": 56 } } @@ -836944,15 +837431,15 @@ "binop": null }, "value": "_radius", - "start": 93721, - "end": 93728, + "start": 96111, + "end": 96118, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 57 }, "end": { - "line": 2029, + "line": 2071, "column": 64 } } @@ -836969,15 +837456,15 @@ "postfix": false, "binop": null }, - "start": 93729, - "end": 93730, + "start": 96119, + "end": 96120, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 65 }, "end": { - "line": 2029, + "line": 2071, "column": 66 } } @@ -836994,15 +837481,15 @@ "postfix": false, "binop": null }, - "start": 93731, - "end": 93732, + "start": 96121, + "end": 96122, "loc": { "start": { - "line": 2029, + "line": 2071, "column": 67 }, "end": { - "line": 2029, + "line": 2071, "column": 68 } } @@ -837020,15 +837507,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93765, - "end": 93778, + "start": 96155, + "end": 96168, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 32 }, "end": { - "line": 2030, + "line": 2072, "column": 45 } } @@ -837046,15 +837533,15 @@ "binop": null, "updateContext": null }, - "start": 93778, - "end": 93779, + "start": 96168, + "end": 96169, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 45 }, "end": { - "line": 2030, + "line": 2072, "column": 46 } } @@ -837072,15 +837559,15 @@ "binop": null }, "value": "lineTo", - "start": 93779, - "end": 93785, + "start": 96169, + "end": 96175, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 46 }, "end": { - "line": 2030, + "line": 2072, "column": 52 } } @@ -837097,15 +837584,15 @@ "postfix": false, "binop": null }, - "start": 93785, - "end": 93786, + "start": 96175, + "end": 96176, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 52 }, "end": { - "line": 2030, + "line": 2072, "column": 53 } } @@ -837123,15 +837610,15 @@ "binop": null }, "value": "_ex", - "start": 93787, - "end": 93790, + "start": 96177, + "end": 96180, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 54 }, "end": { - "line": 2030, + "line": 2072, "column": 57 } } @@ -837150,15 +837637,15 @@ "updateContext": null }, "value": "+", - "start": 93791, - "end": 93792, + "start": 96181, + "end": 96182, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 58 }, "end": { - "line": 2030, + "line": 2072, "column": 59 } } @@ -837176,15 +837663,15 @@ "binop": null }, "value": "_radius", - "start": 93793, - "end": 93800, + "start": 96183, + "end": 96190, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 60 }, "end": { - "line": 2030, + "line": 2072, "column": 67 } } @@ -837202,15 +837689,15 @@ "binop": null, "updateContext": null }, - "start": 93800, - "end": 93801, + "start": 96190, + "end": 96191, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 67 }, "end": { - "line": 2030, + "line": 2072, "column": 68 } } @@ -837228,15 +837715,15 @@ "binop": null }, "value": "_sy", - "start": 93802, - "end": 93805, + "start": 96192, + "end": 96195, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 69 }, "end": { - "line": 2030, + "line": 2072, "column": 72 } } @@ -837253,15 +837740,15 @@ "postfix": false, "binop": null }, - "start": 93806, - "end": 93807, + "start": 96196, + "end": 96197, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 73 }, "end": { - "line": 2030, + "line": 2072, "column": 74 } } @@ -837269,15 +837756,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 93808, - "end": 93814, + "start": 96198, + "end": 96204, "loc": { "start": { - "line": 2030, + "line": 2072, "column": 75 }, "end": { - "line": 2030, + "line": 2072, "column": 81 } } @@ -837294,15 +837781,15 @@ "postfix": false, "binop": null }, - "start": 93843, - "end": 93844, + "start": 96233, + "end": 96234, "loc": { "start": { - "line": 2031, + "line": 2073, "column": 28 }, "end": { - "line": 2031, + "line": 2073, "column": 29 } } @@ -837322,15 +837809,15 @@ "updateContext": null }, "value": "if", - "start": 93873, - "end": 93875, + "start": 96263, + "end": 96265, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 28 }, "end": { - "line": 2032, + "line": 2074, "column": 30 } } @@ -837347,15 +837834,15 @@ "postfix": false, "binop": null }, - "start": 93876, - "end": 93877, + "start": 96266, + "end": 96267, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 31 }, "end": { - "line": 2032, + "line": 2074, "column": 32 } } @@ -837373,15 +837860,15 @@ "binop": null }, "value": "Math", - "start": 93878, - "end": 93882, + "start": 96268, + "end": 96272, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 33 }, "end": { - "line": 2032, + "line": 2074, "column": 37 } } @@ -837399,15 +837886,15 @@ "binop": null, "updateContext": null }, - "start": 93882, - "end": 93883, + "start": 96272, + "end": 96273, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 37 }, "end": { - "line": 2032, + "line": 2074, "column": 38 } } @@ -837425,15 +837912,15 @@ "binop": null }, "value": "abs", - "start": 93883, - "end": 93886, + "start": 96273, + "end": 96276, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 38 }, "end": { - "line": 2032, + "line": 2074, "column": 41 } } @@ -837450,15 +837937,15 @@ "postfix": false, "binop": null }, - "start": 93886, - "end": 93887, + "start": 96276, + "end": 96277, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 41 }, "end": { - "line": 2032, + "line": 2074, "column": 42 } } @@ -837476,15 +837963,15 @@ "binop": null }, "value": "_sy", - "start": 93888, - "end": 93891, + "start": 96278, + "end": 96281, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 43 }, "end": { - "line": 2032, + "line": 2074, "column": 46 } } @@ -837503,15 +837990,15 @@ "updateContext": null }, "value": "-", - "start": 93892, - "end": 93893, + "start": 96282, + "end": 96283, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 47 }, "end": { - "line": 2032, + "line": 2074, "column": 48 } } @@ -837529,15 +838016,15 @@ "binop": null }, "value": "_ey", - "start": 93894, - "end": 93897, + "start": 96284, + "end": 96287, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 49 }, "end": { - "line": 2032, + "line": 2074, "column": 52 } } @@ -837554,15 +838041,15 @@ "postfix": false, "binop": null }, - "start": 93898, - "end": 93899, + "start": 96288, + "end": 96289, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 53 }, "end": { - "line": 2032, + "line": 2074, "column": 54 } } @@ -837581,15 +838068,15 @@ "updateContext": null }, "value": ">", - "start": 93900, - "end": 93901, + "start": 96290, + "end": 96291, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 55 }, "end": { - "line": 2032, + "line": 2074, "column": 56 } } @@ -837607,15 +838094,15 @@ "binop": null }, "value": "_radius", - "start": 93902, - "end": 93909, + "start": 96292, + "end": 96299, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 57 }, "end": { - "line": 2032, + "line": 2074, "column": 64 } } @@ -837632,15 +838119,15 @@ "postfix": false, "binop": null }, - "start": 93910, - "end": 93911, + "start": 96300, + "end": 96301, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 65 }, "end": { - "line": 2032, + "line": 2074, "column": 66 } } @@ -837657,15 +838144,15 @@ "postfix": false, "binop": null }, - "start": 93912, - "end": 93913, + "start": 96302, + "end": 96303, "loc": { "start": { - "line": 2032, + "line": 2074, "column": 67 }, "end": { - "line": 2032, + "line": 2074, "column": 68 } } @@ -837683,15 +838170,15 @@ "binop": null }, "value": "ctx_relations", - "start": 93946, - "end": 93959, + "start": 96336, + "end": 96349, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 32 }, "end": { - "line": 2033, + "line": 2075, "column": 45 } } @@ -837709,15 +838196,15 @@ "binop": null, "updateContext": null }, - "start": 93959, - "end": 93960, + "start": 96349, + "end": 96350, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 45 }, "end": { - "line": 2033, + "line": 2075, "column": 46 } } @@ -837735,15 +838222,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 93960, - "end": 93976, + "start": 96350, + "end": 96366, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 46 }, "end": { - "line": 2033, + "line": 2075, "column": 62 } } @@ -837760,15 +838247,15 @@ "postfix": false, "binop": null }, - "start": 93976, - "end": 93977, + "start": 96366, + "end": 96367, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 62 }, "end": { - "line": 2033, + "line": 2075, "column": 63 } } @@ -837786,15 +838273,15 @@ "binop": null }, "value": "_ex", - "start": 93978, - "end": 93981, + "start": 96368, + "end": 96371, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 64 }, "end": { - "line": 2033, + "line": 2075, "column": 67 } } @@ -837812,15 +838299,15 @@ "binop": null, "updateContext": null }, - "start": 93981, - "end": 93982, + "start": 96371, + "end": 96372, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 67 }, "end": { - "line": 2033, + "line": 2075, "column": 68 } } @@ -837838,15 +838325,15 @@ "binop": null }, "value": "_sy", - "start": 93983, - "end": 93986, + "start": 96373, + "end": 96376, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 69 }, "end": { - "line": 2033, + "line": 2075, "column": 72 } } @@ -837864,15 +838351,15 @@ "binop": null, "updateContext": null }, - "start": 93986, - "end": 93987, + "start": 96376, + "end": 96377, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 72 }, "end": { - "line": 2033, + "line": 2075, "column": 73 } } @@ -837890,15 +838377,15 @@ "binop": null }, "value": "_ex", - "start": 93988, - "end": 93991, + "start": 96378, + "end": 96381, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 74 }, "end": { - "line": 2033, + "line": 2075, "column": 77 } } @@ -837916,15 +838403,15 @@ "binop": null, "updateContext": null }, - "start": 93991, - "end": 93992, + "start": 96381, + "end": 96382, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 77 }, "end": { - "line": 2033, + "line": 2075, "column": 78 } } @@ -837942,15 +838429,15 @@ "binop": null }, "value": "_sy", - "start": 93993, - "end": 93996, + "start": 96383, + "end": 96386, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 79 }, "end": { - "line": 2033, + "line": 2075, "column": 82 } } @@ -837969,15 +838456,15 @@ "updateContext": null }, "value": "-", - "start": 93997, - "end": 93998, + "start": 96387, + "end": 96388, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 83 }, "end": { - "line": 2033, + "line": 2075, "column": 84 } } @@ -837995,15 +838482,15 @@ "binop": null }, "value": "_radius", - "start": 93999, - "end": 94006, + "start": 96389, + "end": 96396, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 85 }, "end": { - "line": 2033, + "line": 2075, "column": 92 } } @@ -838020,15 +838507,15 @@ "postfix": false, "binop": null }, - "start": 94007, - "end": 94008, + "start": 96397, + "end": 96398, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 93 }, "end": { - "line": 2033, + "line": 2075, "column": 94 } } @@ -838036,15 +838523,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94009, - "end": 94015, + "start": 96399, + "end": 96405, "loc": { "start": { - "line": 2033, + "line": 2075, "column": 95 }, "end": { - "line": 2033, + "line": 2075, "column": 101 } } @@ -838062,15 +838549,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94048, - "end": 94061, + "start": 96438, + "end": 96451, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 32 }, "end": { - "line": 2034, + "line": 2076, "column": 45 } } @@ -838088,15 +838575,15 @@ "binop": null, "updateContext": null }, - "start": 94061, - "end": 94062, + "start": 96451, + "end": 96452, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 45 }, "end": { - "line": 2034, + "line": 2076, "column": 46 } } @@ -838114,15 +838601,15 @@ "binop": null }, "value": "lineTo", - "start": 94062, - "end": 94068, + "start": 96452, + "end": 96458, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 46 }, "end": { - "line": 2034, + "line": 2076, "column": 52 } } @@ -838139,15 +838626,15 @@ "postfix": false, "binop": null }, - "start": 94068, - "end": 94069, + "start": 96458, + "end": 96459, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 52 }, "end": { - "line": 2034, + "line": 2076, "column": 53 } } @@ -838165,15 +838652,15 @@ "binop": null }, "value": "_ex", - "start": 94070, - "end": 94073, + "start": 96460, + "end": 96463, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 54 }, "end": { - "line": 2034, + "line": 2076, "column": 57 } } @@ -838191,15 +838678,15 @@ "binop": null, "updateContext": null }, - "start": 94073, - "end": 94074, + "start": 96463, + "end": 96464, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 57 }, "end": { - "line": 2034, + "line": 2076, "column": 58 } } @@ -838217,15 +838704,15 @@ "binop": null }, "value": "_ey", - "start": 94075, - "end": 94078, + "start": 96465, + "end": 96468, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 59 }, "end": { - "line": 2034, + "line": 2076, "column": 62 } } @@ -838242,15 +838729,15 @@ "postfix": false, "binop": null }, - "start": 94079, - "end": 94080, + "start": 96469, + "end": 96470, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 63 }, "end": { - "line": 2034, + "line": 2076, "column": 64 } } @@ -838258,15 +838745,15 @@ { "type": "CommentLine", "value": " \"│\"", - "start": 94081, - "end": 94087, + "start": 96471, + "end": 96477, "loc": { "start": { - "line": 2034, + "line": 2076, "column": 65 }, "end": { - "line": 2034, + "line": 2076, "column": 71 } } @@ -838283,15 +838770,15 @@ "postfix": false, "binop": null }, - "start": 94116, - "end": 94117, + "start": 96506, + "end": 96507, "loc": { "start": { - "line": 2035, + "line": 2077, "column": 28 }, "end": { - "line": 2035, + "line": 2077, "column": 29 } } @@ -838311,15 +838798,15 @@ "updateContext": null }, "value": "else", - "start": 94118, - "end": 94122, + "start": 96508, + "end": 96512, "loc": { "start": { - "line": 2035, + "line": 2077, "column": 30 }, "end": { - "line": 2035, + "line": 2077, "column": 34 } } @@ -838336,15 +838823,15 @@ "postfix": false, "binop": null }, - "start": 94123, - "end": 94124, + "start": 96513, + "end": 96514, "loc": { "start": { - "line": 2035, + "line": 2077, "column": 35 }, "end": { - "line": 2035, + "line": 2077, "column": 36 } } @@ -838362,15 +838849,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94157, - "end": 94170, + "start": 96547, + "end": 96560, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 32 }, "end": { - "line": 2036, + "line": 2078, "column": 45 } } @@ -838388,15 +838875,15 @@ "binop": null, "updateContext": null }, - "start": 94170, - "end": 94171, + "start": 96560, + "end": 96561, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 45 }, "end": { - "line": 2036, + "line": 2078, "column": 46 } } @@ -838414,15 +838901,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 94171, - "end": 94187, + "start": 96561, + "end": 96577, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 46 }, "end": { - "line": 2036, + "line": 2078, "column": 62 } } @@ -838439,15 +838926,15 @@ "postfix": false, "binop": null }, - "start": 94187, - "end": 94188, + "start": 96577, + "end": 96578, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 62 }, "end": { - "line": 2036, + "line": 2078, "column": 63 } } @@ -838465,15 +838952,15 @@ "binop": null }, "value": "_ex", - "start": 94189, - "end": 94192, + "start": 96579, + "end": 96582, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 64 }, "end": { - "line": 2036, + "line": 2078, "column": 67 } } @@ -838491,15 +838978,15 @@ "binop": null, "updateContext": null }, - "start": 94192, - "end": 94193, + "start": 96582, + "end": 96583, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 67 }, "end": { - "line": 2036, + "line": 2078, "column": 68 } } @@ -838517,15 +839004,15 @@ "binop": null }, "value": "_sy", - "start": 94194, - "end": 94197, + "start": 96584, + "end": 96587, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 69 }, "end": { - "line": 2036, + "line": 2078, "column": 72 } } @@ -838543,15 +839030,15 @@ "binop": null, "updateContext": null }, - "start": 94197, - "end": 94198, + "start": 96587, + "end": 96588, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 72 }, "end": { - "line": 2036, + "line": 2078, "column": 73 } } @@ -838569,15 +839056,15 @@ "binop": null }, "value": "_ex", - "start": 94199, - "end": 94202, + "start": 96589, + "end": 96592, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 74 }, "end": { - "line": 2036, + "line": 2078, "column": 77 } } @@ -838595,15 +839082,15 @@ "binop": null, "updateContext": null }, - "start": 94202, - "end": 94203, + "start": 96592, + "end": 96593, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 77 }, "end": { - "line": 2036, + "line": 2078, "column": 78 } } @@ -838621,15 +839108,15 @@ "binop": null }, "value": "_ey", - "start": 94204, - "end": 94207, + "start": 96594, + "end": 96597, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 79 }, "end": { - "line": 2036, + "line": 2078, "column": 82 } } @@ -838646,15 +839133,15 @@ "postfix": false, "binop": null }, - "start": 94208, - "end": 94209, + "start": 96598, + "end": 96599, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 83 }, "end": { - "line": 2036, + "line": 2078, "column": 84 } } @@ -838662,15 +839149,15 @@ { "type": "CommentLine", "value": " \"└\"", - "start": 94210, - "end": 94216, + "start": 96600, + "end": 96606, "loc": { "start": { - "line": 2036, + "line": 2078, "column": 85 }, "end": { - "line": 2036, + "line": 2078, "column": 91 } } @@ -838687,15 +839174,15 @@ "postfix": false, "binop": null }, - "start": 94245, - "end": 94246, + "start": 96635, + "end": 96636, "loc": { "start": { - "line": 2037, + "line": 2079, "column": 28 }, "end": { - "line": 2037, + "line": 2079, "column": 29 } } @@ -838715,15 +839202,15 @@ "updateContext": null }, "value": "break", - "start": 94275, - "end": 94280, + "start": 96665, + "end": 96670, "loc": { "start": { - "line": 2038, + "line": 2080, "column": 28 }, "end": { - "line": 2038, + "line": 2080, "column": 33 } } @@ -838743,15 +839230,15 @@ "updateContext": null }, "value": "case", - "start": 94305, - "end": 94309, + "start": 96695, + "end": 96699, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 24 }, "end": { - "line": 2039, + "line": 2081, "column": 28 } } @@ -838773,15 +839260,15 @@ "pattern": "^rt$", "flags": "i" }, - "start": 94310, - "end": 94317, + "start": 96700, + "end": 96707, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 29 }, "end": { - "line": 2039, + "line": 2081, "column": 36 } } @@ -838799,15 +839286,15 @@ "binop": null, "updateContext": null }, - "start": 94317, - "end": 94318, + "start": 96707, + "end": 96708, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 36 }, "end": { - "line": 2039, + "line": 2081, "column": 37 } } @@ -838825,15 +839312,15 @@ "binop": null }, "value": "test", - "start": 94318, - "end": 94322, + "start": 96708, + "end": 96712, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 37 }, "end": { - "line": 2039, + "line": 2081, "column": 41 } } @@ -838850,15 +839337,15 @@ "postfix": false, "binop": null }, - "start": 94322, - "end": 94323, + "start": 96712, + "end": 96713, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 41 }, "end": { - "line": 2039, + "line": 2081, "column": 42 } } @@ -838876,15 +839363,15 @@ "binop": null }, "value": "_curveType", - "start": 94324, - "end": 94334, + "start": 96714, + "end": 96724, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 43 }, "end": { - "line": 2039, + "line": 2081, "column": 53 } } @@ -838902,15 +839389,15 @@ "binop": null, "updateContext": null }, - "start": 94334, - "end": 94335, + "start": 96724, + "end": 96725, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 53 }, "end": { - "line": 2039, + "line": 2081, "column": 54 } } @@ -838928,15 +839415,15 @@ "binop": null }, "value": "_ba", - "start": 94335, - "end": 94338, + "start": 96725, + "end": 96728, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 54 }, "end": { - "line": 2039, + "line": 2081, "column": 57 } } @@ -838954,15 +839441,15 @@ "binop": null, "updateContext": null }, - "start": 94338, - "end": 94339, + "start": 96728, + "end": 96729, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 57 }, "end": { - "line": 2039, + "line": 2081, "column": 58 } } @@ -838979,15 +839466,15 @@ "postfix": false, "binop": null }, - "start": 94340, - "end": 94341, + "start": 96730, + "end": 96731, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 59 }, "end": { - "line": 2039, + "line": 2081, "column": 60 } } @@ -839005,15 +839492,15 @@ "binop": null, "updateContext": null }, - "start": 94341, - "end": 94342, + "start": 96731, + "end": 96732, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 60 }, "end": { - "line": 2039, + "line": 2081, "column": 61 } } @@ -839021,15 +839508,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┐(_ex,_ey)\"", - "start": 94343, - "end": 94367, + "start": 96733, + "end": 96757, "loc": { "start": { - "line": 2039, + "line": 2081, "column": 62 }, "end": { - "line": 2039, + "line": 2081, "column": 86 } } @@ -839047,15 +839534,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94396, - "end": 94409, + "start": 96786, + "end": 96799, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 28 }, "end": { - "line": 2040, + "line": 2082, "column": 41 } } @@ -839073,15 +839560,15 @@ "binop": null, "updateContext": null }, - "start": 94409, - "end": 94410, + "start": 96799, + "end": 96800, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 41 }, "end": { - "line": 2040, + "line": 2082, "column": 42 } } @@ -839099,15 +839586,15 @@ "binop": null }, "value": "moveTo", - "start": 94410, - "end": 94416, + "start": 96800, + "end": 96806, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 42 }, "end": { - "line": 2040, + "line": 2082, "column": 48 } } @@ -839124,15 +839611,15 @@ "postfix": false, "binop": null }, - "start": 94416, - "end": 94417, + "start": 96806, + "end": 96807, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 48 }, "end": { - "line": 2040, + "line": 2082, "column": 49 } } @@ -839150,15 +839637,15 @@ "binop": null }, "value": "_sx", - "start": 94418, - "end": 94421, + "start": 96808, + "end": 96811, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 50 }, "end": { - "line": 2040, + "line": 2082, "column": 53 } } @@ -839176,15 +839663,15 @@ "binop": null, "updateContext": null }, - "start": 94421, - "end": 94422, + "start": 96811, + "end": 96812, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 53 }, "end": { - "line": 2040, + "line": 2082, "column": 54 } } @@ -839202,15 +839689,15 @@ "binop": null }, "value": "_sy", - "start": 94423, - "end": 94426, + "start": 96813, + "end": 96816, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 55 }, "end": { - "line": 2040, + "line": 2082, "column": 58 } } @@ -839227,15 +839714,15 @@ "postfix": false, "binop": null }, - "start": 94427, - "end": 94428, + "start": 96817, + "end": 96818, "loc": { "start": { - "line": 2040, + "line": 2082, "column": 59 }, "end": { - "line": 2040, + "line": 2082, "column": 60 } } @@ -839255,15 +839742,15 @@ "updateContext": null }, "value": "if", - "start": 94457, - "end": 94459, + "start": 96847, + "end": 96849, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 28 }, "end": { - "line": 2041, + "line": 2083, "column": 30 } } @@ -839280,15 +839767,15 @@ "postfix": false, "binop": null }, - "start": 94460, - "end": 94461, + "start": 96850, + "end": 96851, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 31 }, "end": { - "line": 2041, + "line": 2083, "column": 32 } } @@ -839306,15 +839793,15 @@ "binop": null }, "value": "Math", - "start": 94462, - "end": 94466, + "start": 96852, + "end": 96856, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 33 }, "end": { - "line": 2041, + "line": 2083, "column": 37 } } @@ -839332,15 +839819,15 @@ "binop": null, "updateContext": null }, - "start": 94466, - "end": 94467, + "start": 96856, + "end": 96857, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 37 }, "end": { - "line": 2041, + "line": 2083, "column": 38 } } @@ -839358,15 +839845,15 @@ "binop": null }, "value": "abs", - "start": 94467, - "end": 94470, + "start": 96857, + "end": 96860, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 38 }, "end": { - "line": 2041, + "line": 2083, "column": 41 } } @@ -839383,15 +839870,15 @@ "postfix": false, "binop": null }, - "start": 94470, - "end": 94471, + "start": 96860, + "end": 96861, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 41 }, "end": { - "line": 2041, + "line": 2083, "column": 42 } } @@ -839409,15 +839896,15 @@ "binop": null }, "value": "_ex", - "start": 94472, - "end": 94475, + "start": 96862, + "end": 96865, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 43 }, "end": { - "line": 2041, + "line": 2083, "column": 46 } } @@ -839436,15 +839923,15 @@ "updateContext": null }, "value": "-", - "start": 94476, - "end": 94477, + "start": 96866, + "end": 96867, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 47 }, "end": { - "line": 2041, + "line": 2083, "column": 48 } } @@ -839462,15 +839949,15 @@ "binop": null }, "value": "_sx", - "start": 94478, - "end": 94481, + "start": 96868, + "end": 96871, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 49 }, "end": { - "line": 2041, + "line": 2083, "column": 52 } } @@ -839487,15 +839974,15 @@ "postfix": false, "binop": null }, - "start": 94482, - "end": 94483, + "start": 96872, + "end": 96873, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 53 }, "end": { - "line": 2041, + "line": 2083, "column": 54 } } @@ -839514,15 +840001,15 @@ "updateContext": null }, "value": ">", - "start": 94484, - "end": 94485, + "start": 96874, + "end": 96875, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 55 }, "end": { - "line": 2041, + "line": 2083, "column": 56 } } @@ -839540,15 +840027,15 @@ "binop": null }, "value": "_radius", - "start": 94486, - "end": 94493, + "start": 96876, + "end": 96883, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 57 }, "end": { - "line": 2041, + "line": 2083, "column": 64 } } @@ -839565,15 +840052,15 @@ "postfix": false, "binop": null }, - "start": 94494, - "end": 94495, + "start": 96884, + "end": 96885, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 65 }, "end": { - "line": 2041, + "line": 2083, "column": 66 } } @@ -839590,15 +840077,15 @@ "postfix": false, "binop": null }, - "start": 94496, - "end": 94497, + "start": 96886, + "end": 96887, "loc": { "start": { - "line": 2041, + "line": 2083, "column": 67 }, "end": { - "line": 2041, + "line": 2083, "column": 68 } } @@ -839616,15 +840103,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94530, - "end": 94543, + "start": 96920, + "end": 96933, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 32 }, "end": { - "line": 2042, + "line": 2084, "column": 45 } } @@ -839642,15 +840129,15 @@ "binop": null, "updateContext": null }, - "start": 94543, - "end": 94544, + "start": 96933, + "end": 96934, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 45 }, "end": { - "line": 2042, + "line": 2084, "column": 46 } } @@ -839668,15 +840155,15 @@ "binop": null }, "value": "lineTo", - "start": 94544, - "end": 94550, + "start": 96934, + "end": 96940, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 46 }, "end": { - "line": 2042, + "line": 2084, "column": 52 } } @@ -839693,15 +840180,15 @@ "postfix": false, "binop": null }, - "start": 94550, - "end": 94551, + "start": 96940, + "end": 96941, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 52 }, "end": { - "line": 2042, + "line": 2084, "column": 53 } } @@ -839719,15 +840206,15 @@ "binop": null }, "value": "_ex", - "start": 94552, - "end": 94555, + "start": 96942, + "end": 96945, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 54 }, "end": { - "line": 2042, + "line": 2084, "column": 57 } } @@ -839746,15 +840233,15 @@ "updateContext": null }, "value": "-", - "start": 94556, - "end": 94557, + "start": 96946, + "end": 96947, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 58 }, "end": { - "line": 2042, + "line": 2084, "column": 59 } } @@ -839772,15 +840259,15 @@ "binop": null }, "value": "_radius", - "start": 94558, - "end": 94565, + "start": 96948, + "end": 96955, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 60 }, "end": { - "line": 2042, + "line": 2084, "column": 67 } } @@ -839798,15 +840285,15 @@ "binop": null, "updateContext": null }, - "start": 94565, - "end": 94566, + "start": 96955, + "end": 96956, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 67 }, "end": { - "line": 2042, + "line": 2084, "column": 68 } } @@ -839824,15 +840311,15 @@ "binop": null }, "value": "_sy", - "start": 94567, - "end": 94570, + "start": 96957, + "end": 96960, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 69 }, "end": { - "line": 2042, + "line": 2084, "column": 72 } } @@ -839849,15 +840336,15 @@ "postfix": false, "binop": null }, - "start": 94571, - "end": 94572, + "start": 96961, + "end": 96962, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 73 }, "end": { - "line": 2042, + "line": 2084, "column": 74 } } @@ -839865,15 +840352,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 94573, - "end": 94579, + "start": 96963, + "end": 96969, "loc": { "start": { - "line": 2042, + "line": 2084, "column": 75 }, "end": { - "line": 2042, + "line": 2084, "column": 81 } } @@ -839890,15 +840377,15 @@ "postfix": false, "binop": null }, - "start": 94608, - "end": 94609, + "start": 96998, + "end": 96999, "loc": { "start": { - "line": 2043, + "line": 2085, "column": 28 }, "end": { - "line": 2043, + "line": 2085, "column": 29 } } @@ -839918,15 +840405,15 @@ "updateContext": null }, "value": "if", - "start": 94638, - "end": 94640, + "start": 97028, + "end": 97030, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 28 }, "end": { - "line": 2044, + "line": 2086, "column": 30 } } @@ -839943,15 +840430,15 @@ "postfix": false, "binop": null }, - "start": 94641, - "end": 94642, + "start": 97031, + "end": 97032, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 31 }, "end": { - "line": 2044, + "line": 2086, "column": 32 } } @@ -839969,15 +840456,15 @@ "binop": null }, "value": "Math", - "start": 94643, - "end": 94647, + "start": 97033, + "end": 97037, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 33 }, "end": { - "line": 2044, + "line": 2086, "column": 37 } } @@ -839995,15 +840482,15 @@ "binop": null, "updateContext": null }, - "start": 94647, - "end": 94648, + "start": 97037, + "end": 97038, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 37 }, "end": { - "line": 2044, + "line": 2086, "column": 38 } } @@ -840021,15 +840508,15 @@ "binop": null }, "value": "abs", - "start": 94648, - "end": 94651, + "start": 97038, + "end": 97041, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 38 }, "end": { - "line": 2044, + "line": 2086, "column": 41 } } @@ -840046,15 +840533,15 @@ "postfix": false, "binop": null }, - "start": 94651, - "end": 94652, + "start": 97041, + "end": 97042, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 41 }, "end": { - "line": 2044, + "line": 2086, "column": 42 } } @@ -840072,15 +840559,15 @@ "binop": null }, "value": "_ey", - "start": 94653, - "end": 94656, + "start": 97043, + "end": 97046, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 43 }, "end": { - "line": 2044, + "line": 2086, "column": 46 } } @@ -840099,15 +840586,15 @@ "updateContext": null }, "value": "-", - "start": 94657, - "end": 94658, + "start": 97047, + "end": 97048, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 47 }, "end": { - "line": 2044, + "line": 2086, "column": 48 } } @@ -840125,15 +840612,15 @@ "binop": null }, "value": "_sy", - "start": 94659, - "end": 94662, + "start": 97049, + "end": 97052, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 49 }, "end": { - "line": 2044, + "line": 2086, "column": 52 } } @@ -840150,15 +840637,15 @@ "postfix": false, "binop": null }, - "start": 94663, - "end": 94664, + "start": 97053, + "end": 97054, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 53 }, "end": { - "line": 2044, + "line": 2086, "column": 54 } } @@ -840177,15 +840664,15 @@ "updateContext": null }, "value": ">", - "start": 94665, - "end": 94666, + "start": 97055, + "end": 97056, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 55 }, "end": { - "line": 2044, + "line": 2086, "column": 56 } } @@ -840203,15 +840690,15 @@ "binop": null }, "value": "_radius", - "start": 94667, - "end": 94674, + "start": 97057, + "end": 97064, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 57 }, "end": { - "line": 2044, + "line": 2086, "column": 64 } } @@ -840228,15 +840715,15 @@ "postfix": false, "binop": null }, - "start": 94675, - "end": 94676, + "start": 97065, + "end": 97066, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 65 }, "end": { - "line": 2044, + "line": 2086, "column": 66 } } @@ -840253,15 +840740,15 @@ "postfix": false, "binop": null }, - "start": 94677, - "end": 94678, + "start": 97067, + "end": 97068, "loc": { "start": { - "line": 2044, + "line": 2086, "column": 67 }, "end": { - "line": 2044, + "line": 2086, "column": 68 } } @@ -840279,15 +840766,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94711, - "end": 94724, + "start": 97101, + "end": 97114, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 32 }, "end": { - "line": 2045, + "line": 2087, "column": 45 } } @@ -840305,15 +840792,15 @@ "binop": null, "updateContext": null }, - "start": 94724, - "end": 94725, + "start": 97114, + "end": 97115, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 45 }, "end": { - "line": 2045, + "line": 2087, "column": 46 } } @@ -840331,15 +840818,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 94725, - "end": 94741, + "start": 97115, + "end": 97131, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 46 }, "end": { - "line": 2045, + "line": 2087, "column": 62 } } @@ -840356,15 +840843,15 @@ "postfix": false, "binop": null }, - "start": 94741, - "end": 94742, + "start": 97131, + "end": 97132, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 62 }, "end": { - "line": 2045, + "line": 2087, "column": 63 } } @@ -840382,15 +840869,15 @@ "binop": null }, "value": "_ex", - "start": 94743, - "end": 94746, + "start": 97133, + "end": 97136, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 64 }, "end": { - "line": 2045, + "line": 2087, "column": 67 } } @@ -840408,15 +840895,15 @@ "binop": null, "updateContext": null }, - "start": 94746, - "end": 94747, + "start": 97136, + "end": 97137, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 67 }, "end": { - "line": 2045, + "line": 2087, "column": 68 } } @@ -840434,15 +840921,15 @@ "binop": null }, "value": "_sy", - "start": 94748, - "end": 94751, + "start": 97138, + "end": 97141, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 69 }, "end": { - "line": 2045, + "line": 2087, "column": 72 } } @@ -840460,15 +840947,15 @@ "binop": null, "updateContext": null }, - "start": 94751, - "end": 94752, + "start": 97141, + "end": 97142, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 72 }, "end": { - "line": 2045, + "line": 2087, "column": 73 } } @@ -840486,15 +840973,15 @@ "binop": null }, "value": "_ex", - "start": 94753, - "end": 94756, + "start": 97143, + "end": 97146, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 74 }, "end": { - "line": 2045, + "line": 2087, "column": 77 } } @@ -840512,15 +840999,15 @@ "binop": null, "updateContext": null }, - "start": 94756, - "end": 94757, + "start": 97146, + "end": 97147, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 77 }, "end": { - "line": 2045, + "line": 2087, "column": 78 } } @@ -840538,15 +841025,15 @@ "binop": null }, "value": "_sy", - "start": 94758, - "end": 94761, + "start": 97148, + "end": 97151, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 79 }, "end": { - "line": 2045, + "line": 2087, "column": 82 } } @@ -840565,15 +841052,15 @@ "updateContext": null }, "value": "+", - "start": 94762, - "end": 94763, + "start": 97152, + "end": 97153, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 83 }, "end": { - "line": 2045, + "line": 2087, "column": 84 } } @@ -840591,15 +841078,15 @@ "binop": null }, "value": "_radius", - "start": 94764, - "end": 94771, + "start": 97154, + "end": 97161, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 85 }, "end": { - "line": 2045, + "line": 2087, "column": 92 } } @@ -840616,15 +841103,15 @@ "postfix": false, "binop": null }, - "start": 94772, - "end": 94773, + "start": 97162, + "end": 97163, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 93 }, "end": { - "line": 2045, + "line": 2087, "column": 94 } } @@ -840632,15 +841119,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94774, - "end": 94780, + "start": 97164, + "end": 97170, "loc": { "start": { - "line": 2045, + "line": 2087, "column": 95 }, "end": { - "line": 2045, + "line": 2087, "column": 101 } } @@ -840658,15 +841145,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94813, - "end": 94826, + "start": 97203, + "end": 97216, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 32 }, "end": { - "line": 2046, + "line": 2088, "column": 45 } } @@ -840684,15 +841171,15 @@ "binop": null, "updateContext": null }, - "start": 94826, - "end": 94827, + "start": 97216, + "end": 97217, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 45 }, "end": { - "line": 2046, + "line": 2088, "column": 46 } } @@ -840710,15 +841197,15 @@ "binop": null }, "value": "lineTo", - "start": 94827, - "end": 94833, + "start": 97217, + "end": 97223, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 46 }, "end": { - "line": 2046, + "line": 2088, "column": 52 } } @@ -840735,15 +841222,15 @@ "postfix": false, "binop": null }, - "start": 94833, - "end": 94834, + "start": 97223, + "end": 97224, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 52 }, "end": { - "line": 2046, + "line": 2088, "column": 53 } } @@ -840761,15 +841248,15 @@ "binop": null }, "value": "_ex", - "start": 94835, - "end": 94838, + "start": 97225, + "end": 97228, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 54 }, "end": { - "line": 2046, + "line": 2088, "column": 57 } } @@ -840787,15 +841274,15 @@ "binop": null, "updateContext": null }, - "start": 94838, - "end": 94839, + "start": 97228, + "end": 97229, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 57 }, "end": { - "line": 2046, + "line": 2088, "column": 58 } } @@ -840813,15 +841300,15 @@ "binop": null }, "value": "_ey", - "start": 94840, - "end": 94843, + "start": 97230, + "end": 97233, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 59 }, "end": { - "line": 2046, + "line": 2088, "column": 62 } } @@ -840838,15 +841325,15 @@ "postfix": false, "binop": null }, - "start": 94844, - "end": 94845, + "start": 97234, + "end": 97235, "loc": { "start": { - "line": 2046, + "line": 2088, "column": 63 }, "end": { - "line": 2046, + "line": 2088, "column": 64 } } @@ -840863,15 +841350,15 @@ "postfix": false, "binop": null }, - "start": 94874, - "end": 94875, + "start": 97264, + "end": 97265, "loc": { "start": { - "line": 2047, + "line": 2089, "column": 28 }, "end": { - "line": 2047, + "line": 2089, "column": 29 } } @@ -840891,15 +841378,15 @@ "updateContext": null }, "value": "else", - "start": 94876, - "end": 94880, + "start": 97266, + "end": 97270, "loc": { "start": { - "line": 2047, + "line": 2089, "column": 30 }, "end": { - "line": 2047, + "line": 2089, "column": 34 } } @@ -840916,15 +841403,15 @@ "postfix": false, "binop": null }, - "start": 94881, - "end": 94882, + "start": 97271, + "end": 97272, "loc": { "start": { - "line": 2047, + "line": 2089, "column": 35 }, "end": { - "line": 2047, + "line": 2089, "column": 36 } } @@ -840942,15 +841429,15 @@ "binop": null }, "value": "ctx_relations", - "start": 94915, - "end": 94928, + "start": 97305, + "end": 97318, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 32 }, "end": { - "line": 2048, + "line": 2090, "column": 45 } } @@ -840968,15 +841455,15 @@ "binop": null, "updateContext": null }, - "start": 94928, - "end": 94929, + "start": 97318, + "end": 97319, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 45 }, "end": { - "line": 2048, + "line": 2090, "column": 46 } } @@ -840994,15 +841481,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 94929, - "end": 94945, + "start": 97319, + "end": 97335, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 46 }, "end": { - "line": 2048, + "line": 2090, "column": 62 } } @@ -841019,15 +841506,15 @@ "postfix": false, "binop": null }, - "start": 94945, - "end": 94946, + "start": 97335, + "end": 97336, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 62 }, "end": { - "line": 2048, + "line": 2090, "column": 63 } } @@ -841045,15 +841532,15 @@ "binop": null }, "value": "_ex", - "start": 94947, - "end": 94950, + "start": 97337, + "end": 97340, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 64 }, "end": { - "line": 2048, + "line": 2090, "column": 67 } } @@ -841071,15 +841558,15 @@ "binop": null, "updateContext": null }, - "start": 94950, - "end": 94951, + "start": 97340, + "end": 97341, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 67 }, "end": { - "line": 2048, + "line": 2090, "column": 68 } } @@ -841097,15 +841584,15 @@ "binop": null }, "value": "_sy", - "start": 94952, - "end": 94955, + "start": 97342, + "end": 97345, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 69 }, "end": { - "line": 2048, + "line": 2090, "column": 72 } } @@ -841123,15 +841610,15 @@ "binop": null, "updateContext": null }, - "start": 94955, - "end": 94956, + "start": 97345, + "end": 97346, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 72 }, "end": { - "line": 2048, + "line": 2090, "column": 73 } } @@ -841149,15 +841636,15 @@ "binop": null }, "value": "_ex", - "start": 94957, - "end": 94960, + "start": 97347, + "end": 97350, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 74 }, "end": { - "line": 2048, + "line": 2090, "column": 77 } } @@ -841175,15 +841662,15 @@ "binop": null, "updateContext": null }, - "start": 94960, - "end": 94961, + "start": 97350, + "end": 97351, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 77 }, "end": { - "line": 2048, + "line": 2090, "column": 78 } } @@ -841201,15 +841688,15 @@ "binop": null }, "value": "_ey", - "start": 94962, - "end": 94965, + "start": 97352, + "end": 97355, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 79 }, "end": { - "line": 2048, + "line": 2090, "column": 82 } } @@ -841226,15 +841713,15 @@ "postfix": false, "binop": null }, - "start": 94966, - "end": 94967, + "start": 97356, + "end": 97357, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 83 }, "end": { - "line": 2048, + "line": 2090, "column": 84 } } @@ -841242,15 +841729,15 @@ { "type": "CommentLine", "value": " \"┐\"", - "start": 94968, - "end": 94974, + "start": 97358, + "end": 97364, "loc": { "start": { - "line": 2048, + "line": 2090, "column": 85 }, "end": { - "line": 2048, + "line": 2090, "column": 91 } } @@ -841267,15 +841754,15 @@ "postfix": false, "binop": null }, - "start": 95003, - "end": 95004, + "start": 97393, + "end": 97394, "loc": { "start": { - "line": 2049, + "line": 2091, "column": 28 }, "end": { - "line": 2049, + "line": 2091, "column": 29 } } @@ -841295,15 +841782,15 @@ "updateContext": null }, "value": "break", - "start": 95033, - "end": 95038, + "start": 97423, + "end": 97428, "loc": { "start": { - "line": 2050, + "line": 2092, "column": 28 }, "end": { - "line": 2050, + "line": 2092, "column": 33 } } @@ -841323,15 +841810,15 @@ "updateContext": null }, "value": "case", - "start": 95063, - "end": 95067, + "start": 97453, + "end": 97457, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 24 }, "end": { - "line": 2051, + "line": 2093, "column": 28 } } @@ -841353,15 +841840,15 @@ "pattern": "^rb$", "flags": "i" }, - "start": 95068, - "end": 95075, + "start": 97458, + "end": 97465, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 29 }, "end": { - "line": 2051, + "line": 2093, "column": 36 } } @@ -841379,15 +841866,15 @@ "binop": null, "updateContext": null }, - "start": 95075, - "end": 95076, + "start": 97465, + "end": 97466, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 36 }, "end": { - "line": 2051, + "line": 2093, "column": 37 } } @@ -841405,15 +841892,15 @@ "binop": null }, "value": "test", - "start": 95076, - "end": 95080, + "start": 97466, + "end": 97470, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 37 }, "end": { - "line": 2051, + "line": 2093, "column": 41 } } @@ -841430,15 +841917,15 @@ "postfix": false, "binop": null }, - "start": 95080, - "end": 95081, + "start": 97470, + "end": 97471, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 41 }, "end": { - "line": 2051, + "line": 2093, "column": 42 } } @@ -841456,15 +841943,15 @@ "binop": null }, "value": "_curveType", - "start": 95082, - "end": 95092, + "start": 97472, + "end": 97482, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 43 }, "end": { - "line": 2051, + "line": 2093, "column": 53 } } @@ -841482,15 +841969,15 @@ "binop": null, "updateContext": null }, - "start": 95092, - "end": 95093, + "start": 97482, + "end": 97483, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 53 }, "end": { - "line": 2051, + "line": 2093, "column": 54 } } @@ -841508,15 +841995,15 @@ "binop": null }, "value": "_ba", - "start": 95093, - "end": 95096, + "start": 97483, + "end": 97486, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 54 }, "end": { - "line": 2051, + "line": 2093, "column": 57 } } @@ -841534,15 +842021,15 @@ "binop": null, "updateContext": null }, - "start": 95096, - "end": 95097, + "start": 97486, + "end": 97487, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 57 }, "end": { - "line": 2051, + "line": 2093, "column": 58 } } @@ -841559,15 +842046,15 @@ "postfix": false, "binop": null }, - "start": 95098, - "end": 95099, + "start": 97488, + "end": 97489, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 59 }, "end": { - "line": 2051, + "line": 2093, "column": 60 } } @@ -841585,15 +842072,15 @@ "binop": null, "updateContext": null }, - "start": 95099, - "end": 95100, + "start": 97489, + "end": 97490, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 60 }, "end": { - "line": 2051, + "line": 2093, "column": 61 } } @@ -841601,15 +842088,15 @@ { "type": "CommentLine", "value": " \"(_sx,_sy)┘(_ex,_ey)\"", - "start": 95101, - "end": 95125, + "start": 97491, + "end": 97515, "loc": { "start": { - "line": 2051, + "line": 2093, "column": 62 }, "end": { - "line": 2051, + "line": 2093, "column": 86 } } @@ -841627,15 +842114,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95154, - "end": 95167, + "start": 97544, + "end": 97557, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 28 }, "end": { - "line": 2052, + "line": 2094, "column": 41 } } @@ -841653,15 +842140,15 @@ "binop": null, "updateContext": null }, - "start": 95167, - "end": 95168, + "start": 97557, + "end": 97558, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 41 }, "end": { - "line": 2052, + "line": 2094, "column": 42 } } @@ -841679,15 +842166,15 @@ "binop": null }, "value": "moveTo", - "start": 95168, - "end": 95174, + "start": 97558, + "end": 97564, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 42 }, "end": { - "line": 2052, + "line": 2094, "column": 48 } } @@ -841704,15 +842191,15 @@ "postfix": false, "binop": null }, - "start": 95174, - "end": 95175, + "start": 97564, + "end": 97565, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 48 }, "end": { - "line": 2052, + "line": 2094, "column": 49 } } @@ -841730,15 +842217,15 @@ "binop": null }, "value": "_sx", - "start": 95176, - "end": 95179, + "start": 97566, + "end": 97569, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 50 }, "end": { - "line": 2052, + "line": 2094, "column": 53 } } @@ -841756,15 +842243,15 @@ "binop": null, "updateContext": null }, - "start": 95179, - "end": 95180, + "start": 97569, + "end": 97570, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 53 }, "end": { - "line": 2052, + "line": 2094, "column": 54 } } @@ -841782,15 +842269,15 @@ "binop": null }, "value": "_sy", - "start": 95181, - "end": 95184, + "start": 97571, + "end": 97574, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 55 }, "end": { - "line": 2052, + "line": 2094, "column": 58 } } @@ -841807,15 +842294,15 @@ "postfix": false, "binop": null }, - "start": 95185, - "end": 95186, + "start": 97575, + "end": 97576, "loc": { "start": { - "line": 2052, + "line": 2094, "column": 59 }, "end": { - "line": 2052, + "line": 2094, "column": 60 } } @@ -841835,15 +842322,15 @@ "updateContext": null }, "value": "if", - "start": 95215, - "end": 95217, + "start": 97605, + "end": 97607, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 28 }, "end": { - "line": 2053, + "line": 2095, "column": 30 } } @@ -841860,15 +842347,15 @@ "postfix": false, "binop": null }, - "start": 95218, - "end": 95219, + "start": 97608, + "end": 97609, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 31 }, "end": { - "line": 2053, + "line": 2095, "column": 32 } } @@ -841886,15 +842373,15 @@ "binop": null }, "value": "Math", - "start": 95220, - "end": 95224, + "start": 97610, + "end": 97614, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 33 }, "end": { - "line": 2053, + "line": 2095, "column": 37 } } @@ -841912,15 +842399,15 @@ "binop": null, "updateContext": null }, - "start": 95224, - "end": 95225, + "start": 97614, + "end": 97615, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 37 }, "end": { - "line": 2053, + "line": 2095, "column": 38 } } @@ -841938,15 +842425,15 @@ "binop": null }, "value": "abs", - "start": 95225, - "end": 95228, + "start": 97615, + "end": 97618, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 38 }, "end": { - "line": 2053, + "line": 2095, "column": 41 } } @@ -841963,15 +842450,15 @@ "postfix": false, "binop": null }, - "start": 95228, - "end": 95229, + "start": 97618, + "end": 97619, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 41 }, "end": { - "line": 2053, + "line": 2095, "column": 42 } } @@ -841989,15 +842476,15 @@ "binop": null }, "value": "_ex", - "start": 95230, - "end": 95233, + "start": 97620, + "end": 97623, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 43 }, "end": { - "line": 2053, + "line": 2095, "column": 46 } } @@ -842016,15 +842503,15 @@ "updateContext": null }, "value": "-", - "start": 95234, - "end": 95235, + "start": 97624, + "end": 97625, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 47 }, "end": { - "line": 2053, + "line": 2095, "column": 48 } } @@ -842042,15 +842529,15 @@ "binop": null }, "value": "_sx", - "start": 95236, - "end": 95239, + "start": 97626, + "end": 97629, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 49 }, "end": { - "line": 2053, + "line": 2095, "column": 52 } } @@ -842067,15 +842554,15 @@ "postfix": false, "binop": null }, - "start": 95240, - "end": 95241, + "start": 97630, + "end": 97631, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 53 }, "end": { - "line": 2053, + "line": 2095, "column": 54 } } @@ -842094,15 +842581,15 @@ "updateContext": null }, "value": ">", - "start": 95242, - "end": 95243, + "start": 97632, + "end": 97633, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 55 }, "end": { - "line": 2053, + "line": 2095, "column": 56 } } @@ -842120,15 +842607,15 @@ "binop": null }, "value": "_radius", - "start": 95244, - "end": 95251, + "start": 97634, + "end": 97641, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 57 }, "end": { - "line": 2053, + "line": 2095, "column": 64 } } @@ -842145,15 +842632,15 @@ "postfix": false, "binop": null }, - "start": 95252, - "end": 95253, + "start": 97642, + "end": 97643, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 65 }, "end": { - "line": 2053, + "line": 2095, "column": 66 } } @@ -842170,15 +842657,15 @@ "postfix": false, "binop": null }, - "start": 95254, - "end": 95255, + "start": 97644, + "end": 97645, "loc": { "start": { - "line": 2053, + "line": 2095, "column": 67 }, "end": { - "line": 2053, + "line": 2095, "column": 68 } } @@ -842196,15 +842683,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95288, - "end": 95301, + "start": 97678, + "end": 97691, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 32 }, "end": { - "line": 2054, + "line": 2096, "column": 45 } } @@ -842222,15 +842709,15 @@ "binop": null, "updateContext": null }, - "start": 95301, - "end": 95302, + "start": 97691, + "end": 97692, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 45 }, "end": { - "line": 2054, + "line": 2096, "column": 46 } } @@ -842248,15 +842735,15 @@ "binop": null }, "value": "lineTo", - "start": 95302, - "end": 95308, + "start": 97692, + "end": 97698, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 46 }, "end": { - "line": 2054, + "line": 2096, "column": 52 } } @@ -842273,15 +842760,15 @@ "postfix": false, "binop": null }, - "start": 95308, - "end": 95309, + "start": 97698, + "end": 97699, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 52 }, "end": { - "line": 2054, + "line": 2096, "column": 53 } } @@ -842299,15 +842786,15 @@ "binop": null }, "value": "_ex", - "start": 95310, - "end": 95313, + "start": 97700, + "end": 97703, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 54 }, "end": { - "line": 2054, + "line": 2096, "column": 57 } } @@ -842326,15 +842813,15 @@ "updateContext": null }, "value": "-", - "start": 95314, - "end": 95315, + "start": 97704, + "end": 97705, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 58 }, "end": { - "line": 2054, + "line": 2096, "column": 59 } } @@ -842352,15 +842839,15 @@ "binop": null }, "value": "_radius", - "start": 95316, - "end": 95323, + "start": 97706, + "end": 97713, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 60 }, "end": { - "line": 2054, + "line": 2096, "column": 67 } } @@ -842378,15 +842865,15 @@ "binop": null, "updateContext": null }, - "start": 95323, - "end": 95324, + "start": 97713, + "end": 97714, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 67 }, "end": { - "line": 2054, + "line": 2096, "column": 68 } } @@ -842404,15 +842891,15 @@ "binop": null }, "value": "_sy", - "start": 95325, - "end": 95328, + "start": 97715, + "end": 97718, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 69 }, "end": { - "line": 2054, + "line": 2096, "column": 72 } } @@ -842429,15 +842916,15 @@ "postfix": false, "binop": null }, - "start": 95329, - "end": 95330, + "start": 97719, + "end": 97720, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 73 }, "end": { - "line": 2054, + "line": 2096, "column": 74 } } @@ -842445,15 +842932,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 95331, - "end": 95337, + "start": 97721, + "end": 97727, "loc": { "start": { - "line": 2054, + "line": 2096, "column": 75 }, "end": { - "line": 2054, + "line": 2096, "column": 81 } } @@ -842470,15 +842957,15 @@ "postfix": false, "binop": null }, - "start": 95366, - "end": 95367, + "start": 97756, + "end": 97757, "loc": { "start": { - "line": 2055, + "line": 2097, "column": 28 }, "end": { - "line": 2055, + "line": 2097, "column": 29 } } @@ -842498,15 +842985,15 @@ "updateContext": null }, "value": "if", - "start": 95396, - "end": 95398, + "start": 97786, + "end": 97788, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 28 }, "end": { - "line": 2056, + "line": 2098, "column": 30 } } @@ -842523,15 +843010,15 @@ "postfix": false, "binop": null }, - "start": 95399, - "end": 95400, + "start": 97789, + "end": 97790, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 31 }, "end": { - "line": 2056, + "line": 2098, "column": 32 } } @@ -842549,15 +843036,15 @@ "binop": null }, "value": "Math", - "start": 95401, - "end": 95405, + "start": 97791, + "end": 97795, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 33 }, "end": { - "line": 2056, + "line": 2098, "column": 37 } } @@ -842575,15 +843062,15 @@ "binop": null, "updateContext": null }, - "start": 95405, - "end": 95406, + "start": 97795, + "end": 97796, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 37 }, "end": { - "line": 2056, + "line": 2098, "column": 38 } } @@ -842601,15 +843088,15 @@ "binop": null }, "value": "abs", - "start": 95406, - "end": 95409, + "start": 97796, + "end": 97799, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 38 }, "end": { - "line": 2056, + "line": 2098, "column": 41 } } @@ -842626,15 +843113,15 @@ "postfix": false, "binop": null }, - "start": 95409, - "end": 95410, + "start": 97799, + "end": 97800, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 41 }, "end": { - "line": 2056, + "line": 2098, "column": 42 } } @@ -842652,15 +843139,15 @@ "binop": null }, "value": "_sy", - "start": 95411, - "end": 95414, + "start": 97801, + "end": 97804, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 43 }, "end": { - "line": 2056, + "line": 2098, "column": 46 } } @@ -842679,15 +843166,15 @@ "updateContext": null }, "value": "-", - "start": 95415, - "end": 95416, + "start": 97805, + "end": 97806, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 47 }, "end": { - "line": 2056, + "line": 2098, "column": 48 } } @@ -842705,15 +843192,15 @@ "binop": null }, "value": "_ey", - "start": 95417, - "end": 95420, + "start": 97807, + "end": 97810, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 49 }, "end": { - "line": 2056, + "line": 2098, "column": 52 } } @@ -842730,15 +843217,15 @@ "postfix": false, "binop": null }, - "start": 95421, - "end": 95422, + "start": 97811, + "end": 97812, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 53 }, "end": { - "line": 2056, + "line": 2098, "column": 54 } } @@ -842757,15 +843244,15 @@ "updateContext": null }, "value": ">", - "start": 95423, - "end": 95424, + "start": 97813, + "end": 97814, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 55 }, "end": { - "line": 2056, + "line": 2098, "column": 56 } } @@ -842783,15 +843270,15 @@ "binop": null }, "value": "_radius", - "start": 95425, - "end": 95432, + "start": 97815, + "end": 97822, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 57 }, "end": { - "line": 2056, + "line": 2098, "column": 64 } } @@ -842808,15 +843295,15 @@ "postfix": false, "binop": null }, - "start": 95433, - "end": 95434, + "start": 97823, + "end": 97824, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 65 }, "end": { - "line": 2056, + "line": 2098, "column": 66 } } @@ -842833,15 +843320,15 @@ "postfix": false, "binop": null }, - "start": 95435, - "end": 95436, + "start": 97825, + "end": 97826, "loc": { "start": { - "line": 2056, + "line": 2098, "column": 67 }, "end": { - "line": 2056, + "line": 2098, "column": 68 } } @@ -842859,15 +843346,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95469, - "end": 95482, + "start": 97859, + "end": 97872, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 32 }, "end": { - "line": 2057, + "line": 2099, "column": 45 } } @@ -842885,15 +843372,15 @@ "binop": null, "updateContext": null }, - "start": 95482, - "end": 95483, + "start": 97872, + "end": 97873, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 45 }, "end": { - "line": 2057, + "line": 2099, "column": 46 } } @@ -842911,15 +843398,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 95483, - "end": 95499, + "start": 97873, + "end": 97889, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 46 }, "end": { - "line": 2057, + "line": 2099, "column": 62 } } @@ -842936,15 +843423,15 @@ "postfix": false, "binop": null }, - "start": 95499, - "end": 95500, + "start": 97889, + "end": 97890, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 62 }, "end": { - "line": 2057, + "line": 2099, "column": 63 } } @@ -842962,15 +843449,15 @@ "binop": null }, "value": "_ex", - "start": 95501, - "end": 95504, + "start": 97891, + "end": 97894, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 64 }, "end": { - "line": 2057, + "line": 2099, "column": 67 } } @@ -842988,15 +843475,15 @@ "binop": null, "updateContext": null }, - "start": 95504, - "end": 95505, + "start": 97894, + "end": 97895, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 67 }, "end": { - "line": 2057, + "line": 2099, "column": 68 } } @@ -843014,15 +843501,15 @@ "binop": null }, "value": "_sy", - "start": 95506, - "end": 95509, + "start": 97896, + "end": 97899, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 69 }, "end": { - "line": 2057, + "line": 2099, "column": 72 } } @@ -843040,15 +843527,15 @@ "binop": null, "updateContext": null }, - "start": 95509, - "end": 95510, + "start": 97899, + "end": 97900, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 72 }, "end": { - "line": 2057, + "line": 2099, "column": 73 } } @@ -843066,15 +843553,15 @@ "binop": null }, "value": "_ex", - "start": 95511, - "end": 95514, + "start": 97901, + "end": 97904, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 74 }, "end": { - "line": 2057, + "line": 2099, "column": 77 } } @@ -843092,15 +843579,15 @@ "binop": null, "updateContext": null }, - "start": 95514, - "end": 95515, + "start": 97904, + "end": 97905, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 77 }, "end": { - "line": 2057, + "line": 2099, "column": 78 } } @@ -843118,15 +843605,15 @@ "binop": null }, "value": "_sy", - "start": 95516, - "end": 95519, + "start": 97906, + "end": 97909, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 79 }, "end": { - "line": 2057, + "line": 2099, "column": 82 } } @@ -843145,15 +843632,15 @@ "updateContext": null }, "value": "-", - "start": 95520, - "end": 95521, + "start": 97910, + "end": 97911, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 83 }, "end": { - "line": 2057, + "line": 2099, "column": 84 } } @@ -843171,15 +843658,15 @@ "binop": null }, "value": "_radius", - "start": 95522, - "end": 95529, + "start": 97912, + "end": 97919, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 85 }, "end": { - "line": 2057, + "line": 2099, "column": 92 } } @@ -843196,15 +843683,15 @@ "postfix": false, "binop": null }, - "start": 95530, - "end": 95531, + "start": 97920, + "end": 97921, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 93 }, "end": { - "line": 2057, + "line": 2099, "column": 94 } } @@ -843212,15 +843699,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95532, - "end": 95538, + "start": 97922, + "end": 97928, "loc": { "start": { - "line": 2057, + "line": 2099, "column": 95 }, "end": { - "line": 2057, + "line": 2099, "column": 101 } } @@ -843238,15 +843725,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95571, - "end": 95584, + "start": 97961, + "end": 97974, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 32 }, "end": { - "line": 2058, + "line": 2100, "column": 45 } } @@ -843264,15 +843751,15 @@ "binop": null, "updateContext": null }, - "start": 95584, - "end": 95585, + "start": 97974, + "end": 97975, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 45 }, "end": { - "line": 2058, + "line": 2100, "column": 46 } } @@ -843290,15 +843777,15 @@ "binop": null }, "value": "lineTo", - "start": 95585, - "end": 95591, + "start": 97975, + "end": 97981, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 46 }, "end": { - "line": 2058, + "line": 2100, "column": 52 } } @@ -843315,15 +843802,15 @@ "postfix": false, "binop": null }, - "start": 95591, - "end": 95592, + "start": 97981, + "end": 97982, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 52 }, "end": { - "line": 2058, + "line": 2100, "column": 53 } } @@ -843341,15 +843828,15 @@ "binop": null }, "value": "_ex", - "start": 95593, - "end": 95596, + "start": 97983, + "end": 97986, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 54 }, "end": { - "line": 2058, + "line": 2100, "column": 57 } } @@ -843367,15 +843854,15 @@ "binop": null, "updateContext": null }, - "start": 95596, - "end": 95597, + "start": 97986, + "end": 97987, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 57 }, "end": { - "line": 2058, + "line": 2100, "column": 58 } } @@ -843393,15 +843880,15 @@ "binop": null }, "value": "_ey", - "start": 95598, - "end": 95601, + "start": 97988, + "end": 97991, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 59 }, "end": { - "line": 2058, + "line": 2100, "column": 62 } } @@ -843418,15 +843905,15 @@ "postfix": false, "binop": null }, - "start": 95602, - "end": 95603, + "start": 97992, + "end": 97993, "loc": { "start": { - "line": 2058, + "line": 2100, "column": 63 }, "end": { - "line": 2058, + "line": 2100, "column": 64 } } @@ -843443,15 +843930,15 @@ "postfix": false, "binop": null }, - "start": 95632, - "end": 95633, + "start": 98022, + "end": 98023, "loc": { "start": { - "line": 2059, + "line": 2101, "column": 28 }, "end": { - "line": 2059, + "line": 2101, "column": 29 } } @@ -843471,15 +843958,15 @@ "updateContext": null }, "value": "else", - "start": 95634, - "end": 95638, + "start": 98024, + "end": 98028, "loc": { "start": { - "line": 2059, + "line": 2101, "column": 30 }, "end": { - "line": 2059, + "line": 2101, "column": 34 } } @@ -843496,15 +843983,15 @@ "postfix": false, "binop": null }, - "start": 95639, - "end": 95640, + "start": 98029, + "end": 98030, "loc": { "start": { - "line": 2059, + "line": 2101, "column": 35 }, "end": { - "line": 2059, + "line": 2101, "column": 36 } } @@ -843522,15 +844009,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95673, - "end": 95686, + "start": 98063, + "end": 98076, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 32 }, "end": { - "line": 2060, + "line": 2102, "column": 45 } } @@ -843548,15 +844035,15 @@ "binop": null, "updateContext": null }, - "start": 95686, - "end": 95687, + "start": 98076, + "end": 98077, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 45 }, "end": { - "line": 2060, + "line": 2102, "column": 46 } } @@ -843574,15 +844061,15 @@ "binop": null }, "value": "quadraticCurveTo", - "start": 95687, - "end": 95703, + "start": 98077, + "end": 98093, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 46 }, "end": { - "line": 2060, + "line": 2102, "column": 62 } } @@ -843599,15 +844086,15 @@ "postfix": false, "binop": null }, - "start": 95703, - "end": 95704, + "start": 98093, + "end": 98094, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 62 }, "end": { - "line": 2060, + "line": 2102, "column": 63 } } @@ -843625,15 +844112,15 @@ "binop": null }, "value": "_ex", - "start": 95705, - "end": 95708, + "start": 98095, + "end": 98098, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 64 }, "end": { - "line": 2060, + "line": 2102, "column": 67 } } @@ -843651,15 +844138,15 @@ "binop": null, "updateContext": null }, - "start": 95708, - "end": 95709, + "start": 98098, + "end": 98099, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 67 }, "end": { - "line": 2060, + "line": 2102, "column": 68 } } @@ -843677,15 +844164,15 @@ "binop": null }, "value": "_sy", - "start": 95710, - "end": 95713, + "start": 98100, + "end": 98103, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 69 }, "end": { - "line": 2060, + "line": 2102, "column": 72 } } @@ -843703,15 +844190,15 @@ "binop": null, "updateContext": null }, - "start": 95713, - "end": 95714, + "start": 98103, + "end": 98104, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 72 }, "end": { - "line": 2060, + "line": 2102, "column": 73 } } @@ -843729,15 +844216,15 @@ "binop": null }, "value": "_ex", - "start": 95715, - "end": 95718, + "start": 98105, + "end": 98108, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 74 }, "end": { - "line": 2060, + "line": 2102, "column": 77 } } @@ -843755,15 +844242,15 @@ "binop": null, "updateContext": null }, - "start": 95718, - "end": 95719, + "start": 98108, + "end": 98109, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 77 }, "end": { - "line": 2060, + "line": 2102, "column": 78 } } @@ -843781,15 +844268,15 @@ "binop": null }, "value": "_ey", - "start": 95720, - "end": 95723, + "start": 98110, + "end": 98113, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 79 }, "end": { - "line": 2060, + "line": 2102, "column": 82 } } @@ -843806,15 +844293,15 @@ "postfix": false, "binop": null }, - "start": 95724, - "end": 95725, + "start": 98114, + "end": 98115, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 83 }, "end": { - "line": 2060, + "line": 2102, "column": 84 } } @@ -843822,15 +844309,15 @@ { "type": "CommentLine", "value": " \"┘\"", - "start": 95726, - "end": 95732, + "start": 98116, + "end": 98122, "loc": { "start": { - "line": 2060, + "line": 2102, "column": 85 }, "end": { - "line": 2060, + "line": 2102, "column": 91 } } @@ -843847,15 +844334,15 @@ "postfix": false, "binop": null }, - "start": 95761, - "end": 95762, + "start": 98151, + "end": 98152, "loc": { "start": { - "line": 2061, + "line": 2103, "column": 28 }, "end": { - "line": 2061, + "line": 2103, "column": 29 } } @@ -843875,15 +844362,15 @@ "updateContext": null }, "value": "break", - "start": 95791, - "end": 95796, + "start": 98181, + "end": 98186, "loc": { "start": { - "line": 2062, + "line": 2104, "column": 28 }, "end": { - "line": 2062, + "line": 2104, "column": 33 } } @@ -843903,15 +844390,15 @@ "updateContext": null }, "value": "case", - "start": 95821, - "end": 95825, + "start": 98211, + "end": 98215, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 24 }, "end": { - "line": 2063, + "line": 2105, "column": 28 } } @@ -843933,15 +844420,15 @@ "pattern": "^lt\\+lb$", "flags": "i" }, - "start": 95826, - "end": 95837, + "start": 98216, + "end": 98227, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 29 }, "end": { - "line": 2063, + "line": 2105, "column": 40 } } @@ -843959,15 +844446,15 @@ "binop": null, "updateContext": null }, - "start": 95837, - "end": 95838, + "start": 98227, + "end": 98228, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 40 }, "end": { - "line": 2063, + "line": 2105, "column": 41 } } @@ -843985,15 +844472,15 @@ "binop": null }, "value": "test", - "start": 95838, - "end": 95842, + "start": 98228, + "end": 98232, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 41 }, "end": { - "line": 2063, + "line": 2105, "column": 45 } } @@ -844010,15 +844497,15 @@ "postfix": false, "binop": null }, - "start": 95842, - "end": 95843, + "start": 98232, + "end": 98233, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 45 }, "end": { - "line": 2063, + "line": 2105, "column": 46 } } @@ -844036,15 +844523,15 @@ "binop": null }, "value": "_curveType", - "start": 95844, - "end": 95854, + "start": 98234, + "end": 98244, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 47 }, "end": { - "line": 2063, + "line": 2105, "column": 57 } } @@ -844062,15 +844549,15 @@ "binop": null, "updateContext": null }, - "start": 95854, - "end": 95855, + "start": 98244, + "end": 98245, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 57 }, "end": { - "line": 2063, + "line": 2105, "column": 58 } } @@ -844088,15 +844575,15 @@ "binop": null }, "value": "_ba", - "start": 95855, - "end": 95858, + "start": 98245, + "end": 98248, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 58 }, "end": { - "line": 2063, + "line": 2105, "column": 61 } } @@ -844114,15 +844601,15 @@ "binop": null, "updateContext": null }, - "start": 95858, - "end": 95859, + "start": 98248, + "end": 98249, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 61 }, "end": { - "line": 2063, + "line": 2105, "column": 62 } } @@ -844139,15 +844626,15 @@ "postfix": false, "binop": null }, - "start": 95860, - "end": 95861, + "start": 98250, + "end": 98251, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 63 }, "end": { - "line": 2063, + "line": 2105, "column": 64 } } @@ -844165,15 +844652,15 @@ "binop": null, "updateContext": null }, - "start": 95861, - "end": 95862, + "start": 98251, + "end": 98252, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 64 }, "end": { - "line": 2063, + "line": 2105, "column": 65 } } @@ -844181,15 +844668,15 @@ { "type": "CommentLine", "value": " \"⊂_\"", - "start": 95863, - "end": 95870, + "start": 98253, + "end": 98260, "loc": { "start": { - "line": 2063, + "line": 2105, "column": 66 }, "end": { - "line": 2063, + "line": 2105, "column": 73 } } @@ -844209,15 +844696,15 @@ "updateContext": null }, "value": "case", - "start": 95895, - "end": 95899, + "start": 98285, + "end": 98289, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 24 }, "end": { - "line": 2064, + "line": 2106, "column": 28 } } @@ -844239,15 +844726,15 @@ "pattern": "^lb\\+lt$", "flags": "i" }, - "start": 95900, - "end": 95911, + "start": 98290, + "end": 98301, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 29 }, "end": { - "line": 2064, + "line": 2106, "column": 40 } } @@ -844265,15 +844752,15 @@ "binop": null, "updateContext": null }, - "start": 95911, - "end": 95912, + "start": 98301, + "end": 98302, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 40 }, "end": { - "line": 2064, + "line": 2106, "column": 41 } } @@ -844291,15 +844778,15 @@ "binop": null }, "value": "test", - "start": 95912, - "end": 95916, + "start": 98302, + "end": 98306, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 41 }, "end": { - "line": 2064, + "line": 2106, "column": 45 } } @@ -844316,15 +844803,15 @@ "postfix": false, "binop": null }, - "start": 95916, - "end": 95917, + "start": 98306, + "end": 98307, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 45 }, "end": { - "line": 2064, + "line": 2106, "column": 46 } } @@ -844342,15 +844829,15 @@ "binop": null }, "value": "_curveType", - "start": 95918, - "end": 95928, + "start": 98308, + "end": 98318, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 47 }, "end": { - "line": 2064, + "line": 2106, "column": 57 } } @@ -844368,15 +844855,15 @@ "binop": null, "updateContext": null }, - "start": 95928, - "end": 95929, + "start": 98318, + "end": 98319, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 57 }, "end": { - "line": 2064, + "line": 2106, "column": 58 } } @@ -844394,15 +844881,15 @@ "binop": null }, "value": "_ba", - "start": 95929, - "end": 95932, + "start": 98319, + "end": 98322, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 58 }, "end": { - "line": 2064, + "line": 2106, "column": 61 } } @@ -844420,15 +844907,15 @@ "binop": null, "updateContext": null }, - "start": 95932, - "end": 95933, + "start": 98322, + "end": 98323, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 61 }, "end": { - "line": 2064, + "line": 2106, "column": 62 } } @@ -844445,15 +844932,15 @@ "postfix": false, "binop": null }, - "start": 95934, - "end": 95935, + "start": 98324, + "end": 98325, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 63 }, "end": { - "line": 2064, + "line": 2106, "column": 64 } } @@ -844471,15 +844958,15 @@ "binop": null, "updateContext": null }, - "start": 95935, - "end": 95936, + "start": 98325, + "end": 98326, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 64 }, "end": { - "line": 2064, + "line": 2106, "column": 65 } } @@ -844487,15 +844974,15 @@ { "type": "CommentLine", "value": " \"⊂ ̄\"", - "start": 95937, - "end": 95944, + "start": 98327, + "end": 98334, "loc": { "start": { - "line": 2064, + "line": 2106, "column": 66 }, "end": { - "line": 2064, + "line": 2106, "column": 73 } } @@ -844513,15 +845000,15 @@ "binop": null }, "value": "ctx_relations", - "start": 95973, - "end": 95986, + "start": 98363, + "end": 98376, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 28 }, "end": { - "line": 2065, + "line": 2107, "column": 41 } } @@ -844539,15 +845026,15 @@ "binop": null, "updateContext": null }, - "start": 95986, - "end": 95987, + "start": 98376, + "end": 98377, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 41 }, "end": { - "line": 2065, + "line": 2107, "column": 42 } } @@ -844565,15 +845052,15 @@ "binop": null }, "value": "moveTo", - "start": 95987, - "end": 95993, + "start": 98377, + "end": 98383, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 42 }, "end": { - "line": 2065, + "line": 2107, "column": 48 } } @@ -844590,15 +845077,15 @@ "postfix": false, "binop": null }, - "start": 95993, - "end": 95994, + "start": 98383, + "end": 98384, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 48 }, "end": { - "line": 2065, + "line": 2107, "column": 49 } } @@ -844616,15 +845103,15 @@ "binop": null }, "value": "_sx", - "start": 95995, - "end": 95998, + "start": 98385, + "end": 98388, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 50 }, "end": { - "line": 2065, + "line": 2107, "column": 53 } } @@ -844642,15 +845129,15 @@ "binop": null, "updateContext": null }, - "start": 95998, - "end": 95999, + "start": 98388, + "end": 98389, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 53 }, "end": { - "line": 2065, + "line": 2107, "column": 54 } } @@ -844668,15 +845155,15 @@ "binop": null }, "value": "_sy", - "start": 96000, - "end": 96003, + "start": 98390, + "end": 98393, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 55 }, "end": { - "line": 2065, + "line": 2107, "column": 58 } } @@ -844693,15 +845180,15 @@ "postfix": false, "binop": null }, - "start": 96004, - "end": 96005, + "start": 98394, + "end": 98395, "loc": { "start": { - "line": 2065, + "line": 2107, "column": 59 }, "end": { - "line": 2065, + "line": 2107, "column": 60 } } @@ -844709,15 +845196,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"", - "start": 96034, - "end": 96088, + "start": 98424, + "end": 98478, "loc": { "start": { - "line": 2066, + "line": 2108, "column": 28 }, "end": { - "line": 2066, + "line": 2108, "column": 82 } } @@ -844735,15 +845222,15 @@ "binop": null }, "value": "ctx_relations", - "start": 96117, - "end": 96130, + "start": 98507, + "end": 98520, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 28 }, "end": { - "line": 2067, + "line": 2109, "column": 41 } } @@ -844761,15 +845248,15 @@ "binop": null, "updateContext": null }, - "start": 96130, - "end": 96131, + "start": 98520, + "end": 98521, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 41 }, "end": { - "line": 2067, + "line": 2109, "column": 42 } } @@ -844787,15 +845274,15 @@ "binop": null }, "value": "lineTo", - "start": 96131, - "end": 96137, + "start": 98521, + "end": 98527, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 42 }, "end": { - "line": 2067, + "line": 2109, "column": 48 } } @@ -844812,15 +845299,15 @@ "postfix": false, "binop": null }, - "start": 96137, - "end": 96138, + "start": 98527, + "end": 98528, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 48 }, "end": { - "line": 2067, + "line": 2109, "column": 49 } } @@ -844838,15 +845325,15 @@ "binop": null }, "value": "_sx", - "start": 96139, - "end": 96142, + "start": 98529, + "end": 98532, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 50 }, "end": { - "line": 2067, + "line": 2109, "column": 53 } } @@ -844865,15 +845352,15 @@ "updateContext": null }, "value": "-", - "start": 96143, - "end": 96144, + "start": 98533, + "end": 98534, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 54 }, "end": { - "line": 2067, + "line": 2109, "column": 55 } } @@ -844891,15 +845378,15 @@ "binop": null }, "value": "_radius", - "start": 96145, - "end": 96152, + "start": 98535, + "end": 98542, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 56 }, "end": { - "line": 2067, + "line": 2109, "column": 63 } } @@ -844917,15 +845404,15 @@ "binop": null, "updateContext": null }, - "start": 96152, - "end": 96153, + "start": 98542, + "end": 98543, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 63 }, "end": { - "line": 2067, + "line": 2109, "column": 64 } } @@ -844943,15 +845430,15 @@ "binop": null }, "value": "_sy", - "start": 96154, - "end": 96157, + "start": 98544, + "end": 98547, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 65 }, "end": { - "line": 2067, + "line": 2109, "column": 68 } } @@ -844968,15 +845455,15 @@ "postfix": false, "binop": null }, - "start": 96158, - "end": 96159, + "start": 98548, + "end": 98549, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 69 }, "end": { - "line": 2067, + "line": 2109, "column": 70 } } @@ -844984,15 +845471,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96160, - "end": 96166, + "start": 98550, + "end": 98556, "loc": { "start": { - "line": 2067, + "line": 2109, "column": 71 }, "end": { - "line": 2067, + "line": 2109, "column": 77 } } @@ -845000,15 +845487,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"", - "start": 96195, - "end": 96322, + "start": 98585, + "end": 98712, "loc": { "start": { - "line": 2068, + "line": 2110, "column": 28 }, "end": { - "line": 2068, + "line": 2110, "column": 155 } } @@ -845026,15 +845513,15 @@ "binop": null }, "value": "ctx_relations", - "start": 96351, - "end": 96364, + "start": 98741, + "end": 98754, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 28 }, "end": { - "line": 2069, + "line": 2111, "column": 41 } } @@ -845052,15 +845539,15 @@ "binop": null, "updateContext": null }, - "start": 96364, - "end": 96365, + "start": 98754, + "end": 98755, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 41 }, "end": { - "line": 2069, + "line": 2111, "column": 42 } } @@ -845078,15 +845565,15 @@ "binop": null }, "value": "bezierCurveTo", - "start": 96365, - "end": 96378, + "start": 98755, + "end": 98768, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 42 }, "end": { - "line": 2069, + "line": 2111, "column": 55 } } @@ -845103,15 +845590,15 @@ "postfix": false, "binop": null }, - "start": 96378, - "end": 96379, + "start": 98768, + "end": 98769, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 55 }, "end": { - "line": 2069, + "line": 2111, "column": 56 } } @@ -845129,15 +845616,15 @@ "binop": null }, "value": "_sx", - "start": 96380, - "end": 96383, + "start": 98770, + "end": 98773, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 57 }, "end": { - "line": 2069, + "line": 2111, "column": 60 } } @@ -845156,15 +845643,15 @@ "updateContext": null }, "value": "-", - "start": 96384, - "end": 96385, + "start": 98774, + "end": 98775, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 61 }, "end": { - "line": 2069, + "line": 2111, "column": 62 } } @@ -845182,15 +845669,15 @@ "binop": null }, "value": "_radius", - "start": 96386, - "end": 96393, + "start": 98776, + "end": 98783, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 63 }, "end": { - "line": 2069, + "line": 2111, "column": 70 } } @@ -845209,15 +845696,15 @@ "updateContext": null }, "value": "*", - "start": 96394, - "end": 96395, + "start": 98784, + "end": 98785, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 71 }, "end": { - "line": 2069, + "line": 2111, "column": 72 } } @@ -845236,15 +845723,15 @@ "updateContext": null }, "value": 2, - "start": 96396, - "end": 96397, + "start": 98786, + "end": 98787, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 73 }, "end": { - "line": 2069, + "line": 2111, "column": 74 } } @@ -845262,15 +845749,15 @@ "binop": null, "updateContext": null }, - "start": 96397, - "end": 96398, + "start": 98787, + "end": 98788, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 74 }, "end": { - "line": 2069, + "line": 2111, "column": 75 } } @@ -845288,15 +845775,15 @@ "binop": null }, "value": "_sy", - "start": 96399, - "end": 96402, + "start": 98789, + "end": 98792, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 76 }, "end": { - "line": 2069, + "line": 2111, "column": 79 } } @@ -845314,15 +845801,15 @@ "binop": null, "updateContext": null }, - "start": 96402, - "end": 96403, + "start": 98792, + "end": 98793, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 79 }, "end": { - "line": 2069, + "line": 2111, "column": 80 } } @@ -845340,15 +845827,15 @@ "binop": null }, "value": "_sx", - "start": 96404, - "end": 96407, + "start": 98794, + "end": 98797, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 81 }, "end": { - "line": 2069, + "line": 2111, "column": 84 } } @@ -845367,15 +845854,15 @@ "updateContext": null }, "value": "-", - "start": 96408, - "end": 96409, + "start": 98798, + "end": 98799, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 85 }, "end": { - "line": 2069, + "line": 2111, "column": 86 } } @@ -845393,15 +845880,15 @@ "binop": null }, "value": "_radius", - "start": 96410, - "end": 96417, + "start": 98800, + "end": 98807, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 87 }, "end": { - "line": 2069, + "line": 2111, "column": 94 } } @@ -845420,15 +845907,15 @@ "updateContext": null }, "value": "*", - "start": 96418, - "end": 96419, + "start": 98808, + "end": 98809, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 95 }, "end": { - "line": 2069, + "line": 2111, "column": 96 } } @@ -845447,15 +845934,15 @@ "updateContext": null }, "value": 2, - "start": 96420, - "end": 96421, + "start": 98810, + "end": 98811, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 97 }, "end": { - "line": 2069, + "line": 2111, "column": 98 } } @@ -845473,15 +845960,15 @@ "binop": null, "updateContext": null }, - "start": 96421, - "end": 96422, + "start": 98811, + "end": 98812, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 98 }, "end": { - "line": 2069, + "line": 2111, "column": 99 } } @@ -845499,15 +845986,15 @@ "binop": null }, "value": "_ey", - "start": 96423, - "end": 96426, + "start": 98813, + "end": 98816, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 100 }, "end": { - "line": 2069, + "line": 2111, "column": 103 } } @@ -845525,15 +846012,15 @@ "binop": null, "updateContext": null }, - "start": 96426, - "end": 96427, + "start": 98816, + "end": 98817, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 103 }, "end": { - "line": 2069, + "line": 2111, "column": 104 } } @@ -845551,15 +846038,15 @@ "binop": null }, "value": "_sx", - "start": 96428, - "end": 96431, + "start": 98818, + "end": 98821, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 105 }, "end": { - "line": 2069, + "line": 2111, "column": 108 } } @@ -845578,15 +846065,15 @@ "updateContext": null }, "value": "-", - "start": 96432, - "end": 96433, + "start": 98822, + "end": 98823, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 109 }, "end": { - "line": 2069, + "line": 2111, "column": 110 } } @@ -845604,15 +846091,15 @@ "binop": null }, "value": "_radius", - "start": 96434, - "end": 96441, + "start": 98824, + "end": 98831, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 111 }, "end": { - "line": 2069, + "line": 2111, "column": 118 } } @@ -845630,15 +846117,15 @@ "binop": null, "updateContext": null }, - "start": 96441, - "end": 96442, + "start": 98831, + "end": 98832, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 118 }, "end": { - "line": 2069, + "line": 2111, "column": 119 } } @@ -845656,15 +846143,15 @@ "binop": null }, "value": "_ey", - "start": 96443, - "end": 96446, + "start": 98833, + "end": 98836, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 120 }, "end": { - "line": 2069, + "line": 2111, "column": 123 } } @@ -845681,15 +846168,15 @@ "postfix": false, "binop": null }, - "start": 96447, - "end": 96448, + "start": 98837, + "end": 98838, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 124 }, "end": { - "line": 2069, + "line": 2111, "column": 125 } } @@ -845697,15 +846184,15 @@ { "type": "CommentLine", "value": " \"⊂\"", - "start": 96449, - "end": 96455, + "start": 98839, + "end": 98845, "loc": { "start": { - "line": 2069, + "line": 2111, "column": 126 }, "end": { - "line": 2069, + "line": 2111, "column": 132 } } @@ -845723,15 +846210,15 @@ "binop": null }, "value": "ctx_relations", - "start": 96484, - "end": 96497, + "start": 98874, + "end": 98887, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 28 }, "end": { - "line": 2070, + "line": 2112, "column": 41 } } @@ -845749,15 +846236,15 @@ "binop": null, "updateContext": null }, - "start": 96497, - "end": 96498, + "start": 98887, + "end": 98888, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 41 }, "end": { - "line": 2070, + "line": 2112, "column": 42 } } @@ -845775,15 +846262,15 @@ "binop": null }, "value": "lineTo", - "start": 96498, - "end": 96504, + "start": 98888, + "end": 98894, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 42 }, "end": { - "line": 2070, + "line": 2112, "column": 48 } } @@ -845800,15 +846287,15 @@ "postfix": false, "binop": null }, - "start": 96504, - "end": 96505, + "start": 98894, + "end": 98895, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 48 }, "end": { - "line": 2070, + "line": 2112, "column": 49 } } @@ -845826,15 +846313,15 @@ "binop": null }, "value": "_ex", - "start": 96506, - "end": 96509, + "start": 98896, + "end": 98899, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 50 }, "end": { - "line": 2070, + "line": 2112, "column": 53 } } @@ -845852,15 +846339,15 @@ "binop": null, "updateContext": null }, - "start": 96509, - "end": 96510, + "start": 98899, + "end": 98900, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 53 }, "end": { - "line": 2070, + "line": 2112, "column": 54 } } @@ -845878,15 +846365,15 @@ "binop": null }, "value": "_ey", - "start": 96511, - "end": 96514, + "start": 98901, + "end": 98904, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 55 }, "end": { - "line": 2070, + "line": 2112, "column": 58 } } @@ -845903,15 +846390,15 @@ "postfix": false, "binop": null }, - "start": 96515, - "end": 96516, + "start": 98905, + "end": 98906, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 59 }, "end": { - "line": 2070, + "line": 2112, "column": 60 } } @@ -845919,15 +846406,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96517, - "end": 96523, + "start": 98907, + "end": 98913, "loc": { "start": { - "line": 2070, + "line": 2112, "column": 61 }, "end": { - "line": 2070, + "line": 2112, "column": 67 } } @@ -845947,15 +846434,15 @@ "updateContext": null }, "value": "break", - "start": 96552, - "end": 96557, + "start": 98942, + "end": 98947, "loc": { "start": { - "line": 2071, + "line": 2113, "column": 28 }, "end": { - "line": 2071, + "line": 2113, "column": 33 } } @@ -845975,15 +846462,15 @@ "updateContext": null }, "value": "case", - "start": 96582, - "end": 96586, + "start": 98972, + "end": 98976, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 24 }, "end": { - "line": 2072, + "line": 2114, "column": 28 } } @@ -846005,15 +846492,15 @@ "pattern": "^rt\\+rb$", "flags": "i" }, - "start": 96587, - "end": 96598, + "start": 98977, + "end": 98988, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 29 }, "end": { - "line": 2072, + "line": 2114, "column": 40 } } @@ -846031,15 +846518,15 @@ "binop": null, "updateContext": null }, - "start": 96598, - "end": 96599, + "start": 98988, + "end": 98989, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 40 }, "end": { - "line": 2072, + "line": 2114, "column": 41 } } @@ -846057,15 +846544,15 @@ "binop": null }, "value": "test", - "start": 96599, - "end": 96603, + "start": 98989, + "end": 98993, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 41 }, "end": { - "line": 2072, + "line": 2114, "column": 45 } } @@ -846082,15 +846569,15 @@ "postfix": false, "binop": null }, - "start": 96603, - "end": 96604, + "start": 98993, + "end": 98994, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 45 }, "end": { - "line": 2072, + "line": 2114, "column": 46 } } @@ -846108,15 +846595,15 @@ "binop": null }, "value": "_curveType", - "start": 96605, - "end": 96615, + "start": 98995, + "end": 99005, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 47 }, "end": { - "line": 2072, + "line": 2114, "column": 57 } } @@ -846134,15 +846621,15 @@ "binop": null, "updateContext": null }, - "start": 96615, - "end": 96616, + "start": 99005, + "end": 99006, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 57 }, "end": { - "line": 2072, + "line": 2114, "column": 58 } } @@ -846160,15 +846647,15 @@ "binop": null }, "value": "_ba", - "start": 96616, - "end": 96619, + "start": 99006, + "end": 99009, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 58 }, "end": { - "line": 2072, + "line": 2114, "column": 61 } } @@ -846186,15 +846673,15 @@ "binop": null, "updateContext": null }, - "start": 96619, - "end": 96620, + "start": 99009, + "end": 99010, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 61 }, "end": { - "line": 2072, + "line": 2114, "column": 62 } } @@ -846211,15 +846698,15 @@ "postfix": false, "binop": null }, - "start": 96621, - "end": 96622, + "start": 99011, + "end": 99012, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 63 }, "end": { - "line": 2072, + "line": 2114, "column": 64 } } @@ -846237,15 +846724,15 @@ "binop": null, "updateContext": null }, - "start": 96622, - "end": 96623, + "start": 99012, + "end": 99013, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 64 }, "end": { - "line": 2072, + "line": 2114, "column": 65 } } @@ -846253,15 +846740,15 @@ { "type": "CommentLine", "value": " \"_⊃\"", - "start": 96624, - "end": 96631, + "start": 99014, + "end": 99021, "loc": { "start": { - "line": 2072, + "line": 2114, "column": 66 }, "end": { - "line": 2072, + "line": 2114, "column": 73 } } @@ -846281,15 +846768,15 @@ "updateContext": null }, "value": "case", - "start": 96656, - "end": 96660, + "start": 99046, + "end": 99050, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 24 }, "end": { - "line": 2073, + "line": 2115, "column": 28 } } @@ -846311,15 +846798,15 @@ "pattern": "^rb\\+rt$", "flags": "i" }, - "start": 96661, - "end": 96672, + "start": 99051, + "end": 99062, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 29 }, "end": { - "line": 2073, + "line": 2115, "column": 40 } } @@ -846337,15 +846824,15 @@ "binop": null, "updateContext": null }, - "start": 96672, - "end": 96673, + "start": 99062, + "end": 99063, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 40 }, "end": { - "line": 2073, + "line": 2115, "column": 41 } } @@ -846363,15 +846850,15 @@ "binop": null }, "value": "test", - "start": 96673, - "end": 96677, + "start": 99063, + "end": 99067, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 41 }, "end": { - "line": 2073, + "line": 2115, "column": 45 } } @@ -846388,15 +846875,15 @@ "postfix": false, "binop": null }, - "start": 96677, - "end": 96678, + "start": 99067, + "end": 99068, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 45 }, "end": { - "line": 2073, + "line": 2115, "column": 46 } } @@ -846414,15 +846901,15 @@ "binop": null }, "value": "_curveType", - "start": 96679, - "end": 96689, + "start": 99069, + "end": 99079, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 47 }, "end": { - "line": 2073, + "line": 2115, "column": 57 } } @@ -846440,15 +846927,15 @@ "binop": null, "updateContext": null }, - "start": 96689, - "end": 96690, + "start": 99079, + "end": 99080, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 57 }, "end": { - "line": 2073, + "line": 2115, "column": 58 } } @@ -846466,15 +846953,15 @@ "binop": null }, "value": "_ba", - "start": 96690, - "end": 96693, + "start": 99080, + "end": 99083, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 58 }, "end": { - "line": 2073, + "line": 2115, "column": 61 } } @@ -846492,15 +846979,15 @@ "binop": null, "updateContext": null }, - "start": 96693, - "end": 96694, + "start": 99083, + "end": 99084, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 61 }, "end": { - "line": 2073, + "line": 2115, "column": 62 } } @@ -846517,15 +847004,15 @@ "postfix": false, "binop": null }, - "start": 96695, - "end": 96696, + "start": 99085, + "end": 99086, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 63 }, "end": { - "line": 2073, + "line": 2115, "column": 64 } } @@ -846543,15 +847030,15 @@ "binop": null, "updateContext": null }, - "start": 96696, - "end": 96697, + "start": 99086, + "end": 99087, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 64 }, "end": { - "line": 2073, + "line": 2115, "column": 65 } } @@ -846559,15 +847046,15 @@ { "type": "CommentLine", "value": " \" ̄⊃\"", - "start": 96698, - "end": 96705, + "start": 99088, + "end": 99095, "loc": { "start": { - "line": 2073, + "line": 2115, "column": 66 }, "end": { - "line": 2073, + "line": 2115, "column": 73 } } @@ -846585,15 +847072,15 @@ "binop": null }, "value": "ctx_relations", - "start": 96734, - "end": 96747, + "start": 99124, + "end": 99137, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 28 }, "end": { - "line": 2074, + "line": 2116, "column": 41 } } @@ -846611,15 +847098,15 @@ "binop": null, "updateContext": null }, - "start": 96747, - "end": 96748, + "start": 99137, + "end": 99138, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 41 }, "end": { - "line": 2074, + "line": 2116, "column": 42 } } @@ -846637,15 +847124,15 @@ "binop": null }, "value": "moveTo", - "start": 96748, - "end": 96754, + "start": 99138, + "end": 99144, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 42 }, "end": { - "line": 2074, + "line": 2116, "column": 48 } } @@ -846662,15 +847149,15 @@ "postfix": false, "binop": null }, - "start": 96754, - "end": 96755, + "start": 99144, + "end": 99145, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 48 }, "end": { - "line": 2074, + "line": 2116, "column": 49 } } @@ -846688,15 +847175,15 @@ "binop": null }, "value": "_sx", - "start": 96756, - "end": 96759, + "start": 99146, + "end": 99149, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 50 }, "end": { - "line": 2074, + "line": 2116, "column": 53 } } @@ -846714,15 +847201,15 @@ "binop": null, "updateContext": null }, - "start": 96759, - "end": 96760, + "start": 99149, + "end": 99150, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 53 }, "end": { - "line": 2074, + "line": 2116, "column": 54 } } @@ -846740,15 +847227,15 @@ "binop": null }, "value": "_sy", - "start": 96761, - "end": 96764, + "start": 99151, + "end": 99154, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 55 }, "end": { - "line": 2074, + "line": 2116, "column": 58 } } @@ -846765,15 +847252,15 @@ "postfix": false, "binop": null }, - "start": 96765, - "end": 96766, + "start": 99155, + "end": 99156, "loc": { "start": { - "line": 2074, + "line": 2116, "column": 59 }, "end": { - "line": 2074, + "line": 2116, "column": 60 } } @@ -846781,15 +847268,15 @@ { "type": "CommentLine", "value": "ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"", - "start": 96795, - "end": 96849, + "start": 99185, + "end": 99239, "loc": { "start": { - "line": 2075, + "line": 2117, "column": 28 }, "end": { - "line": 2075, + "line": 2117, "column": 82 } } @@ -846807,15 +847294,15 @@ "binop": null }, "value": "ctx_relations", - "start": 96878, - "end": 96891, + "start": 99268, + "end": 99281, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 28 }, "end": { - "line": 2076, + "line": 2118, "column": 41 } } @@ -846833,15 +847320,15 @@ "binop": null, "updateContext": null }, - "start": 96891, - "end": 96892, + "start": 99281, + "end": 99282, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 41 }, "end": { - "line": 2076, + "line": 2118, "column": 42 } } @@ -846859,15 +847346,15 @@ "binop": null }, "value": "lineTo", - "start": 96892, - "end": 96898, + "start": 99282, + "end": 99288, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 42 }, "end": { - "line": 2076, + "line": 2118, "column": 48 } } @@ -846884,15 +847371,15 @@ "postfix": false, "binop": null }, - "start": 96898, - "end": 96899, + "start": 99288, + "end": 99289, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 48 }, "end": { - "line": 2076, + "line": 2118, "column": 49 } } @@ -846910,15 +847397,15 @@ "binop": null }, "value": "_sx", - "start": 96900, - "end": 96903, + "start": 99290, + "end": 99293, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 50 }, "end": { - "line": 2076, + "line": 2118, "column": 53 } } @@ -846937,15 +847424,15 @@ "updateContext": null }, "value": "+", - "start": 96904, - "end": 96905, + "start": 99294, + "end": 99295, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 54 }, "end": { - "line": 2076, + "line": 2118, "column": 55 } } @@ -846963,15 +847450,15 @@ "binop": null }, "value": "_radius", - "start": 96906, - "end": 96913, + "start": 99296, + "end": 99303, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 56 }, "end": { - "line": 2076, + "line": 2118, "column": 63 } } @@ -846989,15 +847476,15 @@ "binop": null, "updateContext": null }, - "start": 96913, - "end": 96914, + "start": 99303, + "end": 99304, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 63 }, "end": { - "line": 2076, + "line": 2118, "column": 64 } } @@ -847015,15 +847502,15 @@ "binop": null }, "value": "_sy", - "start": 96915, - "end": 96918, + "start": 99305, + "end": 99308, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 65 }, "end": { - "line": 2076, + "line": 2118, "column": 68 } } @@ -847040,15 +847527,15 @@ "postfix": false, "binop": null }, - "start": 96919, - "end": 96920, + "start": 99309, + "end": 99310, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 69 }, "end": { - "line": 2076, + "line": 2118, "column": 70 } } @@ -847056,15 +847543,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 96921, - "end": 96927, + "start": 99311, + "end": 99317, "loc": { "start": { - "line": 2076, + "line": 2118, "column": 71 }, "end": { - "line": 2076, + "line": 2118, "column": 77 } } @@ -847072,15 +847559,15 @@ { "type": "CommentLine", "value": "ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"", - "start": 96956, - "end": 97083, + "start": 99346, + "end": 99473, "loc": { "start": { - "line": 2077, + "line": 2119, "column": 28 }, "end": { - "line": 2077, + "line": 2119, "column": 155 } } @@ -847098,15 +847585,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97112, - "end": 97125, + "start": 99502, + "end": 99515, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 28 }, "end": { - "line": 2078, + "line": 2120, "column": 41 } } @@ -847124,15 +847611,15 @@ "binop": null, "updateContext": null }, - "start": 97125, - "end": 97126, + "start": 99515, + "end": 99516, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 41 }, "end": { - "line": 2078, + "line": 2120, "column": 42 } } @@ -847150,15 +847637,15 @@ "binop": null }, "value": "bezierCurveTo", - "start": 97126, - "end": 97139, + "start": 99516, + "end": 99529, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 42 }, "end": { - "line": 2078, + "line": 2120, "column": 55 } } @@ -847175,15 +847662,15 @@ "postfix": false, "binop": null }, - "start": 97139, - "end": 97140, + "start": 99529, + "end": 99530, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 55 }, "end": { - "line": 2078, + "line": 2120, "column": 56 } } @@ -847201,15 +847688,15 @@ "binop": null }, "value": "_sx", - "start": 97141, - "end": 97144, + "start": 99531, + "end": 99534, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 57 }, "end": { - "line": 2078, + "line": 2120, "column": 60 } } @@ -847228,15 +847715,15 @@ "updateContext": null }, "value": "+", - "start": 97145, - "end": 97146, + "start": 99535, + "end": 99536, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 61 }, "end": { - "line": 2078, + "line": 2120, "column": 62 } } @@ -847254,15 +847741,15 @@ "binop": null }, "value": "_radius", - "start": 97147, - "end": 97154, + "start": 99537, + "end": 99544, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 63 }, "end": { - "line": 2078, + "line": 2120, "column": 70 } } @@ -847281,15 +847768,15 @@ "updateContext": null }, "value": "*", - "start": 97155, - "end": 97156, + "start": 99545, + "end": 99546, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 71 }, "end": { - "line": 2078, + "line": 2120, "column": 72 } } @@ -847308,15 +847795,15 @@ "updateContext": null }, "value": 2, - "start": 97157, - "end": 97158, + "start": 99547, + "end": 99548, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 73 }, "end": { - "line": 2078, + "line": 2120, "column": 74 } } @@ -847334,15 +847821,15 @@ "binop": null, "updateContext": null }, - "start": 97158, - "end": 97159, + "start": 99548, + "end": 99549, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 74 }, "end": { - "line": 2078, + "line": 2120, "column": 75 } } @@ -847360,15 +847847,15 @@ "binop": null }, "value": "_sy", - "start": 97160, - "end": 97163, + "start": 99550, + "end": 99553, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 76 }, "end": { - "line": 2078, + "line": 2120, "column": 79 } } @@ -847386,15 +847873,15 @@ "binop": null, "updateContext": null }, - "start": 97163, - "end": 97164, + "start": 99553, + "end": 99554, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 79 }, "end": { - "line": 2078, + "line": 2120, "column": 80 } } @@ -847412,15 +847899,15 @@ "binop": null }, "value": "_sx", - "start": 97165, - "end": 97168, + "start": 99555, + "end": 99558, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 81 }, "end": { - "line": 2078, + "line": 2120, "column": 84 } } @@ -847439,15 +847926,15 @@ "updateContext": null }, "value": "+", - "start": 97169, - "end": 97170, + "start": 99559, + "end": 99560, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 85 }, "end": { - "line": 2078, + "line": 2120, "column": 86 } } @@ -847465,15 +847952,15 @@ "binop": null }, "value": "_radius", - "start": 97171, - "end": 97178, + "start": 99561, + "end": 99568, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 87 }, "end": { - "line": 2078, + "line": 2120, "column": 94 } } @@ -847492,15 +847979,15 @@ "updateContext": null }, "value": "*", - "start": 97179, - "end": 97180, + "start": 99569, + "end": 99570, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 95 }, "end": { - "line": 2078, + "line": 2120, "column": 96 } } @@ -847519,15 +848006,15 @@ "updateContext": null }, "value": 2, - "start": 97181, - "end": 97182, + "start": 99571, + "end": 99572, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 97 }, "end": { - "line": 2078, + "line": 2120, "column": 98 } } @@ -847545,15 +848032,15 @@ "binop": null, "updateContext": null }, - "start": 97182, - "end": 97183, + "start": 99572, + "end": 99573, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 98 }, "end": { - "line": 2078, + "line": 2120, "column": 99 } } @@ -847571,15 +848058,15 @@ "binop": null }, "value": "_ey", - "start": 97184, - "end": 97187, + "start": 99574, + "end": 99577, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 100 }, "end": { - "line": 2078, + "line": 2120, "column": 103 } } @@ -847597,15 +848084,15 @@ "binop": null, "updateContext": null }, - "start": 97187, - "end": 97188, + "start": 99577, + "end": 99578, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 103 }, "end": { - "line": 2078, + "line": 2120, "column": 104 } } @@ -847623,15 +848110,15 @@ "binop": null }, "value": "_sx", - "start": 97189, - "end": 97192, + "start": 99579, + "end": 99582, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 105 }, "end": { - "line": 2078, + "line": 2120, "column": 108 } } @@ -847650,15 +848137,15 @@ "updateContext": null }, "value": "+", - "start": 97193, - "end": 97194, + "start": 99583, + "end": 99584, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 109 }, "end": { - "line": 2078, + "line": 2120, "column": 110 } } @@ -847676,15 +848163,15 @@ "binop": null }, "value": "_radius", - "start": 97195, - "end": 97202, + "start": 99585, + "end": 99592, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 111 }, "end": { - "line": 2078, + "line": 2120, "column": 118 } } @@ -847702,15 +848189,15 @@ "binop": null, "updateContext": null }, - "start": 97202, - "end": 97203, + "start": 99592, + "end": 99593, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 118 }, "end": { - "line": 2078, + "line": 2120, "column": 119 } } @@ -847728,15 +848215,15 @@ "binop": null }, "value": "_ey", - "start": 97204, - "end": 97207, + "start": 99594, + "end": 99597, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 120 }, "end": { - "line": 2078, + "line": 2120, "column": 123 } } @@ -847753,15 +848240,15 @@ "postfix": false, "binop": null }, - "start": 97208, - "end": 97209, + "start": 99598, + "end": 99599, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 124 }, "end": { - "line": 2078, + "line": 2120, "column": 125 } } @@ -847769,15 +848256,15 @@ { "type": "CommentLine", "value": " \"⊃\"", - "start": 97210, - "end": 97216, + "start": 99600, + "end": 99606, "loc": { "start": { - "line": 2078, + "line": 2120, "column": 126 }, "end": { - "line": 2078, + "line": 2120, "column": 132 } } @@ -847795,15 +848282,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97245, - "end": 97258, + "start": 99635, + "end": 99648, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 28 }, "end": { - "line": 2079, + "line": 2121, "column": 41 } } @@ -847821,15 +848308,15 @@ "binop": null, "updateContext": null }, - "start": 97258, - "end": 97259, + "start": 99648, + "end": 99649, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 41 }, "end": { - "line": 2079, + "line": 2121, "column": 42 } } @@ -847847,15 +848334,15 @@ "binop": null }, "value": "lineTo", - "start": 97259, - "end": 97265, + "start": 99649, + "end": 99655, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 42 }, "end": { - "line": 2079, + "line": 2121, "column": 48 } } @@ -847872,15 +848359,15 @@ "postfix": false, "binop": null }, - "start": 97265, - "end": 97266, + "start": 99655, + "end": 99656, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 48 }, "end": { - "line": 2079, + "line": 2121, "column": 49 } } @@ -847898,15 +848385,15 @@ "binop": null }, "value": "_ex", - "start": 97267, - "end": 97270, + "start": 99657, + "end": 99660, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 50 }, "end": { - "line": 2079, + "line": 2121, "column": 53 } } @@ -847924,15 +848411,15 @@ "binop": null, "updateContext": null }, - "start": 97270, - "end": 97271, + "start": 99660, + "end": 99661, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 53 }, "end": { - "line": 2079, + "line": 2121, "column": 54 } } @@ -847950,15 +848437,15 @@ "binop": null }, "value": "_ey", - "start": 97272, - "end": 97275, + "start": 99662, + "end": 99665, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 55 }, "end": { - "line": 2079, + "line": 2121, "column": 58 } } @@ -847975,15 +848462,15 @@ "postfix": false, "binop": null }, - "start": 97276, - "end": 97277, + "start": 99666, + "end": 99667, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 59 }, "end": { - "line": 2079, + "line": 2121, "column": 60 } } @@ -847991,15 +848478,15 @@ { "type": "CommentLine", "value": " \"─\"", - "start": 97278, - "end": 97284, + "start": 99668, + "end": 99674, "loc": { "start": { - "line": 2079, + "line": 2121, "column": 61 }, "end": { - "line": 2079, + "line": 2121, "column": 67 } } @@ -848019,15 +848506,15 @@ "updateContext": null }, "value": "break", - "start": 97313, - "end": 97318, + "start": 99703, + "end": 99708, "loc": { "start": { - "line": 2080, + "line": 2122, "column": 28 }, "end": { - "line": 2080, + "line": 2122, "column": 33 } } @@ -848044,15 +848531,15 @@ "postfix": false, "binop": null }, - "start": 97339, - "end": 97340, + "start": 99729, + "end": 99730, "loc": { "start": { - "line": 2081, + "line": 2123, "column": 20 }, "end": { - "line": 2081, + "line": 2123, "column": 21 } } @@ -848069,15 +848556,15 @@ "postfix": false, "binop": null }, - "start": 97357, - "end": 97358, + "start": 99747, + "end": 99748, "loc": { "start": { - "line": 2082, + "line": 2124, "column": 16 }, "end": { - "line": 2082, + "line": 2124, "column": 17 } } @@ -848097,15 +848584,15 @@ "updateContext": null }, "value": "else", - "start": 97359, - "end": 97363, + "start": 99749, + "end": 99753, "loc": { "start": { - "line": 2082, + "line": 2124, "column": 18 }, "end": { - "line": 2082, + "line": 2124, "column": 22 } } @@ -848122,15 +848609,15 @@ "postfix": false, "binop": null }, - "start": 97364, - "end": 97365, + "start": 99754, + "end": 99755, "loc": { "start": { - "line": 2082, + "line": 2124, "column": 23 }, "end": { - "line": 2082, + "line": 2124, "column": 24 } } @@ -848148,15 +848635,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97386, - "end": 97399, + "start": 99776, + "end": 99789, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 20 }, "end": { - "line": 2083, + "line": 2125, "column": 33 } } @@ -848174,15 +848661,15 @@ "binop": null, "updateContext": null }, - "start": 97399, - "end": 97400, + "start": 99789, + "end": 99790, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 33 }, "end": { - "line": 2083, + "line": 2125, "column": 34 } } @@ -848200,15 +848687,15 @@ "binop": null }, "value": "moveTo", - "start": 97400, - "end": 97406, + "start": 99790, + "end": 99796, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 34 }, "end": { - "line": 2083, + "line": 2125, "column": 40 } } @@ -848225,15 +848712,15 @@ "postfix": false, "binop": null }, - "start": 97406, - "end": 97407, + "start": 99796, + "end": 99797, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 40 }, "end": { - "line": 2083, + "line": 2125, "column": 41 } } @@ -848251,15 +848738,15 @@ "binop": null }, "value": "_sx", - "start": 97408, - "end": 97411, + "start": 99798, + "end": 99801, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 42 }, "end": { - "line": 2083, + "line": 2125, "column": 45 } } @@ -848277,15 +848764,15 @@ "binop": null, "updateContext": null }, - "start": 97411, - "end": 97412, + "start": 99801, + "end": 99802, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 45 }, "end": { - "line": 2083, + "line": 2125, "column": 46 } } @@ -848303,15 +848790,15 @@ "binop": null }, "value": "_sy", - "start": 97413, - "end": 97416, + "start": 99803, + "end": 99806, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 47 }, "end": { - "line": 2083, + "line": 2125, "column": 50 } } @@ -848328,15 +848815,15 @@ "postfix": false, "binop": null }, - "start": 97417, - "end": 97418, + "start": 99807, + "end": 99808, "loc": { "start": { - "line": 2083, + "line": 2125, "column": 51 }, "end": { - "line": 2083, + "line": 2125, "column": 52 } } @@ -848354,15 +848841,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97439, - "end": 97452, + "start": 99829, + "end": 99842, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 20 }, "end": { - "line": 2084, + "line": 2126, "column": 33 } } @@ -848380,15 +848867,15 @@ "binop": null, "updateContext": null }, - "start": 97452, - "end": 97453, + "start": 99842, + "end": 99843, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 33 }, "end": { - "line": 2084, + "line": 2126, "column": 34 } } @@ -848406,15 +848893,15 @@ "binop": null }, "value": "lineTo", - "start": 97453, - "end": 97459, + "start": 99843, + "end": 99849, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 34 }, "end": { - "line": 2084, + "line": 2126, "column": 40 } } @@ -848431,15 +848918,15 @@ "postfix": false, "binop": null }, - "start": 97459, - "end": 97460, + "start": 99849, + "end": 99850, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 40 }, "end": { - "line": 2084, + "line": 2126, "column": 41 } } @@ -848457,15 +848944,15 @@ "binop": null }, "value": "_ex", - "start": 97461, - "end": 97464, + "start": 99851, + "end": 99854, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 42 }, "end": { - "line": 2084, + "line": 2126, "column": 45 } } @@ -848483,15 +848970,15 @@ "binop": null, "updateContext": null }, - "start": 97464, - "end": 97465, + "start": 99854, + "end": 99855, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 45 }, "end": { - "line": 2084, + "line": 2126, "column": 46 } } @@ -848509,15 +848996,15 @@ "binop": null }, "value": "_ey", - "start": 97466, - "end": 97469, + "start": 99856, + "end": 99859, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 47 }, "end": { - "line": 2084, + "line": 2126, "column": 50 } } @@ -848534,15 +849021,15 @@ "postfix": false, "binop": null }, - "start": 97470, - "end": 97471, + "start": 99860, + "end": 99861, "loc": { "start": { - "line": 2084, + "line": 2126, "column": 51 }, "end": { - "line": 2084, + "line": 2126, "column": 52 } } @@ -848559,15 +849046,15 @@ "postfix": false, "binop": null }, - "start": 97488, - "end": 97489, + "start": 99878, + "end": 99879, "loc": { "start": { - "line": 2085, + "line": 2127, "column": 16 }, "end": { - "line": 2085, + "line": 2127, "column": 17 } } @@ -848575,15 +849062,15 @@ { "type": "CommentLine", "value": "ctx_relations.closePath()", - "start": 97506, - "end": 97533, + "start": 99896, + "end": 99923, "loc": { "start": { - "line": 2086, + "line": 2128, "column": 16 }, "end": { - "line": 2086, + "line": 2128, "column": 43 } } @@ -848601,15 +849088,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97550, - "end": 97563, + "start": 99940, + "end": 99953, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 16 }, "end": { - "line": 2087, + "line": 2129, "column": 29 } } @@ -848627,15 +849114,15 @@ "binop": null, "updateContext": null }, - "start": 97563, - "end": 97564, + "start": 99953, + "end": 99954, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 29 }, "end": { - "line": 2087, + "line": 2129, "column": 30 } } @@ -848653,15 +849140,15 @@ "binop": null }, "value": "stroke", - "start": 97564, - "end": 97570, + "start": 99954, + "end": 99960, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 30 }, "end": { - "line": 2087, + "line": 2129, "column": 36 } } @@ -848678,15 +849165,15 @@ "postfix": false, "binop": null }, - "start": 97570, - "end": 97571, + "start": 99960, + "end": 99961, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 36 }, "end": { - "line": 2087, + "line": 2129, "column": 37 } } @@ -848703,15 +849190,15 @@ "postfix": false, "binop": null }, - "start": 97571, - "end": 97572, + "start": 99961, + "end": 99962, "loc": { "start": { - "line": 2087, + "line": 2129, "column": 37 }, "end": { - "line": 2087, + "line": 2129, "column": 38 } } @@ -848728,15 +849215,15 @@ "postfix": false, "binop": null }, - "start": 97585, - "end": 97586, + "start": 99975, + "end": 99976, "loc": { "start": { - "line": 2088, + "line": 2130, "column": 12 }, "end": { - "line": 2088, + "line": 2130, "column": 13 } } @@ -848754,15 +849241,15 @@ "binop": null }, "value": "ctx_relations", - "start": 97604, - "end": 97617, + "start": 99994, + "end": 100007, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 8 }, "end": { - "line": 2090, + "line": 2132, "column": 21 } } @@ -848780,15 +849267,15 @@ "binop": null, "updateContext": null }, - "start": 97617, - "end": 97618, + "start": 100007, + "end": 100008, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 21 }, "end": { - "line": 2090, + "line": 2132, "column": 22 } } @@ -848806,15 +849293,15 @@ "binop": null }, "value": "clearRect", - "start": 97618, - "end": 97627, + "start": 100008, + "end": 100017, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 22 }, "end": { - "line": 2090, + "line": 2132, "column": 31 } } @@ -848831,15 +849318,15 @@ "postfix": false, "binop": null }, - "start": 97627, - "end": 97628, + "start": 100017, + "end": 100018, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 31 }, "end": { - "line": 2090, + "line": 2132, "column": 32 } } @@ -848858,15 +849345,15 @@ "updateContext": null }, "value": 0, - "start": 97629, - "end": 97630, + "start": 100019, + "end": 100020, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 33 }, "end": { - "line": 2090, + "line": 2132, "column": 34 } } @@ -848884,15 +849371,15 @@ "binop": null, "updateContext": null }, - "start": 97630, - "end": 97631, + "start": 100020, + "end": 100021, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 34 }, "end": { - "line": 2090, + "line": 2132, "column": 35 } } @@ -848911,15 +849398,15 @@ "updateContext": null }, "value": 0, - "start": 97632, - "end": 97633, + "start": 100022, + "end": 100023, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 36 }, "end": { - "line": 2090, + "line": 2132, "column": 37 } } @@ -848937,15 +849424,15 @@ "binop": null, "updateContext": null }, - "start": 97633, - "end": 97634, + "start": 100023, + "end": 100024, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 37 }, "end": { - "line": 2090, + "line": 2132, "column": 38 } } @@ -848963,15 +849450,15 @@ "binop": null }, "value": "_canvas", - "start": 97635, - "end": 97642, + "start": 100025, + "end": 100032, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 39 }, "end": { - "line": 2090, + "line": 2132, "column": 46 } } @@ -848989,15 +849476,15 @@ "binop": null, "updateContext": null }, - "start": 97642, - "end": 97643, + "start": 100032, + "end": 100033, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 46 }, "end": { - "line": 2090, + "line": 2132, "column": 47 } } @@ -849016,15 +849503,15 @@ "updateContext": null }, "value": 0, - "start": 97643, - "end": 97644, + "start": 100033, + "end": 100034, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 47 }, "end": { - "line": 2090, + "line": 2132, "column": 48 } } @@ -849042,15 +849529,15 @@ "binop": null, "updateContext": null }, - "start": 97644, - "end": 97645, + "start": 100034, + "end": 100035, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 48 }, "end": { - "line": 2090, + "line": 2132, "column": 49 } } @@ -849068,15 +849555,15 @@ "binop": null, "updateContext": null }, - "start": 97645, - "end": 97646, + "start": 100035, + "end": 100036, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 49 }, "end": { - "line": 2090, + "line": 2132, "column": 50 } } @@ -849094,15 +849581,15 @@ "binop": null }, "value": "width", - "start": 97646, - "end": 97651, + "start": 100036, + "end": 100041, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 50 }, "end": { - "line": 2090, + "line": 2132, "column": 55 } } @@ -849120,15 +849607,15 @@ "binop": null, "updateContext": null }, - "start": 97651, - "end": 97652, + "start": 100041, + "end": 100042, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 55 }, "end": { - "line": 2090, + "line": 2132, "column": 56 } } @@ -849146,15 +849633,15 @@ "binop": null }, "value": "_canvas", - "start": 97653, - "end": 97660, + "start": 100043, + "end": 100050, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 57 }, "end": { - "line": 2090, + "line": 2132, "column": 64 } } @@ -849172,15 +849659,15 @@ "binop": null, "updateContext": null }, - "start": 97660, - "end": 97661, + "start": 100050, + "end": 100051, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 64 }, "end": { - "line": 2090, + "line": 2132, "column": 65 } } @@ -849199,15 +849686,15 @@ "updateContext": null }, "value": 0, - "start": 97661, - "end": 97662, + "start": 100051, + "end": 100052, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 65 }, "end": { - "line": 2090, + "line": 2132, "column": 66 } } @@ -849225,15 +849712,15 @@ "binop": null, "updateContext": null }, - "start": 97662, - "end": 97663, + "start": 100052, + "end": 100053, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 66 }, "end": { - "line": 2090, + "line": 2132, "column": 67 } } @@ -849251,15 +849738,15 @@ "binop": null, "updateContext": null }, - "start": 97663, - "end": 97664, + "start": 100053, + "end": 100054, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 67 }, "end": { - "line": 2090, + "line": 2132, "column": 68 } } @@ -849277,15 +849764,15 @@ "binop": null }, "value": "height", - "start": 97664, - "end": 97670, + "start": 100054, + "end": 100060, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 68 }, "end": { - "line": 2090, + "line": 2132, "column": 74 } } @@ -849302,15 +849789,15 @@ "postfix": false, "binop": null }, - "start": 97671, - "end": 97672, + "start": 100061, + "end": 100062, "loc": { "start": { - "line": 2090, + "line": 2132, "column": 75 }, "end": { - "line": 2090, + "line": 2132, "column": 76 } } @@ -849318,15 +849805,15 @@ { "type": "CommentLine", "value": "console.log( '!_drawRelationLine:', _props, events, _canvas )", - "start": 97673, - "end": 97736, + "start": 100063, + "end": 100126, "loc": { "start": { - "line": 2091, + "line": 2133, "column": 0 }, "end": { - "line": 2091, + "line": 2133, "column": 63 } } @@ -849344,15 +849831,15 @@ "binop": null }, "value": "events", - "start": 97745, - "end": 97751, + "start": 100135, + "end": 100141, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 8 }, "end": { - "line": 2092, + "line": 2134, "column": 14 } } @@ -849370,15 +849857,15 @@ "binop": null, "updateContext": null }, - "start": 97751, - "end": 97752, + "start": 100141, + "end": 100142, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 14 }, "end": { - "line": 2092, + "line": 2134, "column": 15 } } @@ -849396,15 +849883,15 @@ "binop": null }, "value": "forEach", - "start": 97752, - "end": 97759, + "start": 100142, + "end": 100149, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 15 }, "end": { - "line": 2092, + "line": 2134, "column": 22 } } @@ -849421,15 +849908,15 @@ "postfix": false, "binop": null }, - "start": 97759, - "end": 97760, + "start": 100149, + "end": 100150, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 22 }, "end": { - "line": 2092, + "line": 2134, "column": 23 } } @@ -849446,15 +849933,15 @@ "postfix": false, "binop": null }, - "start": 97761, - "end": 97762, + "start": 100151, + "end": 100152, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 24 }, "end": { - "line": 2092, + "line": 2134, "column": 25 } } @@ -849472,15 +849959,15 @@ "binop": null }, "value": "evt", - "start": 97763, - "end": 97766, + "start": 100153, + "end": 100156, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 26 }, "end": { - "line": 2092, + "line": 2134, "column": 29 } } @@ -849497,15 +849984,15 @@ "postfix": false, "binop": null }, - "start": 97767, - "end": 97768, + "start": 100157, + "end": 100158, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 30 }, "end": { - "line": 2092, + "line": 2134, "column": 31 } } @@ -849523,15 +850010,15 @@ "binop": null, "updateContext": null }, - "start": 97769, - "end": 97771, + "start": 100159, + "end": 100161, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 32 }, "end": { - "line": 2092, + "line": 2134, "column": 34 } } @@ -849548,15 +850035,15 @@ "postfix": false, "binop": null }, - "start": 97772, - "end": 97773, + "start": 100162, + "end": 100163, "loc": { "start": { - "line": 2092, + "line": 2134, "column": 35 }, "end": { - "line": 2092, + "line": 2134, "column": 36 } } @@ -849576,15 +850063,15 @@ "updateContext": null }, "value": "let", - "start": 97786, - "end": 97789, + "start": 100176, + "end": 100179, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 12 }, "end": { - "line": 2093, + "line": 2135, "column": 15 } } @@ -849602,15 +850089,15 @@ "binop": null }, "value": "_rel", - "start": 97790, - "end": 97794, + "start": 100180, + "end": 100184, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 16 }, "end": { - "line": 2093, + "line": 2135, "column": 20 } } @@ -849629,15 +850116,15 @@ "updateContext": null }, "value": "=", - "start": 97795, - "end": 97796, + "start": 100185, + "end": 100186, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 21 }, "end": { - "line": 2093, + "line": 2135, "column": 22 } } @@ -849655,15 +850142,15 @@ "binop": null }, "value": "evt", - "start": 97797, - "end": 97800, + "start": 100187, + "end": 100190, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 23 }, "end": { - "line": 2093, + "line": 2135, "column": 26 } } @@ -849681,15 +850168,15 @@ "binop": null, "updateContext": null }, - "start": 97800, - "end": 97801, + "start": 100190, + "end": 100191, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 26 }, "end": { - "line": 2093, + "line": 2135, "column": 27 } } @@ -849707,15 +850194,15 @@ "binop": null }, "value": "relation", - "start": 97801, - "end": 97809, + "start": 100191, + "end": 100199, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 27 }, "end": { - "line": 2093, + "line": 2135, "column": 35 } } @@ -849733,15 +850220,15 @@ "binop": null, "updateContext": null }, - "start": 97809, - "end": 97810, + "start": 100199, + "end": 100200, "loc": { "start": { - "line": 2093, + "line": 2135, "column": 35 }, "end": { - "line": 2093, + "line": 2135, "column": 36 } } @@ -849759,15 +850246,15 @@ "binop": null }, "value": "_sx", - "start": 97827, - "end": 97830, + "start": 100217, + "end": 100220, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 16 }, "end": { - "line": 2094, + "line": 2136, "column": 19 } } @@ -849785,15 +850272,15 @@ "binop": null, "updateContext": null }, - "start": 97830, - "end": 97831, + "start": 100220, + "end": 100221, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 19 }, "end": { - "line": 2094, + "line": 2136, "column": 20 } } @@ -849811,15 +850298,15 @@ "binop": null }, "value": "_sy", - "start": 97832, - "end": 97835, + "start": 100222, + "end": 100225, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 21 }, "end": { - "line": 2094, + "line": 2136, "column": 24 } } @@ -849837,15 +850324,15 @@ "binop": null, "updateContext": null }, - "start": 97835, - "end": 97836, + "start": 100225, + "end": 100226, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 24 }, "end": { - "line": 2094, + "line": 2136, "column": 25 } } @@ -849863,15 +850350,15 @@ "binop": null }, "value": "_ex", - "start": 97837, - "end": 97840, + "start": 100227, + "end": 100230, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 26 }, "end": { - "line": 2094, + "line": 2136, "column": 29 } } @@ -849889,15 +850376,15 @@ "binop": null, "updateContext": null }, - "start": 97840, - "end": 97841, + "start": 100230, + "end": 100231, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 29 }, "end": { - "line": 2094, + "line": 2136, "column": 30 } } @@ -849915,15 +850402,15 @@ "binop": null }, "value": "_ey", - "start": 97842, - "end": 97845, + "start": 100232, + "end": 100235, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 31 }, "end": { - "line": 2094, + "line": 2136, "column": 34 } } @@ -849941,15 +850428,15 @@ "binop": null, "updateContext": null }, - "start": 97845, - "end": 97846, + "start": 100235, + "end": 100236, "loc": { "start": { - "line": 2094, + "line": 2136, "column": 34 }, "end": { - "line": 2094, + "line": 2136, "column": 35 } } @@ -849967,15 +850454,15 @@ "binop": null }, "value": "_targetId", - "start": 97864, - "end": 97873, + "start": 100254, + "end": 100263, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 16 }, "end": { - "line": 2095, + "line": 2137, "column": 25 } } @@ -849993,15 +850480,15 @@ "binop": null, "updateContext": null }, - "start": 97873, - "end": 97874, + "start": 100263, + "end": 100264, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 25 }, "end": { - "line": 2095, + "line": 2137, "column": 26 } } @@ -850019,15 +850506,15 @@ "binop": null }, "value": "_targetEvent", - "start": 97875, - "end": 97887, + "start": 100265, + "end": 100277, "loc": { "start": { - "line": 2095, + "line": 2137, "column": 27 }, "end": { - "line": 2095, + "line": 2137, "column": 39 } } @@ -850047,15 +850534,15 @@ "updateContext": null }, "value": "if", - "start": 97913, - "end": 97915, + "start": 100303, + "end": 100305, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 12 }, "end": { - "line": 2097, + "line": 2139, "column": 14 } } @@ -850072,15 +850559,15 @@ "postfix": false, "binop": null }, - "start": 97916, - "end": 97917, + "start": 100306, + "end": 100307, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 15 }, "end": { - "line": 2097, + "line": 2139, "column": 16 } } @@ -850098,15 +850585,15 @@ "binop": null }, "value": "_rel", - "start": 97918, - "end": 97922, + "start": 100308, + "end": 100312, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 17 }, "end": { - "line": 2097, + "line": 2139, "column": 21 } } @@ -850124,15 +850611,15 @@ "binop": null, "updateContext": null }, - "start": 97922, - "end": 97923, + "start": 100312, + "end": 100313, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 21 }, "end": { - "line": 2097, + "line": 2139, "column": 22 } } @@ -850150,15 +850637,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 97923, - "end": 97937, + "start": 100313, + "end": 100327, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 22 }, "end": { - "line": 2097, + "line": 2139, "column": 36 } } @@ -850175,15 +850662,15 @@ "postfix": false, "binop": null }, - "start": 97937, - "end": 97938, + "start": 100327, + "end": 100328, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 36 }, "end": { - "line": 2097, + "line": 2139, "column": 37 } } @@ -850202,15 +850689,15 @@ "updateContext": null }, "value": "before", - "start": 97939, - "end": 97947, + "start": 100329, + "end": 100337, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 38 }, "end": { - "line": 2097, + "line": 2139, "column": 46 } } @@ -850227,15 +850714,15 @@ "postfix": false, "binop": null }, - "start": 97948, - "end": 97949, + "start": 100338, + "end": 100339, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 47 }, "end": { - "line": 2097, + "line": 2139, "column": 48 } } @@ -850252,15 +850739,15 @@ "postfix": false, "binop": null }, - "start": 97950, - "end": 97951, + "start": 100340, + "end": 100341, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 49 }, "end": { - "line": 2097, + "line": 2139, "column": 50 } } @@ -850277,15 +850764,15 @@ "postfix": false, "binop": null }, - "start": 97952, - "end": 97953, + "start": 100342, + "end": 100343, "loc": { "start": { - "line": 2097, + "line": 2139, "column": 51 }, "end": { - "line": 2097, + "line": 2139, "column": 52 } } @@ -850293,15 +850780,15 @@ { "type": "CommentLine", "value": " before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]", - "start": 97970, - "end": 98032, + "start": 100360, + "end": 100422, "loc": { "start": { - "line": 2098, + "line": 2140, "column": 16 }, "end": { - "line": 2098, + "line": 2140, "column": 78 } } @@ -850309,15 +850796,15 @@ { "type": "CommentLine", "value": " (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 98049, - "end": 98111, + "start": 100439, + "end": 100501, "loc": { "start": { - "line": 2099, + "line": 2141, "column": 16 }, "end": { - "line": 2099, + "line": 2141, "column": 78 } } @@ -850335,15 +850822,15 @@ "binop": null }, "value": "_sx", - "start": 98128, - "end": 98131, + "start": 100518, + "end": 100521, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 16 }, "end": { - "line": 2100, + "line": 2142, "column": 19 } } @@ -850362,15 +850849,15 @@ "updateContext": null }, "value": "=", - "start": 98132, - "end": 98133, + "start": 100522, + "end": 100523, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 20 }, "end": { - "line": 2100, + "line": 2142, "column": 21 } } @@ -850388,15 +850875,15 @@ "binop": null }, "value": "_rel", - "start": 98134, - "end": 98138, + "start": 100524, + "end": 100528, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 22 }, "end": { - "line": 2100, + "line": 2142, "column": 26 } } @@ -850414,15 +850901,15 @@ "binop": null, "updateContext": null }, - "start": 98138, - "end": 98139, + "start": 100528, + "end": 100529, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 26 }, "end": { - "line": 2100, + "line": 2142, "column": 27 } } @@ -850440,15 +850927,15 @@ "binop": null }, "value": "x", - "start": 98139, - "end": 98140, + "start": 100529, + "end": 100530, "loc": { "start": { - "line": 2100, + "line": 2142, "column": 27 }, "end": { - "line": 2100, + "line": 2142, "column": 28 } } @@ -850466,15 +850953,15 @@ "binop": null }, "value": "_sy", - "start": 98157, - "end": 98160, + "start": 100547, + "end": 100550, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 16 }, "end": { - "line": 2101, + "line": 2143, "column": 19 } } @@ -850493,15 +850980,15 @@ "updateContext": null }, "value": "=", - "start": 98161, - "end": 98162, + "start": 100551, + "end": 100552, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 20 }, "end": { - "line": 2101, + "line": 2143, "column": 21 } } @@ -850519,15 +851006,15 @@ "binop": null }, "value": "_rel", - "start": 98163, - "end": 98167, + "start": 100553, + "end": 100557, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 22 }, "end": { - "line": 2101, + "line": 2143, "column": 26 } } @@ -850545,15 +851032,15 @@ "binop": null, "updateContext": null }, - "start": 98167, - "end": 98168, + "start": 100557, + "end": 100558, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 26 }, "end": { - "line": 2101, + "line": 2143, "column": 27 } } @@ -850571,15 +851058,15 @@ "binop": null }, "value": "y", - "start": 98168, - "end": 98169, + "start": 100558, + "end": 100559, "loc": { "start": { - "line": 2101, + "line": 2143, "column": 27 }, "end": { - "line": 2101, + "line": 2143, "column": 28 } } @@ -850597,15 +851084,15 @@ "binop": null }, "value": "_targetId", - "start": 98186, - "end": 98195, + "start": 100576, + "end": 100585, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 16 }, "end": { - "line": 2102, + "line": 2144, "column": 25 } } @@ -850624,15 +851111,15 @@ "updateContext": null }, "value": "=", - "start": 98196, - "end": 98197, + "start": 100586, + "end": 100587, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 26 }, "end": { - "line": 2102, + "line": 2144, "column": 27 } } @@ -850650,15 +851137,15 @@ "binop": null }, "value": "parseInt", - "start": 98198, - "end": 98206, + "start": 100588, + "end": 100596, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 28 }, "end": { - "line": 2102, + "line": 2144, "column": 36 } } @@ -850675,15 +851162,15 @@ "postfix": false, "binop": null }, - "start": 98206, - "end": 98207, + "start": 100596, + "end": 100597, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 36 }, "end": { - "line": 2102, + "line": 2144, "column": 37 } } @@ -850701,15 +851188,15 @@ "binop": null }, "value": "_rel", - "start": 98208, - "end": 98212, + "start": 100598, + "end": 100602, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 38 }, "end": { - "line": 2102, + "line": 2144, "column": 42 } } @@ -850727,15 +851214,15 @@ "binop": null, "updateContext": null }, - "start": 98212, - "end": 98213, + "start": 100602, + "end": 100603, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 42 }, "end": { - "line": 2102, + "line": 2144, "column": 43 } } @@ -850753,15 +851240,15 @@ "binop": null }, "value": "before", - "start": 98213, - "end": 98219, + "start": 100603, + "end": 100609, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 43 }, "end": { - "line": 2102, + "line": 2144, "column": 49 } } @@ -850779,15 +851266,15 @@ "binop": null, "updateContext": null }, - "start": 98219, - "end": 98220, + "start": 100609, + "end": 100610, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 49 }, "end": { - "line": 2102, + "line": 2144, "column": 50 } } @@ -850806,15 +851293,15 @@ "updateContext": null }, "value": 10, - "start": 98221, - "end": 98223, + "start": 100611, + "end": 100613, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 51 }, "end": { - "line": 2102, + "line": 2144, "column": 53 } } @@ -850831,15 +851318,15 @@ "postfix": false, "binop": null }, - "start": 98224, - "end": 98225, + "start": 100614, + "end": 100615, "loc": { "start": { - "line": 2102, + "line": 2144, "column": 54 }, "end": { - "line": 2102, + "line": 2144, "column": 55 } } @@ -850859,15 +851346,15 @@ "updateContext": null }, "value": "if", - "start": 98242, - "end": 98244, + "start": 100632, + "end": 100634, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 16 }, "end": { - "line": 2103, + "line": 2145, "column": 18 } } @@ -850884,15 +851371,15 @@ "postfix": false, "binop": null }, - "start": 98245, - "end": 98246, + "start": 100635, + "end": 100636, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 19 }, "end": { - "line": 2103, + "line": 2145, "column": 20 } } @@ -850910,15 +851397,15 @@ "binop": null }, "value": "_targetId", - "start": 98247, - "end": 98256, + "start": 100637, + "end": 100646, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 21 }, "end": { - "line": 2103, + "line": 2145, "column": 30 } } @@ -850937,15 +851424,15 @@ "updateContext": null }, "value": "<", - "start": 98257, - "end": 98258, + "start": 100647, + "end": 100648, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 31 }, "end": { - "line": 2103, + "line": 2145, "column": 32 } } @@ -850964,15 +851451,15 @@ "updateContext": null }, "value": 0, - "start": 98259, - "end": 98260, + "start": 100649, + "end": 100650, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 33 }, "end": { - "line": 2103, + "line": 2145, "column": 34 } } @@ -850989,15 +851476,15 @@ "postfix": false, "binop": null }, - "start": 98261, - "end": 98262, + "start": 100651, + "end": 100652, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 35 }, "end": { - "line": 2103, + "line": 2145, "column": 36 } } @@ -851014,15 +851501,15 @@ "postfix": false, "binop": null }, - "start": 98263, - "end": 98264, + "start": 100653, + "end": 100654, "loc": { "start": { - "line": 2103, + "line": 2145, "column": 37 }, "end": { - "line": 2103, + "line": 2145, "column": 38 } } @@ -851040,15 +851527,15 @@ "binop": null }, "value": "_ex", - "start": 98285, - "end": 98288, + "start": 100675, + "end": 100678, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 20 }, "end": { - "line": 2104, + "line": 2146, "column": 23 } } @@ -851067,15 +851554,15 @@ "updateContext": null }, "value": "=", - "start": 98289, - "end": 98290, + "start": 100679, + "end": 100680, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 24 }, "end": { - "line": 2104, + "line": 2146, "column": 25 } } @@ -851094,15 +851581,15 @@ "updateContext": null }, "value": 0, - "start": 98291, - "end": 98292, + "start": 100681, + "end": 100682, "loc": { "start": { - "line": 2104, + "line": 2146, "column": 26 }, "end": { - "line": 2104, + "line": 2146, "column": 27 } } @@ -851120,15 +851607,15 @@ "binop": null }, "value": "_ey", - "start": 98313, - "end": 98316, + "start": 100703, + "end": 100706, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 20 }, "end": { - "line": 2105, + "line": 2147, "column": 23 } } @@ -851147,15 +851634,15 @@ "updateContext": null }, "value": "=", - "start": 98317, - "end": 98318, + "start": 100707, + "end": 100708, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 24 }, "end": { - "line": 2105, + "line": 2147, "column": 25 } } @@ -851173,15 +851660,15 @@ "binop": null }, "value": "_sy", - "start": 98319, - "end": 98322, + "start": 100709, + "end": 100712, "loc": { "start": { - "line": 2105, + "line": 2147, "column": 26 }, "end": { - "line": 2105, + "line": 2147, "column": 29 } } @@ -851198,15 +851685,15 @@ "postfix": false, "binop": null }, - "start": 98339, - "end": 98340, + "start": 100729, + "end": 100730, "loc": { "start": { - "line": 2106, + "line": 2148, "column": 16 }, "end": { - "line": 2106, + "line": 2148, "column": 17 } } @@ -851226,15 +851713,15 @@ "updateContext": null }, "value": "else", - "start": 98341, - "end": 98345, + "start": 100731, + "end": 100735, "loc": { "start": { - "line": 2106, + "line": 2148, "column": 18 }, "end": { - "line": 2106, + "line": 2148, "column": 22 } } @@ -851251,15 +851738,15 @@ "postfix": false, "binop": null }, - "start": 98346, - "end": 98347, + "start": 100736, + "end": 100737, "loc": { "start": { - "line": 2106, + "line": 2148, "column": 23 }, "end": { - "line": 2106, + "line": 2148, "column": 24 } } @@ -851277,15 +851764,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98368, - "end": 98380, + "start": 100758, + "end": 100770, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 20 }, "end": { - "line": 2107, + "line": 2149, "column": 32 } } @@ -851304,15 +851791,15 @@ "updateContext": null }, "value": "=", - "start": 98381, - "end": 98382, + "start": 100771, + "end": 100772, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 33 }, "end": { - "line": 2107, + "line": 2149, "column": 34 } } @@ -851330,15 +851817,15 @@ "binop": null }, "value": "events", - "start": 98383, - "end": 98389, + "start": 100773, + "end": 100779, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 35 }, "end": { - "line": 2107, + "line": 2149, "column": 41 } } @@ -851356,15 +851843,15 @@ "binop": null, "updateContext": null }, - "start": 98389, - "end": 98390, + "start": 100779, + "end": 100780, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 41 }, "end": { - "line": 2107, + "line": 2149, "column": 42 } } @@ -851382,15 +851869,15 @@ "binop": null }, "value": "find", - "start": 98390, - "end": 98394, + "start": 100780, + "end": 100784, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 42 }, "end": { - "line": 2107, + "line": 2149, "column": 46 } } @@ -851407,15 +851894,15 @@ "postfix": false, "binop": null }, - "start": 98394, - "end": 98395, + "start": 100784, + "end": 100785, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 46 }, "end": { - "line": 2107, + "line": 2149, "column": 47 } } @@ -851432,15 +851919,15 @@ "postfix": false, "binop": null }, - "start": 98396, - "end": 98397, + "start": 100786, + "end": 100787, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 48 }, "end": { - "line": 2107, + "line": 2149, "column": 49 } } @@ -851458,15 +851945,15 @@ "binop": null }, "value": "_evt", - "start": 98398, - "end": 98402, + "start": 100788, + "end": 100792, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 50 }, "end": { - "line": 2107, + "line": 2149, "column": 54 } } @@ -851483,15 +851970,15 @@ "postfix": false, "binop": null }, - "start": 98403, - "end": 98404, + "start": 100793, + "end": 100794, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 55 }, "end": { - "line": 2107, + "line": 2149, "column": 56 } } @@ -851509,15 +851996,15 @@ "binop": null, "updateContext": null }, - "start": 98405, - "end": 98407, + "start": 100795, + "end": 100797, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 57 }, "end": { - "line": 2107, + "line": 2149, "column": 59 } } @@ -851535,15 +852022,15 @@ "binop": null }, "value": "parseInt", - "start": 98408, - "end": 98416, + "start": 100798, + "end": 100806, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 60 }, "end": { - "line": 2107, + "line": 2149, "column": 68 } } @@ -851560,15 +852047,15 @@ "postfix": false, "binop": null }, - "start": 98416, - "end": 98417, + "start": 100806, + "end": 100807, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 68 }, "end": { - "line": 2107, + "line": 2149, "column": 69 } } @@ -851586,15 +852073,15 @@ "binop": null }, "value": "_evt", - "start": 98418, - "end": 98422, + "start": 100808, + "end": 100812, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 70 }, "end": { - "line": 2107, + "line": 2149, "column": 74 } } @@ -851612,15 +852099,15 @@ "binop": null, "updateContext": null }, - "start": 98422, - "end": 98423, + "start": 100812, + "end": 100813, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 74 }, "end": { - "line": 2107, + "line": 2149, "column": 75 } } @@ -851638,15 +852125,15 @@ "binop": null }, "value": "eventId", - "start": 98423, - "end": 98430, + "start": 100813, + "end": 100820, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 75 }, "end": { - "line": 2107, + "line": 2149, "column": 82 } } @@ -851664,15 +852151,15 @@ "binop": null, "updateContext": null }, - "start": 98430, - "end": 98431, + "start": 100820, + "end": 100821, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 82 }, "end": { - "line": 2107, + "line": 2149, "column": 83 } } @@ -851691,15 +852178,15 @@ "updateContext": null }, "value": 10, - "start": 98432, - "end": 98434, + "start": 100822, + "end": 100824, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 84 }, "end": { - "line": 2107, + "line": 2149, "column": 86 } } @@ -851716,15 +852203,15 @@ "postfix": false, "binop": null }, - "start": 98435, - "end": 98436, + "start": 100825, + "end": 100826, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 87 }, "end": { - "line": 2107, + "line": 2149, "column": 88 } } @@ -851743,15 +852230,15 @@ "updateContext": null }, "value": "==", - "start": 98437, - "end": 98439, + "start": 100827, + "end": 100829, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 89 }, "end": { - "line": 2107, + "line": 2149, "column": 91 } } @@ -851769,15 +852256,15 @@ "binop": null }, "value": "_targetId", - "start": 98440, - "end": 98449, + "start": 100830, + "end": 100839, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 92 }, "end": { - "line": 2107, + "line": 2149, "column": 101 } } @@ -851794,15 +852281,15 @@ "postfix": false, "binop": null }, - "start": 98450, - "end": 98451, + "start": 100840, + "end": 100841, "loc": { "start": { - "line": 2107, + "line": 2149, "column": 102 }, "end": { - "line": 2107, + "line": 2149, "column": 103 } } @@ -851822,15 +852309,15 @@ "updateContext": null }, "value": "if", - "start": 98472, - "end": 98474, + "start": 100862, + "end": 100864, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 20 }, "end": { - "line": 2108, + "line": 2150, "column": 22 } } @@ -851847,15 +852334,15 @@ "postfix": false, "binop": null }, - "start": 98475, - "end": 98476, + "start": 100865, + "end": 100866, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 23 }, "end": { - "line": 2108, + "line": 2150, "column": 24 } } @@ -851874,15 +852361,15 @@ "updateContext": null }, "value": "!", - "start": 98477, - "end": 98478, + "start": 100867, + "end": 100868, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 25 }, "end": { - "line": 2108, + "line": 2150, "column": 26 } } @@ -851902,15 +852389,15 @@ "updateContext": null }, "value": "this", - "start": 98479, - "end": 98483, + "start": 100869, + "end": 100873, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 27 }, "end": { - "line": 2108, + "line": 2150, "column": 31 } } @@ -851928,15 +852415,15 @@ "binop": null, "updateContext": null }, - "start": 98483, - "end": 98484, + "start": 100873, + "end": 100874, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 31 }, "end": { - "line": 2108, + "line": 2150, "column": 32 } } @@ -851954,15 +852441,15 @@ "binop": null }, "value": "is_empty", - "start": 98484, - "end": 98492, + "start": 100874, + "end": 100882, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 32 }, "end": { - "line": 2108, + "line": 2150, "column": 40 } } @@ -851979,15 +852466,15 @@ "postfix": false, "binop": null }, - "start": 98492, - "end": 98493, + "start": 100882, + "end": 100883, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 40 }, "end": { - "line": 2108, + "line": 2150, "column": 41 } } @@ -852005,15 +852492,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98494, - "end": 98506, + "start": 100884, + "end": 100896, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 42 }, "end": { - "line": 2108, + "line": 2150, "column": 54 } } @@ -852030,15 +852517,15 @@ "postfix": false, "binop": null }, - "start": 98507, - "end": 98508, + "start": 100897, + "end": 100898, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 55 }, "end": { - "line": 2108, + "line": 2150, "column": 56 } } @@ -852057,15 +852544,15 @@ "updateContext": null }, "value": "&&", - "start": 98509, - "end": 98511, + "start": 100899, + "end": 100901, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 57 }, "end": { - "line": 2108, + "line": 2150, "column": 59 } } @@ -852083,15 +852570,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98512, - "end": 98524, + "start": 100902, + "end": 100914, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 60 }, "end": { - "line": 2108, + "line": 2150, "column": 72 } } @@ -852109,15 +852596,15 @@ "binop": null, "updateContext": null }, - "start": 98524, - "end": 98525, + "start": 100914, + "end": 100915, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 72 }, "end": { - "line": 2108, + "line": 2150, "column": 73 } } @@ -852135,15 +852622,15 @@ "binop": null }, "value": "relation", - "start": 98525, - "end": 98533, + "start": 100915, + "end": 100923, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 73 }, "end": { - "line": 2108, + "line": 2150, "column": 81 } } @@ -852160,15 +852647,15 @@ "postfix": false, "binop": null }, - "start": 98534, - "end": 98535, + "start": 100924, + "end": 100925, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 82 }, "end": { - "line": 2108, + "line": 2150, "column": 83 } } @@ -852185,15 +852672,15 @@ "postfix": false, "binop": null }, - "start": 98536, - "end": 98537, + "start": 100926, + "end": 100927, "loc": { "start": { - "line": 2108, + "line": 2150, "column": 84 }, "end": { - "line": 2108, + "line": 2150, "column": 85 } } @@ -852211,15 +852698,15 @@ "binop": null }, "value": "_ex", - "start": 98562, - "end": 98565, + "start": 100952, + "end": 100955, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 24 }, "end": { - "line": 2109, + "line": 2151, "column": 27 } } @@ -852238,15 +852725,15 @@ "updateContext": null }, "value": "=", - "start": 98566, - "end": 98567, + "start": 100956, + "end": 100957, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 28 }, "end": { - "line": 2109, + "line": 2151, "column": 29 } } @@ -852264,15 +852751,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98568, - "end": 98580, + "start": 100958, + "end": 100970, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 30 }, "end": { - "line": 2109, + "line": 2151, "column": 42 } } @@ -852290,15 +852777,15 @@ "binop": null, "updateContext": null }, - "start": 98580, - "end": 98581, + "start": 100970, + "end": 100971, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 42 }, "end": { - "line": 2109, + "line": 2151, "column": 43 } } @@ -852316,15 +852803,15 @@ "binop": null }, "value": "relation", - "start": 98581, - "end": 98589, + "start": 100971, + "end": 100979, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 43 }, "end": { - "line": 2109, + "line": 2151, "column": 51 } } @@ -852342,15 +852829,15 @@ "binop": null, "updateContext": null }, - "start": 98589, - "end": 98590, + "start": 100979, + "end": 100980, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 51 }, "end": { - "line": 2109, + "line": 2151, "column": 52 } } @@ -852368,15 +852855,15 @@ "binop": null }, "value": "x", - "start": 98590, - "end": 98591, + "start": 100980, + "end": 100981, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 52 }, "end": { - "line": 2109, + "line": 2151, "column": 53 } } @@ -852395,15 +852882,15 @@ "updateContext": null }, "value": "<", - "start": 98592, - "end": 98593, + "start": 100982, + "end": 100983, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 54 }, "end": { - "line": 2109, + "line": 2151, "column": 55 } } @@ -852422,15 +852909,15 @@ "updateContext": null }, "value": 0, - "start": 98594, - "end": 98595, + "start": 100984, + "end": 100985, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 56 }, "end": { - "line": 2109, + "line": 2151, "column": 57 } } @@ -852448,15 +852935,15 @@ "binop": null, "updateContext": null }, - "start": 98596, - "end": 98597, + "start": 100986, + "end": 100987, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 58 }, "end": { - "line": 2109, + "line": 2151, "column": 59 } } @@ -852475,15 +852962,15 @@ "updateContext": null }, "value": 0, - "start": 98598, - "end": 98599, + "start": 100988, + "end": 100989, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 60 }, "end": { - "line": 2109, + "line": 2151, "column": 61 } } @@ -852501,15 +852988,15 @@ "binop": null, "updateContext": null }, - "start": 98600, - "end": 98601, + "start": 100990, + "end": 100991, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 62 }, "end": { - "line": 2109, + "line": 2151, "column": 63 } } @@ -852527,15 +853014,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98602, - "end": 98614, + "start": 100992, + "end": 101004, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 64 }, "end": { - "line": 2109, + "line": 2151, "column": 76 } } @@ -852553,15 +853040,15 @@ "binop": null, "updateContext": null }, - "start": 98614, - "end": 98615, + "start": 101004, + "end": 101005, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 76 }, "end": { - "line": 2109, + "line": 2151, "column": 77 } } @@ -852579,15 +853066,15 @@ "binop": null }, "value": "relation", - "start": 98615, - "end": 98623, + "start": 101005, + "end": 101013, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 77 }, "end": { - "line": 2109, + "line": 2151, "column": 85 } } @@ -852605,15 +853092,15 @@ "binop": null, "updateContext": null }, - "start": 98623, - "end": 98624, + "start": 101013, + "end": 101014, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 85 }, "end": { - "line": 2109, + "line": 2151, "column": 86 } } @@ -852631,15 +853118,15 @@ "binop": null }, "value": "x", - "start": 98624, - "end": 98625, + "start": 101014, + "end": 101015, "loc": { "start": { - "line": 2109, + "line": 2151, "column": 86 }, "end": { - "line": 2109, + "line": 2151, "column": 87 } } @@ -852657,15 +853144,15 @@ "binop": null }, "value": "_ey", - "start": 98650, - "end": 98653, + "start": 101040, + "end": 101043, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 24 }, "end": { - "line": 2110, + "line": 2152, "column": 27 } } @@ -852684,15 +853171,15 @@ "updateContext": null }, "value": "=", - "start": 98654, - "end": 98655, + "start": 101044, + "end": 101045, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 28 }, "end": { - "line": 2110, + "line": 2152, "column": 29 } } @@ -852710,15 +853197,15 @@ "binop": null }, "value": "_targetEvent", - "start": 98656, - "end": 98668, + "start": 101046, + "end": 101058, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 30 }, "end": { - "line": 2110, + "line": 2152, "column": 42 } } @@ -852736,15 +853223,15 @@ "binop": null, "updateContext": null }, - "start": 98668, - "end": 98669, + "start": 101058, + "end": 101059, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 42 }, "end": { - "line": 2110, + "line": 2152, "column": 43 } } @@ -852762,15 +853249,15 @@ "binop": null }, "value": "relation", - "start": 98669, - "end": 98677, + "start": 101059, + "end": 101067, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 43 }, "end": { - "line": 2110, + "line": 2152, "column": 51 } } @@ -852788,15 +853275,15 @@ "binop": null, "updateContext": null }, - "start": 98677, - "end": 98678, + "start": 101067, + "end": 101068, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 51 }, "end": { - "line": 2110, + "line": 2152, "column": 52 } } @@ -852814,15 +853301,15 @@ "binop": null }, "value": "y", - "start": 98678, - "end": 98679, + "start": 101068, + "end": 101069, "loc": { "start": { - "line": 2110, + "line": 2152, "column": 52 }, "end": { - "line": 2110, + "line": 2152, "column": 53 } } @@ -852839,15 +853326,15 @@ "postfix": false, "binop": null }, - "start": 98700, - "end": 98701, + "start": 101090, + "end": 101091, "loc": { "start": { - "line": 2111, + "line": 2153, "column": 20 }, "end": { - "line": 2111, + "line": 2153, "column": 21 } } @@ -852864,15 +853351,15 @@ "postfix": false, "binop": null }, - "start": 98718, - "end": 98719, + "start": 101108, + "end": 101109, "loc": { "start": { - "line": 2112, + "line": 2154, "column": 16 }, "end": { - "line": 2112, + "line": 2154, "column": 17 } } @@ -852892,15 +853379,15 @@ "updateContext": null }, "value": "if", - "start": 98736, - "end": 98738, + "start": 101126, + "end": 101128, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 16 }, "end": { - "line": 2113, + "line": 2155, "column": 18 } } @@ -852917,15 +853404,15 @@ "postfix": false, "binop": null }, - "start": 98739, - "end": 98740, + "start": 101129, + "end": 101130, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 19 }, "end": { - "line": 2113, + "line": 2155, "column": 20 } } @@ -852943,15 +853430,15 @@ "binop": null }, "value": "_sx", - "start": 98741, - "end": 98744, + "start": 101131, + "end": 101134, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 21 }, "end": { - "line": 2113, + "line": 2155, "column": 24 } } @@ -852970,15 +853457,15 @@ "updateContext": null }, "value": ">=", - "start": 98745, - "end": 98747, + "start": 101135, + "end": 101137, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 25 }, "end": { - "line": 2113, + "line": 2155, "column": 27 } } @@ -852997,15 +853484,15 @@ "updateContext": null }, "value": 0, - "start": 98748, - "end": 98749, + "start": 101138, + "end": 101139, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 28 }, "end": { - "line": 2113, + "line": 2155, "column": 29 } } @@ -853024,15 +853511,15 @@ "updateContext": null }, "value": "&&", - "start": 98750, - "end": 98752, + "start": 101140, + "end": 101142, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 30 }, "end": { - "line": 2113, + "line": 2155, "column": 32 } } @@ -853050,15 +853537,15 @@ "binop": null }, "value": "_sy", - "start": 98753, - "end": 98756, + "start": 101143, + "end": 101146, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 33 }, "end": { - "line": 2113, + "line": 2155, "column": 36 } } @@ -853077,15 +853564,15 @@ "updateContext": null }, "value": ">=", - "start": 98757, - "end": 98759, + "start": 101147, + "end": 101149, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 37 }, "end": { - "line": 2113, + "line": 2155, "column": 39 } } @@ -853104,15 +853591,15 @@ "updateContext": null }, "value": 0, - "start": 98760, - "end": 98761, + "start": 101150, + "end": 101151, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 40 }, "end": { - "line": 2113, + "line": 2155, "column": 41 } } @@ -853131,15 +853618,15 @@ "updateContext": null }, "value": "&&", - "start": 98762, - "end": 98764, + "start": 101152, + "end": 101154, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 42 }, "end": { - "line": 2113, + "line": 2155, "column": 44 } } @@ -853157,15 +853644,15 @@ "binop": null }, "value": "_ex", - "start": 98765, - "end": 98768, + "start": 101155, + "end": 101158, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 45 }, "end": { - "line": 2113, + "line": 2155, "column": 48 } } @@ -853184,15 +853671,15 @@ "updateContext": null }, "value": ">=", - "start": 98769, - "end": 98771, + "start": 101159, + "end": 101161, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 49 }, "end": { - "line": 2113, + "line": 2155, "column": 51 } } @@ -853211,15 +853698,15 @@ "updateContext": null }, "value": 0, - "start": 98772, - "end": 98773, + "start": 101162, + "end": 101163, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 52 }, "end": { - "line": 2113, + "line": 2155, "column": 53 } } @@ -853238,15 +853725,15 @@ "updateContext": null }, "value": "&&", - "start": 98774, - "end": 98776, + "start": 101164, + "end": 101166, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 54 }, "end": { - "line": 2113, + "line": 2155, "column": 56 } } @@ -853264,15 +853751,15 @@ "binop": null }, "value": "_ey", - "start": 98777, - "end": 98780, + "start": 101167, + "end": 101170, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 57 }, "end": { - "line": 2113, + "line": 2155, "column": 60 } } @@ -853291,15 +853778,15 @@ "updateContext": null }, "value": ">=", - "start": 98781, - "end": 98783, + "start": 101171, + "end": 101173, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 61 }, "end": { - "line": 2113, + "line": 2155, "column": 63 } } @@ -853318,15 +853805,15 @@ "updateContext": null }, "value": 0, - "start": 98784, - "end": 98785, + "start": 101174, + "end": 101175, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 64 }, "end": { - "line": 2113, + "line": 2155, "column": 65 } } @@ -853343,15 +853830,15 @@ "postfix": false, "binop": null }, - "start": 98786, - "end": 98787, + "start": 101176, + "end": 101177, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 66 }, "end": { - "line": 2113, + "line": 2155, "column": 67 } } @@ -853368,15 +853855,15 @@ "postfix": false, "binop": null }, - "start": 98788, - "end": 98789, + "start": 101178, + "end": 101179, "loc": { "start": { - "line": 2113, + "line": 2155, "column": 68 }, "end": { - "line": 2113, + "line": 2155, "column": 69 } } @@ -853394,15 +853881,15 @@ "binop": null }, "value": "drawLine", - "start": 98810, - "end": 98818, + "start": 101200, + "end": 101208, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 20 }, "end": { - "line": 2114, + "line": 2156, "column": 28 } } @@ -853419,15 +853906,15 @@ "postfix": false, "binop": null }, - "start": 98818, - "end": 98819, + "start": 101208, + "end": 101209, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 28 }, "end": { - "line": 2114, + "line": 2156, "column": 29 } } @@ -853445,15 +853932,15 @@ "binop": null }, "value": "_sx", - "start": 98820, - "end": 98823, + "start": 101210, + "end": 101213, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 30 }, "end": { - "line": 2114, + "line": 2156, "column": 33 } } @@ -853471,15 +853958,15 @@ "binop": null, "updateContext": null }, - "start": 98823, - "end": 98824, + "start": 101213, + "end": 101214, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 33 }, "end": { - "line": 2114, + "line": 2156, "column": 34 } } @@ -853497,15 +853984,15 @@ "binop": null }, "value": "_sy", - "start": 98825, - "end": 98828, + "start": 101215, + "end": 101218, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 35 }, "end": { - "line": 2114, + "line": 2156, "column": 38 } } @@ -853523,15 +854010,15 @@ "binop": null, "updateContext": null }, - "start": 98828, - "end": 98829, + "start": 101218, + "end": 101219, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 38 }, "end": { - "line": 2114, + "line": 2156, "column": 39 } } @@ -853549,15 +854036,15 @@ "binop": null }, "value": "_ex", - "start": 98830, - "end": 98833, + "start": 101220, + "end": 101223, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 40 }, "end": { - "line": 2114, + "line": 2156, "column": 43 } } @@ -853575,15 +854062,15 @@ "binop": null, "updateContext": null }, - "start": 98833, - "end": 98834, + "start": 101223, + "end": 101224, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 43 }, "end": { - "line": 2114, + "line": 2156, "column": 44 } } @@ -853601,15 +854088,15 @@ "binop": null }, "value": "_ey", - "start": 98835, - "end": 98838, + "start": 101225, + "end": 101228, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 45 }, "end": { - "line": 2114, + "line": 2156, "column": 48 } } @@ -853627,15 +854114,15 @@ "binop": null, "updateContext": null }, - "start": 98838, - "end": 98839, + "start": 101228, + "end": 101229, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 48 }, "end": { - "line": 2114, + "line": 2156, "column": 49 } } @@ -853653,15 +854140,15 @@ "binop": null }, "value": "evt", - "start": 98840, - "end": 98843, + "start": 101230, + "end": 101233, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 50 }, "end": { - "line": 2114, + "line": 2156, "column": 53 } } @@ -853679,15 +854166,15 @@ "binop": null, "updateContext": null }, - "start": 98843, - "end": 98844, + "start": 101233, + "end": 101234, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 53 }, "end": { - "line": 2114, + "line": 2156, "column": 54 } } @@ -853706,15 +854193,15 @@ "updateContext": null }, "value": "before", - "start": 98845, - "end": 98853, + "start": 101235, + "end": 101243, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 55 }, "end": { - "line": 2114, + "line": 2156, "column": 63 } } @@ -853731,15 +854218,15 @@ "postfix": false, "binop": null }, - "start": 98854, - "end": 98855, + "start": 101244, + "end": 101245, "loc": { "start": { - "line": 2114, + "line": 2156, "column": 64 }, "end": { - "line": 2114, + "line": 2156, "column": 65 } } @@ -853756,15 +854243,15 @@ "postfix": false, "binop": null }, - "start": 98872, - "end": 98873, + "start": 101262, + "end": 101263, "loc": { "start": { - "line": 2115, + "line": 2157, "column": 16 }, "end": { - "line": 2115, + "line": 2157, "column": 17 } } @@ -853781,15 +854268,15 @@ "postfix": false, "binop": null }, - "start": 98886, - "end": 98887, + "start": 101276, + "end": 101277, "loc": { "start": { - "line": 2116, + "line": 2158, "column": 12 }, "end": { - "line": 2116, + "line": 2158, "column": 13 } } @@ -853809,15 +854296,15 @@ "updateContext": null }, "value": "if", - "start": 98900, - "end": 98902, + "start": 101290, + "end": 101292, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 12 }, "end": { - "line": 2117, + "line": 2159, "column": 14 } } @@ -853834,15 +854321,15 @@ "postfix": false, "binop": null }, - "start": 98903, - "end": 98904, + "start": 101293, + "end": 101294, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 15 }, "end": { - "line": 2117, + "line": 2159, "column": 16 } } @@ -853860,15 +854347,15 @@ "binop": null }, "value": "_rel", - "start": 98905, - "end": 98909, + "start": 101295, + "end": 101299, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 17 }, "end": { - "line": 2117, + "line": 2159, "column": 21 } } @@ -853886,15 +854373,15 @@ "binop": null, "updateContext": null }, - "start": 98909, - "end": 98910, + "start": 101299, + "end": 101300, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 21 }, "end": { - "line": 2117, + "line": 2159, "column": 22 } } @@ -853912,15 +854399,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 98910, - "end": 98924, + "start": 101300, + "end": 101314, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 22 }, "end": { - "line": 2117, + "line": 2159, "column": 36 } } @@ -853937,15 +854424,15 @@ "postfix": false, "binop": null }, - "start": 98924, - "end": 98925, + "start": 101314, + "end": 101315, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 36 }, "end": { - "line": 2117, + "line": 2159, "column": 37 } } @@ -853964,15 +854451,15 @@ "updateContext": null }, "value": "after", - "start": 98926, - "end": 98933, + "start": 101316, + "end": 101323, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 38 }, "end": { - "line": 2117, + "line": 2159, "column": 45 } } @@ -853989,15 +854476,15 @@ "postfix": false, "binop": null }, - "start": 98934, - "end": 98935, + "start": 101324, + "end": 101325, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 46 }, "end": { - "line": 2117, + "line": 2159, "column": 47 } } @@ -854014,15 +854501,15 @@ "postfix": false, "binop": null }, - "start": 98936, - "end": 98937, + "start": 101326, + "end": 101327, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 48 }, "end": { - "line": 2117, + "line": 2159, "column": 49 } } @@ -854039,15 +854526,15 @@ "postfix": false, "binop": null }, - "start": 98938, - "end": 98939, + "start": 101328, + "end": 101329, "loc": { "start": { - "line": 2117, + "line": 2159, "column": 50 }, "end": { - "line": 2117, + "line": 2159, "column": 51 } } @@ -854055,15 +854542,15 @@ { "type": "CommentLine", "value": " after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]", - "start": 98956, - "end": 99017, + "start": 101346, + "end": 101407, "loc": { "start": { - "line": 2118, + "line": 2160, "column": 16 }, "end": { - "line": 2118, + "line": 2160, "column": 77 } } @@ -854071,15 +854558,15 @@ { "type": "CommentLine", "value": " (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式", - "start": 99034, - "end": 99095, + "start": 101424, + "end": 101485, "loc": { "start": { - "line": 2119, + "line": 2161, "column": 16 }, "end": { - "line": 2119, + "line": 2161, "column": 77 } } @@ -854097,15 +854584,15 @@ "binop": null }, "value": "_sx", - "start": 99112, - "end": 99115, + "start": 101502, + "end": 101505, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 16 }, "end": { - "line": 2120, + "line": 2162, "column": 19 } } @@ -854124,15 +854611,15 @@ "updateContext": null }, "value": "=", - "start": 99116, - "end": 99117, + "start": 101506, + "end": 101507, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 20 }, "end": { - "line": 2120, + "line": 2162, "column": 21 } } @@ -854150,15 +854637,15 @@ "binop": null }, "value": "_rel", - "start": 99118, - "end": 99122, + "start": 101508, + "end": 101512, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 22 }, "end": { - "line": 2120, + "line": 2162, "column": 26 } } @@ -854176,15 +854663,15 @@ "binop": null, "updateContext": null }, - "start": 99122, - "end": 99123, + "start": 101512, + "end": 101513, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 26 }, "end": { - "line": 2120, + "line": 2162, "column": 27 } } @@ -854202,15 +854689,15 @@ "binop": null }, "value": "x", - "start": 99123, - "end": 99124, + "start": 101513, + "end": 101514, "loc": { "start": { - "line": 2120, + "line": 2162, "column": 27 }, "end": { - "line": 2120, + "line": 2162, "column": 28 } } @@ -854228,15 +854715,15 @@ "binop": null }, "value": "_sy", - "start": 99141, - "end": 99144, + "start": 101531, + "end": 101534, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 16 }, "end": { - "line": 2121, + "line": 2163, "column": 19 } } @@ -854255,15 +854742,15 @@ "updateContext": null }, "value": "=", - "start": 99145, - "end": 99146, + "start": 101535, + "end": 101536, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 20 }, "end": { - "line": 2121, + "line": 2163, "column": 21 } } @@ -854281,15 +854768,15 @@ "binop": null }, "value": "_rel", - "start": 99147, - "end": 99151, + "start": 101537, + "end": 101541, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 22 }, "end": { - "line": 2121, + "line": 2163, "column": 26 } } @@ -854307,15 +854794,15 @@ "binop": null, "updateContext": null }, - "start": 99151, - "end": 99152, + "start": 101541, + "end": 101542, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 26 }, "end": { - "line": 2121, + "line": 2163, "column": 27 } } @@ -854333,15 +854820,15 @@ "binop": null }, "value": "y", - "start": 99152, - "end": 99153, + "start": 101542, + "end": 101543, "loc": { "start": { - "line": 2121, + "line": 2163, "column": 27 }, "end": { - "line": 2121, + "line": 2163, "column": 28 } } @@ -854359,15 +854846,15 @@ "binop": null }, "value": "_targetId", - "start": 99170, - "end": 99179, + "start": 101560, + "end": 101569, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 16 }, "end": { - "line": 2122, + "line": 2164, "column": 25 } } @@ -854386,15 +854873,15 @@ "updateContext": null }, "value": "=", - "start": 99180, - "end": 99181, + "start": 101570, + "end": 101571, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 26 }, "end": { - "line": 2122, + "line": 2164, "column": 27 } } @@ -854412,15 +854899,15 @@ "binop": null }, "value": "parseInt", - "start": 99182, - "end": 99190, + "start": 101572, + "end": 101580, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 28 }, "end": { - "line": 2122, + "line": 2164, "column": 36 } } @@ -854437,15 +854924,15 @@ "postfix": false, "binop": null }, - "start": 99190, - "end": 99191, + "start": 101580, + "end": 101581, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 36 }, "end": { - "line": 2122, + "line": 2164, "column": 37 } } @@ -854463,15 +854950,15 @@ "binop": null }, "value": "_rel", - "start": 99192, - "end": 99196, + "start": 101582, + "end": 101586, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 38 }, "end": { - "line": 2122, + "line": 2164, "column": 42 } } @@ -854489,15 +854976,15 @@ "binop": null, "updateContext": null }, - "start": 99196, - "end": 99197, + "start": 101586, + "end": 101587, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 42 }, "end": { - "line": 2122, + "line": 2164, "column": 43 } } @@ -854515,15 +855002,15 @@ "binop": null }, "value": "after", - "start": 99197, - "end": 99202, + "start": 101587, + "end": 101592, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 43 }, "end": { - "line": 2122, + "line": 2164, "column": 48 } } @@ -854541,15 +855028,15 @@ "binop": null, "updateContext": null }, - "start": 99202, - "end": 99203, + "start": 101592, + "end": 101593, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 48 }, "end": { - "line": 2122, + "line": 2164, "column": 49 } } @@ -854568,15 +855055,15 @@ "updateContext": null }, "value": 10, - "start": 99204, - "end": 99206, + "start": 101594, + "end": 101596, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 50 }, "end": { - "line": 2122, + "line": 2164, "column": 52 } } @@ -854593,15 +855080,15 @@ "postfix": false, "binop": null }, - "start": 99207, - "end": 99208, + "start": 101597, + "end": 101598, "loc": { "start": { - "line": 2122, + "line": 2164, "column": 53 }, "end": { - "line": 2122, + "line": 2164, "column": 54 } } @@ -854621,15 +855108,15 @@ "updateContext": null }, "value": "if", - "start": 99225, - "end": 99227, + "start": 101615, + "end": 101617, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 16 }, "end": { - "line": 2123, + "line": 2165, "column": 18 } } @@ -854646,15 +855133,15 @@ "postfix": false, "binop": null }, - "start": 99228, - "end": 99229, + "start": 101618, + "end": 101619, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 19 }, "end": { - "line": 2123, + "line": 2165, "column": 20 } } @@ -854672,15 +855159,15 @@ "binop": null }, "value": "_targetId", - "start": 99230, - "end": 99239, + "start": 101620, + "end": 101629, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 21 }, "end": { - "line": 2123, + "line": 2165, "column": 30 } } @@ -854699,15 +855186,15 @@ "updateContext": null }, "value": "<", - "start": 99240, - "end": 99241, + "start": 101630, + "end": 101631, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 31 }, "end": { - "line": 2123, + "line": 2165, "column": 32 } } @@ -854726,15 +855213,15 @@ "updateContext": null }, "value": 0, - "start": 99242, - "end": 99243, + "start": 101632, + "end": 101633, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 33 }, "end": { - "line": 2123, + "line": 2165, "column": 34 } } @@ -854751,15 +855238,15 @@ "postfix": false, "binop": null }, - "start": 99244, - "end": 99245, + "start": 101634, + "end": 101635, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 35 }, "end": { - "line": 2123, + "line": 2165, "column": 36 } } @@ -854776,15 +855263,15 @@ "postfix": false, "binop": null }, - "start": 99246, - "end": 99247, + "start": 101636, + "end": 101637, "loc": { "start": { - "line": 2123, + "line": 2165, "column": 37 }, "end": { - "line": 2123, + "line": 2165, "column": 38 } } @@ -854802,15 +855289,15 @@ "binop": null }, "value": "_ex", - "start": 99268, - "end": 99271, + "start": 101658, + "end": 101661, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 20 }, "end": { - "line": 2124, + "line": 2166, "column": 23 } } @@ -854829,15 +855316,15 @@ "updateContext": null }, "value": "=", - "start": 99272, - "end": 99273, + "start": 101662, + "end": 101663, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 24 }, "end": { - "line": 2124, + "line": 2166, "column": 25 } } @@ -854855,15 +855342,15 @@ "binop": null }, "value": "_props", - "start": 99274, - "end": 99280, + "start": 101664, + "end": 101670, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 26 }, "end": { - "line": 2124, + "line": 2166, "column": 32 } } @@ -854881,15 +855368,15 @@ "binop": null, "updateContext": null }, - "start": 99280, - "end": 99281, + "start": 101670, + "end": 101671, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 32 }, "end": { - "line": 2124, + "line": 2166, "column": 33 } } @@ -854907,15 +855394,15 @@ "binop": null }, "value": "fullwidth", - "start": 99281, - "end": 99290, + "start": 101671, + "end": 101680, "loc": { "start": { - "line": 2124, + "line": 2166, "column": 33 }, "end": { - "line": 2124, + "line": 2166, "column": 42 } } @@ -854933,15 +855420,15 @@ "binop": null }, "value": "_ey", - "start": 99311, - "end": 99314, + "start": 101701, + "end": 101704, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 20 }, "end": { - "line": 2125, + "line": 2167, "column": 23 } } @@ -854960,15 +855447,15 @@ "updateContext": null }, "value": "=", - "start": 99315, - "end": 99316, + "start": 101705, + "end": 101706, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 24 }, "end": { - "line": 2125, + "line": 2167, "column": 25 } } @@ -854986,15 +855473,15 @@ "binop": null }, "value": "_sy", - "start": 99317, - "end": 99320, + "start": 101707, + "end": 101710, "loc": { "start": { - "line": 2125, + "line": 2167, "column": 26 }, "end": { - "line": 2125, + "line": 2167, "column": 29 } } @@ -855011,15 +855498,15 @@ "postfix": false, "binop": null }, - "start": 99337, - "end": 99338, + "start": 101727, + "end": 101728, "loc": { "start": { - "line": 2126, + "line": 2168, "column": 16 }, "end": { - "line": 2126, + "line": 2168, "column": 17 } } @@ -855039,15 +855526,15 @@ "updateContext": null }, "value": "else", - "start": 99339, - "end": 99343, + "start": 101729, + "end": 101733, "loc": { "start": { - "line": 2126, + "line": 2168, "column": 18 }, "end": { - "line": 2126, + "line": 2168, "column": 22 } } @@ -855064,15 +855551,15 @@ "postfix": false, "binop": null }, - "start": 99344, - "end": 99345, + "start": 101734, + "end": 101735, "loc": { "start": { - "line": 2126, + "line": 2168, "column": 23 }, "end": { - "line": 2126, + "line": 2168, "column": 24 } } @@ -855090,15 +855577,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99366, - "end": 99378, + "start": 101756, + "end": 101768, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 20 }, "end": { - "line": 2127, + "line": 2169, "column": 32 } } @@ -855117,15 +855604,15 @@ "updateContext": null }, "value": "=", - "start": 99379, - "end": 99380, + "start": 101769, + "end": 101770, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 33 }, "end": { - "line": 2127, + "line": 2169, "column": 34 } } @@ -855143,15 +855630,15 @@ "binop": null }, "value": "events", - "start": 99381, - "end": 99387, + "start": 101771, + "end": 101777, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 35 }, "end": { - "line": 2127, + "line": 2169, "column": 41 } } @@ -855169,15 +855656,15 @@ "binop": null, "updateContext": null }, - "start": 99387, - "end": 99388, + "start": 101777, + "end": 101778, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 41 }, "end": { - "line": 2127, + "line": 2169, "column": 42 } } @@ -855195,15 +855682,15 @@ "binop": null }, "value": "find", - "start": 99388, - "end": 99392, + "start": 101778, + "end": 101782, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 42 }, "end": { - "line": 2127, + "line": 2169, "column": 46 } } @@ -855220,15 +855707,15 @@ "postfix": false, "binop": null }, - "start": 99392, - "end": 99393, + "start": 101782, + "end": 101783, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 46 }, "end": { - "line": 2127, + "line": 2169, "column": 47 } } @@ -855245,15 +855732,15 @@ "postfix": false, "binop": null }, - "start": 99394, - "end": 99395, + "start": 101784, + "end": 101785, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 48 }, "end": { - "line": 2127, + "line": 2169, "column": 49 } } @@ -855271,15 +855758,15 @@ "binop": null }, "value": "_evt", - "start": 99396, - "end": 99400, + "start": 101786, + "end": 101790, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 50 }, "end": { - "line": 2127, + "line": 2169, "column": 54 } } @@ -855296,15 +855783,15 @@ "postfix": false, "binop": null }, - "start": 99401, - "end": 99402, + "start": 101791, + "end": 101792, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 55 }, "end": { - "line": 2127, + "line": 2169, "column": 56 } } @@ -855322,15 +855809,15 @@ "binop": null, "updateContext": null }, - "start": 99403, - "end": 99405, + "start": 101793, + "end": 101795, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 57 }, "end": { - "line": 2127, + "line": 2169, "column": 59 } } @@ -855348,15 +855835,15 @@ "binop": null }, "value": "parseInt", - "start": 99406, - "end": 99414, + "start": 101796, + "end": 101804, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 60 }, "end": { - "line": 2127, + "line": 2169, "column": 68 } } @@ -855373,15 +855860,15 @@ "postfix": false, "binop": null }, - "start": 99414, - "end": 99415, + "start": 101804, + "end": 101805, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 68 }, "end": { - "line": 2127, + "line": 2169, "column": 69 } } @@ -855399,15 +855886,15 @@ "binop": null }, "value": "_evt", - "start": 99416, - "end": 99420, + "start": 101806, + "end": 101810, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 70 }, "end": { - "line": 2127, + "line": 2169, "column": 74 } } @@ -855425,15 +855912,15 @@ "binop": null, "updateContext": null }, - "start": 99420, - "end": 99421, + "start": 101810, + "end": 101811, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 74 }, "end": { - "line": 2127, + "line": 2169, "column": 75 } } @@ -855451,15 +855938,15 @@ "binop": null }, "value": "eventId", - "start": 99421, - "end": 99428, + "start": 101811, + "end": 101818, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 75 }, "end": { - "line": 2127, + "line": 2169, "column": 82 } } @@ -855477,15 +855964,15 @@ "binop": null, "updateContext": null }, - "start": 99428, - "end": 99429, + "start": 101818, + "end": 101819, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 82 }, "end": { - "line": 2127, + "line": 2169, "column": 83 } } @@ -855504,15 +855991,15 @@ "updateContext": null }, "value": 10, - "start": 99430, - "end": 99432, + "start": 101820, + "end": 101822, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 84 }, "end": { - "line": 2127, + "line": 2169, "column": 86 } } @@ -855529,15 +856016,15 @@ "postfix": false, "binop": null }, - "start": 99433, - "end": 99434, + "start": 101823, + "end": 101824, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 87 }, "end": { - "line": 2127, + "line": 2169, "column": 88 } } @@ -855556,15 +856043,15 @@ "updateContext": null }, "value": "==", - "start": 99435, - "end": 99437, + "start": 101825, + "end": 101827, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 89 }, "end": { - "line": 2127, + "line": 2169, "column": 91 } } @@ -855582,15 +856069,15 @@ "binop": null }, "value": "_targetId", - "start": 99438, - "end": 99447, + "start": 101828, + "end": 101837, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 92 }, "end": { - "line": 2127, + "line": 2169, "column": 101 } } @@ -855607,15 +856094,15 @@ "postfix": false, "binop": null }, - "start": 99448, - "end": 99449, + "start": 101838, + "end": 101839, "loc": { "start": { - "line": 2127, + "line": 2169, "column": 102 }, "end": { - "line": 2127, + "line": 2169, "column": 103 } } @@ -855635,15 +856122,15 @@ "updateContext": null }, "value": "if", - "start": 99470, - "end": 99472, + "start": 101860, + "end": 101862, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 20 }, "end": { - "line": 2128, + "line": 2170, "column": 22 } } @@ -855660,15 +856147,15 @@ "postfix": false, "binop": null }, - "start": 99473, - "end": 99474, + "start": 101863, + "end": 101864, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 23 }, "end": { - "line": 2128, + "line": 2170, "column": 24 } } @@ -855687,15 +856174,15 @@ "updateContext": null }, "value": "!", - "start": 99475, - "end": 99476, + "start": 101865, + "end": 101866, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 25 }, "end": { - "line": 2128, + "line": 2170, "column": 26 } } @@ -855715,15 +856202,15 @@ "updateContext": null }, "value": "this", - "start": 99477, - "end": 99481, + "start": 101867, + "end": 101871, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 27 }, "end": { - "line": 2128, + "line": 2170, "column": 31 } } @@ -855741,15 +856228,15 @@ "binop": null, "updateContext": null }, - "start": 99481, - "end": 99482, + "start": 101871, + "end": 101872, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 31 }, "end": { - "line": 2128, + "line": 2170, "column": 32 } } @@ -855767,15 +856254,15 @@ "binop": null }, "value": "is_empty", - "start": 99482, - "end": 99490, + "start": 101872, + "end": 101880, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 32 }, "end": { - "line": 2128, + "line": 2170, "column": 40 } } @@ -855792,15 +856279,15 @@ "postfix": false, "binop": null }, - "start": 99490, - "end": 99491, + "start": 101880, + "end": 101881, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 40 }, "end": { - "line": 2128, + "line": 2170, "column": 41 } } @@ -855818,15 +856305,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99492, - "end": 99504, + "start": 101882, + "end": 101894, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 42 }, "end": { - "line": 2128, + "line": 2170, "column": 54 } } @@ -855843,15 +856330,15 @@ "postfix": false, "binop": null }, - "start": 99505, - "end": 99506, + "start": 101895, + "end": 101896, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 55 }, "end": { - "line": 2128, + "line": 2170, "column": 56 } } @@ -855870,15 +856357,15 @@ "updateContext": null }, "value": "&&", - "start": 99507, - "end": 99509, + "start": 101897, + "end": 101899, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 57 }, "end": { - "line": 2128, + "line": 2170, "column": 59 } } @@ -855896,15 +856383,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99510, - "end": 99522, + "start": 101900, + "end": 101912, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 60 }, "end": { - "line": 2128, + "line": 2170, "column": 72 } } @@ -855922,15 +856409,15 @@ "binop": null, "updateContext": null }, - "start": 99522, - "end": 99523, + "start": 101912, + "end": 101913, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 72 }, "end": { - "line": 2128, + "line": 2170, "column": 73 } } @@ -855948,15 +856435,15 @@ "binop": null }, "value": "relation", - "start": 99523, - "end": 99531, + "start": 101913, + "end": 101921, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 73 }, "end": { - "line": 2128, + "line": 2170, "column": 81 } } @@ -855973,15 +856460,15 @@ "postfix": false, "binop": null }, - "start": 99532, - "end": 99533, + "start": 101922, + "end": 101923, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 82 }, "end": { - "line": 2128, + "line": 2170, "column": 83 } } @@ -855998,15 +856485,15 @@ "postfix": false, "binop": null }, - "start": 99534, - "end": 99535, + "start": 101924, + "end": 101925, "loc": { "start": { - "line": 2128, + "line": 2170, "column": 84 }, "end": { - "line": 2128, + "line": 2170, "column": 85 } } @@ -856024,15 +856511,15 @@ "binop": null }, "value": "_ex", - "start": 99560, - "end": 99563, + "start": 101950, + "end": 101953, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 24 }, "end": { - "line": 2129, + "line": 2171, "column": 27 } } @@ -856051,15 +856538,15 @@ "updateContext": null }, "value": "=", - "start": 99564, - "end": 99565, + "start": 101954, + "end": 101955, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 28 }, "end": { - "line": 2129, + "line": 2171, "column": 29 } } @@ -856077,15 +856564,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99566, - "end": 99578, + "start": 101956, + "end": 101968, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 30 }, "end": { - "line": 2129, + "line": 2171, "column": 42 } } @@ -856103,15 +856590,15 @@ "binop": null, "updateContext": null }, - "start": 99578, - "end": 99579, + "start": 101968, + "end": 101969, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 42 }, "end": { - "line": 2129, + "line": 2171, "column": 43 } } @@ -856129,15 +856616,15 @@ "binop": null }, "value": "relation", - "start": 99579, - "end": 99587, + "start": 101969, + "end": 101977, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 43 }, "end": { - "line": 2129, + "line": 2171, "column": 51 } } @@ -856155,15 +856642,15 @@ "binop": null, "updateContext": null }, - "start": 99587, - "end": 99588, + "start": 101977, + "end": 101978, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 51 }, "end": { - "line": 2129, + "line": 2171, "column": 52 } } @@ -856181,15 +856668,15 @@ "binop": null }, "value": "x", - "start": 99588, - "end": 99589, + "start": 101978, + "end": 101979, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 52 }, "end": { - "line": 2129, + "line": 2171, "column": 53 } } @@ -856208,15 +856695,15 @@ "updateContext": null }, "value": ">", - "start": 99590, - "end": 99591, + "start": 101980, + "end": 101981, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 54 }, "end": { - "line": 2129, + "line": 2171, "column": 55 } } @@ -856234,15 +856721,15 @@ "binop": null }, "value": "_props", - "start": 99592, - "end": 99598, + "start": 101982, + "end": 101988, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 56 }, "end": { - "line": 2129, + "line": 2171, "column": 62 } } @@ -856260,15 +856747,15 @@ "binop": null, "updateContext": null }, - "start": 99598, - "end": 99599, + "start": 101988, + "end": 101989, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 62 }, "end": { - "line": 2129, + "line": 2171, "column": 63 } } @@ -856286,15 +856773,15 @@ "binop": null }, "value": "fullwidth", - "start": 99599, - "end": 99608, + "start": 101989, + "end": 101998, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 63 }, "end": { - "line": 2129, + "line": 2171, "column": 72 } } @@ -856312,15 +856799,15 @@ "binop": null, "updateContext": null }, - "start": 99609, - "end": 99610, + "start": 101999, + "end": 102000, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 73 }, "end": { - "line": 2129, + "line": 2171, "column": 74 } } @@ -856338,15 +856825,15 @@ "binop": null }, "value": "_props", - "start": 99611, - "end": 99617, + "start": 102001, + "end": 102007, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 75 }, "end": { - "line": 2129, + "line": 2171, "column": 81 } } @@ -856364,15 +856851,15 @@ "binop": null, "updateContext": null }, - "start": 99617, - "end": 99618, + "start": 102007, + "end": 102008, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 81 }, "end": { - "line": 2129, + "line": 2171, "column": 82 } } @@ -856390,15 +856877,15 @@ "binop": null }, "value": "fullwidth", - "start": 99618, - "end": 99627, + "start": 102008, + "end": 102017, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 82 }, "end": { - "line": 2129, + "line": 2171, "column": 91 } } @@ -856416,15 +856903,15 @@ "binop": null, "updateContext": null }, - "start": 99628, - "end": 99629, + "start": 102018, + "end": 102019, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 92 }, "end": { - "line": 2129, + "line": 2171, "column": 93 } } @@ -856442,15 +856929,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99630, - "end": 99642, + "start": 102020, + "end": 102032, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 94 }, "end": { - "line": 2129, + "line": 2171, "column": 106 } } @@ -856468,15 +856955,15 @@ "binop": null, "updateContext": null }, - "start": 99642, - "end": 99643, + "start": 102032, + "end": 102033, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 106 }, "end": { - "line": 2129, + "line": 2171, "column": 107 } } @@ -856494,15 +856981,15 @@ "binop": null }, "value": "relation", - "start": 99643, - "end": 99651, + "start": 102033, + "end": 102041, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 107 }, "end": { - "line": 2129, + "line": 2171, "column": 115 } } @@ -856520,15 +857007,15 @@ "binop": null, "updateContext": null }, - "start": 99651, - "end": 99652, + "start": 102041, + "end": 102042, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 115 }, "end": { - "line": 2129, + "line": 2171, "column": 116 } } @@ -856546,15 +857033,15 @@ "binop": null }, "value": "x", - "start": 99652, - "end": 99653, + "start": 102042, + "end": 102043, "loc": { "start": { - "line": 2129, + "line": 2171, "column": 116 }, "end": { - "line": 2129, + "line": 2171, "column": 117 } } @@ -856572,15 +857059,15 @@ "binop": null }, "value": "_ey", - "start": 99678, - "end": 99681, + "start": 102068, + "end": 102071, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 24 }, "end": { - "line": 2130, + "line": 2172, "column": 27 } } @@ -856599,15 +857086,15 @@ "updateContext": null }, "value": "=", - "start": 99682, - "end": 99683, + "start": 102072, + "end": 102073, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 28 }, "end": { - "line": 2130, + "line": 2172, "column": 29 } } @@ -856625,15 +857112,15 @@ "binop": null }, "value": "_targetEvent", - "start": 99684, - "end": 99696, + "start": 102074, + "end": 102086, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 30 }, "end": { - "line": 2130, + "line": 2172, "column": 42 } } @@ -856651,15 +857138,15 @@ "binop": null, "updateContext": null }, - "start": 99696, - "end": 99697, + "start": 102086, + "end": 102087, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 42 }, "end": { - "line": 2130, + "line": 2172, "column": 43 } } @@ -856677,15 +857164,15 @@ "binop": null }, "value": "relation", - "start": 99697, - "end": 99705, + "start": 102087, + "end": 102095, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 43 }, "end": { - "line": 2130, + "line": 2172, "column": 51 } } @@ -856703,15 +857190,15 @@ "binop": null, "updateContext": null }, - "start": 99705, - "end": 99706, + "start": 102095, + "end": 102096, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 51 }, "end": { - "line": 2130, + "line": 2172, "column": 52 } } @@ -856729,15 +857216,15 @@ "binop": null }, "value": "y", - "start": 99706, - "end": 99707, + "start": 102096, + "end": 102097, "loc": { "start": { - "line": 2130, + "line": 2172, "column": 52 }, "end": { - "line": 2130, + "line": 2172, "column": 53 } } @@ -856754,15 +857241,15 @@ "postfix": false, "binop": null }, - "start": 99728, - "end": 99729, + "start": 102118, + "end": 102119, "loc": { "start": { - "line": 2131, + "line": 2173, "column": 20 }, "end": { - "line": 2131, + "line": 2173, "column": 21 } } @@ -856779,15 +857266,15 @@ "postfix": false, "binop": null }, - "start": 99746, - "end": 99747, + "start": 102136, + "end": 102137, "loc": { "start": { - "line": 2132, + "line": 2174, "column": 16 }, "end": { - "line": 2132, + "line": 2174, "column": 17 } } @@ -856807,15 +857294,15 @@ "updateContext": null }, "value": "if", - "start": 99764, - "end": 99766, + "start": 102154, + "end": 102156, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 16 }, "end": { - "line": 2133, + "line": 2175, "column": 18 } } @@ -856832,15 +857319,15 @@ "postfix": false, "binop": null }, - "start": 99767, - "end": 99768, + "start": 102157, + "end": 102158, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 19 }, "end": { - "line": 2133, + "line": 2175, "column": 20 } } @@ -856858,15 +857345,15 @@ "binop": null }, "value": "_sx", - "start": 99769, - "end": 99772, + "start": 102159, + "end": 102162, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 21 }, "end": { - "line": 2133, + "line": 2175, "column": 24 } } @@ -856885,15 +857372,15 @@ "updateContext": null }, "value": ">=", - "start": 99773, - "end": 99775, + "start": 102163, + "end": 102165, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 25 }, "end": { - "line": 2133, + "line": 2175, "column": 27 } } @@ -856912,15 +857399,15 @@ "updateContext": null }, "value": 0, - "start": 99776, - "end": 99777, + "start": 102166, + "end": 102167, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 28 }, "end": { - "line": 2133, + "line": 2175, "column": 29 } } @@ -856939,15 +857426,15 @@ "updateContext": null }, "value": "&&", - "start": 99778, - "end": 99780, + "start": 102168, + "end": 102170, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 30 }, "end": { - "line": 2133, + "line": 2175, "column": 32 } } @@ -856965,15 +857452,15 @@ "binop": null }, "value": "_sy", - "start": 99781, - "end": 99784, + "start": 102171, + "end": 102174, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 33 }, "end": { - "line": 2133, + "line": 2175, "column": 36 } } @@ -856992,15 +857479,15 @@ "updateContext": null }, "value": ">=", - "start": 99785, - "end": 99787, + "start": 102175, + "end": 102177, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 37 }, "end": { - "line": 2133, + "line": 2175, "column": 39 } } @@ -857019,15 +857506,15 @@ "updateContext": null }, "value": 0, - "start": 99788, - "end": 99789, + "start": 102178, + "end": 102179, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 40 }, "end": { - "line": 2133, + "line": 2175, "column": 41 } } @@ -857046,15 +857533,15 @@ "updateContext": null }, "value": "&&", - "start": 99790, - "end": 99792, + "start": 102180, + "end": 102182, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 42 }, "end": { - "line": 2133, + "line": 2175, "column": 44 } } @@ -857072,15 +857559,15 @@ "binop": null }, "value": "_ex", - "start": 99793, - "end": 99796, + "start": 102183, + "end": 102186, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 45 }, "end": { - "line": 2133, + "line": 2175, "column": 48 } } @@ -857099,15 +857586,15 @@ "updateContext": null }, "value": ">=", - "start": 99797, - "end": 99799, + "start": 102187, + "end": 102189, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 49 }, "end": { - "line": 2133, + "line": 2175, "column": 51 } } @@ -857126,15 +857613,15 @@ "updateContext": null }, "value": 0, - "start": 99800, - "end": 99801, + "start": 102190, + "end": 102191, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 52 }, "end": { - "line": 2133, + "line": 2175, "column": 53 } } @@ -857153,15 +857640,15 @@ "updateContext": null }, "value": "&&", - "start": 99802, - "end": 99804, + "start": 102192, + "end": 102194, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 54 }, "end": { - "line": 2133, + "line": 2175, "column": 56 } } @@ -857179,15 +857666,15 @@ "binop": null }, "value": "_ey", - "start": 99805, - "end": 99808, + "start": 102195, + "end": 102198, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 57 }, "end": { - "line": 2133, + "line": 2175, "column": 60 } } @@ -857206,15 +857693,15 @@ "updateContext": null }, "value": ">=", - "start": 99809, - "end": 99811, + "start": 102199, + "end": 102201, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 61 }, "end": { - "line": 2133, + "line": 2175, "column": 63 } } @@ -857233,15 +857720,15 @@ "updateContext": null }, "value": 0, - "start": 99812, - "end": 99813, + "start": 102202, + "end": 102203, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 64 }, "end": { - "line": 2133, + "line": 2175, "column": 65 } } @@ -857258,15 +857745,15 @@ "postfix": false, "binop": null }, - "start": 99814, - "end": 99815, + "start": 102204, + "end": 102205, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 66 }, "end": { - "line": 2133, + "line": 2175, "column": 67 } } @@ -857283,15 +857770,15 @@ "postfix": false, "binop": null }, - "start": 99816, - "end": 99817, + "start": 102206, + "end": 102207, "loc": { "start": { - "line": 2133, + "line": 2175, "column": 68 }, "end": { - "line": 2133, + "line": 2175, "column": 69 } } @@ -857309,15 +857796,15 @@ "binop": null }, "value": "drawLine", - "start": 99838, - "end": 99846, + "start": 102228, + "end": 102236, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 20 }, "end": { - "line": 2134, + "line": 2176, "column": 28 } } @@ -857334,15 +857821,15 @@ "postfix": false, "binop": null }, - "start": 99846, - "end": 99847, + "start": 102236, + "end": 102237, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 28 }, "end": { - "line": 2134, + "line": 2176, "column": 29 } } @@ -857360,15 +857847,15 @@ "binop": null }, "value": "_sx", - "start": 99848, - "end": 99851, + "start": 102238, + "end": 102241, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 30 }, "end": { - "line": 2134, + "line": 2176, "column": 33 } } @@ -857386,15 +857873,15 @@ "binop": null, "updateContext": null }, - "start": 99851, - "end": 99852, + "start": 102241, + "end": 102242, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 33 }, "end": { - "line": 2134, + "line": 2176, "column": 34 } } @@ -857412,15 +857899,15 @@ "binop": null }, "value": "_sy", - "start": 99853, - "end": 99856, + "start": 102243, + "end": 102246, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 35 }, "end": { - "line": 2134, + "line": 2176, "column": 38 } } @@ -857438,15 +857925,15 @@ "binop": null, "updateContext": null }, - "start": 99856, - "end": 99857, + "start": 102246, + "end": 102247, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 38 }, "end": { - "line": 2134, + "line": 2176, "column": 39 } } @@ -857464,15 +857951,15 @@ "binop": null }, "value": "_ex", - "start": 99858, - "end": 99861, + "start": 102248, + "end": 102251, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 40 }, "end": { - "line": 2134, + "line": 2176, "column": 43 } } @@ -857490,15 +857977,15 @@ "binop": null, "updateContext": null }, - "start": 99861, - "end": 99862, + "start": 102251, + "end": 102252, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 43 }, "end": { - "line": 2134, + "line": 2176, "column": 44 } } @@ -857516,15 +858003,15 @@ "binop": null }, "value": "_ey", - "start": 99863, - "end": 99866, + "start": 102253, + "end": 102256, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 45 }, "end": { - "line": 2134, + "line": 2176, "column": 48 } } @@ -857542,15 +858029,15 @@ "binop": null, "updateContext": null }, - "start": 99866, - "end": 99867, + "start": 102256, + "end": 102257, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 48 }, "end": { - "line": 2134, + "line": 2176, "column": 49 } } @@ -857568,15 +858055,15 @@ "binop": null }, "value": "evt", - "start": 99868, - "end": 99871, + "start": 102258, + "end": 102261, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 50 }, "end": { - "line": 2134, + "line": 2176, "column": 53 } } @@ -857594,15 +858081,15 @@ "binop": null, "updateContext": null }, - "start": 99871, - "end": 99872, + "start": 102261, + "end": 102262, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 53 }, "end": { - "line": 2134, + "line": 2176, "column": 54 } } @@ -857621,15 +858108,15 @@ "updateContext": null }, "value": "after", - "start": 99873, - "end": 99880, + "start": 102263, + "end": 102270, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 55 }, "end": { - "line": 2134, + "line": 2176, "column": 62 } } @@ -857646,15 +858133,15 @@ "postfix": false, "binop": null }, - "start": 99881, - "end": 99882, + "start": 102271, + "end": 102272, "loc": { "start": { - "line": 2134, + "line": 2176, "column": 63 }, "end": { - "line": 2134, + "line": 2176, "column": 64 } } @@ -857671,15 +858158,15 @@ "postfix": false, "binop": null }, - "start": 99899, - "end": 99900, + "start": 102289, + "end": 102290, "loc": { "start": { - "line": 2135, + "line": 2177, "column": 16 }, "end": { - "line": 2135, + "line": 2177, "column": 17 } } @@ -857696,15 +858183,15 @@ "postfix": false, "binop": null }, - "start": 99913, - "end": 99914, + "start": 102303, + "end": 102304, "loc": { "start": { - "line": 2136, + "line": 2178, "column": 12 }, "end": { - "line": 2136, + "line": 2178, "column": 13 } } @@ -857721,15 +858208,15 @@ "postfix": false, "binop": null }, - "start": 99936, - "end": 99937, + "start": 102326, + "end": 102327, "loc": { "start": { - "line": 2138, + "line": 2180, "column": 8 }, "end": { - "line": 2138, + "line": 2180, "column": 9 } } @@ -857746,15 +858233,15 @@ "postfix": false, "binop": null }, - "start": 99937, - "end": 99938, + "start": 102327, + "end": 102328, "loc": { "start": { - "line": 2138, + "line": 2180, "column": 9 }, "end": { - "line": 2138, + "line": 2180, "column": 10 } } @@ -857771,15 +858258,15 @@ "postfix": false, "binop": null }, - "start": 99952, - "end": 99953, + "start": 102342, + "end": 102343, "loc": { "start": { - "line": 2140, + "line": 2182, "column": 4 }, "end": { - "line": 2140, + "line": 2182, "column": 5 } } @@ -857787,15 +858274,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n ", - "start": 99963, - "end": 100076, + "start": 102353, + "end": 102466, "loc": { "start": { - "line": 2142, + "line": 2184, "column": 4 }, "end": { - "line": 2146, + "line": 2188, "column": 7 } } @@ -857813,15 +858300,15 @@ "binop": null }, "value": "_mapPlacedEvents", - "start": 100081, - "end": 100097, + "start": 102471, + "end": 102487, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 4 }, "end": { - "line": 2147, + "line": 2189, "column": 20 } } @@ -857838,15 +858325,15 @@ "postfix": false, "binop": null }, - "start": 100097, - "end": 100098, + "start": 102487, + "end": 102488, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 20 }, "end": { - "line": 2147, + "line": 2189, "column": 21 } } @@ -857863,15 +858350,15 @@ "postfix": false, "binop": null }, - "start": 100098, - "end": 100099, + "start": 102488, + "end": 102489, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 21 }, "end": { - "line": 2147, + "line": 2189, "column": 22 } } @@ -857888,15 +858375,15 @@ "postfix": false, "binop": null }, - "start": 100100, - "end": 100101, + "start": 102490, + "end": 102491, "loc": { "start": { - "line": 2147, + "line": 2189, "column": 23 }, "end": { - "line": 2147, + "line": 2189, "column": 24 } } @@ -857916,15 +858403,15 @@ "updateContext": null }, "value": "let", - "start": 100110, - "end": 100113, + "start": 102500, + "end": 102503, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 8 }, "end": { - "line": 2148, + "line": 2190, "column": 11 } } @@ -857942,15 +858429,15 @@ "binop": null }, "value": "_that", - "start": 100114, - "end": 100119, + "start": 102504, + "end": 102509, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 12 }, "end": { - "line": 2148, + "line": 2190, "column": 17 } } @@ -857969,15 +858456,15 @@ "updateContext": null }, "value": "=", - "start": 100125, - "end": 100126, + "start": 102515, + "end": 102516, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 23 }, "end": { - "line": 2148, + "line": 2190, "column": 24 } } @@ -857997,15 +858484,15 @@ "updateContext": null }, "value": "this", - "start": 100127, - "end": 100131, + "start": 102517, + "end": 102521, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 25 }, "end": { - "line": 2148, + "line": 2190, "column": 29 } } @@ -858023,15 +858510,15 @@ "binop": null, "updateContext": null }, - "start": 100131, - "end": 100132, + "start": 102521, + "end": 102522, "loc": { "start": { - "line": 2148, + "line": 2190, "column": 29 }, "end": { - "line": 2148, + "line": 2190, "column": 30 } } @@ -858049,15 +858536,15 @@ "binop": null }, "value": "_tl_events", - "start": 100145, - "end": 100155, + "start": 102535, + "end": 102545, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 12 }, "end": { - "line": 2149, + "line": 2191, "column": 22 } } @@ -858076,15 +858563,15 @@ "updateContext": null }, "value": "=", - "start": 100156, - "end": 100157, + "start": 102546, + "end": 102547, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 23 }, "end": { - "line": 2149, + "line": 2191, "column": 24 } } @@ -858102,15 +858589,15 @@ "binop": null }, "value": "$", - "start": 100158, - "end": 100159, + "start": 102548, + "end": 102549, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 25 }, "end": { - "line": 2149, + "line": 2191, "column": 26 } } @@ -858127,15 +858614,15 @@ "postfix": false, "binop": null }, - "start": 100159, - "end": 100160, + "start": 102549, + "end": 102550, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 26 }, "end": { - "line": 2149, + "line": 2191, "column": 27 } } @@ -858155,15 +858642,15 @@ "updateContext": null }, "value": "this", - "start": 100160, - "end": 100164, + "start": 102550, + "end": 102554, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 27 }, "end": { - "line": 2149, + "line": 2191, "column": 31 } } @@ -858181,15 +858668,15 @@ "binop": null, "updateContext": null }, - "start": 100164, - "end": 100165, + "start": 102554, + "end": 102555, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 31 }, "end": { - "line": 2149, + "line": 2191, "column": 32 } } @@ -858207,15 +858694,15 @@ "binop": null }, "value": "_element", - "start": 100165, - "end": 100173, + "start": 102555, + "end": 102563, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 32 }, "end": { - "line": 2149, + "line": 2191, "column": 40 } } @@ -858232,15 +858719,15 @@ "postfix": false, "binop": null }, - "start": 100173, - "end": 100174, + "start": 102563, + "end": 102564, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 40 }, "end": { - "line": 2149, + "line": 2191, "column": 41 } } @@ -858258,15 +858745,15 @@ "binop": null, "updateContext": null }, - "start": 100174, - "end": 100175, + "start": 102564, + "end": 102565, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 41 }, "end": { - "line": 2149, + "line": 2191, "column": 42 } } @@ -858284,15 +858771,15 @@ "binop": null }, "value": "find", - "start": 100175, - "end": 100179, + "start": 102565, + "end": 102569, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 42 }, "end": { - "line": 2149, + "line": 2191, "column": 46 } } @@ -858309,15 +858796,15 @@ "postfix": false, "binop": null }, - "start": 100179, - "end": 100180, + "start": 102569, + "end": 102570, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 46 }, "end": { - "line": 2149, + "line": 2191, "column": 47 } } @@ -858335,15 +858822,15 @@ "binop": null }, "value": "Selector", - "start": 100181, - "end": 100189, + "start": 102571, + "end": 102579, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 48 }, "end": { - "line": 2149, + "line": 2191, "column": 56 } } @@ -858361,15 +858848,15 @@ "binop": null, "updateContext": null }, - "start": 100189, - "end": 100190, + "start": 102579, + "end": 102580, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 56 }, "end": { - "line": 2149, + "line": 2191, "column": 57 } } @@ -858387,15 +858874,15 @@ "binop": null }, "value": "TIMELINE_EVENTS", - "start": 100190, - "end": 100205, + "start": 102580, + "end": 102595, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 57 }, "end": { - "line": 2149, + "line": 2191, "column": 72 } } @@ -858412,15 +858899,15 @@ "postfix": false, "binop": null }, - "start": 100206, - "end": 100207, + "start": 102596, + "end": 102597, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 73 }, "end": { - "line": 2149, + "line": 2191, "column": 74 } } @@ -858438,15 +858925,15 @@ "binop": null, "updateContext": null }, - "start": 100207, - "end": 100208, + "start": 102597, + "end": 102598, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 74 }, "end": { - "line": 2149, + "line": 2191, "column": 75 } } @@ -858464,15 +858951,15 @@ "binop": null }, "value": "children", - "start": 100208, - "end": 100216, + "start": 102598, + "end": 102606, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 75 }, "end": { - "line": 2149, + "line": 2191, "column": 83 } } @@ -858489,15 +858976,15 @@ "postfix": false, "binop": null }, - "start": 100216, - "end": 100217, + "start": 102606, + "end": 102607, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 83 }, "end": { - "line": 2149, + "line": 2191, "column": 84 } } @@ -858514,15 +859001,15 @@ "postfix": false, "binop": null }, - "start": 100217, - "end": 100218, + "start": 102607, + "end": 102608, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 84 }, "end": { - "line": 2149, + "line": 2191, "column": 85 } } @@ -858540,15 +859027,15 @@ "binop": null, "updateContext": null }, - "start": 100218, - "end": 100219, + "start": 102608, + "end": 102609, "loc": { "start": { - "line": 2149, + "line": 2191, "column": 85 }, "end": { - "line": 2149, + "line": 2191, "column": 86 } } @@ -858566,15 +859053,15 @@ "binop": null }, "value": "_cache", - "start": 100232, - "end": 100238, + "start": 102622, + "end": 102628, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 12 }, "end": { - "line": 2150, + "line": 2192, "column": 18 } } @@ -858593,15 +859080,15 @@ "updateContext": null }, "value": "=", - "start": 100243, - "end": 100244, + "start": 102633, + "end": 102634, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 23 }, "end": { - "line": 2150, + "line": 2192, "column": 24 } } @@ -858621,15 +859108,15 @@ "updateContext": null }, "value": "this", - "start": 100245, - "end": 100249, + "start": 102635, + "end": 102639, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 25 }, "end": { - "line": 2150, + "line": 2192, "column": 29 } } @@ -858647,15 +859134,15 @@ "binop": null, "updateContext": null }, - "start": 100249, - "end": 100250, + "start": 102639, + "end": 102640, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 29 }, "end": { - "line": 2150, + "line": 2192, "column": 30 } } @@ -858673,15 +859160,15 @@ "binop": null }, "value": "_loadToCache", - "start": 100250, - "end": 100262, + "start": 102640, + "end": 102652, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 30 }, "end": { - "line": 2150, + "line": 2192, "column": 42 } } @@ -858698,15 +859185,15 @@ "postfix": false, "binop": null }, - "start": 100262, - "end": 100263, + "start": 102652, + "end": 102653, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 42 }, "end": { - "line": 2150, + "line": 2192, "column": 43 } } @@ -858723,15 +859210,15 @@ "postfix": false, "binop": null }, - "start": 100263, - "end": 100264, + "start": 102653, + "end": 102654, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 43 }, "end": { - "line": 2150, + "line": 2192, "column": 44 } } @@ -858749,15 +859236,15 @@ "binop": null, "updateContext": null }, - "start": 100264, - "end": 100265, + "start": 102654, + "end": 102655, "loc": { "start": { - "line": 2150, + "line": 2192, "column": 44 }, "end": { - "line": 2150, + "line": 2192, "column": 45 } } @@ -858775,15 +859262,15 @@ "binop": null }, "value": "_events", - "start": 100278, - "end": 100285, + "start": 102668, + "end": 102675, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 12 }, "end": { - "line": 2151, + "line": 2193, "column": 19 } } @@ -858802,15 +859289,15 @@ "updateContext": null }, "value": "=", - "start": 100289, - "end": 100290, + "start": 102679, + "end": 102680, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 23 }, "end": { - "line": 2151, + "line": 2193, "column": 24 } } @@ -858828,15 +859315,15 @@ "binop": null, "updateContext": null }, - "start": 100291, - "end": 100292, + "start": 102681, + "end": 102682, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 25 }, "end": { - "line": 2151, + "line": 2193, "column": 26 } } @@ -858854,15 +859341,15 @@ "binop": null, "updateContext": null }, - "start": 100292, - "end": 100293, + "start": 102682, + "end": 102683, "loc": { "start": { - "line": 2151, + "line": 2193, "column": 26 }, "end": { - "line": 2151, + "line": 2193, "column": 27 } } @@ -858882,15 +859369,15 @@ "updateContext": null }, "value": "if", - "start": 100311, - "end": 100313, + "start": 102701, + "end": 102703, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 8 }, "end": { - "line": 2153, + "line": 2195, "column": 10 } } @@ -858907,15 +859394,15 @@ "postfix": false, "binop": null }, - "start": 100314, - "end": 100315, + "start": 102704, + "end": 102705, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 11 }, "end": { - "line": 2153, + "line": 2195, "column": 12 } } @@ -858934,15 +859421,15 @@ "updateContext": null }, "value": "!", - "start": 100316, - "end": 100317, + "start": 102706, + "end": 102707, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 13 }, "end": { - "line": 2153, + "line": 2195, "column": 14 } } @@ -858962,15 +859449,15 @@ "updateContext": null }, "value": "this", - "start": 100318, - "end": 100322, + "start": 102708, + "end": 102712, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 15 }, "end": { - "line": 2153, + "line": 2195, "column": 19 } } @@ -858988,15 +859475,15 @@ "binop": null, "updateContext": null }, - "start": 100322, - "end": 100323, + "start": 102712, + "end": 102713, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 19 }, "end": { - "line": 2153, + "line": 2195, "column": 20 } } @@ -859014,15 +859501,15 @@ "binop": null }, "value": "_isCached", - "start": 100323, - "end": 100332, + "start": 102713, + "end": 102722, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 20 }, "end": { - "line": 2153, + "line": 2195, "column": 29 } } @@ -859041,15 +859528,15 @@ "updateContext": null }, "value": "||", - "start": 100333, - "end": 100335, + "start": 102723, + "end": 102725, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 30 }, "end": { - "line": 2153, + "line": 2195, "column": 32 } } @@ -859069,15 +859556,15 @@ "updateContext": null }, "value": "this", - "start": 100336, - "end": 100340, + "start": 102726, + "end": 102730, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 33 }, "end": { - "line": 2153, + "line": 2195, "column": 37 } } @@ -859095,15 +859582,15 @@ "binop": null, "updateContext": null }, - "start": 100340, - "end": 100341, + "start": 102730, + "end": 102731, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 37 }, "end": { - "line": 2153, + "line": 2195, "column": 38 } } @@ -859121,15 +859608,15 @@ "binop": null }, "value": "is_empty", - "start": 100341, - "end": 100349, + "start": 102731, + "end": 102739, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 38 }, "end": { - "line": 2153, + "line": 2195, "column": 46 } } @@ -859146,15 +859633,15 @@ "postfix": false, "binop": null }, - "start": 100349, - "end": 100350, + "start": 102739, + "end": 102740, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 46 }, "end": { - "line": 2153, + "line": 2195, "column": 47 } } @@ -859172,15 +859659,15 @@ "binop": null }, "value": "_cache", - "start": 100351, - "end": 100357, + "start": 102741, + "end": 102747, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 48 }, "end": { - "line": 2153, + "line": 2195, "column": 54 } } @@ -859197,15 +859684,15 @@ "postfix": false, "binop": null }, - "start": 100358, - "end": 100359, + "start": 102748, + "end": 102749, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 55 }, "end": { - "line": 2153, + "line": 2195, "column": 56 } } @@ -859222,15 +859709,15 @@ "postfix": false, "binop": null }, - "start": 100360, - "end": 100361, + "start": 102750, + "end": 102751, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 57 }, "end": { - "line": 2153, + "line": 2195, "column": 58 } } @@ -859247,15 +859734,15 @@ "postfix": false, "binop": null }, - "start": 100362, - "end": 100363, + "start": 102752, + "end": 102753, "loc": { "start": { - "line": 2153, + "line": 2195, "column": 59 }, "end": { - "line": 2153, + "line": 2195, "column": 60 } } @@ -859275,15 +859762,15 @@ "updateContext": null }, "value": "return", - "start": 100376, - "end": 100382, + "start": 102766, + "end": 102772, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 12 }, "end": { - "line": 2154, + "line": 2196, "column": 18 } } @@ -859301,15 +859788,15 @@ "binop": null }, "value": "_events", - "start": 100383, - "end": 100390, + "start": 102773, + "end": 102780, "loc": { "start": { - "line": 2154, + "line": 2196, "column": 19 }, "end": { - "line": 2154, + "line": 2196, "column": 26 } } @@ -859326,15 +859813,15 @@ "postfix": false, "binop": null }, - "start": 100399, - "end": 100400, + "start": 102789, + "end": 102790, "loc": { "start": { - "line": 2155, + "line": 2197, "column": 8 }, "end": { - "line": 2155, + "line": 2197, "column": 9 } } @@ -859352,15 +859839,15 @@ "binop": null }, "value": "_tl_events", - "start": 100418, - "end": 100428, + "start": 102808, + "end": 102818, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 8 }, "end": { - "line": 2157, + "line": 2199, "column": 18 } } @@ -859378,15 +859865,15 @@ "binop": null, "updateContext": null }, - "start": 100428, - "end": 100429, + "start": 102818, + "end": 102819, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 18 }, "end": { - "line": 2157, + "line": 2199, "column": 19 } } @@ -859404,15 +859891,15 @@ "binop": null }, "value": "each", - "start": 100429, - "end": 100433, + "start": 102819, + "end": 102823, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 19 }, "end": { - "line": 2157, + "line": 2199, "column": 23 } } @@ -859429,15 +859916,15 @@ "postfix": false, "binop": null }, - "start": 100433, - "end": 100434, + "start": 102823, + "end": 102824, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 23 }, "end": { - "line": 2157, + "line": 2199, "column": 24 } } @@ -859456,15 +859943,15 @@ "binop": null }, "value": "function", - "start": 100434, - "end": 100442, + "start": 102824, + "end": 102832, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 24 }, "end": { - "line": 2157, + "line": 2199, "column": 32 } } @@ -859481,15 +859968,15 @@ "postfix": false, "binop": null }, - "start": 100442, - "end": 100443, + "start": 102832, + "end": 102833, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 32 }, "end": { - "line": 2157, + "line": 2199, "column": 33 } } @@ -859506,15 +859993,15 @@ "postfix": false, "binop": null }, - "start": 100443, - "end": 100444, + "start": 102833, + "end": 102834, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 33 }, "end": { - "line": 2157, + "line": 2199, "column": 34 } } @@ -859531,15 +860018,15 @@ "postfix": false, "binop": null }, - "start": 100445, - "end": 100446, + "start": 102835, + "end": 102836, "loc": { "start": { - "line": 2157, + "line": 2199, "column": 35 }, "end": { - "line": 2157, + "line": 2199, "column": 36 } } @@ -859559,15 +860046,15 @@ "updateContext": null }, "value": "let", - "start": 100459, - "end": 100462, + "start": 102849, + "end": 102852, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 12 }, "end": { - "line": 2158, + "line": 2200, "column": 15 } } @@ -859585,15 +860072,15 @@ "binop": null }, "value": "_uid", - "start": 100463, - "end": 100467, + "start": 102853, + "end": 102857, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 16 }, "end": { - "line": 2158, + "line": 2200, "column": 20 } } @@ -859612,15 +860099,15 @@ "updateContext": null }, "value": "=", - "start": 100469, - "end": 100470, + "start": 102859, + "end": 102860, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 22 }, "end": { - "line": 2158, + "line": 2200, "column": 23 } } @@ -859638,15 +860125,15 @@ "binop": null }, "value": "$", - "start": 100471, - "end": 100472, + "start": 102861, + "end": 102862, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 24 }, "end": { - "line": 2158, + "line": 2200, "column": 25 } } @@ -859663,15 +860150,15 @@ "postfix": false, "binop": null }, - "start": 100472, - "end": 100473, + "start": 102862, + "end": 102863, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 25 }, "end": { - "line": 2158, + "line": 2200, "column": 26 } } @@ -859691,15 +860178,15 @@ "updateContext": null }, "value": "this", - "start": 100473, - "end": 100477, + "start": 102863, + "end": 102867, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 26 }, "end": { - "line": 2158, + "line": 2200, "column": 30 } } @@ -859716,15 +860203,15 @@ "postfix": false, "binop": null }, - "start": 100477, - "end": 100478, + "start": 102867, + "end": 102868, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 30 }, "end": { - "line": 2158, + "line": 2200, "column": 31 } } @@ -859742,15 +860229,15 @@ "binop": null, "updateContext": null }, - "start": 100478, - "end": 100479, + "start": 102868, + "end": 102869, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 31 }, "end": { - "line": 2158, + "line": 2200, "column": 32 } } @@ -859768,15 +860255,15 @@ "binop": null }, "value": "data", - "start": 100479, - "end": 100483, + "start": 102869, + "end": 102873, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 32 }, "end": { - "line": 2158, + "line": 2200, "column": 36 } } @@ -859793,15 +860280,15 @@ "postfix": false, "binop": null }, - "start": 100483, - "end": 100484, + "start": 102873, + "end": 102874, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 36 }, "end": { - "line": 2158, + "line": 2200, "column": 37 } } @@ -859820,15 +860307,15 @@ "updateContext": null }, "value": "uid", - "start": 100485, - "end": 100490, + "start": 102875, + "end": 102880, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 38 }, "end": { - "line": 2158, + "line": 2200, "column": 43 } } @@ -859845,15 +860332,15 @@ "postfix": false, "binop": null }, - "start": 100491, - "end": 100492, + "start": 102881, + "end": 102882, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 44 }, "end": { - "line": 2158, + "line": 2200, "column": 45 } } @@ -859871,15 +860358,15 @@ "binop": null, "updateContext": null }, - "start": 100492, - "end": 100493, + "start": 102882, + "end": 102883, "loc": { "start": { - "line": 2158, + "line": 2200, "column": 45 }, "end": { - "line": 2158, + "line": 2200, "column": 46 } } @@ -859897,15 +860384,15 @@ "binop": null }, "value": "_data", - "start": 100510, - "end": 100515, + "start": 102900, + "end": 102905, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 16 }, "end": { - "line": 2159, + "line": 2201, "column": 21 } } @@ -859924,15 +860411,15 @@ "updateContext": null }, "value": "=", - "start": 100516, - "end": 100517, + "start": 102906, + "end": 102907, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 22 }, "end": { - "line": 2159, + "line": 2201, "column": 23 } } @@ -859952,15 +860439,15 @@ "updateContext": null }, "value": "null", - "start": 100518, - "end": 100522, + "start": 102908, + "end": 102912, "loc": { "start": { - "line": 2159, + "line": 2201, "column": 24 }, "end": { - "line": 2159, + "line": 2201, "column": 28 } } @@ -859980,15 +860467,15 @@ "updateContext": null }, "value": "if", - "start": 100548, - "end": 100550, + "start": 102938, + "end": 102940, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 12 }, "end": { - "line": 2161, + "line": 2203, "column": 14 } } @@ -860005,15 +860492,15 @@ "postfix": false, "binop": null }, - "start": 100551, - "end": 100552, + "start": 102941, + "end": 102942, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 15 }, "end": { - "line": 2161, + "line": 2203, "column": 16 } } @@ -860031,15 +860518,15 @@ "binop": null }, "value": "_cache", - "start": 100553, - "end": 100559, + "start": 102943, + "end": 102949, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 17 }, "end": { - "line": 2161, + "line": 2203, "column": 23 } } @@ -860056,15 +860543,15 @@ "postfix": false, "binop": null }, - "start": 100560, - "end": 100561, + "start": 102950, + "end": 102951, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 24 }, "end": { - "line": 2161, + "line": 2203, "column": 25 } } @@ -860081,15 +860568,15 @@ "postfix": false, "binop": null }, - "start": 100562, - "end": 100563, + "start": 102952, + "end": 102953, "loc": { "start": { - "line": 2161, + "line": 2203, "column": 26 }, "end": { - "line": 2161, + "line": 2203, "column": 27 } } @@ -860107,15 +860594,15 @@ "binop": null }, "value": "_data", - "start": 100580, - "end": 100585, + "start": 102970, + "end": 102975, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 16 }, "end": { - "line": 2162, + "line": 2204, "column": 21 } } @@ -860134,15 +860621,15 @@ "updateContext": null }, "value": "=", - "start": 100586, - "end": 100587, + "start": 102976, + "end": 102977, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 22 }, "end": { - "line": 2162, + "line": 2204, "column": 23 } } @@ -860160,15 +860647,15 @@ "binop": null }, "value": "_cache", - "start": 100588, - "end": 100594, + "start": 102978, + "end": 102984, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 24 }, "end": { - "line": 2162, + "line": 2204, "column": 30 } } @@ -860186,15 +860673,15 @@ "binop": null, "updateContext": null }, - "start": 100594, - "end": 100595, + "start": 102984, + "end": 102985, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 30 }, "end": { - "line": 2162, + "line": 2204, "column": 31 } } @@ -860212,15 +860699,15 @@ "binop": null }, "value": "find", - "start": 100595, - "end": 100599, + "start": 102985, + "end": 102989, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 31 }, "end": { - "line": 2162, + "line": 2204, "column": 35 } } @@ -860237,15 +860724,15 @@ "postfix": false, "binop": null }, - "start": 100599, - "end": 100600, + "start": 102989, + "end": 102990, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 35 }, "end": { - "line": 2162, + "line": 2204, "column": 36 } } @@ -860262,15 +860749,15 @@ "postfix": false, "binop": null }, - "start": 100601, - "end": 100602, + "start": 102991, + "end": 102992, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 37 }, "end": { - "line": 2162, + "line": 2204, "column": 38 } } @@ -860288,15 +860775,15 @@ "binop": null }, "value": "_evt", - "start": 100603, - "end": 100607, + "start": 102993, + "end": 102997, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 39 }, "end": { - "line": 2162, + "line": 2204, "column": 43 } } @@ -860313,15 +860800,15 @@ "postfix": false, "binop": null }, - "start": 100608, - "end": 100609, + "start": 102998, + "end": 102999, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 44 }, "end": { - "line": 2162, + "line": 2204, "column": 45 } } @@ -860339,15 +860826,15 @@ "binop": null, "updateContext": null }, - "start": 100610, - "end": 100612, + "start": 103000, + "end": 103002, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 46 }, "end": { - "line": 2162, + "line": 2204, "column": 48 } } @@ -860365,15 +860852,15 @@ "binop": null }, "value": "_evt", - "start": 100613, - "end": 100617, + "start": 103003, + "end": 103007, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 49 }, "end": { - "line": 2162, + "line": 2204, "column": 53 } } @@ -860391,15 +860878,15 @@ "binop": null, "updateContext": null }, - "start": 100617, - "end": 100618, + "start": 103007, + "end": 103008, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 53 }, "end": { - "line": 2162, + "line": 2204, "column": 54 } } @@ -860417,15 +860904,15 @@ "binop": null }, "value": "uid", - "start": 100618, - "end": 100621, + "start": 103008, + "end": 103011, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 54 }, "end": { - "line": 2162, + "line": 2204, "column": 57 } } @@ -860444,15 +860931,15 @@ "updateContext": null }, "value": "===", - "start": 100622, - "end": 100625, + "start": 103012, + "end": 103015, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 58 }, "end": { - "line": 2162, + "line": 2204, "column": 61 } } @@ -860470,15 +860957,15 @@ "binop": null }, "value": "_uid", - "start": 100626, - "end": 100630, + "start": 103016, + "end": 103020, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 62 }, "end": { - "line": 2162, + "line": 2204, "column": 66 } } @@ -860495,15 +860982,15 @@ "postfix": false, "binop": null }, - "start": 100631, - "end": 100632, + "start": 103021, + "end": 103022, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 67 }, "end": { - "line": 2162, + "line": 2204, "column": 68 } } @@ -860522,15 +861009,15 @@ "updateContext": null }, "value": "||", - "start": 100633, - "end": 100635, + "start": 103023, + "end": 103025, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 69 }, "end": { - "line": 2162, + "line": 2204, "column": 71 } } @@ -860550,15 +861037,15 @@ "updateContext": null }, "value": "null", - "start": 100636, - "end": 100640, + "start": 103026, + "end": 103030, "loc": { "start": { - "line": 2162, + "line": 2204, "column": 72 }, "end": { - "line": 2162, + "line": 2204, "column": 76 } } @@ -860575,15 +861062,15 @@ "postfix": false, "binop": null }, - "start": 100653, - "end": 100654, + "start": 103043, + "end": 103044, "loc": { "start": { - "line": 2163, + "line": 2205, "column": 12 }, "end": { - "line": 2163, + "line": 2205, "column": 13 } } @@ -860603,15 +861090,15 @@ "updateContext": null }, "value": "else", - "start": 100655, - "end": 100659, + "start": 103045, + "end": 103049, "loc": { "start": { - "line": 2163, + "line": 2205, "column": 14 }, "end": { - "line": 2163, + "line": 2205, "column": 18 } } @@ -860628,15 +861115,15 @@ "postfix": false, "binop": null }, - "start": 100660, - "end": 100661, + "start": 103050, + "end": 103051, "loc": { "start": { - "line": 2163, + "line": 2205, "column": 19 }, "end": { - "line": 2163, + "line": 2205, "column": 20 } } @@ -860654,15 +861141,15 @@ "binop": null }, "value": "_data", - "start": 100678, - "end": 100683, + "start": 103068, + "end": 103073, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 16 }, "end": { - "line": 2164, + "line": 2206, "column": 21 } } @@ -860681,15 +861168,15 @@ "updateContext": null }, "value": "=", - "start": 100684, - "end": 100685, + "start": 103074, + "end": 103075, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 22 }, "end": { - "line": 2164, + "line": 2206, "column": 23 } } @@ -860707,15 +861194,15 @@ "binop": null }, "value": "$", - "start": 100686, - "end": 100687, + "start": 103076, + "end": 103077, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 24 }, "end": { - "line": 2164, + "line": 2206, "column": 25 } } @@ -860732,15 +861219,15 @@ "postfix": false, "binop": null }, - "start": 100687, - "end": 100688, + "start": 103077, + "end": 103078, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 25 }, "end": { - "line": 2164, + "line": 2206, "column": 26 } } @@ -860760,15 +861247,15 @@ "updateContext": null }, "value": "this", - "start": 100688, - "end": 100692, + "start": 103078, + "end": 103082, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 26 }, "end": { - "line": 2164, + "line": 2206, "column": 30 } } @@ -860785,15 +861272,15 @@ "postfix": false, "binop": null }, - "start": 100692, - "end": 100693, + "start": 103082, + "end": 103083, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 30 }, "end": { - "line": 2164, + "line": 2206, "column": 31 } } @@ -860811,15 +861298,15 @@ "binop": null, "updateContext": null }, - "start": 100693, - "end": 100694, + "start": 103083, + "end": 103084, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 31 }, "end": { - "line": 2164, + "line": 2206, "column": 32 } } @@ -860837,15 +861324,15 @@ "binop": null }, "value": "data", - "start": 100694, - "end": 100698, + "start": 103084, + "end": 103088, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 32 }, "end": { - "line": 2164, + "line": 2206, "column": 36 } } @@ -860862,15 +861349,15 @@ "postfix": false, "binop": null }, - "start": 100698, - "end": 100699, + "start": 103088, + "end": 103089, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 36 }, "end": { - "line": 2164, + "line": 2206, "column": 37 } } @@ -860887,15 +861374,15 @@ "postfix": false, "binop": null }, - "start": 100699, - "end": 100700, + "start": 103089, + "end": 103090, "loc": { "start": { - "line": 2164, + "line": 2206, "column": 37 }, "end": { - "line": 2164, + "line": 2206, "column": 38 } } @@ -860912,15 +861399,15 @@ "postfix": false, "binop": null }, - "start": 100713, - "end": 100714, + "start": 103103, + "end": 103104, "loc": { "start": { - "line": 2165, + "line": 2207, "column": 12 }, "end": { - "line": 2165, + "line": 2207, "column": 13 } } @@ -860940,15 +861427,15 @@ "updateContext": null }, "value": "if", - "start": 100740, - "end": 100742, + "start": 103130, + "end": 103132, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 12 }, "end": { - "line": 2167, + "line": 2209, "column": 14 } } @@ -860965,15 +861452,15 @@ "postfix": false, "binop": null }, - "start": 100743, - "end": 100744, + "start": 103133, + "end": 103134, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 15 }, "end": { - "line": 2167, + "line": 2209, "column": 16 } } @@ -860992,15 +861479,15 @@ "updateContext": null }, "value": "!", - "start": 100745, - "end": 100746, + "start": 103135, + "end": 103136, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 17 }, "end": { - "line": 2167, + "line": 2209, "column": 18 } } @@ -861018,15 +861505,15 @@ "binop": null }, "value": "_that", - "start": 100747, - "end": 100752, + "start": 103137, + "end": 103142, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 19 }, "end": { - "line": 2167, + "line": 2209, "column": 24 } } @@ -861044,15 +861531,15 @@ "binop": null, "updateContext": null }, - "start": 100752, - "end": 100753, + "start": 103142, + "end": 103143, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 24 }, "end": { - "line": 2167, + "line": 2209, "column": 25 } } @@ -861070,15 +861557,15 @@ "binop": null }, "value": "is_empty", - "start": 100753, - "end": 100761, + "start": 103143, + "end": 103151, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 25 }, "end": { - "line": 2167, + "line": 2209, "column": 33 } } @@ -861095,15 +861582,15 @@ "postfix": false, "binop": null }, - "start": 100761, - "end": 100762, + "start": 103151, + "end": 103152, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 33 }, "end": { - "line": 2167, + "line": 2209, "column": 34 } } @@ -861121,15 +861608,15 @@ "binop": null }, "value": "_data", - "start": 100763, - "end": 100768, + "start": 103153, + "end": 103158, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 35 }, "end": { - "line": 2167, + "line": 2209, "column": 40 } } @@ -861146,15 +861633,15 @@ "postfix": false, "binop": null }, - "start": 100769, - "end": 100770, + "start": 103159, + "end": 103160, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 41 }, "end": { - "line": 2167, + "line": 2209, "column": 42 } } @@ -861171,15 +861658,15 @@ "postfix": false, "binop": null }, - "start": 100771, - "end": 100772, + "start": 103161, + "end": 103162, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 43 }, "end": { - "line": 2167, + "line": 2209, "column": 44 } } @@ -861196,15 +861683,15 @@ "postfix": false, "binop": null }, - "start": 100773, - "end": 100774, + "start": 103163, + "end": 103164, "loc": { "start": { - "line": 2167, + "line": 2209, "column": 45 }, "end": { - "line": 2167, + "line": 2209, "column": 46 } } @@ -861222,15 +861709,15 @@ "binop": null }, "value": "_events", - "start": 100791, - "end": 100798, + "start": 103181, + "end": 103188, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 16 }, "end": { - "line": 2168, + "line": 2210, "column": 23 } } @@ -861248,15 +861735,15 @@ "binop": null, "updateContext": null }, - "start": 100798, - "end": 100799, + "start": 103188, + "end": 103189, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 23 }, "end": { - "line": 2168, + "line": 2210, "column": 24 } } @@ -861274,15 +861761,15 @@ "binop": null }, "value": "push", - "start": 100799, - "end": 100803, + "start": 103189, + "end": 103193, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 24 }, "end": { - "line": 2168, + "line": 2210, "column": 28 } } @@ -861299,15 +861786,15 @@ "postfix": false, "binop": null }, - "start": 100803, - "end": 100804, + "start": 103193, + "end": 103194, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 28 }, "end": { - "line": 2168, + "line": 2210, "column": 29 } } @@ -861325,15 +861812,15 @@ "binop": null }, "value": "_data", - "start": 100805, - "end": 100810, + "start": 103195, + "end": 103200, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 30 }, "end": { - "line": 2168, + "line": 2210, "column": 35 } } @@ -861350,15 +861837,15 @@ "postfix": false, "binop": null }, - "start": 100811, - "end": 100812, + "start": 103201, + "end": 103202, "loc": { "start": { - "line": 2168, + "line": 2210, "column": 36 }, "end": { - "line": 2168, + "line": 2210, "column": 37 } } @@ -861375,15 +861862,15 @@ "postfix": false, "binop": null }, - "start": 100825, - "end": 100826, + "start": 103215, + "end": 103216, "loc": { "start": { - "line": 2169, + "line": 2211, "column": 12 }, "end": { - "line": 2169, + "line": 2211, "column": 13 } } @@ -861400,15 +861887,15 @@ "postfix": false, "binop": null }, - "start": 100835, - "end": 100836, + "start": 103225, + "end": 103226, "loc": { "start": { - "line": 2170, + "line": 2212, "column": 8 }, "end": { - "line": 2170, + "line": 2212, "column": 9 } } @@ -861425,15 +861912,15 @@ "postfix": false, "binop": null }, - "start": 100836, - "end": 100837, + "start": 103226, + "end": 103227, "loc": { "start": { - "line": 2170, + "line": 2212, "column": 9 }, "end": { - "line": 2170, + "line": 2212, "column": 10 } } @@ -861441,15 +861928,15 @@ { "type": "CommentLine", "value": "console.log( '!_mapPlacedEvents:', _events )", - "start": 100838, - "end": 100884, + "start": 103228, + "end": 103274, "loc": { "start": { - "line": 2171, + "line": 2213, "column": 0 }, "end": { - "line": 2171, + "line": 2213, "column": 46 } } @@ -861469,15 +861956,15 @@ "updateContext": null }, "value": "return", - "start": 100902, - "end": 100908, + "start": 103292, + "end": 103298, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 8 }, "end": { - "line": 2173, + "line": 2215, "column": 14 } } @@ -861495,15 +861982,15 @@ "binop": null }, "value": "_events", - "start": 100909, - "end": 100916, + "start": 103299, + "end": 103306, "loc": { "start": { - "line": 2173, + "line": 2215, "column": 15 }, "end": { - "line": 2173, + "line": 2215, "column": 22 } } @@ -861520,15 +862007,15 @@ "postfix": false, "binop": null }, - "start": 100921, - "end": 100922, + "start": 103311, + "end": 103312, "loc": { "start": { - "line": 2174, + "line": 2216, "column": 4 }, "end": { - "line": 2174, + "line": 2216, "column": 5 } } @@ -861536,15 +862023,15 @@ { "type": "CommentBlock", "value": "*\n * Event when focus or blur\n * @private\n * @param {Object} event - \n ", - "start": 100932, - "end": 101023, + "start": 103322, + "end": 103413, "loc": { "start": { - "line": 2176, + "line": 2218, "column": 4 }, "end": { - "line": 2180, + "line": 2222, "column": 7 } } @@ -861562,15 +862049,15 @@ "binop": null }, "value": "_activeEvent", - "start": 101028, - "end": 101040, + "start": 103418, + "end": 103430, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 4 }, "end": { - "line": 2181, + "line": 2223, "column": 16 } } @@ -861587,15 +862074,15 @@ "postfix": false, "binop": null }, - "start": 101040, - "end": 101041, + "start": 103430, + "end": 103431, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 16 }, "end": { - "line": 2181, + "line": 2223, "column": 17 } } @@ -861613,15 +862100,15 @@ "binop": null }, "value": "event", - "start": 101042, - "end": 101047, + "start": 103432, + "end": 103437, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 18 }, "end": { - "line": 2181, + "line": 2223, "column": 23 } } @@ -861638,15 +862125,15 @@ "postfix": false, "binop": null }, - "start": 101048, - "end": 101049, + "start": 103438, + "end": 103439, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 24 }, "end": { - "line": 2181, + "line": 2223, "column": 25 } } @@ -861663,15 +862150,15 @@ "postfix": false, "binop": null }, - "start": 101050, - "end": 101051, + "start": 103440, + "end": 103441, "loc": { "start": { - "line": 2181, + "line": 2223, "column": 26 }, "end": { - "line": 2181, + "line": 2223, "column": 27 } } @@ -861679,15 +862166,15 @@ { "type": "CommentLine", "value": " console.log( '!_activeEvent:', event )", - "start": 101052, - "end": 101093, + "start": 103442, + "end": 103483, "loc": { "start": { - "line": 2182, + "line": 2224, "column": 0 }, "end": { - "line": 2182, + "line": 2224, "column": 41 } } @@ -861707,15 +862194,15 @@ "updateContext": null }, "value": "let", - "start": 101102, - "end": 101105, + "start": 103492, + "end": 103495, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 8 }, "end": { - "line": 2183, + "line": 2225, "column": 11 } } @@ -861733,15 +862220,15 @@ "binop": null }, "value": "_elem", - "start": 101106, - "end": 101111, + "start": 103496, + "end": 103501, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 12 }, "end": { - "line": 2183, + "line": 2225, "column": 17 } } @@ -861760,15 +862247,15 @@ "updateContext": null }, "value": "=", - "start": 101112, - "end": 101113, + "start": 103502, + "end": 103503, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 18 }, "end": { - "line": 2183, + "line": 2225, "column": 19 } } @@ -861786,15 +862273,15 @@ "binop": null }, "value": "event", - "start": 101114, - "end": 101119, + "start": 103504, + "end": 103509, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 20 }, "end": { - "line": 2183, + "line": 2225, "column": 25 } } @@ -861812,15 +862299,15 @@ "binop": null, "updateContext": null }, - "start": 101119, - "end": 101120, + "start": 103509, + "end": 103510, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 25 }, "end": { - "line": 2183, + "line": 2225, "column": 26 } } @@ -861838,15 +862325,15 @@ "binop": null }, "value": "target", - "start": 101120, - "end": 101126, + "start": 103510, + "end": 103516, "loc": { "start": { - "line": 2183, + "line": 2225, "column": 26 }, "end": { - "line": 2183, + "line": 2225, "column": 32 } } @@ -861866,15 +862353,15 @@ "updateContext": null }, "value": "if", - "start": 101144, - "end": 101146, + "start": 103534, + "end": 103536, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 8 }, "end": { - "line": 2185, + "line": 2227, "column": 10 } } @@ -861891,15 +862378,15 @@ "postfix": false, "binop": null }, - "start": 101147, - "end": 101148, + "start": 103537, + "end": 103538, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 11 }, "end": { - "line": 2185, + "line": 2227, "column": 12 } } @@ -861918,15 +862405,15 @@ "updateContext": null }, "value": "focusin", - "start": 101149, - "end": 101158, + "start": 103539, + "end": 103548, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 13 }, "end": { - "line": 2185, + "line": 2227, "column": 22 } } @@ -861945,15 +862432,15 @@ "updateContext": null }, "value": "===", - "start": 101159, - "end": 101162, + "start": 103549, + "end": 103552, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 23 }, "end": { - "line": 2185, + "line": 2227, "column": 26 } } @@ -861971,15 +862458,15 @@ "binop": null }, "value": "event", - "start": 101163, - "end": 101168, + "start": 103553, + "end": 103558, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 27 }, "end": { - "line": 2185, + "line": 2227, "column": 32 } } @@ -861997,15 +862484,15 @@ "binop": null, "updateContext": null }, - "start": 101168, - "end": 101169, + "start": 103558, + "end": 103559, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 32 }, "end": { - "line": 2185, + "line": 2227, "column": 33 } } @@ -862023,15 +862510,15 @@ "binop": null }, "value": "type", - "start": 101169, - "end": 101173, + "start": 103559, + "end": 103563, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 33 }, "end": { - "line": 2185, + "line": 2227, "column": 37 } } @@ -862048,15 +862535,15 @@ "postfix": false, "binop": null }, - "start": 101174, - "end": 101175, + "start": 103564, + "end": 103565, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 38 }, "end": { - "line": 2185, + "line": 2227, "column": 39 } } @@ -862073,15 +862560,15 @@ "postfix": false, "binop": null }, - "start": 101176, - "end": 101177, + "start": 103566, + "end": 103567, "loc": { "start": { - "line": 2185, + "line": 2227, "column": 40 }, "end": { - "line": 2185, + "line": 2227, "column": 41 } } @@ -862099,15 +862586,15 @@ "binop": null }, "value": "$", - "start": 101190, - "end": 101191, + "start": 103580, + "end": 103581, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 12 }, "end": { - "line": 2186, + "line": 2228, "column": 13 } } @@ -862124,15 +862611,15 @@ "postfix": false, "binop": null }, - "start": 101191, - "end": 101192, + "start": 103581, + "end": 103582, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 13 }, "end": { - "line": 2186, + "line": 2228, "column": 14 } } @@ -862150,15 +862637,15 @@ "binop": null }, "value": "Selector", - "start": 101193, - "end": 101201, + "start": 103583, + "end": 103591, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 15 }, "end": { - "line": 2186, + "line": 2228, "column": 23 } } @@ -862176,15 +862663,15 @@ "binop": null, "updateContext": null }, - "start": 101201, - "end": 101202, + "start": 103591, + "end": 103592, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 23 }, "end": { - "line": 2186, + "line": 2228, "column": 24 } } @@ -862202,15 +862689,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 101202, - "end": 101221, + "start": 103592, + "end": 103611, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 24 }, "end": { - "line": 2186, + "line": 2228, "column": 43 } } @@ -862227,15 +862714,15 @@ "postfix": false, "binop": null }, - "start": 101222, - "end": 101223, + "start": 103612, + "end": 103613, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 44 }, "end": { - "line": 2186, + "line": 2228, "column": 45 } } @@ -862253,15 +862740,15 @@ "binop": null, "updateContext": null }, - "start": 101223, - "end": 101224, + "start": 103613, + "end": 103614, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 45 }, "end": { - "line": 2186, + "line": 2228, "column": 46 } } @@ -862279,15 +862766,15 @@ "binop": null }, "value": "removeClass", - "start": 101224, - "end": 101235, + "start": 103614, + "end": 103625, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 46 }, "end": { - "line": 2186, + "line": 2228, "column": 57 } } @@ -862304,15 +862791,15 @@ "postfix": false, "binop": null }, - "start": 101235, - "end": 101236, + "start": 103625, + "end": 103626, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 57 }, "end": { - "line": 2186, + "line": 2228, "column": 58 } } @@ -862331,15 +862818,15 @@ "updateContext": null }, "value": "active", - "start": 101237, - "end": 101245, + "start": 103627, + "end": 103635, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 59 }, "end": { - "line": 2186, + "line": 2228, "column": 67 } } @@ -862356,15 +862843,15 @@ "postfix": false, "binop": null }, - "start": 101246, - "end": 101247, + "start": 103636, + "end": 103637, "loc": { "start": { - "line": 2186, + "line": 2228, "column": 68 }, "end": { - "line": 2186, + "line": 2228, "column": 69 } } @@ -862382,15 +862869,15 @@ "binop": null }, "value": "$", - "start": 101260, - "end": 101261, + "start": 103650, + "end": 103651, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 12 }, "end": { - "line": 2187, + "line": 2229, "column": 13 } } @@ -862407,15 +862894,15 @@ "postfix": false, "binop": null }, - "start": 101261, - "end": 101262, + "start": 103651, + "end": 103652, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 13 }, "end": { - "line": 2187, + "line": 2229, "column": 14 } } @@ -862433,15 +862920,15 @@ "binop": null }, "value": "_elem", - "start": 101262, - "end": 101267, + "start": 103652, + "end": 103657, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 14 }, "end": { - "line": 2187, + "line": 2229, "column": 19 } } @@ -862458,15 +862945,15 @@ "postfix": false, "binop": null }, - "start": 101267, - "end": 101268, + "start": 103657, + "end": 103658, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 19 }, "end": { - "line": 2187, + "line": 2229, "column": 20 } } @@ -862484,15 +862971,15 @@ "binop": null, "updateContext": null }, - "start": 101268, - "end": 101269, + "start": 103658, + "end": 103659, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 20 }, "end": { - "line": 2187, + "line": 2229, "column": 21 } } @@ -862510,15 +862997,15 @@ "binop": null }, "value": "addClass", - "start": 101269, - "end": 101277, + "start": 103659, + "end": 103667, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 21 }, "end": { - "line": 2187, + "line": 2229, "column": 29 } } @@ -862535,15 +863022,15 @@ "postfix": false, "binop": null }, - "start": 101277, - "end": 101278, + "start": 103667, + "end": 103668, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 29 }, "end": { - "line": 2187, + "line": 2229, "column": 30 } } @@ -862562,15 +863049,15 @@ "updateContext": null }, "value": "active", - "start": 101279, - "end": 101287, + "start": 103669, + "end": 103677, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 31 }, "end": { - "line": 2187, + "line": 2229, "column": 39 } } @@ -862587,15 +863074,15 @@ "postfix": false, "binop": null }, - "start": 101288, - "end": 101289, + "start": 103678, + "end": 103679, "loc": { "start": { - "line": 2187, + "line": 2229, "column": 40 }, "end": { - "line": 2187, + "line": 2229, "column": 41 } } @@ -862612,15 +863099,15 @@ "postfix": false, "binop": null }, - "start": 101298, - "end": 101299, + "start": 103688, + "end": 103689, "loc": { "start": { - "line": 2188, + "line": 2230, "column": 8 }, "end": { - "line": 2188, + "line": 2230, "column": 9 } } @@ -862640,15 +863127,15 @@ "updateContext": null }, "value": "else", - "start": 101300, - "end": 101304, + "start": 103690, + "end": 103694, "loc": { "start": { - "line": 2188, + "line": 2230, "column": 10 }, "end": { - "line": 2188, + "line": 2230, "column": 14 } } @@ -862668,15 +863155,15 @@ "updateContext": null }, "value": "if", - "start": 101313, - "end": 101315, + "start": 103703, + "end": 103705, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 8 }, "end": { - "line": 2189, + "line": 2231, "column": 10 } } @@ -862693,15 +863180,15 @@ "postfix": false, "binop": null }, - "start": 101316, - "end": 101317, + "start": 103706, + "end": 103707, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 11 }, "end": { - "line": 2189, + "line": 2231, "column": 12 } } @@ -862720,15 +863207,15 @@ "updateContext": null }, "value": "focusout", - "start": 101318, - "end": 101328, + "start": 103708, + "end": 103718, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 13 }, "end": { - "line": 2189, + "line": 2231, "column": 23 } } @@ -862747,15 +863234,15 @@ "updateContext": null }, "value": "===", - "start": 101329, - "end": 101332, + "start": 103719, + "end": 103722, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 24 }, "end": { - "line": 2189, + "line": 2231, "column": 27 } } @@ -862773,15 +863260,15 @@ "binop": null }, "value": "event", - "start": 101333, - "end": 101338, + "start": 103723, + "end": 103728, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 28 }, "end": { - "line": 2189, + "line": 2231, "column": 33 } } @@ -862799,15 +863286,15 @@ "binop": null, "updateContext": null }, - "start": 101338, - "end": 101339, + "start": 103728, + "end": 103729, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 33 }, "end": { - "line": 2189, + "line": 2231, "column": 34 } } @@ -862825,15 +863312,15 @@ "binop": null }, "value": "type", - "start": 101339, - "end": 101343, + "start": 103729, + "end": 103733, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 34 }, "end": { - "line": 2189, + "line": 2231, "column": 38 } } @@ -862850,15 +863337,15 @@ "postfix": false, "binop": null }, - "start": 101344, - "end": 101345, + "start": 103734, + "end": 103735, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 39 }, "end": { - "line": 2189, + "line": 2231, "column": 40 } } @@ -862875,15 +863362,15 @@ "postfix": false, "binop": null }, - "start": 101346, - "end": 101347, + "start": 103736, + "end": 103737, "loc": { "start": { - "line": 2189, + "line": 2231, "column": 41 }, "end": { - "line": 2189, + "line": 2231, "column": 42 } } @@ -862901,15 +863388,15 @@ "binop": null }, "value": "$", - "start": 101360, - "end": 101361, + "start": 103750, + "end": 103751, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 12 }, "end": { - "line": 2190, + "line": 2232, "column": 13 } } @@ -862926,15 +863413,15 @@ "postfix": false, "binop": null }, - "start": 101361, - "end": 101362, + "start": 103751, + "end": 103752, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 13 }, "end": { - "line": 2190, + "line": 2232, "column": 14 } } @@ -862952,15 +863439,15 @@ "binop": null }, "value": "_elem", - "start": 101362, - "end": 101367, + "start": 103752, + "end": 103757, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 14 }, "end": { - "line": 2190, + "line": 2232, "column": 19 } } @@ -862977,15 +863464,15 @@ "postfix": false, "binop": null }, - "start": 101367, - "end": 101368, + "start": 103757, + "end": 103758, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 19 }, "end": { - "line": 2190, + "line": 2232, "column": 20 } } @@ -863003,15 +863490,15 @@ "binop": null, "updateContext": null }, - "start": 101368, - "end": 101369, + "start": 103758, + "end": 103759, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 20 }, "end": { - "line": 2190, + "line": 2232, "column": 21 } } @@ -863029,15 +863516,15 @@ "binop": null }, "value": "removeClass", - "start": 101369, - "end": 101380, + "start": 103759, + "end": 103770, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 21 }, "end": { - "line": 2190, + "line": 2232, "column": 32 } } @@ -863054,15 +863541,15 @@ "postfix": false, "binop": null }, - "start": 101380, - "end": 101381, + "start": 103770, + "end": 103771, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 32 }, "end": { - "line": 2190, + "line": 2232, "column": 33 } } @@ -863081,15 +863568,15 @@ "updateContext": null }, "value": "active", - "start": 101382, - "end": 101390, + "start": 103772, + "end": 103780, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 34 }, "end": { - "line": 2190, + "line": 2232, "column": 42 } } @@ -863106,15 +863593,15 @@ "postfix": false, "binop": null }, - "start": 101391, - "end": 101392, + "start": 103781, + "end": 103782, "loc": { "start": { - "line": 2190, + "line": 2232, "column": 43 }, "end": { - "line": 2190, + "line": 2232, "column": 44 } } @@ -863131,15 +863618,15 @@ "postfix": false, "binop": null }, - "start": 101401, - "end": 101402, + "start": 103791, + "end": 103792, "loc": { "start": { - "line": 2191, + "line": 2233, "column": 8 }, "end": { - "line": 2191, + "line": 2233, "column": 9 } } @@ -863156,15 +863643,15 @@ "postfix": false, "binop": null }, - "start": 101407, - "end": 101408, + "start": 103797, + "end": 103798, "loc": { "start": { - "line": 2192, + "line": 2234, "column": 4 }, "end": { - "line": 2192, + "line": 2234, "column": 5 } } @@ -863172,15 +863659,15 @@ { "type": "CommentBlock", "value": "*\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n ", - "start": 101418, - "end": 101527, + "start": 103808, + "end": 103917, "loc": { "start": { - "line": 2194, + "line": 2236, "column": 4 }, "end": { - "line": 2198, + "line": 2240, "column": 7 } } @@ -863198,15 +863685,15 @@ "binop": null }, "value": "_hoverPointer", - "start": 101532, - "end": 101545, + "start": 103922, + "end": 103935, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 4 }, "end": { - "line": 2199, + "line": 2241, "column": 17 } } @@ -863223,15 +863710,15 @@ "postfix": false, "binop": null }, - "start": 101545, - "end": 101546, + "start": 103935, + "end": 103936, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 17 }, "end": { - "line": 2199, + "line": 2241, "column": 18 } } @@ -863249,15 +863736,15 @@ "binop": null }, "value": "event", - "start": 101547, - "end": 101552, + "start": 103937, + "end": 103942, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 19 }, "end": { - "line": 2199, + "line": 2241, "column": 24 } } @@ -863274,15 +863761,15 @@ "postfix": false, "binop": null }, - "start": 101553, - "end": 101554, + "start": 103943, + "end": 103944, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 25 }, "end": { - "line": 2199, + "line": 2241, "column": 26 } } @@ -863299,15 +863786,15 @@ "postfix": false, "binop": null }, - "start": 101555, - "end": 101556, + "start": 103945, + "end": 103946, "loc": { "start": { - "line": 2199, + "line": 2241, "column": 27 }, "end": { - "line": 2199, + "line": 2241, "column": 28 } } @@ -863327,15 +863814,15 @@ "updateContext": null }, "value": "let", - "start": 101565, - "end": 101568, + "start": 103955, + "end": 103958, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 8 }, "end": { - "line": 2200, + "line": 2242, "column": 11 } } @@ -863353,15 +863840,15 @@ "binop": null }, "value": "_props", - "start": 101569, - "end": 101575, + "start": 103959, + "end": 103965, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 12 }, "end": { - "line": 2200, + "line": 2242, "column": 18 } } @@ -863380,15 +863867,15 @@ "updateContext": null }, "value": "=", - "start": 101576, - "end": 101577, + "start": 103966, + "end": 103967, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 19 }, "end": { - "line": 2200, + "line": 2242, "column": 20 } } @@ -863408,15 +863895,15 @@ "updateContext": null }, "value": "this", - "start": 101578, - "end": 101582, + "start": 103968, + "end": 103972, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 21 }, "end": { - "line": 2200, + "line": 2242, "column": 25 } } @@ -863434,15 +863921,15 @@ "binop": null, "updateContext": null }, - "start": 101582, - "end": 101583, + "start": 103972, + "end": 103973, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 25 }, "end": { - "line": 2200, + "line": 2242, "column": 26 } } @@ -863460,15 +863947,15 @@ "binop": null }, "value": "_instanceProps", - "start": 101583, - "end": 101597, + "start": 103973, + "end": 103987, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 26 }, "end": { - "line": 2200, + "line": 2242, "column": 40 } } @@ -863486,15 +863973,15 @@ "binop": null, "updateContext": null }, - "start": 101597, - "end": 101598, + "start": 103987, + "end": 103988, "loc": { "start": { - "line": 2200, + "line": 2242, "column": 40 }, "end": { - "line": 2200, + "line": 2242, "column": 41 } } @@ -863512,15 +863999,15 @@ "binop": null }, "value": "_elem", - "start": 101611, - "end": 101616, + "start": 104001, + "end": 104006, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 12 }, "end": { - "line": 2201, + "line": 2243, "column": 17 } } @@ -863539,15 +864026,15 @@ "updateContext": null }, "value": "=", - "start": 101618, - "end": 101619, + "start": 104008, + "end": 104009, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 19 }, "end": { - "line": 2201, + "line": 2243, "column": 20 } } @@ -863565,15 +864052,15 @@ "binop": null }, "value": "event", - "start": 101620, - "end": 101625, + "start": 104010, + "end": 104015, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 21 }, "end": { - "line": 2201, + "line": 2243, "column": 26 } } @@ -863591,15 +864078,15 @@ "binop": null, "updateContext": null }, - "start": 101625, - "end": 101626, + "start": 104015, + "end": 104016, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 26 }, "end": { - "line": 2201, + "line": 2243, "column": 27 } } @@ -863617,15 +864104,15 @@ "binop": null }, "value": "target", - "start": 101626, - "end": 101632, + "start": 104016, + "end": 104022, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 27 }, "end": { - "line": 2201, + "line": 2243, "column": 33 } } @@ -863643,15 +864130,15 @@ "binop": null, "updateContext": null }, - "start": 101632, - "end": 101633, + "start": 104022, + "end": 104023, "loc": { "start": { - "line": 2201, + "line": 2243, "column": 33 }, "end": { - "line": 2201, + "line": 2243, "column": 34 } } @@ -863669,15 +864156,15 @@ "binop": null }, "value": "_base", - "start": 101646, - "end": 101651, + "start": 104036, + "end": 104041, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 12 }, "end": { - "line": 2202, + "line": 2244, "column": 17 } } @@ -863696,15 +864183,15 @@ "updateContext": null }, "value": "=", - "start": 101653, - "end": 101654, + "start": 104043, + "end": 104044, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 19 }, "end": { - "line": 2202, + "line": 2244, "column": 20 } } @@ -863721,15 +864208,15 @@ "postfix": false, "binop": null }, - "start": 101655, - "end": 101656, + "start": 104045, + "end": 104046, "loc": { "start": { - "line": 2202, + "line": 2244, "column": 21 }, "end": { - "line": 2202, + "line": 2244, "column": 22 } } @@ -863747,15 +864234,15 @@ "binop": null }, "value": "left", - "start": 101673, - "end": 101677, + "start": 104063, + "end": 104067, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 16 }, "end": { - "line": 2203, + "line": 2245, "column": 20 } } @@ -863773,15 +864260,15 @@ "binop": null, "updateContext": null }, - "start": 101679, - "end": 101680, + "start": 104069, + "end": 104070, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 22 }, "end": { - "line": 2203, + "line": 2245, "column": 23 } } @@ -863799,15 +864286,15 @@ "binop": null }, "value": "$", - "start": 101681, - "end": 101682, + "start": 104071, + "end": 104072, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 24 }, "end": { - "line": 2203, + "line": 2245, "column": 25 } } @@ -863824,15 +864311,15 @@ "postfix": false, "binop": null }, - "start": 101682, - "end": 101683, + "start": 104072, + "end": 104073, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 25 }, "end": { - "line": 2203, + "line": 2245, "column": 26 } } @@ -863850,15 +864337,15 @@ "binop": null }, "value": "_elem", - "start": 101683, - "end": 101688, + "start": 104073, + "end": 104078, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 26 }, "end": { - "line": 2203, + "line": 2245, "column": 31 } } @@ -863875,15 +864362,15 @@ "postfix": false, "binop": null }, - "start": 101688, - "end": 101689, + "start": 104078, + "end": 104079, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 31 }, "end": { - "line": 2203, + "line": 2245, "column": 32 } } @@ -863901,15 +864388,15 @@ "binop": null, "updateContext": null }, - "start": 101689, - "end": 101690, + "start": 104079, + "end": 104080, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 32 }, "end": { - "line": 2203, + "line": 2245, "column": 33 } } @@ -863927,15 +864414,15 @@ "binop": null }, "value": "data", - "start": 101690, - "end": 101694, + "start": 104080, + "end": 104084, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 33 }, "end": { - "line": 2203, + "line": 2245, "column": 37 } } @@ -863952,15 +864439,15 @@ "postfix": false, "binop": null }, - "start": 101694, - "end": 101695, + "start": 104084, + "end": 104085, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 37 }, "end": { - "line": 2203, + "line": 2245, "column": 38 } } @@ -863979,15 +864466,15 @@ "updateContext": null }, "value": "baseLeft", - "start": 101696, - "end": 101706, + "start": 104086, + "end": 104096, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 39 }, "end": { - "line": 2203, + "line": 2245, "column": 49 } } @@ -864004,15 +864491,15 @@ "postfix": false, "binop": null }, - "start": 101707, - "end": 101708, + "start": 104097, + "end": 104098, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 50 }, "end": { - "line": 2203, + "line": 2245, "column": 51 } } @@ -864030,15 +864517,15 @@ "binop": null, "updateContext": null }, - "start": 101708, - "end": 101709, + "start": 104098, + "end": 104099, "loc": { "start": { - "line": 2203, + "line": 2245, "column": 51 }, "end": { - "line": 2203, + "line": 2245, "column": 52 } } @@ -864056,15 +864543,15 @@ "binop": null }, "value": "top", - "start": 101726, - "end": 101729, + "start": 104116, + "end": 104119, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 16 }, "end": { - "line": 2204, + "line": 2246, "column": 19 } } @@ -864082,15 +864569,15 @@ "binop": null, "updateContext": null }, - "start": 101732, - "end": 101733, + "start": 104122, + "end": 104123, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 22 }, "end": { - "line": 2204, + "line": 2246, "column": 23 } } @@ -864108,15 +864595,15 @@ "binop": null }, "value": "$", - "start": 101734, - "end": 101735, + "start": 104124, + "end": 104125, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 24 }, "end": { - "line": 2204, + "line": 2246, "column": 25 } } @@ -864133,15 +864620,15 @@ "postfix": false, "binop": null }, - "start": 101735, - "end": 101736, + "start": 104125, + "end": 104126, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 25 }, "end": { - "line": 2204, + "line": 2246, "column": 26 } } @@ -864159,15 +864646,15 @@ "binop": null }, "value": "_elem", - "start": 101736, - "end": 101741, + "start": 104126, + "end": 104131, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 26 }, "end": { - "line": 2204, + "line": 2246, "column": 31 } } @@ -864184,15 +864671,15 @@ "postfix": false, "binop": null }, - "start": 101741, - "end": 101742, + "start": 104131, + "end": 104132, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 31 }, "end": { - "line": 2204, + "line": 2246, "column": 32 } } @@ -864210,15 +864697,15 @@ "binop": null, "updateContext": null }, - "start": 101742, - "end": 101743, + "start": 104132, + "end": 104133, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 32 }, "end": { - "line": 2204, + "line": 2246, "column": 33 } } @@ -864236,15 +864723,15 @@ "binop": null }, "value": "data", - "start": 101743, - "end": 101747, + "start": 104133, + "end": 104137, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 33 }, "end": { - "line": 2204, + "line": 2246, "column": 37 } } @@ -864261,15 +864748,15 @@ "postfix": false, "binop": null }, - "start": 101747, - "end": 101748, + "start": 104137, + "end": 104138, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 37 }, "end": { - "line": 2204, + "line": 2246, "column": 38 } } @@ -864288,15 +864775,15 @@ "updateContext": null }, "value": "baseTop", - "start": 101749, - "end": 101758, + "start": 104139, + "end": 104148, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 39 }, "end": { - "line": 2204, + "line": 2246, "column": 48 } } @@ -864313,15 +864800,15 @@ "postfix": false, "binop": null }, - "start": 101759, - "end": 101760, + "start": 104149, + "end": 104150, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 49 }, "end": { - "line": 2204, + "line": 2246, "column": 50 } } @@ -864339,15 +864826,15 @@ "binop": null, "updateContext": null }, - "start": 101760, - "end": 101761, + "start": 104150, + "end": 104151, "loc": { "start": { - "line": 2204, + "line": 2246, "column": 50 }, "end": { - "line": 2204, + "line": 2246, "column": 51 } } @@ -864365,15 +864852,15 @@ "binop": null }, "value": "width", - "start": 101778, - "end": 101783, + "start": 104168, + "end": 104173, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 16 }, "end": { - "line": 2205, + "line": 2247, "column": 21 } } @@ -864391,15 +864878,15 @@ "binop": null, "updateContext": null }, - "start": 101784, - "end": 101785, + "start": 104174, + "end": 104175, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 22 }, "end": { - "line": 2205, + "line": 2247, "column": 23 } } @@ -864417,15 +864904,15 @@ "binop": null }, "value": "$", - "start": 101786, - "end": 101787, + "start": 104176, + "end": 104177, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 24 }, "end": { - "line": 2205, + "line": 2247, "column": 25 } } @@ -864442,15 +864929,15 @@ "postfix": false, "binop": null }, - "start": 101787, - "end": 101788, + "start": 104177, + "end": 104178, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 25 }, "end": { - "line": 2205, + "line": 2247, "column": 26 } } @@ -864468,15 +864955,15 @@ "binop": null }, "value": "_elem", - "start": 101788, - "end": 101793, + "start": 104178, + "end": 104183, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 26 }, "end": { - "line": 2205, + "line": 2247, "column": 31 } } @@ -864493,15 +864980,15 @@ "postfix": false, "binop": null }, - "start": 101793, - "end": 101794, + "start": 104183, + "end": 104184, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 31 }, "end": { - "line": 2205, + "line": 2247, "column": 32 } } @@ -864519,15 +865006,15 @@ "binop": null, "updateContext": null }, - "start": 101794, - "end": 101795, + "start": 104184, + "end": 104185, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 32 }, "end": { - "line": 2205, + "line": 2247, "column": 33 } } @@ -864545,15 +865032,15 @@ "binop": null }, "value": "data", - "start": 101795, - "end": 101799, + "start": 104185, + "end": 104189, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 33 }, "end": { - "line": 2205, + "line": 2247, "column": 37 } } @@ -864570,15 +865057,15 @@ "postfix": false, "binop": null }, - "start": 101799, - "end": 101800, + "start": 104189, + "end": 104190, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 37 }, "end": { - "line": 2205, + "line": 2247, "column": 38 } } @@ -864597,15 +865084,15 @@ "updateContext": null }, "value": "baseSize", - "start": 101801, - "end": 101811, + "start": 104191, + "end": 104201, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 39 }, "end": { - "line": 2205, + "line": 2247, "column": 49 } } @@ -864622,15 +865109,15 @@ "postfix": false, "binop": null }, - "start": 101812, - "end": 101813, + "start": 104202, + "end": 104203, "loc": { "start": { - "line": 2205, + "line": 2247, "column": 50 }, "end": { - "line": 2205, + "line": 2247, "column": 51 } } @@ -864647,15 +865134,15 @@ "postfix": false, "binop": null }, - "start": 101826, - "end": 101827, + "start": 104216, + "end": 104217, "loc": { "start": { - "line": 2206, + "line": 2248, "column": 12 }, "end": { - "line": 2206, + "line": 2248, "column": 13 } } @@ -864673,15 +865160,15 @@ "binop": null, "updateContext": null }, - "start": 101827, - "end": 101828, + "start": 104217, + "end": 104218, "loc": { "start": { - "line": 2206, + "line": 2248, "column": 13 }, "end": { - "line": 2206, + "line": 2248, "column": 14 } } @@ -864699,15 +865186,15 @@ "binop": null }, "value": "_x", - "start": 101841, - "end": 101843, + "start": 104231, + "end": 104233, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 12 }, "end": { - "line": 2207, + "line": 2249, "column": 14 } } @@ -864726,15 +865213,15 @@ "updateContext": null }, "value": "=", - "start": 101848, - "end": 101849, + "start": 104238, + "end": 104239, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 19 }, "end": { - "line": 2207, + "line": 2249, "column": 20 } } @@ -864752,15 +865239,15 @@ "binop": null }, "value": "_base", - "start": 101850, - "end": 101855, + "start": 104240, + "end": 104245, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 21 }, "end": { - "line": 2207, + "line": 2249, "column": 26 } } @@ -864778,15 +865265,15 @@ "binop": null, "updateContext": null }, - "start": 101855, - "end": 101856, + "start": 104245, + "end": 104246, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 26 }, "end": { - "line": 2207, + "line": 2249, "column": 27 } } @@ -864804,15 +865291,15 @@ "binop": null }, "value": "left", - "start": 101856, - "end": 101860, + "start": 104246, + "end": 104250, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 27 }, "end": { - "line": 2207, + "line": 2249, "column": 31 } } @@ -864830,15 +865317,15 @@ "binop": null, "updateContext": null }, - "start": 101860, - "end": 101861, + "start": 104250, + "end": 104251, "loc": { "start": { - "line": 2207, + "line": 2249, "column": 31 }, "end": { - "line": 2207, + "line": 2249, "column": 32 } } @@ -864856,15 +865343,15 @@ "binop": null }, "value": "_y", - "start": 101874, - "end": 101876, + "start": 104264, + "end": 104266, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 12 }, "end": { - "line": 2208, + "line": 2250, "column": 14 } } @@ -864883,15 +865370,15 @@ "updateContext": null }, "value": "=", - "start": 101881, - "end": 101882, + "start": 104271, + "end": 104272, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 19 }, "end": { - "line": 2208, + "line": 2250, "column": 20 } } @@ -864909,15 +865396,15 @@ "binop": null }, "value": "_base", - "start": 101883, - "end": 101888, + "start": 104273, + "end": 104278, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 21 }, "end": { - "line": 2208, + "line": 2250, "column": 26 } } @@ -864935,15 +865422,15 @@ "binop": null, "updateContext": null }, - "start": 101888, - "end": 101889, + "start": 104278, + "end": 104279, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 26 }, "end": { - "line": 2208, + "line": 2250, "column": 27 } } @@ -864961,15 +865448,15 @@ "binop": null }, "value": "top", - "start": 101889, - "end": 101892, + "start": 104279, + "end": 104282, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 27 }, "end": { - "line": 2208, + "line": 2250, "column": 30 } } @@ -864987,15 +865474,15 @@ "binop": null, "updateContext": null }, - "start": 101892, - "end": 101893, + "start": 104282, + "end": 104283, "loc": { "start": { - "line": 2208, + "line": 2250, "column": 30 }, "end": { - "line": 2208, + "line": 2250, "column": 31 } } @@ -865013,15 +865500,15 @@ "binop": null }, "value": "_w", - "start": 101906, - "end": 101908, + "start": 104296, + "end": 104298, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 12 }, "end": { - "line": 2209, + "line": 2251, "column": 14 } } @@ -865040,15 +865527,15 @@ "updateContext": null }, "value": "=", - "start": 101913, - "end": 101914, + "start": 104303, + "end": 104304, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 19 }, "end": { - "line": 2209, + "line": 2251, "column": 20 } } @@ -865066,15 +865553,15 @@ "binop": null }, "value": "_base", - "start": 101915, - "end": 101920, + "start": 104305, + "end": 104310, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 21 }, "end": { - "line": 2209, + "line": 2251, "column": 26 } } @@ -865092,15 +865579,15 @@ "binop": null, "updateContext": null }, - "start": 101920, - "end": 101921, + "start": 104310, + "end": 104311, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 26 }, "end": { - "line": 2209, + "line": 2251, "column": 27 } } @@ -865118,15 +865605,15 @@ "binop": null }, "value": "width", - "start": 101921, - "end": 101926, + "start": 104311, + "end": 104316, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 27 }, "end": { - "line": 2209, + "line": 2251, "column": 32 } } @@ -865144,15 +865631,15 @@ "binop": null, "updateContext": null }, - "start": 101926, - "end": 101927, + "start": 104316, + "end": 104317, "loc": { "start": { - "line": 2209, + "line": 2251, "column": 32 }, "end": { - "line": 2209, + "line": 2251, "column": 33 } } @@ -865170,15 +865657,15 @@ "binop": null }, "value": "_z", - "start": 101940, - "end": 101942, + "start": 104330, + "end": 104332, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 12 }, "end": { - "line": 2210, + "line": 2252, "column": 14 } } @@ -865197,15 +865684,15 @@ "updateContext": null }, "value": "=", - "start": 101947, - "end": 101948, + "start": 104337, + "end": 104338, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 19 }, "end": { - "line": 2210, + "line": 2252, "column": 20 } } @@ -865224,15 +865711,15 @@ "updateContext": null }, "value": 5, - "start": 101949, - "end": 101950, + "start": 104339, + "end": 104340, "loc": { "start": { - "line": 2210, + "line": 2252, "column": 21 }, "end": { - "line": 2210, + "line": 2252, "column": 22 } } @@ -865240,15 +865727,15 @@ { "type": "CommentLine", "value": "console.log( '!_hoverPointer:', _props )", - "start": 101960, - "end": 102002, + "start": 104350, + "end": 104392, "loc": { "start": { - "line": 2212, + "line": 2254, "column": 0 }, "end": { - "line": 2212, + "line": 2254, "column": 42 } } @@ -865268,15 +865755,15 @@ "updateContext": null }, "value": "if", - "start": 102011, - "end": 102013, + "start": 104401, + "end": 104403, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 8 }, "end": { - "line": 2213, + "line": 2255, "column": 10 } } @@ -865293,15 +865780,15 @@ "postfix": false, "binop": null }, - "start": 102014, - "end": 102015, + "start": 104404, + "end": 104405, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 11 }, "end": { - "line": 2213, + "line": 2255, "column": 12 } } @@ -865320,15 +865807,15 @@ "updateContext": null }, "value": "mouseenter", - "start": 102016, - "end": 102028, + "start": 104406, + "end": 104418, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 13 }, "end": { - "line": 2213, + "line": 2255, "column": 25 } } @@ -865347,15 +865834,15 @@ "updateContext": null }, "value": "===", - "start": 102029, - "end": 102032, + "start": 104419, + "end": 104422, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 26 }, "end": { - "line": 2213, + "line": 2255, "column": 29 } } @@ -865373,15 +865860,15 @@ "binop": null }, "value": "event", - "start": 102033, - "end": 102038, + "start": 104423, + "end": 104428, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 30 }, "end": { - "line": 2213, + "line": 2255, "column": 35 } } @@ -865399,15 +865886,15 @@ "binop": null, "updateContext": null }, - "start": 102038, - "end": 102039, + "start": 104428, + "end": 104429, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 35 }, "end": { - "line": 2213, + "line": 2255, "column": 36 } } @@ -865425,15 +865912,15 @@ "binop": null }, "value": "type", - "start": 102039, - "end": 102043, + "start": 104429, + "end": 104433, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 36 }, "end": { - "line": 2213, + "line": 2255, "column": 40 } } @@ -865450,15 +865937,15 @@ "postfix": false, "binop": null }, - "start": 102044, - "end": 102045, + "start": 104434, + "end": 104435, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 41 }, "end": { - "line": 2213, + "line": 2255, "column": 42 } } @@ -865475,15 +865962,15 @@ "postfix": false, "binop": null }, - "start": 102046, - "end": 102047, + "start": 104436, + "end": 104437, "loc": { "start": { - "line": 2213, + "line": 2255, "column": 43 }, "end": { - "line": 2213, + "line": 2255, "column": 44 } } @@ -865501,15 +865988,15 @@ "binop": null }, "value": "_w", - "start": 102060, - "end": 102062, + "start": 104450, + "end": 104452, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 12 }, "end": { - "line": 2214, + "line": 2256, "column": 14 } } @@ -865528,15 +866015,15 @@ "updateContext": null }, "value": "=", - "start": 102063, - "end": 102064, + "start": 104453, + "end": 104454, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 15 }, "end": { - "line": 2214, + "line": 2256, "column": 16 } } @@ -865554,15 +866041,15 @@ "binop": null }, "value": "Math", - "start": 102065, - "end": 102069, + "start": 104455, + "end": 104459, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 17 }, "end": { - "line": 2214, + "line": 2256, "column": 21 } } @@ -865580,15 +866067,15 @@ "binop": null, "updateContext": null }, - "start": 102069, - "end": 102070, + "start": 104459, + "end": 104460, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 21 }, "end": { - "line": 2214, + "line": 2256, "column": 22 } } @@ -865606,15 +866093,15 @@ "binop": null }, "value": "max", - "start": 102070, - "end": 102073, + "start": 104460, + "end": 104463, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 22 }, "end": { - "line": 2214, + "line": 2256, "column": 25 } } @@ -865631,15 +866118,15 @@ "postfix": false, "binop": null }, - "start": 102073, - "end": 102074, + "start": 104463, + "end": 104464, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 25 }, "end": { - "line": 2214, + "line": 2256, "column": 26 } } @@ -865659,15 +866146,15 @@ "updateContext": null }, "value": "this", - "start": 102075, - "end": 102079, + "start": 104465, + "end": 104469, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 27 }, "end": { - "line": 2214, + "line": 2256, "column": 31 } } @@ -865685,15 +866172,15 @@ "binop": null, "updateContext": null }, - "start": 102079, - "end": 102080, + "start": 104469, + "end": 104470, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 31 }, "end": { - "line": 2214, + "line": 2256, "column": 32 } } @@ -865711,15 +866198,15 @@ "binop": null }, "value": "numRound", - "start": 102080, - "end": 102088, + "start": 104470, + "end": 104478, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 32 }, "end": { - "line": 2214, + "line": 2256, "column": 40 } } @@ -865736,15 +866223,15 @@ "postfix": false, "binop": null }, - "start": 102088, - "end": 102089, + "start": 104478, + "end": 104479, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 40 }, "end": { - "line": 2214, + "line": 2256, "column": 41 } } @@ -865762,15 +866249,15 @@ "binop": null }, "value": "_w", - "start": 102090, - "end": 102092, + "start": 104480, + "end": 104482, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 42 }, "end": { - "line": 2214, + "line": 2256, "column": 44 } } @@ -865789,15 +866276,15 @@ "updateContext": null }, "value": "*", - "start": 102093, - "end": 102094, + "start": 104483, + "end": 104484, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 45 }, "end": { - "line": 2214, + "line": 2256, "column": 46 } } @@ -865816,15 +866303,15 @@ "updateContext": null }, "value": 1.2, - "start": 102095, - "end": 102098, + "start": 104485, + "end": 104488, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 47 }, "end": { - "line": 2214, + "line": 2256, "column": 50 } } @@ -865842,15 +866329,15 @@ "binop": null, "updateContext": null }, - "start": 102098, - "end": 102099, + "start": 104488, + "end": 104489, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 50 }, "end": { - "line": 2214, + "line": 2256, "column": 51 } } @@ -865869,15 +866356,15 @@ "updateContext": null }, "value": "ceil", - "start": 102100, - "end": 102106, + "start": 104490, + "end": 104496, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 52 }, "end": { - "line": 2214, + "line": 2256, "column": 58 } } @@ -865894,15 +866381,15 @@ "postfix": false, "binop": null }, - "start": 102107, - "end": 102108, + "start": 104497, + "end": 104498, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 59 }, "end": { - "line": 2214, + "line": 2256, "column": 60 } } @@ -865920,15 +866407,15 @@ "binop": null, "updateContext": null }, - "start": 102108, - "end": 102109, + "start": 104498, + "end": 104499, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 60 }, "end": { - "line": 2214, + "line": 2256, "column": 61 } } @@ -865946,15 +866433,15 @@ "binop": null }, "value": "Math", - "start": 102110, - "end": 102114, + "start": 104500, + "end": 104504, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 62 }, "end": { - "line": 2214, + "line": 2256, "column": 66 } } @@ -865972,15 +866459,15 @@ "binop": null, "updateContext": null }, - "start": 102114, - "end": 102115, + "start": 104504, + "end": 104505, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 66 }, "end": { - "line": 2214, + "line": 2256, "column": 67 } } @@ -865998,15 +866485,15 @@ "binop": null }, "value": "min", - "start": 102115, - "end": 102118, + "start": 104505, + "end": 104508, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 67 }, "end": { - "line": 2214, + "line": 2256, "column": 70 } } @@ -866023,15 +866510,15 @@ "postfix": false, "binop": null }, - "start": 102118, - "end": 102119, + "start": 104508, + "end": 104509, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 70 }, "end": { - "line": 2214, + "line": 2256, "column": 71 } } @@ -866049,15 +866536,15 @@ "binop": null }, "value": "_props", - "start": 102120, - "end": 102126, + "start": 104510, + "end": 104516, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 72 }, "end": { - "line": 2214, + "line": 2256, "column": 78 } } @@ -866075,15 +866562,15 @@ "binop": null, "updateContext": null }, - "start": 102126, - "end": 102127, + "start": 104516, + "end": 104517, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 78 }, "end": { - "line": 2214, + "line": 2256, "column": 79 } } @@ -866101,15 +866588,15 @@ "binop": null }, "value": "rowSize", - "start": 102127, - "end": 102134, + "start": 104517, + "end": 104524, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 79 }, "end": { - "line": 2214, + "line": 2256, "column": 86 } } @@ -866127,15 +866614,15 @@ "binop": null, "updateContext": null }, - "start": 102134, - "end": 102135, + "start": 104524, + "end": 104525, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 86 }, "end": { - "line": 2214, + "line": 2256, "column": 87 } } @@ -866153,15 +866640,15 @@ "binop": null }, "value": "_props", - "start": 102136, - "end": 102142, + "start": 104526, + "end": 104532, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 88 }, "end": { - "line": 2214, + "line": 2256, "column": 94 } } @@ -866179,15 +866666,15 @@ "binop": null, "updateContext": null }, - "start": 102142, - "end": 102143, + "start": 104532, + "end": 104533, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 94 }, "end": { - "line": 2214, + "line": 2256, "column": 95 } } @@ -866205,15 +866692,15 @@ "binop": null }, "value": "scaleSize", - "start": 102143, - "end": 102152, + "start": 104533, + "end": 104542, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 95 }, "end": { - "line": 2214, + "line": 2256, "column": 104 } } @@ -866230,15 +866717,15 @@ "postfix": false, "binop": null }, - "start": 102153, - "end": 102154, + "start": 104543, + "end": 104544, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 105 }, "end": { - "line": 2214, + "line": 2256, "column": 106 } } @@ -866255,15 +866742,15 @@ "postfix": false, "binop": null }, - "start": 102155, - "end": 102156, + "start": 104545, + "end": 104546, "loc": { "start": { - "line": 2214, + "line": 2256, "column": 107 }, "end": { - "line": 2214, + "line": 2256, "column": 108 } } @@ -866281,15 +866768,15 @@ "binop": null }, "value": "_x", - "start": 102169, - "end": 102171, + "start": 104559, + "end": 104561, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 12 }, "end": { - "line": 2215, + "line": 2257, "column": 14 } } @@ -866308,15 +866795,15 @@ "updateContext": null }, "value": "=", - "start": 102172, - "end": 102173, + "start": 104562, + "end": 104563, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 15 }, "end": { - "line": 2215, + "line": 2257, "column": 16 } } @@ -866336,15 +866823,15 @@ "updateContext": null }, "value": "this", - "start": 102174, - "end": 102178, + "start": 104564, + "end": 104568, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 17 }, "end": { - "line": 2215, + "line": 2257, "column": 21 } } @@ -866362,15 +866849,15 @@ "binop": null, "updateContext": null }, - "start": 102178, - "end": 102179, + "start": 104568, + "end": 104569, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 21 }, "end": { - "line": 2215, + "line": 2257, "column": 22 } } @@ -866388,15 +866875,15 @@ "binop": null }, "value": "numRound", - "start": 102179, - "end": 102187, + "start": 104569, + "end": 104577, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 22 }, "end": { - "line": 2215, + "line": 2257, "column": 30 } } @@ -866413,15 +866900,15 @@ "postfix": false, "binop": null }, - "start": 102187, - "end": 102188, + "start": 104577, + "end": 104578, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 30 }, "end": { - "line": 2215, + "line": 2257, "column": 31 } } @@ -866439,15 +866926,15 @@ "binop": null }, "value": "_x", - "start": 102189, - "end": 102191, + "start": 104579, + "end": 104581, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 32 }, "end": { - "line": 2215, + "line": 2257, "column": 34 } } @@ -866466,15 +866953,15 @@ "updateContext": null }, "value": "-", - "start": 102192, - "end": 102193, + "start": 104582, + "end": 104583, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 35 }, "end": { - "line": 2215, + "line": 2257, "column": 36 } } @@ -866491,15 +866978,15 @@ "postfix": false, "binop": null }, - "start": 102194, - "end": 102195, + "start": 104584, + "end": 104585, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 37 }, "end": { - "line": 2215, + "line": 2257, "column": 38 } } @@ -866516,15 +867003,15 @@ "postfix": false, "binop": null }, - "start": 102196, - "end": 102197, + "start": 104586, + "end": 104587, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 39 }, "end": { - "line": 2215, + "line": 2257, "column": 40 } } @@ -866542,15 +867029,15 @@ "binop": null }, "value": "_w", - "start": 102198, - "end": 102200, + "start": 104588, + "end": 104590, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 41 }, "end": { - "line": 2215, + "line": 2257, "column": 43 } } @@ -866569,15 +867056,15 @@ "updateContext": null }, "value": "-", - "start": 102201, - "end": 102202, + "start": 104591, + "end": 104592, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 44 }, "end": { - "line": 2215, + "line": 2257, "column": 45 } } @@ -866595,15 +867082,15 @@ "binop": null }, "value": "_base", - "start": 102203, - "end": 102208, + "start": 104593, + "end": 104598, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 46 }, "end": { - "line": 2215, + "line": 2257, "column": 51 } } @@ -866621,15 +867108,15 @@ "binop": null, "updateContext": null }, - "start": 102208, - "end": 102209, + "start": 104598, + "end": 104599, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 51 }, "end": { - "line": 2215, + "line": 2257, "column": 52 } } @@ -866647,15 +867134,15 @@ "binop": null }, "value": "width", - "start": 102209, - "end": 102214, + "start": 104599, + "end": 104604, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 52 }, "end": { - "line": 2215, + "line": 2257, "column": 57 } } @@ -866672,15 +867159,15 @@ "postfix": false, "binop": null }, - "start": 102215, - "end": 102216, + "start": 104605, + "end": 104606, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 58 }, "end": { - "line": 2215, + "line": 2257, "column": 59 } } @@ -866699,15 +867186,15 @@ "updateContext": null }, "value": "/", - "start": 102217, - "end": 102218, + "start": 104607, + "end": 104608, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 60 }, "end": { - "line": 2215, + "line": 2257, "column": 61 } } @@ -866726,15 +867213,15 @@ "updateContext": null }, "value": 2, - "start": 102219, - "end": 102220, + "start": 104609, + "end": 104610, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 62 }, "end": { - "line": 2215, + "line": 2257, "column": 63 } } @@ -866751,15 +867238,15 @@ "postfix": false, "binop": null }, - "start": 102221, - "end": 102222, + "start": 104611, + "end": 104612, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 64 }, "end": { - "line": 2215, + "line": 2257, "column": 65 } } @@ -866777,15 +867264,15 @@ "binop": null, "updateContext": null }, - "start": 102222, - "end": 102223, + "start": 104612, + "end": 104613, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 65 }, "end": { - "line": 2215, + "line": 2257, "column": 66 } } @@ -866804,15 +867291,15 @@ "updateContext": null }, "value": 2, - "start": 102224, - "end": 102225, + "start": 104614, + "end": 104615, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 67 }, "end": { - "line": 2215, + "line": 2257, "column": 68 } } @@ -866829,15 +867316,15 @@ "postfix": false, "binop": null }, - "start": 102226, - "end": 102227, + "start": 104616, + "end": 104617, "loc": { "start": { - "line": 2215, + "line": 2257, "column": 69 }, "end": { - "line": 2215, + "line": 2257, "column": 70 } } @@ -866855,15 +867342,15 @@ "binop": null }, "value": "_y", - "start": 102240, - "end": 102242, + "start": 104630, + "end": 104632, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 12 }, "end": { - "line": 2216, + "line": 2258, "column": 14 } } @@ -866882,15 +867369,15 @@ "updateContext": null }, "value": "=", - "start": 102243, - "end": 102244, + "start": 104633, + "end": 104634, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 15 }, "end": { - "line": 2216, + "line": 2258, "column": 16 } } @@ -866910,15 +867397,15 @@ "updateContext": null }, "value": "this", - "start": 102245, - "end": 102249, + "start": 104635, + "end": 104639, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 17 }, "end": { - "line": 2216, + "line": 2258, "column": 21 } } @@ -866936,15 +867423,15 @@ "binop": null, "updateContext": null }, - "start": 102249, - "end": 102250, + "start": 104639, + "end": 104640, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 21 }, "end": { - "line": 2216, + "line": 2258, "column": 22 } } @@ -866962,15 +867449,15 @@ "binop": null }, "value": "numRound", - "start": 102250, - "end": 102258, + "start": 104640, + "end": 104648, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 22 }, "end": { - "line": 2216, + "line": 2258, "column": 30 } } @@ -866987,15 +867474,15 @@ "postfix": false, "binop": null }, - "start": 102258, - "end": 102259, + "start": 104648, + "end": 104649, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 30 }, "end": { - "line": 2216, + "line": 2258, "column": 31 } } @@ -867013,15 +867500,15 @@ "binop": null }, "value": "_y", - "start": 102260, - "end": 102262, + "start": 104650, + "end": 104652, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 32 }, "end": { - "line": 2216, + "line": 2258, "column": 34 } } @@ -867040,15 +867527,15 @@ "updateContext": null }, "value": "-", - "start": 102263, - "end": 102264, + "start": 104653, + "end": 104654, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 35 }, "end": { - "line": 2216, + "line": 2258, "column": 36 } } @@ -867065,15 +867552,15 @@ "postfix": false, "binop": null }, - "start": 102265, - "end": 102266, + "start": 104655, + "end": 104656, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 37 }, "end": { - "line": 2216, + "line": 2258, "column": 38 } } @@ -867090,15 +867577,15 @@ "postfix": false, "binop": null }, - "start": 102267, - "end": 102268, + "start": 104657, + "end": 104658, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 39 }, "end": { - "line": 2216, + "line": 2258, "column": 40 } } @@ -867116,15 +867603,15 @@ "binop": null }, "value": "_w", - "start": 102269, - "end": 102271, + "start": 104659, + "end": 104661, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 41 }, "end": { - "line": 2216, + "line": 2258, "column": 43 } } @@ -867143,15 +867630,15 @@ "updateContext": null }, "value": "-", - "start": 102272, - "end": 102273, + "start": 104662, + "end": 104663, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 44 }, "end": { - "line": 2216, + "line": 2258, "column": 45 } } @@ -867169,15 +867656,15 @@ "binop": null }, "value": "_base", - "start": 102274, - "end": 102279, + "start": 104664, + "end": 104669, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 46 }, "end": { - "line": 2216, + "line": 2258, "column": 51 } } @@ -867195,15 +867682,15 @@ "binop": null, "updateContext": null }, - "start": 102279, - "end": 102280, + "start": 104669, + "end": 104670, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 51 }, "end": { - "line": 2216, + "line": 2258, "column": 52 } } @@ -867221,15 +867708,15 @@ "binop": null }, "value": "width", - "start": 102280, - "end": 102285, + "start": 104670, + "end": 104675, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 52 }, "end": { - "line": 2216, + "line": 2258, "column": 57 } } @@ -867246,15 +867733,15 @@ "postfix": false, "binop": null }, - "start": 102286, - "end": 102287, + "start": 104676, + "end": 104677, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 58 }, "end": { - "line": 2216, + "line": 2258, "column": 59 } } @@ -867273,15 +867760,15 @@ "updateContext": null }, "value": "/", - "start": 102288, - "end": 102289, + "start": 104678, + "end": 104679, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 60 }, "end": { - "line": 2216, + "line": 2258, "column": 61 } } @@ -867300,15 +867787,15 @@ "updateContext": null }, "value": 2, - "start": 102290, - "end": 102291, + "start": 104680, + "end": 104681, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 62 }, "end": { - "line": 2216, + "line": 2258, "column": 63 } } @@ -867325,15 +867812,15 @@ "postfix": false, "binop": null }, - "start": 102292, - "end": 102293, + "start": 104682, + "end": 104683, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 64 }, "end": { - "line": 2216, + "line": 2258, "column": 65 } } @@ -867351,15 +867838,15 @@ "binop": null, "updateContext": null }, - "start": 102293, - "end": 102294, + "start": 104683, + "end": 104684, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 65 }, "end": { - "line": 2216, + "line": 2258, "column": 66 } } @@ -867378,15 +867865,15 @@ "updateContext": null }, "value": 2, - "start": 102295, - "end": 102296, + "start": 104685, + "end": 104686, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 67 }, "end": { - "line": 2216, + "line": 2258, "column": 68 } } @@ -867403,15 +867890,15 @@ "postfix": false, "binop": null }, - "start": 102297, - "end": 102298, + "start": 104687, + "end": 104688, "loc": { "start": { - "line": 2216, + "line": 2258, "column": 69 }, "end": { - "line": 2216, + "line": 2258, "column": 70 } } @@ -867429,15 +867916,15 @@ "binop": null }, "value": "_z", - "start": 102311, - "end": 102313, + "start": 104701, + "end": 104703, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 12 }, "end": { - "line": 2217, + "line": 2259, "column": 14 } } @@ -867456,15 +867943,15 @@ "updateContext": null }, "value": "=", - "start": 102314, - "end": 102315, + "start": 104704, + "end": 104705, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 15 }, "end": { - "line": 2217, + "line": 2259, "column": 16 } } @@ -867483,15 +867970,15 @@ "updateContext": null }, "value": 9, - "start": 102316, - "end": 102317, + "start": 104706, + "end": 104707, "loc": { "start": { - "line": 2217, + "line": 2259, "column": 17 }, "end": { - "line": 2217, + "line": 2259, "column": 18 } } @@ -867509,15 +867996,15 @@ "binop": null }, "value": "$", - "start": 102330, - "end": 102331, + "start": 104720, + "end": 104721, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 12 }, "end": { - "line": 2218, + "line": 2260, "column": 13 } } @@ -867534,15 +868021,15 @@ "postfix": false, "binop": null }, - "start": 102331, - "end": 102332, + "start": 104721, + "end": 104722, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 13 }, "end": { - "line": 2218, + "line": 2260, "column": 14 } } @@ -867560,15 +868047,15 @@ "binop": null }, "value": "_elem", - "start": 102332, - "end": 102337, + "start": 104722, + "end": 104727, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 14 }, "end": { - "line": 2218, + "line": 2260, "column": 19 } } @@ -867585,15 +868072,15 @@ "postfix": false, "binop": null }, - "start": 102337, - "end": 102338, + "start": 104727, + "end": 104728, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 19 }, "end": { - "line": 2218, + "line": 2260, "column": 20 } } @@ -867611,15 +868098,15 @@ "binop": null, "updateContext": null }, - "start": 102338, - "end": 102339, + "start": 104728, + "end": 104729, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 20 }, "end": { - "line": 2218, + "line": 2260, "column": 21 } } @@ -867637,15 +868124,15 @@ "binop": null }, "value": "trigger", - "start": 102339, - "end": 102346, + "start": 104729, + "end": 104736, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 21 }, "end": { - "line": 2218, + "line": 2260, "column": 28 } } @@ -867662,15 +868149,15 @@ "postfix": false, "binop": null }, - "start": 102346, - "end": 102347, + "start": 104736, + "end": 104737, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 28 }, "end": { - "line": 2218, + "line": 2260, "column": 29 } } @@ -867688,15 +868175,15 @@ "binop": null }, "value": "Event", - "start": 102348, - "end": 102353, + "start": 104738, + "end": 104743, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 30 }, "end": { - "line": 2218, + "line": 2260, "column": 35 } } @@ -867714,15 +868201,15 @@ "binop": null, "updateContext": null }, - "start": 102353, - "end": 102354, + "start": 104743, + "end": 104744, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 35 }, "end": { - "line": 2218, + "line": 2260, "column": 36 } } @@ -867740,15 +868227,15 @@ "binop": null }, "value": "FOCUSIN_EVENT", - "start": 102354, - "end": 102367, + "start": 104744, + "end": 104757, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 36 }, "end": { - "line": 2218, + "line": 2260, "column": 49 } } @@ -867765,15 +868252,15 @@ "postfix": false, "binop": null }, - "start": 102368, - "end": 102369, + "start": 104758, + "end": 104759, "loc": { "start": { - "line": 2218, + "line": 2260, "column": 50 }, "end": { - "line": 2218, + "line": 2260, "column": 51 } } @@ -867790,15 +868277,15 @@ "postfix": false, "binop": null }, - "start": 102378, - "end": 102379, + "start": 104768, + "end": 104769, "loc": { "start": { - "line": 2219, + "line": 2261, "column": 8 }, "end": { - "line": 2219, + "line": 2261, "column": 9 } } @@ -867818,15 +868305,15 @@ "updateContext": null }, "value": "else", - "start": 102380, - "end": 102384, + "start": 104770, + "end": 104774, "loc": { "start": { - "line": 2219, + "line": 2261, "column": 10 }, "end": { - "line": 2219, + "line": 2261, "column": 14 } } @@ -867843,15 +868330,15 @@ "postfix": false, "binop": null }, - "start": 102385, - "end": 102386, + "start": 104775, + "end": 104776, "loc": { "start": { - "line": 2219, + "line": 2261, "column": 15 }, "end": { - "line": 2219, + "line": 2261, "column": 16 } } @@ -867869,15 +868356,15 @@ "binop": null }, "value": "$", - "start": 102399, - "end": 102400, + "start": 104789, + "end": 104790, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 12 }, "end": { - "line": 2220, + "line": 2262, "column": 13 } } @@ -867894,15 +868381,15 @@ "postfix": false, "binop": null }, - "start": 102400, - "end": 102401, + "start": 104790, + "end": 104791, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 13 }, "end": { - "line": 2220, + "line": 2262, "column": 14 } } @@ -867920,15 +868407,15 @@ "binop": null }, "value": "_elem", - "start": 102401, - "end": 102406, + "start": 104791, + "end": 104796, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 14 }, "end": { - "line": 2220, + "line": 2262, "column": 19 } } @@ -867945,15 +868432,15 @@ "postfix": false, "binop": null }, - "start": 102406, - "end": 102407, + "start": 104796, + "end": 104797, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 19 }, "end": { - "line": 2220, + "line": 2262, "column": 20 } } @@ -867971,15 +868458,15 @@ "binop": null, "updateContext": null }, - "start": 102407, - "end": 102408, + "start": 104797, + "end": 104798, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 20 }, "end": { - "line": 2220, + "line": 2262, "column": 21 } } @@ -867997,15 +868484,15 @@ "binop": null }, "value": "trigger", - "start": 102408, - "end": 102415, + "start": 104798, + "end": 104805, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 21 }, "end": { - "line": 2220, + "line": 2262, "column": 28 } } @@ -868022,15 +868509,15 @@ "postfix": false, "binop": null }, - "start": 102415, - "end": 102416, + "start": 104805, + "end": 104806, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 28 }, "end": { - "line": 2220, + "line": 2262, "column": 29 } } @@ -868048,15 +868535,15 @@ "binop": null }, "value": "Event", - "start": 102417, - "end": 102422, + "start": 104807, + "end": 104812, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 30 }, "end": { - "line": 2220, + "line": 2262, "column": 35 } } @@ -868074,15 +868561,15 @@ "binop": null, "updateContext": null }, - "start": 102422, - "end": 102423, + "start": 104812, + "end": 104813, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 35 }, "end": { - "line": 2220, + "line": 2262, "column": 36 } } @@ -868100,15 +868587,15 @@ "binop": null }, "value": "FOCUSOUT_EVENT", - "start": 102423, - "end": 102437, + "start": 104813, + "end": 104827, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 36 }, "end": { - "line": 2220, + "line": 2262, "column": 50 } } @@ -868125,15 +868612,15 @@ "postfix": false, "binop": null }, - "start": 102438, - "end": 102439, + "start": 104828, + "end": 104829, "loc": { "start": { - "line": 2220, + "line": 2262, "column": 51 }, "end": { - "line": 2220, + "line": 2262, "column": 52 } } @@ -868150,15 +868637,15 @@ "postfix": false, "binop": null }, - "start": 102448, - "end": 102449, + "start": 104838, + "end": 104839, "loc": { "start": { - "line": 2221, + "line": 2263, "column": 8 }, "end": { - "line": 2221, + "line": 2263, "column": 9 } } @@ -868176,15 +868663,15 @@ "binop": null }, "value": "$", - "start": 102458, - "end": 102459, + "start": 104848, + "end": 104849, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 8 }, "end": { - "line": 2222, + "line": 2264, "column": 9 } } @@ -868201,15 +868688,15 @@ "postfix": false, "binop": null }, - "start": 102459, - "end": 102460, + "start": 104849, + "end": 104850, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 9 }, "end": { - "line": 2222, + "line": 2264, "column": 10 } } @@ -868227,15 +868714,15 @@ "binop": null }, "value": "_elem", - "start": 102460, - "end": 102465, + "start": 104850, + "end": 104855, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 10 }, "end": { - "line": 2222, + "line": 2264, "column": 15 } } @@ -868252,15 +868739,15 @@ "postfix": false, "binop": null }, - "start": 102465, - "end": 102466, + "start": 104855, + "end": 104856, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 15 }, "end": { - "line": 2222, + "line": 2264, "column": 16 } } @@ -868278,15 +868765,15 @@ "binop": null, "updateContext": null }, - "start": 102466, - "end": 102467, + "start": 104856, + "end": 104857, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 16 }, "end": { - "line": 2222, + "line": 2264, "column": 17 } } @@ -868304,15 +868791,15 @@ "binop": null }, "value": "css", - "start": 102467, - "end": 102470, + "start": 104857, + "end": 104860, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 17 }, "end": { - "line": 2222, + "line": 2264, "column": 20 } } @@ -868329,15 +868816,15 @@ "postfix": false, "binop": null }, - "start": 102470, - "end": 102471, + "start": 104860, + "end": 104861, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 20 }, "end": { - "line": 2222, + "line": 2264, "column": 21 } } @@ -868356,15 +868843,15 @@ "updateContext": null }, "value": "left", - "start": 102472, - "end": 102478, + "start": 104862, + "end": 104868, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 22 }, "end": { - "line": 2222, + "line": 2264, "column": 28 } } @@ -868382,15 +868869,15 @@ "binop": null, "updateContext": null }, - "start": 102478, - "end": 102479, + "start": 104868, + "end": 104869, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 28 }, "end": { - "line": 2222, + "line": 2264, "column": 29 } } @@ -868407,15 +868894,15 @@ "postfix": false, "binop": null }, - "start": 102480, - "end": 102481, + "start": 104870, + "end": 104871, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 30 }, "end": { - "line": 2222, + "line": 2264, "column": 31 } } @@ -868434,15 +868921,15 @@ "updateContext": null }, "value": "", - "start": 102481, - "end": 102481, + "start": 104871, + "end": 104871, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 31 }, "end": { - "line": 2222, + "line": 2264, "column": 31 } } @@ -868459,15 +868946,15 @@ "postfix": false, "binop": null }, - "start": 102481, - "end": 102483, + "start": 104871, + "end": 104873, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 31 }, "end": { - "line": 2222, + "line": 2264, "column": 33 } } @@ -868485,15 +868972,15 @@ "binop": null }, "value": "_x", - "start": 102483, - "end": 102485, + "start": 104873, + "end": 104875, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 33 }, "end": { - "line": 2222, + "line": 2264, "column": 35 } } @@ -868510,15 +868997,15 @@ "postfix": false, "binop": null }, - "start": 102485, - "end": 102486, + "start": 104875, + "end": 104876, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 35 }, "end": { - "line": 2222, + "line": 2264, "column": 36 } } @@ -868537,15 +869024,15 @@ "updateContext": null }, "value": "px", - "start": 102486, - "end": 102488, + "start": 104876, + "end": 104878, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 36 }, "end": { - "line": 2222, + "line": 2264, "column": 38 } } @@ -868562,15 +869049,15 @@ "postfix": false, "binop": null }, - "start": 102488, - "end": 102489, + "start": 104878, + "end": 104879, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 38 }, "end": { - "line": 2222, + "line": 2264, "column": 39 } } @@ -868587,15 +869074,15 @@ "postfix": false, "binop": null }, - "start": 102490, - "end": 102491, + "start": 104880, + "end": 104881, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 40 }, "end": { - "line": 2222, + "line": 2264, "column": 41 } } @@ -868613,15 +869100,15 @@ "binop": null, "updateContext": null }, - "start": 102491, - "end": 102492, + "start": 104881, + "end": 104882, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 41 }, "end": { - "line": 2222, + "line": 2264, "column": 42 } } @@ -868639,15 +869126,15 @@ "binop": null }, "value": "css", - "start": 102492, - "end": 102495, + "start": 104882, + "end": 104885, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 42 }, "end": { - "line": 2222, + "line": 2264, "column": 45 } } @@ -868664,15 +869151,15 @@ "postfix": false, "binop": null }, - "start": 102495, - "end": 102496, + "start": 104885, + "end": 104886, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 45 }, "end": { - "line": 2222, + "line": 2264, "column": 46 } } @@ -868691,15 +869178,15 @@ "updateContext": null }, "value": "top", - "start": 102497, - "end": 102502, + "start": 104887, + "end": 104892, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 47 }, "end": { - "line": 2222, + "line": 2264, "column": 52 } } @@ -868717,15 +869204,15 @@ "binop": null, "updateContext": null }, - "start": 102502, - "end": 102503, + "start": 104892, + "end": 104893, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 52 }, "end": { - "line": 2222, + "line": 2264, "column": 53 } } @@ -868742,15 +869229,15 @@ "postfix": false, "binop": null }, - "start": 102504, - "end": 102505, + "start": 104894, + "end": 104895, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 54 }, "end": { - "line": 2222, + "line": 2264, "column": 55 } } @@ -868769,15 +869256,15 @@ "updateContext": null }, "value": "", - "start": 102505, - "end": 102505, + "start": 104895, + "end": 104895, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 55 }, "end": { - "line": 2222, + "line": 2264, "column": 55 } } @@ -868794,15 +869281,15 @@ "postfix": false, "binop": null }, - "start": 102505, - "end": 102507, + "start": 104895, + "end": 104897, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 55 }, "end": { - "line": 2222, + "line": 2264, "column": 57 } } @@ -868820,15 +869307,15 @@ "binop": null }, "value": "_y", - "start": 102507, - "end": 102509, + "start": 104897, + "end": 104899, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 57 }, "end": { - "line": 2222, + "line": 2264, "column": 59 } } @@ -868845,15 +869332,15 @@ "postfix": false, "binop": null }, - "start": 102509, - "end": 102510, + "start": 104899, + "end": 104900, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 59 }, "end": { - "line": 2222, + "line": 2264, "column": 60 } } @@ -868872,15 +869359,15 @@ "updateContext": null }, "value": "px", - "start": 102510, - "end": 102512, + "start": 104900, + "end": 104902, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 60 }, "end": { - "line": 2222, + "line": 2264, "column": 62 } } @@ -868897,15 +869384,15 @@ "postfix": false, "binop": null }, - "start": 102512, - "end": 102513, + "start": 104902, + "end": 104903, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 62 }, "end": { - "line": 2222, + "line": 2264, "column": 63 } } @@ -868922,15 +869409,15 @@ "postfix": false, "binop": null }, - "start": 102514, - "end": 102515, + "start": 104904, + "end": 104905, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 64 }, "end": { - "line": 2222, + "line": 2264, "column": 65 } } @@ -868948,15 +869435,15 @@ "binop": null, "updateContext": null }, - "start": 102515, - "end": 102516, + "start": 104905, + "end": 104906, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 65 }, "end": { - "line": 2222, + "line": 2264, "column": 66 } } @@ -868974,15 +869461,15 @@ "binop": null }, "value": "css", - "start": 102516, - "end": 102519, + "start": 104906, + "end": 104909, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 66 }, "end": { - "line": 2222, + "line": 2264, "column": 69 } } @@ -868999,15 +869486,15 @@ "postfix": false, "binop": null }, - "start": 102519, - "end": 102520, + "start": 104909, + "end": 104910, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 69 }, "end": { - "line": 2222, + "line": 2264, "column": 70 } } @@ -869026,15 +869513,15 @@ "updateContext": null }, "value": "width", - "start": 102521, - "end": 102528, + "start": 104911, + "end": 104918, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 71 }, "end": { - "line": 2222, + "line": 2264, "column": 78 } } @@ -869052,15 +869539,15 @@ "binop": null, "updateContext": null }, - "start": 102528, - "end": 102529, + "start": 104918, + "end": 104919, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 78 }, "end": { - "line": 2222, + "line": 2264, "column": 79 } } @@ -869077,15 +869564,15 @@ "postfix": false, "binop": null }, - "start": 102530, - "end": 102531, + "start": 104920, + "end": 104921, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 80 }, "end": { - "line": 2222, + "line": 2264, "column": 81 } } @@ -869104,15 +869591,15 @@ "updateContext": null }, "value": "", - "start": 102531, - "end": 102531, + "start": 104921, + "end": 104921, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 81 }, "end": { - "line": 2222, + "line": 2264, "column": 81 } } @@ -869129,15 +869616,15 @@ "postfix": false, "binop": null }, - "start": 102531, - "end": 102533, + "start": 104921, + "end": 104923, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 81 }, "end": { - "line": 2222, + "line": 2264, "column": 83 } } @@ -869155,15 +869642,15 @@ "binop": null }, "value": "_w", - "start": 102533, - "end": 102535, + "start": 104923, + "end": 104925, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 83 }, "end": { - "line": 2222, + "line": 2264, "column": 85 } } @@ -869180,15 +869667,15 @@ "postfix": false, "binop": null }, - "start": 102535, - "end": 102536, + "start": 104925, + "end": 104926, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 85 }, "end": { - "line": 2222, + "line": 2264, "column": 86 } } @@ -869207,15 +869694,15 @@ "updateContext": null }, "value": "px", - "start": 102536, - "end": 102538, + "start": 104926, + "end": 104928, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 86 }, "end": { - "line": 2222, + "line": 2264, "column": 88 } } @@ -869232,15 +869719,15 @@ "postfix": false, "binop": null }, - "start": 102538, - "end": 102539, + "start": 104928, + "end": 104929, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 88 }, "end": { - "line": 2222, + "line": 2264, "column": 89 } } @@ -869257,15 +869744,15 @@ "postfix": false, "binop": null }, - "start": 102540, - "end": 102541, + "start": 104930, + "end": 104931, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 90 }, "end": { - "line": 2222, + "line": 2264, "column": 91 } } @@ -869283,15 +869770,15 @@ "binop": null, "updateContext": null }, - "start": 102541, - "end": 102542, + "start": 104931, + "end": 104932, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 91 }, "end": { - "line": 2222, + "line": 2264, "column": 92 } } @@ -869309,15 +869796,15 @@ "binop": null }, "value": "css", - "start": 102542, - "end": 102545, + "start": 104932, + "end": 104935, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 92 }, "end": { - "line": 2222, + "line": 2264, "column": 95 } } @@ -869334,15 +869821,15 @@ "postfix": false, "binop": null }, - "start": 102545, - "end": 102546, + "start": 104935, + "end": 104936, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 95 }, "end": { - "line": 2222, + "line": 2264, "column": 96 } } @@ -869361,15 +869848,15 @@ "updateContext": null }, "value": "height", - "start": 102547, - "end": 102555, + "start": 104937, + "end": 104945, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 97 }, "end": { - "line": 2222, + "line": 2264, "column": 105 } } @@ -869387,15 +869874,15 @@ "binop": null, "updateContext": null }, - "start": 102555, - "end": 102556, + "start": 104945, + "end": 104946, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 105 }, "end": { - "line": 2222, + "line": 2264, "column": 106 } } @@ -869412,15 +869899,15 @@ "postfix": false, "binop": null }, - "start": 102557, - "end": 102558, + "start": 104947, + "end": 104948, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 107 }, "end": { - "line": 2222, + "line": 2264, "column": 108 } } @@ -869439,15 +869926,15 @@ "updateContext": null }, "value": "", - "start": 102558, - "end": 102558, + "start": 104948, + "end": 104948, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 108 }, "end": { - "line": 2222, + "line": 2264, "column": 108 } } @@ -869464,15 +869951,15 @@ "postfix": false, "binop": null }, - "start": 102558, - "end": 102560, + "start": 104948, + "end": 104950, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 108 }, "end": { - "line": 2222, + "line": 2264, "column": 110 } } @@ -869490,15 +869977,15 @@ "binop": null }, "value": "_w", - "start": 102560, - "end": 102562, + "start": 104950, + "end": 104952, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 110 }, "end": { - "line": 2222, + "line": 2264, "column": 112 } } @@ -869515,15 +870002,15 @@ "postfix": false, "binop": null }, - "start": 102562, - "end": 102563, + "start": 104952, + "end": 104953, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 112 }, "end": { - "line": 2222, + "line": 2264, "column": 113 } } @@ -869542,15 +870029,15 @@ "updateContext": null }, "value": "px", - "start": 102563, - "end": 102565, + "start": 104953, + "end": 104955, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 113 }, "end": { - "line": 2222, + "line": 2264, "column": 115 } } @@ -869567,15 +870054,15 @@ "postfix": false, "binop": null }, - "start": 102565, - "end": 102566, + "start": 104955, + "end": 104956, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 115 }, "end": { - "line": 2222, + "line": 2264, "column": 116 } } @@ -869592,15 +870079,15 @@ "postfix": false, "binop": null }, - "start": 102567, - "end": 102568, + "start": 104957, + "end": 104958, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 117 }, "end": { - "line": 2222, + "line": 2264, "column": 118 } } @@ -869618,15 +870105,15 @@ "binop": null, "updateContext": null }, - "start": 102568, - "end": 102569, + "start": 104958, + "end": 104959, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 118 }, "end": { - "line": 2222, + "line": 2264, "column": 119 } } @@ -869644,15 +870131,15 @@ "binop": null }, "value": "css", - "start": 102569, - "end": 102572, + "start": 104959, + "end": 104962, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 119 }, "end": { - "line": 2222, + "line": 2264, "column": 122 } } @@ -869669,15 +870156,15 @@ "postfix": false, "binop": null }, - "start": 102572, - "end": 102573, + "start": 104962, + "end": 104963, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 122 }, "end": { - "line": 2222, + "line": 2264, "column": 123 } } @@ -869696,15 +870183,15 @@ "updateContext": null }, "value": "z-index", - "start": 102574, - "end": 102583, + "start": 104964, + "end": 104973, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 124 }, "end": { - "line": 2222, + "line": 2264, "column": 133 } } @@ -869722,15 +870209,15 @@ "binop": null, "updateContext": null }, - "start": 102583, - "end": 102584, + "start": 104973, + "end": 104974, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 133 }, "end": { - "line": 2222, + "line": 2264, "column": 134 } } @@ -869748,15 +870235,15 @@ "binop": null }, "value": "_z", - "start": 102585, - "end": 102587, + "start": 104975, + "end": 104977, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 135 }, "end": { - "line": 2222, + "line": 2264, "column": 137 } } @@ -869773,15 +870260,15 @@ "postfix": false, "binop": null }, - "start": 102588, - "end": 102589, + "start": 104978, + "end": 104979, "loc": { "start": { - "line": 2222, + "line": 2264, "column": 138 }, "end": { - "line": 2222, + "line": 2264, "column": 139 } } @@ -869798,15 +870285,15 @@ "postfix": false, "binop": null }, - "start": 102594, - "end": 102595, + "start": 104984, + "end": 104985, "loc": { "start": { - "line": 2223, + "line": 2265, "column": 4 }, "end": { - "line": 2223, + "line": 2265, "column": 5 } } @@ -869814,15 +870301,15 @@ { "type": "CommentBlock", "value": "*\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n ", - "start": 102605, - "end": 102757, + "start": 104995, + "end": 105147, "loc": { "start": { - "line": 2225, + "line": 2267, "column": 4 }, "end": { - "line": 2230, + "line": 2272, "column": 7 } } @@ -869840,15 +870327,15 @@ "binop": null }, "value": "_debug", - "start": 102762, - "end": 102768, + "start": 105152, + "end": 105158, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 4 }, "end": { - "line": 2231, + "line": 2273, "column": 10 } } @@ -869865,15 +870352,15 @@ "postfix": false, "binop": null }, - "start": 102768, - "end": 102769, + "start": 105158, + "end": 105159, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 10 }, "end": { - "line": 2231, + "line": 2273, "column": 11 } } @@ -869891,15 +870378,15 @@ "binop": null }, "value": "message", - "start": 102770, - "end": 102777, + "start": 105160, + "end": 105167, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 12 }, "end": { - "line": 2231, + "line": 2273, "column": 19 } } @@ -869917,15 +870404,15 @@ "binop": null, "updateContext": null }, - "start": 102777, - "end": 102778, + "start": 105167, + "end": 105168, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 19 }, "end": { - "line": 2231, + "line": 2273, "column": 20 } } @@ -869943,15 +870430,15 @@ "binop": null }, "value": "throwType", - "start": 102779, - "end": 102788, + "start": 105169, + "end": 105178, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 21 }, "end": { - "line": 2231, + "line": 2273, "column": 30 } } @@ -869970,15 +870457,15 @@ "updateContext": null }, "value": "=", - "start": 102789, - "end": 102790, + "start": 105179, + "end": 105180, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 31 }, "end": { - "line": 2231, + "line": 2273, "column": 32 } } @@ -869997,15 +870484,15 @@ "updateContext": null }, "value": "Notice", - "start": 102791, - "end": 102799, + "start": 105181, + "end": 105189, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 33 }, "end": { - "line": 2231, + "line": 2273, "column": 41 } } @@ -870022,15 +870509,15 @@ "postfix": false, "binop": null }, - "start": 102800, - "end": 102801, + "start": 105190, + "end": 105191, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 42 }, "end": { - "line": 2231, + "line": 2273, "column": 43 } } @@ -870047,15 +870534,15 @@ "postfix": false, "binop": null }, - "start": 102802, - "end": 102803, + "start": 105192, + "end": 105193, "loc": { "start": { - "line": 2231, + "line": 2273, "column": 44 }, "end": { - "line": 2231, + "line": 2273, "column": 45 } } @@ -870075,15 +870562,15 @@ "updateContext": null }, "value": "if", - "start": 102812, - "end": 102814, + "start": 105202, + "end": 105204, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 8 }, "end": { - "line": 2232, + "line": 2274, "column": 10 } } @@ -870100,15 +870587,15 @@ "postfix": false, "binop": null }, - "start": 102815, - "end": 102816, + "start": 105205, + "end": 105206, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 11 }, "end": { - "line": 2232, + "line": 2274, "column": 12 } } @@ -870127,15 +870614,15 @@ "updateContext": null }, "value": "!", - "start": 102817, - "end": 102818, + "start": 105207, + "end": 105208, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 13 }, "end": { - "line": 2232, + "line": 2274, "column": 14 } } @@ -870155,15 +870642,15 @@ "updateContext": null }, "value": "this", - "start": 102819, - "end": 102823, + "start": 105209, + "end": 105213, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 15 }, "end": { - "line": 2232, + "line": 2274, "column": 19 } } @@ -870181,15 +870668,15 @@ "binop": null, "updateContext": null }, - "start": 102823, - "end": 102824, + "start": 105213, + "end": 105214, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 19 }, "end": { - "line": 2232, + "line": 2274, "column": 20 } } @@ -870207,15 +870694,15 @@ "binop": null }, "value": "_config", - "start": 102824, - "end": 102831, + "start": 105214, + "end": 105221, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 20 }, "end": { - "line": 2232, + "line": 2274, "column": 27 } } @@ -870233,15 +870720,15 @@ "binop": null, "updateContext": null }, - "start": 102831, - "end": 102832, + "start": 105221, + "end": 105222, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 27 }, "end": { - "line": 2232, + "line": 2274, "column": 28 } } @@ -870259,15 +870746,15 @@ "binop": null }, "value": "debug", - "start": 102832, - "end": 102837, + "start": 105222, + "end": 105227, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 28 }, "end": { - "line": 2232, + "line": 2274, "column": 33 } } @@ -870284,15 +870771,15 @@ "postfix": false, "binop": null }, - "start": 102838, - "end": 102839, + "start": 105228, + "end": 105229, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 34 }, "end": { - "line": 2232, + "line": 2274, "column": 35 } } @@ -870309,15 +870796,15 @@ "postfix": false, "binop": null }, - "start": 102840, - "end": 102841, + "start": 105230, + "end": 105231, "loc": { "start": { - "line": 2232, + "line": 2274, "column": 36 }, "end": { - "line": 2232, + "line": 2274, "column": 37 } } @@ -870337,15 +870824,15 @@ "updateContext": null }, "value": "return", - "start": 102854, - "end": 102860, + "start": 105244, + "end": 105250, "loc": { "start": { - "line": 2233, + "line": 2275, "column": 12 }, "end": { - "line": 2233, + "line": 2275, "column": 18 } } @@ -870362,15 +870849,15 @@ "postfix": false, "binop": null }, - "start": 102869, - "end": 102870, + "start": 105259, + "end": 105260, "loc": { "start": { - "line": 2234, + "line": 2276, "column": 8 }, "end": { - "line": 2234, + "line": 2276, "column": 9 } } @@ -870388,15 +870875,15 @@ "binop": null }, "value": "message", - "start": 102879, - "end": 102886, + "start": 105269, + "end": 105276, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 8 }, "end": { - "line": 2235, + "line": 2277, "column": 15 } } @@ -870415,15 +870902,15 @@ "updateContext": null }, "value": "=", - "start": 102887, - "end": 102888, + "start": 105277, + "end": 105278, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 16 }, "end": { - "line": 2235, + "line": 2277, "column": 17 } } @@ -870443,15 +870930,15 @@ "updateContext": null }, "value": "this", - "start": 102889, - "end": 102893, + "start": 105279, + "end": 105283, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 18 }, "end": { - "line": 2235, + "line": 2277, "column": 22 } } @@ -870469,15 +870956,15 @@ "binop": null, "updateContext": null }, - "start": 102893, - "end": 102894, + "start": 105283, + "end": 105284, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 22 }, "end": { - "line": 2235, + "line": 2277, "column": 23 } } @@ -870495,15 +870982,15 @@ "binop": null }, "value": "supplement", - "start": 102894, - "end": 102904, + "start": 105284, + "end": 105294, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 23 }, "end": { - "line": 2235, + "line": 2277, "column": 33 } } @@ -870520,15 +871007,15 @@ "postfix": false, "binop": null }, - "start": 102904, - "end": 102905, + "start": 105294, + "end": 105295, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 33 }, "end": { - "line": 2235, + "line": 2277, "column": 34 } } @@ -870548,15 +871035,15 @@ "updateContext": null }, "value": "null", - "start": 102906, - "end": 102910, + "start": 105296, + "end": 105300, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 35 }, "end": { - "line": 2235, + "line": 2277, "column": 39 } } @@ -870574,15 +871061,15 @@ "binop": null, "updateContext": null }, - "start": 102910, - "end": 102911, + "start": 105300, + "end": 105301, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 39 }, "end": { - "line": 2235, + "line": 2277, "column": 40 } } @@ -870600,15 +871087,15 @@ "binop": null }, "value": "message", - "start": 102912, - "end": 102919, + "start": 105302, + "end": 105309, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 41 }, "end": { - "line": 2235, + "line": 2277, "column": 48 } } @@ -870625,15 +871112,15 @@ "postfix": false, "binop": null }, - "start": 102920, - "end": 102921, + "start": 105310, + "end": 105311, "loc": { "start": { - "line": 2235, + "line": 2277, "column": 49 }, "end": { - "line": 2235, + "line": 2277, "column": 50 } } @@ -870653,15 +871140,15 @@ "updateContext": null }, "value": "if", - "start": 102930, - "end": 102932, + "start": 105320, + "end": 105322, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 8 }, "end": { - "line": 2236, + "line": 2278, "column": 10 } } @@ -870678,15 +871165,15 @@ "postfix": false, "binop": null }, - "start": 102933, - "end": 102934, + "start": 105323, + "end": 105324, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 11 }, "end": { - "line": 2236, + "line": 2278, "column": 12 } } @@ -870704,15 +871191,15 @@ "binop": null }, "value": "message", - "start": 102935, - "end": 102942, + "start": 105325, + "end": 105332, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 13 }, "end": { - "line": 2236, + "line": 2278, "column": 20 } } @@ -870729,15 +871216,15 @@ "postfix": false, "binop": null }, - "start": 102943, - "end": 102944, + "start": 105333, + "end": 105334, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 21 }, "end": { - "line": 2236, + "line": 2278, "column": 22 } } @@ -870754,15 +871241,15 @@ "postfix": false, "binop": null }, - "start": 102945, - "end": 102946, + "start": 105335, + "end": 105336, "loc": { "start": { - "line": 2236, + "line": 2278, "column": 23 }, "end": { - "line": 2236, + "line": 2278, "column": 24 } } @@ -870782,15 +871269,15 @@ "updateContext": null }, "value": "let", - "start": 102959, - "end": 102962, + "start": 105349, + "end": 105352, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 12 }, "end": { - "line": 2237, + "line": 2279, "column": 15 } } @@ -870808,15 +871295,15 @@ "binop": null }, "value": "_msg", - "start": 102963, - "end": 102967, + "start": 105353, + "end": 105357, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 16 }, "end": { - "line": 2237, + "line": 2279, "column": 20 } } @@ -870835,15 +871322,15 @@ "updateContext": null }, "value": "=", - "start": 102968, - "end": 102969, + "start": 105358, + "end": 105359, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 21 }, "end": { - "line": 2237, + "line": 2279, "column": 22 } } @@ -870863,15 +871350,15 @@ "updateContext": null }, "value": "typeof", - "start": 102970, - "end": 102976, + "start": 105360, + "end": 105366, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 23 }, "end": { - "line": 2237, + "line": 2279, "column": 29 } } @@ -870889,15 +871376,15 @@ "binop": null }, "value": "$", - "start": 102977, - "end": 102978, + "start": 105367, + "end": 105368, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 30 }, "end": { - "line": 2237, + "line": 2279, "column": 31 } } @@ -870914,15 +871401,15 @@ "postfix": false, "binop": null }, - "start": 102978, - "end": 102979, + "start": 105368, + "end": 105369, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 31 }, "end": { - "line": 2237, + "line": 2279, "column": 32 } } @@ -870942,15 +871429,15 @@ "updateContext": null }, "value": "this", - "start": 102979, - "end": 102983, + "start": 105369, + "end": 105373, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 32 }, "end": { - "line": 2237, + "line": 2279, "column": 36 } } @@ -870968,15 +871455,15 @@ "binop": null, "updateContext": null }, - "start": 102983, - "end": 102984, + "start": 105373, + "end": 105374, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 36 }, "end": { - "line": 2237, + "line": 2279, "column": 37 } } @@ -870994,15 +871481,15 @@ "binop": null }, "value": "_element", - "start": 102984, - "end": 102992, + "start": 105374, + "end": 105382, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 37 }, "end": { - "line": 2237, + "line": 2279, "column": 45 } } @@ -871019,15 +871506,15 @@ "postfix": false, "binop": null }, - "start": 102992, - "end": 102993, + "start": 105382, + "end": 105383, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 45 }, "end": { - "line": 2237, + "line": 2279, "column": 46 } } @@ -871045,15 +871532,15 @@ "binop": null, "updateContext": null }, - "start": 102993, - "end": 102994, + "start": 105383, + "end": 105384, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 46 }, "end": { - "line": 2237, + "line": 2279, "column": 47 } } @@ -871071,15 +871558,15 @@ "binop": null }, "value": "data", - "start": 102994, - "end": 102998, + "start": 105384, + "end": 105388, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 47 }, "end": { - "line": 2237, + "line": 2279, "column": 51 } } @@ -871096,15 +871583,15 @@ "postfix": false, "binop": null }, - "start": 102998, - "end": 102999, + "start": 105388, + "end": 105389, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 51 }, "end": { - "line": 2237, + "line": 2279, "column": 52 } } @@ -871122,15 +871609,15 @@ "binop": null }, "value": "DATA_KEY", - "start": 103000, - "end": 103008, + "start": 105390, + "end": 105398, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 53 }, "end": { - "line": 2237, + "line": 2279, "column": 61 } } @@ -871147,15 +871634,15 @@ "postfix": false, "binop": null }, - "start": 103009, - "end": 103010, + "start": 105399, + "end": 105400, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 62 }, "end": { - "line": 2237, + "line": 2279, "column": 63 } } @@ -871173,15 +871660,15 @@ "binop": null, "updateContext": null }, - "start": 103010, - "end": 103011, + "start": 105400, + "end": 105401, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 63 }, "end": { - "line": 2237, + "line": 2279, "column": 64 } } @@ -871199,15 +871686,15 @@ "binop": null }, "value": "message", - "start": 103011, - "end": 103018, + "start": 105401, + "end": 105408, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 64 }, "end": { - "line": 2237, + "line": 2279, "column": 71 } } @@ -871225,15 +871712,15 @@ "binop": null, "updateContext": null }, - "start": 103018, - "end": 103019, + "start": 105408, + "end": 105409, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 71 }, "end": { - "line": 2237, + "line": 2279, "column": 72 } } @@ -871252,15 +871739,15 @@ "updateContext": null }, "value": "!==", - "start": 103020, - "end": 103023, + "start": 105410, + "end": 105413, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 73 }, "end": { - "line": 2237, + "line": 2279, "column": 76 } } @@ -871279,15 +871766,15 @@ "updateContext": null }, "value": "undefined", - "start": 103024, - "end": 103035, + "start": 105414, + "end": 105425, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 77 }, "end": { - "line": 2237, + "line": 2279, "column": 88 } } @@ -871305,15 +871792,15 @@ "binop": null, "updateContext": null }, - "start": 103036, - "end": 103037, + "start": 105426, + "end": 105427, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 89 }, "end": { - "line": 2237, + "line": 2279, "column": 90 } } @@ -871330,15 +871817,15 @@ "postfix": false, "binop": null }, - "start": 103038, - "end": 103039, + "start": 105428, + "end": 105429, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 91 }, "end": { - "line": 2237, + "line": 2279, "column": 92 } } @@ -871357,15 +871844,15 @@ "updateContext": null }, "value": "Called method \"", - "start": 103039, - "end": 103054, + "start": 105429, + "end": 105444, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 92 }, "end": { - "line": 2237, + "line": 2279, "column": 107 } } @@ -871382,15 +871869,15 @@ "postfix": false, "binop": null }, - "start": 103054, - "end": 103056, + "start": 105444, + "end": 105446, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 107 }, "end": { - "line": 2237, + "line": 2279, "column": 109 } } @@ -871408,15 +871895,15 @@ "binop": null }, "value": "message", - "start": 103056, - "end": 103063, + "start": 105446, + "end": 105453, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 109 }, "end": { - "line": 2237, + "line": 2279, "column": 116 } } @@ -871433,15 +871920,15 @@ "postfix": false, "binop": null }, - "start": 103063, - "end": 103064, + "start": 105453, + "end": 105454, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 116 }, "end": { - "line": 2237, + "line": 2279, "column": 117 } } @@ -871460,15 +871947,15 @@ "updateContext": null }, "value": "\".", - "start": 103064, - "end": 103066, + "start": 105454, + "end": 105456, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 117 }, "end": { - "line": 2237, + "line": 2279, "column": 119 } } @@ -871485,15 +871972,15 @@ "postfix": false, "binop": null }, - "start": 103066, - "end": 103067, + "start": 105456, + "end": 105457, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 119 }, "end": { - "line": 2237, + "line": 2279, "column": 120 } } @@ -871511,15 +871998,15 @@ "binop": null, "updateContext": null }, - "start": 103068, - "end": 103069, + "start": 105458, + "end": 105459, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 121 }, "end": { - "line": 2237, + "line": 2279, "column": 122 } } @@ -871537,15 +872024,15 @@ "binop": null }, "value": "message", - "start": 103070, - "end": 103077, + "start": 105460, + "end": 105467, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 123 }, "end": { - "line": 2237, + "line": 2279, "column": 130 } } @@ -871563,15 +872050,15 @@ "binop": null, "updateContext": null }, - "start": 103077, - "end": 103078, + "start": 105467, + "end": 105468, "loc": { "start": { - "line": 2237, + "line": 2279, "column": 130 }, "end": { - "line": 2237, + "line": 2279, "column": 131 } } @@ -871589,15 +872076,15 @@ "binop": null }, "value": "_sty", - "start": 103095, - "end": 103099, + "start": 105485, + "end": 105489, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 16 }, "end": { - "line": 2238, + "line": 2280, "column": 20 } } @@ -871616,15 +872103,15 @@ "updateContext": null }, "value": "=", - "start": 103100, - "end": 103101, + "start": 105490, + "end": 105491, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 21 }, "end": { - "line": 2238, + "line": 2280, "column": 22 } } @@ -871646,15 +872133,15 @@ "pattern": "^Called method \"", "flags": "" }, - "start": 103102, - "end": 103120, + "start": 105492, + "end": 105510, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 23 }, "end": { - "line": 2238, + "line": 2280, "column": 41 } } @@ -871672,15 +872159,15 @@ "binop": null, "updateContext": null }, - "start": 103120, - "end": 103121, + "start": 105510, + "end": 105511, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 41 }, "end": { - "line": 2238, + "line": 2280, "column": 42 } } @@ -871698,15 +872185,15 @@ "binop": null }, "value": "test", - "start": 103121, - "end": 103125, + "start": 105511, + "end": 105515, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 42 }, "end": { - "line": 2238, + "line": 2280, "column": 46 } } @@ -871723,15 +872210,15 @@ "postfix": false, "binop": null }, - "start": 103125, - "end": 103126, + "start": 105515, + "end": 105516, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 46 }, "end": { - "line": 2238, + "line": 2280, "column": 47 } } @@ -871749,15 +872236,15 @@ "binop": null }, "value": "_msg", - "start": 103126, - "end": 103130, + "start": 105516, + "end": 105520, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 47 }, "end": { - "line": 2238, + "line": 2280, "column": 51 } } @@ -871774,15 +872261,15 @@ "postfix": false, "binop": null }, - "start": 103130, - "end": 103131, + "start": 105520, + "end": 105521, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 51 }, "end": { - "line": 2238, + "line": 2280, "column": 52 } } @@ -871800,15 +872287,15 @@ "binop": null, "updateContext": null }, - "start": 103132, - "end": 103133, + "start": 105522, + "end": 105523, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 53 }, "end": { - "line": 2238, + "line": 2280, "column": 54 } } @@ -871827,15 +872314,15 @@ "updateContext": null }, "value": "font-weight:600;color:blue;", - "start": 103134, - "end": 103163, + "start": 105524, + "end": 105553, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 55 }, "end": { - "line": 2238, + "line": 2280, "column": 84 } } @@ -871853,15 +872340,15 @@ "binop": null, "updateContext": null }, - "start": 103164, - "end": 103165, + "start": 105554, + "end": 105555, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 85 }, "end": { - "line": 2238, + "line": 2280, "column": 86 } } @@ -871880,15 +872367,15 @@ "updateContext": null }, "value": "", - "start": 103166, - "end": 103168, + "start": 105556, + "end": 105558, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 87 }, "end": { - "line": 2238, + "line": 2280, "column": 89 } } @@ -871906,15 +872393,15 @@ "binop": null, "updateContext": null }, - "start": 103168, - "end": 103169, + "start": 105558, + "end": 105559, "loc": { "start": { - "line": 2238, + "line": 2280, "column": 89 }, "end": { - "line": 2238, + "line": 2280, "column": 90 } } @@ -871932,15 +872419,15 @@ "binop": null }, "value": "_rst", - "start": 103186, - "end": 103190, + "start": 105576, + "end": 105580, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 16 }, "end": { - "line": 2239, + "line": 2281, "column": 20 } } @@ -871959,15 +872446,15 @@ "updateContext": null }, "value": "=", - "start": 103191, - "end": 103192, + "start": 105581, + "end": 105582, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 21 }, "end": { - "line": 2239, + "line": 2281, "column": 22 } } @@ -871986,15 +872473,15 @@ "updateContext": null }, "value": "", - "start": 103193, - "end": 103195, + "start": 105583, + "end": 105585, "loc": { "start": { - "line": 2239, + "line": 2281, "column": 23 }, "end": { - "line": 2239, + "line": 2281, "column": 25 } } @@ -872014,15 +872501,15 @@ "updateContext": null }, "value": "if", - "start": 103221, - "end": 103223, + "start": 105611, + "end": 105613, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 12 }, "end": { - "line": 2241, + "line": 2283, "column": 14 } } @@ -872039,15 +872526,15 @@ "postfix": false, "binop": null }, - "start": 103224, - "end": 103225, + "start": 105614, + "end": 105615, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 15 }, "end": { - "line": 2241, + "line": 2283, "column": 16 } } @@ -872065,15 +872552,15 @@ "binop": null }, "value": "window", - "start": 103226, - "end": 103232, + "start": 105616, + "end": 105622, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 17 }, "end": { - "line": 2241, + "line": 2283, "column": 23 } } @@ -872091,15 +872578,15 @@ "binop": null, "updateContext": null }, - "start": 103232, - "end": 103233, + "start": 105622, + "end": 105623, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 23 }, "end": { - "line": 2241, + "line": 2283, "column": 24 } } @@ -872117,15 +872604,15 @@ "binop": null }, "value": "console", - "start": 103233, - "end": 103240, + "start": 105623, + "end": 105630, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 24 }, "end": { - "line": 2241, + "line": 2283, "column": 31 } } @@ -872144,15 +872631,15 @@ "updateContext": null }, "value": "&&", - "start": 103241, - "end": 103243, + "start": 105631, + "end": 105633, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 32 }, "end": { - "line": 2241, + "line": 2283, "column": 34 } } @@ -872170,15 +872657,15 @@ "binop": null }, "value": "window", - "start": 103244, - "end": 103250, + "start": 105634, + "end": 105640, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 35 }, "end": { - "line": 2241, + "line": 2283, "column": 41 } } @@ -872196,15 +872683,15 @@ "binop": null, "updateContext": null }, - "start": 103250, - "end": 103251, + "start": 105640, + "end": 105641, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 41 }, "end": { - "line": 2241, + "line": 2283, "column": 42 } } @@ -872222,15 +872709,15 @@ "binop": null }, "value": "console", - "start": 103251, - "end": 103258, + "start": 105641, + "end": 105648, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 42 }, "end": { - "line": 2241, + "line": 2283, "column": 49 } } @@ -872248,15 +872735,15 @@ "binop": null, "updateContext": null }, - "start": 103258, - "end": 103259, + "start": 105648, + "end": 105649, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 49 }, "end": { - "line": 2241, + "line": 2283, "column": 50 } } @@ -872274,15 +872761,15 @@ "binop": null }, "value": "log", - "start": 103259, - "end": 103262, + "start": 105649, + "end": 105652, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 50 }, "end": { - "line": 2241, + "line": 2283, "column": 53 } } @@ -872299,15 +872786,15 @@ "postfix": false, "binop": null }, - "start": 103263, - "end": 103264, + "start": 105653, + "end": 105654, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 54 }, "end": { - "line": 2241, + "line": 2283, "column": 55 } } @@ -872324,15 +872811,15 @@ "postfix": false, "binop": null }, - "start": 103265, - "end": 103266, + "start": 105655, + "end": 105656, "loc": { "start": { - "line": 2241, + "line": 2283, "column": 56 }, "end": { - "line": 2241, + "line": 2283, "column": 57 } } @@ -872352,15 +872839,15 @@ "updateContext": null }, "value": "if", - "start": 103283, - "end": 103285, + "start": 105673, + "end": 105675, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 16 }, "end": { - "line": 2242, + "line": 2284, "column": 18 } } @@ -872377,15 +872864,15 @@ "postfix": false, "binop": null }, - "start": 103286, - "end": 103287, + "start": 105676, + "end": 105677, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 19 }, "end": { - "line": 2242, + "line": 2284, "column": 20 } } @@ -872403,15 +872890,15 @@ "binop": null }, "value": "throwType", - "start": 103288, - "end": 103297, + "start": 105678, + "end": 105687, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 21 }, "end": { - "line": 2242, + "line": 2284, "column": 30 } } @@ -872430,15 +872917,15 @@ "updateContext": null }, "value": "===", - "start": 103298, - "end": 103301, + "start": 105688, + "end": 105691, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 31 }, "end": { - "line": 2242, + "line": 2284, "column": 34 } } @@ -872457,15 +872944,15 @@ "updateContext": null }, "value": "Notice", - "start": 103302, - "end": 103310, + "start": 105692, + "end": 105700, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 35 }, "end": { - "line": 2242, + "line": 2284, "column": 43 } } @@ -872482,15 +872969,15 @@ "postfix": false, "binop": null }, - "start": 103311, - "end": 103312, + "start": 105701, + "end": 105702, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 44 }, "end": { - "line": 2242, + "line": 2284, "column": 45 } } @@ -872507,15 +872994,15 @@ "postfix": false, "binop": null }, - "start": 103313, - "end": 103314, + "start": 105703, + "end": 105704, "loc": { "start": { - "line": 2242, + "line": 2284, "column": 46 }, "end": { - "line": 2242, + "line": 2284, "column": 47 } } @@ -872533,15 +873020,15 @@ "binop": null }, "value": "window", - "start": 103335, - "end": 103341, + "start": 105725, + "end": 105731, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 20 }, "end": { - "line": 2243, + "line": 2285, "column": 26 } } @@ -872559,15 +873046,15 @@ "binop": null, "updateContext": null }, - "start": 103341, - "end": 103342, + "start": 105731, + "end": 105732, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 26 }, "end": { - "line": 2243, + "line": 2285, "column": 27 } } @@ -872585,15 +873072,15 @@ "binop": null }, "value": "console", - "start": 103342, - "end": 103349, + "start": 105732, + "end": 105739, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 27 }, "end": { - "line": 2243, + "line": 2285, "column": 34 } } @@ -872611,15 +873098,15 @@ "binop": null, "updateContext": null }, - "start": 103349, - "end": 103350, + "start": 105739, + "end": 105740, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 34 }, "end": { - "line": 2243, + "line": 2285, "column": 35 } } @@ -872637,15 +873124,15 @@ "binop": null }, "value": "log", - "start": 103350, - "end": 103353, + "start": 105740, + "end": 105743, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 35 }, "end": { - "line": 2243, + "line": 2285, "column": 38 } } @@ -872662,15 +873149,15 @@ "postfix": false, "binop": null }, - "start": 103353, - "end": 103354, + "start": 105743, + "end": 105744, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 38 }, "end": { - "line": 2243, + "line": 2285, "column": 39 } } @@ -872689,15 +873176,15 @@ "updateContext": null }, "value": "%c%s%c", - "start": 103355, - "end": 103363, + "start": 105745, + "end": 105753, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 40 }, "end": { - "line": 2243, + "line": 2285, "column": 48 } } @@ -872715,15 +873202,15 @@ "binop": null, "updateContext": null }, - "start": 103363, - "end": 103364, + "start": 105753, + "end": 105754, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 48 }, "end": { - "line": 2243, + "line": 2285, "column": 49 } } @@ -872741,15 +873228,15 @@ "binop": null }, "value": "_sty", - "start": 103365, - "end": 103369, + "start": 105755, + "end": 105759, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 50 }, "end": { - "line": 2243, + "line": 2285, "column": 54 } } @@ -872767,15 +873254,15 @@ "binop": null, "updateContext": null }, - "start": 103369, - "end": 103370, + "start": 105759, + "end": 105760, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 54 }, "end": { - "line": 2243, + "line": 2285, "column": 55 } } @@ -872793,15 +873280,15 @@ "binop": null }, "value": "_msg", - "start": 103371, - "end": 103375, + "start": 105761, + "end": 105765, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 56 }, "end": { - "line": 2243, + "line": 2285, "column": 60 } } @@ -872819,15 +873306,15 @@ "binop": null, "updateContext": null }, - "start": 103375, - "end": 103376, + "start": 105765, + "end": 105766, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 60 }, "end": { - "line": 2243, + "line": 2285, "column": 61 } } @@ -872845,15 +873332,15 @@ "binop": null }, "value": "_rst", - "start": 103377, - "end": 103381, + "start": 105767, + "end": 105771, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 62 }, "end": { - "line": 2243, + "line": 2285, "column": 66 } } @@ -872870,15 +873357,15 @@ "postfix": false, "binop": null }, - "start": 103382, - "end": 103383, + "start": 105772, + "end": 105773, "loc": { "start": { - "line": 2243, + "line": 2285, "column": 67 }, "end": { - "line": 2243, + "line": 2285, "column": 68 } } @@ -872895,15 +873382,15 @@ "postfix": false, "binop": null }, - "start": 103400, - "end": 103401, + "start": 105790, + "end": 105791, "loc": { "start": { - "line": 2244, + "line": 2286, "column": 16 }, "end": { - "line": 2244, + "line": 2286, "column": 17 } } @@ -872923,15 +873410,15 @@ "updateContext": null }, "value": "else", - "start": 103402, - "end": 103406, + "start": 105792, + "end": 105796, "loc": { "start": { - "line": 2244, + "line": 2286, "column": 18 }, "end": { - "line": 2244, + "line": 2286, "column": 22 } } @@ -872948,15 +873435,15 @@ "postfix": false, "binop": null }, - "start": 103407, - "end": 103408, + "start": 105797, + "end": 105798, "loc": { "start": { - "line": 2244, + "line": 2286, "column": 23 }, "end": { - "line": 2244, + "line": 2286, "column": 24 } } @@ -872976,15 +873463,15 @@ "updateContext": null }, "value": "throw", - "start": 103429, - "end": 103434, + "start": 105819, + "end": 105824, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 20 }, "end": { - "line": 2245, + "line": 2287, "column": 25 } } @@ -873004,15 +873491,15 @@ "updateContext": null }, "value": "new", - "start": 103435, - "end": 103438, + "start": 105825, + "end": 105828, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 26 }, "end": { - "line": 2245, + "line": 2287, "column": 29 } } @@ -873030,15 +873517,15 @@ "binop": null }, "value": "Error", - "start": 103439, - "end": 103444, + "start": 105829, + "end": 105834, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 30 }, "end": { - "line": 2245, + "line": 2287, "column": 35 } } @@ -873055,15 +873542,15 @@ "postfix": false, "binop": null }, - "start": 103444, - "end": 103445, + "start": 105834, + "end": 105835, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 35 }, "end": { - "line": 2245, + "line": 2287, "column": 36 } } @@ -873080,15 +873567,15 @@ "postfix": false, "binop": null }, - "start": 103446, - "end": 103447, + "start": 105836, + "end": 105837, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 37 }, "end": { - "line": 2245, + "line": 2287, "column": 38 } } @@ -873107,15 +873594,15 @@ "updateContext": null }, "value": "", - "start": 103447, - "end": 103447, + "start": 105837, + "end": 105837, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 38 }, "end": { - "line": 2245, + "line": 2287, "column": 38 } } @@ -873132,15 +873619,15 @@ "postfix": false, "binop": null }, - "start": 103447, - "end": 103449, + "start": 105837, + "end": 105839, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 38 }, "end": { - "line": 2245, + "line": 2287, "column": 40 } } @@ -873158,15 +873645,15 @@ "binop": null }, "value": "_msg", - "start": 103449, - "end": 103453, + "start": 105839, + "end": 105843, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 40 }, "end": { - "line": 2245, + "line": 2287, "column": 44 } } @@ -873183,15 +873670,15 @@ "postfix": false, "binop": null }, - "start": 103453, - "end": 103454, + "start": 105843, + "end": 105844, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 44 }, "end": { - "line": 2245, + "line": 2287, "column": 45 } } @@ -873210,15 +873697,15 @@ "updateContext": null }, "value": "", - "start": 103454, - "end": 103454, + "start": 105844, + "end": 105844, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 45 }, "end": { - "line": 2245, + "line": 2287, "column": 45 } } @@ -873235,15 +873722,15 @@ "postfix": false, "binop": null }, - "start": 103454, - "end": 103455, + "start": 105844, + "end": 105845, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 45 }, "end": { - "line": 2245, + "line": 2287, "column": 46 } } @@ -873260,15 +873747,15 @@ "postfix": false, "binop": null }, - "start": 103456, - "end": 103457, + "start": 105846, + "end": 105847, "loc": { "start": { - "line": 2245, + "line": 2287, "column": 47 }, "end": { - "line": 2245, + "line": 2287, "column": 48 } } @@ -873285,15 +873772,15 @@ "postfix": false, "binop": null }, - "start": 103474, - "end": 103475, + "start": 105864, + "end": 105865, "loc": { "start": { - "line": 2246, + "line": 2288, "column": 16 }, "end": { - "line": 2246, + "line": 2288, "column": 17 } } @@ -873310,15 +873797,15 @@ "postfix": false, "binop": null }, - "start": 103488, - "end": 103489, + "start": 105878, + "end": 105879, "loc": { "start": { - "line": 2247, + "line": 2289, "column": 12 }, "end": { - "line": 2247, + "line": 2289, "column": 13 } } @@ -873335,15 +873822,15 @@ "postfix": false, "binop": null }, - "start": 103498, - "end": 103499, + "start": 105888, + "end": 105889, "loc": { "start": { - "line": 2248, + "line": 2290, "column": 8 }, "end": { - "line": 2248, + "line": 2290, "column": 9 } } @@ -873360,15 +873847,15 @@ "postfix": false, "binop": null }, - "start": 103504, - "end": 103505, + "start": 105894, + "end": 105895, "loc": { "start": { - "line": 2249, + "line": 2291, "column": 4 }, "end": { - "line": 2249, + "line": 2291, "column": 5 } } @@ -873376,15 +873863,15 @@ { "type": "CommentLine", "value": " Public", - "start": 103515, - "end": 103524, + "start": 105905, + "end": 105914, "loc": { "start": { - "line": 2251, + "line": 2293, "column": 4 }, "end": { - "line": 2251, + "line": 2293, "column": 13 } } @@ -873392,15 +873879,15 @@ { "type": "CommentBlock", "value": "*\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 103534, - "end": 103818, + "start": 105924, + "end": 106208, "loc": { "start": { - "line": 2253, + "line": 2295, "column": 4 }, "end": { - "line": 2258, + "line": 2300, "column": 7 } } @@ -873418,15 +873905,15 @@ "binop": null }, "value": "initialized", - "start": 103823, - "end": 103834, + "start": 106213, + "end": 106224, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 4 }, "end": { - "line": 2259, + "line": 2301, "column": 15 } } @@ -873443,15 +873930,15 @@ "postfix": false, "binop": null }, - "start": 103834, - "end": 103835, + "start": 106224, + "end": 106225, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 15 }, "end": { - "line": 2259, + "line": 2301, "column": 16 } } @@ -873469,15 +873956,15 @@ "binop": null, "updateContext": null }, - "start": 103836, - "end": 103839, + "start": 106226, + "end": 106229, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 17 }, "end": { - "line": 2259, + "line": 2301, "column": 20 } } @@ -873495,15 +873982,15 @@ "binop": null }, "value": "args", - "start": 103839, - "end": 103843, + "start": 106229, + "end": 106233, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 20 }, "end": { - "line": 2259, + "line": 2301, "column": 24 } } @@ -873520,15 +874007,15 @@ "postfix": false, "binop": null }, - "start": 103844, - "end": 103845, + "start": 106234, + "end": 106235, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 25 }, "end": { - "line": 2259, + "line": 2301, "column": 26 } } @@ -873545,15 +874032,15 @@ "postfix": false, "binop": null }, - "start": 103846, - "end": 103847, + "start": 106236, + "end": 106237, "loc": { "start": { - "line": 2259, + "line": 2301, "column": 27 }, "end": { - "line": 2259, + "line": 2301, "column": 28 } } @@ -873573,15 +874060,15 @@ "updateContext": null }, "value": "let", - "start": 103856, - "end": 103859, + "start": 106246, + "end": 106249, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 8 }, "end": { - "line": 2260, + "line": 2302, "column": 11 } } @@ -873599,15 +874086,15 @@ "binop": null }, "value": "_message", - "start": 103860, - "end": 103868, + "start": 106250, + "end": 106258, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 12 }, "end": { - "line": 2260, + "line": 2302, "column": 20 } } @@ -873626,15 +874113,15 @@ "updateContext": null }, "value": "=", - "start": 103869, - "end": 103870, + "start": 106259, + "end": 106260, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 21 }, "end": { - "line": 2260, + "line": 2302, "column": 22 } } @@ -873654,15 +874141,15 @@ "updateContext": null }, "value": "this", - "start": 103871, - "end": 103875, + "start": 106261, + "end": 106265, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 23 }, "end": { - "line": 2260, + "line": 2302, "column": 27 } } @@ -873680,15 +874167,15 @@ "binop": null, "updateContext": null }, - "start": 103875, - "end": 103876, + "start": 106265, + "end": 106266, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 27 }, "end": { - "line": 2260, + "line": 2302, "column": 28 } } @@ -873706,15 +874193,15 @@ "binop": null }, "value": "_isInitialized", - "start": 103876, - "end": 103890, + "start": 106266, + "end": 106280, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 28 }, "end": { - "line": 2260, + "line": 2302, "column": 42 } } @@ -873732,15 +874219,15 @@ "binop": null, "updateContext": null }, - "start": 103891, - "end": 103892, + "start": 106281, + "end": 106282, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 43 }, "end": { - "line": 2260, + "line": 2302, "column": 44 } } @@ -873759,15 +874246,15 @@ "updateContext": null }, "value": "Skipped because method \"initialized\" already has been called once", - "start": 103893, - "end": 103960, + "start": 106283, + "end": 106350, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 45 }, "end": { - "line": 2260, + "line": 2302, "column": 112 } } @@ -873785,15 +874272,15 @@ "binop": null, "updateContext": null }, - "start": 103961, - "end": 103962, + "start": 106351, + "end": 106352, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 113 }, "end": { - "line": 2260, + "line": 2302, "column": 114 } } @@ -873812,15 +874299,15 @@ "updateContext": null }, "value": "initialized", - "start": 103963, - "end": 103976, + "start": 106353, + "end": 106366, "loc": { "start": { - "line": 2260, + "line": 2302, "column": 115 }, "end": { - "line": 2260, + "line": 2302, "column": 128 } } @@ -873840,15 +874327,15 @@ "updateContext": null }, "value": "this", - "start": 103985, - "end": 103989, + "start": 106375, + "end": 106379, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 8 }, "end": { - "line": 2261, + "line": 2303, "column": 12 } } @@ -873866,15 +874353,15 @@ "binop": null, "updateContext": null }, - "start": 103989, - "end": 103990, + "start": 106379, + "end": 106380, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 12 }, "end": { - "line": 2261, + "line": 2303, "column": 13 } } @@ -873892,15 +874379,15 @@ "binop": null }, "value": "_debug", - "start": 103990, - "end": 103996, + "start": 106380, + "end": 106386, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 13 }, "end": { - "line": 2261, + "line": 2303, "column": 19 } } @@ -873917,15 +874404,15 @@ "postfix": false, "binop": null }, - "start": 103996, - "end": 103997, + "start": 106386, + "end": 106387, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 19 }, "end": { - "line": 2261, + "line": 2303, "column": 20 } } @@ -873943,15 +874430,15 @@ "binop": null }, "value": "_message", - "start": 103998, - "end": 104006, + "start": 106388, + "end": 106396, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 21 }, "end": { - "line": 2261, + "line": 2303, "column": 29 } } @@ -873968,15 +874455,15 @@ "postfix": false, "binop": null }, - "start": 104007, - "end": 104008, + "start": 106397, + "end": 106398, "loc": { "start": { - "line": 2261, + "line": 2303, "column": 30 }, "end": { - "line": 2261, + "line": 2303, "column": 31 } } @@ -873996,15 +874483,15 @@ "updateContext": null }, "value": "let", - "start": 104026, - "end": 104029, + "start": 106416, + "end": 106419, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 8 }, "end": { - "line": 2263, + "line": 2305, "column": 11 } } @@ -874022,15 +874509,15 @@ "binop": null }, "value": "_elem", - "start": 104030, - "end": 104035, + "start": 106420, + "end": 106425, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 12 }, "end": { - "line": 2263, + "line": 2305, "column": 17 } } @@ -874049,15 +874536,15 @@ "updateContext": null }, "value": "=", - "start": 104039, - "end": 104040, + "start": 106429, + "end": 106430, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 21 }, "end": { - "line": 2263, + "line": 2305, "column": 22 } } @@ -874077,15 +874564,15 @@ "updateContext": null }, "value": "this", - "start": 104041, - "end": 104045, + "start": 106431, + "end": 106435, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 23 }, "end": { - "line": 2263, + "line": 2305, "column": 27 } } @@ -874103,15 +874590,15 @@ "binop": null, "updateContext": null }, - "start": 104045, - "end": 104046, + "start": 106435, + "end": 106436, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 27 }, "end": { - "line": 2263, + "line": 2305, "column": 28 } } @@ -874129,15 +874616,15 @@ "binop": null }, "value": "_element", - "start": 104046, - "end": 104054, + "start": 106436, + "end": 106444, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 28 }, "end": { - "line": 2263, + "line": 2305, "column": 36 } } @@ -874155,15 +874642,15 @@ "binop": null, "updateContext": null }, - "start": 104054, - "end": 104055, + "start": 106444, + "end": 106445, "loc": { "start": { - "line": 2263, + "line": 2305, "column": 36 }, "end": { - "line": 2263, + "line": 2305, "column": 37 } } @@ -874181,15 +874668,15 @@ "binop": null }, "value": "_opts", - "start": 104068, - "end": 104073, + "start": 106458, + "end": 106463, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 12 }, "end": { - "line": 2264, + "line": 2306, "column": 17 } } @@ -874208,15 +874695,15 @@ "updateContext": null }, "value": "=", - "start": 104077, - "end": 104078, + "start": 106467, + "end": 106468, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 21 }, "end": { - "line": 2264, + "line": 2306, "column": 22 } } @@ -874236,15 +874723,15 @@ "updateContext": null }, "value": "this", - "start": 104079, - "end": 104083, + "start": 106469, + "end": 106473, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 23 }, "end": { - "line": 2264, + "line": 2306, "column": 27 } } @@ -874262,15 +874749,15 @@ "binop": null, "updateContext": null }, - "start": 104083, - "end": 104084, + "start": 106473, + "end": 106474, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 27 }, "end": { - "line": 2264, + "line": 2306, "column": 28 } } @@ -874288,15 +874775,15 @@ "binop": null }, "value": "_config", - "start": 104084, - "end": 104091, + "start": 106474, + "end": 106481, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 28 }, "end": { - "line": 2264, + "line": 2306, "column": 35 } } @@ -874314,15 +874801,15 @@ "binop": null, "updateContext": null }, - "start": 104091, - "end": 104092, + "start": 106481, + "end": 106482, "loc": { "start": { - "line": 2264, + "line": 2306, "column": 35 }, "end": { - "line": 2264, + "line": 2306, "column": 36 } } @@ -874340,15 +874827,15 @@ "binop": null }, "value": "_args", - "start": 104105, - "end": 104110, + "start": 106495, + "end": 106500, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 12 }, "end": { - "line": 2265, + "line": 2307, "column": 17 } } @@ -874367,15 +874854,15 @@ "updateContext": null }, "value": "=", - "start": 104114, - "end": 104115, + "start": 106504, + "end": 106505, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 21 }, "end": { - "line": 2265, + "line": 2307, "column": 22 } } @@ -874393,15 +874880,15 @@ "binop": null }, "value": "args", - "start": 104116, - "end": 104120, + "start": 106506, + "end": 106510, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 23 }, "end": { - "line": 2265, + "line": 2307, "column": 27 } } @@ -874419,15 +874906,15 @@ "binop": null, "updateContext": null }, - "start": 104120, - "end": 104121, + "start": 106510, + "end": 106511, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 27 }, "end": { - "line": 2265, + "line": 2307, "column": 28 } } @@ -874446,15 +874933,15 @@ "updateContext": null }, "value": 0, - "start": 104121, - "end": 104122, + "start": 106511, + "end": 106512, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 28 }, "end": { - "line": 2265, + "line": 2307, "column": 29 } } @@ -874472,15 +874959,15 @@ "binop": null, "updateContext": null }, - "start": 104122, - "end": 104123, + "start": 106512, + "end": 106513, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 29 }, "end": { - "line": 2265, + "line": 2307, "column": 30 } } @@ -874498,15 +874985,15 @@ "binop": null, "updateContext": null }, - "start": 104123, - "end": 104124, + "start": 106513, + "end": 106514, "loc": { "start": { - "line": 2265, + "line": 2307, "column": 30 }, "end": { - "line": 2265, + "line": 2307, "column": 31 } } @@ -874524,15 +875011,15 @@ "binop": null }, "value": "callback", - "start": 104137, - "end": 104145, + "start": 106527, + "end": 106535, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 12 }, "end": { - "line": 2266, + "line": 2308, "column": 20 } } @@ -874551,15 +875038,15 @@ "updateContext": null }, "value": "=", - "start": 104146, - "end": 104147, + "start": 106536, + "end": 106537, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 21 }, "end": { - "line": 2266, + "line": 2308, "column": 22 } } @@ -874577,15 +875064,15 @@ "binop": null }, "value": "_args", - "start": 104148, - "end": 104153, + "start": 106538, + "end": 106543, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 23 }, "end": { - "line": 2266, + "line": 2308, "column": 28 } } @@ -874603,15 +875090,15 @@ "binop": null, "updateContext": null }, - "start": 104153, - "end": 104154, + "start": 106543, + "end": 106544, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 28 }, "end": { - "line": 2266, + "line": 2308, "column": 29 } } @@ -874629,15 +875116,15 @@ "binop": null }, "value": "length", - "start": 104154, - "end": 104160, + "start": 106544, + "end": 106550, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 29 }, "end": { - "line": 2266, + "line": 2308, "column": 35 } } @@ -874656,15 +875143,15 @@ "updateContext": null }, "value": ">", - "start": 104161, - "end": 104162, + "start": 106551, + "end": 106552, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 36 }, "end": { - "line": 2266, + "line": 2308, "column": 37 } } @@ -874683,15 +875170,15 @@ "updateContext": null }, "value": 0, - "start": 104163, - "end": 104164, + "start": 106553, + "end": 106554, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 38 }, "end": { - "line": 2266, + "line": 2308, "column": 39 } } @@ -874710,15 +875197,15 @@ "updateContext": null }, "value": "&&", - "start": 104165, - "end": 104167, + "start": 106555, + "end": 106557, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 40 }, "end": { - "line": 2266, + "line": 2308, "column": 42 } } @@ -874738,15 +875225,15 @@ "updateContext": null }, "value": "typeof", - "start": 104168, - "end": 104174, + "start": 106558, + "end": 106564, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 43 }, "end": { - "line": 2266, + "line": 2308, "column": 49 } } @@ -874764,15 +875251,15 @@ "binop": null }, "value": "_args", - "start": 104175, - "end": 104180, + "start": 106565, + "end": 106570, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 50 }, "end": { - "line": 2266, + "line": 2308, "column": 55 } } @@ -874790,15 +875277,15 @@ "binop": null, "updateContext": null }, - "start": 104180, - "end": 104181, + "start": 106570, + "end": 106571, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 55 }, "end": { - "line": 2266, + "line": 2308, "column": 56 } } @@ -874817,15 +875304,15 @@ "updateContext": null }, "value": 0, - "start": 104181, - "end": 104182, + "start": 106571, + "end": 106572, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 56 }, "end": { - "line": 2266, + "line": 2308, "column": 57 } } @@ -874843,15 +875330,15 @@ "binop": null, "updateContext": null }, - "start": 104182, - "end": 104183, + "start": 106572, + "end": 106573, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 57 }, "end": { - "line": 2266, + "line": 2308, "column": 58 } } @@ -874870,15 +875357,15 @@ "updateContext": null }, "value": "===", - "start": 104184, - "end": 104187, + "start": 106574, + "end": 106577, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 59 }, "end": { - "line": 2266, + "line": 2308, "column": 62 } } @@ -874897,15 +875384,15 @@ "updateContext": null }, "value": "function", - "start": 104188, - "end": 104198, + "start": 106578, + "end": 106588, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 63 }, "end": { - "line": 2266, + "line": 2308, "column": 73 } } @@ -874923,15 +875410,15 @@ "binop": null, "updateContext": null }, - "start": 104199, - "end": 104200, + "start": 106589, + "end": 106590, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 74 }, "end": { - "line": 2266, + "line": 2308, "column": 75 } } @@ -874949,15 +875436,15 @@ "binop": null }, "value": "_args", - "start": 104201, - "end": 104206, + "start": 106591, + "end": 106596, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 76 }, "end": { - "line": 2266, + "line": 2308, "column": 81 } } @@ -874975,15 +875462,15 @@ "binop": null, "updateContext": null }, - "start": 104206, - "end": 104207, + "start": 106596, + "end": 106597, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 81 }, "end": { - "line": 2266, + "line": 2308, "column": 82 } } @@ -875002,15 +875489,15 @@ "updateContext": null }, "value": 0, - "start": 104207, - "end": 104208, + "start": 106597, + "end": 106598, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 82 }, "end": { - "line": 2266, + "line": 2308, "column": 83 } } @@ -875028,15 +875515,15 @@ "binop": null, "updateContext": null }, - "start": 104208, - "end": 104209, + "start": 106598, + "end": 106599, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 83 }, "end": { - "line": 2266, + "line": 2308, "column": 84 } } @@ -875054,15 +875541,15 @@ "binop": null, "updateContext": null }, - "start": 104210, - "end": 104211, + "start": 106600, + "end": 106601, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 85 }, "end": { - "line": 2266, + "line": 2308, "column": 86 } } @@ -875082,15 +875569,15 @@ "updateContext": null }, "value": "null", - "start": 104212, - "end": 104216, + "start": 106602, + "end": 106606, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 87 }, "end": { - "line": 2266, + "line": 2308, "column": 91 } } @@ -875108,15 +875595,15 @@ "binop": null, "updateContext": null }, - "start": 104216, - "end": 104217, + "start": 106606, + "end": 106607, "loc": { "start": { - "line": 2266, + "line": 2308, "column": 91 }, "end": { - "line": 2266, + "line": 2308, "column": 92 } } @@ -875134,15 +875621,15 @@ "binop": null }, "value": "userdata", - "start": 104230, - "end": 104238, + "start": 106620, + "end": 106628, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 12 }, "end": { - "line": 2267, + "line": 2309, "column": 20 } } @@ -875161,15 +875648,15 @@ "updateContext": null }, "value": "=", - "start": 104239, - "end": 104240, + "start": 106629, + "end": 106630, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 21 }, "end": { - "line": 2267, + "line": 2309, "column": 22 } } @@ -875187,15 +875674,15 @@ "binop": null }, "value": "_args", - "start": 104241, - "end": 104246, + "start": 106631, + "end": 106636, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 23 }, "end": { - "line": 2267, + "line": 2309, "column": 28 } } @@ -875213,15 +875700,15 @@ "binop": null, "updateContext": null }, - "start": 104246, - "end": 104247, + "start": 106636, + "end": 106637, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 28 }, "end": { - "line": 2267, + "line": 2309, "column": 29 } } @@ -875239,15 +875726,15 @@ "binop": null }, "value": "length", - "start": 104247, - "end": 104253, + "start": 106637, + "end": 106643, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 29 }, "end": { - "line": 2267, + "line": 2309, "column": 35 } } @@ -875266,15 +875753,15 @@ "updateContext": null }, "value": ">", - "start": 104254, - "end": 104255, + "start": 106644, + "end": 106645, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 36 }, "end": { - "line": 2267, + "line": 2309, "column": 37 } } @@ -875293,15 +875780,15 @@ "updateContext": null }, "value": 1, - "start": 104256, - "end": 104257, + "start": 106646, + "end": 106647, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 38 }, "end": { - "line": 2267, + "line": 2309, "column": 39 } } @@ -875319,15 +875806,15 @@ "binop": null, "updateContext": null }, - "start": 104258, - "end": 104259, + "start": 106648, + "end": 106649, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 40 }, "end": { - "line": 2267, + "line": 2309, "column": 41 } } @@ -875345,15 +875832,15 @@ "binop": null }, "value": "_args", - "start": 104260, - "end": 104265, + "start": 106650, + "end": 106655, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 42 }, "end": { - "line": 2267, + "line": 2309, "column": 47 } } @@ -875371,15 +875858,15 @@ "binop": null, "updateContext": null }, - "start": 104265, - "end": 104266, + "start": 106655, + "end": 106656, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 47 }, "end": { - "line": 2267, + "line": 2309, "column": 48 } } @@ -875397,15 +875884,15 @@ "binop": null }, "value": "slice", - "start": 104266, - "end": 104271, + "start": 106656, + "end": 106661, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 48 }, "end": { - "line": 2267, + "line": 2309, "column": 53 } } @@ -875422,15 +875909,15 @@ "postfix": false, "binop": null }, - "start": 104271, - "end": 104272, + "start": 106661, + "end": 106662, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 53 }, "end": { - "line": 2267, + "line": 2309, "column": 54 } } @@ -875449,15 +875936,15 @@ "updateContext": null }, "value": 1, - "start": 104272, - "end": 104273, + "start": 106662, + "end": 106663, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 54 }, "end": { - "line": 2267, + "line": 2309, "column": 55 } } @@ -875474,15 +875961,15 @@ "postfix": false, "binop": null }, - "start": 104273, - "end": 104274, + "start": 106663, + "end": 106664, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 55 }, "end": { - "line": 2267, + "line": 2309, "column": 56 } } @@ -875500,15 +875987,15 @@ "binop": null, "updateContext": null }, - "start": 104275, - "end": 104276, + "start": 106665, + "end": 106666, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 57 }, "end": { - "line": 2267, + "line": 2309, "column": 58 } } @@ -875528,15 +876015,15 @@ "updateContext": null }, "value": "null", - "start": 104277, - "end": 104281, + "start": 106667, + "end": 106671, "loc": { "start": { - "line": 2267, + "line": 2309, "column": 59 }, "end": { - "line": 2267, + "line": 2309, "column": 63 } } @@ -875544,15 +876031,15 @@ { "type": "CommentLine", "value": " console.log( '!initialized:', callback, userdata )", - "start": 104291, - "end": 104344, + "start": 106681, + "end": 106734, "loc": { "start": { - "line": 2269, + "line": 2311, "column": 0 }, "end": { - "line": 2269, + "line": 2311, "column": 53 } } @@ -875572,15 +876059,15 @@ "updateContext": null }, "value": "if", - "start": 104353, - "end": 104355, + "start": 106743, + "end": 106745, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 8 }, "end": { - "line": 2270, + "line": 2312, "column": 10 } } @@ -875597,15 +876084,15 @@ "postfix": false, "binop": null }, - "start": 104356, - "end": 104357, + "start": 106746, + "end": 106747, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 11 }, "end": { - "line": 2270, + "line": 2312, "column": 12 } } @@ -875623,15 +876110,15 @@ "binop": null }, "value": "callback", - "start": 104358, - "end": 104366, + "start": 106748, + "end": 106756, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 13 }, "end": { - "line": 2270, + "line": 2312, "column": 21 } } @@ -875650,15 +876137,15 @@ "updateContext": null }, "value": "&&", - "start": 104367, - "end": 104369, + "start": 106757, + "end": 106759, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 22 }, "end": { - "line": 2270, + "line": 2312, "column": 24 } } @@ -875677,15 +876164,15 @@ "updateContext": null }, "value": "!", - "start": 104370, - "end": 104371, + "start": 106760, + "end": 106761, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 25 }, "end": { - "line": 2270, + "line": 2312, "column": 26 } } @@ -875705,15 +876192,15 @@ "updateContext": null }, "value": "this", - "start": 104372, - "end": 104376, + "start": 106762, + "end": 106766, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 27 }, "end": { - "line": 2270, + "line": 2312, "column": 31 } } @@ -875731,15 +876218,15 @@ "binop": null, "updateContext": null }, - "start": 104376, - "end": 104377, + "start": 106766, + "end": 106767, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 31 }, "end": { - "line": 2270, + "line": 2312, "column": 32 } } @@ -875757,15 +876244,15 @@ "binop": null }, "value": "_isInitialized", - "start": 104377, - "end": 104391, + "start": 106767, + "end": 106781, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 32 }, "end": { - "line": 2270, + "line": 2312, "column": 46 } } @@ -875782,15 +876269,15 @@ "postfix": false, "binop": null }, - "start": 104392, - "end": 104393, + "start": 106782, + "end": 106783, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 47 }, "end": { - "line": 2270, + "line": 2312, "column": 48 } } @@ -875807,15 +876294,15 @@ "postfix": false, "binop": null }, - "start": 104394, - "end": 104395, + "start": 106784, + "end": 106785, "loc": { "start": { - "line": 2270, + "line": 2312, "column": 49 }, "end": { - "line": 2270, + "line": 2312, "column": 50 } } @@ -875835,15 +876322,15 @@ "updateContext": null }, "value": "this", - "start": 104408, - "end": 104412, + "start": 106798, + "end": 106802, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 12 }, "end": { - "line": 2271, + "line": 2313, "column": 16 } } @@ -875861,15 +876348,15 @@ "binop": null, "updateContext": null }, - "start": 104412, - "end": 104413, + "start": 106802, + "end": 106803, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 16 }, "end": { - "line": 2271, + "line": 2313, "column": 17 } } @@ -875887,15 +876374,15 @@ "binop": null }, "value": "_debug", - "start": 104413, - "end": 104419, + "start": 106803, + "end": 106809, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 17 }, "end": { - "line": 2271, + "line": 2313, "column": 23 } } @@ -875912,15 +876399,15 @@ "postfix": false, "binop": null }, - "start": 104419, - "end": 104420, + "start": 106809, + "end": 106810, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 23 }, "end": { - "line": 2271, + "line": 2313, "column": 24 } } @@ -875939,15 +876426,15 @@ "updateContext": null }, "value": "Fired your callback function after initializing this plugin.", - "start": 104421, - "end": 104483, + "start": 106811, + "end": 106873, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 25 }, "end": { - "line": 2271, + "line": 2313, "column": 87 } } @@ -875964,15 +876451,15 @@ "postfix": false, "binop": null }, - "start": 104484, - "end": 104485, + "start": 106874, + "end": 106875, "loc": { "start": { - "line": 2271, + "line": 2313, "column": 88 }, "end": { - "line": 2271, + "line": 2313, "column": 89 } } @@ -875990,15 +876477,15 @@ "binop": null }, "value": "callback", - "start": 104511, - "end": 104519, + "start": 106901, + "end": 106909, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 12 }, "end": { - "line": 2273, + "line": 2315, "column": 20 } } @@ -876015,15 +876502,15 @@ "postfix": false, "binop": null }, - "start": 104519, - "end": 104520, + "start": 106909, + "end": 106910, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 20 }, "end": { - "line": 2273, + "line": 2315, "column": 21 } } @@ -876041,15 +876528,15 @@ "binop": null }, "value": "_elem", - "start": 104521, - "end": 104526, + "start": 106911, + "end": 106916, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 22 }, "end": { - "line": 2273, + "line": 2315, "column": 27 } } @@ -876067,15 +876554,15 @@ "binop": null, "updateContext": null }, - "start": 104526, - "end": 104527, + "start": 106916, + "end": 106917, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 27 }, "end": { - "line": 2273, + "line": 2315, "column": 28 } } @@ -876093,15 +876580,15 @@ "binop": null }, "value": "_opts", - "start": 104528, - "end": 104533, + "start": 106918, + "end": 106923, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 29 }, "end": { - "line": 2273, + "line": 2315, "column": 34 } } @@ -876119,15 +876606,15 @@ "binop": null, "updateContext": null }, - "start": 104533, - "end": 104534, + "start": 106923, + "end": 106924, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 34 }, "end": { - "line": 2273, + "line": 2315, "column": 35 } } @@ -876145,15 +876632,15 @@ "binop": null }, "value": "userdata", - "start": 104535, - "end": 104543, + "start": 106925, + "end": 106933, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 36 }, "end": { - "line": 2273, + "line": 2315, "column": 44 } } @@ -876170,15 +876657,15 @@ "postfix": false, "binop": null }, - "start": 104544, - "end": 104545, + "start": 106934, + "end": 106935, "loc": { "start": { - "line": 2273, + "line": 2315, "column": 45 }, "end": { - "line": 2273, + "line": 2315, "column": 46 } } @@ -876195,15 +876682,15 @@ "postfix": false, "binop": null }, - "start": 104554, - "end": 104555, + "start": 106944, + "end": 106945, "loc": { "start": { - "line": 2274, + "line": 2316, "column": 8 }, "end": { - "line": 2274, + "line": 2316, "column": 9 } } @@ -876223,15 +876710,15 @@ "updateContext": null }, "value": "this", - "start": 104573, - "end": 104577, + "start": 106963, + "end": 106967, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 8 }, "end": { - "line": 2276, + "line": 2318, "column": 12 } } @@ -876249,15 +876736,15 @@ "binop": null, "updateContext": null }, - "start": 104577, - "end": 104578, + "start": 106967, + "end": 106968, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 12 }, "end": { - "line": 2276, + "line": 2318, "column": 13 } } @@ -876275,15 +876762,15 @@ "binop": null }, "value": "_isInitialized", - "start": 104578, - "end": 104592, + "start": 106968, + "end": 106982, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 13 }, "end": { - "line": 2276, + "line": 2318, "column": 27 } } @@ -876302,15 +876789,15 @@ "updateContext": null }, "value": "=", - "start": 104593, - "end": 104594, + "start": 106983, + "end": 106984, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 28 }, "end": { - "line": 2276, + "line": 2318, "column": 29 } } @@ -876330,15 +876817,15 @@ "updateContext": null }, "value": "true", - "start": 104595, - "end": 104599, + "start": 106985, + "end": 106989, "loc": { "start": { - "line": 2276, + "line": 2318, "column": 30 }, "end": { - "line": 2276, + "line": 2318, "column": 34 } } @@ -876355,15 +876842,15 @@ "postfix": false, "binop": null }, - "start": 104613, - "end": 104614, + "start": 107003, + "end": 107004, "loc": { "start": { - "line": 2278, + "line": 2320, "column": 4 }, "end": { - "line": 2278, + "line": 2320, "column": 5 } } @@ -876371,15 +876858,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy the object to which the plugin is applied\n * @public\n ", - "start": 104624, - "end": 104707, + "start": 107014, + "end": 107097, "loc": { "start": { - "line": 2280, + "line": 2322, "column": 4 }, "end": { - "line": 2283, + "line": 2325, "column": 7 } } @@ -876397,15 +876884,15 @@ "binop": null }, "value": "destroy", - "start": 104712, - "end": 104719, + "start": 107102, + "end": 107109, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 4 }, "end": { - "line": 2284, + "line": 2326, "column": 11 } } @@ -876422,15 +876909,15 @@ "postfix": false, "binop": null }, - "start": 104719, - "end": 104720, + "start": 107109, + "end": 107110, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 11 }, "end": { - "line": 2284, + "line": 2326, "column": 12 } } @@ -876447,15 +876934,15 @@ "postfix": false, "binop": null }, - "start": 104720, - "end": 104721, + "start": 107110, + "end": 107111, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 12 }, "end": { - "line": 2284, + "line": 2326, "column": 13 } } @@ -876472,15 +876959,15 @@ "postfix": false, "binop": null }, - "start": 104722, - "end": 104723, + "start": 107112, + "end": 107113, "loc": { "start": { - "line": 2284, + "line": 2326, "column": 14 }, "end": { - "line": 2284, + "line": 2326, "column": 15 } } @@ -876500,15 +876987,15 @@ "updateContext": null }, "value": "this", - "start": 104732, - "end": 104736, + "start": 107122, + "end": 107126, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 8 }, "end": { - "line": 2285, + "line": 2327, "column": 12 } } @@ -876526,15 +877013,15 @@ "binop": null, "updateContext": null }, - "start": 104736, - "end": 104737, + "start": 107126, + "end": 107127, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 12 }, "end": { - "line": 2285, + "line": 2327, "column": 13 } } @@ -876552,15 +877039,15 @@ "binop": null }, "value": "_debug", - "start": 104737, - "end": 104743, + "start": 107127, + "end": 107133, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 13 }, "end": { - "line": 2285, + "line": 2327, "column": 19 } } @@ -876577,15 +877064,15 @@ "postfix": false, "binop": null }, - "start": 104743, - "end": 104744, + "start": 107133, + "end": 107134, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 19 }, "end": { - "line": 2285, + "line": 2327, "column": 20 } } @@ -876604,15 +877091,15 @@ "updateContext": null }, "value": "destroy", - "start": 104745, - "end": 104754, + "start": 107135, + "end": 107144, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 21 }, "end": { - "line": 2285, + "line": 2327, "column": 30 } } @@ -876629,15 +877116,15 @@ "postfix": false, "binop": null }, - "start": 104755, - "end": 104756, + "start": 107145, + "end": 107146, "loc": { "start": { - "line": 2285, + "line": 2327, "column": 31 }, "end": { - "line": 2285, + "line": 2327, "column": 32 } } @@ -876655,15 +877142,15 @@ "binop": null }, "value": "$", - "start": 104774, - "end": 104775, + "start": 107164, + "end": 107165, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 8 }, "end": { - "line": 2287, + "line": 2329, "column": 9 } } @@ -876681,15 +877168,15 @@ "binop": null, "updateContext": null }, - "start": 104775, - "end": 104776, + "start": 107165, + "end": 107166, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 9 }, "end": { - "line": 2287, + "line": 2329, "column": 10 } } @@ -876707,15 +877194,15 @@ "binop": null }, "value": "removeData", - "start": 104776, - "end": 104786, + "start": 107166, + "end": 107176, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 10 }, "end": { - "line": 2287, + "line": 2329, "column": 20 } } @@ -876732,15 +877219,15 @@ "postfix": false, "binop": null }, - "start": 104786, - "end": 104787, + "start": 107176, + "end": 107177, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 20 }, "end": { - "line": 2287, + "line": 2329, "column": 21 } } @@ -876760,15 +877247,15 @@ "updateContext": null }, "value": "this", - "start": 104788, - "end": 104792, + "start": 107178, + "end": 107182, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 22 }, "end": { - "line": 2287, + "line": 2329, "column": 26 } } @@ -876786,15 +877273,15 @@ "binop": null, "updateContext": null }, - "start": 104792, - "end": 104793, + "start": 107182, + "end": 107183, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 26 }, "end": { - "line": 2287, + "line": 2329, "column": 27 } } @@ -876812,15 +877299,15 @@ "binop": null }, "value": "_element", - "start": 104793, - "end": 104801, + "start": 107183, + "end": 107191, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 27 }, "end": { - "line": 2287, + "line": 2329, "column": 35 } } @@ -876838,15 +877325,15 @@ "binop": null, "updateContext": null }, - "start": 104801, - "end": 104802, + "start": 107191, + "end": 107192, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 35 }, "end": { - "line": 2287, + "line": 2329, "column": 36 } } @@ -876864,15 +877351,15 @@ "binop": null }, "value": "DATA_KEY", - "start": 104803, - "end": 104811, + "start": 107193, + "end": 107201, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 37 }, "end": { - "line": 2287, + "line": 2329, "column": 45 } } @@ -876889,15 +877376,15 @@ "postfix": false, "binop": null }, - "start": 104812, - "end": 104813, + "start": 107202, + "end": 107203, "loc": { "start": { - "line": 2287, + "line": 2329, "column": 46 }, "end": { - "line": 2287, + "line": 2329, "column": 47 } } @@ -876915,15 +877402,15 @@ "binop": null }, "value": "$", - "start": 104831, - "end": 104832, + "start": 107221, + "end": 107222, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 8 }, "end": { - "line": 2289, + "line": 2331, "column": 9 } } @@ -876940,15 +877427,15 @@ "postfix": false, "binop": null }, - "start": 104832, - "end": 104833, + "start": 107222, + "end": 107223, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 9 }, "end": { - "line": 2289, + "line": 2331, "column": 10 } } @@ -876966,15 +877453,15 @@ "binop": null }, "value": "window", - "start": 104833, - "end": 104839, + "start": 107223, + "end": 107229, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 10 }, "end": { - "line": 2289, + "line": 2331, "column": 16 } } @@ -876992,15 +877479,15 @@ "binop": null, "updateContext": null }, - "start": 104839, - "end": 104840, + "start": 107229, + "end": 107230, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 16 }, "end": { - "line": 2289, + "line": 2331, "column": 17 } } @@ -877018,15 +877505,15 @@ "binop": null }, "value": "document", - "start": 104841, - "end": 104849, + "start": 107231, + "end": 107239, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 18 }, "end": { - "line": 2289, + "line": 2331, "column": 26 } } @@ -877044,15 +877531,15 @@ "binop": null, "updateContext": null }, - "start": 104849, - "end": 104850, + "start": 107239, + "end": 107240, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 26 }, "end": { - "line": 2289, + "line": 2331, "column": 27 } } @@ -877072,15 +877559,15 @@ "updateContext": null }, "value": "this", - "start": 104851, - "end": 104855, + "start": 107241, + "end": 107245, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 28 }, "end": { - "line": 2289, + "line": 2331, "column": 32 } } @@ -877098,15 +877585,15 @@ "binop": null, "updateContext": null }, - "start": 104855, - "end": 104856, + "start": 107245, + "end": 107246, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 32 }, "end": { - "line": 2289, + "line": 2331, "column": 33 } } @@ -877124,15 +877611,15 @@ "binop": null }, "value": "_element", - "start": 104856, - "end": 104864, + "start": 107246, + "end": 107254, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 33 }, "end": { - "line": 2289, + "line": 2331, "column": 41 } } @@ -877149,15 +877636,15 @@ "postfix": false, "binop": null }, - "start": 104864, - "end": 104865, + "start": 107254, + "end": 107255, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 41 }, "end": { - "line": 2289, + "line": 2331, "column": 42 } } @@ -877175,15 +877662,15 @@ "binop": null, "updateContext": null }, - "start": 104865, - "end": 104866, + "start": 107255, + "end": 107256, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 42 }, "end": { - "line": 2289, + "line": 2331, "column": 43 } } @@ -877201,15 +877688,15 @@ "binop": null }, "value": "off", - "start": 104866, - "end": 104869, + "start": 107256, + "end": 107259, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 43 }, "end": { - "line": 2289, + "line": 2331, "column": 46 } } @@ -877226,15 +877713,15 @@ "postfix": false, "binop": null }, - "start": 104869, - "end": 104870, + "start": 107259, + "end": 107260, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 46 }, "end": { - "line": 2289, + "line": 2331, "column": 47 } } @@ -877252,15 +877739,15 @@ "binop": null }, "value": "EVENT_KEY", - "start": 104871, - "end": 104880, + "start": 107261, + "end": 107270, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 48 }, "end": { - "line": 2289, + "line": 2331, "column": 57 } } @@ -877277,15 +877764,15 @@ "postfix": false, "binop": null }, - "start": 104881, - "end": 104882, + "start": 107271, + "end": 107272, "loc": { "start": { - "line": 2289, + "line": 2331, "column": 58 }, "end": { - "line": 2289, + "line": 2331, "column": 59 } } @@ -877303,15 +877790,15 @@ "binop": null }, "value": "$", - "start": 104900, - "end": 104901, + "start": 107290, + "end": 107291, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 8 }, "end": { - "line": 2291, + "line": 2333, "column": 9 } } @@ -877328,15 +877815,15 @@ "postfix": false, "binop": null }, - "start": 104901, - "end": 104902, + "start": 107291, + "end": 107292, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 9 }, "end": { - "line": 2291, + "line": 2333, "column": 10 } } @@ -877356,15 +877843,15 @@ "updateContext": null }, "value": "this", - "start": 104902, - "end": 104906, + "start": 107292, + "end": 107296, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 10 }, "end": { - "line": 2291, + "line": 2333, "column": 14 } } @@ -877382,15 +877869,15 @@ "binop": null, "updateContext": null }, - "start": 104906, - "end": 104907, + "start": 107296, + "end": 107297, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 14 }, "end": { - "line": 2291, + "line": 2333, "column": 15 } } @@ -877408,15 +877895,15 @@ "binop": null }, "value": "_element", - "start": 104907, - "end": 104915, + "start": 107297, + "end": 107305, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 15 }, "end": { - "line": 2291, + "line": 2333, "column": 23 } } @@ -877433,15 +877920,15 @@ "postfix": false, "binop": null }, - "start": 104915, - "end": 104916, + "start": 107305, + "end": 107306, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 23 }, "end": { - "line": 2291, + "line": 2333, "column": 24 } } @@ -877459,15 +877946,15 @@ "binop": null, "updateContext": null }, - "start": 104916, - "end": 104917, + "start": 107306, + "end": 107307, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 24 }, "end": { - "line": 2291, + "line": 2333, "column": 25 } } @@ -877485,15 +877972,15 @@ "binop": null }, "value": "remove", - "start": 104917, - "end": 104923, + "start": 107307, + "end": 107313, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 25 }, "end": { - "line": 2291, + "line": 2333, "column": 31 } } @@ -877510,15 +877997,15 @@ "postfix": false, "binop": null }, - "start": 104923, - "end": 104924, + "start": 107313, + "end": 107314, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 31 }, "end": { - "line": 2291, + "line": 2333, "column": 32 } } @@ -877535,15 +878022,15 @@ "postfix": false, "binop": null }, - "start": 104924, - "end": 104925, + "start": 107314, + "end": 107315, "loc": { "start": { - "line": 2291, + "line": 2333, "column": 32 }, "end": { - "line": 2291, + "line": 2333, "column": 33 } } @@ -877563,15 +878050,15 @@ "updateContext": null }, "value": "this", - "start": 104943, - "end": 104947, + "start": 107333, + "end": 107337, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 8 }, "end": { - "line": 2293, + "line": 2335, "column": 12 } } @@ -877589,15 +878076,15 @@ "binop": null, "updateContext": null }, - "start": 104947, - "end": 104948, + "start": 107337, + "end": 107338, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 12 }, "end": { - "line": 2293, + "line": 2335, "column": 13 } } @@ -877615,15 +878102,15 @@ "binop": null }, "value": "_removeCache", - "start": 104948, - "end": 104960, + "start": 107338, + "end": 107350, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 13 }, "end": { - "line": 2293, + "line": 2335, "column": 25 } } @@ -877640,15 +878127,15 @@ "postfix": false, "binop": null }, - "start": 104960, - "end": 104961, + "start": 107350, + "end": 107351, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 25 }, "end": { - "line": 2293, + "line": 2335, "column": 26 } } @@ -877665,15 +878152,15 @@ "postfix": false, "binop": null }, - "start": 104961, - "end": 104962, + "start": 107351, + "end": 107352, "loc": { "start": { - "line": 2293, + "line": 2335, "column": 26 }, "end": { - "line": 2293, + "line": 2335, "column": 27 } } @@ -877693,15 +878180,15 @@ "updateContext": null }, "value": "for", - "start": 104980, - "end": 104983, + "start": 107370, + "end": 107373, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 8 }, "end": { - "line": 2295, + "line": 2337, "column": 11 } } @@ -877718,15 +878205,15 @@ "postfix": false, "binop": null }, - "start": 104984, - "end": 104985, + "start": 107374, + "end": 107375, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 12 }, "end": { - "line": 2295, + "line": 2337, "column": 13 } } @@ -877746,15 +878233,15 @@ "updateContext": null }, "value": "let", - "start": 104986, - "end": 104989, + "start": 107376, + "end": 107379, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 14 }, "end": { - "line": 2295, + "line": 2337, "column": 17 } } @@ -877772,15 +878259,15 @@ "binop": null }, "value": "_prop", - "start": 104990, - "end": 104995, + "start": 107380, + "end": 107385, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 18 }, "end": { - "line": 2295, + "line": 2337, "column": 23 } } @@ -877798,15 +878285,15 @@ "binop": null }, "value": "of", - "start": 104996, - "end": 104998, + "start": 107386, + "end": 107388, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 24 }, "end": { - "line": 2295, + "line": 2337, "column": 26 } } @@ -877824,15 +878311,15 @@ "binop": null }, "value": "Object", - "start": 104999, - "end": 105005, + "start": 107389, + "end": 107395, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 27 }, "end": { - "line": 2295, + "line": 2337, "column": 33 } } @@ -877850,15 +878337,15 @@ "binop": null, "updateContext": null }, - "start": 105005, - "end": 105006, + "start": 107395, + "end": 107396, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 33 }, "end": { - "line": 2295, + "line": 2337, "column": 34 } } @@ -877876,15 +878363,15 @@ "binop": null }, "value": "keys", - "start": 105006, - "end": 105010, + "start": 107396, + "end": 107400, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 34 }, "end": { - "line": 2295, + "line": 2337, "column": 38 } } @@ -877901,15 +878388,15 @@ "postfix": false, "binop": null }, - "start": 105010, - "end": 105011, + "start": 107400, + "end": 107401, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 38 }, "end": { - "line": 2295, + "line": 2337, "column": 39 } } @@ -877929,15 +878416,15 @@ "updateContext": null }, "value": "this", - "start": 105012, - "end": 105016, + "start": 107402, + "end": 107406, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 40 }, "end": { - "line": 2295, + "line": 2337, "column": 44 } } @@ -877954,15 +878441,15 @@ "postfix": false, "binop": null }, - "start": 105017, - "end": 105018, + "start": 107407, + "end": 107408, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 45 }, "end": { - "line": 2295, + "line": 2337, "column": 46 } } @@ -877979,15 +878466,15 @@ "postfix": false, "binop": null }, - "start": 105019, - "end": 105020, + "start": 107409, + "end": 107410, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 47 }, "end": { - "line": 2295, + "line": 2337, "column": 48 } } @@ -878004,15 +878491,15 @@ "postfix": false, "binop": null }, - "start": 105021, - "end": 105022, + "start": 107411, + "end": 107412, "loc": { "start": { - "line": 2295, + "line": 2337, "column": 49 }, "end": { - "line": 2295, + "line": 2337, "column": 50 } } @@ -878032,15 +878519,15 @@ "updateContext": null }, "value": "this", - "start": 105035, - "end": 105039, + "start": 107425, + "end": 107429, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 12 }, "end": { - "line": 2296, + "line": 2338, "column": 16 } } @@ -878058,15 +878545,15 @@ "binop": null, "updateContext": null }, - "start": 105039, - "end": 105040, + "start": 107429, + "end": 107430, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 16 }, "end": { - "line": 2296, + "line": 2338, "column": 17 } } @@ -878084,15 +878571,15 @@ "binop": null }, "value": "_prop", - "start": 105040, - "end": 105045, + "start": 107430, + "end": 107435, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 17 }, "end": { - "line": 2296, + "line": 2338, "column": 22 } } @@ -878110,15 +878597,15 @@ "binop": null, "updateContext": null }, - "start": 105045, - "end": 105046, + "start": 107435, + "end": 107436, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 22 }, "end": { - "line": 2296, + "line": 2338, "column": 23 } } @@ -878137,15 +878624,15 @@ "updateContext": null }, "value": "=", - "start": 105047, - "end": 105048, + "start": 107437, + "end": 107438, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 24 }, "end": { - "line": 2296, + "line": 2338, "column": 25 } } @@ -878165,15 +878652,15 @@ "updateContext": null }, "value": "null", - "start": 105049, - "end": 105053, + "start": 107439, + "end": 107443, "loc": { "start": { - "line": 2296, + "line": 2338, "column": 26 }, "end": { - "line": 2296, + "line": 2338, "column": 30 } } @@ -878193,15 +878680,15 @@ "updateContext": null }, "value": "delete", - "start": 105066, - "end": 105072, + "start": 107456, + "end": 107462, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 12 }, "end": { - "line": 2297, + "line": 2339, "column": 18 } } @@ -878221,15 +878708,15 @@ "updateContext": null }, "value": "this", - "start": 105073, - "end": 105077, + "start": 107463, + "end": 107467, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 19 }, "end": { - "line": 2297, + "line": 2339, "column": 23 } } @@ -878247,15 +878734,15 @@ "binop": null, "updateContext": null }, - "start": 105077, - "end": 105078, + "start": 107467, + "end": 107468, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 23 }, "end": { - "line": 2297, + "line": 2339, "column": 24 } } @@ -878273,15 +878760,15 @@ "binop": null }, "value": "_prop", - "start": 105078, - "end": 105083, + "start": 107468, + "end": 107473, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 24 }, "end": { - "line": 2297, + "line": 2339, "column": 29 } } @@ -878299,15 +878786,15 @@ "binop": null, "updateContext": null }, - "start": 105083, - "end": 105084, + "start": 107473, + "end": 107474, "loc": { "start": { - "line": 2297, + "line": 2339, "column": 29 }, "end": { - "line": 2297, + "line": 2339, "column": 30 } } @@ -878324,15 +878811,15 @@ "postfix": false, "binop": null }, - "start": 105093, - "end": 105094, + "start": 107483, + "end": 107484, "loc": { "start": { - "line": 2298, + "line": 2340, "column": 8 }, "end": { - "line": 2298, + "line": 2340, "column": 9 } } @@ -878349,15 +878836,15 @@ "postfix": false, "binop": null }, - "start": 105099, - "end": 105100, + "start": 107489, + "end": 107490, "loc": { "start": { - "line": 2299, + "line": 2341, "column": 4 }, "end": { - "line": 2299, + "line": 2341, "column": 5 } } @@ -878365,15 +878852,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 105110, - "end": 105192, + "start": 107500, + "end": 107582, "loc": { "start": { - "line": 2301, + "line": 2343, "column": 4 }, "end": { - "line": 2303, + "line": 2345, "column": 7 } } @@ -878391,15 +878878,15 @@ "binop": null }, "value": "render", - "start": 105197, - "end": 105203, + "start": 107587, + "end": 107593, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 4 }, "end": { - "line": 2304, + "line": 2346, "column": 10 } } @@ -878416,15 +878903,15 @@ "postfix": false, "binop": null }, - "start": 105203, - "end": 105204, + "start": 107593, + "end": 107594, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 10 }, "end": { - "line": 2304, + "line": 2346, "column": 11 } } @@ -878441,15 +878928,15 @@ "postfix": false, "binop": null }, - "start": 105204, - "end": 105205, + "start": 107594, + "end": 107595, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 11 }, "end": { - "line": 2304, + "line": 2346, "column": 12 } } @@ -878466,15 +878953,15 @@ "postfix": false, "binop": null }, - "start": 105206, - "end": 105207, + "start": 107596, + "end": 107597, "loc": { "start": { - "line": 2304, + "line": 2346, "column": 13 }, "end": { - "line": 2304, + "line": 2346, "column": 14 } } @@ -878494,15 +878981,15 @@ "updateContext": null }, "value": "throw", - "start": 105216, - "end": 105221, + "start": 107606, + "end": 107611, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 8 }, "end": { - "line": 2305, + "line": 2347, "column": 13 } } @@ -878522,15 +879009,15 @@ "updateContext": null }, "value": "new", - "start": 105222, - "end": 105225, + "start": 107612, + "end": 107615, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 14 }, "end": { - "line": 2305, + "line": 2347, "column": 17 } } @@ -878548,15 +879035,15 @@ "binop": null }, "value": "ReferenceError", - "start": 105226, - "end": 105240, + "start": 107616, + "end": 107630, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 18 }, "end": { - "line": 2305, + "line": 2347, "column": 32 } } @@ -878573,15 +879060,15 @@ "postfix": false, "binop": null }, - "start": 105240, - "end": 105241, + "start": 107630, + "end": 107631, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 32 }, "end": { - "line": 2305, + "line": 2347, "column": 33 } } @@ -878600,15 +879087,15 @@ "updateContext": null }, "value": "This method named \"render\" has been deprecated since version 2.0.0", - "start": 105242, - "end": 105310, + "start": 107632, + "end": 107700, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 34 }, "end": { - "line": 2305, + "line": 2347, "column": 102 } } @@ -878625,15 +879112,15 @@ "postfix": false, "binop": null }, - "start": 105311, - "end": 105312, + "start": 107701, + "end": 107702, "loc": { "start": { - "line": 2305, + "line": 2347, "column": 103 }, "end": { - "line": 2305, + "line": 2347, "column": 104 } } @@ -878650,15 +879137,15 @@ "postfix": false, "binop": null }, - "start": 105317, - "end": 105318, + "start": 107707, + "end": 107708, "loc": { "start": { - "line": 2306, + "line": 2348, "column": 4 }, "end": { - "line": 2306, + "line": 2348, "column": 5 } } @@ -878666,15 +879153,15 @@ { "type": "CommentBlock", "value": "*\n * Show hidden timeline\n * @public\n ", - "start": 105328, - "end": 105382, + "start": 107718, + "end": 107772, "loc": { "start": { - "line": 2308, + "line": 2350, "column": 4 }, "end": { - "line": 2311, + "line": 2353, "column": 7 } } @@ -878692,15 +879179,15 @@ "binop": null }, "value": "show", - "start": 105387, - "end": 105391, + "start": 107777, + "end": 107781, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 4 }, "end": { - "line": 2312, + "line": 2354, "column": 8 } } @@ -878717,15 +879204,15 @@ "postfix": false, "binop": null }, - "start": 105391, - "end": 105392, + "start": 107781, + "end": 107782, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 8 }, "end": { - "line": 2312, + "line": 2354, "column": 9 } } @@ -878742,15 +879229,15 @@ "postfix": false, "binop": null }, - "start": 105392, - "end": 105393, + "start": 107782, + "end": 107783, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 9 }, "end": { - "line": 2312, + "line": 2354, "column": 10 } } @@ -878767,15 +879254,15 @@ "postfix": false, "binop": null }, - "start": 105394, - "end": 105395, + "start": 107784, + "end": 107785, "loc": { "start": { - "line": 2312, + "line": 2354, "column": 11 }, "end": { - "line": 2312, + "line": 2354, "column": 12 } } @@ -878795,15 +879282,15 @@ "updateContext": null }, "value": "this", - "start": 105404, - "end": 105408, + "start": 107794, + "end": 107798, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 8 }, "end": { - "line": 2313, + "line": 2355, "column": 12 } } @@ -878821,15 +879308,15 @@ "binop": null, "updateContext": null }, - "start": 105408, - "end": 105409, + "start": 107798, + "end": 107799, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 12 }, "end": { - "line": 2313, + "line": 2355, "column": 13 } } @@ -878847,15 +879334,15 @@ "binop": null }, "value": "_debug", - "start": 105409, - "end": 105415, + "start": 107799, + "end": 107805, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 13 }, "end": { - "line": 2313, + "line": 2355, "column": 19 } } @@ -878872,15 +879359,15 @@ "postfix": false, "binop": null }, - "start": 105415, - "end": 105416, + "start": 107805, + "end": 107806, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 19 }, "end": { - "line": 2313, + "line": 2355, "column": 20 } } @@ -878899,15 +879386,15 @@ "updateContext": null }, "value": "show", - "start": 105417, - "end": 105423, + "start": 107807, + "end": 107813, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 21 }, "end": { - "line": 2313, + "line": 2355, "column": 27 } } @@ -878924,15 +879411,15 @@ "postfix": false, "binop": null }, - "start": 105424, - "end": 105425, + "start": 107814, + "end": 107815, "loc": { "start": { - "line": 2313, + "line": 2355, "column": 28 }, "end": { - "line": 2313, + "line": 2355, "column": 29 } } @@ -878952,15 +879439,15 @@ "updateContext": null }, "value": "let", - "start": 105443, - "end": 105446, + "start": 107833, + "end": 107836, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 8 }, "end": { - "line": 2315, + "line": 2357, "column": 11 } } @@ -878978,15 +879465,15 @@ "binop": null }, "value": "_elem", - "start": 105447, - "end": 105452, + "start": 107837, + "end": 107842, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 12 }, "end": { - "line": 2315, + "line": 2357, "column": 17 } } @@ -879005,15 +879492,15 @@ "updateContext": null }, "value": "=", - "start": 105453, - "end": 105454, + "start": 107843, + "end": 107844, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 18 }, "end": { - "line": 2315, + "line": 2357, "column": 19 } } @@ -879033,15 +879520,15 @@ "updateContext": null }, "value": "this", - "start": 105455, - "end": 105459, + "start": 107845, + "end": 107849, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 20 }, "end": { - "line": 2315, + "line": 2357, "column": 24 } } @@ -879059,15 +879546,15 @@ "binop": null, "updateContext": null }, - "start": 105459, - "end": 105460, + "start": 107849, + "end": 107850, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 24 }, "end": { - "line": 2315, + "line": 2357, "column": 25 } } @@ -879085,15 +879572,15 @@ "binop": null }, "value": "_element", - "start": 105460, - "end": 105468, + "start": 107850, + "end": 107858, "loc": { "start": { - "line": 2315, + "line": 2357, "column": 25 }, "end": { - "line": 2315, + "line": 2357, "column": 33 } } @@ -879113,15 +879600,15 @@ "updateContext": null }, "value": "if", - "start": 105486, - "end": 105488, + "start": 107876, + "end": 107878, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 8 }, "end": { - "line": 2317, + "line": 2359, "column": 10 } } @@ -879138,15 +879625,15 @@ "postfix": false, "binop": null }, - "start": 105489, - "end": 105490, + "start": 107879, + "end": 107880, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 11 }, "end": { - "line": 2317, + "line": 2359, "column": 12 } } @@ -879165,15 +879652,15 @@ "updateContext": null }, "value": "!", - "start": 105491, - "end": 105492, + "start": 107881, + "end": 107882, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 13 }, "end": { - "line": 2317, + "line": 2359, "column": 14 } } @@ -879193,15 +879680,15 @@ "updateContext": null }, "value": "this", - "start": 105493, - "end": 105497, + "start": 107883, + "end": 107887, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 15 }, "end": { - "line": 2317, + "line": 2359, "column": 19 } } @@ -879219,15 +879706,15 @@ "binop": null, "updateContext": null }, - "start": 105497, - "end": 105498, + "start": 107887, + "end": 107888, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 19 }, "end": { - "line": 2317, + "line": 2359, "column": 20 } } @@ -879245,15 +879732,15 @@ "binop": null }, "value": "_isShown", - "start": 105498, - "end": 105506, + "start": 107888, + "end": 107896, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 20 }, "end": { - "line": 2317, + "line": 2359, "column": 28 } } @@ -879270,15 +879757,15 @@ "postfix": false, "binop": null }, - "start": 105507, - "end": 105508, + "start": 107897, + "end": 107898, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 29 }, "end": { - "line": 2317, + "line": 2359, "column": 30 } } @@ -879295,15 +879782,15 @@ "postfix": false, "binop": null }, - "start": 105509, - "end": 105510, + "start": 107899, + "end": 107900, "loc": { "start": { - "line": 2317, + "line": 2359, "column": 31 }, "end": { - "line": 2317, + "line": 2359, "column": 32 } } @@ -879321,15 +879808,15 @@ "binop": null }, "value": "$", - "start": 105523, - "end": 105524, + "start": 107913, + "end": 107914, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 12 }, "end": { - "line": 2318, + "line": 2360, "column": 13 } } @@ -879346,15 +879833,15 @@ "postfix": false, "binop": null }, - "start": 105524, - "end": 105525, + "start": 107914, + "end": 107915, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 13 }, "end": { - "line": 2318, + "line": 2360, "column": 14 } } @@ -879372,15 +879859,15 @@ "binop": null }, "value": "_elem", - "start": 105525, - "end": 105530, + "start": 107915, + "end": 107920, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 14 }, "end": { - "line": 2318, + "line": 2360, "column": 19 } } @@ -879397,15 +879884,15 @@ "postfix": false, "binop": null }, - "start": 105530, - "end": 105531, + "start": 107920, + "end": 107921, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 19 }, "end": { - "line": 2318, + "line": 2360, "column": 20 } } @@ -879423,15 +879910,15 @@ "binop": null, "updateContext": null }, - "start": 105531, - "end": 105532, + "start": 107921, + "end": 107922, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 20 }, "end": { - "line": 2318, + "line": 2360, "column": 21 } } @@ -879449,15 +879936,15 @@ "binop": null }, "value": "removeClass", - "start": 105532, - "end": 105543, + "start": 107922, + "end": 107933, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 21 }, "end": { - "line": 2318, + "line": 2360, "column": 32 } } @@ -879474,15 +879961,15 @@ "postfix": false, "binop": null }, - "start": 105543, - "end": 105544, + "start": 107933, + "end": 107934, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 32 }, "end": { - "line": 2318, + "line": 2360, "column": 33 } } @@ -879500,15 +879987,15 @@ "binop": null }, "value": "ClassName", - "start": 105545, - "end": 105554, + "start": 107935, + "end": 107944, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 34 }, "end": { - "line": 2318, + "line": 2360, "column": 43 } } @@ -879526,15 +880013,15 @@ "binop": null, "updateContext": null }, - "start": 105554, - "end": 105555, + "start": 107944, + "end": 107945, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 43 }, "end": { - "line": 2318, + "line": 2360, "column": 44 } } @@ -879552,15 +880039,15 @@ "binop": null }, "value": "HIDE", - "start": 105555, - "end": 105559, + "start": 107945, + "end": 107949, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 44 }, "end": { - "line": 2318, + "line": 2360, "column": 48 } } @@ -879577,15 +880064,15 @@ "postfix": false, "binop": null }, - "start": 105560, - "end": 105561, + "start": 107950, + "end": 107951, "loc": { "start": { - "line": 2318, + "line": 2360, "column": 49 }, "end": { - "line": 2318, + "line": 2360, "column": 50 } } @@ -879605,15 +880092,15 @@ "updateContext": null }, "value": "this", - "start": 105587, - "end": 105591, + "start": 107977, + "end": 107981, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 12 }, "end": { - "line": 2320, + "line": 2362, "column": 16 } } @@ -879631,15 +880118,15 @@ "binop": null, "updateContext": null }, - "start": 105591, - "end": 105592, + "start": 107981, + "end": 107982, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 16 }, "end": { - "line": 2320, + "line": 2362, "column": 17 } } @@ -879657,15 +880144,15 @@ "binop": null }, "value": "_isShown", - "start": 105592, - "end": 105600, + "start": 107982, + "end": 107990, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 17 }, "end": { - "line": 2320, + "line": 2362, "column": 25 } } @@ -879684,15 +880171,15 @@ "updateContext": null }, "value": "=", - "start": 105601, - "end": 105602, + "start": 107991, + "end": 107992, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 26 }, "end": { - "line": 2320, + "line": 2362, "column": 27 } } @@ -879712,15 +880199,15 @@ "updateContext": null }, "value": "true", - "start": 105603, - "end": 105607, + "start": 107993, + "end": 107997, "loc": { "start": { - "line": 2320, + "line": 2362, "column": 28 }, "end": { - "line": 2320, + "line": 2362, "column": 32 } } @@ -879737,15 +880224,15 @@ "postfix": false, "binop": null }, - "start": 105616, - "end": 105617, + "start": 108006, + "end": 108007, "loc": { "start": { - "line": 2321, + "line": 2363, "column": 8 }, "end": { - "line": 2321, + "line": 2363, "column": 9 } } @@ -879762,15 +880249,15 @@ "postfix": false, "binop": null }, - "start": 105622, - "end": 105623, + "start": 108012, + "end": 108013, "loc": { "start": { - "line": 2322, + "line": 2364, "column": 4 }, "end": { - "line": 2322, + "line": 2364, "column": 5 } } @@ -879778,15 +880265,15 @@ { "type": "CommentBlock", "value": "*\n * Hide shown timeline\n * @public\n ", - "start": 105633, - "end": 105686, + "start": 108023, + "end": 108076, "loc": { "start": { - "line": 2324, + "line": 2366, "column": 4 }, "end": { - "line": 2327, + "line": 2369, "column": 7 } } @@ -879804,15 +880291,15 @@ "binop": null }, "value": "hide", - "start": 105691, - "end": 105695, + "start": 108081, + "end": 108085, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 4 }, "end": { - "line": 2328, + "line": 2370, "column": 8 } } @@ -879829,15 +880316,15 @@ "postfix": false, "binop": null }, - "start": 105695, - "end": 105696, + "start": 108085, + "end": 108086, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 8 }, "end": { - "line": 2328, + "line": 2370, "column": 9 } } @@ -879854,15 +880341,15 @@ "postfix": false, "binop": null }, - "start": 105696, - "end": 105697, + "start": 108086, + "end": 108087, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 9 }, "end": { - "line": 2328, + "line": 2370, "column": 10 } } @@ -879879,15 +880366,15 @@ "postfix": false, "binop": null }, - "start": 105698, - "end": 105699, + "start": 108088, + "end": 108089, "loc": { "start": { - "line": 2328, + "line": 2370, "column": 11 }, "end": { - "line": 2328, + "line": 2370, "column": 12 } } @@ -879907,15 +880394,15 @@ "updateContext": null }, "value": "this", - "start": 105708, - "end": 105712, + "start": 108098, + "end": 108102, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 8 }, "end": { - "line": 2329, + "line": 2371, "column": 12 } } @@ -879933,15 +880420,15 @@ "binop": null, "updateContext": null }, - "start": 105712, - "end": 105713, + "start": 108102, + "end": 108103, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 12 }, "end": { - "line": 2329, + "line": 2371, "column": 13 } } @@ -879959,15 +880446,15 @@ "binop": null }, "value": "_debug", - "start": 105713, - "end": 105719, + "start": 108103, + "end": 108109, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 13 }, "end": { - "line": 2329, + "line": 2371, "column": 19 } } @@ -879984,15 +880471,15 @@ "postfix": false, "binop": null }, - "start": 105719, - "end": 105720, + "start": 108109, + "end": 108110, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 19 }, "end": { - "line": 2329, + "line": 2371, "column": 20 } } @@ -880011,15 +880498,15 @@ "updateContext": null }, "value": "hide", - "start": 105721, - "end": 105727, + "start": 108111, + "end": 108117, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 21 }, "end": { - "line": 2329, + "line": 2371, "column": 27 } } @@ -880036,15 +880523,15 @@ "postfix": false, "binop": null }, - "start": 105728, - "end": 105729, + "start": 108118, + "end": 108119, "loc": { "start": { - "line": 2329, + "line": 2371, "column": 28 }, "end": { - "line": 2329, + "line": 2371, "column": 29 } } @@ -880064,15 +880551,15 @@ "updateContext": null }, "value": "let", - "start": 105747, - "end": 105750, + "start": 108137, + "end": 108140, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 8 }, "end": { - "line": 2331, + "line": 2373, "column": 11 } } @@ -880090,15 +880577,15 @@ "binop": null }, "value": "_elem", - "start": 105751, - "end": 105756, + "start": 108141, + "end": 108146, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 12 }, "end": { - "line": 2331, + "line": 2373, "column": 17 } } @@ -880117,15 +880604,15 @@ "updateContext": null }, "value": "=", - "start": 105757, - "end": 105758, + "start": 108147, + "end": 108148, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 18 }, "end": { - "line": 2331, + "line": 2373, "column": 19 } } @@ -880145,15 +880632,15 @@ "updateContext": null }, "value": "this", - "start": 105759, - "end": 105763, + "start": 108149, + "end": 108153, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 20 }, "end": { - "line": 2331, + "line": 2373, "column": 24 } } @@ -880171,15 +880658,15 @@ "binop": null, "updateContext": null }, - "start": 105763, - "end": 105764, + "start": 108153, + "end": 108154, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 24 }, "end": { - "line": 2331, + "line": 2373, "column": 25 } } @@ -880197,15 +880684,15 @@ "binop": null }, "value": "_element", - "start": 105764, - "end": 105772, + "start": 108154, + "end": 108162, "loc": { "start": { - "line": 2331, + "line": 2373, "column": 25 }, "end": { - "line": 2331, + "line": 2373, "column": 33 } } @@ -880225,15 +880712,15 @@ "updateContext": null }, "value": "if", - "start": 105790, - "end": 105792, + "start": 108180, + "end": 108182, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 8 }, "end": { - "line": 2333, + "line": 2375, "column": 10 } } @@ -880250,15 +880737,15 @@ "postfix": false, "binop": null }, - "start": 105793, - "end": 105794, + "start": 108183, + "end": 108184, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 11 }, "end": { - "line": 2333, + "line": 2375, "column": 12 } } @@ -880278,15 +880765,15 @@ "updateContext": null }, "value": "this", - "start": 105795, - "end": 105799, + "start": 108185, + "end": 108189, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 13 }, "end": { - "line": 2333, + "line": 2375, "column": 17 } } @@ -880304,15 +880791,15 @@ "binop": null, "updateContext": null }, - "start": 105799, - "end": 105800, + "start": 108189, + "end": 108190, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 17 }, "end": { - "line": 2333, + "line": 2375, "column": 18 } } @@ -880330,15 +880817,15 @@ "binop": null }, "value": "_isShown", - "start": 105800, - "end": 105808, + "start": 108190, + "end": 108198, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 18 }, "end": { - "line": 2333, + "line": 2375, "column": 26 } } @@ -880355,15 +880842,15 @@ "postfix": false, "binop": null }, - "start": 105809, - "end": 105810, + "start": 108199, + "end": 108200, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 27 }, "end": { - "line": 2333, + "line": 2375, "column": 28 } } @@ -880380,15 +880867,15 @@ "postfix": false, "binop": null }, - "start": 105811, - "end": 105812, + "start": 108201, + "end": 108202, "loc": { "start": { - "line": 2333, + "line": 2375, "column": 29 }, "end": { - "line": 2333, + "line": 2375, "column": 30 } } @@ -880406,15 +880893,15 @@ "binop": null }, "value": "$", - "start": 105825, - "end": 105826, + "start": 108215, + "end": 108216, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 12 }, "end": { - "line": 2334, + "line": 2376, "column": 13 } } @@ -880431,15 +880918,15 @@ "postfix": false, "binop": null }, - "start": 105826, - "end": 105827, + "start": 108216, + "end": 108217, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 13 }, "end": { - "line": 2334, + "line": 2376, "column": 14 } } @@ -880457,15 +880944,15 @@ "binop": null }, "value": "_elem", - "start": 105827, - "end": 105832, + "start": 108217, + "end": 108222, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 14 }, "end": { - "line": 2334, + "line": 2376, "column": 19 } } @@ -880482,15 +880969,15 @@ "postfix": false, "binop": null }, - "start": 105832, - "end": 105833, + "start": 108222, + "end": 108223, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 19 }, "end": { - "line": 2334, + "line": 2376, "column": 20 } } @@ -880508,15 +880995,15 @@ "binop": null, "updateContext": null }, - "start": 105833, - "end": 105834, + "start": 108223, + "end": 108224, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 20 }, "end": { - "line": 2334, + "line": 2376, "column": 21 } } @@ -880534,15 +881021,15 @@ "binop": null }, "value": "addClass", - "start": 105834, - "end": 105842, + "start": 108224, + "end": 108232, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 21 }, "end": { - "line": 2334, + "line": 2376, "column": 29 } } @@ -880559,15 +881046,15 @@ "postfix": false, "binop": null }, - "start": 105842, - "end": 105843, + "start": 108232, + "end": 108233, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 29 }, "end": { - "line": 2334, + "line": 2376, "column": 30 } } @@ -880585,15 +881072,15 @@ "binop": null }, "value": "ClassName", - "start": 105844, - "end": 105853, + "start": 108234, + "end": 108243, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 31 }, "end": { - "line": 2334, + "line": 2376, "column": 40 } } @@ -880611,15 +881098,15 @@ "binop": null, "updateContext": null }, - "start": 105853, - "end": 105854, + "start": 108243, + "end": 108244, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 40 }, "end": { - "line": 2334, + "line": 2376, "column": 41 } } @@ -880637,15 +881124,15 @@ "binop": null }, "value": "HIDE", - "start": 105854, - "end": 105858, + "start": 108244, + "end": 108248, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 41 }, "end": { - "line": 2334, + "line": 2376, "column": 45 } } @@ -880662,15 +881149,15 @@ "postfix": false, "binop": null }, - "start": 105859, - "end": 105860, + "start": 108249, + "end": 108250, "loc": { "start": { - "line": 2334, + "line": 2376, "column": 46 }, "end": { - "line": 2334, + "line": 2376, "column": 47 } } @@ -880690,15 +881177,15 @@ "updateContext": null }, "value": "this", - "start": 105886, - "end": 105890, + "start": 108276, + "end": 108280, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 12 }, "end": { - "line": 2336, + "line": 2378, "column": 16 } } @@ -880716,15 +881203,15 @@ "binop": null, "updateContext": null }, - "start": 105890, - "end": 105891, + "start": 108280, + "end": 108281, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 16 }, "end": { - "line": 2336, + "line": 2378, "column": 17 } } @@ -880742,15 +881229,15 @@ "binop": null }, "value": "_isShown", - "start": 105891, - "end": 105899, + "start": 108281, + "end": 108289, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 17 }, "end": { - "line": 2336, + "line": 2378, "column": 25 } } @@ -880769,15 +881256,15 @@ "updateContext": null }, "value": "=", - "start": 105900, - "end": 105901, + "start": 108290, + "end": 108291, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 26 }, "end": { - "line": 2336, + "line": 2378, "column": 27 } } @@ -880797,15 +881284,15 @@ "updateContext": null }, "value": "false", - "start": 105902, - "end": 105907, + "start": 108292, + "end": 108297, "loc": { "start": { - "line": 2336, + "line": 2378, "column": 28 }, "end": { - "line": 2336, + "line": 2378, "column": 33 } } @@ -880822,15 +881309,15 @@ "postfix": false, "binop": null }, - "start": 105916, - "end": 105917, + "start": 108306, + "end": 108307, "loc": { "start": { - "line": 2337, + "line": 2379, "column": 8 }, "end": { - "line": 2337, + "line": 2379, "column": 9 } } @@ -880847,15 +881334,15 @@ "postfix": false, "binop": null }, - "start": 105922, - "end": 105923, + "start": 108312, + "end": 108313, "loc": { "start": { - "line": 2338, + "line": 2380, "column": 4 }, "end": { - "line": 2338, + "line": 2380, "column": 5 } } @@ -880863,15 +881350,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 105933, - "end": 106308, + "start": 108323, + "end": 108698, "loc": { "start": { - "line": 2340, + "line": 2382, "column": 4 }, "end": { - "line": 2346, + "line": 2388, "column": 7 } } @@ -880889,15 +881376,15 @@ "binop": null }, "value": "dateback", - "start": 106313, - "end": 106321, + "start": 108703, + "end": 108711, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 4 }, "end": { - "line": 2347, + "line": 2389, "column": 12 } } @@ -880914,15 +881401,15 @@ "postfix": false, "binop": null }, - "start": 106321, - "end": 106322, + "start": 108711, + "end": 108712, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 12 }, "end": { - "line": 2347, + "line": 2389, "column": 13 } } @@ -880940,15 +881427,15 @@ "binop": null, "updateContext": null }, - "start": 106323, - "end": 106326, + "start": 108713, + "end": 108716, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 14 }, "end": { - "line": 2347, + "line": 2389, "column": 17 } } @@ -880966,15 +881453,15 @@ "binop": null }, "value": "args", - "start": 106326, - "end": 106330, + "start": 108716, + "end": 108720, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 17 }, "end": { - "line": 2347, + "line": 2389, "column": 21 } } @@ -880991,15 +881478,15 @@ "postfix": false, "binop": null }, - "start": 106331, - "end": 106332, + "start": 108721, + "end": 108722, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 22 }, "end": { - "line": 2347, + "line": 2389, "column": 23 } } @@ -881016,15 +881503,15 @@ "postfix": false, "binop": null }, - "start": 106333, - "end": 106334, + "start": 108723, + "end": 108724, "loc": { "start": { - "line": 2347, + "line": 2389, "column": 24 }, "end": { - "line": 2347, + "line": 2389, "column": 25 } } @@ -881044,15 +881531,15 @@ "updateContext": null }, "value": "this", - "start": 106343, - "end": 106347, + "start": 108733, + "end": 108737, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 8 }, "end": { - "line": 2348, + "line": 2390, "column": 12 } } @@ -881070,15 +881557,15 @@ "binop": null, "updateContext": null }, - "start": 106347, - "end": 106348, + "start": 108737, + "end": 108738, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 12 }, "end": { - "line": 2348, + "line": 2390, "column": 13 } } @@ -881096,15 +881583,15 @@ "binop": null }, "value": "_debug", - "start": 106348, - "end": 106354, + "start": 108738, + "end": 108744, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 13 }, "end": { - "line": 2348, + "line": 2390, "column": 19 } } @@ -881121,15 +881608,15 @@ "postfix": false, "binop": null }, - "start": 106354, - "end": 106355, + "start": 108744, + "end": 108745, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 19 }, "end": { - "line": 2348, + "line": 2390, "column": 20 } } @@ -881148,15 +881635,15 @@ "updateContext": null }, "value": "dateback", - "start": 106356, - "end": 106366, + "start": 108746, + "end": 108756, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 21 }, "end": { - "line": 2348, + "line": 2390, "column": 31 } } @@ -881173,15 +881660,15 @@ "postfix": false, "binop": null }, - "start": 106367, - "end": 106368, + "start": 108757, + "end": 108758, "loc": { "start": { - "line": 2348, + "line": 2390, "column": 32 }, "end": { - "line": 2348, + "line": 2390, "column": 33 } } @@ -881201,15 +881688,15 @@ "updateContext": null }, "value": "let", - "start": 106386, - "end": 106389, + "start": 108776, + "end": 108779, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 8 }, "end": { - "line": 2350, + "line": 2392, "column": 11 } } @@ -881227,15 +881714,15 @@ "binop": null }, "value": "_args", - "start": 106390, - "end": 106395, + "start": 108780, + "end": 108785, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 12 }, "end": { - "line": 2350, + "line": 2392, "column": 17 } } @@ -881254,15 +881741,15 @@ "updateContext": null }, "value": "=", - "start": 106399, - "end": 106400, + "start": 108789, + "end": 108790, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 21 }, "end": { - "line": 2350, + "line": 2392, "column": 22 } } @@ -881280,15 +881767,15 @@ "binop": null }, "value": "args", - "start": 106401, - "end": 106405, + "start": 108791, + "end": 108795, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 23 }, "end": { - "line": 2350, + "line": 2392, "column": 27 } } @@ -881306,15 +881793,15 @@ "binop": null, "updateContext": null }, - "start": 106405, - "end": 106406, + "start": 108795, + "end": 108796, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 27 }, "end": { - "line": 2350, + "line": 2392, "column": 28 } } @@ -881333,15 +881820,15 @@ "updateContext": null }, "value": 0, - "start": 106406, - "end": 106407, + "start": 108796, + "end": 108797, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 28 }, "end": { - "line": 2350, + "line": 2392, "column": 29 } } @@ -881359,15 +881846,15 @@ "binop": null, "updateContext": null }, - "start": 106407, - "end": 106408, + "start": 108797, + "end": 108798, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 29 }, "end": { - "line": 2350, + "line": 2392, "column": 30 } } @@ -881385,15 +881872,15 @@ "binop": null, "updateContext": null }, - "start": 106408, - "end": 106409, + "start": 108798, + "end": 108799, "loc": { "start": { - "line": 2350, + "line": 2392, "column": 30 }, "end": { - "line": 2350, + "line": 2392, "column": 31 } } @@ -881411,15 +881898,15 @@ "binop": null }, "value": "_opts", - "start": 106422, - "end": 106427, + "start": 108812, + "end": 108817, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 12 }, "end": { - "line": 2351, + "line": 2393, "column": 17 } } @@ -881438,15 +881925,15 @@ "updateContext": null }, "value": "=", - "start": 106431, - "end": 106432, + "start": 108821, + "end": 108822, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 21 }, "end": { - "line": 2351, + "line": 2393, "column": 22 } } @@ -881466,15 +881953,15 @@ "updateContext": null }, "value": "this", - "start": 106433, - "end": 106437, + "start": 108823, + "end": 108827, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 23 }, "end": { - "line": 2351, + "line": 2393, "column": 27 } } @@ -881492,15 +881979,15 @@ "binop": null, "updateContext": null }, - "start": 106437, - "end": 106438, + "start": 108827, + "end": 108828, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 27 }, "end": { - "line": 2351, + "line": 2393, "column": 28 } } @@ -881518,15 +882005,15 @@ "binop": null }, "value": "_config", - "start": 106438, - "end": 106445, + "start": 108828, + "end": 108835, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 28 }, "end": { - "line": 2351, + "line": 2393, "column": 35 } } @@ -881544,15 +882031,15 @@ "binop": null, "updateContext": null }, - "start": 106445, - "end": 106446, + "start": 108835, + "end": 108836, "loc": { "start": { - "line": 2351, + "line": 2393, "column": 35 }, "end": { - "line": 2351, + "line": 2393, "column": 36 } } @@ -881570,15 +882057,15 @@ "binop": null }, "value": "moveOpts", - "start": 106459, - "end": 106467, + "start": 108849, + "end": 108857, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 12 }, "end": { - "line": 2352, + "line": 2394, "column": 20 } } @@ -881597,15 +882084,15 @@ "updateContext": null }, "value": "=", - "start": 106468, - "end": 106469, + "start": 108858, + "end": 108859, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 21 }, "end": { - "line": 2352, + "line": 2394, "column": 22 } } @@ -881625,15 +882112,15 @@ "updateContext": null }, "value": "this", - "start": 106470, - "end": 106474, + "start": 108860, + "end": 108864, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 23 }, "end": { - "line": 2352, + "line": 2394, "column": 27 } } @@ -881651,15 +882138,15 @@ "binop": null, "updateContext": null }, - "start": 106474, - "end": 106475, + "start": 108864, + "end": 108865, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 27 }, "end": { - "line": 2352, + "line": 2394, "column": 28 } } @@ -881677,15 +882164,15 @@ "binop": null }, "value": "supplement", - "start": 106475, - "end": 106485, + "start": 108865, + "end": 108875, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 28 }, "end": { - "line": 2352, + "line": 2394, "column": 38 } } @@ -881702,15 +882189,15 @@ "postfix": false, "binop": null }, - "start": 106485, - "end": 106486, + "start": 108875, + "end": 108876, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 38 }, "end": { - "line": 2352, + "line": 2394, "column": 39 } } @@ -881730,15 +882217,15 @@ "updateContext": null }, "value": "null", - "start": 106487, - "end": 106491, + "start": 108877, + "end": 108881, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 40 }, "end": { - "line": 2352, + "line": 2394, "column": 44 } } @@ -881756,15 +882243,15 @@ "binop": null, "updateContext": null }, - "start": 106491, - "end": 106492, + "start": 108881, + "end": 108882, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 44 }, "end": { - "line": 2352, + "line": 2394, "column": 45 } } @@ -881782,15 +882269,15 @@ "binop": null }, "value": "_args", - "start": 106493, - "end": 106498, + "start": 108883, + "end": 108888, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 46 }, "end": { - "line": 2352, + "line": 2394, "column": 51 } } @@ -881808,15 +882295,15 @@ "binop": null, "updateContext": null }, - "start": 106498, - "end": 106499, + "start": 108888, + "end": 108889, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 51 }, "end": { - "line": 2352, + "line": 2394, "column": 52 } } @@ -881835,15 +882322,15 @@ "updateContext": null }, "value": 0, - "start": 106499, - "end": 106500, + "start": 108889, + "end": 108890, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 52 }, "end": { - "line": 2352, + "line": 2394, "column": 53 } } @@ -881861,15 +882348,15 @@ "binop": null, "updateContext": null }, - "start": 106500, - "end": 106501, + "start": 108890, + "end": 108891, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 53 }, "end": { - "line": 2352, + "line": 2394, "column": 54 } } @@ -881887,15 +882374,15 @@ "binop": null, "updateContext": null }, - "start": 106501, - "end": 106502, + "start": 108891, + "end": 108892, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 54 }, "end": { - "line": 2352, + "line": 2394, "column": 55 } } @@ -881915,15 +882402,15 @@ "updateContext": null }, "value": "this", - "start": 106503, - "end": 106507, + "start": 108893, + "end": 108897, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 56 }, "end": { - "line": 2352, + "line": 2394, "column": 60 } } @@ -881941,15 +882428,15 @@ "binop": null, "updateContext": null }, - "start": 106507, - "end": 106508, + "start": 108897, + "end": 108898, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 60 }, "end": { - "line": 2352, + "line": 2394, "column": 61 } } @@ -881967,15 +882454,15 @@ "binop": null }, "value": "validateObject", - "start": 106508, - "end": 106522, + "start": 108898, + "end": 108912, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 61 }, "end": { - "line": 2352, + "line": 2394, "column": 75 } } @@ -881992,15 +882479,15 @@ "postfix": false, "binop": null }, - "start": 106523, - "end": 106524, + "start": 108913, + "end": 108914, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 76 }, "end": { - "line": 2352, + "line": 2394, "column": 77 } } @@ -882018,15 +882505,15 @@ "binop": null, "updateContext": null }, - "start": 106524, - "end": 106525, + "start": 108914, + "end": 108915, "loc": { "start": { - "line": 2352, + "line": 2394, "column": 77 }, "end": { - "line": 2352, + "line": 2394, "column": 78 } } @@ -882044,15 +882531,15 @@ "binop": null }, "value": "callback", - "start": 106538, - "end": 106546, + "start": 108928, + "end": 108936, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 12 }, "end": { - "line": 2353, + "line": 2395, "column": 20 } } @@ -882071,15 +882558,15 @@ "updateContext": null }, "value": "=", - "start": 106547, - "end": 106548, + "start": 108937, + "end": 108938, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 21 }, "end": { - "line": 2353, + "line": 2395, "column": 22 } } @@ -882097,15 +882584,15 @@ "binop": null }, "value": "_args", - "start": 106549, - "end": 106554, + "start": 108939, + "end": 108944, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 23 }, "end": { - "line": 2353, + "line": 2395, "column": 28 } } @@ -882123,15 +882610,15 @@ "binop": null, "updateContext": null }, - "start": 106554, - "end": 106555, + "start": 108944, + "end": 108945, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 28 }, "end": { - "line": 2353, + "line": 2395, "column": 29 } } @@ -882149,15 +882636,15 @@ "binop": null }, "value": "length", - "start": 106555, - "end": 106561, + "start": 108945, + "end": 108951, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 29 }, "end": { - "line": 2353, + "line": 2395, "column": 35 } } @@ -882176,15 +882663,15 @@ "updateContext": null }, "value": ">", - "start": 106562, - "end": 106563, + "start": 108952, + "end": 108953, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 36 }, "end": { - "line": 2353, + "line": 2395, "column": 37 } } @@ -882203,15 +882690,15 @@ "updateContext": null }, "value": 1, - "start": 106564, - "end": 106565, + "start": 108954, + "end": 108955, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 38 }, "end": { - "line": 2353, + "line": 2395, "column": 39 } } @@ -882230,15 +882717,15 @@ "updateContext": null }, "value": "&&", - "start": 106566, - "end": 106568, + "start": 108956, + "end": 108958, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 40 }, "end": { - "line": 2353, + "line": 2395, "column": 42 } } @@ -882258,15 +882745,15 @@ "updateContext": null }, "value": "typeof", - "start": 106569, - "end": 106575, + "start": 108959, + "end": 108965, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 43 }, "end": { - "line": 2353, + "line": 2395, "column": 49 } } @@ -882284,15 +882771,15 @@ "binop": null }, "value": "_args", - "start": 106576, - "end": 106581, + "start": 108966, + "end": 108971, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 50 }, "end": { - "line": 2353, + "line": 2395, "column": 55 } } @@ -882310,15 +882797,15 @@ "binop": null, "updateContext": null }, - "start": 106581, - "end": 106582, + "start": 108971, + "end": 108972, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 55 }, "end": { - "line": 2353, + "line": 2395, "column": 56 } } @@ -882337,15 +882824,15 @@ "updateContext": null }, "value": 1, - "start": 106582, - "end": 106583, + "start": 108972, + "end": 108973, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 56 }, "end": { - "line": 2353, + "line": 2395, "column": 57 } } @@ -882363,15 +882850,15 @@ "binop": null, "updateContext": null }, - "start": 106583, - "end": 106584, + "start": 108973, + "end": 108974, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 57 }, "end": { - "line": 2353, + "line": 2395, "column": 58 } } @@ -882390,15 +882877,15 @@ "updateContext": null }, "value": "===", - "start": 106585, - "end": 106588, + "start": 108975, + "end": 108978, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 59 }, "end": { - "line": 2353, + "line": 2395, "column": 62 } } @@ -882417,15 +882904,15 @@ "updateContext": null }, "value": "function", - "start": 106589, - "end": 106599, + "start": 108979, + "end": 108989, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 63 }, "end": { - "line": 2353, + "line": 2395, "column": 73 } } @@ -882443,15 +882930,15 @@ "binop": null, "updateContext": null }, - "start": 106600, - "end": 106601, + "start": 108990, + "end": 108991, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 74 }, "end": { - "line": 2353, + "line": 2395, "column": 75 } } @@ -882469,15 +882956,15 @@ "binop": null }, "value": "_args", - "start": 106602, - "end": 106607, + "start": 108992, + "end": 108997, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 76 }, "end": { - "line": 2353, + "line": 2395, "column": 81 } } @@ -882495,15 +882982,15 @@ "binop": null, "updateContext": null }, - "start": 106607, - "end": 106608, + "start": 108997, + "end": 108998, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 81 }, "end": { - "line": 2353, + "line": 2395, "column": 82 } } @@ -882522,15 +883009,15 @@ "updateContext": null }, "value": 1, - "start": 106608, - "end": 106609, + "start": 108998, + "end": 108999, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 82 }, "end": { - "line": 2353, + "line": 2395, "column": 83 } } @@ -882548,15 +883035,15 @@ "binop": null, "updateContext": null }, - "start": 106609, - "end": 106610, + "start": 108999, + "end": 109000, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 83 }, "end": { - "line": 2353, + "line": 2395, "column": 84 } } @@ -882574,15 +883061,15 @@ "binop": null, "updateContext": null }, - "start": 106611, - "end": 106612, + "start": 109001, + "end": 109002, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 85 }, "end": { - "line": 2353, + "line": 2395, "column": 86 } } @@ -882602,15 +883089,15 @@ "updateContext": null }, "value": "null", - "start": 106613, - "end": 106617, + "start": 109003, + "end": 109007, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 87 }, "end": { - "line": 2353, + "line": 2395, "column": 91 } } @@ -882628,15 +883115,15 @@ "binop": null, "updateContext": null }, - "start": 106617, - "end": 106618, + "start": 109007, + "end": 109008, "loc": { "start": { - "line": 2353, + "line": 2395, "column": 91 }, "end": { - "line": 2353, + "line": 2395, "column": 92 } } @@ -882654,15 +883141,15 @@ "binop": null }, "value": "userdata", - "start": 106631, - "end": 106639, + "start": 109021, + "end": 109029, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 12 }, "end": { - "line": 2354, + "line": 2396, "column": 20 } } @@ -882681,15 +883168,15 @@ "updateContext": null }, "value": "=", - "start": 106640, - "end": 106641, + "start": 109030, + "end": 109031, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 21 }, "end": { - "line": 2354, + "line": 2396, "column": 22 } } @@ -882707,15 +883194,15 @@ "binop": null }, "value": "_args", - "start": 106642, - "end": 106647, + "start": 109032, + "end": 109037, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 23 }, "end": { - "line": 2354, + "line": 2396, "column": 28 } } @@ -882733,15 +883220,15 @@ "binop": null, "updateContext": null }, - "start": 106647, - "end": 106648, + "start": 109037, + "end": 109038, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 28 }, "end": { - "line": 2354, + "line": 2396, "column": 29 } } @@ -882759,15 +883246,15 @@ "binop": null }, "value": "length", - "start": 106648, - "end": 106654, + "start": 109038, + "end": 109044, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 29 }, "end": { - "line": 2354, + "line": 2396, "column": 35 } } @@ -882786,15 +883273,15 @@ "updateContext": null }, "value": ">", - "start": 106655, - "end": 106656, + "start": 109045, + "end": 109046, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 36 }, "end": { - "line": 2354, + "line": 2396, "column": 37 } } @@ -882813,15 +883300,15 @@ "updateContext": null }, "value": 2, - "start": 106657, - "end": 106658, + "start": 109047, + "end": 109048, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 38 }, "end": { - "line": 2354, + "line": 2396, "column": 39 } } @@ -882839,15 +883326,15 @@ "binop": null, "updateContext": null }, - "start": 106659, - "end": 106660, + "start": 109049, + "end": 109050, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 40 }, "end": { - "line": 2354, + "line": 2396, "column": 41 } } @@ -882865,15 +883352,15 @@ "binop": null }, "value": "_args", - "start": 106661, - "end": 106666, + "start": 109051, + "end": 109056, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 42 }, "end": { - "line": 2354, + "line": 2396, "column": 47 } } @@ -882891,15 +883378,15 @@ "binop": null, "updateContext": null }, - "start": 106666, - "end": 106667, + "start": 109056, + "end": 109057, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 47 }, "end": { - "line": 2354, + "line": 2396, "column": 48 } } @@ -882917,15 +883404,15 @@ "binop": null }, "value": "slice", - "start": 106667, - "end": 106672, + "start": 109057, + "end": 109062, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 48 }, "end": { - "line": 2354, + "line": 2396, "column": 53 } } @@ -882942,15 +883429,15 @@ "postfix": false, "binop": null }, - "start": 106672, - "end": 106673, + "start": 109062, + "end": 109063, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 53 }, "end": { - "line": 2354, + "line": 2396, "column": 54 } } @@ -882969,15 +883456,15 @@ "updateContext": null }, "value": 2, - "start": 106673, - "end": 106674, + "start": 109063, + "end": 109064, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 54 }, "end": { - "line": 2354, + "line": 2396, "column": 55 } } @@ -882994,15 +883481,15 @@ "postfix": false, "binop": null }, - "start": 106674, - "end": 106675, + "start": 109064, + "end": 109065, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 55 }, "end": { - "line": 2354, + "line": 2396, "column": 56 } } @@ -883020,15 +883507,15 @@ "binop": null, "updateContext": null }, - "start": 106676, - "end": 106677, + "start": 109066, + "end": 109067, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 57 }, "end": { - "line": 2354, + "line": 2396, "column": 58 } } @@ -883048,15 +883535,15 @@ "updateContext": null }, "value": "null", - "start": 106678, - "end": 106682, + "start": 109068, + "end": 109072, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 59 }, "end": { - "line": 2354, + "line": 2396, "column": 63 } } @@ -883074,15 +883561,15 @@ "binop": null, "updateContext": null }, - "start": 106682, - "end": 106683, + "start": 109072, + "end": 109073, "loc": { "start": { - "line": 2354, + "line": 2396, "column": 63 }, "end": { - "line": 2354, + "line": 2396, "column": 64 } } @@ -883100,15 +883587,15 @@ "binop": null }, "value": "newOpts", - "start": 106696, - "end": 106703, + "start": 109086, + "end": 109093, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 12 }, "end": { - "line": 2355, + "line": 2397, "column": 19 } } @@ -883127,15 +883614,15 @@ "updateContext": null }, "value": "=", - "start": 106705, - "end": 106706, + "start": 109095, + "end": 109096, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 21 }, "end": { - "line": 2355, + "line": 2397, "column": 22 } } @@ -883152,15 +883639,15 @@ "postfix": false, "binop": null }, - "start": 106707, - "end": 106708, + "start": 109097, + "end": 109098, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 23 }, "end": { - "line": 2355, + "line": 2397, "column": 24 } } @@ -883177,15 +883664,15 @@ "postfix": false, "binop": null }, - "start": 106708, - "end": 106709, + "start": 109098, + "end": 109099, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 24 }, "end": { - "line": 2355, + "line": 2397, "column": 25 } } @@ -883203,15 +883690,15 @@ "binop": null, "updateContext": null }, - "start": 106709, - "end": 106710, + "start": 109099, + "end": 109100, "loc": { "start": { - "line": 2355, + "line": 2397, "column": 25 }, "end": { - "line": 2355, + "line": 2397, "column": 26 } } @@ -883229,15 +883716,15 @@ "binop": null }, "value": "begin_date", - "start": 106723, - "end": 106733, + "start": 109113, + "end": 109123, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 12 }, "end": { - "line": 2356, + "line": 2398, "column": 22 } } @@ -883255,15 +883742,15 @@ "binop": null, "updateContext": null }, - "start": 106733, - "end": 106734, + "start": 109123, + "end": 109124, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 22 }, "end": { - "line": 2356, + "line": 2398, "column": 23 } } @@ -883281,15 +883768,15 @@ "binop": null }, "value": "end_date", - "start": 106735, - "end": 106743, + "start": 109125, + "end": 109133, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 24 }, "end": { - "line": 2356, + "line": 2398, "column": 32 } } @@ -883307,15 +883794,15 @@ "binop": null, "updateContext": null }, - "start": 106743, - "end": 106744, + "start": 109133, + "end": 109134, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 32 }, "end": { - "line": 2356, + "line": 2398, "column": 33 } } @@ -883333,15 +883820,15 @@ "binop": null }, "value": "_tmpDate", - "start": 106745, - "end": 106753, + "start": 109135, + "end": 109143, "loc": { "start": { - "line": 2356, + "line": 2398, "column": 34 }, "end": { - "line": 2356, + "line": 2398, "column": 42 } } @@ -883361,15 +883848,15 @@ "updateContext": null }, "value": "if", - "start": 106771, - "end": 106773, + "start": 109161, + "end": 109163, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 8 }, "end": { - "line": 2358, + "line": 2400, "column": 10 } } @@ -883386,15 +883873,15 @@ "postfix": false, "binop": null }, - "start": 106774, - "end": 106775, + "start": 109164, + "end": 109165, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 11 }, "end": { - "line": 2358, + "line": 2400, "column": 12 } } @@ -883414,15 +883901,15 @@ "updateContext": null }, "value": "this", - "start": 106776, - "end": 106780, + "start": 109166, + "end": 109170, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 13 }, "end": { - "line": 2358, + "line": 2400, "column": 17 } } @@ -883440,15 +883927,15 @@ "binop": null, "updateContext": null }, - "start": 106780, - "end": 106781, + "start": 109170, + "end": 109171, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 17 }, "end": { - "line": 2358, + "line": 2400, "column": 18 } } @@ -883466,15 +883953,15 @@ "binop": null }, "value": "is_empty", - "start": 106781, - "end": 106789, + "start": 109171, + "end": 109179, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 18 }, "end": { - "line": 2358, + "line": 2400, "column": 26 } } @@ -883491,15 +883978,15 @@ "postfix": false, "binop": null }, - "start": 106789, - "end": 106790, + "start": 109179, + "end": 109180, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 26 }, "end": { - "line": 2358, + "line": 2400, "column": 27 } } @@ -883517,15 +884004,15 @@ "binop": null }, "value": "moveOpts", - "start": 106791, - "end": 106799, + "start": 109181, + "end": 109189, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 28 }, "end": { - "line": 2358, + "line": 2400, "column": 36 } } @@ -883542,15 +884029,15 @@ "postfix": false, "binop": null }, - "start": 106800, - "end": 106801, + "start": 109190, + "end": 109191, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 37 }, "end": { - "line": 2358, + "line": 2400, "column": 38 } } @@ -883567,15 +884054,15 @@ "postfix": false, "binop": null }, - "start": 106802, - "end": 106803, + "start": 109192, + "end": 109193, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 39 }, "end": { - "line": 2358, + "line": 2400, "column": 40 } } @@ -883592,15 +884079,15 @@ "postfix": false, "binop": null }, - "start": 106804, - "end": 106805, + "start": 109194, + "end": 109195, "loc": { "start": { - "line": 2358, + "line": 2400, "column": 41 }, "end": { - "line": 2358, + "line": 2400, "column": 42 } } @@ -883618,15 +884105,15 @@ "binop": null }, "value": "moveOpts", - "start": 106818, - "end": 106826, + "start": 109208, + "end": 109216, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 12 }, "end": { - "line": 2359, + "line": 2401, "column": 20 } } @@ -883645,15 +884132,15 @@ "updateContext": null }, "value": "=", - "start": 106827, - "end": 106828, + "start": 109217, + "end": 109218, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 21 }, "end": { - "line": 2359, + "line": 2401, "column": 22 } } @@ -883670,15 +884157,15 @@ "postfix": false, "binop": null }, - "start": 106829, - "end": 106830, + "start": 109219, + "end": 109220, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 23 }, "end": { - "line": 2359, + "line": 2401, "column": 24 } } @@ -883696,15 +884183,15 @@ "binop": null }, "value": "scale", - "start": 106831, - "end": 106836, + "start": 109221, + "end": 109226, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 25 }, "end": { - "line": 2359, + "line": 2401, "column": 30 } } @@ -883722,15 +884209,15 @@ "binop": null, "updateContext": null }, - "start": 106836, - "end": 106837, + "start": 109226, + "end": 109227, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 30 }, "end": { - "line": 2359, + "line": 2401, "column": 31 } } @@ -883748,15 +884235,15 @@ "binop": null }, "value": "_opts", - "start": 106838, - "end": 106843, + "start": 109228, + "end": 109233, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 32 }, "end": { - "line": 2359, + "line": 2401, "column": 37 } } @@ -883774,15 +884261,15 @@ "binop": null, "updateContext": null }, - "start": 106843, - "end": 106844, + "start": 109233, + "end": 109234, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 37 }, "end": { - "line": 2359, + "line": 2401, "column": 38 } } @@ -883800,15 +884287,15 @@ "binop": null }, "value": "scale", - "start": 106844, - "end": 106849, + "start": 109234, + "end": 109239, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 38 }, "end": { - "line": 2359, + "line": 2401, "column": 43 } } @@ -883826,15 +884313,15 @@ "binop": null, "updateContext": null }, - "start": 106849, - "end": 106850, + "start": 109239, + "end": 109240, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 43 }, "end": { - "line": 2359, + "line": 2401, "column": 44 } } @@ -883852,15 +884339,15 @@ "binop": null }, "value": "range", - "start": 106851, - "end": 106856, + "start": 109241, + "end": 109246, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 45 }, "end": { - "line": 2359, + "line": 2401, "column": 50 } } @@ -883878,15 +884365,15 @@ "binop": null, "updateContext": null }, - "start": 106856, - "end": 106857, + "start": 109246, + "end": 109247, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 50 }, "end": { - "line": 2359, + "line": 2401, "column": 51 } } @@ -883904,15 +884391,15 @@ "binop": null }, "value": "_opts", - "start": 106858, - "end": 106863, + "start": 109248, + "end": 109253, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 52 }, "end": { - "line": 2359, + "line": 2401, "column": 57 } } @@ -883930,15 +884417,15 @@ "binop": null, "updateContext": null }, - "start": 106863, - "end": 106864, + "start": 109253, + "end": 109254, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 57 }, "end": { - "line": 2359, + "line": 2401, "column": 58 } } @@ -883956,15 +884443,15 @@ "binop": null }, "value": "range", - "start": 106864, - "end": 106869, + "start": 109254, + "end": 109259, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 58 }, "end": { - "line": 2359, + "line": 2401, "column": 63 } } @@ -883982,15 +884469,15 @@ "binop": null, "updateContext": null }, - "start": 106869, - "end": 106870, + "start": 109259, + "end": 109260, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 63 }, "end": { - "line": 2359, + "line": 2401, "column": 64 } } @@ -884008,15 +884495,15 @@ "binop": null }, "value": "shift", - "start": 106871, - "end": 106876, + "start": 109261, + "end": 109266, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 65 }, "end": { - "line": 2359, + "line": 2401, "column": 70 } } @@ -884034,15 +884521,15 @@ "binop": null, "updateContext": null }, - "start": 106876, - "end": 106877, + "start": 109266, + "end": 109267, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 70 }, "end": { - "line": 2359, + "line": 2401, "column": 71 } } @@ -884062,15 +884549,15 @@ "updateContext": null }, "value": "true", - "start": 106878, - "end": 106882, + "start": 109268, + "end": 109272, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 72 }, "end": { - "line": 2359, + "line": 2401, "column": 76 } } @@ -884087,15 +884574,15 @@ "postfix": false, "binop": null }, - "start": 106883, - "end": 106884, + "start": 109273, + "end": 109274, "loc": { "start": { - "line": 2359, + "line": 2401, "column": 77 }, "end": { - "line": 2359, + "line": 2401, "column": 78 } } @@ -884112,15 +884599,15 @@ "postfix": false, "binop": null }, - "start": 106893, - "end": 106894, + "start": 109283, + "end": 109284, "loc": { "start": { - "line": 2360, + "line": 2402, "column": 8 }, "end": { - "line": 2360, + "line": 2402, "column": 9 } } @@ -884140,15 +884627,15 @@ "updateContext": null }, "value": "else", - "start": 106895, - "end": 106899, + "start": 109285, + "end": 109289, "loc": { "start": { - "line": 2360, + "line": 2402, "column": 10 }, "end": { - "line": 2360, + "line": 2402, "column": 14 } } @@ -884165,15 +884652,15 @@ "postfix": false, "binop": null }, - "start": 106900, - "end": 106901, + "start": 109290, + "end": 109291, "loc": { "start": { - "line": 2360, + "line": 2402, "column": 15 }, "end": { - "line": 2360, + "line": 2402, "column": 16 } } @@ -884193,15 +884680,15 @@ "updateContext": null }, "value": "if", - "start": 106914, - "end": 106916, + "start": 109304, + "end": 109306, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 12 }, "end": { - "line": 2361, + "line": 2403, "column": 14 } } @@ -884218,15 +884705,15 @@ "postfix": false, "binop": null }, - "start": 106917, - "end": 106918, + "start": 109307, + "end": 109308, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 15 }, "end": { - "line": 2361, + "line": 2403, "column": 16 } } @@ -884245,15 +884732,15 @@ "updateContext": null }, "value": "!", - "start": 106919, - "end": 106920, + "start": 109309, + "end": 109310, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 17 }, "end": { - "line": 2361, + "line": 2403, "column": 18 } } @@ -884271,15 +884758,15 @@ "binop": null }, "value": "moveOpts", - "start": 106921, - "end": 106929, + "start": 109311, + "end": 109319, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 19 }, "end": { - "line": 2361, + "line": 2403, "column": 27 } } @@ -884297,15 +884784,15 @@ "binop": null, "updateContext": null }, - "start": 106929, - "end": 106930, + "start": 109319, + "end": 109320, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 27 }, "end": { - "line": 2361, + "line": 2403, "column": 28 } } @@ -884323,15 +884810,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 106930, - "end": 106944, + "start": 109320, + "end": 109334, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 28 }, "end": { - "line": 2361, + "line": 2403, "column": 42 } } @@ -884348,15 +884835,15 @@ "postfix": false, "binop": null }, - "start": 106944, - "end": 106945, + "start": 109334, + "end": 109335, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 42 }, "end": { - "line": 2361, + "line": 2403, "column": 43 } } @@ -884375,15 +884862,15 @@ "updateContext": null }, "value": "shift", - "start": 106945, - "end": 106952, + "start": 109335, + "end": 109342, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 43 }, "end": { - "line": 2361, + "line": 2403, "column": 50 } } @@ -884400,15 +884887,15 @@ "postfix": false, "binop": null }, - "start": 106952, - "end": 106953, + "start": 109342, + "end": 109343, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 50 }, "end": { - "line": 2361, + "line": 2403, "column": 51 } } @@ -884427,15 +884914,15 @@ "updateContext": null }, "value": "||", - "start": 106954, - "end": 106956, + "start": 109344, + "end": 109346, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 52 }, "end": { - "line": 2361, + "line": 2403, "column": 54 } } @@ -884453,15 +884940,15 @@ "binop": null }, "value": "moveOpts", - "start": 106957, - "end": 106965, + "start": 109347, + "end": 109355, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 55 }, "end": { - "line": 2361, + "line": 2403, "column": 63 } } @@ -884479,15 +884966,15 @@ "binop": null, "updateContext": null }, - "start": 106965, - "end": 106966, + "start": 109355, + "end": 109356, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 63 }, "end": { - "line": 2361, + "line": 2403, "column": 64 } } @@ -884505,15 +884992,15 @@ "binop": null }, "value": "shift", - "start": 106966, - "end": 106971, + "start": 109356, + "end": 109361, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 64 }, "end": { - "line": 2361, + "line": 2403, "column": 69 } } @@ -884532,15 +885019,15 @@ "updateContext": null }, "value": "!==", - "start": 106972, - "end": 106975, + "start": 109362, + "end": 109365, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 70 }, "end": { - "line": 2361, + "line": 2403, "column": 73 } } @@ -884560,15 +885047,15 @@ "updateContext": null }, "value": "false", - "start": 106976, - "end": 106981, + "start": 109366, + "end": 109371, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 74 }, "end": { - "line": 2361, + "line": 2403, "column": 79 } } @@ -884585,15 +885072,15 @@ "postfix": false, "binop": null }, - "start": 106982, - "end": 106983, + "start": 109372, + "end": 109373, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 80 }, "end": { - "line": 2361, + "line": 2403, "column": 81 } } @@ -884610,15 +885097,15 @@ "postfix": false, "binop": null }, - "start": 106984, - "end": 106985, + "start": 109374, + "end": 109375, "loc": { "start": { - "line": 2361, + "line": 2403, "column": 82 }, "end": { - "line": 2361, + "line": 2403, "column": 83 } } @@ -884636,15 +885123,15 @@ "binop": null }, "value": "moveOpts", - "start": 107002, - "end": 107010, + "start": 109392, + "end": 109400, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 16 }, "end": { - "line": 2362, + "line": 2404, "column": 24 } } @@ -884662,15 +885149,15 @@ "binop": null, "updateContext": null }, - "start": 107010, - "end": 107011, + "start": 109400, + "end": 109401, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 24 }, "end": { - "line": 2362, + "line": 2404, "column": 25 } } @@ -884688,15 +885175,15 @@ "binop": null }, "value": "shift", - "start": 107011, - "end": 107016, + "start": 109401, + "end": 109406, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 25 }, "end": { - "line": 2362, + "line": 2404, "column": 30 } } @@ -884715,15 +885202,15 @@ "updateContext": null }, "value": "=", - "start": 107017, - "end": 107018, + "start": 109407, + "end": 109408, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 31 }, "end": { - "line": 2362, + "line": 2404, "column": 32 } } @@ -884743,15 +885230,15 @@ "updateContext": null }, "value": "true", - "start": 107019, - "end": 107023, + "start": 109409, + "end": 109413, "loc": { "start": { - "line": 2362, + "line": 2404, "column": 33 }, "end": { - "line": 2362, + "line": 2404, "column": 37 } } @@ -884768,15 +885255,15 @@ "postfix": false, "binop": null }, - "start": 107036, - "end": 107037, + "start": 109426, + "end": 109427, "loc": { "start": { - "line": 2363, + "line": 2405, "column": 12 }, "end": { - "line": 2363, + "line": 2405, "column": 13 } } @@ -884796,15 +885283,15 @@ "updateContext": null }, "value": "if", - "start": 107050, - "end": 107052, + "start": 109440, + "end": 109442, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 12 }, "end": { - "line": 2364, + "line": 2406, "column": 14 } } @@ -884821,15 +885308,15 @@ "postfix": false, "binop": null }, - "start": 107053, - "end": 107054, + "start": 109443, + "end": 109444, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 15 }, "end": { - "line": 2364, + "line": 2406, "column": 16 } } @@ -884848,15 +885335,15 @@ "updateContext": null }, "value": "!", - "start": 107055, - "end": 107056, + "start": 109445, + "end": 109446, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 17 }, "end": { - "line": 2364, + "line": 2406, "column": 18 } } @@ -884874,15 +885361,15 @@ "binop": null }, "value": "moveOpts", - "start": 107057, - "end": 107065, + "start": 109447, + "end": 109455, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 19 }, "end": { - "line": 2364, + "line": 2406, "column": 27 } } @@ -884900,15 +885387,15 @@ "binop": null, "updateContext": null }, - "start": 107065, - "end": 107066, + "start": 109455, + "end": 109456, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 27 }, "end": { - "line": 2364, + "line": 2406, "column": 28 } } @@ -884926,15 +885413,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 107066, - "end": 107080, + "start": 109456, + "end": 109470, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 28 }, "end": { - "line": 2364, + "line": 2406, "column": 42 } } @@ -884951,15 +885438,15 @@ "postfix": false, "binop": null }, - "start": 107080, - "end": 107081, + "start": 109470, + "end": 109471, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 42 }, "end": { - "line": 2364, + "line": 2406, "column": 43 } } @@ -884978,15 +885465,15 @@ "updateContext": null }, "value": "scale", - "start": 107081, - "end": 107088, + "start": 109471, + "end": 109478, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 43 }, "end": { - "line": 2364, + "line": 2406, "column": 50 } } @@ -885003,15 +885490,15 @@ "postfix": false, "binop": null }, - "start": 107088, - "end": 107089, + "start": 109478, + "end": 109479, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 50 }, "end": { - "line": 2364, + "line": 2406, "column": 51 } } @@ -885030,15 +885517,15 @@ "updateContext": null }, "value": "||", - "start": 107090, - "end": 107092, + "start": 109480, + "end": 109482, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 52 }, "end": { - "line": 2364, + "line": 2406, "column": 54 } } @@ -885057,15 +885544,15 @@ "updateContext": null }, "value": "!", - "start": 107093, - "end": 107094, + "start": 109483, + "end": 109484, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 55 }, "end": { - "line": 2364, + "line": 2406, "column": 56 } } @@ -885085,15 +885572,15 @@ "updateContext": null }, "value": "this", - "start": 107095, - "end": 107099, + "start": 109485, + "end": 109489, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 57 }, "end": { - "line": 2364, + "line": 2406, "column": 61 } } @@ -885111,15 +885598,15 @@ "binop": null, "updateContext": null }, - "start": 107099, - "end": 107100, + "start": 109489, + "end": 109490, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 61 }, "end": { - "line": 2364, + "line": 2406, "column": 62 } } @@ -885137,15 +885624,15 @@ "binop": null }, "value": "_verifyScale", - "start": 107100, - "end": 107112, + "start": 109490, + "end": 109502, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 62 }, "end": { - "line": 2364, + "line": 2406, "column": 74 } } @@ -885162,15 +885649,15 @@ "postfix": false, "binop": null }, - "start": 107112, - "end": 107113, + "start": 109502, + "end": 109503, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 74 }, "end": { - "line": 2364, + "line": 2406, "column": 75 } } @@ -885188,15 +885675,15 @@ "binop": null }, "value": "moveOpts", - "start": 107114, - "end": 107122, + "start": 109504, + "end": 109512, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 76 }, "end": { - "line": 2364, + "line": 2406, "column": 84 } } @@ -885214,15 +885701,15 @@ "binop": null, "updateContext": null }, - "start": 107122, - "end": 107123, + "start": 109512, + "end": 109513, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 84 }, "end": { - "line": 2364, + "line": 2406, "column": 85 } } @@ -885240,15 +885727,15 @@ "binop": null }, "value": "scale", - "start": 107123, - "end": 107128, + "start": 109513, + "end": 109518, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 85 }, "end": { - "line": 2364, + "line": 2406, "column": 90 } } @@ -885265,15 +885752,15 @@ "postfix": false, "binop": null }, - "start": 107129, - "end": 107130, + "start": 109519, + "end": 109520, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 91 }, "end": { - "line": 2364, + "line": 2406, "column": 92 } } @@ -885290,15 +885777,15 @@ "postfix": false, "binop": null }, - "start": 107131, - "end": 107132, + "start": 109521, + "end": 109522, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 93 }, "end": { - "line": 2364, + "line": 2406, "column": 94 } } @@ -885315,15 +885802,15 @@ "postfix": false, "binop": null }, - "start": 107133, - "end": 107134, + "start": 109523, + "end": 109524, "loc": { "start": { - "line": 2364, + "line": 2406, "column": 95 }, "end": { - "line": 2364, + "line": 2406, "column": 96 } } @@ -885341,15 +885828,15 @@ "binop": null }, "value": "moveOpts", - "start": 107151, - "end": 107159, + "start": 109541, + "end": 109549, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 16 }, "end": { - "line": 2365, + "line": 2407, "column": 24 } } @@ -885367,15 +885854,15 @@ "binop": null, "updateContext": null }, - "start": 107159, - "end": 107160, + "start": 109549, + "end": 109550, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 24 }, "end": { - "line": 2365, + "line": 2407, "column": 25 } } @@ -885393,15 +885880,15 @@ "binop": null }, "value": "scale", - "start": 107160, - "end": 107165, + "start": 109550, + "end": 109555, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 25 }, "end": { - "line": 2365, + "line": 2407, "column": 30 } } @@ -885420,15 +885907,15 @@ "updateContext": null }, "value": "=", - "start": 107166, - "end": 107167, + "start": 109556, + "end": 109557, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 31 }, "end": { - "line": 2365, + "line": 2407, "column": 32 } } @@ -885446,15 +885933,15 @@ "binop": null }, "value": "_opts", - "start": 107168, - "end": 107173, + "start": 109558, + "end": 109563, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 33 }, "end": { - "line": 2365, + "line": 2407, "column": 38 } } @@ -885472,15 +885959,15 @@ "binop": null, "updateContext": null }, - "start": 107173, - "end": 107174, + "start": 109563, + "end": 109564, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 38 }, "end": { - "line": 2365, + "line": 2407, "column": 39 } } @@ -885498,15 +885985,15 @@ "binop": null }, "value": "scale", - "start": 107174, - "end": 107179, + "start": 109564, + "end": 109569, "loc": { "start": { - "line": 2365, + "line": 2407, "column": 39 }, "end": { - "line": 2365, + "line": 2407, "column": 44 } } @@ -885523,15 +886010,15 @@ "postfix": false, "binop": null }, - "start": 107192, - "end": 107193, + "start": 109582, + "end": 109583, "loc": { "start": { - "line": 2366, + "line": 2408, "column": 12 }, "end": { - "line": 2366, + "line": 2408, "column": 13 } } @@ -885551,15 +886038,15 @@ "updateContext": null }, "value": "if", - "start": 107206, - "end": 107208, + "start": 109596, + "end": 109598, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 12 }, "end": { - "line": 2367, + "line": 2409, "column": 14 } } @@ -885576,15 +886063,15 @@ "postfix": false, "binop": null }, - "start": 107209, - "end": 107210, + "start": 109599, + "end": 109600, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 15 }, "end": { - "line": 2367, + "line": 2409, "column": 16 } } @@ -885603,15 +886090,15 @@ "updateContext": null }, "value": "!", - "start": 107211, - "end": 107212, + "start": 109601, + "end": 109602, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 17 }, "end": { - "line": 2367, + "line": 2409, "column": 18 } } @@ -885629,15 +886116,15 @@ "binop": null }, "value": "moveOpts", - "start": 107213, - "end": 107221, + "start": 109603, + "end": 109611, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 19 }, "end": { - "line": 2367, + "line": 2409, "column": 27 } } @@ -885655,15 +886142,15 @@ "binop": null, "updateContext": null }, - "start": 107221, - "end": 107222, + "start": 109611, + "end": 109612, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 27 }, "end": { - "line": 2367, + "line": 2409, "column": 28 } } @@ -885681,15 +886168,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 107222, - "end": 107236, + "start": 109612, + "end": 109626, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 28 }, "end": { - "line": 2367, + "line": 2409, "column": 42 } } @@ -885706,15 +886193,15 @@ "postfix": false, "binop": null }, - "start": 107236, - "end": 107237, + "start": 109626, + "end": 109627, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 42 }, "end": { - "line": 2367, + "line": 2409, "column": 43 } } @@ -885733,15 +886220,15 @@ "updateContext": null }, "value": "range", - "start": 107237, - "end": 107244, + "start": 109627, + "end": 109634, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 43 }, "end": { - "line": 2367, + "line": 2409, "column": 50 } } @@ -885758,15 +886245,15 @@ "postfix": false, "binop": null }, - "start": 107244, - "end": 107245, + "start": 109634, + "end": 109635, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 50 }, "end": { - "line": 2367, + "line": 2409, "column": 51 } } @@ -885785,15 +886272,15 @@ "updateContext": null }, "value": "||", - "start": 107246, - "end": 107248, + "start": 109636, + "end": 109638, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 52 }, "end": { - "line": 2367, + "line": 2409, "column": 54 } } @@ -885811,15 +886298,15 @@ "binop": null }, "value": "parseInt", - "start": 107249, - "end": 107257, + "start": 109639, + "end": 109647, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 55 }, "end": { - "line": 2367, + "line": 2409, "column": 63 } } @@ -885836,15 +886323,15 @@ "postfix": false, "binop": null }, - "start": 107257, - "end": 107258, + "start": 109647, + "end": 109648, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 63 }, "end": { - "line": 2367, + "line": 2409, "column": 64 } } @@ -885862,15 +886349,15 @@ "binop": null }, "value": "moveOpts", - "start": 107259, - "end": 107267, + "start": 109649, + "end": 109657, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 65 }, "end": { - "line": 2367, + "line": 2409, "column": 73 } } @@ -885888,15 +886375,15 @@ "binop": null, "updateContext": null }, - "start": 107267, - "end": 107268, + "start": 109657, + "end": 109658, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 73 }, "end": { - "line": 2367, + "line": 2409, "column": 74 } } @@ -885914,15 +886401,15 @@ "binop": null }, "value": "range", - "start": 107268, - "end": 107273, + "start": 109658, + "end": 109663, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 74 }, "end": { - "line": 2367, + "line": 2409, "column": 79 } } @@ -885940,15 +886427,15 @@ "binop": null, "updateContext": null }, - "start": 107273, - "end": 107274, + "start": 109663, + "end": 109664, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 79 }, "end": { - "line": 2367, + "line": 2409, "column": 80 } } @@ -885967,15 +886454,15 @@ "updateContext": null }, "value": 10, - "start": 107275, - "end": 107277, + "start": 109665, + "end": 109667, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 81 }, "end": { - "line": 2367, + "line": 2409, "column": 83 } } @@ -885992,15 +886479,15 @@ "postfix": false, "binop": null }, - "start": 107278, - "end": 107279, + "start": 109668, + "end": 109669, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 84 }, "end": { - "line": 2367, + "line": 2409, "column": 85 } } @@ -886019,15 +886506,15 @@ "updateContext": null }, "value": ">", - "start": 107280, - "end": 107281, + "start": 109670, + "end": 109671, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 86 }, "end": { - "line": 2367, + "line": 2409, "column": 87 } } @@ -886045,15 +886532,15 @@ "binop": null }, "value": "LimitScaleGrids", - "start": 107282, - "end": 107297, + "start": 109672, + "end": 109687, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 88 }, "end": { - "line": 2367, + "line": 2409, "column": 103 } } @@ -886071,15 +886558,15 @@ "binop": null, "updateContext": null }, - "start": 107297, - "end": 107298, + "start": 109687, + "end": 109688, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 103 }, "end": { - "line": 2367, + "line": 2409, "column": 104 } } @@ -886097,15 +886584,15 @@ "binop": null }, "value": "moveOpts", - "start": 107298, - "end": 107306, + "start": 109688, + "end": 109696, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 104 }, "end": { - "line": 2367, + "line": 2409, "column": 112 } } @@ -886123,15 +886610,15 @@ "binop": null, "updateContext": null }, - "start": 107306, - "end": 107307, + "start": 109696, + "end": 109697, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 112 }, "end": { - "line": 2367, + "line": 2409, "column": 113 } } @@ -886149,15 +886636,15 @@ "binop": null }, "value": "scale", - "start": 107307, - "end": 107312, + "start": 109697, + "end": 109702, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 113 }, "end": { - "line": 2367, + "line": 2409, "column": 118 } } @@ -886175,15 +886662,15 @@ "binop": null, "updateContext": null }, - "start": 107312, - "end": 107313, + "start": 109702, + "end": 109703, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 118 }, "end": { - "line": 2367, + "line": 2409, "column": 119 } } @@ -886200,15 +886687,15 @@ "postfix": false, "binop": null }, - "start": 107314, - "end": 107315, + "start": 109704, + "end": 109705, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 120 }, "end": { - "line": 2367, + "line": 2409, "column": 121 } } @@ -886225,15 +886712,15 @@ "postfix": false, "binop": null }, - "start": 107316, - "end": 107317, + "start": 109706, + "end": 109707, "loc": { "start": { - "line": 2367, + "line": 2409, "column": 122 }, "end": { - "line": 2367, + "line": 2409, "column": 123 } } @@ -886251,15 +886738,15 @@ "binop": null }, "value": "moveOpts", - "start": 107334, - "end": 107342, + "start": 109724, + "end": 109732, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 16 }, "end": { - "line": 2368, + "line": 2410, "column": 24 } } @@ -886277,15 +886764,15 @@ "binop": null, "updateContext": null }, - "start": 107342, - "end": 107343, + "start": 109732, + "end": 109733, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 24 }, "end": { - "line": 2368, + "line": 2410, "column": 25 } } @@ -886303,15 +886790,15 @@ "binop": null }, "value": "range", - "start": 107343, - "end": 107348, + "start": 109733, + "end": 109738, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 25 }, "end": { - "line": 2368, + "line": 2410, "column": 30 } } @@ -886330,15 +886817,15 @@ "updateContext": null }, "value": "=", - "start": 107349, - "end": 107350, + "start": 109739, + "end": 109740, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 31 }, "end": { - "line": 2368, + "line": 2410, "column": 32 } } @@ -886356,15 +886843,15 @@ "binop": null }, "value": "_opts", - "start": 107351, - "end": 107356, + "start": 109741, + "end": 109746, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 33 }, "end": { - "line": 2368, + "line": 2410, "column": 38 } } @@ -886382,15 +886869,15 @@ "binop": null, "updateContext": null }, - "start": 107356, - "end": 107357, + "start": 109746, + "end": 109747, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 38 }, "end": { - "line": 2368, + "line": 2410, "column": 39 } } @@ -886408,15 +886895,15 @@ "binop": null }, "value": "range", - "start": 107357, - "end": 107362, + "start": 109747, + "end": 109752, "loc": { "start": { - "line": 2368, + "line": 2410, "column": 39 }, "end": { - "line": 2368, + "line": 2410, "column": 44 } } @@ -886433,15 +886920,15 @@ "postfix": false, "binop": null }, - "start": 107375, - "end": 107376, + "start": 109765, + "end": 109766, "loc": { "start": { - "line": 2369, + "line": 2411, "column": 12 }, "end": { - "line": 2369, + "line": 2411, "column": 13 } } @@ -886458,15 +886945,15 @@ "postfix": false, "binop": null }, - "start": 107385, - "end": 107386, + "start": 109775, + "end": 109776, "loc": { "start": { - "line": 2370, + "line": 2412, "column": 8 }, "end": { - "line": 2370, + "line": 2412, "column": 9 } } @@ -886484,15 +886971,15 @@ "binop": null }, "value": "_tmpDate", - "start": 107395, - "end": 107403, + "start": 109785, + "end": 109793, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 8 }, "end": { - "line": 2371, + "line": 2413, "column": 16 } } @@ -886511,15 +886998,15 @@ "updateContext": null }, "value": "=", - "start": 107406, - "end": 107407, + "start": 109796, + "end": 109797, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 19 }, "end": { - "line": 2371, + "line": 2413, "column": 20 } } @@ -886539,15 +887026,15 @@ "updateContext": null }, "value": "new", - "start": 107408, - "end": 107411, + "start": 109798, + "end": 109801, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 21 }, "end": { - "line": 2371, + "line": 2413, "column": 24 } } @@ -886565,15 +887052,15 @@ "binop": null }, "value": "Date", - "start": 107412, - "end": 107416, + "start": 109802, + "end": 109806, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 25 }, "end": { - "line": 2371, + "line": 2413, "column": 29 } } @@ -886590,15 +887077,15 @@ "postfix": false, "binop": null }, - "start": 107416, - "end": 107417, + "start": 109806, + "end": 109807, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 29 }, "end": { - "line": 2371, + "line": 2413, "column": 30 } } @@ -886616,15 +887103,15 @@ "binop": null }, "value": "_opts", - "start": 107418, - "end": 107423, + "start": 109808, + "end": 109813, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 31 }, "end": { - "line": 2371, + "line": 2413, "column": 36 } } @@ -886642,15 +887129,15 @@ "binop": null, "updateContext": null }, - "start": 107423, - "end": 107424, + "start": 109813, + "end": 109814, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 36 }, "end": { - "line": 2371, + "line": 2413, "column": 37 } } @@ -886668,15 +887155,15 @@ "binop": null }, "value": "startDatetime", - "start": 107424, - "end": 107437, + "start": 109814, + "end": 109827, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 37 }, "end": { - "line": 2371, + "line": 2413, "column": 50 } } @@ -886693,15 +887180,15 @@ "postfix": false, "binop": null }, - "start": 107438, - "end": 107439, + "start": 109828, + "end": 109829, "loc": { "start": { - "line": 2371, + "line": 2413, "column": 51 }, "end": { - "line": 2371, + "line": 2413, "column": 52 } } @@ -886719,15 +887206,15 @@ "binop": null }, "value": "begin_date", - "start": 107448, - "end": 107458, + "start": 109838, + "end": 109848, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 8 }, "end": { - "line": 2372, + "line": 2414, "column": 18 } } @@ -886746,15 +887233,15 @@ "updateContext": null }, "value": "=", - "start": 107459, - "end": 107460, + "start": 109849, + "end": 109850, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 19 }, "end": { - "line": 2372, + "line": 2414, "column": 20 } } @@ -886774,15 +887261,15 @@ "updateContext": null }, "value": "new", - "start": 107461, - "end": 107464, + "start": 109851, + "end": 109854, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 21 }, "end": { - "line": 2372, + "line": 2414, "column": 24 } } @@ -886800,15 +887287,15 @@ "binop": null }, "value": "Date", - "start": 107465, - "end": 107469, + "start": 109855, + "end": 109859, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 25 }, "end": { - "line": 2372, + "line": 2414, "column": 29 } } @@ -886825,15 +887312,15 @@ "postfix": false, "binop": null }, - "start": 107469, - "end": 107470, + "start": 109859, + "end": 109860, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 29 }, "end": { - "line": 2372, + "line": 2414, "column": 30 } } @@ -886851,15 +887338,15 @@ "binop": null }, "value": "_tmpDate", - "start": 107471, - "end": 107479, + "start": 109861, + "end": 109869, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 31 }, "end": { - "line": 2372, + "line": 2414, "column": 39 } } @@ -886877,15 +887364,15 @@ "binop": null, "updateContext": null }, - "start": 107479, - "end": 107480, + "start": 109869, + "end": 109870, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 39 }, "end": { - "line": 2372, + "line": 2414, "column": 40 } } @@ -886903,15 +887390,15 @@ "binop": null }, "value": "getTime", - "start": 107480, - "end": 107487, + "start": 109870, + "end": 109877, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 40 }, "end": { - "line": 2372, + "line": 2414, "column": 47 } } @@ -886928,15 +887415,15 @@ "postfix": false, "binop": null }, - "start": 107487, - "end": 107488, + "start": 109877, + "end": 109878, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 47 }, "end": { - "line": 2372, + "line": 2414, "column": 48 } } @@ -886953,15 +887440,15 @@ "postfix": false, "binop": null }, - "start": 107488, - "end": 107489, + "start": 109878, + "end": 109879, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 48 }, "end": { - "line": 2372, + "line": 2414, "column": 49 } } @@ -886980,15 +887467,15 @@ "updateContext": null }, "value": "-", - "start": 107490, - "end": 107491, + "start": 109880, + "end": 109881, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 50 }, "end": { - "line": 2372, + "line": 2414, "column": 51 } } @@ -887005,15 +887492,15 @@ "postfix": false, "binop": null }, - "start": 107492, - "end": 107493, + "start": 109882, + "end": 109883, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 52 }, "end": { - "line": 2372, + "line": 2414, "column": 53 } } @@ -887033,15 +887520,15 @@ "updateContext": null }, "value": "this", - "start": 107494, - "end": 107498, + "start": 109884, + "end": 109888, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 54 }, "end": { - "line": 2372, + "line": 2414, "column": 58 } } @@ -887059,15 +887546,15 @@ "binop": null, "updateContext": null }, - "start": 107498, - "end": 107499, + "start": 109888, + "end": 109889, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 58 }, "end": { - "line": 2372, + "line": 2414, "column": 59 } } @@ -887085,15 +887572,15 @@ "binop": null }, "value": "_verifyScale", - "start": 107499, - "end": 107511, + "start": 109889, + "end": 109901, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 59 }, "end": { - "line": 2372, + "line": 2414, "column": 71 } } @@ -887110,15 +887597,15 @@ "postfix": false, "binop": null }, - "start": 107511, - "end": 107512, + "start": 109901, + "end": 109902, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 71 }, "end": { - "line": 2372, + "line": 2414, "column": 72 } } @@ -887136,15 +887623,15 @@ "binop": null }, "value": "moveOpts", - "start": 107513, - "end": 107521, + "start": 109903, + "end": 109911, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 73 }, "end": { - "line": 2372, + "line": 2414, "column": 81 } } @@ -887162,15 +887649,15 @@ "binop": null, "updateContext": null }, - "start": 107521, - "end": 107522, + "start": 109911, + "end": 109912, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 81 }, "end": { - "line": 2372, + "line": 2414, "column": 82 } } @@ -887188,15 +887675,15 @@ "binop": null }, "value": "scale", - "start": 107522, - "end": 107527, + "start": 109912, + "end": 109917, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 82 }, "end": { - "line": 2372, + "line": 2414, "column": 87 } } @@ -887213,15 +887700,15 @@ "postfix": false, "binop": null }, - "start": 107528, - "end": 107529, + "start": 109918, + "end": 109919, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 88 }, "end": { - "line": 2372, + "line": 2414, "column": 89 } } @@ -887240,15 +887727,15 @@ "updateContext": null }, "value": "*", - "start": 107530, - "end": 107531, + "start": 109920, + "end": 109921, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 90 }, "end": { - "line": 2372, + "line": 2414, "column": 91 } } @@ -887266,15 +887753,15 @@ "binop": null }, "value": "parseInt", - "start": 107532, - "end": 107540, + "start": 109922, + "end": 109930, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 92 }, "end": { - "line": 2372, + "line": 2414, "column": 100 } } @@ -887291,15 +887778,15 @@ "postfix": false, "binop": null }, - "start": 107540, - "end": 107541, + "start": 109930, + "end": 109931, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 100 }, "end": { - "line": 2372, + "line": 2414, "column": 101 } } @@ -887317,15 +887804,15 @@ "binop": null }, "value": "moveOpts", - "start": 107542, - "end": 107550, + "start": 109932, + "end": 109940, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 102 }, "end": { - "line": 2372, + "line": 2414, "column": 110 } } @@ -887343,15 +887830,15 @@ "binop": null, "updateContext": null }, - "start": 107550, - "end": 107551, + "start": 109940, + "end": 109941, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 110 }, "end": { - "line": 2372, + "line": 2414, "column": 111 } } @@ -887369,15 +887856,15 @@ "binop": null }, "value": "range", - "start": 107551, - "end": 107556, + "start": 109941, + "end": 109946, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 111 }, "end": { - "line": 2372, + "line": 2414, "column": 116 } } @@ -887395,15 +887882,15 @@ "binop": null, "updateContext": null }, - "start": 107556, - "end": 107557, + "start": 109946, + "end": 109947, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 116 }, "end": { - "line": 2372, + "line": 2414, "column": 117 } } @@ -887422,15 +887909,15 @@ "updateContext": null }, "value": 10, - "start": 107558, - "end": 107560, + "start": 109948, + "end": 109950, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 118 }, "end": { - "line": 2372, + "line": 2414, "column": 120 } } @@ -887447,15 +887934,15 @@ "postfix": false, "binop": null }, - "start": 107561, - "end": 107562, + "start": 109951, + "end": 109952, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 121 }, "end": { - "line": 2372, + "line": 2414, "column": 122 } } @@ -887472,15 +887959,15 @@ "postfix": false, "binop": null }, - "start": 107563, - "end": 107564, + "start": 109953, + "end": 109954, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 123 }, "end": { - "line": 2372, + "line": 2414, "column": 124 } } @@ -887497,15 +887984,15 @@ "postfix": false, "binop": null }, - "start": 107565, - "end": 107566, + "start": 109955, + "end": 109956, "loc": { "start": { - "line": 2372, + "line": 2414, "column": 125 }, "end": { - "line": 2372, + "line": 2414, "column": 126 } } @@ -887523,15 +888010,15 @@ "binop": null }, "value": "newOpts", - "start": 107575, - "end": 107582, + "start": 109965, + "end": 109972, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 8 }, "end": { - "line": 2373, + "line": 2415, "column": 15 } } @@ -887549,15 +888036,15 @@ "binop": null, "updateContext": null }, - "start": 107582, - "end": 107583, + "start": 109972, + "end": 109973, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 15 }, "end": { - "line": 2373, + "line": 2415, "column": 16 } } @@ -887575,15 +888062,15 @@ "binop": null }, "value": "startDatetime", - "start": 107583, - "end": 107596, + "start": 109973, + "end": 109986, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 16 }, "end": { - "line": 2373, + "line": 2415, "column": 29 } } @@ -887602,15 +888089,15 @@ "updateContext": null }, "value": "=", - "start": 107597, - "end": 107598, + "start": 109987, + "end": 109988, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 30 }, "end": { - "line": 2373, + "line": 2415, "column": 31 } } @@ -887628,15 +888115,15 @@ "binop": null }, "value": "begin_date", - "start": 107599, - "end": 107609, + "start": 109989, + "end": 109999, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 32 }, "end": { - "line": 2373, + "line": 2415, "column": 42 } } @@ -887654,15 +888141,15 @@ "binop": null, "updateContext": null }, - "start": 107609, - "end": 107610, + "start": 109999, + "end": 110000, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 42 }, "end": { - "line": 2373, + "line": 2415, "column": 43 } } @@ -887680,15 +888167,15 @@ "binop": null }, "value": "toString", - "start": 107610, - "end": 107618, + "start": 110000, + "end": 110008, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 43 }, "end": { - "line": 2373, + "line": 2415, "column": 51 } } @@ -887705,15 +888192,15 @@ "postfix": false, "binop": null }, - "start": 107618, - "end": 107619, + "start": 110008, + "end": 110009, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 51 }, "end": { - "line": 2373, + "line": 2415, "column": 52 } } @@ -887730,15 +888217,15 @@ "postfix": false, "binop": null }, - "start": 107619, - "end": 107620, + "start": 110009, + "end": 110010, "loc": { "start": { - "line": 2373, + "line": 2415, "column": 52 }, "end": { - "line": 2373, + "line": 2415, "column": 53 } } @@ -887758,15 +888245,15 @@ "updateContext": null }, "value": "if", - "start": 107629, - "end": 107631, + "start": 110019, + "end": 110021, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 8 }, "end": { - "line": 2374, + "line": 2416, "column": 10 } } @@ -887783,15 +888270,15 @@ "postfix": false, "binop": null }, - "start": 107632, - "end": 107633, + "start": 110022, + "end": 110023, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 11 }, "end": { - "line": 2374, + "line": 2416, "column": 12 } } @@ -887809,15 +888296,15 @@ "binop": null }, "value": "moveOpts", - "start": 107634, - "end": 107642, + "start": 110024, + "end": 110032, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 13 }, "end": { - "line": 2374, + "line": 2416, "column": 21 } } @@ -887835,15 +888322,15 @@ "binop": null, "updateContext": null }, - "start": 107642, - "end": 107643, + "start": 110032, + "end": 110033, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 21 }, "end": { - "line": 2374, + "line": 2416, "column": 22 } } @@ -887861,15 +888348,15 @@ "binop": null }, "value": "shift", - "start": 107643, - "end": 107648, + "start": 110033, + "end": 110038, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 22 }, "end": { - "line": 2374, + "line": 2416, "column": 27 } } @@ -887886,15 +888373,15 @@ "postfix": false, "binop": null }, - "start": 107649, - "end": 107650, + "start": 110039, + "end": 110040, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 28 }, "end": { - "line": 2374, + "line": 2416, "column": 29 } } @@ -887911,15 +888398,15 @@ "postfix": false, "binop": null }, - "start": 107651, - "end": 107652, + "start": 110041, + "end": 110042, "loc": { "start": { - "line": 2374, + "line": 2416, "column": 30 }, "end": { - "line": 2374, + "line": 2416, "column": 31 } } @@ -887937,15 +888424,15 @@ "binop": null }, "value": "_tmpDate", - "start": 107665, - "end": 107673, + "start": 110055, + "end": 110063, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 12 }, "end": { - "line": 2375, + "line": 2417, "column": 20 } } @@ -887964,15 +888451,15 @@ "updateContext": null }, "value": "=", - "start": 107676, - "end": 107677, + "start": 110066, + "end": 110067, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 23 }, "end": { - "line": 2375, + "line": 2417, "column": 24 } } @@ -887992,15 +888479,15 @@ "updateContext": null }, "value": "new", - "start": 107678, - "end": 107681, + "start": 110068, + "end": 110071, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 25 }, "end": { - "line": 2375, + "line": 2417, "column": 28 } } @@ -888018,15 +888505,15 @@ "binop": null }, "value": "Date", - "start": 107682, - "end": 107686, + "start": 110072, + "end": 110076, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 29 }, "end": { - "line": 2375, + "line": 2417, "column": 33 } } @@ -888043,15 +888530,15 @@ "postfix": false, "binop": null }, - "start": 107686, - "end": 107687, + "start": 110076, + "end": 110077, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 33 }, "end": { - "line": 2375, + "line": 2417, "column": 34 } } @@ -888069,15 +888556,15 @@ "binop": null }, "value": "_opts", - "start": 107688, - "end": 107693, + "start": 110078, + "end": 110083, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 35 }, "end": { - "line": 2375, + "line": 2417, "column": 40 } } @@ -888095,15 +888582,15 @@ "binop": null, "updateContext": null }, - "start": 107693, - "end": 107694, + "start": 110083, + "end": 110084, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 40 }, "end": { - "line": 2375, + "line": 2417, "column": 41 } } @@ -888121,15 +888608,15 @@ "binop": null }, "value": "endDatetime", - "start": 107694, - "end": 107705, + "start": 110084, + "end": 110095, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 41 }, "end": { - "line": 2375, + "line": 2417, "column": 52 } } @@ -888146,15 +888633,15 @@ "postfix": false, "binop": null }, - "start": 107706, - "end": 107707, + "start": 110096, + "end": 110097, "loc": { "start": { - "line": 2375, + "line": 2417, "column": 53 }, "end": { - "line": 2375, + "line": 2417, "column": 54 } } @@ -888172,15 +888659,15 @@ "binop": null }, "value": "end_date", - "start": 107720, - "end": 107728, + "start": 110110, + "end": 110118, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 12 }, "end": { - "line": 2376, + "line": 2418, "column": 20 } } @@ -888199,15 +888686,15 @@ "updateContext": null }, "value": "=", - "start": 107731, - "end": 107732, + "start": 110121, + "end": 110122, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 23 }, "end": { - "line": 2376, + "line": 2418, "column": 24 } } @@ -888227,15 +888714,15 @@ "updateContext": null }, "value": "new", - "start": 107733, - "end": 107736, + "start": 110123, + "end": 110126, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 25 }, "end": { - "line": 2376, + "line": 2418, "column": 28 } } @@ -888253,15 +888740,15 @@ "binop": null }, "value": "Date", - "start": 107737, - "end": 107741, + "start": 110127, + "end": 110131, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 29 }, "end": { - "line": 2376, + "line": 2418, "column": 33 } } @@ -888278,15 +888765,15 @@ "postfix": false, "binop": null }, - "start": 107741, - "end": 107742, + "start": 110131, + "end": 110132, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 33 }, "end": { - "line": 2376, + "line": 2418, "column": 34 } } @@ -888304,15 +888791,15 @@ "binop": null }, "value": "_tmpDate", - "start": 107743, - "end": 107751, + "start": 110133, + "end": 110141, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 35 }, "end": { - "line": 2376, + "line": 2418, "column": 43 } } @@ -888330,15 +888817,15 @@ "binop": null, "updateContext": null }, - "start": 107751, - "end": 107752, + "start": 110141, + "end": 110142, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 43 }, "end": { - "line": 2376, + "line": 2418, "column": 44 } } @@ -888356,15 +888843,15 @@ "binop": null }, "value": "getTime", - "start": 107752, - "end": 107759, + "start": 110142, + "end": 110149, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 44 }, "end": { - "line": 2376, + "line": 2418, "column": 51 } } @@ -888381,15 +888868,15 @@ "postfix": false, "binop": null }, - "start": 107759, - "end": 107760, + "start": 110149, + "end": 110150, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 51 }, "end": { - "line": 2376, + "line": 2418, "column": 52 } } @@ -888406,15 +888893,15 @@ "postfix": false, "binop": null }, - "start": 107760, - "end": 107761, + "start": 110150, + "end": 110151, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 52 }, "end": { - "line": 2376, + "line": 2418, "column": 53 } } @@ -888433,15 +888920,15 @@ "updateContext": null }, "value": "-", - "start": 107762, - "end": 107763, + "start": 110152, + "end": 110153, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 54 }, "end": { - "line": 2376, + "line": 2418, "column": 55 } } @@ -888458,15 +888945,15 @@ "postfix": false, "binop": null }, - "start": 107764, - "end": 107765, + "start": 110154, + "end": 110155, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 56 }, "end": { - "line": 2376, + "line": 2418, "column": 57 } } @@ -888486,15 +888973,15 @@ "updateContext": null }, "value": "this", - "start": 107766, - "end": 107770, + "start": 110156, + "end": 110160, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 58 }, "end": { - "line": 2376, + "line": 2418, "column": 62 } } @@ -888512,15 +888999,15 @@ "binop": null, "updateContext": null }, - "start": 107770, - "end": 107771, + "start": 110160, + "end": 110161, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 62 }, "end": { - "line": 2376, + "line": 2418, "column": 63 } } @@ -888538,15 +889025,15 @@ "binop": null }, "value": "_verifyScale", - "start": 107771, - "end": 107783, + "start": 110161, + "end": 110173, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 63 }, "end": { - "line": 2376, + "line": 2418, "column": 75 } } @@ -888563,15 +889050,15 @@ "postfix": false, "binop": null }, - "start": 107783, - "end": 107784, + "start": 110173, + "end": 110174, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 75 }, "end": { - "line": 2376, + "line": 2418, "column": 76 } } @@ -888589,15 +889076,15 @@ "binop": null }, "value": "moveOpts", - "start": 107785, - "end": 107793, + "start": 110175, + "end": 110183, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 77 }, "end": { - "line": 2376, + "line": 2418, "column": 85 } } @@ -888615,15 +889102,15 @@ "binop": null, "updateContext": null }, - "start": 107793, - "end": 107794, + "start": 110183, + "end": 110184, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 85 }, "end": { - "line": 2376, + "line": 2418, "column": 86 } } @@ -888641,15 +889128,15 @@ "binop": null }, "value": "scale", - "start": 107794, - "end": 107799, + "start": 110184, + "end": 110189, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 86 }, "end": { - "line": 2376, + "line": 2418, "column": 91 } } @@ -888666,15 +889153,15 @@ "postfix": false, "binop": null }, - "start": 107800, - "end": 107801, + "start": 110190, + "end": 110191, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 92 }, "end": { - "line": 2376, + "line": 2418, "column": 93 } } @@ -888693,15 +889180,15 @@ "updateContext": null }, "value": "*", - "start": 107802, - "end": 107803, + "start": 110192, + "end": 110193, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 94 }, "end": { - "line": 2376, + "line": 2418, "column": 95 } } @@ -888719,15 +889206,15 @@ "binop": null }, "value": "parseInt", - "start": 107804, - "end": 107812, + "start": 110194, + "end": 110202, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 96 }, "end": { - "line": 2376, + "line": 2418, "column": 104 } } @@ -888744,15 +889231,15 @@ "postfix": false, "binop": null }, - "start": 107812, - "end": 107813, + "start": 110202, + "end": 110203, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 104 }, "end": { - "line": 2376, + "line": 2418, "column": 105 } } @@ -888770,15 +889257,15 @@ "binop": null }, "value": "moveOpts", - "start": 107814, - "end": 107822, + "start": 110204, + "end": 110212, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 106 }, "end": { - "line": 2376, + "line": 2418, "column": 114 } } @@ -888796,15 +889283,15 @@ "binop": null, "updateContext": null }, - "start": 107822, - "end": 107823, + "start": 110212, + "end": 110213, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 114 }, "end": { - "line": 2376, + "line": 2418, "column": 115 } } @@ -888822,15 +889309,15 @@ "binop": null }, "value": "range", - "start": 107823, - "end": 107828, + "start": 110213, + "end": 110218, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 115 }, "end": { - "line": 2376, + "line": 2418, "column": 120 } } @@ -888848,15 +889335,15 @@ "binop": null, "updateContext": null }, - "start": 107828, - "end": 107829, + "start": 110218, + "end": 110219, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 120 }, "end": { - "line": 2376, + "line": 2418, "column": 121 } } @@ -888875,15 +889362,15 @@ "updateContext": null }, "value": 10, - "start": 107830, - "end": 107832, + "start": 110220, + "end": 110222, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 122 }, "end": { - "line": 2376, + "line": 2418, "column": 124 } } @@ -888900,15 +889387,15 @@ "postfix": false, "binop": null }, - "start": 107833, - "end": 107834, + "start": 110223, + "end": 110224, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 125 }, "end": { - "line": 2376, + "line": 2418, "column": 126 } } @@ -888925,15 +889412,15 @@ "postfix": false, "binop": null }, - "start": 107835, - "end": 107836, + "start": 110225, + "end": 110226, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 127 }, "end": { - "line": 2376, + "line": 2418, "column": 128 } } @@ -888950,15 +889437,15 @@ "postfix": false, "binop": null }, - "start": 107837, - "end": 107838, + "start": 110227, + "end": 110228, "loc": { "start": { - "line": 2376, + "line": 2418, "column": 129 }, "end": { - "line": 2376, + "line": 2418, "column": 130 } } @@ -888976,15 +889463,15 @@ "binop": null }, "value": "newOpts", - "start": 107851, - "end": 107858, + "start": 110241, + "end": 110248, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 12 }, "end": { - "line": 2377, + "line": 2419, "column": 19 } } @@ -889002,15 +889489,15 @@ "binop": null, "updateContext": null }, - "start": 107858, - "end": 107859, + "start": 110248, + "end": 110249, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 19 }, "end": { - "line": 2377, + "line": 2419, "column": 20 } } @@ -889028,15 +889515,15 @@ "binop": null }, "value": "endDatetime", - "start": 107859, - "end": 107870, + "start": 110249, + "end": 110260, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 20 }, "end": { - "line": 2377, + "line": 2419, "column": 31 } } @@ -889055,15 +889542,15 @@ "updateContext": null }, "value": "=", - "start": 107871, - "end": 107872, + "start": 110261, + "end": 110262, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 32 }, "end": { - "line": 2377, + "line": 2419, "column": 33 } } @@ -889081,15 +889568,15 @@ "binop": null }, "value": "end_date", - "start": 107873, - "end": 107881, + "start": 110263, + "end": 110271, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 34 }, "end": { - "line": 2377, + "line": 2419, "column": 42 } } @@ -889107,15 +889594,15 @@ "binop": null, "updateContext": null }, - "start": 107881, - "end": 107882, + "start": 110271, + "end": 110272, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 42 }, "end": { - "line": 2377, + "line": 2419, "column": 43 } } @@ -889133,15 +889620,15 @@ "binop": null }, "value": "toString", - "start": 107882, - "end": 107890, + "start": 110272, + "end": 110280, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 43 }, "end": { - "line": 2377, + "line": 2419, "column": 51 } } @@ -889158,15 +889645,15 @@ "postfix": false, "binop": null }, - "start": 107890, - "end": 107891, + "start": 110280, + "end": 110281, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 51 }, "end": { - "line": 2377, + "line": 2419, "column": 52 } } @@ -889183,15 +889670,15 @@ "postfix": false, "binop": null }, - "start": 107891, - "end": 107892, + "start": 110281, + "end": 110282, "loc": { "start": { - "line": 2377, + "line": 2419, "column": 52 }, "end": { - "line": 2377, + "line": 2419, "column": 53 } } @@ -889208,15 +889695,15 @@ "postfix": false, "binop": null }, - "start": 107901, - "end": 107902, + "start": 110291, + "end": 110292, "loc": { "start": { - "line": 2378, + "line": 2420, "column": 8 }, "end": { - "line": 2378, + "line": 2420, "column": 9 } } @@ -889236,15 +889723,15 @@ "updateContext": null }, "value": "this", - "start": 107920, - "end": 107924, + "start": 110310, + "end": 110314, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 8 }, "end": { - "line": 2380, + "line": 2422, "column": 12 } } @@ -889262,15 +889749,15 @@ "binop": null, "updateContext": null }, - "start": 107924, - "end": 107925, + "start": 110314, + "end": 110315, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 12 }, "end": { - "line": 2380, + "line": 2422, "column": 13 } } @@ -889288,15 +889775,15 @@ "binop": null }, "value": "reload", - "start": 107925, - "end": 107931, + "start": 110315, + "end": 110321, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 13 }, "end": { - "line": 2380, + "line": 2422, "column": 19 } } @@ -889313,15 +889800,15 @@ "postfix": false, "binop": null }, - "start": 107931, - "end": 107932, + "start": 110321, + "end": 110322, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 19 }, "end": { - "line": 2380, + "line": 2422, "column": 20 } } @@ -889339,15 +889826,15 @@ "binop": null, "updateContext": null }, - "start": 107933, - "end": 107934, + "start": 110323, + "end": 110324, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 21 }, "end": { - "line": 2380, + "line": 2422, "column": 22 } } @@ -889365,15 +889852,15 @@ "binop": null }, "value": "newOpts", - "start": 107934, - "end": 107941, + "start": 110324, + "end": 110331, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 22 }, "end": { - "line": 2380, + "line": 2422, "column": 29 } } @@ -889391,15 +889878,15 @@ "binop": null, "updateContext": null }, - "start": 107941, - "end": 107942, + "start": 110331, + "end": 110332, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 29 }, "end": { - "line": 2380, + "line": 2422, "column": 30 } } @@ -889416,15 +889903,15 @@ "postfix": false, "binop": null }, - "start": 107943, - "end": 107944, + "start": 110333, + "end": 110334, "loc": { "start": { - "line": 2380, + "line": 2422, "column": 31 }, "end": { - "line": 2380, + "line": 2422, "column": 32 } } @@ -889444,15 +889931,15 @@ "updateContext": null }, "value": "if", - "start": 107962, - "end": 107964, + "start": 110352, + "end": 110354, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 8 }, "end": { - "line": 2382, + "line": 2424, "column": 10 } } @@ -889469,15 +889956,15 @@ "postfix": false, "binop": null }, - "start": 107965, - "end": 107966, + "start": 110355, + "end": 110356, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 11 }, "end": { - "line": 2382, + "line": 2424, "column": 12 } } @@ -889495,15 +889982,15 @@ "binop": null }, "value": "callback", - "start": 107967, - "end": 107975, + "start": 110357, + "end": 110365, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 13 }, "end": { - "line": 2382, + "line": 2424, "column": 21 } } @@ -889520,15 +890007,15 @@ "postfix": false, "binop": null }, - "start": 107976, - "end": 107977, + "start": 110366, + "end": 110367, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 22 }, "end": { - "line": 2382, + "line": 2424, "column": 23 } } @@ -889545,15 +890032,15 @@ "postfix": false, "binop": null }, - "start": 107978, - "end": 107979, + "start": 110368, + "end": 110369, "loc": { "start": { - "line": 2382, + "line": 2424, "column": 24 }, "end": { - "line": 2382, + "line": 2424, "column": 25 } } @@ -889573,15 +890060,15 @@ "updateContext": null }, "value": "this", - "start": 107992, - "end": 107996, + "start": 110382, + "end": 110386, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 12 }, "end": { - "line": 2383, + "line": 2425, "column": 16 } } @@ -889599,15 +890086,15 @@ "binop": null, "updateContext": null }, - "start": 107996, - "end": 107997, + "start": 110386, + "end": 110387, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 16 }, "end": { - "line": 2383, + "line": 2425, "column": 17 } } @@ -889625,15 +890112,15 @@ "binop": null }, "value": "_debug", - "start": 107997, - "end": 108003, + "start": 110387, + "end": 110393, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 17 }, "end": { - "line": 2383, + "line": 2425, "column": 23 } } @@ -889650,15 +890137,15 @@ "postfix": false, "binop": null }, - "start": 108003, - "end": 108004, + "start": 110393, + "end": 110394, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 23 }, "end": { - "line": 2383, + "line": 2425, "column": 24 } } @@ -889677,15 +890164,15 @@ "updateContext": null }, "value": "Fired your callback function after datebacking.", - "start": 108005, - "end": 108054, + "start": 110395, + "end": 110444, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 25 }, "end": { - "line": 2383, + "line": 2425, "column": 74 } } @@ -889702,15 +890189,15 @@ "postfix": false, "binop": null }, - "start": 108055, - "end": 108056, + "start": 110445, + "end": 110446, "loc": { "start": { - "line": 2383, + "line": 2425, "column": 75 }, "end": { - "line": 2383, + "line": 2425, "column": 76 } } @@ -889728,15 +890215,15 @@ "binop": null }, "value": "callback", - "start": 108082, - "end": 108090, + "start": 110472, + "end": 110480, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 12 }, "end": { - "line": 2385, + "line": 2427, "column": 20 } } @@ -889753,15 +890240,15 @@ "postfix": false, "binop": null }, - "start": 108090, - "end": 108091, + "start": 110480, + "end": 110481, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 20 }, "end": { - "line": 2385, + "line": 2427, "column": 21 } } @@ -889781,15 +890268,15 @@ "updateContext": null }, "value": "this", - "start": 108092, - "end": 108096, + "start": 110482, + "end": 110486, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 22 }, "end": { - "line": 2385, + "line": 2427, "column": 26 } } @@ -889807,15 +890294,15 @@ "binop": null, "updateContext": null }, - "start": 108096, - "end": 108097, + "start": 110486, + "end": 110487, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 26 }, "end": { - "line": 2385, + "line": 2427, "column": 27 } } @@ -889833,15 +890320,15 @@ "binop": null }, "value": "_element", - "start": 108097, - "end": 108105, + "start": 110487, + "end": 110495, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 27 }, "end": { - "line": 2385, + "line": 2427, "column": 35 } } @@ -889859,15 +890346,15 @@ "binop": null, "updateContext": null }, - "start": 108105, - "end": 108106, + "start": 110495, + "end": 110496, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 35 }, "end": { - "line": 2385, + "line": 2427, "column": 36 } } @@ -889885,15 +890372,15 @@ "binop": null }, "value": "_opts", - "start": 108107, - "end": 108112, + "start": 110497, + "end": 110502, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 37 }, "end": { - "line": 2385, + "line": 2427, "column": 42 } } @@ -889911,15 +890398,15 @@ "binop": null, "updateContext": null }, - "start": 108112, - "end": 108113, + "start": 110502, + "end": 110503, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 42 }, "end": { - "line": 2385, + "line": 2427, "column": 43 } } @@ -889937,15 +890424,15 @@ "binop": null }, "value": "userdata", - "start": 108114, - "end": 108122, + "start": 110504, + "end": 110512, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 44 }, "end": { - "line": 2385, + "line": 2427, "column": 52 } } @@ -889962,15 +890449,15 @@ "postfix": false, "binop": null }, - "start": 108123, - "end": 108124, + "start": 110513, + "end": 110514, "loc": { "start": { - "line": 2385, + "line": 2427, "column": 53 }, "end": { - "line": 2385, + "line": 2427, "column": 54 } } @@ -889987,15 +890474,15 @@ "postfix": false, "binop": null }, - "start": 108133, - "end": 108134, + "start": 110523, + "end": 110524, "loc": { "start": { - "line": 2386, + "line": 2428, "column": 8 }, "end": { - "line": 2386, + "line": 2428, "column": 9 } } @@ -890012,15 +890499,15 @@ "postfix": false, "binop": null }, - "start": 108139, - "end": 108140, + "start": 110529, + "end": 110530, "loc": { "start": { - "line": 2387, + "line": 2429, "column": 4 }, "end": { - "line": 2387, + "line": 2429, "column": 5 } } @@ -890028,15 +890515,15 @@ { "type": "CommentBlock", "value": "*\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 108150, - "end": 108529, + "start": 110540, + "end": 110919, "loc": { "start": { - "line": 2389, + "line": 2431, "column": 4 }, "end": { - "line": 2395, + "line": 2437, "column": 7 } } @@ -890054,15 +890541,15 @@ "binop": null }, "value": "dateforth", - "start": 108534, - "end": 108543, + "start": 110924, + "end": 110933, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 4 }, "end": { - "line": 2396, + "line": 2438, "column": 13 } } @@ -890079,15 +890566,15 @@ "postfix": false, "binop": null }, - "start": 108543, - "end": 108544, + "start": 110933, + "end": 110934, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 13 }, "end": { - "line": 2396, + "line": 2438, "column": 14 } } @@ -890105,15 +890592,15 @@ "binop": null, "updateContext": null }, - "start": 108545, - "end": 108548, + "start": 110935, + "end": 110938, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 15 }, "end": { - "line": 2396, + "line": 2438, "column": 18 } } @@ -890131,15 +890618,15 @@ "binop": null }, "value": "args", - "start": 108548, - "end": 108552, + "start": 110938, + "end": 110942, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 18 }, "end": { - "line": 2396, + "line": 2438, "column": 22 } } @@ -890156,15 +890643,15 @@ "postfix": false, "binop": null }, - "start": 108553, - "end": 108554, + "start": 110943, + "end": 110944, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 23 }, "end": { - "line": 2396, + "line": 2438, "column": 24 } } @@ -890181,15 +890668,15 @@ "postfix": false, "binop": null }, - "start": 108555, - "end": 108556, + "start": 110945, + "end": 110946, "loc": { "start": { - "line": 2396, + "line": 2438, "column": 25 }, "end": { - "line": 2396, + "line": 2438, "column": 26 } } @@ -890209,15 +890696,15 @@ "updateContext": null }, "value": "this", - "start": 108565, - "end": 108569, + "start": 110955, + "end": 110959, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 8 }, "end": { - "line": 2397, + "line": 2439, "column": 12 } } @@ -890235,15 +890722,15 @@ "binop": null, "updateContext": null }, - "start": 108569, - "end": 108570, + "start": 110959, + "end": 110960, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 12 }, "end": { - "line": 2397, + "line": 2439, "column": 13 } } @@ -890261,15 +890748,15 @@ "binop": null }, "value": "_debug", - "start": 108570, - "end": 108576, + "start": 110960, + "end": 110966, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 13 }, "end": { - "line": 2397, + "line": 2439, "column": 19 } } @@ -890286,15 +890773,15 @@ "postfix": false, "binop": null }, - "start": 108576, - "end": 108577, + "start": 110966, + "end": 110967, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 19 }, "end": { - "line": 2397, + "line": 2439, "column": 20 } } @@ -890313,15 +890800,15 @@ "updateContext": null }, "value": "dateforth", - "start": 108578, - "end": 108589, + "start": 110968, + "end": 110979, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 21 }, "end": { - "line": 2397, + "line": 2439, "column": 32 } } @@ -890338,15 +890825,15 @@ "postfix": false, "binop": null }, - "start": 108590, - "end": 108591, + "start": 110980, + "end": 110981, "loc": { "start": { - "line": 2397, + "line": 2439, "column": 33 }, "end": { - "line": 2397, + "line": 2439, "column": 34 } } @@ -890366,15 +890853,15 @@ "updateContext": null }, "value": "let", - "start": 108609, - "end": 108612, + "start": 110999, + "end": 111002, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 8 }, "end": { - "line": 2399, + "line": 2441, "column": 11 } } @@ -890392,15 +890879,15 @@ "binop": null }, "value": "_args", - "start": 108613, - "end": 108618, + "start": 111003, + "end": 111008, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 12 }, "end": { - "line": 2399, + "line": 2441, "column": 17 } } @@ -890419,15 +890906,15 @@ "updateContext": null }, "value": "=", - "start": 108626, - "end": 108627, + "start": 111016, + "end": 111017, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 25 }, "end": { - "line": 2399, + "line": 2441, "column": 26 } } @@ -890445,15 +890932,15 @@ "binop": null }, "value": "args", - "start": 108628, - "end": 108632, + "start": 111018, + "end": 111022, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 27 }, "end": { - "line": 2399, + "line": 2441, "column": 31 } } @@ -890471,15 +890958,15 @@ "binop": null, "updateContext": null }, - "start": 108632, - "end": 108633, + "start": 111022, + "end": 111023, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 31 }, "end": { - "line": 2399, + "line": 2441, "column": 32 } } @@ -890498,15 +890985,15 @@ "updateContext": null }, "value": 0, - "start": 108633, - "end": 108634, + "start": 111023, + "end": 111024, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 32 }, "end": { - "line": 2399, + "line": 2441, "column": 33 } } @@ -890524,15 +891011,15 @@ "binop": null, "updateContext": null }, - "start": 108634, - "end": 108635, + "start": 111024, + "end": 111025, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 33 }, "end": { - "line": 2399, + "line": 2441, "column": 34 } } @@ -890550,15 +891037,15 @@ "binop": null, "updateContext": null }, - "start": 108635, - "end": 108636, + "start": 111025, + "end": 111026, "loc": { "start": { - "line": 2399, + "line": 2441, "column": 34 }, "end": { - "line": 2399, + "line": 2441, "column": 35 } } @@ -890576,15 +891063,15 @@ "binop": null }, "value": "_opts", - "start": 108649, - "end": 108654, + "start": 111039, + "end": 111044, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 12 }, "end": { - "line": 2400, + "line": 2442, "column": 17 } } @@ -890603,15 +891090,15 @@ "updateContext": null }, "value": "=", - "start": 108658, - "end": 108659, + "start": 111048, + "end": 111049, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 21 }, "end": { - "line": 2400, + "line": 2442, "column": 22 } } @@ -890631,15 +891118,15 @@ "updateContext": null }, "value": "this", - "start": 108660, - "end": 108664, + "start": 111050, + "end": 111054, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 23 }, "end": { - "line": 2400, + "line": 2442, "column": 27 } } @@ -890657,15 +891144,15 @@ "binop": null, "updateContext": null }, - "start": 108664, - "end": 108665, + "start": 111054, + "end": 111055, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 27 }, "end": { - "line": 2400, + "line": 2442, "column": 28 } } @@ -890683,15 +891170,15 @@ "binop": null }, "value": "_config", - "start": 108665, - "end": 108672, + "start": 111055, + "end": 111062, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 28 }, "end": { - "line": 2400, + "line": 2442, "column": 35 } } @@ -890709,15 +891196,15 @@ "binop": null, "updateContext": null }, - "start": 108672, - "end": 108673, + "start": 111062, + "end": 111063, "loc": { "start": { - "line": 2400, + "line": 2442, "column": 35 }, "end": { - "line": 2400, + "line": 2442, "column": 36 } } @@ -890735,15 +891222,15 @@ "binop": null }, "value": "moveOpts", - "start": 108686, - "end": 108694, + "start": 111076, + "end": 111084, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 12 }, "end": { - "line": 2401, + "line": 2443, "column": 20 } } @@ -890762,15 +891249,15 @@ "updateContext": null }, "value": "=", - "start": 108695, - "end": 108696, + "start": 111085, + "end": 111086, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 21 }, "end": { - "line": 2401, + "line": 2443, "column": 22 } } @@ -890790,15 +891277,15 @@ "updateContext": null }, "value": "this", - "start": 108697, - "end": 108701, + "start": 111087, + "end": 111091, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 23 }, "end": { - "line": 2401, + "line": 2443, "column": 27 } } @@ -890816,15 +891303,15 @@ "binop": null, "updateContext": null }, - "start": 108701, - "end": 108702, + "start": 111091, + "end": 111092, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 27 }, "end": { - "line": 2401, + "line": 2443, "column": 28 } } @@ -890842,15 +891329,15 @@ "binop": null }, "value": "supplement", - "start": 108702, - "end": 108712, + "start": 111092, + "end": 111102, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 28 }, "end": { - "line": 2401, + "line": 2443, "column": 38 } } @@ -890867,15 +891354,15 @@ "postfix": false, "binop": null }, - "start": 108712, - "end": 108713, + "start": 111102, + "end": 111103, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 38 }, "end": { - "line": 2401, + "line": 2443, "column": 39 } } @@ -890895,15 +891382,15 @@ "updateContext": null }, "value": "null", - "start": 108714, - "end": 108718, + "start": 111104, + "end": 111108, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 40 }, "end": { - "line": 2401, + "line": 2443, "column": 44 } } @@ -890921,15 +891408,15 @@ "binop": null, "updateContext": null }, - "start": 108718, - "end": 108719, + "start": 111108, + "end": 111109, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 44 }, "end": { - "line": 2401, + "line": 2443, "column": 45 } } @@ -890947,15 +891434,15 @@ "binop": null }, "value": "_args", - "start": 108720, - "end": 108725, + "start": 111110, + "end": 111115, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 46 }, "end": { - "line": 2401, + "line": 2443, "column": 51 } } @@ -890973,15 +891460,15 @@ "binop": null, "updateContext": null }, - "start": 108725, - "end": 108726, + "start": 111115, + "end": 111116, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 51 }, "end": { - "line": 2401, + "line": 2443, "column": 52 } } @@ -891000,15 +891487,15 @@ "updateContext": null }, "value": 0, - "start": 108726, - "end": 108727, + "start": 111116, + "end": 111117, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 52 }, "end": { - "line": 2401, + "line": 2443, "column": 53 } } @@ -891026,15 +891513,15 @@ "binop": null, "updateContext": null }, - "start": 108727, - "end": 108728, + "start": 111117, + "end": 111118, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 53 }, "end": { - "line": 2401, + "line": 2443, "column": 54 } } @@ -891052,15 +891539,15 @@ "binop": null, "updateContext": null }, - "start": 108728, - "end": 108729, + "start": 111118, + "end": 111119, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 54 }, "end": { - "line": 2401, + "line": 2443, "column": 55 } } @@ -891080,15 +891567,15 @@ "updateContext": null }, "value": "this", - "start": 108730, - "end": 108734, + "start": 111120, + "end": 111124, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 56 }, "end": { - "line": 2401, + "line": 2443, "column": 60 } } @@ -891106,15 +891593,15 @@ "binop": null, "updateContext": null }, - "start": 108734, - "end": 108735, + "start": 111124, + "end": 111125, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 60 }, "end": { - "line": 2401, + "line": 2443, "column": 61 } } @@ -891132,15 +891619,15 @@ "binop": null }, "value": "validateObject", - "start": 108735, - "end": 108749, + "start": 111125, + "end": 111139, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 61 }, "end": { - "line": 2401, + "line": 2443, "column": 75 } } @@ -891157,15 +891644,15 @@ "postfix": false, "binop": null }, - "start": 108750, - "end": 108751, + "start": 111140, + "end": 111141, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 76 }, "end": { - "line": 2401, + "line": 2443, "column": 77 } } @@ -891183,15 +891670,15 @@ "binop": null, "updateContext": null }, - "start": 108751, - "end": 108752, + "start": 111141, + "end": 111142, "loc": { "start": { - "line": 2401, + "line": 2443, "column": 77 }, "end": { - "line": 2401, + "line": 2443, "column": 78 } } @@ -891209,15 +891696,15 @@ "binop": null }, "value": "callback", - "start": 108765, - "end": 108773, + "start": 111155, + "end": 111163, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 12 }, "end": { - "line": 2402, + "line": 2444, "column": 20 } } @@ -891236,15 +891723,15 @@ "updateContext": null }, "value": "=", - "start": 108774, - "end": 108775, + "start": 111164, + "end": 111165, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 21 }, "end": { - "line": 2402, + "line": 2444, "column": 22 } } @@ -891262,15 +891749,15 @@ "binop": null }, "value": "_args", - "start": 108776, - "end": 108781, + "start": 111166, + "end": 111171, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 23 }, "end": { - "line": 2402, + "line": 2444, "column": 28 } } @@ -891288,15 +891775,15 @@ "binop": null, "updateContext": null }, - "start": 108781, - "end": 108782, + "start": 111171, + "end": 111172, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 28 }, "end": { - "line": 2402, + "line": 2444, "column": 29 } } @@ -891314,15 +891801,15 @@ "binop": null }, "value": "length", - "start": 108782, - "end": 108788, + "start": 111172, + "end": 111178, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 29 }, "end": { - "line": 2402, + "line": 2444, "column": 35 } } @@ -891341,15 +891828,15 @@ "updateContext": null }, "value": ">", - "start": 108789, - "end": 108790, + "start": 111179, + "end": 111180, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 36 }, "end": { - "line": 2402, + "line": 2444, "column": 37 } } @@ -891368,15 +891855,15 @@ "updateContext": null }, "value": 1, - "start": 108791, - "end": 108792, + "start": 111181, + "end": 111182, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 38 }, "end": { - "line": 2402, + "line": 2444, "column": 39 } } @@ -891395,15 +891882,15 @@ "updateContext": null }, "value": "&&", - "start": 108793, - "end": 108795, + "start": 111183, + "end": 111185, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 40 }, "end": { - "line": 2402, + "line": 2444, "column": 42 } } @@ -891423,15 +891910,15 @@ "updateContext": null }, "value": "typeof", - "start": 108796, - "end": 108802, + "start": 111186, + "end": 111192, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 43 }, "end": { - "line": 2402, + "line": 2444, "column": 49 } } @@ -891449,15 +891936,15 @@ "binop": null }, "value": "_args", - "start": 108803, - "end": 108808, + "start": 111193, + "end": 111198, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 50 }, "end": { - "line": 2402, + "line": 2444, "column": 55 } } @@ -891475,15 +891962,15 @@ "binop": null, "updateContext": null }, - "start": 108808, - "end": 108809, + "start": 111198, + "end": 111199, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 55 }, "end": { - "line": 2402, + "line": 2444, "column": 56 } } @@ -891502,15 +891989,15 @@ "updateContext": null }, "value": 1, - "start": 108809, - "end": 108810, + "start": 111199, + "end": 111200, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 56 }, "end": { - "line": 2402, + "line": 2444, "column": 57 } } @@ -891528,15 +892015,15 @@ "binop": null, "updateContext": null }, - "start": 108810, - "end": 108811, + "start": 111200, + "end": 111201, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 57 }, "end": { - "line": 2402, + "line": 2444, "column": 58 } } @@ -891555,15 +892042,15 @@ "updateContext": null }, "value": "===", - "start": 108812, - "end": 108815, + "start": 111202, + "end": 111205, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 59 }, "end": { - "line": 2402, + "line": 2444, "column": 62 } } @@ -891582,15 +892069,15 @@ "updateContext": null }, "value": "function", - "start": 108816, - "end": 108826, + "start": 111206, + "end": 111216, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 63 }, "end": { - "line": 2402, + "line": 2444, "column": 73 } } @@ -891608,15 +892095,15 @@ "binop": null, "updateContext": null }, - "start": 108827, - "end": 108828, + "start": 111217, + "end": 111218, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 74 }, "end": { - "line": 2402, + "line": 2444, "column": 75 } } @@ -891634,15 +892121,15 @@ "binop": null }, "value": "_args", - "start": 108829, - "end": 108834, + "start": 111219, + "end": 111224, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 76 }, "end": { - "line": 2402, + "line": 2444, "column": 81 } } @@ -891660,15 +892147,15 @@ "binop": null, "updateContext": null }, - "start": 108834, - "end": 108835, + "start": 111224, + "end": 111225, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 81 }, "end": { - "line": 2402, + "line": 2444, "column": 82 } } @@ -891687,15 +892174,15 @@ "updateContext": null }, "value": 1, - "start": 108835, - "end": 108836, + "start": 111225, + "end": 111226, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 82 }, "end": { - "line": 2402, + "line": 2444, "column": 83 } } @@ -891713,15 +892200,15 @@ "binop": null, "updateContext": null }, - "start": 108836, - "end": 108837, + "start": 111226, + "end": 111227, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 83 }, "end": { - "line": 2402, + "line": 2444, "column": 84 } } @@ -891739,15 +892226,15 @@ "binop": null, "updateContext": null }, - "start": 108838, - "end": 108839, + "start": 111228, + "end": 111229, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 85 }, "end": { - "line": 2402, + "line": 2444, "column": 86 } } @@ -891767,15 +892254,15 @@ "updateContext": null }, "value": "null", - "start": 108840, - "end": 108844, + "start": 111230, + "end": 111234, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 87 }, "end": { - "line": 2402, + "line": 2444, "column": 91 } } @@ -891793,15 +892280,15 @@ "binop": null, "updateContext": null }, - "start": 108844, - "end": 108845, + "start": 111234, + "end": 111235, "loc": { "start": { - "line": 2402, + "line": 2444, "column": 91 }, "end": { - "line": 2402, + "line": 2444, "column": 92 } } @@ -891819,15 +892306,15 @@ "binop": null }, "value": "userdata", - "start": 108858, - "end": 108866, + "start": 111248, + "end": 111256, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 12 }, "end": { - "line": 2403, + "line": 2445, "column": 20 } } @@ -891846,15 +892333,15 @@ "updateContext": null }, "value": "=", - "start": 108867, - "end": 108868, + "start": 111257, + "end": 111258, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 21 }, "end": { - "line": 2403, + "line": 2445, "column": 22 } } @@ -891872,15 +892359,15 @@ "binop": null }, "value": "_args", - "start": 108869, - "end": 108874, + "start": 111259, + "end": 111264, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 23 }, "end": { - "line": 2403, + "line": 2445, "column": 28 } } @@ -891898,15 +892385,15 @@ "binop": null, "updateContext": null }, - "start": 108874, - "end": 108875, + "start": 111264, + "end": 111265, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 28 }, "end": { - "line": 2403, + "line": 2445, "column": 29 } } @@ -891924,15 +892411,15 @@ "binop": null }, "value": "length", - "start": 108875, - "end": 108881, + "start": 111265, + "end": 111271, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 29 }, "end": { - "line": 2403, + "line": 2445, "column": 35 } } @@ -891951,15 +892438,15 @@ "updateContext": null }, "value": ">", - "start": 108882, - "end": 108883, + "start": 111272, + "end": 111273, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 36 }, "end": { - "line": 2403, + "line": 2445, "column": 37 } } @@ -891978,15 +892465,15 @@ "updateContext": null }, "value": 2, - "start": 108884, - "end": 108885, + "start": 111274, + "end": 111275, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 38 }, "end": { - "line": 2403, + "line": 2445, "column": 39 } } @@ -892004,15 +892491,15 @@ "binop": null, "updateContext": null }, - "start": 108886, - "end": 108887, + "start": 111276, + "end": 111277, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 40 }, "end": { - "line": 2403, + "line": 2445, "column": 41 } } @@ -892030,15 +892517,15 @@ "binop": null }, "value": "_args", - "start": 108888, - "end": 108893, + "start": 111278, + "end": 111283, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 42 }, "end": { - "line": 2403, + "line": 2445, "column": 47 } } @@ -892056,15 +892543,15 @@ "binop": null, "updateContext": null }, - "start": 108893, - "end": 108894, + "start": 111283, + "end": 111284, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 47 }, "end": { - "line": 2403, + "line": 2445, "column": 48 } } @@ -892082,15 +892569,15 @@ "binop": null }, "value": "slice", - "start": 108894, - "end": 108899, + "start": 111284, + "end": 111289, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 48 }, "end": { - "line": 2403, + "line": 2445, "column": 53 } } @@ -892107,15 +892594,15 @@ "postfix": false, "binop": null }, - "start": 108899, - "end": 108900, + "start": 111289, + "end": 111290, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 53 }, "end": { - "line": 2403, + "line": 2445, "column": 54 } } @@ -892134,15 +892621,15 @@ "updateContext": null }, "value": 2, - "start": 108900, - "end": 108901, + "start": 111290, + "end": 111291, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 54 }, "end": { - "line": 2403, + "line": 2445, "column": 55 } } @@ -892159,15 +892646,15 @@ "postfix": false, "binop": null }, - "start": 108901, - "end": 108902, + "start": 111291, + "end": 111292, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 55 }, "end": { - "line": 2403, + "line": 2445, "column": 56 } } @@ -892185,15 +892672,15 @@ "binop": null, "updateContext": null }, - "start": 108903, - "end": 108904, + "start": 111293, + "end": 111294, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 57 }, "end": { - "line": 2403, + "line": 2445, "column": 58 } } @@ -892213,15 +892700,15 @@ "updateContext": null }, "value": "null", - "start": 108905, - "end": 108909, + "start": 111295, + "end": 111299, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 59 }, "end": { - "line": 2403, + "line": 2445, "column": 63 } } @@ -892239,15 +892726,15 @@ "binop": null, "updateContext": null }, - "start": 108909, - "end": 108910, + "start": 111299, + "end": 111300, "loc": { "start": { - "line": 2403, + "line": 2445, "column": 63 }, "end": { - "line": 2403, + "line": 2445, "column": 64 } } @@ -892265,15 +892752,15 @@ "binop": null }, "value": "newOpts", - "start": 108923, - "end": 108930, + "start": 111313, + "end": 111320, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 12 }, "end": { - "line": 2404, + "line": 2446, "column": 19 } } @@ -892292,15 +892779,15 @@ "updateContext": null }, "value": "=", - "start": 108932, - "end": 108933, + "start": 111322, + "end": 111323, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 21 }, "end": { - "line": 2404, + "line": 2446, "column": 22 } } @@ -892317,15 +892804,15 @@ "postfix": false, "binop": null }, - "start": 108934, - "end": 108935, + "start": 111324, + "end": 111325, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 23 }, "end": { - "line": 2404, + "line": 2446, "column": 24 } } @@ -892342,15 +892829,15 @@ "postfix": false, "binop": null }, - "start": 108935, - "end": 108936, + "start": 111325, + "end": 111326, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 24 }, "end": { - "line": 2404, + "line": 2446, "column": 25 } } @@ -892368,15 +892855,15 @@ "binop": null, "updateContext": null }, - "start": 108936, - "end": 108937, + "start": 111326, + "end": 111327, "loc": { "start": { - "line": 2404, + "line": 2446, "column": 25 }, "end": { - "line": 2404, + "line": 2446, "column": 26 } } @@ -892394,15 +892881,15 @@ "binop": null }, "value": "begin_date", - "start": 108950, - "end": 108960, + "start": 111340, + "end": 111350, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 12 }, "end": { - "line": 2405, + "line": 2447, "column": 22 } } @@ -892420,15 +892907,15 @@ "binop": null, "updateContext": null }, - "start": 108960, - "end": 108961, + "start": 111350, + "end": 111351, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 22 }, "end": { - "line": 2405, + "line": 2447, "column": 23 } } @@ -892446,15 +892933,15 @@ "binop": null }, "value": "end_date", - "start": 108962, - "end": 108970, + "start": 111352, + "end": 111360, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 24 }, "end": { - "line": 2405, + "line": 2447, "column": 32 } } @@ -892472,15 +892959,15 @@ "binop": null, "updateContext": null }, - "start": 108970, - "end": 108971, + "start": 111360, + "end": 111361, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 32 }, "end": { - "line": 2405, + "line": 2447, "column": 33 } } @@ -892498,15 +892985,15 @@ "binop": null }, "value": "_tmpDate", - "start": 108972, - "end": 108980, + "start": 111362, + "end": 111370, "loc": { "start": { - "line": 2405, + "line": 2447, "column": 34 }, "end": { - "line": 2405, + "line": 2447, "column": 42 } } @@ -892526,15 +893013,15 @@ "updateContext": null }, "value": "if", - "start": 108998, - "end": 109000, + "start": 111388, + "end": 111390, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 8 }, "end": { - "line": 2407, + "line": 2449, "column": 10 } } @@ -892551,15 +893038,15 @@ "postfix": false, "binop": null }, - "start": 109001, - "end": 109002, + "start": 111391, + "end": 111392, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 11 }, "end": { - "line": 2407, + "line": 2449, "column": 12 } } @@ -892579,15 +893066,15 @@ "updateContext": null }, "value": "this", - "start": 109003, - "end": 109007, + "start": 111393, + "end": 111397, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 13 }, "end": { - "line": 2407, + "line": 2449, "column": 17 } } @@ -892605,15 +893092,15 @@ "binop": null, "updateContext": null }, - "start": 109007, - "end": 109008, + "start": 111397, + "end": 111398, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 17 }, "end": { - "line": 2407, + "line": 2449, "column": 18 } } @@ -892631,15 +893118,15 @@ "binop": null }, "value": "is_empty", - "start": 109008, - "end": 109016, + "start": 111398, + "end": 111406, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 18 }, "end": { - "line": 2407, + "line": 2449, "column": 26 } } @@ -892656,15 +893143,15 @@ "postfix": false, "binop": null }, - "start": 109016, - "end": 109017, + "start": 111406, + "end": 111407, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 26 }, "end": { - "line": 2407, + "line": 2449, "column": 27 } } @@ -892682,15 +893169,15 @@ "binop": null }, "value": "moveOpts", - "start": 109018, - "end": 109026, + "start": 111408, + "end": 111416, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 28 }, "end": { - "line": 2407, + "line": 2449, "column": 36 } } @@ -892707,15 +893194,15 @@ "postfix": false, "binop": null }, - "start": 109027, - "end": 109028, + "start": 111417, + "end": 111418, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 37 }, "end": { - "line": 2407, + "line": 2449, "column": 38 } } @@ -892732,15 +893219,15 @@ "postfix": false, "binop": null }, - "start": 109029, - "end": 109030, + "start": 111419, + "end": 111420, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 39 }, "end": { - "line": 2407, + "line": 2449, "column": 40 } } @@ -892757,15 +893244,15 @@ "postfix": false, "binop": null }, - "start": 109031, - "end": 109032, + "start": 111421, + "end": 111422, "loc": { "start": { - "line": 2407, + "line": 2449, "column": 41 }, "end": { - "line": 2407, + "line": 2449, "column": 42 } } @@ -892783,15 +893270,15 @@ "binop": null }, "value": "moveOpts", - "start": 109045, - "end": 109053, + "start": 111435, + "end": 111443, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 12 }, "end": { - "line": 2408, + "line": 2450, "column": 20 } } @@ -892810,15 +893297,15 @@ "updateContext": null }, "value": "=", - "start": 109054, - "end": 109055, + "start": 111444, + "end": 111445, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 21 }, "end": { - "line": 2408, + "line": 2450, "column": 22 } } @@ -892835,15 +893322,15 @@ "postfix": false, "binop": null }, - "start": 109056, - "end": 109057, + "start": 111446, + "end": 111447, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 23 }, "end": { - "line": 2408, + "line": 2450, "column": 24 } } @@ -892861,15 +893348,15 @@ "binop": null }, "value": "scale", - "start": 109058, - "end": 109063, + "start": 111448, + "end": 111453, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 25 }, "end": { - "line": 2408, + "line": 2450, "column": 30 } } @@ -892887,15 +893374,15 @@ "binop": null, "updateContext": null }, - "start": 109063, - "end": 109064, + "start": 111453, + "end": 111454, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 30 }, "end": { - "line": 2408, + "line": 2450, "column": 31 } } @@ -892913,15 +893400,15 @@ "binop": null }, "value": "_opts", - "start": 109065, - "end": 109070, + "start": 111455, + "end": 111460, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 32 }, "end": { - "line": 2408, + "line": 2450, "column": 37 } } @@ -892939,15 +893426,15 @@ "binop": null, "updateContext": null }, - "start": 109070, - "end": 109071, + "start": 111460, + "end": 111461, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 37 }, "end": { - "line": 2408, + "line": 2450, "column": 38 } } @@ -892965,15 +893452,15 @@ "binop": null }, "value": "scale", - "start": 109071, - "end": 109076, + "start": 111461, + "end": 111466, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 38 }, "end": { - "line": 2408, + "line": 2450, "column": 43 } } @@ -892991,15 +893478,15 @@ "binop": null, "updateContext": null }, - "start": 109076, - "end": 109077, + "start": 111466, + "end": 111467, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 43 }, "end": { - "line": 2408, + "line": 2450, "column": 44 } } @@ -893017,15 +893504,15 @@ "binop": null }, "value": "range", - "start": 109078, - "end": 109083, + "start": 111468, + "end": 111473, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 45 }, "end": { - "line": 2408, + "line": 2450, "column": 50 } } @@ -893043,15 +893530,15 @@ "binop": null, "updateContext": null }, - "start": 109083, - "end": 109084, + "start": 111473, + "end": 111474, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 50 }, "end": { - "line": 2408, + "line": 2450, "column": 51 } } @@ -893069,15 +893556,15 @@ "binop": null }, "value": "_opts", - "start": 109085, - "end": 109090, + "start": 111475, + "end": 111480, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 52 }, "end": { - "line": 2408, + "line": 2450, "column": 57 } } @@ -893095,15 +893582,15 @@ "binop": null, "updateContext": null }, - "start": 109090, - "end": 109091, + "start": 111480, + "end": 111481, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 57 }, "end": { - "line": 2408, + "line": 2450, "column": 58 } } @@ -893121,15 +893608,15 @@ "binop": null }, "value": "range", - "start": 109091, - "end": 109096, + "start": 111481, + "end": 111486, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 58 }, "end": { - "line": 2408, + "line": 2450, "column": 63 } } @@ -893147,15 +893634,15 @@ "binop": null, "updateContext": null }, - "start": 109096, - "end": 109097, + "start": 111486, + "end": 111487, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 63 }, "end": { - "line": 2408, + "line": 2450, "column": 64 } } @@ -893173,15 +893660,15 @@ "binop": null }, "value": "shift", - "start": 109098, - "end": 109103, + "start": 111488, + "end": 111493, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 65 }, "end": { - "line": 2408, + "line": 2450, "column": 70 } } @@ -893199,15 +893686,15 @@ "binop": null, "updateContext": null }, - "start": 109103, - "end": 109104, + "start": 111493, + "end": 111494, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 70 }, "end": { - "line": 2408, + "line": 2450, "column": 71 } } @@ -893227,15 +893714,15 @@ "updateContext": null }, "value": "true", - "start": 109105, - "end": 109109, + "start": 111495, + "end": 111499, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 72 }, "end": { - "line": 2408, + "line": 2450, "column": 76 } } @@ -893252,15 +893739,15 @@ "postfix": false, "binop": null }, - "start": 109110, - "end": 109111, + "start": 111500, + "end": 111501, "loc": { "start": { - "line": 2408, + "line": 2450, "column": 77 }, "end": { - "line": 2408, + "line": 2450, "column": 78 } } @@ -893277,15 +893764,15 @@ "postfix": false, "binop": null }, - "start": 109120, - "end": 109121, + "start": 111510, + "end": 111511, "loc": { "start": { - "line": 2409, + "line": 2451, "column": 8 }, "end": { - "line": 2409, + "line": 2451, "column": 9 } } @@ -893305,15 +893792,15 @@ "updateContext": null }, "value": "else", - "start": 109122, - "end": 109126, + "start": 111512, + "end": 111516, "loc": { "start": { - "line": 2409, + "line": 2451, "column": 10 }, "end": { - "line": 2409, + "line": 2451, "column": 14 } } @@ -893330,15 +893817,15 @@ "postfix": false, "binop": null }, - "start": 109127, - "end": 109128, + "start": 111517, + "end": 111518, "loc": { "start": { - "line": 2409, + "line": 2451, "column": 15 }, "end": { - "line": 2409, + "line": 2451, "column": 16 } } @@ -893358,15 +893845,15 @@ "updateContext": null }, "value": "if", - "start": 109141, - "end": 109143, + "start": 111531, + "end": 111533, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 12 }, "end": { - "line": 2410, + "line": 2452, "column": 14 } } @@ -893383,15 +893870,15 @@ "postfix": false, "binop": null }, - "start": 109144, - "end": 109145, + "start": 111534, + "end": 111535, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 15 }, "end": { - "line": 2410, + "line": 2452, "column": 16 } } @@ -893410,15 +893897,15 @@ "updateContext": null }, "value": "!", - "start": 109146, - "end": 109147, + "start": 111536, + "end": 111537, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 17 }, "end": { - "line": 2410, + "line": 2452, "column": 18 } } @@ -893436,15 +893923,15 @@ "binop": null }, "value": "moveOpts", - "start": 109148, - "end": 109156, + "start": 111538, + "end": 111546, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 19 }, "end": { - "line": 2410, + "line": 2452, "column": 27 } } @@ -893462,15 +893949,15 @@ "binop": null, "updateContext": null }, - "start": 109156, - "end": 109157, + "start": 111546, + "end": 111547, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 27 }, "end": { - "line": 2410, + "line": 2452, "column": 28 } } @@ -893488,15 +893975,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 109157, - "end": 109171, + "start": 111547, + "end": 111561, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 28 }, "end": { - "line": 2410, + "line": 2452, "column": 42 } } @@ -893513,15 +894000,15 @@ "postfix": false, "binop": null }, - "start": 109171, - "end": 109172, + "start": 111561, + "end": 111562, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 42 }, "end": { - "line": 2410, + "line": 2452, "column": 43 } } @@ -893540,15 +894027,15 @@ "updateContext": null }, "value": "shift", - "start": 109172, - "end": 109179, + "start": 111562, + "end": 111569, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 43 }, "end": { - "line": 2410, + "line": 2452, "column": 50 } } @@ -893565,15 +894052,15 @@ "postfix": false, "binop": null }, - "start": 109179, - "end": 109180, + "start": 111569, + "end": 111570, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 50 }, "end": { - "line": 2410, + "line": 2452, "column": 51 } } @@ -893592,15 +894079,15 @@ "updateContext": null }, "value": "||", - "start": 109181, - "end": 109183, + "start": 111571, + "end": 111573, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 52 }, "end": { - "line": 2410, + "line": 2452, "column": 54 } } @@ -893618,15 +894105,15 @@ "binop": null }, "value": "moveOpts", - "start": 109184, - "end": 109192, + "start": 111574, + "end": 111582, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 55 }, "end": { - "line": 2410, + "line": 2452, "column": 63 } } @@ -893644,15 +894131,15 @@ "binop": null, "updateContext": null }, - "start": 109192, - "end": 109193, + "start": 111582, + "end": 111583, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 63 }, "end": { - "line": 2410, + "line": 2452, "column": 64 } } @@ -893670,15 +894157,15 @@ "binop": null }, "value": "shift", - "start": 109193, - "end": 109198, + "start": 111583, + "end": 111588, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 64 }, "end": { - "line": 2410, + "line": 2452, "column": 69 } } @@ -893697,15 +894184,15 @@ "updateContext": null }, "value": "!==", - "start": 109199, - "end": 109202, + "start": 111589, + "end": 111592, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 70 }, "end": { - "line": 2410, + "line": 2452, "column": 73 } } @@ -893725,15 +894212,15 @@ "updateContext": null }, "value": "false", - "start": 109203, - "end": 109208, + "start": 111593, + "end": 111598, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 74 }, "end": { - "line": 2410, + "line": 2452, "column": 79 } } @@ -893750,15 +894237,15 @@ "postfix": false, "binop": null }, - "start": 109209, - "end": 109210, + "start": 111599, + "end": 111600, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 80 }, "end": { - "line": 2410, + "line": 2452, "column": 81 } } @@ -893775,15 +894262,15 @@ "postfix": false, "binop": null }, - "start": 109211, - "end": 109212, + "start": 111601, + "end": 111602, "loc": { "start": { - "line": 2410, + "line": 2452, "column": 82 }, "end": { - "line": 2410, + "line": 2452, "column": 83 } } @@ -893801,15 +894288,15 @@ "binop": null }, "value": "moveOpts", - "start": 109229, - "end": 109237, + "start": 111619, + "end": 111627, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 16 }, "end": { - "line": 2411, + "line": 2453, "column": 24 } } @@ -893827,15 +894314,15 @@ "binop": null, "updateContext": null }, - "start": 109237, - "end": 109238, + "start": 111627, + "end": 111628, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 24 }, "end": { - "line": 2411, + "line": 2453, "column": 25 } } @@ -893853,15 +894340,15 @@ "binop": null }, "value": "shift", - "start": 109238, - "end": 109243, + "start": 111628, + "end": 111633, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 25 }, "end": { - "line": 2411, + "line": 2453, "column": 30 } } @@ -893880,15 +894367,15 @@ "updateContext": null }, "value": "=", - "start": 109244, - "end": 109245, + "start": 111634, + "end": 111635, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 31 }, "end": { - "line": 2411, + "line": 2453, "column": 32 } } @@ -893908,15 +894395,15 @@ "updateContext": null }, "value": "true", - "start": 109246, - "end": 109250, + "start": 111636, + "end": 111640, "loc": { "start": { - "line": 2411, + "line": 2453, "column": 33 }, "end": { - "line": 2411, + "line": 2453, "column": 37 } } @@ -893933,15 +894420,15 @@ "postfix": false, "binop": null }, - "start": 109263, - "end": 109264, + "start": 111653, + "end": 111654, "loc": { "start": { - "line": 2412, + "line": 2454, "column": 12 }, "end": { - "line": 2412, + "line": 2454, "column": 13 } } @@ -893961,15 +894448,15 @@ "updateContext": null }, "value": "if", - "start": 109277, - "end": 109279, + "start": 111667, + "end": 111669, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 12 }, "end": { - "line": 2413, + "line": 2455, "column": 14 } } @@ -893986,15 +894473,15 @@ "postfix": false, "binop": null }, - "start": 109280, - "end": 109281, + "start": 111670, + "end": 111671, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 15 }, "end": { - "line": 2413, + "line": 2455, "column": 16 } } @@ -894013,15 +894500,15 @@ "updateContext": null }, "value": "!", - "start": 109282, - "end": 109283, + "start": 111672, + "end": 111673, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 17 }, "end": { - "line": 2413, + "line": 2455, "column": 18 } } @@ -894039,15 +894526,15 @@ "binop": null }, "value": "moveOpts", - "start": 109284, - "end": 109292, + "start": 111674, + "end": 111682, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 19 }, "end": { - "line": 2413, + "line": 2455, "column": 27 } } @@ -894065,15 +894552,15 @@ "binop": null, "updateContext": null }, - "start": 109292, - "end": 109293, + "start": 111682, + "end": 111683, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 27 }, "end": { - "line": 2413, + "line": 2455, "column": 28 } } @@ -894091,15 +894578,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 109293, - "end": 109307, + "start": 111683, + "end": 111697, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 28 }, "end": { - "line": 2413, + "line": 2455, "column": 42 } } @@ -894116,15 +894603,15 @@ "postfix": false, "binop": null }, - "start": 109307, - "end": 109308, + "start": 111697, + "end": 111698, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 42 }, "end": { - "line": 2413, + "line": 2455, "column": 43 } } @@ -894143,15 +894630,15 @@ "updateContext": null }, "value": "scale", - "start": 109308, - "end": 109315, + "start": 111698, + "end": 111705, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 43 }, "end": { - "line": 2413, + "line": 2455, "column": 50 } } @@ -894168,15 +894655,15 @@ "postfix": false, "binop": null }, - "start": 109315, - "end": 109316, + "start": 111705, + "end": 111706, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 50 }, "end": { - "line": 2413, + "line": 2455, "column": 51 } } @@ -894195,15 +894682,15 @@ "updateContext": null }, "value": "||", - "start": 109317, - "end": 109319, + "start": 111707, + "end": 111709, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 52 }, "end": { - "line": 2413, + "line": 2455, "column": 54 } } @@ -894222,15 +894709,15 @@ "updateContext": null }, "value": "!", - "start": 109320, - "end": 109321, + "start": 111710, + "end": 111711, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 55 }, "end": { - "line": 2413, + "line": 2455, "column": 56 } } @@ -894250,15 +894737,15 @@ "updateContext": null }, "value": "this", - "start": 109322, - "end": 109326, + "start": 111712, + "end": 111716, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 57 }, "end": { - "line": 2413, + "line": 2455, "column": 61 } } @@ -894276,15 +894763,15 @@ "binop": null, "updateContext": null }, - "start": 109326, - "end": 109327, + "start": 111716, + "end": 111717, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 61 }, "end": { - "line": 2413, + "line": 2455, "column": 62 } } @@ -894302,15 +894789,15 @@ "binop": null }, "value": "_verifyScale", - "start": 109327, - "end": 109339, + "start": 111717, + "end": 111729, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 62 }, "end": { - "line": 2413, + "line": 2455, "column": 74 } } @@ -894327,15 +894814,15 @@ "postfix": false, "binop": null }, - "start": 109339, - "end": 109340, + "start": 111729, + "end": 111730, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 74 }, "end": { - "line": 2413, + "line": 2455, "column": 75 } } @@ -894353,15 +894840,15 @@ "binop": null }, "value": "moveOpts", - "start": 109341, - "end": 109349, + "start": 111731, + "end": 111739, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 76 }, "end": { - "line": 2413, + "line": 2455, "column": 84 } } @@ -894379,15 +894866,15 @@ "binop": null, "updateContext": null }, - "start": 109349, - "end": 109350, + "start": 111739, + "end": 111740, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 84 }, "end": { - "line": 2413, + "line": 2455, "column": 85 } } @@ -894405,15 +894892,15 @@ "binop": null }, "value": "scale", - "start": 109350, - "end": 109355, + "start": 111740, + "end": 111745, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 85 }, "end": { - "line": 2413, + "line": 2455, "column": 90 } } @@ -894430,15 +894917,15 @@ "postfix": false, "binop": null }, - "start": 109356, - "end": 109357, + "start": 111746, + "end": 111747, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 91 }, "end": { - "line": 2413, + "line": 2455, "column": 92 } } @@ -894455,15 +894942,15 @@ "postfix": false, "binop": null }, - "start": 109358, - "end": 109359, + "start": 111748, + "end": 111749, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 93 }, "end": { - "line": 2413, + "line": 2455, "column": 94 } } @@ -894480,15 +894967,15 @@ "postfix": false, "binop": null }, - "start": 109360, - "end": 109361, + "start": 111750, + "end": 111751, "loc": { "start": { - "line": 2413, + "line": 2455, "column": 95 }, "end": { - "line": 2413, + "line": 2455, "column": 96 } } @@ -894506,15 +894993,15 @@ "binop": null }, "value": "moveOpts", - "start": 109378, - "end": 109386, + "start": 111768, + "end": 111776, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 16 }, "end": { - "line": 2414, + "line": 2456, "column": 24 } } @@ -894532,15 +895019,15 @@ "binop": null, "updateContext": null }, - "start": 109386, - "end": 109387, + "start": 111776, + "end": 111777, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 24 }, "end": { - "line": 2414, + "line": 2456, "column": 25 } } @@ -894558,15 +895045,15 @@ "binop": null }, "value": "scale", - "start": 109387, - "end": 109392, + "start": 111777, + "end": 111782, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 25 }, "end": { - "line": 2414, + "line": 2456, "column": 30 } } @@ -894585,15 +895072,15 @@ "updateContext": null }, "value": "=", - "start": 109393, - "end": 109394, + "start": 111783, + "end": 111784, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 31 }, "end": { - "line": 2414, + "line": 2456, "column": 32 } } @@ -894611,15 +895098,15 @@ "binop": null }, "value": "_opts", - "start": 109395, - "end": 109400, + "start": 111785, + "end": 111790, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 33 }, "end": { - "line": 2414, + "line": 2456, "column": 38 } } @@ -894637,15 +895124,15 @@ "binop": null, "updateContext": null }, - "start": 109400, - "end": 109401, + "start": 111790, + "end": 111791, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 38 }, "end": { - "line": 2414, + "line": 2456, "column": 39 } } @@ -894663,15 +895150,15 @@ "binop": null }, "value": "scale", - "start": 109401, - "end": 109406, + "start": 111791, + "end": 111796, "loc": { "start": { - "line": 2414, + "line": 2456, "column": 39 }, "end": { - "line": 2414, + "line": 2456, "column": 44 } } @@ -894688,15 +895175,15 @@ "postfix": false, "binop": null }, - "start": 109419, - "end": 109420, + "start": 111809, + "end": 111810, "loc": { "start": { - "line": 2415, + "line": 2457, "column": 12 }, "end": { - "line": 2415, + "line": 2457, "column": 13 } } @@ -894716,15 +895203,15 @@ "updateContext": null }, "value": "if", - "start": 109433, - "end": 109435, + "start": 111823, + "end": 111825, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 12 }, "end": { - "line": 2416, + "line": 2458, "column": 14 } } @@ -894741,15 +895228,15 @@ "postfix": false, "binop": null }, - "start": 109436, - "end": 109437, + "start": 111826, + "end": 111827, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 15 }, "end": { - "line": 2416, + "line": 2458, "column": 16 } } @@ -894768,15 +895255,15 @@ "updateContext": null }, "value": "!", - "start": 109438, - "end": 109439, + "start": 111828, + "end": 111829, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 17 }, "end": { - "line": 2416, + "line": 2458, "column": 18 } } @@ -894794,15 +895281,15 @@ "binop": null }, "value": "moveOpts", - "start": 109440, - "end": 109448, + "start": 111830, + "end": 111838, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 19 }, "end": { - "line": 2416, + "line": 2458, "column": 27 } } @@ -894820,15 +895307,15 @@ "binop": null, "updateContext": null }, - "start": 109448, - "end": 109449, + "start": 111838, + "end": 111839, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 27 }, "end": { - "line": 2416, + "line": 2458, "column": 28 } } @@ -894846,15 +895333,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 109449, - "end": 109463, + "start": 111839, + "end": 111853, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 28 }, "end": { - "line": 2416, + "line": 2458, "column": 42 } } @@ -894871,15 +895358,15 @@ "postfix": false, "binop": null }, - "start": 109463, - "end": 109464, + "start": 111853, + "end": 111854, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 42 }, "end": { - "line": 2416, + "line": 2458, "column": 43 } } @@ -894898,15 +895385,15 @@ "updateContext": null }, "value": "range", - "start": 109464, - "end": 109471, + "start": 111854, + "end": 111861, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 43 }, "end": { - "line": 2416, + "line": 2458, "column": 50 } } @@ -894923,15 +895410,15 @@ "postfix": false, "binop": null }, - "start": 109471, - "end": 109472, + "start": 111861, + "end": 111862, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 50 }, "end": { - "line": 2416, + "line": 2458, "column": 51 } } @@ -894950,15 +895437,15 @@ "updateContext": null }, "value": "||", - "start": 109473, - "end": 109475, + "start": 111863, + "end": 111865, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 52 }, "end": { - "line": 2416, + "line": 2458, "column": 54 } } @@ -894976,15 +895463,15 @@ "binop": null }, "value": "parseInt", - "start": 109476, - "end": 109484, + "start": 111866, + "end": 111874, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 55 }, "end": { - "line": 2416, + "line": 2458, "column": 63 } } @@ -895001,15 +895488,15 @@ "postfix": false, "binop": null }, - "start": 109484, - "end": 109485, + "start": 111874, + "end": 111875, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 63 }, "end": { - "line": 2416, + "line": 2458, "column": 64 } } @@ -895027,15 +895514,15 @@ "binop": null }, "value": "moveOpts", - "start": 109486, - "end": 109494, + "start": 111876, + "end": 111884, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 65 }, "end": { - "line": 2416, + "line": 2458, "column": 73 } } @@ -895053,15 +895540,15 @@ "binop": null, "updateContext": null }, - "start": 109494, - "end": 109495, + "start": 111884, + "end": 111885, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 73 }, "end": { - "line": 2416, + "line": 2458, "column": 74 } } @@ -895079,15 +895566,15 @@ "binop": null }, "value": "range", - "start": 109495, - "end": 109500, + "start": 111885, + "end": 111890, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 74 }, "end": { - "line": 2416, + "line": 2458, "column": 79 } } @@ -895105,15 +895592,15 @@ "binop": null, "updateContext": null }, - "start": 109500, - "end": 109501, + "start": 111890, + "end": 111891, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 79 }, "end": { - "line": 2416, + "line": 2458, "column": 80 } } @@ -895132,15 +895619,15 @@ "updateContext": null }, "value": 10, - "start": 109502, - "end": 109504, + "start": 111892, + "end": 111894, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 81 }, "end": { - "line": 2416, + "line": 2458, "column": 83 } } @@ -895157,15 +895644,15 @@ "postfix": false, "binop": null }, - "start": 109505, - "end": 109506, + "start": 111895, + "end": 111896, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 84 }, "end": { - "line": 2416, + "line": 2458, "column": 85 } } @@ -895184,15 +895671,15 @@ "updateContext": null }, "value": ">", - "start": 109507, - "end": 109508, + "start": 111897, + "end": 111898, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 86 }, "end": { - "line": 2416, + "line": 2458, "column": 87 } } @@ -895210,15 +895697,15 @@ "binop": null }, "value": "LimitScaleGrids", - "start": 109509, - "end": 109524, + "start": 111899, + "end": 111914, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 88 }, "end": { - "line": 2416, + "line": 2458, "column": 103 } } @@ -895236,15 +895723,15 @@ "binop": null, "updateContext": null }, - "start": 109524, - "end": 109525, + "start": 111914, + "end": 111915, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 103 }, "end": { - "line": 2416, + "line": 2458, "column": 104 } } @@ -895262,15 +895749,15 @@ "binop": null }, "value": "moveOpts", - "start": 109525, - "end": 109533, + "start": 111915, + "end": 111923, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 104 }, "end": { - "line": 2416, + "line": 2458, "column": 112 } } @@ -895288,15 +895775,15 @@ "binop": null, "updateContext": null }, - "start": 109533, - "end": 109534, + "start": 111923, + "end": 111924, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 112 }, "end": { - "line": 2416, + "line": 2458, "column": 113 } } @@ -895314,15 +895801,15 @@ "binop": null }, "value": "scale", - "start": 109534, - "end": 109539, + "start": 111924, + "end": 111929, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 113 }, "end": { - "line": 2416, + "line": 2458, "column": 118 } } @@ -895340,15 +895827,15 @@ "binop": null, "updateContext": null }, - "start": 109539, - "end": 109540, + "start": 111929, + "end": 111930, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 118 }, "end": { - "line": 2416, + "line": 2458, "column": 119 } } @@ -895365,15 +895852,15 @@ "postfix": false, "binop": null }, - "start": 109541, - "end": 109542, + "start": 111931, + "end": 111932, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 120 }, "end": { - "line": 2416, + "line": 2458, "column": 121 } } @@ -895390,15 +895877,15 @@ "postfix": false, "binop": null }, - "start": 109543, - "end": 109544, + "start": 111933, + "end": 111934, "loc": { "start": { - "line": 2416, + "line": 2458, "column": 122 }, "end": { - "line": 2416, + "line": 2458, "column": 123 } } @@ -895416,15 +895903,15 @@ "binop": null }, "value": "moveOpts", - "start": 109561, - "end": 109569, + "start": 111951, + "end": 111959, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 16 }, "end": { - "line": 2417, + "line": 2459, "column": 24 } } @@ -895442,15 +895929,15 @@ "binop": null, "updateContext": null }, - "start": 109569, - "end": 109570, + "start": 111959, + "end": 111960, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 24 }, "end": { - "line": 2417, + "line": 2459, "column": 25 } } @@ -895468,15 +895955,15 @@ "binop": null }, "value": "range", - "start": 109570, - "end": 109575, + "start": 111960, + "end": 111965, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 25 }, "end": { - "line": 2417, + "line": 2459, "column": 30 } } @@ -895495,15 +895982,15 @@ "updateContext": null }, "value": "=", - "start": 109576, - "end": 109577, + "start": 111966, + "end": 111967, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 31 }, "end": { - "line": 2417, + "line": 2459, "column": 32 } } @@ -895521,15 +896008,15 @@ "binop": null }, "value": "_opts", - "start": 109578, - "end": 109583, + "start": 111968, + "end": 111973, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 33 }, "end": { - "line": 2417, + "line": 2459, "column": 38 } } @@ -895547,15 +896034,15 @@ "binop": null, "updateContext": null }, - "start": 109583, - "end": 109584, + "start": 111973, + "end": 111974, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 38 }, "end": { - "line": 2417, + "line": 2459, "column": 39 } } @@ -895573,15 +896060,15 @@ "binop": null }, "value": "range", - "start": 109584, - "end": 109589, + "start": 111974, + "end": 111979, "loc": { "start": { - "line": 2417, + "line": 2459, "column": 39 }, "end": { - "line": 2417, + "line": 2459, "column": 44 } } @@ -895598,15 +896085,15 @@ "postfix": false, "binop": null }, - "start": 109602, - "end": 109603, + "start": 111992, + "end": 111993, "loc": { "start": { - "line": 2418, + "line": 2460, "column": 12 }, "end": { - "line": 2418, + "line": 2460, "column": 13 } } @@ -895623,15 +896110,15 @@ "postfix": false, "binop": null }, - "start": 109612, - "end": 109613, + "start": 112002, + "end": 112003, "loc": { "start": { - "line": 2419, + "line": 2461, "column": 8 }, "end": { - "line": 2419, + "line": 2461, "column": 9 } } @@ -895649,15 +896136,15 @@ "binop": null }, "value": "_tmpDate", - "start": 109622, - "end": 109630, + "start": 112012, + "end": 112020, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 8 }, "end": { - "line": 2420, + "line": 2462, "column": 16 } } @@ -895676,15 +896163,15 @@ "updateContext": null }, "value": "=", - "start": 109633, - "end": 109634, + "start": 112023, + "end": 112024, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 19 }, "end": { - "line": 2420, + "line": 2462, "column": 20 } } @@ -895704,15 +896191,15 @@ "updateContext": null }, "value": "new", - "start": 109635, - "end": 109638, + "start": 112025, + "end": 112028, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 21 }, "end": { - "line": 2420, + "line": 2462, "column": 24 } } @@ -895730,15 +896217,15 @@ "binop": null }, "value": "Date", - "start": 109639, - "end": 109643, + "start": 112029, + "end": 112033, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 25 }, "end": { - "line": 2420, + "line": 2462, "column": 29 } } @@ -895755,15 +896242,15 @@ "postfix": false, "binop": null }, - "start": 109643, - "end": 109644, + "start": 112033, + "end": 112034, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 29 }, "end": { - "line": 2420, + "line": 2462, "column": 30 } } @@ -895781,15 +896268,15 @@ "binop": null }, "value": "_opts", - "start": 109645, - "end": 109650, + "start": 112035, + "end": 112040, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 31 }, "end": { - "line": 2420, + "line": 2462, "column": 36 } } @@ -895807,15 +896294,15 @@ "binop": null, "updateContext": null }, - "start": 109650, - "end": 109651, + "start": 112040, + "end": 112041, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 36 }, "end": { - "line": 2420, + "line": 2462, "column": 37 } } @@ -895833,15 +896320,15 @@ "binop": null }, "value": "endDatetime", - "start": 109651, - "end": 109662, + "start": 112041, + "end": 112052, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 37 }, "end": { - "line": 2420, + "line": 2462, "column": 48 } } @@ -895858,15 +896345,15 @@ "postfix": false, "binop": null }, - "start": 109663, - "end": 109664, + "start": 112053, + "end": 112054, "loc": { "start": { - "line": 2420, + "line": 2462, "column": 49 }, "end": { - "line": 2420, + "line": 2462, "column": 50 } } @@ -895884,15 +896371,15 @@ "binop": null }, "value": "end_date", - "start": 109673, - "end": 109681, + "start": 112063, + "end": 112071, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 8 }, "end": { - "line": 2421, + "line": 2463, "column": 16 } } @@ -895911,15 +896398,15 @@ "updateContext": null }, "value": "=", - "start": 109684, - "end": 109685, + "start": 112074, + "end": 112075, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 19 }, "end": { - "line": 2421, + "line": 2463, "column": 20 } } @@ -895939,15 +896426,15 @@ "updateContext": null }, "value": "new", - "start": 109686, - "end": 109689, + "start": 112076, + "end": 112079, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 21 }, "end": { - "line": 2421, + "line": 2463, "column": 24 } } @@ -895965,15 +896452,15 @@ "binop": null }, "value": "Date", - "start": 109690, - "end": 109694, + "start": 112080, + "end": 112084, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 25 }, "end": { - "line": 2421, + "line": 2463, "column": 29 } } @@ -895990,15 +896477,15 @@ "postfix": false, "binop": null }, - "start": 109694, - "end": 109695, + "start": 112084, + "end": 112085, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 29 }, "end": { - "line": 2421, + "line": 2463, "column": 30 } } @@ -896016,15 +896503,15 @@ "binop": null }, "value": "_tmpDate", - "start": 109696, - "end": 109704, + "start": 112086, + "end": 112094, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 31 }, "end": { - "line": 2421, + "line": 2463, "column": 39 } } @@ -896042,15 +896529,15 @@ "binop": null, "updateContext": null }, - "start": 109704, - "end": 109705, + "start": 112094, + "end": 112095, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 39 }, "end": { - "line": 2421, + "line": 2463, "column": 40 } } @@ -896068,15 +896555,15 @@ "binop": null }, "value": "getTime", - "start": 109705, - "end": 109712, + "start": 112095, + "end": 112102, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 40 }, "end": { - "line": 2421, + "line": 2463, "column": 47 } } @@ -896093,15 +896580,15 @@ "postfix": false, "binop": null }, - "start": 109712, - "end": 109713, + "start": 112102, + "end": 112103, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 47 }, "end": { - "line": 2421, + "line": 2463, "column": 48 } } @@ -896118,15 +896605,15 @@ "postfix": false, "binop": null }, - "start": 109713, - "end": 109714, + "start": 112103, + "end": 112104, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 48 }, "end": { - "line": 2421, + "line": 2463, "column": 49 } } @@ -896145,15 +896632,15 @@ "updateContext": null }, "value": "+", - "start": 109715, - "end": 109716, + "start": 112105, + "end": 112106, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 50 }, "end": { - "line": 2421, + "line": 2463, "column": 51 } } @@ -896170,15 +896657,15 @@ "postfix": false, "binop": null }, - "start": 109717, - "end": 109718, + "start": 112107, + "end": 112108, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 52 }, "end": { - "line": 2421, + "line": 2463, "column": 53 } } @@ -896198,15 +896685,15 @@ "updateContext": null }, "value": "this", - "start": 109719, - "end": 109723, + "start": 112109, + "end": 112113, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 54 }, "end": { - "line": 2421, + "line": 2463, "column": 58 } } @@ -896224,15 +896711,15 @@ "binop": null, "updateContext": null }, - "start": 109723, - "end": 109724, + "start": 112113, + "end": 112114, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 58 }, "end": { - "line": 2421, + "line": 2463, "column": 59 } } @@ -896250,15 +896737,15 @@ "binop": null }, "value": "_verifyScale", - "start": 109724, - "end": 109736, + "start": 112114, + "end": 112126, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 59 }, "end": { - "line": 2421, + "line": 2463, "column": 71 } } @@ -896275,15 +896762,15 @@ "postfix": false, "binop": null }, - "start": 109736, - "end": 109737, + "start": 112126, + "end": 112127, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 71 }, "end": { - "line": 2421, + "line": 2463, "column": 72 } } @@ -896301,15 +896788,15 @@ "binop": null }, "value": "moveOpts", - "start": 109738, - "end": 109746, + "start": 112128, + "end": 112136, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 73 }, "end": { - "line": 2421, + "line": 2463, "column": 81 } } @@ -896327,15 +896814,15 @@ "binop": null, "updateContext": null }, - "start": 109746, - "end": 109747, + "start": 112136, + "end": 112137, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 81 }, "end": { - "line": 2421, + "line": 2463, "column": 82 } } @@ -896353,15 +896840,15 @@ "binop": null }, "value": "scale", - "start": 109747, - "end": 109752, + "start": 112137, + "end": 112142, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 82 }, "end": { - "line": 2421, + "line": 2463, "column": 87 } } @@ -896378,15 +896865,15 @@ "postfix": false, "binop": null }, - "start": 109753, - "end": 109754, + "start": 112143, + "end": 112144, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 88 }, "end": { - "line": 2421, + "line": 2463, "column": 89 } } @@ -896405,15 +896892,15 @@ "updateContext": null }, "value": "*", - "start": 109755, - "end": 109756, + "start": 112145, + "end": 112146, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 90 }, "end": { - "line": 2421, + "line": 2463, "column": 91 } } @@ -896431,15 +896918,15 @@ "binop": null }, "value": "parseInt", - "start": 109757, - "end": 109765, + "start": 112147, + "end": 112155, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 92 }, "end": { - "line": 2421, + "line": 2463, "column": 100 } } @@ -896456,15 +896943,15 @@ "postfix": false, "binop": null }, - "start": 109765, - "end": 109766, + "start": 112155, + "end": 112156, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 100 }, "end": { - "line": 2421, + "line": 2463, "column": 101 } } @@ -896482,15 +896969,15 @@ "binop": null }, "value": "moveOpts", - "start": 109767, - "end": 109775, + "start": 112157, + "end": 112165, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 102 }, "end": { - "line": 2421, + "line": 2463, "column": 110 } } @@ -896508,15 +896995,15 @@ "binop": null, "updateContext": null }, - "start": 109775, - "end": 109776, + "start": 112165, + "end": 112166, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 110 }, "end": { - "line": 2421, + "line": 2463, "column": 111 } } @@ -896534,15 +897021,15 @@ "binop": null }, "value": "range", - "start": 109776, - "end": 109781, + "start": 112166, + "end": 112171, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 111 }, "end": { - "line": 2421, + "line": 2463, "column": 116 } } @@ -896560,15 +897047,15 @@ "binop": null, "updateContext": null }, - "start": 109781, - "end": 109782, + "start": 112171, + "end": 112172, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 116 }, "end": { - "line": 2421, + "line": 2463, "column": 117 } } @@ -896587,15 +897074,15 @@ "updateContext": null }, "value": 10, - "start": 109783, - "end": 109785, + "start": 112173, + "end": 112175, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 118 }, "end": { - "line": 2421, + "line": 2463, "column": 120 } } @@ -896612,15 +897099,15 @@ "postfix": false, "binop": null }, - "start": 109786, - "end": 109787, + "start": 112176, + "end": 112177, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 121 }, "end": { - "line": 2421, + "line": 2463, "column": 122 } } @@ -896637,15 +897124,15 @@ "postfix": false, "binop": null }, - "start": 109788, - "end": 109789, + "start": 112178, + "end": 112179, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 123 }, "end": { - "line": 2421, + "line": 2463, "column": 124 } } @@ -896662,15 +897149,15 @@ "postfix": false, "binop": null }, - "start": 109790, - "end": 109791, + "start": 112180, + "end": 112181, "loc": { "start": { - "line": 2421, + "line": 2463, "column": 125 }, "end": { - "line": 2421, + "line": 2463, "column": 126 } } @@ -896688,15 +897175,15 @@ "binop": null }, "value": "newOpts", - "start": 109800, - "end": 109807, + "start": 112190, + "end": 112197, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 8 }, "end": { - "line": 2422, + "line": 2464, "column": 15 } } @@ -896714,15 +897201,15 @@ "binop": null, "updateContext": null }, - "start": 109807, - "end": 109808, + "start": 112197, + "end": 112198, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 15 }, "end": { - "line": 2422, + "line": 2464, "column": 16 } } @@ -896740,15 +897227,15 @@ "binop": null }, "value": "endDatetime", - "start": 109808, - "end": 109819, + "start": 112198, + "end": 112209, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 16 }, "end": { - "line": 2422, + "line": 2464, "column": 27 } } @@ -896767,15 +897254,15 @@ "updateContext": null }, "value": "=", - "start": 109820, - "end": 109821, + "start": 112210, + "end": 112211, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 28 }, "end": { - "line": 2422, + "line": 2464, "column": 29 } } @@ -896793,15 +897280,15 @@ "binop": null }, "value": "end_date", - "start": 109822, - "end": 109830, + "start": 112212, + "end": 112220, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 30 }, "end": { - "line": 2422, + "line": 2464, "column": 38 } } @@ -896819,15 +897306,15 @@ "binop": null, "updateContext": null }, - "start": 109830, - "end": 109831, + "start": 112220, + "end": 112221, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 38 }, "end": { - "line": 2422, + "line": 2464, "column": 39 } } @@ -896845,15 +897332,15 @@ "binop": null }, "value": "toString", - "start": 109831, - "end": 109839, + "start": 112221, + "end": 112229, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 39 }, "end": { - "line": 2422, + "line": 2464, "column": 47 } } @@ -896870,15 +897357,15 @@ "postfix": false, "binop": null }, - "start": 109839, - "end": 109840, + "start": 112229, + "end": 112230, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 47 }, "end": { - "line": 2422, + "line": 2464, "column": 48 } } @@ -896895,15 +897382,15 @@ "postfix": false, "binop": null }, - "start": 109840, - "end": 109841, + "start": 112230, + "end": 112231, "loc": { "start": { - "line": 2422, + "line": 2464, "column": 48 }, "end": { - "line": 2422, + "line": 2464, "column": 49 } } @@ -896923,15 +897410,15 @@ "updateContext": null }, "value": "if", - "start": 109850, - "end": 109852, + "start": 112240, + "end": 112242, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 8 }, "end": { - "line": 2423, + "line": 2465, "column": 10 } } @@ -896948,15 +897435,15 @@ "postfix": false, "binop": null }, - "start": 109853, - "end": 109854, + "start": 112243, + "end": 112244, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 11 }, "end": { - "line": 2423, + "line": 2465, "column": 12 } } @@ -896974,15 +897461,15 @@ "binop": null }, "value": "moveOpts", - "start": 109855, - "end": 109863, + "start": 112245, + "end": 112253, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 13 }, "end": { - "line": 2423, + "line": 2465, "column": 21 } } @@ -897000,15 +897487,15 @@ "binop": null, "updateContext": null }, - "start": 109863, - "end": 109864, + "start": 112253, + "end": 112254, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 21 }, "end": { - "line": 2423, + "line": 2465, "column": 22 } } @@ -897026,15 +897513,15 @@ "binop": null }, "value": "shift", - "start": 109864, - "end": 109869, + "start": 112254, + "end": 112259, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 22 }, "end": { - "line": 2423, + "line": 2465, "column": 27 } } @@ -897051,15 +897538,15 @@ "postfix": false, "binop": null }, - "start": 109870, - "end": 109871, + "start": 112260, + "end": 112261, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 28 }, "end": { - "line": 2423, + "line": 2465, "column": 29 } } @@ -897076,15 +897563,15 @@ "postfix": false, "binop": null }, - "start": 109872, - "end": 109873, + "start": 112262, + "end": 112263, "loc": { "start": { - "line": 2423, + "line": 2465, "column": 30 }, "end": { - "line": 2423, + "line": 2465, "column": 31 } } @@ -897102,15 +897589,15 @@ "binop": null }, "value": "_tmpDate", - "start": 109886, - "end": 109894, + "start": 112276, + "end": 112284, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 12 }, "end": { - "line": 2424, + "line": 2466, "column": 20 } } @@ -897129,15 +897616,15 @@ "updateContext": null }, "value": "=", - "start": 109897, - "end": 109898, + "start": 112287, + "end": 112288, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 23 }, "end": { - "line": 2424, + "line": 2466, "column": 24 } } @@ -897157,15 +897644,15 @@ "updateContext": null }, "value": "new", - "start": 109899, - "end": 109902, + "start": 112289, + "end": 112292, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 25 }, "end": { - "line": 2424, + "line": 2466, "column": 28 } } @@ -897183,15 +897670,15 @@ "binop": null }, "value": "Date", - "start": 109903, - "end": 109907, + "start": 112293, + "end": 112297, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 29 }, "end": { - "line": 2424, + "line": 2466, "column": 33 } } @@ -897208,15 +897695,15 @@ "postfix": false, "binop": null }, - "start": 109907, - "end": 109908, + "start": 112297, + "end": 112298, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 33 }, "end": { - "line": 2424, + "line": 2466, "column": 34 } } @@ -897234,15 +897721,15 @@ "binop": null }, "value": "_opts", - "start": 109909, - "end": 109914, + "start": 112299, + "end": 112304, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 35 }, "end": { - "line": 2424, + "line": 2466, "column": 40 } } @@ -897260,15 +897747,15 @@ "binop": null, "updateContext": null }, - "start": 109914, - "end": 109915, + "start": 112304, + "end": 112305, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 40 }, "end": { - "line": 2424, + "line": 2466, "column": 41 } } @@ -897286,15 +897773,15 @@ "binop": null }, "value": "startDatetime", - "start": 109915, - "end": 109928, + "start": 112305, + "end": 112318, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 41 }, "end": { - "line": 2424, + "line": 2466, "column": 54 } } @@ -897311,15 +897798,15 @@ "postfix": false, "binop": null }, - "start": 109929, - "end": 109930, + "start": 112319, + "end": 112320, "loc": { "start": { - "line": 2424, + "line": 2466, "column": 55 }, "end": { - "line": 2424, + "line": 2466, "column": 56 } } @@ -897337,15 +897824,15 @@ "binop": null }, "value": "begin_date", - "start": 109943, - "end": 109953, + "start": 112333, + "end": 112343, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 12 }, "end": { - "line": 2425, + "line": 2467, "column": 22 } } @@ -897364,15 +897851,15 @@ "updateContext": null }, "value": "=", - "start": 109954, - "end": 109955, + "start": 112344, + "end": 112345, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 23 }, "end": { - "line": 2425, + "line": 2467, "column": 24 } } @@ -897392,15 +897879,15 @@ "updateContext": null }, "value": "new", - "start": 109956, - "end": 109959, + "start": 112346, + "end": 112349, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 25 }, "end": { - "line": 2425, + "line": 2467, "column": 28 } } @@ -897418,15 +897905,15 @@ "binop": null }, "value": "Date", - "start": 109960, - "end": 109964, + "start": 112350, + "end": 112354, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 29 }, "end": { - "line": 2425, + "line": 2467, "column": 33 } } @@ -897443,15 +897930,15 @@ "postfix": false, "binop": null }, - "start": 109964, - "end": 109965, + "start": 112354, + "end": 112355, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 33 }, "end": { - "line": 2425, + "line": 2467, "column": 34 } } @@ -897469,15 +897956,15 @@ "binop": null }, "value": "_tmpDate", - "start": 109966, - "end": 109974, + "start": 112356, + "end": 112364, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 35 }, "end": { - "line": 2425, + "line": 2467, "column": 43 } } @@ -897495,15 +897982,15 @@ "binop": null, "updateContext": null }, - "start": 109974, - "end": 109975, + "start": 112364, + "end": 112365, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 43 }, "end": { - "line": 2425, + "line": 2467, "column": 44 } } @@ -897521,15 +898008,15 @@ "binop": null }, "value": "getTime", - "start": 109975, - "end": 109982, + "start": 112365, + "end": 112372, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 44 }, "end": { - "line": 2425, + "line": 2467, "column": 51 } } @@ -897546,15 +898033,15 @@ "postfix": false, "binop": null }, - "start": 109982, - "end": 109983, + "start": 112372, + "end": 112373, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 51 }, "end": { - "line": 2425, + "line": 2467, "column": 52 } } @@ -897571,15 +898058,15 @@ "postfix": false, "binop": null }, - "start": 109983, - "end": 109984, + "start": 112373, + "end": 112374, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 52 }, "end": { - "line": 2425, + "line": 2467, "column": 53 } } @@ -897598,15 +898085,15 @@ "updateContext": null }, "value": "+", - "start": 109985, - "end": 109986, + "start": 112375, + "end": 112376, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 54 }, "end": { - "line": 2425, + "line": 2467, "column": 55 } } @@ -897623,15 +898110,15 @@ "postfix": false, "binop": null }, - "start": 109987, - "end": 109988, + "start": 112377, + "end": 112378, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 56 }, "end": { - "line": 2425, + "line": 2467, "column": 57 } } @@ -897651,15 +898138,15 @@ "updateContext": null }, "value": "this", - "start": 109989, - "end": 109993, + "start": 112379, + "end": 112383, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 58 }, "end": { - "line": 2425, + "line": 2467, "column": 62 } } @@ -897677,15 +898164,15 @@ "binop": null, "updateContext": null }, - "start": 109993, - "end": 109994, + "start": 112383, + "end": 112384, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 62 }, "end": { - "line": 2425, + "line": 2467, "column": 63 } } @@ -897703,15 +898190,15 @@ "binop": null }, "value": "_verifyScale", - "start": 109994, - "end": 110006, + "start": 112384, + "end": 112396, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 63 }, "end": { - "line": 2425, + "line": 2467, "column": 75 } } @@ -897728,15 +898215,15 @@ "postfix": false, "binop": null }, - "start": 110006, - "end": 110007, + "start": 112396, + "end": 112397, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 75 }, "end": { - "line": 2425, + "line": 2467, "column": 76 } } @@ -897754,15 +898241,15 @@ "binop": null }, "value": "moveOpts", - "start": 110008, - "end": 110016, + "start": 112398, + "end": 112406, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 77 }, "end": { - "line": 2425, + "line": 2467, "column": 85 } } @@ -897780,15 +898267,15 @@ "binop": null, "updateContext": null }, - "start": 110016, - "end": 110017, + "start": 112406, + "end": 112407, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 85 }, "end": { - "line": 2425, + "line": 2467, "column": 86 } } @@ -897806,15 +898293,15 @@ "binop": null }, "value": "scale", - "start": 110017, - "end": 110022, + "start": 112407, + "end": 112412, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 86 }, "end": { - "line": 2425, + "line": 2467, "column": 91 } } @@ -897831,15 +898318,15 @@ "postfix": false, "binop": null }, - "start": 110023, - "end": 110024, + "start": 112413, + "end": 112414, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 92 }, "end": { - "line": 2425, + "line": 2467, "column": 93 } } @@ -897858,15 +898345,15 @@ "updateContext": null }, "value": "*", - "start": 110025, - "end": 110026, + "start": 112415, + "end": 112416, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 94 }, "end": { - "line": 2425, + "line": 2467, "column": 95 } } @@ -897884,15 +898371,15 @@ "binop": null }, "value": "parseInt", - "start": 110027, - "end": 110035, + "start": 112417, + "end": 112425, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 96 }, "end": { - "line": 2425, + "line": 2467, "column": 104 } } @@ -897909,15 +898396,15 @@ "postfix": false, "binop": null }, - "start": 110035, - "end": 110036, + "start": 112425, + "end": 112426, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 104 }, "end": { - "line": 2425, + "line": 2467, "column": 105 } } @@ -897935,15 +898422,15 @@ "binop": null }, "value": "moveOpts", - "start": 110037, - "end": 110045, + "start": 112427, + "end": 112435, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 106 }, "end": { - "line": 2425, + "line": 2467, "column": 114 } } @@ -897961,15 +898448,15 @@ "binop": null, "updateContext": null }, - "start": 110045, - "end": 110046, + "start": 112435, + "end": 112436, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 114 }, "end": { - "line": 2425, + "line": 2467, "column": 115 } } @@ -897987,15 +898474,15 @@ "binop": null }, "value": "range", - "start": 110046, - "end": 110051, + "start": 112436, + "end": 112441, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 115 }, "end": { - "line": 2425, + "line": 2467, "column": 120 } } @@ -898013,15 +898500,15 @@ "binop": null, "updateContext": null }, - "start": 110051, - "end": 110052, + "start": 112441, + "end": 112442, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 120 }, "end": { - "line": 2425, + "line": 2467, "column": 121 } } @@ -898040,15 +898527,15 @@ "updateContext": null }, "value": 10, - "start": 110053, - "end": 110055, + "start": 112443, + "end": 112445, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 122 }, "end": { - "line": 2425, + "line": 2467, "column": 124 } } @@ -898065,15 +898552,15 @@ "postfix": false, "binop": null }, - "start": 110056, - "end": 110057, + "start": 112446, + "end": 112447, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 125 }, "end": { - "line": 2425, + "line": 2467, "column": 126 } } @@ -898090,15 +898577,15 @@ "postfix": false, "binop": null }, - "start": 110058, - "end": 110059, + "start": 112448, + "end": 112449, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 127 }, "end": { - "line": 2425, + "line": 2467, "column": 128 } } @@ -898115,15 +898602,15 @@ "postfix": false, "binop": null }, - "start": 110060, - "end": 110061, + "start": 112450, + "end": 112451, "loc": { "start": { - "line": 2425, + "line": 2467, "column": 129 }, "end": { - "line": 2425, + "line": 2467, "column": 130 } } @@ -898141,15 +898628,15 @@ "binop": null }, "value": "newOpts", - "start": 110074, - "end": 110081, + "start": 112464, + "end": 112471, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 12 }, "end": { - "line": 2426, + "line": 2468, "column": 19 } } @@ -898167,15 +898654,15 @@ "binop": null, "updateContext": null }, - "start": 110081, - "end": 110082, + "start": 112471, + "end": 112472, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 19 }, "end": { - "line": 2426, + "line": 2468, "column": 20 } } @@ -898193,15 +898680,15 @@ "binop": null }, "value": "startDatetime", - "start": 110082, - "end": 110095, + "start": 112472, + "end": 112485, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 20 }, "end": { - "line": 2426, + "line": 2468, "column": 33 } } @@ -898220,15 +898707,15 @@ "updateContext": null }, "value": "=", - "start": 110096, - "end": 110097, + "start": 112486, + "end": 112487, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 34 }, "end": { - "line": 2426, + "line": 2468, "column": 35 } } @@ -898246,15 +898733,15 @@ "binop": null }, "value": "begin_date", - "start": 110098, - "end": 110108, + "start": 112488, + "end": 112498, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 36 }, "end": { - "line": 2426, + "line": 2468, "column": 46 } } @@ -898272,15 +898759,15 @@ "binop": null, "updateContext": null }, - "start": 110108, - "end": 110109, + "start": 112498, + "end": 112499, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 46 }, "end": { - "line": 2426, + "line": 2468, "column": 47 } } @@ -898298,15 +898785,15 @@ "binop": null }, "value": "toString", - "start": 110109, - "end": 110117, + "start": 112499, + "end": 112507, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 47 }, "end": { - "line": 2426, + "line": 2468, "column": 55 } } @@ -898323,15 +898810,15 @@ "postfix": false, "binop": null }, - "start": 110117, - "end": 110118, + "start": 112507, + "end": 112508, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 55 }, "end": { - "line": 2426, + "line": 2468, "column": 56 } } @@ -898348,15 +898835,15 @@ "postfix": false, "binop": null }, - "start": 110118, - "end": 110119, + "start": 112508, + "end": 112509, "loc": { "start": { - "line": 2426, + "line": 2468, "column": 56 }, "end": { - "line": 2426, + "line": 2468, "column": 57 } } @@ -898373,15 +898860,15 @@ "postfix": false, "binop": null }, - "start": 110128, - "end": 110129, + "start": 112518, + "end": 112519, "loc": { "start": { - "line": 2427, + "line": 2469, "column": 8 }, "end": { - "line": 2427, + "line": 2469, "column": 9 } } @@ -898401,15 +898888,15 @@ "updateContext": null }, "value": "this", - "start": 110147, - "end": 110151, + "start": 112537, + "end": 112541, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 8 }, "end": { - "line": 2429, + "line": 2471, "column": 12 } } @@ -898427,15 +898914,15 @@ "binop": null, "updateContext": null }, - "start": 110151, - "end": 110152, + "start": 112541, + "end": 112542, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 12 }, "end": { - "line": 2429, + "line": 2471, "column": 13 } } @@ -898453,15 +898940,15 @@ "binop": null }, "value": "reload", - "start": 110152, - "end": 110158, + "start": 112542, + "end": 112548, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 13 }, "end": { - "line": 2429, + "line": 2471, "column": 19 } } @@ -898478,15 +898965,15 @@ "postfix": false, "binop": null }, - "start": 110158, - "end": 110159, + "start": 112548, + "end": 112549, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 19 }, "end": { - "line": 2429, + "line": 2471, "column": 20 } } @@ -898504,15 +898991,15 @@ "binop": null, "updateContext": null }, - "start": 110160, - "end": 110161, + "start": 112550, + "end": 112551, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 21 }, "end": { - "line": 2429, + "line": 2471, "column": 22 } } @@ -898530,15 +899017,15 @@ "binop": null }, "value": "newOpts", - "start": 110161, - "end": 110168, + "start": 112551, + "end": 112558, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 22 }, "end": { - "line": 2429, + "line": 2471, "column": 29 } } @@ -898556,15 +899043,15 @@ "binop": null, "updateContext": null }, - "start": 110168, - "end": 110169, + "start": 112558, + "end": 112559, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 29 }, "end": { - "line": 2429, + "line": 2471, "column": 30 } } @@ -898581,15 +899068,15 @@ "postfix": false, "binop": null }, - "start": 110170, - "end": 110171, + "start": 112560, + "end": 112561, "loc": { "start": { - "line": 2429, + "line": 2471, "column": 31 }, "end": { - "line": 2429, + "line": 2471, "column": 32 } } @@ -898609,15 +899096,15 @@ "updateContext": null }, "value": "if", - "start": 110189, - "end": 110191, + "start": 112579, + "end": 112581, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 8 }, "end": { - "line": 2431, + "line": 2473, "column": 10 } } @@ -898634,15 +899121,15 @@ "postfix": false, "binop": null }, - "start": 110192, - "end": 110193, + "start": 112582, + "end": 112583, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 11 }, "end": { - "line": 2431, + "line": 2473, "column": 12 } } @@ -898660,15 +899147,15 @@ "binop": null }, "value": "callback", - "start": 110194, - "end": 110202, + "start": 112584, + "end": 112592, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 13 }, "end": { - "line": 2431, + "line": 2473, "column": 21 } } @@ -898685,15 +899172,15 @@ "postfix": false, "binop": null }, - "start": 110203, - "end": 110204, + "start": 112593, + "end": 112594, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 22 }, "end": { - "line": 2431, + "line": 2473, "column": 23 } } @@ -898710,15 +899197,15 @@ "postfix": false, "binop": null }, - "start": 110205, - "end": 110206, + "start": 112595, + "end": 112596, "loc": { "start": { - "line": 2431, + "line": 2473, "column": 24 }, "end": { - "line": 2431, + "line": 2473, "column": 25 } } @@ -898738,15 +899225,15 @@ "updateContext": null }, "value": "this", - "start": 110219, - "end": 110223, + "start": 112609, + "end": 112613, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 12 }, "end": { - "line": 2432, + "line": 2474, "column": 16 } } @@ -898764,15 +899251,15 @@ "binop": null, "updateContext": null }, - "start": 110223, - "end": 110224, + "start": 112613, + "end": 112614, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 16 }, "end": { - "line": 2432, + "line": 2474, "column": 17 } } @@ -898790,15 +899277,15 @@ "binop": null }, "value": "_debug", - "start": 110224, - "end": 110230, + "start": 112614, + "end": 112620, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 17 }, "end": { - "line": 2432, + "line": 2474, "column": 23 } } @@ -898815,15 +899302,15 @@ "postfix": false, "binop": null }, - "start": 110230, - "end": 110231, + "start": 112620, + "end": 112621, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 23 }, "end": { - "line": 2432, + "line": 2474, "column": 24 } } @@ -898842,15 +899329,15 @@ "updateContext": null }, "value": "Fired your callback function after dateforthing.", - "start": 110232, - "end": 110282, + "start": 112622, + "end": 112672, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 25 }, "end": { - "line": 2432, + "line": 2474, "column": 75 } } @@ -898867,15 +899354,15 @@ "postfix": false, "binop": null }, - "start": 110283, - "end": 110284, + "start": 112673, + "end": 112674, "loc": { "start": { - "line": 2432, + "line": 2474, "column": 76 }, "end": { - "line": 2432, + "line": 2474, "column": 77 } } @@ -898893,15 +899380,15 @@ "binop": null }, "value": "callback", - "start": 110310, - "end": 110318, + "start": 112700, + "end": 112708, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 12 }, "end": { - "line": 2434, + "line": 2476, "column": 20 } } @@ -898918,15 +899405,15 @@ "postfix": false, "binop": null }, - "start": 110318, - "end": 110319, + "start": 112708, + "end": 112709, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 20 }, "end": { - "line": 2434, + "line": 2476, "column": 21 } } @@ -898946,15 +899433,15 @@ "updateContext": null }, "value": "this", - "start": 110320, - "end": 110324, + "start": 112710, + "end": 112714, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 22 }, "end": { - "line": 2434, + "line": 2476, "column": 26 } } @@ -898972,15 +899459,15 @@ "binop": null, "updateContext": null }, - "start": 110324, - "end": 110325, + "start": 112714, + "end": 112715, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 26 }, "end": { - "line": 2434, + "line": 2476, "column": 27 } } @@ -898998,15 +899485,15 @@ "binop": null }, "value": "_element", - "start": 110325, - "end": 110333, + "start": 112715, + "end": 112723, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 27 }, "end": { - "line": 2434, + "line": 2476, "column": 35 } } @@ -899024,15 +899511,15 @@ "binop": null, "updateContext": null }, - "start": 110333, - "end": 110334, + "start": 112723, + "end": 112724, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 35 }, "end": { - "line": 2434, + "line": 2476, "column": 36 } } @@ -899052,15 +899539,15 @@ "updateContext": null }, "value": "this", - "start": 110335, - "end": 110339, + "start": 112725, + "end": 112729, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 37 }, "end": { - "line": 2434, + "line": 2476, "column": 41 } } @@ -899078,15 +899565,15 @@ "binop": null, "updateContext": null }, - "start": 110339, - "end": 110340, + "start": 112729, + "end": 112730, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 41 }, "end": { - "line": 2434, + "line": 2476, "column": 42 } } @@ -899104,15 +899591,15 @@ "binop": null }, "value": "_config", - "start": 110340, - "end": 110347, + "start": 112730, + "end": 112737, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 42 }, "end": { - "line": 2434, + "line": 2476, "column": 49 } } @@ -899130,15 +899617,15 @@ "binop": null, "updateContext": null }, - "start": 110347, - "end": 110348, + "start": 112737, + "end": 112738, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 49 }, "end": { - "line": 2434, + "line": 2476, "column": 50 } } @@ -899156,15 +899643,15 @@ "binop": null }, "value": "userdata", - "start": 110349, - "end": 110357, + "start": 112739, + "end": 112747, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 51 }, "end": { - "line": 2434, + "line": 2476, "column": 59 } } @@ -899181,15 +899668,15 @@ "postfix": false, "binop": null }, - "start": 110358, - "end": 110359, + "start": 112748, + "end": 112749, "loc": { "start": { - "line": 2434, + "line": 2476, "column": 60 }, "end": { - "line": 2434, + "line": 2476, "column": 61 } } @@ -899206,15 +899693,15 @@ "postfix": false, "binop": null }, - "start": 110368, - "end": 110369, + "start": 112758, + "end": 112759, "loc": { "start": { - "line": 2435, + "line": 2477, "column": 8 }, "end": { - "line": 2435, + "line": 2477, "column": 9 } } @@ -899231,15 +899718,15 @@ "postfix": false, "binop": null }, - "start": 110374, - "end": 110375, + "start": 112764, + "end": 112765, "loc": { "start": { - "line": 2436, + "line": 2478, "column": 4 }, "end": { - "line": 2436, + "line": 2478, "column": 5 } } @@ -899247,15 +899734,15 @@ { "type": "CommentBlock", "value": "*\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n ", - "start": 110385, - "end": 110860, + "start": 112775, + "end": 113250, "loc": { "start": { - "line": 2438, + "line": 2480, "column": 4 }, "end": { - "line": 2443, + "line": 2485, "column": 7 } } @@ -899273,15 +899760,15 @@ "binop": null }, "value": "alignment", - "start": 110865, - "end": 110874, + "start": 113255, + "end": 113264, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 4 }, "end": { - "line": 2444, + "line": 2486, "column": 13 } } @@ -899298,15 +899785,15 @@ "postfix": false, "binop": null }, - "start": 110874, - "end": 110875, + "start": 113264, + "end": 113265, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 13 }, "end": { - "line": 2444, + "line": 2486, "column": 14 } } @@ -899324,15 +899811,15 @@ "binop": null, "updateContext": null }, - "start": 110876, - "end": 110879, + "start": 113266, + "end": 113269, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 15 }, "end": { - "line": 2444, + "line": 2486, "column": 18 } } @@ -899350,15 +899837,15 @@ "binop": null }, "value": "args", - "start": 110879, - "end": 110883, + "start": 113269, + "end": 113273, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 18 }, "end": { - "line": 2444, + "line": 2486, "column": 22 } } @@ -899375,15 +899862,15 @@ "postfix": false, "binop": null }, - "start": 110884, - "end": 110885, + "start": 113274, + "end": 113275, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 23 }, "end": { - "line": 2444, + "line": 2486, "column": 24 } } @@ -899400,15 +899887,15 @@ "postfix": false, "binop": null }, - "start": 110886, - "end": 110887, + "start": 113276, + "end": 113277, "loc": { "start": { - "line": 2444, + "line": 2486, "column": 25 }, "end": { - "line": 2444, + "line": 2486, "column": 26 } } @@ -899428,15 +899915,15 @@ "updateContext": null }, "value": "this", - "start": 110896, - "end": 110900, + "start": 113286, + "end": 113290, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 8 }, "end": { - "line": 2445, + "line": 2487, "column": 12 } } @@ -899454,15 +899941,15 @@ "binop": null, "updateContext": null }, - "start": 110900, - "end": 110901, + "start": 113290, + "end": 113291, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 12 }, "end": { - "line": 2445, + "line": 2487, "column": 13 } } @@ -899480,15 +899967,15 @@ "binop": null }, "value": "_debug", - "start": 110901, - "end": 110907, + "start": 113291, + "end": 113297, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 13 }, "end": { - "line": 2445, + "line": 2487, "column": 19 } } @@ -899505,15 +899992,15 @@ "postfix": false, "binop": null }, - "start": 110907, - "end": 110908, + "start": 113297, + "end": 113298, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 19 }, "end": { - "line": 2445, + "line": 2487, "column": 20 } } @@ -899532,15 +900019,15 @@ "updateContext": null }, "value": "alignment", - "start": 110909, - "end": 110920, + "start": 113299, + "end": 113310, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 21 }, "end": { - "line": 2445, + "line": 2487, "column": 32 } } @@ -899557,15 +900044,15 @@ "postfix": false, "binop": null }, - "start": 110921, - "end": 110922, + "start": 113311, + "end": 113312, "loc": { "start": { - "line": 2445, + "line": 2487, "column": 33 }, "end": { - "line": 2445, + "line": 2487, "column": 34 } } @@ -899585,15 +900072,15 @@ "updateContext": null }, "value": "let", - "start": 110940, - "end": 110943, + "start": 113330, + "end": 113333, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 8 }, "end": { - "line": 2447, + "line": 2489, "column": 11 } } @@ -899611,15 +900098,15 @@ "binop": null }, "value": "_opts", - "start": 110944, - "end": 110949, + "start": 113334, + "end": 113339, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 12 }, "end": { - "line": 2447, + "line": 2489, "column": 17 } } @@ -899638,15 +900125,15 @@ "updateContext": null }, "value": "=", - "start": 110958, - "end": 110959, + "start": 113348, + "end": 113349, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 26 }, "end": { - "line": 2447, + "line": 2489, "column": 27 } } @@ -899666,15 +900153,15 @@ "updateContext": null }, "value": "this", - "start": 110960, - "end": 110964, + "start": 113350, + "end": 113354, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 28 }, "end": { - "line": 2447, + "line": 2489, "column": 32 } } @@ -899692,15 +900179,15 @@ "binop": null, "updateContext": null }, - "start": 110964, - "end": 110965, + "start": 113354, + "end": 113355, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 32 }, "end": { - "line": 2447, + "line": 2489, "column": 33 } } @@ -899718,15 +900205,15 @@ "binop": null }, "value": "_config", - "start": 110965, - "end": 110972, + "start": 113355, + "end": 113362, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 33 }, "end": { - "line": 2447, + "line": 2489, "column": 40 } } @@ -899744,15 +900231,15 @@ "binop": null, "updateContext": null }, - "start": 110972, - "end": 110973, + "start": 113362, + "end": 113363, "loc": { "start": { - "line": 2447, + "line": 2489, "column": 40 }, "end": { - "line": 2447, + "line": 2489, "column": 41 } } @@ -899770,15 +900257,15 @@ "binop": null }, "value": "_props", - "start": 110986, - "end": 110992, + "start": 113376, + "end": 113382, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 12 }, "end": { - "line": 2448, + "line": 2490, "column": 18 } } @@ -899797,15 +900284,15 @@ "updateContext": null }, "value": "=", - "start": 111000, - "end": 111001, + "start": 113390, + "end": 113391, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 26 }, "end": { - "line": 2448, + "line": 2490, "column": 27 } } @@ -899825,15 +900312,15 @@ "updateContext": null }, "value": "this", - "start": 111002, - "end": 111006, + "start": 113392, + "end": 113396, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 28 }, "end": { - "line": 2448, + "line": 2490, "column": 32 } } @@ -899851,15 +900338,15 @@ "binop": null, "updateContext": null }, - "start": 111006, - "end": 111007, + "start": 113396, + "end": 113397, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 32 }, "end": { - "line": 2448, + "line": 2490, "column": 33 } } @@ -899877,15 +900364,15 @@ "binop": null }, "value": "_instanceProps", - "start": 111007, - "end": 111021, + "start": 113397, + "end": 113411, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 33 }, "end": { - "line": 2448, + "line": 2490, "column": 47 } } @@ -899903,15 +900390,15 @@ "binop": null, "updateContext": null }, - "start": 111021, - "end": 111022, + "start": 113411, + "end": 113412, "loc": { "start": { - "line": 2448, + "line": 2490, "column": 47 }, "end": { - "line": 2448, + "line": 2490, "column": 48 } } @@ -899929,15 +900416,15 @@ "binop": null }, "value": "_elem", - "start": 111035, - "end": 111040, + "start": 113425, + "end": 113430, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 12 }, "end": { - "line": 2449, + "line": 2491, "column": 17 } } @@ -899956,15 +900443,15 @@ "updateContext": null }, "value": "=", - "start": 111049, - "end": 111050, + "start": 113439, + "end": 113440, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 26 }, "end": { - "line": 2449, + "line": 2491, "column": 27 } } @@ -899984,15 +900471,15 @@ "updateContext": null }, "value": "this", - "start": 111051, - "end": 111055, + "start": 113441, + "end": 113445, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 28 }, "end": { - "line": 2449, + "line": 2491, "column": 32 } } @@ -900010,15 +900497,15 @@ "binop": null, "updateContext": null }, - "start": 111055, - "end": 111056, + "start": 113445, + "end": 113446, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 32 }, "end": { - "line": 2449, + "line": 2491, "column": 33 } } @@ -900036,15 +900523,15 @@ "binop": null }, "value": "_element", - "start": 111056, - "end": 111064, + "start": 113446, + "end": 113454, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 33 }, "end": { - "line": 2449, + "line": 2491, "column": 41 } } @@ -900062,15 +900549,15 @@ "binop": null, "updateContext": null }, - "start": 111064, - "end": 111065, + "start": 113454, + "end": 113455, "loc": { "start": { - "line": 2449, + "line": 2491, "column": 41 }, "end": { - "line": 2449, + "line": 2491, "column": 42 } } @@ -900088,15 +900575,15 @@ "binop": null }, "value": "_tl_container", - "start": 111078, - "end": 111091, + "start": 113468, + "end": 113481, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 12 }, "end": { - "line": 2450, + "line": 2492, "column": 25 } } @@ -900115,15 +900602,15 @@ "updateContext": null }, "value": "=", - "start": 111092, - "end": 111093, + "start": 113482, + "end": 113483, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 26 }, "end": { - "line": 2450, + "line": 2492, "column": 27 } } @@ -900141,15 +900628,15 @@ "binop": null }, "value": "$", - "start": 111094, - "end": 111095, + "start": 113484, + "end": 113485, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 28 }, "end": { - "line": 2450, + "line": 2492, "column": 29 } } @@ -900166,15 +900653,15 @@ "postfix": false, "binop": null }, - "start": 111095, - "end": 111096, + "start": 113485, + "end": 113486, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 29 }, "end": { - "line": 2450, + "line": 2492, "column": 30 } } @@ -900192,15 +900679,15 @@ "binop": null }, "value": "_elem", - "start": 111096, - "end": 111101, + "start": 113486, + "end": 113491, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 30 }, "end": { - "line": 2450, + "line": 2492, "column": 35 } } @@ -900217,15 +900704,15 @@ "postfix": false, "binop": null }, - "start": 111101, - "end": 111102, + "start": 113491, + "end": 113492, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 35 }, "end": { - "line": 2450, + "line": 2492, "column": 36 } } @@ -900243,15 +900730,15 @@ "binop": null, "updateContext": null }, - "start": 111102, - "end": 111103, + "start": 113492, + "end": 113493, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 36 }, "end": { - "line": 2450, + "line": 2492, "column": 37 } } @@ -900269,15 +900756,15 @@ "binop": null }, "value": "find", - "start": 111103, - "end": 111107, + "start": 113493, + "end": 113497, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 37 }, "end": { - "line": 2450, + "line": 2492, "column": 41 } } @@ -900294,15 +900781,15 @@ "postfix": false, "binop": null }, - "start": 111107, - "end": 111108, + "start": 113497, + "end": 113498, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 41 }, "end": { - "line": 2450, + "line": 2492, "column": 42 } } @@ -900320,15 +900807,15 @@ "binop": null }, "value": "Selector", - "start": 111109, - "end": 111117, + "start": 113499, + "end": 113507, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 43 }, "end": { - "line": 2450, + "line": 2492, "column": 51 } } @@ -900346,15 +900833,15 @@ "binop": null, "updateContext": null }, - "start": 111117, - "end": 111118, + "start": 113507, + "end": 113508, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 51 }, "end": { - "line": 2450, + "line": 2492, "column": 52 } } @@ -900372,15 +900859,15 @@ "binop": null }, "value": "TIMELINE_CONTAINER", - "start": 111118, - "end": 111136, + "start": 113508, + "end": 113526, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 52 }, "end": { - "line": 2450, + "line": 2492, "column": 70 } } @@ -900397,15 +900884,15 @@ "postfix": false, "binop": null }, - "start": 111137, - "end": 111138, + "start": 113527, + "end": 113528, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 71 }, "end": { - "line": 2450, + "line": 2492, "column": 72 } } @@ -900423,15 +900910,15 @@ "binop": null, "updateContext": null }, - "start": 111138, - "end": 111139, + "start": 113528, + "end": 113529, "loc": { "start": { - "line": 2450, + "line": 2492, "column": 72 }, "end": { - "line": 2450, + "line": 2492, "column": 73 } } @@ -900449,15 +900936,15 @@ "binop": null }, "value": "_movX", - "start": 111152, - "end": 111157, + "start": 113542, + "end": 113547, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 12 }, "end": { - "line": 2451, + "line": 2493, "column": 17 } } @@ -900476,15 +900963,15 @@ "updateContext": null }, "value": "=", - "start": 111166, - "end": 111167, + "start": 113556, + "end": 113557, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 26 }, "end": { - "line": 2451, + "line": 2493, "column": 27 } } @@ -900503,15 +900990,15 @@ "updateContext": null }, "value": 0, - "start": 111168, - "end": 111169, + "start": 113558, + "end": 113559, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 28 }, "end": { - "line": 2451, + "line": 2493, "column": 29 } } @@ -900529,15 +901016,15 @@ "binop": null, "updateContext": null }, - "start": 111169, - "end": 111170, + "start": 113559, + "end": 113560, "loc": { "start": { - "line": 2451, + "line": 2493, "column": 29 }, "end": { - "line": 2451, + "line": 2493, "column": 30 } } @@ -900555,15 +901042,15 @@ "binop": null }, "value": "_args", - "start": 111183, - "end": 111188, + "start": 113573, + "end": 113578, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 12 }, "end": { - "line": 2452, + "line": 2494, "column": 17 } } @@ -900582,15 +901069,15 @@ "updateContext": null }, "value": "=", - "start": 111197, - "end": 111198, + "start": 113587, + "end": 113588, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 26 }, "end": { - "line": 2452, + "line": 2494, "column": 27 } } @@ -900609,15 +901096,15 @@ "updateContext": null }, "value": "!", - "start": 111199, - "end": 111200, + "start": 113589, + "end": 113590, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 28 }, "end": { - "line": 2452, + "line": 2494, "column": 29 } } @@ -900637,15 +901124,15 @@ "updateContext": null }, "value": "this", - "start": 111201, - "end": 111205, + "start": 113591, + "end": 113595, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 30 }, "end": { - "line": 2452, + "line": 2494, "column": 34 } } @@ -900663,15 +901150,15 @@ "binop": null, "updateContext": null }, - "start": 111205, - "end": 111206, + "start": 113595, + "end": 113596, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 34 }, "end": { - "line": 2452, + "line": 2494, "column": 35 } } @@ -900689,15 +901176,15 @@ "binop": null }, "value": "is_empty", - "start": 111206, - "end": 111214, + "start": 113596, + "end": 113604, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 35 }, "end": { - "line": 2452, + "line": 2494, "column": 43 } } @@ -900714,15 +901201,15 @@ "postfix": false, "binop": null }, - "start": 111214, - "end": 111215, + "start": 113604, + "end": 113605, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 43 }, "end": { - "line": 2452, + "line": 2494, "column": 44 } } @@ -900740,15 +901227,15 @@ "binop": null }, "value": "args", - "start": 111216, - "end": 111220, + "start": 113606, + "end": 113610, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 45 }, "end": { - "line": 2452, + "line": 2494, "column": 49 } } @@ -900765,15 +901252,15 @@ "postfix": false, "binop": null }, - "start": 111221, - "end": 111222, + "start": 113611, + "end": 113612, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 50 }, "end": { - "line": 2452, + "line": 2494, "column": 51 } } @@ -900791,15 +901278,15 @@ "binop": null, "updateContext": null }, - "start": 111223, - "end": 111224, + "start": 113613, + "end": 113614, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 52 }, "end": { - "line": 2452, + "line": 2494, "column": 53 } } @@ -900817,15 +901304,15 @@ "binop": null }, "value": "args", - "start": 111225, - "end": 111229, + "start": 113615, + "end": 113619, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 54 }, "end": { - "line": 2452, + "line": 2494, "column": 58 } } @@ -900843,15 +901330,15 @@ "binop": null, "updateContext": null }, - "start": 111229, - "end": 111230, + "start": 113619, + "end": 113620, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 58 }, "end": { - "line": 2452, + "line": 2494, "column": 59 } } @@ -900870,15 +901357,15 @@ "updateContext": null }, "value": 0, - "start": 111230, - "end": 111231, + "start": 113620, + "end": 113621, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 59 }, "end": { - "line": 2452, + "line": 2494, "column": 60 } } @@ -900896,15 +901383,15 @@ "binop": null, "updateContext": null }, - "start": 111231, - "end": 111232, + "start": 113621, + "end": 113622, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 60 }, "end": { - "line": 2452, + "line": 2494, "column": 61 } } @@ -900922,15 +901409,15 @@ "binop": null, "updateContext": null }, - "start": 111233, - "end": 111234, + "start": 113623, + "end": 113624, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 62 }, "end": { - "line": 2452, + "line": 2494, "column": 63 } } @@ -900948,15 +901435,15 @@ "binop": null, "updateContext": null }, - "start": 111235, - "end": 111236, + "start": 113625, + "end": 113626, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 64 }, "end": { - "line": 2452, + "line": 2494, "column": 65 } } @@ -900974,15 +901461,15 @@ "binop": null, "updateContext": null }, - "start": 111236, - "end": 111237, + "start": 113626, + "end": 113627, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 65 }, "end": { - "line": 2452, + "line": 2494, "column": 66 } } @@ -901000,15 +901487,15 @@ "binop": null, "updateContext": null }, - "start": 111237, - "end": 111238, + "start": 113627, + "end": 113628, "loc": { "start": { - "line": 2452, + "line": 2494, "column": 66 }, "end": { - "line": 2452, + "line": 2494, "column": 67 } } @@ -901026,15 +901513,15 @@ "binop": null }, "value": "position", - "start": 111251, - "end": 111259, + "start": 113641, + "end": 113649, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 12 }, "end": { - "line": 2453, + "line": 2495, "column": 20 } } @@ -901053,15 +901540,15 @@ "updateContext": null }, "value": "=", - "start": 111265, - "end": 111266, + "start": 113655, + "end": 113656, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 26 }, "end": { - "line": 2453, + "line": 2495, "column": 27 } } @@ -901079,15 +901566,15 @@ "binop": null }, "value": "_args", - "start": 111267, - "end": 111272, + "start": 113657, + "end": 113662, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 28 }, "end": { - "line": 2453, + "line": 2495, "column": 33 } } @@ -901105,15 +901592,15 @@ "binop": null, "updateContext": null }, - "start": 111272, - "end": 111273, + "start": 113662, + "end": 113663, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 33 }, "end": { - "line": 2453, + "line": 2495, "column": 34 } } @@ -901131,15 +901618,15 @@ "binop": null }, "value": "length", - "start": 111273, - "end": 111279, + "start": 113663, + "end": 113669, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 34 }, "end": { - "line": 2453, + "line": 2495, "column": 40 } } @@ -901158,15 +901645,15 @@ "updateContext": null }, "value": ">", - "start": 111280, - "end": 111281, + "start": 113670, + "end": 113671, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 41 }, "end": { - "line": 2453, + "line": 2495, "column": 42 } } @@ -901185,15 +901672,15 @@ "updateContext": null }, "value": 0, - "start": 111282, - "end": 111283, + "start": 113672, + "end": 113673, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 43 }, "end": { - "line": 2453, + "line": 2495, "column": 44 } } @@ -901212,15 +901699,15 @@ "updateContext": null }, "value": "&&", - "start": 111284, - "end": 111286, + "start": 113674, + "end": 113676, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 45 }, "end": { - "line": 2453, + "line": 2495, "column": 47 } } @@ -901240,15 +901727,15 @@ "updateContext": null }, "value": "typeof", - "start": 111287, - "end": 111293, + "start": 113677, + "end": 113683, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 48 }, "end": { - "line": 2453, + "line": 2495, "column": 54 } } @@ -901266,15 +901753,15 @@ "binop": null }, "value": "_args", - "start": 111294, - "end": 111299, + "start": 113684, + "end": 113689, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 55 }, "end": { - "line": 2453, + "line": 2495, "column": 60 } } @@ -901292,15 +901779,15 @@ "binop": null, "updateContext": null }, - "start": 111299, - "end": 111300, + "start": 113689, + "end": 113690, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 60 }, "end": { - "line": 2453, + "line": 2495, "column": 61 } } @@ -901319,15 +901806,15 @@ "updateContext": null }, "value": 0, - "start": 111300, - "end": 111301, + "start": 113690, + "end": 113691, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 61 }, "end": { - "line": 2453, + "line": 2495, "column": 62 } } @@ -901345,15 +901832,15 @@ "binop": null, "updateContext": null }, - "start": 111301, - "end": 111302, + "start": 113691, + "end": 113692, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 62 }, "end": { - "line": 2453, + "line": 2495, "column": 63 } } @@ -901372,15 +901859,15 @@ "updateContext": null }, "value": "===", - "start": 111303, - "end": 111306, + "start": 113693, + "end": 113696, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 64 }, "end": { - "line": 2453, + "line": 2495, "column": 67 } } @@ -901399,15 +901886,15 @@ "updateContext": null }, "value": "string", - "start": 111307, - "end": 111315, + "start": 113697, + "end": 113705, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 68 }, "end": { - "line": 2453, + "line": 2495, "column": 76 } } @@ -901425,15 +901912,15 @@ "binop": null, "updateContext": null }, - "start": 111316, - "end": 111317, + "start": 113706, + "end": 113707, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 77 }, "end": { - "line": 2453, + "line": 2495, "column": 78 } } @@ -901451,15 +901938,15 @@ "binop": null }, "value": "_args", - "start": 111318, - "end": 111323, + "start": 113708, + "end": 113713, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 79 }, "end": { - "line": 2453, + "line": 2495, "column": 84 } } @@ -901477,15 +901964,15 @@ "binop": null, "updateContext": null }, - "start": 111323, - "end": 111324, + "start": 113713, + "end": 113714, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 84 }, "end": { - "line": 2453, + "line": 2495, "column": 85 } } @@ -901504,15 +901991,15 @@ "updateContext": null }, "value": 0, - "start": 111324, - "end": 111325, + "start": 113714, + "end": 113715, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 85 }, "end": { - "line": 2453, + "line": 2495, "column": 86 } } @@ -901530,15 +902017,15 @@ "binop": null, "updateContext": null }, - "start": 111325, - "end": 111326, + "start": 113715, + "end": 113716, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 86 }, "end": { - "line": 2453, + "line": 2495, "column": 87 } } @@ -901556,15 +902043,15 @@ "binop": null, "updateContext": null }, - "start": 111327, - "end": 111328, + "start": 113717, + "end": 113718, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 88 }, "end": { - "line": 2453, + "line": 2495, "column": 89 } } @@ -901582,15 +902069,15 @@ "binop": null }, "value": "_opts", - "start": 111329, - "end": 111334, + "start": 113719, + "end": 113724, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 90 }, "end": { - "line": 2453, + "line": 2495, "column": 95 } } @@ -901608,15 +902095,15 @@ "binop": null, "updateContext": null }, - "start": 111334, - "end": 111335, + "start": 113724, + "end": 113725, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 95 }, "end": { - "line": 2453, + "line": 2495, "column": 96 } } @@ -901634,15 +902121,15 @@ "binop": null }, "value": "rangeAlign", - "start": 111335, - "end": 111345, + "start": 113725, + "end": 113735, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 96 }, "end": { - "line": 2453, + "line": 2495, "column": 106 } } @@ -901660,15 +902147,15 @@ "binop": null, "updateContext": null }, - "start": 111345, - "end": 111346, + "start": 113735, + "end": 113736, "loc": { "start": { - "line": 2453, + "line": 2495, "column": 106 }, "end": { - "line": 2453, + "line": 2495, "column": 107 } } @@ -901686,15 +902173,15 @@ "binop": null }, "value": "duration", - "start": 111359, - "end": 111367, + "start": 113749, + "end": 113757, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 12 }, "end": { - "line": 2454, + "line": 2496, "column": 20 } } @@ -901713,15 +902200,15 @@ "updateContext": null }, "value": "=", - "start": 111373, - "end": 111374, + "start": 113763, + "end": 113764, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 26 }, "end": { - "line": 2454, + "line": 2496, "column": 27 } } @@ -901739,15 +902226,15 @@ "binop": null }, "value": "_args", - "start": 111375, - "end": 111380, + "start": 113765, + "end": 113770, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 28 }, "end": { - "line": 2454, + "line": 2496, "column": 33 } } @@ -901765,15 +902252,15 @@ "binop": null, "updateContext": null }, - "start": 111380, - "end": 111381, + "start": 113770, + "end": 113771, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 33 }, "end": { - "line": 2454, + "line": 2496, "column": 34 } } @@ -901791,15 +902278,15 @@ "binop": null }, "value": "length", - "start": 111381, - "end": 111387, + "start": 113771, + "end": 113777, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 34 }, "end": { - "line": 2454, + "line": 2496, "column": 40 } } @@ -901818,15 +902305,15 @@ "updateContext": null }, "value": ">", - "start": 111388, - "end": 111389, + "start": 113778, + "end": 113779, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 41 }, "end": { - "line": 2454, + "line": 2496, "column": 42 } } @@ -901845,15 +902332,15 @@ "updateContext": null }, "value": 1, - "start": 111390, - "end": 111391, + "start": 113780, + "end": 113781, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 43 }, "end": { - "line": 2454, + "line": 2496, "column": 44 } } @@ -901872,15 +902359,15 @@ "updateContext": null }, "value": "&&", - "start": 111392, - "end": 111394, + "start": 113782, + "end": 113784, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 45 }, "end": { - "line": 2454, + "line": 2496, "column": 47 } } @@ -901902,15 +902389,15 @@ "pattern": "^(\\d{1,}|fast|normal|slow)$", "flags": "i" }, - "start": 111395, - "end": 111425, + "start": 113785, + "end": 113815, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 48 }, "end": { - "line": 2454, + "line": 2496, "column": 78 } } @@ -901928,15 +902415,15 @@ "binop": null, "updateContext": null }, - "start": 111425, - "end": 111426, + "start": 113815, + "end": 113816, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 78 }, "end": { - "line": 2454, + "line": 2496, "column": 79 } } @@ -901954,15 +902441,15 @@ "binop": null }, "value": "test", - "start": 111426, - "end": 111430, + "start": 113816, + "end": 113820, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 79 }, "end": { - "line": 2454, + "line": 2496, "column": 83 } } @@ -901979,15 +902466,15 @@ "postfix": false, "binop": null }, - "start": 111430, - "end": 111431, + "start": 113820, + "end": 113821, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 83 }, "end": { - "line": 2454, + "line": 2496, "column": 84 } } @@ -902005,15 +902492,15 @@ "binop": null }, "value": "_args", - "start": 111432, - "end": 111437, + "start": 113822, + "end": 113827, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 85 }, "end": { - "line": 2454, + "line": 2496, "column": 90 } } @@ -902031,15 +902518,15 @@ "binop": null, "updateContext": null }, - "start": 111437, - "end": 111438, + "start": 113827, + "end": 113828, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 90 }, "end": { - "line": 2454, + "line": 2496, "column": 91 } } @@ -902058,15 +902545,15 @@ "updateContext": null }, "value": 1, - "start": 111438, - "end": 111439, + "start": 113828, + "end": 113829, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 91 }, "end": { - "line": 2454, + "line": 2496, "column": 92 } } @@ -902084,15 +902571,15 @@ "binop": null, "updateContext": null }, - "start": 111439, - "end": 111440, + "start": 113829, + "end": 113830, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 92 }, "end": { - "line": 2454, + "line": 2496, "column": 93 } } @@ -902109,15 +902596,15 @@ "postfix": false, "binop": null }, - "start": 111441, - "end": 111442, + "start": 113831, + "end": 113832, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 94 }, "end": { - "line": 2454, + "line": 2496, "column": 95 } } @@ -902135,15 +902622,15 @@ "binop": null, "updateContext": null }, - "start": 111443, - "end": 111444, + "start": 113833, + "end": 113834, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 96 }, "end": { - "line": 2454, + "line": 2496, "column": 97 } } @@ -902161,15 +902648,15 @@ "binop": null }, "value": "_args", - "start": 111445, - "end": 111450, + "start": 113835, + "end": 113840, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 98 }, "end": { - "line": 2454, + "line": 2496, "column": 103 } } @@ -902187,15 +902674,15 @@ "binop": null, "updateContext": null }, - "start": 111450, - "end": 111451, + "start": 113840, + "end": 113841, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 103 }, "end": { - "line": 2454, + "line": 2496, "column": 104 } } @@ -902214,15 +902701,15 @@ "updateContext": null }, "value": 1, - "start": 111451, - "end": 111452, + "start": 113841, + "end": 113842, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 104 }, "end": { - "line": 2454, + "line": 2496, "column": 105 } } @@ -902240,15 +902727,15 @@ "binop": null, "updateContext": null }, - "start": 111452, - "end": 111453, + "start": 113842, + "end": 113843, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 105 }, "end": { - "line": 2454, + "line": 2496, "column": 106 } } @@ -902266,15 +902753,15 @@ "binop": null, "updateContext": null }, - "start": 111454, - "end": 111455, + "start": 113844, + "end": 113845, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 107 }, "end": { - "line": 2454, + "line": 2496, "column": 108 } } @@ -902293,15 +902780,15 @@ "updateContext": null }, "value": 0, - "start": 111456, - "end": 111457, + "start": 113846, + "end": 113847, "loc": { "start": { - "line": 2454, + "line": 2496, "column": 109 }, "end": { - "line": 2454, + "line": 2496, "column": 110 } } @@ -902309,15 +902796,15 @@ { "type": "CommentLine", "value": "console.log( args, _args, position, duration )", - "start": 111467, - "end": 111515, + "start": 113857, + "end": 113905, "loc": { "start": { - "line": 2456, + "line": 2498, "column": 0 }, "end": { - "line": 2456, + "line": 2498, "column": 48 } } @@ -902337,15 +902824,15 @@ "updateContext": null }, "value": "if", - "start": 111524, - "end": 111526, + "start": 113914, + "end": 113916, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 8 }, "end": { - "line": 2457, + "line": 2499, "column": 10 } } @@ -902362,15 +902849,15 @@ "postfix": false, "binop": null }, - "start": 111527, - "end": 111528, + "start": 113917, + "end": 113918, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 11 }, "end": { - "line": 2457, + "line": 2499, "column": 12 } } @@ -902388,15 +902875,15 @@ "binop": null }, "value": "_props", - "start": 111529, - "end": 111535, + "start": 113919, + "end": 113925, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 13 }, "end": { - "line": 2457, + "line": 2499, "column": 19 } } @@ -902414,15 +902901,15 @@ "binop": null, "updateContext": null }, - "start": 111535, - "end": 111536, + "start": 113925, + "end": 113926, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 19 }, "end": { - "line": 2457, + "line": 2499, "column": 20 } } @@ -902440,15 +902927,15 @@ "binop": null }, "value": "fullwidth", - "start": 111536, - "end": 111545, + "start": 113926, + "end": 113935, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 20 }, "end": { - "line": 2457, + "line": 2499, "column": 29 } } @@ -902467,15 +902954,15 @@ "updateContext": null }, "value": "<=", - "start": 111546, - "end": 111548, + "start": 113936, + "end": 113938, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 30 }, "end": { - "line": 2457, + "line": 2499, "column": 32 } } @@ -902493,15 +902980,15 @@ "binop": null }, "value": "_elem", - "start": 111549, - "end": 111554, + "start": 113939, + "end": 113944, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 33 }, "end": { - "line": 2457, + "line": 2499, "column": 38 } } @@ -902519,15 +903006,15 @@ "binop": null, "updateContext": null }, - "start": 111554, - "end": 111555, + "start": 113944, + "end": 113945, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 38 }, "end": { - "line": 2457, + "line": 2499, "column": 39 } } @@ -902545,15 +903032,15 @@ "binop": null }, "value": "scrollWidth", - "start": 111555, - "end": 111566, + "start": 113945, + "end": 113956, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 39 }, "end": { - "line": 2457, + "line": 2499, "column": 50 } } @@ -902570,15 +903057,15 @@ "postfix": false, "binop": null }, - "start": 111567, - "end": 111568, + "start": 113957, + "end": 113958, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 51 }, "end": { - "line": 2457, + "line": 2499, "column": 52 } } @@ -902595,15 +903082,15 @@ "postfix": false, "binop": null }, - "start": 111569, - "end": 111570, + "start": 113959, + "end": 113960, "loc": { "start": { - "line": 2457, + "line": 2499, "column": 53 }, "end": { - "line": 2457, + "line": 2499, "column": 54 } } @@ -902623,15 +903110,15 @@ "updateContext": null }, "value": "return", - "start": 111583, - "end": 111589, + "start": 113973, + "end": 113979, "loc": { "start": { - "line": 2458, + "line": 2500, "column": 12 }, "end": { - "line": 2458, + "line": 2500, "column": 18 } } @@ -902648,15 +903135,15 @@ "postfix": false, "binop": null }, - "start": 111598, - "end": 111599, + "start": 113988, + "end": 113989, "loc": { "start": { - "line": 2459, + "line": 2501, "column": 8 }, "end": { - "line": 2459, + "line": 2501, "column": 9 } } @@ -902676,15 +903163,15 @@ "updateContext": null }, "value": "switch", - "start": 111617, - "end": 111623, + "start": 114007, + "end": 114013, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 8 }, "end": { - "line": 2461, + "line": 2503, "column": 14 } } @@ -902701,15 +903188,15 @@ "postfix": false, "binop": null }, - "start": 111624, - "end": 111625, + "start": 114014, + "end": 114015, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 15 }, "end": { - "line": 2461, + "line": 2503, "column": 16 } } @@ -902729,15 +903216,15 @@ "updateContext": null }, "value": "true", - "start": 111626, - "end": 111630, + "start": 114016, + "end": 114020, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 17 }, "end": { - "line": 2461, + "line": 2503, "column": 21 } } @@ -902754,15 +903241,15 @@ "postfix": false, "binop": null }, - "start": 111631, - "end": 111632, + "start": 114021, + "end": 114022, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 22 }, "end": { - "line": 2461, + "line": 2503, "column": 23 } } @@ -902779,15 +903266,15 @@ "postfix": false, "binop": null }, - "start": 111633, - "end": 111634, + "start": 114023, + "end": 114024, "loc": { "start": { - "line": 2461, + "line": 2503, "column": 24 }, "end": { - "line": 2461, + "line": 2503, "column": 25 } } @@ -902807,15 +903294,15 @@ "updateContext": null }, "value": "case", - "start": 111647, - "end": 111651, + "start": 114037, + "end": 114041, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 12 }, "end": { - "line": 2462, + "line": 2504, "column": 16 } } @@ -902837,15 +903324,15 @@ "pattern": "^(left|begin)$", "flags": "i" }, - "start": 111652, - "end": 111669, + "start": 114042, + "end": 114059, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 17 }, "end": { - "line": 2462, + "line": 2504, "column": 34 } } @@ -902863,15 +903350,15 @@ "binop": null, "updateContext": null }, - "start": 111669, - "end": 111670, + "start": 114059, + "end": 114060, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 34 }, "end": { - "line": 2462, + "line": 2504, "column": 35 } } @@ -902889,15 +903376,15 @@ "binop": null }, "value": "test", - "start": 111670, - "end": 111674, + "start": 114060, + "end": 114064, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 35 }, "end": { - "line": 2462, + "line": 2504, "column": 39 } } @@ -902914,15 +903401,15 @@ "postfix": false, "binop": null }, - "start": 111674, - "end": 111675, + "start": 114064, + "end": 114065, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 39 }, "end": { - "line": 2462, + "line": 2504, "column": 40 } } @@ -902940,15 +903427,15 @@ "binop": null }, "value": "position", - "start": 111676, - "end": 111684, + "start": 114066, + "end": 114074, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 41 }, "end": { - "line": 2462, + "line": 2504, "column": 49 } } @@ -902965,15 +903452,15 @@ "postfix": false, "binop": null }, - "start": 111685, - "end": 111686, + "start": 114075, + "end": 114076, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 50 }, "end": { - "line": 2462, + "line": 2504, "column": 51 } } @@ -902991,15 +903478,15 @@ "binop": null, "updateContext": null }, - "start": 111686, - "end": 111687, + "start": 114076, + "end": 114077, "loc": { "start": { - "line": 2462, + "line": 2504, "column": 51 }, "end": { - "line": 2462, + "line": 2504, "column": 52 } } @@ -903017,15 +903504,15 @@ "binop": null }, "value": "_movX", - "start": 111704, - "end": 111709, + "start": 114094, + "end": 114099, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 16 }, "end": { - "line": 2463, + "line": 2505, "column": 21 } } @@ -903044,15 +903531,15 @@ "updateContext": null }, "value": "=", - "start": 111710, - "end": 111711, + "start": 114100, + "end": 114101, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 22 }, "end": { - "line": 2463, + "line": 2505, "column": 23 } } @@ -903071,15 +903558,15 @@ "updateContext": null }, "value": 0, - "start": 111712, - "end": 111713, + "start": 114102, + "end": 114103, "loc": { "start": { - "line": 2463, + "line": 2505, "column": 24 }, "end": { - "line": 2463, + "line": 2505, "column": 25 } } @@ -903099,15 +903586,15 @@ "updateContext": null }, "value": "break", - "start": 111730, - "end": 111735, + "start": 114120, + "end": 114125, "loc": { "start": { - "line": 2464, + "line": 2506, "column": 16 }, "end": { - "line": 2464, + "line": 2506, "column": 21 } } @@ -903127,15 +903614,15 @@ "updateContext": null }, "value": "case", - "start": 111748, - "end": 111752, + "start": 114138, + "end": 114142, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 12 }, "end": { - "line": 2465, + "line": 2507, "column": 16 } } @@ -903157,15 +903644,15 @@ "pattern": "^center$", "flags": "i" }, - "start": 111753, - "end": 111764, + "start": 114143, + "end": 114154, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 17 }, "end": { - "line": 2465, + "line": 2507, "column": 28 } } @@ -903183,15 +903670,15 @@ "binop": null, "updateContext": null }, - "start": 111764, - "end": 111765, + "start": 114154, + "end": 114155, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 28 }, "end": { - "line": 2465, + "line": 2507, "column": 29 } } @@ -903209,15 +903696,15 @@ "binop": null }, "value": "test", - "start": 111765, - "end": 111769, + "start": 114155, + "end": 114159, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 29 }, "end": { - "line": 2465, + "line": 2507, "column": 33 } } @@ -903234,15 +903721,15 @@ "postfix": false, "binop": null }, - "start": 111769, - "end": 111770, + "start": 114159, + "end": 114160, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 33 }, "end": { - "line": 2465, + "line": 2507, "column": 34 } } @@ -903260,15 +903747,15 @@ "binop": null }, "value": "position", - "start": 111771, - "end": 111779, + "start": 114161, + "end": 114169, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 35 }, "end": { - "line": 2465, + "line": 2507, "column": 43 } } @@ -903285,15 +903772,15 @@ "postfix": false, "binop": null }, - "start": 111780, - "end": 111781, + "start": 114170, + "end": 114171, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 44 }, "end": { - "line": 2465, + "line": 2507, "column": 45 } } @@ -903311,15 +903798,15 @@ "binop": null, "updateContext": null }, - "start": 111781, - "end": 111782, + "start": 114171, + "end": 114172, "loc": { "start": { - "line": 2465, + "line": 2507, "column": 45 }, "end": { - "line": 2465, + "line": 2507, "column": 46 } } @@ -903337,15 +903824,15 @@ "binop": null }, "value": "_movX", - "start": 111799, - "end": 111804, + "start": 114189, + "end": 114194, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 16 }, "end": { - "line": 2466, + "line": 2508, "column": 21 } } @@ -903364,15 +903851,15 @@ "updateContext": null }, "value": "=", - "start": 111805, - "end": 111806, + "start": 114195, + "end": 114196, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 22 }, "end": { - "line": 2466, + "line": 2508, "column": 23 } } @@ -903389,15 +903876,15 @@ "postfix": false, "binop": null }, - "start": 111807, - "end": 111808, + "start": 114197, + "end": 114198, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 24 }, "end": { - "line": 2466, + "line": 2508, "column": 25 } } @@ -903415,15 +903902,15 @@ "binop": null }, "value": "_tl_container", - "start": 111809, - "end": 111822, + "start": 114199, + "end": 114212, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 26 }, "end": { - "line": 2466, + "line": 2508, "column": 39 } } @@ -903441,15 +903928,15 @@ "binop": null, "updateContext": null }, - "start": 111822, - "end": 111823, + "start": 114212, + "end": 114213, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 39 }, "end": { - "line": 2466, + "line": 2508, "column": 40 } } @@ -903468,15 +903955,15 @@ "updateContext": null }, "value": 0, - "start": 111823, - "end": 111824, + "start": 114213, + "end": 114214, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 40 }, "end": { - "line": 2466, + "line": 2508, "column": 41 } } @@ -903494,15 +903981,15 @@ "binop": null, "updateContext": null }, - "start": 111824, - "end": 111825, + "start": 114214, + "end": 114215, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 41 }, "end": { - "line": 2466, + "line": 2508, "column": 42 } } @@ -903520,15 +904007,15 @@ "binop": null, "updateContext": null }, - "start": 111825, - "end": 111826, + "start": 114215, + "end": 114216, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 42 }, "end": { - "line": 2466, + "line": 2508, "column": 43 } } @@ -903546,15 +904033,15 @@ "binop": null }, "value": "scrollWidth", - "start": 111826, - "end": 111837, + "start": 114216, + "end": 114227, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 43 }, "end": { - "line": 2466, + "line": 2508, "column": 54 } } @@ -903573,15 +904060,15 @@ "updateContext": null }, "value": "-", - "start": 111838, - "end": 111839, + "start": 114228, + "end": 114229, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 55 }, "end": { - "line": 2466, + "line": 2508, "column": 56 } } @@ -903599,15 +904086,15 @@ "binop": null }, "value": "_elem", - "start": 111840, - "end": 111845, + "start": 114230, + "end": 114235, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 57 }, "end": { - "line": 2466, + "line": 2508, "column": 62 } } @@ -903625,15 +904112,15 @@ "binop": null, "updateContext": null }, - "start": 111845, - "end": 111846, + "start": 114235, + "end": 114236, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 62 }, "end": { - "line": 2466, + "line": 2508, "column": 63 } } @@ -903651,15 +904138,15 @@ "binop": null }, "value": "scrollWidth", - "start": 111846, - "end": 111857, + "start": 114236, + "end": 114247, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 63 }, "end": { - "line": 2466, + "line": 2508, "column": 74 } } @@ -903676,15 +904163,15 @@ "postfix": false, "binop": null }, - "start": 111858, - "end": 111859, + "start": 114248, + "end": 114249, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 75 }, "end": { - "line": 2466, + "line": 2508, "column": 76 } } @@ -903703,15 +904190,15 @@ "updateContext": null }, "value": "/", - "start": 111860, - "end": 111861, + "start": 114250, + "end": 114251, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 77 }, "end": { - "line": 2466, + "line": 2508, "column": 78 } } @@ -903730,15 +904217,15 @@ "updateContext": null }, "value": 2, - "start": 111862, - "end": 111863, + "start": 114252, + "end": 114253, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 79 }, "end": { - "line": 2466, + "line": 2508, "column": 80 } } @@ -903757,15 +904244,15 @@ "updateContext": null }, "value": "+", - "start": 111864, - "end": 111865, + "start": 114254, + "end": 114255, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 81 }, "end": { - "line": 2466, + "line": 2508, "column": 82 } } @@ -903784,15 +904271,15 @@ "updateContext": null }, "value": 1, - "start": 111866, - "end": 111867, + "start": 114256, + "end": 114257, "loc": { "start": { - "line": 2466, + "line": 2508, "column": 83 }, "end": { - "line": 2466, + "line": 2508, "column": 84 } } @@ -903812,15 +904299,15 @@ "updateContext": null }, "value": "break", - "start": 111884, - "end": 111889, + "start": 114274, + "end": 114279, "loc": { "start": { - "line": 2467, + "line": 2509, "column": 16 }, "end": { - "line": 2467, + "line": 2509, "column": 21 } } @@ -903840,15 +904327,15 @@ "updateContext": null }, "value": "case", - "start": 111902, - "end": 111906, + "start": 114292, + "end": 114296, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 12 }, "end": { - "line": 2468, + "line": 2510, "column": 16 } } @@ -903870,15 +904357,15 @@ "pattern": "^(right|end)$", "flags": "i" }, - "start": 111907, - "end": 111923, + "start": 114297, + "end": 114313, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 17 }, "end": { - "line": 2468, + "line": 2510, "column": 33 } } @@ -903896,15 +904383,15 @@ "binop": null, "updateContext": null }, - "start": 111923, - "end": 111924, + "start": 114313, + "end": 114314, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 33 }, "end": { - "line": 2468, + "line": 2510, "column": 34 } } @@ -903922,15 +904409,15 @@ "binop": null }, "value": "test", - "start": 111924, - "end": 111928, + "start": 114314, + "end": 114318, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 34 }, "end": { - "line": 2468, + "line": 2510, "column": 38 } } @@ -903947,15 +904434,15 @@ "postfix": false, "binop": null }, - "start": 111928, - "end": 111929, + "start": 114318, + "end": 114319, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 38 }, "end": { - "line": 2468, + "line": 2510, "column": 39 } } @@ -903973,15 +904460,15 @@ "binop": null }, "value": "position", - "start": 111930, - "end": 111938, + "start": 114320, + "end": 114328, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 40 }, "end": { - "line": 2468, + "line": 2510, "column": 48 } } @@ -903998,15 +904485,15 @@ "postfix": false, "binop": null }, - "start": 111939, - "end": 111940, + "start": 114329, + "end": 114330, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 49 }, "end": { - "line": 2468, + "line": 2510, "column": 50 } } @@ -904024,15 +904511,15 @@ "binop": null, "updateContext": null }, - "start": 111940, - "end": 111941, + "start": 114330, + "end": 114331, "loc": { "start": { - "line": 2468, + "line": 2510, "column": 50 }, "end": { - "line": 2468, + "line": 2510, "column": 51 } } @@ -904050,15 +904537,15 @@ "binop": null }, "value": "_movX", - "start": 111958, - "end": 111963, + "start": 114348, + "end": 114353, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 16 }, "end": { - "line": 2469, + "line": 2511, "column": 21 } } @@ -904077,15 +904564,15 @@ "updateContext": null }, "value": "=", - "start": 111964, - "end": 111965, + "start": 114354, + "end": 114355, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 22 }, "end": { - "line": 2469, + "line": 2511, "column": 23 } } @@ -904103,15 +904590,15 @@ "binop": null }, "value": "_tl_container", - "start": 111966, - "end": 111979, + "start": 114356, + "end": 114369, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 24 }, "end": { - "line": 2469, + "line": 2511, "column": 37 } } @@ -904129,15 +904616,15 @@ "binop": null, "updateContext": null }, - "start": 111979, - "end": 111980, + "start": 114369, + "end": 114370, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 37 }, "end": { - "line": 2469, + "line": 2511, "column": 38 } } @@ -904156,15 +904643,15 @@ "updateContext": null }, "value": 0, - "start": 111980, - "end": 111981, + "start": 114370, + "end": 114371, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 38 }, "end": { - "line": 2469, + "line": 2511, "column": 39 } } @@ -904182,15 +904669,15 @@ "binop": null, "updateContext": null }, - "start": 111981, - "end": 111982, + "start": 114371, + "end": 114372, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 39 }, "end": { - "line": 2469, + "line": 2511, "column": 40 } } @@ -904208,15 +904695,15 @@ "binop": null, "updateContext": null }, - "start": 111982, - "end": 111983, + "start": 114372, + "end": 114373, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 40 }, "end": { - "line": 2469, + "line": 2511, "column": 41 } } @@ -904234,15 +904721,15 @@ "binop": null }, "value": "scrollWidth", - "start": 111983, - "end": 111994, + "start": 114373, + "end": 114384, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 41 }, "end": { - "line": 2469, + "line": 2511, "column": 52 } } @@ -904261,15 +904748,15 @@ "updateContext": null }, "value": "-", - "start": 111995, - "end": 111996, + "start": 114385, + "end": 114386, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 53 }, "end": { - "line": 2469, + "line": 2511, "column": 54 } } @@ -904287,15 +904774,15 @@ "binop": null }, "value": "_elem", - "start": 111997, - "end": 112002, + "start": 114387, + "end": 114392, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 55 }, "end": { - "line": 2469, + "line": 2511, "column": 60 } } @@ -904313,15 +904800,15 @@ "binop": null, "updateContext": null }, - "start": 112002, - "end": 112003, + "start": 114392, + "end": 114393, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 60 }, "end": { - "line": 2469, + "line": 2511, "column": 61 } } @@ -904339,15 +904826,15 @@ "binop": null }, "value": "scrollWidth", - "start": 112003, - "end": 112014, + "start": 114393, + "end": 114404, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 61 }, "end": { - "line": 2469, + "line": 2511, "column": 72 } } @@ -904366,15 +904853,15 @@ "updateContext": null }, "value": "+", - "start": 112015, - "end": 112016, + "start": 114405, + "end": 114406, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 73 }, "end": { - "line": 2469, + "line": 2511, "column": 74 } } @@ -904393,15 +904880,15 @@ "updateContext": null }, "value": 1, - "start": 112017, - "end": 112018, + "start": 114407, + "end": 114408, "loc": { "start": { - "line": 2469, + "line": 2511, "column": 75 }, "end": { - "line": 2469, + "line": 2511, "column": 76 } } @@ -904421,15 +904908,15 @@ "updateContext": null }, "value": "break", - "start": 112035, - "end": 112040, + "start": 114425, + "end": 114430, "loc": { "start": { - "line": 2470, + "line": 2512, "column": 16 }, "end": { - "line": 2470, + "line": 2512, "column": 21 } } @@ -904449,15 +904936,15 @@ "updateContext": null }, "value": "case", - "start": 112053, - "end": 112057, + "start": 114443, + "end": 114447, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 12 }, "end": { - "line": 2471, + "line": 2513, "column": 16 } } @@ -904479,15 +904966,15 @@ "pattern": "^latest$", "flags": "i" }, - "start": 112058, - "end": 112069, + "start": 114448, + "end": 114459, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 17 }, "end": { - "line": 2471, + "line": 2513, "column": 28 } } @@ -904505,15 +904992,15 @@ "binop": null, "updateContext": null }, - "start": 112069, - "end": 112070, + "start": 114459, + "end": 114460, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 28 }, "end": { - "line": 2471, + "line": 2513, "column": 29 } } @@ -904531,15 +905018,15 @@ "binop": null }, "value": "test", - "start": 112070, - "end": 112074, + "start": 114460, + "end": 114464, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 29 }, "end": { - "line": 2471, + "line": 2513, "column": 33 } } @@ -904556,15 +905043,15 @@ "postfix": false, "binop": null }, - "start": 112074, - "end": 112075, + "start": 114464, + "end": 114465, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 33 }, "end": { - "line": 2471, + "line": 2513, "column": 34 } } @@ -904582,15 +905069,15 @@ "binop": null }, "value": "position", - "start": 112076, - "end": 112084, + "start": 114466, + "end": 114474, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 35 }, "end": { - "line": 2471, + "line": 2513, "column": 43 } } @@ -904607,15 +905094,15 @@ "postfix": false, "binop": null }, - "start": 112085, - "end": 112086, + "start": 114475, + "end": 114476, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 44 }, "end": { - "line": 2471, + "line": 2513, "column": 45 } } @@ -904633,15 +905120,15 @@ "binop": null, "updateContext": null }, - "start": 112086, - "end": 112087, + "start": 114476, + "end": 114477, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 45 }, "end": { - "line": 2471, + "line": 2513, "column": 46 } } @@ -904658,15 +905145,15 @@ "postfix": false, "binop": null }, - "start": 112088, - "end": 112089, + "start": 114478, + "end": 114479, "loc": { "start": { - "line": 2471, + "line": 2513, "column": 47 }, "end": { - "line": 2471, + "line": 2513, "column": 48 } } @@ -904686,15 +905173,15 @@ "updateContext": null }, "value": "let", - "start": 112106, - "end": 112109, + "start": 114496, + "end": 114499, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 16 }, "end": { - "line": 2472, + "line": 2514, "column": 19 } } @@ -904712,15 +905199,15 @@ "binop": null }, "value": "events", - "start": 112110, - "end": 112116, + "start": 114500, + "end": 114506, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 20 }, "end": { - "line": 2472, + "line": 2514, "column": 26 } } @@ -904739,15 +905226,15 @@ "updateContext": null }, "value": "=", - "start": 112120, - "end": 112121, + "start": 114510, + "end": 114511, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 30 }, "end": { - "line": 2472, + "line": 2514, "column": 31 } } @@ -904767,15 +905254,15 @@ "updateContext": null }, "value": "this", - "start": 112122, - "end": 112126, + "start": 114512, + "end": 114516, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 32 }, "end": { - "line": 2472, + "line": 2514, "column": 36 } } @@ -904793,15 +905280,15 @@ "binop": null, "updateContext": null }, - "start": 112126, - "end": 112127, + "start": 114516, + "end": 114517, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 36 }, "end": { - "line": 2472, + "line": 2514, "column": 37 } } @@ -904819,15 +905306,15 @@ "binop": null }, "value": "_mapPlacedEvents", - "start": 112127, - "end": 112143, + "start": 114517, + "end": 114533, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 37 }, "end": { - "line": 2472, + "line": 2514, "column": 53 } } @@ -904844,15 +905331,15 @@ "postfix": false, "binop": null }, - "start": 112143, - "end": 112144, + "start": 114533, + "end": 114534, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 53 }, "end": { - "line": 2472, + "line": 2514, "column": 54 } } @@ -904869,15 +905356,15 @@ "postfix": false, "binop": null }, - "start": 112144, - "end": 112145, + "start": 114534, + "end": 114535, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 54 }, "end": { - "line": 2472, + "line": 2514, "column": 55 } } @@ -904895,15 +905382,15 @@ "binop": null, "updateContext": null }, - "start": 112145, - "end": 112146, + "start": 114535, + "end": 114536, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 55 }, "end": { - "line": 2472, + "line": 2514, "column": 56 } } @@ -904921,15 +905408,15 @@ "binop": null }, "value": "sort", - "start": 112146, - "end": 112150, + "start": 114536, + "end": 114540, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 56 }, "end": { - "line": 2472, + "line": 2514, "column": 60 } } @@ -904946,15 +905433,15 @@ "postfix": false, "binop": null }, - "start": 112150, - "end": 112151, + "start": 114540, + "end": 114541, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 60 }, "end": { - "line": 2472, + "line": 2514, "column": 61 } } @@ -904974,15 +905461,15 @@ "updateContext": null }, "value": "this", - "start": 112152, - "end": 112156, + "start": 114542, + "end": 114546, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 62 }, "end": { - "line": 2472, + "line": 2514, "column": 66 } } @@ -905000,15 +905487,15 @@ "binop": null, "updateContext": null }, - "start": 112156, - "end": 112157, + "start": 114546, + "end": 114547, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 66 }, "end": { - "line": 2472, + "line": 2514, "column": 67 } } @@ -905026,15 +905513,15 @@ "binop": null }, "value": "compareValues", - "start": 112157, - "end": 112170, + "start": 114547, + "end": 114560, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 67 }, "end": { - "line": 2472, + "line": 2514, "column": 80 } } @@ -905051,15 +905538,15 @@ "postfix": false, "binop": null }, - "start": 112170, - "end": 112171, + "start": 114560, + "end": 114561, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 80 }, "end": { - "line": 2472, + "line": 2514, "column": 81 } } @@ -905078,15 +905565,15 @@ "updateContext": null }, "value": "x", - "start": 112172, - "end": 112175, + "start": 114562, + "end": 114565, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 82 }, "end": { - "line": 2472, + "line": 2514, "column": 85 } } @@ -905103,15 +905590,15 @@ "postfix": false, "binop": null }, - "start": 112176, - "end": 112177, + "start": 114566, + "end": 114567, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 86 }, "end": { - "line": 2472, + "line": 2514, "column": 87 } } @@ -905128,15 +905615,15 @@ "postfix": false, "binop": null }, - "start": 112178, - "end": 112179, + "start": 114568, + "end": 114569, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 88 }, "end": { - "line": 2472, + "line": 2514, "column": 89 } } @@ -905154,15 +905641,15 @@ "binop": null, "updateContext": null }, - "start": 112179, - "end": 112180, + "start": 114569, + "end": 114570, "loc": { "start": { - "line": 2472, + "line": 2514, "column": 89 }, "end": { - "line": 2472, + "line": 2514, "column": 90 } } @@ -905180,15 +905667,15 @@ "binop": null }, "value": "lastEvent", - "start": 112201, - "end": 112210, + "start": 114591, + "end": 114600, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 20 }, "end": { - "line": 2473, + "line": 2515, "column": 29 } } @@ -905207,15 +905694,15 @@ "updateContext": null }, "value": "=", - "start": 112211, - "end": 112212, + "start": 114601, + "end": 114602, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 30 }, "end": { - "line": 2473, + "line": 2515, "column": 31 } } @@ -905233,15 +905720,15 @@ "binop": null }, "value": "events", - "start": 112213, - "end": 112219, + "start": 114603, + "end": 114609, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 32 }, "end": { - "line": 2473, + "line": 2515, "column": 38 } } @@ -905259,15 +905746,15 @@ "binop": null, "updateContext": null }, - "start": 112219, - "end": 112220, + "start": 114609, + "end": 114610, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 38 }, "end": { - "line": 2473, + "line": 2515, "column": 39 } } @@ -905285,15 +905772,15 @@ "binop": null }, "value": "events", - "start": 112220, - "end": 112226, + "start": 114610, + "end": 114616, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 39 }, "end": { - "line": 2473, + "line": 2515, "column": 45 } } @@ -905311,15 +905798,15 @@ "binop": null, "updateContext": null }, - "start": 112226, - "end": 112227, + "start": 114616, + "end": 114617, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 45 }, "end": { - "line": 2473, + "line": 2515, "column": 46 } } @@ -905337,15 +905824,15 @@ "binop": null }, "value": "length", - "start": 112227, - "end": 112233, + "start": 114617, + "end": 114623, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 46 }, "end": { - "line": 2473, + "line": 2515, "column": 52 } } @@ -905364,15 +905851,15 @@ "updateContext": null }, "value": "-", - "start": 112234, - "end": 112235, + "start": 114624, + "end": 114625, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 53 }, "end": { - "line": 2473, + "line": 2515, "column": 54 } } @@ -905391,15 +905878,15 @@ "updateContext": null }, "value": 1, - "start": 112236, - "end": 112237, + "start": 114626, + "end": 114627, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 55 }, "end": { - "line": 2473, + "line": 2515, "column": 56 } } @@ -905417,15 +905904,15 @@ "binop": null, "updateContext": null }, - "start": 112237, - "end": 112238, + "start": 114627, + "end": 114628, "loc": { "start": { - "line": 2473, + "line": 2515, "column": 56 }, "end": { - "line": 2473, + "line": 2515, "column": 57 } } @@ -905443,15 +905930,15 @@ "binop": null }, "value": "_movX", - "start": 112272, - "end": 112277, + "start": 114662, + "end": 114667, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 16 }, "end": { - "line": 2475, + "line": 2517, "column": 21 } } @@ -905470,15 +905957,15 @@ "updateContext": null }, "value": "=", - "start": 112278, - "end": 112279, + "start": 114668, + "end": 114669, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 22 }, "end": { - "line": 2475, + "line": 2517, "column": 23 } } @@ -905497,15 +905984,15 @@ "updateContext": null }, "value": "!", - "start": 112280, - "end": 112281, + "start": 114670, + "end": 114671, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 24 }, "end": { - "line": 2475, + "line": 2517, "column": 25 } } @@ -905525,15 +906012,15 @@ "updateContext": null }, "value": "this", - "start": 112282, - "end": 112286, + "start": 114672, + "end": 114676, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 26 }, "end": { - "line": 2475, + "line": 2517, "column": 30 } } @@ -905551,15 +906038,15 @@ "binop": null, "updateContext": null }, - "start": 112286, - "end": 112287, + "start": 114676, + "end": 114677, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 30 }, "end": { - "line": 2475, + "line": 2517, "column": 31 } } @@ -905577,15 +906064,15 @@ "binop": null }, "value": "is_empty", - "start": 112287, - "end": 112295, + "start": 114677, + "end": 114685, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 31 }, "end": { - "line": 2475, + "line": 2517, "column": 39 } } @@ -905602,15 +906089,15 @@ "postfix": false, "binop": null }, - "start": 112295, - "end": 112296, + "start": 114685, + "end": 114686, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 39 }, "end": { - "line": 2475, + "line": 2517, "column": 40 } } @@ -905628,15 +906115,15 @@ "binop": null }, "value": "lastEvent", - "start": 112297, - "end": 112306, + "start": 114687, + "end": 114696, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 41 }, "end": { - "line": 2475, + "line": 2517, "column": 50 } } @@ -905653,15 +906140,15 @@ "postfix": false, "binop": null }, - "start": 112307, - "end": 112308, + "start": 114697, + "end": 114698, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 51 }, "end": { - "line": 2475, + "line": 2517, "column": 52 } } @@ -905679,15 +906166,15 @@ "binop": null, "updateContext": null }, - "start": 112309, - "end": 112310, + "start": 114699, + "end": 114700, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 53 }, "end": { - "line": 2475, + "line": 2517, "column": 54 } } @@ -905705,15 +906192,15 @@ "binop": null }, "value": "lastEvent", - "start": 112311, - "end": 112320, + "start": 114701, + "end": 114710, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 55 }, "end": { - "line": 2475, + "line": 2517, "column": 64 } } @@ -905731,15 +906218,15 @@ "binop": null, "updateContext": null }, - "start": 112320, - "end": 112321, + "start": 114710, + "end": 114711, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 64 }, "end": { - "line": 2475, + "line": 2517, "column": 65 } } @@ -905757,15 +906244,15 @@ "binop": null }, "value": "x", - "start": 112321, - "end": 112322, + "start": 114711, + "end": 114712, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 65 }, "end": { - "line": 2475, + "line": 2517, "column": 66 } } @@ -905783,15 +906270,15 @@ "binop": null, "updateContext": null }, - "start": 112323, - "end": 112324, + "start": 114713, + "end": 114714, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 67 }, "end": { - "line": 2475, + "line": 2517, "column": 68 } } @@ -905810,15 +906297,15 @@ "updateContext": null }, "value": 0, - "start": 112325, - "end": 112326, + "start": 114715, + "end": 114716, "loc": { "start": { - "line": 2475, + "line": 2517, "column": 69 }, "end": { - "line": 2475, + "line": 2517, "column": 70 } } @@ -905826,15 +906313,15 @@ { "type": "CommentLine", "value": " console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )", - "start": 112344, - "end": 112409, + "start": 114734, + "end": 114799, "loc": { "start": { - "line": 2477, + "line": 2519, "column": 0 }, "end": { - "line": 2477, + "line": 2519, "column": 65 } } @@ -905842,15 +906329,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 112426, - "end": 112438, + "start": 114816, + "end": 114828, "loc": { "start": { - "line": 2478, + "line": 2520, "column": 16 }, "end": { - "line": 2478, + "line": 2520, "column": 28 } } @@ -905870,15 +906357,15 @@ "updateContext": null }, "value": "if", - "start": 112455, - "end": 112457, + "start": 114845, + "end": 114847, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 16 }, "end": { - "line": 2479, + "line": 2521, "column": 18 } } @@ -905895,15 +906382,15 @@ "postfix": false, "binop": null }, - "start": 112458, - "end": 112459, + "start": 114848, + "end": 114849, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 19 }, "end": { - "line": 2479, + "line": 2521, "column": 20 } } @@ -905921,15 +906408,15 @@ "binop": null }, "value": "_elem", - "start": 112460, - "end": 112465, + "start": 114850, + "end": 114855, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 21 }, "end": { - "line": 2479, + "line": 2521, "column": 26 } } @@ -905947,15 +906434,15 @@ "binop": null, "updateContext": null }, - "start": 112465, - "end": 112466, + "start": 114855, + "end": 114856, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 26 }, "end": { - "line": 2479, + "line": 2521, "column": 27 } } @@ -905973,15 +906460,15 @@ "binop": null }, "value": "scrollWidth", - "start": 112466, - "end": 112477, + "start": 114856, + "end": 114867, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 27 }, "end": { - "line": 2479, + "line": 2521, "column": 38 } } @@ -906000,15 +906487,15 @@ "updateContext": null }, "value": "/", - "start": 112478, - "end": 112479, + "start": 114868, + "end": 114869, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 39 }, "end": { - "line": 2479, + "line": 2521, "column": 40 } } @@ -906027,15 +906514,15 @@ "updateContext": null }, "value": 2, - "start": 112480, - "end": 112481, + "start": 114870, + "end": 114871, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 41 }, "end": { - "line": 2479, + "line": 2521, "column": 42 } } @@ -906054,15 +906541,15 @@ "updateContext": null }, "value": "<", - "start": 112482, - "end": 112483, + "start": 114872, + "end": 114873, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 43 }, "end": { - "line": 2479, + "line": 2521, "column": 44 } } @@ -906080,15 +906567,15 @@ "binop": null }, "value": "_movX", - "start": 112484, - "end": 112489, + "start": 114874, + "end": 114879, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 45 }, "end": { - "line": 2479, + "line": 2521, "column": 50 } } @@ -906105,15 +906592,15 @@ "postfix": false, "binop": null }, - "start": 112490, - "end": 112491, + "start": 114880, + "end": 114881, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 51 }, "end": { - "line": 2479, + "line": 2521, "column": 52 } } @@ -906130,15 +906617,15 @@ "postfix": false, "binop": null }, - "start": 112492, - "end": 112493, + "start": 114882, + "end": 114883, "loc": { "start": { - "line": 2479, + "line": 2521, "column": 53 }, "end": { - "line": 2479, + "line": 2521, "column": 54 } } @@ -906156,15 +906643,15 @@ "binop": null }, "value": "_movX", - "start": 112514, - "end": 112519, + "start": 114904, + "end": 114909, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 20 }, "end": { - "line": 2480, + "line": 2522, "column": 25 } } @@ -906183,15 +906670,15 @@ "updateContext": null }, "value": "-=", - "start": 112520, - "end": 112522, + "start": 114910, + "end": 114912, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 26 }, "end": { - "line": 2480, + "line": 2522, "column": 28 } } @@ -906209,15 +906696,15 @@ "binop": null }, "value": "Math", - "start": 112523, - "end": 112527, + "start": 114913, + "end": 114917, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 29 }, "end": { - "line": 2480, + "line": 2522, "column": 33 } } @@ -906235,15 +906722,15 @@ "binop": null, "updateContext": null }, - "start": 112527, - "end": 112528, + "start": 114917, + "end": 114918, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 33 }, "end": { - "line": 2480, + "line": 2522, "column": 34 } } @@ -906261,15 +906748,15 @@ "binop": null }, "value": "ceil", - "start": 112528, - "end": 112532, + "start": 114918, + "end": 114922, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 34 }, "end": { - "line": 2480, + "line": 2522, "column": 38 } } @@ -906286,15 +906773,15 @@ "postfix": false, "binop": null }, - "start": 112532, - "end": 112533, + "start": 114922, + "end": 114923, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 38 }, "end": { - "line": 2480, + "line": 2522, "column": 39 } } @@ -906312,15 +906799,15 @@ "binop": null }, "value": "_elem", - "start": 112534, - "end": 112539, + "start": 114924, + "end": 114929, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 40 }, "end": { - "line": 2480, + "line": 2522, "column": 45 } } @@ -906338,15 +906825,15 @@ "binop": null, "updateContext": null }, - "start": 112539, - "end": 112540, + "start": 114929, + "end": 114930, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 45 }, "end": { - "line": 2480, + "line": 2522, "column": 46 } } @@ -906364,15 +906851,15 @@ "binop": null }, "value": "scrollWidth", - "start": 112540, - "end": 112551, + "start": 114930, + "end": 114941, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 46 }, "end": { - "line": 2480, + "line": 2522, "column": 57 } } @@ -906391,15 +906878,15 @@ "updateContext": null }, "value": "/", - "start": 112552, - "end": 112553, + "start": 114942, + "end": 114943, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 58 }, "end": { - "line": 2480, + "line": 2522, "column": 59 } } @@ -906418,15 +906905,15 @@ "updateContext": null }, "value": 2, - "start": 112554, - "end": 112555, + "start": 114944, + "end": 114945, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 60 }, "end": { - "line": 2480, + "line": 2522, "column": 61 } } @@ -906443,15 +906930,15 @@ "postfix": false, "binop": null }, - "start": 112556, - "end": 112557, + "start": 114946, + "end": 114947, "loc": { "start": { - "line": 2480, + "line": 2522, "column": 62 }, "end": { - "line": 2480, + "line": 2522, "column": 63 } } @@ -906468,15 +906955,15 @@ "postfix": false, "binop": null }, - "start": 112574, - "end": 112575, + "start": 114964, + "end": 114965, "loc": { "start": { - "line": 2481, + "line": 2523, "column": 16 }, "end": { - "line": 2481, + "line": 2523, "column": 17 } } @@ -906496,15 +906983,15 @@ "updateContext": null }, "value": "else", - "start": 112576, - "end": 112580, + "start": 114966, + "end": 114970, "loc": { "start": { - "line": 2481, + "line": 2523, "column": 18 }, "end": { - "line": 2481, + "line": 2523, "column": 22 } } @@ -906521,15 +907008,15 @@ "postfix": false, "binop": null }, - "start": 112581, - "end": 112582, + "start": 114971, + "end": 114972, "loc": { "start": { - "line": 2481, + "line": 2523, "column": 23 }, "end": { - "line": 2481, + "line": 2523, "column": 24 } } @@ -906547,15 +907034,15 @@ "binop": null }, "value": "_movX", - "start": 112603, - "end": 112608, + "start": 114993, + "end": 114998, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 20 }, "end": { - "line": 2482, + "line": 2524, "column": 25 } } @@ -906574,15 +907061,15 @@ "updateContext": null }, "value": "=", - "start": 112609, - "end": 112610, + "start": 114999, + "end": 115000, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 26 }, "end": { - "line": 2482, + "line": 2524, "column": 27 } } @@ -906601,15 +907088,15 @@ "updateContext": null }, "value": 0, - "start": 112611, - "end": 112612, + "start": 115001, + "end": 115002, "loc": { "start": { - "line": 2482, + "line": 2524, "column": 28 }, "end": { - "line": 2482, + "line": 2524, "column": 29 } } @@ -906626,15 +907113,15 @@ "postfix": false, "binop": null }, - "start": 112629, - "end": 112630, + "start": 115019, + "end": 115020, "loc": { "start": { - "line": 2483, + "line": 2525, "column": 16 }, "end": { - "line": 2483, + "line": 2525, "column": 17 } } @@ -906642,15 +907129,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 112664, - "end": 112685, + "start": 115054, + "end": 115075, "loc": { "start": { - "line": 2485, + "line": 2527, "column": 16 }, "end": { - "line": 2485, + "line": 2527, "column": 37 } } @@ -906670,15 +907157,15 @@ "updateContext": null }, "value": "if", - "start": 112702, - "end": 112704, + "start": 115092, + "end": 115094, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 16 }, "end": { - "line": 2486, + "line": 2528, "column": 18 } } @@ -906695,15 +907182,15 @@ "postfix": false, "binop": null }, - "start": 112705, - "end": 112706, + "start": 115095, + "end": 115096, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 19 }, "end": { - "line": 2486, + "line": 2528, "column": 20 } } @@ -906722,15 +907209,15 @@ "updateContext": null }, "value": "!", - "start": 112707, - "end": 112708, + "start": 115097, + "end": 115098, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 21 }, "end": { - "line": 2486, + "line": 2528, "column": 22 } } @@ -906750,15 +907237,15 @@ "updateContext": null }, "value": "this", - "start": 112709, - "end": 112713, + "start": 115099, + "end": 115103, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 23 }, "end": { - "line": 2486, + "line": 2528, "column": 27 } } @@ -906776,15 +907263,15 @@ "binop": null, "updateContext": null }, - "start": 112713, - "end": 112714, + "start": 115103, + "end": 115104, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 27 }, "end": { - "line": 2486, + "line": 2528, "column": 28 } } @@ -906802,15 +907289,15 @@ "binop": null }, "value": "is_empty", - "start": 112714, - "end": 112722, + "start": 115104, + "end": 115112, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 28 }, "end": { - "line": 2486, + "line": 2528, "column": 36 } } @@ -906827,15 +907314,15 @@ "postfix": false, "binop": null }, - "start": 112722, - "end": 112723, + "start": 115112, + "end": 115113, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 36 }, "end": { - "line": 2486, + "line": 2528, "column": 37 } } @@ -906853,15 +907340,15 @@ "binop": null }, "value": "lastEvent", - "start": 112724, - "end": 112733, + "start": 115114, + "end": 115123, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 38 }, "end": { - "line": 2486, + "line": 2528, "column": 47 } } @@ -906878,15 +907365,15 @@ "postfix": false, "binop": null }, - "start": 112734, - "end": 112735, + "start": 115124, + "end": 115125, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 48 }, "end": { - "line": 2486, + "line": 2528, "column": 49 } } @@ -906903,15 +907390,15 @@ "postfix": false, "binop": null }, - "start": 112736, - "end": 112737, + "start": 115126, + "end": 115127, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 50 }, "end": { - "line": 2486, + "line": 2528, "column": 51 } } @@ -906928,15 +907415,15 @@ "postfix": false, "binop": null }, - "start": 112738, - "end": 112739, + "start": 115128, + "end": 115129, "loc": { "start": { - "line": 2486, + "line": 2528, "column": 52 }, "end": { - "line": 2486, + "line": 2528, "column": 53 } } @@ -906954,15 +907441,15 @@ "binop": null }, "value": "$", - "start": 112760, - "end": 112761, + "start": 115150, + "end": 115151, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 20 }, "end": { - "line": 2487, + "line": 2529, "column": 21 } } @@ -906979,15 +907466,15 @@ "postfix": false, "binop": null }, - "start": 112761, - "end": 112762, + "start": 115151, + "end": 115152, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 21 }, "end": { - "line": 2487, + "line": 2529, "column": 22 } } @@ -907004,15 +907491,15 @@ "postfix": false, "binop": null }, - "start": 112762, - "end": 112763, + "start": 115152, + "end": 115153, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 22 }, "end": { - "line": 2487, + "line": 2529, "column": 23 } } @@ -907031,15 +907518,15 @@ "updateContext": null }, "value": "", - "start": 112763, - "end": 112763, + "start": 115153, + "end": 115153, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 23 }, "end": { - "line": 2487, + "line": 2529, "column": 23 } } @@ -907056,15 +907543,15 @@ "postfix": false, "binop": null }, - "start": 112763, - "end": 112765, + "start": 115153, + "end": 115155, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 23 }, "end": { - "line": 2487, + "line": 2529, "column": 25 } } @@ -907082,15 +907569,15 @@ "binop": null }, "value": "Selector", - "start": 112765, - "end": 112773, + "start": 115155, + "end": 115163, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 25 }, "end": { - "line": 2487, + "line": 2529, "column": 33 } } @@ -907108,15 +907595,15 @@ "binop": null, "updateContext": null }, - "start": 112773, - "end": 112774, + "start": 115163, + "end": 115164, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 33 }, "end": { - "line": 2487, + "line": 2529, "column": 34 } } @@ -907134,15 +907621,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 112774, - "end": 112793, + "start": 115164, + "end": 115183, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 34 }, "end": { - "line": 2487, + "line": 2529, "column": 53 } } @@ -907159,15 +907646,15 @@ "postfix": false, "binop": null }, - "start": 112793, - "end": 112794, + "start": 115183, + "end": 115184, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 53 }, "end": { - "line": 2487, + "line": 2529, "column": 54 } } @@ -907186,15 +907673,15 @@ "updateContext": null }, "value": "[data-uid=\"", - "start": 112794, - "end": 112805, + "start": 115184, + "end": 115195, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 54 }, "end": { - "line": 2487, + "line": 2529, "column": 65 } } @@ -907211,15 +907698,15 @@ "postfix": false, "binop": null }, - "start": 112805, - "end": 112807, + "start": 115195, + "end": 115197, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 65 }, "end": { - "line": 2487, + "line": 2529, "column": 67 } } @@ -907237,15 +907724,15 @@ "binop": null }, "value": "lastEvent", - "start": 112807, - "end": 112816, + "start": 115197, + "end": 115206, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 67 }, "end": { - "line": 2487, + "line": 2529, "column": 76 } } @@ -907263,15 +907750,15 @@ "binop": null, "updateContext": null }, - "start": 112816, - "end": 112817, + "start": 115206, + "end": 115207, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 76 }, "end": { - "line": 2487, + "line": 2529, "column": 77 } } @@ -907289,15 +907776,15 @@ "binop": null }, "value": "uid", - "start": 112817, - "end": 112820, + "start": 115207, + "end": 115210, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 77 }, "end": { - "line": 2487, + "line": 2529, "column": 80 } } @@ -907314,15 +907801,15 @@ "postfix": false, "binop": null }, - "start": 112820, - "end": 112821, + "start": 115210, + "end": 115211, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 80 }, "end": { - "line": 2487, + "line": 2529, "column": 81 } } @@ -907341,15 +907828,15 @@ "updateContext": null }, "value": "\"]", - "start": 112821, - "end": 112823, + "start": 115211, + "end": 115213, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 81 }, "end": { - "line": 2487, + "line": 2529, "column": 83 } } @@ -907366,15 +907853,15 @@ "postfix": false, "binop": null }, - "start": 112823, - "end": 112824, + "start": 115213, + "end": 115214, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 83 }, "end": { - "line": 2487, + "line": 2529, "column": 84 } } @@ -907391,15 +907878,15 @@ "postfix": false, "binop": null }, - "start": 112824, - "end": 112825, + "start": 115214, + "end": 115215, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 84 }, "end": { - "line": 2487, + "line": 2529, "column": 85 } } @@ -907417,15 +907904,15 @@ "binop": null, "updateContext": null }, - "start": 112825, - "end": 112826, + "start": 115215, + "end": 115216, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 85 }, "end": { - "line": 2487, + "line": 2529, "column": 86 } } @@ -907443,15 +907930,15 @@ "binop": null }, "value": "trigger", - "start": 112826, - "end": 112833, + "start": 115216, + "end": 115223, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 86 }, "end": { - "line": 2487, + "line": 2529, "column": 93 } } @@ -907468,15 +907955,15 @@ "postfix": false, "binop": null }, - "start": 112833, - "end": 112834, + "start": 115223, + "end": 115224, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 93 }, "end": { - "line": 2487, + "line": 2529, "column": 94 } } @@ -907494,15 +907981,15 @@ "binop": null }, "value": "Event", - "start": 112835, - "end": 112840, + "start": 115225, + "end": 115230, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 95 }, "end": { - "line": 2487, + "line": 2529, "column": 100 } } @@ -907520,15 +908007,15 @@ "binop": null, "updateContext": null }, - "start": 112840, - "end": 112841, + "start": 115230, + "end": 115231, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 100 }, "end": { - "line": 2487, + "line": 2529, "column": 101 } } @@ -907546,15 +908033,15 @@ "binop": null }, "value": "FOCUSIN_EVENT", - "start": 112841, - "end": 112854, + "start": 115231, + "end": 115244, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 101 }, "end": { - "line": 2487, + "line": 2529, "column": 114 } } @@ -907571,15 +908058,15 @@ "postfix": false, "binop": null }, - "start": 112855, - "end": 112856, + "start": 115245, + "end": 115246, "loc": { "start": { - "line": 2487, + "line": 2529, "column": 115 }, "end": { - "line": 2487, + "line": 2529, "column": 116 } } @@ -907596,15 +908083,15 @@ "postfix": false, "binop": null }, - "start": 112873, - "end": 112874, + "start": 115263, + "end": 115264, "loc": { "start": { - "line": 2488, + "line": 2530, "column": 16 }, "end": { - "line": 2488, + "line": 2530, "column": 17 } } @@ -907624,15 +908111,15 @@ "updateContext": null }, "value": "break", - "start": 112891, - "end": 112896, + "start": 115281, + "end": 115286, "loc": { "start": { - "line": 2489, + "line": 2531, "column": 16 }, "end": { - "line": 2489, + "line": 2531, "column": 21 } } @@ -907649,15 +908136,15 @@ "postfix": false, "binop": null }, - "start": 112909, - "end": 112910, + "start": 115299, + "end": 115300, "loc": { "start": { - "line": 2490, + "line": 2532, "column": 12 }, "end": { - "line": 2490, + "line": 2532, "column": 13 } } @@ -907677,15 +908164,15 @@ "updateContext": null }, "value": "case", - "start": 112923, - "end": 112927, + "start": 115313, + "end": 115317, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 12 }, "end": { - "line": 2491, + "line": 2533, "column": 16 } } @@ -907707,15 +908194,15 @@ "pattern": "^\\d{1,}$", "flags": "" }, - "start": 112928, - "end": 112938, + "start": 115318, + "end": 115328, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 17 }, "end": { - "line": 2491, + "line": 2533, "column": 27 } } @@ -907733,15 +908220,15 @@ "binop": null, "updateContext": null }, - "start": 112938, - "end": 112939, + "start": 115328, + "end": 115329, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 27 }, "end": { - "line": 2491, + "line": 2533, "column": 28 } } @@ -907759,15 +908246,15 @@ "binop": null }, "value": "test", - "start": 112939, - "end": 112943, + "start": 115329, + "end": 115333, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 28 }, "end": { - "line": 2491, + "line": 2533, "column": 32 } } @@ -907784,15 +908271,15 @@ "postfix": false, "binop": null }, - "start": 112943, - "end": 112944, + "start": 115333, + "end": 115334, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 32 }, "end": { - "line": 2491, + "line": 2533, "column": 33 } } @@ -907810,15 +908297,15 @@ "binop": null }, "value": "position", - "start": 112945, - "end": 112953, + "start": 115335, + "end": 115343, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 34 }, "end": { - "line": 2491, + "line": 2533, "column": 42 } } @@ -907835,15 +908322,15 @@ "postfix": false, "binop": null }, - "start": 112954, - "end": 112955, + "start": 115344, + "end": 115345, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 43 }, "end": { - "line": 2491, + "line": 2533, "column": 44 } } @@ -907861,15 +908348,15 @@ "binop": null, "updateContext": null }, - "start": 112955, - "end": 112956, + "start": 115345, + "end": 115346, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 44 }, "end": { - "line": 2491, + "line": 2533, "column": 45 } } @@ -907886,15 +908373,15 @@ "postfix": false, "binop": null }, - "start": 112957, - "end": 112958, + "start": 115347, + "end": 115348, "loc": { "start": { - "line": 2491, + "line": 2533, "column": 46 }, "end": { - "line": 2491, + "line": 2533, "column": 47 } } @@ -907914,15 +908401,15 @@ "updateContext": null }, "value": "let", - "start": 112975, - "end": 112978, + "start": 115365, + "end": 115368, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 16 }, "end": { - "line": 2492, + "line": 2534, "column": 19 } } @@ -907940,15 +908427,15 @@ "binop": null }, "value": "events", - "start": 112979, - "end": 112985, + "start": 115369, + "end": 115375, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 20 }, "end": { - "line": 2492, + "line": 2534, "column": 26 } } @@ -907967,15 +908454,15 @@ "updateContext": null }, "value": "=", - "start": 112991, - "end": 112992, + "start": 115381, + "end": 115382, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 32 }, "end": { - "line": 2492, + "line": 2534, "column": 33 } } @@ -907995,15 +908482,15 @@ "updateContext": null }, "value": "this", - "start": 112993, - "end": 112997, + "start": 115383, + "end": 115387, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 34 }, "end": { - "line": 2492, + "line": 2534, "column": 38 } } @@ -908021,15 +908508,15 @@ "binop": null, "updateContext": null }, - "start": 112997, - "end": 112998, + "start": 115387, + "end": 115388, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 38 }, "end": { - "line": 2492, + "line": 2534, "column": 39 } } @@ -908047,15 +908534,15 @@ "binop": null }, "value": "_mapPlacedEvents", - "start": 112998, - "end": 113014, + "start": 115388, + "end": 115404, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 39 }, "end": { - "line": 2492, + "line": 2534, "column": 55 } } @@ -908072,15 +908559,15 @@ "postfix": false, "binop": null }, - "start": 113014, - "end": 113015, + "start": 115404, + "end": 115405, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 55 }, "end": { - "line": 2492, + "line": 2534, "column": 56 } } @@ -908097,15 +908584,15 @@ "postfix": false, "binop": null }, - "start": 113015, - "end": 113016, + "start": 115405, + "end": 115406, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 56 }, "end": { - "line": 2492, + "line": 2534, "column": 57 } } @@ -908123,15 +908610,15 @@ "binop": null, "updateContext": null }, - "start": 113016, - "end": 113017, + "start": 115406, + "end": 115407, "loc": { "start": { - "line": 2492, + "line": 2534, "column": 57 }, "end": { - "line": 2492, + "line": 2534, "column": 58 } } @@ -908149,15 +908636,15 @@ "binop": null }, "value": "targetEvent", - "start": 113038, - "end": 113049, + "start": 115428, + "end": 115439, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 20 }, "end": { - "line": 2493, + "line": 2535, "column": 31 } } @@ -908176,15 +908663,15 @@ "updateContext": null }, "value": "=", - "start": 113050, - "end": 113051, + "start": 115440, + "end": 115441, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 32 }, "end": { - "line": 2493, + "line": 2535, "column": 33 } } @@ -908201,15 +908688,15 @@ "postfix": false, "binop": null }, - "start": 113052, - "end": 113053, + "start": 115442, + "end": 115443, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 34 }, "end": { - "line": 2493, + "line": 2535, "column": 35 } } @@ -908226,15 +908713,15 @@ "postfix": false, "binop": null }, - "start": 113053, - "end": 113054, + "start": 115443, + "end": 115444, "loc": { "start": { - "line": 2493, + "line": 2535, "column": 35 }, "end": { - "line": 2493, + "line": 2535, "column": 36 } } @@ -908254,15 +908741,15 @@ "updateContext": null }, "value": "if", - "start": 113088, - "end": 113090, + "start": 115478, + "end": 115480, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 16 }, "end": { - "line": 2495, + "line": 2537, "column": 18 } } @@ -908279,15 +908766,15 @@ "postfix": false, "binop": null }, - "start": 113091, - "end": 113092, + "start": 115481, + "end": 115482, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 19 }, "end": { - "line": 2495, + "line": 2537, "column": 20 } } @@ -908305,15 +908792,15 @@ "binop": null }, "value": "events", - "start": 113093, - "end": 113099, + "start": 115483, + "end": 115489, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 21 }, "end": { - "line": 2495, + "line": 2537, "column": 27 } } @@ -908331,15 +908818,15 @@ "binop": null, "updateContext": null }, - "start": 113099, - "end": 113100, + "start": 115489, + "end": 115490, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 27 }, "end": { - "line": 2495, + "line": 2537, "column": 28 } } @@ -908357,15 +908844,15 @@ "binop": null }, "value": "length", - "start": 113100, - "end": 113106, + "start": 115490, + "end": 115496, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 28 }, "end": { - "line": 2495, + "line": 2537, "column": 34 } } @@ -908384,15 +908871,15 @@ "updateContext": null }, "value": ">", - "start": 113107, - "end": 113108, + "start": 115497, + "end": 115498, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 35 }, "end": { - "line": 2495, + "line": 2537, "column": 36 } } @@ -908411,15 +908898,15 @@ "updateContext": null }, "value": 0, - "start": 113109, - "end": 113110, + "start": 115499, + "end": 115500, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 37 }, "end": { - "line": 2495, + "line": 2537, "column": 38 } } @@ -908436,15 +908923,15 @@ "postfix": false, "binop": null }, - "start": 113111, - "end": 113112, + "start": 115501, + "end": 115502, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 39 }, "end": { - "line": 2495, + "line": 2537, "column": 40 } } @@ -908461,15 +908948,15 @@ "postfix": false, "binop": null }, - "start": 113113, - "end": 113114, + "start": 115503, + "end": 115504, "loc": { "start": { - "line": 2495, + "line": 2537, "column": 41 }, "end": { - "line": 2495, + "line": 2537, "column": 42 } } @@ -908487,15 +908974,15 @@ "binop": null }, "value": "targetEvent", - "start": 113135, - "end": 113146, + "start": 115525, + "end": 115536, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 20 }, "end": { - "line": 2496, + "line": 2538, "column": 31 } } @@ -908514,15 +909001,15 @@ "updateContext": null }, "value": "=", - "start": 113147, - "end": 113148, + "start": 115537, + "end": 115538, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 32 }, "end": { - "line": 2496, + "line": 2538, "column": 33 } } @@ -908540,15 +909027,15 @@ "binop": null }, "value": "events", - "start": 113149, - "end": 113155, + "start": 115539, + "end": 115545, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 34 }, "end": { - "line": 2496, + "line": 2538, "column": 40 } } @@ -908566,15 +909053,15 @@ "binop": null, "updateContext": null }, - "start": 113155, - "end": 113156, + "start": 115545, + "end": 115546, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 40 }, "end": { - "line": 2496, + "line": 2538, "column": 41 } } @@ -908592,15 +909079,15 @@ "binop": null }, "value": "find", - "start": 113156, - "end": 113160, + "start": 115546, + "end": 115550, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 41 }, "end": { - "line": 2496, + "line": 2538, "column": 45 } } @@ -908617,15 +909104,15 @@ "postfix": false, "binop": null }, - "start": 113160, - "end": 113161, + "start": 115550, + "end": 115551, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 45 }, "end": { - "line": 2496, + "line": 2538, "column": 46 } } @@ -908642,15 +909129,15 @@ "postfix": false, "binop": null }, - "start": 113162, - "end": 113163, + "start": 115552, + "end": 115553, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 47 }, "end": { - "line": 2496, + "line": 2538, "column": 48 } } @@ -908668,15 +909155,15 @@ "binop": null }, "value": "evt", - "start": 113164, - "end": 113167, + "start": 115554, + "end": 115557, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 49 }, "end": { - "line": 2496, + "line": 2538, "column": 52 } } @@ -908693,15 +909180,15 @@ "postfix": false, "binop": null }, - "start": 113168, - "end": 113169, + "start": 115558, + "end": 115559, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 53 }, "end": { - "line": 2496, + "line": 2538, "column": 54 } } @@ -908719,15 +909206,15 @@ "binop": null, "updateContext": null }, - "start": 113170, - "end": 113172, + "start": 115560, + "end": 115562, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 55 }, "end": { - "line": 2496, + "line": 2538, "column": 57 } } @@ -908745,15 +909232,15 @@ "binop": null }, "value": "evt", - "start": 113173, - "end": 113176, + "start": 115563, + "end": 115566, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 58 }, "end": { - "line": 2496, + "line": 2538, "column": 61 } } @@ -908771,15 +909258,15 @@ "binop": null, "updateContext": null }, - "start": 113176, - "end": 113177, + "start": 115566, + "end": 115567, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 61 }, "end": { - "line": 2496, + "line": 2538, "column": 62 } } @@ -908797,15 +909284,15 @@ "binop": null }, "value": "eventId", - "start": 113177, - "end": 113184, + "start": 115567, + "end": 115574, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 62 }, "end": { - "line": 2496, + "line": 2538, "column": 69 } } @@ -908824,15 +909311,15 @@ "updateContext": null }, "value": "==", - "start": 113185, - "end": 113187, + "start": 115575, + "end": 115577, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 70 }, "end": { - "line": 2496, + "line": 2538, "column": 72 } } @@ -908850,15 +909337,15 @@ "binop": null }, "value": "parseInt", - "start": 113188, - "end": 113196, + "start": 115578, + "end": 115586, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 73 }, "end": { - "line": 2496, + "line": 2538, "column": 81 } } @@ -908875,15 +909362,15 @@ "postfix": false, "binop": null }, - "start": 113196, - "end": 113197, + "start": 115586, + "end": 115587, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 81 }, "end": { - "line": 2496, + "line": 2538, "column": 82 } } @@ -908901,15 +909388,15 @@ "binop": null }, "value": "position", - "start": 113198, - "end": 113206, + "start": 115588, + "end": 115596, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 83 }, "end": { - "line": 2496, + "line": 2538, "column": 91 } } @@ -908927,15 +909414,15 @@ "binop": null, "updateContext": null }, - "start": 113206, - "end": 113207, + "start": 115596, + "end": 115597, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 91 }, "end": { - "line": 2496, + "line": 2538, "column": 92 } } @@ -908954,15 +909441,15 @@ "updateContext": null }, "value": 10, - "start": 113208, - "end": 113210, + "start": 115598, + "end": 115600, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 93 }, "end": { - "line": 2496, + "line": 2538, "column": 95 } } @@ -908979,15 +909466,15 @@ "postfix": false, "binop": null }, - "start": 113211, - "end": 113212, + "start": 115601, + "end": 115602, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 96 }, "end": { - "line": 2496, + "line": 2538, "column": 97 } } @@ -909004,15 +909491,15 @@ "postfix": false, "binop": null }, - "start": 113213, - "end": 113214, + "start": 115603, + "end": 115604, "loc": { "start": { - "line": 2496, + "line": 2538, "column": 98 }, "end": { - "line": 2496, + "line": 2538, "column": 99 } } @@ -909029,15 +909516,15 @@ "postfix": false, "binop": null }, - "start": 113231, - "end": 113232, + "start": 115621, + "end": 115622, "loc": { "start": { - "line": 2497, + "line": 2539, "column": 16 }, "end": { - "line": 2497, + "line": 2539, "column": 17 } } @@ -909055,15 +909542,15 @@ "binop": null }, "value": "_movX", - "start": 113249, - "end": 113254, + "start": 115639, + "end": 115644, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 16 }, "end": { - "line": 2498, + "line": 2540, "column": 21 } } @@ -909082,15 +909569,15 @@ "updateContext": null }, "value": "=", - "start": 113255, - "end": 113256, + "start": 115645, + "end": 115646, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 22 }, "end": { - "line": 2498, + "line": 2540, "column": 23 } } @@ -909109,15 +909596,15 @@ "updateContext": null }, "value": "!", - "start": 113257, - "end": 113258, + "start": 115647, + "end": 115648, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 24 }, "end": { - "line": 2498, + "line": 2540, "column": 25 } } @@ -909137,15 +909624,15 @@ "updateContext": null }, "value": "this", - "start": 113259, - "end": 113263, + "start": 115649, + "end": 115653, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 26 }, "end": { - "line": 2498, + "line": 2540, "column": 30 } } @@ -909163,15 +909650,15 @@ "binop": null, "updateContext": null }, - "start": 113263, - "end": 113264, + "start": 115653, + "end": 115654, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 30 }, "end": { - "line": 2498, + "line": 2540, "column": 31 } } @@ -909189,15 +909676,15 @@ "binop": null }, "value": "is_empty", - "start": 113264, - "end": 113272, + "start": 115654, + "end": 115662, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 31 }, "end": { - "line": 2498, + "line": 2540, "column": 39 } } @@ -909214,15 +909701,15 @@ "postfix": false, "binop": null }, - "start": 113272, - "end": 113273, + "start": 115662, + "end": 115663, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 39 }, "end": { - "line": 2498, + "line": 2540, "column": 40 } } @@ -909240,15 +909727,15 @@ "binop": null }, "value": "targetEvent", - "start": 113274, - "end": 113285, + "start": 115664, + "end": 115675, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 41 }, "end": { - "line": 2498, + "line": 2540, "column": 52 } } @@ -909265,15 +909752,15 @@ "postfix": false, "binop": null }, - "start": 113286, - "end": 113287, + "start": 115676, + "end": 115677, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 53 }, "end": { - "line": 2498, + "line": 2540, "column": 54 } } @@ -909291,15 +909778,15 @@ "binop": null, "updateContext": null }, - "start": 113288, - "end": 113289, + "start": 115678, + "end": 115679, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 55 }, "end": { - "line": 2498, + "line": 2540, "column": 56 } } @@ -909317,15 +909804,15 @@ "binop": null }, "value": "targetEvent", - "start": 113290, - "end": 113301, + "start": 115680, + "end": 115691, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 57 }, "end": { - "line": 2498, + "line": 2540, "column": 68 } } @@ -909343,15 +909830,15 @@ "binop": null, "updateContext": null }, - "start": 113301, - "end": 113302, + "start": 115691, + "end": 115692, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 68 }, "end": { - "line": 2498, + "line": 2540, "column": 69 } } @@ -909369,15 +909856,15 @@ "binop": null }, "value": "x", - "start": 113302, - "end": 113303, + "start": 115692, + "end": 115693, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 69 }, "end": { - "line": 2498, + "line": 2540, "column": 70 } } @@ -909395,15 +909882,15 @@ "binop": null, "updateContext": null }, - "start": 113304, - "end": 113305, + "start": 115694, + "end": 115695, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 71 }, "end": { - "line": 2498, + "line": 2540, "column": 72 } } @@ -909422,15 +909909,15 @@ "updateContext": null }, "value": 0, - "start": 113306, - "end": 113307, + "start": 115696, + "end": 115697, "loc": { "start": { - "line": 2498, + "line": 2540, "column": 73 }, "end": { - "line": 2498, + "line": 2540, "column": 74 } } @@ -909438,15 +909925,15 @@ { "type": "CommentLine", "value": " Centering", - "start": 113341, - "end": 113353, + "start": 115731, + "end": 115743, "loc": { "start": { - "line": 2500, + "line": 2542, "column": 16 }, "end": { - "line": 2500, + "line": 2542, "column": 28 } } @@ -909466,15 +909953,15 @@ "updateContext": null }, "value": "if", - "start": 113370, - "end": 113372, + "start": 115760, + "end": 115762, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 16 }, "end": { - "line": 2501, + "line": 2543, "column": 18 } } @@ -909491,15 +909978,15 @@ "postfix": false, "binop": null }, - "start": 113373, - "end": 113374, + "start": 115763, + "end": 115764, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 19 }, "end": { - "line": 2501, + "line": 2543, "column": 20 } } @@ -909517,15 +910004,15 @@ "binop": null }, "value": "Math", - "start": 113375, - "end": 113379, + "start": 115765, + "end": 115769, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 21 }, "end": { - "line": 2501, + "line": 2543, "column": 25 } } @@ -909543,15 +910030,15 @@ "binop": null, "updateContext": null }, - "start": 113379, - "end": 113380, + "start": 115769, + "end": 115770, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 25 }, "end": { - "line": 2501, + "line": 2543, "column": 26 } } @@ -909569,15 +910056,15 @@ "binop": null }, "value": "ceil", - "start": 113380, - "end": 113384, + "start": 115770, + "end": 115774, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 26 }, "end": { - "line": 2501, + "line": 2543, "column": 30 } } @@ -909594,15 +910081,15 @@ "postfix": false, "binop": null }, - "start": 113384, - "end": 113385, + "start": 115774, + "end": 115775, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 30 }, "end": { - "line": 2501, + "line": 2543, "column": 31 } } @@ -909620,15 +910107,15 @@ "binop": null }, "value": "_elem", - "start": 113386, - "end": 113391, + "start": 115776, + "end": 115781, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 32 }, "end": { - "line": 2501, + "line": 2543, "column": 37 } } @@ -909646,15 +910133,15 @@ "binop": null, "updateContext": null }, - "start": 113391, - "end": 113392, + "start": 115781, + "end": 115782, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 37 }, "end": { - "line": 2501, + "line": 2543, "column": 38 } } @@ -909672,15 +910159,15 @@ "binop": null }, "value": "scrollWidth", - "start": 113392, - "end": 113403, + "start": 115782, + "end": 115793, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 38 }, "end": { - "line": 2501, + "line": 2543, "column": 49 } } @@ -909699,15 +910186,15 @@ "updateContext": null }, "value": "/", - "start": 113404, - "end": 113405, + "start": 115794, + "end": 115795, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 50 }, "end": { - "line": 2501, + "line": 2543, "column": 51 } } @@ -909726,15 +910213,15 @@ "updateContext": null }, "value": 2, - "start": 113406, - "end": 113407, + "start": 115796, + "end": 115797, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 52 }, "end": { - "line": 2501, + "line": 2543, "column": 53 } } @@ -909751,15 +910238,15 @@ "postfix": false, "binop": null }, - "start": 113408, - "end": 113409, + "start": 115798, + "end": 115799, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 54 }, "end": { - "line": 2501, + "line": 2543, "column": 55 } } @@ -909778,15 +910265,15 @@ "updateContext": null }, "value": "<", - "start": 113410, - "end": 113411, + "start": 115800, + "end": 115801, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 56 }, "end": { - "line": 2501, + "line": 2543, "column": 57 } } @@ -909804,15 +910291,15 @@ "binop": null }, "value": "_movX", - "start": 113412, - "end": 113417, + "start": 115802, + "end": 115807, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 58 }, "end": { - "line": 2501, + "line": 2543, "column": 63 } } @@ -909829,15 +910316,15 @@ "postfix": false, "binop": null }, - "start": 113418, - "end": 113419, + "start": 115808, + "end": 115809, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 64 }, "end": { - "line": 2501, + "line": 2543, "column": 65 } } @@ -909854,15 +910341,15 @@ "postfix": false, "binop": null }, - "start": 113420, - "end": 113421, + "start": 115810, + "end": 115811, "loc": { "start": { - "line": 2501, + "line": 2543, "column": 66 }, "end": { - "line": 2501, + "line": 2543, "column": 67 } } @@ -909880,15 +910367,15 @@ "binop": null }, "value": "_movX", - "start": 113442, - "end": 113447, + "start": 115832, + "end": 115837, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 20 }, "end": { - "line": 2502, + "line": 2544, "column": 25 } } @@ -909907,15 +910394,15 @@ "updateContext": null }, "value": "-=", - "start": 113448, - "end": 113450, + "start": 115838, + "end": 115840, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 26 }, "end": { - "line": 2502, + "line": 2544, "column": 28 } } @@ -909933,15 +910420,15 @@ "binop": null }, "value": "Math", - "start": 113451, - "end": 113455, + "start": 115841, + "end": 115845, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 29 }, "end": { - "line": 2502, + "line": 2544, "column": 33 } } @@ -909959,15 +910446,15 @@ "binop": null, "updateContext": null }, - "start": 113455, - "end": 113456, + "start": 115845, + "end": 115846, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 33 }, "end": { - "line": 2502, + "line": 2544, "column": 34 } } @@ -909985,15 +910472,15 @@ "binop": null }, "value": "ceil", - "start": 113456, - "end": 113460, + "start": 115846, + "end": 115850, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 34 }, "end": { - "line": 2502, + "line": 2544, "column": 38 } } @@ -910010,15 +910497,15 @@ "postfix": false, "binop": null }, - "start": 113460, - "end": 113461, + "start": 115850, + "end": 115851, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 38 }, "end": { - "line": 2502, + "line": 2544, "column": 39 } } @@ -910036,15 +910523,15 @@ "binop": null }, "value": "_elem", - "start": 113462, - "end": 113467, + "start": 115852, + "end": 115857, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 40 }, "end": { - "line": 2502, + "line": 2544, "column": 45 } } @@ -910062,15 +910549,15 @@ "binop": null, "updateContext": null }, - "start": 113467, - "end": 113468, + "start": 115857, + "end": 115858, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 45 }, "end": { - "line": 2502, + "line": 2544, "column": 46 } } @@ -910088,15 +910575,15 @@ "binop": null }, "value": "scrollWidth", - "start": 113468, - "end": 113479, + "start": 115858, + "end": 115869, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 46 }, "end": { - "line": 2502, + "line": 2544, "column": 57 } } @@ -910115,15 +910602,15 @@ "updateContext": null }, "value": "/", - "start": 113480, - "end": 113481, + "start": 115870, + "end": 115871, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 58 }, "end": { - "line": 2502, + "line": 2544, "column": 59 } } @@ -910142,15 +910629,15 @@ "updateContext": null }, "value": 2, - "start": 113482, - "end": 113483, + "start": 115872, + "end": 115873, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 60 }, "end": { - "line": 2502, + "line": 2544, "column": 61 } } @@ -910167,15 +910654,15 @@ "postfix": false, "binop": null }, - "start": 113484, - "end": 113485, + "start": 115874, + "end": 115875, "loc": { "start": { - "line": 2502, + "line": 2544, "column": 62 }, "end": { - "line": 2502, + "line": 2544, "column": 63 } } @@ -910192,15 +910679,15 @@ "postfix": false, "binop": null }, - "start": 113502, - "end": 113503, + "start": 115892, + "end": 115893, "loc": { "start": { - "line": 2503, + "line": 2545, "column": 16 }, "end": { - "line": 2503, + "line": 2545, "column": 17 } } @@ -910220,15 +910707,15 @@ "updateContext": null }, "value": "else", - "start": 113504, - "end": 113508, + "start": 115894, + "end": 115898, "loc": { "start": { - "line": 2503, + "line": 2545, "column": 18 }, "end": { - "line": 2503, + "line": 2545, "column": 22 } } @@ -910245,15 +910732,15 @@ "postfix": false, "binop": null }, - "start": 113509, - "end": 113510, + "start": 115899, + "end": 115900, "loc": { "start": { - "line": 2503, + "line": 2545, "column": 23 }, "end": { - "line": 2503, + "line": 2545, "column": 24 } } @@ -910271,15 +910758,15 @@ "binop": null }, "value": "_movX", - "start": 113531, - "end": 113536, + "start": 115921, + "end": 115926, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 20 }, "end": { - "line": 2504, + "line": 2546, "column": 25 } } @@ -910298,15 +910785,15 @@ "updateContext": null }, "value": "=", - "start": 113537, - "end": 113538, + "start": 115927, + "end": 115928, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 26 }, "end": { - "line": 2504, + "line": 2546, "column": 27 } } @@ -910325,15 +910812,15 @@ "updateContext": null }, "value": 0, - "start": 113539, - "end": 113540, + "start": 115929, + "end": 115930, "loc": { "start": { - "line": 2504, + "line": 2546, "column": 28 }, "end": { - "line": 2504, + "line": 2546, "column": 29 } } @@ -910350,15 +910837,15 @@ "postfix": false, "binop": null }, - "start": 113557, - "end": 113558, + "start": 115947, + "end": 115948, "loc": { "start": { - "line": 2505, + "line": 2547, "column": 16 }, "end": { - "line": 2505, + "line": 2547, "column": 17 } } @@ -910366,15 +910853,15 @@ { "type": "CommentLine", "value": " Focus target event", - "start": 113592, - "end": 113613, + "start": 115982, + "end": 116003, "loc": { "start": { - "line": 2507, + "line": 2549, "column": 16 }, "end": { - "line": 2507, + "line": 2549, "column": 37 } } @@ -910394,15 +910881,15 @@ "updateContext": null }, "value": "if", - "start": 113630, - "end": 113632, + "start": 116020, + "end": 116022, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 16 }, "end": { - "line": 2508, + "line": 2550, "column": 18 } } @@ -910419,15 +910906,15 @@ "postfix": false, "binop": null }, - "start": 113633, - "end": 113634, + "start": 116023, + "end": 116024, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 19 }, "end": { - "line": 2508, + "line": 2550, "column": 20 } } @@ -910446,15 +910933,15 @@ "updateContext": null }, "value": "!", - "start": 113635, - "end": 113636, + "start": 116025, + "end": 116026, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 21 }, "end": { - "line": 2508, + "line": 2550, "column": 22 } } @@ -910474,15 +910961,15 @@ "updateContext": null }, "value": "this", - "start": 113637, - "end": 113641, + "start": 116027, + "end": 116031, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 23 }, "end": { - "line": 2508, + "line": 2550, "column": 27 } } @@ -910500,15 +910987,15 @@ "binop": null, "updateContext": null }, - "start": 113641, - "end": 113642, + "start": 116031, + "end": 116032, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 27 }, "end": { - "line": 2508, + "line": 2550, "column": 28 } } @@ -910526,15 +911013,15 @@ "binop": null }, "value": "is_empty", - "start": 113642, - "end": 113650, + "start": 116032, + "end": 116040, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 28 }, "end": { - "line": 2508, + "line": 2550, "column": 36 } } @@ -910551,15 +911038,15 @@ "postfix": false, "binop": null }, - "start": 113650, - "end": 113651, + "start": 116040, + "end": 116041, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 36 }, "end": { - "line": 2508, + "line": 2550, "column": 37 } } @@ -910577,15 +911064,15 @@ "binop": null }, "value": "targetEvent", - "start": 113652, - "end": 113663, + "start": 116042, + "end": 116053, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 38 }, "end": { - "line": 2508, + "line": 2550, "column": 49 } } @@ -910602,15 +911089,15 @@ "postfix": false, "binop": null }, - "start": 113664, - "end": 113665, + "start": 116054, + "end": 116055, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 50 }, "end": { - "line": 2508, + "line": 2550, "column": 51 } } @@ -910627,15 +911114,15 @@ "postfix": false, "binop": null }, - "start": 113666, - "end": 113667, + "start": 116056, + "end": 116057, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 52 }, "end": { - "line": 2508, + "line": 2550, "column": 53 } } @@ -910652,15 +911139,15 @@ "postfix": false, "binop": null }, - "start": 113668, - "end": 113669, + "start": 116058, + "end": 116059, "loc": { "start": { - "line": 2508, + "line": 2550, "column": 54 }, "end": { - "line": 2508, + "line": 2550, "column": 55 } } @@ -910678,15 +911165,15 @@ "binop": null }, "value": "$", - "start": 113690, - "end": 113691, + "start": 116080, + "end": 116081, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 20 }, "end": { - "line": 2509, + "line": 2551, "column": 21 } } @@ -910703,15 +911190,15 @@ "postfix": false, "binop": null }, - "start": 113691, - "end": 113692, + "start": 116081, + "end": 116082, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 21 }, "end": { - "line": 2509, + "line": 2551, "column": 22 } } @@ -910728,15 +911215,15 @@ "postfix": false, "binop": null }, - "start": 113692, - "end": 113693, + "start": 116082, + "end": 116083, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 22 }, "end": { - "line": 2509, + "line": 2551, "column": 23 } } @@ -910755,15 +911242,15 @@ "updateContext": null }, "value": "", - "start": 113693, - "end": 113693, + "start": 116083, + "end": 116083, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 23 }, "end": { - "line": 2509, + "line": 2551, "column": 23 } } @@ -910780,15 +911267,15 @@ "postfix": false, "binop": null }, - "start": 113693, - "end": 113695, + "start": 116083, + "end": 116085, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 23 }, "end": { - "line": 2509, + "line": 2551, "column": 25 } } @@ -910806,15 +911293,15 @@ "binop": null }, "value": "Selector", - "start": 113695, - "end": 113703, + "start": 116085, + "end": 116093, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 25 }, "end": { - "line": 2509, + "line": 2551, "column": 33 } } @@ -910832,15 +911319,15 @@ "binop": null, "updateContext": null }, - "start": 113703, - "end": 113704, + "start": 116093, + "end": 116094, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 33 }, "end": { - "line": 2509, + "line": 2551, "column": 34 } } @@ -910858,15 +911345,15 @@ "binop": null }, "value": "TIMELINE_EVENT_NODE", - "start": 113704, - "end": 113723, + "start": 116094, + "end": 116113, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 34 }, "end": { - "line": 2509, + "line": 2551, "column": 53 } } @@ -910883,15 +911370,15 @@ "postfix": false, "binop": null }, - "start": 113723, - "end": 113724, + "start": 116113, + "end": 116114, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 53 }, "end": { - "line": 2509, + "line": 2551, "column": 54 } } @@ -910910,15 +911397,15 @@ "updateContext": null }, "value": "[data-uid=\"", - "start": 113724, - "end": 113735, + "start": 116114, + "end": 116125, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 54 }, "end": { - "line": 2509, + "line": 2551, "column": 65 } } @@ -910935,15 +911422,15 @@ "postfix": false, "binop": null }, - "start": 113735, - "end": 113737, + "start": 116125, + "end": 116127, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 65 }, "end": { - "line": 2509, + "line": 2551, "column": 67 } } @@ -910961,15 +911448,15 @@ "binop": null }, "value": "targetEvent", - "start": 113737, - "end": 113748, + "start": 116127, + "end": 116138, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 67 }, "end": { - "line": 2509, + "line": 2551, "column": 78 } } @@ -910987,15 +911474,15 @@ "binop": null, "updateContext": null }, - "start": 113748, - "end": 113749, + "start": 116138, + "end": 116139, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 78 }, "end": { - "line": 2509, + "line": 2551, "column": 79 } } @@ -911013,15 +911500,15 @@ "binop": null }, "value": "uid", - "start": 113749, - "end": 113752, + "start": 116139, + "end": 116142, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 79 }, "end": { - "line": 2509, + "line": 2551, "column": 82 } } @@ -911038,15 +911525,15 @@ "postfix": false, "binop": null }, - "start": 113752, - "end": 113753, + "start": 116142, + "end": 116143, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 82 }, "end": { - "line": 2509, + "line": 2551, "column": 83 } } @@ -911065,15 +911552,15 @@ "updateContext": null }, "value": "\"]", - "start": 113753, - "end": 113755, + "start": 116143, + "end": 116145, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 83 }, "end": { - "line": 2509, + "line": 2551, "column": 85 } } @@ -911090,15 +911577,15 @@ "postfix": false, "binop": null }, - "start": 113755, - "end": 113756, + "start": 116145, + "end": 116146, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 85 }, "end": { - "line": 2509, + "line": 2551, "column": 86 } } @@ -911115,15 +911602,15 @@ "postfix": false, "binop": null }, - "start": 113756, - "end": 113757, + "start": 116146, + "end": 116147, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 86 }, "end": { - "line": 2509, + "line": 2551, "column": 87 } } @@ -911141,15 +911628,15 @@ "binop": null, "updateContext": null }, - "start": 113757, - "end": 113758, + "start": 116147, + "end": 116148, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 87 }, "end": { - "line": 2509, + "line": 2551, "column": 88 } } @@ -911167,15 +911654,15 @@ "binop": null }, "value": "trigger", - "start": 113758, - "end": 113765, + "start": 116148, + "end": 116155, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 88 }, "end": { - "line": 2509, + "line": 2551, "column": 95 } } @@ -911192,15 +911679,15 @@ "postfix": false, "binop": null }, - "start": 113765, - "end": 113766, + "start": 116155, + "end": 116156, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 95 }, "end": { - "line": 2509, + "line": 2551, "column": 96 } } @@ -911218,15 +911705,15 @@ "binop": null }, "value": "Event", - "start": 113767, - "end": 113772, + "start": 116157, + "end": 116162, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 97 }, "end": { - "line": 2509, + "line": 2551, "column": 102 } } @@ -911244,15 +911731,15 @@ "binop": null, "updateContext": null }, - "start": 113772, - "end": 113773, + "start": 116162, + "end": 116163, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 102 }, "end": { - "line": 2509, + "line": 2551, "column": 103 } } @@ -911270,15 +911757,15 @@ "binop": null }, "value": "FOCUSIN_EVENT", - "start": 113773, - "end": 113786, + "start": 116163, + "end": 116176, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 103 }, "end": { - "line": 2509, + "line": 2551, "column": 116 } } @@ -911295,15 +911782,15 @@ "postfix": false, "binop": null }, - "start": 113787, - "end": 113788, + "start": 116177, + "end": 116178, "loc": { "start": { - "line": 2509, + "line": 2551, "column": 117 }, "end": { - "line": 2509, + "line": 2551, "column": 118 } } @@ -911320,15 +911807,15 @@ "postfix": false, "binop": null }, - "start": 113805, - "end": 113806, + "start": 116195, + "end": 116196, "loc": { "start": { - "line": 2510, + "line": 2552, "column": 16 }, "end": { - "line": 2510, + "line": 2552, "column": 17 } } @@ -911348,15 +911835,15 @@ "updateContext": null }, "value": "break", - "start": 113823, - "end": 113828, + "start": 116213, + "end": 116218, "loc": { "start": { - "line": 2511, + "line": 2553, "column": 16 }, "end": { - "line": 2511, + "line": 2553, "column": 21 } } @@ -911373,15 +911860,15 @@ "postfix": false, "binop": null }, - "start": 113841, - "end": 113842, + "start": 116231, + "end": 116232, "loc": { "start": { - "line": 2512, + "line": 2554, "column": 12 }, "end": { - "line": 2512, + "line": 2554, "column": 13 } } @@ -911401,15 +911888,15 @@ "updateContext": null }, "value": "case", - "start": 113855, - "end": 113859, + "start": 116245, + "end": 116249, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 12 }, "end": { - "line": 2513, + "line": 2555, "column": 16 } } @@ -911431,15 +911918,15 @@ "pattern": "^current(|ly)|now$", "flags": "i" }, - "start": 113860, - "end": 113881, + "start": 116250, + "end": 116271, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 17 }, "end": { - "line": 2513, + "line": 2555, "column": 38 } } @@ -911457,15 +911944,15 @@ "binop": null, "updateContext": null }, - "start": 113881, - "end": 113882, + "start": 116271, + "end": 116272, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 38 }, "end": { - "line": 2513, + "line": 2555, "column": 39 } } @@ -911483,15 +911970,15 @@ "binop": null }, "value": "test", - "start": 113882, - "end": 113886, + "start": 116272, + "end": 116276, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 39 }, "end": { - "line": 2513, + "line": 2555, "column": 43 } } @@ -911508,15 +911995,15 @@ "postfix": false, "binop": null }, - "start": 113886, - "end": 113887, + "start": 116276, + "end": 116277, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 43 }, "end": { - "line": 2513, + "line": 2555, "column": 44 } } @@ -911534,15 +912021,15 @@ "binop": null }, "value": "position", - "start": 113888, - "end": 113896, + "start": 116278, + "end": 116286, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 45 }, "end": { - "line": 2513, + "line": 2555, "column": 53 } } @@ -911559,15 +912046,15 @@ "postfix": false, "binop": null }, - "start": 113897, - "end": 113898, + "start": 116287, + "end": 116288, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 54 }, "end": { - "line": 2513, + "line": 2555, "column": 55 } } @@ -911585,15 +912072,15 @@ "binop": null, "updateContext": null }, - "start": 113898, - "end": 113899, + "start": 116288, + "end": 116289, "loc": { "start": { - "line": 2513, + "line": 2555, "column": 55 }, "end": { - "line": 2513, + "line": 2555, "column": 56 } } @@ -911613,15 +912100,15 @@ "updateContext": null }, "value": "default", - "start": 113912, - "end": 113919, + "start": 116302, + "end": 116309, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 12 }, "end": { - "line": 2514, + "line": 2556, "column": 19 } } @@ -911639,15 +912126,15 @@ "binop": null, "updateContext": null }, - "start": 113919, - "end": 113920, + "start": 116309, + "end": 116310, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 19 }, "end": { - "line": 2514, + "line": 2556, "column": 20 } } @@ -911664,15 +912151,15 @@ "postfix": false, "binop": null }, - "start": 113921, - "end": 113922, + "start": 116311, + "end": 116312, "loc": { "start": { - "line": 2514, + "line": 2556, "column": 21 }, "end": { - "line": 2514, + "line": 2556, "column": 22 } } @@ -911692,15 +912179,15 @@ "updateContext": null }, "value": "let", - "start": 113939, - "end": 113942, + "start": 116329, + "end": 116332, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 16 }, "end": { - "line": 2515, + "line": 2557, "column": 19 } } @@ -911718,15 +912205,15 @@ "binop": null }, "value": "_now", - "start": 113943, - "end": 113947, + "start": 116333, + "end": 116337, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 20 }, "end": { - "line": 2515, + "line": 2557, "column": 24 } } @@ -911745,15 +912232,15 @@ "updateContext": null }, "value": "=", - "start": 113949, - "end": 113950, + "start": 116339, + "end": 116340, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 26 }, "end": { - "line": 2515, + "line": 2557, "column": 27 } } @@ -911773,15 +912260,15 @@ "updateContext": null }, "value": "new", - "start": 113951, - "end": 113954, + "start": 116341, + "end": 116344, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 28 }, "end": { - "line": 2515, + "line": 2557, "column": 31 } } @@ -911799,15 +912286,15 @@ "binop": null }, "value": "Date", - "start": 113955, - "end": 113959, + "start": 116345, + "end": 116349, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 32 }, "end": { - "line": 2515, + "line": 2557, "column": 36 } } @@ -911824,15 +912311,15 @@ "postfix": false, "binop": null }, - "start": 113959, - "end": 113960, + "start": 116349, + "end": 116350, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 36 }, "end": { - "line": 2515, + "line": 2557, "column": 37 } } @@ -911849,15 +912336,15 @@ "postfix": false, "binop": null }, - "start": 113960, - "end": 113961, + "start": 116350, + "end": 116351, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 37 }, "end": { - "line": 2515, + "line": 2557, "column": 38 } } @@ -911875,15 +912362,15 @@ "binop": null, "updateContext": null }, - "start": 113961, - "end": 113962, + "start": 116351, + "end": 116352, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 38 }, "end": { - "line": 2515, + "line": 2557, "column": 39 } } @@ -911901,15 +912388,15 @@ "binop": null }, "value": "toString", - "start": 113962, - "end": 113970, + "start": 116352, + "end": 116360, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 39 }, "end": { - "line": 2515, + "line": 2557, "column": 47 } } @@ -911926,15 +912413,15 @@ "postfix": false, "binop": null }, - "start": 113970, - "end": 113971, + "start": 116360, + "end": 116361, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 47 }, "end": { - "line": 2515, + "line": 2557, "column": 48 } } @@ -911951,15 +912438,15 @@ "postfix": false, "binop": null }, - "start": 113971, - "end": 113972, + "start": 116361, + "end": 116362, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 48 }, "end": { - "line": 2515, + "line": 2557, "column": 49 } } @@ -911977,15 +912464,15 @@ "binop": null, "updateContext": null }, - "start": 113972, - "end": 113973, + "start": 116362, + "end": 116363, "loc": { "start": { - "line": 2515, + "line": 2557, "column": 49 }, "end": { - "line": 2515, + "line": 2557, "column": 50 } } @@ -912003,15 +912490,15 @@ "binop": null }, "value": "_nowX", - "start": 113994, - "end": 113999, + "start": 116384, + "end": 116389, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 20 }, "end": { - "line": 2516, + "line": 2558, "column": 25 } } @@ -912030,15 +912517,15 @@ "updateContext": null }, "value": "=", - "start": 114000, - "end": 114001, + "start": 116390, + "end": 116391, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 26 }, "end": { - "line": 2516, + "line": 2558, "column": 27 } } @@ -912058,15 +912545,15 @@ "updateContext": null }, "value": "this", - "start": 114002, - "end": 114006, + "start": 116392, + "end": 116396, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 28 }, "end": { - "line": 2516, + "line": 2558, "column": 32 } } @@ -912084,15 +912571,15 @@ "binop": null, "updateContext": null }, - "start": 114006, - "end": 114007, + "start": 116396, + "end": 116397, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 32 }, "end": { - "line": 2516, + "line": 2558, "column": 33 } } @@ -912110,15 +912597,15 @@ "binop": null }, "value": "numRound", - "start": 114007, - "end": 114015, + "start": 116397, + "end": 116405, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 33 }, "end": { - "line": 2516, + "line": 2558, "column": 41 } } @@ -912135,15 +912622,15 @@ "postfix": false, "binop": null }, - "start": 114015, - "end": 114016, + "start": 116405, + "end": 116406, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 41 }, "end": { - "line": 2516, + "line": 2558, "column": 42 } } @@ -912163,15 +912650,15 @@ "updateContext": null }, "value": "this", - "start": 114017, - "end": 114021, + "start": 116407, + "end": 116411, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 43 }, "end": { - "line": 2516, + "line": 2558, "column": 47 } } @@ -912189,15 +912676,15 @@ "binop": null, "updateContext": null }, - "start": 114021, - "end": 114022, + "start": 116411, + "end": 116412, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 47 }, "end": { - "line": 2516, + "line": 2558, "column": 48 } } @@ -912215,15 +912702,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 114022, - "end": 114037, + "start": 116412, + "end": 116427, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 48 }, "end": { - "line": 2516, + "line": 2558, "column": 63 } } @@ -912240,15 +912727,15 @@ "postfix": false, "binop": null }, - "start": 114037, - "end": 114038, + "start": 116427, + "end": 116428, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 63 }, "end": { - "line": 2516, + "line": 2558, "column": 64 } } @@ -912266,15 +912753,15 @@ "binop": null }, "value": "_now", - "start": 114039, - "end": 114043, + "start": 116429, + "end": 116433, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 65 }, "end": { - "line": 2516, + "line": 2558, "column": 69 } } @@ -912291,15 +912778,15 @@ "postfix": false, "binop": null }, - "start": 114044, - "end": 114045, + "start": 116434, + "end": 116435, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 70 }, "end": { - "line": 2516, + "line": 2558, "column": 71 } } @@ -912317,15 +912804,15 @@ "binop": null, "updateContext": null }, - "start": 114045, - "end": 114046, + "start": 116435, + "end": 116436, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 71 }, "end": { - "line": 2516, + "line": 2558, "column": 72 } } @@ -912344,15 +912831,15 @@ "updateContext": null }, "value": 2, - "start": 114047, - "end": 114048, + "start": 116437, + "end": 116438, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 73 }, "end": { - "line": 2516, + "line": 2558, "column": 74 } } @@ -912369,15 +912856,15 @@ "postfix": false, "binop": null }, - "start": 114049, - "end": 114050, + "start": 116439, + "end": 116440, "loc": { "start": { - "line": 2516, + "line": 2558, "column": 75 }, "end": { - "line": 2516, + "line": 2558, "column": 76 } } @@ -912397,15 +912884,15 @@ "updateContext": null }, "value": "if", - "start": 114084, - "end": 114086, + "start": 116474, + "end": 116476, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 16 }, "end": { - "line": 2518, + "line": 2560, "column": 18 } } @@ -912422,15 +912909,15 @@ "postfix": false, "binop": null }, - "start": 114087, - "end": 114088, + "start": 116477, + "end": 116478, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 19 }, "end": { - "line": 2518, + "line": 2560, "column": 20 } } @@ -912448,15 +912935,15 @@ "binop": null }, "value": "_nowX", - "start": 114089, - "end": 114094, + "start": 116479, + "end": 116484, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 21 }, "end": { - "line": 2518, + "line": 2560, "column": 26 } } @@ -912475,15 +912962,15 @@ "updateContext": null }, "value": ">=", - "start": 114095, - "end": 114097, + "start": 116485, + "end": 116487, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 27 }, "end": { - "line": 2518, + "line": 2560, "column": 29 } } @@ -912502,15 +912989,15 @@ "updateContext": null }, "value": 0, - "start": 114098, - "end": 114099, + "start": 116488, + "end": 116489, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 30 }, "end": { - "line": 2518, + "line": 2560, "column": 31 } } @@ -912527,15 +913014,15 @@ "postfix": false, "binop": null }, - "start": 114100, - "end": 114101, + "start": 116490, + "end": 116491, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 32 }, "end": { - "line": 2518, + "line": 2560, "column": 33 } } @@ -912552,15 +913039,15 @@ "postfix": false, "binop": null }, - "start": 114102, - "end": 114103, + "start": 116492, + "end": 116493, "loc": { "start": { - "line": 2518, + "line": 2560, "column": 34 }, "end": { - "line": 2518, + "line": 2560, "column": 35 } } @@ -912580,15 +913067,15 @@ "updateContext": null }, "value": "if", - "start": 114124, - "end": 114126, + "start": 116514, + "end": 116516, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 20 }, "end": { - "line": 2519, + "line": 2561, "column": 22 } } @@ -912605,15 +913092,15 @@ "postfix": false, "binop": null }, - "start": 114127, - "end": 114128, + "start": 116517, + "end": 116518, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 23 }, "end": { - "line": 2519, + "line": 2561, "column": 24 } } @@ -912631,15 +913118,15 @@ "binop": null }, "value": "_tl_container", - "start": 114129, - "end": 114142, + "start": 116519, + "end": 116532, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 25 }, "end": { - "line": 2519, + "line": 2561, "column": 38 } } @@ -912657,15 +913144,15 @@ "binop": null, "updateContext": null }, - "start": 114142, - "end": 114143, + "start": 116532, + "end": 116533, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 38 }, "end": { - "line": 2519, + "line": 2561, "column": 39 } } @@ -912684,15 +913171,15 @@ "updateContext": null }, "value": 0, - "start": 114143, - "end": 114144, + "start": 116533, + "end": 116534, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 39 }, "end": { - "line": 2519, + "line": 2561, "column": 40 } } @@ -912710,15 +913197,15 @@ "binop": null, "updateContext": null }, - "start": 114144, - "end": 114145, + "start": 116534, + "end": 116535, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 40 }, "end": { - "line": 2519, + "line": 2561, "column": 41 } } @@ -912736,15 +913223,15 @@ "binop": null, "updateContext": null }, - "start": 114145, - "end": 114146, + "start": 116535, + "end": 116536, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 41 }, "end": { - "line": 2519, + "line": 2561, "column": 42 } } @@ -912762,15 +913249,15 @@ "binop": null }, "value": "scrollWidth", - "start": 114146, - "end": 114157, + "start": 116536, + "end": 116547, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 42 }, "end": { - "line": 2519, + "line": 2561, "column": 53 } } @@ -912789,15 +913276,15 @@ "updateContext": null }, "value": "-", - "start": 114158, - "end": 114159, + "start": 116548, + "end": 116549, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 54 }, "end": { - "line": 2519, + "line": 2561, "column": 55 } } @@ -912815,15 +913302,15 @@ "binop": null }, "value": "_elem", - "start": 114160, - "end": 114165, + "start": 116550, + "end": 116555, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 56 }, "end": { - "line": 2519, + "line": 2561, "column": 61 } } @@ -912841,15 +913328,15 @@ "binop": null, "updateContext": null }, - "start": 114165, - "end": 114166, + "start": 116555, + "end": 116556, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 61 }, "end": { - "line": 2519, + "line": 2561, "column": 62 } } @@ -912867,15 +913354,15 @@ "binop": null }, "value": "scrollWidth", - "start": 114166, - "end": 114177, + "start": 116556, + "end": 116567, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 62 }, "end": { - "line": 2519, + "line": 2561, "column": 73 } } @@ -912894,15 +913381,15 @@ "updateContext": null }, "value": "+", - "start": 114178, - "end": 114179, + "start": 116568, + "end": 116569, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 74 }, "end": { - "line": 2519, + "line": 2561, "column": 75 } } @@ -912921,15 +913408,15 @@ "updateContext": null }, "value": 1, - "start": 114180, - "end": 114181, + "start": 116570, + "end": 116571, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 76 }, "end": { - "line": 2519, + "line": 2561, "column": 77 } } @@ -912948,15 +913435,15 @@ "updateContext": null }, "value": "<", - "start": 114182, - "end": 114183, + "start": 116572, + "end": 116573, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 78 }, "end": { - "line": 2519, + "line": 2561, "column": 79 } } @@ -912974,15 +913461,15 @@ "binop": null }, "value": "_nowX", - "start": 114184, - "end": 114189, + "start": 116574, + "end": 116579, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 80 }, "end": { - "line": 2519, + "line": 2561, "column": 85 } } @@ -912999,15 +913486,15 @@ "postfix": false, "binop": null }, - "start": 114190, - "end": 114191, + "start": 116580, + "end": 116581, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 86 }, "end": { - "line": 2519, + "line": 2561, "column": 87 } } @@ -913024,15 +913511,15 @@ "postfix": false, "binop": null }, - "start": 114192, - "end": 114193, + "start": 116582, + "end": 116583, "loc": { "start": { - "line": 2519, + "line": 2561, "column": 88 }, "end": { - "line": 2519, + "line": 2561, "column": 89 } } @@ -913050,15 +913537,15 @@ "binop": null }, "value": "_movX", - "start": 114218, - "end": 114223, + "start": 116608, + "end": 116613, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 24 }, "end": { - "line": 2520, + "line": 2562, "column": 29 } } @@ -913077,15 +913564,15 @@ "updateContext": null }, "value": "=", - "start": 114224, - "end": 114225, + "start": 116614, + "end": 116615, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 30 }, "end": { - "line": 2520, + "line": 2562, "column": 31 } } @@ -913103,15 +913590,15 @@ "binop": null }, "value": "_tl_container", - "start": 114226, - "end": 114239, + "start": 116616, + "end": 116629, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 32 }, "end": { - "line": 2520, + "line": 2562, "column": 45 } } @@ -913129,15 +913616,15 @@ "binop": null, "updateContext": null }, - "start": 114239, - "end": 114240, + "start": 116629, + "end": 116630, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 45 }, "end": { - "line": 2520, + "line": 2562, "column": 46 } } @@ -913156,15 +913643,15 @@ "updateContext": null }, "value": 0, - "start": 114240, - "end": 114241, + "start": 116630, + "end": 116631, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 46 }, "end": { - "line": 2520, + "line": 2562, "column": 47 } } @@ -913182,15 +913669,15 @@ "binop": null, "updateContext": null }, - "start": 114241, - "end": 114242, + "start": 116631, + "end": 116632, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 47 }, "end": { - "line": 2520, + "line": 2562, "column": 48 } } @@ -913208,15 +913695,15 @@ "binop": null, "updateContext": null }, - "start": 114242, - "end": 114243, + "start": 116632, + "end": 116633, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 48 }, "end": { - "line": 2520, + "line": 2562, "column": 49 } } @@ -913234,15 +913721,15 @@ "binop": null }, "value": "scrollWidth", - "start": 114243, - "end": 114254, + "start": 116633, + "end": 116644, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 49 }, "end": { - "line": 2520, + "line": 2562, "column": 60 } } @@ -913261,15 +913748,15 @@ "updateContext": null }, "value": "-", - "start": 114255, - "end": 114256, + "start": 116645, + "end": 116646, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 61 }, "end": { - "line": 2520, + "line": 2562, "column": 62 } } @@ -913287,15 +913774,15 @@ "binop": null }, "value": "_elem", - "start": 114257, - "end": 114262, + "start": 116647, + "end": 116652, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 63 }, "end": { - "line": 2520, + "line": 2562, "column": 68 } } @@ -913313,15 +913800,15 @@ "binop": null, "updateContext": null }, - "start": 114262, - "end": 114263, + "start": 116652, + "end": 116653, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 68 }, "end": { - "line": 2520, + "line": 2562, "column": 69 } } @@ -913339,15 +913826,15 @@ "binop": null }, "value": "scrollWidth", - "start": 114263, - "end": 114274, + "start": 116653, + "end": 116664, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 69 }, "end": { - "line": 2520, + "line": 2562, "column": 80 } } @@ -913366,15 +913853,15 @@ "updateContext": null }, "value": "+", - "start": 114275, - "end": 114276, + "start": 116665, + "end": 116666, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 81 }, "end": { - "line": 2520, + "line": 2562, "column": 82 } } @@ -913393,15 +913880,15 @@ "updateContext": null }, "value": 1, - "start": 114277, - "end": 114278, + "start": 116667, + "end": 116668, "loc": { "start": { - "line": 2520, + "line": 2562, "column": 83 }, "end": { - "line": 2520, + "line": 2562, "column": 84 } } @@ -913418,15 +913905,15 @@ "postfix": false, "binop": null }, - "start": 114299, - "end": 114300, + "start": 116689, + "end": 116690, "loc": { "start": { - "line": 2521, + "line": 2563, "column": 20 }, "end": { - "line": 2521, + "line": 2563, "column": 21 } } @@ -913446,15 +913933,15 @@ "updateContext": null }, "value": "else", - "start": 114301, - "end": 114305, + "start": 116691, + "end": 116695, "loc": { "start": { - "line": 2521, + "line": 2563, "column": 22 }, "end": { - "line": 2521, + "line": 2563, "column": 26 } } @@ -913471,15 +913958,15 @@ "postfix": false, "binop": null }, - "start": 114306, - "end": 114307, + "start": 116696, + "end": 116697, "loc": { "start": { - "line": 2521, + "line": 2563, "column": 27 }, "end": { - "line": 2521, + "line": 2563, "column": 28 } } @@ -913497,15 +913984,15 @@ "binop": null }, "value": "_movX", - "start": 114332, - "end": 114337, + "start": 116722, + "end": 116727, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 24 }, "end": { - "line": 2522, + "line": 2564, "column": 29 } } @@ -913524,15 +914011,15 @@ "updateContext": null }, "value": "=", - "start": 114338, - "end": 114339, + "start": 116728, + "end": 116729, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 30 }, "end": { - "line": 2522, + "line": 2564, "column": 31 } } @@ -913550,15 +914037,15 @@ "binop": null }, "value": "_nowX", - "start": 114340, - "end": 114345, + "start": 116730, + "end": 116735, "loc": { "start": { - "line": 2522, + "line": 2564, "column": 32 }, "end": { - "line": 2522, + "line": 2564, "column": 37 } } @@ -913575,15 +914062,15 @@ "postfix": false, "binop": null }, - "start": 114366, - "end": 114367, + "start": 116756, + "end": 116757, "loc": { "start": { - "line": 2523, + "line": 2565, "column": 20 }, "end": { - "line": 2523, + "line": 2565, "column": 21 } } @@ -913600,15 +914087,15 @@ "postfix": false, "binop": null }, - "start": 114384, - "end": 114385, + "start": 116774, + "end": 116775, "loc": { "start": { - "line": 2524, + "line": 2566, "column": 16 }, "end": { - "line": 2524, + "line": 2566, "column": 17 } } @@ -913628,15 +914115,15 @@ "updateContext": null }, "value": "else", - "start": 114386, - "end": 114390, + "start": 116776, + "end": 116780, "loc": { "start": { - "line": 2524, + "line": 2566, "column": 18 }, "end": { - "line": 2524, + "line": 2566, "column": 22 } } @@ -913653,15 +914140,15 @@ "postfix": false, "binop": null }, - "start": 114391, - "end": 114392, + "start": 116781, + "end": 116782, "loc": { "start": { - "line": 2524, + "line": 2566, "column": 23 }, "end": { - "line": 2524, + "line": 2566, "column": 24 } } @@ -913679,15 +914166,15 @@ "binop": null }, "value": "_movX", - "start": 114413, - "end": 114418, + "start": 116803, + "end": 116808, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 20 }, "end": { - "line": 2525, + "line": 2567, "column": 25 } } @@ -913706,15 +914193,15 @@ "updateContext": null }, "value": "=", - "start": 114419, - "end": 114420, + "start": 116809, + "end": 116810, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 26 }, "end": { - "line": 2525, + "line": 2567, "column": 27 } } @@ -913733,15 +914220,15 @@ "updateContext": null }, "value": 0, - "start": 114421, - "end": 114422, + "start": 116811, + "end": 116812, "loc": { "start": { - "line": 2525, + "line": 2567, "column": 28 }, "end": { - "line": 2525, + "line": 2567, "column": 29 } } @@ -913758,15 +914245,15 @@ "postfix": false, "binop": null }, - "start": 114439, - "end": 114440, + "start": 116829, + "end": 116830, "loc": { "start": { - "line": 2526, + "line": 2568, "column": 16 }, "end": { - "line": 2526, + "line": 2568, "column": 17 } } @@ -913786,15 +914273,15 @@ "updateContext": null }, "value": "break", - "start": 114457, - "end": 114462, + "start": 116847, + "end": 116852, "loc": { "start": { - "line": 2527, + "line": 2569, "column": 16 }, "end": { - "line": 2527, + "line": 2569, "column": 21 } } @@ -913811,15 +914298,15 @@ "postfix": false, "binop": null }, - "start": 114475, - "end": 114476, + "start": 116865, + "end": 116866, "loc": { "start": { - "line": 2528, + "line": 2570, "column": 12 }, "end": { - "line": 2528, + "line": 2570, "column": 13 } } @@ -913836,15 +914323,15 @@ "postfix": false, "binop": null }, - "start": 114485, - "end": 114486, + "start": 116875, + "end": 116876, "loc": { "start": { - "line": 2529, + "line": 2571, "column": 8 }, "end": { - "line": 2529, + "line": 2571, "column": 9 } } @@ -913852,15 +914339,15 @@ { "type": "CommentLine", "value": "console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )", - "start": 114487, - "end": 114635, + "start": 116877, + "end": 117025, "loc": { "start": { - "line": 2530, + "line": 2572, "column": 0 }, "end": { - "line": 2530, + "line": 2572, "column": 148 } } @@ -913880,15 +914367,15 @@ "updateContext": null }, "value": "if", - "start": 114644, - "end": 114646, + "start": 117034, + "end": 117036, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 8 }, "end": { - "line": 2531, + "line": 2573, "column": 10 } } @@ -913905,15 +914392,15 @@ "postfix": false, "binop": null }, - "start": 114647, - "end": 114648, + "start": 117037, + "end": 117038, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 11 }, "end": { - "line": 2531, + "line": 2573, "column": 12 } } @@ -913931,15 +914418,15 @@ "binop": null }, "value": "duration", - "start": 114649, - "end": 114657, + "start": 117039, + "end": 117047, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 13 }, "end": { - "line": 2531, + "line": 2573, "column": 21 } } @@ -913958,15 +914445,15 @@ "updateContext": null }, "value": "===", - "start": 114658, - "end": 114661, + "start": 117048, + "end": 117051, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 22 }, "end": { - "line": 2531, + "line": 2573, "column": 25 } } @@ -913985,15 +914472,15 @@ "updateContext": null }, "value": "0", - "start": 114662, - "end": 114665, + "start": 117052, + "end": 117055, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 26 }, "end": { - "line": 2531, + "line": 2573, "column": 29 } } @@ -914010,15 +914497,15 @@ "postfix": false, "binop": null }, - "start": 114666, - "end": 114667, + "start": 117056, + "end": 117057, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 30 }, "end": { - "line": 2531, + "line": 2573, "column": 31 } } @@ -914035,15 +914522,15 @@ "postfix": false, "binop": null }, - "start": 114668, - "end": 114669, + "start": 117058, + "end": 117059, "loc": { "start": { - "line": 2531, + "line": 2573, "column": 32 }, "end": { - "line": 2531, + "line": 2573, "column": 33 } } @@ -914061,15 +914548,15 @@ "binop": null }, "value": "_tl_container", - "start": 114682, - "end": 114695, + "start": 117072, + "end": 117085, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 12 }, "end": { - "line": 2532, + "line": 2574, "column": 25 } } @@ -914087,15 +914574,15 @@ "binop": null, "updateContext": null }, - "start": 114695, - "end": 114696, + "start": 117085, + "end": 117086, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 25 }, "end": { - "line": 2532, + "line": 2574, "column": 26 } } @@ -914113,15 +914600,15 @@ "binop": null }, "value": "scrollLeft", - "start": 114696, - "end": 114706, + "start": 117086, + "end": 117096, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 26 }, "end": { - "line": 2532, + "line": 2574, "column": 36 } } @@ -914138,15 +914625,15 @@ "postfix": false, "binop": null }, - "start": 114706, - "end": 114707, + "start": 117096, + "end": 117097, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 36 }, "end": { - "line": 2532, + "line": 2574, "column": 37 } } @@ -914164,15 +914651,15 @@ "binop": null }, "value": "_movX", - "start": 114708, - "end": 114713, + "start": 117098, + "end": 117103, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 38 }, "end": { - "line": 2532, + "line": 2574, "column": 43 } } @@ -914189,15 +914676,15 @@ "postfix": false, "binop": null }, - "start": 114714, - "end": 114715, + "start": 117104, + "end": 117105, "loc": { "start": { - "line": 2532, + "line": 2574, "column": 44 }, "end": { - "line": 2532, + "line": 2574, "column": 45 } } @@ -914214,15 +914701,15 @@ "postfix": false, "binop": null }, - "start": 114724, - "end": 114725, + "start": 117114, + "end": 117115, "loc": { "start": { - "line": 2533, + "line": 2575, "column": 8 }, "end": { - "line": 2533, + "line": 2575, "column": 9 } } @@ -914242,15 +914729,15 @@ "updateContext": null }, "value": "else", - "start": 114726, - "end": 114730, + "start": 117116, + "end": 117120, "loc": { "start": { - "line": 2533, + "line": 2575, "column": 10 }, "end": { - "line": 2533, + "line": 2575, "column": 14 } } @@ -914267,15 +914754,15 @@ "postfix": false, "binop": null }, - "start": 114731, - "end": 114732, + "start": 117121, + "end": 117122, "loc": { "start": { - "line": 2533, + "line": 2575, "column": 15 }, "end": { - "line": 2533, + "line": 2575, "column": 16 } } @@ -914293,15 +914780,15 @@ "binop": null }, "value": "_tl_container", - "start": 114745, - "end": 114758, + "start": 117135, + "end": 117148, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 12 }, "end": { - "line": 2534, + "line": 2576, "column": 25 } } @@ -914319,15 +914806,15 @@ "binop": null, "updateContext": null }, - "start": 114758, - "end": 114759, + "start": 117148, + "end": 117149, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 25 }, "end": { - "line": 2534, + "line": 2576, "column": 26 } } @@ -914345,15 +914832,15 @@ "binop": null }, "value": "animate", - "start": 114759, - "end": 114766, + "start": 117149, + "end": 117156, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 26 }, "end": { - "line": 2534, + "line": 2576, "column": 33 } } @@ -914370,15 +914857,15 @@ "postfix": false, "binop": null }, - "start": 114766, - "end": 114767, + "start": 117156, + "end": 117157, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 33 }, "end": { - "line": 2534, + "line": 2576, "column": 34 } } @@ -914395,15 +914882,15 @@ "postfix": false, "binop": null }, - "start": 114767, - "end": 114768, + "start": 117157, + "end": 117158, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 34 }, "end": { - "line": 2534, + "line": 2576, "column": 35 } } @@ -914421,15 +914908,15 @@ "binop": null }, "value": "scrollLeft", - "start": 114769, - "end": 114779, + "start": 117159, + "end": 117169, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 36 }, "end": { - "line": 2534, + "line": 2576, "column": 46 } } @@ -914447,15 +914934,15 @@ "binop": null, "updateContext": null }, - "start": 114779, - "end": 114780, + "start": 117169, + "end": 117170, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 46 }, "end": { - "line": 2534, + "line": 2576, "column": 47 } } @@ -914473,15 +914960,15 @@ "binop": null }, "value": "_movX", - "start": 114781, - "end": 114786, + "start": 117171, + "end": 117176, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 48 }, "end": { - "line": 2534, + "line": 2576, "column": 53 } } @@ -914498,15 +914985,15 @@ "postfix": false, "binop": null }, - "start": 114787, - "end": 114788, + "start": 117177, + "end": 117178, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 54 }, "end": { - "line": 2534, + "line": 2576, "column": 55 } } @@ -914524,15 +915011,15 @@ "binop": null, "updateContext": null }, - "start": 114788, - "end": 114789, + "start": 117178, + "end": 117179, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 55 }, "end": { - "line": 2534, + "line": 2576, "column": 56 } } @@ -914550,15 +915037,15 @@ "binop": null }, "value": "duration", - "start": 114790, - "end": 114798, + "start": 117180, + "end": 117188, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 57 }, "end": { - "line": 2534, + "line": 2576, "column": 65 } } @@ -914575,15 +915062,15 @@ "postfix": false, "binop": null }, - "start": 114799, - "end": 114800, + "start": 117189, + "end": 117190, "loc": { "start": { - "line": 2534, + "line": 2576, "column": 66 }, "end": { - "line": 2534, + "line": 2576, "column": 67 } } @@ -914600,15 +915087,15 @@ "postfix": false, "binop": null }, - "start": 114809, - "end": 114810, + "start": 117199, + "end": 117200, "loc": { "start": { - "line": 2535, + "line": 2577, "column": 8 }, "end": { - "line": 2535, + "line": 2577, "column": 9 } } @@ -914625,15 +915112,15 @@ "postfix": false, "binop": null }, - "start": 114815, - "end": 114816, + "start": 117205, + "end": 117206, "loc": { "start": { - "line": 2536, + "line": 2578, "column": 4 }, "end": { - "line": 2536, + "line": 2578, "column": 5 } } @@ -914641,15 +915128,15 @@ { "type": "CommentBlock", "value": "*\n * @deprecated This method has been deprecated since version 2.0.0\n ", - "start": 114826, - "end": 114908, + "start": 117216, + "end": 117298, "loc": { "start": { - "line": 2538, + "line": 2580, "column": 4 }, "end": { - "line": 2540, + "line": 2582, "column": 7 } } @@ -914667,15 +915154,15 @@ "binop": null }, "value": "getOptions", - "start": 114913, - "end": 114923, + "start": 117303, + "end": 117313, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 4 }, "end": { - "line": 2541, + "line": 2583, "column": 14 } } @@ -914692,15 +915179,15 @@ "postfix": false, "binop": null }, - "start": 114923, - "end": 114924, + "start": 117313, + "end": 117314, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 14 }, "end": { - "line": 2541, + "line": 2583, "column": 15 } } @@ -914717,15 +915204,15 @@ "postfix": false, "binop": null }, - "start": 114924, - "end": 114925, + "start": 117314, + "end": 117315, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 15 }, "end": { - "line": 2541, + "line": 2583, "column": 16 } } @@ -914742,15 +915229,15 @@ "postfix": false, "binop": null }, - "start": 114926, - "end": 114927, + "start": 117316, + "end": 117317, "loc": { "start": { - "line": 2541, + "line": 2583, "column": 17 }, "end": { - "line": 2541, + "line": 2583, "column": 18 } } @@ -914770,15 +915257,15 @@ "updateContext": null }, "value": "throw", - "start": 114936, - "end": 114941, + "start": 117326, + "end": 117331, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 8 }, "end": { - "line": 2542, + "line": 2584, "column": 13 } } @@ -914798,15 +915285,15 @@ "updateContext": null }, "value": "new", - "start": 114942, - "end": 114945, + "start": 117332, + "end": 117335, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 14 }, "end": { - "line": 2542, + "line": 2584, "column": 17 } } @@ -914824,15 +915311,15 @@ "binop": null }, "value": "ReferenceError", - "start": 114946, - "end": 114960, + "start": 117336, + "end": 117350, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 18 }, "end": { - "line": 2542, + "line": 2584, "column": 32 } } @@ -914849,15 +915336,15 @@ "postfix": false, "binop": null }, - "start": 114960, - "end": 114961, + "start": 117350, + "end": 117351, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 32 }, "end": { - "line": 2542, + "line": 2584, "column": 33 } } @@ -914876,15 +915363,15 @@ "updateContext": null }, "value": "This method named \"getOptions\" has been deprecated since version 2.0.0", - "start": 114962, - "end": 115034, + "start": 117352, + "end": 117424, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 34 }, "end": { - "line": 2542, + "line": 2584, "column": 106 } } @@ -914901,15 +915388,15 @@ "postfix": false, "binop": null }, - "start": 115035, - "end": 115036, + "start": 117425, + "end": 117426, "loc": { "start": { - "line": 2542, + "line": 2584, "column": 107 }, "end": { - "line": 2542, + "line": 2584, "column": 108 } } @@ -914926,15 +915413,15 @@ "postfix": false, "binop": null }, - "start": 115041, - "end": 115042, + "start": 117431, + "end": 117432, "loc": { "start": { - "line": 2543, + "line": 2585, "column": 4 }, "end": { - "line": 2543, + "line": 2585, "column": 5 } } @@ -914942,15 +915429,15 @@ { "type": "CommentBlock", "value": "*\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 115052, - "end": 115299, + "start": 117442, + "end": 117689, "loc": { "start": { - "line": 2545, + "line": 2587, "column": 4 }, "end": { - "line": 2550, + "line": 2592, "column": 7 } } @@ -914968,15 +915455,15 @@ "binop": null }, "value": "addEvent", - "start": 115304, - "end": 115312, + "start": 117694, + "end": 117702, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 4 }, "end": { - "line": 2551, + "line": 2593, "column": 12 } } @@ -914993,15 +915480,15 @@ "postfix": false, "binop": null }, - "start": 115312, - "end": 115313, + "start": 117702, + "end": 117703, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 12 }, "end": { - "line": 2551, + "line": 2593, "column": 13 } } @@ -915019,15 +915506,15 @@ "binop": null, "updateContext": null }, - "start": 115314, - "end": 115317, + "start": 117704, + "end": 117707, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 14 }, "end": { - "line": 2551, + "line": 2593, "column": 17 } } @@ -915045,15 +915532,15 @@ "binop": null }, "value": "args", - "start": 115317, - "end": 115321, + "start": 117707, + "end": 117711, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 17 }, "end": { - "line": 2551, + "line": 2593, "column": 21 } } @@ -915070,15 +915557,15 @@ "postfix": false, "binop": null }, - "start": 115322, - "end": 115323, + "start": 117712, + "end": 117713, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 22 }, "end": { - "line": 2551, + "line": 2593, "column": 23 } } @@ -915095,15 +915582,15 @@ "postfix": false, "binop": null }, - "start": 115324, - "end": 115325, + "start": 117714, + "end": 117715, "loc": { "start": { - "line": 2551, + "line": 2593, "column": 24 }, "end": { - "line": 2551, + "line": 2593, "column": 25 } } @@ -915123,15 +915610,15 @@ "updateContext": null }, "value": "this", - "start": 115334, - "end": 115338, + "start": 117724, + "end": 117728, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 8 }, "end": { - "line": 2552, + "line": 2594, "column": 12 } } @@ -915149,15 +915636,15 @@ "binop": null, "updateContext": null }, - "start": 115338, - "end": 115339, + "start": 117728, + "end": 117729, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 12 }, "end": { - "line": 2552, + "line": 2594, "column": 13 } } @@ -915175,15 +915662,15 @@ "binop": null }, "value": "_debug", - "start": 115339, - "end": 115345, + "start": 117729, + "end": 117735, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 13 }, "end": { - "line": 2552, + "line": 2594, "column": 19 } } @@ -915200,15 +915687,15 @@ "postfix": false, "binop": null }, - "start": 115345, - "end": 115346, + "start": 117735, + "end": 117736, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 19 }, "end": { - "line": 2552, + "line": 2594, "column": 20 } } @@ -915227,15 +915714,15 @@ "updateContext": null }, "value": "addEvent", - "start": 115347, - "end": 115357, + "start": 117737, + "end": 117747, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 21 }, "end": { - "line": 2552, + "line": 2594, "column": 31 } } @@ -915252,15 +915739,15 @@ "postfix": false, "binop": null }, - "start": 115358, - "end": 115359, + "start": 117748, + "end": 117749, "loc": { "start": { - "line": 2552, + "line": 2594, "column": 32 }, "end": { - "line": 2552, + "line": 2594, "column": 33 } } @@ -915280,15 +915767,15 @@ "updateContext": null }, "value": "let", - "start": 115377, - "end": 115380, + "start": 117767, + "end": 117770, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 8 }, "end": { - "line": 2554, + "line": 2596, "column": 11 } } @@ -915306,15 +915793,15 @@ "binop": null }, "value": "_args", - "start": 115381, - "end": 115386, + "start": 117771, + "end": 117776, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 12 }, "end": { - "line": 2554, + "line": 2596, "column": 17 } } @@ -915333,15 +915820,15 @@ "updateContext": null }, "value": "=", - "start": 115394, - "end": 115395, + "start": 117784, + "end": 117785, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 25 }, "end": { - "line": 2554, + "line": 2596, "column": 26 } } @@ -915359,15 +915846,15 @@ "binop": null }, "value": "args", - "start": 115396, - "end": 115400, + "start": 117786, + "end": 117790, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 27 }, "end": { - "line": 2554, + "line": 2596, "column": 31 } } @@ -915385,15 +915872,15 @@ "binop": null, "updateContext": null }, - "start": 115400, - "end": 115401, + "start": 117790, + "end": 117791, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 31 }, "end": { - "line": 2554, + "line": 2596, "column": 32 } } @@ -915412,15 +915899,15 @@ "updateContext": null }, "value": 0, - "start": 115401, - "end": 115402, + "start": 117791, + "end": 117792, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 32 }, "end": { - "line": 2554, + "line": 2596, "column": 33 } } @@ -915438,15 +915925,15 @@ "binop": null, "updateContext": null }, - "start": 115402, - "end": 115403, + "start": 117792, + "end": 117793, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 33 }, "end": { - "line": 2554, + "line": 2596, "column": 34 } } @@ -915464,15 +915951,15 @@ "binop": null, "updateContext": null }, - "start": 115403, - "end": 115404, + "start": 117793, + "end": 117794, "loc": { "start": { - "line": 2554, + "line": 2596, "column": 34 }, "end": { - "line": 2554, + "line": 2596, "column": 35 } } @@ -915490,15 +915977,15 @@ "binop": null }, "value": "events", - "start": 115417, - "end": 115423, + "start": 117807, + "end": 117813, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 12 }, "end": { - "line": 2555, + "line": 2597, "column": 18 } } @@ -915517,15 +916004,15 @@ "updateContext": null }, "value": "=", - "start": 115430, - "end": 115431, + "start": 117820, + "end": 117821, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 25 }, "end": { - "line": 2555, + "line": 2597, "column": 26 } } @@ -915545,15 +916032,15 @@ "updateContext": null }, "value": "this", - "start": 115432, - "end": 115436, + "start": 117822, + "end": 117826, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 27 }, "end": { - "line": 2555, + "line": 2597, "column": 31 } } @@ -915571,15 +916058,15 @@ "binop": null, "updateContext": null }, - "start": 115436, - "end": 115437, + "start": 117826, + "end": 117827, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 31 }, "end": { - "line": 2555, + "line": 2597, "column": 32 } } @@ -915597,15 +916084,15 @@ "binop": null }, "value": "supplement", - "start": 115437, - "end": 115447, + "start": 117827, + "end": 117837, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 32 }, "end": { - "line": 2555, + "line": 2597, "column": 42 } } @@ -915622,15 +916109,15 @@ "postfix": false, "binop": null }, - "start": 115447, - "end": 115448, + "start": 117837, + "end": 117838, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 42 }, "end": { - "line": 2555, + "line": 2597, "column": 43 } } @@ -915650,15 +916137,15 @@ "updateContext": null }, "value": "null", - "start": 115449, - "end": 115453, + "start": 117839, + "end": 117843, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 44 }, "end": { - "line": 2555, + "line": 2597, "column": 48 } } @@ -915676,15 +916163,15 @@ "binop": null, "updateContext": null }, - "start": 115453, - "end": 115454, + "start": 117843, + "end": 117844, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 48 }, "end": { - "line": 2555, + "line": 2597, "column": 49 } } @@ -915702,15 +916189,15 @@ "binop": null }, "value": "_args", - "start": 115455, - "end": 115460, + "start": 117845, + "end": 117850, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 50 }, "end": { - "line": 2555, + "line": 2597, "column": 55 } } @@ -915728,15 +916215,15 @@ "binop": null, "updateContext": null }, - "start": 115460, - "end": 115461, + "start": 117850, + "end": 117851, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 55 }, "end": { - "line": 2555, + "line": 2597, "column": 56 } } @@ -915755,15 +916242,15 @@ "updateContext": null }, "value": 0, - "start": 115461, - "end": 115462, + "start": 117851, + "end": 117852, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 56 }, "end": { - "line": 2555, + "line": 2597, "column": 57 } } @@ -915781,15 +916268,15 @@ "binop": null, "updateContext": null }, - "start": 115462, - "end": 115463, + "start": 117852, + "end": 117853, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 57 }, "end": { - "line": 2555, + "line": 2597, "column": 58 } } @@ -915807,15 +916294,15 @@ "binop": null, "updateContext": null }, - "start": 115463, - "end": 115464, + "start": 117853, + "end": 117854, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 58 }, "end": { - "line": 2555, + "line": 2597, "column": 59 } } @@ -915835,15 +916322,15 @@ "updateContext": null }, "value": "this", - "start": 115465, - "end": 115469, + "start": 117855, + "end": 117859, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 60 }, "end": { - "line": 2555, + "line": 2597, "column": 64 } } @@ -915861,15 +916348,15 @@ "binop": null, "updateContext": null }, - "start": 115469, - "end": 115470, + "start": 117859, + "end": 117860, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 64 }, "end": { - "line": 2555, + "line": 2597, "column": 65 } } @@ -915887,15 +916374,15 @@ "binop": null }, "value": "validateArray", - "start": 115470, - "end": 115483, + "start": 117860, + "end": 117873, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 65 }, "end": { - "line": 2555, + "line": 2597, "column": 78 } } @@ -915912,15 +916399,15 @@ "postfix": false, "binop": null }, - "start": 115484, - "end": 115485, + "start": 117874, + "end": 117875, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 79 }, "end": { - "line": 2555, + "line": 2597, "column": 80 } } @@ -915938,15 +916425,15 @@ "binop": null, "updateContext": null }, - "start": 115485, - "end": 115486, + "start": 117875, + "end": 117876, "loc": { "start": { - "line": 2555, + "line": 2597, "column": 80 }, "end": { - "line": 2555, + "line": 2597, "column": 81 } } @@ -915964,15 +916451,15 @@ "binop": null }, "value": "callback", - "start": 115499, - "end": 115507, + "start": 117889, + "end": 117897, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 12 }, "end": { - "line": 2556, + "line": 2598, "column": 20 } } @@ -915991,15 +916478,15 @@ "updateContext": null }, "value": "=", - "start": 115512, - "end": 115513, + "start": 117902, + "end": 117903, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 25 }, "end": { - "line": 2556, + "line": 2598, "column": 26 } } @@ -916017,15 +916504,15 @@ "binop": null }, "value": "_args", - "start": 115514, - "end": 115519, + "start": 117904, + "end": 117909, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 27 }, "end": { - "line": 2556, + "line": 2598, "column": 32 } } @@ -916043,15 +916530,15 @@ "binop": null, "updateContext": null }, - "start": 115519, - "end": 115520, + "start": 117909, + "end": 117910, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 32 }, "end": { - "line": 2556, + "line": 2598, "column": 33 } } @@ -916069,15 +916556,15 @@ "binop": null }, "value": "length", - "start": 115520, - "end": 115526, + "start": 117910, + "end": 117916, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 33 }, "end": { - "line": 2556, + "line": 2598, "column": 39 } } @@ -916096,15 +916583,15 @@ "updateContext": null }, "value": ">", - "start": 115527, - "end": 115528, + "start": 117917, + "end": 117918, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 40 }, "end": { - "line": 2556, + "line": 2598, "column": 41 } } @@ -916123,15 +916610,15 @@ "updateContext": null }, "value": 1, - "start": 115529, - "end": 115530, + "start": 117919, + "end": 117920, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 42 }, "end": { - "line": 2556, + "line": 2598, "column": 43 } } @@ -916150,15 +916637,15 @@ "updateContext": null }, "value": "&&", - "start": 115531, - "end": 115533, + "start": 117921, + "end": 117923, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 44 }, "end": { - "line": 2556, + "line": 2598, "column": 46 } } @@ -916178,15 +916665,15 @@ "updateContext": null }, "value": "typeof", - "start": 115534, - "end": 115540, + "start": 117924, + "end": 117930, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 47 }, "end": { - "line": 2556, + "line": 2598, "column": 53 } } @@ -916204,15 +916691,15 @@ "binop": null }, "value": "_args", - "start": 115541, - "end": 115546, + "start": 117931, + "end": 117936, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 54 }, "end": { - "line": 2556, + "line": 2598, "column": 59 } } @@ -916230,15 +916717,15 @@ "binop": null, "updateContext": null }, - "start": 115546, - "end": 115547, + "start": 117936, + "end": 117937, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 59 }, "end": { - "line": 2556, + "line": 2598, "column": 60 } } @@ -916257,15 +916744,15 @@ "updateContext": null }, "value": 1, - "start": 115547, - "end": 115548, + "start": 117937, + "end": 117938, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 60 }, "end": { - "line": 2556, + "line": 2598, "column": 61 } } @@ -916283,15 +916770,15 @@ "binop": null, "updateContext": null }, - "start": 115548, - "end": 115549, + "start": 117938, + "end": 117939, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 61 }, "end": { - "line": 2556, + "line": 2598, "column": 62 } } @@ -916310,15 +916797,15 @@ "updateContext": null }, "value": "===", - "start": 115550, - "end": 115553, + "start": 117940, + "end": 117943, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 63 }, "end": { - "line": 2556, + "line": 2598, "column": 66 } } @@ -916337,15 +916824,15 @@ "updateContext": null }, "value": "function", - "start": 115554, - "end": 115564, + "start": 117944, + "end": 117954, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 67 }, "end": { - "line": 2556, + "line": 2598, "column": 77 } } @@ -916363,15 +916850,15 @@ "binop": null, "updateContext": null }, - "start": 115565, - "end": 115566, + "start": 117955, + "end": 117956, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 78 }, "end": { - "line": 2556, + "line": 2598, "column": 79 } } @@ -916389,15 +916876,15 @@ "binop": null }, "value": "_args", - "start": 115567, - "end": 115572, + "start": 117957, + "end": 117962, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 80 }, "end": { - "line": 2556, + "line": 2598, "column": 85 } } @@ -916415,15 +916902,15 @@ "binop": null, "updateContext": null }, - "start": 115572, - "end": 115573, + "start": 117962, + "end": 117963, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 85 }, "end": { - "line": 2556, + "line": 2598, "column": 86 } } @@ -916442,15 +916929,15 @@ "updateContext": null }, "value": 1, - "start": 115573, - "end": 115574, + "start": 117963, + "end": 117964, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 86 }, "end": { - "line": 2556, + "line": 2598, "column": 87 } } @@ -916468,15 +916955,15 @@ "binop": null, "updateContext": null }, - "start": 115574, - "end": 115575, + "start": 117964, + "end": 117965, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 87 }, "end": { - "line": 2556, + "line": 2598, "column": 88 } } @@ -916494,15 +916981,15 @@ "binop": null, "updateContext": null }, - "start": 115576, - "end": 115577, + "start": 117966, + "end": 117967, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 89 }, "end": { - "line": 2556, + "line": 2598, "column": 90 } } @@ -916522,15 +917009,15 @@ "updateContext": null }, "value": "null", - "start": 115578, - "end": 115582, + "start": 117968, + "end": 117972, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 91 }, "end": { - "line": 2556, + "line": 2598, "column": 95 } } @@ -916548,15 +917035,15 @@ "binop": null, "updateContext": null }, - "start": 115582, - "end": 115583, + "start": 117972, + "end": 117973, "loc": { "start": { - "line": 2556, + "line": 2598, "column": 95 }, "end": { - "line": 2556, + "line": 2598, "column": 96 } } @@ -916574,15 +917061,15 @@ "binop": null }, "value": "userdata", - "start": 115596, - "end": 115604, + "start": 117986, + "end": 117994, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 12 }, "end": { - "line": 2557, + "line": 2599, "column": 20 } } @@ -916601,15 +917088,15 @@ "updateContext": null }, "value": "=", - "start": 115609, - "end": 115610, + "start": 117999, + "end": 118000, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 25 }, "end": { - "line": 2557, + "line": 2599, "column": 26 } } @@ -916627,15 +917114,15 @@ "binop": null }, "value": "_args", - "start": 115611, - "end": 115616, + "start": 118001, + "end": 118006, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 27 }, "end": { - "line": 2557, + "line": 2599, "column": 32 } } @@ -916653,15 +917140,15 @@ "binop": null, "updateContext": null }, - "start": 115616, - "end": 115617, + "start": 118006, + "end": 118007, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 32 }, "end": { - "line": 2557, + "line": 2599, "column": 33 } } @@ -916679,15 +917166,15 @@ "binop": null }, "value": "length", - "start": 115617, - "end": 115623, + "start": 118007, + "end": 118013, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 33 }, "end": { - "line": 2557, + "line": 2599, "column": 39 } } @@ -916706,15 +917193,15 @@ "updateContext": null }, "value": ">", - "start": 115624, - "end": 115625, + "start": 118014, + "end": 118015, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 40 }, "end": { - "line": 2557, + "line": 2599, "column": 41 } } @@ -916733,15 +917220,15 @@ "updateContext": null }, "value": 2, - "start": 115626, - "end": 115627, + "start": 118016, + "end": 118017, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 42 }, "end": { - "line": 2557, + "line": 2599, "column": 43 } } @@ -916759,15 +917246,15 @@ "binop": null, "updateContext": null }, - "start": 115628, - "end": 115629, + "start": 118018, + "end": 118019, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 44 }, "end": { - "line": 2557, + "line": 2599, "column": 45 } } @@ -916785,15 +917272,15 @@ "binop": null }, "value": "_args", - "start": 115630, - "end": 115635, + "start": 118020, + "end": 118025, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 46 }, "end": { - "line": 2557, + "line": 2599, "column": 51 } } @@ -916811,15 +917298,15 @@ "binop": null, "updateContext": null }, - "start": 115635, - "end": 115636, + "start": 118025, + "end": 118026, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 51 }, "end": { - "line": 2557, + "line": 2599, "column": 52 } } @@ -916837,15 +917324,15 @@ "binop": null }, "value": "slice", - "start": 115636, - "end": 115641, + "start": 118026, + "end": 118031, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 52 }, "end": { - "line": 2557, + "line": 2599, "column": 57 } } @@ -916862,15 +917349,15 @@ "postfix": false, "binop": null }, - "start": 115641, - "end": 115642, + "start": 118031, + "end": 118032, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 57 }, "end": { - "line": 2557, + "line": 2599, "column": 58 } } @@ -916889,15 +917376,15 @@ "updateContext": null }, "value": 2, - "start": 115642, - "end": 115643, + "start": 118032, + "end": 118033, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 58 }, "end": { - "line": 2557, + "line": 2599, "column": 59 } } @@ -916914,15 +917401,15 @@ "postfix": false, "binop": null }, - "start": 115643, - "end": 115644, + "start": 118033, + "end": 118034, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 59 }, "end": { - "line": 2557, + "line": 2599, "column": 60 } } @@ -916940,15 +917427,15 @@ "binop": null, "updateContext": null }, - "start": 115645, - "end": 115646, + "start": 118035, + "end": 118036, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 61 }, "end": { - "line": 2557, + "line": 2599, "column": 62 } } @@ -916968,15 +917455,15 @@ "updateContext": null }, "value": "null", - "start": 115647, - "end": 115651, + "start": 118037, + "end": 118041, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 63 }, "end": { - "line": 2557, + "line": 2599, "column": 67 } } @@ -916994,15 +917481,15 @@ "binop": null, "updateContext": null }, - "start": 115651, - "end": 115652, + "start": 118041, + "end": 118042, "loc": { "start": { - "line": 2557, + "line": 2599, "column": 67 }, "end": { - "line": 2557, + "line": 2599, "column": 68 } } @@ -917020,15 +917507,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 115665, - "end": 115677, + "start": 118055, + "end": 118067, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 12 }, "end": { - "line": 2558, + "line": 2600, "column": 24 } } @@ -917047,15 +917534,15 @@ "updateContext": null }, "value": "=", - "start": 115678, - "end": 115679, + "start": 118068, + "end": 118069, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 25 }, "end": { - "line": 2558, + "line": 2600, "column": 26 } } @@ -917075,15 +917562,15 @@ "updateContext": null }, "value": "this", - "start": 115680, - "end": 115684, + "start": 118070, + "end": 118074, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 27 }, "end": { - "line": 2558, + "line": 2600, "column": 31 } } @@ -917101,15 +917588,15 @@ "binop": null, "updateContext": null }, - "start": 115684, - "end": 115685, + "start": 118074, + "end": 118075, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 31 }, "end": { - "line": 2558, + "line": 2600, "column": 32 } } @@ -917127,15 +917614,15 @@ "binop": null }, "value": "_loadToCache", - "start": 115685, - "end": 115697, + "start": 118075, + "end": 118087, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 32 }, "end": { - "line": 2558, + "line": 2600, "column": 44 } } @@ -917152,15 +917639,15 @@ "postfix": false, "binop": null }, - "start": 115697, - "end": 115698, + "start": 118087, + "end": 118088, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 44 }, "end": { - "line": 2558, + "line": 2600, "column": 45 } } @@ -917177,15 +917664,15 @@ "postfix": false, "binop": null }, - "start": 115698, - "end": 115699, + "start": 118088, + "end": 118089, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 45 }, "end": { - "line": 2558, + "line": 2600, "column": 46 } } @@ -917203,15 +917690,15 @@ "binop": null, "updateContext": null }, - "start": 115699, - "end": 115700, + "start": 118089, + "end": 118090, "loc": { "start": { - "line": 2558, + "line": 2600, "column": 46 }, "end": { - "line": 2558, + "line": 2600, "column": 47 } } @@ -917229,15 +917716,15 @@ "binop": null }, "value": "lastEventId", - "start": 115713, - "end": 115724, + "start": 118103, + "end": 118114, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 12 }, "end": { - "line": 2559, + "line": 2601, "column": 23 } } @@ -917256,15 +917743,15 @@ "updateContext": null }, "value": "=", - "start": 115726, - "end": 115727, + "start": 118116, + "end": 118117, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 25 }, "end": { - "line": 2559, + "line": 2601, "column": 26 } } @@ -917283,15 +917770,15 @@ "updateContext": null }, "value": 0, - "start": 115728, - "end": 115729, + "start": 118118, + "end": 118119, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 27 }, "end": { - "line": 2559, + "line": 2601, "column": 28 } } @@ -917309,15 +917796,15 @@ "binop": null, "updateContext": null }, - "start": 115729, - "end": 115730, + "start": 118119, + "end": 118120, "loc": { "start": { - "line": 2559, + "line": 2601, "column": 28 }, "end": { - "line": 2559, + "line": 2601, "column": 29 } } @@ -917335,15 +917822,15 @@ "binop": null }, "value": "add_done", - "start": 115743, - "end": 115751, + "start": 118133, + "end": 118141, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 12 }, "end": { - "line": 2560, + "line": 2602, "column": 20 } } @@ -917362,15 +917849,15 @@ "updateContext": null }, "value": "=", - "start": 115756, - "end": 115757, + "start": 118146, + "end": 118147, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 25 }, "end": { - "line": 2560, + "line": 2602, "column": 26 } } @@ -917390,15 +917877,15 @@ "updateContext": null }, "value": "false", - "start": 115758, - "end": 115763, + "start": 118148, + "end": 118153, "loc": { "start": { - "line": 2560, + "line": 2602, "column": 27 }, "end": { - "line": 2560, + "line": 2602, "column": 32 } } @@ -917418,15 +917905,15 @@ "updateContext": null }, "value": "if", - "start": 115781, - "end": 115783, + "start": 118171, + "end": 118173, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 8 }, "end": { - "line": 2562, + "line": 2604, "column": 10 } } @@ -917443,15 +917930,15 @@ "postfix": false, "binop": null }, - "start": 115784, - "end": 115785, + "start": 118174, + "end": 118175, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 11 }, "end": { - "line": 2562, + "line": 2604, "column": 12 } } @@ -917471,15 +917958,15 @@ "updateContext": null }, "value": "this", - "start": 115786, - "end": 115790, + "start": 118176, + "end": 118180, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 13 }, "end": { - "line": 2562, + "line": 2604, "column": 17 } } @@ -917497,15 +917984,15 @@ "binop": null, "updateContext": null }, - "start": 115790, - "end": 115791, + "start": 118180, + "end": 118181, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 17 }, "end": { - "line": 2562, + "line": 2604, "column": 18 } } @@ -917523,15 +918010,15 @@ "binop": null }, "value": "is_empty", - "start": 115791, - "end": 115799, + "start": 118181, + "end": 118189, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 18 }, "end": { - "line": 2562, + "line": 2604, "column": 26 } } @@ -917548,15 +918035,15 @@ "postfix": false, "binop": null }, - "start": 115799, - "end": 115800, + "start": 118189, + "end": 118190, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 26 }, "end": { - "line": 2562, + "line": 2604, "column": 27 } } @@ -917574,15 +918061,15 @@ "binop": null }, "value": "events", - "start": 115801, - "end": 115807, + "start": 118191, + "end": 118197, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 28 }, "end": { - "line": 2562, + "line": 2604, "column": 34 } } @@ -917599,15 +918086,15 @@ "postfix": false, "binop": null }, - "start": 115808, - "end": 115809, + "start": 118198, + "end": 118199, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 35 }, "end": { - "line": 2562, + "line": 2604, "column": 36 } } @@ -917626,15 +918113,15 @@ "updateContext": null }, "value": "||", - "start": 115810, - "end": 115812, + "start": 118200, + "end": 118202, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 37 }, "end": { - "line": 2562, + "line": 2604, "column": 39 } } @@ -917653,15 +918140,15 @@ "updateContext": null }, "value": "!", - "start": 115813, - "end": 115814, + "start": 118203, + "end": 118204, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 40 }, "end": { - "line": 2562, + "line": 2604, "column": 41 } } @@ -917681,15 +918168,15 @@ "updateContext": null }, "value": "this", - "start": 115815, - "end": 115819, + "start": 118205, + "end": 118209, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 42 }, "end": { - "line": 2562, + "line": 2604, "column": 46 } } @@ -917707,15 +918194,15 @@ "binop": null, "updateContext": null }, - "start": 115819, - "end": 115820, + "start": 118209, + "end": 118210, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 46 }, "end": { - "line": 2562, + "line": 2604, "column": 47 } } @@ -917733,15 +918220,15 @@ "binop": null }, "value": "_isCompleted", - "start": 115820, - "end": 115832, + "start": 118210, + "end": 118222, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 47 }, "end": { - "line": 2562, + "line": 2604, "column": 59 } } @@ -917758,15 +918245,15 @@ "postfix": false, "binop": null }, - "start": 115833, - "end": 115834, + "start": 118223, + "end": 118224, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 60 }, "end": { - "line": 2562, + "line": 2604, "column": 61 } } @@ -917783,15 +918270,15 @@ "postfix": false, "binop": null }, - "start": 115835, - "end": 115836, + "start": 118225, + "end": 118226, "loc": { "start": { - "line": 2562, + "line": 2604, "column": 62 }, "end": { - "line": 2562, + "line": 2604, "column": 63 } } @@ -917811,15 +918298,15 @@ "updateContext": null }, "value": "return", - "start": 115849, - "end": 115855, + "start": 118239, + "end": 118245, "loc": { "start": { - "line": 2563, + "line": 2605, "column": 12 }, "end": { - "line": 2563, + "line": 2605, "column": 18 } } @@ -917836,15 +918323,15 @@ "postfix": false, "binop": null }, - "start": 115864, - "end": 115865, + "start": 118254, + "end": 118255, "loc": { "start": { - "line": 2564, + "line": 2606, "column": 8 }, "end": { - "line": 2564, + "line": 2606, "column": 9 } } @@ -917864,15 +918351,15 @@ "updateContext": null }, "value": "if", - "start": 115883, - "end": 115885, + "start": 118273, + "end": 118275, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 8 }, "end": { - "line": 2566, + "line": 2608, "column": 10 } } @@ -917889,15 +918376,15 @@ "postfix": false, "binop": null }, - "start": 115886, - "end": 115887, + "start": 118276, + "end": 118277, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 11 }, "end": { - "line": 2566, + "line": 2608, "column": 12 } } @@ -917916,15 +918403,15 @@ "updateContext": null }, "value": "!", - "start": 115888, - "end": 115889, + "start": 118278, + "end": 118279, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 13 }, "end": { - "line": 2566, + "line": 2608, "column": 14 } } @@ -917944,15 +918431,15 @@ "updateContext": null }, "value": "this", - "start": 115890, - "end": 115894, + "start": 118280, + "end": 118284, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 15 }, "end": { - "line": 2566, + "line": 2608, "column": 19 } } @@ -917970,15 +918457,15 @@ "binop": null, "updateContext": null }, - "start": 115894, - "end": 115895, + "start": 118284, + "end": 118285, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 19 }, "end": { - "line": 2566, + "line": 2608, "column": 20 } } @@ -917996,15 +918483,15 @@ "binop": null }, "value": "is_empty", - "start": 115895, - "end": 115903, + "start": 118285, + "end": 118293, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 20 }, "end": { - "line": 2566, + "line": 2608, "column": 28 } } @@ -918021,15 +918508,15 @@ "postfix": false, "binop": null }, - "start": 115903, - "end": 115904, + "start": 118293, + "end": 118294, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 28 }, "end": { - "line": 2566, + "line": 2608, "column": 29 } } @@ -918047,15 +918534,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 115905, - "end": 115917, + "start": 118295, + "end": 118307, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 30 }, "end": { - "line": 2566, + "line": 2608, "column": 42 } } @@ -918072,15 +918559,15 @@ "postfix": false, "binop": null }, - "start": 115918, - "end": 115919, + "start": 118308, + "end": 118309, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 43 }, "end": { - "line": 2566, + "line": 2608, "column": 44 } } @@ -918097,15 +918584,15 @@ "postfix": false, "binop": null }, - "start": 115920, - "end": 115921, + "start": 118310, + "end": 118311, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 45 }, "end": { - "line": 2566, + "line": 2608, "column": 46 } } @@ -918122,15 +918609,15 @@ "postfix": false, "binop": null }, - "start": 115922, - "end": 115923, + "start": 118312, + "end": 118313, "loc": { "start": { - "line": 2566, + "line": 2608, "column": 47 }, "end": { - "line": 2566, + "line": 2608, "column": 48 } } @@ -918148,15 +918635,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 115936, - "end": 115948, + "start": 118326, + "end": 118338, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 12 }, "end": { - "line": 2567, + "line": 2609, "column": 24 } } @@ -918174,15 +918661,15 @@ "binop": null, "updateContext": null }, - "start": 115948, - "end": 115949, + "start": 118338, + "end": 118339, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 24 }, "end": { - "line": 2567, + "line": 2609, "column": 25 } } @@ -918200,15 +918687,15 @@ "binop": null }, "value": "sort", - "start": 115949, - "end": 115953, + "start": 118339, + "end": 118343, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 25 }, "end": { - "line": 2567, + "line": 2609, "column": 29 } } @@ -918225,15 +918712,15 @@ "postfix": false, "binop": null }, - "start": 115953, - "end": 115954, + "start": 118343, + "end": 118344, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 29 }, "end": { - "line": 2567, + "line": 2609, "column": 30 } } @@ -918253,15 +918740,15 @@ "updateContext": null }, "value": "this", - "start": 115955, - "end": 115959, + "start": 118345, + "end": 118349, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 31 }, "end": { - "line": 2567, + "line": 2609, "column": 35 } } @@ -918279,15 +918766,15 @@ "binop": null, "updateContext": null }, - "start": 115959, - "end": 115960, + "start": 118349, + "end": 118350, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 35 }, "end": { - "line": 2567, + "line": 2609, "column": 36 } } @@ -918305,15 +918792,15 @@ "binop": null }, "value": "compareValues", - "start": 115960, - "end": 115973, + "start": 118350, + "end": 118363, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 36 }, "end": { - "line": 2567, + "line": 2609, "column": 49 } } @@ -918330,15 +918817,15 @@ "postfix": false, "binop": null }, - "start": 115973, - "end": 115974, + "start": 118363, + "end": 118364, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 49 }, "end": { - "line": 2567, + "line": 2609, "column": 50 } } @@ -918357,15 +918844,15 @@ "updateContext": null }, "value": "eventId", - "start": 115975, - "end": 115984, + "start": 118365, + "end": 118374, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 51 }, "end": { - "line": 2567, + "line": 2609, "column": 60 } } @@ -918382,15 +918869,15 @@ "postfix": false, "binop": null }, - "start": 115985, - "end": 115986, + "start": 118375, + "end": 118376, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 61 }, "end": { - "line": 2567, + "line": 2609, "column": 62 } } @@ -918407,15 +918894,15 @@ "postfix": false, "binop": null }, - "start": 115987, - "end": 115988, + "start": 118377, + "end": 118378, "loc": { "start": { - "line": 2567, + "line": 2609, "column": 63 }, "end": { - "line": 2567, + "line": 2609, "column": 64 } } @@ -918433,15 +918920,15 @@ "binop": null }, "value": "lastEventId", - "start": 116001, - "end": 116012, + "start": 118391, + "end": 118402, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 12 }, "end": { - "line": 2568, + "line": 2610, "column": 23 } } @@ -918460,15 +918947,15 @@ "updateContext": null }, "value": "=", - "start": 116013, - "end": 116014, + "start": 118403, + "end": 118404, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 24 }, "end": { - "line": 2568, + "line": 2610, "column": 25 } } @@ -918486,15 +918973,15 @@ "binop": null }, "value": "parseInt", - "start": 116015, - "end": 116023, + "start": 118405, + "end": 118413, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 26 }, "end": { - "line": 2568, + "line": 2610, "column": 34 } } @@ -918511,15 +918998,15 @@ "postfix": false, "binop": null }, - "start": 116023, - "end": 116024, + "start": 118413, + "end": 118414, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 34 }, "end": { - "line": 2568, + "line": 2610, "column": 35 } } @@ -918537,15 +919024,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 116025, - "end": 116037, + "start": 118415, + "end": 118427, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 36 }, "end": { - "line": 2568, + "line": 2610, "column": 48 } } @@ -918563,15 +919050,15 @@ "binop": null, "updateContext": null }, - "start": 116037, - "end": 116038, + "start": 118427, + "end": 118428, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 48 }, "end": { - "line": 2568, + "line": 2610, "column": 49 } } @@ -918589,15 +919076,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 116038, - "end": 116050, + "start": 118428, + "end": 118440, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 49 }, "end": { - "line": 2568, + "line": 2610, "column": 61 } } @@ -918615,15 +919102,15 @@ "binop": null, "updateContext": null }, - "start": 116050, - "end": 116051, + "start": 118440, + "end": 118441, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 61 }, "end": { - "line": 2568, + "line": 2610, "column": 62 } } @@ -918641,15 +919128,15 @@ "binop": null }, "value": "length", - "start": 116051, - "end": 116057, + "start": 118441, + "end": 118447, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 62 }, "end": { - "line": 2568, + "line": 2610, "column": 68 } } @@ -918668,15 +919155,15 @@ "updateContext": null }, "value": "-", - "start": 116058, - "end": 116059, + "start": 118448, + "end": 118449, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 69 }, "end": { - "line": 2568, + "line": 2610, "column": 70 } } @@ -918695,15 +919182,15 @@ "updateContext": null }, "value": 1, - "start": 116060, - "end": 116061, + "start": 118450, + "end": 118451, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 71 }, "end": { - "line": 2568, + "line": 2610, "column": 72 } } @@ -918721,15 +919208,15 @@ "binop": null, "updateContext": null }, - "start": 116061, - "end": 116062, + "start": 118451, + "end": 118452, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 72 }, "end": { - "line": 2568, + "line": 2610, "column": 73 } } @@ -918747,15 +919234,15 @@ "binop": null, "updateContext": null }, - "start": 116062, - "end": 116063, + "start": 118452, + "end": 118453, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 73 }, "end": { - "line": 2568, + "line": 2610, "column": 74 } } @@ -918773,15 +919260,15 @@ "binop": null }, "value": "eventId", - "start": 116063, - "end": 116070, + "start": 118453, + "end": 118460, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 74 }, "end": { - "line": 2568, + "line": 2610, "column": 81 } } @@ -918799,15 +919286,15 @@ "binop": null, "updateContext": null }, - "start": 116070, - "end": 116071, + "start": 118460, + "end": 118461, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 81 }, "end": { - "line": 2568, + "line": 2610, "column": 82 } } @@ -918826,15 +919313,15 @@ "updateContext": null }, "value": 10, - "start": 116072, - "end": 116074, + "start": 118462, + "end": 118464, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 83 }, "end": { - "line": 2568, + "line": 2610, "column": 85 } } @@ -918851,15 +919338,15 @@ "postfix": false, "binop": null }, - "start": 116075, - "end": 116076, + "start": 118465, + "end": 118466, "loc": { "start": { - "line": 2568, + "line": 2610, "column": 86 }, "end": { - "line": 2568, + "line": 2610, "column": 87 } } @@ -918876,15 +919363,15 @@ "postfix": false, "binop": null }, - "start": 116085, - "end": 116086, + "start": 118475, + "end": 118476, "loc": { "start": { - "line": 2569, + "line": 2611, "column": 8 }, "end": { - "line": 2569, + "line": 2611, "column": 9 } } @@ -918892,15 +919379,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116087, - "end": 116171, + "start": 118477, + "end": 118561, "loc": { "start": { - "line": 2570, + "line": 2612, "column": 0 }, "end": { - "line": 2570, + "line": 2612, "column": 84 } } @@ -918918,15 +919405,15 @@ "binop": null }, "value": "events", - "start": 116189, - "end": 116195, + "start": 118579, + "end": 118585, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 8 }, "end": { - "line": 2572, + "line": 2614, "column": 14 } } @@ -918944,15 +919431,15 @@ "binop": null, "updateContext": null }, - "start": 116195, - "end": 116196, + "start": 118585, + "end": 118586, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 14 }, "end": { - "line": 2572, + "line": 2614, "column": 15 } } @@ -918970,15 +919457,15 @@ "binop": null }, "value": "forEach", - "start": 116196, - "end": 116203, + "start": 118586, + "end": 118593, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 15 }, "end": { - "line": 2572, + "line": 2614, "column": 22 } } @@ -918995,15 +919482,15 @@ "postfix": false, "binop": null }, - "start": 116203, - "end": 116204, + "start": 118593, + "end": 118594, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 22 }, "end": { - "line": 2572, + "line": 2614, "column": 23 } } @@ -919020,15 +919507,15 @@ "postfix": false, "binop": null }, - "start": 116205, - "end": 116206, + "start": 118595, + "end": 118596, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 24 }, "end": { - "line": 2572, + "line": 2614, "column": 25 } } @@ -919046,15 +919533,15 @@ "binop": null }, "value": "evt", - "start": 116207, - "end": 116210, + "start": 118597, + "end": 118600, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 26 }, "end": { - "line": 2572, + "line": 2614, "column": 29 } } @@ -919071,15 +919558,15 @@ "postfix": false, "binop": null }, - "start": 116211, - "end": 116212, + "start": 118601, + "end": 118602, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 30 }, "end": { - "line": 2572, + "line": 2614, "column": 31 } } @@ -919097,15 +919584,15 @@ "binop": null, "updateContext": null }, - "start": 116213, - "end": 116215, + "start": 118603, + "end": 118605, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 32 }, "end": { - "line": 2572, + "line": 2614, "column": 34 } } @@ -919122,15 +919609,15 @@ "postfix": false, "binop": null }, - "start": 116216, - "end": 116217, + "start": 118606, + "end": 118607, "loc": { "start": { - "line": 2572, + "line": 2614, "column": 35 }, "end": { - "line": 2572, + "line": 2614, "column": 36 } } @@ -919150,15 +919637,15 @@ "updateContext": null }, "value": "let", - "start": 116230, - "end": 116233, + "start": 118620, + "end": 118623, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 12 }, "end": { - "line": 2573, + "line": 2615, "column": 15 } } @@ -919176,15 +919663,15 @@ "binop": null }, "value": "_one_event", - "start": 116234, - "end": 116244, + "start": 118624, + "end": 118634, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 16 }, "end": { - "line": 2573, + "line": 2615, "column": 26 } } @@ -919203,15 +919690,15 @@ "updateContext": null }, "value": "=", - "start": 116245, - "end": 116246, + "start": 118635, + "end": 118636, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 27 }, "end": { - "line": 2573, + "line": 2615, "column": 28 } } @@ -919231,15 +919718,15 @@ "updateContext": null }, "value": "this", - "start": 116247, - "end": 116251, + "start": 118637, + "end": 118641, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 29 }, "end": { - "line": 2573, + "line": 2615, "column": 33 } } @@ -919257,15 +919744,15 @@ "binop": null, "updateContext": null }, - "start": 116251, - "end": 116252, + "start": 118641, + "end": 118642, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 33 }, "end": { - "line": 2573, + "line": 2615, "column": 34 } } @@ -919283,15 +919770,15 @@ "binop": null }, "value": "_registerEventData", - "start": 116252, - "end": 116270, + "start": 118642, + "end": 118660, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 34 }, "end": { - "line": 2573, + "line": 2615, "column": 52 } } @@ -919308,15 +919795,15 @@ "postfix": false, "binop": null }, - "start": 116270, - "end": 116271, + "start": 118660, + "end": 118661, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 52 }, "end": { - "line": 2573, + "line": 2615, "column": 53 } } @@ -919335,15 +919822,15 @@ "updateContext": null }, "value": "
", - "start": 116272, - "end": 116285, + "start": 118662, + "end": 118675, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 54 }, "end": { - "line": 2573, + "line": 2615, "column": 67 } } @@ -919361,15 +919848,15 @@ "binop": null, "updateContext": null }, - "start": 116285, - "end": 116286, + "start": 118675, + "end": 118676, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 67 }, "end": { - "line": 2573, + "line": 2615, "column": 68 } } @@ -919387,15 +919874,15 @@ "binop": null }, "value": "evt", - "start": 116287, - "end": 116290, + "start": 118677, + "end": 118680, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 69 }, "end": { - "line": 2573, + "line": 2615, "column": 72 } } @@ -919412,15 +919899,15 @@ "postfix": false, "binop": null }, - "start": 116291, - "end": 116292, + "start": 118681, + "end": 118682, "loc": { "start": { - "line": 2573, + "line": 2615, "column": 73 }, "end": { - "line": 2573, + "line": 2615, "column": 74 } } @@ -919440,15 +919927,15 @@ "updateContext": null }, "value": "if", - "start": 116318, - "end": 116320, + "start": 118708, + "end": 118710, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 12 }, "end": { - "line": 2575, + "line": 2617, "column": 14 } } @@ -919465,15 +919952,15 @@ "postfix": false, "binop": null }, - "start": 116321, - "end": 116322, + "start": 118711, + "end": 118712, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 15 }, "end": { - "line": 2575, + "line": 2617, "column": 16 } } @@ -919492,15 +919979,15 @@ "updateContext": null }, "value": "!", - "start": 116323, - "end": 116324, + "start": 118713, + "end": 118714, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 17 }, "end": { - "line": 2575, + "line": 2617, "column": 18 } } @@ -919520,15 +920007,15 @@ "updateContext": null }, "value": "this", - "start": 116325, - "end": 116329, + "start": 118715, + "end": 118719, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 19 }, "end": { - "line": 2575, + "line": 2617, "column": 23 } } @@ -919546,15 +920033,15 @@ "binop": null, "updateContext": null }, - "start": 116329, - "end": 116330, + "start": 118719, + "end": 118720, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 23 }, "end": { - "line": 2575, + "line": 2617, "column": 24 } } @@ -919572,15 +920059,15 @@ "binop": null }, "value": "is_empty", - "start": 116330, - "end": 116338, + "start": 118720, + "end": 118728, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 24 }, "end": { - "line": 2575, + "line": 2617, "column": 32 } } @@ -919597,15 +920084,15 @@ "postfix": false, "binop": null }, - "start": 116338, - "end": 116339, + "start": 118728, + "end": 118729, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 32 }, "end": { - "line": 2575, + "line": 2617, "column": 33 } } @@ -919623,15 +920110,15 @@ "binop": null }, "value": "_one_event", - "start": 116340, - "end": 116350, + "start": 118730, + "end": 118740, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 34 }, "end": { - "line": 2575, + "line": 2617, "column": 44 } } @@ -919648,15 +920135,15 @@ "postfix": false, "binop": null }, - "start": 116351, - "end": 116352, + "start": 118741, + "end": 118742, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 45 }, "end": { - "line": 2575, + "line": 2617, "column": 46 } } @@ -919673,15 +920160,15 @@ "postfix": false, "binop": null }, - "start": 116353, - "end": 116354, + "start": 118743, + "end": 118744, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 47 }, "end": { - "line": 2575, + "line": 2617, "column": 48 } } @@ -919698,15 +920185,15 @@ "postfix": false, "binop": null }, - "start": 116355, - "end": 116356, + "start": 118745, + "end": 118746, "loc": { "start": { - "line": 2575, + "line": 2617, "column": 49 }, "end": { - "line": 2575, + "line": 2617, "column": 50 } } @@ -919724,15 +920211,15 @@ "binop": null }, "value": "_one_event", - "start": 116373, - "end": 116383, + "start": 118763, + "end": 118773, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 16 }, "end": { - "line": 2576, + "line": 2618, "column": 26 } } @@ -919750,15 +920237,15 @@ "binop": null, "updateContext": null }, - "start": 116383, - "end": 116384, + "start": 118773, + "end": 118774, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 26 }, "end": { - "line": 2576, + "line": 2618, "column": 27 } } @@ -919776,15 +920263,15 @@ "binop": null }, "value": "eventId", - "start": 116384, - "end": 116391, + "start": 118774, + "end": 118781, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 27 }, "end": { - "line": 2576, + "line": 2618, "column": 34 } } @@ -919803,15 +920290,15 @@ "updateContext": null }, "value": "=", - "start": 116392, - "end": 116393, + "start": 118782, + "end": 118783, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 35 }, "end": { - "line": 2576, + "line": 2618, "column": 36 } } @@ -919829,15 +920316,15 @@ "binop": null }, "value": "Math", - "start": 116394, - "end": 116398, + "start": 118784, + "end": 118788, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 37 }, "end": { - "line": 2576, + "line": 2618, "column": 41 } } @@ -919855,15 +920342,15 @@ "binop": null, "updateContext": null }, - "start": 116398, - "end": 116399, + "start": 118788, + "end": 118789, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 41 }, "end": { - "line": 2576, + "line": 2618, "column": 42 } } @@ -919881,15 +920368,15 @@ "binop": null }, "value": "max", - "start": 116399, - "end": 116402, + "start": 118789, + "end": 118792, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 42 }, "end": { - "line": 2576, + "line": 2618, "column": 45 } } @@ -919906,15 +920393,15 @@ "postfix": false, "binop": null }, - "start": 116402, - "end": 116403, + "start": 118792, + "end": 118793, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 45 }, "end": { - "line": 2576, + "line": 2618, "column": 46 } } @@ -919932,15 +920419,15 @@ "binop": null }, "value": "lastEventId", - "start": 116404, - "end": 116415, + "start": 118794, + "end": 118805, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 47 }, "end": { - "line": 2576, + "line": 2618, "column": 58 } } @@ -919959,15 +920446,15 @@ "updateContext": null }, "value": "+", - "start": 116416, - "end": 116417, + "start": 118806, + "end": 118807, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 59 }, "end": { - "line": 2576, + "line": 2618, "column": 60 } } @@ -919986,15 +920473,15 @@ "updateContext": null }, "value": 1, - "start": 116418, - "end": 116419, + "start": 118808, + "end": 118809, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 61 }, "end": { - "line": 2576, + "line": 2618, "column": 62 } } @@ -920012,15 +920499,15 @@ "binop": null, "updateContext": null }, - "start": 116419, - "end": 116420, + "start": 118809, + "end": 118810, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 62 }, "end": { - "line": 2576, + "line": 2618, "column": 63 } } @@ -920038,15 +920525,15 @@ "binop": null }, "value": "parseInt", - "start": 116421, - "end": 116429, + "start": 118811, + "end": 118819, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 64 }, "end": { - "line": 2576, + "line": 2618, "column": 72 } } @@ -920063,15 +920550,15 @@ "postfix": false, "binop": null }, - "start": 116429, - "end": 116430, + "start": 118819, + "end": 118820, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 72 }, "end": { - "line": 2576, + "line": 2618, "column": 73 } } @@ -920089,15 +920576,15 @@ "binop": null }, "value": "_one_event", - "start": 116431, - "end": 116441, + "start": 118821, + "end": 118831, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 74 }, "end": { - "line": 2576, + "line": 2618, "column": 84 } } @@ -920115,15 +920602,15 @@ "binop": null, "updateContext": null }, - "start": 116441, - "end": 116442, + "start": 118831, + "end": 118832, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 84 }, "end": { - "line": 2576, + "line": 2618, "column": 85 } } @@ -920141,15 +920628,15 @@ "binop": null }, "value": "eventId", - "start": 116442, - "end": 116449, + "start": 118832, + "end": 118839, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 85 }, "end": { - "line": 2576, + "line": 2618, "column": 92 } } @@ -920167,15 +920654,15 @@ "binop": null, "updateContext": null }, - "start": 116449, - "end": 116450, + "start": 118839, + "end": 118840, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 92 }, "end": { - "line": 2576, + "line": 2618, "column": 93 } } @@ -920194,15 +920681,15 @@ "updateContext": null }, "value": 10, - "start": 116451, - "end": 116453, + "start": 118841, + "end": 118843, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 94 }, "end": { - "line": 2576, + "line": 2618, "column": 96 } } @@ -920219,15 +920706,15 @@ "postfix": false, "binop": null }, - "start": 116454, - "end": 116455, + "start": 118844, + "end": 118845, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 97 }, "end": { - "line": 2576, + "line": 2618, "column": 98 } } @@ -920244,15 +920731,15 @@ "postfix": false, "binop": null }, - "start": 116456, - "end": 116457, + "start": 118846, + "end": 118847, "loc": { "start": { - "line": 2576, + "line": 2618, "column": 99 }, "end": { - "line": 2576, + "line": 2618, "column": 100 } } @@ -920270,15 +920757,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 116474, - "end": 116486, + "start": 118864, + "end": 118876, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 16 }, "end": { - "line": 2577, + "line": 2619, "column": 28 } } @@ -920296,15 +920783,15 @@ "binop": null, "updateContext": null }, - "start": 116486, - "end": 116487, + "start": 118876, + "end": 118877, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 28 }, "end": { - "line": 2577, + "line": 2619, "column": 29 } } @@ -920322,15 +920809,15 @@ "binop": null }, "value": "push", - "start": 116487, - "end": 116491, + "start": 118877, + "end": 118881, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 29 }, "end": { - "line": 2577, + "line": 2619, "column": 33 } } @@ -920347,15 +920834,15 @@ "postfix": false, "binop": null }, - "start": 116491, - "end": 116492, + "start": 118881, + "end": 118882, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 33 }, "end": { - "line": 2577, + "line": 2619, "column": 34 } } @@ -920373,15 +920860,15 @@ "binop": null }, "value": "_one_event", - "start": 116493, - "end": 116503, + "start": 118883, + "end": 118893, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 35 }, "end": { - "line": 2577, + "line": 2619, "column": 45 } } @@ -920398,15 +920885,15 @@ "postfix": false, "binop": null }, - "start": 116504, - "end": 116505, + "start": 118894, + "end": 118895, "loc": { "start": { - "line": 2577, + "line": 2619, "column": 46 }, "end": { - "line": 2577, + "line": 2619, "column": 47 } } @@ -920424,15 +920911,15 @@ "binop": null }, "value": "lastEventId", - "start": 116522, - "end": 116533, + "start": 118912, + "end": 118923, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 16 }, "end": { - "line": 2578, + "line": 2620, "column": 27 } } @@ -920451,15 +920938,15 @@ "updateContext": null }, "value": "=", - "start": 116534, - "end": 116535, + "start": 118924, + "end": 118925, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 28 }, "end": { - "line": 2578, + "line": 2620, "column": 29 } } @@ -920477,15 +920964,15 @@ "binop": null }, "value": "parseInt", - "start": 116536, - "end": 116544, + "start": 118926, + "end": 118934, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 30 }, "end": { - "line": 2578, + "line": 2620, "column": 38 } } @@ -920502,15 +920989,15 @@ "postfix": false, "binop": null }, - "start": 116544, - "end": 116545, + "start": 118934, + "end": 118935, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 38 }, "end": { - "line": 2578, + "line": 2620, "column": 39 } } @@ -920528,15 +921015,15 @@ "binop": null }, "value": "_one_event", - "start": 116546, - "end": 116556, + "start": 118936, + "end": 118946, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 40 }, "end": { - "line": 2578, + "line": 2620, "column": 50 } } @@ -920554,15 +921041,15 @@ "binop": null, "updateContext": null }, - "start": 116556, - "end": 116557, + "start": 118946, + "end": 118947, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 50 }, "end": { - "line": 2578, + "line": 2620, "column": 51 } } @@ -920580,15 +921067,15 @@ "binop": null }, "value": "eventId", - "start": 116557, - "end": 116564, + "start": 118947, + "end": 118954, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 51 }, "end": { - "line": 2578, + "line": 2620, "column": 58 } } @@ -920606,15 +921093,15 @@ "binop": null, "updateContext": null }, - "start": 116564, - "end": 116565, + "start": 118954, + "end": 118955, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 58 }, "end": { - "line": 2578, + "line": 2620, "column": 59 } } @@ -920633,15 +921120,15 @@ "updateContext": null }, "value": 10, - "start": 116566, - "end": 116568, + "start": 118956, + "end": 118958, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 60 }, "end": { - "line": 2578, + "line": 2620, "column": 62 } } @@ -920658,15 +921145,15 @@ "postfix": false, "binop": null }, - "start": 116569, - "end": 116570, + "start": 118959, + "end": 118960, "loc": { "start": { - "line": 2578, + "line": 2620, "column": 63 }, "end": { - "line": 2578, + "line": 2620, "column": 64 } } @@ -920684,15 +921171,15 @@ "binop": null }, "value": "add_done", - "start": 116587, - "end": 116595, + "start": 118977, + "end": 118985, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 16 }, "end": { - "line": 2579, + "line": 2621, "column": 24 } } @@ -920711,15 +921198,15 @@ "updateContext": null }, "value": "=", - "start": 116596, - "end": 116597, + "start": 118986, + "end": 118987, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 25 }, "end": { - "line": 2579, + "line": 2621, "column": 26 } } @@ -920739,15 +921226,15 @@ "updateContext": null }, "value": "true", - "start": 116598, - "end": 116602, + "start": 118988, + "end": 118992, "loc": { "start": { - "line": 2579, + "line": 2621, "column": 27 }, "end": { - "line": 2579, + "line": 2621, "column": 31 } } @@ -920764,15 +921251,15 @@ "postfix": false, "binop": null }, - "start": 116615, - "end": 116616, + "start": 119005, + "end": 119006, "loc": { "start": { - "line": 2580, + "line": 2622, "column": 12 }, "end": { - "line": 2580, + "line": 2622, "column": 13 } } @@ -920789,15 +921276,15 @@ "postfix": false, "binop": null }, - "start": 116625, - "end": 116626, + "start": 119015, + "end": 119016, "loc": { "start": { - "line": 2581, + "line": 2623, "column": 8 }, "end": { - "line": 2581, + "line": 2623, "column": 9 } } @@ -920814,15 +921301,15 @@ "postfix": false, "binop": null }, - "start": 116626, - "end": 116627, + "start": 119016, + "end": 119017, "loc": { "start": { - "line": 2581, + "line": 2623, "column": 9 }, "end": { - "line": 2581, + "line": 2623, "column": 10 } } @@ -920830,15 +921317,15 @@ { "type": "CommentLine", "value": "console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )", - "start": 116628, - "end": 116711, + "start": 119018, + "end": 119101, "loc": { "start": { - "line": 2582, + "line": 2624, "column": 0 }, "end": { - "line": 2582, + "line": 2624, "column": 83 } } @@ -920858,15 +921345,15 @@ "updateContext": null }, "value": "if", - "start": 116720, - "end": 116722, + "start": 119110, + "end": 119112, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 8 }, "end": { - "line": 2583, + "line": 2625, "column": 10 } } @@ -920883,15 +921370,15 @@ "postfix": false, "binop": null }, - "start": 116723, - "end": 116724, + "start": 119113, + "end": 119114, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 11 }, "end": { - "line": 2583, + "line": 2625, "column": 12 } } @@ -920910,15 +921397,15 @@ "updateContext": null }, "value": "!", - "start": 116725, - "end": 116726, + "start": 119115, + "end": 119116, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 13 }, "end": { - "line": 2583, + "line": 2625, "column": 14 } } @@ -920936,15 +921423,15 @@ "binop": null }, "value": "add_done", - "start": 116727, - "end": 116735, + "start": 119117, + "end": 119125, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 15 }, "end": { - "line": 2583, + "line": 2625, "column": 23 } } @@ -920961,15 +921448,15 @@ "postfix": false, "binop": null }, - "start": 116736, - "end": 116737, + "start": 119126, + "end": 119127, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 24 }, "end": { - "line": 2583, + "line": 2625, "column": 25 } } @@ -920986,15 +921473,15 @@ "postfix": false, "binop": null }, - "start": 116738, - "end": 116739, + "start": 119128, + "end": 119129, "loc": { "start": { - "line": 2583, + "line": 2625, "column": 26 }, "end": { - "line": 2583, + "line": 2625, "column": 27 } } @@ -921014,15 +921501,15 @@ "updateContext": null }, "value": "return", - "start": 116752, - "end": 116758, + "start": 119142, + "end": 119148, "loc": { "start": { - "line": 2584, + "line": 2626, "column": 12 }, "end": { - "line": 2584, + "line": 2626, "column": 18 } } @@ -921039,15 +921526,15 @@ "postfix": false, "binop": null }, - "start": 116767, - "end": 116768, + "start": 119157, + "end": 119158, "loc": { "start": { - "line": 2585, + "line": 2627, "column": 8 }, "end": { - "line": 2585, + "line": 2627, "column": 9 } } @@ -921067,15 +921554,15 @@ "updateContext": null }, "value": "this", - "start": 116786, - "end": 116790, + "start": 119176, + "end": 119180, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 8 }, "end": { - "line": 2587, + "line": 2629, "column": 12 } } @@ -921093,15 +921580,15 @@ "binop": null, "updateContext": null }, - "start": 116790, - "end": 116791, + "start": 119180, + "end": 119181, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 12 }, "end": { - "line": 2587, + "line": 2629, "column": 13 } } @@ -921119,15 +921606,15 @@ "binop": null }, "value": "_saveToCache", - "start": 116791, - "end": 116803, + "start": 119181, + "end": 119193, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 13 }, "end": { - "line": 2587, + "line": 2629, "column": 25 } } @@ -921144,15 +921631,15 @@ "postfix": false, "binop": null }, - "start": 116803, - "end": 116804, + "start": 119193, + "end": 119194, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 25 }, "end": { - "line": 2587, + "line": 2629, "column": 26 } } @@ -921170,15 +921657,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 116805, - "end": 116817, + "start": 119195, + "end": 119207, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 27 }, "end": { - "line": 2587, + "line": 2629, "column": 39 } } @@ -921195,15 +921682,15 @@ "postfix": false, "binop": null }, - "start": 116818, - "end": 116819, + "start": 119208, + "end": 119209, "loc": { "start": { - "line": 2587, + "line": 2629, "column": 40 }, "end": { - "line": 2587, + "line": 2629, "column": 41 } } @@ -921223,15 +921710,15 @@ "updateContext": null }, "value": "this", - "start": 116837, - "end": 116841, + "start": 119227, + "end": 119231, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 8 }, "end": { - "line": 2589, + "line": 2631, "column": 12 } } @@ -921249,15 +921736,15 @@ "binop": null, "updateContext": null }, - "start": 116841, - "end": 116842, + "start": 119231, + "end": 119232, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 12 }, "end": { - "line": 2589, + "line": 2631, "column": 13 } } @@ -921275,15 +921762,15 @@ "binop": null }, "value": "_placeEvent", - "start": 116842, - "end": 116853, + "start": 119232, + "end": 119243, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 13 }, "end": { - "line": 2589, + "line": 2631, "column": 24 } } @@ -921300,15 +921787,15 @@ "postfix": false, "binop": null }, - "start": 116853, - "end": 116854, + "start": 119243, + "end": 119244, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 24 }, "end": { - "line": 2589, + "line": 2631, "column": 25 } } @@ -921325,15 +921812,15 @@ "postfix": false, "binop": null }, - "start": 116854, - "end": 116855, + "start": 119244, + "end": 119245, "loc": { "start": { - "line": 2589, + "line": 2631, "column": 25 }, "end": { - "line": 2589, + "line": 2631, "column": 26 } } @@ -921353,15 +921840,15 @@ "updateContext": null }, "value": "if", - "start": 116873, - "end": 116875, + "start": 119263, + "end": 119265, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 8 }, "end": { - "line": 2591, + "line": 2633, "column": 10 } } @@ -921378,15 +921865,15 @@ "postfix": false, "binop": null }, - "start": 116876, - "end": 116877, + "start": 119266, + "end": 119267, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 11 }, "end": { - "line": 2591, + "line": 2633, "column": 12 } } @@ -921404,15 +921891,15 @@ "binop": null }, "value": "callback", - "start": 116878, - "end": 116886, + "start": 119268, + "end": 119276, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 13 }, "end": { - "line": 2591, + "line": 2633, "column": 21 } } @@ -921429,15 +921916,15 @@ "postfix": false, "binop": null }, - "start": 116887, - "end": 116888, + "start": 119277, + "end": 119278, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 22 }, "end": { - "line": 2591, + "line": 2633, "column": 23 } } @@ -921454,15 +921941,15 @@ "postfix": false, "binop": null }, - "start": 116889, - "end": 116890, + "start": 119279, + "end": 119280, "loc": { "start": { - "line": 2591, + "line": 2633, "column": 24 }, "end": { - "line": 2591, + "line": 2633, "column": 25 } } @@ -921482,15 +921969,15 @@ "updateContext": null }, "value": "this", - "start": 116903, - "end": 116907, + "start": 119293, + "end": 119297, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 12 }, "end": { - "line": 2592, + "line": 2634, "column": 16 } } @@ -921508,15 +921995,15 @@ "binop": null, "updateContext": null }, - "start": 116907, - "end": 116908, + "start": 119297, + "end": 119298, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 16 }, "end": { - "line": 2592, + "line": 2634, "column": 17 } } @@ -921534,15 +922021,15 @@ "binop": null }, "value": "_debug", - "start": 116908, - "end": 116914, + "start": 119298, + "end": 119304, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 17 }, "end": { - "line": 2592, + "line": 2634, "column": 23 } } @@ -921559,15 +922046,15 @@ "postfix": false, "binop": null }, - "start": 116914, - "end": 116915, + "start": 119304, + "end": 119305, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 23 }, "end": { - "line": 2592, + "line": 2634, "column": 24 } } @@ -921586,15 +922073,15 @@ "updateContext": null }, "value": "Fired your callback function after replacing events.", - "start": 116916, - "end": 116970, + "start": 119306, + "end": 119360, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 25 }, "end": { - "line": 2592, + "line": 2634, "column": 79 } } @@ -921611,15 +922098,15 @@ "postfix": false, "binop": null }, - "start": 116971, - "end": 116972, + "start": 119361, + "end": 119362, "loc": { "start": { - "line": 2592, + "line": 2634, "column": 80 }, "end": { - "line": 2592, + "line": 2634, "column": 81 } } @@ -921637,15 +922124,15 @@ "binop": null }, "value": "callback", - "start": 116998, - "end": 117006, + "start": 119388, + "end": 119396, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 12 }, "end": { - "line": 2594, + "line": 2636, "column": 20 } } @@ -921662,15 +922149,15 @@ "postfix": false, "binop": null }, - "start": 117006, - "end": 117007, + "start": 119396, + "end": 119397, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 20 }, "end": { - "line": 2594, + "line": 2636, "column": 21 } } @@ -921690,15 +922177,15 @@ "updateContext": null }, "value": "this", - "start": 117008, - "end": 117012, + "start": 119398, + "end": 119402, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 22 }, "end": { - "line": 2594, + "line": 2636, "column": 26 } } @@ -921716,15 +922203,15 @@ "binop": null, "updateContext": null }, - "start": 117012, - "end": 117013, + "start": 119402, + "end": 119403, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 26 }, "end": { - "line": 2594, + "line": 2636, "column": 27 } } @@ -921742,15 +922229,15 @@ "binop": null }, "value": "_element", - "start": 117013, - "end": 117021, + "start": 119403, + "end": 119411, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 27 }, "end": { - "line": 2594, + "line": 2636, "column": 35 } } @@ -921768,15 +922255,15 @@ "binop": null, "updateContext": null }, - "start": 117021, - "end": 117022, + "start": 119411, + "end": 119412, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 35 }, "end": { - "line": 2594, + "line": 2636, "column": 36 } } @@ -921796,15 +922283,15 @@ "updateContext": null }, "value": "this", - "start": 117023, - "end": 117027, + "start": 119413, + "end": 119417, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 37 }, "end": { - "line": 2594, + "line": 2636, "column": 41 } } @@ -921822,15 +922309,15 @@ "binop": null, "updateContext": null }, - "start": 117027, - "end": 117028, + "start": 119417, + "end": 119418, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 41 }, "end": { - "line": 2594, + "line": 2636, "column": 42 } } @@ -921848,15 +922335,15 @@ "binop": null }, "value": "_config", - "start": 117028, - "end": 117035, + "start": 119418, + "end": 119425, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 42 }, "end": { - "line": 2594, + "line": 2636, "column": 49 } } @@ -921874,15 +922361,15 @@ "binop": null, "updateContext": null }, - "start": 117035, - "end": 117036, + "start": 119425, + "end": 119426, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 49 }, "end": { - "line": 2594, + "line": 2636, "column": 50 } } @@ -921900,15 +922387,15 @@ "binop": null }, "value": "userdata", - "start": 117037, - "end": 117045, + "start": 119427, + "end": 119435, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 51 }, "end": { - "line": 2594, + "line": 2636, "column": 59 } } @@ -921925,15 +922412,15 @@ "postfix": false, "binop": null }, - "start": 117046, - "end": 117047, + "start": 119436, + "end": 119437, "loc": { "start": { - "line": 2594, + "line": 2636, "column": 60 }, "end": { - "line": 2594, + "line": 2636, "column": 61 } } @@ -921950,15 +922437,15 @@ "postfix": false, "binop": null }, - "start": 117056, - "end": 117057, + "start": 119446, + "end": 119447, "loc": { "start": { - "line": 2595, + "line": 2637, "column": 8 }, "end": { - "line": 2595, + "line": 2637, "column": 9 } } @@ -921975,15 +922462,15 @@ "postfix": false, "binop": null }, - "start": 117062, - "end": 117063, + "start": 119452, + "end": 119453, "loc": { "start": { - "line": 2596, + "line": 2638, "column": 4 }, "end": { - "line": 2596, + "line": 2638, "column": 5 } } @@ -921991,15 +922478,15 @@ { "type": "CommentBlock", "value": "*\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 117073, - "end": 117322, + "start": 119463, + "end": 119712, "loc": { "start": { - "line": 2598, + "line": 2640, "column": 4 }, "end": { - "line": 2603, + "line": 2645, "column": 7 } } @@ -922017,15 +922504,15 @@ "binop": null }, "value": "removeEvent", - "start": 117327, - "end": 117338, + "start": 119717, + "end": 119728, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 4 }, "end": { - "line": 2604, + "line": 2646, "column": 15 } } @@ -922042,15 +922529,15 @@ "postfix": false, "binop": null }, - "start": 117338, - "end": 117339, + "start": 119728, + "end": 119729, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 15 }, "end": { - "line": 2604, + "line": 2646, "column": 16 } } @@ -922068,15 +922555,15 @@ "binop": null, "updateContext": null }, - "start": 117340, - "end": 117343, + "start": 119730, + "end": 119733, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 17 }, "end": { - "line": 2604, + "line": 2646, "column": 20 } } @@ -922094,15 +922581,15 @@ "binop": null }, "value": "args", - "start": 117343, - "end": 117347, + "start": 119733, + "end": 119737, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 20 }, "end": { - "line": 2604, + "line": 2646, "column": 24 } } @@ -922119,15 +922606,15 @@ "postfix": false, "binop": null }, - "start": 117348, - "end": 117349, + "start": 119738, + "end": 119739, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 25 }, "end": { - "line": 2604, + "line": 2646, "column": 26 } } @@ -922144,15 +922631,15 @@ "postfix": false, "binop": null }, - "start": 117350, - "end": 117351, + "start": 119740, + "end": 119741, "loc": { "start": { - "line": 2604, + "line": 2646, "column": 27 }, "end": { - "line": 2604, + "line": 2646, "column": 28 } } @@ -922172,15 +922659,15 @@ "updateContext": null }, "value": "this", - "start": 117360, - "end": 117364, + "start": 119750, + "end": 119754, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 8 }, "end": { - "line": 2605, + "line": 2647, "column": 12 } } @@ -922198,15 +922685,15 @@ "binop": null, "updateContext": null }, - "start": 117364, - "end": 117365, + "start": 119754, + "end": 119755, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 12 }, "end": { - "line": 2605, + "line": 2647, "column": 13 } } @@ -922224,15 +922711,15 @@ "binop": null }, "value": "_debug", - "start": 117365, - "end": 117371, + "start": 119755, + "end": 119761, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 13 }, "end": { - "line": 2605, + "line": 2647, "column": 19 } } @@ -922249,15 +922736,15 @@ "postfix": false, "binop": null }, - "start": 117371, - "end": 117372, + "start": 119761, + "end": 119762, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 19 }, "end": { - "line": 2605, + "line": 2647, "column": 20 } } @@ -922276,15 +922763,15 @@ "updateContext": null }, "value": "removeEvent", - "start": 117373, - "end": 117386, + "start": 119763, + "end": 119776, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 21 }, "end": { - "line": 2605, + "line": 2647, "column": 34 } } @@ -922301,15 +922788,15 @@ "postfix": false, "binop": null }, - "start": 117387, - "end": 117388, + "start": 119777, + "end": 119778, "loc": { "start": { - "line": 2605, + "line": 2647, "column": 35 }, "end": { - "line": 2605, + "line": 2647, "column": 36 } } @@ -922329,15 +922816,15 @@ "updateContext": null }, "value": "let", - "start": 117406, - "end": 117409, + "start": 119796, + "end": 119799, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 8 }, "end": { - "line": 2607, + "line": 2649, "column": 11 } } @@ -922355,15 +922842,15 @@ "binop": null }, "value": "_args", - "start": 117410, - "end": 117415, + "start": 119800, + "end": 119805, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 12 }, "end": { - "line": 2607, + "line": 2649, "column": 17 } } @@ -922382,15 +922869,15 @@ "updateContext": null }, "value": "=", - "start": 117423, - "end": 117424, + "start": 119813, + "end": 119814, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 25 }, "end": { - "line": 2607, + "line": 2649, "column": 26 } } @@ -922408,15 +922895,15 @@ "binop": null }, "value": "args", - "start": 117425, - "end": 117429, + "start": 119815, + "end": 119819, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 27 }, "end": { - "line": 2607, + "line": 2649, "column": 31 } } @@ -922434,15 +922921,15 @@ "binop": null, "updateContext": null }, - "start": 117429, - "end": 117430, + "start": 119819, + "end": 119820, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 31 }, "end": { - "line": 2607, + "line": 2649, "column": 32 } } @@ -922461,15 +922948,15 @@ "updateContext": null }, "value": 0, - "start": 117430, - "end": 117431, + "start": 119820, + "end": 119821, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 32 }, "end": { - "line": 2607, + "line": 2649, "column": 33 } } @@ -922487,15 +922974,15 @@ "binop": null, "updateContext": null }, - "start": 117431, - "end": 117432, + "start": 119821, + "end": 119822, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 33 }, "end": { - "line": 2607, + "line": 2649, "column": 34 } } @@ -922513,15 +923000,15 @@ "binop": null, "updateContext": null }, - "start": 117432, - "end": 117433, + "start": 119822, + "end": 119823, "loc": { "start": { - "line": 2607, + "line": 2649, "column": 34 }, "end": { - "line": 2607, + "line": 2649, "column": 35 } } @@ -922539,15 +923026,15 @@ "binop": null }, "value": "targets", - "start": 117446, - "end": 117453, + "start": 119836, + "end": 119843, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 12 }, "end": { - "line": 2608, + "line": 2650, "column": 19 } } @@ -922566,15 +923053,15 @@ "updateContext": null }, "value": "=", - "start": 117459, - "end": 117460, + "start": 119849, + "end": 119850, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 25 }, "end": { - "line": 2608, + "line": 2650, "column": 26 } } @@ -922594,15 +923081,15 @@ "updateContext": null }, "value": "this", - "start": 117461, - "end": 117465, + "start": 119851, + "end": 119855, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 27 }, "end": { - "line": 2608, + "line": 2650, "column": 31 } } @@ -922620,15 +923107,15 @@ "binop": null, "updateContext": null }, - "start": 117465, - "end": 117466, + "start": 119855, + "end": 119856, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 31 }, "end": { - "line": 2608, + "line": 2650, "column": 32 } } @@ -922646,15 +923133,15 @@ "binop": null }, "value": "supplement", - "start": 117466, - "end": 117476, + "start": 119856, + "end": 119866, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 32 }, "end": { - "line": 2608, + "line": 2650, "column": 42 } } @@ -922671,15 +923158,15 @@ "postfix": false, "binop": null }, - "start": 117476, - "end": 117477, + "start": 119866, + "end": 119867, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 42 }, "end": { - "line": 2608, + "line": 2650, "column": 43 } } @@ -922699,15 +923186,15 @@ "updateContext": null }, "value": "null", - "start": 117478, - "end": 117482, + "start": 119868, + "end": 119872, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 44 }, "end": { - "line": 2608, + "line": 2650, "column": 48 } } @@ -922725,15 +923212,15 @@ "binop": null, "updateContext": null }, - "start": 117482, - "end": 117483, + "start": 119872, + "end": 119873, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 48 }, "end": { - "line": 2608, + "line": 2650, "column": 49 } } @@ -922751,15 +923238,15 @@ "binop": null }, "value": "_args", - "start": 117484, - "end": 117489, + "start": 119874, + "end": 119879, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 50 }, "end": { - "line": 2608, + "line": 2650, "column": 55 } } @@ -922777,15 +923264,15 @@ "binop": null, "updateContext": null }, - "start": 117489, - "end": 117490, + "start": 119879, + "end": 119880, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 55 }, "end": { - "line": 2608, + "line": 2650, "column": 56 } } @@ -922804,15 +923291,15 @@ "updateContext": null }, "value": 0, - "start": 117490, - "end": 117491, + "start": 119880, + "end": 119881, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 56 }, "end": { - "line": 2608, + "line": 2650, "column": 57 } } @@ -922830,15 +923317,15 @@ "binop": null, "updateContext": null }, - "start": 117491, - "end": 117492, + "start": 119881, + "end": 119882, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 57 }, "end": { - "line": 2608, + "line": 2650, "column": 58 } } @@ -922856,15 +923343,15 @@ "binop": null, "updateContext": null }, - "start": 117492, - "end": 117493, + "start": 119882, + "end": 119883, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 58 }, "end": { - "line": 2608, + "line": 2650, "column": 59 } } @@ -922884,15 +923371,15 @@ "updateContext": null }, "value": "this", - "start": 117494, - "end": 117498, + "start": 119884, + "end": 119888, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 60 }, "end": { - "line": 2608, + "line": 2650, "column": 64 } } @@ -922910,15 +923397,15 @@ "binop": null, "updateContext": null }, - "start": 117498, - "end": 117499, + "start": 119888, + "end": 119889, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 64 }, "end": { - "line": 2608, + "line": 2650, "column": 65 } } @@ -922936,15 +923423,15 @@ "binop": null }, "value": "validateArray", - "start": 117499, - "end": 117512, + "start": 119889, + "end": 119902, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 65 }, "end": { - "line": 2608, + "line": 2650, "column": 78 } } @@ -922961,15 +923448,15 @@ "postfix": false, "binop": null }, - "start": 117513, - "end": 117514, + "start": 119903, + "end": 119904, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 79 }, "end": { - "line": 2608, + "line": 2650, "column": 80 } } @@ -922987,15 +923474,15 @@ "binop": null, "updateContext": null }, - "start": 117514, - "end": 117515, + "start": 119904, + "end": 119905, "loc": { "start": { - "line": 2608, + "line": 2650, "column": 80 }, "end": { - "line": 2608, + "line": 2650, "column": 81 } } @@ -923013,15 +923500,15 @@ "binop": null }, "value": "callback", - "start": 117528, - "end": 117536, + "start": 119918, + "end": 119926, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 12 }, "end": { - "line": 2609, + "line": 2651, "column": 20 } } @@ -923040,15 +923527,15 @@ "updateContext": null }, "value": "=", - "start": 117541, - "end": 117542, + "start": 119931, + "end": 119932, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 25 }, "end": { - "line": 2609, + "line": 2651, "column": 26 } } @@ -923066,15 +923553,15 @@ "binop": null }, "value": "_args", - "start": 117543, - "end": 117548, + "start": 119933, + "end": 119938, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 27 }, "end": { - "line": 2609, + "line": 2651, "column": 32 } } @@ -923092,15 +923579,15 @@ "binop": null, "updateContext": null }, - "start": 117548, - "end": 117549, + "start": 119938, + "end": 119939, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 32 }, "end": { - "line": 2609, + "line": 2651, "column": 33 } } @@ -923118,15 +923605,15 @@ "binop": null }, "value": "length", - "start": 117549, - "end": 117555, + "start": 119939, + "end": 119945, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 33 }, "end": { - "line": 2609, + "line": 2651, "column": 39 } } @@ -923145,15 +923632,15 @@ "updateContext": null }, "value": ">", - "start": 117556, - "end": 117557, + "start": 119946, + "end": 119947, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 40 }, "end": { - "line": 2609, + "line": 2651, "column": 41 } } @@ -923172,15 +923659,15 @@ "updateContext": null }, "value": 1, - "start": 117558, - "end": 117559, + "start": 119948, + "end": 119949, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 42 }, "end": { - "line": 2609, + "line": 2651, "column": 43 } } @@ -923199,15 +923686,15 @@ "updateContext": null }, "value": "&&", - "start": 117560, - "end": 117562, + "start": 119950, + "end": 119952, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 44 }, "end": { - "line": 2609, + "line": 2651, "column": 46 } } @@ -923227,15 +923714,15 @@ "updateContext": null }, "value": "typeof", - "start": 117563, - "end": 117569, + "start": 119953, + "end": 119959, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 47 }, "end": { - "line": 2609, + "line": 2651, "column": 53 } } @@ -923253,15 +923740,15 @@ "binop": null }, "value": "_args", - "start": 117570, - "end": 117575, + "start": 119960, + "end": 119965, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 54 }, "end": { - "line": 2609, + "line": 2651, "column": 59 } } @@ -923279,15 +923766,15 @@ "binop": null, "updateContext": null }, - "start": 117575, - "end": 117576, + "start": 119965, + "end": 119966, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 59 }, "end": { - "line": 2609, + "line": 2651, "column": 60 } } @@ -923306,15 +923793,15 @@ "updateContext": null }, "value": 1, - "start": 117576, - "end": 117577, + "start": 119966, + "end": 119967, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 60 }, "end": { - "line": 2609, + "line": 2651, "column": 61 } } @@ -923332,15 +923819,15 @@ "binop": null, "updateContext": null }, - "start": 117577, - "end": 117578, + "start": 119967, + "end": 119968, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 61 }, "end": { - "line": 2609, + "line": 2651, "column": 62 } } @@ -923359,15 +923846,15 @@ "updateContext": null }, "value": "===", - "start": 117579, - "end": 117582, + "start": 119969, + "end": 119972, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 63 }, "end": { - "line": 2609, + "line": 2651, "column": 66 } } @@ -923386,15 +923873,15 @@ "updateContext": null }, "value": "function", - "start": 117583, - "end": 117593, + "start": 119973, + "end": 119983, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 67 }, "end": { - "line": 2609, + "line": 2651, "column": 77 } } @@ -923412,15 +923899,15 @@ "binop": null, "updateContext": null }, - "start": 117594, - "end": 117595, + "start": 119984, + "end": 119985, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 78 }, "end": { - "line": 2609, + "line": 2651, "column": 79 } } @@ -923438,15 +923925,15 @@ "binop": null }, "value": "_args", - "start": 117596, - "end": 117601, + "start": 119986, + "end": 119991, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 80 }, "end": { - "line": 2609, + "line": 2651, "column": 85 } } @@ -923464,15 +923951,15 @@ "binop": null, "updateContext": null }, - "start": 117601, - "end": 117602, + "start": 119991, + "end": 119992, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 85 }, "end": { - "line": 2609, + "line": 2651, "column": 86 } } @@ -923491,15 +923978,15 @@ "updateContext": null }, "value": 1, - "start": 117602, - "end": 117603, + "start": 119992, + "end": 119993, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 86 }, "end": { - "line": 2609, + "line": 2651, "column": 87 } } @@ -923517,15 +924004,15 @@ "binop": null, "updateContext": null }, - "start": 117603, - "end": 117604, + "start": 119993, + "end": 119994, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 87 }, "end": { - "line": 2609, + "line": 2651, "column": 88 } } @@ -923543,15 +924030,15 @@ "binop": null, "updateContext": null }, - "start": 117605, - "end": 117606, + "start": 119995, + "end": 119996, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 89 }, "end": { - "line": 2609, + "line": 2651, "column": 90 } } @@ -923571,15 +924058,15 @@ "updateContext": null }, "value": "null", - "start": 117607, - "end": 117611, + "start": 119997, + "end": 120001, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 91 }, "end": { - "line": 2609, + "line": 2651, "column": 95 } } @@ -923597,15 +924084,15 @@ "binop": null, "updateContext": null }, - "start": 117611, - "end": 117612, + "start": 120001, + "end": 120002, "loc": { "start": { - "line": 2609, + "line": 2651, "column": 95 }, "end": { - "line": 2609, + "line": 2651, "column": 96 } } @@ -923623,15 +924110,15 @@ "binop": null }, "value": "userdata", - "start": 117625, - "end": 117633, + "start": 120015, + "end": 120023, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 12 }, "end": { - "line": 2610, + "line": 2652, "column": 20 } } @@ -923650,15 +924137,15 @@ "updateContext": null }, "value": "=", - "start": 117638, - "end": 117639, + "start": 120028, + "end": 120029, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 25 }, "end": { - "line": 2610, + "line": 2652, "column": 26 } } @@ -923676,15 +924163,15 @@ "binop": null }, "value": "_args", - "start": 117640, - "end": 117645, + "start": 120030, + "end": 120035, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 27 }, "end": { - "line": 2610, + "line": 2652, "column": 32 } } @@ -923702,15 +924189,15 @@ "binop": null, "updateContext": null }, - "start": 117645, - "end": 117646, + "start": 120035, + "end": 120036, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 32 }, "end": { - "line": 2610, + "line": 2652, "column": 33 } } @@ -923728,15 +924215,15 @@ "binop": null }, "value": "length", - "start": 117646, - "end": 117652, + "start": 120036, + "end": 120042, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 33 }, "end": { - "line": 2610, + "line": 2652, "column": 39 } } @@ -923755,15 +924242,15 @@ "updateContext": null }, "value": ">", - "start": 117653, - "end": 117654, + "start": 120043, + "end": 120044, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 40 }, "end": { - "line": 2610, + "line": 2652, "column": 41 } } @@ -923782,15 +924269,15 @@ "updateContext": null }, "value": 2, - "start": 117655, - "end": 117656, + "start": 120045, + "end": 120046, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 42 }, "end": { - "line": 2610, + "line": 2652, "column": 43 } } @@ -923808,15 +924295,15 @@ "binop": null, "updateContext": null }, - "start": 117657, - "end": 117658, + "start": 120047, + "end": 120048, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 44 }, "end": { - "line": 2610, + "line": 2652, "column": 45 } } @@ -923834,15 +924321,15 @@ "binop": null }, "value": "_args", - "start": 117659, - "end": 117664, + "start": 120049, + "end": 120054, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 46 }, "end": { - "line": 2610, + "line": 2652, "column": 51 } } @@ -923860,15 +924347,15 @@ "binop": null, "updateContext": null }, - "start": 117664, - "end": 117665, + "start": 120054, + "end": 120055, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 51 }, "end": { - "line": 2610, + "line": 2652, "column": 52 } } @@ -923886,15 +924373,15 @@ "binop": null }, "value": "slice", - "start": 117665, - "end": 117670, + "start": 120055, + "end": 120060, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 52 }, "end": { - "line": 2610, + "line": 2652, "column": 57 } } @@ -923911,15 +924398,15 @@ "postfix": false, "binop": null }, - "start": 117670, - "end": 117671, + "start": 120060, + "end": 120061, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 57 }, "end": { - "line": 2610, + "line": 2652, "column": 58 } } @@ -923938,15 +924425,15 @@ "updateContext": null }, "value": 2, - "start": 117671, - "end": 117672, + "start": 120061, + "end": 120062, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 58 }, "end": { - "line": 2610, + "line": 2652, "column": 59 } } @@ -923963,15 +924450,15 @@ "postfix": false, "binop": null }, - "start": 117672, - "end": 117673, + "start": 120062, + "end": 120063, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 59 }, "end": { - "line": 2610, + "line": 2652, "column": 60 } } @@ -923989,15 +924476,15 @@ "binop": null, "updateContext": null }, - "start": 117674, - "end": 117675, + "start": 120064, + "end": 120065, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 61 }, "end": { - "line": 2610, + "line": 2652, "column": 62 } } @@ -924017,15 +924504,15 @@ "updateContext": null }, "value": "null", - "start": 117676, - "end": 117680, + "start": 120066, + "end": 120070, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 63 }, "end": { - "line": 2610, + "line": 2652, "column": 67 } } @@ -924043,15 +924530,15 @@ "binop": null, "updateContext": null }, - "start": 117680, - "end": 117681, + "start": 120070, + "end": 120071, "loc": { "start": { - "line": 2610, + "line": 2652, "column": 67 }, "end": { - "line": 2610, + "line": 2652, "column": 68 } } @@ -924069,15 +924556,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 117694, - "end": 117706, + "start": 120084, + "end": 120096, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 12 }, "end": { - "line": 2611, + "line": 2653, "column": 24 } } @@ -924096,15 +924583,15 @@ "updateContext": null }, "value": "=", - "start": 117707, - "end": 117708, + "start": 120097, + "end": 120098, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 25 }, "end": { - "line": 2611, + "line": 2653, "column": 26 } } @@ -924124,15 +924611,15 @@ "updateContext": null }, "value": "this", - "start": 117709, - "end": 117713, + "start": 120099, + "end": 120103, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 27 }, "end": { - "line": 2611, + "line": 2653, "column": 31 } } @@ -924150,15 +924637,15 @@ "binop": null, "updateContext": null }, - "start": 117713, - "end": 117714, + "start": 120103, + "end": 120104, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 31 }, "end": { - "line": 2611, + "line": 2653, "column": 32 } } @@ -924176,15 +924663,15 @@ "binop": null }, "value": "_loadToCache", - "start": 117714, - "end": 117726, + "start": 120104, + "end": 120116, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 32 }, "end": { - "line": 2611, + "line": 2653, "column": 44 } } @@ -924201,15 +924688,15 @@ "postfix": false, "binop": null }, - "start": 117726, - "end": 117727, + "start": 120116, + "end": 120117, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 44 }, "end": { - "line": 2611, + "line": 2653, "column": 45 } } @@ -924226,15 +924713,15 @@ "postfix": false, "binop": null }, - "start": 117727, - "end": 117728, + "start": 120117, + "end": 120118, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 45 }, "end": { - "line": 2611, + "line": 2653, "column": 46 } } @@ -924252,15 +924739,15 @@ "binop": null, "updateContext": null }, - "start": 117728, - "end": 117729, + "start": 120118, + "end": 120119, "loc": { "start": { - "line": 2611, + "line": 2653, "column": 46 }, "end": { - "line": 2611, + "line": 2653, "column": 47 } } @@ -924278,15 +924765,15 @@ "binop": null }, "value": "condition", - "start": 117742, - "end": 117751, + "start": 120132, + "end": 120141, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 12 }, "end": { - "line": 2612, + "line": 2654, "column": 21 } } @@ -924305,15 +924792,15 @@ "updateContext": null }, "value": "=", - "start": 117755, - "end": 117756, + "start": 120145, + "end": 120146, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 25 }, "end": { - "line": 2612, + "line": 2654, "column": 26 } } @@ -924330,15 +924817,15 @@ "postfix": false, "binop": null }, - "start": 117757, - "end": 117758, + "start": 120147, + "end": 120148, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 27 }, "end": { - "line": 2612, + "line": 2654, "column": 28 } } @@ -924355,15 +924842,15 @@ "postfix": false, "binop": null }, - "start": 117758, - "end": 117759, + "start": 120148, + "end": 120149, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 28 }, "end": { - "line": 2612, + "line": 2654, "column": 29 } } @@ -924381,15 +924868,15 @@ "binop": null, "updateContext": null }, - "start": 117759, - "end": 117760, + "start": 120149, + "end": 120150, "loc": { "start": { - "line": 2612, + "line": 2654, "column": 29 }, "end": { - "line": 2612, + "line": 2654, "column": 30 } } @@ -924407,15 +924894,15 @@ "binop": null }, "value": "remainEvents", - "start": 117773, - "end": 117785, + "start": 120163, + "end": 120175, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 12 }, "end": { - "line": 2613, + "line": 2655, "column": 24 } } @@ -924434,15 +924921,15 @@ "updateContext": null }, "value": "=", - "start": 117786, - "end": 117787, + "start": 120176, + "end": 120177, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 25 }, "end": { - "line": 2613, + "line": 2655, "column": 26 } } @@ -924460,15 +924947,15 @@ "binop": null, "updateContext": null }, - "start": 117788, - "end": 117789, + "start": 120178, + "end": 120179, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 27 }, "end": { - "line": 2613, + "line": 2655, "column": 28 } } @@ -924486,15 +924973,15 @@ "binop": null, "updateContext": null }, - "start": 117789, - "end": 117790, + "start": 120179, + "end": 120180, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 28 }, "end": { - "line": 2613, + "line": 2655, "column": 29 } } @@ -924512,15 +924999,15 @@ "binop": null, "updateContext": null }, - "start": 117790, - "end": 117791, + "start": 120180, + "end": 120181, "loc": { "start": { - "line": 2613, + "line": 2655, "column": 29 }, "end": { - "line": 2613, + "line": 2655, "column": 30 } } @@ -924538,15 +925025,15 @@ "binop": null }, "value": "remove_done", - "start": 117804, - "end": 117815, + "start": 120194, + "end": 120205, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 12 }, "end": { - "line": 2614, + "line": 2656, "column": 23 } } @@ -924565,15 +925052,15 @@ "updateContext": null }, "value": "=", - "start": 117817, - "end": 117818, + "start": 120207, + "end": 120208, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 25 }, "end": { - "line": 2614, + "line": 2656, "column": 26 } } @@ -924593,15 +925080,15 @@ "updateContext": null }, "value": "false", - "start": 117819, - "end": 117824, + "start": 120209, + "end": 120214, "loc": { "start": { - "line": 2614, + "line": 2656, "column": 27 }, "end": { - "line": 2614, + "line": 2656, "column": 32 } } @@ -924621,15 +925108,15 @@ "updateContext": null }, "value": "if", - "start": 117842, - "end": 117844, + "start": 120232, + "end": 120234, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 8 }, "end": { - "line": 2616, + "line": 2658, "column": 10 } } @@ -924646,15 +925133,15 @@ "postfix": false, "binop": null }, - "start": 117845, - "end": 117846, + "start": 120235, + "end": 120236, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 11 }, "end": { - "line": 2616, + "line": 2658, "column": 12 } } @@ -924674,15 +925161,15 @@ "updateContext": null }, "value": "this", - "start": 117847, - "end": 117851, + "start": 120237, + "end": 120241, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 13 }, "end": { - "line": 2616, + "line": 2658, "column": 17 } } @@ -924700,15 +925187,15 @@ "binop": null, "updateContext": null }, - "start": 117851, - "end": 117852, + "start": 120241, + "end": 120242, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 17 }, "end": { - "line": 2616, + "line": 2658, "column": 18 } } @@ -924726,15 +925213,15 @@ "binop": null }, "value": "is_empty", - "start": 117852, - "end": 117860, + "start": 120242, + "end": 120250, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 18 }, "end": { - "line": 2616, + "line": 2658, "column": 26 } } @@ -924751,15 +925238,15 @@ "postfix": false, "binop": null }, - "start": 117860, - "end": 117861, + "start": 120250, + "end": 120251, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 26 }, "end": { - "line": 2616, + "line": 2658, "column": 27 } } @@ -924777,15 +925264,15 @@ "binop": null }, "value": "targets", - "start": 117862, - "end": 117869, + "start": 120252, + "end": 120259, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 28 }, "end": { - "line": 2616, + "line": 2658, "column": 35 } } @@ -924802,15 +925289,15 @@ "postfix": false, "binop": null }, - "start": 117870, - "end": 117871, + "start": 120260, + "end": 120261, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 36 }, "end": { - "line": 2616, + "line": 2658, "column": 37 } } @@ -924829,15 +925316,15 @@ "updateContext": null }, "value": "||", - "start": 117872, - "end": 117874, + "start": 120262, + "end": 120264, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 38 }, "end": { - "line": 2616, + "line": 2658, "column": 40 } } @@ -924856,15 +925343,15 @@ "updateContext": null }, "value": "!", - "start": 117875, - "end": 117876, + "start": 120265, + "end": 120266, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 41 }, "end": { - "line": 2616, + "line": 2658, "column": 42 } } @@ -924884,15 +925371,15 @@ "updateContext": null }, "value": "this", - "start": 117877, - "end": 117881, + "start": 120267, + "end": 120271, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 43 }, "end": { - "line": 2616, + "line": 2658, "column": 47 } } @@ -924910,15 +925397,15 @@ "binop": null, "updateContext": null }, - "start": 117881, - "end": 117882, + "start": 120271, + "end": 120272, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 47 }, "end": { - "line": 2616, + "line": 2658, "column": 48 } } @@ -924936,15 +925423,15 @@ "binop": null }, "value": "_isCompleted", - "start": 117882, - "end": 117894, + "start": 120272, + "end": 120284, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 48 }, "end": { - "line": 2616, + "line": 2658, "column": 60 } } @@ -924963,15 +925450,15 @@ "updateContext": null }, "value": "||", - "start": 117895, - "end": 117897, + "start": 120285, + "end": 120287, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 61 }, "end": { - "line": 2616, + "line": 2658, "column": 63 } } @@ -924991,15 +925478,15 @@ "updateContext": null }, "value": "this", - "start": 117898, - "end": 117902, + "start": 120288, + "end": 120292, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 64 }, "end": { - "line": 2616, + "line": 2658, "column": 68 } } @@ -925017,15 +925504,15 @@ "binop": null, "updateContext": null }, - "start": 117902, - "end": 117903, + "start": 120292, + "end": 120293, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 68 }, "end": { - "line": 2616, + "line": 2658, "column": 69 } } @@ -925043,15 +925530,15 @@ "binop": null }, "value": "is_empty", - "start": 117903, - "end": 117911, + "start": 120293, + "end": 120301, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 69 }, "end": { - "line": 2616, + "line": 2658, "column": 77 } } @@ -925068,15 +925555,15 @@ "postfix": false, "binop": null }, - "start": 117911, - "end": 117912, + "start": 120301, + "end": 120302, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 77 }, "end": { - "line": 2616, + "line": 2658, "column": 78 } } @@ -925094,15 +925581,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 117913, - "end": 117925, + "start": 120303, + "end": 120315, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 79 }, "end": { - "line": 2616, + "line": 2658, "column": 91 } } @@ -925119,15 +925606,15 @@ "postfix": false, "binop": null }, - "start": 117926, - "end": 117927, + "start": 120316, + "end": 120317, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 92 }, "end": { - "line": 2616, + "line": 2658, "column": 93 } } @@ -925144,15 +925631,15 @@ "postfix": false, "binop": null }, - "start": 117928, - "end": 117929, + "start": 120318, + "end": 120319, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 94 }, "end": { - "line": 2616, + "line": 2658, "column": 95 } } @@ -925169,15 +925656,15 @@ "postfix": false, "binop": null }, - "start": 117930, - "end": 117931, + "start": 120320, + "end": 120321, "loc": { "start": { - "line": 2616, + "line": 2658, "column": 96 }, "end": { - "line": 2616, + "line": 2658, "column": 97 } } @@ -925197,15 +925684,15 @@ "updateContext": null }, "value": "return", - "start": 117944, - "end": 117950, + "start": 120334, + "end": 120340, "loc": { "start": { - "line": 2617, + "line": 2659, "column": 12 }, "end": { - "line": 2617, + "line": 2659, "column": 18 } } @@ -925222,15 +925709,15 @@ "postfix": false, "binop": null }, - "start": 117959, - "end": 117960, + "start": 120349, + "end": 120350, "loc": { "start": { - "line": 2618, + "line": 2660, "column": 8 }, "end": { - "line": 2618, + "line": 2660, "column": 9 } } @@ -925248,15 +925735,15 @@ "binop": null }, "value": "targets", - "start": 117978, - "end": 117985, + "start": 120368, + "end": 120375, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 8 }, "end": { - "line": 2620, + "line": 2662, "column": 15 } } @@ -925274,15 +925761,15 @@ "binop": null, "updateContext": null }, - "start": 117985, - "end": 117986, + "start": 120375, + "end": 120376, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 15 }, "end": { - "line": 2620, + "line": 2662, "column": 16 } } @@ -925300,15 +925787,15 @@ "binop": null }, "value": "forEach", - "start": 117986, - "end": 117993, + "start": 120376, + "end": 120383, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 16 }, "end": { - "line": 2620, + "line": 2662, "column": 23 } } @@ -925325,15 +925812,15 @@ "postfix": false, "binop": null }, - "start": 117993, - "end": 117994, + "start": 120383, + "end": 120384, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 23 }, "end": { - "line": 2620, + "line": 2662, "column": 24 } } @@ -925350,15 +925837,15 @@ "postfix": false, "binop": null }, - "start": 117995, - "end": 117996, + "start": 120385, + "end": 120386, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 25 }, "end": { - "line": 2620, + "line": 2662, "column": 26 } } @@ -925376,15 +925863,15 @@ "binop": null }, "value": "cond", - "start": 117997, - "end": 118001, + "start": 120387, + "end": 120391, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 27 }, "end": { - "line": 2620, + "line": 2662, "column": 31 } } @@ -925401,15 +925888,15 @@ "postfix": false, "binop": null }, - "start": 118002, - "end": 118003, + "start": 120392, + "end": 120393, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 32 }, "end": { - "line": 2620, + "line": 2662, "column": 33 } } @@ -925427,15 +925914,15 @@ "binop": null, "updateContext": null }, - "start": 118004, - "end": 118006, + "start": 120394, + "end": 120396, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 34 }, "end": { - "line": 2620, + "line": 2662, "column": 36 } } @@ -925452,15 +925939,15 @@ "postfix": false, "binop": null }, - "start": 118007, - "end": 118008, + "start": 120397, + "end": 120398, "loc": { "start": { - "line": 2620, + "line": 2662, "column": 37 }, "end": { - "line": 2620, + "line": 2662, "column": 38 } } @@ -925480,15 +925967,15 @@ "updateContext": null }, "value": "switch", - "start": 118021, - "end": 118027, + "start": 120411, + "end": 120417, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 12 }, "end": { - "line": 2621, + "line": 2663, "column": 18 } } @@ -925505,15 +925992,15 @@ "postfix": false, "binop": null }, - "start": 118028, - "end": 118029, + "start": 120418, + "end": 120419, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 19 }, "end": { - "line": 2621, + "line": 2663, "column": 20 } } @@ -925533,15 +926020,15 @@ "updateContext": null }, "value": "true", - "start": 118030, - "end": 118034, + "start": 120420, + "end": 120424, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 21 }, "end": { - "line": 2621, + "line": 2663, "column": 25 } } @@ -925558,15 +926045,15 @@ "postfix": false, "binop": null }, - "start": 118035, - "end": 118036, + "start": 120425, + "end": 120426, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 26 }, "end": { - "line": 2621, + "line": 2663, "column": 27 } } @@ -925583,15 +926070,15 @@ "postfix": false, "binop": null }, - "start": 118037, - "end": 118038, + "start": 120427, + "end": 120428, "loc": { "start": { - "line": 2621, + "line": 2663, "column": 28 }, "end": { - "line": 2621, + "line": 2663, "column": 29 } } @@ -925611,15 +926098,15 @@ "updateContext": null }, "value": "case", - "start": 118055, - "end": 118059, + "start": 120445, + "end": 120449, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 16 }, "end": { - "line": 2622, + "line": 2664, "column": 20 } } @@ -925641,15 +926128,15 @@ "pattern": "^\\d{1,}$", "flags": "" }, - "start": 118060, - "end": 118070, + "start": 120450, + "end": 120460, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 21 }, "end": { - "line": 2622, + "line": 2664, "column": 31 } } @@ -925667,15 +926154,15 @@ "binop": null, "updateContext": null }, - "start": 118070, - "end": 118071, + "start": 120460, + "end": 120461, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 31 }, "end": { - "line": 2622, + "line": 2664, "column": 32 } } @@ -925693,15 +926180,15 @@ "binop": null }, "value": "test", - "start": 118071, - "end": 118075, + "start": 120461, + "end": 120465, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 32 }, "end": { - "line": 2622, + "line": 2664, "column": 36 } } @@ -925718,15 +926205,15 @@ "postfix": false, "binop": null }, - "start": 118075, - "end": 118076, + "start": 120465, + "end": 120466, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 36 }, "end": { - "line": 2622, + "line": 2664, "column": 37 } } @@ -925744,15 +926231,15 @@ "binop": null }, "value": "cond", - "start": 118077, - "end": 118081, + "start": 120467, + "end": 120471, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 38 }, "end": { - "line": 2622, + "line": 2664, "column": 42 } } @@ -925769,15 +926256,15 @@ "postfix": false, "binop": null }, - "start": 118082, - "end": 118083, + "start": 120472, + "end": 120473, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 43 }, "end": { - "line": 2622, + "line": 2664, "column": 44 } } @@ -925795,15 +926282,15 @@ "binop": null, "updateContext": null }, - "start": 118083, - "end": 118084, + "start": 120473, + "end": 120474, "loc": { "start": { - "line": 2622, + "line": 2664, "column": 44 }, "end": { - "line": 2622, + "line": 2664, "column": 45 } } @@ -925811,15 +926298,15 @@ { "type": "CommentLine", "value": " By matching event ID", - "start": 118105, - "end": 118128, + "start": 120495, + "end": 120518, "loc": { "start": { - "line": 2623, + "line": 2665, "column": 20 }, "end": { - "line": 2623, + "line": 2665, "column": 43 } } @@ -925837,15 +926324,15 @@ "binop": null }, "value": "condition", - "start": 118149, - "end": 118158, + "start": 120539, + "end": 120548, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 20 }, "end": { - "line": 2624, + "line": 2666, "column": 29 } } @@ -925863,15 +926350,15 @@ "binop": null, "updateContext": null }, - "start": 118158, - "end": 118159, + "start": 120548, + "end": 120549, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 29 }, "end": { - "line": 2624, + "line": 2666, "column": 30 } } @@ -925889,15 +926376,15 @@ "binop": null }, "value": "type", - "start": 118159, - "end": 118163, + "start": 120549, + "end": 120553, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 30 }, "end": { - "line": 2624, + "line": 2666, "column": 34 } } @@ -925916,15 +926403,15 @@ "updateContext": null }, "value": "=", - "start": 118165, - "end": 118166, + "start": 120555, + "end": 120556, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 36 }, "end": { - "line": 2624, + "line": 2666, "column": 37 } } @@ -925943,15 +926430,15 @@ "updateContext": null }, "value": "eventId", - "start": 118167, - "end": 118176, + "start": 120557, + "end": 120566, "loc": { "start": { - "line": 2624, + "line": 2666, "column": 38 }, "end": { - "line": 2624, + "line": 2666, "column": 47 } } @@ -925969,15 +926456,15 @@ "binop": null }, "value": "condition", - "start": 118197, - "end": 118206, + "start": 120587, + "end": 120596, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 20 }, "end": { - "line": 2625, + "line": 2667, "column": 29 } } @@ -925995,15 +926482,15 @@ "binop": null, "updateContext": null }, - "start": 118206, - "end": 118207, + "start": 120596, + "end": 120597, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 29 }, "end": { - "line": 2625, + "line": 2667, "column": 30 } } @@ -926021,15 +926508,15 @@ "binop": null }, "value": "value", - "start": 118207, - "end": 118212, + "start": 120597, + "end": 120602, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 30 }, "end": { - "line": 2625, + "line": 2667, "column": 35 } } @@ -926048,15 +926535,15 @@ "updateContext": null }, "value": "=", - "start": 118213, - "end": 118214, + "start": 120603, + "end": 120604, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 36 }, "end": { - "line": 2625, + "line": 2667, "column": 37 } } @@ -926074,15 +926561,15 @@ "binop": null }, "value": "parseInt", - "start": 118215, - "end": 118223, + "start": 120605, + "end": 120613, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 38 }, "end": { - "line": 2625, + "line": 2667, "column": 46 } } @@ -926099,15 +926586,15 @@ "postfix": false, "binop": null }, - "start": 118223, - "end": 118224, + "start": 120613, + "end": 120614, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 46 }, "end": { - "line": 2625, + "line": 2667, "column": 47 } } @@ -926125,15 +926612,15 @@ "binop": null }, "value": "cond", - "start": 118225, - "end": 118229, + "start": 120615, + "end": 120619, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 48 }, "end": { - "line": 2625, + "line": 2667, "column": 52 } } @@ -926151,15 +926638,15 @@ "binop": null, "updateContext": null }, - "start": 118229, - "end": 118230, + "start": 120619, + "end": 120620, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 52 }, "end": { - "line": 2625, + "line": 2667, "column": 53 } } @@ -926178,15 +926665,15 @@ "updateContext": null }, "value": 10, - "start": 118231, - "end": 118233, + "start": 120621, + "end": 120623, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 54 }, "end": { - "line": 2625, + "line": 2667, "column": 56 } } @@ -926203,15 +926690,15 @@ "postfix": false, "binop": null }, - "start": 118234, - "end": 118235, + "start": 120624, + "end": 120625, "loc": { "start": { - "line": 2625, + "line": 2667, "column": 57 }, "end": { - "line": 2625, + "line": 2667, "column": 58 } } @@ -926231,15 +926718,15 @@ "updateContext": null }, "value": "break", - "start": 118256, - "end": 118261, + "start": 120646, + "end": 120651, "loc": { "start": { - "line": 2626, + "line": 2668, "column": 20 }, "end": { - "line": 2626, + "line": 2668, "column": 25 } } @@ -926259,15 +926746,15 @@ "updateContext": null }, "value": "case", - "start": 118278, - "end": 118282, + "start": 120668, + "end": 120672, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 16 }, "end": { - "line": 2627, + "line": 2669, "column": 20 } } @@ -926289,15 +926776,15 @@ "pattern": "^(|\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))(|,\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))$", "flags": "" }, - "start": 118283, - "end": 118420, + "start": 120673, + "end": 120810, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 21 }, "end": { - "line": 2627, + "line": 2669, "column": 158 } } @@ -926315,15 +926802,15 @@ "binop": null, "updateContext": null }, - "start": 118420, - "end": 118421, + "start": 120810, + "end": 120811, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 158 }, "end": { - "line": 2627, + "line": 2669, "column": 159 } } @@ -926341,15 +926828,15 @@ "binop": null }, "value": "test", - "start": 118421, - "end": 118425, + "start": 120811, + "end": 120815, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 159 }, "end": { - "line": 2627, + "line": 2669, "column": 163 } } @@ -926366,15 +926853,15 @@ "postfix": false, "binop": null }, - "start": 118425, - "end": 118426, + "start": 120815, + "end": 120816, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 163 }, "end": { - "line": 2627, + "line": 2669, "column": 164 } } @@ -926392,15 +926879,15 @@ "binop": null }, "value": "cond", - "start": 118427, - "end": 118431, + "start": 120817, + "end": 120821, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 165 }, "end": { - "line": 2627, + "line": 2669, "column": 169 } } @@ -926417,15 +926904,15 @@ "postfix": false, "binop": null }, - "start": 118432, - "end": 118433, + "start": 120822, + "end": 120823, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 170 }, "end": { - "line": 2627, + "line": 2669, "column": 171 } } @@ -926443,15 +926930,15 @@ "binop": null, "updateContext": null }, - "start": 118433, - "end": 118434, + "start": 120823, + "end": 120824, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 171 }, "end": { - "line": 2627, + "line": 2669, "column": 172 } } @@ -926468,15 +926955,15 @@ "postfix": false, "binop": null }, - "start": 118435, - "end": 118436, + "start": 120825, + "end": 120826, "loc": { "start": { - "line": 2627, + "line": 2669, "column": 173 }, "end": { - "line": 2627, + "line": 2669, "column": 174 } } @@ -926484,15 +926971,15 @@ { "type": "CommentLine", "value": " By matching range of datetime", - "start": 118457, - "end": 118489, + "start": 120847, + "end": 120879, "loc": { "start": { - "line": 2628, + "line": 2670, "column": 20 }, "end": { - "line": 2628, + "line": 2670, "column": 52 } } @@ -926512,15 +926999,15 @@ "updateContext": null }, "value": "let", - "start": 118510, - "end": 118513, + "start": 120900, + "end": 120903, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 20 }, "end": { - "line": 2629, + "line": 2671, "column": 23 } } @@ -926538,15 +927025,15 @@ "binop": null }, "value": "_tmp", - "start": 118514, - "end": 118518, + "start": 120904, + "end": 120908, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 24 }, "end": { - "line": 2629, + "line": 2671, "column": 28 } } @@ -926565,15 +927052,15 @@ "updateContext": null }, "value": "=", - "start": 118519, - "end": 118520, + "start": 120909, + "end": 120910, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 29 }, "end": { - "line": 2629, + "line": 2671, "column": 30 } } @@ -926591,15 +927078,15 @@ "binop": null }, "value": "cond", - "start": 118521, - "end": 118525, + "start": 120911, + "end": 120915, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 31 }, "end": { - "line": 2629, + "line": 2671, "column": 35 } } @@ -926617,15 +927104,15 @@ "binop": null, "updateContext": null }, - "start": 118525, - "end": 118526, + "start": 120915, + "end": 120916, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 35 }, "end": { - "line": 2629, + "line": 2671, "column": 36 } } @@ -926643,15 +927130,15 @@ "binop": null }, "value": "split", - "start": 118526, - "end": 118531, + "start": 120916, + "end": 120921, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 36 }, "end": { - "line": 2629, + "line": 2671, "column": 41 } } @@ -926668,15 +927155,15 @@ "postfix": false, "binop": null }, - "start": 118531, - "end": 118532, + "start": 120921, + "end": 120922, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 41 }, "end": { - "line": 2629, + "line": 2671, "column": 42 } } @@ -926695,15 +927182,15 @@ "updateContext": null }, "value": ",", - "start": 118532, - "end": 118535, + "start": 120922, + "end": 120925, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 42 }, "end": { - "line": 2629, + "line": 2671, "column": 45 } } @@ -926720,15 +927207,15 @@ "postfix": false, "binop": null }, - "start": 118535, - "end": 118536, + "start": 120925, + "end": 120926, "loc": { "start": { - "line": 2629, + "line": 2671, "column": 45 }, "end": { - "line": 2629, + "line": 2671, "column": 46 } } @@ -926746,15 +927233,15 @@ "binop": null }, "value": "condition", - "start": 118578, - "end": 118587, + "start": 120968, + "end": 120977, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 20 }, "end": { - "line": 2631, + "line": 2673, "column": 29 } } @@ -926772,15 +927259,15 @@ "binop": null, "updateContext": null }, - "start": 118587, - "end": 118588, + "start": 120977, + "end": 120978, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 29 }, "end": { - "line": 2631, + "line": 2673, "column": 30 } } @@ -926798,15 +927285,15 @@ "binop": null }, "value": "type", - "start": 118588, - "end": 118592, + "start": 120978, + "end": 120982, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 30 }, "end": { - "line": 2631, + "line": 2673, "column": 34 } } @@ -926825,15 +927312,15 @@ "updateContext": null }, "value": "=", - "start": 118594, - "end": 118595, + "start": 120984, + "end": 120985, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 36 }, "end": { - "line": 2631, + "line": 2673, "column": 37 } } @@ -926852,15 +927339,15 @@ "updateContext": null }, "value": "daterange", - "start": 118596, - "end": 118607, + "start": 120986, + "end": 120997, "loc": { "start": { - "line": 2631, + "line": 2673, "column": 38 }, "end": { - "line": 2631, + "line": 2673, "column": 49 } } @@ -926878,15 +927365,15 @@ "binop": null }, "value": "condition", - "start": 118628, - "end": 118637, + "start": 121018, + "end": 121027, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 20 }, "end": { - "line": 2632, + "line": 2674, "column": 29 } } @@ -926904,15 +927391,15 @@ "binop": null, "updateContext": null }, - "start": 118637, - "end": 118638, + "start": 121027, + "end": 121028, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 29 }, "end": { - "line": 2632, + "line": 2674, "column": 30 } } @@ -926930,15 +927417,15 @@ "binop": null }, "value": "value", - "start": 118638, - "end": 118643, + "start": 121028, + "end": 121033, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 30 }, "end": { - "line": 2632, + "line": 2674, "column": 35 } } @@ -926957,15 +927444,15 @@ "updateContext": null }, "value": "=", - "start": 118644, - "end": 118645, + "start": 121034, + "end": 121035, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 36 }, "end": { - "line": 2632, + "line": 2674, "column": 37 } } @@ -926982,15 +927469,15 @@ "postfix": false, "binop": null }, - "start": 118646, - "end": 118647, + "start": 121036, + "end": 121037, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 38 }, "end": { - "line": 2632, + "line": 2674, "column": 39 } } @@ -927007,15 +927494,15 @@ "postfix": false, "binop": null }, - "start": 118647, - "end": 118648, + "start": 121037, + "end": 121038, "loc": { "start": { - "line": 2632, + "line": 2674, "column": 39 }, "end": { - "line": 2632, + "line": 2674, "column": 40 } } @@ -927033,15 +927520,15 @@ "binop": null }, "value": "condition", - "start": 118669, - "end": 118678, + "start": 121059, + "end": 121068, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 20 }, "end": { - "line": 2633, + "line": 2675, "column": 29 } } @@ -927059,15 +927546,15 @@ "binop": null, "updateContext": null }, - "start": 118678, - "end": 118679, + "start": 121068, + "end": 121069, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 29 }, "end": { - "line": 2633, + "line": 2675, "column": 30 } } @@ -927085,15 +927572,15 @@ "binop": null }, "value": "value", - "start": 118679, - "end": 118684, + "start": 121069, + "end": 121074, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 30 }, "end": { - "line": 2633, + "line": 2675, "column": 35 } } @@ -927111,15 +927598,15 @@ "binop": null, "updateContext": null }, - "start": 118684, - "end": 118685, + "start": 121074, + "end": 121075, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 35 }, "end": { - "line": 2633, + "line": 2675, "column": 36 } } @@ -927138,15 +927625,15 @@ "updateContext": null }, "value": "from", - "start": 118685, - "end": 118691, + "start": 121075, + "end": 121081, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 36 }, "end": { - "line": 2633, + "line": 2675, "column": 42 } } @@ -927164,15 +927651,15 @@ "binop": null, "updateContext": null }, - "start": 118691, - "end": 118692, + "start": 121081, + "end": 121082, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 42 }, "end": { - "line": 2633, + "line": 2675, "column": 43 } } @@ -927191,15 +927678,15 @@ "updateContext": null }, "value": "=", - "start": 118693, - "end": 118694, + "start": 121083, + "end": 121084, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 44 }, "end": { - "line": 2633, + "line": 2675, "column": 45 } } @@ -927219,15 +927706,15 @@ "updateContext": null }, "value": "this", - "start": 118695, - "end": 118699, + "start": 121085, + "end": 121089, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 46 }, "end": { - "line": 2633, + "line": 2675, "column": 50 } } @@ -927245,15 +927732,15 @@ "binop": null, "updateContext": null }, - "start": 118699, - "end": 118700, + "start": 121089, + "end": 121090, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 50 }, "end": { - "line": 2633, + "line": 2675, "column": 51 } } @@ -927271,15 +927758,15 @@ "binop": null }, "value": "is_empty", - "start": 118700, - "end": 118708, + "start": 121090, + "end": 121098, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 51 }, "end": { - "line": 2633, + "line": 2675, "column": 59 } } @@ -927296,15 +927783,15 @@ "postfix": false, "binop": null }, - "start": 118708, - "end": 118709, + "start": 121098, + "end": 121099, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 59 }, "end": { - "line": 2633, + "line": 2675, "column": 60 } } @@ -927322,15 +927809,15 @@ "binop": null }, "value": "_tmp", - "start": 118710, - "end": 118714, + "start": 121100, + "end": 121104, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 61 }, "end": { - "line": 2633, + "line": 2675, "column": 65 } } @@ -927348,15 +927835,15 @@ "binop": null, "updateContext": null }, - "start": 118714, - "end": 118715, + "start": 121104, + "end": 121105, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 65 }, "end": { - "line": 2633, + "line": 2675, "column": 66 } } @@ -927375,15 +927862,15 @@ "updateContext": null }, "value": 0, - "start": 118715, - "end": 118716, + "start": 121105, + "end": 121106, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 66 }, "end": { - "line": 2633, + "line": 2675, "column": 67 } } @@ -927401,15 +927888,15 @@ "binop": null, "updateContext": null }, - "start": 118716, - "end": 118717, + "start": 121106, + "end": 121107, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 67 }, "end": { - "line": 2633, + "line": 2675, "column": 68 } } @@ -927426,15 +927913,15 @@ "postfix": false, "binop": null }, - "start": 118718, - "end": 118719, + "start": 121108, + "end": 121109, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 69 }, "end": { - "line": 2633, + "line": 2675, "column": 70 } } @@ -927452,15 +927939,15 @@ "binop": null, "updateContext": null }, - "start": 118720, - "end": 118721, + "start": 121110, + "end": 121111, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 71 }, "end": { - "line": 2633, + "line": 2675, "column": 72 } } @@ -927480,15 +927967,15 @@ "updateContext": null }, "value": "null", - "start": 118722, - "end": 118726, + "start": 121112, + "end": 121116, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 73 }, "end": { - "line": 2633, + "line": 2675, "column": 77 } } @@ -927506,15 +927993,15 @@ "binop": null, "updateContext": null }, - "start": 118727, - "end": 118728, + "start": 121117, + "end": 121118, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 78 }, "end": { - "line": 2633, + "line": 2675, "column": 79 } } @@ -927534,15 +928021,15 @@ "updateContext": null }, "value": "new", - "start": 118729, - "end": 118732, + "start": 121119, + "end": 121122, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 80 }, "end": { - "line": 2633, + "line": 2675, "column": 83 } } @@ -927560,15 +928047,15 @@ "binop": null }, "value": "Date", - "start": 118733, - "end": 118737, + "start": 121123, + "end": 121127, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 84 }, "end": { - "line": 2633, + "line": 2675, "column": 88 } } @@ -927585,15 +928072,15 @@ "postfix": false, "binop": null }, - "start": 118737, - "end": 118738, + "start": 121127, + "end": 121128, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 88 }, "end": { - "line": 2633, + "line": 2675, "column": 89 } } @@ -927611,15 +928098,15 @@ "binop": null }, "value": "_tmp", - "start": 118739, - "end": 118743, + "start": 121129, + "end": 121133, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 90 }, "end": { - "line": 2633, + "line": 2675, "column": 94 } } @@ -927637,15 +928124,15 @@ "binop": null, "updateContext": null }, - "start": 118743, - "end": 118744, + "start": 121133, + "end": 121134, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 94 }, "end": { - "line": 2633, + "line": 2675, "column": 95 } } @@ -927664,15 +928151,15 @@ "updateContext": null }, "value": 0, - "start": 118744, - "end": 118745, + "start": 121134, + "end": 121135, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 95 }, "end": { - "line": 2633, + "line": 2675, "column": 96 } } @@ -927690,15 +928177,15 @@ "binop": null, "updateContext": null }, - "start": 118745, - "end": 118746, + "start": 121135, + "end": 121136, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 96 }, "end": { - "line": 2633, + "line": 2675, "column": 97 } } @@ -927715,15 +928202,15 @@ "postfix": false, "binop": null }, - "start": 118747, - "end": 118748, + "start": 121137, + "end": 121138, "loc": { "start": { - "line": 2633, + "line": 2675, "column": 98 }, "end": { - "line": 2633, + "line": 2675, "column": 99 } } @@ -927741,15 +928228,15 @@ "binop": null }, "value": "condition", - "start": 118769, - "end": 118778, + "start": 121159, + "end": 121168, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 20 }, "end": { - "line": 2634, + "line": 2676, "column": 29 } } @@ -927767,15 +928254,15 @@ "binop": null, "updateContext": null }, - "start": 118778, - "end": 118779, + "start": 121168, + "end": 121169, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 29 }, "end": { - "line": 2634, + "line": 2676, "column": 30 } } @@ -927793,15 +928280,15 @@ "binop": null }, "value": "value", - "start": 118779, - "end": 118784, + "start": 121169, + "end": 121174, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 30 }, "end": { - "line": 2634, + "line": 2676, "column": 35 } } @@ -927819,15 +928306,15 @@ "binop": null, "updateContext": null }, - "start": 118784, - "end": 118785, + "start": 121174, + "end": 121175, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 35 }, "end": { - "line": 2634, + "line": 2676, "column": 36 } } @@ -927846,15 +928333,15 @@ "updateContext": null }, "value": "to", - "start": 118785, - "end": 118789, + "start": 121175, + "end": 121179, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 36 }, "end": { - "line": 2634, + "line": 2676, "column": 40 } } @@ -927872,15 +928359,15 @@ "binop": null, "updateContext": null }, - "start": 118789, - "end": 118790, + "start": 121179, + "end": 121180, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 40 }, "end": { - "line": 2634, + "line": 2676, "column": 41 } } @@ -927899,15 +928386,15 @@ "updateContext": null }, "value": "=", - "start": 118793, - "end": 118794, + "start": 121183, + "end": 121184, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 44 }, "end": { - "line": 2634, + "line": 2676, "column": 45 } } @@ -927927,15 +928414,15 @@ "updateContext": null }, "value": "this", - "start": 118795, - "end": 118799, + "start": 121185, + "end": 121189, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 46 }, "end": { - "line": 2634, + "line": 2676, "column": 50 } } @@ -927953,15 +928440,15 @@ "binop": null, "updateContext": null }, - "start": 118799, - "end": 118800, + "start": 121189, + "end": 121190, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 50 }, "end": { - "line": 2634, + "line": 2676, "column": 51 } } @@ -927979,15 +928466,15 @@ "binop": null }, "value": "is_empty", - "start": 118800, - "end": 118808, + "start": 121190, + "end": 121198, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 51 }, "end": { - "line": 2634, + "line": 2676, "column": 59 } } @@ -928004,15 +928491,15 @@ "postfix": false, "binop": null }, - "start": 118808, - "end": 118809, + "start": 121198, + "end": 121199, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 59 }, "end": { - "line": 2634, + "line": 2676, "column": 60 } } @@ -928030,15 +928517,15 @@ "binop": null }, "value": "_tmp", - "start": 118810, - "end": 118814, + "start": 121200, + "end": 121204, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 61 }, "end": { - "line": 2634, + "line": 2676, "column": 65 } } @@ -928056,15 +928543,15 @@ "binop": null, "updateContext": null }, - "start": 118814, - "end": 118815, + "start": 121204, + "end": 121205, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 65 }, "end": { - "line": 2634, + "line": 2676, "column": 66 } } @@ -928083,15 +928570,15 @@ "updateContext": null }, "value": 1, - "start": 118815, - "end": 118816, + "start": 121205, + "end": 121206, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 66 }, "end": { - "line": 2634, + "line": 2676, "column": 67 } } @@ -928109,15 +928596,15 @@ "binop": null, "updateContext": null }, - "start": 118816, - "end": 118817, + "start": 121206, + "end": 121207, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 67 }, "end": { - "line": 2634, + "line": 2676, "column": 68 } } @@ -928134,15 +928621,15 @@ "postfix": false, "binop": null }, - "start": 118818, - "end": 118819, + "start": 121208, + "end": 121209, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 69 }, "end": { - "line": 2634, + "line": 2676, "column": 70 } } @@ -928160,15 +928647,15 @@ "binop": null, "updateContext": null }, - "start": 118820, - "end": 118821, + "start": 121210, + "end": 121211, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 71 }, "end": { - "line": 2634, + "line": 2676, "column": 72 } } @@ -928188,15 +928675,15 @@ "updateContext": null }, "value": "null", - "start": 118822, - "end": 118826, + "start": 121212, + "end": 121216, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 73 }, "end": { - "line": 2634, + "line": 2676, "column": 77 } } @@ -928214,15 +928701,15 @@ "binop": null, "updateContext": null }, - "start": 118827, - "end": 118828, + "start": 121217, + "end": 121218, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 78 }, "end": { - "line": 2634, + "line": 2676, "column": 79 } } @@ -928242,15 +928729,15 @@ "updateContext": null }, "value": "new", - "start": 118829, - "end": 118832, + "start": 121219, + "end": 121222, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 80 }, "end": { - "line": 2634, + "line": 2676, "column": 83 } } @@ -928268,15 +928755,15 @@ "binop": null }, "value": "Date", - "start": 118833, - "end": 118837, + "start": 121223, + "end": 121227, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 84 }, "end": { - "line": 2634, + "line": 2676, "column": 88 } } @@ -928293,15 +928780,15 @@ "postfix": false, "binop": null }, - "start": 118837, - "end": 118838, + "start": 121227, + "end": 121228, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 88 }, "end": { - "line": 2634, + "line": 2676, "column": 89 } } @@ -928319,15 +928806,15 @@ "binop": null }, "value": "_tmp", - "start": 118839, - "end": 118843, + "start": 121229, + "end": 121233, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 90 }, "end": { - "line": 2634, + "line": 2676, "column": 94 } } @@ -928345,15 +928832,15 @@ "binop": null, "updateContext": null }, - "start": 118843, - "end": 118844, + "start": 121233, + "end": 121234, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 94 }, "end": { - "line": 2634, + "line": 2676, "column": 95 } } @@ -928372,15 +928859,15 @@ "updateContext": null }, "value": 1, - "start": 118844, - "end": 118845, + "start": 121234, + "end": 121235, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 95 }, "end": { - "line": 2634, + "line": 2676, "column": 96 } } @@ -928398,15 +928885,15 @@ "binop": null, "updateContext": null }, - "start": 118845, - "end": 118846, + "start": 121235, + "end": 121236, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 96 }, "end": { - "line": 2634, + "line": 2676, "column": 97 } } @@ -928423,15 +928910,15 @@ "postfix": false, "binop": null }, - "start": 118847, - "end": 118848, + "start": 121237, + "end": 121238, "loc": { "start": { - "line": 2634, + "line": 2676, "column": 98 }, "end": { - "line": 2634, + "line": 2676, "column": 99 } } @@ -928451,15 +928938,15 @@ "updateContext": null }, "value": "break", - "start": 118869, - "end": 118874, + "start": 121259, + "end": 121264, "loc": { "start": { - "line": 2635, + "line": 2677, "column": 20 }, "end": { - "line": 2635, + "line": 2677, "column": 25 } } @@ -928476,15 +928963,15 @@ "postfix": false, "binop": null }, - "start": 118891, - "end": 118892, + "start": 121281, + "end": 121282, "loc": { "start": { - "line": 2636, + "line": 2678, "column": 16 }, "end": { - "line": 2636, + "line": 2678, "column": 17 } } @@ -928504,15 +928991,15 @@ "updateContext": null }, "value": "default", - "start": 118909, - "end": 118916, + "start": 121299, + "end": 121306, "loc": { "start": { - "line": 2637, + "line": 2679, "column": 16 }, "end": { - "line": 2637, + "line": 2679, "column": 23 } } @@ -928530,15 +929017,15 @@ "binop": null, "updateContext": null }, - "start": 118916, - "end": 118917, + "start": 121306, + "end": 121307, "loc": { "start": { - "line": 2637, + "line": 2679, "column": 23 }, "end": { - "line": 2637, + "line": 2679, "column": 24 } } @@ -928546,15 +929033,15 @@ { "type": "CommentLine", "value": " By matching regex string", - "start": 118938, - "end": 118965, + "start": 121328, + "end": 121355, "loc": { "start": { - "line": 2638, + "line": 2680, "column": 20 }, "end": { - "line": 2638, + "line": 2680, "column": 47 } } @@ -928572,15 +929059,15 @@ "binop": null }, "value": "condition", - "start": 118986, - "end": 118995, + "start": 121376, + "end": 121385, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 20 }, "end": { - "line": 2639, + "line": 2681, "column": 29 } } @@ -928598,15 +929085,15 @@ "binop": null, "updateContext": null }, - "start": 118995, - "end": 118996, + "start": 121385, + "end": 121386, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 29 }, "end": { - "line": 2639, + "line": 2681, "column": 30 } } @@ -928624,15 +929111,15 @@ "binop": null }, "value": "type", - "start": 118996, - "end": 119000, + "start": 121386, + "end": 121390, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 30 }, "end": { - "line": 2639, + "line": 2681, "column": 34 } } @@ -928651,15 +929138,15 @@ "updateContext": null }, "value": "=", - "start": 119002, - "end": 119003, + "start": 121392, + "end": 121393, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 36 }, "end": { - "line": 2639, + "line": 2681, "column": 37 } } @@ -928678,15 +929165,15 @@ "updateContext": null }, "value": "regex", - "start": 119004, - "end": 119011, + "start": 121394, + "end": 121401, "loc": { "start": { - "line": 2639, + "line": 2681, "column": 38 }, "end": { - "line": 2639, + "line": 2681, "column": 45 } } @@ -928704,15 +929191,15 @@ "binop": null }, "value": "condition", - "start": 119032, - "end": 119041, + "start": 121422, + "end": 121431, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 20 }, "end": { - "line": 2640, + "line": 2682, "column": 29 } } @@ -928730,15 +929217,15 @@ "binop": null, "updateContext": null }, - "start": 119041, - "end": 119042, + "start": 121431, + "end": 121432, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 29 }, "end": { - "line": 2640, + "line": 2682, "column": 30 } } @@ -928756,15 +929243,15 @@ "binop": null }, "value": "value", - "start": 119042, - "end": 119047, + "start": 121432, + "end": 121437, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 30 }, "end": { - "line": 2640, + "line": 2682, "column": 35 } } @@ -928783,15 +929270,15 @@ "updateContext": null }, "value": "=", - "start": 119048, - "end": 119049, + "start": 121438, + "end": 121439, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 36 }, "end": { - "line": 2640, + "line": 2682, "column": 37 } } @@ -928811,15 +929298,15 @@ "updateContext": null }, "value": "new", - "start": 119050, - "end": 119053, + "start": 121440, + "end": 121443, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 38 }, "end": { - "line": 2640, + "line": 2682, "column": 41 } } @@ -928837,15 +929324,15 @@ "binop": null }, "value": "RegExp", - "start": 119054, - "end": 119060, + "start": 121444, + "end": 121450, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 42 }, "end": { - "line": 2640, + "line": 2682, "column": 48 } } @@ -928862,15 +929349,15 @@ "postfix": false, "binop": null }, - "start": 119060, - "end": 119061, + "start": 121450, + "end": 121451, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 48 }, "end": { - "line": 2640, + "line": 2682, "column": 49 } } @@ -928888,15 +929375,15 @@ "binop": null }, "value": "cond", - "start": 119062, - "end": 119066, + "start": 121452, + "end": 121456, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 50 }, "end": { - "line": 2640, + "line": 2682, "column": 54 } } @@ -928913,15 +929400,15 @@ "postfix": false, "binop": null }, - "start": 119067, - "end": 119068, + "start": 121457, + "end": 121458, "loc": { "start": { - "line": 2640, + "line": 2682, "column": 55 }, "end": { - "line": 2640, + "line": 2682, "column": 56 } } @@ -928941,15 +929428,15 @@ "updateContext": null }, "value": "break", - "start": 119089, - "end": 119094, + "start": 121479, + "end": 121484, "loc": { "start": { - "line": 2641, + "line": 2683, "column": 20 }, "end": { - "line": 2641, + "line": 2683, "column": 25 } } @@ -928966,15 +929453,15 @@ "postfix": false, "binop": null }, - "start": 119107, - "end": 119108, + "start": 121497, + "end": 121498, "loc": { "start": { - "line": 2642, + "line": 2684, "column": 12 }, "end": { - "line": 2642, + "line": 2684, "column": 13 } } @@ -928992,15 +929479,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 119121, - "end": 119133, + "start": 121511, + "end": 121523, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 12 }, "end": { - "line": 2643, + "line": 2685, "column": 24 } } @@ -929018,15 +929505,15 @@ "binop": null, "updateContext": null }, - "start": 119133, - "end": 119134, + "start": 121523, + "end": 121524, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 24 }, "end": { - "line": 2643, + "line": 2685, "column": 25 } } @@ -929044,15 +929531,15 @@ "binop": null }, "value": "forEach", - "start": 119134, - "end": 119141, + "start": 121524, + "end": 121531, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 25 }, "end": { - "line": 2643, + "line": 2685, "column": 32 } } @@ -929069,15 +929556,15 @@ "postfix": false, "binop": null }, - "start": 119141, - "end": 119142, + "start": 121531, + "end": 121532, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 32 }, "end": { - "line": 2643, + "line": 2685, "column": 33 } } @@ -929094,15 +929581,15 @@ "postfix": false, "binop": null }, - "start": 119143, - "end": 119144, + "start": 121533, + "end": 121534, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 34 }, "end": { - "line": 2643, + "line": 2685, "column": 35 } } @@ -929120,15 +929607,15 @@ "binop": null }, "value": "evt", - "start": 119145, - "end": 119148, + "start": 121535, + "end": 121538, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 36 }, "end": { - "line": 2643, + "line": 2685, "column": 39 } } @@ -929146,15 +929633,15 @@ "binop": null, "updateContext": null }, - "start": 119148, - "end": 119149, + "start": 121538, + "end": 121539, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 39 }, "end": { - "line": 2643, + "line": 2685, "column": 40 } } @@ -929172,15 +929659,15 @@ "binop": null }, "value": "_idx", - "start": 119150, - "end": 119154, + "start": 121540, + "end": 121544, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 41 }, "end": { - "line": 2643, + "line": 2685, "column": 45 } } @@ -929197,15 +929684,15 @@ "postfix": false, "binop": null }, - "start": 119155, - "end": 119156, + "start": 121545, + "end": 121546, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 46 }, "end": { - "line": 2643, + "line": 2685, "column": 47 } } @@ -929223,15 +929710,15 @@ "binop": null, "updateContext": null }, - "start": 119157, - "end": 119159, + "start": 121547, + "end": 121549, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 48 }, "end": { - "line": 2643, + "line": 2685, "column": 50 } } @@ -929248,15 +929735,15 @@ "postfix": false, "binop": null }, - "start": 119160, - "end": 119161, + "start": 121550, + "end": 121551, "loc": { "start": { - "line": 2643, + "line": 2685, "column": 51 }, "end": { - "line": 2643, + "line": 2685, "column": 52 } } @@ -929276,15 +929763,15 @@ "updateContext": null }, "value": "let", - "start": 119178, - "end": 119181, + "start": 121568, + "end": 121571, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 16 }, "end": { - "line": 2644, + "line": 2686, "column": 19 } } @@ -929302,15 +929789,15 @@ "binop": null }, "value": "is_remove", - "start": 119182, - "end": 119191, + "start": 121572, + "end": 121581, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 20 }, "end": { - "line": 2644, + "line": 2686, "column": 29 } } @@ -929329,15 +929816,15 @@ "updateContext": null }, "value": "=", - "start": 119192, - "end": 119193, + "start": 121582, + "end": 121583, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 30 }, "end": { - "line": 2644, + "line": 2686, "column": 31 } } @@ -929357,15 +929844,15 @@ "updateContext": null }, "value": "false", - "start": 119194, - "end": 119199, + "start": 121584, + "end": 121589, "loc": { "start": { - "line": 2644, + "line": 2686, "column": 32 }, "end": { - "line": 2644, + "line": 2686, "column": 37 } } @@ -929385,15 +929872,15 @@ "updateContext": null }, "value": "switch", - "start": 119233, - "end": 119239, + "start": 121623, + "end": 121629, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 16 }, "end": { - "line": 2646, + "line": 2688, "column": 22 } } @@ -929410,15 +929897,15 @@ "postfix": false, "binop": null }, - "start": 119240, - "end": 119241, + "start": 121630, + "end": 121631, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 23 }, "end": { - "line": 2646, + "line": 2688, "column": 24 } } @@ -929436,15 +929923,15 @@ "binop": null }, "value": "condition", - "start": 119242, - "end": 119251, + "start": 121632, + "end": 121641, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 25 }, "end": { - "line": 2646, + "line": 2688, "column": 34 } } @@ -929462,15 +929949,15 @@ "binop": null, "updateContext": null }, - "start": 119251, - "end": 119252, + "start": 121641, + "end": 121642, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 34 }, "end": { - "line": 2646, + "line": 2688, "column": 35 } } @@ -929488,15 +929975,15 @@ "binop": null }, "value": "type", - "start": 119252, - "end": 119256, + "start": 121642, + "end": 121646, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 35 }, "end": { - "line": 2646, + "line": 2688, "column": 39 } } @@ -929513,15 +930000,15 @@ "postfix": false, "binop": null }, - "start": 119257, - "end": 119258, + "start": 121647, + "end": 121648, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 40 }, "end": { - "line": 2646, + "line": 2688, "column": 41 } } @@ -929538,15 +930025,15 @@ "postfix": false, "binop": null }, - "start": 119259, - "end": 119260, + "start": 121649, + "end": 121650, "loc": { "start": { - "line": 2646, + "line": 2688, "column": 42 }, "end": { - "line": 2646, + "line": 2688, "column": 43 } } @@ -929566,15 +930053,15 @@ "updateContext": null }, "value": "case", - "start": 119281, - "end": 119285, + "start": 121671, + "end": 121675, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 20 }, "end": { - "line": 2647, + "line": 2689, "column": 24 } } @@ -929593,15 +930080,15 @@ "updateContext": null }, "value": "eventId", - "start": 119286, - "end": 119295, + "start": 121676, + "end": 121685, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 25 }, "end": { - "line": 2647, + "line": 2689, "column": 34 } } @@ -929619,15 +930106,15 @@ "binop": null, "updateContext": null }, - "start": 119295, - "end": 119296, + "start": 121685, + "end": 121686, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 34 }, "end": { - "line": 2647, + "line": 2689, "column": 35 } } @@ -929644,15 +930131,15 @@ "postfix": false, "binop": null }, - "start": 119297, - "end": 119298, + "start": 121687, + "end": 121688, "loc": { "start": { - "line": 2647, + "line": 2689, "column": 36 }, "end": { - "line": 2647, + "line": 2689, "column": 37 } } @@ -929672,15 +930159,15 @@ "updateContext": null }, "value": "if", - "start": 119323, - "end": 119325, + "start": 121713, + "end": 121715, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 24 }, "end": { - "line": 2648, + "line": 2690, "column": 26 } } @@ -929697,15 +930184,15 @@ "postfix": false, "binop": null }, - "start": 119326, - "end": 119327, + "start": 121716, + "end": 121717, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 27 }, "end": { - "line": 2648, + "line": 2690, "column": 28 } } @@ -929723,15 +930210,15 @@ "binop": null }, "value": "parseInt", - "start": 119328, - "end": 119336, + "start": 121718, + "end": 121726, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 29 }, "end": { - "line": 2648, + "line": 2690, "column": 37 } } @@ -929748,15 +930235,15 @@ "postfix": false, "binop": null }, - "start": 119336, - "end": 119337, + "start": 121726, + "end": 121727, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 37 }, "end": { - "line": 2648, + "line": 2690, "column": 38 } } @@ -929774,15 +930261,15 @@ "binop": null }, "value": "evt", - "start": 119338, - "end": 119341, + "start": 121728, + "end": 121731, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 39 }, "end": { - "line": 2648, + "line": 2690, "column": 42 } } @@ -929800,15 +930287,15 @@ "binop": null, "updateContext": null }, - "start": 119341, - "end": 119342, + "start": 121731, + "end": 121732, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 42 }, "end": { - "line": 2648, + "line": 2690, "column": 43 } } @@ -929826,15 +930313,15 @@ "binop": null }, "value": "eventId", - "start": 119342, - "end": 119349, + "start": 121732, + "end": 121739, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 43 }, "end": { - "line": 2648, + "line": 2690, "column": 50 } } @@ -929852,15 +930339,15 @@ "binop": null, "updateContext": null }, - "start": 119349, - "end": 119350, + "start": 121739, + "end": 121740, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 50 }, "end": { - "line": 2648, + "line": 2690, "column": 51 } } @@ -929879,15 +930366,15 @@ "updateContext": null }, "value": 10, - "start": 119351, - "end": 119353, + "start": 121741, + "end": 121743, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 52 }, "end": { - "line": 2648, + "line": 2690, "column": 54 } } @@ -929904,15 +930391,15 @@ "postfix": false, "binop": null }, - "start": 119354, - "end": 119355, + "start": 121744, + "end": 121745, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 55 }, "end": { - "line": 2648, + "line": 2690, "column": 56 } } @@ -929931,15 +930418,15 @@ "updateContext": null }, "value": "==", - "start": 119356, - "end": 119358, + "start": 121746, + "end": 121748, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 57 }, "end": { - "line": 2648, + "line": 2690, "column": 59 } } @@ -929957,15 +930444,15 @@ "binop": null }, "value": "condition", - "start": 119359, - "end": 119368, + "start": 121749, + "end": 121758, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 60 }, "end": { - "line": 2648, + "line": 2690, "column": 69 } } @@ -929983,15 +930470,15 @@ "binop": null, "updateContext": null }, - "start": 119368, - "end": 119369, + "start": 121758, + "end": 121759, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 69 }, "end": { - "line": 2648, + "line": 2690, "column": 70 } } @@ -930009,15 +930496,15 @@ "binop": null }, "value": "value", - "start": 119369, - "end": 119374, + "start": 121759, + "end": 121764, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 70 }, "end": { - "line": 2648, + "line": 2690, "column": 75 } } @@ -930034,15 +930521,15 @@ "postfix": false, "binop": null }, - "start": 119375, - "end": 119376, + "start": 121765, + "end": 121766, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 76 }, "end": { - "line": 2648, + "line": 2690, "column": 77 } } @@ -930059,15 +930546,15 @@ "postfix": false, "binop": null }, - "start": 119377, - "end": 119378, + "start": 121767, + "end": 121768, "loc": { "start": { - "line": 2648, + "line": 2690, "column": 78 }, "end": { - "line": 2648, + "line": 2690, "column": 79 } } @@ -930085,15 +930572,15 @@ "binop": null }, "value": "is_remove", - "start": 119407, - "end": 119416, + "start": 121797, + "end": 121806, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 28 }, "end": { - "line": 2649, + "line": 2691, "column": 37 } } @@ -930112,15 +930599,15 @@ "updateContext": null }, "value": "=", - "start": 119417, - "end": 119418, + "start": 121807, + "end": 121808, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 38 }, "end": { - "line": 2649, + "line": 2691, "column": 39 } } @@ -930140,15 +930627,15 @@ "updateContext": null }, "value": "true", - "start": 119419, - "end": 119423, + "start": 121809, + "end": 121813, "loc": { "start": { - "line": 2649, + "line": 2691, "column": 40 }, "end": { - "line": 2649, + "line": 2691, "column": 44 } } @@ -930165,15 +930652,15 @@ "postfix": false, "binop": null }, - "start": 119448, - "end": 119449, + "start": 121838, + "end": 121839, "loc": { "start": { - "line": 2650, + "line": 2692, "column": 24 }, "end": { - "line": 2650, + "line": 2692, "column": 25 } } @@ -930193,15 +930680,15 @@ "updateContext": null }, "value": "break", - "start": 119474, - "end": 119479, + "start": 121864, + "end": 121869, "loc": { "start": { - "line": 2651, + "line": 2693, "column": 24 }, "end": { - "line": 2651, + "line": 2693, "column": 29 } } @@ -930218,15 +930705,15 @@ "postfix": false, "binop": null }, - "start": 119500, - "end": 119501, + "start": 121890, + "end": 121891, "loc": { "start": { - "line": 2652, + "line": 2694, "column": 20 }, "end": { - "line": 2652, + "line": 2694, "column": 21 } } @@ -930246,15 +930733,15 @@ "updateContext": null }, "value": "case", - "start": 119522, - "end": 119526, + "start": 121912, + "end": 121916, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 20 }, "end": { - "line": 2653, + "line": 2695, "column": 24 } } @@ -930273,15 +930760,15 @@ "updateContext": null }, "value": "daterange", - "start": 119527, - "end": 119538, + "start": 121917, + "end": 121928, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 25 }, "end": { - "line": 2653, + "line": 2695, "column": 36 } } @@ -930299,15 +930786,15 @@ "binop": null, "updateContext": null }, - "start": 119538, - "end": 119539, + "start": 121928, + "end": 121929, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 36 }, "end": { - "line": 2653, + "line": 2695, "column": 37 } } @@ -930324,15 +930811,15 @@ "postfix": false, "binop": null }, - "start": 119540, - "end": 119541, + "start": 121930, + "end": 121931, "loc": { "start": { - "line": 2653, + "line": 2695, "column": 38 }, "end": { - "line": 2653, + "line": 2695, "column": 39 } } @@ -930352,15 +930839,15 @@ "updateContext": null }, "value": "let", - "start": 119566, - "end": 119569, + "start": 121956, + "end": 121959, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 24 }, "end": { - "line": 2654, + "line": 2696, "column": 27 } } @@ -930378,15 +930865,15 @@ "binop": null }, "value": "_fromX", - "start": 119570, - "end": 119576, + "start": 121960, + "end": 121966, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 28 }, "end": { - "line": 2654, + "line": 2696, "column": 34 } } @@ -930405,15 +930892,15 @@ "updateContext": null }, "value": "=", - "start": 119577, - "end": 119578, + "start": 121967, + "end": 121968, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 35 }, "end": { - "line": 2654, + "line": 2696, "column": 36 } } @@ -930431,15 +930918,15 @@ "binop": null }, "value": "condition", - "start": 119579, - "end": 119588, + "start": 121969, + "end": 121978, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 37 }, "end": { - "line": 2654, + "line": 2696, "column": 46 } } @@ -930457,15 +930944,15 @@ "binop": null, "updateContext": null }, - "start": 119588, - "end": 119589, + "start": 121978, + "end": 121979, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 46 }, "end": { - "line": 2654, + "line": 2696, "column": 47 } } @@ -930483,15 +930970,15 @@ "binop": null }, "value": "value", - "start": 119589, - "end": 119594, + "start": 121979, + "end": 121984, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 47 }, "end": { - "line": 2654, + "line": 2696, "column": 52 } } @@ -930509,15 +930996,15 @@ "binop": null, "updateContext": null }, - "start": 119594, - "end": 119595, + "start": 121984, + "end": 121985, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 52 }, "end": { - "line": 2654, + "line": 2696, "column": 53 } } @@ -930535,15 +931022,15 @@ "binop": null }, "value": "from", - "start": 119595, - "end": 119599, + "start": 121985, + "end": 121989, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 53 }, "end": { - "line": 2654, + "line": 2696, "column": 57 } } @@ -930561,15 +931048,15 @@ "binop": null, "updateContext": null }, - "start": 119600, - "end": 119601, + "start": 121990, + "end": 121991, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 58 }, "end": { - "line": 2654, + "line": 2696, "column": 59 } } @@ -930587,15 +931074,15 @@ "binop": null }, "value": "Math", - "start": 119602, - "end": 119606, + "start": 121992, + "end": 121996, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 60 }, "end": { - "line": 2654, + "line": 2696, "column": 64 } } @@ -930613,15 +931100,15 @@ "binop": null, "updateContext": null }, - "start": 119606, - "end": 119607, + "start": 121996, + "end": 121997, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 64 }, "end": { - "line": 2654, + "line": 2696, "column": 65 } } @@ -930639,15 +931126,15 @@ "binop": null }, "value": "ceil", - "start": 119607, - "end": 119611, + "start": 121997, + "end": 122001, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 65 }, "end": { - "line": 2654, + "line": 2696, "column": 69 } } @@ -930664,15 +931151,15 @@ "postfix": false, "binop": null }, - "start": 119611, - "end": 119612, + "start": 122001, + "end": 122002, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 69 }, "end": { - "line": 2654, + "line": 2696, "column": 70 } } @@ -930692,15 +931179,15 @@ "updateContext": null }, "value": "this", - "start": 119613, - "end": 119617, + "start": 122003, + "end": 122007, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 71 }, "end": { - "line": 2654, + "line": 2696, "column": 75 } } @@ -930718,15 +931205,15 @@ "binop": null, "updateContext": null }, - "start": 119617, - "end": 119618, + "start": 122007, + "end": 122008, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 75 }, "end": { - "line": 2654, + "line": 2696, "column": 76 } } @@ -930744,15 +931231,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 119618, - "end": 119633, + "start": 122008, + "end": 122023, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 76 }, "end": { - "line": 2654, + "line": 2696, "column": 91 } } @@ -930769,15 +931256,15 @@ "postfix": false, "binop": null }, - "start": 119633, - "end": 119634, + "start": 122023, + "end": 122024, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 91 }, "end": { - "line": 2654, + "line": 2696, "column": 92 } } @@ -930795,15 +931282,15 @@ "binop": null }, "value": "condition", - "start": 119635, - "end": 119644, + "start": 122025, + "end": 122034, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 93 }, "end": { - "line": 2654, + "line": 2696, "column": 102 } } @@ -930821,15 +931308,15 @@ "binop": null, "updateContext": null }, - "start": 119644, - "end": 119645, + "start": 122034, + "end": 122035, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 102 }, "end": { - "line": 2654, + "line": 2696, "column": 103 } } @@ -930847,15 +931334,15 @@ "binop": null }, "value": "value", - "start": 119645, - "end": 119650, + "start": 122035, + "end": 122040, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 103 }, "end": { - "line": 2654, + "line": 2696, "column": 108 } } @@ -930873,15 +931360,15 @@ "binop": null, "updateContext": null }, - "start": 119650, - "end": 119651, + "start": 122040, + "end": 122041, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 108 }, "end": { - "line": 2654, + "line": 2696, "column": 109 } } @@ -930899,15 +931386,15 @@ "binop": null }, "value": "from", - "start": 119651, - "end": 119655, + "start": 122041, + "end": 122045, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 109 }, "end": { - "line": 2654, + "line": 2696, "column": 113 } } @@ -930925,15 +931412,15 @@ "binop": null, "updateContext": null }, - "start": 119655, - "end": 119656, + "start": 122045, + "end": 122046, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 113 }, "end": { - "line": 2654, + "line": 2696, "column": 114 } } @@ -930951,15 +931438,15 @@ "binop": null }, "value": "toString", - "start": 119656, - "end": 119664, + "start": 122046, + "end": 122054, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 114 }, "end": { - "line": 2654, + "line": 2696, "column": 122 } } @@ -930976,15 +931463,15 @@ "postfix": false, "binop": null }, - "start": 119664, - "end": 119665, + "start": 122054, + "end": 122055, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 122 }, "end": { - "line": 2654, + "line": 2696, "column": 123 } } @@ -931001,15 +931488,15 @@ "postfix": false, "binop": null }, - "start": 119665, - "end": 119666, + "start": 122055, + "end": 122056, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 123 }, "end": { - "line": 2654, + "line": 2696, "column": 124 } } @@ -931026,15 +931513,15 @@ "postfix": false, "binop": null }, - "start": 119667, - "end": 119668, + "start": 122057, + "end": 122058, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 125 }, "end": { - "line": 2654, + "line": 2696, "column": 126 } } @@ -931051,15 +931538,15 @@ "postfix": false, "binop": null }, - "start": 119669, - "end": 119670, + "start": 122059, + "end": 122060, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 127 }, "end": { - "line": 2654, + "line": 2696, "column": 128 } } @@ -931077,15 +931564,15 @@ "binop": null, "updateContext": null }, - "start": 119671, - "end": 119672, + "start": 122061, + "end": 122062, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 129 }, "end": { - "line": 2654, + "line": 2696, "column": 130 } } @@ -931104,15 +931591,15 @@ "updateContext": null }, "value": 0, - "start": 119673, - "end": 119674, + "start": 122063, + "end": 122064, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 131 }, "end": { - "line": 2654, + "line": 2696, "column": 132 } } @@ -931130,15 +931617,15 @@ "binop": null, "updateContext": null }, - "start": 119674, - "end": 119675, + "start": 122064, + "end": 122065, "loc": { "start": { - "line": 2654, + "line": 2696, "column": 132 }, "end": { - "line": 2654, + "line": 2696, "column": 133 } } @@ -931156,15 +931643,15 @@ "binop": null }, "value": "_toX", - "start": 119704, - "end": 119708, + "start": 122094, + "end": 122098, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 28 }, "end": { - "line": 2655, + "line": 2697, "column": 32 } } @@ -931183,15 +931670,15 @@ "updateContext": null }, "value": "=", - "start": 119711, - "end": 119712, + "start": 122101, + "end": 122102, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 35 }, "end": { - "line": 2655, + "line": 2697, "column": 36 } } @@ -931209,15 +931696,15 @@ "binop": null }, "value": "condition", - "start": 119713, - "end": 119722, + "start": 122103, + "end": 122112, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 37 }, "end": { - "line": 2655, + "line": 2697, "column": 46 } } @@ -931235,15 +931722,15 @@ "binop": null, "updateContext": null }, - "start": 119722, - "end": 119723, + "start": 122112, + "end": 122113, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 46 }, "end": { - "line": 2655, + "line": 2697, "column": 47 } } @@ -931261,15 +931748,15 @@ "binop": null }, "value": "value", - "start": 119723, - "end": 119728, + "start": 122113, + "end": 122118, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 47 }, "end": { - "line": 2655, + "line": 2697, "column": 52 } } @@ -931287,15 +931774,15 @@ "binop": null, "updateContext": null }, - "start": 119728, - "end": 119729, + "start": 122118, + "end": 122119, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 52 }, "end": { - "line": 2655, + "line": 2697, "column": 53 } } @@ -931313,15 +931800,15 @@ "binop": null }, "value": "to", - "start": 119729, - "end": 119731, + "start": 122119, + "end": 122121, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 53 }, "end": { - "line": 2655, + "line": 2697, "column": 55 } } @@ -931339,15 +931826,15 @@ "binop": null, "updateContext": null }, - "start": 119734, - "end": 119735, + "start": 122124, + "end": 122125, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 58 }, "end": { - "line": 2655, + "line": 2697, "column": 59 } } @@ -931365,15 +931852,15 @@ "binop": null }, "value": "Math", - "start": 119736, - "end": 119740, + "start": 122126, + "end": 122130, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 60 }, "end": { - "line": 2655, + "line": 2697, "column": 64 } } @@ -931391,15 +931878,15 @@ "binop": null, "updateContext": null }, - "start": 119740, - "end": 119741, + "start": 122130, + "end": 122131, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 64 }, "end": { - "line": 2655, + "line": 2697, "column": 65 } } @@ -931417,15 +931904,15 @@ "binop": null }, "value": "floor", - "start": 119741, - "end": 119746, + "start": 122131, + "end": 122136, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 65 }, "end": { - "line": 2655, + "line": 2697, "column": 70 } } @@ -931442,15 +931929,15 @@ "postfix": false, "binop": null }, - "start": 119746, - "end": 119747, + "start": 122136, + "end": 122137, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 70 }, "end": { - "line": 2655, + "line": 2697, "column": 71 } } @@ -931470,15 +931957,15 @@ "updateContext": null }, "value": "this", - "start": 119748, - "end": 119752, + "start": 122138, + "end": 122142, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 72 }, "end": { - "line": 2655, + "line": 2697, "column": 76 } } @@ -931496,15 +931983,15 @@ "binop": null, "updateContext": null }, - "start": 119752, - "end": 119753, + "start": 122142, + "end": 122143, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 76 }, "end": { - "line": 2655, + "line": 2697, "column": 77 } } @@ -931522,15 +932009,15 @@ "binop": null }, "value": "_getCoordinateX", - "start": 119753, - "end": 119768, + "start": 122143, + "end": 122158, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 77 }, "end": { - "line": 2655, + "line": 2697, "column": 92 } } @@ -931547,15 +932034,15 @@ "postfix": false, "binop": null }, - "start": 119768, - "end": 119769, + "start": 122158, + "end": 122159, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 92 }, "end": { - "line": 2655, + "line": 2697, "column": 93 } } @@ -931573,15 +932060,15 @@ "binop": null }, "value": "condition", - "start": 119770, - "end": 119779, + "start": 122160, + "end": 122169, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 94 }, "end": { - "line": 2655, + "line": 2697, "column": 103 } } @@ -931599,15 +932086,15 @@ "binop": null, "updateContext": null }, - "start": 119779, - "end": 119780, + "start": 122169, + "end": 122170, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 103 }, "end": { - "line": 2655, + "line": 2697, "column": 104 } } @@ -931625,15 +932112,15 @@ "binop": null }, "value": "value", - "start": 119780, - "end": 119785, + "start": 122170, + "end": 122175, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 104 }, "end": { - "line": 2655, + "line": 2697, "column": 109 } } @@ -931651,15 +932138,15 @@ "binop": null, "updateContext": null }, - "start": 119785, - "end": 119786, + "start": 122175, + "end": 122176, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 109 }, "end": { - "line": 2655, + "line": 2697, "column": 110 } } @@ -931677,15 +932164,15 @@ "binop": null }, "value": "to", - "start": 119786, - "end": 119788, + "start": 122176, + "end": 122178, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 110 }, "end": { - "line": 2655, + "line": 2697, "column": 112 } } @@ -931703,15 +932190,15 @@ "binop": null, "updateContext": null }, - "start": 119788, - "end": 119789, + "start": 122178, + "end": 122179, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 112 }, "end": { - "line": 2655, + "line": 2697, "column": 113 } } @@ -931729,15 +932216,15 @@ "binop": null }, "value": "toString", - "start": 119789, - "end": 119797, + "start": 122179, + "end": 122187, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 113 }, "end": { - "line": 2655, + "line": 2697, "column": 121 } } @@ -931754,15 +932241,15 @@ "postfix": false, "binop": null }, - "start": 119797, - "end": 119798, + "start": 122187, + "end": 122188, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 121 }, "end": { - "line": 2655, + "line": 2697, "column": 122 } } @@ -931779,15 +932266,15 @@ "postfix": false, "binop": null }, - "start": 119798, - "end": 119799, + "start": 122188, + "end": 122189, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 122 }, "end": { - "line": 2655, + "line": 2697, "column": 123 } } @@ -931804,15 +932291,15 @@ "postfix": false, "binop": null }, - "start": 119800, - "end": 119801, + "start": 122190, + "end": 122191, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 124 }, "end": { - "line": 2655, + "line": 2697, "column": 125 } } @@ -931829,15 +932316,15 @@ "postfix": false, "binop": null }, - "start": 119802, - "end": 119803, + "start": 122192, + "end": 122193, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 126 }, "end": { - "line": 2655, + "line": 2697, "column": 127 } } @@ -931855,15 +932342,15 @@ "binop": null, "updateContext": null }, - "start": 119804, - "end": 119805, + "start": 122194, + "end": 122195, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 128 }, "end": { - "line": 2655, + "line": 2697, "column": 129 } } @@ -931881,15 +932368,15 @@ "binop": null }, "value": "_fromX", - "start": 119806, - "end": 119812, + "start": 122196, + "end": 122202, "loc": { "start": { - "line": 2655, + "line": 2697, "column": 130 }, "end": { - "line": 2655, + "line": 2697, "column": 136 } } @@ -931909,15 +932396,15 @@ "updateContext": null }, "value": "if", - "start": 119862, - "end": 119864, + "start": 122252, + "end": 122254, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 24 }, "end": { - "line": 2657, + "line": 2699, "column": 26 } } @@ -931934,15 +932421,15 @@ "postfix": false, "binop": null }, - "start": 119865, - "end": 119866, + "start": 122255, + "end": 122256, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 27 }, "end": { - "line": 2657, + "line": 2699, "column": 28 } } @@ -931960,15 +932447,15 @@ "binop": null }, "value": "_fromX", - "start": 119867, - "end": 119873, + "start": 122257, + "end": 122263, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 29 }, "end": { - "line": 2657, + "line": 2699, "column": 35 } } @@ -931987,15 +932474,15 @@ "updateContext": null }, "value": "<=", - "start": 119874, - "end": 119876, + "start": 122264, + "end": 122266, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 36 }, "end": { - "line": 2657, + "line": 2699, "column": 38 } } @@ -932013,15 +932500,15 @@ "binop": null }, "value": "evt", - "start": 119877, - "end": 119880, + "start": 122267, + "end": 122270, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 39 }, "end": { - "line": 2657, + "line": 2699, "column": 42 } } @@ -932039,15 +932526,15 @@ "binop": null, "updateContext": null }, - "start": 119880, - "end": 119881, + "start": 122270, + "end": 122271, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 42 }, "end": { - "line": 2657, + "line": 2699, "column": 43 } } @@ -932065,15 +932552,15 @@ "binop": null }, "value": "x", - "start": 119881, - "end": 119882, + "start": 122271, + "end": 122272, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 43 }, "end": { - "line": 2657, + "line": 2699, "column": 44 } } @@ -932092,15 +932579,15 @@ "updateContext": null }, "value": "&&", - "start": 119883, - "end": 119885, + "start": 122273, + "end": 122275, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 45 }, "end": { - "line": 2657, + "line": 2699, "column": 47 } } @@ -932118,15 +932605,15 @@ "binop": null }, "value": "evt", - "start": 119886, - "end": 119889, + "start": 122276, + "end": 122279, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 48 }, "end": { - "line": 2657, + "line": 2699, "column": 51 } } @@ -932144,15 +932631,15 @@ "binop": null, "updateContext": null }, - "start": 119889, - "end": 119890, + "start": 122279, + "end": 122280, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 51 }, "end": { - "line": 2657, + "line": 2699, "column": 52 } } @@ -932170,15 +932657,15 @@ "binop": null }, "value": "x", - "start": 119890, - "end": 119891, + "start": 122280, + "end": 122281, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 52 }, "end": { - "line": 2657, + "line": 2699, "column": 53 } } @@ -932197,15 +932684,15 @@ "updateContext": null }, "value": "<=", - "start": 119892, - "end": 119894, + "start": 122282, + "end": 122284, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 54 }, "end": { - "line": 2657, + "line": 2699, "column": 56 } } @@ -932223,15 +932710,15 @@ "binop": null }, "value": "_toX", - "start": 119895, - "end": 119899, + "start": 122285, + "end": 122289, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 57 }, "end": { - "line": 2657, + "line": 2699, "column": 61 } } @@ -932248,15 +932735,15 @@ "postfix": false, "binop": null }, - "start": 119900, - "end": 119901, + "start": 122290, + "end": 122291, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 62 }, "end": { - "line": 2657, + "line": 2699, "column": 63 } } @@ -932273,15 +932760,15 @@ "postfix": false, "binop": null }, - "start": 119902, - "end": 119903, + "start": 122292, + "end": 122293, "loc": { "start": { - "line": 2657, + "line": 2699, "column": 64 }, "end": { - "line": 2657, + "line": 2699, "column": 65 } } @@ -932299,15 +932786,15 @@ "binop": null }, "value": "is_remove", - "start": 119932, - "end": 119941, + "start": 122322, + "end": 122331, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 28 }, "end": { - "line": 2658, + "line": 2700, "column": 37 } } @@ -932326,15 +932813,15 @@ "updateContext": null }, "value": "=", - "start": 119942, - "end": 119943, + "start": 122332, + "end": 122333, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 38 }, "end": { - "line": 2658, + "line": 2700, "column": 39 } } @@ -932354,15 +932841,15 @@ "updateContext": null }, "value": "true", - "start": 119944, - "end": 119948, + "start": 122334, + "end": 122338, "loc": { "start": { - "line": 2658, + "line": 2700, "column": 40 }, "end": { - "line": 2658, + "line": 2700, "column": 44 } } @@ -932379,15 +932866,15 @@ "postfix": false, "binop": null }, - "start": 119973, - "end": 119974, + "start": 122363, + "end": 122364, "loc": { "start": { - "line": 2659, + "line": 2701, "column": 24 }, "end": { - "line": 2659, + "line": 2701, "column": 25 } } @@ -932407,15 +932894,15 @@ "updateContext": null }, "value": "break", - "start": 119999, - "end": 120004, + "start": 122389, + "end": 122394, "loc": { "start": { - "line": 2660, + "line": 2702, "column": 24 }, "end": { - "line": 2660, + "line": 2702, "column": 29 } } @@ -932432,15 +932919,15 @@ "postfix": false, "binop": null }, - "start": 120025, - "end": 120026, + "start": 122415, + "end": 122416, "loc": { "start": { - "line": 2661, + "line": 2703, "column": 20 }, "end": { - "line": 2661, + "line": 2703, "column": 21 } } @@ -932460,15 +932947,15 @@ "updateContext": null }, "value": "case", - "start": 120047, - "end": 120051, + "start": 122437, + "end": 122441, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 20 }, "end": { - "line": 2662, + "line": 2704, "column": 24 } } @@ -932487,15 +932974,15 @@ "updateContext": null }, "value": "regex", - "start": 120052, - "end": 120059, + "start": 122442, + "end": 122449, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 25 }, "end": { - "line": 2662, + "line": 2704, "column": 32 } } @@ -932513,15 +933000,15 @@ "binop": null, "updateContext": null }, - "start": 120059, - "end": 120060, + "start": 122449, + "end": 122450, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 32 }, "end": { - "line": 2662, + "line": 2704, "column": 33 } } @@ -932538,15 +933025,15 @@ "postfix": false, "binop": null }, - "start": 120061, - "end": 120062, + "start": 122451, + "end": 122452, "loc": { "start": { - "line": 2662, + "line": 2704, "column": 34 }, "end": { - "line": 2662, + "line": 2704, "column": 35 } } @@ -932566,15 +933053,15 @@ "updateContext": null }, "value": "if", - "start": 120087, - "end": 120089, + "start": 122477, + "end": 122479, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 24 }, "end": { - "line": 2663, + "line": 2705, "column": 26 } } @@ -932591,15 +933078,15 @@ "postfix": false, "binop": null }, - "start": 120090, - "end": 120091, + "start": 122480, + "end": 122481, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 27 }, "end": { - "line": 2663, + "line": 2705, "column": 28 } } @@ -932617,15 +933104,15 @@ "binop": null }, "value": "condition", - "start": 120092, - "end": 120101, + "start": 122482, + "end": 122491, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 29 }, "end": { - "line": 2663, + "line": 2705, "column": 38 } } @@ -932643,15 +933130,15 @@ "binop": null, "updateContext": null }, - "start": 120101, - "end": 120102, + "start": 122491, + "end": 122492, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 38 }, "end": { - "line": 2663, + "line": 2705, "column": 39 } } @@ -932669,15 +933156,15 @@ "binop": null }, "value": "value", - "start": 120102, - "end": 120107, + "start": 122492, + "end": 122497, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 39 }, "end": { - "line": 2663, + "line": 2705, "column": 44 } } @@ -932695,15 +933182,15 @@ "binop": null, "updateContext": null }, - "start": 120107, - "end": 120108, + "start": 122497, + "end": 122498, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 44 }, "end": { - "line": 2663, + "line": 2705, "column": 45 } } @@ -932721,15 +933208,15 @@ "binop": null }, "value": "test", - "start": 120108, - "end": 120112, + "start": 122498, + "end": 122502, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 45 }, "end": { - "line": 2663, + "line": 2705, "column": 49 } } @@ -932746,15 +933233,15 @@ "postfix": false, "binop": null }, - "start": 120112, - "end": 120113, + "start": 122502, + "end": 122503, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 49 }, "end": { - "line": 2663, + "line": 2705, "column": 50 } } @@ -932772,15 +933259,15 @@ "binop": null }, "value": "JSON", - "start": 120114, - "end": 120118, + "start": 122504, + "end": 122508, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 51 }, "end": { - "line": 2663, + "line": 2705, "column": 55 } } @@ -932798,15 +933285,15 @@ "binop": null, "updateContext": null }, - "start": 120118, - "end": 120119, + "start": 122508, + "end": 122509, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 55 }, "end": { - "line": 2663, + "line": 2705, "column": 56 } } @@ -932824,15 +933311,15 @@ "binop": null }, "value": "stringify", - "start": 120119, - "end": 120128, + "start": 122509, + "end": 122518, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 56 }, "end": { - "line": 2663, + "line": 2705, "column": 65 } } @@ -932849,15 +933336,15 @@ "postfix": false, "binop": null }, - "start": 120128, - "end": 120129, + "start": 122518, + "end": 122519, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 65 }, "end": { - "line": 2663, + "line": 2705, "column": 66 } } @@ -932875,15 +933362,15 @@ "binop": null }, "value": "evt", - "start": 120130, - "end": 120133, + "start": 122520, + "end": 122523, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 67 }, "end": { - "line": 2663, + "line": 2705, "column": 70 } } @@ -932900,15 +933387,15 @@ "postfix": false, "binop": null }, - "start": 120134, - "end": 120135, + "start": 122524, + "end": 122525, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 71 }, "end": { - "line": 2663, + "line": 2705, "column": 72 } } @@ -932925,15 +933412,15 @@ "postfix": false, "binop": null }, - "start": 120136, - "end": 120137, + "start": 122526, + "end": 122527, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 73 }, "end": { - "line": 2663, + "line": 2705, "column": 74 } } @@ -932950,15 +933437,15 @@ "postfix": false, "binop": null }, - "start": 120138, - "end": 120139, + "start": 122528, + "end": 122529, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 75 }, "end": { - "line": 2663, + "line": 2705, "column": 76 } } @@ -932975,15 +933462,15 @@ "postfix": false, "binop": null }, - "start": 120140, - "end": 120141, + "start": 122530, + "end": 122531, "loc": { "start": { - "line": 2663, + "line": 2705, "column": 77 }, "end": { - "line": 2663, + "line": 2705, "column": 78 } } @@ -933001,15 +933488,15 @@ "binop": null }, "value": "is_remove", - "start": 120170, - "end": 120179, + "start": 122560, + "end": 122569, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 28 }, "end": { - "line": 2664, + "line": 2706, "column": 37 } } @@ -933028,15 +933515,15 @@ "updateContext": null }, "value": "=", - "start": 120180, - "end": 120181, + "start": 122570, + "end": 122571, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 38 }, "end": { - "line": 2664, + "line": 2706, "column": 39 } } @@ -933056,15 +933543,15 @@ "updateContext": null }, "value": "true", - "start": 120182, - "end": 120186, + "start": 122572, + "end": 122576, "loc": { "start": { - "line": 2664, + "line": 2706, "column": 40 }, "end": { - "line": 2664, + "line": 2706, "column": 44 } } @@ -933081,15 +933568,15 @@ "postfix": false, "binop": null }, - "start": 120211, - "end": 120212, + "start": 122601, + "end": 122602, "loc": { "start": { - "line": 2665, + "line": 2707, "column": 24 }, "end": { - "line": 2665, + "line": 2707, "column": 25 } } @@ -933109,15 +933596,15 @@ "updateContext": null }, "value": "break", - "start": 120237, - "end": 120242, + "start": 122627, + "end": 122632, "loc": { "start": { - "line": 2666, + "line": 2708, "column": 24 }, "end": { - "line": 2666, + "line": 2708, "column": 29 } } @@ -933134,15 +933621,15 @@ "postfix": false, "binop": null }, - "start": 120263, - "end": 120264, + "start": 122653, + "end": 122654, "loc": { "start": { - "line": 2667, + "line": 2709, "column": 20 }, "end": { - "line": 2667, + "line": 2709, "column": 21 } } @@ -933159,15 +933646,15 @@ "postfix": false, "binop": null }, - "start": 120281, - "end": 120282, + "start": 122671, + "end": 122672, "loc": { "start": { - "line": 2668, + "line": 2710, "column": 16 }, "end": { - "line": 2668, + "line": 2710, "column": 17 } } @@ -933187,15 +933674,15 @@ "updateContext": null }, "value": "if", - "start": 120299, - "end": 120301, + "start": 122689, + "end": 122691, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 16 }, "end": { - "line": 2669, + "line": 2711, "column": 18 } } @@ -933212,15 +933699,15 @@ "postfix": false, "binop": null }, - "start": 120302, - "end": 120303, + "start": 122692, + "end": 122693, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 19 }, "end": { - "line": 2669, + "line": 2711, "column": 20 } } @@ -933239,15 +933726,15 @@ "updateContext": null }, "value": "!", - "start": 120304, - "end": 120305, + "start": 122694, + "end": 122695, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 21 }, "end": { - "line": 2669, + "line": 2711, "column": 22 } } @@ -933265,15 +933752,15 @@ "binop": null }, "value": "is_remove", - "start": 120306, - "end": 120315, + "start": 122696, + "end": 122705, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 23 }, "end": { - "line": 2669, + "line": 2711, "column": 32 } } @@ -933290,15 +933777,15 @@ "postfix": false, "binop": null }, - "start": 120316, - "end": 120317, + "start": 122706, + "end": 122707, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 33 }, "end": { - "line": 2669, + "line": 2711, "column": 34 } } @@ -933315,15 +933802,15 @@ "postfix": false, "binop": null }, - "start": 120318, - "end": 120319, + "start": 122708, + "end": 122709, "loc": { "start": { - "line": 2669, + "line": 2711, "column": 35 }, "end": { - "line": 2669, + "line": 2711, "column": 36 } } @@ -933341,15 +933828,15 @@ "binop": null }, "value": "remainEvents", - "start": 120340, - "end": 120352, + "start": 122730, + "end": 122742, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 20 }, "end": { - "line": 2670, + "line": 2712, "column": 32 } } @@ -933367,15 +933854,15 @@ "binop": null, "updateContext": null }, - "start": 120352, - "end": 120353, + "start": 122742, + "end": 122743, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 32 }, "end": { - "line": 2670, + "line": 2712, "column": 33 } } @@ -933393,15 +933880,15 @@ "binop": null }, "value": "push", - "start": 120353, - "end": 120357, + "start": 122743, + "end": 122747, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 33 }, "end": { - "line": 2670, + "line": 2712, "column": 37 } } @@ -933418,15 +933905,15 @@ "postfix": false, "binop": null }, - "start": 120357, - "end": 120358, + "start": 122747, + "end": 122748, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 37 }, "end": { - "line": 2670, + "line": 2712, "column": 38 } } @@ -933444,15 +933931,15 @@ "binop": null }, "value": "evt", - "start": 120359, - "end": 120362, + "start": 122749, + "end": 122752, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 39 }, "end": { - "line": 2670, + "line": 2712, "column": 42 } } @@ -933469,15 +933956,15 @@ "postfix": false, "binop": null }, - "start": 120363, - "end": 120364, + "start": 122753, + "end": 122754, "loc": { "start": { - "line": 2670, + "line": 2712, "column": 43 }, "end": { - "line": 2670, + "line": 2712, "column": 44 } } @@ -933494,15 +933981,15 @@ "postfix": false, "binop": null }, - "start": 120381, - "end": 120382, + "start": 122771, + "end": 122772, "loc": { "start": { - "line": 2671, + "line": 2713, "column": 16 }, "end": { - "line": 2671, + "line": 2713, "column": 17 } } @@ -933519,15 +934006,15 @@ "postfix": false, "binop": null }, - "start": 120395, - "end": 120396, + "start": 122785, + "end": 122786, "loc": { "start": { - "line": 2672, + "line": 2714, "column": 12 }, "end": { - "line": 2672, + "line": 2714, "column": 13 } } @@ -933544,15 +934031,15 @@ "postfix": false, "binop": null }, - "start": 120396, - "end": 120397, + "start": 122786, + "end": 122787, "loc": { "start": { - "line": 2672, + "line": 2714, "column": 13 }, "end": { - "line": 2672, + "line": 2714, "column": 14 } } @@ -933569,15 +934056,15 @@ "postfix": false, "binop": null }, - "start": 120406, - "end": 120407, + "start": 122796, + "end": 122797, "loc": { "start": { - "line": 2673, + "line": 2715, "column": 8 }, "end": { - "line": 2673, + "line": 2715, "column": 9 } } @@ -933594,15 +934081,15 @@ "postfix": false, "binop": null }, - "start": 120407, - "end": 120408, + "start": 122797, + "end": 122798, "loc": { "start": { - "line": 2673, + "line": 2715, "column": 9 }, "end": { - "line": 2673, + "line": 2715, "column": 10 } } @@ -933620,15 +934107,15 @@ "binop": null }, "value": "remove_done", - "start": 120417, - "end": 120428, + "start": 122807, + "end": 122818, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 8 }, "end": { - "line": 2674, + "line": 2716, "column": 19 } } @@ -933647,15 +934134,15 @@ "updateContext": null }, "value": "=", - "start": 120429, - "end": 120430, + "start": 122819, + "end": 122820, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 20 }, "end": { - "line": 2674, + "line": 2716, "column": 21 } } @@ -933673,15 +934160,15 @@ "binop": null }, "value": "remainEvents", - "start": 120431, - "end": 120443, + "start": 122821, + "end": 122833, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 22 }, "end": { - "line": 2674, + "line": 2716, "column": 34 } } @@ -933699,15 +934186,15 @@ "binop": null, "updateContext": null }, - "start": 120443, - "end": 120444, + "start": 122833, + "end": 122834, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 34 }, "end": { - "line": 2674, + "line": 2716, "column": 35 } } @@ -933725,15 +934212,15 @@ "binop": null }, "value": "length", - "start": 120444, - "end": 120450, + "start": 122834, + "end": 122840, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 35 }, "end": { - "line": 2674, + "line": 2716, "column": 41 } } @@ -933752,15 +934239,15 @@ "updateContext": null }, "value": "!==", - "start": 120451, - "end": 120454, + "start": 122841, + "end": 122844, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 42 }, "end": { - "line": 2674, + "line": 2716, "column": 45 } } @@ -933778,15 +934265,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 120455, - "end": 120467, + "start": 122845, + "end": 122857, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 46 }, "end": { - "line": 2674, + "line": 2716, "column": 58 } } @@ -933804,15 +934291,15 @@ "binop": null, "updateContext": null }, - "start": 120467, - "end": 120468, + "start": 122857, + "end": 122858, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 58 }, "end": { - "line": 2674, + "line": 2716, "column": 59 } } @@ -933830,15 +934317,15 @@ "binop": null }, "value": "length", - "start": 120468, - "end": 120474, + "start": 122858, + "end": 122864, "loc": { "start": { - "line": 2674, + "line": 2716, "column": 59 }, "end": { - "line": 2674, + "line": 2716, "column": 65 } } @@ -933858,15 +934345,15 @@ "updateContext": null }, "value": "if", - "start": 120483, - "end": 120485, + "start": 122873, + "end": 122875, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 8 }, "end": { - "line": 2675, + "line": 2717, "column": 10 } } @@ -933883,15 +934370,15 @@ "postfix": false, "binop": null }, - "start": 120486, - "end": 120487, + "start": 122876, + "end": 122877, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 11 }, "end": { - "line": 2675, + "line": 2717, "column": 12 } } @@ -933910,15 +934397,15 @@ "updateContext": null }, "value": "!", - "start": 120488, - "end": 120489, + "start": 122878, + "end": 122879, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 13 }, "end": { - "line": 2675, + "line": 2717, "column": 14 } } @@ -933936,15 +934423,15 @@ "binop": null }, "value": "remove_done", - "start": 120490, - "end": 120501, + "start": 122880, + "end": 122891, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 15 }, "end": { - "line": 2675, + "line": 2717, "column": 26 } } @@ -933961,15 +934448,15 @@ "postfix": false, "binop": null }, - "start": 120502, - "end": 120503, + "start": 122892, + "end": 122893, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 27 }, "end": { - "line": 2675, + "line": 2717, "column": 28 } } @@ -933986,15 +934473,15 @@ "postfix": false, "binop": null }, - "start": 120504, - "end": 120505, + "start": 122894, + "end": 122895, "loc": { "start": { - "line": 2675, + "line": 2717, "column": 29 }, "end": { - "line": 2675, + "line": 2717, "column": 30 } } @@ -934014,15 +934501,15 @@ "updateContext": null }, "value": "return", - "start": 120518, - "end": 120524, + "start": 122908, + "end": 122914, "loc": { "start": { - "line": 2676, + "line": 2718, "column": 12 }, "end": { - "line": 2676, + "line": 2718, "column": 18 } } @@ -934039,15 +934526,15 @@ "postfix": false, "binop": null }, - "start": 120533, - "end": 120534, + "start": 122923, + "end": 122924, "loc": { "start": { - "line": 2677, + "line": 2719, "column": 8 }, "end": { - "line": 2677, + "line": 2719, "column": 9 } } @@ -934067,15 +934554,15 @@ "updateContext": null }, "value": "this", - "start": 120552, - "end": 120556, + "start": 122942, + "end": 122946, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 8 }, "end": { - "line": 2679, + "line": 2721, "column": 12 } } @@ -934093,15 +934580,15 @@ "binop": null, "updateContext": null }, - "start": 120556, - "end": 120557, + "start": 122946, + "end": 122947, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 12 }, "end": { - "line": 2679, + "line": 2721, "column": 13 } } @@ -934119,15 +934606,15 @@ "binop": null }, "value": "_saveToCache", - "start": 120557, - "end": 120569, + "start": 122947, + "end": 122959, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 13 }, "end": { - "line": 2679, + "line": 2721, "column": 25 } } @@ -934144,15 +934631,15 @@ "postfix": false, "binop": null }, - "start": 120569, - "end": 120570, + "start": 122959, + "end": 122960, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 25 }, "end": { - "line": 2679, + "line": 2721, "column": 26 } } @@ -934170,15 +934657,15 @@ "binop": null }, "value": "remainEvents", - "start": 120571, - "end": 120583, + "start": 122961, + "end": 122973, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 27 }, "end": { - "line": 2679, + "line": 2721, "column": 39 } } @@ -934195,15 +934682,15 @@ "postfix": false, "binop": null }, - "start": 120584, - "end": 120585, + "start": 122974, + "end": 122975, "loc": { "start": { - "line": 2679, + "line": 2721, "column": 40 }, "end": { - "line": 2679, + "line": 2721, "column": 41 } } @@ -934223,15 +934710,15 @@ "updateContext": null }, "value": "this", - "start": 120603, - "end": 120607, + "start": 122993, + "end": 122997, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 8 }, "end": { - "line": 2681, + "line": 2723, "column": 12 } } @@ -934249,15 +934736,15 @@ "binop": null, "updateContext": null }, - "start": 120607, - "end": 120608, + "start": 122997, + "end": 122998, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 12 }, "end": { - "line": 2681, + "line": 2723, "column": 13 } } @@ -934275,15 +934762,15 @@ "binop": null }, "value": "_placeEvent", - "start": 120608, - "end": 120619, + "start": 122998, + "end": 123009, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 13 }, "end": { - "line": 2681, + "line": 2723, "column": 24 } } @@ -934300,15 +934787,15 @@ "postfix": false, "binop": null }, - "start": 120619, - "end": 120620, + "start": 123009, + "end": 123010, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 24 }, "end": { - "line": 2681, + "line": 2723, "column": 25 } } @@ -934325,15 +934812,15 @@ "postfix": false, "binop": null }, - "start": 120620, - "end": 120621, + "start": 123010, + "end": 123011, "loc": { "start": { - "line": 2681, + "line": 2723, "column": 25 }, "end": { - "line": 2681, + "line": 2723, "column": 26 } } @@ -934353,15 +934840,15 @@ "updateContext": null }, "value": "if", - "start": 120639, - "end": 120641, + "start": 123029, + "end": 123031, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 8 }, "end": { - "line": 2683, + "line": 2725, "column": 10 } } @@ -934378,15 +934865,15 @@ "postfix": false, "binop": null }, - "start": 120642, - "end": 120643, + "start": 123032, + "end": 123033, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 11 }, "end": { - "line": 2683, + "line": 2725, "column": 12 } } @@ -934404,15 +934891,15 @@ "binop": null }, "value": "callback", - "start": 120644, - "end": 120652, + "start": 123034, + "end": 123042, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 13 }, "end": { - "line": 2683, + "line": 2725, "column": 21 } } @@ -934429,15 +934916,15 @@ "postfix": false, "binop": null }, - "start": 120653, - "end": 120654, + "start": 123043, + "end": 123044, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 22 }, "end": { - "line": 2683, + "line": 2725, "column": 23 } } @@ -934454,15 +934941,15 @@ "postfix": false, "binop": null }, - "start": 120655, - "end": 120656, + "start": 123045, + "end": 123046, "loc": { "start": { - "line": 2683, + "line": 2725, "column": 24 }, "end": { - "line": 2683, + "line": 2725, "column": 25 } } @@ -934482,15 +934969,15 @@ "updateContext": null }, "value": "this", - "start": 120669, - "end": 120673, + "start": 123059, + "end": 123063, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 12 }, "end": { - "line": 2684, + "line": 2726, "column": 16 } } @@ -934508,15 +934995,15 @@ "binop": null, "updateContext": null }, - "start": 120673, - "end": 120674, + "start": 123063, + "end": 123064, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 16 }, "end": { - "line": 2684, + "line": 2726, "column": 17 } } @@ -934534,15 +935021,15 @@ "binop": null }, "value": "_debug", - "start": 120674, - "end": 120680, + "start": 123064, + "end": 123070, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 17 }, "end": { - "line": 2684, + "line": 2726, "column": 23 } } @@ -934559,15 +935046,15 @@ "postfix": false, "binop": null }, - "start": 120680, - "end": 120681, + "start": 123070, + "end": 123071, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 23 }, "end": { - "line": 2684, + "line": 2726, "column": 24 } } @@ -934586,15 +935073,15 @@ "updateContext": null }, "value": "Fired your callback function after placing additional events.", - "start": 120682, - "end": 120745, + "start": 123072, + "end": 123135, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 25 }, "end": { - "line": 2684, + "line": 2726, "column": 88 } } @@ -934611,15 +935098,15 @@ "postfix": false, "binop": null }, - "start": 120746, - "end": 120747, + "start": 123136, + "end": 123137, "loc": { "start": { - "line": 2684, + "line": 2726, "column": 89 }, "end": { - "line": 2684, + "line": 2726, "column": 90 } } @@ -934637,15 +935124,15 @@ "binop": null }, "value": "callback", - "start": 120773, - "end": 120781, + "start": 123163, + "end": 123171, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 12 }, "end": { - "line": 2686, + "line": 2728, "column": 20 } } @@ -934662,15 +935149,15 @@ "postfix": false, "binop": null }, - "start": 120781, - "end": 120782, + "start": 123171, + "end": 123172, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 20 }, "end": { - "line": 2686, + "line": 2728, "column": 21 } } @@ -934690,15 +935177,15 @@ "updateContext": null }, "value": "this", - "start": 120783, - "end": 120787, + "start": 123173, + "end": 123177, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 22 }, "end": { - "line": 2686, + "line": 2728, "column": 26 } } @@ -934716,15 +935203,15 @@ "binop": null, "updateContext": null }, - "start": 120787, - "end": 120788, + "start": 123177, + "end": 123178, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 26 }, "end": { - "line": 2686, + "line": 2728, "column": 27 } } @@ -934742,15 +935229,15 @@ "binop": null }, "value": "_element", - "start": 120788, - "end": 120796, + "start": 123178, + "end": 123186, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 27 }, "end": { - "line": 2686, + "line": 2728, "column": 35 } } @@ -934768,15 +935255,15 @@ "binop": null, "updateContext": null }, - "start": 120796, - "end": 120797, + "start": 123186, + "end": 123187, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 35 }, "end": { - "line": 2686, + "line": 2728, "column": 36 } } @@ -934796,15 +935283,15 @@ "updateContext": null }, "value": "this", - "start": 120798, - "end": 120802, + "start": 123188, + "end": 123192, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 37 }, "end": { - "line": 2686, + "line": 2728, "column": 41 } } @@ -934822,15 +935309,15 @@ "binop": null, "updateContext": null }, - "start": 120802, - "end": 120803, + "start": 123192, + "end": 123193, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 41 }, "end": { - "line": 2686, + "line": 2728, "column": 42 } } @@ -934848,15 +935335,15 @@ "binop": null }, "value": "_config", - "start": 120803, - "end": 120810, + "start": 123193, + "end": 123200, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 42 }, "end": { - "line": 2686, + "line": 2728, "column": 49 } } @@ -934874,15 +935361,15 @@ "binop": null, "updateContext": null }, - "start": 120810, - "end": 120811, + "start": 123200, + "end": 123201, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 49 }, "end": { - "line": 2686, + "line": 2728, "column": 50 } } @@ -934900,15 +935387,15 @@ "binop": null }, "value": "userdata", - "start": 120812, - "end": 120820, + "start": 123202, + "end": 123210, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 51 }, "end": { - "line": 2686, + "line": 2728, "column": 59 } } @@ -934925,15 +935412,15 @@ "postfix": false, "binop": null }, - "start": 120821, - "end": 120822, + "start": 123211, + "end": 123212, "loc": { "start": { - "line": 2686, + "line": 2728, "column": 60 }, "end": { - "line": 2686, + "line": 2728, "column": 61 } } @@ -934950,15 +935437,15 @@ "postfix": false, "binop": null }, - "start": 120831, - "end": 120832, + "start": 123221, + "end": 123222, "loc": { "start": { - "line": 2687, + "line": 2729, "column": 8 }, "end": { - "line": 2687, + "line": 2729, "column": 9 } } @@ -934975,15 +935462,15 @@ "postfix": false, "binop": null }, - "start": 120837, - "end": 120838, + "start": 123227, + "end": 123228, "loc": { "start": { - "line": 2688, + "line": 2730, "column": 4 }, "end": { - "line": 2688, + "line": 2730, "column": 5 } } @@ -934991,15 +935478,15 @@ { "type": "CommentBlock", "value": "*\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 120848, - "end": 121095, + "start": 123238, + "end": 123485, "loc": { "start": { - "line": 2690, + "line": 2732, "column": 4 }, "end": { - "line": 2695, + "line": 2737, "column": 7 } } @@ -935017,15 +935504,15 @@ "binop": null }, "value": "updateEvent", - "start": 121100, - "end": 121111, + "start": 123490, + "end": 123501, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 4 }, "end": { - "line": 2696, + "line": 2738, "column": 15 } } @@ -935042,15 +935529,15 @@ "postfix": false, "binop": null }, - "start": 121111, - "end": 121112, + "start": 123501, + "end": 123502, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 15 }, "end": { - "line": 2696, + "line": 2738, "column": 16 } } @@ -935068,15 +935555,15 @@ "binop": null, "updateContext": null }, - "start": 121113, - "end": 121116, + "start": 123503, + "end": 123506, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 17 }, "end": { - "line": 2696, + "line": 2738, "column": 20 } } @@ -935094,15 +935581,15 @@ "binop": null }, "value": "args", - "start": 121116, - "end": 121120, + "start": 123506, + "end": 123510, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 20 }, "end": { - "line": 2696, + "line": 2738, "column": 24 } } @@ -935119,15 +935606,15 @@ "postfix": false, "binop": null }, - "start": 121121, - "end": 121122, + "start": 123511, + "end": 123512, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 25 }, "end": { - "line": 2696, + "line": 2738, "column": 26 } } @@ -935144,15 +935631,15 @@ "postfix": false, "binop": null }, - "start": 121123, - "end": 121124, + "start": 123513, + "end": 123514, "loc": { "start": { - "line": 2696, + "line": 2738, "column": 27 }, "end": { - "line": 2696, + "line": 2738, "column": 28 } } @@ -935172,15 +935659,15 @@ "updateContext": null }, "value": "this", - "start": 121133, - "end": 121137, + "start": 123523, + "end": 123527, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 8 }, "end": { - "line": 2697, + "line": 2739, "column": 12 } } @@ -935198,15 +935685,15 @@ "binop": null, "updateContext": null }, - "start": 121137, - "end": 121138, + "start": 123527, + "end": 123528, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 12 }, "end": { - "line": 2697, + "line": 2739, "column": 13 } } @@ -935224,15 +935711,15 @@ "binop": null }, "value": "_debug", - "start": 121138, - "end": 121144, + "start": 123528, + "end": 123534, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 13 }, "end": { - "line": 2697, + "line": 2739, "column": 19 } } @@ -935249,15 +935736,15 @@ "postfix": false, "binop": null }, - "start": 121144, - "end": 121145, + "start": 123534, + "end": 123535, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 19 }, "end": { - "line": 2697, + "line": 2739, "column": 20 } } @@ -935276,15 +935763,15 @@ "updateContext": null }, "value": "updateEvent", - "start": 121146, - "end": 121159, + "start": 123536, + "end": 123549, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 21 }, "end": { - "line": 2697, + "line": 2739, "column": 34 } } @@ -935301,15 +935788,15 @@ "postfix": false, "binop": null }, - "start": 121160, - "end": 121161, + "start": 123550, + "end": 123551, "loc": { "start": { - "line": 2697, + "line": 2739, "column": 35 }, "end": { - "line": 2697, + "line": 2739, "column": 36 } } @@ -935329,15 +935816,15 @@ "updateContext": null }, "value": "let", - "start": 121179, - "end": 121182, + "start": 123569, + "end": 123572, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 8 }, "end": { - "line": 2699, + "line": 2741, "column": 11 } } @@ -935355,15 +935842,15 @@ "binop": null }, "value": "_args", - "start": 121183, - "end": 121188, + "start": 123573, + "end": 123578, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 12 }, "end": { - "line": 2699, + "line": 2741, "column": 17 } } @@ -935382,15 +935869,15 @@ "updateContext": null }, "value": "=", - "start": 121196, - "end": 121197, + "start": 123586, + "end": 123587, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 25 }, "end": { - "line": 2699, + "line": 2741, "column": 26 } } @@ -935408,15 +935895,15 @@ "binop": null }, "value": "args", - "start": 121198, - "end": 121202, + "start": 123588, + "end": 123592, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 27 }, "end": { - "line": 2699, + "line": 2741, "column": 31 } } @@ -935434,15 +935921,15 @@ "binop": null, "updateContext": null }, - "start": 121202, - "end": 121203, + "start": 123592, + "end": 123593, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 31 }, "end": { - "line": 2699, + "line": 2741, "column": 32 } } @@ -935461,15 +935948,15 @@ "updateContext": null }, "value": 0, - "start": 121203, - "end": 121204, + "start": 123593, + "end": 123594, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 32 }, "end": { - "line": 2699, + "line": 2741, "column": 33 } } @@ -935487,15 +935974,15 @@ "binop": null, "updateContext": null }, - "start": 121204, - "end": 121205, + "start": 123594, + "end": 123595, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 33 }, "end": { - "line": 2699, + "line": 2741, "column": 34 } } @@ -935513,15 +936000,15 @@ "binop": null, "updateContext": null }, - "start": 121205, - "end": 121206, + "start": 123595, + "end": 123596, "loc": { "start": { - "line": 2699, + "line": 2741, "column": 34 }, "end": { - "line": 2699, + "line": 2741, "column": 35 } } @@ -935539,15 +936026,15 @@ "binop": null }, "value": "events", - "start": 121219, - "end": 121225, + "start": 123609, + "end": 123615, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 12 }, "end": { - "line": 2700, + "line": 2742, "column": 18 } } @@ -935566,15 +936053,15 @@ "updateContext": null }, "value": "=", - "start": 121232, - "end": 121233, + "start": 123622, + "end": 123623, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 25 }, "end": { - "line": 2700, + "line": 2742, "column": 26 } } @@ -935594,15 +936081,15 @@ "updateContext": null }, "value": "this", - "start": 121234, - "end": 121238, + "start": 123624, + "end": 123628, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 27 }, "end": { - "line": 2700, + "line": 2742, "column": 31 } } @@ -935620,15 +936107,15 @@ "binop": null, "updateContext": null }, - "start": 121238, - "end": 121239, + "start": 123628, + "end": 123629, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 31 }, "end": { - "line": 2700, + "line": 2742, "column": 32 } } @@ -935646,15 +936133,15 @@ "binop": null }, "value": "supplement", - "start": 121239, - "end": 121249, + "start": 123629, + "end": 123639, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 32 }, "end": { - "line": 2700, + "line": 2742, "column": 42 } } @@ -935671,15 +936158,15 @@ "postfix": false, "binop": null }, - "start": 121249, - "end": 121250, + "start": 123639, + "end": 123640, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 42 }, "end": { - "line": 2700, + "line": 2742, "column": 43 } } @@ -935699,15 +936186,15 @@ "updateContext": null }, "value": "null", - "start": 121251, - "end": 121255, + "start": 123641, + "end": 123645, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 44 }, "end": { - "line": 2700, + "line": 2742, "column": 48 } } @@ -935725,15 +936212,15 @@ "binop": null, "updateContext": null }, - "start": 121255, - "end": 121256, + "start": 123645, + "end": 123646, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 48 }, "end": { - "line": 2700, + "line": 2742, "column": 49 } } @@ -935751,15 +936238,15 @@ "binop": null }, "value": "_args", - "start": 121257, - "end": 121262, + "start": 123647, + "end": 123652, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 50 }, "end": { - "line": 2700, + "line": 2742, "column": 55 } } @@ -935777,15 +936264,15 @@ "binop": null, "updateContext": null }, - "start": 121262, - "end": 121263, + "start": 123652, + "end": 123653, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 55 }, "end": { - "line": 2700, + "line": 2742, "column": 56 } } @@ -935804,15 +936291,15 @@ "updateContext": null }, "value": 0, - "start": 121263, - "end": 121264, + "start": 123653, + "end": 123654, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 56 }, "end": { - "line": 2700, + "line": 2742, "column": 57 } } @@ -935830,15 +936317,15 @@ "binop": null, "updateContext": null }, - "start": 121264, - "end": 121265, + "start": 123654, + "end": 123655, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 57 }, "end": { - "line": 2700, + "line": 2742, "column": 58 } } @@ -935856,15 +936343,15 @@ "binop": null, "updateContext": null }, - "start": 121265, - "end": 121266, + "start": 123655, + "end": 123656, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 58 }, "end": { - "line": 2700, + "line": 2742, "column": 59 } } @@ -935884,15 +936371,15 @@ "updateContext": null }, "value": "this", - "start": 121267, - "end": 121271, + "start": 123657, + "end": 123661, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 60 }, "end": { - "line": 2700, + "line": 2742, "column": 64 } } @@ -935910,15 +936397,15 @@ "binop": null, "updateContext": null }, - "start": 121271, - "end": 121272, + "start": 123661, + "end": 123662, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 64 }, "end": { - "line": 2700, + "line": 2742, "column": 65 } } @@ -935936,15 +936423,15 @@ "binop": null }, "value": "validateArray", - "start": 121272, - "end": 121285, + "start": 123662, + "end": 123675, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 65 }, "end": { - "line": 2700, + "line": 2742, "column": 78 } } @@ -935961,15 +936448,15 @@ "postfix": false, "binop": null }, - "start": 121286, - "end": 121287, + "start": 123676, + "end": 123677, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 79 }, "end": { - "line": 2700, + "line": 2742, "column": 80 } } @@ -935987,15 +936474,15 @@ "binop": null, "updateContext": null }, - "start": 121287, - "end": 121288, + "start": 123677, + "end": 123678, "loc": { "start": { - "line": 2700, + "line": 2742, "column": 80 }, "end": { - "line": 2700, + "line": 2742, "column": 81 } } @@ -936013,15 +936500,15 @@ "binop": null }, "value": "callback", - "start": 121301, - "end": 121309, + "start": 123691, + "end": 123699, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 12 }, "end": { - "line": 2701, + "line": 2743, "column": 20 } } @@ -936040,15 +936527,15 @@ "updateContext": null }, "value": "=", - "start": 121314, - "end": 121315, + "start": 123704, + "end": 123705, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 25 }, "end": { - "line": 2701, + "line": 2743, "column": 26 } } @@ -936066,15 +936553,15 @@ "binop": null }, "value": "_args", - "start": 121316, - "end": 121321, + "start": 123706, + "end": 123711, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 27 }, "end": { - "line": 2701, + "line": 2743, "column": 32 } } @@ -936092,15 +936579,15 @@ "binop": null, "updateContext": null }, - "start": 121321, - "end": 121322, + "start": 123711, + "end": 123712, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 32 }, "end": { - "line": 2701, + "line": 2743, "column": 33 } } @@ -936118,15 +936605,15 @@ "binop": null }, "value": "length", - "start": 121322, - "end": 121328, + "start": 123712, + "end": 123718, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 33 }, "end": { - "line": 2701, + "line": 2743, "column": 39 } } @@ -936145,15 +936632,15 @@ "updateContext": null }, "value": ">", - "start": 121329, - "end": 121330, + "start": 123719, + "end": 123720, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 40 }, "end": { - "line": 2701, + "line": 2743, "column": 41 } } @@ -936172,15 +936659,15 @@ "updateContext": null }, "value": 1, - "start": 121331, - "end": 121332, + "start": 123721, + "end": 123722, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 42 }, "end": { - "line": 2701, + "line": 2743, "column": 43 } } @@ -936199,15 +936686,15 @@ "updateContext": null }, "value": "&&", - "start": 121333, - "end": 121335, + "start": 123723, + "end": 123725, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 44 }, "end": { - "line": 2701, + "line": 2743, "column": 46 } } @@ -936227,15 +936714,15 @@ "updateContext": null }, "value": "typeof", - "start": 121336, - "end": 121342, + "start": 123726, + "end": 123732, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 47 }, "end": { - "line": 2701, + "line": 2743, "column": 53 } } @@ -936253,15 +936740,15 @@ "binop": null }, "value": "_args", - "start": 121343, - "end": 121348, + "start": 123733, + "end": 123738, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 54 }, "end": { - "line": 2701, + "line": 2743, "column": 59 } } @@ -936279,15 +936766,15 @@ "binop": null, "updateContext": null }, - "start": 121348, - "end": 121349, + "start": 123738, + "end": 123739, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 59 }, "end": { - "line": 2701, + "line": 2743, "column": 60 } } @@ -936306,15 +936793,15 @@ "updateContext": null }, "value": 1, - "start": 121349, - "end": 121350, + "start": 123739, + "end": 123740, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 60 }, "end": { - "line": 2701, + "line": 2743, "column": 61 } } @@ -936332,15 +936819,15 @@ "binop": null, "updateContext": null }, - "start": 121350, - "end": 121351, + "start": 123740, + "end": 123741, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 61 }, "end": { - "line": 2701, + "line": 2743, "column": 62 } } @@ -936359,15 +936846,15 @@ "updateContext": null }, "value": "===", - "start": 121352, - "end": 121355, + "start": 123742, + "end": 123745, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 63 }, "end": { - "line": 2701, + "line": 2743, "column": 66 } } @@ -936386,15 +936873,15 @@ "updateContext": null }, "value": "function", - "start": 121356, - "end": 121366, + "start": 123746, + "end": 123756, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 67 }, "end": { - "line": 2701, + "line": 2743, "column": 77 } } @@ -936412,15 +936899,15 @@ "binop": null, "updateContext": null }, - "start": 121367, - "end": 121368, + "start": 123757, + "end": 123758, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 78 }, "end": { - "line": 2701, + "line": 2743, "column": 79 } } @@ -936438,15 +936925,15 @@ "binop": null }, "value": "_args", - "start": 121369, - "end": 121374, + "start": 123759, + "end": 123764, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 80 }, "end": { - "line": 2701, + "line": 2743, "column": 85 } } @@ -936464,15 +936951,15 @@ "binop": null, "updateContext": null }, - "start": 121374, - "end": 121375, + "start": 123764, + "end": 123765, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 85 }, "end": { - "line": 2701, + "line": 2743, "column": 86 } } @@ -936491,15 +936978,15 @@ "updateContext": null }, "value": 1, - "start": 121375, - "end": 121376, + "start": 123765, + "end": 123766, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 86 }, "end": { - "line": 2701, + "line": 2743, "column": 87 } } @@ -936517,15 +937004,15 @@ "binop": null, "updateContext": null }, - "start": 121376, - "end": 121377, + "start": 123766, + "end": 123767, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 87 }, "end": { - "line": 2701, + "line": 2743, "column": 88 } } @@ -936543,15 +937030,15 @@ "binop": null, "updateContext": null }, - "start": 121378, - "end": 121379, + "start": 123768, + "end": 123769, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 89 }, "end": { - "line": 2701, + "line": 2743, "column": 90 } } @@ -936571,15 +937058,15 @@ "updateContext": null }, "value": "null", - "start": 121380, - "end": 121384, + "start": 123770, + "end": 123774, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 91 }, "end": { - "line": 2701, + "line": 2743, "column": 95 } } @@ -936597,15 +937084,15 @@ "binop": null, "updateContext": null }, - "start": 121384, - "end": 121385, + "start": 123774, + "end": 123775, "loc": { "start": { - "line": 2701, + "line": 2743, "column": 95 }, "end": { - "line": 2701, + "line": 2743, "column": 96 } } @@ -936623,15 +937110,15 @@ "binop": null }, "value": "userdata", - "start": 121398, - "end": 121406, + "start": 123788, + "end": 123796, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 12 }, "end": { - "line": 2702, + "line": 2744, "column": 20 } } @@ -936650,15 +937137,15 @@ "updateContext": null }, "value": "=", - "start": 121411, - "end": 121412, + "start": 123801, + "end": 123802, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 25 }, "end": { - "line": 2702, + "line": 2744, "column": 26 } } @@ -936676,15 +937163,15 @@ "binop": null }, "value": "_args", - "start": 121413, - "end": 121418, + "start": 123803, + "end": 123808, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 27 }, "end": { - "line": 2702, + "line": 2744, "column": 32 } } @@ -936702,15 +937189,15 @@ "binop": null, "updateContext": null }, - "start": 121418, - "end": 121419, + "start": 123808, + "end": 123809, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 32 }, "end": { - "line": 2702, + "line": 2744, "column": 33 } } @@ -936728,15 +937215,15 @@ "binop": null }, "value": "length", - "start": 121419, - "end": 121425, + "start": 123809, + "end": 123815, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 33 }, "end": { - "line": 2702, + "line": 2744, "column": 39 } } @@ -936755,15 +937242,15 @@ "updateContext": null }, "value": ">", - "start": 121426, - "end": 121427, + "start": 123816, + "end": 123817, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 40 }, "end": { - "line": 2702, + "line": 2744, "column": 41 } } @@ -936782,15 +937269,15 @@ "updateContext": null }, "value": 2, - "start": 121428, - "end": 121429, + "start": 123818, + "end": 123819, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 42 }, "end": { - "line": 2702, + "line": 2744, "column": 43 } } @@ -936808,15 +937295,15 @@ "binop": null, "updateContext": null }, - "start": 121430, - "end": 121431, + "start": 123820, + "end": 123821, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 44 }, "end": { - "line": 2702, + "line": 2744, "column": 45 } } @@ -936834,15 +937321,15 @@ "binop": null }, "value": "_args", - "start": 121432, - "end": 121437, + "start": 123822, + "end": 123827, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 46 }, "end": { - "line": 2702, + "line": 2744, "column": 51 } } @@ -936860,15 +937347,15 @@ "binop": null, "updateContext": null }, - "start": 121437, - "end": 121438, + "start": 123827, + "end": 123828, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 51 }, "end": { - "line": 2702, + "line": 2744, "column": 52 } } @@ -936886,15 +937373,15 @@ "binop": null }, "value": "slice", - "start": 121438, - "end": 121443, + "start": 123828, + "end": 123833, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 52 }, "end": { - "line": 2702, + "line": 2744, "column": 57 } } @@ -936911,15 +937398,15 @@ "postfix": false, "binop": null }, - "start": 121443, - "end": 121444, + "start": 123833, + "end": 123834, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 57 }, "end": { - "line": 2702, + "line": 2744, "column": 58 } } @@ -936938,15 +937425,15 @@ "updateContext": null }, "value": 2, - "start": 121444, - "end": 121445, + "start": 123834, + "end": 123835, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 58 }, "end": { - "line": 2702, + "line": 2744, "column": 59 } } @@ -936963,15 +937450,15 @@ "postfix": false, "binop": null }, - "start": 121445, - "end": 121446, + "start": 123835, + "end": 123836, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 59 }, "end": { - "line": 2702, + "line": 2744, "column": 60 } } @@ -936989,15 +937476,15 @@ "binop": null, "updateContext": null }, - "start": 121447, - "end": 121448, + "start": 123837, + "end": 123838, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 61 }, "end": { - "line": 2702, + "line": 2744, "column": 62 } } @@ -937017,15 +937504,15 @@ "updateContext": null }, "value": "null", - "start": 121449, - "end": 121453, + "start": 123839, + "end": 123843, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 63 }, "end": { - "line": 2702, + "line": 2744, "column": 67 } } @@ -937043,15 +937530,15 @@ "binop": null, "updateContext": null }, - "start": 121453, - "end": 121454, + "start": 123843, + "end": 123844, "loc": { "start": { - "line": 2702, + "line": 2744, "column": 67 }, "end": { - "line": 2702, + "line": 2744, "column": 68 } } @@ -937069,15 +937556,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 121467, - "end": 121479, + "start": 123857, + "end": 123869, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 12 }, "end": { - "line": 2703, + "line": 2745, "column": 24 } } @@ -937096,15 +937583,15 @@ "updateContext": null }, "value": "=", - "start": 121480, - "end": 121481, + "start": 123870, + "end": 123871, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 25 }, "end": { - "line": 2703, + "line": 2745, "column": 26 } } @@ -937124,15 +937611,15 @@ "updateContext": null }, "value": "this", - "start": 121482, - "end": 121486, + "start": 123872, + "end": 123876, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 27 }, "end": { - "line": 2703, + "line": 2745, "column": 31 } } @@ -937150,15 +937637,15 @@ "binop": null, "updateContext": null }, - "start": 121486, - "end": 121487, + "start": 123876, + "end": 123877, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 31 }, "end": { - "line": 2703, + "line": 2745, "column": 32 } } @@ -937176,15 +937663,15 @@ "binop": null }, "value": "_loadToCache", - "start": 121487, - "end": 121499, + "start": 123877, + "end": 123889, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 32 }, "end": { - "line": 2703, + "line": 2745, "column": 44 } } @@ -937201,15 +937688,15 @@ "postfix": false, "binop": null }, - "start": 121499, - "end": 121500, + "start": 123889, + "end": 123890, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 44 }, "end": { - "line": 2703, + "line": 2745, "column": 45 } } @@ -937226,15 +937713,15 @@ "postfix": false, "binop": null }, - "start": 121500, - "end": 121501, + "start": 123890, + "end": 123891, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 45 }, "end": { - "line": 2703, + "line": 2745, "column": 46 } } @@ -937252,15 +937739,15 @@ "binop": null, "updateContext": null }, - "start": 121501, - "end": 121502, + "start": 123891, + "end": 123892, "loc": { "start": { - "line": 2703, + "line": 2745, "column": 46 }, "end": { - "line": 2703, + "line": 2745, "column": 47 } } @@ -937278,15 +937765,15 @@ "binop": null }, "value": "update_done", - "start": 121515, - "end": 121526, + "start": 123905, + "end": 123916, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 12 }, "end": { - "line": 2704, + "line": 2746, "column": 23 } } @@ -937305,15 +937792,15 @@ "updateContext": null }, "value": "=", - "start": 121528, - "end": 121529, + "start": 123918, + "end": 123919, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 25 }, "end": { - "line": 2704, + "line": 2746, "column": 26 } } @@ -937333,15 +937820,15 @@ "updateContext": null }, "value": "false", - "start": 121530, - "end": 121535, + "start": 123920, + "end": 123925, "loc": { "start": { - "line": 2704, + "line": 2746, "column": 27 }, "end": { - "line": 2704, + "line": 2746, "column": 32 } } @@ -937361,15 +937848,15 @@ "updateContext": null }, "value": "if", - "start": 121553, - "end": 121555, + "start": 123943, + "end": 123945, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 8 }, "end": { - "line": 2706, + "line": 2748, "column": 10 } } @@ -937386,15 +937873,15 @@ "postfix": false, "binop": null }, - "start": 121556, - "end": 121557, + "start": 123946, + "end": 123947, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 11 }, "end": { - "line": 2706, + "line": 2748, "column": 12 } } @@ -937414,15 +937901,15 @@ "updateContext": null }, "value": "this", - "start": 121558, - "end": 121562, + "start": 123948, + "end": 123952, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 13 }, "end": { - "line": 2706, + "line": 2748, "column": 17 } } @@ -937440,15 +937927,15 @@ "binop": null, "updateContext": null }, - "start": 121562, - "end": 121563, + "start": 123952, + "end": 123953, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 17 }, "end": { - "line": 2706, + "line": 2748, "column": 18 } } @@ -937466,15 +937953,15 @@ "binop": null }, "value": "is_empty", - "start": 121563, - "end": 121571, + "start": 123953, + "end": 123961, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 18 }, "end": { - "line": 2706, + "line": 2748, "column": 26 } } @@ -937491,15 +937978,15 @@ "postfix": false, "binop": null }, - "start": 121571, - "end": 121572, + "start": 123961, + "end": 123962, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 26 }, "end": { - "line": 2706, + "line": 2748, "column": 27 } } @@ -937517,15 +938004,15 @@ "binop": null }, "value": "events", - "start": 121573, - "end": 121579, + "start": 123963, + "end": 123969, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 28 }, "end": { - "line": 2706, + "line": 2748, "column": 34 } } @@ -937542,15 +938029,15 @@ "postfix": false, "binop": null }, - "start": 121580, - "end": 121581, + "start": 123970, + "end": 123971, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 35 }, "end": { - "line": 2706, + "line": 2748, "column": 36 } } @@ -937569,15 +938056,15 @@ "updateContext": null }, "value": "||", - "start": 121582, - "end": 121584, + "start": 123972, + "end": 123974, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 37 }, "end": { - "line": 2706, + "line": 2748, "column": 39 } } @@ -937596,15 +938083,15 @@ "updateContext": null }, "value": "!", - "start": 121585, - "end": 121586, + "start": 123975, + "end": 123976, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 40 }, "end": { - "line": 2706, + "line": 2748, "column": 41 } } @@ -937624,15 +938111,15 @@ "updateContext": null }, "value": "this", - "start": 121587, - "end": 121591, + "start": 123977, + "end": 123981, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 42 }, "end": { - "line": 2706, + "line": 2748, "column": 46 } } @@ -937650,15 +938137,15 @@ "binop": null, "updateContext": null }, - "start": 121591, - "end": 121592, + "start": 123981, + "end": 123982, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 46 }, "end": { - "line": 2706, + "line": 2748, "column": 47 } } @@ -937676,15 +938163,15 @@ "binop": null }, "value": "_isCompleted", - "start": 121592, - "end": 121604, + "start": 123982, + "end": 123994, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 47 }, "end": { - "line": 2706, + "line": 2748, "column": 59 } } @@ -937703,15 +938190,15 @@ "updateContext": null }, "value": "||", - "start": 121605, - "end": 121607, + "start": 123995, + "end": 123997, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 60 }, "end": { - "line": 2706, + "line": 2748, "column": 62 } } @@ -937731,15 +938218,15 @@ "updateContext": null }, "value": "this", - "start": 121608, - "end": 121612, + "start": 123998, + "end": 124002, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 63 }, "end": { - "line": 2706, + "line": 2748, "column": 67 } } @@ -937757,15 +938244,15 @@ "binop": null, "updateContext": null }, - "start": 121612, - "end": 121613, + "start": 124002, + "end": 124003, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 67 }, "end": { - "line": 2706, + "line": 2748, "column": 68 } } @@ -937783,15 +938270,15 @@ "binop": null }, "value": "is_empty", - "start": 121613, - "end": 121621, + "start": 124003, + "end": 124011, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 68 }, "end": { - "line": 2706, + "line": 2748, "column": 76 } } @@ -937808,15 +938295,15 @@ "postfix": false, "binop": null }, - "start": 121621, - "end": 121622, + "start": 124011, + "end": 124012, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 76 }, "end": { - "line": 2706, + "line": 2748, "column": 77 } } @@ -937834,15 +938321,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 121623, - "end": 121635, + "start": 124013, + "end": 124025, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 78 }, "end": { - "line": 2706, + "line": 2748, "column": 90 } } @@ -937859,15 +938346,15 @@ "postfix": false, "binop": null }, - "start": 121636, - "end": 121637, + "start": 124026, + "end": 124027, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 91 }, "end": { - "line": 2706, + "line": 2748, "column": 92 } } @@ -937884,15 +938371,15 @@ "postfix": false, "binop": null }, - "start": 121638, - "end": 121639, + "start": 124028, + "end": 124029, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 93 }, "end": { - "line": 2706, + "line": 2748, "column": 94 } } @@ -937909,15 +938396,15 @@ "postfix": false, "binop": null }, - "start": 121640, - "end": 121641, + "start": 124030, + "end": 124031, "loc": { "start": { - "line": 2706, + "line": 2748, "column": 95 }, "end": { - "line": 2706, + "line": 2748, "column": 96 } } @@ -937937,15 +938424,15 @@ "updateContext": null }, "value": "return", - "start": 121654, - "end": 121660, + "start": 124044, + "end": 124050, "loc": { "start": { - "line": 2707, + "line": 2749, "column": 12 }, "end": { - "line": 2707, + "line": 2749, "column": 18 } } @@ -937962,15 +938449,15 @@ "postfix": false, "binop": null }, - "start": 121669, - "end": 121670, + "start": 124059, + "end": 124060, "loc": { "start": { - "line": 2708, + "line": 2750, "column": 8 }, "end": { - "line": 2708, + "line": 2750, "column": 9 } } @@ -937988,15 +938475,15 @@ "binop": null }, "value": "events", - "start": 121688, - "end": 121694, + "start": 124078, + "end": 124084, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 8 }, "end": { - "line": 2710, + "line": 2752, "column": 14 } } @@ -938014,15 +938501,15 @@ "binop": null, "updateContext": null }, - "start": 121694, - "end": 121695, + "start": 124084, + "end": 124085, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 14 }, "end": { - "line": 2710, + "line": 2752, "column": 15 } } @@ -938040,15 +938527,15 @@ "binop": null }, "value": "forEach", - "start": 121695, - "end": 121702, + "start": 124085, + "end": 124092, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 15 }, "end": { - "line": 2710, + "line": 2752, "column": 22 } } @@ -938065,15 +938552,15 @@ "postfix": false, "binop": null }, - "start": 121702, - "end": 121703, + "start": 124092, + "end": 124093, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 22 }, "end": { - "line": 2710, + "line": 2752, "column": 23 } } @@ -938090,15 +938577,15 @@ "postfix": false, "binop": null }, - "start": 121704, - "end": 121705, + "start": 124094, + "end": 124095, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 24 }, "end": { - "line": 2710, + "line": 2752, "column": 25 } } @@ -938116,15 +938603,15 @@ "binop": null }, "value": "evt", - "start": 121706, - "end": 121709, + "start": 124096, + "end": 124099, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 26 }, "end": { - "line": 2710, + "line": 2752, "column": 29 } } @@ -938141,15 +938628,15 @@ "postfix": false, "binop": null }, - "start": 121710, - "end": 121711, + "start": 124100, + "end": 124101, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 30 }, "end": { - "line": 2710, + "line": 2752, "column": 31 } } @@ -938167,15 +938654,15 @@ "binop": null, "updateContext": null }, - "start": 121712, - "end": 121714, + "start": 124102, + "end": 124104, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 32 }, "end": { - "line": 2710, + "line": 2752, "column": 34 } } @@ -938192,15 +938679,15 @@ "postfix": false, "binop": null }, - "start": 121715, - "end": 121716, + "start": 124105, + "end": 124106, "loc": { "start": { - "line": 2710, + "line": 2752, "column": 35 }, "end": { - "line": 2710, + "line": 2752, "column": 36 } } @@ -938220,15 +938707,15 @@ "updateContext": null }, "value": "let", - "start": 121729, - "end": 121732, + "start": 124119, + "end": 124122, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 12 }, "end": { - "line": 2711, + "line": 2753, "column": 15 } } @@ -938246,15 +938733,15 @@ "binop": null }, "value": "_upc_event", - "start": 121733, - "end": 121743, + "start": 124123, + "end": 124133, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 16 }, "end": { - "line": 2711, + "line": 2753, "column": 26 } } @@ -938273,15 +938760,15 @@ "updateContext": null }, "value": "=", - "start": 121744, - "end": 121745, + "start": 124134, + "end": 124135, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 27 }, "end": { - "line": 2711, + "line": 2753, "column": 28 } } @@ -938301,15 +938788,15 @@ "updateContext": null }, "value": "this", - "start": 121746, - "end": 121750, + "start": 124136, + "end": 124140, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 29 }, "end": { - "line": 2711, + "line": 2753, "column": 33 } } @@ -938327,15 +938814,15 @@ "binop": null, "updateContext": null }, - "start": 121750, - "end": 121751, + "start": 124140, + "end": 124141, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 33 }, "end": { - "line": 2711, + "line": 2753, "column": 34 } } @@ -938353,15 +938840,15 @@ "binop": null }, "value": "_registerEventData", - "start": 121751, - "end": 121769, + "start": 124141, + "end": 124159, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 34 }, "end": { - "line": 2711, + "line": 2753, "column": 52 } } @@ -938378,15 +938865,15 @@ "postfix": false, "binop": null }, - "start": 121769, - "end": 121770, + "start": 124159, + "end": 124160, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 52 }, "end": { - "line": 2711, + "line": 2753, "column": 53 } } @@ -938405,15 +938892,15 @@ "updateContext": null }, "value": "
", - "start": 121771, - "end": 121784, + "start": 124161, + "end": 124174, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 54 }, "end": { - "line": 2711, + "line": 2753, "column": 67 } } @@ -938431,15 +938918,15 @@ "binop": null, "updateContext": null }, - "start": 121784, - "end": 121785, + "start": 124174, + "end": 124175, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 67 }, "end": { - "line": 2711, + "line": 2753, "column": 68 } } @@ -938457,15 +938944,15 @@ "binop": null }, "value": "evt", - "start": 121786, - "end": 121789, + "start": 124176, + "end": 124179, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 69 }, "end": { - "line": 2711, + "line": 2753, "column": 72 } } @@ -938482,15 +938969,15 @@ "postfix": false, "binop": null }, - "start": 121790, - "end": 121791, + "start": 124180, + "end": 124181, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 73 }, "end": { - "line": 2711, + "line": 2753, "column": 74 } } @@ -938508,15 +938995,15 @@ "binop": null, "updateContext": null }, - "start": 121791, - "end": 121792, + "start": 124181, + "end": 124182, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 74 }, "end": { - "line": 2711, + "line": 2753, "column": 75 } } @@ -938524,15 +939011,15 @@ { "type": "CommentLine", "value": " Update Candidate", - "start": 121793, - "end": 121812, + "start": 124183, + "end": 124202, "loc": { "start": { - "line": 2711, + "line": 2753, "column": 76 }, "end": { - "line": 2711, + "line": 2753, "column": 95 } } @@ -938550,15 +939037,15 @@ "binop": null }, "value": "_old_index", - "start": 121829, - "end": 121839, + "start": 124219, + "end": 124229, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 16 }, "end": { - "line": 2712, + "line": 2754, "column": 26 } } @@ -938577,15 +939064,15 @@ "updateContext": null }, "value": "=", - "start": 121840, - "end": 121841, + "start": 124230, + "end": 124231, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 27 }, "end": { - "line": 2712, + "line": 2754, "column": 28 } } @@ -938605,15 +939092,15 @@ "updateContext": null }, "value": "null", - "start": 121842, - "end": 121846, + "start": 124232, + "end": 124236, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 29 }, "end": { - "line": 2712, + "line": 2754, "column": 33 } } @@ -938631,15 +939118,15 @@ "binop": null, "updateContext": null }, - "start": 121846, - "end": 121847, + "start": 124236, + "end": 124237, "loc": { "start": { - "line": 2712, + "line": 2754, "column": 33 }, "end": { - "line": 2712, + "line": 2754, "column": 34 } } @@ -938657,15 +939144,15 @@ "binop": null }, "value": "_old_event", - "start": 121864, - "end": 121874, + "start": 124254, + "end": 124264, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 16 }, "end": { - "line": 2713, + "line": 2755, "column": 26 } } @@ -938684,15 +939171,15 @@ "updateContext": null }, "value": "=", - "start": 121875, - "end": 121876, + "start": 124265, + "end": 124266, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 27 }, "end": { - "line": 2713, + "line": 2755, "column": 28 } } @@ -938710,15 +939197,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 121877, - "end": 121889, + "start": 124267, + "end": 124279, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 29 }, "end": { - "line": 2713, + "line": 2755, "column": 41 } } @@ -938736,15 +939223,15 @@ "binop": null, "updateContext": null }, - "start": 121889, - "end": 121890, + "start": 124279, + "end": 124280, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 41 }, "end": { - "line": 2713, + "line": 2755, "column": 42 } } @@ -938762,15 +939249,15 @@ "binop": null }, "value": "find", - "start": 121890, - "end": 121894, + "start": 124280, + "end": 124284, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 42 }, "end": { - "line": 2713, + "line": 2755, "column": 46 } } @@ -938787,15 +939274,15 @@ "postfix": false, "binop": null }, - "start": 121894, - "end": 121895, + "start": 124284, + "end": 124285, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 46 }, "end": { - "line": 2713, + "line": 2755, "column": 47 } } @@ -938812,15 +939299,15 @@ "postfix": false, "binop": null }, - "start": 121896, - "end": 121897, + "start": 124286, + "end": 124287, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 48 }, "end": { - "line": 2713, + "line": 2755, "column": 49 } } @@ -938838,15 +939325,15 @@ "binop": null }, "value": "_evt", - "start": 121898, - "end": 121902, + "start": 124288, + "end": 124292, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 50 }, "end": { - "line": 2713, + "line": 2755, "column": 54 } } @@ -938864,15 +939351,15 @@ "binop": null, "updateContext": null }, - "start": 121902, - "end": 121903, + "start": 124292, + "end": 124293, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 54 }, "end": { - "line": 2713, + "line": 2755, "column": 55 } } @@ -938890,15 +939377,15 @@ "binop": null }, "value": "_idx", - "start": 121904, - "end": 121908, + "start": 124294, + "end": 124298, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 56 }, "end": { - "line": 2713, + "line": 2755, "column": 60 } } @@ -938915,15 +939402,15 @@ "postfix": false, "binop": null }, - "start": 121909, - "end": 121910, + "start": 124299, + "end": 124300, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 61 }, "end": { - "line": 2713, + "line": 2755, "column": 62 } } @@ -938941,15 +939428,15 @@ "binop": null, "updateContext": null }, - "start": 121911, - "end": 121913, + "start": 124301, + "end": 124303, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 63 }, "end": { - "line": 2713, + "line": 2755, "column": 65 } } @@ -938966,15 +939453,15 @@ "postfix": false, "binop": null }, - "start": 121914, - "end": 121915, + "start": 124304, + "end": 124305, "loc": { "start": { - "line": 2713, + "line": 2755, "column": 66 }, "end": { - "line": 2713, + "line": 2755, "column": 67 } } @@ -938992,15 +939479,15 @@ "binop": null }, "value": "_old_index", - "start": 121936, - "end": 121946, + "start": 124326, + "end": 124336, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 20 }, "end": { - "line": 2714, + "line": 2756, "column": 30 } } @@ -939019,15 +939506,15 @@ "updateContext": null }, "value": "=", - "start": 121947, - "end": 121948, + "start": 124337, + "end": 124338, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 31 }, "end": { - "line": 2714, + "line": 2756, "column": 32 } } @@ -939045,15 +939532,15 @@ "binop": null }, "value": "_idx", - "start": 121949, - "end": 121953, + "start": 124339, + "end": 124343, "loc": { "start": { - "line": 2714, + "line": 2756, "column": 33 }, "end": { - "line": 2714, + "line": 2756, "column": 37 } } @@ -939073,15 +939560,15 @@ "updateContext": null }, "value": "return", - "start": 121974, - "end": 121980, + "start": 124364, + "end": 124370, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 20 }, "end": { - "line": 2715, + "line": 2757, "column": 26 } } @@ -939099,15 +939586,15 @@ "binop": null }, "value": "_evt", - "start": 121981, - "end": 121985, + "start": 124371, + "end": 124375, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 27 }, "end": { - "line": 2715, + "line": 2757, "column": 31 } } @@ -939125,15 +939612,15 @@ "binop": null, "updateContext": null }, - "start": 121985, - "end": 121986, + "start": 124375, + "end": 124376, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 31 }, "end": { - "line": 2715, + "line": 2757, "column": 32 } } @@ -939151,15 +939638,15 @@ "binop": null }, "value": "eventId", - "start": 121986, - "end": 121993, + "start": 124376, + "end": 124383, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 32 }, "end": { - "line": 2715, + "line": 2757, "column": 39 } } @@ -939178,15 +939665,15 @@ "updateContext": null }, "value": "==", - "start": 121994, - "end": 121996, + "start": 124384, + "end": 124386, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 40 }, "end": { - "line": 2715, + "line": 2757, "column": 42 } } @@ -939204,15 +939691,15 @@ "binop": null }, "value": "_upc_event", - "start": 121997, - "end": 122007, + "start": 124387, + "end": 124397, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 43 }, "end": { - "line": 2715, + "line": 2757, "column": 53 } } @@ -939230,15 +939717,15 @@ "binop": null, "updateContext": null }, - "start": 122007, - "end": 122008, + "start": 124397, + "end": 124398, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 53 }, "end": { - "line": 2715, + "line": 2757, "column": 54 } } @@ -939256,15 +939743,15 @@ "binop": null }, "value": "eventId", - "start": 122008, - "end": 122015, + "start": 124398, + "end": 124405, "loc": { "start": { - "line": 2715, + "line": 2757, "column": 54 }, "end": { - "line": 2715, + "line": 2757, "column": 61 } } @@ -939281,15 +939768,15 @@ "postfix": false, "binop": null }, - "start": 122032, - "end": 122033, + "start": 124422, + "end": 124423, "loc": { "start": { - "line": 2716, + "line": 2758, "column": 16 }, "end": { - "line": 2716, + "line": 2758, "column": 17 } } @@ -939306,15 +939793,15 @@ "postfix": false, "binop": null }, - "start": 122033, - "end": 122034, + "start": 124423, + "end": 124424, "loc": { "start": { - "line": 2716, + "line": 2758, "column": 17 }, "end": { - "line": 2716, + "line": 2758, "column": 18 } } @@ -939332,15 +939819,15 @@ "binop": null, "updateContext": null }, - "start": 122034, - "end": 122035, + "start": 124424, + "end": 124425, "loc": { "start": { - "line": 2716, + "line": 2758, "column": 18 }, "end": { - "line": 2716, + "line": 2758, "column": 19 } } @@ -939358,15 +939845,15 @@ "binop": null }, "value": "_new_event", - "start": 122052, - "end": 122062, + "start": 124442, + "end": 124452, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 16 }, "end": { - "line": 2717, + "line": 2759, "column": 26 } } @@ -939385,15 +939872,15 @@ "updateContext": null }, "value": "=", - "start": 122063, - "end": 122064, + "start": 124453, + "end": 124454, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 27 }, "end": { - "line": 2717, + "line": 2759, "column": 28 } } @@ -939410,15 +939897,15 @@ "postfix": false, "binop": null }, - "start": 122065, - "end": 122066, + "start": 124455, + "end": 124456, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 29 }, "end": { - "line": 2717, + "line": 2759, "column": 30 } } @@ -939435,15 +939922,15 @@ "postfix": false, "binop": null }, - "start": 122066, - "end": 122067, + "start": 124456, + "end": 124457, "loc": { "start": { - "line": 2717, + "line": 2759, "column": 30 }, "end": { - "line": 2717, + "line": 2759, "column": 31 } } @@ -939463,15 +939950,15 @@ "updateContext": null }, "value": "if", - "start": 122093, - "end": 122095, + "start": 124483, + "end": 124485, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 12 }, "end": { - "line": 2719, + "line": 2761, "column": 14 } } @@ -939488,15 +939975,15 @@ "postfix": false, "binop": null }, - "start": 122096, - "end": 122097, + "start": 124486, + "end": 124487, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 15 }, "end": { - "line": 2719, + "line": 2761, "column": 16 } } @@ -939515,15 +940002,15 @@ "updateContext": null }, "value": "!", - "start": 122098, - "end": 122099, + "start": 124488, + "end": 124489, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 17 }, "end": { - "line": 2719, + "line": 2761, "column": 18 } } @@ -939543,15 +940030,15 @@ "updateContext": null }, "value": "this", - "start": 122100, - "end": 122104, + "start": 124490, + "end": 124494, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 19 }, "end": { - "line": 2719, + "line": 2761, "column": 23 } } @@ -939569,15 +940056,15 @@ "binop": null, "updateContext": null }, - "start": 122104, - "end": 122105, + "start": 124494, + "end": 124495, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 23 }, "end": { - "line": 2719, + "line": 2761, "column": 24 } } @@ -939595,15 +940082,15 @@ "binop": null }, "value": "is_empty", - "start": 122105, - "end": 122113, + "start": 124495, + "end": 124503, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 24 }, "end": { - "line": 2719, + "line": 2761, "column": 32 } } @@ -939620,15 +940107,15 @@ "postfix": false, "binop": null }, - "start": 122113, - "end": 122114, + "start": 124503, + "end": 124504, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 32 }, "end": { - "line": 2719, + "line": 2761, "column": 33 } } @@ -939646,15 +940133,15 @@ "binop": null }, "value": "_old_event", - "start": 122115, - "end": 122125, + "start": 124505, + "end": 124515, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 34 }, "end": { - "line": 2719, + "line": 2761, "column": 44 } } @@ -939671,15 +940158,15 @@ "postfix": false, "binop": null }, - "start": 122126, - "end": 122127, + "start": 124516, + "end": 124517, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 45 }, "end": { - "line": 2719, + "line": 2761, "column": 46 } } @@ -939698,15 +940185,15 @@ "updateContext": null }, "value": "&&", - "start": 122128, - "end": 122130, + "start": 124518, + "end": 124520, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 47 }, "end": { - "line": 2719, + "line": 2761, "column": 49 } } @@ -939725,15 +940212,15 @@ "updateContext": null }, "value": "!", - "start": 122131, - "end": 122132, + "start": 124521, + "end": 124522, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 50 }, "end": { - "line": 2719, + "line": 2761, "column": 51 } } @@ -939753,15 +940240,15 @@ "updateContext": null }, "value": "this", - "start": 122133, - "end": 122137, + "start": 124523, + "end": 124527, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 52 }, "end": { - "line": 2719, + "line": 2761, "column": 56 } } @@ -939779,15 +940266,15 @@ "binop": null, "updateContext": null }, - "start": 122137, - "end": 122138, + "start": 124527, + "end": 124528, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 56 }, "end": { - "line": 2719, + "line": 2761, "column": 57 } } @@ -939805,15 +940292,15 @@ "binop": null }, "value": "is_empty", - "start": 122138, - "end": 122146, + "start": 124528, + "end": 124536, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 57 }, "end": { - "line": 2719, + "line": 2761, "column": 65 } } @@ -939830,15 +940317,15 @@ "postfix": false, "binop": null }, - "start": 122146, - "end": 122147, + "start": 124536, + "end": 124537, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 65 }, "end": { - "line": 2719, + "line": 2761, "column": 66 } } @@ -939856,15 +940343,15 @@ "binop": null }, "value": "_upc_event", - "start": 122148, - "end": 122158, + "start": 124538, + "end": 124548, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 67 }, "end": { - "line": 2719, + "line": 2761, "column": 77 } } @@ -939881,15 +940368,15 @@ "postfix": false, "binop": null }, - "start": 122159, - "end": 122160, + "start": 124549, + "end": 124550, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 78 }, "end": { - "line": 2719, + "line": 2761, "column": 79 } } @@ -939906,15 +940393,15 @@ "postfix": false, "binop": null }, - "start": 122161, - "end": 122162, + "start": 124551, + "end": 124552, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 80 }, "end": { - "line": 2719, + "line": 2761, "column": 81 } } @@ -939931,15 +940418,15 @@ "postfix": false, "binop": null }, - "start": 122163, - "end": 122164, + "start": 124553, + "end": 124554, "loc": { "start": { - "line": 2719, + "line": 2761, "column": 82 }, "end": { - "line": 2719, + "line": 2761, "column": 83 } } @@ -939959,15 +940446,15 @@ "updateContext": null }, "value": "if", - "start": 122181, - "end": 122183, + "start": 124571, + "end": 124573, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 16 }, "end": { - "line": 2720, + "line": 2762, "column": 18 } } @@ -939984,15 +940471,15 @@ "postfix": false, "binop": null }, - "start": 122184, - "end": 122185, + "start": 124574, + "end": 124575, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 19 }, "end": { - "line": 2720, + "line": 2762, "column": 20 } } @@ -940010,15 +940497,15 @@ "binop": null }, "value": "_upc_event", - "start": 122186, - "end": 122196, + "start": 124576, + "end": 124586, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 21 }, "end": { - "line": 2720, + "line": 2762, "column": 31 } } @@ -940036,15 +940523,15 @@ "binop": null, "updateContext": null }, - "start": 122196, - "end": 122197, + "start": 124586, + "end": 124587, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 31 }, "end": { - "line": 2720, + "line": 2762, "column": 32 } } @@ -940062,15 +940549,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 122197, - "end": 122211, + "start": 124587, + "end": 124601, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 32 }, "end": { - "line": 2720, + "line": 2762, "column": 46 } } @@ -940087,15 +940574,15 @@ "postfix": false, "binop": null }, - "start": 122211, - "end": 122212, + "start": 124601, + "end": 124602, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 46 }, "end": { - "line": 2720, + "line": 2762, "column": 47 } } @@ -940114,15 +940601,15 @@ "updateContext": null }, "value": "uid", - "start": 122213, - "end": 122218, + "start": 124603, + "end": 124608, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 48 }, "end": { - "line": 2720, + "line": 2762, "column": 53 } } @@ -940139,15 +940626,15 @@ "postfix": false, "binop": null }, - "start": 122219, - "end": 122220, + "start": 124609, + "end": 124610, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 54 }, "end": { - "line": 2720, + "line": 2762, "column": 55 } } @@ -940164,15 +940651,15 @@ "postfix": false, "binop": null }, - "start": 122221, - "end": 122222, + "start": 124611, + "end": 124612, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 56 }, "end": { - "line": 2720, + "line": 2762, "column": 57 } } @@ -940189,15 +940676,15 @@ "postfix": false, "binop": null }, - "start": 122223, - "end": 122224, + "start": 124613, + "end": 124614, "loc": { "start": { - "line": 2720, + "line": 2762, "column": 58 }, "end": { - "line": 2720, + "line": 2762, "column": 59 } } @@ -940217,15 +940704,15 @@ "updateContext": null }, "value": "delete", - "start": 122245, - "end": 122251, + "start": 124635, + "end": 124641, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 20 }, "end": { - "line": 2721, + "line": 2763, "column": 26 } } @@ -940243,15 +940730,15 @@ "binop": null }, "value": "_upc_event", - "start": 122252, - "end": 122262, + "start": 124642, + "end": 124652, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 27 }, "end": { - "line": 2721, + "line": 2763, "column": 37 } } @@ -940269,15 +940756,15 @@ "binop": null, "updateContext": null }, - "start": 122262, - "end": 122263, + "start": 124652, + "end": 124653, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 37 }, "end": { - "line": 2721, + "line": 2763, "column": 38 } } @@ -940295,15 +940782,15 @@ "binop": null }, "value": "uid", - "start": 122263, - "end": 122266, + "start": 124653, + "end": 124656, "loc": { "start": { - "line": 2721, + "line": 2763, "column": 38 }, "end": { - "line": 2721, + "line": 2763, "column": 41 } } @@ -940320,15 +940807,15 @@ "postfix": false, "binop": null }, - "start": 122283, - "end": 122284, + "start": 124673, + "end": 124674, "loc": { "start": { - "line": 2722, + "line": 2764, "column": 16 }, "end": { - "line": 2722, + "line": 2764, "column": 17 } } @@ -940346,15 +940833,15 @@ "binop": null }, "value": "_new_event", - "start": 122301, - "end": 122311, + "start": 124691, + "end": 124701, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 16 }, "end": { - "line": 2723, + "line": 2765, "column": 26 } } @@ -940373,15 +940860,15 @@ "updateContext": null }, "value": "=", - "start": 122312, - "end": 122313, + "start": 124702, + "end": 124703, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 27 }, "end": { - "line": 2723, + "line": 2765, "column": 28 } } @@ -940399,15 +940886,15 @@ "binop": null }, "value": "Object", - "start": 122314, - "end": 122320, + "start": 124704, + "end": 124710, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 29 }, "end": { - "line": 2723, + "line": 2765, "column": 35 } } @@ -940425,15 +940912,15 @@ "binop": null, "updateContext": null }, - "start": 122320, - "end": 122321, + "start": 124710, + "end": 124711, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 35 }, "end": { - "line": 2723, + "line": 2765, "column": 36 } } @@ -940451,15 +940938,15 @@ "binop": null }, "value": "assign", - "start": 122321, - "end": 122327, + "start": 124711, + "end": 124717, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 36 }, "end": { - "line": 2723, + "line": 2765, "column": 42 } } @@ -940476,15 +940963,15 @@ "postfix": false, "binop": null }, - "start": 122327, - "end": 122328, + "start": 124717, + "end": 124718, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 42 }, "end": { - "line": 2723, + "line": 2765, "column": 43 } } @@ -940502,15 +940989,15 @@ "binop": null }, "value": "_new_event", - "start": 122329, - "end": 122339, + "start": 124719, + "end": 124729, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 44 }, "end": { - "line": 2723, + "line": 2765, "column": 54 } } @@ -940528,15 +941015,15 @@ "binop": null, "updateContext": null }, - "start": 122339, - "end": 122340, + "start": 124729, + "end": 124730, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 54 }, "end": { - "line": 2723, + "line": 2765, "column": 55 } } @@ -940554,15 +941041,15 @@ "binop": null }, "value": "_old_event", - "start": 122341, - "end": 122351, + "start": 124731, + "end": 124741, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 56 }, "end": { - "line": 2723, + "line": 2765, "column": 66 } } @@ -940580,15 +941067,15 @@ "binop": null, "updateContext": null }, - "start": 122351, - "end": 122352, + "start": 124741, + "end": 124742, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 66 }, "end": { - "line": 2723, + "line": 2765, "column": 67 } } @@ -940606,15 +941093,15 @@ "binop": null }, "value": "_upc_event", - "start": 122353, - "end": 122363, + "start": 124743, + "end": 124753, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 68 }, "end": { - "line": 2723, + "line": 2765, "column": 78 } } @@ -940631,15 +941118,15 @@ "postfix": false, "binop": null }, - "start": 122364, - "end": 122365, + "start": 124754, + "end": 124755, "loc": { "start": { - "line": 2723, + "line": 2765, "column": 79 }, "end": { - "line": 2723, + "line": 2765, "column": 80 } } @@ -940647,15 +941134,15 @@ { "type": "CommentLine", "value": "console.log( _new_event, _old_event, _upc_event, _old_index )", - "start": 122366, - "end": 122429, + "start": 124756, + "end": 124819, "loc": { "start": { - "line": 2724, + "line": 2766, "column": 0 }, "end": { - "line": 2724, + "line": 2766, "column": 63 } } @@ -940673,15 +941160,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 122446, - "end": 122458, + "start": 124836, + "end": 124848, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 16 }, "end": { - "line": 2725, + "line": 2767, "column": 28 } } @@ -940699,15 +941186,15 @@ "binop": null, "updateContext": null }, - "start": 122458, - "end": 122459, + "start": 124848, + "end": 124849, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 28 }, "end": { - "line": 2725, + "line": 2767, "column": 29 } } @@ -940725,15 +941212,15 @@ "binop": null }, "value": "_old_index", - "start": 122459, - "end": 122469, + "start": 124849, + "end": 124859, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 29 }, "end": { - "line": 2725, + "line": 2767, "column": 39 } } @@ -940751,15 +941238,15 @@ "binop": null, "updateContext": null }, - "start": 122469, - "end": 122470, + "start": 124859, + "end": 124860, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 39 }, "end": { - "line": 2725, + "line": 2767, "column": 40 } } @@ -940778,15 +941265,15 @@ "updateContext": null }, "value": "=", - "start": 122471, - "end": 122472, + "start": 124861, + "end": 124862, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 41 }, "end": { - "line": 2725, + "line": 2767, "column": 42 } } @@ -940804,15 +941291,15 @@ "binop": null }, "value": "_new_event", - "start": 122473, - "end": 122483, + "start": 124863, + "end": 124873, "loc": { "start": { - "line": 2725, + "line": 2767, "column": 43 }, "end": { - "line": 2725, + "line": 2767, "column": 53 } } @@ -940830,15 +941317,15 @@ "binop": null }, "value": "update_done", - "start": 122500, - "end": 122511, + "start": 124890, + "end": 124901, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 16 }, "end": { - "line": 2726, + "line": 2768, "column": 27 } } @@ -940857,15 +941344,15 @@ "updateContext": null }, "value": "=", - "start": 122512, - "end": 122513, + "start": 124902, + "end": 124903, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 28 }, "end": { - "line": 2726, + "line": 2768, "column": 29 } } @@ -940885,15 +941372,15 @@ "updateContext": null }, "value": "true", - "start": 122514, - "end": 122518, + "start": 124904, + "end": 124908, "loc": { "start": { - "line": 2726, + "line": 2768, "column": 30 }, "end": { - "line": 2726, + "line": 2768, "column": 34 } } @@ -940910,15 +941397,15 @@ "postfix": false, "binop": null }, - "start": 122531, - "end": 122532, + "start": 124921, + "end": 124922, "loc": { "start": { - "line": 2727, + "line": 2769, "column": 12 }, "end": { - "line": 2727, + "line": 2769, "column": 13 } } @@ -940935,15 +941422,15 @@ "postfix": false, "binop": null }, - "start": 122541, - "end": 122542, + "start": 124931, + "end": 124932, "loc": { "start": { - "line": 2728, + "line": 2770, "column": 8 }, "end": { - "line": 2728, + "line": 2770, "column": 9 } } @@ -940960,15 +941447,15 @@ "postfix": false, "binop": null }, - "start": 122542, - "end": 122543, + "start": 124932, + "end": 124933, "loc": { "start": { - "line": 2728, + "line": 2770, "column": 9 }, "end": { - "line": 2728, + "line": 2770, "column": 10 } } @@ -940988,15 +941475,15 @@ "updateContext": null }, "value": "if", - "start": 122561, - "end": 122563, + "start": 124951, + "end": 124953, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 8 }, "end": { - "line": 2730, + "line": 2772, "column": 10 } } @@ -941013,15 +941500,15 @@ "postfix": false, "binop": null }, - "start": 122564, - "end": 122565, + "start": 124954, + "end": 124955, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 11 }, "end": { - "line": 2730, + "line": 2772, "column": 12 } } @@ -941040,15 +941527,15 @@ "updateContext": null }, "value": "!", - "start": 122566, - "end": 122567, + "start": 124956, + "end": 124957, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 13 }, "end": { - "line": 2730, + "line": 2772, "column": 14 } } @@ -941066,15 +941553,15 @@ "binop": null }, "value": "update_done", - "start": 122568, - "end": 122579, + "start": 124958, + "end": 124969, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 15 }, "end": { - "line": 2730, + "line": 2772, "column": 26 } } @@ -941091,15 +941578,15 @@ "postfix": false, "binop": null }, - "start": 122580, - "end": 122581, + "start": 124970, + "end": 124971, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 27 }, "end": { - "line": 2730, + "line": 2772, "column": 28 } } @@ -941116,15 +941603,15 @@ "postfix": false, "binop": null }, - "start": 122582, - "end": 122583, + "start": 124972, + "end": 124973, "loc": { "start": { - "line": 2730, + "line": 2772, "column": 29 }, "end": { - "line": 2730, + "line": 2772, "column": 30 } } @@ -941144,15 +941631,15 @@ "updateContext": null }, "value": "return", - "start": 122596, - "end": 122602, + "start": 124986, + "end": 124992, "loc": { "start": { - "line": 2731, + "line": 2773, "column": 12 }, "end": { - "line": 2731, + "line": 2773, "column": 18 } } @@ -941169,15 +941656,15 @@ "postfix": false, "binop": null }, - "start": 122611, - "end": 122612, + "start": 125001, + "end": 125002, "loc": { "start": { - "line": 2732, + "line": 2774, "column": 8 }, "end": { - "line": 2732, + "line": 2774, "column": 9 } } @@ -941197,15 +941684,15 @@ "updateContext": null }, "value": "this", - "start": 122630, - "end": 122634, + "start": 125020, + "end": 125024, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 8 }, "end": { - "line": 2734, + "line": 2776, "column": 12 } } @@ -941223,15 +941710,15 @@ "binop": null, "updateContext": null }, - "start": 122634, - "end": 122635, + "start": 125024, + "end": 125025, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 12 }, "end": { - "line": 2734, + "line": 2776, "column": 13 } } @@ -941249,15 +941736,15 @@ "binop": null }, "value": "_saveToCache", - "start": 122635, - "end": 122647, + "start": 125025, + "end": 125037, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 13 }, "end": { - "line": 2734, + "line": 2776, "column": 25 } } @@ -941274,15 +941761,15 @@ "postfix": false, "binop": null }, - "start": 122647, - "end": 122648, + "start": 125037, + "end": 125038, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 25 }, "end": { - "line": 2734, + "line": 2776, "column": 26 } } @@ -941300,15 +941787,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 122649, - "end": 122661, + "start": 125039, + "end": 125051, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 27 }, "end": { - "line": 2734, + "line": 2776, "column": 39 } } @@ -941325,15 +941812,15 @@ "postfix": false, "binop": null }, - "start": 122662, - "end": 122663, + "start": 125052, + "end": 125053, "loc": { "start": { - "line": 2734, + "line": 2776, "column": 40 }, "end": { - "line": 2734, + "line": 2776, "column": 41 } } @@ -941353,15 +941840,15 @@ "updateContext": null }, "value": "this", - "start": 122681, - "end": 122685, + "start": 125071, + "end": 125075, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 8 }, "end": { - "line": 2736, + "line": 2778, "column": 12 } } @@ -941379,15 +941866,15 @@ "binop": null, "updateContext": null }, - "start": 122685, - "end": 122686, + "start": 125075, + "end": 125076, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 12 }, "end": { - "line": 2736, + "line": 2778, "column": 13 } } @@ -941405,15 +941892,15 @@ "binop": null }, "value": "_placeEvent", - "start": 122686, - "end": 122697, + "start": 125076, + "end": 125087, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 13 }, "end": { - "line": 2736, + "line": 2778, "column": 24 } } @@ -941430,15 +941917,15 @@ "postfix": false, "binop": null }, - "start": 122697, - "end": 122698, + "start": 125087, + "end": 125088, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 24 }, "end": { - "line": 2736, + "line": 2778, "column": 25 } } @@ -941455,15 +941942,15 @@ "postfix": false, "binop": null }, - "start": 122698, - "end": 122699, + "start": 125088, + "end": 125089, "loc": { "start": { - "line": 2736, + "line": 2778, "column": 25 }, "end": { - "line": 2736, + "line": 2778, "column": 26 } } @@ -941483,15 +941970,15 @@ "updateContext": null }, "value": "if", - "start": 122717, - "end": 122719, + "start": 125107, + "end": 125109, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 8 }, "end": { - "line": 2738, + "line": 2780, "column": 10 } } @@ -941508,15 +941995,15 @@ "postfix": false, "binop": null }, - "start": 122720, - "end": 122721, + "start": 125110, + "end": 125111, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 11 }, "end": { - "line": 2738, + "line": 2780, "column": 12 } } @@ -941534,15 +942021,15 @@ "binop": null }, "value": "callback", - "start": 122722, - "end": 122730, + "start": 125112, + "end": 125120, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 13 }, "end": { - "line": 2738, + "line": 2780, "column": 21 } } @@ -941559,15 +942046,15 @@ "postfix": false, "binop": null }, - "start": 122731, - "end": 122732, + "start": 125121, + "end": 125122, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 22 }, "end": { - "line": 2738, + "line": 2780, "column": 23 } } @@ -941584,15 +942071,15 @@ "postfix": false, "binop": null }, - "start": 122733, - "end": 122734, + "start": 125123, + "end": 125124, "loc": { "start": { - "line": 2738, + "line": 2780, "column": 24 }, "end": { - "line": 2738, + "line": 2780, "column": 25 } } @@ -941612,15 +942099,15 @@ "updateContext": null }, "value": "this", - "start": 122747, - "end": 122751, + "start": 125137, + "end": 125141, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 12 }, "end": { - "line": 2739, + "line": 2781, "column": 16 } } @@ -941638,15 +942125,15 @@ "binop": null, "updateContext": null }, - "start": 122751, - "end": 122752, + "start": 125141, + "end": 125142, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 16 }, "end": { - "line": 2739, + "line": 2781, "column": 17 } } @@ -941664,15 +942151,15 @@ "binop": null }, "value": "_debug", - "start": 122752, - "end": 122758, + "start": 125142, + "end": 125148, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 17 }, "end": { - "line": 2739, + "line": 2781, "column": 23 } } @@ -941689,15 +942176,15 @@ "postfix": false, "binop": null }, - "start": 122758, - "end": 122759, + "start": 125148, + "end": 125149, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 23 }, "end": { - "line": 2739, + "line": 2781, "column": 24 } } @@ -941716,15 +942203,15 @@ "updateContext": null }, "value": "Fired your callback function after updating events.", - "start": 122760, - "end": 122813, + "start": 125150, + "end": 125203, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 25 }, "end": { - "line": 2739, + "line": 2781, "column": 78 } } @@ -941741,15 +942228,15 @@ "postfix": false, "binop": null }, - "start": 122814, - "end": 122815, + "start": 125204, + "end": 125205, "loc": { "start": { - "line": 2739, + "line": 2781, "column": 79 }, "end": { - "line": 2739, + "line": 2781, "column": 80 } } @@ -941767,15 +942254,15 @@ "binop": null }, "value": "callback", - "start": 122841, - "end": 122849, + "start": 125231, + "end": 125239, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 12 }, "end": { - "line": 2741, + "line": 2783, "column": 20 } } @@ -941792,15 +942279,15 @@ "postfix": false, "binop": null }, - "start": 122849, - "end": 122850, + "start": 125239, + "end": 125240, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 20 }, "end": { - "line": 2741, + "line": 2783, "column": 21 } } @@ -941820,15 +942307,15 @@ "updateContext": null }, "value": "this", - "start": 122851, - "end": 122855, + "start": 125241, + "end": 125245, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 22 }, "end": { - "line": 2741, + "line": 2783, "column": 26 } } @@ -941846,15 +942333,15 @@ "binop": null, "updateContext": null }, - "start": 122855, - "end": 122856, + "start": 125245, + "end": 125246, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 26 }, "end": { - "line": 2741, + "line": 2783, "column": 27 } } @@ -941872,15 +942359,15 @@ "binop": null }, "value": "_element", - "start": 122856, - "end": 122864, + "start": 125246, + "end": 125254, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 27 }, "end": { - "line": 2741, + "line": 2783, "column": 35 } } @@ -941898,15 +942385,15 @@ "binop": null, "updateContext": null }, - "start": 122864, - "end": 122865, + "start": 125254, + "end": 125255, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 35 }, "end": { - "line": 2741, + "line": 2783, "column": 36 } } @@ -941926,15 +942413,15 @@ "updateContext": null }, "value": "this", - "start": 122866, - "end": 122870, + "start": 125256, + "end": 125260, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 37 }, "end": { - "line": 2741, + "line": 2783, "column": 41 } } @@ -941952,15 +942439,15 @@ "binop": null, "updateContext": null }, - "start": 122870, - "end": 122871, + "start": 125260, + "end": 125261, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 41 }, "end": { - "line": 2741, + "line": 2783, "column": 42 } } @@ -941978,15 +942465,15 @@ "binop": null }, "value": "_config", - "start": 122871, - "end": 122878, + "start": 125261, + "end": 125268, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 42 }, "end": { - "line": 2741, + "line": 2783, "column": 49 } } @@ -942004,15 +942491,15 @@ "binop": null, "updateContext": null }, - "start": 122878, - "end": 122879, + "start": 125268, + "end": 125269, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 49 }, "end": { - "line": 2741, + "line": 2783, "column": 50 } } @@ -942030,15 +942517,15 @@ "binop": null }, "value": "userdata", - "start": 122880, - "end": 122888, + "start": 125270, + "end": 125278, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 51 }, "end": { - "line": 2741, + "line": 2783, "column": 59 } } @@ -942055,15 +942542,15 @@ "postfix": false, "binop": null }, - "start": 122889, - "end": 122890, + "start": 125279, + "end": 125280, "loc": { "start": { - "line": 2741, + "line": 2783, "column": 60 }, "end": { - "line": 2741, + "line": 2783, "column": 61 } } @@ -942080,15 +942567,15 @@ "postfix": false, "binop": null }, - "start": 122899, - "end": 122900, + "start": 125289, + "end": 125290, "loc": { "start": { - "line": 2742, + "line": 2784, "column": 8 }, "end": { - "line": 2742, + "line": 2784, "column": 9 } } @@ -942105,15 +942592,15 @@ "postfix": false, "binop": null }, - "start": 122905, - "end": 122906, + "start": 125295, + "end": 125296, "loc": { "start": { - "line": 2743, + "line": 2785, "column": 4 }, "end": { - "line": 2743, + "line": 2785, "column": 5 } } @@ -942121,15 +942608,15 @@ { "type": "CommentBlock", "value": "*\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n ", - "start": 122916, - "end": 123165, + "start": 125306, + "end": 125555, "loc": { "start": { - "line": 2745, + "line": 2787, "column": 4 }, "end": { - "line": 2750, + "line": 2792, "column": 7 } } @@ -942147,15 +942634,15 @@ "binop": null }, "value": "reload", - "start": 123170, - "end": 123176, + "start": 125560, + "end": 125566, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 4 }, "end": { - "line": 2751, + "line": 2793, "column": 10 } } @@ -942172,15 +942659,15 @@ "postfix": false, "binop": null }, - "start": 123176, - "end": 123177, + "start": 125566, + "end": 125567, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 10 }, "end": { - "line": 2751, + "line": 2793, "column": 11 } } @@ -942198,15 +942685,15 @@ "binop": null, "updateContext": null }, - "start": 123178, - "end": 123181, + "start": 125568, + "end": 125571, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 12 }, "end": { - "line": 2751, + "line": 2793, "column": 15 } } @@ -942224,15 +942711,15 @@ "binop": null }, "value": "args", - "start": 123181, - "end": 123185, + "start": 125571, + "end": 125575, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 15 }, "end": { - "line": 2751, + "line": 2793, "column": 19 } } @@ -942249,15 +942736,15 @@ "postfix": false, "binop": null }, - "start": 123186, - "end": 123187, + "start": 125576, + "end": 125577, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 20 }, "end": { - "line": 2751, + "line": 2793, "column": 21 } } @@ -942274,15 +942761,15 @@ "postfix": false, "binop": null }, - "start": 123188, - "end": 123189, + "start": 125578, + "end": 125579, "loc": { "start": { - "line": 2751, + "line": 2793, "column": 22 }, "end": { - "line": 2751, + "line": 2793, "column": 23 } } @@ -942302,15 +942789,15 @@ "updateContext": null }, "value": "this", - "start": 123198, - "end": 123202, + "start": 125588, + "end": 125592, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 8 }, "end": { - "line": 2752, + "line": 2794, "column": 12 } } @@ -942328,15 +942815,15 @@ "binop": null, "updateContext": null }, - "start": 123202, - "end": 123203, + "start": 125592, + "end": 125593, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 12 }, "end": { - "line": 2752, + "line": 2794, "column": 13 } } @@ -942354,15 +942841,15 @@ "binop": null }, "value": "_debug", - "start": 123203, - "end": 123209, + "start": 125593, + "end": 125599, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 13 }, "end": { - "line": 2752, + "line": 2794, "column": 19 } } @@ -942379,15 +942866,15 @@ "postfix": false, "binop": null }, - "start": 123209, - "end": 123210, + "start": 125599, + "end": 125600, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 19 }, "end": { - "line": 2752, + "line": 2794, "column": 20 } } @@ -942406,15 +942893,15 @@ "updateContext": null }, "value": "reload", - "start": 123211, - "end": 123219, + "start": 125601, + "end": 125609, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 21 }, "end": { - "line": 2752, + "line": 2794, "column": 29 } } @@ -942431,15 +942918,15 @@ "postfix": false, "binop": null }, - "start": 123220, - "end": 123221, + "start": 125610, + "end": 125611, "loc": { "start": { - "line": 2752, + "line": 2794, "column": 30 }, "end": { - "line": 2752, + "line": 2794, "column": 31 } } @@ -942459,15 +942946,15 @@ "updateContext": null }, "value": "let", - "start": 123239, - "end": 123242, + "start": 125629, + "end": 125632, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 8 }, "end": { - "line": 2754, + "line": 2796, "column": 11 } } @@ -942485,15 +942972,15 @@ "binop": null }, "value": "_args", - "start": 123243, - "end": 123248, + "start": 125633, + "end": 125638, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 12 }, "end": { - "line": 2754, + "line": 2796, "column": 17 } } @@ -942512,15 +942999,15 @@ "updateContext": null }, "value": "=", - "start": 123256, - "end": 123257, + "start": 125646, + "end": 125647, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 25 }, "end": { - "line": 2754, + "line": 2796, "column": 26 } } @@ -942538,15 +943025,15 @@ "binop": null }, "value": "args", - "start": 123258, - "end": 123262, + "start": 125648, + "end": 125652, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 27 }, "end": { - "line": 2754, + "line": 2796, "column": 31 } } @@ -942564,15 +943051,15 @@ "binop": null, "updateContext": null }, - "start": 123262, - "end": 123263, + "start": 125652, + "end": 125653, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 31 }, "end": { - "line": 2754, + "line": 2796, "column": 32 } } @@ -942591,15 +943078,15 @@ "updateContext": null }, "value": 0, - "start": 123263, - "end": 123264, + "start": 125653, + "end": 125654, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 32 }, "end": { - "line": 2754, + "line": 2796, "column": 33 } } @@ -942617,15 +943104,15 @@ "binop": null, "updateContext": null }, - "start": 123264, - "end": 123265, + "start": 125654, + "end": 125655, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 33 }, "end": { - "line": 2754, + "line": 2796, "column": 34 } } @@ -942643,15 +943130,15 @@ "binop": null, "updateContext": null }, - "start": 123265, - "end": 123266, + "start": 125655, + "end": 125656, "loc": { "start": { - "line": 2754, + "line": 2796, "column": 34 }, "end": { - "line": 2754, + "line": 2796, "column": 35 } } @@ -942669,15 +943156,15 @@ "binop": null }, "value": "_upc_options", - "start": 123279, - "end": 123291, + "start": 125669, + "end": 125681, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 12 }, "end": { - "line": 2755, + "line": 2797, "column": 24 } } @@ -942696,15 +943183,15 @@ "updateContext": null }, "value": "=", - "start": 123292, - "end": 123293, + "start": 125682, + "end": 125683, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 25 }, "end": { - "line": 2755, + "line": 2797, "column": 26 } } @@ -942724,15 +943211,15 @@ "updateContext": null }, "value": "this", - "start": 123294, - "end": 123298, + "start": 125684, + "end": 125688, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 27 }, "end": { - "line": 2755, + "line": 2797, "column": 31 } } @@ -942750,15 +943237,15 @@ "binop": null, "updateContext": null }, - "start": 123298, - "end": 123299, + "start": 125688, + "end": 125689, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 31 }, "end": { - "line": 2755, + "line": 2797, "column": 32 } } @@ -942776,15 +943263,15 @@ "binop": null }, "value": "supplement", - "start": 123299, - "end": 123309, + "start": 125689, + "end": 125699, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 32 }, "end": { - "line": 2755, + "line": 2797, "column": 42 } } @@ -942801,15 +943288,15 @@ "postfix": false, "binop": null }, - "start": 123309, - "end": 123310, + "start": 125699, + "end": 125700, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 42 }, "end": { - "line": 2755, + "line": 2797, "column": 43 } } @@ -942829,15 +943316,15 @@ "updateContext": null }, "value": "null", - "start": 123311, - "end": 123315, + "start": 125701, + "end": 125705, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 44 }, "end": { - "line": 2755, + "line": 2797, "column": 48 } } @@ -942855,15 +943342,15 @@ "binop": null, "updateContext": null }, - "start": 123315, - "end": 123316, + "start": 125705, + "end": 125706, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 48 }, "end": { - "line": 2755, + "line": 2797, "column": 49 } } @@ -942881,15 +943368,15 @@ "binop": null }, "value": "_args", - "start": 123317, - "end": 123322, + "start": 125707, + "end": 125712, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 50 }, "end": { - "line": 2755, + "line": 2797, "column": 55 } } @@ -942907,15 +943394,15 @@ "binop": null, "updateContext": null }, - "start": 123322, - "end": 123323, + "start": 125712, + "end": 125713, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 55 }, "end": { - "line": 2755, + "line": 2797, "column": 56 } } @@ -942934,15 +943421,15 @@ "updateContext": null }, "value": 0, - "start": 123323, - "end": 123324, + "start": 125713, + "end": 125714, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 56 }, "end": { - "line": 2755, + "line": 2797, "column": 57 } } @@ -942960,15 +943447,15 @@ "binop": null, "updateContext": null }, - "start": 123324, - "end": 123325, + "start": 125714, + "end": 125715, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 57 }, "end": { - "line": 2755, + "line": 2797, "column": 58 } } @@ -942986,15 +943473,15 @@ "binop": null, "updateContext": null }, - "start": 123325, - "end": 123326, + "start": 125715, + "end": 125716, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 58 }, "end": { - "line": 2755, + "line": 2797, "column": 59 } } @@ -943014,15 +943501,15 @@ "updateContext": null }, "value": "this", - "start": 123327, - "end": 123331, + "start": 125717, + "end": 125721, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 60 }, "end": { - "line": 2755, + "line": 2797, "column": 64 } } @@ -943040,15 +943527,15 @@ "binop": null, "updateContext": null }, - "start": 123331, - "end": 123332, + "start": 125721, + "end": 125722, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 64 }, "end": { - "line": 2755, + "line": 2797, "column": 65 } } @@ -943066,15 +943553,15 @@ "binop": null }, "value": "validateObject", - "start": 123332, - "end": 123346, + "start": 125722, + "end": 125736, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 65 }, "end": { - "line": 2755, + "line": 2797, "column": 79 } } @@ -943091,15 +943578,15 @@ "postfix": false, "binop": null }, - "start": 123347, - "end": 123348, + "start": 125737, + "end": 125738, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 80 }, "end": { - "line": 2755, + "line": 2797, "column": 81 } } @@ -943117,15 +943604,15 @@ "binop": null, "updateContext": null }, - "start": 123348, - "end": 123349, + "start": 125738, + "end": 125739, "loc": { "start": { - "line": 2755, + "line": 2797, "column": 81 }, "end": { - "line": 2755, + "line": 2797, "column": 82 } } @@ -943143,15 +943630,15 @@ "binop": null }, "value": "callback", - "start": 123362, - "end": 123370, + "start": 125752, + "end": 125760, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 12 }, "end": { - "line": 2756, + "line": 2798, "column": 20 } } @@ -943170,15 +943657,15 @@ "updateContext": null }, "value": "=", - "start": 123375, - "end": 123376, + "start": 125765, + "end": 125766, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 25 }, "end": { - "line": 2756, + "line": 2798, "column": 26 } } @@ -943196,15 +943683,15 @@ "binop": null }, "value": "_args", - "start": 123377, - "end": 123382, + "start": 125767, + "end": 125772, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 27 }, "end": { - "line": 2756, + "line": 2798, "column": 32 } } @@ -943222,15 +943709,15 @@ "binop": null, "updateContext": null }, - "start": 123382, - "end": 123383, + "start": 125772, + "end": 125773, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 32 }, "end": { - "line": 2756, + "line": 2798, "column": 33 } } @@ -943248,15 +943735,15 @@ "binop": null }, "value": "length", - "start": 123383, - "end": 123389, + "start": 125773, + "end": 125779, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 33 }, "end": { - "line": 2756, + "line": 2798, "column": 39 } } @@ -943275,15 +943762,15 @@ "updateContext": null }, "value": ">", - "start": 123390, - "end": 123391, + "start": 125780, + "end": 125781, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 40 }, "end": { - "line": 2756, + "line": 2798, "column": 41 } } @@ -943302,15 +943789,15 @@ "updateContext": null }, "value": 1, - "start": 123392, - "end": 123393, + "start": 125782, + "end": 125783, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 42 }, "end": { - "line": 2756, + "line": 2798, "column": 43 } } @@ -943329,15 +943816,15 @@ "updateContext": null }, "value": "&&", - "start": 123394, - "end": 123396, + "start": 125784, + "end": 125786, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 44 }, "end": { - "line": 2756, + "line": 2798, "column": 46 } } @@ -943357,15 +943844,15 @@ "updateContext": null }, "value": "typeof", - "start": 123397, - "end": 123403, + "start": 125787, + "end": 125793, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 47 }, "end": { - "line": 2756, + "line": 2798, "column": 53 } } @@ -943383,15 +943870,15 @@ "binop": null }, "value": "_args", - "start": 123404, - "end": 123409, + "start": 125794, + "end": 125799, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 54 }, "end": { - "line": 2756, + "line": 2798, "column": 59 } } @@ -943409,15 +943896,15 @@ "binop": null, "updateContext": null }, - "start": 123409, - "end": 123410, + "start": 125799, + "end": 125800, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 59 }, "end": { - "line": 2756, + "line": 2798, "column": 60 } } @@ -943436,15 +943923,15 @@ "updateContext": null }, "value": 1, - "start": 123410, - "end": 123411, + "start": 125800, + "end": 125801, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 60 }, "end": { - "line": 2756, + "line": 2798, "column": 61 } } @@ -943462,15 +943949,15 @@ "binop": null, "updateContext": null }, - "start": 123411, - "end": 123412, + "start": 125801, + "end": 125802, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 61 }, "end": { - "line": 2756, + "line": 2798, "column": 62 } } @@ -943489,15 +943976,15 @@ "updateContext": null }, "value": "===", - "start": 123413, - "end": 123416, + "start": 125803, + "end": 125806, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 63 }, "end": { - "line": 2756, + "line": 2798, "column": 66 } } @@ -943516,15 +944003,15 @@ "updateContext": null }, "value": "function", - "start": 123417, - "end": 123427, + "start": 125807, + "end": 125817, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 67 }, "end": { - "line": 2756, + "line": 2798, "column": 77 } } @@ -943542,15 +944029,15 @@ "binop": null, "updateContext": null }, - "start": 123428, - "end": 123429, + "start": 125818, + "end": 125819, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 78 }, "end": { - "line": 2756, + "line": 2798, "column": 79 } } @@ -943568,15 +944055,15 @@ "binop": null }, "value": "_args", - "start": 123430, - "end": 123435, + "start": 125820, + "end": 125825, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 80 }, "end": { - "line": 2756, + "line": 2798, "column": 85 } } @@ -943594,15 +944081,15 @@ "binop": null, "updateContext": null }, - "start": 123435, - "end": 123436, + "start": 125825, + "end": 125826, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 85 }, "end": { - "line": 2756, + "line": 2798, "column": 86 } } @@ -943621,15 +944108,15 @@ "updateContext": null }, "value": 1, - "start": 123436, - "end": 123437, + "start": 125826, + "end": 125827, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 86 }, "end": { - "line": 2756, + "line": 2798, "column": 87 } } @@ -943647,15 +944134,15 @@ "binop": null, "updateContext": null }, - "start": 123437, - "end": 123438, + "start": 125827, + "end": 125828, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 87 }, "end": { - "line": 2756, + "line": 2798, "column": 88 } } @@ -943673,15 +944160,15 @@ "binop": null, "updateContext": null }, - "start": 123439, - "end": 123440, + "start": 125829, + "end": 125830, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 89 }, "end": { - "line": 2756, + "line": 2798, "column": 90 } } @@ -943701,15 +944188,15 @@ "updateContext": null }, "value": "null", - "start": 123441, - "end": 123445, + "start": 125831, + "end": 125835, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 91 }, "end": { - "line": 2756, + "line": 2798, "column": 95 } } @@ -943727,15 +944214,15 @@ "binop": null, "updateContext": null }, - "start": 123445, - "end": 123446, + "start": 125835, + "end": 125836, "loc": { "start": { - "line": 2756, + "line": 2798, "column": 95 }, "end": { - "line": 2756, + "line": 2798, "column": 96 } } @@ -943753,15 +944240,15 @@ "binop": null }, "value": "userdata", - "start": 123459, - "end": 123467, + "start": 125849, + "end": 125857, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 12 }, "end": { - "line": 2757, + "line": 2799, "column": 20 } } @@ -943780,15 +944267,15 @@ "updateContext": null }, "value": "=", - "start": 123472, - "end": 123473, + "start": 125862, + "end": 125863, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 25 }, "end": { - "line": 2757, + "line": 2799, "column": 26 } } @@ -943806,15 +944293,15 @@ "binop": null }, "value": "_args", - "start": 123474, - "end": 123479, + "start": 125864, + "end": 125869, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 27 }, "end": { - "line": 2757, + "line": 2799, "column": 32 } } @@ -943832,15 +944319,15 @@ "binop": null, "updateContext": null }, - "start": 123479, - "end": 123480, + "start": 125869, + "end": 125870, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 32 }, "end": { - "line": 2757, + "line": 2799, "column": 33 } } @@ -943858,15 +944345,15 @@ "binop": null }, "value": "length", - "start": 123480, - "end": 123486, + "start": 125870, + "end": 125876, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 33 }, "end": { - "line": 2757, + "line": 2799, "column": 39 } } @@ -943885,15 +944372,15 @@ "updateContext": null }, "value": ">", - "start": 123487, - "end": 123488, + "start": 125877, + "end": 125878, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 40 }, "end": { - "line": 2757, + "line": 2799, "column": 41 } } @@ -943912,15 +944399,15 @@ "updateContext": null }, "value": 2, - "start": 123489, - "end": 123490, + "start": 125879, + "end": 125880, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 42 }, "end": { - "line": 2757, + "line": 2799, "column": 43 } } @@ -943938,15 +944425,15 @@ "binop": null, "updateContext": null }, - "start": 123491, - "end": 123492, + "start": 125881, + "end": 125882, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 44 }, "end": { - "line": 2757, + "line": 2799, "column": 45 } } @@ -943964,15 +944451,15 @@ "binop": null }, "value": "_args", - "start": 123493, - "end": 123498, + "start": 125883, + "end": 125888, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 46 }, "end": { - "line": 2757, + "line": 2799, "column": 51 } } @@ -943990,15 +944477,15 @@ "binop": null, "updateContext": null }, - "start": 123498, - "end": 123499, + "start": 125888, + "end": 125889, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 51 }, "end": { - "line": 2757, + "line": 2799, "column": 52 } } @@ -944016,15 +944503,15 @@ "binop": null }, "value": "slice", - "start": 123499, - "end": 123504, + "start": 125889, + "end": 125894, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 52 }, "end": { - "line": 2757, + "line": 2799, "column": 57 } } @@ -944041,15 +944528,15 @@ "postfix": false, "binop": null }, - "start": 123504, - "end": 123505, + "start": 125894, + "end": 125895, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 57 }, "end": { - "line": 2757, + "line": 2799, "column": 58 } } @@ -944068,15 +944555,15 @@ "updateContext": null }, "value": 2, - "start": 123505, - "end": 123506, + "start": 125895, + "end": 125896, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 58 }, "end": { - "line": 2757, + "line": 2799, "column": 59 } } @@ -944093,15 +944580,15 @@ "postfix": false, "binop": null }, - "start": 123506, - "end": 123507, + "start": 125896, + "end": 125897, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 59 }, "end": { - "line": 2757, + "line": 2799, "column": 60 } } @@ -944119,15 +944606,15 @@ "binop": null, "updateContext": null }, - "start": 123508, - "end": 123509, + "start": 125898, + "end": 125899, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 61 }, "end": { - "line": 2757, + "line": 2799, "column": 62 } } @@ -944147,15 +944634,15 @@ "updateContext": null }, "value": "null", - "start": 123510, - "end": 123514, + "start": 125900, + "end": 125904, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 63 }, "end": { - "line": 2757, + "line": 2799, "column": 67 } } @@ -944173,15 +944660,15 @@ "binop": null, "updateContext": null }, - "start": 123514, - "end": 123515, + "start": 125904, + "end": 125905, "loc": { "start": { - "line": 2757, + "line": 2799, "column": 67 }, "end": { - "line": 2757, + "line": 2799, "column": 68 } } @@ -944199,15 +944686,15 @@ "binop": null }, "value": "_elem", - "start": 123528, - "end": 123533, + "start": 125918, + "end": 125923, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 12 }, "end": { - "line": 2758, + "line": 2800, "column": 17 } } @@ -944226,15 +944713,15 @@ "updateContext": null }, "value": "=", - "start": 123541, - "end": 123542, + "start": 125931, + "end": 125932, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 25 }, "end": { - "line": 2758, + "line": 2800, "column": 26 } } @@ -944254,15 +944741,15 @@ "updateContext": null }, "value": "this", - "start": 123543, - "end": 123547, + "start": 125933, + "end": 125937, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 27 }, "end": { - "line": 2758, + "line": 2800, "column": 31 } } @@ -944280,15 +944767,15 @@ "binop": null, "updateContext": null }, - "start": 123547, - "end": 123548, + "start": 125937, + "end": 125938, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 31 }, "end": { - "line": 2758, + "line": 2800, "column": 32 } } @@ -944306,15 +944793,15 @@ "binop": null }, "value": "_element", - "start": 123548, - "end": 123556, + "start": 125938, + "end": 125946, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 32 }, "end": { - "line": 2758, + "line": 2800, "column": 40 } } @@ -944332,15 +944819,15 @@ "binop": null, "updateContext": null }, - "start": 123556, - "end": 123557, + "start": 125946, + "end": 125947, "loc": { "start": { - "line": 2758, + "line": 2800, "column": 40 }, "end": { - "line": 2758, + "line": 2800, "column": 41 } } @@ -944358,15 +944845,15 @@ "binop": null }, "value": "$default_evt", - "start": 123570, - "end": 123582, + "start": 125960, + "end": 125972, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 12 }, "end": { - "line": 2759, + "line": 2801, "column": 24 } } @@ -944385,15 +944872,15 @@ "updateContext": null }, "value": "=", - "start": 123583, - "end": 123584, + "start": 125973, + "end": 125974, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 25 }, "end": { - "line": 2759, + "line": 2801, "column": 26 } } @@ -944411,15 +944898,15 @@ "binop": null }, "value": "$", - "start": 123585, - "end": 123586, + "start": 125975, + "end": 125976, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 27 }, "end": { - "line": 2759, + "line": 2801, "column": 28 } } @@ -944436,15 +944923,15 @@ "postfix": false, "binop": null }, - "start": 123586, - "end": 123587, + "start": 125976, + "end": 125977, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 28 }, "end": { - "line": 2759, + "line": 2801, "column": 29 } } @@ -944462,15 +944949,15 @@ "binop": null }, "value": "_elem", - "start": 123587, - "end": 123592, + "start": 125977, + "end": 125982, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 29 }, "end": { - "line": 2759, + "line": 2801, "column": 34 } } @@ -944487,15 +944974,15 @@ "postfix": false, "binop": null }, - "start": 123592, - "end": 123593, + "start": 125982, + "end": 125983, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 34 }, "end": { - "line": 2759, + "line": 2801, "column": 35 } } @@ -944513,15 +945000,15 @@ "binop": null, "updateContext": null }, - "start": 123593, - "end": 123594, + "start": 125983, + "end": 125984, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 35 }, "end": { - "line": 2759, + "line": 2801, "column": 36 } } @@ -944539,15 +945026,15 @@ "binop": null }, "value": "find", - "start": 123594, - "end": 123598, + "start": 125984, + "end": 125988, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 36 }, "end": { - "line": 2759, + "line": 2801, "column": 40 } } @@ -944564,15 +945051,15 @@ "postfix": false, "binop": null }, - "start": 123598, - "end": 123599, + "start": 125988, + "end": 125989, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 40 }, "end": { - "line": 2759, + "line": 2801, "column": 41 } } @@ -944590,15 +945077,15 @@ "binop": null }, "value": "Selector", - "start": 123600, - "end": 123608, + "start": 125990, + "end": 125998, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 42 }, "end": { - "line": 2759, + "line": 2801, "column": 50 } } @@ -944616,15 +945103,15 @@ "binop": null, "updateContext": null }, - "start": 123608, - "end": 123609, + "start": 125998, + "end": 125999, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 50 }, "end": { - "line": 2759, + "line": 2801, "column": 51 } } @@ -944642,15 +945129,15 @@ "binop": null }, "value": "DEFAULT_EVENTS", - "start": 123609, - "end": 123623, + "start": 125999, + "end": 126013, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 51 }, "end": { - "line": 2759, + "line": 2801, "column": 65 } } @@ -944667,15 +945154,15 @@ "postfix": false, "binop": null }, - "start": 123624, - "end": 123625, + "start": 126014, + "end": 126015, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 66 }, "end": { - "line": 2759, + "line": 2801, "column": 67 } } @@ -944693,15 +945180,15 @@ "binop": null, "updateContext": null }, - "start": 123625, - "end": 123626, + "start": 126015, + "end": 126016, "loc": { "start": { - "line": 2759, + "line": 2801, "column": 67 }, "end": { - "line": 2759, + "line": 2801, "column": 68 } } @@ -944719,15 +945206,15 @@ "binop": null }, "value": "_old_options", - "start": 123639, - "end": 123651, + "start": 126029, + "end": 126041, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 12 }, "end": { - "line": 2760, + "line": 2802, "column": 24 } } @@ -944746,15 +945233,15 @@ "updateContext": null }, "value": "=", - "start": 123652, - "end": 123653, + "start": 126042, + "end": 126043, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 25 }, "end": { - "line": 2760, + "line": 2802, "column": 26 } } @@ -944774,15 +945261,15 @@ "updateContext": null }, "value": "this", - "start": 123654, - "end": 123658, + "start": 126044, + "end": 126048, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 27 }, "end": { - "line": 2760, + "line": 2802, "column": 31 } } @@ -944800,15 +945287,15 @@ "binop": null, "updateContext": null }, - "start": 123658, - "end": 123659, + "start": 126048, + "end": 126049, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 31 }, "end": { - "line": 2760, + "line": 2802, "column": 32 } } @@ -944826,15 +945313,15 @@ "binop": null }, "value": "_config", - "start": 123659, - "end": 123666, + "start": 126049, + "end": 126056, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 32 }, "end": { - "line": 2760, + "line": 2802, "column": 39 } } @@ -944852,15 +945339,15 @@ "binop": null, "updateContext": null }, - "start": 123666, - "end": 123667, + "start": 126056, + "end": 126057, "loc": { "start": { - "line": 2760, + "line": 2802, "column": 39 }, "end": { - "line": 2760, + "line": 2802, "column": 40 } } @@ -944878,15 +945365,15 @@ "binop": null }, "value": "_new_options", - "start": 123680, - "end": 123692, + "start": 126070, + "end": 126082, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 12 }, "end": { - "line": 2761, + "line": 2803, "column": 24 } } @@ -944905,15 +945392,15 @@ "updateContext": null }, "value": "=", - "start": 123693, - "end": 123694, + "start": 126083, + "end": 126084, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 25 }, "end": { - "line": 2761, + "line": 2803, "column": 26 } } @@ -944930,15 +945417,15 @@ "postfix": false, "binop": null }, - "start": 123695, - "end": 123696, + "start": 126085, + "end": 126086, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 27 }, "end": { - "line": 2761, + "line": 2803, "column": 28 } } @@ -944955,15 +945442,15 @@ "postfix": false, "binop": null }, - "start": 123696, - "end": 123697, + "start": 126086, + "end": 126087, "loc": { "start": { - "line": 2761, + "line": 2803, "column": 28 }, "end": { - "line": 2761, + "line": 2803, "column": 29 } } @@ -944983,15 +945470,15 @@ "updateContext": null }, "value": "if", - "start": 123715, - "end": 123717, + "start": 126105, + "end": 126107, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 8 }, "end": { - "line": 2763, + "line": 2805, "column": 10 } } @@ -945008,15 +945495,15 @@ "postfix": false, "binop": null }, - "start": 123718, - "end": 123719, + "start": 126108, + "end": 126109, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 11 }, "end": { - "line": 2763, + "line": 2805, "column": 12 } } @@ -945035,15 +945522,15 @@ "updateContext": null }, "value": "!", - "start": 123720, - "end": 123721, + "start": 126110, + "end": 126111, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 13 }, "end": { - "line": 2763, + "line": 2805, "column": 14 } } @@ -945063,15 +945550,15 @@ "updateContext": null }, "value": "this", - "start": 123722, - "end": 123726, + "start": 126112, + "end": 126116, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 15 }, "end": { - "line": 2763, + "line": 2805, "column": 19 } } @@ -945089,15 +945576,15 @@ "binop": null, "updateContext": null }, - "start": 123726, - "end": 123727, + "start": 126116, + "end": 126117, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 19 }, "end": { - "line": 2763, + "line": 2805, "column": 20 } } @@ -945115,15 +945602,15 @@ "binop": null }, "value": "is_empty", - "start": 123727, - "end": 123735, + "start": 126117, + "end": 126125, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 20 }, "end": { - "line": 2763, + "line": 2805, "column": 28 } } @@ -945140,15 +945627,15 @@ "postfix": false, "binop": null }, - "start": 123735, - "end": 123736, + "start": 126125, + "end": 126126, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 28 }, "end": { - "line": 2763, + "line": 2805, "column": 29 } } @@ -945166,15 +945653,15 @@ "binop": null }, "value": "_upc_options", - "start": 123737, - "end": 123749, + "start": 126127, + "end": 126139, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 30 }, "end": { - "line": 2763, + "line": 2805, "column": 42 } } @@ -945191,15 +945678,15 @@ "postfix": false, "binop": null }, - "start": 123750, - "end": 123751, + "start": 126140, + "end": 126141, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 43 }, "end": { - "line": 2763, + "line": 2805, "column": 44 } } @@ -945216,15 +945703,15 @@ "postfix": false, "binop": null }, - "start": 123752, - "end": 123753, + "start": 126142, + "end": 126143, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 45 }, "end": { - "line": 2763, + "line": 2805, "column": 46 } } @@ -945241,15 +945728,15 @@ "postfix": false, "binop": null }, - "start": 123754, - "end": 123755, + "start": 126144, + "end": 126145, "loc": { "start": { - "line": 2763, + "line": 2805, "column": 47 }, "end": { - "line": 2763, + "line": 2805, "column": 48 } } @@ -945257,15 +945744,15 @@ { "type": "CommentLine", "value": " _new_options = Object.assign( _new_options, _old_options, _upc_options )", - "start": 123768, - "end": 123843, + "start": 126158, + "end": 126233, "loc": { "start": { - "line": 2764, + "line": 2806, "column": 12 }, "end": { - "line": 2764, + "line": 2806, "column": 87 } } @@ -945283,15 +945770,15 @@ "binop": null }, "value": "_new_options", - "start": 123856, - "end": 123868, + "start": 126246, + "end": 126258, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 12 }, "end": { - "line": 2765, + "line": 2807, "column": 24 } } @@ -945310,15 +945797,15 @@ "updateContext": null }, "value": "=", - "start": 123869, - "end": 123870, + "start": 126259, + "end": 126260, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 25 }, "end": { - "line": 2765, + "line": 2807, "column": 26 } } @@ -945338,15 +945825,15 @@ "updateContext": null }, "value": "this", - "start": 123871, - "end": 123875, + "start": 126261, + "end": 126265, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 27 }, "end": { - "line": 2765, + "line": 2807, "column": 31 } } @@ -945364,15 +945851,15 @@ "binop": null, "updateContext": null }, - "start": 123875, - "end": 123876, + "start": 126265, + "end": 126266, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 31 }, "end": { - "line": 2765, + "line": 2807, "column": 32 } } @@ -945390,15 +945877,15 @@ "binop": null }, "value": "mergeDeep", - "start": 123876, - "end": 123885, + "start": 126266, + "end": 126275, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 32 }, "end": { - "line": 2765, + "line": 2807, "column": 41 } } @@ -945415,15 +945902,15 @@ "postfix": false, "binop": null }, - "start": 123885, - "end": 123886, + "start": 126275, + "end": 126276, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 41 }, "end": { - "line": 2765, + "line": 2807, "column": 42 } } @@ -945441,15 +945928,15 @@ "binop": null }, "value": "_old_options", - "start": 123887, - "end": 123899, + "start": 126277, + "end": 126289, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 43 }, "end": { - "line": 2765, + "line": 2807, "column": 55 } } @@ -945467,15 +945954,15 @@ "binop": null, "updateContext": null }, - "start": 123899, - "end": 123900, + "start": 126289, + "end": 126290, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 55 }, "end": { - "line": 2765, + "line": 2807, "column": 56 } } @@ -945493,15 +945980,15 @@ "binop": null }, "value": "_upc_options", - "start": 123901, - "end": 123913, + "start": 126291, + "end": 126303, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 57 }, "end": { - "line": 2765, + "line": 2807, "column": 69 } } @@ -945518,15 +946005,15 @@ "postfix": false, "binop": null }, - "start": 123914, - "end": 123915, + "start": 126304, + "end": 126305, "loc": { "start": { - "line": 2765, + "line": 2807, "column": 70 }, "end": { - "line": 2765, + "line": 2807, "column": 71 } } @@ -945546,15 +946033,15 @@ "updateContext": null }, "value": "this", - "start": 123928, - "end": 123932, + "start": 126318, + "end": 126322, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 12 }, "end": { - "line": 2766, + "line": 2808, "column": 16 } } @@ -945572,15 +946059,15 @@ "binop": null, "updateContext": null }, - "start": 123932, - "end": 123933, + "start": 126322, + "end": 126323, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 16 }, "end": { - "line": 2766, + "line": 2808, "column": 17 } } @@ -945598,15 +946085,15 @@ "binop": null }, "value": "_config", - "start": 123933, - "end": 123940, + "start": 126323, + "end": 126330, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 17 }, "end": { - "line": 2766, + "line": 2808, "column": 24 } } @@ -945625,15 +946112,15 @@ "updateContext": null }, "value": "=", - "start": 123941, - "end": 123942, + "start": 126331, + "end": 126332, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 25 }, "end": { - "line": 2766, + "line": 2808, "column": 26 } } @@ -945651,15 +946138,15 @@ "binop": null }, "value": "_new_options", - "start": 123943, - "end": 123955, + "start": 126333, + "end": 126345, "loc": { "start": { - "line": 2766, + "line": 2808, "column": 27 }, "end": { - "line": 2766, + "line": 2808, "column": 39 } } @@ -945676,15 +946163,15 @@ "postfix": false, "binop": null }, - "start": 123964, - "end": 123965, + "start": 126354, + "end": 126355, "loc": { "start": { - "line": 2767, + "line": 2809, "column": 8 }, "end": { - "line": 2767, + "line": 2809, "column": 9 } } @@ -945704,15 +946191,15 @@ "updateContext": null }, "value": "this", - "start": 123983, - "end": 123987, + "start": 126373, + "end": 126377, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 8 }, "end": { - "line": 2769, + "line": 2811, "column": 12 } } @@ -945730,15 +946217,15 @@ "binop": null, "updateContext": null }, - "start": 123987, - "end": 123988, + "start": 126377, + "end": 126378, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 12 }, "end": { - "line": 2769, + "line": 2811, "column": 13 } } @@ -945756,15 +946243,15 @@ "binop": null }, "value": "_isInitialized", - "start": 123988, - "end": 124002, + "start": 126378, + "end": 126392, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 13 }, "end": { - "line": 2769, + "line": 2811, "column": 27 } } @@ -945783,15 +946270,15 @@ "updateContext": null }, "value": "=", - "start": 124003, - "end": 124004, + "start": 126393, + "end": 126394, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 28 }, "end": { - "line": 2769, + "line": 2811, "column": 29 } } @@ -945811,15 +946298,15 @@ "updateContext": null }, "value": "false", - "start": 124005, - "end": 124010, + "start": 126395, + "end": 126400, "loc": { "start": { - "line": 2769, + "line": 2811, "column": 30 }, "end": { - "line": 2769, + "line": 2811, "column": 35 } } @@ -945839,15 +946326,15 @@ "updateContext": null }, "value": "this", - "start": 124019, - "end": 124023, + "start": 126409, + "end": 126413, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 8 }, "end": { - "line": 2770, + "line": 2812, "column": 12 } } @@ -945865,15 +946352,15 @@ "binop": null, "updateContext": null }, - "start": 124023, - "end": 124024, + "start": 126413, + "end": 126414, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 12 }, "end": { - "line": 2770, + "line": 2812, "column": 13 } } @@ -945891,15 +946378,15 @@ "binop": null }, "value": "_isCached", - "start": 124024, - "end": 124033, + "start": 126414, + "end": 126423, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 13 }, "end": { - "line": 2770, + "line": 2812, "column": 22 } } @@ -945918,15 +946405,15 @@ "updateContext": null }, "value": "=", - "start": 124039, - "end": 124040, + "start": 126429, + "end": 126430, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 28 }, "end": { - "line": 2770, + "line": 2812, "column": 29 } } @@ -945946,15 +946433,15 @@ "updateContext": null }, "value": "false", - "start": 124041, - "end": 124046, + "start": 126431, + "end": 126436, "loc": { "start": { - "line": 2770, + "line": 2812, "column": 30 }, "end": { - "line": 2770, + "line": 2812, "column": 35 } } @@ -945974,15 +946461,15 @@ "updateContext": null }, "value": "this", - "start": 124055, - "end": 124059, + "start": 126445, + "end": 126449, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 8 }, "end": { - "line": 2771, + "line": 2813, "column": 12 } } @@ -946000,15 +946487,15 @@ "binop": null, "updateContext": null }, - "start": 124059, - "end": 124060, + "start": 126449, + "end": 126450, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 12 }, "end": { - "line": 2771, + "line": 2813, "column": 13 } } @@ -946026,15 +946513,15 @@ "binop": null }, "value": "_isCompleted", - "start": 124060, - "end": 124072, + "start": 126450, + "end": 126462, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 13 }, "end": { - "line": 2771, + "line": 2813, "column": 25 } } @@ -946053,15 +946540,15 @@ "updateContext": null }, "value": "=", - "start": 124075, - "end": 124076, + "start": 126465, + "end": 126466, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 28 }, "end": { - "line": 2771, + "line": 2813, "column": 29 } } @@ -946081,15 +946568,15 @@ "updateContext": null }, "value": "false", - "start": 124077, - "end": 124082, + "start": 126467, + "end": 126472, "loc": { "start": { - "line": 2771, + "line": 2813, "column": 30 }, "end": { - "line": 2771, + "line": 2813, "column": 35 } } @@ -946109,15 +946596,15 @@ "updateContext": null }, "value": "this", - "start": 124091, - "end": 124095, + "start": 126481, + "end": 126485, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 8 }, "end": { - "line": 2772, + "line": 2814, "column": 12 } } @@ -946135,15 +946622,15 @@ "binop": null, "updateContext": null }, - "start": 124095, - "end": 124096, + "start": 126485, + "end": 126486, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 12 }, "end": { - "line": 2772, + "line": 2814, "column": 13 } } @@ -946161,15 +946648,15 @@ "binop": null }, "value": "_instanceProps", - "start": 124096, - "end": 124110, + "start": 126486, + "end": 126500, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 13 }, "end": { - "line": 2772, + "line": 2814, "column": 27 } } @@ -946188,15 +946675,15 @@ "updateContext": null }, "value": "=", - "start": 124111, - "end": 124112, + "start": 126501, + "end": 126502, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 28 }, "end": { - "line": 2772, + "line": 2814, "column": 29 } } @@ -946213,15 +946700,15 @@ "postfix": false, "binop": null }, - "start": 124113, - "end": 124114, + "start": 126503, + "end": 126504, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 30 }, "end": { - "line": 2772, + "line": 2814, "column": 31 } } @@ -946238,15 +946725,15 @@ "postfix": false, "binop": null }, - "start": 124114, - "end": 124115, + "start": 126504, + "end": 126505, "loc": { "start": { - "line": 2772, + "line": 2814, "column": 31 }, "end": { - "line": 2772, + "line": 2814, "column": 32 } } @@ -946264,15 +946751,15 @@ "binop": null }, "value": "$", - "start": 124133, - "end": 124134, + "start": 126523, + "end": 126524, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 8 }, "end": { - "line": 2774, + "line": 2816, "column": 9 } } @@ -946289,15 +946776,15 @@ "postfix": false, "binop": null }, - "start": 124134, - "end": 124135, + "start": 126524, + "end": 126525, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 9 }, "end": { - "line": 2774, + "line": 2816, "column": 10 } } @@ -946315,15 +946802,15 @@ "binop": null }, "value": "_elem", - "start": 124135, - "end": 124140, + "start": 126525, + "end": 126530, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 10 }, "end": { - "line": 2774, + "line": 2816, "column": 15 } } @@ -946340,15 +946827,15 @@ "postfix": false, "binop": null }, - "start": 124140, - "end": 124141, + "start": 126530, + "end": 126531, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 15 }, "end": { - "line": 2774, + "line": 2816, "column": 16 } } @@ -946366,15 +946853,15 @@ "binop": null, "updateContext": null }, - "start": 124141, - "end": 124142, + "start": 126531, + "end": 126532, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 16 }, "end": { - "line": 2774, + "line": 2816, "column": 17 } } @@ -946392,15 +946879,15 @@ "binop": null }, "value": "empty", - "start": 124142, - "end": 124147, + "start": 126532, + "end": 126537, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 17 }, "end": { - "line": 2774, + "line": 2816, "column": 22 } } @@ -946417,15 +946904,15 @@ "postfix": false, "binop": null }, - "start": 124147, - "end": 124148, + "start": 126537, + "end": 126538, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 22 }, "end": { - "line": 2774, + "line": 2816, "column": 23 } } @@ -946442,15 +946929,15 @@ "postfix": false, "binop": null }, - "start": 124148, - "end": 124149, + "start": 126538, + "end": 126539, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 23 }, "end": { - "line": 2774, + "line": 2816, "column": 24 } } @@ -946468,15 +946955,15 @@ "binop": null, "updateContext": null }, - "start": 124149, - "end": 124150, + "start": 126539, + "end": 126540, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 24 }, "end": { - "line": 2774, + "line": 2816, "column": 25 } } @@ -946494,15 +946981,15 @@ "binop": null }, "value": "append", - "start": 124150, - "end": 124156, + "start": 126540, + "end": 126546, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 25 }, "end": { - "line": 2774, + "line": 2816, "column": 31 } } @@ -946519,15 +947006,15 @@ "postfix": false, "binop": null }, - "start": 124156, - "end": 124157, + "start": 126546, + "end": 126547, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 31 }, "end": { - "line": 2774, + "line": 2816, "column": 32 } } @@ -946545,15 +947032,15 @@ "binop": null }, "value": "$default_evt", - "start": 124158, - "end": 124170, + "start": 126548, + "end": 126560, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 33 }, "end": { - "line": 2774, + "line": 2816, "column": 45 } } @@ -946570,15 +947057,15 @@ "postfix": false, "binop": null }, - "start": 124171, - "end": 124172, + "start": 126561, + "end": 126562, "loc": { "start": { - "line": 2774, + "line": 2816, "column": 46 }, "end": { - "line": 2774, + "line": 2816, "column": 47 } } @@ -946598,15 +947085,15 @@ "updateContext": null }, "value": "this", - "start": 124190, - "end": 124194, + "start": 126580, + "end": 126584, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 8 }, "end": { - "line": 2776, + "line": 2818, "column": 12 } } @@ -946624,15 +947111,15 @@ "binop": null, "updateContext": null }, - "start": 124194, - "end": 124195, + "start": 126584, + "end": 126585, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 12 }, "end": { - "line": 2776, + "line": 2818, "column": 13 } } @@ -946650,15 +947137,15 @@ "binop": null }, "value": "_calcVars", - "start": 124195, - "end": 124204, + "start": 126585, + "end": 126594, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 13 }, "end": { - "line": 2776, + "line": 2818, "column": 22 } } @@ -946675,15 +947162,15 @@ "postfix": false, "binop": null }, - "start": 124204, - "end": 124205, + "start": 126594, + "end": 126595, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 22 }, "end": { - "line": 2776, + "line": 2818, "column": 23 } } @@ -946700,15 +947187,15 @@ "postfix": false, "binop": null }, - "start": 124205, - "end": 124206, + "start": 126595, + "end": 126596, "loc": { "start": { - "line": 2776, + "line": 2818, "column": 23 }, "end": { - "line": 2776, + "line": 2818, "column": 24 } } @@ -946728,15 +947215,15 @@ "updateContext": null }, "value": "if", - "start": 124224, - "end": 124226, + "start": 126614, + "end": 126616, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 8 }, "end": { - "line": 2778, + "line": 2820, "column": 10 } } @@ -946753,15 +947240,15 @@ "postfix": false, "binop": null }, - "start": 124227, - "end": 124228, + "start": 126617, + "end": 126618, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 11 }, "end": { - "line": 2778, + "line": 2820, "column": 12 } } @@ -946780,15 +947267,15 @@ "updateContext": null }, "value": "!", - "start": 124229, - "end": 124230, + "start": 126619, + "end": 126620, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 13 }, "end": { - "line": 2778, + "line": 2820, "column": 14 } } @@ -946808,15 +947295,15 @@ "updateContext": null }, "value": "this", - "start": 124231, - "end": 124235, + "start": 126621, + "end": 126625, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 15 }, "end": { - "line": 2778, + "line": 2820, "column": 19 } } @@ -946834,15 +947321,15 @@ "binop": null, "updateContext": null }, - "start": 124235, - "end": 124236, + "start": 126625, + "end": 126626, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 19 }, "end": { - "line": 2778, + "line": 2820, "column": 20 } } @@ -946860,15 +947347,15 @@ "binop": null }, "value": "_verifyMaxRenderableRange", - "start": 124236, - "end": 124261, + "start": 126626, + "end": 126651, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 20 }, "end": { - "line": 2778, + "line": 2820, "column": 45 } } @@ -946885,15 +947372,15 @@ "postfix": false, "binop": null }, - "start": 124261, - "end": 124262, + "start": 126651, + "end": 126652, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 45 }, "end": { - "line": 2778, + "line": 2820, "column": 46 } } @@ -946910,15 +947397,15 @@ "postfix": false, "binop": null }, - "start": 124262, - "end": 124263, + "start": 126652, + "end": 126653, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 46 }, "end": { - "line": 2778, + "line": 2820, "column": 47 } } @@ -946935,15 +947422,15 @@ "postfix": false, "binop": null }, - "start": 124264, - "end": 124265, + "start": 126654, + "end": 126655, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 48 }, "end": { - "line": 2778, + "line": 2820, "column": 49 } } @@ -946960,15 +947447,15 @@ "postfix": false, "binop": null }, - "start": 124266, - "end": 124267, + "start": 126656, + "end": 126657, "loc": { "start": { - "line": 2778, + "line": 2820, "column": 50 }, "end": { - "line": 2778, + "line": 2820, "column": 51 } } @@ -946988,15 +947475,15 @@ "updateContext": null }, "value": "throw", - "start": 124280, - "end": 124285, + "start": 126670, + "end": 126675, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 12 }, "end": { - "line": 2779, + "line": 2821, "column": 17 } } @@ -947016,15 +947503,15 @@ "updateContext": null }, "value": "new", - "start": 124286, - "end": 124289, + "start": 126676, + "end": 126679, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 18 }, "end": { - "line": 2779, + "line": 2821, "column": 21 } } @@ -947042,15 +947529,15 @@ "binop": null }, "value": "RangeError", - "start": 124290, - "end": 124300, + "start": 126680, + "end": 126690, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 22 }, "end": { - "line": 2779, + "line": 2821, "column": 32 } } @@ -947067,15 +947554,15 @@ "postfix": false, "binop": null }, - "start": 124300, - "end": 124301, + "start": 126690, + "end": 126691, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 32 }, "end": { - "line": 2779, + "line": 2821, "column": 33 } } @@ -947092,15 +947579,15 @@ "postfix": false, "binop": null }, - "start": 124302, - "end": 124303, + "start": 126692, + "end": 126693, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 34 }, "end": { - "line": 2779, + "line": 2821, "column": 35 } } @@ -947119,15 +947606,15 @@ "updateContext": null }, "value": "Timeline display period exceeds maximum renderable range.", - "start": 124303, - "end": 124360, + "start": 126693, + "end": 126750, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 35 }, "end": { - "line": 2779, + "line": 2821, "column": 92 } } @@ -947144,15 +947631,15 @@ "postfix": false, "binop": null }, - "start": 124360, - "end": 124361, + "start": 126750, + "end": 126751, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 92 }, "end": { - "line": 2779, + "line": 2821, "column": 93 } } @@ -947169,15 +947656,15 @@ "postfix": false, "binop": null }, - "start": 124362, - "end": 124363, + "start": 126752, + "end": 126753, "loc": { "start": { - "line": 2779, + "line": 2821, "column": 94 }, "end": { - "line": 2779, + "line": 2821, "column": 95 } } @@ -947194,15 +947681,15 @@ "postfix": false, "binop": null }, - "start": 124372, - "end": 124373, + "start": 126762, + "end": 126763, "loc": { "start": { - "line": 2780, + "line": 2822, "column": 8 }, "end": { - "line": 2780, + "line": 2822, "column": 9 } } @@ -947222,15 +947709,15 @@ "updateContext": null }, "value": "if", - "start": 124391, - "end": 124393, + "start": 126781, + "end": 126783, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 8 }, "end": { - "line": 2782, + "line": 2824, "column": 10 } } @@ -947247,15 +947734,15 @@ "postfix": false, "binop": null }, - "start": 124394, - "end": 124395, + "start": 126784, + "end": 126785, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 11 }, "end": { - "line": 2782, + "line": 2824, "column": 12 } } @@ -947274,15 +947761,15 @@ "updateContext": null }, "value": "!", - "start": 124396, - "end": 124397, + "start": 126786, + "end": 126787, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 13 }, "end": { - "line": 2782, + "line": 2824, "column": 14 } } @@ -947302,15 +947789,15 @@ "updateContext": null }, "value": "this", - "start": 124398, - "end": 124402, + "start": 126788, + "end": 126792, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 15 }, "end": { - "line": 2782, + "line": 2824, "column": 19 } } @@ -947328,15 +947815,15 @@ "binop": null, "updateContext": null }, - "start": 124402, - "end": 124403, + "start": 126792, + "end": 126793, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 19 }, "end": { - "line": 2782, + "line": 2824, "column": 20 } } @@ -947354,15 +947841,15 @@ "binop": null }, "value": "_isInitialized", - "start": 124403, - "end": 124417, + "start": 126793, + "end": 126807, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 20 }, "end": { - "line": 2782, + "line": 2824, "column": 34 } } @@ -947379,15 +947866,15 @@ "postfix": false, "binop": null }, - "start": 124418, - "end": 124419, + "start": 126808, + "end": 126809, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 35 }, "end": { - "line": 2782, + "line": 2824, "column": 36 } } @@ -947404,15 +947891,15 @@ "postfix": false, "binop": null }, - "start": 124420, - "end": 124421, + "start": 126810, + "end": 126811, "loc": { "start": { - "line": 2782, + "line": 2824, "column": 37 }, "end": { - "line": 2782, + "line": 2824, "column": 38 } } @@ -947432,15 +947919,15 @@ "updateContext": null }, "value": "this", - "start": 124434, - "end": 124438, + "start": 126824, + "end": 126828, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 12 }, "end": { - "line": 2783, + "line": 2825, "column": 16 } } @@ -947458,15 +947945,15 @@ "binop": null, "updateContext": null }, - "start": 124438, - "end": 124439, + "start": 126828, + "end": 126829, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 16 }, "end": { - "line": 2783, + "line": 2825, "column": 17 } } @@ -947484,15 +947971,15 @@ "binop": null }, "value": "_renderView", - "start": 124439, - "end": 124450, + "start": 126829, + "end": 126840, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 17 }, "end": { - "line": 2783, + "line": 2825, "column": 28 } } @@ -947509,15 +947996,15 @@ "postfix": false, "binop": null }, - "start": 124450, - "end": 124451, + "start": 126840, + "end": 126841, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 28 }, "end": { - "line": 2783, + "line": 2825, "column": 29 } } @@ -947534,15 +948021,15 @@ "postfix": false, "binop": null }, - "start": 124451, - "end": 124452, + "start": 126841, + "end": 126842, "loc": { "start": { - "line": 2783, + "line": 2825, "column": 29 }, "end": { - "line": 2783, + "line": 2825, "column": 30 } } @@ -947562,15 +948049,15 @@ "updateContext": null }, "value": "this", - "start": 124465, - "end": 124469, + "start": 126855, + "end": 126859, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 12 }, "end": { - "line": 2784, + "line": 2826, "column": 16 } } @@ -947588,15 +948075,15 @@ "binop": null, "updateContext": null }, - "start": 124469, - "end": 124470, + "start": 126859, + "end": 126860, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 16 }, "end": { - "line": 2784, + "line": 2826, "column": 17 } } @@ -947614,15 +948101,15 @@ "binop": null }, "value": "_isInitialized", - "start": 124470, - "end": 124484, + "start": 126860, + "end": 126874, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 17 }, "end": { - "line": 2784, + "line": 2826, "column": 31 } } @@ -947641,15 +948128,15 @@ "updateContext": null }, "value": "=", - "start": 124485, - "end": 124486, + "start": 126875, + "end": 126876, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 32 }, "end": { - "line": 2784, + "line": 2826, "column": 33 } } @@ -947669,15 +948156,15 @@ "updateContext": null }, "value": "true", - "start": 124487, - "end": 124491, + "start": 126877, + "end": 126881, "loc": { "start": { - "line": 2784, + "line": 2826, "column": 34 }, "end": { - "line": 2784, + "line": 2826, "column": 38 } } @@ -947694,15 +948181,15 @@ "postfix": false, "binop": null }, - "start": 124500, - "end": 124501, + "start": 126890, + "end": 126891, "loc": { "start": { - "line": 2785, + "line": 2827, "column": 8 }, "end": { - "line": 2785, + "line": 2827, "column": 9 } } @@ -947722,15 +948209,15 @@ "updateContext": null }, "value": "if", - "start": 124519, - "end": 124521, + "start": 126909, + "end": 126911, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 8 }, "end": { - "line": 2787, + "line": 2829, "column": 10 } } @@ -947747,15 +948234,15 @@ "postfix": false, "binop": null }, - "start": 124522, - "end": 124523, + "start": 126912, + "end": 126913, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 11 }, "end": { - "line": 2787, + "line": 2829, "column": 12 } } @@ -947775,15 +948262,15 @@ "updateContext": null }, "value": "this", - "start": 124524, - "end": 124528, + "start": 126914, + "end": 126918, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 13 }, "end": { - "line": 2787, + "line": 2829, "column": 17 } } @@ -947801,15 +948288,15 @@ "binop": null, "updateContext": null }, - "start": 124528, - "end": 124529, + "start": 126918, + "end": 126919, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 17 }, "end": { - "line": 2787, + "line": 2829, "column": 18 } } @@ -947827,15 +948314,15 @@ "binop": null }, "value": "_config", - "start": 124529, - "end": 124536, + "start": 126919, + "end": 126926, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 18 }, "end": { - "line": 2787, + "line": 2829, "column": 25 } } @@ -947853,15 +948340,15 @@ "binop": null, "updateContext": null }, - "start": 124536, - "end": 124537, + "start": 126926, + "end": 126927, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 25 }, "end": { - "line": 2787, + "line": 2829, "column": 26 } } @@ -947879,15 +948366,15 @@ "binop": null }, "value": "reloadCacheKeep", - "start": 124537, - "end": 124552, + "start": 126927, + "end": 126942, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 26 }, "end": { - "line": 2787, + "line": 2829, "column": 41 } } @@ -947904,15 +948391,15 @@ "postfix": false, "binop": null }, - "start": 124553, - "end": 124554, + "start": 126943, + "end": 126944, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 42 }, "end": { - "line": 2787, + "line": 2829, "column": 43 } } @@ -947929,15 +948416,15 @@ "postfix": false, "binop": null }, - "start": 124555, - "end": 124556, + "start": 126945, + "end": 126946, "loc": { "start": { - "line": 2787, + "line": 2829, "column": 44 }, "end": { - "line": 2787, + "line": 2829, "column": 45 } } @@ -947957,15 +948444,15 @@ "updateContext": null }, "value": "let", - "start": 124569, - "end": 124572, + "start": 126959, + "end": 126962, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 12 }, "end": { - "line": 2788, + "line": 2830, "column": 15 } } @@ -947983,15 +948470,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 124573, - "end": 124585, + "start": 126963, + "end": 126975, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 16 }, "end": { - "line": 2788, + "line": 2830, "column": 28 } } @@ -948010,15 +948497,15 @@ "updateContext": null }, "value": "=", - "start": 124586, - "end": 124587, + "start": 126976, + "end": 126977, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 29 }, "end": { - "line": 2788, + "line": 2830, "column": 30 } } @@ -948038,15 +948525,15 @@ "updateContext": null }, "value": "this", - "start": 124588, - "end": 124592, + "start": 126978, + "end": 126982, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 31 }, "end": { - "line": 2788, + "line": 2830, "column": 35 } } @@ -948064,15 +948551,15 @@ "binop": null, "updateContext": null }, - "start": 124592, - "end": 124593, + "start": 126982, + "end": 126983, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 35 }, "end": { - "line": 2788, + "line": 2830, "column": 36 } } @@ -948090,15 +948577,15 @@ "binop": null }, "value": "_loadToCache", - "start": 124593, - "end": 124605, + "start": 126983, + "end": 126995, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 36 }, "end": { - "line": 2788, + "line": 2830, "column": 48 } } @@ -948115,15 +948602,15 @@ "postfix": false, "binop": null }, - "start": 124605, - "end": 124606, + "start": 126995, + "end": 126996, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 48 }, "end": { - "line": 2788, + "line": 2830, "column": 49 } } @@ -948140,15 +948627,15 @@ "postfix": false, "binop": null }, - "start": 124606, - "end": 124607, + "start": 126996, + "end": 126997, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 49 }, "end": { - "line": 2788, + "line": 2830, "column": 50 } } @@ -948166,15 +948653,15 @@ "binop": null, "updateContext": null }, - "start": 124607, - "end": 124608, + "start": 126997, + "end": 126998, "loc": { "start": { - "line": 2788, + "line": 2830, "column": 50 }, "end": { - "line": 2788, + "line": 2830, "column": 51 } } @@ -948192,15 +948679,15 @@ "binop": null }, "value": "_renewEvents", - "start": 124625, - "end": 124637, + "start": 127015, + "end": 127027, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 16 }, "end": { - "line": 2789, + "line": 2831, "column": 28 } } @@ -948219,15 +948706,15 @@ "updateContext": null }, "value": "=", - "start": 124638, - "end": 124639, + "start": 127028, + "end": 127029, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 29 }, "end": { - "line": 2789, + "line": 2831, "column": 30 } } @@ -948245,15 +948732,15 @@ "binop": null, "updateContext": null }, - "start": 124640, - "end": 124641, + "start": 127030, + "end": 127031, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 31 }, "end": { - "line": 2789, + "line": 2831, "column": 32 } } @@ -948271,15 +948758,15 @@ "binop": null, "updateContext": null }, - "start": 124641, - "end": 124642, + "start": 127031, + "end": 127032, "loc": { "start": { - "line": 2789, + "line": 2831, "column": 32 }, "end": { - "line": 2789, + "line": 2831, "column": 33 } } @@ -948299,15 +948786,15 @@ "updateContext": null }, "value": "if", - "start": 124668, - "end": 124670, + "start": 127058, + "end": 127060, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 12 }, "end": { - "line": 2791, + "line": 2833, "column": 14 } } @@ -948324,15 +948811,15 @@ "postfix": false, "binop": null }, - "start": 124671, - "end": 124672, + "start": 127061, + "end": 127062, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 15 }, "end": { - "line": 2791, + "line": 2833, "column": 16 } } @@ -948351,15 +948838,15 @@ "updateContext": null }, "value": "!", - "start": 124673, - "end": 124674, + "start": 127063, + "end": 127064, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 17 }, "end": { - "line": 2791, + "line": 2833, "column": 18 } } @@ -948379,15 +948866,15 @@ "updateContext": null }, "value": "this", - "start": 124675, - "end": 124679, + "start": 127065, + "end": 127069, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 19 }, "end": { - "line": 2791, + "line": 2833, "column": 23 } } @@ -948405,15 +948892,15 @@ "binop": null, "updateContext": null }, - "start": 124679, - "end": 124680, + "start": 127069, + "end": 127070, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 23 }, "end": { - "line": 2791, + "line": 2833, "column": 24 } } @@ -948431,15 +948918,15 @@ "binop": null }, "value": "is_empty", - "start": 124680, - "end": 124688, + "start": 127070, + "end": 127078, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 24 }, "end": { - "line": 2791, + "line": 2833, "column": 32 } } @@ -948456,15 +948943,15 @@ "postfix": false, "binop": null }, - "start": 124688, - "end": 124689, + "start": 127078, + "end": 127079, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 32 }, "end": { - "line": 2791, + "line": 2833, "column": 33 } } @@ -948482,15 +948969,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 124690, - "end": 124702, + "start": 127080, + "end": 127092, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 34 }, "end": { - "line": 2791, + "line": 2833, "column": 46 } } @@ -948507,15 +948994,15 @@ "postfix": false, "binop": null }, - "start": 124703, - "end": 124704, + "start": 127093, + "end": 127094, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 47 }, "end": { - "line": 2791, + "line": 2833, "column": 48 } } @@ -948532,15 +949019,15 @@ "postfix": false, "binop": null }, - "start": 124705, - "end": 124706, + "start": 127095, + "end": 127096, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 49 }, "end": { - "line": 2791, + "line": 2833, "column": 50 } } @@ -948557,15 +949044,15 @@ "postfix": false, "binop": null }, - "start": 124707, - "end": 124708, + "start": 127097, + "end": 127098, "loc": { "start": { - "line": 2791, + "line": 2833, "column": 51 }, "end": { - "line": 2791, + "line": 2833, "column": 52 } } @@ -948583,15 +949070,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 124725, - "end": 124737, + "start": 127115, + "end": 127127, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 16 }, "end": { - "line": 2792, + "line": 2834, "column": 28 } } @@ -948609,15 +949096,15 @@ "binop": null, "updateContext": null }, - "start": 124737, - "end": 124738, + "start": 127127, + "end": 127128, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 28 }, "end": { - "line": 2792, + "line": 2834, "column": 29 } } @@ -948635,15 +949122,15 @@ "binop": null }, "value": "forEach", - "start": 124738, - "end": 124745, + "start": 127128, + "end": 127135, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 29 }, "end": { - "line": 2792, + "line": 2834, "column": 36 } } @@ -948660,15 +949147,15 @@ "postfix": false, "binop": null }, - "start": 124745, - "end": 124746, + "start": 127135, + "end": 127136, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 36 }, "end": { - "line": 2792, + "line": 2834, "column": 37 } } @@ -948685,15 +949172,15 @@ "postfix": false, "binop": null }, - "start": 124747, - "end": 124748, + "start": 127137, + "end": 127138, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 38 }, "end": { - "line": 2792, + "line": 2834, "column": 39 } } @@ -948711,15 +949198,15 @@ "binop": null }, "value": "evt", - "start": 124749, - "end": 124752, + "start": 127139, + "end": 127142, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 40 }, "end": { - "line": 2792, + "line": 2834, "column": 43 } } @@ -948736,15 +949223,15 @@ "postfix": false, "binop": null }, - "start": 124753, - "end": 124754, + "start": 127143, + "end": 127144, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 44 }, "end": { - "line": 2792, + "line": 2834, "column": 45 } } @@ -948762,15 +949249,15 @@ "binop": null, "updateContext": null }, - "start": 124755, - "end": 124757, + "start": 127145, + "end": 127147, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 46 }, "end": { - "line": 2792, + "line": 2834, "column": 48 } } @@ -948787,15 +949274,15 @@ "postfix": false, "binop": null }, - "start": 124758, - "end": 124759, + "start": 127148, + "end": 127149, "loc": { "start": { - "line": 2792, + "line": 2834, "column": 49 }, "end": { - "line": 2792, + "line": 2834, "column": 50 } } @@ -948815,15 +949302,15 @@ "updateContext": null }, "value": "delete", - "start": 124780, - "end": 124786, + "start": 127170, + "end": 127176, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 20 }, "end": { - "line": 2793, + "line": 2835, "column": 26 } } @@ -948841,15 +949328,15 @@ "binop": null }, "value": "evt", - "start": 124787, - "end": 124790, + "start": 127177, + "end": 127180, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 27 }, "end": { - "line": 2793, + "line": 2835, "column": 30 } } @@ -948867,15 +949354,15 @@ "binop": null, "updateContext": null }, - "start": 124790, - "end": 124791, + "start": 127180, + "end": 127181, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 30 }, "end": { - "line": 2793, + "line": 2835, "column": 31 } } @@ -948893,15 +949380,15 @@ "binop": null }, "value": "uid", - "start": 124791, - "end": 124794, + "start": 127181, + "end": 127184, "loc": { "start": { - "line": 2793, + "line": 2835, "column": 31 }, "end": { - "line": 2793, + "line": 2835, "column": 34 } } @@ -948921,15 +949408,15 @@ "updateContext": null }, "value": "delete", - "start": 124815, - "end": 124821, + "start": 127205, + "end": 127211, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 20 }, "end": { - "line": 2794, + "line": 2836, "column": 26 } } @@ -948947,15 +949434,15 @@ "binop": null }, "value": "evt", - "start": 124822, - "end": 124825, + "start": 127212, + "end": 127215, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 27 }, "end": { - "line": 2794, + "line": 2836, "column": 30 } } @@ -948973,15 +949460,15 @@ "binop": null, "updateContext": null }, - "start": 124825, - "end": 124826, + "start": 127215, + "end": 127216, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 30 }, "end": { - "line": 2794, + "line": 2836, "column": 31 } } @@ -948999,15 +949486,15 @@ "binop": null }, "value": "x", - "start": 124826, - "end": 124827, + "start": 127216, + "end": 127217, "loc": { "start": { - "line": 2794, + "line": 2836, "column": 31 }, "end": { - "line": 2794, + "line": 2836, "column": 32 } } @@ -949027,15 +949514,15 @@ "updateContext": null }, "value": "delete", - "start": 124848, - "end": 124854, + "start": 127238, + "end": 127244, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 20 }, "end": { - "line": 2795, + "line": 2837, "column": 26 } } @@ -949053,15 +949540,15 @@ "binop": null }, "value": "evt", - "start": 124855, - "end": 124858, + "start": 127245, + "end": 127248, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 27 }, "end": { - "line": 2795, + "line": 2837, "column": 30 } } @@ -949079,15 +949566,15 @@ "binop": null, "updateContext": null }, - "start": 124858, - "end": 124859, + "start": 127248, + "end": 127249, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 30 }, "end": { - "line": 2795, + "line": 2837, "column": 31 } } @@ -949105,15 +949592,15 @@ "binop": null }, "value": "Y", - "start": 124859, - "end": 124860, + "start": 127249, + "end": 127250, "loc": { "start": { - "line": 2795, + "line": 2837, "column": 31 }, "end": { - "line": 2795, + "line": 2837, "column": 32 } } @@ -949133,15 +949620,15 @@ "updateContext": null }, "value": "delete", - "start": 124881, - "end": 124887, + "start": 127271, + "end": 127277, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 20 }, "end": { - "line": 2796, + "line": 2838, "column": 26 } } @@ -949159,15 +949646,15 @@ "binop": null }, "value": "evt", - "start": 124888, - "end": 124891, + "start": 127278, + "end": 127281, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 27 }, "end": { - "line": 2796, + "line": 2838, "column": 30 } } @@ -949185,15 +949672,15 @@ "binop": null, "updateContext": null }, - "start": 124891, - "end": 124892, + "start": 127281, + "end": 127282, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 30 }, "end": { - "line": 2796, + "line": 2838, "column": 31 } } @@ -949211,15 +949698,15 @@ "binop": null }, "value": "width", - "start": 124892, - "end": 124897, + "start": 127282, + "end": 127287, "loc": { "start": { - "line": 2796, + "line": 2838, "column": 31 }, "end": { - "line": 2796, + "line": 2838, "column": 36 } } @@ -949239,15 +949726,15 @@ "updateContext": null }, "value": "delete", - "start": 124918, - "end": 124924, + "start": 127308, + "end": 127314, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 20 }, "end": { - "line": 2797, + "line": 2839, "column": 26 } } @@ -949265,15 +949752,15 @@ "binop": null }, "value": "evt", - "start": 124925, - "end": 124928, + "start": 127315, + "end": 127318, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 27 }, "end": { - "line": 2797, + "line": 2839, "column": 30 } } @@ -949291,15 +949778,15 @@ "binop": null, "updateContext": null }, - "start": 124928, - "end": 124929, + "start": 127318, + "end": 127319, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 30 }, "end": { - "line": 2797, + "line": 2839, "column": 31 } } @@ -949317,15 +949804,15 @@ "binop": null }, "value": "height", - "start": 124929, - "end": 124935, + "start": 127319, + "end": 127325, "loc": { "start": { - "line": 2797, + "line": 2839, "column": 31 }, "end": { - "line": 2797, + "line": 2839, "column": 37 } } @@ -949345,15 +949832,15 @@ "updateContext": null }, "value": "delete", - "start": 124956, - "end": 124962, + "start": 127346, + "end": 127352, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 20 }, "end": { - "line": 2798, + "line": 2840, "column": 26 } } @@ -949371,15 +949858,15 @@ "binop": null }, "value": "evt", - "start": 124963, - "end": 124966, + "start": 127353, + "end": 127356, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 27 }, "end": { - "line": 2798, + "line": 2840, "column": 30 } } @@ -949397,15 +949884,15 @@ "binop": null, "updateContext": null }, - "start": 124966, - "end": 124967, + "start": 127356, + "end": 127357, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 30 }, "end": { - "line": 2798, + "line": 2840, "column": 31 } } @@ -949423,15 +949910,15 @@ "binop": null }, "value": "relation", - "start": 124967, - "end": 124975, + "start": 127357, + "end": 127365, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 31 }, "end": { - "line": 2798, + "line": 2840, "column": 39 } } @@ -949449,15 +949936,15 @@ "binop": null, "updateContext": null }, - "start": 124975, - "end": 124976, + "start": 127365, + "end": 127366, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 39 }, "end": { - "line": 2798, + "line": 2840, "column": 40 } } @@ -949475,15 +949962,15 @@ "binop": null }, "value": "x", - "start": 124976, - "end": 124977, + "start": 127366, + "end": 127367, "loc": { "start": { - "line": 2798, + "line": 2840, "column": 40 }, "end": { - "line": 2798, + "line": 2840, "column": 41 } } @@ -949503,15 +949990,15 @@ "updateContext": null }, "value": "delete", - "start": 124998, - "end": 125004, + "start": 127388, + "end": 127394, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 20 }, "end": { - "line": 2799, + "line": 2841, "column": 26 } } @@ -949529,15 +950016,15 @@ "binop": null }, "value": "evt", - "start": 125005, - "end": 125008, + "start": 127395, + "end": 127398, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 27 }, "end": { - "line": 2799, + "line": 2841, "column": 30 } } @@ -949555,15 +950042,15 @@ "binop": null, "updateContext": null }, - "start": 125008, - "end": 125009, + "start": 127398, + "end": 127399, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 30 }, "end": { - "line": 2799, + "line": 2841, "column": 31 } } @@ -949581,15 +950068,15 @@ "binop": null }, "value": "relation", - "start": 125009, - "end": 125017, + "start": 127399, + "end": 127407, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 31 }, "end": { - "line": 2799, + "line": 2841, "column": 39 } } @@ -949607,15 +950094,15 @@ "binop": null, "updateContext": null }, - "start": 125017, - "end": 125018, + "start": 127407, + "end": 127408, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 39 }, "end": { - "line": 2799, + "line": 2841, "column": 40 } } @@ -949633,15 +950120,15 @@ "binop": null }, "value": "y", - "start": 125018, - "end": 125019, + "start": 127408, + "end": 127409, "loc": { "start": { - "line": 2799, + "line": 2841, "column": 40 }, "end": { - "line": 2799, + "line": 2841, "column": 41 } } @@ -949659,15 +950146,15 @@ "binop": null }, "value": "_renewEvents", - "start": 125040, - "end": 125052, + "start": 127430, + "end": 127442, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 20 }, "end": { - "line": 2800, + "line": 2842, "column": 32 } } @@ -949685,15 +950172,15 @@ "binop": null, "updateContext": null }, - "start": 125052, - "end": 125053, + "start": 127442, + "end": 127443, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 32 }, "end": { - "line": 2800, + "line": 2842, "column": 33 } } @@ -949711,15 +950198,15 @@ "binop": null }, "value": "push", - "start": 125053, - "end": 125057, + "start": 127443, + "end": 127447, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 33 }, "end": { - "line": 2800, + "line": 2842, "column": 37 } } @@ -949736,15 +950223,15 @@ "postfix": false, "binop": null }, - "start": 125057, - "end": 125058, + "start": 127447, + "end": 127448, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 37 }, "end": { - "line": 2800, + "line": 2842, "column": 38 } } @@ -949764,15 +950251,15 @@ "updateContext": null }, "value": "this", - "start": 125059, - "end": 125063, + "start": 127449, + "end": 127453, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 39 }, "end": { - "line": 2800, + "line": 2842, "column": 43 } } @@ -949790,15 +950277,15 @@ "binop": null, "updateContext": null }, - "start": 125063, - "end": 125064, + "start": 127453, + "end": 127454, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 43 }, "end": { - "line": 2800, + "line": 2842, "column": 44 } } @@ -949816,15 +950303,15 @@ "binop": null }, "value": "_registerEventData", - "start": 125064, - "end": 125082, + "start": 127454, + "end": 127472, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 44 }, "end": { - "line": 2800, + "line": 2842, "column": 62 } } @@ -949841,15 +950328,15 @@ "postfix": false, "binop": null }, - "start": 125082, - "end": 125083, + "start": 127472, + "end": 127473, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 62 }, "end": { - "line": 2800, + "line": 2842, "column": 63 } } @@ -949868,15 +950355,15 @@ "updateContext": null }, "value": "
", - "start": 125084, - "end": 125097, + "start": 127474, + "end": 127487, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 64 }, "end": { - "line": 2800, + "line": 2842, "column": 77 } } @@ -949894,15 +950381,15 @@ "binop": null, "updateContext": null }, - "start": 125097, - "end": 125098, + "start": 127487, + "end": 127488, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 77 }, "end": { - "line": 2800, + "line": 2842, "column": 78 } } @@ -949920,15 +950407,15 @@ "binop": null }, "value": "evt", - "start": 125099, - "end": 125102, + "start": 127489, + "end": 127492, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 79 }, "end": { - "line": 2800, + "line": 2842, "column": 82 } } @@ -949945,15 +950432,15 @@ "postfix": false, "binop": null }, - "start": 125103, - "end": 125104, + "start": 127493, + "end": 127494, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 83 }, "end": { - "line": 2800, + "line": 2842, "column": 84 } } @@ -949970,15 +950457,15 @@ "postfix": false, "binop": null }, - "start": 125105, - "end": 125106, + "start": 127495, + "end": 127496, "loc": { "start": { - "line": 2800, + "line": 2842, "column": 85 }, "end": { - "line": 2800, + "line": 2842, "column": 86 } } @@ -949995,15 +950482,15 @@ "postfix": false, "binop": null }, - "start": 125123, - "end": 125124, + "start": 127513, + "end": 127514, "loc": { "start": { - "line": 2801, + "line": 2843, "column": 16 }, "end": { - "line": 2801, + "line": 2843, "column": 17 } } @@ -950020,15 +950507,15 @@ "postfix": false, "binop": null }, - "start": 125124, - "end": 125125, + "start": 127514, + "end": 127515, "loc": { "start": { - "line": 2801, + "line": 2843, "column": 17 }, "end": { - "line": 2801, + "line": 2843, "column": 18 } } @@ -950045,15 +950532,15 @@ "postfix": false, "binop": null }, - "start": 125138, - "end": 125139, + "start": 127528, + "end": 127529, "loc": { "start": { - "line": 2802, + "line": 2844, "column": 12 }, "end": { - "line": 2802, + "line": 2844, "column": 13 } } @@ -950073,15 +950560,15 @@ "updateContext": null }, "value": "this", - "start": 125152, - "end": 125156, + "start": 127542, + "end": 127546, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 12 }, "end": { - "line": 2803, + "line": 2845, "column": 16 } } @@ -950099,15 +950586,15 @@ "binop": null, "updateContext": null }, - "start": 125156, - "end": 125157, + "start": 127546, + "end": 127547, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 16 }, "end": { - "line": 2803, + "line": 2845, "column": 17 } } @@ -950125,15 +950612,15 @@ "binop": null }, "value": "_isCached", - "start": 125157, - "end": 125166, + "start": 127547, + "end": 127556, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 17 }, "end": { - "line": 2803, + "line": 2845, "column": 26 } } @@ -950152,15 +950639,15 @@ "updateContext": null }, "value": "=", - "start": 125167, - "end": 125168, + "start": 127557, + "end": 127558, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 27 }, "end": { - "line": 2803, + "line": 2845, "column": 28 } } @@ -950180,15 +950667,15 @@ "updateContext": null }, "value": "this", - "start": 125169, - "end": 125173, + "start": 127559, + "end": 127563, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 29 }, "end": { - "line": 2803, + "line": 2845, "column": 33 } } @@ -950206,15 +950693,15 @@ "binop": null, "updateContext": null }, - "start": 125173, - "end": 125174, + "start": 127563, + "end": 127564, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 33 }, "end": { - "line": 2803, + "line": 2845, "column": 34 } } @@ -950232,15 +950719,15 @@ "binop": null }, "value": "_saveToCache", - "start": 125174, - "end": 125186, + "start": 127564, + "end": 127576, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 34 }, "end": { - "line": 2803, + "line": 2845, "column": 46 } } @@ -950257,15 +950744,15 @@ "postfix": false, "binop": null }, - "start": 125186, - "end": 125187, + "start": 127576, + "end": 127577, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 46 }, "end": { - "line": 2803, + "line": 2845, "column": 47 } } @@ -950283,15 +950770,15 @@ "binop": null }, "value": "_renewEvents", - "start": 125188, - "end": 125200, + "start": 127578, + "end": 127590, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 48 }, "end": { - "line": 2803, + "line": 2845, "column": 60 } } @@ -950308,15 +950795,15 @@ "postfix": false, "binop": null }, - "start": 125201, - "end": 125202, + "start": 127591, + "end": 127592, "loc": { "start": { - "line": 2803, + "line": 2845, "column": 61 }, "end": { - "line": 2803, + "line": 2845, "column": 62 } } @@ -950333,15 +950820,15 @@ "postfix": false, "binop": null }, - "start": 125211, - "end": 125212, + "start": 127601, + "end": 127602, "loc": { "start": { - "line": 2804, + "line": 2846, "column": 8 }, "end": { - "line": 2804, + "line": 2846, "column": 9 } } @@ -950361,15 +950848,15 @@ "updateContext": null }, "value": "else", - "start": 125213, - "end": 125217, + "start": 127603, + "end": 127607, "loc": { "start": { - "line": 2804, + "line": 2846, "column": 10 }, "end": { - "line": 2804, + "line": 2846, "column": 14 } } @@ -950386,15 +950873,15 @@ "postfix": false, "binop": null }, - "start": 125218, - "end": 125219, + "start": 127608, + "end": 127609, "loc": { "start": { - "line": 2804, + "line": 2846, "column": 15 }, "end": { - "line": 2804, + "line": 2846, "column": 16 } } @@ -950414,15 +950901,15 @@ "updateContext": null }, "value": "this", - "start": 125232, - "end": 125236, + "start": 127622, + "end": 127626, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 12 }, "end": { - "line": 2805, + "line": 2847, "column": 16 } } @@ -950440,15 +950927,15 @@ "binop": null, "updateContext": null }, - "start": 125236, - "end": 125237, + "start": 127626, + "end": 127627, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 16 }, "end": { - "line": 2805, + "line": 2847, "column": 17 } } @@ -950466,15 +950953,15 @@ "binop": null }, "value": "_loadEvent", - "start": 125237, - "end": 125247, + "start": 127627, + "end": 127637, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 17 }, "end": { - "line": 2805, + "line": 2847, "column": 27 } } @@ -950491,15 +950978,15 @@ "postfix": false, "binop": null }, - "start": 125247, - "end": 125248, + "start": 127637, + "end": 127638, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 27 }, "end": { - "line": 2805, + "line": 2847, "column": 28 } } @@ -950516,15 +951003,15 @@ "postfix": false, "binop": null }, - "start": 125248, - "end": 125249, + "start": 127638, + "end": 127639, "loc": { "start": { - "line": 2805, + "line": 2847, "column": 28 }, "end": { - "line": 2805, + "line": 2847, "column": 29 } } @@ -950541,15 +951028,15 @@ "postfix": false, "binop": null }, - "start": 125258, - "end": 125259, + "start": 127648, + "end": 127649, "loc": { "start": { - "line": 2806, + "line": 2848, "column": 8 }, "end": { - "line": 2806, + "line": 2848, "column": 9 } } @@ -950569,15 +951056,15 @@ "updateContext": null }, "value": "this", - "start": 125277, - "end": 125281, + "start": 127667, + "end": 127671, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 8 }, "end": { - "line": 2808, + "line": 2850, "column": 12 } } @@ -950595,15 +951082,15 @@ "binop": null, "updateContext": null }, - "start": 125281, - "end": 125282, + "start": 127671, + "end": 127672, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 12 }, "end": { - "line": 2808, + "line": 2850, "column": 13 } } @@ -950621,15 +951108,15 @@ "binop": null }, "value": "_placeEvent", - "start": 125282, - "end": 125293, + "start": 127672, + "end": 127683, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 13 }, "end": { - "line": 2808, + "line": 2850, "column": 24 } } @@ -950646,15 +951133,15 @@ "postfix": false, "binop": null }, - "start": 125293, - "end": 125294, + "start": 127683, + "end": 127684, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 24 }, "end": { - "line": 2808, + "line": 2850, "column": 25 } } @@ -950671,15 +951158,15 @@ "postfix": false, "binop": null }, - "start": 125294, - "end": 125295, + "start": 127684, + "end": 127685, "loc": { "start": { - "line": 2808, + "line": 2850, "column": 25 }, "end": { - "line": 2808, + "line": 2850, "column": 26 } } @@ -950699,15 +951186,15 @@ "updateContext": null }, "value": "this", - "start": 125313, - "end": 125317, + "start": 127703, + "end": 127707, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 8 }, "end": { - "line": 2810, + "line": 2852, "column": 12 } } @@ -950725,15 +951212,15 @@ "binop": null, "updateContext": null }, - "start": 125317, - "end": 125318, + "start": 127707, + "end": 127708, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 12 }, "end": { - "line": 2810, + "line": 2852, "column": 13 } } @@ -950751,15 +951238,15 @@ "binop": null }, "value": "_isCompleted", - "start": 125318, - "end": 125330, + "start": 127708, + "end": 127720, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 13 }, "end": { - "line": 2810, + "line": 2852, "column": 25 } } @@ -950778,15 +951265,15 @@ "updateContext": null }, "value": "=", - "start": 125331, - "end": 125332, + "start": 127721, + "end": 127722, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 26 }, "end": { - "line": 2810, + "line": 2852, "column": 27 } } @@ -950806,15 +951293,15 @@ "updateContext": null }, "value": "true", - "start": 125333, - "end": 125337, + "start": 127723, + "end": 127727, "loc": { "start": { - "line": 2810, + "line": 2852, "column": 28 }, "end": { - "line": 2810, + "line": 2852, "column": 32 } } @@ -950834,15 +951321,15 @@ "updateContext": null }, "value": "if", - "start": 125355, - "end": 125357, + "start": 127745, + "end": 127747, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 8 }, "end": { - "line": 2812, + "line": 2854, "column": 10 } } @@ -950859,15 +951346,15 @@ "postfix": false, "binop": null }, - "start": 125358, - "end": 125359, + "start": 127748, + "end": 127749, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 11 }, "end": { - "line": 2812, + "line": 2854, "column": 12 } } @@ -950885,15 +951372,15 @@ "binop": null }, "value": "callback", - "start": 125360, - "end": 125368, + "start": 127750, + "end": 127758, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 13 }, "end": { - "line": 2812, + "line": 2854, "column": 21 } } @@ -950910,15 +951397,15 @@ "postfix": false, "binop": null }, - "start": 125369, - "end": 125370, + "start": 127759, + "end": 127760, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 22 }, "end": { - "line": 2812, + "line": 2854, "column": 23 } } @@ -950935,15 +951422,15 @@ "postfix": false, "binop": null }, - "start": 125371, - "end": 125372, + "start": 127761, + "end": 127762, "loc": { "start": { - "line": 2812, + "line": 2854, "column": 24 }, "end": { - "line": 2812, + "line": 2854, "column": 25 } } @@ -950963,15 +951450,15 @@ "updateContext": null }, "value": "this", - "start": 125385, - "end": 125389, + "start": 127775, + "end": 127779, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 12 }, "end": { - "line": 2813, + "line": 2855, "column": 16 } } @@ -950989,15 +951476,15 @@ "binop": null, "updateContext": null }, - "start": 125389, - "end": 125390, + "start": 127779, + "end": 127780, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 16 }, "end": { - "line": 2813, + "line": 2855, "column": 17 } } @@ -951015,15 +951502,15 @@ "binop": null }, "value": "_debug", - "start": 125390, - "end": 125396, + "start": 127780, + "end": 127786, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 17 }, "end": { - "line": 2813, + "line": 2855, "column": 23 } } @@ -951040,15 +951527,15 @@ "postfix": false, "binop": null }, - "start": 125396, - "end": 125397, + "start": 127786, + "end": 127787, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 23 }, "end": { - "line": 2813, + "line": 2855, "column": 24 } } @@ -951067,15 +951554,15 @@ "updateContext": null }, "value": "Fired your callback function after reloading timeline.", - "start": 125398, - "end": 125454, + "start": 127788, + "end": 127844, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 25 }, "end": { - "line": 2813, + "line": 2855, "column": 81 } } @@ -951092,15 +951579,15 @@ "postfix": false, "binop": null }, - "start": 125455, - "end": 125456, + "start": 127845, + "end": 127846, "loc": { "start": { - "line": 2813, + "line": 2855, "column": 82 }, "end": { - "line": 2813, + "line": 2855, "column": 83 } } @@ -951118,15 +951605,15 @@ "binop": null }, "value": "callback", - "start": 125482, - "end": 125490, + "start": 127872, + "end": 127880, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 12 }, "end": { - "line": 2815, + "line": 2857, "column": 20 } } @@ -951143,15 +951630,15 @@ "postfix": false, "binop": null }, - "start": 125490, - "end": 125491, + "start": 127880, + "end": 127881, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 20 }, "end": { - "line": 2815, + "line": 2857, "column": 21 } } @@ -951171,15 +951658,15 @@ "updateContext": null }, "value": "this", - "start": 125492, - "end": 125496, + "start": 127882, + "end": 127886, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 22 }, "end": { - "line": 2815, + "line": 2857, "column": 26 } } @@ -951197,15 +951684,15 @@ "binop": null, "updateContext": null }, - "start": 125496, - "end": 125497, + "start": 127886, + "end": 127887, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 26 }, "end": { - "line": 2815, + "line": 2857, "column": 27 } } @@ -951223,15 +951710,15 @@ "binop": null }, "value": "_element", - "start": 125497, - "end": 125505, + "start": 127887, + "end": 127895, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 27 }, "end": { - "line": 2815, + "line": 2857, "column": 35 } } @@ -951249,15 +951736,15 @@ "binop": null, "updateContext": null }, - "start": 125505, - "end": 125506, + "start": 127895, + "end": 127896, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 35 }, "end": { - "line": 2815, + "line": 2857, "column": 36 } } @@ -951277,15 +951764,15 @@ "updateContext": null }, "value": "this", - "start": 125507, - "end": 125511, + "start": 127897, + "end": 127901, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 37 }, "end": { - "line": 2815, + "line": 2857, "column": 41 } } @@ -951303,15 +951790,15 @@ "binop": null, "updateContext": null }, - "start": 125511, - "end": 125512, + "start": 127901, + "end": 127902, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 41 }, "end": { - "line": 2815, + "line": 2857, "column": 42 } } @@ -951329,15 +951816,15 @@ "binop": null }, "value": "_config", - "start": 125512, - "end": 125519, + "start": 127902, + "end": 127909, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 42 }, "end": { - "line": 2815, + "line": 2857, "column": 49 } } @@ -951355,15 +951842,15 @@ "binop": null, "updateContext": null }, - "start": 125519, - "end": 125520, + "start": 127909, + "end": 127910, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 49 }, "end": { - "line": 2815, + "line": 2857, "column": 50 } } @@ -951381,15 +951868,15 @@ "binop": null }, "value": "userdata", - "start": 125521, - "end": 125529, + "start": 127911, + "end": 127919, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 51 }, "end": { - "line": 2815, + "line": 2857, "column": 59 } } @@ -951406,15 +951893,15 @@ "postfix": false, "binop": null }, - "start": 125530, - "end": 125531, + "start": 127920, + "end": 127921, "loc": { "start": { - "line": 2815, + "line": 2857, "column": 60 }, "end": { - "line": 2815, + "line": 2857, "column": 61 } } @@ -951431,15 +951918,15 @@ "postfix": false, "binop": null }, - "start": 125540, - "end": 125541, + "start": 127930, + "end": 127931, "loc": { "start": { - "line": 2816, + "line": 2858, "column": 8 }, "end": { - "line": 2816, + "line": 2858, "column": 9 } } @@ -951456,15 +951943,15 @@ "postfix": false, "binop": null }, - "start": 125546, - "end": 125547, + "start": 127936, + "end": 127937, "loc": { "start": { - "line": 2817, + "line": 2859, "column": 4 }, "end": { - "line": 2817, + "line": 2859, "column": 5 } } @@ -951472,15 +951959,15 @@ { "type": "CommentBlock", "value": "*\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n ", - "start": 125557, - "end": 125784, + "start": 127947, + "end": 128174, "loc": { "start": { - "line": 2819, + "line": 2861, "column": 4 }, "end": { - "line": 2824, + "line": 2866, "column": 7 } } @@ -951498,15 +951985,15 @@ "binop": null }, "value": "openEvent", - "start": 125789, - "end": 125798, + "start": 128179, + "end": 128188, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 4 }, "end": { - "line": 2825, + "line": 2867, "column": 13 } } @@ -951523,15 +952010,15 @@ "postfix": false, "binop": null }, - "start": 125798, - "end": 125799, + "start": 128188, + "end": 128189, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 13 }, "end": { - "line": 2825, + "line": 2867, "column": 14 } } @@ -951549,15 +952036,15 @@ "binop": null }, "value": "event", - "start": 125800, - "end": 125805, + "start": 128190, + "end": 128195, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 15 }, "end": { - "line": 2825, + "line": 2867, "column": 20 } } @@ -951574,15 +952061,15 @@ "postfix": false, "binop": null }, - "start": 125806, - "end": 125807, + "start": 128196, + "end": 128197, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 21 }, "end": { - "line": 2825, + "line": 2867, "column": 22 } } @@ -951599,15 +952086,15 @@ "postfix": false, "binop": null }, - "start": 125808, - "end": 125809, + "start": 128198, + "end": 128199, "loc": { "start": { - "line": 2825, + "line": 2867, "column": 23 }, "end": { - "line": 2825, + "line": 2867, "column": 24 } } @@ -951627,15 +952114,15 @@ "updateContext": null }, "value": "this", - "start": 125818, - "end": 125822, + "start": 128208, + "end": 128212, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 8 }, "end": { - "line": 2826, + "line": 2868, "column": 12 } } @@ -951653,15 +952140,15 @@ "binop": null, "updateContext": null }, - "start": 125822, - "end": 125823, + "start": 128212, + "end": 128213, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 12 }, "end": { - "line": 2826, + "line": 2868, "column": 13 } } @@ -951679,15 +952166,15 @@ "binop": null }, "value": "_debug", - "start": 125823, - "end": 125829, + "start": 128213, + "end": 128219, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 13 }, "end": { - "line": 2826, + "line": 2868, "column": 19 } } @@ -951704,15 +952191,15 @@ "postfix": false, "binop": null }, - "start": 125829, - "end": 125830, + "start": 128219, + "end": 128220, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 19 }, "end": { - "line": 2826, + "line": 2868, "column": 20 } } @@ -951731,15 +952218,15 @@ "updateContext": null }, "value": "openEvent", - "start": 125831, - "end": 125842, + "start": 128221, + "end": 128232, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 21 }, "end": { - "line": 2826, + "line": 2868, "column": 32 } } @@ -951756,15 +952243,15 @@ "postfix": false, "binop": null }, - "start": 125843, - "end": 125844, + "start": 128233, + "end": 128234, "loc": { "start": { - "line": 2826, + "line": 2868, "column": 33 }, "end": { - "line": 2826, + "line": 2868, "column": 34 } } @@ -951784,15 +952271,15 @@ "updateContext": null }, "value": "let", - "start": 125862, - "end": 125865, + "start": 128252, + "end": 128255, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 8 }, "end": { - "line": 2828, + "line": 2870, "column": 11 } } @@ -951810,15 +952297,15 @@ "binop": null }, "value": "_that", - "start": 125866, - "end": 125871, + "start": 128256, + "end": 128261, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 12 }, "end": { - "line": 2828, + "line": 2870, "column": 17 } } @@ -951837,15 +952324,15 @@ "updateContext": null }, "value": "=", - "start": 125876, - "end": 125877, + "start": 128266, + "end": 128267, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 22 }, "end": { - "line": 2828, + "line": 2870, "column": 23 } } @@ -951865,15 +952352,15 @@ "updateContext": null }, "value": "this", - "start": 125878, - "end": 125882, + "start": 128268, + "end": 128272, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 24 }, "end": { - "line": 2828, + "line": 2870, "column": 28 } } @@ -951891,15 +952378,15 @@ "binop": null, "updateContext": null }, - "start": 125882, - "end": 125883, + "start": 128272, + "end": 128273, "loc": { "start": { - "line": 2828, + "line": 2870, "column": 28 }, "end": { - "line": 2828, + "line": 2870, "column": 29 } } @@ -951917,15 +952404,15 @@ "binop": null }, "value": "_self", - "start": 125896, - "end": 125901, + "start": 128286, + "end": 128291, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 12 }, "end": { - "line": 2829, + "line": 2871, "column": 17 } } @@ -951944,15 +952431,15 @@ "updateContext": null }, "value": "=", - "start": 125906, - "end": 125907, + "start": 128296, + "end": 128297, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 22 }, "end": { - "line": 2829, + "line": 2871, "column": 23 } } @@ -951970,15 +952457,15 @@ "binop": null }, "value": "event", - "start": 125908, - "end": 125913, + "start": 128298, + "end": 128303, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 24 }, "end": { - "line": 2829, + "line": 2871, "column": 29 } } @@ -951996,15 +952483,15 @@ "binop": null, "updateContext": null }, - "start": 125913, - "end": 125914, + "start": 128303, + "end": 128304, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 29 }, "end": { - "line": 2829, + "line": 2871, "column": 30 } } @@ -952022,15 +952509,15 @@ "binop": null }, "value": "target", - "start": 125914, - "end": 125920, + "start": 128304, + "end": 128310, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 30 }, "end": { - "line": 2829, + "line": 2871, "column": 36 } } @@ -952048,15 +952535,15 @@ "binop": null, "updateContext": null }, - "start": 125920, - "end": 125921, + "start": 128310, + "end": 128311, "loc": { "start": { - "line": 2829, + "line": 2871, "column": 36 }, "end": { - "line": 2829, + "line": 2871, "column": 37 } } @@ -952074,15 +952561,15 @@ "binop": null }, "value": "$viewer", - "start": 125934, - "end": 125941, + "start": 128324, + "end": 128331, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 12 }, "end": { - "line": 2830, + "line": 2872, "column": 19 } } @@ -952101,15 +952588,15 @@ "updateContext": null }, "value": "=", - "start": 125944, - "end": 125945, + "start": 128334, + "end": 128335, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 22 }, "end": { - "line": 2830, + "line": 2872, "column": 23 } } @@ -952127,15 +952614,15 @@ "binop": null }, "value": "$", - "start": 125946, - "end": 125947, + "start": 128336, + "end": 128337, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 24 }, "end": { - "line": 2830, + "line": 2872, "column": 25 } } @@ -952152,15 +952639,15 @@ "postfix": false, "binop": null }, - "start": 125947, - "end": 125948, + "start": 128337, + "end": 128338, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 25 }, "end": { - "line": 2830, + "line": 2872, "column": 26 } } @@ -952178,15 +952665,15 @@ "binop": null }, "value": "document", - "start": 125948, - "end": 125956, + "start": 128338, + "end": 128346, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 26 }, "end": { - "line": 2830, + "line": 2872, "column": 34 } } @@ -952203,15 +952690,15 @@ "postfix": false, "binop": null }, - "start": 125956, - "end": 125957, + "start": 128346, + "end": 128347, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 34 }, "end": { - "line": 2830, + "line": 2872, "column": 35 } } @@ -952229,15 +952716,15 @@ "binop": null, "updateContext": null }, - "start": 125957, - "end": 125958, + "start": 128347, + "end": 128348, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 35 }, "end": { - "line": 2830, + "line": 2872, "column": 36 } } @@ -952255,15 +952742,15 @@ "binop": null }, "value": "find", - "start": 125958, - "end": 125962, + "start": 128348, + "end": 128352, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 36 }, "end": { - "line": 2830, + "line": 2872, "column": 40 } } @@ -952280,15 +952767,15 @@ "postfix": false, "binop": null }, - "start": 125962, - "end": 125963, + "start": 128352, + "end": 128353, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 40 }, "end": { - "line": 2830, + "line": 2872, "column": 41 } } @@ -952306,15 +952793,15 @@ "binop": null }, "value": "Selector", - "start": 125964, - "end": 125972, + "start": 128354, + "end": 128362, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 42 }, "end": { - "line": 2830, + "line": 2872, "column": 50 } } @@ -952332,15 +952819,15 @@ "binop": null, "updateContext": null }, - "start": 125972, - "end": 125973, + "start": 128362, + "end": 128363, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 50 }, "end": { - "line": 2830, + "line": 2872, "column": 51 } } @@ -952358,15 +952845,15 @@ "binop": null }, "value": "EVENT_VIEW", - "start": 125973, - "end": 125983, + "start": 128363, + "end": 128373, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 51 }, "end": { - "line": 2830, + "line": 2872, "column": 61 } } @@ -952383,15 +952870,15 @@ "postfix": false, "binop": null }, - "start": 125984, - "end": 125985, + "start": 128374, + "end": 128375, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 62 }, "end": { - "line": 2830, + "line": 2872, "column": 63 } } @@ -952409,15 +952896,15 @@ "binop": null, "updateContext": null }, - "start": 125985, - "end": 125986, + "start": 128375, + "end": 128376, "loc": { "start": { - "line": 2830, + "line": 2872, "column": 63 }, "end": { - "line": 2830, + "line": 2872, "column": 64 } } @@ -952425,15 +952912,15 @@ { "type": "CommentLine", "value": "eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),", - "start": 125999, - "end": 126073, + "start": 128389, + "end": 128463, "loc": { "start": { - "line": 2831, + "line": 2873, "column": 12 }, "end": { - "line": 2831, + "line": 2873, "column": 86 } } @@ -952451,15 +952938,15 @@ "binop": null }, "value": "uid", - "start": 126086, - "end": 126089, + "start": 128476, + "end": 128479, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 12 }, "end": { - "line": 2832, + "line": 2874, "column": 15 } } @@ -952478,15 +952965,15 @@ "updateContext": null }, "value": "=", - "start": 126096, - "end": 126097, + "start": 128486, + "end": 128487, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 22 }, "end": { - "line": 2832, + "line": 2874, "column": 23 } } @@ -952504,15 +952991,15 @@ "binop": null }, "value": "$", - "start": 126098, - "end": 126099, + "start": 128488, + "end": 128489, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 24 }, "end": { - "line": 2832, + "line": 2874, "column": 25 } } @@ -952529,15 +953016,15 @@ "postfix": false, "binop": null }, - "start": 126099, - "end": 126100, + "start": 128489, + "end": 128490, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 25 }, "end": { - "line": 2832, + "line": 2874, "column": 26 } } @@ -952555,15 +953042,15 @@ "binop": null }, "value": "_self", - "start": 126100, - "end": 126105, + "start": 128490, + "end": 128495, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 26 }, "end": { - "line": 2832, + "line": 2874, "column": 31 } } @@ -952580,15 +953067,15 @@ "postfix": false, "binop": null }, - "start": 126105, - "end": 126106, + "start": 128495, + "end": 128496, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 31 }, "end": { - "line": 2832, + "line": 2874, "column": 32 } } @@ -952606,15 +953093,15 @@ "binop": null, "updateContext": null }, - "start": 126106, - "end": 126107, + "start": 128496, + "end": 128497, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 32 }, "end": { - "line": 2832, + "line": 2874, "column": 33 } } @@ -952632,15 +953119,15 @@ "binop": null }, "value": "data", - "start": 126107, - "end": 126111, + "start": 128497, + "end": 128501, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 33 }, "end": { - "line": 2832, + "line": 2874, "column": 37 } } @@ -952657,15 +953144,15 @@ "postfix": false, "binop": null }, - "start": 126111, - "end": 126112, + "start": 128501, + "end": 128502, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 37 }, "end": { - "line": 2832, + "line": 2874, "column": 38 } } @@ -952684,15 +953171,15 @@ "updateContext": null }, "value": "uid", - "start": 126113, - "end": 126118, + "start": 128503, + "end": 128508, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 39 }, "end": { - "line": 2832, + "line": 2874, "column": 44 } } @@ -952709,15 +953196,15 @@ "postfix": false, "binop": null }, - "start": 126119, - "end": 126120, + "start": 128509, + "end": 128510, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 45 }, "end": { - "line": 2832, + "line": 2874, "column": 46 } } @@ -952735,15 +953222,15 @@ "binop": null, "updateContext": null }, - "start": 126120, - "end": 126121, + "start": 128510, + "end": 128511, "loc": { "start": { - "line": 2832, + "line": 2874, "column": 46 }, "end": { - "line": 2832, + "line": 2874, "column": 47 } } @@ -952751,15 +953238,15 @@ { "type": "CommentLine", "value": "meta = this.supplement( null, $(_self).data( 'meta' ) ),", - "start": 126134, - "end": 126197, + "start": 128524, + "end": 128587, "loc": { "start": { - "line": 2833, + "line": 2875, "column": 12 }, "end": { - "line": 2833, + "line": 2875, "column": 75 } } @@ -952777,15 +953264,15 @@ "binop": null }, "value": "callback", - "start": 126210, - "end": 126218, + "start": 128600, + "end": 128608, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 12 }, "end": { - "line": 2834, + "line": 2876, "column": 20 } } @@ -952804,15 +953291,15 @@ "updateContext": null }, "value": "=", - "start": 126220, - "end": 126221, + "start": 128610, + "end": 128611, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 22 }, "end": { - "line": 2834, + "line": 2876, "column": 23 } } @@ -952832,15 +953319,15 @@ "updateContext": null }, "value": "this", - "start": 126222, - "end": 126226, + "start": 128612, + "end": 128616, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 24 }, "end": { - "line": 2834, + "line": 2876, "column": 28 } } @@ -952858,15 +953345,15 @@ "binop": null, "updateContext": null }, - "start": 126226, - "end": 126227, + "start": 128616, + "end": 128617, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 28 }, "end": { - "line": 2834, + "line": 2876, "column": 29 } } @@ -952884,15 +953371,15 @@ "binop": null }, "value": "supplement", - "start": 126227, - "end": 126237, + "start": 128617, + "end": 128627, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 29 }, "end": { - "line": 2834, + "line": 2876, "column": 39 } } @@ -952909,15 +953396,15 @@ "postfix": false, "binop": null }, - "start": 126237, - "end": 126238, + "start": 128627, + "end": 128628, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 39 }, "end": { - "line": 2834, + "line": 2876, "column": 40 } } @@ -952937,15 +953424,15 @@ "updateContext": null }, "value": "null", - "start": 126239, - "end": 126243, + "start": 128629, + "end": 128633, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 41 }, "end": { - "line": 2834, + "line": 2876, "column": 45 } } @@ -952963,15 +953450,15 @@ "binop": null, "updateContext": null }, - "start": 126243, - "end": 126244, + "start": 128633, + "end": 128634, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 45 }, "end": { - "line": 2834, + "line": 2876, "column": 46 } } @@ -952989,15 +953476,15 @@ "binop": null }, "value": "$", - "start": 126245, - "end": 126246, + "start": 128635, + "end": 128636, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 47 }, "end": { - "line": 2834, + "line": 2876, "column": 48 } } @@ -953014,15 +953501,15 @@ "postfix": false, "binop": null }, - "start": 126246, - "end": 126247, + "start": 128636, + "end": 128637, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 48 }, "end": { - "line": 2834, + "line": 2876, "column": 49 } } @@ -953040,15 +953527,15 @@ "binop": null }, "value": "_self", - "start": 126247, - "end": 126252, + "start": 128637, + "end": 128642, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 49 }, "end": { - "line": 2834, + "line": 2876, "column": 54 } } @@ -953065,15 +953552,15 @@ "postfix": false, "binop": null }, - "start": 126252, - "end": 126253, + "start": 128642, + "end": 128643, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 54 }, "end": { - "line": 2834, + "line": 2876, "column": 55 } } @@ -953091,15 +953578,15 @@ "binop": null, "updateContext": null }, - "start": 126253, - "end": 126254, + "start": 128643, + "end": 128644, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 55 }, "end": { - "line": 2834, + "line": 2876, "column": 56 } } @@ -953117,15 +953604,15 @@ "binop": null }, "value": "data", - "start": 126254, - "end": 126258, + "start": 128644, + "end": 128648, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 56 }, "end": { - "line": 2834, + "line": 2876, "column": 60 } } @@ -953142,15 +953629,15 @@ "postfix": false, "binop": null }, - "start": 126258, - "end": 126259, + "start": 128648, + "end": 128649, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 60 }, "end": { - "line": 2834, + "line": 2876, "column": 61 } } @@ -953169,15 +953656,15 @@ "updateContext": null }, "value": "callback", - "start": 126260, - "end": 126270, + "start": 128650, + "end": 128660, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 62 }, "end": { - "line": 2834, + "line": 2876, "column": 72 } } @@ -953194,15 +953681,15 @@ "postfix": false, "binop": null }, - "start": 126271, - "end": 126272, + "start": 128661, + "end": 128662, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 73 }, "end": { - "line": 2834, + "line": 2876, "column": 74 } } @@ -953219,15 +953706,15 @@ "postfix": false, "binop": null }, - "start": 126273, - "end": 126274, + "start": 128663, + "end": 128664, "loc": { "start": { - "line": 2834, + "line": 2876, "column": 75 }, "end": { - "line": 2834, + "line": 2876, "column": 76 } } @@ -953235,15 +953722,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )", - "start": 126275, - "end": 126351, + "start": 128665, + "end": 128741, "loc": { "start": { - "line": 2835, + "line": 2877, "column": 0 }, "end": { - "line": 2835, + "line": 2877, "column": 76 } } @@ -953263,15 +953750,15 @@ "updateContext": null }, "value": "if", - "start": 126369, - "end": 126371, + "start": 128759, + "end": 128761, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 8 }, "end": { - "line": 2837, + "line": 2879, "column": 10 } } @@ -953288,15 +953775,15 @@ "postfix": false, "binop": null }, - "start": 126372, - "end": 126373, + "start": 128762, + "end": 128763, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 11 }, "end": { - "line": 2837, + "line": 2879, "column": 12 } } @@ -953314,15 +953801,15 @@ "binop": null }, "value": "$viewer", - "start": 126374, - "end": 126381, + "start": 128764, + "end": 128771, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 13 }, "end": { - "line": 2837, + "line": 2879, "column": 20 } } @@ -953340,15 +953827,15 @@ "binop": null, "updateContext": null }, - "start": 126381, - "end": 126382, + "start": 128771, + "end": 128772, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 20 }, "end": { - "line": 2837, + "line": 2879, "column": 21 } } @@ -953366,15 +953853,15 @@ "binop": null }, "value": "length", - "start": 126382, - "end": 126388, + "start": 128772, + "end": 128778, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 21 }, "end": { - "line": 2837, + "line": 2879, "column": 27 } } @@ -953393,15 +953880,15 @@ "updateContext": null }, "value": ">", - "start": 126389, - "end": 126390, + "start": 128779, + "end": 128780, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 28 }, "end": { - "line": 2837, + "line": 2879, "column": 29 } } @@ -953420,15 +953907,15 @@ "updateContext": null }, "value": 0, - "start": 126391, - "end": 126392, + "start": 128781, + "end": 128782, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 30 }, "end": { - "line": 2837, + "line": 2879, "column": 31 } } @@ -953445,15 +953932,15 @@ "postfix": false, "binop": null }, - "start": 126393, - "end": 126394, + "start": 128783, + "end": 128784, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 32 }, "end": { - "line": 2837, + "line": 2879, "column": 33 } } @@ -953470,15 +953957,15 @@ "postfix": false, "binop": null }, - "start": 126395, - "end": 126396, + "start": 128785, + "end": 128786, "loc": { "start": { - "line": 2837, + "line": 2879, "column": 34 }, "end": { - "line": 2837, + "line": 2879, "column": 35 } } @@ -953496,15 +953983,15 @@ "binop": null }, "value": "$viewer", - "start": 126409, - "end": 126416, + "start": 128799, + "end": 128806, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 12 }, "end": { - "line": 2838, + "line": 2880, "column": 19 } } @@ -953522,15 +954009,15 @@ "binop": null, "updateContext": null }, - "start": 126416, - "end": 126417, + "start": 128806, + "end": 128807, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 19 }, "end": { - "line": 2838, + "line": 2880, "column": 20 } } @@ -953548,15 +954035,15 @@ "binop": null }, "value": "each", - "start": 126417, - "end": 126421, + "start": 128807, + "end": 128811, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 20 }, "end": { - "line": 2838, + "line": 2880, "column": 24 } } @@ -953573,15 +954060,15 @@ "postfix": false, "binop": null }, - "start": 126421, - "end": 126422, + "start": 128811, + "end": 128812, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 24 }, "end": { - "line": 2838, + "line": 2880, "column": 25 } } @@ -953600,15 +954087,15 @@ "binop": null }, "value": "function", - "start": 126422, - "end": 126430, + "start": 128812, + "end": 128820, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 25 }, "end": { - "line": 2838, + "line": 2880, "column": 33 } } @@ -953625,15 +954112,15 @@ "postfix": false, "binop": null }, - "start": 126430, - "end": 126431, + "start": 128820, + "end": 128821, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 33 }, "end": { - "line": 2838, + "line": 2880, "column": 34 } } @@ -953650,15 +954137,15 @@ "postfix": false, "binop": null }, - "start": 126431, - "end": 126432, + "start": 128821, + "end": 128822, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 34 }, "end": { - "line": 2838, + "line": 2880, "column": 35 } } @@ -953675,15 +954162,15 @@ "postfix": false, "binop": null }, - "start": 126433, - "end": 126434, + "start": 128823, + "end": 128824, "loc": { "start": { - "line": 2838, + "line": 2880, "column": 36 }, "end": { - "line": 2838, + "line": 2880, "column": 37 } } @@ -953703,15 +954190,15 @@ "updateContext": null }, "value": "let", - "start": 126451, - "end": 126454, + "start": 128841, + "end": 128844, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 16 }, "end": { - "line": 2839, + "line": 2881, "column": 19 } } @@ -953729,15 +954216,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 126455, - "end": 126467, + "start": 128845, + "end": 128857, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 20 }, "end": { - "line": 2839, + "line": 2881, "column": 32 } } @@ -953756,15 +954243,15 @@ "updateContext": null }, "value": "=", - "start": 126468, - "end": 126469, + "start": 128858, + "end": 128859, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 33 }, "end": { - "line": 2839, + "line": 2881, "column": 34 } } @@ -953782,15 +954269,15 @@ "binop": null }, "value": "_that", - "start": 126470, - "end": 126475, + "start": 128860, + "end": 128865, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 35 }, "end": { - "line": 2839, + "line": 2881, "column": 40 } } @@ -953808,15 +954295,15 @@ "binop": null, "updateContext": null }, - "start": 126475, - "end": 126476, + "start": 128865, + "end": 128866, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 40 }, "end": { - "line": 2839, + "line": 2881, "column": 41 } } @@ -953834,15 +954321,15 @@ "binop": null }, "value": "_loadToCache", - "start": 126476, - "end": 126488, + "start": 128866, + "end": 128878, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 41 }, "end": { - "line": 2839, + "line": 2881, "column": 53 } } @@ -953859,15 +954346,15 @@ "postfix": false, "binop": null }, - "start": 126488, - "end": 126489, + "start": 128878, + "end": 128879, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 53 }, "end": { - "line": 2839, + "line": 2881, "column": 54 } } @@ -953884,15 +954371,15 @@ "postfix": false, "binop": null }, - "start": 126489, - "end": 126490, + "start": 128879, + "end": 128880, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 54 }, "end": { - "line": 2839, + "line": 2881, "column": 55 } } @@ -953910,15 +954397,15 @@ "binop": null, "updateContext": null }, - "start": 126490, - "end": 126491, + "start": 128880, + "end": 128881, "loc": { "start": { - "line": 2839, + "line": 2881, "column": 55 }, "end": { - "line": 2839, + "line": 2881, "column": 56 } } @@ -953936,15 +954423,15 @@ "binop": null }, "value": "_eventData", - "start": 126512, - "end": 126522, + "start": 128902, + "end": 128912, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 20 }, "end": { - "line": 2840, + "line": 2882, "column": 30 } } @@ -953963,15 +954450,15 @@ "updateContext": null }, "value": "=", - "start": 126525, - "end": 126526, + "start": 128915, + "end": 128916, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 33 }, "end": { - "line": 2840, + "line": 2882, "column": 34 } } @@ -953989,15 +954476,15 @@ "binop": null }, "value": "_cacheEvents", - "start": 126527, - "end": 126539, + "start": 128917, + "end": 128929, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 35 }, "end": { - "line": 2840, + "line": 2882, "column": 47 } } @@ -954015,15 +954502,15 @@ "binop": null, "updateContext": null }, - "start": 126539, - "end": 126540, + "start": 128929, + "end": 128930, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 47 }, "end": { - "line": 2840, + "line": 2882, "column": 48 } } @@ -954041,15 +954528,15 @@ "binop": null }, "value": "find", - "start": 126540, - "end": 126544, + "start": 128930, + "end": 128934, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 48 }, "end": { - "line": 2840, + "line": 2882, "column": 52 } } @@ -954066,15 +954553,15 @@ "postfix": false, "binop": null }, - "start": 126544, - "end": 126545, + "start": 128934, + "end": 128935, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 52 }, "end": { - "line": 2840, + "line": 2882, "column": 53 } } @@ -954091,15 +954578,15 @@ "postfix": false, "binop": null }, - "start": 126546, - "end": 126547, + "start": 128936, + "end": 128937, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 54 }, "end": { - "line": 2840, + "line": 2882, "column": 55 } } @@ -954117,15 +954604,15 @@ "binop": null }, "value": "event", - "start": 126548, - "end": 126553, + "start": 128938, + "end": 128943, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 56 }, "end": { - "line": 2840, + "line": 2882, "column": 61 } } @@ -954142,15 +954629,15 @@ "postfix": false, "binop": null }, - "start": 126554, - "end": 126555, + "start": 128944, + "end": 128945, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 62 }, "end": { - "line": 2840, + "line": 2882, "column": 63 } } @@ -954168,15 +954655,15 @@ "binop": null, "updateContext": null }, - "start": 126556, - "end": 126558, + "start": 128946, + "end": 128948, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 64 }, "end": { - "line": 2840, + "line": 2882, "column": 66 } } @@ -954194,15 +954681,15 @@ "binop": null }, "value": "event", - "start": 126559, - "end": 126564, + "start": 128949, + "end": 128954, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 67 }, "end": { - "line": 2840, + "line": 2882, "column": 72 } } @@ -954220,15 +954707,15 @@ "binop": null, "updateContext": null }, - "start": 126564, - "end": 126565, + "start": 128954, + "end": 128955, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 72 }, "end": { - "line": 2840, + "line": 2882, "column": 73 } } @@ -954246,15 +954733,15 @@ "binop": null }, "value": "uid", - "start": 126565, - "end": 126568, + "start": 128955, + "end": 128958, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 73 }, "end": { - "line": 2840, + "line": 2882, "column": 76 } } @@ -954273,15 +954760,15 @@ "updateContext": null }, "value": "===", - "start": 126569, - "end": 126572, + "start": 128959, + "end": 128962, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 77 }, "end": { - "line": 2840, + "line": 2882, "column": 80 } } @@ -954299,15 +954786,15 @@ "binop": null }, "value": "uid", - "start": 126573, - "end": 126576, + "start": 128963, + "end": 128966, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 81 }, "end": { - "line": 2840, + "line": 2882, "column": 84 } } @@ -954324,15 +954811,15 @@ "postfix": false, "binop": null }, - "start": 126577, - "end": 126578, + "start": 128967, + "end": 128968, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 85 }, "end": { - "line": 2840, + "line": 2882, "column": 86 } } @@ -954350,15 +954837,15 @@ "binop": null, "updateContext": null }, - "start": 126578, - "end": 126579, + "start": 128968, + "end": 128969, "loc": { "start": { - "line": 2840, + "line": 2882, "column": 86 }, "end": { - "line": 2840, + "line": 2882, "column": 87 } } @@ -954376,15 +954863,15 @@ "binop": null }, "value": "_label", - "start": 126600, - "end": 126606, + "start": 128990, + "end": 128996, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 20 }, "end": { - "line": 2841, + "line": 2883, "column": 26 } } @@ -954403,15 +954890,15 @@ "updateContext": null }, "value": "=", - "start": 126613, - "end": 126614, + "start": 129003, + "end": 129004, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 33 }, "end": { - "line": 2841, + "line": 2883, "column": 34 } } @@ -954429,15 +954916,15 @@ "binop": null }, "value": "$", - "start": 126615, - "end": 126616, + "start": 129005, + "end": 129006, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 35 }, "end": { - "line": 2841, + "line": 2883, "column": 36 } } @@ -954454,15 +954941,15 @@ "postfix": false, "binop": null }, - "start": 126616, - "end": 126617, + "start": 129006, + "end": 129007, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 36 }, "end": { - "line": 2841, + "line": 2883, "column": 37 } } @@ -954481,15 +954968,15 @@ "updateContext": null }, "value": "
", - "start": 126617, - "end": 126630, + "start": 129007, + "end": 129020, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 37 }, "end": { - "line": 2841, + "line": 2883, "column": 50 } } @@ -954507,15 +954994,15 @@ "binop": null, "updateContext": null }, - "start": 126630, - "end": 126631, + "start": 129020, + "end": 129021, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 50 }, "end": { - "line": 2841, + "line": 2883, "column": 51 } } @@ -954532,15 +955019,15 @@ "postfix": false, "binop": null }, - "start": 126632, - "end": 126633, + "start": 129022, + "end": 129023, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 52 }, "end": { - "line": 2841, + "line": 2883, "column": 53 } } @@ -954560,15 +955047,15 @@ "updateContext": null }, "value": "class", - "start": 126634, - "end": 126639, + "start": 129024, + "end": 129029, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 54 }, "end": { - "line": 2841, + "line": 2883, "column": 59 } } @@ -954586,15 +955073,15 @@ "binop": null, "updateContext": null }, - "start": 126639, - "end": 126640, + "start": 129029, + "end": 129030, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 59 }, "end": { - "line": 2841, + "line": 2883, "column": 60 } } @@ -954612,15 +955099,15 @@ "binop": null }, "value": "ClassName", - "start": 126641, - "end": 126650, + "start": 129031, + "end": 129040, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 61 }, "end": { - "line": 2841, + "line": 2883, "column": 70 } } @@ -954638,15 +955125,15 @@ "binop": null, "updateContext": null }, - "start": 126650, - "end": 126651, + "start": 129040, + "end": 129041, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 70 }, "end": { - "line": 2841, + "line": 2883, "column": 71 } } @@ -954664,15 +955151,15 @@ "binop": null }, "value": "VIEWER_EVENT_TITLE", - "start": 126651, - "end": 126669, + "start": 129041, + "end": 129059, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 71 }, "end": { - "line": 2841, + "line": 2883, "column": 89 } } @@ -954689,15 +955176,15 @@ "postfix": false, "binop": null }, - "start": 126670, - "end": 126671, + "start": 129060, + "end": 129061, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 90 }, "end": { - "line": 2841, + "line": 2883, "column": 91 } } @@ -954714,15 +955201,15 @@ "postfix": false, "binop": null }, - "start": 126671, - "end": 126672, + "start": 129061, + "end": 129062, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 91 }, "end": { - "line": 2841, + "line": 2883, "column": 92 } } @@ -954740,15 +955227,15 @@ "binop": null, "updateContext": null }, - "start": 126672, - "end": 126673, + "start": 129062, + "end": 129063, "loc": { "start": { - "line": 2841, + "line": 2883, "column": 92 }, "end": { - "line": 2841, + "line": 2883, "column": 93 } } @@ -954766,15 +955253,15 @@ "binop": null }, "value": "_content", - "start": 126694, - "end": 126702, + "start": 129084, + "end": 129092, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 20 }, "end": { - "line": 2842, + "line": 2884, "column": 28 } } @@ -954793,15 +955280,15 @@ "updateContext": null }, "value": "=", - "start": 126707, - "end": 126708, + "start": 129097, + "end": 129098, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 33 }, "end": { - "line": 2842, + "line": 2884, "column": 34 } } @@ -954819,15 +955306,15 @@ "binop": null }, "value": "$", - "start": 126709, - "end": 126710, + "start": 129099, + "end": 129100, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 35 }, "end": { - "line": 2842, + "line": 2884, "column": 36 } } @@ -954844,15 +955331,15 @@ "postfix": false, "binop": null }, - "start": 126710, - "end": 126711, + "start": 129100, + "end": 129101, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 36 }, "end": { - "line": 2842, + "line": 2884, "column": 37 } } @@ -954871,15 +955358,15 @@ "updateContext": null }, "value": "
", - "start": 126711, - "end": 126724, + "start": 129101, + "end": 129114, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 37 }, "end": { - "line": 2842, + "line": 2884, "column": 50 } } @@ -954897,15 +955384,15 @@ "binop": null, "updateContext": null }, - "start": 126724, - "end": 126725, + "start": 129114, + "end": 129115, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 50 }, "end": { - "line": 2842, + "line": 2884, "column": 51 } } @@ -954922,15 +955409,15 @@ "postfix": false, "binop": null }, - "start": 126726, - "end": 126727, + "start": 129116, + "end": 129117, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 52 }, "end": { - "line": 2842, + "line": 2884, "column": 53 } } @@ -954950,15 +955437,15 @@ "updateContext": null }, "value": "class", - "start": 126728, - "end": 126733, + "start": 129118, + "end": 129123, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 54 }, "end": { - "line": 2842, + "line": 2884, "column": 59 } } @@ -954976,15 +955463,15 @@ "binop": null, "updateContext": null }, - "start": 126733, - "end": 126734, + "start": 129123, + "end": 129124, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 59 }, "end": { - "line": 2842, + "line": 2884, "column": 60 } } @@ -955002,15 +955489,15 @@ "binop": null }, "value": "ClassName", - "start": 126735, - "end": 126744, + "start": 129125, + "end": 129134, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 61 }, "end": { - "line": 2842, + "line": 2884, "column": 70 } } @@ -955028,15 +955515,15 @@ "binop": null, "updateContext": null }, - "start": 126744, - "end": 126745, + "start": 129134, + "end": 129135, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 70 }, "end": { - "line": 2842, + "line": 2884, "column": 71 } } @@ -955054,15 +955541,15 @@ "binop": null }, "value": "VIEWER_EVENT_CONTENT", - "start": 126745, - "end": 126765, + "start": 129135, + "end": 129155, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 71 }, "end": { - "line": 2842, + "line": 2884, "column": 91 } } @@ -955079,15 +955566,15 @@ "postfix": false, "binop": null }, - "start": 126766, - "end": 126767, + "start": 129156, + "end": 129157, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 92 }, "end": { - "line": 2842, + "line": 2884, "column": 93 } } @@ -955104,15 +955591,15 @@ "postfix": false, "binop": null }, - "start": 126767, - "end": 126768, + "start": 129157, + "end": 129158, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 93 }, "end": { - "line": 2842, + "line": 2884, "column": 94 } } @@ -955130,15 +955617,15 @@ "binop": null, "updateContext": null }, - "start": 126768, - "end": 126769, + "start": 129158, + "end": 129159, "loc": { "start": { - "line": 2842, + "line": 2884, "column": 94 }, "end": { - "line": 2842, + "line": 2884, "column": 95 } } @@ -955156,15 +955643,15 @@ "binop": null }, "value": "_meta", - "start": 126790, - "end": 126795, + "start": 129180, + "end": 129185, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 20 }, "end": { - "line": 2843, + "line": 2885, "column": 25 } } @@ -955183,15 +955670,15 @@ "updateContext": null }, "value": "=", - "start": 126803, - "end": 126804, + "start": 129193, + "end": 129194, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 33 }, "end": { - "line": 2843, + "line": 2885, "column": 34 } } @@ -955209,15 +955696,15 @@ "binop": null }, "value": "$", - "start": 126805, - "end": 126806, + "start": 129195, + "end": 129196, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 35 }, "end": { - "line": 2843, + "line": 2885, "column": 36 } } @@ -955234,15 +955721,15 @@ "postfix": false, "binop": null }, - "start": 126806, - "end": 126807, + "start": 129196, + "end": 129197, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 36 }, "end": { - "line": 2843, + "line": 2885, "column": 37 } } @@ -955261,15 +955748,15 @@ "updateContext": null }, "value": "
", - "start": 126807, - "end": 126820, + "start": 129197, + "end": 129210, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 37 }, "end": { - "line": 2843, + "line": 2885, "column": 50 } } @@ -955287,15 +955774,15 @@ "binop": null, "updateContext": null }, - "start": 126820, - "end": 126821, + "start": 129210, + "end": 129211, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 50 }, "end": { - "line": 2843, + "line": 2885, "column": 51 } } @@ -955312,15 +955799,15 @@ "postfix": false, "binop": null }, - "start": 126822, - "end": 126823, + "start": 129212, + "end": 129213, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 52 }, "end": { - "line": 2843, + "line": 2885, "column": 53 } } @@ -955340,15 +955827,15 @@ "updateContext": null }, "value": "class", - "start": 126824, - "end": 126829, + "start": 129214, + "end": 129219, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 54 }, "end": { - "line": 2843, + "line": 2885, "column": 59 } } @@ -955366,15 +955853,15 @@ "binop": null, "updateContext": null }, - "start": 126829, - "end": 126830, + "start": 129219, + "end": 129220, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 59 }, "end": { - "line": 2843, + "line": 2885, "column": 60 } } @@ -955392,15 +955879,15 @@ "binop": null }, "value": "ClassName", - "start": 126831, - "end": 126840, + "start": 129221, + "end": 129230, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 61 }, "end": { - "line": 2843, + "line": 2885, "column": 70 } } @@ -955418,15 +955905,15 @@ "binop": null, "updateContext": null }, - "start": 126840, - "end": 126841, + "start": 129230, + "end": 129231, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 70 }, "end": { - "line": 2843, + "line": 2885, "column": 71 } } @@ -955444,15 +955931,15 @@ "binop": null }, "value": "VIEWER_EVENT_META", - "start": 126841, - "end": 126858, + "start": 129231, + "end": 129248, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 71 }, "end": { - "line": 2843, + "line": 2885, "column": 88 } } @@ -955469,15 +955956,15 @@ "postfix": false, "binop": null }, - "start": 126859, - "end": 126860, + "start": 129249, + "end": 129250, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 89 }, "end": { - "line": 2843, + "line": 2885, "column": 90 } } @@ -955494,15 +955981,15 @@ "postfix": false, "binop": null }, - "start": 126860, - "end": 126861, + "start": 129250, + "end": 129251, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 90 }, "end": { - "line": 2843, + "line": 2885, "column": 91 } } @@ -955520,15 +956007,15 @@ "binop": null, "updateContext": null }, - "start": 126861, - "end": 126862, + "start": 129251, + "end": 129252, "loc": { "start": { - "line": 2843, + "line": 2885, "column": 91 }, "end": { - "line": 2843, + "line": 2885, "column": 92 } } @@ -955546,15 +956033,15 @@ "binop": null }, "value": "_image", - "start": 126883, - "end": 126889, + "start": 129273, + "end": 129279, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 20 }, "end": { - "line": 2844, + "line": 2886, "column": 26 } } @@ -955573,15 +956060,15 @@ "updateContext": null }, "value": "=", - "start": 126896, - "end": 126897, + "start": 129286, + "end": 129287, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 33 }, "end": { - "line": 2844, + "line": 2886, "column": 34 } } @@ -955599,15 +956086,15 @@ "binop": null }, "value": "$", - "start": 126898, - "end": 126899, + "start": 129288, + "end": 129289, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 35 }, "end": { - "line": 2844, + "line": 2886, "column": 36 } } @@ -955624,15 +956111,15 @@ "postfix": false, "binop": null }, - "start": 126899, - "end": 126900, + "start": 129289, + "end": 129290, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 36 }, "end": { - "line": 2844, + "line": 2886, "column": 37 } } @@ -955651,15 +956138,15 @@ "updateContext": null }, "value": "
", - "start": 126900, - "end": 126913, + "start": 129290, + "end": 129303, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 37 }, "end": { - "line": 2844, + "line": 2886, "column": 50 } } @@ -955677,15 +956164,15 @@ "binop": null, "updateContext": null }, - "start": 126913, - "end": 126914, + "start": 129303, + "end": 129304, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 50 }, "end": { - "line": 2844, + "line": 2886, "column": 51 } } @@ -955702,15 +956189,15 @@ "postfix": false, "binop": null }, - "start": 126915, - "end": 126916, + "start": 129305, + "end": 129306, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 52 }, "end": { - "line": 2844, + "line": 2886, "column": 53 } } @@ -955730,15 +956217,15 @@ "updateContext": null }, "value": "class", - "start": 126917, - "end": 126922, + "start": 129307, + "end": 129312, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 54 }, "end": { - "line": 2844, + "line": 2886, "column": 59 } } @@ -955756,15 +956243,15 @@ "binop": null, "updateContext": null }, - "start": 126922, - "end": 126923, + "start": 129312, + "end": 129313, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 59 }, "end": { - "line": 2844, + "line": 2886, "column": 60 } } @@ -955782,15 +956269,15 @@ "binop": null }, "value": "ClassName", - "start": 126924, - "end": 126933, + "start": 129314, + "end": 129323, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 61 }, "end": { - "line": 2844, + "line": 2886, "column": 70 } } @@ -955808,15 +956295,15 @@ "binop": null, "updateContext": null }, - "start": 126933, - "end": 126934, + "start": 129323, + "end": 129324, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 70 }, "end": { - "line": 2844, + "line": 2886, "column": 71 } } @@ -955834,15 +956321,15 @@ "binop": null }, "value": "VIEWER_EVENT_IMAGE_WRAPPER", - "start": 126934, - "end": 126960, + "start": 129324, + "end": 129350, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 71 }, "end": { - "line": 2844, + "line": 2886, "column": 97 } } @@ -955859,15 +956346,15 @@ "postfix": false, "binop": null }, - "start": 126961, - "end": 126962, + "start": 129351, + "end": 129352, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 98 }, "end": { - "line": 2844, + "line": 2886, "column": 99 } } @@ -955884,15 +956371,15 @@ "postfix": false, "binop": null }, - "start": 126962, - "end": 126963, + "start": 129352, + "end": 129353, "loc": { "start": { - "line": 2844, + "line": 2886, "column": 99 }, "end": { - "line": 2844, + "line": 2886, "column": 100 } } @@ -955900,15 +956387,15 @@ { "type": "CommentLine", "value": "console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )", - "start": 126981, - "end": 127055, + "start": 129371, + "end": 129445, "loc": { "start": { - "line": 2846, + "line": 2888, "column": 0 }, "end": { - "line": 2846, + "line": 2888, "column": 74 } } @@ -955926,15 +956413,15 @@ "binop": null }, "value": "$", - "start": 127089, - "end": 127090, + "start": 129479, + "end": 129480, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 16 }, "end": { - "line": 2848, + "line": 2890, "column": 17 } } @@ -955951,15 +956438,15 @@ "postfix": false, "binop": null }, - "start": 127090, - "end": 127091, + "start": 129480, + "end": 129481, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 17 }, "end": { - "line": 2848, + "line": 2890, "column": 18 } } @@ -955979,15 +956466,15 @@ "updateContext": null }, "value": "this", - "start": 127091, - "end": 127095, + "start": 129481, + "end": 129485, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 18 }, "end": { - "line": 2848, + "line": 2890, "column": 22 } } @@ -956004,15 +956491,15 @@ "postfix": false, "binop": null }, - "start": 127095, - "end": 127096, + "start": 129485, + "end": 129486, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 22 }, "end": { - "line": 2848, + "line": 2890, "column": 23 } } @@ -956030,15 +956517,15 @@ "binop": null, "updateContext": null }, - "start": 127096, - "end": 127097, + "start": 129486, + "end": 129487, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 23 }, "end": { - "line": 2848, + "line": 2890, "column": 24 } } @@ -956056,15 +956543,15 @@ "binop": null }, "value": "empty", - "start": 127097, - "end": 127102, + "start": 129487, + "end": 129492, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 24 }, "end": { - "line": 2848, + "line": 2890, "column": 29 } } @@ -956081,15 +956568,15 @@ "postfix": false, "binop": null }, - "start": 127102, - "end": 127103, + "start": 129492, + "end": 129493, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 29 }, "end": { - "line": 2848, + "line": 2890, "column": 30 } } @@ -956106,15 +956593,15 @@ "postfix": false, "binop": null }, - "start": 127103, - "end": 127104, + "start": 129493, + "end": 129494, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 30 }, "end": { - "line": 2848, + "line": 2890, "column": 31 } } @@ -956122,15 +956609,15 @@ { "type": "CommentLine", "value": " Initialize Viewer", - "start": 127105, - "end": 127125, + "start": 129495, + "end": 129515, "loc": { "start": { - "line": 2848, + "line": 2890, "column": 32 }, "end": { - "line": 2848, + "line": 2890, "column": 52 } } @@ -956150,15 +956637,15 @@ "updateContext": null }, "value": "if", - "start": 127142, - "end": 127144, + "start": 129532, + "end": 129534, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 16 }, "end": { - "line": 2849, + "line": 2891, "column": 18 } } @@ -956175,15 +956662,15 @@ "postfix": false, "binop": null }, - "start": 127145, - "end": 127146, + "start": 129535, + "end": 129536, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 19 }, "end": { - "line": 2849, + "line": 2891, "column": 20 } } @@ -956202,15 +956689,15 @@ "updateContext": null }, "value": "!", - "start": 127147, - "end": 127148, + "start": 129537, + "end": 129538, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 21 }, "end": { - "line": 2849, + "line": 2891, "column": 22 } } @@ -956228,15 +956715,15 @@ "binop": null }, "value": "_that", - "start": 127149, - "end": 127154, + "start": 129539, + "end": 129544, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 23 }, "end": { - "line": 2849, + "line": 2891, "column": 28 } } @@ -956254,15 +956741,15 @@ "binop": null, "updateContext": null }, - "start": 127154, - "end": 127155, + "start": 129544, + "end": 129545, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 28 }, "end": { - "line": 2849, + "line": 2891, "column": 29 } } @@ -956280,15 +956767,15 @@ "binop": null }, "value": "is_empty", - "start": 127155, - "end": 127163, + "start": 129545, + "end": 129553, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 29 }, "end": { - "line": 2849, + "line": 2891, "column": 37 } } @@ -956305,15 +956792,15 @@ "postfix": false, "binop": null }, - "start": 127163, - "end": 127164, + "start": 129553, + "end": 129554, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 37 }, "end": { - "line": 2849, + "line": 2891, "column": 38 } } @@ -956331,15 +956818,15 @@ "binop": null }, "value": "_eventData", - "start": 127165, - "end": 127175, + "start": 129555, + "end": 129565, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 39 }, "end": { - "line": 2849, + "line": 2891, "column": 49 } } @@ -956357,15 +956844,15 @@ "binop": null, "updateContext": null }, - "start": 127175, - "end": 127176, + "start": 129565, + "end": 129566, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 49 }, "end": { - "line": 2849, + "line": 2891, "column": 50 } } @@ -956383,15 +956870,15 @@ "binop": null }, "value": "image", - "start": 127176, - "end": 127181, + "start": 129566, + "end": 129571, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 50 }, "end": { - "line": 2849, + "line": 2891, "column": 55 } } @@ -956408,15 +956895,15 @@ "postfix": false, "binop": null }, - "start": 127182, - "end": 127183, + "start": 129572, + "end": 129573, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 56 }, "end": { - "line": 2849, + "line": 2891, "column": 57 } } @@ -956433,15 +956920,15 @@ "postfix": false, "binop": null }, - "start": 127184, - "end": 127185, + "start": 129574, + "end": 129575, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 58 }, "end": { - "line": 2849, + "line": 2891, "column": 59 } } @@ -956458,15 +956945,15 @@ "postfix": false, "binop": null }, - "start": 127186, - "end": 127187, + "start": 129576, + "end": 129577, "loc": { "start": { - "line": 2849, + "line": 2891, "column": 60 }, "end": { - "line": 2849, + "line": 2891, "column": 61 } } @@ -956484,15 +956971,15 @@ "binop": null }, "value": "_image", - "start": 127208, - "end": 127214, + "start": 129598, + "end": 129604, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 20 }, "end": { - "line": 2850, + "line": 2892, "column": 26 } } @@ -956510,15 +956997,15 @@ "binop": null, "updateContext": null }, - "start": 127214, - "end": 127215, + "start": 129604, + "end": 129605, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 26 }, "end": { - "line": 2850, + "line": 2892, "column": 27 } } @@ -956536,15 +957023,15 @@ "binop": null }, "value": "append", - "start": 127215, - "end": 127221, + "start": 129605, + "end": 129611, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 27 }, "end": { - "line": 2850, + "line": 2892, "column": 33 } } @@ -956561,15 +957048,15 @@ "postfix": false, "binop": null }, - "start": 127221, - "end": 127222, + "start": 129611, + "end": 129612, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 33 }, "end": { - "line": 2850, + "line": 2892, "column": 34 } } @@ -956586,15 +957073,15 @@ "postfix": false, "binop": null }, - "start": 127223, - "end": 127224, + "start": 129613, + "end": 129614, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 35 }, "end": { - "line": 2850, + "line": 2892, "column": 36 } } @@ -956613,15 +957100,15 @@ "updateContext": null }, "value": "", - "start": 127293, - "end": 127297, + "start": 129683, + "end": 129687, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 105 }, "end": { - "line": 2850, + "line": 2892, "column": 109 } } @@ -956948,15 +957435,15 @@ "postfix": false, "binop": null }, - "start": 127297, - "end": 127298, + "start": 129687, + "end": 129688, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 109 }, "end": { - "line": 2850, + "line": 2892, "column": 110 } } @@ -956973,15 +957460,15 @@ "postfix": false, "binop": null }, - "start": 127299, - "end": 127300, + "start": 129689, + "end": 129690, "loc": { "start": { - "line": 2850, + "line": 2892, "column": 111 }, "end": { - "line": 2850, + "line": 2892, "column": 112 } } @@ -956999,15 +957486,15 @@ "binop": null }, "value": "$", - "start": 127321, - "end": 127322, + "start": 129711, + "end": 129712, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 20 }, "end": { - "line": 2851, + "line": 2893, "column": 21 } } @@ -957024,15 +957511,15 @@ "postfix": false, "binop": null }, - "start": 127322, - "end": 127323, + "start": 129712, + "end": 129713, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 21 }, "end": { - "line": 2851, + "line": 2893, "column": 22 } } @@ -957052,15 +957539,15 @@ "updateContext": null }, "value": "this", - "start": 127323, - "end": 127327, + "start": 129713, + "end": 129717, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 22 }, "end": { - "line": 2851, + "line": 2893, "column": 26 } } @@ -957077,15 +957564,15 @@ "postfix": false, "binop": null }, - "start": 127327, - "end": 127328, + "start": 129717, + "end": 129718, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 26 }, "end": { - "line": 2851, + "line": 2893, "column": 27 } } @@ -957103,15 +957590,15 @@ "binop": null, "updateContext": null }, - "start": 127328, - "end": 127329, + "start": 129718, + "end": 129719, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 27 }, "end": { - "line": 2851, + "line": 2893, "column": 28 } } @@ -957129,15 +957616,15 @@ "binop": null }, "value": "append", - "start": 127329, - "end": 127335, + "start": 129719, + "end": 129725, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 28 }, "end": { - "line": 2851, + "line": 2893, "column": 34 } } @@ -957154,15 +957641,15 @@ "postfix": false, "binop": null }, - "start": 127335, - "end": 127336, + "start": 129725, + "end": 129726, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 34 }, "end": { - "line": 2851, + "line": 2893, "column": 35 } } @@ -957180,15 +957667,15 @@ "binop": null }, "value": "_image", - "start": 127337, - "end": 127343, + "start": 129727, + "end": 129733, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 36 }, "end": { - "line": 2851, + "line": 2893, "column": 42 } } @@ -957205,15 +957692,15 @@ "postfix": false, "binop": null }, - "start": 127344, - "end": 127345, + "start": 129734, + "end": 129735, "loc": { "start": { - "line": 2851, + "line": 2893, "column": 43 }, "end": { - "line": 2851, + "line": 2893, "column": 44 } } @@ -957230,15 +957717,15 @@ "postfix": false, "binop": null }, - "start": 127362, - "end": 127363, + "start": 129752, + "end": 129753, "loc": { "start": { - "line": 2852, + "line": 2894, "column": 16 }, "end": { - "line": 2852, + "line": 2894, "column": 17 } } @@ -957258,15 +957745,15 @@ "updateContext": null }, "value": "if", - "start": 127380, - "end": 127382, + "start": 129770, + "end": 129772, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 16 }, "end": { - "line": 2853, + "line": 2895, "column": 18 } } @@ -957283,15 +957770,15 @@ "postfix": false, "binop": null }, - "start": 127383, - "end": 127384, + "start": 129773, + "end": 129774, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 19 }, "end": { - "line": 2853, + "line": 2895, "column": 20 } } @@ -957310,15 +957797,15 @@ "updateContext": null }, "value": "!", - "start": 127385, - "end": 127386, + "start": 129775, + "end": 129776, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 21 }, "end": { - "line": 2853, + "line": 2895, "column": 22 } } @@ -957336,15 +957823,15 @@ "binop": null }, "value": "_that", - "start": 127387, - "end": 127392, + "start": 129777, + "end": 129782, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 23 }, "end": { - "line": 2853, + "line": 2895, "column": 28 } } @@ -957362,15 +957849,15 @@ "binop": null, "updateContext": null }, - "start": 127392, - "end": 127393, + "start": 129782, + "end": 129783, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 28 }, "end": { - "line": 2853, + "line": 2895, "column": 29 } } @@ -957388,15 +957875,15 @@ "binop": null }, "value": "is_empty", - "start": 127393, - "end": 127401, + "start": 129783, + "end": 129791, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 29 }, "end": { - "line": 2853, + "line": 2895, "column": 37 } } @@ -957413,15 +957900,15 @@ "postfix": false, "binop": null }, - "start": 127401, - "end": 127402, + "start": 129791, + "end": 129792, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 37 }, "end": { - "line": 2853, + "line": 2895, "column": 38 } } @@ -957439,15 +957926,15 @@ "binop": null }, "value": "_eventData", - "start": 127403, - "end": 127413, + "start": 129793, + "end": 129803, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 39 }, "end": { - "line": 2853, + "line": 2895, "column": 49 } } @@ -957465,15 +957952,15 @@ "binop": null, "updateContext": null }, - "start": 127413, - "end": 127414, + "start": 129803, + "end": 129804, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 49 }, "end": { - "line": 2853, + "line": 2895, "column": 50 } } @@ -957491,15 +957978,15 @@ "binop": null }, "value": "label", - "start": 127414, - "end": 127419, + "start": 129804, + "end": 129809, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 50 }, "end": { - "line": 2853, + "line": 2895, "column": 55 } } @@ -957516,15 +958003,15 @@ "postfix": false, "binop": null }, - "start": 127420, - "end": 127421, + "start": 129810, + "end": 129811, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 56 }, "end": { - "line": 2853, + "line": 2895, "column": 57 } } @@ -957541,15 +958028,15 @@ "postfix": false, "binop": null }, - "start": 127422, - "end": 127423, + "start": 129812, + "end": 129813, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 58 }, "end": { - "line": 2853, + "line": 2895, "column": 59 } } @@ -957566,15 +958053,15 @@ "postfix": false, "binop": null }, - "start": 127424, - "end": 127425, + "start": 129814, + "end": 129815, "loc": { "start": { - "line": 2853, + "line": 2895, "column": 60 }, "end": { - "line": 2853, + "line": 2895, "column": 61 } } @@ -957592,15 +958079,15 @@ "binop": null }, "value": "_label", - "start": 127446, - "end": 127452, + "start": 129836, + "end": 129842, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 20 }, "end": { - "line": 2854, + "line": 2896, "column": 26 } } @@ -957618,15 +958105,15 @@ "binop": null, "updateContext": null }, - "start": 127452, - "end": 127453, + "start": 129842, + "end": 129843, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 26 }, "end": { - "line": 2854, + "line": 2896, "column": 27 } } @@ -957644,15 +958131,15 @@ "binop": null }, "value": "html", - "start": 127453, - "end": 127457, + "start": 129843, + "end": 129847, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 27 }, "end": { - "line": 2854, + "line": 2896, "column": 31 } } @@ -957669,15 +958156,15 @@ "postfix": false, "binop": null }, - "start": 127457, - "end": 127458, + "start": 129847, + "end": 129848, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 31 }, "end": { - "line": 2854, + "line": 2896, "column": 32 } } @@ -957695,15 +958182,15 @@ "binop": null }, "value": "_eventData", - "start": 127459, - "end": 127469, + "start": 129849, + "end": 129859, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 33 }, "end": { - "line": 2854, + "line": 2896, "column": 43 } } @@ -957721,15 +958208,15 @@ "binop": null, "updateContext": null }, - "start": 127469, - "end": 127470, + "start": 129859, + "end": 129860, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 43 }, "end": { - "line": 2854, + "line": 2896, "column": 44 } } @@ -957747,15 +958234,15 @@ "binop": null }, "value": "label", - "start": 127470, - "end": 127475, + "start": 129860, + "end": 129865, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 44 }, "end": { - "line": 2854, + "line": 2896, "column": 49 } } @@ -957772,15 +958259,15 @@ "postfix": false, "binop": null }, - "start": 127476, - "end": 127477, + "start": 129866, + "end": 129867, "loc": { "start": { - "line": 2854, + "line": 2896, "column": 50 }, "end": { - "line": 2854, + "line": 2896, "column": 51 } } @@ -957798,15 +958285,15 @@ "binop": null }, "value": "$", - "start": 127498, - "end": 127499, + "start": 129888, + "end": 129889, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 20 }, "end": { - "line": 2855, + "line": 2897, "column": 21 } } @@ -957823,15 +958310,15 @@ "postfix": false, "binop": null }, - "start": 127499, - "end": 127500, + "start": 129889, + "end": 129890, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 21 }, "end": { - "line": 2855, + "line": 2897, "column": 22 } } @@ -957851,15 +958338,15 @@ "updateContext": null }, "value": "this", - "start": 127500, - "end": 127504, + "start": 129890, + "end": 129894, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 22 }, "end": { - "line": 2855, + "line": 2897, "column": 26 } } @@ -957876,15 +958363,15 @@ "postfix": false, "binop": null }, - "start": 127504, - "end": 127505, + "start": 129894, + "end": 129895, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 26 }, "end": { - "line": 2855, + "line": 2897, "column": 27 } } @@ -957902,15 +958389,15 @@ "binop": null, "updateContext": null }, - "start": 127505, - "end": 127506, + "start": 129895, + "end": 129896, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 27 }, "end": { - "line": 2855, + "line": 2897, "column": 28 } } @@ -957928,15 +958415,15 @@ "binop": null }, "value": "append", - "start": 127506, - "end": 127512, + "start": 129896, + "end": 129902, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 28 }, "end": { - "line": 2855, + "line": 2897, "column": 34 } } @@ -957953,15 +958440,15 @@ "postfix": false, "binop": null }, - "start": 127512, - "end": 127513, + "start": 129902, + "end": 129903, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 34 }, "end": { - "line": 2855, + "line": 2897, "column": 35 } } @@ -957979,15 +958466,15 @@ "binop": null }, "value": "_label", - "start": 127514, - "end": 127520, + "start": 129904, + "end": 129910, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 36 }, "end": { - "line": 2855, + "line": 2897, "column": 42 } } @@ -958004,15 +958491,15 @@ "postfix": false, "binop": null }, - "start": 127521, - "end": 127522, + "start": 129911, + "end": 129912, "loc": { "start": { - "line": 2855, + "line": 2897, "column": 43 }, "end": { - "line": 2855, + "line": 2897, "column": 44 } } @@ -958029,15 +958516,15 @@ "postfix": false, "binop": null }, - "start": 127539, - "end": 127540, + "start": 129929, + "end": 129930, "loc": { "start": { - "line": 2856, + "line": 2898, "column": 16 }, "end": { - "line": 2856, + "line": 2898, "column": 17 } } @@ -958057,15 +958544,15 @@ "updateContext": null }, "value": "if", - "start": 127557, - "end": 127559, + "start": 129947, + "end": 129949, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 16 }, "end": { - "line": 2857, + "line": 2899, "column": 18 } } @@ -958082,15 +958569,15 @@ "postfix": false, "binop": null }, - "start": 127560, - "end": 127561, + "start": 129950, + "end": 129951, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 19 }, "end": { - "line": 2857, + "line": 2899, "column": 20 } } @@ -958109,15 +958596,15 @@ "updateContext": null }, "value": "!", - "start": 127562, - "end": 127563, + "start": 129952, + "end": 129953, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 21 }, "end": { - "line": 2857, + "line": 2899, "column": 22 } } @@ -958135,15 +958622,15 @@ "binop": null }, "value": "_that", - "start": 127564, - "end": 127569, + "start": 129954, + "end": 129959, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 23 }, "end": { - "line": 2857, + "line": 2899, "column": 28 } } @@ -958161,15 +958648,15 @@ "binop": null, "updateContext": null }, - "start": 127569, - "end": 127570, + "start": 129959, + "end": 129960, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 28 }, "end": { - "line": 2857, + "line": 2899, "column": 29 } } @@ -958187,15 +958674,15 @@ "binop": null }, "value": "is_empty", - "start": 127570, - "end": 127578, + "start": 129960, + "end": 129968, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 29 }, "end": { - "line": 2857, + "line": 2899, "column": 37 } } @@ -958212,15 +958699,15 @@ "postfix": false, "binop": null }, - "start": 127578, - "end": 127579, + "start": 129968, + "end": 129969, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 37 }, "end": { - "line": 2857, + "line": 2899, "column": 38 } } @@ -958238,15 +958725,15 @@ "binop": null }, "value": "_eventData", - "start": 127580, - "end": 127590, + "start": 129970, + "end": 129980, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 39 }, "end": { - "line": 2857, + "line": 2899, "column": 49 } } @@ -958264,15 +958751,15 @@ "binop": null, "updateContext": null }, - "start": 127590, - "end": 127591, + "start": 129980, + "end": 129981, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 49 }, "end": { - "line": 2857, + "line": 2899, "column": 50 } } @@ -958290,15 +958777,15 @@ "binop": null }, "value": "content", - "start": 127591, - "end": 127598, + "start": 129981, + "end": 129988, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 50 }, "end": { - "line": 2857, + "line": 2899, "column": 57 } } @@ -958315,15 +958802,15 @@ "postfix": false, "binop": null }, - "start": 127599, - "end": 127600, + "start": 129989, + "end": 129990, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 58 }, "end": { - "line": 2857, + "line": 2899, "column": 59 } } @@ -958340,15 +958827,15 @@ "postfix": false, "binop": null }, - "start": 127601, - "end": 127602, + "start": 129991, + "end": 129992, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 60 }, "end": { - "line": 2857, + "line": 2899, "column": 61 } } @@ -958365,15 +958852,15 @@ "postfix": false, "binop": null }, - "start": 127603, - "end": 127604, + "start": 129993, + "end": 129994, "loc": { "start": { - "line": 2857, + "line": 2899, "column": 62 }, "end": { - "line": 2857, + "line": 2899, "column": 63 } } @@ -958391,15 +958878,15 @@ "binop": null }, "value": "_content", - "start": 127625, - "end": 127633, + "start": 130015, + "end": 130023, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 20 }, "end": { - "line": 2858, + "line": 2900, "column": 28 } } @@ -958417,15 +958904,15 @@ "binop": null, "updateContext": null }, - "start": 127633, - "end": 127634, + "start": 130023, + "end": 130024, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 28 }, "end": { - "line": 2858, + "line": 2900, "column": 29 } } @@ -958443,15 +958930,15 @@ "binop": null }, "value": "html", - "start": 127634, - "end": 127638, + "start": 130024, + "end": 130028, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 29 }, "end": { - "line": 2858, + "line": 2900, "column": 33 } } @@ -958468,15 +958955,15 @@ "postfix": false, "binop": null }, - "start": 127638, - "end": 127639, + "start": 130028, + "end": 130029, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 33 }, "end": { - "line": 2858, + "line": 2900, "column": 34 } } @@ -958494,15 +958981,15 @@ "binop": null }, "value": "_eventData", - "start": 127640, - "end": 127650, + "start": 130030, + "end": 130040, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 35 }, "end": { - "line": 2858, + "line": 2900, "column": 45 } } @@ -958520,15 +959007,15 @@ "binop": null, "updateContext": null }, - "start": 127650, - "end": 127651, + "start": 130040, + "end": 130041, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 45 }, "end": { - "line": 2858, + "line": 2900, "column": 46 } } @@ -958546,15 +959033,15 @@ "binop": null }, "value": "content", - "start": 127651, - "end": 127658, + "start": 130041, + "end": 130048, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 46 }, "end": { - "line": 2858, + "line": 2900, "column": 53 } } @@ -958571,15 +959058,15 @@ "postfix": false, "binop": null }, - "start": 127659, - "end": 127660, + "start": 130049, + "end": 130050, "loc": { "start": { - "line": 2858, + "line": 2900, "column": 54 }, "end": { - "line": 2858, + "line": 2900, "column": 55 } } @@ -958597,15 +959084,15 @@ "binop": null }, "value": "$", - "start": 127681, - "end": 127682, + "start": 130071, + "end": 130072, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 20 }, "end": { - "line": 2859, + "line": 2901, "column": 21 } } @@ -958622,15 +959109,15 @@ "postfix": false, "binop": null }, - "start": 127682, - "end": 127683, + "start": 130072, + "end": 130073, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 21 }, "end": { - "line": 2859, + "line": 2901, "column": 22 } } @@ -958650,15 +959137,15 @@ "updateContext": null }, "value": "this", - "start": 127683, - "end": 127687, + "start": 130073, + "end": 130077, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 22 }, "end": { - "line": 2859, + "line": 2901, "column": 26 } } @@ -958675,15 +959162,15 @@ "postfix": false, "binop": null }, - "start": 127687, - "end": 127688, + "start": 130077, + "end": 130078, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 26 }, "end": { - "line": 2859, + "line": 2901, "column": 27 } } @@ -958701,15 +959188,15 @@ "binop": null, "updateContext": null }, - "start": 127688, - "end": 127689, + "start": 130078, + "end": 130079, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 27 }, "end": { - "line": 2859, + "line": 2901, "column": 28 } } @@ -958727,15 +959214,15 @@ "binop": null }, "value": "append", - "start": 127689, - "end": 127695, + "start": 130079, + "end": 130085, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 28 }, "end": { - "line": 2859, + "line": 2901, "column": 34 } } @@ -958752,15 +959239,15 @@ "postfix": false, "binop": null }, - "start": 127695, - "end": 127696, + "start": 130085, + "end": 130086, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 34 }, "end": { - "line": 2859, + "line": 2901, "column": 35 } } @@ -958778,15 +959265,15 @@ "binop": null }, "value": "_content", - "start": 127697, - "end": 127705, + "start": 130087, + "end": 130095, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 36 }, "end": { - "line": 2859, + "line": 2901, "column": 44 } } @@ -958803,15 +959290,15 @@ "postfix": false, "binop": null }, - "start": 127706, - "end": 127707, + "start": 130096, + "end": 130097, "loc": { "start": { - "line": 2859, + "line": 2901, "column": 45 }, "end": { - "line": 2859, + "line": 2901, "column": 46 } } @@ -958828,15 +959315,15 @@ "postfix": false, "binop": null }, - "start": 127724, - "end": 127725, + "start": 130114, + "end": 130115, "loc": { "start": { - "line": 2860, + "line": 2902, "column": 16 }, "end": { - "line": 2860, + "line": 2902, "column": 17 } } @@ -958856,15 +959343,15 @@ "updateContext": null }, "value": "if", - "start": 127742, - "end": 127744, + "start": 130132, + "end": 130134, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 16 }, "end": { - "line": 2861, + "line": 2903, "column": 18 } } @@ -958881,15 +959368,15 @@ "postfix": false, "binop": null }, - "start": 127745, - "end": 127746, + "start": 130135, + "end": 130136, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 19 }, "end": { - "line": 2861, + "line": 2903, "column": 20 } } @@ -958908,15 +959395,15 @@ "updateContext": null }, "value": "!", - "start": 127747, - "end": 127748, + "start": 130137, + "end": 130138, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 21 }, "end": { - "line": 2861, + "line": 2903, "column": 22 } } @@ -958934,15 +959421,15 @@ "binop": null }, "value": "_that", - "start": 127749, - "end": 127754, + "start": 130139, + "end": 130144, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 23 }, "end": { - "line": 2861, + "line": 2903, "column": 28 } } @@ -958960,15 +959447,15 @@ "binop": null, "updateContext": null }, - "start": 127754, - "end": 127755, + "start": 130144, + "end": 130145, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 28 }, "end": { - "line": 2861, + "line": 2903, "column": 29 } } @@ -958986,15 +959473,15 @@ "binop": null }, "value": "is_empty", - "start": 127755, - "end": 127763, + "start": 130145, + "end": 130153, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 29 }, "end": { - "line": 2861, + "line": 2903, "column": 37 } } @@ -959011,15 +959498,15 @@ "postfix": false, "binop": null }, - "start": 127763, - "end": 127764, + "start": 130153, + "end": 130154, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 37 }, "end": { - "line": 2861, + "line": 2903, "column": 38 } } @@ -959037,15 +959524,15 @@ "binop": null }, "value": "_eventData", - "start": 127765, - "end": 127775, + "start": 130155, + "end": 130165, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 39 }, "end": { - "line": 2861, + "line": 2903, "column": 49 } } @@ -959063,15 +959550,15 @@ "binop": null, "updateContext": null }, - "start": 127775, - "end": 127776, + "start": 130165, + "end": 130166, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 49 }, "end": { - "line": 2861, + "line": 2903, "column": 50 } } @@ -959089,15 +959576,15 @@ "binop": null }, "value": "rangeMeta", - "start": 127776, - "end": 127785, + "start": 130166, + "end": 130175, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 50 }, "end": { - "line": 2861, + "line": 2903, "column": 59 } } @@ -959114,15 +959601,15 @@ "postfix": false, "binop": null }, - "start": 127786, - "end": 127787, + "start": 130176, + "end": 130177, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 60 }, "end": { - "line": 2861, + "line": 2903, "column": 61 } } @@ -959139,15 +959626,15 @@ "postfix": false, "binop": null }, - "start": 127788, - "end": 127789, + "start": 130178, + "end": 130179, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 62 }, "end": { - "line": 2861, + "line": 2903, "column": 63 } } @@ -959164,15 +959651,15 @@ "postfix": false, "binop": null }, - "start": 127790, - "end": 127791, + "start": 130180, + "end": 130181, "loc": { "start": { - "line": 2861, + "line": 2903, "column": 64 }, "end": { - "line": 2861, + "line": 2903, "column": 65 } } @@ -959190,15 +959677,15 @@ "binop": null }, "value": "_meta", - "start": 127812, - "end": 127817, + "start": 130202, + "end": 130207, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 20 }, "end": { - "line": 2862, + "line": 2904, "column": 25 } } @@ -959216,15 +959703,15 @@ "binop": null, "updateContext": null }, - "start": 127817, - "end": 127818, + "start": 130207, + "end": 130208, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 25 }, "end": { - "line": 2862, + "line": 2904, "column": 26 } } @@ -959242,15 +959729,15 @@ "binop": null }, "value": "html", - "start": 127818, - "end": 127822, + "start": 130208, + "end": 130212, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 26 }, "end": { - "line": 2862, + "line": 2904, "column": 30 } } @@ -959267,15 +959754,15 @@ "postfix": false, "binop": null }, - "start": 127822, - "end": 127823, + "start": 130212, + "end": 130213, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 30 }, "end": { - "line": 2862, + "line": 2904, "column": 31 } } @@ -959293,15 +959780,15 @@ "binop": null }, "value": "_eventData", - "start": 127824, - "end": 127834, + "start": 130214, + "end": 130224, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 32 }, "end": { - "line": 2862, + "line": 2904, "column": 42 } } @@ -959319,15 +959806,15 @@ "binop": null, "updateContext": null }, - "start": 127834, - "end": 127835, + "start": 130224, + "end": 130225, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 42 }, "end": { - "line": 2862, + "line": 2904, "column": 43 } } @@ -959345,15 +959832,15 @@ "binop": null }, "value": "rangeMeta", - "start": 127835, - "end": 127844, + "start": 130225, + "end": 130234, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 43 }, "end": { - "line": 2862, + "line": 2904, "column": 52 } } @@ -959370,15 +959857,15 @@ "postfix": false, "binop": null }, - "start": 127845, - "end": 127846, + "start": 130235, + "end": 130236, "loc": { "start": { - "line": 2862, + "line": 2904, "column": 53 }, "end": { - "line": 2862, + "line": 2904, "column": 54 } } @@ -959396,15 +959883,15 @@ "binop": null }, "value": "$", - "start": 127867, - "end": 127868, + "start": 130257, + "end": 130258, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 20 }, "end": { - "line": 2863, + "line": 2905, "column": 21 } } @@ -959421,15 +959908,15 @@ "postfix": false, "binop": null }, - "start": 127868, - "end": 127869, + "start": 130258, + "end": 130259, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 21 }, "end": { - "line": 2863, + "line": 2905, "column": 22 } } @@ -959449,15 +959936,15 @@ "updateContext": null }, "value": "this", - "start": 127869, - "end": 127873, + "start": 130259, + "end": 130263, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 22 }, "end": { - "line": 2863, + "line": 2905, "column": 26 } } @@ -959474,15 +959961,15 @@ "postfix": false, "binop": null }, - "start": 127873, - "end": 127874, + "start": 130263, + "end": 130264, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 26 }, "end": { - "line": 2863, + "line": 2905, "column": 27 } } @@ -959500,15 +959987,15 @@ "binop": null, "updateContext": null }, - "start": 127874, - "end": 127875, + "start": 130264, + "end": 130265, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 27 }, "end": { - "line": 2863, + "line": 2905, "column": 28 } } @@ -959526,15 +960013,15 @@ "binop": null }, "value": "append", - "start": 127875, - "end": 127881, + "start": 130265, + "end": 130271, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 28 }, "end": { - "line": 2863, + "line": 2905, "column": 34 } } @@ -959551,15 +960038,15 @@ "postfix": false, "binop": null }, - "start": 127881, - "end": 127882, + "start": 130271, + "end": 130272, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 34 }, "end": { - "line": 2863, + "line": 2905, "column": 35 } } @@ -959577,15 +960064,15 @@ "binop": null }, "value": "_meta", - "start": 127883, - "end": 127888, + "start": 130273, + "end": 130278, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 36 }, "end": { - "line": 2863, + "line": 2905, "column": 41 } } @@ -959602,15 +960089,15 @@ "postfix": false, "binop": null }, - "start": 127889, - "end": 127890, + "start": 130279, + "end": 130280, "loc": { "start": { - "line": 2863, + "line": 2905, "column": 42 }, "end": { - "line": 2863, + "line": 2905, "column": 43 } } @@ -959627,15 +960114,15 @@ "postfix": false, "binop": null }, - "start": 127907, - "end": 127908, + "start": 130297, + "end": 130298, "loc": { "start": { - "line": 2864, + "line": 2906, "column": 16 }, "end": { - "line": 2864, + "line": 2906, "column": 17 } } @@ -959652,15 +960139,15 @@ "postfix": false, "binop": null }, - "start": 127938, - "end": 127939, + "start": 130328, + "end": 130329, "loc": { "start": { - "line": 2866, + "line": 2908, "column": 12 }, "end": { - "line": 2866, + "line": 2908, "column": 13 } } @@ -959677,15 +960164,15 @@ "postfix": false, "binop": null }, - "start": 127939, - "end": 127940, + "start": 130329, + "end": 130330, "loc": { "start": { - "line": 2866, + "line": 2908, "column": 13 }, "end": { - "line": 2866, + "line": 2908, "column": 14 } } @@ -959702,15 +960189,15 @@ "postfix": false, "binop": null }, - "start": 127949, - "end": 127950, + "start": 130339, + "end": 130340, "loc": { "start": { - "line": 2867, + "line": 2909, "column": 8 }, "end": { - "line": 2867, + "line": 2909, "column": 9 } } @@ -959730,15 +960217,15 @@ "updateContext": null }, "value": "if", - "start": 127968, - "end": 127970, + "start": 130358, + "end": 130360, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 8 }, "end": { - "line": 2869, + "line": 2911, "column": 10 } } @@ -959755,15 +960242,15 @@ "postfix": false, "binop": null }, - "start": 127971, - "end": 127972, + "start": 130361, + "end": 130362, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 11 }, "end": { - "line": 2869, + "line": 2911, "column": 12 } } @@ -959781,15 +960268,15 @@ "binop": null }, "value": "callback", - "start": 127973, - "end": 127981, + "start": 130363, + "end": 130371, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 13 }, "end": { - "line": 2869, + "line": 2911, "column": 21 } } @@ -959806,15 +960293,15 @@ "postfix": false, "binop": null }, - "start": 127982, - "end": 127983, + "start": 130372, + "end": 130373, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 22 }, "end": { - "line": 2869, + "line": 2911, "column": 23 } } @@ -959831,15 +960318,15 @@ "postfix": false, "binop": null }, - "start": 127984, - "end": 127985, + "start": 130374, + "end": 130375, "loc": { "start": { - "line": 2869, + "line": 2911, "column": 24 }, "end": { - "line": 2869, + "line": 2911, "column": 25 } } @@ -959859,15 +960346,15 @@ "updateContext": null }, "value": "this", - "start": 127998, - "end": 128002, + "start": 130388, + "end": 130392, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 12 }, "end": { - "line": 2870, + "line": 2912, "column": 16 } } @@ -959885,15 +960372,15 @@ "binop": null, "updateContext": null }, - "start": 128002, - "end": 128003, + "start": 130392, + "end": 130393, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 16 }, "end": { - "line": 2870, + "line": 2912, "column": 17 } } @@ -959911,15 +960398,15 @@ "binop": null }, "value": "_debug", - "start": 128003, - "end": 128009, + "start": 130393, + "end": 130399, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 17 }, "end": { - "line": 2870, + "line": 2912, "column": 23 } } @@ -959936,15 +960423,15 @@ "postfix": false, "binop": null }, - "start": 128009, - "end": 128010, + "start": 130399, + "end": 130400, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 23 }, "end": { - "line": 2870, + "line": 2912, "column": 24 } } @@ -959961,15 +960448,15 @@ "postfix": false, "binop": null }, - "start": 128011, - "end": 128012, + "start": 130401, + "end": 130402, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 25 }, "end": { - "line": 2870, + "line": 2912, "column": 26 } } @@ -959988,15 +960475,15 @@ "updateContext": null }, "value": "The callback \"", - "start": 128012, - "end": 128026, + "start": 130402, + "end": 130416, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 26 }, "end": { - "line": 2870, + "line": 2912, "column": 40 } } @@ -960013,15 +960500,15 @@ "postfix": false, "binop": null }, - "start": 128026, - "end": 128028, + "start": 130416, + "end": 130418, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 40 }, "end": { - "line": 2870, + "line": 2912, "column": 42 } } @@ -960039,15 +960526,15 @@ "binop": null }, "value": "callback", - "start": 128028, - "end": 128036, + "start": 130418, + "end": 130426, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 42 }, "end": { - "line": 2870, + "line": 2912, "column": 50 } } @@ -960064,15 +960551,15 @@ "postfix": false, "binop": null }, - "start": 128036, - "end": 128037, + "start": 130426, + "end": 130427, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 50 }, "end": { - "line": 2870, + "line": 2912, "column": 51 } } @@ -960091,15 +960578,15 @@ "updateContext": null }, "value": "\" was called by the \"openEvent\" method.", - "start": 128037, - "end": 128076, + "start": 130427, + "end": 130466, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 51 }, "end": { - "line": 2870, + "line": 2912, "column": 90 } } @@ -960116,15 +960603,15 @@ "postfix": false, "binop": null }, - "start": 128076, - "end": 128077, + "start": 130466, + "end": 130467, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 90 }, "end": { - "line": 2870, + "line": 2912, "column": 91 } } @@ -960141,15 +960628,15 @@ "postfix": false, "binop": null }, - "start": 128078, - "end": 128079, + "start": 130468, + "end": 130469, "loc": { "start": { - "line": 2870, + "line": 2912, "column": 92 }, "end": { - "line": 2870, + "line": 2912, "column": 93 } } @@ -960169,15 +960656,15 @@ "updateContext": null }, "value": "try", - "start": 128105, - "end": 128108, + "start": 130495, + "end": 130498, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 12 }, "end": { - "line": 2872, + "line": 2914, "column": 15 } } @@ -960194,15 +960681,15 @@ "postfix": false, "binop": null }, - "start": 128109, - "end": 128110, + "start": 130499, + "end": 130500, "loc": { "start": { - "line": 2872, + "line": 2914, "column": 16 }, "end": { - "line": 2872, + "line": 2914, "column": 17 } } @@ -960220,15 +960707,15 @@ "binop": null }, "value": "Function", - "start": 128127, - "end": 128135, + "start": 130517, + "end": 130525, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 16 }, "end": { - "line": 2873, + "line": 2915, "column": 24 } } @@ -960246,15 +960733,15 @@ "binop": null, "updateContext": null }, - "start": 128135, - "end": 128136, + "start": 130525, + "end": 130526, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 24 }, "end": { - "line": 2873, + "line": 2915, "column": 25 } } @@ -960272,15 +960759,15 @@ "binop": null }, "value": "call", - "start": 128136, - "end": 128140, + "start": 130526, + "end": 130530, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 25 }, "end": { - "line": 2873, + "line": 2915, "column": 29 } } @@ -960297,15 +960784,15 @@ "postfix": false, "binop": null }, - "start": 128140, - "end": 128141, + "start": 130530, + "end": 130531, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 29 }, "end": { - "line": 2873, + "line": 2915, "column": 30 } } @@ -960325,15 +960812,15 @@ "updateContext": null }, "value": "null", - "start": 128142, - "end": 128146, + "start": 130532, + "end": 130536, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 31 }, "end": { - "line": 2873, + "line": 2915, "column": 35 } } @@ -960351,15 +960838,15 @@ "binop": null, "updateContext": null }, - "start": 128146, - "end": 128147, + "start": 130536, + "end": 130537, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 35 }, "end": { - "line": 2873, + "line": 2915, "column": 36 } } @@ -960376,15 +960863,15 @@ "postfix": false, "binop": null }, - "start": 128148, - "end": 128149, + "start": 130538, + "end": 130539, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 37 }, "end": { - "line": 2873, + "line": 2915, "column": 38 } } @@ -960403,15 +960890,15 @@ "updateContext": null }, "value": "return ", - "start": 128149, - "end": 128156, + "start": 130539, + "end": 130546, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 38 }, "end": { - "line": 2873, + "line": 2915, "column": 45 } } @@ -960428,15 +960915,15 @@ "postfix": false, "binop": null }, - "start": 128156, - "end": 128158, + "start": 130546, + "end": 130548, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 45 }, "end": { - "line": 2873, + "line": 2915, "column": 47 } } @@ -960454,15 +960941,15 @@ "binop": null }, "value": "callback", - "start": 128158, - "end": 128166, + "start": 130548, + "end": 130556, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 47 }, "end": { - "line": 2873, + "line": 2915, "column": 55 } } @@ -960479,15 +960966,15 @@ "postfix": false, "binop": null }, - "start": 128166, - "end": 128167, + "start": 130556, + "end": 130557, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 55 }, "end": { - "line": 2873, + "line": 2915, "column": 56 } } @@ -960506,15 +960993,15 @@ "updateContext": null }, "value": "", - "start": 128167, - "end": 128167, + "start": 130557, + "end": 130557, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 56 }, "end": { - "line": 2873, + "line": 2915, "column": 56 } } @@ -960531,15 +961018,15 @@ "postfix": false, "binop": null }, - "start": 128167, - "end": 128168, + "start": 130557, + "end": 130558, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 56 }, "end": { - "line": 2873, + "line": 2915, "column": 57 } } @@ -960556,15 +961043,15 @@ "postfix": false, "binop": null }, - "start": 128169, - "end": 128170, + "start": 130559, + "end": 130560, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 58 }, "end": { - "line": 2873, + "line": 2915, "column": 59 } } @@ -960581,15 +961068,15 @@ "postfix": false, "binop": null }, - "start": 128170, - "end": 128171, + "start": 130560, + "end": 130561, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 59 }, "end": { - "line": 2873, + "line": 2915, "column": 60 } } @@ -960606,15 +961093,15 @@ "postfix": false, "binop": null }, - "start": 128171, - "end": 128172, + "start": 130561, + "end": 130562, "loc": { "start": { - "line": 2873, + "line": 2915, "column": 60 }, "end": { - "line": 2873, + "line": 2915, "column": 61 } } @@ -960631,15 +961118,15 @@ "postfix": false, "binop": null }, - "start": 128185, - "end": 128186, + "start": 130575, + "end": 130576, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 12 }, "end": { - "line": 2874, + "line": 2916, "column": 13 } } @@ -960659,15 +961146,15 @@ "updateContext": null }, "value": "catch", - "start": 128187, - "end": 128192, + "start": 130577, + "end": 130582, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 14 }, "end": { - "line": 2874, + "line": 2916, "column": 19 } } @@ -960684,15 +961171,15 @@ "postfix": false, "binop": null }, - "start": 128193, - "end": 128194, + "start": 130583, + "end": 130584, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 20 }, "end": { - "line": 2874, + "line": 2916, "column": 21 } } @@ -960710,15 +961197,15 @@ "binop": null }, "value": "e", - "start": 128195, - "end": 128196, + "start": 130585, + "end": 130586, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 22 }, "end": { - "line": 2874, + "line": 2916, "column": 23 } } @@ -960735,15 +961222,15 @@ "postfix": false, "binop": null }, - "start": 128197, - "end": 128198, + "start": 130587, + "end": 130588, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 24 }, "end": { - "line": 2874, + "line": 2916, "column": 25 } } @@ -960760,15 +961247,15 @@ "postfix": false, "binop": null }, - "start": 128199, - "end": 128200, + "start": 130589, + "end": 130590, "loc": { "start": { - "line": 2874, + "line": 2916, "column": 26 }, "end": { - "line": 2874, + "line": 2916, "column": 27 } } @@ -960788,15 +961275,15 @@ "updateContext": null }, "value": "throw", - "start": 128217, - "end": 128222, + "start": 130607, + "end": 130612, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 16 }, "end": { - "line": 2875, + "line": 2917, "column": 21 } } @@ -960816,15 +961303,15 @@ "updateContext": null }, "value": "new", - "start": 128223, - "end": 128226, + "start": 130613, + "end": 130616, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 22 }, "end": { - "line": 2875, + "line": 2917, "column": 25 } } @@ -960842,15 +961329,15 @@ "binop": null }, "value": "TypeError", - "start": 128227, - "end": 128236, + "start": 130617, + "end": 130626, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 26 }, "end": { - "line": 2875, + "line": 2917, "column": 35 } } @@ -960867,15 +961354,15 @@ "postfix": false, "binop": null }, - "start": 128236, - "end": 128237, + "start": 130626, + "end": 130627, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 35 }, "end": { - "line": 2875, + "line": 2917, "column": 36 } } @@ -960893,15 +961380,15 @@ "binop": null }, "value": "e", - "start": 128238, - "end": 128239, + "start": 130628, + "end": 130629, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 37 }, "end": { - "line": 2875, + "line": 2917, "column": 38 } } @@ -960918,15 +961405,15 @@ "postfix": false, "binop": null }, - "start": 128240, - "end": 128241, + "start": 130630, + "end": 130631, "loc": { "start": { - "line": 2875, + "line": 2917, "column": 39 }, "end": { - "line": 2875, + "line": 2917, "column": 40 } } @@ -960943,15 +961430,15 @@ "postfix": false, "binop": null }, - "start": 128254, - "end": 128255, + "start": 130644, + "end": 130645, "loc": { "start": { - "line": 2876, + "line": 2918, "column": 12 }, "end": { - "line": 2876, + "line": 2918, "column": 13 } } @@ -960968,15 +961455,15 @@ "postfix": false, "binop": null }, - "start": 128264, - "end": 128265, + "start": 130654, + "end": 130655, "loc": { "start": { - "line": 2877, + "line": 2919, "column": 8 }, "end": { - "line": 2877, + "line": 2919, "column": 9 } } @@ -960993,15 +961480,15 @@ "postfix": false, "binop": null }, - "start": 128270, - "end": 128271, + "start": 130660, + "end": 130661, "loc": { "start": { - "line": 2878, + "line": 2920, "column": 4 }, "end": { - "line": 2878, + "line": 2920, "column": 5 } } @@ -961009,15 +961496,15 @@ { "type": "CommentBlock", "value": "*\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n ", - "start": 128281, - "end": 128439, + "start": 130671, + "end": 130829, "loc": { "start": { - "line": 2880, + "line": 2922, "column": 4 }, "end": { - "line": 2884, + "line": 2926, "column": 7 } } @@ -961035,15 +961522,15 @@ "binop": null }, "value": "zoomScale", - "start": 128444, - "end": 128453, + "start": 130834, + "end": 130843, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 4 }, "end": { - "line": 2885, + "line": 2927, "column": 13 } } @@ -961060,15 +961547,15 @@ "postfix": false, "binop": null }, - "start": 128453, - "end": 128454, + "start": 130843, + "end": 130844, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 13 }, "end": { - "line": 2885, + "line": 2927, "column": 14 } } @@ -961086,15 +961573,15 @@ "binop": null }, "value": "event", - "start": 128455, - "end": 128460, + "start": 130845, + "end": 130850, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 15 }, "end": { - "line": 2885, + "line": 2927, "column": 20 } } @@ -961111,15 +961598,15 @@ "postfix": false, "binop": null }, - "start": 128461, - "end": 128462, + "start": 130851, + "end": 130852, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 21 }, "end": { - "line": 2885, + "line": 2927, "column": 22 } } @@ -961136,15 +961623,15 @@ "postfix": false, "binop": null }, - "start": 128463, - "end": 128464, + "start": 130853, + "end": 130854, "loc": { "start": { - "line": 2885, + "line": 2927, "column": 23 }, "end": { - "line": 2885, + "line": 2927, "column": 24 } } @@ -961164,15 +961651,15 @@ "updateContext": null }, "value": "this", - "start": 128473, - "end": 128477, + "start": 130863, + "end": 130867, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 8 }, "end": { - "line": 2886, + "line": 2928, "column": 12 } } @@ -961190,15 +961677,15 @@ "binop": null, "updateContext": null }, - "start": 128477, - "end": 128478, + "start": 130867, + "end": 130868, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 12 }, "end": { - "line": 2886, + "line": 2928, "column": 13 } } @@ -961216,15 +961703,15 @@ "binop": null }, "value": "_debug", - "start": 128478, - "end": 128484, + "start": 130868, + "end": 130874, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 13 }, "end": { - "line": 2886, + "line": 2928, "column": 19 } } @@ -961241,15 +961728,15 @@ "postfix": false, "binop": null }, - "start": 128484, - "end": 128485, + "start": 130874, + "end": 130875, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 19 }, "end": { - "line": 2886, + "line": 2928, "column": 20 } } @@ -961268,15 +961755,15 @@ "updateContext": null }, "value": "zoomScale", - "start": 128486, - "end": 128497, + "start": 130876, + "end": 130887, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 21 }, "end": { - "line": 2886, + "line": 2928, "column": 32 } } @@ -961293,15 +961780,15 @@ "postfix": false, "binop": null }, - "start": 128498, - "end": 128499, + "start": 130888, + "end": 130889, "loc": { "start": { - "line": 2886, + "line": 2928, "column": 33 }, "end": { - "line": 2886, + "line": 2928, "column": 34 } } @@ -961321,15 +961808,15 @@ "updateContext": null }, "value": "let", - "start": 128517, - "end": 128520, + "start": 130907, + "end": 130910, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 8 }, "end": { - "line": 2888, + "line": 2930, "column": 11 } } @@ -961347,15 +961834,15 @@ "binop": null }, "value": "_elem", - "start": 128521, - "end": 128526, + "start": 130911, + "end": 130916, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 12 }, "end": { - "line": 2888, + "line": 2930, "column": 17 } } @@ -961374,15 +961861,15 @@ "updateContext": null }, "value": "=", - "start": 128534, - "end": 128535, + "start": 130924, + "end": 130925, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 25 }, "end": { - "line": 2888, + "line": 2930, "column": 26 } } @@ -961400,15 +961887,15 @@ "binop": null }, "value": "event", - "start": 128536, - "end": 128541, + "start": 130926, + "end": 130931, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 27 }, "end": { - "line": 2888, + "line": 2930, "column": 32 } } @@ -961426,15 +961913,15 @@ "binop": null, "updateContext": null }, - "start": 128541, - "end": 128542, + "start": 130931, + "end": 130932, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 32 }, "end": { - "line": 2888, + "line": 2930, "column": 33 } } @@ -961452,15 +961939,15 @@ "binop": null }, "value": "target", - "start": 128542, - "end": 128548, + "start": 130932, + "end": 130938, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 33 }, "end": { - "line": 2888, + "line": 2930, "column": 39 } } @@ -961478,15 +961965,15 @@ "binop": null, "updateContext": null }, - "start": 128548, - "end": 128549, + "start": 130938, + "end": 130939, "loc": { "start": { - "line": 2888, + "line": 2930, "column": 39 }, "end": { - "line": 2888, + "line": 2930, "column": 40 } } @@ -961504,15 +961991,15 @@ "binop": null }, "value": "ruler_item", - "start": 128562, - "end": 128572, + "start": 130952, + "end": 130962, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 12 }, "end": { - "line": 2889, + "line": 2931, "column": 22 } } @@ -961531,15 +962018,15 @@ "updateContext": null }, "value": "=", - "start": 128575, - "end": 128576, + "start": 130965, + "end": 130966, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 25 }, "end": { - "line": 2889, + "line": 2931, "column": 26 } } @@ -961557,15 +962044,15 @@ "binop": null }, "value": "$", - "start": 128577, - "end": 128578, + "start": 130967, + "end": 130968, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 27 }, "end": { - "line": 2889, + "line": 2931, "column": 28 } } @@ -961582,15 +962069,15 @@ "postfix": false, "binop": null }, - "start": 128578, - "end": 128579, + "start": 130968, + "end": 130969, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 28 }, "end": { - "line": 2889, + "line": 2931, "column": 29 } } @@ -961608,15 +962095,15 @@ "binop": null }, "value": "_elem", - "start": 128579, - "end": 128584, + "start": 130969, + "end": 130974, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 29 }, "end": { - "line": 2889, + "line": 2931, "column": 34 } } @@ -961633,15 +962120,15 @@ "postfix": false, "binop": null }, - "start": 128584, - "end": 128585, + "start": 130974, + "end": 130975, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 34 }, "end": { - "line": 2889, + "line": 2931, "column": 35 } } @@ -961659,15 +962146,15 @@ "binop": null, "updateContext": null }, - "start": 128585, - "end": 128586, + "start": 130975, + "end": 130976, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 35 }, "end": { - "line": 2889, + "line": 2931, "column": 36 } } @@ -961685,15 +962172,15 @@ "binop": null }, "value": "data", - "start": 128586, - "end": 128590, + "start": 130976, + "end": 130980, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 36 }, "end": { - "line": 2889, + "line": 2931, "column": 40 } } @@ -961710,15 +962197,15 @@ "postfix": false, "binop": null }, - "start": 128590, - "end": 128591, + "start": 130980, + "end": 130981, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 40 }, "end": { - "line": 2889, + "line": 2931, "column": 41 } } @@ -961737,15 +962224,15 @@ "updateContext": null }, "value": "ruler-item", - "start": 128592, - "end": 128604, + "start": 130982, + "end": 130994, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 42 }, "end": { - "line": 2889, + "line": 2931, "column": 54 } } @@ -961762,15 +962249,15 @@ "postfix": false, "binop": null }, - "start": 128605, - "end": 128606, + "start": 130995, + "end": 130996, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 55 }, "end": { - "line": 2889, + "line": 2931, "column": 56 } } @@ -961788,15 +962275,15 @@ "binop": null, "updateContext": null }, - "start": 128606, - "end": 128607, + "start": 130996, + "end": 130997, "loc": { "start": { - "line": 2889, + "line": 2931, "column": 56 }, "end": { - "line": 2889, + "line": 2931, "column": 57 } } @@ -961814,15 +962301,15 @@ "binop": null }, "value": "scaleMap", - "start": 128620, - "end": 128628, + "start": 131010, + "end": 131018, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 12 }, "end": { - "line": 2890, + "line": 2932, "column": 20 } } @@ -961841,15 +962328,15 @@ "updateContext": null }, "value": "=", - "start": 128633, - "end": 128634, + "start": 131023, + "end": 131024, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 25 }, "end": { - "line": 2890, + "line": 2932, "column": 26 } } @@ -961866,15 +962353,15 @@ "postfix": false, "binop": null }, - "start": 128635, - "end": 128636, + "start": 131025, + "end": 131026, "loc": { "start": { - "line": 2890, + "line": 2932, "column": 27 }, "end": { - "line": 2890, + "line": 2932, "column": 28 } } @@ -961892,15 +962379,15 @@ "binop": null }, "value": "millennium", - "start": 128653, - "end": 128663, + "start": 131043, + "end": 131053, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 16 }, "end": { - "line": 2891, + "line": 2933, "column": 26 } } @@ -961918,15 +962405,15 @@ "binop": null, "updateContext": null }, - "start": 128664, - "end": 128665, + "start": 131054, + "end": 131055, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 27 }, "end": { - "line": 2891, + "line": 2933, "column": 28 } } @@ -961943,15 +962430,15 @@ "postfix": false, "binop": null }, - "start": 128666, - "end": 128667, + "start": 131056, + "end": 131057, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 29 }, "end": { - "line": 2891, + "line": 2933, "column": 30 } } @@ -961969,15 +962456,15 @@ "binop": null }, "value": "years", - "start": 128668, - "end": 128673, + "start": 131058, + "end": 131063, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 31 }, "end": { - "line": 2891, + "line": 2933, "column": 36 } } @@ -961995,15 +962482,15 @@ "binop": null, "updateContext": null }, - "start": 128673, - "end": 128674, + "start": 131063, + "end": 131064, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 36 }, "end": { - "line": 2891, + "line": 2933, "column": 37 } } @@ -962022,15 +962509,15 @@ "updateContext": null }, "value": 1000, - "start": 128675, - "end": 128679, + "start": 131065, + "end": 131069, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 38 }, "end": { - "line": 2891, + "line": 2933, "column": 42 } } @@ -962048,15 +962535,15 @@ "binop": null, "updateContext": null }, - "start": 128679, - "end": 128680, + "start": 131069, + "end": 131070, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 42 }, "end": { - "line": 2891, + "line": 2933, "column": 43 } } @@ -962074,15 +962561,15 @@ "binop": null }, "value": "lower", - "start": 128681, - "end": 128686, + "start": 131071, + "end": 131076, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 44 }, "end": { - "line": 2891, + "line": 2933, "column": 49 } } @@ -962100,15 +962587,15 @@ "binop": null, "updateContext": null }, - "start": 128686, - "end": 128687, + "start": 131076, + "end": 131077, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 49 }, "end": { - "line": 2891, + "line": 2933, "column": 50 } } @@ -962127,15 +962614,15 @@ "updateContext": null }, "value": "century", - "start": 128688, - "end": 128697, + "start": 131078, + "end": 131087, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 51 }, "end": { - "line": 2891, + "line": 2933, "column": 60 } } @@ -962153,15 +962640,15 @@ "binop": null, "updateContext": null }, - "start": 128697, - "end": 128698, + "start": 131087, + "end": 131088, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 60 }, "end": { - "line": 2891, + "line": 2933, "column": 61 } } @@ -962179,15 +962666,15 @@ "binop": null }, "value": "minGrids", - "start": 128699, - "end": 128707, + "start": 131089, + "end": 131097, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 62 }, "end": { - "line": 2891, + "line": 2933, "column": 70 } } @@ -962205,15 +962692,15 @@ "binop": null, "updateContext": null }, - "start": 128707, - "end": 128708, + "start": 131097, + "end": 131098, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 70 }, "end": { - "line": 2891, + "line": 2933, "column": 71 } } @@ -962232,15 +962719,15 @@ "updateContext": null }, "value": 10, - "start": 128709, - "end": 128711, + "start": 131099, + "end": 131101, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 72 }, "end": { - "line": 2891, + "line": 2933, "column": 74 } } @@ -962257,15 +962744,15 @@ "postfix": false, "binop": null }, - "start": 128712, - "end": 128713, + "start": 131102, + "end": 131103, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 75 }, "end": { - "line": 2891, + "line": 2933, "column": 76 } } @@ -962283,15 +962770,15 @@ "binop": null, "updateContext": null }, - "start": 128713, - "end": 128714, + "start": 131103, + "end": 131104, "loc": { "start": { - "line": 2891, + "line": 2933, "column": 76 }, "end": { - "line": 2891, + "line": 2933, "column": 77 } } @@ -962309,15 +962796,15 @@ "binop": null }, "value": "century", - "start": 128731, - "end": 128738, + "start": 131121, + "end": 131128, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 16 }, "end": { - "line": 2892, + "line": 2934, "column": 23 } } @@ -962335,15 +962822,15 @@ "binop": null, "updateContext": null }, - "start": 128742, - "end": 128743, + "start": 131132, + "end": 131133, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 27 }, "end": { - "line": 2892, + "line": 2934, "column": 28 } } @@ -962360,15 +962847,15 @@ "postfix": false, "binop": null }, - "start": 128744, - "end": 128745, + "start": 131134, + "end": 131135, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 29 }, "end": { - "line": 2892, + "line": 2934, "column": 30 } } @@ -962386,15 +962873,15 @@ "binop": null }, "value": "years", - "start": 128746, - "end": 128751, + "start": 131136, + "end": 131141, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 31 }, "end": { - "line": 2892, + "line": 2934, "column": 36 } } @@ -962412,15 +962899,15 @@ "binop": null, "updateContext": null }, - "start": 128751, - "end": 128752, + "start": 131141, + "end": 131142, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 36 }, "end": { - "line": 2892, + "line": 2934, "column": 37 } } @@ -962439,15 +962926,15 @@ "updateContext": null }, "value": 100, - "start": 128753, - "end": 128756, + "start": 131143, + "end": 131146, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 38 }, "end": { - "line": 2892, + "line": 2934, "column": 41 } } @@ -962465,15 +962952,15 @@ "binop": null, "updateContext": null }, - "start": 128756, - "end": 128757, + "start": 131146, + "end": 131147, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 41 }, "end": { - "line": 2892, + "line": 2934, "column": 42 } } @@ -962491,15 +962978,15 @@ "binop": null }, "value": "lower", - "start": 128759, - "end": 128764, + "start": 131149, + "end": 131154, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 44 }, "end": { - "line": 2892, + "line": 2934, "column": 49 } } @@ -962517,15 +963004,15 @@ "binop": null, "updateContext": null }, - "start": 128764, - "end": 128765, + "start": 131154, + "end": 131155, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 49 }, "end": { - "line": 2892, + "line": 2934, "column": 50 } } @@ -962544,15 +963031,15 @@ "updateContext": null }, "value": "decade", - "start": 128766, - "end": 128774, + "start": 131156, + "end": 131164, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 51 }, "end": { - "line": 2892, + "line": 2934, "column": 59 } } @@ -962570,15 +963057,15 @@ "binop": null, "updateContext": null }, - "start": 128774, - "end": 128775, + "start": 131164, + "end": 131165, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 59 }, "end": { - "line": 2892, + "line": 2934, "column": 60 } } @@ -962596,15 +963083,15 @@ "binop": null }, "value": "minGrids", - "start": 128777, - "end": 128785, + "start": 131167, + "end": 131175, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 62 }, "end": { - "line": 2892, + "line": 2934, "column": 70 } } @@ -962622,15 +963109,15 @@ "binop": null, "updateContext": null }, - "start": 128785, - "end": 128786, + "start": 131175, + "end": 131176, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 70 }, "end": { - "line": 2892, + "line": 2934, "column": 71 } } @@ -962649,15 +963136,15 @@ "updateContext": null }, "value": 10, - "start": 128787, - "end": 128789, + "start": 131177, + "end": 131179, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 72 }, "end": { - "line": 2892, + "line": 2934, "column": 74 } } @@ -962674,15 +963161,15 @@ "postfix": false, "binop": null }, - "start": 128790, - "end": 128791, + "start": 131180, + "end": 131181, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 75 }, "end": { - "line": 2892, + "line": 2934, "column": 76 } } @@ -962700,15 +963187,15 @@ "binop": null, "updateContext": null }, - "start": 128791, - "end": 128792, + "start": 131181, + "end": 131182, "loc": { "start": { - "line": 2892, + "line": 2934, "column": 76 }, "end": { - "line": 2892, + "line": 2934, "column": 77 } } @@ -962726,15 +963213,15 @@ "binop": null }, "value": "decade", - "start": 128809, - "end": 128815, + "start": 131199, + "end": 131205, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 16 }, "end": { - "line": 2893, + "line": 2935, "column": 22 } } @@ -962752,15 +963239,15 @@ "binop": null, "updateContext": null }, - "start": 128820, - "end": 128821, + "start": 131210, + "end": 131211, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 27 }, "end": { - "line": 2893, + "line": 2935, "column": 28 } } @@ -962777,15 +963264,15 @@ "postfix": false, "binop": null }, - "start": 128822, - "end": 128823, + "start": 131212, + "end": 131213, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 29 }, "end": { - "line": 2893, + "line": 2935, "column": 30 } } @@ -962803,15 +963290,15 @@ "binop": null }, "value": "years", - "start": 128824, - "end": 128829, + "start": 131214, + "end": 131219, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 31 }, "end": { - "line": 2893, + "line": 2935, "column": 36 } } @@ -962829,15 +963316,15 @@ "binop": null, "updateContext": null }, - "start": 128829, - "end": 128830, + "start": 131219, + "end": 131220, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 36 }, "end": { - "line": 2893, + "line": 2935, "column": 37 } } @@ -962856,15 +963343,15 @@ "updateContext": null }, "value": 10, - "start": 128831, - "end": 128833, + "start": 131221, + "end": 131223, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 38 }, "end": { - "line": 2893, + "line": 2935, "column": 40 } } @@ -962882,15 +963369,15 @@ "binop": null, "updateContext": null }, - "start": 128833, - "end": 128834, + "start": 131223, + "end": 131224, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 40 }, "end": { - "line": 2893, + "line": 2935, "column": 41 } } @@ -962908,15 +963395,15 @@ "binop": null }, "value": "lower", - "start": 128837, - "end": 128842, + "start": 131227, + "end": 131232, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 44 }, "end": { - "line": 2893, + "line": 2935, "column": 49 } } @@ -962934,15 +963421,15 @@ "binop": null, "updateContext": null }, - "start": 128842, - "end": 128843, + "start": 131232, + "end": 131233, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 49 }, "end": { - "line": 2893, + "line": 2935, "column": 50 } } @@ -962961,15 +963448,15 @@ "updateContext": null }, "value": "lustrum", - "start": 128844, - "end": 128853, + "start": 131234, + "end": 131243, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 51 }, "end": { - "line": 2893, + "line": 2935, "column": 60 } } @@ -962987,15 +963474,15 @@ "binop": null, "updateContext": null }, - "start": 128853, - "end": 128854, + "start": 131243, + "end": 131244, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 60 }, "end": { - "line": 2893, + "line": 2935, "column": 61 } } @@ -963013,15 +963500,15 @@ "binop": null }, "value": "minGrids", - "start": 128855, - "end": 128863, + "start": 131245, + "end": 131253, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 62 }, "end": { - "line": 2893, + "line": 2935, "column": 70 } } @@ -963039,15 +963526,15 @@ "binop": null, "updateContext": null }, - "start": 128863, - "end": 128864, + "start": 131253, + "end": 131254, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 70 }, "end": { - "line": 2893, + "line": 2935, "column": 71 } } @@ -963066,15 +963553,15 @@ "updateContext": null }, "value": 2, - "start": 128865, - "end": 128866, + "start": 131255, + "end": 131256, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 72 }, "end": { - "line": 2893, + "line": 2935, "column": 73 } } @@ -963091,15 +963578,15 @@ "postfix": false, "binop": null }, - "start": 128868, - "end": 128869, + "start": 131258, + "end": 131259, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 75 }, "end": { - "line": 2893, + "line": 2935, "column": 76 } } @@ -963117,15 +963604,15 @@ "binop": null, "updateContext": null }, - "start": 128869, - "end": 128870, + "start": 131259, + "end": 131260, "loc": { "start": { - "line": 2893, + "line": 2935, "column": 76 }, "end": { - "line": 2893, + "line": 2935, "column": 77 } } @@ -963143,15 +963630,15 @@ "binop": null }, "value": "lustrum", - "start": 128887, - "end": 128894, + "start": 131277, + "end": 131284, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 16 }, "end": { - "line": 2894, + "line": 2936, "column": 23 } } @@ -963169,15 +963656,15 @@ "binop": null, "updateContext": null }, - "start": 128898, - "end": 128899, + "start": 131288, + "end": 131289, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 27 }, "end": { - "line": 2894, + "line": 2936, "column": 28 } } @@ -963194,15 +963681,15 @@ "postfix": false, "binop": null }, - "start": 128900, - "end": 128901, + "start": 131290, + "end": 131291, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 29 }, "end": { - "line": 2894, + "line": 2936, "column": 30 } } @@ -963220,15 +963707,15 @@ "binop": null }, "value": "years", - "start": 128902, - "end": 128907, + "start": 131292, + "end": 131297, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 31 }, "end": { - "line": 2894, + "line": 2936, "column": 36 } } @@ -963246,15 +963733,15 @@ "binop": null, "updateContext": null }, - "start": 128907, - "end": 128908, + "start": 131297, + "end": 131298, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 36 }, "end": { - "line": 2894, + "line": 2936, "column": 37 } } @@ -963273,15 +963760,15 @@ "updateContext": null }, "value": 5, - "start": 128909, - "end": 128910, + "start": 131299, + "end": 131300, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 38 }, "end": { - "line": 2894, + "line": 2936, "column": 39 } } @@ -963299,15 +963786,15 @@ "binop": null, "updateContext": null }, - "start": 128910, - "end": 128911, + "start": 131300, + "end": 131301, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 39 }, "end": { - "line": 2894, + "line": 2936, "column": 40 } } @@ -963325,15 +963812,15 @@ "binop": null }, "value": "lower", - "start": 128915, - "end": 128920, + "start": 131305, + "end": 131310, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 44 }, "end": { - "line": 2894, + "line": 2936, "column": 49 } } @@ -963351,15 +963838,15 @@ "binop": null, "updateContext": null }, - "start": 128920, - "end": 128921, + "start": 131310, + "end": 131311, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 49 }, "end": { - "line": 2894, + "line": 2936, "column": 50 } } @@ -963378,15 +963865,15 @@ "updateContext": null }, "value": "year", - "start": 128922, - "end": 128928, + "start": 131312, + "end": 131318, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 51 }, "end": { - "line": 2894, + "line": 2936, "column": 57 } } @@ -963404,15 +963891,15 @@ "binop": null, "updateContext": null }, - "start": 128928, - "end": 128929, + "start": 131318, + "end": 131319, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 57 }, "end": { - "line": 2894, + "line": 2936, "column": 58 } } @@ -963430,15 +963917,15 @@ "binop": null }, "value": "minGrids", - "start": 128933, - "end": 128941, + "start": 131323, + "end": 131331, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 62 }, "end": { - "line": 2894, + "line": 2936, "column": 70 } } @@ -963456,15 +963943,15 @@ "binop": null, "updateContext": null }, - "start": 128941, - "end": 128942, + "start": 131331, + "end": 131332, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 70 }, "end": { - "line": 2894, + "line": 2936, "column": 71 } } @@ -963483,15 +963970,15 @@ "updateContext": null }, "value": 5, - "start": 128943, - "end": 128944, + "start": 131333, + "end": 131334, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 72 }, "end": { - "line": 2894, + "line": 2936, "column": 73 } } @@ -963508,15 +963995,15 @@ "postfix": false, "binop": null }, - "start": 128946, - "end": 128947, + "start": 131336, + "end": 131337, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 75 }, "end": { - "line": 2894, + "line": 2936, "column": 76 } } @@ -963534,15 +964021,15 @@ "binop": null, "updateContext": null }, - "start": 128947, - "end": 128948, + "start": 131337, + "end": 131338, "loc": { "start": { - "line": 2894, + "line": 2936, "column": 76 }, "end": { - "line": 2894, + "line": 2936, "column": 77 } } @@ -963560,15 +964047,15 @@ "binop": null }, "value": "year", - "start": 128965, - "end": 128969, + "start": 131355, + "end": 131359, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 16 }, "end": { - "line": 2895, + "line": 2937, "column": 20 } } @@ -963586,15 +964073,15 @@ "binop": null, "updateContext": null }, - "start": 128976, - "end": 128977, + "start": 131366, + "end": 131367, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 27 }, "end": { - "line": 2895, + "line": 2937, "column": 28 } } @@ -963611,15 +964098,15 @@ "postfix": false, "binop": null }, - "start": 128978, - "end": 128979, + "start": 131368, + "end": 131369, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 29 }, "end": { - "line": 2895, + "line": 2937, "column": 30 } } @@ -963637,15 +964124,15 @@ "binop": null }, "value": "years", - "start": 128980, - "end": 128985, + "start": 131370, + "end": 131375, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 31 }, "end": { - "line": 2895, + "line": 2937, "column": 36 } } @@ -963663,15 +964150,15 @@ "binop": null, "updateContext": null }, - "start": 128985, - "end": 128986, + "start": 131375, + "end": 131376, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 36 }, "end": { - "line": 2895, + "line": 2937, "column": 37 } } @@ -963690,15 +964177,15 @@ "updateContext": null }, "value": 1, - "start": 128987, - "end": 128988, + "start": 131377, + "end": 131378, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 38 }, "end": { - "line": 2895, + "line": 2937, "column": 39 } } @@ -963716,15 +964203,15 @@ "binop": null, "updateContext": null }, - "start": 128988, - "end": 128989, + "start": 131378, + "end": 131379, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 39 }, "end": { - "line": 2895, + "line": 2937, "column": 40 } } @@ -963742,15 +964229,15 @@ "binop": null }, "value": "lower", - "start": 128993, - "end": 128998, + "start": 131383, + "end": 131388, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 44 }, "end": { - "line": 2895, + "line": 2937, "column": 49 } } @@ -963768,15 +964255,15 @@ "binop": null, "updateContext": null }, - "start": 128998, - "end": 128999, + "start": 131388, + "end": 131389, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 49 }, "end": { - "line": 2895, + "line": 2937, "column": 50 } } @@ -963795,15 +964282,15 @@ "updateContext": null }, "value": "month", - "start": 129000, - "end": 129007, + "start": 131390, + "end": 131397, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 51 }, "end": { - "line": 2895, + "line": 2937, "column": 58 } } @@ -963821,15 +964308,15 @@ "binop": null, "updateContext": null }, - "start": 129007, - "end": 129008, + "start": 131397, + "end": 131398, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 58 }, "end": { - "line": 2895, + "line": 2937, "column": 59 } } @@ -963847,15 +964334,15 @@ "binop": null }, "value": "minGrids", - "start": 129011, - "end": 129019, + "start": 131401, + "end": 131409, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 62 }, "end": { - "line": 2895, + "line": 2937, "column": 70 } } @@ -963873,15 +964360,15 @@ "binop": null, "updateContext": null }, - "start": 129019, - "end": 129020, + "start": 131409, + "end": 131410, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 70 }, "end": { - "line": 2895, + "line": 2937, "column": 71 } } @@ -963900,15 +964387,15 @@ "updateContext": null }, "value": 12, - "start": 129021, - "end": 129023, + "start": 131411, + "end": 131413, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 72 }, "end": { - "line": 2895, + "line": 2937, "column": 74 } } @@ -963925,15 +964412,15 @@ "postfix": false, "binop": null }, - "start": 129024, - "end": 129025, + "start": 131414, + "end": 131415, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 75 }, "end": { - "line": 2895, + "line": 2937, "column": 76 } } @@ -963951,15 +964438,15 @@ "binop": null, "updateContext": null }, - "start": 129025, - "end": 129026, + "start": 131415, + "end": 131416, "loc": { "start": { - "line": 2895, + "line": 2937, "column": 76 }, "end": { - "line": 2895, + "line": 2937, "column": 77 } } @@ -963977,15 +964464,15 @@ "binop": null }, "value": "month", - "start": 129043, - "end": 129048, + "start": 131433, + "end": 131438, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 16 }, "end": { - "line": 2896, + "line": 2938, "column": 21 } } @@ -964003,15 +964490,15 @@ "binop": null, "updateContext": null }, - "start": 129054, - "end": 129055, + "start": 131444, + "end": 131445, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 27 }, "end": { - "line": 2896, + "line": 2938, "column": 28 } } @@ -964028,15 +964515,15 @@ "postfix": false, "binop": null }, - "start": 129056, - "end": 129057, + "start": 131446, + "end": 131447, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 29 }, "end": { - "line": 2896, + "line": 2938, "column": 30 } } @@ -964054,15 +964541,15 @@ "binop": null }, "value": "lower", - "start": 129071, - "end": 129076, + "start": 131461, + "end": 131466, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 44 }, "end": { - "line": 2896, + "line": 2938, "column": 49 } } @@ -964080,15 +964567,15 @@ "binop": null, "updateContext": null }, - "start": 129076, - "end": 129077, + "start": 131466, + "end": 131467, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 49 }, "end": { - "line": 2896, + "line": 2938, "column": 50 } } @@ -964107,15 +964594,15 @@ "updateContext": null }, "value": "day", - "start": 129078, - "end": 129083, + "start": 131468, + "end": 131473, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 51 }, "end": { - "line": 2896, + "line": 2938, "column": 56 } } @@ -964133,15 +964620,15 @@ "binop": null, "updateContext": null }, - "start": 129083, - "end": 129084, + "start": 131473, + "end": 131474, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 56 }, "end": { - "line": 2896, + "line": 2938, "column": 57 } } @@ -964159,15 +964646,15 @@ "binop": null }, "value": "minGrids", - "start": 129089, - "end": 129097, + "start": 131479, + "end": 131487, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 62 }, "end": { - "line": 2896, + "line": 2938, "column": 70 } } @@ -964185,15 +964672,15 @@ "binop": null, "updateContext": null }, - "start": 129097, - "end": 129098, + "start": 131487, + "end": 131488, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 70 }, "end": { - "line": 2896, + "line": 2938, "column": 71 } } @@ -964212,15 +964699,15 @@ "updateContext": null }, "value": 28, - "start": 129099, - "end": 129101, + "start": 131489, + "end": 131491, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 72 }, "end": { - "line": 2896, + "line": 2938, "column": 74 } } @@ -964237,15 +964724,15 @@ "postfix": false, "binop": null }, - "start": 129102, - "end": 129103, + "start": 131492, + "end": 131493, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 75 }, "end": { - "line": 2896, + "line": 2938, "column": 76 } } @@ -964263,15 +964750,15 @@ "binop": null, "updateContext": null }, - "start": 129103, - "end": 129104, + "start": 131493, + "end": 131494, "loc": { "start": { - "line": 2896, + "line": 2938, "column": 76 }, "end": { - "line": 2896, + "line": 2938, "column": 77 } } @@ -964289,15 +964776,15 @@ "binop": null }, "value": "week", - "start": 129121, - "end": 129125, + "start": 131511, + "end": 131515, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 16 }, "end": { - "line": 2897, + "line": 2939, "column": 20 } } @@ -964315,15 +964802,15 @@ "binop": null, "updateContext": null }, - "start": 129132, - "end": 129133, + "start": 131522, + "end": 131523, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 27 }, "end": { - "line": 2897, + "line": 2939, "column": 28 } } @@ -964340,15 +964827,15 @@ "postfix": false, "binop": null }, - "start": 129134, - "end": 129135, + "start": 131524, + "end": 131525, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 29 }, "end": { - "line": 2897, + "line": 2939, "column": 30 } } @@ -964366,15 +964853,15 @@ "binop": null }, "value": "lower", - "start": 129149, - "end": 129154, + "start": 131539, + "end": 131544, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 44 }, "end": { - "line": 2897, + "line": 2939, "column": 49 } } @@ -964392,15 +964879,15 @@ "binop": null, "updateContext": null }, - "start": 129154, - "end": 129155, + "start": 131544, + "end": 131545, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 49 }, "end": { - "line": 2897, + "line": 2939, "column": 50 } } @@ -964419,15 +964906,15 @@ "updateContext": null }, "value": "day", - "start": 129156, - "end": 129161, + "start": 131546, + "end": 131551, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 51 }, "end": { - "line": 2897, + "line": 2939, "column": 56 } } @@ -964445,15 +964932,15 @@ "binop": null, "updateContext": null }, - "start": 129161, - "end": 129162, + "start": 131551, + "end": 131552, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 56 }, "end": { - "line": 2897, + "line": 2939, "column": 57 } } @@ -964471,15 +964958,15 @@ "binop": null }, "value": "minGrids", - "start": 129167, - "end": 129175, + "start": 131557, + "end": 131565, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 62 }, "end": { - "line": 2897, + "line": 2939, "column": 70 } } @@ -964497,15 +964984,15 @@ "binop": null, "updateContext": null }, - "start": 129175, - "end": 129176, + "start": 131565, + "end": 131566, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 70 }, "end": { - "line": 2897, + "line": 2939, "column": 71 } } @@ -964524,15 +965011,15 @@ "updateContext": null }, "value": 7, - "start": 129177, - "end": 129178, + "start": 131567, + "end": 131568, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 72 }, "end": { - "line": 2897, + "line": 2939, "column": 73 } } @@ -964549,15 +965036,15 @@ "postfix": false, "binop": null }, - "start": 129180, - "end": 129181, + "start": 131570, + "end": 131571, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 75 }, "end": { - "line": 2897, + "line": 2939, "column": 76 } } @@ -964575,15 +965062,15 @@ "binop": null, "updateContext": null }, - "start": 129181, - "end": 129182, + "start": 131571, + "end": 131572, "loc": { "start": { - "line": 2897, + "line": 2939, "column": 76 }, "end": { - "line": 2897, + "line": 2939, "column": 77 } } @@ -964601,15 +965088,15 @@ "binop": null }, "value": "day", - "start": 129199, - "end": 129202, + "start": 131589, + "end": 131592, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 16 }, "end": { - "line": 2898, + "line": 2940, "column": 19 } } @@ -964627,15 +965114,15 @@ "binop": null, "updateContext": null }, - "start": 129210, - "end": 129211, + "start": 131600, + "end": 131601, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 27 }, "end": { - "line": 2898, + "line": 2940, "column": 28 } } @@ -964652,15 +965139,15 @@ "postfix": false, "binop": null }, - "start": 129212, - "end": 129213, + "start": 131602, + "end": 131603, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 29 }, "end": { - "line": 2898, + "line": 2940, "column": 30 } } @@ -964678,15 +965165,15 @@ "binop": null }, "value": "lower", - "start": 129227, - "end": 129232, + "start": 131617, + "end": 131622, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 44 }, "end": { - "line": 2898, + "line": 2940, "column": 49 } } @@ -964704,15 +965191,15 @@ "binop": null, "updateContext": null }, - "start": 129232, - "end": 129233, + "start": 131622, + "end": 131623, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 49 }, "end": { - "line": 2898, + "line": 2940, "column": 50 } } @@ -964731,15 +965218,15 @@ "updateContext": null }, "value": "hour", - "start": 129234, - "end": 129240, + "start": 131624, + "end": 131630, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 51 }, "end": { - "line": 2898, + "line": 2940, "column": 57 } } @@ -964757,15 +965244,15 @@ "binop": null, "updateContext": null }, - "start": 129240, - "end": 129241, + "start": 131630, + "end": 131631, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 57 }, "end": { - "line": 2898, + "line": 2940, "column": 58 } } @@ -964783,15 +965270,15 @@ "binop": null }, "value": "minGrids", - "start": 129245, - "end": 129253, + "start": 131635, + "end": 131643, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 62 }, "end": { - "line": 2898, + "line": 2940, "column": 70 } } @@ -964809,15 +965296,15 @@ "binop": null, "updateContext": null }, - "start": 129253, - "end": 129254, + "start": 131643, + "end": 131644, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 70 }, "end": { - "line": 2898, + "line": 2940, "column": 71 } } @@ -964836,15 +965323,15 @@ "updateContext": null }, "value": 24, - "start": 129255, - "end": 129257, + "start": 131645, + "end": 131647, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 72 }, "end": { - "line": 2898, + "line": 2940, "column": 74 } } @@ -964861,15 +965348,15 @@ "postfix": false, "binop": null }, - "start": 129258, - "end": 129259, + "start": 131648, + "end": 131649, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 75 }, "end": { - "line": 2898, + "line": 2940, "column": 76 } } @@ -964887,15 +965374,15 @@ "binop": null, "updateContext": null }, - "start": 129259, - "end": 129260, + "start": 131649, + "end": 131650, "loc": { "start": { - "line": 2898, + "line": 2940, "column": 76 }, "end": { - "line": 2898, + "line": 2940, "column": 77 } } @@ -964913,15 +965400,15 @@ "binop": null }, "value": "weekday", - "start": 129277, - "end": 129284, + "start": 131667, + "end": 131674, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 16 }, "end": { - "line": 2899, + "line": 2941, "column": 23 } } @@ -964939,15 +965426,15 @@ "binop": null, "updateContext": null }, - "start": 129288, - "end": 129289, + "start": 131678, + "end": 131679, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 27 }, "end": { - "line": 2899, + "line": 2941, "column": 28 } } @@ -964964,15 +965451,15 @@ "postfix": false, "binop": null }, - "start": 129290, - "end": 129291, + "start": 131680, + "end": 131681, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 29 }, "end": { - "line": 2899, + "line": 2941, "column": 30 } } @@ -964990,15 +965477,15 @@ "binop": null }, "value": "lower", - "start": 129305, - "end": 129310, + "start": 131695, + "end": 131700, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 44 }, "end": { - "line": 2899, + "line": 2941, "column": 49 } } @@ -965016,15 +965503,15 @@ "binop": null, "updateContext": null }, - "start": 129310, - "end": 129311, + "start": 131700, + "end": 131701, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 49 }, "end": { - "line": 2899, + "line": 2941, "column": 50 } } @@ -965043,15 +965530,15 @@ "updateContext": null }, "value": "hour", - "start": 129312, - "end": 129318, + "start": 131702, + "end": 131708, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 51 }, "end": { - "line": 2899, + "line": 2941, "column": 57 } } @@ -965069,15 +965556,15 @@ "binop": null, "updateContext": null }, - "start": 129318, - "end": 129319, + "start": 131708, + "end": 131709, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 57 }, "end": { - "line": 2899, + "line": 2941, "column": 58 } } @@ -965095,15 +965582,15 @@ "binop": null }, "value": "minGrids", - "start": 129323, - "end": 129331, + "start": 131713, + "end": 131721, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 62 }, "end": { - "line": 2899, + "line": 2941, "column": 70 } } @@ -965121,15 +965608,15 @@ "binop": null, "updateContext": null }, - "start": 129331, - "end": 129332, + "start": 131721, + "end": 131722, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 70 }, "end": { - "line": 2899, + "line": 2941, "column": 71 } } @@ -965148,15 +965635,15 @@ "updateContext": null }, "value": 24, - "start": 129333, - "end": 129335, + "start": 131723, + "end": 131725, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 72 }, "end": { - "line": 2899, + "line": 2941, "column": 74 } } @@ -965173,15 +965660,15 @@ "postfix": false, "binop": null }, - "start": 129336, - "end": 129337, + "start": 131726, + "end": 131727, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 75 }, "end": { - "line": 2899, + "line": 2941, "column": 76 } } @@ -965199,15 +965686,15 @@ "binop": null, "updateContext": null }, - "start": 129337, - "end": 129338, + "start": 131727, + "end": 131728, "loc": { "start": { - "line": 2899, + "line": 2941, "column": 76 }, "end": { - "line": 2899, + "line": 2941, "column": 77 } } @@ -965225,15 +965712,15 @@ "binop": null }, "value": "hour", - "start": 129355, - "end": 129359, + "start": 131745, + "end": 131749, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 16 }, "end": { - "line": 2900, + "line": 2942, "column": 20 } } @@ -965251,15 +965738,15 @@ "binop": null, "updateContext": null }, - "start": 129366, - "end": 129367, + "start": 131756, + "end": 131757, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 27 }, "end": { - "line": 2900, + "line": 2942, "column": 28 } } @@ -965276,15 +965763,15 @@ "postfix": false, "binop": null }, - "start": 129368, - "end": 129369, + "start": 131758, + "end": 131759, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 29 }, "end": { - "line": 2900, + "line": 2942, "column": 30 } } @@ -965302,15 +965789,15 @@ "binop": null }, "value": "lower", - "start": 129383, - "end": 129388, + "start": 131773, + "end": 131778, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 44 }, "end": { - "line": 2900, + "line": 2942, "column": 49 } } @@ -965328,15 +965815,15 @@ "binop": null, "updateContext": null }, - "start": 129388, - "end": 129389, + "start": 131778, + "end": 131779, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 49 }, "end": { - "line": 2900, + "line": 2942, "column": 50 } } @@ -965355,15 +965842,15 @@ "updateContext": null }, "value": "minute", - "start": 129390, - "end": 129398, + "start": 131780, + "end": 131788, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 51 }, "end": { - "line": 2900, + "line": 2942, "column": 59 } } @@ -965381,15 +965868,15 @@ "binop": null, "updateContext": null }, - "start": 129398, - "end": 129399, + "start": 131788, + "end": 131789, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 59 }, "end": { - "line": 2900, + "line": 2942, "column": 60 } } @@ -965407,15 +965894,15 @@ "binop": null }, "value": "minGrids", - "start": 129401, - "end": 129409, + "start": 131791, + "end": 131799, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 62 }, "end": { - "line": 2900, + "line": 2942, "column": 70 } } @@ -965433,15 +965920,15 @@ "binop": null, "updateContext": null }, - "start": 129409, - "end": 129410, + "start": 131799, + "end": 131800, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 70 }, "end": { - "line": 2900, + "line": 2942, "column": 71 } } @@ -965460,15 +965947,15 @@ "updateContext": null }, "value": 60, - "start": 129411, - "end": 129413, + "start": 131801, + "end": 131803, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 72 }, "end": { - "line": 2900, + "line": 2942, "column": 74 } } @@ -965485,15 +965972,15 @@ "postfix": false, "binop": null }, - "start": 129414, - "end": 129415, + "start": 131804, + "end": 131805, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 75 }, "end": { - "line": 2900, + "line": 2942, "column": 76 } } @@ -965511,15 +965998,15 @@ "binop": null, "updateContext": null }, - "start": 129415, - "end": 129416, + "start": 131805, + "end": 131806, "loc": { "start": { - "line": 2900, + "line": 2942, "column": 76 }, "end": { - "line": 2900, + "line": 2942, "column": 77 } } @@ -965537,15 +966024,15 @@ "binop": null }, "value": "minute", - "start": 129433, - "end": 129439, + "start": 131823, + "end": 131829, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 16 }, "end": { - "line": 2901, + "line": 2943, "column": 22 } } @@ -965563,15 +966050,15 @@ "binop": null, "updateContext": null }, - "start": 129444, - "end": 129445, + "start": 131834, + "end": 131835, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 27 }, "end": { - "line": 2901, + "line": 2943, "column": 28 } } @@ -965588,15 +966075,15 @@ "postfix": false, "binop": null }, - "start": 129446, - "end": 129447, + "start": 131836, + "end": 131837, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 29 }, "end": { - "line": 2901, + "line": 2943, "column": 30 } } @@ -965614,15 +966101,15 @@ "binop": null }, "value": "lower", - "start": 129461, - "end": 129466, + "start": 131851, + "end": 131856, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 44 }, "end": { - "line": 2901, + "line": 2943, "column": 49 } } @@ -965640,15 +966127,15 @@ "binop": null, "updateContext": null }, - "start": 129466, - "end": 129467, + "start": 131856, + "end": 131857, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 49 }, "end": { - "line": 2901, + "line": 2943, "column": 50 } } @@ -965667,15 +966154,15 @@ "updateContext": null }, "value": "second", - "start": 129468, - "end": 129476, + "start": 131858, + "end": 131866, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 51 }, "end": { - "line": 2901, + "line": 2943, "column": 59 } } @@ -965693,15 +966180,15 @@ "binop": null, "updateContext": null }, - "start": 129476, - "end": 129477, + "start": 131866, + "end": 131867, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 59 }, "end": { - "line": 2901, + "line": 2943, "column": 60 } } @@ -965719,15 +966206,15 @@ "binop": null }, "value": "minGrids", - "start": 129479, - "end": 129487, + "start": 131869, + "end": 131877, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 62 }, "end": { - "line": 2901, + "line": 2943, "column": 70 } } @@ -965745,15 +966232,15 @@ "binop": null, "updateContext": null }, - "start": 129487, - "end": 129488, + "start": 131877, + "end": 131878, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 70 }, "end": { - "line": 2901, + "line": 2943, "column": 71 } } @@ -965772,15 +966259,15 @@ "updateContext": null }, "value": 60, - "start": 129489, - "end": 129491, + "start": 131879, + "end": 131881, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 72 }, "end": { - "line": 2901, + "line": 2943, "column": 74 } } @@ -965797,15 +966284,15 @@ "postfix": false, "binop": null }, - "start": 129492, - "end": 129493, + "start": 131882, + "end": 131883, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 75 }, "end": { - "line": 2901, + "line": 2943, "column": 76 } } @@ -965823,15 +966310,15 @@ "binop": null, "updateContext": null }, - "start": 129493, - "end": 129494, + "start": 131883, + "end": 131884, "loc": { "start": { - "line": 2901, + "line": 2943, "column": 76 }, "end": { - "line": 2901, + "line": 2943, "column": 77 } } @@ -965849,15 +966336,15 @@ "binop": null }, "value": "second", - "start": 129511, - "end": 129517, + "start": 131901, + "end": 131907, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 16 }, "end": { - "line": 2902, + "line": 2944, "column": 22 } } @@ -965875,15 +966362,15 @@ "binop": null, "updateContext": null }, - "start": 129522, - "end": 129523, + "start": 131912, + "end": 131913, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 27 }, "end": { - "line": 2902, + "line": 2944, "column": 28 } } @@ -965900,15 +966387,15 @@ "postfix": false, "binop": null }, - "start": 129524, - "end": 129525, + "start": 131914, + "end": 131915, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 29 }, "end": { - "line": 2902, + "line": 2944, "column": 30 } } @@ -965926,15 +966413,15 @@ "binop": null }, "value": "lower", - "start": 129539, - "end": 129544, + "start": 131929, + "end": 131934, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 44 }, "end": { - "line": 2902, + "line": 2944, "column": 49 } } @@ -965952,15 +966439,15 @@ "binop": null, "updateContext": null }, - "start": 129544, - "end": 129545, + "start": 131934, + "end": 131935, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 49 }, "end": { - "line": 2902, + "line": 2944, "column": 50 } } @@ -965980,15 +966467,15 @@ "updateContext": null }, "value": "null", - "start": 129546, - "end": 129550, + "start": 131936, + "end": 131940, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 51 }, "end": { - "line": 2902, + "line": 2944, "column": 55 } } @@ -966006,15 +966493,15 @@ "binop": null, "updateContext": null }, - "start": 129550, - "end": 129551, + "start": 131940, + "end": 131941, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 55 }, "end": { - "line": 2902, + "line": 2944, "column": 56 } } @@ -966032,15 +966519,15 @@ "binop": null }, "value": "minGrids", - "start": 129557, - "end": 129565, + "start": 131947, + "end": 131955, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 62 }, "end": { - "line": 2902, + "line": 2944, "column": 70 } } @@ -966058,15 +966545,15 @@ "binop": null, "updateContext": null }, - "start": 129565, - "end": 129566, + "start": 131955, + "end": 131956, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 70 }, "end": { - "line": 2902, + "line": 2944, "column": 71 } } @@ -966085,15 +966572,15 @@ "updateContext": null }, "value": 60, - "start": 129567, - "end": 129569, + "start": 131957, + "end": 131959, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 72 }, "end": { - "line": 2902, + "line": 2944, "column": 74 } } @@ -966110,15 +966597,15 @@ "postfix": false, "binop": null }, - "start": 129570, - "end": 129571, + "start": 131960, + "end": 131961, "loc": { "start": { - "line": 2902, + "line": 2944, "column": 75 }, "end": { - "line": 2902, + "line": 2944, "column": 76 } } @@ -966135,15 +966622,15 @@ "postfix": false, "binop": null }, - "start": 129584, - "end": 129585, + "start": 131974, + "end": 131975, "loc": { "start": { - "line": 2903, + "line": 2945, "column": 12 }, "end": { - "line": 2903, + "line": 2945, "column": 13 } } @@ -966161,15 +966648,15 @@ "binop": null, "updateContext": null }, - "start": 129585, - "end": 129586, + "start": 131975, + "end": 131976, "loc": { "start": { - "line": 2903, + "line": 2945, "column": 13 }, "end": { - "line": 2903, + "line": 2945, "column": 14 } } @@ -966187,15 +966674,15 @@ "binop": null }, "value": "getZoomScale", - "start": 129599, - "end": 129611, + "start": 131989, + "end": 132001, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 12 }, "end": { - "line": 2904, + "line": 2946, "column": 24 } } @@ -966214,15 +966701,15 @@ "updateContext": null }, "value": "=", - "start": 129612, - "end": 129613, + "start": 132002, + "end": 132003, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 25 }, "end": { - "line": 2904, + "line": 2946, "column": 26 } } @@ -966239,15 +966726,15 @@ "postfix": false, "binop": null }, - "start": 129614, - "end": 129615, + "start": 132004, + "end": 132005, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 27 }, "end": { - "line": 2904, + "line": 2946, "column": 28 } } @@ -966265,15 +966752,15 @@ "binop": null }, "value": "ruler_item", - "start": 129616, - "end": 129626, + "start": 132006, + "end": 132016, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 29 }, "end": { - "line": 2904, + "line": 2946, "column": 39 } } @@ -966290,15 +966777,15 @@ "postfix": false, "binop": null }, - "start": 129627, - "end": 129628, + "start": 132017, + "end": 132018, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 40 }, "end": { - "line": 2904, + "line": 2946, "column": 41 } } @@ -966316,15 +966803,15 @@ "binop": null, "updateContext": null }, - "start": 129629, - "end": 129631, + "start": 132019, + "end": 132021, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 42 }, "end": { - "line": 2904, + "line": 2946, "column": 44 } } @@ -966341,15 +966828,15 @@ "postfix": false, "binop": null }, - "start": 129632, - "end": 129633, + "start": 132022, + "end": 132023, "loc": { "start": { - "line": 2904, + "line": 2946, "column": 45 }, "end": { - "line": 2904, + "line": 2946, "column": 46 } } @@ -966369,15 +966856,15 @@ "updateContext": null }, "value": "let", - "start": 129650, - "end": 129653, + "start": 132040, + "end": 132043, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 16 }, "end": { - "line": 2905, + "line": 2947, "column": 19 } } @@ -966395,15 +966882,15 @@ "binop": null, "updateContext": null }, - "start": 129654, - "end": 129655, + "start": 132044, + "end": 132045, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 20 }, "end": { - "line": 2905, + "line": 2947, "column": 21 } } @@ -966421,15 +966908,15 @@ "binop": null }, "value": "scale", - "start": 129656, - "end": 129661, + "start": 132046, + "end": 132051, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 22 }, "end": { - "line": 2905, + "line": 2947, "column": 27 } } @@ -966447,15 +966934,15 @@ "binop": null, "updateContext": null }, - "start": 129661, - "end": 129662, + "start": 132051, + "end": 132052, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 27 }, "end": { - "line": 2905, + "line": 2947, "column": 28 } } @@ -966473,15 +966960,15 @@ "binop": null }, "value": "date_seed", - "start": 129663, - "end": 129672, + "start": 132053, + "end": 132062, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 29 }, "end": { - "line": 2905, + "line": 2947, "column": 38 } } @@ -966499,15 +966986,15 @@ "binop": null, "updateContext": null }, - "start": 129673, - "end": 129674, + "start": 132063, + "end": 132064, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 39 }, "end": { - "line": 2905, + "line": 2947, "column": 40 } } @@ -966526,15 +967013,15 @@ "updateContext": null }, "value": "=", - "start": 129675, - "end": 129676, + "start": 132065, + "end": 132066, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 41 }, "end": { - "line": 2905, + "line": 2947, "column": 42 } } @@ -966552,15 +967039,15 @@ "binop": null }, "value": "ruler_item", - "start": 129677, - "end": 129687, + "start": 132067, + "end": 132077, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 43 }, "end": { - "line": 2905, + "line": 2947, "column": 53 } } @@ -966578,15 +967065,15 @@ "binop": null, "updateContext": null }, - "start": 129687, - "end": 129688, + "start": 132077, + "end": 132078, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 53 }, "end": { - "line": 2905, + "line": 2947, "column": 54 } } @@ -966604,15 +967091,15 @@ "binop": null }, "value": "split", - "start": 129688, - "end": 129693, + "start": 132078, + "end": 132083, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 54 }, "end": { - "line": 2905, + "line": 2947, "column": 59 } } @@ -966629,15 +967116,15 @@ "postfix": false, "binop": null }, - "start": 129693, - "end": 129694, + "start": 132083, + "end": 132084, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 59 }, "end": { - "line": 2905, + "line": 2947, "column": 60 } } @@ -966656,15 +967143,15 @@ "updateContext": null }, "value": "-", - "start": 129694, - "end": 129697, + "start": 132084, + "end": 132087, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 60 }, "end": { - "line": 2905, + "line": 2947, "column": 63 } } @@ -966681,15 +967168,15 @@ "postfix": false, "binop": null }, - "start": 129697, - "end": 129698, + "start": 132087, + "end": 132088, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 63 }, "end": { - "line": 2905, + "line": 2947, "column": 64 } } @@ -966707,15 +967194,15 @@ "binop": null, "updateContext": null }, - "start": 129698, - "end": 129699, + "start": 132088, + "end": 132089, "loc": { "start": { - "line": 2905, + "line": 2947, "column": 64 }, "end": { - "line": 2905, + "line": 2947, "column": 65 } } @@ -966733,15 +967220,15 @@ "binop": null }, "value": "min_grids", - "start": 129720, - "end": 129729, + "start": 132110, + "end": 132119, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 20 }, "end": { - "line": 2906, + "line": 2948, "column": 29 } } @@ -966760,15 +967247,15 @@ "updateContext": null }, "value": "=", - "start": 129741, - "end": 129742, + "start": 132131, + "end": 132132, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 41 }, "end": { - "line": 2906, + "line": 2948, "column": 42 } } @@ -966786,15 +967273,15 @@ "binop": null }, "value": "scaleMap", - "start": 129743, - "end": 129751, + "start": 132133, + "end": 132141, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 43 }, "end": { - "line": 2906, + "line": 2948, "column": 51 } } @@ -966812,15 +967299,15 @@ "binop": null, "updateContext": null }, - "start": 129751, - "end": 129752, + "start": 132141, + "end": 132142, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 51 }, "end": { - "line": 2906, + "line": 2948, "column": 52 } } @@ -966838,15 +967325,15 @@ "binop": null }, "value": "scale", - "start": 129752, - "end": 129757, + "start": 132142, + "end": 132147, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 52 }, "end": { - "line": 2906, + "line": 2948, "column": 57 } } @@ -966864,15 +967351,15 @@ "binop": null, "updateContext": null }, - "start": 129757, - "end": 129758, + "start": 132147, + "end": 132148, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 57 }, "end": { - "line": 2906, + "line": 2948, "column": 58 } } @@ -966890,15 +967377,15 @@ "binop": null, "updateContext": null }, - "start": 129758, - "end": 129759, + "start": 132148, + "end": 132149, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 58 }, "end": { - "line": 2906, + "line": 2948, "column": 59 } } @@ -966916,15 +967403,15 @@ "binop": null }, "value": "minGrids", - "start": 129759, - "end": 129767, + "start": 132149, + "end": 132157, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 59 }, "end": { - "line": 2906, + "line": 2948, "column": 67 } } @@ -966942,15 +967429,15 @@ "binop": null, "updateContext": null }, - "start": 129767, - "end": 129768, + "start": 132157, + "end": 132158, "loc": { "start": { - "line": 2906, + "line": 2948, "column": 67 }, "end": { - "line": 2906, + "line": 2948, "column": 68 } } @@ -966968,15 +967455,15 @@ "binop": null }, "value": "begin_date", - "start": 129789, - "end": 129799, + "start": 132179, + "end": 132189, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 20 }, "end": { - "line": 2907, + "line": 2949, "column": 30 } } @@ -966994,15 +967481,15 @@ "binop": null, "updateContext": null }, - "start": 129799, - "end": 129800, + "start": 132189, + "end": 132190, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 30 }, "end": { - "line": 2907, + "line": 2949, "column": 31 } } @@ -967020,15 +967507,15 @@ "binop": null }, "value": "end_date", - "start": 129801, - "end": 129809, + "start": 132191, + "end": 132199, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 32 }, "end": { - "line": 2907, + "line": 2949, "column": 40 } } @@ -967046,15 +967533,15 @@ "binop": null, "updateContext": null }, - "start": 129809, - "end": 129810, + "start": 132199, + "end": 132200, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 40 }, "end": { - "line": 2907, + "line": 2949, "column": 41 } } @@ -967072,15 +967559,15 @@ "binop": null }, "value": "base_year", - "start": 129811, - "end": 129820, + "start": 132201, + "end": 132210, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 42 }, "end": { - "line": 2907, + "line": 2949, "column": 51 } } @@ -967098,15 +967585,15 @@ "binop": null, "updateContext": null }, - "start": 129820, - "end": 129821, + "start": 132210, + "end": 132211, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 51 }, "end": { - "line": 2907, + "line": 2949, "column": 52 } } @@ -967124,15 +967611,15 @@ "binop": null }, "value": "base_month", - "start": 129822, - "end": 129832, + "start": 132212, + "end": 132222, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 53 }, "end": { - "line": 2907, + "line": 2949, "column": 63 } } @@ -967150,15 +967637,15 @@ "binop": null, "updateContext": null }, - "start": 129832, - "end": 129833, + "start": 132222, + "end": 132223, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 63 }, "end": { - "line": 2907, + "line": 2949, "column": 64 } } @@ -967176,15 +967663,15 @@ "binop": null }, "value": "week_num", - "start": 129834, - "end": 129842, + "start": 132224, + "end": 132232, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 65 }, "end": { - "line": 2907, + "line": 2949, "column": 73 } } @@ -967202,15 +967689,15 @@ "binop": null, "updateContext": null }, - "start": 129842, - "end": 129843, + "start": 132232, + "end": 132233, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 73 }, "end": { - "line": 2907, + "line": 2949, "column": 74 } } @@ -967228,15 +967715,15 @@ "binop": null }, "value": "base_day", - "start": 129844, - "end": 129852, + "start": 132234, + "end": 132242, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 75 }, "end": { - "line": 2907, + "line": 2949, "column": 83 } } @@ -967254,15 +967741,15 @@ "binop": null, "updateContext": null }, - "start": 129852, - "end": 129853, + "start": 132242, + "end": 132243, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 83 }, "end": { - "line": 2907, + "line": 2949, "column": 84 } } @@ -967280,15 +967767,15 @@ "binop": null }, "value": "is_remapping", - "start": 129854, - "end": 129866, + "start": 132244, + "end": 132256, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 85 }, "end": { - "line": 2907, + "line": 2949, "column": 97 } } @@ -967306,15 +967793,15 @@ "binop": null, "updateContext": null }, - "start": 129866, - "end": 129867, + "start": 132256, + "end": 132257, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 97 }, "end": { - "line": 2907, + "line": 2949, "column": 98 } } @@ -967332,15 +967819,15 @@ "binop": null }, "value": "_tmpDate", - "start": 129868, - "end": 129876, + "start": 132258, + "end": 132266, "loc": { "start": { - "line": 2907, + "line": 2949, "column": 99 }, "end": { - "line": 2907, + "line": 2949, "column": 107 } } @@ -967360,15 +967847,15 @@ "updateContext": null }, "value": "switch", - "start": 129910, - "end": 129916, + "start": 132300, + "end": 132306, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 16 }, "end": { - "line": 2909, + "line": 2951, "column": 22 } } @@ -967385,15 +967872,15 @@ "postfix": false, "binop": null }, - "start": 129917, - "end": 129918, + "start": 132307, + "end": 132308, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 23 }, "end": { - "line": 2909, + "line": 2951, "column": 24 } } @@ -967413,15 +967900,15 @@ "updateContext": null }, "value": "true", - "start": 129919, - "end": 129923, + "start": 132309, + "end": 132313, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 25 }, "end": { - "line": 2909, + "line": 2951, "column": 29 } } @@ -967438,15 +967925,15 @@ "postfix": false, "binop": null }, - "start": 129924, - "end": 129925, + "start": 132314, + "end": 132315, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 30 }, "end": { - "line": 2909, + "line": 2951, "column": 31 } } @@ -967463,15 +967950,15 @@ "postfix": false, "binop": null }, - "start": 129926, - "end": 129927, + "start": 132316, + "end": 132317, "loc": { "start": { - "line": 2909, + "line": 2951, "column": 32 }, "end": { - "line": 2909, + "line": 2951, "column": 33 } } @@ -967491,15 +967978,15 @@ "updateContext": null }, "value": "case", - "start": 129948, - "end": 129952, + "start": 132338, + "end": 132342, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 20 }, "end": { - "line": 2910, + "line": 2952, "column": 24 } } @@ -967521,15 +968008,15 @@ "pattern": "^millennium$", "flags": "i" }, - "start": 129953, - "end": 129968, + "start": 132343, + "end": 132358, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 25 }, "end": { - "line": 2910, + "line": 2952, "column": 40 } } @@ -967547,15 +968034,15 @@ "binop": null, "updateContext": null }, - "start": 129968, - "end": 129969, + "start": 132358, + "end": 132359, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 40 }, "end": { - "line": 2910, + "line": 2952, "column": 41 } } @@ -967573,15 +968060,15 @@ "binop": null }, "value": "test", - "start": 129969, - "end": 129973, + "start": 132359, + "end": 132363, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 41 }, "end": { - "line": 2910, + "line": 2952, "column": 45 } } @@ -967598,15 +968085,15 @@ "postfix": false, "binop": null }, - "start": 129973, - "end": 129974, + "start": 132363, + "end": 132364, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 45 }, "end": { - "line": 2910, + "line": 2952, "column": 46 } } @@ -967624,15 +968111,15 @@ "binop": null }, "value": "scale", - "start": 129975, - "end": 129980, + "start": 132365, + "end": 132370, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 47 }, "end": { - "line": 2910, + "line": 2952, "column": 52 } } @@ -967649,15 +968136,15 @@ "postfix": false, "binop": null }, - "start": 129981, - "end": 129982, + "start": 132371, + "end": 132372, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 53 }, "end": { - "line": 2910, + "line": 2952, "column": 54 } } @@ -967675,15 +968162,15 @@ "binop": null, "updateContext": null }, - "start": 129982, - "end": 129983, + "start": 132372, + "end": 132373, "loc": { "start": { - "line": 2910, + "line": 2952, "column": 54 }, "end": { - "line": 2910, + "line": 2952, "column": 55 } } @@ -967703,15 +968190,15 @@ "updateContext": null }, "value": "case", - "start": 130004, - "end": 130008, + "start": 132394, + "end": 132398, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 20 }, "end": { - "line": 2911, + "line": 2953, "column": 24 } } @@ -967733,15 +968220,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 130009, - "end": 130021, + "start": 132399, + "end": 132411, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 25 }, "end": { - "line": 2911, + "line": 2953, "column": 37 } } @@ -967759,15 +968246,15 @@ "binop": null, "updateContext": null }, - "start": 130021, - "end": 130022, + "start": 132411, + "end": 132412, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 37 }, "end": { - "line": 2911, + "line": 2953, "column": 38 } } @@ -967785,15 +968272,15 @@ "binop": null }, "value": "test", - "start": 130022, - "end": 130026, + "start": 132412, + "end": 132416, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 38 }, "end": { - "line": 2911, + "line": 2953, "column": 42 } } @@ -967810,15 +968297,15 @@ "postfix": false, "binop": null }, - "start": 130026, - "end": 130027, + "start": 132416, + "end": 132417, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 42 }, "end": { - "line": 2911, + "line": 2953, "column": 43 } } @@ -967836,15 +968323,15 @@ "binop": null }, "value": "scale", - "start": 130028, - "end": 130033, + "start": 132418, + "end": 132423, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 44 }, "end": { - "line": 2911, + "line": 2953, "column": 49 } } @@ -967861,15 +968348,15 @@ "postfix": false, "binop": null }, - "start": 130034, - "end": 130035, + "start": 132424, + "end": 132425, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 50 }, "end": { - "line": 2911, + "line": 2953, "column": 51 } } @@ -967887,15 +968374,15 @@ "binop": null, "updateContext": null }, - "start": 130035, - "end": 130036, + "start": 132425, + "end": 132426, "loc": { "start": { - "line": 2911, + "line": 2953, "column": 51 }, "end": { - "line": 2911, + "line": 2953, "column": 52 } } @@ -967915,15 +968402,15 @@ "updateContext": null }, "value": "case", - "start": 130057, - "end": 130061, + "start": 132447, + "end": 132451, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 20 }, "end": { - "line": 2912, + "line": 2954, "column": 24 } } @@ -967945,15 +968432,15 @@ "pattern": "^decade$", "flags": "i" }, - "start": 130062, - "end": 130073, + "start": 132452, + "end": 132463, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 25 }, "end": { - "line": 2912, + "line": 2954, "column": 36 } } @@ -967971,15 +968458,15 @@ "binop": null, "updateContext": null }, - "start": 130073, - "end": 130074, + "start": 132463, + "end": 132464, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 36 }, "end": { - "line": 2912, + "line": 2954, "column": 37 } } @@ -967997,15 +968484,15 @@ "binop": null }, "value": "test", - "start": 130074, - "end": 130078, + "start": 132464, + "end": 132468, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 37 }, "end": { - "line": 2912, + "line": 2954, "column": 41 } } @@ -968022,15 +968509,15 @@ "postfix": false, "binop": null }, - "start": 130078, - "end": 130079, + "start": 132468, + "end": 132469, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 41 }, "end": { - "line": 2912, + "line": 2954, "column": 42 } } @@ -968048,15 +968535,15 @@ "binop": null }, "value": "scale", - "start": 130080, - "end": 130085, + "start": 132470, + "end": 132475, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 43 }, "end": { - "line": 2912, + "line": 2954, "column": 48 } } @@ -968073,15 +968560,15 @@ "postfix": false, "binop": null }, - "start": 130086, - "end": 130087, + "start": 132476, + "end": 132477, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 49 }, "end": { - "line": 2912, + "line": 2954, "column": 50 } } @@ -968099,15 +968586,15 @@ "binop": null, "updateContext": null }, - "start": 130087, - "end": 130088, + "start": 132477, + "end": 132478, "loc": { "start": { - "line": 2912, + "line": 2954, "column": 50 }, "end": { - "line": 2912, + "line": 2954, "column": 51 } } @@ -968127,15 +968614,15 @@ "updateContext": null }, "value": "case", - "start": 130109, - "end": 130113, + "start": 132499, + "end": 132503, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 20 }, "end": { - "line": 2913, + "line": 2955, "column": 24 } } @@ -968157,15 +968644,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 130114, - "end": 130126, + "start": 132504, + "end": 132516, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 25 }, "end": { - "line": 2913, + "line": 2955, "column": 37 } } @@ -968183,15 +968670,15 @@ "binop": null, "updateContext": null }, - "start": 130126, - "end": 130127, + "start": 132516, + "end": 132517, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 37 }, "end": { - "line": 2913, + "line": 2955, "column": 38 } } @@ -968209,15 +968696,15 @@ "binop": null }, "value": "test", - "start": 130127, - "end": 130131, + "start": 132517, + "end": 132521, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 38 }, "end": { - "line": 2913, + "line": 2955, "column": 42 } } @@ -968234,15 +968721,15 @@ "postfix": false, "binop": null }, - "start": 130131, - "end": 130132, + "start": 132521, + "end": 132522, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 42 }, "end": { - "line": 2913, + "line": 2955, "column": 43 } } @@ -968260,15 +968747,15 @@ "binop": null }, "value": "scale", - "start": 130133, - "end": 130138, + "start": 132523, + "end": 132528, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 44 }, "end": { - "line": 2913, + "line": 2955, "column": 49 } } @@ -968285,15 +968772,15 @@ "postfix": false, "binop": null }, - "start": 130139, - "end": 130140, + "start": 132529, + "end": 132530, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 50 }, "end": { - "line": 2913, + "line": 2955, "column": 51 } } @@ -968311,15 +968798,15 @@ "binop": null, "updateContext": null }, - "start": 130140, - "end": 130141, + "start": 132530, + "end": 132531, "loc": { "start": { - "line": 2913, + "line": 2955, "column": 51 }, "end": { - "line": 2913, + "line": 2955, "column": 52 } } @@ -968337,15 +968824,15 @@ "binop": null }, "value": "begin_date", - "start": 130166, - "end": 130176, + "start": 132556, + "end": 132566, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 24 }, "end": { - "line": 2914, + "line": 2956, "column": 34 } } @@ -968364,15 +968851,15 @@ "updateContext": null }, "value": "=", - "start": 130177, - "end": 130178, + "start": 132567, + "end": 132568, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 35 }, "end": { - "line": 2914, + "line": 2956, "column": 36 } } @@ -968389,15 +968876,15 @@ "postfix": false, "binop": null }, - "start": 130179, - "end": 130180, + "start": 132569, + "end": 132570, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 37 }, "end": { - "line": 2914, + "line": 2956, "column": 38 } } @@ -968416,15 +968903,15 @@ "updateContext": null }, "value": "", - "start": 130180, - "end": 130180, + "start": 132570, + "end": 132570, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 38 }, "end": { - "line": 2914, + "line": 2956, "column": 38 } } @@ -968441,15 +968928,15 @@ "postfix": false, "binop": null }, - "start": 130180, - "end": 130182, + "start": 132570, + "end": 132572, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 38 }, "end": { - "line": 2914, + "line": 2956, "column": 40 } } @@ -968466,15 +968953,15 @@ "postfix": false, "binop": null }, - "start": 130182, - "end": 130183, + "start": 132572, + "end": 132573, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 40 }, "end": { - "line": 2914, + "line": 2956, "column": 41 } } @@ -968491,15 +968978,15 @@ "postfix": false, "binop": null }, - "start": 130184, - "end": 130185, + "start": 132574, + "end": 132575, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 42 }, "end": { - "line": 2914, + "line": 2956, "column": 43 } } @@ -968517,15 +969004,15 @@ "binop": null }, "value": "date_seed", - "start": 130186, - "end": 130195, + "start": 132576, + "end": 132585, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 44 }, "end": { - "line": 2914, + "line": 2956, "column": 53 } } @@ -968544,15 +969031,15 @@ "updateContext": null }, "value": "-", - "start": 130196, - "end": 130197, + "start": 132586, + "end": 132587, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 54 }, "end": { - "line": 2914, + "line": 2956, "column": 55 } } @@ -968571,15 +969058,15 @@ "updateContext": null }, "value": 1, - "start": 130198, - "end": 130199, + "start": 132588, + "end": 132589, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 56 }, "end": { - "line": 2914, + "line": 2956, "column": 57 } } @@ -968596,15 +969083,15 @@ "postfix": false, "binop": null }, - "start": 130200, - "end": 130201, + "start": 132590, + "end": 132591, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 58 }, "end": { - "line": 2914, + "line": 2956, "column": 59 } } @@ -968623,15 +969110,15 @@ "updateContext": null }, "value": "*", - "start": 130202, - "end": 130203, + "start": 132592, + "end": 132593, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 60 }, "end": { - "line": 2914, + "line": 2956, "column": 61 } } @@ -968649,15 +969136,15 @@ "binop": null }, "value": "scaleMap", - "start": 130204, - "end": 130212, + "start": 132594, + "end": 132602, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 62 }, "end": { - "line": 2914, + "line": 2956, "column": 70 } } @@ -968675,15 +969162,15 @@ "binop": null, "updateContext": null }, - "start": 130212, - "end": 130213, + "start": 132602, + "end": 132603, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 70 }, "end": { - "line": 2914, + "line": 2956, "column": 71 } } @@ -968701,15 +969188,15 @@ "binop": null }, "value": "scale", - "start": 130213, - "end": 130218, + "start": 132603, + "end": 132608, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 71 }, "end": { - "line": 2914, + "line": 2956, "column": 76 } } @@ -968727,15 +969214,15 @@ "binop": null, "updateContext": null }, - "start": 130218, - "end": 130219, + "start": 132608, + "end": 132609, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 76 }, "end": { - "line": 2914, + "line": 2956, "column": 77 } } @@ -968753,15 +969240,15 @@ "binop": null, "updateContext": null }, - "start": 130219, - "end": 130220, + "start": 132609, + "end": 132610, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 77 }, "end": { - "line": 2914, + "line": 2956, "column": 78 } } @@ -968779,15 +969266,15 @@ "binop": null }, "value": "years", - "start": 130220, - "end": 130225, + "start": 132610, + "end": 132615, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 78 }, "end": { - "line": 2914, + "line": 2956, "column": 83 } } @@ -968804,15 +969291,15 @@ "postfix": false, "binop": null }, - "start": 130226, - "end": 130227, + "start": 132616, + "end": 132617, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 84 }, "end": { - "line": 2914, + "line": 2956, "column": 85 } } @@ -968831,15 +969318,15 @@ "updateContext": null }, "value": "+", - "start": 130228, - "end": 130229, + "start": 132618, + "end": 132619, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 86 }, "end": { - "line": 2914, + "line": 2956, "column": 87 } } @@ -968858,15 +969345,15 @@ "updateContext": null }, "value": 1, - "start": 130230, - "end": 130231, + "start": 132620, + "end": 132621, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 88 }, "end": { - "line": 2914, + "line": 2956, "column": 89 } } @@ -968883,15 +969370,15 @@ "postfix": false, "binop": null }, - "start": 130231, - "end": 130232, + "start": 132621, + "end": 132622, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 89 }, "end": { - "line": 2914, + "line": 2956, "column": 90 } } @@ -968910,15 +969397,15 @@ "updateContext": null }, "value": "/1/1", - "start": 130232, - "end": 130236, + "start": 132622, + "end": 132626, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 90 }, "end": { - "line": 2914, + "line": 2956, "column": 94 } } @@ -968935,15 +969422,15 @@ "postfix": false, "binop": null }, - "start": 130236, - "end": 130237, + "start": 132626, + "end": 132627, "loc": { "start": { - "line": 2914, + "line": 2956, "column": 94 }, "end": { - "line": 2914, + "line": 2956, "column": 95 } } @@ -968961,15 +969448,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130262, - "end": 130270, + "start": 132652, + "end": 132660, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 24 }, "end": { - "line": 2915, + "line": 2957, "column": 32 } } @@ -968988,15 +969475,15 @@ "updateContext": null }, "value": "=", - "start": 130273, - "end": 130274, + "start": 132663, + "end": 132664, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 35 }, "end": { - "line": 2915, + "line": 2957, "column": 36 } } @@ -969016,15 +969503,15 @@ "updateContext": null }, "value": "new", - "start": 130275, - "end": 130278, + "start": 132665, + "end": 132668, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 37 }, "end": { - "line": 2915, + "line": 2957, "column": 40 } } @@ -969042,15 +969529,15 @@ "binop": null }, "value": "Date", - "start": 130279, - "end": 130283, + "start": 132669, + "end": 132673, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 41 }, "end": { - "line": 2915, + "line": 2957, "column": 45 } } @@ -969067,15 +969554,15 @@ "postfix": false, "binop": null }, - "start": 130283, - "end": 130284, + "start": 132673, + "end": 132674, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 45 }, "end": { - "line": 2915, + "line": 2957, "column": 46 } } @@ -969093,15 +969580,15 @@ "binop": null }, "value": "begin_date", - "start": 130285, - "end": 130295, + "start": 132675, + "end": 132685, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 47 }, "end": { - "line": 2915, + "line": 2957, "column": 57 } } @@ -969119,15 +969606,15 @@ "binop": null, "updateContext": null }, - "start": 130295, - "end": 130296, + "start": 132685, + "end": 132686, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 57 }, "end": { - "line": 2915, + "line": 2957, "column": 58 } } @@ -969146,15 +969633,15 @@ "updateContext": null }, "value": 0, - "start": 130297, - "end": 130298, + "start": 132687, + "end": 132688, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 59 }, "end": { - "line": 2915, + "line": 2957, "column": 60 } } @@ -969172,15 +969659,15 @@ "binop": null, "updateContext": null }, - "start": 130298, - "end": 130299, + "start": 132688, + "end": 132689, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 60 }, "end": { - "line": 2915, + "line": 2957, "column": 61 } } @@ -969199,15 +969686,15 @@ "updateContext": null }, "value": 1, - "start": 130300, - "end": 130301, + "start": 132690, + "end": 132691, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 62 }, "end": { - "line": 2915, + "line": 2957, "column": 63 } } @@ -969224,15 +969711,15 @@ "postfix": false, "binop": null }, - "start": 130302, - "end": 130303, + "start": 132692, + "end": 132693, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 64 }, "end": { - "line": 2915, + "line": 2957, "column": 65 } } @@ -969250,15 +969737,15 @@ "binop": null, "updateContext": null }, - "start": 130303, - "end": 130304, + "start": 132693, + "end": 132694, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 65 }, "end": { - "line": 2915, + "line": 2957, "column": 66 } } @@ -969276,15 +969763,15 @@ "binop": null }, "value": "setFullYear", - "start": 130304, - "end": 130315, + "start": 132694, + "end": 132705, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 66 }, "end": { - "line": 2915, + "line": 2957, "column": 77 } } @@ -969301,15 +969788,15 @@ "postfix": false, "binop": null }, - "start": 130315, - "end": 130316, + "start": 132705, + "end": 132706, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 77 }, "end": { - "line": 2915, + "line": 2957, "column": 78 } } @@ -969327,15 +969814,15 @@ "binop": null }, "value": "date_seed", - "start": 130317, - "end": 130326, + "start": 132707, + "end": 132716, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 79 }, "end": { - "line": 2915, + "line": 2957, "column": 88 } } @@ -969354,15 +969841,15 @@ "updateContext": null }, "value": "*", - "start": 130327, - "end": 130328, + "start": 132717, + "end": 132718, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 89 }, "end": { - "line": 2915, + "line": 2957, "column": 90 } } @@ -969380,15 +969867,15 @@ "binop": null }, "value": "scaleMap", - "start": 130329, - "end": 130337, + "start": 132719, + "end": 132727, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 91 }, "end": { - "line": 2915, + "line": 2957, "column": 99 } } @@ -969406,15 +969893,15 @@ "binop": null, "updateContext": null }, - "start": 130337, - "end": 130338, + "start": 132727, + "end": 132728, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 99 }, "end": { - "line": 2915, + "line": 2957, "column": 100 } } @@ -969432,15 +969919,15 @@ "binop": null }, "value": "scale", - "start": 130338, - "end": 130343, + "start": 132728, + "end": 132733, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 100 }, "end": { - "line": 2915, + "line": 2957, "column": 105 } } @@ -969458,15 +969945,15 @@ "binop": null, "updateContext": null }, - "start": 130343, - "end": 130344, + "start": 132733, + "end": 132734, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 105 }, "end": { - "line": 2915, + "line": 2957, "column": 106 } } @@ -969484,15 +969971,15 @@ "binop": null, "updateContext": null }, - "start": 130344, - "end": 130345, + "start": 132734, + "end": 132735, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 106 }, "end": { - "line": 2915, + "line": 2957, "column": 107 } } @@ -969510,15 +969997,15 @@ "binop": null }, "value": "years", - "start": 130345, - "end": 130350, + "start": 132735, + "end": 132740, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 107 }, "end": { - "line": 2915, + "line": 2957, "column": 112 } } @@ -969537,15 +970024,15 @@ "updateContext": null }, "value": "+", - "start": 130351, - "end": 130352, + "start": 132741, + "end": 132742, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 113 }, "end": { - "line": 2915, + "line": 2957, "column": 114 } } @@ -969564,15 +970051,15 @@ "updateContext": null }, "value": 1, - "start": 130353, - "end": 130354, + "start": 132743, + "end": 132744, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 115 }, "end": { - "line": 2915, + "line": 2957, "column": 116 } } @@ -969589,15 +970076,15 @@ "postfix": false, "binop": null }, - "start": 130355, - "end": 130356, + "start": 132745, + "end": 132746, "loc": { "start": { - "line": 2915, + "line": 2957, "column": 117 }, "end": { - "line": 2915, + "line": 2957, "column": 118 } } @@ -969615,15 +970102,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130381, - "end": 130389, + "start": 132771, + "end": 132779, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 24 }, "end": { - "line": 2916, + "line": 2958, "column": 32 } } @@ -969642,15 +970129,15 @@ "updateContext": null }, "value": "=", - "start": 130392, - "end": 130393, + "start": 132782, + "end": 132783, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 35 }, "end": { - "line": 2916, + "line": 2958, "column": 36 } } @@ -969670,15 +970157,15 @@ "updateContext": null }, "value": "new", - "start": 130394, - "end": 130397, + "start": 132784, + "end": 132787, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 37 }, "end": { - "line": 2916, + "line": 2958, "column": 40 } } @@ -969696,15 +970183,15 @@ "binop": null }, "value": "Date", - "start": 130398, - "end": 130402, + "start": 132788, + "end": 132792, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 41 }, "end": { - "line": 2916, + "line": 2958, "column": 45 } } @@ -969721,15 +970208,15 @@ "postfix": false, "binop": null }, - "start": 130402, - "end": 130403, + "start": 132792, + "end": 132793, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 45 }, "end": { - "line": 2916, + "line": 2958, "column": 46 } } @@ -969747,15 +970234,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130404, - "end": 130412, + "start": 132794, + "end": 132802, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 47 }, "end": { - "line": 2916, + "line": 2958, "column": 55 } } @@ -969774,15 +970261,15 @@ "updateContext": null }, "value": "-", - "start": 130413, - "end": 130414, + "start": 132803, + "end": 132804, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 56 }, "end": { - "line": 2916, + "line": 2958, "column": 57 } } @@ -969801,15 +970288,15 @@ "updateContext": null }, "value": 1, - "start": 130415, - "end": 130416, + "start": 132805, + "end": 132806, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 58 }, "end": { - "line": 2916, + "line": 2958, "column": 59 } } @@ -969826,15 +970313,15 @@ "postfix": false, "binop": null }, - "start": 130417, - "end": 130418, + "start": 132807, + "end": 132808, "loc": { "start": { - "line": 2916, + "line": 2958, "column": 60 }, "end": { - "line": 2916, + "line": 2958, "column": 61 } } @@ -969852,15 +970339,15 @@ "binop": null }, "value": "end_date", - "start": 130443, - "end": 130451, + "start": 132833, + "end": 132841, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 24 }, "end": { - "line": 2917, + "line": 2959, "column": 32 } } @@ -969879,15 +970366,15 @@ "updateContext": null }, "value": "=", - "start": 130454, - "end": 130455, + "start": 132844, + "end": 132845, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 35 }, "end": { - "line": 2917, + "line": 2959, "column": 36 } } @@ -969904,15 +970391,15 @@ "postfix": false, "binop": null }, - "start": 130456, - "end": 130457, + "start": 132846, + "end": 132847, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 37 }, "end": { - "line": 2917, + "line": 2959, "column": 38 } } @@ -969931,15 +970418,15 @@ "updateContext": null }, "value": "", - "start": 130457, - "end": 130457, + "start": 132847, + "end": 132847, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 38 }, "end": { - "line": 2917, + "line": 2959, "column": 38 } } @@ -969956,15 +970443,15 @@ "postfix": false, "binop": null }, - "start": 130457, - "end": 130459, + "start": 132847, + "end": 132849, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 38 }, "end": { - "line": 2917, + "line": 2959, "column": 40 } } @@ -969982,15 +970469,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130459, - "end": 130467, + "start": 132849, + "end": 132857, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 40 }, "end": { - "line": 2917, + "line": 2959, "column": 48 } } @@ -970008,15 +970495,15 @@ "binop": null, "updateContext": null }, - "start": 130467, - "end": 130468, + "start": 132857, + "end": 132858, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 48 }, "end": { - "line": 2917, + "line": 2959, "column": 49 } } @@ -970034,15 +970521,15 @@ "binop": null }, "value": "getFullYear", - "start": 130468, - "end": 130479, + "start": 132858, + "end": 132869, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 49 }, "end": { - "line": 2917, + "line": 2959, "column": 60 } } @@ -970059,15 +970546,15 @@ "postfix": false, "binop": null }, - "start": 130479, - "end": 130480, + "start": 132869, + "end": 132870, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 60 }, "end": { - "line": 2917, + "line": 2959, "column": 61 } } @@ -970084,15 +970571,15 @@ "postfix": false, "binop": null }, - "start": 130480, - "end": 130481, + "start": 132870, + "end": 132871, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 61 }, "end": { - "line": 2917, + "line": 2959, "column": 62 } } @@ -970109,15 +970596,15 @@ "postfix": false, "binop": null }, - "start": 130481, - "end": 130482, + "start": 132871, + "end": 132872, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 62 }, "end": { - "line": 2917, + "line": 2959, "column": 63 } } @@ -970136,15 +970623,15 @@ "updateContext": null }, "value": "/", - "start": 130482, - "end": 130483, + "start": 132872, + "end": 132873, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 63 }, "end": { - "line": 2917, + "line": 2959, "column": 64 } } @@ -970161,15 +970648,15 @@ "postfix": false, "binop": null }, - "start": 130483, - "end": 130485, + "start": 132873, + "end": 132875, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 64 }, "end": { - "line": 2917, + "line": 2959, "column": 66 } } @@ -970187,15 +970674,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130485, - "end": 130493, + "start": 132875, + "end": 132883, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 66 }, "end": { - "line": 2917, + "line": 2959, "column": 74 } } @@ -970213,15 +970700,15 @@ "binop": null, "updateContext": null }, - "start": 130493, - "end": 130494, + "start": 132883, + "end": 132884, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 74 }, "end": { - "line": 2917, + "line": 2959, "column": 75 } } @@ -970239,15 +970726,15 @@ "binop": null }, "value": "getMonth", - "start": 130494, - "end": 130502, + "start": 132884, + "end": 132892, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 75 }, "end": { - "line": 2917, + "line": 2959, "column": 83 } } @@ -970264,15 +970751,15 @@ "postfix": false, "binop": null }, - "start": 130502, - "end": 130503, + "start": 132892, + "end": 132893, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 83 }, "end": { - "line": 2917, + "line": 2959, "column": 84 } } @@ -970289,15 +970776,15 @@ "postfix": false, "binop": null }, - "start": 130503, - "end": 130504, + "start": 132893, + "end": 132894, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 84 }, "end": { - "line": 2917, + "line": 2959, "column": 85 } } @@ -970316,15 +970803,15 @@ "updateContext": null }, "value": "+", - "start": 130504, - "end": 130505, + "start": 132894, + "end": 132895, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 85 }, "end": { - "line": 2917, + "line": 2959, "column": 86 } } @@ -970343,15 +970830,15 @@ "updateContext": null }, "value": 1, - "start": 130505, - "end": 130506, + "start": 132895, + "end": 132896, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 86 }, "end": { - "line": 2917, + "line": 2959, "column": 87 } } @@ -970368,15 +970855,15 @@ "postfix": false, "binop": null }, - "start": 130506, - "end": 130507, + "start": 132896, + "end": 132897, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 87 }, "end": { - "line": 2917, + "line": 2959, "column": 88 } } @@ -970395,15 +970882,15 @@ "updateContext": null }, "value": "/", - "start": 130507, - "end": 130508, + "start": 132897, + "end": 132898, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 88 }, "end": { - "line": 2917, + "line": 2959, "column": 89 } } @@ -970420,15 +970907,15 @@ "postfix": false, "binop": null }, - "start": 130508, - "end": 130510, + "start": 132898, + "end": 132900, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 89 }, "end": { - "line": 2917, + "line": 2959, "column": 91 } } @@ -970446,15 +970933,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130510, - "end": 130518, + "start": 132900, + "end": 132908, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 91 }, "end": { - "line": 2917, + "line": 2959, "column": 99 } } @@ -970472,15 +970959,15 @@ "binop": null, "updateContext": null }, - "start": 130518, - "end": 130519, + "start": 132908, + "end": 132909, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 99 }, "end": { - "line": 2917, + "line": 2959, "column": 100 } } @@ -970498,15 +970985,15 @@ "binop": null }, "value": "getDate", - "start": 130519, - "end": 130526, + "start": 132909, + "end": 132916, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 100 }, "end": { - "line": 2917, + "line": 2959, "column": 107 } } @@ -970523,15 +971010,15 @@ "postfix": false, "binop": null }, - "start": 130526, - "end": 130527, + "start": 132916, + "end": 132917, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 107 }, "end": { - "line": 2917, + "line": 2959, "column": 108 } } @@ -970548,15 +971035,15 @@ "postfix": false, "binop": null }, - "start": 130527, - "end": 130528, + "start": 132917, + "end": 132918, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 108 }, "end": { - "line": 2917, + "line": 2959, "column": 109 } } @@ -970573,15 +971060,15 @@ "postfix": false, "binop": null }, - "start": 130528, - "end": 130529, + "start": 132918, + "end": 132919, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 109 }, "end": { - "line": 2917, + "line": 2959, "column": 110 } } @@ -970600,15 +971087,15 @@ "updateContext": null }, "value": " 23:59:59", - "start": 130529, - "end": 130538, + "start": 132919, + "end": 132928, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 110 }, "end": { - "line": 2917, + "line": 2959, "column": 119 } } @@ -970625,15 +971112,15 @@ "postfix": false, "binop": null }, - "start": 130538, - "end": 130539, + "start": 132928, + "end": 132929, "loc": { "start": { - "line": 2917, + "line": 2959, "column": 119 }, "end": { - "line": 2917, + "line": 2959, "column": 120 } } @@ -970653,15 +971140,15 @@ "updateContext": null }, "value": "break", - "start": 130564, - "end": 130569, + "start": 132954, + "end": 132959, "loc": { "start": { - "line": 2918, + "line": 2960, "column": 24 }, "end": { - "line": 2918, + "line": 2960, "column": 29 } } @@ -970681,15 +971168,15 @@ "updateContext": null }, "value": "case", - "start": 130590, - "end": 130594, + "start": 132980, + "end": 132984, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 20 }, "end": { - "line": 2919, + "line": 2961, "column": 24 } } @@ -970711,15 +971198,15 @@ "pattern": "^year$", "flags": "i" }, - "start": 130595, - "end": 130604, + "start": 132985, + "end": 132994, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 25 }, "end": { - "line": 2919, + "line": 2961, "column": 34 } } @@ -970737,15 +971224,15 @@ "binop": null, "updateContext": null }, - "start": 130604, - "end": 130605, + "start": 132994, + "end": 132995, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 34 }, "end": { - "line": 2919, + "line": 2961, "column": 35 } } @@ -970763,15 +971250,15 @@ "binop": null }, "value": "test", - "start": 130605, - "end": 130609, + "start": 132995, + "end": 132999, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 35 }, "end": { - "line": 2919, + "line": 2961, "column": 39 } } @@ -970788,15 +971275,15 @@ "postfix": false, "binop": null }, - "start": 130609, - "end": 130610, + "start": 132999, + "end": 133000, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 39 }, "end": { - "line": 2919, + "line": 2961, "column": 40 } } @@ -970814,15 +971301,15 @@ "binop": null }, "value": "scale", - "start": 130611, - "end": 130616, + "start": 133001, + "end": 133006, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 41 }, "end": { - "line": 2919, + "line": 2961, "column": 46 } } @@ -970839,15 +971326,15 @@ "postfix": false, "binop": null }, - "start": 130617, - "end": 130618, + "start": 133007, + "end": 133008, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 47 }, "end": { - "line": 2919, + "line": 2961, "column": 48 } } @@ -970865,15 +971352,15 @@ "binop": null, "updateContext": null }, - "start": 130618, - "end": 130619, + "start": 133008, + "end": 133009, "loc": { "start": { - "line": 2919, + "line": 2961, "column": 48 }, "end": { - "line": 2919, + "line": 2961, "column": 49 } } @@ -970891,15 +971378,15 @@ "binop": null }, "value": "begin_date", - "start": 130644, - "end": 130654, + "start": 133034, + "end": 133044, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 24 }, "end": { - "line": 2920, + "line": 2962, "column": 34 } } @@ -970918,15 +971405,15 @@ "updateContext": null }, "value": "=", - "start": 130655, - "end": 130656, + "start": 133045, + "end": 133046, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 35 }, "end": { - "line": 2920, + "line": 2962, "column": 36 } } @@ -970943,15 +971430,15 @@ "postfix": false, "binop": null }, - "start": 130657, - "end": 130658, + "start": 133047, + "end": 133048, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 37 }, "end": { - "line": 2920, + "line": 2962, "column": 38 } } @@ -970970,15 +971457,15 @@ "updateContext": null }, "value": "", - "start": 130658, - "end": 130658, + "start": 133048, + "end": 133048, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 38 }, "end": { - "line": 2920, + "line": 2962, "column": 38 } } @@ -970995,15 +971482,15 @@ "postfix": false, "binop": null }, - "start": 130658, - "end": 130660, + "start": 133048, + "end": 133050, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 38 }, "end": { - "line": 2920, + "line": 2962, "column": 40 } } @@ -971021,15 +971508,15 @@ "binop": null }, "value": "date_seed", - "start": 130660, - "end": 130669, + "start": 133050, + "end": 133059, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 40 }, "end": { - "line": 2920, + "line": 2962, "column": 49 } } @@ -971046,15 +971533,15 @@ "postfix": false, "binop": null }, - "start": 130669, - "end": 130670, + "start": 133059, + "end": 133060, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 49 }, "end": { - "line": 2920, + "line": 2962, "column": 50 } } @@ -971073,15 +971560,15 @@ "updateContext": null }, "value": "/1/1", - "start": 130670, - "end": 130674, + "start": 133060, + "end": 133064, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 50 }, "end": { - "line": 2920, + "line": 2962, "column": 54 } } @@ -971098,15 +971585,15 @@ "postfix": false, "binop": null }, - "start": 130674, - "end": 130675, + "start": 133064, + "end": 133065, "loc": { "start": { - "line": 2920, + "line": 2962, "column": 54 }, "end": { - "line": 2920, + "line": 2962, "column": 55 } } @@ -971124,15 +971611,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130700, - "end": 130708, + "start": 133090, + "end": 133098, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 24 }, "end": { - "line": 2921, + "line": 2963, "column": 32 } } @@ -971151,15 +971638,15 @@ "updateContext": null }, "value": "=", - "start": 130711, - "end": 130712, + "start": 133101, + "end": 133102, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 35 }, "end": { - "line": 2921, + "line": 2963, "column": 36 } } @@ -971179,15 +971666,15 @@ "updateContext": null }, "value": "new", - "start": 130713, - "end": 130716, + "start": 133103, + "end": 133106, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 37 }, "end": { - "line": 2921, + "line": 2963, "column": 40 } } @@ -971205,15 +971692,15 @@ "binop": null }, "value": "Date", - "start": 130717, - "end": 130721, + "start": 133107, + "end": 133111, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 41 }, "end": { - "line": 2921, + "line": 2963, "column": 45 } } @@ -971230,15 +971717,15 @@ "postfix": false, "binop": null }, - "start": 130721, - "end": 130722, + "start": 133111, + "end": 133112, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 45 }, "end": { - "line": 2921, + "line": 2963, "column": 46 } } @@ -971256,15 +971743,15 @@ "binop": null }, "value": "date_seed", - "start": 130723, - "end": 130732, + "start": 133113, + "end": 133122, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 47 }, "end": { - "line": 2921, + "line": 2963, "column": 56 } } @@ -971282,15 +971769,15 @@ "binop": null, "updateContext": null }, - "start": 130732, - "end": 130733, + "start": 133122, + "end": 133123, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 56 }, "end": { - "line": 2921, + "line": 2963, "column": 57 } } @@ -971309,15 +971796,15 @@ "updateContext": null }, "value": 0, - "start": 130734, - "end": 130735, + "start": 133124, + "end": 133125, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 58 }, "end": { - "line": 2921, + "line": 2963, "column": 59 } } @@ -971335,15 +971822,15 @@ "binop": null, "updateContext": null }, - "start": 130735, - "end": 130736, + "start": 133125, + "end": 133126, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 59 }, "end": { - "line": 2921, + "line": 2963, "column": 60 } } @@ -971362,15 +971849,15 @@ "updateContext": null }, "value": 1, - "start": 130737, - "end": 130738, + "start": 133127, + "end": 133128, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 61 }, "end": { - "line": 2921, + "line": 2963, "column": 62 } } @@ -971387,15 +971874,15 @@ "postfix": false, "binop": null }, - "start": 130739, - "end": 130740, + "start": 133129, + "end": 133130, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 63 }, "end": { - "line": 2921, + "line": 2963, "column": 64 } } @@ -971413,15 +971900,15 @@ "binop": null, "updateContext": null }, - "start": 130740, - "end": 130741, + "start": 133130, + "end": 133131, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 64 }, "end": { - "line": 2921, + "line": 2963, "column": 65 } } @@ -971439,15 +971926,15 @@ "binop": null }, "value": "setFullYear", - "start": 130741, - "end": 130752, + "start": 133131, + "end": 133142, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 65 }, "end": { - "line": 2921, + "line": 2963, "column": 76 } } @@ -971464,15 +971951,15 @@ "postfix": false, "binop": null }, - "start": 130752, - "end": 130753, + "start": 133142, + "end": 133143, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 76 }, "end": { - "line": 2921, + "line": 2963, "column": 77 } } @@ -971490,15 +971977,15 @@ "binop": null }, "value": "parseInt", - "start": 130754, - "end": 130762, + "start": 133144, + "end": 133152, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 78 }, "end": { - "line": 2921, + "line": 2963, "column": 86 } } @@ -971515,15 +972002,15 @@ "postfix": false, "binop": null }, - "start": 130762, - "end": 130763, + "start": 133152, + "end": 133153, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 86 }, "end": { - "line": 2921, + "line": 2963, "column": 87 } } @@ -971541,15 +972028,15 @@ "binop": null }, "value": "date_seed", - "start": 130764, - "end": 130773, + "start": 133154, + "end": 133163, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 88 }, "end": { - "line": 2921, + "line": 2963, "column": 97 } } @@ -971567,15 +972054,15 @@ "binop": null, "updateContext": null }, - "start": 130773, - "end": 130774, + "start": 133163, + "end": 133164, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 97 }, "end": { - "line": 2921, + "line": 2963, "column": 98 } } @@ -971594,15 +972081,15 @@ "updateContext": null }, "value": 10, - "start": 130775, - "end": 130777, + "start": 133165, + "end": 133167, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 99 }, "end": { - "line": 2921, + "line": 2963, "column": 101 } } @@ -971619,15 +972106,15 @@ "postfix": false, "binop": null }, - "start": 130778, - "end": 130779, + "start": 133168, + "end": 133169, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 102 }, "end": { - "line": 2921, + "line": 2963, "column": 103 } } @@ -971646,15 +972133,15 @@ "updateContext": null }, "value": "+", - "start": 130780, - "end": 130781, + "start": 133170, + "end": 133171, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 104 }, "end": { - "line": 2921, + "line": 2963, "column": 105 } } @@ -971673,15 +972160,15 @@ "updateContext": null }, "value": 1, - "start": 130782, - "end": 130783, + "start": 133172, + "end": 133173, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 106 }, "end": { - "line": 2921, + "line": 2963, "column": 107 } } @@ -971698,15 +972185,15 @@ "postfix": false, "binop": null }, - "start": 130784, - "end": 130785, + "start": 133174, + "end": 133175, "loc": { "start": { - "line": 2921, + "line": 2963, "column": 108 }, "end": { - "line": 2921, + "line": 2963, "column": 109 } } @@ -971724,15 +972211,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130810, - "end": 130818, + "start": 133200, + "end": 133208, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 24 }, "end": { - "line": 2922, + "line": 2964, "column": 32 } } @@ -971751,15 +972238,15 @@ "updateContext": null }, "value": "=", - "start": 130821, - "end": 130822, + "start": 133211, + "end": 133212, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 35 }, "end": { - "line": 2922, + "line": 2964, "column": 36 } } @@ -971779,15 +972266,15 @@ "updateContext": null }, "value": "new", - "start": 130823, - "end": 130826, + "start": 133213, + "end": 133216, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 37 }, "end": { - "line": 2922, + "line": 2964, "column": 40 } } @@ -971805,15 +972292,15 @@ "binop": null }, "value": "Date", - "start": 130827, - "end": 130831, + "start": 133217, + "end": 133221, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 41 }, "end": { - "line": 2922, + "line": 2964, "column": 45 } } @@ -971830,15 +972317,15 @@ "postfix": false, "binop": null }, - "start": 130831, - "end": 130832, + "start": 133221, + "end": 133222, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 45 }, "end": { - "line": 2922, + "line": 2964, "column": 46 } } @@ -971856,15 +972343,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130833, - "end": 130841, + "start": 133223, + "end": 133231, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 47 }, "end": { - "line": 2922, + "line": 2964, "column": 55 } } @@ -971883,15 +972370,15 @@ "updateContext": null }, "value": "-", - "start": 130842, - "end": 130843, + "start": 133232, + "end": 133233, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 56 }, "end": { - "line": 2922, + "line": 2964, "column": 57 } } @@ -971910,15 +972397,15 @@ "updateContext": null }, "value": 1, - "start": 130844, - "end": 130845, + "start": 133234, + "end": 133235, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 58 }, "end": { - "line": 2922, + "line": 2964, "column": 59 } } @@ -971935,15 +972422,15 @@ "postfix": false, "binop": null }, - "start": 130846, - "end": 130847, + "start": 133236, + "end": 133237, "loc": { "start": { - "line": 2922, + "line": 2964, "column": 60 }, "end": { - "line": 2922, + "line": 2964, "column": 61 } } @@ -971961,15 +972448,15 @@ "binop": null }, "value": "end_date", - "start": 130872, - "end": 130880, + "start": 133262, + "end": 133270, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 24 }, "end": { - "line": 2923, + "line": 2965, "column": 32 } } @@ -971988,15 +972475,15 @@ "updateContext": null }, "value": "=", - "start": 130883, - "end": 130884, + "start": 133273, + "end": 133274, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 35 }, "end": { - "line": 2923, + "line": 2965, "column": 36 } } @@ -972013,15 +972500,15 @@ "postfix": false, "binop": null }, - "start": 130885, - "end": 130886, + "start": 133275, + "end": 133276, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 37 }, "end": { - "line": 2923, + "line": 2965, "column": 38 } } @@ -972040,15 +972527,15 @@ "updateContext": null }, "value": "", - "start": 130886, - "end": 130886, + "start": 133276, + "end": 133276, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 38 }, "end": { - "line": 2923, + "line": 2965, "column": 38 } } @@ -972065,15 +972552,15 @@ "postfix": false, "binop": null }, - "start": 130886, - "end": 130888, + "start": 133276, + "end": 133278, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 38 }, "end": { - "line": 2923, + "line": 2965, "column": 40 } } @@ -972091,15 +972578,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130888, - "end": 130896, + "start": 133278, + "end": 133286, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 40 }, "end": { - "line": 2923, + "line": 2965, "column": 48 } } @@ -972117,15 +972604,15 @@ "binop": null, "updateContext": null }, - "start": 130896, - "end": 130897, + "start": 133286, + "end": 133287, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 48 }, "end": { - "line": 2923, + "line": 2965, "column": 49 } } @@ -972143,15 +972630,15 @@ "binop": null }, "value": "getFullYear", - "start": 130897, - "end": 130908, + "start": 133287, + "end": 133298, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 49 }, "end": { - "line": 2923, + "line": 2965, "column": 60 } } @@ -972168,15 +972655,15 @@ "postfix": false, "binop": null }, - "start": 130908, - "end": 130909, + "start": 133298, + "end": 133299, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 60 }, "end": { - "line": 2923, + "line": 2965, "column": 61 } } @@ -972193,15 +972680,15 @@ "postfix": false, "binop": null }, - "start": 130909, - "end": 130910, + "start": 133299, + "end": 133300, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 61 }, "end": { - "line": 2923, + "line": 2965, "column": 62 } } @@ -972218,15 +972705,15 @@ "postfix": false, "binop": null }, - "start": 130910, - "end": 130911, + "start": 133300, + "end": 133301, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 62 }, "end": { - "line": 2923, + "line": 2965, "column": 63 } } @@ -972245,15 +972732,15 @@ "updateContext": null }, "value": "/", - "start": 130911, - "end": 130912, + "start": 133301, + "end": 133302, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 63 }, "end": { - "line": 2923, + "line": 2965, "column": 64 } } @@ -972270,15 +972757,15 @@ "postfix": false, "binop": null }, - "start": 130912, - "end": 130914, + "start": 133302, + "end": 133304, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 64 }, "end": { - "line": 2923, + "line": 2965, "column": 66 } } @@ -972296,15 +972783,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130914, - "end": 130922, + "start": 133304, + "end": 133312, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 66 }, "end": { - "line": 2923, + "line": 2965, "column": 74 } } @@ -972322,15 +972809,15 @@ "binop": null, "updateContext": null }, - "start": 130922, - "end": 130923, + "start": 133312, + "end": 133313, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 74 }, "end": { - "line": 2923, + "line": 2965, "column": 75 } } @@ -972348,15 +972835,15 @@ "binop": null }, "value": "getMonth", - "start": 130923, - "end": 130931, + "start": 133313, + "end": 133321, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 75 }, "end": { - "line": 2923, + "line": 2965, "column": 83 } } @@ -972373,15 +972860,15 @@ "postfix": false, "binop": null }, - "start": 130931, - "end": 130932, + "start": 133321, + "end": 133322, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 83 }, "end": { - "line": 2923, + "line": 2965, "column": 84 } } @@ -972398,15 +972885,15 @@ "postfix": false, "binop": null }, - "start": 130932, - "end": 130933, + "start": 133322, + "end": 133323, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 84 }, "end": { - "line": 2923, + "line": 2965, "column": 85 } } @@ -972425,15 +972912,15 @@ "updateContext": null }, "value": "+", - "start": 130933, - "end": 130934, + "start": 133323, + "end": 133324, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 85 }, "end": { - "line": 2923, + "line": 2965, "column": 86 } } @@ -972452,15 +972939,15 @@ "updateContext": null }, "value": 1, - "start": 130934, - "end": 130935, + "start": 133324, + "end": 133325, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 86 }, "end": { - "line": 2923, + "line": 2965, "column": 87 } } @@ -972477,15 +972964,15 @@ "postfix": false, "binop": null }, - "start": 130935, - "end": 130936, + "start": 133325, + "end": 133326, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 87 }, "end": { - "line": 2923, + "line": 2965, "column": 88 } } @@ -972504,15 +972991,15 @@ "updateContext": null }, "value": "/", - "start": 130936, - "end": 130937, + "start": 133326, + "end": 133327, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 88 }, "end": { - "line": 2923, + "line": 2965, "column": 89 } } @@ -972529,15 +973016,15 @@ "postfix": false, "binop": null }, - "start": 130937, - "end": 130939, + "start": 133327, + "end": 133329, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 89 }, "end": { - "line": 2923, + "line": 2965, "column": 91 } } @@ -972555,15 +973042,15 @@ "binop": null }, "value": "_tmpDate", - "start": 130939, - "end": 130947, + "start": 133329, + "end": 133337, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 91 }, "end": { - "line": 2923, + "line": 2965, "column": 99 } } @@ -972581,15 +973068,15 @@ "binop": null, "updateContext": null }, - "start": 130947, - "end": 130948, + "start": 133337, + "end": 133338, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 99 }, "end": { - "line": 2923, + "line": 2965, "column": 100 } } @@ -972607,15 +973094,15 @@ "binop": null }, "value": "getDate", - "start": 130948, - "end": 130955, + "start": 133338, + "end": 133345, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 100 }, "end": { - "line": 2923, + "line": 2965, "column": 107 } } @@ -972632,15 +973119,15 @@ "postfix": false, "binop": null }, - "start": 130955, - "end": 130956, + "start": 133345, + "end": 133346, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 107 }, "end": { - "line": 2923, + "line": 2965, "column": 108 } } @@ -972657,15 +973144,15 @@ "postfix": false, "binop": null }, - "start": 130956, - "end": 130957, + "start": 133346, + "end": 133347, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 108 }, "end": { - "line": 2923, + "line": 2965, "column": 109 } } @@ -972682,15 +973169,15 @@ "postfix": false, "binop": null }, - "start": 130957, - "end": 130958, + "start": 133347, + "end": 133348, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 109 }, "end": { - "line": 2923, + "line": 2965, "column": 110 } } @@ -972709,15 +973196,15 @@ "updateContext": null }, "value": " 23:59:59", - "start": 130958, - "end": 130967, + "start": 133348, + "end": 133357, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 110 }, "end": { - "line": 2923, + "line": 2965, "column": 119 } } @@ -972734,15 +973221,15 @@ "postfix": false, "binop": null }, - "start": 130967, - "end": 130968, + "start": 133357, + "end": 133358, "loc": { "start": { - "line": 2923, + "line": 2965, "column": 119 }, "end": { - "line": 2923, + "line": 2965, "column": 120 } } @@ -972762,15 +973249,15 @@ "updateContext": null }, "value": "break", - "start": 130993, - "end": 130998, + "start": 133383, + "end": 133388, "loc": { "start": { - "line": 2924, + "line": 2966, "column": 24 }, "end": { - "line": 2924, + "line": 2966, "column": 29 } } @@ -972790,15 +973277,15 @@ "updateContext": null }, "value": "case", - "start": 131019, - "end": 131023, + "start": 133409, + "end": 133413, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 20 }, "end": { - "line": 2925, + "line": 2967, "column": 24 } } @@ -972820,15 +973307,15 @@ "pattern": "^month$", "flags": "i" }, - "start": 131024, - "end": 131034, + "start": 133414, + "end": 133424, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 25 }, "end": { - "line": 2925, + "line": 2967, "column": 35 } } @@ -972846,15 +973333,15 @@ "binop": null, "updateContext": null }, - "start": 131034, - "end": 131035, + "start": 133424, + "end": 133425, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 35 }, "end": { - "line": 2925, + "line": 2967, "column": 36 } } @@ -972872,15 +973359,15 @@ "binop": null }, "value": "test", - "start": 131035, - "end": 131039, + "start": 133425, + "end": 133429, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 36 }, "end": { - "line": 2925, + "line": 2967, "column": 40 } } @@ -972897,15 +973384,15 @@ "postfix": false, "binop": null }, - "start": 131039, - "end": 131040, + "start": 133429, + "end": 133430, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 40 }, "end": { - "line": 2925, + "line": 2967, "column": 41 } } @@ -972923,15 +973410,15 @@ "binop": null }, "value": "scale", - "start": 131041, - "end": 131046, + "start": 133431, + "end": 133436, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 42 }, "end": { - "line": 2925, + "line": 2967, "column": 47 } } @@ -972948,15 +973435,15 @@ "postfix": false, "binop": null }, - "start": 131047, - "end": 131048, + "start": 133437, + "end": 133438, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 48 }, "end": { - "line": 2925, + "line": 2967, "column": 49 } } @@ -972974,15 +973461,15 @@ "binop": null, "updateContext": null }, - "start": 131048, - "end": 131049, + "start": 133438, + "end": 133439, "loc": { "start": { - "line": 2925, + "line": 2967, "column": 49 }, "end": { - "line": 2925, + "line": 2967, "column": 50 } } @@ -973000,15 +973487,15 @@ "binop": null, "updateContext": null }, - "start": 131074, - "end": 131075, + "start": 133464, + "end": 133465, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 24 }, "end": { - "line": 2926, + "line": 2968, "column": 25 } } @@ -973026,15 +973513,15 @@ "binop": null }, "value": "base_year", - "start": 131076, - "end": 131085, + "start": 133466, + "end": 133475, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 26 }, "end": { - "line": 2926, + "line": 2968, "column": 35 } } @@ -973052,15 +973539,15 @@ "binop": null, "updateContext": null }, - "start": 131085, - "end": 131086, + "start": 133475, + "end": 133476, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 35 }, "end": { - "line": 2926, + "line": 2968, "column": 36 } } @@ -973078,15 +973565,15 @@ "binop": null }, "value": "base_month", - "start": 131087, - "end": 131097, + "start": 133477, + "end": 133487, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 37 }, "end": { - "line": 2926, + "line": 2968, "column": 47 } } @@ -973104,15 +973591,15 @@ "binop": null, "updateContext": null }, - "start": 131098, - "end": 131099, + "start": 133488, + "end": 133489, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 48 }, "end": { - "line": 2926, + "line": 2968, "column": 49 } } @@ -973131,15 +973618,15 @@ "updateContext": null }, "value": "=", - "start": 131100, - "end": 131101, + "start": 133490, + "end": 133491, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 50 }, "end": { - "line": 2926, + "line": 2968, "column": 51 } } @@ -973157,15 +973644,15 @@ "binop": null }, "value": "date_seed", - "start": 131102, - "end": 131111, + "start": 133492, + "end": 133501, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 52 }, "end": { - "line": 2926, + "line": 2968, "column": 61 } } @@ -973183,15 +973670,15 @@ "binop": null, "updateContext": null }, - "start": 131111, - "end": 131112, + "start": 133501, + "end": 133502, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 61 }, "end": { - "line": 2926, + "line": 2968, "column": 62 } } @@ -973209,15 +973696,15 @@ "binop": null }, "value": "split", - "start": 131112, - "end": 131117, + "start": 133502, + "end": 133507, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 62 }, "end": { - "line": 2926, + "line": 2968, "column": 67 } } @@ -973234,15 +973721,15 @@ "postfix": false, "binop": null }, - "start": 131117, - "end": 131118, + "start": 133507, + "end": 133508, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 67 }, "end": { - "line": 2926, + "line": 2968, "column": 68 } } @@ -973261,15 +973748,15 @@ "updateContext": null }, "value": "/", - "start": 131118, - "end": 131121, + "start": 133508, + "end": 133511, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 68 }, "end": { - "line": 2926, + "line": 2968, "column": 71 } } @@ -973286,15 +973773,15 @@ "postfix": false, "binop": null }, - "start": 131121, - "end": 131122, + "start": 133511, + "end": 133512, "loc": { "start": { - "line": 2926, + "line": 2968, "column": 71 }, "end": { - "line": 2926, + "line": 2968, "column": 72 } } @@ -973312,15 +973799,15 @@ "binop": null }, "value": "is_remapping", - "start": 131147, - "end": 131159, + "start": 133537, + "end": 133549, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 24 }, "end": { - "line": 2927, + "line": 2969, "column": 36 } } @@ -973339,15 +973826,15 @@ "updateContext": null }, "value": "=", - "start": 131160, - "end": 131161, + "start": 133550, + "end": 133551, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 37 }, "end": { - "line": 2927, + "line": 2969, "column": 38 } } @@ -973365,15 +973852,15 @@ "binop": null }, "value": "parseInt", - "start": 131162, - "end": 131170, + "start": 133552, + "end": 133560, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 39 }, "end": { - "line": 2927, + "line": 2969, "column": 47 } } @@ -973390,15 +973877,15 @@ "postfix": false, "binop": null }, - "start": 131170, - "end": 131171, + "start": 133560, + "end": 133561, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 47 }, "end": { - "line": 2927, + "line": 2969, "column": 48 } } @@ -973416,15 +973903,15 @@ "binop": null }, "value": "base_year", - "start": 131172, - "end": 131181, + "start": 133562, + "end": 133571, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 49 }, "end": { - "line": 2927, + "line": 2969, "column": 58 } } @@ -973442,15 +973929,15 @@ "binop": null, "updateContext": null }, - "start": 131181, - "end": 131182, + "start": 133571, + "end": 133572, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 58 }, "end": { - "line": 2927, + "line": 2969, "column": 59 } } @@ -973469,15 +973956,15 @@ "updateContext": null }, "value": 10, - "start": 131183, - "end": 131185, + "start": 133573, + "end": 133575, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 60 }, "end": { - "line": 2927, + "line": 2969, "column": 62 } } @@ -973494,15 +973981,15 @@ "postfix": false, "binop": null }, - "start": 131186, - "end": 131187, + "start": 133576, + "end": 133577, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 63 }, "end": { - "line": 2927, + "line": 2969, "column": 64 } } @@ -973521,15 +974008,15 @@ "updateContext": null }, "value": "<", - "start": 131188, - "end": 131189, + "start": 133578, + "end": 133579, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 65 }, "end": { - "line": 2927, + "line": 2969, "column": 66 } } @@ -973548,15 +974035,15 @@ "updateContext": null }, "value": 100, - "start": 131190, - "end": 131193, + "start": 133580, + "end": 133583, "loc": { "start": { - "line": 2927, + "line": 2969, "column": 67 }, "end": { - "line": 2927, + "line": 2969, "column": 70 } } @@ -973574,15 +974061,15 @@ "binop": null }, "value": "begin_date", - "start": 131218, - "end": 131228, + "start": 133608, + "end": 133618, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 24 }, "end": { - "line": 2928, + "line": 2970, "column": 34 } } @@ -973601,15 +974088,15 @@ "updateContext": null }, "value": "=", - "start": 131229, - "end": 131230, + "start": 133619, + "end": 133620, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 35 }, "end": { - "line": 2928, + "line": 2970, "column": 36 } } @@ -973629,15 +974116,15 @@ "updateContext": null }, "value": "new", - "start": 131231, - "end": 131234, + "start": 133621, + "end": 133624, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 37 }, "end": { - "line": 2928, + "line": 2970, "column": 40 } } @@ -973655,15 +974142,15 @@ "binop": null }, "value": "Date", - "start": 131235, - "end": 131239, + "start": 133625, + "end": 133629, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 41 }, "end": { - "line": 2928, + "line": 2970, "column": 45 } } @@ -973680,15 +974167,15 @@ "postfix": false, "binop": null }, - "start": 131239, - "end": 131240, + "start": 133629, + "end": 133630, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 45 }, "end": { - "line": 2928, + "line": 2970, "column": 46 } } @@ -973706,15 +974193,15 @@ "binop": null }, "value": "base_year", - "start": 131241, - "end": 131250, + "start": 133631, + "end": 133640, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 47 }, "end": { - "line": 2928, + "line": 2970, "column": 56 } } @@ -973732,15 +974219,15 @@ "binop": null, "updateContext": null }, - "start": 131250, - "end": 131251, + "start": 133640, + "end": 133641, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 56 }, "end": { - "line": 2928, + "line": 2970, "column": 57 } } @@ -973758,15 +974245,15 @@ "binop": null }, "value": "parseInt", - "start": 131252, - "end": 131260, + "start": 133642, + "end": 133650, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 58 }, "end": { - "line": 2928, + "line": 2970, "column": 66 } } @@ -973783,15 +974270,15 @@ "postfix": false, "binop": null }, - "start": 131260, - "end": 131261, + "start": 133650, + "end": 133651, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 66 }, "end": { - "line": 2928, + "line": 2970, "column": 67 } } @@ -973809,15 +974296,15 @@ "binop": null }, "value": "base_month", - "start": 131262, - "end": 131272, + "start": 133652, + "end": 133662, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 68 }, "end": { - "line": 2928, + "line": 2970, "column": 78 } } @@ -973835,15 +974322,15 @@ "binop": null, "updateContext": null }, - "start": 131272, - "end": 131273, + "start": 133662, + "end": 133663, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 78 }, "end": { - "line": 2928, + "line": 2970, "column": 79 } } @@ -973862,15 +974349,15 @@ "updateContext": null }, "value": 10, - "start": 131274, - "end": 131276, + "start": 133664, + "end": 133666, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 80 }, "end": { - "line": 2928, + "line": 2970, "column": 82 } } @@ -973887,15 +974374,15 @@ "postfix": false, "binop": null }, - "start": 131277, - "end": 131278, + "start": 133667, + "end": 133668, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 83 }, "end": { - "line": 2928, + "line": 2970, "column": 84 } } @@ -973914,15 +974401,15 @@ "updateContext": null }, "value": "-", - "start": 131279, - "end": 131280, + "start": 133669, + "end": 133670, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 85 }, "end": { - "line": 2928, + "line": 2970, "column": 86 } } @@ -973941,15 +974428,15 @@ "updateContext": null }, "value": 1, - "start": 131281, - "end": 131282, + "start": 133671, + "end": 133672, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 87 }, "end": { - "line": 2928, + "line": 2970, "column": 88 } } @@ -973967,15 +974454,15 @@ "binop": null, "updateContext": null }, - "start": 131282, - "end": 131283, + "start": 133672, + "end": 133673, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 88 }, "end": { - "line": 2928, + "line": 2970, "column": 89 } } @@ -973994,15 +974481,15 @@ "updateContext": null }, "value": 1, - "start": 131284, - "end": 131285, + "start": 133674, + "end": 133675, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 90 }, "end": { - "line": 2928, + "line": 2970, "column": 91 } } @@ -974019,15 +974506,15 @@ "postfix": false, "binop": null }, - "start": 131286, - "end": 131287, + "start": 133676, + "end": 133677, "loc": { "start": { - "line": 2928, + "line": 2970, "column": 92 }, "end": { - "line": 2928, + "line": 2970, "column": 93 } } @@ -974047,15 +974534,15 @@ "updateContext": null }, "value": "if", - "start": 131312, - "end": 131314, + "start": 133702, + "end": 133704, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 24 }, "end": { - "line": 2929, + "line": 2971, "column": 26 } } @@ -974072,15 +974559,15 @@ "postfix": false, "binop": null }, - "start": 131315, - "end": 131316, + "start": 133705, + "end": 133706, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 27 }, "end": { - "line": 2929, + "line": 2971, "column": 28 } } @@ -974098,15 +974585,15 @@ "binop": null }, "value": "begin_date", - "start": 131317, - "end": 131327, + "start": 133707, + "end": 133717, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 29 }, "end": { - "line": 2929, + "line": 2971, "column": 39 } } @@ -974124,15 +974611,15 @@ "binop": null, "updateContext": null }, - "start": 131327, - "end": 131328, + "start": 133717, + "end": 133718, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 39 }, "end": { - "line": 2929, + "line": 2971, "column": 40 } } @@ -974150,15 +974637,15 @@ "binop": null }, "value": "getMonth", - "start": 131328, - "end": 131336, + "start": 133718, + "end": 133726, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 40 }, "end": { - "line": 2929, + "line": 2971, "column": 48 } } @@ -974175,15 +974662,15 @@ "postfix": false, "binop": null }, - "start": 131336, - "end": 131337, + "start": 133726, + "end": 133727, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 48 }, "end": { - "line": 2929, + "line": 2971, "column": 49 } } @@ -974200,15 +974687,15 @@ "postfix": false, "binop": null }, - "start": 131337, - "end": 131338, + "start": 133727, + "end": 133728, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 49 }, "end": { - "line": 2929, + "line": 2971, "column": 50 } } @@ -974227,15 +974714,15 @@ "updateContext": null }, "value": "==", - "start": 131339, - "end": 131341, + "start": 133729, + "end": 133731, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 51 }, "end": { - "line": 2929, + "line": 2971, "column": 53 } } @@ -974254,15 +974741,15 @@ "updateContext": null }, "value": 11, - "start": 131342, - "end": 131344, + "start": 133732, + "end": 133734, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 54 }, "end": { - "line": 2929, + "line": 2971, "column": 56 } } @@ -974279,15 +974766,15 @@ "postfix": false, "binop": null }, - "start": 131345, - "end": 131346, + "start": 133735, + "end": 133736, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 57 }, "end": { - "line": 2929, + "line": 2971, "column": 58 } } @@ -974304,15 +974791,15 @@ "postfix": false, "binop": null }, - "start": 131347, - "end": 131348, + "start": 133737, + "end": 133738, "loc": { "start": { - "line": 2929, + "line": 2971, "column": 59 }, "end": { - "line": 2929, + "line": 2971, "column": 60 } } @@ -974330,15 +974817,15 @@ "binop": null }, "value": "_tmpDate", - "start": 131377, - "end": 131385, + "start": 133767, + "end": 133775, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 28 }, "end": { - "line": 2930, + "line": 2972, "column": 36 } } @@ -974357,15 +974844,15 @@ "updateContext": null }, "value": "=", - "start": 131386, - "end": 131387, + "start": 133776, + "end": 133777, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 37 }, "end": { - "line": 2930, + "line": 2972, "column": 38 } } @@ -974385,15 +974872,15 @@ "updateContext": null }, "value": "new", - "start": 131388, - "end": 131391, + "start": 133778, + "end": 133781, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 39 }, "end": { - "line": 2930, + "line": 2972, "column": 42 } } @@ -974411,15 +974898,15 @@ "binop": null }, "value": "Date", - "start": 131392, - "end": 131396, + "start": 133782, + "end": 133786, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 43 }, "end": { - "line": 2930, + "line": 2972, "column": 47 } } @@ -974436,15 +974923,15 @@ "postfix": false, "binop": null }, - "start": 131396, - "end": 131397, + "start": 133786, + "end": 133787, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 47 }, "end": { - "line": 2930, + "line": 2972, "column": 48 } } @@ -974462,15 +974949,15 @@ "binop": null }, "value": "begin_date", - "start": 131398, - "end": 131408, + "start": 133788, + "end": 133798, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 49 }, "end": { - "line": 2930, + "line": 2972, "column": 59 } } @@ -974488,15 +974975,15 @@ "binop": null, "updateContext": null }, - "start": 131408, - "end": 131409, + "start": 133798, + "end": 133799, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 59 }, "end": { - "line": 2930, + "line": 2972, "column": 60 } } @@ -974514,15 +975001,15 @@ "binop": null }, "value": "getFullYear", - "start": 131409, - "end": 131420, + "start": 133799, + "end": 133810, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 60 }, "end": { - "line": 2930, + "line": 2972, "column": 71 } } @@ -974539,15 +975026,15 @@ "postfix": false, "binop": null }, - "start": 131420, - "end": 131421, + "start": 133810, + "end": 133811, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 71 }, "end": { - "line": 2930, + "line": 2972, "column": 72 } } @@ -974564,15 +975051,15 @@ "postfix": false, "binop": null }, - "start": 131421, - "end": 131422, + "start": 133811, + "end": 133812, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 72 }, "end": { - "line": 2930, + "line": 2972, "column": 73 } } @@ -974591,15 +975078,15 @@ "updateContext": null }, "value": "+", - "start": 131423, - "end": 131424, + "start": 133813, + "end": 133814, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 74 }, "end": { - "line": 2930, + "line": 2972, "column": 75 } } @@ -974618,15 +975105,15 @@ "updateContext": null }, "value": 1, - "start": 131425, - "end": 131426, + "start": 133815, + "end": 133816, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 76 }, "end": { - "line": 2930, + "line": 2972, "column": 77 } } @@ -974644,15 +975131,15 @@ "binop": null, "updateContext": null }, - "start": 131426, - "end": 131427, + "start": 133816, + "end": 133817, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 77 }, "end": { - "line": 2930, + "line": 2972, "column": 78 } } @@ -974671,15 +975158,15 @@ "updateContext": null }, "value": 0, - "start": 131428, - "end": 131429, + "start": 133818, + "end": 133819, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 79 }, "end": { - "line": 2930, + "line": 2972, "column": 80 } } @@ -974697,15 +975184,15 @@ "binop": null, "updateContext": null }, - "start": 131429, - "end": 131430, + "start": 133819, + "end": 133820, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 80 }, "end": { - "line": 2930, + "line": 2972, "column": 81 } } @@ -974724,15 +975211,15 @@ "updateContext": null }, "value": 1, - "start": 131431, - "end": 131432, + "start": 133821, + "end": 133822, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 82 }, "end": { - "line": 2930, + "line": 2972, "column": 83 } } @@ -974749,15 +975236,15 @@ "postfix": false, "binop": null }, - "start": 131433, - "end": 131434, + "start": 133823, + "end": 133824, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 84 }, "end": { - "line": 2930, + "line": 2972, "column": 85 } } @@ -974775,15 +975262,15 @@ "binop": null, "updateContext": null }, - "start": 131434, - "end": 131435, + "start": 133824, + "end": 133825, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 85 }, "end": { - "line": 2930, + "line": 2972, "column": 86 } } @@ -974801,15 +975288,15 @@ "binop": null }, "value": "setFullYear", - "start": 131435, - "end": 131446, + "start": 133825, + "end": 133836, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 86 }, "end": { - "line": 2930, + "line": 2972, "column": 97 } } @@ -974826,15 +975313,15 @@ "postfix": false, "binop": null }, - "start": 131446, - "end": 131447, + "start": 133836, + "end": 133837, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 97 }, "end": { - "line": 2930, + "line": 2972, "column": 98 } } @@ -974852,15 +975339,15 @@ "binop": null }, "value": "parseInt", - "start": 131448, - "end": 131456, + "start": 133838, + "end": 133846, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 99 }, "end": { - "line": 2930, + "line": 2972, "column": 107 } } @@ -974877,15 +975364,15 @@ "postfix": false, "binop": null }, - "start": 131456, - "end": 131457, + "start": 133846, + "end": 133847, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 107 }, "end": { - "line": 2930, + "line": 2972, "column": 108 } } @@ -974903,15 +975390,15 @@ "binop": null }, "value": "base_year", - "start": 131458, - "end": 131467, + "start": 133848, + "end": 133857, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 109 }, "end": { - "line": 2930, + "line": 2972, "column": 118 } } @@ -974929,15 +975416,15 @@ "binop": null, "updateContext": null }, - "start": 131467, - "end": 131468, + "start": 133857, + "end": 133858, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 118 }, "end": { - "line": 2930, + "line": 2972, "column": 119 } } @@ -974956,15 +975443,15 @@ "updateContext": null }, "value": 10, - "start": 131469, - "end": 131471, + "start": 133859, + "end": 133861, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 120 }, "end": { - "line": 2930, + "line": 2972, "column": 122 } } @@ -974981,15 +975468,15 @@ "postfix": false, "binop": null }, - "start": 131472, - "end": 131473, + "start": 133862, + "end": 133863, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 123 }, "end": { - "line": 2930, + "line": 2972, "column": 124 } } @@ -975008,15 +975495,15 @@ "updateContext": null }, "value": "+", - "start": 131474, - "end": 131475, + "start": 133864, + "end": 133865, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 125 }, "end": { - "line": 2930, + "line": 2972, "column": 126 } } @@ -975035,15 +975522,15 @@ "updateContext": null }, "value": 1, - "start": 131476, - "end": 131477, + "start": 133866, + "end": 133867, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 127 }, "end": { - "line": 2930, + "line": 2972, "column": 128 } } @@ -975060,15 +975547,15 @@ "postfix": false, "binop": null }, - "start": 131478, - "end": 131479, + "start": 133868, + "end": 133869, "loc": { "start": { - "line": 2930, + "line": 2972, "column": 129 }, "end": { - "line": 2930, + "line": 2972, "column": 130 } } @@ -975085,15 +975572,15 @@ "postfix": false, "binop": null }, - "start": 131504, - "end": 131505, + "start": 133894, + "end": 133895, "loc": { "start": { - "line": 2931, + "line": 2973, "column": 24 }, "end": { - "line": 2931, + "line": 2973, "column": 25 } } @@ -975113,15 +975600,15 @@ "updateContext": null }, "value": "else", - "start": 131506, - "end": 131510, + "start": 133896, + "end": 133900, "loc": { "start": { - "line": 2931, + "line": 2973, "column": 26 }, "end": { - "line": 2931, + "line": 2973, "column": 30 } } @@ -975138,15 +975625,15 @@ "postfix": false, "binop": null }, - "start": 131511, - "end": 131512, + "start": 133901, + "end": 133902, "loc": { "start": { - "line": 2931, + "line": 2973, "column": 31 }, "end": { - "line": 2931, + "line": 2973, "column": 32 } } @@ -975164,15 +975651,15 @@ "binop": null }, "value": "_tmpDate", - "start": 131541, - "end": 131549, + "start": 133931, + "end": 133939, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 28 }, "end": { - "line": 2932, + "line": 2974, "column": 36 } } @@ -975191,15 +975678,15 @@ "updateContext": null }, "value": "=", - "start": 131550, - "end": 131551, + "start": 133940, + "end": 133941, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 37 }, "end": { - "line": 2932, + "line": 2974, "column": 38 } } @@ -975219,15 +975706,15 @@ "updateContext": null }, "value": "new", - "start": 131552, - "end": 131555, + "start": 133942, + "end": 133945, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 39 }, "end": { - "line": 2932, + "line": 2974, "column": 42 } } @@ -975245,15 +975732,15 @@ "binop": null }, "value": "Date", - "start": 131556, - "end": 131560, + "start": 133946, + "end": 133950, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 43 }, "end": { - "line": 2932, + "line": 2974, "column": 47 } } @@ -975270,15 +975757,15 @@ "postfix": false, "binop": null }, - "start": 131560, - "end": 131561, + "start": 133950, + "end": 133951, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 47 }, "end": { - "line": 2932, + "line": 2974, "column": 48 } } @@ -975296,15 +975783,15 @@ "binop": null }, "value": "begin_date", - "start": 131562, - "end": 131572, + "start": 133952, + "end": 133962, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 49 }, "end": { - "line": 2932, + "line": 2974, "column": 59 } } @@ -975322,15 +975809,15 @@ "binop": null, "updateContext": null }, - "start": 131572, - "end": 131573, + "start": 133962, + "end": 133963, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 59 }, "end": { - "line": 2932, + "line": 2974, "column": 60 } } @@ -975348,15 +975835,15 @@ "binop": null }, "value": "getFullYear", - "start": 131573, - "end": 131584, + "start": 133963, + "end": 133974, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 60 }, "end": { - "line": 2932, + "line": 2974, "column": 71 } } @@ -975373,15 +975860,15 @@ "postfix": false, "binop": null }, - "start": 131584, - "end": 131585, + "start": 133974, + "end": 133975, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 71 }, "end": { - "line": 2932, + "line": 2974, "column": 72 } } @@ -975398,15 +975885,15 @@ "postfix": false, "binop": null }, - "start": 131585, - "end": 131586, + "start": 133975, + "end": 133976, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 72 }, "end": { - "line": 2932, + "line": 2974, "column": 73 } } @@ -975424,15 +975911,15 @@ "binop": null, "updateContext": null }, - "start": 131586, - "end": 131587, + "start": 133976, + "end": 133977, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 73 }, "end": { - "line": 2932, + "line": 2974, "column": 74 } } @@ -975450,15 +975937,15 @@ "binop": null }, "value": "begin_date", - "start": 131588, - "end": 131598, + "start": 133978, + "end": 133988, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 75 }, "end": { - "line": 2932, + "line": 2974, "column": 85 } } @@ -975476,15 +975963,15 @@ "binop": null, "updateContext": null }, - "start": 131598, - "end": 131599, + "start": 133988, + "end": 133989, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 85 }, "end": { - "line": 2932, + "line": 2974, "column": 86 } } @@ -975502,15 +975989,15 @@ "binop": null }, "value": "getMonth", - "start": 131599, - "end": 131607, + "start": 133989, + "end": 133997, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 86 }, "end": { - "line": 2932, + "line": 2974, "column": 94 } } @@ -975527,15 +976014,15 @@ "postfix": false, "binop": null }, - "start": 131607, - "end": 131608, + "start": 133997, + "end": 133998, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 94 }, "end": { - "line": 2932, + "line": 2974, "column": 95 } } @@ -975552,15 +976039,15 @@ "postfix": false, "binop": null }, - "start": 131608, - "end": 131609, + "start": 133998, + "end": 133999, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 95 }, "end": { - "line": 2932, + "line": 2974, "column": 96 } } @@ -975579,15 +976066,15 @@ "updateContext": null }, "value": "+", - "start": 131610, - "end": 131611, + "start": 134000, + "end": 134001, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 97 }, "end": { - "line": 2932, + "line": 2974, "column": 98 } } @@ -975606,15 +976093,15 @@ "updateContext": null }, "value": 1, - "start": 131612, - "end": 131613, + "start": 134002, + "end": 134003, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 99 }, "end": { - "line": 2932, + "line": 2974, "column": 100 } } @@ -975632,15 +976119,15 @@ "binop": null, "updateContext": null }, - "start": 131613, - "end": 131614, + "start": 134003, + "end": 134004, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 100 }, "end": { - "line": 2932, + "line": 2974, "column": 101 } } @@ -975659,15 +976146,15 @@ "updateContext": null }, "value": 1, - "start": 131615, - "end": 131616, + "start": 134005, + "end": 134006, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 102 }, "end": { - "line": 2932, + "line": 2974, "column": 103 } } @@ -975684,15 +976171,15 @@ "postfix": false, "binop": null }, - "start": 131617, - "end": 131618, + "start": 134007, + "end": 134008, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 104 }, "end": { - "line": 2932, + "line": 2974, "column": 105 } } @@ -975710,15 +976197,15 @@ "binop": null, "updateContext": null }, - "start": 131618, - "end": 131619, + "start": 134008, + "end": 134009, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 105 }, "end": { - "line": 2932, + "line": 2974, "column": 106 } } @@ -975736,15 +976223,15 @@ "binop": null }, "value": "setFullYear", - "start": 131619, - "end": 131630, + "start": 134009, + "end": 134020, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 106 }, "end": { - "line": 2932, + "line": 2974, "column": 117 } } @@ -975761,15 +976248,15 @@ "postfix": false, "binop": null }, - "start": 131630, - "end": 131631, + "start": 134020, + "end": 134021, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 117 }, "end": { - "line": 2932, + "line": 2974, "column": 118 } } @@ -975787,15 +976274,15 @@ "binop": null }, "value": "parseInt", - "start": 131632, - "end": 131640, + "start": 134022, + "end": 134030, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 119 }, "end": { - "line": 2932, + "line": 2974, "column": 127 } } @@ -975812,15 +976299,15 @@ "postfix": false, "binop": null }, - "start": 131640, - "end": 131641, + "start": 134030, + "end": 134031, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 127 }, "end": { - "line": 2932, + "line": 2974, "column": 128 } } @@ -975838,15 +976325,15 @@ "binop": null }, "value": "base_year", - "start": 131642, - "end": 131651, + "start": 134032, + "end": 134041, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 129 }, "end": { - "line": 2932, + "line": 2974, "column": 138 } } @@ -975864,15 +976351,15 @@ "binop": null, "updateContext": null }, - "start": 131651, - "end": 131652, + "start": 134041, + "end": 134042, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 138 }, "end": { - "line": 2932, + "line": 2974, "column": 139 } } @@ -975891,15 +976378,15 @@ "updateContext": null }, "value": 10, - "start": 131653, - "end": 131655, + "start": 134043, + "end": 134045, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 140 }, "end": { - "line": 2932, + "line": 2974, "column": 142 } } @@ -975916,15 +976403,15 @@ "postfix": false, "binop": null }, - "start": 131656, - "end": 131657, + "start": 134046, + "end": 134047, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 143 }, "end": { - "line": 2932, + "line": 2974, "column": 144 } } @@ -975941,15 +976428,15 @@ "postfix": false, "binop": null }, - "start": 131658, - "end": 131659, + "start": 134048, + "end": 134049, "loc": { "start": { - "line": 2932, + "line": 2974, "column": 145 }, "end": { - "line": 2932, + "line": 2974, "column": 146 } } @@ -975966,15 +976453,15 @@ "postfix": false, "binop": null }, - "start": 131684, - "end": 131685, + "start": 134074, + "end": 134075, "loc": { "start": { - "line": 2933, + "line": 2975, "column": 24 }, "end": { - "line": 2933, + "line": 2975, "column": 25 } } @@ -975992,15 +976479,15 @@ "binop": null }, "value": "begin_date", - "start": 131710, - "end": 131720, + "start": 134100, + "end": 134110, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 24 }, "end": { - "line": 2934, + "line": 2976, "column": 34 } } @@ -976019,15 +976506,15 @@ "updateContext": null }, "value": "=", - "start": 131721, - "end": 131722, + "start": 134111, + "end": 134112, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 35 }, "end": { - "line": 2934, + "line": 2976, "column": 36 } } @@ -976045,15 +976532,15 @@ "binop": null }, "value": "begin_date", - "start": 131723, - "end": 131733, + "start": 134113, + "end": 134123, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 37 }, "end": { - "line": 2934, + "line": 2976, "column": 47 } } @@ -976071,15 +976558,15 @@ "binop": null, "updateContext": null }, - "start": 131733, - "end": 131734, + "start": 134123, + "end": 134124, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 47 }, "end": { - "line": 2934, + "line": 2976, "column": 48 } } @@ -976097,15 +976584,15 @@ "binop": null }, "value": "toString", - "start": 131734, - "end": 131742, + "start": 134124, + "end": 134132, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 48 }, "end": { - "line": 2934, + "line": 2976, "column": 56 } } @@ -976122,15 +976609,15 @@ "postfix": false, "binop": null }, - "start": 131742, - "end": 131743, + "start": 134132, + "end": 134133, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 56 }, "end": { - "line": 2934, + "line": 2976, "column": 57 } } @@ -976147,15 +976634,15 @@ "postfix": false, "binop": null }, - "start": 131743, - "end": 131744, + "start": 134133, + "end": 134134, "loc": { "start": { - "line": 2934, + "line": 2976, "column": 57 }, "end": { - "line": 2934, + "line": 2976, "column": 58 } } @@ -976173,15 +976660,15 @@ "binop": null }, "value": "end_date", - "start": 131769, - "end": 131777, + "start": 134159, + "end": 134167, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 24 }, "end": { - "line": 2935, + "line": 2977, "column": 32 } } @@ -976200,15 +976687,15 @@ "updateContext": null }, "value": "=", - "start": 131780, - "end": 131781, + "start": 134170, + "end": 134171, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 35 }, "end": { - "line": 2935, + "line": 2977, "column": 36 } } @@ -976228,15 +976715,15 @@ "updateContext": null }, "value": "new", - "start": 131782, - "end": 131785, + "start": 134172, + "end": 134175, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 37 }, "end": { - "line": 2935, + "line": 2977, "column": 40 } } @@ -976254,15 +976741,15 @@ "binop": null }, "value": "Date", - "start": 131786, - "end": 131790, + "start": 134176, + "end": 134180, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 41 }, "end": { - "line": 2935, + "line": 2977, "column": 45 } } @@ -976279,15 +976766,15 @@ "postfix": false, "binop": null }, - "start": 131790, - "end": 131791, + "start": 134180, + "end": 134181, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 45 }, "end": { - "line": 2935, + "line": 2977, "column": 46 } } @@ -976305,15 +976792,15 @@ "binop": null }, "value": "_tmpDate", - "start": 131792, - "end": 131800, + "start": 134182, + "end": 134190, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 47 }, "end": { - "line": 2935, + "line": 2977, "column": 55 } } @@ -976332,15 +976819,15 @@ "updateContext": null }, "value": "-", - "start": 131801, - "end": 131802, + "start": 134191, + "end": 134192, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 56 }, "end": { - "line": 2935, + "line": 2977, "column": 57 } } @@ -976359,15 +976846,15 @@ "updateContext": null }, "value": 1, - "start": 131803, - "end": 131804, + "start": 134193, + "end": 134194, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 58 }, "end": { - "line": 2935, + "line": 2977, "column": 59 } } @@ -976384,15 +976871,15 @@ "postfix": false, "binop": null }, - "start": 131805, - "end": 131806, + "start": 134195, + "end": 134196, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 60 }, "end": { - "line": 2935, + "line": 2977, "column": 61 } } @@ -976410,15 +976897,15 @@ "binop": null, "updateContext": null }, - "start": 131806, - "end": 131807, + "start": 134196, + "end": 134197, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 61 }, "end": { - "line": 2935, + "line": 2977, "column": 62 } } @@ -976436,15 +976923,15 @@ "binop": null }, "value": "toString", - "start": 131807, - "end": 131815, + "start": 134197, + "end": 134205, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 62 }, "end": { - "line": 2935, + "line": 2977, "column": 70 } } @@ -976461,15 +976948,15 @@ "postfix": false, "binop": null }, - "start": 131815, - "end": 131816, + "start": 134205, + "end": 134206, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 70 }, "end": { - "line": 2935, + "line": 2977, "column": 71 } } @@ -976486,15 +976973,15 @@ "postfix": false, "binop": null }, - "start": 131816, - "end": 131817, + "start": 134206, + "end": 134207, "loc": { "start": { - "line": 2935, + "line": 2977, "column": 71 }, "end": { - "line": 2935, + "line": 2977, "column": 72 } } @@ -976514,15 +977001,15 @@ "updateContext": null }, "value": "break", - "start": 131842, - "end": 131847, + "start": 134232, + "end": 134237, "loc": { "start": { - "line": 2936, + "line": 2978, "column": 24 }, "end": { - "line": 2936, + "line": 2978, "column": 29 } } @@ -976542,15 +977029,15 @@ "updateContext": null }, "value": "case", - "start": 131868, - "end": 131872, + "start": 134258, + "end": 134262, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 20 }, "end": { - "line": 2937, + "line": 2979, "column": 24 } } @@ -976572,15 +977059,15 @@ "pattern": "^week$", "flags": "i" }, - "start": 131873, - "end": 131882, + "start": 134263, + "end": 134272, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 25 }, "end": { - "line": 2937, + "line": 2979, "column": 34 } } @@ -976598,15 +977085,15 @@ "binop": null, "updateContext": null }, - "start": 131882, - "end": 131883, + "start": 134272, + "end": 134273, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 34 }, "end": { - "line": 2937, + "line": 2979, "column": 35 } } @@ -976624,15 +977111,15 @@ "binop": null }, "value": "test", - "start": 131883, - "end": 131887, + "start": 134273, + "end": 134277, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 35 }, "end": { - "line": 2937, + "line": 2979, "column": 39 } } @@ -976649,15 +977136,15 @@ "postfix": false, "binop": null }, - "start": 131887, - "end": 131888, + "start": 134277, + "end": 134278, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 39 }, "end": { - "line": 2937, + "line": 2979, "column": 40 } } @@ -976675,15 +977162,15 @@ "binop": null }, "value": "scale", - "start": 131889, - "end": 131894, + "start": 134279, + "end": 134284, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 41 }, "end": { - "line": 2937, + "line": 2979, "column": 46 } } @@ -976700,15 +977187,15 @@ "postfix": false, "binop": null }, - "start": 131895, - "end": 131896, + "start": 134285, + "end": 134286, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 47 }, "end": { - "line": 2937, + "line": 2979, "column": 48 } } @@ -976726,15 +977213,15 @@ "binop": null, "updateContext": null }, - "start": 131896, - "end": 131897, + "start": 134286, + "end": 134287, "loc": { "start": { - "line": 2937, + "line": 2979, "column": 48 }, "end": { - "line": 2937, + "line": 2979, "column": 49 } } @@ -976752,15 +977239,15 @@ "binop": null, "updateContext": null }, - "start": 131922, - "end": 131923, + "start": 134312, + "end": 134313, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 24 }, "end": { - "line": 2938, + "line": 2980, "column": 25 } } @@ -976778,15 +977265,15 @@ "binop": null }, "value": "base_year", - "start": 131924, - "end": 131933, + "start": 134314, + "end": 134323, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 26 }, "end": { - "line": 2938, + "line": 2980, "column": 35 } } @@ -976804,15 +977291,15 @@ "binop": null, "updateContext": null }, - "start": 131933, - "end": 131934, + "start": 134323, + "end": 134324, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 35 }, "end": { - "line": 2938, + "line": 2980, "column": 36 } } @@ -976830,15 +977317,15 @@ "binop": null }, "value": "week_num", - "start": 131935, - "end": 131943, + "start": 134325, + "end": 134333, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 37 }, "end": { - "line": 2938, + "line": 2980, "column": 45 } } @@ -976856,15 +977343,15 @@ "binop": null, "updateContext": null }, - "start": 131944, - "end": 131945, + "start": 134334, + "end": 134335, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 46 }, "end": { - "line": 2938, + "line": 2980, "column": 47 } } @@ -976883,15 +977370,15 @@ "updateContext": null }, "value": "=", - "start": 131946, - "end": 131947, + "start": 134336, + "end": 134337, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 48 }, "end": { - "line": 2938, + "line": 2980, "column": 49 } } @@ -976909,15 +977396,15 @@ "binop": null }, "value": "date_seed", - "start": 131948, - "end": 131957, + "start": 134338, + "end": 134347, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 50 }, "end": { - "line": 2938, + "line": 2980, "column": 59 } } @@ -976935,15 +977422,15 @@ "binop": null, "updateContext": null }, - "start": 131957, - "end": 131958, + "start": 134347, + "end": 134348, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 59 }, "end": { - "line": 2938, + "line": 2980, "column": 60 } } @@ -976961,15 +977448,15 @@ "binop": null }, "value": "split", - "start": 131958, - "end": 131963, + "start": 134348, + "end": 134353, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 60 }, "end": { - "line": 2938, + "line": 2980, "column": 65 } } @@ -976986,15 +977473,15 @@ "postfix": false, "binop": null }, - "start": 131963, - "end": 131964, + "start": 134353, + "end": 134354, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 65 }, "end": { - "line": 2938, + "line": 2980, "column": 66 } } @@ -977013,15 +977500,15 @@ "updateContext": null }, "value": ",", - "start": 131964, - "end": 131967, + "start": 134354, + "end": 134357, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 66 }, "end": { - "line": 2938, + "line": 2980, "column": 69 } } @@ -977038,15 +977525,15 @@ "postfix": false, "binop": null }, - "start": 131967, - "end": 131968, + "start": 134357, + "end": 134358, "loc": { "start": { - "line": 2938, + "line": 2980, "column": 69 }, "end": { - "line": 2938, + "line": 2980, "column": 70 } } @@ -977064,15 +977551,15 @@ "binop": null }, "value": "is_remapping", - "start": 131993, - "end": 132005, + "start": 134383, + "end": 134395, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 24 }, "end": { - "line": 2939, + "line": 2981, "column": 36 } } @@ -977091,15 +977578,15 @@ "updateContext": null }, "value": "=", - "start": 132006, - "end": 132007, + "start": 134396, + "end": 134397, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 37 }, "end": { - "line": 2939, + "line": 2981, "column": 38 } } @@ -977117,15 +977604,15 @@ "binop": null }, "value": "parseInt", - "start": 132008, - "end": 132016, + "start": 134398, + "end": 134406, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 39 }, "end": { - "line": 2939, + "line": 2981, "column": 47 } } @@ -977142,15 +977629,15 @@ "postfix": false, "binop": null }, - "start": 132016, - "end": 132017, + "start": 134406, + "end": 134407, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 47 }, "end": { - "line": 2939, + "line": 2981, "column": 48 } } @@ -977168,15 +977655,15 @@ "binop": null }, "value": "base_year", - "start": 132018, - "end": 132027, + "start": 134408, + "end": 134417, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 49 }, "end": { - "line": 2939, + "line": 2981, "column": 58 } } @@ -977194,15 +977681,15 @@ "binop": null, "updateContext": null }, - "start": 132027, - "end": 132028, + "start": 134417, + "end": 134418, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 58 }, "end": { - "line": 2939, + "line": 2981, "column": 59 } } @@ -977221,15 +977708,15 @@ "updateContext": null }, "value": 10, - "start": 132029, - "end": 132031, + "start": 134419, + "end": 134421, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 60 }, "end": { - "line": 2939, + "line": 2981, "column": 62 } } @@ -977246,15 +977733,15 @@ "postfix": false, "binop": null }, - "start": 132032, - "end": 132033, + "start": 134422, + "end": 134423, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 63 }, "end": { - "line": 2939, + "line": 2981, "column": 64 } } @@ -977273,15 +977760,15 @@ "updateContext": null }, "value": "<", - "start": 132034, - "end": 132035, + "start": 134424, + "end": 134425, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 65 }, "end": { - "line": 2939, + "line": 2981, "column": 66 } } @@ -977300,15 +977787,15 @@ "updateContext": null }, "value": 100, - "start": 132036, - "end": 132039, + "start": 134426, + "end": 134429, "loc": { "start": { - "line": 2939, + "line": 2981, "column": 67 }, "end": { - "line": 2939, + "line": 2981, "column": 70 } } @@ -977326,15 +977813,15 @@ "binop": null }, "value": "_tmpDate", - "start": 132064, - "end": 132072, + "start": 134454, + "end": 134462, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 24 }, "end": { - "line": 2940, + "line": 2982, "column": 32 } } @@ -977353,15 +977840,15 @@ "updateContext": null }, "value": "=", - "start": 132073, - "end": 132074, + "start": 134463, + "end": 134464, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 33 }, "end": { - "line": 2940, + "line": 2982, "column": 34 } } @@ -977381,15 +977868,15 @@ "updateContext": null }, "value": "new", - "start": 132075, - "end": 132078, + "start": 134465, + "end": 134468, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 35 }, "end": { - "line": 2940, + "line": 2982, "column": 38 } } @@ -977407,15 +977894,15 @@ "binop": null }, "value": "Date", - "start": 132079, - "end": 132083, + "start": 134469, + "end": 134473, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 39 }, "end": { - "line": 2940, + "line": 2982, "column": 43 } } @@ -977432,15 +977919,15 @@ "postfix": false, "binop": null }, - "start": 132083, - "end": 132084, + "start": 134473, + "end": 134474, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 43 }, "end": { - "line": 2940, + "line": 2982, "column": 44 } } @@ -977458,15 +977945,15 @@ "binop": null }, "value": "base_year", - "start": 132085, - "end": 132094, + "start": 134475, + "end": 134484, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 45 }, "end": { - "line": 2940, + "line": 2982, "column": 54 } } @@ -977484,15 +977971,15 @@ "binop": null, "updateContext": null }, - "start": 132094, - "end": 132095, + "start": 134484, + "end": 134485, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 54 }, "end": { - "line": 2940, + "line": 2982, "column": 55 } } @@ -977511,15 +977998,15 @@ "updateContext": null }, "value": 0, - "start": 132096, - "end": 132097, + "start": 134486, + "end": 134487, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 56 }, "end": { - "line": 2940, + "line": 2982, "column": 57 } } @@ -977537,15 +978024,15 @@ "binop": null, "updateContext": null }, - "start": 132097, - "end": 132098, + "start": 134487, + "end": 134488, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 57 }, "end": { - "line": 2940, + "line": 2982, "column": 58 } } @@ -977564,15 +978051,15 @@ "updateContext": null }, "value": 1, - "start": 132099, - "end": 132100, + "start": 134489, + "end": 134490, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 59 }, "end": { - "line": 2940, + "line": 2982, "column": 60 } } @@ -977589,15 +978076,15 @@ "postfix": false, "binop": null }, - "start": 132101, - "end": 132102, + "start": 134491, + "end": 134492, "loc": { "start": { - "line": 2940, + "line": 2982, "column": 61 }, "end": { - "line": 2940, + "line": 2982, "column": 62 } } @@ -977617,15 +978104,15 @@ "updateContext": null }, "value": "if", - "start": 132127, - "end": 132129, + "start": 134517, + "end": 134519, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 24 }, "end": { - "line": 2941, + "line": 2983, "column": 26 } } @@ -977642,15 +978129,15 @@ "postfix": false, "binop": null }, - "start": 132130, - "end": 132131, + "start": 134520, + "end": 134521, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 27 }, "end": { - "line": 2941, + "line": 2983, "column": 28 } } @@ -977668,15 +978155,15 @@ "binop": null }, "value": "is_remapping", - "start": 132132, - "end": 132144, + "start": 134522, + "end": 134534, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 29 }, "end": { - "line": 2941, + "line": 2983, "column": 41 } } @@ -977693,15 +978180,15 @@ "postfix": false, "binop": null }, - "start": 132145, - "end": 132146, + "start": 134535, + "end": 134536, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 42 }, "end": { - "line": 2941, + "line": 2983, "column": 43 } } @@ -977718,15 +978205,15 @@ "postfix": false, "binop": null }, - "start": 132147, - "end": 132148, + "start": 134537, + "end": 134538, "loc": { "start": { - "line": 2941, + "line": 2983, "column": 44 }, "end": { - "line": 2941, + "line": 2983, "column": 45 } } @@ -977744,15 +978231,15 @@ "binop": null }, "value": "_tmpDate", - "start": 132177, - "end": 132185, + "start": 134567, + "end": 134575, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 28 }, "end": { - "line": 2942, + "line": 2984, "column": 36 } } @@ -977770,15 +978257,15 @@ "binop": null, "updateContext": null }, - "start": 132185, - "end": 132186, + "start": 134575, + "end": 134576, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 36 }, "end": { - "line": 2942, + "line": 2984, "column": 37 } } @@ -977796,15 +978283,15 @@ "binop": null }, "value": "setFullYear", - "start": 132186, - "end": 132197, + "start": 134576, + "end": 134587, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 37 }, "end": { - "line": 2942, + "line": 2984, "column": 48 } } @@ -977821,15 +978308,15 @@ "postfix": false, "binop": null }, - "start": 132197, - "end": 132198, + "start": 134587, + "end": 134588, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 48 }, "end": { - "line": 2942, + "line": 2984, "column": 49 } } @@ -977847,15 +978334,15 @@ "binop": null }, "value": "base_year", - "start": 132199, - "end": 132208, + "start": 134589, + "end": 134598, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 50 }, "end": { - "line": 2942, + "line": 2984, "column": 59 } } @@ -977872,15 +978359,15 @@ "postfix": false, "binop": null }, - "start": 132209, - "end": 132210, + "start": 134599, + "end": 134600, "loc": { "start": { - "line": 2942, + "line": 2984, "column": 60 }, "end": { - "line": 2942, + "line": 2984, "column": 61 } } @@ -977897,15 +978384,15 @@ "postfix": false, "binop": null }, - "start": 132235, - "end": 132236, + "start": 134625, + "end": 134626, "loc": { "start": { - "line": 2943, + "line": 2985, "column": 24 }, "end": { - "line": 2943, + "line": 2985, "column": 25 } } @@ -977923,15 +978410,15 @@ "binop": null }, "value": "begin_date", - "start": 132261, - "end": 132271, + "start": 134651, + "end": 134661, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 24 }, "end": { - "line": 2944, + "line": 2986, "column": 34 } } @@ -977950,15 +978437,15 @@ "updateContext": null }, "value": "=", - "start": 132272, - "end": 132273, + "start": 134662, + "end": 134663, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 35 }, "end": { - "line": 2944, + "line": 2986, "column": 36 } } @@ -977978,15 +978465,15 @@ "updateContext": null }, "value": "new", - "start": 132274, - "end": 132277, + "start": 134664, + "end": 134667, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 37 }, "end": { - "line": 2944, + "line": 2986, "column": 40 } } @@ -978004,15 +978491,15 @@ "binop": null }, "value": "Date", - "start": 132278, - "end": 132282, + "start": 134668, + "end": 134672, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 41 }, "end": { - "line": 2944, + "line": 2986, "column": 45 } } @@ -978029,15 +978516,15 @@ "postfix": false, "binop": null }, - "start": 132282, - "end": 132283, + "start": 134672, + "end": 134673, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 45 }, "end": { - "line": 2944, + "line": 2986, "column": 46 } } @@ -978055,15 +978542,15 @@ "binop": null }, "value": "_tmpDate", - "start": 132284, - "end": 132292, + "start": 134674, + "end": 134682, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 47 }, "end": { - "line": 2944, + "line": 2986, "column": 55 } } @@ -978081,15 +978568,15 @@ "binop": null, "updateContext": null }, - "start": 132292, - "end": 132293, + "start": 134682, + "end": 134683, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 55 }, "end": { - "line": 2944, + "line": 2986, "column": 56 } } @@ -978107,15 +978594,15 @@ "binop": null }, "value": "getTime", - "start": 132293, - "end": 132300, + "start": 134683, + "end": 134690, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 56 }, "end": { - "line": 2944, + "line": 2986, "column": 63 } } @@ -978132,15 +978619,15 @@ "postfix": false, "binop": null }, - "start": 132300, - "end": 132301, + "start": 134690, + "end": 134691, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 63 }, "end": { - "line": 2944, + "line": 2986, "column": 64 } } @@ -978157,15 +978644,15 @@ "postfix": false, "binop": null }, - "start": 132301, - "end": 132302, + "start": 134691, + "end": 134692, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 64 }, "end": { - "line": 2944, + "line": 2986, "column": 65 } } @@ -978184,15 +978671,15 @@ "updateContext": null }, "value": "+", - "start": 132303, - "end": 132304, + "start": 134693, + "end": 134694, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 66 }, "end": { - "line": 2944, + "line": 2986, "column": 67 } } @@ -978209,15 +978696,15 @@ "postfix": false, "binop": null }, - "start": 132305, - "end": 132306, + "start": 134695, + "end": 134696, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 68 }, "end": { - "line": 2944, + "line": 2986, "column": 69 } } @@ -978235,15 +978722,15 @@ "binop": null }, "value": "week_num", - "start": 132307, - "end": 132315, + "start": 134697, + "end": 134705, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 70 }, "end": { - "line": 2944, + "line": 2986, "column": 78 } } @@ -978262,15 +978749,15 @@ "updateContext": null }, "value": "*", - "start": 132316, - "end": 132317, + "start": 134706, + "end": 134707, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 79 }, "end": { - "line": 2944, + "line": 2986, "column": 80 } } @@ -978289,15 +978776,15 @@ "updateContext": null }, "value": 7, - "start": 132318, - "end": 132319, + "start": 134708, + "end": 134709, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 81 }, "end": { - "line": 2944, + "line": 2986, "column": 82 } } @@ -978316,15 +978803,15 @@ "updateContext": null }, "value": "*", - "start": 132320, - "end": 132321, + "start": 134710, + "end": 134711, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 83 }, "end": { - "line": 2944, + "line": 2986, "column": 84 } } @@ -978343,15 +978830,15 @@ "updateContext": null }, "value": 24, - "start": 132322, - "end": 132324, + "start": 134712, + "end": 134714, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 85 }, "end": { - "line": 2944, + "line": 2986, "column": 87 } } @@ -978370,15 +978857,15 @@ "updateContext": null }, "value": "*", - "start": 132325, - "end": 132326, + "start": 134715, + "end": 134716, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 88 }, "end": { - "line": 2944, + "line": 2986, "column": 89 } } @@ -978397,15 +978884,15 @@ "updateContext": null }, "value": 60, - "start": 132327, - "end": 132329, + "start": 134717, + "end": 134719, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 90 }, "end": { - "line": 2944, + "line": 2986, "column": 92 } } @@ -978424,15 +978911,15 @@ "updateContext": null }, "value": "*", - "start": 132330, - "end": 132331, + "start": 134720, + "end": 134721, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 93 }, "end": { - "line": 2944, + "line": 2986, "column": 94 } } @@ -978451,15 +978938,15 @@ "updateContext": null }, "value": 60, - "start": 132332, - "end": 132334, + "start": 134722, + "end": 134724, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 95 }, "end": { - "line": 2944, + "line": 2986, "column": 97 } } @@ -978478,15 +978965,15 @@ "updateContext": null }, "value": "*", - "start": 132335, - "end": 132336, + "start": 134725, + "end": 134726, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 98 }, "end": { - "line": 2944, + "line": 2986, "column": 99 } } @@ -978505,15 +978992,15 @@ "updateContext": null }, "value": 1000, - "start": 132337, - "end": 132341, + "start": 134727, + "end": 134731, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 100 }, "end": { - "line": 2944, + "line": 2986, "column": 104 } } @@ -978530,15 +979017,15 @@ "postfix": false, "binop": null }, - "start": 132342, - "end": 132343, + "start": 134732, + "end": 134733, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 105 }, "end": { - "line": 2944, + "line": 2986, "column": 106 } } @@ -978555,15 +979042,15 @@ "postfix": false, "binop": null }, - "start": 132344, - "end": 132345, + "start": 134734, + "end": 134735, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 107 }, "end": { - "line": 2944, + "line": 2986, "column": 108 } } @@ -978581,15 +979068,15 @@ "binop": null, "updateContext": null }, - "start": 132345, - "end": 132346, + "start": 134735, + "end": 134736, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 108 }, "end": { - "line": 2944, + "line": 2986, "column": 109 } } @@ -978607,15 +979094,15 @@ "binop": null }, "value": "toString", - "start": 132346, - "end": 132354, + "start": 134736, + "end": 134744, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 109 }, "end": { - "line": 2944, + "line": 2986, "column": 117 } } @@ -978632,15 +979119,15 @@ "postfix": false, "binop": null }, - "start": 132354, - "end": 132355, + "start": 134744, + "end": 134745, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 117 }, "end": { - "line": 2944, + "line": 2986, "column": 118 } } @@ -978657,15 +979144,15 @@ "postfix": false, "binop": null }, - "start": 132355, - "end": 132356, + "start": 134745, + "end": 134746, "loc": { "start": { - "line": 2944, + "line": 2986, "column": 118 }, "end": { - "line": 2944, + "line": 2986, "column": 119 } } @@ -978683,15 +979170,15 @@ "binop": null }, "value": "end_date", - "start": 132381, - "end": 132389, + "start": 134771, + "end": 134779, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 24 }, "end": { - "line": 2945, + "line": 2987, "column": 32 } } @@ -978710,15 +979197,15 @@ "updateContext": null }, "value": "=", - "start": 132392, - "end": 132393, + "start": 134782, + "end": 134783, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 35 }, "end": { - "line": 2945, + "line": 2987, "column": 36 } } @@ -978738,15 +979225,15 @@ "updateContext": null }, "value": "new", - "start": 132394, - "end": 132397, + "start": 134784, + "end": 134787, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 37 }, "end": { - "line": 2945, + "line": 2987, "column": 40 } } @@ -978764,15 +979251,15 @@ "binop": null }, "value": "Date", - "start": 132398, - "end": 132402, + "start": 134788, + "end": 134792, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 41 }, "end": { - "line": 2945, + "line": 2987, "column": 45 } } @@ -978789,15 +979276,15 @@ "postfix": false, "binop": null }, - "start": 132402, - "end": 132403, + "start": 134792, + "end": 134793, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 45 }, "end": { - "line": 2945, + "line": 2987, "column": 46 } } @@ -978817,15 +979304,15 @@ "updateContext": null }, "value": "new", - "start": 132404, - "end": 132407, + "start": 134794, + "end": 134797, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 47 }, "end": { - "line": 2945, + "line": 2987, "column": 50 } } @@ -978843,15 +979330,15 @@ "binop": null }, "value": "Date", - "start": 132408, - "end": 132412, + "start": 134798, + "end": 134802, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 51 }, "end": { - "line": 2945, + "line": 2987, "column": 55 } } @@ -978868,15 +979355,15 @@ "postfix": false, "binop": null }, - "start": 132412, - "end": 132413, + "start": 134802, + "end": 134803, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 55 }, "end": { - "line": 2945, + "line": 2987, "column": 56 } } @@ -978894,15 +979381,15 @@ "binop": null }, "value": "begin_date", - "start": 132414, - "end": 132424, + "start": 134804, + "end": 134814, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 57 }, "end": { - "line": 2945, + "line": 2987, "column": 67 } } @@ -978919,15 +979406,15 @@ "postfix": false, "binop": null }, - "start": 132425, - "end": 132426, + "start": 134815, + "end": 134816, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 68 }, "end": { - "line": 2945, + "line": 2987, "column": 69 } } @@ -978945,15 +979432,15 @@ "binop": null, "updateContext": null }, - "start": 132426, - "end": 132427, + "start": 134816, + "end": 134817, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 69 }, "end": { - "line": 2945, + "line": 2987, "column": 70 } } @@ -978971,15 +979458,15 @@ "binop": null }, "value": "getTime", - "start": 132427, - "end": 132434, + "start": 134817, + "end": 134824, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 70 }, "end": { - "line": 2945, + "line": 2987, "column": 77 } } @@ -978996,15 +979483,15 @@ "postfix": false, "binop": null }, - "start": 132434, - "end": 132435, + "start": 134824, + "end": 134825, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 77 }, "end": { - "line": 2945, + "line": 2987, "column": 78 } } @@ -979021,15 +979508,15 @@ "postfix": false, "binop": null }, - "start": 132435, - "end": 132436, + "start": 134825, + "end": 134826, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 78 }, "end": { - "line": 2945, + "line": 2987, "column": 79 } } @@ -979048,15 +979535,15 @@ "updateContext": null }, "value": "+", - "start": 132437, - "end": 132438, + "start": 134827, + "end": 134828, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 80 }, "end": { - "line": 2945, + "line": 2987, "column": 81 } } @@ -979073,15 +979560,15 @@ "postfix": false, "binop": null }, - "start": 132439, - "end": 132440, + "start": 134829, + "end": 134830, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 82 }, "end": { - "line": 2945, + "line": 2987, "column": 83 } } @@ -979100,15 +979587,15 @@ "updateContext": null }, "value": 7, - "start": 132441, - "end": 132442, + "start": 134831, + "end": 134832, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 84 }, "end": { - "line": 2945, + "line": 2987, "column": 85 } } @@ -979127,15 +979614,15 @@ "updateContext": null }, "value": "*", - "start": 132443, - "end": 132444, + "start": 134833, + "end": 134834, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 86 }, "end": { - "line": 2945, + "line": 2987, "column": 87 } } @@ -979154,15 +979641,15 @@ "updateContext": null }, "value": 24, - "start": 132445, - "end": 132447, + "start": 134835, + "end": 134837, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 88 }, "end": { - "line": 2945, + "line": 2987, "column": 90 } } @@ -979181,15 +979668,15 @@ "updateContext": null }, "value": "*", - "start": 132448, - "end": 132449, + "start": 134838, + "end": 134839, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 91 }, "end": { - "line": 2945, + "line": 2987, "column": 92 } } @@ -979208,15 +979695,15 @@ "updateContext": null }, "value": 60, - "start": 132450, - "end": 132452, + "start": 134840, + "end": 134842, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 93 }, "end": { - "line": 2945, + "line": 2987, "column": 95 } } @@ -979235,15 +979722,15 @@ "updateContext": null }, "value": "*", - "start": 132453, - "end": 132454, + "start": 134843, + "end": 134844, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 96 }, "end": { - "line": 2945, + "line": 2987, "column": 97 } } @@ -979262,15 +979749,15 @@ "updateContext": null }, "value": 60, - "start": 132455, - "end": 132457, + "start": 134845, + "end": 134847, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 98 }, "end": { - "line": 2945, + "line": 2987, "column": 100 } } @@ -979289,15 +979776,15 @@ "updateContext": null }, "value": "*", - "start": 132458, - "end": 132459, + "start": 134848, + "end": 134849, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 101 }, "end": { - "line": 2945, + "line": 2987, "column": 102 } } @@ -979316,15 +979803,15 @@ "updateContext": null }, "value": 1000, - "start": 132460, - "end": 132464, + "start": 134850, + "end": 134854, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 103 }, "end": { - "line": 2945, + "line": 2987, "column": 107 } } @@ -979341,15 +979828,15 @@ "postfix": false, "binop": null }, - "start": 132465, - "end": 132466, + "start": 134855, + "end": 134856, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 108 }, "end": { - "line": 2945, + "line": 2987, "column": 109 } } @@ -979368,15 +979855,15 @@ "updateContext": null }, "value": "-", - "start": 132467, - "end": 132468, + "start": 134857, + "end": 134858, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 110 }, "end": { - "line": 2945, + "line": 2987, "column": 111 } } @@ -979395,15 +979882,15 @@ "updateContext": null }, "value": 1, - "start": 132469, - "end": 132470, + "start": 134859, + "end": 134860, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 112 }, "end": { - "line": 2945, + "line": 2987, "column": 113 } } @@ -979420,15 +979907,15 @@ "postfix": false, "binop": null }, - "start": 132471, - "end": 132472, + "start": 134861, + "end": 134862, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 114 }, "end": { - "line": 2945, + "line": 2987, "column": 115 } } @@ -979446,15 +979933,15 @@ "binop": null, "updateContext": null }, - "start": 132472, - "end": 132473, + "start": 134862, + "end": 134863, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 115 }, "end": { - "line": 2945, + "line": 2987, "column": 116 } } @@ -979472,15 +979959,15 @@ "binop": null }, "value": "toString", - "start": 132473, - "end": 132481, + "start": 134863, + "end": 134871, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 116 }, "end": { - "line": 2945, + "line": 2987, "column": 124 } } @@ -979497,15 +979984,15 @@ "postfix": false, "binop": null }, - "start": 132481, - "end": 132482, + "start": 134871, + "end": 134872, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 124 }, "end": { - "line": 2945, + "line": 2987, "column": 125 } } @@ -979522,15 +980009,15 @@ "postfix": false, "binop": null }, - "start": 132482, - "end": 132483, + "start": 134872, + "end": 134873, "loc": { "start": { - "line": 2945, + "line": 2987, "column": 125 }, "end": { - "line": 2945, + "line": 2987, "column": 126 } } @@ -979550,15 +980037,15 @@ "updateContext": null }, "value": "break", - "start": 132508, - "end": 132513, + "start": 134898, + "end": 134903, "loc": { "start": { - "line": 2946, + "line": 2988, "column": 24 }, "end": { - "line": 2946, + "line": 2988, "column": 29 } } @@ -979578,15 +980065,15 @@ "updateContext": null }, "value": "case", - "start": 132534, - "end": 132538, + "start": 134924, + "end": 134928, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 20 }, "end": { - "line": 2947, + "line": 2989, "column": 24 } } @@ -979608,15 +980095,15 @@ "pattern": "^day$", "flags": "i" }, - "start": 132539, - "end": 132547, + "start": 134929, + "end": 134937, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 25 }, "end": { - "line": 2947, + "line": 2989, "column": 33 } } @@ -979634,15 +980121,15 @@ "binop": null, "updateContext": null }, - "start": 132547, - "end": 132548, + "start": 134937, + "end": 134938, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 33 }, "end": { - "line": 2947, + "line": 2989, "column": 34 } } @@ -979660,15 +980147,15 @@ "binop": null }, "value": "test", - "start": 132548, - "end": 132552, + "start": 134938, + "end": 134942, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 34 }, "end": { - "line": 2947, + "line": 2989, "column": 38 } } @@ -979685,15 +980172,15 @@ "postfix": false, "binop": null }, - "start": 132552, - "end": 132553, + "start": 134942, + "end": 134943, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 38 }, "end": { - "line": 2947, + "line": 2989, "column": 39 } } @@ -979711,15 +980198,15 @@ "binop": null }, "value": "scale", - "start": 132554, - "end": 132559, + "start": 134944, + "end": 134949, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 40 }, "end": { - "line": 2947, + "line": 2989, "column": 45 } } @@ -979736,15 +980223,15 @@ "postfix": false, "binop": null }, - "start": 132560, - "end": 132561, + "start": 134950, + "end": 134951, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 46 }, "end": { - "line": 2947, + "line": 2989, "column": 47 } } @@ -979762,15 +980249,15 @@ "binop": null, "updateContext": null }, - "start": 132561, - "end": 132562, + "start": 134951, + "end": 134952, "loc": { "start": { - "line": 2947, + "line": 2989, "column": 47 }, "end": { - "line": 2947, + "line": 2989, "column": 48 } } @@ -979790,15 +980277,15 @@ "updateContext": null }, "value": "case", - "start": 132583, - "end": 132587, + "start": 134973, + "end": 134977, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 20 }, "end": { - "line": 2948, + "line": 2990, "column": 24 } } @@ -979820,15 +980307,15 @@ "pattern": "^weekday$", "flags": "i" }, - "start": 132588, - "end": 132600, + "start": 134978, + "end": 134990, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 25 }, "end": { - "line": 2948, + "line": 2990, "column": 37 } } @@ -979846,15 +980333,15 @@ "binop": null, "updateContext": null }, - "start": 132600, - "end": 132601, + "start": 134990, + "end": 134991, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 37 }, "end": { - "line": 2948, + "line": 2990, "column": 38 } } @@ -979872,15 +980359,15 @@ "binop": null }, "value": "test", - "start": 132601, - "end": 132605, + "start": 134991, + "end": 134995, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 38 }, "end": { - "line": 2948, + "line": 2990, "column": 42 } } @@ -979897,15 +980384,15 @@ "postfix": false, "binop": null }, - "start": 132605, - "end": 132606, + "start": 134995, + "end": 134996, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 42 }, "end": { - "line": 2948, + "line": 2990, "column": 43 } } @@ -979923,15 +980410,15 @@ "binop": null }, "value": "scale", - "start": 132607, - "end": 132612, + "start": 134997, + "end": 135002, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 44 }, "end": { - "line": 2948, + "line": 2990, "column": 49 } } @@ -979948,15 +980435,15 @@ "postfix": false, "binop": null }, - "start": 132613, - "end": 132614, + "start": 135003, + "end": 135004, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 50 }, "end": { - "line": 2948, + "line": 2990, "column": 51 } } @@ -979974,15 +980461,15 @@ "binop": null, "updateContext": null }, - "start": 132614, - "end": 132615, + "start": 135004, + "end": 135005, "loc": { "start": { - "line": 2948, + "line": 2990, "column": 51 }, "end": { - "line": 2948, + "line": 2990, "column": 52 } } @@ -980002,15 +980489,15 @@ "updateContext": null }, "value": "if", - "start": 132640, - "end": 132642, + "start": 135030, + "end": 135032, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 24 }, "end": { - "line": 2949, + "line": 2991, "column": 26 } } @@ -980027,15 +980514,15 @@ "postfix": false, "binop": null }, - "start": 132643, - "end": 132644, + "start": 135033, + "end": 135034, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 27 }, "end": { - "line": 2949, + "line": 2991, "column": 28 } } @@ -980054,15 +980541,15 @@ "updateContext": null }, "value": "weekday", - "start": 132645, - "end": 132654, + "start": 135035, + "end": 135044, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 29 }, "end": { - "line": 2949, + "line": 2991, "column": 38 } } @@ -980081,15 +980568,15 @@ "updateContext": null }, "value": "===", - "start": 132655, - "end": 132658, + "start": 135045, + "end": 135048, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 39 }, "end": { - "line": 2949, + "line": 2991, "column": 42 } } @@ -980107,15 +980594,15 @@ "binop": null }, "value": "scale", - "start": 132659, - "end": 132664, + "start": 135049, + "end": 135054, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 43 }, "end": { - "line": 2949, + "line": 2991, "column": 48 } } @@ -980132,15 +980619,15 @@ "postfix": false, "binop": null }, - "start": 132665, - "end": 132666, + "start": 135055, + "end": 135056, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 49 }, "end": { - "line": 2949, + "line": 2991, "column": 50 } } @@ -980157,15 +980644,15 @@ "postfix": false, "binop": null }, - "start": 132667, - "end": 132668, + "start": 135057, + "end": 135058, "loc": { "start": { - "line": 2949, + "line": 2991, "column": 51 }, "end": { - "line": 2949, + "line": 2991, "column": 52 } } @@ -980185,15 +980672,15 @@ "updateContext": null }, "value": "let", - "start": 132697, - "end": 132700, + "start": 135087, + "end": 135090, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 28 }, "end": { - "line": 2950, + "line": 2992, "column": 31 } } @@ -980211,15 +980698,15 @@ "binop": null }, "value": "_tmp", - "start": 132701, - "end": 132705, + "start": 135091, + "end": 135095, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 32 }, "end": { - "line": 2950, + "line": 2992, "column": 36 } } @@ -980238,15 +980725,15 @@ "updateContext": null }, "value": "=", - "start": 132706, - "end": 132707, + "start": 135096, + "end": 135097, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 37 }, "end": { - "line": 2950, + "line": 2992, "column": 38 } } @@ -980264,15 +980751,15 @@ "binop": null }, "value": "date_seed", - "start": 132708, - "end": 132717, + "start": 135098, + "end": 135107, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 39 }, "end": { - "line": 2950, + "line": 2992, "column": 48 } } @@ -980290,15 +980777,15 @@ "binop": null, "updateContext": null }, - "start": 132717, - "end": 132718, + "start": 135107, + "end": 135108, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 48 }, "end": { - "line": 2950, + "line": 2992, "column": 49 } } @@ -980316,15 +980803,15 @@ "binop": null }, "value": "split", - "start": 132718, - "end": 132723, + "start": 135108, + "end": 135113, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 49 }, "end": { - "line": 2950, + "line": 2992, "column": 54 } } @@ -980341,15 +980828,15 @@ "postfix": false, "binop": null }, - "start": 132723, - "end": 132724, + "start": 135113, + "end": 135114, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 54 }, "end": { - "line": 2950, + "line": 2992, "column": 55 } } @@ -980368,15 +980855,15 @@ "updateContext": null }, "value": ",", - "start": 132724, - "end": 132727, + "start": 135114, + "end": 135117, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 55 }, "end": { - "line": 2950, + "line": 2992, "column": 58 } } @@ -980393,15 +980880,15 @@ "postfix": false, "binop": null }, - "start": 132727, - "end": 132728, + "start": 135117, + "end": 135118, "loc": { "start": { - "line": 2950, + "line": 2992, "column": 58 }, "end": { - "line": 2950, + "line": 2992, "column": 59 } } @@ -980419,15 +980906,15 @@ "binop": null }, "value": "date_seed", - "start": 132757, - "end": 132766, + "start": 135147, + "end": 135156, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 28 }, "end": { - "line": 2951, + "line": 2993, "column": 37 } } @@ -980446,15 +980933,15 @@ "updateContext": null }, "value": "=", - "start": 132767, - "end": 132768, + "start": 135157, + "end": 135158, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 38 }, "end": { - "line": 2951, + "line": 2993, "column": 39 } } @@ -980472,15 +980959,15 @@ "binop": null }, "value": "_tmp", - "start": 132769, - "end": 132773, + "start": 135159, + "end": 135163, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 40 }, "end": { - "line": 2951, + "line": 2993, "column": 44 } } @@ -980498,15 +980985,15 @@ "binop": null, "updateContext": null }, - "start": 132773, - "end": 132774, + "start": 135163, + "end": 135164, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 44 }, "end": { - "line": 2951, + "line": 2993, "column": 45 } } @@ -980525,15 +981012,15 @@ "updateContext": null }, "value": 0, - "start": 132774, - "end": 132775, + "start": 135164, + "end": 135165, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 45 }, "end": { - "line": 2951, + "line": 2993, "column": 46 } } @@ -980551,15 +981038,15 @@ "binop": null, "updateContext": null }, - "start": 132775, - "end": 132776, + "start": 135165, + "end": 135166, "loc": { "start": { - "line": 2951, + "line": 2993, "column": 46 }, "end": { - "line": 2951, + "line": 2993, "column": 47 } } @@ -980576,15 +981063,15 @@ "postfix": false, "binop": null }, - "start": 132801, - "end": 132802, + "start": 135191, + "end": 135192, "loc": { "start": { - "line": 2952, + "line": 2994, "column": 24 }, "end": { - "line": 2952, + "line": 2994, "column": 25 } } @@ -980602,15 +981089,15 @@ "binop": null, "updateContext": null }, - "start": 132827, - "end": 132828, + "start": 135217, + "end": 135218, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 24 }, "end": { - "line": 2953, + "line": 2995, "column": 25 } } @@ -980628,15 +981115,15 @@ "binop": null }, "value": "base_year", - "start": 132829, - "end": 132838, + "start": 135219, + "end": 135228, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 26 }, "end": { - "line": 2953, + "line": 2995, "column": 35 } } @@ -980654,15 +981141,15 @@ "binop": null, "updateContext": null }, - "start": 132838, - "end": 132839, + "start": 135228, + "end": 135229, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 35 }, "end": { - "line": 2953, + "line": 2995, "column": 36 } } @@ -980680,15 +981167,15 @@ "binop": null }, "value": "base_month", - "start": 132840, - "end": 132850, + "start": 135230, + "end": 135240, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 37 }, "end": { - "line": 2953, + "line": 2995, "column": 47 } } @@ -980706,15 +981193,15 @@ "binop": null, "updateContext": null }, - "start": 132850, - "end": 132851, + "start": 135240, + "end": 135241, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 47 }, "end": { - "line": 2953, + "line": 2995, "column": 48 } } @@ -980732,15 +981219,15 @@ "binop": null }, "value": "base_day", - "start": 132852, - "end": 132860, + "start": 135242, + "end": 135250, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 49 }, "end": { - "line": 2953, + "line": 2995, "column": 57 } } @@ -980758,15 +981245,15 @@ "binop": null, "updateContext": null }, - "start": 132861, - "end": 132862, + "start": 135251, + "end": 135252, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 58 }, "end": { - "line": 2953, + "line": 2995, "column": 59 } } @@ -980785,15 +981272,15 @@ "updateContext": null }, "value": "=", - "start": 132863, - "end": 132864, + "start": 135253, + "end": 135254, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 60 }, "end": { - "line": 2953, + "line": 2995, "column": 61 } } @@ -980811,15 +981298,15 @@ "binop": null }, "value": "date_seed", - "start": 132865, - "end": 132874, + "start": 135255, + "end": 135264, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 62 }, "end": { - "line": 2953, + "line": 2995, "column": 71 } } @@ -980837,15 +981324,15 @@ "binop": null, "updateContext": null }, - "start": 132874, - "end": 132875, + "start": 135264, + "end": 135265, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 71 }, "end": { - "line": 2953, + "line": 2995, "column": 72 } } @@ -980863,15 +981350,15 @@ "binop": null }, "value": "split", - "start": 132875, - "end": 132880, + "start": 135265, + "end": 135270, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 72 }, "end": { - "line": 2953, + "line": 2995, "column": 77 } } @@ -980888,15 +981375,15 @@ "postfix": false, "binop": null }, - "start": 132880, - "end": 132881, + "start": 135270, + "end": 135271, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 77 }, "end": { - "line": 2953, + "line": 2995, "column": 78 } } @@ -980915,15 +981402,15 @@ "updateContext": null }, "value": "/", - "start": 132881, - "end": 132884, + "start": 135271, + "end": 135274, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 78 }, "end": { - "line": 2953, + "line": 2995, "column": 81 } } @@ -980940,15 +981427,15 @@ "postfix": false, "binop": null }, - "start": 132884, - "end": 132885, + "start": 135274, + "end": 135275, "loc": { "start": { - "line": 2953, + "line": 2995, "column": 81 }, "end": { - "line": 2953, + "line": 2995, "column": 82 } } @@ -980966,15 +981453,15 @@ "binop": null }, "value": "is_remapping", - "start": 132910, - "end": 132922, + "start": 135300, + "end": 135312, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 24 }, "end": { - "line": 2954, + "line": 2996, "column": 36 } } @@ -980993,15 +981480,15 @@ "updateContext": null }, "value": "=", - "start": 132923, - "end": 132924, + "start": 135313, + "end": 135314, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 37 }, "end": { - "line": 2954, + "line": 2996, "column": 38 } } @@ -981019,15 +981506,15 @@ "binop": null }, "value": "parseInt", - "start": 132925, - "end": 132933, + "start": 135315, + "end": 135323, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 39 }, "end": { - "line": 2954, + "line": 2996, "column": 47 } } @@ -981044,15 +981531,15 @@ "postfix": false, "binop": null }, - "start": 132933, - "end": 132934, + "start": 135323, + "end": 135324, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 47 }, "end": { - "line": 2954, + "line": 2996, "column": 48 } } @@ -981070,15 +981557,15 @@ "binop": null }, "value": "base_year", - "start": 132935, - "end": 132944, + "start": 135325, + "end": 135334, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 49 }, "end": { - "line": 2954, + "line": 2996, "column": 58 } } @@ -981096,15 +981583,15 @@ "binop": null, "updateContext": null }, - "start": 132944, - "end": 132945, + "start": 135334, + "end": 135335, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 58 }, "end": { - "line": 2954, + "line": 2996, "column": 59 } } @@ -981123,15 +981610,15 @@ "updateContext": null }, "value": 10, - "start": 132946, - "end": 132948, + "start": 135336, + "end": 135338, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 60 }, "end": { - "line": 2954, + "line": 2996, "column": 62 } } @@ -981148,15 +981635,15 @@ "postfix": false, "binop": null }, - "start": 132949, - "end": 132950, + "start": 135339, + "end": 135340, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 63 }, "end": { - "line": 2954, + "line": 2996, "column": 64 } } @@ -981175,15 +981662,15 @@ "updateContext": null }, "value": "<", - "start": 132951, - "end": 132952, + "start": 135341, + "end": 135342, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 65 }, "end": { - "line": 2954, + "line": 2996, "column": 66 } } @@ -981202,15 +981689,15 @@ "updateContext": null }, "value": 100, - "start": 132953, - "end": 132956, + "start": 135343, + "end": 135346, "loc": { "start": { - "line": 2954, + "line": 2996, "column": 67 }, "end": { - "line": 2954, + "line": 2996, "column": 70 } } @@ -981228,15 +981715,15 @@ "binop": null }, "value": "_tmpDate", - "start": 132981, - "end": 132989, + "start": 135371, + "end": 135379, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 24 }, "end": { - "line": 2955, + "line": 2997, "column": 32 } } @@ -981255,15 +981742,15 @@ "updateContext": null }, "value": "=", - "start": 132990, - "end": 132991, + "start": 135380, + "end": 135381, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 33 }, "end": { - "line": 2955, + "line": 2997, "column": 34 } } @@ -981283,15 +981770,15 @@ "updateContext": null }, "value": "new", - "start": 132992, - "end": 132995, + "start": 135382, + "end": 135385, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 35 }, "end": { - "line": 2955, + "line": 2997, "column": 38 } } @@ -981309,15 +981796,15 @@ "binop": null }, "value": "Date", - "start": 132996, - "end": 133000, + "start": 135386, + "end": 135390, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 39 }, "end": { - "line": 2955, + "line": 2997, "column": 43 } } @@ -981334,15 +981821,15 @@ "postfix": false, "binop": null }, - "start": 133000, - "end": 133001, + "start": 135390, + "end": 135391, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 43 }, "end": { - "line": 2955, + "line": 2997, "column": 44 } } @@ -981360,15 +981847,15 @@ "binop": null }, "value": "base_year", - "start": 133002, - "end": 133011, + "start": 135392, + "end": 135401, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 45 }, "end": { - "line": 2955, + "line": 2997, "column": 54 } } @@ -981386,15 +981873,15 @@ "binop": null, "updateContext": null }, - "start": 133011, - "end": 133012, + "start": 135401, + "end": 135402, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 54 }, "end": { - "line": 2955, + "line": 2997, "column": 55 } } @@ -981412,15 +981899,15 @@ "binop": null }, "value": "parseInt", - "start": 133013, - "end": 133021, + "start": 135403, + "end": 135411, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 56 }, "end": { - "line": 2955, + "line": 2997, "column": 64 } } @@ -981437,15 +981924,15 @@ "postfix": false, "binop": null }, - "start": 133021, - "end": 133022, + "start": 135411, + "end": 135412, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 64 }, "end": { - "line": 2955, + "line": 2997, "column": 65 } } @@ -981463,15 +981950,15 @@ "binop": null }, "value": "base_month", - "start": 133023, - "end": 133033, + "start": 135413, + "end": 135423, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 66 }, "end": { - "line": 2955, + "line": 2997, "column": 76 } } @@ -981489,15 +981976,15 @@ "binop": null, "updateContext": null }, - "start": 133033, - "end": 133034, + "start": 135423, + "end": 135424, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 76 }, "end": { - "line": 2955, + "line": 2997, "column": 77 } } @@ -981516,15 +982003,15 @@ "updateContext": null }, "value": 10, - "start": 133035, - "end": 133037, + "start": 135425, + "end": 135427, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 78 }, "end": { - "line": 2955, + "line": 2997, "column": 80 } } @@ -981541,15 +982028,15 @@ "postfix": false, "binop": null }, - "start": 133038, - "end": 133039, + "start": 135428, + "end": 135429, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 81 }, "end": { - "line": 2955, + "line": 2997, "column": 82 } } @@ -981568,15 +982055,15 @@ "updateContext": null }, "value": "-", - "start": 133040, - "end": 133041, + "start": 135430, + "end": 135431, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 83 }, "end": { - "line": 2955, + "line": 2997, "column": 84 } } @@ -981595,15 +982082,15 @@ "updateContext": null }, "value": 1, - "start": 133042, - "end": 133043, + "start": 135432, + "end": 135433, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 85 }, "end": { - "line": 2955, + "line": 2997, "column": 86 } } @@ -981621,15 +982108,15 @@ "binop": null, "updateContext": null }, - "start": 133043, - "end": 133044, + "start": 135433, + "end": 135434, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 86 }, "end": { - "line": 2955, + "line": 2997, "column": 87 } } @@ -981647,15 +982134,15 @@ "binop": null }, "value": "base_day", - "start": 133045, - "end": 133053, + "start": 135435, + "end": 135443, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 88 }, "end": { - "line": 2955, + "line": 2997, "column": 96 } } @@ -981672,15 +982159,15 @@ "postfix": false, "binop": null }, - "start": 133054, - "end": 133055, + "start": 135444, + "end": 135445, "loc": { "start": { - "line": 2955, + "line": 2997, "column": 97 }, "end": { - "line": 2955, + "line": 2997, "column": 98 } } @@ -981698,15 +982185,15 @@ "binop": null }, "value": "begin_date", - "start": 133080, - "end": 133090, + "start": 135470, + "end": 135480, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 24 }, "end": { - "line": 2956, + "line": 2998, "column": 34 } } @@ -981725,15 +982212,15 @@ "updateContext": null }, "value": "=", - "start": 133091, - "end": 133092, + "start": 135481, + "end": 135482, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 35 }, "end": { - "line": 2956, + "line": 2998, "column": 36 } } @@ -981751,15 +982238,15 @@ "binop": null }, "value": "_tmpDate", - "start": 133093, - "end": 133101, + "start": 135483, + "end": 135491, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 37 }, "end": { - "line": 2956, + "line": 2998, "column": 45 } } @@ -981777,15 +982264,15 @@ "binop": null, "updateContext": null }, - "start": 133101, - "end": 133102, + "start": 135491, + "end": 135492, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 45 }, "end": { - "line": 2956, + "line": 2998, "column": 46 } } @@ -981803,15 +982290,15 @@ "binop": null }, "value": "toString", - "start": 133102, - "end": 133110, + "start": 135492, + "end": 135500, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 46 }, "end": { - "line": 2956, + "line": 2998, "column": 54 } } @@ -981828,15 +982315,15 @@ "postfix": false, "binop": null }, - "start": 133110, - "end": 133111, + "start": 135500, + "end": 135501, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 54 }, "end": { - "line": 2956, + "line": 2998, "column": 55 } } @@ -981853,15 +982340,15 @@ "postfix": false, "binop": null }, - "start": 133111, - "end": 133112, + "start": 135501, + "end": 135502, "loc": { "start": { - "line": 2956, + "line": 2998, "column": 55 }, "end": { - "line": 2956, + "line": 2998, "column": 56 } } @@ -981879,15 +982366,15 @@ "binop": null }, "value": "end_date", - "start": 133137, - "end": 133145, + "start": 135527, + "end": 135535, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 24 }, "end": { - "line": 2957, + "line": 2999, "column": 32 } } @@ -981906,15 +982393,15 @@ "updateContext": null }, "value": "=", - "start": 133148, - "end": 133149, + "start": 135538, + "end": 135539, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 35 }, "end": { - "line": 2957, + "line": 2999, "column": 36 } } @@ -981934,15 +982421,15 @@ "updateContext": null }, "value": "new", - "start": 133150, - "end": 133153, + "start": 135540, + "end": 135543, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 37 }, "end": { - "line": 2957, + "line": 2999, "column": 40 } } @@ -981960,15 +982447,15 @@ "binop": null }, "value": "Date", - "start": 133154, - "end": 133158, + "start": 135544, + "end": 135548, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 41 }, "end": { - "line": 2957, + "line": 2999, "column": 45 } } @@ -981985,15 +982472,15 @@ "postfix": false, "binop": null }, - "start": 133158, - "end": 133159, + "start": 135548, + "end": 135549, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 45 }, "end": { - "line": 2957, + "line": 2999, "column": 46 } } @@ -982011,15 +982498,15 @@ "binop": null }, "value": "_tmpDate", - "start": 133160, - "end": 133168, + "start": 135550, + "end": 135558, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 47 }, "end": { - "line": 2957, + "line": 2999, "column": 55 } } @@ -982037,15 +982524,15 @@ "binop": null, "updateContext": null }, - "start": 133168, - "end": 133169, + "start": 135558, + "end": 135559, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 55 }, "end": { - "line": 2957, + "line": 2999, "column": 56 } } @@ -982063,15 +982550,15 @@ "binop": null }, "value": "getTime", - "start": 133169, - "end": 133176, + "start": 135559, + "end": 135566, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 56 }, "end": { - "line": 2957, + "line": 2999, "column": 63 } } @@ -982088,15 +982575,15 @@ "postfix": false, "binop": null }, - "start": 133176, - "end": 133177, + "start": 135566, + "end": 135567, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 63 }, "end": { - "line": 2957, + "line": 2999, "column": 64 } } @@ -982113,15 +982600,15 @@ "postfix": false, "binop": null }, - "start": 133177, - "end": 133178, + "start": 135567, + "end": 135568, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 64 }, "end": { - "line": 2957, + "line": 2999, "column": 65 } } @@ -982140,15 +982627,15 @@ "updateContext": null }, "value": "+", - "start": 133179, - "end": 133180, + "start": 135569, + "end": 135570, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 66 }, "end": { - "line": 2957, + "line": 2999, "column": 67 } } @@ -982165,15 +982652,15 @@ "postfix": false, "binop": null }, - "start": 133181, - "end": 133182, + "start": 135571, + "end": 135572, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 68 }, "end": { - "line": 2957, + "line": 2999, "column": 69 } } @@ -982192,15 +982679,15 @@ "updateContext": null }, "value": 24, - "start": 133183, - "end": 133185, + "start": 135573, + "end": 135575, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 70 }, "end": { - "line": 2957, + "line": 2999, "column": 72 } } @@ -982219,15 +982706,15 @@ "updateContext": null }, "value": "*", - "start": 133186, - "end": 133187, + "start": 135576, + "end": 135577, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 73 }, "end": { - "line": 2957, + "line": 2999, "column": 74 } } @@ -982246,15 +982733,15 @@ "updateContext": null }, "value": 60, - "start": 133188, - "end": 133190, + "start": 135578, + "end": 135580, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 75 }, "end": { - "line": 2957, + "line": 2999, "column": 77 } } @@ -982273,15 +982760,15 @@ "updateContext": null }, "value": "*", - "start": 133191, - "end": 133192, + "start": 135581, + "end": 135582, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 78 }, "end": { - "line": 2957, + "line": 2999, "column": 79 } } @@ -982300,15 +982787,15 @@ "updateContext": null }, "value": 60, - "start": 133193, - "end": 133195, + "start": 135583, + "end": 135585, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 80 }, "end": { - "line": 2957, + "line": 2999, "column": 82 } } @@ -982327,15 +982814,15 @@ "updateContext": null }, "value": "*", - "start": 133196, - "end": 133197, + "start": 135586, + "end": 135587, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 83 }, "end": { - "line": 2957, + "line": 2999, "column": 84 } } @@ -982354,15 +982841,15 @@ "updateContext": null }, "value": 1000, - "start": 133198, - "end": 133202, + "start": 135588, + "end": 135592, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 85 }, "end": { - "line": 2957, + "line": 2999, "column": 89 } } @@ -982379,15 +982866,15 @@ "postfix": false, "binop": null }, - "start": 133203, - "end": 133204, + "start": 135593, + "end": 135594, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 90 }, "end": { - "line": 2957, + "line": 2999, "column": 91 } } @@ -982406,15 +982893,15 @@ "updateContext": null }, "value": "-", - "start": 133205, - "end": 133206, + "start": 135595, + "end": 135596, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 92 }, "end": { - "line": 2957, + "line": 2999, "column": 93 } } @@ -982433,15 +982920,15 @@ "updateContext": null }, "value": 1, - "start": 133207, - "end": 133208, + "start": 135597, + "end": 135598, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 94 }, "end": { - "line": 2957, + "line": 2999, "column": 95 } } @@ -982458,15 +982945,15 @@ "postfix": false, "binop": null }, - "start": 133209, - "end": 133210, + "start": 135599, + "end": 135600, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 96 }, "end": { - "line": 2957, + "line": 2999, "column": 97 } } @@ -982484,15 +982971,15 @@ "binop": null, "updateContext": null }, - "start": 133210, - "end": 133211, + "start": 135600, + "end": 135601, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 97 }, "end": { - "line": 2957, + "line": 2999, "column": 98 } } @@ -982510,15 +982997,15 @@ "binop": null }, "value": "toString", - "start": 133211, - "end": 133219, + "start": 135601, + "end": 135609, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 98 }, "end": { - "line": 2957, + "line": 2999, "column": 106 } } @@ -982535,15 +983022,15 @@ "postfix": false, "binop": null }, - "start": 133219, - "end": 133220, + "start": 135609, + "end": 135610, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 106 }, "end": { - "line": 2957, + "line": 2999, "column": 107 } } @@ -982560,15 +983047,15 @@ "postfix": false, "binop": null }, - "start": 133220, - "end": 133221, + "start": 135610, + "end": 135611, "loc": { "start": { - "line": 2957, + "line": 2999, "column": 107 }, "end": { - "line": 2957, + "line": 2999, "column": 108 } } @@ -982576,15 +983063,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )", - "start": 133222, - "end": 133339, + "start": 135612, + "end": 135729, "loc": { "start": { - "line": 2958, + "line": 3000, "column": 0 }, "end": { - "line": 2958, + "line": 3000, "column": 117 } } @@ -982604,15 +983091,15 @@ "updateContext": null }, "value": "break", - "start": 133364, - "end": 133369, + "start": 135754, + "end": 135759, "loc": { "start": { - "line": 2959, + "line": 3001, "column": 24 }, "end": { - "line": 2959, + "line": 3001, "column": 29 } } @@ -982632,15 +983119,15 @@ "updateContext": null }, "value": "case", - "start": 133390, - "end": 133394, + "start": 135780, + "end": 135784, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 20 }, "end": { - "line": 2960, + "line": 3002, "column": 24 } } @@ -982662,15 +983149,15 @@ "pattern": "^hour$", "flags": "i" }, - "start": 133395, - "end": 133404, + "start": 135785, + "end": 135794, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 25 }, "end": { - "line": 2960, + "line": 3002, "column": 34 } } @@ -982688,15 +983175,15 @@ "binop": null, "updateContext": null }, - "start": 133404, - "end": 133405, + "start": 135794, + "end": 135795, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 34 }, "end": { - "line": 2960, + "line": 3002, "column": 35 } } @@ -982714,15 +983201,15 @@ "binop": null }, "value": "test", - "start": 133405, - "end": 133409, + "start": 135795, + "end": 135799, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 35 }, "end": { - "line": 2960, + "line": 3002, "column": 39 } } @@ -982739,15 +983226,15 @@ "postfix": false, "binop": null }, - "start": 133409, - "end": 133410, + "start": 135799, + "end": 135800, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 39 }, "end": { - "line": 2960, + "line": 3002, "column": 40 } } @@ -982765,15 +983252,15 @@ "binop": null }, "value": "scale", - "start": 133411, - "end": 133416, + "start": 135801, + "end": 135806, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 41 }, "end": { - "line": 2960, + "line": 3002, "column": 46 } } @@ -982790,15 +983277,15 @@ "postfix": false, "binop": null }, - "start": 133417, - "end": 133418, + "start": 135807, + "end": 135808, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 47 }, "end": { - "line": 2960, + "line": 3002, "column": 48 } } @@ -982816,15 +983303,15 @@ "binop": null, "updateContext": null }, - "start": 133418, - "end": 133419, + "start": 135808, + "end": 135809, "loc": { "start": { - "line": 2960, + "line": 3002, "column": 48 }, "end": { - "line": 2960, + "line": 3002, "column": 49 } } @@ -982844,15 +983331,15 @@ "updateContext": null }, "value": "case", - "start": 133440, - "end": 133444, + "start": 135830, + "end": 135834, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 20 }, "end": { - "line": 2961, + "line": 3003, "column": 24 } } @@ -982874,15 +983361,15 @@ "pattern": "^minute$", "flags": "i" }, - "start": 133445, - "end": 133456, + "start": 135835, + "end": 135846, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 25 }, "end": { - "line": 2961, + "line": 3003, "column": 36 } } @@ -982900,15 +983387,15 @@ "binop": null, "updateContext": null }, - "start": 133456, - "end": 133457, + "start": 135846, + "end": 135847, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 36 }, "end": { - "line": 2961, + "line": 3003, "column": 37 } } @@ -982926,15 +983413,15 @@ "binop": null }, "value": "test", - "start": 133457, - "end": 133461, + "start": 135847, + "end": 135851, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 37 }, "end": { - "line": 2961, + "line": 3003, "column": 41 } } @@ -982951,15 +983438,15 @@ "postfix": false, "binop": null }, - "start": 133461, - "end": 133462, + "start": 135851, + "end": 135852, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 41 }, "end": { - "line": 2961, + "line": 3003, "column": 42 } } @@ -982977,15 +983464,15 @@ "binop": null }, "value": "scale", - "start": 133463, - "end": 133468, + "start": 135853, + "end": 135858, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 43 }, "end": { - "line": 2961, + "line": 3003, "column": 48 } } @@ -983002,15 +983489,15 @@ "postfix": false, "binop": null }, - "start": 133469, - "end": 133470, + "start": 135859, + "end": 135860, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 49 }, "end": { - "line": 2961, + "line": 3003, "column": 50 } } @@ -983028,15 +983515,15 @@ "binop": null, "updateContext": null }, - "start": 133470, - "end": 133471, + "start": 135860, + "end": 135861, "loc": { "start": { - "line": 2961, + "line": 3003, "column": 50 }, "end": { - "line": 2961, + "line": 3003, "column": 51 } } @@ -983054,15 +983541,15 @@ "binop": null }, "value": "begin_date", - "start": 133496, - "end": 133506, + "start": 135886, + "end": 135896, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 24 }, "end": { - "line": 2962, + "line": 3004, "column": 34 } } @@ -983081,15 +983568,15 @@ "updateContext": null }, "value": "=", - "start": 133507, - "end": 133508, + "start": 135897, + "end": 135898, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 35 }, "end": { - "line": 2962, + "line": 3004, "column": 36 } } @@ -983106,15 +983593,15 @@ "postfix": false, "binop": null }, - "start": 133509, - "end": 133510, + "start": 135899, + "end": 135900, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 37 }, "end": { - "line": 2962, + "line": 3004, "column": 38 } } @@ -983133,15 +983620,15 @@ "updateContext": null }, "value": "", - "start": 133510, - "end": 133510, + "start": 135900, + "end": 135900, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 38 }, "end": { - "line": 2962, + "line": 3004, "column": 38 } } @@ -983158,15 +983645,15 @@ "postfix": false, "binop": null }, - "start": 133510, - "end": 133512, + "start": 135900, + "end": 135902, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 38 }, "end": { - "line": 2962, + "line": 3004, "column": 40 } } @@ -983184,15 +983671,15 @@ "binop": null }, "value": "date_seed", - "start": 133512, - "end": 133521, + "start": 135902, + "end": 135911, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 40 }, "end": { - "line": 2962, + "line": 3004, "column": 49 } } @@ -983209,15 +983696,15 @@ "postfix": false, "binop": null }, - "start": 133521, - "end": 133522, + "start": 135911, + "end": 135912, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 49 }, "end": { - "line": 2962, + "line": 3004, "column": 50 } } @@ -983236,15 +983723,15 @@ "updateContext": null }, "value": ":00", - "start": 133522, - "end": 133525, + "start": 135912, + "end": 135915, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 50 }, "end": { - "line": 2962, + "line": 3004, "column": 53 } } @@ -983261,15 +983748,15 @@ "postfix": false, "binop": null }, - "start": 133525, - "end": 133526, + "start": 135915, + "end": 135916, "loc": { "start": { - "line": 2962, + "line": 3004, "column": 53 }, "end": { - "line": 2962, + "line": 3004, "column": 54 } } @@ -983287,15 +983774,15 @@ "binop": null }, "value": "end_date", - "start": 133551, - "end": 133559, + "start": 135941, + "end": 135949, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 24 }, "end": { - "line": 2963, + "line": 3005, "column": 32 } } @@ -983314,15 +983801,15 @@ "updateContext": null }, "value": "=", - "start": 133562, - "end": 133563, + "start": 135952, + "end": 135953, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 35 }, "end": { - "line": 2963, + "line": 3005, "column": 36 } } @@ -983339,15 +983826,15 @@ "postfix": false, "binop": null }, - "start": 133564, - "end": 133565, + "start": 135954, + "end": 135955, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 37 }, "end": { - "line": 2963, + "line": 3005, "column": 38 } } @@ -983366,15 +983853,15 @@ "updateContext": null }, "value": "", - "start": 133565, - "end": 133565, + "start": 135955, + "end": 135955, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 38 }, "end": { - "line": 2963, + "line": 3005, "column": 38 } } @@ -983391,15 +983878,15 @@ "postfix": false, "binop": null }, - "start": 133565, - "end": 133567, + "start": 135955, + "end": 135957, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 38 }, "end": { - "line": 2963, + "line": 3005, "column": 40 } } @@ -983417,15 +983904,15 @@ "binop": null }, "value": "date_seed", - "start": 133567, - "end": 133576, + "start": 135957, + "end": 135966, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 40 }, "end": { - "line": 2963, + "line": 3005, "column": 49 } } @@ -983442,15 +983929,15 @@ "postfix": false, "binop": null }, - "start": 133576, - "end": 133577, + "start": 135966, + "end": 135967, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 49 }, "end": { - "line": 2963, + "line": 3005, "column": 50 } } @@ -983469,15 +983956,15 @@ "updateContext": null }, "value": ":59", - "start": 133577, - "end": 133580, + "start": 135967, + "end": 135970, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 50 }, "end": { - "line": 2963, + "line": 3005, "column": 53 } } @@ -983494,15 +983981,15 @@ "postfix": false, "binop": null }, - "start": 133580, - "end": 133581, + "start": 135970, + "end": 135971, "loc": { "start": { - "line": 2963, + "line": 3005, "column": 53 }, "end": { - "line": 2963, + "line": 3005, "column": 54 } } @@ -983522,15 +984009,15 @@ "updateContext": null }, "value": "break", - "start": 133606, - "end": 133611, + "start": 135996, + "end": 136001, "loc": { "start": { - "line": 2964, + "line": 3006, "column": 24 }, "end": { - "line": 2964, + "line": 3006, "column": 29 } } @@ -983550,15 +984037,15 @@ "updateContext": null }, "value": "default", - "start": 133632, - "end": 133639, + "start": 136022, + "end": 136029, "loc": { "start": { - "line": 2965, + "line": 3007, "column": 20 }, "end": { - "line": 2965, + "line": 3007, "column": 27 } } @@ -983576,15 +984063,15 @@ "binop": null, "updateContext": null }, - "start": 133639, - "end": 133640, + "start": 136029, + "end": 136030, "loc": { "start": { - "line": 2965, + "line": 3007, "column": 27 }, "end": { - "line": 2965, + "line": 3007, "column": 28 } } @@ -983602,15 +984089,15 @@ "binop": null }, "value": "begin_date", - "start": 133665, - "end": 133675, + "start": 136055, + "end": 136065, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 24 }, "end": { - "line": 2966, + "line": 3008, "column": 34 } } @@ -983629,15 +984116,15 @@ "updateContext": null }, "value": "=", - "start": 133676, - "end": 133677, + "start": 136066, + "end": 136067, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 35 }, "end": { - "line": 2966, + "line": 3008, "column": 36 } } @@ -983657,15 +984144,15 @@ "updateContext": null }, "value": "null", - "start": 133678, - "end": 133682, + "start": 136068, + "end": 136072, "loc": { "start": { - "line": 2966, + "line": 3008, "column": 37 }, "end": { - "line": 2966, + "line": 3008, "column": 41 } } @@ -983683,15 +984170,15 @@ "binop": null }, "value": "end_date", - "start": 133707, - "end": 133715, + "start": 136097, + "end": 136105, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 24 }, "end": { - "line": 2967, + "line": 3009, "column": 32 } } @@ -983710,15 +984197,15 @@ "updateContext": null }, "value": "=", - "start": 133718, - "end": 133719, + "start": 136108, + "end": 136109, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 35 }, "end": { - "line": 2967, + "line": 3009, "column": 36 } } @@ -983738,15 +984225,15 @@ "updateContext": null }, "value": "null", - "start": 133720, - "end": 133724, + "start": 136110, + "end": 136114, "loc": { "start": { - "line": 2967, + "line": 3009, "column": 37 }, "end": { - "line": 2967, + "line": 3009, "column": 41 } } @@ -983766,15 +984253,15 @@ "updateContext": null }, "value": "break", - "start": 133749, - "end": 133754, + "start": 136139, + "end": 136144, "loc": { "start": { - "line": 2968, + "line": 3010, "column": 24 }, "end": { - "line": 2968, + "line": 3010, "column": 29 } } @@ -983791,15 +984278,15 @@ "postfix": false, "binop": null }, - "start": 133771, - "end": 133772, + "start": 136161, + "end": 136162, "loc": { "start": { - "line": 2969, + "line": 3011, "column": 16 }, "end": { - "line": 2969, + "line": 3011, "column": 17 } } @@ -983817,15 +984304,15 @@ "binop": null }, "value": "scale", - "start": 133806, - "end": 133811, + "start": 136196, + "end": 136201, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 16 }, "end": { - "line": 2971, + "line": 3013, "column": 21 } } @@ -983844,15 +984331,15 @@ "updateContext": null }, "value": "=", - "start": 133812, - "end": 133813, + "start": 136202, + "end": 136203, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 22 }, "end": { - "line": 2971, + "line": 3013, "column": 23 } } @@ -983870,15 +984357,15 @@ "binop": null }, "value": "scaleMap", - "start": 133814, - "end": 133822, + "start": 136204, + "end": 136212, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 24 }, "end": { - "line": 2971, + "line": 3013, "column": 32 } } @@ -983896,15 +984383,15 @@ "binop": null, "updateContext": null }, - "start": 133822, - "end": 133823, + "start": 136212, + "end": 136213, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 32 }, "end": { - "line": 2971, + "line": 3013, "column": 33 } } @@ -983922,15 +984409,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 133823, - "end": 133837, + "start": 136213, + "end": 136227, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 33 }, "end": { - "line": 2971, + "line": 3013, "column": 47 } } @@ -983947,15 +984434,15 @@ "postfix": false, "binop": null }, - "start": 133837, - "end": 133838, + "start": 136227, + "end": 136228, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 47 }, "end": { - "line": 2971, + "line": 3013, "column": 48 } } @@ -983973,15 +984460,15 @@ "binop": null }, "value": "scale", - "start": 133839, - "end": 133844, + "start": 136229, + "end": 136234, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 49 }, "end": { - "line": 2971, + "line": 3013, "column": 54 } } @@ -983998,15 +984485,15 @@ "postfix": false, "binop": null }, - "start": 133845, - "end": 133846, + "start": 136235, + "end": 136236, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 55 }, "end": { - "line": 2971, + "line": 3013, "column": 56 } } @@ -984024,15 +984511,15 @@ "binop": null, "updateContext": null }, - "start": 133847, - "end": 133848, + "start": 136237, + "end": 136238, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 57 }, "end": { - "line": 2971, + "line": 3013, "column": 58 } } @@ -984050,15 +984537,15 @@ "binop": null }, "value": "scaleMap", - "start": 133849, - "end": 133857, + "start": 136239, + "end": 136247, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 59 }, "end": { - "line": 2971, + "line": 3013, "column": 67 } } @@ -984076,15 +984563,15 @@ "binop": null, "updateContext": null }, - "start": 133857, - "end": 133858, + "start": 136247, + "end": 136248, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 67 }, "end": { - "line": 2971, + "line": 3013, "column": 68 } } @@ -984102,15 +984589,15 @@ "binop": null }, "value": "scale", - "start": 133858, - "end": 133863, + "start": 136248, + "end": 136253, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 68 }, "end": { - "line": 2971, + "line": 3013, "column": 73 } } @@ -984128,15 +984615,15 @@ "binop": null, "updateContext": null }, - "start": 133863, - "end": 133864, + "start": 136253, + "end": 136254, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 73 }, "end": { - "line": 2971, + "line": 3013, "column": 74 } } @@ -984154,15 +984641,15 @@ "binop": null, "updateContext": null }, - "start": 133864, - "end": 133865, + "start": 136254, + "end": 136255, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 74 }, "end": { - "line": 2971, + "line": 3013, "column": 75 } } @@ -984180,15 +984667,15 @@ "binop": null }, "value": "lower", - "start": 133865, - "end": 133870, + "start": 136255, + "end": 136260, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 75 }, "end": { - "line": 2971, + "line": 3013, "column": 80 } } @@ -984206,15 +984693,15 @@ "binop": null, "updateContext": null }, - "start": 133871, - "end": 133872, + "start": 136261, + "end": 136262, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 81 }, "end": { - "line": 2971, + "line": 3013, "column": 82 } } @@ -984232,15 +984719,15 @@ "binop": null }, "value": "scale", - "start": 133873, - "end": 133878, + "start": 136263, + "end": 136268, "loc": { "start": { - "line": 2971, + "line": 3013, "column": 83 }, "end": { - "line": 2971, + "line": 3013, "column": 88 } } @@ -984260,15 +984747,15 @@ "updateContext": null }, "value": "return", - "start": 133895, - "end": 133901, + "start": 136285, + "end": 136291, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 16 }, "end": { - "line": 2972, + "line": 3014, "column": 22 } } @@ -984286,15 +984773,15 @@ "binop": null, "updateContext": null }, - "start": 133902, - "end": 133903, + "start": 136292, + "end": 136293, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 23 }, "end": { - "line": 2972, + "line": 3014, "column": 24 } } @@ -984312,15 +984799,15 @@ "binop": null }, "value": "scale", - "start": 133904, - "end": 133909, + "start": 136294, + "end": 136299, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 25 }, "end": { - "line": 2972, + "line": 3014, "column": 30 } } @@ -984338,15 +984825,15 @@ "binop": null, "updateContext": null }, - "start": 133909, - "end": 133910, + "start": 136299, + "end": 136300, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 30 }, "end": { - "line": 2972, + "line": 3014, "column": 31 } } @@ -984364,15 +984851,15 @@ "binop": null }, "value": "begin_date", - "start": 133911, - "end": 133921, + "start": 136301, + "end": 136311, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 32 }, "end": { - "line": 2972, + "line": 3014, "column": 42 } } @@ -984390,15 +984877,15 @@ "binop": null, "updateContext": null }, - "start": 133921, - "end": 133922, + "start": 136311, + "end": 136312, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 42 }, "end": { - "line": 2972, + "line": 3014, "column": 43 } } @@ -984416,15 +984903,15 @@ "binop": null }, "value": "end_date", - "start": 133923, - "end": 133931, + "start": 136313, + "end": 136321, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 44 }, "end": { - "line": 2972, + "line": 3014, "column": 52 } } @@ -984442,15 +984929,15 @@ "binop": null, "updateContext": null }, - "start": 133931, - "end": 133932, + "start": 136321, + "end": 136322, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 52 }, "end": { - "line": 2972, + "line": 3014, "column": 53 } } @@ -984468,15 +984955,15 @@ "binop": null }, "value": "min_grids", - "start": 133933, - "end": 133942, + "start": 136323, + "end": 136332, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 54 }, "end": { - "line": 2972, + "line": 3014, "column": 63 } } @@ -984494,15 +984981,15 @@ "binop": null, "updateContext": null }, - "start": 133943, - "end": 133944, + "start": 136333, + "end": 136334, "loc": { "start": { - "line": 2972, + "line": 3014, "column": 64 }, "end": { - "line": 2972, + "line": 3014, "column": 65 } } @@ -984519,15 +985006,15 @@ "postfix": false, "binop": null }, - "start": 133957, - "end": 133958, + "start": 136347, + "end": 136348, "loc": { "start": { - "line": 2973, + "line": 3015, "column": 12 }, "end": { - "line": 2973, + "line": 3015, "column": 13 } } @@ -984545,15 +985032,15 @@ "binop": null, "updateContext": null }, - "start": 133958, - "end": 133959, + "start": 136348, + "end": 136349, "loc": { "start": { - "line": 2973, + "line": 3015, "column": 13 }, "end": { - "line": 2973, + "line": 3015, "column": 14 } } @@ -984571,15 +985058,15 @@ "binop": null, "updateContext": null }, - "start": 133972, - "end": 133973, + "start": 136362, + "end": 136363, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 12 }, "end": { - "line": 2974, + "line": 3016, "column": 13 } } @@ -984597,15 +985084,15 @@ "binop": null }, "value": "to_scale", - "start": 133974, - "end": 133982, + "start": 136364, + "end": 136372, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 14 }, "end": { - "line": 2974, + "line": 3016, "column": 22 } } @@ -984623,15 +985110,15 @@ "binop": null, "updateContext": null }, - "start": 133982, - "end": 133983, + "start": 136372, + "end": 136373, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 22 }, "end": { - "line": 2974, + "line": 3016, "column": 23 } } @@ -984649,15 +985136,15 @@ "binop": null }, "value": "begin_date", - "start": 133984, - "end": 133994, + "start": 136374, + "end": 136384, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 24 }, "end": { - "line": 2974, + "line": 3016, "column": 34 } } @@ -984675,15 +985162,15 @@ "binop": null, "updateContext": null }, - "start": 133994, - "end": 133995, + "start": 136384, + "end": 136385, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 34 }, "end": { - "line": 2974, + "line": 3016, "column": 35 } } @@ -984701,15 +985188,15 @@ "binop": null }, "value": "end_date", - "start": 133996, - "end": 134004, + "start": 136386, + "end": 136394, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 36 }, "end": { - "line": 2974, + "line": 3016, "column": 44 } } @@ -984727,15 +985214,15 @@ "binop": null, "updateContext": null }, - "start": 134004, - "end": 134005, + "start": 136394, + "end": 136395, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 44 }, "end": { - "line": 2974, + "line": 3016, "column": 45 } } @@ -984753,15 +985240,15 @@ "binop": null }, "value": "min_grids", - "start": 134006, - "end": 134015, + "start": 136396, + "end": 136405, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 46 }, "end": { - "line": 2974, + "line": 3016, "column": 55 } } @@ -984779,15 +985266,15 @@ "binop": null, "updateContext": null }, - "start": 134016, - "end": 134017, + "start": 136406, + "end": 136407, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 56 }, "end": { - "line": 2974, + "line": 3016, "column": 57 } } @@ -984806,15 +985293,15 @@ "updateContext": null }, "value": "=", - "start": 134018, - "end": 134019, + "start": 136408, + "end": 136409, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 58 }, "end": { - "line": 2974, + "line": 3016, "column": 59 } } @@ -984832,15 +985319,15 @@ "binop": null }, "value": "getZoomScale", - "start": 134020, - "end": 134032, + "start": 136410, + "end": 136422, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 60 }, "end": { - "line": 2974, + "line": 3016, "column": 72 } } @@ -984857,15 +985344,15 @@ "postfix": false, "binop": null }, - "start": 134032, - "end": 134033, + "start": 136422, + "end": 136423, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 72 }, "end": { - "line": 2974, + "line": 3016, "column": 73 } } @@ -984883,15 +985370,15 @@ "binop": null }, "value": "ruler_item", - "start": 134034, - "end": 134044, + "start": 136424, + "end": 136434, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 74 }, "end": { - "line": 2974, + "line": 3016, "column": 84 } } @@ -984908,15 +985395,15 @@ "postfix": false, "binop": null }, - "start": 134045, - "end": 134046, + "start": 136435, + "end": 136436, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 85 }, "end": { - "line": 2974, + "line": 3016, "column": 86 } } @@ -984934,15 +985421,15 @@ "binop": null, "updateContext": null }, - "start": 134046, - "end": 134047, + "start": 136436, + "end": 136437, "loc": { "start": { - "line": 2974, + "line": 3016, "column": 86 }, "end": { - "line": 2974, + "line": 3016, "column": 87 } } @@ -984960,15 +985447,15 @@ "binop": null }, "value": "zoom_options", - "start": 134060, - "end": 134072, + "start": 136450, + "end": 136462, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 12 }, "end": { - "line": 2975, + "line": 3017, "column": 24 } } @@ -984987,15 +985474,15 @@ "updateContext": null }, "value": "=", - "start": 134073, - "end": 134074, + "start": 136463, + "end": 136464, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 25 }, "end": { - "line": 2975, + "line": 3017, "column": 26 } } @@ -985012,15 +985499,15 @@ "postfix": false, "binop": null }, - "start": 134075, - "end": 134076, + "start": 136465, + "end": 136466, "loc": { "start": { - "line": 2975, + "line": 3017, "column": 27 }, "end": { - "line": 2975, + "line": 3017, "column": 28 } } @@ -985038,15 +985525,15 @@ "binop": null }, "value": "startDatetime", - "start": 134093, - "end": 134106, + "start": 136483, + "end": 136496, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 16 }, "end": { - "line": 2976, + "line": 3018, "column": 29 } } @@ -985064,15 +985551,15 @@ "binop": null, "updateContext": null }, - "start": 134107, - "end": 134108, + "start": 136497, + "end": 136498, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 30 }, "end": { - "line": 2976, + "line": 3018, "column": 31 } } @@ -985090,15 +985577,15 @@ "binop": null }, "value": "begin_date", - "start": 134109, - "end": 134119, + "start": 136499, + "end": 136509, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 32 }, "end": { - "line": 2976, + "line": 3018, "column": 42 } } @@ -985116,15 +985603,15 @@ "binop": null, "updateContext": null }, - "start": 134119, - "end": 134120, + "start": 136509, + "end": 136510, "loc": { "start": { - "line": 2976, + "line": 3018, "column": 42 }, "end": { - "line": 2976, + "line": 3018, "column": 43 } } @@ -985142,15 +985629,15 @@ "binop": null }, "value": "endDatetime", - "start": 134137, - "end": 134148, + "start": 136527, + "end": 136538, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 16 }, "end": { - "line": 2977, + "line": 3019, "column": 27 } } @@ -985168,15 +985655,15 @@ "binop": null, "updateContext": null }, - "start": 134151, - "end": 134152, + "start": 136541, + "end": 136542, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 30 }, "end": { - "line": 2977, + "line": 3019, "column": 31 } } @@ -985194,15 +985681,15 @@ "binop": null }, "value": "end_date", - "start": 134153, - "end": 134161, + "start": 136543, + "end": 136551, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 32 }, "end": { - "line": 2977, + "line": 3019, "column": 40 } } @@ -985220,15 +985707,15 @@ "binop": null, "updateContext": null }, - "start": 134161, - "end": 134162, + "start": 136551, + "end": 136552, "loc": { "start": { - "line": 2977, + "line": 3019, "column": 40 }, "end": { - "line": 2977, + "line": 3019, "column": 41 } } @@ -985246,15 +985733,15 @@ "binop": null }, "value": "scale", - "start": 134179, - "end": 134184, + "start": 136569, + "end": 136574, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 16 }, "end": { - "line": 2978, + "line": 3020, "column": 21 } } @@ -985272,15 +985759,15 @@ "binop": null, "updateContext": null }, - "start": 134193, - "end": 134194, + "start": 136583, + "end": 136584, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 30 }, "end": { - "line": 2978, + "line": 3020, "column": 31 } } @@ -985298,15 +985785,15 @@ "binop": null }, "value": "to_scale", - "start": 134195, - "end": 134203, + "start": 136585, + "end": 136593, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 32 }, "end": { - "line": 2978, + "line": 3020, "column": 40 } } @@ -985324,15 +985811,15 @@ "binop": null, "updateContext": null }, - "start": 134203, - "end": 134204, + "start": 136593, + "end": 136594, "loc": { "start": { - "line": 2978, + "line": 3020, "column": 40 }, "end": { - "line": 2978, + "line": 3020, "column": 41 } } @@ -985349,15 +985836,15 @@ "postfix": false, "binop": null }, - "start": 134217, - "end": 134218, + "start": 136607, + "end": 136608, "loc": { "start": { - "line": 2979, + "line": 3021, "column": 12 }, "end": { - "line": 2979, + "line": 3021, "column": 13 } } @@ -985377,15 +985864,15 @@ "updateContext": null }, "value": "if", - "start": 134236, - "end": 134238, + "start": 136626, + "end": 136628, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 8 }, "end": { - "line": 2981, + "line": 3023, "column": 10 } } @@ -985402,15 +985889,15 @@ "postfix": false, "binop": null }, - "start": 134239, - "end": 134240, + "start": 136629, + "end": 136630, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 11 }, "end": { - "line": 2981, + "line": 3023, "column": 12 } } @@ -985430,15 +985917,15 @@ "updateContext": null }, "value": "this", - "start": 134241, - "end": 134245, + "start": 136631, + "end": 136635, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 13 }, "end": { - "line": 2981, + "line": 3023, "column": 17 } } @@ -985456,15 +985943,15 @@ "binop": null, "updateContext": null }, - "start": 134245, - "end": 134246, + "start": 136635, + "end": 136636, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 17 }, "end": { - "line": 2981, + "line": 3023, "column": 18 } } @@ -985482,15 +985969,15 @@ "binop": null }, "value": "is_empty", - "start": 134246, - "end": 134254, + "start": 136636, + "end": 136644, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 18 }, "end": { - "line": 2981, + "line": 3023, "column": 26 } } @@ -985507,15 +985994,15 @@ "postfix": false, "binop": null }, - "start": 134254, - "end": 134255, + "start": 136644, + "end": 136645, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 26 }, "end": { - "line": 2981, + "line": 3023, "column": 27 } } @@ -985533,15 +986020,15 @@ "binop": null }, "value": "zoom_options", - "start": 134256, - "end": 134268, + "start": 136646, + "end": 136658, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 28 }, "end": { - "line": 2981, + "line": 3023, "column": 40 } } @@ -985559,15 +986046,15 @@ "binop": null, "updateContext": null }, - "start": 134268, - "end": 134269, + "start": 136658, + "end": 136659, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 40 }, "end": { - "line": 2981, + "line": 3023, "column": 41 } } @@ -985585,15 +986072,15 @@ "binop": null }, "value": "scale", - "start": 134269, - "end": 134274, + "start": 136659, + "end": 136664, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 41 }, "end": { - "line": 2981, + "line": 3023, "column": 46 } } @@ -985610,15 +986097,15 @@ "postfix": false, "binop": null }, - "start": 134275, - "end": 134276, + "start": 136665, + "end": 136666, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 47 }, "end": { - "line": 2981, + "line": 3023, "column": 48 } } @@ -985635,15 +986122,15 @@ "postfix": false, "binop": null }, - "start": 134277, - "end": 134278, + "start": 136667, + "end": 136668, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 49 }, "end": { - "line": 2981, + "line": 3023, "column": 50 } } @@ -985660,15 +986147,15 @@ "postfix": false, "binop": null }, - "start": 134279, - "end": 134280, + "start": 136669, + "end": 136670, "loc": { "start": { - "line": 2981, + "line": 3023, "column": 51 }, "end": { - "line": 2981, + "line": 3023, "column": 52 } } @@ -985688,15 +986175,15 @@ "updateContext": null }, "value": "return", - "start": 134293, - "end": 134299, + "start": 136683, + "end": 136689, "loc": { "start": { - "line": 2982, + "line": 3024, "column": 12 }, "end": { - "line": 2982, + "line": 3024, "column": 18 } } @@ -985713,15 +986200,15 @@ "postfix": false, "binop": null }, - "start": 134308, - "end": 134309, + "start": 136698, + "end": 136699, "loc": { "start": { - "line": 2983, + "line": 3025, "column": 8 }, "end": { - "line": 2983, + "line": 3025, "column": 9 } } @@ -985741,15 +986228,15 @@ "updateContext": null }, "value": "if", - "start": 134318, - "end": 134320, + "start": 136708, + "end": 136710, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 8 }, "end": { - "line": 2984, + "line": 3026, "column": 10 } } @@ -985766,15 +986253,15 @@ "postfix": false, "binop": null }, - "start": 134321, - "end": 134322, + "start": 136711, + "end": 136712, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 11 }, "end": { - "line": 2984, + "line": 3026, "column": 12 } } @@ -985794,15 +986281,15 @@ "updateContext": null }, "value": "this", - "start": 134323, - "end": 134327, + "start": 136713, + "end": 136717, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 13 }, "end": { - "line": 2984, + "line": 3026, "column": 17 } } @@ -985820,15 +986307,15 @@ "binop": null, "updateContext": null }, - "start": 134327, - "end": 134328, + "start": 136717, + "end": 136718, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 17 }, "end": { - "line": 2984, + "line": 3026, "column": 18 } } @@ -985846,15 +986333,15 @@ "binop": null }, "value": "_config", - "start": 134328, - "end": 134335, + "start": 136718, + "end": 136725, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 18 }, "end": { - "line": 2984, + "line": 3026, "column": 25 } } @@ -985872,15 +986359,15 @@ "binop": null, "updateContext": null }, - "start": 134335, - "end": 134336, + "start": 136725, + "end": 136726, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 25 }, "end": { - "line": 2984, + "line": 3026, "column": 26 } } @@ -985898,15 +986385,15 @@ "binop": null }, "value": "wrapScale", - "start": 134336, - "end": 134345, + "start": 136726, + "end": 136735, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 26 }, "end": { - "line": 2984, + "line": 3026, "column": 35 } } @@ -985923,15 +986410,15 @@ "postfix": false, "binop": null }, - "start": 134346, - "end": 134347, + "start": 136736, + "end": 136737, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 36 }, "end": { - "line": 2984, + "line": 3026, "column": 37 } } @@ -985948,15 +986435,15 @@ "postfix": false, "binop": null }, - "start": 134348, - "end": 134349, + "start": 136738, + "end": 136739, "loc": { "start": { - "line": 2984, + "line": 3026, "column": 38 }, "end": { - "line": 2984, + "line": 3026, "column": 39 } } @@ -985976,15 +986463,15 @@ "updateContext": null }, "value": "let", - "start": 134362, - "end": 134365, + "start": 136752, + "end": 136755, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 12 }, "end": { - "line": 2985, + "line": 3027, "column": 15 } } @@ -986002,15 +986489,15 @@ "binop": null }, "value": "_wrap", - "start": 134366, - "end": 134371, + "start": 136756, + "end": 136761, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 16 }, "end": { - "line": 2985, + "line": 3027, "column": 21 } } @@ -986029,15 +986516,15 @@ "updateContext": null }, "value": "=", - "start": 134372, - "end": 134373, + "start": 136762, + "end": 136763, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 22 }, "end": { - "line": 2985, + "line": 3027, "column": 23 } } @@ -986055,15 +986542,15 @@ "binop": null }, "value": "Math", - "start": 134374, - "end": 134378, + "start": 136764, + "end": 136768, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 24 }, "end": { - "line": 2985, + "line": 3027, "column": 28 } } @@ -986081,15 +986568,15 @@ "binop": null, "updateContext": null }, - "start": 134378, - "end": 134379, + "start": 136768, + "end": 136769, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 28 }, "end": { - "line": 2985, + "line": 3027, "column": 29 } } @@ -986107,15 +986594,15 @@ "binop": null }, "value": "ceil", - "start": 134379, - "end": 134383, + "start": 136769, + "end": 136773, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 29 }, "end": { - "line": 2985, + "line": 3027, "column": 33 } } @@ -986132,15 +986619,15 @@ "postfix": false, "binop": null }, - "start": 134383, - "end": 134384, + "start": 136773, + "end": 136774, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 33 }, "end": { - "line": 2985, + "line": 3027, "column": 34 } } @@ -986157,15 +986644,15 @@ "postfix": false, "binop": null }, - "start": 134385, - "end": 134386, + "start": 136775, + "end": 136776, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 35 }, "end": { - "line": 2985, + "line": 3027, "column": 36 } } @@ -986183,15 +986670,15 @@ "binop": null }, "value": "$", - "start": 134387, - "end": 134388, + "start": 136777, + "end": 136778, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 37 }, "end": { - "line": 2985, + "line": 3027, "column": 38 } } @@ -986208,15 +986695,15 @@ "postfix": false, "binop": null }, - "start": 134388, - "end": 134389, + "start": 136778, + "end": 136779, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 38 }, "end": { - "line": 2985, + "line": 3027, "column": 39 } } @@ -986236,15 +986723,15 @@ "updateContext": null }, "value": "this", - "start": 134389, - "end": 134393, + "start": 136779, + "end": 136783, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 39 }, "end": { - "line": 2985, + "line": 3027, "column": 43 } } @@ -986262,15 +986749,15 @@ "binop": null, "updateContext": null }, - "start": 134393, - "end": 134394, + "start": 136783, + "end": 136784, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 43 }, "end": { - "line": 2985, + "line": 3027, "column": 44 } } @@ -986288,15 +986775,15 @@ "binop": null }, "value": "_element", - "start": 134394, - "end": 134402, + "start": 136784, + "end": 136792, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 44 }, "end": { - "line": 2985, + "line": 3027, "column": 52 } } @@ -986313,15 +986800,15 @@ "postfix": false, "binop": null }, - "start": 134402, - "end": 134403, + "start": 136792, + "end": 136793, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 52 }, "end": { - "line": 2985, + "line": 3027, "column": 53 } } @@ -986339,15 +986826,15 @@ "binop": null, "updateContext": null }, - "start": 134403, - "end": 134404, + "start": 136793, + "end": 136794, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 53 }, "end": { - "line": 2985, + "line": 3027, "column": 54 } } @@ -986365,15 +986852,15 @@ "binop": null }, "value": "find", - "start": 134404, - "end": 134408, + "start": 136794, + "end": 136798, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 54 }, "end": { - "line": 2985, + "line": 3027, "column": 58 } } @@ -986390,15 +986877,15 @@ "postfix": false, "binop": null }, - "start": 134408, - "end": 134409, + "start": 136798, + "end": 136799, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 58 }, "end": { - "line": 2985, + "line": 3027, "column": 59 } } @@ -986416,15 +986903,15 @@ "binop": null }, "value": "Selector", - "start": 134409, - "end": 134417, + "start": 136799, + "end": 136807, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 59 }, "end": { - "line": 2985, + "line": 3027, "column": 67 } } @@ -986442,15 +986929,15 @@ "binop": null, "updateContext": null }, - "start": 134417, - "end": 134418, + "start": 136807, + "end": 136808, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 67 }, "end": { - "line": 2985, + "line": 3027, "column": 68 } } @@ -986468,15 +986955,15 @@ "binop": null }, "value": "TIMELINE_CONTAINER", - "start": 134418, - "end": 134436, + "start": 136808, + "end": 136826, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 68 }, "end": { - "line": 2985, + "line": 3027, "column": 86 } } @@ -986493,15 +986980,15 @@ "postfix": false, "binop": null }, - "start": 134436, - "end": 134437, + "start": 136826, + "end": 136827, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 86 }, "end": { - "line": 2985, + "line": 3027, "column": 87 } } @@ -986519,15 +987006,15 @@ "binop": null, "updateContext": null }, - "start": 134437, - "end": 134438, + "start": 136827, + "end": 136828, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 87 }, "end": { - "line": 2985, + "line": 3027, "column": 88 } } @@ -986545,15 +987032,15 @@ "binop": null }, "value": "width", - "start": 134438, - "end": 134443, + "start": 136828, + "end": 136833, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 88 }, "end": { - "line": 2985, + "line": 3027, "column": 93 } } @@ -986570,15 +987057,15 @@ "postfix": false, "binop": null }, - "start": 134443, - "end": 134444, + "start": 136833, + "end": 136834, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 93 }, "end": { - "line": 2985, + "line": 3027, "column": 94 } } @@ -986595,15 +987082,15 @@ "postfix": false, "binop": null }, - "start": 134444, - "end": 134445, + "start": 136834, + "end": 136835, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 94 }, "end": { - "line": 2985, + "line": 3027, "column": 95 } } @@ -986622,15 +987109,15 @@ "updateContext": null }, "value": "-", - "start": 134446, - "end": 134447, + "start": 136836, + "end": 136837, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 96 }, "end": { - "line": 2985, + "line": 3027, "column": 97 } } @@ -986648,15 +987135,15 @@ "binop": null }, "value": "$", - "start": 134448, - "end": 134449, + "start": 136838, + "end": 136839, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 98 }, "end": { - "line": 2985, + "line": 3027, "column": 99 } } @@ -986673,15 +987160,15 @@ "postfix": false, "binop": null }, - "start": 134449, - "end": 134450, + "start": 136839, + "end": 136840, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 99 }, "end": { - "line": 2985, + "line": 3027, "column": 100 } } @@ -986701,15 +987188,15 @@ "updateContext": null }, "value": "this", - "start": 134450, - "end": 134454, + "start": 136840, + "end": 136844, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 100 }, "end": { - "line": 2985, + "line": 3027, "column": 104 } } @@ -986727,15 +987214,15 @@ "binop": null, "updateContext": null }, - "start": 134454, - "end": 134455, + "start": 136844, + "end": 136845, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 104 }, "end": { - "line": 2985, + "line": 3027, "column": 105 } } @@ -986753,15 +987240,15 @@ "binop": null }, "value": "_element", - "start": 134455, - "end": 134463, + "start": 136845, + "end": 136853, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 105 }, "end": { - "line": 2985, + "line": 3027, "column": 113 } } @@ -986778,15 +987265,15 @@ "postfix": false, "binop": null }, - "start": 134463, - "end": 134464, + "start": 136853, + "end": 136854, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 113 }, "end": { - "line": 2985, + "line": 3027, "column": 114 } } @@ -986804,15 +987291,15 @@ "binop": null, "updateContext": null }, - "start": 134464, - "end": 134465, + "start": 136854, + "end": 136855, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 114 }, "end": { - "line": 2985, + "line": 3027, "column": 115 } } @@ -986830,15 +987317,15 @@ "binop": null }, "value": "find", - "start": 134465, - "end": 134469, + "start": 136855, + "end": 136859, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 115 }, "end": { - "line": 2985, + "line": 3027, "column": 119 } } @@ -986855,15 +987342,15 @@ "postfix": false, "binop": null }, - "start": 134469, - "end": 134470, + "start": 136859, + "end": 136860, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 119 }, "end": { - "line": 2985, + "line": 3027, "column": 120 } } @@ -986881,15 +987368,15 @@ "binop": null }, "value": "Selector", - "start": 134470, - "end": 134478, + "start": 136860, + "end": 136868, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 120 }, "end": { - "line": 2985, + "line": 3027, "column": 128 } } @@ -986907,15 +987394,15 @@ "binop": null, "updateContext": null }, - "start": 134478, - "end": 134479, + "start": 136868, + "end": 136869, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 128 }, "end": { - "line": 2985, + "line": 3027, "column": 129 } } @@ -986933,15 +987420,15 @@ "binop": null }, "value": "TIMELINE_SIDEBAR", - "start": 134479, - "end": 134495, + "start": 136869, + "end": 136885, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 129 }, "end": { - "line": 2985, + "line": 3027, "column": 145 } } @@ -986958,15 +987445,15 @@ "postfix": false, "binop": null }, - "start": 134495, - "end": 134496, + "start": 136885, + "end": 136886, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 145 }, "end": { - "line": 2985, + "line": 3027, "column": 146 } } @@ -986984,15 +987471,15 @@ "binop": null, "updateContext": null }, - "start": 134496, - "end": 134497, + "start": 136886, + "end": 136887, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 146 }, "end": { - "line": 2985, + "line": 3027, "column": 147 } } @@ -987010,15 +987497,15 @@ "binop": null }, "value": "width", - "start": 134497, - "end": 134502, + "start": 136887, + "end": 136892, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 147 }, "end": { - "line": 2985, + "line": 3027, "column": 152 } } @@ -987035,15 +987522,15 @@ "postfix": false, "binop": null }, - "start": 134502, - "end": 134503, + "start": 136892, + "end": 136893, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 152 }, "end": { - "line": 2985, + "line": 3027, "column": 153 } } @@ -987060,15 +987547,15 @@ "postfix": false, "binop": null }, - "start": 134503, - "end": 134504, + "start": 136893, + "end": 136894, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 153 }, "end": { - "line": 2985, + "line": 3027, "column": 154 } } @@ -987085,15 +987572,15 @@ "postfix": false, "binop": null }, - "start": 134505, - "end": 134506, + "start": 136895, + "end": 136896, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 155 }, "end": { - "line": 2985, + "line": 3027, "column": 156 } } @@ -987112,15 +987599,15 @@ "updateContext": null }, "value": "/", - "start": 134507, - "end": 134508, + "start": 136897, + "end": 136898, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 157 }, "end": { - "line": 2985, + "line": 3027, "column": 158 } } @@ -987138,15 +987625,15 @@ "binop": null }, "value": "min_grids", - "start": 134509, - "end": 134518, + "start": 136899, + "end": 136908, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 159 }, "end": { - "line": 2985, + "line": 3027, "column": 168 } } @@ -987163,15 +987650,15 @@ "postfix": false, "binop": null }, - "start": 134519, - "end": 134520, + "start": 136909, + "end": 136910, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 169 }, "end": { - "line": 2985, + "line": 3027, "column": 170 } } @@ -987189,15 +987676,15 @@ "binop": null, "updateContext": null }, - "start": 134520, - "end": 134521, + "start": 136910, + "end": 136911, "loc": { "start": { - "line": 2985, + "line": 3027, "column": 170 }, "end": { - "line": 2985, + "line": 3027, "column": 171 } } @@ -987215,15 +987702,15 @@ "binop": null }, "value": "_originMinGridSize", - "start": 134538, - "end": 134556, + "start": 136928, + "end": 136946, "loc": { "start": { - "line": 2986, + "line": 3028, "column": 16 }, "end": { - "line": 2986, + "line": 3028, "column": 34 } } @@ -987243,15 +987730,15 @@ "updateContext": null }, "value": "if", - "start": 134582, - "end": 134584, + "start": 136972, + "end": 136974, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 12 }, "end": { - "line": 2988, + "line": 3030, "column": 14 } } @@ -987268,15 +987755,15 @@ "postfix": false, "binop": null }, - "start": 134585, - "end": 134586, + "start": 136975, + "end": 136976, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 15 }, "end": { - "line": 2988, + "line": 3030, "column": 16 } } @@ -987295,15 +987782,15 @@ "updateContext": null }, "value": "!", - "start": 134587, - "end": 134588, + "start": 136977, + "end": 136978, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 17 }, "end": { - "line": 2988, + "line": 3030, "column": 18 } } @@ -987323,15 +987810,15 @@ "updateContext": null }, "value": "this", - "start": 134589, - "end": 134593, + "start": 136979, + "end": 136983, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 19 }, "end": { - "line": 2988, + "line": 3030, "column": 23 } } @@ -987349,15 +987836,15 @@ "binop": null, "updateContext": null }, - "start": 134593, - "end": 134594, + "start": 136983, + "end": 136984, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 23 }, "end": { - "line": 2988, + "line": 3030, "column": 24 } } @@ -987375,15 +987862,15 @@ "binop": null }, "value": "_config", - "start": 134594, - "end": 134601, + "start": 136984, + "end": 136991, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 24 }, "end": { - "line": 2988, + "line": 3030, "column": 31 } } @@ -987401,15 +987888,15 @@ "binop": null, "updateContext": null }, - "start": 134601, - "end": 134602, + "start": 136991, + "end": 136992, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 31 }, "end": { - "line": 2988, + "line": 3030, "column": 32 } } @@ -987427,15 +987914,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 134602, - "end": 134616, + "start": 136992, + "end": 137006, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 32 }, "end": { - "line": 2988, + "line": 3030, "column": 46 } } @@ -987452,15 +987939,15 @@ "postfix": false, "binop": null }, - "start": 134616, - "end": 134617, + "start": 137006, + "end": 137007, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 46 }, "end": { - "line": 2988, + "line": 3030, "column": 47 } } @@ -987479,15 +987966,15 @@ "updateContext": null }, "value": "originMinGridSize", - "start": 134618, - "end": 134637, + "start": 137008, + "end": 137027, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 48 }, "end": { - "line": 2988, + "line": 3030, "column": 67 } } @@ -987504,15 +987991,15 @@ "postfix": false, "binop": null }, - "start": 134638, - "end": 134639, + "start": 137028, + "end": 137029, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 68 }, "end": { - "line": 2988, + "line": 3030, "column": 69 } } @@ -987529,15 +988016,15 @@ "postfix": false, "binop": null }, - "start": 134640, - "end": 134641, + "start": 137030, + "end": 137031, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 70 }, "end": { - "line": 2988, + "line": 3030, "column": 71 } } @@ -987554,15 +988041,15 @@ "postfix": false, "binop": null }, - "start": 134642, - "end": 134643, + "start": 137032, + "end": 137033, "loc": { "start": { - "line": 2988, + "line": 3030, "column": 72 }, "end": { - "line": 2988, + "line": 3030, "column": 73 } } @@ -987570,15 +988057,15 @@ { "type": "CommentLine", "value": " Keep an original minGridSize as cache", - "start": 134660, - "end": 134700, + "start": 137050, + "end": 137090, "loc": { "start": { - "line": 2989, + "line": 3031, "column": 16 }, "end": { - "line": 2989, + "line": 3031, "column": 56 } } @@ -987598,15 +988085,15 @@ "updateContext": null }, "value": "this", - "start": 134717, - "end": 134721, + "start": 137107, + "end": 137111, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 16 }, "end": { - "line": 2990, + "line": 3032, "column": 20 } } @@ -987624,15 +988111,15 @@ "binop": null, "updateContext": null }, - "start": 134721, - "end": 134722, + "start": 137111, + "end": 137112, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 20 }, "end": { - "line": 2990, + "line": 3032, "column": 21 } } @@ -987650,15 +988137,15 @@ "binop": null }, "value": "_config", - "start": 134722, - "end": 134729, + "start": 137112, + "end": 137119, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 21 }, "end": { - "line": 2990, + "line": 3032, "column": 28 } } @@ -987676,15 +988163,15 @@ "binop": null, "updateContext": null }, - "start": 134729, - "end": 134730, + "start": 137119, + "end": 137120, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 28 }, "end": { - "line": 2990, + "line": 3032, "column": 29 } } @@ -987702,15 +988189,15 @@ "binop": null }, "value": "originMinGridSize", - "start": 134730, - "end": 134747, + "start": 137120, + "end": 137137, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 29 }, "end": { - "line": 2990, + "line": 3032, "column": 46 } } @@ -987729,15 +988216,15 @@ "updateContext": null }, "value": "=", - "start": 134748, - "end": 134749, + "start": 137138, + "end": 137139, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 47 }, "end": { - "line": 2990, + "line": 3032, "column": 48 } } @@ -987757,15 +988244,15 @@ "updateContext": null }, "value": "this", - "start": 134750, - "end": 134754, + "start": 137140, + "end": 137144, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 49 }, "end": { - "line": 2990, + "line": 3032, "column": 53 } } @@ -987783,15 +988270,15 @@ "binop": null, "updateContext": null }, - "start": 134754, - "end": 134755, + "start": 137144, + "end": 137145, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 53 }, "end": { - "line": 2990, + "line": 3032, "column": 54 } } @@ -987809,15 +988296,15 @@ "binop": null }, "value": "_config", - "start": 134755, - "end": 134762, + "start": 137145, + "end": 137152, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 54 }, "end": { - "line": 2990, + "line": 3032, "column": 61 } } @@ -987835,15 +988322,15 @@ "binop": null, "updateContext": null }, - "start": 134762, - "end": 134763, + "start": 137152, + "end": 137153, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 61 }, "end": { - "line": 2990, + "line": 3032, "column": 62 } } @@ -987861,15 +988348,15 @@ "binop": null }, "value": "minGridSize", - "start": 134763, - "end": 134774, + "start": 137153, + "end": 137164, "loc": { "start": { - "line": 2990, + "line": 3032, "column": 62 }, "end": { - "line": 2990, + "line": 3032, "column": 73 } } @@ -987886,15 +988373,15 @@ "postfix": false, "binop": null }, - "start": 134787, - "end": 134788, + "start": 137177, + "end": 137178, "loc": { "start": { - "line": 2991, + "line": 3033, "column": 12 }, "end": { - "line": 2991, + "line": 3033, "column": 13 } } @@ -987912,15 +988399,15 @@ "binop": null }, "value": "_originMinGridSize", - "start": 134801, - "end": 134819, + "start": 137191, + "end": 137209, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 12 }, "end": { - "line": 2992, + "line": 3034, "column": 30 } } @@ -987939,15 +988426,15 @@ "updateContext": null }, "value": "=", - "start": 134820, - "end": 134821, + "start": 137210, + "end": 137211, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 31 }, "end": { - "line": 2992, + "line": 3034, "column": 32 } } @@ -987967,15 +988454,15 @@ "updateContext": null }, "value": "this", - "start": 134822, - "end": 134826, + "start": 137212, + "end": 137216, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 33 }, "end": { - "line": 2992, + "line": 3034, "column": 37 } } @@ -987993,15 +988480,15 @@ "binop": null, "updateContext": null }, - "start": 134826, - "end": 134827, + "start": 137216, + "end": 137217, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 37 }, "end": { - "line": 2992, + "line": 3034, "column": 38 } } @@ -988019,15 +988506,15 @@ "binop": null }, "value": "_config", - "start": 134827, - "end": 134834, + "start": 137217, + "end": 137224, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 38 }, "end": { - "line": 2992, + "line": 3034, "column": 45 } } @@ -988045,15 +988532,15 @@ "binop": null, "updateContext": null }, - "start": 134834, - "end": 134835, + "start": 137224, + "end": 137225, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 45 }, "end": { - "line": 2992, + "line": 3034, "column": 46 } } @@ -988071,15 +988558,15 @@ "binop": null }, "value": "originMinGridSize", - "start": 134835, - "end": 134852, + "start": 137225, + "end": 137242, "loc": { "start": { - "line": 2992, + "line": 3034, "column": 46 }, "end": { - "line": 2992, + "line": 3034, "column": 63 } } @@ -988097,15 +988584,15 @@ "binop": null }, "value": "zoom_options", - "start": 134865, - "end": 134877, + "start": 137255, + "end": 137267, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 12 }, "end": { - "line": 2993, + "line": 3035, "column": 24 } } @@ -988123,15 +988610,15 @@ "binop": null, "updateContext": null }, - "start": 134877, - "end": 134878, + "start": 137267, + "end": 137268, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 24 }, "end": { - "line": 2993, + "line": 3035, "column": 25 } } @@ -988149,15 +988636,15 @@ "binop": null }, "value": "minGridSize", - "start": 134878, - "end": 134889, + "start": 137268, + "end": 137279, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 25 }, "end": { - "line": 2993, + "line": 3035, "column": 36 } } @@ -988176,15 +988663,15 @@ "updateContext": null }, "value": "=", - "start": 134890, - "end": 134891, + "start": 137280, + "end": 137281, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 37 }, "end": { - "line": 2993, + "line": 3035, "column": 38 } } @@ -988202,15 +988689,15 @@ "binop": null }, "value": "Math", - "start": 134892, - "end": 134896, + "start": 137282, + "end": 137286, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 39 }, "end": { - "line": 2993, + "line": 3035, "column": 43 } } @@ -988228,15 +988715,15 @@ "binop": null, "updateContext": null }, - "start": 134896, - "end": 134897, + "start": 137286, + "end": 137287, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 43 }, "end": { - "line": 2993, + "line": 3035, "column": 44 } } @@ -988254,15 +988741,15 @@ "binop": null }, "value": "max", - "start": 134897, - "end": 134900, + "start": 137287, + "end": 137290, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 44 }, "end": { - "line": 2993, + "line": 3035, "column": 47 } } @@ -988279,15 +988766,15 @@ "postfix": false, "binop": null }, - "start": 134900, - "end": 134901, + "start": 137290, + "end": 137291, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 47 }, "end": { - "line": 2993, + "line": 3035, "column": 48 } } @@ -988305,15 +988792,15 @@ "binop": null }, "value": "_wrap", - "start": 134902, - "end": 134907, + "start": 137292, + "end": 137297, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 49 }, "end": { - "line": 2993, + "line": 3035, "column": 54 } } @@ -988331,15 +988818,15 @@ "binop": null, "updateContext": null }, - "start": 134907, - "end": 134908, + "start": 137297, + "end": 137298, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 54 }, "end": { - "line": 2993, + "line": 3035, "column": 55 } } @@ -988357,15 +988844,15 @@ "binop": null }, "value": "_originMinGridSize", - "start": 134909, - "end": 134927, + "start": 137299, + "end": 137317, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 56 }, "end": { - "line": 2993, + "line": 3035, "column": 74 } } @@ -988382,15 +988869,15 @@ "postfix": false, "binop": null }, - "start": 134928, - "end": 134929, + "start": 137318, + "end": 137319, "loc": { "start": { - "line": 2993, + "line": 3035, "column": 75 }, "end": { - "line": 2993, + "line": 3035, "column": 76 } } @@ -988407,15 +988894,15 @@ "postfix": false, "binop": null }, - "start": 134938, - "end": 134939, + "start": 137328, + "end": 137329, "loc": { "start": { - "line": 2994, + "line": 3036, "column": 8 }, "end": { - "line": 2994, + "line": 3036, "column": 9 } } @@ -988423,15 +988910,15 @@ { "type": "CommentLine", "value": " console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )", - "start": 134940, - "end": 135032, + "start": 137330, + "end": 137422, "loc": { "start": { - "line": 2995, + "line": 3037, "column": 0 }, "end": { - "line": 2995, + "line": 3037, "column": 92 } } @@ -988451,15 +988938,15 @@ "updateContext": null }, "value": "this", - "start": 135050, - "end": 135054, + "start": 137440, + "end": 137444, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 8 }, "end": { - "line": 2997, + "line": 3039, "column": 12 } } @@ -988477,15 +988964,15 @@ "binop": null, "updateContext": null }, - "start": 135054, - "end": 135055, + "start": 137444, + "end": 137445, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 12 }, "end": { - "line": 2997, + "line": 3039, "column": 13 } } @@ -988503,15 +988990,15 @@ "binop": null }, "value": "reload", - "start": 135055, - "end": 135061, + "start": 137445, + "end": 137451, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 13 }, "end": { - "line": 2997, + "line": 3039, "column": 19 } } @@ -988528,15 +989015,15 @@ "postfix": false, "binop": null }, - "start": 135061, - "end": 135062, + "start": 137451, + "end": 137452, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 19 }, "end": { - "line": 2997, + "line": 3039, "column": 20 } } @@ -988554,15 +989041,15 @@ "binop": null, "updateContext": null }, - "start": 135063, - "end": 135064, + "start": 137453, + "end": 137454, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 21 }, "end": { - "line": 2997, + "line": 3039, "column": 22 } } @@ -988580,15 +989067,15 @@ "binop": null }, "value": "zoom_options", - "start": 135064, - "end": 135076, + "start": 137454, + "end": 137466, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 22 }, "end": { - "line": 2997, + "line": 3039, "column": 34 } } @@ -988606,15 +989093,15 @@ "binop": null, "updateContext": null }, - "start": 135076, - "end": 135077, + "start": 137466, + "end": 137467, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 34 }, "end": { - "line": 2997, + "line": 3039, "column": 35 } } @@ -988631,15 +989118,15 @@ "postfix": false, "binop": null }, - "start": 135078, - "end": 135079, + "start": 137468, + "end": 137469, "loc": { "start": { - "line": 2997, + "line": 3039, "column": 36 }, "end": { - "line": 2997, + "line": 3039, "column": 37 } } @@ -988656,15 +989143,15 @@ "postfix": false, "binop": null }, - "start": 135093, - "end": 135094, + "start": 137483, + "end": 137484, "loc": { "start": { - "line": 2999, + "line": 3041, "column": 4 }, "end": { - "line": 2999, + "line": 3041, "column": 5 } } @@ -988672,15 +989159,15 @@ { "type": "CommentBlock", "value": "*\n * Show the loader\n * @public\n ", - "start": 135104, - "end": 135153, + "start": 137494, + "end": 137543, "loc": { "start": { - "line": 3001, + "line": 3043, "column": 4 }, "end": { - "line": 3004, + "line": 3046, "column": 7 } } @@ -988698,15 +989185,15 @@ "binop": null }, "value": "showLoader", - "start": 135158, - "end": 135168, + "start": 137548, + "end": 137558, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 4 }, "end": { - "line": 3005, + "line": 3047, "column": 14 } } @@ -988723,15 +989210,15 @@ "postfix": false, "binop": null }, - "start": 135168, - "end": 135169, + "start": 137558, + "end": 137559, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 14 }, "end": { - "line": 3005, + "line": 3047, "column": 15 } } @@ -988748,15 +989235,15 @@ "postfix": false, "binop": null }, - "start": 135169, - "end": 135170, + "start": 137559, + "end": 137560, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 15 }, "end": { - "line": 3005, + "line": 3047, "column": 16 } } @@ -988773,15 +989260,15 @@ "postfix": false, "binop": null }, - "start": 135171, - "end": 135172, + "start": 137561, + "end": 137562, "loc": { "start": { - "line": 3005, + "line": 3047, "column": 17 }, "end": { - "line": 3005, + "line": 3047, "column": 18 } } @@ -988801,15 +989288,15 @@ "updateContext": null }, "value": "this", - "start": 135181, - "end": 135185, + "start": 137571, + "end": 137575, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 8 }, "end": { - "line": 3006, + "line": 3048, "column": 12 } } @@ -988827,15 +989314,15 @@ "binop": null, "updateContext": null }, - "start": 135185, - "end": 135186, + "start": 137575, + "end": 137576, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 12 }, "end": { - "line": 3006, + "line": 3048, "column": 13 } } @@ -988853,15 +989340,15 @@ "binop": null }, "value": "_debug", - "start": 135186, - "end": 135192, + "start": 137576, + "end": 137582, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 13 }, "end": { - "line": 3006, + "line": 3048, "column": 19 } } @@ -988878,15 +989365,15 @@ "postfix": false, "binop": null }, - "start": 135192, - "end": 135193, + "start": 137582, + "end": 137583, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 19 }, "end": { - "line": 3006, + "line": 3048, "column": 20 } } @@ -988905,15 +989392,15 @@ "updateContext": null }, "value": "showLoader", - "start": 135194, - "end": 135206, + "start": 137584, + "end": 137596, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 21 }, "end": { - "line": 3006, + "line": 3048, "column": 33 } } @@ -988930,15 +989417,15 @@ "postfix": false, "binop": null }, - "start": 135207, - "end": 135208, + "start": 137597, + "end": 137598, "loc": { "start": { - "line": 3006, + "line": 3048, "column": 34 }, "end": { - "line": 3006, + "line": 3048, "column": 35 } } @@ -988958,15 +989445,15 @@ "updateContext": null }, "value": "let", - "start": 135226, - "end": 135229, + "start": 137616, + "end": 137619, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 8 }, "end": { - "line": 3008, + "line": 3050, "column": 11 } } @@ -988984,15 +989471,15 @@ "binop": null }, "value": "_elem", - "start": 135230, - "end": 135235, + "start": 137620, + "end": 137625, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 12 }, "end": { - "line": 3008, + "line": 3050, "column": 17 } } @@ -989011,15 +989498,15 @@ "updateContext": null }, "value": "=", - "start": 135241, - "end": 135242, + "start": 137631, + "end": 137632, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 23 }, "end": { - "line": 3008, + "line": 3050, "column": 24 } } @@ -989039,15 +989526,15 @@ "updateContext": null }, "value": "this", - "start": 135243, - "end": 135247, + "start": 137633, + "end": 137637, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 25 }, "end": { - "line": 3008, + "line": 3050, "column": 29 } } @@ -989065,15 +989552,15 @@ "binop": null, "updateContext": null }, - "start": 135247, - "end": 135248, + "start": 137637, + "end": 137638, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 29 }, "end": { - "line": 3008, + "line": 3050, "column": 30 } } @@ -989091,15 +989578,15 @@ "binop": null }, "value": "_element", - "start": 135248, - "end": 135256, + "start": 137638, + "end": 137646, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 30 }, "end": { - "line": 3008, + "line": 3050, "column": 38 } } @@ -989117,15 +989604,15 @@ "binop": null, "updateContext": null }, - "start": 135256, - "end": 135257, + "start": 137646, + "end": 137647, "loc": { "start": { - "line": 3008, + "line": 3050, "column": 38 }, "end": { - "line": 3008, + "line": 3050, "column": 39 } } @@ -989143,15 +989630,15 @@ "binop": null }, "value": "_opts", - "start": 135270, - "end": 135275, + "start": 137660, + "end": 137665, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 12 }, "end": { - "line": 3009, + "line": 3051, "column": 17 } } @@ -989170,15 +989657,15 @@ "updateContext": null }, "value": "=", - "start": 135281, - "end": 135282, + "start": 137671, + "end": 137672, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 23 }, "end": { - "line": 3009, + "line": 3051, "column": 24 } } @@ -989198,15 +989685,15 @@ "updateContext": null }, "value": "this", - "start": 135283, - "end": 135287, + "start": 137673, + "end": 137677, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 25 }, "end": { - "line": 3009, + "line": 3051, "column": 29 } } @@ -989224,15 +989711,15 @@ "binop": null, "updateContext": null }, - "start": 135287, - "end": 135288, + "start": 137677, + "end": 137678, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 29 }, "end": { - "line": 3009, + "line": 3051, "column": 30 } } @@ -989250,15 +989737,15 @@ "binop": null }, "value": "_config", - "start": 135288, - "end": 135295, + "start": 137678, + "end": 137685, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 30 }, "end": { - "line": 3009, + "line": 3051, "column": 37 } } @@ -989276,15 +989763,15 @@ "binop": null, "updateContext": null }, - "start": 135295, - "end": 135296, + "start": 137685, + "end": 137686, "loc": { "start": { - "line": 3009, + "line": 3051, "column": 37 }, "end": { - "line": 3009, + "line": 3051, "column": 38 } } @@ -989302,15 +989789,15 @@ "binop": null }, "value": "_container", - "start": 135309, - "end": 135319, + "start": 137699, + "end": 137709, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 12 }, "end": { - "line": 3010, + "line": 3052, "column": 22 } } @@ -989329,15 +989816,15 @@ "updateContext": null }, "value": "=", - "start": 135320, - "end": 135321, + "start": 137710, + "end": 137711, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 23 }, "end": { - "line": 3010, + "line": 3052, "column": 24 } } @@ -989355,15 +989842,15 @@ "binop": null }, "value": "$", - "start": 135322, - "end": 135323, + "start": 137712, + "end": 137713, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 25 }, "end": { - "line": 3010, + "line": 3052, "column": 26 } } @@ -989380,15 +989867,15 @@ "postfix": false, "binop": null }, - "start": 135323, - "end": 135324, + "start": 137713, + "end": 137714, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 26 }, "end": { - "line": 3010, + "line": 3052, "column": 27 } } @@ -989406,15 +989893,15 @@ "binop": null }, "value": "_elem", - "start": 135324, - "end": 135329, + "start": 137714, + "end": 137719, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 27 }, "end": { - "line": 3010, + "line": 3052, "column": 32 } } @@ -989431,15 +989918,15 @@ "postfix": false, "binop": null }, - "start": 135329, - "end": 135330, + "start": 137719, + "end": 137720, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 32 }, "end": { - "line": 3010, + "line": 3052, "column": 33 } } @@ -989457,15 +989944,15 @@ "binop": null, "updateContext": null }, - "start": 135330, - "end": 135331, + "start": 137720, + "end": 137721, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 33 }, "end": { - "line": 3010, + "line": 3052, "column": 34 } } @@ -989483,15 +989970,15 @@ "binop": null }, "value": "find", - "start": 135331, - "end": 135335, + "start": 137721, + "end": 137725, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 34 }, "end": { - "line": 3010, + "line": 3052, "column": 38 } } @@ -989508,15 +989995,15 @@ "postfix": false, "binop": null }, - "start": 135335, - "end": 135336, + "start": 137725, + "end": 137726, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 38 }, "end": { - "line": 3010, + "line": 3052, "column": 39 } } @@ -989534,15 +990021,15 @@ "binop": null }, "value": "Selector", - "start": 135337, - "end": 135345, + "start": 137727, + "end": 137735, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 40 }, "end": { - "line": 3010, + "line": 3052, "column": 48 } } @@ -989560,15 +990047,15 @@ "binop": null, "updateContext": null }, - "start": 135345, - "end": 135346, + "start": 137735, + "end": 137736, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 48 }, "end": { - "line": 3010, + "line": 3052, "column": 49 } } @@ -989586,15 +990073,15 @@ "binop": null }, "value": "TIMELINE_CONTAINER", - "start": 135346, - "end": 135364, + "start": 137736, + "end": 137754, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 49 }, "end": { - "line": 3010, + "line": 3052, "column": 67 } } @@ -989611,15 +990098,15 @@ "postfix": false, "binop": null }, - "start": 135365, - "end": 135366, + "start": 137755, + "end": 137756, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 68 }, "end": { - "line": 3010, + "line": 3052, "column": 69 } } @@ -989637,15 +990124,15 @@ "binop": null, "updateContext": null }, - "start": 135366, - "end": 135367, + "start": 137756, + "end": 137757, "loc": { "start": { - "line": 3010, + "line": 3052, "column": 69 }, "end": { - "line": 3010, + "line": 3052, "column": 70 } } @@ -989663,15 +990150,15 @@ "binop": null }, "value": "width", - "start": 135380, - "end": 135385, + "start": 137770, + "end": 137775, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 12 }, "end": { - "line": 3011, + "line": 3053, "column": 17 } } @@ -989690,15 +990177,15 @@ "updateContext": null }, "value": "=", - "start": 135391, - "end": 135392, + "start": 137781, + "end": 137782, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 23 }, "end": { - "line": 3011, + "line": 3053, "column": 24 } } @@ -989716,15 +990203,15 @@ "binop": null }, "value": "_container", - "start": 135393, - "end": 135403, + "start": 137783, + "end": 137793, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 25 }, "end": { - "line": 3011, + "line": 3053, "column": 35 } } @@ -989742,15 +990229,15 @@ "binop": null, "updateContext": null }, - "start": 135403, - "end": 135404, + "start": 137793, + "end": 137794, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 35 }, "end": { - "line": 3011, + "line": 3053, "column": 36 } } @@ -989768,15 +990255,15 @@ "binop": null }, "value": "length", - "start": 135404, - "end": 135410, + "start": 137794, + "end": 137800, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 36 }, "end": { - "line": 3011, + "line": 3053, "column": 42 } } @@ -989795,15 +990282,15 @@ "updateContext": null }, "value": ">", - "start": 135411, - "end": 135412, + "start": 137801, + "end": 137802, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 43 }, "end": { - "line": 3011, + "line": 3053, "column": 44 } } @@ -989822,15 +990309,15 @@ "updateContext": null }, "value": 0, - "start": 135413, - "end": 135414, + "start": 137803, + "end": 137804, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 45 }, "end": { - "line": 3011, + "line": 3053, "column": 46 } } @@ -989848,15 +990335,15 @@ "binop": null, "updateContext": null }, - "start": 135415, - "end": 135416, + "start": 137805, + "end": 137806, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 47 }, "end": { - "line": 3011, + "line": 3053, "column": 48 } } @@ -989874,15 +990361,15 @@ "binop": null }, "value": "_container", - "start": 135417, - "end": 135427, + "start": 137807, + "end": 137817, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 49 }, "end": { - "line": 3011, + "line": 3053, "column": 59 } } @@ -989900,15 +990387,15 @@ "binop": null, "updateContext": null }, - "start": 135427, - "end": 135428, + "start": 137817, + "end": 137818, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 59 }, "end": { - "line": 3011, + "line": 3053, "column": 60 } } @@ -989926,15 +990413,15 @@ "binop": null }, "value": "width", - "start": 135428, - "end": 135433, + "start": 137818, + "end": 137823, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 60 }, "end": { - "line": 3011, + "line": 3053, "column": 65 } } @@ -989951,15 +990438,15 @@ "postfix": false, "binop": null }, - "start": 135433, - "end": 135434, + "start": 137823, + "end": 137824, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 65 }, "end": { - "line": 3011, + "line": 3053, "column": 66 } } @@ -989976,15 +990463,15 @@ "postfix": false, "binop": null }, - "start": 135434, - "end": 135435, + "start": 137824, + "end": 137825, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 66 }, "end": { - "line": 3011, + "line": 3053, "column": 67 } } @@ -990002,15 +990489,15 @@ "binop": null, "updateContext": null }, - "start": 135436, - "end": 135437, + "start": 137826, + "end": 137827, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 68 }, "end": { - "line": 3011, + "line": 3053, "column": 69 } } @@ -990028,15 +990515,15 @@ "binop": null }, "value": "$", - "start": 135438, - "end": 135439, + "start": 137828, + "end": 137829, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 70 }, "end": { - "line": 3011, + "line": 3053, "column": 71 } } @@ -990053,15 +990540,15 @@ "postfix": false, "binop": null }, - "start": 135439, - "end": 135440, + "start": 137829, + "end": 137830, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 71 }, "end": { - "line": 3011, + "line": 3053, "column": 72 } } @@ -990079,15 +990566,15 @@ "binop": null }, "value": "_elem", - "start": 135440, - "end": 135445, + "start": 137830, + "end": 137835, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 72 }, "end": { - "line": 3011, + "line": 3053, "column": 77 } } @@ -990104,15 +990591,15 @@ "postfix": false, "binop": null }, - "start": 135445, - "end": 135446, + "start": 137835, + "end": 137836, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 77 }, "end": { - "line": 3011, + "line": 3053, "column": 78 } } @@ -990130,15 +990617,15 @@ "binop": null, "updateContext": null }, - "start": 135446, - "end": 135447, + "start": 137836, + "end": 137837, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 78 }, "end": { - "line": 3011, + "line": 3053, "column": 79 } } @@ -990156,15 +990643,15 @@ "binop": null }, "value": "width", - "start": 135447, - "end": 135452, + "start": 137837, + "end": 137842, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 79 }, "end": { - "line": 3011, + "line": 3053, "column": 84 } } @@ -990181,15 +990668,15 @@ "postfix": false, "binop": null }, - "start": 135452, - "end": 135453, + "start": 137842, + "end": 137843, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 84 }, "end": { - "line": 3011, + "line": 3053, "column": 85 } } @@ -990206,15 +990693,15 @@ "postfix": false, "binop": null }, - "start": 135453, - "end": 135454, + "start": 137843, + "end": 137844, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 85 }, "end": { - "line": 3011, + "line": 3053, "column": 86 } } @@ -990232,15 +990719,15 @@ "binop": null, "updateContext": null }, - "start": 135454, - "end": 135455, + "start": 137844, + "end": 137845, "loc": { "start": { - "line": 3011, + "line": 3053, "column": 86 }, "end": { - "line": 3011, + "line": 3053, "column": 87 } } @@ -990258,15 +990745,15 @@ "binop": null }, "value": "height", - "start": 135468, - "end": 135474, + "start": 137858, + "end": 137864, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 12 }, "end": { - "line": 3012, + "line": 3054, "column": 18 } } @@ -990285,15 +990772,15 @@ "updateContext": null }, "value": "=", - "start": 135479, - "end": 135480, + "start": 137869, + "end": 137870, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 23 }, "end": { - "line": 3012, + "line": 3054, "column": 24 } } @@ -990310,15 +990797,15 @@ "postfix": false, "binop": null }, - "start": 135481, - "end": 135482, + "start": 137871, + "end": 137872, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 25 }, "end": { - "line": 3012, + "line": 3054, "column": 26 } } @@ -990336,15 +990823,15 @@ "binop": null }, "value": "_container", - "start": 135483, - "end": 135493, + "start": 137873, + "end": 137883, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 27 }, "end": { - "line": 3012, + "line": 3054, "column": 37 } } @@ -990362,15 +990849,15 @@ "binop": null, "updateContext": null }, - "start": 135493, - "end": 135494, + "start": 137883, + "end": 137884, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 37 }, "end": { - "line": 3012, + "line": 3054, "column": 38 } } @@ -990388,15 +990875,15 @@ "binop": null }, "value": "length", - "start": 135494, - "end": 135500, + "start": 137884, + "end": 137890, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 38 }, "end": { - "line": 3012, + "line": 3054, "column": 44 } } @@ -990415,15 +990902,15 @@ "updateContext": null }, "value": ">", - "start": 135501, - "end": 135502, + "start": 137891, + "end": 137892, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 45 }, "end": { - "line": 3012, + "line": 3054, "column": 46 } } @@ -990442,15 +990929,15 @@ "updateContext": null }, "value": 0, - "start": 135503, - "end": 135504, + "start": 137893, + "end": 137894, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 47 }, "end": { - "line": 3012, + "line": 3054, "column": 48 } } @@ -990468,15 +990955,15 @@ "binop": null, "updateContext": null }, - "start": 135505, - "end": 135506, + "start": 137895, + "end": 137896, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 49 }, "end": { - "line": 3012, + "line": 3054, "column": 50 } } @@ -990494,15 +990981,15 @@ "binop": null }, "value": "_container", - "start": 135507, - "end": 135517, + "start": 137897, + "end": 137907, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 51 }, "end": { - "line": 3012, + "line": 3054, "column": 61 } } @@ -990520,15 +991007,15 @@ "binop": null, "updateContext": null }, - "start": 135517, - "end": 135518, + "start": 137907, + "end": 137908, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 61 }, "end": { - "line": 3012, + "line": 3054, "column": 62 } } @@ -990546,15 +991033,15 @@ "binop": null }, "value": "height", - "start": 135518, - "end": 135524, + "start": 137908, + "end": 137914, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 62 }, "end": { - "line": 3012, + "line": 3054, "column": 68 } } @@ -990571,15 +991058,15 @@ "postfix": false, "binop": null }, - "start": 135524, - "end": 135525, + "start": 137914, + "end": 137915, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 68 }, "end": { - "line": 3012, + "line": 3054, "column": 69 } } @@ -990596,15 +991083,15 @@ "postfix": false, "binop": null }, - "start": 135525, - "end": 135526, + "start": 137915, + "end": 137916, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 69 }, "end": { - "line": 3012, + "line": 3054, "column": 70 } } @@ -990622,15 +991109,15 @@ "binop": null, "updateContext": null }, - "start": 135527, - "end": 135528, + "start": 137917, + "end": 137918, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 71 }, "end": { - "line": 3012, + "line": 3054, "column": 72 } } @@ -990648,15 +991135,15 @@ "binop": null }, "value": "$", - "start": 135529, - "end": 135530, + "start": 137919, + "end": 137920, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 73 }, "end": { - "line": 3012, + "line": 3054, "column": 74 } } @@ -990673,15 +991160,15 @@ "postfix": false, "binop": null }, - "start": 135530, - "end": 135531, + "start": 137920, + "end": 137921, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 74 }, "end": { - "line": 3012, + "line": 3054, "column": 75 } } @@ -990699,15 +991186,15 @@ "binop": null }, "value": "_elem", - "start": 135531, - "end": 135536, + "start": 137921, + "end": 137926, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 75 }, "end": { - "line": 3012, + "line": 3054, "column": 80 } } @@ -990724,15 +991211,15 @@ "postfix": false, "binop": null }, - "start": 135536, - "end": 135537, + "start": 137926, + "end": 137927, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 80 }, "end": { - "line": 3012, + "line": 3054, "column": 81 } } @@ -990750,15 +991237,15 @@ "binop": null, "updateContext": null }, - "start": 135537, - "end": 135538, + "start": 137927, + "end": 137928, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 81 }, "end": { - "line": 3012, + "line": 3054, "column": 82 } } @@ -990776,15 +991263,15 @@ "binop": null }, "value": "height", - "start": 135538, - "end": 135544, + "start": 137928, + "end": 137934, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 82 }, "end": { - "line": 3012, + "line": 3054, "column": 88 } } @@ -990801,15 +991288,15 @@ "postfix": false, "binop": null }, - "start": 135544, - "end": 135545, + "start": 137934, + "end": 137935, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 88 }, "end": { - "line": 3012, + "line": 3054, "column": 89 } } @@ -990826,15 +991313,15 @@ "postfix": false, "binop": null }, - "start": 135545, - "end": 135546, + "start": 137935, + "end": 137936, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 89 }, "end": { - "line": 3012, + "line": 3054, "column": 90 } } @@ -990851,15 +991338,15 @@ "postfix": false, "binop": null }, - "start": 135547, - "end": 135548, + "start": 137937, + "end": 137938, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 91 }, "end": { - "line": 3012, + "line": 3054, "column": 92 } } @@ -990878,15 +991365,15 @@ "updateContext": null }, "value": "||", - "start": 135549, - "end": 135551, + "start": 137939, + "end": 137941, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 93 }, "end": { - "line": 3012, + "line": 3054, "column": 95 } } @@ -990905,15 +991392,15 @@ "updateContext": null }, "value": 120, - "start": 135552, - "end": 135555, + "start": 137942, + "end": 137945, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 96 }, "end": { - "line": 3012, + "line": 3054, "column": 99 } } @@ -990931,15 +991418,15 @@ "binop": null, "updateContext": null }, - "start": 135555, - "end": 135556, + "start": 137945, + "end": 137946, "loc": { "start": { - "line": 3012, + "line": 3054, "column": 99 }, "end": { - "line": 3012, + "line": 3054, "column": 100 } } @@ -990957,15 +991444,15 @@ "binop": null }, "value": "_loader", - "start": 135569, - "end": 135576, + "start": 137959, + "end": 137966, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 12 }, "end": { - "line": 3013, + "line": 3055, "column": 19 } } @@ -990984,15 +991471,15 @@ "updateContext": null }, "value": "=", - "start": 135580, - "end": 135581, + "start": 137970, + "end": 137971, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 23 }, "end": { - "line": 3013, + "line": 3055, "column": 24 } } @@ -991010,15 +991497,15 @@ "binop": null }, "value": "$", - "start": 135582, - "end": 135583, + "start": 137972, + "end": 137973, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 25 }, "end": { - "line": 3013, + "line": 3055, "column": 26 } } @@ -991035,15 +991522,15 @@ "postfix": false, "binop": null }, - "start": 135583, - "end": 135584, + "start": 137973, + "end": 137974, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 26 }, "end": { - "line": 3013, + "line": 3055, "column": 27 } } @@ -991062,15 +991549,15 @@ "updateContext": null }, "value": "
", - "start": 135584, - "end": 135597, + "start": 137974, + "end": 137987, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 27 }, "end": { - "line": 3013, + "line": 3055, "column": 40 } } @@ -991088,15 +991575,15 @@ "binop": null, "updateContext": null }, - "start": 135597, - "end": 135598, + "start": 137987, + "end": 137988, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 40 }, "end": { - "line": 3013, + "line": 3055, "column": 41 } } @@ -991113,15 +991600,15 @@ "postfix": false, "binop": null }, - "start": 135599, - "end": 135600, + "start": 137989, + "end": 137990, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 42 }, "end": { - "line": 3013, + "line": 3055, "column": 43 } } @@ -991139,15 +991626,15 @@ "binop": null }, "value": "id", - "start": 135601, - "end": 135603, + "start": 137991, + "end": 137993, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 44 }, "end": { - "line": 3013, + "line": 3055, "column": 46 } } @@ -991165,15 +991652,15 @@ "binop": null, "updateContext": null }, - "start": 135603, - "end": 135604, + "start": 137993, + "end": 137994, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 46 }, "end": { - "line": 3013, + "line": 3055, "column": 47 } } @@ -991192,15 +991679,15 @@ "updateContext": null }, "value": "jqtl-loader", - "start": 135605, - "end": 135618, + "start": 137995, + "end": 138008, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 48 }, "end": { - "line": 3013, + "line": 3055, "column": 61 } } @@ -991218,15 +991705,15 @@ "binop": null, "updateContext": null }, - "start": 135618, - "end": 135619, + "start": 138008, + "end": 138009, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 61 }, "end": { - "line": 3013, + "line": 3055, "column": 62 } } @@ -991244,15 +991731,15 @@ "binop": null }, "value": "style", - "start": 135620, - "end": 135625, + "start": 138010, + "end": 138015, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 63 }, "end": { - "line": 3013, + "line": 3055, "column": 68 } } @@ -991270,15 +991757,15 @@ "binop": null, "updateContext": null }, - "start": 135625, - "end": 135626, + "start": 138015, + "end": 138016, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 68 }, "end": { - "line": 3013, + "line": 3055, "column": 69 } } @@ -991295,15 +991782,15 @@ "postfix": false, "binop": null }, - "start": 135627, - "end": 135628, + "start": 138017, + "end": 138018, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 70 }, "end": { - "line": 3013, + "line": 3055, "column": 71 } } @@ -991322,15 +991809,15 @@ "updateContext": null }, "value": "width:", - "start": 135628, - "end": 135634, + "start": 138018, + "end": 138024, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 71 }, "end": { - "line": 3013, + "line": 3055, "column": 77 } } @@ -991347,15 +991834,15 @@ "postfix": false, "binop": null }, - "start": 135634, - "end": 135636, + "start": 138024, + "end": 138026, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 77 }, "end": { - "line": 3013, + "line": 3055, "column": 79 } } @@ -991373,15 +991860,15 @@ "binop": null }, "value": "width", - "start": 135636, - "end": 135641, + "start": 138026, + "end": 138031, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 79 }, "end": { - "line": 3013, + "line": 3055, "column": 84 } } @@ -991398,15 +991885,15 @@ "postfix": false, "binop": null }, - "start": 135641, - "end": 135642, + "start": 138031, + "end": 138032, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 84 }, "end": { - "line": 3013, + "line": 3055, "column": 85 } } @@ -991425,15 +991912,15 @@ "updateContext": null }, "value": "px;height:", - "start": 135642, - "end": 135652, + "start": 138032, + "end": 138042, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 85 }, "end": { - "line": 3013, + "line": 3055, "column": 95 } } @@ -991450,15 +991937,15 @@ "postfix": false, "binop": null }, - "start": 135652, - "end": 135654, + "start": 138042, + "end": 138044, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 95 }, "end": { - "line": 3013, + "line": 3055, "column": 97 } } @@ -991476,15 +991963,15 @@ "binop": null }, "value": "height", - "start": 135654, - "end": 135660, + "start": 138044, + "end": 138050, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 97 }, "end": { - "line": 3013, + "line": 3055, "column": 103 } } @@ -991501,15 +991988,15 @@ "postfix": false, "binop": null }, - "start": 135660, - "end": 135661, + "start": 138050, + "end": 138051, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 103 }, "end": { - "line": 3013, + "line": 3055, "column": 104 } } @@ -991528,15 +992015,15 @@ "updateContext": null }, "value": "px;", - "start": 135661, - "end": 135664, + "start": 138051, + "end": 138054, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 104 }, "end": { - "line": 3013, + "line": 3055, "column": 107 } } @@ -991553,15 +992040,15 @@ "postfix": false, "binop": null }, - "start": 135664, - "end": 135665, + "start": 138054, + "end": 138055, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 107 }, "end": { - "line": 3013, + "line": 3055, "column": 108 } } @@ -991578,15 +992065,15 @@ "postfix": false, "binop": null }, - "start": 135666, - "end": 135667, + "start": 138056, + "end": 138057, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 109 }, "end": { - "line": 3013, + "line": 3055, "column": 110 } } @@ -991603,15 +992090,15 @@ "postfix": false, "binop": null }, - "start": 135667, - "end": 135668, + "start": 138057, + "end": 138058, "loc": { "start": { - "line": 3013, + "line": 3055, "column": 110 }, "end": { - "line": 3013, + "line": 3055, "column": 111 } } @@ -991619,15 +992106,15 @@ { "type": "CommentLine", "value": "console.log( '!showLoader:', width, height, _container.length )", - "start": 135678, - "end": 135743, + "start": 138068, + "end": 138133, "loc": { "start": { - "line": 3015, + "line": 3057, "column": 0 }, "end": { - "line": 3015, + "line": 3057, "column": 65 } } @@ -991647,15 +992134,15 @@ "updateContext": null }, "value": "if", - "start": 135752, - "end": 135754, + "start": 138142, + "end": 138144, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 8 }, "end": { - "line": 3016, + "line": 3058, "column": 10 } } @@ -991672,15 +992159,15 @@ "postfix": false, "binop": null }, - "start": 135755, - "end": 135756, + "start": 138145, + "end": 138146, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 11 }, "end": { - "line": 3016, + "line": 3058, "column": 12 } } @@ -991698,15 +992185,15 @@ "binop": null }, "value": "_opts", - "start": 135757, - "end": 135762, + "start": 138147, + "end": 138152, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 13 }, "end": { - "line": 3016, + "line": 3058, "column": 18 } } @@ -991724,15 +992211,15 @@ "binop": null, "updateContext": null }, - "start": 135762, - "end": 135763, + "start": 138152, + "end": 138153, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 18 }, "end": { - "line": 3016, + "line": 3058, "column": 19 } } @@ -991750,15 +992237,15 @@ "binop": null }, "value": "loader", - "start": 135763, - "end": 135769, + "start": 138153, + "end": 138159, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 19 }, "end": { - "line": 3016, + "line": 3058, "column": 25 } } @@ -991777,15 +992264,15 @@ "updateContext": null }, "value": "===", - "start": 135770, - "end": 135773, + "start": 138160, + "end": 138163, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 26 }, "end": { - "line": 3016, + "line": 3058, "column": 29 } } @@ -991805,15 +992292,15 @@ "updateContext": null }, "value": "false", - "start": 135774, - "end": 135779, + "start": 138164, + "end": 138169, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 30 }, "end": { - "line": 3016, + "line": 3058, "column": 35 } } @@ -991830,15 +992317,15 @@ "postfix": false, "binop": null }, - "start": 135780, - "end": 135781, + "start": 138170, + "end": 138171, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 36 }, "end": { - "line": 3016, + "line": 3058, "column": 37 } } @@ -991855,15 +992342,15 @@ "postfix": false, "binop": null }, - "start": 135782, - "end": 135783, + "start": 138172, + "end": 138173, "loc": { "start": { - "line": 3016, + "line": 3058, "column": 38 }, "end": { - "line": 3016, + "line": 3058, "column": 39 } } @@ -991883,15 +992370,15 @@ "updateContext": null }, "value": "return", - "start": 135796, - "end": 135802, + "start": 138186, + "end": 138192, "loc": { "start": { - "line": 3017, + "line": 3059, "column": 12 }, "end": { - "line": 3017, + "line": 3059, "column": 18 } } @@ -991908,15 +992395,15 @@ "postfix": false, "binop": null }, - "start": 135811, - "end": 135812, + "start": 138201, + "end": 138202, "loc": { "start": { - "line": 3018, + "line": 3060, "column": 8 }, "end": { - "line": 3018, + "line": 3060, "column": 9 } } @@ -991936,15 +992423,15 @@ "updateContext": null }, "value": "if", - "start": 135830, - "end": 135832, + "start": 138220, + "end": 138222, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 8 }, "end": { - "line": 3020, + "line": 3062, "column": 10 } } @@ -991961,15 +992448,15 @@ "postfix": false, "binop": null }, - "start": 135833, - "end": 135834, + "start": 138223, + "end": 138224, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 11 }, "end": { - "line": 3020, + "line": 3062, "column": 12 } } @@ -991987,15 +992474,15 @@ "binop": null }, "value": "$", - "start": 135835, - "end": 135836, + "start": 138225, + "end": 138226, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 13 }, "end": { - "line": 3020, + "line": 3062, "column": 14 } } @@ -992012,15 +992499,15 @@ "postfix": false, "binop": null }, - "start": 135836, - "end": 135837, + "start": 138226, + "end": 138227, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 14 }, "end": { - "line": 3020, + "line": 3062, "column": 15 } } @@ -992038,15 +992525,15 @@ "binop": null }, "value": "_opts", - "start": 135837, - "end": 135842, + "start": 138227, + "end": 138232, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 15 }, "end": { - "line": 3020, + "line": 3062, "column": 20 } } @@ -992064,15 +992551,15 @@ "binop": null, "updateContext": null }, - "start": 135842, - "end": 135843, + "start": 138232, + "end": 138233, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 20 }, "end": { - "line": 3020, + "line": 3062, "column": 21 } } @@ -992090,15 +992577,15 @@ "binop": null }, "value": "loader", - "start": 135843, - "end": 135849, + "start": 138233, + "end": 138239, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 21 }, "end": { - "line": 3020, + "line": 3062, "column": 27 } } @@ -992115,15 +992602,15 @@ "postfix": false, "binop": null }, - "start": 135849, - "end": 135850, + "start": 138239, + "end": 138240, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 27 }, "end": { - "line": 3020, + "line": 3062, "column": 28 } } @@ -992141,15 +992628,15 @@ "binop": null, "updateContext": null }, - "start": 135850, - "end": 135851, + "start": 138240, + "end": 138241, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 28 }, "end": { - "line": 3020, + "line": 3062, "column": 29 } } @@ -992167,15 +992654,15 @@ "binop": null }, "value": "length", - "start": 135851, - "end": 135857, + "start": 138241, + "end": 138247, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 29 }, "end": { - "line": 3020, + "line": 3062, "column": 35 } } @@ -992194,15 +992681,15 @@ "updateContext": null }, "value": "==", - "start": 135858, - "end": 135860, + "start": 138248, + "end": 138250, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 36 }, "end": { - "line": 3020, + "line": 3062, "column": 38 } } @@ -992221,15 +992708,15 @@ "updateContext": null }, "value": 0, - "start": 135861, - "end": 135862, + "start": 138251, + "end": 138252, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 39 }, "end": { - "line": 3020, + "line": 3062, "column": 40 } } @@ -992246,15 +992733,15 @@ "postfix": false, "binop": null }, - "start": 135863, - "end": 135864, + "start": 138253, + "end": 138254, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 41 }, "end": { - "line": 3020, + "line": 3062, "column": 42 } } @@ -992271,15 +992758,15 @@ "postfix": false, "binop": null }, - "start": 135865, - "end": 135866, + "start": 138255, + "end": 138256, "loc": { "start": { - "line": 3020, + "line": 3062, "column": 43 }, "end": { - "line": 3020, + "line": 3062, "column": 44 } } @@ -992299,15 +992786,15 @@ "updateContext": null }, "value": "let", - "start": 135879, - "end": 135882, + "start": 138269, + "end": 138272, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 12 }, "end": { - "line": 3021, + "line": 3063, "column": 15 } } @@ -992325,15 +992812,15 @@ "binop": null }, "value": "_loading_text", - "start": 135883, - "end": 135896, + "start": 138273, + "end": 138286, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 16 }, "end": { - "line": 3021, + "line": 3063, "column": 29 } } @@ -992352,15 +992839,15 @@ "updateContext": null }, "value": "=", - "start": 135897, - "end": 135898, + "start": 138287, + "end": 138288, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 30 }, "end": { - "line": 3021, + "line": 3063, "column": 31 } } @@ -992378,15 +992865,15 @@ "binop": null }, "value": "LOADING_MESSAGE", - "start": 135899, - "end": 135914, + "start": 138289, + "end": 138304, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 32 }, "end": { - "line": 3021, + "line": 3063, "column": 47 } } @@ -992404,15 +992891,15 @@ "binop": null, "updateContext": null }, - "start": 135914, - "end": 135915, + "start": 138304, + "end": 138305, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 47 }, "end": { - "line": 3021, + "line": 3063, "column": 48 } } @@ -992430,15 +992917,15 @@ "binop": null }, "value": "match", - "start": 135915, - "end": 135920, + "start": 138305, + "end": 138310, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 48 }, "end": { - "line": 3021, + "line": 3063, "column": 53 } } @@ -992455,15 +992942,15 @@ "postfix": false, "binop": null }, - "start": 135920, - "end": 135921, + "start": 138310, + "end": 138311, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 53 }, "end": { - "line": 3021, + "line": 3063, "column": 54 } } @@ -992485,15 +992972,15 @@ "pattern": "[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]|[\\s\\S]|^$", "flags": "g" }, - "start": 135921, - "end": 135964, + "start": 138311, + "end": 138354, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 54 }, "end": { - "line": 3021, + "line": 3063, "column": 97 } } @@ -992510,15 +992997,15 @@ "postfix": false, "binop": null }, - "start": 135964, - "end": 135965, + "start": 138354, + "end": 138355, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 97 }, "end": { - "line": 3021, + "line": 3063, "column": 98 } } @@ -992536,15 +993023,15 @@ "binop": null, "updateContext": null }, - "start": 135965, - "end": 135966, + "start": 138355, + "end": 138356, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 98 }, "end": { - "line": 3021, + "line": 3063, "column": 99 } } @@ -992562,15 +993049,15 @@ "binop": null }, "value": "filter", - "start": 135966, - "end": 135972, + "start": 138356, + "end": 138362, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 99 }, "end": { - "line": 3021, + "line": 3063, "column": 105 } } @@ -992587,15 +993074,15 @@ "postfix": false, "binop": null }, - "start": 135972, - "end": 135973, + "start": 138362, + "end": 138363, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 105 }, "end": { - "line": 3021, + "line": 3063, "column": 106 } } @@ -992613,15 +993100,15 @@ "binop": null }, "value": "Boolean", - "start": 135974, - "end": 135981, + "start": 138364, + "end": 138371, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 107 }, "end": { - "line": 3021, + "line": 3063, "column": 114 } } @@ -992638,15 +993125,15 @@ "postfix": false, "binop": null }, - "start": 135982, - "end": 135983, + "start": 138372, + "end": 138373, "loc": { "start": { - "line": 3021, + "line": 3063, "column": 115 }, "end": { - "line": 3021, + "line": 3063, "column": 116 } } @@ -992664,15 +993151,15 @@ "binop": null }, "value": "_loading_text", - "start": 136009, - "end": 136022, + "start": 138399, + "end": 138412, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 12 }, "end": { - "line": 3023, + "line": 3065, "column": 25 } } @@ -992690,15 +993177,15 @@ "binop": null, "updateContext": null }, - "start": 136022, - "end": 136023, + "start": 138412, + "end": 138413, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 25 }, "end": { - "line": 3023, + "line": 3065, "column": 26 } } @@ -992716,15 +993203,15 @@ "binop": null }, "value": "forEach", - "start": 136023, - "end": 136030, + "start": 138413, + "end": 138420, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 26 }, "end": { - "line": 3023, + "line": 3065, "column": 33 } } @@ -992741,15 +993228,15 @@ "postfix": false, "binop": null }, - "start": 136030, - "end": 136031, + "start": 138420, + "end": 138421, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 33 }, "end": { - "line": 3023, + "line": 3065, "column": 34 } } @@ -992766,15 +993253,15 @@ "postfix": false, "binop": null }, - "start": 136032, - "end": 136033, + "start": 138422, + "end": 138423, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 35 }, "end": { - "line": 3023, + "line": 3065, "column": 36 } } @@ -992792,15 +993279,15 @@ "binop": null }, "value": "str", - "start": 136034, - "end": 136037, + "start": 138424, + "end": 138427, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 37 }, "end": { - "line": 3023, + "line": 3065, "column": 40 } } @@ -992818,15 +993305,15 @@ "binop": null, "updateContext": null }, - "start": 136037, - "end": 136038, + "start": 138427, + "end": 138428, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 40 }, "end": { - "line": 3023, + "line": 3065, "column": 41 } } @@ -992844,15 +993331,15 @@ "binop": null }, "value": "idx", - "start": 136039, - "end": 136042, + "start": 138429, + "end": 138432, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 42 }, "end": { - "line": 3023, + "line": 3065, "column": 45 } } @@ -992869,15 +993356,15 @@ "postfix": false, "binop": null }, - "start": 136043, - "end": 136044, + "start": 138433, + "end": 138434, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 46 }, "end": { - "line": 3023, + "line": 3065, "column": 47 } } @@ -992895,15 +993382,15 @@ "binop": null, "updateContext": null }, - "start": 136045, - "end": 136047, + "start": 138435, + "end": 138437, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 48 }, "end": { - "line": 3023, + "line": 3065, "column": 50 } } @@ -992920,15 +993407,15 @@ "postfix": false, "binop": null }, - "start": 136048, - "end": 136049, + "start": 138438, + "end": 138439, "loc": { "start": { - "line": 3023, + "line": 3065, "column": 51 }, "end": { - "line": 3023, + "line": 3065, "column": 52 } } @@ -992948,15 +993435,15 @@ "updateContext": null }, "value": "let", - "start": 136066, - "end": 136069, + "start": 138456, + "end": 138459, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 16 }, "end": { - "line": 3024, + "line": 3066, "column": 19 } } @@ -992974,15 +993461,15 @@ "binop": null }, "value": "_fountain_text", - "start": 136070, - "end": 136084, + "start": 138460, + "end": 138474, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 20 }, "end": { - "line": 3024, + "line": 3066, "column": 34 } } @@ -993001,15 +993488,15 @@ "updateContext": null }, "value": "=", - "start": 136085, - "end": 136086, + "start": 138475, + "end": 138476, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 35 }, "end": { - "line": 3024, + "line": 3066, "column": 36 } } @@ -993027,15 +993514,15 @@ "binop": null }, "value": "$", - "start": 136087, - "end": 136088, + "start": 138477, + "end": 138478, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 37 }, "end": { - "line": 3024, + "line": 3066, "column": 38 } } @@ -993052,15 +993539,15 @@ "postfix": false, "binop": null }, - "start": 136088, - "end": 136089, + "start": 138478, + "end": 138479, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 38 }, "end": { - "line": 3024, + "line": 3066, "column": 39 } } @@ -993079,15 +993566,15 @@ "updateContext": null }, "value": "
", - "start": 136089, - "end": 136102, + "start": 138479, + "end": 138492, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 39 }, "end": { - "line": 3024, + "line": 3066, "column": 52 } } @@ -993105,15 +993592,15 @@ "binop": null, "updateContext": null }, - "start": 136102, - "end": 136103, + "start": 138492, + "end": 138493, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 52 }, "end": { - "line": 3024, + "line": 3066, "column": 53 } } @@ -993130,15 +993617,15 @@ "postfix": false, "binop": null }, - "start": 136104, - "end": 136105, + "start": 138494, + "end": 138495, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 54 }, "end": { - "line": 3024, + "line": 3066, "column": 55 } } @@ -993156,15 +993643,15 @@ "binop": null }, "value": "id", - "start": 136106, - "end": 136108, + "start": 138496, + "end": 138498, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 56 }, "end": { - "line": 3024, + "line": 3066, "column": 58 } } @@ -993182,15 +993669,15 @@ "binop": null, "updateContext": null }, - "start": 136108, - "end": 136109, + "start": 138498, + "end": 138499, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 58 }, "end": { - "line": 3024, + "line": 3066, "column": 59 } } @@ -993207,15 +993694,15 @@ "postfix": false, "binop": null }, - "start": 136110, - "end": 136111, + "start": 138500, + "end": 138501, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 60 }, "end": { - "line": 3024, + "line": 3066, "column": 61 } } @@ -993234,15 +993721,15 @@ "updateContext": null }, "value": "jqtl-loading_", - "start": 136111, - "end": 136124, + "start": 138501, + "end": 138514, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 61 }, "end": { - "line": 3024, + "line": 3066, "column": 74 } } @@ -993259,15 +993746,15 @@ "postfix": false, "binop": null }, - "start": 136124, - "end": 136126, + "start": 138514, + "end": 138516, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 74 }, "end": { - "line": 3024, + "line": 3066, "column": 76 } } @@ -993284,15 +993771,15 @@ "postfix": false, "binop": null }, - "start": 136126, - "end": 136127, + "start": 138516, + "end": 138517, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 76 }, "end": { - "line": 3024, + "line": 3066, "column": 77 } } @@ -993310,15 +993797,15 @@ "binop": null }, "value": "idx", - "start": 136128, - "end": 136131, + "start": 138518, + "end": 138521, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 78 }, "end": { - "line": 3024, + "line": 3066, "column": 81 } } @@ -993337,15 +993824,15 @@ "updateContext": null }, "value": "+", - "start": 136132, - "end": 136133, + "start": 138522, + "end": 138523, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 82 }, "end": { - "line": 3024, + "line": 3066, "column": 83 } } @@ -993364,15 +993851,15 @@ "updateContext": null }, "value": 1, - "start": 136134, - "end": 136135, + "start": 138524, + "end": 138525, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 84 }, "end": { - "line": 3024, + "line": 3066, "column": 85 } } @@ -993389,15 +993876,15 @@ "postfix": false, "binop": null }, - "start": 136136, - "end": 136137, + "start": 138526, + "end": 138527, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 86 }, "end": { - "line": 3024, + "line": 3066, "column": 87 } } @@ -993414,15 +993901,15 @@ "postfix": false, "binop": null }, - "start": 136137, - "end": 136138, + "start": 138527, + "end": 138528, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 87 }, "end": { - "line": 3024, + "line": 3066, "column": 88 } } @@ -993441,15 +993928,15 @@ "updateContext": null }, "value": "", - "start": 136138, - "end": 136138, + "start": 138528, + "end": 138528, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 88 }, "end": { - "line": 3024, + "line": 3066, "column": 88 } } @@ -993466,15 +993953,15 @@ "postfix": false, "binop": null }, - "start": 136138, - "end": 136139, + "start": 138528, + "end": 138529, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 88 }, "end": { - "line": 3024, + "line": 3066, "column": 89 } } @@ -993492,15 +993979,15 @@ "binop": null, "updateContext": null }, - "start": 136139, - "end": 136140, + "start": 138529, + "end": 138530, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 89 }, "end": { - "line": 3024, + "line": 3066, "column": 90 } } @@ -993520,15 +994007,15 @@ "updateContext": null }, "value": "class", - "start": 136141, - "end": 136146, + "start": 138531, + "end": 138536, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 91 }, "end": { - "line": 3024, + "line": 3066, "column": 96 } } @@ -993546,15 +994033,15 @@ "binop": null, "updateContext": null }, - "start": 136146, - "end": 136147, + "start": 138536, + "end": 138537, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 96 }, "end": { - "line": 3024, + "line": 3066, "column": 97 } } @@ -993572,15 +994059,15 @@ "binop": null }, "value": "ClassName", - "start": 136148, - "end": 136157, + "start": 138538, + "end": 138547, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 98 }, "end": { - "line": 3024, + "line": 3066, "column": 107 } } @@ -993598,15 +994085,15 @@ "binop": null, "updateContext": null }, - "start": 136157, - "end": 136158, + "start": 138547, + "end": 138548, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 107 }, "end": { - "line": 3024, + "line": 3066, "column": 108 } } @@ -993624,15 +994111,15 @@ "binop": null }, "value": "LOADER_ITEM", - "start": 136158, - "end": 136169, + "start": 138548, + "end": 138559, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 108 }, "end": { - "line": 3024, + "line": 3066, "column": 119 } } @@ -993649,15 +994136,15 @@ "postfix": false, "binop": null }, - "start": 136170, - "end": 136171, + "start": 138560, + "end": 138561, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 120 }, "end": { - "line": 3024, + "line": 3066, "column": 121 } } @@ -993674,15 +994161,15 @@ "postfix": false, "binop": null }, - "start": 136171, - "end": 136172, + "start": 138561, + "end": 138562, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 121 }, "end": { - "line": 3024, + "line": 3066, "column": 122 } } @@ -993700,15 +994187,15 @@ "binop": null, "updateContext": null }, - "start": 136172, - "end": 136173, + "start": 138562, + "end": 138563, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 122 }, "end": { - "line": 3024, + "line": 3066, "column": 123 } } @@ -993726,15 +994213,15 @@ "binop": null }, "value": "text", - "start": 136173, - "end": 136177, + "start": 138563, + "end": 138567, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 123 }, "end": { - "line": 3024, + "line": 3066, "column": 127 } } @@ -993751,15 +994238,15 @@ "postfix": false, "binop": null }, - "start": 136177, - "end": 136178, + "start": 138567, + "end": 138568, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 127 }, "end": { - "line": 3024, + "line": 3066, "column": 128 } } @@ -993777,15 +994264,15 @@ "binop": null }, "value": "str", - "start": 136179, - "end": 136182, + "start": 138569, + "end": 138572, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 129 }, "end": { - "line": 3024, + "line": 3066, "column": 132 } } @@ -993802,15 +994289,15 @@ "postfix": false, "binop": null }, - "start": 136183, - "end": 136184, + "start": 138573, + "end": 138574, "loc": { "start": { - "line": 3024, + "line": 3066, "column": 133 }, "end": { - "line": 3024, + "line": 3066, "column": 134 } } @@ -993828,15 +994315,15 @@ "binop": null }, "value": "_loader", - "start": 136201, - "end": 136208, + "start": 138591, + "end": 138598, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 16 }, "end": { - "line": 3025, + "line": 3067, "column": 23 } } @@ -993854,15 +994341,15 @@ "binop": null, "updateContext": null }, - "start": 136208, - "end": 136209, + "start": 138598, + "end": 138599, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 23 }, "end": { - "line": 3025, + "line": 3067, "column": 24 } } @@ -993880,15 +994367,15 @@ "binop": null }, "value": "append", - "start": 136209, - "end": 136215, + "start": 138599, + "end": 138605, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 24 }, "end": { - "line": 3025, + "line": 3067, "column": 30 } } @@ -993905,15 +994392,15 @@ "postfix": false, "binop": null }, - "start": 136215, - "end": 136216, + "start": 138605, + "end": 138606, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 30 }, "end": { - "line": 3025, + "line": 3067, "column": 31 } } @@ -993931,15 +994418,15 @@ "binop": null }, "value": "_fountain_text", - "start": 136217, - "end": 136231, + "start": 138607, + "end": 138621, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 32 }, "end": { - "line": 3025, + "line": 3067, "column": 46 } } @@ -993956,15 +994443,15 @@ "postfix": false, "binop": null }, - "start": 136232, - "end": 136233, + "start": 138622, + "end": 138623, "loc": { "start": { - "line": 3025, + "line": 3067, "column": 47 }, "end": { - "line": 3025, + "line": 3067, "column": 48 } } @@ -993981,15 +994468,15 @@ "postfix": false, "binop": null }, - "start": 136246, - "end": 136247, + "start": 138636, + "end": 138637, "loc": { "start": { - "line": 3026, + "line": 3068, "column": 12 }, "end": { - "line": 3026, + "line": 3068, "column": 13 } } @@ -994006,15 +994493,15 @@ "postfix": false, "binop": null }, - "start": 136247, - "end": 136248, + "start": 138637, + "end": 138638, "loc": { "start": { - "line": 3026, + "line": 3068, "column": 13 }, "end": { - "line": 3026, + "line": 3068, "column": 14 } } @@ -994031,15 +994518,15 @@ "postfix": false, "binop": null }, - "start": 136257, - "end": 136258, + "start": 138647, + "end": 138648, "loc": { "start": { - "line": 3027, + "line": 3069, "column": 8 }, "end": { - "line": 3027, + "line": 3069, "column": 9 } } @@ -994059,15 +994546,15 @@ "updateContext": null }, "value": "else", - "start": 136259, - "end": 136263, + "start": 138649, + "end": 138653, "loc": { "start": { - "line": 3027, + "line": 3069, "column": 10 }, "end": { - "line": 3027, + "line": 3069, "column": 14 } } @@ -994084,15 +994571,15 @@ "postfix": false, "binop": null }, - "start": 136264, - "end": 136265, + "start": 138654, + "end": 138655, "loc": { "start": { - "line": 3027, + "line": 3069, "column": 15 }, "end": { - "line": 3027, + "line": 3069, "column": 16 } } @@ -994112,15 +994599,15 @@ "updateContext": null }, "value": "let", - "start": 136278, - "end": 136281, + "start": 138668, + "end": 138671, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 12 }, "end": { - "line": 3028, + "line": 3070, "column": 15 } } @@ -994138,15 +994625,15 @@ "binop": null }, "value": "_custom_loader", - "start": 136282, - "end": 136296, + "start": 138672, + "end": 138686, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 16 }, "end": { - "line": 3028, + "line": 3070, "column": 30 } } @@ -994165,15 +994652,15 @@ "updateContext": null }, "value": "=", - "start": 136297, - "end": 136298, + "start": 138687, + "end": 138688, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 31 }, "end": { - "line": 3028, + "line": 3070, "column": 32 } } @@ -994191,15 +994678,15 @@ "binop": null }, "value": "$", - "start": 136299, - "end": 136300, + "start": 138689, + "end": 138690, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 33 }, "end": { - "line": 3028, + "line": 3070, "column": 34 } } @@ -994216,15 +994703,15 @@ "postfix": false, "binop": null }, - "start": 136300, - "end": 136301, + "start": 138690, + "end": 138691, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 34 }, "end": { - "line": 3028, + "line": 3070, "column": 35 } } @@ -994242,15 +994729,15 @@ "binop": null }, "value": "_opts", - "start": 136301, - "end": 136306, + "start": 138691, + "end": 138696, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 35 }, "end": { - "line": 3028, + "line": 3070, "column": 40 } } @@ -994268,15 +994755,15 @@ "binop": null, "updateContext": null }, - "start": 136306, - "end": 136307, + "start": 138696, + "end": 138697, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 40 }, "end": { - "line": 3028, + "line": 3070, "column": 41 } } @@ -994294,15 +994781,15 @@ "binop": null }, "value": "loader", - "start": 136307, - "end": 136313, + "start": 138697, + "end": 138703, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 41 }, "end": { - "line": 3028, + "line": 3070, "column": 47 } } @@ -994319,15 +994806,15 @@ "postfix": false, "binop": null }, - "start": 136313, - "end": 136314, + "start": 138703, + "end": 138704, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 47 }, "end": { - "line": 3028, + "line": 3070, "column": 48 } } @@ -994345,15 +994832,15 @@ "binop": null, "updateContext": null }, - "start": 136314, - "end": 136315, + "start": 138704, + "end": 138705, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 48 }, "end": { - "line": 3028, + "line": 3070, "column": 49 } } @@ -994371,15 +994858,15 @@ "binop": null }, "value": "clone", - "start": 136315, - "end": 136320, + "start": 138705, + "end": 138710, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 49 }, "end": { - "line": 3028, + "line": 3070, "column": 54 } } @@ -994396,15 +994883,15 @@ "postfix": false, "binop": null }, - "start": 136320, - "end": 136321, + "start": 138710, + "end": 138711, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 54 }, "end": { - "line": 3028, + "line": 3070, "column": 55 } } @@ -994421,15 +994908,15 @@ "postfix": false, "binop": null }, - "start": 136321, - "end": 136322, + "start": 138711, + "end": 138712, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 55 }, "end": { - "line": 3028, + "line": 3070, "column": 56 } } @@ -994447,15 +994934,15 @@ "binop": null, "updateContext": null }, - "start": 136322, - "end": 136323, + "start": 138712, + "end": 138713, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 56 }, "end": { - "line": 3028, + "line": 3070, "column": 57 } } @@ -994473,15 +994960,15 @@ "binop": null }, "value": "prop", - "start": 136323, - "end": 136327, + "start": 138713, + "end": 138717, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 57 }, "end": { - "line": 3028, + "line": 3070, "column": 61 } } @@ -994498,15 +994985,15 @@ "postfix": false, "binop": null }, - "start": 136327, - "end": 136328, + "start": 138717, + "end": 138718, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 61 }, "end": { - "line": 3028, + "line": 3070, "column": 62 } } @@ -994525,15 +995012,15 @@ "updateContext": null }, "value": "hidden", - "start": 136329, - "end": 136337, + "start": 138719, + "end": 138727, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 63 }, "end": { - "line": 3028, + "line": 3070, "column": 71 } } @@ -994551,15 +995038,15 @@ "binop": null, "updateContext": null }, - "start": 136337, - "end": 136338, + "start": 138727, + "end": 138728, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 71 }, "end": { - "line": 3028, + "line": 3070, "column": 72 } } @@ -994579,15 +995066,15 @@ "updateContext": null }, "value": "false", - "start": 136339, - "end": 136344, + "start": 138729, + "end": 138734, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 73 }, "end": { - "line": 3028, + "line": 3070, "column": 78 } } @@ -994604,15 +995091,15 @@ "postfix": false, "binop": null }, - "start": 136345, - "end": 136346, + "start": 138735, + "end": 138736, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 79 }, "end": { - "line": 3028, + "line": 3070, "column": 80 } } @@ -994630,15 +995117,15 @@ "binop": null, "updateContext": null }, - "start": 136346, - "end": 136347, + "start": 138736, + "end": 138737, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 80 }, "end": { - "line": 3028, + "line": 3070, "column": 81 } } @@ -994656,15 +995143,15 @@ "binop": null }, "value": "css", - "start": 136347, - "end": 136350, + "start": 138737, + "end": 138740, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 81 }, "end": { - "line": 3028, + "line": 3070, "column": 84 } } @@ -994681,15 +995168,15 @@ "postfix": false, "binop": null }, - "start": 136350, - "end": 136351, + "start": 138740, + "end": 138741, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 84 }, "end": { - "line": 3028, + "line": 3070, "column": 85 } } @@ -994708,15 +995195,15 @@ "updateContext": null }, "value": "display", - "start": 136352, - "end": 136361, + "start": 138742, + "end": 138751, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 86 }, "end": { - "line": 3028, + "line": 3070, "column": 95 } } @@ -994734,15 +995221,15 @@ "binop": null, "updateContext": null }, - "start": 136361, - "end": 136362, + "start": 138751, + "end": 138752, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 95 }, "end": { - "line": 3028, + "line": 3070, "column": 96 } } @@ -994761,15 +995248,15 @@ "updateContext": null }, "value": "block", - "start": 136363, - "end": 136370, + "start": 138753, + "end": 138760, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 97 }, "end": { - "line": 3028, + "line": 3070, "column": 104 } } @@ -994786,15 +995273,15 @@ "postfix": false, "binop": null }, - "start": 136371, - "end": 136372, + "start": 138761, + "end": 138762, "loc": { "start": { - "line": 3028, + "line": 3070, "column": 105 }, "end": { - "line": 3028, + "line": 3070, "column": 106 } } @@ -994812,15 +995299,15 @@ "binop": null }, "value": "_loader", - "start": 136385, - "end": 136392, + "start": 138775, + "end": 138782, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 12 }, "end": { - "line": 3029, + "line": 3071, "column": 19 } } @@ -994838,15 +995325,15 @@ "binop": null, "updateContext": null }, - "start": 136392, - "end": 136393, + "start": 138782, + "end": 138783, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 19 }, "end": { - "line": 3029, + "line": 3071, "column": 20 } } @@ -994864,15 +995351,15 @@ "binop": null }, "value": "append", - "start": 136393, - "end": 136399, + "start": 138783, + "end": 138789, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 20 }, "end": { - "line": 3029, + "line": 3071, "column": 26 } } @@ -994889,15 +995376,15 @@ "postfix": false, "binop": null }, - "start": 136399, - "end": 136400, + "start": 138789, + "end": 138790, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 26 }, "end": { - "line": 3029, + "line": 3071, "column": 27 } } @@ -994915,15 +995402,15 @@ "binop": null }, "value": "_custom_loader", - "start": 136401, - "end": 136415, + "start": 138791, + "end": 138805, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 28 }, "end": { - "line": 3029, + "line": 3071, "column": 42 } } @@ -994940,15 +995427,15 @@ "postfix": false, "binop": null }, - "start": 136416, - "end": 136417, + "start": 138806, + "end": 138807, "loc": { "start": { - "line": 3029, + "line": 3071, "column": 43 }, "end": { - "line": 3029, + "line": 3071, "column": 44 } } @@ -994965,15 +995452,15 @@ "postfix": false, "binop": null }, - "start": 136426, - "end": 136427, + "start": 138816, + "end": 138817, "loc": { "start": { - "line": 3030, + "line": 3072, "column": 8 }, "end": { - "line": 3030, + "line": 3072, "column": 9 } } @@ -994993,15 +995480,15 @@ "updateContext": null }, "value": "if", - "start": 136445, - "end": 136447, + "start": 138835, + "end": 138837, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 8 }, "end": { - "line": 3032, + "line": 3074, "column": 10 } } @@ -995018,15 +995505,15 @@ "postfix": false, "binop": null }, - "start": 136448, - "end": 136449, + "start": 138838, + "end": 138839, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 11 }, "end": { - "line": 3032, + "line": 3074, "column": 12 } } @@ -995044,15 +995531,15 @@ "binop": null }, "value": "$", - "start": 136450, - "end": 136451, + "start": 138840, + "end": 138841, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 13 }, "end": { - "line": 3032, + "line": 3074, "column": 14 } } @@ -995069,15 +995556,15 @@ "postfix": false, "binop": null }, - "start": 136451, - "end": 136452, + "start": 138841, + "end": 138842, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 14 }, "end": { - "line": 3032, + "line": 3074, "column": 15 } } @@ -995095,15 +995582,15 @@ "binop": null }, "value": "_elem", - "start": 136452, - "end": 136457, + "start": 138842, + "end": 138847, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 15 }, "end": { - "line": 3032, + "line": 3074, "column": 20 } } @@ -995120,15 +995607,15 @@ "postfix": false, "binop": null }, - "start": 136457, - "end": 136458, + "start": 138847, + "end": 138848, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 20 }, "end": { - "line": 3032, + "line": 3074, "column": 21 } } @@ -995146,15 +995633,15 @@ "binop": null, "updateContext": null }, - "start": 136458, - "end": 136459, + "start": 138848, + "end": 138849, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 21 }, "end": { - "line": 3032, + "line": 3074, "column": 22 } } @@ -995172,15 +995659,15 @@ "binop": null }, "value": "find", - "start": 136459, - "end": 136463, + "start": 138849, + "end": 138853, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 22 }, "end": { - "line": 3032, + "line": 3074, "column": 26 } } @@ -995197,15 +995684,15 @@ "postfix": false, "binop": null }, - "start": 136463, - "end": 136464, + "start": 138853, + "end": 138854, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 26 }, "end": { - "line": 3032, + "line": 3074, "column": 27 } } @@ -995223,15 +995710,15 @@ "binop": null }, "value": "Selector", - "start": 136465, - "end": 136473, + "start": 138855, + "end": 138863, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 28 }, "end": { - "line": 3032, + "line": 3074, "column": 36 } } @@ -995249,15 +995736,15 @@ "binop": null, "updateContext": null }, - "start": 136473, - "end": 136474, + "start": 138863, + "end": 138864, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 36 }, "end": { - "line": 3032, + "line": 3074, "column": 37 } } @@ -995275,15 +995762,15 @@ "binop": null }, "value": "LOADER", - "start": 136474, - "end": 136480, + "start": 138864, + "end": 138870, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 37 }, "end": { - "line": 3032, + "line": 3074, "column": 43 } } @@ -995300,15 +995787,15 @@ "postfix": false, "binop": null }, - "start": 136481, - "end": 136482, + "start": 138871, + "end": 138872, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 44 }, "end": { - "line": 3032, + "line": 3074, "column": 45 } } @@ -995326,15 +995813,15 @@ "binop": null, "updateContext": null }, - "start": 136482, - "end": 136483, + "start": 138872, + "end": 138873, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 45 }, "end": { - "line": 3032, + "line": 3074, "column": 46 } } @@ -995352,15 +995839,15 @@ "binop": null }, "value": "length", - "start": 136483, - "end": 136489, + "start": 138873, + "end": 138879, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 46 }, "end": { - "line": 3032, + "line": 3074, "column": 52 } } @@ -995379,15 +995866,15 @@ "updateContext": null }, "value": "==", - "start": 136490, - "end": 136492, + "start": 138880, + "end": 138882, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 53 }, "end": { - "line": 3032, + "line": 3074, "column": 55 } } @@ -995406,15 +995893,15 @@ "updateContext": null }, "value": 0, - "start": 136493, - "end": 136494, + "start": 138883, + "end": 138884, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 56 }, "end": { - "line": 3032, + "line": 3074, "column": 57 } } @@ -995431,15 +995918,15 @@ "postfix": false, "binop": null }, - "start": 136495, - "end": 136496, + "start": 138885, + "end": 138886, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 58 }, "end": { - "line": 3032, + "line": 3074, "column": 59 } } @@ -995456,15 +995943,15 @@ "postfix": false, "binop": null }, - "start": 136497, - "end": 136498, + "start": 138887, + "end": 138888, "loc": { "start": { - "line": 3032, + "line": 3074, "column": 60 }, "end": { - "line": 3032, + "line": 3074, "column": 61 } } @@ -995484,15 +995971,15 @@ "updateContext": null }, "value": "if", - "start": 136511, - "end": 136513, + "start": 138901, + "end": 138903, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 12 }, "end": { - "line": 3033, + "line": 3075, "column": 14 } } @@ -995509,15 +995996,15 @@ "postfix": false, "binop": null }, - "start": 136514, - "end": 136515, + "start": 138904, + "end": 138905, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 15 }, "end": { - "line": 3033, + "line": 3075, "column": 16 } } @@ -995535,15 +996022,15 @@ "binop": null }, "value": "_container", - "start": 136516, - "end": 136526, + "start": 138906, + "end": 138916, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 17 }, "end": { - "line": 3033, + "line": 3075, "column": 27 } } @@ -995561,15 +996048,15 @@ "binop": null, "updateContext": null }, - "start": 136526, - "end": 136527, + "start": 138916, + "end": 138917, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 27 }, "end": { - "line": 3033, + "line": 3075, "column": 28 } } @@ -995587,15 +996074,15 @@ "binop": null }, "value": "length", - "start": 136527, - "end": 136533, + "start": 138917, + "end": 138923, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 28 }, "end": { - "line": 3033, + "line": 3075, "column": 34 } } @@ -995614,15 +996101,15 @@ "updateContext": null }, "value": ">", - "start": 136534, - "end": 136535, + "start": 138924, + "end": 138925, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 35 }, "end": { - "line": 3033, + "line": 3075, "column": 36 } } @@ -995641,15 +996128,15 @@ "updateContext": null }, "value": 0, - "start": 136536, - "end": 136537, + "start": 138926, + "end": 138927, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 37 }, "end": { - "line": 3033, + "line": 3075, "column": 38 } } @@ -995666,15 +996153,15 @@ "postfix": false, "binop": null }, - "start": 136538, - "end": 136539, + "start": 138928, + "end": 138929, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 39 }, "end": { - "line": 3033, + "line": 3075, "column": 40 } } @@ -995691,15 +996178,15 @@ "postfix": false, "binop": null }, - "start": 136540, - "end": 136541, + "start": 138930, + "end": 138931, "loc": { "start": { - "line": 3033, + "line": 3075, "column": 41 }, "end": { - "line": 3033, + "line": 3075, "column": 42 } } @@ -995717,15 +996204,15 @@ "binop": null }, "value": "_container", - "start": 136558, - "end": 136568, + "start": 138948, + "end": 138958, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 16 }, "end": { - "line": 3034, + "line": 3076, "column": 26 } } @@ -995743,15 +996230,15 @@ "binop": null, "updateContext": null }, - "start": 136568, - "end": 136569, + "start": 138958, + "end": 138959, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 26 }, "end": { - "line": 3034, + "line": 3076, "column": 27 } } @@ -995769,15 +996256,15 @@ "binop": null }, "value": "append", - "start": 136569, - "end": 136575, + "start": 138959, + "end": 138965, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 27 }, "end": { - "line": 3034, + "line": 3076, "column": 33 } } @@ -995794,15 +996281,15 @@ "postfix": false, "binop": null }, - "start": 136575, - "end": 136576, + "start": 138965, + "end": 138966, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 33 }, "end": { - "line": 3034, + "line": 3076, "column": 34 } } @@ -995820,15 +996307,15 @@ "binop": null }, "value": "_loader", - "start": 136577, - "end": 136584, + "start": 138967, + "end": 138974, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 35 }, "end": { - "line": 3034, + "line": 3076, "column": 42 } } @@ -995845,15 +996332,15 @@ "postfix": false, "binop": null }, - "start": 136585, - "end": 136586, + "start": 138975, + "end": 138976, "loc": { "start": { - "line": 3034, + "line": 3076, "column": 43 }, "end": { - "line": 3034, + "line": 3076, "column": 44 } } @@ -995870,15 +996357,15 @@ "postfix": false, "binop": null }, - "start": 136599, - "end": 136600, + "start": 138989, + "end": 138990, "loc": { "start": { - "line": 3035, + "line": 3077, "column": 12 }, "end": { - "line": 3035, + "line": 3077, "column": 13 } } @@ -995898,15 +996385,15 @@ "updateContext": null }, "value": "else", - "start": 136601, - "end": 136605, + "start": 138991, + "end": 138995, "loc": { "start": { - "line": 3035, + "line": 3077, "column": 14 }, "end": { - "line": 3035, + "line": 3077, "column": 18 } } @@ -995923,15 +996410,15 @@ "postfix": false, "binop": null }, - "start": 136606, - "end": 136607, + "start": 138996, + "end": 138997, "loc": { "start": { - "line": 3035, + "line": 3077, "column": 19 }, "end": { - "line": 3035, + "line": 3077, "column": 20 } } @@ -995949,15 +996436,15 @@ "binop": null }, "value": "$", - "start": 136624, - "end": 136625, + "start": 139014, + "end": 139015, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 16 }, "end": { - "line": 3036, + "line": 3078, "column": 17 } } @@ -995974,15 +996461,15 @@ "postfix": false, "binop": null }, - "start": 136625, - "end": 136626, + "start": 139015, + "end": 139016, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 17 }, "end": { - "line": 3036, + "line": 3078, "column": 18 } } @@ -996000,15 +996487,15 @@ "binop": null }, "value": "_elem", - "start": 136626, - "end": 136631, + "start": 139016, + "end": 139021, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 18 }, "end": { - "line": 3036, + "line": 3078, "column": 23 } } @@ -996025,15 +996512,15 @@ "postfix": false, "binop": null }, - "start": 136631, - "end": 136632, + "start": 139021, + "end": 139022, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 23 }, "end": { - "line": 3036, + "line": 3078, "column": 24 } } @@ -996051,15 +996538,15 @@ "binop": null, "updateContext": null }, - "start": 136632, - "end": 136633, + "start": 139022, + "end": 139023, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 24 }, "end": { - "line": 3036, + "line": 3078, "column": 25 } } @@ -996077,15 +996564,15 @@ "binop": null }, "value": "css", - "start": 136633, - "end": 136636, + "start": 139023, + "end": 139026, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 25 }, "end": { - "line": 3036, + "line": 3078, "column": 28 } } @@ -996102,15 +996589,15 @@ "postfix": false, "binop": null }, - "start": 136636, - "end": 136637, + "start": 139026, + "end": 139027, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 28 }, "end": { - "line": 3036, + "line": 3078, "column": 29 } } @@ -996129,15 +996616,15 @@ "updateContext": null }, "value": "position", - "start": 136638, - "end": 136648, + "start": 139028, + "end": 139038, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 30 }, "end": { - "line": 3036, + "line": 3078, "column": 40 } } @@ -996155,15 +996642,15 @@ "binop": null, "updateContext": null }, - "start": 136648, - "end": 136649, + "start": 139038, + "end": 139039, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 40 }, "end": { - "line": 3036, + "line": 3078, "column": 41 } } @@ -996182,15 +996669,15 @@ "updateContext": null }, "value": "relative", - "start": 136650, - "end": 136660, + "start": 139040, + "end": 139050, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 42 }, "end": { - "line": 3036, + "line": 3078, "column": 52 } } @@ -996207,15 +996694,15 @@ "postfix": false, "binop": null }, - "start": 136661, - "end": 136662, + "start": 139051, + "end": 139052, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 53 }, "end": { - "line": 3036, + "line": 3078, "column": 54 } } @@ -996233,15 +996720,15 @@ "binop": null, "updateContext": null }, - "start": 136662, - "end": 136663, + "start": 139052, + "end": 139053, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 54 }, "end": { - "line": 3036, + "line": 3078, "column": 55 } } @@ -996259,15 +996746,15 @@ "binop": null }, "value": "css", - "start": 136663, - "end": 136666, + "start": 139053, + "end": 139056, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 55 }, "end": { - "line": 3036, + "line": 3078, "column": 58 } } @@ -996284,15 +996771,15 @@ "postfix": false, "binop": null }, - "start": 136666, - "end": 136667, + "start": 139056, + "end": 139057, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 58 }, "end": { - "line": 3036, + "line": 3078, "column": 59 } } @@ -996311,15 +996798,15 @@ "updateContext": null }, "value": "min-height", - "start": 136668, - "end": 136680, + "start": 139058, + "end": 139070, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 60 }, "end": { - "line": 3036, + "line": 3078, "column": 72 } } @@ -996337,15 +996824,15 @@ "binop": null, "updateContext": null }, - "start": 136680, - "end": 136681, + "start": 139070, + "end": 139071, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 72 }, "end": { - "line": 3036, + "line": 3078, "column": 73 } } @@ -996362,15 +996849,15 @@ "postfix": false, "binop": null }, - "start": 136682, - "end": 136683, + "start": 139072, + "end": 139073, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 74 }, "end": { - "line": 3036, + "line": 3078, "column": 75 } } @@ -996389,15 +996876,15 @@ "updateContext": null }, "value": "", - "start": 136683, - "end": 136683, + "start": 139073, + "end": 139073, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 75 }, "end": { - "line": 3036, + "line": 3078, "column": 75 } } @@ -996414,15 +996901,15 @@ "postfix": false, "binop": null }, - "start": 136683, - "end": 136685, + "start": 139073, + "end": 139075, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 75 }, "end": { - "line": 3036, + "line": 3078, "column": 77 } } @@ -996440,15 +996927,15 @@ "binop": null }, "value": "height", - "start": 136685, - "end": 136691, + "start": 139075, + "end": 139081, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 77 }, "end": { - "line": 3036, + "line": 3078, "column": 83 } } @@ -996465,15 +996952,15 @@ "postfix": false, "binop": null }, - "start": 136691, - "end": 136692, + "start": 139081, + "end": 139082, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 83 }, "end": { - "line": 3036, + "line": 3078, "column": 84 } } @@ -996492,15 +996979,15 @@ "updateContext": null }, "value": "px", - "start": 136692, - "end": 136694, + "start": 139082, + "end": 139084, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 84 }, "end": { - "line": 3036, + "line": 3078, "column": 86 } } @@ -996517,15 +997004,15 @@ "postfix": false, "binop": null }, - "start": 136694, - "end": 136695, + "start": 139084, + "end": 139085, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 86 }, "end": { - "line": 3036, + "line": 3078, "column": 87 } } @@ -996542,15 +997029,15 @@ "postfix": false, "binop": null }, - "start": 136696, - "end": 136697, + "start": 139086, + "end": 139087, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 88 }, "end": { - "line": 3036, + "line": 3078, "column": 89 } } @@ -996568,15 +997055,15 @@ "binop": null, "updateContext": null }, - "start": 136697, - "end": 136698, + "start": 139087, + "end": 139088, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 89 }, "end": { - "line": 3036, + "line": 3078, "column": 90 } } @@ -996594,15 +997081,15 @@ "binop": null }, "value": "append", - "start": 136698, - "end": 136704, + "start": 139088, + "end": 139094, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 90 }, "end": { - "line": 3036, + "line": 3078, "column": 96 } } @@ -996619,15 +997106,15 @@ "postfix": false, "binop": null }, - "start": 136704, - "end": 136705, + "start": 139094, + "end": 139095, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 96 }, "end": { - "line": 3036, + "line": 3078, "column": 97 } } @@ -996645,15 +997132,15 @@ "binop": null }, "value": "_loader", - "start": 136706, - "end": 136713, + "start": 139096, + "end": 139103, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 98 }, "end": { - "line": 3036, + "line": 3078, "column": 105 } } @@ -996670,15 +997157,15 @@ "postfix": false, "binop": null }, - "start": 136714, - "end": 136715, + "start": 139104, + "end": 139105, "loc": { "start": { - "line": 3036, + "line": 3078, "column": 106 }, "end": { - "line": 3036, + "line": 3078, "column": 107 } } @@ -996695,15 +997182,15 @@ "postfix": false, "binop": null }, - "start": 136728, - "end": 136729, + "start": 139118, + "end": 139119, "loc": { "start": { - "line": 3037, + "line": 3079, "column": 12 }, "end": { - "line": 3037, + "line": 3079, "column": 13 } } @@ -996720,15 +997207,15 @@ "postfix": false, "binop": null }, - "start": 136738, - "end": 136739, + "start": 139128, + "end": 139129, "loc": { "start": { - "line": 3038, + "line": 3080, "column": 8 }, "end": { - "line": 3038, + "line": 3080, "column": 9 } } @@ -996745,15 +997232,15 @@ "postfix": false, "binop": null }, - "start": 136744, - "end": 136745, + "start": 139134, + "end": 139135, "loc": { "start": { - "line": 3039, + "line": 3081, "column": 4 }, "end": { - "line": 3039, + "line": 3081, "column": 5 } } @@ -996761,15 +997248,15 @@ { "type": "CommentBlock", "value": "*\n * Hide the loader\n * @public\n ", - "start": 136755, - "end": 136804, + "start": 139145, + "end": 139194, "loc": { "start": { - "line": 3041, + "line": 3083, "column": 4 }, "end": { - "line": 3044, + "line": 3086, "column": 7 } } @@ -996787,15 +997274,15 @@ "binop": null }, "value": "hideLoader", - "start": 136809, - "end": 136819, + "start": 139199, + "end": 139209, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 4 }, "end": { - "line": 3045, + "line": 3087, "column": 14 } } @@ -996812,15 +997299,15 @@ "postfix": false, "binop": null }, - "start": 136819, - "end": 136820, + "start": 139209, + "end": 139210, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 14 }, "end": { - "line": 3045, + "line": 3087, "column": 15 } } @@ -996837,15 +997324,15 @@ "postfix": false, "binop": null }, - "start": 136820, - "end": 136821, + "start": 139210, + "end": 139211, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 15 }, "end": { - "line": 3045, + "line": 3087, "column": 16 } } @@ -996862,15 +997349,15 @@ "postfix": false, "binop": null }, - "start": 136822, - "end": 136823, + "start": 139212, + "end": 139213, "loc": { "start": { - "line": 3045, + "line": 3087, "column": 17 }, "end": { - "line": 3045, + "line": 3087, "column": 18 } } @@ -996890,15 +997377,15 @@ "updateContext": null }, "value": "this", - "start": 136832, - "end": 136836, + "start": 139222, + "end": 139226, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 8 }, "end": { - "line": 3046, + "line": 3088, "column": 12 } } @@ -996916,15 +997403,15 @@ "binop": null, "updateContext": null }, - "start": 136836, - "end": 136837, + "start": 139226, + "end": 139227, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 12 }, "end": { - "line": 3046, + "line": 3088, "column": 13 } } @@ -996942,15 +997429,15 @@ "binop": null }, "value": "_debug", - "start": 136837, - "end": 136843, + "start": 139227, + "end": 139233, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 13 }, "end": { - "line": 3046, + "line": 3088, "column": 19 } } @@ -996967,15 +997454,15 @@ "postfix": false, "binop": null }, - "start": 136843, - "end": 136844, + "start": 139233, + "end": 139234, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 19 }, "end": { - "line": 3046, + "line": 3088, "column": 20 } } @@ -996994,15 +997481,15 @@ "updateContext": null }, "value": "hideLoader", - "start": 136845, - "end": 136857, + "start": 139235, + "end": 139247, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 21 }, "end": { - "line": 3046, + "line": 3088, "column": 33 } } @@ -997019,15 +997506,15 @@ "postfix": false, "binop": null }, - "start": 136858, - "end": 136859, + "start": 139248, + "end": 139249, "loc": { "start": { - "line": 3046, + "line": 3088, "column": 34 }, "end": { - "line": 3046, + "line": 3088, "column": 35 } } @@ -997045,15 +997532,15 @@ "binop": null }, "value": "$", - "start": 136877, - "end": 136878, + "start": 139267, + "end": 139268, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 8 }, "end": { - "line": 3048, + "line": 3090, "column": 9 } } @@ -997070,15 +997557,15 @@ "postfix": false, "binop": null }, - "start": 136878, - "end": 136879, + "start": 139268, + "end": 139269, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 9 }, "end": { - "line": 3048, + "line": 3090, "column": 10 } } @@ -997098,15 +997585,15 @@ "updateContext": null }, "value": "this", - "start": 136879, - "end": 136883, + "start": 139269, + "end": 139273, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 10 }, "end": { - "line": 3048, + "line": 3090, "column": 14 } } @@ -997124,15 +997611,15 @@ "binop": null, "updateContext": null }, - "start": 136883, - "end": 136884, + "start": 139273, + "end": 139274, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 14 }, "end": { - "line": 3048, + "line": 3090, "column": 15 } } @@ -997150,15 +997637,15 @@ "binop": null }, "value": "_element", - "start": 136884, - "end": 136892, + "start": 139274, + "end": 139282, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 15 }, "end": { - "line": 3048, + "line": 3090, "column": 23 } } @@ -997175,15 +997662,15 @@ "postfix": false, "binop": null }, - "start": 136892, - "end": 136893, + "start": 139282, + "end": 139283, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 23 }, "end": { - "line": 3048, + "line": 3090, "column": 24 } } @@ -997201,15 +997688,15 @@ "binop": null, "updateContext": null }, - "start": 136893, - "end": 136894, + "start": 139283, + "end": 139284, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 24 }, "end": { - "line": 3048, + "line": 3090, "column": 25 } } @@ -997227,15 +997714,15 @@ "binop": null }, "value": "find", - "start": 136894, - "end": 136898, + "start": 139284, + "end": 139288, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 25 }, "end": { - "line": 3048, + "line": 3090, "column": 29 } } @@ -997252,15 +997739,15 @@ "postfix": false, "binop": null }, - "start": 136898, - "end": 136899, + "start": 139288, + "end": 139289, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 29 }, "end": { - "line": 3048, + "line": 3090, "column": 30 } } @@ -997278,15 +997765,15 @@ "binop": null }, "value": "Selector", - "start": 136900, - "end": 136908, + "start": 139290, + "end": 139298, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 31 }, "end": { - "line": 3048, + "line": 3090, "column": 39 } } @@ -997304,15 +997791,15 @@ "binop": null, "updateContext": null }, - "start": 136908, - "end": 136909, + "start": 139298, + "end": 139299, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 39 }, "end": { - "line": 3048, + "line": 3090, "column": 40 } } @@ -997330,15 +997817,15 @@ "binop": null }, "value": "LOADER", - "start": 136909, - "end": 136915, + "start": 139299, + "end": 139305, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 40 }, "end": { - "line": 3048, + "line": 3090, "column": 46 } } @@ -997355,15 +997842,15 @@ "postfix": false, "binop": null }, - "start": 136916, - "end": 136917, + "start": 139306, + "end": 139307, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 47 }, "end": { - "line": 3048, + "line": 3090, "column": 48 } } @@ -997381,15 +997868,15 @@ "binop": null, "updateContext": null }, - "start": 136917, - "end": 136918, + "start": 139307, + "end": 139308, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 48 }, "end": { - "line": 3048, + "line": 3090, "column": 49 } } @@ -997407,15 +997894,15 @@ "binop": null }, "value": "remove", - "start": 136918, - "end": 136924, + "start": 139308, + "end": 139314, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 49 }, "end": { - "line": 3048, + "line": 3090, "column": 55 } } @@ -997432,15 +997919,15 @@ "postfix": false, "binop": null }, - "start": 136924, - "end": 136925, + "start": 139314, + "end": 139315, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 55 }, "end": { - "line": 3048, + "line": 3090, "column": 56 } } @@ -997457,15 +997944,15 @@ "postfix": false, "binop": null }, - "start": 136925, - "end": 136926, + "start": 139315, + "end": 139316, "loc": { "start": { - "line": 3048, + "line": 3090, "column": 56 }, "end": { - "line": 3048, + "line": 3090, "column": 57 } } @@ -997482,15 +997969,15 @@ "postfix": false, "binop": null }, - "start": 136931, - "end": 136932, + "start": 139321, + "end": 139322, "loc": { "start": { - "line": 3049, + "line": 3091, "column": 4 }, "end": { - "line": 3049, + "line": 3091, "column": 5 } } @@ -997498,15 +997985,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 136947, - "end": 137209, + "start": 139337, + "end": 139599, "loc": { "start": { - "line": 3052, + "line": 3094, "column": 4 }, "end": { - "line": 3055, + "line": 3097, "column": 7 } } @@ -997514,15 +998001,15 @@ { "type": "CommentBlock", "value": "*\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n ", - "start": 137219, - "end": 137384, + "start": 139609, + "end": 139774, "loc": { "start": { - "line": 3057, + "line": 3099, "column": 4 }, "end": { - "line": 3061, + "line": 3103, "column": 7 } } @@ -997540,15 +998027,15 @@ "binop": null }, "value": "is_empty", - "start": 137389, - "end": 137397, + "start": 139779, + "end": 139787, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 4 }, "end": { - "line": 3062, + "line": 3104, "column": 12 } } @@ -997565,15 +998052,15 @@ "postfix": false, "binop": null }, - "start": 137397, - "end": 137398, + "start": 139787, + "end": 139788, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 12 }, "end": { - "line": 3062, + "line": 3104, "column": 13 } } @@ -997591,15 +998078,15 @@ "binop": null }, "value": "value", - "start": 137399, - "end": 137404, + "start": 139789, + "end": 139794, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 14 }, "end": { - "line": 3062, + "line": 3104, "column": 19 } } @@ -997616,15 +998103,15 @@ "postfix": false, "binop": null }, - "start": 137405, - "end": 137406, + "start": 139795, + "end": 139796, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 20 }, "end": { - "line": 3062, + "line": 3104, "column": 21 } } @@ -997641,15 +998128,15 @@ "postfix": false, "binop": null }, - "start": 137407, - "end": 137408, + "start": 139797, + "end": 139798, "loc": { "start": { - "line": 3062, + "line": 3104, "column": 22 }, "end": { - "line": 3062, + "line": 3104, "column": 23 } } @@ -997669,15 +998156,15 @@ "updateContext": null }, "value": "if", - "start": 137417, - "end": 137419, + "start": 139807, + "end": 139809, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 8 }, "end": { - "line": 3063, + "line": 3105, "column": 10 } } @@ -997694,15 +998181,15 @@ "postfix": false, "binop": null }, - "start": 137420, - "end": 137421, + "start": 139810, + "end": 139811, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 11 }, "end": { - "line": 3063, + "line": 3105, "column": 12 } } @@ -997720,15 +998207,15 @@ "binop": null }, "value": "value", - "start": 137422, - "end": 137427, + "start": 139812, + "end": 139817, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 13 }, "end": { - "line": 3063, + "line": 3105, "column": 18 } } @@ -997747,15 +998234,15 @@ "updateContext": null }, "value": "==", - "start": 137428, - "end": 137430, + "start": 139818, + "end": 139820, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 19 }, "end": { - "line": 3063, + "line": 3105, "column": 21 } } @@ -997775,15 +998262,15 @@ "updateContext": null }, "value": "null", - "start": 137431, - "end": 137435, + "start": 139821, + "end": 139825, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 22 }, "end": { - "line": 3063, + "line": 3105, "column": 26 } } @@ -997800,15 +998287,15 @@ "postfix": false, "binop": null }, - "start": 137436, - "end": 137437, + "start": 139826, + "end": 139827, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 27 }, "end": { - "line": 3063, + "line": 3105, "column": 28 } } @@ -997825,15 +998312,15 @@ "postfix": false, "binop": null }, - "start": 137438, - "end": 137439, + "start": 139828, + "end": 139829, "loc": { "start": { - "line": 3063, + "line": 3105, "column": 29 }, "end": { - "line": 3063, + "line": 3105, "column": 30 } } @@ -997841,15 +998328,15 @@ { "type": "CommentLine", "value": " typeof null -> object : for hack a bug of ECMAScript", - "start": 137452, - "end": 137507, + "start": 139842, + "end": 139897, "loc": { "start": { - "line": 3064, + "line": 3106, "column": 12 }, "end": { - "line": 3064, + "line": 3106, "column": 67 } } @@ -997857,15 +998344,15 @@ { "type": "CommentLine", "value": " Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof", - "start": 137520, - "end": 137609, + "start": 139910, + "end": 139999, "loc": { "start": { - "line": 3065, + "line": 3107, "column": 12 }, "end": { - "line": 3065, + "line": 3107, "column": 101 } } @@ -997885,15 +998372,15 @@ "updateContext": null }, "value": "return", - "start": 137622, - "end": 137628, + "start": 140012, + "end": 140018, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 12 }, "end": { - "line": 3066, + "line": 3108, "column": 18 } } @@ -997913,15 +998400,15 @@ "updateContext": null }, "value": "true", - "start": 137629, - "end": 137633, + "start": 140019, + "end": 140023, "loc": { "start": { - "line": 3066, + "line": 3108, "column": 19 }, "end": { - "line": 3066, + "line": 3108, "column": 23 } } @@ -997938,15 +998425,15 @@ "postfix": false, "binop": null }, - "start": 137642, - "end": 137643, + "start": 140032, + "end": 140033, "loc": { "start": { - "line": 3067, + "line": 3109, "column": 8 }, "end": { - "line": 3067, + "line": 3109, "column": 9 } } @@ -997966,15 +998453,15 @@ "updateContext": null }, "value": "switch", - "start": 137652, - "end": 137658, + "start": 140042, + "end": 140048, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 8 }, "end": { - "line": 3068, + "line": 3110, "column": 14 } } @@ -997991,15 +998478,15 @@ "postfix": false, "binop": null }, - "start": 137659, - "end": 137660, + "start": 140049, + "end": 140050, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 15 }, "end": { - "line": 3068, + "line": 3110, "column": 16 } } @@ -998019,15 +998506,15 @@ "updateContext": null }, "value": "typeof", - "start": 137661, - "end": 137667, + "start": 140051, + "end": 140057, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 17 }, "end": { - "line": 3068, + "line": 3110, "column": 23 } } @@ -998045,15 +998532,15 @@ "binop": null }, "value": "value", - "start": 137668, - "end": 137673, + "start": 140058, + "end": 140063, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 24 }, "end": { - "line": 3068, + "line": 3110, "column": 29 } } @@ -998070,15 +998557,15 @@ "postfix": false, "binop": null }, - "start": 137674, - "end": 137675, + "start": 140064, + "end": 140065, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 30 }, "end": { - "line": 3068, + "line": 3110, "column": 31 } } @@ -998095,15 +998582,15 @@ "postfix": false, "binop": null }, - "start": 137676, - "end": 137677, + "start": 140066, + "end": 140067, "loc": { "start": { - "line": 3068, + "line": 3110, "column": 32 }, "end": { - "line": 3068, + "line": 3110, "column": 33 } } @@ -998123,15 +998610,15 @@ "updateContext": null }, "value": "case", - "start": 137690, - "end": 137694, + "start": 140080, + "end": 140084, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 12 }, "end": { - "line": 3069, + "line": 3111, "column": 16 } } @@ -998150,15 +998637,15 @@ "updateContext": null }, "value": "object", - "start": 137695, - "end": 137703, + "start": 140085, + "end": 140093, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 17 }, "end": { - "line": 3069, + "line": 3111, "column": 25 } } @@ -998176,15 +998663,15 @@ "binop": null, "updateContext": null }, - "start": 137703, - "end": 137704, + "start": 140093, + "end": 140094, "loc": { "start": { - "line": 3069, + "line": 3111, "column": 25 }, "end": { - "line": 3069, + "line": 3111, "column": 26 } } @@ -998204,15 +998691,15 @@ "updateContext": null }, "value": "if", - "start": 137721, - "end": 137723, + "start": 140111, + "end": 140113, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 16 }, "end": { - "line": 3070, + "line": 3112, "column": 18 } } @@ -998229,15 +998716,15 @@ "postfix": false, "binop": null }, - "start": 137724, - "end": 137725, + "start": 140114, + "end": 140115, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 19 }, "end": { - "line": 3070, + "line": 3112, "column": 20 } } @@ -998255,15 +998742,15 @@ "binop": null }, "value": "Array", - "start": 137726, - "end": 137731, + "start": 140116, + "end": 140121, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 21 }, "end": { - "line": 3070, + "line": 3112, "column": 26 } } @@ -998281,15 +998768,15 @@ "binop": null, "updateContext": null }, - "start": 137731, - "end": 137732, + "start": 140121, + "end": 140122, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 26 }, "end": { - "line": 3070, + "line": 3112, "column": 27 } } @@ -998307,15 +998794,15 @@ "binop": null }, "value": "isArray", - "start": 137732, - "end": 137739, + "start": 140122, + "end": 140129, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 27 }, "end": { - "line": 3070, + "line": 3112, "column": 34 } } @@ -998332,15 +998819,15 @@ "postfix": false, "binop": null }, - "start": 137739, - "end": 137740, + "start": 140129, + "end": 140130, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 34 }, "end": { - "line": 3070, + "line": 3112, "column": 35 } } @@ -998358,15 +998845,15 @@ "binop": null }, "value": "value", - "start": 137741, - "end": 137746, + "start": 140131, + "end": 140136, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 36 }, "end": { - "line": 3070, + "line": 3112, "column": 41 } } @@ -998383,15 +998870,15 @@ "postfix": false, "binop": null }, - "start": 137747, - "end": 137748, + "start": 140137, + "end": 140138, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 42 }, "end": { - "line": 3070, + "line": 3112, "column": 43 } } @@ -998408,15 +998895,15 @@ "postfix": false, "binop": null }, - "start": 137749, - "end": 137750, + "start": 140139, + "end": 140140, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 44 }, "end": { - "line": 3070, + "line": 3112, "column": 45 } } @@ -998433,15 +998920,15 @@ "postfix": false, "binop": null }, - "start": 137751, - "end": 137752, + "start": 140141, + "end": 140142, "loc": { "start": { - "line": 3070, + "line": 3112, "column": 46 }, "end": { - "line": 3070, + "line": 3112, "column": 47 } } @@ -998449,15 +998936,15 @@ { "type": "CommentLine", "value": " When object is array:", - "start": 137773, - "end": 137797, + "start": 140163, + "end": 140187, "loc": { "start": { - "line": 3071, + "line": 3113, "column": 20 }, "end": { - "line": 3071, + "line": 3113, "column": 44 } } @@ -998477,15 +998964,15 @@ "updateContext": null }, "value": "return", - "start": 137818, - "end": 137824, + "start": 140208, + "end": 140214, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 20 }, "end": { - "line": 3072, + "line": 3114, "column": 26 } } @@ -998502,15 +998989,15 @@ "postfix": false, "binop": null }, - "start": 137825, - "end": 137826, + "start": 140215, + "end": 140216, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 27 }, "end": { - "line": 3072, + "line": 3114, "column": 28 } } @@ -998528,15 +999015,15 @@ "binop": null }, "value": "value", - "start": 137827, - "end": 137832, + "start": 140217, + "end": 140222, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 29 }, "end": { - "line": 3072, + "line": 3114, "column": 34 } } @@ -998554,15 +999041,15 @@ "binop": null, "updateContext": null }, - "start": 137832, - "end": 137833, + "start": 140222, + "end": 140223, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 34 }, "end": { - "line": 3072, + "line": 3114, "column": 35 } } @@ -998580,15 +999067,15 @@ "binop": null }, "value": "length", - "start": 137833, - "end": 137839, + "start": 140223, + "end": 140229, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 35 }, "end": { - "line": 3072, + "line": 3114, "column": 41 } } @@ -998607,15 +999094,15 @@ "updateContext": null }, "value": "===", - "start": 137840, - "end": 137843, + "start": 140230, + "end": 140233, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 42 }, "end": { - "line": 3072, + "line": 3114, "column": 45 } } @@ -998634,15 +999121,15 @@ "updateContext": null }, "value": 0, - "start": 137844, - "end": 137845, + "start": 140234, + "end": 140235, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 46 }, "end": { - "line": 3072, + "line": 3114, "column": 47 } } @@ -998659,15 +999146,15 @@ "postfix": false, "binop": null }, - "start": 137846, - "end": 137847, + "start": 140236, + "end": 140237, "loc": { "start": { - "line": 3072, + "line": 3114, "column": 48 }, "end": { - "line": 3072, + "line": 3114, "column": 49 } } @@ -998684,15 +999171,15 @@ "postfix": false, "binop": null }, - "start": 137864, - "end": 137865, + "start": 140254, + "end": 140255, "loc": { "start": { - "line": 3073, + "line": 3115, "column": 16 }, "end": { - "line": 3073, + "line": 3115, "column": 17 } } @@ -998712,15 +999199,15 @@ "updateContext": null }, "value": "else", - "start": 137866, - "end": 137870, + "start": 140256, + "end": 140260, "loc": { "start": { - "line": 3073, + "line": 3115, "column": 18 }, "end": { - "line": 3073, + "line": 3115, "column": 22 } } @@ -998737,15 +999224,15 @@ "postfix": false, "binop": null }, - "start": 137871, - "end": 137872, + "start": 140261, + "end": 140262, "loc": { "start": { - "line": 3073, + "line": 3115, "column": 23 }, "end": { - "line": 3073, + "line": 3115, "column": 24 } } @@ -998753,15 +999240,15 @@ { "type": "CommentLine", "value": " When object is not array:", - "start": 137893, - "end": 137921, + "start": 140283, + "end": 140311, "loc": { "start": { - "line": 3074, + "line": 3116, "column": 20 }, "end": { - "line": 3074, + "line": 3116, "column": 48 } } @@ -998781,15 +999268,15 @@ "updateContext": null }, "value": "if", - "start": 137942, - "end": 137944, + "start": 140332, + "end": 140334, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 20 }, "end": { - "line": 3075, + "line": 3117, "column": 22 } } @@ -998806,15 +999293,15 @@ "postfix": false, "binop": null }, - "start": 137945, - "end": 137946, + "start": 140335, + "end": 140336, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 23 }, "end": { - "line": 3075, + "line": 3117, "column": 24 } } @@ -998832,15 +999319,15 @@ "binop": null }, "value": "Object", - "start": 137947, - "end": 137953, + "start": 140337, + "end": 140343, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 25 }, "end": { - "line": 3075, + "line": 3117, "column": 31 } } @@ -998858,15 +999345,15 @@ "binop": null, "updateContext": null }, - "start": 137953, - "end": 137954, + "start": 140343, + "end": 140344, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 31 }, "end": { - "line": 3075, + "line": 3117, "column": 32 } } @@ -998884,15 +999371,15 @@ "binop": null }, "value": "keys", - "start": 137954, - "end": 137958, + "start": 140344, + "end": 140348, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 32 }, "end": { - "line": 3075, + "line": 3117, "column": 36 } } @@ -998909,15 +999396,15 @@ "postfix": false, "binop": null }, - "start": 137958, - "end": 137959, + "start": 140348, + "end": 140349, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 36 }, "end": { - "line": 3075, + "line": 3117, "column": 37 } } @@ -998935,15 +999422,15 @@ "binop": null }, "value": "value", - "start": 137960, - "end": 137965, + "start": 140350, + "end": 140355, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 38 }, "end": { - "line": 3075, + "line": 3117, "column": 43 } } @@ -998960,15 +999447,15 @@ "postfix": false, "binop": null }, - "start": 137966, - "end": 137967, + "start": 140356, + "end": 140357, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 44 }, "end": { - "line": 3075, + "line": 3117, "column": 45 } } @@ -998986,15 +999473,15 @@ "binop": null, "updateContext": null }, - "start": 137967, - "end": 137968, + "start": 140357, + "end": 140358, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 45 }, "end": { - "line": 3075, + "line": 3117, "column": 46 } } @@ -999012,15 +999499,15 @@ "binop": null }, "value": "length", - "start": 137968, - "end": 137974, + "start": 140358, + "end": 140364, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 46 }, "end": { - "line": 3075, + "line": 3117, "column": 52 } } @@ -999039,15 +999526,15 @@ "updateContext": null }, "value": ">", - "start": 137975, - "end": 137976, + "start": 140365, + "end": 140366, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 53 }, "end": { - "line": 3075, + "line": 3117, "column": 54 } } @@ -999066,15 +999553,15 @@ "updateContext": null }, "value": 0, - "start": 137977, - "end": 137978, + "start": 140367, + "end": 140368, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 55 }, "end": { - "line": 3075, + "line": 3117, "column": 56 } } @@ -999093,15 +999580,15 @@ "updateContext": null }, "value": "||", - "start": 137979, - "end": 137981, + "start": 140369, + "end": 140371, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 57 }, "end": { - "line": 3075, + "line": 3117, "column": 59 } } @@ -999119,15 +999606,15 @@ "binop": null }, "value": "Object", - "start": 137982, - "end": 137988, + "start": 140372, + "end": 140378, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 60 }, "end": { - "line": 3075, + "line": 3117, "column": 66 } } @@ -999145,15 +999632,15 @@ "binop": null, "updateContext": null }, - "start": 137988, - "end": 137989, + "start": 140378, + "end": 140379, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 66 }, "end": { - "line": 3075, + "line": 3117, "column": 67 } } @@ -999171,15 +999658,15 @@ "binop": null }, "value": "getOwnPropertySymbols", - "start": 137989, - "end": 138010, + "start": 140379, + "end": 140400, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 67 }, "end": { - "line": 3075, + "line": 3117, "column": 88 } } @@ -999196,15 +999683,15 @@ "postfix": false, "binop": null }, - "start": 138010, - "end": 138011, + "start": 140400, + "end": 140401, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 88 }, "end": { - "line": 3075, + "line": 3117, "column": 89 } } @@ -999222,15 +999709,15 @@ "binop": null }, "value": "value", - "start": 138012, - "end": 138017, + "start": 140402, + "end": 140407, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 90 }, "end": { - "line": 3075, + "line": 3117, "column": 95 } } @@ -999247,15 +999734,15 @@ "postfix": false, "binop": null }, - "start": 138018, - "end": 138019, + "start": 140408, + "end": 140409, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 96 }, "end": { - "line": 3075, + "line": 3117, "column": 97 } } @@ -999273,15 +999760,15 @@ "binop": null, "updateContext": null }, - "start": 138019, - "end": 138020, + "start": 140409, + "end": 140410, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 97 }, "end": { - "line": 3075, + "line": 3117, "column": 98 } } @@ -999299,15 +999786,15 @@ "binop": null }, "value": "length", - "start": 138020, - "end": 138026, + "start": 140410, + "end": 140416, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 98 }, "end": { - "line": 3075, + "line": 3117, "column": 104 } } @@ -999326,15 +999813,15 @@ "updateContext": null }, "value": ">", - "start": 138027, - "end": 138028, + "start": 140417, + "end": 140418, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 105 }, "end": { - "line": 3075, + "line": 3117, "column": 106 } } @@ -999353,15 +999840,15 @@ "updateContext": null }, "value": 0, - "start": 138029, - "end": 138030, + "start": 140419, + "end": 140420, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 107 }, "end": { - "line": 3075, + "line": 3117, "column": 108 } } @@ -999378,15 +999865,15 @@ "postfix": false, "binop": null }, - "start": 138031, - "end": 138032, + "start": 140421, + "end": 140422, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 109 }, "end": { - "line": 3075, + "line": 3117, "column": 110 } } @@ -999403,15 +999890,15 @@ "postfix": false, "binop": null }, - "start": 138033, - "end": 138034, + "start": 140423, + "end": 140424, "loc": { "start": { - "line": 3075, + "line": 3117, "column": 111 }, "end": { - "line": 3075, + "line": 3117, "column": 112 } } @@ -999431,15 +999918,15 @@ "updateContext": null }, "value": "return", - "start": 138059, - "end": 138065, + "start": 140449, + "end": 140455, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 24 }, "end": { - "line": 3076, + "line": 3118, "column": 30 } } @@ -999459,15 +999946,15 @@ "updateContext": null }, "value": "false", - "start": 138066, - "end": 138071, + "start": 140456, + "end": 140461, "loc": { "start": { - "line": 3076, + "line": 3118, "column": 31 }, "end": { - "line": 3076, + "line": 3118, "column": 36 } } @@ -999484,15 +999971,15 @@ "postfix": false, "binop": null }, - "start": 138092, - "end": 138093, + "start": 140482, + "end": 140483, "loc": { "start": { - "line": 3077, + "line": 3119, "column": 20 }, "end": { - "line": 3077, + "line": 3119, "column": 21 } } @@ -999512,15 +999999,15 @@ "updateContext": null }, "value": "else", - "start": 138094, - "end": 138098, + "start": 140484, + "end": 140488, "loc": { "start": { - "line": 3077, + "line": 3119, "column": 22 }, "end": { - "line": 3077, + "line": 3119, "column": 26 } } @@ -999540,15 +1000027,15 @@ "updateContext": null }, "value": "if", - "start": 138119, - "end": 138121, + "start": 140509, + "end": 140511, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 20 }, "end": { - "line": 3078, + "line": 3120, "column": 22 } } @@ -999565,15 +1000052,15 @@ "postfix": false, "binop": null }, - "start": 138122, - "end": 138123, + "start": 140512, + "end": 140513, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 23 }, "end": { - "line": 3078, + "line": 3120, "column": 24 } } @@ -999591,15 +1000078,15 @@ "binop": null }, "value": "value", - "start": 138124, - "end": 138129, + "start": 140514, + "end": 140519, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 25 }, "end": { - "line": 3078, + "line": 3120, "column": 30 } } @@ -999617,15 +1000104,15 @@ "binop": null, "updateContext": null }, - "start": 138129, - "end": 138130, + "start": 140519, + "end": 140520, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 30 }, "end": { - "line": 3078, + "line": 3120, "column": 31 } } @@ -999643,15 +1000130,15 @@ "binop": null }, "value": "valueOf", - "start": 138130, - "end": 138137, + "start": 140520, + "end": 140527, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 31 }, "end": { - "line": 3078, + "line": 3120, "column": 38 } } @@ -999668,15 +1000155,15 @@ "postfix": false, "binop": null }, - "start": 138137, - "end": 138138, + "start": 140527, + "end": 140528, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 38 }, "end": { - "line": 3078, + "line": 3120, "column": 39 } } @@ -999693,15 +1000180,15 @@ "postfix": false, "binop": null }, - "start": 138138, - "end": 138139, + "start": 140528, + "end": 140529, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 39 }, "end": { - "line": 3078, + "line": 3120, "column": 40 } } @@ -999719,15 +1000206,15 @@ "binop": null, "updateContext": null }, - "start": 138139, - "end": 138140, + "start": 140529, + "end": 140530, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 40 }, "end": { - "line": 3078, + "line": 3120, "column": 41 } } @@ -999745,15 +1000232,15 @@ "binop": null }, "value": "length", - "start": 138140, - "end": 138146, + "start": 140530, + "end": 140536, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 41 }, "end": { - "line": 3078, + "line": 3120, "column": 47 } } @@ -999772,15 +1000259,15 @@ "updateContext": null }, "value": "!==", - "start": 138147, - "end": 138150, + "start": 140537, + "end": 140540, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 48 }, "end": { - "line": 3078, + "line": 3120, "column": 51 } } @@ -999798,15 +1000285,15 @@ "binop": null }, "value": "undefined", - "start": 138151, - "end": 138160, + "start": 140541, + "end": 140550, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 52 }, "end": { - "line": 3078, + "line": 3120, "column": 61 } } @@ -999823,15 +1000310,15 @@ "postfix": false, "binop": null }, - "start": 138161, - "end": 138162, + "start": 140551, + "end": 140552, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 62 }, "end": { - "line": 3078, + "line": 3120, "column": 63 } } @@ -999848,15 +1000335,15 @@ "postfix": false, "binop": null }, - "start": 138163, - "end": 138164, + "start": 140553, + "end": 140554, "loc": { "start": { - "line": 3078, + "line": 3120, "column": 64 }, "end": { - "line": 3078, + "line": 3120, "column": 65 } } @@ -999876,15 +1000363,15 @@ "updateContext": null }, "value": "return", - "start": 138189, - "end": 138195, + "start": 140579, + "end": 140585, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 24 }, "end": { - "line": 3079, + "line": 3121, "column": 30 } } @@ -999901,15 +1000388,15 @@ "postfix": false, "binop": null }, - "start": 138196, - "end": 138197, + "start": 140586, + "end": 140587, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 31 }, "end": { - "line": 3079, + "line": 3121, "column": 32 } } @@ -999927,15 +1000414,15 @@ "binop": null }, "value": "value", - "start": 138198, - "end": 138203, + "start": 140588, + "end": 140593, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 33 }, "end": { - "line": 3079, + "line": 3121, "column": 38 } } @@ -999953,15 +1000440,15 @@ "binop": null, "updateContext": null }, - "start": 138203, - "end": 138204, + "start": 140593, + "end": 140594, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 38 }, "end": { - "line": 3079, + "line": 3121, "column": 39 } } @@ -999979,15 +1000466,15 @@ "binop": null }, "value": "valueOf", - "start": 138204, - "end": 138211, + "start": 140594, + "end": 140601, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 39 }, "end": { - "line": 3079, + "line": 3121, "column": 46 } } @@ -1000004,15 +1000491,15 @@ "postfix": false, "binop": null }, - "start": 138211, - "end": 138212, + "start": 140601, + "end": 140602, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 46 }, "end": { - "line": 3079, + "line": 3121, "column": 47 } } @@ -1000029,15 +1000516,15 @@ "postfix": false, "binop": null }, - "start": 138212, - "end": 138213, + "start": 140602, + "end": 140603, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 47 }, "end": { - "line": 3079, + "line": 3121, "column": 48 } } @@ -1000055,15 +1000542,15 @@ "binop": null, "updateContext": null }, - "start": 138213, - "end": 138214, + "start": 140603, + "end": 140604, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 48 }, "end": { - "line": 3079, + "line": 3121, "column": 49 } } @@ -1000081,15 +1000568,15 @@ "binop": null }, "value": "length", - "start": 138214, - "end": 138220, + "start": 140604, + "end": 140610, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 49 }, "end": { - "line": 3079, + "line": 3121, "column": 55 } } @@ -1000108,15 +1000595,15 @@ "updateContext": null }, "value": "===", - "start": 138221, - "end": 138224, + "start": 140611, + "end": 140614, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 56 }, "end": { - "line": 3079, + "line": 3121, "column": 59 } } @@ -1000135,15 +1000622,15 @@ "updateContext": null }, "value": 0, - "start": 138225, - "end": 138226, + "start": 140615, + "end": 140616, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 60 }, "end": { - "line": 3079, + "line": 3121, "column": 61 } } @@ -1000160,15 +1000647,15 @@ "postfix": false, "binop": null }, - "start": 138227, - "end": 138228, + "start": 140617, + "end": 140618, "loc": { "start": { - "line": 3079, + "line": 3121, "column": 62 }, "end": { - "line": 3079, + "line": 3121, "column": 63 } } @@ -1000185,15 +1000672,15 @@ "postfix": false, "binop": null }, - "start": 138249, - "end": 138250, + "start": 140639, + "end": 140640, "loc": { "start": { - "line": 3080, + "line": 3122, "column": 20 }, "end": { - "line": 3080, + "line": 3122, "column": 21 } } @@ -1000213,15 +1000700,15 @@ "updateContext": null }, "value": "else", - "start": 138251, - "end": 138255, + "start": 140641, + "end": 140645, "loc": { "start": { - "line": 3080, + "line": 3122, "column": 22 }, "end": { - "line": 3080, + "line": 3122, "column": 26 } } @@ -1000241,15 +1000728,15 @@ "updateContext": null }, "value": "if", - "start": 138276, - "end": 138278, + "start": 140666, + "end": 140668, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 20 }, "end": { - "line": 3081, + "line": 3123, "column": 22 } } @@ -1000266,15 +1000753,15 @@ "postfix": false, "binop": null }, - "start": 138279, - "end": 138280, + "start": 140669, + "end": 140670, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 23 }, "end": { - "line": 3081, + "line": 3123, "column": 24 } } @@ -1000294,15 +1000781,15 @@ "updateContext": null }, "value": "typeof", - "start": 138281, - "end": 138287, + "start": 140671, + "end": 140677, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 25 }, "end": { - "line": 3081, + "line": 3123, "column": 31 } } @@ -1000320,15 +1000807,15 @@ "binop": null }, "value": "value", - "start": 138288, - "end": 138293, + "start": 140678, + "end": 140683, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 32 }, "end": { - "line": 3081, + "line": 3123, "column": 37 } } @@ -1000346,15 +1000833,15 @@ "binop": null, "updateContext": null }, - "start": 138293, - "end": 138294, + "start": 140683, + "end": 140684, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 37 }, "end": { - "line": 3081, + "line": 3123, "column": 38 } } @@ -1000372,15 +1000859,15 @@ "binop": null }, "value": "valueOf", - "start": 138294, - "end": 138301, + "start": 140684, + "end": 140691, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 38 }, "end": { - "line": 3081, + "line": 3123, "column": 45 } } @@ -1000397,15 +1000884,15 @@ "postfix": false, "binop": null }, - "start": 138301, - "end": 138302, + "start": 140691, + "end": 140692, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 45 }, "end": { - "line": 3081, + "line": 3123, "column": 46 } } @@ -1000422,15 +1000909,15 @@ "postfix": false, "binop": null }, - "start": 138302, - "end": 138303, + "start": 140692, + "end": 140693, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 46 }, "end": { - "line": 3081, + "line": 3123, "column": 47 } } @@ -1000449,15 +1000936,15 @@ "updateContext": null }, "value": "!==", - "start": 138304, - "end": 138307, + "start": 140694, + "end": 140697, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 48 }, "end": { - "line": 3081, + "line": 3123, "column": 51 } } @@ -1000476,15 +1000963,15 @@ "updateContext": null }, "value": "object", - "start": 138308, - "end": 138316, + "start": 140698, + "end": 140706, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 52 }, "end": { - "line": 3081, + "line": 3123, "column": 60 } } @@ -1000501,15 +1000988,15 @@ "postfix": false, "binop": null }, - "start": 138317, - "end": 138318, + "start": 140707, + "end": 140708, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 61 }, "end": { - "line": 3081, + "line": 3123, "column": 62 } } @@ -1000526,15 +1001013,15 @@ "postfix": false, "binop": null }, - "start": 138319, - "end": 138320, + "start": 140709, + "end": 140710, "loc": { "start": { - "line": 3081, + "line": 3123, "column": 63 }, "end": { - "line": 3081, + "line": 3123, "column": 64 } } @@ -1000554,15 +1001041,15 @@ "updateContext": null }, "value": "return", - "start": 138345, - "end": 138351, + "start": 140735, + "end": 140741, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 24 }, "end": { - "line": 3082, + "line": 3124, "column": 30 } } @@ -1000582,15 +1001069,15 @@ "updateContext": null }, "value": "this", - "start": 138352, - "end": 138356, + "start": 140742, + "end": 140746, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 31 }, "end": { - "line": 3082, + "line": 3124, "column": 35 } } @@ -1000608,15 +1001095,15 @@ "binop": null, "updateContext": null }, - "start": 138356, - "end": 138357, + "start": 140746, + "end": 140747, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 35 }, "end": { - "line": 3082, + "line": 3124, "column": 36 } } @@ -1000634,15 +1001121,15 @@ "binop": null }, "value": "is_empty", - "start": 138357, - "end": 138365, + "start": 140747, + "end": 140755, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 36 }, "end": { - "line": 3082, + "line": 3124, "column": 44 } } @@ -1000659,15 +1001146,15 @@ "postfix": false, "binop": null }, - "start": 138365, - "end": 138366, + "start": 140755, + "end": 140756, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 44 }, "end": { - "line": 3082, + "line": 3124, "column": 45 } } @@ -1000685,15 +1001172,15 @@ "binop": null }, "value": "value", - "start": 138367, - "end": 138372, + "start": 140757, + "end": 140762, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 46 }, "end": { - "line": 3082, + "line": 3124, "column": 51 } } @@ -1000711,15 +1001198,15 @@ "binop": null, "updateContext": null }, - "start": 138372, - "end": 138373, + "start": 140762, + "end": 140763, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 51 }, "end": { - "line": 3082, + "line": 3124, "column": 52 } } @@ -1000737,15 +1001224,15 @@ "binop": null }, "value": "valueOf", - "start": 138373, - "end": 138380, + "start": 140763, + "end": 140770, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 52 }, "end": { - "line": 3082, + "line": 3124, "column": 59 } } @@ -1000762,15 +1001249,15 @@ "postfix": false, "binop": null }, - "start": 138380, - "end": 138381, + "start": 140770, + "end": 140771, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 59 }, "end": { - "line": 3082, + "line": 3124, "column": 60 } } @@ -1000787,15 +1001274,15 @@ "postfix": false, "binop": null }, - "start": 138381, - "end": 138382, + "start": 140771, + "end": 140772, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 60 }, "end": { - "line": 3082, + "line": 3124, "column": 61 } } @@ -1000812,15 +1001299,15 @@ "postfix": false, "binop": null }, - "start": 138383, - "end": 138384, + "start": 140773, + "end": 140774, "loc": { "start": { - "line": 3082, + "line": 3124, "column": 62 }, "end": { - "line": 3082, + "line": 3124, "column": 63 } } @@ -1000837,15 +1001324,15 @@ "postfix": false, "binop": null }, - "start": 138405, - "end": 138406, + "start": 140795, + "end": 140796, "loc": { "start": { - "line": 3083, + "line": 3125, "column": 20 }, "end": { - "line": 3083, + "line": 3125, "column": 21 } } @@ -1000865,15 +1001352,15 @@ "updateContext": null }, "value": "else", - "start": 138407, - "end": 138411, + "start": 140797, + "end": 140801, "loc": { "start": { - "line": 3083, + "line": 3125, "column": 22 }, "end": { - "line": 3083, + "line": 3125, "column": 26 } } @@ -1000890,15 +1001377,15 @@ "postfix": false, "binop": null }, - "start": 138412, - "end": 138413, + "start": 140802, + "end": 140803, "loc": { "start": { - "line": 3083, + "line": 3125, "column": 27 }, "end": { - "line": 3083, + "line": 3125, "column": 28 } } @@ -1000918,15 +1001405,15 @@ "updateContext": null }, "value": "return", - "start": 138438, - "end": 138444, + "start": 140828, + "end": 140834, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 24 }, "end": { - "line": 3084, + "line": 3126, "column": 30 } } @@ -1000946,15 +1001433,15 @@ "updateContext": null }, "value": "true", - "start": 138445, - "end": 138449, + "start": 140835, + "end": 140839, "loc": { "start": { - "line": 3084, + "line": 3126, "column": 31 }, "end": { - "line": 3084, + "line": 3126, "column": 35 } } @@ -1000971,15 +1001458,15 @@ "postfix": false, "binop": null }, - "start": 138470, - "end": 138471, + "start": 140860, + "end": 140861, "loc": { "start": { - "line": 3085, + "line": 3127, "column": 20 }, "end": { - "line": 3085, + "line": 3127, "column": 21 } } @@ -1000996,15 +1001483,15 @@ "postfix": false, "binop": null }, - "start": 138488, - "end": 138489, + "start": 140878, + "end": 140879, "loc": { "start": { - "line": 3086, + "line": 3128, "column": 16 }, "end": { - "line": 3086, + "line": 3128, "column": 17 } } @@ -1001024,15 +1001511,15 @@ "updateContext": null }, "value": "case", - "start": 138502, - "end": 138506, + "start": 140892, + "end": 140896, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 12 }, "end": { - "line": 3087, + "line": 3129, "column": 16 } } @@ -1001051,15 +1001538,15 @@ "updateContext": null }, "value": "string", - "start": 138507, - "end": 138515, + "start": 140897, + "end": 140905, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 17 }, "end": { - "line": 3087, + "line": 3129, "column": 25 } } @@ -1001077,15 +1001564,15 @@ "binop": null, "updateContext": null }, - "start": 138515, - "end": 138516, + "start": 140905, + "end": 140906, "loc": { "start": { - "line": 3087, + "line": 3129, "column": 25 }, "end": { - "line": 3087, + "line": 3129, "column": 26 } } @@ -1001105,15 +1001592,15 @@ "updateContext": null }, "value": "return", - "start": 138533, - "end": 138539, + "start": 140923, + "end": 140929, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 16 }, "end": { - "line": 3088, + "line": 3130, "column": 22 } } @@ -1001130,15 +1001617,15 @@ "postfix": false, "binop": null }, - "start": 138540, - "end": 138541, + "start": 140930, + "end": 140931, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 23 }, "end": { - "line": 3088, + "line": 3130, "column": 24 } } @@ -1001156,15 +1001643,15 @@ "binop": null }, "value": "value", - "start": 138542, - "end": 138547, + "start": 140932, + "end": 140937, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 25 }, "end": { - "line": 3088, + "line": 3130, "column": 30 } } @@ -1001183,15 +1001670,15 @@ "updateContext": null }, "value": "===", - "start": 138548, - "end": 138551, + "start": 140938, + "end": 140941, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 31 }, "end": { - "line": 3088, + "line": 3130, "column": 34 } } @@ -1001210,15 +1001697,15 @@ "updateContext": null }, "value": "", - "start": 138552, - "end": 138554, + "start": 140942, + "end": 140944, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 35 }, "end": { - "line": 3088, + "line": 3130, "column": 37 } } @@ -1001235,15 +1001722,15 @@ "postfix": false, "binop": null }, - "start": 138555, - "end": 138556, + "start": 140945, + "end": 140946, "loc": { "start": { - "line": 3088, + "line": 3130, "column": 38 }, "end": { - "line": 3088, + "line": 3130, "column": 39 } } @@ -1001263,15 +1001750,15 @@ "updateContext": null }, "value": "case", - "start": 138569, - "end": 138573, + "start": 140959, + "end": 140963, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 12 }, "end": { - "line": 3089, + "line": 3131, "column": 16 } } @@ -1001290,15 +1001777,15 @@ "updateContext": null }, "value": "number", - "start": 138574, - "end": 138582, + "start": 140964, + "end": 140972, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 17 }, "end": { - "line": 3089, + "line": 3131, "column": 25 } } @@ -1001316,15 +1001803,15 @@ "binop": null, "updateContext": null }, - "start": 138582, - "end": 138583, + "start": 140972, + "end": 140973, "loc": { "start": { - "line": 3089, + "line": 3131, "column": 25 }, "end": { - "line": 3089, + "line": 3131, "column": 26 } } @@ -1001344,15 +1001831,15 @@ "updateContext": null }, "value": "return", - "start": 138600, - "end": 138606, + "start": 140990, + "end": 140996, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 16 }, "end": { - "line": 3090, + "line": 3132, "column": 22 } } @@ -1001369,15 +1001856,15 @@ "postfix": false, "binop": null }, - "start": 138607, - "end": 138608, + "start": 140997, + "end": 140998, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 23 }, "end": { - "line": 3090, + "line": 3132, "column": 24 } } @@ -1001395,15 +1001882,15 @@ "binop": null }, "value": "value", - "start": 138609, - "end": 138614, + "start": 140999, + "end": 141004, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 25 }, "end": { - "line": 3090, + "line": 3132, "column": 30 } } @@ -1001422,15 +1001909,15 @@ "updateContext": null }, "value": "==", - "start": 138615, - "end": 138617, + "start": 141005, + "end": 141007, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 31 }, "end": { - "line": 3090, + "line": 3132, "column": 33 } } @@ -1001449,15 +1001936,15 @@ "updateContext": null }, "value": 0, - "start": 138618, - "end": 138619, + "start": 141008, + "end": 141009, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 34 }, "end": { - "line": 3090, + "line": 3132, "column": 35 } } @@ -1001474,15 +1001961,15 @@ "postfix": false, "binop": null }, - "start": 138620, - "end": 138621, + "start": 141010, + "end": 141011, "loc": { "start": { - "line": 3090, + "line": 3132, "column": 36 }, "end": { - "line": 3090, + "line": 3132, "column": 37 } } @@ -1001502,15 +1001989,15 @@ "updateContext": null }, "value": "case", - "start": 138634, - "end": 138638, + "start": 141024, + "end": 141028, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 12 }, "end": { - "line": 3091, + "line": 3133, "column": 16 } } @@ -1001529,15 +1002016,15 @@ "updateContext": null }, "value": "boolean", - "start": 138639, - "end": 138648, + "start": 141029, + "end": 141038, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 17 }, "end": { - "line": 3091, + "line": 3133, "column": 26 } } @@ -1001555,15 +1002042,15 @@ "binop": null, "updateContext": null }, - "start": 138648, - "end": 138649, + "start": 141038, + "end": 141039, "loc": { "start": { - "line": 3091, + "line": 3133, "column": 26 }, "end": { - "line": 3091, + "line": 3133, "column": 27 } } @@ -1001583,15 +1002070,15 @@ "updateContext": null }, "value": "return", - "start": 138666, - "end": 138672, + "start": 141056, + "end": 141062, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 16 }, "end": { - "line": 3092, + "line": 3134, "column": 22 } } @@ -1001610,15 +1002097,15 @@ "updateContext": null }, "value": "!", - "start": 138673, - "end": 138674, + "start": 141063, + "end": 141064, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 23 }, "end": { - "line": 3092, + "line": 3134, "column": 24 } } @@ -1001636,15 +1002123,15 @@ "binop": null }, "value": "value", - "start": 138675, - "end": 138680, + "start": 141065, + "end": 141070, "loc": { "start": { - "line": 3092, + "line": 3134, "column": 25 }, "end": { - "line": 3092, + "line": 3134, "column": 30 } } @@ -1001664,15 +1002151,15 @@ "updateContext": null }, "value": "case", - "start": 138693, - "end": 138697, + "start": 141083, + "end": 141087, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 12 }, "end": { - "line": 3093, + "line": 3135, "column": 16 } } @@ -1001691,15 +1002178,15 @@ "updateContext": null }, "value": "undefined", - "start": 138698, - "end": 138709, + "start": 141088, + "end": 141099, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 17 }, "end": { - "line": 3093, + "line": 3135, "column": 28 } } @@ -1001717,15 +1002204,15 @@ "binop": null, "updateContext": null }, - "start": 138709, - "end": 138710, + "start": 141099, + "end": 141100, "loc": { "start": { - "line": 3093, + "line": 3135, "column": 28 }, "end": { - "line": 3093, + "line": 3135, "column": 29 } } @@ -1001745,15 +1002232,15 @@ "updateContext": null }, "value": "case", - "start": 138723, - "end": 138727, + "start": 141113, + "end": 141117, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 12 }, "end": { - "line": 3094, + "line": 3136, "column": 16 } } @@ -1001772,15 +1002259,15 @@ "updateContext": null }, "value": "null", - "start": 138728, - "end": 138734, + "start": 141118, + "end": 141124, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 17 }, "end": { - "line": 3094, + "line": 3136, "column": 23 } } @@ -1001798,15 +1002285,15 @@ "binop": null, "updateContext": null }, - "start": 138734, - "end": 138735, + "start": 141124, + "end": 141125, "loc": { "start": { - "line": 3094, + "line": 3136, "column": 23 }, "end": { - "line": 3094, + "line": 3136, "column": 24 } } @@ -1001826,15 +1002313,15 @@ "updateContext": null }, "value": "return", - "start": 138752, - "end": 138758, + "start": 141142, + "end": 141148, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 16 }, "end": { - "line": 3095, + "line": 3137, "column": 22 } } @@ -1001854,15 +1002341,15 @@ "updateContext": null }, "value": "true", - "start": 138759, - "end": 138763, + "start": 141149, + "end": 141153, "loc": { "start": { - "line": 3095, + "line": 3137, "column": 23 }, "end": { - "line": 3095, + "line": 3137, "column": 27 } } @@ -1001882,15 +1002369,15 @@ "updateContext": null }, "value": "case", - "start": 138776, - "end": 138780, + "start": 141166, + "end": 141170, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 12 }, "end": { - "line": 3096, + "line": 3138, "column": 16 } } @@ -1001909,15 +1002396,15 @@ "updateContext": null }, "value": "symbol", - "start": 138781, - "end": 138789, + "start": 141171, + "end": 141179, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 17 }, "end": { - "line": 3096, + "line": 3138, "column": 25 } } @@ -1001935,15 +1002422,15 @@ "binop": null, "updateContext": null }, - "start": 138789, - "end": 138790, + "start": 141179, + "end": 141180, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 25 }, "end": { - "line": 3096, + "line": 3138, "column": 26 } } @@ -1001951,15 +1002438,15 @@ { "type": "CommentLine", "value": " Since ECMAScript6", - "start": 138791, - "end": 138811, + "start": 141181, + "end": 141201, "loc": { "start": { - "line": 3096, + "line": 3138, "column": 27 }, "end": { - "line": 3096, + "line": 3138, "column": 47 } } @@ -1001979,15 +1002466,15 @@ "updateContext": null }, "value": "case", - "start": 138824, - "end": 138828, + "start": 141214, + "end": 141218, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 12 }, "end": { - "line": 3097, + "line": 3139, "column": 16 } } @@ -1002006,15 +1002493,15 @@ "updateContext": null }, "value": "function", - "start": 138829, - "end": 138839, + "start": 141219, + "end": 141229, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 17 }, "end": { - "line": 3097, + "line": 3139, "column": 27 } } @@ -1002032,15 +1002519,15 @@ "binop": null, "updateContext": null }, - "start": 138839, - "end": 138840, + "start": 141229, + "end": 141230, "loc": { "start": { - "line": 3097, + "line": 3139, "column": 27 }, "end": { - "line": 3097, + "line": 3139, "column": 28 } } @@ -1002060,15 +1002547,15 @@ "updateContext": null }, "value": "default", - "start": 138853, - "end": 138860, + "start": 141243, + "end": 141250, "loc": { "start": { - "line": 3098, + "line": 3140, "column": 12 }, "end": { - "line": 3098, + "line": 3140, "column": 19 } } @@ -1002086,15 +1002573,15 @@ "binop": null, "updateContext": null }, - "start": 138860, - "end": 138861, + "start": 141250, + "end": 141251, "loc": { "start": { - "line": 3098, + "line": 3140, "column": 19 }, "end": { - "line": 3098, + "line": 3140, "column": 20 } } @@ -1002114,15 +1002601,15 @@ "updateContext": null }, "value": "return", - "start": 138878, - "end": 138884, + "start": 141268, + "end": 141274, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 16 }, "end": { - "line": 3099, + "line": 3141, "column": 22 } } @@ -1002142,15 +1002629,15 @@ "updateContext": null }, "value": "false", - "start": 138885, - "end": 138890, + "start": 141275, + "end": 141280, "loc": { "start": { - "line": 3099, + "line": 3141, "column": 23 }, "end": { - "line": 3099, + "line": 3141, "column": 28 } } @@ -1002167,15 +1002654,15 @@ "postfix": false, "binop": null }, - "start": 138899, - "end": 138900, + "start": 141289, + "end": 141290, "loc": { "start": { - "line": 3100, + "line": 3142, "column": 8 }, "end": { - "line": 3100, + "line": 3142, "column": 9 } } @@ -1002192,15 +1002679,15 @@ "postfix": false, "binop": null }, - "start": 138905, - "end": 138906, + "start": 141295, + "end": 141296, "loc": { "start": { - "line": 3101, + "line": 3143, "column": 4 }, "end": { - "line": 3101, + "line": 3143, "column": 5 } } @@ -1002208,15 +1002695,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n ", - "start": 138916, - "end": 139081, + "start": 141306, + "end": 141471, "loc": { "start": { - "line": 3103, + "line": 3145, "column": 4 }, "end": { - "line": 3107, + "line": 3149, "column": 7 } } @@ -1002234,15 +1002721,15 @@ "binop": null }, "value": "is_Object", - "start": 139086, - "end": 139095, + "start": 141476, + "end": 141485, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 4 }, "end": { - "line": 3108, + "line": 3150, "column": 13 } } @@ -1002259,15 +1002746,15 @@ "postfix": false, "binop": null }, - "start": 139095, - "end": 139096, + "start": 141485, + "end": 141486, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 13 }, "end": { - "line": 3108, + "line": 3150, "column": 14 } } @@ -1002285,15 +1002772,15 @@ "binop": null }, "value": "item", - "start": 139097, - "end": 139101, + "start": 141487, + "end": 141491, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 15 }, "end": { - "line": 3108, + "line": 3150, "column": 19 } } @@ -1002310,15 +1002797,15 @@ "postfix": false, "binop": null }, - "start": 139102, - "end": 139103, + "start": 141492, + "end": 141493, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 20 }, "end": { - "line": 3108, + "line": 3150, "column": 21 } } @@ -1002335,15 +1002822,15 @@ "postfix": false, "binop": null }, - "start": 139104, - "end": 139105, + "start": 141494, + "end": 141495, "loc": { "start": { - "line": 3108, + "line": 3150, "column": 22 }, "end": { - "line": 3108, + "line": 3150, "column": 23 } } @@ -1002363,15 +1002850,15 @@ "updateContext": null }, "value": "return", - "start": 139114, - "end": 139120, + "start": 141504, + "end": 141510, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 8 }, "end": { - "line": 3109, + "line": 3151, "column": 14 } } @@ -1002388,15 +1002875,15 @@ "postfix": false, "binop": null }, - "start": 139121, - "end": 139122, + "start": 141511, + "end": 141512, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 15 }, "end": { - "line": 3109, + "line": 3151, "column": 16 } } @@ -1002414,15 +1002901,15 @@ "binop": null }, "value": "item", - "start": 139122, - "end": 139126, + "start": 141512, + "end": 141516, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 16 }, "end": { - "line": 3109, + "line": 3151, "column": 20 } } @@ -1002441,15 +1002928,15 @@ "updateContext": null }, "value": "&&", - "start": 139127, - "end": 139129, + "start": 141517, + "end": 141519, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 21 }, "end": { - "line": 3109, + "line": 3151, "column": 23 } } @@ -1002469,15 +1002956,15 @@ "updateContext": null }, "value": "typeof", - "start": 139130, - "end": 139136, + "start": 141520, + "end": 141526, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 24 }, "end": { - "line": 3109, + "line": 3151, "column": 30 } } @@ -1002495,15 +1002982,15 @@ "binop": null }, "value": "item", - "start": 139137, - "end": 139141, + "start": 141527, + "end": 141531, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 31 }, "end": { - "line": 3109, + "line": 3151, "column": 35 } } @@ -1002522,15 +1003009,15 @@ "updateContext": null }, "value": "===", - "start": 139142, - "end": 139145, + "start": 141532, + "end": 141535, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 36 }, "end": { - "line": 3109, + "line": 3151, "column": 39 } } @@ -1002549,15 +1003036,15 @@ "updateContext": null }, "value": "object", - "start": 139146, - "end": 139154, + "start": 141536, + "end": 141544, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 40 }, "end": { - "line": 3109, + "line": 3151, "column": 48 } } @@ -1002576,15 +1003063,15 @@ "updateContext": null }, "value": "&&", - "start": 139155, - "end": 139157, + "start": 141545, + "end": 141547, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 49 }, "end": { - "line": 3109, + "line": 3151, "column": 51 } } @@ -1002603,15 +1003090,15 @@ "updateContext": null }, "value": "!", - "start": 139158, - "end": 139159, + "start": 141548, + "end": 141549, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 52 }, "end": { - "line": 3109, + "line": 3151, "column": 53 } } @@ -1002629,15 +1003116,15 @@ "binop": null }, "value": "Array", - "start": 139160, - "end": 139165, + "start": 141550, + "end": 141555, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 54 }, "end": { - "line": 3109, + "line": 3151, "column": 59 } } @@ -1002655,15 +1003142,15 @@ "binop": null, "updateContext": null }, - "start": 139165, - "end": 139166, + "start": 141555, + "end": 141556, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 59 }, "end": { - "line": 3109, + "line": 3151, "column": 60 } } @@ -1002681,15 +1003168,15 @@ "binop": null }, "value": "isArray", - "start": 139166, - "end": 139173, + "start": 141556, + "end": 141563, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 60 }, "end": { - "line": 3109, + "line": 3151, "column": 67 } } @@ -1002706,15 +1003193,15 @@ "postfix": false, "binop": null }, - "start": 139173, - "end": 139174, + "start": 141563, + "end": 141564, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 67 }, "end": { - "line": 3109, + "line": 3151, "column": 68 } } @@ -1002732,15 +1003219,15 @@ "binop": null }, "value": "item", - "start": 139175, - "end": 139179, + "start": 141565, + "end": 141569, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 69 }, "end": { - "line": 3109, + "line": 3151, "column": 73 } } @@ -1002757,15 +1003244,15 @@ "postfix": false, "binop": null }, - "start": 139180, - "end": 139181, + "start": 141570, + "end": 141571, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 74 }, "end": { - "line": 3109, + "line": 3151, "column": 75 } } @@ -1002782,15 +1003269,15 @@ "postfix": false, "binop": null }, - "start": 139181, - "end": 139182, + "start": 141571, + "end": 141572, "loc": { "start": { - "line": 3109, + "line": 3151, "column": 75 }, "end": { - "line": 3109, + "line": 3151, "column": 76 } } @@ -1002807,15 +1003294,15 @@ "postfix": false, "binop": null }, - "start": 139187, - "end": 139188, + "start": 141577, + "end": 141578, "loc": { "start": { - "line": 3110, + "line": 3152, "column": 4 }, "end": { - "line": 3110, + "line": 3152, "column": 5 } } @@ -1002823,15 +1003310,15 @@ { "type": "CommentBlock", "value": "*\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n ", - "start": 139198, - "end": 139388, + "start": 141588, + "end": 141778, "loc": { "start": { - "line": 3112, + "line": 3154, "column": 4 }, "end": { - "line": 3117, + "line": 3159, "column": 7 } } @@ -1002849,15 +1003336,15 @@ "binop": null }, "value": "mergeDeep", - "start": 139393, - "end": 139402, + "start": 141783, + "end": 141792, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 4 }, "end": { - "line": 3118, + "line": 3160, "column": 13 } } @@ -1002874,15 +1003361,15 @@ "postfix": false, "binop": null }, - "start": 139402, - "end": 139403, + "start": 141792, + "end": 141793, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 13 }, "end": { - "line": 3118, + "line": 3160, "column": 14 } } @@ -1002900,15 +1003387,15 @@ "binop": null }, "value": "target", - "start": 139404, - "end": 139410, + "start": 141794, + "end": 141800, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 15 }, "end": { - "line": 3118, + "line": 3160, "column": 21 } } @@ -1002926,15 +1003413,15 @@ "binop": null, "updateContext": null }, - "start": 139410, - "end": 139411, + "start": 141800, + "end": 141801, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 21 }, "end": { - "line": 3118, + "line": 3160, "column": 22 } } @@ -1002952,15 +1003439,15 @@ "binop": null }, "value": "source", - "start": 139412, - "end": 139418, + "start": 141802, + "end": 141808, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 23 }, "end": { - "line": 3118, + "line": 3160, "column": 29 } } @@ -1002977,15 +1003464,15 @@ "postfix": false, "binop": null }, - "start": 139419, - "end": 139420, + "start": 141809, + "end": 141810, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 30 }, "end": { - "line": 3118, + "line": 3160, "column": 31 } } @@ -1003002,15 +1003489,15 @@ "postfix": false, "binop": null }, - "start": 139421, - "end": 139422, + "start": 141811, + "end": 141812, "loc": { "start": { - "line": 3118, + "line": 3160, "column": 32 }, "end": { - "line": 3118, + "line": 3160, "column": 33 } } @@ -1003030,15 +1003517,15 @@ "updateContext": null }, "value": "let", - "start": 139431, - "end": 139434, + "start": 141821, + "end": 141824, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 8 }, "end": { - "line": 3119, + "line": 3161, "column": 11 } } @@ -1003056,15 +1003543,15 @@ "binop": null }, "value": "output", - "start": 139435, - "end": 139441, + "start": 141825, + "end": 141831, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 12 }, "end": { - "line": 3119, + "line": 3161, "column": 18 } } @@ -1003083,15 +1003570,15 @@ "updateContext": null }, "value": "=", - "start": 139442, - "end": 139443, + "start": 141832, + "end": 141833, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 19 }, "end": { - "line": 3119, + "line": 3161, "column": 20 } } @@ -1003109,15 +1003596,15 @@ "binop": null }, "value": "Object", - "start": 139444, - "end": 139450, + "start": 141834, + "end": 141840, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 21 }, "end": { - "line": 3119, + "line": 3161, "column": 27 } } @@ -1003135,15 +1003622,15 @@ "binop": null, "updateContext": null }, - "start": 139450, - "end": 139451, + "start": 141840, + "end": 141841, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 27 }, "end": { - "line": 3119, + "line": 3161, "column": 28 } } @@ -1003161,15 +1003648,15 @@ "binop": null }, "value": "assign", - "start": 139451, - "end": 139457, + "start": 141841, + "end": 141847, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 28 }, "end": { - "line": 3119, + "line": 3161, "column": 34 } } @@ -1003186,15 +1003673,15 @@ "postfix": false, "binop": null }, - "start": 139457, - "end": 139458, + "start": 141847, + "end": 141848, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 34 }, "end": { - "line": 3119, + "line": 3161, "column": 35 } } @@ -1003211,15 +1003698,15 @@ "postfix": false, "binop": null }, - "start": 139459, - "end": 139460, + "start": 141849, + "end": 141850, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 36 }, "end": { - "line": 3119, + "line": 3161, "column": 37 } } @@ -1003236,15 +1003723,15 @@ "postfix": false, "binop": null }, - "start": 139460, - "end": 139461, + "start": 141850, + "end": 141851, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 37 }, "end": { - "line": 3119, + "line": 3161, "column": 38 } } @@ -1003262,15 +1003749,15 @@ "binop": null, "updateContext": null }, - "start": 139461, - "end": 139462, + "start": 141851, + "end": 141852, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 38 }, "end": { - "line": 3119, + "line": 3161, "column": 39 } } @@ -1003288,15 +1003775,15 @@ "binop": null }, "value": "target", - "start": 139463, - "end": 139469, + "start": 141853, + "end": 141859, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 40 }, "end": { - "line": 3119, + "line": 3161, "column": 46 } } @@ -1003313,15 +1003800,15 @@ "postfix": false, "binop": null }, - "start": 139470, - "end": 139471, + "start": 141860, + "end": 141861, "loc": { "start": { - "line": 3119, + "line": 3161, "column": 47 }, "end": { - "line": 3119, + "line": 3161, "column": 48 } } @@ -1003341,15 +1003828,15 @@ "updateContext": null }, "value": "if", - "start": 139489, - "end": 139491, + "start": 141879, + "end": 141881, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 8 }, "end": { - "line": 3121, + "line": 3163, "column": 10 } } @@ -1003366,15 +1003853,15 @@ "postfix": false, "binop": null }, - "start": 139492, - "end": 139493, + "start": 141882, + "end": 141883, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 11 }, "end": { - "line": 3121, + "line": 3163, "column": 12 } } @@ -1003394,15 +1003881,15 @@ "updateContext": null }, "value": "this", - "start": 139494, - "end": 139498, + "start": 141884, + "end": 141888, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 13 }, "end": { - "line": 3121, + "line": 3163, "column": 17 } } @@ -1003420,15 +1003907,15 @@ "binop": null, "updateContext": null }, - "start": 139498, - "end": 139499, + "start": 141888, + "end": 141889, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 17 }, "end": { - "line": 3121, + "line": 3163, "column": 18 } } @@ -1003446,15 +1003933,15 @@ "binop": null }, "value": "is_Object", - "start": 139499, - "end": 139508, + "start": 141889, + "end": 141898, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 18 }, "end": { - "line": 3121, + "line": 3163, "column": 27 } } @@ -1003471,15 +1003958,15 @@ "postfix": false, "binop": null }, - "start": 139508, - "end": 139509, + "start": 141898, + "end": 141899, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 27 }, "end": { - "line": 3121, + "line": 3163, "column": 28 } } @@ -1003497,15 +1003984,15 @@ "binop": null }, "value": "target", - "start": 139510, - "end": 139516, + "start": 141900, + "end": 141906, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 29 }, "end": { - "line": 3121, + "line": 3163, "column": 35 } } @@ -1003522,15 +1004009,15 @@ "postfix": false, "binop": null }, - "start": 139517, - "end": 139518, + "start": 141907, + "end": 141908, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 36 }, "end": { - "line": 3121, + "line": 3163, "column": 37 } } @@ -1003549,15 +1004036,15 @@ "updateContext": null }, "value": "&&", - "start": 139519, - "end": 139521, + "start": 141909, + "end": 141911, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 38 }, "end": { - "line": 3121, + "line": 3163, "column": 40 } } @@ -1003577,15 +1004064,15 @@ "updateContext": null }, "value": "this", - "start": 139522, - "end": 139526, + "start": 141912, + "end": 141916, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 41 }, "end": { - "line": 3121, + "line": 3163, "column": 45 } } @@ -1003603,15 +1004090,15 @@ "binop": null, "updateContext": null }, - "start": 139526, - "end": 139527, + "start": 141916, + "end": 141917, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 45 }, "end": { - "line": 3121, + "line": 3163, "column": 46 } } @@ -1003629,15 +1004116,15 @@ "binop": null }, "value": "is_Object", - "start": 139527, - "end": 139536, + "start": 141917, + "end": 141926, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 46 }, "end": { - "line": 3121, + "line": 3163, "column": 55 } } @@ -1003654,15 +1004141,15 @@ "postfix": false, "binop": null }, - "start": 139536, - "end": 139537, + "start": 141926, + "end": 141927, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 55 }, "end": { - "line": 3121, + "line": 3163, "column": 56 } } @@ -1003680,15 +1004167,15 @@ "binop": null }, "value": "source", - "start": 139538, - "end": 139544, + "start": 141928, + "end": 141934, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 57 }, "end": { - "line": 3121, + "line": 3163, "column": 63 } } @@ -1003705,15 +1004192,15 @@ "postfix": false, "binop": null }, - "start": 139545, - "end": 139546, + "start": 141935, + "end": 141936, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 64 }, "end": { - "line": 3121, + "line": 3163, "column": 65 } } @@ -1003730,15 +1004217,15 @@ "postfix": false, "binop": null }, - "start": 139547, - "end": 139548, + "start": 141937, + "end": 141938, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 66 }, "end": { - "line": 3121, + "line": 3163, "column": 67 } } @@ -1003755,15 +1004242,15 @@ "postfix": false, "binop": null }, - "start": 139549, - "end": 139550, + "start": 141939, + "end": 141940, "loc": { "start": { - "line": 3121, + "line": 3163, "column": 68 }, "end": { - "line": 3121, + "line": 3163, "column": 69 } } @@ -1003783,15 +1004270,15 @@ "updateContext": null }, "value": "for", - "start": 139563, - "end": 139566, + "start": 141953, + "end": 141956, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 12 }, "end": { - "line": 3122, + "line": 3164, "column": 15 } } @@ -1003808,15 +1004295,15 @@ "postfix": false, "binop": null }, - "start": 139567, - "end": 139568, + "start": 141957, + "end": 141958, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 16 }, "end": { - "line": 3122, + "line": 3164, "column": 17 } } @@ -1003836,15 +1004323,15 @@ "updateContext": null }, "value": "const", - "start": 139569, - "end": 139574, + "start": 141959, + "end": 141964, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 18 }, "end": { - "line": 3122, + "line": 3164, "column": 23 } } @@ -1003862,15 +1004349,15 @@ "binop": null }, "value": "key", - "start": 139575, - "end": 139578, + "start": 141965, + "end": 141968, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 24 }, "end": { - "line": 3122, + "line": 3164, "column": 27 } } @@ -1003888,15 +1004375,15 @@ "binop": null }, "value": "of", - "start": 139579, - "end": 139581, + "start": 141969, + "end": 141971, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 28 }, "end": { - "line": 3122, + "line": 3164, "column": 30 } } @@ -1003914,15 +1004401,15 @@ "binop": null }, "value": "Object", - "start": 139582, - "end": 139588, + "start": 141972, + "end": 141978, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 31 }, "end": { - "line": 3122, + "line": 3164, "column": 37 } } @@ -1003940,15 +1004427,15 @@ "binop": null, "updateContext": null }, - "start": 139588, - "end": 139589, + "start": 141978, + "end": 141979, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 37 }, "end": { - "line": 3122, + "line": 3164, "column": 38 } } @@ -1003966,15 +1004453,15 @@ "binop": null }, "value": "keys", - "start": 139589, - "end": 139593, + "start": 141979, + "end": 141983, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 38 }, "end": { - "line": 3122, + "line": 3164, "column": 42 } } @@ -1003991,15 +1004478,15 @@ "postfix": false, "binop": null }, - "start": 139593, - "end": 139594, + "start": 141983, + "end": 141984, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 42 }, "end": { - "line": 3122, + "line": 3164, "column": 43 } } @@ -1004017,15 +1004504,15 @@ "binop": null }, "value": "source", - "start": 139595, - "end": 139601, + "start": 141985, + "end": 141991, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 44 }, "end": { - "line": 3122, + "line": 3164, "column": 50 } } @@ -1004042,15 +1004529,15 @@ "postfix": false, "binop": null }, - "start": 139602, - "end": 139603, + "start": 141992, + "end": 141993, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 51 }, "end": { - "line": 3122, + "line": 3164, "column": 52 } } @@ -1004067,15 +1004554,15 @@ "postfix": false, "binop": null }, - "start": 139604, - "end": 139605, + "start": 141994, + "end": 141995, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 53 }, "end": { - "line": 3122, + "line": 3164, "column": 54 } } @@ -1004092,15 +1004579,15 @@ "postfix": false, "binop": null }, - "start": 139606, - "end": 139607, + "start": 141996, + "end": 141997, "loc": { "start": { - "line": 3122, + "line": 3164, "column": 55 }, "end": { - "line": 3122, + "line": 3164, "column": 56 } } @@ -1004120,15 +1004607,15 @@ "updateContext": null }, "value": "if", - "start": 139624, - "end": 139626, + "start": 142014, + "end": 142016, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 16 }, "end": { - "line": 3123, + "line": 3165, "column": 18 } } @@ -1004145,15 +1004632,15 @@ "postfix": false, "binop": null }, - "start": 139627, - "end": 139628, + "start": 142017, + "end": 142018, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 19 }, "end": { - "line": 3123, + "line": 3165, "column": 20 } } @@ -1004173,15 +1004660,15 @@ "updateContext": null }, "value": "this", - "start": 139629, - "end": 139633, + "start": 142019, + "end": 142023, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 21 }, "end": { - "line": 3123, + "line": 3165, "column": 25 } } @@ -1004199,15 +1004686,15 @@ "binop": null, "updateContext": null }, - "start": 139633, - "end": 139634, + "start": 142023, + "end": 142024, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 25 }, "end": { - "line": 3123, + "line": 3165, "column": 26 } } @@ -1004225,15 +1004712,15 @@ "binop": null }, "value": "is_Object", - "start": 139634, - "end": 139643, + "start": 142024, + "end": 142033, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 26 }, "end": { - "line": 3123, + "line": 3165, "column": 35 } } @@ -1004250,15 +1004737,15 @@ "postfix": false, "binop": null }, - "start": 139643, - "end": 139644, + "start": 142033, + "end": 142034, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 35 }, "end": { - "line": 3123, + "line": 3165, "column": 36 } } @@ -1004276,15 +1004763,15 @@ "binop": null }, "value": "source", - "start": 139645, - "end": 139651, + "start": 142035, + "end": 142041, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 37 }, "end": { - "line": 3123, + "line": 3165, "column": 43 } } @@ -1004302,15 +1004789,15 @@ "binop": null, "updateContext": null }, - "start": 139651, - "end": 139652, + "start": 142041, + "end": 142042, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 43 }, "end": { - "line": 3123, + "line": 3165, "column": 44 } } @@ -1004328,15 +1004815,15 @@ "binop": null }, "value": "key", - "start": 139652, - "end": 139655, + "start": 142042, + "end": 142045, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 44 }, "end": { - "line": 3123, + "line": 3165, "column": 47 } } @@ -1004354,15 +1004841,15 @@ "binop": null, "updateContext": null }, - "start": 139655, - "end": 139656, + "start": 142045, + "end": 142046, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 47 }, "end": { - "line": 3123, + "line": 3165, "column": 48 } } @@ -1004379,15 +1004866,15 @@ "postfix": false, "binop": null }, - "start": 139657, - "end": 139658, + "start": 142047, + "end": 142048, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 49 }, "end": { - "line": 3123, + "line": 3165, "column": 50 } } @@ -1004404,15 +1004891,15 @@ "postfix": false, "binop": null }, - "start": 139659, - "end": 139660, + "start": 142049, + "end": 142050, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 51 }, "end": { - "line": 3123, + "line": 3165, "column": 52 } } @@ -1004429,15 +1004916,15 @@ "postfix": false, "binop": null }, - "start": 139661, - "end": 139662, + "start": 142051, + "end": 142052, "loc": { "start": { - "line": 3123, + "line": 3165, "column": 53 }, "end": { - "line": 3123, + "line": 3165, "column": 54 } } @@ -1004457,15 +1004944,15 @@ "updateContext": null }, "value": "if", - "start": 139683, - "end": 139685, + "start": 142073, + "end": 142075, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 20 }, "end": { - "line": 3124, + "line": 3166, "column": 22 } } @@ -1004482,15 +1004969,15 @@ "postfix": false, "binop": null }, - "start": 139686, - "end": 139687, + "start": 142076, + "end": 142077, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 23 }, "end": { - "line": 3124, + "line": 3166, "column": 24 } } @@ -1004509,15 +1004996,15 @@ "updateContext": null }, "value": "!", - "start": 139688, - "end": 139689, + "start": 142078, + "end": 142079, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 25 }, "end": { - "line": 3124, + "line": 3166, "column": 26 } } @@ -1004534,15 +1005021,15 @@ "postfix": false, "binop": null }, - "start": 139690, - "end": 139691, + "start": 142080, + "end": 142081, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 27 }, "end": { - "line": 3124, + "line": 3166, "column": 28 } } @@ -1004560,15 +1005047,15 @@ "binop": null }, "value": "key", - "start": 139692, - "end": 139695, + "start": 142082, + "end": 142085, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 29 }, "end": { - "line": 3124, + "line": 3166, "column": 32 } } @@ -1004588,15 +1005075,15 @@ "updateContext": null }, "value": "in", - "start": 139696, - "end": 139698, + "start": 142086, + "end": 142088, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 33 }, "end": { - "line": 3124, + "line": 3166, "column": 35 } } @@ -1004614,15 +1005101,15 @@ "binop": null }, "value": "target", - "start": 139699, - "end": 139705, + "start": 142089, + "end": 142095, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 36 }, "end": { - "line": 3124, + "line": 3166, "column": 42 } } @@ -1004639,15 +1005126,15 @@ "postfix": false, "binop": null }, - "start": 139706, - "end": 139707, + "start": 142096, + "end": 142097, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 43 }, "end": { - "line": 3124, + "line": 3166, "column": 44 } } @@ -1004664,15 +1005151,15 @@ "postfix": false, "binop": null }, - "start": 139708, - "end": 139709, + "start": 142098, + "end": 142099, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 45 }, "end": { - "line": 3124, + "line": 3166, "column": 46 } } @@ -1004689,15 +1005176,15 @@ "postfix": false, "binop": null }, - "start": 139710, - "end": 139711, + "start": 142100, + "end": 142101, "loc": { "start": { - "line": 3124, + "line": 3166, "column": 47 }, "end": { - "line": 3124, + "line": 3166, "column": 48 } } @@ -1004715,15 +1005202,15 @@ "binop": null }, "value": "Object", - "start": 139736, - "end": 139742, + "start": 142126, + "end": 142132, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 24 }, "end": { - "line": 3125, + "line": 3167, "column": 30 } } @@ -1004741,15 +1005228,15 @@ "binop": null, "updateContext": null }, - "start": 139742, - "end": 139743, + "start": 142132, + "end": 142133, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 30 }, "end": { - "line": 3125, + "line": 3167, "column": 31 } } @@ -1004767,15 +1005254,15 @@ "binop": null }, "value": "assign", - "start": 139743, - "end": 139749, + "start": 142133, + "end": 142139, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 31 }, "end": { - "line": 3125, + "line": 3167, "column": 37 } } @@ -1004792,15 +1005279,15 @@ "postfix": false, "binop": null }, - "start": 139749, - "end": 139750, + "start": 142139, + "end": 142140, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 37 }, "end": { - "line": 3125, + "line": 3167, "column": 38 } } @@ -1004818,15 +1005305,15 @@ "binop": null }, "value": "output", - "start": 139751, - "end": 139757, + "start": 142141, + "end": 142147, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 39 }, "end": { - "line": 3125, + "line": 3167, "column": 45 } } @@ -1004844,15 +1005331,15 @@ "binop": null, "updateContext": null }, - "start": 139757, - "end": 139758, + "start": 142147, + "end": 142148, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 45 }, "end": { - "line": 3125, + "line": 3167, "column": 46 } } @@ -1004869,15 +1005356,15 @@ "postfix": false, "binop": null }, - "start": 139759, - "end": 139760, + "start": 142149, + "end": 142150, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 47 }, "end": { - "line": 3125, + "line": 3167, "column": 48 } } @@ -1004895,15 +1005382,15 @@ "binop": null, "updateContext": null }, - "start": 139761, - "end": 139762, + "start": 142151, + "end": 142152, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 49 }, "end": { - "line": 3125, + "line": 3167, "column": 50 } } @@ -1004921,15 +1005408,15 @@ "binop": null }, "value": "key", - "start": 139762, - "end": 139765, + "start": 142152, + "end": 142155, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 50 }, "end": { - "line": 3125, + "line": 3167, "column": 53 } } @@ -1004947,15 +1005434,15 @@ "binop": null, "updateContext": null }, - "start": 139765, - "end": 139766, + "start": 142155, + "end": 142156, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 53 }, "end": { - "line": 3125, + "line": 3167, "column": 54 } } @@ -1004973,15 +1005460,15 @@ "binop": null, "updateContext": null }, - "start": 139766, - "end": 139767, + "start": 142156, + "end": 142157, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 54 }, "end": { - "line": 3125, + "line": 3167, "column": 55 } } @@ -1004999,15 +1005486,15 @@ "binop": null }, "value": "source", - "start": 139768, - "end": 139774, + "start": 142158, + "end": 142164, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 56 }, "end": { - "line": 3125, + "line": 3167, "column": 62 } } @@ -1005025,15 +1005512,15 @@ "binop": null, "updateContext": null }, - "start": 139774, - "end": 139775, + "start": 142164, + "end": 142165, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 62 }, "end": { - "line": 3125, + "line": 3167, "column": 63 } } @@ -1005051,15 +1005538,15 @@ "binop": null }, "value": "key", - "start": 139775, - "end": 139778, + "start": 142165, + "end": 142168, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 63 }, "end": { - "line": 3125, + "line": 3167, "column": 66 } } @@ -1005077,15 +1005564,15 @@ "binop": null, "updateContext": null }, - "start": 139778, - "end": 139779, + "start": 142168, + "end": 142169, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 66 }, "end": { - "line": 3125, + "line": 3167, "column": 67 } } @@ -1005102,15 +1005589,15 @@ "postfix": false, "binop": null }, - "start": 139780, - "end": 139781, + "start": 142170, + "end": 142171, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 68 }, "end": { - "line": 3125, + "line": 3167, "column": 69 } } @@ -1005127,15 +1005614,15 @@ "postfix": false, "binop": null }, - "start": 139782, - "end": 139783, + "start": 142172, + "end": 142173, "loc": { "start": { - "line": 3125, + "line": 3167, "column": 70 }, "end": { - "line": 3125, + "line": 3167, "column": 71 } } @@ -1005152,15 +1005639,15 @@ "postfix": false, "binop": null }, - "start": 139804, - "end": 139805, + "start": 142194, + "end": 142195, "loc": { "start": { - "line": 3126, + "line": 3168, "column": 20 }, "end": { - "line": 3126, + "line": 3168, "column": 21 } } @@ -1005180,15 +1005667,15 @@ "updateContext": null }, "value": "else", - "start": 139806, - "end": 139810, + "start": 142196, + "end": 142200, "loc": { "start": { - "line": 3126, + "line": 3168, "column": 22 }, "end": { - "line": 3126, + "line": 3168, "column": 26 } } @@ -1005205,15 +1005692,15 @@ "postfix": false, "binop": null }, - "start": 139811, - "end": 139812, + "start": 142201, + "end": 142202, "loc": { "start": { - "line": 3126, + "line": 3168, "column": 27 }, "end": { - "line": 3126, + "line": 3168, "column": 28 } } @@ -1005231,15 +1005718,15 @@ "binop": null }, "value": "output", - "start": 139837, - "end": 139843, + "start": 142227, + "end": 142233, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 24 }, "end": { - "line": 3127, + "line": 3169, "column": 30 } } @@ -1005257,15 +1005744,15 @@ "binop": null, "updateContext": null }, - "start": 139843, - "end": 139844, + "start": 142233, + "end": 142234, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 30 }, "end": { - "line": 3127, + "line": 3169, "column": 31 } } @@ -1005283,15 +1005770,15 @@ "binop": null }, "value": "key", - "start": 139844, - "end": 139847, + "start": 142234, + "end": 142237, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 31 }, "end": { - "line": 3127, + "line": 3169, "column": 34 } } @@ -1005309,15 +1005796,15 @@ "binop": null, "updateContext": null }, - "start": 139847, - "end": 139848, + "start": 142237, + "end": 142238, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 34 }, "end": { - "line": 3127, + "line": 3169, "column": 35 } } @@ -1005336,15 +1005823,15 @@ "updateContext": null }, "value": "=", - "start": 139849, - "end": 139850, + "start": 142239, + "end": 142240, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 36 }, "end": { - "line": 3127, + "line": 3169, "column": 37 } } @@ -1005364,15 +1005851,15 @@ "updateContext": null }, "value": "this", - "start": 139851, - "end": 139855, + "start": 142241, + "end": 142245, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 38 }, "end": { - "line": 3127, + "line": 3169, "column": 42 } } @@ -1005390,15 +1005877,15 @@ "binop": null, "updateContext": null }, - "start": 139855, - "end": 139856, + "start": 142245, + "end": 142246, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 42 }, "end": { - "line": 3127, + "line": 3169, "column": 43 } } @@ -1005416,15 +1005903,15 @@ "binop": null }, "value": "mergeDeep", - "start": 139856, - "end": 139865, + "start": 142246, + "end": 142255, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 43 }, "end": { - "line": 3127, + "line": 3169, "column": 52 } } @@ -1005441,15 +1005928,15 @@ "postfix": false, "binop": null }, - "start": 139865, - "end": 139866, + "start": 142255, + "end": 142256, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 52 }, "end": { - "line": 3127, + "line": 3169, "column": 53 } } @@ -1005467,15 +1005954,15 @@ "binop": null }, "value": "target", - "start": 139867, - "end": 139873, + "start": 142257, + "end": 142263, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 54 }, "end": { - "line": 3127, + "line": 3169, "column": 60 } } @@ -1005493,15 +1005980,15 @@ "binop": null, "updateContext": null }, - "start": 139873, - "end": 139874, + "start": 142263, + "end": 142264, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 60 }, "end": { - "line": 3127, + "line": 3169, "column": 61 } } @@ -1005519,15 +1006006,15 @@ "binop": null }, "value": "key", - "start": 139874, - "end": 139877, + "start": 142264, + "end": 142267, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 61 }, "end": { - "line": 3127, + "line": 3169, "column": 64 } } @@ -1005545,15 +1006032,15 @@ "binop": null, "updateContext": null }, - "start": 139877, - "end": 139878, + "start": 142267, + "end": 142268, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 64 }, "end": { - "line": 3127, + "line": 3169, "column": 65 } } @@ -1005571,15 +1006058,15 @@ "binop": null, "updateContext": null }, - "start": 139878, - "end": 139879, + "start": 142268, + "end": 142269, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 65 }, "end": { - "line": 3127, + "line": 3169, "column": 66 } } @@ -1005597,15 +1006084,15 @@ "binop": null }, "value": "source", - "start": 139880, - "end": 139886, + "start": 142270, + "end": 142276, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 67 }, "end": { - "line": 3127, + "line": 3169, "column": 73 } } @@ -1005623,15 +1006110,15 @@ "binop": null, "updateContext": null }, - "start": 139886, - "end": 139887, + "start": 142276, + "end": 142277, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 73 }, "end": { - "line": 3127, + "line": 3169, "column": 74 } } @@ -1005649,15 +1006136,15 @@ "binop": null }, "value": "key", - "start": 139887, - "end": 139890, + "start": 142277, + "end": 142280, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 74 }, "end": { - "line": 3127, + "line": 3169, "column": 77 } } @@ -1005675,15 +1006162,15 @@ "binop": null, "updateContext": null }, - "start": 139890, - "end": 139891, + "start": 142280, + "end": 142281, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 77 }, "end": { - "line": 3127, + "line": 3169, "column": 78 } } @@ -1005700,15 +1006187,15 @@ "postfix": false, "binop": null }, - "start": 139892, - "end": 139893, + "start": 142282, + "end": 142283, "loc": { "start": { - "line": 3127, + "line": 3169, "column": 79 }, "end": { - "line": 3127, + "line": 3169, "column": 80 } } @@ -1005725,15 +1006212,15 @@ "postfix": false, "binop": null }, - "start": 139914, - "end": 139915, + "start": 142304, + "end": 142305, "loc": { "start": { - "line": 3128, + "line": 3170, "column": 20 }, "end": { - "line": 3128, + "line": 3170, "column": 21 } } @@ -1005750,15 +1006237,15 @@ "postfix": false, "binop": null }, - "start": 139932, - "end": 139933, + "start": 142322, + "end": 142323, "loc": { "start": { - "line": 3129, + "line": 3171, "column": 16 }, "end": { - "line": 3129, + "line": 3171, "column": 17 } } @@ -1005778,15 +1006265,15 @@ "updateContext": null }, "value": "else", - "start": 139934, - "end": 139938, + "start": 142324, + "end": 142328, "loc": { "start": { - "line": 3129, + "line": 3171, "column": 18 }, "end": { - "line": 3129, + "line": 3171, "column": 22 } } @@ -1005803,15 +1006290,15 @@ "postfix": false, "binop": null }, - "start": 139939, - "end": 139940, + "start": 142329, + "end": 142330, "loc": { "start": { - "line": 3129, + "line": 3171, "column": 23 }, "end": { - "line": 3129, + "line": 3171, "column": 24 } } @@ -1005829,15 +1006316,15 @@ "binop": null }, "value": "Object", - "start": 139961, - "end": 139967, + "start": 142351, + "end": 142357, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 20 }, "end": { - "line": 3130, + "line": 3172, "column": 26 } } @@ -1005855,15 +1006342,15 @@ "binop": null, "updateContext": null }, - "start": 139967, - "end": 139968, + "start": 142357, + "end": 142358, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 26 }, "end": { - "line": 3130, + "line": 3172, "column": 27 } } @@ -1005881,15 +1006368,15 @@ "binop": null }, "value": "assign", - "start": 139968, - "end": 139974, + "start": 142358, + "end": 142364, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 27 }, "end": { - "line": 3130, + "line": 3172, "column": 33 } } @@ -1005906,15 +1006393,15 @@ "postfix": false, "binop": null }, - "start": 139974, - "end": 139975, + "start": 142364, + "end": 142365, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 33 }, "end": { - "line": 3130, + "line": 3172, "column": 34 } } @@ -1005932,15 +1006419,15 @@ "binop": null }, "value": "output", - "start": 139976, - "end": 139982, + "start": 142366, + "end": 142372, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 35 }, "end": { - "line": 3130, + "line": 3172, "column": 41 } } @@ -1005958,15 +1006445,15 @@ "binop": null, "updateContext": null }, - "start": 139982, - "end": 139983, + "start": 142372, + "end": 142373, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 41 }, "end": { - "line": 3130, + "line": 3172, "column": 42 } } @@ -1005983,15 +1006470,15 @@ "postfix": false, "binop": null }, - "start": 139984, - "end": 139985, + "start": 142374, + "end": 142375, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 43 }, "end": { - "line": 3130, + "line": 3172, "column": 44 } } @@ -1006009,15 +1006496,15 @@ "binop": null, "updateContext": null }, - "start": 139986, - "end": 139987, + "start": 142376, + "end": 142377, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 45 }, "end": { - "line": 3130, + "line": 3172, "column": 46 } } @@ -1006035,15 +1006522,15 @@ "binop": null }, "value": "key", - "start": 139987, - "end": 139990, + "start": 142377, + "end": 142380, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 46 }, "end": { - "line": 3130, + "line": 3172, "column": 49 } } @@ -1006061,15 +1006548,15 @@ "binop": null, "updateContext": null }, - "start": 139990, - "end": 139991, + "start": 142380, + "end": 142381, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 49 }, "end": { - "line": 3130, + "line": 3172, "column": 50 } } @@ -1006087,15 +1006574,15 @@ "binop": null, "updateContext": null }, - "start": 139991, - "end": 139992, + "start": 142381, + "end": 142382, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 50 }, "end": { - "line": 3130, + "line": 3172, "column": 51 } } @@ -1006113,15 +1006600,15 @@ "binop": null }, "value": "source", - "start": 139993, - "end": 139999, + "start": 142383, + "end": 142389, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 52 }, "end": { - "line": 3130, + "line": 3172, "column": 58 } } @@ -1006139,15 +1006626,15 @@ "binop": null, "updateContext": null }, - "start": 139999, - "end": 140000, + "start": 142389, + "end": 142390, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 58 }, "end": { - "line": 3130, + "line": 3172, "column": 59 } } @@ -1006165,15 +1006652,15 @@ "binop": null }, "value": "key", - "start": 140000, - "end": 140003, + "start": 142390, + "end": 142393, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 59 }, "end": { - "line": 3130, + "line": 3172, "column": 62 } } @@ -1006191,15 +1006678,15 @@ "binop": null, "updateContext": null }, - "start": 140003, - "end": 140004, + "start": 142393, + "end": 142394, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 62 }, "end": { - "line": 3130, + "line": 3172, "column": 63 } } @@ -1006216,15 +1006703,15 @@ "postfix": false, "binop": null }, - "start": 140005, - "end": 140006, + "start": 142395, + "end": 142396, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 64 }, "end": { - "line": 3130, + "line": 3172, "column": 65 } } @@ -1006241,15 +1006728,15 @@ "postfix": false, "binop": null }, - "start": 140007, - "end": 140008, + "start": 142397, + "end": 142398, "loc": { "start": { - "line": 3130, + "line": 3172, "column": 66 }, "end": { - "line": 3130, + "line": 3172, "column": 67 } } @@ -1006266,15 +1006753,15 @@ "postfix": false, "binop": null }, - "start": 140025, - "end": 140026, + "start": 142415, + "end": 142416, "loc": { "start": { - "line": 3131, + "line": 3173, "column": 16 }, "end": { - "line": 3131, + "line": 3173, "column": 17 } } @@ -1006291,15 +1006778,15 @@ "postfix": false, "binop": null }, - "start": 140039, - "end": 140040, + "start": 142429, + "end": 142430, "loc": { "start": { - "line": 3132, + "line": 3174, "column": 12 }, "end": { - "line": 3132, + "line": 3174, "column": 13 } } @@ -1006316,15 +1006803,15 @@ "postfix": false, "binop": null }, - "start": 140049, - "end": 140050, + "start": 142439, + "end": 142440, "loc": { "start": { - "line": 3133, + "line": 3175, "column": 8 }, "end": { - "line": 3133, + "line": 3175, "column": 9 } } @@ -1006344,15 +1006831,15 @@ "updateContext": null }, "value": "return", - "start": 140059, - "end": 140065, + "start": 142449, + "end": 142455, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 8 }, "end": { - "line": 3134, + "line": 3176, "column": 14 } } @@ -1006370,15 +1006857,15 @@ "binop": null }, "value": "output", - "start": 140066, - "end": 140072, + "start": 142456, + "end": 142462, "loc": { "start": { - "line": 3134, + "line": 3176, "column": 15 }, "end": { - "line": 3134, + "line": 3176, "column": 21 } } @@ -1006395,15 +1006882,15 @@ "postfix": false, "binop": null }, - "start": 140077, - "end": 140078, + "start": 142467, + "end": 142468, "loc": { "start": { - "line": 3135, + "line": 3177, "column": 4 }, "end": { - "line": 3135, + "line": 3177, "column": 5 } } @@ -1006411,15 +1006898,15 @@ { "type": "CommentBlock", "value": "*\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n ", - "start": 140088, - "end": 140203, + "start": 142478, + "end": 142593, "loc": { "start": { - "line": 3137, + "line": 3179, "column": 4 }, "end": { - "line": 3141, + "line": 3183, "column": 7 } } @@ -1006437,15 +1006924,15 @@ "binop": null }, "value": "is_iterable", - "start": 140208, - "end": 140219, + "start": 142598, + "end": 142609, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 4 }, "end": { - "line": 3142, + "line": 3184, "column": 15 } } @@ -1006462,15 +1006949,15 @@ "postfix": false, "binop": null }, - "start": 140219, - "end": 140220, + "start": 142609, + "end": 142610, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 15 }, "end": { - "line": 3142, + "line": 3184, "column": 16 } } @@ -1006488,15 +1006975,15 @@ "binop": null }, "value": "obj", - "start": 140221, - "end": 140224, + "start": 142611, + "end": 142614, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 17 }, "end": { - "line": 3142, + "line": 3184, "column": 20 } } @@ -1006513,15 +1007000,15 @@ "postfix": false, "binop": null }, - "start": 140225, - "end": 140226, + "start": 142615, + "end": 142616, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 21 }, "end": { - "line": 3142, + "line": 3184, "column": 22 } } @@ -1006538,15 +1007025,15 @@ "postfix": false, "binop": null }, - "start": 140227, - "end": 140228, + "start": 142617, + "end": 142618, "loc": { "start": { - "line": 3142, + "line": 3184, "column": 23 }, "end": { - "line": 3142, + "line": 3184, "column": 24 } } @@ -1006566,15 +1007053,15 @@ "updateContext": null }, "value": "return", - "start": 140237, - "end": 140243, + "start": 142627, + "end": 142633, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 8 }, "end": { - "line": 3143, + "line": 3185, "column": 14 } } @@ -1006592,15 +1007079,15 @@ "binop": null }, "value": "obj", - "start": 140244, - "end": 140247, + "start": 142634, + "end": 142637, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 15 }, "end": { - "line": 3143, + "line": 3185, "column": 18 } } @@ -1006619,15 +1007106,15 @@ "updateContext": null }, "value": "&&", - "start": 140248, - "end": 140250, + "start": 142638, + "end": 142640, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 19 }, "end": { - "line": 3143, + "line": 3185, "column": 21 } } @@ -1006647,15 +1007134,15 @@ "updateContext": null }, "value": "typeof", - "start": 140251, - "end": 140257, + "start": 142641, + "end": 142647, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 22 }, "end": { - "line": 3143, + "line": 3185, "column": 28 } } @@ -1006673,15 +1007160,15 @@ "binop": null }, "value": "obj", - "start": 140258, - "end": 140261, + "start": 142648, + "end": 142651, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 29 }, "end": { - "line": 3143, + "line": 3185, "column": 32 } } @@ -1006699,15 +1007186,15 @@ "binop": null, "updateContext": null }, - "start": 140261, - "end": 140262, + "start": 142651, + "end": 142652, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 32 }, "end": { - "line": 3143, + "line": 3185, "column": 33 } } @@ -1006725,15 +1007212,15 @@ "binop": null }, "value": "Symbol", - "start": 140262, - "end": 140268, + "start": 142652, + "end": 142658, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 33 }, "end": { - "line": 3143, + "line": 3185, "column": 39 } } @@ -1006751,15 +1007238,15 @@ "binop": null, "updateContext": null }, - "start": 140268, - "end": 140269, + "start": 142658, + "end": 142659, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 39 }, "end": { - "line": 3143, + "line": 3185, "column": 40 } } @@ -1006777,15 +1007264,15 @@ "binop": null }, "value": "iterator", - "start": 140269, - "end": 140277, + "start": 142659, + "end": 142667, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 40 }, "end": { - "line": 3143, + "line": 3185, "column": 48 } } @@ -1006803,15 +1007290,15 @@ "binop": null, "updateContext": null }, - "start": 140277, - "end": 140278, + "start": 142667, + "end": 142668, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 48 }, "end": { - "line": 3143, + "line": 3185, "column": 49 } } @@ -1006830,15 +1007317,15 @@ "updateContext": null }, "value": "===", - "start": 140279, - "end": 140282, + "start": 142669, + "end": 142672, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 50 }, "end": { - "line": 3143, + "line": 3185, "column": 53 } } @@ -1006857,15 +1007344,15 @@ "updateContext": null }, "value": "function", - "start": 140283, - "end": 140293, + "start": 142673, + "end": 142683, "loc": { "start": { - "line": 3143, + "line": 3185, "column": 54 }, "end": { - "line": 3143, + "line": 3185, "column": 64 } } @@ -1006882,15 +1007369,15 @@ "postfix": false, "binop": null }, - "start": 140298, - "end": 140299, + "start": 142688, + "end": 142689, "loc": { "start": { - "line": 3144, + "line": 3186, "column": 4 }, "end": { - "line": 3144, + "line": 3186, "column": 5 } } @@ -1006898,15 +1007385,15 @@ { "type": "CommentBlock", "value": "*\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n ", - "start": 140309, - "end": 140430, + "start": 142699, + "end": 142820, "loc": { "start": { - "line": 3146, + "line": 3188, "column": 4 }, "end": { - "line": 3150, + "line": 3192, "column": 7 } } @@ -1006924,15 +1007411,15 @@ "binop": null }, "value": "toIterableObject", - "start": 140435, - "end": 140451, + "start": 142825, + "end": 142841, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 4 }, "end": { - "line": 3151, + "line": 3193, "column": 20 } } @@ -1006949,15 +1007436,15 @@ "postfix": false, "binop": null }, - "start": 140451, - "end": 140452, + "start": 142841, + "end": 142842, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 20 }, "end": { - "line": 3151, + "line": 3193, "column": 21 } } @@ -1006975,15 +1007462,15 @@ "binop": null }, "value": "obj", - "start": 140453, - "end": 140456, + "start": 142843, + "end": 142846, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 22 }, "end": { - "line": 3151, + "line": 3193, "column": 25 } } @@ -1007000,15 +1007487,15 @@ "postfix": false, "binop": null }, - "start": 140457, - "end": 140458, + "start": 142847, + "end": 142848, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 26 }, "end": { - "line": 3151, + "line": 3193, "column": 27 } } @@ -1007025,15 +1007512,15 @@ "postfix": false, "binop": null }, - "start": 140459, - "end": 140460, + "start": 142849, + "end": 142850, "loc": { "start": { - "line": 3151, + "line": 3193, "column": 28 }, "end": { - "line": 3151, + "line": 3193, "column": 29 } } @@ -1007053,15 +1007540,15 @@ "updateContext": null }, "value": "if", - "start": 140469, - "end": 140471, + "start": 142859, + "end": 142861, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 8 }, "end": { - "line": 3152, + "line": 3194, "column": 10 } } @@ -1007078,15 +1007565,15 @@ "postfix": false, "binop": null }, - "start": 140472, - "end": 140473, + "start": 142862, + "end": 142863, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 11 }, "end": { - "line": 3152, + "line": 3194, "column": 12 } } @@ -1007106,15 +1007593,15 @@ "updateContext": null }, "value": "this", - "start": 140474, - "end": 140478, + "start": 142864, + "end": 142868, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 13 }, "end": { - "line": 3152, + "line": 3194, "column": 17 } } @@ -1007132,15 +1007619,15 @@ "binop": null, "updateContext": null }, - "start": 140478, - "end": 140479, + "start": 142868, + "end": 142869, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 17 }, "end": { - "line": 3152, + "line": 3194, "column": 18 } } @@ -1007158,15 +1007645,15 @@ "binop": null }, "value": "is_iterable", - "start": 140479, - "end": 140490, + "start": 142869, + "end": 142880, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 18 }, "end": { - "line": 3152, + "line": 3194, "column": 29 } } @@ -1007183,15 +1007670,15 @@ "postfix": false, "binop": null }, - "start": 140490, - "end": 140491, + "start": 142880, + "end": 142881, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 29 }, "end": { - "line": 3152, + "line": 3194, "column": 30 } } @@ -1007209,15 +1007696,15 @@ "binop": null }, "value": "obj", - "start": 140492, - "end": 140495, + "start": 142882, + "end": 142885, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 31 }, "end": { - "line": 3152, + "line": 3194, "column": 34 } } @@ -1007234,15 +1007721,15 @@ "postfix": false, "binop": null }, - "start": 140496, - "end": 140497, + "start": 142886, + "end": 142887, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 35 }, "end": { - "line": 3152, + "line": 3194, "column": 36 } } @@ -1007259,15 +1007746,15 @@ "postfix": false, "binop": null }, - "start": 140498, - "end": 140499, + "start": 142888, + "end": 142889, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 37 }, "end": { - "line": 3152, + "line": 3194, "column": 38 } } @@ -1007284,15 +1007771,15 @@ "postfix": false, "binop": null }, - "start": 140500, - "end": 140501, + "start": 142890, + "end": 142891, "loc": { "start": { - "line": 3152, + "line": 3194, "column": 39 }, "end": { - "line": 3152, + "line": 3194, "column": 40 } } @@ -1007312,15 +1007799,15 @@ "updateContext": null }, "value": "return", - "start": 140514, - "end": 140520, + "start": 142904, + "end": 142910, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 12 }, "end": { - "line": 3153, + "line": 3195, "column": 18 } } @@ -1007338,15 +1007825,15 @@ "binop": null }, "value": "obj", - "start": 140521, - "end": 140524, + "start": 142911, + "end": 142914, "loc": { "start": { - "line": 3153, + "line": 3195, "column": 19 }, "end": { - "line": 3153, + "line": 3195, "column": 22 } } @@ -1007363,15 +1007850,15 @@ "postfix": false, "binop": null }, - "start": 140533, - "end": 140534, + "start": 142923, + "end": 142924, "loc": { "start": { - "line": 3154, + "line": 3196, "column": 8 }, "end": { - "line": 3154, + "line": 3196, "column": 9 } } @@ -1007389,15 +1007876,15 @@ "binop": null }, "value": "obj", - "start": 140552, - "end": 140555, + "start": 142942, + "end": 142945, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 8 }, "end": { - "line": 3156, + "line": 3198, "column": 11 } } @@ -1007415,15 +1007902,15 @@ "binop": null, "updateContext": null }, - "start": 140555, - "end": 140556, + "start": 142945, + "end": 142946, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 11 }, "end": { - "line": 3156, + "line": 3198, "column": 12 } } @@ -1007441,15 +1007928,15 @@ "binop": null }, "value": "Symbol", - "start": 140556, - "end": 140562, + "start": 142946, + "end": 142952, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 12 }, "end": { - "line": 3156, + "line": 3198, "column": 18 } } @@ -1007467,15 +1007954,15 @@ "binop": null, "updateContext": null }, - "start": 140562, - "end": 140563, + "start": 142952, + "end": 142953, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 18 }, "end": { - "line": 3156, + "line": 3198, "column": 19 } } @@ -1007493,15 +1007980,15 @@ "binop": null }, "value": "iterator", - "start": 140563, - "end": 140571, + "start": 142953, + "end": 142961, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 19 }, "end": { - "line": 3156, + "line": 3198, "column": 27 } } @@ -1007519,15 +1008006,15 @@ "binop": null, "updateContext": null }, - "start": 140571, - "end": 140572, + "start": 142961, + "end": 142962, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 27 }, "end": { - "line": 3156, + "line": 3198, "column": 28 } } @@ -1007546,15 +1008033,15 @@ "updateContext": null }, "value": "=", - "start": 140573, - "end": 140574, + "start": 142963, + "end": 142964, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 29 }, "end": { - "line": 3156, + "line": 3198, "column": 30 } } @@ -1007571,15 +1008058,15 @@ "postfix": false, "binop": null }, - "start": 140575, - "end": 140576, + "start": 142965, + "end": 142966, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 31 }, "end": { - "line": 3156, + "line": 3198, "column": 32 } } @@ -1007596,15 +1008083,15 @@ "postfix": false, "binop": null }, - "start": 140576, - "end": 140577, + "start": 142966, + "end": 142967, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 32 }, "end": { - "line": 3156, + "line": 3198, "column": 33 } } @@ -1007622,15 +1008109,15 @@ "binop": null, "updateContext": null }, - "start": 140578, - "end": 140580, + "start": 142968, + "end": 142970, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 34 }, "end": { - "line": 3156, + "line": 3198, "column": 36 } } @@ -1007647,15 +1008134,15 @@ "postfix": false, "binop": null }, - "start": 140581, - "end": 140582, + "start": 142971, + "end": 142972, "loc": { "start": { - "line": 3156, + "line": 3198, "column": 37 }, "end": { - "line": 3156, + "line": 3198, "column": 38 } } @@ -1007675,15 +1008162,15 @@ "updateContext": null }, "value": "let", - "start": 140595, - "end": 140598, + "start": 142985, + "end": 142988, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 12 }, "end": { - "line": 3157, + "line": 3199, "column": 15 } } @@ -1007701,15 +1008188,15 @@ "binop": null }, "value": "index", - "start": 140599, - "end": 140604, + "start": 142989, + "end": 142994, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 16 }, "end": { - "line": 3157, + "line": 3199, "column": 21 } } @@ -1007728,15 +1008215,15 @@ "updateContext": null }, "value": "=", - "start": 140605, - "end": 140606, + "start": 142995, + "end": 142996, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 22 }, "end": { - "line": 3157, + "line": 3199, "column": 23 } } @@ -1007755,15 +1008242,15 @@ "updateContext": null }, "value": 0, - "start": 140607, - "end": 140608, + "start": 142997, + "end": 142998, "loc": { "start": { - "line": 3157, + "line": 3199, "column": 24 }, "end": { - "line": 3157, + "line": 3199, "column": 25 } } @@ -1007783,15 +1008270,15 @@ "updateContext": null }, "value": "return", - "start": 140634, - "end": 140640, + "start": 143024, + "end": 143030, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 12 }, "end": { - "line": 3159, + "line": 3201, "column": 18 } } @@ -1007808,15 +1008295,15 @@ "postfix": false, "binop": null }, - "start": 140641, - "end": 140642, + "start": 143031, + "end": 143032, "loc": { "start": { - "line": 3159, + "line": 3201, "column": 19 }, "end": { - "line": 3159, + "line": 3201, "column": 20 } } @@ -1007834,15 +1008321,15 @@ "binop": null }, "value": "next", - "start": 140659, - "end": 140663, + "start": 143049, + "end": 143053, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 16 }, "end": { - "line": 3160, + "line": 3202, "column": 20 } } @@ -1007859,15 +1008346,15 @@ "postfix": false, "binop": null }, - "start": 140663, - "end": 140664, + "start": 143053, + "end": 143054, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 20 }, "end": { - "line": 3160, + "line": 3202, "column": 21 } } @@ -1007884,15 +1008371,15 @@ "postfix": false, "binop": null }, - "start": 140664, - "end": 140665, + "start": 143054, + "end": 143055, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 21 }, "end": { - "line": 3160, + "line": 3202, "column": 22 } } @@ -1007909,15 +1008396,15 @@ "postfix": false, "binop": null }, - "start": 140666, - "end": 140667, + "start": 143056, + "end": 143057, "loc": { "start": { - "line": 3160, + "line": 3202, "column": 23 }, "end": { - "line": 3160, + "line": 3202, "column": 24 } } @@ -1007937,15 +1008424,15 @@ "updateContext": null }, "value": "if", - "start": 140688, - "end": 140690, + "start": 143078, + "end": 143080, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 20 }, "end": { - "line": 3161, + "line": 3203, "column": 22 } } @@ -1007962,15 +1008449,15 @@ "postfix": false, "binop": null }, - "start": 140691, - "end": 140692, + "start": 143081, + "end": 143082, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 23 }, "end": { - "line": 3161, + "line": 3203, "column": 24 } } @@ -1007988,15 +1008475,15 @@ "binop": null }, "value": "obj", - "start": 140693, - "end": 140696, + "start": 143083, + "end": 143086, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 25 }, "end": { - "line": 3161, + "line": 3203, "column": 28 } } @@ -1008014,15 +1008501,15 @@ "binop": null, "updateContext": null }, - "start": 140696, - "end": 140697, + "start": 143086, + "end": 143087, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 28 }, "end": { - "line": 3161, + "line": 3203, "column": 29 } } @@ -1008040,15 +1008527,15 @@ "binop": null }, "value": "length", - "start": 140697, - "end": 140703, + "start": 143087, + "end": 143093, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 29 }, "end": { - "line": 3161, + "line": 3203, "column": 35 } } @@ -1008067,15 +1008554,15 @@ "updateContext": null }, "value": "<=", - "start": 140704, - "end": 140706, + "start": 143094, + "end": 143096, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 36 }, "end": { - "line": 3161, + "line": 3203, "column": 38 } } @@ -1008093,15 +1008580,15 @@ "binop": null }, "value": "index", - "start": 140707, - "end": 140712, + "start": 143097, + "end": 143102, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 39 }, "end": { - "line": 3161, + "line": 3203, "column": 44 } } @@ -1008118,15 +1008605,15 @@ "postfix": false, "binop": null }, - "start": 140713, - "end": 140714, + "start": 143103, + "end": 143104, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 45 }, "end": { - "line": 3161, + "line": 3203, "column": 46 } } @@ -1008143,15 +1008630,15 @@ "postfix": false, "binop": null }, - "start": 140715, - "end": 140716, + "start": 143105, + "end": 143106, "loc": { "start": { - "line": 3161, + "line": 3203, "column": 47 }, "end": { - "line": 3161, + "line": 3203, "column": 48 } } @@ -1008171,15 +1008658,15 @@ "updateContext": null }, "value": "return", - "start": 140741, - "end": 140747, + "start": 143131, + "end": 143137, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 24 }, "end": { - "line": 3162, + "line": 3204, "column": 30 } } @@ -1008196,15 +1008683,15 @@ "postfix": false, "binop": null }, - "start": 140748, - "end": 140749, + "start": 143138, + "end": 143139, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 31 }, "end": { - "line": 3162, + "line": 3204, "column": 32 } } @@ -1008222,15 +1008709,15 @@ "binop": null }, "value": "done", - "start": 140750, - "end": 140754, + "start": 143140, + "end": 143144, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 33 }, "end": { - "line": 3162, + "line": 3204, "column": 37 } } @@ -1008248,15 +1008735,15 @@ "binop": null, "updateContext": null }, - "start": 140754, - "end": 140755, + "start": 143144, + "end": 143145, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 37 }, "end": { - "line": 3162, + "line": 3204, "column": 38 } } @@ -1008276,15 +1008763,15 @@ "updateContext": null }, "value": "true", - "start": 140756, - "end": 140760, + "start": 143146, + "end": 143150, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 39 }, "end": { - "line": 3162, + "line": 3204, "column": 43 } } @@ -1008301,15 +1008788,15 @@ "postfix": false, "binop": null }, - "start": 140761, - "end": 140762, + "start": 143151, + "end": 143152, "loc": { "start": { - "line": 3162, + "line": 3204, "column": 44 }, "end": { - "line": 3162, + "line": 3204, "column": 45 } } @@ -1008326,15 +1008813,15 @@ "postfix": false, "binop": null }, - "start": 140783, - "end": 140784, + "start": 143173, + "end": 143174, "loc": { "start": { - "line": 3163, + "line": 3205, "column": 20 }, "end": { - "line": 3163, + "line": 3205, "column": 21 } } @@ -1008354,15 +1008841,15 @@ "updateContext": null }, "value": "else", - "start": 140785, - "end": 140789, + "start": 143175, + "end": 143179, "loc": { "start": { - "line": 3163, + "line": 3205, "column": 22 }, "end": { - "line": 3163, + "line": 3205, "column": 26 } } @@ -1008379,15 +1008866,15 @@ "postfix": false, "binop": null }, - "start": 140790, - "end": 140791, + "start": 143180, + "end": 143181, "loc": { "start": { - "line": 3163, + "line": 3205, "column": 27 }, "end": { - "line": 3163, + "line": 3205, "column": 28 } } @@ -1008407,15 +1008894,15 @@ "updateContext": null }, "value": "return", - "start": 140816, - "end": 140822, + "start": 143206, + "end": 143212, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 24 }, "end": { - "line": 3164, + "line": 3206, "column": 30 } } @@ -1008432,15 +1008919,15 @@ "postfix": false, "binop": null }, - "start": 140823, - "end": 140824, + "start": 143213, + "end": 143214, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 31 }, "end": { - "line": 3164, + "line": 3206, "column": 32 } } @@ -1008458,15 +1008945,15 @@ "binop": null }, "value": "value", - "start": 140825, - "end": 140830, + "start": 143215, + "end": 143220, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 33 }, "end": { - "line": 3164, + "line": 3206, "column": 38 } } @@ -1008484,15 +1008971,15 @@ "binop": null, "updateContext": null }, - "start": 140830, - "end": 140831, + "start": 143220, + "end": 143221, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 38 }, "end": { - "line": 3164, + "line": 3206, "column": 39 } } @@ -1008510,15 +1008997,15 @@ "binop": null }, "value": "obj", - "start": 140832, - "end": 140835, + "start": 143222, + "end": 143225, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 40 }, "end": { - "line": 3164, + "line": 3206, "column": 43 } } @@ -1008536,15 +1009023,15 @@ "binop": null, "updateContext": null }, - "start": 140835, - "end": 140836, + "start": 143225, + "end": 143226, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 43 }, "end": { - "line": 3164, + "line": 3206, "column": 44 } } @@ -1008562,15 +1009049,15 @@ "binop": null }, "value": "index", - "start": 140836, - "end": 140841, + "start": 143226, + "end": 143231, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 44 }, "end": { - "line": 3164, + "line": 3206, "column": 49 } } @@ -1008588,15 +1009075,15 @@ "binop": null }, "value": "++", - "start": 140841, - "end": 140843, + "start": 143231, + "end": 143233, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 49 }, "end": { - "line": 3164, + "line": 3206, "column": 51 } } @@ -1008614,15 +1009101,15 @@ "binop": null, "updateContext": null }, - "start": 140843, - "end": 140844, + "start": 143233, + "end": 143234, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 51 }, "end": { - "line": 3164, + "line": 3206, "column": 52 } } @@ -1008639,15 +1009126,15 @@ "postfix": false, "binop": null }, - "start": 140845, - "end": 140846, + "start": 143235, + "end": 143236, "loc": { "start": { - "line": 3164, + "line": 3206, "column": 53 }, "end": { - "line": 3164, + "line": 3206, "column": 54 } } @@ -1008664,15 +1009151,15 @@ "postfix": false, "binop": null }, - "start": 140867, - "end": 140868, + "start": 143257, + "end": 143258, "loc": { "start": { - "line": 3165, + "line": 3207, "column": 20 }, "end": { - "line": 3165, + "line": 3207, "column": 21 } } @@ -1008689,15 +1009176,15 @@ "postfix": false, "binop": null }, - "start": 140885, - "end": 140886, + "start": 143275, + "end": 143276, "loc": { "start": { - "line": 3166, + "line": 3208, "column": 16 }, "end": { - "line": 3166, + "line": 3208, "column": 17 } } @@ -1008714,15 +1009201,15 @@ "postfix": false, "binop": null }, - "start": 140899, - "end": 140900, + "start": 143289, + "end": 143290, "loc": { "start": { - "line": 3167, + "line": 3209, "column": 12 }, "end": { - "line": 3167, + "line": 3209, "column": 13 } } @@ -1008739,15 +1009226,15 @@ "postfix": false, "binop": null }, - "start": 140909, - "end": 140910, + "start": 143299, + "end": 143300, "loc": { "start": { - "line": 3168, + "line": 3210, "column": 8 }, "end": { - "line": 3168, + "line": 3210, "column": 9 } } @@ -1008767,15 +1009254,15 @@ "updateContext": null }, "value": "return", - "start": 140928, - "end": 140934, + "start": 143318, + "end": 143324, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 8 }, "end": { - "line": 3170, + "line": 3212, "column": 14 } } @@ -1008793,15 +1009280,15 @@ "binop": null }, "value": "obj", - "start": 140935, - "end": 140938, + "start": 143325, + "end": 143328, "loc": { "start": { - "line": 3170, + "line": 3212, "column": 15 }, "end": { - "line": 3170, + "line": 3212, "column": 18 } } @@ -1008818,15 +1009305,15 @@ "postfix": false, "binop": null }, - "start": 140943, - "end": 140944, + "start": 143333, + "end": 143334, "loc": { "start": { - "line": 3171, + "line": 3213, "column": 4 }, "end": { - "line": 3171, + "line": 3213, "column": 5 } } @@ -1008834,15 +1009321,15 @@ { "type": "CommentBlock", "value": "*\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n ", - "start": 140954, - "end": 141064, + "start": 143344, + "end": 143454, "loc": { "start": { - "line": 3173, + "line": 3215, "column": 4 }, "end": { - "line": 3176, + "line": 3218, "column": 7 } } @@ -1008860,15 +1009347,15 @@ "binop": null }, "value": "sleep", - "start": 141069, - "end": 141074, + "start": 143459, + "end": 143464, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 4 }, "end": { - "line": 3177, + "line": 3219, "column": 9 } } @@ -1008885,15 +1009372,15 @@ "postfix": false, "binop": null }, - "start": 141074, - "end": 141075, + "start": 143464, + "end": 143465, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 9 }, "end": { - "line": 3177, + "line": 3219, "column": 10 } } @@ -1008911,15 +1009398,15 @@ "binop": null }, "value": "msec", - "start": 141076, - "end": 141080, + "start": 143466, + "end": 143470, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 11 }, "end": { - "line": 3177, + "line": 3219, "column": 15 } } @@ -1008938,15 +1009425,15 @@ "updateContext": null }, "value": "=", - "start": 141081, - "end": 141082, + "start": 143471, + "end": 143472, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 16 }, "end": { - "line": 3177, + "line": 3219, "column": 17 } } @@ -1008965,15 +1009452,15 @@ "updateContext": null }, "value": 1, - "start": 141083, - "end": 141084, + "start": 143473, + "end": 143474, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 18 }, "end": { - "line": 3177, + "line": 3219, "column": 19 } } @@ -1008990,15 +1009477,15 @@ "postfix": false, "binop": null }, - "start": 141085, - "end": 141086, + "start": 143475, + "end": 143476, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 20 }, "end": { - "line": 3177, + "line": 3219, "column": 21 } } @@ -1009015,15 +1009502,15 @@ "postfix": false, "binop": null }, - "start": 141087, - "end": 141088, + "start": 143477, + "end": 143478, "loc": { "start": { - "line": 3177, + "line": 3219, "column": 22 }, "end": { - "line": 3177, + "line": 3219, "column": 23 } } @@ -1009043,15 +1009530,15 @@ "updateContext": null }, "value": "return", - "start": 141097, - "end": 141103, + "start": 143487, + "end": 143493, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 8 }, "end": { - "line": 3178, + "line": 3220, "column": 14 } } @@ -1009071,15 +1009558,15 @@ "updateContext": null }, "value": "new", - "start": 141104, - "end": 141107, + "start": 143494, + "end": 143497, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 15 }, "end": { - "line": 3178, + "line": 3220, "column": 18 } } @@ -1009097,15 +1009584,15 @@ "binop": null }, "value": "Promise", - "start": 141108, - "end": 141115, + "start": 143498, + "end": 143505, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 19 }, "end": { - "line": 3178, + "line": 3220, "column": 26 } } @@ -1009122,15 +1009609,15 @@ "postfix": false, "binop": null }, - "start": 141115, - "end": 141116, + "start": 143505, + "end": 143506, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 26 }, "end": { - "line": 3178, + "line": 3220, "column": 27 } } @@ -1009147,15 +1009634,15 @@ "postfix": false, "binop": null }, - "start": 141117, - "end": 141118, + "start": 143507, + "end": 143508, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 28 }, "end": { - "line": 3178, + "line": 3220, "column": 29 } } @@ -1009173,15 +1009660,15 @@ "binop": null }, "value": "resolve", - "start": 141119, - "end": 141126, + "start": 143509, + "end": 143516, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 30 }, "end": { - "line": 3178, + "line": 3220, "column": 37 } } @@ -1009198,15 +1009685,15 @@ "postfix": false, "binop": null }, - "start": 141127, - "end": 141128, + "start": 143517, + "end": 143518, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 38 }, "end": { - "line": 3178, + "line": 3220, "column": 39 } } @@ -1009224,15 +1009711,15 @@ "binop": null, "updateContext": null }, - "start": 141129, - "end": 141131, + "start": 143519, + "end": 143521, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 40 }, "end": { - "line": 3178, + "line": 3220, "column": 42 } } @@ -1009249,15 +1009736,15 @@ "postfix": false, "binop": null }, - "start": 141132, - "end": 141133, + "start": 143522, + "end": 143523, "loc": { "start": { - "line": 3178, + "line": 3220, "column": 43 }, "end": { - "line": 3178, + "line": 3220, "column": 44 } } @@ -1009275,15 +1009762,15 @@ "binop": null }, "value": "setTimeout", - "start": 141146, - "end": 141156, + "start": 143536, + "end": 143546, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 12 }, "end": { - "line": 3179, + "line": 3221, "column": 22 } } @@ -1009300,15 +1009787,15 @@ "postfix": false, "binop": null }, - "start": 141156, - "end": 141157, + "start": 143546, + "end": 143547, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 22 }, "end": { - "line": 3179, + "line": 3221, "column": 23 } } @@ -1009326,15 +1009813,15 @@ "binop": null }, "value": "resolve", - "start": 141158, - "end": 141165, + "start": 143548, + "end": 143555, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 24 }, "end": { - "line": 3179, + "line": 3221, "column": 31 } } @@ -1009352,15 +1009839,15 @@ "binop": null, "updateContext": null }, - "start": 141165, - "end": 141166, + "start": 143555, + "end": 143556, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 31 }, "end": { - "line": 3179, + "line": 3221, "column": 32 } } @@ -1009378,15 +1009865,15 @@ "binop": null }, "value": "msec", - "start": 141167, - "end": 141171, + "start": 143557, + "end": 143561, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 33 }, "end": { - "line": 3179, + "line": 3221, "column": 37 } } @@ -1009403,15 +1009890,15 @@ "postfix": false, "binop": null }, - "start": 141172, - "end": 141173, + "start": 143562, + "end": 143563, "loc": { "start": { - "line": 3179, + "line": 3221, "column": 38 }, "end": { - "line": 3179, + "line": 3221, "column": 39 } } @@ -1009428,15 +1009915,15 @@ "postfix": false, "binop": null }, - "start": 141182, - "end": 141183, + "start": 143572, + "end": 143573, "loc": { "start": { - "line": 3180, + "line": 3222, "column": 8 }, "end": { - "line": 3180, + "line": 3222, "column": 9 } } @@ -1009453,15 +1009940,15 @@ "postfix": false, "binop": null }, - "start": 141183, - "end": 141184, + "start": 143573, + "end": 143574, "loc": { "start": { - "line": 3180, + "line": 3222, "column": 9 }, "end": { - "line": 3180, + "line": 3222, "column": 10 } } @@ -1009478,15 +1009965,15 @@ "postfix": false, "binop": null }, - "start": 141189, - "end": 141190, + "start": 143579, + "end": 143580, "loc": { "start": { - "line": 3181, + "line": 3223, "column": 4 }, "end": { - "line": 3181, + "line": 3223, "column": 5 } } @@ -1009494,15 +1009981,15 @@ { "type": "CommentBlock", "value": "*\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n ", - "start": 141200, - "end": 141550, + "start": 143590, + "end": 143940, "loc": { "start": { - "line": 3183, + "line": 3225, "column": 4 }, "end": { - "line": 3189, + "line": 3231, "column": 7 } } @@ -1009520,15 +1010007,15 @@ "binop": null }, "value": "supplement", - "start": 141555, - "end": 141565, + "start": 143945, + "end": 143955, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 4 }, "end": { - "line": 3190, + "line": 3232, "column": 14 } } @@ -1009545,15 +1010032,15 @@ "postfix": false, "binop": null }, - "start": 141565, - "end": 141566, + "start": 143955, + "end": 143956, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 14 }, "end": { - "line": 3190, + "line": 3232, "column": 15 } } @@ -1009571,15 +1010058,15 @@ "binop": null }, "value": "default_value", - "start": 141567, - "end": 141580, + "start": 143957, + "end": 143970, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 16 }, "end": { - "line": 3190, + "line": 3232, "column": 29 } } @@ -1009597,15 +1010084,15 @@ "binop": null, "updateContext": null }, - "start": 141580, - "end": 141581, + "start": 143970, + "end": 143971, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 29 }, "end": { - "line": 3190, + "line": 3232, "column": 30 } } @@ -1009623,15 +1010110,15 @@ "binop": null }, "value": "opt_arg", - "start": 141582, - "end": 141589, + "start": 143972, + "end": 143979, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 31 }, "end": { - "line": 3190, + "line": 3232, "column": 38 } } @@ -1009649,15 +1010136,15 @@ "binop": null, "updateContext": null }, - "start": 141589, - "end": 141590, + "start": 143979, + "end": 143980, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 38 }, "end": { - "line": 3190, + "line": 3232, "column": 39 } } @@ -1009675,15 +1010162,15 @@ "binop": null }, "value": "opt_callback", - "start": 141591, - "end": 141603, + "start": 143981, + "end": 143993, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 40 }, "end": { - "line": 3190, + "line": 3232, "column": 52 } } @@ -1009700,15 +1010187,15 @@ "postfix": false, "binop": null }, - "start": 141604, - "end": 141605, + "start": 143994, + "end": 143995, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 53 }, "end": { - "line": 3190, + "line": 3232, "column": 54 } } @@ -1009725,15 +1010212,15 @@ "postfix": false, "binop": null }, - "start": 141606, - "end": 141607, + "start": 143996, + "end": 143997, "loc": { "start": { - "line": 3190, + "line": 3232, "column": 55 }, "end": { - "line": 3190, + "line": 3232, "column": 56 } } @@ -1009753,15 +1010240,15 @@ "updateContext": null }, "value": "if", - "start": 141616, - "end": 141618, + "start": 144006, + "end": 144008, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 8 }, "end": { - "line": 3191, + "line": 3233, "column": 10 } } @@ -1009778,15 +1010265,15 @@ "postfix": false, "binop": null }, - "start": 141619, - "end": 141620, + "start": 144009, + "end": 144010, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 11 }, "end": { - "line": 3191, + "line": 3233, "column": 12 } } @@ -1009804,15 +1010291,15 @@ "binop": null }, "value": "opt_arg", - "start": 141621, - "end": 141628, + "start": 144011, + "end": 144018, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 13 }, "end": { - "line": 3191, + "line": 3233, "column": 20 } } @@ -1009831,15 +1010318,15 @@ "updateContext": null }, "value": "===", - "start": 141629, - "end": 141632, + "start": 144019, + "end": 144022, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 21 }, "end": { - "line": 3191, + "line": 3233, "column": 24 } } @@ -1009857,15 +1010344,15 @@ "binop": null }, "value": "undefined", - "start": 141633, - "end": 141642, + "start": 144023, + "end": 144032, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 25 }, "end": { - "line": 3191, + "line": 3233, "column": 34 } } @@ -1009882,15 +1010369,15 @@ "postfix": false, "binop": null }, - "start": 141643, - "end": 141644, + "start": 144033, + "end": 144034, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 35 }, "end": { - "line": 3191, + "line": 3233, "column": 36 } } @@ -1009907,15 +1010394,15 @@ "postfix": false, "binop": null }, - "start": 141645, - "end": 141646, + "start": 144035, + "end": 144036, "loc": { "start": { - "line": 3191, + "line": 3233, "column": 37 }, "end": { - "line": 3191, + "line": 3233, "column": 38 } } @@ -1009935,15 +1010422,15 @@ "updateContext": null }, "value": "return", - "start": 141659, - "end": 141665, + "start": 144049, + "end": 144055, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 12 }, "end": { - "line": 3192, + "line": 3234, "column": 18 } } @@ -1009961,15 +1010448,15 @@ "binop": null }, "value": "default_value", - "start": 141666, - "end": 141679, + "start": 144056, + "end": 144069, "loc": { "start": { - "line": 3192, + "line": 3234, "column": 19 }, "end": { - "line": 3192, + "line": 3234, "column": 32 } } @@ -1009986,15 +1010473,15 @@ "postfix": false, "binop": null }, - "start": 141688, - "end": 141689, + "start": 144078, + "end": 144079, "loc": { "start": { - "line": 3193, + "line": 3235, "column": 8 }, "end": { - "line": 3193, + "line": 3235, "column": 9 } } @@ -1010014,15 +1010501,15 @@ "updateContext": null }, "value": "if", - "start": 141698, - "end": 141700, + "start": 144088, + "end": 144090, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 8 }, "end": { - "line": 3194, + "line": 3236, "column": 10 } } @@ -1010039,15 +1010526,15 @@ "postfix": false, "binop": null }, - "start": 141701, - "end": 141702, + "start": 144091, + "end": 144092, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 11 }, "end": { - "line": 3194, + "line": 3236, "column": 12 } } @@ -1010065,15 +1010552,15 @@ "binop": null }, "value": "opt_callback", - "start": 141703, - "end": 141715, + "start": 144093, + "end": 144105, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 13 }, "end": { - "line": 3194, + "line": 3236, "column": 25 } } @@ -1010092,15 +1010579,15 @@ "updateContext": null }, "value": "===", - "start": 141716, - "end": 141719, + "start": 144106, + "end": 144109, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 26 }, "end": { - "line": 3194, + "line": 3236, "column": 29 } } @@ -1010118,15 +1010605,15 @@ "binop": null }, "value": "undefined", - "start": 141720, - "end": 141729, + "start": 144110, + "end": 144119, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 30 }, "end": { - "line": 3194, + "line": 3236, "column": 39 } } @@ -1010143,15 +1010630,15 @@ "postfix": false, "binop": null }, - "start": 141730, - "end": 141731, + "start": 144120, + "end": 144121, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 40 }, "end": { - "line": 3194, + "line": 3236, "column": 41 } } @@ -1010168,15 +1010655,15 @@ "postfix": false, "binop": null }, - "start": 141732, - "end": 141733, + "start": 144122, + "end": 144123, "loc": { "start": { - "line": 3194, + "line": 3236, "column": 42 }, "end": { - "line": 3194, + "line": 3236, "column": 43 } } @@ -1010196,15 +1010683,15 @@ "updateContext": null }, "value": "return", - "start": 141746, - "end": 141752, + "start": 144136, + "end": 144142, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 12 }, "end": { - "line": 3195, + "line": 3237, "column": 18 } } @@ -1010222,15 +1010709,15 @@ "binop": null }, "value": "opt_arg", - "start": 141753, - "end": 141760, + "start": 144143, + "end": 144150, "loc": { "start": { - "line": 3195, + "line": 3237, "column": 19 }, "end": { - "line": 3195, + "line": 3237, "column": 26 } } @@ -1010247,15 +1010734,15 @@ "postfix": false, "binop": null }, - "start": 141769, - "end": 141770, + "start": 144159, + "end": 144160, "loc": { "start": { - "line": 3196, + "line": 3238, "column": 8 }, "end": { - "line": 3196, + "line": 3238, "column": 9 } } @@ -1010275,15 +1010762,15 @@ "updateContext": null }, "value": "return", - "start": 141779, - "end": 141785, + "start": 144169, + "end": 144175, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 8 }, "end": { - "line": 3197, + "line": 3239, "column": 14 } } @@ -1010301,15 +1010788,15 @@ "binop": null }, "value": "opt_callback", - "start": 141786, - "end": 141798, + "start": 144176, + "end": 144188, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 15 }, "end": { - "line": 3197, + "line": 3239, "column": 27 } } @@ -1010326,15 +1010813,15 @@ "postfix": false, "binop": null }, - "start": 141798, - "end": 141799, + "start": 144188, + "end": 144189, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 27 }, "end": { - "line": 3197, + "line": 3239, "column": 28 } } @@ -1010352,15 +1010839,15 @@ "binop": null }, "value": "default_value", - "start": 141800, - "end": 141813, + "start": 144190, + "end": 144203, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 29 }, "end": { - "line": 3197, + "line": 3239, "column": 42 } } @@ -1010378,15 +1010865,15 @@ "binop": null, "updateContext": null }, - "start": 141813, - "end": 141814, + "start": 144203, + "end": 144204, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 42 }, "end": { - "line": 3197, + "line": 3239, "column": 43 } } @@ -1010404,15 +1010891,15 @@ "binop": null }, "value": "opt_arg", - "start": 141815, - "end": 141822, + "start": 144205, + "end": 144212, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 44 }, "end": { - "line": 3197, + "line": 3239, "column": 51 } } @@ -1010429,15 +1010916,15 @@ "postfix": false, "binop": null }, - "start": 141823, - "end": 141824, + "start": 144213, + "end": 144214, "loc": { "start": { - "line": 3197, + "line": 3239, "column": 52 }, "end": { - "line": 3197, + "line": 3239, "column": 53 } } @@ -1010454,15 +1010941,15 @@ "postfix": false, "binop": null }, - "start": 141829, - "end": 141830, + "start": 144219, + "end": 144220, "loc": { "start": { - "line": 3198, + "line": 3240, "column": 4 }, "end": { - "line": 3198, + "line": 3240, "column": 5 } } @@ -1010470,15 +1010957,15 @@ { "type": "CommentBlock", "value": "*\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n ", - "start": 141840, - "end": 141954, + "start": 144230, + "end": 144344, "loc": { "start": { - "line": 3200, + "line": 3242, "column": 4 }, "end": { - "line": 3204, + "line": 3246, "column": 7 } } @@ -1010496,15 +1010983,15 @@ "binop": null }, "value": "generateUniqueID", - "start": 141959, - "end": 141975, + "start": 144349, + "end": 144365, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 4 }, "end": { - "line": 3205, + "line": 3247, "column": 20 } } @@ -1010521,15 +1011008,15 @@ "postfix": false, "binop": null }, - "start": 141975, - "end": 141976, + "start": 144365, + "end": 144366, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 20 }, "end": { - "line": 3205, + "line": 3247, "column": 21 } } @@ -1010547,15 +1011034,15 @@ "binop": null }, "value": "digit", - "start": 141977, - "end": 141982, + "start": 144367, + "end": 144372, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 22 }, "end": { - "line": 3205, + "line": 3247, "column": 27 } } @@ -1010574,15 +1011061,15 @@ "updateContext": null }, "value": "=", - "start": 141983, - "end": 141984, + "start": 144373, + "end": 144374, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 28 }, "end": { - "line": 3205, + "line": 3247, "column": 29 } } @@ -1010601,15 +1011088,15 @@ "updateContext": null }, "value": 1000, - "start": 141985, - "end": 141989, + "start": 144375, + "end": 144379, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 30 }, "end": { - "line": 3205, + "line": 3247, "column": 34 } } @@ -1010626,15 +1011113,15 @@ "postfix": false, "binop": null }, - "start": 141990, - "end": 141991, + "start": 144380, + "end": 144381, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 35 }, "end": { - "line": 3205, + "line": 3247, "column": 36 } } @@ -1010651,15 +1011138,15 @@ "postfix": false, "binop": null }, - "start": 141992, - "end": 141993, + "start": 144382, + "end": 144383, "loc": { "start": { - "line": 3205, + "line": 3247, "column": 37 }, "end": { - "line": 3205, + "line": 3247, "column": 38 } } @@ -1010679,15 +1011166,15 @@ "updateContext": null }, "value": "return", - "start": 142002, - "end": 142008, + "start": 144392, + "end": 144398, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 8 }, "end": { - "line": 3206, + "line": 3248, "column": 14 } } @@ -1010707,15 +1011194,15 @@ "updateContext": null }, "value": "new", - "start": 142009, - "end": 142012, + "start": 144399, + "end": 144402, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 15 }, "end": { - "line": 3206, + "line": 3248, "column": 18 } } @@ -1010733,15 +1011220,15 @@ "binop": null }, "value": "Date", - "start": 142013, - "end": 142017, + "start": 144403, + "end": 144407, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 19 }, "end": { - "line": 3206, + "line": 3248, "column": 23 } } @@ -1010758,15 +1011245,15 @@ "postfix": false, "binop": null }, - "start": 142017, - "end": 142018, + "start": 144407, + "end": 144408, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 23 }, "end": { - "line": 3206, + "line": 3248, "column": 24 } } @@ -1010783,15 +1011270,15 @@ "postfix": false, "binop": null }, - "start": 142018, - "end": 142019, + "start": 144408, + "end": 144409, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 24 }, "end": { - "line": 3206, + "line": 3248, "column": 25 } } @@ -1010809,15 +1011296,15 @@ "binop": null, "updateContext": null }, - "start": 142019, - "end": 142020, + "start": 144409, + "end": 144410, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 25 }, "end": { - "line": 3206, + "line": 3248, "column": 26 } } @@ -1010835,15 +1011322,15 @@ "binop": null }, "value": "getTime", - "start": 142020, - "end": 142027, + "start": 144410, + "end": 144417, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 26 }, "end": { - "line": 3206, + "line": 3248, "column": 33 } } @@ -1010860,15 +1011347,15 @@ "postfix": false, "binop": null }, - "start": 142027, - "end": 142028, + "start": 144417, + "end": 144418, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 33 }, "end": { - "line": 3206, + "line": 3248, "column": 34 } } @@ -1010885,15 +1011372,15 @@ "postfix": false, "binop": null }, - "start": 142028, - "end": 142029, + "start": 144418, + "end": 144419, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 34 }, "end": { - "line": 3206, + "line": 3248, "column": 35 } } @@ -1010911,15 +1011398,15 @@ "binop": null, "updateContext": null }, - "start": 142029, - "end": 142030, + "start": 144419, + "end": 144420, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 35 }, "end": { - "line": 3206, + "line": 3248, "column": 36 } } @@ -1010937,15 +1011424,15 @@ "binop": null }, "value": "toString", - "start": 142030, - "end": 142038, + "start": 144420, + "end": 144428, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 36 }, "end": { - "line": 3206, + "line": 3248, "column": 44 } } @@ -1010962,15 +1011449,15 @@ "postfix": false, "binop": null }, - "start": 142038, - "end": 142039, + "start": 144428, + "end": 144429, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 44 }, "end": { - "line": 3206, + "line": 3248, "column": 45 } } @@ -1010989,15 +1011476,15 @@ "updateContext": null }, "value": 16, - "start": 142039, - "end": 142041, + "start": 144429, + "end": 144431, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 45 }, "end": { - "line": 3206, + "line": 3248, "column": 47 } } @@ -1011014,15 +1011501,15 @@ "postfix": false, "binop": null }, - "start": 142041, - "end": 142042, + "start": 144431, + "end": 144432, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 47 }, "end": { - "line": 3206, + "line": 3248, "column": 48 } } @@ -1011041,15 +1011528,15 @@ "updateContext": null }, "value": "+", - "start": 142043, - "end": 142044, + "start": 144433, + "end": 144434, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 49 }, "end": { - "line": 3206, + "line": 3248, "column": 50 } } @@ -1011067,15 +1011554,15 @@ "binop": null }, "value": "Math", - "start": 142045, - "end": 142049, + "start": 144435, + "end": 144439, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 51 }, "end": { - "line": 3206, + "line": 3248, "column": 55 } } @@ -1011093,15 +1011580,15 @@ "binop": null, "updateContext": null }, - "start": 142049, - "end": 142050, + "start": 144439, + "end": 144440, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 55 }, "end": { - "line": 3206, + "line": 3248, "column": 56 } } @@ -1011119,15 +1011606,15 @@ "binop": null }, "value": "floor", - "start": 142050, - "end": 142055, + "start": 144440, + "end": 144445, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 56 }, "end": { - "line": 3206, + "line": 3248, "column": 61 } } @@ -1011144,15 +1011631,15 @@ "postfix": false, "binop": null }, - "start": 142055, - "end": 142056, + "start": 144445, + "end": 144446, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 61 }, "end": { - "line": 3206, + "line": 3248, "column": 62 } } @@ -1011170,15 +1011657,15 @@ "binop": null }, "value": "digit", - "start": 142057, - "end": 142062, + "start": 144447, + "end": 144452, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 63 }, "end": { - "line": 3206, + "line": 3248, "column": 68 } } @@ -1011197,15 +1011684,15 @@ "updateContext": null }, "value": "*", - "start": 142063, - "end": 142064, + "start": 144453, + "end": 144454, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 69 }, "end": { - "line": 3206, + "line": 3248, "column": 70 } } @@ -1011223,15 +1011710,15 @@ "binop": null }, "value": "Math", - "start": 142065, - "end": 142069, + "start": 144455, + "end": 144459, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 71 }, "end": { - "line": 3206, + "line": 3248, "column": 75 } } @@ -1011249,15 +1011736,15 @@ "binop": null, "updateContext": null }, - "start": 142069, - "end": 142070, + "start": 144459, + "end": 144460, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 75 }, "end": { - "line": 3206, + "line": 3248, "column": 76 } } @@ -1011275,15 +1011762,15 @@ "binop": null }, "value": "random", - "start": 142070, - "end": 142076, + "start": 144460, + "end": 144466, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 76 }, "end": { - "line": 3206, + "line": 3248, "column": 82 } } @@ -1011300,15 +1011787,15 @@ "postfix": false, "binop": null }, - "start": 142076, - "end": 142077, + "start": 144466, + "end": 144467, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 82 }, "end": { - "line": 3206, + "line": 3248, "column": 83 } } @@ -1011325,15 +1011812,15 @@ "postfix": false, "binop": null }, - "start": 142077, - "end": 142078, + "start": 144467, + "end": 144468, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 83 }, "end": { - "line": 3206, + "line": 3248, "column": 84 } } @@ -1011350,15 +1011837,15 @@ "postfix": false, "binop": null }, - "start": 142079, - "end": 142080, + "start": 144469, + "end": 144470, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 85 }, "end": { - "line": 3206, + "line": 3248, "column": 86 } } @@ -1011376,15 +1011863,15 @@ "binop": null, "updateContext": null }, - "start": 142080, - "end": 142081, + "start": 144470, + "end": 144471, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 86 }, "end": { - "line": 3206, + "line": 3248, "column": 87 } } @@ -1011402,15 +1011889,15 @@ "binop": null }, "value": "toString", - "start": 142081, - "end": 142089, + "start": 144471, + "end": 144479, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 87 }, "end": { - "line": 3206, + "line": 3248, "column": 95 } } @@ -1011427,15 +1011914,15 @@ "postfix": false, "binop": null }, - "start": 142089, - "end": 142090, + "start": 144479, + "end": 144480, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 95 }, "end": { - "line": 3206, + "line": 3248, "column": 96 } } @@ -1011454,15 +1011941,15 @@ "updateContext": null }, "value": 16, - "start": 142090, - "end": 142092, + "start": 144480, + "end": 144482, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 96 }, "end": { - "line": 3206, + "line": 3248, "column": 98 } } @@ -1011479,15 +1011966,15 @@ "postfix": false, "binop": null }, - "start": 142092, - "end": 142093, + "start": 144482, + "end": 144483, "loc": { "start": { - "line": 3206, + "line": 3248, "column": 98 }, "end": { - "line": 3206, + "line": 3248, "column": 99 } } @@ -1011504,15 +1011991,15 @@ "postfix": false, "binop": null }, - "start": 142098, - "end": 142099, + "start": 144488, + "end": 144489, "loc": { "start": { - "line": 3207, + "line": 3249, "column": 4 }, "end": { - "line": 3207, + "line": 3249, "column": 5 } } @@ -1011520,15 +1012007,15 @@ { "type": "CommentBlock", "value": "*\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n ", - "start": 142109, - "end": 142313, + "start": 144499, + "end": 144703, "loc": { "start": { - "line": 3209, + "line": 3251, "column": 4 }, "end": { - "line": 3215, + "line": 3257, "column": 7 } } @@ -1011546,15 +1012033,15 @@ "binop": null }, "value": "numRound", - "start": 142318, - "end": 142326, + "start": 144708, + "end": 144716, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 4 }, "end": { - "line": 3216, + "line": 3258, "column": 12 } } @@ -1011571,15 +1012058,15 @@ "postfix": false, "binop": null }, - "start": 142326, - "end": 142327, + "start": 144716, + "end": 144717, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 12 }, "end": { - "line": 3216, + "line": 3258, "column": 13 } } @@ -1011597,15 +1012084,15 @@ "binop": null }, "value": "number", - "start": 142328, - "end": 142334, + "start": 144718, + "end": 144724, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 14 }, "end": { - "line": 3216, + "line": 3258, "column": 20 } } @@ -1011623,15 +1012110,15 @@ "binop": null, "updateContext": null }, - "start": 142334, - "end": 142335, + "start": 144724, + "end": 144725, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 20 }, "end": { - "line": 3216, + "line": 3258, "column": 21 } } @@ -1011649,15 +1012136,15 @@ "binop": null }, "value": "digit", - "start": 142336, - "end": 142341, + "start": 144726, + "end": 144731, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 22 }, "end": { - "line": 3216, + "line": 3258, "column": 27 } } @@ -1011675,15 +1012162,15 @@ "binop": null, "updateContext": null }, - "start": 142341, - "end": 142342, + "start": 144731, + "end": 144732, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 27 }, "end": { - "line": 3216, + "line": 3258, "column": 28 } } @@ -1011701,15 +1012188,15 @@ "binop": null }, "value": "round_type", - "start": 142343, - "end": 142353, + "start": 144733, + "end": 144743, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 29 }, "end": { - "line": 3216, + "line": 3258, "column": 39 } } @@ -1011728,15 +1012215,15 @@ "updateContext": null }, "value": "=", - "start": 142354, - "end": 142355, + "start": 144744, + "end": 144745, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 40 }, "end": { - "line": 3216, + "line": 3258, "column": 41 } } @@ -1011755,15 +1012242,15 @@ "updateContext": null }, "value": "round", - "start": 142356, - "end": 142363, + "start": 144746, + "end": 144753, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 42 }, "end": { - "line": 3216, + "line": 3258, "column": 49 } } @@ -1011780,15 +1012267,15 @@ "postfix": false, "binop": null }, - "start": 142364, - "end": 142365, + "start": 144754, + "end": 144755, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 50 }, "end": { - "line": 3216, + "line": 3258, "column": 51 } } @@ -1011805,15 +1012292,15 @@ "postfix": false, "binop": null }, - "start": 142366, - "end": 142367, + "start": 144756, + "end": 144757, "loc": { "start": { - "line": 3216, + "line": 3258, "column": 52 }, "end": { - "line": 3216, + "line": 3258, "column": 53 } } @@ -1011831,15 +1012318,15 @@ "binop": null }, "value": "digit", - "start": 142376, - "end": 142381, + "start": 144766, + "end": 144771, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 8 }, "end": { - "line": 3217, + "line": 3259, "column": 13 } } @@ -1011858,15 +1012345,15 @@ "updateContext": null }, "value": "=", - "start": 142383, - "end": 142384, + "start": 144773, + "end": 144774, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 15 }, "end": { - "line": 3217, + "line": 3259, "column": 16 } } @@ -1011886,15 +1012373,15 @@ "updateContext": null }, "value": "this", - "start": 142385, - "end": 142389, + "start": 144775, + "end": 144779, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 17 }, "end": { - "line": 3217, + "line": 3259, "column": 21 } } @@ -1011912,15 +1012399,15 @@ "binop": null, "updateContext": null }, - "start": 142389, - "end": 142390, + "start": 144779, + "end": 144780, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 21 }, "end": { - "line": 3217, + "line": 3259, "column": 22 } } @@ -1011938,15 +1012425,15 @@ "binop": null }, "value": "supplement", - "start": 142390, - "end": 142400, + "start": 144780, + "end": 144790, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 22 }, "end": { - "line": 3217, + "line": 3259, "column": 32 } } @@ -1011963,15 +1012450,15 @@ "postfix": false, "binop": null }, - "start": 142400, - "end": 142401, + "start": 144790, + "end": 144791, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 32 }, "end": { - "line": 3217, + "line": 3259, "column": 33 } } @@ -1011990,15 +1012477,15 @@ "updateContext": null }, "value": 0, - "start": 142402, - "end": 142403, + "start": 144792, + "end": 144793, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 34 }, "end": { - "line": 3217, + "line": 3259, "column": 35 } } @@ -1012016,15 +1012503,15 @@ "binop": null, "updateContext": null }, - "start": 142403, - "end": 142404, + "start": 144793, + "end": 144794, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 35 }, "end": { - "line": 3217, + "line": 3259, "column": 36 } } @@ -1012042,15 +1012529,15 @@ "binop": null }, "value": "digit", - "start": 142405, - "end": 142410, + "start": 144795, + "end": 144800, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 37 }, "end": { - "line": 3217, + "line": 3259, "column": 42 } } @@ -1012068,15 +1012555,15 @@ "binop": null, "updateContext": null }, - "start": 142410, - "end": 142411, + "start": 144800, + "end": 144801, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 42 }, "end": { - "line": 3217, + "line": 3259, "column": 43 } } @@ -1012096,15 +1012583,15 @@ "updateContext": null }, "value": "this", - "start": 142412, - "end": 142416, + "start": 144802, + "end": 144806, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 44 }, "end": { - "line": 3217, + "line": 3259, "column": 48 } } @@ -1012122,15 +1012609,15 @@ "binop": null, "updateContext": null }, - "start": 142416, - "end": 142417, + "start": 144806, + "end": 144807, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 48 }, "end": { - "line": 3217, + "line": 3259, "column": 49 } } @@ -1012148,15 +1012635,15 @@ "binop": null }, "value": "validateNumeric", - "start": 142417, - "end": 142432, + "start": 144807, + "end": 144822, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 49 }, "end": { - "line": 3217, + "line": 3259, "column": 64 } } @@ -1012173,15 +1012660,15 @@ "postfix": false, "binop": null }, - "start": 142433, - "end": 142434, + "start": 144823, + "end": 144824, "loc": { "start": { - "line": 3217, + "line": 3259, "column": 65 }, "end": { - "line": 3217, + "line": 3259, "column": 66 } } @@ -1012201,15 +1012688,15 @@ "updateContext": null }, "value": "let", - "start": 142443, - "end": 142446, + "start": 144833, + "end": 144836, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 8 }, "end": { - "line": 3218, + "line": 3260, "column": 11 } } @@ -1012227,15 +1012714,15 @@ "binop": null }, "value": "_pow", - "start": 142447, - "end": 142451, + "start": 144837, + "end": 144841, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 12 }, "end": { - "line": 3218, + "line": 3260, "column": 16 } } @@ -1012254,15 +1012741,15 @@ "updateContext": null }, "value": "=", - "start": 142452, - "end": 142453, + "start": 144842, + "end": 144843, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 17 }, "end": { - "line": 3218, + "line": 3260, "column": 18 } } @@ -1012280,15 +1012767,15 @@ "binop": null }, "value": "Math", - "start": 142454, - "end": 142458, + "start": 144844, + "end": 144848, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 19 }, "end": { - "line": 3218, + "line": 3260, "column": 23 } } @@ -1012306,15 +1012793,15 @@ "binop": null, "updateContext": null }, - "start": 142458, - "end": 142459, + "start": 144848, + "end": 144849, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 23 }, "end": { - "line": 3218, + "line": 3260, "column": 24 } } @@ -1012332,15 +1012819,15 @@ "binop": null }, "value": "pow", - "start": 142459, - "end": 142462, + "start": 144849, + "end": 144852, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 24 }, "end": { - "line": 3218, + "line": 3260, "column": 27 } } @@ -1012357,15 +1012844,15 @@ "postfix": false, "binop": null }, - "start": 142462, - "end": 142463, + "start": 144852, + "end": 144853, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 27 }, "end": { - "line": 3218, + "line": 3260, "column": 28 } } @@ -1012384,15 +1012871,15 @@ "updateContext": null }, "value": 10, - "start": 142464, - "end": 142466, + "start": 144854, + "end": 144856, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 29 }, "end": { - "line": 3218, + "line": 3260, "column": 31 } } @@ -1012410,15 +1012897,15 @@ "binop": null, "updateContext": null }, - "start": 142466, - "end": 142467, + "start": 144856, + "end": 144857, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 31 }, "end": { - "line": 3218, + "line": 3260, "column": 32 } } @@ -1012436,15 +1012923,15 @@ "binop": null }, "value": "digit", - "start": 142468, - "end": 142473, + "start": 144858, + "end": 144863, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 33 }, "end": { - "line": 3218, + "line": 3260, "column": 38 } } @@ -1012461,15 +1012948,15 @@ "postfix": false, "binop": null }, - "start": 142474, - "end": 142475, + "start": 144864, + "end": 144865, "loc": { "start": { - "line": 3218, + "line": 3260, "column": 39 }, "end": { - "line": 3218, + "line": 3260, "column": 40 } } @@ -1012489,15 +1012976,15 @@ "updateContext": null }, "value": "switch", - "start": 142492, - "end": 142498, + "start": 144882, + "end": 144888, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 7 }, "end": { - "line": 3220, + "line": 3262, "column": 13 } } @@ -1012514,15 +1013001,15 @@ "postfix": false, "binop": null }, - "start": 142499, - "end": 142500, + "start": 144889, + "end": 144890, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 14 }, "end": { - "line": 3220, + "line": 3262, "column": 15 } } @@ -1012542,15 +1013029,15 @@ "updateContext": null }, "value": "true", - "start": 142501, - "end": 142505, + "start": 144891, + "end": 144895, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 16 }, "end": { - "line": 3220, + "line": 3262, "column": 20 } } @@ -1012567,15 +1013054,15 @@ "postfix": false, "binop": null }, - "start": 142506, - "end": 142507, + "start": 144896, + "end": 144897, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 21 }, "end": { - "line": 3220, + "line": 3262, "column": 22 } } @@ -1012592,15 +1013079,15 @@ "postfix": false, "binop": null }, - "start": 142508, - "end": 142509, + "start": 144898, + "end": 144899, "loc": { "start": { - "line": 3220, + "line": 3262, "column": 23 }, "end": { - "line": 3220, + "line": 3262, "column": 24 } } @@ -1012620,15 +1013107,15 @@ "updateContext": null }, "value": "case", - "start": 142522, - "end": 142526, + "start": 144912, + "end": 144916, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 12 }, "end": { - "line": 3221, + "line": 3263, "column": 16 } } @@ -1012650,15 +1013137,15 @@ "pattern": "^ceil$", "flags": "i" }, - "start": 142527, - "end": 142536, + "start": 144917, + "end": 144926, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 17 }, "end": { - "line": 3221, + "line": 3263, "column": 26 } } @@ -1012676,15 +1013163,15 @@ "binop": null, "updateContext": null }, - "start": 142536, - "end": 142537, + "start": 144926, + "end": 144927, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 26 }, "end": { - "line": 3221, + "line": 3263, "column": 27 } } @@ -1012702,15 +1013189,15 @@ "binop": null }, "value": "test", - "start": 142537, - "end": 142541, + "start": 144927, + "end": 144931, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 27 }, "end": { - "line": 3221, + "line": 3263, "column": 31 } } @@ -1012727,15 +1013214,15 @@ "postfix": false, "binop": null }, - "start": 142541, - "end": 142542, + "start": 144931, + "end": 144932, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 31 }, "end": { - "line": 3221, + "line": 3263, "column": 32 } } @@ -1012753,15 +1013240,15 @@ "binop": null }, "value": "round_type", - "start": 142543, - "end": 142553, + "start": 144933, + "end": 144943, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 33 }, "end": { - "line": 3221, + "line": 3263, "column": 43 } } @@ -1012778,15 +1013265,15 @@ "postfix": false, "binop": null }, - "start": 142554, - "end": 142555, + "start": 144944, + "end": 144945, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 44 }, "end": { - "line": 3221, + "line": 3263, "column": 45 } } @@ -1012804,15 +1013291,15 @@ "binop": null, "updateContext": null }, - "start": 142555, - "end": 142556, + "start": 144945, + "end": 144946, "loc": { "start": { - "line": 3221, + "line": 3263, "column": 45 }, "end": { - "line": 3221, + "line": 3263, "column": 46 } } @@ -1012832,15 +1013319,15 @@ "updateContext": null }, "value": "return", - "start": 142573, - "end": 142579, + "start": 144963, + "end": 144969, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 16 }, "end": { - "line": 3222, + "line": 3264, "column": 22 } } @@ -1012858,15 +1013345,15 @@ "binop": null }, "value": "Math", - "start": 142580, - "end": 142584, + "start": 144970, + "end": 144974, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 23 }, "end": { - "line": 3222, + "line": 3264, "column": 27 } } @@ -1012884,15 +1013371,15 @@ "binop": null, "updateContext": null }, - "start": 142584, - "end": 142585, + "start": 144974, + "end": 144975, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 27 }, "end": { - "line": 3222, + "line": 3264, "column": 28 } } @@ -1012910,15 +1013397,15 @@ "binop": null }, "value": "ceil", - "start": 142585, - "end": 142589, + "start": 144975, + "end": 144979, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 28 }, "end": { - "line": 3222, + "line": 3264, "column": 32 } } @@ -1012935,15 +1013422,15 @@ "postfix": false, "binop": null }, - "start": 142589, - "end": 142590, + "start": 144979, + "end": 144980, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 32 }, "end": { - "line": 3222, + "line": 3264, "column": 33 } } @@ -1012961,15 +1013448,15 @@ "binop": null }, "value": "number", - "start": 142591, - "end": 142597, + "start": 144981, + "end": 144987, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 34 }, "end": { - "line": 3222, + "line": 3264, "column": 40 } } @@ -1012988,15 +1013475,15 @@ "updateContext": null }, "value": "*", - "start": 142598, - "end": 142599, + "start": 144988, + "end": 144989, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 41 }, "end": { - "line": 3222, + "line": 3264, "column": 42 } } @@ -1013014,15 +1013501,15 @@ "binop": null }, "value": "_pow", - "start": 142600, - "end": 142604, + "start": 144990, + "end": 144994, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 43 }, "end": { - "line": 3222, + "line": 3264, "column": 47 } } @@ -1013039,15 +1013526,15 @@ "postfix": false, "binop": null }, - "start": 142605, - "end": 142606, + "start": 144995, + "end": 144996, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 48 }, "end": { - "line": 3222, + "line": 3264, "column": 49 } } @@ -1013066,15 +1013553,15 @@ "updateContext": null }, "value": "/", - "start": 142607, - "end": 142608, + "start": 144997, + "end": 144998, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 50 }, "end": { - "line": 3222, + "line": 3264, "column": 51 } } @@ -1013092,15 +1013579,15 @@ "binop": null }, "value": "_pow", - "start": 142609, - "end": 142613, + "start": 144999, + "end": 145003, "loc": { "start": { - "line": 3222, + "line": 3264, "column": 52 }, "end": { - "line": 3222, + "line": 3264, "column": 56 } } @@ -1013120,15 +1013607,15 @@ "updateContext": null }, "value": "case", - "start": 142626, - "end": 142630, + "start": 145016, + "end": 145020, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 12 }, "end": { - "line": 3223, + "line": 3265, "column": 16 } } @@ -1013150,15 +1013637,15 @@ "pattern": "^floor$", "flags": "i" }, - "start": 142631, - "end": 142641, + "start": 145021, + "end": 145031, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 17 }, "end": { - "line": 3223, + "line": 3265, "column": 27 } } @@ -1013176,15 +1013663,15 @@ "binop": null, "updateContext": null }, - "start": 142641, - "end": 142642, + "start": 145031, + "end": 145032, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 27 }, "end": { - "line": 3223, + "line": 3265, "column": 28 } } @@ -1013202,15 +1013689,15 @@ "binop": null }, "value": "test", - "start": 142642, - "end": 142646, + "start": 145032, + "end": 145036, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 28 }, "end": { - "line": 3223, + "line": 3265, "column": 32 } } @@ -1013227,15 +1013714,15 @@ "postfix": false, "binop": null }, - "start": 142646, - "end": 142647, + "start": 145036, + "end": 145037, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 32 }, "end": { - "line": 3223, + "line": 3265, "column": 33 } } @@ -1013253,15 +1013740,15 @@ "binop": null }, "value": "round_type", - "start": 142648, - "end": 142658, + "start": 145038, + "end": 145048, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 34 }, "end": { - "line": 3223, + "line": 3265, "column": 44 } } @@ -1013278,15 +1013765,15 @@ "postfix": false, "binop": null }, - "start": 142659, - "end": 142660, + "start": 145049, + "end": 145050, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 45 }, "end": { - "line": 3223, + "line": 3265, "column": 46 } } @@ -1013304,15 +1013791,15 @@ "binop": null, "updateContext": null }, - "start": 142660, - "end": 142661, + "start": 145050, + "end": 145051, "loc": { "start": { - "line": 3223, + "line": 3265, "column": 46 }, "end": { - "line": 3223, + "line": 3265, "column": 47 } } @@ -1013332,15 +1013819,15 @@ "updateContext": null }, "value": "return", - "start": 142678, - "end": 142684, + "start": 145068, + "end": 145074, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 16 }, "end": { - "line": 3224, + "line": 3266, "column": 22 } } @@ -1013358,15 +1013845,15 @@ "binop": null }, "value": "Math", - "start": 142685, - "end": 142689, + "start": 145075, + "end": 145079, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 23 }, "end": { - "line": 3224, + "line": 3266, "column": 27 } } @@ -1013384,15 +1013871,15 @@ "binop": null, "updateContext": null }, - "start": 142689, - "end": 142690, + "start": 145079, + "end": 145080, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 27 }, "end": { - "line": 3224, + "line": 3266, "column": 28 } } @@ -1013410,15 +1013897,15 @@ "binop": null }, "value": "floor", - "start": 142690, - "end": 142695, + "start": 145080, + "end": 145085, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 28 }, "end": { - "line": 3224, + "line": 3266, "column": 33 } } @@ -1013435,15 +1013922,15 @@ "postfix": false, "binop": null }, - "start": 142695, - "end": 142696, + "start": 145085, + "end": 145086, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 33 }, "end": { - "line": 3224, + "line": 3266, "column": 34 } } @@ -1013461,15 +1013948,15 @@ "binop": null }, "value": "number", - "start": 142697, - "end": 142703, + "start": 145087, + "end": 145093, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 35 }, "end": { - "line": 3224, + "line": 3266, "column": 41 } } @@ -1013488,15 +1013975,15 @@ "updateContext": null }, "value": "*", - "start": 142704, - "end": 142705, + "start": 145094, + "end": 145095, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 42 }, "end": { - "line": 3224, + "line": 3266, "column": 43 } } @@ -1013514,15 +1014001,15 @@ "binop": null }, "value": "_pow", - "start": 142706, - "end": 142710, + "start": 145096, + "end": 145100, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 44 }, "end": { - "line": 3224, + "line": 3266, "column": 48 } } @@ -1013539,15 +1014026,15 @@ "postfix": false, "binop": null }, - "start": 142711, - "end": 142712, + "start": 145101, + "end": 145102, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 49 }, "end": { - "line": 3224, + "line": 3266, "column": 50 } } @@ -1013566,15 +1014053,15 @@ "updateContext": null }, "value": "/", - "start": 142713, - "end": 142714, + "start": 145103, + "end": 145104, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 51 }, "end": { - "line": 3224, + "line": 3266, "column": 52 } } @@ -1013592,15 +1014079,15 @@ "binop": null }, "value": "_pow", - "start": 142715, - "end": 142719, + "start": 145105, + "end": 145109, "loc": { "start": { - "line": 3224, + "line": 3266, "column": 53 }, "end": { - "line": 3224, + "line": 3266, "column": 57 } } @@ -1013620,15 +1014107,15 @@ "updateContext": null }, "value": "case", - "start": 142732, - "end": 142736, + "start": 145122, + "end": 145126, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 12 }, "end": { - "line": 3225, + "line": 3267, "column": 16 } } @@ -1013650,15 +1014137,15 @@ "pattern": "^round$", "flags": "i" }, - "start": 142737, - "end": 142747, + "start": 145127, + "end": 145137, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 17 }, "end": { - "line": 3225, + "line": 3267, "column": 27 } } @@ -1013676,15 +1014163,15 @@ "binop": null, "updateContext": null }, - "start": 142747, - "end": 142748, + "start": 145137, + "end": 145138, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 27 }, "end": { - "line": 3225, + "line": 3267, "column": 28 } } @@ -1013702,15 +1014189,15 @@ "binop": null }, "value": "test", - "start": 142748, - "end": 142752, + "start": 145138, + "end": 145142, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 28 }, "end": { - "line": 3225, + "line": 3267, "column": 32 } } @@ -1013727,15 +1014214,15 @@ "postfix": false, "binop": null }, - "start": 142752, - "end": 142753, + "start": 145142, + "end": 145143, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 32 }, "end": { - "line": 3225, + "line": 3267, "column": 33 } } @@ -1013753,15 +1014240,15 @@ "binop": null }, "value": "round_type", - "start": 142754, - "end": 142764, + "start": 145144, + "end": 145154, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 34 }, "end": { - "line": 3225, + "line": 3267, "column": 44 } } @@ -1013778,15 +1014265,15 @@ "postfix": false, "binop": null }, - "start": 142765, - "end": 142766, + "start": 145155, + "end": 145156, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 45 }, "end": { - "line": 3225, + "line": 3267, "column": 46 } } @@ -1013804,15 +1014291,15 @@ "binop": null, "updateContext": null }, - "start": 142766, - "end": 142767, + "start": 145156, + "end": 145157, "loc": { "start": { - "line": 3225, + "line": 3267, "column": 46 }, "end": { - "line": 3225, + "line": 3267, "column": 47 } } @@ -1013832,15 +1014319,15 @@ "updateContext": null }, "value": "default", - "start": 142780, - "end": 142787, + "start": 145170, + "end": 145177, "loc": { "start": { - "line": 3226, + "line": 3268, "column": 12 }, "end": { - "line": 3226, + "line": 3268, "column": 19 } } @@ -1013858,15 +1014345,15 @@ "binop": null, "updateContext": null }, - "start": 142787, - "end": 142788, + "start": 145177, + "end": 145178, "loc": { "start": { - "line": 3226, + "line": 3268, "column": 19 }, "end": { - "line": 3226, + "line": 3268, "column": 20 } } @@ -1013886,15 +1014373,15 @@ "updateContext": null }, "value": "return", - "start": 142805, - "end": 142811, + "start": 145195, + "end": 145201, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 16 }, "end": { - "line": 3227, + "line": 3269, "column": 22 } } @@ -1013912,15 +1014399,15 @@ "binop": null }, "value": "Math", - "start": 142812, - "end": 142816, + "start": 145202, + "end": 145206, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 23 }, "end": { - "line": 3227, + "line": 3269, "column": 27 } } @@ -1013938,15 +1014425,15 @@ "binop": null, "updateContext": null }, - "start": 142816, - "end": 142817, + "start": 145206, + "end": 145207, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 27 }, "end": { - "line": 3227, + "line": 3269, "column": 28 } } @@ -1013964,15 +1014451,15 @@ "binop": null }, "value": "round", - "start": 142817, - "end": 142822, + "start": 145207, + "end": 145212, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 28 }, "end": { - "line": 3227, + "line": 3269, "column": 33 } } @@ -1013989,15 +1014476,15 @@ "postfix": false, "binop": null }, - "start": 142822, - "end": 142823, + "start": 145212, + "end": 145213, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 33 }, "end": { - "line": 3227, + "line": 3269, "column": 34 } } @@ -1014015,15 +1014502,15 @@ "binop": null }, "value": "number", - "start": 142824, - "end": 142830, + "start": 145214, + "end": 145220, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 35 }, "end": { - "line": 3227, + "line": 3269, "column": 41 } } @@ -1014042,15 +1014529,15 @@ "updateContext": null }, "value": "*", - "start": 142831, - "end": 142832, + "start": 145221, + "end": 145222, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 42 }, "end": { - "line": 3227, + "line": 3269, "column": 43 } } @@ -1014068,15 +1014555,15 @@ "binop": null }, "value": "_pow", - "start": 142833, - "end": 142837, + "start": 145223, + "end": 145227, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 44 }, "end": { - "line": 3227, + "line": 3269, "column": 48 } } @@ -1014093,15 +1014580,15 @@ "postfix": false, "binop": null }, - "start": 142838, - "end": 142839, + "start": 145228, + "end": 145229, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 49 }, "end": { - "line": 3227, + "line": 3269, "column": 50 } } @@ -1014120,15 +1014607,15 @@ "updateContext": null }, "value": "/", - "start": 142840, - "end": 142841, + "start": 145230, + "end": 145231, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 51 }, "end": { - "line": 3227, + "line": 3269, "column": 52 } } @@ -1014146,15 +1014633,15 @@ "binop": null }, "value": "_pow", - "start": 142842, - "end": 142846, + "start": 145232, + "end": 145236, "loc": { "start": { - "line": 3227, + "line": 3269, "column": 53 }, "end": { - "line": 3227, + "line": 3269, "column": 57 } } @@ -1014171,15 +1014658,15 @@ "postfix": false, "binop": null }, - "start": 142855, - "end": 142856, + "start": 145245, + "end": 145246, "loc": { "start": { - "line": 3228, + "line": 3270, "column": 8 }, "end": { - "line": 3228, + "line": 3270, "column": 9 } } @@ -1014196,15 +1014683,15 @@ "postfix": false, "binop": null }, - "start": 142861, - "end": 142862, + "start": 145251, + "end": 145252, "loc": { "start": { - "line": 3229, + "line": 3271, "column": 4 }, "end": { - "line": 3229, + "line": 3271, "column": 5 } } @@ -1014212,15 +1014699,15 @@ { "type": "CommentBlock", "value": "*\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n ", - "start": 142872, - "end": 143015, + "start": 145262, + "end": 145405, "loc": { "start": { - "line": 3231, + "line": 3273, "column": 4 }, "end": { - "line": 3236, + "line": 3278, "column": 7 } } @@ -1014238,15 +1014725,15 @@ "binop": null }, "value": "hexToRgbA", - "start": 143020, - "end": 143029, + "start": 145410, + "end": 145419, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 4 }, "end": { - "line": 3237, + "line": 3279, "column": 13 } } @@ -1014263,15 +1014750,15 @@ "postfix": false, "binop": null }, - "start": 143029, - "end": 143030, + "start": 145419, + "end": 145420, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 13 }, "end": { - "line": 3237, + "line": 3279, "column": 14 } } @@ -1014289,15 +1014776,15 @@ "binop": null }, "value": "hex", - "start": 143031, - "end": 143034, + "start": 145421, + "end": 145424, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 15 }, "end": { - "line": 3237, + "line": 3279, "column": 18 } } @@ -1014315,15 +1014802,15 @@ "binop": null, "updateContext": null }, - "start": 143034, - "end": 143035, + "start": 145424, + "end": 145425, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 18 }, "end": { - "line": 3237, + "line": 3279, "column": 19 } } @@ -1014341,15 +1014828,15 @@ "binop": null }, "value": "alpha", - "start": 143036, - "end": 143041, + "start": 145426, + "end": 145431, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 20 }, "end": { - "line": 3237, + "line": 3279, "column": 25 } } @@ -1014368,15 +1014855,15 @@ "updateContext": null }, "value": "=", - "start": 143042, - "end": 143043, + "start": 145432, + "end": 145433, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 26 }, "end": { - "line": 3237, + "line": 3279, "column": 27 } } @@ -1014395,15 +1014882,15 @@ "updateContext": null }, "value": 1, - "start": 143044, - "end": 143045, + "start": 145434, + "end": 145435, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 28 }, "end": { - "line": 3237, + "line": 3279, "column": 29 } } @@ -1014420,15 +1014907,15 @@ "postfix": false, "binop": null }, - "start": 143046, - "end": 143047, + "start": 145436, + "end": 145437, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 30 }, "end": { - "line": 3237, + "line": 3279, "column": 31 } } @@ -1014445,15 +1014932,15 @@ "postfix": false, "binop": null }, - "start": 143048, - "end": 143049, + "start": 145438, + "end": 145439, "loc": { "start": { - "line": 3237, + "line": 3279, "column": 32 }, "end": { - "line": 3237, + "line": 3279, "column": 33 } } @@ -1014473,15 +1014960,15 @@ "updateContext": null }, "value": "let", - "start": 143058, - "end": 143061, + "start": 145448, + "end": 145451, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 8 }, "end": { - "line": 3238, + "line": 3280, "column": 11 } } @@ -1014499,15 +1014986,15 @@ "binop": null }, "value": "_c", - "start": 143062, - "end": 143064, + "start": 145452, + "end": 145454, "loc": { "start": { - "line": 3238, + "line": 3280, "column": 12 }, "end": { - "line": 3238, + "line": 3280, "column": 14 } } @@ -1014527,15 +1015014,15 @@ "updateContext": null }, "value": "if", - "start": 143082, - "end": 143084, + "start": 145472, + "end": 145474, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 8 }, "end": { - "line": 3240, + "line": 3282, "column": 10 } } @@ -1014552,15 +1015039,15 @@ "postfix": false, "binop": null }, - "start": 143085, - "end": 143086, + "start": 145475, + "end": 145476, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 11 }, "end": { - "line": 3240, + "line": 3282, "column": 12 } } @@ -1014582,15 +1015069,15 @@ "pattern": "^#([A-Fa-f0-9]{3}){1,2}$", "flags": "" }, - "start": 143087, - "end": 143113, + "start": 145477, + "end": 145503, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 13 }, "end": { - "line": 3240, + "line": 3282, "column": 39 } } @@ -1014608,15 +1015095,15 @@ "binop": null, "updateContext": null }, - "start": 143113, - "end": 143114, + "start": 145503, + "end": 145504, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 39 }, "end": { - "line": 3240, + "line": 3282, "column": 40 } } @@ -1014634,15 +1015121,15 @@ "binop": null }, "value": "test", - "start": 143114, - "end": 143118, + "start": 145504, + "end": 145508, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 40 }, "end": { - "line": 3240, + "line": 3282, "column": 44 } } @@ -1014659,15 +1015146,15 @@ "postfix": false, "binop": null }, - "start": 143118, - "end": 143119, + "start": 145508, + "end": 145509, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 44 }, "end": { - "line": 3240, + "line": 3282, "column": 45 } } @@ -1014685,15 +1015172,15 @@ "binop": null }, "value": "hex", - "start": 143120, - "end": 143123, + "start": 145510, + "end": 145513, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 46 }, "end": { - "line": 3240, + "line": 3282, "column": 49 } } @@ -1014710,15 +1015197,15 @@ "postfix": false, "binop": null }, - "start": 143124, - "end": 143125, + "start": 145514, + "end": 145515, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 50 }, "end": { - "line": 3240, + "line": 3282, "column": 51 } } @@ -1014735,15 +1015222,15 @@ "postfix": false, "binop": null }, - "start": 143126, - "end": 143127, + "start": 145516, + "end": 145517, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 52 }, "end": { - "line": 3240, + "line": 3282, "column": 53 } } @@ -1014760,15 +1015247,15 @@ "postfix": false, "binop": null }, - "start": 143128, - "end": 143129, + "start": 145518, + "end": 145519, "loc": { "start": { - "line": 3240, + "line": 3282, "column": 54 }, "end": { - "line": 3240, + "line": 3282, "column": 55 } } @@ -1014786,15 +1015273,15 @@ "binop": null }, "value": "_c", - "start": 143142, - "end": 143144, + "start": 145532, + "end": 145534, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 12 }, "end": { - "line": 3241, + "line": 3283, "column": 14 } } @@ -1014813,15 +1015300,15 @@ "updateContext": null }, "value": "=", - "start": 143145, - "end": 143146, + "start": 145535, + "end": 145536, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 15 }, "end": { - "line": 3241, + "line": 3283, "column": 16 } } @@ -1014839,15 +1015326,15 @@ "binop": null }, "value": "hex", - "start": 143147, - "end": 143150, + "start": 145537, + "end": 145540, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 17 }, "end": { - "line": 3241, + "line": 3283, "column": 20 } } @@ -1014865,15 +1015352,15 @@ "binop": null, "updateContext": null }, - "start": 143150, - "end": 143151, + "start": 145540, + "end": 145541, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 20 }, "end": { - "line": 3241, + "line": 3283, "column": 21 } } @@ -1014891,15 +1015378,15 @@ "binop": null }, "value": "substring", - "start": 143151, - "end": 143160, + "start": 145541, + "end": 145550, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 21 }, "end": { - "line": 3241, + "line": 3283, "column": 30 } } @@ -1014916,15 +1015403,15 @@ "postfix": false, "binop": null }, - "start": 143160, - "end": 143161, + "start": 145550, + "end": 145551, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 30 }, "end": { - "line": 3241, + "line": 3283, "column": 31 } } @@ -1014943,15 +1015430,15 @@ "updateContext": null }, "value": 1, - "start": 143161, - "end": 143162, + "start": 145551, + "end": 145552, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 31 }, "end": { - "line": 3241, + "line": 3283, "column": 32 } } @@ -1014968,15 +1015455,15 @@ "postfix": false, "binop": null }, - "start": 143162, - "end": 143163, + "start": 145552, + "end": 145553, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 32 }, "end": { - "line": 3241, + "line": 3283, "column": 33 } } @@ -1014994,15 +1015481,15 @@ "binop": null, "updateContext": null }, - "start": 143163, - "end": 143164, + "start": 145553, + "end": 145554, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 33 }, "end": { - "line": 3241, + "line": 3283, "column": 34 } } @@ -1015020,15 +1015507,15 @@ "binop": null }, "value": "split", - "start": 143164, - "end": 143169, + "start": 145554, + "end": 145559, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 34 }, "end": { - "line": 3241, + "line": 3283, "column": 39 } } @@ -1015045,15 +1015532,15 @@ "postfix": false, "binop": null }, - "start": 143169, - "end": 143170, + "start": 145559, + "end": 145560, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 39 }, "end": { - "line": 3241, + "line": 3283, "column": 40 } } @@ -1015072,15 +1015559,15 @@ "updateContext": null }, "value": "", - "start": 143170, - "end": 143172, + "start": 145560, + "end": 145562, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 40 }, "end": { - "line": 3241, + "line": 3283, "column": 42 } } @@ -1015097,15 +1015584,15 @@ "postfix": false, "binop": null }, - "start": 143172, - "end": 143173, + "start": 145562, + "end": 145563, "loc": { "start": { - "line": 3241, + "line": 3283, "column": 42 }, "end": { - "line": 3241, + "line": 3283, "column": 43 } } @@ -1015125,15 +1015612,15 @@ "updateContext": null }, "value": "if", - "start": 143186, - "end": 143188, + "start": 145576, + "end": 145578, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 12 }, "end": { - "line": 3242, + "line": 3284, "column": 14 } } @@ -1015150,15 +1015637,15 @@ "postfix": false, "binop": null }, - "start": 143189, - "end": 143190, + "start": 145579, + "end": 145580, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 15 }, "end": { - "line": 3242, + "line": 3284, "column": 16 } } @@ -1015176,15 +1015663,15 @@ "binop": null }, "value": "_c", - "start": 143191, - "end": 143193, + "start": 145581, + "end": 145583, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 17 }, "end": { - "line": 3242, + "line": 3284, "column": 19 } } @@ -1015202,15 +1015689,15 @@ "binop": null, "updateContext": null }, - "start": 143193, - "end": 143194, + "start": 145583, + "end": 145584, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 19 }, "end": { - "line": 3242, + "line": 3284, "column": 20 } } @@ -1015228,15 +1015715,15 @@ "binop": null }, "value": "length", - "start": 143194, - "end": 143200, + "start": 145584, + "end": 145590, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 20 }, "end": { - "line": 3242, + "line": 3284, "column": 26 } } @@ -1015255,15 +1015742,15 @@ "updateContext": null }, "value": "==", - "start": 143201, - "end": 143203, + "start": 145591, + "end": 145593, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 27 }, "end": { - "line": 3242, + "line": 3284, "column": 29 } } @@ -1015282,15 +1015769,15 @@ "updateContext": null }, "value": 3, - "start": 143204, - "end": 143205, + "start": 145594, + "end": 145595, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 30 }, "end": { - "line": 3242, + "line": 3284, "column": 31 } } @@ -1015307,15 +1015794,15 @@ "postfix": false, "binop": null }, - "start": 143206, - "end": 143207, + "start": 145596, + "end": 145597, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 32 }, "end": { - "line": 3242, + "line": 3284, "column": 33 } } @@ -1015332,15 +1015819,15 @@ "postfix": false, "binop": null }, - "start": 143208, - "end": 143209, + "start": 145598, + "end": 145599, "loc": { "start": { - "line": 3242, + "line": 3284, "column": 34 }, "end": { - "line": 3242, + "line": 3284, "column": 35 } } @@ -1015358,15 +1015845,15 @@ "binop": null }, "value": "_c", - "start": 143226, - "end": 143228, + "start": 145616, + "end": 145618, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 16 }, "end": { - "line": 3243, + "line": 3285, "column": 18 } } @@ -1015385,15 +1015872,15 @@ "updateContext": null }, "value": "=", - "start": 143228, - "end": 143229, + "start": 145618, + "end": 145619, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 18 }, "end": { - "line": 3243, + "line": 3285, "column": 19 } } @@ -1015411,15 +1015898,15 @@ "binop": null, "updateContext": null }, - "start": 143230, - "end": 143231, + "start": 145620, + "end": 145621, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 20 }, "end": { - "line": 3243, + "line": 3285, "column": 21 } } @@ -1015437,15 +1015924,15 @@ "binop": null }, "value": "_c", - "start": 143232, - "end": 143234, + "start": 145622, + "end": 145624, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 22 }, "end": { - "line": 3243, + "line": 3285, "column": 24 } } @@ -1015463,15 +1015950,15 @@ "binop": null, "updateContext": null }, - "start": 143234, - "end": 143235, + "start": 145624, + "end": 145625, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 24 }, "end": { - "line": 3243, + "line": 3285, "column": 25 } } @@ -1015490,15 +1015977,15 @@ "updateContext": null }, "value": 0, - "start": 143235, - "end": 143236, + "start": 145625, + "end": 145626, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 25 }, "end": { - "line": 3243, + "line": 3285, "column": 26 } } @@ -1015516,15 +1016003,15 @@ "binop": null, "updateContext": null }, - "start": 143236, - "end": 143237, + "start": 145626, + "end": 145627, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 26 }, "end": { - "line": 3243, + "line": 3285, "column": 27 } } @@ -1015542,15 +1016029,15 @@ "binop": null, "updateContext": null }, - "start": 143237, - "end": 143238, + "start": 145627, + "end": 145628, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 27 }, "end": { - "line": 3243, + "line": 3285, "column": 28 } } @@ -1015568,15 +1016055,15 @@ "binop": null }, "value": "_c", - "start": 143239, - "end": 143241, + "start": 145629, + "end": 145631, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 29 }, "end": { - "line": 3243, + "line": 3285, "column": 31 } } @@ -1015594,15 +1016081,15 @@ "binop": null, "updateContext": null }, - "start": 143241, - "end": 143242, + "start": 145631, + "end": 145632, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 31 }, "end": { - "line": 3243, + "line": 3285, "column": 32 } } @@ -1015621,15 +1016108,15 @@ "updateContext": null }, "value": 0, - "start": 143242, - "end": 143243, + "start": 145632, + "end": 145633, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 32 }, "end": { - "line": 3243, + "line": 3285, "column": 33 } } @@ -1015647,15 +1016134,15 @@ "binop": null, "updateContext": null }, - "start": 143243, - "end": 143244, + "start": 145633, + "end": 145634, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 33 }, "end": { - "line": 3243, + "line": 3285, "column": 34 } } @@ -1015673,15 +1016160,15 @@ "binop": null, "updateContext": null }, - "start": 143244, - "end": 143245, + "start": 145634, + "end": 145635, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 34 }, "end": { - "line": 3243, + "line": 3285, "column": 35 } } @@ -1015699,15 +1016186,15 @@ "binop": null }, "value": "_c", - "start": 143246, - "end": 143248, + "start": 145636, + "end": 145638, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 36 }, "end": { - "line": 3243, + "line": 3285, "column": 38 } } @@ -1015725,15 +1016212,15 @@ "binop": null, "updateContext": null }, - "start": 143248, - "end": 143249, + "start": 145638, + "end": 145639, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 38 }, "end": { - "line": 3243, + "line": 3285, "column": 39 } } @@ -1015752,15 +1016239,15 @@ "updateContext": null }, "value": 1, - "start": 143249, - "end": 143250, + "start": 145639, + "end": 145640, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 39 }, "end": { - "line": 3243, + "line": 3285, "column": 40 } } @@ -1015778,15 +1016265,15 @@ "binop": null, "updateContext": null }, - "start": 143250, - "end": 143251, + "start": 145640, + "end": 145641, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 40 }, "end": { - "line": 3243, + "line": 3285, "column": 41 } } @@ -1015804,15 +1016291,15 @@ "binop": null, "updateContext": null }, - "start": 143251, - "end": 143252, + "start": 145641, + "end": 145642, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 41 }, "end": { - "line": 3243, + "line": 3285, "column": 42 } } @@ -1015830,15 +1016317,15 @@ "binop": null }, "value": "_c", - "start": 143253, - "end": 143255, + "start": 145643, + "end": 145645, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 43 }, "end": { - "line": 3243, + "line": 3285, "column": 45 } } @@ -1015856,15 +1016343,15 @@ "binop": null, "updateContext": null }, - "start": 143255, - "end": 143256, + "start": 145645, + "end": 145646, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 45 }, "end": { - "line": 3243, + "line": 3285, "column": 46 } } @@ -1015883,15 +1016370,15 @@ "updateContext": null }, "value": 1, - "start": 143256, - "end": 143257, + "start": 145646, + "end": 145647, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 46 }, "end": { - "line": 3243, + "line": 3285, "column": 47 } } @@ -1015909,15 +1016396,15 @@ "binop": null, "updateContext": null }, - "start": 143257, - "end": 143258, + "start": 145647, + "end": 145648, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 47 }, "end": { - "line": 3243, + "line": 3285, "column": 48 } } @@ -1015935,15 +1016422,15 @@ "binop": null, "updateContext": null }, - "start": 143258, - "end": 143259, + "start": 145648, + "end": 145649, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 48 }, "end": { - "line": 3243, + "line": 3285, "column": 49 } } @@ -1015961,15 +1016448,15 @@ "binop": null }, "value": "_c", - "start": 143260, - "end": 143262, + "start": 145650, + "end": 145652, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 50 }, "end": { - "line": 3243, + "line": 3285, "column": 52 } } @@ -1015987,15 +1016474,15 @@ "binop": null, "updateContext": null }, - "start": 143262, - "end": 143263, + "start": 145652, + "end": 145653, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 52 }, "end": { - "line": 3243, + "line": 3285, "column": 53 } } @@ -1016014,15 +1016501,15 @@ "updateContext": null }, "value": 2, - "start": 143263, - "end": 143264, + "start": 145653, + "end": 145654, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 53 }, "end": { - "line": 3243, + "line": 3285, "column": 54 } } @@ -1016040,15 +1016527,15 @@ "binop": null, "updateContext": null }, - "start": 143264, - "end": 143265, + "start": 145654, + "end": 145655, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 54 }, "end": { - "line": 3243, + "line": 3285, "column": 55 } } @@ -1016066,15 +1016553,15 @@ "binop": null, "updateContext": null }, - "start": 143265, - "end": 143266, + "start": 145655, + "end": 145656, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 55 }, "end": { - "line": 3243, + "line": 3285, "column": 56 } } @@ -1016092,15 +1016579,15 @@ "binop": null }, "value": "_c", - "start": 143267, - "end": 143269, + "start": 145657, + "end": 145659, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 57 }, "end": { - "line": 3243, + "line": 3285, "column": 59 } } @@ -1016118,15 +1016605,15 @@ "binop": null, "updateContext": null }, - "start": 143269, - "end": 143270, + "start": 145659, + "end": 145660, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 59 }, "end": { - "line": 3243, + "line": 3285, "column": 60 } } @@ -1016145,15 +1016632,15 @@ "updateContext": null }, "value": 2, - "start": 143270, - "end": 143271, + "start": 145660, + "end": 145661, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 60 }, "end": { - "line": 3243, + "line": 3285, "column": 61 } } @@ -1016171,15 +1016658,15 @@ "binop": null, "updateContext": null }, - "start": 143271, - "end": 143272, + "start": 145661, + "end": 145662, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 61 }, "end": { - "line": 3243, + "line": 3285, "column": 62 } } @@ -1016197,15 +1016684,15 @@ "binop": null, "updateContext": null }, - "start": 143273, - "end": 143274, + "start": 145663, + "end": 145664, "loc": { "start": { - "line": 3243, + "line": 3285, "column": 63 }, "end": { - "line": 3243, + "line": 3285, "column": 64 } } @@ -1016222,15 +1016709,15 @@ "postfix": false, "binop": null }, - "start": 143287, - "end": 143288, + "start": 145677, + "end": 145678, "loc": { "start": { - "line": 3244, + "line": 3286, "column": 12 }, "end": { - "line": 3244, + "line": 3286, "column": 13 } } @@ -1016248,15 +1016735,15 @@ "binop": null }, "value": "_c", - "start": 143301, - "end": 143303, + "start": 145691, + "end": 145693, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 12 }, "end": { - "line": 3245, + "line": 3287, "column": 14 } } @@ -1016275,15 +1016762,15 @@ "updateContext": null }, "value": "=", - "start": 143304, - "end": 143305, + "start": 145694, + "end": 145695, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 15 }, "end": { - "line": 3245, + "line": 3287, "column": 16 } } @@ -1016300,15 +1016787,15 @@ "postfix": false, "binop": null }, - "start": 143306, - "end": 143307, + "start": 145696, + "end": 145697, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 17 }, "end": { - "line": 3245, + "line": 3287, "column": 18 } } @@ -1016327,15 +1016814,15 @@ "updateContext": null }, "value": "0x", - "start": 143307, - "end": 143309, + "start": 145697, + "end": 145699, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 18 }, "end": { - "line": 3245, + "line": 3287, "column": 20 } } @@ -1016352,15 +1016839,15 @@ "postfix": false, "binop": null }, - "start": 143309, - "end": 143311, + "start": 145699, + "end": 145701, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 20 }, "end": { - "line": 3245, + "line": 3287, "column": 22 } } @@ -1016378,15 +1016865,15 @@ "binop": null }, "value": "_c", - "start": 143311, - "end": 143313, + "start": 145701, + "end": 145703, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 22 }, "end": { - "line": 3245, + "line": 3287, "column": 24 } } @@ -1016404,15 +1016891,15 @@ "binop": null, "updateContext": null }, - "start": 143313, - "end": 143314, + "start": 145703, + "end": 145704, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 24 }, "end": { - "line": 3245, + "line": 3287, "column": 25 } } @@ -1016430,15 +1016917,15 @@ "binop": null }, "value": "join", - "start": 143314, - "end": 143318, + "start": 145704, + "end": 145708, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 25 }, "end": { - "line": 3245, + "line": 3287, "column": 29 } } @@ -1016455,15 +1016942,15 @@ "postfix": false, "binop": null }, - "start": 143318, - "end": 143319, + "start": 145708, + "end": 145709, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 29 }, "end": { - "line": 3245, + "line": 3287, "column": 30 } } @@ -1016482,15 +1016969,15 @@ "updateContext": null }, "value": "", - "start": 143319, - "end": 143321, + "start": 145709, + "end": 145711, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 30 }, "end": { - "line": 3245, + "line": 3287, "column": 32 } } @@ -1016507,15 +1016994,15 @@ "postfix": false, "binop": null }, - "start": 143321, - "end": 143322, + "start": 145711, + "end": 145712, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 32 }, "end": { - "line": 3245, + "line": 3287, "column": 33 } } @@ -1016532,15 +1017019,15 @@ "postfix": false, "binop": null }, - "start": 143322, - "end": 143323, + "start": 145712, + "end": 145713, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 33 }, "end": { - "line": 3245, + "line": 3287, "column": 34 } } @@ -1016559,15 +1017046,15 @@ "updateContext": null }, "value": "", - "start": 143323, - "end": 143323, + "start": 145713, + "end": 145713, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 34 }, "end": { - "line": 3245, + "line": 3287, "column": 34 } } @@ -1016584,15 +1017071,15 @@ "postfix": false, "binop": null }, - "start": 143323, - "end": 143324, + "start": 145713, + "end": 145714, "loc": { "start": { - "line": 3245, + "line": 3287, "column": 34 }, "end": { - "line": 3245, + "line": 3287, "column": 35 } } @@ -1016612,15 +1017099,15 @@ "updateContext": null }, "value": "return", - "start": 143337, - "end": 143343, + "start": 145727, + "end": 145733, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 12 }, "end": { - "line": 3246, + "line": 3288, "column": 18 } } @@ -1016637,15 +1017124,15 @@ "postfix": false, "binop": null }, - "start": 143344, - "end": 143345, + "start": 145734, + "end": 145735, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 19 }, "end": { - "line": 3246, + "line": 3288, "column": 20 } } @@ -1016664,15 +1017151,15 @@ "updateContext": null }, "value": "rgba(", - "start": 143345, - "end": 143350, + "start": 145735, + "end": 145740, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 20 }, "end": { - "line": 3246, + "line": 3288, "column": 25 } } @@ -1016689,15 +1017176,15 @@ "postfix": false, "binop": null }, - "start": 143350, - "end": 143352, + "start": 145740, + "end": 145742, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 25 }, "end": { - "line": 3246, + "line": 3288, "column": 27 } } @@ -1016715,15 +1017202,15 @@ "binop": null, "updateContext": null }, - "start": 143352, - "end": 143353, + "start": 145742, + "end": 145743, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 27 }, "end": { - "line": 3246, + "line": 3288, "column": 28 } } @@ -1016740,15 +1017227,15 @@ "postfix": false, "binop": null }, - "start": 143354, - "end": 143355, + "start": 145744, + "end": 145745, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 29 }, "end": { - "line": 3246, + "line": 3288, "column": 30 } } @@ -1016766,15 +1017253,15 @@ "binop": null }, "value": "_c", - "start": 143355, - "end": 143357, + "start": 145745, + "end": 145747, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 30 }, "end": { - "line": 3246, + "line": 3288, "column": 32 } } @@ -1016793,15 +1017280,15 @@ "updateContext": null }, "value": ">>", - "start": 143358, - "end": 143360, + "start": 145748, + "end": 145750, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 33 }, "end": { - "line": 3246, + "line": 3288, "column": 35 } } @@ -1016820,15 +1017307,15 @@ "updateContext": null }, "value": 16, - "start": 143361, - "end": 143363, + "start": 145751, + "end": 145753, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 36 }, "end": { - "line": 3246, + "line": 3288, "column": 38 } } @@ -1016845,15 +1017332,15 @@ "postfix": false, "binop": null }, - "start": 143363, - "end": 143364, + "start": 145753, + "end": 145754, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 38 }, "end": { - "line": 3246, + "line": 3288, "column": 39 } } @@ -1016872,15 +1017359,15 @@ "updateContext": null }, "value": "&", - "start": 143365, - "end": 143366, + "start": 145755, + "end": 145756, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 40 }, "end": { - "line": 3246, + "line": 3288, "column": 41 } } @@ -1016899,15 +1017386,15 @@ "updateContext": null }, "value": 255, - "start": 143367, - "end": 143370, + "start": 145757, + "end": 145760, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 42 }, "end": { - "line": 3246, + "line": 3288, "column": 45 } } @@ -1016925,15 +1017412,15 @@ "binop": null, "updateContext": null }, - "start": 143370, - "end": 143371, + "start": 145760, + "end": 145761, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 45 }, "end": { - "line": 3246, + "line": 3288, "column": 46 } } @@ -1016950,15 +1017437,15 @@ "postfix": false, "binop": null }, - "start": 143372, - "end": 143373, + "start": 145762, + "end": 145763, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 47 }, "end": { - "line": 3246, + "line": 3288, "column": 48 } } @@ -1016976,15 +1017463,15 @@ "binop": null }, "value": "_c", - "start": 143373, - "end": 143375, + "start": 145763, + "end": 145765, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 48 }, "end": { - "line": 3246, + "line": 3288, "column": 50 } } @@ -1017003,15 +1017490,15 @@ "updateContext": null }, "value": ">>", - "start": 143376, - "end": 143378, + "start": 145766, + "end": 145768, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 51 }, "end": { - "line": 3246, + "line": 3288, "column": 53 } } @@ -1017030,15 +1017517,15 @@ "updateContext": null }, "value": 8, - "start": 143379, - "end": 143380, + "start": 145769, + "end": 145770, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 54 }, "end": { - "line": 3246, + "line": 3288, "column": 55 } } @@ -1017055,15 +1017542,15 @@ "postfix": false, "binop": null }, - "start": 143380, - "end": 143381, + "start": 145770, + "end": 145771, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 55 }, "end": { - "line": 3246, + "line": 3288, "column": 56 } } @@ -1017082,15 +1017569,15 @@ "updateContext": null }, "value": "&", - "start": 143382, - "end": 143383, + "start": 145772, + "end": 145773, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 57 }, "end": { - "line": 3246, + "line": 3288, "column": 58 } } @@ -1017109,15 +1017596,15 @@ "updateContext": null }, "value": 255, - "start": 143384, - "end": 143387, + "start": 145774, + "end": 145777, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 59 }, "end": { - "line": 3246, + "line": 3288, "column": 62 } } @@ -1017135,15 +1017622,15 @@ "binop": null, "updateContext": null }, - "start": 143387, - "end": 143388, + "start": 145777, + "end": 145778, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 62 }, "end": { - "line": 3246, + "line": 3288, "column": 63 } } @@ -1017161,15 +1017648,15 @@ "binop": null }, "value": "_c", - "start": 143389, - "end": 143391, + "start": 145779, + "end": 145781, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 64 }, "end": { - "line": 3246, + "line": 3288, "column": 66 } } @@ -1017188,15 +1017675,15 @@ "updateContext": null }, "value": "&", - "start": 143392, - "end": 143393, + "start": 145782, + "end": 145783, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 67 }, "end": { - "line": 3246, + "line": 3288, "column": 68 } } @@ -1017215,15 +1017702,15 @@ "updateContext": null }, "value": 255, - "start": 143394, - "end": 143397, + "start": 145784, + "end": 145787, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 69 }, "end": { - "line": 3246, + "line": 3288, "column": 72 } } @@ -1017241,15 +1017728,15 @@ "binop": null, "updateContext": null }, - "start": 143398, - "end": 143399, + "start": 145788, + "end": 145789, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 73 }, "end": { - "line": 3246, + "line": 3288, "column": 74 } } @@ -1017267,15 +1017754,15 @@ "binop": null, "updateContext": null }, - "start": 143399, - "end": 143400, + "start": 145789, + "end": 145790, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 74 }, "end": { - "line": 3246, + "line": 3288, "column": 75 } } @@ -1017293,15 +1017780,15 @@ "binop": null }, "value": "join", - "start": 143400, - "end": 143404, + "start": 145790, + "end": 145794, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 75 }, "end": { - "line": 3246, + "line": 3288, "column": 79 } } @@ -1017318,15 +1017805,15 @@ "postfix": false, "binop": null }, - "start": 143404, - "end": 143405, + "start": 145794, + "end": 145795, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 79 }, "end": { - "line": 3246, + "line": 3288, "column": 80 } } @@ -1017345,15 +1017832,15 @@ "updateContext": null }, "value": ",", - "start": 143405, - "end": 143408, + "start": 145795, + "end": 145798, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 80 }, "end": { - "line": 3246, + "line": 3288, "column": 83 } } @@ -1017370,15 +1017857,15 @@ "postfix": false, "binop": null }, - "start": 143408, - "end": 143409, + "start": 145798, + "end": 145799, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 83 }, "end": { - "line": 3246, + "line": 3288, "column": 84 } } @@ -1017395,15 +1017882,15 @@ "postfix": false, "binop": null }, - "start": 143409, - "end": 143410, + "start": 145799, + "end": 145800, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 84 }, "end": { - "line": 3246, + "line": 3288, "column": 85 } } @@ -1017422,15 +1017909,15 @@ "updateContext": null }, "value": ",", - "start": 143410, - "end": 143411, + "start": 145800, + "end": 145801, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 85 }, "end": { - "line": 3246, + "line": 3288, "column": 86 } } @@ -1017447,15 +1017934,15 @@ "postfix": false, "binop": null }, - "start": 143411, - "end": 143413, + "start": 145801, + "end": 145803, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 86 }, "end": { - "line": 3246, + "line": 3288, "column": 88 } } @@ -1017473,15 +1017960,15 @@ "binop": null }, "value": "alpha", - "start": 143413, - "end": 143418, + "start": 145803, + "end": 145808, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 88 }, "end": { - "line": 3246, + "line": 3288, "column": 93 } } @@ -1017498,15 +1017985,15 @@ "postfix": false, "binop": null }, - "start": 143418, - "end": 143419, + "start": 145808, + "end": 145809, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 93 }, "end": { - "line": 3246, + "line": 3288, "column": 94 } } @@ -1017525,15 +1018012,15 @@ "updateContext": null }, "value": ")", - "start": 143419, - "end": 143420, + "start": 145809, + "end": 145810, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 94 }, "end": { - "line": 3246, + "line": 3288, "column": 95 } } @@ -1017550,15 +1018037,15 @@ "postfix": false, "binop": null }, - "start": 143420, - "end": 143421, + "start": 145810, + "end": 145811, "loc": { "start": { - "line": 3246, + "line": 3288, "column": 95 }, "end": { - "line": 3246, + "line": 3288, "column": 96 } } @@ -1017575,15 +1018062,15 @@ "postfix": false, "binop": null }, - "start": 143430, - "end": 143431, + "start": 145820, + "end": 145821, "loc": { "start": { - "line": 3247, + "line": 3289, "column": 8 }, "end": { - "line": 3247, + "line": 3289, "column": 9 } } @@ -1017591,15 +1018078,15 @@ { "type": "CommentLine", "value": " throw new Error( 'Bad Hex' )", - "start": 143440, - "end": 143471, + "start": 145830, + "end": 145861, "loc": { "start": { - "line": 3248, + "line": 3290, "column": 8 }, "end": { - "line": 3248, + "line": 3290, "column": 39 } } @@ -1017619,15 +1018106,15 @@ "updateContext": null }, "value": "return", - "start": 143480, - "end": 143486, + "start": 145870, + "end": 145876, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 8 }, "end": { - "line": 3249, + "line": 3291, "column": 14 } } @@ -1017645,15 +1018132,15 @@ "binop": null }, "value": "hex", - "start": 143487, - "end": 143490, + "start": 145877, + "end": 145880, "loc": { "start": { - "line": 3249, + "line": 3291, "column": 15 }, "end": { - "line": 3249, + "line": 3291, "column": 18 } } @@ -1017670,15 +1018157,15 @@ "postfix": false, "binop": null }, - "start": 143495, - "end": 143496, + "start": 145885, + "end": 145886, "loc": { "start": { - "line": 3250, + "line": 3292, "column": 4 }, "end": { - "line": 3250, + "line": 3292, "column": 5 } } @@ -1017686,15 +1018173,15 @@ { "type": "CommentBlock", "value": "*\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n ", - "start": 143506, - "end": 143692, + "start": 145896, + "end": 146082, "loc": { "start": { - "line": 3252, + "line": 3294, "column": 4 }, "end": { - "line": 3256, + "line": 3298, "column": 7 } } @@ -1017712,15 +1018199,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 143697, - "end": 143715, + "start": 146087, + "end": 146105, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 4 }, "end": { - "line": 3257, + "line": 3299, "column": 22 } } @@ -1017737,15 +1018224,15 @@ "postfix": false, "binop": null }, - "start": 143715, - "end": 143716, + "start": 146105, + "end": 146106, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 22 }, "end": { - "line": 3257, + "line": 3299, "column": 23 } } @@ -1017763,15 +1018250,15 @@ "binop": null }, "value": "datetime_str", - "start": 143717, - "end": 143729, + "start": 146107, + "end": 146119, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 24 }, "end": { - "line": 3257, + "line": 3299, "column": 36 } } @@ -1017788,15 +1018275,15 @@ "postfix": false, "binop": null }, - "start": 143730, - "end": 143731, + "start": 146120, + "end": 146121, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 37 }, "end": { - "line": 3257, + "line": 3299, "column": 38 } } @@ -1017813,15 +1018300,15 @@ "postfix": false, "binop": null }, - "start": 143732, - "end": 143733, + "start": 146122, + "end": 146123, "loc": { "start": { - "line": 3257, + "line": 3299, "column": 39 }, "end": { - "line": 3257, + "line": 3299, "column": 40 } } @@ -1017841,15 +1018328,15 @@ "updateContext": null }, "value": "let", - "start": 143742, - "end": 143745, + "start": 146132, + "end": 146135, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 8 }, "end": { - "line": 3258, + "line": 3300, "column": 11 } } @@ -1017867,15 +1018354,15 @@ "binop": null }, "value": "normalizeDate", - "start": 143746, - "end": 143759, + "start": 146136, + "end": 146149, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 12 }, "end": { - "line": 3258, + "line": 3300, "column": 25 } } @@ -1017894,15 +1018381,15 @@ "updateContext": null }, "value": "=", - "start": 143760, - "end": 143761, + "start": 146150, + "end": 146151, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 26 }, "end": { - "line": 3258, + "line": 3300, "column": 27 } } @@ -1017919,15 +1018406,15 @@ "postfix": false, "binop": null }, - "start": 143762, - "end": 143763, + "start": 146152, + "end": 146153, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 28 }, "end": { - "line": 3258, + "line": 3300, "column": 29 } } @@ -1017945,15 +1018432,15 @@ "binop": null }, "value": "dateString", - "start": 143764, - "end": 143774, + "start": 146154, + "end": 146164, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 30 }, "end": { - "line": 3258, + "line": 3300, "column": 40 } } @@ -1017970,15 +1018457,15 @@ "postfix": false, "binop": null }, - "start": 143775, - "end": 143776, + "start": 146165, + "end": 146166, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 41 }, "end": { - "line": 3258, + "line": 3300, "column": 42 } } @@ -1017996,15 +1018483,15 @@ "binop": null, "updateContext": null }, - "start": 143777, - "end": 143779, + "start": 146167, + "end": 146169, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 43 }, "end": { - "line": 3258, + "line": 3300, "column": 45 } } @@ -1018021,15 +1018508,15 @@ "postfix": false, "binop": null }, - "start": 143780, - "end": 143781, + "start": 146170, + "end": 146171, "loc": { "start": { - "line": 3258, + "line": 3300, "column": 46 }, "end": { - "line": 3258, + "line": 3300, "column": 47 } } @@ -1018037,15 +1018524,15 @@ { "type": "CommentLine", "value": " For Safari, IE", - "start": 143798, - "end": 143815, + "start": 146188, + "end": 146205, "loc": { "start": { - "line": 3259, + "line": 3301, "column": 16 }, "end": { - "line": 3259, + "line": 3301, "column": 33 } } @@ -1018065,15 +1018552,15 @@ "updateContext": null }, "value": "let", - "start": 143832, - "end": 143835, + "start": 146222, + "end": 146225, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 16 }, "end": { - "line": 3260, + "line": 3302, "column": 19 } } @@ -1018091,15 +1018578,15 @@ "binop": null }, "value": "_d", - "start": 143836, - "end": 143838, + "start": 146226, + "end": 146228, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 20 }, "end": { - "line": 3260, + "line": 3302, "column": 22 } } @@ -1018118,15 +1018605,15 @@ "updateContext": null }, "value": "=", - "start": 143839, - "end": 143840, + "start": 146229, + "end": 146230, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 23 }, "end": { - "line": 3260, + "line": 3302, "column": 24 } } @@ -1018144,15 +1018631,15 @@ "binop": null }, "value": "dateString", - "start": 143841, - "end": 143851, + "start": 146231, + "end": 146241, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 25 }, "end": { - "line": 3260, + "line": 3302, "column": 35 } } @@ -1018170,15 +1018657,15 @@ "binop": null, "updateContext": null }, - "start": 143851, - "end": 143852, + "start": 146241, + "end": 146242, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 35 }, "end": { - "line": 3260, + "line": 3302, "column": 36 } } @@ -1018196,15 +1018683,15 @@ "binop": null }, "value": "replace", - "start": 143852, - "end": 143859, + "start": 146242, + "end": 146249, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 36 }, "end": { - "line": 3260, + "line": 3302, "column": 43 } } @@ -1018221,15 +1018708,15 @@ "postfix": false, "binop": null }, - "start": 143859, - "end": 143860, + "start": 146249, + "end": 146250, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 43 }, "end": { - "line": 3260, + "line": 3302, "column": 44 } } @@ -1018251,15 +1018738,15 @@ "pattern": "-", "flags": "g" }, - "start": 143860, - "end": 143864, + "start": 146250, + "end": 146254, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 44 }, "end": { - "line": 3260, + "line": 3302, "column": 48 } } @@ -1018277,15 +1018764,15 @@ "binop": null, "updateContext": null }, - "start": 143864, - "end": 143865, + "start": 146254, + "end": 146255, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 48 }, "end": { - "line": 3260, + "line": 3302, "column": 49 } } @@ -1018304,15 +1018791,15 @@ "updateContext": null }, "value": "/", - "start": 143866, - "end": 143869, + "start": 146256, + "end": 146259, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 50 }, "end": { - "line": 3260, + "line": 3302, "column": 53 } } @@ -1018329,15 +1018816,15 @@ "postfix": false, "binop": null }, - "start": 143869, - "end": 143870, + "start": 146259, + "end": 146260, "loc": { "start": { - "line": 3260, + "line": 3302, "column": 53 }, "end": { - "line": 3260, + "line": 3302, "column": 54 } } @@ -1018357,15 +1018844,15 @@ "updateContext": null }, "value": "return", - "start": 143887, - "end": 143893, + "start": 146277, + "end": 146283, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 16 }, "end": { - "line": 3261, + "line": 3303, "column": 22 } } @@ -1018387,15 +1018874,15 @@ "pattern": "^\\d{1,4}\\/\\d{1,2}$", "flags": "" }, - "start": 143894, - "end": 143914, + "start": 146284, + "end": 146304, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 23 }, "end": { - "line": 3261, + "line": 3303, "column": 43 } } @@ -1018413,15 +1018900,15 @@ "binop": null, "updateContext": null }, - "start": 143914, - "end": 143915, + "start": 146304, + "end": 146305, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 43 }, "end": { - "line": 3261, + "line": 3303, "column": 44 } } @@ -1018439,15 +1018926,15 @@ "binop": null }, "value": "test", - "start": 143915, - "end": 143919, + "start": 146305, + "end": 146309, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 44 }, "end": { - "line": 3261, + "line": 3303, "column": 48 } } @@ -1018464,15 +1018951,15 @@ "postfix": false, "binop": null }, - "start": 143919, - "end": 143920, + "start": 146309, + "end": 146310, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 48 }, "end": { - "line": 3261, + "line": 3303, "column": 49 } } @@ -1018490,15 +1018977,15 @@ "binop": null }, "value": "_d", - "start": 143921, - "end": 143923, + "start": 146311, + "end": 146313, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 50 }, "end": { - "line": 3261, + "line": 3303, "column": 52 } } @@ -1018515,15 +1019002,15 @@ "postfix": false, "binop": null }, - "start": 143924, - "end": 143925, + "start": 146314, + "end": 146315, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 53 }, "end": { - "line": 3261, + "line": 3303, "column": 54 } } @@ -1018541,15 +1019028,15 @@ "binop": null, "updateContext": null }, - "start": 143926, - "end": 143927, + "start": 146316, + "end": 146317, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 55 }, "end": { - "line": 3261, + "line": 3303, "column": 56 } } @@ -1018566,15 +1019053,15 @@ "postfix": false, "binop": null }, - "start": 143928, - "end": 143929, + "start": 146318, + "end": 146319, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 57 }, "end": { - "line": 3261, + "line": 3303, "column": 58 } } @@ -1018593,15 +1019080,15 @@ "updateContext": null }, "value": "", - "start": 143929, - "end": 143929, + "start": 146319, + "end": 146319, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 58 }, "end": { - "line": 3261, + "line": 3303, "column": 58 } } @@ -1018618,15 +1019105,15 @@ "postfix": false, "binop": null }, - "start": 143929, - "end": 143931, + "start": 146319, + "end": 146321, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 58 }, "end": { - "line": 3261, + "line": 3303, "column": 60 } } @@ -1018644,15 +1019131,15 @@ "binop": null }, "value": "_d", - "start": 143931, - "end": 143933, + "start": 146321, + "end": 146323, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 60 }, "end": { - "line": 3261, + "line": 3303, "column": 62 } } @@ -1018669,15 +1019156,15 @@ "postfix": false, "binop": null }, - "start": 143933, - "end": 143934, + "start": 146323, + "end": 146324, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 62 }, "end": { - "line": 3261, + "line": 3303, "column": 63 } } @@ -1018696,15 +1019183,15 @@ "updateContext": null }, "value": "/1", - "start": 143934, - "end": 143936, + "start": 146324, + "end": 146326, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 63 }, "end": { - "line": 3261, + "line": 3303, "column": 65 } } @@ -1018721,15 +1019208,15 @@ "postfix": false, "binop": null }, - "start": 143936, - "end": 143937, + "start": 146326, + "end": 146327, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 65 }, "end": { - "line": 3261, + "line": 3303, "column": 66 } } @@ -1018747,15 +1019234,15 @@ "binop": null, "updateContext": null }, - "start": 143938, - "end": 143939, + "start": 146328, + "end": 146329, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 67 }, "end": { - "line": 3261, + "line": 3303, "column": 68 } } @@ -1018773,15 +1019260,15 @@ "binop": null }, "value": "_d", - "start": 143940, - "end": 143942, + "start": 146330, + "end": 146332, "loc": { "start": { - "line": 3261, + "line": 3303, "column": 69 }, "end": { - "line": 3261, + "line": 3303, "column": 71 } } @@ -1018798,15 +1019285,15 @@ "postfix": false, "binop": null }, - "start": 143955, - "end": 143956, + "start": 146345, + "end": 146346, "loc": { "start": { - "line": 3262, + "line": 3304, "column": 12 }, "end": { - "line": 3262, + "line": 3304, "column": 13 } } @@ -1018824,15 +1019311,15 @@ "binop": null, "updateContext": null }, - "start": 143956, - "end": 143957, + "start": 146346, + "end": 146347, "loc": { "start": { - "line": 3262, + "line": 3304, "column": 13 }, "end": { - "line": 3262, + "line": 3304, "column": 14 } } @@ -1018850,15 +1019337,15 @@ "binop": null }, "value": "getDateObject", - "start": 143970, - "end": 143983, + "start": 146360, + "end": 146373, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 12 }, "end": { - "line": 3263, + "line": 3305, "column": 25 } } @@ -1018877,15 +1019364,15 @@ "updateContext": null }, "value": "=", - "start": 143984, - "end": 143985, + "start": 146374, + "end": 146375, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 26 }, "end": { - "line": 3263, + "line": 3305, "column": 27 } } @@ -1018902,15 +1019389,15 @@ "postfix": false, "binop": null }, - "start": 143986, - "end": 143987, + "start": 146376, + "end": 146377, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 28 }, "end": { - "line": 3263, + "line": 3305, "column": 29 } } @@ -1018928,15 +1019415,15 @@ "binop": null }, "value": "datetime_str", - "start": 143988, - "end": 144000, + "start": 146378, + "end": 146390, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 30 }, "end": { - "line": 3263, + "line": 3305, "column": 42 } } @@ -1018953,15 +1019440,15 @@ "postfix": false, "binop": null }, - "start": 144001, - "end": 144002, + "start": 146391, + "end": 146392, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 43 }, "end": { - "line": 3263, + "line": 3305, "column": 44 } } @@ -1018979,15 +1019466,15 @@ "binop": null, "updateContext": null }, - "start": 144003, - "end": 144005, + "start": 146393, + "end": 146395, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 45 }, "end": { - "line": 3263, + "line": 3305, "column": 47 } } @@ -1019004,15 +1019491,15 @@ "postfix": false, "binop": null }, - "start": 144006, - "end": 144007, + "start": 146396, + "end": 146397, "loc": { "start": { - "line": 3263, + "line": 3305, "column": 48 }, "end": { - "line": 3263, + "line": 3305, "column": 49 } } @@ -1019032,15 +1019519,15 @@ "updateContext": null }, "value": "let", - "start": 144024, - "end": 144027, + "start": 146414, + "end": 146417, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 16 }, "end": { - "line": 3264, + "line": 3306, "column": 19 } } @@ -1019058,15 +1019545,15 @@ "binop": null }, "value": "_chk_str", - "start": 144028, - "end": 144036, + "start": 146418, + "end": 146426, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 20 }, "end": { - "line": 3264, + "line": 3306, "column": 28 } } @@ -1019085,15 +1019572,15 @@ "updateContext": null }, "value": "=", - "start": 144037, - "end": 144038, + "start": 146427, + "end": 146428, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 29 }, "end": { - "line": 3264, + "line": 3306, "column": 30 } } @@ -1019111,15 +1019598,15 @@ "binop": null }, "value": "normalizeDate", - "start": 144039, - "end": 144052, + "start": 146429, + "end": 146442, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 31 }, "end": { - "line": 3264, + "line": 3306, "column": 44 } } @@ -1019136,15 +1019623,15 @@ "postfix": false, "binop": null }, - "start": 144052, - "end": 144053, + "start": 146442, + "end": 146443, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 44 }, "end": { - "line": 3264, + "line": 3306, "column": 45 } } @@ -1019162,15 +1019649,15 @@ "binop": null }, "value": "datetime_str", - "start": 144054, - "end": 144066, + "start": 146444, + "end": 146456, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 46 }, "end": { - "line": 3264, + "line": 3306, "column": 58 } } @@ -1019187,15 +1019674,15 @@ "postfix": false, "binop": null }, - "start": 144067, - "end": 144068, + "start": 146457, + "end": 146458, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 59 }, "end": { - "line": 3264, + "line": 3306, "column": 60 } } @@ -1019213,15 +1019700,15 @@ "binop": null, "updateContext": null }, - "start": 144068, - "end": 144069, + "start": 146458, + "end": 146459, "loc": { "start": { - "line": 3264, + "line": 3306, "column": 60 }, "end": { - "line": 3264, + "line": 3306, "column": 61 } } @@ -1019239,15 +1019726,15 @@ "binop": null }, "value": "_ymd", - "start": 144090, - "end": 144094, + "start": 146480, + "end": 146484, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 20 }, "end": { - "line": 3265, + "line": 3307, "column": 24 } } @@ -1019265,15 +1019752,15 @@ "binop": null, "updateContext": null }, - "start": 144094, - "end": 144095, + "start": 146484, + "end": 146485, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 24 }, "end": { - "line": 3265, + "line": 3307, "column": 25 } } @@ -1019291,15 +1019778,15 @@ "binop": null }, "value": "_his", - "start": 144096, - "end": 144100, + "start": 146486, + "end": 146490, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 26 }, "end": { - "line": 3265, + "line": 3307, "column": 30 } } @@ -1019317,15 +1019804,15 @@ "binop": null, "updateContext": null }, - "start": 144100, - "end": 144101, + "start": 146490, + "end": 146491, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 30 }, "end": { - "line": 3265, + "line": 3307, "column": 31 } } @@ -1019343,15 +1019830,15 @@ "binop": null }, "value": "_parts", - "start": 144102, - "end": 144108, + "start": 146492, + "end": 146498, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 32 }, "end": { - "line": 3265, + "line": 3307, "column": 38 } } @@ -1019369,15 +1019856,15 @@ "binop": null, "updateContext": null }, - "start": 144108, - "end": 144109, + "start": 146498, + "end": 146499, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 38 }, "end": { - "line": 3265, + "line": 3307, "column": 39 } } @@ -1019395,15 +1019882,15 @@ "binop": null }, "value": "_date", - "start": 144110, - "end": 144115, + "start": 146500, + "end": 146505, "loc": { "start": { - "line": 3265, + "line": 3307, "column": 40 }, "end": { - "line": 3265, + "line": 3307, "column": 45 } } @@ -1019423,15 +1019910,15 @@ "updateContext": null }, "value": "switch", - "start": 144149, - "end": 144155, + "start": 146539, + "end": 146545, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 16 }, "end": { - "line": 3267, + "line": 3309, "column": 22 } } @@ -1019448,15 +1019935,15 @@ "postfix": false, "binop": null }, - "start": 144156, - "end": 144157, + "start": 146546, + "end": 146547, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 23 }, "end": { - "line": 3267, + "line": 3309, "column": 24 } } @@ -1019476,15 +1019963,15 @@ "updateContext": null }, "value": "true", - "start": 144158, - "end": 144162, + "start": 146548, + "end": 146552, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 25 }, "end": { - "line": 3267, + "line": 3309, "column": 29 } } @@ -1019501,15 +1019988,15 @@ "postfix": false, "binop": null }, - "start": 144163, - "end": 144164, + "start": 146553, + "end": 146554, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 30 }, "end": { - "line": 3267, + "line": 3309, "column": 31 } } @@ -1019526,15 +1020013,15 @@ "postfix": false, "binop": null }, - "start": 144165, - "end": 144166, + "start": 146555, + "end": 146556, "loc": { "start": { - "line": 3267, + "line": 3309, "column": 32 }, "end": { - "line": 3267, + "line": 3309, "column": 33 } } @@ -1019554,15 +1020041,15 @@ "updateContext": null }, "value": "case", - "start": 144187, - "end": 144191, + "start": 146577, + "end": 146581, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 20 }, "end": { - "line": 3268, + "line": 3310, "column": 24 } } @@ -1019584,15 +1020071,15 @@ "pattern": "^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))(| \\d{1,2}(|:\\d{1,2}(|:\\d{1,2})))$", "flags": "i" }, - "start": 144192, - "end": 144261, + "start": 146582, + "end": 146651, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 25 }, "end": { - "line": 3268, + "line": 3310, "column": 94 } } @@ -1019610,15 +1020097,15 @@ "binop": null, "updateContext": null }, - "start": 144261, - "end": 144262, + "start": 146651, + "end": 146652, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 94 }, "end": { - "line": 3268, + "line": 3310, "column": 95 } } @@ -1019636,15 +1020123,15 @@ "binop": null }, "value": "test", - "start": 144262, - "end": 144266, + "start": 146652, + "end": 146656, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 95 }, "end": { - "line": 3268, + "line": 3310, "column": 99 } } @@ -1019661,15 +1020148,15 @@ "postfix": false, "binop": null }, - "start": 144266, - "end": 144267, + "start": 146656, + "end": 146657, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 99 }, "end": { - "line": 3268, + "line": 3310, "column": 100 } } @@ -1019687,15 +1020174,15 @@ "binop": null }, "value": "_chk_str", - "start": 144268, - "end": 144276, + "start": 146658, + "end": 146666, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 101 }, "end": { - "line": 3268, + "line": 3310, "column": 109 } } @@ -1019712,15 +1020199,15 @@ "postfix": false, "binop": null }, - "start": 144277, - "end": 144278, + "start": 146667, + "end": 146668, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 110 }, "end": { - "line": 3268, + "line": 3310, "column": 111 } } @@ -1019738,15 +1020225,15 @@ "binop": null, "updateContext": null }, - "start": 144278, - "end": 144279, + "start": 146668, + "end": 146669, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 111 }, "end": { - "line": 3268, + "line": 3310, "column": 112 } } @@ -1019763,15 +1020250,15 @@ "postfix": false, "binop": null }, - "start": 144280, - "end": 144281, + "start": 146670, + "end": 146671, "loc": { "start": { - "line": 3268, + "line": 3310, "column": 113 }, "end": { - "line": 3268, + "line": 3310, "column": 114 } } @@ -1019789,15 +1020276,15 @@ "binop": null, "updateContext": null }, - "start": 144306, - "end": 144307, + "start": 146696, + "end": 146697, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 24 }, "end": { - "line": 3269, + "line": 3311, "column": 25 } } @@ -1019815,15 +1020302,15 @@ "binop": null }, "value": "_ymd", - "start": 144308, - "end": 144312, + "start": 146698, + "end": 146702, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 26 }, "end": { - "line": 3269, + "line": 3311, "column": 30 } } @@ -1019841,15 +1020328,15 @@ "binop": null, "updateContext": null }, - "start": 144312, - "end": 144313, + "start": 146702, + "end": 146703, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 30 }, "end": { - "line": 3269, + "line": 3311, "column": 31 } } @@ -1019867,15 +1020354,15 @@ "binop": null }, "value": "_his", - "start": 144314, - "end": 144318, + "start": 146704, + "end": 146708, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 32 }, "end": { - "line": 3269, + "line": 3311, "column": 36 } } @@ -1019893,15 +1020380,15 @@ "binop": null, "updateContext": null }, - "start": 144319, - "end": 144320, + "start": 146709, + "end": 146710, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 37 }, "end": { - "line": 3269, + "line": 3311, "column": 38 } } @@ -1019920,15 +1020407,15 @@ "updateContext": null }, "value": "=", - "start": 144321, - "end": 144322, + "start": 146711, + "end": 146712, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 39 }, "end": { - "line": 3269, + "line": 3311, "column": 40 } } @@ -1019946,15 +1020433,15 @@ "binop": null }, "value": "_chk_str", - "start": 144323, - "end": 144331, + "start": 146713, + "end": 146721, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 41 }, "end": { - "line": 3269, + "line": 3311, "column": 49 } } @@ -1019972,15 +1020459,15 @@ "binop": null, "updateContext": null }, - "start": 144331, - "end": 144332, + "start": 146721, + "end": 146722, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 49 }, "end": { - "line": 3269, + "line": 3311, "column": 50 } } @@ -1019998,15 +1020485,15 @@ "binop": null }, "value": "split", - "start": 144332, - "end": 144337, + "start": 146722, + "end": 146727, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 50 }, "end": { - "line": 3269, + "line": 3311, "column": 55 } } @@ -1020023,15 +1020510,15 @@ "postfix": false, "binop": null }, - "start": 144337, - "end": 144338, + "start": 146727, + "end": 146728, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 55 }, "end": { - "line": 3269, + "line": 3311, "column": 56 } } @@ -1020050,15 +1020537,15 @@ "updateContext": null }, "value": " ", - "start": 144338, - "end": 144341, + "start": 146728, + "end": 146731, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 56 }, "end": { - "line": 3269, + "line": 3311, "column": 59 } } @@ -1020075,15 +1020562,15 @@ "postfix": false, "binop": null }, - "start": 144341, - "end": 144342, + "start": 146731, + "end": 146732, "loc": { "start": { - "line": 3269, + "line": 3311, "column": 59 }, "end": { - "line": 3269, + "line": 3311, "column": 60 } } @@ -1020101,15 +1020588,15 @@ "binop": null }, "value": "_parts", - "start": 144367, - "end": 144373, + "start": 146757, + "end": 146763, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 24 }, "end": { - "line": 3270, + "line": 3312, "column": 30 } } @@ -1020128,15 +1020615,15 @@ "updateContext": null }, "value": "=", - "start": 144374, - "end": 144375, + "start": 146764, + "end": 146765, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 31 }, "end": { - "line": 3270, + "line": 3312, "column": 32 } } @@ -1020154,15 +1020641,15 @@ "binop": null }, "value": "_ymd", - "start": 144376, - "end": 144380, + "start": 146766, + "end": 146770, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 33 }, "end": { - "line": 3270, + "line": 3312, "column": 37 } } @@ -1020180,15 +1020667,15 @@ "binop": null, "updateContext": null }, - "start": 144380, - "end": 144381, + "start": 146770, + "end": 146771, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 37 }, "end": { - "line": 3270, + "line": 3312, "column": 38 } } @@ -1020206,15 +1020693,15 @@ "binop": null }, "value": "split", - "start": 144381, - "end": 144386, + "start": 146771, + "end": 146776, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 38 }, "end": { - "line": 3270, + "line": 3312, "column": 43 } } @@ -1020231,15 +1020718,15 @@ "postfix": false, "binop": null }, - "start": 144386, - "end": 144387, + "start": 146776, + "end": 146777, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 43 }, "end": { - "line": 3270, + "line": 3312, "column": 44 } } @@ -1020258,15 +1020745,15 @@ "updateContext": null }, "value": "/", - "start": 144387, - "end": 144390, + "start": 146777, + "end": 146780, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 44 }, "end": { - "line": 3270, + "line": 3312, "column": 47 } } @@ -1020283,15 +1020770,15 @@ "postfix": false, "binop": null }, - "start": 144390, - "end": 144391, + "start": 146780, + "end": 146781, "loc": { "start": { - "line": 3270, + "line": 3312, "column": 47 }, "end": { - "line": 3270, + "line": 3312, "column": 48 } } @@ -1020311,15 +1020798,15 @@ "updateContext": null }, "value": "if", - "start": 144416, - "end": 144418, + "start": 146806, + "end": 146808, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 24 }, "end": { - "line": 3271, + "line": 3313, "column": 26 } } @@ -1020336,15 +1020823,15 @@ "postfix": false, "binop": null }, - "start": 144419, - "end": 144420, + "start": 146809, + "end": 146810, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 27 }, "end": { - "line": 3271, + "line": 3313, "column": 28 } } @@ -1020362,15 +1020849,15 @@ "binop": null }, "value": "_parts", - "start": 144421, - "end": 144427, + "start": 146811, + "end": 146817, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 29 }, "end": { - "line": 3271, + "line": 3313, "column": 35 } } @@ -1020388,15 +1020875,15 @@ "binop": null, "updateContext": null }, - "start": 144427, - "end": 144428, + "start": 146817, + "end": 146818, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 35 }, "end": { - "line": 3271, + "line": 3313, "column": 36 } } @@ -1020415,15 +1020902,15 @@ "updateContext": null }, "value": 1, - "start": 144428, - "end": 144429, + "start": 146818, + "end": 146819, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 36 }, "end": { - "line": 3271, + "line": 3313, "column": 37 } } @@ -1020441,15 +1020928,15 @@ "binop": null, "updateContext": null }, - "start": 144429, - "end": 144430, + "start": 146819, + "end": 146820, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 37 }, "end": { - "line": 3271, + "line": 3313, "column": 38 } } @@ -1020466,15 +1020953,15 @@ "postfix": false, "binop": null }, - "start": 144431, - "end": 144432, + "start": 146821, + "end": 146822, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 39 }, "end": { - "line": 3271, + "line": 3313, "column": 40 } } @@ -1020491,15 +1020978,15 @@ "postfix": false, "binop": null }, - "start": 144433, - "end": 144434, + "start": 146823, + "end": 146824, "loc": { "start": { - "line": 3271, + "line": 3313, "column": 41 }, "end": { - "line": 3271, + "line": 3313, "column": 42 } } @@ -1020517,15 +1021004,15 @@ "binop": null }, "value": "_parts", - "start": 144463, - "end": 144469, + "start": 146853, + "end": 146859, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 28 }, "end": { - "line": 3272, + "line": 3314, "column": 34 } } @@ -1020543,15 +1021030,15 @@ "binop": null, "updateContext": null }, - "start": 144469, - "end": 144470, + "start": 146859, + "end": 146860, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 34 }, "end": { - "line": 3272, + "line": 3314, "column": 35 } } @@ -1020570,15 +1021057,15 @@ "updateContext": null }, "value": 1, - "start": 144470, - "end": 144471, + "start": 146860, + "end": 146861, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 35 }, "end": { - "line": 3272, + "line": 3314, "column": 36 } } @@ -1020596,15 +1021083,15 @@ "binop": null, "updateContext": null }, - "start": 144471, - "end": 144472, + "start": 146861, + "end": 146862, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 36 }, "end": { - "line": 3272, + "line": 3314, "column": 37 } } @@ -1020623,15 +1021110,15 @@ "updateContext": null }, "value": "=", - "start": 144473, - "end": 144474, + "start": 146863, + "end": 146864, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 38 }, "end": { - "line": 3272, + "line": 3314, "column": 39 } } @@ -1020649,15 +1021136,15 @@ "binop": null }, "value": "parseInt", - "start": 144475, - "end": 144483, + "start": 146865, + "end": 146873, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 40 }, "end": { - "line": 3272, + "line": 3314, "column": 48 } } @@ -1020674,15 +1021161,15 @@ "postfix": false, "binop": null }, - "start": 144483, - "end": 144484, + "start": 146873, + "end": 146874, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 48 }, "end": { - "line": 3272, + "line": 3314, "column": 49 } } @@ -1020700,15 +1021187,15 @@ "binop": null }, "value": "_parts", - "start": 144485, - "end": 144491, + "start": 146875, + "end": 146881, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 50 }, "end": { - "line": 3272, + "line": 3314, "column": 56 } } @@ -1020726,15 +1021213,15 @@ "binop": null, "updateContext": null }, - "start": 144491, - "end": 144492, + "start": 146881, + "end": 146882, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 56 }, "end": { - "line": 3272, + "line": 3314, "column": 57 } } @@ -1020753,15 +1021240,15 @@ "updateContext": null }, "value": 1, - "start": 144492, - "end": 144493, + "start": 146882, + "end": 146883, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 57 }, "end": { - "line": 3272, + "line": 3314, "column": 58 } } @@ -1020779,15 +1021266,15 @@ "binop": null, "updateContext": null }, - "start": 144493, - "end": 144494, + "start": 146883, + "end": 146884, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 58 }, "end": { - "line": 3272, + "line": 3314, "column": 59 } } @@ -1020805,15 +1021292,15 @@ "binop": null, "updateContext": null }, - "start": 144494, - "end": 144495, + "start": 146884, + "end": 146885, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 59 }, "end": { - "line": 3272, + "line": 3314, "column": 60 } } @@ -1020832,15 +1021319,15 @@ "updateContext": null }, "value": 10, - "start": 144496, - "end": 144498, + "start": 146886, + "end": 146888, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 61 }, "end": { - "line": 3272, + "line": 3314, "column": 63 } } @@ -1020857,15 +1021344,15 @@ "postfix": false, "binop": null }, - "start": 144499, - "end": 144500, + "start": 146889, + "end": 146890, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 64 }, "end": { - "line": 3272, + "line": 3314, "column": 65 } } @@ -1020884,15 +1021371,15 @@ "updateContext": null }, "value": "-", - "start": 144501, - "end": 144502, + "start": 146891, + "end": 146892, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 66 }, "end": { - "line": 3272, + "line": 3314, "column": 67 } } @@ -1020911,15 +1021398,15 @@ "updateContext": null }, "value": 1, - "start": 144503, - "end": 144504, + "start": 146893, + "end": 146894, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 68 }, "end": { - "line": 3272, + "line": 3314, "column": 69 } } @@ -1020927,15 +1021414,15 @@ { "type": "CommentLine", "value": " to month index", - "start": 144505, - "end": 144522, + "start": 146895, + "end": 146912, "loc": { "start": { - "line": 3272, + "line": 3314, "column": 70 }, "end": { - "line": 3272, + "line": 3314, "column": 87 } } @@ -1020952,15 +1021439,15 @@ "postfix": false, "binop": null }, - "start": 144547, - "end": 144548, + "start": 146937, + "end": 146938, "loc": { "start": { - "line": 3273, + "line": 3315, "column": 24 }, "end": { - "line": 3273, + "line": 3315, "column": 25 } } @@ -1020980,15 +1021467,15 @@ "updateContext": null }, "value": "if", - "start": 144573, - "end": 144575, + "start": 146963, + "end": 146965, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 24 }, "end": { - "line": 3274, + "line": 3316, "column": 26 } } @@ -1021005,15 +1021492,15 @@ "postfix": false, "binop": null }, - "start": 144576, - "end": 144577, + "start": 146966, + "end": 146967, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 27 }, "end": { - "line": 3274, + "line": 3316, "column": 28 } } @@ -1021031,15 +1021518,15 @@ "binop": null }, "value": "_his", - "start": 144578, - "end": 144582, + "start": 146968, + "end": 146972, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 29 }, "end": { - "line": 3274, + "line": 3316, "column": 33 } } @@ -1021056,15 +1021543,15 @@ "postfix": false, "binop": null }, - "start": 144583, - "end": 144584, + "start": 146973, + "end": 146974, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 34 }, "end": { - "line": 3274, + "line": 3316, "column": 35 } } @@ -1021081,15 +1021568,15 @@ "postfix": false, "binop": null }, - "start": 144585, - "end": 144586, + "start": 146975, + "end": 146976, "loc": { "start": { - "line": 3274, + "line": 3316, "column": 36 }, "end": { - "line": 3274, + "line": 3316, "column": 37 } } @@ -1021107,15 +1021594,15 @@ "binop": null }, "value": "_parts", - "start": 144615, - "end": 144621, + "start": 147005, + "end": 147011, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 28 }, "end": { - "line": 3275, + "line": 3317, "column": 34 } } @@ -1021133,15 +1021620,15 @@ "binop": null, "updateContext": null }, - "start": 144621, - "end": 144622, + "start": 147011, + "end": 147012, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 34 }, "end": { - "line": 3275, + "line": 3317, "column": 35 } } @@ -1021159,15 +1021646,15 @@ "binop": null }, "value": "push", - "start": 144622, - "end": 144626, + "start": 147012, + "end": 147016, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 35 }, "end": { - "line": 3275, + "line": 3317, "column": 39 } } @@ -1021184,15 +1021671,15 @@ "postfix": false, "binop": null }, - "start": 144626, - "end": 144627, + "start": 147016, + "end": 147017, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 39 }, "end": { - "line": 3275, + "line": 3317, "column": 40 } } @@ -1021210,15 +1021697,15 @@ "binop": null, "updateContext": null }, - "start": 144628, - "end": 144631, + "start": 147018, + "end": 147021, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 41 }, "end": { - "line": 3275, + "line": 3317, "column": 44 } } @@ -1021236,15 +1021723,15 @@ "binop": null }, "value": "_his", - "start": 144631, - "end": 144635, + "start": 147021, + "end": 147025, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 44 }, "end": { - "line": 3275, + "line": 3317, "column": 48 } } @@ -1021262,15 +1021749,15 @@ "binop": null, "updateContext": null }, - "start": 144635, - "end": 144636, + "start": 147025, + "end": 147026, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 48 }, "end": { - "line": 3275, + "line": 3317, "column": 49 } } @@ -1021288,15 +1021775,15 @@ "binop": null }, "value": "split", - "start": 144636, - "end": 144641, + "start": 147026, + "end": 147031, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 49 }, "end": { - "line": 3275, + "line": 3317, "column": 54 } } @@ -1021313,15 +1021800,15 @@ "postfix": false, "binop": null }, - "start": 144641, - "end": 144642, + "start": 147031, + "end": 147032, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 54 }, "end": { - "line": 3275, + "line": 3317, "column": 55 } } @@ -1021340,15 +1021827,15 @@ "updateContext": null }, "value": ":", - "start": 144642, - "end": 144645, + "start": 147032, + "end": 147035, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 55 }, "end": { - "line": 3275, + "line": 3317, "column": 58 } } @@ -1021365,15 +1021852,15 @@ "postfix": false, "binop": null }, - "start": 144645, - "end": 144646, + "start": 147035, + "end": 147036, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 58 }, "end": { - "line": 3275, + "line": 3317, "column": 59 } } @@ -1021390,15 +1021877,15 @@ "postfix": false, "binop": null }, - "start": 144647, - "end": 144648, + "start": 147037, + "end": 147038, "loc": { "start": { - "line": 3275, + "line": 3317, "column": 60 }, "end": { - "line": 3275, + "line": 3317, "column": 61 } } @@ -1021415,15 +1021902,15 @@ "postfix": false, "binop": null }, - "start": 144673, - "end": 144674, + "start": 147063, + "end": 147064, "loc": { "start": { - "line": 3276, + "line": 3318, "column": 24 }, "end": { - "line": 3276, + "line": 3318, "column": 25 } } @@ -1021441,15 +1021928,15 @@ "binop": null }, "value": "_date", - "start": 144699, - "end": 144704, + "start": 147089, + "end": 147094, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 24 }, "end": { - "line": 3277, + "line": 3319, "column": 29 } } @@ -1021468,15 +1021955,15 @@ "updateContext": null }, "value": "=", - "start": 144705, - "end": 144706, + "start": 147095, + "end": 147096, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 30 }, "end": { - "line": 3277, + "line": 3319, "column": 31 } } @@ -1021496,15 +1021983,15 @@ "updateContext": null }, "value": "new", - "start": 144707, - "end": 144710, + "start": 147097, + "end": 147100, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 32 }, "end": { - "line": 3277, + "line": 3319, "column": 35 } } @@ -1021522,15 +1022009,15 @@ "binop": null }, "value": "Date", - "start": 144711, - "end": 144715, + "start": 147101, + "end": 147105, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 36 }, "end": { - "line": 3277, + "line": 3319, "column": 40 } } @@ -1021547,15 +1022034,15 @@ "postfix": false, "binop": null }, - "start": 144715, - "end": 144716, + "start": 147105, + "end": 147106, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 40 }, "end": { - "line": 3277, + "line": 3319, "column": 41 } } @@ -1021575,15 +1022062,15 @@ "updateContext": null }, "value": "new", - "start": 144717, - "end": 144720, + "start": 147107, + "end": 147110, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 42 }, "end": { - "line": 3277, + "line": 3319, "column": 45 } } @@ -1021601,15 +1022088,15 @@ "binop": null }, "value": "Date", - "start": 144721, - "end": 144725, + "start": 147111, + "end": 147115, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 46 }, "end": { - "line": 3277, + "line": 3319, "column": 50 } } @@ -1021626,15 +1022113,15 @@ "postfix": false, "binop": null }, - "start": 144725, - "end": 144726, + "start": 147115, + "end": 147116, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 50 }, "end": { - "line": 3277, + "line": 3319, "column": 51 } } @@ -1021652,15 +1022139,15 @@ "binop": null, "updateContext": null }, - "start": 144727, - "end": 144730, + "start": 147117, + "end": 147120, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 52 }, "end": { - "line": 3277, + "line": 3319, "column": 55 } } @@ -1021678,15 +1022165,15 @@ "binop": null }, "value": "_parts", - "start": 144730, - "end": 144736, + "start": 147120, + "end": 147126, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 55 }, "end": { - "line": 3277, + "line": 3319, "column": 61 } } @@ -1021703,15 +1022190,15 @@ "postfix": false, "binop": null }, - "start": 144737, - "end": 144738, + "start": 147127, + "end": 147128, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 62 }, "end": { - "line": 3277, + "line": 3319, "column": 63 } } @@ -1021729,15 +1022216,15 @@ "binop": null, "updateContext": null }, - "start": 144738, - "end": 144739, + "start": 147128, + "end": 147129, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 63 }, "end": { - "line": 3277, + "line": 3319, "column": 64 } } @@ -1021755,15 +1022242,15 @@ "binop": null }, "value": "setFullYear", - "start": 144739, - "end": 144750, + "start": 147129, + "end": 147140, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 64 }, "end": { - "line": 3277, + "line": 3319, "column": 75 } } @@ -1021780,15 +1022267,15 @@ "postfix": false, "binop": null }, - "start": 144750, - "end": 144751, + "start": 147140, + "end": 147141, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 75 }, "end": { - "line": 3277, + "line": 3319, "column": 76 } } @@ -1021806,15 +1022293,15 @@ "binop": null }, "value": "parseInt", - "start": 144752, - "end": 144760, + "start": 147142, + "end": 147150, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 77 }, "end": { - "line": 3277, + "line": 3319, "column": 85 } } @@ -1021831,15 +1022318,15 @@ "postfix": false, "binop": null }, - "start": 144760, - "end": 144761, + "start": 147150, + "end": 147151, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 85 }, "end": { - "line": 3277, + "line": 3319, "column": 86 } } @@ -1021857,15 +1022344,15 @@ "binop": null }, "value": "_parts", - "start": 144762, - "end": 144768, + "start": 147152, + "end": 147158, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 87 }, "end": { - "line": 3277, + "line": 3319, "column": 93 } } @@ -1021883,15 +1022370,15 @@ "binop": null, "updateContext": null }, - "start": 144768, - "end": 144769, + "start": 147158, + "end": 147159, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 93 }, "end": { - "line": 3277, + "line": 3319, "column": 94 } } @@ -1021910,15 +1022397,15 @@ "updateContext": null }, "value": 0, - "start": 144769, - "end": 144770, + "start": 147159, + "end": 147160, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 94 }, "end": { - "line": 3277, + "line": 3319, "column": 95 } } @@ -1021936,15 +1022423,15 @@ "binop": null, "updateContext": null }, - "start": 144770, - "end": 144771, + "start": 147160, + "end": 147161, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 95 }, "end": { - "line": 3277, + "line": 3319, "column": 96 } } @@ -1021962,15 +1022449,15 @@ "binop": null, "updateContext": null }, - "start": 144771, - "end": 144772, + "start": 147161, + "end": 147162, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 96 }, "end": { - "line": 3277, + "line": 3319, "column": 97 } } @@ -1021989,15 +1022476,15 @@ "updateContext": null }, "value": 10, - "start": 144773, - "end": 144775, + "start": 147163, + "end": 147165, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 98 }, "end": { - "line": 3277, + "line": 3319, "column": 100 } } @@ -1022014,15 +1022501,15 @@ "postfix": false, "binop": null }, - "start": 144776, - "end": 144777, + "start": 147166, + "end": 147167, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 101 }, "end": { - "line": 3277, + "line": 3319, "column": 102 } } @@ -1022039,15 +1022526,15 @@ "postfix": false, "binop": null }, - "start": 144778, - "end": 144779, + "start": 147168, + "end": 147169, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 103 }, "end": { - "line": 3277, + "line": 3319, "column": 104 } } @@ -1022064,15 +1022551,15 @@ "postfix": false, "binop": null }, - "start": 144780, - "end": 144781, + "start": 147170, + "end": 147171, "loc": { "start": { - "line": 3277, + "line": 3319, "column": 105 }, "end": { - "line": 3277, + "line": 3319, "column": 106 } } @@ -1022092,15 +1022579,15 @@ "updateContext": null }, "value": "break", - "start": 144806, - "end": 144811, + "start": 147196, + "end": 147201, "loc": { "start": { - "line": 3278, + "line": 3320, "column": 24 }, "end": { - "line": 3278, + "line": 3320, "column": 29 } } @@ -1022117,15 +1022604,15 @@ "postfix": false, "binop": null }, - "start": 144832, - "end": 144833, + "start": 147222, + "end": 147223, "loc": { "start": { - "line": 3279, + "line": 3321, "column": 20 }, "end": { - "line": 3279, + "line": 3321, "column": 21 } } @@ -1022145,15 +1022632,15 @@ "updateContext": null }, "value": "case", - "start": 144854, - "end": 144858, + "start": 147244, + "end": 147248, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 20 }, "end": { - "line": 3280, + "line": 3322, "column": 24 } } @@ -1022175,15 +1022662,15 @@ "pattern": "^\\d+$", "flags": "" }, - "start": 144859, - "end": 144866, + "start": 147249, + "end": 147256, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 25 }, "end": { - "line": 3280, + "line": 3322, "column": 32 } } @@ -1022201,15 +1022688,15 @@ "binop": null, "updateContext": null }, - "start": 144866, - "end": 144867, + "start": 147256, + "end": 147257, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 32 }, "end": { - "line": 3280, + "line": 3322, "column": 33 } } @@ -1022227,15 +1022714,15 @@ "binop": null }, "value": "test", - "start": 144867, - "end": 144871, + "start": 147257, + "end": 147261, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 33 }, "end": { - "line": 3280, + "line": 3322, "column": 37 } } @@ -1022252,15 +1022739,15 @@ "postfix": false, "binop": null }, - "start": 144871, - "end": 144872, + "start": 147261, + "end": 147262, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 37 }, "end": { - "line": 3280, + "line": 3322, "column": 38 } } @@ -1022278,15 +1022765,15 @@ "binop": null }, "value": "_chk_str", - "start": 144873, - "end": 144881, + "start": 147263, + "end": 147271, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 39 }, "end": { - "line": 3280, + "line": 3322, "column": 47 } } @@ -1022303,15 +1022790,15 @@ "postfix": false, "binop": null }, - "start": 144882, - "end": 144883, + "start": 147272, + "end": 147273, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 48 }, "end": { - "line": 3280, + "line": 3322, "column": 49 } } @@ -1022329,15 +1022816,15 @@ "binop": null, "updateContext": null }, - "start": 144883, - "end": 144884, + "start": 147273, + "end": 147274, "loc": { "start": { - "line": 3280, + "line": 3322, "column": 49 }, "end": { - "line": 3280, + "line": 3322, "column": 50 } } @@ -1022355,15 +1022842,15 @@ "binop": null }, "value": "_date", - "start": 144909, - "end": 144914, + "start": 147299, + "end": 147304, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 24 }, "end": { - "line": 3281, + "line": 3323, "column": 29 } } @@ -1022382,15 +1022869,15 @@ "updateContext": null }, "value": "=", - "start": 144915, - "end": 144916, + "start": 147305, + "end": 147306, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 30 }, "end": { - "line": 3281, + "line": 3323, "column": 31 } } @@ -1022410,15 +1022897,15 @@ "updateContext": null }, "value": "new", - "start": 144917, - "end": 144920, + "start": 147307, + "end": 147310, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 32 }, "end": { - "line": 3281, + "line": 3323, "column": 35 } } @@ -1022436,15 +1022923,15 @@ "binop": null }, "value": "Date", - "start": 144921, - "end": 144925, + "start": 147311, + "end": 147315, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 36 }, "end": { - "line": 3281, + "line": 3323, "column": 40 } } @@ -1022461,15 +1022948,15 @@ "postfix": false, "binop": null }, - "start": 144925, - "end": 144926, + "start": 147315, + "end": 147316, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 40 }, "end": { - "line": 3281, + "line": 3323, "column": 41 } } @@ -1022488,15 +1022975,15 @@ "updateContext": null }, "value": 1, - "start": 144927, - "end": 144928, + "start": 147317, + "end": 147318, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 42 }, "end": { - "line": 3281, + "line": 3323, "column": 43 } } @@ -1022514,15 +1023001,15 @@ "binop": null, "updateContext": null }, - "start": 144928, - "end": 144929, + "start": 147318, + "end": 147319, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 43 }, "end": { - "line": 3281, + "line": 3323, "column": 44 } } @@ -1022541,15 +1023028,15 @@ "updateContext": null }, "value": 0, - "start": 144930, - "end": 144931, + "start": 147320, + "end": 147321, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 45 }, "end": { - "line": 3281, + "line": 3323, "column": 46 } } @@ -1022567,15 +1023054,15 @@ "binop": null, "updateContext": null }, - "start": 144931, - "end": 144932, + "start": 147321, + "end": 147322, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 46 }, "end": { - "line": 3281, + "line": 3323, "column": 47 } } @@ -1022594,15 +1023081,15 @@ "updateContext": null }, "value": 1, - "start": 144933, - "end": 144934, + "start": 147323, + "end": 147324, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 48 }, "end": { - "line": 3281, + "line": 3323, "column": 49 } } @@ -1022619,15 +1023106,15 @@ "postfix": false, "binop": null }, - "start": 144935, - "end": 144936, + "start": 147325, + "end": 147326, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 50 }, "end": { - "line": 3281, + "line": 3323, "column": 51 } } @@ -1022645,15 +1023132,15 @@ "binop": null, "updateContext": null }, - "start": 144936, - "end": 144937, + "start": 147326, + "end": 147327, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 51 }, "end": { - "line": 3281, + "line": 3323, "column": 52 } } @@ -1022671,15 +1023158,15 @@ "binop": null }, "value": "setFullYear", - "start": 144937, - "end": 144948, + "start": 147327, + "end": 147338, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 52 }, "end": { - "line": 3281, + "line": 3323, "column": 63 } } @@ -1022696,15 +1023183,15 @@ "postfix": false, "binop": null }, - "start": 144948, - "end": 144949, + "start": 147338, + "end": 147339, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 63 }, "end": { - "line": 3281, + "line": 3323, "column": 64 } } @@ -1022722,15 +1023209,15 @@ "binop": null }, "value": "parseInt", - "start": 144950, - "end": 144958, + "start": 147340, + "end": 147348, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 65 }, "end": { - "line": 3281, + "line": 3323, "column": 73 } } @@ -1022747,15 +1023234,15 @@ "postfix": false, "binop": null }, - "start": 144958, - "end": 144959, + "start": 147348, + "end": 147349, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 73 }, "end": { - "line": 3281, + "line": 3323, "column": 74 } } @@ -1022773,15 +1023260,15 @@ "binop": null }, "value": "_chk_str", - "start": 144960, - "end": 144968, + "start": 147350, + "end": 147358, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 75 }, "end": { - "line": 3281, + "line": 3323, "column": 83 } } @@ -1022799,15 +1023286,15 @@ "binop": null, "updateContext": null }, - "start": 144968, - "end": 144969, + "start": 147358, + "end": 147359, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 83 }, "end": { - "line": 3281, + "line": 3323, "column": 84 } } @@ -1022826,15 +1023313,15 @@ "updateContext": null }, "value": 10, - "start": 144970, - "end": 144972, + "start": 147360, + "end": 147362, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 85 }, "end": { - "line": 3281, + "line": 3323, "column": 87 } } @@ -1022851,15 +1023338,15 @@ "postfix": false, "binop": null }, - "start": 144973, - "end": 144974, + "start": 147363, + "end": 147364, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 88 }, "end": { - "line": 3281, + "line": 3323, "column": 89 } } @@ -1022876,15 +1023363,15 @@ "postfix": false, "binop": null }, - "start": 144975, - "end": 144976, + "start": 147365, + "end": 147366, "loc": { "start": { - "line": 3281, + "line": 3323, "column": 90 }, "end": { - "line": 3281, + "line": 3323, "column": 91 } } @@ -1022904,15 +1023391,15 @@ "updateContext": null }, "value": "break", - "start": 145001, - "end": 145006, + "start": 147391, + "end": 147396, "loc": { "start": { - "line": 3282, + "line": 3324, "column": 24 }, "end": { - "line": 3282, + "line": 3324, "column": 29 } } @@ -1022932,15 +1023419,15 @@ "updateContext": null }, "value": "default", - "start": 145027, - "end": 145034, + "start": 147417, + "end": 147424, "loc": { "start": { - "line": 3283, + "line": 3325, "column": 20 }, "end": { - "line": 3283, + "line": 3325, "column": 27 } } @@ -1022958,15 +1023445,15 @@ "binop": null, "updateContext": null }, - "start": 145034, - "end": 145035, + "start": 147424, + "end": 147425, "loc": { "start": { - "line": 3283, + "line": 3325, "column": 27 }, "end": { - "line": 3283, + "line": 3325, "column": 28 } } @@ -1022984,15 +1023471,15 @@ "binop": null }, "value": "_date", - "start": 145060, - "end": 145065, + "start": 147450, + "end": 147455, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 24 }, "end": { - "line": 3284, + "line": 3326, "column": 29 } } @@ -1023011,15 +1023498,15 @@ "updateContext": null }, "value": "=", - "start": 145066, - "end": 145067, + "start": 147456, + "end": 147457, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 30 }, "end": { - "line": 3284, + "line": 3326, "column": 31 } } @@ -1023039,15 +1023526,15 @@ "updateContext": null }, "value": "new", - "start": 145068, - "end": 145071, + "start": 147458, + "end": 147461, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 32 }, "end": { - "line": 3284, + "line": 3326, "column": 35 } } @@ -1023065,15 +1023552,15 @@ "binop": null }, "value": "Date", - "start": 145072, - "end": 145076, + "start": 147462, + "end": 147466, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 36 }, "end": { - "line": 3284, + "line": 3326, "column": 40 } } @@ -1023090,15 +1023577,15 @@ "postfix": false, "binop": null }, - "start": 145076, - "end": 145077, + "start": 147466, + "end": 147467, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 40 }, "end": { - "line": 3284, + "line": 3326, "column": 41 } } @@ -1023116,15 +1023603,15 @@ "binop": null }, "value": "_chk_str", - "start": 145078, - "end": 145086, + "start": 147468, + "end": 147476, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 42 }, "end": { - "line": 3284, + "line": 3326, "column": 50 } } @@ -1023142,15 +1023629,15 @@ "binop": null, "updateContext": null }, - "start": 145086, - "end": 145087, + "start": 147476, + "end": 147477, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 50 }, "end": { - "line": 3284, + "line": 3326, "column": 51 } } @@ -1023168,15 +1023655,15 @@ "binop": null }, "value": "toString", - "start": 145087, - "end": 145095, + "start": 147477, + "end": 147485, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 51 }, "end": { - "line": 3284, + "line": 3326, "column": 59 } } @@ -1023193,15 +1023680,15 @@ "postfix": false, "binop": null }, - "start": 145095, - "end": 145096, + "start": 147485, + "end": 147486, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 59 }, "end": { - "line": 3284, + "line": 3326, "column": 60 } } @@ -1023218,15 +1023705,15 @@ "postfix": false, "binop": null }, - "start": 145096, - "end": 145097, + "start": 147486, + "end": 147487, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 60 }, "end": { - "line": 3284, + "line": 3326, "column": 61 } } @@ -1023243,15 +1023730,15 @@ "postfix": false, "binop": null }, - "start": 145098, - "end": 145099, + "start": 147488, + "end": 147489, "loc": { "start": { - "line": 3284, + "line": 3326, "column": 62 }, "end": { - "line": 3284, + "line": 3326, "column": 63 } } @@ -1023271,15 +1023758,15 @@ "updateContext": null }, "value": "break", - "start": 145124, - "end": 145129, + "start": 147514, + "end": 147519, "loc": { "start": { - "line": 3285, + "line": 3327, "column": 24 }, "end": { - "line": 3285, + "line": 3327, "column": 29 } } @@ -1023296,15 +1023783,15 @@ "postfix": false, "binop": null }, - "start": 145146, - "end": 145147, + "start": 147536, + "end": 147537, "loc": { "start": { - "line": 3286, + "line": 3328, "column": 16 }, "end": { - "line": 3286, + "line": 3328, "column": 17 } } @@ -1023324,15 +1023811,15 @@ "updateContext": null }, "value": "return", - "start": 145165, - "end": 145171, + "start": 147555, + "end": 147561, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 16 }, "end": { - "line": 3287, + "line": 3329, "column": 22 } } @@ -1023350,15 +1023837,15 @@ "binop": null }, "value": "_date", - "start": 145172, - "end": 145177, + "start": 147562, + "end": 147567, "loc": { "start": { - "line": 3287, + "line": 3329, "column": 23 }, "end": { - "line": 3287, + "line": 3329, "column": 28 } } @@ -1023375,15 +1023862,15 @@ "postfix": false, "binop": null }, - "start": 145190, - "end": 145191, + "start": 147580, + "end": 147581, "loc": { "start": { - "line": 3288, + "line": 3330, "column": 12 }, "end": { - "line": 3288, + "line": 3330, "column": 13 } } @@ -1023401,15 +1023888,15 @@ "binop": null, "updateContext": null }, - "start": 145191, - "end": 145192, + "start": 147581, + "end": 147582, "loc": { "start": { - "line": 3288, + "line": 3330, "column": 13 }, "end": { - "line": 3288, + "line": 3330, "column": 14 } } @@ -1023427,15 +1023914,15 @@ "binop": null }, "value": "_checkDate", - "start": 145205, - "end": 145215, + "start": 147595, + "end": 147605, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 12 }, "end": { - "line": 3289, + "line": 3331, "column": 22 } } @@ -1023454,15 +1023941,15 @@ "updateContext": null }, "value": "=", - "start": 145216, - "end": 145217, + "start": 147606, + "end": 147607, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 23 }, "end": { - "line": 3289, + "line": 3331, "column": 24 } } @@ -1023480,15 +1023967,15 @@ "binop": null }, "value": "getDateObject", - "start": 145218, - "end": 145231, + "start": 147608, + "end": 147621, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 25 }, "end": { - "line": 3289, + "line": 3331, "column": 38 } } @@ -1023505,15 +1023992,15 @@ "postfix": false, "binop": null }, - "start": 145231, - "end": 145232, + "start": 147621, + "end": 147622, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 38 }, "end": { - "line": 3289, + "line": 3331, "column": 39 } } @@ -1023531,15 +1024018,15 @@ "binop": null }, "value": "datetime_str", - "start": 145233, - "end": 145245, + "start": 147623, + "end": 147635, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 40 }, "end": { - "line": 3289, + "line": 3331, "column": 52 } } @@ -1023556,15 +1024043,15 @@ "postfix": false, "binop": null }, - "start": 145246, - "end": 145247, + "start": 147636, + "end": 147637, "loc": { "start": { - "line": 3289, + "line": 3331, "column": 53 }, "end": { - "line": 3289, + "line": 3331, "column": 54 } } @@ -1023584,15 +1024071,15 @@ "updateContext": null }, "value": "if", - "start": 145265, - "end": 145267, + "start": 147655, + "end": 147657, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 8 }, "end": { - "line": 3291, + "line": 3333, "column": 10 } } @@ -1023609,15 +1024096,15 @@ "postfix": false, "binop": null }, - "start": 145268, - "end": 145269, + "start": 147658, + "end": 147659, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 11 }, "end": { - "line": 3291, + "line": 3333, "column": 12 } } @@ -1023635,15 +1024122,15 @@ "binop": null }, "value": "isNaN", - "start": 145270, - "end": 145275, + "start": 147660, + "end": 147665, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 13 }, "end": { - "line": 3291, + "line": 3333, "column": 18 } } @@ -1023660,15 +1024147,15 @@ "postfix": false, "binop": null }, - "start": 145275, - "end": 145276, + "start": 147665, + "end": 147666, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 18 }, "end": { - "line": 3291, + "line": 3333, "column": 19 } } @@ -1023686,15 +1024173,15 @@ "binop": null }, "value": "_checkDate", - "start": 145277, - "end": 145287, + "start": 147667, + "end": 147677, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 20 }, "end": { - "line": 3291, + "line": 3333, "column": 30 } } @@ -1023711,15 +1024198,15 @@ "postfix": false, "binop": null }, - "start": 145288, - "end": 145289, + "start": 147678, + "end": 147679, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 31 }, "end": { - "line": 3291, + "line": 3333, "column": 32 } } @@ -1023738,15 +1024225,15 @@ "updateContext": null }, "value": "||", - "start": 145290, - "end": 145292, + "start": 147680, + "end": 147682, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 33 }, "end": { - "line": 3291, + "line": 3333, "column": 35 } } @@ -1023766,15 +1024253,15 @@ "updateContext": null }, "value": "this", - "start": 145293, - "end": 145297, + "start": 147683, + "end": 147687, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 36 }, "end": { - "line": 3291, + "line": 3333, "column": 40 } } @@ -1023792,15 +1024279,15 @@ "binop": null, "updateContext": null }, - "start": 145297, - "end": 145298, + "start": 147687, + "end": 147688, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 40 }, "end": { - "line": 3291, + "line": 3333, "column": 41 } } @@ -1023818,15 +1024305,15 @@ "binop": null }, "value": "is_empty", - "start": 145298, - "end": 145306, + "start": 147688, + "end": 147696, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 41 }, "end": { - "line": 3291, + "line": 3333, "column": 49 } } @@ -1023843,15 +1024330,15 @@ "postfix": false, "binop": null }, - "start": 145306, - "end": 145307, + "start": 147696, + "end": 147697, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 49 }, "end": { - "line": 3291, + "line": 3333, "column": 50 } } @@ -1023869,15 +1024356,15 @@ "binop": null }, "value": "_checkDate", - "start": 145308, - "end": 145318, + "start": 147698, + "end": 147708, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 51 }, "end": { - "line": 3291, + "line": 3333, "column": 61 } } @@ -1023894,15 +1024381,15 @@ "postfix": false, "binop": null }, - "start": 145319, - "end": 145320, + "start": 147709, + "end": 147710, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 62 }, "end": { - "line": 3291, + "line": 3333, "column": 63 } } @@ -1023919,15 +1024406,15 @@ "postfix": false, "binop": null }, - "start": 145321, - "end": 145322, + "start": 147711, + "end": 147712, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 64 }, "end": { - "line": 3291, + "line": 3333, "column": 65 } } @@ -1023944,15 +1024431,15 @@ "postfix": false, "binop": null }, - "start": 145323, - "end": 145324, + "start": 147713, + "end": 147714, "loc": { "start": { - "line": 3291, + "line": 3333, "column": 66 }, "end": { - "line": 3291, + "line": 3333, "column": 67 } } @@ -1023970,15 +1024457,15 @@ "binop": null }, "value": "console", - "start": 145337, - "end": 145344, + "start": 147727, + "end": 147734, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 12 }, "end": { - "line": 3292, + "line": 3334, "column": 19 } } @@ -1023996,15 +1024483,15 @@ "binop": null, "updateContext": null }, - "start": 145344, - "end": 145345, + "start": 147734, + "end": 147735, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 19 }, "end": { - "line": 3292, + "line": 3334, "column": 20 } } @@ -1024022,15 +1024509,15 @@ "binop": null }, "value": "warn", - "start": 145345, - "end": 145349, + "start": 147735, + "end": 147739, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 20 }, "end": { - "line": 3292, + "line": 3334, "column": 24 } } @@ -1024047,15 +1024534,15 @@ "postfix": false, "binop": null }, - "start": 145349, - "end": 145350, + "start": 147739, + "end": 147740, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 24 }, "end": { - "line": 3292, + "line": 3334, "column": 25 } } @@ -1024072,15 +1024559,15 @@ "postfix": false, "binop": null }, - "start": 145351, - "end": 145352, + "start": 147741, + "end": 147742, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 26 }, "end": { - "line": 3292, + "line": 3334, "column": 27 } } @@ -1024099,15 +1024586,15 @@ "updateContext": null }, "value": "\"", - "start": 145352, - "end": 145353, + "start": 147742, + "end": 147743, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 27 }, "end": { - "line": 3292, + "line": 3334, "column": 28 } } @@ -1024124,15 +1024611,15 @@ "postfix": false, "binop": null }, - "start": 145353, - "end": 145355, + "start": 147743, + "end": 147745, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 28 }, "end": { - "line": 3292, + "line": 3334, "column": 30 } } @@ -1024150,15 +1024637,15 @@ "binop": null }, "value": "datetime_str", - "start": 145355, - "end": 145367, + "start": 147745, + "end": 147757, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 30 }, "end": { - "line": 3292, + "line": 3334, "column": 42 } } @@ -1024175,15 +1024662,15 @@ "postfix": false, "binop": null }, - "start": 145367, - "end": 145368, + "start": 147757, + "end": 147758, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 42 }, "end": { - "line": 3292, + "line": 3334, "column": 43 } } @@ -1024202,15 +1024689,15 @@ "updateContext": null }, "value": "\" Cannot parse date because invalid format.", - "start": 145368, - "end": 145411, + "start": 147758, + "end": 147801, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 43 }, "end": { - "line": 3292, + "line": 3334, "column": 86 } } @@ -1024227,15 +1024714,15 @@ "postfix": false, "binop": null }, - "start": 145411, - "end": 145412, + "start": 147801, + "end": 147802, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 86 }, "end": { - "line": 3292, + "line": 3334, "column": 87 } } @@ -1024252,15 +1024739,15 @@ "postfix": false, "binop": null }, - "start": 145413, - "end": 145414, + "start": 147803, + "end": 147804, "loc": { "start": { - "line": 3292, + "line": 3334, "column": 88 }, "end": { - "line": 3292, + "line": 3334, "column": 89 } } @@ -1024280,15 +1024767,15 @@ "updateContext": null }, "value": "return", - "start": 145427, - "end": 145433, + "start": 147817, + "end": 147823, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 12 }, "end": { - "line": 3293, + "line": 3335, "column": 18 } } @@ -1024308,15 +1024795,15 @@ "updateContext": null }, "value": "null", - "start": 145434, - "end": 145438, + "start": 147824, + "end": 147828, "loc": { "start": { - "line": 3293, + "line": 3335, "column": 19 }, "end": { - "line": 3293, + "line": 3335, "column": 23 } } @@ -1024333,15 +1024820,15 @@ "postfix": false, "binop": null }, - "start": 145447, - "end": 145448, + "start": 147837, + "end": 147838, "loc": { "start": { - "line": 3294, + "line": 3336, "column": 8 }, "end": { - "line": 3294, + "line": 3336, "column": 9 } } @@ -1024349,15 +1024836,15 @@ { "type": "CommentBlock", "value": "\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n ", - "start": 145457, - "end": 145802, + "start": 147847, + "end": 148192, "loc": { "start": { - "line": 3295, + "line": 3337, "column": 8 }, "end": { - "line": 3305, + "line": 3347, "column": 10 } } @@ -1024377,15 +1024864,15 @@ "updateContext": null }, "value": "if", - "start": 145811, - "end": 145813, + "start": 148201, + "end": 148203, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 8 }, "end": { - "line": 3306, + "line": 3348, "column": 10 } } @@ -1024402,15 +1024889,15 @@ "postfix": false, "binop": null }, - "start": 145814, - "end": 145815, + "start": 148204, + "end": 148205, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 11 }, "end": { - "line": 3306, + "line": 3348, "column": 12 } } @@ -1024430,15 +1024917,15 @@ "updateContext": null }, "value": "typeof", - "start": 145816, - "end": 145822, + "start": 148206, + "end": 148212, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 13 }, "end": { - "line": 3306, + "line": 3348, "column": 19 } } @@ -1024456,15 +1024943,15 @@ "binop": null }, "value": "_checkDate", - "start": 145823, - "end": 145833, + "start": 148213, + "end": 148223, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 20 }, "end": { - "line": 3306, + "line": 3348, "column": 30 } } @@ -1024483,15 +1024970,15 @@ "updateContext": null }, "value": "!==", - "start": 145834, - "end": 145837, + "start": 148224, + "end": 148227, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 31 }, "end": { - "line": 3306, + "line": 3348, "column": 34 } } @@ -1024510,15 +1024997,15 @@ "updateContext": null }, "value": "object", - "start": 145838, - "end": 145846, + "start": 148228, + "end": 148236, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 35 }, "end": { - "line": 3306, + "line": 3348, "column": 43 } } @@ -1024535,15 +1025022,15 @@ "postfix": false, "binop": null }, - "start": 145847, - "end": 145848, + "start": 148237, + "end": 148238, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 44 }, "end": { - "line": 3306, + "line": 3348, "column": 45 } } @@ -1024560,15 +1025047,15 @@ "postfix": false, "binop": null }, - "start": 145849, - "end": 145850, + "start": 148239, + "end": 148240, "loc": { "start": { - "line": 3306, + "line": 3348, "column": 46 }, "end": { - "line": 3306, + "line": 3348, "column": 47 } } @@ -1024586,15 +1025073,15 @@ "binop": null }, "value": "_checkDate", - "start": 145863, - "end": 145873, + "start": 148253, + "end": 148263, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 12 }, "end": { - "line": 3307, + "line": 3349, "column": 22 } } @@ -1024613,15 +1025100,15 @@ "updateContext": null }, "value": "=", - "start": 145874, - "end": 145875, + "start": 148264, + "end": 148265, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 23 }, "end": { - "line": 3307, + "line": 3349, "column": 24 } } @@ -1024641,15 +1025128,15 @@ "updateContext": null }, "value": "new", - "start": 145876, - "end": 145879, + "start": 148266, + "end": 148269, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 25 }, "end": { - "line": 3307, + "line": 3349, "column": 28 } } @@ -1024667,15 +1025154,15 @@ "binop": null }, "value": "Date", - "start": 145880, - "end": 145884, + "start": 148270, + "end": 148274, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 29 }, "end": { - "line": 3307, + "line": 3349, "column": 33 } } @@ -1024692,15 +1025179,15 @@ "postfix": false, "binop": null }, - "start": 145884, - "end": 145885, + "start": 148274, + "end": 148275, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 33 }, "end": { - "line": 3307, + "line": 3349, "column": 34 } } @@ -1024718,15 +1025205,15 @@ "binop": null }, "value": "_checkDate", - "start": 145886, - "end": 145896, + "start": 148276, + "end": 148286, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 35 }, "end": { - "line": 3307, + "line": 3349, "column": 45 } } @@ -1024743,15 +1025230,15 @@ "postfix": false, "binop": null }, - "start": 145897, - "end": 145898, + "start": 148287, + "end": 148288, "loc": { "start": { - "line": 3307, + "line": 3349, "column": 46 }, "end": { - "line": 3307, + "line": 3349, "column": 47 } } @@ -1024768,15 +1025255,15 @@ "postfix": false, "binop": null }, - "start": 145907, - "end": 145908, + "start": 148297, + "end": 148298, "loc": { "start": { - "line": 3308, + "line": 3350, "column": 8 }, "end": { - "line": 3308, + "line": 3350, "column": 9 } } @@ -1024784,15 +1025271,15 @@ { "type": "CommentLine", "value": "console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )", - "start": 145909, - "end": 146013, + "start": 148299, + "end": 148403, "loc": { "start": { - "line": 3309, + "line": 3351, "column": 0 }, "end": { - "line": 3309, + "line": 3351, "column": 104 } } @@ -1024812,15 +1025299,15 @@ "updateContext": null }, "value": "return", - "start": 146022, - "end": 146028, + "start": 148412, + "end": 148418, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 8 }, "end": { - "line": 3310, + "line": 3352, "column": 14 } } @@ -1024838,15 +1025325,15 @@ "binop": null }, "value": "_checkDate", - "start": 146029, - "end": 146039, + "start": 148419, + "end": 148429, "loc": { "start": { - "line": 3310, + "line": 3352, "column": 15 }, "end": { - "line": 3310, + "line": 3352, "column": 25 } } @@ -1024863,15 +1025350,15 @@ "postfix": false, "binop": null }, - "start": 146044, - "end": 146045, + "start": 148434, + "end": 148435, "loc": { "start": { - "line": 3311, + "line": 3353, "column": 4 }, "end": { - "line": 3311, + "line": 3353, "column": 5 } } @@ -1024879,15 +1025366,15 @@ { "type": "CommentBlock", "value": "*\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n ", - "start": 146055, - "end": 146187, + "start": 148445, + "end": 148577, "loc": { "start": { - "line": 3313, + "line": 3355, "column": 4 }, "end": { - "line": 3317, + "line": 3359, "column": 7 } } @@ -1024905,15 +1025392,15 @@ "binop": null }, "value": "getWeek", - "start": 146192, - "end": 146199, + "start": 148582, + "end": 148589, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 4 }, "end": { - "line": 3318, + "line": 3360, "column": 11 } } @@ -1024930,15 +1025417,15 @@ "postfix": false, "binop": null }, - "start": 146199, - "end": 146200, + "start": 148589, + "end": 148590, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 11 }, "end": { - "line": 3318, + "line": 3360, "column": 12 } } @@ -1024956,15 +1025443,15 @@ "binop": null }, "value": "date_str", - "start": 146201, - "end": 146209, + "start": 148591, + "end": 148599, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 13 }, "end": { - "line": 3318, + "line": 3360, "column": 21 } } @@ -1024981,15 +1025468,15 @@ "postfix": false, "binop": null }, - "start": 146210, - "end": 146211, + "start": 148600, + "end": 148601, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 22 }, "end": { - "line": 3318, + "line": 3360, "column": 23 } } @@ -1025006,15 +1025493,15 @@ "postfix": false, "binop": null }, - "start": 146212, - "end": 146213, + "start": 148602, + "end": 148603, "loc": { "start": { - "line": 3318, + "line": 3360, "column": 24 }, "end": { - "line": 3318, + "line": 3360, "column": 25 } } @@ -1025034,15 +1025521,15 @@ "updateContext": null }, "value": "let", - "start": 146222, - "end": 146225, + "start": 148612, + "end": 148615, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 8 }, "end": { - "line": 3319, + "line": 3361, "column": 11 } } @@ -1025060,15 +1025547,15 @@ "binop": null }, "value": "targetDate", - "start": 146226, - "end": 146236, + "start": 148616, + "end": 148626, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 12 }, "end": { - "line": 3319, + "line": 3361, "column": 22 } } @@ -1025086,15 +1025573,15 @@ "binop": null, "updateContext": null }, - "start": 146236, - "end": 146237, + "start": 148626, + "end": 148627, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 22 }, "end": { - "line": 3319, + "line": 3361, "column": 23 } } @@ -1025112,15 +1025599,15 @@ "binop": null }, "value": "_str", - "start": 146238, - "end": 146242, + "start": 148628, + "end": 148632, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 24 }, "end": { - "line": 3319, + "line": 3361, "column": 28 } } @@ -1025138,15 +1025625,15 @@ "binop": null, "updateContext": null }, - "start": 146242, - "end": 146243, + "start": 148632, + "end": 148633, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 28 }, "end": { - "line": 3319, + "line": 3361, "column": 29 } } @@ -1025164,15 +1025651,15 @@ "binop": null }, "value": "_onejan", - "start": 146244, - "end": 146251, + "start": 148634, + "end": 148641, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 30 }, "end": { - "line": 3319, + "line": 3361, "column": 37 } } @@ -1025190,15 +1025677,15 @@ "binop": null, "updateContext": null }, - "start": 146251, - "end": 146252, + "start": 148641, + "end": 148642, "loc": { "start": { - "line": 3319, + "line": 3361, "column": 37 }, "end": { - "line": 3319, + "line": 3361, "column": 38 } } @@ -1025216,15 +1025703,15 @@ "binop": null }, "value": "_millisecInDay", - "start": 146265, - "end": 146279, + "start": 148655, + "end": 148669, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 12 }, "end": { - "line": 3320, + "line": 3362, "column": 26 } } @@ -1025243,15 +1025730,15 @@ "updateContext": null }, "value": "=", - "start": 146280, - "end": 146281, + "start": 148670, + "end": 148671, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 27 }, "end": { - "line": 3320, + "line": 3362, "column": 28 } } @@ -1025270,15 +1025757,15 @@ "updateContext": null }, "value": 24, - "start": 146282, - "end": 146284, + "start": 148672, + "end": 148674, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 29 }, "end": { - "line": 3320, + "line": 3362, "column": 31 } } @@ -1025297,15 +1025784,15 @@ "updateContext": null }, "value": "*", - "start": 146285, - "end": 146286, + "start": 148675, + "end": 148676, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 32 }, "end": { - "line": 3320, + "line": 3362, "column": 33 } } @@ -1025324,15 +1025811,15 @@ "updateContext": null }, "value": 60, - "start": 146287, - "end": 146289, + "start": 148677, + "end": 148679, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 34 }, "end": { - "line": 3320, + "line": 3362, "column": 36 } } @@ -1025351,15 +1025838,15 @@ "updateContext": null }, "value": "*", - "start": 146290, - "end": 146291, + "start": 148680, + "end": 148681, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 37 }, "end": { - "line": 3320, + "line": 3362, "column": 38 } } @@ -1025378,15 +1025865,15 @@ "updateContext": null }, "value": 60, - "start": 146292, - "end": 146294, + "start": 148682, + "end": 148684, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 39 }, "end": { - "line": 3320, + "line": 3362, "column": 41 } } @@ -1025405,15 +1025892,15 @@ "updateContext": null }, "value": "*", - "start": 146295, - "end": 146296, + "start": 148685, + "end": 148686, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 42 }, "end": { - "line": 3320, + "line": 3362, "column": 43 } } @@ -1025432,15 +1025919,15 @@ "updateContext": null }, "value": 1000, - "start": 146297, - "end": 146301, + "start": 148687, + "end": 148691, "loc": { "start": { - "line": 3320, + "line": 3362, "column": 44 }, "end": { - "line": 3320, + "line": 3362, "column": 48 } } @@ -1025460,15 +1025947,15 @@ "updateContext": null }, "value": "if", - "start": 146319, - "end": 146321, + "start": 148709, + "end": 148711, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 8 }, "end": { - "line": 3322, + "line": 3364, "column": 10 } } @@ -1025485,15 +1025972,15 @@ "postfix": false, "binop": null }, - "start": 146322, - "end": 146323, + "start": 148712, + "end": 148713, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 11 }, "end": { - "line": 3322, + "line": 3364, "column": 12 } } @@ -1025515,15 +1026002,15 @@ "pattern": "^\\d{1,4}(|\\/\\d{1,2}(|\\/\\d{1,2}))$", "flags": "" }, - "start": 146324, - "end": 146359, + "start": 148714, + "end": 148749, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 13 }, "end": { - "line": 3322, + "line": 3364, "column": 48 } } @@ -1025541,15 +1026028,15 @@ "binop": null, "updateContext": null }, - "start": 146359, - "end": 146360, + "start": 148749, + "end": 148750, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 48 }, "end": { - "line": 3322, + "line": 3364, "column": 49 } } @@ -1025567,15 +1026054,15 @@ "binop": null }, "value": "test", - "start": 146360, - "end": 146364, + "start": 148750, + "end": 148754, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 49 }, "end": { - "line": 3322, + "line": 3364, "column": 53 } } @@ -1025592,15 +1026079,15 @@ "postfix": false, "binop": null }, - "start": 146364, - "end": 146365, + "start": 148754, + "end": 148755, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 53 }, "end": { - "line": 3322, + "line": 3364, "column": 54 } } @@ -1025618,15 +1026105,15 @@ "binop": null }, "value": "date_str", - "start": 146366, - "end": 146374, + "start": 148756, + "end": 148764, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 55 }, "end": { - "line": 3322, + "line": 3364, "column": 63 } } @@ -1025643,15 +1026130,15 @@ "postfix": false, "binop": null }, - "start": 146375, - "end": 146376, + "start": 148765, + "end": 148766, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 64 }, "end": { - "line": 3322, + "line": 3364, "column": 65 } } @@ -1025668,15 +1026155,15 @@ "postfix": false, "binop": null }, - "start": 146377, - "end": 146378, + "start": 148767, + "end": 148768, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 66 }, "end": { - "line": 3322, + "line": 3364, "column": 67 } } @@ -1025693,15 +1026180,15 @@ "postfix": false, "binop": null }, - "start": 146379, - "end": 146380, + "start": 148769, + "end": 148770, "loc": { "start": { - "line": 3322, + "line": 3364, "column": 68 }, "end": { - "line": 3322, + "line": 3364, "column": 69 } } @@ -1025719,15 +1026206,15 @@ "binop": null }, "value": "_str", - "start": 146393, - "end": 146397, + "start": 148783, + "end": 148787, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 12 }, "end": { - "line": 3323, + "line": 3365, "column": 16 } } @@ -1025746,15 +1026233,15 @@ "updateContext": null }, "value": "=", - "start": 146398, - "end": 146399, + "start": 148788, + "end": 148789, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 17 }, "end": { - "line": 3323, + "line": 3365, "column": 18 } } @@ -1025772,15 +1026259,15 @@ "binop": null }, "value": "date_str", - "start": 146400, - "end": 146408, + "start": 148790, + "end": 148798, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 19 }, "end": { - "line": 3323, + "line": 3365, "column": 27 } } @@ -1025798,15 +1026285,15 @@ "binop": null, "updateContext": null }, - "start": 146408, - "end": 146409, + "start": 148798, + "end": 148799, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 27 }, "end": { - "line": 3323, + "line": 3365, "column": 28 } } @@ -1025824,15 +1026311,15 @@ "binop": null }, "value": "split", - "start": 146409, - "end": 146414, + "start": 148799, + "end": 148804, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 28 }, "end": { - "line": 3323, + "line": 3365, "column": 33 } } @@ -1025849,15 +1026336,15 @@ "postfix": false, "binop": null }, - "start": 146414, - "end": 146415, + "start": 148804, + "end": 148805, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 33 }, "end": { - "line": 3323, + "line": 3365, "column": 34 } } @@ -1025876,15 +1026363,15 @@ "updateContext": null }, "value": "/", - "start": 146415, - "end": 146418, + "start": 148805, + "end": 148808, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 34 }, "end": { - "line": 3323, + "line": 3365, "column": 37 } } @@ -1025901,15 +1026388,15 @@ "postfix": false, "binop": null }, - "start": 146418, - "end": 146419, + "start": 148808, + "end": 148809, "loc": { "start": { - "line": 3323, + "line": 3365, "column": 37 }, "end": { - "line": 3323, + "line": 3365, "column": 38 } } @@ -1025929,15 +1026416,15 @@ "updateContext": null }, "value": "if", - "start": 146432, - "end": 146434, + "start": 148822, + "end": 148824, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 12 }, "end": { - "line": 3324, + "line": 3366, "column": 14 } } @@ -1025954,15 +1026441,15 @@ "postfix": false, "binop": null }, - "start": 146435, - "end": 146436, + "start": 148825, + "end": 148826, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 15 }, "end": { - "line": 3324, + "line": 3366, "column": 16 } } @@ -1025981,15 +1026468,15 @@ "updateContext": null }, "value": "!", - "start": 146437, - "end": 146438, + "start": 148827, + "end": 148828, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 17 }, "end": { - "line": 3324, + "line": 3366, "column": 18 } } @@ -1026009,15 +1026496,15 @@ "updateContext": null }, "value": "this", - "start": 146439, - "end": 146443, + "start": 148829, + "end": 148833, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 19 }, "end": { - "line": 3324, + "line": 3366, "column": 23 } } @@ -1026035,15 +1026522,15 @@ "binop": null, "updateContext": null }, - "start": 146443, - "end": 146444, + "start": 148833, + "end": 148834, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 23 }, "end": { - "line": 3324, + "line": 3366, "column": 24 } } @@ -1026061,15 +1026548,15 @@ "binop": null }, "value": "is_empty", - "start": 146444, - "end": 146452, + "start": 148834, + "end": 148842, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 24 }, "end": { - "line": 3324, + "line": 3366, "column": 32 } } @@ -1026086,15 +1026573,15 @@ "postfix": false, "binop": null }, - "start": 146452, - "end": 146453, + "start": 148842, + "end": 148843, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 32 }, "end": { - "line": 3324, + "line": 3366, "column": 33 } } @@ -1026112,15 +1026599,15 @@ "binop": null }, "value": "_str", - "start": 146454, - "end": 146458, + "start": 148844, + "end": 148848, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 34 }, "end": { - "line": 3324, + "line": 3366, "column": 38 } } @@ -1026138,15 +1026625,15 @@ "binop": null, "updateContext": null }, - "start": 146458, - "end": 146459, + "start": 148848, + "end": 148849, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 38 }, "end": { - "line": 3324, + "line": 3366, "column": 39 } } @@ -1026165,15 +1026652,15 @@ "updateContext": null }, "value": 1, - "start": 146459, - "end": 146460, + "start": 148849, + "end": 148850, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 39 }, "end": { - "line": 3324, + "line": 3366, "column": 40 } } @@ -1026191,15 +1026678,15 @@ "binop": null, "updateContext": null }, - "start": 146460, - "end": 146461, + "start": 148850, + "end": 148851, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 40 }, "end": { - "line": 3324, + "line": 3366, "column": 41 } } @@ -1026216,15 +1026703,15 @@ "postfix": false, "binop": null }, - "start": 146462, - "end": 146463, + "start": 148852, + "end": 148853, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 42 }, "end": { - "line": 3324, + "line": 3366, "column": 43 } } @@ -1026241,15 +1026728,15 @@ "postfix": false, "binop": null }, - "start": 146464, - "end": 146465, + "start": 148854, + "end": 148855, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 44 }, "end": { - "line": 3324, + "line": 3366, "column": 45 } } @@ -1026266,15 +1026753,15 @@ "postfix": false, "binop": null }, - "start": 146466, - "end": 146467, + "start": 148856, + "end": 148857, "loc": { "start": { - "line": 3324, + "line": 3366, "column": 46 }, "end": { - "line": 3324, + "line": 3366, "column": 47 } } @@ -1026292,15 +1026779,15 @@ "binop": null }, "value": "_str", - "start": 146484, - "end": 146488, + "start": 148874, + "end": 148878, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 16 }, "end": { - "line": 3325, + "line": 3367, "column": 20 } } @@ -1026318,15 +1026805,15 @@ "binop": null, "updateContext": null }, - "start": 146488, - "end": 146489, + "start": 148878, + "end": 148879, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 20 }, "end": { - "line": 3325, + "line": 3367, "column": 21 } } @@ -1026345,15 +1026832,15 @@ "updateContext": null }, "value": 1, - "start": 146489, - "end": 146490, + "start": 148879, + "end": 148880, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 21 }, "end": { - "line": 3325, + "line": 3367, "column": 22 } } @@ -1026371,15 +1026858,15 @@ "binop": null, "updateContext": null }, - "start": 146490, - "end": 146491, + "start": 148880, + "end": 148881, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 22 }, "end": { - "line": 3325, + "line": 3367, "column": 23 } } @@ -1026398,15 +1026885,15 @@ "updateContext": null }, "value": "=", - "start": 146492, - "end": 146493, + "start": 148882, + "end": 148883, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 24 }, "end": { - "line": 3325, + "line": 3367, "column": 25 } } @@ -1026424,15 +1026911,15 @@ "binop": null }, "value": "parseInt", - "start": 146494, - "end": 146502, + "start": 148884, + "end": 148892, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 26 }, "end": { - "line": 3325, + "line": 3367, "column": 34 } } @@ -1026449,15 +1026936,15 @@ "postfix": false, "binop": null }, - "start": 146502, - "end": 146503, + "start": 148892, + "end": 148893, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 34 }, "end": { - "line": 3325, + "line": 3367, "column": 35 } } @@ -1026475,15 +1026962,15 @@ "binop": null }, "value": "_str", - "start": 146504, - "end": 146508, + "start": 148894, + "end": 148898, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 36 }, "end": { - "line": 3325, + "line": 3367, "column": 40 } } @@ -1026501,15 +1026988,15 @@ "binop": null, "updateContext": null }, - "start": 146508, - "end": 146509, + "start": 148898, + "end": 148899, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 40 }, "end": { - "line": 3325, + "line": 3367, "column": 41 } } @@ -1026528,15 +1027015,15 @@ "updateContext": null }, "value": 1, - "start": 146509, - "end": 146510, + "start": 148899, + "end": 148900, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 41 }, "end": { - "line": 3325, + "line": 3367, "column": 42 } } @@ -1026554,15 +1027041,15 @@ "binop": null, "updateContext": null }, - "start": 146510, - "end": 146511, + "start": 148900, + "end": 148901, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 42 }, "end": { - "line": 3325, + "line": 3367, "column": 43 } } @@ -1026580,15 +1027067,15 @@ "binop": null, "updateContext": null }, - "start": 146511, - "end": 146512, + "start": 148901, + "end": 148902, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 43 }, "end": { - "line": 3325, + "line": 3367, "column": 44 } } @@ -1026607,15 +1027094,15 @@ "updateContext": null }, "value": 10, - "start": 146513, - "end": 146515, + "start": 148903, + "end": 148905, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 45 }, "end": { - "line": 3325, + "line": 3367, "column": 47 } } @@ -1026632,15 +1027119,15 @@ "postfix": false, "binop": null }, - "start": 146516, - "end": 146517, + "start": 148906, + "end": 148907, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 48 }, "end": { - "line": 3325, + "line": 3367, "column": 49 } } @@ -1026659,15 +1027146,15 @@ "updateContext": null }, "value": "-", - "start": 146518, - "end": 146519, + "start": 148908, + "end": 148909, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 50 }, "end": { - "line": 3325, + "line": 3367, "column": 51 } } @@ -1026686,15 +1027173,15 @@ "updateContext": null }, "value": 1, - "start": 146520, - "end": 146521, + "start": 148910, + "end": 148911, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 52 }, "end": { - "line": 3325, + "line": 3367, "column": 53 } } @@ -1026702,15 +1027189,15 @@ { "type": "CommentLine", "value": " To month index", - "start": 146522, - "end": 146539, + "start": 148912, + "end": 148929, "loc": { "start": { - "line": 3325, + "line": 3367, "column": 54 }, "end": { - "line": 3325, + "line": 3367, "column": 71 } } @@ -1026727,15 +1027214,15 @@ "postfix": false, "binop": null }, - "start": 146552, - "end": 146553, + "start": 148942, + "end": 148943, "loc": { "start": { - "line": 3326, + "line": 3368, "column": 12 }, "end": { - "line": 3326, + "line": 3368, "column": 13 } } @@ -1026743,15 +1027230,15 @@ { "type": "CommentLine", "value": "console.log( '!getWeek:', _str )", - "start": 146554, - "end": 146588, + "start": 148944, + "end": 148978, "loc": { "start": { - "line": 3327, + "line": 3369, "column": 0 }, "end": { - "line": 3327, + "line": 3369, "column": 34 } } @@ -1026769,15 +1027256,15 @@ "binop": null }, "value": "targetDate", - "start": 146601, - "end": 146611, + "start": 148991, + "end": 149001, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 12 }, "end": { - "line": 3328, + "line": 3370, "column": 22 } } @@ -1026796,15 +1027283,15 @@ "updateContext": null }, "value": "=", - "start": 146612, - "end": 146613, + "start": 149002, + "end": 149003, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 23 }, "end": { - "line": 3328, + "line": 3370, "column": 24 } } @@ -1026824,15 +1027311,15 @@ "updateContext": null }, "value": "new", - "start": 146614, - "end": 146617, + "start": 149004, + "end": 149007, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 25 }, "end": { - "line": 3328, + "line": 3370, "column": 28 } } @@ -1026850,15 +1027337,15 @@ "binop": null }, "value": "Date", - "start": 146618, - "end": 146622, + "start": 149008, + "end": 149012, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 29 }, "end": { - "line": 3328, + "line": 3370, "column": 33 } } @@ -1026875,15 +1027362,15 @@ "postfix": false, "binop": null }, - "start": 146622, - "end": 146623, + "start": 149012, + "end": 149013, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 33 }, "end": { - "line": 3328, + "line": 3370, "column": 34 } } @@ -1026901,15 +1027388,15 @@ "binop": null, "updateContext": null }, - "start": 146624, - "end": 146627, + "start": 149014, + "end": 149017, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 35 }, "end": { - "line": 3328, + "line": 3370, "column": 38 } } @@ -1026927,15 +1027414,15 @@ "binop": null }, "value": "_str", - "start": 146627, - "end": 146631, + "start": 149017, + "end": 149021, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 38 }, "end": { - "line": 3328, + "line": 3370, "column": 42 } } @@ -1026952,15 +1027439,15 @@ "postfix": false, "binop": null }, - "start": 146632, - "end": 146633, + "start": 149022, + "end": 149023, "loc": { "start": { - "line": 3328, + "line": 3370, "column": 43 }, "end": { - "line": 3328, + "line": 3370, "column": 44 } } @@ -1026977,15 +1027464,15 @@ "postfix": false, "binop": null }, - "start": 146642, - "end": 146643, + "start": 149032, + "end": 149033, "loc": { "start": { - "line": 3329, + "line": 3371, "column": 8 }, "end": { - "line": 3329, + "line": 3371, "column": 9 } } @@ -1027005,15 +1027492,15 @@ "updateContext": null }, "value": "else", - "start": 146644, - "end": 146648, + "start": 149034, + "end": 149038, "loc": { "start": { - "line": 3329, + "line": 3371, "column": 10 }, "end": { - "line": 3329, + "line": 3371, "column": 14 } } @@ -1027030,15 +1027517,15 @@ "postfix": false, "binop": null }, - "start": 146649, - "end": 146650, + "start": 149039, + "end": 149040, "loc": { "start": { - "line": 3329, + "line": 3371, "column": 15 }, "end": { - "line": 3329, + "line": 3371, "column": 16 } } @@ -1027056,15 +1027543,15 @@ "binop": null }, "value": "targetDate", - "start": 146663, - "end": 146673, + "start": 149053, + "end": 149063, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 12 }, "end": { - "line": 3330, + "line": 3372, "column": 22 } } @@ -1027083,15 +1027570,15 @@ "updateContext": null }, "value": "=", - "start": 146674, - "end": 146675, + "start": 149064, + "end": 149065, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 23 }, "end": { - "line": 3330, + "line": 3372, "column": 24 } } @@ -1027111,15 +1027598,15 @@ "updateContext": null }, "value": "new", - "start": 146676, - "end": 146679, + "start": 149066, + "end": 149069, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 25 }, "end": { - "line": 3330, + "line": 3372, "column": 28 } } @@ -1027137,15 +1027624,15 @@ "binop": null }, "value": "Date", - "start": 146680, - "end": 146684, + "start": 149070, + "end": 149074, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 29 }, "end": { - "line": 3330, + "line": 3372, "column": 33 } } @@ -1027162,15 +1027649,15 @@ "postfix": false, "binop": null }, - "start": 146684, - "end": 146685, + "start": 149074, + "end": 149075, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 33 }, "end": { - "line": 3330, + "line": 3372, "column": 34 } } @@ -1027188,15 +1027675,15 @@ "binop": null }, "value": "date_str", - "start": 146686, - "end": 146694, + "start": 149076, + "end": 149084, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 35 }, "end": { - "line": 3330, + "line": 3372, "column": 43 } } @@ -1027213,15 +1027700,15 @@ "postfix": false, "binop": null }, - "start": 146695, - "end": 146696, + "start": 149085, + "end": 149086, "loc": { "start": { - "line": 3330, + "line": 3372, "column": 44 }, "end": { - "line": 3330, + "line": 3372, "column": 45 } } @@ -1027238,15 +1027725,15 @@ "postfix": false, "binop": null }, - "start": 146705, - "end": 146706, + "start": 149095, + "end": 149096, "loc": { "start": { - "line": 3331, + "line": 3373, "column": 8 }, "end": { - "line": 3331, + "line": 3373, "column": 9 } } @@ -1027264,15 +1027751,15 @@ "binop": null }, "value": "_onejan", - "start": 146715, - "end": 146722, + "start": 149105, + "end": 149112, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 8 }, "end": { - "line": 3332, + "line": 3374, "column": 15 } } @@ -1027291,15 +1027778,15 @@ "updateContext": null }, "value": "=", - "start": 146723, - "end": 146724, + "start": 149113, + "end": 149114, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 16 }, "end": { - "line": 3332, + "line": 3374, "column": 17 } } @@ -1027319,15 +1027806,15 @@ "updateContext": null }, "value": "new", - "start": 146725, - "end": 146728, + "start": 149115, + "end": 149118, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 18 }, "end": { - "line": 3332, + "line": 3374, "column": 21 } } @@ -1027345,15 +1027832,15 @@ "binop": null }, "value": "Date", - "start": 146729, - "end": 146733, + "start": 149119, + "end": 149123, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 22 }, "end": { - "line": 3332, + "line": 3374, "column": 26 } } @@ -1027370,15 +1027857,15 @@ "postfix": false, "binop": null }, - "start": 146733, - "end": 146734, + "start": 149123, + "end": 149124, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 26 }, "end": { - "line": 3332, + "line": 3374, "column": 27 } } @@ -1027396,15 +1027883,15 @@ "binop": null }, "value": "targetDate", - "start": 146735, - "end": 146745, + "start": 149125, + "end": 149135, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 28 }, "end": { - "line": 3332, + "line": 3374, "column": 38 } } @@ -1027422,15 +1027909,15 @@ "binop": null, "updateContext": null }, - "start": 146745, - "end": 146746, + "start": 149135, + "end": 149136, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 38 }, "end": { - "line": 3332, + "line": 3374, "column": 39 } } @@ -1027448,15 +1027935,15 @@ "binop": null }, "value": "getFullYear", - "start": 146746, - "end": 146757, + "start": 149136, + "end": 149147, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 39 }, "end": { - "line": 3332, + "line": 3374, "column": 50 } } @@ -1027473,15 +1027960,15 @@ "postfix": false, "binop": null }, - "start": 146757, - "end": 146758, + "start": 149147, + "end": 149148, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 50 }, "end": { - "line": 3332, + "line": 3374, "column": 51 } } @@ -1027498,15 +1027985,15 @@ "postfix": false, "binop": null }, - "start": 146758, - "end": 146759, + "start": 149148, + "end": 149149, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 51 }, "end": { - "line": 3332, + "line": 3374, "column": 52 } } @@ -1027524,15 +1028011,15 @@ "binop": null, "updateContext": null }, - "start": 146759, - "end": 146760, + "start": 149149, + "end": 149150, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 52 }, "end": { - "line": 3332, + "line": 3374, "column": 53 } } @@ -1027551,15 +1028038,15 @@ "updateContext": null }, "value": 0, - "start": 146761, - "end": 146762, + "start": 149151, + "end": 149152, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 54 }, "end": { - "line": 3332, + "line": 3374, "column": 55 } } @@ -1027577,15 +1028064,15 @@ "binop": null, "updateContext": null }, - "start": 146762, - "end": 146763, + "start": 149152, + "end": 149153, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 55 }, "end": { - "line": 3332, + "line": 3374, "column": 56 } } @@ -1027604,15 +1028091,15 @@ "updateContext": null }, "value": 1, - "start": 146764, - "end": 146765, + "start": 149154, + "end": 149155, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 57 }, "end": { - "line": 3332, + "line": 3374, "column": 58 } } @@ -1027629,15 +1028116,15 @@ "postfix": false, "binop": null }, - "start": 146766, - "end": 146767, + "start": 149156, + "end": 149157, "loc": { "start": { - "line": 3332, + "line": 3374, "column": 59 }, "end": { - "line": 3332, + "line": 3374, "column": 60 } } @@ -1027657,15 +1028144,15 @@ "updateContext": null }, "value": "return", - "start": 146776, - "end": 146782, + "start": 149166, + "end": 149172, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 8 }, "end": { - "line": 3333, + "line": 3375, "column": 14 } } @@ -1027683,15 +1028170,15 @@ "binop": null }, "value": "Math", - "start": 146783, - "end": 146787, + "start": 149173, + "end": 149177, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 15 }, "end": { - "line": 3333, + "line": 3375, "column": 19 } } @@ -1027709,15 +1028196,15 @@ "binop": null, "updateContext": null }, - "start": 146787, - "end": 146788, + "start": 149177, + "end": 149178, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 19 }, "end": { - "line": 3333, + "line": 3375, "column": 20 } } @@ -1027735,15 +1028222,15 @@ "binop": null }, "value": "ceil", - "start": 146788, - "end": 146792, + "start": 149178, + "end": 149182, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 20 }, "end": { - "line": 3333, + "line": 3375, "column": 24 } } @@ -1027760,15 +1028247,15 @@ "postfix": false, "binop": null }, - "start": 146792, - "end": 146793, + "start": 149182, + "end": 149183, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 24 }, "end": { - "line": 3333, + "line": 3375, "column": 25 } } @@ -1027785,15 +1028272,15 @@ "postfix": false, "binop": null }, - "start": 146794, - "end": 146795, + "start": 149184, + "end": 149185, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 26 }, "end": { - "line": 3333, + "line": 3375, "column": 27 } } @@ -1027810,15 +1028297,15 @@ "postfix": false, "binop": null }, - "start": 146796, - "end": 146797, + "start": 149186, + "end": 149187, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 28 }, "end": { - "line": 3333, + "line": 3375, "column": 29 } } @@ -1027835,15 +1028322,15 @@ "postfix": false, "binop": null }, - "start": 146798, - "end": 146799, + "start": 149188, + "end": 149189, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 30 }, "end": { - "line": 3333, + "line": 3375, "column": 31 } } @@ -1027861,15 +1028348,15 @@ "binop": null }, "value": "targetDate", - "start": 146800, - "end": 146810, + "start": 149190, + "end": 149200, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 32 }, "end": { - "line": 3333, + "line": 3375, "column": 42 } } @@ -1027888,15 +1028375,15 @@ "updateContext": null }, "value": "-", - "start": 146811, - "end": 146812, + "start": 149201, + "end": 149202, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 43 }, "end": { - "line": 3333, + "line": 3375, "column": 44 } } @@ -1027914,15 +1028401,15 @@ "binop": null }, "value": "_onejan", - "start": 146813, - "end": 146820, + "start": 149203, + "end": 149210, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 45 }, "end": { - "line": 3333, + "line": 3375, "column": 52 } } @@ -1027939,15 +1028426,15 @@ "postfix": false, "binop": null }, - "start": 146821, - "end": 146822, + "start": 149211, + "end": 149212, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 53 }, "end": { - "line": 3333, + "line": 3375, "column": 54 } } @@ -1027966,15 +1028453,15 @@ "updateContext": null }, "value": "/", - "start": 146823, - "end": 146824, + "start": 149213, + "end": 149214, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 55 }, "end": { - "line": 3333, + "line": 3375, "column": 56 } } @@ -1027992,15 +1028479,15 @@ "binop": null }, "value": "_millisecInDay", - "start": 146825, - "end": 146839, + "start": 149215, + "end": 149229, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 57 }, "end": { - "line": 3333, + "line": 3375, "column": 71 } } @@ -1028017,15 +1028504,15 @@ "postfix": false, "binop": null }, - "start": 146840, - "end": 146841, + "start": 149230, + "end": 149231, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 72 }, "end": { - "line": 3333, + "line": 3375, "column": 73 } } @@ -1028044,15 +1028531,15 @@ "updateContext": null }, "value": "+", - "start": 146842, - "end": 146843, + "start": 149232, + "end": 149233, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 74 }, "end": { - "line": 3333, + "line": 3375, "column": 75 } } @@ -1028070,15 +1028557,15 @@ "binop": null }, "value": "_onejan", - "start": 146844, - "end": 146851, + "start": 149234, + "end": 149241, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 76 }, "end": { - "line": 3333, + "line": 3375, "column": 83 } } @@ -1028096,15 +1028583,15 @@ "binop": null, "updateContext": null }, - "start": 146851, - "end": 146852, + "start": 149241, + "end": 149242, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 83 }, "end": { - "line": 3333, + "line": 3375, "column": 84 } } @@ -1028122,15 +1028609,15 @@ "binop": null }, "value": "getDay", - "start": 146852, - "end": 146858, + "start": 149242, + "end": 149248, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 84 }, "end": { - "line": 3333, + "line": 3375, "column": 90 } } @@ -1028147,15 +1028634,15 @@ "postfix": false, "binop": null }, - "start": 146858, - "end": 146859, + "start": 149248, + "end": 149249, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 90 }, "end": { - "line": 3333, + "line": 3375, "column": 91 } } @@ -1028172,15 +1028659,15 @@ "postfix": false, "binop": null }, - "start": 146859, - "end": 146860, + "start": 149249, + "end": 149250, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 91 }, "end": { - "line": 3333, + "line": 3375, "column": 92 } } @@ -1028199,15 +1028686,15 @@ "updateContext": null }, "value": "+", - "start": 146861, - "end": 146862, + "start": 149251, + "end": 149252, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 93 }, "end": { - "line": 3333, + "line": 3375, "column": 94 } } @@ -1028226,15 +1028713,15 @@ "updateContext": null }, "value": 1, - "start": 146863, - "end": 146864, + "start": 149253, + "end": 149254, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 95 }, "end": { - "line": 3333, + "line": 3375, "column": 96 } } @@ -1028251,15 +1028738,15 @@ "postfix": false, "binop": null }, - "start": 146865, - "end": 146866, + "start": 149255, + "end": 149256, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 97 }, "end": { - "line": 3333, + "line": 3375, "column": 98 } } @@ -1028278,15 +1028765,15 @@ "updateContext": null }, "value": "/", - "start": 146867, - "end": 146868, + "start": 149257, + "end": 149258, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 99 }, "end": { - "line": 3333, + "line": 3375, "column": 100 } } @@ -1028305,15 +1028792,15 @@ "updateContext": null }, "value": 7, - "start": 146869, - "end": 146870, + "start": 149259, + "end": 149260, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 101 }, "end": { - "line": 3333, + "line": 3375, "column": 102 } } @@ -1028330,15 +1028817,15 @@ "postfix": false, "binop": null }, - "start": 146871, - "end": 146872, + "start": 149261, + "end": 149262, "loc": { "start": { - "line": 3333, + "line": 3375, "column": 103 }, "end": { - "line": 3333, + "line": 3375, "column": 104 } } @@ -1028355,15 +1028842,15 @@ "postfix": false, "binop": null }, - "start": 146877, - "end": 146878, + "start": 149267, + "end": 149268, "loc": { "start": { - "line": 3334, + "line": 3376, "column": 4 }, "end": { - "line": 3334, + "line": 3376, "column": 5 } } @@ -1028371,15 +1028858,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n ", - "start": 146888, - "end": 147014, + "start": 149278, + "end": 149404, "loc": { "start": { - "line": 3336, + "line": 3378, "column": 4 }, "end": { - "line": 3340, + "line": 3382, "column": 7 } } @@ -1028397,15 +1028884,15 @@ "binop": null }, "value": "getHigherScale", - "start": 147019, - "end": 147033, + "start": 149409, + "end": 149423, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 4 }, "end": { - "line": 3341, + "line": 3383, "column": 18 } } @@ -1028422,15 +1028909,15 @@ "postfix": false, "binop": null }, - "start": 147033, - "end": 147034, + "start": 149423, + "end": 149424, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 18 }, "end": { - "line": 3341, + "line": 3383, "column": 19 } } @@ -1028448,15 +1028935,15 @@ "binop": null }, "value": "scale", - "start": 147035, - "end": 147040, + "start": 149425, + "end": 149430, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 20 }, "end": { - "line": 3341, + "line": 3383, "column": 25 } } @@ -1028473,15 +1028960,15 @@ "postfix": false, "binop": null }, - "start": 147041, - "end": 147042, + "start": 149431, + "end": 149432, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 26 }, "end": { - "line": 3341, + "line": 3383, "column": 27 } } @@ -1028498,15 +1028985,15 @@ "postfix": false, "binop": null }, - "start": 147043, - "end": 147044, + "start": 149433, + "end": 149434, "loc": { "start": { - "line": 3341, + "line": 3383, "column": 28 }, "end": { - "line": 3341, + "line": 3383, "column": 29 } } @@ -1028526,15 +1029013,15 @@ "updateContext": null }, "value": "let", - "start": 147053, - "end": 147056, + "start": 149443, + "end": 149446, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 8 }, "end": { - "line": 3342, + "line": 3384, "column": 11 } } @@ -1028552,15 +1029039,15 @@ "binop": null }, "value": "higher_scale", - "start": 147057, - "end": 147069, + "start": 149447, + "end": 149459, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 12 }, "end": { - "line": 3342, + "line": 3384, "column": 24 } } @@ -1028579,15 +1029066,15 @@ "updateContext": null }, "value": "=", - "start": 147070, - "end": 147071, + "start": 149460, + "end": 149461, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 25 }, "end": { - "line": 3342, + "line": 3384, "column": 26 } } @@ -1028605,15 +1029092,15 @@ "binop": null }, "value": "scale", - "start": 147072, - "end": 147077, + "start": 149462, + "end": 149467, "loc": { "start": { - "line": 3342, + "line": 3384, "column": 27 }, "end": { - "line": 3342, + "line": 3384, "column": 32 } } @@ -1028633,15 +1029120,15 @@ "updateContext": null }, "value": "switch", - "start": 147095, - "end": 147101, + "start": 149485, + "end": 149491, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 8 }, "end": { - "line": 3344, + "line": 3386, "column": 14 } } @@ -1028658,15 +1029145,15 @@ "postfix": false, "binop": null }, - "start": 147102, - "end": 147103, + "start": 149492, + "end": 149493, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 15 }, "end": { - "line": 3344, + "line": 3386, "column": 16 } } @@ -1028686,15 +1029173,15 @@ "updateContext": null }, "value": "true", - "start": 147104, - "end": 147108, + "start": 149494, + "end": 149498, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 17 }, "end": { - "line": 3344, + "line": 3386, "column": 21 } } @@ -1028711,15 +1029198,15 @@ "postfix": false, "binop": null }, - "start": 147109, - "end": 147110, + "start": 149499, + "end": 149500, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 22 }, "end": { - "line": 3344, + "line": 3386, "column": 23 } } @@ -1028736,15 +1029223,15 @@ "postfix": false, "binop": null }, - "start": 147111, - "end": 147112, + "start": 149501, + "end": 149502, "loc": { "start": { - "line": 3344, + "line": 3386, "column": 24 }, "end": { - "line": 3344, + "line": 3386, "column": 25 } } @@ -1028764,15 +1029251,15 @@ "updateContext": null }, "value": "case", - "start": 147125, - "end": 147129, + "start": 149515, + "end": 149519, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 12 }, "end": { - "line": 3345, + "line": 3387, "column": 16 } } @@ -1028794,15 +1029281,15 @@ "pattern": "^millisec(|ond)s?$", "flags": "i" }, - "start": 147130, - "end": 147151, + "start": 149520, + "end": 149541, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 17 }, "end": { - "line": 3345, + "line": 3387, "column": 38 } } @@ -1028820,15 +1029307,15 @@ "binop": null, "updateContext": null }, - "start": 147151, - "end": 147152, + "start": 149541, + "end": 149542, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 38 }, "end": { - "line": 3345, + "line": 3387, "column": 39 } } @@ -1028846,15 +1029333,15 @@ "binop": null }, "value": "test", - "start": 147152, - "end": 147156, + "start": 149542, + "end": 149546, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 39 }, "end": { - "line": 3345, + "line": 3387, "column": 43 } } @@ -1028871,15 +1029358,15 @@ "postfix": false, "binop": null }, - "start": 147156, - "end": 147157, + "start": 149546, + "end": 149547, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 43 }, "end": { - "line": 3345, + "line": 3387, "column": 44 } } @@ -1028897,15 +1029384,15 @@ "binop": null }, "value": "scale", - "start": 147158, - "end": 147163, + "start": 149548, + "end": 149553, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 45 }, "end": { - "line": 3345, + "line": 3387, "column": 50 } } @@ -1028922,15 +1029409,15 @@ "postfix": false, "binop": null }, - "start": 147164, - "end": 147165, + "start": 149554, + "end": 149555, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 51 }, "end": { - "line": 3345, + "line": 3387, "column": 52 } } @@ -1028948,15 +1029435,15 @@ "binop": null, "updateContext": null }, - "start": 147165, - "end": 147166, + "start": 149555, + "end": 149556, "loc": { "start": { - "line": 3345, + "line": 3387, "column": 52 }, "end": { - "line": 3345, + "line": 3387, "column": 53 } } @@ -1028974,15 +1029461,15 @@ "binop": null }, "value": "higher_scale", - "start": 147183, - "end": 147195, + "start": 149573, + "end": 149585, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 16 }, "end": { - "line": 3346, + "line": 3388, "column": 28 } } @@ -1029001,15 +1029488,15 @@ "updateContext": null }, "value": "=", - "start": 147196, - "end": 147197, + "start": 149586, + "end": 149587, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 29 }, "end": { - "line": 3346, + "line": 3388, "column": 30 } } @@ -1029028,15 +1029515,15 @@ "updateContext": null }, "value": "second", - "start": 147198, - "end": 147206, + "start": 149588, + "end": 149596, "loc": { "start": { - "line": 3346, + "line": 3388, "column": 31 }, "end": { - "line": 3346, + "line": 3388, "column": 39 } } @@ -1029056,15 +1029543,15 @@ "updateContext": null }, "value": "break", - "start": 147223, - "end": 147228, + "start": 149613, + "end": 149618, "loc": { "start": { - "line": 3347, + "line": 3389, "column": 16 }, "end": { - "line": 3347, + "line": 3389, "column": 21 } } @@ -1029084,15 +1029571,15 @@ "updateContext": null }, "value": "case", - "start": 147241, - "end": 147245, + "start": 149631, + "end": 149635, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 12 }, "end": { - "line": 3348, + "line": 3390, "column": 16 } } @@ -1029114,15 +1029601,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 147246, - "end": 147259, + "start": 149636, + "end": 149649, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 17 }, "end": { - "line": 3348, + "line": 3390, "column": 30 } } @@ -1029140,15 +1029627,15 @@ "binop": null, "updateContext": null }, - "start": 147259, - "end": 147260, + "start": 149649, + "end": 149650, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 30 }, "end": { - "line": 3348, + "line": 3390, "column": 31 } } @@ -1029166,15 +1029653,15 @@ "binop": null }, "value": "test", - "start": 147260, - "end": 147264, + "start": 149650, + "end": 149654, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 31 }, "end": { - "line": 3348, + "line": 3390, "column": 35 } } @@ -1029191,15 +1029678,15 @@ "postfix": false, "binop": null }, - "start": 147264, - "end": 147265, + "start": 149654, + "end": 149655, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 35 }, "end": { - "line": 3348, + "line": 3390, "column": 36 } } @@ -1029217,15 +1029704,15 @@ "binop": null }, "value": "scale", - "start": 147266, - "end": 147271, + "start": 149656, + "end": 149661, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 37 }, "end": { - "line": 3348, + "line": 3390, "column": 42 } } @@ -1029242,15 +1029729,15 @@ "postfix": false, "binop": null }, - "start": 147272, - "end": 147273, + "start": 149662, + "end": 149663, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 43 }, "end": { - "line": 3348, + "line": 3390, "column": 44 } } @@ -1029268,15 +1029755,15 @@ "binop": null, "updateContext": null }, - "start": 147273, - "end": 147274, + "start": 149663, + "end": 149664, "loc": { "start": { - "line": 3348, + "line": 3390, "column": 44 }, "end": { - "line": 3348, + "line": 3390, "column": 45 } } @@ -1029294,15 +1029781,15 @@ "binop": null }, "value": "higher_scale", - "start": 147291, - "end": 147303, + "start": 149681, + "end": 149693, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 16 }, "end": { - "line": 3349, + "line": 3391, "column": 28 } } @@ -1029321,15 +1029808,15 @@ "updateContext": null }, "value": "=", - "start": 147304, - "end": 147305, + "start": 149694, + "end": 149695, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 29 }, "end": { - "line": 3349, + "line": 3391, "column": 30 } } @@ -1029348,15 +1029835,15 @@ "updateContext": null }, "value": "minute", - "start": 147306, - "end": 147314, + "start": 149696, + "end": 149704, "loc": { "start": { - "line": 3349, + "line": 3391, "column": 31 }, "end": { - "line": 3349, + "line": 3391, "column": 39 } } @@ -1029376,15 +1029863,15 @@ "updateContext": null }, "value": "break", - "start": 147331, - "end": 147336, + "start": 149721, + "end": 149726, "loc": { "start": { - "line": 3350, + "line": 3392, "column": 16 }, "end": { - "line": 3350, + "line": 3392, "column": 21 } } @@ -1029404,15 +1029891,15 @@ "updateContext": null }, "value": "case", - "start": 147349, - "end": 147353, + "start": 149739, + "end": 149743, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 12 }, "end": { - "line": 3351, + "line": 3393, "column": 16 } } @@ -1029434,15 +1029921,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 147354, - "end": 147367, + "start": 149744, + "end": 149757, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 17 }, "end": { - "line": 3351, + "line": 3393, "column": 30 } } @@ -1029460,15 +1029947,15 @@ "binop": null, "updateContext": null }, - "start": 147367, - "end": 147368, + "start": 149757, + "end": 149758, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 30 }, "end": { - "line": 3351, + "line": 3393, "column": 31 } } @@ -1029486,15 +1029973,15 @@ "binop": null }, "value": "test", - "start": 147368, - "end": 147372, + "start": 149758, + "end": 149762, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 31 }, "end": { - "line": 3351, + "line": 3393, "column": 35 } } @@ -1029511,15 +1029998,15 @@ "postfix": false, "binop": null }, - "start": 147372, - "end": 147373, + "start": 149762, + "end": 149763, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 35 }, "end": { - "line": 3351, + "line": 3393, "column": 36 } } @@ -1029537,15 +1030024,15 @@ "binop": null }, "value": "scale", - "start": 147374, - "end": 147379, + "start": 149764, + "end": 149769, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 37 }, "end": { - "line": 3351, + "line": 3393, "column": 42 } } @@ -1029562,15 +1030049,15 @@ "postfix": false, "binop": null }, - "start": 147380, - "end": 147381, + "start": 149770, + "end": 149771, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 43 }, "end": { - "line": 3351, + "line": 3393, "column": 44 } } @@ -1029588,15 +1030075,15 @@ "binop": null, "updateContext": null }, - "start": 147381, - "end": 147382, + "start": 149771, + "end": 149772, "loc": { "start": { - "line": 3351, + "line": 3393, "column": 44 }, "end": { - "line": 3351, + "line": 3393, "column": 45 } } @@ -1029614,15 +1030101,15 @@ "binop": null }, "value": "higher_scale", - "start": 147399, - "end": 147411, + "start": 149789, + "end": 149801, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 16 }, "end": { - "line": 3352, + "line": 3394, "column": 28 } } @@ -1029641,15 +1030128,15 @@ "updateContext": null }, "value": "=", - "start": 147412, - "end": 147413, + "start": 149802, + "end": 149803, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 29 }, "end": { - "line": 3352, + "line": 3394, "column": 30 } } @@ -1029668,15 +1030155,15 @@ "updateContext": null }, "value": "hour", - "start": 147414, - "end": 147420, + "start": 149804, + "end": 149810, "loc": { "start": { - "line": 3352, + "line": 3394, "column": 31 }, "end": { - "line": 3352, + "line": 3394, "column": 37 } } @@ -1029696,15 +1030183,15 @@ "updateContext": null }, "value": "break", - "start": 147437, - "end": 147442, + "start": 149827, + "end": 149832, "loc": { "start": { - "line": 3353, + "line": 3395, "column": 16 }, "end": { - "line": 3353, + "line": 3395, "column": 21 } } @@ -1029724,15 +1030211,15 @@ "updateContext": null }, "value": "case", - "start": 147455, - "end": 147459, + "start": 149845, + "end": 149849, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 12 }, "end": { - "line": 3354, + "line": 3396, "column": 16 } } @@ -1029754,15 +1030241,15 @@ "pattern": "^quarter-?(|hour)$", "flags": "i" }, - "start": 147460, - "end": 147481, + "start": 149850, + "end": 149871, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 17 }, "end": { - "line": 3354, + "line": 3396, "column": 38 } } @@ -1029780,15 +1030267,15 @@ "binop": null, "updateContext": null }, - "start": 147481, - "end": 147482, + "start": 149871, + "end": 149872, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 38 }, "end": { - "line": 3354, + "line": 3396, "column": 39 } } @@ -1029806,15 +1030293,15 @@ "binop": null }, "value": "test", - "start": 147482, - "end": 147486, + "start": 149872, + "end": 149876, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 39 }, "end": { - "line": 3354, + "line": 3396, "column": 43 } } @@ -1029831,15 +1030318,15 @@ "postfix": false, "binop": null }, - "start": 147486, - "end": 147487, + "start": 149876, + "end": 149877, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 43 }, "end": { - "line": 3354, + "line": 3396, "column": 44 } } @@ -1029857,15 +1030344,15 @@ "binop": null }, "value": "scale", - "start": 147488, - "end": 147493, + "start": 149878, + "end": 149883, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 45 }, "end": { - "line": 3354, + "line": 3396, "column": 50 } } @@ -1029882,15 +1030369,15 @@ "postfix": false, "binop": null }, - "start": 147494, - "end": 147495, + "start": 149884, + "end": 149885, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 51 }, "end": { - "line": 3354, + "line": 3396, "column": 52 } } @@ -1029908,15 +1030395,15 @@ "binop": null, "updateContext": null }, - "start": 147495, - "end": 147496, + "start": 149885, + "end": 149886, "loc": { "start": { - "line": 3354, + "line": 3396, "column": 52 }, "end": { - "line": 3354, + "line": 3396, "column": 53 } } @@ -1029936,15 +1030423,15 @@ "updateContext": null }, "value": "case", - "start": 147509, - "end": 147513, + "start": 149899, + "end": 149903, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 12 }, "end": { - "line": 3355, + "line": 3397, "column": 16 } } @@ -1029966,15 +1030453,15 @@ "pattern": "^half-?(|hour)$", "flags": "i" }, - "start": 147514, - "end": 147532, + "start": 149904, + "end": 149922, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 17 }, "end": { - "line": 3355, + "line": 3397, "column": 35 } } @@ -1029992,15 +1030479,15 @@ "binop": null, "updateContext": null }, - "start": 147532, - "end": 147533, + "start": 149922, + "end": 149923, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 35 }, "end": { - "line": 3355, + "line": 3397, "column": 36 } } @@ -1030018,15 +1030505,15 @@ "binop": null }, "value": "test", - "start": 147533, - "end": 147537, + "start": 149923, + "end": 149927, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 36 }, "end": { - "line": 3355, + "line": 3397, "column": 40 } } @@ -1030043,15 +1030530,15 @@ "postfix": false, "binop": null }, - "start": 147537, - "end": 147538, + "start": 149927, + "end": 149928, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 40 }, "end": { - "line": 3355, + "line": 3397, "column": 41 } } @@ -1030069,15 +1030556,15 @@ "binop": null }, "value": "scale", - "start": 147539, - "end": 147544, + "start": 149929, + "end": 149934, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 42 }, "end": { - "line": 3355, + "line": 3397, "column": 47 } } @@ -1030094,15 +1030581,15 @@ "postfix": false, "binop": null }, - "start": 147545, - "end": 147546, + "start": 149935, + "end": 149936, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 48 }, "end": { - "line": 3355, + "line": 3397, "column": 49 } } @@ -1030120,15 +1030607,15 @@ "binop": null, "updateContext": null }, - "start": 147546, - "end": 147547, + "start": 149936, + "end": 149937, "loc": { "start": { - "line": 3355, + "line": 3397, "column": 49 }, "end": { - "line": 3355, + "line": 3397, "column": 50 } } @@ -1030148,15 +1030635,15 @@ "updateContext": null }, "value": "case", - "start": 147560, - "end": 147564, + "start": 149950, + "end": 149954, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 12 }, "end": { - "line": 3356, + "line": 3398, "column": 16 } } @@ -1030178,15 +1030665,15 @@ "pattern": "^hours?$", "flags": "i" }, - "start": 147565, - "end": 147576, + "start": 149955, + "end": 149966, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 17 }, "end": { - "line": 3356, + "line": 3398, "column": 28 } } @@ -1030204,15 +1030691,15 @@ "binop": null, "updateContext": null }, - "start": 147576, - "end": 147577, + "start": 149966, + "end": 149967, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 28 }, "end": { - "line": 3356, + "line": 3398, "column": 29 } } @@ -1030230,15 +1030717,15 @@ "binop": null }, "value": "test", - "start": 147577, - "end": 147581, + "start": 149967, + "end": 149971, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 29 }, "end": { - "line": 3356, + "line": 3398, "column": 33 } } @@ -1030255,15 +1030742,15 @@ "postfix": false, "binop": null }, - "start": 147581, - "end": 147582, + "start": 149971, + "end": 149972, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 33 }, "end": { - "line": 3356, + "line": 3398, "column": 34 } } @@ -1030281,15 +1030768,15 @@ "binop": null }, "value": "scale", - "start": 147583, - "end": 147588, + "start": 149973, + "end": 149978, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 35 }, "end": { - "line": 3356, + "line": 3398, "column": 40 } } @@ -1030306,15 +1030793,15 @@ "postfix": false, "binop": null }, - "start": 147589, - "end": 147590, + "start": 149979, + "end": 149980, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 41 }, "end": { - "line": 3356, + "line": 3398, "column": 42 } } @@ -1030332,15 +1030819,15 @@ "binop": null, "updateContext": null }, - "start": 147590, - "end": 147591, + "start": 149980, + "end": 149981, "loc": { "start": { - "line": 3356, + "line": 3398, "column": 42 }, "end": { - "line": 3356, + "line": 3398, "column": 43 } } @@ -1030358,15 +1030845,15 @@ "binop": null }, "value": "higher_scale", - "start": 147608, - "end": 147620, + "start": 149998, + "end": 150010, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 16 }, "end": { - "line": 3357, + "line": 3399, "column": 28 } } @@ -1030385,15 +1030872,15 @@ "updateContext": null }, "value": "=", - "start": 147621, - "end": 147622, + "start": 150011, + "end": 150012, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 29 }, "end": { - "line": 3357, + "line": 3399, "column": 30 } } @@ -1030412,15 +1030899,15 @@ "updateContext": null }, "value": "day", - "start": 147623, - "end": 147628, + "start": 150013, + "end": 150018, "loc": { "start": { - "line": 3357, + "line": 3399, "column": 31 }, "end": { - "line": 3357, + "line": 3399, "column": 36 } } @@ -1030440,15 +1030927,15 @@ "updateContext": null }, "value": "break", - "start": 147645, - "end": 147650, + "start": 150035, + "end": 150040, "loc": { "start": { - "line": 3358, + "line": 3400, "column": 16 }, "end": { - "line": 3358, + "line": 3400, "column": 21 } } @@ -1030468,15 +1030955,15 @@ "updateContext": null }, "value": "case", - "start": 147663, - "end": 147667, + "start": 150053, + "end": 150057, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 12 }, "end": { - "line": 3359, + "line": 3401, "column": 16 } } @@ -1030498,15 +1030985,15 @@ "pattern": "^days?$", "flags": "i" }, - "start": 147668, - "end": 147678, + "start": 150058, + "end": 150068, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 17 }, "end": { - "line": 3359, + "line": 3401, "column": 27 } } @@ -1030524,15 +1031011,15 @@ "binop": null, "updateContext": null }, - "start": 147678, - "end": 147679, + "start": 150068, + "end": 150069, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 27 }, "end": { - "line": 3359, + "line": 3401, "column": 28 } } @@ -1030550,15 +1031037,15 @@ "binop": null }, "value": "test", - "start": 147679, - "end": 147683, + "start": 150069, + "end": 150073, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 28 }, "end": { - "line": 3359, + "line": 3401, "column": 32 } } @@ -1030575,15 +1031062,15 @@ "postfix": false, "binop": null }, - "start": 147683, - "end": 147684, + "start": 150073, + "end": 150074, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 32 }, "end": { - "line": 3359, + "line": 3401, "column": 33 } } @@ -1030601,15 +1031088,15 @@ "binop": null }, "value": "scale", - "start": 147685, - "end": 147690, + "start": 150075, + "end": 150080, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 34 }, "end": { - "line": 3359, + "line": 3401, "column": 39 } } @@ -1030626,15 +1031113,15 @@ "postfix": false, "binop": null }, - "start": 147691, - "end": 147692, + "start": 150081, + "end": 150082, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 40 }, "end": { - "line": 3359, + "line": 3401, "column": 41 } } @@ -1030652,15 +1031139,15 @@ "binop": null, "updateContext": null }, - "start": 147692, - "end": 147693, + "start": 150082, + "end": 150083, "loc": { "start": { - "line": 3359, + "line": 3401, "column": 41 }, "end": { - "line": 3359, + "line": 3401, "column": 42 } } @@ -1030680,15 +1031167,15 @@ "updateContext": null }, "value": "case", - "start": 147706, - "end": 147710, + "start": 150096, + "end": 150100, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 12 }, "end": { - "line": 3360, + "line": 3402, "column": 16 } } @@ -1030710,15 +1031197,15 @@ "pattern": "^weeks?$", "flags": "i" }, - "start": 147711, - "end": 147722, + "start": 150101, + "end": 150112, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 17 }, "end": { - "line": 3360, + "line": 3402, "column": 28 } } @@ -1030736,15 +1031223,15 @@ "binop": null, "updateContext": null }, - "start": 147722, - "end": 147723, + "start": 150112, + "end": 150113, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 28 }, "end": { - "line": 3360, + "line": 3402, "column": 29 } } @@ -1030762,15 +1031249,15 @@ "binop": null }, "value": "test", - "start": 147723, - "end": 147727, + "start": 150113, + "end": 150117, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 29 }, "end": { - "line": 3360, + "line": 3402, "column": 33 } } @@ -1030787,15 +1031274,15 @@ "postfix": false, "binop": null }, - "start": 147727, - "end": 147728, + "start": 150117, + "end": 150118, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 33 }, "end": { - "line": 3360, + "line": 3402, "column": 34 } } @@ -1030813,15 +1031300,15 @@ "binop": null }, "value": "scale", - "start": 147729, - "end": 147734, + "start": 150119, + "end": 150124, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 35 }, "end": { - "line": 3360, + "line": 3402, "column": 40 } } @@ -1030838,15 +1031325,15 @@ "postfix": false, "binop": null }, - "start": 147735, - "end": 147736, + "start": 150125, + "end": 150126, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 41 }, "end": { - "line": 3360, + "line": 3402, "column": 42 } } @@ -1030864,15 +1031351,15 @@ "binop": null, "updateContext": null }, - "start": 147736, - "end": 147737, + "start": 150126, + "end": 150127, "loc": { "start": { - "line": 3360, + "line": 3402, "column": 42 }, "end": { - "line": 3360, + "line": 3402, "column": 43 } } @@ -1030890,15 +1031377,15 @@ "binop": null }, "value": "higher_scale", - "start": 147754, - "end": 147766, + "start": 150144, + "end": 150156, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 16 }, "end": { - "line": 3361, + "line": 3403, "column": 28 } } @@ -1030917,15 +1031404,15 @@ "updateContext": null }, "value": "=", - "start": 147767, - "end": 147768, + "start": 150157, + "end": 150158, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 29 }, "end": { - "line": 3361, + "line": 3403, "column": 30 } } @@ -1030944,15 +1031431,15 @@ "updateContext": null }, "value": "month", - "start": 147769, - "end": 147776, + "start": 150159, + "end": 150166, "loc": { "start": { - "line": 3361, + "line": 3403, "column": 31 }, "end": { - "line": 3361, + "line": 3403, "column": 38 } } @@ -1030972,15 +1031459,15 @@ "updateContext": null }, "value": "break", - "start": 147793, - "end": 147798, + "start": 150183, + "end": 150188, "loc": { "start": { - "line": 3362, + "line": 3404, "column": 16 }, "end": { - "line": 3362, + "line": 3404, "column": 21 } } @@ -1031000,15 +1031487,15 @@ "updateContext": null }, "value": "case", - "start": 147811, - "end": 147815, + "start": 150201, + "end": 150205, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 12 }, "end": { - "line": 3363, + "line": 3405, "column": 16 } } @@ -1031030,15 +1031517,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 147816, - "end": 147828, + "start": 150206, + "end": 150218, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 17 }, "end": { - "line": 3363, + "line": 3405, "column": 29 } } @@ -1031056,15 +1031543,15 @@ "binop": null, "updateContext": null }, - "start": 147828, - "end": 147829, + "start": 150218, + "end": 150219, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 29 }, "end": { - "line": 3363, + "line": 3405, "column": 30 } } @@ -1031082,15 +1031569,15 @@ "binop": null }, "value": "test", - "start": 147829, - "end": 147833, + "start": 150219, + "end": 150223, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 30 }, "end": { - "line": 3363, + "line": 3405, "column": 34 } } @@ -1031107,15 +1031594,15 @@ "postfix": false, "binop": null }, - "start": 147833, - "end": 147834, + "start": 150223, + "end": 150224, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 34 }, "end": { - "line": 3363, + "line": 3405, "column": 35 } } @@ -1031133,15 +1031620,15 @@ "binop": null }, "value": "scale", - "start": 147835, - "end": 147840, + "start": 150225, + "end": 150230, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 36 }, "end": { - "line": 3363, + "line": 3405, "column": 41 } } @@ -1031158,15 +1031645,15 @@ "postfix": false, "binop": null }, - "start": 147841, - "end": 147842, + "start": 150231, + "end": 150232, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 42 }, "end": { - "line": 3363, + "line": 3405, "column": 43 } } @@ -1031184,15 +1031671,15 @@ "binop": null, "updateContext": null }, - "start": 147842, - "end": 147843, + "start": 150232, + "end": 150233, "loc": { "start": { - "line": 3363, + "line": 3405, "column": 43 }, "end": { - "line": 3363, + "line": 3405, "column": 44 } } @@ -1031210,15 +1031697,15 @@ "binop": null }, "value": "higher_scale", - "start": 147860, - "end": 147872, + "start": 150250, + "end": 150262, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 16 }, "end": { - "line": 3364, + "line": 3406, "column": 28 } } @@ -1031237,15 +1031724,15 @@ "updateContext": null }, "value": "=", - "start": 147873, - "end": 147874, + "start": 150263, + "end": 150264, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 29 }, "end": { - "line": 3364, + "line": 3406, "column": 30 } } @@ -1031264,15 +1031751,15 @@ "updateContext": null }, "value": "year", - "start": 147875, - "end": 147881, + "start": 150265, + "end": 150271, "loc": { "start": { - "line": 3364, + "line": 3406, "column": 31 }, "end": { - "line": 3364, + "line": 3406, "column": 37 } } @@ -1031292,15 +1031779,15 @@ "updateContext": null }, "value": "break", - "start": 147898, - "end": 147903, + "start": 150288, + "end": 150293, "loc": { "start": { - "line": 3365, + "line": 3407, "column": 16 }, "end": { - "line": 3365, + "line": 3407, "column": 21 } } @@ -1031320,15 +1031807,15 @@ "updateContext": null }, "value": "case", - "start": 147916, - "end": 147920, + "start": 150306, + "end": 150310, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 12 }, "end": { - "line": 3366, + "line": 3408, "column": 16 } } @@ -1031350,15 +1031837,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 147921, - "end": 147932, + "start": 150311, + "end": 150322, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 17 }, "end": { - "line": 3366, + "line": 3408, "column": 28 } } @@ -1031376,15 +1031863,15 @@ "binop": null, "updateContext": null }, - "start": 147932, - "end": 147933, + "start": 150322, + "end": 150323, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 28 }, "end": { - "line": 3366, + "line": 3408, "column": 29 } } @@ -1031402,15 +1031889,15 @@ "binop": null }, "value": "test", - "start": 147933, - "end": 147937, + "start": 150323, + "end": 150327, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 29 }, "end": { - "line": 3366, + "line": 3408, "column": 33 } } @@ -1031427,15 +1031914,15 @@ "postfix": false, "binop": null }, - "start": 147937, - "end": 147938, + "start": 150327, + "end": 150328, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 33 }, "end": { - "line": 3366, + "line": 3408, "column": 34 } } @@ -1031453,15 +1031940,15 @@ "binop": null }, "value": "scale", - "start": 147939, - "end": 147944, + "start": 150329, + "end": 150334, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 35 }, "end": { - "line": 3366, + "line": 3408, "column": 40 } } @@ -1031478,15 +1031965,15 @@ "postfix": false, "binop": null }, - "start": 147945, - "end": 147946, + "start": 150335, + "end": 150336, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 41 }, "end": { - "line": 3366, + "line": 3408, "column": 42 } } @@ -1031504,15 +1031991,15 @@ "binop": null, "updateContext": null }, - "start": 147946, - "end": 147947, + "start": 150336, + "end": 150337, "loc": { "start": { - "line": 3366, + "line": 3408, "column": 42 }, "end": { - "line": 3366, + "line": 3408, "column": 43 } } @@ -1031530,15 +1032017,15 @@ "binop": null }, "value": "higher_scale", - "start": 147964, - "end": 147976, + "start": 150354, + "end": 150366, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 16 }, "end": { - "line": 3367, + "line": 3409, "column": 28 } } @@ -1031557,15 +1032044,15 @@ "updateContext": null }, "value": "=", - "start": 147977, - "end": 147978, + "start": 150367, + "end": 150368, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 29 }, "end": { - "line": 3367, + "line": 3409, "column": 30 } } @@ -1031584,15 +1032071,15 @@ "updateContext": null }, "value": "lustrum", - "start": 147979, - "end": 147988, + "start": 150369, + "end": 150378, "loc": { "start": { - "line": 3367, + "line": 3409, "column": 31 }, "end": { - "line": 3367, + "line": 3409, "column": 40 } } @@ -1031612,15 +1032099,15 @@ "updateContext": null }, "value": "break", - "start": 148005, - "end": 148010, + "start": 150395, + "end": 150400, "loc": { "start": { - "line": 3368, + "line": 3410, "column": 16 }, "end": { - "line": 3368, + "line": 3410, "column": 21 } } @@ -1031640,15 +1032127,15 @@ "updateContext": null }, "value": "case", - "start": 148023, - "end": 148027, + "start": 150413, + "end": 150417, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 12 }, "end": { - "line": 3369, + "line": 3411, "column": 16 } } @@ -1031670,15 +1032157,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 148028, - "end": 148040, + "start": 150418, + "end": 150430, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 17 }, "end": { - "line": 3369, + "line": 3411, "column": 29 } } @@ -1031696,15 +1032183,15 @@ "binop": null, "updateContext": null }, - "start": 148040, - "end": 148041, + "start": 150430, + "end": 150431, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 29 }, "end": { - "line": 3369, + "line": 3411, "column": 30 } } @@ -1031722,15 +1032209,15 @@ "binop": null }, "value": "test", - "start": 148041, - "end": 148045, + "start": 150431, + "end": 150435, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 30 }, "end": { - "line": 3369, + "line": 3411, "column": 34 } } @@ -1031747,15 +1032234,15 @@ "postfix": false, "binop": null }, - "start": 148045, - "end": 148046, + "start": 150435, + "end": 150436, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 34 }, "end": { - "line": 3369, + "line": 3411, "column": 35 } } @@ -1031773,15 +1032260,15 @@ "binop": null }, "value": "scale", - "start": 148047, - "end": 148052, + "start": 150437, + "end": 150442, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 36 }, "end": { - "line": 3369, + "line": 3411, "column": 41 } } @@ -1031798,15 +1032285,15 @@ "postfix": false, "binop": null }, - "start": 148053, - "end": 148054, + "start": 150443, + "end": 150444, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 42 }, "end": { - "line": 3369, + "line": 3411, "column": 43 } } @@ -1031824,15 +1032311,15 @@ "binop": null, "updateContext": null }, - "start": 148054, - "end": 148055, + "start": 150444, + "end": 150445, "loc": { "start": { - "line": 3369, + "line": 3411, "column": 43 }, "end": { - "line": 3369, + "line": 3411, "column": 44 } } @@ -1031850,15 +1032337,15 @@ "binop": null }, "value": "higher_scale", - "start": 148072, - "end": 148084, + "start": 150462, + "end": 150474, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 16 }, "end": { - "line": 3370, + "line": 3412, "column": 28 } } @@ -1031877,15 +1032364,15 @@ "updateContext": null }, "value": "=", - "start": 148085, - "end": 148086, + "start": 150475, + "end": 150476, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 29 }, "end": { - "line": 3370, + "line": 3412, "column": 30 } } @@ -1031904,15 +1032391,15 @@ "updateContext": null }, "value": "decade", - "start": 148087, - "end": 148095, + "start": 150477, + "end": 150485, "loc": { "start": { - "line": 3370, + "line": 3412, "column": 31 }, "end": { - "line": 3370, + "line": 3412, "column": 39 } } @@ -1031932,15 +1032419,15 @@ "updateContext": null }, "value": "break", - "start": 148112, - "end": 148117, + "start": 150502, + "end": 150507, "loc": { "start": { - "line": 3371, + "line": 3413, "column": 16 }, "end": { - "line": 3371, + "line": 3413, "column": 21 } } @@ -1031960,15 +1032447,15 @@ "updateContext": null }, "value": "case", - "start": 148130, - "end": 148134, + "start": 150520, + "end": 150524, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 12 }, "end": { - "line": 3372, + "line": 3414, "column": 16 } } @@ -1031990,15 +1032477,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 148135, - "end": 148155, + "start": 150525, + "end": 150545, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 17 }, "end": { - "line": 3372, + "line": 3414, "column": 37 } } @@ -1032016,15 +1032503,15 @@ "binop": null, "updateContext": null }, - "start": 148155, - "end": 148156, + "start": 150545, + "end": 150546, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 37 }, "end": { - "line": 3372, + "line": 3414, "column": 38 } } @@ -1032042,15 +1032529,15 @@ "binop": null }, "value": "test", - "start": 148156, - "end": 148160, + "start": 150546, + "end": 150550, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 38 }, "end": { - "line": 3372, + "line": 3414, "column": 42 } } @@ -1032067,15 +1032554,15 @@ "postfix": false, "binop": null }, - "start": 148160, - "end": 148161, + "start": 150550, + "end": 150551, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 42 }, "end": { - "line": 3372, + "line": 3414, "column": 43 } } @@ -1032093,15 +1032580,15 @@ "binop": null }, "value": "scale", - "start": 148162, - "end": 148167, + "start": 150552, + "end": 150557, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 44 }, "end": { - "line": 3372, + "line": 3414, "column": 49 } } @@ -1032118,15 +1032605,15 @@ "postfix": false, "binop": null }, - "start": 148168, - "end": 148169, + "start": 150558, + "end": 150559, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 50 }, "end": { - "line": 3372, + "line": 3414, "column": 51 } } @@ -1032144,15 +1032631,15 @@ "binop": null, "updateContext": null }, - "start": 148169, - "end": 148170, + "start": 150559, + "end": 150560, "loc": { "start": { - "line": 3372, + "line": 3414, "column": 51 }, "end": { - "line": 3372, + "line": 3414, "column": 52 } } @@ -1032170,15 +1032657,15 @@ "binop": null }, "value": "higher_scale", - "start": 148187, - "end": 148199, + "start": 150577, + "end": 150589, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 16 }, "end": { - "line": 3373, + "line": 3415, "column": 28 } } @@ -1032197,15 +1032684,15 @@ "updateContext": null }, "value": "=", - "start": 148200, - "end": 148201, + "start": 150590, + "end": 150591, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 29 }, "end": { - "line": 3373, + "line": 3415, "column": 30 } } @@ -1032224,15 +1032711,15 @@ "updateContext": null }, "value": "century", - "start": 148202, - "end": 148211, + "start": 150592, + "end": 150601, "loc": { "start": { - "line": 3373, + "line": 3415, "column": 31 }, "end": { - "line": 3373, + "line": 3415, "column": 40 } } @@ -1032252,15 +1032739,15 @@ "updateContext": null }, "value": "break", - "start": 148228, - "end": 148233, + "start": 150618, + "end": 150623, "loc": { "start": { - "line": 3374, + "line": 3416, "column": 16 }, "end": { - "line": 3374, + "line": 3416, "column": 21 } } @@ -1032280,15 +1032767,15 @@ "updateContext": null }, "value": "case", - "start": 148246, - "end": 148250, + "start": 150636, + "end": 150640, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 12 }, "end": { - "line": 3375, + "line": 3417, "column": 16 } } @@ -1032310,15 +1032797,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 148251, - "end": 148263, + "start": 150641, + "end": 150653, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 17 }, "end": { - "line": 3375, + "line": 3417, "column": 29 } } @@ -1032336,15 +1032823,15 @@ "binop": null, "updateContext": null }, - "start": 148263, - "end": 148264, + "start": 150653, + "end": 150654, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 29 }, "end": { - "line": 3375, + "line": 3417, "column": 30 } } @@ -1032362,15 +1032849,15 @@ "binop": null }, "value": "test", - "start": 148264, - "end": 148268, + "start": 150654, + "end": 150658, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 30 }, "end": { - "line": 3375, + "line": 3417, "column": 34 } } @@ -1032387,15 +1032874,15 @@ "postfix": false, "binop": null }, - "start": 148268, - "end": 148269, + "start": 150658, + "end": 150659, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 34 }, "end": { - "line": 3375, + "line": 3417, "column": 35 } } @@ -1032413,15 +1032900,15 @@ "binop": null }, "value": "scale", - "start": 148270, - "end": 148275, + "start": 150660, + "end": 150665, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 36 }, "end": { - "line": 3375, + "line": 3417, "column": 41 } } @@ -1032438,15 +1032925,15 @@ "postfix": false, "binop": null }, - "start": 148276, - "end": 148277, + "start": 150666, + "end": 150667, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 42 }, "end": { - "line": 3375, + "line": 3417, "column": 43 } } @@ -1032464,15 +1032951,15 @@ "binop": null, "updateContext": null }, - "start": 148277, - "end": 148278, + "start": 150667, + "end": 150668, "loc": { "start": { - "line": 3375, + "line": 3417, "column": 43 }, "end": { - "line": 3375, + "line": 3417, "column": 44 } } @@ -1032490,15 +1032977,15 @@ "binop": null }, "value": "higher_scale", - "start": 148295, - "end": 148307, + "start": 150685, + "end": 150697, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 16 }, "end": { - "line": 3376, + "line": 3418, "column": 28 } } @@ -1032517,15 +1033004,15 @@ "updateContext": null }, "value": "=", - "start": 148308, - "end": 148309, + "start": 150698, + "end": 150699, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 29 }, "end": { - "line": 3376, + "line": 3418, "column": 30 } } @@ -1032544,15 +1033031,15 @@ "updateContext": null }, "value": "millennium", - "start": 148310, - "end": 148322, + "start": 150700, + "end": 150712, "loc": { "start": { - "line": 3376, + "line": 3418, "column": 31 }, "end": { - "line": 3376, + "line": 3418, "column": 43 } } @@ -1032572,15 +1033059,15 @@ "updateContext": null }, "value": "break", - "start": 148339, - "end": 148344, + "start": 150729, + "end": 150734, "loc": { "start": { - "line": 3377, + "line": 3419, "column": 16 }, "end": { - "line": 3377, + "line": 3419, "column": 21 } } @@ -1032600,15 +1033087,15 @@ "updateContext": null }, "value": "case", - "start": 148357, - "end": 148361, + "start": 150747, + "end": 150751, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 12 }, "end": { - "line": 3378, + "line": 3420, "column": 16 } } @@ -1032630,15 +1033117,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 148362, - "end": 148389, + "start": 150752, + "end": 150779, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 17 }, "end": { - "line": 3378, + "line": 3420, "column": 44 } } @@ -1032656,15 +1033143,15 @@ "binop": null, "updateContext": null }, - "start": 148389, - "end": 148390, + "start": 150779, + "end": 150780, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 44 }, "end": { - "line": 3378, + "line": 3420, "column": 45 } } @@ -1032682,15 +1033169,15 @@ "binop": null }, "value": "test", - "start": 148390, - "end": 148394, + "start": 150780, + "end": 150784, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 45 }, "end": { - "line": 3378, + "line": 3420, "column": 49 } } @@ -1032707,15 +1033194,15 @@ "postfix": false, "binop": null }, - "start": 148394, - "end": 148395, + "start": 150784, + "end": 150785, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 49 }, "end": { - "line": 3378, + "line": 3420, "column": 50 } } @@ -1032733,15 +1033220,15 @@ "binop": null }, "value": "scale", - "start": 148396, - "end": 148401, + "start": 150786, + "end": 150791, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 51 }, "end": { - "line": 3378, + "line": 3420, "column": 56 } } @@ -1032758,15 +1033245,15 @@ "postfix": false, "binop": null }, - "start": 148402, - "end": 148403, + "start": 150792, + "end": 150793, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 57 }, "end": { - "line": 3378, + "line": 3420, "column": 58 } } @@ -1032784,15 +1033271,15 @@ "binop": null, "updateContext": null }, - "start": 148403, - "end": 148404, + "start": 150793, + "end": 150794, "loc": { "start": { - "line": 3378, + "line": 3420, "column": 58 }, "end": { - "line": 3378, + "line": 3420, "column": 59 } } @@ -1032812,15 +1033299,15 @@ "updateContext": null }, "value": "default", - "start": 148417, - "end": 148424, + "start": 150807, + "end": 150814, "loc": { "start": { - "line": 3379, + "line": 3421, "column": 12 }, "end": { - "line": 3379, + "line": 3421, "column": 19 } } @@ -1032838,15 +1033325,15 @@ "binop": null, "updateContext": null }, - "start": 148424, - "end": 148425, + "start": 150814, + "end": 150815, "loc": { "start": { - "line": 3379, + "line": 3421, "column": 19 }, "end": { - "line": 3379, + "line": 3421, "column": 20 } } @@ -1032866,15 +1033353,15 @@ "updateContext": null }, "value": "break", - "start": 148442, - "end": 148447, + "start": 150832, + "end": 150837, "loc": { "start": { - "line": 3380, + "line": 3422, "column": 16 }, "end": { - "line": 3380, + "line": 3422, "column": 21 } } @@ -1032891,15 +1033378,15 @@ "postfix": false, "binop": null }, - "start": 148456, - "end": 148457, + "start": 150846, + "end": 150847, "loc": { "start": { - "line": 3381, + "line": 3423, "column": 8 }, "end": { - "line": 3381, + "line": 3423, "column": 9 } } @@ -1032919,15 +1033406,15 @@ "updateContext": null }, "value": "return", - "start": 148466, - "end": 148472, + "start": 150856, + "end": 150862, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 8 }, "end": { - "line": 3382, + "line": 3424, "column": 14 } } @@ -1032945,15 +1033432,15 @@ "binop": null }, "value": "higher_scale", - "start": 148473, - "end": 148485, + "start": 150863, + "end": 150875, "loc": { "start": { - "line": 3382, + "line": 3424, "column": 15 }, "end": { - "line": 3382, + "line": 3424, "column": 27 } } @@ -1032970,15 +1033457,15 @@ "postfix": false, "binop": null }, - "start": 148490, - "end": 148491, + "start": 150880, + "end": 150881, "loc": { "start": { - "line": 3383, + "line": 3425, "column": 4 }, "end": { - "line": 3383, + "line": 3425, "column": 5 } } @@ -1032986,15 +1033473,15 @@ { "type": "CommentBlock", "value": "*\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n ", - "start": 148501, - "end": 148759, + "start": 150891, + "end": 151149, "loc": { "start": { - "line": 3385, + "line": 3427, "column": 4 }, "end": { - "line": 3392, + "line": 3434, "column": 7 } } @@ -1033012,15 +1033499,15 @@ "binop": null }, "value": "getLocaleString", - "start": 148764, - "end": 148779, + "start": 151154, + "end": 151169, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 4 }, "end": { - "line": 3393, + "line": 3435, "column": 19 } } @@ -1033037,15 +1033524,15 @@ "postfix": false, "binop": null }, - "start": 148779, - "end": 148780, + "start": 151169, + "end": 151170, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 19 }, "end": { - "line": 3393, + "line": 3435, "column": 20 } } @@ -1033063,15 +1033550,15 @@ "binop": null }, "value": "date_seed", - "start": 148781, - "end": 148790, + "start": 151171, + "end": 151180, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 21 }, "end": { - "line": 3393, + "line": 3435, "column": 30 } } @@ -1033089,15 +1033576,15 @@ "binop": null, "updateContext": null }, - "start": 148790, - "end": 148791, + "start": 151180, + "end": 151181, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 30 }, "end": { - "line": 3393, + "line": 3435, "column": 31 } } @@ -1033115,15 +1033602,15 @@ "binop": null }, "value": "scale", - "start": 148792, - "end": 148797, + "start": 151182, + "end": 151187, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 32 }, "end": { - "line": 3393, + "line": 3435, "column": 37 } } @@ -1033142,15 +1033629,15 @@ "updateContext": null }, "value": "=", - "start": 148798, - "end": 148799, + "start": 151188, + "end": 151189, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 38 }, "end": { - "line": 3393, + "line": 3435, "column": 39 } } @@ -1033169,15 +1033656,15 @@ "updateContext": null }, "value": "", - "start": 148800, - "end": 148802, + "start": 151190, + "end": 151192, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 40 }, "end": { - "line": 3393, + "line": 3435, "column": 42 } } @@ -1033195,15 +1033682,15 @@ "binop": null, "updateContext": null }, - "start": 148802, - "end": 148803, + "start": 151192, + "end": 151193, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 42 }, "end": { - "line": 3393, + "line": 3435, "column": 43 } } @@ -1033221,15 +1033708,15 @@ "binop": null }, "value": "locales", - "start": 148804, - "end": 148811, + "start": 151194, + "end": 151201, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 44 }, "end": { - "line": 3393, + "line": 3435, "column": 51 } } @@ -1033248,15 +1033735,15 @@ "updateContext": null }, "value": "=", - "start": 148812, - "end": 148813, + "start": 151202, + "end": 151203, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 52 }, "end": { - "line": 3393, + "line": 3435, "column": 53 } } @@ -1033275,15 +1033762,15 @@ "updateContext": null }, "value": "en-US", - "start": 148814, - "end": 148821, + "start": 151204, + "end": 151211, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 54 }, "end": { - "line": 3393, + "line": 3435, "column": 61 } } @@ -1033301,15 +1033788,15 @@ "binop": null, "updateContext": null }, - "start": 148821, - "end": 148822, + "start": 151211, + "end": 151212, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 61 }, "end": { - "line": 3393, + "line": 3435, "column": 62 } } @@ -1033327,15 +1033814,15 @@ "binop": null }, "value": "options", - "start": 148823, - "end": 148830, + "start": 151213, + "end": 151220, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 63 }, "end": { - "line": 3393, + "line": 3435, "column": 70 } } @@ -1033354,15 +1033841,15 @@ "updateContext": null }, "value": "=", - "start": 148831, - "end": 148832, + "start": 151221, + "end": 151222, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 71 }, "end": { - "line": 3393, + "line": 3435, "column": 72 } } @@ -1033379,15 +1033866,15 @@ "postfix": false, "binop": null }, - "start": 148833, - "end": 148834, + "start": 151223, + "end": 151224, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 73 }, "end": { - "line": 3393, + "line": 3435, "column": 74 } } @@ -1033404,15 +1033891,15 @@ "postfix": false, "binop": null }, - "start": 148834, - "end": 148835, + "start": 151224, + "end": 151225, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 74 }, "end": { - "line": 3393, + "line": 3435, "column": 75 } } @@ -1033429,15 +1033916,15 @@ "postfix": false, "binop": null }, - "start": 148836, - "end": 148837, + "start": 151226, + "end": 151227, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 76 }, "end": { - "line": 3393, + "line": 3435, "column": 77 } } @@ -1033454,15 +1033941,15 @@ "postfix": false, "binop": null }, - "start": 148838, - "end": 148839, + "start": 151228, + "end": 151229, "loc": { "start": { - "line": 3393, + "line": 3435, "column": 78 }, "end": { - "line": 3393, + "line": 3435, "column": 79 } } @@ -1033481,15 +1033968,15 @@ "binop": null }, "value": "function", - "start": 148848, - "end": 148856, + "start": 151238, + "end": 151246, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 8 }, "end": { - "line": 3394, + "line": 3436, "column": 16 } } @@ -1033507,15 +1033994,15 @@ "binop": null }, "value": "toLocaleStringSupportsLocales", - "start": 148857, - "end": 148886, + "start": 151247, + "end": 151276, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 17 }, "end": { - "line": 3394, + "line": 3436, "column": 46 } } @@ -1033532,15 +1034019,15 @@ "postfix": false, "binop": null }, - "start": 148886, - "end": 148887, + "start": 151276, + "end": 151277, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 46 }, "end": { - "line": 3394, + "line": 3436, "column": 47 } } @@ -1033557,15 +1034044,15 @@ "postfix": false, "binop": null }, - "start": 148887, - "end": 148888, + "start": 151277, + "end": 151278, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 47 }, "end": { - "line": 3394, + "line": 3436, "column": 48 } } @@ -1033582,15 +1034069,15 @@ "postfix": false, "binop": null }, - "start": 148889, - "end": 148890, + "start": 151279, + "end": 151280, "loc": { "start": { - "line": 3394, + "line": 3436, "column": 49 }, "end": { - "line": 3394, + "line": 3436, "column": 50 } } @@ -1033610,15 +1034097,15 @@ "updateContext": null }, "value": "try", - "start": 148903, - "end": 148906, + "start": 151293, + "end": 151296, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 12 }, "end": { - "line": 3395, + "line": 3437, "column": 15 } } @@ -1033635,15 +1034122,15 @@ "postfix": false, "binop": null }, - "start": 148907, - "end": 148908, + "start": 151297, + "end": 151298, "loc": { "start": { - "line": 3395, + "line": 3437, "column": 16 }, "end": { - "line": 3395, + "line": 3437, "column": 17 } } @@ -1033663,15 +1034150,15 @@ "updateContext": null }, "value": "new", - "start": 148925, - "end": 148928, + "start": 151315, + "end": 151318, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 16 }, "end": { - "line": 3396, + "line": 3438, "column": 19 } } @@ -1033689,15 +1034176,15 @@ "binop": null }, "value": "Date", - "start": 148929, - "end": 148933, + "start": 151319, + "end": 151323, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 20 }, "end": { - "line": 3396, + "line": 3438, "column": 24 } } @@ -1033714,15 +1034201,15 @@ "postfix": false, "binop": null }, - "start": 148933, - "end": 148934, + "start": 151323, + "end": 151324, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 24 }, "end": { - "line": 3396, + "line": 3438, "column": 25 } } @@ -1033739,15 +1034226,15 @@ "postfix": false, "binop": null }, - "start": 148934, - "end": 148935, + "start": 151324, + "end": 151325, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 25 }, "end": { - "line": 3396, + "line": 3438, "column": 26 } } @@ -1033765,15 +1034252,15 @@ "binop": null, "updateContext": null }, - "start": 148935, - "end": 148936, + "start": 151325, + "end": 151326, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 26 }, "end": { - "line": 3396, + "line": 3438, "column": 27 } } @@ -1033791,15 +1034278,15 @@ "binop": null }, "value": "toLocaleString", - "start": 148936, - "end": 148950, + "start": 151326, + "end": 151340, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 27 }, "end": { - "line": 3396, + "line": 3438, "column": 41 } } @@ -1033816,15 +1034303,15 @@ "postfix": false, "binop": null }, - "start": 148950, - "end": 148951, + "start": 151340, + "end": 151341, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 41 }, "end": { - "line": 3396, + "line": 3438, "column": 42 } } @@ -1033843,15 +1034330,15 @@ "updateContext": null }, "value": "i", - "start": 148952, - "end": 148955, + "start": 151342, + "end": 151345, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 43 }, "end": { - "line": 3396, + "line": 3438, "column": 46 } } @@ -1033868,15 +1034355,15 @@ "postfix": false, "binop": null }, - "start": 148956, - "end": 148957, + "start": 151346, + "end": 151347, "loc": { "start": { - "line": 3396, + "line": 3438, "column": 47 }, "end": { - "line": 3396, + "line": 3438, "column": 48 } } @@ -1033893,15 +1034380,15 @@ "postfix": false, "binop": null }, - "start": 148970, - "end": 148971, + "start": 151360, + "end": 151361, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 12 }, "end": { - "line": 3397, + "line": 3439, "column": 13 } } @@ -1033921,15 +1034408,15 @@ "updateContext": null }, "value": "catch", - "start": 148972, - "end": 148977, + "start": 151362, + "end": 151367, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 14 }, "end": { - "line": 3397, + "line": 3439, "column": 19 } } @@ -1033946,15 +1034433,15 @@ "postfix": false, "binop": null }, - "start": 148978, - "end": 148979, + "start": 151368, + "end": 151369, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 20 }, "end": { - "line": 3397, + "line": 3439, "column": 21 } } @@ -1033972,15 +1034459,15 @@ "binop": null }, "value": "e", - "start": 148980, - "end": 148981, + "start": 151370, + "end": 151371, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 22 }, "end": { - "line": 3397, + "line": 3439, "column": 23 } } @@ -1033997,15 +1034484,15 @@ "postfix": false, "binop": null }, - "start": 148982, - "end": 148983, + "start": 151372, + "end": 151373, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 24 }, "end": { - "line": 3397, + "line": 3439, "column": 25 } } @@ -1034022,15 +1034509,15 @@ "postfix": false, "binop": null }, - "start": 148984, - "end": 148985, + "start": 151374, + "end": 151375, "loc": { "start": { - "line": 3397, + "line": 3439, "column": 26 }, "end": { - "line": 3397, + "line": 3439, "column": 27 } } @@ -1034050,15 +1034537,15 @@ "updateContext": null }, "value": "return", - "start": 149002, - "end": 149008, + "start": 151392, + "end": 151398, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 16 }, "end": { - "line": 3398, + "line": 3440, "column": 22 } } @@ -1034076,15 +1034563,15 @@ "binop": null }, "value": "e", - "start": 149009, - "end": 149010, + "start": 151399, + "end": 151400, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 23 }, "end": { - "line": 3398, + "line": 3440, "column": 24 } } @@ -1034102,15 +1034589,15 @@ "binop": null, "updateContext": null }, - "start": 149010, - "end": 149011, + "start": 151400, + "end": 151401, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 24 }, "end": { - "line": 3398, + "line": 3440, "column": 25 } } @@ -1034128,15 +1034615,15 @@ "binop": null }, "value": "name", - "start": 149011, - "end": 149015, + "start": 151401, + "end": 151405, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 25 }, "end": { - "line": 3398, + "line": 3440, "column": 29 } } @@ -1034155,15 +1034642,15 @@ "updateContext": null }, "value": "===", - "start": 149016, - "end": 149019, + "start": 151406, + "end": 151409, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 30 }, "end": { - "line": 3398, + "line": 3440, "column": 33 } } @@ -1034182,15 +1034669,15 @@ "updateContext": null }, "value": "RangeError", - "start": 149020, - "end": 149032, + "start": 151410, + "end": 151422, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 34 }, "end": { - "line": 3398, + "line": 3440, "column": 46 } } @@ -1034208,15 +1034695,15 @@ "binop": null, "updateContext": null }, - "start": 149032, - "end": 149033, + "start": 151422, + "end": 151423, "loc": { "start": { - "line": 3398, + "line": 3440, "column": 46 }, "end": { - "line": 3398, + "line": 3440, "column": 47 } } @@ -1034233,15 +1034720,15 @@ "postfix": false, "binop": null }, - "start": 149046, - "end": 149047, + "start": 151436, + "end": 151437, "loc": { "start": { - "line": 3399, + "line": 3441, "column": 12 }, "end": { - "line": 3399, + "line": 3441, "column": 13 } } @@ -1034261,15 +1034748,15 @@ "updateContext": null }, "value": "return", - "start": 149060, - "end": 149066, + "start": 151450, + "end": 151456, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 12 }, "end": { - "line": 3400, + "line": 3442, "column": 18 } } @@ -1034289,15 +1034776,15 @@ "updateContext": null }, "value": "false", - "start": 149067, - "end": 149072, + "start": 151457, + "end": 151462, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 19 }, "end": { - "line": 3400, + "line": 3442, "column": 24 } } @@ -1034315,15 +1034802,15 @@ "binop": null, "updateContext": null }, - "start": 149072, - "end": 149073, + "start": 151462, + "end": 151463, "loc": { "start": { - "line": 3400, + "line": 3442, "column": 24 }, "end": { - "line": 3400, + "line": 3442, "column": 25 } } @@ -1034340,15 +1034827,15 @@ "postfix": false, "binop": null }, - "start": 149082, - "end": 149083, + "start": 151472, + "end": 151473, "loc": { "start": { - "line": 3401, + "line": 3443, "column": 8 }, "end": { - "line": 3401, + "line": 3443, "column": 9 } } @@ -1034368,15 +1034855,15 @@ "updateContext": null }, "value": "let", - "start": 149092, - "end": 149095, + "start": 151482, + "end": 151485, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 8 }, "end": { - "line": 3402, + "line": 3444, "column": 11 } } @@ -1034394,15 +1034881,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 149096, - "end": 149112, + "start": 151486, + "end": 151502, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 12 }, "end": { - "line": 3402, + "line": 3444, "column": 28 } } @@ -1034421,15 +1034908,15 @@ "updateContext": null }, "value": "=", - "start": 149113, - "end": 149114, + "start": 151503, + "end": 151504, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 29 }, "end": { - "line": 3402, + "line": 3444, "column": 30 } } @@ -1034447,15 +1034934,15 @@ "binop": null }, "value": "toLocaleStringSupportsLocales", - "start": 149115, - "end": 149144, + "start": 151505, + "end": 151534, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 31 }, "end": { - "line": 3402, + "line": 3444, "column": 60 } } @@ -1034472,15 +1034959,15 @@ "postfix": false, "binop": null }, - "start": 149144, - "end": 149145, + "start": 151534, + "end": 151535, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 60 }, "end": { - "line": 3402, + "line": 3444, "column": 61 } } @@ -1034497,15 +1034984,15 @@ "postfix": false, "binop": null }, - "start": 149145, - "end": 149146, + "start": 151535, + "end": 151536, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 61 }, "end": { - "line": 3402, + "line": 3444, "column": 62 } } @@ -1034523,15 +1035010,15 @@ "binop": null, "updateContext": null }, - "start": 149146, - "end": 149147, + "start": 151536, + "end": 151537, "loc": { "start": { - "line": 3402, + "line": 3444, "column": 62 }, "end": { - "line": 3402, + "line": 3444, "column": 63 } } @@ -1034549,15 +1035036,15 @@ "binop": null }, "value": "locale_string", - "start": 149160, - "end": 149173, + "start": 151550, + "end": 151563, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 12 }, "end": { - "line": 3403, + "line": 3445, "column": 25 } } @@ -1034576,15 +1035063,15 @@ "updateContext": null }, "value": "=", - "start": 149174, - "end": 149175, + "start": 151564, + "end": 151565, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 26 }, "end": { - "line": 3403, + "line": 3445, "column": 27 } } @@ -1034603,15 +1035090,15 @@ "updateContext": null }, "value": "", - "start": 149176, - "end": 149178, + "start": 151566, + "end": 151568, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 28 }, "end": { - "line": 3403, + "line": 3445, "column": 30 } } @@ -1034629,15 +1035116,15 @@ "binop": null, "updateContext": null }, - "start": 149178, - "end": 149179, + "start": 151568, + "end": 151569, "loc": { "start": { - "line": 3403, + "line": 3445, "column": 30 }, "end": { - "line": 3403, + "line": 3445, "column": 31 } } @@ -1034655,15 +1035142,15 @@ "binop": null }, "value": "_options", - "start": 149192, - "end": 149200, + "start": 151582, + "end": 151590, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 12 }, "end": { - "line": 3404, + "line": 3446, "column": 20 } } @@ -1034682,15 +1035169,15 @@ "updateContext": null }, "value": "=", - "start": 149201, - "end": 149202, + "start": 151591, + "end": 151592, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 21 }, "end": { - "line": 3404, + "line": 3446, "column": 22 } } @@ -1034707,15 +1035194,15 @@ "postfix": false, "binop": null }, - "start": 149203, - "end": 149204, + "start": 151593, + "end": 151594, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 23 }, "end": { - "line": 3404, + "line": 3446, "column": 24 } } @@ -1034732,15 +1035219,15 @@ "postfix": false, "binop": null }, - "start": 149204, - "end": 149205, + "start": 151594, + "end": 151595, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 24 }, "end": { - "line": 3404, + "line": 3446, "column": 25 } } @@ -1034758,15 +1035245,15 @@ "binop": null, "updateContext": null }, - "start": 149205, - "end": 149206, + "start": 151595, + "end": 151596, "loc": { "start": { - "line": 3404, + "line": 3446, "column": 25 }, "end": { - "line": 3404, + "line": 3446, "column": 26 } } @@ -1034784,15 +1035271,15 @@ "binop": null }, "value": "getOrdinal", - "start": 149219, - "end": 149229, + "start": 151609, + "end": 151619, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 12 }, "end": { - "line": 3405, + "line": 3447, "column": 22 } } @@ -1034811,15 +1035298,15 @@ "updateContext": null }, "value": "=", - "start": 149230, - "end": 149231, + "start": 151620, + "end": 151621, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 23 }, "end": { - "line": 3405, + "line": 3447, "column": 24 } } @@ -1034836,15 +1035323,15 @@ "postfix": false, "binop": null }, - "start": 149232, - "end": 149233, + "start": 151622, + "end": 151623, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 25 }, "end": { - "line": 3405, + "line": 3447, "column": 26 } } @@ -1034862,15 +1035349,15 @@ "binop": null }, "value": "n", - "start": 149234, - "end": 149235, + "start": 151624, + "end": 151625, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 27 }, "end": { - "line": 3405, + "line": 3447, "column": 28 } } @@ -1034887,15 +1035374,15 @@ "postfix": false, "binop": null }, - "start": 149236, - "end": 149237, + "start": 151626, + "end": 151627, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 29 }, "end": { - "line": 3405, + "line": 3447, "column": 30 } } @@ -1034913,15 +1035400,15 @@ "binop": null, "updateContext": null }, - "start": 149238, - "end": 149240, + "start": 151628, + "end": 151630, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 31 }, "end": { - "line": 3405, + "line": 3447, "column": 33 } } @@ -1034938,15 +1035425,15 @@ "postfix": false, "binop": null }, - "start": 149241, - "end": 149242, + "start": 151631, + "end": 151632, "loc": { "start": { - "line": 3405, + "line": 3447, "column": 34 }, "end": { - "line": 3405, + "line": 3447, "column": 35 } } @@ -1034966,15 +1035453,15 @@ "updateContext": null }, "value": "let", - "start": 149259, - "end": 149262, + "start": 151649, + "end": 151652, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 16 }, "end": { - "line": 3406, + "line": 3448, "column": 19 } } @@ -1034992,15 +1035479,15 @@ "binop": null }, "value": "s", - "start": 149263, - "end": 149264, + "start": 151653, + "end": 151654, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 20 }, "end": { - "line": 3406, + "line": 3448, "column": 21 } } @@ -1035019,15 +1035506,15 @@ "updateContext": null }, "value": "=", - "start": 149265, - "end": 149266, + "start": 151655, + "end": 151656, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 22 }, "end": { - "line": 3406, + "line": 3448, "column": 23 } } @@ -1035045,15 +1035532,15 @@ "binop": null, "updateContext": null }, - "start": 149267, - "end": 149268, + "start": 151657, + "end": 151658, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 24 }, "end": { - "line": 3406, + "line": 3448, "column": 25 } } @@ -1035072,15 +1035559,15 @@ "updateContext": null }, "value": "th", - "start": 149269, - "end": 149273, + "start": 151659, + "end": 151663, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 26 }, "end": { - "line": 3406, + "line": 3448, "column": 30 } } @@ -1035098,15 +1035585,15 @@ "binop": null, "updateContext": null }, - "start": 149273, - "end": 149274, + "start": 151663, + "end": 151664, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 30 }, "end": { - "line": 3406, + "line": 3448, "column": 31 } } @@ -1035125,15 +1035612,15 @@ "updateContext": null }, "value": "st", - "start": 149275, - "end": 149279, + "start": 151665, + "end": 151669, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 32 }, "end": { - "line": 3406, + "line": 3448, "column": 36 } } @@ -1035151,15 +1035638,15 @@ "binop": null, "updateContext": null }, - "start": 149279, - "end": 149280, + "start": 151669, + "end": 151670, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 36 }, "end": { - "line": 3406, + "line": 3448, "column": 37 } } @@ -1035178,15 +1035665,15 @@ "updateContext": null }, "value": "nd", - "start": 149281, - "end": 149285, + "start": 151671, + "end": 151675, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 38 }, "end": { - "line": 3406, + "line": 3448, "column": 42 } } @@ -1035204,15 +1035691,15 @@ "binop": null, "updateContext": null }, - "start": 149285, - "end": 149286, + "start": 151675, + "end": 151676, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 42 }, "end": { - "line": 3406, + "line": 3448, "column": 43 } } @@ -1035231,15 +1035718,15 @@ "updateContext": null }, "value": "rd", - "start": 149287, - "end": 149291, + "start": 151677, + "end": 151681, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 44 }, "end": { - "line": 3406, + "line": 3448, "column": 48 } } @@ -1035257,15 +1035744,15 @@ "binop": null, "updateContext": null }, - "start": 149292, - "end": 149293, + "start": 151682, + "end": 151683, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 49 }, "end": { - "line": 3406, + "line": 3448, "column": 50 } } @@ -1035283,15 +1035770,15 @@ "binop": null, "updateContext": null }, - "start": 149293, - "end": 149294, + "start": 151683, + "end": 151684, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 50 }, "end": { - "line": 3406, + "line": 3448, "column": 51 } } @@ -1035309,15 +1035796,15 @@ "binop": null }, "value": "v", - "start": 149295, - "end": 149296, + "start": 151685, + "end": 151686, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 52 }, "end": { - "line": 3406, + "line": 3448, "column": 53 } } @@ -1035336,15 +1035823,15 @@ "updateContext": null }, "value": "=", - "start": 149297, - "end": 149298, + "start": 151687, + "end": 151688, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 54 }, "end": { - "line": 3406, + "line": 3448, "column": 55 } } @@ -1035362,15 +1035849,15 @@ "binop": null }, "value": "n", - "start": 149299, - "end": 149300, + "start": 151689, + "end": 151690, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 56 }, "end": { - "line": 3406, + "line": 3448, "column": 57 } } @@ -1035389,15 +1035876,15 @@ "updateContext": null }, "value": "%", - "start": 149301, - "end": 149302, + "start": 151691, + "end": 151692, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 58 }, "end": { - "line": 3406, + "line": 3448, "column": 59 } } @@ -1035416,15 +1035903,15 @@ "updateContext": null }, "value": 100, - "start": 149303, - "end": 149306, + "start": 151693, + "end": 151696, "loc": { "start": { - "line": 3406, + "line": 3448, "column": 60 }, "end": { - "line": 3406, + "line": 3448, "column": 63 } } @@ -1035444,15 +1035931,15 @@ "updateContext": null }, "value": "return", - "start": 149323, - "end": 149329, + "start": 151713, + "end": 151719, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 16 }, "end": { - "line": 3407, + "line": 3449, "column": 22 } } @@ -1035470,15 +1035957,15 @@ "binop": null }, "value": "n", - "start": 149330, - "end": 149331, + "start": 151720, + "end": 151721, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 23 }, "end": { - "line": 3407, + "line": 3449, "column": 24 } } @@ -1035497,15 +1035984,15 @@ "updateContext": null }, "value": "+", - "start": 149332, - "end": 149333, + "start": 151722, + "end": 151723, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 25 }, "end": { - "line": 3407, + "line": 3449, "column": 26 } } @@ -1035522,15 +1036009,15 @@ "postfix": false, "binop": null }, - "start": 149334, - "end": 149335, + "start": 151724, + "end": 151725, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 27 }, "end": { - "line": 3407, + "line": 3449, "column": 28 } } @@ -1035548,15 +1036035,15 @@ "binop": null }, "value": "s", - "start": 149336, - "end": 149337, + "start": 151726, + "end": 151727, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 29 }, "end": { - "line": 3407, + "line": 3449, "column": 30 } } @@ -1035574,15 +1036061,15 @@ "binop": null, "updateContext": null }, - "start": 149337, - "end": 149338, + "start": 151727, + "end": 151728, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 30 }, "end": { - "line": 3407, + "line": 3449, "column": 31 } } @@ -1035599,15 +1036086,15 @@ "postfix": false, "binop": null }, - "start": 149338, - "end": 149339, + "start": 151728, + "end": 151729, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 31 }, "end": { - "line": 3407, + "line": 3449, "column": 32 } } @@ -1035625,15 +1036112,15 @@ "binop": null }, "value": "v", - "start": 149339, - "end": 149340, + "start": 151729, + "end": 151730, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 32 }, "end": { - "line": 3407, + "line": 3449, "column": 33 } } @@ -1035652,15 +1036139,15 @@ "updateContext": null }, "value": "-", - "start": 149341, - "end": 149342, + "start": 151731, + "end": 151732, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 34 }, "end": { - "line": 3407, + "line": 3449, "column": 35 } } @@ -1035679,15 +1036166,15 @@ "updateContext": null }, "value": 20, - "start": 149343, - "end": 149345, + "start": 151733, + "end": 151735, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 36 }, "end": { - "line": 3407, + "line": 3449, "column": 38 } } @@ -1035704,15 +1036191,15 @@ "postfix": false, "binop": null }, - "start": 149345, - "end": 149346, + "start": 151735, + "end": 151736, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 38 }, "end": { - "line": 3407, + "line": 3449, "column": 39 } } @@ -1035731,15 +1036218,15 @@ "updateContext": null }, "value": "%", - "start": 149346, - "end": 149347, + "start": 151736, + "end": 151737, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 39 }, "end": { - "line": 3407, + "line": 3449, "column": 40 } } @@ -1035758,15 +1036245,15 @@ "updateContext": null }, "value": 10, - "start": 149347, - "end": 149349, + "start": 151737, + "end": 151739, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 40 }, "end": { - "line": 3407, + "line": 3449, "column": 42 } } @@ -1035784,15 +1036271,15 @@ "binop": null, "updateContext": null }, - "start": 149349, - "end": 149350, + "start": 151739, + "end": 151740, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 42 }, "end": { - "line": 3407, + "line": 3449, "column": 43 } } @@ -1035811,15 +1036298,15 @@ "updateContext": null }, "value": "||", - "start": 149351, - "end": 149353, + "start": 151741, + "end": 151743, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 44 }, "end": { - "line": 3407, + "line": 3449, "column": 46 } } @@ -1035837,15 +1036324,15 @@ "binop": null }, "value": "s", - "start": 149354, - "end": 149355, + "start": 151744, + "end": 151745, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 47 }, "end": { - "line": 3407, + "line": 3449, "column": 48 } } @@ -1035863,15 +1036350,15 @@ "binop": null, "updateContext": null }, - "start": 149355, - "end": 149356, + "start": 151745, + "end": 151746, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 48 }, "end": { - "line": 3407, + "line": 3449, "column": 49 } } @@ -1035889,15 +1036376,15 @@ "binop": null }, "value": "v", - "start": 149356, - "end": 149357, + "start": 151746, + "end": 151747, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 49 }, "end": { - "line": 3407, + "line": 3449, "column": 50 } } @@ -1035915,15 +1036402,15 @@ "binop": null, "updateContext": null }, - "start": 149357, - "end": 149358, + "start": 151747, + "end": 151748, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 50 }, "end": { - "line": 3407, + "line": 3449, "column": 51 } } @@ -1035942,15 +1036429,15 @@ "updateContext": null }, "value": "||", - "start": 149359, - "end": 149361, + "start": 151749, + "end": 151751, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 52 }, "end": { - "line": 3407, + "line": 3449, "column": 54 } } @@ -1035968,15 +1036455,15 @@ "binop": null }, "value": "s", - "start": 149362, - "end": 149363, + "start": 151752, + "end": 151753, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 55 }, "end": { - "line": 3407, + "line": 3449, "column": 56 } } @@ -1035994,15 +1036481,15 @@ "binop": null, "updateContext": null }, - "start": 149363, - "end": 149364, + "start": 151753, + "end": 151754, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 56 }, "end": { - "line": 3407, + "line": 3449, "column": 57 } } @@ -1036021,15 +1036508,15 @@ "updateContext": null }, "value": 0, - "start": 149364, - "end": 149365, + "start": 151754, + "end": 151755, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 57 }, "end": { - "line": 3407, + "line": 3449, "column": 58 } } @@ -1036047,15 +1036534,15 @@ "binop": null, "updateContext": null }, - "start": 149365, - "end": 149366, + "start": 151755, + "end": 151756, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 58 }, "end": { - "line": 3407, + "line": 3449, "column": 59 } } @@ -1036072,15 +1036559,15 @@ "postfix": false, "binop": null }, - "start": 149367, - "end": 149368, + "start": 151757, + "end": 151758, "loc": { "start": { - "line": 3407, + "line": 3449, "column": 60 }, "end": { - "line": 3407, + "line": 3449, "column": 61 } } @@ -1036097,15 +1036584,15 @@ "postfix": false, "binop": null }, - "start": 149381, - "end": 149382, + "start": 151771, + "end": 151772, "loc": { "start": { - "line": 3408, + "line": 3450, "column": 12 }, "end": { - "line": 3408, + "line": 3450, "column": 13 } } @@ -1036123,15 +1036610,15 @@ "binop": null, "updateContext": null }, - "start": 149382, - "end": 149383, + "start": 151772, + "end": 151773, "loc": { "start": { - "line": 3408, + "line": 3450, "column": 13 }, "end": { - "line": 3408, + "line": 3450, "column": 14 } } @@ -1036149,15 +1036636,15 @@ "binop": null }, "value": "getZerofill", - "start": 149396, - "end": 149407, + "start": 151786, + "end": 151797, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 12 }, "end": { - "line": 3409, + "line": 3451, "column": 23 } } @@ -1036176,15 +1036663,15 @@ "updateContext": null }, "value": "=", - "start": 149408, - "end": 149409, + "start": 151798, + "end": 151799, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 24 }, "end": { - "line": 3409, + "line": 3451, "column": 25 } } @@ -1036201,15 +1036688,15 @@ "postfix": false, "binop": null }, - "start": 149410, - "end": 149411, + "start": 151800, + "end": 151801, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 26 }, "end": { - "line": 3409, + "line": 3451, "column": 27 } } @@ -1036227,15 +1036714,15 @@ "binop": null }, "value": "num", - "start": 149412, - "end": 149415, + "start": 151802, + "end": 151805, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 28 }, "end": { - "line": 3409, + "line": 3451, "column": 31 } } @@ -1036253,15 +1036740,15 @@ "binop": null, "updateContext": null }, - "start": 149415, - "end": 149416, + "start": 151805, + "end": 151806, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 31 }, "end": { - "line": 3409, + "line": 3451, "column": 32 } } @@ -1036279,15 +1036766,15 @@ "binop": null }, "value": "digit", - "start": 149417, - "end": 149422, + "start": 151807, + "end": 151812, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 33 }, "end": { - "line": 3409, + "line": 3451, "column": 38 } } @@ -1036306,15 +1036793,15 @@ "updateContext": null }, "value": "=", - "start": 149423, - "end": 149424, + "start": 151813, + "end": 151814, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 39 }, "end": { - "line": 3409, + "line": 3451, "column": 40 } } @@ -1036333,15 +1036820,15 @@ "updateContext": null }, "value": 4, - "start": 149425, - "end": 149426, + "start": 151815, + "end": 151816, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 41 }, "end": { - "line": 3409, + "line": 3451, "column": 42 } } @@ -1036358,15 +1036845,15 @@ "postfix": false, "binop": null }, - "start": 149427, - "end": 149428, + "start": 151817, + "end": 151818, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 43 }, "end": { - "line": 3409, + "line": 3451, "column": 44 } } @@ -1036384,15 +1036871,15 @@ "binop": null, "updateContext": null }, - "start": 149429, - "end": 149431, + "start": 151819, + "end": 151821, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 45 }, "end": { - "line": 3409, + "line": 3451, "column": 47 } } @@ -1036409,15 +1036896,15 @@ "postfix": false, "binop": null }, - "start": 149432, - "end": 149433, + "start": 151822, + "end": 151823, "loc": { "start": { - "line": 3409, + "line": 3451, "column": 48 }, "end": { - "line": 3409, + "line": 3451, "column": 49 } } @@ -1036437,15 +1036924,15 @@ "updateContext": null }, "value": "let", - "start": 149450, - "end": 149453, + "start": 151840, + "end": 151843, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 16 }, "end": { - "line": 3410, + "line": 3452, "column": 19 } } @@ -1036463,15 +1036950,15 @@ "binop": null }, "value": "strDuplicate", - "start": 149454, - "end": 149466, + "start": 151844, + "end": 151856, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 20 }, "end": { - "line": 3410, + "line": 3452, "column": 32 } } @@ -1036490,15 +1036977,15 @@ "updateContext": null }, "value": "=", - "start": 149467, - "end": 149468, + "start": 151857, + "end": 151858, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 33 }, "end": { - "line": 3410, + "line": 3452, "column": 34 } } @@ -1036515,15 +1037002,15 @@ "postfix": false, "binop": null }, - "start": 149469, - "end": 149470, + "start": 151859, + "end": 151860, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 35 }, "end": { - "line": 3410, + "line": 3452, "column": 36 } } @@ -1036541,15 +1037028,15 @@ "binop": null }, "value": "n", - "start": 149471, - "end": 149472, + "start": 151861, + "end": 151862, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 37 }, "end": { - "line": 3410, + "line": 3452, "column": 38 } } @@ -1036567,15 +1037054,15 @@ "binop": null, "updateContext": null }, - "start": 149472, - "end": 149473, + "start": 151862, + "end": 151863, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 38 }, "end": { - "line": 3410, + "line": 3452, "column": 39 } } @@ -1036593,15 +1037080,15 @@ "binop": null }, "value": "str", - "start": 149474, - "end": 149477, + "start": 151864, + "end": 151867, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 40 }, "end": { - "line": 3410, + "line": 3452, "column": 43 } } @@ -1036618,15 +1037105,15 @@ "postfix": false, "binop": null }, - "start": 149478, - "end": 149479, + "start": 151868, + "end": 151869, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 44 }, "end": { - "line": 3410, + "line": 3452, "column": 45 } } @@ -1036644,15 +1037131,15 @@ "binop": null, "updateContext": null }, - "start": 149480, - "end": 149482, + "start": 151870, + "end": 151872, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 46 }, "end": { - "line": 3410, + "line": 3452, "column": 48 } } @@ -1036670,15 +1037157,15 @@ "binop": null }, "value": "Array", - "start": 149483, - "end": 149488, + "start": 151873, + "end": 151878, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 49 }, "end": { - "line": 3410, + "line": 3452, "column": 54 } } @@ -1036695,15 +1037182,15 @@ "postfix": false, "binop": null }, - "start": 149488, - "end": 149489, + "start": 151878, + "end": 151879, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 54 }, "end": { - "line": 3410, + "line": 3452, "column": 55 } } @@ -1036721,15 +1037208,15 @@ "binop": null }, "value": "n", - "start": 149490, - "end": 149491, + "start": 151880, + "end": 151881, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 56 }, "end": { - "line": 3410, + "line": 3452, "column": 57 } } @@ -1036748,15 +1037235,15 @@ "updateContext": null }, "value": "+", - "start": 149492, - "end": 149493, + "start": 151882, + "end": 151883, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 58 }, "end": { - "line": 3410, + "line": 3452, "column": 59 } } @@ -1036775,15 +1037262,15 @@ "updateContext": null }, "value": 1, - "start": 149494, - "end": 149495, + "start": 151884, + "end": 151885, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 60 }, "end": { - "line": 3410, + "line": 3452, "column": 61 } } @@ -1036800,15 +1037287,15 @@ "postfix": false, "binop": null }, - "start": 149496, - "end": 149497, + "start": 151886, + "end": 151887, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 62 }, "end": { - "line": 3410, + "line": 3452, "column": 63 } } @@ -1036826,15 +1037313,15 @@ "binop": null, "updateContext": null }, - "start": 149497, - "end": 149498, + "start": 151887, + "end": 151888, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 63 }, "end": { - "line": 3410, + "line": 3452, "column": 64 } } @@ -1036852,15 +1037339,15 @@ "binop": null }, "value": "join", - "start": 149498, - "end": 149502, + "start": 151888, + "end": 151892, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 64 }, "end": { - "line": 3410, + "line": 3452, "column": 68 } } @@ -1036877,15 +1037364,15 @@ "postfix": false, "binop": null }, - "start": 149502, - "end": 149503, + "start": 151892, + "end": 151893, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 68 }, "end": { - "line": 3410, + "line": 3452, "column": 69 } } @@ -1036903,15 +1037390,15 @@ "binop": null }, "value": "str", - "start": 149504, - "end": 149507, + "start": 151894, + "end": 151897, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 70 }, "end": { - "line": 3410, + "line": 3452, "column": 73 } } @@ -1036928,15 +1037415,15 @@ "postfix": false, "binop": null }, - "start": 149508, - "end": 149509, + "start": 151898, + "end": 151899, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 74 }, "end": { - "line": 3410, + "line": 3452, "column": 75 } } @@ -1036954,15 +1037441,15 @@ "binop": null, "updateContext": null }, - "start": 149509, - "end": 149510, + "start": 151899, + "end": 151900, "loc": { "start": { - "line": 3410, + "line": 3452, "column": 75 }, "end": { - "line": 3410, + "line": 3452, "column": 76 } } @@ -1036980,15 +1037467,15 @@ "binop": null }, "value": "zero", - "start": 149531, - "end": 149535, + "start": 151921, + "end": 151925, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 20 }, "end": { - "line": 3411, + "line": 3453, "column": 24 } } @@ -1037007,15 +1037494,15 @@ "updateContext": null }, "value": "=", - "start": 149536, - "end": 149537, + "start": 151926, + "end": 151927, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 25 }, "end": { - "line": 3411, + "line": 3453, "column": 26 } } @@ -1037033,15 +1037520,15 @@ "binop": null }, "value": "strDuplicate", - "start": 149538, - "end": 149550, + "start": 151928, + "end": 151940, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 27 }, "end": { - "line": 3411, + "line": 3453, "column": 39 } } @@ -1037058,15 +1037545,15 @@ "postfix": false, "binop": null }, - "start": 149550, - "end": 149551, + "start": 151940, + "end": 151941, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 39 }, "end": { - "line": 3411, + "line": 3453, "column": 40 } } @@ -1037084,15 +1037571,15 @@ "binop": null }, "value": "digit", - "start": 149552, - "end": 149557, + "start": 151942, + "end": 151947, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 41 }, "end": { - "line": 3411, + "line": 3453, "column": 46 } } @@ -1037111,15 +1037598,15 @@ "updateContext": null }, "value": "-", - "start": 149558, - "end": 149559, + "start": 151948, + "end": 151949, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 47 }, "end": { - "line": 3411, + "line": 3453, "column": 48 } } @@ -1037137,15 +1037624,15 @@ "binop": null }, "value": "num", - "start": 149560, - "end": 149563, + "start": 151950, + "end": 151953, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 49 }, "end": { - "line": 3411, + "line": 3453, "column": 52 } } @@ -1037163,15 +1037650,15 @@ "binop": null, "updateContext": null }, - "start": 149563, - "end": 149564, + "start": 151953, + "end": 151954, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 52 }, "end": { - "line": 3411, + "line": 3453, "column": 53 } } @@ -1037189,15 +1037676,15 @@ "binop": null }, "value": "length", - "start": 149564, - "end": 149570, + "start": 151954, + "end": 151960, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 53 }, "end": { - "line": 3411, + "line": 3453, "column": 59 } } @@ -1037215,15 +1037702,15 @@ "binop": null, "updateContext": null }, - "start": 149570, - "end": 149571, + "start": 151960, + "end": 151961, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 59 }, "end": { - "line": 3411, + "line": 3453, "column": 60 } } @@ -1037242,15 +1037729,15 @@ "updateContext": null }, "value": "0", - "start": 149572, - "end": 149575, + "start": 151962, + "end": 151965, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 61 }, "end": { - "line": 3411, + "line": 3453, "column": 64 } } @@ -1037267,15 +1037754,15 @@ "postfix": false, "binop": null }, - "start": 149576, - "end": 149577, + "start": 151966, + "end": 151967, "loc": { "start": { - "line": 3411, + "line": 3453, "column": 65 }, "end": { - "line": 3411, + "line": 3453, "column": 66 } } @@ -1037295,15 +1037782,15 @@ "updateContext": null }, "value": "return", - "start": 149611, - "end": 149617, + "start": 152001, + "end": 152007, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 16 }, "end": { - "line": 3413, + "line": 3455, "column": 22 } } @@ -1037321,15 +1037808,15 @@ "binop": null }, "value": "String", - "start": 149618, - "end": 149624, + "start": 152008, + "end": 152014, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 23 }, "end": { - "line": 3413, + "line": 3455, "column": 29 } } @@ -1037346,15 +1037833,15 @@ "postfix": false, "binop": null }, - "start": 149624, - "end": 149625, + "start": 152014, + "end": 152015, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 29 }, "end": { - "line": 3413, + "line": 3455, "column": 30 } } @@ -1037372,15 +1037859,15 @@ "binop": null }, "value": "num", - "start": 149626, - "end": 149629, + "start": 152016, + "end": 152019, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 31 }, "end": { - "line": 3413, + "line": 3455, "column": 34 } } @@ -1037397,15 +1037884,15 @@ "postfix": false, "binop": null }, - "start": 149630, - "end": 149631, + "start": 152020, + "end": 152021, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 35 }, "end": { - "line": 3413, + "line": 3455, "column": 36 } } @@ -1037423,15 +1037910,15 @@ "binop": null, "updateContext": null }, - "start": 149631, - "end": 149632, + "start": 152021, + "end": 152022, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 36 }, "end": { - "line": 3413, + "line": 3455, "column": 37 } } @@ -1037449,15 +1037936,15 @@ "binop": null }, "value": "length", - "start": 149632, - "end": 149638, + "start": 152022, + "end": 152028, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 37 }, "end": { - "line": 3413, + "line": 3455, "column": 43 } } @@ -1037476,15 +1037963,15 @@ "updateContext": null }, "value": "==", - "start": 149639, - "end": 149641, + "start": 152029, + "end": 152031, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 44 }, "end": { - "line": 3413, + "line": 3455, "column": 46 } } @@ -1037502,15 +1037989,15 @@ "binop": null }, "value": "digit", - "start": 149642, - "end": 149647, + "start": 152032, + "end": 152037, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 47 }, "end": { - "line": 3413, + "line": 3455, "column": 52 } } @@ -1037528,15 +1038015,15 @@ "binop": null, "updateContext": null }, - "start": 149648, - "end": 149649, + "start": 152038, + "end": 152039, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 53 }, "end": { - "line": 3413, + "line": 3455, "column": 54 } } @@ -1037554,15 +1038041,15 @@ "binop": null }, "value": "String", - "start": 149650, - "end": 149656, + "start": 152040, + "end": 152046, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 55 }, "end": { - "line": 3413, + "line": 3455, "column": 61 } } @@ -1037579,15 +1038066,15 @@ "postfix": false, "binop": null }, - "start": 149656, - "end": 149657, + "start": 152046, + "end": 152047, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 61 }, "end": { - "line": 3413, + "line": 3455, "column": 62 } } @@ -1037605,15 +1038092,15 @@ "binop": null }, "value": "num", - "start": 149658, - "end": 149661, + "start": 152048, + "end": 152051, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 63 }, "end": { - "line": 3413, + "line": 3455, "column": 66 } } @@ -1037630,15 +1038117,15 @@ "postfix": false, "binop": null }, - "start": 149662, - "end": 149663, + "start": 152052, + "end": 152053, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 67 }, "end": { - "line": 3413, + "line": 3455, "column": 68 } } @@ -1037656,15 +1038143,15 @@ "binop": null, "updateContext": null }, - "start": 149664, - "end": 149665, + "start": 152054, + "end": 152055, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 69 }, "end": { - "line": 3413, + "line": 3455, "column": 70 } } @@ -1037681,15 +1038168,15 @@ "postfix": false, "binop": null }, - "start": 149666, - "end": 149667, + "start": 152056, + "end": 152057, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 71 }, "end": { - "line": 3413, + "line": 3455, "column": 72 } } @@ -1037707,15 +1038194,15 @@ "binop": null }, "value": "zero", - "start": 149668, - "end": 149672, + "start": 152058, + "end": 152062, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 73 }, "end": { - "line": 3413, + "line": 3455, "column": 77 } } @@ -1037734,15 +1038221,15 @@ "updateContext": null }, "value": "+", - "start": 149673, - "end": 149674, + "start": 152063, + "end": 152064, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 78 }, "end": { - "line": 3413, + "line": 3455, "column": 79 } } @@ -1037760,15 +1038247,15 @@ "binop": null }, "value": "num", - "start": 149675, - "end": 149678, + "start": 152065, + "end": 152068, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 80 }, "end": { - "line": 3413, + "line": 3455, "column": 83 } } @@ -1037785,15 +1038272,15 @@ "postfix": false, "binop": null }, - "start": 149679, - "end": 149680, + "start": 152069, + "end": 152070, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 84 }, "end": { - "line": 3413, + "line": 3455, "column": 85 } } @@ -1037811,15 +1038298,15 @@ "binop": null, "updateContext": null }, - "start": 149680, - "end": 149681, + "start": 152070, + "end": 152071, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 85 }, "end": { - "line": 3413, + "line": 3455, "column": 86 } } @@ -1037837,15 +1038324,15 @@ "binop": null }, "value": "substr", - "start": 149681, - "end": 149687, + "start": 152071, + "end": 152077, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 86 }, "end": { - "line": 3413, + "line": 3455, "column": 92 } } @@ -1037862,15 +1038349,15 @@ "postfix": false, "binop": null }, - "start": 149687, - "end": 149688, + "start": 152077, + "end": 152078, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 92 }, "end": { - "line": 3413, + "line": 3455, "column": 93 } } @@ -1037888,15 +1038375,15 @@ "binop": null }, "value": "num", - "start": 149689, - "end": 149692, + "start": 152079, + "end": 152082, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 94 }, "end": { - "line": 3413, + "line": 3455, "column": 97 } } @@ -1037915,15 +1038402,15 @@ "updateContext": null }, "value": "*", - "start": 149693, - "end": 149694, + "start": 152083, + "end": 152084, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 98 }, "end": { - "line": 3413, + "line": 3455, "column": 99 } } @@ -1037942,15 +1038429,15 @@ "updateContext": null }, "value": "-", - "start": 149695, - "end": 149696, + "start": 152085, + "end": 152086, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 100 }, "end": { - "line": 3413, + "line": 3455, "column": 101 } } @@ -1037969,15 +1038456,15 @@ "updateContext": null }, "value": 1, - "start": 149696, - "end": 149697, + "start": 152086, + "end": 152087, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 101 }, "end": { - "line": 3413, + "line": 3455, "column": 102 } } @@ -1037994,15 +1038481,15 @@ "postfix": false, "binop": null }, - "start": 149698, - "end": 149699, + "start": 152088, + "end": 152089, "loc": { "start": { - "line": 3413, + "line": 3455, "column": 103 }, "end": { - "line": 3413, + "line": 3455, "column": 104 } } @@ -1038019,15 +1038506,15 @@ "postfix": false, "binop": null }, - "start": 149712, - "end": 149713, + "start": 152102, + "end": 152103, "loc": { "start": { - "line": 3414, + "line": 3456, "column": 12 }, "end": { - "line": 3414, + "line": 3456, "column": 13 } } @@ -1038045,15 +1038532,15 @@ "binop": null, "updateContext": null }, - "start": 149713, - "end": 149714, + "start": 152103, + "end": 152104, "loc": { "start": { - "line": 3414, + "line": 3456, "column": 13 }, "end": { - "line": 3414, + "line": 3456, "column": 14 } } @@ -1038071,15 +1038558,15 @@ "binop": null }, "value": "parseDatetime", - "start": 149727, - "end": 149740, + "start": 152117, + "end": 152130, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 12 }, "end": { - "line": 3415, + "line": 3457, "column": 25 } } @@ -1038098,15 +1038585,15 @@ "updateContext": null }, "value": "=", - "start": 149741, - "end": 149742, + "start": 152131, + "end": 152132, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 26 }, "end": { - "line": 3415, + "line": 3457, "column": 27 } } @@ -1038123,15 +1038610,15 @@ "postfix": false, "binop": null }, - "start": 149743, - "end": 149744, + "start": 152133, + "end": 152134, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 28 }, "end": { - "line": 3415, + "line": 3457, "column": 29 } } @@ -1038149,15 +1038636,15 @@ "binop": null }, "value": "date_str", - "start": 149745, - "end": 149753, + "start": 152135, + "end": 152143, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 30 }, "end": { - "line": 3415, + "line": 3457, "column": 38 } } @@ -1038174,15 +1038661,15 @@ "postfix": false, "binop": null }, - "start": 149754, - "end": 149755, + "start": 152144, + "end": 152145, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 39 }, "end": { - "line": 3415, + "line": 3457, "column": 40 } } @@ -1038200,15 +1038687,15 @@ "binop": null, "updateContext": null }, - "start": 149756, - "end": 149758, + "start": 152146, + "end": 152148, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 41 }, "end": { - "line": 3415, + "line": 3457, "column": 43 } } @@ -1038225,15 +1038712,15 @@ "postfix": false, "binop": null }, - "start": 149759, - "end": 149760, + "start": 152149, + "end": 152150, "loc": { "start": { - "line": 3415, + "line": 3457, "column": 44 }, "end": { - "line": 3415, + "line": 3457, "column": 45 } } @@ -1038253,15 +1038740,15 @@ "updateContext": null }, "value": "let", - "start": 149777, - "end": 149780, + "start": 152167, + "end": 152170, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 16 }, "end": { - "line": 3416, + "line": 3458, "column": 19 } } @@ -1038279,15 +1038766,15 @@ "binop": null, "updateContext": null }, - "start": 149781, - "end": 149782, + "start": 152171, + "end": 152172, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 20 }, "end": { - "line": 3416, + "line": 3458, "column": 21 } } @@ -1038305,15 +1038792,15 @@ "binop": null }, "value": "_ymd", - "start": 149783, - "end": 149787, + "start": 152173, + "end": 152177, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 22 }, "end": { - "line": 3416, + "line": 3458, "column": 26 } } @@ -1038331,15 +1038818,15 @@ "binop": null, "updateContext": null }, - "start": 149787, - "end": 149788, + "start": 152177, + "end": 152178, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 26 }, "end": { - "line": 3416, + "line": 3458, "column": 27 } } @@ -1038357,15 +1038844,15 @@ "binop": null }, "value": "_his", - "start": 149789, - "end": 149793, + "start": 152179, + "end": 152183, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 28 }, "end": { - "line": 3416, + "line": 3458, "column": 32 } } @@ -1038383,15 +1038870,15 @@ "binop": null, "updateContext": null }, - "start": 149794, - "end": 149795, + "start": 152184, + "end": 152185, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 33 }, "end": { - "line": 3416, + "line": 3458, "column": 34 } } @@ -1038410,15 +1038897,15 @@ "updateContext": null }, "value": "=", - "start": 149796, - "end": 149797, + "start": 152186, + "end": 152187, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 35 }, "end": { - "line": 3416, + "line": 3458, "column": 36 } } @@ -1038436,15 +1038923,15 @@ "binop": null }, "value": "date_str", - "start": 149798, - "end": 149806, + "start": 152188, + "end": 152196, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 37 }, "end": { - "line": 3416, + "line": 3458, "column": 45 } } @@ -1038462,15 +1038949,15 @@ "binop": null, "updateContext": null }, - "start": 149806, - "end": 149807, + "start": 152196, + "end": 152197, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 45 }, "end": { - "line": 3416, + "line": 3458, "column": 46 } } @@ -1038488,15 +1038975,15 @@ "binop": null }, "value": "split", - "start": 149807, - "end": 149812, + "start": 152197, + "end": 152202, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 46 }, "end": { - "line": 3416, + "line": 3458, "column": 51 } } @@ -1038513,15 +1039000,15 @@ "postfix": false, "binop": null }, - "start": 149812, - "end": 149813, + "start": 152202, + "end": 152203, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 51 }, "end": { - "line": 3416, + "line": 3458, "column": 52 } } @@ -1038540,15 +1039027,15 @@ "updateContext": null }, "value": " ", - "start": 149813, - "end": 149816, + "start": 152203, + "end": 152206, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 52 }, "end": { - "line": 3416, + "line": 3458, "column": 55 } } @@ -1038565,15 +1039052,15 @@ "postfix": false, "binop": null }, - "start": 149816, - "end": 149817, + "start": 152206, + "end": 152207, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 55 }, "end": { - "line": 3416, + "line": 3458, "column": 56 } } @@ -1038591,15 +1039078,15 @@ "binop": null, "updateContext": null }, - "start": 149817, - "end": 149818, + "start": 152207, + "end": 152208, "loc": { "start": { - "line": 3416, + "line": 3458, "column": 56 }, "end": { - "line": 3416, + "line": 3458, "column": 57 } } @@ -1038617,15 +1039104,15 @@ "binop": null }, "value": "_parts", - "start": 149839, - "end": 149845, + "start": 152229, + "end": 152235, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 20 }, "end": { - "line": 3417, + "line": 3459, "column": 26 } } @@ -1038644,15 +1039131,15 @@ "updateContext": null }, "value": "=", - "start": 149854, - "end": 149855, + "start": 152244, + "end": 152245, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 35 }, "end": { - "line": 3417, + "line": 3459, "column": 36 } } @@ -1038670,15 +1039157,15 @@ "binop": null, "updateContext": null }, - "start": 149856, - "end": 149857, + "start": 152246, + "end": 152247, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 37 }, "end": { - "line": 3417, + "line": 3459, "column": 38 } } @@ -1038696,15 +1039183,15 @@ "binop": null, "updateContext": null }, - "start": 149857, - "end": 149858, + "start": 152247, + "end": 152248, "loc": { "start": { - "line": 3417, + "line": 3459, "column": 38 }, "end": { - "line": 3417, + "line": 3459, "column": 39 } } @@ -1038724,15 +1039211,15 @@ "updateContext": null }, "value": "if", - "start": 149892, - "end": 149894, + "start": 152282, + "end": 152284, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 16 }, "end": { - "line": 3419, + "line": 3461, "column": 18 } } @@ -1038749,15 +1039236,15 @@ "postfix": false, "binop": null }, - "start": 149895, - "end": 149896, + "start": 152285, + "end": 152286, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 19 }, "end": { - "line": 3419, + "line": 3461, "column": 20 } } @@ -1038779,15 +1039266,15 @@ "pattern": "^\\d{1,4}\\/\\d{1,2}\\/\\d{1,2}$", "flags": "" }, - "start": 149897, - "end": 149926, + "start": 152287, + "end": 152316, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 21 }, "end": { - "line": 3419, + "line": 3461, "column": 50 } } @@ -1038805,15 +1039292,15 @@ "binop": null, "updateContext": null }, - "start": 149926, - "end": 149927, + "start": 152316, + "end": 152317, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 50 }, "end": { - "line": 3419, + "line": 3461, "column": 51 } } @@ -1038831,15 +1039318,15 @@ "binop": null }, "value": "test", - "start": 149927, - "end": 149931, + "start": 152317, + "end": 152321, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 51 }, "end": { - "line": 3419, + "line": 3461, "column": 55 } } @@ -1038856,15 +1039343,15 @@ "postfix": false, "binop": null }, - "start": 149931, - "end": 149932, + "start": 152321, + "end": 152322, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 55 }, "end": { - "line": 3419, + "line": 3461, "column": 56 } } @@ -1038882,15 +1039369,15 @@ "binop": null }, "value": "_ymd", - "start": 149933, - "end": 149937, + "start": 152323, + "end": 152327, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 57 }, "end": { - "line": 3419, + "line": 3461, "column": 61 } } @@ -1038907,15 +1039394,15 @@ "postfix": false, "binop": null }, - "start": 149938, - "end": 149939, + "start": 152328, + "end": 152329, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 62 }, "end": { - "line": 3419, + "line": 3461, "column": 63 } } @@ -1038932,15 +1039419,15 @@ "postfix": false, "binop": null }, - "start": 149940, - "end": 149941, + "start": 152330, + "end": 152331, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 64 }, "end": { - "line": 3419, + "line": 3461, "column": 65 } } @@ -1038957,15 +1039444,15 @@ "postfix": false, "binop": null }, - "start": 149942, - "end": 149943, + "start": 152332, + "end": 152333, "loc": { "start": { - "line": 3419, + "line": 3461, "column": 66 }, "end": { - "line": 3419, + "line": 3461, "column": 67 } } @@ -1038983,15 +1039470,15 @@ "binop": null }, "value": "_str", - "start": 149964, - "end": 149968, + "start": 152354, + "end": 152358, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 20 }, "end": { - "line": 3420, + "line": 3462, "column": 24 } } @@ -1039010,15 +1039497,15 @@ "updateContext": null }, "value": "=", - "start": 149969, - "end": 149970, + "start": 152359, + "end": 152360, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 25 }, "end": { - "line": 3420, + "line": 3462, "column": 26 } } @@ -1039036,15 +1039523,15 @@ "binop": null }, "value": "_ymd", - "start": 149971, - "end": 149975, + "start": 152361, + "end": 152365, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 27 }, "end": { - "line": 3420, + "line": 3462, "column": 31 } } @@ -1039062,15 +1039549,15 @@ "binop": null, "updateContext": null }, - "start": 149975, - "end": 149976, + "start": 152365, + "end": 152366, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 31 }, "end": { - "line": 3420, + "line": 3462, "column": 32 } } @@ -1039088,15 +1039575,15 @@ "binop": null }, "value": "split", - "start": 149976, - "end": 149981, + "start": 152366, + "end": 152371, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 32 }, "end": { - "line": 3420, + "line": 3462, "column": 37 } } @@ -1039113,15 +1039600,15 @@ "postfix": false, "binop": null }, - "start": 149981, - "end": 149982, + "start": 152371, + "end": 152372, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 37 }, "end": { - "line": 3420, + "line": 3462, "column": 38 } } @@ -1039140,15 +1039627,15 @@ "updateContext": null }, "value": "/", - "start": 149982, - "end": 149985, + "start": 152372, + "end": 152375, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 38 }, "end": { - "line": 3420, + "line": 3462, "column": 41 } } @@ -1039165,15 +1039652,15 @@ "postfix": false, "binop": null }, - "start": 149985, - "end": 149986, + "start": 152375, + "end": 152376, "loc": { "start": { - "line": 3420, + "line": 3462, "column": 41 }, "end": { - "line": 3420, + "line": 3462, "column": 42 } } @@ -1039191,15 +1039678,15 @@ "binop": null }, "value": "_parts", - "start": 150007, - "end": 150013, + "start": 152397, + "end": 152403, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 20 }, "end": { - "line": 3421, + "line": 3463, "column": 26 } } @@ -1039217,15 +1039704,15 @@ "binop": null, "updateContext": null }, - "start": 150013, - "end": 150014, + "start": 152403, + "end": 152404, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 26 }, "end": { - "line": 3421, + "line": 3463, "column": 27 } } @@ -1039243,15 +1039730,15 @@ "binop": null }, "value": "push", - "start": 150014, - "end": 150018, + "start": 152404, + "end": 152408, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 27 }, "end": { - "line": 3421, + "line": 3463, "column": 31 } } @@ -1039268,15 +1039755,15 @@ "postfix": false, "binop": null }, - "start": 150018, - "end": 150019, + "start": 152408, + "end": 152409, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 31 }, "end": { - "line": 3421, + "line": 3463, "column": 32 } } @@ -1039294,15 +1039781,15 @@ "binop": null, "updateContext": null }, - "start": 150020, - "end": 150023, + "start": 152410, + "end": 152413, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 33 }, "end": { - "line": 3421, + "line": 3463, "column": 36 } } @@ -1039320,15 +1039807,15 @@ "binop": null }, "value": "_str", - "start": 150023, - "end": 150027, + "start": 152413, + "end": 152417, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 36 }, "end": { - "line": 3421, + "line": 3463, "column": 40 } } @@ -1039345,15 +1039832,15 @@ "postfix": false, "binop": null }, - "start": 150028, - "end": 150029, + "start": 152418, + "end": 152419, "loc": { "start": { - "line": 3421, + "line": 3463, "column": 41 }, "end": { - "line": 3421, + "line": 3463, "column": 42 } } @@ -1039370,15 +1039857,15 @@ "postfix": false, "binop": null }, - "start": 150046, - "end": 150047, + "start": 152436, + "end": 152437, "loc": { "start": { - "line": 3422, + "line": 3464, "column": 16 }, "end": { - "line": 3422, + "line": 3464, "column": 17 } } @@ -1039398,15 +1039885,15 @@ "updateContext": null }, "value": "if", - "start": 150064, - "end": 150066, + "start": 152454, + "end": 152456, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 16 }, "end": { - "line": 3423, + "line": 3465, "column": 18 } } @@ -1039423,15 +1039910,15 @@ "postfix": false, "binop": null }, - "start": 150067, - "end": 150068, + "start": 152457, + "end": 152458, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 19 }, "end": { - "line": 3423, + "line": 3465, "column": 20 } } @@ -1039453,15 +1039940,15 @@ "pattern": "^\\d{1,2}(|:\\d{1,2}(|:\\d{1,2}))$", "flags": "" }, - "start": 150069, - "end": 150102, + "start": 152459, + "end": 152492, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 21 }, "end": { - "line": 3423, + "line": 3465, "column": 54 } } @@ -1039479,15 +1039966,15 @@ "binop": null, "updateContext": null }, - "start": 150102, - "end": 150103, + "start": 152492, + "end": 152493, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 54 }, "end": { - "line": 3423, + "line": 3465, "column": 55 } } @@ -1039505,15 +1039992,15 @@ "binop": null }, "value": "test", - "start": 150103, - "end": 150107, + "start": 152493, + "end": 152497, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 55 }, "end": { - "line": 3423, + "line": 3465, "column": 59 } } @@ -1039530,15 +1040017,15 @@ "postfix": false, "binop": null }, - "start": 150107, - "end": 150108, + "start": 152497, + "end": 152498, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 59 }, "end": { - "line": 3423, + "line": 3465, "column": 60 } } @@ -1039556,15 +1040043,15 @@ "binop": null }, "value": "_his", - "start": 150109, - "end": 150113, + "start": 152499, + "end": 152503, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 61 }, "end": { - "line": 3423, + "line": 3465, "column": 65 } } @@ -1039581,15 +1040068,15 @@ "postfix": false, "binop": null }, - "start": 150114, - "end": 150115, + "start": 152504, + "end": 152505, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 66 }, "end": { - "line": 3423, + "line": 3465, "column": 67 } } @@ -1039606,15 +1040093,15 @@ "postfix": false, "binop": null }, - "start": 150116, - "end": 150117, + "start": 152506, + "end": 152507, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 68 }, "end": { - "line": 3423, + "line": 3465, "column": 69 } } @@ -1039631,15 +1040118,15 @@ "postfix": false, "binop": null }, - "start": 150118, - "end": 150119, + "start": 152508, + "end": 152509, "loc": { "start": { - "line": 3423, + "line": 3465, "column": 70 }, "end": { - "line": 3423, + "line": 3465, "column": 71 } } @@ -1039657,15 +1040144,15 @@ "binop": null }, "value": "_str", - "start": 150140, - "end": 150144, + "start": 152530, + "end": 152534, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 20 }, "end": { - "line": 3424, + "line": 3466, "column": 24 } } @@ -1039684,15 +1040171,15 @@ "updateContext": null }, "value": "=", - "start": 150145, - "end": 150146, + "start": 152535, + "end": 152536, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 25 }, "end": { - "line": 3424, + "line": 3466, "column": 26 } } @@ -1039710,15 +1040197,15 @@ "binop": null }, "value": "_his", - "start": 150147, - "end": 150151, + "start": 152537, + "end": 152541, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 27 }, "end": { - "line": 3424, + "line": 3466, "column": 31 } } @@ -1039736,15 +1040223,15 @@ "binop": null, "updateContext": null }, - "start": 150151, - "end": 150152, + "start": 152541, + "end": 152542, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 31 }, "end": { - "line": 3424, + "line": 3466, "column": 32 } } @@ -1039762,15 +1040249,15 @@ "binop": null }, "value": "split", - "start": 150152, - "end": 150157, + "start": 152542, + "end": 152547, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 32 }, "end": { - "line": 3424, + "line": 3466, "column": 37 } } @@ -1039787,15 +1040274,15 @@ "postfix": false, "binop": null }, - "start": 150157, - "end": 150158, + "start": 152547, + "end": 152548, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 37 }, "end": { - "line": 3424, + "line": 3466, "column": 38 } } @@ -1039814,15 +1040301,15 @@ "updateContext": null }, "value": ":", - "start": 150158, - "end": 150161, + "start": 152548, + "end": 152551, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 38 }, "end": { - "line": 3424, + "line": 3466, "column": 41 } } @@ -1039839,15 +1040326,15 @@ "postfix": false, "binop": null }, - "start": 150161, - "end": 150162, + "start": 152551, + "end": 152552, "loc": { "start": { - "line": 3424, + "line": 3466, "column": 41 }, "end": { - "line": 3424, + "line": 3466, "column": 42 } } @@ -1039865,15 +1040352,15 @@ "binop": null }, "value": "_parts", - "start": 150183, - "end": 150189, + "start": 152573, + "end": 152579, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 20 }, "end": { - "line": 3425, + "line": 3467, "column": 26 } } @@ -1039891,15 +1040378,15 @@ "binop": null, "updateContext": null }, - "start": 150189, - "end": 150190, + "start": 152579, + "end": 152580, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 26 }, "end": { - "line": 3425, + "line": 3467, "column": 27 } } @@ -1039917,15 +1040404,15 @@ "binop": null }, "value": "push", - "start": 150190, - "end": 150194, + "start": 152580, + "end": 152584, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 27 }, "end": { - "line": 3425, + "line": 3467, "column": 31 } } @@ -1039942,15 +1040429,15 @@ "postfix": false, "binop": null }, - "start": 150194, - "end": 150195, + "start": 152584, + "end": 152585, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 31 }, "end": { - "line": 3425, + "line": 3467, "column": 32 } } @@ -1039968,15 +1040455,15 @@ "binop": null, "updateContext": null }, - "start": 150196, - "end": 150199, + "start": 152586, + "end": 152589, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 33 }, "end": { - "line": 3425, + "line": 3467, "column": 36 } } @@ -1039994,15 +1040481,15 @@ "binop": null }, "value": "_str", - "start": 150199, - "end": 150203, + "start": 152589, + "end": 152593, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 36 }, "end": { - "line": 3425, + "line": 3467, "column": 40 } } @@ -1040019,15 +1040506,15 @@ "postfix": false, "binop": null }, - "start": 150204, - "end": 150205, + "start": 152594, + "end": 152595, "loc": { "start": { - "line": 3425, + "line": 3467, "column": 41 }, "end": { - "line": 3425, + "line": 3467, "column": 42 } } @@ -1040044,15 +1040531,15 @@ "postfix": false, "binop": null }, - "start": 150222, - "end": 150223, + "start": 152612, + "end": 152613, "loc": { "start": { - "line": 3426, + "line": 3468, "column": 16 }, "end": { - "line": 3426, + "line": 3468, "column": 17 } } @@ -1040072,15 +1040559,15 @@ "updateContext": null }, "value": "if", - "start": 150240, - "end": 150242, + "start": 152630, + "end": 152632, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 16 }, "end": { - "line": 3427, + "line": 3469, "column": 18 } } @@ -1040097,15 +1040584,15 @@ "postfix": false, "binop": null }, - "start": 150243, - "end": 150244, + "start": 152633, + "end": 152634, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 19 }, "end": { - "line": 3427, + "line": 3469, "column": 20 } } @@ -1040123,15 +1040610,15 @@ "binop": null }, "value": "_parts", - "start": 150245, - "end": 150251, + "start": 152635, + "end": 152641, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 21 }, "end": { - "line": 3427, + "line": 3469, "column": 27 } } @@ -1040149,15 +1040636,15 @@ "binop": null, "updateContext": null }, - "start": 150251, - "end": 150252, + "start": 152641, + "end": 152642, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 27 }, "end": { - "line": 3427, + "line": 3469, "column": 28 } } @@ -1040175,15 +1040662,15 @@ "binop": null }, "value": "length", - "start": 150252, - "end": 150258, + "start": 152642, + "end": 152648, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 28 }, "end": { - "line": 3427, + "line": 3469, "column": 34 } } @@ -1040202,15 +1040689,15 @@ "updateContext": null }, "value": ">", - "start": 150259, - "end": 150260, + "start": 152649, + "end": 152650, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 35 }, "end": { - "line": 3427, + "line": 3469, "column": 36 } } @@ -1040229,15 +1040716,15 @@ "updateContext": null }, "value": 0, - "start": 150261, - "end": 150262, + "start": 152651, + "end": 152652, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 37 }, "end": { - "line": 3427, + "line": 3469, "column": 38 } } @@ -1040254,15 +1040741,15 @@ "postfix": false, "binop": null }, - "start": 150263, - "end": 150264, + "start": 152653, + "end": 152654, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 39 }, "end": { - "line": 3427, + "line": 3469, "column": 40 } } @@ -1040279,15 +1040766,15 @@ "postfix": false, "binop": null }, - "start": 150265, - "end": 150266, + "start": 152655, + "end": 152656, "loc": { "start": { - "line": 3427, + "line": 3469, "column": 41 }, "end": { - "line": 3427, + "line": 3469, "column": 42 } } @@ -1040307,15 +1040794,15 @@ "updateContext": null }, "value": "return", - "start": 150287, - "end": 150293, + "start": 152677, + "end": 152683, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 20 }, "end": { - "line": 3428, + "line": 3470, "column": 26 } } @@ -1040335,15 +1040822,15 @@ "updateContext": null }, "value": "new", - "start": 150294, - "end": 150297, + "start": 152684, + "end": 152687, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 27 }, "end": { - "line": 3428, + "line": 3470, "column": 30 } } @@ -1040361,15 +1040848,15 @@ "binop": null }, "value": "Date", - "start": 150298, - "end": 150302, + "start": 152688, + "end": 152692, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 31 }, "end": { - "line": 3428, + "line": 3470, "column": 35 } } @@ -1040386,15 +1040873,15 @@ "postfix": false, "binop": null }, - "start": 150302, - "end": 150303, + "start": 152692, + "end": 152693, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 35 }, "end": { - "line": 3428, + "line": 3470, "column": 36 } } @@ -1040412,15 +1040899,15 @@ "binop": null, "updateContext": null }, - "start": 150304, - "end": 150307, + "start": 152694, + "end": 152697, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 37 }, "end": { - "line": 3428, + "line": 3470, "column": 40 } } @@ -1040438,15 +1040925,15 @@ "binop": null }, "value": "_parts", - "start": 150307, - "end": 150313, + "start": 152697, + "end": 152703, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 40 }, "end": { - "line": 3428, + "line": 3470, "column": 46 } } @@ -1040463,15 +1040950,15 @@ "postfix": false, "binop": null }, - "start": 150314, - "end": 150315, + "start": 152704, + "end": 152705, "loc": { "start": { - "line": 3428, + "line": 3470, "column": 47 }, "end": { - "line": 3428, + "line": 3470, "column": 48 } } @@ -1040488,15 +1040975,15 @@ "postfix": false, "binop": null }, - "start": 150332, - "end": 150333, + "start": 152722, + "end": 152723, "loc": { "start": { - "line": 3429, + "line": 3471, "column": 16 }, "end": { - "line": 3429, + "line": 3471, "column": 17 } } @@ -1040516,15 +1041003,15 @@ "updateContext": null }, "value": "else", - "start": 150334, - "end": 150338, + "start": 152724, + "end": 152728, "loc": { "start": { - "line": 3429, + "line": 3471, "column": 18 }, "end": { - "line": 3429, + "line": 3471, "column": 22 } } @@ -1040541,15 +1041028,15 @@ "postfix": false, "binop": null }, - "start": 150339, - "end": 150340, + "start": 152729, + "end": 152730, "loc": { "start": { - "line": 3429, + "line": 3471, "column": 23 }, "end": { - "line": 3429, + "line": 3471, "column": 24 } } @@ -1040569,15 +1041056,15 @@ "updateContext": null }, "value": "return", - "start": 150361, - "end": 150367, + "start": 152751, + "end": 152757, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 20 }, "end": { - "line": 3430, + "line": 3472, "column": 26 } } @@ -1040597,15 +1041084,15 @@ "updateContext": null }, "value": "new", - "start": 150368, - "end": 150371, + "start": 152758, + "end": 152761, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 27 }, "end": { - "line": 3430, + "line": 3472, "column": 30 } } @@ -1040623,15 +1041110,15 @@ "binop": null }, "value": "Date", - "start": 150372, - "end": 150376, + "start": 152762, + "end": 152766, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 31 }, "end": { - "line": 3430, + "line": 3472, "column": 35 } } @@ -1040648,15 +1041135,15 @@ "postfix": false, "binop": null }, - "start": 150376, - "end": 150377, + "start": 152766, + "end": 152767, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 35 }, "end": { - "line": 3430, + "line": 3472, "column": 36 } } @@ -1040674,15 +1041161,15 @@ "binop": null }, "value": "date_str", - "start": 150378, - "end": 150386, + "start": 152768, + "end": 152776, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 37 }, "end": { - "line": 3430, + "line": 3472, "column": 45 } } @@ -1040699,15 +1041186,15 @@ "postfix": false, "binop": null }, - "start": 150387, - "end": 150388, + "start": 152777, + "end": 152778, "loc": { "start": { - "line": 3430, + "line": 3472, "column": 46 }, "end": { - "line": 3430, + "line": 3472, "column": 47 } } @@ -1040724,15 +1041211,15 @@ "postfix": false, "binop": null }, - "start": 150405, - "end": 150406, + "start": 152795, + "end": 152796, "loc": { "start": { - "line": 3431, + "line": 3473, "column": 16 }, "end": { - "line": 3431, + "line": 3473, "column": 17 } } @@ -1040749,15 +1041236,15 @@ "postfix": false, "binop": null }, - "start": 150419, - "end": 150420, + "start": 152809, + "end": 152810, "loc": { "start": { - "line": 3432, + "line": 3474, "column": 12 }, "end": { - "line": 3432, + "line": 3474, "column": 13 } } @@ -1040775,15 +1041262,15 @@ "binop": null, "updateContext": null }, - "start": 150420, - "end": 150421, + "start": 152810, + "end": 152811, "loc": { "start": { - "line": 3432, + "line": 3474, "column": 13 }, "end": { - "line": 3432, + "line": 3474, "column": 14 } } @@ -1040801,15 +1041288,15 @@ "binop": null }, "value": "_prop", - "start": 150434, - "end": 150439, + "start": 152824, + "end": 152829, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 12 }, "end": { - "line": 3433, + "line": 3475, "column": 17 } } @@ -1040827,15 +1041314,15 @@ "binop": null, "updateContext": null }, - "start": 150439, - "end": 150440, + "start": 152829, + "end": 152830, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 17 }, "end": { - "line": 3433, + "line": 3475, "column": 18 } } @@ -1040853,15 +1041340,15 @@ "binop": null }, "value": "_temp", - "start": 150441, - "end": 150446, + "start": 152831, + "end": 152836, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 19 }, "end": { - "line": 3433, + "line": 3475, "column": 24 } } @@ -1040879,15 +1041366,15 @@ "binop": null, "updateContext": null }, - "start": 150446, - "end": 150447, + "start": 152836, + "end": 152837, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 24 }, "end": { - "line": 3433, + "line": 3475, "column": 25 } } @@ -1040905,15 +1041392,15 @@ "binop": null }, "value": "_str", - "start": 150448, - "end": 150452, + "start": 152838, + "end": 152842, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 26 }, "end": { - "line": 3433, + "line": 3475, "column": 30 } } @@ -1040931,15 +1041418,15 @@ "binop": null, "updateContext": null }, - "start": 150452, - "end": 150453, + "start": 152842, + "end": 152843, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 30 }, "end": { - "line": 3433, + "line": 3475, "column": 31 } } @@ -1040957,15 +1041444,15 @@ "binop": null }, "value": "_num", - "start": 150454, - "end": 150458, + "start": 152844, + "end": 152848, "loc": { "start": { - "line": 3433, + "line": 3475, "column": 32 }, "end": { - "line": 3433, + "line": 3475, "column": 36 } } @@ -1040985,15 +1041472,15 @@ "updateContext": null }, "value": "for", - "start": 150476, - "end": 150479, + "start": 152866, + "end": 152869, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 8 }, "end": { - "line": 3435, + "line": 3477, "column": 11 } } @@ -1041010,15 +1041497,15 @@ "postfix": false, "binop": null }, - "start": 150480, - "end": 150481, + "start": 152870, + "end": 152871, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 12 }, "end": { - "line": 3435, + "line": 3477, "column": 13 } } @@ -1041036,15 +1041523,15 @@ "binop": null }, "value": "_prop", - "start": 150482, - "end": 150487, + "start": 152872, + "end": 152877, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 14 }, "end": { - "line": 3435, + "line": 3477, "column": 19 } } @@ -1041064,15 +1041551,15 @@ "updateContext": null }, "value": "in", - "start": 150488, - "end": 150490, + "start": 152878, + "end": 152880, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 20 }, "end": { - "line": 3435, + "line": 3477, "column": 22 } } @@ -1041090,15 +1041577,15 @@ "binop": null }, "value": "options", - "start": 150491, - "end": 150498, + "start": 152881, + "end": 152888, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 23 }, "end": { - "line": 3435, + "line": 3477, "column": 30 } } @@ -1041115,15 +1041602,15 @@ "postfix": false, "binop": null }, - "start": 150499, - "end": 150500, + "start": 152889, + "end": 152890, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 31 }, "end": { - "line": 3435, + "line": 3477, "column": 32 } } @@ -1041140,15 +1041627,15 @@ "postfix": false, "binop": null }, - "start": 150501, - "end": 150502, + "start": 152891, + "end": 152892, "loc": { "start": { - "line": 3435, + "line": 3477, "column": 33 }, "end": { - "line": 3435, + "line": 3477, "column": 34 } } @@ -1041168,15 +1041655,15 @@ "updateContext": null }, "value": "if", - "start": 150515, - "end": 150517, + "start": 152905, + "end": 152907, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 12 }, "end": { - "line": 3436, + "line": 3478, "column": 14 } } @@ -1041193,15 +1041680,15 @@ "postfix": false, "binop": null }, - "start": 150518, - "end": 150519, + "start": 152908, + "end": 152909, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 15 }, "end": { - "line": 3436, + "line": 3478, "column": 16 } } @@ -1041219,15 +1041706,15 @@ "binop": null }, "value": "_prop", - "start": 150520, - "end": 150525, + "start": 152910, + "end": 152915, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 17 }, "end": { - "line": 3436, + "line": 3478, "column": 22 } } @@ -1041246,15 +1041733,15 @@ "updateContext": null }, "value": "===", - "start": 150526, - "end": 150529, + "start": 152916, + "end": 152919, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 23 }, "end": { - "line": 3436, + "line": 3478, "column": 26 } } @@ -1041273,15 +1041760,15 @@ "updateContext": null }, "value": "timeZone", - "start": 150530, - "end": 150540, + "start": 152920, + "end": 152930, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 27 }, "end": { - "line": 3436, + "line": 3478, "column": 37 } } @@ -1041300,15 +1041787,15 @@ "updateContext": null }, "value": "||", - "start": 150541, - "end": 150543, + "start": 152931, + "end": 152933, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 38 }, "end": { - "line": 3436, + "line": 3478, "column": 40 } } @@ -1041326,15 +1041813,15 @@ "binop": null }, "value": "_prop", - "start": 150544, - "end": 150549, + "start": 152934, + "end": 152939, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 41 }, "end": { - "line": 3436, + "line": 3478, "column": 46 } } @@ -1041353,15 +1041840,15 @@ "updateContext": null }, "value": "===", - "start": 150550, - "end": 150553, + "start": 152940, + "end": 152943, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 47 }, "end": { - "line": 3436, + "line": 3478, "column": 50 } } @@ -1041380,15 +1041867,15 @@ "updateContext": null }, "value": "hour12", - "start": 150554, - "end": 150562, + "start": 152944, + "end": 152952, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 51 }, "end": { - "line": 3436, + "line": 3478, "column": 59 } } @@ -1041405,15 +1041892,15 @@ "postfix": false, "binop": null }, - "start": 150563, - "end": 150564, + "start": 152953, + "end": 152954, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 60 }, "end": { - "line": 3436, + "line": 3478, "column": 61 } } @@ -1041430,15 +1041917,15 @@ "postfix": false, "binop": null }, - "start": 150565, - "end": 150566, + "start": 152955, + "end": 152956, "loc": { "start": { - "line": 3436, + "line": 3478, "column": 62 }, "end": { - "line": 3436, + "line": 3478, "column": 63 } } @@ -1041456,15 +1041943,15 @@ "binop": null }, "value": "_options", - "start": 150583, - "end": 150591, + "start": 152973, + "end": 152981, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 16 }, "end": { - "line": 3437, + "line": 3479, "column": 24 } } @@ -1041482,15 +1041969,15 @@ "binop": null, "updateContext": null }, - "start": 150591, - "end": 150592, + "start": 152981, + "end": 152982, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 24 }, "end": { - "line": 3437, + "line": 3479, "column": 25 } } @@ -1041508,15 +1041995,15 @@ "binop": null }, "value": "_prop", - "start": 150592, - "end": 150597, + "start": 152982, + "end": 152987, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 25 }, "end": { - "line": 3437, + "line": 3479, "column": 30 } } @@ -1041534,15 +1042021,15 @@ "binop": null, "updateContext": null }, - "start": 150597, - "end": 150598, + "start": 152987, + "end": 152988, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 30 }, "end": { - "line": 3437, + "line": 3479, "column": 31 } } @@ -1041561,15 +1042048,15 @@ "updateContext": null }, "value": "=", - "start": 150599, - "end": 150600, + "start": 152989, + "end": 152990, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 32 }, "end": { - "line": 3437, + "line": 3479, "column": 33 } } @@ -1041587,15 +1042074,15 @@ "binop": null }, "value": "options", - "start": 150601, - "end": 150608, + "start": 152991, + "end": 152998, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 34 }, "end": { - "line": 3437, + "line": 3479, "column": 41 } } @@ -1041613,15 +1042100,15 @@ "binop": null, "updateContext": null }, - "start": 150608, - "end": 150609, + "start": 152998, + "end": 152999, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 41 }, "end": { - "line": 3437, + "line": 3479, "column": 42 } } @@ -1041639,15 +1042126,15 @@ "binop": null }, "value": "_prop", - "start": 150609, - "end": 150614, + "start": 152999, + "end": 153004, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 42 }, "end": { - "line": 3437, + "line": 3479, "column": 47 } } @@ -1041665,15 +1042152,15 @@ "binop": null, "updateContext": null }, - "start": 150614, - "end": 150615, + "start": 153004, + "end": 153005, "loc": { "start": { - "line": 3437, + "line": 3479, "column": 47 }, "end": { - "line": 3437, + "line": 3479, "column": 48 } } @@ -1041690,15 +1042177,15 @@ "postfix": false, "binop": null }, - "start": 150628, - "end": 150629, + "start": 153018, + "end": 153019, "loc": { "start": { - "line": 3438, + "line": 3480, "column": 12 }, "end": { - "line": 3438, + "line": 3480, "column": 13 } } @@ -1041715,15 +1042202,15 @@ "postfix": false, "binop": null }, - "start": 150638, - "end": 150639, + "start": 153028, + "end": 153029, "loc": { "start": { - "line": 3439, + "line": 3481, "column": 8 }, "end": { - "line": 3439, + "line": 3481, "column": 9 } } @@ -1041731,15 +1042218,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )", - "start": 150640, - "end": 150737, + "start": 153030, + "end": 153127, "loc": { "start": { - "line": 3440, + "line": 3482, "column": 0 }, "end": { - "line": 3440, + "line": 3482, "column": 97 } } @@ -1041759,15 +1042246,15 @@ "updateContext": null }, "value": "switch", - "start": 150755, - "end": 150761, + "start": 153145, + "end": 153151, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 8 }, "end": { - "line": 3442, + "line": 3484, "column": 14 } } @@ -1041784,15 +1042271,15 @@ "postfix": false, "binop": null }, - "start": 150762, - "end": 150763, + "start": 153152, + "end": 153153, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 15 }, "end": { - "line": 3442, + "line": 3484, "column": 16 } } @@ -1041812,15 +1042299,15 @@ "updateContext": null }, "value": "true", - "start": 150764, - "end": 150768, + "start": 153154, + "end": 153158, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 17 }, "end": { - "line": 3442, + "line": 3484, "column": 21 } } @@ -1041837,15 +1042324,15 @@ "postfix": false, "binop": null }, - "start": 150769, - "end": 150770, + "start": 153159, + "end": 153160, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 22 }, "end": { - "line": 3442, + "line": 3484, "column": 23 } } @@ -1041862,15 +1042349,15 @@ "postfix": false, "binop": null }, - "start": 150771, - "end": 150772, + "start": 153161, + "end": 153162, "loc": { "start": { - "line": 3442, + "line": 3484, "column": 24 }, "end": { - "line": 3442, + "line": 3484, "column": 25 } } @@ -1041890,15 +1042377,15 @@ "updateContext": null }, "value": "case", - "start": 150785, - "end": 150789, + "start": 153175, + "end": 153179, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 12 }, "end": { - "line": 3443, + "line": 3485, "column": 16 } } @@ -1041920,15 +1042407,15 @@ "pattern": "^millenniums?|millennia$", "flags": "i" }, - "start": 150790, - "end": 150817, + "start": 153180, + "end": 153207, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 17 }, "end": { - "line": 3443, + "line": 3485, "column": 44 } } @@ -1041946,15 +1042433,15 @@ "binop": null, "updateContext": null }, - "start": 150817, - "end": 150818, + "start": 153207, + "end": 153208, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 44 }, "end": { - "line": 3443, + "line": 3485, "column": 45 } } @@ -1041972,15 +1042459,15 @@ "binop": null }, "value": "test", - "start": 150818, - "end": 150822, + "start": 153208, + "end": 153212, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 45 }, "end": { - "line": 3443, + "line": 3485, "column": 49 } } @@ -1041997,15 +1042484,15 @@ "postfix": false, "binop": null }, - "start": 150822, - "end": 150823, + "start": 153212, + "end": 153213, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 49 }, "end": { - "line": 3443, + "line": 3485, "column": 50 } } @@ -1042023,15 +1042510,15 @@ "binop": null }, "value": "scale", - "start": 150824, - "end": 150829, + "start": 153214, + "end": 153219, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 51 }, "end": { - "line": 3443, + "line": 3485, "column": 56 } } @@ -1042048,15 +1042535,15 @@ "postfix": false, "binop": null }, - "start": 150830, - "end": 150831, + "start": 153220, + "end": 153221, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 57 }, "end": { - "line": 3443, + "line": 3485, "column": 58 } } @@ -1042074,15 +1042561,15 @@ "binop": null, "updateContext": null }, - "start": 150831, - "end": 150832, + "start": 153221, + "end": 153222, "loc": { "start": { - "line": 3443, + "line": 3485, "column": 58 }, "end": { - "line": 3443, + "line": 3485, "column": 59 } } @@ -1042102,15 +1042589,15 @@ "updateContext": null }, "value": "case", - "start": 150845, - "end": 150849, + "start": 153235, + "end": 153239, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 12 }, "end": { - "line": 3444, + "line": 3486, "column": 16 } } @@ -1042132,15 +1042619,15 @@ "pattern": "^century$", "flags": "i" }, - "start": 150850, - "end": 150862, + "start": 153240, + "end": 153252, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 17 }, "end": { - "line": 3444, + "line": 3486, "column": 29 } } @@ -1042158,15 +1042645,15 @@ "binop": null, "updateContext": null }, - "start": 150862, - "end": 150863, + "start": 153252, + "end": 153253, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 29 }, "end": { - "line": 3444, + "line": 3486, "column": 30 } } @@ -1042184,15 +1042671,15 @@ "binop": null }, "value": "test", - "start": 150863, - "end": 150867, + "start": 153253, + "end": 153257, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 30 }, "end": { - "line": 3444, + "line": 3486, "column": 34 } } @@ -1042209,15 +1042696,15 @@ "postfix": false, "binop": null }, - "start": 150867, - "end": 150868, + "start": 153257, + "end": 153258, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 34 }, "end": { - "line": 3444, + "line": 3486, "column": 35 } } @@ -1042235,15 +1042722,15 @@ "binop": null }, "value": "scale", - "start": 150869, - "end": 150874, + "start": 153259, + "end": 153264, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 36 }, "end": { - "line": 3444, + "line": 3486, "column": 41 } } @@ -1042260,15 +1042747,15 @@ "postfix": false, "binop": null }, - "start": 150875, - "end": 150876, + "start": 153265, + "end": 153266, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 42 }, "end": { - "line": 3444, + "line": 3486, "column": 43 } } @@ -1042286,15 +1042773,15 @@ "binop": null, "updateContext": null }, - "start": 150876, - "end": 150877, + "start": 153266, + "end": 153267, "loc": { "start": { - "line": 3444, + "line": 3486, "column": 43 }, "end": { - "line": 3444, + "line": 3486, "column": 44 } } @@ -1042314,15 +1042801,15 @@ "updateContext": null }, "value": "case", - "start": 150890, - "end": 150894, + "start": 153280, + "end": 153284, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 12 }, "end": { - "line": 3445, + "line": 3487, "column": 16 } } @@ -1042344,15 +1042831,15 @@ "pattern": "^dec(ade|ennium)$", "flags": "i" }, - "start": 150895, - "end": 150915, + "start": 153285, + "end": 153305, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 17 }, "end": { - "line": 3445, + "line": 3487, "column": 37 } } @@ -1042370,15 +1042857,15 @@ "binop": null, "updateContext": null }, - "start": 150915, - "end": 150916, + "start": 153305, + "end": 153306, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 37 }, "end": { - "line": 3445, + "line": 3487, "column": 38 } } @@ -1042396,15 +1042883,15 @@ "binop": null }, "value": "test", - "start": 150916, - "end": 150920, + "start": 153306, + "end": 153310, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 38 }, "end": { - "line": 3445, + "line": 3487, "column": 42 } } @@ -1042421,15 +1042908,15 @@ "postfix": false, "binop": null }, - "start": 150920, - "end": 150921, + "start": 153310, + "end": 153311, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 42 }, "end": { - "line": 3445, + "line": 3487, "column": 43 } } @@ -1042447,15 +1042934,15 @@ "binop": null }, "value": "scale", - "start": 150922, - "end": 150927, + "start": 153312, + "end": 153317, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 44 }, "end": { - "line": 3445, + "line": 3487, "column": 49 } } @@ -1042472,15 +1042959,15 @@ "postfix": false, "binop": null }, - "start": 150928, - "end": 150929, + "start": 153318, + "end": 153319, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 50 }, "end": { - "line": 3445, + "line": 3487, "column": 51 } } @@ -1042498,15 +1042985,15 @@ "binop": null, "updateContext": null }, - "start": 150929, - "end": 150930, + "start": 153319, + "end": 153320, "loc": { "start": { - "line": 3445, + "line": 3487, "column": 51 }, "end": { - "line": 3445, + "line": 3487, "column": 52 } } @@ -1042526,15 +1043013,15 @@ "updateContext": null }, "value": "case", - "start": 150943, - "end": 150947, + "start": 153333, + "end": 153337, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 12 }, "end": { - "line": 3446, + "line": 3488, "column": 16 } } @@ -1042556,15 +1043043,15 @@ "pattern": "^lustrum$", "flags": "i" }, - "start": 150948, - "end": 150960, + "start": 153338, + "end": 153350, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 17 }, "end": { - "line": 3446, + "line": 3488, "column": 29 } } @@ -1042582,15 +1043069,15 @@ "binop": null, "updateContext": null }, - "start": 150960, - "end": 150961, + "start": 153350, + "end": 153351, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 29 }, "end": { - "line": 3446, + "line": 3488, "column": 30 } } @@ -1042608,15 +1043095,15 @@ "binop": null }, "value": "test", - "start": 150961, - "end": 150965, + "start": 153351, + "end": 153355, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 30 }, "end": { - "line": 3446, + "line": 3488, "column": 34 } } @@ -1042633,15 +1043120,15 @@ "postfix": false, "binop": null }, - "start": 150965, - "end": 150966, + "start": 153355, + "end": 153356, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 34 }, "end": { - "line": 3446, + "line": 3488, "column": 35 } } @@ -1042659,15 +1043146,15 @@ "binop": null }, "value": "scale", - "start": 150967, - "end": 150972, + "start": 153357, + "end": 153362, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 36 }, "end": { - "line": 3446, + "line": 3488, "column": 41 } } @@ -1042684,15 +1043171,15 @@ "postfix": false, "binop": null }, - "start": 150973, - "end": 150974, + "start": 153363, + "end": 153364, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 42 }, "end": { - "line": 3446, + "line": 3488, "column": 43 } } @@ -1042710,15 +1043197,15 @@ "binop": null, "updateContext": null }, - "start": 150974, - "end": 150975, + "start": 153364, + "end": 153365, "loc": { "start": { - "line": 3446, + "line": 3488, "column": 43 }, "end": { - "line": 3446, + "line": 3488, "column": 44 } } @@ -1042738,15 +1043225,15 @@ "updateContext": null }, "value": "if", - "start": 150992, - "end": 150994, + "start": 153382, + "end": 153384, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 16 }, "end": { - "line": 3447, + "line": 3489, "column": 18 } } @@ -1042763,15 +1043250,15 @@ "postfix": false, "binop": null }, - "start": 150995, - "end": 150996, + "start": 153385, + "end": 153386, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 19 }, "end": { - "line": 3447, + "line": 3489, "column": 20 } } @@ -1042789,15 +1043276,15 @@ "binop": null }, "value": "options", - "start": 150997, - "end": 151004, + "start": 153387, + "end": 153394, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 21 }, "end": { - "line": 3447, + "line": 3489, "column": 28 } } @@ -1042815,15 +1043302,15 @@ "binop": null, "updateContext": null }, - "start": 151004, - "end": 151005, + "start": 153394, + "end": 153395, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 28 }, "end": { - "line": 3447, + "line": 3489, "column": 29 } } @@ -1042841,15 +1043328,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 151005, - "end": 151019, + "start": 153395, + "end": 153409, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 29 }, "end": { - "line": 3447, + "line": 3489, "column": 43 } } @@ -1042866,15 +1043353,15 @@ "postfix": false, "binop": null }, - "start": 151019, - "end": 151020, + "start": 153409, + "end": 153410, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 43 }, "end": { - "line": 3447, + "line": 3489, "column": 44 } } @@ -1042892,15 +1043379,15 @@ "binop": null }, "value": "scale", - "start": 151021, - "end": 151026, + "start": 153411, + "end": 153416, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 45 }, "end": { - "line": 3447, + "line": 3489, "column": 50 } } @@ -1042917,15 +1043404,15 @@ "postfix": false, "binop": null }, - "start": 151027, - "end": 151028, + "start": 153417, + "end": 153418, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 51 }, "end": { - "line": 3447, + "line": 3489, "column": 52 } } @@ -1042944,15 +1043431,15 @@ "updateContext": null }, "value": "&&", - "start": 151029, - "end": 151031, + "start": 153419, + "end": 153421, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 53 }, "end": { - "line": 3447, + "line": 3489, "column": 55 } } @@ -1042970,15 +1043457,15 @@ "binop": null }, "value": "options", - "start": 151032, - "end": 151039, + "start": 153422, + "end": 153429, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 56 }, "end": { - "line": 3447, + "line": 3489, "column": 63 } } @@ -1042996,15 +1043483,15 @@ "binop": null, "updateContext": null }, - "start": 151039, - "end": 151040, + "start": 153429, + "end": 153430, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 63 }, "end": { - "line": 3447, + "line": 3489, "column": 64 } } @@ -1043022,15 +1043509,15 @@ "binop": null }, "value": "scale", - "start": 151040, - "end": 151045, + "start": 153430, + "end": 153435, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 64 }, "end": { - "line": 3447, + "line": 3489, "column": 69 } } @@ -1043048,15 +1043535,15 @@ "binop": null, "updateContext": null }, - "start": 151045, - "end": 151046, + "start": 153435, + "end": 153436, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 69 }, "end": { - "line": 3447, + "line": 3489, "column": 70 } } @@ -1043075,15 +1043562,15 @@ "updateContext": null }, "value": "===", - "start": 151047, - "end": 151050, + "start": 153437, + "end": 153440, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 71 }, "end": { - "line": 3447, + "line": 3489, "column": 74 } } @@ -1043102,15 +1043589,15 @@ "updateContext": null }, "value": "ordinal", - "start": 151051, - "end": 151060, + "start": 153441, + "end": 153450, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 75 }, "end": { - "line": 3447, + "line": 3489, "column": 84 } } @@ -1043127,15 +1043614,15 @@ "postfix": false, "binop": null }, - "start": 151061, - "end": 151062, + "start": 153451, + "end": 153452, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 85 }, "end": { - "line": 3447, + "line": 3489, "column": 86 } } @@ -1043152,15 +1043639,15 @@ "postfix": false, "binop": null }, - "start": 151063, - "end": 151064, + "start": 153453, + "end": 153454, "loc": { "start": { - "line": 3447, + "line": 3489, "column": 87 }, "end": { - "line": 3447, + "line": 3489, "column": 88 } } @@ -1043178,15 +1043665,15 @@ "binop": null }, "value": "locale_string", - "start": 151085, - "end": 151098, + "start": 153475, + "end": 153488, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 20 }, "end": { - "line": 3448, + "line": 3490, "column": 33 } } @@ -1043205,15 +1043692,15 @@ "updateContext": null }, "value": "=", - "start": 151099, - "end": 151100, + "start": 153489, + "end": 153490, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 34 }, "end": { - "line": 3448, + "line": 3490, "column": 35 } } @@ -1043231,15 +1043718,15 @@ "binop": null }, "value": "getOrdinal", - "start": 151101, - "end": 151111, + "start": 153491, + "end": 153501, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 36 }, "end": { - "line": 3448, + "line": 3490, "column": 46 } } @@ -1043256,15 +1043743,15 @@ "postfix": false, "binop": null }, - "start": 151111, - "end": 151112, + "start": 153501, + "end": 153502, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 46 }, "end": { - "line": 3448, + "line": 3490, "column": 47 } } @@ -1043282,15 +1043769,15 @@ "binop": null }, "value": "date_seed", - "start": 151113, - "end": 151122, + "start": 153503, + "end": 153512, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 48 }, "end": { - "line": 3448, + "line": 3490, "column": 57 } } @@ -1043307,15 +1043794,15 @@ "postfix": false, "binop": null }, - "start": 151123, - "end": 151124, + "start": 153513, + "end": 153514, "loc": { "start": { - "line": 3448, + "line": 3490, "column": 58 }, "end": { - "line": 3448, + "line": 3490, "column": 59 } } @@ -1043332,15 +1043819,15 @@ "postfix": false, "binop": null }, - "start": 151141, - "end": 151142, + "start": 153531, + "end": 153532, "loc": { "start": { - "line": 3449, + "line": 3491, "column": 16 }, "end": { - "line": 3449, + "line": 3491, "column": 17 } } @@ -1043360,15 +1043847,15 @@ "updateContext": null }, "value": "else", - "start": 151143, - "end": 151147, + "start": 153533, + "end": 153537, "loc": { "start": { - "line": 3449, + "line": 3491, "column": 18 }, "end": { - "line": 3449, + "line": 3491, "column": 22 } } @@ -1043385,15 +1043872,15 @@ "postfix": false, "binop": null }, - "start": 151148, - "end": 151149, + "start": 153538, + "end": 153539, "loc": { "start": { - "line": 3449, + "line": 3491, "column": 23 }, "end": { - "line": 3449, + "line": 3491, "column": 24 } } @@ -1043411,15 +1043898,15 @@ "binop": null }, "value": "locale_string", - "start": 151170, - "end": 151183, + "start": 153560, + "end": 153573, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 20 }, "end": { - "line": 3450, + "line": 3492, "column": 33 } } @@ -1043438,15 +1043925,15 @@ "updateContext": null }, "value": "=", - "start": 151184, - "end": 151185, + "start": 153574, + "end": 153575, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 34 }, "end": { - "line": 3450, + "line": 3492, "column": 35 } } @@ -1043464,15 +1043951,15 @@ "binop": null }, "value": "date_seed", - "start": 151186, - "end": 151195, + "start": 153576, + "end": 153585, "loc": { "start": { - "line": 3450, + "line": 3492, "column": 36 }, "end": { - "line": 3450, + "line": 3492, "column": 45 } } @@ -1043489,15 +1043976,15 @@ "postfix": false, "binop": null }, - "start": 151212, - "end": 151213, + "start": 153602, + "end": 153603, "loc": { "start": { - "line": 3451, + "line": 3493, "column": 16 }, "end": { - "line": 3451, + "line": 3493, "column": 17 } } @@ -1043517,15 +1044004,15 @@ "updateContext": null }, "value": "break", - "start": 151230, - "end": 151235, + "start": 153620, + "end": 153625, "loc": { "start": { - "line": 3452, + "line": 3494, "column": 16 }, "end": { - "line": 3452, + "line": 3494, "column": 21 } } @@ -1043545,15 +1044032,15 @@ "updateContext": null }, "value": "case", - "start": 151248, - "end": 151252, + "start": 153638, + "end": 153642, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 12 }, "end": { - "line": 3453, + "line": 3495, "column": 16 } } @@ -1043575,15 +1044062,15 @@ "pattern": "^years?$", "flags": "i" }, - "start": 151253, - "end": 151264, + "start": 153643, + "end": 153654, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 17 }, "end": { - "line": 3453, + "line": 3495, "column": 28 } } @@ -1043601,15 +1044088,15 @@ "binop": null, "updateContext": null }, - "start": 151264, - "end": 151265, + "start": 153654, + "end": 153655, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 28 }, "end": { - "line": 3453, + "line": 3495, "column": 29 } } @@ -1043627,15 +1044114,15 @@ "binop": null }, "value": "test", - "start": 151265, - "end": 151269, + "start": 153655, + "end": 153659, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 29 }, "end": { - "line": 3453, + "line": 3495, "column": 33 } } @@ -1043652,15 +1044139,15 @@ "postfix": false, "binop": null }, - "start": 151269, - "end": 151270, + "start": 153659, + "end": 153660, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 33 }, "end": { - "line": 3453, + "line": 3495, "column": 34 } } @@ -1043678,15 +1044165,15 @@ "binop": null }, "value": "scale", - "start": 151271, - "end": 151276, + "start": 153661, + "end": 153666, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 35 }, "end": { - "line": 3453, + "line": 3495, "column": 40 } } @@ -1043703,15 +1044190,15 @@ "postfix": false, "binop": null }, - "start": 151277, - "end": 151278, + "start": 153667, + "end": 153668, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 41 }, "end": { - "line": 3453, + "line": 3495, "column": 42 } } @@ -1043729,15 +1044216,15 @@ "binop": null, "updateContext": null }, - "start": 151278, - "end": 151279, + "start": 153668, + "end": 153669, "loc": { "start": { - "line": 3453, + "line": 3495, "column": 42 }, "end": { - "line": 3453, + "line": 3495, "column": 43 } } @@ -1043757,15 +1044244,15 @@ "updateContext": null }, "value": "if", - "start": 151296, - "end": 151298, + "start": 153686, + "end": 153688, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 16 }, "end": { - "line": 3454, + "line": 3496, "column": 18 } } @@ -1043782,15 +1044269,15 @@ "postfix": false, "binop": null }, - "start": 151299, - "end": 151300, + "start": 153689, + "end": 153690, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 19 }, "end": { - "line": 3454, + "line": 3496, "column": 20 } } @@ -1043808,15 +1044295,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 151301, - "end": 151317, + "start": 153691, + "end": 153707, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 21 }, "end": { - "line": 3454, + "line": 3496, "column": 37 } } @@ -1043835,15 +1044322,15 @@ "updateContext": null }, "value": "&&", - "start": 151318, - "end": 151320, + "start": 153708, + "end": 153710, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 38 }, "end": { - "line": 3454, + "line": 3496, "column": 40 } } @@ -1043861,15 +1044348,15 @@ "binop": null }, "value": "options", - "start": 151321, - "end": 151328, + "start": 153711, + "end": 153718, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 41 }, "end": { - "line": 3454, + "line": 3496, "column": 48 } } @@ -1043887,15 +1044374,15 @@ "binop": null, "updateContext": null }, - "start": 151328, - "end": 151329, + "start": 153718, + "end": 153719, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 48 }, "end": { - "line": 3454, + "line": 3496, "column": 49 } } @@ -1043913,15 +1044400,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 151329, - "end": 151343, + "start": 153719, + "end": 153733, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 49 }, "end": { - "line": 3454, + "line": 3496, "column": 63 } } @@ -1043938,15 +1044425,15 @@ "postfix": false, "binop": null }, - "start": 151343, - "end": 151344, + "start": 153733, + "end": 153734, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 63 }, "end": { - "line": 3454, + "line": 3496, "column": 64 } } @@ -1043964,15 +1044451,15 @@ "binop": null }, "value": "scale", - "start": 151345, - "end": 151350, + "start": 153735, + "end": 153740, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 65 }, "end": { - "line": 3454, + "line": 3496, "column": 70 } } @@ -1043989,15 +1044476,15 @@ "postfix": false, "binop": null }, - "start": 151351, - "end": 151352, + "start": 153741, + "end": 153742, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 71 }, "end": { - "line": 3454, + "line": 3496, "column": 72 } } @@ -1044014,15 +1044501,15 @@ "postfix": false, "binop": null }, - "start": 151353, - "end": 151354, + "start": 153743, + "end": 153744, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 73 }, "end": { - "line": 3454, + "line": 3496, "column": 74 } } @@ -1044039,15 +1044526,15 @@ "postfix": false, "binop": null }, - "start": 151355, - "end": 151356, + "start": 153745, + "end": 153746, "loc": { "start": { - "line": 3454, + "line": 3496, "column": 75 }, "end": { - "line": 3454, + "line": 3496, "column": 76 } } @@ -1044067,15 +1044554,15 @@ "updateContext": null }, "value": "if", - "start": 151377, - "end": 151379, + "start": 153767, + "end": 153769, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 20 }, "end": { - "line": 3455, + "line": 3497, "column": 22 } } @@ -1044092,15 +1044579,15 @@ "postfix": false, "binop": null }, - "start": 151380, - "end": 151381, + "start": 153770, + "end": 153771, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 23 }, "end": { - "line": 3455, + "line": 3497, "column": 24 } } @@ -1044118,15 +1044605,15 @@ "binop": null, "updateContext": null }, - "start": 151382, - "end": 151383, + "start": 153772, + "end": 153773, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 25 }, "end": { - "line": 3455, + "line": 3497, "column": 26 } } @@ -1044145,15 +1044632,15 @@ "updateContext": null }, "value": "numeric", - "start": 151384, - "end": 151393, + "start": 153774, + "end": 153783, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 27 }, "end": { - "line": 3455, + "line": 3497, "column": 36 } } @@ -1044171,15 +1044658,15 @@ "binop": null, "updateContext": null }, - "start": 151393, - "end": 151394, + "start": 153783, + "end": 153784, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 36 }, "end": { - "line": 3455, + "line": 3497, "column": 37 } } @@ -1044198,15 +1044685,15 @@ "updateContext": null }, "value": "2-digit", - "start": 151395, - "end": 151404, + "start": 153785, + "end": 153794, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 38 }, "end": { - "line": 3455, + "line": 3497, "column": 47 } } @@ -1044224,15 +1044711,15 @@ "binop": null, "updateContext": null }, - "start": 151405, - "end": 151406, + "start": 153795, + "end": 153796, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 48 }, "end": { - "line": 3455, + "line": 3497, "column": 49 } } @@ -1044250,15 +1044737,15 @@ "binop": null, "updateContext": null }, - "start": 151406, - "end": 151407, + "start": 153796, + "end": 153797, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 49 }, "end": { - "line": 3455, + "line": 3497, "column": 50 } } @@ -1044276,15 +1044763,15 @@ "binop": null }, "value": "includes", - "start": 151407, - "end": 151415, + "start": 153797, + "end": 153805, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 50 }, "end": { - "line": 3455, + "line": 3497, "column": 58 } } @@ -1044301,15 +1044788,15 @@ "postfix": false, "binop": null }, - "start": 151415, - "end": 151416, + "start": 153805, + "end": 153806, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 58 }, "end": { - "line": 3455, + "line": 3497, "column": 59 } } @@ -1044327,15 +1044814,15 @@ "binop": null }, "value": "options", - "start": 151417, - "end": 151424, + "start": 153807, + "end": 153814, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 60 }, "end": { - "line": 3455, + "line": 3497, "column": 67 } } @@ -1044353,15 +1044840,15 @@ "binop": null, "updateContext": null }, - "start": 151424, - "end": 151425, + "start": 153814, + "end": 153815, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 67 }, "end": { - "line": 3455, + "line": 3497, "column": 68 } } @@ -1044379,15 +1044866,15 @@ "binop": null }, "value": "scale", - "start": 151425, - "end": 151430, + "start": 153815, + "end": 153820, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 68 }, "end": { - "line": 3455, + "line": 3497, "column": 73 } } @@ -1044405,15 +1044892,15 @@ "binop": null, "updateContext": null }, - "start": 151430, - "end": 151431, + "start": 153820, + "end": 153821, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 73 }, "end": { - "line": 3455, + "line": 3497, "column": 74 } } @@ -1044430,15 +1044917,15 @@ "postfix": false, "binop": null }, - "start": 151432, - "end": 151433, + "start": 153822, + "end": 153823, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 75 }, "end": { - "line": 3455, + "line": 3497, "column": 76 } } @@ -1044455,15 +1044942,15 @@ "postfix": false, "binop": null }, - "start": 151434, - "end": 151435, + "start": 153824, + "end": 153825, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 77 }, "end": { - "line": 3455, + "line": 3497, "column": 78 } } @@ -1044480,15 +1044967,15 @@ "postfix": false, "binop": null }, - "start": 151436, - "end": 151437, + "start": 153826, + "end": 153827, "loc": { "start": { - "line": 3455, + "line": 3497, "column": 79 }, "end": { - "line": 3455, + "line": 3497, "column": 80 } } @@ -1044506,15 +1044993,15 @@ "binop": null }, "value": "_options", - "start": 151462, - "end": 151470, + "start": 153852, + "end": 153860, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 24 }, "end": { - "line": 3456, + "line": 3498, "column": 32 } } @@ -1044532,15 +1045019,15 @@ "binop": null, "updateContext": null }, - "start": 151470, - "end": 151471, + "start": 153860, + "end": 153861, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 32 }, "end": { - "line": 3456, + "line": 3498, "column": 33 } } @@ -1044558,15 +1045045,15 @@ "binop": null }, "value": "year", - "start": 151471, - "end": 151475, + "start": 153861, + "end": 153865, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 33 }, "end": { - "line": 3456, + "line": 3498, "column": 37 } } @@ -1044585,15 +1045072,15 @@ "updateContext": null }, "value": "=", - "start": 151476, - "end": 151477, + "start": 153866, + "end": 153867, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 38 }, "end": { - "line": 3456, + "line": 3498, "column": 39 } } @@ -1044611,15 +1045098,15 @@ "binop": null }, "value": "options", - "start": 151478, - "end": 151485, + "start": 153868, + "end": 153875, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 40 }, "end": { - "line": 3456, + "line": 3498, "column": 47 } } @@ -1044637,15 +1045124,15 @@ "binop": null, "updateContext": null }, - "start": 151485, - "end": 151486, + "start": 153875, + "end": 153876, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 47 }, "end": { - "line": 3456, + "line": 3498, "column": 48 } } @@ -1044663,15 +1045150,15 @@ "binop": null }, "value": "scale", - "start": 151486, - "end": 151491, + "start": 153876, + "end": 153881, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 48 }, "end": { - "line": 3456, + "line": 3498, "column": 53 } } @@ -1044689,15 +1045176,15 @@ "binop": null, "updateContext": null }, - "start": 151491, - "end": 151492, + "start": 153881, + "end": 153882, "loc": { "start": { - "line": 3456, + "line": 3498, "column": 53 }, "end": { - "line": 3456, + "line": 3498, "column": 54 } } @@ -1044715,15 +1045202,15 @@ "binop": null }, "value": "locale_string", - "start": 151517, - "end": 151530, + "start": 153907, + "end": 153920, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 24 }, "end": { - "line": 3457, + "line": 3499, "column": 37 } } @@ -1044742,15 +1045229,15 @@ "updateContext": null }, "value": "=", - "start": 151531, - "end": 151532, + "start": 153921, + "end": 153922, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 38 }, "end": { - "line": 3457, + "line": 3499, "column": 39 } } @@ -1044770,15 +1045257,15 @@ "updateContext": null }, "value": "this", - "start": 151533, - "end": 151537, + "start": 153923, + "end": 153927, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 40 }, "end": { - "line": 3457, + "line": 3499, "column": 44 } } @@ -1044796,15 +1045283,15 @@ "binop": null, "updateContext": null }, - "start": 151537, - "end": 151538, + "start": 153927, + "end": 153928, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 44 }, "end": { - "line": 3457, + "line": 3499, "column": 45 } } @@ -1044822,15 +1045309,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 151538, - "end": 151556, + "start": 153928, + "end": 153946, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 45 }, "end": { - "line": 3457, + "line": 3499, "column": 63 } } @@ -1044847,15 +1045334,15 @@ "postfix": false, "binop": null }, - "start": 151556, - "end": 151557, + "start": 153946, + "end": 153947, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 63 }, "end": { - "line": 3457, + "line": 3499, "column": 64 } } @@ -1044873,15 +1045360,15 @@ "binop": null }, "value": "date_seed", - "start": 151558, - "end": 151567, + "start": 153948, + "end": 153957, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 65 }, "end": { - "line": 3457, + "line": 3499, "column": 74 } } @@ -1044898,15 +1045385,15 @@ "postfix": false, "binop": null }, - "start": 151568, - "end": 151569, + "start": 153958, + "end": 153959, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 75 }, "end": { - "line": 3457, + "line": 3499, "column": 76 } } @@ -1044924,15 +1045411,15 @@ "binop": null, "updateContext": null }, - "start": 151569, - "end": 151570, + "start": 153959, + "end": 153960, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 76 }, "end": { - "line": 3457, + "line": 3499, "column": 77 } } @@ -1044950,15 +1045437,15 @@ "binop": null }, "value": "toLocaleString", - "start": 151570, - "end": 151584, + "start": 153960, + "end": 153974, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 77 }, "end": { - "line": 3457, + "line": 3499, "column": 91 } } @@ -1044975,15 +1045462,15 @@ "postfix": false, "binop": null }, - "start": 151584, - "end": 151585, + "start": 153974, + "end": 153975, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 91 }, "end": { - "line": 3457, + "line": 3499, "column": 92 } } @@ -1045001,15 +1045488,15 @@ "binop": null }, "value": "locales", - "start": 151586, - "end": 151593, + "start": 153976, + "end": 153983, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 93 }, "end": { - "line": 3457, + "line": 3499, "column": 100 } } @@ -1045027,15 +1045514,15 @@ "binop": null, "updateContext": null }, - "start": 151593, - "end": 151594, + "start": 153983, + "end": 153984, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 100 }, "end": { - "line": 3457, + "line": 3499, "column": 101 } } @@ -1045053,15 +1045540,15 @@ "binop": null }, "value": "_options", - "start": 151595, - "end": 151603, + "start": 153985, + "end": 153993, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 102 }, "end": { - "line": 3457, + "line": 3499, "column": 110 } } @@ -1045078,15 +1045565,15 @@ "postfix": false, "binop": null }, - "start": 151604, - "end": 151605, + "start": 153994, + "end": 153995, "loc": { "start": { - "line": 3457, + "line": 3499, "column": 111 }, "end": { - "line": 3457, + "line": 3499, "column": 112 } } @@ -1045103,15 +1045590,15 @@ "postfix": false, "binop": null }, - "start": 151626, - "end": 151627, + "start": 154016, + "end": 154017, "loc": { "start": { - "line": 3458, + "line": 3500, "column": 20 }, "end": { - "line": 3458, + "line": 3500, "column": 21 } } @@ -1045131,15 +1045618,15 @@ "updateContext": null }, "value": "else", - "start": 151628, - "end": 151632, + "start": 154018, + "end": 154022, "loc": { "start": { - "line": 3458, + "line": 3500, "column": 22 }, "end": { - "line": 3458, + "line": 3500, "column": 26 } } @@ -1045159,15 +1045646,15 @@ "updateContext": null }, "value": "if", - "start": 151653, - "end": 151655, + "start": 154043, + "end": 154045, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 20 }, "end": { - "line": 3459, + "line": 3501, "column": 22 } } @@ -1045184,15 +1045671,15 @@ "postfix": false, "binop": null }, - "start": 151656, - "end": 151657, + "start": 154046, + "end": 154047, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 23 }, "end": { - "line": 3459, + "line": 3501, "column": 24 } } @@ -1045211,15 +1045698,15 @@ "updateContext": null }, "value": "zerofill", - "start": 151658, - "end": 151668, + "start": 154048, + "end": 154058, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 25 }, "end": { - "line": 3459, + "line": 3501, "column": 35 } } @@ -1045238,15 +1045725,15 @@ "updateContext": null }, "value": "===", - "start": 151669, - "end": 151672, + "start": 154059, + "end": 154062, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 36 }, "end": { - "line": 3459, + "line": 3501, "column": 39 } } @@ -1045264,15 +1045751,15 @@ "binop": null }, "value": "options", - "start": 151673, - "end": 151680, + "start": 154063, + "end": 154070, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 40 }, "end": { - "line": 3459, + "line": 3501, "column": 47 } } @@ -1045290,15 +1045777,15 @@ "binop": null, "updateContext": null }, - "start": 151680, - "end": 151681, + "start": 154070, + "end": 154071, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 47 }, "end": { - "line": 3459, + "line": 3501, "column": 48 } } @@ -1045316,15 +1045803,15 @@ "binop": null }, "value": "scale", - "start": 151681, - "end": 151686, + "start": 154071, + "end": 154076, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 48 }, "end": { - "line": 3459, + "line": 3501, "column": 53 } } @@ -1045342,15 +1045829,15 @@ "binop": null, "updateContext": null }, - "start": 151686, - "end": 151687, + "start": 154076, + "end": 154077, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 53 }, "end": { - "line": 3459, + "line": 3501, "column": 54 } } @@ -1045367,15 +1045854,15 @@ "postfix": false, "binop": null }, - "start": 151688, - "end": 151689, + "start": 154078, + "end": 154079, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 55 }, "end": { - "line": 3459, + "line": 3501, "column": 56 } } @@ -1045392,15 +1045879,15 @@ "postfix": false, "binop": null }, - "start": 151690, - "end": 151691, + "start": 154080, + "end": 154081, "loc": { "start": { - "line": 3459, + "line": 3501, "column": 57 }, "end": { - "line": 3459, + "line": 3501, "column": 58 } } @@ -1045418,15 +1045905,15 @@ "binop": null }, "value": "locale_string", - "start": 151716, - "end": 151729, + "start": 154106, + "end": 154119, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 24 }, "end": { - "line": 3460, + "line": 3502, "column": 37 } } @@ -1045445,15 +1045932,15 @@ "updateContext": null }, "value": "=", - "start": 151730, - "end": 151731, + "start": 154120, + "end": 154121, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 38 }, "end": { - "line": 3460, + "line": 3502, "column": 39 } } @@ -1045471,15 +1045958,15 @@ "binop": null }, "value": "getZerofill", - "start": 151732, - "end": 151743, + "start": 154122, + "end": 154133, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 40 }, "end": { - "line": 3460, + "line": 3502, "column": 51 } } @@ -1045496,15 +1045983,15 @@ "postfix": false, "binop": null }, - "start": 151743, - "end": 151744, + "start": 154133, + "end": 154134, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 51 }, "end": { - "line": 3460, + "line": 3502, "column": 52 } } @@ -1045522,15 +1046009,15 @@ "binop": null }, "value": "date_seed", - "start": 151745, - "end": 151754, + "start": 154135, + "end": 154144, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 53 }, "end": { - "line": 3460, + "line": 3502, "column": 62 } } @@ -1045547,15 +1046034,15 @@ "postfix": false, "binop": null }, - "start": 151755, - "end": 151756, + "start": 154145, + "end": 154146, "loc": { "start": { - "line": 3460, + "line": 3502, "column": 63 }, "end": { - "line": 3460, + "line": 3502, "column": 64 } } @@ -1045572,15 +1046059,15 @@ "postfix": false, "binop": null }, - "start": 151777, - "end": 151778, + "start": 154167, + "end": 154168, "loc": { "start": { - "line": 3461, + "line": 3503, "column": 20 }, "end": { - "line": 3461, + "line": 3503, "column": 21 } } @@ -1045597,15 +1046084,15 @@ "postfix": false, "binop": null }, - "start": 151795, - "end": 151796, + "start": 154185, + "end": 154186, "loc": { "start": { - "line": 3462, + "line": 3504, "column": 16 }, "end": { - "line": 3462, + "line": 3504, "column": 17 } } @@ -1045623,15 +1046110,15 @@ "binop": null }, "value": "locale_string", - "start": 151813, - "end": 151826, + "start": 154203, + "end": 154216, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 16 }, "end": { - "line": 3463, + "line": 3505, "column": 29 } } @@ -1045650,15 +1046137,15 @@ "updateContext": null }, "value": "=", - "start": 151827, - "end": 151828, + "start": 154217, + "end": 154218, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 30 }, "end": { - "line": 3463, + "line": 3505, "column": 31 } } @@ -1045678,15 +1046165,15 @@ "updateContext": null }, "value": "this", - "start": 151829, - "end": 151833, + "start": 154219, + "end": 154223, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 32 }, "end": { - "line": 3463, + "line": 3505, "column": 36 } } @@ -1045704,15 +1046191,15 @@ "binop": null, "updateContext": null }, - "start": 151833, - "end": 151834, + "start": 154223, + "end": 154224, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 36 }, "end": { - "line": 3463, + "line": 3505, "column": 37 } } @@ -1045730,15 +1046217,15 @@ "binop": null }, "value": "is_empty", - "start": 151834, - "end": 151842, + "start": 154224, + "end": 154232, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 37 }, "end": { - "line": 3463, + "line": 3505, "column": 45 } } @@ -1045755,15 +1046242,15 @@ "postfix": false, "binop": null }, - "start": 151842, - "end": 151843, + "start": 154232, + "end": 154233, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 45 }, "end": { - "line": 3463, + "line": 3505, "column": 46 } } @@ -1045781,15 +1046268,15 @@ "binop": null }, "value": "locale_string", - "start": 151844, - "end": 151857, + "start": 154234, + "end": 154247, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 47 }, "end": { - "line": 3463, + "line": 3505, "column": 60 } } @@ -1045806,15 +1046293,15 @@ "postfix": false, "binop": null }, - "start": 151858, - "end": 151859, + "start": 154248, + "end": 154249, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 61 }, "end": { - "line": 3463, + "line": 3505, "column": 62 } } @@ -1045832,15 +1046319,15 @@ "binop": null, "updateContext": null }, - "start": 151860, - "end": 151861, + "start": 154250, + "end": 154251, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 63 }, "end": { - "line": 3463, + "line": 3505, "column": 64 } } @@ -1045860,15 +1046347,15 @@ "updateContext": null }, "value": "this", - "start": 151862, - "end": 151866, + "start": 154252, + "end": 154256, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 65 }, "end": { - "line": 3463, + "line": 3505, "column": 69 } } @@ -1045886,15 +1046373,15 @@ "binop": null, "updateContext": null }, - "start": 151866, - "end": 151867, + "start": 154256, + "end": 154257, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 69 }, "end": { - "line": 3463, + "line": 3505, "column": 70 } } @@ -1045912,15 +1046399,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 151867, - "end": 151885, + "start": 154257, + "end": 154275, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 70 }, "end": { - "line": 3463, + "line": 3505, "column": 88 } } @@ -1045937,15 +1046424,15 @@ "postfix": false, "binop": null }, - "start": 151885, - "end": 151886, + "start": 154275, + "end": 154276, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 88 }, "end": { - "line": 3463, + "line": 3505, "column": 89 } } @@ -1045963,15 +1046450,15 @@ "binop": null }, "value": "date_seed", - "start": 151887, - "end": 151896, + "start": 154277, + "end": 154286, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 90 }, "end": { - "line": 3463, + "line": 3505, "column": 99 } } @@ -1045988,15 +1046475,15 @@ "postfix": false, "binop": null }, - "start": 151897, - "end": 151898, + "start": 154287, + "end": 154288, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 100 }, "end": { - "line": 3463, + "line": 3505, "column": 101 } } @@ -1046014,15 +1046501,15 @@ "binop": null, "updateContext": null }, - "start": 151898, - "end": 151899, + "start": 154288, + "end": 154289, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 101 }, "end": { - "line": 3463, + "line": 3505, "column": 102 } } @@ -1046040,15 +1046527,15 @@ "binop": null }, "value": "getFullYear", - "start": 151899, - "end": 151910, + "start": 154289, + "end": 154300, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 102 }, "end": { - "line": 3463, + "line": 3505, "column": 113 } } @@ -1046065,15 +1046552,15 @@ "postfix": false, "binop": null }, - "start": 151910, - "end": 151911, + "start": 154300, + "end": 154301, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 113 }, "end": { - "line": 3463, + "line": 3505, "column": 114 } } @@ -1046090,15 +1046577,15 @@ "postfix": false, "binop": null }, - "start": 151911, - "end": 151912, + "start": 154301, + "end": 154302, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 114 }, "end": { - "line": 3463, + "line": 3505, "column": 115 } } @@ -1046116,15 +1046603,15 @@ "binop": null, "updateContext": null }, - "start": 151913, - "end": 151914, + "start": 154303, + "end": 154304, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 116 }, "end": { - "line": 3463, + "line": 3505, "column": 117 } } @@ -1046142,15 +1046629,15 @@ "binop": null }, "value": "locale_string", - "start": 151915, - "end": 151928, + "start": 154305, + "end": 154318, "loc": { "start": { - "line": 3463, + "line": 3505, "column": 118 }, "end": { - "line": 3463, + "line": 3505, "column": 131 } } @@ -1046170,15 +1046657,15 @@ "updateContext": null }, "value": "break", - "start": 151945, - "end": 151950, + "start": 154335, + "end": 154340, "loc": { "start": { - "line": 3464, + "line": 3506, "column": 16 }, "end": { - "line": 3464, + "line": 3506, "column": 21 } } @@ -1046198,15 +1046685,15 @@ "updateContext": null }, "value": "case", - "start": 151963, - "end": 151967, + "start": 154353, + "end": 154357, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 12 }, "end": { - "line": 3465, + "line": 3507, "column": 16 } } @@ -1046228,15 +1046715,15 @@ "pattern": "^months?$", "flags": "i" }, - "start": 151968, - "end": 151980, + "start": 154358, + "end": 154370, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 17 }, "end": { - "line": 3465, + "line": 3507, "column": 29 } } @@ -1046254,15 +1046741,15 @@ "binop": null, "updateContext": null }, - "start": 151980, - "end": 151981, + "start": 154370, + "end": 154371, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 29 }, "end": { - "line": 3465, + "line": 3507, "column": 30 } } @@ -1046280,15 +1046767,15 @@ "binop": null }, "value": "test", - "start": 151981, - "end": 151985, + "start": 154371, + "end": 154375, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 30 }, "end": { - "line": 3465, + "line": 3507, "column": 34 } } @@ -1046305,15 +1046792,15 @@ "postfix": false, "binop": null }, - "start": 151985, - "end": 151986, + "start": 154375, + "end": 154376, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 34 }, "end": { - "line": 3465, + "line": 3507, "column": 35 } } @@ -1046331,15 +1046818,15 @@ "binop": null }, "value": "scale", - "start": 151987, - "end": 151992, + "start": 154377, + "end": 154382, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 36 }, "end": { - "line": 3465, + "line": 3507, "column": 41 } } @@ -1046356,15 +1046843,15 @@ "postfix": false, "binop": null }, - "start": 151993, - "end": 151994, + "start": 154383, + "end": 154384, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 42 }, "end": { - "line": 3465, + "line": 3507, "column": 43 } } @@ -1046382,15 +1046869,15 @@ "binop": null, "updateContext": null }, - "start": 151994, - "end": 151995, + "start": 154384, + "end": 154385, "loc": { "start": { - "line": 3465, + "line": 3507, "column": 43 }, "end": { - "line": 3465, + "line": 3507, "column": 44 } } @@ -1046410,15 +1046897,15 @@ "updateContext": null }, "value": "if", - "start": 152012, - "end": 152014, + "start": 154402, + "end": 154404, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 16 }, "end": { - "line": 3466, + "line": 3508, "column": 18 } } @@ -1046435,15 +1046922,15 @@ "postfix": false, "binop": null }, - "start": 152015, - "end": 152016, + "start": 154405, + "end": 154406, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 19 }, "end": { - "line": 3466, + "line": 3508, "column": 20 } } @@ -1046461,15 +1046948,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 152017, - "end": 152033, + "start": 154407, + "end": 154423, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 21 }, "end": { - "line": 3466, + "line": 3508, "column": 37 } } @@ -1046488,15 +1046975,15 @@ "updateContext": null }, "value": "&&", - "start": 152034, - "end": 152036, + "start": 154424, + "end": 154426, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 38 }, "end": { - "line": 3466, + "line": 3508, "column": 40 } } @@ -1046514,15 +1047001,15 @@ "binop": null }, "value": "options", - "start": 152037, - "end": 152044, + "start": 154427, + "end": 154434, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 41 }, "end": { - "line": 3466, + "line": 3508, "column": 48 } } @@ -1046540,15 +1047027,15 @@ "binop": null, "updateContext": null }, - "start": 152044, - "end": 152045, + "start": 154434, + "end": 154435, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 48 }, "end": { - "line": 3466, + "line": 3508, "column": 49 } } @@ -1046566,15 +1047053,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 152045, - "end": 152059, + "start": 154435, + "end": 154449, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 49 }, "end": { - "line": 3466, + "line": 3508, "column": 63 } } @@ -1046591,15 +1047078,15 @@ "postfix": false, "binop": null }, - "start": 152059, - "end": 152060, + "start": 154449, + "end": 154450, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 63 }, "end": { - "line": 3466, + "line": 3508, "column": 64 } } @@ -1046617,15 +1047104,15 @@ "binop": null }, "value": "scale", - "start": 152061, - "end": 152066, + "start": 154451, + "end": 154456, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 65 }, "end": { - "line": 3466, + "line": 3508, "column": 70 } } @@ -1046642,15 +1047129,15 @@ "postfix": false, "binop": null }, - "start": 152067, - "end": 152068, + "start": 154457, + "end": 154458, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 71 }, "end": { - "line": 3466, + "line": 3508, "column": 72 } } @@ -1046667,15 +1047154,15 @@ "postfix": false, "binop": null }, - "start": 152069, - "end": 152070, + "start": 154459, + "end": 154460, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 73 }, "end": { - "line": 3466, + "line": 3508, "column": 74 } } @@ -1046692,15 +1047179,15 @@ "postfix": false, "binop": null }, - "start": 152071, - "end": 152072, + "start": 154461, + "end": 154462, "loc": { "start": { - "line": 3466, + "line": 3508, "column": 75 }, "end": { - "line": 3466, + "line": 3508, "column": 76 } } @@ -1046720,15 +1047207,15 @@ "updateContext": null }, "value": "if", - "start": 152093, - "end": 152095, + "start": 154483, + "end": 154485, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 20 }, "end": { - "line": 3467, + "line": 3509, "column": 22 } } @@ -1046745,15 +1047232,15 @@ "postfix": false, "binop": null }, - "start": 152096, - "end": 152097, + "start": 154486, + "end": 154487, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 23 }, "end": { - "line": 3467, + "line": 3509, "column": 24 } } @@ -1046771,15 +1047258,15 @@ "binop": null, "updateContext": null }, - "start": 152098, - "end": 152099, + "start": 154488, + "end": 154489, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 25 }, "end": { - "line": 3467, + "line": 3509, "column": 26 } } @@ -1046798,15 +1047285,15 @@ "updateContext": null }, "value": "numeric", - "start": 152100, - "end": 152109, + "start": 154490, + "end": 154499, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 27 }, "end": { - "line": 3467, + "line": 3509, "column": 36 } } @@ -1046824,15 +1047311,15 @@ "binop": null, "updateContext": null }, - "start": 152109, - "end": 152110, + "start": 154499, + "end": 154500, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 36 }, "end": { - "line": 3467, + "line": 3509, "column": 37 } } @@ -1046851,15 +1047338,15 @@ "updateContext": null }, "value": "2-digit", - "start": 152111, - "end": 152120, + "start": 154501, + "end": 154510, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 38 }, "end": { - "line": 3467, + "line": 3509, "column": 47 } } @@ -1046877,15 +1047364,15 @@ "binop": null, "updateContext": null }, - "start": 152120, - "end": 152121, + "start": 154510, + "end": 154511, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 47 }, "end": { - "line": 3467, + "line": 3509, "column": 48 } } @@ -1046904,15 +1047391,15 @@ "updateContext": null }, "value": "narrow", - "start": 152122, - "end": 152130, + "start": 154512, + "end": 154520, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 49 }, "end": { - "line": 3467, + "line": 3509, "column": 57 } } @@ -1046930,15 +1047417,15 @@ "binop": null, "updateContext": null }, - "start": 152130, - "end": 152131, + "start": 154520, + "end": 154521, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 57 }, "end": { - "line": 3467, + "line": 3509, "column": 58 } } @@ -1046957,15 +1047444,15 @@ "updateContext": null }, "value": "short", - "start": 152132, - "end": 152139, + "start": 154522, + "end": 154529, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 59 }, "end": { - "line": 3467, + "line": 3509, "column": 66 } } @@ -1046983,15 +1047470,15 @@ "binop": null, "updateContext": null }, - "start": 152139, - "end": 152140, + "start": 154529, + "end": 154530, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 66 }, "end": { - "line": 3467, + "line": 3509, "column": 67 } } @@ -1047010,15 +1047497,15 @@ "updateContext": null }, "value": "long", - "start": 152141, - "end": 152147, + "start": 154531, + "end": 154537, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 68 }, "end": { - "line": 3467, + "line": 3509, "column": 74 } } @@ -1047036,15 +1047523,15 @@ "binop": null, "updateContext": null }, - "start": 152148, - "end": 152149, + "start": 154538, + "end": 154539, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 75 }, "end": { - "line": 3467, + "line": 3509, "column": 76 } } @@ -1047062,15 +1047549,15 @@ "binop": null, "updateContext": null }, - "start": 152149, - "end": 152150, + "start": 154539, + "end": 154540, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 76 }, "end": { - "line": 3467, + "line": 3509, "column": 77 } } @@ -1047088,15 +1047575,15 @@ "binop": null }, "value": "includes", - "start": 152150, - "end": 152158, + "start": 154540, + "end": 154548, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 77 }, "end": { - "line": 3467, + "line": 3509, "column": 85 } } @@ -1047113,15 +1047600,15 @@ "postfix": false, "binop": null }, - "start": 152158, - "end": 152159, + "start": 154548, + "end": 154549, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 85 }, "end": { - "line": 3467, + "line": 3509, "column": 86 } } @@ -1047139,15 +1047626,15 @@ "binop": null }, "value": "options", - "start": 152160, - "end": 152167, + "start": 154550, + "end": 154557, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 87 }, "end": { - "line": 3467, + "line": 3509, "column": 94 } } @@ -1047165,15 +1047652,15 @@ "binop": null, "updateContext": null }, - "start": 152167, - "end": 152168, + "start": 154557, + "end": 154558, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 94 }, "end": { - "line": 3467, + "line": 3509, "column": 95 } } @@ -1047191,15 +1047678,15 @@ "binop": null }, "value": "scale", - "start": 152168, - "end": 152173, + "start": 154558, + "end": 154563, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 95 }, "end": { - "line": 3467, + "line": 3509, "column": 100 } } @@ -1047217,15 +1047704,15 @@ "binop": null, "updateContext": null }, - "start": 152173, - "end": 152174, + "start": 154563, + "end": 154564, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 100 }, "end": { - "line": 3467, + "line": 3509, "column": 101 } } @@ -1047242,15 +1047729,15 @@ "postfix": false, "binop": null }, - "start": 152175, - "end": 152176, + "start": 154565, + "end": 154566, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 102 }, "end": { - "line": 3467, + "line": 3509, "column": 103 } } @@ -1047267,15 +1047754,15 @@ "postfix": false, "binop": null }, - "start": 152177, - "end": 152178, + "start": 154567, + "end": 154568, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 104 }, "end": { - "line": 3467, + "line": 3509, "column": 105 } } @@ -1047292,15 +1047779,15 @@ "postfix": false, "binop": null }, - "start": 152179, - "end": 152180, + "start": 154569, + "end": 154570, "loc": { "start": { - "line": 3467, + "line": 3509, "column": 106 }, "end": { - "line": 3467, + "line": 3509, "column": 107 } } @@ -1047318,15 +1047805,15 @@ "binop": null }, "value": "_options", - "start": 152205, - "end": 152213, + "start": 154595, + "end": 154603, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 24 }, "end": { - "line": 3468, + "line": 3510, "column": 32 } } @@ -1047344,15 +1047831,15 @@ "binop": null, "updateContext": null }, - "start": 152213, - "end": 152214, + "start": 154603, + "end": 154604, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 32 }, "end": { - "line": 3468, + "line": 3510, "column": 33 } } @@ -1047370,15 +1047857,15 @@ "binop": null }, "value": "month", - "start": 152214, - "end": 152219, + "start": 154604, + "end": 154609, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 33 }, "end": { - "line": 3468, + "line": 3510, "column": 38 } } @@ -1047397,15 +1047884,15 @@ "updateContext": null }, "value": "=", - "start": 152220, - "end": 152221, + "start": 154610, + "end": 154611, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 39 }, "end": { - "line": 3468, + "line": 3510, "column": 40 } } @@ -1047423,15 +1047910,15 @@ "binop": null }, "value": "options", - "start": 152222, - "end": 152229, + "start": 154612, + "end": 154619, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 41 }, "end": { - "line": 3468, + "line": 3510, "column": 48 } } @@ -1047449,15 +1047936,15 @@ "binop": null, "updateContext": null }, - "start": 152229, - "end": 152230, + "start": 154619, + "end": 154620, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 48 }, "end": { - "line": 3468, + "line": 3510, "column": 49 } } @@ -1047475,15 +1047962,15 @@ "binop": null }, "value": "scale", - "start": 152230, - "end": 152235, + "start": 154620, + "end": 154625, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 49 }, "end": { - "line": 3468, + "line": 3510, "column": 54 } } @@ -1047501,15 +1047988,15 @@ "binop": null, "updateContext": null }, - "start": 152235, - "end": 152236, + "start": 154625, + "end": 154626, "loc": { "start": { - "line": 3468, + "line": 3510, "column": 54 }, "end": { - "line": 3468, + "line": 3510, "column": 55 } } @@ -1047527,15 +1048014,15 @@ "binop": null }, "value": "locale_string", - "start": 152261, - "end": 152274, + "start": 154651, + "end": 154664, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 24 }, "end": { - "line": 3469, + "line": 3511, "column": 37 } } @@ -1047554,15 +1048041,15 @@ "updateContext": null }, "value": "=", - "start": 152275, - "end": 152276, + "start": 154665, + "end": 154666, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 38 }, "end": { - "line": 3469, + "line": 3511, "column": 39 } } @@ -1047582,15 +1048069,15 @@ "updateContext": null }, "value": "this", - "start": 152277, - "end": 152281, + "start": 154667, + "end": 154671, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 40 }, "end": { - "line": 3469, + "line": 3511, "column": 44 } } @@ -1047608,15 +1048095,15 @@ "binop": null, "updateContext": null }, - "start": 152281, - "end": 152282, + "start": 154671, + "end": 154672, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 44 }, "end": { - "line": 3469, + "line": 3511, "column": 45 } } @@ -1047634,15 +1048121,15 @@ "binop": null }, "value": "getCorrectDatetime", - "start": 152282, - "end": 152300, + "start": 154672, + "end": 154690, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 45 }, "end": { - "line": 3469, + "line": 3511, "column": 63 } } @@ -1047659,15 +1048146,15 @@ "postfix": false, "binop": null }, - "start": 152300, - "end": 152301, + "start": 154690, + "end": 154691, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 63 }, "end": { - "line": 3469, + "line": 3511, "column": 64 } } @@ -1047685,15 +1048172,15 @@ "binop": null }, "value": "date_seed", - "start": 152302, - "end": 152311, + "start": 154692, + "end": 154701, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 65 }, "end": { - "line": 3469, + "line": 3511, "column": 74 } } @@ -1047710,15 +1048197,15 @@ "postfix": false, "binop": null }, - "start": 152312, - "end": 152313, + "start": 154702, + "end": 154703, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 75 }, "end": { - "line": 3469, + "line": 3511, "column": 76 } } @@ -1047736,15 +1048223,15 @@ "binop": null, "updateContext": null }, - "start": 152313, - "end": 152314, + "start": 154703, + "end": 154704, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 76 }, "end": { - "line": 3469, + "line": 3511, "column": 77 } } @@ -1047762,15 +1048249,15 @@ "binop": null }, "value": "toLocaleString", - "start": 152314, - "end": 152328, + "start": 154704, + "end": 154718, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 77 }, "end": { - "line": 3469, + "line": 3511, "column": 91 } } @@ -1047787,15 +1048274,15 @@ "postfix": false, "binop": null }, - "start": 152328, - "end": 152329, + "start": 154718, + "end": 154719, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 91 }, "end": { - "line": 3469, + "line": 3511, "column": 92 } } @@ -1047813,15 +1048300,15 @@ "binop": null }, "value": "locales", - "start": 152330, - "end": 152337, + "start": 154720, + "end": 154727, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 93 }, "end": { - "line": 3469, + "line": 3511, "column": 100 } } @@ -1047839,15 +1048326,15 @@ "binop": null, "updateContext": null }, - "start": 152337, - "end": 152338, + "start": 154727, + "end": 154728, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 100 }, "end": { - "line": 3469, + "line": 3511, "column": 101 } } @@ -1047865,15 +1048352,15 @@ "binop": null }, "value": "_options", - "start": 152339, - "end": 152347, + "start": 154729, + "end": 154737, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 102 }, "end": { - "line": 3469, + "line": 3511, "column": 110 } } @@ -1047890,15 +1048377,15 @@ "postfix": false, "binop": null }, - "start": 152348, - "end": 152349, + "start": 154738, + "end": 154739, "loc": { "start": { - "line": 3469, + "line": 3511, "column": 111 }, "end": { - "line": 3469, + "line": 3511, "column": 112 } } @@ -1047906,15 +1048393,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 152374, - "end": 152464, + "start": 154764, + "end": 154854, "loc": { "start": { - "line": 3470, + "line": 3512, "column": 24 }, "end": { - "line": 3470, + "line": 3512, "column": 114 } } @@ -1047931,15 +1048418,15 @@ "postfix": false, "binop": null }, - "start": 152485, - "end": 152486, + "start": 154875, + "end": 154876, "loc": { "start": { - "line": 3471, + "line": 3513, "column": 20 }, "end": { - "line": 3471, + "line": 3513, "column": 21 } } @@ -1047956,15 +1048443,15 @@ "postfix": false, "binop": null }, - "start": 152503, - "end": 152504, + "start": 154893, + "end": 154894, "loc": { "start": { - "line": 3472, + "line": 3514, "column": 16 }, "end": { - "line": 3472, + "line": 3514, "column": 17 } } @@ -1047984,15 +1048471,15 @@ "updateContext": null }, "value": "if", - "start": 152521, - "end": 152523, + "start": 154911, + "end": 154913, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 16 }, "end": { - "line": 3473, + "line": 3515, "column": 18 } } @@ -1048009,15 +1048496,15 @@ "postfix": false, "binop": null }, - "start": 152524, - "end": 152525, + "start": 154914, + "end": 154915, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 19 }, "end": { - "line": 3473, + "line": 3515, "column": 20 } } @@ -1048037,15 +1048524,15 @@ "updateContext": null }, "value": "this", - "start": 152526, - "end": 152530, + "start": 154916, + "end": 154920, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 21 }, "end": { - "line": 3473, + "line": 3515, "column": 25 } } @@ -1048063,15 +1048550,15 @@ "binop": null, "updateContext": null }, - "start": 152530, - "end": 152531, + "start": 154920, + "end": 154921, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 25 }, "end": { - "line": 3473, + "line": 3515, "column": 26 } } @@ -1048089,15 +1048576,15 @@ "binop": null }, "value": "is_empty", - "start": 152531, - "end": 152539, + "start": 154921, + "end": 154929, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 26 }, "end": { - "line": 3473, + "line": 3515, "column": 34 } } @@ -1048114,15 +1048601,15 @@ "postfix": false, "binop": null }, - "start": 152539, - "end": 152540, + "start": 154929, + "end": 154930, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 34 }, "end": { - "line": 3473, + "line": 3515, "column": 35 } } @@ -1048140,15 +1048627,15 @@ "binop": null }, "value": "locale_string", - "start": 152541, - "end": 152554, + "start": 154931, + "end": 154944, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 36 }, "end": { - "line": 3473, + "line": 3515, "column": 49 } } @@ -1048165,15 +1048652,15 @@ "postfix": false, "binop": null }, - "start": 152555, - "end": 152556, + "start": 154945, + "end": 154946, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 50 }, "end": { - "line": 3473, + "line": 3515, "column": 51 } } @@ -1048192,15 +1048679,15 @@ "updateContext": null }, "value": "||", - "start": 152557, - "end": 152559, + "start": 154947, + "end": 154949, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 52 }, "end": { - "line": 3473, + "line": 3515, "column": 54 } } @@ -1048218,15 +1048705,15 @@ "binop": null }, "value": "isNaN", - "start": 152560, - "end": 152565, + "start": 154950, + "end": 154955, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 55 }, "end": { - "line": 3473, + "line": 3515, "column": 60 } } @@ -1048243,15 +1048730,15 @@ "postfix": false, "binop": null }, - "start": 152565, - "end": 152566, + "start": 154955, + "end": 154956, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 60 }, "end": { - "line": 3473, + "line": 3515, "column": 61 } } @@ -1048269,15 +1048756,15 @@ "binop": null }, "value": "locale_string", - "start": 152567, - "end": 152580, + "start": 154957, + "end": 154970, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 62 }, "end": { - "line": 3473, + "line": 3515, "column": 75 } } @@ -1048294,15 +1048781,15 @@ "postfix": false, "binop": null }, - "start": 152581, - "end": 152582, + "start": 154971, + "end": 154972, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 76 }, "end": { - "line": 3473, + "line": 3515, "column": 77 } } @@ -1048319,15 +1048806,15 @@ "postfix": false, "binop": null }, - "start": 152583, - "end": 152584, + "start": 154973, + "end": 154974, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 78 }, "end": { - "line": 3473, + "line": 3515, "column": 79 } } @@ -1048344,15 +1048831,15 @@ "postfix": false, "binop": null }, - "start": 152585, - "end": 152586, + "start": 154975, + "end": 154976, "loc": { "start": { - "line": 3473, + "line": 3515, "column": 80 }, "end": { - "line": 3473, + "line": 3515, "column": 81 } } @@ -1048372,15 +1048859,15 @@ "updateContext": null }, "value": "if", - "start": 152607, - "end": 152609, + "start": 154997, + "end": 154999, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 20 }, "end": { - "line": 3474, + "line": 3516, "column": 22 } } @@ -1048397,15 +1048884,15 @@ "postfix": false, "binop": null }, - "start": 152610, - "end": 152611, + "start": 155000, + "end": 155001, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 23 }, "end": { - "line": 3474, + "line": 3516, "column": 24 } } @@ -1048427,15 +1048914,15 @@ "pattern": "^\\d{1,2}\\/\\d{1,2}(|\\/\\d{1,2})$", "flags": "" }, - "start": 152612, - "end": 152644, + "start": 155002, + "end": 155034, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 25 }, "end": { - "line": 3474, + "line": 3516, "column": 57 } } @@ -1048453,15 +1048940,15 @@ "binop": null, "updateContext": null }, - "start": 152644, - "end": 152645, + "start": 155034, + "end": 155035, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 57 }, "end": { - "line": 3474, + "line": 3516, "column": 58 } } @@ -1048479,15 +1048966,15 @@ "binop": null }, "value": "test", - "start": 152645, - "end": 152649, + "start": 155035, + "end": 155039, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 58 }, "end": { - "line": 3474, + "line": 3516, "column": 62 } } @@ -1048504,15 +1048991,15 @@ "postfix": false, "binop": null }, - "start": 152649, - "end": 152650, + "start": 155039, + "end": 155040, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 62 }, "end": { - "line": 3474, + "line": 3516, "column": 63 } } @@ -1048530,15 +1049017,15 @@ "binop": null }, "value": "date_seed", - "start": 152651, - "end": 152660, + "start": 155041, + "end": 155050, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 64 }, "end": { - "line": 3474, + "line": 3516, "column": 73 } } @@ -1048555,15 +1049042,15 @@ "postfix": false, "binop": null }, - "start": 152661, - "end": 152662, + "start": 155051, + "end": 155052, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 74 }, "end": { - "line": 3474, + "line": 3516, "column": 75 } } @@ -1048580,15 +1049067,15 @@ "postfix": false, "binop": null }, - "start": 152663, - "end": 152664, + "start": 155053, + "end": 155054, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 76 }, "end": { - "line": 3474, + "line": 3516, "column": 77 } } @@ -1048605,15 +1049092,15 @@ "postfix": false, "binop": null }, - "start": 152665, - "end": 152666, + "start": 155055, + "end": 155056, "loc": { "start": { - "line": 3474, + "line": 3516, "column": 78 }, "end": { - "line": 3474, + "line": 3516, "column": 79 } } @@ -1048631,15 +1049118,15 @@ "binop": null }, "value": "_str", - "start": 152691, - "end": 152695, + "start": 155081, + "end": 155085, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 24 }, "end": { - "line": 3475, + "line": 3517, "column": 28 } } @@ -1048658,15 +1049145,15 @@ "updateContext": null }, "value": "=", - "start": 152696, - "end": 152697, + "start": 155086, + "end": 155087, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 29 }, "end": { - "line": 3475, + "line": 3517, "column": 30 } } @@ -1048684,15 +1049171,15 @@ "binop": null }, "value": "date_seed", - "start": 152698, - "end": 152707, + "start": 155088, + "end": 155097, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 31 }, "end": { - "line": 3475, + "line": 3517, "column": 40 } } @@ -1048710,15 +1049197,15 @@ "binop": null, "updateContext": null }, - "start": 152707, - "end": 152708, + "start": 155097, + "end": 155098, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 40 }, "end": { - "line": 3475, + "line": 3517, "column": 41 } } @@ -1048736,15 +1049223,15 @@ "binop": null }, "value": "split", - "start": 152708, - "end": 152713, + "start": 155098, + "end": 155103, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 41 }, "end": { - "line": 3475, + "line": 3517, "column": 46 } } @@ -1048761,15 +1049248,15 @@ "postfix": false, "binop": null }, - "start": 152713, - "end": 152714, + "start": 155103, + "end": 155104, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 46 }, "end": { - "line": 3475, + "line": 3517, "column": 47 } } @@ -1048788,15 +1049275,15 @@ "updateContext": null }, "value": "/", - "start": 152714, - "end": 152717, + "start": 155104, + "end": 155107, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 47 }, "end": { - "line": 3475, + "line": 3517, "column": 50 } } @@ -1048813,15 +1049300,15 @@ "postfix": false, "binop": null }, - "start": 152717, - "end": 152718, + "start": 155107, + "end": 155108, "loc": { "start": { - "line": 3475, + "line": 3517, "column": 50 }, "end": { - "line": 3475, + "line": 3517, "column": 51 } } @@ -1048839,15 +1049326,15 @@ "binop": null }, "value": "_temp", - "start": 152743, - "end": 152748, + "start": 155133, + "end": 155138, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 24 }, "end": { - "line": 3476, + "line": 3518, "column": 29 } } @@ -1048866,15 +1049353,15 @@ "updateContext": null }, "value": "=", - "start": 152749, - "end": 152750, + "start": 155139, + "end": 155140, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 30 }, "end": { - "line": 3476, + "line": 3518, "column": 31 } } @@ -1048894,15 +1049381,15 @@ "updateContext": null }, "value": "new", - "start": 152751, - "end": 152754, + "start": 155141, + "end": 155144, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 32 }, "end": { - "line": 3476, + "line": 3518, "column": 35 } } @@ -1048920,15 +1049407,15 @@ "binop": null }, "value": "Date", - "start": 152755, - "end": 152759, + "start": 155145, + "end": 155149, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 36 }, "end": { - "line": 3476, + "line": 3518, "column": 40 } } @@ -1048945,15 +1049432,15 @@ "postfix": false, "binop": null }, - "start": 152759, - "end": 152760, + "start": 155149, + "end": 155150, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 40 }, "end": { - "line": 3476, + "line": 3518, "column": 41 } } @@ -1048971,15 +1049458,15 @@ "binop": null }, "value": "_str", - "start": 152761, - "end": 152765, + "start": 155151, + "end": 155155, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 42 }, "end": { - "line": 3476, + "line": 3518, "column": 46 } } @@ -1048997,15 +1049484,15 @@ "binop": null, "updateContext": null }, - "start": 152765, - "end": 152766, + "start": 155155, + "end": 155156, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 46 }, "end": { - "line": 3476, + "line": 3518, "column": 47 } } @@ -1049024,15 +1049511,15 @@ "updateContext": null }, "value": 0, - "start": 152766, - "end": 152767, + "start": 155156, + "end": 155157, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 47 }, "end": { - "line": 3476, + "line": 3518, "column": 48 } } @@ -1049050,15 +1049537,15 @@ "binop": null, "updateContext": null }, - "start": 152767, - "end": 152768, + "start": 155157, + "end": 155158, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 48 }, "end": { - "line": 3476, + "line": 3518, "column": 49 } } @@ -1049076,15 +1049563,15 @@ "binop": null, "updateContext": null }, - "start": 152768, - "end": 152769, + "start": 155158, + "end": 155159, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 49 }, "end": { - "line": 3476, + "line": 3518, "column": 50 } } @@ -1049102,15 +1049589,15 @@ "binop": null }, "value": "parseInt", - "start": 152770, - "end": 152778, + "start": 155160, + "end": 155168, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 51 }, "end": { - "line": 3476, + "line": 3518, "column": 59 } } @@ -1049127,15 +1049614,15 @@ "postfix": false, "binop": null }, - "start": 152778, - "end": 152779, + "start": 155168, + "end": 155169, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 59 }, "end": { - "line": 3476, + "line": 3518, "column": 60 } } @@ -1049153,15 +1049640,15 @@ "binop": null }, "value": "_str", - "start": 152780, - "end": 152784, + "start": 155170, + "end": 155174, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 61 }, "end": { - "line": 3476, + "line": 3518, "column": 65 } } @@ -1049179,15 +1049666,15 @@ "binop": null, "updateContext": null }, - "start": 152784, - "end": 152785, + "start": 155174, + "end": 155175, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 65 }, "end": { - "line": 3476, + "line": 3518, "column": 66 } } @@ -1049206,15 +1049693,15 @@ "updateContext": null }, "value": 1, - "start": 152785, - "end": 152786, + "start": 155175, + "end": 155176, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 66 }, "end": { - "line": 3476, + "line": 3518, "column": 67 } } @@ -1049232,15 +1049719,15 @@ "binop": null, "updateContext": null }, - "start": 152786, - "end": 152787, + "start": 155176, + "end": 155177, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 67 }, "end": { - "line": 3476, + "line": 3518, "column": 68 } } @@ -1049259,15 +1049746,15 @@ "updateContext": null }, "value": "-", - "start": 152788, - "end": 152789, + "start": 155178, + "end": 155179, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 69 }, "end": { - "line": 3476, + "line": 3518, "column": 70 } } @@ -1049286,15 +1049773,15 @@ "updateContext": null }, "value": 1, - "start": 152790, - "end": 152791, + "start": 155180, + "end": 155181, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 71 }, "end": { - "line": 3476, + "line": 3518, "column": 72 } } @@ -1049311,15 +1049798,15 @@ "postfix": false, "binop": null }, - "start": 152792, - "end": 152793, + "start": 155182, + "end": 155183, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 73 }, "end": { - "line": 3476, + "line": 3518, "column": 74 } } @@ -1049337,15 +1049824,15 @@ "binop": null, "updateContext": null }, - "start": 152793, - "end": 152794, + "start": 155183, + "end": 155184, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 74 }, "end": { - "line": 3476, + "line": 3518, "column": 75 } } @@ -1049364,15 +1049851,15 @@ "updateContext": null }, "value": 1, - "start": 152795, - "end": 152796, + "start": 155185, + "end": 155186, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 76 }, "end": { - "line": 3476, + "line": 3518, "column": 77 } } @@ -1049389,15 +1049876,15 @@ "postfix": false, "binop": null }, - "start": 152797, - "end": 152798, + "start": 155187, + "end": 155188, "loc": { "start": { - "line": 3476, + "line": 3518, "column": 78 }, "end": { - "line": 3476, + "line": 3518, "column": 79 } } @@ -1049415,15 +1049902,15 @@ "binop": null }, "value": "locale_string", - "start": 152823, - "end": 152836, + "start": 155213, + "end": 155226, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 24 }, "end": { - "line": 3477, + "line": 3519, "column": 37 } } @@ -1049442,15 +1049929,15 @@ "updateContext": null }, "value": "=", - "start": 152837, - "end": 152838, + "start": 155227, + "end": 155228, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 38 }, "end": { - "line": 3477, + "line": 3519, "column": 39 } } @@ -1049468,15 +1049955,15 @@ "binop": null }, "value": "_temp", - "start": 152839, - "end": 152844, + "start": 155229, + "end": 155234, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 40 }, "end": { - "line": 3477, + "line": 3519, "column": 45 } } @@ -1049494,15 +1049981,15 @@ "binop": null, "updateContext": null }, - "start": 152844, - "end": 152845, + "start": 155234, + "end": 155235, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 45 }, "end": { - "line": 3477, + "line": 3519, "column": 46 } } @@ -1049520,15 +1050007,15 @@ "binop": null }, "value": "toLocaleString", - "start": 152845, - "end": 152859, + "start": 155235, + "end": 155249, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 46 }, "end": { - "line": 3477, + "line": 3519, "column": 60 } } @@ -1049545,15 +1050032,15 @@ "postfix": false, "binop": null }, - "start": 152859, - "end": 152860, + "start": 155249, + "end": 155250, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 60 }, "end": { - "line": 3477, + "line": 3519, "column": 61 } } @@ -1049571,15 +1050058,15 @@ "binop": null }, "value": "locales", - "start": 152861, - "end": 152868, + "start": 155251, + "end": 155258, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 62 }, "end": { - "line": 3477, + "line": 3519, "column": 69 } } @@ -1049597,15 +1050084,15 @@ "binop": null, "updateContext": null }, - "start": 152868, - "end": 152869, + "start": 155258, + "end": 155259, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 69 }, "end": { - "line": 3477, + "line": 3519, "column": 70 } } @@ -1049623,15 +1050110,15 @@ "binop": null }, "value": "_options", - "start": 152870, - "end": 152878, + "start": 155260, + "end": 155268, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 71 }, "end": { - "line": 3477, + "line": 3519, "column": 79 } } @@ -1049648,15 +1050135,15 @@ "postfix": false, "binop": null }, - "start": 152879, - "end": 152880, + "start": 155269, + "end": 155270, "loc": { "start": { - "line": 3477, + "line": 3519, "column": 80 }, "end": { - "line": 3477, + "line": 3519, "column": 81 } } @@ -1049673,15 +1050160,15 @@ "postfix": false, "binop": null }, - "start": 152901, - "end": 152902, + "start": 155291, + "end": 155292, "loc": { "start": { - "line": 3478, + "line": 3520, "column": 20 }, "end": { - "line": 3478, + "line": 3520, "column": 21 } } @@ -1049698,15 +1050185,15 @@ "postfix": false, "binop": null }, - "start": 152919, - "end": 152920, + "start": 155309, + "end": 155310, "loc": { "start": { - "line": 3479, + "line": 3521, "column": 16 }, "end": { - "line": 3479, + "line": 3521, "column": 17 } } @@ -1049726,15 +1050213,15 @@ "updateContext": null }, "value": "break", - "start": 152937, - "end": 152942, + "start": 155327, + "end": 155332, "loc": { "start": { - "line": 3480, + "line": 3522, "column": 16 }, "end": { - "line": 3480, + "line": 3522, "column": 21 } } @@ -1049754,15 +1050241,15 @@ "updateContext": null }, "value": "case", - "start": 152955, - "end": 152959, + "start": 155345, + "end": 155349, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 12 }, "end": { - "line": 3481, + "line": 3523, "column": 16 } } @@ -1049784,15 +1050271,15 @@ "pattern": "^weeks?$", "flags": "i" }, - "start": 152960, - "end": 152971, + "start": 155350, + "end": 155361, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 17 }, "end": { - "line": 3481, + "line": 3523, "column": 28 } } @@ -1049810,15 +1050297,15 @@ "binop": null, "updateContext": null }, - "start": 152971, - "end": 152972, + "start": 155361, + "end": 155362, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 28 }, "end": { - "line": 3481, + "line": 3523, "column": 29 } } @@ -1049836,15 +1050323,15 @@ "binop": null }, "value": "test", - "start": 152972, - "end": 152976, + "start": 155362, + "end": 155366, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 29 }, "end": { - "line": 3481, + "line": 3523, "column": 33 } } @@ -1049861,15 +1050348,15 @@ "postfix": false, "binop": null }, - "start": 152976, - "end": 152977, + "start": 155366, + "end": 155367, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 33 }, "end": { - "line": 3481, + "line": 3523, "column": 34 } } @@ -1049887,15 +1050374,15 @@ "binop": null }, "value": "scale", - "start": 152978, - "end": 152983, + "start": 155368, + "end": 155373, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 35 }, "end": { - "line": 3481, + "line": 3523, "column": 40 } } @@ -1049912,15 +1050399,15 @@ "postfix": false, "binop": null }, - "start": 152984, - "end": 152985, + "start": 155374, + "end": 155375, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 41 }, "end": { - "line": 3481, + "line": 3523, "column": 42 } } @@ -1049938,15 +1050425,15 @@ "binop": null, "updateContext": null }, - "start": 152985, - "end": 152986, + "start": 155375, + "end": 155376, "loc": { "start": { - "line": 3481, + "line": 3523, "column": 42 }, "end": { - "line": 3481, + "line": 3523, "column": 43 } } @@ -1049964,15 +1050451,15 @@ "binop": null, "updateContext": null }, - "start": 153003, - "end": 153004, + "start": 155393, + "end": 155394, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 16 }, "end": { - "line": 3482, + "line": 3524, "column": 17 } } @@ -1049990,15 +1050477,15 @@ "binop": null }, "value": "_str", - "start": 153005, - "end": 153009, + "start": 155395, + "end": 155399, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 18 }, "end": { - "line": 3482, + "line": 3524, "column": 22 } } @@ -1050016,15 +1050503,15 @@ "binop": null, "updateContext": null }, - "start": 153009, - "end": 153010, + "start": 155399, + "end": 155400, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 22 }, "end": { - "line": 3482, + "line": 3524, "column": 23 } } @@ -1050042,15 +1050529,15 @@ "binop": null }, "value": "_num", - "start": 153011, - "end": 153015, + "start": 155401, + "end": 155405, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 24 }, "end": { - "line": 3482, + "line": 3524, "column": 28 } } @@ -1050068,15 +1050555,15 @@ "binop": null, "updateContext": null }, - "start": 153016, - "end": 153017, + "start": 155406, + "end": 155407, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 29 }, "end": { - "line": 3482, + "line": 3524, "column": 30 } } @@ -1050095,15 +1050582,15 @@ "updateContext": null }, "value": "=", - "start": 153018, - "end": 153019, + "start": 155408, + "end": 155409, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 31 }, "end": { - "line": 3482, + "line": 3524, "column": 32 } } @@ -1050121,15 +1050608,15 @@ "binop": null }, "value": "date_seed", - "start": 153020, - "end": 153029, + "start": 155410, + "end": 155419, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 33 }, "end": { - "line": 3482, + "line": 3524, "column": 42 } } @@ -1050147,15 +1050634,15 @@ "binop": null, "updateContext": null }, - "start": 153029, - "end": 153030, + "start": 155419, + "end": 155420, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 42 }, "end": { - "line": 3482, + "line": 3524, "column": 43 } } @@ -1050173,15 +1050660,15 @@ "binop": null }, "value": "split", - "start": 153030, - "end": 153035, + "start": 155420, + "end": 155425, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 43 }, "end": { - "line": 3482, + "line": 3524, "column": 48 } } @@ -1050198,15 +1050685,15 @@ "postfix": false, "binop": null }, - "start": 153035, - "end": 153036, + "start": 155425, + "end": 155426, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 48 }, "end": { - "line": 3482, + "line": 3524, "column": 49 } } @@ -1050225,15 +1050712,15 @@ "updateContext": null }, "value": ",", - "start": 153036, - "end": 153039, + "start": 155426, + "end": 155429, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 49 }, "end": { - "line": 3482, + "line": 3524, "column": 52 } } @@ -1050250,15 +1050737,15 @@ "postfix": false, "binop": null }, - "start": 153039, - "end": 153040, + "start": 155429, + "end": 155430, "loc": { "start": { - "line": 3482, + "line": 3524, "column": 52 }, "end": { - "line": 3482, + "line": 3524, "column": 53 } } @@ -1050266,15 +1050753,15 @@ { "type": "CommentLine", "value": "console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )", - "start": 153041, - "end": 153153, + "start": 155431, + "end": 155543, "loc": { "start": { - "line": 3483, + "line": 3525, "column": 0 }, "end": { - "line": 3483, + "line": 3525, "column": 112 } } @@ -1050294,15 +1050781,15 @@ "updateContext": null }, "value": "if", - "start": 153170, - "end": 153172, + "start": 155560, + "end": 155562, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 16 }, "end": { - "line": 3484, + "line": 3526, "column": 18 } } @@ -1050319,15 +1050806,15 @@ "postfix": false, "binop": null }, - "start": 153173, - "end": 153174, + "start": 155563, + "end": 155564, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 19 }, "end": { - "line": 3484, + "line": 3526, "column": 20 } } @@ -1050345,15 +1050832,15 @@ "binop": null }, "value": "options", - "start": 153175, - "end": 153182, + "start": 155565, + "end": 155572, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 21 }, "end": { - "line": 3484, + "line": 3526, "column": 28 } } @@ -1050371,15 +1050858,15 @@ "binop": null, "updateContext": null }, - "start": 153182, - "end": 153183, + "start": 155572, + "end": 155573, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 28 }, "end": { - "line": 3484, + "line": 3526, "column": 29 } } @@ -1050397,15 +1050884,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 153183, - "end": 153197, + "start": 155573, + "end": 155587, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 29 }, "end": { - "line": 3484, + "line": 3526, "column": 43 } } @@ -1050422,15 +1050909,15 @@ "postfix": false, "binop": null }, - "start": 153197, - "end": 153198, + "start": 155587, + "end": 155588, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 43 }, "end": { - "line": 3484, + "line": 3526, "column": 44 } } @@ -1050448,15 +1050935,15 @@ "binop": null }, "value": "scale", - "start": 153199, - "end": 153204, + "start": 155589, + "end": 155594, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 45 }, "end": { - "line": 3484, + "line": 3526, "column": 50 } } @@ -1050473,15 +1050960,15 @@ "postfix": false, "binop": null }, - "start": 153205, - "end": 153206, + "start": 155595, + "end": 155596, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 51 }, "end": { - "line": 3484, + "line": 3526, "column": 52 } } @@ -1050500,15 +1050987,15 @@ "updateContext": null }, "value": "&&", - "start": 153207, - "end": 153209, + "start": 155597, + "end": 155599, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 53 }, "end": { - "line": 3484, + "line": 3526, "column": 55 } } @@ -1050526,15 +1051013,15 @@ "binop": null }, "value": "options", - "start": 153210, - "end": 153217, + "start": 155600, + "end": 155607, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 56 }, "end": { - "line": 3484, + "line": 3526, "column": 63 } } @@ -1050552,15 +1051039,15 @@ "binop": null, "updateContext": null }, - "start": 153217, - "end": 153218, + "start": 155607, + "end": 155608, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 63 }, "end": { - "line": 3484, + "line": 3526, "column": 64 } } @@ -1050578,15 +1051065,15 @@ "binop": null }, "value": "scale", - "start": 153218, - "end": 153223, + "start": 155608, + "end": 155613, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 64 }, "end": { - "line": 3484, + "line": 3526, "column": 69 } } @@ -1050604,15 +1051091,15 @@ "binop": null, "updateContext": null }, - "start": 153223, - "end": 153224, + "start": 155613, + "end": 155614, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 69 }, "end": { - "line": 3484, + "line": 3526, "column": 70 } } @@ -1050631,15 +1051118,15 @@ "updateContext": null }, "value": "===", - "start": 153225, - "end": 153228, + "start": 155615, + "end": 155618, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 71 }, "end": { - "line": 3484, + "line": 3526, "column": 74 } } @@ -1050658,15 +1051145,15 @@ "updateContext": null }, "value": "ordinal", - "start": 153229, - "end": 153238, + "start": 155619, + "end": 155628, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 75 }, "end": { - "line": 3484, + "line": 3526, "column": 84 } } @@ -1050683,15 +1051170,15 @@ "postfix": false, "binop": null }, - "start": 153239, - "end": 153240, + "start": 155629, + "end": 155630, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 85 }, "end": { - "line": 3484, + "line": 3526, "column": 86 } } @@ -1050708,15 +1051195,15 @@ "postfix": false, "binop": null }, - "start": 153241, - "end": 153242, + "start": 155631, + "end": 155632, "loc": { "start": { - "line": 3484, + "line": 3526, "column": 87 }, "end": { - "line": 3484, + "line": 3526, "column": 88 } } @@ -1050734,15 +1051221,15 @@ "binop": null }, "value": "locale_string", - "start": 153263, - "end": 153276, + "start": 155653, + "end": 155666, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 20 }, "end": { - "line": 3485, + "line": 3527, "column": 33 } } @@ -1050761,15 +1051248,15 @@ "updateContext": null }, "value": "=", - "start": 153277, - "end": 153278, + "start": 155667, + "end": 155668, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 34 }, "end": { - "line": 3485, + "line": 3527, "column": 35 } } @@ -1050787,15 +1051274,15 @@ "binop": null }, "value": "getOrdinal", - "start": 153279, - "end": 153289, + "start": 155669, + "end": 155679, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 36 }, "end": { - "line": 3485, + "line": 3527, "column": 46 } } @@ -1050812,15 +1051299,15 @@ "postfix": false, "binop": null }, - "start": 153289, - "end": 153290, + "start": 155679, + "end": 155680, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 46 }, "end": { - "line": 3485, + "line": 3527, "column": 47 } } @@ -1050838,15 +1051325,15 @@ "binop": null }, "value": "parseInt", - "start": 153291, - "end": 153299, + "start": 155681, + "end": 155689, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 48 }, "end": { - "line": 3485, + "line": 3527, "column": 56 } } @@ -1050863,15 +1051350,15 @@ "postfix": false, "binop": null }, - "start": 153299, - "end": 153300, + "start": 155689, + "end": 155690, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 56 }, "end": { - "line": 3485, + "line": 3527, "column": 57 } } @@ -1050889,15 +1051376,15 @@ "binop": null }, "value": "_num", - "start": 153301, - "end": 153305, + "start": 155691, + "end": 155695, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 58 }, "end": { - "line": 3485, + "line": 3527, "column": 62 } } @@ -1050915,15 +1051402,15 @@ "binop": null, "updateContext": null }, - "start": 153305, - "end": 153306, + "start": 155695, + "end": 155696, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 62 }, "end": { - "line": 3485, + "line": 3527, "column": 63 } } @@ -1050942,15 +1051429,15 @@ "updateContext": null }, "value": 10, - "start": 153307, - "end": 153309, + "start": 155697, + "end": 155699, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 64 }, "end": { - "line": 3485, + "line": 3527, "column": 66 } } @@ -1050967,15 +1051454,15 @@ "postfix": false, "binop": null }, - "start": 153310, - "end": 153311, + "start": 155700, + "end": 155701, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 67 }, "end": { - "line": 3485, + "line": 3527, "column": 68 } } @@ -1050992,15 +1051479,15 @@ "postfix": false, "binop": null }, - "start": 153312, - "end": 153313, + "start": 155702, + "end": 155703, "loc": { "start": { - "line": 3485, + "line": 3527, "column": 69 }, "end": { - "line": 3485, + "line": 3527, "column": 70 } } @@ -1051017,15 +1051504,15 @@ "postfix": false, "binop": null }, - "start": 153330, - "end": 153331, + "start": 155720, + "end": 155721, "loc": { "start": { - "line": 3486, + "line": 3528, "column": 16 }, "end": { - "line": 3486, + "line": 3528, "column": 17 } } @@ -1051045,15 +1051532,15 @@ "updateContext": null }, "value": "else", - "start": 153332, - "end": 153336, + "start": 155722, + "end": 155726, "loc": { "start": { - "line": 3486, + "line": 3528, "column": 18 }, "end": { - "line": 3486, + "line": 3528, "column": 22 } } @@ -1051070,15 +1051557,15 @@ "postfix": false, "binop": null }, - "start": 153337, - "end": 153338, + "start": 155727, + "end": 155728, "loc": { "start": { - "line": 3486, + "line": 3528, "column": 23 }, "end": { - "line": 3486, + "line": 3528, "column": 24 } } @@ -1051096,15 +1051583,15 @@ "binop": null }, "value": "locale_string", - "start": 153359, - "end": 153372, + "start": 155749, + "end": 155762, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 20 }, "end": { - "line": 3487, + "line": 3529, "column": 33 } } @@ -1051123,15 +1051610,15 @@ "updateContext": null }, "value": "=", - "start": 153373, - "end": 153374, + "start": 155763, + "end": 155764, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 34 }, "end": { - "line": 3487, + "line": 3529, "column": 35 } } @@ -1051149,15 +1051636,15 @@ "binop": null }, "value": "_num", - "start": 153375, - "end": 153379, + "start": 155765, + "end": 155769, "loc": { "start": { - "line": 3487, + "line": 3529, "column": 36 }, "end": { - "line": 3487, + "line": 3529, "column": 40 } } @@ -1051174,15 +1051661,15 @@ "postfix": false, "binop": null }, - "start": 153396, - "end": 153397, + "start": 155786, + "end": 155787, "loc": { "start": { - "line": 3488, + "line": 3530, "column": 16 }, "end": { - "line": 3488, + "line": 3530, "column": 17 } } @@ -1051202,15 +1051689,15 @@ "updateContext": null }, "value": "break", - "start": 153414, - "end": 153419, + "start": 155804, + "end": 155809, "loc": { "start": { - "line": 3489, + "line": 3531, "column": 16 }, "end": { - "line": 3489, + "line": 3531, "column": 21 } } @@ -1051230,15 +1051717,15 @@ "updateContext": null }, "value": "case", - "start": 153432, - "end": 153436, + "start": 155822, + "end": 155826, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 12 }, "end": { - "line": 3490, + "line": 3532, "column": 16 } } @@ -1051260,15 +1051747,15 @@ "pattern": "^weekdays?$", "flags": "i" }, - "start": 153437, - "end": 153451, + "start": 155827, + "end": 155841, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 17 }, "end": { - "line": 3490, + "line": 3532, "column": 31 } } @@ -1051286,15 +1051773,15 @@ "binop": null, "updateContext": null }, - "start": 153451, - "end": 153452, + "start": 155841, + "end": 155842, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 31 }, "end": { - "line": 3490, + "line": 3532, "column": 32 } } @@ -1051312,15 +1051799,15 @@ "binop": null }, "value": "test", - "start": 153452, - "end": 153456, + "start": 155842, + "end": 155846, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 32 }, "end": { - "line": 3490, + "line": 3532, "column": 36 } } @@ -1051337,15 +1051824,15 @@ "postfix": false, "binop": null }, - "start": 153456, - "end": 153457, + "start": 155846, + "end": 155847, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 36 }, "end": { - "line": 3490, + "line": 3532, "column": 37 } } @@ -1051363,15 +1051850,15 @@ "binop": null }, "value": "scale", - "start": 153458, - "end": 153463, + "start": 155848, + "end": 155853, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 38 }, "end": { - "line": 3490, + "line": 3532, "column": 43 } } @@ -1051388,15 +1051875,15 @@ "postfix": false, "binop": null }, - "start": 153464, - "end": 153465, + "start": 155854, + "end": 155855, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 44 }, "end": { - "line": 3490, + "line": 3532, "column": 45 } } @@ -1051414,15 +1051901,15 @@ "binop": null, "updateContext": null }, - "start": 153465, - "end": 153466, + "start": 155855, + "end": 155856, "loc": { "start": { - "line": 3490, + "line": 3532, "column": 45 }, "end": { - "line": 3490, + "line": 3532, "column": 46 } } @@ -1051440,15 +1051927,15 @@ "binop": null, "updateContext": null }, - "start": 153483, - "end": 153484, + "start": 155873, + "end": 155874, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 16 }, "end": { - "line": 3491, + "line": 3533, "column": 17 } } @@ -1051466,15 +1051953,15 @@ "binop": null }, "value": "_str", - "start": 153485, - "end": 153489, + "start": 155875, + "end": 155879, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 18 }, "end": { - "line": 3491, + "line": 3533, "column": 22 } } @@ -1051492,15 +1051979,15 @@ "binop": null, "updateContext": null }, - "start": 153489, - "end": 153490, + "start": 155879, + "end": 155880, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 22 }, "end": { - "line": 3491, + "line": 3533, "column": 23 } } @@ -1051518,15 +1052005,15 @@ "binop": null }, "value": "_num", - "start": 153491, - "end": 153495, + "start": 155881, + "end": 155885, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 24 }, "end": { - "line": 3491, + "line": 3533, "column": 28 } } @@ -1051544,15 +1052031,15 @@ "binop": null, "updateContext": null }, - "start": 153496, - "end": 153497, + "start": 155886, + "end": 155887, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 29 }, "end": { - "line": 3491, + "line": 3533, "column": 30 } } @@ -1051571,15 +1052058,15 @@ "updateContext": null }, "value": "=", - "start": 153498, - "end": 153499, + "start": 155888, + "end": 155889, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 31 }, "end": { - "line": 3491, + "line": 3533, "column": 32 } } @@ -1051597,15 +1052084,15 @@ "binop": null }, "value": "date_seed", - "start": 153500, - "end": 153509, + "start": 155890, + "end": 155899, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 33 }, "end": { - "line": 3491, + "line": 3533, "column": 42 } } @@ -1051623,15 +1052110,15 @@ "binop": null, "updateContext": null }, - "start": 153509, - "end": 153510, + "start": 155899, + "end": 155900, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 42 }, "end": { - "line": 3491, + "line": 3533, "column": 43 } } @@ -1051649,15 +1052136,15 @@ "binop": null }, "value": "split", - "start": 153510, - "end": 153515, + "start": 155900, + "end": 155905, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 43 }, "end": { - "line": 3491, + "line": 3533, "column": 48 } } @@ -1051674,15 +1052161,15 @@ "postfix": false, "binop": null }, - "start": 153515, - "end": 153516, + "start": 155905, + "end": 155906, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 48 }, "end": { - "line": 3491, + "line": 3533, "column": 49 } } @@ -1051701,15 +1052188,15 @@ "updateContext": null }, "value": ",", - "start": 153516, - "end": 153519, + "start": 155906, + "end": 155909, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 49 }, "end": { - "line": 3491, + "line": 3533, "column": 52 } } @@ -1051726,15 +1052213,15 @@ "postfix": false, "binop": null }, - "start": 153519, - "end": 153520, + "start": 155909, + "end": 155910, "loc": { "start": { - "line": 3491, + "line": 3533, "column": 52 }, "end": { - "line": 3491, + "line": 3533, "column": 53 } } @@ -1051754,15 +1052241,15 @@ "updateContext": null }, "value": "if", - "start": 153537, - "end": 153539, + "start": 155927, + "end": 155929, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 16 }, "end": { - "line": 3492, + "line": 3534, "column": 18 } } @@ -1051779,15 +1052266,15 @@ "postfix": false, "binop": null }, - "start": 153540, - "end": 153541, + "start": 155930, + "end": 155931, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 19 }, "end": { - "line": 3492, + "line": 3534, "column": 20 } } @@ -1051809,15 +1052296,15 @@ "pattern": "^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$", "flags": "" }, - "start": 153542, - "end": 153577, + "start": 155932, + "end": 155967, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 21 }, "end": { - "line": 3492, + "line": 3534, "column": 56 } } @@ -1051835,15 +1052322,15 @@ "binop": null, "updateContext": null }, - "start": 153577, - "end": 153578, + "start": 155967, + "end": 155968, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 56 }, "end": { - "line": 3492, + "line": 3534, "column": 57 } } @@ -1051861,15 +1052348,15 @@ "binop": null }, "value": "test", - "start": 153578, - "end": 153582, + "start": 155968, + "end": 155972, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 57 }, "end": { - "line": 3492, + "line": 3534, "column": 61 } } @@ -1051886,15 +1052373,15 @@ "postfix": false, "binop": null }, - "start": 153582, - "end": 153583, + "start": 155972, + "end": 155973, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 61 }, "end": { - "line": 3492, + "line": 3534, "column": 62 } } @@ -1051912,15 +1052399,15 @@ "binop": null }, "value": "_str", - "start": 153584, - "end": 153588, + "start": 155974, + "end": 155978, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 63 }, "end": { - "line": 3492, + "line": 3534, "column": 67 } } @@ -1051937,15 +1052424,15 @@ "postfix": false, "binop": null }, - "start": 153589, - "end": 153590, + "start": 155979, + "end": 155980, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 68 }, "end": { - "line": 3492, + "line": 3534, "column": 69 } } @@ -1051962,15 +1052449,15 @@ "postfix": false, "binop": null }, - "start": 153591, - "end": 153592, + "start": 155981, + "end": 155982, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 70 }, "end": { - "line": 3492, + "line": 3534, "column": 71 } } @@ -1051987,15 +1052474,15 @@ "postfix": false, "binop": null }, - "start": 153593, - "end": 153594, + "start": 155983, + "end": 155984, "loc": { "start": { - "line": 3492, + "line": 3534, "column": 72 }, "end": { - "line": 3492, + "line": 3534, "column": 73 } } @@ -1052013,15 +1052500,15 @@ "binop": null }, "value": "_str", - "start": 153615, - "end": 153619, + "start": 156005, + "end": 156009, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 20 }, "end": { - "line": 3493, + "line": 3535, "column": 24 } } @@ -1052040,15 +1052527,15 @@ "updateContext": null }, "value": "=", - "start": 153620, - "end": 153621, + "start": 156010, + "end": 156011, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 25 }, "end": { - "line": 3493, + "line": 3535, "column": 26 } } @@ -1052066,15 +1052553,15 @@ "binop": null }, "value": "_str", - "start": 153622, - "end": 153626, + "start": 156012, + "end": 156016, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 27 }, "end": { - "line": 3493, + "line": 3535, "column": 31 } } @@ -1052092,15 +1052579,15 @@ "binop": null, "updateContext": null }, - "start": 153626, - "end": 153627, + "start": 156016, + "end": 156017, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 31 }, "end": { - "line": 3493, + "line": 3535, "column": 32 } } @@ -1052118,15 +1052605,15 @@ "binop": null }, "value": "split", - "start": 153627, - "end": 153632, + "start": 156017, + "end": 156022, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 32 }, "end": { - "line": 3493, + "line": 3535, "column": 37 } } @@ -1052143,15 +1052630,15 @@ "postfix": false, "binop": null }, - "start": 153632, - "end": 153633, + "start": 156022, + "end": 156023, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 37 }, "end": { - "line": 3493, + "line": 3535, "column": 38 } } @@ -1052170,15 +1052657,15 @@ "updateContext": null }, "value": "/", - "start": 153633, - "end": 153636, + "start": 156023, + "end": 156026, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 38 }, "end": { - "line": 3493, + "line": 3535, "column": 41 } } @@ -1052195,15 +1052682,15 @@ "postfix": false, "binop": null }, - "start": 153636, - "end": 153637, + "start": 156026, + "end": 156027, "loc": { "start": { - "line": 3493, + "line": 3535, "column": 41 }, "end": { - "line": 3493, + "line": 3535, "column": 42 } } @@ -1052221,15 +1052708,15 @@ "binop": null }, "value": "_temp", - "start": 153658, - "end": 153663, + "start": 156048, + "end": 156053, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 20 }, "end": { - "line": 3494, + "line": 3536, "column": 25 } } @@ -1052248,15 +1052735,15 @@ "updateContext": null }, "value": "=", - "start": 153664, - "end": 153665, + "start": 156054, + "end": 156055, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 26 }, "end": { - "line": 3494, + "line": 3536, "column": 27 } } @@ -1052276,15 +1052763,15 @@ "updateContext": null }, "value": "new", - "start": 153666, - "end": 153669, + "start": 156056, + "end": 156059, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 28 }, "end": { - "line": 3494, + "line": 3536, "column": 31 } } @@ -1052302,15 +1052789,15 @@ "binop": null }, "value": "Date", - "start": 153670, - "end": 153674, + "start": 156060, + "end": 156064, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 32 }, "end": { - "line": 3494, + "line": 3536, "column": 36 } } @@ -1052327,15 +1052814,15 @@ "postfix": false, "binop": null }, - "start": 153674, - "end": 153675, + "start": 156064, + "end": 156065, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 36 }, "end": { - "line": 3494, + "line": 3536, "column": 37 } } @@ -1052353,15 +1052840,15 @@ "binop": null, "updateContext": null }, - "start": 153676, - "end": 153679, + "start": 156066, + "end": 156069, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 38 }, "end": { - "line": 3494, + "line": 3536, "column": 41 } } @@ -1052379,15 +1052866,15 @@ "binop": null }, "value": "_str", - "start": 153679, - "end": 153683, + "start": 156069, + "end": 156073, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 41 }, "end": { - "line": 3494, + "line": 3536, "column": 45 } } @@ -1052404,15 +1052891,15 @@ "postfix": false, "binop": null }, - "start": 153684, - "end": 153685, + "start": 156074, + "end": 156075, "loc": { "start": { - "line": 3494, + "line": 3536, "column": 46 }, "end": { - "line": 3494, + "line": 3536, "column": 47 } } @@ -1052429,15 +1052916,15 @@ "postfix": false, "binop": null }, - "start": 153702, - "end": 153703, + "start": 156092, + "end": 156093, "loc": { "start": { - "line": 3495, + "line": 3537, "column": 16 }, "end": { - "line": 3495, + "line": 3537, "column": 17 } } @@ -1052457,15 +1052944,15 @@ "updateContext": null }, "value": "else", - "start": 153704, - "end": 153708, + "start": 156094, + "end": 156098, "loc": { "start": { - "line": 3495, + "line": 3537, "column": 18 }, "end": { - "line": 3495, + "line": 3537, "column": 22 } } @@ -1052482,15 +1052969,15 @@ "postfix": false, "binop": null }, - "start": 153709, - "end": 153710, + "start": 156099, + "end": 156100, "loc": { "start": { - "line": 3495, + "line": 3537, "column": 23 }, "end": { - "line": 3495, + "line": 3537, "column": 24 } } @@ -1052508,15 +1052995,15 @@ "binop": null }, "value": "_temp", - "start": 153731, - "end": 153736, + "start": 156121, + "end": 156126, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 20 }, "end": { - "line": 3496, + "line": 3538, "column": 25 } } @@ -1052535,15 +1053022,15 @@ "updateContext": null }, "value": "=", - "start": 153737, - "end": 153738, + "start": 156127, + "end": 156128, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 26 }, "end": { - "line": 3496, + "line": 3538, "column": 27 } } @@ -1052563,15 +1053050,15 @@ "updateContext": null }, "value": "new", - "start": 153739, - "end": 153742, + "start": 156129, + "end": 156132, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 28 }, "end": { - "line": 3496, + "line": 3538, "column": 31 } } @@ -1052589,15 +1053076,15 @@ "binop": null }, "value": "Date", - "start": 153743, - "end": 153747, + "start": 156133, + "end": 156137, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 32 }, "end": { - "line": 3496, + "line": 3538, "column": 36 } } @@ -1052614,15 +1053101,15 @@ "postfix": false, "binop": null }, - "start": 153747, - "end": 153748, + "start": 156137, + "end": 156138, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 36 }, "end": { - "line": 3496, + "line": 3538, "column": 37 } } @@ -1052640,15 +1053127,15 @@ "binop": null }, "value": "_str", - "start": 153749, - "end": 153753, + "start": 156139, + "end": 156143, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 38 }, "end": { - "line": 3496, + "line": 3538, "column": 42 } } @@ -1052665,15 +1053152,15 @@ "postfix": false, "binop": null }, - "start": 153754, - "end": 153755, + "start": 156144, + "end": 156145, "loc": { "start": { - "line": 3496, + "line": 3538, "column": 43 }, "end": { - "line": 3496, + "line": 3538, "column": 44 } } @@ -1052690,15 +1053177,15 @@ "postfix": false, "binop": null }, - "start": 153772, - "end": 153773, + "start": 156162, + "end": 156163, "loc": { "start": { - "line": 3497, + "line": 3539, "column": 16 }, "end": { - "line": 3497, + "line": 3539, "column": 17 } } @@ -1052718,15 +1053205,15 @@ "updateContext": null }, "value": "if", - "start": 153790, - "end": 153792, + "start": 156180, + "end": 156182, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 16 }, "end": { - "line": 3498, + "line": 3540, "column": 18 } } @@ -1052743,15 +1053230,15 @@ "postfix": false, "binop": null }, - "start": 153793, - "end": 153794, + "start": 156183, + "end": 156184, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 19 }, "end": { - "line": 3498, + "line": 3540, "column": 20 } } @@ -1052769,15 +1053256,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 153795, - "end": 153811, + "start": 156185, + "end": 156201, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 21 }, "end": { - "line": 3498, + "line": 3540, "column": 37 } } @@ -1052794,15 +1053281,15 @@ "postfix": false, "binop": null }, - "start": 153812, - "end": 153813, + "start": 156202, + "end": 156203, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 38 }, "end": { - "line": 3498, + "line": 3540, "column": 39 } } @@ -1052819,15 +1053306,15 @@ "postfix": false, "binop": null }, - "start": 153814, - "end": 153815, + "start": 156204, + "end": 156205, "loc": { "start": { - "line": 3498, + "line": 3540, "column": 40 }, "end": { - "line": 3498, + "line": 3540, "column": 41 } } @@ -1052845,15 +1053332,15 @@ "binop": null }, "value": "_options", - "start": 153836, - "end": 153844, + "start": 156226, + "end": 156234, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 20 }, "end": { - "line": 3499, + "line": 3541, "column": 28 } } @@ -1052871,15 +1053358,15 @@ "binop": null, "updateContext": null }, - "start": 153844, - "end": 153845, + "start": 156234, + "end": 156235, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 28 }, "end": { - "line": 3499, + "line": 3541, "column": 29 } } @@ -1052897,15 +1053384,15 @@ "binop": null }, "value": "weekday", - "start": 153845, - "end": 153852, + "start": 156235, + "end": 156242, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 29 }, "end": { - "line": 3499, + "line": 3541, "column": 36 } } @@ -1052924,15 +1053411,15 @@ "updateContext": null }, "value": "=", - "start": 153853, - "end": 153854, + "start": 156243, + "end": 156244, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 37 }, "end": { - "line": 3499, + "line": 3541, "column": 38 } } @@ -1052950,15 +1053437,15 @@ "binop": null }, "value": "options", - "start": 153855, - "end": 153862, + "start": 156245, + "end": 156252, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 39 }, "end": { - "line": 3499, + "line": 3541, "column": 46 } } @@ -1052976,15 +1053463,15 @@ "binop": null, "updateContext": null }, - "start": 153862, - "end": 153863, + "start": 156252, + "end": 156253, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 46 }, "end": { - "line": 3499, + "line": 3541, "column": 47 } } @@ -1053002,15 +1053489,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 153863, - "end": 153877, + "start": 156253, + "end": 156267, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 47 }, "end": { - "line": 3499, + "line": 3541, "column": 61 } } @@ -1053027,15 +1053514,15 @@ "postfix": false, "binop": null }, - "start": 153877, - "end": 153878, + "start": 156267, + "end": 156268, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 61 }, "end": { - "line": 3499, + "line": 3541, "column": 62 } } @@ -1053054,15 +1053541,15 @@ "updateContext": null }, "value": "weekday", - "start": 153878, - "end": 153887, + "start": 156268, + "end": 156277, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 62 }, "end": { - "line": 3499, + "line": 3541, "column": 71 } } @@ -1053079,15 +1053566,15 @@ "postfix": false, "binop": null }, - "start": 153887, - "end": 153888, + "start": 156277, + "end": 156278, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 71 }, "end": { - "line": 3499, + "line": 3541, "column": 72 } } @@ -1053105,15 +1053592,15 @@ "binop": null, "updateContext": null }, - "start": 153889, - "end": 153890, + "start": 156279, + "end": 156280, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 73 }, "end": { - "line": 3499, + "line": 3541, "column": 74 } } @@ -1053131,15 +1053618,15 @@ "binop": null }, "value": "options", - "start": 153891, - "end": 153898, + "start": 156281, + "end": 156288, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 75 }, "end": { - "line": 3499, + "line": 3541, "column": 82 } } @@ -1053157,15 +1053644,15 @@ "binop": null, "updateContext": null }, - "start": 153898, - "end": 153899, + "start": 156288, + "end": 156289, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 82 }, "end": { - "line": 3499, + "line": 3541, "column": 83 } } @@ -1053183,15 +1053670,15 @@ "binop": null }, "value": "weekday", - "start": 153899, - "end": 153906, + "start": 156289, + "end": 156296, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 83 }, "end": { - "line": 3499, + "line": 3541, "column": 90 } } @@ -1053209,15 +1053696,15 @@ "binop": null, "updateContext": null }, - "start": 153907, - "end": 153908, + "start": 156297, + "end": 156298, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 91 }, "end": { - "line": 3499, + "line": 3541, "column": 92 } } @@ -1053236,15 +1053723,15 @@ "updateContext": null }, "value": "narrow", - "start": 153909, - "end": 153917, + "start": 156299, + "end": 156307, "loc": { "start": { - "line": 3499, + "line": 3541, "column": 93 }, "end": { - "line": 3499, + "line": 3541, "column": 101 } } @@ -1053262,15 +1053749,15 @@ "binop": null }, "value": "locale_string", - "start": 153938, - "end": 153951, + "start": 156328, + "end": 156341, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 20 }, "end": { - "line": 3500, + "line": 3542, "column": 33 } } @@ -1053289,15 +1053776,15 @@ "updateContext": null }, "value": "=", - "start": 153952, - "end": 153953, + "start": 156342, + "end": 156343, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 34 }, "end": { - "line": 3500, + "line": 3542, "column": 35 } } @@ -1053315,15 +1053802,15 @@ "binop": null }, "value": "_temp", - "start": 153954, - "end": 153959, + "start": 156344, + "end": 156349, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 36 }, "end": { - "line": 3500, + "line": 3542, "column": 41 } } @@ -1053341,15 +1053828,15 @@ "binop": null, "updateContext": null }, - "start": 153959, - "end": 153960, + "start": 156349, + "end": 156350, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 41 }, "end": { - "line": 3500, + "line": 3542, "column": 42 } } @@ -1053367,15 +1053854,15 @@ "binop": null }, "value": "toLocaleString", - "start": 153960, - "end": 153974, + "start": 156350, + "end": 156364, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 42 }, "end": { - "line": 3500, + "line": 3542, "column": 56 } } @@ -1053392,15 +1053879,15 @@ "postfix": false, "binop": null }, - "start": 153974, - "end": 153975, + "start": 156364, + "end": 156365, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 56 }, "end": { - "line": 3500, + "line": 3542, "column": 57 } } @@ -1053418,15 +1053905,15 @@ "binop": null }, "value": "locales", - "start": 153976, - "end": 153983, + "start": 156366, + "end": 156373, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 58 }, "end": { - "line": 3500, + "line": 3542, "column": 65 } } @@ -1053444,15 +1053931,15 @@ "binop": null, "updateContext": null }, - "start": 153983, - "end": 153984, + "start": 156373, + "end": 156374, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 65 }, "end": { - "line": 3500, + "line": 3542, "column": 66 } } @@ -1053470,15 +1053957,15 @@ "binop": null }, "value": "_options", - "start": 153985, - "end": 153993, + "start": 156375, + "end": 156383, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 67 }, "end": { - "line": 3500, + "line": 3542, "column": 75 } } @@ -1053495,15 +1053982,15 @@ "postfix": false, "binop": null }, - "start": 153994, - "end": 153995, + "start": 156384, + "end": 156385, "loc": { "start": { - "line": 3500, + "line": 3542, "column": 76 }, "end": { - "line": 3500, + "line": 3542, "column": 77 } } @@ -1053511,15 +1053998,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )", - "start": 154016, - "end": 154105, + "start": 156406, + "end": 156495, "loc": { "start": { - "line": 3501, + "line": 3543, "column": 20 }, "end": { - "line": 3501, + "line": 3543, "column": 109 } } @@ -1053536,15 +1054023,15 @@ "postfix": false, "binop": null }, - "start": 154122, - "end": 154123, + "start": 156512, + "end": 156513, "loc": { "start": { - "line": 3502, + "line": 3544, "column": 16 }, "end": { - "line": 3502, + "line": 3544, "column": 17 } } @@ -1053564,15 +1054051,15 @@ "updateContext": null }, "value": "else", - "start": 154124, - "end": 154128, + "start": 156514, + "end": 156518, "loc": { "start": { - "line": 3502, + "line": 3544, "column": 18 }, "end": { - "line": 3502, + "line": 3544, "column": 22 } } @@ -1053589,15 +1054076,15 @@ "postfix": false, "binop": null }, - "start": 154129, - "end": 154130, + "start": 156519, + "end": 156520, "loc": { "start": { - "line": 3502, + "line": 3544, "column": 23 }, "end": { - "line": 3502, + "line": 3544, "column": 24 } } @@ -1053617,15 +1054104,15 @@ "updateContext": null }, "value": "let", - "start": 154151, - "end": 154154, + "start": 156541, + "end": 156544, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 20 }, "end": { - "line": 3503, + "line": 3545, "column": 23 } } @@ -1053643,15 +1054130,15 @@ "binop": null }, "value": "_weekday", - "start": 154155, - "end": 154163, + "start": 156545, + "end": 156553, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 24 }, "end": { - "line": 3503, + "line": 3545, "column": 32 } } @@ -1053670,15 +1054157,15 @@ "updateContext": null }, "value": "=", - "start": 154164, - "end": 154165, + "start": 156554, + "end": 156555, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 33 }, "end": { - "line": 3503, + "line": 3545, "column": 34 } } @@ -1053696,15 +1054183,15 @@ "binop": null, "updateContext": null }, - "start": 154166, - "end": 154167, + "start": 156556, + "end": 156557, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 35 }, "end": { - "line": 3503, + "line": 3545, "column": 36 } } @@ -1053723,15 +1054210,15 @@ "updateContext": null }, "value": "Sun", - "start": 154168, - "end": 154173, + "start": 156558, + "end": 156563, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 37 }, "end": { - "line": 3503, + "line": 3545, "column": 42 } } @@ -1053749,15 +1054236,15 @@ "binop": null, "updateContext": null }, - "start": 154173, - "end": 154174, + "start": 156563, + "end": 156564, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 42 }, "end": { - "line": 3503, + "line": 3545, "column": 43 } } @@ -1053776,15 +1054263,15 @@ "updateContext": null }, "value": "Mon", - "start": 154175, - "end": 154180, + "start": 156565, + "end": 156570, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 44 }, "end": { - "line": 3503, + "line": 3545, "column": 49 } } @@ -1053802,15 +1054289,15 @@ "binop": null, "updateContext": null }, - "start": 154180, - "end": 154181, + "start": 156570, + "end": 156571, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 49 }, "end": { - "line": 3503, + "line": 3545, "column": 50 } } @@ -1053829,15 +1054316,15 @@ "updateContext": null }, "value": "Tue", - "start": 154182, - "end": 154187, + "start": 156572, + "end": 156577, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 51 }, "end": { - "line": 3503, + "line": 3545, "column": 56 } } @@ -1053855,15 +1054342,15 @@ "binop": null, "updateContext": null }, - "start": 154187, - "end": 154188, + "start": 156577, + "end": 156578, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 56 }, "end": { - "line": 3503, + "line": 3545, "column": 57 } } @@ -1053882,15 +1054369,15 @@ "updateContext": null }, "value": "Wed", - "start": 154189, - "end": 154194, + "start": 156579, + "end": 156584, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 58 }, "end": { - "line": 3503, + "line": 3545, "column": 63 } } @@ -1053908,15 +1054395,15 @@ "binop": null, "updateContext": null }, - "start": 154194, - "end": 154195, + "start": 156584, + "end": 156585, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 63 }, "end": { - "line": 3503, + "line": 3545, "column": 64 } } @@ -1053935,15 +1054422,15 @@ "updateContext": null }, "value": "Thu", - "start": 154196, - "end": 154201, + "start": 156586, + "end": 156591, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 65 }, "end": { - "line": 3503, + "line": 3545, "column": 70 } } @@ -1053961,15 +1054448,15 @@ "binop": null, "updateContext": null }, - "start": 154201, - "end": 154202, + "start": 156591, + "end": 156592, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 70 }, "end": { - "line": 3503, + "line": 3545, "column": 71 } } @@ -1053988,15 +1054475,15 @@ "updateContext": null }, "value": "Fri", - "start": 154203, - "end": 154208, + "start": 156593, + "end": 156598, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 72 }, "end": { - "line": 3503, + "line": 3545, "column": 77 } } @@ -1054014,15 +1054501,15 @@ "binop": null, "updateContext": null }, - "start": 154208, - "end": 154209, + "start": 156598, + "end": 156599, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 77 }, "end": { - "line": 3503, + "line": 3545, "column": 78 } } @@ -1054041,15 +1054528,15 @@ "updateContext": null }, "value": "Sat", - "start": 154210, - "end": 154215, + "start": 156600, + "end": 156605, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 79 }, "end": { - "line": 3503, + "line": 3545, "column": 84 } } @@ -1054067,15 +1054554,15 @@ "binop": null, "updateContext": null }, - "start": 154216, - "end": 154217, + "start": 156606, + "end": 156607, "loc": { "start": { - "line": 3503, + "line": 3545, "column": 85 }, "end": { - "line": 3503, + "line": 3545, "column": 86 } } @@ -1054093,15 +1054580,15 @@ "binop": null }, "value": "locale_string", - "start": 154238, - "end": 154251, + "start": 156628, + "end": 156641, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 20 }, "end": { - "line": 3504, + "line": 3546, "column": 33 } } @@ -1054120,15 +1054607,15 @@ "updateContext": null }, "value": "=", - "start": 154252, - "end": 154253, + "start": 156642, + "end": 156643, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 34 }, "end": { - "line": 3504, + "line": 3546, "column": 35 } } @@ -1054146,15 +1054633,15 @@ "binop": null }, "value": "_weekday", - "start": 154254, - "end": 154262, + "start": 156644, + "end": 156652, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 36 }, "end": { - "line": 3504, + "line": 3546, "column": 44 } } @@ -1054172,15 +1054659,15 @@ "binop": null, "updateContext": null }, - "start": 154262, - "end": 154263, + "start": 156652, + "end": 156653, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 44 }, "end": { - "line": 3504, + "line": 3546, "column": 45 } } @@ -1054198,15 +1054685,15 @@ "binop": null }, "value": "parseInt", - "start": 154263, - "end": 154271, + "start": 156653, + "end": 156661, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 45 }, "end": { - "line": 3504, + "line": 3546, "column": 53 } } @@ -1054223,15 +1054710,15 @@ "postfix": false, "binop": null }, - "start": 154271, - "end": 154272, + "start": 156661, + "end": 156662, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 53 }, "end": { - "line": 3504, + "line": 3546, "column": 54 } } @@ -1054249,15 +1054736,15 @@ "binop": null }, "value": "_num", - "start": 154273, - "end": 154277, + "start": 156663, + "end": 156667, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 55 }, "end": { - "line": 3504, + "line": 3546, "column": 59 } } @@ -1054275,15 +1054762,15 @@ "binop": null, "updateContext": null }, - "start": 154277, - "end": 154278, + "start": 156667, + "end": 156668, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 59 }, "end": { - "line": 3504, + "line": 3546, "column": 60 } } @@ -1054302,15 +1054789,15 @@ "updateContext": null }, "value": 10, - "start": 154279, - "end": 154281, + "start": 156669, + "end": 156671, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 61 }, "end": { - "line": 3504, + "line": 3546, "column": 63 } } @@ -1054327,15 +1054814,15 @@ "postfix": false, "binop": null }, - "start": 154282, - "end": 154283, + "start": 156672, + "end": 156673, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 64 }, "end": { - "line": 3504, + "line": 3546, "column": 65 } } @@ -1054353,15 +1054840,15 @@ "binop": null, "updateContext": null }, - "start": 154283, - "end": 154284, + "start": 156673, + "end": 156674, "loc": { "start": { - "line": 3504, + "line": 3546, "column": 65 }, "end": { - "line": 3504, + "line": 3546, "column": 66 } } @@ -1054378,15 +1054865,15 @@ "postfix": false, "binop": null }, - "start": 154301, - "end": 154302, + "start": 156691, + "end": 156692, "loc": { "start": { - "line": 3505, + "line": 3547, "column": 16 }, "end": { - "line": 3505, + "line": 3547, "column": 17 } } @@ -1054406,15 +1054893,15 @@ "updateContext": null }, "value": "break", - "start": 154319, - "end": 154324, + "start": 156709, + "end": 156714, "loc": { "start": { - "line": 3506, + "line": 3548, "column": 16 }, "end": { - "line": 3506, + "line": 3548, "column": 21 } } @@ -1054434,15 +1054921,15 @@ "updateContext": null }, "value": "case", - "start": 154337, - "end": 154341, + "start": 156727, + "end": 156731, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 12 }, "end": { - "line": 3507, + "line": 3549, "column": 16 } } @@ -1054464,15 +1054951,15 @@ "pattern": "^days?$", "flags": "i" }, - "start": 154342, - "end": 154352, + "start": 156732, + "end": 156742, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 17 }, "end": { - "line": 3507, + "line": 3549, "column": 27 } } @@ -1054490,15 +1054977,15 @@ "binop": null, "updateContext": null }, - "start": 154352, - "end": 154353, + "start": 156742, + "end": 156743, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 27 }, "end": { - "line": 3507, + "line": 3549, "column": 28 } } @@ -1054516,15 +1055003,15 @@ "binop": null }, "value": "test", - "start": 154353, - "end": 154357, + "start": 156743, + "end": 156747, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 28 }, "end": { - "line": 3507, + "line": 3549, "column": 32 } } @@ -1054541,15 +1055028,15 @@ "postfix": false, "binop": null }, - "start": 154357, - "end": 154358, + "start": 156747, + "end": 156748, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 32 }, "end": { - "line": 3507, + "line": 3549, "column": 33 } } @@ -1054567,15 +1055054,15 @@ "binop": null }, "value": "scale", - "start": 154359, - "end": 154364, + "start": 156749, + "end": 156754, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 34 }, "end": { - "line": 3507, + "line": 3549, "column": 39 } } @@ -1054592,15 +1055079,15 @@ "postfix": false, "binop": null }, - "start": 154365, - "end": 154366, + "start": 156755, + "end": 156756, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 40 }, "end": { - "line": 3507, + "line": 3549, "column": 41 } } @@ -1054618,15 +1055105,15 @@ "binop": null, "updateContext": null }, - "start": 154366, - "end": 154367, + "start": 156756, + "end": 156757, "loc": { "start": { - "line": 3507, + "line": 3549, "column": 41 }, "end": { - "line": 3507, + "line": 3549, "column": 42 } } @@ -1054646,15 +1055133,15 @@ "updateContext": null }, "value": "if", - "start": 154384, - "end": 154386, + "start": 156774, + "end": 156776, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 16 }, "end": { - "line": 3508, + "line": 3550, "column": 18 } } @@ -1054671,15 +1055158,15 @@ "postfix": false, "binop": null }, - "start": 154387, - "end": 154388, + "start": 156777, + "end": 156778, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 19 }, "end": { - "line": 3508, + "line": 3550, "column": 20 } } @@ -1054701,15 +1055188,15 @@ "pattern": "^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$", "flags": "" }, - "start": 154389, - "end": 154424, + "start": 156779, + "end": 156814, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 21 }, "end": { - "line": 3508, + "line": 3550, "column": 56 } } @@ -1054727,15 +1055214,15 @@ "binop": null, "updateContext": null }, - "start": 154424, - "end": 154425, + "start": 156814, + "end": 156815, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 56 }, "end": { - "line": 3508, + "line": 3550, "column": 57 } } @@ -1054753,15 +1055240,15 @@ "binop": null }, "value": "test", - "start": 154425, - "end": 154429, + "start": 156815, + "end": 156819, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 57 }, "end": { - "line": 3508, + "line": 3550, "column": 61 } } @@ -1054778,15 +1055265,15 @@ "postfix": false, "binop": null }, - "start": 154429, - "end": 154430, + "start": 156819, + "end": 156820, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 61 }, "end": { - "line": 3508, + "line": 3550, "column": 62 } } @@ -1054804,15 +1055291,15 @@ "binop": null }, "value": "date_seed", - "start": 154431, - "end": 154440, + "start": 156821, + "end": 156830, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 63 }, "end": { - "line": 3508, + "line": 3550, "column": 72 } } @@ -1054829,15 +1055316,15 @@ "postfix": false, "binop": null }, - "start": 154441, - "end": 154442, + "start": 156831, + "end": 156832, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 73 }, "end": { - "line": 3508, + "line": 3550, "column": 74 } } @@ -1054854,15 +1055341,15 @@ "postfix": false, "binop": null }, - "start": 154443, - "end": 154444, + "start": 156833, + "end": 156834, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 75 }, "end": { - "line": 3508, + "line": 3550, "column": 76 } } @@ -1054879,15 +1055366,15 @@ "postfix": false, "binop": null }, - "start": 154445, - "end": 154446, + "start": 156835, + "end": 156836, "loc": { "start": { - "line": 3508, + "line": 3550, "column": 77 }, "end": { - "line": 3508, + "line": 3550, "column": 78 } } @@ -1054905,15 +1055392,15 @@ "binop": null }, "value": "_str", - "start": 154467, - "end": 154471, + "start": 156857, + "end": 156861, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 20 }, "end": { - "line": 3509, + "line": 3551, "column": 24 } } @@ -1054932,15 +1055419,15 @@ "updateContext": null }, "value": "=", - "start": 154472, - "end": 154473, + "start": 156862, + "end": 156863, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 25 }, "end": { - "line": 3509, + "line": 3551, "column": 26 } } @@ -1054958,15 +1055445,15 @@ "binop": null }, "value": "date_seed", - "start": 154474, - "end": 154483, + "start": 156864, + "end": 156873, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 27 }, "end": { - "line": 3509, + "line": 3551, "column": 36 } } @@ -1054984,15 +1055471,15 @@ "binop": null, "updateContext": null }, - "start": 154483, - "end": 154484, + "start": 156873, + "end": 156874, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 36 }, "end": { - "line": 3509, + "line": 3551, "column": 37 } } @@ -1055010,15 +1055497,15 @@ "binop": null }, "value": "split", - "start": 154484, - "end": 154489, + "start": 156874, + "end": 156879, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 37 }, "end": { - "line": 3509, + "line": 3551, "column": 42 } } @@ -1055035,15 +1055522,15 @@ "postfix": false, "binop": null }, - "start": 154489, - "end": 154490, + "start": 156879, + "end": 156880, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 42 }, "end": { - "line": 3509, + "line": 3551, "column": 43 } } @@ -1055062,15 +1055549,15 @@ "updateContext": null }, "value": "/", - "start": 154490, - "end": 154493, + "start": 156880, + "end": 156883, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 43 }, "end": { - "line": 3509, + "line": 3551, "column": 46 } } @@ -1055087,15 +1055574,15 @@ "postfix": false, "binop": null }, - "start": 154493, - "end": 154494, + "start": 156883, + "end": 156884, "loc": { "start": { - "line": 3509, + "line": 3551, "column": 46 }, "end": { - "line": 3509, + "line": 3551, "column": 47 } } @@ -1055113,15 +1055600,15 @@ "binop": null }, "value": "_temp", - "start": 154515, - "end": 154520, + "start": 156905, + "end": 156910, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 20 }, "end": { - "line": 3510, + "line": 3552, "column": 25 } } @@ -1055140,15 +1055627,15 @@ "updateContext": null }, "value": "=", - "start": 154521, - "end": 154522, + "start": 156911, + "end": 156912, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 26 }, "end": { - "line": 3510, + "line": 3552, "column": 27 } } @@ -1055168,15 +1055655,15 @@ "updateContext": null }, "value": "new", - "start": 154523, - "end": 154526, + "start": 156913, + "end": 156916, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 28 }, "end": { - "line": 3510, + "line": 3552, "column": 31 } } @@ -1055194,15 +1055681,15 @@ "binop": null }, "value": "Date", - "start": 154527, - "end": 154531, + "start": 156917, + "end": 156921, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 32 }, "end": { - "line": 3510, + "line": 3552, "column": 36 } } @@ -1055219,15 +1055706,15 @@ "postfix": false, "binop": null }, - "start": 154531, - "end": 154532, + "start": 156921, + "end": 156922, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 36 }, "end": { - "line": 3510, + "line": 3552, "column": 37 } } @@ -1055245,15 +1055732,15 @@ "binop": null, "updateContext": null }, - "start": 154533, - "end": 154536, + "start": 156923, + "end": 156926, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 38 }, "end": { - "line": 3510, + "line": 3552, "column": 41 } } @@ -1055271,15 +1055758,15 @@ "binop": null }, "value": "_str", - "start": 154536, - "end": 154540, + "start": 156926, + "end": 156930, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 41 }, "end": { - "line": 3510, + "line": 3552, "column": 45 } } @@ -1055296,15 +1055783,15 @@ "postfix": false, "binop": null }, - "start": 154541, - "end": 154542, + "start": 156931, + "end": 156932, "loc": { "start": { - "line": 3510, + "line": 3552, "column": 46 }, "end": { - "line": 3510, + "line": 3552, "column": 47 } } @@ -1055321,15 +1055808,15 @@ "postfix": false, "binop": null }, - "start": 154559, - "end": 154560, + "start": 156949, + "end": 156950, "loc": { "start": { - "line": 3511, + "line": 3553, "column": 16 }, "end": { - "line": 3511, + "line": 3553, "column": 17 } } @@ -1055349,15 +1055836,15 @@ "updateContext": null }, "value": "else", - "start": 154561, - "end": 154565, + "start": 156951, + "end": 156955, "loc": { "start": { - "line": 3511, + "line": 3553, "column": 18 }, "end": { - "line": 3511, + "line": 3553, "column": 22 } } @@ -1055374,15 +1055861,15 @@ "postfix": false, "binop": null }, - "start": 154566, - "end": 154567, + "start": 156956, + "end": 156957, "loc": { "start": { - "line": 3511, + "line": 3553, "column": 23 }, "end": { - "line": 3511, + "line": 3553, "column": 24 } } @@ -1055400,15 +1055887,15 @@ "binop": null }, "value": "_temp", - "start": 154588, - "end": 154593, + "start": 156978, + "end": 156983, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 20 }, "end": { - "line": 3512, + "line": 3554, "column": 25 } } @@ -1055427,15 +1055914,15 @@ "updateContext": null }, "value": "=", - "start": 154594, - "end": 154595, + "start": 156984, + "end": 156985, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 26 }, "end": { - "line": 3512, + "line": 3554, "column": 27 } } @@ -1055455,15 +1055942,15 @@ "updateContext": null }, "value": "new", - "start": 154596, - "end": 154599, + "start": 156986, + "end": 156989, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 28 }, "end": { - "line": 3512, + "line": 3554, "column": 31 } } @@ -1055481,15 +1055968,15 @@ "binop": null }, "value": "Date", - "start": 154600, - "end": 154604, + "start": 156990, + "end": 156994, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 32 }, "end": { - "line": 3512, + "line": 3554, "column": 36 } } @@ -1055506,15 +1055993,15 @@ "postfix": false, "binop": null }, - "start": 154604, - "end": 154605, + "start": 156994, + "end": 156995, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 36 }, "end": { - "line": 3512, + "line": 3554, "column": 37 } } @@ -1055532,15 +1056019,15 @@ "binop": null }, "value": "date_seed", - "start": 154606, - "end": 154615, + "start": 156996, + "end": 157005, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 38 }, "end": { - "line": 3512, + "line": 3554, "column": 47 } } @@ -1055557,15 +1056044,15 @@ "postfix": false, "binop": null }, - "start": 154616, - "end": 154617, + "start": 157006, + "end": 157007, "loc": { "start": { - "line": 3512, + "line": 3554, "column": 48 }, "end": { - "line": 3512, + "line": 3554, "column": 49 } } @@ -1055582,15 +1056069,15 @@ "postfix": false, "binop": null }, - "start": 154634, - "end": 154635, + "start": 157024, + "end": 157025, "loc": { "start": { - "line": 3513, + "line": 3555, "column": 16 }, "end": { - "line": 3513, + "line": 3555, "column": 17 } } @@ -1055610,15 +1056097,15 @@ "updateContext": null }, "value": "if", - "start": 154652, - "end": 154654, + "start": 157042, + "end": 157044, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 16 }, "end": { - "line": 3514, + "line": 3556, "column": 18 } } @@ -1055635,15 +1056122,15 @@ "postfix": false, "binop": null }, - "start": 154655, - "end": 154656, + "start": 157045, + "end": 157046, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 19 }, "end": { - "line": 3514, + "line": 3556, "column": 20 } } @@ -1055661,15 +1056148,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 154657, - "end": 154673, + "start": 157047, + "end": 157063, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 21 }, "end": { - "line": 3514, + "line": 3556, "column": 37 } } @@ -1055686,15 +1056173,15 @@ "postfix": false, "binop": null }, - "start": 154674, - "end": 154675, + "start": 157064, + "end": 157065, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 38 }, "end": { - "line": 3514, + "line": 3556, "column": 39 } } @@ -1055711,15 +1056198,15 @@ "postfix": false, "binop": null }, - "start": 154676, - "end": 154677, + "start": 157066, + "end": 157067, "loc": { "start": { - "line": 3514, + "line": 3556, "column": 40 }, "end": { - "line": 3514, + "line": 3556, "column": 41 } } @@ -1055737,15 +1056224,15 @@ "binop": null }, "value": "_options", - "start": 154698, - "end": 154706, + "start": 157088, + "end": 157096, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 20 }, "end": { - "line": 3515, + "line": 3557, "column": 28 } } @@ -1055763,15 +1056250,15 @@ "binop": null, "updateContext": null }, - "start": 154706, - "end": 154707, + "start": 157096, + "end": 157097, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 28 }, "end": { - "line": 3515, + "line": 3557, "column": 29 } } @@ -1055789,15 +1056276,15 @@ "binop": null }, "value": "day", - "start": 154707, - "end": 154710, + "start": 157097, + "end": 157100, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 29 }, "end": { - "line": 3515, + "line": 3557, "column": 32 } } @@ -1055816,15 +1056303,15 @@ "updateContext": null }, "value": "=", - "start": 154711, - "end": 154712, + "start": 157101, + "end": 157102, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 33 }, "end": { - "line": 3515, + "line": 3557, "column": 34 } } @@ -1055842,15 +1056329,15 @@ "binop": null }, "value": "options", - "start": 154713, - "end": 154720, + "start": 157103, + "end": 157110, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 35 }, "end": { - "line": 3515, + "line": 3557, "column": 42 } } @@ -1055868,15 +1056355,15 @@ "binop": null, "updateContext": null }, - "start": 154720, - "end": 154721, + "start": 157110, + "end": 157111, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 42 }, "end": { - "line": 3515, + "line": 3557, "column": 43 } } @@ -1055894,15 +1056381,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 154721, - "end": 154735, + "start": 157111, + "end": 157125, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 43 }, "end": { - "line": 3515, + "line": 3557, "column": 57 } } @@ -1055919,15 +1056406,15 @@ "postfix": false, "binop": null }, - "start": 154735, - "end": 154736, + "start": 157125, + "end": 157126, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 57 }, "end": { - "line": 3515, + "line": 3557, "column": 58 } } @@ -1055946,15 +1056433,15 @@ "updateContext": null }, "value": "day", - "start": 154736, - "end": 154741, + "start": 157126, + "end": 157131, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 58 }, "end": { - "line": 3515, + "line": 3557, "column": 63 } } @@ -1055971,15 +1056458,15 @@ "postfix": false, "binop": null }, - "start": 154741, - "end": 154742, + "start": 157131, + "end": 157132, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 63 }, "end": { - "line": 3515, + "line": 3557, "column": 64 } } @@ -1055997,15 +1056484,15 @@ "binop": null, "updateContext": null }, - "start": 154743, - "end": 154744, + "start": 157133, + "end": 157134, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 65 }, "end": { - "line": 3515, + "line": 3557, "column": 66 } } @@ -1056023,15 +1056510,15 @@ "binop": null }, "value": "options", - "start": 154745, - "end": 154752, + "start": 157135, + "end": 157142, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 67 }, "end": { - "line": 3515, + "line": 3557, "column": 74 } } @@ -1056049,15 +1056536,15 @@ "binop": null, "updateContext": null }, - "start": 154752, - "end": 154753, + "start": 157142, + "end": 157143, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 74 }, "end": { - "line": 3515, + "line": 3557, "column": 75 } } @@ -1056075,15 +1056562,15 @@ "binop": null }, "value": "day", - "start": 154753, - "end": 154756, + "start": 157143, + "end": 157146, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 75 }, "end": { - "line": 3515, + "line": 3557, "column": 78 } } @@ -1056101,15 +1056588,15 @@ "binop": null, "updateContext": null }, - "start": 154757, - "end": 154758, + "start": 157147, + "end": 157148, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 79 }, "end": { - "line": 3515, + "line": 3557, "column": 80 } } @@ -1056128,15 +1056615,15 @@ "updateContext": null }, "value": "numeric", - "start": 154759, - "end": 154768, + "start": 157149, + "end": 157158, "loc": { "start": { - "line": 3515, + "line": 3557, "column": 81 }, "end": { - "line": 3515, + "line": 3557, "column": 90 } } @@ -1056154,15 +1056641,15 @@ "binop": null }, "value": "locales", - "start": 154789, - "end": 154796, + "start": 157179, + "end": 157186, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 20 }, "end": { - "line": 3516, + "line": 3558, "column": 27 } } @@ -1056181,15 +1056668,15 @@ "updateContext": null }, "value": "=", - "start": 154797, - "end": 154798, + "start": 157187, + "end": 157188, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 28 }, "end": { - "line": 3516, + "line": 3558, "column": 29 } } @@ -1056207,15 +1056694,15 @@ "binop": null }, "value": "options", - "start": 154799, - "end": 154806, + "start": 157189, + "end": 157196, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 30 }, "end": { - "line": 3516, + "line": 3558, "column": 37 } } @@ -1056233,15 +1056720,15 @@ "binop": null, "updateContext": null }, - "start": 154806, - "end": 154807, + "start": 157196, + "end": 157197, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 37 }, "end": { - "line": 3516, + "line": 3558, "column": 38 } } @@ -1056259,15 +1056746,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 154807, - "end": 154821, + "start": 157197, + "end": 157211, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 38 }, "end": { - "line": 3516, + "line": 3558, "column": 52 } } @@ -1056284,15 +1056771,15 @@ "postfix": false, "binop": null }, - "start": 154821, - "end": 154822, + "start": 157211, + "end": 157212, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 52 }, "end": { - "line": 3516, + "line": 3558, "column": 53 } } @@ -1056311,15 +1056798,15 @@ "updateContext": null }, "value": "day", - "start": 154822, - "end": 154827, + "start": 157212, + "end": 157217, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 53 }, "end": { - "line": 3516, + "line": 3558, "column": 58 } } @@ -1056336,15 +1056823,15 @@ "postfix": false, "binop": null }, - "start": 154827, - "end": 154828, + "start": 157217, + "end": 157218, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 58 }, "end": { - "line": 3516, + "line": 3558, "column": 59 } } @@ -1056362,15 +1056849,15 @@ "binop": null, "updateContext": null }, - "start": 154829, - "end": 154830, + "start": 157219, + "end": 157220, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 60 }, "end": { - "line": 3516, + "line": 3558, "column": 61 } } @@ -1056388,15 +1056875,15 @@ "binop": null }, "value": "locales", - "start": 154831, - "end": 154838, + "start": 157221, + "end": 157228, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 62 }, "end": { - "line": 3516, + "line": 3558, "column": 69 } } @@ -1056414,15 +1056901,15 @@ "binop": null, "updateContext": null }, - "start": 154839, - "end": 154840, + "start": 157229, + "end": 157230, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 70 }, "end": { - "line": 3516, + "line": 3558, "column": 71 } } @@ -1056441,15 +1056928,15 @@ "updateContext": null }, "value": "en-US", - "start": 154841, - "end": 154848, + "start": 157231, + "end": 157238, "loc": { "start": { - "line": 3516, + "line": 3558, "column": 72 }, "end": { - "line": 3516, + "line": 3558, "column": 79 } } @@ -1056467,15 +1056954,15 @@ "binop": null }, "value": "locale_string", - "start": 154869, - "end": 154882, + "start": 157259, + "end": 157272, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 20 }, "end": { - "line": 3517, + "line": 3559, "column": 33 } } @@ -1056494,15 +1056981,15 @@ "updateContext": null }, "value": "=", - "start": 154883, - "end": 154884, + "start": 157273, + "end": 157274, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 34 }, "end": { - "line": 3517, + "line": 3559, "column": 35 } } @@ -1056520,15 +1057007,15 @@ "binop": null }, "value": "_temp", - "start": 154885, - "end": 154890, + "start": 157275, + "end": 157280, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 36 }, "end": { - "line": 3517, + "line": 3559, "column": 41 } } @@ -1056546,15 +1057033,15 @@ "binop": null, "updateContext": null }, - "start": 154890, - "end": 154891, + "start": 157280, + "end": 157281, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 41 }, "end": { - "line": 3517, + "line": 3559, "column": 42 } } @@ -1056572,15 +1057059,15 @@ "binop": null }, "value": "toLocaleString", - "start": 154891, - "end": 154905, + "start": 157281, + "end": 157295, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 42 }, "end": { - "line": 3517, + "line": 3559, "column": 56 } } @@ -1056597,15 +1057084,15 @@ "postfix": false, "binop": null }, - "start": 154905, - "end": 154906, + "start": 157295, + "end": 157296, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 56 }, "end": { - "line": 3517, + "line": 3559, "column": 57 } } @@ -1056623,15 +1057110,15 @@ "binop": null }, "value": "locales", - "start": 154907, - "end": 154914, + "start": 157297, + "end": 157304, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 58 }, "end": { - "line": 3517, + "line": 3559, "column": 65 } } @@ -1056649,15 +1057136,15 @@ "binop": null, "updateContext": null }, - "start": 154914, - "end": 154915, + "start": 157304, + "end": 157305, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 65 }, "end": { - "line": 3517, + "line": 3559, "column": 66 } } @@ -1056675,15 +1057162,15 @@ "binop": null }, "value": "_options", - "start": 154916, - "end": 154924, + "start": 157306, + "end": 157314, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 67 }, "end": { - "line": 3517, + "line": 3559, "column": 75 } } @@ -1056700,15 +1057187,15 @@ "postfix": false, "binop": null }, - "start": 154925, - "end": 154926, + "start": 157315, + "end": 157316, "loc": { "start": { - "line": 3517, + "line": 3559, "column": 76 }, "end": { - "line": 3517, + "line": 3559, "column": 77 } } @@ -1056716,15 +1057203,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 154947, - "end": 155037, + "start": 157337, + "end": 157427, "loc": { "start": { - "line": 3518, + "line": 3560, "column": 20 }, "end": { - "line": 3518, + "line": 3560, "column": 110 } } @@ -1056741,15 +1057228,15 @@ "postfix": false, "binop": null }, - "start": 155054, - "end": 155055, + "start": 157444, + "end": 157445, "loc": { "start": { - "line": 3519, + "line": 3561, "column": 16 }, "end": { - "line": 3519, + "line": 3561, "column": 17 } } @@ -1056769,15 +1057256,15 @@ "updateContext": null }, "value": "else", - "start": 155056, - "end": 155060, + "start": 157446, + "end": 157450, "loc": { "start": { - "line": 3519, + "line": 3561, "column": 18 }, "end": { - "line": 3519, + "line": 3561, "column": 22 } } @@ -1056794,15 +1057281,15 @@ "postfix": false, "binop": null }, - "start": 155061, - "end": 155062, + "start": 157451, + "end": 157452, "loc": { "start": { - "line": 3519, + "line": 3561, "column": 23 }, "end": { - "line": 3519, + "line": 3561, "column": 24 } } @@ -1056820,15 +1057307,15 @@ "binop": null }, "value": "locale_string", - "start": 155083, - "end": 155096, + "start": 157473, + "end": 157486, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 20 }, "end": { - "line": 3520, + "line": 3562, "column": 33 } } @@ -1056847,15 +1057334,15 @@ "updateContext": null }, "value": "=", - "start": 155097, - "end": 155098, + "start": 157487, + "end": 157488, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 34 }, "end": { - "line": 3520, + "line": 3562, "column": 35 } } @@ -1056873,15 +1057360,15 @@ "binop": null }, "value": "_temp", - "start": 155099, - "end": 155104, + "start": 157489, + "end": 157494, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 36 }, "end": { - "line": 3520, + "line": 3562, "column": 41 } } @@ -1056899,15 +1057386,15 @@ "binop": null, "updateContext": null }, - "start": 155104, - "end": 155105, + "start": 157494, + "end": 157495, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 41 }, "end": { - "line": 3520, + "line": 3562, "column": 42 } } @@ -1056925,15 +1057412,15 @@ "binop": null }, "value": "getDate", - "start": 155105, - "end": 155112, + "start": 157495, + "end": 157502, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 42 }, "end": { - "line": 3520, + "line": 3562, "column": 49 } } @@ -1056950,15 +1057437,15 @@ "postfix": false, "binop": null }, - "start": 155112, - "end": 155113, + "start": 157502, + "end": 157503, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 49 }, "end": { - "line": 3520, + "line": 3562, "column": 50 } } @@ -1056975,15 +1057462,15 @@ "postfix": false, "binop": null }, - "start": 155113, - "end": 155114, + "start": 157503, + "end": 157504, "loc": { "start": { - "line": 3520, + "line": 3562, "column": 50 }, "end": { - "line": 3520, + "line": 3562, "column": 51 } } @@ -1056991,15 +1057478,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getDate()", - "start": 155135, - "end": 155199, + "start": 157525, + "end": 157589, "loc": { "start": { - "line": 3521, + "line": 3563, "column": 20 }, "end": { - "line": 3521, + "line": 3563, "column": 84 } } @@ -1057016,15 +1057503,15 @@ "postfix": false, "binop": null }, - "start": 155216, - "end": 155217, + "start": 157606, + "end": 157607, "loc": { "start": { - "line": 3522, + "line": 3564, "column": 16 }, "end": { - "line": 3522, + "line": 3564, "column": 17 } } @@ -1057044,15 +1057531,15 @@ "updateContext": null }, "value": "break", - "start": 155234, - "end": 155239, + "start": 157624, + "end": 157629, "loc": { "start": { - "line": 3523, + "line": 3565, "column": 16 }, "end": { - "line": 3523, + "line": 3565, "column": 21 } } @@ -1057072,15 +1057559,15 @@ "updateContext": null }, "value": "case", - "start": 155252, - "end": 155256, + "start": 157642, + "end": 157646, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 12 }, "end": { - "line": 3524, + "line": 3566, "column": 16 } } @@ -1057102,15 +1057589,15 @@ "pattern": "^hours?$", "flags": "i" }, - "start": 155257, - "end": 155268, + "start": 157647, + "end": 157658, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 17 }, "end": { - "line": 3524, + "line": 3566, "column": 28 } } @@ -1057128,15 +1057615,15 @@ "binop": null, "updateContext": null }, - "start": 155268, - "end": 155269, + "start": 157658, + "end": 157659, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 28 }, "end": { - "line": 3524, + "line": 3566, "column": 29 } } @@ -1057154,15 +1057641,15 @@ "binop": null }, "value": "test", - "start": 155269, - "end": 155273, + "start": 157659, + "end": 157663, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 29 }, "end": { - "line": 3524, + "line": 3566, "column": 33 } } @@ -1057179,15 +1057666,15 @@ "postfix": false, "binop": null }, - "start": 155273, - "end": 155274, + "start": 157663, + "end": 157664, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 33 }, "end": { - "line": 3524, + "line": 3566, "column": 34 } } @@ -1057205,15 +1057692,15 @@ "binop": null }, "value": "scale", - "start": 155275, - "end": 155280, + "start": 157665, + "end": 157670, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 35 }, "end": { - "line": 3524, + "line": 3566, "column": 40 } } @@ -1057230,15 +1057717,15 @@ "postfix": false, "binop": null }, - "start": 155281, - "end": 155282, + "start": 157671, + "end": 157672, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 41 }, "end": { - "line": 3524, + "line": 3566, "column": 42 } } @@ -1057256,15 +1057743,15 @@ "binop": null, "updateContext": null }, - "start": 155282, - "end": 155283, + "start": 157672, + "end": 157673, "loc": { "start": { - "line": 3524, + "line": 3566, "column": 42 }, "end": { - "line": 3524, + "line": 3566, "column": 43 } } @@ -1057284,15 +1057771,15 @@ "updateContext": null }, "value": "case", - "start": 155296, - "end": 155300, + "start": 157686, + "end": 157690, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 12 }, "end": { - "line": 3525, + "line": 3567, "column": 16 } } @@ -1057314,15 +1057801,15 @@ "pattern": "^(half|quarter)-?hours?$", "flags": "i" }, - "start": 155301, - "end": 155328, + "start": 157691, + "end": 157718, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 17 }, "end": { - "line": 3525, + "line": 3567, "column": 44 } } @@ -1057340,15 +1057827,15 @@ "binop": null, "updateContext": null }, - "start": 155328, - "end": 155329, + "start": 157718, + "end": 157719, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 44 }, "end": { - "line": 3525, + "line": 3567, "column": 45 } } @@ -1057366,15 +1057853,15 @@ "binop": null }, "value": "test", - "start": 155329, - "end": 155333, + "start": 157719, + "end": 157723, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 45 }, "end": { - "line": 3525, + "line": 3567, "column": 49 } } @@ -1057391,15 +1057878,15 @@ "postfix": false, "binop": null }, - "start": 155333, - "end": 155334, + "start": 157723, + "end": 157724, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 49 }, "end": { - "line": 3525, + "line": 3567, "column": 50 } } @@ -1057417,15 +1057904,15 @@ "binop": null }, "value": "scale", - "start": 155335, - "end": 155340, + "start": 157725, + "end": 157730, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 51 }, "end": { - "line": 3525, + "line": 3567, "column": 56 } } @@ -1057442,15 +1057929,15 @@ "postfix": false, "binop": null }, - "start": 155341, - "end": 155342, + "start": 157731, + "end": 157732, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 57 }, "end": { - "line": 3525, + "line": 3567, "column": 58 } } @@ -1057468,15 +1057955,15 @@ "binop": null, "updateContext": null }, - "start": 155342, - "end": 155343, + "start": 157732, + "end": 157733, "loc": { "start": { - "line": 3525, + "line": 3567, "column": 58 }, "end": { - "line": 3525, + "line": 3567, "column": 59 } } @@ -1057494,15 +1057981,15 @@ "binop": null }, "value": "_temp", - "start": 155360, - "end": 155365, + "start": 157750, + "end": 157755, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 16 }, "end": { - "line": 3526, + "line": 3568, "column": 21 } } @@ -1057521,15 +1058008,15 @@ "updateContext": null }, "value": "=", - "start": 155366, - "end": 155367, + "start": 157756, + "end": 157757, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 22 }, "end": { - "line": 3526, + "line": 3568, "column": 23 } } @@ -1057549,15 +1058036,15 @@ "updateContext": null }, "value": "typeof", - "start": 155368, - "end": 155374, + "start": 157758, + "end": 157764, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 24 }, "end": { - "line": 3526, + "line": 3568, "column": 30 } } @@ -1057575,15 +1058062,15 @@ "binop": null }, "value": "date_seed", - "start": 155375, - "end": 155384, + "start": 157765, + "end": 157774, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 31 }, "end": { - "line": 3526, + "line": 3568, "column": 40 } } @@ -1057602,15 +1058089,15 @@ "updateContext": null }, "value": "===", - "start": 155385, - "end": 155388, + "start": 157775, + "end": 157778, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 41 }, "end": { - "line": 3526, + "line": 3568, "column": 44 } } @@ -1057629,15 +1058116,15 @@ "updateContext": null }, "value": "string", - "start": 155389, - "end": 155397, + "start": 157779, + "end": 157787, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 45 }, "end": { - "line": 3526, + "line": 3568, "column": 53 } } @@ -1057655,15 +1058142,15 @@ "binop": null, "updateContext": null }, - "start": 155398, - "end": 155399, + "start": 157788, + "end": 157789, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 54 }, "end": { - "line": 3526, + "line": 3568, "column": 55 } } @@ -1057681,15 +1058168,15 @@ "binop": null }, "value": "parseDatetime", - "start": 155400, - "end": 155413, + "start": 157790, + "end": 157803, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 56 }, "end": { - "line": 3526, + "line": 3568, "column": 69 } } @@ -1057706,15 +1058193,15 @@ "postfix": false, "binop": null }, - "start": 155413, - "end": 155414, + "start": 157803, + "end": 157804, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 69 }, "end": { - "line": 3526, + "line": 3568, "column": 70 } } @@ -1057732,15 +1058219,15 @@ "binop": null }, "value": "date_seed", - "start": 155415, - "end": 155424, + "start": 157805, + "end": 157814, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 71 }, "end": { - "line": 3526, + "line": 3568, "column": 80 } } @@ -1057757,15 +1058244,15 @@ "postfix": false, "binop": null }, - "start": 155425, - "end": 155426, + "start": 157815, + "end": 157816, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 81 }, "end": { - "line": 3526, + "line": 3568, "column": 82 } } @@ -1057783,15 +1058270,15 @@ "binop": null, "updateContext": null }, - "start": 155427, - "end": 155428, + "start": 157817, + "end": 157818, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 83 }, "end": { - "line": 3526, + "line": 3568, "column": 84 } } @@ -1057811,15 +1058298,15 @@ "updateContext": null }, "value": "new", - "start": 155429, - "end": 155432, + "start": 157819, + "end": 157822, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 85 }, "end": { - "line": 3526, + "line": 3568, "column": 88 } } @@ -1057837,15 +1058324,15 @@ "binop": null }, "value": "Date", - "start": 155433, - "end": 155437, + "start": 157823, + "end": 157827, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 89 }, "end": { - "line": 3526, + "line": 3568, "column": 93 } } @@ -1057862,15 +1058349,15 @@ "postfix": false, "binop": null }, - "start": 155437, - "end": 155438, + "start": 157827, + "end": 157828, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 93 }, "end": { - "line": 3526, + "line": 3568, "column": 94 } } @@ -1057888,15 +1058375,15 @@ "binop": null }, "value": "date_seed", - "start": 155439, - "end": 155448, + "start": 157829, + "end": 157838, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 95 }, "end": { - "line": 3526, + "line": 3568, "column": 104 } } @@ -1057913,15 +1058400,15 @@ "postfix": false, "binop": null }, - "start": 155449, - "end": 155450, + "start": 157839, + "end": 157840, "loc": { "start": { - "line": 3526, + "line": 3568, "column": 105 }, "end": { - "line": 3526, + "line": 3568, "column": 106 } } @@ -1057941,15 +1058428,15 @@ "updateContext": null }, "value": "if", - "start": 155467, - "end": 155469, + "start": 157857, + "end": 157859, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 16 }, "end": { - "line": 3527, + "line": 3569, "column": 18 } } @@ -1057966,15 +1058453,15 @@ "postfix": false, "binop": null }, - "start": 155470, - "end": 155471, + "start": 157860, + "end": 157861, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 19 }, "end": { - "line": 3527, + "line": 3569, "column": 20 } } @@ -1057992,15 +1058479,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 155472, - "end": 155488, + "start": 157862, + "end": 157878, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 21 }, "end": { - "line": 3527, + "line": 3569, "column": 37 } } @@ -1058017,15 +1058504,15 @@ "postfix": false, "binop": null }, - "start": 155489, - "end": 155490, + "start": 157879, + "end": 157880, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 38 }, "end": { - "line": 3527, + "line": 3569, "column": 39 } } @@ -1058042,15 +1058529,15 @@ "postfix": false, "binop": null }, - "start": 155491, - "end": 155492, + "start": 157881, + "end": 157882, "loc": { "start": { - "line": 3527, + "line": 3569, "column": 40 }, "end": { - "line": 3527, + "line": 3569, "column": 41 } } @@ -1058068,15 +1058555,15 @@ "binop": null }, "value": "_options", - "start": 155513, - "end": 155521, + "start": 157903, + "end": 157911, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 20 }, "end": { - "line": 3528, + "line": 3570, "column": 28 } } @@ -1058094,15 +1058581,15 @@ "binop": null, "updateContext": null }, - "start": 155521, - "end": 155522, + "start": 157911, + "end": 157912, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 28 }, "end": { - "line": 3528, + "line": 3570, "column": 29 } } @@ -1058120,15 +1058607,15 @@ "binop": null }, "value": "hour", - "start": 155522, - "end": 155526, + "start": 157912, + "end": 157916, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 29 }, "end": { - "line": 3528, + "line": 3570, "column": 33 } } @@ -1058147,15 +1058634,15 @@ "updateContext": null }, "value": "=", - "start": 155527, - "end": 155528, + "start": 157917, + "end": 157918, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 34 }, "end": { - "line": 3528, + "line": 3570, "column": 35 } } @@ -1058173,15 +1058660,15 @@ "binop": null }, "value": "options", - "start": 155529, - "end": 155536, + "start": 157919, + "end": 157926, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 36 }, "end": { - "line": 3528, + "line": 3570, "column": 43 } } @@ -1058199,15 +1058686,15 @@ "binop": null, "updateContext": null }, - "start": 155536, - "end": 155537, + "start": 157926, + "end": 157927, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 43 }, "end": { - "line": 3528, + "line": 3570, "column": 44 } } @@ -1058225,15 +1058712,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 155537, - "end": 155551, + "start": 157927, + "end": 157941, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 44 }, "end": { - "line": 3528, + "line": 3570, "column": 58 } } @@ -1058250,15 +1058737,15 @@ "postfix": false, "binop": null }, - "start": 155551, - "end": 155552, + "start": 157941, + "end": 157942, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 58 }, "end": { - "line": 3528, + "line": 3570, "column": 59 } } @@ -1058277,15 +1058764,15 @@ "updateContext": null }, "value": "hour", - "start": 155552, - "end": 155558, + "start": 157942, + "end": 157948, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 59 }, "end": { - "line": 3528, + "line": 3570, "column": 65 } } @@ -1058302,15 +1058789,15 @@ "postfix": false, "binop": null }, - "start": 155558, - "end": 155559, + "start": 157948, + "end": 157949, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 65 }, "end": { - "line": 3528, + "line": 3570, "column": 66 } } @@ -1058328,15 +1058815,15 @@ "binop": null, "updateContext": null }, - "start": 155560, - "end": 155561, + "start": 157950, + "end": 157951, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 67 }, "end": { - "line": 3528, + "line": 3570, "column": 68 } } @@ -1058354,15 +1058841,15 @@ "binop": null }, "value": "options", - "start": 155562, - "end": 155569, + "start": 157952, + "end": 157959, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 69 }, "end": { - "line": 3528, + "line": 3570, "column": 76 } } @@ -1058380,15 +1058867,15 @@ "binop": null, "updateContext": null }, - "start": 155569, - "end": 155570, + "start": 157959, + "end": 157960, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 76 }, "end": { - "line": 3528, + "line": 3570, "column": 77 } } @@ -1058406,15 +1058893,15 @@ "binop": null }, "value": "hour", - "start": 155570, - "end": 155574, + "start": 157960, + "end": 157964, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 77 }, "end": { - "line": 3528, + "line": 3570, "column": 81 } } @@ -1058432,15 +1058919,15 @@ "binop": null, "updateContext": null }, - "start": 155575, - "end": 155576, + "start": 157965, + "end": 157966, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 82 }, "end": { - "line": 3528, + "line": 3570, "column": 83 } } @@ -1058459,15 +1058946,15 @@ "updateContext": null }, "value": "numeric", - "start": 155577, - "end": 155586, + "start": 157967, + "end": 157976, "loc": { "start": { - "line": 3528, + "line": 3570, "column": 84 }, "end": { - "line": 3528, + "line": 3570, "column": 93 } } @@ -1058487,15 +1058974,15 @@ "updateContext": null }, "value": "if", - "start": 155607, - "end": 155609, + "start": 157997, + "end": 157999, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 20 }, "end": { - "line": 3529, + "line": 3571, "column": 22 } } @@ -1058512,15 +1058999,15 @@ "postfix": false, "binop": null }, - "start": 155610, - "end": 155611, + "start": 158000, + "end": 158001, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 23 }, "end": { - "line": 3529, + "line": 3571, "column": 24 } } @@ -1058538,15 +1059025,15 @@ "binop": null }, "value": "options", - "start": 155612, - "end": 155619, + "start": 158002, + "end": 158009, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 25 }, "end": { - "line": 3529, + "line": 3571, "column": 32 } } @@ -1058564,15 +1059051,15 @@ "binop": null, "updateContext": null }, - "start": 155619, - "end": 155620, + "start": 158009, + "end": 158010, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 32 }, "end": { - "line": 3529, + "line": 3571, "column": 33 } } @@ -1058590,15 +1059077,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 155620, - "end": 155634, + "start": 158010, + "end": 158024, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 33 }, "end": { - "line": 3529, + "line": 3571, "column": 47 } } @@ -1058615,15 +1059102,15 @@ "postfix": false, "binop": null }, - "start": 155634, - "end": 155635, + "start": 158024, + "end": 158025, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 47 }, "end": { - "line": 3529, + "line": 3571, "column": 48 } } @@ -1058642,15 +1059129,15 @@ "updateContext": null }, "value": "minute", - "start": 155635, - "end": 155643, + "start": 158025, + "end": 158033, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 48 }, "end": { - "line": 3529, + "line": 3571, "column": 56 } } @@ -1058667,15 +1059154,15 @@ "postfix": false, "binop": null }, - "start": 155643, - "end": 155644, + "start": 158033, + "end": 158034, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 56 }, "end": { - "line": 3529, + "line": 3571, "column": 57 } } @@ -1058692,15 +1059179,15 @@ "postfix": false, "binop": null }, - "start": 155645, - "end": 155646, + "start": 158035, + "end": 158036, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 58 }, "end": { - "line": 3529, + "line": 3571, "column": 59 } } @@ -1058717,15 +1059204,15 @@ "postfix": false, "binop": null }, - "start": 155647, - "end": 155648, + "start": 158037, + "end": 158038, "loc": { "start": { - "line": 3529, + "line": 3571, "column": 60 }, "end": { - "line": 3529, + "line": 3571, "column": 61 } } @@ -1058743,15 +1059230,15 @@ "binop": null }, "value": "_options", - "start": 155673, - "end": 155681, + "start": 158063, + "end": 158071, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 24 }, "end": { - "line": 3530, + "line": 3572, "column": 32 } } @@ -1058769,15 +1059256,15 @@ "binop": null, "updateContext": null }, - "start": 155681, - "end": 155682, + "start": 158071, + "end": 158072, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 32 }, "end": { - "line": 3530, + "line": 3572, "column": 33 } } @@ -1058795,15 +1059282,15 @@ "binop": null }, "value": "minute", - "start": 155682, - "end": 155688, + "start": 158072, + "end": 158078, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 33 }, "end": { - "line": 3530, + "line": 3572, "column": 39 } } @@ -1058822,15 +1059309,15 @@ "updateContext": null }, "value": "=", - "start": 155689, - "end": 155690, + "start": 158079, + "end": 158080, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 40 }, "end": { - "line": 3530, + "line": 3572, "column": 41 } } @@ -1058848,15 +1059335,15 @@ "binop": null }, "value": "options", - "start": 155691, - "end": 155698, + "start": 158081, + "end": 158088, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 42 }, "end": { - "line": 3530, + "line": 3572, "column": 49 } } @@ -1058874,15 +1059361,15 @@ "binop": null, "updateContext": null }, - "start": 155698, - "end": 155699, + "start": 158088, + "end": 158089, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 49 }, "end": { - "line": 3530, + "line": 3572, "column": 50 } } @@ -1058900,15 +1059387,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 155699, - "end": 155713, + "start": 158089, + "end": 158103, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 50 }, "end": { - "line": 3530, + "line": 3572, "column": 64 } } @@ -1058925,15 +1059412,15 @@ "postfix": false, "binop": null }, - "start": 155713, - "end": 155714, + "start": 158103, + "end": 158104, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 64 }, "end": { - "line": 3530, + "line": 3572, "column": 65 } } @@ -1058952,15 +1059439,15 @@ "updateContext": null }, "value": "minute", - "start": 155714, - "end": 155722, + "start": 158104, + "end": 158112, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 65 }, "end": { - "line": 3530, + "line": 3572, "column": 73 } } @@ -1058977,15 +1059464,15 @@ "postfix": false, "binop": null }, - "start": 155722, - "end": 155723, + "start": 158112, + "end": 158113, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 73 }, "end": { - "line": 3530, + "line": 3572, "column": 74 } } @@ -1059003,15 +1059490,15 @@ "binop": null, "updateContext": null }, - "start": 155724, - "end": 155725, + "start": 158114, + "end": 158115, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 75 }, "end": { - "line": 3530, + "line": 3572, "column": 76 } } @@ -1059029,15 +1059516,15 @@ "binop": null }, "value": "options", - "start": 155726, - "end": 155733, + "start": 158116, + "end": 158123, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 77 }, "end": { - "line": 3530, + "line": 3572, "column": 84 } } @@ -1059055,15 +1059542,15 @@ "binop": null, "updateContext": null }, - "start": 155733, - "end": 155734, + "start": 158123, + "end": 158124, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 84 }, "end": { - "line": 3530, + "line": 3572, "column": 85 } } @@ -1059081,15 +1059568,15 @@ "binop": null }, "value": "minute", - "start": 155734, - "end": 155740, + "start": 158124, + "end": 158130, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 85 }, "end": { - "line": 3530, + "line": 3572, "column": 91 } } @@ -1059107,15 +1059594,15 @@ "binop": null, "updateContext": null }, - "start": 155741, - "end": 155742, + "start": 158131, + "end": 158132, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 92 }, "end": { - "line": 3530, + "line": 3572, "column": 93 } } @@ -1059134,15 +1059621,15 @@ "updateContext": null }, "value": "numeric", - "start": 155743, - "end": 155752, + "start": 158133, + "end": 158142, "loc": { "start": { - "line": 3530, + "line": 3572, "column": 94 }, "end": { - "line": 3530, + "line": 3572, "column": 103 } } @@ -1059159,15 +1059646,15 @@ "postfix": false, "binop": null }, - "start": 155773, - "end": 155774, + "start": 158163, + "end": 158164, "loc": { "start": { - "line": 3531, + "line": 3573, "column": 20 }, "end": { - "line": 3531, + "line": 3573, "column": 21 } } @@ -1059185,15 +1059672,15 @@ "binop": null }, "value": "locale_string", - "start": 155795, - "end": 155808, + "start": 158185, + "end": 158198, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 20 }, "end": { - "line": 3532, + "line": 3574, "column": 33 } } @@ -1059212,15 +1059699,15 @@ "updateContext": null }, "value": "=", - "start": 155809, - "end": 155810, + "start": 158199, + "end": 158200, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 34 }, "end": { - "line": 3532, + "line": 3574, "column": 35 } } @@ -1059238,15 +1059725,15 @@ "binop": null }, "value": "_temp", - "start": 155811, - "end": 155816, + "start": 158201, + "end": 158206, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 36 }, "end": { - "line": 3532, + "line": 3574, "column": 41 } } @@ -1059264,15 +1059751,15 @@ "binop": null, "updateContext": null }, - "start": 155816, - "end": 155817, + "start": 158206, + "end": 158207, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 41 }, "end": { - "line": 3532, + "line": 3574, "column": 42 } } @@ -1059290,15 +1059777,15 @@ "binop": null }, "value": "toLocaleString", - "start": 155817, - "end": 155831, + "start": 158207, + "end": 158221, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 42 }, "end": { - "line": 3532, + "line": 3574, "column": 56 } } @@ -1059315,15 +1059802,15 @@ "postfix": false, "binop": null }, - "start": 155831, - "end": 155832, + "start": 158221, + "end": 158222, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 56 }, "end": { - "line": 3532, + "line": 3574, "column": 57 } } @@ -1059341,15 +1059828,15 @@ "binop": null }, "value": "locales", - "start": 155833, - "end": 155840, + "start": 158223, + "end": 158230, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 58 }, "end": { - "line": 3532, + "line": 3574, "column": 65 } } @@ -1059367,15 +1059854,15 @@ "binop": null, "updateContext": null }, - "start": 155840, - "end": 155841, + "start": 158230, + "end": 158231, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 65 }, "end": { - "line": 3532, + "line": 3574, "column": 66 } } @@ -1059393,15 +1059880,15 @@ "binop": null }, "value": "_options", - "start": 155842, - "end": 155850, + "start": 158232, + "end": 158240, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 67 }, "end": { - "line": 3532, + "line": 3574, "column": 75 } } @@ -1059418,15 +1059905,15 @@ "postfix": false, "binop": null }, - "start": 155851, - "end": 155852, + "start": 158241, + "end": 158242, "loc": { "start": { - "line": 3532, + "line": 3574, "column": 76 }, "end": { - "line": 3532, + "line": 3574, "column": 77 } } @@ -1059434,15 +1059921,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 155873, - "end": 155963, + "start": 158263, + "end": 158353, "loc": { "start": { - "line": 3533, + "line": 3575, "column": 20 }, "end": { - "line": 3533, + "line": 3575, "column": 110 } } @@ -1059459,15 +1059946,15 @@ "postfix": false, "binop": null }, - "start": 155980, - "end": 155981, + "start": 158370, + "end": 158371, "loc": { "start": { - "line": 3534, + "line": 3576, "column": 16 }, "end": { - "line": 3534, + "line": 3576, "column": 17 } } @@ -1059487,15 +1059974,15 @@ "updateContext": null }, "value": "else", - "start": 155982, - "end": 155986, + "start": 158372, + "end": 158376, "loc": { "start": { - "line": 3534, + "line": 3576, "column": 18 }, "end": { - "line": 3534, + "line": 3576, "column": 22 } } @@ -1059512,15 +1059999,15 @@ "postfix": false, "binop": null }, - "start": 155987, - "end": 155988, + "start": 158377, + "end": 158378, "loc": { "start": { - "line": 3534, + "line": 3576, "column": 23 }, "end": { - "line": 3534, + "line": 3576, "column": 24 } } @@ -1059538,15 +1060025,15 @@ "binop": null }, "value": "locale_string", - "start": 156009, - "end": 156022, + "start": 158399, + "end": 158412, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 20 }, "end": { - "line": 3535, + "line": 3577, "column": 33 } } @@ -1059565,15 +1060052,15 @@ "updateContext": null }, "value": "=", - "start": 156023, - "end": 156024, + "start": 158413, + "end": 158414, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 34 }, "end": { - "line": 3535, + "line": 3577, "column": 35 } } @@ -1059591,15 +1060078,15 @@ "binop": null }, "value": "_temp", - "start": 156025, - "end": 156030, + "start": 158415, + "end": 158420, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 36 }, "end": { - "line": 3535, + "line": 3577, "column": 41 } } @@ -1059617,15 +1060104,15 @@ "binop": null, "updateContext": null }, - "start": 156030, - "end": 156031, + "start": 158420, + "end": 158421, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 41 }, "end": { - "line": 3535, + "line": 3577, "column": 42 } } @@ -1059643,15 +1060130,15 @@ "binop": null }, "value": "getHours", - "start": 156031, - "end": 156039, + "start": 158421, + "end": 158429, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 42 }, "end": { - "line": 3535, + "line": 3577, "column": 50 } } @@ -1059668,15 +1060155,15 @@ "postfix": false, "binop": null }, - "start": 156039, - "end": 156040, + "start": 158429, + "end": 158430, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 50 }, "end": { - "line": 3535, + "line": 3577, "column": 51 } } @@ -1059693,15 +1060180,15 @@ "postfix": false, "binop": null }, - "start": 156040, - "end": 156041, + "start": 158430, + "end": 158431, "loc": { "start": { - "line": 3535, + "line": 3577, "column": 51 }, "end": { - "line": 3535, + "line": 3577, "column": 52 } } @@ -1059709,15 +1060196,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getHours()", - "start": 156062, - "end": 156127, + "start": 158452, + "end": 158517, "loc": { "start": { - "line": 3536, + "line": 3578, "column": 20 }, "end": { - "line": 3536, + "line": 3578, "column": 85 } } @@ -1059734,15 +1060221,15 @@ "postfix": false, "binop": null }, - "start": 156144, - "end": 156145, + "start": 158534, + "end": 158535, "loc": { "start": { - "line": 3537, + "line": 3579, "column": 16 }, "end": { - "line": 3537, + "line": 3579, "column": 17 } } @@ -1059762,15 +1060249,15 @@ "updateContext": null }, "value": "break", - "start": 156162, - "end": 156167, + "start": 158552, + "end": 158557, "loc": { "start": { - "line": 3538, + "line": 3580, "column": 16 }, "end": { - "line": 3538, + "line": 3580, "column": 21 } } @@ -1059790,15 +1060277,15 @@ "updateContext": null }, "value": "case", - "start": 156180, - "end": 156184, + "start": 158570, + "end": 158574, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 12 }, "end": { - "line": 3539, + "line": 3581, "column": 16 } } @@ -1059820,15 +1060307,15 @@ "pattern": "^minutes?$", "flags": "i" }, - "start": 156185, - "end": 156198, + "start": 158575, + "end": 158588, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 17 }, "end": { - "line": 3539, + "line": 3581, "column": 30 } } @@ -1059846,15 +1060333,15 @@ "binop": null, "updateContext": null }, - "start": 156198, - "end": 156199, + "start": 158588, + "end": 158589, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 30 }, "end": { - "line": 3539, + "line": 3581, "column": 31 } } @@ -1059872,15 +1060359,15 @@ "binop": null }, "value": "test", - "start": 156199, - "end": 156203, + "start": 158589, + "end": 158593, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 31 }, "end": { - "line": 3539, + "line": 3581, "column": 35 } } @@ -1059897,15 +1060384,15 @@ "postfix": false, "binop": null }, - "start": 156203, - "end": 156204, + "start": 158593, + "end": 158594, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 35 }, "end": { - "line": 3539, + "line": 3581, "column": 36 } } @@ -1059923,15 +1060410,15 @@ "binop": null }, "value": "scale", - "start": 156205, - "end": 156210, + "start": 158595, + "end": 158600, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 37 }, "end": { - "line": 3539, + "line": 3581, "column": 42 } } @@ -1059948,15 +1060435,15 @@ "postfix": false, "binop": null }, - "start": 156211, - "end": 156212, + "start": 158601, + "end": 158602, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 43 }, "end": { - "line": 3539, + "line": 3581, "column": 44 } } @@ -1059974,15 +1060461,15 @@ "binop": null, "updateContext": null }, - "start": 156212, - "end": 156213, + "start": 158602, + "end": 158603, "loc": { "start": { - "line": 3539, + "line": 3581, "column": 44 }, "end": { - "line": 3539, + "line": 3581, "column": 45 } } @@ -1060000,15 +1060487,15 @@ "binop": null }, "value": "_temp", - "start": 156230, - "end": 156235, + "start": 158620, + "end": 158625, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 16 }, "end": { - "line": 3540, + "line": 3582, "column": 21 } } @@ -1060027,15 +1060514,15 @@ "updateContext": null }, "value": "=", - "start": 156236, - "end": 156237, + "start": 158626, + "end": 158627, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 22 }, "end": { - "line": 3540, + "line": 3582, "column": 23 } } @@ -1060055,15 +1060542,15 @@ "updateContext": null }, "value": "typeof", - "start": 156238, - "end": 156244, + "start": 158628, + "end": 158634, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 24 }, "end": { - "line": 3540, + "line": 3582, "column": 30 } } @@ -1060081,15 +1060568,15 @@ "binop": null }, "value": "date_seed", - "start": 156245, - "end": 156254, + "start": 158635, + "end": 158644, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 31 }, "end": { - "line": 3540, + "line": 3582, "column": 40 } } @@ -1060108,15 +1060595,15 @@ "updateContext": null }, "value": "===", - "start": 156255, - "end": 156258, + "start": 158645, + "end": 158648, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 41 }, "end": { - "line": 3540, + "line": 3582, "column": 44 } } @@ -1060135,15 +1060622,15 @@ "updateContext": null }, "value": "string", - "start": 156259, - "end": 156267, + "start": 158649, + "end": 158657, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 45 }, "end": { - "line": 3540, + "line": 3582, "column": 53 } } @@ -1060161,15 +1060648,15 @@ "binop": null, "updateContext": null }, - "start": 156268, - "end": 156269, + "start": 158658, + "end": 158659, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 54 }, "end": { - "line": 3540, + "line": 3582, "column": 55 } } @@ -1060187,15 +1060674,15 @@ "binop": null }, "value": "parseDatetime", - "start": 156270, - "end": 156283, + "start": 158660, + "end": 158673, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 56 }, "end": { - "line": 3540, + "line": 3582, "column": 69 } } @@ -1060212,15 +1060699,15 @@ "postfix": false, "binop": null }, - "start": 156283, - "end": 156284, + "start": 158673, + "end": 158674, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 69 }, "end": { - "line": 3540, + "line": 3582, "column": 70 } } @@ -1060238,15 +1060725,15 @@ "binop": null }, "value": "date_seed", - "start": 156285, - "end": 156294, + "start": 158675, + "end": 158684, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 71 }, "end": { - "line": 3540, + "line": 3582, "column": 80 } } @@ -1060263,15 +1060750,15 @@ "postfix": false, "binop": null }, - "start": 156295, - "end": 156296, + "start": 158685, + "end": 158686, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 81 }, "end": { - "line": 3540, + "line": 3582, "column": 82 } } @@ -1060289,15 +1060776,15 @@ "binop": null, "updateContext": null }, - "start": 156297, - "end": 156298, + "start": 158687, + "end": 158688, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 83 }, "end": { - "line": 3540, + "line": 3582, "column": 84 } } @@ -1060317,15 +1060804,15 @@ "updateContext": null }, "value": "new", - "start": 156299, - "end": 156302, + "start": 158689, + "end": 158692, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 85 }, "end": { - "line": 3540, + "line": 3582, "column": 88 } } @@ -1060343,15 +1060830,15 @@ "binop": null }, "value": "Date", - "start": 156303, - "end": 156307, + "start": 158693, + "end": 158697, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 89 }, "end": { - "line": 3540, + "line": 3582, "column": 93 } } @@ -1060368,15 +1060855,15 @@ "postfix": false, "binop": null }, - "start": 156307, - "end": 156308, + "start": 158697, + "end": 158698, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 93 }, "end": { - "line": 3540, + "line": 3582, "column": 94 } } @@ -1060394,15 +1060881,15 @@ "binop": null }, "value": "date_seed", - "start": 156309, - "end": 156318, + "start": 158699, + "end": 158708, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 95 }, "end": { - "line": 3540, + "line": 3582, "column": 104 } } @@ -1060419,15 +1060906,15 @@ "postfix": false, "binop": null }, - "start": 156319, - "end": 156320, + "start": 158709, + "end": 158710, "loc": { "start": { - "line": 3540, + "line": 3582, "column": 105 }, "end": { - "line": 3540, + "line": 3582, "column": 106 } } @@ -1060447,15 +1060934,15 @@ "updateContext": null }, "value": "if", - "start": 156337, - "end": 156339, + "start": 158727, + "end": 158729, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 16 }, "end": { - "line": 3541, + "line": 3583, "column": 18 } } @@ -1060472,15 +1060959,15 @@ "postfix": false, "binop": null }, - "start": 156340, - "end": 156341, + "start": 158730, + "end": 158731, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 19 }, "end": { - "line": 3541, + "line": 3583, "column": 20 } } @@ -1060498,15 +1060985,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 156342, - "end": 156358, + "start": 158732, + "end": 158748, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 21 }, "end": { - "line": 3541, + "line": 3583, "column": 37 } } @@ -1060523,15 +1061010,15 @@ "postfix": false, "binop": null }, - "start": 156359, - "end": 156360, + "start": 158749, + "end": 158750, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 38 }, "end": { - "line": 3541, + "line": 3583, "column": 39 } } @@ -1060548,15 +1061035,15 @@ "postfix": false, "binop": null }, - "start": 156361, - "end": 156362, + "start": 158751, + "end": 158752, "loc": { "start": { - "line": 3541, + "line": 3583, "column": 40 }, "end": { - "line": 3541, + "line": 3583, "column": 41 } } @@ -1060574,15 +1061061,15 @@ "binop": null }, "value": "_options", - "start": 156383, - "end": 156391, + "start": 158773, + "end": 158781, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 20 }, "end": { - "line": 3542, + "line": 3584, "column": 28 } } @@ -1060600,15 +1061087,15 @@ "binop": null, "updateContext": null }, - "start": 156391, - "end": 156392, + "start": 158781, + "end": 158782, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 28 }, "end": { - "line": 3542, + "line": 3584, "column": 29 } } @@ -1060626,15 +1061113,15 @@ "binop": null }, "value": "minute", - "start": 156392, - "end": 156398, + "start": 158782, + "end": 158788, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 29 }, "end": { - "line": 3542, + "line": 3584, "column": 35 } } @@ -1060653,15 +1061140,15 @@ "updateContext": null }, "value": "=", - "start": 156399, - "end": 156400, + "start": 158789, + "end": 158790, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 36 }, "end": { - "line": 3542, + "line": 3584, "column": 37 } } @@ -1060679,15 +1061166,15 @@ "binop": null }, "value": "options", - "start": 156401, - "end": 156408, + "start": 158791, + "end": 158798, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 38 }, "end": { - "line": 3542, + "line": 3584, "column": 45 } } @@ -1060705,15 +1061192,15 @@ "binop": null, "updateContext": null }, - "start": 156408, - "end": 156409, + "start": 158798, + "end": 158799, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 45 }, "end": { - "line": 3542, + "line": 3584, "column": 46 } } @@ -1060731,15 +1061218,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 156409, - "end": 156423, + "start": 158799, + "end": 158813, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 46 }, "end": { - "line": 3542, + "line": 3584, "column": 60 } } @@ -1060756,15 +1061243,15 @@ "postfix": false, "binop": null }, - "start": 156423, - "end": 156424, + "start": 158813, + "end": 158814, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 60 }, "end": { - "line": 3542, + "line": 3584, "column": 61 } } @@ -1060783,15 +1061270,15 @@ "updateContext": null }, "value": "minute", - "start": 156424, - "end": 156432, + "start": 158814, + "end": 158822, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 61 }, "end": { - "line": 3542, + "line": 3584, "column": 69 } } @@ -1060808,15 +1061295,15 @@ "postfix": false, "binop": null }, - "start": 156432, - "end": 156433, + "start": 158822, + "end": 158823, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 69 }, "end": { - "line": 3542, + "line": 3584, "column": 70 } } @@ -1060834,15 +1061321,15 @@ "binop": null, "updateContext": null }, - "start": 156434, - "end": 156435, + "start": 158824, + "end": 158825, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 71 }, "end": { - "line": 3542, + "line": 3584, "column": 72 } } @@ -1060860,15 +1061347,15 @@ "binop": null }, "value": "options", - "start": 156436, - "end": 156443, + "start": 158826, + "end": 158833, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 73 }, "end": { - "line": 3542, + "line": 3584, "column": 80 } } @@ -1060886,15 +1061373,15 @@ "binop": null, "updateContext": null }, - "start": 156443, - "end": 156444, + "start": 158833, + "end": 158834, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 80 }, "end": { - "line": 3542, + "line": 3584, "column": 81 } } @@ -1060912,15 +1061399,15 @@ "binop": null }, "value": "minute", - "start": 156444, - "end": 156450, + "start": 158834, + "end": 158840, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 81 }, "end": { - "line": 3542, + "line": 3584, "column": 87 } } @@ -1060938,15 +1061425,15 @@ "binop": null, "updateContext": null }, - "start": 156451, - "end": 156452, + "start": 158841, + "end": 158842, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 88 }, "end": { - "line": 3542, + "line": 3584, "column": 89 } } @@ -1060965,15 +1061452,15 @@ "updateContext": null }, "value": "numeric", - "start": 156453, - "end": 156462, + "start": 158843, + "end": 158852, "loc": { "start": { - "line": 3542, + "line": 3584, "column": 90 }, "end": { - "line": 3542, + "line": 3584, "column": 99 } } @@ -1060993,15 +1061480,15 @@ "updateContext": null }, "value": "if", - "start": 156483, - "end": 156485, + "start": 158873, + "end": 158875, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 20 }, "end": { - "line": 3543, + "line": 3585, "column": 22 } } @@ -1061018,15 +1061505,15 @@ "postfix": false, "binop": null }, - "start": 156486, - "end": 156487, + "start": 158876, + "end": 158877, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 23 }, "end": { - "line": 3543, + "line": 3585, "column": 24 } } @@ -1061044,15 +1061531,15 @@ "binop": null }, "value": "options", - "start": 156488, - "end": 156495, + "start": 158878, + "end": 158885, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 25 }, "end": { - "line": 3543, + "line": 3585, "column": 32 } } @@ -1061070,15 +1061557,15 @@ "binop": null, "updateContext": null }, - "start": 156495, - "end": 156496, + "start": 158885, + "end": 158886, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 32 }, "end": { - "line": 3543, + "line": 3585, "column": 33 } } @@ -1061096,15 +1061583,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 156496, - "end": 156510, + "start": 158886, + "end": 158900, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 33 }, "end": { - "line": 3543, + "line": 3585, "column": 47 } } @@ -1061121,15 +1061608,15 @@ "postfix": false, "binop": null }, - "start": 156510, - "end": 156511, + "start": 158900, + "end": 158901, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 47 }, "end": { - "line": 3543, + "line": 3585, "column": 48 } } @@ -1061148,15 +1061635,15 @@ "updateContext": null }, "value": "hour", - "start": 156511, - "end": 156517, + "start": 158901, + "end": 158907, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 48 }, "end": { - "line": 3543, + "line": 3585, "column": 54 } } @@ -1061173,15 +1061660,15 @@ "postfix": false, "binop": null }, - "start": 156517, - "end": 156518, + "start": 158907, + "end": 158908, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 54 }, "end": { - "line": 3543, + "line": 3585, "column": 55 } } @@ -1061198,15 +1061685,15 @@ "postfix": false, "binop": null }, - "start": 156519, - "end": 156520, + "start": 158909, + "end": 158910, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 56 }, "end": { - "line": 3543, + "line": 3585, "column": 57 } } @@ -1061223,15 +1061710,15 @@ "postfix": false, "binop": null }, - "start": 156521, - "end": 156522, + "start": 158911, + "end": 158912, "loc": { "start": { - "line": 3543, + "line": 3585, "column": 58 }, "end": { - "line": 3543, + "line": 3585, "column": 59 } } @@ -1061249,15 +1061736,15 @@ "binop": null }, "value": "_options", - "start": 156547, - "end": 156555, + "start": 158937, + "end": 158945, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 24 }, "end": { - "line": 3544, + "line": 3586, "column": 32 } } @@ -1061275,15 +1061762,15 @@ "binop": null, "updateContext": null }, - "start": 156555, - "end": 156556, + "start": 158945, + "end": 158946, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 32 }, "end": { - "line": 3544, + "line": 3586, "column": 33 } } @@ -1061301,15 +1061788,15 @@ "binop": null }, "value": "hour", - "start": 156556, - "end": 156560, + "start": 158946, + "end": 158950, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 33 }, "end": { - "line": 3544, + "line": 3586, "column": 37 } } @@ -1061328,15 +1061815,15 @@ "updateContext": null }, "value": "=", - "start": 156563, - "end": 156564, + "start": 158953, + "end": 158954, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 40 }, "end": { - "line": 3544, + "line": 3586, "column": 41 } } @@ -1061354,15 +1061841,15 @@ "binop": null }, "value": "options", - "start": 156565, - "end": 156572, + "start": 158955, + "end": 158962, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 42 }, "end": { - "line": 3544, + "line": 3586, "column": 49 } } @@ -1061380,15 +1061867,15 @@ "binop": null, "updateContext": null }, - "start": 156572, - "end": 156573, + "start": 158962, + "end": 158963, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 49 }, "end": { - "line": 3544, + "line": 3586, "column": 50 } } @@ -1061406,15 +1061893,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 156573, - "end": 156587, + "start": 158963, + "end": 158977, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 50 }, "end": { - "line": 3544, + "line": 3586, "column": 64 } } @@ -1061431,15 +1061918,15 @@ "postfix": false, "binop": null }, - "start": 156587, - "end": 156588, + "start": 158977, + "end": 158978, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 64 }, "end": { - "line": 3544, + "line": 3586, "column": 65 } } @@ -1061458,15 +1061945,15 @@ "updateContext": null }, "value": "hour", - "start": 156588, - "end": 156594, + "start": 158978, + "end": 158984, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 65 }, "end": { - "line": 3544, + "line": 3586, "column": 71 } } @@ -1061483,15 +1061970,15 @@ "postfix": false, "binop": null }, - "start": 156594, - "end": 156595, + "start": 158984, + "end": 158985, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 71 }, "end": { - "line": 3544, + "line": 3586, "column": 72 } } @@ -1061509,15 +1061996,15 @@ "binop": null, "updateContext": null }, - "start": 156596, - "end": 156597, + "start": 158986, + "end": 158987, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 73 }, "end": { - "line": 3544, + "line": 3586, "column": 74 } } @@ -1061535,15 +1062022,15 @@ "binop": null }, "value": "options", - "start": 156598, - "end": 156605, + "start": 158988, + "end": 158995, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 75 }, "end": { - "line": 3544, + "line": 3586, "column": 82 } } @@ -1061561,15 +1062048,15 @@ "binop": null, "updateContext": null }, - "start": 156605, - "end": 156606, + "start": 158995, + "end": 158996, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 82 }, "end": { - "line": 3544, + "line": 3586, "column": 83 } } @@ -1061587,15 +1062074,15 @@ "binop": null }, "value": "hour", - "start": 156606, - "end": 156610, + "start": 158996, + "end": 159000, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 83 }, "end": { - "line": 3544, + "line": 3586, "column": 87 } } @@ -1061613,15 +1062100,15 @@ "binop": null, "updateContext": null }, - "start": 156611, - "end": 156612, + "start": 159001, + "end": 159002, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 88 }, "end": { - "line": 3544, + "line": 3586, "column": 89 } } @@ -1061640,15 +1062127,15 @@ "updateContext": null }, "value": "numeric", - "start": 156613, - "end": 156622, + "start": 159003, + "end": 159012, "loc": { "start": { - "line": 3544, + "line": 3586, "column": 90 }, "end": { - "line": 3544, + "line": 3586, "column": 99 } } @@ -1061665,15 +1062152,15 @@ "postfix": false, "binop": null }, - "start": 156643, - "end": 156644, + "start": 159033, + "end": 159034, "loc": { "start": { - "line": 3545, + "line": 3587, "column": 20 }, "end": { - "line": 3545, + "line": 3587, "column": 21 } } @@ -1061691,15 +1062178,15 @@ "binop": null }, "value": "locale_string", - "start": 156665, - "end": 156678, + "start": 159055, + "end": 159068, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 20 }, "end": { - "line": 3546, + "line": 3588, "column": 33 } } @@ -1061718,15 +1062205,15 @@ "updateContext": null }, "value": "=", - "start": 156679, - "end": 156680, + "start": 159069, + "end": 159070, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 34 }, "end": { - "line": 3546, + "line": 3588, "column": 35 } } @@ -1061744,15 +1062231,15 @@ "binop": null }, "value": "_temp", - "start": 156681, - "end": 156686, + "start": 159071, + "end": 159076, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 36 }, "end": { - "line": 3546, + "line": 3588, "column": 41 } } @@ -1061770,15 +1062257,15 @@ "binop": null, "updateContext": null }, - "start": 156686, - "end": 156687, + "start": 159076, + "end": 159077, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 41 }, "end": { - "line": 3546, + "line": 3588, "column": 42 } } @@ -1061796,15 +1062283,15 @@ "binop": null }, "value": "toLocaleString", - "start": 156687, - "end": 156701, + "start": 159077, + "end": 159091, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 42 }, "end": { - "line": 3546, + "line": 3588, "column": 56 } } @@ -1061821,15 +1062308,15 @@ "postfix": false, "binop": null }, - "start": 156701, - "end": 156702, + "start": 159091, + "end": 159092, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 56 }, "end": { - "line": 3546, + "line": 3588, "column": 57 } } @@ -1061847,15 +1062334,15 @@ "binop": null }, "value": "locales", - "start": 156703, - "end": 156710, + "start": 159093, + "end": 159100, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 58 }, "end": { - "line": 3546, + "line": 3588, "column": 65 } } @@ -1061873,15 +1062360,15 @@ "binop": null, "updateContext": null }, - "start": 156710, - "end": 156711, + "start": 159100, + "end": 159101, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 65 }, "end": { - "line": 3546, + "line": 3588, "column": 66 } } @@ -1061899,15 +1062386,15 @@ "binop": null }, "value": "_options", - "start": 156712, - "end": 156720, + "start": 159102, + "end": 159110, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 67 }, "end": { - "line": 3546, + "line": 3588, "column": 75 } } @@ -1061924,15 +1062411,15 @@ "postfix": false, "binop": null }, - "start": 156721, - "end": 156722, + "start": 159111, + "end": 159112, "loc": { "start": { - "line": 3546, + "line": 3588, "column": 76 }, "end": { - "line": 3546, + "line": 3588, "column": 77 } } @@ -1061940,15 +1062427,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 156743, - "end": 156833, + "start": 159133, + "end": 159223, "loc": { "start": { - "line": 3547, + "line": 3589, "column": 20 }, "end": { - "line": 3547, + "line": 3589, "column": 110 } } @@ -1061965,15 +1062452,15 @@ "postfix": false, "binop": null }, - "start": 156850, - "end": 156851, + "start": 159240, + "end": 159241, "loc": { "start": { - "line": 3548, + "line": 3590, "column": 16 }, "end": { - "line": 3548, + "line": 3590, "column": 17 } } @@ -1061993,15 +1062480,15 @@ "updateContext": null }, "value": "else", - "start": 156852, - "end": 156856, + "start": 159242, + "end": 159246, "loc": { "start": { - "line": 3548, + "line": 3590, "column": 18 }, "end": { - "line": 3548, + "line": 3590, "column": 22 } } @@ -1062018,15 +1062505,15 @@ "postfix": false, "binop": null }, - "start": 156857, - "end": 156858, + "start": 159247, + "end": 159248, "loc": { "start": { - "line": 3548, + "line": 3590, "column": 23 }, "end": { - "line": 3548, + "line": 3590, "column": 24 } } @@ -1062044,15 +1062531,15 @@ "binop": null }, "value": "locale_string", - "start": 156879, - "end": 156892, + "start": 159269, + "end": 159282, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 20 }, "end": { - "line": 3549, + "line": 3591, "column": 33 } } @@ -1062071,15 +1062558,15 @@ "updateContext": null }, "value": "=", - "start": 156893, - "end": 156894, + "start": 159283, + "end": 159284, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 34 }, "end": { - "line": 3549, + "line": 3591, "column": 35 } } @@ -1062097,15 +1062584,15 @@ "binop": null }, "value": "_temp", - "start": 156895, - "end": 156900, + "start": 159285, + "end": 159290, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 36 }, "end": { - "line": 3549, + "line": 3591, "column": 41 } } @@ -1062123,15 +1062610,15 @@ "binop": null, "updateContext": null }, - "start": 156900, - "end": 156901, + "start": 159290, + "end": 159291, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 41 }, "end": { - "line": 3549, + "line": 3591, "column": 42 } } @@ -1062149,15 +1062636,15 @@ "binop": null }, "value": "getMinutes", - "start": 156901, - "end": 156911, + "start": 159291, + "end": 159301, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 42 }, "end": { - "line": 3549, + "line": 3591, "column": 52 } } @@ -1062174,15 +1062661,15 @@ "postfix": false, "binop": null }, - "start": 156911, - "end": 156912, + "start": 159301, + "end": 159302, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 52 }, "end": { - "line": 3549, + "line": 3591, "column": 53 } } @@ -1062199,15 +1062686,15 @@ "postfix": false, "binop": null }, - "start": 156912, - "end": 156913, + "start": 159302, + "end": 159303, "loc": { "start": { - "line": 3549, + "line": 3591, "column": 53 }, "end": { - "line": 3549, + "line": 3591, "column": 54 } } @@ -1062215,15 +1062702,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getMinutes()", - "start": 156934, - "end": 157001, + "start": 159324, + "end": 159391, "loc": { "start": { - "line": 3550, + "line": 3592, "column": 20 }, "end": { - "line": 3550, + "line": 3592, "column": 87 } } @@ -1062240,15 +1062727,15 @@ "postfix": false, "binop": null }, - "start": 157018, - "end": 157019, + "start": 159408, + "end": 159409, "loc": { "start": { - "line": 3551, + "line": 3593, "column": 16 }, "end": { - "line": 3551, + "line": 3593, "column": 17 } } @@ -1062268,15 +1062755,15 @@ "updateContext": null }, "value": "break", - "start": 157036, - "end": 157041, + "start": 159426, + "end": 159431, "loc": { "start": { - "line": 3552, + "line": 3594, "column": 16 }, "end": { - "line": 3552, + "line": 3594, "column": 21 } } @@ -1062296,15 +1062783,15 @@ "updateContext": null }, "value": "case", - "start": 157054, - "end": 157058, + "start": 159444, + "end": 159448, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 12 }, "end": { - "line": 3553, + "line": 3595, "column": 16 } } @@ -1062326,15 +1062813,15 @@ "pattern": "^seconds?$", "flags": "i" }, - "start": 157059, - "end": 157072, + "start": 159449, + "end": 159462, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 17 }, "end": { - "line": 3553, + "line": 3595, "column": 30 } } @@ -1062352,15 +1062839,15 @@ "binop": null, "updateContext": null }, - "start": 157072, - "end": 157073, + "start": 159462, + "end": 159463, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 30 }, "end": { - "line": 3553, + "line": 3595, "column": 31 } } @@ -1062378,15 +1062865,15 @@ "binop": null }, "value": "test", - "start": 157073, - "end": 157077, + "start": 159463, + "end": 159467, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 31 }, "end": { - "line": 3553, + "line": 3595, "column": 35 } } @@ -1062403,15 +1062890,15 @@ "postfix": false, "binop": null }, - "start": 157077, - "end": 157078, + "start": 159467, + "end": 159468, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 35 }, "end": { - "line": 3553, + "line": 3595, "column": 36 } } @@ -1062429,15 +1062916,15 @@ "binop": null }, "value": "scale", - "start": 157079, - "end": 157084, + "start": 159469, + "end": 159474, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 37 }, "end": { - "line": 3553, + "line": 3595, "column": 42 } } @@ -1062454,15 +1062941,15 @@ "postfix": false, "binop": null }, - "start": 157085, - "end": 157086, + "start": 159475, + "end": 159476, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 43 }, "end": { - "line": 3553, + "line": 3595, "column": 44 } } @@ -1062480,15 +1062967,15 @@ "binop": null, "updateContext": null }, - "start": 157086, - "end": 157087, + "start": 159476, + "end": 159477, "loc": { "start": { - "line": 3553, + "line": 3595, "column": 44 }, "end": { - "line": 3553, + "line": 3595, "column": 45 } } @@ -1062506,15 +1062993,15 @@ "binop": null }, "value": "_temp", - "start": 157104, - "end": 157109, + "start": 159494, + "end": 159499, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 16 }, "end": { - "line": 3554, + "line": 3596, "column": 21 } } @@ -1062533,15 +1063020,15 @@ "updateContext": null }, "value": "=", - "start": 157110, - "end": 157111, + "start": 159500, + "end": 159501, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 22 }, "end": { - "line": 3554, + "line": 3596, "column": 23 } } @@ -1062561,15 +1063048,15 @@ "updateContext": null }, "value": "typeof", - "start": 157112, - "end": 157118, + "start": 159502, + "end": 159508, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 24 }, "end": { - "line": 3554, + "line": 3596, "column": 30 } } @@ -1062587,15 +1063074,15 @@ "binop": null }, "value": "date_seed", - "start": 157119, - "end": 157128, + "start": 159509, + "end": 159518, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 31 }, "end": { - "line": 3554, + "line": 3596, "column": 40 } } @@ -1062614,15 +1063101,15 @@ "updateContext": null }, "value": "===", - "start": 157129, - "end": 157132, + "start": 159519, + "end": 159522, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 41 }, "end": { - "line": 3554, + "line": 3596, "column": 44 } } @@ -1062641,15 +1063128,15 @@ "updateContext": null }, "value": "string", - "start": 157133, - "end": 157141, + "start": 159523, + "end": 159531, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 45 }, "end": { - "line": 3554, + "line": 3596, "column": 53 } } @@ -1062667,15 +1063154,15 @@ "binop": null, "updateContext": null }, - "start": 157142, - "end": 157143, + "start": 159532, + "end": 159533, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 54 }, "end": { - "line": 3554, + "line": 3596, "column": 55 } } @@ -1062693,15 +1063180,15 @@ "binop": null }, "value": "parseDatetime", - "start": 157144, - "end": 157157, + "start": 159534, + "end": 159547, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 56 }, "end": { - "line": 3554, + "line": 3596, "column": 69 } } @@ -1062718,15 +1063205,15 @@ "postfix": false, "binop": null }, - "start": 157157, - "end": 157158, + "start": 159547, + "end": 159548, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 69 }, "end": { - "line": 3554, + "line": 3596, "column": 70 } } @@ -1062744,15 +1063231,15 @@ "binop": null }, "value": "date_seed", - "start": 157159, - "end": 157168, + "start": 159549, + "end": 159558, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 71 }, "end": { - "line": 3554, + "line": 3596, "column": 80 } } @@ -1062769,15 +1063256,15 @@ "postfix": false, "binop": null }, - "start": 157169, - "end": 157170, + "start": 159559, + "end": 159560, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 81 }, "end": { - "line": 3554, + "line": 3596, "column": 82 } } @@ -1062795,15 +1063282,15 @@ "binop": null, "updateContext": null }, - "start": 157171, - "end": 157172, + "start": 159561, + "end": 159562, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 83 }, "end": { - "line": 3554, + "line": 3596, "column": 84 } } @@ -1062823,15 +1063310,15 @@ "updateContext": null }, "value": "new", - "start": 157173, - "end": 157176, + "start": 159563, + "end": 159566, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 85 }, "end": { - "line": 3554, + "line": 3596, "column": 88 } } @@ -1062849,15 +1063336,15 @@ "binop": null }, "value": "Date", - "start": 157177, - "end": 157181, + "start": 159567, + "end": 159571, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 89 }, "end": { - "line": 3554, + "line": 3596, "column": 93 } } @@ -1062874,15 +1063361,15 @@ "postfix": false, "binop": null }, - "start": 157181, - "end": 157182, + "start": 159571, + "end": 159572, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 93 }, "end": { - "line": 3554, + "line": 3596, "column": 94 } } @@ -1062900,15 +1063387,15 @@ "binop": null }, "value": "date_seed", - "start": 157183, - "end": 157192, + "start": 159573, + "end": 159582, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 95 }, "end": { - "line": 3554, + "line": 3596, "column": 104 } } @@ -1062925,15 +1063412,15 @@ "postfix": false, "binop": null }, - "start": 157193, - "end": 157194, + "start": 159583, + "end": 159584, "loc": { "start": { - "line": 3554, + "line": 3596, "column": 105 }, "end": { - "line": 3554, + "line": 3596, "column": 106 } } @@ -1062953,15 +1063440,15 @@ "updateContext": null }, "value": "if", - "start": 157211, - "end": 157213, + "start": 159601, + "end": 159603, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 16 }, "end": { - "line": 3555, + "line": 3597, "column": 18 } } @@ -1062978,15 +1063465,15 @@ "postfix": false, "binop": null }, - "start": 157214, - "end": 157215, + "start": 159604, + "end": 159605, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 19 }, "end": { - "line": 3555, + "line": 3597, "column": 20 } } @@ -1063004,15 +1063491,15 @@ "binop": null }, "value": "is_toLocalString", - "start": 157216, - "end": 157232, + "start": 159606, + "end": 159622, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 21 }, "end": { - "line": 3555, + "line": 3597, "column": 37 } } @@ -1063029,15 +1063516,15 @@ "postfix": false, "binop": null }, - "start": 157233, - "end": 157234, + "start": 159623, + "end": 159624, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 38 }, "end": { - "line": 3555, + "line": 3597, "column": 39 } } @@ -1063054,15 +1063541,15 @@ "postfix": false, "binop": null }, - "start": 157235, - "end": 157236, + "start": 159625, + "end": 159626, "loc": { "start": { - "line": 3555, + "line": 3597, "column": 40 }, "end": { - "line": 3555, + "line": 3597, "column": 41 } } @@ -1063080,15 +1063567,15 @@ "binop": null }, "value": "_options", - "start": 157257, - "end": 157265, + "start": 159647, + "end": 159655, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 20 }, "end": { - "line": 3556, + "line": 3598, "column": 28 } } @@ -1063106,15 +1063593,15 @@ "binop": null, "updateContext": null }, - "start": 157265, - "end": 157266, + "start": 159655, + "end": 159656, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 28 }, "end": { - "line": 3556, + "line": 3598, "column": 29 } } @@ -1063132,15 +1063619,15 @@ "binop": null }, "value": "second", - "start": 157266, - "end": 157272, + "start": 159656, + "end": 159662, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 29 }, "end": { - "line": 3556, + "line": 3598, "column": 35 } } @@ -1063159,15 +1063646,15 @@ "updateContext": null }, "value": "=", - "start": 157273, - "end": 157274, + "start": 159663, + "end": 159664, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 36 }, "end": { - "line": 3556, + "line": 3598, "column": 37 } } @@ -1063185,15 +1063672,15 @@ "binop": null }, "value": "options", - "start": 157275, - "end": 157282, + "start": 159665, + "end": 159672, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 38 }, "end": { - "line": 3556, + "line": 3598, "column": 45 } } @@ -1063211,15 +1063698,15 @@ "binop": null, "updateContext": null }, - "start": 157282, - "end": 157283, + "start": 159672, + "end": 159673, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 45 }, "end": { - "line": 3556, + "line": 3598, "column": 46 } } @@ -1063237,15 +1063724,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 157283, - "end": 157297, + "start": 159673, + "end": 159687, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 46 }, "end": { - "line": 3556, + "line": 3598, "column": 60 } } @@ -1063262,15 +1063749,15 @@ "postfix": false, "binop": null }, - "start": 157297, - "end": 157298, + "start": 159687, + "end": 159688, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 60 }, "end": { - "line": 3556, + "line": 3598, "column": 61 } } @@ -1063289,15 +1063776,15 @@ "updateContext": null }, "value": "second", - "start": 157298, - "end": 157306, + "start": 159688, + "end": 159696, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 61 }, "end": { - "line": 3556, + "line": 3598, "column": 69 } } @@ -1063314,15 +1063801,15 @@ "postfix": false, "binop": null }, - "start": 157306, - "end": 157307, + "start": 159696, + "end": 159697, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 69 }, "end": { - "line": 3556, + "line": 3598, "column": 70 } } @@ -1063340,15 +1063827,15 @@ "binop": null, "updateContext": null }, - "start": 157308, - "end": 157309, + "start": 159698, + "end": 159699, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 71 }, "end": { - "line": 3556, + "line": 3598, "column": 72 } } @@ -1063366,15 +1063853,15 @@ "binop": null }, "value": "options", - "start": 157310, - "end": 157317, + "start": 159700, + "end": 159707, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 73 }, "end": { - "line": 3556, + "line": 3598, "column": 80 } } @@ -1063392,15 +1063879,15 @@ "binop": null, "updateContext": null }, - "start": 157317, - "end": 157318, + "start": 159707, + "end": 159708, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 80 }, "end": { - "line": 3556, + "line": 3598, "column": 81 } } @@ -1063418,15 +1063905,15 @@ "binop": null }, "value": "second", - "start": 157318, - "end": 157324, + "start": 159708, + "end": 159714, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 81 }, "end": { - "line": 3556, + "line": 3598, "column": 87 } } @@ -1063444,15 +1063931,15 @@ "binop": null, "updateContext": null }, - "start": 157325, - "end": 157326, + "start": 159715, + "end": 159716, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 88 }, "end": { - "line": 3556, + "line": 3598, "column": 89 } } @@ -1063471,15 +1063958,15 @@ "updateContext": null }, "value": "numeric", - "start": 157327, - "end": 157336, + "start": 159717, + "end": 159726, "loc": { "start": { - "line": 3556, + "line": 3598, "column": 90 }, "end": { - "line": 3556, + "line": 3598, "column": 99 } } @@ -1063499,15 +1063986,15 @@ "updateContext": null }, "value": "if", - "start": 157357, - "end": 157359, + "start": 159747, + "end": 159749, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 20 }, "end": { - "line": 3557, + "line": 3599, "column": 22 } } @@ -1063524,15 +1064011,15 @@ "postfix": false, "binop": null }, - "start": 157360, - "end": 157361, + "start": 159750, + "end": 159751, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 23 }, "end": { - "line": 3557, + "line": 3599, "column": 24 } } @@ -1063550,15 +1064037,15 @@ "binop": null }, "value": "options", - "start": 157362, - "end": 157369, + "start": 159752, + "end": 159759, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 25 }, "end": { - "line": 3557, + "line": 3599, "column": 32 } } @@ -1063576,15 +1064063,15 @@ "binop": null, "updateContext": null }, - "start": 157369, - "end": 157370, + "start": 159759, + "end": 159760, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 32 }, "end": { - "line": 3557, + "line": 3599, "column": 33 } } @@ -1063602,15 +1064089,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 157370, - "end": 157384, + "start": 159760, + "end": 159774, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 33 }, "end": { - "line": 3557, + "line": 3599, "column": 47 } } @@ -1063627,15 +1064114,15 @@ "postfix": false, "binop": null }, - "start": 157384, - "end": 157385, + "start": 159774, + "end": 159775, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 47 }, "end": { - "line": 3557, + "line": 3599, "column": 48 } } @@ -1063654,15 +1064141,15 @@ "updateContext": null }, "value": "hour", - "start": 157385, - "end": 157391, + "start": 159775, + "end": 159781, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 48 }, "end": { - "line": 3557, + "line": 3599, "column": 54 } } @@ -1063679,15 +1064166,15 @@ "postfix": false, "binop": null }, - "start": 157391, - "end": 157392, + "start": 159781, + "end": 159782, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 54 }, "end": { - "line": 3557, + "line": 3599, "column": 55 } } @@ -1063704,15 +1064191,15 @@ "postfix": false, "binop": null }, - "start": 157393, - "end": 157394, + "start": 159783, + "end": 159784, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 56 }, "end": { - "line": 3557, + "line": 3599, "column": 57 } } @@ -1063729,15 +1064216,15 @@ "postfix": false, "binop": null }, - "start": 157395, - "end": 157396, + "start": 159785, + "end": 159786, "loc": { "start": { - "line": 3557, + "line": 3599, "column": 58 }, "end": { - "line": 3557, + "line": 3599, "column": 59 } } @@ -1063755,15 +1064242,15 @@ "binop": null }, "value": "_options", - "start": 157421, - "end": 157429, + "start": 159811, + "end": 159819, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 24 }, "end": { - "line": 3558, + "line": 3600, "column": 32 } } @@ -1063781,15 +1064268,15 @@ "binop": null, "updateContext": null }, - "start": 157429, - "end": 157430, + "start": 159819, + "end": 159820, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 32 }, "end": { - "line": 3558, + "line": 3600, "column": 33 } } @@ -1063807,15 +1064294,15 @@ "binop": null }, "value": "hour", - "start": 157430, - "end": 157434, + "start": 159820, + "end": 159824, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 33 }, "end": { - "line": 3558, + "line": 3600, "column": 37 } } @@ -1063834,15 +1064321,15 @@ "updateContext": null }, "value": "=", - "start": 157437, - "end": 157438, + "start": 159827, + "end": 159828, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 40 }, "end": { - "line": 3558, + "line": 3600, "column": 41 } } @@ -1063860,15 +1064347,15 @@ "binop": null }, "value": "options", - "start": 157439, - "end": 157446, + "start": 159829, + "end": 159836, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 42 }, "end": { - "line": 3558, + "line": 3600, "column": 49 } } @@ -1063886,15 +1064373,15 @@ "binop": null, "updateContext": null }, - "start": 157446, - "end": 157447, + "start": 159836, + "end": 159837, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 49 }, "end": { - "line": 3558, + "line": 3600, "column": 50 } } @@ -1063912,15 +1064399,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 157447, - "end": 157461, + "start": 159837, + "end": 159851, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 50 }, "end": { - "line": 3558, + "line": 3600, "column": 64 } } @@ -1063937,15 +1064424,15 @@ "postfix": false, "binop": null }, - "start": 157461, - "end": 157462, + "start": 159851, + "end": 159852, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 64 }, "end": { - "line": 3558, + "line": 3600, "column": 65 } } @@ -1063964,15 +1064451,15 @@ "updateContext": null }, "value": "hour", - "start": 157462, - "end": 157468, + "start": 159852, + "end": 159858, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 65 }, "end": { - "line": 3558, + "line": 3600, "column": 71 } } @@ -1063989,15 +1064476,15 @@ "postfix": false, "binop": null }, - "start": 157468, - "end": 157469, + "start": 159858, + "end": 159859, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 71 }, "end": { - "line": 3558, + "line": 3600, "column": 72 } } @@ -1064015,15 +1064502,15 @@ "binop": null, "updateContext": null }, - "start": 157470, - "end": 157471, + "start": 159860, + "end": 159861, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 73 }, "end": { - "line": 3558, + "line": 3600, "column": 74 } } @@ -1064041,15 +1064528,15 @@ "binop": null }, "value": "options", - "start": 157472, - "end": 157479, + "start": 159862, + "end": 159869, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 75 }, "end": { - "line": 3558, + "line": 3600, "column": 82 } } @@ -1064067,15 +1064554,15 @@ "binop": null, "updateContext": null }, - "start": 157479, - "end": 157480, + "start": 159869, + "end": 159870, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 82 }, "end": { - "line": 3558, + "line": 3600, "column": 83 } } @@ -1064093,15 +1064580,15 @@ "binop": null }, "value": "hour", - "start": 157480, - "end": 157484, + "start": 159870, + "end": 159874, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 83 }, "end": { - "line": 3558, + "line": 3600, "column": 87 } } @@ -1064119,15 +1064606,15 @@ "binop": null, "updateContext": null }, - "start": 157485, - "end": 157486, + "start": 159875, + "end": 159876, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 88 }, "end": { - "line": 3558, + "line": 3600, "column": 89 } } @@ -1064146,15 +1064633,15 @@ "updateContext": null }, "value": "numeric", - "start": 157487, - "end": 157496, + "start": 159877, + "end": 159886, "loc": { "start": { - "line": 3558, + "line": 3600, "column": 90 }, "end": { - "line": 3558, + "line": 3600, "column": 99 } } @@ -1064171,15 +1064658,15 @@ "postfix": false, "binop": null }, - "start": 157517, - "end": 157518, + "start": 159907, + "end": 159908, "loc": { "start": { - "line": 3559, + "line": 3601, "column": 20 }, "end": { - "line": 3559, + "line": 3601, "column": 21 } } @@ -1064199,15 +1064686,15 @@ "updateContext": null }, "value": "if", - "start": 157539, - "end": 157541, + "start": 159929, + "end": 159931, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 20 }, "end": { - "line": 3560, + "line": 3602, "column": 22 } } @@ -1064224,15 +1064711,15 @@ "postfix": false, "binop": null }, - "start": 157542, - "end": 157543, + "start": 159932, + "end": 159933, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 23 }, "end": { - "line": 3560, + "line": 3602, "column": 24 } } @@ -1064250,15 +1064737,15 @@ "binop": null }, "value": "options", - "start": 157544, - "end": 157551, + "start": 159934, + "end": 159941, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 25 }, "end": { - "line": 3560, + "line": 3602, "column": 32 } } @@ -1064276,15 +1064763,15 @@ "binop": null, "updateContext": null }, - "start": 157551, - "end": 157552, + "start": 159941, + "end": 159942, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 32 }, "end": { - "line": 3560, + "line": 3602, "column": 33 } } @@ -1064302,15 +1064789,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 157552, - "end": 157566, + "start": 159942, + "end": 159956, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 33 }, "end": { - "line": 3560, + "line": 3602, "column": 47 } } @@ -1064327,15 +1064814,15 @@ "postfix": false, "binop": null }, - "start": 157566, - "end": 157567, + "start": 159956, + "end": 159957, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 47 }, "end": { - "line": 3560, + "line": 3602, "column": 48 } } @@ -1064354,15 +1064841,15 @@ "updateContext": null }, "value": "minute", - "start": 157567, - "end": 157575, + "start": 159957, + "end": 159965, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 48 }, "end": { - "line": 3560, + "line": 3602, "column": 56 } } @@ -1064379,15 +1064866,15 @@ "postfix": false, "binop": null }, - "start": 157575, - "end": 157576, + "start": 159965, + "end": 159966, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 56 }, "end": { - "line": 3560, + "line": 3602, "column": 57 } } @@ -1064404,15 +1064891,15 @@ "postfix": false, "binop": null }, - "start": 157577, - "end": 157578, + "start": 159967, + "end": 159968, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 58 }, "end": { - "line": 3560, + "line": 3602, "column": 59 } } @@ -1064429,15 +1064916,15 @@ "postfix": false, "binop": null }, - "start": 157579, - "end": 157580, + "start": 159969, + "end": 159970, "loc": { "start": { - "line": 3560, + "line": 3602, "column": 60 }, "end": { - "line": 3560, + "line": 3602, "column": 61 } } @@ -1064455,15 +1064942,15 @@ "binop": null }, "value": "_options", - "start": 157605, - "end": 157613, + "start": 159995, + "end": 160003, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 24 }, "end": { - "line": 3561, + "line": 3603, "column": 32 } } @@ -1064481,15 +1064968,15 @@ "binop": null, "updateContext": null }, - "start": 157613, - "end": 157614, + "start": 160003, + "end": 160004, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 32 }, "end": { - "line": 3561, + "line": 3603, "column": 33 } } @@ -1064507,15 +1064994,15 @@ "binop": null }, "value": "minute", - "start": 157614, - "end": 157620, + "start": 160004, + "end": 160010, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 33 }, "end": { - "line": 3561, + "line": 3603, "column": 39 } } @@ -1064534,15 +1065021,15 @@ "updateContext": null }, "value": "=", - "start": 157621, - "end": 157622, + "start": 160011, + "end": 160012, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 40 }, "end": { - "line": 3561, + "line": 3603, "column": 41 } } @@ -1064560,15 +1065047,15 @@ "binop": null }, "value": "options", - "start": 157623, - "end": 157630, + "start": 160013, + "end": 160020, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 42 }, "end": { - "line": 3561, + "line": 3603, "column": 49 } } @@ -1064586,15 +1065073,15 @@ "binop": null, "updateContext": null }, - "start": 157630, - "end": 157631, + "start": 160020, + "end": 160021, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 49 }, "end": { - "line": 3561, + "line": 3603, "column": 50 } } @@ -1064612,15 +1065099,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 157631, - "end": 157645, + "start": 160021, + "end": 160035, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 50 }, "end": { - "line": 3561, + "line": 3603, "column": 64 } } @@ -1064637,15 +1065124,15 @@ "postfix": false, "binop": null }, - "start": 157645, - "end": 157646, + "start": 160035, + "end": 160036, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 64 }, "end": { - "line": 3561, + "line": 3603, "column": 65 } } @@ -1064664,15 +1065151,15 @@ "updateContext": null }, "value": "minute", - "start": 157646, - "end": 157654, + "start": 160036, + "end": 160044, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 65 }, "end": { - "line": 3561, + "line": 3603, "column": 73 } } @@ -1064689,15 +1065176,15 @@ "postfix": false, "binop": null }, - "start": 157654, - "end": 157655, + "start": 160044, + "end": 160045, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 73 }, "end": { - "line": 3561, + "line": 3603, "column": 74 } } @@ -1064715,15 +1065202,15 @@ "binop": null, "updateContext": null }, - "start": 157656, - "end": 157657, + "start": 160046, + "end": 160047, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 75 }, "end": { - "line": 3561, + "line": 3603, "column": 76 } } @@ -1064741,15 +1065228,15 @@ "binop": null }, "value": "options", - "start": 157658, - "end": 157665, + "start": 160048, + "end": 160055, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 77 }, "end": { - "line": 3561, + "line": 3603, "column": 84 } } @@ -1064767,15 +1065254,15 @@ "binop": null, "updateContext": null }, - "start": 157665, - "end": 157666, + "start": 160055, + "end": 160056, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 84 }, "end": { - "line": 3561, + "line": 3603, "column": 85 } } @@ -1064793,15 +1065280,15 @@ "binop": null }, "value": "minute", - "start": 157666, - "end": 157672, + "start": 160056, + "end": 160062, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 85 }, "end": { - "line": 3561, + "line": 3603, "column": 91 } } @@ -1064819,15 +1065306,15 @@ "binop": null, "updateContext": null }, - "start": 157673, - "end": 157674, + "start": 160063, + "end": 160064, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 92 }, "end": { - "line": 3561, + "line": 3603, "column": 93 } } @@ -1064846,15 +1065333,15 @@ "updateContext": null }, "value": "numeric", - "start": 157675, - "end": 157684, + "start": 160065, + "end": 160074, "loc": { "start": { - "line": 3561, + "line": 3603, "column": 94 }, "end": { - "line": 3561, + "line": 3603, "column": 103 } } @@ -1064871,15 +1065358,15 @@ "postfix": false, "binop": null }, - "start": 157705, - "end": 157706, + "start": 160095, + "end": 160096, "loc": { "start": { - "line": 3562, + "line": 3604, "column": 20 }, "end": { - "line": 3562, + "line": 3604, "column": 21 } } @@ -1064897,15 +1065384,15 @@ "binop": null }, "value": "locale_string", - "start": 157727, - "end": 157740, + "start": 160117, + "end": 160130, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 20 }, "end": { - "line": 3563, + "line": 3605, "column": 33 } } @@ -1064924,15 +1065411,15 @@ "updateContext": null }, "value": "=", - "start": 157741, - "end": 157742, + "start": 160131, + "end": 160132, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 34 }, "end": { - "line": 3563, + "line": 3605, "column": 35 } } @@ -1064950,15 +1065437,15 @@ "binop": null }, "value": "_temp", - "start": 157743, - "end": 157748, + "start": 160133, + "end": 160138, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 36 }, "end": { - "line": 3563, + "line": 3605, "column": 41 } } @@ -1064976,15 +1065463,15 @@ "binop": null, "updateContext": null }, - "start": 157748, - "end": 157749, + "start": 160138, + "end": 160139, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 41 }, "end": { - "line": 3563, + "line": 3605, "column": 42 } } @@ -1065002,15 +1065489,15 @@ "binop": null }, "value": "toLocaleString", - "start": 157749, - "end": 157763, + "start": 160139, + "end": 160153, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 42 }, "end": { - "line": 3563, + "line": 3605, "column": 56 } } @@ -1065027,15 +1065514,15 @@ "postfix": false, "binop": null }, - "start": 157763, - "end": 157764, + "start": 160153, + "end": 160154, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 56 }, "end": { - "line": 3563, + "line": 3605, "column": 57 } } @@ -1065053,15 +1065540,15 @@ "binop": null }, "value": "locales", - "start": 157765, - "end": 157772, + "start": 160155, + "end": 160162, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 58 }, "end": { - "line": 3563, + "line": 3605, "column": 65 } } @@ -1065079,15 +1065566,15 @@ "binop": null, "updateContext": null }, - "start": 157772, - "end": 157773, + "start": 160162, + "end": 160163, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 65 }, "end": { - "line": 3563, + "line": 3605, "column": 66 } } @@ -1065105,15 +1065592,15 @@ "binop": null }, "value": "_options", - "start": 157774, - "end": 157782, + "start": 160164, + "end": 160172, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 67 }, "end": { - "line": 3563, + "line": 3605, "column": 75 } } @@ -1065130,15 +1065617,15 @@ "postfix": false, "binop": null }, - "start": 157783, - "end": 157784, + "start": 160173, + "end": 160174, "loc": { "start": { - "line": 3563, + "line": 3605, "column": 76 }, "end": { - "line": 3563, + "line": 3605, "column": 77 } } @@ -1065146,15 +1065633,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )", - "start": 157805, - "end": 157895, + "start": 160195, + "end": 160285, "loc": { "start": { - "line": 3564, + "line": 3606, "column": 20 }, "end": { - "line": 3564, + "line": 3606, "column": 110 } } @@ -1065171,15 +1065658,15 @@ "postfix": false, "binop": null }, - "start": 157912, - "end": 157913, + "start": 160302, + "end": 160303, "loc": { "start": { - "line": 3565, + "line": 3607, "column": 16 }, "end": { - "line": 3565, + "line": 3607, "column": 17 } } @@ -1065199,15 +1065686,15 @@ "updateContext": null }, "value": "else", - "start": 157914, - "end": 157918, + "start": 160304, + "end": 160308, "loc": { "start": { - "line": 3565, + "line": 3607, "column": 18 }, "end": { - "line": 3565, + "line": 3607, "column": 22 } } @@ -1065224,15 +1065711,15 @@ "postfix": false, "binop": null }, - "start": 157919, - "end": 157920, + "start": 160309, + "end": 160310, "loc": { "start": { - "line": 3565, + "line": 3607, "column": 23 }, "end": { - "line": 3565, + "line": 3607, "column": 24 } } @@ -1065250,15 +1065737,15 @@ "binop": null }, "value": "locale_string", - "start": 157941, - "end": 157954, + "start": 160331, + "end": 160344, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 20 }, "end": { - "line": 3566, + "line": 3608, "column": 33 } } @@ -1065277,15 +1065764,15 @@ "updateContext": null }, "value": "=", - "start": 157955, - "end": 157956, + "start": 160345, + "end": 160346, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 34 }, "end": { - "line": 3566, + "line": 3608, "column": 35 } } @@ -1065303,15 +1065790,15 @@ "binop": null }, "value": "_temp", - "start": 157957, - "end": 157962, + "start": 160347, + "end": 160352, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 36 }, "end": { - "line": 3566, + "line": 3608, "column": 41 } } @@ -1065329,15 +1065816,15 @@ "binop": null, "updateContext": null }, - "start": 157962, - "end": 157963, + "start": 160352, + "end": 160353, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 41 }, "end": { - "line": 3566, + "line": 3608, "column": 42 } } @@ -1065355,15 +1065842,15 @@ "binop": null }, "value": "getSeconds", - "start": 157963, - "end": 157973, + "start": 160353, + "end": 160363, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 42 }, "end": { - "line": 3566, + "line": 3608, "column": 52 } } @@ -1065380,15 +1065867,15 @@ "postfix": false, "binop": null }, - "start": 157973, - "end": 157974, + "start": 160363, + "end": 160364, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 52 }, "end": { - "line": 3566, + "line": 3608, "column": 53 } } @@ -1065405,15 +1065892,15 @@ "postfix": false, "binop": null }, - "start": 157974, - "end": 157975, + "start": 160364, + "end": 160365, "loc": { "start": { - "line": 3566, + "line": 3608, "column": 53 }, "end": { - "line": 3566, + "line": 3608, "column": 54 } } @@ -1065421,15 +1065908,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed ).getSeconds()", - "start": 157996, - "end": 158063, + "start": 160386, + "end": 160453, "loc": { "start": { - "line": 3567, + "line": 3609, "column": 20 }, "end": { - "line": 3567, + "line": 3609, "column": 87 } } @@ -1065446,15 +1065933,15 @@ "postfix": false, "binop": null }, - "start": 158080, - "end": 158081, + "start": 160470, + "end": 160471, "loc": { "start": { - "line": 3568, + "line": 3610, "column": 16 }, "end": { - "line": 3568, + "line": 3610, "column": 17 } } @@ -1065474,15 +1065961,15 @@ "updateContext": null }, "value": "break", - "start": 158098, - "end": 158103, + "start": 160488, + "end": 160493, "loc": { "start": { - "line": 3569, + "line": 3611, "column": 16 }, "end": { - "line": 3569, + "line": 3611, "column": 21 } } @@ -1065502,15 +1065989,15 @@ "updateContext": null }, "value": "case", - "start": 158116, - "end": 158120, + "start": 160506, + "end": 160510, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 12 }, "end": { - "line": 3570, + "line": 3612, "column": 16 } } @@ -1065532,15 +1066019,15 @@ "pattern": "^millisec(|ond)s?$", "flags": "i" }, - "start": 158121, - "end": 158142, + "start": 160511, + "end": 160532, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 17 }, "end": { - "line": 3570, + "line": 3612, "column": 38 } } @@ -1065558,15 +1066045,15 @@ "binop": null, "updateContext": null }, - "start": 158142, - "end": 158143, + "start": 160532, + "end": 160533, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 38 }, "end": { - "line": 3570, + "line": 3612, "column": 39 } } @@ -1065584,15 +1066071,15 @@ "binop": null }, "value": "test", - "start": 158143, - "end": 158147, + "start": 160533, + "end": 160537, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 39 }, "end": { - "line": 3570, + "line": 3612, "column": 43 } } @@ -1065609,15 +1066096,15 @@ "postfix": false, "binop": null }, - "start": 158147, - "end": 158148, + "start": 160537, + "end": 160538, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 43 }, "end": { - "line": 3570, + "line": 3612, "column": 44 } } @@ -1065635,15 +1066122,15 @@ "binop": null }, "value": "scale", - "start": 158149, - "end": 158154, + "start": 160539, + "end": 160544, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 45 }, "end": { - "line": 3570, + "line": 3612, "column": 50 } } @@ -1065660,15 +1066147,15 @@ "postfix": false, "binop": null }, - "start": 158155, - "end": 158156, + "start": 160545, + "end": 160546, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 51 }, "end": { - "line": 3570, + "line": 3612, "column": 52 } } @@ -1065686,15 +1066173,15 @@ "binop": null, "updateContext": null }, - "start": 158156, - "end": 158157, + "start": 160546, + "end": 160547, "loc": { "start": { - "line": 3570, + "line": 3612, "column": 52 }, "end": { - "line": 3570, + "line": 3612, "column": 53 } } @@ -1065714,15 +1066201,15 @@ "updateContext": null }, "value": "default", - "start": 158170, - "end": 158177, + "start": 160560, + "end": 160567, "loc": { "start": { - "line": 3571, + "line": 3613, "column": 12 }, "end": { - "line": 3571, + "line": 3613, "column": 19 } } @@ -1065740,15 +1066227,15 @@ "binop": null, "updateContext": null }, - "start": 158177, - "end": 158178, + "start": 160567, + "end": 160568, "loc": { "start": { - "line": 3571, + "line": 3613, "column": 19 }, "end": { - "line": 3571, + "line": 3613, "column": 20 } } @@ -1065766,15 +1066253,15 @@ "binop": null }, "value": "_temp", - "start": 158195, - "end": 158200, + "start": 160585, + "end": 160590, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 16 }, "end": { - "line": 3572, + "line": 3614, "column": 21 } } @@ -1065793,15 +1066280,15 @@ "updateContext": null }, "value": "=", - "start": 158201, - "end": 158202, + "start": 160591, + "end": 160592, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 22 }, "end": { - "line": 3572, + "line": 3614, "column": 23 } } @@ -1065821,15 +1066308,15 @@ "updateContext": null }, "value": "typeof", - "start": 158203, - "end": 158209, + "start": 160593, + "end": 160599, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 24 }, "end": { - "line": 3572, + "line": 3614, "column": 30 } } @@ -1065847,15 +1066334,15 @@ "binop": null }, "value": "date_seed", - "start": 158210, - "end": 158219, + "start": 160600, + "end": 160609, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 31 }, "end": { - "line": 3572, + "line": 3614, "column": 40 } } @@ -1065874,15 +1066361,15 @@ "updateContext": null }, "value": "===", - "start": 158220, - "end": 158223, + "start": 160610, + "end": 160613, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 41 }, "end": { - "line": 3572, + "line": 3614, "column": 44 } } @@ -1065901,15 +1066388,15 @@ "updateContext": null }, "value": "string", - "start": 158224, - "end": 158232, + "start": 160614, + "end": 160622, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 45 }, "end": { - "line": 3572, + "line": 3614, "column": 53 } } @@ -1065927,15 +1066414,15 @@ "binop": null, "updateContext": null }, - "start": 158233, - "end": 158234, + "start": 160623, + "end": 160624, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 54 }, "end": { - "line": 3572, + "line": 3614, "column": 55 } } @@ -1065953,15 +1066440,15 @@ "binop": null }, "value": "parseDatetime", - "start": 158235, - "end": 158248, + "start": 160625, + "end": 160638, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 56 }, "end": { - "line": 3572, + "line": 3614, "column": 69 } } @@ -1065978,15 +1066465,15 @@ "postfix": false, "binop": null }, - "start": 158248, - "end": 158249, + "start": 160638, + "end": 160639, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 69 }, "end": { - "line": 3572, + "line": 3614, "column": 70 } } @@ -1066004,15 +1066491,15 @@ "binop": null }, "value": "date_seed", - "start": 158250, - "end": 158259, + "start": 160640, + "end": 160649, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 71 }, "end": { - "line": 3572, + "line": 3614, "column": 80 } } @@ -1066029,15 +1066516,15 @@ "postfix": false, "binop": null }, - "start": 158260, - "end": 158261, + "start": 160650, + "end": 160651, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 81 }, "end": { - "line": 3572, + "line": 3614, "column": 82 } } @@ -1066055,15 +1066542,15 @@ "binop": null, "updateContext": null }, - "start": 158262, - "end": 158263, + "start": 160652, + "end": 160653, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 83 }, "end": { - "line": 3572, + "line": 3614, "column": 84 } } @@ -1066083,15 +1066570,15 @@ "updateContext": null }, "value": "new", - "start": 158264, - "end": 158267, + "start": 160654, + "end": 160657, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 85 }, "end": { - "line": 3572, + "line": 3614, "column": 88 } } @@ -1066109,15 +1066596,15 @@ "binop": null }, "value": "Date", - "start": 158268, - "end": 158272, + "start": 160658, + "end": 160662, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 89 }, "end": { - "line": 3572, + "line": 3614, "column": 93 } } @@ -1066134,15 +1066621,15 @@ "postfix": false, "binop": null }, - "start": 158272, - "end": 158273, + "start": 160662, + "end": 160663, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 93 }, "end": { - "line": 3572, + "line": 3614, "column": 94 } } @@ -1066160,15 +1066647,15 @@ "binop": null }, "value": "date_seed", - "start": 158274, - "end": 158283, + "start": 160664, + "end": 160673, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 95 }, "end": { - "line": 3572, + "line": 3614, "column": 104 } } @@ -1066185,15 +1066672,15 @@ "postfix": false, "binop": null }, - "start": 158284, - "end": 158285, + "start": 160674, + "end": 160675, "loc": { "start": { - "line": 3572, + "line": 3614, "column": 105 }, "end": { - "line": 3572, + "line": 3614, "column": 106 } } @@ -1066211,15 +1066698,15 @@ "binop": null }, "value": "locale_string", - "start": 158302, - "end": 158315, + "start": 160692, + "end": 160705, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 16 }, "end": { - "line": 3573, + "line": 3615, "column": 29 } } @@ -1066238,15 +1066725,15 @@ "updateContext": null }, "value": "=", - "start": 158316, - "end": 158317, + "start": 160706, + "end": 160707, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 30 }, "end": { - "line": 3573, + "line": 3615, "column": 31 } } @@ -1066264,15 +1066751,15 @@ "binop": null }, "value": "_temp", - "start": 158318, - "end": 158323, + "start": 160708, + "end": 160713, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 32 }, "end": { - "line": 3573, + "line": 3615, "column": 37 } } @@ -1066290,15 +1066777,15 @@ "binop": null, "updateContext": null }, - "start": 158323, - "end": 158324, + "start": 160713, + "end": 160714, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 37 }, "end": { - "line": 3573, + "line": 3615, "column": 38 } } @@ -1066316,15 +1066803,15 @@ "binop": null }, "value": "toString", - "start": 158324, - "end": 158332, + "start": 160714, + "end": 160722, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 38 }, "end": { - "line": 3573, + "line": 3615, "column": 46 } } @@ -1066341,15 +1066828,15 @@ "postfix": false, "binop": null }, - "start": 158332, - "end": 158333, + "start": 160722, + "end": 160723, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 46 }, "end": { - "line": 3573, + "line": 3615, "column": 47 } } @@ -1066366,15 +1066853,15 @@ "postfix": false, "binop": null }, - "start": 158333, - "end": 158334, + "start": 160723, + "end": 160724, "loc": { "start": { - "line": 3573, + "line": 3615, "column": 47 }, "end": { - "line": 3573, + "line": 3615, "column": 48 } } @@ -1066382,15 +1066869,15 @@ { "type": "CommentLine", "value": "locale_string = this.getCorrectDatetime( date_seed )", - "start": 158351, - "end": 158405, + "start": 160741, + "end": 160795, "loc": { "start": { - "line": 3574, + "line": 3616, "column": 16 }, "end": { - "line": 3574, + "line": 3616, "column": 70 } } @@ -1066410,15 +1066897,15 @@ "updateContext": null }, "value": "break", - "start": 158422, - "end": 158427, + "start": 160812, + "end": 160817, "loc": { "start": { - "line": 3575, + "line": 3617, "column": 16 }, "end": { - "line": 3575, + "line": 3617, "column": 21 } } @@ -1066435,15 +1066922,15 @@ "postfix": false, "binop": null }, - "start": 158436, - "end": 158437, + "start": 160826, + "end": 160827, "loc": { "start": { - "line": 3576, + "line": 3618, "column": 8 }, "end": { - "line": 3576, + "line": 3618, "column": 9 } } @@ -1066451,15 +1066938,15 @@ { "type": "CommentLine", "value": "console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )", - "start": 158438, - "end": 158532, + "start": 160828, + "end": 160922, "loc": { "start": { - "line": 3577, + "line": 3619, "column": 0 }, "end": { - "line": 3577, + "line": 3619, "column": 94 } } @@ -1066479,15 +1066966,15 @@ "updateContext": null }, "value": "return", - "start": 158541, - "end": 158547, + "start": 160931, + "end": 160937, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 8 }, "end": { - "line": 3578, + "line": 3620, "column": 14 } } @@ -1066505,15 +1066992,15 @@ "binop": null }, "value": "locale_string", - "start": 158548, - "end": 158561, + "start": 160938, + "end": 160951, "loc": { "start": { - "line": 3578, + "line": 3620, "column": 15 }, "end": { - "line": 3578, + "line": 3620, "column": 28 } } @@ -1066530,15 +1067017,15 @@ "postfix": false, "binop": null }, - "start": 158566, - "end": 158567, + "start": 160956, + "end": 160957, "loc": { "start": { - "line": 3579, + "line": 3621, "column": 4 }, "end": { - "line": 3579, + "line": 3621, "column": 5 } } @@ -1066546,15 +1067033,15 @@ { "type": "CommentBlock", "value": "*\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n ", - "start": 158577, - "end": 158694, + "start": 160967, + "end": 161084, "loc": { "start": { - "line": 3581, + "line": 3623, "column": 4 }, "end": { - "line": 3585, + "line": 3627, "column": 7 } } @@ -1066572,15 +1067059,15 @@ "binop": null }, "value": "strWidth", - "start": 158699, - "end": 158707, + "start": 161089, + "end": 161097, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 4 }, "end": { - "line": 3586, + "line": 3628, "column": 12 } } @@ -1066597,15 +1067084,15 @@ "postfix": false, "binop": null }, - "start": 158707, - "end": 158708, + "start": 161097, + "end": 161098, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 12 }, "end": { - "line": 3586, + "line": 3628, "column": 13 } } @@ -1066623,15 +1067110,15 @@ "binop": null }, "value": "str", - "start": 158709, - "end": 158712, + "start": 161099, + "end": 161102, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 14 }, "end": { - "line": 3586, + "line": 3628, "column": 17 } } @@ -1066648,15 +1067135,15 @@ "postfix": false, "binop": null }, - "start": 158713, - "end": 158714, + "start": 161103, + "end": 161104, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 18 }, "end": { - "line": 3586, + "line": 3628, "column": 19 } } @@ -1066673,15 +1067160,15 @@ "postfix": false, "binop": null }, - "start": 158715, - "end": 158716, + "start": 161105, + "end": 161106, "loc": { "start": { - "line": 3586, + "line": 3628, "column": 20 }, "end": { - "line": 3586, + "line": 3628, "column": 21 } } @@ -1066701,15 +1067188,15 @@ "updateContext": null }, "value": "let", - "start": 158725, - "end": 158728, + "start": 161115, + "end": 161118, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 8 }, "end": { - "line": 3587, + "line": 3629, "column": 11 } } @@ -1066727,15 +1067214,15 @@ "binop": null }, "value": "_str_ruler", - "start": 158729, - "end": 158739, + "start": 161119, + "end": 161129, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 12 }, "end": { - "line": 3587, + "line": 3629, "column": 22 } } @@ -1066754,15 +1067241,15 @@ "updateContext": null }, "value": "=", - "start": 158740, - "end": 158741, + "start": 161130, + "end": 161131, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 23 }, "end": { - "line": 3587, + "line": 3629, "column": 24 } } @@ -1066780,15 +1067267,15 @@ "binop": null }, "value": "$", - "start": 158742, - "end": 158743, + "start": 161132, + "end": 161133, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 25 }, "end": { - "line": 3587, + "line": 3629, "column": 26 } } @@ -1066805,15 +1067292,15 @@ "postfix": false, "binop": null }, - "start": 158743, - "end": 158744, + "start": 161133, + "end": 161134, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 26 }, "end": { - "line": 3587, + "line": 3629, "column": 27 } } @@ -1066832,15 +1067319,15 @@ "updateContext": null }, "value": "", - "start": 158745, - "end": 158780, + "start": 161135, + "end": 161170, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 28 }, "end": { - "line": 3587, + "line": 3629, "column": 63 } } @@ -1066857,15 +1067344,15 @@ "postfix": false, "binop": null }, - "start": 158781, - "end": 158782, + "start": 161171, + "end": 161172, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 64 }, "end": { - "line": 3587, + "line": 3629, "column": 65 } } @@ -1066883,15 +1067370,15 @@ "binop": null, "updateContext": null }, - "start": 158782, - "end": 158783, + "start": 161172, + "end": 161173, "loc": { "start": { - "line": 3587, + "line": 3629, "column": 65 }, "end": { - "line": 3587, + "line": 3629, "column": 66 } } @@ -1066909,15 +1067396,15 @@ "binop": null }, "value": "_width", - "start": 158796, - "end": 158802, + "start": 161186, + "end": 161192, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 12 }, "end": { - "line": 3588, + "line": 3630, "column": 18 } } @@ -1066936,15 +1067423,15 @@ "updateContext": null }, "value": "=", - "start": 158807, - "end": 158808, + "start": 161197, + "end": 161198, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 23 }, "end": { - "line": 3588, + "line": 3630, "column": 24 } } @@ -1066963,15 +1067450,15 @@ "updateContext": null }, "value": 0, - "start": 158809, - "end": 158810, + "start": 161199, + "end": 161200, "loc": { "start": { - "line": 3588, + "line": 3630, "column": 25 }, "end": { - "line": 3588, + "line": 3630, "column": 26 } } @@ -1066991,15 +1067478,15 @@ "updateContext": null }, "value": "if", - "start": 158819, - "end": 158821, + "start": 161209, + "end": 161211, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 8 }, "end": { - "line": 3589, + "line": 3631, "column": 10 } } @@ -1067016,15 +1067503,15 @@ "postfix": false, "binop": null }, - "start": 158822, - "end": 158823, + "start": 161212, + "end": 161213, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 11 }, "end": { - "line": 3589, + "line": 3631, "column": 12 } } @@ -1067042,15 +1067529,15 @@ "binop": null }, "value": "$", - "start": 158824, - "end": 158825, + "start": 161214, + "end": 161215, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 13 }, "end": { - "line": 3589, + "line": 3631, "column": 14 } } @@ -1067067,15 +1067554,15 @@ "postfix": false, "binop": null }, - "start": 158825, - "end": 158826, + "start": 161215, + "end": 161216, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 14 }, "end": { - "line": 3589, + "line": 3631, "column": 15 } } @@ -1067094,15 +1067581,15 @@ "updateContext": null }, "value": "#jqtl-str-ruler", - "start": 158826, - "end": 158843, + "start": 161216, + "end": 161233, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 15 }, "end": { - "line": 3589, + "line": 3631, "column": 32 } } @@ -1067119,15 +1067606,15 @@ "postfix": false, "binop": null }, - "start": 158843, - "end": 158844, + "start": 161233, + "end": 161234, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 32 }, "end": { - "line": 3589, + "line": 3631, "column": 33 } } @@ -1067145,15 +1067632,15 @@ "binop": null, "updateContext": null }, - "start": 158844, - "end": 158845, + "start": 161234, + "end": 161235, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 33 }, "end": { - "line": 3589, + "line": 3631, "column": 34 } } @@ -1067171,15 +1067658,15 @@ "binop": null }, "value": "length", - "start": 158845, - "end": 158851, + "start": 161235, + "end": 161241, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 34 }, "end": { - "line": 3589, + "line": 3631, "column": 40 } } @@ -1067198,15 +1067685,15 @@ "updateContext": null }, "value": "==", - "start": 158852, - "end": 158854, + "start": 161242, + "end": 161244, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 41 }, "end": { - "line": 3589, + "line": 3631, "column": 43 } } @@ -1067225,15 +1067712,15 @@ "updateContext": null }, "value": 0, - "start": 158855, - "end": 158856, + "start": 161245, + "end": 161246, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 44 }, "end": { - "line": 3589, + "line": 3631, "column": 45 } } @@ -1067250,15 +1067737,15 @@ "postfix": false, "binop": null }, - "start": 158857, - "end": 158858, + "start": 161247, + "end": 161248, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 46 }, "end": { - "line": 3589, + "line": 3631, "column": 47 } } @@ -1067275,15 +1067762,15 @@ "postfix": false, "binop": null }, - "start": 158859, - "end": 158860, + "start": 161249, + "end": 161250, "loc": { "start": { - "line": 3589, + "line": 3631, "column": 48 }, "end": { - "line": 3589, + "line": 3631, "column": 49 } } @@ -1067301,15 +1067788,15 @@ "binop": null }, "value": "$", - "start": 158873, - "end": 158874, + "start": 161263, + "end": 161264, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 12 }, "end": { - "line": 3590, + "line": 3632, "column": 13 } } @@ -1067326,15 +1067813,15 @@ "postfix": false, "binop": null }, - "start": 158874, - "end": 158875, + "start": 161264, + "end": 161265, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 13 }, "end": { - "line": 3590, + "line": 3632, "column": 14 } } @@ -1067353,15 +1067840,15 @@ "updateContext": null }, "value": "body", - "start": 158875, - "end": 158881, + "start": 161265, + "end": 161271, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 14 }, "end": { - "line": 3590, + "line": 3632, "column": 20 } } @@ -1067378,15 +1067865,15 @@ "postfix": false, "binop": null }, - "start": 158881, - "end": 158882, + "start": 161271, + "end": 161272, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 20 }, "end": { - "line": 3590, + "line": 3632, "column": 21 } } @@ -1067404,15 +1067891,15 @@ "binop": null, "updateContext": null }, - "start": 158882, - "end": 158883, + "start": 161272, + "end": 161273, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 21 }, "end": { - "line": 3590, + "line": 3632, "column": 22 } } @@ -1067430,15 +1067917,15 @@ "binop": null }, "value": "append", - "start": 158883, - "end": 158889, + "start": 161273, + "end": 161279, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 22 }, "end": { - "line": 3590, + "line": 3632, "column": 28 } } @@ -1067455,15 +1067942,15 @@ "postfix": false, "binop": null }, - "start": 158889, - "end": 158890, + "start": 161279, + "end": 161280, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 28 }, "end": { - "line": 3590, + "line": 3632, "column": 29 } } @@ -1067481,15 +1067968,15 @@ "binop": null }, "value": "_str_ruler", - "start": 158891, - "end": 158901, + "start": 161281, + "end": 161291, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 30 }, "end": { - "line": 3590, + "line": 3632, "column": 40 } } @@ -1067506,15 +1067993,15 @@ "postfix": false, "binop": null }, - "start": 158902, - "end": 158903, + "start": 161292, + "end": 161293, "loc": { "start": { - "line": 3590, + "line": 3632, "column": 41 }, "end": { - "line": 3590, + "line": 3632, "column": 42 } } @@ -1067531,15 +1068018,15 @@ "postfix": false, "binop": null }, - "start": 158912, - "end": 158913, + "start": 161302, + "end": 161303, "loc": { "start": { - "line": 3591, + "line": 3633, "column": 8 }, "end": { - "line": 3591, + "line": 3633, "column": 9 } } @@ -1067557,15 +1068044,15 @@ "binop": null }, "value": "_width", - "start": 158922, - "end": 158928, + "start": 161312, + "end": 161318, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 8 }, "end": { - "line": 3592, + "line": 3634, "column": 14 } } @@ -1067584,15 +1068071,15 @@ "updateContext": null }, "value": "=", - "start": 158929, - "end": 158930, + "start": 161319, + "end": 161320, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 15 }, "end": { - "line": 3592, + "line": 3634, "column": 16 } } @@ -1067610,15 +1068097,15 @@ "binop": null }, "value": "$", - "start": 158931, - "end": 158932, + "start": 161321, + "end": 161322, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 17 }, "end": { - "line": 3592, + "line": 3634, "column": 18 } } @@ -1067635,15 +1068122,15 @@ "postfix": false, "binop": null }, - "start": 158932, - "end": 158933, + "start": 161322, + "end": 161323, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 18 }, "end": { - "line": 3592, + "line": 3634, "column": 19 } } @@ -1067662,15 +1068149,15 @@ "updateContext": null }, "value": "#jqtl-str-ruler", - "start": 158933, - "end": 158950, + "start": 161323, + "end": 161340, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 19 }, "end": { - "line": 3592, + "line": 3634, "column": 36 } } @@ -1067687,15 +1068174,15 @@ "postfix": false, "binop": null }, - "start": 158950, - "end": 158951, + "start": 161340, + "end": 161341, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 36 }, "end": { - "line": 3592, + "line": 3634, "column": 37 } } @@ -1067713,15 +1068200,15 @@ "binop": null, "updateContext": null }, - "start": 158951, - "end": 158952, + "start": 161341, + "end": 161342, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 37 }, "end": { - "line": 3592, + "line": 3634, "column": 38 } } @@ -1067739,15 +1068226,15 @@ "binop": null }, "value": "text", - "start": 158952, - "end": 158956, + "start": 161342, + "end": 161346, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 38 }, "end": { - "line": 3592, + "line": 3634, "column": 42 } } @@ -1067764,15 +1068251,15 @@ "postfix": false, "binop": null }, - "start": 158956, - "end": 158957, + "start": 161346, + "end": 161347, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 42 }, "end": { - "line": 3592, + "line": 3634, "column": 43 } } @@ -1067790,15 +1068277,15 @@ "binop": null }, "value": "str", - "start": 158958, - "end": 158961, + "start": 161348, + "end": 161351, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 44 }, "end": { - "line": 3592, + "line": 3634, "column": 47 } } @@ -1067815,15 +1068302,15 @@ "postfix": false, "binop": null }, - "start": 158962, - "end": 158963, + "start": 161352, + "end": 161353, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 48 }, "end": { - "line": 3592, + "line": 3634, "column": 49 } } @@ -1067841,15 +1068328,15 @@ "binop": null, "updateContext": null }, - "start": 158963, - "end": 158964, + "start": 161353, + "end": 161354, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 49 }, "end": { - "line": 3592, + "line": 3634, "column": 50 } } @@ -1067867,15 +1068354,15 @@ "binop": null }, "value": "get", - "start": 158964, - "end": 158967, + "start": 161354, + "end": 161357, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 50 }, "end": { - "line": 3592, + "line": 3634, "column": 53 } } @@ -1067892,15 +1068379,15 @@ "postfix": false, "binop": null }, - "start": 158967, - "end": 158968, + "start": 161357, + "end": 161358, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 53 }, "end": { - "line": 3592, + "line": 3634, "column": 54 } } @@ -1067919,15 +1068406,15 @@ "updateContext": null }, "value": 0, - "start": 158968, - "end": 158969, + "start": 161358, + "end": 161359, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 54 }, "end": { - "line": 3592, + "line": 3634, "column": 55 } } @@ -1067944,15 +1068431,15 @@ "postfix": false, "binop": null }, - "start": 158969, - "end": 158970, + "start": 161359, + "end": 161360, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 55 }, "end": { - "line": 3592, + "line": 3634, "column": 56 } } @@ -1067970,15 +1068457,15 @@ "binop": null, "updateContext": null }, - "start": 158970, - "end": 158971, + "start": 161360, + "end": 161361, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 56 }, "end": { - "line": 3592, + "line": 3634, "column": 57 } } @@ -1067996,15 +1068483,15 @@ "binop": null }, "value": "offsetWidth", - "start": 158971, - "end": 158982, + "start": 161361, + "end": 161372, "loc": { "start": { - "line": 3592, + "line": 3634, "column": 57 }, "end": { - "line": 3592, + "line": 3634, "column": 68 } } @@ -1068022,15 +1068509,15 @@ "binop": null }, "value": "$", - "start": 158991, - "end": 158992, + "start": 161381, + "end": 161382, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 8 }, "end": { - "line": 3593, + "line": 3635, "column": 9 } } @@ -1068047,15 +1068534,15 @@ "postfix": false, "binop": null }, - "start": 158992, - "end": 158993, + "start": 161382, + "end": 161383, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 9 }, "end": { - "line": 3593, + "line": 3635, "column": 10 } } @@ -1068074,15 +1068561,15 @@ "updateContext": null }, "value": "#jqtl-str-ruler", - "start": 158993, - "end": 159010, + "start": 161383, + "end": 161400, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 10 }, "end": { - "line": 3593, + "line": 3635, "column": 27 } } @@ -1068099,15 +1068586,15 @@ "postfix": false, "binop": null }, - "start": 159010, - "end": 159011, + "start": 161400, + "end": 161401, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 27 }, "end": { - "line": 3593, + "line": 3635, "column": 28 } } @@ -1068125,15 +1068612,15 @@ "binop": null, "updateContext": null }, - "start": 159011, - "end": 159012, + "start": 161401, + "end": 161402, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 28 }, "end": { - "line": 3593, + "line": 3635, "column": 29 } } @@ -1068151,15 +1068638,15 @@ "binop": null }, "value": "empty", - "start": 159012, - "end": 159017, + "start": 161402, + "end": 161407, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 29 }, "end": { - "line": 3593, + "line": 3635, "column": 34 } } @@ -1068176,15 +1068663,15 @@ "postfix": false, "binop": null }, - "start": 159017, - "end": 159018, + "start": 161407, + "end": 161408, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 34 }, "end": { - "line": 3593, + "line": 3635, "column": 35 } } @@ -1068201,15 +1068688,15 @@ "postfix": false, "binop": null }, - "start": 159018, - "end": 159019, + "start": 161408, + "end": 161409, "loc": { "start": { - "line": 3593, + "line": 3635, "column": 35 }, "end": { - "line": 3593, + "line": 3635, "column": 36 } } @@ -1068229,15 +1068716,15 @@ "updateContext": null }, "value": "return", - "start": 159028, - "end": 159034, + "start": 161418, + "end": 161424, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 8 }, "end": { - "line": 3594, + "line": 3636, "column": 14 } } @@ -1068255,15 +1068742,15 @@ "binop": null }, "value": "_width", - "start": 159035, - "end": 159041, + "start": 161425, + "end": 161431, "loc": { "start": { - "line": 3594, + "line": 3636, "column": 15 }, "end": { - "line": 3594, + "line": 3636, "column": 21 } } @@ -1068280,15 +1068767,15 @@ "postfix": false, "binop": null }, - "start": 159046, - "end": 159047, + "start": 161436, + "end": 161437, "loc": { "start": { - "line": 3595, + "line": 3637, "column": 4 }, "end": { - "line": 3595, + "line": 3637, "column": 5 } } @@ -1068296,15 +1068783,15 @@ { "type": "CommentBlock", "value": "*\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n ", - "start": 159057, - "end": 159390, + "start": 161447, + "end": 161780, "loc": { "start": { - "line": 3597, + "line": 3639, "column": 4 }, "end": { - "line": 3605, + "line": 3647, "column": 7 } } @@ -1068322,15 +1068809,15 @@ "binop": null }, "value": "compareValues", - "start": 159395, - "end": 159408, + "start": 161785, + "end": 161798, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 4 }, "end": { - "line": 3606, + "line": 3648, "column": 17 } } @@ -1068347,15 +1068834,15 @@ "postfix": false, "binop": null }, - "start": 159408, - "end": 159409, + "start": 161798, + "end": 161799, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 17 }, "end": { - "line": 3606, + "line": 3648, "column": 18 } } @@ -1068373,15 +1068860,15 @@ "binop": null }, "value": "property", - "start": 159410, - "end": 159418, + "start": 161800, + "end": 161808, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 19 }, "end": { - "line": 3606, + "line": 3648, "column": 27 } } @@ -1068399,15 +1068886,15 @@ "binop": null, "updateContext": null }, - "start": 159418, - "end": 159419, + "start": 161808, + "end": 161809, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 27 }, "end": { - "line": 3606, + "line": 3648, "column": 28 } } @@ -1068425,15 +1068912,15 @@ "binop": null }, "value": "order", - "start": 159420, - "end": 159425, + "start": 161810, + "end": 161815, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 29 }, "end": { - "line": 3606, + "line": 3648, "column": 34 } } @@ -1068452,15 +1068939,15 @@ "updateContext": null }, "value": "=", - "start": 159426, - "end": 159427, + "start": 161816, + "end": 161817, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 35 }, "end": { - "line": 3606, + "line": 3648, "column": 36 } } @@ -1068479,15 +1068966,15 @@ "updateContext": null }, "value": "asc", - "start": 159428, - "end": 159433, + "start": 161818, + "end": 161823, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 37 }, "end": { - "line": 3606, + "line": 3648, "column": 42 } } @@ -1068504,15 +1068991,15 @@ "postfix": false, "binop": null }, - "start": 159434, - "end": 159435, + "start": 161824, + "end": 161825, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 43 }, "end": { - "line": 3606, + "line": 3648, "column": 44 } } @@ -1068529,15 +1069016,15 @@ "postfix": false, "binop": null }, - "start": 159436, - "end": 159437, + "start": 161826, + "end": 161827, "loc": { "start": { - "line": 3606, + "line": 3648, "column": 45 }, "end": { - "line": 3606, + "line": 3648, "column": 46 } } @@ -1068557,15 +1069044,15 @@ "updateContext": null }, "value": "return", - "start": 159446, - "end": 159452, + "start": 161836, + "end": 161842, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 8 }, "end": { - "line": 3607, + "line": 3649, "column": 14 } } @@ -1068582,15 +1069069,15 @@ "postfix": false, "binop": null }, - "start": 159453, - "end": 159454, + "start": 161843, + "end": 161844, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 15 }, "end": { - "line": 3607, + "line": 3649, "column": 16 } } @@ -1068608,15 +1069095,15 @@ "binop": null }, "value": "a", - "start": 159455, - "end": 159456, + "start": 161845, + "end": 161846, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 17 }, "end": { - "line": 3607, + "line": 3649, "column": 18 } } @@ -1068634,15 +1069121,15 @@ "binop": null, "updateContext": null }, - "start": 159456, - "end": 159457, + "start": 161846, + "end": 161847, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 18 }, "end": { - "line": 3607, + "line": 3649, "column": 19 } } @@ -1068660,15 +1069147,15 @@ "binop": null }, "value": "b", - "start": 159458, - "end": 159459, + "start": 161848, + "end": 161849, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 20 }, "end": { - "line": 3607, + "line": 3649, "column": 21 } } @@ -1068685,15 +1069172,15 @@ "postfix": false, "binop": null }, - "start": 159460, - "end": 159461, + "start": 161850, + "end": 161851, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 22 }, "end": { - "line": 3607, + "line": 3649, "column": 23 } } @@ -1068711,15 +1069198,15 @@ "binop": null, "updateContext": null }, - "start": 159462, - "end": 159464, + "start": 161852, + "end": 161854, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 24 }, "end": { - "line": 3607, + "line": 3649, "column": 26 } } @@ -1068736,15 +1069223,15 @@ "postfix": false, "binop": null }, - "start": 159465, - "end": 159466, + "start": 161855, + "end": 161856, "loc": { "start": { - "line": 3607, + "line": 3649, "column": 27 }, "end": { - "line": 3607, + "line": 3649, "column": 28 } } @@ -1068764,15 +1069251,15 @@ "updateContext": null }, "value": "if", - "start": 159479, - "end": 159481, + "start": 161869, + "end": 161871, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 12 }, "end": { - "line": 3608, + "line": 3650, "column": 14 } } @@ -1068789,15 +1069276,15 @@ "postfix": false, "binop": null }, - "start": 159482, - "end": 159483, + "start": 161872, + "end": 161873, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 15 }, "end": { - "line": 3608, + "line": 3650, "column": 16 } } @@ -1068816,15 +1069303,15 @@ "updateContext": null }, "value": "!", - "start": 159484, - "end": 159485, + "start": 161874, + "end": 161875, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 17 }, "end": { - "line": 3608, + "line": 3650, "column": 18 } } @@ -1068842,15 +1069329,15 @@ "binop": null }, "value": "a", - "start": 159486, - "end": 159487, + "start": 161876, + "end": 161877, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 19 }, "end": { - "line": 3608, + "line": 3650, "column": 20 } } @@ -1068868,15 +1069355,15 @@ "binop": null, "updateContext": null }, - "start": 159487, - "end": 159488, + "start": 161877, + "end": 161878, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 20 }, "end": { - "line": 3608, + "line": 3650, "column": 21 } } @@ -1068894,15 +1069381,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 159488, - "end": 159502, + "start": 161878, + "end": 161892, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 21 }, "end": { - "line": 3608, + "line": 3650, "column": 35 } } @@ -1068919,15 +1069406,15 @@ "postfix": false, "binop": null }, - "start": 159502, - "end": 159503, + "start": 161892, + "end": 161893, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 35 }, "end": { - "line": 3608, + "line": 3650, "column": 36 } } @@ -1068945,15 +1069432,15 @@ "binop": null }, "value": "property", - "start": 159504, - "end": 159512, + "start": 161894, + "end": 161902, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 37 }, "end": { - "line": 3608, + "line": 3650, "column": 45 } } @@ -1068970,15 +1069457,15 @@ "postfix": false, "binop": null }, - "start": 159513, - "end": 159514, + "start": 161903, + "end": 161904, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 46 }, "end": { - "line": 3608, + "line": 3650, "column": 47 } } @@ -1068997,15 +1069484,15 @@ "updateContext": null }, "value": "||", - "start": 159515, - "end": 159517, + "start": 161905, + "end": 161907, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 48 }, "end": { - "line": 3608, + "line": 3650, "column": 50 } } @@ -1069024,15 +1069511,15 @@ "updateContext": null }, "value": "!", - "start": 159518, - "end": 159519, + "start": 161908, + "end": 161909, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 51 }, "end": { - "line": 3608, + "line": 3650, "column": 52 } } @@ -1069050,15 +1069537,15 @@ "binop": null }, "value": "b", - "start": 159520, - "end": 159521, + "start": 161910, + "end": 161911, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 53 }, "end": { - "line": 3608, + "line": 3650, "column": 54 } } @@ -1069076,15 +1069563,15 @@ "binop": null, "updateContext": null }, - "start": 159521, - "end": 159522, + "start": 161911, + "end": 161912, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 54 }, "end": { - "line": 3608, + "line": 3650, "column": 55 } } @@ -1069102,15 +1069589,15 @@ "binop": null }, "value": "hasOwnProperty", - "start": 159522, - "end": 159536, + "start": 161912, + "end": 161926, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 55 }, "end": { - "line": 3608, + "line": 3650, "column": 69 } } @@ -1069127,15 +1069614,15 @@ "postfix": false, "binop": null }, - "start": 159536, - "end": 159537, + "start": 161926, + "end": 161927, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 69 }, "end": { - "line": 3608, + "line": 3650, "column": 70 } } @@ -1069153,15 +1069640,15 @@ "binop": null }, "value": "property", - "start": 159538, - "end": 159546, + "start": 161928, + "end": 161936, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 71 }, "end": { - "line": 3608, + "line": 3650, "column": 79 } } @@ -1069178,15 +1069665,15 @@ "postfix": false, "binop": null }, - "start": 159547, - "end": 159548, + "start": 161937, + "end": 161938, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 80 }, "end": { - "line": 3608, + "line": 3650, "column": 81 } } @@ -1069203,15 +1069690,15 @@ "postfix": false, "binop": null }, - "start": 159549, - "end": 159550, + "start": 161939, + "end": 161940, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 82 }, "end": { - "line": 3608, + "line": 3650, "column": 83 } } @@ -1069228,15 +1069715,15 @@ "postfix": false, "binop": null }, - "start": 159551, - "end": 159552, + "start": 161941, + "end": 161942, "loc": { "start": { - "line": 3608, + "line": 3650, "column": 84 }, "end": { - "line": 3608, + "line": 3650, "column": 85 } } @@ -1069256,15 +1069743,15 @@ "updateContext": null }, "value": "return", - "start": 159569, - "end": 159575, + "start": 161959, + "end": 161965, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 16 }, "end": { - "line": 3609, + "line": 3651, "column": 22 } } @@ -1069283,15 +1069770,15 @@ "updateContext": null }, "value": 0, - "start": 159576, - "end": 159577, + "start": 161966, + "end": 161967, "loc": { "start": { - "line": 3609, + "line": 3651, "column": 23 }, "end": { - "line": 3609, + "line": 3651, "column": 24 } } @@ -1069308,15 +1069795,15 @@ "postfix": false, "binop": null }, - "start": 159590, - "end": 159591, + "start": 161980, + "end": 161981, "loc": { "start": { - "line": 3610, + "line": 3652, "column": 12 }, "end": { - "line": 3610, + "line": 3652, "column": 13 } } @@ -1069336,15 +1069823,15 @@ "updateContext": null }, "value": "const", - "start": 159617, - "end": 159622, + "start": 162007, + "end": 162012, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 12 }, "end": { - "line": 3612, + "line": 3654, "column": 17 } } @@ -1069362,15 +1069849,15 @@ "binop": null }, "value": "varA", - "start": 159623, - "end": 159627, + "start": 162013, + "end": 162017, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 18 }, "end": { - "line": 3612, + "line": 3654, "column": 22 } } @@ -1069389,15 +1069876,15 @@ "updateContext": null }, "value": "=", - "start": 159628, - "end": 159629, + "start": 162018, + "end": 162019, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 23 }, "end": { - "line": 3612, + "line": 3654, "column": 24 } } @@ -1069417,15 +1069904,15 @@ "updateContext": null }, "value": "typeof", - "start": 159630, - "end": 159636, + "start": 162020, + "end": 162026, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 25 }, "end": { - "line": 3612, + "line": 3654, "column": 31 } } @@ -1069443,15 +1069930,15 @@ "binop": null }, "value": "a", - "start": 159637, - "end": 159638, + "start": 162027, + "end": 162028, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 32 }, "end": { - "line": 3612, + "line": 3654, "column": 33 } } @@ -1069469,15 +1069956,15 @@ "binop": null, "updateContext": null }, - "start": 159638, - "end": 159639, + "start": 162028, + "end": 162029, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 33 }, "end": { - "line": 3612, + "line": 3654, "column": 34 } } @@ -1069495,15 +1069982,15 @@ "binop": null }, "value": "property", - "start": 159639, - "end": 159647, + "start": 162029, + "end": 162037, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 34 }, "end": { - "line": 3612, + "line": 3654, "column": 42 } } @@ -1069521,15 +1070008,15 @@ "binop": null, "updateContext": null }, - "start": 159647, - "end": 159648, + "start": 162037, + "end": 162038, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 42 }, "end": { - "line": 3612, + "line": 3654, "column": 43 } } @@ -1069548,15 +1070035,15 @@ "updateContext": null }, "value": "===", - "start": 159649, - "end": 159652, + "start": 162039, + "end": 162042, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 44 }, "end": { - "line": 3612, + "line": 3654, "column": 47 } } @@ -1069575,15 +1070062,15 @@ "updateContext": null }, "value": "string", - "start": 159653, - "end": 159661, + "start": 162043, + "end": 162051, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 48 }, "end": { - "line": 3612, + "line": 3654, "column": 56 } } @@ -1069601,15 +1070088,15 @@ "binop": null, "updateContext": null }, - "start": 159662, - "end": 159663, + "start": 162052, + "end": 162053, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 57 }, "end": { - "line": 3612, + "line": 3654, "column": 58 } } @@ -1069627,15 +1070114,15 @@ "binop": null }, "value": "a", - "start": 159664, - "end": 159665, + "start": 162054, + "end": 162055, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 59 }, "end": { - "line": 3612, + "line": 3654, "column": 60 } } @@ -1069653,15 +1070140,15 @@ "binop": null, "updateContext": null }, - "start": 159665, - "end": 159666, + "start": 162055, + "end": 162056, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 60 }, "end": { - "line": 3612, + "line": 3654, "column": 61 } } @@ -1069679,15 +1070166,15 @@ "binop": null }, "value": "property", - "start": 159666, - "end": 159674, + "start": 162056, + "end": 162064, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 61 }, "end": { - "line": 3612, + "line": 3654, "column": 69 } } @@ -1069705,15 +1070192,15 @@ "binop": null, "updateContext": null }, - "start": 159674, - "end": 159675, + "start": 162064, + "end": 162065, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 69 }, "end": { - "line": 3612, + "line": 3654, "column": 70 } } @@ -1069731,15 +1070218,15 @@ "binop": null, "updateContext": null }, - "start": 159675, - "end": 159676, + "start": 162065, + "end": 162066, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 70 }, "end": { - "line": 3612, + "line": 3654, "column": 71 } } @@ -1069757,15 +1070244,15 @@ "binop": null }, "value": "toUpperCase", - "start": 159676, - "end": 159687, + "start": 162066, + "end": 162077, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 71 }, "end": { - "line": 3612, + "line": 3654, "column": 82 } } @@ -1069782,15 +1070269,15 @@ "postfix": false, "binop": null }, - "start": 159687, - "end": 159688, + "start": 162077, + "end": 162078, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 82 }, "end": { - "line": 3612, + "line": 3654, "column": 83 } } @@ -1069807,15 +1070294,15 @@ "postfix": false, "binop": null }, - "start": 159688, - "end": 159689, + "start": 162078, + "end": 162079, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 83 }, "end": { - "line": 3612, + "line": 3654, "column": 84 } } @@ -1069833,15 +1070320,15 @@ "binop": null, "updateContext": null }, - "start": 159690, - "end": 159691, + "start": 162080, + "end": 162081, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 85 }, "end": { - "line": 3612, + "line": 3654, "column": 86 } } @@ -1069859,15 +1070346,15 @@ "binop": null }, "value": "a", - "start": 159692, - "end": 159693, + "start": 162082, + "end": 162083, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 87 }, "end": { - "line": 3612, + "line": 3654, "column": 88 } } @@ -1069885,15 +1070372,15 @@ "binop": null, "updateContext": null }, - "start": 159693, - "end": 159694, + "start": 162083, + "end": 162084, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 88 }, "end": { - "line": 3612, + "line": 3654, "column": 89 } } @@ -1069911,15 +1070398,15 @@ "binop": null }, "value": "property", - "start": 159694, - "end": 159702, + "start": 162084, + "end": 162092, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 89 }, "end": { - "line": 3612, + "line": 3654, "column": 97 } } @@ -1069937,15 +1070424,15 @@ "binop": null, "updateContext": null }, - "start": 159702, - "end": 159703, + "start": 162092, + "end": 162093, "loc": { "start": { - "line": 3612, + "line": 3654, "column": 97 }, "end": { - "line": 3612, + "line": 3654, "column": 98 } } @@ -1069965,15 +1070452,15 @@ "updateContext": null }, "value": "const", - "start": 159716, - "end": 159721, + "start": 162106, + "end": 162111, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 12 }, "end": { - "line": 3613, + "line": 3655, "column": 17 } } @@ -1069991,15 +1070478,15 @@ "binop": null }, "value": "varB", - "start": 159722, - "end": 159726, + "start": 162112, + "end": 162116, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 18 }, "end": { - "line": 3613, + "line": 3655, "column": 22 } } @@ -1070018,15 +1070505,15 @@ "updateContext": null }, "value": "=", - "start": 159727, - "end": 159728, + "start": 162117, + "end": 162118, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 23 }, "end": { - "line": 3613, + "line": 3655, "column": 24 } } @@ -1070046,15 +1070533,15 @@ "updateContext": null }, "value": "typeof", - "start": 159729, - "end": 159735, + "start": 162119, + "end": 162125, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 25 }, "end": { - "line": 3613, + "line": 3655, "column": 31 } } @@ -1070072,15 +1070559,15 @@ "binop": null }, "value": "b", - "start": 159736, - "end": 159737, + "start": 162126, + "end": 162127, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 32 }, "end": { - "line": 3613, + "line": 3655, "column": 33 } } @@ -1070098,15 +1070585,15 @@ "binop": null, "updateContext": null }, - "start": 159737, - "end": 159738, + "start": 162127, + "end": 162128, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 33 }, "end": { - "line": 3613, + "line": 3655, "column": 34 } } @@ -1070124,15 +1070611,15 @@ "binop": null }, "value": "property", - "start": 159738, - "end": 159746, + "start": 162128, + "end": 162136, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 34 }, "end": { - "line": 3613, + "line": 3655, "column": 42 } } @@ -1070150,15 +1070637,15 @@ "binop": null, "updateContext": null }, - "start": 159746, - "end": 159747, + "start": 162136, + "end": 162137, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 42 }, "end": { - "line": 3613, + "line": 3655, "column": 43 } } @@ -1070177,15 +1070664,15 @@ "updateContext": null }, "value": "===", - "start": 159748, - "end": 159751, + "start": 162138, + "end": 162141, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 44 }, "end": { - "line": 3613, + "line": 3655, "column": 47 } } @@ -1070204,15 +1070691,15 @@ "updateContext": null }, "value": "string", - "start": 159752, - "end": 159760, + "start": 162142, + "end": 162150, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 48 }, "end": { - "line": 3613, + "line": 3655, "column": 56 } } @@ -1070230,15 +1070717,15 @@ "binop": null, "updateContext": null }, - "start": 159761, - "end": 159762, + "start": 162151, + "end": 162152, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 57 }, "end": { - "line": 3613, + "line": 3655, "column": 58 } } @@ -1070256,15 +1070743,15 @@ "binop": null }, "value": "b", - "start": 159763, - "end": 159764, + "start": 162153, + "end": 162154, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 59 }, "end": { - "line": 3613, + "line": 3655, "column": 60 } } @@ -1070282,15 +1070769,15 @@ "binop": null, "updateContext": null }, - "start": 159764, - "end": 159765, + "start": 162154, + "end": 162155, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 60 }, "end": { - "line": 3613, + "line": 3655, "column": 61 } } @@ -1070308,15 +1070795,15 @@ "binop": null }, "value": "property", - "start": 159765, - "end": 159773, + "start": 162155, + "end": 162163, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 61 }, "end": { - "line": 3613, + "line": 3655, "column": 69 } } @@ -1070334,15 +1070821,15 @@ "binop": null, "updateContext": null }, - "start": 159773, - "end": 159774, + "start": 162163, + "end": 162164, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 69 }, "end": { - "line": 3613, + "line": 3655, "column": 70 } } @@ -1070360,15 +1070847,15 @@ "binop": null, "updateContext": null }, - "start": 159774, - "end": 159775, + "start": 162164, + "end": 162165, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 70 }, "end": { - "line": 3613, + "line": 3655, "column": 71 } } @@ -1070386,15 +1070873,15 @@ "binop": null }, "value": "toUpperCase", - "start": 159775, - "end": 159786, + "start": 162165, + "end": 162176, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 71 }, "end": { - "line": 3613, + "line": 3655, "column": 82 } } @@ -1070411,15 +1070898,15 @@ "postfix": false, "binop": null }, - "start": 159786, - "end": 159787, + "start": 162176, + "end": 162177, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 82 }, "end": { - "line": 3613, + "line": 3655, "column": 83 } } @@ -1070436,15 +1070923,15 @@ "postfix": false, "binop": null }, - "start": 159787, - "end": 159788, + "start": 162177, + "end": 162178, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 83 }, "end": { - "line": 3613, + "line": 3655, "column": 84 } } @@ -1070462,15 +1070949,15 @@ "binop": null, "updateContext": null }, - "start": 159789, - "end": 159790, + "start": 162179, + "end": 162180, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 85 }, "end": { - "line": 3613, + "line": 3655, "column": 86 } } @@ -1070488,15 +1070975,15 @@ "binop": null }, "value": "b", - "start": 159791, - "end": 159792, + "start": 162181, + "end": 162182, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 87 }, "end": { - "line": 3613, + "line": 3655, "column": 88 } } @@ -1070514,15 +1071001,15 @@ "binop": null, "updateContext": null }, - "start": 159792, - "end": 159793, + "start": 162182, + "end": 162183, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 88 }, "end": { - "line": 3613, + "line": 3655, "column": 89 } } @@ -1070540,15 +1071027,15 @@ "binop": null }, "value": "property", - "start": 159793, - "end": 159801, + "start": 162183, + "end": 162191, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 89 }, "end": { - "line": 3613, + "line": 3655, "column": 97 } } @@ -1070566,15 +1071053,15 @@ "binop": null, "updateContext": null }, - "start": 159801, - "end": 159802, + "start": 162191, + "end": 162192, "loc": { "start": { - "line": 3613, + "line": 3655, "column": 97 }, "end": { - "line": 3613, + "line": 3655, "column": 98 } } @@ -1070594,15 +1071081,15 @@ "updateContext": null }, "value": "let", - "start": 159828, - "end": 159831, + "start": 162218, + "end": 162221, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 12 }, "end": { - "line": 3615, + "line": 3657, "column": 15 } } @@ -1070620,15 +1071107,15 @@ "binop": null }, "value": "comparison", - "start": 159832, - "end": 159842, + "start": 162222, + "end": 162232, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 16 }, "end": { - "line": 3615, + "line": 3657, "column": 26 } } @@ -1070647,15 +1071134,15 @@ "updateContext": null }, "value": "=", - "start": 159843, - "end": 159844, + "start": 162233, + "end": 162234, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 27 }, "end": { - "line": 3615, + "line": 3657, "column": 28 } } @@ -1070674,15 +1071161,15 @@ "updateContext": null }, "value": 0, - "start": 159845, - "end": 159846, + "start": 162235, + "end": 162236, "loc": { "start": { - "line": 3615, + "line": 3657, "column": 29 }, "end": { - "line": 3615, + "line": 3657, "column": 30 } } @@ -1070702,15 +1071189,15 @@ "updateContext": null }, "value": "if", - "start": 159872, - "end": 159874, + "start": 162262, + "end": 162264, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 12 }, "end": { - "line": 3617, + "line": 3659, "column": 14 } } @@ -1070727,15 +1071214,15 @@ "postfix": false, "binop": null }, - "start": 159875, - "end": 159876, + "start": 162265, + "end": 162266, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 15 }, "end": { - "line": 3617, + "line": 3659, "column": 16 } } @@ -1070753,15 +1071240,15 @@ "binop": null }, "value": "varA", - "start": 159877, - "end": 159881, + "start": 162267, + "end": 162271, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 17 }, "end": { - "line": 3617, + "line": 3659, "column": 21 } } @@ -1070780,15 +1071267,15 @@ "updateContext": null }, "value": ">", - "start": 159882, - "end": 159883, + "start": 162272, + "end": 162273, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 22 }, "end": { - "line": 3617, + "line": 3659, "column": 23 } } @@ -1070806,15 +1071293,15 @@ "binop": null }, "value": "varB", - "start": 159884, - "end": 159888, + "start": 162274, + "end": 162278, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 24 }, "end": { - "line": 3617, + "line": 3659, "column": 28 } } @@ -1070831,15 +1071318,15 @@ "postfix": false, "binop": null }, - "start": 159889, - "end": 159890, + "start": 162279, + "end": 162280, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 29 }, "end": { - "line": 3617, + "line": 3659, "column": 30 } } @@ -1070856,15 +1071343,15 @@ "postfix": false, "binop": null }, - "start": 159891, - "end": 159892, + "start": 162281, + "end": 162282, "loc": { "start": { - "line": 3617, + "line": 3659, "column": 31 }, "end": { - "line": 3617, + "line": 3659, "column": 32 } } @@ -1070882,15 +1071369,15 @@ "binop": null }, "value": "comparison", - "start": 159909, - "end": 159919, + "start": 162299, + "end": 162309, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 16 }, "end": { - "line": 3618, + "line": 3660, "column": 26 } } @@ -1070909,15 +1071396,15 @@ "updateContext": null }, "value": "=", - "start": 159920, - "end": 159921, + "start": 162310, + "end": 162311, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 27 }, "end": { - "line": 3618, + "line": 3660, "column": 28 } } @@ -1070936,15 +1071423,15 @@ "updateContext": null }, "value": 1, - "start": 159922, - "end": 159923, + "start": 162312, + "end": 162313, "loc": { "start": { - "line": 3618, + "line": 3660, "column": 29 }, "end": { - "line": 3618, + "line": 3660, "column": 30 } } @@ -1070961,15 +1071448,15 @@ "postfix": false, "binop": null }, - "start": 159936, - "end": 159937, + "start": 162326, + "end": 162327, "loc": { "start": { - "line": 3619, + "line": 3661, "column": 12 }, "end": { - "line": 3619, + "line": 3661, "column": 13 } } @@ -1070989,15 +1071476,15 @@ "updateContext": null }, "value": "else", - "start": 159938, - "end": 159942, + "start": 162328, + "end": 162332, "loc": { "start": { - "line": 3619, + "line": 3661, "column": 14 }, "end": { - "line": 3619, + "line": 3661, "column": 18 } } @@ -1071017,15 +1071504,15 @@ "updateContext": null }, "value": "if", - "start": 159955, - "end": 159957, + "start": 162345, + "end": 162347, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 12 }, "end": { - "line": 3620, + "line": 3662, "column": 14 } } @@ -1071042,15 +1071529,15 @@ "postfix": false, "binop": null }, - "start": 159958, - "end": 159959, + "start": 162348, + "end": 162349, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 15 }, "end": { - "line": 3620, + "line": 3662, "column": 16 } } @@ -1071068,15 +1071555,15 @@ "binop": null }, "value": "varA", - "start": 159960, - "end": 159964, + "start": 162350, + "end": 162354, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 17 }, "end": { - "line": 3620, + "line": 3662, "column": 21 } } @@ -1071095,15 +1071582,15 @@ "updateContext": null }, "value": "<", - "start": 159965, - "end": 159966, + "start": 162355, + "end": 162356, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 22 }, "end": { - "line": 3620, + "line": 3662, "column": 23 } } @@ -1071121,15 +1071608,15 @@ "binop": null }, "value": "varB", - "start": 159967, - "end": 159971, + "start": 162357, + "end": 162361, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 24 }, "end": { - "line": 3620, + "line": 3662, "column": 28 } } @@ -1071146,15 +1071633,15 @@ "postfix": false, "binop": null }, - "start": 159972, - "end": 159973, + "start": 162362, + "end": 162363, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 29 }, "end": { - "line": 3620, + "line": 3662, "column": 30 } } @@ -1071171,15 +1071658,15 @@ "postfix": false, "binop": null }, - "start": 159974, - "end": 159975, + "start": 162364, + "end": 162365, "loc": { "start": { - "line": 3620, + "line": 3662, "column": 31 }, "end": { - "line": 3620, + "line": 3662, "column": 32 } } @@ -1071197,15 +1071684,15 @@ "binop": null }, "value": "comparison", - "start": 159992, - "end": 160002, + "start": 162382, + "end": 162392, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 16 }, "end": { - "line": 3621, + "line": 3663, "column": 26 } } @@ -1071224,15 +1071711,15 @@ "updateContext": null }, "value": "=", - "start": 160003, - "end": 160004, + "start": 162393, + "end": 162394, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 27 }, "end": { - "line": 3621, + "line": 3663, "column": 28 } } @@ -1071251,15 +1071738,15 @@ "updateContext": null }, "value": "-", - "start": 160005, - "end": 160006, + "start": 162395, + "end": 162396, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 29 }, "end": { - "line": 3621, + "line": 3663, "column": 30 } } @@ -1071278,15 +1071765,15 @@ "updateContext": null }, "value": 1, - "start": 160006, - "end": 160007, + "start": 162396, + "end": 162397, "loc": { "start": { - "line": 3621, + "line": 3663, "column": 30 }, "end": { - "line": 3621, + "line": 3663, "column": 31 } } @@ -1071303,15 +1071790,15 @@ "postfix": false, "binop": null }, - "start": 160020, - "end": 160021, + "start": 162410, + "end": 162411, "loc": { "start": { - "line": 3622, + "line": 3664, "column": 12 }, "end": { - "line": 3622, + "line": 3664, "column": 13 } } @@ -1071331,15 +1071818,15 @@ "updateContext": null }, "value": "return", - "start": 160034, - "end": 160040, + "start": 162424, + "end": 162430, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 12 }, "end": { - "line": 3623, + "line": 3665, "column": 18 } } @@ -1071357,15 +1071844,15 @@ "binop": null }, "value": "order", - "start": 160041, - "end": 160046, + "start": 162431, + "end": 162436, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 19 }, "end": { - "line": 3623, + "line": 3665, "column": 24 } } @@ -1071384,15 +1071871,15 @@ "updateContext": null }, "value": "===", - "start": 160047, - "end": 160050, + "start": 162437, + "end": 162440, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 25 }, "end": { - "line": 3623, + "line": 3665, "column": 28 } } @@ -1071411,15 +1071898,15 @@ "updateContext": null }, "value": "desc", - "start": 160051, - "end": 160057, + "start": 162441, + "end": 162447, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 29 }, "end": { - "line": 3623, + "line": 3665, "column": 35 } } @@ -1071437,15 +1071924,15 @@ "binop": null, "updateContext": null }, - "start": 160058, - "end": 160059, + "start": 162448, + "end": 162449, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 36 }, "end": { - "line": 3623, + "line": 3665, "column": 37 } } @@ -1071463,15 +1071950,15 @@ "binop": null }, "value": "comparison", - "start": 160060, - "end": 160070, + "start": 162450, + "end": 162460, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 38 }, "end": { - "line": 3623, + "line": 3665, "column": 48 } } @@ -1071490,15 +1071977,15 @@ "updateContext": null }, "value": "*", - "start": 160071, - "end": 160072, + "start": 162461, + "end": 162462, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 49 }, "end": { - "line": 3623, + "line": 3665, "column": 50 } } @@ -1071517,15 +1072004,15 @@ "updateContext": null }, "value": "-", - "start": 160073, - "end": 160074, + "start": 162463, + "end": 162464, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 51 }, "end": { - "line": 3623, + "line": 3665, "column": 52 } } @@ -1071544,15 +1072031,15 @@ "updateContext": null }, "value": 1, - "start": 160074, - "end": 160075, + "start": 162464, + "end": 162465, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 52 }, "end": { - "line": 3623, + "line": 3665, "column": 53 } } @@ -1071570,15 +1072057,15 @@ "binop": null, "updateContext": null }, - "start": 160076, - "end": 160077, + "start": 162466, + "end": 162467, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 54 }, "end": { - "line": 3623, + "line": 3665, "column": 55 } } @@ -1071596,15 +1072083,15 @@ "binop": null }, "value": "comparison", - "start": 160078, - "end": 160088, + "start": 162468, + "end": 162478, "loc": { "start": { - "line": 3623, + "line": 3665, "column": 56 }, "end": { - "line": 3623, + "line": 3665, "column": 66 } } @@ -1071621,15 +1072108,15 @@ "postfix": false, "binop": null }, - "start": 160097, - "end": 160098, + "start": 162487, + "end": 162488, "loc": { "start": { - "line": 3624, + "line": 3666, "column": 8 }, "end": { - "line": 3624, + "line": 3666, "column": 9 } } @@ -1071646,15 +1072133,15 @@ "postfix": false, "binop": null }, - "start": 160103, - "end": 160104, + "start": 162493, + "end": 162494, "loc": { "start": { - "line": 3625, + "line": 3667, "column": 4 }, "end": { - "line": 3625, + "line": 3667, "column": 5 } } @@ -1071662,15 +1072149,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160114, - "end": 160384, + "start": 162504, + "end": 162774, "loc": { "start": { - "line": 3627, + "line": 3669, "column": 4 }, "end": { - "line": 3632, + "line": 3674, "column": 7 } } @@ -1071688,15 +1072175,15 @@ "binop": null }, "value": "validateString", - "start": 160389, - "end": 160403, + "start": 162779, + "end": 162793, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 4 }, "end": { - "line": 3633, + "line": 3675, "column": 18 } } @@ -1071713,15 +1072200,15 @@ "postfix": false, "binop": null }, - "start": 160403, - "end": 160404, + "start": 162793, + "end": 162794, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 18 }, "end": { - "line": 3633, + "line": 3675, "column": 19 } } @@ -1071739,15 +1072226,15 @@ "binop": null }, "value": "def", - "start": 160405, - "end": 160408, + "start": 162795, + "end": 162798, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 20 }, "end": { - "line": 3633, + "line": 3675, "column": 23 } } @@ -1071765,15 +1072252,15 @@ "binop": null, "updateContext": null }, - "start": 160408, - "end": 160409, + "start": 162798, + "end": 162799, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 23 }, "end": { - "line": 3633, + "line": 3675, "column": 24 } } @@ -1071791,15 +1072278,15 @@ "binop": null }, "value": "val", - "start": 160410, - "end": 160413, + "start": 162800, + "end": 162803, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 25 }, "end": { - "line": 3633, + "line": 3675, "column": 28 } } @@ -1071816,15 +1072303,15 @@ "postfix": false, "binop": null }, - "start": 160414, - "end": 160415, + "start": 162804, + "end": 162805, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 29 }, "end": { - "line": 3633, + "line": 3675, "column": 30 } } @@ -1071841,15 +1072328,15 @@ "postfix": false, "binop": null }, - "start": 160416, - "end": 160417, + "start": 162806, + "end": 162807, "loc": { "start": { - "line": 3633, + "line": 3675, "column": 31 }, "end": { - "line": 3633, + "line": 3675, "column": 32 } } @@ -1071869,15 +1072356,15 @@ "updateContext": null }, "value": "return", - "start": 160426, - "end": 160432, + "start": 162816, + "end": 162822, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 8 }, "end": { - "line": 3634, + "line": 3676, "column": 14 } } @@ -1071897,15 +1072384,15 @@ "updateContext": null }, "value": "typeof", - "start": 160433, - "end": 160439, + "start": 162823, + "end": 162829, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 15 }, "end": { - "line": 3634, + "line": 3676, "column": 21 } } @@ -1071923,15 +1072410,15 @@ "binop": null }, "value": "val", - "start": 160440, - "end": 160443, + "start": 162830, + "end": 162833, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 22 }, "end": { - "line": 3634, + "line": 3676, "column": 25 } } @@ -1071950,15 +1072437,15 @@ "updateContext": null }, "value": "===", - "start": 160444, - "end": 160447, + "start": 162834, + "end": 162837, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 26 }, "end": { - "line": 3634, + "line": 3676, "column": 29 } } @@ -1071977,15 +1072464,15 @@ "updateContext": null }, "value": "string", - "start": 160448, - "end": 160456, + "start": 162838, + "end": 162846, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 30 }, "end": { - "line": 3634, + "line": 3676, "column": 38 } } @@ -1072004,15 +1072491,15 @@ "updateContext": null }, "value": "&&", - "start": 160457, - "end": 160459, + "start": 162847, + "end": 162849, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 39 }, "end": { - "line": 3634, + "line": 3676, "column": 41 } } @@ -1072030,15 +1072517,15 @@ "binop": null }, "value": "val", - "start": 160460, - "end": 160463, + "start": 162850, + "end": 162853, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 42 }, "end": { - "line": 3634, + "line": 3676, "column": 45 } } @@ -1072057,15 +1072544,15 @@ "updateContext": null }, "value": "!==", - "start": 160464, - "end": 160467, + "start": 162854, + "end": 162857, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 46 }, "end": { - "line": 3634, + "line": 3676, "column": 49 } } @@ -1072084,15 +1072571,15 @@ "updateContext": null }, "value": "", - "start": 160468, - "end": 160470, + "start": 162858, + "end": 162860, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 50 }, "end": { - "line": 3634, + "line": 3676, "column": 52 } } @@ -1072110,15 +1072597,15 @@ "binop": null, "updateContext": null }, - "start": 160471, - "end": 160472, + "start": 162861, + "end": 162862, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 53 }, "end": { - "line": 3634, + "line": 3676, "column": 54 } } @@ -1072136,15 +1072623,15 @@ "binop": null }, "value": "val", - "start": 160473, - "end": 160476, + "start": 162863, + "end": 162866, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 55 }, "end": { - "line": 3634, + "line": 3676, "column": 58 } } @@ -1072162,15 +1072649,15 @@ "binop": null, "updateContext": null }, - "start": 160477, - "end": 160478, + "start": 162867, + "end": 162868, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 59 }, "end": { - "line": 3634, + "line": 3676, "column": 60 } } @@ -1072188,15 +1072675,15 @@ "binop": null }, "value": "def", - "start": 160479, - "end": 160482, + "start": 162869, + "end": 162872, "loc": { "start": { - "line": 3634, + "line": 3676, "column": 61 }, "end": { - "line": 3634, + "line": 3676, "column": 64 } } @@ -1072213,15 +1072700,15 @@ "postfix": false, "binop": null }, - "start": 160487, - "end": 160488, + "start": 162877, + "end": 162878, "loc": { "start": { - "line": 3635, + "line": 3677, "column": 4 }, "end": { - "line": 3635, + "line": 3677, "column": 5 } } @@ -1072229,15 +1072716,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160493, - "end": 160764, + "start": 162883, + "end": 163154, "loc": { "start": { - "line": 3636, + "line": 3678, "column": 4 }, "end": { - "line": 3641, + "line": 3683, "column": 7 } } @@ -1072255,15 +1072742,15 @@ "binop": null }, "value": "validateNumeric", - "start": 160769, - "end": 160784, + "start": 163159, + "end": 163174, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 4 }, "end": { - "line": 3642, + "line": 3684, "column": 19 } } @@ -1072280,15 +1072767,15 @@ "postfix": false, "binop": null }, - "start": 160784, - "end": 160785, + "start": 163174, + "end": 163175, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 19 }, "end": { - "line": 3642, + "line": 3684, "column": 20 } } @@ -1072306,15 +1072793,15 @@ "binop": null }, "value": "def", - "start": 160786, - "end": 160789, + "start": 163176, + "end": 163179, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 21 }, "end": { - "line": 3642, + "line": 3684, "column": 24 } } @@ -1072332,15 +1072819,15 @@ "binop": null, "updateContext": null }, - "start": 160789, - "end": 160790, + "start": 163179, + "end": 163180, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 24 }, "end": { - "line": 3642, + "line": 3684, "column": 25 } } @@ -1072358,15 +1072845,15 @@ "binop": null }, "value": "val", - "start": 160791, - "end": 160794, + "start": 163181, + "end": 163184, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 26 }, "end": { - "line": 3642, + "line": 3684, "column": 29 } } @@ -1072383,15 +1072870,15 @@ "postfix": false, "binop": null }, - "start": 160795, - "end": 160796, + "start": 163185, + "end": 163186, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 30 }, "end": { - "line": 3642, + "line": 3684, "column": 31 } } @@ -1072408,15 +1072895,15 @@ "postfix": false, "binop": null }, - "start": 160797, - "end": 160798, + "start": 163187, + "end": 163188, "loc": { "start": { - "line": 3642, + "line": 3684, "column": 32 }, "end": { - "line": 3642, + "line": 3684, "column": 33 } } @@ -1072436,15 +1072923,15 @@ "updateContext": null }, "value": "return", - "start": 160807, - "end": 160813, + "start": 163197, + "end": 163203, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 8 }, "end": { - "line": 3643, + "line": 3685, "column": 14 } } @@ -1072464,15 +1072951,15 @@ "updateContext": null }, "value": "typeof", - "start": 160814, - "end": 160820, + "start": 163204, + "end": 163210, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 15 }, "end": { - "line": 3643, + "line": 3685, "column": 21 } } @@ -1072490,15 +1072977,15 @@ "binop": null }, "value": "val", - "start": 160821, - "end": 160824, + "start": 163211, + "end": 163214, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 22 }, "end": { - "line": 3643, + "line": 3685, "column": 25 } } @@ -1072517,15 +1073004,15 @@ "updateContext": null }, "value": "===", - "start": 160825, - "end": 160828, + "start": 163215, + "end": 163218, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 26 }, "end": { - "line": 3643, + "line": 3685, "column": 29 } } @@ -1072544,15 +1073031,15 @@ "updateContext": null }, "value": "number", - "start": 160829, - "end": 160837, + "start": 163219, + "end": 163227, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 30 }, "end": { - "line": 3643, + "line": 3685, "column": 38 } } @@ -1072570,15 +1073057,15 @@ "binop": null, "updateContext": null }, - "start": 160838, - "end": 160839, + "start": 163228, + "end": 163229, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 39 }, "end": { - "line": 3643, + "line": 3685, "column": 40 } } @@ -1072596,15 +1073083,15 @@ "binop": null }, "value": "Number", - "start": 160840, - "end": 160846, + "start": 163230, + "end": 163236, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 41 }, "end": { - "line": 3643, + "line": 3685, "column": 47 } } @@ -1072621,15 +1073108,15 @@ "postfix": false, "binop": null }, - "start": 160846, - "end": 160847, + "start": 163236, + "end": 163237, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 47 }, "end": { - "line": 3643, + "line": 3685, "column": 48 } } @@ -1072647,15 +1073134,15 @@ "binop": null }, "value": "val", - "start": 160848, - "end": 160851, + "start": 163238, + "end": 163241, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 49 }, "end": { - "line": 3643, + "line": 3685, "column": 52 } } @@ -1072672,15 +1073159,15 @@ "postfix": false, "binop": null }, - "start": 160852, - "end": 160853, + "start": 163242, + "end": 163243, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 53 }, "end": { - "line": 3643, + "line": 3685, "column": 54 } } @@ -1072698,15 +1073185,15 @@ "binop": null, "updateContext": null }, - "start": 160854, - "end": 160855, + "start": 163244, + "end": 163245, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 55 }, "end": { - "line": 3643, + "line": 3685, "column": 56 } } @@ -1072724,15 +1073211,15 @@ "binop": null }, "value": "def", - "start": 160856, - "end": 160859, + "start": 163246, + "end": 163249, "loc": { "start": { - "line": 3643, + "line": 3685, "column": 57 }, "end": { - "line": 3643, + "line": 3685, "column": 60 } } @@ -1072749,15 +1073236,15 @@ "postfix": false, "binop": null }, - "start": 160864, - "end": 160865, + "start": 163254, + "end": 163255, "loc": { "start": { - "line": 3644, + "line": 3686, "column": 4 }, "end": { - "line": 3644, + "line": 3686, "column": 5 } } @@ -1072765,15 +1073252,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 160870, - "end": 161141, + "start": 163260, + "end": 163531, "loc": { "start": { - "line": 3645, + "line": 3687, "column": 4 }, "end": { - "line": 3650, + "line": 3692, "column": 7 } } @@ -1072791,15 +1073278,15 @@ "binop": null }, "value": "validateBoolean", - "start": 161146, - "end": 161161, + "start": 163536, + "end": 163551, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 4 }, "end": { - "line": 3651, + "line": 3693, "column": 19 } } @@ -1072816,15 +1073303,15 @@ "postfix": false, "binop": null }, - "start": 161161, - "end": 161162, + "start": 163551, + "end": 163552, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 19 }, "end": { - "line": 3651, + "line": 3693, "column": 20 } } @@ -1072842,15 +1073329,15 @@ "binop": null }, "value": "def", - "start": 161163, - "end": 161166, + "start": 163553, + "end": 163556, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 21 }, "end": { - "line": 3651, + "line": 3693, "column": 24 } } @@ -1072868,15 +1073355,15 @@ "binop": null, "updateContext": null }, - "start": 161166, - "end": 161167, + "start": 163556, + "end": 163557, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 24 }, "end": { - "line": 3651, + "line": 3693, "column": 25 } } @@ -1072894,15 +1073381,15 @@ "binop": null }, "value": "val", - "start": 161168, - "end": 161171, + "start": 163558, + "end": 163561, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 26 }, "end": { - "line": 3651, + "line": 3693, "column": 29 } } @@ -1072919,15 +1073406,15 @@ "postfix": false, "binop": null }, - "start": 161172, - "end": 161173, + "start": 163562, + "end": 163563, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 30 }, "end": { - "line": 3651, + "line": 3693, "column": 31 } } @@ -1072944,15 +1073431,15 @@ "postfix": false, "binop": null }, - "start": 161174, - "end": 161175, + "start": 163564, + "end": 163565, "loc": { "start": { - "line": 3651, + "line": 3693, "column": 32 }, "end": { - "line": 3651, + "line": 3693, "column": 33 } } @@ -1072972,15 +1073459,15 @@ "updateContext": null }, "value": "return", - "start": 161184, - "end": 161190, + "start": 163574, + "end": 163580, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 8 }, "end": { - "line": 3652, + "line": 3694, "column": 14 } } @@ -1073000,15 +1073487,15 @@ "updateContext": null }, "value": "typeof", - "start": 161191, - "end": 161197, + "start": 163581, + "end": 163587, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 15 }, "end": { - "line": 3652, + "line": 3694, "column": 21 } } @@ -1073026,15 +1073513,15 @@ "binop": null }, "value": "val", - "start": 161198, - "end": 161201, + "start": 163588, + "end": 163591, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 22 }, "end": { - "line": 3652, + "line": 3694, "column": 25 } } @@ -1073053,15 +1073540,15 @@ "updateContext": null }, "value": "===", - "start": 161202, - "end": 161205, + "start": 163592, + "end": 163595, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 26 }, "end": { - "line": 3652, + "line": 3694, "column": 29 } } @@ -1073080,15 +1073567,15 @@ "updateContext": null }, "value": "boolean", - "start": 161206, - "end": 161215, + "start": 163596, + "end": 163605, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 30 }, "end": { - "line": 3652, + "line": 3694, "column": 39 } } @@ -1073107,15 +1073594,15 @@ "updateContext": null }, "value": "||", - "start": 161216, - "end": 161218, + "start": 163606, + "end": 163608, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 40 }, "end": { - "line": 3652, + "line": 3694, "column": 42 } } @@ -1073132,15 +1073619,15 @@ "postfix": false, "binop": null }, - "start": 161219, - "end": 161220, + "start": 163609, + "end": 163610, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 43 }, "end": { - "line": 3652, + "line": 3694, "column": 44 } } @@ -1073160,15 +1073647,15 @@ "updateContext": null }, "value": "typeof", - "start": 161221, - "end": 161227, + "start": 163611, + "end": 163617, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 45 }, "end": { - "line": 3652, + "line": 3694, "column": 51 } } @@ -1073186,15 +1073673,15 @@ "binop": null }, "value": "val", - "start": 161228, - "end": 161231, + "start": 163618, + "end": 163621, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 52 }, "end": { - "line": 3652, + "line": 3694, "column": 55 } } @@ -1073213,15 +1073700,15 @@ "updateContext": null }, "value": "===", - "start": 161232, - "end": 161235, + "start": 163622, + "end": 163625, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 56 }, "end": { - "line": 3652, + "line": 3694, "column": 59 } } @@ -1073240,15 +1073727,15 @@ "updateContext": null }, "value": "object", - "start": 161236, - "end": 161244, + "start": 163626, + "end": 163634, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 60 }, "end": { - "line": 3652, + "line": 3694, "column": 68 } } @@ -1073267,15 +1073754,15 @@ "updateContext": null }, "value": "&&", - "start": 161245, - "end": 161247, + "start": 163635, + "end": 163637, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 69 }, "end": { - "line": 3652, + "line": 3694, "column": 71 } } @@ -1073293,15 +1073780,15 @@ "binop": null }, "value": "val", - "start": 161248, - "end": 161251, + "start": 163638, + "end": 163641, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 72 }, "end": { - "line": 3652, + "line": 3694, "column": 75 } } @@ -1073320,15 +1073807,15 @@ "updateContext": null }, "value": "!==", - "start": 161252, - "end": 161255, + "start": 163642, + "end": 163645, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 76 }, "end": { - "line": 3652, + "line": 3694, "column": 79 } } @@ -1073348,15 +1073835,15 @@ "updateContext": null }, "value": "null", - "start": 161256, - "end": 161260, + "start": 163646, + "end": 163650, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 80 }, "end": { - "line": 3652, + "line": 3694, "column": 84 } } @@ -1073375,15 +1073862,15 @@ "updateContext": null }, "value": "&&", - "start": 161261, - "end": 161263, + "start": 163651, + "end": 163653, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 85 }, "end": { - "line": 3652, + "line": 3694, "column": 87 } } @@ -1073403,15 +1073890,15 @@ "updateContext": null }, "value": "typeof", - "start": 161264, - "end": 161270, + "start": 163654, + "end": 163660, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 88 }, "end": { - "line": 3652, + "line": 3694, "column": 94 } } @@ -1073429,15 +1073916,15 @@ "binop": null }, "value": "val", - "start": 161271, - "end": 161274, + "start": 163661, + "end": 163664, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 95 }, "end": { - "line": 3652, + "line": 3694, "column": 98 } } @@ -1073455,15 +1073942,15 @@ "binop": null, "updateContext": null }, - "start": 161274, - "end": 161275, + "start": 163664, + "end": 163665, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 98 }, "end": { - "line": 3652, + "line": 3694, "column": 99 } } @@ -1073481,15 +1073968,15 @@ "binop": null }, "value": "valueOf", - "start": 161275, - "end": 161282, + "start": 163665, + "end": 163672, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 99 }, "end": { - "line": 3652, + "line": 3694, "column": 106 } } @@ -1073506,15 +1073993,15 @@ "postfix": false, "binop": null }, - "start": 161282, - "end": 161283, + "start": 163672, + "end": 163673, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 106 }, "end": { - "line": 3652, + "line": 3694, "column": 107 } } @@ -1073531,15 +1074018,15 @@ "postfix": false, "binop": null }, - "start": 161283, - "end": 161284, + "start": 163673, + "end": 163674, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 107 }, "end": { - "line": 3652, + "line": 3694, "column": 108 } } @@ -1073558,15 +1074045,15 @@ "updateContext": null }, "value": "===", - "start": 161285, - "end": 161288, + "start": 163675, + "end": 163678, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 109 }, "end": { - "line": 3652, + "line": 3694, "column": 112 } } @@ -1073585,15 +1074072,15 @@ "updateContext": null }, "value": "boolean", - "start": 161289, - "end": 161298, + "start": 163679, + "end": 163688, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 113 }, "end": { - "line": 3652, + "line": 3694, "column": 122 } } @@ -1073610,15 +1074097,15 @@ "postfix": false, "binop": null }, - "start": 161299, - "end": 161300, + "start": 163689, + "end": 163690, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 123 }, "end": { - "line": 3652, + "line": 3694, "column": 124 } } @@ -1073636,15 +1074123,15 @@ "binop": null, "updateContext": null }, - "start": 161301, - "end": 161302, + "start": 163691, + "end": 163692, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 125 }, "end": { - "line": 3652, + "line": 3694, "column": 126 } } @@ -1073662,15 +1074149,15 @@ "binop": null }, "value": "val", - "start": 161303, - "end": 161306, + "start": 163693, + "end": 163696, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 127 }, "end": { - "line": 3652, + "line": 3694, "column": 130 } } @@ -1073688,15 +1074175,15 @@ "binop": null, "updateContext": null }, - "start": 161307, - "end": 161308, + "start": 163697, + "end": 163698, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 131 }, "end": { - "line": 3652, + "line": 3694, "column": 132 } } @@ -1073714,15 +1074201,15 @@ "binop": null }, "value": "def", - "start": 161309, - "end": 161312, + "start": 163699, + "end": 163702, "loc": { "start": { - "line": 3652, + "line": 3694, "column": 133 }, "end": { - "line": 3652, + "line": 3694, "column": 136 } } @@ -1073739,15 +1074226,15 @@ "postfix": false, "binop": null }, - "start": 161317, - "end": 161318, + "start": 163707, + "end": 163708, "loc": { "start": { - "line": 3653, + "line": 3695, "column": 4 }, "end": { - "line": 3653, + "line": 3695, "column": 5 } } @@ -1073755,15 +1074242,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161323, - "end": 161593, + "start": 163713, + "end": 163983, "loc": { "start": { - "line": 3654, + "line": 3696, "column": 4 }, "end": { - "line": 3659, + "line": 3701, "column": 7 } } @@ -1073781,15 +1074268,15 @@ "binop": null }, "value": "validateObject", - "start": 161598, - "end": 161612, + "start": 163988, + "end": 164002, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 4 }, "end": { - "line": 3660, + "line": 3702, "column": 18 } } @@ -1073806,15 +1074293,15 @@ "postfix": false, "binop": null }, - "start": 161612, - "end": 161613, + "start": 164002, + "end": 164003, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 18 }, "end": { - "line": 3660, + "line": 3702, "column": 19 } } @@ -1073832,15 +1074319,15 @@ "binop": null }, "value": "def", - "start": 161614, - "end": 161617, + "start": 164004, + "end": 164007, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 20 }, "end": { - "line": 3660, + "line": 3702, "column": 23 } } @@ -1073858,15 +1074345,15 @@ "binop": null, "updateContext": null }, - "start": 161617, - "end": 161618, + "start": 164007, + "end": 164008, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 23 }, "end": { - "line": 3660, + "line": 3702, "column": 24 } } @@ -1073884,15 +1074371,15 @@ "binop": null }, "value": "val", - "start": 161619, - "end": 161622, + "start": 164009, + "end": 164012, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 25 }, "end": { - "line": 3660, + "line": 3702, "column": 28 } } @@ -1073909,15 +1074396,15 @@ "postfix": false, "binop": null }, - "start": 161623, - "end": 161624, + "start": 164013, + "end": 164014, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 29 }, "end": { - "line": 3660, + "line": 3702, "column": 30 } } @@ -1073934,15 +1074421,15 @@ "postfix": false, "binop": null }, - "start": 161625, - "end": 161626, + "start": 164015, + "end": 164016, "loc": { "start": { - "line": 3660, + "line": 3702, "column": 31 }, "end": { - "line": 3660, + "line": 3702, "column": 32 } } @@ -1073962,15 +1074449,15 @@ "updateContext": null }, "value": "return", - "start": 161635, - "end": 161641, + "start": 164025, + "end": 164031, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 8 }, "end": { - "line": 3661, + "line": 3703, "column": 14 } } @@ -1073990,15 +1074477,15 @@ "updateContext": null }, "value": "typeof", - "start": 161642, - "end": 161648, + "start": 164032, + "end": 164038, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 15 }, "end": { - "line": 3661, + "line": 3703, "column": 21 } } @@ -1074016,15 +1074503,15 @@ "binop": null }, "value": "val", - "start": 161649, - "end": 161652, + "start": 164039, + "end": 164042, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 22 }, "end": { - "line": 3661, + "line": 3703, "column": 25 } } @@ -1074043,15 +1074530,15 @@ "updateContext": null }, "value": "===", - "start": 161653, - "end": 161656, + "start": 164043, + "end": 164046, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 26 }, "end": { - "line": 3661, + "line": 3703, "column": 29 } } @@ -1074070,15 +1074557,15 @@ "updateContext": null }, "value": "object", - "start": 161657, - "end": 161665, + "start": 164047, + "end": 164055, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 30 }, "end": { - "line": 3661, + "line": 3703, "column": 38 } } @@ -1074096,15 +1074583,15 @@ "binop": null, "updateContext": null }, - "start": 161666, - "end": 161667, + "start": 164056, + "end": 164057, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 39 }, "end": { - "line": 3661, + "line": 3703, "column": 40 } } @@ -1074122,15 +1074609,15 @@ "binop": null }, "value": "val", - "start": 161668, - "end": 161671, + "start": 164058, + "end": 164061, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 41 }, "end": { - "line": 3661, + "line": 3703, "column": 44 } } @@ -1074148,15 +1074635,15 @@ "binop": null, "updateContext": null }, - "start": 161672, - "end": 161673, + "start": 164062, + "end": 164063, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 45 }, "end": { - "line": 3661, + "line": 3703, "column": 46 } } @@ -1074174,15 +1074661,15 @@ "binop": null }, "value": "def", - "start": 161674, - "end": 161677, + "start": 164064, + "end": 164067, "loc": { "start": { - "line": 3661, + "line": 3703, "column": 47 }, "end": { - "line": 3661, + "line": 3703, "column": 50 } } @@ -1074199,15 +1074686,15 @@ "postfix": false, "binop": null }, - "start": 161682, - "end": 161683, + "start": 164072, + "end": 164073, "loc": { "start": { - "line": 3662, + "line": 3704, "column": 4 }, "end": { - "line": 3662, + "line": 3704, "column": 5 } } @@ -1074215,15 +1074702,15 @@ { "type": "CommentBlock", "value": "*\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n ", - "start": 161688, - "end": 161957, + "start": 164078, + "end": 164347, "loc": { "start": { - "line": 3663, + "line": 3705, "column": 4 }, "end": { - "line": 3668, + "line": 3710, "column": 7 } } @@ -1074241,15 +1074728,15 @@ "binop": null }, "value": "validateArray", - "start": 161962, - "end": 161975, + "start": 164352, + "end": 164365, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 4 }, "end": { - "line": 3669, + "line": 3711, "column": 17 } } @@ -1074266,15 +1074753,15 @@ "postfix": false, "binop": null }, - "start": 161975, - "end": 161976, + "start": 164365, + "end": 164366, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 17 }, "end": { - "line": 3669, + "line": 3711, "column": 18 } } @@ -1074292,15 +1074779,15 @@ "binop": null }, "value": "def", - "start": 161977, - "end": 161980, + "start": 164367, + "end": 164370, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 19 }, "end": { - "line": 3669, + "line": 3711, "column": 22 } } @@ -1074318,15 +1074805,15 @@ "binop": null, "updateContext": null }, - "start": 161980, - "end": 161981, + "start": 164370, + "end": 164371, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 22 }, "end": { - "line": 3669, + "line": 3711, "column": 23 } } @@ -1074344,15 +1074831,15 @@ "binop": null }, "value": "val", - "start": 161982, - "end": 161985, + "start": 164372, + "end": 164375, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 24 }, "end": { - "line": 3669, + "line": 3711, "column": 27 } } @@ -1074369,15 +1074856,15 @@ "postfix": false, "binop": null }, - "start": 161986, - "end": 161987, + "start": 164376, + "end": 164377, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 28 }, "end": { - "line": 3669, + "line": 3711, "column": 29 } } @@ -1074394,15 +1074881,15 @@ "postfix": false, "binop": null }, - "start": 161988, - "end": 161989, + "start": 164378, + "end": 164379, "loc": { "start": { - "line": 3669, + "line": 3711, "column": 30 }, "end": { - "line": 3669, + "line": 3711, "column": 31 } } @@ -1074422,15 +1074909,15 @@ "updateContext": null }, "value": "return", - "start": 161998, - "end": 162004, + "start": 164388, + "end": 164394, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 8 }, "end": { - "line": 3670, + "line": 3712, "column": 14 } } @@ -1074448,15 +1074935,15 @@ "binop": null }, "value": "Object", - "start": 162005, - "end": 162011, + "start": 164395, + "end": 164401, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 15 }, "end": { - "line": 3670, + "line": 3712, "column": 21 } } @@ -1074474,15 +1074961,15 @@ "binop": null, "updateContext": null }, - "start": 162011, - "end": 162012, + "start": 164401, + "end": 164402, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 21 }, "end": { - "line": 3670, + "line": 3712, "column": 22 } } @@ -1074500,15 +1074987,15 @@ "binop": null }, "value": "prototype", - "start": 162012, - "end": 162021, + "start": 164402, + "end": 164411, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 22 }, "end": { - "line": 3670, + "line": 3712, "column": 31 } } @@ -1074526,15 +1075013,15 @@ "binop": null, "updateContext": null }, - "start": 162021, - "end": 162022, + "start": 164411, + "end": 164412, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 31 }, "end": { - "line": 3670, + "line": 3712, "column": 32 } } @@ -1074552,15 +1075039,15 @@ "binop": null }, "value": "toString", - "start": 162022, - "end": 162030, + "start": 164412, + "end": 164420, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 32 }, "end": { - "line": 3670, + "line": 3712, "column": 40 } } @@ -1074578,15 +1075065,15 @@ "binop": null, "updateContext": null }, - "start": 162030, - "end": 162031, + "start": 164420, + "end": 164421, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 40 }, "end": { - "line": 3670, + "line": 3712, "column": 41 } } @@ -1074604,15 +1075091,15 @@ "binop": null }, "value": "call", - "start": 162031, - "end": 162035, + "start": 164421, + "end": 164425, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 41 }, "end": { - "line": 3670, + "line": 3712, "column": 45 } } @@ -1074629,15 +1075116,15 @@ "postfix": false, "binop": null }, - "start": 162035, - "end": 162036, + "start": 164425, + "end": 164426, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 45 }, "end": { - "line": 3670, + "line": 3712, "column": 46 } } @@ -1074655,15 +1075142,15 @@ "binop": null }, "value": "val", - "start": 162037, - "end": 162040, + "start": 164427, + "end": 164430, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 47 }, "end": { - "line": 3670, + "line": 3712, "column": 50 } } @@ -1074680,15 +1075167,15 @@ "postfix": false, "binop": null }, - "start": 162041, - "end": 162042, + "start": 164431, + "end": 164432, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 51 }, "end": { - "line": 3670, + "line": 3712, "column": 52 } } @@ -1074707,15 +1075194,15 @@ "updateContext": null }, "value": "===", - "start": 162043, - "end": 162046, + "start": 164433, + "end": 164436, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 53 }, "end": { - "line": 3670, + "line": 3712, "column": 56 } } @@ -1074734,15 +1075221,15 @@ "updateContext": null }, "value": "[object Array]", - "start": 162047, - "end": 162063, + "start": 164437, + "end": 164453, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 57 }, "end": { - "line": 3670, + "line": 3712, "column": 73 } } @@ -1074760,15 +1075247,15 @@ "binop": null, "updateContext": null }, - "start": 162064, - "end": 162065, + "start": 164454, + "end": 164455, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 74 }, "end": { - "line": 3670, + "line": 3712, "column": 75 } } @@ -1074786,15 +1075273,15 @@ "binop": null }, "value": "val", - "start": 162066, - "end": 162069, + "start": 164456, + "end": 164459, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 76 }, "end": { - "line": 3670, + "line": 3712, "column": 79 } } @@ -1074812,15 +1075299,15 @@ "binop": null, "updateContext": null }, - "start": 162070, - "end": 162071, + "start": 164460, + "end": 164461, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 80 }, "end": { - "line": 3670, + "line": 3712, "column": 81 } } @@ -1074838,15 +1075325,15 @@ "binop": null }, "value": "def", - "start": 162072, - "end": 162075, + "start": 164462, + "end": 164465, "loc": { "start": { - "line": 3670, + "line": 3712, "column": 82 }, "end": { - "line": 3670, + "line": 3712, "column": 85 } } @@ -1074863,15 +1075350,15 @@ "postfix": false, "binop": null }, - "start": 162080, - "end": 162081, + "start": 164470, + "end": 164471, "loc": { "start": { - "line": 3671, + "line": 3713, "column": 4 }, "end": { - "line": 3671, + "line": 3713, "column": 5 } } @@ -1074879,15 +1075366,15 @@ { "type": "CommentLine", "value": " Static", - "start": 162096, - "end": 162105, + "start": 164486, + "end": 164495, "loc": { "start": { - "line": 3674, + "line": 3716, "column": 4 }, "end": { - "line": 3674, + "line": 3716, "column": 13 } } @@ -1074895,15 +1075382,15 @@ { "type": "CommentBlock", "value": "*\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n ", - "start": 162115, - "end": 162348, + "start": 164505, + "end": 164738, "loc": { "start": { - "line": 3676, + "line": 3718, "column": 4 }, "end": { - "line": 3681, + "line": 3723, "column": 7 } } @@ -1074921,15 +1075408,15 @@ "binop": null }, "value": "static", - "start": 162353, - "end": 162359, + "start": 164743, + "end": 164749, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 4 }, "end": { - "line": 3682, + "line": 3724, "column": 10 } } @@ -1074947,15 +1075434,15 @@ "binop": null }, "value": "_jQueryInterface", - "start": 162360, - "end": 162376, + "start": 164750, + "end": 164766, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 11 }, "end": { - "line": 3682, + "line": 3724, "column": 27 } } @@ -1074972,15 +1075459,15 @@ "postfix": false, "binop": null }, - "start": 162376, - "end": 162377, + "start": 164766, + "end": 164767, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 27 }, "end": { - "line": 3682, + "line": 3724, "column": 28 } } @@ -1074998,15 +1075485,15 @@ "binop": null }, "value": "config", - "start": 162378, - "end": 162384, + "start": 164768, + "end": 164774, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 29 }, "end": { - "line": 3682, + "line": 3724, "column": 35 } } @@ -1075024,15 +1075511,15 @@ "binop": null, "updateContext": null }, - "start": 162384, - "end": 162385, + "start": 164774, + "end": 164775, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 35 }, "end": { - "line": 3682, + "line": 3724, "column": 36 } } @@ -1075050,15 +1075537,15 @@ "binop": null, "updateContext": null }, - "start": 162386, - "end": 162389, + "start": 164776, + "end": 164779, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 37 }, "end": { - "line": 3682, + "line": 3724, "column": 40 } } @@ -1075076,15 +1075563,15 @@ "binop": null }, "value": "args", - "start": 162389, - "end": 162393, + "start": 164779, + "end": 164783, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 40 }, "end": { - "line": 3682, + "line": 3724, "column": 44 } } @@ -1075101,15 +1075588,15 @@ "postfix": false, "binop": null }, - "start": 162394, - "end": 162395, + "start": 164784, + "end": 164785, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 45 }, "end": { - "line": 3682, + "line": 3724, "column": 46 } } @@ -1075126,15 +1075613,15 @@ "postfix": false, "binop": null }, - "start": 162396, - "end": 162397, + "start": 164786, + "end": 164787, "loc": { "start": { - "line": 3682, + "line": 3724, "column": 47 }, "end": { - "line": 3682, + "line": 3724, "column": 48 } } @@ -1075154,15 +1075641,15 @@ "updateContext": null }, "value": "return", - "start": 162406, - "end": 162412, + "start": 164796, + "end": 164802, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 8 }, "end": { - "line": 3683, + "line": 3725, "column": 14 } } @@ -1075182,15 +1075669,15 @@ "updateContext": null }, "value": "this", - "start": 162413, - "end": 162417, + "start": 164803, + "end": 164807, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 15 }, "end": { - "line": 3683, + "line": 3725, "column": 19 } } @@ -1075208,15 +1075695,15 @@ "binop": null, "updateContext": null }, - "start": 162417, - "end": 162418, + "start": 164807, + "end": 164808, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 19 }, "end": { - "line": 3683, + "line": 3725, "column": 20 } } @@ -1075234,15 +1075721,15 @@ "binop": null }, "value": "each", - "start": 162418, - "end": 162422, + "start": 164808, + "end": 164812, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 20 }, "end": { - "line": 3683, + "line": 3725, "column": 24 } } @@ -1075259,15 +1075746,15 @@ "postfix": false, "binop": null }, - "start": 162422, - "end": 162423, + "start": 164812, + "end": 164813, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 24 }, "end": { - "line": 3683, + "line": 3725, "column": 25 } } @@ -1075286,15 +1075773,15 @@ "binop": null }, "value": "function", - "start": 162423, - "end": 162431, + "start": 164813, + "end": 164821, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 25 }, "end": { - "line": 3683, + "line": 3725, "column": 33 } } @@ -1075311,15 +1075798,15 @@ "postfix": false, "binop": null }, - "start": 162432, - "end": 162433, + "start": 164822, + "end": 164823, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 34 }, "end": { - "line": 3683, + "line": 3725, "column": 35 } } @@ -1075336,15 +1075823,15 @@ "postfix": false, "binop": null }, - "start": 162433, - "end": 162434, + "start": 164823, + "end": 164824, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 35 }, "end": { - "line": 3683, + "line": 3725, "column": 36 } } @@ -1075361,15 +1075848,15 @@ "postfix": false, "binop": null }, - "start": 162435, - "end": 162436, + "start": 164825, + "end": 164826, "loc": { "start": { - "line": 3683, + "line": 3725, "column": 37 }, "end": { - "line": 3683, + "line": 3725, "column": 38 } } @@ -1075389,15 +1075876,15 @@ "updateContext": null }, "value": "let", - "start": 162449, - "end": 162452, + "start": 164839, + "end": 164842, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 12 }, "end": { - "line": 3684, + "line": 3726, "column": 15 } } @@ -1075415,15 +1075902,15 @@ "binop": null }, "value": "data", - "start": 162453, - "end": 162457, + "start": 164843, + "end": 164847, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 16 }, "end": { - "line": 3684, + "line": 3726, "column": 20 } } @@ -1075442,15 +1075929,15 @@ "updateContext": null }, "value": "=", - "start": 162458, - "end": 162459, + "start": 164848, + "end": 164849, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 21 }, "end": { - "line": 3684, + "line": 3726, "column": 22 } } @@ -1075468,15 +1075955,15 @@ "binop": null }, "value": "$", - "start": 162460, - "end": 162461, + "start": 164850, + "end": 164851, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 23 }, "end": { - "line": 3684, + "line": 3726, "column": 24 } } @@ -1075493,15 +1075980,15 @@ "postfix": false, "binop": null }, - "start": 162461, - "end": 162462, + "start": 164851, + "end": 164852, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 24 }, "end": { - "line": 3684, + "line": 3726, "column": 25 } } @@ -1075521,15 +1076008,15 @@ "updateContext": null }, "value": "this", - "start": 162462, - "end": 162466, + "start": 164852, + "end": 164856, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 25 }, "end": { - "line": 3684, + "line": 3726, "column": 29 } } @@ -1075546,15 +1076033,15 @@ "postfix": false, "binop": null }, - "start": 162466, - "end": 162467, + "start": 164856, + "end": 164857, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 29 }, "end": { - "line": 3684, + "line": 3726, "column": 30 } } @@ -1075572,15 +1076059,15 @@ "binop": null, "updateContext": null }, - "start": 162467, - "end": 162468, + "start": 164857, + "end": 164858, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 30 }, "end": { - "line": 3684, + "line": 3726, "column": 31 } } @@ -1075598,15 +1076085,15 @@ "binop": null }, "value": "data", - "start": 162468, - "end": 162472, + "start": 164858, + "end": 164862, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 31 }, "end": { - "line": 3684, + "line": 3726, "column": 35 } } @@ -1075623,15 +1076110,15 @@ "postfix": false, "binop": null }, - "start": 162472, - "end": 162473, + "start": 164862, + "end": 164863, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 35 }, "end": { - "line": 3684, + "line": 3726, "column": 36 } } @@ -1075649,15 +1076136,15 @@ "binop": null }, "value": "DATA_KEY", - "start": 162474, - "end": 162482, + "start": 164864, + "end": 164872, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 37 }, "end": { - "line": 3684, + "line": 3726, "column": 45 } } @@ -1075674,15 +1076161,15 @@ "postfix": false, "binop": null }, - "start": 162483, - "end": 162484, + "start": 164873, + "end": 164874, "loc": { "start": { - "line": 3684, + "line": 3726, "column": 46 }, "end": { - "line": 3684, + "line": 3726, "column": 47 } } @@ -1075702,15 +1076189,15 @@ "updateContext": null }, "value": "const", - "start": 162497, - "end": 162502, + "start": 164887, + "end": 164892, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 12 }, "end": { - "line": 3685, + "line": 3727, "column": 17 } } @@ -1075728,15 +1076215,15 @@ "binop": null }, "value": "_config", - "start": 162503, - "end": 162510, + "start": 164893, + "end": 164900, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 18 }, "end": { - "line": 3685, + "line": 3727, "column": 25 } } @@ -1075755,15 +1076242,15 @@ "updateContext": null }, "value": "=", - "start": 162511, - "end": 162512, + "start": 164901, + "end": 164902, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 26 }, "end": { - "line": 3685, + "line": 3727, "column": 27 } } @@ -1075780,15 +1076267,15 @@ "postfix": false, "binop": null }, - "start": 162513, - "end": 162514, + "start": 164903, + "end": 164904, "loc": { "start": { - "line": 3685, + "line": 3727, "column": 28 }, "end": { - "line": 3685, + "line": 3727, "column": 29 } } @@ -1075806,15 +1076293,15 @@ "binop": null, "updateContext": null }, - "start": 162531, - "end": 162534, + "start": 164921, + "end": 164924, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 16 }, "end": { - "line": 3686, + "line": 3728, "column": 19 } } @@ -1075832,15 +1076319,15 @@ "binop": null }, "value": "Default", - "start": 162534, - "end": 162541, + "start": 164924, + "end": 164931, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 19 }, "end": { - "line": 3686, + "line": 3728, "column": 26 } } @@ -1075858,15 +1076345,15 @@ "binop": null, "updateContext": null }, - "start": 162541, - "end": 162542, + "start": 164931, + "end": 164932, "loc": { "start": { - "line": 3686, + "line": 3728, "column": 26 }, "end": { - "line": 3686, + "line": 3728, "column": 27 } } @@ -1075884,15 +1076371,15 @@ "binop": null, "updateContext": null }, - "start": 162559, - "end": 162562, + "start": 164949, + "end": 164952, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 16 }, "end": { - "line": 3687, + "line": 3729, "column": 19 } } @@ -1075910,15 +1076397,15 @@ "binop": null }, "value": "$", - "start": 162562, - "end": 162563, + "start": 164952, + "end": 164953, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 19 }, "end": { - "line": 3687, + "line": 3729, "column": 20 } } @@ -1075935,15 +1076422,15 @@ "postfix": false, "binop": null }, - "start": 162563, - "end": 162564, + "start": 164953, + "end": 164954, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 20 }, "end": { - "line": 3687, + "line": 3729, "column": 21 } } @@ -1075963,15 +1076450,15 @@ "updateContext": null }, "value": "this", - "start": 162564, - "end": 162568, + "start": 164954, + "end": 164958, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 21 }, "end": { - "line": 3687, + "line": 3729, "column": 25 } } @@ -1075988,15 +1076475,15 @@ "postfix": false, "binop": null }, - "start": 162568, - "end": 162569, + "start": 164958, + "end": 164959, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 25 }, "end": { - "line": 3687, + "line": 3729, "column": 26 } } @@ -1076014,15 +1076501,15 @@ "binop": null, "updateContext": null }, - "start": 162569, - "end": 162570, + "start": 164959, + "end": 164960, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 26 }, "end": { - "line": 3687, + "line": 3729, "column": 27 } } @@ -1076040,15 +1076527,15 @@ "binop": null }, "value": "data", - "start": 162570, - "end": 162574, + "start": 164960, + "end": 164964, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 27 }, "end": { - "line": 3687, + "line": 3729, "column": 31 } } @@ -1076065,15 +1076552,15 @@ "postfix": false, "binop": null }, - "start": 162574, - "end": 162575, + "start": 164964, + "end": 164965, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 31 }, "end": { - "line": 3687, + "line": 3729, "column": 32 } } @@ -1076090,15 +1076577,15 @@ "postfix": false, "binop": null }, - "start": 162575, - "end": 162576, + "start": 164965, + "end": 164966, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 32 }, "end": { - "line": 3687, + "line": 3729, "column": 33 } } @@ -1076116,15 +1076603,15 @@ "binop": null, "updateContext": null }, - "start": 162576, - "end": 162577, + "start": 164966, + "end": 164967, "loc": { "start": { - "line": 3687, + "line": 3729, "column": 33 }, "end": { - "line": 3687, + "line": 3729, "column": 34 } } @@ -1076142,15 +1076629,15 @@ "binop": null, "updateContext": null }, - "start": 162594, - "end": 162597, + "start": 164984, + "end": 164987, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 16 }, "end": { - "line": 3688, + "line": 3730, "column": 19 } } @@ -1076170,15 +1076657,15 @@ "updateContext": null }, "value": "typeof", - "start": 162597, - "end": 162603, + "start": 164987, + "end": 164993, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 19 }, "end": { - "line": 3688, + "line": 3730, "column": 25 } } @@ -1076196,15 +1076683,15 @@ "binop": null }, "value": "config", - "start": 162604, - "end": 162610, + "start": 164994, + "end": 165000, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 26 }, "end": { - "line": 3688, + "line": 3730, "column": 32 } } @@ -1076223,15 +1076710,15 @@ "updateContext": null }, "value": "===", - "start": 162611, - "end": 162614, + "start": 165001, + "end": 165004, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 33 }, "end": { - "line": 3688, + "line": 3730, "column": 36 } } @@ -1076250,15 +1076737,15 @@ "updateContext": null }, "value": "object", - "start": 162615, - "end": 162623, + "start": 165005, + "end": 165013, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 37 }, "end": { - "line": 3688, + "line": 3730, "column": 45 } } @@ -1076277,15 +1076764,15 @@ "updateContext": null }, "value": "&&", - "start": 162624, - "end": 162626, + "start": 165014, + "end": 165016, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 46 }, "end": { - "line": 3688, + "line": 3730, "column": 48 } } @@ -1076303,15 +1076790,15 @@ "binop": null }, "value": "config", - "start": 162627, - "end": 162633, + "start": 165017, + "end": 165023, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 49 }, "end": { - "line": 3688, + "line": 3730, "column": 55 } } @@ -1076329,15 +1076816,15 @@ "binop": null, "updateContext": null }, - "start": 162634, - "end": 162635, + "start": 165024, + "end": 165025, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 56 }, "end": { - "line": 3688, + "line": 3730, "column": 57 } } @@ -1076355,15 +1076842,15 @@ "binop": null }, "value": "config", - "start": 162636, - "end": 162642, + "start": 165026, + "end": 165032, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 58 }, "end": { - "line": 3688, + "line": 3730, "column": 64 } } @@ -1076381,15 +1076868,15 @@ "binop": null, "updateContext": null }, - "start": 162643, - "end": 162644, + "start": 165033, + "end": 165034, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 65 }, "end": { - "line": 3688, + "line": 3730, "column": 66 } } @@ -1076406,15 +1076893,15 @@ "postfix": false, "binop": null }, - "start": 162645, - "end": 162646, + "start": 165035, + "end": 165036, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 67 }, "end": { - "line": 3688, + "line": 3730, "column": 68 } } @@ -1076431,15 +1076918,15 @@ "postfix": false, "binop": null }, - "start": 162646, - "end": 162647, + "start": 165036, + "end": 165037, "loc": { "start": { - "line": 3688, + "line": 3730, "column": 68 }, "end": { - "line": 3688, + "line": 3730, "column": 69 } } @@ -1076456,15 +1076943,15 @@ "postfix": false, "binop": null }, - "start": 162660, - "end": 162661, + "start": 165050, + "end": 165051, "loc": { "start": { - "line": 3689, + "line": 3731, "column": 12 }, "end": { - "line": 3689, + "line": 3731, "column": 13 } } @@ -1076484,15 +1076971,15 @@ "updateContext": null }, "value": "if", - "start": 162687, - "end": 162689, + "start": 165077, + "end": 165079, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 12 }, "end": { - "line": 3691, + "line": 3733, "column": 14 } } @@ -1076509,15 +1076996,15 @@ "postfix": false, "binop": null }, - "start": 162690, - "end": 162691, + "start": 165080, + "end": 165081, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 15 }, "end": { - "line": 3691, + "line": 3733, "column": 16 } } @@ -1076536,15 +1077023,15 @@ "updateContext": null }, "value": "!", - "start": 162692, - "end": 162693, + "start": 165082, + "end": 165083, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 17 }, "end": { - "line": 3691, + "line": 3733, "column": 18 } } @@ -1076562,15 +1077049,15 @@ "binop": null }, "value": "data", - "start": 162694, - "end": 162698, + "start": 165084, + "end": 165088, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 19 }, "end": { - "line": 3691, + "line": 3733, "column": 23 } } @@ -1076587,15 +1077074,15 @@ "postfix": false, "binop": null }, - "start": 162699, - "end": 162700, + "start": 165089, + "end": 165090, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 24 }, "end": { - "line": 3691, + "line": 3733, "column": 25 } } @@ -1076612,15 +1077099,15 @@ "postfix": false, "binop": null }, - "start": 162701, - "end": 162702, + "start": 165091, + "end": 165092, "loc": { "start": { - "line": 3691, + "line": 3733, "column": 26 }, "end": { - "line": 3691, + "line": 3733, "column": 27 } } @@ -1076628,15 +1077115,15 @@ { "type": "CommentLine", "value": " Apply the plugin and store the instance in data", - "start": 162719, - "end": 162769, + "start": 165109, + "end": 165159, "loc": { "start": { - "line": 3692, + "line": 3734, "column": 16 }, "end": { - "line": 3692, + "line": 3734, "column": 66 } } @@ -1076654,15 +1077141,15 @@ "binop": null }, "value": "data", - "start": 162786, - "end": 162790, + "start": 165176, + "end": 165180, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 16 }, "end": { - "line": 3693, + "line": 3735, "column": 20 } } @@ -1076681,15 +1077168,15 @@ "updateContext": null }, "value": "=", - "start": 162791, - "end": 162792, + "start": 165181, + "end": 165182, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 21 }, "end": { - "line": 3693, + "line": 3735, "column": 22 } } @@ -1076709,15 +1077196,15 @@ "updateContext": null }, "value": "new", - "start": 162793, - "end": 162796, + "start": 165183, + "end": 165186, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 23 }, "end": { - "line": 3693, + "line": 3735, "column": 26 } } @@ -1076735,15 +1077222,15 @@ "binop": null }, "value": "Timeline", - "start": 162797, - "end": 162805, + "start": 165187, + "end": 165195, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 27 }, "end": { - "line": 3693, + "line": 3735, "column": 35 } } @@ -1076760,15 +1077247,15 @@ "postfix": false, "binop": null }, - "start": 162805, - "end": 162806, + "start": 165195, + "end": 165196, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 35 }, "end": { - "line": 3693, + "line": 3735, "column": 36 } } @@ -1076788,15 +1077275,15 @@ "updateContext": null }, "value": "this", - "start": 162807, - "end": 162811, + "start": 165197, + "end": 165201, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 37 }, "end": { - "line": 3693, + "line": 3735, "column": 41 } } @@ -1076814,15 +1077301,15 @@ "binop": null, "updateContext": null }, - "start": 162811, - "end": 162812, + "start": 165201, + "end": 165202, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 41 }, "end": { - "line": 3693, + "line": 3735, "column": 42 } } @@ -1076840,15 +1077327,15 @@ "binop": null }, "value": "_config", - "start": 162813, - "end": 162820, + "start": 165203, + "end": 165210, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 43 }, "end": { - "line": 3693, + "line": 3735, "column": 50 } } @@ -1076865,15 +1077352,15 @@ "postfix": false, "binop": null }, - "start": 162821, - "end": 162822, + "start": 165211, + "end": 165212, "loc": { "start": { - "line": 3693, + "line": 3735, "column": 51 }, "end": { - "line": 3693, + "line": 3735, "column": 52 } } @@ -1076891,15 +1077378,15 @@ "binop": null }, "value": "$", - "start": 162839, - "end": 162840, + "start": 165229, + "end": 165230, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 16 }, "end": { - "line": 3694, + "line": 3736, "column": 17 } } @@ -1076916,15 +1077403,15 @@ "postfix": false, "binop": null }, - "start": 162840, - "end": 162841, + "start": 165230, + "end": 165231, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 17 }, "end": { - "line": 3694, + "line": 3736, "column": 18 } } @@ -1076944,15 +1077431,15 @@ "updateContext": null }, "value": "this", - "start": 162841, - "end": 162845, + "start": 165231, + "end": 165235, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 18 }, "end": { - "line": 3694, + "line": 3736, "column": 22 } } @@ -1076969,15 +1077456,15 @@ "postfix": false, "binop": null }, - "start": 162845, - "end": 162846, + "start": 165235, + "end": 165236, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 22 }, "end": { - "line": 3694, + "line": 3736, "column": 23 } } @@ -1076995,15 +1077482,15 @@ "binop": null, "updateContext": null }, - "start": 162846, - "end": 162847, + "start": 165236, + "end": 165237, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 23 }, "end": { - "line": 3694, + "line": 3736, "column": 24 } } @@ -1077021,15 +1077508,15 @@ "binop": null }, "value": "data", - "start": 162847, - "end": 162851, + "start": 165237, + "end": 165241, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 24 }, "end": { - "line": 3694, + "line": 3736, "column": 28 } } @@ -1077046,15 +1077533,15 @@ "postfix": false, "binop": null }, - "start": 162851, - "end": 162852, + "start": 165241, + "end": 165242, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 28 }, "end": { - "line": 3694, + "line": 3736, "column": 29 } } @@ -1077072,15 +1077559,15 @@ "binop": null }, "value": "DATA_KEY", - "start": 162853, - "end": 162861, + "start": 165243, + "end": 165251, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 30 }, "end": { - "line": 3694, + "line": 3736, "column": 38 } } @@ -1077098,15 +1077585,15 @@ "binop": null, "updateContext": null }, - "start": 162861, - "end": 162862, + "start": 165251, + "end": 165252, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 38 }, "end": { - "line": 3694, + "line": 3736, "column": 39 } } @@ -1077124,15 +1077611,15 @@ "binop": null }, "value": "data", - "start": 162863, - "end": 162867, + "start": 165253, + "end": 165257, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 40 }, "end": { - "line": 3694, + "line": 3736, "column": 44 } } @@ -1077149,15 +1077636,15 @@ "postfix": false, "binop": null }, - "start": 162868, - "end": 162869, + "start": 165258, + "end": 165259, "loc": { "start": { - "line": 3694, + "line": 3736, "column": 45 }, "end": { - "line": 3694, + "line": 3736, "column": 46 } } @@ -1077174,15 +1077661,15 @@ "postfix": false, "binop": null }, - "start": 162882, - "end": 162883, + "start": 165272, + "end": 165273, "loc": { "start": { - "line": 3695, + "line": 3737, "column": 12 }, "end": { - "line": 3695, + "line": 3737, "column": 13 } } @@ -1077202,15 +1077689,15 @@ "updateContext": null }, "value": "if", - "start": 162909, - "end": 162911, + "start": 165299, + "end": 165301, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 12 }, "end": { - "line": 3697, + "line": 3739, "column": 14 } } @@ -1077227,15 +1077714,15 @@ "postfix": false, "binop": null }, - "start": 162912, - "end": 162913, + "start": 165302, + "end": 165303, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 15 }, "end": { - "line": 3697, + "line": 3739, "column": 16 } } @@ -1077255,15 +1077742,15 @@ "updateContext": null }, "value": "typeof", - "start": 162914, - "end": 162920, + "start": 165304, + "end": 165310, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 17 }, "end": { - "line": 3697, + "line": 3739, "column": 23 } } @@ -1077281,15 +1077768,15 @@ "binop": null }, "value": "config", - "start": 162921, - "end": 162927, + "start": 165311, + "end": 165317, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 24 }, "end": { - "line": 3697, + "line": 3739, "column": 30 } } @@ -1077308,15 +1077795,15 @@ "updateContext": null }, "value": "===", - "start": 162928, - "end": 162931, + "start": 165318, + "end": 165321, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 31 }, "end": { - "line": 3697, + "line": 3739, "column": 34 } } @@ -1077335,15 +1077822,15 @@ "updateContext": null }, "value": "string", - "start": 162932, - "end": 162940, + "start": 165322, + "end": 165330, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 35 }, "end": { - "line": 3697, + "line": 3739, "column": 43 } } @@ -1077362,15 +1077849,15 @@ "updateContext": null }, "value": "&&", - "start": 162941, - "end": 162943, + "start": 165331, + "end": 165333, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 44 }, "end": { - "line": 3697, + "line": 3739, "column": 46 } } @@ -1077388,15 +1077875,15 @@ "binop": null }, "value": "config", - "start": 162944, - "end": 162950, + "start": 165334, + "end": 165340, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 47 }, "end": { - "line": 3697, + "line": 3739, "column": 53 } } @@ -1077414,15 +1077901,15 @@ "binop": null, "updateContext": null }, - "start": 162950, - "end": 162951, + "start": 165340, + "end": 165341, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 53 }, "end": { - "line": 3697, + "line": 3739, "column": 54 } } @@ -1077440,15 +1077927,15 @@ "binop": null }, "value": "charAt", - "start": 162951, - "end": 162957, + "start": 165341, + "end": 165347, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 54 }, "end": { - "line": 3697, + "line": 3739, "column": 60 } } @@ -1077465,15 +1077952,15 @@ "postfix": false, "binop": null }, - "start": 162957, - "end": 162958, + "start": 165347, + "end": 165348, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 60 }, "end": { - "line": 3697, + "line": 3739, "column": 61 } } @@ -1077492,15 +1077979,15 @@ "updateContext": null }, "value": 0, - "start": 162958, - "end": 162959, + "start": 165348, + "end": 165349, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 61 }, "end": { - "line": 3697, + "line": 3739, "column": 62 } } @@ -1077517,15 +1078004,15 @@ "postfix": false, "binop": null }, - "start": 162959, - "end": 162960, + "start": 165349, + "end": 165350, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 62 }, "end": { - "line": 3697, + "line": 3739, "column": 63 } } @@ -1077544,15 +1078031,15 @@ "updateContext": null }, "value": "!=", - "start": 162961, - "end": 162963, + "start": 165351, + "end": 165353, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 64 }, "end": { - "line": 3697, + "line": 3739, "column": 66 } } @@ -1077571,15 +1078058,15 @@ "updateContext": null }, "value": "_", - "start": 162964, - "end": 162967, + "start": 165354, + "end": 165357, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 67 }, "end": { - "line": 3697, + "line": 3739, "column": 70 } } @@ -1077596,15 +1078083,15 @@ "postfix": false, "binop": null }, - "start": 162968, - "end": 162969, + "start": 165358, + "end": 165359, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 71 }, "end": { - "line": 3697, + "line": 3739, "column": 72 } } @@ -1077621,15 +1078108,15 @@ "postfix": false, "binop": null }, - "start": 162970, - "end": 162971, + "start": 165360, + "end": 165361, "loc": { "start": { - "line": 3697, + "line": 3739, "column": 73 }, "end": { - "line": 3697, + "line": 3739, "column": 74 } } @@ -1077649,15 +1078136,15 @@ "updateContext": null }, "value": "if", - "start": 162988, - "end": 162990, + "start": 165378, + "end": 165380, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 16 }, "end": { - "line": 3698, + "line": 3740, "column": 18 } } @@ -1077674,15 +1078161,15 @@ "postfix": false, "binop": null }, - "start": 162991, - "end": 162992, + "start": 165381, + "end": 165382, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 19 }, "end": { - "line": 3698, + "line": 3740, "column": 20 } } @@ -1077702,15 +1078189,15 @@ "updateContext": null }, "value": "typeof", - "start": 162993, - "end": 162999, + "start": 165383, + "end": 165389, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 21 }, "end": { - "line": 3698, + "line": 3740, "column": 27 } } @@ -1077728,15 +1078215,15 @@ "binop": null }, "value": "data", - "start": 163000, - "end": 163004, + "start": 165390, + "end": 165394, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 28 }, "end": { - "line": 3698, + "line": 3740, "column": 32 } } @@ -1077754,15 +1078241,15 @@ "binop": null, "updateContext": null }, - "start": 163004, - "end": 163005, + "start": 165394, + "end": 165395, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 32 }, "end": { - "line": 3698, + "line": 3740, "column": 33 } } @@ -1077780,15 +1078267,15 @@ "binop": null }, "value": "config", - "start": 163005, - "end": 163011, + "start": 165395, + "end": 165401, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 33 }, "end": { - "line": 3698, + "line": 3740, "column": 39 } } @@ -1077806,15 +1078293,15 @@ "binop": null, "updateContext": null }, - "start": 163011, - "end": 163012, + "start": 165401, + "end": 165402, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 39 }, "end": { - "line": 3698, + "line": 3740, "column": 40 } } @@ -1077833,15 +1078320,15 @@ "updateContext": null }, "value": "===", - "start": 163013, - "end": 163016, + "start": 165403, + "end": 165406, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 41 }, "end": { - "line": 3698, + "line": 3740, "column": 44 } } @@ -1077860,15 +1078347,15 @@ "updateContext": null }, "value": "undefined", - "start": 163017, - "end": 163028, + "start": 165407, + "end": 165418, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 45 }, "end": { - "line": 3698, + "line": 3740, "column": 56 } } @@ -1077885,15 +1078372,15 @@ "postfix": false, "binop": null }, - "start": 163029, - "end": 163030, + "start": 165419, + "end": 165420, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 57 }, "end": { - "line": 3698, + "line": 3740, "column": 58 } } @@ -1077910,15 +1078397,15 @@ "postfix": false, "binop": null }, - "start": 163031, - "end": 163032, + "start": 165421, + "end": 165422, "loc": { "start": { - "line": 3698, + "line": 3740, "column": 59 }, "end": { - "line": 3698, + "line": 3740, "column": 60 } } @@ -1077926,15 +1078413,15 @@ { "type": "CommentLine", "value": " Call no method", - "start": 163053, - "end": 163070, + "start": 165443, + "end": 165460, "loc": { "start": { - "line": 3699, + "line": 3741, "column": 20 }, "end": { - "line": 3699, + "line": 3741, "column": 37 } } @@ -1077954,15 +1078441,15 @@ "updateContext": null }, "value": "throw", - "start": 163091, - "end": 163096, + "start": 165481, + "end": 165486, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 20 }, "end": { - "line": 3700, + "line": 3742, "column": 25 } } @@ -1077982,15 +1078469,15 @@ "updateContext": null }, "value": "new", - "start": 163097, - "end": 163100, + "start": 165487, + "end": 165490, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 26 }, "end": { - "line": 3700, + "line": 3742, "column": 29 } } @@ -1078008,15 +1078495,15 @@ "binop": null }, "value": "ReferenceError", - "start": 163101, - "end": 163115, + "start": 165491, + "end": 165505, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 30 }, "end": { - "line": 3700, + "line": 3742, "column": 44 } } @@ -1078033,15 +1078520,15 @@ "postfix": false, "binop": null }, - "start": 163115, - "end": 163116, + "start": 165505, + "end": 165506, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 44 }, "end": { - "line": 3700, + "line": 3742, "column": 45 } } @@ -1078058,15 +1078545,15 @@ "postfix": false, "binop": null }, - "start": 163117, - "end": 163118, + "start": 165507, + "end": 165508, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 46 }, "end": { - "line": 3700, + "line": 3742, "column": 47 } } @@ -1078085,15 +1078572,15 @@ "updateContext": null }, "value": "No method named \"", - "start": 163118, - "end": 163135, + "start": 165508, + "end": 165525, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 47 }, "end": { - "line": 3700, + "line": 3742, "column": 64 } } @@ -1078110,15 +1078597,15 @@ "postfix": false, "binop": null }, - "start": 163135, - "end": 163137, + "start": 165525, + "end": 165527, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 64 }, "end": { - "line": 3700, + "line": 3742, "column": 66 } } @@ -1078136,15 +1078623,15 @@ "binop": null }, "value": "config", - "start": 163137, - "end": 163143, + "start": 165527, + "end": 165533, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 66 }, "end": { - "line": 3700, + "line": 3742, "column": 72 } } @@ -1078161,15 +1078648,15 @@ "postfix": false, "binop": null }, - "start": 163143, - "end": 163144, + "start": 165533, + "end": 165534, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 72 }, "end": { - "line": 3700, + "line": 3742, "column": 73 } } @@ -1078188,15 +1078675,15 @@ "updateContext": null }, "value": "\"", - "start": 163144, - "end": 163145, + "start": 165534, + "end": 165535, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 73 }, "end": { - "line": 3700, + "line": 3742, "column": 74 } } @@ -1078213,15 +1078700,15 @@ "postfix": false, "binop": null }, - "start": 163145, - "end": 163146, + "start": 165535, + "end": 165536, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 74 }, "end": { - "line": 3700, + "line": 3742, "column": 75 } } @@ -1078238,15 +1078725,15 @@ "postfix": false, "binop": null }, - "start": 163147, - "end": 163148, + "start": 165537, + "end": 165538, "loc": { "start": { - "line": 3700, + "line": 3742, "column": 76 }, "end": { - "line": 3700, + "line": 3742, "column": 77 } } @@ -1078263,15 +1078750,15 @@ "postfix": false, "binop": null }, - "start": 163165, - "end": 163166, + "start": 165555, + "end": 165556, "loc": { "start": { - "line": 3701, + "line": 3743, "column": 16 }, "end": { - "line": 3701, + "line": 3743, "column": 17 } } @@ -1078279,15 +1078766,15 @@ { "type": "CommentLine", "value": " Call public method", - "start": 163183, - "end": 163204, + "start": 165573, + "end": 165594, "loc": { "start": { - "line": 3702, + "line": 3744, "column": 16 }, "end": { - "line": 3702, + "line": 3744, "column": 37 } } @@ -1078305,15 +1078792,15 @@ "binop": null }, "value": "data", - "start": 163221, - "end": 163225, + "start": 165611, + "end": 165615, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 16 }, "end": { - "line": 3703, + "line": 3745, "column": 20 } } @@ -1078331,15 +1078818,15 @@ "binop": null, "updateContext": null }, - "start": 163225, - "end": 163226, + "start": 165615, + "end": 165616, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 20 }, "end": { - "line": 3703, + "line": 3745, "column": 21 } } @@ -1078357,15 +1078844,15 @@ "binop": null }, "value": "config", - "start": 163226, - "end": 163232, + "start": 165616, + "end": 165622, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 21 }, "end": { - "line": 3703, + "line": 3745, "column": 27 } } @@ -1078383,15 +1078870,15 @@ "binop": null, "updateContext": null }, - "start": 163232, - "end": 163233, + "start": 165622, + "end": 165623, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 27 }, "end": { - "line": 3703, + "line": 3745, "column": 28 } } @@ -1078408,15 +1078895,15 @@ "postfix": false, "binop": null }, - "start": 163233, - "end": 163234, + "start": 165623, + "end": 165624, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 28 }, "end": { - "line": 3703, + "line": 3745, "column": 29 } } @@ -1078434,15 +1078921,15 @@ "binop": null }, "value": "args", - "start": 163235, - "end": 163239, + "start": 165625, + "end": 165629, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 30 }, "end": { - "line": 3703, + "line": 3745, "column": 34 } } @@ -1078459,15 +1078946,15 @@ "postfix": false, "binop": null }, - "start": 163240, - "end": 163241, + "start": 165630, + "end": 165631, "loc": { "start": { - "line": 3703, + "line": 3745, "column": 35 }, "end": { - "line": 3703, + "line": 3745, "column": 36 } } @@ -1078484,15 +1078971,15 @@ "postfix": false, "binop": null }, - "start": 163254, - "end": 163255, + "start": 165644, + "end": 165645, "loc": { "start": { - "line": 3704, + "line": 3746, "column": 12 }, "end": { - "line": 3704, + "line": 3746, "column": 13 } } @@ -1078512,15 +1078999,15 @@ "updateContext": null }, "value": "else", - "start": 163256, - "end": 163260, + "start": 165646, + "end": 165650, "loc": { "start": { - "line": 3704, + "line": 3746, "column": 14 }, "end": { - "line": 3704, + "line": 3746, "column": 18 } } @@ -1078537,15 +1079024,15 @@ "postfix": false, "binop": null }, - "start": 163261, - "end": 163262, + "start": 165651, + "end": 165652, "loc": { "start": { - "line": 3704, + "line": 3746, "column": 19 }, "end": { - "line": 3704, + "line": 3746, "column": 20 } } @@ -1078565,15 +1079052,15 @@ "updateContext": null }, "value": "if", - "start": 163279, - "end": 163281, + "start": 165669, + "end": 165671, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 16 }, "end": { - "line": 3705, + "line": 3747, "column": 18 } } @@ -1078590,15 +1079077,15 @@ "postfix": false, "binop": null }, - "start": 163282, - "end": 163283, + "start": 165672, + "end": 165673, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 19 }, "end": { - "line": 3705, + "line": 3747, "column": 20 } } @@ -1078617,15 +1079104,15 @@ "updateContext": null }, "value": "!", - "start": 163284, - "end": 163285, + "start": 165674, + "end": 165675, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 21 }, "end": { - "line": 3705, + "line": 3747, "column": 22 } } @@ -1078643,15 +1079130,15 @@ "binop": null }, "value": "data", - "start": 163286, - "end": 163290, + "start": 165676, + "end": 165680, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 23 }, "end": { - "line": 3705, + "line": 3747, "column": 27 } } @@ -1078669,15 +1079156,15 @@ "binop": null, "updateContext": null }, - "start": 163290, - "end": 163291, + "start": 165680, + "end": 165681, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 27 }, "end": { - "line": 3705, + "line": 3747, "column": 28 } } @@ -1078695,15 +1079182,15 @@ "binop": null }, "value": "_isInitialized", - "start": 163291, - "end": 163305, + "start": 165681, + "end": 165695, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 28 }, "end": { - "line": 3705, + "line": 3747, "column": 42 } } @@ -1078720,15 +1079207,15 @@ "postfix": false, "binop": null }, - "start": 163306, - "end": 163307, + "start": 165696, + "end": 165697, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 43 }, "end": { - "line": 3705, + "line": 3747, "column": 44 } } @@ -1078745,15 +1079232,15 @@ "postfix": false, "binop": null }, - "start": 163308, - "end": 163309, + "start": 165698, + "end": 165699, "loc": { "start": { - "line": 3705, + "line": 3747, "column": 45 }, "end": { - "line": 3705, + "line": 3747, "column": 46 } } @@ -1078771,15 +1079258,15 @@ "binop": null }, "value": "data", - "start": 163330, - "end": 163334, + "start": 165720, + "end": 165724, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 20 }, "end": { - "line": 3706, + "line": 3748, "column": 24 } } @@ -1078797,15 +1079284,15 @@ "binop": null, "updateContext": null }, - "start": 163334, - "end": 163335, + "start": 165724, + "end": 165725, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 24 }, "end": { - "line": 3706, + "line": 3748, "column": 25 } } @@ -1078823,15 +1079310,15 @@ "binop": null }, "value": "_init", - "start": 163335, - "end": 163340, + "start": 165725, + "end": 165730, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 25 }, "end": { - "line": 3706, + "line": 3748, "column": 30 } } @@ -1078848,15 +1079335,15 @@ "postfix": false, "binop": null }, - "start": 163340, - "end": 163341, + "start": 165730, + "end": 165731, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 30 }, "end": { - "line": 3706, + "line": 3748, "column": 31 } } @@ -1078873,15 +1079360,15 @@ "postfix": false, "binop": null }, - "start": 163341, - "end": 163342, + "start": 165731, + "end": 165732, "loc": { "start": { - "line": 3706, + "line": 3748, "column": 31 }, "end": { - "line": 3706, + "line": 3748, "column": 32 } } @@ -1078898,15 +1079385,15 @@ "postfix": false, "binop": null }, - "start": 163359, - "end": 163360, + "start": 165749, + "end": 165750, "loc": { "start": { - "line": 3707, + "line": 3749, "column": 16 }, "end": { - "line": 3707, + "line": 3749, "column": 17 } } @@ -1078923,15 +1079410,15 @@ "postfix": false, "binop": null }, - "start": 163373, - "end": 163374, + "start": 165763, + "end": 165764, "loc": { "start": { - "line": 3708, + "line": 3750, "column": 12 }, "end": { - "line": 3708, + "line": 3750, "column": 13 } } @@ -1078948,15 +1079435,15 @@ "postfix": false, "binop": null }, - "start": 163383, - "end": 163384, + "start": 165773, + "end": 165774, "loc": { "start": { - "line": 3709, + "line": 3751, "column": 8 }, "end": { - "line": 3709, + "line": 3751, "column": 9 } } @@ -1078973,15 +1079460,15 @@ "postfix": false, "binop": null }, - "start": 163384, - "end": 163385, + "start": 165774, + "end": 165775, "loc": { "start": { - "line": 3709, + "line": 3751, "column": 9 }, "end": { - "line": 3709, + "line": 3751, "column": 10 } } @@ -1078998,15 +1079485,15 @@ "postfix": false, "binop": null }, - "start": 163390, - "end": 163391, + "start": 165780, + "end": 165781, "loc": { "start": { - "line": 3710, + "line": 3752, "column": 4 }, "end": { - "line": 3710, + "line": 3752, "column": 5 } } @@ -1079023,15 +1079510,15 @@ "postfix": false, "binop": null }, - "start": 163397, - "end": 163398, + "start": 165787, + "end": 165788, "loc": { "start": { - "line": 3712, + "line": 3754, "column": 0 }, "end": { - "line": 3712, + "line": 3754, "column": 1 } } @@ -1079039,15 +1079526,15 @@ { "type": "CommentLine", "value": " class end", - "start": 163399, - "end": 163411, + "start": 165789, + "end": 165801, "loc": { "start": { - "line": 3712, + "line": 3754, "column": 2 }, "end": { - "line": 3712, + "line": 3754, "column": 14 } } @@ -1079055,15 +1079542,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163414, - "end": 163663, + "start": 165804, + "end": 166053, "loc": { "start": { - "line": 3715, + "line": 3757, "column": 0 }, "end": { - "line": 3718, + "line": 3760, "column": 3 } } @@ -1079081,15 +1079568,15 @@ "binop": null }, "value": "$", - "start": 163664, - "end": 163665, + "start": 166054, + "end": 166055, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 0 }, "end": { - "line": 3719, + "line": 3761, "column": 1 } } @@ -1079107,15 +1079594,15 @@ "binop": null, "updateContext": null }, - "start": 163665, - "end": 163666, + "start": 166055, + "end": 166056, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 1 }, "end": { - "line": 3719, + "line": 3761, "column": 2 } } @@ -1079133,15 +1079620,15 @@ "binop": null }, "value": "fn", - "start": 163666, - "end": 163668, + "start": 166056, + "end": 166058, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 2 }, "end": { - "line": 3719, + "line": 3761, "column": 4 } } @@ -1079159,15 +1079646,15 @@ "binop": null, "updateContext": null }, - "start": 163668, - "end": 163669, + "start": 166058, + "end": 166059, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 4 }, "end": { - "line": 3719, + "line": 3761, "column": 5 } } @@ -1079185,15 +1079672,15 @@ "binop": null }, "value": "NAME", - "start": 163669, - "end": 163673, + "start": 166059, + "end": 166063, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 5 }, "end": { - "line": 3719, + "line": 3761, "column": 9 } } @@ -1079211,15 +1079698,15 @@ "binop": null, "updateContext": null }, - "start": 163673, - "end": 163674, + "start": 166063, + "end": 166064, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 9 }, "end": { - "line": 3719, + "line": 3761, "column": 10 } } @@ -1079238,15 +1079725,15 @@ "updateContext": null }, "value": "=", - "start": 163675, - "end": 163676, + "start": 166065, + "end": 166066, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 11 }, "end": { - "line": 3719, + "line": 3761, "column": 12 } } @@ -1079264,15 +1079751,15 @@ "binop": null }, "value": "Timeline", - "start": 163677, - "end": 163685, + "start": 166067, + "end": 166075, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 13 }, "end": { - "line": 3719, + "line": 3761, "column": 21 } } @@ -1079290,15 +1079777,15 @@ "binop": null, "updateContext": null }, - "start": 163685, - "end": 163686, + "start": 166075, + "end": 166076, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 21 }, "end": { - "line": 3719, + "line": 3761, "column": 22 } } @@ -1079316,15 +1079803,15 @@ "binop": null }, "value": "_jQueryInterface", - "start": 163686, - "end": 163702, + "start": 166076, + "end": 166092, "loc": { "start": { - "line": 3719, + "line": 3761, "column": 22 }, "end": { - "line": 3719, + "line": 3761, "column": 38 } } @@ -1079342,15 +1079829,15 @@ "binop": null }, "value": "$", - "start": 163703, - "end": 163704, + "start": 166093, + "end": 166094, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 0 }, "end": { - "line": 3720, + "line": 3762, "column": 1 } } @@ -1079368,15 +1079855,15 @@ "binop": null, "updateContext": null }, - "start": 163704, - "end": 163705, + "start": 166094, + "end": 166095, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 1 }, "end": { - "line": 3720, + "line": 3762, "column": 2 } } @@ -1079394,15 +1079881,15 @@ "binop": null }, "value": "fn", - "start": 163705, - "end": 163707, + "start": 166095, + "end": 166097, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 2 }, "end": { - "line": 3720, + "line": 3762, "column": 4 } } @@ -1079420,15 +1079907,15 @@ "binop": null, "updateContext": null }, - "start": 163707, - "end": 163708, + "start": 166097, + "end": 166098, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 4 }, "end": { - "line": 3720, + "line": 3762, "column": 5 } } @@ -1079446,15 +1079933,15 @@ "binop": null }, "value": "NAME", - "start": 163708, - "end": 163712, + "start": 166098, + "end": 166102, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 5 }, "end": { - "line": 3720, + "line": 3762, "column": 9 } } @@ -1079472,15 +1079959,15 @@ "binop": null, "updateContext": null }, - "start": 163712, - "end": 163713, + "start": 166102, + "end": 166103, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 9 }, "end": { - "line": 3720, + "line": 3762, "column": 10 } } @@ -1079498,15 +1079985,15 @@ "binop": null, "updateContext": null }, - "start": 163713, - "end": 163714, + "start": 166103, + "end": 166104, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 10 }, "end": { - "line": 3720, + "line": 3762, "column": 11 } } @@ -1079524,15 +1080011,15 @@ "binop": null }, "value": "Constructor", - "start": 163714, - "end": 163725, + "start": 166104, + "end": 166115, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 11 }, "end": { - "line": 3720, + "line": 3762, "column": 22 } } @@ -1079551,15 +1080038,15 @@ "updateContext": null }, "value": "=", - "start": 163726, - "end": 163727, + "start": 166116, + "end": 166117, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 23 }, "end": { - "line": 3720, + "line": 3762, "column": 24 } } @@ -1079577,15 +1080064,15 @@ "binop": null }, "value": "Timeline", - "start": 163728, - "end": 163736, + "start": 166118, + "end": 166126, "loc": { "start": { - "line": 3720, + "line": 3762, "column": 25 }, "end": { - "line": 3720, + "line": 3762, "column": 33 } } @@ -1079603,15 +1080090,15 @@ "binop": null }, "value": "$", - "start": 163737, - "end": 163738, + "start": 166127, + "end": 166128, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 0 }, "end": { - "line": 3721, + "line": 3763, "column": 1 } } @@ -1079629,15 +1080116,15 @@ "binop": null, "updateContext": null }, - "start": 163738, - "end": 163739, + "start": 166128, + "end": 166129, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 1 }, "end": { - "line": 3721, + "line": 3763, "column": 2 } } @@ -1079655,15 +1080142,15 @@ "binop": null }, "value": "fn", - "start": 163739, - "end": 163741, + "start": 166129, + "end": 166131, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 2 }, "end": { - "line": 3721, + "line": 3763, "column": 4 } } @@ -1079681,15 +1080168,15 @@ "binop": null, "updateContext": null }, - "start": 163741, - "end": 163742, + "start": 166131, + "end": 166132, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 4 }, "end": { - "line": 3721, + "line": 3763, "column": 5 } } @@ -1079707,15 +1080194,15 @@ "binop": null }, "value": "NAME", - "start": 163742, - "end": 163746, + "start": 166132, + "end": 166136, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 5 }, "end": { - "line": 3721, + "line": 3763, "column": 9 } } @@ -1079733,15 +1080220,15 @@ "binop": null, "updateContext": null }, - "start": 163746, - "end": 163747, + "start": 166136, + "end": 166137, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 9 }, "end": { - "line": 3721, + "line": 3763, "column": 10 } } @@ -1079759,15 +1080246,15 @@ "binop": null, "updateContext": null }, - "start": 163747, - "end": 163748, + "start": 166137, + "end": 166138, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 10 }, "end": { - "line": 3721, + "line": 3763, "column": 11 } } @@ -1079785,15 +1080272,15 @@ "binop": null }, "value": "noConflict", - "start": 163748, - "end": 163758, + "start": 166138, + "end": 166148, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 11 }, "end": { - "line": 3721, + "line": 3763, "column": 21 } } @@ -1079812,15 +1080299,15 @@ "updateContext": null }, "value": "=", - "start": 163759, - "end": 163760, + "start": 166149, + "end": 166150, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 22 }, "end": { - "line": 3721, + "line": 3763, "column": 23 } } @@ -1079837,15 +1080324,15 @@ "postfix": false, "binop": null }, - "start": 163761, - "end": 163762, + "start": 166151, + "end": 166152, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 24 }, "end": { - "line": 3721, + "line": 3763, "column": 25 } } @@ -1079862,15 +1080349,15 @@ "postfix": false, "binop": null }, - "start": 163762, - "end": 163763, + "start": 166152, + "end": 166153, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 25 }, "end": { - "line": 3721, + "line": 3763, "column": 26 } } @@ -1079888,15 +1080375,15 @@ "binop": null, "updateContext": null }, - "start": 163764, - "end": 163766, + "start": 166154, + "end": 166156, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 27 }, "end": { - "line": 3721, + "line": 3763, "column": 29 } } @@ -1079913,15 +1080400,15 @@ "postfix": false, "binop": null }, - "start": 163767, - "end": 163768, + "start": 166157, + "end": 166158, "loc": { "start": { - "line": 3721, + "line": 3763, "column": 30 }, "end": { - "line": 3721, + "line": 3763, "column": 31 } } @@ -1079939,15 +1080426,15 @@ "binop": null }, "value": "$", - "start": 163773, - "end": 163774, + "start": 166163, + "end": 166164, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 4 }, "end": { - "line": 3722, + "line": 3764, "column": 5 } } @@ -1079965,15 +1080452,15 @@ "binop": null, "updateContext": null }, - "start": 163774, - "end": 163775, + "start": 166164, + "end": 166165, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 5 }, "end": { - "line": 3722, + "line": 3764, "column": 6 } } @@ -1079991,15 +1080478,15 @@ "binop": null }, "value": "fn", - "start": 163775, - "end": 163777, + "start": 166165, + "end": 166167, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 6 }, "end": { - "line": 3722, + "line": 3764, "column": 8 } } @@ -1080017,15 +1080504,15 @@ "binop": null, "updateContext": null }, - "start": 163777, - "end": 163778, + "start": 166167, + "end": 166168, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 8 }, "end": { - "line": 3722, + "line": 3764, "column": 9 } } @@ -1080043,15 +1080530,15 @@ "binop": null }, "value": "NAME", - "start": 163778, - "end": 163782, + "start": 166168, + "end": 166172, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 9 }, "end": { - "line": 3722, + "line": 3764, "column": 13 } } @@ -1080069,15 +1080556,15 @@ "binop": null, "updateContext": null }, - "start": 163782, - "end": 163783, + "start": 166172, + "end": 166173, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 13 }, "end": { - "line": 3722, + "line": 3764, "column": 14 } } @@ -1080096,15 +1080583,15 @@ "updateContext": null }, "value": "=", - "start": 163784, - "end": 163785, + "start": 166174, + "end": 166175, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 15 }, "end": { - "line": 3722, + "line": 3764, "column": 16 } } @@ -1080122,15 +1080609,15 @@ "binop": null }, "value": "JQUERY_NO_CONFLICT", - "start": 163786, - "end": 163804, + "start": 166176, + "end": 166194, "loc": { "start": { - "line": 3722, + "line": 3764, "column": 17 }, "end": { - "line": 3722, + "line": 3764, "column": 35 } } @@ -1080150,15 +1080637,15 @@ "updateContext": null }, "value": "return", - "start": 163809, - "end": 163815, + "start": 166199, + "end": 166205, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 4 }, "end": { - "line": 3723, + "line": 3765, "column": 10 } } @@ -1080176,15 +1080663,15 @@ "binop": null }, "value": "Timeline", - "start": 163816, - "end": 163824, + "start": 166206, + "end": 166214, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 11 }, "end": { - "line": 3723, + "line": 3765, "column": 19 } } @@ -1080202,15 +1080689,15 @@ "binop": null, "updateContext": null }, - "start": 163824, - "end": 163825, + "start": 166214, + "end": 166215, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 19 }, "end": { - "line": 3723, + "line": 3765, "column": 20 } } @@ -1080228,15 +1080715,15 @@ "binop": null }, "value": "_jQueryInterface", - "start": 163825, - "end": 163841, + "start": 166215, + "end": 166231, "loc": { "start": { - "line": 3723, + "line": 3765, "column": 20 }, "end": { - "line": 3723, + "line": 3765, "column": 36 } } @@ -1080253,15 +1080740,15 @@ "postfix": false, "binop": null }, - "start": 163842, - "end": 163843, + "start": 166232, + "end": 166233, "loc": { "start": { - "line": 3724, + "line": 3766, "column": 0 }, "end": { - "line": 3724, + "line": 3766, "column": 1 } } @@ -1080269,15 +1080756,15 @@ { "type": "CommentBlock", "value": " ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n ", - "start": 163845, - "end": 164093, + "start": 166235, + "end": 166483, "loc": { "start": { - "line": 3726, + "line": 3768, "column": 0 }, "end": { - "line": 3729, + "line": 3771, "column": 3 } } @@ -1080297,15 +1080784,15 @@ "updateContext": null }, "value": "export", - "start": 164094, - "end": 164100, + "start": 166484, + "end": 166490, "loc": { "start": { - "line": 3730, + "line": 3772, "column": 0 }, "end": { - "line": 3730, + "line": 3772, "column": 6 } } @@ -1080322,15 +1080809,15 @@ "postfix": false, "binop": null }, - "start": 164101, - "end": 164102, + "start": 166491, + "end": 166492, "loc": { "start": { - "line": 3730, + "line": 3772, "column": 7 }, "end": { - "line": 3730, + "line": 3772, "column": 8 } } @@ -1080338,15 +1080825,15 @@ { "type": "CommentBlock", "value": "\n NAME,\n VERSION,\n DATA_KEY,\n EVENT_KEY,\n PREFIX,\n LOADING_MESSAGE,\n MIN_POINTER_SIZE,\n JQUERY_NO_CONFLICT,\n ", - "start": 164107, - "end": 164247, + "start": 166497, + "end": 166637, "loc": { "start": { - "line": 3731, + "line": 3773, "column": 4 }, "end": { - "line": 3740, + "line": 3782, "column": 6 } } @@ -1080364,15 +1080851,15 @@ "binop": null }, "value": "Default", - "start": 164252, - "end": 164259, + "start": 166642, + "end": 166649, "loc": { "start": { - "line": 3741, + "line": 3783, "column": 4 }, "end": { - "line": 3741, + "line": 3783, "column": 11 } } @@ -1080390,15 +1080877,15 @@ "binop": null, "updateContext": null }, - "start": 164259, - "end": 164260, + "start": 166649, + "end": 166650, "loc": { "start": { - "line": 3741, + "line": 3783, "column": 11 }, "end": { - "line": 3741, + "line": 3783, "column": 12 } } @@ -1080416,15 +1080903,15 @@ "binop": null }, "value": "LimitScaleGrids", - "start": 164265, - "end": 164280, + "start": 166655, + "end": 166670, "loc": { "start": { - "line": 3742, + "line": 3784, "column": 4 }, "end": { - "line": 3742, + "line": 3784, "column": 19 } } @@ -1080442,15 +1080929,15 @@ "binop": null, "updateContext": null }, - "start": 164280, - "end": 164281, + "start": 166670, + "end": 166671, "loc": { "start": { - "line": 3742, + "line": 3784, "column": 19 }, "end": { - "line": 3742, + "line": 3784, "column": 20 } } @@ -1080468,15 +1080955,15 @@ "binop": null }, "value": "EventParams", - "start": 164286, - "end": 164297, + "start": 166676, + "end": 166687, "loc": { "start": { - "line": 3743, + "line": 3785, "column": 4 }, "end": { - "line": 3743, + "line": 3785, "column": 15 } } @@ -1080494,15 +1080981,15 @@ "binop": null, "updateContext": null }, - "start": 164297, - "end": 164298, + "start": 166687, + "end": 166688, "loc": { "start": { - "line": 3743, + "line": 3785, "column": 15 }, "end": { - "line": 3743, + "line": 3785, "column": 16 } } @@ -1080510,15 +1080997,15 @@ { "type": "CommentBlock", "value": "\n Event,\n ClassName,\n Selector,\n ", - "start": 164303, - "end": 164352, + "start": 166693, + "end": 166742, "loc": { "start": { - "line": 3744, + "line": 3786, "column": 4 }, "end": { - "line": 3748, + "line": 3790, "column": 6 } } @@ -1080536,15 +1081023,15 @@ "binop": null }, "value": "Timeline", - "start": 164357, - "end": 164365, + "start": 166747, + "end": 166755, "loc": { "start": { - "line": 3749, + "line": 3791, "column": 4 }, "end": { - "line": 3749, + "line": 3791, "column": 12 } } @@ -1080561,15 +1081048,15 @@ "postfix": false, "binop": null }, - "start": 164366, - "end": 164367, + "start": 166756, + "end": 166757, "loc": { "start": { - "line": 3750, + "line": 3792, "column": 0 }, "end": { - "line": 3750, + "line": 3792, "column": 1 } } @@ -1080587,15 +1081074,15 @@ "binop": null, "updateContext": null }, - "start": 164368, - "end": 164368, + "start": 166758, + "end": 166758, "loc": { "start": { - "line": 3751, + "line": 3793, "column": 0 }, "end": { - "line": 3751, + "line": 3793, "column": 0 } } diff --git a/docs/class/src/timeline.esdoc.js~Timeline.html b/docs/class/src/timeline.esdoc.js~Timeline.html index 6f82cb6..c6d8533 100644 --- a/docs/class/src/timeline.esdoc.js~Timeline.html +++ b/docs/class/src/timeline.esdoc.js~Timeline.html @@ -30,7 +30,10 @@
  • CTimeline
  • +
  • TColorScheme
  • TDefault
  • +
  • TEffects
  • +
  • TEventColors
  • TEventMeta
  • TEventParams
  • TFooter
  • @@ -46,13 +49,13 @@
    -
    import {Timeline} from 'jquery-timeline/src/timeline.esdoc.js'
    +
    import {Timeline} from 'jquery-timeline/src/timeline.esdoc.js'
    public class | since 2.0.0 - | source + | source
    @@ -391,6 +394,34 @@

    Timeline

    + + + +
    +

    + + + + _observer: Object +

    +
    +
    + + + +
    + + + + + + + + + private + + + @@ -2505,7 +2536,7 @@

    - source + source

    @@ -2548,7 +2579,7 @@

    - source + source

    @@ -2594,7 +2625,7 @@

    - source + source

    @@ -2678,7 +2709,7 @@

    - source + source

    @@ -2721,7 +2752,7 @@

    - source + source

    @@ -2764,7 +2795,7 @@

    - source + source

    @@ -2807,7 +2838,7 @@

    - source + source

    @@ -2850,7 +2881,7 @@

    - source + source

    @@ -2893,7 +2924,7 @@

    - source + source

    @@ -2936,7 +2967,50 @@

    - source + source + +

    + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + +
    +
    +

    + private + + + + + + _observer: Object + + + + source

    @@ -2979,7 +3053,7 @@

    - source + source

    @@ -3025,7 +3099,7 @@

    - source + source

    @@ -3093,7 +3167,7 @@

    - source + source

    @@ -3161,7 +3235,7 @@

    - source + source

    @@ -3250,7 +3324,7 @@

    - source + source

    @@ -3325,7 +3399,7 @@

    - source + source

    @@ -3400,7 +3474,7 @@

    - source + source

    @@ -3444,7 +3518,7 @@

    - source + source

    @@ -3517,7 +3591,7 @@

    - source + source

    @@ -3590,7 +3664,7 @@

    - source + source

    @@ -3663,7 +3737,7 @@

    - source + source

    @@ -3757,7 +3831,7 @@

    - source + source

    @@ -3800,7 +3874,7 @@

    - source + source

    @@ -3872,7 +3946,7 @@

    - source + source

    @@ -3951,7 +4025,7 @@

    - source + source

    @@ -3995,7 +4069,7 @@

    - source + source

    @@ -4039,7 +4113,7 @@

    - source + source

    @@ -4107,7 +4181,7 @@

    - source + source

    @@ -4180,7 +4254,7 @@

    - source + source

    @@ -4253,7 +4327,7 @@

    - source + source

    @@ -4325,7 +4399,7 @@

    - source + source

    @@ -4403,7 +4477,7 @@

    - source + source

    @@ -4489,7 +4563,7 @@

    - source + source

    @@ -4550,7 +4624,7 @@

    - source + source

    @@ -4618,7 +4692,7 @@

    - source + source

    @@ -4686,7 +4760,7 @@

    - source + source

    @@ -4729,7 +4803,7 @@

    - source + source

    @@ -4773,7 +4847,7 @@

    - source + source

    @@ -4817,7 +4891,7 @@

    - source + source

    @@ -4891,7 +4965,7 @@

    - source + source

    @@ -4963,7 +5037,7 @@

    - source + source

    @@ -5048,7 +5122,7 @@

    - source + source

    @@ -5120,7 +5194,7 @@

    - source + source

    @@ -5188,7 +5262,7 @@

    - source + source

    @@ -5268,7 +5342,7 @@

    - source + source

    @@ -5348,7 +5422,7 @@

    - source + source

    @@ -5428,7 +5502,7 @@

    - source + source

    @@ -5508,7 +5582,7 @@

    - source + source

    @@ -5588,7 +5662,7 @@

    - source + source

    @@ -5650,7 +5724,7 @@

    - source + source

    @@ -5710,7 +5784,7 @@

    - source + source

    @@ -5754,7 +5828,7 @@

    - source + source

    @@ -5811,7 +5885,7 @@

    - source + source

    @@ -5884,7 +5958,7 @@

    - source + source

    @@ -5941,7 +6015,7 @@

    - source + source

    @@ -5998,7 +6072,7 @@

    - source + source

    @@ -6072,7 +6146,7 @@

    - source + source

    @@ -6157,7 +6231,7 @@

    - source + source

    @@ -6242,7 +6316,7 @@

    - source + source

    @@ -6309,7 +6383,7 @@

    - source + source

    @@ -6403,7 +6477,7 @@

    - source + source

    @@ -6463,7 +6537,7 @@

    - source + source

    @@ -6536,7 +6610,7 @@

    - source + source

    @@ -6608,7 +6682,7 @@

    - source + source

    @@ -6682,7 +6756,7 @@

    - source + source

    @@ -6755,7 +6829,7 @@

    - source + source

    @@ -6827,7 +6901,7 @@

    - source + source

    @@ -6907,7 +6981,7 @@

    - source + source

    @@ -6980,7 +7054,7 @@

    - source + source

    @@ -7036,7 +7110,7 @@

    - source + source

    @@ -7114,7 +7188,7 @@

    - source + source

    @@ -7174,7 +7248,7 @@

    - source + source

    @@ -7218,7 +7292,7 @@

    - source + source

    @@ -7262,7 +7336,7 @@

    - source + source

    @@ -7318,7 +7392,7 @@

    - source + source

    @@ -7374,7 +7448,7 @@

    - source + source

    @@ -7419,7 +7493,7 @@

    - source + source

    @@ -7498,7 +7572,7 @@

    - source + source

    @@ -7542,7 +7616,7 @@

    - source + source

    @@ -7586,7 +7660,7 @@

    - source + source

    @@ -7658,7 +7732,7 @@

    - source + source

    @@ -7714,7 +7788,7 @@

    - source + source

    diff --git a/docs/coverage.json b/docs/coverage.json index e59a991..76c3341 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,14 +1,14 @@ { - "coverage": "97.64%", - "expectCount": 85, - "actualCount": 83, + "coverage": "97.67%", + "expectCount": 86, + "actualCount": 84, "files": { "src/timeline.esdoc.js": { - "expectCount": 85, - "actualCount": 83, + "expectCount": 86, + "actualCount": 84, "undocumentLines": [ - 284, - 2296 + 324, + 2338 ] } } diff --git a/docs/file/src/timeline.esdoc.js.html b/docs/file/src/timeline.esdoc.js.html index bdb9e0f..2c237ca 100644 --- a/docs/file/src/timeline.esdoc.js.html +++ b/docs/file/src/timeline.esdoc.js.html @@ -30,7 +30,10 @@
    • CTimeline
    • +
    • TColorScheme
    • TDefault
    • +
    • TEffects
    • +
    • TEventColors
    • TEventMeta
    • TEventParams
    • TFooter
    • @@ -48,7 +51,7 @@

      src/timeline.esdoc.js

      /*!
        * Typedef for jQuery Timeline's ESDoc
      - * @version: 2.0.0
      + * @version: 2.0.0b4
        */
       
       /** @type {string} [NAME="Timeline"] */
      @@ -56,9 +59,7 @@
       /** @type {string} DATA_KEY */
       /** @type {string} EVENT_KEY */
       /** @type {string} PREFIX */
      -/** @type {string} LOADING_MESSAGE */
       /** @type {number} MIN_POINTER_SIZE */
      -/** @type {string} DATA_API_KEY */
       /** @type {Object} JQUERY_NO_CONFLICT */
       
       /**
      @@ -75,12 +76,12 @@
        * @property {string} [formatMatcher] - 
        * @property {string} [weekday] - The representation of the weekday. Possible values are "narrow", "short", "long".
        * @property {string} [era] - The representation of the era. Possible values are "narrow", "short", "long".
      - * @property {string} [year] - The representation of the year. Possible values are "numeric", "2-digit".
      + * @property {string} [year] - The representation of the year. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "zerofill".
        * @property {string} [month] - The representation of the month. Possible values are "numeric", "2-digit", "narrow", "short", "long".
      - * @property {string} [day] - The representation of the day. Possible values are "numeric", "2-digit".
      - * @property {string} [hour] - The representation of the hour. Possible values are "numeric", "2-digit".
      - * @property {string} [minute] - The representation of the minute. Possible values are "numeric", "2-digit".
      - * @property {string} [second] - The representation of the second. Possible values are "numeric", "2-digit".
      + * @property {string} [day] - The representation of the day. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "ordinal".
      + * @property {string} [hour] - The representation of the hour. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".
      + * @property {string} [minute] - The representation of the minute. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".
      + * @property {string} [second] - The representation of the second. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".
        * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are "short", "long".
        */
       
      @@ -150,12 +151,43 @@
        * @since 2.0.0
        */
       
      +/**
      + * Various effect settings to the timeline object displayed in the DOM
      + *
      + * @typedef {Object} Effects
      + * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container.
      + * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over.
      + * @property {boolean} [stripedGridRow=true] - 
      + * @property {string} [horizontalGridStyle="solid"] - The style of horizontal grid line on the Timeline container. possible values are "solid", "dotted", "none".
      + * @property {string} [verticalGridStyle="solid"] - The style of vertical grid line on the Timeline container. possible values are "solid", "dotted", "none".
      + * @since 2.0.0
      + */
      +
      +/**
      + * Color scheme to overwrite defaults UI color of the event node
      + *
      + * @typedef {Object} EventColors
      + * @property {string} [text="#343A40"] - Defaults to text color of the event node
      + * @property {string} [border="#6C757D"] - Defaults to border color of the event node
      + * @property {string} [background="#E7E7E7"] - Defaults to background color of the event node
      + * @since 2.0.0
      + */
      +
      +/**
      + * An option to overwrite defaults UI color of all event nodes
      + *
      + * @typedef {Object} ColorScheme
      + * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node
      + * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node
      + * @since 2.0.0
      + */
      +
       /**
        * Default options for generating the timeline by the jQuery.Timeline plugin.
        * Those defaults are overridden to undefined settings of the timeline configuration.
        *
        * @typedef {Object} Default
      - * @property {string} [type="bar"] - View type of timeline event is either "bar" or "point"
      + * @property {string} [type="bar"] - View type of timeline event is either "bar" or "point" or "mixed"
        * @property {string} [scale="day"] - Timetable's minimum level scale is either "year", "month", "week", "day", "hour", "minute"
        * @property {string} [startDatetime="currently"] - Beginning date time of timetable on the timeline. format is ( "^d{4}(/|-)d{2}(/|-)d{2}\sd{2}:d{2}:d{2}$" ) or "currently"
        * @property {string} [endDatetime="auto"] - Ending date time of timetable on the timeline. format is ( "^d{4}(/|-)d{2}(/|-)d{2}\sd{2}:d{2}:d{2}$" ) or "auto"
      @@ -174,6 +206,9 @@
        * @property {string} [loader="default"] - Custom loader definition, possible values are "default", false and selector of loader element
        * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)
        * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is "bar"
      + * @property {array.<Object>} [eventData] - You can declare the events with object format as default events you want to place
      + * @property {Effects} [effects] - You can declare effective styles as view of the timeline object
      + * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes
        * @property {string} [storage="session"] - Specification of Web storage to cache event data, defaults to sessionStorage
        * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false
        * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler
      @@ -232,6 +267,7 @@
        * @property {string} [bdColor="#6C757D"] - 
        * @property {string} [label] - 
        * @property {string} [content] - 
      + * @property {string} [category] - 
        * @property {string} [image] - 
        * @property {number} [margin] - 
        * @property {string} [rangeMeta] - 
      @@ -253,6 +289,9 @@
        * @property {string} CLICK_EVENT
        * @property {string} FOCUSIN_EVENT
        * @property {string} FOCUSOUT_EVENT
      + * @property {string} TOUCHSTART_TIMELINE
      + * @property {string} TOUCHMOVE_TIMELINE
      + * @property {string} TOUCHEND_TIMELINE
        * @property {string} MOUSEENTER_POINTER
        * @property {string} MOUSELEAVE_POINTER
        * @property {string} ZOOMIN_SCALE
      @@ -296,6 +335,8 @@
        * @property {string} STICKY_LEFT
        * @property {string} OVERLAY
        * @property {string} ALIGN_SELF_RIGHT
      + * @property {string} PRESENT_TIME_MARKER
      + * @property {string} LOADER_CONTAINER
        * @property {string} LOADER_ITEM
        * @since 2.0.0
        */
      @@ -309,7 +350,9 @@
        * @property {string} RULER_TOP
        * @property {string} RULER_BOTTOM
        * @property {string} TIMELINE_CONTAINER
      + * @property {string} TIMELINE_MAIN
        * @property {string} TIMELINE_RULER_TOP
      + * @property {string} TIMELINE_EVENT_CONTAINER
        * @property {string} TIMELINE_RULER_BOTTOM
        * @property {string} TIMELINE_RULER_ITEM
        * @property {string} TIMELINE_RELATION_LINES
      @@ -346,6 +389,8 @@
               this._isShown       = false
               /** @type {Object} */
               this._instanceProps = {}
      +        /** @type {?Object} */
      +        this._observer      = null
           }
           
           // Getters
      diff --git a/docs/identifiers.html b/docs/identifiers.html
      index 6183d9b..93d3ce4 100644
      --- a/docs/identifiers.html
      +++ b/docs/identifiers.html
      @@ -30,7 +30,10 @@
         
      • CTimeline
      • +
      • TColorScheme
      • TDefault
      • +
      • TEffects
      • +
      • TEventColors
      • TEventMeta
      • TEventParams
      • TFooter
      • @@ -91,6 +94,35 @@ + + + +
        +

        + T + + + ColorScheme: Object +

        +
        +
        + + +

        An option to overwrite defaults UI color of all event nodes

        +
        +
        + + + + since 2.0.0 + + + + + public + + + @@ -120,6 +152,64 @@ + + + +
        +

        + T + + + Effects: Object +

        +
        +
        + + +

        Various effect settings to the timeline object displayed in the DOM

        +
        +
        + + + + since 2.0.0 + + + + + public + + + + + + +
        +

        + T + + + EventColors: Object +

        +
        +
        + + +

        Color scheme to overwrite defaults UI color of the event node

        +
        +
        + + + + since 2.0.0 + + + + + public + + + diff --git a/docs/index.html b/docs/index.html index b8b09da..b0aa8b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,10 @@

      We provide compiled and minified CSS and JS (jquery.timeline.min.*).
      +

      We provide compiled and minified CSS and JS (jquery.timeline.min.*). When deployed by using task for develop, generated source maps (jquery.timeline.*.map) are available for use with certain browsers' developer tools.

      Usage

      Include the installed files into your html:

      -
      <link rel="stylesheet" src="/path/to/jquery.timeline.min.css">
      +
      <link rel="stylesheet" src="/path/to/jquery.timeline.min.css">
       
      -<script src="/path/to/jquery.timeline.min.js"></script>
      +<script src="/path/to/jquery.timeline.min.js"></script>
       

      Note: You should include the jquery core script before including this plugin javascript file. Also we recommend that would like to add defer attribute into script tag.

      Bind this plugin in the scope had imported the jQuery:

      -
      $("#myTimeline").Timeline()
      +
      $('#myTimeline').Timeline()
       

      Supported browsers

      jQuery.Timeline version 2.x supports the following browsers:

      @@ -146,19 +157,22 @@

      Documentation for previous releases
    • For v1.0.x: https://raw.githubusercontent.com/ka215/jquery.timeline/v1/README.md
    • For v1.0.x (Japanese): https://ka2.org/jquery-timeline-v1/
    • -

      Example as demonstration

      -
        +

        Example as demonstration

        Contributions

        Your donations for plugin development will help us.

        Donate URL: https://ka215.github.io/jquery.timeline/donation.html

        -

        Creators

        -
        ka2 (Katsuhiko Maeno)
        -
        https://ka2.org/
        -
        +

        Creators

        ka2 (Katsuhiko Maeno)

        + +

        Contributors

        Code and documentation copyright 2011-2019 the ka2. Code released under the MIT License.

        - +
        diff --git a/docs/index.json b/docs/index.json index dcedf25..0b54460 100644 --- a/docs/index.json +++ b/docs/index.json @@ -567,7 +567,7 @@ "__docId__": 48, "kind": "file", "name": "src/timeline.esdoc.js", - "content": "/*!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0\n */\n\n/** @type {string} [NAME=\"Timeline\"] */\n/** @type {string} VERSION */\n/** @type {string} DATA_KEY */\n/** @type {string} EVENT_KEY */\n/** @type {string} PREFIX */\n/** @type {string} LOADING_MESSAGE */\n/** @type {number} MIN_POINTER_SIZE */\n/** @type {string} DATA_API_KEY */\n/** @type {Object} JQUERY_NO_CONFLICT */\n\n/**\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n */\n\n/**\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n */\n\n/**\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n */\n\n/**\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n */\n\n/**\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n */\n\n/**\n * The limited grid number per scale of timeline\n *\n * @typedef {Object} LimitScaleGrids\n * @property {number} [millennium=100] - In other words it's 100000 years\n * @property {number} [century=500] - In other words it's 50000 years\n * @property {number} [decade=500] - In other words it's 5000 years\n * @property {number} [lustrum=500] - In other words it's 2500 years\n * @property {number} [year=500] - In other words it's 500 years\n * @property {number} [month=540] - In other words it's 45 years\n * @property {number} [week=530] - In other words it's 10 years\n * @property {number} [day=366] - In other words it's about 1 years\n * @property {number} [hour=720] - In other words it's 30 days\n * @property {number} [quarterHour=720] - In other words it's 7.5 days\n * @property {number} [halfHour=720] - In other words it's 15 days\n * @property {number} [minute=720] - In other words it's 12 hours\n * @property {number} [second=900] - In other words it's 15 minutes\n * @since 2.0.0\n */\n\n/**\n * \n *\n * @typedef {Object} RelationOption\n * @property {number} [before] - Set target eventID to connect the relation line to the event (leftward on the timeline) in chronological before from oneself event.\n * @property {number} [after] - Set target eventID to connect the relation line to the event (rightward on the timeline) in chronological after from oneself event.\n * @property {number} [linesize] - \n * @property {string} [linecolor] - \n * @property {number|string|boolean} [curve] - Whether the connection line is curved if the connection events are not on the same horizontal. If you specify a boolean value or a shorthand (0 or 1 only), it will be automatically curved. As with the previous version, it is also possible to specify the type of curve using defined preset values.\n */\n\n/**\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n */\n\n/*\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n */\n\n/*\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n */\n\n/*\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n */\n\n/**\n * Pluin Core Class\n * @access public\n * @since 2.0.0\n */\nclass Timeline {\n constructor( element, config ) {\n /** @type {Object} */\n this._config = this._getConfig( config )\n /** @type {Object} */\n this._element = element\n /** @type {?string} */\n this._selector = null\n /** @type {boolean} */\n this._isInitialized = false\n /** @type {boolean} */\n this._isCached = false\n /** @type {boolean} */\n this._isCompleted = false\n /** @type {boolean} */\n this._isShown = false\n /** @type {Object} */\n this._instanceProps = {}\n }\n \n // Getters\n \n /** @type {string} */\n static get VERSION() {\n return VERSION\n }\n \n /** @type {Default} */\n static get Default() {\n return Default\n }\n \n // Private\n \n /**\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n */\n _getConfig( config ) {\n config = {\n ...Default,\n ...config\n }\n return config\n }\n \n /**\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n */\n _filterScaleKeyName( key ) {\n let filteredKey = null\n \n switch( true ) {\n case /^quarter-?(|hour)$/i.test( key ):\n filteredKey = 'quarterHour'\n break\n case /^half-?(|hour)$/i.test( key ):\n filteredKey = 'halfHour'\n break\n default:\n filteredKey = key\n }\n return filteredKey\n }\n \n /**\n * Initialize the plugin\n * @private\n */\n _init() {\n this._debug( '_init' )\n \n let _elem = this._element,\n _selector = `${_elem.tagName}${( _elem.id ? `#${_elem.id}` : '' )}${( _elem.className ? `.${_elem.className.replace(/\\s/g, '.')}` : '' )}`\n \n this._selector = _selector.toLowerCase()\n \n if ( this._isInitialized || this._isCompleted ) {\n return\n }\n \n this.showLoader()\n \n this._calcVars()\n \n if ( ! this._verifyMaxRenderableRange() ) {\n throw new RangeError( `Timeline display period exceeds maximum renderable range.` )\n }\n \n this.sleep( _sleep ).then(() => {\n \n if ( ! this._isInitialized ) {\n \n this._renderView()\n \n const afterInitEvent = $.Event( Event.INITIALIZED, { _elem } )\n \n $(_elem).trigger( afterInitEvent )\n \n $(_elem).off( Event.INITIALIZED )\n }\n \n if ( ! this._isCached ) {\n this._loadEvent()\n }\n \n if ( this._isCached ) {\n this._placeEvent()\n }\n \n // Assign events for the timeline\n $(document).on(\n Event.CLICK_EVENT,\n `${this._selector} ${Selector.EVENT_NODE}`,\n ( event ) => this.openEvent( event )\n )\n $(_elem).on(\n Event.FOCUSIN_EVENT,\n Selector.TIMELINE_EVENT_NODE,\n ( event ) => this._activeEvent( event )\n )\n $(_elem).on(\n Event.FOCUSOUT_EVENT,\n Selector.TIMELINE_EVENT_NODE,\n ( event ) => this._activeEvent( event )\n )\n if ( /^point(|er)$/i.test( this._config.type ) ) {\n $(_elem).on(\n Event.MOUSEENTER_POINTER,\n Selector.VIEWER_EVENT_TYPE_POINTER,\n ( event ) => this._hoverPointer( event )\n )\n $(_elem).on(\n Event.MOUSELEAVE_POINTER,\n Selector.VIEWER_EVENT_TYPE_POINTER,\n ( event ) => this._hoverPointer( event )\n )\n }\n if ( this._config.zoom ) {\n $(_elem).on(\n Event.ZOOMIN_SCALE,\n Selector.TIMELINE_RULER_ITEM,\n ( event ) => this.zoomScale( event )\n )\n \n }\n \n this._isCompleted = true\n \n this.alignment()\n \n })\n }\n \n /**\n * Calculate each properties of the timeline instance\n * @private\n */\n _calcVars() {\n let _opts = this._config,\n _props = {}\n \n _props.begin = this.supplement( null, this._getPluggableDatetime( _opts.startDatetime, 'first' ) )\n _props.end = this.supplement( null, this._getPluggableDatetime( _opts.endDatetime, 'last' ) )\n _props.scaleSize = this.supplement( null, _opts.minGridSize, this.validateNumeric )\n _props.rows = this._getPluggableRows()\n _props.rowSize = this.supplement( null, _opts.rowHeight, this.validateNumeric )\n _props.width = this.supplement( null, _opts.width, this.validateNumeric )\n _props.height = this.supplement( null, _opts.height, this.validateNumeric )\n \n this._instanceProps = _props // pre-cache\n \n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n let _temp = this._verifyScale( _opts.scale ),\n _values = Object.values( _temp ),\n _averageDays = this.numRound( _values.reduce( ( a, v ) => a + v, 0 ) / _values.length, 4 ), // Average days within the range\n _baseDaysOfScale = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n _totalWidth = 0\n \n//console.log( '!', _opts.scale, _temp, _vals )\n _values.forEach( ( days ) => {\n _totalWidth += this.numRound( ( days * _props.scaleSize ) / _baseDaysOfScale, 2 )\n })\n \n _props.scale = _averageDays * ( 24 * 60 * 60 * 1000 )\n _props.grids = _values.length\n _props.variableScale = _temp\n _props.fullwidth = _totalWidth\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n _props.scale = this._verifyScale( _opts.scale )\n _props.grids = Math.ceil( ( _props.end - _props.begin ) / _props.scale )\n _props.variableScale = null\n _props.fullwidth = _props.grids * _props.scaleSize\n }\n _props.fullheight = _props.rows * _props.rowSize\n // Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義\n _props.visibleWidth = _props.width > 0 ? `${( _props.width <= _props.fullwidth ? _props.width : _props.fullwidth )}px` : '100%'\n _props.visibleHeight = _props.height > 0 ? `${( _props.height <= _props.fullheight ? _props.height : _props.fullheight )}px` : 'auto'\n \n for ( let _prop in _props ) {\n if ( _prop === 'width' || _prop === 'height' || _prop === 'variableScale' ) {\n continue\n }\n if ( this.is_empty( _props[_prop] ) ) {\n throw new TypeError( `Property \"${_prop}\" cannot set because undefined or invalid variable.` )\n }\n }\n \n if ( _props.fullwidth < 2 || _props.fullheight < 2 ) {\n throw new TypeError( `The range of the timeline to be rendered is incorrect.` )\n }\n \n this._instanceProps = _props\n }\n \n /**\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n */\n _getPluggableDatetime( key, round_type = '' ) {\n let _opts = this._config,\n _date = null,\n getFirstDate = ( dateObj, scale ) => {\n let _tmpDate\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n case /^years?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), 0, 1 )\n break\n case /^months?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), 1 )\n break\n case /^(week|day)s?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate() )\n break\n case /^(|half|quarter)-?hours?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours() )\n break\n case /^minutes?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes() )\n break\n case /^seconds?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes(), dateObj.getSeconds() )\n break\n }\n return _tmpDate\n },\n getLastDate = ( dateObj, scale ) => {\n let _tmpDate\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n case /^years?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear() + 1, 0, 1 )\n break\n case /^months?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth() + 1, 1 )\n break\n case /^(week|day)s?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate() + 1 )\n break\n case /^(|half|quarter)-?hours?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours() + 1 )\n break\n case /^minutes?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes() + 1 )\n break\n case /^seconds?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes(), dateObj.getSeconds() + 1 )\n break\n }\n return new Date( _tmpDate.getTime() - 1 )\n },\n is_remapping = /^\\d{1,2}(|(-|\\/).+)$/.test( key.toString() )\n//console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )\n \n switch ( true ) {\n case /^current(|ly)$/i.test( key ):\n _date = new Date()\n//console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )\n break\n case /^auto$/i.test( key ): {\n let _ms = null,\n _higherScale = this.getHigherScale( _opts.scale )\n \n if ( /^current(|ly)$/i.test( _opts.startDatetime ) ) {\n _date = new Date()\n //if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n _date = getFirstDate( _date, _opts.scale )\n //}\n } else {\n _date = this.getCorrectDatetime( _opts.startDatetime )\n }\n \n if ( _opts.range || _opts.range > 0 ) {\n if ( /^years?$/i.test( _higherScale ) ) {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n } else\n if ( /^months?$/i.test( _higherScale ) ) {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n } else {\n _ms = this._verifyScale( _higherScale )\n }\n _date.setTime( _date.getTime() + ( _ms * _opts.range ) )\n } else {\n if ( /^years?$/i.test( _opts.scale ) ) {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n } else\n if ( /^months?$/i.test( _opts.scale ) ) {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n } else {\n _ms = this._verifyScale( _opts.scale )\n }\n _date.setTime( _date.getTime() + ( _ms * LimitScaleGrids[this._filterScaleKeyName( _opts.scale )] ) )\n }\n// console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )\n break\n }\n default:\n _date = this.getCorrectDatetime( key )\n break\n }\n \n if ( ! is_remapping ) {\n is_remapping = _date.getFullYear() < 100\n }\n \n if ( ! this.is_empty( round_type ) ) {\n if ( 'first' === round_type ) {\n//console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )\n _date = getFirstDate( _date, _opts.scale )\n//console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )\n } else\n if ( 'last' === round_type ) {\n//console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )\n _date = getLastDate( _date, _opts.scale )\n//console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )\n }\n }\n \n if ( is_remapping ) {\n _date.setFullYear( String( _date.getFullYear() ).substr(-2) )\n }\n \n//console.log( '!_getPluggableDatetime::return:', _date )\n return _date.getTime()\n }\n \n /**\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n */\n _getPluggableParams( str_like_params ) {\n let params = {}\n \n if ( typeof str_like_params === 'string' && str_like_params ) {\n try {\n params = JSON.parse( JSON.stringify( ( new Function( `return ${str_like_params}` ) )() ) )\n if ( params.hasOwnProperty( 'extend' ) ) {\n params.extend = JSON.parse( JSON.stringify( ( new Function( `return ${params.extend}` ) )() ) )\n }\n } catch( e ) {\n console.warn( 'Can not parse to object therefor invalid param.' )\n }\n }\n return params\n }\n \n /**\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n */\n _getPluggableRows() {\n let _opts = this._config,\n fixed_rows = this.supplement( 'auto', _opts.rows, this.validateNumeric )\n \n if ( fixed_rows === 'auto' ) {\n fixed_rows = _opts.sidebar.list.length\n }\n return fixed_rows > 0 ? fixed_rows : 1\n }\n \n /**\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n */\n _verifyScale( scale ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _ms = -1\n \n if ( typeof scale === 'undefined' || typeof scale !== 'string' ) {\n return false\n }\n switch ( true ) {\n case /^millisec(|ond)s?$/i.test( scale ):\n // Millisecond (:> ミリ秒\n _ms = 1\n break\n case /^seconds?$/i.test( scale ):\n // Second (:> 秒\n _ms = 1000\n break\n case /^minutes?$/i.test( scale ):\n // Minute (:> 分\n _ms = 60 * 1000\n break\n case /^quarter-?(|hour)$/i.test( scale ):\n // Quarter of an hour (:> 15分\n _ms = 15 * 60 * 1000\n break\n case /^half-?(|hour)$/i.test( scale ):\n // Half an hour (:> 30分\n _ms = 30 * 60 * 1000\n break\n case /^hours?$/i.test( scale ):\n // Hour (:> 時(時間)\n _ms = 60 * 60 * 1000\n break\n case /^days?$/i.test( scale ):\n // Day (:> 日\n _ms = 24 * 60 * 60 * 1000\n break\n case /^weeks?$/i.test( scale ):\n // Week (:> 週\n _ms = 7 * 24 * 60 * 60 * 1000\n break\n case /^months?$/i.test( scale ):\n // Month (is the variable length scale) (:> 月(可変長スケール)\n//console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n return this._diffDate( _props.begin, _props.end, scale )\n } else {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n break\n }\n case /^years?$/i.test( scale ):\n // Year (is the variable length scale) (:> 年(可変長スケール)\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n return this._diffDate( _props.begin, _props.end, scale )\n } else {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n break\n }\n case /^lustrum$/i.test( scale ):\n // Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)\n // 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000\n //_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia\n _ms = 157788000 * 1000\n break\n case /^dec(ade|ennium)$/i.test( scale ):\n // Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)\n // 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000\n // _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia\n _ms = 315576000 * 1000\n break\n case /^century$/i.test( scale ):\n // Century (:> 世紀(百年紀)\n // 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000\n _ms = 3155760000 * 1000\n break\n case /^millenniums?|millennia$/i.test( scale ):\n // Millennium (:> 千年紀\n // 100y = 365250\n //_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000\n _ms = 3155760000 * 10 * 1000\n break\n default:\n console.warn( 'Specified an invalid scale.' )\n _ms = -1\n }\n return _ms > 0 ? _ms : false\n }\n \n /**\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n */\n _verifyMaxRenderableRange() {\n// console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )\n return this._instanceProps.grids <= LimitScaleGrids[this._filterScaleKeyName( this._config.scale )]\n }\n \n /**\n * Render the view of timeline container\n * @private\n */\n _renderView() {\n this._debug( '_renderView' )\n \n let _elem = this._element,\n _opts = this._config,\n _props = this._instanceProps,\n _tl_container = $('
        ', { class: ClassName.TIMELINE_CONTAINER, style: `width: ${_props.visibleWidth}; height: ${_props.visibleHeight};` }),\n _tl_main = $('
        ', { class: ClassName.TIMELINE_MAIN })\n \n//console.log( _elem, _opts, _props )\n if ( $(_elem).length == 0 ) {\n throw new TypeError( 'Does not exist the element to render a timeline container.' )\n }\n \n if ( _opts.debug ) {\n console.info( `Timeline:{ fullWidth: ${_props.fullwidth}px,`, `fullHeight: ${_props.fullheight}px,`, `viewWidth: ${_props.visibleWidth}`, `viewHeight: ${_props.visibleHeight} }` )\n }\n \n $(_elem).css( 'position', 'relative' ) // initialize; not .empty()\n if ( _opts.hideScrollbar ) {\n _tl_container.addClass( ClassName.HIDE_SCROLLBAR )\n }\n \n // Create the timeline headline (:> タイムラインの見出しを生成\n $(_elem).prepend( this._createHeadline() )\n \n // Create the timeline event container (:> タイムラインのイベントコンテナを生成\n _tl_main.append( this._createEventContainer() )\n \n // Create the timeline ruler (:> タイムラインの目盛を生成\n if ( ! this.is_empty( _opts.ruler.top ) ) {\n _tl_main.prepend( this._createRuler( 'top' ) )\n }\n if ( ! this.is_empty( _opts.ruler.bottom ) ) {\n _tl_main.append( this._createRuler( 'bottom' ) )\n }\n \n // Create the timeline side index (:> タイムラインのサイドインデックスを生成\n let margin = {\n top : parseInt( _tl_main.find( Selector.RULER_TOP ).height(), 10 ) - 1,\n bottom : parseInt( _tl_main.find( Selector.RULER_BOTTOM ).height(), 10 ) - 1\n }\n \n if ( _opts.sidebar.list.length > 0 ) {\n _tl_container.prepend( this._createSideIndex( margin ) )\n }\n \n // Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加\n _tl_container.append( _tl_main )\n $(_elem).append( _tl_container )\n \n // Create the timeline footer (:> タイムラインのフッタを生成\n $(_elem).append( this._createFooter() )\n \n this._isShown = true\n }\n \n /**\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createHeadline() {\n let _opts = this._config,\n _props = this._instanceProps,\n _display = this.supplement( Default.headline.display, _opts.headline.display, this.validateBoolean ),\n _title = this.supplement( null, _opts.headline.title ),\n _range = this.supplement( Default.headline.range, _opts.headline.range, this.validateBoolean ),\n _locale = this.supplement( Default.headline.locale, _opts.headline.locale ),\n _format = this.supplement( Default.headline.format, _opts.headline.format ),\n _begin = this.supplement( null, _props.begin ),\n _end = this.supplement( null, _props.end ),\n _tl_headline = $('
        ', { class: ClassName.TIMELINE_HEADLINE }),\n _wrapper = $('
        ', { class: ClassName.TIMELINE_HEADLINE_WRAPPER })\n \n// console.log( '!_createHeadline:', _opts )\n if ( _title ) {\n _wrapper.append( `

        ${_opts.headline.title}

        ` )\n }\n if ( _range ) {\n if ( _begin && _end ) {\n let _meta = `${new Date( _begin ).toLocaleString( _locale, _format )}${new Date( _end ).toLocaleString( _locale, _format )}`\n //let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )\n \n _wrapper.append( `
        ${_meta}
        ` )\n }\n }\n if ( ! _display ) {\n _tl_headline.addClass( ClassName.HIDE )\n }\n return _tl_headline.append( _wrapper )\n }\n \n /**\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createEventContainer() {\n let _opts = this._config,\n _props = this._instanceProps,\n _actualHeight = _props.fullheight + Math.ceil( _props.rows / 2 ),\n _container = $('
        ', { class: ClassName.TIMELINE_EVENT_CONTAINER, style: `height:${_actualHeight}px;` }),\n _events_bg = $(``),\n _events_lines = $(``),\n _events_body = $('
        ', { class: ClassName.TIMELINE_EVENTS }),\n _cy = 0,\n ctx_grid = _events_bg[0].getContext('2d'),\n drawRowRect = ( pos_y, color ) => {\n color = this.supplement( '#FFFFFF', color )\n // console.log( 0, pos_y, _fullwidth, _size_row, color )\n ctx_grid.fillStyle = color\n ctx_grid.fillRect( 0, pos_y + 0.5, _props.fullwidth, _props.rowSize + 1.5 )\n ctx_grid.stroke()\n },\n drawHorizontalLine = ( pos_y, is_dotted ) => {\n is_dotted = this.supplement( false, is_dotted )\n // console.log( pos_y, is_dotted )\n ctx_grid.strokeStyle = 'rgba( 51, 51, 51, 0.1 )'\n ctx_grid.lineWidth = 1\n ctx_grid.filter = 'url(#crisp)'\n ctx_grid.beginPath()\n if ( is_dotted ) {\n ctx_grid.setLineDash([ 1, 2 ])\n } else {\n ctx_grid.setLineDash([])\n }\n ctx_grid.moveTo( 0, pos_y + 0.5 )\n ctx_grid.lineTo( _props.fullwidth, pos_y + 0.5 )\n ctx_grid.closePath()\n ctx_grid.stroke()\n },\n drawVerticalLine = ( pos_x, is_dotted ) => {\n is_dotted = this.supplement( false, is_dotted )\n // console.log( pos_x, is_dotted )\n ctx_grid.strokeStyle = 'rgba( 51, 51, 51, 0.025 )'\n ctx_grid.lineWidth = 1\n ctx_grid.filter = 'url(#crisp)'\n ctx_grid.beginPath()\n if ( is_dotted ) {\n ctx_grid.setLineDash([ 1, 2 ])\n } else {\n ctx_grid.setLineDash([])\n }\n ctx_grid.moveTo( pos_x - 0.5, 0 )\n ctx_grid.lineTo( pos_x - 0.5, _props.fullheight )\n ctx_grid.closePath()\n ctx_grid.stroke()\n }\n \n _cy = 0\n for ( let i = 0; i < _props.rows; i++ ) {\n _cy += i % 2 == 0 ? 1 : 0\n let _pos_y = ( i * _props.rowSize ) + _cy\n drawRowRect( _pos_y, i % 2 == 0 ? '#FEFEFE' : '#F8F8F8' )\n }\n _cy = 0\n for ( let i = 1; i < _props.rows; i++ ) {\n _cy += i % 2 == 0 ? 1 : 0\n let _pos_y = ( i * _props.rowSize ) + _cy\n drawHorizontalLine( _pos_y, true )\n }\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n let _bc = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n _sy = 0\n \n for ( let _key of Object.keys( _props.variableScale ) ) {\n _sy += this.numRound( ( _props.variableScale[_key] * _props.scaleSize ) / _bc, 2 )\n drawVerticalLine( _sy, false )\n }\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n for ( let i = 1; i < _props.grids; i++ ) {\n drawVerticalLine( ( i * _props.scaleSize ), false )\n }\n }\n \n return _container.append( _events_bg ).append( _events_lines ).append( _events_body )\n }\n \n /**\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n */\n _createRuler( position ) {\n let _opts = this._config,\n _props = this._instanceProps,\n ruler_line = this.supplement( [ _opts.scale ], _opts.ruler[position].lines, ( def, val ) => Array.isArray( val ) && val.length > 0 ? val : def ),\n line_height = this.supplement( Default.ruler.top.height, _opts.ruler[position].height ),\n font_size = this.supplement( Default.ruler.top.fontSize, _opts.ruler[position].fontSize ),\n text_color = this.supplement( Default.ruler.top.color, _opts.ruler[position].color ),\n background = this.supplement( Default.ruler.top.background, _opts.ruler[position].background ),\n locale = this.supplement( Default.ruler.top.locale, _opts.ruler[position].locale ),\n format = this.supplement( Default.ruler.top.format, _opts.ruler[position].format ),\n ruler_opts = { lines: ruler_line, height: line_height, fontSize: font_size, color: text_color, background, locale, format },\n _fullwidth = _props.fullwidth - 1,\n _fullheight = ruler_line.length * line_height,\n _ruler = $('
        ', { class: `${PREFIX}ruler-${position}`, style: `height:${_fullheight}px;` }),\n _ruler_bg = $(``),\n _ruler_body = $('
        ', { class: `${PREFIX}ruler-content-${position}` }),\n _finalLines = 0,\n ctx_ruler = _ruler_bg[0].getContext('2d')\n \n//console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )\n // Draw background of ruler\n ctx_ruler.fillStyle = background\n ctx_ruler.fillRect( 0, 0, ctx_ruler.canvas.width, ctx_ruler.canvas.height )\n \n // Draw stroke of ruler\n ctx_ruler.strokeStyle = 'rgba( 51, 51, 51, 0.1 )'\n ctx_ruler.lineWidth = 1\n ctx_ruler.filter = 'url(#crisp)'\n ruler_line.some( ( line_scale, idx ) => {\n if ( /^(quarter|half)-?(|hour)$/i.test( line_scale ) ) {\n return true // break\n }\n \n ctx_ruler.beginPath()\n \n // Draw rows\n //let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,\n let _line_y = position === 'top' ? line_height * ( idx + 1 ) - 0.5 : line_height * idx + 0.5\n \n ctx_ruler.moveTo( 0, _line_y )\n ctx_ruler.lineTo( ctx_ruler.canvas.width, _line_y )\n \n // Draw cols\n let _line_grids = null,\n _grid_x = 0,\n _correction = -1.5\n \n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n _line_grids = this._filterVariableScale( line_scale )\n//console.log( '!_createRuler:', line_scale, _line_grids )\n \n for ( let _key of Object.keys( _line_grids ) ) {\n _grid_x += this.numRound( _line_grids[_key], 2 )\n \n ctx_ruler.moveTo( _grid_x + _correction, position === 'top' ? _line_y - line_height : _line_y )\n ctx_ruler.lineTo( _grid_x + _correction, position === 'top' ? _line_y : _line_y + line_height )\n }\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n _line_grids = this._getGridsPerScale( line_scale )\n \n for ( let _val of _line_grids ) {\n if ( this.is_empty( _val ) || _val >= _props.grids ) {\n break\n }\n let _grid_width = _val * _props.scaleSize\n \n _grid_x += _grid_width\n if ( Math.ceil( _grid_x ) - _correction >= ctx_ruler.canvas.width ) {\n break\n }\n ctx_ruler.moveTo( _grid_x + _correction, position === 'top' ? _line_y - line_height : _line_y )\n ctx_ruler.lineTo( _grid_x + _correction, position === 'top' ? _line_y : _line_y + line_height )\n }\n }\n ctx_ruler.closePath()\n ctx_ruler.stroke()\n _ruler_body.append( this._createRulerContent( _line_grids, line_scale, ruler_opts ) )\n _finalLines++\n })\n \n if ( ruler_line.length != _finalLines ) {\n _ruler.css( 'height', `${_finalLines * line_height}px` )\n }\n \n return _ruler.append( _ruler_bg ).append( _ruler_body )\n }\n \n /**\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n */\n _filterVariableScale( target_scale ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _bc = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n scales = _props.variableScale,\n retObj = {}\n \n for ( let _dt of Object.keys( scales ) ) {\n let _days = scales[_dt],\n grid_size = this.numRound( ( _days * _props.scaleSize ) / _bc, 2 ),\n _newKey = null,\n _arr, _temp\n//console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 1000 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^century$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 100 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^dec(ade|ennium)$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 10 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^lustrum$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 5 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^years?$/i.test( target_scale ):\n _newKey = `${this.getCorrectDatetime( _dt ).getFullYear()}`\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^months?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}`] = grid_size\n break\n case /^weeks?$/i.test( target_scale ):\n _arr = _dt.split(',')\n _temp = this.getWeek( _arr[0] )\n//console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )\n retObj[`${this.getCorrectDatetime( _arr[0] ).getFullYear()},${_temp}`] = grid_size\n break\n case /^weekdays?$/i.test( target_scale ):\n _arr = _dt.split(',')\n _temp = this.getCorrectDatetime( _arr[0] ).getDay()\n retObj[`${this.getCorrectDatetime( _arr[0] ).getFullYear()}/${this.getCorrectDatetime( _arr[0] ).getMonth() + 1}/1,${_temp}`] = grid_size\n break\n case /^days?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1`] = grid_size\n break\n case /^hours?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0`] = grid_size\n break\n case /^minutes?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0:00`] = grid_size\n break\n case /^seconds?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0:00:00`] = grid_size\n break\n default:\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}`] = grid_size\n break\n }\n }\n \n return retObj\n }\n \n /**\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n */\n _getGridsPerScale( target_scale ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _scopes = [],\n _scale_grids = {},\n _sep = '/'\n \n for ( let i = 0; i < _props.grids; i++ ) {\n let _tmp = new Date( _props.begin + ( i * _props.scale ) ),\n //let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),\n _y = _tmp.getFullYear(),\n _mil = Math.ceil( _y / 1000 ),\n _cen = Math.ceil( _y / 100 ),\n _dec = Math.ceil( _y / 10 ),\n _lus = Math.ceil( _y / 5 ),\n _m = _tmp.getMonth() + 1,\n _wd = _tmp.getDay(), // 0 = Sun, ... 6 = Sat\n _d = _tmp.getDate(),\n _w = this.getWeek( `${_y}/${_m}/${_d}` ),\n _h = _tmp.getHours(),\n _min = _tmp.getMinutes(),\n _s = _tmp.getSeconds()\n// console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )\n \n _scopes.push({\n millennium : _mil,\n century : _cen,\n decade : _dec,\n lustrum : _lus,\n year : _y,\n month : `${_y}${_sep}${_m}${_sep}1`,\n week : `${_y},${_w}`,\n weekday : `${_y}${_sep}${_m}${_sep}${_d},${_wd}`,\n day : `${_y}${_sep}${_m}${_sep}${_d}`,\n hour : `${_y}${_sep}${_m}${_sep}${_d} ${_h}`,\n minute : `${_y}${_sep}${_m}${_sep}${_d} ${_h}:${_min}`,\n second : `${_y}${_sep}${_m}${_sep}${_d} ${_h}:${_min}:${_s}`,\n datetime : _tmp.toString()\n })\n }\n _scopes.forEach( ( _scope ) => {\n//console.log( _scope[target_scale], idx );\n if ( ! _scale_grids[_scope[target_scale]] ) {\n _scale_grids[_scope[target_scale]] = 1\n } else {\n _scale_grids[_scope[target_scale]]++\n }\n })\n//console.log( '!_getGridsPerScale:', target_scale, _scale_grids )\n \n return this.toIterableObject( _scale_grids )\n }\n \n /**\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n */\n _createRulerContent( _line_grids, line_scale, ruler ) {\n let _opts = this._config,\n _props = this._instanceProps,\n line_height = this.supplement( Default.ruler.top.height, ruler.height ),\n font_size = this.supplement( Default.ruler.top.fontSize, ruler.fontSize ),\n text_color = this.supplement( Default.ruler.top.color, ruler.color ),\n locale = this.supplement( Default.ruler.top.locale, ruler.locale, this.validateString ),\n format = this.supplement( Default.ruler.top.format, ruler.format, this.validateObject ),\n _ruler_lines = $('
        ', { class: ClassName.TIMELINE_RULER_LINES, style: `width:100%;height:${line_height}px;` })\n \n for ( let _key of Object.keys( _line_grids ) ) {\n let _item_width = /^(year|month)s?$/i.test( _opts.scale ) ? _line_grids[_key] : _line_grids[_key] * _props.scaleSize,\n _line = $('
        ', { class: ClassName.TIMELINE_RULER_ITEM, style: `width:${_item_width}px;height:${line_height}px;line-height:${line_height}px;font-size:${font_size}px;color:${text_color};` }),\n _ruler_string = this.getLocaleString( _key, line_scale, locale, format ),\n _data_ruler_item = ''\n//console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )\n \n _data_ruler_item = `${line_scale}-${( _data_ruler_item === '' ? String( _key ) : _data_ruler_item )}`\n _line.attr( 'data-ruler-item', _data_ruler_item ).html( _ruler_string )\n \n if ( _item_width > this.strWidth( _ruler_string ) ) {\n // Adjust position of ruler item string\n//console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )\n if ( _item_width > $(this._element).width() ) {\n _line.addClass( ClassName.RULER_ITEM_ALIGN_LEFT )\n }\n }\n \n _ruler_lines.append( _line ).attr( 'data-ruler-scope', line_scale )\n }\n \n return _ruler_lines\n }\n \n /**\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n */\n _createSideIndex( margin ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _sticky = this.supplement( Default.sidebar.sticky, _opts.sidebar.sticky ),\n _overlay = this.supplement( Default.sidebar.overlay, _opts.sidebar.overlay ),\n _sbList = this.supplement( Default.sidebar.list, _opts.sidebar.list ),\n _wrapper = $('
        ', { class: ClassName.TIMELINE_SIDEBAR }),\n _margin = $('
        ', { class: ClassName.TIMELINE_SIDEBAR_MARGIN }),\n _list = $('
        ', { class: ClassName.TIMELINE_SIDEBAR_ITEM }),\n _c = 0.5\n \n if ( _sticky ) {\n _wrapper.addClass( ClassName.STICKY_LEFT )\n }\n \n if ( _overlay ) {\n _list.addClass( ClassName.OVERLAY )\n }\n \n //_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )\n if ( margin.top > 0 ) {\n _wrapper.prepend( _margin.clone().css( 'height', `${( margin.top + 1 )}px` ) )\n }\n \n for ( let i = 0; i < _props.rows; i++ ) {\n let _item = _list.clone().html( _sbList[i] )\n \n _wrapper.append( _item )\n }\n _wrapper.find( Selector.TIMELINE_SIDEBAR_ITEM ).css( 'height', `${( _props.rowSize + _c )}px` ).css( 'line-height', `${( _props.rowSize + _c )}px` )\n \n if ( margin.bottom > 0 ) {\n _wrapper.append( _margin.clone().css( 'height', `${( margin.bottom + 1 )}px` ) )\n }\n \n return _wrapper\n }\n \n /**\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createFooter() {\n let _opts = this._config,\n _props = this._instanceProps,\n _display = this.supplement( Default.footer.display, _opts.footer.display ),\n _content = this.supplement( null, _opts.footer.content ),\n _range = this.supplement( Default.footer.range, _opts.footer.range ),\n _scale = this.supplement( Default.footer.scale, _opts.footer.scale ),\n _locale = this.supplement( Default.footer.locale, _opts.footer.locale ),\n _format = this.supplement( Default.footer.format, _opts.footer.format ),\n _begin = this.supplement( null, _props.begin ),\n _end = this.supplement( null, _props.end ),\n _tl_footer = $('
        ', { class: ClassName.TIMELINE_FOOTER })\n \n if ( _range ) {\n if ( _begin && _end ) {\n let _meta = `${new Date( _begin ).toLocaleString( _locale, _format )}${new Date( _end ).toLocaleString( _locale, _format )}`\n //let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )\n \n _tl_footer.append( `
        ${_meta}
        ` )\n }\n }\n if ( _content ) {\n _tl_footer.append( `` )\n }\n if ( ! _display ) {\n _tl_footer.addClass( ClassName.HIDE )\n }\n \n return _tl_footer\n }\n \n /**\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n */\n _diffDate( date1, date2, scale = 'millisecond', absval = false ) {\n //let _opts = this._config,\n let _dt1 = this.supplement( null, date1 ),\n _dt2 = this.supplement( null, date2 ),\n diffMS = 0,\n retval = false,\n lastDayOfMonth = ( dateObj ) => {\n let _tmp = new Date( dateObj.getFullYear(), dateObj.getMonth() + 1, 1 )\n _tmp.setTime( _tmp.getTime() - 1 )\n return _tmp.getDate()\n },\n isLeapYear = ( dateObj ) => {\n let _tmp = new Date( dateObj.getFullYear(), 0, 1 ),\n sum = 0\n \n for ( let i = 0; i < 12; i++ ) {\n _tmp.setMonth(i)\n sum += lastDayOfMonth( _tmp )\n }\n return sum == 365 ? false : true\n }\n \n if ( ! _dt1 || ! _dt2 ) {\n console.warn( 'Cannot parse date because invalid format or undefined.' )\n return false\n }\n \n diffMS = _dt2 - _dt1\n \n if ( absval ) {\n diffMS = Math.abs( diffMS )\n }\n \n let _bd = new Date( _dt1 ),\n _ed = new Date( _dt2 ),\n _dy = _ed.getFullYear() - _bd.getFullYear(),\n _m = {}\n \n switch ( true ) {\n case /^years?$/i.test( scale ):\n if ( _dy > 0 ) {\n for ( let i = 0; i <= _dy; i++ ) {\n let _cd = new Date( _bd.getFullYear() + i, 0, 1 )\n _m[`${_bd.getFullYear() + i}`] = isLeapYear( _cd ) ? 366 : 365\n }\n } else {\n _m[`${_bd.getFullYear()}`] = isLeapYear( _bd ) ? 366 : 365\n }\n retval = _m\n break\n case /^months?$/i.test( scale ):\n if ( _dy > 0 ) {\n for ( let i = _bd.getMonth(); i < 12; i++ ) {\n let _cd = new Date( _bd.getFullYear(), i, 1 )\n _m[`${_bd.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n if ( _dy > 1 ) {\n for ( let y = 1; y < _dy; y++ ) {\n for ( let i = 0; i < 12; i++ ) {\n let _cd = new Date( _bd.getFullYear() + y, i, 1 )\n _m[`${_bd.getFullYear() + y}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n }\n }\n for ( let i = 0; i <= _ed.getMonth(); i++ ) {\n let _cd = new Date( _ed.getFullYear(), i, 1 )\n _m[`${_ed.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n } else {\n for ( let i = _bd.getMonth(); i <= _ed.getMonth(); i++ ) {\n let _cd = new Date( _bd.getFullYear(), i, 1 )\n _m[`${_bd.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n }\n retval = _m\n break\n case /^weeks?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 7 * 24 * 60 * 60 * 1000 ) )\n break\n case /^(|week)days?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 24 * 60 * 60 * 1000 ) )\n break\n case /^hours?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 60 * 60 * 1000 ) )\n break\n case /^minutes?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 60 * 1000 ) )\n break\n case /^seconds?$/i.test( scale ):\n retval = Math.ceil( diffMS / 1000 )\n break\n default:\n retval = diffMS\n break\n }\n//console.log( '!_diffDate:', retval )\n \n return retval\n }\n \n /**\n * Load all enabled events markupped on target element to the timeline object\n * @private\n */\n _loadEvent() {\n this._debug( '_loadEvent' )\n \n let _that = this,\n _elem = this._element,\n _event_list = $(_elem).find( Selector.DEFAULT_EVENTS ),\n _cnt = 0,\n events = [],\n lastEventId = 0\n \n _event_list.children().each(function() {\n let _attr = $(this).attr( 'data-timeline-node' )\n \n if ( typeof _attr !== 'undefined' && _attr !== false ) {\n _cnt++\n }\n })\n \n if ( _event_list.length == 0 || _cnt == 0 ) {\n this._debug( 'Enable event does not exist.' )\n }\n \n // Register Event Data\n _event_list.children().each(function() {\n let _evt_params = _that._getPluggableParams( $(this).attr( 'data-timeline-node' ) ),\n _one_event = {}\n \n if ( ! _that.is_empty( _evt_params ) ) {\n _one_event = _that._registerEventData( this, _evt_params )\n events.push( _one_event )\n lastEventId = Math.max( lastEventId, parseInt( _one_event.eventId, 10 ) )\n }\n });\n // Set event id with auto increment (:> イベントIDを自動採番\n let cacheIds = [] // for checking duplication of id (:> IDの重複チェック用\n events.forEach( ( _evt, _i, _this ) => {\n let _chkId = parseInt( _this[_i].eventId, 10 )\n \n if ( _chkId == 0 || cacheIds.includes( _chkId ) ) {\n lastEventId++\n _this[_i].eventId = lastEventId\n } else {\n _this[_i].eventId = _chkId\n }\n cacheIds.push( _this[_i].eventId )\n });\n \n this._isCached = this._saveToCache( events )\n \n }\n \n /**\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n */\n _registerEventData( event_element, params ) {\n let _opts = this._config,\n _props = this._instanceProps,\n new_event = {\n ...EventParams,\n ...{\n uid : this.generateUniqueID(),\n label : $(event_element).html()\n }\n },\n _relation = {},\n _x, _w, _c //, _pointSize\n//console.log( '!_registerEventData:', _opts, params )\n \n if ( params.hasOwnProperty( 'start' ) && ! this.is_empty( params.start ) ) {\n _x = this._getCoordinateX( params.start )\n new_event.x = this.numRound( _x, 2 )\n if ( params.hasOwnProperty( 'end' ) && ! this.is_empty( params.end ) ) {\n _x = this._getCoordinateX( params.end )\n _w = _x - new_event.x\n new_event.width = this.numRound( _w, 2 )\n \n if ( _opts.eventMeta.display ) {\n if ( this.is_empty( _opts.eventMeta.content ) && ! params.hasOwnProperty( 'rangeMeta' ) ) {\n//console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )\n \n new_event.rangeMeta += this.getLocaleString( params.start, _opts.eventMeta.scale, _opts.eventMeta.locale, _opts.eventMeta.format )\n new_event.rangeMeta += ` - ${this.getLocaleString( params.end, _opts.eventMeta.scale, _opts.eventMeta.locale, _opts.eventMeta.format )}`\n } else {\n new_event.rangeMeta = _opts.eventMeta.content\n }\n }\n } else {\n new_event.width = 0\n }\n//console.log( 'getX:', _x, 'getW:', _w, event_element )\n if ( params.hasOwnProperty( 'row' ) ) {\n _c = Math.floor( params.row / 2 )\n new_event.y = ( params.row - 1 ) * _opts.rowHeight + new_event.margin + _c\n }\n \n Object.keys( new_event ).forEach( ( _prop ) => {\n switch( true ) {\n case /^eventId$/i.test( _prop ):\n if ( params.hasOwnProperty( 'id' ) && this.is_empty( new_event.eventId ) ) {\n new_event.eventId = parseInt( params.id, 10 )\n } else {\n new_event.eventId = parseInt( params[_prop], 10 ) || 0\n }\n break\n case /^(label|content)$/i.test( _prop ):\n if ( params.hasOwnProperty( _prop ) && ! this.is_empty( params[_prop] ) ) {\n new_event[_prop] = params[_prop]\n }\n // Override the children element to label or content setting\n if ( $(event_element).children(`.event-${_prop}`).length > 0 ) {\n new_event[_prop] = $(event_element).children(`.event-${_prop}`).html()\n }\n//console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )\n break\n case /^relation$/i.test( _prop ):\n // For drawing the relation line\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n //let _pointSize = this._getPointerSize( new_event.size, new_event.margin )\n _relation.x = this.numRound( new_event.x, 2 )\n _relation.y = this.numRound( ( _props.rowSize * ( ( params.row || 1 ) - 1 ) ) + ( _props.rowSize / 2 ), 2 )\n \n//console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )\n new_event[_prop] = {\n ...params[_prop],\n ..._relation\n }\n }\n break\n default:\n if ( params.hasOwnProperty( _prop ) && ! this.is_empty( params[_prop] ) ) {\n new_event[_prop] = params[_prop]\n }\n break\n }\n });\n }\n//console.log( '!_registerEventData:', new_event )\n return new_event\n }\n \n /**\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n */\n _getCoordinateX( date ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _date = this.supplement( null, this._getPluggableDatetime( date ) ),\n coordinate_x = 0\n \n if ( _date ) {\n if ( _date - _props.begin >= 0 && _props.end - _date >= 0 ) {\n // When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合\n coordinate_x = ( Math.abs( _date - _props.begin ) / _props.scale ) * _props.scaleSize\n } else {\n // When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合\n coordinate_x = ( ( _date - _props.begin ) / _props.scale ) * _props.scaleSize\n }\n } else {\n console.warn( 'Cannot parse date because invalid format or undefined.' )\n }\n \n return coordinate_x\n }\n \n /**\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n */\n _saveToCache( data ) {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null )\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n localStorage.setItem( this._selector, JSON.stringify( data ) )\n } else {\n sessionStorage.setItem( this._selector, JSON.stringify( data ) )\n }\n return true\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n }\n \n /**\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n */\n _loadToCache() {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null ),\n data = null\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n data = JSON.parse( localStorage.getItem( this._selector ) )\n } else {\n data = JSON.parse( sessionStorage.getItem( this._selector ) )\n }\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n return data\n }\n \n /**\n * Remove the cache data on the web storage\n * @private\n */\n _removeCache() {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null )\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n localStorage.removeItem( this._selector )\n } else {\n sessionStorage.removeItem( this._selector )\n }\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n }\n \n /**\n * Controller method to place event data on timeline\n * @private: \n */\n _placeEvent() {\n this._debug( '_placeEvent' )\n \n if ( ! this._isCached ) {\n return\n }\n \n let _elem = this._element,\n _opts = this._config,\n _evt_container = $(_elem).find( Selector.TIMELINE_EVENTS ),\n _relation_lines = $(_elem).find( Selector.TIMELINE_RELATION_LINES ),\n events = this._loadToCache(),\n _sleep = _opts.debug ? DEBUG_SLEEP : 1\n \n if ( events.length > 0 ) {\n _evt_container.empty()\n events.forEach( ( _evt ) => {\n let _evt_elem = this._createEventNode( _evt )\n \n if ( _evt_elem ) {\n _evt_container.append( _evt_elem )\n }\n })\n }\n \n if ( /^point(|er)$/i.test( _opts.type ) ) {\n this._drawRelationLine( events )\n }\n \n// console.log( '!_placeEvent:', _opts )\n this.sleep( _sleep ).then(() => {\n this.hideLoader()\n _evt_container.fadeIn( 'fast', () => {\n _relation_lines.fadeIn( 'fast' )\n })\n })\n \n }\n \n /**\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n */\n _createEventNode( params ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _evt_elem = $('
        ', {\n class : ClassName.TIMELINE_EVENT_NODE,\n id : `evt-${params.eventId}`,\n css : {\n left : `${params.x}px`,\n top : `${params.y}px`,\n width : `${params.width}px`,\n height : `${params.height}px`,\n color : this.hexToRgbA( params.color ),\n backgroundColor : this.hexToRgbA( params.bgColor ),\n },\n html : `
        ${params.label}
        `\n })\n//console.log( '!_createEventNode:', params )\n \n // Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか\n // For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する\n if ( params.x >= 0 ) {\n // The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上\n if ( params.x <= _props.fullwidth ) {\n // The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下\n if ( params.x + params.width <= _props.fullwidth ) {\n // The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)\n // OK\n } else {\n // The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)\n params.width = _props.fullwidth - params.x\n }\n } else {\n // The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)\n params.width = -1\n }\n } else {\n // The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n // In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント\n params.width = -1\n } else {\n // The case of \"bar\" type\n if ( params.x + params.width <= 0 ) {\n // The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)\n params.width = -1\n } else {\n // The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後\n if ( params.x + params.width <= _props.fullwidth ) {\n // The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)\n params.width = Math.abs( params.x + params.width )\n params.x = 0\n } else {\n // The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)\n params.width = _props.fullwidth\n params.x = 0\n }\n }\n }\n }\n//console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )\n \n if ( /^point(|er)$/i.test( _opts.type ) ) {\n if ( params.width < 0 ) {\n return null\n }\n let _pointSize = this._getPointerSize( params.size, params.margin ),\n _shiftX = this.numRound( params.x - ( _pointSize / 2 ), 2 ),\n _shiftY = this.numRound( params.y + ( ( params.height - _pointSize ) / 2 ), 2 )\n \n//console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )\n _evt_elem.addClass( ClassName.VIEWER_EVENT_TYPE_POINTER ).css( 'border-color', params.bdColor )\n .css( 'left', `${_shiftX}px` ).css( 'top', `${_shiftY}px` ).css( 'width', `${_pointSize}px` ).css( 'height', `${_pointSize}px` )\n .attr( 'data-base-size', _pointSize ).attr( 'data-base-left', _shiftX ).attr( 'data-base-top', _shiftY )\n } else {\n if ( params.width < 1 ) {\n return null\n }\n _evt_elem.css( 'left', `${params.x}px` ).css( 'width', `${params.width}px` )\n }\n \n _evt_elem.attr( 'data-uid', params.uid )\n \n if ( ! this.is_empty( params.image ) ) {\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n _evt_elem.css( 'background-image', `url(${params.image})` )\n } else {\n let _imgSize = params.height - ( params.margin * 2 )\n _evt_elem.prepend( `` )\n }\n }\n \n if ( /^bar$/i.test( _opts.type ) && _opts.eventMeta.display ) {\n//console.log( '!_createEventNode:', params )\n params.extend.meta = params.rangeMeta\n }\n \n if ( ! this.is_empty( params.extend ) ) {\n for ( let _prop of Object.keys( params.extend ) ) {\n _evt_elem.attr( `data-${_prop}`, params.extend[_prop] )\n if ( _prop === 'toggle' && [ 'popover', 'tooltip' ].includes( params.extend[_prop] ) ) {\n // for bootstrap's popover or tooltip\n _evt_elem.attr( 'title', params.label )\n if ( ! params.extend.hasOwnProperty( 'content' ) ) {\n _evt_elem.attr( 'data-content', params.content )\n }\n }\n }\n }\n \n if ( ! this.is_empty( params.callback ) ) {\n _evt_elem.attr( 'data-callback', params.callback )\n }\n \n return _evt_elem\n }\n \n /**\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n */\n _getPointerSize( key, margin ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _max = Math.min( _props.scaleSize, _props.rowSize ) - ( margin * 2 ),\n _size = null\n \n switch ( true ) {\n case /^large$/i.test( key ):\n _size = Math.max( this.numRound( _max * 0.8, 1 ), MIN_POINTER_SIZE )\n break\n case /^normal$/i.test( key ):\n _size = Math.max( this.numRound( _max / 2, 1 ), MIN_POINTER_SIZE )\n break\n case /^small$/i.test( key ):\n _size = Math.max( this.numRound( _max / 4, 1 ), MIN_POINTER_SIZE )\n break\n default:\n _size = Math.max( parseInt( key, 10 ), MIN_POINTER_SIZE )\n }\n \n//console.log( '!_getPointerSize:', _props, key, _max, _size )\n return _size\n }\n \n /**\n * Draw the relational lines\n * @private\n * @param {Object} events - \n */\n _drawRelationLine( events ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _canvas = $(this._element).find( Selector.TIMELINE_RELATION_LINES ),\n ctx_relations = _canvas[0].getContext('2d'),\n drawLine = ( _sx, _sy, _ex, _ey, evt, _ba ) => {\n let _curveType = {},\n _radius = this.numRound( Math.min( _props.scaleSize, _props.rowSize ) / 2, 2 ),\n _subRadius = this.numRound( this._getPointerSize( evt.size, _opts.marginHeight ) / 2, 2 )\n \n // Defaults\n ctx_relations.strokeStyle = EventParams.bdColor\n ctx_relations.lineWidth = 2.5\n ctx_relations.filter = 'url(#crisp)'\n \n for ( let _key of Object.keys( evt.relation ) ) {\n switch ( true ) {\n case /^(|line)color$/i.test( _key ):\n ctx_relations.strokeStyle = evt.relation[_key]\n break\n case /^(|line)size$/i.test( _key ):\n ctx_relations.lineWidth = parseInt( evt.relation[_key], 10 ) || 2.5\n break\n case /^curve$/i.test( _key ):\n if ( /^(r|l)(t|b),?(r|l)?(t|b)?$/i.test( evt.relation[_key] ) ) {\n let _tmp = evt.relation[_key].split(',')\n if ( _tmp.length == 2 ) {\n _curveType.before = _tmp[0]\n _curveType.after = _tmp[1]\n } else {\n _curveType[_ba] = _tmp[0]\n }\n } else\n if ( ( typeof evt.relation[_key] === 'boolean' && evt.relation[_key] ) || ( typeof evt.relation[_key] === 'number' && Boolean( evt.relation[_key] ) ) ) {\n // Automatically set the necessary linearity type (:> 自動線形判定\n//console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )\n if ( _ba === 'before' ) {\n // before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]\n if ( _sy > _ey ) {\n // 連結点が自分より上にある\n if ( _sx > _ex ) {\n // 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"\n _curveType[_ba] = 'lb'\n } else\n if ( _sx < _ex ) {\n // 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"\n _curveType[_ba] = 'lb+lt'\n } else {\n // 連結点が自分の直上 \"│\" to top\n _curveType[_ba] = null\n }\n } else\n if ( _sy < _ey ) {\n // 連結点が自分より下にある\n if ( _sx > _ex ) {\n // 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"\n _curveType[_ba] = 'lt'\n } else\n if ( _sx < _ex ) {\n // 連結点が自分より右にある \"⊂_\" as \"rt+rb\"\n _curveType[_ba] = 'lt+lb'\n } else {\n // 連結点が自分の直下 \"│\" to bottom\n _curveType[_ba] = null\n }\n } else {\n // 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right\n _curveType[_ba] = null\n }\n } else\n if ( _ba === 'after' ) {\n // after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]\n if ( _sy < _ey ) {\n // Relational endpoint is located \"under\" self (:> 連結点が自分の下にある\n if ( _sx < _ex ) {\n // Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"\n _curveType[_ba] = 'rt'\n } else\n if ( _sx > _ex ) {\n // Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"\n _curveType[_ba] = 'rt+rb'\n } else {\n // Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom\n _curveType[_ba] = null\n }\n } else\n if ( _sy > _ey ) {\n // Relational endpoint is located \"above\" self (:> 連結点が自分より上にある\n if ( _sx < _ex ) {\n // Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"\n _curveType[_ba] = 'rb'\n } else\n if ( _sx > _ex ) {\n // Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"\n _curveType[_ba] = 'rb+rt'\n } else {\n // Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top\n _curveType[_ba] = null\n }\n } else {\n // 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right\n _curveType[_ba] = null\n }\n }\n }\n break\n }\n }\n if ( Math.abs( _ey - _sy ) > _props.rowSize ) {\n _ey += Math.floor( Math.abs( _ey - _sy ) / _props.rowSize )\n }\n ctx_relations.beginPath()\n if ( ! this.is_empty( _curveType ) ) {\n// console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )\n switch ( true ) {\n case /^lt$/i.test( _curveType[_ba] ): // \"(_ex,_ey)┌(_sx,_sy)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _sx - _ex ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _ey - _sy ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy + _radius ) // \"┌\"\n ctx_relations.lineTo( _ex, _ey ) // \"│\"\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┌\"\n }\n break\n case /^lb$/i.test( _curveType[_ba] ): // \"(_ex,_ey)└(_sx,_sy)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _sx - _ex ) > _radius ) {\n ctx_relations.lineTo( _ex + _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _sy - _ey ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy - _radius ) // \"└\"\n ctx_relations.lineTo( _ex, _ey ) // \"│\"\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"└\"\n }\n break\n case /^rt$/i.test( _curveType[_ba] ): // \"(_sx,_sy)┐(_ex,_ey)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _ex - _sx ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _ey - _sy ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy + _radius ) // \"┐\"\n ctx_relations.lineTo( _ex, _ey )\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┐\"\n }\n break\n case /^rb$/i.test( _curveType[_ba] ): // \"(_sx,_sy)┘(_ex,_ey)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _ex - _sx ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _sy - _ey ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy - _radius ) // \"┘\"\n ctx_relations.lineTo( _ex, _ey )\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┘\"\n }\n break\n case /^lt\\+lb$/i.test( _curveType[_ba] ): // \"⊂_\"\n case /^lb\\+lt$/i.test( _curveType[_ba] ): // \"⊂ ̄\"\n ctx_relations.moveTo( _sx, _sy )\n //ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"\n ctx_relations.lineTo( _sx - _radius, _sy ) // \"─\"\n //ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"\n ctx_relations.bezierCurveTo( _sx - _radius * 2, _sy, _sx - _radius * 2, _ey, _sx - _radius, _ey ) // \"⊂\"\n ctx_relations.lineTo( _ex, _ey ) // \"─\"\n break\n case /^rt\\+rb$/i.test( _curveType[_ba] ): // \"_⊃\"\n case /^rb\\+rt$/i.test( _curveType[_ba] ): // \" ̄⊃\"\n ctx_relations.moveTo( _sx, _sy )\n //ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"\n ctx_relations.lineTo( _sx + _radius, _sy ) // \"─\"\n //ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"\n ctx_relations.bezierCurveTo( _sx + _radius * 2, _sy, _sx + _radius * 2, _ey, _sx + _radius, _ey ) // \"⊃\"\n ctx_relations.lineTo( _ex, _ey ) // \"─\"\n break\n }\n } else {\n ctx_relations.moveTo( _sx, _sy )\n ctx_relations.lineTo( _ex, _ey )\n }\n //ctx_relations.closePath()\n ctx_relations.stroke()\n }\n \n ctx_relations.clearRect( 0, 0, _canvas[0].width, _canvas[0].height )\n//console.log( '!_drawRelationLine:', _props, events, _canvas )\n events.forEach( ( evt ) => {\n let _rel = evt.relation,\n _sx, _sy, _ex, _ey, \n _targetId, _targetEvent\n \n if ( _rel.hasOwnProperty( 'before' ) ) {\n // before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]\n // (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式\n _sx = _rel.x\n _sy = _rel.y\n _targetId = parseInt( _rel.before, 10 )\n if ( _targetId < 0 ) {\n _ex = 0\n _ey = _sy\n } else {\n _targetEvent = events.find( ( _evt ) => parseInt( _evt.eventId, 10 ) == _targetId )\n if ( ! this.is_empty( _targetEvent ) && _targetEvent.relation ) {\n _ex = _targetEvent.relation.x < 0 ? 0 : _targetEvent.relation.x\n _ey = _targetEvent.relation.y\n }\n }\n if ( _sx >= 0 && _sy >= 0 && _ex >= 0 && _ey >= 0 ) {\n drawLine( _sx, _sy, _ex, _ey, evt, 'before' )\n }\n }\n if ( _rel.hasOwnProperty( 'after' ) ) {\n // after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]\n // (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式\n _sx = _rel.x\n _sy = _rel.y\n _targetId = parseInt( _rel.after, 10 )\n if ( _targetId < 0 ) {\n _ex = _props.fullwidth\n _ey = _sy\n } else {\n _targetEvent = events.find( ( _evt ) => parseInt( _evt.eventId, 10 ) == _targetId )\n if ( ! this.is_empty( _targetEvent ) && _targetEvent.relation ) {\n _ex = _targetEvent.relation.x > _props.fullwidth ? _props.fullwidth : _targetEvent.relation.x\n _ey = _targetEvent.relation.y\n }\n }\n if ( _sx >= 0 && _sy >= 0 && _ex >= 0 && _ey >= 0 ) {\n drawLine( _sx, _sy, _ex, _ey, evt, 'after' )\n }\n }\n \n })\n \n }\n \n /**\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n */\n _mapPlacedEvents() {\n let _that = this,\n _tl_events = $(this._element).find( Selector.TIMELINE_EVENTS ).children(),\n _cache = this._loadToCache(),\n _events = []\n \n if ( ! this._isCached || this.is_empty( _cache ) ) {\n return _events\n }\n \n _tl_events.each(function() {\n let _uid = $(this).data( 'uid' ),\n _data = null\n \n if ( _cache ) {\n _data = _cache.find( ( _evt ) => _evt.uid === _uid ) || null\n } else {\n _data = $(this).data()\n }\n \n if ( ! _that.is_empty( _data ) ) {\n _events.push( _data )\n }\n })\n//console.log( '!_mapPlacedEvents:', _events )\n \n return _events\n }\n \n /**\n * Event when focus or blur\n * @private\n * @param {Object} event - \n */\n _activeEvent( event ) {\n// console.log( '!_activeEvent:', event )\n let _elem = event.target\n \n if ( 'focusin' === event.type ) {\n $( Selector.TIMELINE_EVENT_NODE ).removeClass( 'active' )\n $(_elem).addClass( 'active' )\n } else\n if ( 'focusout' === event.type ) {\n $(_elem).removeClass( 'active' )\n }\n }\n \n /**\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n */\n _hoverPointer( event ) {\n let _props = this._instanceProps,\n _elem = event.target,\n _base = {\n left : $(_elem).data( 'baseLeft' ),\n top : $(_elem).data( 'baseTop' ),\n width : $(_elem).data( 'baseSize' )\n },\n _x = _base.left,\n _y = _base.top,\n _w = _base.width,\n _z = 5\n \n//console.log( '!_hoverPointer:', _props )\n if ( 'mouseenter' === event.type ) {\n _w = Math.max( this.numRound( _w * 1.2, 'ceil' ), Math.min( _props.rowSize, _props.scaleSize ) )\n _x = this.numRound( _x - ( ( _w - _base.width ) / 2 ), 2 )\n _y = this.numRound( _y - ( ( _w - _base.width ) / 2 ), 2 )\n _z = 9\n $(_elem).trigger( Event.FOCUSIN_EVENT )\n } else {\n $(_elem).trigger( Event.FOCUSOUT_EVENT )\n }\n $(_elem).css( 'left', `${_x}px` ).css( 'top', `${_y}px` ).css( 'width', `${_w}px` ).css( 'height', `${_w}px` ).css( 'z-index', _z )\n }\n \n /**\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n */\n _debug( message, throwType = 'Notice' ) {\n if ( ! this._config.debug ) {\n return\n }\n message = this.supplement( null, message )\n if ( message ) {\n let _msg = typeof $(this._element).data( DATA_KEY )[message] !== 'undefined' ? `Called method \"${message}\".` : message,\n _sty = /^Called method \"/.test(_msg) ? 'font-weight:600;color:blue;' : '',\n _rst = ''\n \n if ( window.console && window.console.log ) {\n if ( throwType === 'Notice' ) {\n window.console.log( '%c%s%c', _sty, _msg, _rst )\n } else {\n throw new Error( `${_msg}` )\n }\n }\n }\n }\n \n // Public\n \n /**\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n initialized( ...args ) {\n let _message = this._isInitialized ? 'Skipped because method \"initialized\" already has been called once' : 'initialized'\n this._debug( _message )\n \n let _elem = this._element,\n _opts = this._config,\n _args = args[0],\n callback = _args.length > 0 && typeof _args[0] === 'function' ? _args[0] : null,\n userdata = _args.length > 1 ? _args.slice(1) : null\n \n// console.log( '!initialized:', callback, userdata )\n if ( callback && ! this._isInitialized ) {\n this._debug( 'Fired your callback function after initializing this plugin.' )\n \n callback( _elem, _opts, userdata )\n }\n \n this._isInitialized = true\n \n }\n \n /**\n * Destroy the object to which the plugin is applied\n * @public\n */\n destroy() {\n this._debug( 'destroy' )\n \n $.removeData( this._element, DATA_KEY )\n \n $(window, document, this._element).off( EVENT_KEY )\n \n $(this._element).remove()\n \n this._removeCache()\n \n for ( let _prop of Object.keys( this ) ) {\n this[_prop] = null\n delete this[_prop]\n }\n }\n \n /**\n * @deprecated This method has been deprecated since version 2.0.0\n */\n render() {\n throw new ReferenceError( 'This method named \"render\" has been deprecated since version 2.0.0' )\n }\n \n /**\n * Show hidden timeline\n * @public\n */\n show() {\n this._debug( 'show' )\n \n let _elem = this._element\n \n if ( ! this._isShown ) {\n $(_elem).removeClass( ClassName.HIDE )\n \n this._isShown = true\n }\n }\n \n /**\n * Hide shown timeline\n * @public\n */\n hide() {\n this._debug( 'hide' )\n \n let _elem = this._element\n \n if ( this._isShown ) {\n $(_elem).addClass( ClassName.HIDE )\n \n this._isShown = false\n }\n }\n \n /**\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n dateback( ...args ) {\n this._debug( 'dateback' )\n \n let _args = args[0],\n _opts = this._config,\n moveOpts = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n newOpts = {},\n begin_date, end_date, _tmpDate\n \n if ( this.is_empty( moveOpts ) ) {\n moveOpts = { scale: _opts.scale, range: _opts.range, shift: true }\n } else {\n if ( ! moveOpts.hasOwnProperty('shift') || moveOpts.shift !== false ) {\n moveOpts.shift = true\n }\n if ( ! moveOpts.hasOwnProperty('scale') || ! this._verifyScale( moveOpts.scale ) ) {\n moveOpts.scale = _opts.scale\n }\n if ( ! moveOpts.hasOwnProperty('range') || parseInt( moveOpts.range, 10 ) > LimitScaleGrids[moveOpts.scale] ) {\n moveOpts.range = _opts.range\n }\n }\n _tmpDate = new Date( _opts.startDatetime )\n begin_date = new Date( _tmpDate.getTime() - ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.startDatetime = begin_date.toString()\n if ( moveOpts.shift ) {\n _tmpDate = new Date( _opts.endDatetime )\n end_date = new Date( _tmpDate.getTime() - ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.endDatetime = end_date.toString()\n }\n \n this.reload( [newOpts] )\n \n if ( callback ) {\n this._debug( 'Fired your callback function after datebacking.' )\n \n callback( this._element, _opts, userdata )\n }\n }\n \n /**\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n dateforth( ...args ) {\n this._debug( 'dateforth' )\n \n let _args = args[0],\n _opts = this._config,\n moveOpts = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n newOpts = {},\n begin_date, end_date, _tmpDate\n \n if ( this.is_empty( moveOpts ) ) {\n moveOpts = { scale: _opts.scale, range: _opts.range, shift: true }\n } else {\n if ( ! moveOpts.hasOwnProperty('shift') || moveOpts.shift !== false ) {\n moveOpts.shift = true\n }\n if ( ! moveOpts.hasOwnProperty('scale') || ! this._verifyScale( moveOpts.scale ) ) {\n moveOpts.scale = _opts.scale\n }\n if ( ! moveOpts.hasOwnProperty('range') || parseInt( moveOpts.range, 10 ) > LimitScaleGrids[moveOpts.scale] ) {\n moveOpts.range = _opts.range\n }\n }\n _tmpDate = new Date( _opts.endDatetime )\n end_date = new Date( _tmpDate.getTime() + ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.endDatetime = end_date.toString()\n if ( moveOpts.shift ) {\n _tmpDate = new Date( _opts.startDatetime )\n begin_date = new Date( _tmpDate.getTime() + ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.startDatetime = begin_date.toString()\n }\n \n this.reload( [newOpts] )\n \n if ( callback ) {\n this._debug( 'Fired your callback function after dateforthing.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n */\n alignment( ...args ) {\n this._debug( 'alignment' )\n \n let _opts = this._config,\n _props = this._instanceProps,\n _elem = this._element,\n _tl_container = $(_elem).find( Selector.TIMELINE_CONTAINER ),\n _movX = 0,\n _args = ! this.is_empty( args ) ? args[0] : [],\n position = _args.length > 0 && typeof _args[0] === 'string' ? _args[0] : _opts.rangeAlign,\n duration = _args.length > 1 && /^(\\d{1,}|fast|normal|slow)$/i.test( _args[1] ) ? _args[1] : 0\n \n//console.log( args, _args, position, duration )\n if ( _props.fullwidth <= _elem.scrollWidth ) {\n return\n }\n \n switch ( true ) {\n case /^(left|begin)$/i.test( position ):\n _movX = 0\n break\n case /^center$/i.test( position ):\n _movX = ( _tl_container[0].scrollWidth - _elem.scrollWidth ) / 2 + 1\n break\n case /^(right|end)$/i.test( position ):\n _movX = _tl_container[0].scrollWidth - _elem.scrollWidth + 1\n break\n case /^latest$/i.test( position ): {\n let events = this._mapPlacedEvents().sort( this.compareValues( 'x' ) ),\n lastEvent = events[events.length - 1]\n \n _movX = ! this.is_empty( lastEvent ) ? lastEvent.x : 0\n \n// console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )\n // Centering\n if ( _elem.scrollWidth / 2 < _movX ) {\n _movX -= Math.ceil( _elem.scrollWidth / 2 )\n } else {\n _movX = 0\n }\n \n // Focus target event\n if ( ! this.is_empty( lastEvent ) ) {\n $(`${Selector.TIMELINE_EVENT_NODE}[data-uid=\"${lastEvent.uid}\"]`).trigger( Event.FOCUSIN_EVENT )\n }\n break\n }\n case /^\\d{1,}$/.test( position ): {\n let events = this._mapPlacedEvents(),\n targetEvent = {}\n \n if ( events.length > 0 ) {\n targetEvent = events.find( ( evt ) => evt.eventId == parseInt( position, 10 ) )\n }\n _movX = ! this.is_empty( targetEvent ) ? targetEvent.x : 0\n \n // Centering\n if ( Math.ceil( _elem.scrollWidth / 2 ) < _movX ) {\n _movX -= Math.ceil( _elem.scrollWidth / 2 )\n } else {\n _movX = 0\n }\n \n // Focus target event\n if ( ! this.is_empty( targetEvent ) ) {\n $(`${Selector.TIMELINE_EVENT_NODE}[data-uid=\"${targetEvent.uid}\"]`).trigger( Event.FOCUSIN_EVENT )\n }\n break\n }\n case /^current(|ly)|now$/i.test( position ):\n default: {\n let _now = new Date().toString(),\n _nowX = this.numRound( this._getCoordinateX( _now ), 2 )\n \n if ( _nowX >= 0 ) {\n if ( _tl_container[0].scrollWidth - _elem.scrollWidth + 1 < _nowX ) {\n _movX = _tl_container[0].scrollWidth - _elem.scrollWidth + 1\n } else {\n _movX = _nowX\n }\n } else {\n _movX = 0\n }\n break\n }\n }\n//console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )\n if ( duration === '0' ) {\n _tl_container.scrollLeft( _movX )\n } else {\n _tl_container.animate({ scrollLeft: _movX }, duration )\n }\n }\n \n /**\n * @deprecated This method has been deprecated since version 2.0.0\n */\n getOptions() {\n throw new ReferenceError( 'This method named \"getOptions\" has been deprecated since version 2.0.0' )\n }\n \n /**\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n addEvent( ...args ) {\n this._debug( 'addEvent' )\n \n let _args = args[0],\n events = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n lastEventId = 0,\n add_done = false\n \n if ( this.is_empty( events ) || ! this._isCompleted ) {\n return\n }\n \n if ( ! this.is_empty( _cacheEvents ) ) {\n _cacheEvents.sort( this.compareValues( 'eventId' ) )\n lastEventId = parseInt( _cacheEvents[_cacheEvents.length - 1].eventId, 10 )\n }\n//console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )\n \n events.forEach( ( evt ) => {\n let _one_event = this._registerEventData( '
        ', evt )\n \n if ( ! this.is_empty( _one_event ) ) {\n _one_event.eventId = Math.max( lastEventId + 1, parseInt( _one_event.eventId, 10 ) )\n _cacheEvents.push( _one_event )\n lastEventId = parseInt( _one_event.eventId, 10 )\n add_done = true\n }\n })\n//console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )\n if ( ! add_done ) {\n return\n }\n \n this._saveToCache( _cacheEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after replacing events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n removeEvent( ...args ) {\n this._debug( 'removeEvent' )\n \n let _args = args[0],\n targets = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n condition = {},\n remainEvents = [],\n remove_done = false\n \n if ( this.is_empty( targets ) || ! this._isCompleted || this.is_empty( _cacheEvents ) ) {\n return\n }\n \n targets.forEach( ( cond ) => {\n switch ( true ) {\n case /^\\d{1,}$/.test( cond ):\n // By matching event ID\n condition.type = 'eventId'\n condition.value = parseInt( cond, 10 )\n break\n case /^(|\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))(|,\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))$/.test( cond ): {\n // By matching range of datetime\n let _tmp = cond.split(',')\n \n condition.type = 'daterange'\n condition.value = {}\n condition.value['from'] = this.is_empty( _tmp[0] ) ? null : new Date( _tmp[0] )\n condition.value['to'] = this.is_empty( _tmp[1] ) ? null : new Date( _tmp[1] )\n break\n }\n default:\n // By matching regex string\n condition.type = 'regex'\n condition.value = new RegExp( cond )\n break\n }\n _cacheEvents.forEach( ( evt, _idx ) => {\n let is_remove = false\n \n switch ( condition.type ) {\n case 'eventId': {\n if ( parseInt( evt.eventId, 10 ) == condition.value ) {\n is_remove = true\n }\n break\n }\n case 'daterange': {\n let _fromX = condition.value.from ? Math.ceil( this._getCoordinateX( condition.value.from.toString() ) ) : 0,\n _toX = condition.value.to ? Math.floor( this._getCoordinateX( condition.value.to.toString() ) ) : _fromX\n \n if ( _fromX <= evt.x && evt.x <= _toX ) {\n is_remove = true\n }\n break\n }\n case 'regex': {\n if ( condition.value.test( JSON.stringify( evt ) ) ) {\n is_remove = true\n }\n break\n }\n }\n if ( ! is_remove ) {\n remainEvents.push( evt )\n }\n })\n })\n remove_done = remainEvents.length !== _cacheEvents.length\n if ( ! remove_done ) {\n return\n }\n \n this._saveToCache( remainEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after placing additional events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n updateEvent( ...args ) {\n this._debug( 'updateEvent' )\n \n let _args = args[0],\n events = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n update_done = false\n \n if ( this.is_empty( events ) || ! this._isCompleted || this.is_empty( _cacheEvents ) ) {\n return\n }\n \n events.forEach( ( evt ) => {\n let _upc_event = this._registerEventData( '
        ', evt ), // Update Candidate\n _old_index = null,\n _old_event = _cacheEvents.find( ( _evt, _idx ) => {\n _old_index = _idx\n return _evt.eventId == _upc_event.eventId\n }),\n _new_event = {}\n \n if ( ! this.is_empty( _old_event ) && ! this.is_empty( _upc_event ) ) {\n if ( _upc_event.hasOwnProperty( 'uid' ) ) {\n delete _upc_event.uid\n }\n _new_event = Object.assign( _new_event, _old_event, _upc_event )\n//console.log( _new_event, _old_event, _upc_event, _old_index )\n _cacheEvents[_old_index] = _new_event\n update_done = true\n }\n })\n \n if ( ! update_done ) {\n return\n }\n \n this._saveToCache( _cacheEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after updating events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n reload( ...args ) {\n this._debug( 'reload' )\n \n let _args = args[0],\n _upc_options = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _elem = this._element,\n $default_evt = $(_elem).find( Selector.DEFAULT_EVENTS ),\n _old_options = this._config,\n _new_options = {}\n \n if ( ! this.is_empty( _upc_options ) ) {\n // _new_options = Object.assign( _new_options, _old_options, _upc_options )\n _new_options = this.mergeDeep( _old_options, _upc_options )\n this._config = _new_options\n }\n \n this._isInitialized = false\n this._isCached = false\n this._isCompleted = false\n this._instanceProps = {}\n \n $(_elem).empty().append( $default_evt )\n \n this._calcVars()\n \n if ( ! this._verifyMaxRenderableRange() ) {\n throw new RangeError( `Timeline display period exceeds maximum renderable range.` )\n }\n \n if ( ! this._isInitialized ) {\n this._renderView()\n this._isInitialized = true\n }\n \n if ( this._config.reloadCacheKeep ) {\n let _cacheEvents = this._loadToCache(),\n _renewEvents = []\n \n if ( ! this.is_empty( _cacheEvents ) ) {\n _cacheEvents.forEach( ( evt ) => {\n delete evt.uid\n delete evt.x\n delete evt.Y\n delete evt.width\n delete evt.height\n delete evt.relation.x\n delete evt.relation.y\n _renewEvents.push( this._registerEventData( '
        ', evt ) )\n })\n }\n this._isCached = this._saveToCache( _renewEvents )\n } else {\n this._loadEvent()\n }\n \n this._placeEvent()\n \n this._isCompleted = true\n \n if ( callback ) {\n this._debug( 'Fired your callback function after reloading timeline.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n */\n openEvent( event ) {\n this._debug( 'openEvent' )\n \n let _that = this,\n _self = event.target,\n $viewer = $(document).find( Selector.EVENT_VIEW ),\n //eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),\n uid = $(_self).data( 'uid' ),\n //meta = this.supplement( null, $(_self).data( 'meta' ) ),\n callback = this.supplement( null, $(_self).data( 'callback' ) )\n//console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )\n \n if ( $viewer.length > 0 ) {\n $viewer.each(function() {\n let _cacheEvents = _that._loadToCache(),\n _eventData = _cacheEvents.find( ( event ) => event.uid === uid ),\n _label = $('
        ', { class: ClassName.VIEWER_EVENT_TITLE }),\n _content = $('
        ', { class: ClassName.VIEWER_EVENT_CONTENT }),\n _meta = $('
        ', { class: ClassName.VIEWER_EVENT_META }),\n _image = $('
        ', { class: ClassName.VIEWER_EVENT_IMAGE_WRAPPER })\n \n//console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )\n \n $(this).empty() // Initialize Viewer\n if ( ! _that.is_empty( _eventData.image ) ) {\n _image.append( `` )\n $(this).append( _image )\n }\n if ( ! _that.is_empty( _eventData.label ) ) {\n _label.html( _eventData.label )\n $(this).append( _label )\n }\n if ( ! _that.is_empty( _eventData.content ) ) {\n _content.html( _eventData.content )\n $(this).append( _content )\n }\n if ( ! _that.is_empty( _eventData.rangeMeta ) ) {\n _meta.html( _eventData.rangeMeta )\n $(this).append( _meta )\n }\n \n })\n }\n \n if ( callback ) {\n this._debug( `The callback \"${callback}\" was called by the \"openEvent\" method.` )\n \n try {\n Function.call( null, `return ${callback}` )()\n } catch ( e ) {\n throw new TypeError( e )\n }\n }\n }\n \n /**\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n */\n zoomScale( event ) {\n this._debug( 'zoomScale' )\n \n let _elem = event.target,\n ruler_item = $(_elem).data( 'ruler-item' ),\n scaleMap = {\n millennium : { years: 1000, lower: 'century', minGrids: 10 },\n century : { years: 100, lower: 'decade', minGrids: 10 },\n decade : { years: 10, lower: 'lustrum', minGrids: 2 },\n lustrum : { years: 5, lower: 'year', minGrids: 5 },\n year : { years: 1, lower: 'month', minGrids: 12 },\n month : { lower: 'day', minGrids: 28 },\n week : { lower: 'day', minGrids: 7 },\n day : { lower: 'hour', minGrids: 24 },\n weekday : { lower: 'hour', minGrids: 24 },\n hour : { lower: 'minute', minGrids: 60 },\n minute : { lower: 'second', minGrids: 60 },\n second : { lower: null, minGrids: 60 }\n },\n getZoomScale = ( ruler_item ) => {\n let [ scale, date_seed ] = ruler_item.split('-'),\n min_grids = scaleMap[scale].minGrids,\n begin_date, end_date, base_year, base_month, week_num, base_day, is_remapping, _tmpDate\n \n switch ( true ) {\n case /^millennium$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^decade$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n begin_date = `${( ( date_seed - 1 ) * scaleMap[scale].years ) + 1}/1/1`\n _tmpDate = new Date( begin_date, 0, 1 ).setFullYear( date_seed * scaleMap[scale].years + 1 )\n _tmpDate = new Date( _tmpDate - 1 )\n end_date = `${_tmpDate.getFullYear()}/${_tmpDate.getMonth()+1}/${_tmpDate.getDate()} 23:59:59`\n break\n case /^year$/i.test( scale ):\n begin_date = `${date_seed}/1/1`\n _tmpDate = new Date( date_seed, 0, 1 ).setFullYear( parseInt( date_seed, 10 ) + 1 )\n _tmpDate = new Date( _tmpDate - 1 )\n end_date = `${_tmpDate.getFullYear()}/${_tmpDate.getMonth()+1}/${_tmpDate.getDate()} 23:59:59`\n break\n case /^month$/i.test( scale ):\n [ base_year, base_month ] = date_seed.split('/')\n is_remapping = parseInt( base_year, 10 ) < 100\n begin_date = new Date( base_year, parseInt( base_month, 10 ) - 1, 1 )\n if ( begin_date.getMonth() == 11 ) {\n _tmpDate = new Date( begin_date.getFullYear() + 1, 0, 1 ).setFullYear( parseInt( base_year, 10 ) + 1 )\n } else {\n _tmpDate = new Date( begin_date.getFullYear(), begin_date.getMonth() + 1, 1 ).setFullYear( parseInt( base_year, 10 ) )\n }\n begin_date = begin_date.toString()\n end_date = new Date( _tmpDate - 1 ).toString()\n break\n case /^week$/i.test( scale ):\n [ base_year, week_num ] = date_seed.split(',')\n is_remapping = parseInt( base_year, 10 ) < 100\n _tmpDate = new Date( base_year, 0, 1 )\n if ( is_remapping ) {\n _tmpDate.setFullYear( base_year )\n }\n begin_date = new Date( _tmpDate.getTime() + ( week_num * 7 * 24 * 60 * 60 * 1000 ) ).toString()\n end_date = new Date( new Date( begin_date ).getTime() + ( 7 * 24 * 60 * 60 * 1000 ) - 1 ).toString()\n break\n case /^day$/i.test( scale ):\n case /^weekday$/i.test( scale ):\n if ( 'weekday' === scale ) {\n let _tmp = date_seed.split(',')\n date_seed = _tmp[0]\n }\n [ base_year, base_month, base_day ] = date_seed.split('/')\n is_remapping = parseInt( base_year, 10 ) < 100\n _tmpDate = new Date( base_year, parseInt( base_month, 10 ) - 1, base_day )\n begin_date = _tmpDate.toString()\n end_date = new Date( _tmpDate.getTime() + ( 24 * 60 * 60 * 1000 ) - 1 ).toString()\n//console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )\n break\n case /^hour$/i.test( scale ):\n case /^minute$/i.test( scale ):\n begin_date = `${date_seed}:00`\n end_date = `${date_seed}:59`\n break\n default:\n begin_date = null\n end_date = null\n break\n }\n \n scale = scaleMap.hasOwnProperty( scale ) ? scaleMap[scale].lower : scale\n return [ scale, begin_date, end_date, min_grids ]\n },\n [ to_scale, begin_date, end_date, min_grids ] = getZoomScale( ruler_item ),\n zoom_options = {\n startDatetime : begin_date,\n endDatetime : end_date,\n scale : to_scale,\n }\n \n if ( this.is_empty( zoom_options.scale ) ) {\n return\n }\n if ( this._config.wrapScale ) {\n let _wrap = Math.ceil( ( $(this._element).find(Selector.TIMELINE_CONTAINER).width() - $(this._element).find(Selector.TIMELINE_SIDEBAR).width() ) / min_grids ),\n _originMinGridSize\n \n if ( ! this._config.hasOwnProperty( 'originMinGridSize' ) ) {\n // Keep an original minGridSize as cache\n this._config.originMinGridSize = this._config.minGridSize\n }\n _originMinGridSize = this._config.originMinGridSize\n zoom_options.minGridSize = Math.max( _wrap, _originMinGridSize )\n }\n// console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )\n \n this.reload( [zoom_options] )\n \n }\n \n /**\n * Show the loader\n * @public\n */\n showLoader() {\n this._debug( 'showLoader' )\n \n let _elem = this._element,\n _opts = this._config,\n _container = $(_elem).find( Selector.TIMELINE_CONTAINER ),\n width = _container.length > 0 ? _container.width() : $(_elem).width(),\n height = ( _container.length > 0 ? _container.height() : $(_elem).height() ) || 120,\n _loader = $('
        ', { id: 'jqtl-loader', style: `width:${width}px;height:${height}px;` })\n \n//console.log( '!showLoader:', width, height, _container.length )\n if ( _opts.loader === false ) {\n return\n }\n \n if ( $(_opts.loader).length == 0 ) {\n let _loading_text = LOADING_MESSAGE.match(/[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]|[\\s\\S]|^$/g).filter( Boolean )\n \n _loading_text.forEach( ( str, idx ) => {\n let _fountain_text = $('
        ', { id: `jqtl-loading_${( idx + 1 )}`, class: ClassName.LOADER_ITEM }).text( str )\n _loader.append( _fountain_text )\n })\n } else {\n let _custom_loader = $(_opts.loader).clone().prop( 'hidden', false ).css( 'display', 'block' )\n _loader.append( _custom_loader )\n }\n \n if ( $(_elem).find( Selector.LOADER ).length == 0 ) {\n if ( _container.length > 0 ) {\n _container.append( _loader )\n } else {\n $(_elem).css( 'position', 'relative' ).css( 'min-height', `${height}px` ).append( _loader )\n }\n }\n }\n \n /**\n * Hide the loader\n * @public\n */\n hideLoader() {\n this._debug( 'hideLoader' )\n \n $(this._element).find( Selector.LOADER ).remove()\n }\n \n \n /* ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n */\n \n /**\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n */\n is_empty( value ) {\n if ( value == null ) {\n // typeof null -> object : for hack a bug of ECMAScript\n // Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof\n return true\n }\n switch ( typeof value ) {\n case 'object':\n if ( Array.isArray( value ) ) {\n // When object is array:\n return ( value.length === 0 )\n } else {\n // When object is not array:\n if ( Object.keys( value ).length > 0 || Object.getOwnPropertySymbols( value ).length > 0 ) {\n return false\n } else\n if ( value.valueOf().length !== undefined ) {\n return ( value.valueOf().length === 0 )\n } else\n if ( typeof value.valueOf() !== 'object' ) {\n return this.is_empty( value.valueOf() )\n } else {\n return true\n }\n }\n case 'string':\n return ( value === '' )\n case 'number':\n return ( value == 0 )\n case 'boolean':\n return ! value\n case 'undefined':\n case 'null':\n return true\n case 'symbol': // Since ECMAScript6\n case 'function':\n default:\n return false\n }\n }\n \n /**\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n */\n is_Object( item ) {\n return (item && typeof item === 'object' && ! Array.isArray( item ))\n }\n \n /**\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n */\n mergeDeep( target, source ) {\n let output = Object.assign( {}, target )\n \n if ( this.is_Object( target ) && this.is_Object( source ) ) {\n for ( const key of Object.keys( source ) ) {\n if ( this.is_Object( source[key] ) ) {\n if ( ! ( key in target ) ) {\n Object.assign( output, { [key]: source[key] } )\n } else {\n output[key] = this.mergeDeep( target[key], source[key] )\n }\n } else {\n Object.assign( output, { [key]: source[key] } )\n }\n }\n }\n return output\n }\n \n /**\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n */\n is_iterable( obj ) {\n return obj && typeof obj[Symbol.iterator] === 'function'\n }\n \n /**\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n */\n toIterableObject( obj ) {\n if ( this.is_iterable( obj ) ) {\n return obj\n }\n \n obj[Symbol.iterator] = () => {\n let index = 0\n \n return {\n next() {\n if ( obj.length <= index ) {\n return { done: true }\n } else {\n return { value: obj[index++] }\n }\n }\n }\n }\n \n return obj\n }\n \n /**\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n */\n sleep( msec = 1 ) {\n return new Promise( ( resolve ) => {\n setTimeout( resolve, msec )\n })\n }\n \n /**\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n */\n supplement( default_value, opt_arg, opt_callback ) {\n if ( opt_arg === undefined ) {\n return default_value\n }\n if ( opt_callback === undefined ) {\n return opt_arg\n }\n return opt_callback( default_value, opt_arg )\n }\n \n /**\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n */\n generateUniqueID( digit = 1000 ) {\n return new Date().getTime().toString(16) + Math.floor( digit * Math.random() ).toString(16)\n }\n \n /**\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n */\n numRound( number, digit, round_type = 'round' ) {\n digit = this.supplement( 0, digit, this.validateNumeric )\n let _pow = Math.pow( 10, digit )\n \n switch ( true ) {\n case /^ceil$/i.test( round_type ):\n return Math.ceil( number * _pow ) / _pow\n case /^floor$/i.test( round_type ):\n return Math.floor( number * _pow ) / _pow\n case /^round$/i.test( round_type ):\n default:\n return Math.round( number * _pow ) / _pow\n }\n }\n \n /**\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n */\n hexToRgbA( hex, alpha = 1 ) {\n let _c\n \n if ( /^#([A-Fa-f0-9]{3}){1,2}$/.test( hex ) ) {\n _c = hex.substring(1).split('')\n if ( _c.length == 3 ) {\n _c= [ _c[0], _c[0], _c[1], _c[1], _c[2], _c[2] ]\n }\n _c = `0x${_c.join('')}`\n return `rgba(${[ (_c >> 16) & 255, (_c >> 8) & 255, _c & 255 ].join(',')},${alpha})`\n }\n // throw new Error( 'Bad Hex' )\n return hex\n }\n \n /**\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n */\n getCorrectDatetime( datetime_str ) {\n let normalizeDate = ( dateString ) => {\n // For Safari, IE\n let _d = dateString.replace(/-/g, '/')\n return /^\\d{1,4}\\/\\d{1,2}$/.test( _d ) ? `${_d}/1` : _d\n },\n getDateObject = ( datetime_str ) => {\n let _chk_str = normalizeDate( datetime_str ),\n _ymd, _his, _parts, _date\n \n switch ( true ) {\n case /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))(| \\d{1,2}(|:\\d{1,2}(|:\\d{1,2})))$/i.test( _chk_str ): {\n [ _ymd, _his ] = _chk_str.split(' ')\n _parts = _ymd.split('/')\n if ( _parts[1] ) {\n _parts[1] = parseInt( _parts[1], 10 ) - 1 // to month index\n }\n if ( _his ) {\n _parts.push( ..._his.split(':') )\n }\n _date = new Date( new Date( ..._parts ).setFullYear( parseInt( _parts[0], 10 ) ) )\n break\n }\n case /^\\d+$/.test( _chk_str ):\n _date = new Date( 1, 0, 1 ).setFullYear( parseInt( _chk_str, 10 ) )\n break\n default:\n _date = new Date( _chk_str.toString() )\n break\n } \n return _date\n },\n _checkDate = getDateObject( datetime_str )\n \n if ( isNaN( _checkDate ) || this.is_empty( _checkDate ) ) {\n console.warn( `\"${datetime_str}\" Cannot parse date because invalid format.` )\n return null\n }\n /*\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n */\n if ( typeof _checkDate !== 'object' ) {\n _checkDate = new Date( _checkDate )\n }\n//console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )\n return _checkDate\n }\n \n /**\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n */\n getWeek( date_str ) {\n let targetDate, _str, _onejan,\n _millisecInDay = 24 * 60 * 60 * 1000\n \n if ( /^\\d{1,4}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( date_str ) ) {\n _str = date_str.split('/')\n if ( ! this.is_empty( _str[1] ) ) {\n _str[1] = parseInt( _str[1], 10 ) - 1 // To month index\n }\n//console.log( '!getWeek:', _str )\n targetDate = new Date( ..._str )\n } else {\n targetDate = new Date( date_str )\n }\n _onejan = new Date( targetDate.getFullYear(), 0, 1 )\n return Math.ceil( ( ( ( targetDate - _onejan ) / _millisecInDay ) + _onejan.getDay() + 1 ) / 7 )\n }\n \n /**\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n */\n getHigherScale( scale ) {\n let higher_scale = scale\n \n switch ( true ) {\n case /^millisec(|ond)s?$/i.test( scale ):\n higher_scale = 'second'\n break\n case /^seconds?$/i.test( scale ):\n higher_scale = 'minute'\n break\n case /^minutes?$/i.test( scale ):\n higher_scale = 'hour'\n break\n case /^quarter-?(|hour)$/i.test( scale ):\n case /^half-?(|hour)$/i.test( scale ):\n case /^hours?$/i.test( scale ):\n higher_scale = 'day'\n break\n case /^days?$/i.test( scale ):\n case /^weeks?$/i.test( scale ):\n higher_scale = 'month'\n break\n case /^months?$/i.test( scale ):\n higher_scale = 'year'\n break\n case /^years?$/i.test( scale ):\n higher_scale = 'lustrum'\n break\n case /^lustrum$/i.test( scale ):\n higher_scale = 'decade'\n break\n case /^dec(ade|ennium)$/i.test( scale ):\n higher_scale = 'century'\n break\n case /^century$/i.test( scale ):\n higher_scale = 'millennium'\n break\n case /^millenniums?|millennia$/i.test( scale ):\n default:\n break\n }\n return higher_scale\n }\n \n /**\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n */\n getLocaleString( date_seed, scale = '', locales = 'en-US', options = {} ) {\n function toLocaleStringSupportsLocales() {\n try {\n new Date().toLocaleString( 'i' )\n } catch ( e ) {\n return e.name === \"RangeError\";\n }\n return false;\n }\n let is_toLocalString = toLocaleStringSupportsLocales(),\n locale_string = '',\n _options = {},\n getOrdinal = ( n ) => {\n let s = [ 'th', 'st', 'nd', 'rd' ], v = n % 100\n return n + ( s[(v - 20)%10] || s[v] || s[0] )\n },\n getZerofill = ( num, digit = 4 ) => {\n let strDuplicate = ( n, str ) => Array( n + 1 ).join( str ),\n zero = strDuplicate( digit - num.length, '0' )\n \n return String( num ).length == digit ? String( num ) : ( zero + num ).substr( num * -1 )\n },\n parseDatetime = ( date_str ) => {\n let [ _ymd, _his ] = date_str.split(' '),\n _parts = []\n \n if ( /^\\d{1,4}\\/\\d{1,2}\\/\\d{1,2}$/.test( _ymd ) ) {\n _str = _ymd.split('/')\n _parts.push( ..._str )\n }\n if ( /^\\d{1,2}(|:\\d{1,2}(|:\\d{1,2}))$/.test( _his ) ) {\n _str = _his.split(':')\n _parts.push( ..._str )\n }\n if ( _parts.length > 0 ) {\n return new Date( ..._parts )\n } else {\n return new Date( date_str )\n }\n },\n _prop, _temp, _str, _num\n \n for ( _prop in options ) {\n if ( _prop === 'timeZone' || _prop === 'hour12' ) {\n _options[_prop] = options[_prop]\n }\n }\n//console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n if ( options.hasOwnProperty( scale ) && options[scale] === 'ordinal' ) {\n locale_string = getOrdinal( date_seed )\n } else {\n locale_string = date_seed\n }\n break\n case /^years?$/i.test( scale ):\n if ( is_toLocalString && options.hasOwnProperty( scale ) ) {\n if ( [ 'numeric', '2-digit' ].includes( options[scale] ) ) {\n _options.year = options[scale]\n locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else\n if ( 'zerofill' === options[scale] ) {\n locale_string = getZerofill( date_seed )\n }\n }\n locale_string = this.is_empty( locale_string ) ? this.getCorrectDatetime( date_seed ).getFullYear() : locale_string\n break\n case /^months?$/i.test( scale ):\n if ( is_toLocalString && options.hasOwnProperty( scale ) ) {\n if ( [ 'numeric', '2-digit', 'narrow', 'short', 'long' ].includes( options[scale] ) ) {\n _options.month = options[scale]\n locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n }\n }\n if ( this.is_empty( locale_string ) || isNaN( locale_string ) ) {\n if ( /^\\d{1,2}\\/\\d{1,2}(|\\/\\d{1,2})$/.test( date_seed ) ) {\n _str = date_seed.split('/')\n _temp = new Date( _str[0], parseInt( _str[1] - 1 ), 1 )\n locale_string = _temp.toLocaleString( locales, _options )\n }\n }\n break\n case /^weeks?$/i.test( scale ):\n [ _str, _num ] = date_seed.split(',')\n//console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )\n if ( options.hasOwnProperty( scale ) && options[scale] === 'ordinal' ) {\n locale_string = getOrdinal( parseInt( _num, 10 ) )\n } else {\n locale_string = _num\n }\n break\n case /^weekdays?$/i.test( scale ):\n [ _str, _num ] = date_seed.split(',')\n if ( /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( _str ) ) {\n _str = _str.split('/')\n _temp = new Date( ..._str )\n } else {\n _temp = new Date( _str )\n }\n if ( is_toLocalString ) {\n _options.weekday = options.hasOwnProperty('weekday') ? options.weekday : 'narrow'\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )\n } else {\n let _weekday = [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ]\n locale_string = _weekday[parseInt( _num, 10 )]\n }\n break\n case /^days?$/i.test( scale ):\n if ( /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( date_seed ) ) {\n _str = date_seed.split('/')\n _temp = new Date( ..._str )\n } else {\n _temp = new Date( date_seed )\n }\n if ( is_toLocalString ) {\n _options.day = options.hasOwnProperty('day') ? options.day : 'numeric'\n locales = options.hasOwnProperty('day') ? locales : 'en-US'\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getDate()\n //locale_string = this.getCorrectDatetime( date_seed ).getDate()\n }\n break\n case /^hours?$/i.test( scale ):\n case /^(half|quarter)-?hours?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n if ( options.hasOwnProperty('minute') ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getHours()\n //locale_string = this.getCorrectDatetime( date_seed ).getHours()\n }\n break\n case /^minutes?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n if ( options.hasOwnProperty('hour') ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getMinutes()\n //locale_string = this.getCorrectDatetime( date_seed ).getMinutes()\n }\n break\n case /^seconds?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.second = options.hasOwnProperty('second') ? options.second : 'numeric'\n if ( options.hasOwnProperty('hour') ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n }\n if ( options.hasOwnProperty('minute') ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getSeconds()\n //locale_string = this.getCorrectDatetime( date_seed ).getSeconds()\n }\n break\n case /^millisec(|ond)s?$/i.test( scale ):\n default:\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n locale_string = _temp.toString()\n //locale_string = this.getCorrectDatetime( date_seed )\n break\n }\n//console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )\n return locale_string\n }\n \n /**\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n */\n strWidth( str ) {\n let _str_ruler = $( '' ),\n _width = 0\n if ( $('#jqtl-str-ruler').length == 0 ) {\n $('body').append( _str_ruler )\n }\n _width = $('#jqtl-str-ruler').text( str ).get(0).offsetWidth\n $('#jqtl-str-ruler').empty()\n return _width\n }\n \n /**\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n */\n compareValues( property, order = 'asc' ) {\n return ( a, b ) => {\n if ( ! a.hasOwnProperty( property ) || ! b.hasOwnProperty( property ) ) {\n return 0\n }\n \n const varA = typeof a[property] === 'string' ? a[property].toUpperCase() : a[property]\n const varB = typeof b[property] === 'string' ? b[property].toUpperCase() : b[property]\n \n let comparison = 0\n \n if ( varA > varB ) {\n comparison = 1\n } else\n if ( varA < varB ) {\n comparison = -1\n }\n return order === 'desc' ? comparison * -1 : comparison\n }\n }\n \n /**\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateString( def, val ) {\n return typeof val === 'string' && val !== '' ? val : def\n }\n /**\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateNumeric( def, val ) {\n return typeof val === 'number' ? Number( val ) : def\n }\n /**\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateBoolean( def, val ) {\n return typeof val === 'boolean' || ( typeof val === 'object' && val !== null && typeof val.valueOf() === 'boolean' ) ? val : def\n }\n /**\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateObject( def, val ) {\n return typeof val === 'object' ? val : def\n }\n /**\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateArray( def, val ) {\n return Object.prototype.toString.call( val ) === '[object Array]' ? val : def\n }\n \n \n // Static\n \n /**\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n */\n static _jQueryInterface( config, ...args ) {\n return this.each(function () {\n let data = $(this).data( DATA_KEY )\n const _config = {\n ...Default,\n ...$(this).data(),\n ...typeof config === 'object' && config ? config : {}\n }\n \n if ( ! data ) {\n // Apply the plugin and store the instance in data\n data = new Timeline( this, _config )\n $(this).data( DATA_KEY, data )\n }\n \n if ( typeof config === 'string' && config.charAt(0) != '_' ) {\n if ( typeof data[config] === 'undefined' ) {\n // Call no method\n throw new ReferenceError( `No method named \"${config}\"` )\n }\n // Call public method\n data[config]( args )\n } else {\n if ( ! data._isInitialized ) {\n data._init()\n }\n }\n })\n }\n \n} // class end\n\n\n/* ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n */\n$.fn[NAME] = Timeline._jQueryInterface\n$.fn[NAME].Constructor = Timeline\n$.fn[NAME].noConflict = () => {\n $.fn[NAME] = JQUERY_NO_CONFLICT\n return Timeline._jQueryInterface\n}\n\n/* ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n */\nexport {\n /*\n NAME,\n VERSION,\n DATA_KEY,\n EVENT_KEY,\n PREFIX,\n LOADING_MESSAGE,\n MIN_POINTER_SIZE,\n JQUERY_NO_CONFLICT,\n */\n Default,\n LimitScaleGrids,\n EventParams,\n /*\n Event,\n ClassName,\n Selector,\n */\n Timeline\n}\n", + "content": "/*!\n * Typedef for jQuery Timeline's ESDoc\n * @version: 2.0.0b4\n */\n\n/** @type {string} [NAME=\"Timeline\"] */\n/** @type {string} VERSION */\n/** @type {string} DATA_KEY */\n/** @type {string} EVENT_KEY */\n/** @type {string} PREFIX */\n/** @type {number} MIN_POINTER_SIZE */\n/** @type {Object} JQUERY_NO_CONFLICT */\n\n/**\n * In principle, this option conforms to the specification of options in \"Date.prototype.toLocaleString()\".\n * However, there includes some extensions of this plugin original.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString\n * \n * @typedef {Object} LocaleOptions\n * @property {boolean} [hour12=false] - Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false.\n * @property {string} [localeMatcher] - \n * @property {string} [timeZone] - \n * @property {string} [hourCycle] - \n * @property {string} [formatMatcher] - \n * @property {string} [weekday] - The representation of the weekday. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [era] - The representation of the era. Possible values are \"narrow\", \"short\", \"long\".\n * @property {string} [year] - The representation of the year. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"zerofill\".\n * @property {string} [month] - The representation of the month. Possible values are \"numeric\", \"2-digit\", \"narrow\", \"short\", \"long\".\n * @property {string} [day] - The representation of the day. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"ordinal\".\n * @property {string} [hour] - The representation of the hour. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [minute] - The representation of the minute. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [second] - The representation of the second. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\".\n * @property {string} [timeZoneName] - The representation of the time zone name. Possible values are \"short\", \"long\".\n */\n\n/**\n * \n * @typedef {Object} Headline\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [title] - \n * @property {boolean} [range=true] - Hide if false\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * \n * @typedef {Object} Footer\n * @property {boolean} [display=true] - Whether to display headline\n * @property {string} [content] - \n * @property {boolean} [range=false] - Visible if true\n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * \n * @typedef {Object} Sidebar\n * @property {boolean} [sticky=false] - Whether does sticky the sidebar by using \"display: sticky\" of CSS.\n * @property {boolean} [overlay=false] - \n * @property {array.} [list] - Define the contents of the row of the sidebar. Appropriate escaping is necessary when using HTML.\n * @since 2.0.0\n */\n\n/**\n * Can define the ruler position to top or bottom and both\n * \n * @typedef {Object} RulerOptions\n * @property {array.} [lines] - Multiple tick marks can be set, and array elements are set in order from the top. Set same scale of Default.scale if omitted this. c.g. [ 'year', 'month', 'day', 'weekday' ]\n * @property {number} [height=30] - The height of a row of rulers\n * @property {number} [fontSize=14] - \n * @property {string} [color=\"#777777\"] - \n * @property {string} [background=\"#FFFFFF\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @since 2.0.0\n */\n\n/**\n * You can set the upper and lower ruler individually\n *\n * @typedef {Object} Ruler\n * @property {RulerOptions} [top] - The upper ruler configuration. The upper ruler is hidden if omitted.\n * @property {RulerOptions} [bottom] - The lower ruler configuration. The lower ruler is hidden if omitted.\n * @since 2.0.0\n */\n\n/**\n *\n *\n * @typedef {Object} EventMeta\n * @property {boolean} [display=false] - \n * @property {string} [scale=\"day\"] - \n * @property {string} [locale=\"en-US\"] - This value is an argument \"locales\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {LocaleOptions} [format] - This value is an argument \"options\" of `dateObj.toLocaleString([locales[, options]])`\n * @property {string} [content] - This is value for if you want to show custom content on the meta\n * @since 2.0.0\n */\n\n/**\n * Various effect settings to the timeline object displayed in the DOM\n *\n * @typedef {Object} Effects\n * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container.\n * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over.\n * @property {boolean} [stripedGridRow=true] - \n * @property {string} [horizontalGridStyle=\"solid\"] - The style of horizontal grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @property {string} [verticalGridStyle=\"solid\"] - The style of vertical grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\".\n * @since 2.0.0\n */\n\n/**\n * Color scheme to overwrite defaults UI color of the event node\n *\n * @typedef {Object} EventColors\n * @property {string} [text=\"#343A40\"] - Defaults to text color of the event node\n * @property {string} [border=\"#6C757D\"] - Defaults to border color of the event node\n * @property {string} [background=\"#E7E7E7\"] - Defaults to background color of the event node\n * @since 2.0.0\n */\n\n/**\n * An option to overwrite defaults UI color of all event nodes\n *\n * @typedef {Object} ColorScheme\n * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node\n * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node\n * @since 2.0.0\n */\n\n/**\n * Default options for generating the timeline by the jQuery.Timeline plugin.\n * Those defaults are overridden to undefined settings of the timeline configuration.\n *\n * @typedef {Object} Default\n * @property {string} [type=\"bar\"] - View type of timeline event is either \"bar\" or \"point\" or \"mixed\"\n * @property {string} [scale=\"day\"] - Timetable's minimum level scale is either \"year\", \"month\", \"week\", \"day\", \"hour\", \"minute\"\n * @property {string} [startDatetime=\"currently\"] - Beginning date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"currently\"\n * @property {string} [endDatetime=\"auto\"] - Ending date time of timetable on the timeline. format is ( \"^d{4}(/|-)d{2}(/|-)d{2}\\sd{2}:d{2}:d{2}$\" ) or \"auto\"\n * @property {Headline} [headline] - Settings for the content customize in the headline\n * @property {Footer} [footer] - Settings for the content customize in the footer\n * @property {number|string} [range=3] - Override the scale range of the timeline to be rendered when endDatetime is undefined or \"auto\"\n * @property {Sidebar} [sidebar] - Settings for the content of the sidebar\n * @property {number|string} [rows=\"auto\"] - Rows of timeline event area\n * @property {number} [rowHeight=48] - Height of one row\n * @property {number|string} [width=\"auto\"] - Fixed width (pixel) of timeline view\n * @property {number|string} [height=\"auto\"] - Fixed height (pixel) of timeline view; Defaults to ( rows * rowHeight )\n * @property {number} [minGridSize=30] - Override value of minimum size (pixel) of timeline grid\n * @property {number} [marginHeight=2] - Margin (pixel) top and bottom of events on the timeline\n * @property {Ruler} [ruler] - Settings of the ruler\n * @property {number|string} [rangeAlign=\"latest\"] - Possible values are \"left\", \"center\", \"right\", \"current\", \"latest\" and specific event id\n * @property {string} [loader=\"default\"] - Custom loader definition, possible values are \"default\", false and selector of loader element\n * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser)\n * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is \"bar\"\n * @property {array.} [eventData] - You can declare the events with object format as default events you want to place\n * @property {Effects} [effects] - You can declare effective styles as view of the timeline object\n * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes\n * @property {string} [storage=\"session\"] - Specification of Web storage to cache event data, defaults to sessionStorage\n * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false\n * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler\n * @property {boolean} [wrapScale=true] - Whether wrapping new scale in the timeline container when zoom\n * @property {string} [engine=\"canvas\"] - Choose dependent module to core as rendering engine. It'll be \"canvas\" or \"d3.js\"; Maybe add in future version\n * @property {boolean} [debug=false] - Enable to debug mode if true then output logs for debugging to console; defaults to false\n * @since 2.0.0\n */\n\n/**\n * The limited grid number per scale of timeline\n *\n * @typedef {Object} LimitScaleGrids\n * @property {number} [millennium=100] - In other words it's 100000 years\n * @property {number} [century=500] - In other words it's 50000 years\n * @property {number} [decade=500] - In other words it's 5000 years\n * @property {number} [lustrum=500] - In other words it's 2500 years\n * @property {number} [year=500] - In other words it's 500 years\n * @property {number} [month=540] - In other words it's 45 years\n * @property {number} [week=530] - In other words it's 10 years\n * @property {number} [day=366] - In other words it's about 1 years\n * @property {number} [hour=720] - In other words it's 30 days\n * @property {number} [quarterHour=720] - In other words it's 7.5 days\n * @property {number} [halfHour=720] - In other words it's 15 days\n * @property {number} [minute=720] - In other words it's 12 hours\n * @property {number} [second=900] - In other words it's 15 minutes\n * @since 2.0.0\n */\n\n/**\n * \n *\n * @typedef {Object} RelationOption\n * @property {number} [before] - Set target eventID to connect the relation line to the event (leftward on the timeline) in chronological before from oneself event.\n * @property {number} [after] - Set target eventID to connect the relation line to the event (rightward on the timeline) in chronological after from oneself event.\n * @property {number} [linesize] - \n * @property {string} [linecolor] - \n * @property {number|string|boolean} [curve] - Whether the connection line is curved if the connection events are not on the same horizontal. If you specify a boolean value or a shorthand (0 or 1 only), it will be automatically curved. As with the previous version, it is also possible to specify the type of curve using defined preset values.\n */\n\n/**\n * The preset as default of event parameters on the timeline\n *\n * @typedef {Object} EventParams\n * @property {string} uid - An unique id of event data, this can not define because this value is automatically generate as data for cache only\n * @property {?number} [eventId] - It is an ID that identifies an event for you to manipulate event data via each method. If omitted, consecutive numbers are automatically assigned.\n * @property {number} x - Can not define because this value is automatically generate as data for cache only\n * @property {number} y - Can not define because this value is automatically generate as data for cache only\n * @property {number} width - Can not define because this value is automatically generate as data for cache only\n * @property {number} height - Can not define because this value is automatically generate as data for cache only\n * @property {string} start - Can not define because this value is automatically generate as data for cache only\n * @property {string} end - Can not define because this value is automatically generate as data for cache only\n * @property {number} row - Can not define because this value is automatically generate as data for cache only\n * @property {string} [bgColor=\"#E7E7E7\"] - \n * @property {string} [color=\"#343A40\"] - \n * @property {string} [bdColor=\"#6C757D\"] - \n * @property {string} [label] - \n * @property {string} [content] - \n * @property {string} [category] - \n * @property {string} [image] - \n * @property {number} [margin] - \n * @property {string} [rangeMeta] - \n * @property {number|string} [size=\"normal\"] - Define the diameter size of pointer when type of the timeline is \"point\". Possible values are \"large\", \"normal\", \"small\" and value of pixel.\n * @property {Object} [extend] - The specified key/value pair is replaced with the data attribute of the event element.\n * @property {boolean} [remote=false] - \n * @property {RelationOption} [relation] - Setting for connecting events by relation lines when the timeline type is \"point\".\n * @property {function} [callback] - Callback processing that binds to openEvent method when this event is clicked.\n * @since 2.0.0\n */\n\n/*\n * Binding Custom Events\n *\n * @typedef {Object} Event\n * @property {string} INITIALIZED\n * @property {string} HIDE\n * @property {string} SHOW\n * @property {string} CLICK_EVENT\n * @property {string} FOCUSIN_EVENT\n * @property {string} FOCUSOUT_EVENT\n * @property {string} TOUCHSTART_TIMELINE\n * @property {string} TOUCHMOVE_TIMELINE\n * @property {string} TOUCHEND_TIMELINE\n * @property {string} MOUSEENTER_POINTER\n * @property {string} MOUSELEAVE_POINTER\n * @property {string} ZOOMIN_SCALE\n * @since 2.0.0\n */\n\n/*\n * Class name of the timeline elements created by the plugin\n *\n * @typedef {Object} ClassName\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_HEADLINE\n * @property {string} TIMELINE_HEADLINE_WRAPPER\n * @property {string} HEADLINE_TITLE\n * @property {string} RANGE_META\n * @property {string} RANGE_SPAN\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_BACKGROUND_GRID\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} TIMELINE_EVENT_LABEL\n * @property {string} TIMELINE_EVENT_THUMBNAIL\n * @property {string} TIMELINE_RULER_LINES\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_MARGIN\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_FOOTER\n * @property {string} TIMELINE_FOOTER_CONTENT\n * @property {string} VIEWER_EVENT_TITLE\n * @property {string} VIEWER_EVENT_CONTENT\n * @property {string} VIEWER_EVENT_META\n * @property {string} VIEWER_EVENT_IMAGE_WRAPPER\n * @property {string} VIEWER_EVENT_IMAGE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} HIDE_SCROLLBAR\n * @property {string} HIDE\n * @property {string} RULER_ITEM_ALIGN_LEFT\n * @property {string} STICKY_LEFT\n * @property {string} OVERLAY\n * @property {string} ALIGN_SELF_RIGHT\n * @property {string} PRESENT_TIME_MARKER\n * @property {string} LOADER_CONTAINER\n * @property {string} LOADER_ITEM\n * @since 2.0.0\n */\n\n/*\n * Selectors assigned on the timeline element\n *\n * @typedef {Object} Selector\n * @property {string} EVENT_NODE\n * @property {string} EVENT_VIEW\n * @property {string} RULER_TOP\n * @property {string} RULER_BOTTOM\n * @property {string} TIMELINE_CONTAINER\n * @property {string} TIMELINE_MAIN\n * @property {string} TIMELINE_RULER_TOP\n * @property {string} TIMELINE_EVENT_CONTAINER\n * @property {string} TIMELINE_RULER_BOTTOM\n * @property {string} TIMELINE_RULER_ITEM\n * @property {string} TIMELINE_RELATION_LINES\n * @property {string} TIMELINE_EVENTS\n * @property {string} TIMELINE_SIDEBAR\n * @property {string} TIMELINE_SIDEBAR_ITEM\n * @property {string} TIMELINE_EVENT_NODE\n * @property {string} VIEWER_EVENT_TYPE_POINTER\n * @property {string} LOADER\n * @property {string} DEFAULT_EVENTS\n * @since 2.0.0\n */\n\n/**\n * Pluin Core Class\n * @access public\n * @since 2.0.0\n */\nclass Timeline {\n constructor( element, config ) {\n /** @type {Object} */\n this._config = this._getConfig( config )\n /** @type {Object} */\n this._element = element\n /** @type {?string} */\n this._selector = null\n /** @type {boolean} */\n this._isInitialized = false\n /** @type {boolean} */\n this._isCached = false\n /** @type {boolean} */\n this._isCompleted = false\n /** @type {boolean} */\n this._isShown = false\n /** @type {Object} */\n this._instanceProps = {}\n /** @type {?Object} */\n this._observer = null\n }\n \n // Getters\n \n /** @type {string} */\n static get VERSION() {\n return VERSION\n }\n \n /** @type {Default} */\n static get Default() {\n return Default\n }\n \n // Private\n \n /**\n * Define the default options of this plugin\n * @private\n * @param {Object} config - Initial options\n * @return {Object} Config overrided initial options to default config\n */\n _getConfig( config ) {\n config = {\n ...Default,\n ...config\n }\n return config\n }\n \n /**\n * Filter the scale key name for LimitScaleGrids\n * @private\n * @param {string} key\n * @return {string} Filtered scale key name\n */\n _filterScaleKeyName( key ) {\n let filteredKey = null\n \n switch( true ) {\n case /^quarter-?(|hour)$/i.test( key ):\n filteredKey = 'quarterHour'\n break\n case /^half-?(|hour)$/i.test( key ):\n filteredKey = 'halfHour'\n break\n default:\n filteredKey = key\n }\n return filteredKey\n }\n \n /**\n * Initialize the plugin\n * @private\n */\n _init() {\n this._debug( '_init' )\n \n let _elem = this._element,\n _selector = `${_elem.tagName}${( _elem.id ? `#${_elem.id}` : '' )}${( _elem.className ? `.${_elem.className.replace(/\\s/g, '.')}` : '' )}`\n \n this._selector = _selector.toLowerCase()\n \n if ( this._isInitialized || this._isCompleted ) {\n return\n }\n \n this.showLoader()\n \n this._calcVars()\n \n if ( ! this._verifyMaxRenderableRange() ) {\n throw new RangeError( `Timeline display period exceeds maximum renderable range.` )\n }\n \n this.sleep( _sleep ).then(() => {\n \n if ( ! this._isInitialized ) {\n \n this._renderView()\n \n const afterInitEvent = $.Event( Event.INITIALIZED, { _elem } )\n \n $(_elem).trigger( afterInitEvent )\n \n $(_elem).off( Event.INITIALIZED )\n }\n \n if ( ! this._isCached ) {\n this._loadEvent()\n }\n \n if ( this._isCached ) {\n this._placeEvent()\n }\n \n // Assign events for the timeline\n $(document).on(\n Event.CLICK_EVENT,\n `${this._selector} ${Selector.EVENT_NODE}`,\n ( event ) => this.openEvent( event )\n )\n $(_elem).on(\n Event.FOCUSIN_EVENT,\n Selector.TIMELINE_EVENT_NODE,\n ( event ) => this._activeEvent( event )\n )\n $(_elem).on(\n Event.FOCUSOUT_EVENT,\n Selector.TIMELINE_EVENT_NODE,\n ( event ) => this._activeEvent( event )\n )\n if ( /^point(|er)$/i.test( this._config.type ) ) {\n $(_elem).on(\n Event.MOUSEENTER_POINTER,\n Selector.VIEWER_EVENT_TYPE_POINTER,\n ( event ) => this._hoverPointer( event )\n )\n $(_elem).on(\n Event.MOUSELEAVE_POINTER,\n Selector.VIEWER_EVENT_TYPE_POINTER,\n ( event ) => this._hoverPointer( event )\n )\n }\n if ( this._config.zoom ) {\n $(_elem).on(\n Event.ZOOMIN_SCALE,\n Selector.TIMELINE_RULER_ITEM,\n ( event ) => this.zoomScale( event )\n )\n \n }\n \n this._isCompleted = true\n \n this.alignment()\n \n })\n }\n \n /**\n * Calculate each properties of the timeline instance\n * @private\n */\n _calcVars() {\n let _opts = this._config,\n _props = {}\n \n _props.begin = this.supplement( null, this._getPluggableDatetime( _opts.startDatetime, 'first' ) )\n _props.end = this.supplement( null, this._getPluggableDatetime( _opts.endDatetime, 'last' ) )\n _props.scaleSize = this.supplement( null, _opts.minGridSize, this.validateNumeric )\n _props.rows = this._getPluggableRows()\n _props.rowSize = this.supplement( null, _opts.rowHeight, this.validateNumeric )\n _props.width = this.supplement( null, _opts.width, this.validateNumeric )\n _props.height = this.supplement( null, _opts.height, this.validateNumeric )\n \n this._instanceProps = _props // pre-cache\n \n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n let _temp = this._verifyScale( _opts.scale ),\n _values = Object.values( _temp ),\n _averageDays = this.numRound( _values.reduce( ( a, v ) => a + v, 0 ) / _values.length, 4 ), // Average days within the range\n _baseDaysOfScale = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n _totalWidth = 0\n \n//console.log( '!', _opts.scale, _temp, _vals )\n _values.forEach( ( days ) => {\n _totalWidth += this.numRound( ( days * _props.scaleSize ) / _baseDaysOfScale, 2 )\n })\n \n _props.scale = _averageDays * ( 24 * 60 * 60 * 1000 )\n _props.grids = _values.length\n _props.variableScale = _temp\n _props.fullwidth = _totalWidth\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n _props.scale = this._verifyScale( _opts.scale )\n _props.grids = Math.ceil( ( _props.end - _props.begin ) / _props.scale )\n _props.variableScale = null\n _props.fullwidth = _props.grids * _props.scaleSize\n }\n _props.fullheight = _props.rows * _props.rowSize\n // Define visible size according to full size of timeline (:> タイムラインのフルサイズに準じた可視サイズを定義\n _props.visibleWidth = _props.width > 0 ? `${( _props.width <= _props.fullwidth ? _props.width : _props.fullwidth )}px` : '100%'\n _props.visibleHeight = _props.height > 0 ? `${( _props.height <= _props.fullheight ? _props.height : _props.fullheight )}px` : 'auto'\n \n for ( let _prop in _props ) {\n if ( _prop === 'width' || _prop === 'height' || _prop === 'variableScale' ) {\n continue\n }\n if ( this.is_empty( _props[_prop] ) ) {\n throw new TypeError( `Property \"${_prop}\" cannot set because undefined or invalid variable.` )\n }\n }\n \n if ( _props.fullwidth < 2 || _props.fullheight < 2 ) {\n throw new TypeError( `The range of the timeline to be rendered is incorrect.` )\n }\n \n this._instanceProps = _props\n }\n \n /**\n * Retrieve the pluggable datetime as milliseconds from specified keyword\n * @private\n * @param {string} key - Any one of \"current\", \"auto\", or datetime string\n * @param {string} [round_type] - \n * @return {number} This value unit is milliseconds\n */\n _getPluggableDatetime( key, round_type = '' ) {\n let _opts = this._config,\n _date = null,\n getFirstDate = ( dateObj, scale ) => {\n let _tmpDate\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n case /^years?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), 0, 1 )\n break\n case /^months?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), 1 )\n break\n case /^(week|day)s?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate() )\n break\n case /^(|half|quarter)-?hours?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours() )\n break\n case /^minutes?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes() )\n break\n case /^seconds?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes(), dateObj.getSeconds() )\n break\n }\n return _tmpDate\n },\n getLastDate = ( dateObj, scale ) => {\n let _tmpDate\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n case /^years?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear() + 1, 0, 1 )\n break\n case /^months?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth() + 1, 1 )\n break\n case /^(week|day)s?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate() + 1 )\n break\n case /^(|half|quarter)-?hours?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours() + 1 )\n break\n case /^minutes?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes() + 1 )\n break\n case /^seconds?$/i.test( scale ):\n _tmpDate = new Date( dateObj.getFullYear(), dateObj.getMonth(), dateObj.getDate(), dateObj.getHours(), dateObj.getMinutes(), dateObj.getSeconds() + 1 )\n break\n }\n return new Date( _tmpDate.getTime() - 1 )\n },\n is_remapping = /^\\d{1,2}(|(-|\\/).+)$/.test( key.toString() )\n//console.log( '!_getPluggableDatetime:', key, round_type, is_remapping )\n \n switch ( true ) {\n case /^current(|ly)$/i.test( key ):\n _date = new Date()\n//console.log( '!_getPluggableDatetime::currently:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )\n break\n case /^auto$/i.test( key ): {\n let _ms = null,\n _higherScale = this.getHigherScale( _opts.scale )\n \n if ( /^current(|ly)$/i.test( _opts.startDatetime ) ) {\n _date = new Date()\n //if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n _date = getFirstDate( _date, _opts.scale )\n //}\n } else {\n _date = this.getCorrectDatetime( _opts.startDatetime )\n }\n \n if ( _opts.range || _opts.range > 0 ) {\n if ( /^years?$/i.test( _higherScale ) ) {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n } else\n if ( /^months?$/i.test( _higherScale ) ) {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n } else {\n _ms = this._verifyScale( _higherScale )\n }\n _date.setTime( _date.getTime() + ( _ms * _opts.range ) )\n } else {\n if ( /^years?$/i.test( _opts.scale ) ) {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n } else\n if ( /^months?$/i.test( _opts.scale ) ) {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n } else {\n _ms = this._verifyScale( _opts.scale )\n }\n _date.setTime( _date.getTime() + ( _ms * LimitScaleGrids[this._filterScaleKeyName( _opts.scale )] ) )\n }\n// console.log( '!_getPluggableDatetime::auto:', _opts.scale, this.getHigherScale( _opts.scale ), key, _date.getTime() )\n break\n }\n default:\n _date = this.getCorrectDatetime( key )\n break\n }\n \n if ( ! is_remapping ) {\n is_remapping = _date.getFullYear() < 100\n }\n \n if ( ! this.is_empty( round_type ) ) {\n if ( 'first' === round_type ) {\n//console.log( '!_getPluggableDatetime::first:before:', key, _date, is_remapping )\n _date = getFirstDate( _date, _opts.scale )\n//console.log( '!_getPluggableDatetime::first:after:', key, _date, is_remapping )\n } else\n if ( 'last' === round_type ) {\n//console.log( '!_getPluggableDatetime::last:before:', key, _date, is_remapping )\n _date = getLastDate( _date, _opts.scale )\n//console.log( '!_getPluggableDatetime::last:after:', key, _date, is_remapping )\n }\n }\n \n if ( is_remapping ) {\n _date.setFullYear( String( _date.getFullYear() ).substr(-2) )\n }\n \n//console.log( '!_getPluggableDatetime::return:', _date )\n return _date.getTime()\n }\n \n /**\n * Retrieve the pluggable parameter as an object\n * @private\n * @param {string} str_like_params - Strings that can be parsed as javascript objects\n * @return {Object}\n */\n _getPluggableParams( str_like_params ) {\n let params = {}\n \n if ( typeof str_like_params === 'string' && str_like_params ) {\n try {\n params = JSON.parse( JSON.stringify( ( new Function( `return ${str_like_params}` ) )() ) )\n if ( params.hasOwnProperty( 'extend' ) ) {\n params.extend = JSON.parse( JSON.stringify( ( new Function( `return ${params.extend}` ) )() ) )\n }\n } catch( e ) {\n console.warn( 'Can not parse to object therefor invalid param.' )\n }\n }\n return params\n }\n \n /**\n * Retrieve the pluggable rows of the timeline\n * @private\n * @return {number}\n */\n _getPluggableRows() {\n let _opts = this._config,\n fixed_rows = this.supplement( 'auto', _opts.rows, this.validateNumeric )\n \n if ( fixed_rows === 'auto' ) {\n fixed_rows = _opts.sidebar.list.length\n }\n return fixed_rows > 0 ? fixed_rows : 1\n }\n \n /**\n * Verify the allowed scale, then retrieve that scale's millisecond if allowed\n * @private\n * @param {string} scale - \n * @return {number|boolean} Return false if specified an invalid scale\n */\n _verifyScale( scale ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _ms = -1\n \n if ( typeof scale === 'undefined' || typeof scale !== 'string' ) {\n return false\n }\n switch ( true ) {\n case /^millisec(|ond)s?$/i.test( scale ):\n // Millisecond (:> ミリ秒\n _ms = 1\n break\n case /^seconds?$/i.test( scale ):\n // Second (:> 秒\n _ms = 1000\n break\n case /^minutes?$/i.test( scale ):\n // Minute (:> 分\n _ms = 60 * 1000\n break\n case /^quarter-?(|hour)$/i.test( scale ):\n // Quarter of an hour (:> 15分\n _ms = 15 * 60 * 1000\n break\n case /^half-?(|hour)$/i.test( scale ):\n // Half an hour (:> 30分\n _ms = 30 * 60 * 1000\n break\n case /^hours?$/i.test( scale ):\n // Hour (:> 時(時間)\n _ms = 60 * 60 * 1000\n break\n case /^days?$/i.test( scale ):\n // Day (:> 日\n _ms = 24 * 60 * 60 * 1000\n break\n case /^weeks?$/i.test( scale ):\n // Week (:> 週\n _ms = 7 * 24 * 60 * 60 * 1000\n break\n case /^months?$/i.test( scale ):\n // Month (is the variable length scale) (:> 月(可変長スケール)\n//console.log( '!_verifyScale::month:', this._instanceProps, _opts.scale )\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n return this._diffDate( _props.begin, _props.end, scale )\n } else {\n _ms = 30.44 * 24 * 60 * 60 * 1000\n break\n }\n case /^years?$/i.test( scale ):\n // Year (is the variable length scale) (:> 年(可変長スケール)\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n return this._diffDate( _props.begin, _props.end, scale )\n } else {\n _ms = 365.25 * 24 * 60 * 60 * 1000\n break\n }\n case /^lustrum$/i.test( scale ):\n // Lustrum (is the variable length scale, but currently does not support) (:> 五年紀 (可変長スケールだが現在サポートしてない)\n // 5y = 1826 or 1827; 1826 * 24 * 60 * 60 = 15766400, 1827 * 24 * 60 * 60 = 157852800 | avg.= 157788000\n //_ms = ( ( 3.1536 * Math.pow( 10, 8 ) ) / 2 ) * 1000 // <--- Useless by info of wikipedia\n _ms = 157788000 * 1000\n break\n case /^dec(ade|ennium)$/i.test( scale ):\n // Decade (is the variable length scale, but currently does not support) (:> 十年紀 (可変長スケールだが現在サポートしてない)\n // 10y = 3652 or 3653; 3652 * 24 * 60 * 60 = 315532800, 3653 * 24 * 60 * 60 = 157852800 | avg. = 315576000\n // _ms = ( 3.1536 * Math.pow( 10, 8 ) ) * 1000 // <--- Useless by info of wikipedia\n _ms = 315576000 * 1000\n break\n case /^century$/i.test( scale ):\n // Century (:> 世紀(百年紀)\n // 100y = 36525; 36525 * 24 * 60 * 60 = 3155760000\n _ms = 3155760000 * 1000\n break\n case /^millenniums?|millennia$/i.test( scale ):\n // Millennium (:> 千年紀\n // 100y = 365250\n //_ms = ( 3.1536 * Math.pow( 10, 10 ) ) * 1000\n _ms = 3155760000 * 10 * 1000\n break\n default:\n console.warn( 'Specified an invalid scale.' )\n _ms = -1\n }\n return _ms > 0 ? _ms : false\n }\n \n /**\n * Verify the display period of the timeline does not exceed the maximum renderable range\n * @private\n * @return {boolean}\n */\n _verifyMaxRenderableRange() {\n// console.log( this._instanceProps.grids, '/', LimitScaleGrids[this._filterScaleKeyName( this._config.scale )] )\n return this._instanceProps.grids <= LimitScaleGrids[this._filterScaleKeyName( this._config.scale )]\n }\n \n /**\n * Render the view of timeline container\n * @private\n */\n _renderView() {\n this._debug( '_renderView' )\n \n let _elem = this._element,\n _opts = this._config,\n _props = this._instanceProps,\n _tl_container = $('
        ', { class: ClassName.TIMELINE_CONTAINER, style: `width: ${_props.visibleWidth}; height: ${_props.visibleHeight};` }),\n _tl_main = $('
        ', { class: ClassName.TIMELINE_MAIN })\n \n//console.log( _elem, _opts, _props )\n if ( $(_elem).length == 0 ) {\n throw new TypeError( 'Does not exist the element to render a timeline container.' )\n }\n \n if ( _opts.debug ) {\n console.info( `Timeline:{ fullWidth: ${_props.fullwidth}px,`, `fullHeight: ${_props.fullheight}px,`, `viewWidth: ${_props.visibleWidth}`, `viewHeight: ${_props.visibleHeight} }` )\n }\n \n $(_elem).css( 'position', 'relative' ) // initialize; not .empty()\n if ( _opts.hideScrollbar ) {\n _tl_container.addClass( ClassName.HIDE_SCROLLBAR )\n }\n \n // Create the timeline headline (:> タイムラインの見出しを生成\n $(_elem).prepend( this._createHeadline() )\n \n // Create the timeline event container (:> タイムラインのイベントコンテナを生成\n _tl_main.append( this._createEventContainer() )\n \n // Create the timeline ruler (:> タイムラインの目盛を生成\n if ( ! this.is_empty( _opts.ruler.top ) ) {\n _tl_main.prepend( this._createRuler( 'top' ) )\n }\n if ( ! this.is_empty( _opts.ruler.bottom ) ) {\n _tl_main.append( this._createRuler( 'bottom' ) )\n }\n \n // Create the timeline side index (:> タイムラインのサイドインデックスを生成\n let margin = {\n top : parseInt( _tl_main.find( Selector.RULER_TOP ).height(), 10 ) - 1,\n bottom : parseInt( _tl_main.find( Selector.RULER_BOTTOM ).height(), 10 ) - 1\n }\n \n if ( _opts.sidebar.list.length > 0 ) {\n _tl_container.prepend( this._createSideIndex( margin ) )\n }\n \n // Append the timeline container in the timeline element (:> タイムライン要素にタイムラインコンテナを追加\n _tl_container.append( _tl_main )\n $(_elem).append( _tl_container )\n \n // Create the timeline footer (:> タイムラインのフッタを生成\n $(_elem).append( this._createFooter() )\n \n this._isShown = true\n }\n \n /**\n * Create the headline of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createHeadline() {\n let _opts = this._config,\n _props = this._instanceProps,\n _display = this.supplement( Default.headline.display, _opts.headline.display, this.validateBoolean ),\n _title = this.supplement( null, _opts.headline.title ),\n _range = this.supplement( Default.headline.range, _opts.headline.range, this.validateBoolean ),\n _locale = this.supplement( Default.headline.locale, _opts.headline.locale ),\n _format = this.supplement( Default.headline.format, _opts.headline.format ),\n _begin = this.supplement( null, _props.begin ),\n _end = this.supplement( null, _props.end ),\n _tl_headline = $('
        ', { class: ClassName.TIMELINE_HEADLINE }),\n _wrapper = $('
        ', { class: ClassName.TIMELINE_HEADLINE_WRAPPER })\n \n// console.log( '!_createHeadline:', _opts )\n if ( _title ) {\n _wrapper.append( `

        ${_opts.headline.title}

        ` )\n }\n if ( _range ) {\n if ( _begin && _end ) {\n let _meta = `${new Date( _begin ).toLocaleString( _locale, _format )}${new Date( _end ).toLocaleString( _locale, _format )}`\n //let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )\n \n _wrapper.append( `
        ${_meta}
        ` )\n }\n }\n if ( ! _display ) {\n _tl_headline.addClass( ClassName.HIDE )\n }\n return _tl_headline.append( _wrapper )\n }\n \n /**\n * Create the event container of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createEventContainer() {\n let _opts = this._config,\n _props = this._instanceProps,\n _actualHeight = _props.fullheight + Math.ceil( _props.rows / 2 ),\n _container = $('
        ', { class: ClassName.TIMELINE_EVENT_CONTAINER, style: `height:${_actualHeight}px;` }),\n _events_bg = $(``),\n _events_lines = $(``),\n _events_body = $('
        ', { class: ClassName.TIMELINE_EVENTS }),\n _cy = 0,\n ctx_grid = _events_bg[0].getContext('2d'),\n drawRowRect = ( pos_y, color ) => {\n color = this.supplement( '#FFFFFF', color )\n // console.log( 0, pos_y, _fullwidth, _size_row, color )\n ctx_grid.fillStyle = color\n ctx_grid.fillRect( 0, pos_y + 0.5, _props.fullwidth, _props.rowSize + 1.5 )\n ctx_grid.stroke()\n },\n drawHorizontalLine = ( pos_y, is_dotted ) => {\n is_dotted = this.supplement( false, is_dotted )\n // console.log( pos_y, is_dotted )\n ctx_grid.strokeStyle = 'rgba( 51, 51, 51, 0.1 )'\n ctx_grid.lineWidth = 1\n ctx_grid.filter = 'url(#crisp)'\n ctx_grid.beginPath()\n if ( is_dotted ) {\n ctx_grid.setLineDash([ 1, 2 ])\n } else {\n ctx_grid.setLineDash([])\n }\n ctx_grid.moveTo( 0, pos_y + 0.5 )\n ctx_grid.lineTo( _props.fullwidth, pos_y + 0.5 )\n ctx_grid.closePath()\n ctx_grid.stroke()\n },\n drawVerticalLine = ( pos_x, is_dotted ) => {\n is_dotted = this.supplement( false, is_dotted )\n // console.log( pos_x, is_dotted )\n ctx_grid.strokeStyle = 'rgba( 51, 51, 51, 0.025 )'\n ctx_grid.lineWidth = 1\n ctx_grid.filter = 'url(#crisp)'\n ctx_grid.beginPath()\n if ( is_dotted ) {\n ctx_grid.setLineDash([ 1, 2 ])\n } else {\n ctx_grid.setLineDash([])\n }\n ctx_grid.moveTo( pos_x - 0.5, 0 )\n ctx_grid.lineTo( pos_x - 0.5, _props.fullheight )\n ctx_grid.closePath()\n ctx_grid.stroke()\n }\n \n _cy = 0\n for ( let i = 0; i < _props.rows; i++ ) {\n _cy += i % 2 == 0 ? 1 : 0\n let _pos_y = ( i * _props.rowSize ) + _cy\n drawRowRect( _pos_y, i % 2 == 0 ? '#FEFEFE' : '#F8F8F8' )\n }\n _cy = 0\n for ( let i = 1; i < _props.rows; i++ ) {\n _cy += i % 2 == 0 ? 1 : 0\n let _pos_y = ( i * _props.rowSize ) + _cy\n drawHorizontalLine( _pos_y, true )\n }\n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n let _bc = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n _sy = 0\n \n for ( let _key of Object.keys( _props.variableScale ) ) {\n _sy += this.numRound( ( _props.variableScale[_key] * _props.scaleSize ) / _bc, 2 )\n drawVerticalLine( _sy, false )\n }\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n for ( let i = 1; i < _props.grids; i++ ) {\n drawVerticalLine( ( i * _props.scaleSize ), false )\n }\n }\n \n return _container.append( _events_bg ).append( _events_lines ).append( _events_body )\n }\n \n /**\n * Create the ruler of the timeline\n * @private\n * @param {string} position - Either \"top\" or \"bottom\" as the position of the ruler\n * @return {Object} Generated DOM element\n */\n _createRuler( position ) {\n let _opts = this._config,\n _props = this._instanceProps,\n ruler_line = this.supplement( [ _opts.scale ], _opts.ruler[position].lines, ( def, val ) => Array.isArray( val ) && val.length > 0 ? val : def ),\n line_height = this.supplement( Default.ruler.top.height, _opts.ruler[position].height ),\n font_size = this.supplement( Default.ruler.top.fontSize, _opts.ruler[position].fontSize ),\n text_color = this.supplement( Default.ruler.top.color, _opts.ruler[position].color ),\n background = this.supplement( Default.ruler.top.background, _opts.ruler[position].background ),\n locale = this.supplement( Default.ruler.top.locale, _opts.ruler[position].locale ),\n format = this.supplement( Default.ruler.top.format, _opts.ruler[position].format ),\n ruler_opts = { lines: ruler_line, height: line_height, fontSize: font_size, color: text_color, background, locale, format },\n _fullwidth = _props.fullwidth - 1,\n _fullheight = ruler_line.length * line_height,\n _ruler = $('
        ', { class: `${PREFIX}ruler-${position}`, style: `height:${_fullheight}px;` }),\n _ruler_bg = $(``),\n _ruler_body = $('
        ', { class: `${PREFIX}ruler-content-${position}` }),\n _finalLines = 0,\n ctx_ruler = _ruler_bg[0].getContext('2d')\n \n//console.log( grids, size_per_grid, scale, begin, min_scale, ruler, position, ruler_line, line_height, ctx_ruler.canvas.width, ctx_ruler.canvas.height )\n // Draw background of ruler\n ctx_ruler.fillStyle = background\n ctx_ruler.fillRect( 0, 0, ctx_ruler.canvas.width, ctx_ruler.canvas.height )\n \n // Draw stroke of ruler\n ctx_ruler.strokeStyle = 'rgba( 51, 51, 51, 0.1 )'\n ctx_ruler.lineWidth = 1\n ctx_ruler.filter = 'url(#crisp)'\n ruler_line.some( ( line_scale, idx ) => {\n if ( /^(quarter|half)-?(|hour)$/i.test( line_scale ) ) {\n return true // break\n }\n \n ctx_ruler.beginPath()\n \n // Draw rows\n //let _line_x = position === 'top' ? 0 : ctx_ruler.canvas.width,\n let _line_y = position === 'top' ? line_height * ( idx + 1 ) - 0.5 : line_height * idx + 0.5\n \n ctx_ruler.moveTo( 0, _line_y )\n ctx_ruler.lineTo( ctx_ruler.canvas.width, _line_y )\n \n // Draw cols\n let _line_grids = null,\n _grid_x = 0,\n _correction = -1.5\n \n if ( /^(year|month)s?$/i.test( _opts.scale ) ) {\n // For scales where the value of quantity per unit is variable length (:> 単位あたりの量の値が可変長であるスケールの場合\n _line_grids = this._filterVariableScale( line_scale )\n//console.log( '!_createRuler:', line_scale, _line_grids )\n \n for ( let _key of Object.keys( _line_grids ) ) {\n _grid_x += this.numRound( _line_grids[_key], 2 )\n \n ctx_ruler.moveTo( _grid_x + _correction, position === 'top' ? _line_y - line_height : _line_y )\n ctx_ruler.lineTo( _grid_x + _correction, position === 'top' ? _line_y : _line_y + line_height )\n }\n } else {\n // In case of fixed length scale (:> 固定長スケールの場合\n _line_grids = this._getGridsPerScale( line_scale )\n \n for ( let _val of _line_grids ) {\n if ( this.is_empty( _val ) || _val >= _props.grids ) {\n break\n }\n let _grid_width = _val * _props.scaleSize\n \n _grid_x += _grid_width\n if ( Math.ceil( _grid_x ) - _correction >= ctx_ruler.canvas.width ) {\n break\n }\n ctx_ruler.moveTo( _grid_x + _correction, position === 'top' ? _line_y - line_height : _line_y )\n ctx_ruler.lineTo( _grid_x + _correction, position === 'top' ? _line_y : _line_y + line_height )\n }\n }\n ctx_ruler.closePath()\n ctx_ruler.stroke()\n _ruler_body.append( this._createRulerContent( _line_grids, line_scale, ruler_opts ) )\n _finalLines++\n })\n \n if ( ruler_line.length != _finalLines ) {\n _ruler.css( 'height', `${_finalLines * line_height}px` )\n }\n \n return _ruler.append( _ruler_bg ).append( _ruler_body )\n }\n \n /**\n * Filter to aggregate the grid width of the variable length scale\n * @private\n * @param {string} target_scale - \n * @return {Object} \n */\n _filterVariableScale( target_scale ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _bc = /^years?$/i.test( _opts.scale ) ? 365 : 30,\n scales = _props.variableScale,\n retObj = {}\n \n for ( let _dt of Object.keys( scales ) ) {\n let _days = scales[_dt],\n grid_size = this.numRound( ( _days * _props.scaleSize ) / _bc, 2 ),\n _newKey = null,\n _arr, _temp\n//console.log( '!_filterVariableScale:', _dt, this.getCorrectDatetime( _dt ).getFullYear(), _days )\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 1000 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^century$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 100 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^dec(ade|ennium)$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 10 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^lustrum$/i.test( target_scale ):\n _newKey = Math.ceil( this.getCorrectDatetime( _dt ).getFullYear() / 5 )\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^years?$/i.test( target_scale ):\n _newKey = `${this.getCorrectDatetime( _dt ).getFullYear()}`\n \n if ( retObj.hasOwnProperty( _newKey ) ) {\n retObj[_newKey] += grid_size\n } else {\n retObj[_newKey] = grid_size\n }\n break\n case /^months?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}`] = grid_size\n break\n case /^weeks?$/i.test( target_scale ):\n _arr = _dt.split(',')\n _temp = this.getWeek( _arr[0] )\n//console.log( '!_filterVariableScale::week:', _dt, _arr[0], _temp )\n retObj[`${this.getCorrectDatetime( _arr[0] ).getFullYear()},${_temp}`] = grid_size\n break\n case /^weekdays?$/i.test( target_scale ):\n _arr = _dt.split(',')\n _temp = this.getCorrectDatetime( _arr[0] ).getDay()\n retObj[`${this.getCorrectDatetime( _arr[0] ).getFullYear()}/${this.getCorrectDatetime( _arr[0] ).getMonth() + 1}/1,${_temp}`] = grid_size\n break\n case /^days?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1`] = grid_size\n break\n case /^hours?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0`] = grid_size\n break\n case /^minutes?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0:00`] = grid_size\n break\n case /^seconds?$/i.test( target_scale ):\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}/1 0:00:00`] = grid_size\n break\n default:\n retObj[`${this.getCorrectDatetime( _dt ).getFullYear()}/${this.getCorrectDatetime( _dt ).getMonth() + 1}`] = grid_size\n break\n }\n }\n \n return retObj\n }\n \n /**\n * Get the grid number per scale (for fixed length scale)\n * @private\n * @param {string} target_scale - \n * @return {Object} \n */\n _getGridsPerScale( target_scale ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _scopes = [],\n _scale_grids = {},\n _sep = '/'\n \n for ( let i = 0; i < _props.grids; i++ ) {\n let _tmp = new Date( _props.begin + ( i * _props.scale ) ),\n //let _tmp = this.getCorrectDatetime( _props.begin + ( i * _props.scale ) ),\n _y = _tmp.getFullYear(),\n _mil = Math.ceil( _y / 1000 ),\n _cen = Math.ceil( _y / 100 ),\n _dec = Math.ceil( _y / 10 ),\n _lus = Math.ceil( _y / 5 ),\n _m = _tmp.getMonth() + 1,\n _wd = _tmp.getDay(), // 0 = Sun, ... 6 = Sat\n _d = _tmp.getDate(),\n _w = this.getWeek( `${_y}/${_m}/${_d}` ),\n _h = _tmp.getHours(),\n _min = _tmp.getMinutes(),\n _s = _tmp.getSeconds()\n// console.log( '!!:', _tmp, `y: ${_y}`, `w: ${_w}`, /* `mil: ${_mil}`, `cen: ${_cen}`, `dec: ${_dec}`, `lus: ${_lus}` */ )\n \n _scopes.push({\n millennium : _mil,\n century : _cen,\n decade : _dec,\n lustrum : _lus,\n year : _y,\n month : `${_y}${_sep}${_m}${_sep}1`,\n week : `${_y},${_w}`,\n weekday : `${_y}${_sep}${_m}${_sep}${_d},${_wd}`,\n day : `${_y}${_sep}${_m}${_sep}${_d}`,\n hour : `${_y}${_sep}${_m}${_sep}${_d} ${_h}`,\n minute : `${_y}${_sep}${_m}${_sep}${_d} ${_h}:${_min}`,\n second : `${_y}${_sep}${_m}${_sep}${_d} ${_h}:${_min}:${_s}`,\n datetime : _tmp.toString()\n })\n }\n _scopes.forEach( ( _scope ) => {\n//console.log( _scope[target_scale], idx );\n if ( ! _scale_grids[_scope[target_scale]] ) {\n _scale_grids[_scope[target_scale]] = 1\n } else {\n _scale_grids[_scope[target_scale]]++\n }\n })\n//console.log( '!_getGridsPerScale:', target_scale, _scale_grids )\n \n return this.toIterableObject( _scale_grids )\n }\n \n /**\n * Create the content of ruler of the timeline\n * @private\n * @param {Object} _line_grids - \n * @param {string} line_scale - \n * @param {RulerOptions} ruler - \n * @return {Object} Generated DOM element\n */\n _createRulerContent( _line_grids, line_scale, ruler ) {\n let _opts = this._config,\n _props = this._instanceProps,\n line_height = this.supplement( Default.ruler.top.height, ruler.height ),\n font_size = this.supplement( Default.ruler.top.fontSize, ruler.fontSize ),\n text_color = this.supplement( Default.ruler.top.color, ruler.color ),\n locale = this.supplement( Default.ruler.top.locale, ruler.locale, this.validateString ),\n format = this.supplement( Default.ruler.top.format, ruler.format, this.validateObject ),\n _ruler_lines = $('
        ', { class: ClassName.TIMELINE_RULER_LINES, style: `width:100%;height:${line_height}px;` })\n \n for ( let _key of Object.keys( _line_grids ) ) {\n let _item_width = /^(year|month)s?$/i.test( _opts.scale ) ? _line_grids[_key] : _line_grids[_key] * _props.scaleSize,\n _line = $('
        ', { class: ClassName.TIMELINE_RULER_ITEM, style: `width:${_item_width}px;height:${line_height}px;line-height:${line_height}px;font-size:${font_size}px;color:${text_color};` }),\n _ruler_string = this.getLocaleString( _key, line_scale, locale, format ),\n _data_ruler_item = ''\n//console.log( '!_createRulerContent:', _key, _line_grids[_key], line_scale, locale, format, _item_width, _ruler_string )\n \n _data_ruler_item = `${line_scale}-${( _data_ruler_item === '' ? String( _key ) : _data_ruler_item )}`\n _line.attr( 'data-ruler-item', _data_ruler_item ).html( _ruler_string )\n \n if ( _item_width > this.strWidth( _ruler_string ) ) {\n // Adjust position of ruler item string\n//console.log( _item_width, _ruler_string, _ruler_string.length, this.strWidth( _ruler_string ), $(this._element).width() )\n if ( _item_width > $(this._element).width() ) {\n _line.addClass( ClassName.RULER_ITEM_ALIGN_LEFT )\n }\n }\n \n _ruler_lines.append( _line ).attr( 'data-ruler-scope', line_scale )\n }\n \n return _ruler_lines\n }\n \n /**\n * Create the side indexes of the timeline\n * @private\n * @param {Object} margin - \n * @param {number} margin.top - \n * @param {number} margin.bottom - \n * @return {Object} Generated DOM element\n */\n _createSideIndex( margin ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _sticky = this.supplement( Default.sidebar.sticky, _opts.sidebar.sticky ),\n _overlay = this.supplement( Default.sidebar.overlay, _opts.sidebar.overlay ),\n _sbList = this.supplement( Default.sidebar.list, _opts.sidebar.list ),\n _wrapper = $('
        ', { class: ClassName.TIMELINE_SIDEBAR }),\n _margin = $('
        ', { class: ClassName.TIMELINE_SIDEBAR_MARGIN }),\n _list = $('
        ', { class: ClassName.TIMELINE_SIDEBAR_ITEM }),\n _c = 0.5\n \n if ( _sticky ) {\n _wrapper.addClass( ClassName.STICKY_LEFT )\n }\n \n if ( _overlay ) {\n _list.addClass( ClassName.OVERLAY )\n }\n \n //_wrapper.css( 'margin-top', margin.top + 'px' ).css( 'margin-bottom', margin.bottom + 'px' )\n if ( margin.top > 0 ) {\n _wrapper.prepend( _margin.clone().css( 'height', `${( margin.top + 1 )}px` ) )\n }\n \n for ( let i = 0; i < _props.rows; i++ ) {\n let _item = _list.clone().html( _sbList[i] )\n \n _wrapper.append( _item )\n }\n _wrapper.find( Selector.TIMELINE_SIDEBAR_ITEM ).css( 'height', `${( _props.rowSize + _c )}px` ).css( 'line-height', `${( _props.rowSize + _c )}px` )\n \n if ( margin.bottom > 0 ) {\n _wrapper.append( _margin.clone().css( 'height', `${( margin.bottom + 1 )}px` ) )\n }\n \n return _wrapper\n }\n \n /**\n * Create the footer of the timeline\n * @private\n * @return {Object} Generated DOM element\n */\n _createFooter() {\n let _opts = this._config,\n _props = this._instanceProps,\n _display = this.supplement( Default.footer.display, _opts.footer.display ),\n _content = this.supplement( null, _opts.footer.content ),\n _range = this.supplement( Default.footer.range, _opts.footer.range ),\n _scale = this.supplement( Default.footer.scale, _opts.footer.scale ),\n _locale = this.supplement( Default.footer.locale, _opts.footer.locale ),\n _format = this.supplement( Default.footer.format, _opts.footer.format ),\n _begin = this.supplement( null, _props.begin ),\n _end = this.supplement( null, _props.end ),\n _tl_footer = $('
        ', { class: ClassName.TIMELINE_FOOTER })\n \n if ( _range ) {\n if ( _begin && _end ) {\n let _meta = `${new Date( _begin ).toLocaleString( _locale, _format )}${new Date( _end ).toLocaleString( _locale, _format )}`\n //let _meta = this.getCorrectDatetime( _begin ).toLocaleString( _locale, _format ) +''+ this.getCorrectDatetime( _end ).toLocaleString( _locale, _format )\n \n _tl_footer.append( `
        ${_meta}
        ` )\n }\n }\n if ( _content ) {\n _tl_footer.append( `` )\n }\n if ( ! _display ) {\n _tl_footer.addClass( ClassName.HIDE )\n }\n \n return _tl_footer\n }\n \n /**\n * Acquire the difference between two dates with the specified scale value\n * @private\n * @param {number} date1 - Number that can be parsed as datetime\n * @param {number} date2 - Number that can be parsed as datetime\n * @param {string} [scale=\"millisecond\"] - \n * @param {boolean} [absval=false] - \n * @return {number|boolean}\n */\n _diffDate( date1, date2, scale = 'millisecond', absval = false ) {\n //let _opts = this._config,\n let _dt1 = this.supplement( null, date1 ),\n _dt2 = this.supplement( null, date2 ),\n diffMS = 0,\n retval = false,\n lastDayOfMonth = ( dateObj ) => {\n let _tmp = new Date( dateObj.getFullYear(), dateObj.getMonth() + 1, 1 )\n _tmp.setTime( _tmp.getTime() - 1 )\n return _tmp.getDate()\n },\n isLeapYear = ( dateObj ) => {\n let _tmp = new Date( dateObj.getFullYear(), 0, 1 ),\n sum = 0\n \n for ( let i = 0; i < 12; i++ ) {\n _tmp.setMonth(i)\n sum += lastDayOfMonth( _tmp )\n }\n return sum == 365 ? false : true\n }\n \n if ( ! _dt1 || ! _dt2 ) {\n console.warn( 'Cannot parse date because invalid format or undefined.' )\n return false\n }\n \n diffMS = _dt2 - _dt1\n \n if ( absval ) {\n diffMS = Math.abs( diffMS )\n }\n \n let _bd = new Date( _dt1 ),\n _ed = new Date( _dt2 ),\n _dy = _ed.getFullYear() - _bd.getFullYear(),\n _m = {}\n \n switch ( true ) {\n case /^years?$/i.test( scale ):\n if ( _dy > 0 ) {\n for ( let i = 0; i <= _dy; i++ ) {\n let _cd = new Date( _bd.getFullYear() + i, 0, 1 )\n _m[`${_bd.getFullYear() + i}`] = isLeapYear( _cd ) ? 366 : 365\n }\n } else {\n _m[`${_bd.getFullYear()}`] = isLeapYear( _bd ) ? 366 : 365\n }\n retval = _m\n break\n case /^months?$/i.test( scale ):\n if ( _dy > 0 ) {\n for ( let i = _bd.getMonth(); i < 12; i++ ) {\n let _cd = new Date( _bd.getFullYear(), i, 1 )\n _m[`${_bd.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n if ( _dy > 1 ) {\n for ( let y = 1; y < _dy; y++ ) {\n for ( let i = 0; i < 12; i++ ) {\n let _cd = new Date( _bd.getFullYear() + y, i, 1 )\n _m[`${_bd.getFullYear() + y}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n }\n }\n for ( let i = 0; i <= _ed.getMonth(); i++ ) {\n let _cd = new Date( _ed.getFullYear(), i, 1 )\n _m[`${_ed.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n } else {\n for ( let i = _bd.getMonth(); i <= _ed.getMonth(); i++ ) {\n let _cd = new Date( _bd.getFullYear(), i, 1 )\n _m[`${_bd.getFullYear()}/${i + 1}`] = lastDayOfMonth( _cd )\n }\n }\n retval = _m\n break\n case /^weeks?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 7 * 24 * 60 * 60 * 1000 ) )\n break\n case /^(|week)days?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 24 * 60 * 60 * 1000 ) )\n break\n case /^hours?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 60 * 60 * 1000 ) )\n break\n case /^minutes?$/i.test( scale ):\n retval = Math.ceil( diffMS / ( 60 * 1000 ) )\n break\n case /^seconds?$/i.test( scale ):\n retval = Math.ceil( diffMS / 1000 )\n break\n default:\n retval = diffMS\n break\n }\n//console.log( '!_diffDate:', retval )\n \n return retval\n }\n \n /**\n * Load all enabled events markupped on target element to the timeline object\n * @private\n */\n _loadEvent() {\n this._debug( '_loadEvent' )\n \n let _that = this,\n _elem = this._element,\n _event_list = $(_elem).find( Selector.DEFAULT_EVENTS ),\n _cnt = 0,\n events = [],\n lastEventId = 0\n \n _event_list.children().each(function() {\n let _attr = $(this).attr( 'data-timeline-node' )\n \n if ( typeof _attr !== 'undefined' && _attr !== false ) {\n _cnt++\n }\n })\n \n if ( _event_list.length == 0 || _cnt == 0 ) {\n this._debug( 'Enable event does not exist.' )\n }\n \n // Register Event Data\n _event_list.children().each(function() {\n let _evt_params = _that._getPluggableParams( $(this).attr( 'data-timeline-node' ) ),\n _one_event = {}\n \n if ( ! _that.is_empty( _evt_params ) ) {\n _one_event = _that._registerEventData( this, _evt_params )\n events.push( _one_event )\n lastEventId = Math.max( lastEventId, parseInt( _one_event.eventId, 10 ) )\n }\n });\n // Set event id with auto increment (:> イベントIDを自動採番\n let cacheIds = [] // for checking duplication of id (:> IDの重複チェック用\n events.forEach( ( _evt, _i, _this ) => {\n let _chkId = parseInt( _this[_i].eventId, 10 )\n \n if ( _chkId == 0 || cacheIds.includes( _chkId ) ) {\n lastEventId++\n _this[_i].eventId = lastEventId\n } else {\n _this[_i].eventId = _chkId\n }\n cacheIds.push( _this[_i].eventId )\n });\n \n this._isCached = this._saveToCache( events )\n \n }\n \n /**\n * Register one event data as object\n * @private\n * @param {Object} event_element - \n * @param {Object} params - \n * @return {Object} Registered new event data\n */\n _registerEventData( event_element, params ) {\n let _opts = this._config,\n _props = this._instanceProps,\n new_event = {\n ...EventParams,\n ...{\n uid : this.generateUniqueID(),\n label : $(event_element).html()\n }\n },\n _relation = {},\n _x, _w, _c //, _pointSize\n//console.log( '!_registerEventData:', _opts, params )\n \n if ( params.hasOwnProperty( 'start' ) && ! this.is_empty( params.start ) ) {\n _x = this._getCoordinateX( params.start )\n new_event.x = this.numRound( _x, 2 )\n if ( params.hasOwnProperty( 'end' ) && ! this.is_empty( params.end ) ) {\n _x = this._getCoordinateX( params.end )\n _w = _x - new_event.x\n new_event.width = this.numRound( _w, 2 )\n \n if ( _opts.eventMeta.display ) {\n if ( this.is_empty( _opts.eventMeta.content ) && ! params.hasOwnProperty( 'rangeMeta' ) ) {\n//console.log( '!_registerEventData:', _opts.eventMeta.locale, _opts.eventMeta.format, _opts.scale, params )\n \n new_event.rangeMeta += this.getLocaleString( params.start, _opts.eventMeta.scale, _opts.eventMeta.locale, _opts.eventMeta.format )\n new_event.rangeMeta += ` - ${this.getLocaleString( params.end, _opts.eventMeta.scale, _opts.eventMeta.locale, _opts.eventMeta.format )}`\n } else {\n new_event.rangeMeta = _opts.eventMeta.content\n }\n }\n } else {\n new_event.width = 0\n }\n//console.log( 'getX:', _x, 'getW:', _w, event_element )\n if ( params.hasOwnProperty( 'row' ) ) {\n _c = Math.floor( params.row / 2 )\n new_event.y = ( params.row - 1 ) * _opts.rowHeight + new_event.margin + _c\n }\n \n Object.keys( new_event ).forEach( ( _prop ) => {\n switch( true ) {\n case /^eventId$/i.test( _prop ):\n if ( params.hasOwnProperty( 'id' ) && this.is_empty( new_event.eventId ) ) {\n new_event.eventId = parseInt( params.id, 10 )\n } else {\n new_event.eventId = parseInt( params[_prop], 10 ) || 0\n }\n break\n case /^(label|content)$/i.test( _prop ):\n if ( params.hasOwnProperty( _prop ) && ! this.is_empty( params[_prop] ) ) {\n new_event[_prop] = params[_prop]\n }\n // Override the children element to label or content setting\n if ( $(event_element).children(`.event-${_prop}`).length > 0 ) {\n new_event[_prop] = $(event_element).children(`.event-${_prop}`).html()\n }\n//console.log( '!_registerEventData:', _prop, params[_prop], new_event[_prop] )\n break\n case /^relation$/i.test( _prop ):\n // For drawing the relation line\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n //let _pointSize = this._getPointerSize( new_event.size, new_event.margin )\n _relation.x = this.numRound( new_event.x, 2 )\n _relation.y = this.numRound( ( _props.rowSize * ( ( params.row || 1 ) - 1 ) ) + ( _props.rowSize / 2 ), 2 )\n \n//console.log( '!_registerEventData:', params, new_event.x, new_event.y, _pointSize, _relation )\n new_event[_prop] = {\n ...params[_prop],\n ..._relation\n }\n }\n break\n default:\n if ( params.hasOwnProperty( _prop ) && ! this.is_empty( params[_prop] ) ) {\n new_event[_prop] = params[_prop]\n }\n break\n }\n });\n }\n//console.log( '!_registerEventData:', new_event )\n return new_event\n }\n \n /**\n * Get the coordinate X on the timeline of any date\n * @private\n * @param {string} date - \n * @return {number} The pixel value as the coordinate X on timeline\n */\n _getCoordinateX( date ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _date = this.supplement( null, this._getPluggableDatetime( date ) ),\n coordinate_x = 0\n \n if ( _date ) {\n if ( _date - _props.begin >= 0 && _props.end - _date >= 0 ) {\n // When the given date is within the range of timeline begin and end (:> 指定された日付がタイムラインの開始と終了の範囲内にある場合\n coordinate_x = ( Math.abs( _date - _props.begin ) / _props.scale ) * _props.scaleSize\n } else {\n // When the given date is out of timeline range (:> 指定された日付がタイムラインの範囲外にある場合\n coordinate_x = ( ( _date - _props.begin ) / _props.scale ) * _props.scaleSize\n }\n } else {\n console.warn( 'Cannot parse date because invalid format or undefined.' )\n }\n \n return coordinate_x\n }\n \n /**\n * Cache the event data to the web storage\n * @private\n * @param {Object} data - \n */\n _saveToCache( data ) {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null )\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n localStorage.setItem( this._selector, JSON.stringify( data ) )\n } else {\n sessionStorage.setItem( this._selector, JSON.stringify( data ) )\n }\n return true\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n }\n \n /**\n * Load the cached event data from the web storage\n * @private\n * @return {Object}\n */\n _loadToCache() {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null ),\n data = null\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n data = JSON.parse( localStorage.getItem( this._selector ) )\n } else {\n data = JSON.parse( sessionStorage.getItem( this._selector ) )\n }\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n return data\n }\n \n /**\n * Remove the cache data on the web storage\n * @private\n */\n _removeCache() {\n let strageEngine = /^local(|Storage)$/i.test( this._config.storage ) ? 'localStorage' : 'sessionStorage',\n is_available = ( strageEngine in window ) && ( ( strageEngine === 'localStorage' ? window.localStorage : window.sessionStorage ) !== null )\n \n if ( is_available ) {\n if ( strageEngine === 'localStorage' ) {\n localStorage.removeItem( this._selector )\n } else {\n sessionStorage.removeItem( this._selector )\n }\n } else {\n throw new TypeError( `The storage named \"${strageEngine}\" can not be available.` )\n }\n }\n \n /**\n * Controller method to place event data on timeline\n * @private: \n */\n _placeEvent() {\n this._debug( '_placeEvent' )\n \n if ( ! this._isCached ) {\n return\n }\n \n let _elem = this._element,\n _opts = this._config,\n _evt_container = $(_elem).find( Selector.TIMELINE_EVENTS ),\n _relation_lines = $(_elem).find( Selector.TIMELINE_RELATION_LINES ),\n events = this._loadToCache(),\n _sleep = _opts.debug ? DEBUG_SLEEP : 1\n \n if ( events.length > 0 ) {\n _evt_container.empty()\n events.forEach( ( _evt ) => {\n let _evt_elem = this._createEventNode( _evt )\n \n if ( _evt_elem ) {\n _evt_container.append( _evt_elem )\n }\n })\n }\n \n if ( /^point(|er)$/i.test( _opts.type ) ) {\n this._drawRelationLine( events )\n }\n \n// console.log( '!_placeEvent:', _opts )\n this.sleep( _sleep ).then(() => {\n this.hideLoader()\n _evt_container.fadeIn( 'fast', () => {\n _relation_lines.fadeIn( 'fast' )\n })\n })\n \n }\n \n /**\n * Create an event element on the timeline\n * @private\n * @param {Object} params - \n * @return {Object} Generated DOM element\n */\n _createEventNode( params ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _evt_elem = $('
        ', {\n class : ClassName.TIMELINE_EVENT_NODE,\n id : `evt-${params.eventId}`,\n css : {\n left : `${params.x}px`,\n top : `${params.y}px`,\n width : `${params.width}px`,\n height : `${params.height}px`,\n color : this.hexToRgbA( params.color ),\n backgroundColor : this.hexToRgbA( params.bgColor ),\n },\n html : `
        ${params.label}
        `\n })\n//console.log( '!_createEventNode:', params )\n \n // Whether this event is within the display range of the timeline (:> タイムライン表示範囲内のイベントかどうか\n // For events excluded, set the width to -1 (:> 除外イベントは幅を -1 に設定する\n if ( params.x >= 0 ) {\n // The event start datetime is over the start datetime of the timeline (:> イベント始点がタイムラインの始点以上\n if ( params.x <= _props.fullwidth ) {\n // The event start datetime is less than or equal to the timeline end datetime (:> イベントの始点がタイムラインの終点以下\n if ( params.x + params.width <= _props.fullwidth ) {\n // The event end datetime is less than before the timeline end datetime (regular event) (:> イベント終点がタイムラインの終点以下(通常イベント)\n // OK\n } else {\n // The event end datetime is after the timeline end datetime (event exceeded end datetime) (:> イベント終点がタイムラインの終点より後(終点超過イベント)\n params.width = _props.fullwidth - params.x\n }\n } else {\n // The event start datetime is after the timeline end datetime (exclude event) (:> イベント始点がタイムラインの終点より後(除外イベント)\n params.width = -1\n }\n } else {\n // The event start datetime is before the timeline start datetime (:> イベント始点がタイムラインの始点より前\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n // In the case of \"point\" type, that is an exclude event (:> ポインター型の場合は除外イベント\n params.width = -1\n } else {\n // The case of \"bar\" type\n if ( params.x + params.width <= 0 ) {\n // The event end datetime is less than before the timeline start datetime (exclude event) (:> イベント終点がタイムラインの始点より前(除外イベント)\n params.width = -1\n } else {\n // The event end datetime is after the timeline start datetime (:> イベント終点がタイムラインの始点より後\n if ( params.x + params.width <= _props.fullwidth ) {\n // The event end datetime is less than or equal the timeline end datetime (event exceeded start datetime) (:> イベント終点がタイムラインの終点以下(始点超過イベント)\n params.width = Math.abs( params.x + params.width )\n params.x = 0\n } else {\n // The event end datetime is after the timeline end datetime (event exceeded both start and end datetime) (:> イベント終点がタイムラインの終点より後(始点・終点ともに超過イベント)\n params.width = _props.fullwidth\n params.x = 0\n }\n }\n }\n }\n//console.log( 'x:', params.x, 'w:', params.width, 'x-end:', Math.abs( params.x ) + params.width, 'fw:', _props.fullwidth, 'ps:', params.size )\n \n if ( /^point(|er)$/i.test( _opts.type ) ) {\n if ( params.width < 0 ) {\n return null\n }\n let _pointSize = this._getPointerSize( params.size, params.margin ),\n _shiftX = this.numRound( params.x - ( _pointSize / 2 ), 2 ),\n _shiftY = this.numRound( params.y + ( ( params.height - _pointSize ) / 2 ), 2 )\n \n//console.log( '!_createEventNode:', params, _pointSize, _shiftX, _shiftY )\n _evt_elem.addClass( ClassName.VIEWER_EVENT_TYPE_POINTER ).css( 'border-color', params.bdColor )\n .css( 'left', `${_shiftX}px` ).css( 'top', `${_shiftY}px` ).css( 'width', `${_pointSize}px` ).css( 'height', `${_pointSize}px` )\n .attr( 'data-base-size', _pointSize ).attr( 'data-base-left', _shiftX ).attr( 'data-base-top', _shiftY )\n } else {\n if ( params.width < 1 ) {\n return null\n }\n _evt_elem.css( 'left', `${params.x}px` ).css( 'width', `${params.width}px` )\n }\n \n _evt_elem.attr( 'data-uid', params.uid )\n \n if ( ! this.is_empty( params.image ) ) {\n if ( /^point(|er)$/i.test( _opts.type ) ) {\n _evt_elem.css( 'background-image', `url(${params.image})` )\n } else {\n let _imgSize = params.height - ( params.margin * 2 )\n _evt_elem.prepend( `` )\n }\n }\n \n if ( /^bar$/i.test( _opts.type ) && _opts.eventMeta.display ) {\n//console.log( '!_createEventNode:', params )\n params.extend.meta = params.rangeMeta\n }\n \n if ( ! this.is_empty( params.extend ) ) {\n for ( let _prop of Object.keys( params.extend ) ) {\n _evt_elem.attr( `data-${_prop}`, params.extend[_prop] )\n if ( _prop === 'toggle' && [ 'popover', 'tooltip' ].includes( params.extend[_prop] ) ) {\n // for bootstrap's popover or tooltip\n _evt_elem.attr( 'title', params.label )\n if ( ! params.extend.hasOwnProperty( 'content' ) ) {\n _evt_elem.attr( 'data-content', params.content )\n }\n }\n }\n }\n \n if ( ! this.is_empty( params.callback ) ) {\n _evt_elem.attr( 'data-callback', params.callback )\n }\n \n return _evt_elem\n }\n \n /**\n * Retrieve the diameter size (pixel) of pointer\n * @private\n * @param {number|string} key - \n * @param {number} margin\n * @return {number} \n */\n _getPointerSize( key, margin ) {\n //let _opts = this._config,\n let _props = this._instanceProps,\n _max = Math.min( _props.scaleSize, _props.rowSize ) - ( margin * 2 ),\n _size = null\n \n switch ( true ) {\n case /^large$/i.test( key ):\n _size = Math.max( this.numRound( _max * 0.8, 1 ), MIN_POINTER_SIZE )\n break\n case /^normal$/i.test( key ):\n _size = Math.max( this.numRound( _max / 2, 1 ), MIN_POINTER_SIZE )\n break\n case /^small$/i.test( key ):\n _size = Math.max( this.numRound( _max / 4, 1 ), MIN_POINTER_SIZE )\n break\n default:\n _size = Math.max( parseInt( key, 10 ), MIN_POINTER_SIZE )\n }\n \n//console.log( '!_getPointerSize:', _props, key, _max, _size )\n return _size\n }\n \n /**\n * Draw the relational lines\n * @private\n * @param {Object} events - \n */\n _drawRelationLine( events ) {\n let _opts = this._config,\n _props = this._instanceProps,\n _canvas = $(this._element).find( Selector.TIMELINE_RELATION_LINES ),\n ctx_relations = _canvas[0].getContext('2d'),\n drawLine = ( _sx, _sy, _ex, _ey, evt, _ba ) => {\n let _curveType = {},\n _radius = this.numRound( Math.min( _props.scaleSize, _props.rowSize ) / 2, 2 ),\n _subRadius = this.numRound( this._getPointerSize( evt.size, _opts.marginHeight ) / 2, 2 )\n \n // Defaults\n ctx_relations.strokeStyle = EventParams.bdColor\n ctx_relations.lineWidth = 2.5\n ctx_relations.filter = 'url(#crisp)'\n \n for ( let _key of Object.keys( evt.relation ) ) {\n switch ( true ) {\n case /^(|line)color$/i.test( _key ):\n ctx_relations.strokeStyle = evt.relation[_key]\n break\n case /^(|line)size$/i.test( _key ):\n ctx_relations.lineWidth = parseInt( evt.relation[_key], 10 ) || 2.5\n break\n case /^curve$/i.test( _key ):\n if ( /^(r|l)(t|b),?(r|l)?(t|b)?$/i.test( evt.relation[_key] ) ) {\n let _tmp = evt.relation[_key].split(',')\n if ( _tmp.length == 2 ) {\n _curveType.before = _tmp[0]\n _curveType.after = _tmp[1]\n } else {\n _curveType[_ba] = _tmp[0]\n }\n } else\n if ( ( typeof evt.relation[_key] === 'boolean' && evt.relation[_key] ) || ( typeof evt.relation[_key] === 'number' && Boolean( evt.relation[_key] ) ) ) {\n // Automatically set the necessary linearity type (:> 自動線形判定\n//console.log( _sx, _sy, _ex, _ey, _radius, _ba, _subRadius )\n if ( _ba === 'before' ) {\n // before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]\n if ( _sy > _ey ) {\n // 連結点が自分より上にある\n if ( _sx > _ex ) {\n // 連結点が自分より左にある \"(_ex,_ey)└(_sx,_sy)\" as \"lb\"\n _curveType[_ba] = 'lb'\n } else\n if ( _sx < _ex ) {\n // 連結点が自分より右にある \"⊂ ̄\" as \"lb+lt\"\n _curveType[_ba] = 'lb+lt'\n } else {\n // 連結点が自分の直上 \"│\" to top\n _curveType[_ba] = null\n }\n } else\n if ( _sy < _ey ) {\n // 連結点が自分より下にある\n if ( _sx > _ex ) {\n // 連結点が自分より左にある \"(_ex,_ey)┌(_sx,_sy)\" as \"lt\"\n _curveType[_ba] = 'lt'\n } else\n if ( _sx < _ex ) {\n // 連結点が自分より右にある \"⊂_\" as \"rt+rb\"\n _curveType[_ba] = 'lt+lb'\n } else {\n // 連結点が自分の直下 \"│\" to bottom\n _curveType[_ba] = null\n }\n } else {\n // 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right\n _curveType[_ba] = null\n }\n } else\n if ( _ba === 'after' ) {\n // after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]\n if ( _sy < _ey ) {\n // Relational endpoint is located \"under\" self (:> 連結点が自分の下にある\n if ( _sx < _ex ) {\n // Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"(_sx,_sy)┐(_ex,_ey)\" as \"rt\"\n _curveType[_ba] = 'rt'\n } else\n if ( _sx > _ex ) {\n // Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \"_⊃\" as \"rt+rb\"\n _curveType[_ba] = 'rt+rb'\n } else {\n // Relational endpoint is located \"just under\" self (:> 連結点が自分の直下 \"│\" to bottom\n _curveType[_ba] = null\n }\n } else\n if ( _sy > _ey ) {\n // Relational endpoint is located \"above\" self (:> 連結点が自分より上にある\n if ( _sx < _ex ) {\n // Then relational endpoint is located \"right\" self (:> 連結点が自分の右にある \"┘\" as \"rb\"\n _curveType[_ba] = 'rb'\n } else\n if ( _sx > _ex ) {\n // Then relational endpoint is located \"left\" self (:> 連結点が自分より左にある \" ̄⊃\" as \"rb+rt\"\n _curveType[_ba] = 'rb+rt'\n } else {\n // Relational endpoint is located \"just under\" self (:> 連結点が自分の直上 \"│\" to top\n _curveType[_ba] = null\n }\n } else {\n // 連結点が自分と同じ水平上にある(左右どちらか) _sy == _ey; \"─\" to left or right\n _curveType[_ba] = null\n }\n }\n }\n break\n }\n }\n if ( Math.abs( _ey - _sy ) > _props.rowSize ) {\n _ey += Math.floor( Math.abs( _ey - _sy ) / _props.rowSize )\n }\n ctx_relations.beginPath()\n if ( ! this.is_empty( _curveType ) ) {\n// console.log( '!_drawLine:', _curveType, _sx, _sy, _ex, _ey, _radius )\n switch ( true ) {\n case /^lt$/i.test( _curveType[_ba] ): // \"(_ex,_ey)┌(_sx,_sy)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _sx - _ex ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _ey - _sy ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy + _radius ) // \"┌\"\n ctx_relations.lineTo( _ex, _ey ) // \"│\"\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┌\"\n }\n break\n case /^lb$/i.test( _curveType[_ba] ): // \"(_ex,_ey)└(_sx,_sy)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _sx - _ex ) > _radius ) {\n ctx_relations.lineTo( _ex + _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _sy - _ey ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy - _radius ) // \"└\"\n ctx_relations.lineTo( _ex, _ey ) // \"│\"\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"└\"\n }\n break\n case /^rt$/i.test( _curveType[_ba] ): // \"(_sx,_sy)┐(_ex,_ey)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _ex - _sx ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _ey - _sy ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy + _radius ) // \"┐\"\n ctx_relations.lineTo( _ex, _ey )\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┐\"\n }\n break\n case /^rb$/i.test( _curveType[_ba] ): // \"(_sx,_sy)┘(_ex,_ey)\"\n ctx_relations.moveTo( _sx, _sy )\n if ( Math.abs( _ex - _sx ) > _radius ) {\n ctx_relations.lineTo( _ex - _radius, _sy ) // \"─\"\n }\n if ( Math.abs( _sy - _ey ) > _radius ) {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _sy - _radius ) // \"┘\"\n ctx_relations.lineTo( _ex, _ey )\n } else {\n ctx_relations.quadraticCurveTo( _ex, _sy, _ex, _ey ) // \"┘\"\n }\n break\n case /^lt\\+lb$/i.test( _curveType[_ba] ): // \"⊂_\"\n case /^lb\\+lt$/i.test( _curveType[_ba] ): // \"⊂ ̄\"\n ctx_relations.moveTo( _sx, _sy )\n //ctx_relations.lineTo( _sx - _subRadius, _sy ) // \"─\"\n ctx_relations.lineTo( _sx - _radius, _sy ) // \"─\"\n //ctx_relations.bezierCurveTo( _sx - _subRadius - _radius, _sy, _sx - _subRadius - _radius, _ey, _sx - _subRadius, _ey ) // \"⊂\"\n ctx_relations.bezierCurveTo( _sx - _radius * 2, _sy, _sx - _radius * 2, _ey, _sx - _radius, _ey ) // \"⊂\"\n ctx_relations.lineTo( _ex, _ey ) // \"─\"\n break\n case /^rt\\+rb$/i.test( _curveType[_ba] ): // \"_⊃\"\n case /^rb\\+rt$/i.test( _curveType[_ba] ): // \" ̄⊃\"\n ctx_relations.moveTo( _sx, _sy )\n //ctx_relations.lineTo( _sx + _subRadius, _sy ) // \"─\"\n ctx_relations.lineTo( _sx + _radius, _sy ) // \"─\"\n //ctx_relations.bezierCurveTo( _sx + _subRadius + _radius, _sy, _sx + _subRadius + _radius, _ey, _sx + _subRadius, _ey ) // \"⊃\"\n ctx_relations.bezierCurveTo( _sx + _radius * 2, _sy, _sx + _radius * 2, _ey, _sx + _radius, _ey ) // \"⊃\"\n ctx_relations.lineTo( _ex, _ey ) // \"─\"\n break\n }\n } else {\n ctx_relations.moveTo( _sx, _sy )\n ctx_relations.lineTo( _ex, _ey )\n }\n //ctx_relations.closePath()\n ctx_relations.stroke()\n }\n \n ctx_relations.clearRect( 0, 0, _canvas[0].width, _canvas[0].height )\n//console.log( '!_drawRelationLine:', _props, events, _canvas )\n events.forEach( ( evt ) => {\n let _rel = evt.relation,\n _sx, _sy, _ex, _ey, \n _targetId, _targetEvent\n \n if ( _rel.hasOwnProperty( 'before' ) ) {\n // before: targetEvent[ _ex, _ey ] <---- selfEvent[ _sx, _sy ]\n // (:> before: 自分を起点( _sx, _sy )として左方向の連結点( _ex, _ey )へ向かう描画方式\n _sx = _rel.x\n _sy = _rel.y\n _targetId = parseInt( _rel.before, 10 )\n if ( _targetId < 0 ) {\n _ex = 0\n _ey = _sy\n } else {\n _targetEvent = events.find( ( _evt ) => parseInt( _evt.eventId, 10 ) == _targetId )\n if ( ! this.is_empty( _targetEvent ) && _targetEvent.relation ) {\n _ex = _targetEvent.relation.x < 0 ? 0 : _targetEvent.relation.x\n _ey = _targetEvent.relation.y\n }\n }\n if ( _sx >= 0 && _sy >= 0 && _ex >= 0 && _ey >= 0 ) {\n drawLine( _sx, _sy, _ex, _ey, evt, 'before' )\n }\n }\n if ( _rel.hasOwnProperty( 'after' ) ) {\n // after: selfEvent[ _sx, _sy ] ----> targetEvent[ _ex, _ey ]\n // (:> after: 自分を起点( _sx, _sy )として右方向の連結点( _ex, _ey )へ向かう描画方式\n _sx = _rel.x\n _sy = _rel.y\n _targetId = parseInt( _rel.after, 10 )\n if ( _targetId < 0 ) {\n _ex = _props.fullwidth\n _ey = _sy\n } else {\n _targetEvent = events.find( ( _evt ) => parseInt( _evt.eventId, 10 ) == _targetId )\n if ( ! this.is_empty( _targetEvent ) && _targetEvent.relation ) {\n _ex = _targetEvent.relation.x > _props.fullwidth ? _props.fullwidth : _targetEvent.relation.x\n _ey = _targetEvent.relation.y\n }\n }\n if ( _sx >= 0 && _sy >= 0 && _ex >= 0 && _ey >= 0 ) {\n drawLine( _sx, _sy, _ex, _ey, evt, 'after' )\n }\n }\n \n })\n \n }\n \n /**\n * Retrieve the mapping data that placed current events\n * @private\n * @return {number[]}\n */\n _mapPlacedEvents() {\n let _that = this,\n _tl_events = $(this._element).find( Selector.TIMELINE_EVENTS ).children(),\n _cache = this._loadToCache(),\n _events = []\n \n if ( ! this._isCached || this.is_empty( _cache ) ) {\n return _events\n }\n \n _tl_events.each(function() {\n let _uid = $(this).data( 'uid' ),\n _data = null\n \n if ( _cache ) {\n _data = _cache.find( ( _evt ) => _evt.uid === _uid ) || null\n } else {\n _data = $(this).data()\n }\n \n if ( ! _that.is_empty( _data ) ) {\n _events.push( _data )\n }\n })\n//console.log( '!_mapPlacedEvents:', _events )\n \n return _events\n }\n \n /**\n * Event when focus or blur\n * @private\n * @param {Object} event - \n */\n _activeEvent( event ) {\n// console.log( '!_activeEvent:', event )\n let _elem = event.target\n \n if ( 'focusin' === event.type ) {\n $( Selector.TIMELINE_EVENT_NODE ).removeClass( 'active' )\n $(_elem).addClass( 'active' )\n } else\n if ( 'focusout' === event.type ) {\n $(_elem).removeClass( 'active' )\n }\n }\n \n /**\n * Event when hover on the pointer type event\n * @private\n * @param {Object} event - \n */\n _hoverPointer( event ) {\n let _props = this._instanceProps,\n _elem = event.target,\n _base = {\n left : $(_elem).data( 'baseLeft' ),\n top : $(_elem).data( 'baseTop' ),\n width : $(_elem).data( 'baseSize' )\n },\n _x = _base.left,\n _y = _base.top,\n _w = _base.width,\n _z = 5\n \n//console.log( '!_hoverPointer:', _props )\n if ( 'mouseenter' === event.type ) {\n _w = Math.max( this.numRound( _w * 1.2, 'ceil' ), Math.min( _props.rowSize, _props.scaleSize ) )\n _x = this.numRound( _x - ( ( _w - _base.width ) / 2 ), 2 )\n _y = this.numRound( _y - ( ( _w - _base.width ) / 2 ), 2 )\n _z = 9\n $(_elem).trigger( Event.FOCUSIN_EVENT )\n } else {\n $(_elem).trigger( Event.FOCUSOUT_EVENT )\n }\n $(_elem).css( 'left', `${_x}px` ).css( 'top', `${_y}px` ).css( 'width', `${_w}px` ).css( 'height', `${_w}px` ).css( 'z-index', _z )\n }\n \n /**\n * Echo the log of plugin for debugging\n * @private\n * @param {string} message - \n * @param {string} [throwType=\"Notice\"] - \n */\n _debug( message, throwType = 'Notice' ) {\n if ( ! this._config.debug ) {\n return\n }\n message = this.supplement( null, message )\n if ( message ) {\n let _msg = typeof $(this._element).data( DATA_KEY )[message] !== 'undefined' ? `Called method \"${message}\".` : message,\n _sty = /^Called method \"/.test(_msg) ? 'font-weight:600;color:blue;' : '',\n _rst = ''\n \n if ( window.console && window.console.log ) {\n if ( throwType === 'Notice' ) {\n window.console.log( '%c%s%c', _sty, _msg, _rst )\n } else {\n throw new Error( `${_msg}` )\n }\n }\n }\n }\n \n // Public\n \n /**\n * This method is able to call only once after completed an initializing of the plugin\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n initialized( ...args ) {\n let _message = this._isInitialized ? 'Skipped because method \"initialized\" already has been called once' : 'initialized'\n this._debug( _message )\n \n let _elem = this._element,\n _opts = this._config,\n _args = args[0],\n callback = _args.length > 0 && typeof _args[0] === 'function' ? _args[0] : null,\n userdata = _args.length > 1 ? _args.slice(1) : null\n \n// console.log( '!initialized:', callback, userdata )\n if ( callback && ! this._isInitialized ) {\n this._debug( 'Fired your callback function after initializing this plugin.' )\n \n callback( _elem, _opts, userdata )\n }\n \n this._isInitialized = true\n \n }\n \n /**\n * Destroy the object to which the plugin is applied\n * @public\n */\n destroy() {\n this._debug( 'destroy' )\n \n $.removeData( this._element, DATA_KEY )\n \n $(window, document, this._element).off( EVENT_KEY )\n \n $(this._element).remove()\n \n this._removeCache()\n \n for ( let _prop of Object.keys( this ) ) {\n this[_prop] = null\n delete this[_prop]\n }\n }\n \n /**\n * @deprecated This method has been deprecated since version 2.0.0\n */\n render() {\n throw new ReferenceError( 'This method named \"render\" has been deprecated since version 2.0.0' )\n }\n \n /**\n * Show hidden timeline\n * @public\n */\n show() {\n this._debug( 'show' )\n \n let _elem = this._element\n \n if ( ! this._isShown ) {\n $(_elem).removeClass( ClassName.HIDE )\n \n this._isShown = true\n }\n }\n \n /**\n * Hide shown timeline\n * @public\n */\n hide() {\n this._debug( 'hide' )\n \n let _elem = this._element\n \n if ( this._isShown ) {\n $(_elem).addClass( ClassName.HIDE )\n \n this._isShown = false\n }\n }\n \n /**\n * Move shift or expand the range of timeline container as to past direction (to left)\n * @public\n * @param {?Object} options - Options for moving as dateback on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n dateback( ...args ) {\n this._debug( 'dateback' )\n \n let _args = args[0],\n _opts = this._config,\n moveOpts = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n newOpts = {},\n begin_date, end_date, _tmpDate\n \n if ( this.is_empty( moveOpts ) ) {\n moveOpts = { scale: _opts.scale, range: _opts.range, shift: true }\n } else {\n if ( ! moveOpts.hasOwnProperty('shift') || moveOpts.shift !== false ) {\n moveOpts.shift = true\n }\n if ( ! moveOpts.hasOwnProperty('scale') || ! this._verifyScale( moveOpts.scale ) ) {\n moveOpts.scale = _opts.scale\n }\n if ( ! moveOpts.hasOwnProperty('range') || parseInt( moveOpts.range, 10 ) > LimitScaleGrids[moveOpts.scale] ) {\n moveOpts.range = _opts.range\n }\n }\n _tmpDate = new Date( _opts.startDatetime )\n begin_date = new Date( _tmpDate.getTime() - ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.startDatetime = begin_date.toString()\n if ( moveOpts.shift ) {\n _tmpDate = new Date( _opts.endDatetime )\n end_date = new Date( _tmpDate.getTime() - ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.endDatetime = end_date.toString()\n }\n \n this.reload( [newOpts] )\n \n if ( callback ) {\n this._debug( 'Fired your callback function after datebacking.' )\n \n callback( this._element, _opts, userdata )\n }\n }\n \n /**\n * Move shift or expand the range of timeline container as to futrue direction (to right)\n * @public\n * @param {?Object} options - Options for moving as dateforth on the timeline container\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n dateforth( ...args ) {\n this._debug( 'dateforth' )\n \n let _args = args[0],\n _opts = this._config,\n moveOpts = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n newOpts = {},\n begin_date, end_date, _tmpDate\n \n if ( this.is_empty( moveOpts ) ) {\n moveOpts = { scale: _opts.scale, range: _opts.range, shift: true }\n } else {\n if ( ! moveOpts.hasOwnProperty('shift') || moveOpts.shift !== false ) {\n moveOpts.shift = true\n }\n if ( ! moveOpts.hasOwnProperty('scale') || ! this._verifyScale( moveOpts.scale ) ) {\n moveOpts.scale = _opts.scale\n }\n if ( ! moveOpts.hasOwnProperty('range') || parseInt( moveOpts.range, 10 ) > LimitScaleGrids[moveOpts.scale] ) {\n moveOpts.range = _opts.range\n }\n }\n _tmpDate = new Date( _opts.endDatetime )\n end_date = new Date( _tmpDate.getTime() + ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.endDatetime = end_date.toString()\n if ( moveOpts.shift ) {\n _tmpDate = new Date( _opts.startDatetime )\n begin_date = new Date( _tmpDate.getTime() + ( this._verifyScale( moveOpts.scale ) * parseInt( moveOpts.range, 10 ) ) )\n newOpts.startDatetime = begin_date.toString()\n }\n \n this.reload( [newOpts] )\n \n if ( callback ) {\n this._debug( 'Fired your callback function after dateforthing.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Move the display position of the timeline container to the specified position\n * @public\n * @param {?string} position - The preset string of position on timeline you want to align. Allowed values are \"left\", \"begin\", \"center\", \"right\", \"end\", \"latest\", \"current\", \"currently\" or number of event id\n * @param {?(number|string)} duration - The duration of alignment animation. Allowed values are \"fast\", \"normal\", \"slow\" or number of milliseconds\n */\n alignment( ...args ) {\n this._debug( 'alignment' )\n \n let _opts = this._config,\n _props = this._instanceProps,\n _elem = this._element,\n _tl_container = $(_elem).find( Selector.TIMELINE_CONTAINER ),\n _movX = 0,\n _args = ! this.is_empty( args ) ? args[0] : [],\n position = _args.length > 0 && typeof _args[0] === 'string' ? _args[0] : _opts.rangeAlign,\n duration = _args.length > 1 && /^(\\d{1,}|fast|normal|slow)$/i.test( _args[1] ) ? _args[1] : 0\n \n//console.log( args, _args, position, duration )\n if ( _props.fullwidth <= _elem.scrollWidth ) {\n return\n }\n \n switch ( true ) {\n case /^(left|begin)$/i.test( position ):\n _movX = 0\n break\n case /^center$/i.test( position ):\n _movX = ( _tl_container[0].scrollWidth - _elem.scrollWidth ) / 2 + 1\n break\n case /^(right|end)$/i.test( position ):\n _movX = _tl_container[0].scrollWidth - _elem.scrollWidth + 1\n break\n case /^latest$/i.test( position ): {\n let events = this._mapPlacedEvents().sort( this.compareValues( 'x' ) ),\n lastEvent = events[events.length - 1]\n \n _movX = ! this.is_empty( lastEvent ) ? lastEvent.x : 0\n \n// console.log( events, lastEvent, _movX, _elem.scrollWidth / 2 )\n // Centering\n if ( _elem.scrollWidth / 2 < _movX ) {\n _movX -= Math.ceil( _elem.scrollWidth / 2 )\n } else {\n _movX = 0\n }\n \n // Focus target event\n if ( ! this.is_empty( lastEvent ) ) {\n $(`${Selector.TIMELINE_EVENT_NODE}[data-uid=\"${lastEvent.uid}\"]`).trigger( Event.FOCUSIN_EVENT )\n }\n break\n }\n case /^\\d{1,}$/.test( position ): {\n let events = this._mapPlacedEvents(),\n targetEvent = {}\n \n if ( events.length > 0 ) {\n targetEvent = events.find( ( evt ) => evt.eventId == parseInt( position, 10 ) )\n }\n _movX = ! this.is_empty( targetEvent ) ? targetEvent.x : 0\n \n // Centering\n if ( Math.ceil( _elem.scrollWidth / 2 ) < _movX ) {\n _movX -= Math.ceil( _elem.scrollWidth / 2 )\n } else {\n _movX = 0\n }\n \n // Focus target event\n if ( ! this.is_empty( targetEvent ) ) {\n $(`${Selector.TIMELINE_EVENT_NODE}[data-uid=\"${targetEvent.uid}\"]`).trigger( Event.FOCUSIN_EVENT )\n }\n break\n }\n case /^current(|ly)|now$/i.test( position ):\n default: {\n let _now = new Date().toString(),\n _nowX = this.numRound( this._getCoordinateX( _now ), 2 )\n \n if ( _nowX >= 0 ) {\n if ( _tl_container[0].scrollWidth - _elem.scrollWidth + 1 < _nowX ) {\n _movX = _tl_container[0].scrollWidth - _elem.scrollWidth + 1\n } else {\n _movX = _nowX\n }\n } else {\n _movX = 0\n }\n break\n }\n }\n//console.log( `!alignment::${position}:`, _props.fullwidth, _props.visibleWidth, _tl_container[0].scrollWidth, _tl_container[0].scrollLeft, _movX )\n if ( duration === '0' ) {\n _tl_container.scrollLeft( _movX )\n } else {\n _tl_container.animate({ scrollLeft: _movX }, duration )\n }\n }\n \n /**\n * @deprecated This method has been deprecated since version 2.0.0\n */\n getOptions() {\n throw new ReferenceError( 'This method named \"getOptions\" has been deprecated since version 2.0.0' )\n }\n \n /**\n * Add new events to the rendered timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n addEvent( ...args ) {\n this._debug( 'addEvent' )\n \n let _args = args[0],\n events = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n lastEventId = 0,\n add_done = false\n \n if ( this.is_empty( events ) || ! this._isCompleted ) {\n return\n }\n \n if ( ! this.is_empty( _cacheEvents ) ) {\n _cacheEvents.sort( this.compareValues( 'eventId' ) )\n lastEventId = parseInt( _cacheEvents[_cacheEvents.length - 1].eventId, 10 )\n }\n//console.log( '!addEvent::before:', _cacheEvents, lastEventId, callback, userdata )\n \n events.forEach( ( evt ) => {\n let _one_event = this._registerEventData( '
        ', evt )\n \n if ( ! this.is_empty( _one_event ) ) {\n _one_event.eventId = Math.max( lastEventId + 1, parseInt( _one_event.eventId, 10 ) )\n _cacheEvents.push( _one_event )\n lastEventId = parseInt( _one_event.eventId, 10 )\n add_done = true\n }\n })\n//console.log( '!addEvent::after:', _cacheEvents, lastEventId, callback, userdata )\n if ( ! add_done ) {\n return\n }\n \n this._saveToCache( _cacheEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after replacing events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Remove events from the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n removeEvent( ...args ) {\n this._debug( 'removeEvent' )\n \n let _args = args[0],\n targets = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n condition = {},\n remainEvents = [],\n remove_done = false\n \n if ( this.is_empty( targets ) || ! this._isCompleted || this.is_empty( _cacheEvents ) ) {\n return\n }\n \n targets.forEach( ( cond ) => {\n switch ( true ) {\n case /^\\d{1,}$/.test( cond ):\n // By matching event ID\n condition.type = 'eventId'\n condition.value = parseInt( cond, 10 )\n break\n case /^(|\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))(|,\\d{1,}(-|\\/)\\d{1,2}(-|\\/)\\d{1,2}(|\\s\\d{1,2}:\\d{1,2}(|:\\d{1,2})))$/.test( cond ): {\n // By matching range of datetime\n let _tmp = cond.split(',')\n \n condition.type = 'daterange'\n condition.value = {}\n condition.value['from'] = this.is_empty( _tmp[0] ) ? null : new Date( _tmp[0] )\n condition.value['to'] = this.is_empty( _tmp[1] ) ? null : new Date( _tmp[1] )\n break\n }\n default:\n // By matching regex string\n condition.type = 'regex'\n condition.value = new RegExp( cond )\n break\n }\n _cacheEvents.forEach( ( evt, _idx ) => {\n let is_remove = false\n \n switch ( condition.type ) {\n case 'eventId': {\n if ( parseInt( evt.eventId, 10 ) == condition.value ) {\n is_remove = true\n }\n break\n }\n case 'daterange': {\n let _fromX = condition.value.from ? Math.ceil( this._getCoordinateX( condition.value.from.toString() ) ) : 0,\n _toX = condition.value.to ? Math.floor( this._getCoordinateX( condition.value.to.toString() ) ) : _fromX\n \n if ( _fromX <= evt.x && evt.x <= _toX ) {\n is_remove = true\n }\n break\n }\n case 'regex': {\n if ( condition.value.test( JSON.stringify( evt ) ) ) {\n is_remove = true\n }\n break\n }\n }\n if ( ! is_remove ) {\n remainEvents.push( evt )\n }\n })\n })\n remove_done = remainEvents.length !== _cacheEvents.length\n if ( ! remove_done ) {\n return\n }\n \n this._saveToCache( remainEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after placing additional events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Update events on the currently timeline object\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n updateEvent( ...args ) {\n this._debug( 'updateEvent' )\n \n let _args = args[0],\n events = this.supplement( null, _args[0], this.validateArray ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _cacheEvents = this._loadToCache(),\n update_done = false\n \n if ( this.is_empty( events ) || ! this._isCompleted || this.is_empty( _cacheEvents ) ) {\n return\n }\n \n events.forEach( ( evt ) => {\n let _upc_event = this._registerEventData( '
        ', evt ), // Update Candidate\n _old_index = null,\n _old_event = _cacheEvents.find( ( _evt, _idx ) => {\n _old_index = _idx\n return _evt.eventId == _upc_event.eventId\n }),\n _new_event = {}\n \n if ( ! this.is_empty( _old_event ) && ! this.is_empty( _upc_event ) ) {\n if ( _upc_event.hasOwnProperty( 'uid' ) ) {\n delete _upc_event.uid\n }\n _new_event = Object.assign( _new_event, _old_event, _upc_event )\n//console.log( _new_event, _old_event, _upc_event, _old_index )\n _cacheEvents[_old_index] = _new_event\n update_done = true\n }\n })\n \n if ( ! update_done ) {\n return\n }\n \n this._saveToCache( _cacheEvents )\n \n this._placeEvent()\n \n if ( callback ) {\n this._debug( 'Fired your callback function after updating events.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * Reload the timeline with overridable any options\n * @public\n * @param {?Function()} callback - Custom callback fired after calling this method\n * @param {?Object} userdata - Data as object of referable in that callback\n */\n reload( ...args ) {\n this._debug( 'reload' )\n \n let _args = args[0],\n _upc_options = this.supplement( null, _args[0], this.validateObject ),\n callback = _args.length > 1 && typeof _args[1] === 'function' ? _args[1] : null,\n userdata = _args.length > 2 ? _args.slice(2) : null,\n _elem = this._element,\n $default_evt = $(_elem).find( Selector.DEFAULT_EVENTS ),\n _old_options = this._config,\n _new_options = {}\n \n if ( ! this.is_empty( _upc_options ) ) {\n // _new_options = Object.assign( _new_options, _old_options, _upc_options )\n _new_options = this.mergeDeep( _old_options, _upc_options )\n this._config = _new_options\n }\n \n this._isInitialized = false\n this._isCached = false\n this._isCompleted = false\n this._instanceProps = {}\n \n $(_elem).empty().append( $default_evt )\n \n this._calcVars()\n \n if ( ! this._verifyMaxRenderableRange() ) {\n throw new RangeError( `Timeline display period exceeds maximum renderable range.` )\n }\n \n if ( ! this._isInitialized ) {\n this._renderView()\n this._isInitialized = true\n }\n \n if ( this._config.reloadCacheKeep ) {\n let _cacheEvents = this._loadToCache(),\n _renewEvents = []\n \n if ( ! this.is_empty( _cacheEvents ) ) {\n _cacheEvents.forEach( ( evt ) => {\n delete evt.uid\n delete evt.x\n delete evt.Y\n delete evt.width\n delete evt.height\n delete evt.relation.x\n delete evt.relation.y\n _renewEvents.push( this._registerEventData( '
        ', evt ) )\n })\n }\n this._isCached = this._saveToCache( _renewEvents )\n } else {\n this._loadEvent()\n }\n \n this._placeEvent()\n \n this._isCompleted = true\n \n if ( callback ) {\n this._debug( 'Fired your callback function after reloading timeline.' )\n \n callback( this._element, this._config, userdata )\n }\n }\n \n /**\n * The method that fires when an event on the timeline is clicked\n * Note: You can hook the custom processing with the callback specified in the event parameter\n * @public\n * @param {Object} event - \n */\n openEvent( event ) {\n this._debug( 'openEvent' )\n \n let _that = this,\n _self = event.target,\n $viewer = $(document).find( Selector.EVENT_VIEW ),\n //eventId = parseInt( $(_self).attr( 'id' ).replace( 'evt-', '' ), 10 ),\n uid = $(_self).data( 'uid' ),\n //meta = this.supplement( null, $(_self).data( 'meta' ) ),\n callback = this.supplement( null, $(_self).data( 'callback' ) )\n//console.log( '!openEvent:', _self, $viewer, eventId, uid, meta, callback )\n \n if ( $viewer.length > 0 ) {\n $viewer.each(function() {\n let _cacheEvents = _that._loadToCache(),\n _eventData = _cacheEvents.find( ( event ) => event.uid === uid ),\n _label = $('
        ', { class: ClassName.VIEWER_EVENT_TITLE }),\n _content = $('
        ', { class: ClassName.VIEWER_EVENT_CONTENT }),\n _meta = $('
        ', { class: ClassName.VIEWER_EVENT_META }),\n _image = $('
        ', { class: ClassName.VIEWER_EVENT_IMAGE_WRAPPER })\n \n//console.log( '!openEvent:', $(this), $(_self).html(), _eventData.label )\n \n $(this).empty() // Initialize Viewer\n if ( ! _that.is_empty( _eventData.image ) ) {\n _image.append( `` )\n $(this).append( _image )\n }\n if ( ! _that.is_empty( _eventData.label ) ) {\n _label.html( _eventData.label )\n $(this).append( _label )\n }\n if ( ! _that.is_empty( _eventData.content ) ) {\n _content.html( _eventData.content )\n $(this).append( _content )\n }\n if ( ! _that.is_empty( _eventData.rangeMeta ) ) {\n _meta.html( _eventData.rangeMeta )\n $(this).append( _meta )\n }\n \n })\n }\n \n if ( callback ) {\n this._debug( `The callback \"${callback}\" was called by the \"openEvent\" method.` )\n \n try {\n Function.call( null, `return ${callback}` )()\n } catch ( e ) {\n throw new TypeError( e )\n }\n }\n }\n \n /**\n * Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked\n * @public\n * @param {Object} event - \n */\n zoomScale( event ) {\n this._debug( 'zoomScale' )\n \n let _elem = event.target,\n ruler_item = $(_elem).data( 'ruler-item' ),\n scaleMap = {\n millennium : { years: 1000, lower: 'century', minGrids: 10 },\n century : { years: 100, lower: 'decade', minGrids: 10 },\n decade : { years: 10, lower: 'lustrum', minGrids: 2 },\n lustrum : { years: 5, lower: 'year', minGrids: 5 },\n year : { years: 1, lower: 'month', minGrids: 12 },\n month : { lower: 'day', minGrids: 28 },\n week : { lower: 'day', minGrids: 7 },\n day : { lower: 'hour', minGrids: 24 },\n weekday : { lower: 'hour', minGrids: 24 },\n hour : { lower: 'minute', minGrids: 60 },\n minute : { lower: 'second', minGrids: 60 },\n second : { lower: null, minGrids: 60 }\n },\n getZoomScale = ( ruler_item ) => {\n let [ scale, date_seed ] = ruler_item.split('-'),\n min_grids = scaleMap[scale].minGrids,\n begin_date, end_date, base_year, base_month, week_num, base_day, is_remapping, _tmpDate\n \n switch ( true ) {\n case /^millennium$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^decade$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n begin_date = `${( ( date_seed - 1 ) * scaleMap[scale].years ) + 1}/1/1`\n _tmpDate = new Date( begin_date, 0, 1 ).setFullYear( date_seed * scaleMap[scale].years + 1 )\n _tmpDate = new Date( _tmpDate - 1 )\n end_date = `${_tmpDate.getFullYear()}/${_tmpDate.getMonth()+1}/${_tmpDate.getDate()} 23:59:59`\n break\n case /^year$/i.test( scale ):\n begin_date = `${date_seed}/1/1`\n _tmpDate = new Date( date_seed, 0, 1 ).setFullYear( parseInt( date_seed, 10 ) + 1 )\n _tmpDate = new Date( _tmpDate - 1 )\n end_date = `${_tmpDate.getFullYear()}/${_tmpDate.getMonth()+1}/${_tmpDate.getDate()} 23:59:59`\n break\n case /^month$/i.test( scale ):\n [ base_year, base_month ] = date_seed.split('/')\n is_remapping = parseInt( base_year, 10 ) < 100\n begin_date = new Date( base_year, parseInt( base_month, 10 ) - 1, 1 )\n if ( begin_date.getMonth() == 11 ) {\n _tmpDate = new Date( begin_date.getFullYear() + 1, 0, 1 ).setFullYear( parseInt( base_year, 10 ) + 1 )\n } else {\n _tmpDate = new Date( begin_date.getFullYear(), begin_date.getMonth() + 1, 1 ).setFullYear( parseInt( base_year, 10 ) )\n }\n begin_date = begin_date.toString()\n end_date = new Date( _tmpDate - 1 ).toString()\n break\n case /^week$/i.test( scale ):\n [ base_year, week_num ] = date_seed.split(',')\n is_remapping = parseInt( base_year, 10 ) < 100\n _tmpDate = new Date( base_year, 0, 1 )\n if ( is_remapping ) {\n _tmpDate.setFullYear( base_year )\n }\n begin_date = new Date( _tmpDate.getTime() + ( week_num * 7 * 24 * 60 * 60 * 1000 ) ).toString()\n end_date = new Date( new Date( begin_date ).getTime() + ( 7 * 24 * 60 * 60 * 1000 ) - 1 ).toString()\n break\n case /^day$/i.test( scale ):\n case /^weekday$/i.test( scale ):\n if ( 'weekday' === scale ) {\n let _tmp = date_seed.split(',')\n date_seed = _tmp[0]\n }\n [ base_year, base_month, base_day ] = date_seed.split('/')\n is_remapping = parseInt( base_year, 10 ) < 100\n _tmpDate = new Date( base_year, parseInt( base_month, 10 ) - 1, base_day )\n begin_date = _tmpDate.toString()\n end_date = new Date( _tmpDate.getTime() + ( 24 * 60 * 60 * 1000 ) - 1 ).toString()\n//console.log( date_seed, base_year, week_num, begin_date, _tmpDate, new Date( _tmpDate ), new Date( _tmpDate - 1 ) )\n break\n case /^hour$/i.test( scale ):\n case /^minute$/i.test( scale ):\n begin_date = `${date_seed}:00`\n end_date = `${date_seed}:59`\n break\n default:\n begin_date = null\n end_date = null\n break\n }\n \n scale = scaleMap.hasOwnProperty( scale ) ? scaleMap[scale].lower : scale\n return [ scale, begin_date, end_date, min_grids ]\n },\n [ to_scale, begin_date, end_date, min_grids ] = getZoomScale( ruler_item ),\n zoom_options = {\n startDatetime : begin_date,\n endDatetime : end_date,\n scale : to_scale,\n }\n \n if ( this.is_empty( zoom_options.scale ) ) {\n return\n }\n if ( this._config.wrapScale ) {\n let _wrap = Math.ceil( ( $(this._element).find(Selector.TIMELINE_CONTAINER).width() - $(this._element).find(Selector.TIMELINE_SIDEBAR).width() ) / min_grids ),\n _originMinGridSize\n \n if ( ! this._config.hasOwnProperty( 'originMinGridSize' ) ) {\n // Keep an original minGridSize as cache\n this._config.originMinGridSize = this._config.minGridSize\n }\n _originMinGridSize = this._config.originMinGridSize\n zoom_options.minGridSize = Math.max( _wrap, _originMinGridSize )\n }\n// console.log( ruler_item, zoom_options, this._config.wrapScale, this._config.minGridSize )\n \n this.reload( [zoom_options] )\n \n }\n \n /**\n * Show the loader\n * @public\n */\n showLoader() {\n this._debug( 'showLoader' )\n \n let _elem = this._element,\n _opts = this._config,\n _container = $(_elem).find( Selector.TIMELINE_CONTAINER ),\n width = _container.length > 0 ? _container.width() : $(_elem).width(),\n height = ( _container.length > 0 ? _container.height() : $(_elem).height() ) || 120,\n _loader = $('
        ', { id: 'jqtl-loader', style: `width:${width}px;height:${height}px;` })\n \n//console.log( '!showLoader:', width, height, _container.length )\n if ( _opts.loader === false ) {\n return\n }\n \n if ( $(_opts.loader).length == 0 ) {\n let _loading_text = LOADING_MESSAGE.match(/[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]|[\\s\\S]|^$/g).filter( Boolean )\n \n _loading_text.forEach( ( str, idx ) => {\n let _fountain_text = $('
        ', { id: `jqtl-loading_${( idx + 1 )}`, class: ClassName.LOADER_ITEM }).text( str )\n _loader.append( _fountain_text )\n })\n } else {\n let _custom_loader = $(_opts.loader).clone().prop( 'hidden', false ).css( 'display', 'block' )\n _loader.append( _custom_loader )\n }\n \n if ( $(_elem).find( Selector.LOADER ).length == 0 ) {\n if ( _container.length > 0 ) {\n _container.append( _loader )\n } else {\n $(_elem).css( 'position', 'relative' ).css( 'min-height', `${height}px` ).append( _loader )\n }\n }\n }\n \n /**\n * Hide the loader\n * @public\n */\n hideLoader() {\n this._debug( 'hideLoader' )\n \n $(this._element).find( Selector.LOADER ).remove()\n }\n \n \n /* ----------------------------------------------------------------------------------------------------------------\n * Utility Api\n * ----------------------------------------------------------------------------------------------------------------\n */\n \n /**\n * Determine empty that like PHP\n * @param {!(number|string|Object|number[]|boolean)} value - Variable you want to check\n * @return {boolean}\n */\n is_empty( value ) {\n if ( value == null ) {\n // typeof null -> object : for hack a bug of ECMAScript\n // Refer: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/typeof\n return true\n }\n switch ( typeof value ) {\n case 'object':\n if ( Array.isArray( value ) ) {\n // When object is array:\n return ( value.length === 0 )\n } else {\n // When object is not array:\n if ( Object.keys( value ).length > 0 || Object.getOwnPropertySymbols( value ).length > 0 ) {\n return false\n } else\n if ( value.valueOf().length !== undefined ) {\n return ( value.valueOf().length === 0 )\n } else\n if ( typeof value.valueOf() !== 'object' ) {\n return this.is_empty( value.valueOf() )\n } else {\n return true\n }\n }\n case 'string':\n return ( value === '' )\n case 'number':\n return ( value == 0 )\n case 'boolean':\n return ! value\n case 'undefined':\n case 'null':\n return true\n case 'symbol': // Since ECMAScript6\n case 'function':\n default:\n return false\n }\n }\n \n /**\n * Determine whether variable is an Object\n * @param {!(number|string|Object|boolean)} item - Variable you want to check\n * @return {boolean}\n */\n is_Object( item ) {\n return (item && typeof item === 'object' && ! Array.isArray( item ))\n }\n \n /**\n * Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"\n * @param {!Object} target - \n * @param {!Object} source - \n * @return {Object}\n */\n mergeDeep( target, source ) {\n let output = Object.assign( {}, target )\n \n if ( this.is_Object( target ) && this.is_Object( source ) ) {\n for ( const key of Object.keys( source ) ) {\n if ( this.is_Object( source[key] ) ) {\n if ( ! ( key in target ) ) {\n Object.assign( output, { [key]: source[key] } )\n } else {\n output[key] = this.mergeDeep( target[key], source[key] )\n }\n } else {\n Object.assign( output, { [key]: source[key] } )\n }\n }\n }\n return output\n }\n \n /**\n * Determine whether the object is iterable\n * @param {!Object} obj - \n * @return {boolean}\n */\n is_iterable( obj ) {\n return obj && typeof obj[Symbol.iterator] === 'function'\n }\n \n /**\n * Add an @@iterator method to non-iterable object\n * @param {!Object} obj - \n * @return {Object}\n */\n toIterableObject( obj ) {\n if ( this.is_iterable( obj ) ) {\n return obj\n }\n \n obj[Symbol.iterator] = () => {\n let index = 0\n \n return {\n next() {\n if ( obj.length <= index ) {\n return { done: true }\n } else {\n return { value: obj[index++] }\n }\n }\n }\n }\n \n return obj\n }\n \n /**\n * Await until next process at specific millisec\n * @param {number} [msec=1] - Millisecond\n */\n sleep( msec = 1 ) {\n return new Promise( ( resolve ) => {\n setTimeout( resolve, msec )\n })\n }\n \n /**\n * Supplemental method for validating arguments in local scope\n * @param {!(number|string|Object|boolean)} default_value - \n * @param {?(number|string|Object|boolean)} opt_arg - \n * @param {?(number|string|Object|boolean)} opt_callback - function or string of function to call\n * @return {number|string|Object|boolean}\n */\n supplement( default_value, opt_arg, opt_callback ) {\n if ( opt_arg === undefined ) {\n return default_value\n }\n if ( opt_callback === undefined ) {\n return opt_arg\n }\n return opt_callback( default_value, opt_arg )\n }\n \n /**\n * Generate the pluggable unique id\n * @param {number} [digit=1000] - \n * @return {string}\n */\n generateUniqueID( digit = 1000 ) {\n return new Date().getTime().toString(16) + Math.floor( digit * Math.random() ).toString(16)\n }\n \n /**\n * Round a number with specific digit\n * @param {!number} number - \n * @param {?number} digit - Defaults to 0\n * @param {string} [round_type=\"round\"] - \n * @return {number}\n */\n numRound( number, digit, round_type = 'round' ) {\n digit = this.supplement( 0, digit, this.validateNumeric )\n let _pow = Math.pow( 10, digit )\n \n switch ( true ) {\n case /^ceil$/i.test( round_type ):\n return Math.ceil( number * _pow ) / _pow\n case /^floor$/i.test( round_type ):\n return Math.floor( number * _pow ) / _pow\n case /^round$/i.test( round_type ):\n default:\n return Math.round( number * _pow ) / _pow\n }\n }\n \n /**\n * Convert hex of color code to rgba\n * @param {!string} hex - \n * @param {number} [alpha=1] - \n * @return {string}\n */\n hexToRgbA( hex, alpha = 1 ) {\n let _c\n \n if ( /^#([A-Fa-f0-9]{3}){1,2}$/.test( hex ) ) {\n _c = hex.substring(1).split('')\n if ( _c.length == 3 ) {\n _c= [ _c[0], _c[0], _c[1], _c[1], _c[2], _c[2] ]\n }\n _c = `0x${_c.join('')}`\n return `rgba(${[ (_c >> 16) & 255, (_c >> 8) & 255, _c & 255 ].join(',')},${alpha})`\n }\n // throw new Error( 'Bad Hex' )\n return hex\n }\n \n /**\n * Get the correct datetime with remapping to that if the year is 0 - 99\n * @param {!string} datetime_str - \n * @return {?Object} - Date Object, or null if failed\n */\n getCorrectDatetime( datetime_str ) {\n let normalizeDate = ( dateString ) => {\n // For Safari, IE\n let _d = dateString.replace(/-/g, '/')\n return /^\\d{1,4}\\/\\d{1,2}$/.test( _d ) ? `${_d}/1` : _d\n },\n getDateObject = ( datetime_str ) => {\n let _chk_str = normalizeDate( datetime_str ),\n _ymd, _his, _parts, _date\n \n switch ( true ) {\n case /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))(| \\d{1,2}(|:\\d{1,2}(|:\\d{1,2})))$/i.test( _chk_str ): {\n [ _ymd, _his ] = _chk_str.split(' ')\n _parts = _ymd.split('/')\n if ( _parts[1] ) {\n _parts[1] = parseInt( _parts[1], 10 ) - 1 // to month index\n }\n if ( _his ) {\n _parts.push( ..._his.split(':') )\n }\n _date = new Date( new Date( ..._parts ).setFullYear( parseInt( _parts[0], 10 ) ) )\n break\n }\n case /^\\d+$/.test( _chk_str ):\n _date = new Date( 1, 0, 1 ).setFullYear( parseInt( _chk_str, 10 ) )\n break\n default:\n _date = new Date( _chk_str.toString() )\n break\n } \n return _date\n },\n _checkDate = getDateObject( datetime_str )\n \n if ( isNaN( _checkDate ) || this.is_empty( _checkDate ) ) {\n console.warn( `\"${datetime_str}\" Cannot parse date because invalid format.` )\n return null\n }\n /*\n let _tempDate = new Date( normalizeDate( datetime_str ) ),\n _chk_date = datetime_str.split( /-|\\// )\n \n if ( parseInt( _chk_date[0], 10 ) < 100 ) {\n // Remapping if year is 0-99\n _tempDate.setFullYear( parseInt( _chk_date[0], 10 ) )\n }\n \n return _tempDate\n */\n if ( typeof _checkDate !== 'object' ) {\n _checkDate = new Date( _checkDate )\n }\n//console.log( '!getCorrectDatetime::input:', datetime_str, '::output:', _checkDate, typeof _checkDate )\n return _checkDate\n }\n \n /**\n * Method to get week number as extension of Date object\n * @param {!string} date_str - \n * @return {number}\n */\n getWeek( date_str ) {\n let targetDate, _str, _onejan,\n _millisecInDay = 24 * 60 * 60 * 1000\n \n if ( /^\\d{1,4}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( date_str ) ) {\n _str = date_str.split('/')\n if ( ! this.is_empty( _str[1] ) ) {\n _str[1] = parseInt( _str[1], 10 ) - 1 // To month index\n }\n//console.log( '!getWeek:', _str )\n targetDate = new Date( ..._str )\n } else {\n targetDate = new Date( date_str )\n }\n _onejan = new Date( targetDate.getFullYear(), 0, 1 )\n return Math.ceil( ( ( ( targetDate - _onejan ) / _millisecInDay ) + _onejan.getDay() + 1 ) / 7 )\n }\n \n /**\n * Retrieve one higher scale\n * @param {!string} scale - \n * @return {string} - String of higher scale\n */\n getHigherScale( scale ) {\n let higher_scale = scale\n \n switch ( true ) {\n case /^millisec(|ond)s?$/i.test( scale ):\n higher_scale = 'second'\n break\n case /^seconds?$/i.test( scale ):\n higher_scale = 'minute'\n break\n case /^minutes?$/i.test( scale ):\n higher_scale = 'hour'\n break\n case /^quarter-?(|hour)$/i.test( scale ):\n case /^half-?(|hour)$/i.test( scale ):\n case /^hours?$/i.test( scale ):\n higher_scale = 'day'\n break\n case /^days?$/i.test( scale ):\n case /^weeks?$/i.test( scale ):\n higher_scale = 'month'\n break\n case /^months?$/i.test( scale ):\n higher_scale = 'year'\n break\n case /^years?$/i.test( scale ):\n higher_scale = 'lustrum'\n break\n case /^lustrum$/i.test( scale ):\n higher_scale = 'decade'\n break\n case /^dec(ade|ennium)$/i.test( scale ):\n higher_scale = 'century'\n break\n case /^century$/i.test( scale ):\n higher_scale = 'millennium'\n break\n case /^millenniums?|millennia$/i.test( scale ):\n default:\n break\n }\n return higher_scale\n }\n \n /**\n * Retrieve the date string of specified locale\n * @param {!string} date_seed - \n * @param {string} [scale=\"\"] - \n * @param {string} [locales=\"en-US\"] - \n * @param {Object} [options={}] - \n * @return {string} Locale string\n */\n getLocaleString( date_seed, scale = '', locales = 'en-US', options = {} ) {\n function toLocaleStringSupportsLocales() {\n try {\n new Date().toLocaleString( 'i' )\n } catch ( e ) {\n return e.name === \"RangeError\";\n }\n return false;\n }\n let is_toLocalString = toLocaleStringSupportsLocales(),\n locale_string = '',\n _options = {},\n getOrdinal = ( n ) => {\n let s = [ 'th', 'st', 'nd', 'rd' ], v = n % 100\n return n + ( s[(v - 20)%10] || s[v] || s[0] )\n },\n getZerofill = ( num, digit = 4 ) => {\n let strDuplicate = ( n, str ) => Array( n + 1 ).join( str ),\n zero = strDuplicate( digit - num.length, '0' )\n \n return String( num ).length == digit ? String( num ) : ( zero + num ).substr( num * -1 )\n },\n parseDatetime = ( date_str ) => {\n let [ _ymd, _his ] = date_str.split(' '),\n _parts = []\n \n if ( /^\\d{1,4}\\/\\d{1,2}\\/\\d{1,2}$/.test( _ymd ) ) {\n _str = _ymd.split('/')\n _parts.push( ..._str )\n }\n if ( /^\\d{1,2}(|:\\d{1,2}(|:\\d{1,2}))$/.test( _his ) ) {\n _str = _his.split(':')\n _parts.push( ..._str )\n }\n if ( _parts.length > 0 ) {\n return new Date( ..._parts )\n } else {\n return new Date( date_str )\n }\n },\n _prop, _temp, _str, _num\n \n for ( _prop in options ) {\n if ( _prop === 'timeZone' || _prop === 'hour12' ) {\n _options[_prop] = options[_prop]\n }\n }\n//console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], is_toLocalString )\n \n switch ( true ) {\n case /^millenniums?|millennia$/i.test( scale ):\n case /^century$/i.test( scale ):\n case /^dec(ade|ennium)$/i.test( scale ):\n case /^lustrum$/i.test( scale ):\n if ( options.hasOwnProperty( scale ) && options[scale] === 'ordinal' ) {\n locale_string = getOrdinal( date_seed )\n } else {\n locale_string = date_seed\n }\n break\n case /^years?$/i.test( scale ):\n if ( is_toLocalString && options.hasOwnProperty( scale ) ) {\n if ( [ 'numeric', '2-digit' ].includes( options[scale] ) ) {\n _options.year = options[scale]\n locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else\n if ( 'zerofill' === options[scale] ) {\n locale_string = getZerofill( date_seed )\n }\n }\n locale_string = this.is_empty( locale_string ) ? this.getCorrectDatetime( date_seed ).getFullYear() : locale_string\n break\n case /^months?$/i.test( scale ):\n if ( is_toLocalString && options.hasOwnProperty( scale ) ) {\n if ( [ 'numeric', '2-digit', 'narrow', 'short', 'long' ].includes( options[scale] ) ) {\n _options.month = options[scale]\n locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n }\n }\n if ( this.is_empty( locale_string ) || isNaN( locale_string ) ) {\n if ( /^\\d{1,2}\\/\\d{1,2}(|\\/\\d{1,2})$/.test( date_seed ) ) {\n _str = date_seed.split('/')\n _temp = new Date( _str[0], parseInt( _str[1] - 1 ), 1 )\n locale_string = _temp.toLocaleString( locales, _options )\n }\n }\n break\n case /^weeks?$/i.test( scale ):\n [ _str, _num ] = date_seed.split(',')\n//console.log( date_seed, _str, _num, new Date( _str ), parseDatetime( _str ), this.getCorrectDatetime( _str ) )\n if ( options.hasOwnProperty( scale ) && options[scale] === 'ordinal' ) {\n locale_string = getOrdinal( parseInt( _num, 10 ) )\n } else {\n locale_string = _num\n }\n break\n case /^weekdays?$/i.test( scale ):\n [ _str, _num ] = date_seed.split(',')\n if ( /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( _str ) ) {\n _str = _str.split('/')\n _temp = new Date( ..._str )\n } else {\n _temp = new Date( _str )\n }\n if ( is_toLocalString ) {\n _options.weekday = options.hasOwnProperty('weekday') ? options.weekday : 'narrow'\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( _temp[0] ).toLocaleString( locales, _options )\n } else {\n let _weekday = [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ]\n locale_string = _weekday[parseInt( _num, 10 )]\n }\n break\n case /^days?$/i.test( scale ):\n if ( /^\\d{1,2}(|\\/\\d{1,2}(|\\/\\d{1,2}))$/.test( date_seed ) ) {\n _str = date_seed.split('/')\n _temp = new Date( ..._str )\n } else {\n _temp = new Date( date_seed )\n }\n if ( is_toLocalString ) {\n _options.day = options.hasOwnProperty('day') ? options.day : 'numeric'\n locales = options.hasOwnProperty('day') ? locales : 'en-US'\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getDate()\n //locale_string = this.getCorrectDatetime( date_seed ).getDate()\n }\n break\n case /^hours?$/i.test( scale ):\n case /^(half|quarter)-?hours?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n if ( options.hasOwnProperty('minute') ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getHours()\n //locale_string = this.getCorrectDatetime( date_seed ).getHours()\n }\n break\n case /^minutes?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n if ( options.hasOwnProperty('hour') ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getMinutes()\n //locale_string = this.getCorrectDatetime( date_seed ).getMinutes()\n }\n break\n case /^seconds?$/i.test( scale ):\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n if ( is_toLocalString ) {\n _options.second = options.hasOwnProperty('second') ? options.second : 'numeric'\n if ( options.hasOwnProperty('hour') ) {\n _options.hour = options.hasOwnProperty('hour') ? options.hour : 'numeric'\n }\n if ( options.hasOwnProperty('minute') ) {\n _options.minute = options.hasOwnProperty('minute') ? options.minute : 'numeric'\n }\n locale_string = _temp.toLocaleString( locales, _options )\n //locale_string = this.getCorrectDatetime( date_seed ).toLocaleString( locales, _options )\n } else {\n locale_string = _temp.getSeconds()\n //locale_string = this.getCorrectDatetime( date_seed ).getSeconds()\n }\n break\n case /^millisec(|ond)s?$/i.test( scale ):\n default:\n _temp = typeof date_seed === 'string' ? parseDatetime( date_seed ) : new Date( date_seed )\n locale_string = _temp.toString()\n //locale_string = this.getCorrectDatetime( date_seed )\n break\n }\n//console.log( '!getLocaleString:', date_seed, scale, locales, options[scale], locale_string )\n return locale_string\n }\n \n /**\n * Get the rendering width of the given string\n * @param {!string} str - \n * @return {number}\n */\n strWidth( str ) {\n let _str_ruler = $( '' ),\n _width = 0\n if ( $('#jqtl-str-ruler').length == 0 ) {\n $('body').append( _str_ruler )\n }\n _width = $('#jqtl-str-ruler').text( str ).get(0).offsetWidth\n $('#jqtl-str-ruler').empty()\n return _width\n }\n \n /**\n * Sort an array by value of specific property (Note: destructive method)\n * @example\n * Object.sort( this.compareValues( property, order ) )\n *\n * @param {!string} property - To compare a property of object\n * @param {string} [order=\"asc\"] - Order to sort\n * @return {number} Comparison index\n */\n compareValues( property, order = 'asc' ) {\n return ( a, b ) => {\n if ( ! a.hasOwnProperty( property ) || ! b.hasOwnProperty( property ) ) {\n return 0\n }\n \n const varA = typeof a[property] === 'string' ? a[property].toUpperCase() : a[property]\n const varB = typeof b[property] === 'string' ? b[property].toUpperCase() : b[property]\n \n let comparison = 0\n \n if ( varA > varB ) {\n comparison = 1\n } else\n if ( varA < varB ) {\n comparison = -1\n }\n return order === 'desc' ? comparison * -1 : comparison\n }\n }\n \n /**\n * Validator for string\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateString( def, val ) {\n return typeof val === 'string' && val !== '' ? val : def\n }\n /**\n * Validator for numeric\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateNumeric( def, val ) {\n return typeof val === 'number' ? Number( val ) : def\n }\n /**\n * Validator for boolean\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateBoolean( def, val ) {\n return typeof val === 'boolean' || ( typeof val === 'object' && val !== null && typeof val.valueOf() === 'boolean' ) ? val : def\n }\n /**\n * Validator for object\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateObject( def, val ) {\n return typeof val === 'object' ? val : def\n }\n /**\n * Validator for array\n * @param {!(number|string|Object|boolean)} def - Define instead this value as default if validation failure\n * @param {!(number|string|Object|boolean)} val - Value to validate\n * @return {number|string|Object|boolean}\n */\n validateArray( def, val ) {\n return Object.prototype.toString.call( val ) === '[object Array]' ? val : def\n }\n \n \n // Static\n \n /**\n * Interface for jQuery\n * @interface\n * @param {?(string|Object)} config - The object of plugin options or string of public method\n * @param {?(...string|...Function())} args - Arguments for public method\n */\n static _jQueryInterface( config, ...args ) {\n return this.each(function () {\n let data = $(this).data( DATA_KEY )\n const _config = {\n ...Default,\n ...$(this).data(),\n ...typeof config === 'object' && config ? config : {}\n }\n \n if ( ! data ) {\n // Apply the plugin and store the instance in data\n data = new Timeline( this, _config )\n $(this).data( DATA_KEY, data )\n }\n \n if ( typeof config === 'string' && config.charAt(0) != '_' ) {\n if ( typeof data[config] === 'undefined' ) {\n // Call no method\n throw new ReferenceError( `No method named \"${config}\"` )\n }\n // Call public method\n data[config]( args )\n } else {\n if ( ! data._isInitialized ) {\n data._init()\n }\n }\n })\n }\n \n} // class end\n\n\n/* ----------------------------------------------------------------------------------------------------------------\n * For jQuery\n * ----------------------------------------------------------------------------------------------------------------\n */\n$.fn[NAME] = Timeline._jQueryInterface\n$.fn[NAME].Constructor = Timeline\n$.fn[NAME].noConflict = () => {\n $.fn[NAME] = JQUERY_NO_CONFLICT\n return Timeline._jQueryInterface\n}\n\n/* ----------------------------------------------------------------------------------------------------------------\n * For ESDoc\n * ----------------------------------------------------------------------------------------------------------------\n */\nexport {\n /*\n NAME,\n VERSION,\n DATA_KEY,\n EVENT_KEY,\n PREFIX,\n LOADING_MESSAGE,\n MIN_POINTER_SIZE,\n JQUERY_NO_CONFLICT,\n */\n Default,\n LimitScaleGrids,\n EventParams,\n /*\n Event,\n ClassName,\n Selector,\n */\n Timeline\n}\n", "static": true, "longname": "C:/xampp/htdocs/dev2.ka2.org/jquery.timeline/src/timeline.esdoc.js", "access": "public", @@ -667,7 +667,7 @@ "spread": false, "optional": true, "name": "year", - "description": "The representation of the year. Possible values are \"numeric\", \"2-digit\"." + "description": "The representation of the year. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"zerofill\"." }, { "nullable": null, @@ -687,7 +687,7 @@ "spread": false, "optional": true, "name": "day", - "description": "The representation of the day. Possible values are \"numeric\", \"2-digit\"." + "description": "The representation of the day. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"ordinal\"." }, { "nullable": null, @@ -697,7 +697,7 @@ "spread": false, "optional": true, "name": "hour", - "description": "The representation of the hour. Possible values are \"numeric\", \"2-digit\"." + "description": "The representation of the hour. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\"." }, { "nullable": null, @@ -707,7 +707,7 @@ "spread": false, "optional": true, "name": "minute", - "description": "The representation of the minute. Possible values are \"numeric\", \"2-digit\"." + "description": "The representation of the minute. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\"." }, { "nullable": null, @@ -717,7 +717,7 @@ "spread": false, "optional": true, "name": "second", - "description": "The representation of the second. Possible values are \"numeric\", \"2-digit\"." + "description": "The representation of the second. Possible values are \"numeric\", \"2-digit\". Then an extended value by this plugin is \"fulltime\"." }, { "nullable": null, @@ -1163,6 +1163,182 @@ { "__docId__": 56, "kind": "typedef", + "name": "Effects", + "memberof": "src/timeline.esdoc.js", + "static": true, + "longname": "src/timeline.esdoc.js~Effects", + "access": "public", + "description": "Various effect settings to the timeline object displayed in the DOM", + "since": "2.0.0", + "properties": [ + { + "nullable": null, + "types": [ + "boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "presentTime", + "description": "Whether to show marking a present time on the timeline container." + }, + { + "nullable": null, + "types": [ + "boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "true", + "defaultRaw": true, + "name": "hoverEvent", + "description": "Whether to show the effect when individual events on the timeline container are mouse over." + }, + { + "nullable": null, + "types": [ + "boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "true", + "defaultRaw": true, + "name": "stripedGridRow", + "description": "" + }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "defaultValue": "\"solid\"", + "defaultRaw": "solid", + "name": "horizontalGridStyle", + "description": "The style of horizontal grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\"." + }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "defaultValue": "\"solid\"", + "defaultRaw": "solid", + "name": "verticalGridStyle", + "description": "The style of vertical grid line on the Timeline container. possible values are \"solid\", \"dotted\", \"none\"." + } + ], + "type": { + "types": [ + "Object" + ], + "optional": false, + "name": "Effects" + } + }, + { + "__docId__": 57, + "kind": "typedef", + "name": "EventColors", + "memberof": "src/timeline.esdoc.js", + "static": true, + "longname": "src/timeline.esdoc.js~EventColors", + "access": "public", + "description": "Color scheme to overwrite defaults UI color of the event node", + "since": "2.0.0", + "properties": [ + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "defaultValue": "\"#343A40\"", + "defaultRaw": "#343A40", + "name": "text", + "description": "Defaults to text color of the event node" + }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "defaultValue": "\"#6C757D\"", + "defaultRaw": "#6C757D", + "name": "border", + "description": "Defaults to border color of the event node" + }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "defaultValue": "\"#E7E7E7\"", + "defaultRaw": "#E7E7E7", + "name": "background", + "description": "Defaults to background color of the event node" + } + ], + "type": { + "types": [ + "Object" + ], + "optional": false, + "name": "EventColors" + } + }, + { + "__docId__": 58, + "kind": "typedef", + "name": "ColorScheme", + "memberof": "src/timeline.esdoc.js", + "static": true, + "longname": "src/timeline.esdoc.js~ColorScheme", + "access": "public", + "description": "An option to overwrite defaults UI color of all event nodes", + "since": "2.0.0", + "properties": [ + { + "nullable": null, + "types": [ + "EventColors" + ], + "spread": false, + "optional": true, + "name": "event", + "description": "Color scheme to overwrite defaults UI color of the event node" + }, + { + "nullable": null, + "types": [ + "function" + ], + "spread": false, + "optional": true, + "name": "hookEventColors", + "description": "You can declare a function to set colors with referring the data each event node" + } + ], + "type": { + "types": [ + "Object" + ], + "optional": false, + "name": "ColorScheme" + } + }, + { + "__docId__": 59, + "kind": "typedef", "name": "Default", "memberof": "src/timeline.esdoc.js", "static": true, @@ -1181,7 +1357,7 @@ "defaultValue": "\"bar\"", "defaultRaw": "bar", "name": "type", - "description": "View type of timeline event is either \"bar\" or \"point\"" + "description": "View type of timeline event is either \"bar\" or \"point\" or \"mixed\"" }, { "nullable": null, @@ -1394,6 +1570,36 @@ "name": "eventMeta", "description": "Display meta of range on event node when the timeline type is \"bar\"" }, + { + "nullable": null, + "types": [ + "array." + ], + "spread": false, + "optional": true, + "name": "eventData", + "description": "You can declare the events with object format as default events you want to place" + }, + { + "nullable": null, + "types": [ + "Effects" + ], + "spread": false, + "optional": true, + "name": "effects", + "description": "You can declare effective styles as view of the timeline object" + }, + { + "nullable": null, + "types": [ + "ColorScheme" + ], + "spread": false, + "optional": true, + "name": "colorScheme", + "description": "Can overwrite defaults UI color of the event nodes" + }, { "nullable": null, "types": [ @@ -1476,7 +1682,7 @@ } }, { - "__docId__": 57, + "__docId__": 60, "kind": "typedef", "name": "LimitScaleGrids", "memberof": "src/timeline.esdoc.js", @@ -1652,7 +1858,7 @@ } }, { - "__docId__": 58, + "__docId__": 61, "kind": "typedef", "name": "RelationOption", "memberof": "src/timeline.esdoc.js", @@ -1723,7 +1929,7 @@ } }, { - "__docId__": 59, + "__docId__": 62, "kind": "typedef", "name": "EventParams", "memberof": "src/timeline.esdoc.js", @@ -1879,6 +2085,16 @@ "name": "content", "description": "" }, + { + "nullable": null, + "types": [ + "string" + ], + "spread": false, + "optional": true, + "name": "category", + "description": "" + }, { "nullable": null, "types": [ @@ -1974,7 +2190,7 @@ } }, { - "__docId__": 60, + "__docId__": 63, "kind": "class", "name": "Timeline", "memberof": "src/timeline.esdoc.js", @@ -1985,12 +2201,12 @@ "importPath": "jquery-timeline/src/timeline.esdoc.js", "importStyle": "{Timeline}", "description": "Pluin Core Class", - "lineNumber": 283, + "lineNumber": 323, "since": "2.0.0", "interface": false }, { - "__docId__": 61, + "__docId__": 64, "kind": "constructor", "name": "constructor", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2000,12 +2216,12 @@ "longname": "src/timeline.esdoc.js~Timeline#constructor", "access": "public", "description": null, - "lineNumber": 284, + "lineNumber": 324, "undocument": true, "ignore": true }, { - "__docId__": 62, + "__docId__": 65, "kind": "member", "name": "_config", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2013,7 +2229,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_config", "access": "private", "description": null, - "lineNumber": 286, + "lineNumber": 326, "type": { "nullable": null, "types": [ @@ -2024,7 +2240,7 @@ } }, { - "__docId__": 63, + "__docId__": 66, "kind": "member", "name": "_element", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2032,7 +2248,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_element", "access": "private", "description": null, - "lineNumber": 288, + "lineNumber": 328, "type": { "nullable": null, "types": [ @@ -2043,7 +2259,7 @@ } }, { - "__docId__": 64, + "__docId__": 67, "kind": "member", "name": "_selector", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2051,7 +2267,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_selector", "access": "private", "description": null, - "lineNumber": 290, + "lineNumber": 330, "type": { "nullable": true, "types": [ @@ -2062,7 +2278,7 @@ } }, { - "__docId__": 65, + "__docId__": 68, "kind": "member", "name": "_isInitialized", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2070,7 +2286,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_isInitialized", "access": "private", "description": null, - "lineNumber": 292, + "lineNumber": 332, "type": { "nullable": null, "types": [ @@ -2081,7 +2297,7 @@ } }, { - "__docId__": 66, + "__docId__": 69, "kind": "member", "name": "_isCached", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2089,7 +2305,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_isCached", "access": "private", "description": null, - "lineNumber": 294, + "lineNumber": 334, "type": { "nullable": null, "types": [ @@ -2100,7 +2316,7 @@ } }, { - "__docId__": 67, + "__docId__": 70, "kind": "member", "name": "_isCompleted", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2108,7 +2324,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_isCompleted", "access": "private", "description": null, - "lineNumber": 296, + "lineNumber": 336, "type": { "nullable": null, "types": [ @@ -2119,7 +2335,7 @@ } }, { - "__docId__": 68, + "__docId__": 71, "kind": "member", "name": "_isShown", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2127,7 +2343,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_isShown", "access": "private", "description": null, - "lineNumber": 298, + "lineNumber": 338, "type": { "nullable": null, "types": [ @@ -2138,7 +2354,7 @@ } }, { - "__docId__": 69, + "__docId__": 72, "kind": "member", "name": "_instanceProps", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2146,7 +2362,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_instanceProps", "access": "private", "description": null, - "lineNumber": 300, + "lineNumber": 340, "type": { "nullable": null, "types": [ @@ -2157,7 +2373,26 @@ } }, { - "__docId__": 70, + "__docId__": 73, + "kind": "member", + "name": "_observer", + "memberof": "src/timeline.esdoc.js~Timeline", + "static": false, + "longname": "src/timeline.esdoc.js~Timeline#_observer", + "access": "private", + "description": null, + "lineNumber": 342, + "type": { + "nullable": true, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 74, "kind": "get", "name": "VERSION", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2167,7 +2402,7 @@ "longname": "src/timeline.esdoc.js~Timeline.VERSION", "access": "public", "description": null, - "lineNumber": 306, + "lineNumber": 348, "type": { "nullable": null, "types": [ @@ -2178,7 +2413,7 @@ } }, { - "__docId__": 71, + "__docId__": 75, "kind": "get", "name": "Default", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2188,7 +2423,7 @@ "longname": "src/timeline.esdoc.js~Timeline.Default", "access": "public", "description": null, - "lineNumber": 311, + "lineNumber": 353, "type": { "nullable": null, "types": [ @@ -2199,7 +2434,7 @@ } }, { - "__docId__": 72, + "__docId__": 76, "kind": "method", "name": "_getConfig", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2209,7 +2444,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getConfig", "access": "private", "description": "Define the default options of this plugin", - "lineNumber": 323, + "lineNumber": 365, "params": [ { "nullable": null, @@ -2232,7 +2467,7 @@ } }, { - "__docId__": 73, + "__docId__": 77, "kind": "method", "name": "_filterScaleKeyName", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2242,7 +2477,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_filterScaleKeyName", "access": "private", "description": "Filter the scale key name for LimitScaleGrids", - "lineNumber": 337, + "lineNumber": 379, "params": [ { "nullable": null, @@ -2265,7 +2500,7 @@ } }, { - "__docId__": 74, + "__docId__": 78, "kind": "method", "name": "_init", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2275,12 +2510,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_init", "access": "private", "description": "Initialize the plugin", - "lineNumber": 357, + "lineNumber": 399, "params": [], "return": null }, { - "__docId__": 77, + "__docId__": 81, "kind": "method", "name": "_calcVars", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2290,12 +2525,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_calcVars", "access": "private", "description": "Calculate each properties of the timeline instance", - "lineNumber": 446, + "lineNumber": 488, "params": [], "return": null }, { - "__docId__": 80, + "__docId__": 84, "kind": "method", "name": "_getPluggableDatetime", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2305,7 +2540,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getPluggableDatetime", "access": "private", "description": "Retrieve the pluggable datetime as milliseconds from specified keyword", - "lineNumber": 512, + "lineNumber": 554, "params": [ { "nullable": null, @@ -2338,7 +2573,7 @@ } }, { - "__docId__": 81, + "__docId__": 85, "kind": "method", "name": "_getPluggableParams", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2348,7 +2583,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getPluggableParams", "access": "private", "description": "Retrieve the pluggable parameter as an object", - "lineNumber": 654, + "lineNumber": 696, "params": [ { "nullable": null, @@ -2371,7 +2606,7 @@ } }, { - "__docId__": 82, + "__docId__": 86, "kind": "method", "name": "_getPluggableRows", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2381,7 +2616,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getPluggableRows", "access": "private", "description": "Retrieve the pluggable rows of the timeline", - "lineNumber": 675, + "lineNumber": 717, "return": { "nullable": null, "types": [ @@ -2393,7 +2628,7 @@ "params": [] }, { - "__docId__": 83, + "__docId__": 87, "kind": "method", "name": "_verifyScale", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2403,7 +2638,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_verifyScale", "access": "private", "description": "Verify the allowed scale, then retrieve that scale's millisecond if allowed", - "lineNumber": 691, + "lineNumber": 733, "params": [ { "nullable": null, @@ -2427,7 +2662,7 @@ } }, { - "__docId__": 84, + "__docId__": 88, "kind": "method", "name": "_verifyMaxRenderableRange", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2437,7 +2672,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_verifyMaxRenderableRange", "access": "private", "description": "Verify the display period of the timeline does not exceed the maximum renderable range", - "lineNumber": 784, + "lineNumber": 826, "return": { "nullable": null, "types": [ @@ -2449,7 +2684,7 @@ "params": [] }, { - "__docId__": 85, + "__docId__": 89, "kind": "method", "name": "_renderView", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2459,12 +2694,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_renderView", "access": "private", "description": "Render the view of timeline container", - "lineNumber": 793, + "lineNumber": 835, "params": [], "return": null }, { - "__docId__": 87, + "__docId__": 91, "kind": "method", "name": "_createHeadline", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2474,7 +2709,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createHeadline", "access": "private", "description": "Create the headline of the timeline", - "lineNumber": 855, + "lineNumber": 897, "return": { "nullable": null, "types": [ @@ -2486,7 +2721,7 @@ "params": [] }, { - "__docId__": 88, + "__docId__": 92, "kind": "method", "name": "_createEventContainer", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2496,7 +2731,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createEventContainer", "access": "private", "description": "Create the event container of the timeline", - "lineNumber": 891, + "lineNumber": 933, "return": { "nullable": null, "types": [ @@ -2508,7 +2743,7 @@ "params": [] }, { - "__docId__": 89, + "__docId__": 93, "kind": "method", "name": "_createRuler", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2518,7 +2753,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createRuler", "access": "private", "description": "Create the ruler of the timeline", - "lineNumber": 980, + "lineNumber": 1022, "params": [ { "nullable": null, @@ -2541,7 +2776,7 @@ } }, { - "__docId__": 90, + "__docId__": 94, "kind": "method", "name": "_filterVariableScale", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2551,7 +2786,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_filterVariableScale", "access": "private", "description": "Filter to aggregate the grid width of the variable length scale", - "lineNumber": 1075, + "lineNumber": 1117, "params": [ { "nullable": null, @@ -2574,7 +2809,7 @@ } }, { - "__docId__": 91, + "__docId__": 95, "kind": "method", "name": "_getGridsPerScale", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2584,7 +2819,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getGridsPerScale", "access": "private", "description": "Get the grid number per scale (for fixed length scale)", - "lineNumber": 1176, + "lineNumber": 1218, "params": [ { "nullable": null, @@ -2607,7 +2842,7 @@ } }, { - "__docId__": 92, + "__docId__": 96, "kind": "method", "name": "_createRulerContent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2617,7 +2852,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createRulerContent", "access": "private", "description": "Create the content of ruler of the timeline", - "lineNumber": 1237, + "lineNumber": 1279, "params": [ { "nullable": null, @@ -2660,7 +2895,7 @@ } }, { - "__docId__": 93, + "__docId__": 97, "kind": "method", "name": "_createSideIndex", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2670,7 +2905,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createSideIndex", "access": "private", "description": "Create the side indexes of the timeline", - "lineNumber": 1279, + "lineNumber": 1321, "params": [ { "nullable": null, @@ -2713,7 +2948,7 @@ } }, { - "__docId__": 94, + "__docId__": 98, "kind": "method", "name": "_createFooter", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2723,7 +2958,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createFooter", "access": "private", "description": "Create the footer of the timeline", - "lineNumber": 1322, + "lineNumber": 1364, "return": { "nullable": null, "types": [ @@ -2735,7 +2970,7 @@ "params": [] }, { - "__docId__": 95, + "__docId__": 99, "kind": "method", "name": "_diffDate", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2745,7 +2980,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_diffDate", "access": "private", "description": "Acquire the difference between two dates with the specified scale value", - "lineNumber": 1362, + "lineNumber": 1404, "params": [ { "nullable": null, @@ -2803,7 +3038,7 @@ } }, { - "__docId__": 96, + "__docId__": 100, "kind": "method", "name": "_loadEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2813,12 +3048,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_loadEvent", "access": "private", "description": "Load all enabled events markupped on target element to the timeline object", - "lineNumber": 1466, + "lineNumber": 1508, "params": [], "return": null }, { - "__docId__": 98, + "__docId__": 102, "kind": "method", "name": "_registerEventData", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2828,7 +3063,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_registerEventData", "access": "private", "description": "Register one event data as object", - "lineNumber": 1524, + "lineNumber": 1566, "params": [ { "nullable": null, @@ -2861,7 +3096,7 @@ } }, { - "__docId__": 99, + "__docId__": 103, "kind": "method", "name": "_getCoordinateX", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2871,7 +3106,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getCoordinateX", "access": "private", "description": "Get the coordinate X on the timeline of any date", - "lineNumber": 1616, + "lineNumber": 1658, "params": [ { "nullable": null, @@ -2894,7 +3129,7 @@ } }, { - "__docId__": 100, + "__docId__": 104, "kind": "method", "name": "_saveToCache", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2904,7 +3139,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_saveToCache", "access": "private", "description": "Cache the event data to the web storage", - "lineNumber": 1642, + "lineNumber": 1684, "params": [ { "nullable": null, @@ -2924,7 +3159,7 @@ } }, { - "__docId__": 101, + "__docId__": 105, "kind": "method", "name": "_loadToCache", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2934,7 +3169,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_loadToCache", "access": "private", "description": "Load the cached event data from the web storage", - "lineNumber": 1663, + "lineNumber": 1705, "return": { "nullable": null, "types": [ @@ -2946,7 +3181,7 @@ "params": [] }, { - "__docId__": 102, + "__docId__": 106, "kind": "method", "name": "_removeCache", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2956,12 +3191,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_removeCache", "access": "private", "description": "Remove the cache data on the web storage", - "lineNumber": 1684, + "lineNumber": 1726, "params": [], "return": null }, { - "__docId__": 103, + "__docId__": 107, "kind": "method", "name": "_placeEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2971,12 +3206,12 @@ "longname": "src/timeline.esdoc.js~Timeline#_placeEvent", "access": "private", "description": "Controller method to place event data on timeline\n@private: ", - "lineNumber": 1703, + "lineNumber": 1745, "params": [], "return": null }, { - "__docId__": 104, + "__docId__": 108, "kind": "method", "name": "_createEventNode", "memberof": "src/timeline.esdoc.js~Timeline", @@ -2986,7 +3221,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_createEventNode", "access": "private", "description": "Create an event element on the timeline", - "lineNumber": 1748, + "lineNumber": 1790, "params": [ { "nullable": null, @@ -3009,7 +3244,7 @@ } }, { - "__docId__": 105, + "__docId__": 109, "kind": "method", "name": "_getPointerSize", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3019,7 +3254,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_getPointerSize", "access": "private", "description": "Retrieve the diameter size (pixel) of pointer", - "lineNumber": 1871, + "lineNumber": 1913, "params": [ { "nullable": null, @@ -3053,7 +3288,7 @@ } }, { - "__docId__": 106, + "__docId__": 110, "kind": "method", "name": "_drawRelationLine", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3063,7 +3298,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_drawRelationLine", "access": "private", "description": "Draw the relational lines", - "lineNumber": 1900, + "lineNumber": 1942, "params": [ { "nullable": null, @@ -3079,7 +3314,7 @@ "return": null }, { - "__docId__": 107, + "__docId__": 111, "kind": "method", "name": "_mapPlacedEvents", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3089,7 +3324,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_mapPlacedEvents", "access": "private", "description": "Retrieve the mapping data that placed current events", - "lineNumber": 2147, + "lineNumber": 2189, "return": { "nullable": null, "types": [ @@ -3101,7 +3336,7 @@ "params": [] }, { - "__docId__": 108, + "__docId__": 112, "kind": "method", "name": "_activeEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3111,7 +3346,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_activeEvent", "access": "private", "description": "Event when focus or blur", - "lineNumber": 2181, + "lineNumber": 2223, "params": [ { "nullable": null, @@ -3127,7 +3362,7 @@ "return": null }, { - "__docId__": 109, + "__docId__": 113, "kind": "method", "name": "_hoverPointer", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3137,7 +3372,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_hoverPointer", "access": "private", "description": "Event when hover on the pointer type event", - "lineNumber": 2199, + "lineNumber": 2241, "params": [ { "nullable": null, @@ -3153,7 +3388,7 @@ "return": null }, { - "__docId__": 110, + "__docId__": 114, "kind": "method", "name": "_debug", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3163,7 +3398,7 @@ "longname": "src/timeline.esdoc.js~Timeline#_debug", "access": "private", "description": "Echo the log of plugin for debugging", - "lineNumber": 2231, + "lineNumber": 2273, "params": [ { "nullable": null, @@ -3191,7 +3426,7 @@ "return": null }, { - "__docId__": 111, + "__docId__": 115, "kind": "method", "name": "initialized", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3201,7 +3436,7 @@ "longname": "src/timeline.esdoc.js~Timeline#initialized", "access": "public", "description": "This method is able to call only once after completed an initializing of the plugin", - "lineNumber": 2259, + "lineNumber": 2301, "params": [ { "nullable": true, @@ -3227,7 +3462,7 @@ "return": null }, { - "__docId__": 113, + "__docId__": 117, "kind": "method", "name": "destroy", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3237,12 +3472,12 @@ "longname": "src/timeline.esdoc.js~Timeline#destroy", "access": "public", "description": "Destroy the object to which the plugin is applied", - "lineNumber": 2284, + "lineNumber": 2326, "params": [], "return": null }, { - "__docId__": 114, + "__docId__": 118, "kind": "member", "name": "[_prop]", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3250,7 +3485,7 @@ "longname": "src/timeline.esdoc.js~Timeline#[_prop]", "access": "public", "description": null, - "lineNumber": 2296, + "lineNumber": 2338, "undocument": true, "type": { "types": [ @@ -3260,7 +3495,7 @@ "ignore": true }, { - "__docId__": 115, + "__docId__": 119, "kind": "method", "name": "render", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3270,13 +3505,13 @@ "longname": "src/timeline.esdoc.js~Timeline#render", "access": "public", "description": "", - "lineNumber": 2304, + "lineNumber": 2346, "deprecated": "This method has been deprecated since version 2.0.0", "params": [], "return": null }, { - "__docId__": 116, + "__docId__": 120, "kind": "method", "name": "show", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3286,12 +3521,12 @@ "longname": "src/timeline.esdoc.js~Timeline#show", "access": "public", "description": "Show hidden timeline", - "lineNumber": 2312, + "lineNumber": 2354, "params": [], "return": null }, { - "__docId__": 118, + "__docId__": 122, "kind": "method", "name": "hide", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3301,12 +3536,12 @@ "longname": "src/timeline.esdoc.js~Timeline#hide", "access": "public", "description": "Hide shown timeline", - "lineNumber": 2328, + "lineNumber": 2370, "params": [], "return": null }, { - "__docId__": 120, + "__docId__": 124, "kind": "method", "name": "dateback", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3316,7 +3551,7 @@ "longname": "src/timeline.esdoc.js~Timeline#dateback", "access": "public", "description": "Move shift or expand the range of timeline container as to past direction (to left)", - "lineNumber": 2347, + "lineNumber": 2389, "params": [ { "nullable": true, @@ -3352,7 +3587,7 @@ "return": null }, { - "__docId__": 121, + "__docId__": 125, "kind": "method", "name": "dateforth", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3362,7 +3597,7 @@ "longname": "src/timeline.esdoc.js~Timeline#dateforth", "access": "public", "description": "Move shift or expand the range of timeline container as to futrue direction (to right)", - "lineNumber": 2396, + "lineNumber": 2438, "params": [ { "nullable": true, @@ -3398,7 +3633,7 @@ "return": null }, { - "__docId__": 122, + "__docId__": 126, "kind": "method", "name": "alignment", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3408,7 +3643,7 @@ "longname": "src/timeline.esdoc.js~Timeline#alignment", "access": "public", "description": "Move the display position of the timeline container to the specified position", - "lineNumber": 2444, + "lineNumber": 2486, "params": [ { "nullable": true, @@ -3435,7 +3670,7 @@ "return": null }, { - "__docId__": 123, + "__docId__": 127, "kind": "method", "name": "getOptions", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3445,13 +3680,13 @@ "longname": "src/timeline.esdoc.js~Timeline#getOptions", "access": "public", "description": "", - "lineNumber": 2541, + "lineNumber": 2583, "deprecated": "This method has been deprecated since version 2.0.0", "params": [], "return": null }, { - "__docId__": 124, + "__docId__": 128, "kind": "method", "name": "addEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3461,7 +3696,7 @@ "longname": "src/timeline.esdoc.js~Timeline#addEvent", "access": "public", "description": "Add new events to the rendered timeline object", - "lineNumber": 2551, + "lineNumber": 2593, "params": [ { "nullable": true, @@ -3487,7 +3722,7 @@ "return": null }, { - "__docId__": 125, + "__docId__": 129, "kind": "method", "name": "removeEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3497,7 +3732,7 @@ "longname": "src/timeline.esdoc.js~Timeline#removeEvent", "access": "public", "description": "Remove events from the currently timeline object", - "lineNumber": 2604, + "lineNumber": 2646, "params": [ { "nullable": true, @@ -3523,7 +3758,7 @@ "return": null }, { - "__docId__": 126, + "__docId__": 130, "kind": "method", "name": "updateEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3533,7 +3768,7 @@ "longname": "src/timeline.esdoc.js~Timeline#updateEvent", "access": "public", "description": "Update events on the currently timeline object", - "lineNumber": 2696, + "lineNumber": 2738, "params": [ { "nullable": true, @@ -3559,7 +3794,7 @@ "return": null }, { - "__docId__": 127, + "__docId__": 131, "kind": "method", "name": "reload", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3569,7 +3804,7 @@ "longname": "src/timeline.esdoc.js~Timeline#reload", "access": "public", "description": "Reload the timeline with overridable any options", - "lineNumber": 2751, + "lineNumber": 2793, "params": [ { "nullable": true, @@ -3595,7 +3830,7 @@ "return": null }, { - "__docId__": 136, + "__docId__": 140, "kind": "method", "name": "openEvent", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3605,7 +3840,7 @@ "longname": "src/timeline.esdoc.js~Timeline#openEvent", "access": "public", "description": "The method that fires when an event on the timeline is clicked\nNote: You can hook the custom processing with the callback specified in the event parameter", - "lineNumber": 2825, + "lineNumber": 2867, "params": [ { "nullable": null, @@ -3621,7 +3856,7 @@ "return": null }, { - "__docId__": 137, + "__docId__": 141, "kind": "method", "name": "zoomScale", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3631,7 +3866,7 @@ "longname": "src/timeline.esdoc.js~Timeline#zoomScale", "access": "public", "description": "Be zoomed in scale of the timeline that fires when any scales on the ruler is double clicked", - "lineNumber": 2885, + "lineNumber": 2927, "params": [ { "nullable": null, @@ -3647,7 +3882,7 @@ "return": null }, { - "__docId__": 138, + "__docId__": 142, "kind": "method", "name": "showLoader", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3657,12 +3892,12 @@ "longname": "src/timeline.esdoc.js~Timeline#showLoader", "access": "public", "description": "Show the loader", - "lineNumber": 3005, + "lineNumber": 3047, "params": [], "return": null }, { - "__docId__": 139, + "__docId__": 143, "kind": "method", "name": "hideLoader", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3672,12 +3907,12 @@ "longname": "src/timeline.esdoc.js~Timeline#hideLoader", "access": "public", "description": "Hide the loader", - "lineNumber": 3045, + "lineNumber": 3087, "params": [], "return": null }, { - "__docId__": 140, + "__docId__": 144, "kind": "method", "name": "is_empty", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3687,7 +3922,7 @@ "longname": "src/timeline.esdoc.js~Timeline#is_empty", "access": "public", "description": "Determine empty that like PHP", - "lineNumber": 3062, + "lineNumber": 3104, "params": [ { "nullable": false, @@ -3714,7 +3949,7 @@ } }, { - "__docId__": 141, + "__docId__": 145, "kind": "method", "name": "is_Object", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3724,7 +3959,7 @@ "longname": "src/timeline.esdoc.js~Timeline#is_Object", "access": "public", "description": "Determine whether variable is an Object", - "lineNumber": 3108, + "lineNumber": 3150, "params": [ { "nullable": false, @@ -3750,7 +3985,7 @@ } }, { - "__docId__": 142, + "__docId__": 146, "kind": "method", "name": "mergeDeep", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3760,7 +3995,7 @@ "longname": "src/timeline.esdoc.js~Timeline#mergeDeep", "access": "public", "description": "Merge two objects deeply as polyfill for instead \"$.extend(true,target,source)\"", - "lineNumber": 3118, + "lineNumber": 3160, "params": [ { "nullable": false, @@ -3793,7 +4028,7 @@ } }, { - "__docId__": 143, + "__docId__": 147, "kind": "method", "name": "is_iterable", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3803,7 +4038,7 @@ "longname": "src/timeline.esdoc.js~Timeline#is_iterable", "access": "public", "description": "Determine whether the object is iterable", - "lineNumber": 3142, + "lineNumber": 3184, "params": [ { "nullable": false, @@ -3826,7 +4061,7 @@ } }, { - "__docId__": 144, + "__docId__": 148, "kind": "method", "name": "toIterableObject", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3836,7 +4071,7 @@ "longname": "src/timeline.esdoc.js~Timeline#toIterableObject", "access": "public", "description": "Add an @@iterator method to non-iterable object", - "lineNumber": 3151, + "lineNumber": 3193, "params": [ { "nullable": false, @@ -3859,7 +4094,7 @@ } }, { - "__docId__": 145, + "__docId__": 149, "kind": "method", "name": "sleep", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3869,7 +4104,7 @@ "longname": "src/timeline.esdoc.js~Timeline#sleep", "access": "public", "description": "Await until next process at specific millisec", - "lineNumber": 3177, + "lineNumber": 3219, "params": [ { "nullable": null, @@ -3891,7 +4126,7 @@ } }, { - "__docId__": 146, + "__docId__": 150, "kind": "method", "name": "supplement", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3901,7 +4136,7 @@ "longname": "src/timeline.esdoc.js~Timeline#supplement", "access": "public", "description": "Supplemental method for validating arguments in local scope", - "lineNumber": 3190, + "lineNumber": 3232, "params": [ { "nullable": false, @@ -3956,7 +4191,7 @@ } }, { - "__docId__": 147, + "__docId__": 151, "kind": "method", "name": "generateUniqueID", "memberof": "src/timeline.esdoc.js~Timeline", @@ -3966,7 +4201,7 @@ "longname": "src/timeline.esdoc.js~Timeline#generateUniqueID", "access": "public", "description": "Generate the pluggable unique id", - "lineNumber": 3205, + "lineNumber": 3247, "params": [ { "nullable": null, @@ -3991,7 +4226,7 @@ } }, { - "__docId__": 148, + "__docId__": 152, "kind": "method", "name": "numRound", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4001,7 +4236,7 @@ "longname": "src/timeline.esdoc.js~Timeline#numRound", "access": "public", "description": "Round a number with specific digit", - "lineNumber": 3216, + "lineNumber": 3258, "params": [ { "nullable": false, @@ -4046,7 +4281,7 @@ } }, { - "__docId__": 149, + "__docId__": 153, "kind": "method", "name": "hexToRgbA", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4056,7 +4291,7 @@ "longname": "src/timeline.esdoc.js~Timeline#hexToRgbA", "access": "public", "description": "Convert hex of color code to rgba", - "lineNumber": 3237, + "lineNumber": 3279, "params": [ { "nullable": false, @@ -4091,7 +4326,7 @@ } }, { - "__docId__": 150, + "__docId__": 154, "kind": "method", "name": "getCorrectDatetime", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4101,7 +4336,7 @@ "longname": "src/timeline.esdoc.js~Timeline#getCorrectDatetime", "access": "public", "description": "Get the correct datetime with remapping to that if the year is 0 - 99", - "lineNumber": 3257, + "lineNumber": 3299, "params": [ { "nullable": false, @@ -4124,7 +4359,7 @@ } }, { - "__docId__": 151, + "__docId__": 155, "kind": "method", "name": "getWeek", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4134,7 +4369,7 @@ "longname": "src/timeline.esdoc.js~Timeline#getWeek", "access": "public", "description": "Method to get week number as extension of Date object", - "lineNumber": 3318, + "lineNumber": 3360, "params": [ { "nullable": false, @@ -4157,7 +4392,7 @@ } }, { - "__docId__": 152, + "__docId__": 156, "kind": "method", "name": "getHigherScale", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4167,7 +4402,7 @@ "longname": "src/timeline.esdoc.js~Timeline#getHigherScale", "access": "public", "description": "Retrieve one higher scale", - "lineNumber": 3341, + "lineNumber": 3383, "params": [ { "nullable": false, @@ -4190,7 +4425,7 @@ } }, { - "__docId__": 153, + "__docId__": 157, "kind": "method", "name": "getLocaleString", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4200,7 +4435,7 @@ "longname": "src/timeline.esdoc.js~Timeline#getLocaleString", "access": "public", "description": "Retrieve the date string of specified locale", - "lineNumber": 3393, + "lineNumber": 3435, "params": [ { "nullable": false, @@ -4259,7 +4494,7 @@ } }, { - "__docId__": 154, + "__docId__": 158, "kind": "method", "name": "strWidth", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4269,7 +4504,7 @@ "longname": "src/timeline.esdoc.js~Timeline#strWidth", "access": "public", "description": "Get the rendering width of the given string", - "lineNumber": 3586, + "lineNumber": 3628, "params": [ { "nullable": false, @@ -4292,7 +4527,7 @@ } }, { - "__docId__": 155, + "__docId__": 159, "kind": "method", "name": "compareValues", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4305,7 +4540,7 @@ "examples": [ "Object.sort( this.compareValues( property, order ) )" ], - "lineNumber": 3606, + "lineNumber": 3648, "params": [ { "nullable": false, @@ -4340,7 +4575,7 @@ } }, { - "__docId__": 156, + "__docId__": 160, "kind": "method", "name": "validateString", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4350,7 +4585,7 @@ "longname": "src/timeline.esdoc.js~Timeline#validateString", "access": "public", "description": "Validator for string", - "lineNumber": 3633, + "lineNumber": 3675, "params": [ { "nullable": false, @@ -4392,7 +4627,7 @@ } }, { - "__docId__": 157, + "__docId__": 161, "kind": "method", "name": "validateNumeric", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4402,7 +4637,7 @@ "longname": "src/timeline.esdoc.js~Timeline#validateNumeric", "access": "public", "description": "Validator for numeric", - "lineNumber": 3642, + "lineNumber": 3684, "params": [ { "nullable": false, @@ -4444,7 +4679,7 @@ } }, { - "__docId__": 158, + "__docId__": 162, "kind": "method", "name": "validateBoolean", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4454,7 +4689,7 @@ "longname": "src/timeline.esdoc.js~Timeline#validateBoolean", "access": "public", "description": "Validator for boolean", - "lineNumber": 3651, + "lineNumber": 3693, "params": [ { "nullable": false, @@ -4496,7 +4731,7 @@ } }, { - "__docId__": 159, + "__docId__": 163, "kind": "method", "name": "validateObject", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4506,7 +4741,7 @@ "longname": "src/timeline.esdoc.js~Timeline#validateObject", "access": "public", "description": "Validator for object", - "lineNumber": 3660, + "lineNumber": 3702, "params": [ { "nullable": false, @@ -4548,7 +4783,7 @@ } }, { - "__docId__": 160, + "__docId__": 164, "kind": "method", "name": "validateArray", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4558,7 +4793,7 @@ "longname": "src/timeline.esdoc.js~Timeline#validateArray", "access": "public", "description": "Validator for array", - "lineNumber": 3669, + "lineNumber": 3711, "params": [ { "nullable": false, @@ -4600,7 +4835,7 @@ } }, { - "__docId__": 161, + "__docId__": 165, "kind": "method", "name": "_jQueryInterface", "memberof": "src/timeline.esdoc.js~Timeline", @@ -4610,7 +4845,7 @@ "longname": "src/timeline.esdoc.js~Timeline._jQueryInterface", "access": "private", "description": "Interface for jQuery", - "lineNumber": 3682, + "lineNumber": 3724, "unknown": [ { "tagName": "@interface", @@ -4649,7 +4884,7 @@ }, { "kind": "index", - "content": "

        \n

        jQuery.Timeline V2

        \n\n
      \n \n \n \n \n
      \n\n

      \n You are able to easily create two types of horizontal timeline with this jQuery plugin.\n
      \n
      \n Report bug\n ·\n Request feature\n ·\n Blog\n

      \n

      \n\n
      \n\n## Table of Contents\n\n- [Quick start](#quick-start)\n- [Status](#status)\n- [What's included](#whats-included)\n- [Usage](#usage)\n- [Supported browsers](#supported-browsers)\n- [Tutorials](#tutorials)\n- [Documentation](#documentation)\n- [Example as demonstration](#example-as-demonstration)\n- [Contributions](#contributions)\n- [Creators](#creators)\n- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release.](https://github.com/ka215/jquery.timeline/archive/v2.0.0a3.zip)\n- Clone the repository: `git clone https://github.com/ka215/jquery.timeline.git`\n\n\n## Status\n\n[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://raw.githubusercontent.com/ka215/jquery.timeline/master/LICENSE)\n\n\n## What's included\n\nWithin the download you'll find the following directories and files, logically grouping common assets and providing compiled and minified variations. You'll see something like this:\n\n```\njquery.timeline/\n└── dist/\n ├── jquery.timeline.min.css\n ├── jquery.timeline.min.css.map\n ├── jquery.timeline.min.js\n └── jquery.timeline.min.js.map\n```\n\nWe provide compiled and minified CSS and JS (`jquery.timeline.min.*`). source maps (`jquery.timeline.*.map`) are available for use with certain browsers' developer tools.\n\n\n## Usage\n\nInclude the installed files into your html:\n\n```HTML\n\n\n\n```\n\nBind this plugin in the scope had imported the jQuery:\n\n```JavaScript\n$('#myTimeline').Timeline()\n```\n\n\n## Supported browsers\n\njQuery.Timeline version 2.x supports the following browsers:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      PCMobile
      \"Chrome\"\"Firefox\"\"Safari\"\"IE\"\"Edge\"\"Opera\"\"Android\"\"iOS
      OkOkOkNGOk?OkOk
      \n\nUnfortunately as for the Internet Explorer etc., several methods of this plugin does not work because JavaScript implementation of browser is too immature. Please note that we are not go to support for these legacy browsers in the future.\n\n\n## Tutorials\n\nThe tutorial as a detailed usage of jQuery.Timeline is released [here](https://ka2.org/jquery-timeline/).\n\n\n## Documentation\n\njQuery.Timeline's documentation, included in this repository in the root directory, is built with [ESDoc](https://esdoc.org/) and publicly hosted on GitHub Pages at . The docs may also be run locally.\n\n\n### Documentation for previous releases\n\n- For v2.0.x: \n- For v2.0.x(ESDoc): \n- For v1.0.x: \n- For v1.0.x (Japanese): \n\n## Example as demonstration\n\n[jQuery.Timeline Tester](https://ka2.org/jqtl-v2/)\n\n\n## Contributions\n\nYour donations for plugin development will help us.\n\nDonate URL: \n\n\n## Creators\n\n**ka2 (Katsuhiko Maeno)**\n\n- \n\n## Copyright and license\n\nCode and documentation copyright 2011-2018 the [ka2](https://ka2.org/). Code released under the [MIT License](https://raw.githubusercontent.com/ka215/jquery.timeline/master/LICENSE).\n\n", + "content": "

      \n

      jQuery.Timeline V2

      \n\n \n \n \n \n \n \n
      \"Bar\"Point\"Mixed
      \n\n

      \n You are able to easily create two types of horizontal timeline with this jQuery plugin.\n
      \n
      \n Report bug\n ·\n Request feature\n ·\n Blog\n

      \n

      \n\n[![Build Status](https://travis-ci.org/ka215/jquery.timeline.svg?branch=master)](https://travis-ci.org/ka215/jquery.timeline)\n![David](https://img.shields.io/david/ka215/jquery.timeline.svg)\n![GitHub release](https://img.shields.io/github/release/ka215/jquery.timeline.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/ka215/jquery.timeline/total.svg)\n[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://raw.githubusercontent.com/ka215/jquery.timeline/master/LICENSE)\n\n
      \n\n## Table of Contents\n\n- [Quick start](#quick-start)\n- [What's included](#whats-included)\n- [Usage](#usage)\n- [Supported browsers](#supported-browsers)\n- [Tutorials](#tutorials)\n- [Documentation](#documentation)\n- [Example as demonstration](#example-as-demonstration)\n- [Contributions](#contributions)\n- [Creators](#creators)\n- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\nSeveral quick start options are available:\n\n\n\n\n- [Download the latest release](https://github.com/ka215/jquery.timeline/releases/download/v2.0.0b3/jquery.timeline.v2.0.0b3.zip).\n- Clone the repository: `git clone https://github.com/ka215/jquery.timeline.git`\n\n\n## What's included\n\nWithin the download you'll find the following directories and files, logically grouping common assets and providing compiled and minified variations. You'll see something like this:\n\n```\njquery.timeline/\n└── dist/\n ├── jquery.timeline.min.css\n └── jquery.timeline.min.js\n```\n\nWe provide compiled and minified CSS and JS (`jquery.timeline.min.*`).\nWhen deployed by using task for develop, generated source maps (`jquery.timeline.*.map`) are available for use with certain browsers' developer tools.\n\n\n## Usage\n\nInclude the installed files into your html:\n\n```HTML\n\n\n\n```\n\nNote: You should include the jquery core script before including this plugin javascript file. Also we recommend that would like to add `defer` attribute into script tag.\n\nBind this plugin in the scope had imported the jQuery:\n\n```JavaScript\n$('#myTimeline').Timeline()\n```\n\n\n## Supported browsers\n\njQuery.Timeline version 2.x supports the following browsers:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      PCMobile
      \"Chrome\"\"Firefox\"\"Safari\"\"IE\"\"Edge\"\"Opera\"\"Android\"\"iOS
      OkOkOkNon-compliantOkOkOkOk
      \n\nUnfortunately as for the Internet Explorer etc., several methods of this plugin does not work because JavaScript implementation of browser is too immature. Please note that we are not go to support for these legacy browsers in the future.\n\n\n## Tutorials\n\nThe tutorial as a detailed usage of jQuery.Timeline is released [here](https://ka2.org/jquery-timeline/).\n\n\n## Documentation\n\njQuery.Timeline's documentation, included in this repository in the root directory, is built with [ESDoc](https://esdoc.org/) and publicly hosted on GitHub Pages at . The docs may also be run locally.\n\n\n### Documentation for previous releases\n\n- For v2.0.x: \n- For v2.0.x(ESDoc): \n- For v1.0.x: \n- For v1.0.x (Japanese): \n\n## Example as demonstration\n\n- [jQuery.Timeline Tester](https://ka2.org/jqtl-v2/)\n- [Version 2.x Point Type Timeline DEMO](https://ka2.org/jqtl-v2/demo1.php)\n- [Version 1.x demo](https://ka2.org/jqtl-v1/)\n\n## Contributions\n\nYour donations for plugin development will help us.\n\nDonate URL: \n\n\n## Creators\n\n**ka2 (Katsuhiko Maeno)**\n\n- \n\n## Contributors\n\n- Guillaume Bonnaire [www.gbonnaire.fr](https://www.gbonnaire.fr/)\n\n\n\n## Copyright and license\n\nCode and documentation copyright 2011-2019 the [ka2](https://ka2.org/). Code released under the [MIT License](https://raw.githubusercontent.com/ka215/jquery.timeline/master/LICENSE).\n\n", "longname": "C:\\xampp\\htdocs\\dev2.ka2.org\\jquery.timeline\\README.md", "name": "./README.md", "static": true, @@ -4657,7 +4892,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"jquery-timeline\",\n \"description\": \"jQuery plugin for the horizontal timeline creation\",\n \"version\": \"2.0.0\",\n \"version_short\": \"2.0\",\n \"keywords\": [\n \"javascript\",\n \"jquery-plugin\",\n \"horizontal\",\n \"timeline\",\n \"mobile\",\n \"web\",\n \"es7\"\n ],\n \"homepage\": \"https://ka215.github.io/jquery.timeline/\",\n \"author\": {\n \"name\": \"ka2 (Katsuhiko Maeno)\",\n \"email\": \"ka2@ka2.org\",\n \"url\": \"https://ka2.org/\"\n },\n \"contributors\": [],\n \"scripts\": {\n \"gulp\": \"node ./node_modules/gulp/bin/gulp.js\",\n \"test\": \"$(npm bin)/mocha src/tests/*.js\",\n \"build\": \"browserify ./src/timeline.js -t babelify -o ./lib/timeline.js\",\n \"watch\": \"node ./node_modules/gulp/bin/gulp.js dev\",\n \"esdoc\": \"./node_modules/.bin/esdoc; open ./docs/index.html\"\n },\n \"style\": \"dist/timeline.min.css\",\n \"sass\": \"src/timeline.scss\",\n \"main\": \"dist/timeline.min.js\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/ka215/jquery.timeline.git\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/ka215/jquery.timeline/issues\"\n },\n \"license\": \"MIT\",\n \"babel\": {\n \"presets\": [\n \"@babel/preset-env\"\n ],\n \"plugins\": [],\n \"env\": {\n \"test\": {\n \"plugins\": []\n }\n }\n },\n \"dependencies\": {\n \"jquery\": \"^3.3.1\"\n },\n \"peerDependencies\": {\n \"jquery\": \"1.9.1 - 3\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.1.2\",\n \"@babel/polyfill\": \"^7.0.0\",\n \"@babel/preset-env\": \"^7.1.0\",\n \"@babel/register\": \"^7.0.0\",\n \"babelify\": \"^10.0.0\",\n \"browserify\": \"^16.2.3\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"fancy-log\": \"^1.3.2\",\n \"gulp\": \"gulpjs/gulp#4.0\",\n \"gulp-autoprefixer\": \"^6.0.0\",\n \"gulp-babel\": \"^8.0.0\",\n \"gulp-clean-css\": \"^3.10.0\",\n \"gulp-eslint\": \"^5.0.0\",\n \"gulp-rename\": \"^1.4.0\",\n \"gulp-sass\": \"^4.0.2\",\n \"gulp-sourcemaps\": \"^2.6.4\",\n \"gulp-uglify\": \"^3.0.1\",\n \"mocha\": \"^5.2.0\",\n \"vinyl-buffer\": \"^1.0.1\",\n \"vinyl-source-stream\": \"^2.0.0\"\n },\n \"engines\": {\n \"node\": \">=6\"\n },\n \"files\": [\n \"lib\"\n ]\n}\n", + "content": "{\n \"name\": \"jquery-timeline\",\n \"description\": \"jQuery plugin for the horizontal timeline creation\",\n \"version\": \"2.0.0b3\",\n \"version_short\": \"2.0\",\n \"keywords\": [\n \"javascript\",\n \"jquery-plugin\",\n \"horizontal\",\n \"timeline\",\n \"mobile\",\n \"web\",\n \"es7\"\n ],\n \"homepage\": \"https://ka215.github.io/jquery.timeline/\",\n \"author\": {\n \"name\": \"ka2 (Katsuhiko Maeno)\",\n \"email\": \"ka2@ka2.org\",\n \"url\": \"https://ka2.org/\"\n },\n \"contributors\": [],\n \"scripts\": {\n \"gulp\": \"./node_modules/.bin/gulp --max_old_space_size=8192\",\n \"watch\": \"./node_modules/.bin/gulp --max_old_space_size=8192 dev\",\n \"build-dev\": \"webpack --mode development --config webpack.config.development.js\",\n \"build-prod\": \"webpack --mode production --config webpack.config.production.js\",\n \"esdoc\": \"./node_modules/.bin/esdoc; open ./docs/index.html\",\n \"test\": \"mocha ./test/timeline-spec.js\"\n },\n \"browser\": \"dist/jquery.timeline.min.js\",\n \"style\": \"dist/jquery.timeline.min.css\",\n \"sass\": \"src/timeline.scss\",\n \"main\": \"src/timeline.js\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/ka215/jquery.timeline.git\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/ka215/jquery.timeline/issues\"\n },\n \"license\": \"MIT\",\n \"dependencies\": {\n \"core-js\": \"^3.1.4\",\n \"jquery\": \"^3.3.1\",\n \"regenerator-runtime\": \"^0.13.2\"\n },\n \"peerDependencies\": {\n \"jquery\": \"1.9.1 - 3\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.5.0\",\n \"@babel/plugin-transform-runtime\": \"^7.5.0\",\n \"@babel/preset-env\": \"^7.5.2\",\n \"@babel/register\": \"^7.4.4\",\n \"babel-loader\": \"^8.0.6\",\n \"chai\": \"^4.2.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"gulp\": \"^4.0.1\",\n \"gulp-autoprefixer\": \"^6.1.0\",\n \"gulp-eslint\": \"^6.0.0\",\n \"gulp-rename\": \"^1.4.0\",\n \"gulp-sass\": \"^4.0.2\",\n \"gulp-sourcemaps\": \"^2.6.5\",\n \"jsdom\": \"^15.1.1\",\n \"mocha\": \"^6.1.4\",\n \"sinon\": \"^7.3.2\",\n \"webpack\": \"^4.37.0\",\n \"webpack-cli\": \"^3.3.6\",\n \"webpack-stream\": \"^5.2.1\"\n },\n \"engines\": {\n \"node\": \">=7\"\n },\n \"files\": [\n \"dist/\",\n \"src/\"\n ]\n}\n", "longname": "C:\\xampp\\htdocs\\dev2.ka2.org\\jquery.timeline\\package.json", "name": "package.json", "static": true, diff --git a/docs/script/search_index.js b/docs/script/search_index.js index eb94f4f..281a6f5 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -293,12 +293,30 @@ window.esdocSearchIndex = [ "src/timeline.esdoc.js", "file" ], + [ + "src/timeline.esdoc.js~colorscheme", + "typedef/index.html#static-typedef-ColorScheme", + "src/timeline.esdoc.js~ColorScheme", + "typedef" + ], [ "src/timeline.esdoc.js~default", "typedef/index.html#static-typedef-Default", "src/timeline.esdoc.js~Default", "typedef" ], + [ + "src/timeline.esdoc.js~effects", + "typedef/index.html#static-typedef-Effects", + "src/timeline.esdoc.js~Effects", + "typedef" + ], + [ + "src/timeline.esdoc.js~eventcolors", + "typedef/index.html#static-typedef-EventColors", + "src/timeline.esdoc.js~EventColors", + "typedef" + ], [ "src/timeline.esdoc.js~eventmeta", "typedef/index.html#static-typedef-EventMeta", @@ -557,6 +575,12 @@ window.esdocSearchIndex = [ "src/timeline.esdoc.js~Timeline#_mapPlacedEvents", "method" ], + [ + "src/timeline.esdoc.js~timeline#_observer", + "class/src/timeline.esdoc.js~Timeline.html#instance-member-_observer", + "src/timeline.esdoc.js~Timeline#_observer", + "member" + ], [ "src/timeline.esdoc.js~timeline#_placeevent", "class/src/timeline.esdoc.js~Timeline.html#instance-method-_placeEvent", diff --git a/docs/source.html b/docs/source.html index c5ee6d9..9bba0e6 100644 --- a/docs/source.html +++ b/docs/source.html @@ -2,7 +2,7 @@ - + Source | jQuery.Timeline @@ -30,7 +30,10 @@
      -

      Source 83/85

      +

      Source 84/86

      @@ -61,12 +64,12 @@ - + - - - - + + + +
      src/timeline.esdoc.jssrc/timeline.esdoc.js Timeline97 %83/85166386 byte37502019-05-06 08:30:03 (UTC)97 %84/86168776 byte37922019-09-02 09:04:15 (UTC)
      diff --git a/docs/typedef/index.html b/docs/typedef/index.html index 23aaff4..90bea8c 100644 --- a/docs/typedef/index.html +++ b/docs/typedef/index.html @@ -30,7 +30,10 @@
      • CTimeline
      • +
      • TColorScheme
      • TDefault
      • +
      • TEffects
      • +
      • TEventColors
      • TEventMeta
      • TEventParams
      • TFooter
      • @@ -56,6 +59,35 @@ + + + +
        +

        + + + + ColorScheme: Object +

        +
        +
        + + +

        An option to overwrite defaults UI color of all event nodes

        +
        +
        + + + + since 2.0.0 + + + + + public + + + @@ -85,6 +117,64 @@ + + + +
        +

        + + + + Effects: Object +

        +
        +
        + + +

        Various effect settings to the timeline object displayed in the DOM

        +
        +
        + + + + since 2.0.0 + + + + + public + + + + + + +
        +

        + + + + EventColors: Object +

        +
        +
        + + +

        Color scheme to overwrite defaults UI color of the event node

        +
        +
        + + + + since 2.0.0 + + + + + public + + + @@ -369,6 +459,74 @@

      Static Public

      +
      +

      + public + + + + + + ColorScheme: Object + + + since 2.0.0 + source + +

      + + + + +

      An option to overwrite defaults UI color of all event nodes

      +
      + + + +
      +

      Properties:

      + + + + + + + + + + + + + + + + + + + +
      NameTypeAttributeDescription
      eventEventColors
      • optional

      Color scheme to overwrite defaults UI color of the event node

      +
      hookEventColorsfunction
      • optional

      You can declare a function to set colors with referring the data each event node

      +
      +
      +
      + + + + + + + + + + + + + + + + + +

      public @@ -407,7 +565,7 @@

      Properties:

      string
      • optional
      • default: "bar"
      -

      View type of timeline event is either "bar" or "point"

      +

      View type of timeline event is either "bar" or "point" or "mixed"

      @@ -549,6 +707,27 @@

      Properties:

      Display meta of range on event node when the timeline type is "bar"

      + + eventData + array<Object> +
      • optional
      +

      You can declare the events with object format as default events you want to place

      + + + + effects + Effects +
      • optional
      +

      You can declare effective styles as view of the timeline object

      + + + + colorScheme + ColorScheme +
      • optional
      +

      Can overwrite defaults UI color of the event nodes

      + + storage string @@ -618,6 +797,177 @@

      Properties:

      +
      +
      +

      + public + + + + + + Effects: Object + + + since 2.0.0 + source + +

      + + + + +

      Various effect settings to the timeline object displayed in the DOM

      +
      + + + +
      +

      Properties:

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      NameTypeAttributeDescription
      presentTimeboolean
      • optional
      • +
      • default: false

      Whether to show marking a present time on the timeline container.

      +
      hoverEventboolean
      • optional
      • +
      • default: true

      Whether to show the effect when individual events on the timeline container are mouse over.

      +
      stripedGridRowboolean
      • optional
      • +
      • default: true
      horizontalGridStylestring
      • optional
      • +
      • default: "solid"

      The style of horizontal grid line on the Timeline container. possible values are "solid", "dotted", "none".

      +
      verticalGridStylestring
      • optional
      • +
      • default: "solid"

      The style of vertical grid line on the Timeline container. possible values are "solid", "dotted", "none".

      +
      +
      +
      + + + + + + + + + + + + + + + + + +
      +
      +

      + public + + + + + + EventColors: Object + + + since 2.0.0 + source + +

      + + + + +

      Color scheme to overwrite defaults UI color of the event node

      +
      + + + +
      +

      Properties:

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      NameTypeAttributeDescription
      textstring
      • optional
      • +
      • default: "#343A40"

      Defaults to text color of the event node

      +
      borderstring
      • optional
      • +
      • default: "#6C757D"

      Defaults to border color of the event node

      +
      backgroundstring
      • optional
      • +
      • default: "#E7E7E7"

      Defaults to background color of the event node

      +
      +
      +
      + + + + + + + + + + + + + + + + +

      @@ -837,6 +1187,12 @@

      Properties:

      • optional
      + + category + string +
      • optional
      + + image string @@ -1334,7 +1690,7 @@

      Properties:

      year string
      • optional
      -

      The representation of the year. Possible values are "numeric", "2-digit".

      +

      The representation of the year. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "zerofill".

      @@ -1348,28 +1704,28 @@

      Properties:

      day string
      • optional
      -

      The representation of the day. Possible values are "numeric", "2-digit".

      +

      The representation of the day. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "ordinal".

      hour string
      • optional
      -

      The representation of the hour. Possible values are "numeric", "2-digit".

      +

      The representation of the hour. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".

      minute string
      • optional
      -

      The representation of the minute. Possible values are "numeric", "2-digit".

      +

      The representation of the minute. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".

      second string
      • optional
      -

      The representation of the second. Possible values are "numeric", "2-digit".

      +

      The representation of the second. Possible values are "numeric", "2-digit". Then an extended value by this plugin is "fulltime".

      diff --git a/package.json b/package.json index be2efac..08677eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery-timeline", "description": "jQuery plugin for the horizontal timeline creation", - "version": "2.0.0b3", + "version": "2.0.0b4", "version_short": "2.0", "keywords": [ "javascript", diff --git a/src/timeline.esdoc.js b/src/timeline.esdoc.js index 8aa9a82..46b29fb 100644 --- a/src/timeline.esdoc.js +++ b/src/timeline.esdoc.js @@ -1,6 +1,6 @@ /*! * Typedef for jQuery Timeline's ESDoc - * @version: 2.0.0b3 + * @version: 2.0.0b4 */ /** @type {string} [NAME="Timeline"] */ @@ -8,9 +8,7 @@ /** @type {string} DATA_KEY */ /** @type {string} EVENT_KEY */ /** @type {string} PREFIX */ -/** @type {string} LOADING_MESSAGE */ /** @type {number} MIN_POINTER_SIZE */ -/** @type {string} DATA_API_KEY */ /** @type {Object} JQUERY_NO_CONFLICT */ /** @@ -108,17 +106,37 @@ * @typedef {Object} Effects * @property {boolean} [presentTime=false] - Whether to show marking a present time on the timeline container. * @property {boolean} [hoverEvent=true] - Whether to show the effect when individual events on the timeline container are mouse over. + * @property {boolean} [stripedGridRow=true] - * @property {string} [horizontalGridStyle="solid"] - The style of horizontal grid line on the Timeline container. possible values are "solid", "dotted", "none". * @property {string} [verticalGridStyle="solid"] - The style of vertical grid line on the Timeline container. possible values are "solid", "dotted", "none". * @since 2.0.0 */ +/** + * Color scheme to overwrite defaults UI color of the event node + * + * @typedef {Object} EventColors + * @property {string} [text="#343A40"] - Defaults to text color of the event node + * @property {string} [border="#6C757D"] - Defaults to border color of the event node + * @property {string} [background="#E7E7E7"] - Defaults to background color of the event node + * @since 2.0.0 + */ + +/** + * An option to overwrite defaults UI color of all event nodes + * + * @typedef {Object} ColorScheme + * @property {EventColors} [event] - Color scheme to overwrite defaults UI color of the event node + * @property {function} [hookEventColors] - You can declare a function to set colors with referring the data each event node + * @since 2.0.0 + */ + /** * Default options for generating the timeline by the jQuery.Timeline plugin. * Those defaults are overridden to undefined settings of the timeline configuration. * * @typedef {Object} Default - * @property {string} [type="bar"] - View type of timeline event is either "bar" or "point" + * @property {string} [type="bar"] - View type of timeline event is either "bar" or "point" or "mixed" * @property {string} [scale="day"] - Timetable's minimum level scale is either "year", "month", "week", "day", "hour", "minute" * @property {string} [startDatetime="currently"] - Beginning date time of timetable on the timeline. format is ( "^d{4}(/|-)d{2}(/|-)d{2}\sd{2}:d{2}:d{2}$" ) or "currently" * @property {string} [endDatetime="auto"] - Ending date time of timetable on the timeline. format is ( "^d{4}(/|-)d{2}(/|-)d{2}\sd{2}:d{2}:d{2}$" ) or "auto" @@ -137,8 +155,9 @@ * @property {string} [loader="default"] - Custom loader definition, possible values are "default", false and selector of loader element * @property {boolean} [hideScrollbar=false] - Whether or not to display the scroll bar displayed when the width of the timeline overflows (even if it is set to non-display, it will not function depending on the browser) * @property {EventMeta} [eventMeta] - Display meta of range on event node when the timeline type is "bar" - * @property {array.} [eventData] - - * @property {Effects} [effects] - + * @property {array.} [eventData] - You can declare the events with object format as default events you want to place + * @property {Effects} [effects] - You can declare effective styles as view of the timeline object + * @property {ColorScheme} [colorScheme] - Can overwrite defaults UI color of the event nodes * @property {string} [storage="session"] - Specification of Web storage to cache event data, defaults to sessionStorage * @property {boolean} [reloadCacheKeep=true] - Whether to load cached events during reloading, the cache is discarded if false * @property {boolean} [zoom=false] - Whether to use the ability to zoom the scale of the timeline by double clicking on any scale on the ruler @@ -197,6 +216,7 @@ * @property {string} [bdColor="#6C757D"] - * @property {string} [label] - * @property {string} [content] - + * @property {string} [category] - * @property {string} [image] - * @property {number} [margin] - * @property {string} [rangeMeta] - @@ -218,6 +238,9 @@ * @property {string} CLICK_EVENT * @property {string} FOCUSIN_EVENT * @property {string} FOCUSOUT_EVENT + * @property {string} TOUCHSTART_TIMELINE + * @property {string} TOUCHMOVE_TIMELINE + * @property {string} TOUCHEND_TIMELINE * @property {string} MOUSEENTER_POINTER * @property {string} MOUSELEAVE_POINTER * @property {string} ZOOMIN_SCALE @@ -261,6 +284,8 @@ * @property {string} STICKY_LEFT * @property {string} OVERLAY * @property {string} ALIGN_SELF_RIGHT + * @property {string} PRESENT_TIME_MARKER + * @property {string} LOADER_CONTAINER * @property {string} LOADER_ITEM * @since 2.0.0 */ @@ -274,7 +299,9 @@ * @property {string} RULER_TOP * @property {string} RULER_BOTTOM * @property {string} TIMELINE_CONTAINER + * @property {string} TIMELINE_MAIN * @property {string} TIMELINE_RULER_TOP + * @property {string} TIMELINE_EVENT_CONTAINER * @property {string} TIMELINE_RULER_BOTTOM * @property {string} TIMELINE_RULER_ITEM * @property {string} TIMELINE_RELATION_LINES @@ -311,6 +338,8 @@ class Timeline { this._isShown = false /** @type {Object} */ this._instanceProps = {} + /** @type {?Object} */ + this._observer = null } // Getters diff --git a/src/timeline.js b/src/timeline.js index e1b016e..dd2b81b 100644 --- a/src/timeline.js +++ b/src/timeline.js @@ -4,7 +4,7 @@ import "regenerator-runtime/runtime" /*! * jQuery Timeline * ------------------------ - * Version: 2.0.0b3 + * Version: 2.0.0b4 * Author: Ka2 (https://ka2.org/) * Repository: https://github.com/ka215/jquery.timeline * Lisenced: MIT @@ -15,7 +15,7 @@ import "regenerator-runtime/runtime" * ---------------------------------------------------------------------------------------------------------------- */ const NAME = "Timeline" -const VERSION = "2.0.0b3" +const VERSION = "2.0.0b4" const DATA_KEY = "jq.timeline" const EVENT_KEY = `.${DATA_KEY}` const PREFIX = "jqtl-" @@ -97,7 +97,6 @@ const Default = { }, hookEventColors : () => null, // Added instead of merging setColorEvent of PR#37 since v2.0.0 }, - // setColorEvent : () => null, // Merge PR#37; (event) => null // onOpenEvent : () => null, // Merge PR#37; (event) => null rangeAlign : "latest", loader : "default", @@ -308,7 +307,7 @@ class Timeline { this._isTouched = false this._instanceProps = {} this._observer = null // Added new since v2.0.0 - this._countEventinCell = {} // since v2.0.0 + //this._countEventinCell = {} // since v2.0.0 Data.setData( element, DATA_KEY, this ) } @@ -1451,18 +1450,20 @@ class Timeline { // Hook to event colors; Added instead of merging setColorEvent of PR#37 events.forEach( ( _evt, _i, _this ) => { if ( Object.hasOwnProperty.call( _opts.colorScheme, 'event' ) && typeof _opts.colorScheme.event === 'object' ) { - if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'text' ) && _evt.color !== _opts.colorScheme.event.text ) { + // Firstly overwrite default colors + if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'text' ) && _evt.color === Default.colorScheme.event.text && Default.colorScheme.event.text !== _opts.colorScheme.event.text ) { _this[_i].color = _opts.colorScheme.event.text } - if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'background' ) && _evt.bgColor !== _opts.colorScheme.event.background ) { + if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'background' ) && _evt.bgColor === Default.colorScheme.event.background && Default.colorScheme.event.background !== _opts.colorScheme.event.background ) { _this[_i].bgColor = _opts.colorScheme.event.background } - if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'border' ) && _evt.bdColor !== _opts.colorScheme.event.border ) { + if ( Object.hasOwnProperty.call( _opts.colorScheme.event, 'border' ) && _evt.bdColor === Default.colorScheme.event.border && Default.colorScheme.event.border !== _opts.colorScheme.event.border ) { _this[_i].bdColor = _opts.colorScheme.event.border } } if ( Object.hasOwnProperty.call( _opts.colorScheme, 'hookEventColors' ) && typeof _opts.colorScheme.hookEventColors === 'function' ) { - let _new_colors = _opts.colorScheme.hookEventColors( _evt, _opts.colorScheme.event ) || undefined + // Lastly, overwrite current colors + let _new_colors = _opts.colorScheme.hookEventColors( _evt, { text: _this[_i].color, border: _this[_i].bdColor, background: _this[_i].bgColor } ) || undefined if ( typeof _new_colors === 'object' ) { if ( Object.hasOwnProperty.call( _new_colors, 'text' ) && _evt.color !== _new_colors.text ) { @@ -1732,6 +1733,9 @@ class Timeline { if ( placedEvents.length > 0 ) { _evt_container.append( ...placedEvents ) } + } else { + _relation_lines.attr( 'data-state', 'show' ) + _evt_container.attr( 'data-state', 'show' ) } if ( /^mix(|ed)$/i.test( _opts.type ) || /^point(|er)$/i.test( _opts.type ) ) { @@ -1742,13 +1746,6 @@ class Timeline { this._viewPresentTime() } - /* - _evt_container.fadeIn( 'fast', () => { - this.hideLoader() - _relation_lines.fadeIn( 'fast' ) - _evt_container.attr('data-state', 'show') - }) - */ })// return Promise } diff --git a/src/timeline.scss b/src/timeline.scss index 8077333..1b19977 100644 --- a/src/timeline.scss +++ b/src/timeline.scss @@ -1,7 +1,7 @@ /*! * jQuery Timeline Plugin * ------------------------ - * Version: 2.0.0b3 + * Version: 2.0.0b4 * Coded by: ka2 ( https://ka2.org/ ) * Repository: https://github.com/ka215/jquery.timeline * Lisenced: MIT @@ -246,14 +246,7 @@ top: 0; width: 100%; height: 100%; - visibility: hidden; - opacity: 0; transition: all 0.3s; - - &[data-state^=show] { - visibility: visible; - opacity: 1; - } } .jqtl-relation-lines { @@ -261,7 +254,15 @@ } .jqtl-events { + overflow-x: hidden; + visibility: hidden; + opacity: 0; z-index: 4; + + &[data-state^=shown] { + visibility: visible; + opacity: 1; + } } /* ---------------------------------------------------------------------------- @@ -278,9 +279,11 @@ padding-right: 0; border-radius: 2px; overflow: hidden; + visibility: visible; + opacity: 1; z-index: 7; cursor: pointer; - transition: all .5s ease; + transition: all 0.3s ease; &:not(.jqtl-event-type-pointer) { &.active { diff --git a/test/timeline-spec.js b/test/timeline-spec.js index 0ae2e50..e8f71d0 100644 --- a/test/timeline-spec.js +++ b/test/timeline-spec.js @@ -1207,7 +1207,7 @@ console.log( 'd::mil:', timelineMethods.verifyScale( 'millennium', _now.getTime( 'today': [ _beginToday, new Date(_beginToday.getTime() + (24 * 60 * 60 * 1000 - 1)), 'hour', 60 ], 'period': [ '2019/8/23 9:00', '2019/8/23 18:00', 'hour', 60 * 2 ], }, - datesetKey = 'period', + datesetKey = 'today', _begin = dateset[datesetKey].length > 0 ? dateset[datesetKey][0] : 'currently', _end = dateset[datesetKey].length > 1 ? dateset[datesetKey][1] : 'auto', _scale = dateset[datesetKey].length > 2 ? dateset[datesetKey][2] : 'day', @@ -1368,7 +1368,9 @@ console.log( 'd::mil:', timelineMethods.verifyScale( 'millennium', _now.getTime( { start: '2019-8-23 10:8:40', end: '2019-8-23 11:21:15', row: 1, label: 'Test-27' }, // 27 { start: '2019-8-23 10:8:40', end: '2019-8-23 11:21:15', row: 1, label: 'Test-28' }, // 28 { start: '2019-8-23 10:8:40', end: '2019-8-23 11:21:15', row: 1, label: 'Test-29' }, // 29 - + // today + { start: `${_beginToday.getFullYear()}/${_beginToday.getMonth()+1}/${_beginToday.getDate()} 8:30:00`, end: `${_beginToday.getFullYear()}/${_beginToday.getMonth()+1}/${_beginToday.getDate()} 17:30:00`, row: 1, label: 'Task Sample 1' }, // 30 + { start: `${_beginToday.getFullYear()}/${_beginToday.getMonth()+1}/${_beginToday.getDate()} 8:30:00`, end: `${_beginToday.getFullYear()}/${_beginToday.getMonth()+1}/${_beginToday.getDate()} 17:30:00`, row: 2, label: 'Task Sample 2', bgColor: 'orange', color: 'green', bdColor: 'blue' }, // 31 ], rangeAlign: 'center', zoom: true,